﻿2025-08-20T19:01:12.4518176Z Current runner version: '2.328.0'
2025-08-20T19:01:12.4544461Z ##[group]Runner Image Provisioner
2025-08-20T19:01:12.4545569Z Hosted Compute Agent
2025-08-20T19:01:12.4546588Z Version: 20250818.377
2025-08-20T19:01:12.4547332Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T19:01:12.4548082Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T19:01:12.4548810Z ##[endgroup]
2025-08-20T19:01:12.4549420Z ##[group]Operating System
2025-08-20T19:01:12.4550049Z Ubuntu
2025-08-20T19:01:12.4550692Z 24.04.2
2025-08-20T19:01:12.4551232Z LTS
2025-08-20T19:01:12.4551866Z ##[endgroup]
2025-08-20T19:01:12.4553051Z ##[group]Runner Image
2025-08-20T19:01:12.4553741Z Image: ubuntu-24.04
2025-08-20T19:01:12.4554387Z Version: 20250818.1.0
2025-08-20T19:01:12.4555485Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T19:01:12.4557191Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T19:01:12.4558327Z ##[endgroup]
2025-08-20T19:01:12.4559711Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T19:01:12.4562034Z Attestations: write
2025-08-20T19:01:12.4562944Z Contents: write
2025-08-20T19:01:12.4563560Z Metadata: read
2025-08-20T19:01:12.4564105Z Packages: write
2025-08-20T19:01:12.4564766Z ##[endgroup]
2025-08-20T19:01:12.4567192Z Secret source: Actions
2025-08-20T19:01:12.4568208Z Prepare workflow directory
2025-08-20T19:01:12.4910111Z Prepare all required actions
2025-08-20T19:01:12.4950605Z Getting action download info
2025-08-20T19:01:12.8885574Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T19:01:13.6611258Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T19:01:14.3896606Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T19:01:14.5054645Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T19:01:15.0531985Z Getting action download info
2025-08-20T19:01:15.1885294Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T19:01:15.6528684Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T19:01:16.2199505Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/aliyun-cli/official)
2025-08-20T19:01:16.2772350Z ##[group]Run ##Presets
2025-08-20T19:01:16.2772972Z [36;1m##Presets[0m
2025-08-20T19:01:16.2773197Z [36;1mset +x ; set +e[0m
2025-08-20T19:01:16.2773414Z [36;1m#-------------#[0m
2025-08-20T19:01:16.2773715Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T19:01:16.2774103Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T19:01:16.2774466Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.2774783Z [36;1m  fi[0m
2025-08-20T19:01:16.2775067Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T19:01:16.2775445Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T19:01:16.2775791Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.2776069Z [36;1m  fi[0m
2025-08-20T19:01:16.2776329Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T19:01:16.2776730Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T19:01:16.2777063Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.2777328Z [36;1m  fi[0m
2025-08-20T19:01:16.2777623Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T19:01:16.2777970Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T19:01:16.2778490Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T19:01:16.2778783Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:01:16.2779097Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.2779373Z [36;1m     else[0m
2025-08-20T19:01:16.2779629Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.2779930Z [36;1m     fi[0m
2025-08-20T19:01:16.2780121Z [36;1m  fi[0m
2025-08-20T19:01:16.2780297Z [36;1mfi[0m
2025-08-20T19:01:16.2864922Z shell: /usr/bin/bash -e {0}
2025-08-20T19:01:16.2865493Z env:
2025-08-20T19:01:16.2866245Z   GH_TOKEN: ***
2025-08-20T19:01:16.2866732Z ##[endgroup]
2025-08-20T19:01:16.3167036Z ##[group]Run ##Presets
2025-08-20T19:01:16.3167476Z [36;1m##Presets[0m
2025-08-20T19:01:16.3167990Z [36;1mset +x ; set +e[0m
2025-08-20T19:01:16.3168312Z [36;1m#-------------#[0m
2025-08-20T19:01:16.3168657Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T19:01:16.3169338Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T19:01:16.3170009Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T19:01:16.3170528Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T19:01:16.3171093Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T19:01:16.3171615Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T19:01:16.3172088Z [36;1m  exit 1[0m
2025-08-20T19:01:16.3172367Z [36;1mfi[0m
2025-08-20T19:01:16.3211280Z shell: /usr/bin/bash -e {0}
2025-08-20T19:01:16.3211618Z env:
2025-08-20T19:01:16.3212205Z   RO_GHTOKEN: ***
2025-08-20T19:01:16.3212785Z   RO_GLTOKEN: ***
2025-08-20T19:01:16.3214274Z   MINISIGN_KEY: ***
2025-08-20T19:01:16.3214554Z ##[endgroup]
2025-08-20T19:01:16.3423678Z ##[group]Run ##Presets
2025-08-20T19:01:16.3424064Z [36;1m##Presets[0m
2025-08-20T19:01:16.3424284Z [36;1mset +x ; set +e[0m
2025-08-20T19:01:16.3424512Z [36;1m#-------------#[0m
2025-08-20T19:01:16.3424733Z [36;1m##Host Triplet[0m
2025-08-20T19:01:16.3425024Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T19:01:16.3425365Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T19:01:16.3425693Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T19:01:16.3426012Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T19:01:16.3426306Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T19:01:16.3426683Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T19:01:16.3427012Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T19:01:16.3427332Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T19:01:16.3427596Z [36;1m   fi[0m
2025-08-20T19:01:16.3427891Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T19:01:16.3428232Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T19:01:16.3428536Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T19:01:16.3428863Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T19:01:16.3429149Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T19:01:16.3429371Z [36;1m fi[0m
2025-08-20T19:01:16.3429640Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3430027Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3430401Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3430787Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3431060Z [36;1m##Debug[0m
2025-08-20T19:01:16.3431270Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T19:01:16.3431539Z [36;1m   export DEBUG="1"[0m
2025-08-20T19:01:16.3431765Z [36;1m else[0m
2025-08-20T19:01:16.3431964Z [36;1m   export DEBUG="0"[0m
2025-08-20T19:01:16.3432359Z [36;1m fi[0m
2025-08-20T19:01:16.3432796Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3433078Z [36;1m##Docker Platform[0m
2025-08-20T19:01:16.3433367Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T19:01:16.3433694Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T19:01:16.3434029Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T19:01:16.3434370Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T19:01:16.3434687Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T19:01:16.3435012Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T19:01:16.3435328Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T19:01:16.3435645Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T19:01:16.3435895Z [36;1m fi[0m
2025-08-20T19:01:16.3436178Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3436598Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3436916Z [36;1m##GHCRPKG_URL[0m
2025-08-20T19:01:16.3437399Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/aliyun-cli/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T19:01:16.3437910Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T19:01:16.3438211Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3438516Z [36;1m##Logs[0m
2025-08-20T19:01:16.3438795Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T19:01:16.3439059Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T19:01:16.3439288Z [36;1m else[0m
2025-08-20T19:01:16.3439488Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T19:01:16.3439747Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T19:01:16.3439996Z [36;1m fi[0m
2025-08-20T19:01:16.3440518Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3440904Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3441239Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T19:01:16.3441598Z [36;1m PKG_FAMILY_LOCAL="$(echo "aliyun-cli" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T19:01:16.3441986Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T19:01:16.3442306Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3442808Z [36;1m##Rebuild[0m
2025-08-20T19:01:16.3443024Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T19:01:16.3443298Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T19:01:16.3443546Z [36;1m else[0m
2025-08-20T19:01:16.3443750Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T19:01:16.3443991Z [36;1m fi[0m
2025-08-20T19:01:16.3444244Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3444557Z [36;1m ##SBUILD_URL[0m
2025-08-20T19:01:16.3444976Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T19:01:16.3445512Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T19:01:16.3446321Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T19:01:16.3447034Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T19:01:16.3447394Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T19:01:16.3447820Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T19:01:16.3448236Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T19:01:16.3448599Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3448887Z [36;1m    exit 1[0m
2025-08-20T19:01:16.3449089Z [36;1m   else[0m
2025-08-20T19:01:16.3449430Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T19:01:16.3449748Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3450086Z [36;1m    #Check for x_exec.host[0m
2025-08-20T19:01:16.3450418Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T19:01:16.3450756Z [36;1m      #check if supported[0m
2025-08-20T19:01:16.3451134Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T19:01:16.3451649Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T19:01:16.3452062Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T19:01:16.3452524Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3452878Z [36;1m         exit 1[0m
2025-08-20T19:01:16.3453095Z [36;1m       fi[0m
2025-08-20T19:01:16.3453298Z [36;1m      #get build system[0m
2025-08-20T19:01:16.3453669Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T19:01:16.3454048Z [36;1m       export BUILD_SYS[0m
2025-08-20T19:01:16.3454323Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3454672Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T19:01:16.3455004Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3455323Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3455655Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T19:01:16.3455989Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3456312Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:16.3456586Z [36;1m       fi[0m
2025-08-20T19:01:16.3456926Z [36;1m     fi[0m
2025-08-20T19:01:16.3457115Z [36;1m   fi[0m
2025-08-20T19:01:16.3457336Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T19:01:16.3496254Z shell: /usr/bin/bash -e {0}
2025-08-20T19:01:16.3496518Z ##[endgroup]
2025-08-20T19:01:17.0891511Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:01:17.0892332Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:01:17.0893180Z 
2025-08-20T19:01:17.1435944Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:01:17.1436867Z 100  4099  100  4099    0     0  73294      0 --:--:-- --:--:-- --:--:-- 74527
2025-08-20T19:01:17.1452086Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:01:17.1678787Z ##[group]Run ##Presets
2025-08-20T19:01:17.1679113Z [36;1m##Presets[0m
2025-08-20T19:01:17.1679332Z [36;1mset +x ; set +e[0m
2025-08-20T19:01:17.1679560Z [36;1m#-------------#[0m
2025-08-20T19:01:17.1679788Z [36;1m##Debug?[0m
2025-08-20T19:01:17.1680108Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:01:17.1680429Z [36;1m  set -x[0m
2025-08-20T19:01:17.1680623Z [36;1mfi[0m
2025-08-20T19:01:17.1680811Z [36;1m#-------------#[0m
2025-08-20T19:01:17.1681024Z [36;1m##CoreUtils[0m
2025-08-20T19:01:17.1681240Z [36;1msudo apt update -y[0m
2025-08-20T19:01:17.1681608Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T19:01:17.1682982Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T19:01:17.1683981Z [36;1m##tmp[0m
2025-08-20T19:01:17.1684280Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T19:01:17.1684629Z [36;1m#GH ENV[0m
2025-08-20T19:01:17.1684869Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:17.1685406Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:17.1685690Z [36;1m#-------------#[0m
2025-08-20T19:01:17.1685924Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T19:01:17.1686179Z [36;1msudo apt update -y[0m
2025-08-20T19:01:17.1686435Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T19:01:17.1686708Z [36;1m##Setup Minisign[0m
2025-08-20T19:01:17.1686951Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T19:01:17.1687408Z [36;1mecho "***[0m
2025-08-20T19:01:17.1688808Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T19:01:17.1689118Z [36;1m##User-Agent[0m
2025-08-20T19:01:17.1689910Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T19:01:17.1690767Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:17.1729656Z shell: /usr/bin/bash -e {0}
2025-08-20T19:01:17.1729916Z env:
2025-08-20T19:01:17.1730103Z   CROSS_COMPILING: NO
2025-08-20T19:01:17.1730321Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:01:17.1730568Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:01:17.1730794Z   ON_QEMU: NO
2025-08-20T19:01:17.1730974Z   DEBUG: 0
2025-08-20T19:01:17.1731163Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:01:17.1731396Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:01:17.1731705Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aliyun-cli/official
2025-08-20T19:01:17.1732033Z   KEEP_LOGS: YES
2025-08-20T19:01:17.1732255Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:01:17.1732651Z   PKG_FAMILY_LOCAL: aliyun-cli
2025-08-20T19:01:17.1732895Z   SBUILD_REBUILD: false
2025-08-20T19:01:17.1733475Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:01:17.1734083Z   BUILD_SYS: docker://go
2025-08-20T19:01:17.1734306Z   BUILD_ON_HOST: FALSE
2025-08-20T19:01:17.1734511Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:01:17.1734720Z ##[endgroup]
2025-08-20T19:01:17.2612724Z 
2025-08-20T19:01:17.2613383Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:01:17.2614140Z 
2025-08-20T19:01:17.3255571Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:01:17.3830739Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T19:01:17.3849790Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T19:01:17.3935197Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T19:01:17.3964145Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T19:01:17.3984670Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:01:17.4084192Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T19:01:17.5165942Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T19:01:17.5326278Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T19:01:17.5371516Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T19:01:17.5436231Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T19:01:17.5478958Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T19:01:17.5513499Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T19:01:17.5548105Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T19:01:17.5709547Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T19:01:17.5723196Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T19:01:17.5744162Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T19:01:17.6486292Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T19:01:17.6501645Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T19:01:17.6514307Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T19:01:17.6528367Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T19:01:17.6537061Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T19:01:17.6614055Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T19:01:17.6636655Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T19:01:17.6652187Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T19:01:17.6740655Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T19:01:17.6767905Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T19:01:17.6781266Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T19:01:17.6880483Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T19:01:17.6917058Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T19:01:17.6925287Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T19:01:17.7568366Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T19:01:17.7668288Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T19:01:17.7831631Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T19:01:21.9693868Z Fetched 10.6 MB in 1s (7973 kB/s)
2025-08-20T19:01:22.6982940Z Reading package lists...
2025-08-20T19:01:22.8900862Z Building dependency tree...
2025-08-20T19:01:22.8908437Z Reading state information...
2025-08-20T19:01:22.9113883Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T19:01:22.9226069Z 
2025-08-20T19:01:22.9226679Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:01:22.9227532Z 
2025-08-20T19:01:22.9362989Z Reading package lists...
2025-08-20T19:01:23.1339663Z Building dependency tree...
2025-08-20T19:01:23.1347806Z Reading state information...
2025-08-20T19:01:23.3208981Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T19:01:23.3209737Z bc set to manually installed.
2025-08-20T19:01:23.3210195Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T19:01:23.3211161Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T19:01:23.3211903Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:01:23.3212971Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:01:23.3213814Z The following additional packages will be installed:
2025-08-20T19:01:23.3214617Z   libtime-duration-perl
2025-08-20T19:01:23.3874199Z The following NEW packages will be installed:
2025-08-20T19:01:23.3885775Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T19:01:23.4082077Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T19:01:23.4330056Z Need to get 616 kB of archives.
2025-08-20T19:01:23.4331064Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T19:01:23.4332217Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:01:23.4952155Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T19:01:23.5406740Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T19:01:23.5857654Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T19:01:23.6317138Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T19:01:23.9472989Z Fetched 616 kB in 0s (2395 kB/s)
2025-08-20T19:01:23.9702105Z Selecting previously unselected package fdupes.
2025-08-20T19:01:24.0029536Z (Reading database ... 
2025-08-20T19:01:24.0030216Z (Reading database ... 5%
2025-08-20T19:01:24.0030733Z (Reading database ... 10%
2025-08-20T19:01:24.0031238Z (Reading database ... 15%
2025-08-20T19:01:24.0031720Z (Reading database ... 20%
2025-08-20T19:01:24.0032211Z (Reading database ... 25%
2025-08-20T19:01:24.0032876Z (Reading database ... 30%
2025-08-20T19:01:24.0033181Z (Reading database ... 35%
2025-08-20T19:01:24.0033510Z (Reading database ... 40%
2025-08-20T19:01:24.0033818Z (Reading database ... 45%
2025-08-20T19:01:24.0034112Z (Reading database ... 50%
2025-08-20T19:01:24.0351839Z (Reading database ... 55%
2025-08-20T19:01:24.1937336Z (Reading database ... 60%
2025-08-20T19:01:24.3452564Z (Reading database ... 65%
2025-08-20T19:01:24.5948198Z (Reading database ... 70%
2025-08-20T19:01:24.7594313Z (Reading database ... 75%
2025-08-20T19:01:24.9996805Z (Reading database ... 80%
2025-08-20T19:01:25.2553117Z (Reading database ... 85%
2025-08-20T19:01:25.5411086Z (Reading database ... 90%
2025-08-20T19:01:25.7478116Z (Reading database ... 95%
2025-08-20T19:01:25.7478770Z (Reading database ... 100%
2025-08-20T19:01:25.7479631Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T19:01:25.7528455Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T19:01:25.7554616Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T19:01:25.8094665Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T19:01:25.8233280Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T19:01:25.8245646Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T19:01:25.8833951Z Selecting previously unselected package moreutils.
2025-08-20T19:01:25.8973912Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T19:01:25.8987547Z Unpacking moreutils (0.69-1) ...
2025-08-20T19:01:25.9497893Z Selecting previously unselected package dos2unix.
2025-08-20T19:01:25.9637737Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T19:01:25.9650514Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T19:01:26.3334307Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T19:01:26.3372013Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T19:01:26.3408292Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T19:01:26.3443970Z Setting up moreutils (0.69-1) ...
2025-08-20T19:01:26.3509121Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:01:51.3625813Z 
2025-08-20T19:01:51.3626368Z Running kernel seems to be up-to-date.
2025-08-20T19:01:51.3626752Z 
2025-08-20T19:01:51.3626907Z Restarting services...
2025-08-20T19:01:51.3698990Z 
2025-08-20T19:01:51.3699199Z Service restarts being deferred:
2025-08-20T19:01:51.3703629Z  systemctl restart hosted-compute-agent.service
2025-08-20T19:01:51.3703914Z 
2025-08-20T19:01:51.3704193Z No containers need to be restarted.
2025-08-20T19:01:51.3704475Z 
2025-08-20T19:01:51.3704688Z No user sessions are running outdated binaries.
2025-08-20T19:01:51.3704890Z 
2025-08-20T19:01:51.3705074Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T19:01:52.3788952Z Reading package lists...
2025-08-20T19:01:52.5740134Z Building dependency tree...
2025-08-20T19:01:52.5748446Z Reading state information...
2025-08-20T19:01:52.7565785Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T19:01:52.7566358Z apt-utils is already the newest version (2.8.3).
2025-08-20T19:01:52.7566843Z apt-utils set to manually installed.
2025-08-20T19:01:52.7567909Z ca-certificates is already the newest version (20240203).
2025-08-20T19:01:52.7568507Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T19:01:52.7568928Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:01:52.7569275Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T19:01:52.7569632Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:01:52.7569969Z moreutils is already the newest version (0.69-1).
2025-08-20T19:01:52.7570334Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T19:01:52.7570712Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T19:01:52.7571044Z texinfo is already the newest version (7.1-3build2).
2025-08-20T19:01:52.7571374Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T19:01:52.7571664Z tmux set to manually installed.
2025-08-20T19:01:52.7571971Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T19:01:52.7572337Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:01:52.7572989Z The following additional packages will be installed:
2025-08-20T19:01:52.7573338Z   python3-software-properties
2025-08-20T19:01:52.7573759Z Recommended packages:
2025-08-20T19:01:52.7574119Z   unattended-upgrades
2025-08-20T19:01:52.7951367Z The following NEW packages will be installed:
2025-08-20T19:01:52.7951893Z   rename
2025-08-20T19:01:52.7965617Z The following packages will be upgraded:
2025-08-20T19:01:52.7966918Z   python3-software-properties software-properties-common
2025-08-20T19:01:52.8161001Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:01:52.8410674Z Need to get 64.7 kB of archives.
2025-08-20T19:01:52.8411403Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T19:01:52.8412131Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:01:52.9003158Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T19:01:52.9427166Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T19:01:52.9849241Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T19:01:53.2550615Z Fetched 64.7 kB in 0s (417 kB/s)
2025-08-20T19:01:53.2803837Z (Reading database ... 
2025-08-20T19:01:53.2804254Z (Reading database ... 5%
2025-08-20T19:01:53.2804609Z (Reading database ... 10%
2025-08-20T19:01:53.2804957Z (Reading database ... 15%
2025-08-20T19:01:53.2805294Z (Reading database ... 20%
2025-08-20T19:01:53.2805622Z (Reading database ... 25%
2025-08-20T19:01:53.2805950Z (Reading database ... 30%
2025-08-20T19:01:53.2806545Z (Reading database ... 35%
2025-08-20T19:01:53.2807550Z (Reading database ... 40%
2025-08-20T19:01:53.2808135Z (Reading database ... 45%
2025-08-20T19:01:53.2808640Z (Reading database ... 50%
2025-08-20T19:01:53.2890266Z (Reading database ... 55%
2025-08-20T19:01:53.2924990Z (Reading database ... 60%
2025-08-20T19:01:53.2946560Z (Reading database ... 65%
2025-08-20T19:01:53.2980747Z (Reading database ... 70%
2025-08-20T19:01:53.3006607Z (Reading database ... 75%
2025-08-20T19:01:53.3037450Z (Reading database ... 80%
2025-08-20T19:01:53.3181390Z (Reading database ... 85%
2025-08-20T19:01:53.3281121Z (Reading database ... 90%
2025-08-20T19:01:53.3566904Z (Reading database ... 95%
2025-08-20T19:01:53.3567667Z (Reading database ... 100%
2025-08-20T19:01:53.3568413Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T19:01:53.3614516Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T19:01:53.4763965Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T19:01:53.5560025Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T19:01:53.6243359Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T19:01:53.6529591Z Selecting previously unselected package rename.
2025-08-20T19:01:53.6671095Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T19:01:53.6684306Z Unpacking rename (2.02-1) ...
2025-08-20T19:01:53.7128786Z Setting up rename (2.02-1) ...
2025-08-20T19:01:53.7194482Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T19:01:53.7218216Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T19:01:53.8639935Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T19:01:53.9703450Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:01:58.1396599Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T19:01:59.7854041Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:01:59.8151973Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T19:01:59.8168771Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T19:01:59.8180362Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T19:01:59.8188196Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T19:01:59.8533254Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:01:59.8639815Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:02:01.0131266Z Reading package lists...
2025-08-20T19:02:01.2033966Z Building dependency tree...
2025-08-20T19:02:01.2040793Z Reading state information...
2025-08-20T19:02:01.2197438Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T19:02:01.2350227Z 
2025-08-20T19:02:01.2350786Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:02:01.2351181Z 
2025-08-20T19:02:01.2946535Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:02:01.3262193Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T19:02:01.3263539Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:02:01.3310439Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T19:02:01.3319931Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T19:02:01.3329829Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T19:02:01.3515192Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:02:02.5360673Z Reading package lists...
2025-08-20T19:02:02.7201072Z Building dependency tree...
2025-08-20T19:02:02.7207404Z Reading state information...
2025-08-20T19:02:02.7367021Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T19:02:02.7480692Z 
2025-08-20T19:02:02.7481861Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T19:02:02.7482681Z 
2025-08-20T19:02:02.7615224Z Reading package lists...
2025-08-20T19:02:02.9548253Z Building dependency tree...
2025-08-20T19:02:02.9557464Z Reading state information...
2025-08-20T19:02:03.1647032Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:02:03.2103019Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:02:03.2418383Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T19:02:03.3137575Z ##[group]Run ##Presets
2025-08-20T19:02:03.3137860Z [36;1m##Presets[0m
2025-08-20T19:02:03.3138075Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:03.3138300Z [36;1m#-------------#[0m
2025-08-20T19:02:03.3138514Z [36;1m##Debug?[0m
2025-08-20T19:02:03.3138774Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:02:03.3139089Z [36;1m  set -x[0m
2025-08-20T19:02:03.3139282Z [36;1mfi[0m
2025-08-20T19:02:03.3139469Z [36;1m#-------------#[0m
2025-08-20T19:02:03.3139941Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T19:02:03.3140575Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T19:02:03.3141200Z [36;1msudo service procps restart[0m
2025-08-20T19:02:03.3141481Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T19:02:03.3180505Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:03.3200131Z env:
2025-08-20T19:02:03.3200396Z   CROSS_COMPILING: NO
2025-08-20T19:02:03.3200647Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:02:03.3200886Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:02:03.3201106Z   ON_QEMU: NO
2025-08-20T19:02:03.3201286Z   DEBUG: 0
2025-08-20T19:02:03.3201469Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:02:03.3201692Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:02:03.3201991Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aliyun-cli/official
2025-08-20T19:02:03.3202318Z   KEEP_LOGS: YES
2025-08-20T19:02:03.3202781Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:03.3203017Z   PKG_FAMILY_LOCAL: aliyun-cli
2025-08-20T19:02:03.3203268Z   SBUILD_REBUILD: false
2025-08-20T19:02:03.3203837Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:02:03.3204425Z   BUILD_SYS: docker://go
2025-08-20T19:02:03.3204639Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:03.3204848Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:03.3205049Z   SYSTMP: /tmp
2025-08-20T19:02:03.3205230Z   GHA_MODE: MATRIX
2025-08-20T19:02:03.3205672Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:02:03.3206152Z ##[endgroup]
2025-08-20T19:02:03.3333390Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T19:02:03.3407420Z 0
2025-08-20T19:02:03.3731900Z vm.max_map_count = 262144
2025-08-20T19:02:03.3732293Z fs.inotify.max_user_watches = 655360
2025-08-20T19:02:03.3732839Z fs.inotify.max_user_instances = 1280
2025-08-20T19:02:03.3733144Z vm.mmap_rnd_bits = 28
2025-08-20T19:02:03.3807769Z ##[group]Run ##Presets
2025-08-20T19:02:03.3808119Z [36;1m##Presets[0m
2025-08-20T19:02:03.3808356Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:03.3808588Z [36;1m#-------------#[0m
2025-08-20T19:02:03.3808808Z [36;1m##Debug?[0m
2025-08-20T19:02:03.3809081Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:02:03.3809390Z [36;1m  set -x[0m
2025-08-20T19:02:03.3809595Z [36;1mfi[0m
2025-08-20T19:02:03.3809793Z [36;1m#-------------#[0m
2025-08-20T19:02:03.3810005Z [36;1m##Main[0m
2025-08-20T19:02:03.3810237Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T19:02:03.3810900Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T19:02:03.3811666Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T19:02:03.3812063Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T19:02:03.3812368Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T19:02:03.3812857Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T19:02:03.3813201Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T19:02:03.3813537Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T19:02:03.3813862Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T19:02:03.3814198Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T19:02:03.3814509Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T19:02:03.3814860Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T19:02:03.3815251Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T19:02:03.3815554Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T19:02:03.3815833Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T19:02:03.3816134Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T19:02:03.3816436Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T19:02:03.3816736Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T19:02:03.3817033Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T19:02:03.3817532Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T19:02:03.3817860Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T19:02:03.3818176Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T19:02:03.3818499Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T19:02:03.3818825Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T19:02:03.3819142Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T19:02:03.3819461Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T19:02:03.3819748Z [36;1m     "${POD_ID}" \[0m
2025-08-20T19:02:03.3820108Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T19:02:03.3820569Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T19:02:03.3821051Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T19:02:03.3821533Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T19:02:03.3821895Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T19:02:03.3822254Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T19:02:03.3823026Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T19:02:03.3823821Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T19:02:03.3824360Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:03.3824650Z [36;1m else[0m
2025-08-20T19:02:03.3825155Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T19:02:03.3825531Z [36;1m fi[0m
2025-08-20T19:02:03.3825800Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T19:02:03.3826199Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T19:02:03.3826630Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:02:03.3827033Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:02:03.3827438Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:02:03.3827845Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:02:03.3828264Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:02:03.3828689Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:02:03.3829146Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T19:02:03.3829578Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T19:02:03.3829910Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T19:02:03.3869019Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:03.3869267Z env:
2025-08-20T19:02:03.3869464Z   CROSS_COMPILING: NO
2025-08-20T19:02:03.3869696Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:02:03.3869983Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:02:03.3870219Z   ON_QEMU: NO
2025-08-20T19:02:03.3870409Z   DEBUG: 0
2025-08-20T19:02:03.3870617Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:02:03.3870853Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:02:03.3871168Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aliyun-cli/official
2025-08-20T19:02:03.3871502Z   KEEP_LOGS: YES
2025-08-20T19:02:03.3871718Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:03.3871956Z   PKG_FAMILY_LOCAL: aliyun-cli
2025-08-20T19:02:03.3872198Z   SBUILD_REBUILD: false
2025-08-20T19:02:03.3872895Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:02:03.3873642Z   BUILD_SYS: docker://go
2025-08-20T19:02:03.3873870Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:03.3874088Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:03.3874302Z   SYSTMP: /tmp
2025-08-20T19:02:03.3874499Z   GHA_MODE: MATRIX
2025-08-20T19:02:03.3874951Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:02:03.3875634Z   GHCR_TOKEN: ***
2025-08-20T19:02:03.3875938Z   GITHUB_TOKEN: ***
2025-08-20T19:02:03.3876189Z   GITLAB_TOKEN: ***
2025-08-20T19:02:03.3877339Z   MINISIGN_KEY: ***
2025-08-20T19:02:03.3877548Z ##[endgroup]
2025-08-20T19:02:03.4649437Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T19:02:03.5709289Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:02:03.5710545Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:02:03.5712189Z 
2025-08-20T19:02:03.6618358Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:02:03.6619523Z 100  4099  100  4099    0     0  45046      0 --:--:-- --:--:-- --:--:-- 45544
2025-08-20T19:02:03.6637066Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:02:03.6725873Z 
2025-08-20T19:02:03.6726335Z [+] Building [/tmp/tmp.AbzToQJlsW/SBUILD_INPUT] Locally
2025-08-20T19:02:03.6726742Z 
2025-08-20T19:02:03.6740174Z '/tmp/tmp.AbzToQJlsW/SBUILD_INPUT' -> '/tmp/pkgforge/pZKjEpCL3_build.yaml'
2025-08-20T19:02:03.8210803Z 
2025-08-20T19:02:03.8211330Z [+] Passwordless sudo is Configured
2025-08-20T19:02:03.9090643Z 
2025-08-20T19:02:03.9103859Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T19:02:03.9104207Z 
2025-08-20T19:02:03.9580588Z 
2025-08-20T19:02:03.9582298Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T19:02:03.9583041Z 
2025-08-20T19:02:03.9583056Z 
2025-08-20T19:02:03.9583451Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T19:02:03.9584003Z 
2025-08-20T19:02:03.9841505Z [+] Installing: 7z -> 7z
2025-08-20T19:02:04.5356534Z [+] Installing: actionlint -> actionlint
2025-08-20T19:02:04.8144408Z [+] Installing: anew -> anew
2025-08-20T19:02:05.3415338Z [+] Installing: anew-rs -> anew-rs
2025-08-20T19:02:05.8971367Z [+] Installing: ansi2html -> ansi2html
2025-08-20T19:02:06.2179824Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T19:02:06.3623839Z [+] Installing: archey -> archey
2025-08-20T19:02:07.4955286Z [+] Installing: aria2 -> aria2c
2025-08-20T19:02:08.0893285Z [+] Installing: askalono -> askalono
2025-08-20T19:02:08.3372987Z [+] Installing: bsdtar -> bsdtar
2025-08-20T19:02:08.8577733Z [+] Installing: b3sum -> b3sum
2025-08-20T19:02:09.3562946Z [+] Installing: bita -> bita
2025-08-20T19:02:09.7025029Z [+] Installing: btop -> btop
2025-08-20T19:02:09.9824978Z [+] Installing: chafa -> chafa
2025-08-20T19:02:10.7466061Z [+] Installing: cloudflared -> cloudflared
2025-08-20T19:02:11.4616654Z [+] Installing: croc -> croc
2025-08-20T19:02:11.7646667Z [+] Installing: csvtk -> csvtk
2025-08-20T19:02:12.5581811Z [+] Installing: cutlines -> cutlines
2025-08-20T19:02:13.0285760Z curl: (22) The requested URL returned error: 404
2025-08-20T19:02:13.0332015Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T19:02:13.0333124Z [+] Installing: dbin -> dbin
2025-08-20T19:02:13.6628649Z [+] Installing: dasel -> dasel
2025-08-20T19:02:13.9382050Z [+] Installing: delta -> delta
2025-08-20T19:02:14.5483737Z [+] Installing: ds -> ds
2025-08-20T19:02:15.0462181Z curl: (22) The requested URL returned error: 404
2025-08-20T19:02:15.0510679Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T19:02:15.0512083Z [+] Installing: dos2unix -> dos2unix
2025-08-20T19:02:15.5834664Z [+] Installing: duf -> duf
2025-08-20T19:02:15.8693938Z [+] Installing: duplicut -> duplicut
2025-08-20T19:02:16.6144732Z [+] Installing: dust -> dust
2025-08-20T19:02:17.1887161Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T19:02:17.7951780Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T19:02:18.0636641Z [+] Installing: dysk -> dysk
2025-08-20T19:02:18.6665735Z [+] Installing: eget -> eget
2025-08-20T19:02:19.2395144Z [+] Installing: epoch -> epoch
2025-08-20T19:02:19.5173058Z [+] Installing: faketty -> faketty
2025-08-20T19:02:20.0892072Z [+] Installing: fastfetch -> fastfetch
2025-08-20T19:02:20.6716661Z [+] Installing: freeze -> freeze
2025-08-20T19:02:21.3177238Z [+] Installing: fusermount3 -> fusermount
2025-08-20T19:02:21.8314414Z [+] Installing: gdu -> gdu
2025-08-20T19:02:22.8789151Z [+] Installing: gh -> gh
2025-08-20T19:02:24.0789633Z [+] Installing: gitleaks -> gitleaks
2025-08-20T19:02:24.4072027Z [+] Installing: git-sizer -> git-sizer
2025-08-20T19:02:25.0192372Z [+] Installing: glab -> glab
2025-08-20T19:02:25.4466450Z [+] Installing: glow -> glow
2025-08-20T19:02:26.1070941Z [+] Installing: httpx -> httpx
2025-08-20T19:02:26.8963525Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T19:02:27.5706533Z [+] Installing: husarnet -> husarnet
2025-08-20T19:02:28.0661095Z curl: (22) The requested URL returned error: 404
2025-08-20T19:02:28.0707977Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T19:02:28.0709342Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T19:02:28.5505547Z curl: (22) The requested URL returned error: 404
2025-08-20T19:02:28.5550366Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T19:02:28.5551143Z [+] Installing: imgcat -> imgcat
2025-08-20T19:02:29.1162777Z [+] Installing: jc -> jc
2025-08-20T19:02:29.4626323Z [+] Installing: jq -> jq
2025-08-20T19:02:29.9756337Z [+] Installing: logdy -> logdy
2025-08-20T19:02:30.7129376Z [+] Installing: micro -> micro
2025-08-20T19:02:31.3369096Z [+] Installing: miniserve -> miniserve
2025-08-20T19:02:31.9561612Z [+] Installing: minisign -> minisign
2025-08-20T19:02:32.5092235Z [+] Installing: ncdu -> ncdu
2025-08-20T19:02:33.2305552Z [+] Installing: notify -> notify
2025-08-20T19:02:33.8878954Z [+] Installing: ouch -> ouch
2025-08-20T19:02:34.4389001Z [+] Installing: oras -> oras
2025-08-20T19:02:34.9601323Z [+] Installing: pipetty -> pipetty
2025-08-20T19:02:35.1716489Z [+] Installing: pixterm -> pixterm
2025-08-20T19:02:35.4857559Z [+] Installing: qsv -> qsv
2025-08-20T19:02:36.4905269Z [+] Installing: rclone -> rclone
2025-08-20T19:02:37.3224277Z [+] Installing: ripgrep -> rg
2025-08-20T19:02:38.2207202Z [+] Installing: rga -> rga
2025-08-20T19:02:38.8099672Z [+] Installing: rsync -> rsync
2025-08-20T19:02:39.4231615Z [+] Installing: script -> script
2025-08-20T19:02:39.6726928Z [+] Installing: shellcheck -> shellcheck
2025-08-20T19:02:40.3101901Z [+] Installing: soar -> soar
2025-08-20T19:02:40.6222962Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T19:02:41.2489174Z [+] Installing: sstrip -> sstrip
2025-08-20T19:02:41.7521125Z [+] Installing: strace -> strace
2025-08-20T19:02:42.3424333Z [+] Installing: sttr -> sttr
2025-08-20T19:02:42.9566938Z [+] Installing: tailscale -> tailscale
2025-08-20T19:02:43.3058100Z [+] Installing: tailscaled -> tailscaled
2025-08-20T19:02:44.1057442Z [+] Installing: taplo -> taplo
2025-08-20T19:02:44.4191470Z [+] Installing: tldr -> tldr
2025-08-20T19:02:45.0368800Z [+] Installing: tldr -> tealdeer
2025-08-20T19:02:45.6169972Z [+] Installing: tmux -> tmux
2025-08-20T19:02:46.2096783Z [+] Installing: tok -> tok
2025-08-20T19:02:46.7946005Z [+] Installing: trufflehog -> trufflehog
2025-08-20T19:02:47.3765057Z [+] Installing: trurl -> trurl
2025-08-20T19:02:47.9942791Z [+] Installing: tss -> tss
2025-08-20T19:02:48.6325730Z [+] Installing: ulexec -> ulexec
2025-08-20T19:02:49.2453543Z [+] Installing: unfurl -> unfurl
2025-08-20T19:02:49.6892042Z [+] Installing: upx -> upx
2025-08-20T19:02:49.8965433Z [+] Installing: validtoml -> validtoml
2025-08-20T19:02:50.5011986Z [+] Installing: wget -> wget
2025-08-20T19:02:50.7989450Z [+] Installing: wget2 -> wget2
2025-08-20T19:02:51.3601143Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T19:02:51.9551414Z [+] Installing: xq -> xq
2025-08-20T19:02:52.5432965Z [+] Installing: xz -> xz
2025-08-20T19:02:53.0383290Z [+] Installing: unxz -> unxz
2025-08-20T19:02:53.5730803Z [+] Installing: yq -> yq
2025-08-20T19:02:53.8641660Z [+] Installing: yj -> yj
2025-08-20T19:02:54.4540363Z [+] Installing: zapper -> zapper
2025-08-20T19:02:55.0033075Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T19:02:55.6270106Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T19:02:56.0971678Z curl: (22) The requested URL returned error: 404
2025-08-20T19:02:56.1017751Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T19:02:56.1018858Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T19:02:56.9764378Z curl: (22) The requested URL returned error: 404
2025-08-20T19:02:56.9811058Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T19:02:56.9811982Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T19:02:57.1607267Z curl: (22) The requested URL returned error: 404
2025-08-20T19:02:57.1652106Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T19:02:57.1653328Z [+] Installing: zstd -> zstd
2025-08-20T19:02:57.6891417Z [+] Creating symlinks...
2025-08-20T19:02:57.6987356Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T19:02:57.7093512Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T19:02:57.7198036Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T19:02:57.7300363Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T19:02:57.7401149Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T19:02:57.7504466Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T19:02:57.7605084Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T19:02:57.7705965Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T19:02:57.7805230Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T19:02:57.7910620Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T19:02:57.8011285Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T19:02:57.8110880Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T19:02:57.8211665Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T19:02:57.8309976Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T19:02:57.8409553Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T19:02:57.8508557Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T19:02:57.8606765Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T19:02:57.8644692Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T19:02:57.8734277Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T19:02:57.8834679Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T19:02:57.8934169Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T19:02:57.8972708Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T19:02:57.9063815Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T19:02:57.9164162Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T19:02:57.9266419Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T19:02:57.9371004Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T19:02:57.9476086Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T19:02:57.9585723Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T19:02:57.9692570Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T19:02:57.9798518Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T19:02:57.9898508Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T19:02:58.0003798Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T19:02:58.0106038Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T19:02:58.0209557Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T19:02:58.0315774Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T19:02:58.0422330Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T19:02:58.0529090Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T19:02:58.0636480Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T19:02:58.0741322Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T19:02:58.0844879Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T19:02:58.0950590Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T19:02:58.1055990Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T19:02:58.1166447Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T19:02:58.1284538Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T19:02:58.1326516Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T19:02:58.1355881Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T19:02:58.1457854Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T19:02:58.1564553Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T19:02:58.1664910Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T19:02:58.1762898Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T19:02:58.1858919Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T19:02:58.1957060Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T19:02:58.2054404Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T19:02:58.2154343Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T19:02:58.2252984Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T19:02:58.2351398Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T19:02:58.2450353Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T19:02:58.2555024Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T19:02:58.2659097Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T19:02:58.2808723Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T19:02:58.2909637Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T19:02:58.3009990Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T19:02:58.3109852Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T19:02:58.3211940Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T19:02:58.3312912Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T19:02:58.3414308Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T19:02:58.3520764Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T19:02:58.3619938Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T19:02:58.3722827Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T19:02:58.3822344Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T19:02:58.3919865Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T19:02:58.4017754Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T19:02:58.4117006Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T19:02:58.4216877Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T19:02:58.4314848Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T19:02:58.4413301Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T19:02:58.4510704Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T19:02:58.4612575Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T19:02:58.4712250Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T19:02:58.4813634Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T19:02:58.4919204Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T19:02:58.5046153Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T19:02:58.5149311Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T19:02:58.5250551Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T19:02:58.5351131Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T19:02:58.5451720Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T19:02:58.5554251Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T19:02:58.5655464Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T19:02:58.5756489Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T19:02:58.5864281Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T19:02:58.5969276Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T19:02:58.6072128Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T19:02:58.6170834Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T19:02:58.6271068Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T19:02:58.6370477Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T19:02:58.6410239Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T19:02:58.6439562Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T19:02:58.6469115Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T19:02:58.6563383Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T19:02:58.6594087Z 
2025-08-20T19:02:58.6594684Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T19:02:58.6595396Z 
2025-08-20T19:02:58.6614693Z 
2025-08-20T19:02:58.6713507Z 
2025-08-20T19:02:58.6713959Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T19:02:58.6714402Z 
2025-08-20T19:02:58.6788979Z [+] Installation completed!
2025-08-20T19:02:58.6789460Z 
2025-08-20T19:02:58.6789703Z [+] GITHUB_TOKEN is Exported
2025-08-20T19:02:59.0025938Z github.com
2025-08-20T19:02:59.0027001Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T19:02:59.0027478Z   - Active account: true
2025-08-20T19:02:59.0027812Z   - Git operations protocol: https
2025-08-20T19:02:59.0028155Z   - Token: ghp_************************************
2025-08-20T19:02:59.0028988Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T19:02:59.0029831Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T19:02:59.0030271Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T19:02:59.2091235Z Limit: 5000, Remaining: 3969, Reset: 2025-08-20 19:25:14 +0000 UTC (22m15s)
2025-08-20T19:02:59.2101037Z 
2025-08-20T19:02:59.2101409Z [+] GHCR_TOKEN is Exported
2025-08-20T19:02:59.2140144Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T19:02:59.4421506Z Login Succeeded
2025-08-20T19:02:59.4433876Z 
2025-08-20T19:02:59.4434207Z [+] GITLAB is Exported
2025-08-20T19:02:59.4804601Z [git remote -v]
2025-08-20T19:02:59.6991687Z gitlab.com
2025-08-20T19:02:59.6992809Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T19:02:59.6993764Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T19:02:59.6994673Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T19:02:59.6995260Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T19:02:59.6996126Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T19:02:59.6996934Z   ✓ Token found: **************************
2025-08-20T19:02:59.6997307Z 
2025-08-20T19:02:59.6998169Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T19:02:59.6999354Z [git remote -v]
2025-08-20T19:02:59.7014268Z 2025/08/20 19:02:59 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T19:02:59.7015177Z git: exit status 128]
2025-08-20T19:02:59.9936728Z 
2025-08-20T19:02:59.9936741Z 
2025-08-20T19:02:59.9937736Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (07:02:59 PM)
2025-08-20T19:02:59.9938430Z 
2025-08-20T19:02:59.9938434Z 
2025-08-20T19:02:59.9938540Z [+] USER = runner
2025-08-20T19:02:59.9938771Z [+] HOME = /home/runner
2025-08-20T19:02:59.9941551Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T19:02:59.9945977Z 
2025-08-20T19:03:00.0591753Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:03:00.0967897Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T19:03:00.0975806Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T19:03:00.0986211Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T19:03:00.0993974Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T19:03:00.1248786Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:03:00.1342056Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:03:01.3144847Z Reading package lists...
2025-08-20T19:03:01.3470419Z Reading package lists...
2025-08-20T19:03:01.5521945Z Building dependency tree...
2025-08-20T19:03:01.5529486Z Reading state information...
2025-08-20T19:03:01.7623448Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T19:03:01.7624162Z apt-utils is already the newest version (2.8.3).
2025-08-20T19:03:01.7624785Z ca-certificates is already the newest version (20240203).
2025-08-20T19:03:01.7625431Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T19:03:01.7626067Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T19:03:01.7626505Z moreutils is already the newest version (0.69-1).
2025-08-20T19:03:01.7626984Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T19:03:01.7627501Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T19:03:01.7628255Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:03:01.8294805Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:03:01.8795390Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T19:03:01.8827833Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T19:03:01.8840073Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T19:03:01.8852858Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T19:03:01.9020511Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T19:03:01.9144683Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T19:03:03.0798431Z Reading package lists...
2025-08-20T19:03:03.1140039Z Reading package lists...
2025-08-20T19:03:03.3456668Z Building dependency tree...
2025-08-20T19:03:03.3464669Z Reading state information...
2025-08-20T19:03:03.5412080Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T19:03:03.5413446Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:03:03.5414378Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T19:03:03.5415248Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:03:03.5416198Z ca-certificates is already the newest version (20240203).
2025-08-20T19:03:03.5417134Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T19:03:03.5418009Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:03:03.5418850Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T19:03:03.5419620Z gawk set to manually installed.
2025-08-20T19:03:03.5420292Z git-lfs is already the newest version (3.7.0).
2025-08-20T19:03:03.5421125Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:03:03.5422006Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:03:03.5422815Z make is already the newest version (4.3-4.1build2).
2025-08-20T19:03:03.5432935Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T19:03:03.5433616Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T19:03:03.5434571Z texinfo is already the newest version (7.1-3build2).
2025-08-20T19:03:03.5435137Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:03:03.5435713Z The following additional packages will be installed:
2025-08-20T19:03:03.5436301Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T19:03:03.5436851Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T19:03:03.5437380Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T19:03:03.5437881Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T19:03:03.5438392Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T19:03:03.5438857Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T19:03:03.5439197Z Suggested packages:
2025-08-20T19:03:03.5439517Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T19:03:03.5440019Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T19:03:03.5440560Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T19:03:03.5441087Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T19:03:03.5441604Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T19:03:03.5442094Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T19:03:03.5442697Z   fonts-arphic-uming fonts-nanum
2025-08-20T19:03:03.6321068Z The following NEW packages will be installed:
2025-08-20T19:03:03.6321812Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T19:03:03.6323198Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T19:03:03.6324969Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T19:03:03.6326092Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T19:03:03.6327184Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T19:03:03.6330022Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T19:03:03.6331622Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T19:03:03.6518781Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:03:03.6519413Z Need to get 27.5 MB of archives.
2025-08-20T19:03:03.6519978Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T19:03:03.6520661Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:03:04.0146950Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T19:03:35.0937321Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T19:04:06.9736043Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T19:04:13.0984558Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T19:04:13.6356355Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T19:04:14.7438068Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T19:04:23.9701368Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T19:04:30.7278925Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T19:04:39.3656010Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T19:04:41.0812992Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T19:07:24.8472710Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T19:07:28.0719757Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T19:07:35.8244517Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T19:07:37.2208965Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T19:07:37.7780781Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T19:07:39.0055352Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T19:07:39.5022008Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T19:08:36.9070435Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T19:08:37.7979531Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T19:08:41.8671357Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T19:08:42.4049267Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T19:08:43.4479398Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T19:08:53.2715136Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T19:08:54.6548804Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T19:08:57.6432743Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T19:08:58.1855119Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T19:09:13.1827555Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T19:09:14.4909141Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T19:09:15.8303466Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T19:09:17.7454550Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T19:09:18.3729721Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T19:09:19.8654342Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T19:09:21.6364481Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T19:09:52.0398147Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T19:09:58.2711718Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T19:10:07.8217884Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T19:10:08.2006638Z Preconfiguring packages ...
2025-08-20T19:10:08.2637830Z Fetched 27.5 MB in 7min 4s (64.7 kB/s)
2025-08-20T19:10:08.2856077Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T19:10:08.2909949Z (Reading database ... 
2025-08-20T19:10:08.2910507Z (Reading database ... 5%
2025-08-20T19:10:08.2910991Z (Reading database ... 10%
2025-08-20T19:10:08.2911783Z (Reading database ... 15%
2025-08-20T19:10:08.2912260Z (Reading database ... 20%
2025-08-20T19:10:08.2912919Z (Reading database ... 25%
2025-08-20T19:10:08.2913414Z (Reading database ... 30%
2025-08-20T19:10:08.2913903Z (Reading database ... 35%
2025-08-20T19:10:08.2914388Z (Reading database ... 40%
2025-08-20T19:10:08.2914872Z (Reading database ... 45%
2025-08-20T19:10:08.2915359Z (Reading database ... 50%
2025-08-20T19:10:08.2935636Z (Reading database ... 55%
2025-08-20T19:10:08.3037381Z (Reading database ... 60%
2025-08-20T19:10:08.3059576Z (Reading database ... 65%
2025-08-20T19:10:08.3095333Z (Reading database ... 70%
2025-08-20T19:10:08.3120949Z (Reading database ... 75%
2025-08-20T19:10:08.3151358Z (Reading database ... 80%
2025-08-20T19:10:08.3301833Z (Reading database ... 85%
2025-08-20T19:10:08.3403373Z (Reading database ... 90%
2025-08-20T19:10:08.3686945Z (Reading database ... 95%
2025-08-20T19:10:08.3687332Z (Reading database ... 100%
2025-08-20T19:10:08.3687788Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T19:10:08.3733136Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T19:10:08.4098805Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T19:10:08.5616175Z Selecting previously unselected package poppler-data.
2025-08-20T19:10:08.5753361Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T19:10:08.5765467Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T19:10:08.7030918Z Selecting previously unselected package b3sum.
2025-08-20T19:10:08.7168385Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T19:10:08.7182626Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T19:10:08.7542709Z Selecting previously unselected package build-essential.
2025-08-20T19:10:08.7681660Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T19:10:08.7694560Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T19:10:08.7934754Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T19:10:08.8073832Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T19:10:08.8104734Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T19:10:08.8357708Z Selecting previously unselected package ccache.
2025-08-20T19:10:08.8495495Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T19:10:08.8509973Z Unpacking ccache (4.9.1-1) ...
2025-08-20T19:10:08.8986141Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T19:10:08.9123235Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T19:10:08.9136887Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T19:10:08.9514229Z Selecting previously unselected package xfonts-encodings.
2025-08-20T19:10:08.9654773Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T19:10:08.9666526Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T19:10:09.0017129Z Selecting previously unselected package xfonts-utils.
2025-08-20T19:10:09.0155408Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T19:10:09.0171374Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T19:10:09.0507602Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T19:10:09.0650083Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T19:10:09.1307780Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T19:10:09.2398796Z Selecting previously unselected package libgs-common.
2025-08-20T19:10:09.2539586Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T19:10:09.2558009Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:10:09.2836116Z Selecting previously unselected package libgs10-common.
2025-08-20T19:10:09.2975763Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T19:10:09.2989445Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:10:09.3686106Z Selecting previously unselected package libidn12:amd64.
2025-08-20T19:10:09.3825835Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T19:10:09.3839325Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T19:10:09.4079701Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T19:10:09.4219986Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T19:10:09.4236110Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T19:10:09.4483768Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T19:10:09.4621716Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T19:10:09.4637772Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T19:10:09.4941817Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T19:10:09.5080773Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T19:10:09.5094697Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T19:10:09.5394483Z Selecting previously unselected package libgs10:amd64.
2025-08-20T19:10:09.5531701Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T19:10:09.5544136Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:10:09.6633190Z Selecting previously unselected package ghostscript.
2025-08-20T19:10:09.6772212Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T19:10:09.6788319Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:10:09.7094710Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T19:10:09.7234479Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T19:10:09.7245426Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:10:09.8957426Z Selecting previously unselected package imagemagick.
2025-08-20T19:10:09.9098614Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T19:10:09.9109757Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:10:09.9330399Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T19:10:09.9468514Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T19:10:09.9476436Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:10:09.9741868Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T19:10:09.9880432Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T19:10:09.9894323Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:10:10.0199835Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T19:10:10.0337094Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T19:10:10.0346117Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T19:10:10.0609013Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T19:10:10.0748753Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T19:10:10.0761188Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:10:10.1014922Z Selecting previously unselected package libjxr-tools.
2025-08-20T19:10:10.1151931Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T19:10:10.1163685Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:10:10.1396543Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T19:10:10.1534046Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T19:10:10.1545190Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T19:10:10.1999872Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T19:10:10.2139927Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T19:10:10.2152020Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T19:10:10.2379654Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T19:10:10.2518944Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T19:10:10.2528703Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:10:10.3084996Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T19:10:10.3224195Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T19:10:10.3236346Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T19:10:10.3482763Z Selecting previously unselected package libpaper-utils.
2025-08-20T19:10:10.3619773Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T19:10:10.3628992Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T19:10:10.3848725Z Selecting previously unselected package libtool-bin.
2025-08-20T19:10:10.3986540Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T19:10:10.3997668Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T19:10:10.4250590Z Selecting previously unselected package lzip.
2025-08-20T19:10:10.4389012Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T19:10:10.4399127Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T19:10:10.4647997Z Selecting previously unselected package netpbm.
2025-08-20T19:10:10.4788173Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T19:10:10.4797642Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T19:10:10.6483572Z Selecting previously unselected package musl:amd64.
2025-08-20T19:10:10.6622786Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T19:10:10.6633383Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T19:10:10.6903396Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T19:10:10.7041139Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T19:10:10.7051640Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T19:10:10.7743361Z Selecting previously unselected package musl-tools.
2025-08-20T19:10:10.7883449Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T19:10:10.7892827Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T19:10:10.8313086Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T19:10:10.9867868Z 
2025-08-20T19:10:10.9870212Z Creating config file /etc/papersize with new version
2025-08-20T19:10:11.0909898Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T19:10:11.0932707Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T19:10:11.0969176Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T19:10:11.0994291Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T19:10:11.1018113Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:10:11.1039231Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T19:10:11.1089746Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T19:10:11.1111154Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T19:10:11.1229633Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:10:11.1260067Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T19:10:11.1287349Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T19:10:11.1348190Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T19:10:11.1396661Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T19:10:11.1445934Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T19:10:11.1468384Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T19:10:11.1491483Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T19:10:11.1524857Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T19:10:11.1549665Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T19:10:11.1573404Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:10:11.1644249Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T19:10:11.1689071Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T19:10:11.1745847Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T19:10:11.1790655Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T19:10:11.1847553Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T19:10:11.1893181Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T19:10:11.1949660Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T19:10:11.1995745Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T19:10:11.2051714Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T19:10:11.2097049Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T19:10:11.2154098Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T19:10:11.2221369Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T19:10:11.2281285Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T19:10:11.2328062Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T19:10:11.2385434Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T19:10:11.2432656Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T19:10:11.2490753Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T19:10:11.2537285Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T19:10:11.2597171Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T19:10:11.2647937Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T19:10:11.2705250Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T19:10:11.2755637Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T19:10:11.2776252Z Setting up b3sum (1.2.0-1) ...
2025-08-20T19:10:11.2805815Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T19:10:11.2844405Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T19:10:11.2866806Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T19:10:11.3078740Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:10:11.3099031Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T19:10:11.3126579Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T19:10:11.3154984Z Setting up ccache (4.9.1-1) ...
2025-08-20T19:10:11.3181232Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T19:10:11.3303393Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T19:10:11.3332279Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T19:10:11.3377009Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T19:10:11.3407702Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T19:10:11.3429265Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:10:11.3451488Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T19:10:11.3475872Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T19:10:11.5110420Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T19:10:11.5138439Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:10:11.5168377Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:10:11.5196468Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T19:10:11.5271915Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:10:11.6276559Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T19:10:12.3001845Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T19:10:14.6444823Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:10:14.6790830Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:10:31.3191505Z Reading package lists...
2025-08-20T19:10:31.4896902Z Building dependency tree...
2025-08-20T19:10:31.4904911Z Reading state information...
2025-08-20T19:10:31.6595780Z autoconf is already the newest version (2.71-3).
2025-08-20T19:10:31.6596429Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:10:31.6597052Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:10:31.6597625Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T19:10:31.6598215Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:10:31.6598848Z ca-certificates is already the newest version (20240203).
2025-08-20T19:10:31.6599443Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T19:10:31.6600030Z file is already the newest version (1:5.45-3build1).
2025-08-20T19:10:31.6601023Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:10:31.6601699Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:10:31.6602277Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:10:31.6603146Z patch is already the newest version (2.7.6-7build3).
2025-08-20T19:10:31.6603544Z patch set to manually installed.
2025-08-20T19:10:31.6603849Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T19:10:31.6604217Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T19:10:31.6604549Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T19:10:31.6604874Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:10:31.6605156Z Suggested packages:
2025-08-20T19:10:31.6605350Z   scons-doc
2025-08-20T19:10:31.6751203Z The following NEW packages will be installed:
2025-08-20T19:10:31.6758128Z   autopoint byacc clang qemu-user-static scons
2025-08-20T19:10:31.6927709Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:10:31.6928297Z Need to get 15.8 MB of archives.
2025-08-20T19:10:31.6928752Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T19:10:31.6929411Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:10:31.7545956Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T19:10:31.8446236Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T19:10:31.8912938Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T19:10:32.3689552Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T19:10:32.4583479Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T19:10:32.7164487Z Fetched 15.8 MB in 1s (20.3 MB/s)
2025-08-20T19:10:32.7348374Z Selecting previously unselected package autopoint.
2025-08-20T19:10:32.7402926Z (Reading database ... 
2025-08-20T19:10:32.7403716Z (Reading database ... 5%
2025-08-20T19:10:32.7404075Z (Reading database ... 10%
2025-08-20T19:10:32.7404362Z (Reading database ... 15%
2025-08-20T19:10:32.7404641Z (Reading database ... 20%
2025-08-20T19:10:32.7404907Z (Reading database ... 25%
2025-08-20T19:10:32.7405178Z (Reading database ... 30%
2025-08-20T19:10:32.7405446Z (Reading database ... 35%
2025-08-20T19:10:32.7405710Z (Reading database ... 40%
2025-08-20T19:10:32.7405980Z (Reading database ... 45%
2025-08-20T19:10:32.7406250Z (Reading database ... 50%
2025-08-20T19:10:32.7427559Z (Reading database ... 55%
2025-08-20T19:10:32.7522258Z (Reading database ... 60%
2025-08-20T19:10:32.7543501Z (Reading database ... 65%
2025-08-20T19:10:32.7578090Z (Reading database ... 70%
2025-08-20T19:10:32.7602988Z (Reading database ... 75%
2025-08-20T19:10:32.7632095Z (Reading database ... 80%
2025-08-20T19:10:32.7775473Z (Reading database ... 85%
2025-08-20T19:10:32.7874151Z (Reading database ... 90%
2025-08-20T19:10:32.8161089Z (Reading database ... 95%
2025-08-20T19:10:32.8161623Z (Reading database ... 100%
2025-08-20T19:10:32.8162200Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T19:10:32.8206666Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T19:10:32.8218330Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T19:10:32.8487265Z Selecting previously unselected package clang.
2025-08-20T19:10:32.8625583Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T19:10:32.8635841Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T19:10:32.8851349Z Selecting previously unselected package qemu-user-static.
2025-08-20T19:10:32.8991363Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T19:10:32.9001236Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T19:10:33.3515450Z Selecting previously unselected package scons.
2025-08-20T19:10:33.3655400Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T19:10:33.3665068Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T19:10:33.4336806Z Selecting previously unselected package byacc.
2025-08-20T19:10:33.4482735Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T19:10:33.4493377Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T19:10:33.4919104Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T19:10:33.5000426Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T19:10:33.5085108Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T19:10:33.5321631Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T19:10:33.9480754Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T19:10:33.9511360Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:10:38.0441667Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T19:10:39.6670074Z Reading package lists...
2025-08-20T19:10:39.8635026Z Building dependency tree...
2025-08-20T19:10:39.8643888Z Reading state information...
2025-08-20T19:10:40.0467463Z The following additional packages will be installed:
2025-08-20T19:10:40.0468584Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T19:10:40.0469534Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T19:10:40.0470756Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T19:10:40.0471970Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T19:10:40.0474351Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T19:10:40.0475129Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T19:10:40.0475836Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T19:10:40.0476741Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T19:10:40.0477557Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T19:10:40.0483799Z Suggested packages:
2025-08-20T19:10:40.0484297Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T19:10:40.0485350Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T19:10:40.0486091Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T19:10:40.0486808Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T19:10:40.0487316Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T19:10:40.0487765Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T19:10:40.0488225Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T19:10:40.0488745Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T19:10:40.0489119Z   wdiff-doc
2025-08-20T19:10:40.0489311Z Recommended packages:
2025-08-20T19:10:40.0489631Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T19:10:40.0490076Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T19:10:40.0490541Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T19:10:40.0491032Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T19:10:40.0690952Z The following NEW packages will be installed:
2025-08-20T19:10:40.0692222Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T19:10:40.0693353Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T19:10:40.0694442Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T19:10:40.0695824Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T19:10:40.0697114Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T19:10:40.0698358Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T19:10:40.0699994Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T19:10:40.0701220Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T19:10:40.0702255Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T19:10:40.0901041Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:10:40.0901584Z Need to get 2417 kB of archives.
2025-08-20T19:10:40.0902245Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T19:10:40.0903097Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:10:40.1898164Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T19:10:40.2312603Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T19:10:40.2807672Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T19:10:40.3599600Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T19:10:40.4031780Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T19:10:40.4495160Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T19:10:40.5056298Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T19:10:40.5839675Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T19:10:40.6304756Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T19:10:40.6761840Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T19:10:40.7244739Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T19:10:40.7710462Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T19:10:40.8155921Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T19:10:40.8614998Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T19:10:40.9166182Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T19:10:40.9747993Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T19:10:41.0190300Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T19:10:41.1777322Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T19:10:41.2198799Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T19:10:41.2616224Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T19:10:41.3021965Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T19:10:41.3465743Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T19:10:41.3901249Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T19:10:41.4311287Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T19:10:41.4725364Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T19:10:41.5136758Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T19:10:41.5546753Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T19:10:41.5969798Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T19:10:41.6384515Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T19:10:41.6808930Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T19:10:41.9962783Z Fetched 2417 kB in 2s (1465 kB/s)
2025-08-20T19:10:42.0155355Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T19:10:42.0211721Z (Reading database ... 
2025-08-20T19:10:42.0212134Z (Reading database ... 5%
2025-08-20T19:10:42.0212714Z (Reading database ... 10%
2025-08-20T19:10:42.0213113Z (Reading database ... 15%
2025-08-20T19:10:42.0213536Z (Reading database ... 20%
2025-08-20T19:10:42.0213951Z (Reading database ... 25%
2025-08-20T19:10:42.0214333Z (Reading database ... 30%
2025-08-20T19:10:42.0214728Z (Reading database ... 35%
2025-08-20T19:10:42.0215131Z (Reading database ... 40%
2025-08-20T19:10:42.0215516Z (Reading database ... 45%
2025-08-20T19:10:42.0215910Z (Reading database ... 50%
2025-08-20T19:10:42.0240036Z (Reading database ... 55%
2025-08-20T19:10:42.0350881Z (Reading database ... 60%
2025-08-20T19:10:42.0376394Z (Reading database ... 65%
2025-08-20T19:10:42.0418944Z (Reading database ... 70%
2025-08-20T19:10:42.0447854Z (Reading database ... 75%
2025-08-20T19:10:42.0482366Z (Reading database ... 80%
2025-08-20T19:10:42.0659440Z (Reading database ... 85%
2025-08-20T19:10:42.0772981Z (Reading database ... 90%
2025-08-20T19:10:42.1097587Z (Reading database ... 95%
2025-08-20T19:10:42.1098079Z (Reading database ... 100%
2025-08-20T19:10:42.1098547Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T19:10:42.1144829Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T19:10:42.1155589Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T19:10:42.1396476Z Selecting previously unselected package libfile-which-perl.
2025-08-20T19:10:42.1554195Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T19:10:42.1566092Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T19:10:42.1788233Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T19:10:42.1927398Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T19:10:42.1936343Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T19:10:42.2187893Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T19:10:42.2327898Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T19:10:42.2337349Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T19:10:42.2547925Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T19:10:42.2687898Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T19:10:42.2696910Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T19:10:42.2924271Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T19:10:42.3064243Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T19:10:42.3083274Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T19:10:42.3325772Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T19:10:42.3468661Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T19:10:42.3477645Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T19:10:42.3708637Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T19:10:42.3847952Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T19:10:42.3856753Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T19:10:42.4068753Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T19:10:42.4212601Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T19:10:42.4223927Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T19:10:42.4470061Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T19:10:42.4614906Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T19:10:42.4623266Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T19:10:42.4847719Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T19:10:42.4987611Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T19:10:42.4996465Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T19:10:42.5208097Z Selecting previously unselected package libimport-into-perl.
2025-08-20T19:10:42.5351101Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T19:10:42.5360338Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T19:10:42.5578012Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T19:10:42.5719844Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T19:10:42.5728778Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T19:10:42.5967869Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T19:10:42.6109065Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T19:10:42.6119355Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T19:10:42.6339396Z Selecting previously unselected package libmoo-perl.
2025-08-20T19:10:42.6480257Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T19:10:42.6490272Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T19:10:42.6746518Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T19:10:42.6887762Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T19:10:42.6898957Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T19:10:42.7118005Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T19:10:42.7262674Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T19:10:42.7272344Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T19:10:42.7627072Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T19:10:42.7769836Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T19:10:42.7779059Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T19:10:42.8085527Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T19:10:42.8230482Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T19:10:42.8235743Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T19:10:42.8454762Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T19:10:42.8596486Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T19:10:42.8605920Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T19:10:42.8892037Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T19:10:42.9038878Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T19:10:42.9047596Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T19:10:42.9501091Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T19:10:42.9643077Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T19:10:42.9653800Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T19:10:42.9936810Z Selecting previously unselected package libnet-http-perl.
2025-08-20T19:10:43.0088159Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T19:10:43.0089002Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T19:10:43.0315222Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T19:10:43.0456623Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T19:10:43.0466932Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T19:10:43.0778676Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T19:10:43.0921563Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T19:10:43.0931412Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T19:10:43.1159621Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T19:10:43.1301624Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T19:10:43.1311457Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T19:10:43.1560877Z Selecting previously unselected package libwww-perl.
2025-08-20T19:10:43.1703768Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T19:10:43.1713203Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T19:10:43.2056274Z Selecting previously unselected package patchutils.
2025-08-20T19:10:43.2200026Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T19:10:43.2208827Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T19:10:43.2496645Z Selecting previously unselected package wdiff.
2025-08-20T19:10:43.2642342Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T19:10:43.2653479Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T19:10:43.2910165Z Selecting previously unselected package devscripts.
2025-08-20T19:10:43.3053867Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T19:10:43.3262663Z Unpacking devscripts (2.23.7) ...
2025-08-20T19:10:43.4559257Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T19:10:43.4583599Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T19:10:43.4606897Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T19:10:43.4632313Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T19:10:43.4655660Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T19:10:43.4687737Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T19:10:43.4713748Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T19:10:43.4742350Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T19:10:43.4768014Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T19:10:43.4794733Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T19:10:43.4819339Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T19:10:43.4849880Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T19:10:43.4875420Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T19:10:43.4903562Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T19:10:43.4927275Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T19:10:43.4954449Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T19:10:43.4980854Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T19:10:43.5004430Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T19:10:43.5030958Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T19:10:43.5056159Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T19:10:43.5081910Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T19:10:43.5107990Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T19:10:43.5134374Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T19:10:43.5162823Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T19:10:43.5191574Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T19:10:43.5220561Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T19:10:43.5244749Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T19:10:43.5282607Z Setting up libwww-perl (6.76-1) ...
2025-08-20T19:10:43.5330515Z Setting up devscripts (2.23.7) ...
2025-08-20T19:10:43.6593431Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T19:10:43.6624217Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:10:48.7613954Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:10:50.4320194Z Reading package lists...
2025-08-20T19:10:50.6316157Z Building dependency tree...
2025-08-20T19:10:50.6324379Z Reading state information...
2025-08-20T19:10:50.8067446Z The following additional packages will be installed:
2025-08-20T19:10:50.8075200Z   cmake-data libjsoncpp25 librhash0
2025-08-20T19:10:50.8080999Z Suggested packages:
2025-08-20T19:10:50.8081576Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T19:10:50.8238560Z The following NEW packages will be installed:
2025-08-20T19:10:50.8247727Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T19:10:50.8482254Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:10:50.8483021Z Need to get 13.6 MB of archives.
2025-08-20T19:10:50.8483571Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T19:10:50.8484249Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:10:50.9057668Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T19:10:50.9488597Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T19:10:50.9920087Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T19:10:51.1191559Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T19:10:52.1729873Z Fetched 13.6 MB in 1s (12.7 MB/s)
2025-08-20T19:10:52.1924720Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T19:10:52.1980961Z (Reading database ... 
2025-08-20T19:10:52.1982092Z (Reading database ... 5%
2025-08-20T19:10:52.1982684Z (Reading database ... 10%
2025-08-20T19:10:52.1983076Z (Reading database ... 15%
2025-08-20T19:10:52.1983479Z (Reading database ... 20%
2025-08-20T19:10:52.1983868Z (Reading database ... 25%
2025-08-20T19:10:52.1984263Z (Reading database ... 30%
2025-08-20T19:10:52.1984673Z (Reading database ... 35%
2025-08-20T19:10:52.1985098Z (Reading database ... 40%
2025-08-20T19:10:52.1985490Z (Reading database ... 45%
2025-08-20T19:10:52.1985875Z (Reading database ... 50%
2025-08-20T19:10:52.2008924Z (Reading database ... 55%
2025-08-20T19:10:52.2109146Z (Reading database ... 60%
2025-08-20T19:10:52.2146364Z (Reading database ... 65%
2025-08-20T19:10:52.2170361Z (Reading database ... 70%
2025-08-20T19:10:52.2197380Z (Reading database ... 75%
2025-08-20T19:10:52.2231544Z (Reading database ... 80%
2025-08-20T19:10:52.2392360Z (Reading database ... 85%
2025-08-20T19:10:52.2487885Z (Reading database ... 90%
2025-08-20T19:10:52.2775905Z (Reading database ... 95%
2025-08-20T19:10:52.2776292Z (Reading database ... 100%
2025-08-20T19:10:52.2776743Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T19:10:52.2822637Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T19:10:52.2844360Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T19:10:52.3112762Z Selecting previously unselected package librhash0:amd64.
2025-08-20T19:10:52.3255889Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T19:10:52.3269098Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T19:10:52.3528202Z Selecting previously unselected package cmake-data.
2025-08-20T19:10:52.3669354Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T19:10:52.3739885Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T19:10:52.9592716Z Selecting previously unselected package cmake.
2025-08-20T19:10:52.9749346Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T19:10:52.9759351Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T19:10:53.1723351Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T19:10:53.1754781Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T19:10:53.1781642Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T19:10:53.1854491Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T19:10:53.1883489Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:10:57.4861904Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:10:58.0630863Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T19:10:58.0633498Z Running kernel seems to be up-to-date.
2025-08-20T19:10:58.0633802Z 
2025-08-20T19:10:58.0633933Z Restarting services...
2025-08-20T19:10:58.0709941Z 
2025-08-20T19:10:58.0710656Z Service restarts being deferred:
2025-08-20T19:10:58.0711217Z  systemctl restart hosted-compute-agent.service
2025-08-20T19:10:58.0711594Z 
2025-08-20T19:10:58.0711756Z No containers need to be restarted.
2025-08-20T19:10:58.0712049Z 
2025-08-20T19:10:58.0712241Z No user sessions are running outdated binaries.
2025-08-20T19:10:58.0712764Z 
2025-08-20T19:10:58.0713113Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T19:10:59.1074234Z Reading package lists...
2025-08-20T19:10:59.3014573Z Building dependency tree...
2025-08-20T19:10:59.3023712Z Reading state information...
2025-08-20T19:10:59.5087674Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T19:10:59.5088392Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:10:59.5088969Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T19:10:59.5089505Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:10:59.5090074Z b3sum is already the newest version (1.2.0-1).
2025-08-20T19:10:59.5090654Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:10:59.5091256Z ca-certificates is already the newest version (20240203).
2025-08-20T19:10:59.5091855Z ccache is already the newest version (4.9.1-1).
2025-08-20T19:10:59.5092599Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T19:10:59.5093229Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T19:10:59.5093804Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T19:10:59.5094367Z git-lfs is already the newest version (3.7.0).
2025-08-20T19:10:59.5095349Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T19:10:59.5095981Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T19:10:59.5096485Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:10:59.5096857Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:10:59.5097213Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:10:59.5097559Z make is already the newest version (4.3-4.1build2).
2025-08-20T19:10:59.5097870Z musl is already the newest version (1.2.4-2).
2025-08-20T19:10:59.5098177Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T19:10:59.5098500Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T19:10:59.5099055Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T19:10:59.5099630Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T19:10:59.5099973Z texinfo is already the newest version (7.1-3build2).
2025-08-20T19:10:59.5100313Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:10:59.5100664Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:10:59.5337636Z Reading package lists...
2025-08-20T19:10:59.7420460Z Building dependency tree...
2025-08-20T19:10:59.7429148Z Reading state information...
2025-08-20T19:10:59.9424452Z autoconf is already the newest version (2.71-3).
2025-08-20T19:10:59.9425097Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T19:10:59.9425705Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T19:10:59.9426274Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T19:10:59.9426848Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T19:10:59.9427726Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T19:10:59.9428302Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T19:10:59.9428849Z ca-certificates is already the newest version (20240203).
2025-08-20T19:10:59.9429406Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T19:10:59.9429912Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T19:10:59.9430454Z file is already the newest version (1:5.45-3build1).
2025-08-20T19:10:59.9430975Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T19:10:59.9431502Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T19:10:59.9432067Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T19:10:59.9432932Z patch is already the newest version (2.7.6-7build3).
2025-08-20T19:10:59.9433675Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T19:10:59.9434454Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T19:10:59.9435104Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T19:10:59.9435710Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T19:10:59.9436220Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T19:10:59.9436728Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T19:10:59.9437232Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:10:59.9673641Z Reading package lists...
2025-08-20T19:11:00.1771920Z Building dependency tree...
2025-08-20T19:11:00.1780067Z Reading state information...
2025-08-20T19:11:00.3935380Z devscripts is already the newest version (2.23.7).
2025-08-20T19:11:00.3936311Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:11:00.4178505Z Reading package lists...
2025-08-20T19:11:00.6106132Z Building dependency tree...
2025-08-20T19:11:00.6113919Z Reading state information...
2025-08-20T19:11:00.8068527Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T19:11:00.8069283Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:11:00.8329518Z Reading package lists...
2025-08-20T19:11:01.0295628Z Building dependency tree...
2025-08-20T19:11:01.0304137Z Reading state information...
2025-08-20T19:11:01.2380322Z Suggested packages:
2025-08-20T19:11:01.2380986Z   binutils-doc
2025-08-20T19:11:01.2692167Z The following NEW packages will be installed:
2025-08-20T19:11:01.2704284Z   binutils-aarch64-linux-gnu
2025-08-20T19:11:01.2924366Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:11:01.3178287Z Need to get 3711 kB of archives.
2025-08-20T19:11:01.3179226Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T19:11:01.3180248Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:11:01.3790847Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T19:11:01.9433487Z Fetched 3711 kB in 0s (10.8 MB/s)
2025-08-20T19:11:01.9640911Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T19:11:01.9699258Z (Reading database ... 
2025-08-20T19:11:01.9700202Z (Reading database ... 5%
2025-08-20T19:11:01.9700905Z (Reading database ... 10%
2025-08-20T19:11:01.9701316Z (Reading database ... 15%
2025-08-20T19:11:01.9701631Z (Reading database ... 20%
2025-08-20T19:11:01.9701931Z (Reading database ... 25%
2025-08-20T19:11:01.9702225Z (Reading database ... 30%
2025-08-20T19:11:01.9702656Z (Reading database ... 35%
2025-08-20T19:11:01.9702950Z (Reading database ... 40%
2025-08-20T19:11:01.9703234Z (Reading database ... 45%
2025-08-20T19:11:01.9703526Z (Reading database ... 50%
2025-08-20T19:11:01.9726195Z (Reading database ... 55%
2025-08-20T19:11:01.9843732Z (Reading database ... 60%
2025-08-20T19:11:01.9869692Z (Reading database ... 65%
2025-08-20T19:11:01.9916216Z (Reading database ... 70%
2025-08-20T19:11:01.9946261Z (Reading database ... 75%
2025-08-20T19:11:01.9985666Z (Reading database ... 80%
2025-08-20T19:11:02.0158882Z (Reading database ... 85%
2025-08-20T19:11:02.0271875Z (Reading database ... 90%
2025-08-20T19:11:02.0630278Z (Reading database ... 95%
2025-08-20T19:11:02.0631225Z (Reading database ... 100%
2025-08-20T19:11:02.0632038Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T19:11:02.0680654Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T19:11:02.0703413Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T19:11:02.2532857Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T19:11:02.2561982Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:11:02.2724592Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:11:08.0569295Z Reading package lists...
2025-08-20T19:11:08.2485157Z Building dependency tree...
2025-08-20T19:11:08.2493723Z Reading state information...
2025-08-20T19:11:08.4209712Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T19:11:08.4210522Z The following additional packages will be installed:
2025-08-20T19:11:08.4211187Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T19:11:08.4211955Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T19:11:08.4213148Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T19:11:08.4214123Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T19:11:08.4214899Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T19:11:08.4215550Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T19:11:08.4216317Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T19:11:08.4217159Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T19:11:08.4217936Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T19:11:08.4218677Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T19:11:08.4219416Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T19:11:08.4220688Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T19:11:08.4221464Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T19:11:08.4222251Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T19:11:08.4223181Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T19:11:08.4223892Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T19:11:08.4224747Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T19:11:08.4225561Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T19:11:08.4226314Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T19:11:08.4227191Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T19:11:08.4227986Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T19:11:08.4228649Z   linux-libc-dev-armhf-cross
2025-08-20T19:11:08.4229856Z Suggested packages:
2025-08-20T19:11:08.4230340Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T19:11:08.4231101Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T19:11:08.4802193Z The following NEW packages will be installed:
2025-08-20T19:11:08.4803153Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T19:11:08.4804023Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T19:11:08.4804998Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T19:11:08.4805882Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T19:11:08.4806811Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T19:11:08.4808105Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T19:11:08.4808936Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T19:11:08.4809773Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T19:11:08.4810808Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T19:11:08.4811720Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T19:11:08.4812741Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T19:11:08.4813598Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T19:11:08.4814537Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T19:11:08.4815502Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T19:11:08.4816612Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T19:11:08.4817748Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T19:11:08.4818573Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T19:11:08.4819344Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T19:11:08.4820061Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T19:11:08.4820781Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T19:11:08.4821531Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T19:11:08.4822348Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T19:11:08.4823155Z   linux-libc-dev-armhf-cross
2025-08-20T19:11:08.5017804Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:11:08.5018436Z Need to get 171 MB of archives.
2025-08-20T19:11:08.5018845Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T19:11:08.5019277Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:11:08.5700997Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T19:11:08.6130837Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T19:11:09.4924547Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T19:11:09.5362300Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T19:11:10.2818848Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T19:11:10.3242673Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T19:11:11.1666654Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T19:11:11.2090342Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T19:11:11.2514989Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T19:11:11.2933041Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T19:11:11.3350133Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T19:11:11.3772970Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T19:11:11.4666484Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T19:11:11.5086560Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T19:11:11.5514586Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T19:11:11.5961800Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T19:11:11.6393149Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T19:11:11.7206343Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T19:11:11.7647082Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T19:11:11.8458705Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T19:11:11.9279429Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T19:11:11.9707267Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T19:11:12.0138306Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T19:11:12.2750621Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T19:11:14.0757247Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T19:11:14.1980359Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T19:11:14.3223426Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T19:11:14.5803869Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T19:11:15.6370669Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T19:11:15.9430262Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T19:11:15.9855547Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T19:11:16.0277372Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T19:11:16.1101731Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T19:11:16.1528520Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T19:11:16.1952010Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T19:11:16.2367872Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T19:11:16.3976798Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T19:11:16.4815052Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T19:11:16.6020208Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T19:11:16.6911109Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T19:11:18.4208385Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T19:11:18.5435101Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T19:11:18.6652831Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T19:11:18.9259522Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T19:11:19.9374768Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T19:11:20.2931476Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T19:11:20.3558435Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T19:11:20.3973536Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T19:11:20.4397539Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T19:11:20.4813251Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T19:11:20.8370442Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T19:11:20.9219896Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T19:11:21.0468416Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T19:11:21.1326499Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T19:11:22.7326859Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T19:11:22.8548796Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T19:11:22.9772135Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T19:11:23.2510706Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T19:11:24.2981420Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T19:11:24.3397562Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T19:11:24.3815369Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T19:11:24.4231408Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T19:11:24.4645380Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T19:11:24.5056698Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T19:11:24.8427617Z Fetched 171 MB in 16s (10.6 MB/s)
2025-08-20T19:11:24.8635855Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T19:11:24.8694018Z (Reading database ... 
2025-08-20T19:11:24.8694541Z (Reading database ... 5%
2025-08-20T19:11:24.8695050Z (Reading database ... 10%
2025-08-20T19:11:24.8695391Z (Reading database ... 15%
2025-08-20T19:11:24.8695698Z (Reading database ... 20%
2025-08-20T19:11:24.8695989Z (Reading database ... 25%
2025-08-20T19:11:24.8696283Z (Reading database ... 30%
2025-08-20T19:11:24.8696585Z (Reading database ... 35%
2025-08-20T19:11:24.8696878Z (Reading database ... 40%
2025-08-20T19:11:24.8697171Z (Reading database ... 45%
2025-08-20T19:11:24.8697465Z (Reading database ... 50%
2025-08-20T19:11:24.8719669Z (Reading database ... 55%
2025-08-20T19:11:24.8834835Z (Reading database ... 60%
2025-08-20T19:11:24.8860616Z (Reading database ... 65%
2025-08-20T19:11:24.8906073Z (Reading database ... 70%
2025-08-20T19:11:24.8935104Z (Reading database ... 75%
2025-08-20T19:11:24.8973133Z (Reading database ... 80%
2025-08-20T19:11:24.9139965Z (Reading database ... 85%
2025-08-20T19:11:24.9442598Z (Reading database ... 90%
2025-08-20T19:11:24.9550155Z (Reading database ... 95%
2025-08-20T19:11:24.9550666Z (Reading database ... 100%
2025-08-20T19:11:24.9551176Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T19:11:24.9602317Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:11:24.9611832Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:24.9839296Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T19:11:24.9983837Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:11:25.0017958Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:25.1596863Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T19:11:25.1744811Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:11:25.1754121Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:25.1979658Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T19:11:25.2122663Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:11:25.2157508Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:25.3646750Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T19:11:25.3793676Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:11:25.3803701Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:25.4045703Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T19:11:25.4192170Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:11:25.4226492Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:25.5709089Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T19:11:25.5860287Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T19:11:25.5871128Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T19:11:25.6090249Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T19:11:25.6243390Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T19:11:25.6254929Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:11:25.6470168Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T19:11:25.6615477Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T19:11:25.6624870Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:11:25.6873037Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T19:11:25.7021013Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:25.7032847Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:25.7268945Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T19:11:25.7413358Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:25.7427392Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:25.7657059Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T19:11:25.7800619Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:11:25.7811907Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:11:25.8236446Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T19:11:25.8383314Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:25.8393582Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:25.8623092Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T19:11:25.8768588Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:25.8779442Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:25.9062703Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T19:11:25.9208162Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:25.9222037Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:25.9455158Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T19:11:25.9600080Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:25.9611438Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:25.9856172Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T19:11:26.0005046Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:26.0016938Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:26.0357653Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T19:11:26.0504977Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:26.0515447Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:26.0797333Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T19:11:26.0944101Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:26.0958509Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:26.1308744Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T19:11:26.1455915Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:26.1467911Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:26.1846885Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T19:11:26.1996096Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:26.2007076Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:26.2324856Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T19:11:26.2478182Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:26.2486919Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:26.2822790Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T19:11:26.2970310Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:26.2978855Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:26.4024888Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T19:11:26.4174765Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:11:26.4211337Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:26.7038651Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T19:11:26.7186274Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T19:11:26.7195130Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T19:11:26.9189322Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T19:11:26.9339137Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:11:26.9350028Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:11:27.0655360Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T19:11:27.0807983Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:27.0818141Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:27.3147556Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T19:11:27.3298848Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:11:27.3337240Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:27.5070617Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T19:11:27.5214388Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T19:11:27.5230077Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T19:11:27.6182326Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T19:11:27.6328389Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:27.6339502Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:27.6570992Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T19:11:27.6720210Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:27.6736398Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:27.6963161Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T19:11:27.7111500Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:11:27.7121455Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:11:27.7511095Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T19:11:27.7659498Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:27.7668833Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:27.7898422Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T19:11:27.8049821Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:27.8059345Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:27.8305232Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T19:11:27.8453224Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:27.8464845Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:27.8696363Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T19:11:27.8843351Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:27.8854816Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:27.9516415Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T19:11:27.9665419Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:27.9675599Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:27.9994718Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T19:11:28.0141167Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:28.0151014Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:28.0557395Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T19:11:28.0709046Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:28.0718776Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:28.1284873Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T19:11:28.1431975Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:11:28.1467253Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:28.4064737Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T19:11:28.4211429Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T19:11:28.4225997Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T19:11:28.6080113Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T19:11:28.6227984Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:11:28.6239538Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:11:28.7420072Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T19:11:28.7568191Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:28.7579682Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:28.9574182Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T19:11:28.9725186Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:11:28.9762922Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:29.1318074Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T19:11:29.1464177Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T19:11:29.1474494Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T19:11:29.2462767Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T19:11:29.2607974Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:11:29.2617718Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:11:29.2999051Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T19:11:29.3147931Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:29.3157333Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:29.3386725Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T19:11:29.3534455Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:29.3553497Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:29.3794378Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T19:11:29.3945131Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:29.3953276Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:29.4190080Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T19:11:29.4342869Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:29.4351369Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:29.5028591Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T19:11:29.5177958Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:29.5187519Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:29.5490780Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T19:11:29.5643018Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:29.5653109Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:29.6014207Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T19:11:29.6163026Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:29.6174024Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:29.6746634Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T19:11:29.6894520Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:11:29.6940114Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:29.9490594Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T19:11:29.9637665Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T19:11:29.9646361Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T19:11:30.1654812Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T19:11:30.1806743Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T19:11:30.1819990Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:11:30.2962630Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T19:11:30.3113460Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T19:11:30.3122968Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:30.5139095Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T19:11:30.5288850Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T19:11:30.5328180Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:30.6873622Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T19:11:30.7024586Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T19:11:30.7035617Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T19:11:30.7265459Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T19:11:30.7412841Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T19:11:30.7429460Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T19:11:30.7645665Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T19:11:30.7792962Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T19:11:30.7802994Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:11:30.8028828Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T19:11:30.8174567Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T19:11:30.8192606Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:11:30.8404134Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T19:11:30.8549492Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T19:11:30.8560825Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:11:30.8795375Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T19:11:30.8944822Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T19:11:30.8956751Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:11:30.9429803Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T19:11:30.9457133Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:11:30.9480622Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:30.9510198Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:30.9539113Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:30.9568220Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T19:11:30.9599954Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:30.9627819Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:11:30.9659095Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T19:11:30.9686233Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:30.9723017Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T19:11:30.9749564Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:11:30.9777405Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:30.9804054Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:30.9826589Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:30.9854748Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:11:30.9882063Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T19:11:30.9909280Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:30.9938922Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:30.9964982Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:30.9998974Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0031294Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0064747Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0091225Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0121911Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0156285Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0181039Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0218294Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0247937Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0272359Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:11:31.0300867Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0332174Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T19:11:31.0375558Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0408250Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0436453Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0463557Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T19:11:31.0498540Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:11:31.0541383Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0575037Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0608334Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0634480Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0658360Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0694332Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:11:31.0723460Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0752547Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0782841Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0808954Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0846662Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0873443Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0908267Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0939924Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.0964985Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:11:31.1001133Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.1035188Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.1064951Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.1093153Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.1124412Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.1150609Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T19:11:31.1181866Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:11:31.1214917Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.1248018Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T19:11:31.1280221Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T19:11:31.1304325Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T19:11:31.1332904Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T19:11:31.1362833Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T19:11:31.1385669Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T19:11:31.1477844Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:11:35.5533642Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:11:37.1884945Z Reading package lists...
2025-08-20T19:11:37.3938481Z Building dependency tree...
2025-08-20T19:11:37.3947057Z Reading state information...
2025-08-20T19:11:37.5733126Z The following additional packages will be installed:
2025-08-20T19:11:37.5733966Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T19:11:37.5738129Z   libpcap0.8-dev
2025-08-20T19:11:37.6052923Z The following NEW packages will be installed:
2025-08-20T19:11:37.6053916Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T19:11:37.6060123Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T19:11:37.6266518Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:11:37.6518991Z Need to get 1613 kB of archives.
2025-08-20T19:11:37.6519586Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T19:11:37.6520010Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:11:37.7106907Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T19:11:37.7560054Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T19:11:37.8019125Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T19:11:37.8447916Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T19:11:37.8909161Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T19:11:37.9772299Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T19:11:38.0210800Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T19:11:38.0620570Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T19:11:38.3352611Z Fetched 1613 kB in 0s (3822 kB/s)
2025-08-20T19:11:38.3560772Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T19:11:38.3623377Z (Reading database ... 
2025-08-20T19:11:38.3623961Z (Reading database ... 5%
2025-08-20T19:11:38.3624412Z (Reading database ... 10%
2025-08-20T19:11:38.3624851Z (Reading database ... 15%
2025-08-20T19:11:38.3625308Z (Reading database ... 20%
2025-08-20T19:11:38.3625743Z (Reading database ... 25%
2025-08-20T19:11:38.3626175Z (Reading database ... 30%
2025-08-20T19:11:38.3626618Z (Reading database ... 35%
2025-08-20T19:11:38.3627056Z (Reading database ... 40%
2025-08-20T19:11:38.3627503Z (Reading database ... 45%
2025-08-20T19:11:38.3627937Z (Reading database ... 50%
2025-08-20T19:11:38.3737311Z (Reading database ... 55%
2025-08-20T19:11:38.3760095Z (Reading database ... 60%
2025-08-20T19:11:38.3784775Z (Reading database ... 65%
2025-08-20T19:11:38.3829916Z (Reading database ... 70%
2025-08-20T19:11:38.3860748Z (Reading database ... 75%
2025-08-20T19:11:38.3893255Z (Reading database ... 80%
2025-08-20T19:11:38.4062699Z (Reading database ... 85%
2025-08-20T19:11:38.4169444Z (Reading database ... 90%
2025-08-20T19:11:38.4473097Z (Reading database ... 95%
2025-08-20T19:11:38.4473575Z (Reading database ... 100%
2025-08-20T19:11:38.4474159Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T19:11:38.4520465Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T19:11:38.4530584Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T19:11:38.5285320Z Selecting previously unselected package libjudydebian1.
2025-08-20T19:11:38.5436186Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T19:11:38.5456071Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T19:11:38.5699985Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T19:11:38.5849563Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T19:11:38.5859899Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T19:11:38.6321840Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T19:11:38.6469385Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T19:11:38.6480643Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T19:11:38.6758128Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T19:11:38.6906053Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T19:11:38.6917144Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T19:11:38.7654205Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T19:11:38.7803290Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T19:11:38.7836483Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:11:38.8245345Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T19:11:38.8392864Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T19:11:38.8409151Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:11:38.8665835Z Selecting previously unselected package pcaputils.
2025-08-20T19:11:38.8814092Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T19:11:38.8853073Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T19:11:38.9313262Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T19:11:38.9350405Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T19:11:39.1062146Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T19:11:39.1093361Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T19:11:39.1209860Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T19:11:39.4263776Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T19:11:39.4290013Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T19:11:39.4340242Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:11:39.4492765Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:11:44.2103892Z Processing triggers for sgml-base (1.31) ...
2025-08-20T19:11:44.2528587Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:11:44.2557811Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T19:11:45.8617233Z Reading package lists...
2025-08-20T19:11:46.0624904Z Building dependency tree...
2025-08-20T19:11:46.0633871Z Reading state information...
2025-08-20T19:11:46.1112537Z Reading package lists...
2025-08-20T19:11:46.3058033Z Building dependency tree...
2025-08-20T19:11:46.3066707Z Reading state information...
2025-08-20T19:11:46.4804565Z The following additional packages will be installed:
2025-08-20T19:11:46.4808173Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T19:11:46.4814185Z Suggested packages:
2025-08-20T19:11:46.4814888Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T19:11:46.4815496Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T19:11:46.4999116Z The following NEW packages will be installed:
2025-08-20T19:11:46.4999955Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T19:11:46.5006233Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T19:11:46.5188327Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:11:46.5188819Z Need to get 800 kB of archives.
2025-08-20T19:11:46.5189173Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T19:11:46.5189593Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:11:46.5754325Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T19:11:46.6190963Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T19:11:46.6604824Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T19:11:46.7132803Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T19:11:46.7558022Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T19:11:46.8033469Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T19:11:46.8458256Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T19:11:46.8866932Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T19:11:46.9283850Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T19:11:47.2067278Z Fetched 800 kB in 0s (1896 kB/s)
2025-08-20T19:11:47.2267446Z Selecting previously unselected package liblz1:amd64.
2025-08-20T19:11:47.2326854Z (Reading database ... 
2025-08-20T19:11:47.2327948Z (Reading database ... 5%
2025-08-20T19:11:47.2328521Z (Reading database ... 10%
2025-08-20T19:11:47.2329168Z (Reading database ... 15%
2025-08-20T19:11:47.2329506Z (Reading database ... 20%
2025-08-20T19:11:47.2329837Z (Reading database ... 25%
2025-08-20T19:11:47.2330181Z (Reading database ... 30%
2025-08-20T19:11:47.2330504Z (Reading database ... 35%
2025-08-20T19:11:47.2330823Z (Reading database ... 40%
2025-08-20T19:11:47.2331150Z (Reading database ... 45%
2025-08-20T19:11:47.2331477Z (Reading database ... 50%
2025-08-20T19:11:47.2428686Z (Reading database ... 55%
2025-08-20T19:11:47.2449814Z (Reading database ... 60%
2025-08-20T19:11:47.2472083Z (Reading database ... 65%
2025-08-20T19:11:47.2514062Z (Reading database ... 70%
2025-08-20T19:11:47.2543373Z (Reading database ... 75%
2025-08-20T19:11:47.2573464Z (Reading database ... 80%
2025-08-20T19:11:47.2730376Z (Reading database ... 85%
2025-08-20T19:11:47.2834453Z (Reading database ... 90%
2025-08-20T19:11:47.3147466Z (Reading database ... 95%
2025-08-20T19:11:47.3147893Z (Reading database ... 100%
2025-08-20T19:11:47.3148444Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T19:11:47.3194209Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T19:11:47.3213968Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T19:11:47.3448774Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T19:11:47.3594927Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T19:11:47.3607091Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T19:11:47.3870694Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T19:11:47.4019335Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T19:11:47.4029124Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T19:11:47.4888954Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T19:11:47.5037883Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T19:11:47.5048849Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T19:11:47.5334419Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T19:11:47.5480492Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T19:11:47.5494773Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T19:11:47.5762830Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T19:11:47.5909951Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T19:11:47.5920453Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T19:11:47.6261742Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T19:11:47.6412114Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T19:11:47.6424709Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T19:11:47.6686011Z Selecting previously unselected package lzma.
2025-08-20T19:11:47.6832940Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T19:11:47.6844694Z Unpacking lzma (9.22-2.2) ...
2025-08-20T19:11:47.7144906Z Selecting previously unselected package lzma-dev.
2025-08-20T19:11:47.7294249Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T19:11:47.7302276Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T19:11:47.7771748Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T19:11:47.7799961Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T19:11:47.7828136Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T19:11:47.7854060Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T19:11:47.7885959Z Setting up lzma (9.22-2.2) ...
2025-08-20T19:11:47.7956984Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T19:11:47.8001521Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T19:11:47.8025541Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T19:11:47.8055610Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T19:11:47.8081215Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T19:11:47.8111340Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:11:47.8268220Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:11:52.2921418Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T19:11:52.9653217Z 
2025-08-20T19:11:52.9653757Z Running kernel seems to be up-to-date.
2025-08-20T19:11:52.9654119Z 
2025-08-20T19:11:52.9654261Z Restarting services...
2025-08-20T19:11:52.9718759Z 
2025-08-20T19:11:52.9719116Z Service restarts being deferred:
2025-08-20T19:11:52.9719672Z  systemctl restart hosted-compute-agent.service
2025-08-20T19:11:52.9720051Z 
2025-08-20T19:11:52.9720227Z No containers need to be restarted.
2025-08-20T19:11:52.9720512Z 
2025-08-20T19:11:52.9720707Z No user sessions are running outdated binaries.
2025-08-20T19:11:52.9721030Z 
2025-08-20T19:11:52.9721341Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T19:11:54.1083116Z Reading package lists...
2025-08-20T19:11:54.3057947Z Building dependency tree...
2025-08-20T19:11:54.3067075Z Reading state information...
2025-08-20T19:11:54.5411971Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T19:11:54.5413133Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T19:11:54.5413671Z inetutils-telnet set to manually installed.
2025-08-20T19:11:54.5414177Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T19:11:54.5414728Z The following additional packages will be installed:
2025-08-20T19:11:54.5415166Z   tcpd update-inetd
2025-08-20T19:11:54.5586105Z The following packages will be REMOVED:
2025-08-20T19:11:54.5598576Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T19:11:54.5600377Z The following NEW packages will be installed:
2025-08-20T19:11:54.5601114Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T19:11:54.5601710Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T19:11:54.5609632Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T19:11:54.5790791Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T19:11:54.5791389Z Need to get 698 kB of archives.
2025-08-20T19:11:54.5792265Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T19:11:54.5793173Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:11:54.6383211Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T19:11:54.6806067Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T19:11:54.7224054Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T19:11:54.7639122Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T19:11:54.8065950Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T19:11:54.8491633Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T19:11:54.8908320Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T19:11:54.9334924Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T19:11:54.9765375Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T19:11:55.0273303Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T19:11:55.0776556Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T19:11:55.1290890Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T19:11:55.1821480Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T19:11:55.4373023Z Preconfiguring packages ...
2025-08-20T19:11:55.5309985Z Fetched 698 kB in 1s (1130 kB/s)
2025-08-20T19:11:55.5502742Z (Reading database ... 
2025-08-20T19:11:55.5503304Z (Reading database ... 5%
2025-08-20T19:11:55.5503679Z (Reading database ... 10%
2025-08-20T19:11:55.5503995Z (Reading database ... 15%
2025-08-20T19:11:55.5504300Z (Reading database ... 20%
2025-08-20T19:11:55.5504608Z (Reading database ... 25%
2025-08-20T19:11:55.5504909Z (Reading database ... 30%
2025-08-20T19:11:55.5505202Z (Reading database ... 35%
2025-08-20T19:11:55.5505496Z (Reading database ... 40%
2025-08-20T19:11:55.5505799Z (Reading database ... 45%
2025-08-20T19:11:55.5506093Z (Reading database ... 50%
2025-08-20T19:11:55.5529254Z (Reading database ... 55%
2025-08-20T19:11:55.5631286Z (Reading database ... 60%
2025-08-20T19:11:55.5655366Z (Reading database ... 65%
2025-08-20T19:11:55.5700459Z (Reading database ... 70%
2025-08-20T19:11:55.5732690Z (Reading database ... 75%
2025-08-20T19:11:55.5767497Z (Reading database ... 80%
2025-08-20T19:11:55.5928693Z (Reading database ... 85%
2025-08-20T19:11:55.6033676Z (Reading database ... 90%
2025-08-20T19:11:55.6348206Z (Reading database ... 95%
2025-08-20T19:11:55.6348720Z (Reading database ... 100%
2025-08-20T19:11:55.6349279Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T19:11:55.6397219Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T19:11:55.6627040Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:11:55.6806452Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T19:11:56.1117657Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T19:11:56.1179868Z (Reading database ... 
2025-08-20T19:11:56.1180375Z (Reading database ... 5%
2025-08-20T19:11:56.1180883Z (Reading database ... 10%
2025-08-20T19:11:56.1181390Z (Reading database ... 15%
2025-08-20T19:11:56.1181728Z (Reading database ... 20%
2025-08-20T19:11:56.1182053Z (Reading database ... 25%
2025-08-20T19:11:56.1182348Z (Reading database ... 30%
2025-08-20T19:11:56.1183037Z (Reading database ... 35%
2025-08-20T19:11:56.1183333Z (Reading database ... 40%
2025-08-20T19:11:56.1183628Z (Reading database ... 45%
2025-08-20T19:11:56.1183922Z (Reading database ... 50%
2025-08-20T19:11:56.1206350Z (Reading database ... 55%
2025-08-20T19:11:56.1316878Z (Reading database ... 60%
2025-08-20T19:11:56.1340777Z (Reading database ... 65%
2025-08-20T19:11:56.1388204Z (Reading database ... 70%
2025-08-20T19:11:56.1420284Z (Reading database ... 75%
2025-08-20T19:11:56.1456752Z (Reading database ... 80%
2025-08-20T19:11:56.1634966Z (Reading database ... 85%
2025-08-20T19:11:56.1752341Z (Reading database ... 90%
2025-08-20T19:11:56.2084408Z (Reading database ... 95%
2025-08-20T19:11:56.2084832Z (Reading database ... 100%
2025-08-20T19:11:56.2085359Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T19:11:56.2134380Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:11:56.2178426Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T19:11:56.2420959Z Selecting previously unselected package tcpd.
2025-08-20T19:11:56.2574053Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T19:11:56.2584737Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T19:11:56.2839936Z Selecting previously unselected package update-inetd.
2025-08-20T19:11:56.2990872Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T19:11:56.3003306Z Unpacking update-inetd (4.53) ...
2025-08-20T19:11:56.3258835Z Selecting previously unselected package inetutils-inetd.
2025-08-20T19:11:56.3411751Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:11:56.3468719Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T19:11:56.3726719Z Selecting previously unselected package inetutils-ftp.
2025-08-20T19:11:56.3881910Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:11:56.3890956Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T19:11:56.4173388Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T19:11:56.4324348Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:11:56.4334033Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T19:11:56.4619688Z Selecting previously unselected package inetutils-ping.
2025-08-20T19:11:56.4778630Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:11:56.4788491Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:11:56.5057028Z Selecting previously unselected package inetutils-talk.
2025-08-20T19:11:56.5209403Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:11:56.5218529Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T19:11:56.5475430Z Selecting previously unselected package inetutils-talkd.
2025-08-20T19:11:56.5628784Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:11:56.5639346Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T19:11:56.5934941Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T19:11:56.6092762Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:11:56.6102933Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T19:11:56.6365646Z Selecting previously unselected package inetutils-tools.
2025-08-20T19:11:56.6519048Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:11:56.6539950Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T19:11:56.6818512Z Selecting previously unselected package netcat-traditional.
2025-08-20T19:11:56.6971640Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T19:11:56.6982768Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T19:11:56.7292994Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T19:11:56.7444324Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T19:11:56.7455975Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T19:11:56.7938069Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T19:11:56.8024295Z Setting up update-inetd (4.53) ...
2025-08-20T19:11:56.8987876Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T19:11:56.9059751Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T19:11:56.9083184Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T19:11:57.3455419Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:11:57.3455895Z 
2025-08-20T19:11:57.3456022Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T19:11:57.3456232Z 
2025-08-20T19:11:57.3456626Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:11:57.3457069Z 
2025-08-20T19:11:57.3457623Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T19:11:57.3458196Z 
2025-08-20T19:11:57.6786499Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T19:11:57.6874524Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T19:11:57.6952592Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T19:11:57.6975790Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:11:57.7025782Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T19:11:57.7053016Z Setting up tcpd (7.6.q-33) ...
2025-08-20T19:11:57.7082040Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T19:11:58.1179196Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T19:11:58.1179975Z 
2025-08-20T19:11:58.1181107Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T19:11:58.1181694Z 
2025-08-20T19:11:58.4319147Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T19:11:58.5244198Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T19:11:58.6051740Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T19:11:58.6696472Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:12:05.1857703Z Reading package lists...
2025-08-20T19:12:05.4015104Z Building dependency tree...
2025-08-20T19:12:05.4024324Z Reading state information...
2025-08-20T19:12:05.6538373Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T19:12:05.6538895Z iputils-tracepath set to manually installed.
2025-08-20T19:12:05.6539262Z The following packages will be REMOVED:
2025-08-20T19:12:05.6550283Z   inetutils-ping
2025-08-20T19:12:05.6552211Z The following NEW packages will be installed:
2025-08-20T19:12:05.6560863Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T19:12:05.6739587Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T19:12:05.6740084Z Need to get 71.5 kB of archives.
2025-08-20T19:12:05.6740620Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T19:12:05.6741365Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:12:05.7744272Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T19:12:05.8168355Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T19:12:05.8576638Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T19:12:06.1596377Z Fetched 71.5 kB in 0s (368 kB/s)
2025-08-20T19:12:06.1788398Z (Reading database ... 
2025-08-20T19:12:06.1788871Z (Reading database ... 5%
2025-08-20T19:12:06.1789362Z (Reading database ... 10%
2025-08-20T19:12:06.1789812Z (Reading database ... 15%
2025-08-20T19:12:06.1790254Z (Reading database ... 20%
2025-08-20T19:12:06.1791027Z (Reading database ... 25%
2025-08-20T19:12:06.1791462Z (Reading database ... 30%
2025-08-20T19:12:06.1791890Z (Reading database ... 35%
2025-08-20T19:12:06.1792322Z (Reading database ... 40%
2025-08-20T19:12:06.1793024Z (Reading database ... 45%
2025-08-20T19:12:06.1793454Z (Reading database ... 50%
2025-08-20T19:12:06.1885273Z (Reading database ... 55%
2025-08-20T19:12:06.1925881Z (Reading database ... 60%
2025-08-20T19:12:06.1950396Z (Reading database ... 65%
2025-08-20T19:12:06.1996430Z (Reading database ... 70%
2025-08-20T19:12:06.2028239Z (Reading database ... 75%
2025-08-20T19:12:06.2061664Z (Reading database ... 80%
2025-08-20T19:12:06.2229469Z (Reading database ... 85%
2025-08-20T19:12:06.2340749Z (Reading database ... 90%
2025-08-20T19:12:06.2657811Z (Reading database ... 95%
2025-08-20T19:12:06.2658337Z (Reading database ... 100%
2025-08-20T19:12:06.2659105Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T19:12:06.2705410Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T19:12:06.3182239Z Selecting previously unselected package iputils-ping.
2025-08-20T19:12:06.3244248Z (Reading database ... 
2025-08-20T19:12:06.3244804Z (Reading database ... 5%
2025-08-20T19:12:06.3245379Z (Reading database ... 10%
2025-08-20T19:12:06.3245958Z (Reading database ... 15%
2025-08-20T19:12:06.3246524Z (Reading database ... 20%
2025-08-20T19:12:06.3247081Z (Reading database ... 25%
2025-08-20T19:12:06.3247646Z (Reading database ... 30%
2025-08-20T19:12:06.3248204Z (Reading database ... 35%
2025-08-20T19:12:06.3248764Z (Reading database ... 40%
2025-08-20T19:12:06.3249319Z (Reading database ... 45%
2025-08-20T19:12:06.3249878Z (Reading database ... 50%
2025-08-20T19:12:06.3334721Z (Reading database ... 55%
2025-08-20T19:12:06.3374115Z (Reading database ... 60%
2025-08-20T19:12:06.3397961Z (Reading database ... 65%
2025-08-20T19:12:06.3441182Z (Reading database ... 70%
2025-08-20T19:12:06.3471187Z (Reading database ... 75%
2025-08-20T19:12:06.3501444Z (Reading database ... 80%
2025-08-20T19:12:06.3658415Z (Reading database ... 85%
2025-08-20T19:12:06.3760730Z (Reading database ... 90%
2025-08-20T19:12:06.4086139Z (Reading database ... 95%
2025-08-20T19:12:06.4086731Z (Reading database ... 100%
2025-08-20T19:12:06.4087475Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T19:12:06.4135943Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T19:12:06.4146683Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:12:06.4385913Z Selecting previously unselected package iputils-arping.
2025-08-20T19:12:06.4535957Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T19:12:06.4545262Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:12:06.4784908Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T19:12:06.4932727Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T19:12:06.4941906Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T19:12:06.5361718Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:12:06.5521791Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T19:12:06.5675232Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T19:12:06.5848287Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:12:12.7604523Z Reading package lists...
2025-08-20T19:12:12.9518910Z Building dependency tree...
2025-08-20T19:12:12.9527908Z Reading state information...
2025-08-20T19:12:13.1204542Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T19:12:13.1205184Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T19:12:13.1645428Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:12:15.8413243Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T19:12:17.1177174Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:12:18.3845550Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T19:12:18.5340213Z Collecting pip
2025-08-20T19:12:18.6047363Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T19:12:18.6245314Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T19:12:18.7057336Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 23.0 MB/s eta 0:00:00
2025-08-20T19:12:19.0519962Z Installing collected packages: pip
2025-08-20T19:12:19.8013242Z Successfully installed pip-25.2
2025-08-20T19:12:20.0572064Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T19:12:20.1075665Z Reading package lists...
2025-08-20T19:12:20.3091167Z Building dependency tree...
2025-08-20T19:12:20.3099723Z Reading state information...
2025-08-20T19:12:20.5012804Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T19:12:20.5013545Z pciutils set to manually installed.
2025-08-20T19:12:20.5014118Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T19:12:20.5014798Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T19:12:20.5015376Z python3-distro set to manually installed.
2025-08-20T19:12:20.5015997Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T19:12:20.5016644Z python3-netifaces set to manually installed.
2025-08-20T19:12:20.5017200Z The following additional packages will be installed:
2025-08-20T19:12:20.5017710Z   libsysfs2
2025-08-20T19:12:20.5022811Z Suggested packages:
2025-08-20T19:12:20.5023198Z   fancontrol read-edid i2c-tools
2025-08-20T19:12:20.5343554Z The following NEW packages will be installed:
2025-08-20T19:12:20.5347416Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T19:12:20.5577537Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:12:20.5837730Z Need to get 142 kB of archives.
2025-08-20T19:12:20.5838369Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T19:12:20.5839047Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:12:20.7510619Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T19:12:20.7932031Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T19:12:20.8348137Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T19:12:20.8775739Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T19:12:21.1612882Z Fetched 142 kB in 0s (464 kB/s)
2025-08-20T19:12:21.1833367Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T19:12:21.1894374Z (Reading database ... 
2025-08-20T19:12:21.1894866Z (Reading database ... 5%
2025-08-20T19:12:21.1895361Z (Reading database ... 10%
2025-08-20T19:12:21.1895854Z (Reading database ... 15%
2025-08-20T19:12:21.1896350Z (Reading database ... 20%
2025-08-20T19:12:21.1896876Z (Reading database ... 25%
2025-08-20T19:12:21.1897371Z (Reading database ... 30%
2025-08-20T19:12:21.1897855Z (Reading database ... 35%
2025-08-20T19:12:21.1898340Z (Reading database ... 40%
2025-08-20T19:12:21.1898792Z (Reading database ... 45%
2025-08-20T19:12:21.1899088Z (Reading database ... 50%
2025-08-20T19:12:21.1983637Z (Reading database ... 55%
2025-08-20T19:12:21.2022216Z (Reading database ... 60%
2025-08-20T19:12:21.2046461Z (Reading database ... 65%
2025-08-20T19:12:21.2092243Z (Reading database ... 70%
2025-08-20T19:12:21.2123654Z (Reading database ... 75%
2025-08-20T19:12:21.2154966Z (Reading database ... 80%
2025-08-20T19:12:21.2309342Z (Reading database ... 85%
2025-08-20T19:12:21.2410513Z (Reading database ... 90%
2025-08-20T19:12:21.2722859Z (Reading database ... 95%
2025-08-20T19:12:21.2723265Z (Reading database ... 100%
2025-08-20T19:12:21.2723735Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T19:12:21.2773851Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T19:12:21.2793395Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T19:12:21.3067582Z Selecting previously unselected package sysfsutils.
2025-08-20T19:12:21.3217029Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T19:12:21.3254671Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T19:12:21.3522647Z Selecting previously unselected package lm-sensors.
2025-08-20T19:12:21.3672048Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T19:12:21.3889646Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T19:12:21.4176059Z Selecting previously unselected package virt-what.
2025-08-20T19:12:21.4327629Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T19:12:21.4339804Z Unpacking virt-what (1.25-2) ...
2025-08-20T19:12:21.4781986Z Setting up virt-what (1.25-2) ...
2025-08-20T19:12:21.4813355Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T19:12:21.4837094Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T19:12:21.9047860Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T19:12:21.9048595Z 
2025-08-20T19:12:21.9049409Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T19:12:21.9050049Z 
2025-08-20T19:12:22.2335289Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T19:12:22.6477080Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T19:12:22.6477639Z 
2025-08-20T19:12:22.6517072Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:12:27.3524257Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:12:28.9349216Z Reading package lists...
2025-08-20T19:12:29.1315934Z Building dependency tree...
2025-08-20T19:12:29.1324618Z Reading state information...
2025-08-20T19:12:29.3114519Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T19:12:29.3115465Z The following additional packages will be installed:
2025-08-20T19:12:29.3118239Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T19:12:29.3119212Z   xorg-sgml-doctools
2025-08-20T19:12:29.3124072Z Suggested packages:
2025-08-20T19:12:29.3124437Z   libxcb-doc
2025-08-20T19:12:29.3286707Z The following NEW packages will be installed:
2025-08-20T19:12:29.3288572Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T19:12:29.3292377Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T19:12:29.3293048Z   xcb xorg-sgml-doctools
2025-08-20T19:12:29.3478619Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T19:12:29.3479023Z Need to get 807 kB of archives.
2025-08-20T19:12:29.3479384Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T19:12:29.3479946Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T19:12:29.4056306Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T19:12:29.4476812Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T19:12:29.4888307Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T19:12:29.5700251Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T19:12:29.6113607Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T19:12:29.6532156Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T19:12:29.7001501Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T19:12:29.7443522Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T19:12:29.7886595Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T19:12:29.8354865Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T19:12:29.8800453Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T19:12:30.1600554Z Fetched 807 kB in 1s (1483 kB/s)
2025-08-20T19:12:30.1800485Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T19:12:30.1862911Z (Reading database ... 
2025-08-20T19:12:30.1863427Z (Reading database ... 5%
2025-08-20T19:12:30.1863901Z (Reading database ... 10%
2025-08-20T19:12:30.1864395Z (Reading database ... 15%
2025-08-20T19:12:30.1864894Z (Reading database ... 20%
2025-08-20T19:12:30.1865408Z (Reading database ... 25%
2025-08-20T19:12:30.1865893Z (Reading database ... 30%
2025-08-20T19:12:30.1866379Z (Reading database ... 35%
2025-08-20T19:12:30.1866880Z (Reading database ... 40%
2025-08-20T19:12:30.1867367Z (Reading database ... 45%
2025-08-20T19:12:30.1867741Z (Reading database ... 50%
2025-08-20T19:12:30.1968506Z (Reading database ... 55%
2025-08-20T19:12:30.1989737Z (Reading database ... 60%
2025-08-20T19:12:30.2013325Z (Reading database ... 65%
2025-08-20T19:12:30.2057415Z (Reading database ... 70%
2025-08-20T19:12:30.2088472Z (Reading database ... 75%
2025-08-20T19:12:30.2120104Z (Reading database ... 80%
2025-08-20T19:12:30.2286295Z (Reading database ... 85%
2025-08-20T19:12:30.2396997Z (Reading database ... 90%
2025-08-20T19:12:30.2707034Z (Reading database ... 95%
2025-08-20T19:12:30.2707431Z (Reading database ... 100%
2025-08-20T19:12:30.2707912Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T19:12:30.2755139Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T19:12:30.2766062Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T19:12:30.3004719Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T19:12:30.3152346Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T19:12:30.3166856Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T19:12:30.3449683Z Selecting previously unselected package x11proto-dev.
2025-08-20T19:12:30.3599277Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T19:12:30.3613180Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T19:12:30.4238550Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T19:12:30.4387007Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T19:12:30.4396302Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T19:12:30.4642533Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T19:12:30.4794848Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T19:12:30.4803378Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T19:12:30.5035889Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T19:12:30.5183236Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T19:12:30.5191862Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:12:30.5455024Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T19:12:30.5606233Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T19:12:30.5616747Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:12:30.5866209Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T19:12:30.6017953Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T19:12:30.6037788Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:12:30.6266990Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T19:12:30.6413801Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T19:12:30.6423953Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:12:30.6646829Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T19:12:30.6795549Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T19:12:30.6805078Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:12:30.7045131Z Selecting previously unselected package xcb.
2025-08-20T19:12:30.7191712Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T19:12:30.7203982Z Unpacking xcb (2.4-8build2) ...
2025-08-20T19:12:30.7717787Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:12:30.7745780Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T19:12:30.7775698Z Setting up xcb (2.4-8build2) ...
2025-08-20T19:12:30.7833505Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T19:12:30.7887916Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T19:12:30.8032700Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T19:12:35.3218820Z Processing triggers for sgml-base (1.31) ...
2025-08-20T19:12:35.3309296Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T19:12:35.3337566Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T19:12:35.3360949Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T19:12:35.3394321Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:12:35.3423899Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:12:35.3458784Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:12:35.3481560Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T19:12:37.1418991Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:12:37.3388423Z Collecting build
2025-08-20T19:12:37.4093195Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T19:12:37.5326945Z Collecting cffi
2025-08-20T19:12:37.5489226Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T19:12:37.5718165Z Collecting scons
2025-08-20T19:12:37.5884392Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:12:37.6132757Z Collecting scuba
2025-08-20T19:12:37.6298882Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T19:12:37.6880192Z Collecting pytest
2025-08-20T19:12:37.7039787Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T19:12:37.7303703Z Collecting packaging>=19.1 (from build)
2025-08-20T19:12:37.7459705Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:12:37.7631245Z Collecting pyproject_hooks (from build)
2025-08-20T19:12:37.7787747Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T19:12:37.7976085Z Collecting pycparser (from cffi)
2025-08-20T19:12:37.8129156Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T19:12:37.8552991Z Collecting PyYAML (from scuba)
2025-08-20T19:12:37.8718695Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T19:12:37.8896956Z Collecting iniconfig>=1 (from pytest)
2025-08-20T19:12:37.9068011Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T19:12:37.9336443Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T19:12:37.9491284Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T19:12:37.9771243Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T19:12:37.9928976Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:12:38.0151423Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T19:12:38.0381355Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T19:12:38.1045433Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:12:38.1545889Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 83.4 MB/s  0:00:00
2025-08-20T19:12:38.1725140Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T19:12:38.1935535Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T19:12:38.2126659Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T19:12:38.2303075Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T19:12:38.2475783Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:12:38.2677635Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:12:38.2771598Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 149.0 MB/s  0:00:00
2025-08-20T19:12:38.2928430Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T19:12:38.3111510Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T19:12:38.3291337Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T19:12:38.3362752Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 116.4 MB/s  0:00:00
2025-08-20T19:12:38.4525924Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T19:12:40.2182794Z 
2025-08-20T19:12:40.2201096Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T19:12:40.5530968Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:12:40.7436826Z Collecting ansi2txt
2025-08-20T19:12:40.8154360Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T19:12:40.8449122Z Collecting pipx
2025-08-20T19:12:40.8619543Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:12:40.8888835Z Collecting scons
2025-08-20T19:12:40.8907112Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:12:40.9066031Z Collecting py2static
2025-08-20T19:12:40.9229263Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T19:12:40.9500996Z Collecting typer
2025-08-20T19:12:40.9667108Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T19:12:41.0045704Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T19:12:41.0204729Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:12:41.0471998Z Collecting packaging>=20 (from pipx)
2025-08-20T19:12:41.0482544Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:12:41.0721980Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T19:12:41.0879124Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T19:12:41.1120319Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T19:12:41.1276531Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:12:41.1822652Z Collecting pyinstaller (from py2static)
2025-08-20T19:12:41.1988723Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T19:12:41.2224374Z Collecting staticx (from py2static)
2025-08-20T19:12:41.2389085Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T19:12:41.2639795Z Collecting click>=8.0.0 (from typer)
2025-08-20T19:12:41.2794006Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:12:41.3161563Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T19:12:41.3318594Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:12:41.3524303Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T19:12:41.3679696Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T19:12:41.4121989Z Collecting rich>=10.11.0 (from typer)
2025-08-20T19:12:41.4276661Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:12:41.4558073Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T19:12:41.4723004Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:12:41.5011944Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T19:12:41.5022648Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:12:41.5187124Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T19:12:41.5354984Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T19:12:41.6619544Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T19:12:41.6789952Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:12:41.7044441Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T19:12:41.7227533Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:12:41.7474181Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T19:12:41.7769782Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:12:41.8092903Z Collecting pyelftools (from staticx->py2static)
2025-08-20T19:12:41.8264153Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T19:12:41.8484321Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T19:12:41.8680898Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T19:12:41.8889454Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:12:41.9093526Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T19:12:41.9269580Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T19:12:41.9449971Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T19:12:41.9651756Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T19:12:41.9722588Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:12:41.9876335Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T19:12:42.0055961Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T19:12:42.0229738Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:12:42.0399051Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T19:12:42.0577915Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T19:12:42.0782315Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T19:12:42.1024928Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T19:12:42.1205606Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T19:12:42.1394515Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T19:12:42.1600987Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 29.7 MB/s  0:00:00
2025-08-20T19:12:42.1795189Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:12:42.1997165Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:12:42.2188146Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 56.5 MB/s  0:00:00
2025-08-20T19:12:42.2348250Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:12:42.2606737Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T19:12:42.2808302Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T19:12:42.4385606Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T19:12:43.2726141Z   Attempting uninstall: scons
2025-08-20T19:12:43.2811309Z     Found existing installation: SCons 4.9.1
2025-08-20T19:12:43.3205833Z     Uninstalling SCons-4.9.1:
2025-08-20T19:12:43.3279791Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:12:43.9532950Z   Attempting uninstall: pygments
2025-08-20T19:12:43.9615932Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:12:43.9855809Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:12:43.9884924Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:12:44.6243034Z   Attempting uninstall: packaging
2025-08-20T19:12:44.6323817Z     Found existing installation: packaging 25.0
2025-08-20T19:12:44.6349003Z     Uninstalling packaging-25.0:
2025-08-20T19:12:44.6356911Z       Successfully uninstalled packaging-25.0
2025-08-20T19:12:45.6614582Z 
2025-08-20T19:12:45.6645428Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T19:12:46.0025910Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:12:46.2085543Z Collecting build
2025-08-20T19:12:46.2098243Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T19:12:46.3091226Z Collecting cffi
2025-08-20T19:12:46.3104054Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T19:12:46.3301687Z Collecting scons
2025-08-20T19:12:46.3311794Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:12:46.3505816Z Collecting scuba
2025-08-20T19:12:46.3516681Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T19:12:46.4065938Z Collecting pytest
2025-08-20T19:12:46.4077330Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T19:12:46.4314716Z Collecting packaging>=19.1 (from build)
2025-08-20T19:12:46.4325320Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:12:46.4476017Z Collecting pyproject_hooks (from build)
2025-08-20T19:12:46.4486385Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T19:12:46.4644558Z Collecting pycparser (from cffi)
2025-08-20T19:12:46.4655184Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T19:12:46.5015037Z Collecting PyYAML (from scuba)
2025-08-20T19:12:46.5026732Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T19:12:46.5180463Z Collecting iniconfig>=1 (from pytest)
2025-08-20T19:12:46.5201195Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T19:12:46.5405627Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T19:12:46.5417253Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T19:12:46.5660626Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T19:12:46.5670882Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:12:46.5729954Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T19:12:46.5740130Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T19:12:46.5753530Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:12:46.5794216Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T19:12:46.5805657Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T19:12:46.5817703Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T19:12:46.5827245Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T19:12:46.5836521Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:12:46.5846206Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:12:46.5865325Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T19:12:46.5875446Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T19:12:46.5885057Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T19:12:46.7136708Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T19:12:46.7141087Z   Attempting uninstall: scons
2025-08-20T19:12:46.7225963Z     Found existing installation: SCons 4.9.1
2025-08-20T19:12:46.7614007Z     Uninstalling SCons-4.9.1:
2025-08-20T19:12:46.7689317Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:12:47.3967791Z   Attempting uninstall: PyYAML
2025-08-20T19:12:47.4059098Z     Found existing installation: PyYAML 6.0.2
2025-08-20T19:12:47.4090809Z     Uninstalling PyYAML-6.0.2:
2025-08-20T19:12:47.4100036Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T19:12:47.4643109Z   Attempting uninstall: pyproject_hooks
2025-08-20T19:12:47.4727891Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T19:12:47.4744950Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T19:12:47.4751816Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T19:12:47.4843245Z   Attempting uninstall: pygments
2025-08-20T19:12:47.4921327Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:12:47.5153712Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:12:47.5180360Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:12:48.1451854Z   Attempting uninstall: pycparser
2025-08-20T19:12:48.1544405Z     Found existing installation: pycparser 2.22
2025-08-20T19:12:48.1576088Z     Uninstalling pycparser-2.22:
2025-08-20T19:12:48.1584045Z       Successfully uninstalled pycparser-2.22
2025-08-20T19:12:48.2850517Z   Attempting uninstall: pluggy
2025-08-20T19:12:48.2938831Z     Found existing installation: pluggy 1.6.0
2025-08-20T19:12:48.2958322Z     Uninstalling pluggy-1.6.0:
2025-08-20T19:12:48.2965077Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T19:12:48.3115889Z   Attempting uninstall: packaging
2025-08-20T19:12:48.3197142Z     Found existing installation: packaging 25.0
2025-08-20T19:12:48.3221099Z     Uninstalling packaging-25.0:
2025-08-20T19:12:48.3228567Z       Successfully uninstalled packaging-25.0
2025-08-20T19:12:48.3621786Z   Attempting uninstall: iniconfig
2025-08-20T19:12:48.3696584Z     Found existing installation: iniconfig 2.1.0
2025-08-20T19:12:48.3713640Z     Uninstalling iniconfig-2.1.0:
2025-08-20T19:12:48.3719882Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T19:12:48.3791451Z   Attempting uninstall: scuba
2025-08-20T19:12:48.3872842Z     Found existing installation: scuba 2.14.1
2025-08-20T19:12:48.3895359Z     Uninstalling scuba-2.14.1:
2025-08-20T19:12:48.3905200Z       Successfully uninstalled scuba-2.14.1
2025-08-20T19:12:48.4110440Z   Attempting uninstall: pytest
2025-08-20T19:12:48.4194167Z     Found existing installation: pytest 8.4.1
2025-08-20T19:12:48.4259124Z     Uninstalling pytest-8.4.1:
2025-08-20T19:12:48.4526767Z       Successfully uninstalled pytest-8.4.1
2025-08-20T19:12:48.6705090Z   Attempting uninstall: cffi
2025-08-20T19:12:48.6786437Z     Found existing installation: cffi 1.17.1
2025-08-20T19:12:48.6813125Z     Uninstalling cffi-1.17.1:
2025-08-20T19:12:48.7057144Z       Successfully uninstalled cffi-1.17.1
2025-08-20T19:12:48.7752097Z   Attempting uninstall: build
2025-08-20T19:12:48.7834110Z     Found existing installation: build 1.3.0
2025-08-20T19:12:48.7860249Z     Uninstalling build-1.3.0:
2025-08-20T19:12:48.7869821Z       Successfully uninstalled build-1.3.0
2025-08-20T19:12:48.8053776Z 
2025-08-20T19:12:48.8083506Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T19:12:49.1370182Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:12:49.3411252Z Collecting ansi2txt
2025-08-20T19:12:49.3422842Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T19:12:49.3719683Z Collecting pipx
2025-08-20T19:12:49.3730714Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:12:49.3979969Z Collecting scons
2025-08-20T19:12:49.3997254Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T19:12:49.4208600Z Collecting py2static
2025-08-20T19:12:49.4219248Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T19:12:49.4492328Z Collecting typer
2025-08-20T19:12:49.4502932Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T19:12:49.4867322Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T19:12:49.4878197Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:12:49.5153344Z Collecting packaging>=20 (from pipx)
2025-08-20T19:12:49.5163993Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:12:49.5439278Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T19:12:49.5449848Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T19:12:49.5691941Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T19:12:49.5702224Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:12:49.6201372Z Collecting pyinstaller (from py2static)
2025-08-20T19:12:49.6213377Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T19:12:49.6462133Z Collecting staticx (from py2static)
2025-08-20T19:12:49.6472942Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T19:12:49.6738022Z Collecting click>=8.0.0 (from typer)
2025-08-20T19:12:49.6748733Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:12:49.7152779Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T19:12:49.7163808Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T19:12:49.7393386Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T19:12:49.7403290Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T19:12:49.7857940Z Collecting rich>=10.11.0 (from typer)
2025-08-20T19:12:49.7869135Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T19:12:49.8149242Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T19:12:49.8160551Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:12:49.8494083Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T19:12:49.8504523Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T19:12:49.8726742Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T19:12:49.8737277Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T19:12:49.9949181Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T19:12:49.9961395Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:12:50.0256787Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T19:12:50.0267836Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:12:50.0556142Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T19:12:50.0567212Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:12:50.0883939Z Collecting pyelftools (from staticx->py2static)
2025-08-20T19:12:50.0894640Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T19:12:50.0933298Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T19:12:50.0942874Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T19:12:50.0952796Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T19:12:50.0995008Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T19:12:50.1005264Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T19:12:50.1015502Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T19:12:50.1025865Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T19:12:50.1036801Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:12:50.1047132Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T19:12:50.1057238Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T19:12:50.1068908Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T19:12:50.1088812Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T19:12:50.1099400Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T19:12:50.1109578Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T19:12:50.1119788Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T19:12:50.1129899Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T19:12:50.1140052Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T19:12:50.1155861Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:12:50.1169850Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:12:50.1189159Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:12:50.1198901Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T19:12:50.1209950Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T19:12:50.2713579Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T19:12:50.2718200Z   Attempting uninstall: pyelftools
2025-08-20T19:12:50.2798657Z     Found existing installation: pyelftools 0.32
2025-08-20T19:12:50.2849643Z     Uninstalling pyelftools-0.32:
2025-08-20T19:12:50.2866553Z       Successfully uninstalled pyelftools-0.32
2025-08-20T19:12:50.3985591Z   Attempting uninstall: altgraph
2025-08-20T19:12:50.4071962Z     Found existing installation: altgraph 0.17.4
2025-08-20T19:12:50.4091513Z     Uninstalling altgraph-0.17.4:
2025-08-20T19:12:50.4098186Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T19:12:50.4240225Z   Attempting uninstall: typing-extensions
2025-08-20T19:12:50.4326806Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T19:12:50.4341710Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T19:12:50.4581579Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T19:12:50.4839355Z   Attempting uninstall: staticx
2025-08-20T19:12:50.4924987Z     Found existing installation: staticx 0.14.1
2025-08-20T19:12:50.4951868Z     Uninstalling staticx-0.14.1:
2025-08-20T19:12:50.4962960Z       Successfully uninstalled staticx-0.14.1
2025-08-20T19:12:50.5186606Z   Attempting uninstall: shellingham
2025-08-20T19:12:50.5272131Z     Found existing installation: shellingham 1.5.4
2025-08-20T19:12:50.5291673Z     Uninstalling shellingham-1.5.4:
2025-08-20T19:12:50.5298773Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T19:12:50.5389226Z   Attempting uninstall: setuptools
2025-08-20T19:12:50.5475366Z     Found existing installation: setuptools 80.9.0
2025-08-20T19:12:50.5762067Z     Uninstalling setuptools-80.9.0:
2025-08-20T19:12:50.6045457Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T19:12:51.2801798Z   Attempting uninstall: scons
2025-08-20T19:12:51.2899613Z     Found existing installation: SCons 4.9.1
2025-08-20T19:12:51.3290501Z     Uninstalling SCons-4.9.1:
2025-08-20T19:12:51.3363226Z       Successfully uninstalled SCons-4.9.1
2025-08-20T19:12:51.9738417Z   Attempting uninstall: pygments
2025-08-20T19:12:51.9833164Z     Found existing installation: Pygments 2.19.2
2025-08-20T19:12:52.0066925Z     Uninstalling Pygments-2.19.2:
2025-08-20T19:12:52.0095020Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T19:12:52.6372024Z   Attempting uninstall: platformdirs
2025-08-20T19:12:52.6456246Z     Found existing installation: platformdirs 4.3.8
2025-08-20T19:12:52.6478309Z     Uninstalling platformdirs-4.3.8:
2025-08-20T19:12:52.6495692Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T19:12:52.6652825Z   Attempting uninstall: packaging
2025-08-20T19:12:52.6733572Z     Found existing installation: packaging 25.0
2025-08-20T19:12:52.6758397Z     Uninstalling packaging-25.0:
2025-08-20T19:12:52.6765939Z       Successfully uninstalled packaging-25.0
2025-08-20T19:12:52.7167716Z   Attempting uninstall: mdurl
2025-08-20T19:12:52.7249076Z     Found existing installation: mdurl 0.1.2
2025-08-20T19:12:52.7265883Z     Uninstalling mdurl-0.1.2:
2025-08-20T19:12:52.7271778Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T19:12:52.7359106Z   Attempting uninstall: click
2025-08-20T19:12:52.7440340Z     Found existing installation: click 8.2.1
2025-08-20T19:12:52.7463908Z     Uninstalling click-8.2.1:
2025-08-20T19:12:52.7470689Z       Successfully uninstalled click-8.2.1
2025-08-20T19:12:52.8073099Z   Attempting uninstall: argcomplete
2025-08-20T19:12:52.8160748Z     Found existing installation: argcomplete 3.6.2
2025-08-20T19:12:52.8192353Z     Uninstalling argcomplete-3.6.2:
2025-08-20T19:12:52.8204183Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T19:12:52.8444456Z   Attempting uninstall: ansi2txt
2025-08-20T19:12:52.8526482Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T19:12:52.8542736Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T19:12:52.8792696Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T19:12:52.8861832Z   Attempting uninstall: userpath
2025-08-20T19:12:52.8948274Z     Found existing installation: userpath 1.9.2
2025-08-20T19:12:52.8968389Z     Uninstalling userpath-1.9.2:
2025-08-20T19:12:52.8978054Z       Successfully uninstalled userpath-1.9.2
2025-08-20T19:12:52.9085002Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T19:12:52.9166961Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T19:12:52.9608125Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T19:12:52.9653818Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T19:12:53.2495830Z   Attempting uninstall: markdown-it-py
2025-08-20T19:12:53.2585433Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T19:12:53.2654131Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T19:12:53.2668779Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T19:12:53.3307965Z   Attempting uninstall: rich
2025-08-20T19:12:53.3396259Z     Found existing installation: rich 14.1.0
2025-08-20T19:12:53.3458898Z     Uninstalling rich-14.1.0:
2025-08-20T19:12:53.3468723Z       Successfully uninstalled rich-14.1.0
2025-08-20T19:12:53.5118921Z   Attempting uninstall: pyinstaller
2025-08-20T19:12:53.5202997Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T19:12:53.5566601Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T19:12:53.5611810Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T19:12:53.9089120Z   Attempting uninstall: pipx
2025-08-20T19:12:53.9188778Z     Found existing installation: pipx 1.7.1
2025-08-20T19:12:53.9226917Z     Uninstalling pipx-1.7.1:
2025-08-20T19:12:53.9238047Z       Successfully uninstalled pipx-1.7.1
2025-08-20T19:12:53.9765259Z   Attempting uninstall: typer
2025-08-20T19:12:53.9855934Z     Found existing installation: typer 0.16.1
2025-08-20T19:12:53.9883118Z     Uninstalling typer-0.16.1:
2025-08-20T19:12:53.9892289Z       Successfully uninstalled typer-0.16.1
2025-08-20T19:12:54.0256378Z   Attempting uninstall: py2static
2025-08-20T19:12:54.0337042Z     Found existing installation: py2static 0.0.1
2025-08-20T19:12:54.0357151Z     Uninstalling py2static-0.0.1:
2025-08-20T19:12:54.0368222Z       Successfully uninstalled py2static-0.0.1
2025-08-20T19:12:54.0449260Z 
2025-08-20T19:12:54.0478505Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T19:12:54.3893154Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:12:54.5138914Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T19:12:54.5143786Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-vzigwv99
2025-08-20T19:12:54.5165196Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-vzigwv99
2025-08-20T19:12:56.0247330Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T19:12:56.0290521Z   Installing build dependencies: started
2025-08-20T19:12:56.8061853Z   Installing build dependencies: finished with status 'done'
2025-08-20T19:12:56.8071891Z   Getting requirements to build wheel: started
2025-08-20T19:12:57.1067211Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T19:12:57.1081011Z   Preparing metadata (pyproject.toml): started
2025-08-20T19:12:57.3077860Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T19:12:57.5026874Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T19:12:57.5039779Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T19:12:57.5339920Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T19:12:57.5350760Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T19:12:57.5648166Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T19:12:57.5659105Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T19:12:57.5923139Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T19:12:57.5934616Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T19:12:57.5982019Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T19:12:57.5992845Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T19:12:57.6007055Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T19:12:57.6026015Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T19:12:57.6148578Z Building wheels for collected packages: pyinstaller
2025-08-20T19:12:57.6157179Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T19:12:58.3385677Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T19:12:58.3412965Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=500f76efd0a59b8986474ff9b43f6d18f8a9b7da21c536628aad52be8de66308
2025-08-20T19:12:58.3414749Z   Stored in directory: /tmp/pip-ephem-wheel-cache-8dc8v3ck/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T19:12:58.3455896Z Successfully built pyinstaller
2025-08-20T19:12:58.4388158Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T19:12:58.4393286Z   Attempting uninstall: altgraph
2025-08-20T19:12:58.4477682Z     Found existing installation: altgraph 0.17.4
2025-08-20T19:12:58.4498326Z     Uninstalling altgraph-0.17.4:
2025-08-20T19:12:58.4506003Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T19:12:58.4671130Z   Attempting uninstall: setuptools
2025-08-20T19:12:58.4759125Z     Found existing installation: setuptools 80.9.0
2025-08-20T19:12:58.5052903Z     Uninstalling setuptools-80.9.0:
2025-08-20T19:12:58.5344206Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T19:12:59.2237719Z   Attempting uninstall: packaging
2025-08-20T19:12:59.2328475Z     Found existing installation: packaging 25.0
2025-08-20T19:12:59.2355000Z     Uninstalling packaging-25.0:
2025-08-20T19:12:59.2362932Z       Successfully uninstalled packaging-25.0
2025-08-20T19:12:59.2772215Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T19:12:59.2856024Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T19:12:59.3302705Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T19:12:59.3348109Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T19:12:59.6188044Z   Attempting uninstall: pyinstaller
2025-08-20T19:12:59.6283057Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T19:12:59.6645241Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T19:12:59.6690688Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T19:13:00.0174590Z 
2025-08-20T19:13:00.0206126Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T19:13:00.3411939Z 6.15.0
2025-08-20T19:13:02.5567592Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T19:13:02.5577608Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T19:13:02.5578043Z 
2025-08-20T19:13:02.5578338Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T19:13:02.5579438Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T19:13:02.5580262Z installation.
2025-08-20T19:13:02.5580513Z 
2025-08-20T19:13:02.5580804Z If you installed the current Docker package using this script and are using it
2025-08-20T19:13:02.5581499Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T19:13:02.5582135Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T19:13:02.5582987Z files to match the parameters passed to the script.
2025-08-20T19:13:02.5583471Z 
2025-08-20T19:13:02.5583724Z You may press Ctrl+C now to abort this script.
2025-08-20T19:13:02.5752004Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T19:13:03.8863852Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T19:13:04.3001956Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T19:13:04.3023509Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T19:13:04.4188056Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T19:13:04.4206457Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T19:13:04.4213914Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T19:13:05.8023120Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T19:13:17.4178268Z 
2025-08-20T19:13:17.4178817Z Running kernel seems to be up-to-date.
2025-08-20T19:13:17.4179165Z 
2025-08-20T19:13:17.4179287Z Restarting services...
2025-08-20T19:13:17.4248807Z 
2025-08-20T19:13:17.4249226Z Service restarts being deferred:
2025-08-20T19:13:17.4249783Z  systemctl restart hosted-compute-agent.service
2025-08-20T19:13:17.4250147Z 
2025-08-20T19:13:17.4250305Z No containers need to be restarted.
2025-08-20T19:13:17.4250587Z 
2025-08-20T19:13:17.4250771Z No user sessions are running outdated binaries.
2025-08-20T19:13:17.4251105Z 
2025-08-20T19:13:17.4251324Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T19:13:18.4519554Z + sh -c 'docker version'
2025-08-20T19:13:18.4703919Z Client: Docker Engine - Community
2025-08-20T19:13:18.4704579Z  Version:           28.3.3
2025-08-20T19:13:18.4705068Z  API version:       1.51
2025-08-20T19:13:18.4705550Z  Go version:        go1.24.5
2025-08-20T19:13:18.4706017Z  Git commit:        980b856
2025-08-20T19:13:18.4706497Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T19:13:18.4707049Z  OS/Arch:           linux/amd64
2025-08-20T19:13:18.4707589Z  Context:           default
2025-08-20T19:13:18.4707910Z 
2025-08-20T19:13:18.4708122Z Server: Docker Engine - Community
2025-08-20T19:13:18.4708632Z  Engine:
2025-08-20T19:13:18.4709027Z   Version:          28.3.3
2025-08-20T19:13:18.4709580Z   API version:      1.51 (minimum version 1.24)
2025-08-20T19:13:18.4710214Z   Go version:       go1.24.5
2025-08-20T19:13:18.4710680Z   Git commit:       bea959c
2025-08-20T19:13:18.4711007Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T19:13:18.4711392Z   OS/Arch:          linux/amd64
2025-08-20T19:13:18.4711669Z   Experimental:     false
2025-08-20T19:13:18.4711920Z  containerd:
2025-08-20T19:13:18.4712643Z   Version:          1.7.27
2025-08-20T19:13:18.4712964Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T19:13:18.4713316Z  runc:
2025-08-20T19:13:18.4713519Z   Version:          1.2.5
2025-08-20T19:13:18.4713783Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T19:13:18.4714080Z  docker-init:
2025-08-20T19:13:18.4714296Z   Version:          0.19.0
2025-08-20T19:13:18.4714546Z   GitCommit:        de40ad0
2025-08-20T19:13:18.4726188Z 
2025-08-20T19:13:18.4726401Z ================================================================================
2025-08-20T19:13:18.4726778Z 
2025-08-20T19:13:18.4727049Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T19:13:18.4727467Z Docker daemon in rootless mode for your user:
2025-08-20T19:13:18.4727682Z 
2025-08-20T19:13:18.4727801Z     dockerd-rootless-setuptool.sh install
2025-08-20T19:13:18.4728034Z 
2025-08-20T19:13:18.4730456Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T19:13:18.4730931Z 
2025-08-20T19:13:18.4730936Z 
2025-08-20T19:13:18.4731243Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T19:13:18.4731991Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T19:13:18.4732604Z 
2025-08-20T19:13:18.4732918Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T19:13:18.4733713Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T19:13:18.4734471Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T19:13:18.4734963Z 
2025-08-20T19:13:18.4735151Z ================================================================================
2025-08-20T19:13:18.4735499Z 
2025-08-20T19:13:29.2139086Z ● docker.service - Docker Application Container Engine
2025-08-20T19:13:29.2140531Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:13:29.2141245Z      Active: active (running) since Wed 2025-08-20 19:13:19 UTC; 10s ago
2025-08-20T19:13:29.2142032Z TriggeredBy: ● docker.socket
2025-08-20T19:13:29.2142833Z        Docs: https://docs.docker.com
2025-08-20T19:13:29.2143373Z    Main PID: 19825 (dockerd)
2025-08-20T19:13:29.2143870Z       Tasks: 10
2025-08-20T19:13:29.2144271Z      Memory: 21.9M (peak: 25.8M)
2025-08-20T19:13:29.2144783Z         CPU: 328ms
2025-08-20T19:13:29.2145268Z      CGroup: /system.slice/docker.service
2025-08-20T19:13:29.2148623Z              └─19825 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:13:29.2149422Z 
2025-08-20T19:13:29.2150265Z Aug 20 19:13:18 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:18.621072536Z" level=info msg="Loading containers: start."
2025-08-20T19:13:29.2153583Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.127852203Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 00675362db7afb30317a7b741189ec428b3a3e05180dc4b48c94dcde95f0c5b7], retrying...."
2025-08-20T19:13:29.2155053Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.159969329Z" level=info msg="Loading containers: done."
2025-08-20T19:13:29.2156148Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.169186925Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T19:13:29.2157456Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.169500814Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:13:29.2158338Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.169585473Z" level=info msg="Initializing buildkit"
2025-08-20T19:13:29.2159031Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.188843824Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:13:29.2160021Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.192355254Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:13:29.2160745Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.192757342Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:13:29.2161413Z Aug 20 19:13:19 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:13:29.2268661Z ● docker.service - Docker Application Container Engine
2025-08-20T19:13:29.2269547Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:13:29.2270409Z      Active: active (running) since Wed 2025-08-20 19:13:19 UTC; 10s ago
2025-08-20T19:13:29.2271089Z TriggeredBy: ● docker.socket
2025-08-20T19:13:29.2271563Z        Docs: https://docs.docker.com
2025-08-20T19:13:29.2272007Z    Main PID: 19825 (dockerd)
2025-08-20T19:13:29.2272577Z       Tasks: 10
2025-08-20T19:13:29.2272913Z      Memory: 21.9M (peak: 25.8M)
2025-08-20T19:13:29.2273313Z         CPU: 328ms
2025-08-20T19:13:29.2273543Z      CGroup: /system.slice/docker.service
2025-08-20T19:13:29.2274058Z              └─19825 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:13:29.2274369Z 
2025-08-20T19:13:29.2274697Z Aug 20 19:13:18 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:18.621072536Z" level=info msg="Loading containers: start."
2025-08-20T19:13:29.2275874Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.127852203Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 00675362db7afb30317a7b741189ec428b3a3e05180dc4b48c94dcde95f0c5b7], retrying...."
2025-08-20T19:13:29.2277286Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.159969329Z" level=info msg="Loading containers: done."
2025-08-20T19:13:29.2278568Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.169186925Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T19:13:29.2280833Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.169500814Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:13:29.2282568Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.169585473Z" level=info msg="Initializing buildkit"
2025-08-20T19:13:29.2283336Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.188843824Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:13:29.2284101Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.192355254Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:13:29.2284819Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.192757342Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:13:29.2285476Z Aug 20 19:13:19 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:13:29.2489578Z ● docker.service - Docker Application Container Engine
2025-08-20T19:13:29.2490476Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T19:13:29.2491241Z      Active: active (running) since Wed 2025-08-20 19:13:19 UTC; 10s ago
2025-08-20T19:13:29.2491708Z TriggeredBy: ● docker.socket
2025-08-20T19:13:29.2492013Z        Docs: https://docs.docker.com
2025-08-20T19:13:29.2492565Z    Main PID: 19825 (dockerd)
2025-08-20T19:13:29.2492978Z       Tasks: 10
2025-08-20T19:13:29.2493363Z      Memory: 21.9M (peak: 25.8M)
2025-08-20T19:13:29.2493828Z         CPU: 328ms
2025-08-20T19:13:29.2494289Z      CGroup: /system.slice/docker.service
2025-08-20T19:13:29.2495292Z              └─19825 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T19:13:29.2496212Z 
2025-08-20T19:13:29.2496917Z Aug 20 19:13:18 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:18.621072536Z" level=info msg="Loading containers: start."
2025-08-20T19:13:29.2499801Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.127852203Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 00675362db7afb30317a7b741189ec428b3a3e05180dc4b48c94dcde95f0c5b7], retrying...."
2025-08-20T19:13:29.2502889Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.159969329Z" level=info msg="Loading containers: done."
2025-08-20T19:13:29.2504487Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.169186925Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T19:13:29.2505792Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.169500814Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T19:13:29.2506716Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.169585473Z" level=info msg="Initializing buildkit"
2025-08-20T19:13:29.2507407Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.188843824Z" level=info msg="Completed buildkit initialization"
2025-08-20T19:13:29.2508147Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.192355254Z" level=info msg="Daemon has completed initialization"
2025-08-20T19:13:29.2508865Z Aug 20 19:13:19 pkrvmqc4gcfdwos dockerd[19825]: time="2025-08-20T19:13:19.192757342Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T19:13:29.2509771Z Aug 20 19:13:19 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T19:13:29.2608611Z Docker version 28.3.3, build 980b856
2025-08-20T19:13:29.2807086Z Unable to find image 'hello-world:latest' locally
2025-08-20T19:13:29.9450462Z latest: Pulling from library/hello-world
2025-08-20T19:13:30.1222329Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T19:13:30.4065675Z 17eec7bbc9d7: Download complete
2025-08-20T19:13:30.4338065Z 17eec7bbc9d7: Pull complete
2025-08-20T19:13:30.4382695Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T19:13:30.4399303Z Status: Downloaded newer image for hello-world:latest
2025-08-20T19:13:31.6105782Z 
2025-08-20T19:13:31.6106231Z Hello from Docker!
2025-08-20T19:13:31.6106895Z This message shows that your installation appears to be working correctly.
2025-08-20T19:13:31.6107445Z 
2025-08-20T19:13:31.6108145Z To generate this message, Docker took the following steps:
2025-08-20T19:13:31.6108954Z  1. The Docker client contacted the Docker daemon.
2025-08-20T19:13:31.6109393Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T19:13:31.6109855Z     (amd64)
2025-08-20T19:13:31.6110148Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T19:13:31.6110712Z     executable that produces the output you are currently reading.
2025-08-20T19:13:31.6111251Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T19:13:31.6111624Z     to your terminal.
2025-08-20T19:13:31.6111760Z 
2025-08-20T19:13:31.6112011Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T19:13:31.6112585Z  $ docker run -it ubuntu bash
2025-08-20T19:13:31.6112795Z 
2025-08-20T19:13:31.6112968Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T19:13:31.6113492Z  https://hub.docker.com/
2025-08-20T19:13:31.6113734Z 
2025-08-20T19:13:31.6113896Z For more examples and ideas, visit:
2025-08-20T19:13:31.6114284Z  https://docs.docker.com/get-started/
2025-08-20T19:13:31.6114480Z 
2025-08-20T19:13:31.7173051Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:13:31.7174037Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T19:13:31.7174731Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T19:13:31.7175444Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T19:13:31.7176133Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T19:13:31.7176779Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T19:13:31.7177404Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T19:13:31.7178026Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T19:13:31.7178624Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T19:13:31.7179204Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T19:13:31.7179626Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T19:13:31.7180100Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T19:13:31.7180558Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T19:13:31.7181024Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T19:13:31.7181477Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T19:13:31.7181934Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T19:13:31.7183066Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T19:13:31.7183506Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T19:13:31.7183943Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:13:31.7184469Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:13:31.7185275Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T19:13:31.7185725Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T19:13:31.7186208Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:13:31.7186919Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T19:13:31.7187556Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T19:13:31.7188226Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:13:31.7189080Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:13:31.7189875Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:13:31.7190613Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:13:31.7191495Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:13:31.7192279Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T19:13:31.7193231Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T19:13:31.7194005Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T19:13:31.7194744Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:13:31.7195525Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T19:13:31.7196307Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:13:31.7197044Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:13:31.7197760Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T19:13:31.7198501Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:13:31.7199266Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T19:13:31.7200028Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:13:31.7200758Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T19:13:31.7201686Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T19:13:31.7202748Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T19:13:31.7203628Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:13:31.7204479Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:13:31.7205363Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T19:13:31.7206164Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T19:13:31.7206921Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:13:31.7207679Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T19:13:31.7208417Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T19:13:31.7209166Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T19:13:31.7209895Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T19:13:31.7210555Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T19:13:31.7211200Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T19:13:31.7211862Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T19:13:31.7212623Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T19:13:31.7213249Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T19:13:31.7213987Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:13:31.7214668Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T19:13:31.7215583Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:13:31.7216367Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:13:31.7217145Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:13:31.7217875Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:13:31.7218624Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T19:13:31.7219389Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:13:31.7220109Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:13:31.7220807Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T19:13:31.7221552Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T19:13:31.7222600Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:13:31.7223513Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:13:31.7233847Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T19:13:31.7234349Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T19:13:31.7234778Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T19:13:31.7235210Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T19:13:31.7235634Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T19:13:31.7236086Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:13:31.7236599Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:13:31.7237098Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:13:31.7237601Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:13:31.7238053Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:13:31.7238648Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:13:31.7239040Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:13:31.7239446Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:13:31.7239850Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T19:13:31.7240234Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T19:13:31.7240663Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T19:13:31.7241083Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T19:13:31.7241464Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T19:13:31.7241845Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T19:13:31.7242255Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:13:31.7242865Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T19:13:31.7243244Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T19:13:31.7243616Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T19:13:31.7244007Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:13:31.7244395Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T19:13:31.7244745Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T19:13:31.7245121Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T19:13:31.7245488Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T19:13:31.7245855Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T19:13:31.7246371Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T19:13:31.7246743Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T19:13:31.7247112Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T19:13:31.7247484Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T19:13:31.7247872Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T19:13:31.7248273Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T19:13:31.7248671Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T19:13:31.7249044Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T19:13:31.7249415Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T19:13:31.7249809Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T19:13:31.7250214Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T19:13:31.7250557Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T19:13:31.7250887Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T19:13:31.7251363Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T19:13:31.7251742Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T19:13:31.7252103Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T19:13:31.7252686Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T19:13:31.7253128Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T19:13:31.7253505Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T19:13:31.7253900Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T19:13:31.7254339Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:13:31.7254788Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T19:13:31.7255183Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T19:13:31.7255707Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T19:13:31.7256099Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T19:13:31.7256488Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T19:13:31.7256892Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T19:13:31.7257293Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T19:13:31.7257789Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T19:13:31.7258285Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T19:13:31.7258812Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:13:31.7259266Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:13:31.7259699Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T19:13:31.7260346Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T19:13:31.7261032Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T19:13:31.7261772Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T19:13:31.7262325Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T19:13:31.7263080Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T19:13:31.7263477Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T19:13:31.7263878Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:13:31.7264351Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T19:13:31.7264898Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T19:13:31.7265273Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T19:13:31.7265587Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T19:13:31.7265912Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T19:13:31.7266307Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T19:13:31.7266703Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T19:13:31.7267103Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T19:13:31.7267473Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T19:13:31.7267845Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T19:13:31.7268241Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T19:13:31.7268586Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T19:13:31.7268925Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T19:13:31.7269345Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:13:31.7269790Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T19:13:31.7270183Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T19:13:31.7270553Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T19:13:31.7270940Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T19:13:31.7271346Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T19:13:31.7271765Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:13:31.7272183Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:13:31.7272797Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T19:13:31.7273156Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T19:13:31.7273577Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:13:31.7274142Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T19:13:31.7274546Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T19:13:31.7274911Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T19:13:31.7275246Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T19:13:31.7275632Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T19:13:31.7276011Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T19:13:31.7276435Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:13:31.7276907Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:13:31.7277326Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T19:13:31.7277697Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T19:13:31.7278043Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T19:13:31.7278397Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T19:13:31.7278847Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:13:31.7279351Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:13:31.7279789Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T19:13:31.7280165Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T19:13:31.7280636Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:13:31.7281173Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:13:31.7281785Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:13:31.7282221Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T19:13:31.7282755Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T19:13:31.7283140Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T19:13:31.7283552Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T19:13:31.7283962Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T19:13:31.7284363Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:13:31.7284733Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T19:13:31.7285103Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T19:13:31.7285497Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:13:31.7285900Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T19:13:31.7286290Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:13:31.7286684Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T19:13:31.7287069Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:13:31.7287457Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T19:13:31.7287882Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:13:31.7288332Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T19:13:31.7288756Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T19:13:31.7289124Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T19:13:31.7289497Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T19:13:31.7289889Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T19:13:31.7290270Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T19:13:31.7290793Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T19:13:31.7291169Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T19:13:31.7291553Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T19:13:31.7291965Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:13:31.7292594Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:13:31.7293047Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:13:31.7293445Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T19:13:31.7293828Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T19:13:31.7294210Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T19:13:31.7294585Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T19:13:31.7294958Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T19:13:31.7295340Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T19:13:31.7295720Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T19:13:31.7296166Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:13:31.7296641Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T19:13:31.7297096Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:13:31.7297610Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:13:31.7298120Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T19:13:31.7298731Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:13:31.7299221Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:13:31.7299658Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T19:13:31.7300020Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T19:13:31.7300386Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T19:13:31.7300759Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:13:31.7301131Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T19:13:31.7301487Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T19:13:31.7301859Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:13:31.7302232Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T19:13:31.7302954Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:13:31.7303393Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T19:13:31.7303774Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T19:13:31.7304167Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T19:13:31.7304553Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T19:13:31.7304962Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:13:31.7305397Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:13:31.7305784Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T19:13:31.7306151Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T19:13:31.7306559Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T19:13:31.7306926Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T19:13:31.7307277Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T19:13:31.7307763Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T19:13:31.7308125Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T19:13:31.7308509Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T19:13:31.7308879Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T19:13:31.7309269Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T19:13:31.7309630Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T19:13:31.7309947Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T19:13:31.7310411Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:31.7310925Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T19:13:31.7311295Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T19:13:31.7311668Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T19:13:31.7312039Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T19:13:31.7312558Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:13:31.7312995Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T19:13:31.7313417Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:13:31.7313846Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T19:13:31.7314245Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T19:13:31.7314642Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T19:13:31.7315051Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:13:31.7315654Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T19:13:31.7316050Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T19:13:31.7316480Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:13:31.7316965Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:13:31.7317456Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:13:31.7317895Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:13:31.7318300Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T19:13:31.7318698Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T19:13:31.7319170Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:13:31.7319657Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T19:13:31.7320063Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T19:13:31.7320491Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:13:31.7320939Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T19:13:31.7321337Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T19:13:31.7321698Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T19:13:31.7322060Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T19:13:31.7322573Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T19:13:31.7322958Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T19:13:31.7323322Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T19:13:31.7323682Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T19:13:31.7324069Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T19:13:31.7324445Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T19:13:31.7324926Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T19:13:31.7325291Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T19:13:31.7325643Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T19:13:31.7326016Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T19:13:31.7326399Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T19:13:31.7326758Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T19:13:31.7327110Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T19:13:31.7327465Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T19:13:31.7327833Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T19:13:31.7328200Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T19:13:31.7328562Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T19:13:31.7328919Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T19:13:31.7329290Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T19:13:31.7329646Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T19:13:31.7330016Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T19:13:31.7330448Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T19:13:31.7330848Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T19:13:31.7331207Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T19:13:31.7331582Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:13:31.7332132Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:13:31.7332637Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T19:13:31.7332996Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T19:13:31.7333360Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T19:13:31.7333715Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T19:13:31.7334016Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T19:13:31.7334311Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T19:13:31.7334663Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T19:13:31.7335015Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T19:13:31.7335378Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T19:13:31.7335731Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T19:13:31.7336076Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T19:13:31.7336407Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T19:13:31.7336787Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:13:31.7337196Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T19:13:31.7337592Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:13:31.7337985Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T19:13:31.7338373Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:13:31.7338783Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:13:31.7339273Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:13:31.7339894Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:13:31.7340518Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:13:31.7341176Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:13:31.7341647Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:13:31.7342098Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:13:31.7342709Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:13:31.7343322Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:13:31.7343881Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:13:31.7344370Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:13:31.7344814Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T19:13:31.7345179Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T19:13:31.7345550Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T19:13:31.7345920Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T19:13:31.7346297Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T19:13:31.7346686Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T19:13:31.7347067Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T19:13:31.7347450Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T19:13:31.7347827Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T19:13:31.7348205Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T19:13:31.7348686Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T19:13:31.7349058Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T19:13:31.7349422Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T19:13:31.7349810Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T19:13:31.7350200Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T19:13:31.7350610Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T19:13:31.7351018Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T19:13:31.7351374Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T19:13:31.7351758Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T19:13:31.7352161Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T19:13:31.7352664Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:13:31.7353100Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:13:31.7353527Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T19:13:31.7353898Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T19:13:31.7354268Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T19:13:31.7354644Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T19:13:31.7355004Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T19:13:31.7355387Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:13:31.7355771Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T19:13:31.7356145Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T19:13:31.7356525Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T19:13:31.7356889Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T19:13:31.7357245Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T19:13:31.7357906Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:31.7358615Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:31.7359290Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:31.7359994Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:31.7360512Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T19:13:31.7360893Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T19:13:31.7361265Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T19:13:31.7361639Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T19:13:31.7362017Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T19:13:31.7362374Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T19:13:31.7362848Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T19:13:31.7363233Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T19:13:31.7363606Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T19:13:31.7363978Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T19:13:31.7364354Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T19:13:31.7364725Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T19:13:31.7365222Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T19:13:31.7365634Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T19:13:31.7366036Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T19:13:31.7366423Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T19:13:31.7366818Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T19:13:31.7367206Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T19:13:31.7367579Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T19:13:31.7367958Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T19:13:31.7368330Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T19:13:31.7368710Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T19:13:31.7369111Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T19:13:31.7369501Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T19:13:31.7369894Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T19:13:31.7370284Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T19:13:31.7370665Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T19:13:31.7371090Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:13:31.7371521Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T19:13:31.7371917Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T19:13:31.7372350Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:13:31.7372918Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:13:31.7373324Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T19:13:31.7373693Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T19:13:31.7374180Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T19:13:31.7374571Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T19:13:31.7374974Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:13:31.7375370Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T19:13:31.7375745Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T19:13:31.7376127Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T19:13:31.7376593Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:13:31.7377061Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:13:31.7377457Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T19:13:31.7377860Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:13:31.7378313Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:13:31.7378754Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:13:31.7379225Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:13:31.7379713Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:13:31.7380149Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:13:31.7380580Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:13:31.7380975Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T19:13:31.7381366Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T19:13:31.7381890Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T19:13:31.7382279Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T19:13:31.7382752Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T19:13:31.7383155Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T19:13:31.7383548Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T19:13:31.7383948Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:13:31.7384361Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T19:13:31.7384749Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T19:13:31.7385122Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T19:13:31.7385484Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T19:13:31.7385838Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T19:13:31.7386227Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:13:31.7386649Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:13:31.7387101Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:13:31.7387549Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:13:31.7387947Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T19:13:31.7388379Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:13:31.7388799Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T19:13:31.7389201Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:13:31.7389599Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T19:13:31.7389960Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T19:13:31.7390326Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T19:13:31.7390839Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T19:13:31.7391230Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T19:13:31.7391598Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T19:13:31.7391926Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T19:13:31.7392237Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T19:13:31.7392887Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T19:13:31.7393389Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T19:13:31.7393899Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T19:13:31.7394274Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T19:13:31.7394644Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T19:13:31.7395035Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T19:13:31.7395442Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T19:13:31.7395846Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T19:13:31.7396243Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T19:13:31.7396652Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:13:31.7397594Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T19:13:31.7397981Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T19:13:31.7398352Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T19:13:31.7398953Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T19:13:31.7399348Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T19:13:31.7399778Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T19:13:31.7400203Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T19:13:31.7400596Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T19:13:31.7401012Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:13:31.7401448Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:13:31.7401837Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T19:13:31.7402202Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T19:13:31.7402813Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T19:13:31.7403180Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T19:13:31.7403556Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T19:13:31.7403939Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T19:13:31.7404336Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T19:13:31.7404747Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T19:13:31.7405206Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:13:31.7405643Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T19:13:31.7406021Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T19:13:31.7406399Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T19:13:31.7406781Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T19:13:31.7407163Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T19:13:31.7407541Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T19:13:31.7407913Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T19:13:31.7408497Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:13:31.7409014Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:13:31.7409439Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T19:13:31.7409823Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T19:13:31.7410209Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T19:13:31.7410615Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T19:13:31.7411015Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T19:13:31.7411386Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T19:13:31.7411792Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T19:13:31.7412177Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T19:13:31.7412669Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T19:13:31.7413028Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T19:13:31.7413427Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T19:13:31.7413846Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T19:13:31.7414222Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T19:13:31.7414606Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T19:13:31.7415047Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:13:31.7415562Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T19:13:31.7416109Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:13:31.7416507Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T19:13:31.7417033Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:31.7417540Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T19:13:31.7417850Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T19:13:31.7418195Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:13:31.7418608Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T19:13:31.7419033Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:13:31.7419559Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:13:31.7420147Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:13:31.7420761Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:13:31.7421416Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:13:31.7422056Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:13:31.7423024Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:13:31.7423654Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:13:31.7424238Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:13:31.7424731Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T19:13:31.7425179Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:13:31.7425615Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T19:13:31.7426166Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:13:31.7426629Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:13:31.7427057Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T19:13:31.7427440Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T19:13:31.7427807Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T19:13:31.7428183Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T19:13:31.7428558Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T19:13:31.7428964Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:13:31.7429381Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T19:13:31.7429739Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T19:13:31.7430132Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:13:31.7430595Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T19:13:31.7431081Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T19:13:31.7431562Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:13:31.7432037Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:13:31.7432675Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:13:31.7433162Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:13:31.7433746Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T19:13:31.7434169Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T19:13:31.7434586Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:13:31.7434992Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T19:13:31.7435398Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T19:13:31.7435801Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T19:13:31.7436233Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:13:31.7436660Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T19:13:31.7437046Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T19:13:31.7437426Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T19:13:31.7437810Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T19:13:31.7438186Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T19:13:31.7438627Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:13:31.7439066Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T19:13:31.7439470Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T19:13:31.7439873Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T19:13:31.7440295Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:13:31.7440742Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:13:31.7441181Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:13:31.7441608Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:13:31.7442003Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T19:13:31.7442550Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T19:13:31.7443149Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T19:13:31.7443527Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T19:13:31.7443903Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T19:13:31.7444306Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T19:13:31.7444700Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T19:13:31.7445122Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:13:31.7445585Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:13:31.7446003Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T19:13:31.7446411Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:13:31.7446806Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T19:13:31.7447107Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T19:13:31.7447428Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T19:13:31.7447815Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T19:13:31.7448217Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T19:13:31.7448602Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T19:13:31.7448984Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:13:31.7449401Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:13:31.7449845Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:13:31.7450262Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T19:13:31.7450797Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T19:13:31.7451200Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T19:13:31.7451744Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:31.7452323Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:13:31.7452936Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T19:13:31.7453375Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:13:31.7453799Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:13:31.7454214Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T19:13:31.7454608Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T19:13:31.7454998Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T19:13:31.7455377Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:13:31.7455770Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:13:31.7456165Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T19:13:31.7456539Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T19:13:31.7456925Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:13:31.7457321Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:13:31.7457692Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T19:13:31.7458099Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T19:13:31.7458552Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T19:13:31.7458969Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T19:13:31.7459459Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T19:13:31.7459830Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T19:13:31.7460213Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T19:13:31.7460581Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T19:13:31.7460950Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:13:31.7461375Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:13:31.7461819Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T19:13:31.7462221Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T19:13:31.7462754Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T19:13:31.7463151Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T19:13:31.7463530Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T19:13:31.7463906Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T19:13:31.7464284Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T19:13:31.7464678Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T19:13:31.7465120Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:13:31.7465567Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:13:31.7465992Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:13:31.7466393Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T19:13:31.7466789Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T19:13:31.7467331Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T19:13:31.7467725Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T19:13:31.7468084Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T19:13:31.7468400Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T19:13:31.7468705Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T19:13:31.7469067Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T19:13:31.7469436Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T19:13:31.7469788Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T19:13:31.7470158Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:13:31.7470555Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:13:31.7470944Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T19:13:31.7471299Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T19:13:31.7471654Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T19:13:31.7472027Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T19:13:31.7472558Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T19:13:31.7472933Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T19:13:31.7473295Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T19:13:31.7473648Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T19:13:31.7474032Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T19:13:31.7474412Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T19:13:31.7474759Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T19:13:31.7475131Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T19:13:31.7475515Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T19:13:31.7476002Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T19:13:31.7476372Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T19:13:31.7476741Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T19:13:31.7477121Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T19:13:31.7477515Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T19:13:31.7477937Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T19:13:31.7478340Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T19:13:31.7478695Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T19:13:31.7479043Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T19:13:31.7479390Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T19:13:31.7479807Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:13:31.7480304Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:13:31.7480803Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:13:31.7481271Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:13:31.7481757Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:13:31.7482186Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T19:13:31.7482776Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:13:31.7483163Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:13:31.7483672Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:13:31.7484060Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T19:13:31.7484443Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:13:31.7484824Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T19:13:31.7485190Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T19:13:31.7485577Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:13:31.7486013Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:13:31.7486437Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:13:31.7486809Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T19:13:31.7487211Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:13:31.7487630Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:13:31.7488011Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T19:13:31.7488361Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T19:13:31.7488746Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:13:31.7489194Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:13:31.7489620Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T19:13:31.7490020Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T19:13:31.7490430Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T19:13:31.7490750Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T19:13:31.7491038Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T19:13:31.7491394Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T19:13:31.7491873Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T19:13:31.9533634Z [+] Installing Go for linux-amd64...
2025-08-20T19:13:32.9705222Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T19:13:32.9705818Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T19:13:32.9706590Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T19:13:44.9749734Z [+] Downloading Go go1.25.0...
2025-08-20T19:13:44.9803572Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T19:13:44.9804276Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T19:13:44.9804640Z 
2025-08-20T19:13:45.0567570Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:13:45.0648569Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T19:13:45.0649233Z 100    80  100    80    0     0    945      0 --:--:-- --:--:-- --:--:--   941
2025-08-20T19:13:45.1838283Z 
2025-08-20T19:13:45.1839210Z 100    75  100    75    0     0    368      0 --:--:-- --:--:-- --:--:--   368
2025-08-20T19:13:46.1729515Z 
2025-08-20T19:13:46.6285279Z   0 56.8M    0  2747    0     0   2303      0  7:11:44  0:00:01  7:11:43  2303
2025-08-20T19:13:46.6285992Z 100 56.8M  100 56.8M    0     0  34.5M      0  0:00:01  0:00:01 --:--:--  125M
2025-08-20T19:13:46.6320401Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T19:13:48.0385310Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T19:13:48.0385872Z [+] GOROOT: /home/runner/.go
2025-08-20T19:13:48.0386265Z [+] GOPATH: /home/runner/go
2025-08-20T19:13:48.0386798Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T19:13:48.0547821Z go version go1.25.0 linux/amd64
2025-08-20T19:13:48.0925739Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:13:48.0926929Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T19:13:48.0927642Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T19:13:48.0928370Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T19:13:48.0929284Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T19:13:48.0930061Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T19:13:48.0930798Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T19:13:48.0931556Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T19:13:48.0932148Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T19:13:48.0932880Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T19:13:48.0933526Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T19:13:48.0934267Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T19:13:48.0935003Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T19:13:48.0935821Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T19:13:48.0936634Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T19:13:48.0937369Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T19:13:48.0938074Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T19:13:48.0938561Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T19:13:48.0939088Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:13:48.0939912Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:13:48.0940508Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T19:13:48.0941291Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T19:13:48.0942156Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:13:48.0943241Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T19:13:48.0944299Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T19:13:48.0954859Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:13:48.0955639Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:13:48.0956104Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:13:48.0956699Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:13:48.0957145Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:13:48.0957715Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T19:13:48.0958155Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T19:13:48.0958599Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T19:13:48.0959036Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:13:48.0959709Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T19:13:48.0960265Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:13:48.0960794Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:13:48.0961240Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T19:13:48.0961654Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:13:48.0962216Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T19:13:48.0963063Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:13:48.0963487Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T19:13:48.0964275Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T19:13:48.0964776Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T19:13:48.0965259Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:13:48.0965726Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:13:48.0966445Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T19:13:48.0967100Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T19:13:48.0967733Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:13:48.0968332Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T19:13:48.0968868Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T19:13:48.0969285Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T19:13:48.0969701Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T19:13:48.0970076Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T19:13:48.0970444Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T19:13:48.0970810Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T19:13:48.0971143Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T19:13:48.0971593Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T19:13:48.0972000Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:13:48.0972374Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T19:13:48.0973034Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:13:48.0973474Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:13:48.0973891Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:13:48.0974299Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:13:48.0974873Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T19:13:48.0975294Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:13:48.0975694Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:13:48.0976088Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T19:13:48.0976511Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T19:13:48.0976988Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:13:48.0977491Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:13:48.0977971Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T19:13:48.0978403Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T19:13:48.0978800Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T19:13:48.0979210Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T19:13:48.0979616Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T19:13:48.0980054Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:13:48.0980541Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:13:48.0981041Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:13:48.0981530Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:13:48.0981967Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:13:48.0982669Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:13:48.0983095Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:13:48.0983507Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:13:48.0983906Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T19:13:48.0984294Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T19:13:48.0984718Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T19:13:48.0985134Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T19:13:48.0985527Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T19:13:48.0985906Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T19:13:48.0986313Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:13:48.0986720Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T19:13:48.0987094Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T19:13:48.0987467Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T19:13:48.0987859Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:13:48.0988246Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T19:13:48.0988598Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T19:13:48.0988984Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T19:13:48.0989366Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T19:13:48.0989732Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T19:13:48.0990122Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T19:13:48.0990488Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T19:13:48.0990852Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T19:13:48.0991228Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T19:13:48.0991749Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T19:13:48.0992150Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T19:13:48.0992665Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T19:13:48.0993041Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T19:13:48.0993417Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T19:13:48.0993809Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T19:13:48.0994211Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T19:13:48.0994558Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T19:13:48.0994887Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T19:13:48.0995247Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T19:13:48.0995601Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T19:13:48.0995964Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T19:13:48.0996320Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T19:13:48.0996664Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T19:13:48.0997040Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T19:13:48.0997447Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T19:13:48.0997887Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:13:48.0998329Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T19:13:48.0998727Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T19:13:48.0999231Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T19:13:48.0999621Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T19:13:48.1000016Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T19:13:48.1000418Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T19:13:48.1000826Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T19:13:48.1001203Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T19:13:48.1001588Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T19:13:48.1001999Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:13:48.1002583Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:13:48.1003015Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T19:13:48.1003412Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T19:13:48.1003802Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T19:13:48.1004213Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T19:13:48.1004619Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T19:13:48.1005017Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T19:13:48.1005403Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T19:13:48.1005797Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:13:48.1006235Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T19:13:48.1006623Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T19:13:48.1006987Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T19:13:48.1007297Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T19:13:48.1007634Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T19:13:48.1008043Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T19:13:48.1008573Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T19:13:48.1008973Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T19:13:48.1009346Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T19:13:48.1009716Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T19:13:48.1010092Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T19:13:48.1010444Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T19:13:48.1010785Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T19:13:48.1011213Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:13:48.1011669Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T19:13:48.1012069Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T19:13:48.1012548Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T19:13:48.1012934Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T19:13:48.1013341Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T19:13:48.1013751Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:13:48.1014166Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:13:48.1014522Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T19:13:48.1014875Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T19:13:48.1015292Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:13:48.1015839Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T19:13:48.1016251Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T19:13:48.1016617Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T19:13:48.1016958Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T19:13:48.1017341Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T19:13:48.1017726Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T19:13:48.1018150Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:13:48.1018623Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:13:48.1019042Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T19:13:48.1019412Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T19:13:48.1019758Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T19:13:48.1020114Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T19:13:48.1020559Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:13:48.1021070Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:13:48.1021531Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T19:13:48.1021898Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T19:13:48.1022366Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:13:48.1023099Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:13:48.1023600Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:13:48.1024032Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T19:13:48.1024396Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T19:13:48.1024776Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T19:13:48.1025319Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T19:13:48.1025733Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T19:13:48.1026134Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:13:48.1026503Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T19:13:48.1026878Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T19:13:48.1027268Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:13:48.1027668Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T19:13:48.1028063Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:13:48.1028462Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T19:13:48.1028854Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:13:48.1029451Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T19:13:48.1029888Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:13:48.1030337Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T19:13:48.1030763Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T19:13:48.1031149Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T19:13:48.1031533Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T19:13:48.1031941Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T19:13:48.1032319Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T19:13:48.1032809Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T19:13:48.1033323Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T19:13:48.1033719Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T19:13:48.1034142Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:13:48.1034609Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:13:48.1035057Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:13:48.1035461Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T19:13:48.1035852Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T19:13:48.1036237Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T19:13:48.1036612Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T19:13:48.1036977Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T19:13:48.1037572Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T19:13:48.1037962Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T19:13:48.1038413Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:13:48.1038890Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T19:13:48.1039349Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:13:48.1039927Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:13:48.1040629Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T19:13:48.1041128Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:13:48.1041622Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:13:48.1042063Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T19:13:48.1042644Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T19:13:48.1043210Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T19:13:48.1043593Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:13:48.1043975Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T19:13:48.1044335Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T19:13:48.1044714Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:13:48.1045093Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T19:13:48.1045472Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:13:48.1045852Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T19:13:48.1046237Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T19:13:48.1046634Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T19:13:48.1047026Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T19:13:48.1047443Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:13:48.1047885Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:13:48.1048282Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T19:13:48.1048650Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T19:13:48.1049065Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T19:13:48.1049436Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T19:13:48.1049788Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T19:13:48.1050138Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T19:13:48.1050673Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T19:13:48.1051066Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T19:13:48.1051444Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T19:13:48.1051837Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T19:13:48.1052198Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T19:13:48.1052670Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T19:13:48.1053131Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:48.1053648Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T19:13:48.1054018Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T19:13:48.1054394Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T19:13:48.1054766Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T19:13:48.1055169Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:13:48.1055609Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T19:13:48.1056036Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:13:48.1056467Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T19:13:48.1056878Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T19:13:48.1057280Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T19:13:48.1057701Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:13:48.1058114Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T19:13:48.1058506Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T19:13:48.1058939Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:13:48.1059432Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:13:48.1060065Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:13:48.1060516Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:13:48.1060926Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T19:13:48.1061329Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T19:13:48.1061807Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:13:48.1062293Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T19:13:48.1062900Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T19:13:48.1063342Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:13:48.1063796Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T19:13:48.1064208Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T19:13:48.1064571Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T19:13:48.1064936Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T19:13:48.1065318Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T19:13:48.1065700Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T19:13:48.1066059Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T19:13:48.1066424Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T19:13:48.1066814Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T19:13:48.1067194Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T19:13:48.1067680Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T19:13:48.1068056Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T19:13:48.1068414Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T19:13:48.1068791Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T19:13:48.1069175Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T19:13:48.1069532Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T19:13:48.1069892Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T19:13:48.1070244Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T19:13:48.1070610Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T19:13:48.1070979Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T19:13:48.1071337Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T19:13:48.1071695Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T19:13:48.1072069Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T19:13:48.1072532Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T19:13:48.1072899Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T19:13:48.1073335Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T19:13:48.1073748Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T19:13:48.1074112Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T19:13:48.1074484Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:13:48.1074905Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:13:48.1075302Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T19:13:48.1075663Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T19:13:48.1076026Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T19:13:48.1076502Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T19:13:48.1076801Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T19:13:48.1077102Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T19:13:48.1077451Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T19:13:48.1077801Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T19:13:48.1078162Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T19:13:48.1078517Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T19:13:48.1078859Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T19:13:48.1079197Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T19:13:48.1079583Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:13:48.1079993Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T19:13:48.1080395Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:13:48.1080787Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T19:13:48.1081174Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:13:48.1081583Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:13:48.1082083Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:13:48.1082819Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:13:48.1083443Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:13:48.1084141Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:13:48.1084623Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:13:48.1085083Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:13:48.1085599Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:13:48.1086218Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:13:48.1086781Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:13:48.1087275Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:13:48.1087717Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T19:13:48.1088085Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T19:13:48.1088460Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T19:13:48.1088829Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T19:13:48.1089208Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T19:13:48.1089596Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T19:13:48.1089981Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T19:13:48.1090364Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T19:13:48.1090743Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T19:13:48.1091124Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T19:13:48.1091494Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T19:13:48.1091866Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T19:13:48.1092237Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T19:13:48.1092742Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T19:13:48.1093258Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T19:13:48.1093665Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T19:13:48.1094077Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T19:13:48.1094438Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T19:13:48.1094826Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T19:13:48.1095236Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T19:13:48.1095645Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:13:48.1096083Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:13:48.1096530Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T19:13:48.1096905Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T19:13:48.1097272Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T19:13:48.1097658Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T19:13:48.1098021Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T19:13:48.1098408Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:13:48.1098796Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T19:13:48.1099410Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T19:13:48.1099963Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T19:13:48.1100334Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T19:13:48.1100694Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T19:13:48.1101391Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:48.1102114Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:48.1103018Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:48.1103675Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:48.1104200Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T19:13:48.1104584Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T19:13:48.1104952Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T19:13:48.1105327Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T19:13:48.1105701Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T19:13:48.1106062Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T19:13:48.1106435Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T19:13:48.1106820Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T19:13:48.1107192Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T19:13:48.1107568Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T19:13:48.1107965Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T19:13:48.1108347Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T19:13:48.1108746Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T19:13:48.1109169Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T19:13:48.1109578Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T19:13:48.1109972Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T19:13:48.1110503Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T19:13:48.1110896Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T19:13:48.1111287Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T19:13:48.1111672Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T19:13:48.1112050Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T19:13:48.1112536Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T19:13:48.1112947Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T19:13:48.1113343Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T19:13:48.1113741Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T19:13:48.1114143Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T19:13:48.1114529Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T19:13:48.1114959Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:13:48.1115394Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T19:13:48.1115794Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T19:13:48.1116229Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:13:48.1116691Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:13:48.1117098Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T19:13:48.1117467Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T19:13:48.1117968Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T19:13:48.1118365Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T19:13:48.1118776Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:13:48.1119178Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T19:13:48.1119556Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T19:13:48.1119954Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T19:13:48.1120428Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:13:48.1120900Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:13:48.1121298Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T19:13:48.1121702Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:13:48.1122159Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:13:48.1122809Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:13:48.1123298Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:13:48.1123785Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:13:48.1124228Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:13:48.1124670Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:13:48.1125074Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T19:13:48.1125469Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T19:13:48.1125888Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T19:13:48.1126278Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T19:13:48.1126665Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T19:13:48.1127074Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T19:13:48.1127614Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T19:13:48.1128020Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:13:48.1128440Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T19:13:48.1128837Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T19:13:48.1129213Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T19:13:48.1129579Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T19:13:48.1129937Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T19:13:48.1130329Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:13:48.1130761Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:13:48.1131221Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:13:48.1131678Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:13:48.1132081Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T19:13:48.1132657Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:13:48.1133078Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T19:13:48.1133485Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:13:48.1133895Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T19:13:48.1134258Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T19:13:48.1134626Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T19:13:48.1135131Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T19:13:48.1135527Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T19:13:48.1135899Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T19:13:48.1136228Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T19:13:48.1136544Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T19:13:48.1136898Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T19:13:48.1137408Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T19:13:48.1138083Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T19:13:48.1138483Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T19:13:48.1138854Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T19:13:48.1139253Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T19:13:48.1139670Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T19:13:48.1140087Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T19:13:48.1140487Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T19:13:48.1140900Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:13:48.1141313Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T19:13:48.1141679Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T19:13:48.1142045Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T19:13:48.1142594Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T19:13:48.1143009Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T19:13:48.1143437Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T19:13:48.1143866Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T19:13:48.1144390Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T19:13:48.1144808Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:13:48.1145245Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:13:48.1145636Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T19:13:48.1146002Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T19:13:48.1146358Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T19:13:48.1146723Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T19:13:48.1147094Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T19:13:48.1147476Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T19:13:48.1147878Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T19:13:48.1148290Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T19:13:48.1148752Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:13:48.1149189Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T19:13:48.1149565Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T19:13:48.1149960Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T19:13:48.1150342Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T19:13:48.1150727Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T19:13:48.1151106Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T19:13:48.1151478Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T19:13:48.1152028Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:13:48.1152669Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:13:48.1153092Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T19:13:48.1153465Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T19:13:48.1153836Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T19:13:48.1154234Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T19:13:48.1154626Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T19:13:48.1154995Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T19:13:48.1155388Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T19:13:48.1155767Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T19:13:48.1156125Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T19:13:48.1156480Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T19:13:48.1156880Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T19:13:48.1157300Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T19:13:48.1157681Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T19:13:48.1158066Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T19:13:48.1158503Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:13:48.1158930Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T19:13:48.1159348Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:13:48.1159743Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T19:13:48.1160264Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:48.1160898Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T19:13:48.1161209Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T19:13:48.1161610Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:13:48.1162027Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T19:13:48.1162567Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:13:48.1163097Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:13:48.1163682Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:13:48.1164294Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:13:48.1164953Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:13:48.1165602Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:13:48.1166228Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:13:48.1166855Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:13:48.1167438Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:13:48.1167924Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T19:13:48.1168371Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:13:48.1168807Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T19:13:48.1169350Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:13:48.1169826Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:13:48.1170264Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T19:13:48.1170646Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T19:13:48.1171016Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T19:13:48.1171405Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T19:13:48.1171787Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T19:13:48.1172203Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:13:48.1172910Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T19:13:48.1173281Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T19:13:48.1173682Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:13:48.1174144Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T19:13:48.1174636Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T19:13:48.1175120Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:13:48.1175601Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:13:48.1176088Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:13:48.1176566Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:13:48.1177016Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T19:13:48.1177429Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T19:13:48.1177844Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:13:48.1178259Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T19:13:48.1178833Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T19:13:48.1179242Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T19:13:48.1179681Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:13:48.1180113Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T19:13:48.1180502Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T19:13:48.1180885Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T19:13:48.1181266Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T19:13:48.1181642Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T19:13:48.1182075Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:13:48.1182728Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T19:13:48.1183142Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T19:13:48.1183550Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T19:13:48.1183974Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:13:48.1184421Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:13:48.1184863Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:13:48.1185293Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:13:48.1185695Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T19:13:48.1186071Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T19:13:48.1186586Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T19:13:48.1186963Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T19:13:48.1187342Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T19:13:48.1187747Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T19:13:48.1188145Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T19:13:48.1188573Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:13:48.1189043Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:13:48.1189479Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T19:13:48.1189893Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:13:48.1190295Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T19:13:48.1190597Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T19:13:48.1190917Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T19:13:48.1191301Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T19:13:48.1191702Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T19:13:48.1192090Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T19:13:48.1192718Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:13:48.1193165Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:13:48.1193613Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:13:48.1194037Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T19:13:48.1194426Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T19:13:48.1194824Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T19:13:48.1195379Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:48.1196089Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:13:48.1196542Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T19:13:48.1196984Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:13:48.1197419Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:13:48.1197841Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T19:13:48.1198241Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T19:13:48.1198630Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T19:13:48.1199018Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:13:48.1199421Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:13:48.1199813Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T19:13:48.1200193Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T19:13:48.1200580Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:13:48.1200981Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:13:48.1201356Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T19:13:48.1201768Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T19:13:48.1202233Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T19:13:48.1202918Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T19:13:48.1203297Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T19:13:48.1203793Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T19:13:48.1204186Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T19:13:48.1204568Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T19:13:48.1204945Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:13:48.1205373Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:13:48.1205818Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T19:13:48.1206222Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T19:13:48.1206621Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T19:13:48.1207020Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T19:13:48.1207400Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T19:13:48.1207780Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T19:13:48.1208155Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T19:13:48.1208562Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T19:13:48.1209011Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:13:48.1209467Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:13:48.1209888Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:13:48.1210291Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T19:13:48.1210692Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T19:13:48.1211116Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T19:13:48.1211507Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T19:13:48.1211867Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T19:13:48.1212190Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T19:13:48.1212738Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T19:13:48.1213108Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T19:13:48.1213483Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T19:13:48.1213836Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T19:13:48.1214208Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:13:48.1214604Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:13:48.1214988Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T19:13:48.1215351Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T19:13:48.1215696Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T19:13:48.1216083Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T19:13:48.1216480Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T19:13:48.1216861Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T19:13:48.1217224Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T19:13:48.1217586Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T19:13:48.1217974Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T19:13:48.1218360Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T19:13:48.1218714Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T19:13:48.1219093Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T19:13:48.1219486Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T19:13:48.1220019Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T19:13:48.1220399Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T19:13:48.1220778Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T19:13:48.1221159Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T19:13:48.1221561Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T19:13:48.1221988Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T19:13:48.1222593Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T19:13:48.1223009Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T19:13:48.1223357Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T19:13:48.1223704Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T19:13:48.1224133Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:13:48.1224634Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:13:48.1225107Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:13:48.1225582Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:13:48.1226074Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:13:48.1226506Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T19:13:48.1226887Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:13:48.1227275Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:13:48.1227660Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:13:48.1228052Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T19:13:48.1228436Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:13:48.1228824Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T19:13:48.1229326Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T19:13:48.1229718Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:13:48.1230164Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:13:48.1230597Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:13:48.1230975Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T19:13:48.1231376Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:13:48.1231797Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:13:48.1232169Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T19:13:48.1232627Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T19:13:48.1233013Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:13:48.1233473Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:13:48.1233901Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T19:13:48.1234314Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T19:13:48.1234719Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T19:13:48.1235043Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T19:13:48.1235322Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T19:13:48.1235673Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T19:13:48.1236154Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T19:13:48.3537921Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:13:48.5668987Z Collecting meson
2025-08-20T19:13:48.6580966Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T19:13:48.7071150Z Collecting ninja
2025-08-20T19:13:48.7299699Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T19:13:48.7567223Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T19:13:48.8548476Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 18.2 MB/s  0:00:00
2025-08-20T19:13:48.8775523Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T19:13:48.9687646Z Installing collected packages: ninja, meson
2025-08-20T19:13:49.7186576Z 
2025-08-20T19:13:49.7216549Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T19:13:50.0245119Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T19:13:50.1348373Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T19:13:50.2156578Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T19:13:50.6719015Z 1.8.4
2025-08-20T19:13:50.7018633Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T19:13:50.7281535Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:13:50.7282932Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T19:13:50.7283610Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T19:13:50.7284226Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T19:13:50.7284791Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T19:13:50.7285348Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T19:13:50.7285917Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T19:13:50.7286471Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T19:13:50.7287013Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T19:13:50.7287382Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T19:13:50.7288039Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T19:13:50.7288439Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T19:13:50.7288831Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T19:13:50.7289242Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T19:13:50.7289650Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T19:13:50.7290055Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T19:13:50.7290461Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T19:13:50.7290832Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T19:13:50.7291316Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:13:50.7292100Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:13:50.7293092Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T19:13:50.7293765Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T19:13:50.7294519Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:13:50.7295212Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T19:13:50.7295816Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T19:13:50.7296504Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:13:50.7297277Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:13:50.7297915Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:13:50.7298324Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:13:50.7298939Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:13:50.7299366Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T19:13:50.7299802Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T19:13:50.7300242Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T19:13:50.7300659Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:13:50.7301108Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T19:13:50.7301541Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:13:50.7301939Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:13:50.7302330Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T19:13:50.7303107Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:13:50.7303538Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T19:13:50.7303970Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:13:50.7304377Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T19:13:50.7304767Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T19:13:50.7305222Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T19:13:50.7305697Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:13:50.7306157Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:13:50.7306639Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T19:13:50.7307083Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T19:13:50.7307511Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:13:50.7307935Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T19:13:50.7308564Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T19:13:50.7308980Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T19:13:50.7309382Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T19:13:50.7309755Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T19:13:50.7310109Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T19:13:50.7310474Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T19:13:50.7310797Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T19:13:50.7311143Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T19:13:50.7311555Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:13:50.7311935Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T19:13:50.7312348Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:13:50.7313086Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:13:50.7313500Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:13:50.7313905Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:13:50.7314328Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T19:13:50.7314752Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:13:50.7315152Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:13:50.7315542Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T19:13:50.7316086Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T19:13:50.7316598Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:13:50.7317102Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:13:50.7317592Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T19:13:50.7318007Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T19:13:50.7318404Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T19:13:50.7318800Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T19:13:50.7319203Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T19:13:50.7319647Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:13:50.7320141Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:13:50.7320642Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:13:50.7321155Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:13:50.7321591Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:13:50.7321991Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:13:50.7322542Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:13:50.7323076Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:13:50.7323483Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T19:13:50.7323865Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T19:13:50.7324290Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T19:13:50.7324715Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T19:13:50.7325100Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T19:13:50.7325616Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T19:13:50.7326025Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:13:50.7326430Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T19:13:50.7326799Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T19:13:50.7327172Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T19:13:50.7327564Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:13:50.7327946Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T19:13:50.7328300Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T19:13:50.7328681Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T19:13:50.7329063Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T19:13:50.7329437Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T19:13:50.7329834Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T19:13:50.7330201Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T19:13:50.7330566Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T19:13:50.7330940Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T19:13:50.7331329Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T19:13:50.7331731Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T19:13:50.7332125Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T19:13:50.7332754Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T19:13:50.7333341Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T19:13:50.7333742Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T19:13:50.7334156Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T19:13:50.7334492Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T19:13:50.7334817Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T19:13:50.7335176Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T19:13:50.7335529Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T19:13:50.7335884Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T19:13:50.7336246Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T19:13:50.7336599Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T19:13:50.7336972Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T19:13:50.7337372Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T19:13:50.7337809Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:13:50.7338266Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T19:13:50.7338671Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T19:13:50.7339059Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T19:13:50.7339446Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T19:13:50.7339916Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T19:13:50.7340324Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T19:13:50.7340731Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T19:13:50.7341111Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T19:13:50.7341506Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T19:13:50.7341914Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:13:50.7342686Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:13:50.7343213Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T19:13:50.7343603Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T19:13:50.7343997Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T19:13:50.7344404Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T19:13:50.7344811Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T19:13:50.7345211Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T19:13:50.7345601Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T19:13:50.7346006Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:13:50.7346408Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T19:13:50.7346791Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T19:13:50.7347150Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T19:13:50.7347456Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T19:13:50.7347779Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T19:13:50.7348173Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T19:13:50.7348570Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T19:13:50.7348964Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T19:13:50.7349335Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T19:13:50.7349701Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T19:13:50.7350209Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T19:13:50.7350566Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T19:13:50.7350909Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T19:13:50.7351339Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:13:50.7351787Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T19:13:50.7352197Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T19:13:50.7352787Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T19:13:50.7353184Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T19:13:50.7353599Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T19:13:50.7354045Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:13:50.7354478Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:13:50.7354844Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T19:13:50.7355214Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T19:13:50.7355637Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:13:50.7356068Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T19:13:50.7356478Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T19:13:50.7356844Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T19:13:50.7357186Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T19:13:50.7357574Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T19:13:50.7357956Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T19:13:50.7358384Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:13:50.7358861Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:13:50.7359664Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T19:13:50.7360281Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T19:13:50.7360860Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T19:13:50.7361472Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T19:13:50.7362189Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:13:50.7363039Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:13:50.7363485Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T19:13:50.7363865Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T19:13:50.7364340Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:13:50.7364952Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:13:50.7365462Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:13:50.7365908Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T19:13:50.7366282Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T19:13:50.7366672Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T19:13:50.7367086Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T19:13:50.7367503Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T19:13:50.7367914Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:13:50.7368285Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T19:13:50.7368828Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T19:13:50.7369242Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:13:50.7369649Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T19:13:50.7370045Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:13:50.7370440Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T19:13:50.7370836Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:13:50.7371227Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T19:13:50.7371651Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:13:50.7372100Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T19:13:50.7372763Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T19:13:50.7373141Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T19:13:50.7373523Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T19:13:50.7373927Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T19:13:50.7374304Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T19:13:50.7374684Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T19:13:50.7375064Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T19:13:50.7375457Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T19:13:50.7375891Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:13:50.7376363Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:13:50.7376806Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:13:50.7377216Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T19:13:50.7377612Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T19:13:50.7377995Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T19:13:50.7378510Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T19:13:50.7378881Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T19:13:50.7379271Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T19:13:50.7379658Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T19:13:50.7380108Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:13:50.7380585Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T19:13:50.7381049Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:13:50.7381572Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:13:50.7382083Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T19:13:50.7382725Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:13:50.7383218Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:13:50.7383653Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T19:13:50.7384017Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T19:13:50.7384380Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T19:13:50.7384762Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:13:50.7385139Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T19:13:50.7385499Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T19:13:50.7385994Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:13:50.7386380Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T19:13:50.7386768Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:13:50.7387149Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T19:13:50.7387532Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T19:13:50.7387936Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T19:13:50.7388326Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T19:13:50.7388741Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:13:50.7389182Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:13:50.7389573Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T19:13:50.7389952Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T19:13:50.7390365Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T19:13:50.7390743Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T19:13:50.7391096Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T19:13:50.7391448Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T19:13:50.7391811Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T19:13:50.7392197Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T19:13:50.7392790Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T19:13:50.7393194Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T19:13:50.7393564Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T19:13:50.7393882Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T19:13:50.7394351Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:50.7394869Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T19:13:50.7395369Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T19:13:50.7395748Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T19:13:50.7396120Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T19:13:50.7396526Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:13:50.7396959Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T19:13:50.7397385Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:13:50.7397814Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T19:13:50.7398222Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T19:13:50.7398630Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T19:13:50.7399047Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:13:50.7399462Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T19:13:50.7399852Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T19:13:50.7400282Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:13:50.7400771Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:13:50.7401268Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:13:50.7401719Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:13:50.7402131Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T19:13:50.7402647Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T19:13:50.7403242Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:13:50.7403732Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T19:13:50.7404141Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T19:13:50.7404578Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:13:50.7405029Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T19:13:50.7405435Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T19:13:50.7405805Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T19:13:50.7406170Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T19:13:50.7406547Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T19:13:50.7406935Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T19:13:50.7407310Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T19:13:50.7407676Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T19:13:50.7408106Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T19:13:50.7408492Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T19:13:50.7408865Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T19:13:50.7409236Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T19:13:50.7409594Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T19:13:50.7409972Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T19:13:50.7410359Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T19:13:50.7410722Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T19:13:50.7411089Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T19:13:50.7411450Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T19:13:50.7411944Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T19:13:50.7412317Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T19:13:50.7412793Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T19:13:50.7413151Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T19:13:50.7413520Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T19:13:50.7413875Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T19:13:50.7414242Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T19:13:50.7414681Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T19:13:50.7415087Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T19:13:50.7415453Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T19:13:50.7415833Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:13:50.7416295Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:13:50.7416690Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T19:13:50.7417052Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T19:13:50.7417417Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T19:13:50.7417779Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T19:13:50.7418076Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T19:13:50.7418373Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T19:13:50.7418725Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T19:13:50.7419081Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T19:13:50.7419605Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T19:13:50.7419972Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T19:13:50.7420321Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T19:13:50.7420658Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T19:13:50.7421041Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:13:50.7421448Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T19:13:50.7421844Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:13:50.7422237Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T19:13:50.7422770Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:13:50.7423187Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:13:50.7423691Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:13:50.7424325Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:13:50.7424953Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:13:50.7425497Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:13:50.7425972Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:13:50.7426422Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:13:50.7426960Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:13:50.7427599Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:13:50.7428174Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:13:50.7428671Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:13:50.7429242Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T19:13:50.7429612Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T19:13:50.7429986Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T19:13:50.7430356Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T19:13:50.7430739Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T19:13:50.7431127Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T19:13:50.7431513Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T19:13:50.7431898Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T19:13:50.7432282Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T19:13:50.7432934Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T19:13:50.7433317Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T19:13:50.7433695Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T19:13:50.7434069Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T19:13:50.7434462Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T19:13:50.7434857Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T19:13:50.7435273Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T19:13:50.7435686Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T19:13:50.7436048Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T19:13:50.7436437Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T19:13:50.7437011Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T19:13:50.7437429Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:13:50.7437876Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:13:50.7438303Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T19:13:50.7438673Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T19:13:50.7439044Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T19:13:50.7439427Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T19:13:50.7439792Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T19:13:50.7440181Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:13:50.7440564Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T19:13:50.7440954Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T19:13:50.7441339Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T19:13:50.7441702Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T19:13:50.7442060Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T19:13:50.7442715Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:50.7443429Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:50.7444109Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:50.7444766Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:50.7445292Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T19:13:50.7445676Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T19:13:50.7446173Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T19:13:50.7446546Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T19:13:50.7446928Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T19:13:50.7447288Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T19:13:50.7447662Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T19:13:50.7448047Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T19:13:50.7448422Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T19:13:50.7448799Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T19:13:50.7449186Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T19:13:50.7449559Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T19:13:50.7449946Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T19:13:50.7450360Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T19:13:50.7450760Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T19:13:50.7451155Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T19:13:50.7451558Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T19:13:50.7451952Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T19:13:50.7452338Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T19:13:50.7452825Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T19:13:50.7453202Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T19:13:50.7453704Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T19:13:50.7454112Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T19:13:50.7454511Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T19:13:50.7454905Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T19:13:50.7455300Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T19:13:50.7455687Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T19:13:50.7456116Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:13:50.7456545Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T19:13:50.7456948Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T19:13:50.7457387Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:13:50.7457851Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:13:50.7458260Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T19:13:50.7458625Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T19:13:50.7459005Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T19:13:50.7459403Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T19:13:50.7459809Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:13:50.7460209Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T19:13:50.7460585Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T19:13:50.7460972Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T19:13:50.7461445Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:13:50.7461923Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:13:50.7462566Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T19:13:50.7462976Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:13:50.7463427Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:13:50.7463871Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:13:50.7464344Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:13:50.7464836Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:13:50.7465281Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:13:50.7465719Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:13:50.7466119Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T19:13:50.7466512Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T19:13:50.7466938Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T19:13:50.7467326Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T19:13:50.7467699Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T19:13:50.7468108Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T19:13:50.7468513Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T19:13:50.7468924Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:13:50.7469343Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T19:13:50.7469737Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T19:13:50.7470228Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T19:13:50.7470600Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T19:13:50.7470962Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T19:13:50.7471357Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:13:50.7471772Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:13:50.7472230Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:13:50.7473001Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:13:50.7473411Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T19:13:50.7473848Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:13:50.7474268Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T19:13:50.7474680Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:13:50.7475087Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T19:13:50.7475457Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T19:13:50.7475823Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T19:13:50.7476209Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T19:13:50.7476601Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T19:13:50.7476975Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T19:13:50.7477307Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T19:13:50.7477625Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T19:13:50.7477981Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T19:13:50.7478487Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T19:13:50.7479005Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T19:13:50.7479515Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T19:13:50.7479888Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T19:13:50.7480284Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T19:13:50.7480696Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T19:13:50.7481104Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T19:13:50.7481506Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T19:13:50.7481913Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:13:50.7482320Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T19:13:50.7482811Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T19:13:50.7483175Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T19:13:50.7483541Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T19:13:50.7483918Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T19:13:50.7484338Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T19:13:50.7484764Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T19:13:50.7485160Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T19:13:50.7485578Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:13:50.7486019Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:13:50.7486410Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T19:13:50.7486888Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T19:13:50.7487244Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T19:13:50.7487604Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T19:13:50.7487981Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T19:13:50.7488356Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T19:13:50.7488754Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T19:13:50.7489164Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T19:13:50.7489622Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:13:50.7490058Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T19:13:50.7490436Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T19:13:50.7490823Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T19:13:50.7491212Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T19:13:50.7491595Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T19:13:50.7491970Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T19:13:50.7492341Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T19:13:50.7493003Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:13:50.7493494Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:13:50.7493913Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T19:13:50.7494284Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T19:13:50.7494655Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T19:13:50.7495059Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T19:13:50.7495459Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T19:13:50.7495830Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T19:13:50.7496350Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T19:13:50.7496727Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T19:13:50.7497078Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T19:13:50.7497442Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T19:13:50.7497841Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T19:13:50.7498261Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T19:13:50.7498644Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T19:13:50.7499032Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T19:13:50.7499479Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:13:50.7499915Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T19:13:50.7500334Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:13:50.7500725Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T19:13:50.7501239Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:50.7501755Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T19:13:50.7502066Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T19:13:50.7502516Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:13:50.7502927Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T19:13:50.7503352Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:13:50.7503991Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:13:50.7504592Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:13:50.7505205Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:13:50.7505855Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:13:50.7506503Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:13:50.7507134Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:13:50.7507760Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:13:50.7508353Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:13:50.7508843Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T19:13:50.7509288Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:13:50.7509726Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T19:13:50.7510152Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:13:50.7510622Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:13:50.7511055Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T19:13:50.7511436Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T19:13:50.7511808Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T19:13:50.7512179Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T19:13:50.7512667Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T19:13:50.7513083Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:13:50.7513624Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T19:13:50.7513986Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T19:13:50.7514380Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:13:50.7514848Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T19:13:50.7515341Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T19:13:50.7515829Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:13:50.7516338Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:13:50.7516820Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:13:50.7517304Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:13:50.7517752Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T19:13:50.7518169Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T19:13:50.7518578Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:13:50.7518986Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T19:13:50.7519396Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T19:13:50.7519808Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T19:13:50.7520239Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:13:50.7520666Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T19:13:50.7521051Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T19:13:50.7521550Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T19:13:50.7521931Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T19:13:50.7522315Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T19:13:50.7522844Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:13:50.7523286Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T19:13:50.7523688Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T19:13:50.7524096Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T19:13:50.7524521Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:13:50.7524971Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:13:50.7525418Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:13:50.7525849Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:13:50.7526252Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T19:13:50.7526623Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T19:13:50.7527016Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T19:13:50.7527388Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T19:13:50.7527762Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T19:13:50.7528167Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T19:13:50.7528569Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T19:13:50.7528998Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:13:50.7529478Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:13:50.7529898Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T19:13:50.7530423Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:13:50.7530816Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T19:13:50.7531117Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T19:13:50.7531439Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T19:13:50.7531824Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T19:13:50.7532216Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T19:13:50.7532704Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T19:13:50.7533098Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:13:50.7533529Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:13:50.7533987Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:13:50.7534402Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T19:13:50.7534791Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T19:13:50.7535189Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T19:13:50.7535738Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:50.7536331Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:13:50.7536785Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T19:13:50.7537224Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:13:50.7537656Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:13:50.7538189Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T19:13:50.7538592Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T19:13:50.7538981Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T19:13:50.7539367Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:13:50.7539761Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:13:50.7540159Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T19:13:50.7540533Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T19:13:50.7540916Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:13:50.7541315Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:13:50.7541689Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T19:13:50.7542103Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T19:13:50.7542658Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T19:13:50.7543094Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T19:13:50.7543468Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T19:13:50.7543839Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T19:13:50.7544224Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T19:13:50.7544603Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T19:13:50.7544973Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:13:50.7545399Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:13:50.7545845Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T19:13:50.7546256Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T19:13:50.7546652Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T19:13:50.7547199Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T19:13:50.7547582Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T19:13:50.7547951Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T19:13:50.7548331Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T19:13:50.7548729Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T19:13:50.7549174Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:13:50.7549623Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:13:50.7550044Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:13:50.7550450Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T19:13:50.7550852Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T19:13:50.7551283Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T19:13:50.7551674Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T19:13:50.7552031Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T19:13:50.7552350Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T19:13:50.7552749Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T19:13:50.7553123Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T19:13:50.7553495Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T19:13:50.7553849Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T19:13:50.7554221Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:13:50.7554729Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:13:50.7555116Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T19:13:50.7555489Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T19:13:50.7555839Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T19:13:50.7556214Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T19:13:50.7556611Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T19:13:50.7556984Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T19:13:50.7557350Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T19:13:50.7557712Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T19:13:50.7558099Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T19:13:50.7558487Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T19:13:50.7558840Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T19:13:50.7559219Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T19:13:50.7559609Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T19:13:50.7559985Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T19:13:50.7560360Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T19:13:50.7560738Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T19:13:50.7561120Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T19:13:50.7561517Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T19:13:50.7561934Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T19:13:50.7562339Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T19:13:50.7562791Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T19:13:50.7563143Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T19:13:50.7563616Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T19:13:50.7564038Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:13:50.7564542Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:13:50.7565014Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:13:50.7565491Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:13:50.7565989Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:13:50.7566423Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T19:13:50.7566810Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:13:50.7567197Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:13:50.7567593Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:13:50.7567981Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T19:13:50.7568361Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:13:50.7568743Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T19:13:50.7569120Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T19:13:50.7569510Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:13:50.7569948Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:13:50.7570378Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:13:50.7570865Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T19:13:50.7571278Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:13:50.7571708Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:13:50.7572094Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T19:13:50.7572548Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T19:13:50.7572954Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:13:50.7573414Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:13:50.7573848Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T19:13:50.7574264Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T19:13:50.7574674Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T19:13:50.7575005Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T19:13:50.7575295Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T19:13:50.7585631Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T19:13:50.7586173Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T19:13:51.1620224Z info: downloading installer
2025-08-20T19:13:51.5037538Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T19:13:51.5038271Z warn: /home/runner/.rustup/settings.toml
2025-08-20T19:13:51.5038852Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T19:13:51.5040789Z warn: instead of the one inferred from the default host triple.
2025-08-20T19:13:51.5209503Z info: profile set to 'default'
2025-08-20T19:13:51.5210013Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T19:13:51.5210522Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T19:13:51.5916591Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T19:13:51.7040159Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T19:13:51.7041100Z 
2025-08-20T19:13:51.7139292Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:13:51.7139861Z 
2025-08-20T19:13:51.7139865Z 
2025-08-20T19:13:51.7139971Z Rust is installed now. Great!
2025-08-20T19:13:51.7140231Z 
2025-08-20T19:13:51.7140555Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T19:13:51.7141115Z environment variable. This has not been done automatically.
2025-08-20T19:13:51.7141404Z 
2025-08-20T19:13:51.7141541Z To configure your current shell, you need to source
2025-08-20T19:13:51.7141894Z the corresponding env file under $HOME/.cargo.
2025-08-20T19:13:51.7142109Z 
2025-08-20T19:13:51.7142313Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T19:13:51.7143078Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T19:13:51.7143448Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T19:13:51.7143792Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T19:13:51.7426769Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T19:13:51.7765514Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T19:13:51.7765833Z 
2025-08-20T19:13:51.7871054Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:13:51.7871462Z 
2025-08-20T19:13:51.8370672Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T19:13:52.6525187Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T19:13:52.6869772Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T19:13:52.6870703Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T19:13:52.6871571Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T19:13:52.6872618Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T19:13:52.6873955Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T19:13:52.6874779Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T19:13:52.6875512Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T19:13:52.6876267Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T19:13:52.6876927Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T19:13:52.6877521Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T19:13:52.6878177Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T19:13:52.6878883Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T19:13:52.6879588Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T19:13:52.6880366Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T19:13:52.6881091Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T19:13:52.6881807Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T19:13:52.6882764Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T19:13:52.6883442Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T19:13:52.6884149Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T19:13:52.6885131Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T19:13:52.6885971Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T19:13:52.6886713Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T19:13:52.6887494Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T19:13:52.6888241Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T19:13:52.6888871Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T19:13:52.6889664Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T19:13:52.6890467Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T19:13:52.6891563Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T19:13:52.6892348Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T19:13:52.6893421Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T19:13:52.6894244Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T19:13:52.6895028Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T19:13:52.6895831Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T19:13:52.6896631Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T19:13:52.6897463Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T19:13:52.6898255Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T19:13:52.6899009Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T19:13:52.6899737Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T19:13:52.6900485Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T19:13:52.6901280Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T19:13:52.6902076Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T19:13:52.6903073Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T19:13:52.6903818Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T19:13:52.6904685Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T19:13:52.6905818Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T19:13:52.6906457Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T19:13:52.6906998Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T19:13:52.6907455Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T19:13:52.6907879Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T19:13:52.6908315Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T19:13:52.6908724Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T19:13:52.6909137Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T19:13:52.6909533Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T19:13:52.6909902Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T19:13:52.6910269Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T19:13:52.6910631Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T19:13:52.6910956Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T19:13:52.6911300Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T19:13:52.6911706Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T19:13:52.6912083Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T19:13:52.6912781Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T19:13:52.6913228Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T19:13:52.6913644Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T19:13:52.6914045Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T19:13:52.6914470Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T19:13:52.6914896Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T19:13:52.6915747Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T19:13:52.6916342Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T19:13:52.6917064Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T19:13:52.6917535Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T19:13:52.6918030Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T19:13:52.6918501Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T19:13:52.6918913Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T19:13:52.6919298Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T19:13:52.6919691Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T19:13:52.6920095Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T19:13:52.6920542Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T19:13:52.6921026Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T19:13:52.6921522Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T19:13:52.6922015Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T19:13:52.6922824Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T19:13:52.6923311Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T19:13:52.6923700Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T19:13:52.6924267Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T19:13:52.6924674Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T19:13:52.6925065Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T19:13:52.6925488Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T19:13:52.6925904Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T19:13:52.6926322Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T19:13:52.6926969Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T19:13:52.6927695Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T19:13:52.6928402Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T19:13:52.6929057Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T19:13:52.6929698Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T19:13:52.6930317Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T19:13:52.6930716Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T19:13:52.6931077Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T19:13:52.6931456Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T19:13:52.6931828Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T19:13:52.6932191Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T19:13:52.6932810Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T19:13:52.6933176Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T19:13:52.6933535Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T19:13:52.6933911Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T19:13:52.6934303Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T19:13:52.6934700Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T19:13:52.6935252Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T19:13:52.6935624Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T19:13:52.6935994Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T19:13:52.6936383Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T19:13:52.6936781Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T19:13:52.6937123Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T19:13:52.6937450Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T19:13:52.6937806Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T19:13:52.6938156Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T19:13:52.6938516Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T19:13:52.6938875Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T19:13:52.6939234Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T19:13:52.6939605Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T19:13:52.6939996Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T19:13:52.6940430Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T19:13:52.6940874Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T19:13:52.6941275Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T19:13:52.6941657Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T19:13:52.6942041Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T19:13:52.6942833Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T19:13:52.6943296Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T19:13:52.6943716Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T19:13:52.6944094Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T19:13:52.6944479Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T19:13:52.6944891Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T19:13:52.6945336Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T19:13:52.6945764Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T19:13:52.6946155Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T19:13:52.6946543Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T19:13:52.6946954Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T19:13:52.6947358Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T19:13:52.6947758Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T19:13:52.6948147Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T19:13:52.6948543Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T19:13:52.6948944Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T19:13:52.6949320Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T19:13:52.6949674Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T19:13:52.6949982Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T19:13:52.6950319Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T19:13:52.6950724Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T19:13:52.6951136Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T19:13:52.6951542Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T19:13:52.6952043Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T19:13:52.6952621Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T19:13:52.6953121Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T19:13:52.6953473Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T19:13:52.6953815Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T19:13:52.6954240Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T19:13:52.6955039Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T19:13:52.6955753Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T19:13:52.6956162Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T19:13:52.6956572Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T19:13:52.6956992Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T19:13:52.6957410Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T19:13:52.6957824Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T19:13:52.6958184Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T19:13:52.6958538Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T19:13:52.6958961Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T19:13:52.6959389Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T19:13:52.6959790Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T19:13:52.6960294Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T19:13:52.6960641Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T19:13:52.6961026Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T19:13:52.6961415Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T19:13:52.6961840Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T19:13:52.6962312Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T19:13:52.6963069Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T19:13:52.6963454Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T19:13:52.6963801Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T19:13:52.6964160Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T19:13:52.6964610Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T19:13:52.6965122Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T19:13:52.6965570Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T19:13:52.6965947Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T19:13:52.6966420Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T19:13:52.6966958Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T19:13:52.6967457Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T19:13:52.6967890Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T19:13:52.6968254Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T19:13:52.6968629Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T19:13:52.6969046Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T19:13:52.6969460Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T19:13:52.6970006Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T19:13:52.6970377Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T19:13:52.6970753Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T19:13:52.6971149Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T19:13:52.6971546Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T19:13:52.6971942Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T19:13:52.6972340Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T19:13:52.6972883Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T19:13:52.6973314Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T19:13:52.6973737Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T19:13:52.6974199Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T19:13:52.6974623Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T19:13:52.6974993Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T19:13:52.6975363Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T19:13:52.6975759Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T19:13:52.6976134Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T19:13:52.6976524Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T19:13:52.6976913Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T19:13:52.6977306Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T19:13:52.6977843Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T19:13:52.6978313Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T19:13:52.6978767Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T19:13:52.6979167Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T19:13:52.6979556Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T19:13:52.6979936Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T19:13:52.6980327Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T19:13:52.6980983Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T19:13:52.6981649Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T19:13:52.6982234Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T19:13:52.6982815Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T19:13:52.6983301Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T19:13:52.6983760Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T19:13:52.6984279Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T19:13:52.6984785Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T19:13:52.6985274Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T19:13:52.6985762Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T19:13:52.6986197Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T19:13:52.6986564Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T19:13:52.6986929Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T19:13:52.6987307Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T19:13:52.6987880Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T19:13:52.6988241Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T19:13:52.6988621Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T19:13:52.6988999Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T19:13:52.6989380Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T19:13:52.6989810Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T19:13:52.6990188Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T19:13:52.6990580Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T19:13:52.6990972Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T19:13:52.6991391Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T19:13:52.6991833Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T19:13:52.6992223Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T19:13:52.6992807Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T19:13:52.6993226Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T19:13:52.6993600Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T19:13:52.6993955Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T19:13:52.6994305Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T19:13:52.6994666Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T19:13:52.6995048Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T19:13:52.6995547Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T19:13:52.6995942Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T19:13:52.6996311Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T19:13:52.6996628Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T19:13:52.6997098Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:52.6997621Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T19:13:52.6997992Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T19:13:52.6998372Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T19:13:52.6998741Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T19:13:52.6999141Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T19:13:52.6999587Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T19:13:52.7000011Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T19:13:52.7000444Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T19:13:52.7000849Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T19:13:52.7001249Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T19:13:52.7001669Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T19:13:52.7002082Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T19:13:52.7002737Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T19:13:52.7003194Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T19:13:52.7003682Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T19:13:52.7004187Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T19:13:52.7004774Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T19:13:52.7005182Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T19:13:52.7005583Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T19:13:52.7006069Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T19:13:52.7006551Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T19:13:52.7006959Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T19:13:52.7007388Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T19:13:52.7007835Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T19:13:52.7008243Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T19:13:52.7008609Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T19:13:52.7008981Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T19:13:52.7009362Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T19:13:52.7009741Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T19:13:52.7010106Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T19:13:52.7010468Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T19:13:52.7010848Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T19:13:52.7011229Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T19:13:52.7011595Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T19:13:52.7011962Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T19:13:52.7012589Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T19:13:52.7012983Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T19:13:52.7013376Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T19:13:52.7013738Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T19:13:52.7014090Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T19:13:52.7014446Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T19:13:52.7014806Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T19:13:52.7015178Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T19:13:52.7015538Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T19:13:52.7015893Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T19:13:52.7016266Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T19:13:52.7016627Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T19:13:52.7017001Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T19:13:52.7017438Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T19:13:52.7017848Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T19:13:52.7018205Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T19:13:52.7018589Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T19:13:52.7019012Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T19:13:52.7019407Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T19:13:52.7019769Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T19:13:52.7020131Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T19:13:52.7020490Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T19:13:52.7020793Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T19:13:52.7021091Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T19:13:52.7021576Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T19:13:52.7021928Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T19:13:52.7022291Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T19:13:52.7022783Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T19:13:52.7023133Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T19:13:52.7023468Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T19:13:52.7023847Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T19:13:52.7024254Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T19:13:52.7024661Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T19:13:52.7025051Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T19:13:52.7025446Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T19:13:52.7025856Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T19:13:52.7026356Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T19:13:52.7026977Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T19:13:52.7027603Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T19:13:52.7028146Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T19:13:52.7028619Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T19:13:52.7029214Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T19:13:52.7029737Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T19:13:52.7030362Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T19:13:52.7030923Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T19:13:52.7031415Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T19:13:52.7031863Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T19:13:52.7032228Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T19:13:52.7032806Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T19:13:52.7033178Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T19:13:52.7033563Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T19:13:52.7033954Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T19:13:52.7034341Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T19:13:52.7034724Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T19:13:52.7035105Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T19:13:52.7035485Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T19:13:52.7035847Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T19:13:52.7036220Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T19:13:52.7036586Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T19:13:52.7036979Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T19:13:52.7037369Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T19:13:52.7037782Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T19:13:52.7038194Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T19:13:52.7038692Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T19:13:52.7039080Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T19:13:52.7039485Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T19:13:52.7039891Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T19:13:52.7040330Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T19:13:52.7040756Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T19:13:52.7041125Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T19:13:52.7041498Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T19:13:52.7041884Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T19:13:52.7042247Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T19:13:52.7042895Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T19:13:52.7043288Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T19:13:52.7043665Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T19:13:52.7044051Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T19:13:52.7044411Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T19:13:52.7044773Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T19:13:52.7045317Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:52.7046224Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:52.7046904Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:52.7047565Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:52.7048082Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T19:13:52.7048464Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T19:13:52.7048923Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T19:13:52.7049299Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T19:13:52.7049674Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T19:13:52.7050037Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T19:13:52.7050416Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T19:13:52.7050802Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T19:13:52.7051180Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T19:13:52.7051554Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T19:13:52.7051932Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T19:13:52.7052302Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T19:13:52.7052798Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T19:13:52.7053209Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T19:13:52.7053608Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T19:13:52.7053996Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T19:13:52.7054395Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T19:13:52.7054793Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T19:13:52.7055175Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T19:13:52.7055695Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T19:13:52.7056068Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T19:13:52.7056446Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T19:13:52.7056849Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T19:13:52.7057244Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T19:13:52.7057635Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T19:13:52.7058027Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T19:13:52.7058411Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T19:13:52.7058836Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T19:13:52.7059270Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T19:13:52.7059673Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T19:13:52.7060109Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T19:13:52.7060566Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T19:13:52.7060972Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T19:13:52.7061341Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T19:13:52.7061717Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T19:13:52.7062106Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T19:13:52.7062617Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T19:13:52.7063134Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T19:13:52.7063513Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T19:13:52.7063906Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T19:13:52.7064371Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T19:13:52.7064841Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T19:13:52.7065232Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T19:13:52.7065635Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T19:13:52.7066083Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T19:13:52.7066523Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T19:13:52.7066999Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T19:13:52.7067486Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T19:13:52.7067931Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T19:13:52.7068367Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T19:13:52.7068761Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T19:13:52.7069154Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T19:13:52.7069574Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T19:13:52.7069964Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T19:13:52.7070341Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T19:13:52.7070747Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T19:13:52.7071143Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T19:13:52.7071549Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T19:13:52.7072086Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T19:13:52.7072574Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T19:13:52.7072949Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T19:13:52.7073313Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T19:13:52.7073671Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T19:13:52.7074061Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T19:13:52.7074473Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T19:13:52.7074925Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T19:13:52.7075381Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T19:13:52.7075783Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T19:13:52.7076222Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T19:13:52.7076645Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T19:13:52.7077048Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T19:13:52.7077451Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T19:13:52.7077810Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T19:13:52.7078184Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T19:13:52.7078573Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T19:13:52.7078967Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T19:13:52.7079445Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T19:13:52.7079781Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T19:13:52.7080106Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T19:13:52.7080462Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T19:13:52.7080962Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T19:13:52.7081475Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T19:13:52.7081850Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T19:13:52.7082217Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T19:13:52.7082895Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T19:13:52.7083312Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T19:13:52.7083726Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T19:13:52.7084124Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T19:13:52.7084539Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T19:13:52.7084946Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T19:13:52.7085316Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T19:13:52.7085683Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T19:13:52.7086041Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T19:13:52.7086426Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T19:13:52.7086849Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T19:13:52.7087273Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T19:13:52.7087673Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T19:13:52.7088099Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T19:13:52.7088682Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T19:13:52.7089075Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T19:13:52.7089438Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T19:13:52.7089821Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T19:13:52.7090180Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T19:13:52.7090554Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T19:13:52.7090931Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T19:13:52.7091329Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T19:13:52.7091738Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T19:13:52.7092197Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T19:13:52.7092740Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T19:13:52.7093118Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T19:13:52.7093499Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T19:13:52.7093879Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T19:13:52.7094264Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T19:13:52.7094638Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T19:13:52.7095005Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T19:13:52.7095445Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T19:13:52.7095933Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T19:13:52.7096474Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T19:13:52.7096851Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T19:13:52.7097224Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T19:13:52.7097625Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T19:13:52.7098014Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T19:13:52.7098383Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T19:13:52.7098784Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T19:13:52.7099159Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T19:13:52.7099510Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T19:13:52.7099865Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T19:13:52.7100269Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T19:13:52.7100686Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T19:13:52.7101065Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T19:13:52.7101450Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T19:13:52.7101889Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T19:13:52.7102319Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T19:13:52.7102833Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T19:13:52.7103218Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T19:13:52.7103734Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:52.7104246Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T19:13:52.7104560Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T19:13:52.7104907Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T19:13:52.7105435Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T19:13:52.7105860Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T19:13:52.7106385Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T19:13:52.7106971Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T19:13:52.7107580Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T19:13:52.7108229Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T19:13:52.7108877Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T19:13:52.7109508Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T19:13:52.7110135Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T19:13:52.7110721Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T19:13:52.7111207Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T19:13:52.7111649Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T19:13:52.7112084Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T19:13:52.7112598Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T19:13:52.7113065Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T19:13:52.7113609Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T19:13:52.7113994Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T19:13:52.7114364Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T19:13:52.7114737Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T19:13:52.7115109Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T19:13:52.7115517Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T19:13:52.7115932Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T19:13:52.7116298Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T19:13:52.7116690Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T19:13:52.7117150Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T19:13:52.7117640Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T19:13:52.7118122Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T19:13:52.7118608Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T19:13:52.7119084Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T19:13:52.7119560Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T19:13:52.7120006Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T19:13:52.7120422Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T19:13:52.7120853Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T19:13:52.7121272Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T19:13:52.7121690Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T19:13:52.7122099Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T19:13:52.7122889Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T19:13:52.7123332Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T19:13:52.7123719Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T19:13:52.7124101Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T19:13:52.7124474Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T19:13:52.7124851Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T19:13:52.7125287Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T19:13:52.7125727Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T19:13:52.7126130Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T19:13:52.7126540Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T19:13:52.7126971Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T19:13:52.7127420Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T19:13:52.7127863Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T19:13:52.7128290Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T19:13:52.7128685Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T19:13:52.7129062Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T19:13:52.7129454Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T19:13:52.7129825Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T19:13:52.7130325Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T19:13:52.7130730Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T19:13:52.7131132Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T19:13:52.7131557Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T19:13:52.7132023Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T19:13:52.7132642Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T19:13:52.7133066Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T19:13:52.7133456Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T19:13:52.7133760Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T19:13:52.7134082Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T19:13:52.7134467Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T19:13:52.7134868Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T19:13:52.7135253Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T19:13:52.7135650Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T19:13:52.7136082Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T19:13:52.7136525Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T19:13:52.7136939Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T19:13:52.7137325Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T19:13:52.7137721Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T19:13:52.7138266Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T19:13:52.7138849Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T19:13:52.7139303Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T19:13:52.7139871Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T19:13:52.7140302Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T19:13:52.7140722Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T19:13:52.7141117Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T19:13:52.7141506Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T19:13:52.7141888Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T19:13:52.7142275Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T19:13:52.7142782Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T19:13:52.7143157Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T19:13:52.7143542Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T19:13:52.7143949Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T19:13:52.7144320Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T19:13:52.7144727Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T19:13:52.7145185Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T19:13:52.7145601Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T19:13:52.7145974Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T19:13:52.7146347Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T19:13:52.7146728Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T19:13:52.7147216Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T19:13:52.7147588Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T19:13:52.7148021Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T19:13:52.7148466Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T19:13:52.7148869Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T19:13:52.7149261Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T19:13:52.7149654Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T19:13:52.7150032Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T19:13:52.7150403Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T19:13:52.7150785Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T19:13:52.7151189Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T19:13:52.7151635Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T19:13:52.7152087Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T19:13:52.7152617Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T19:13:52.7153023Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T19:13:52.7153429Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T19:13:52.7153850Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T19:13:52.7154240Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T19:13:52.7154602Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T19:13:52.7154923Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T19:13:52.7155237Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T19:13:52.7155606Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T19:13:52.7156103Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T19:13:52.7156458Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T19:13:52.7156827Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T19:13:52.7157227Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T19:13:52.7157612Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T19:13:52.7157962Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T19:13:52.7158314Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T19:13:52.7158880Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T19:13:52.7159555Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T19:13:52.7170048Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T19:13:52.7170484Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T19:13:52.7170884Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T19:13:52.7171290Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T19:13:52.7171687Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T19:13:52.7172044Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T19:13:52.7172639Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T19:13:52.7173070Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T19:13:52.7173459Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T19:13:52.7173838Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T19:13:52.7174390Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T19:13:52.7174789Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T19:13:52.7175195Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T19:13:52.7175620Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T19:13:52.7176025Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T19:13:52.7176377Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T19:13:52.7176726Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T19:13:52.7177070Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T19:13:52.7177492Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T19:13:52.7177987Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T19:13:52.7178458Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T19:13:52.7178931Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T19:13:52.7179428Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T19:13:52.7179862Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T19:13:52.7180248Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T19:13:52.7180712Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T19:13:52.7181099Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T19:13:52.7181482Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T19:13:52.7181862Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T19:13:52.7182242Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T19:13:52.7182720Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T19:13:52.7183111Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T19:13:52.7183675Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T19:13:52.7184104Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T19:13:52.7184490Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T19:13:52.7184887Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T19:13:52.7185308Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T19:13:52.7185687Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T19:13:52.7186036Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T19:13:52.7186423Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T19:13:52.7187001Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T19:13:52.7187757Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T19:13:52.7188482Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T19:13:52.7188894Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T19:13:52.7189223Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T19:13:52.7189501Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T19:13:52.7189885Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T19:13:52.7190363Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T19:13:52.7190694Z 
2025-08-20T19:13:52.7190698Z 
2025-08-20T19:13:52.7191060Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (07:13:52 PM)
2025-08-20T19:13:52.7191438Z 
2025-08-20T19:13:52.7191442Z 
2025-08-20T19:13:52.7191445Z 
2025-08-20T19:13:52.7191664Z [+] Continue : YES
2025-08-20T19:13:52.7191788Z 
2025-08-20T19:13:52.7192022Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T19:13:52.7848572Z 
2025-08-20T19:13:52.7849220Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (07:13:52 PM) UTC
2025-08-20T19:13:52.7849691Z 
2025-08-20T19:13:52.7866807Z 
2025-08-20T19:13:52.7867013Z [+] Total RECIPES :: 1
2025-08-20T19:13:52.7867264Z 
2025-08-20T19:13:52.7945359Z 
2025-08-20T19:13:52.7946273Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml (1/1)
2025-08-20T19:13:52.7946943Z 
2025-08-20T19:13:52.9156922Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:13:52.9170131Z mode of '/tmp/pkgforge/pZKjEpCL3_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:13:52.9219330Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/aliyun-cli/official [Provided]
2025-08-20T19:13:52.9220082Z [+] Setting '.pkg_family' --> aliyun-cli [Provided]
2025-08-20T19:13:52.9233343Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T19:13:52.9240128Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T19:13:52.9270673Z [00:00:00.003]➜  
2025-08-20T19:13:52.9271466Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/pZKjEpCL3_build.yaml
2025-08-20T19:13:52.9271950Z [00:00:00.003]➜  
2025-08-20T19:13:52.9314150Z [00:00:00.008]➜  
2025-08-20T19:13:52.9314905Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/pZKjEpCL3_build.yaml
2025-08-20T19:13:52.9315404Z [00:00:00.008]➜  
2025-08-20T19:13:52.9395821Z [00:00:00.016]➜  
2025-08-20T19:13:52.9397661Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/aliyun-cli/static.official.source.yaml) --> /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (07:13:52 PM) UTC]
2025-08-20T19:13:52.9399247Z [00:00:00.016]➜  
2025-08-20T19:13:52.9399471Z [00:00:00.016]➜  
2025-08-20T19:13:52.9399694Z [00:00:00.016]➜  
2025-08-20T19:13:52.9400004Z [00:00:00.016]➜  ###################################################################
2025-08-20T19:13:52.9406586Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T19:13:52.9407926Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:13:52.9409065Z [00:00:00.017]➜  _disabled: false
2025-08-20T19:13:52.9409507Z [00:00:00.017]➜  
2025-08-20T19:13:52.9409926Z [00:00:00.017]➜  pkg: "aliyun-cli"
2025-08-20T19:13:52.9410569Z [00:00:00.017]➜  pkg_id: "github.com.aliyun.aliyun-cli.source"
2025-08-20T19:13:52.9411218Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T19:13:52.9411716Z [00:00:00.017]➜  category:
2025-08-20T19:13:52.9412814Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T19:13:52.9413238Z [00:00:00.017]➜    - "Utility"
2025-08-20T19:13:52.9413681Z [00:00:00.017]➜  description: "Universal Command-Line Interface for Alibaba Cloud"
2025-08-20T19:13:52.9414106Z [00:00:00.017]➜  distro_pkg:
2025-08-20T19:13:52.9414366Z [00:00:00.017]➜    archlinux:
2025-08-20T19:13:52.9414610Z [00:00:00.017]➜      aur:
2025-08-20T19:13:52.9414879Z [00:00:00.017]➜        - "aliyun-cli-bin"
2025-08-20T19:13:52.9415165Z [00:00:00.017]➜      extra:
2025-08-20T19:13:52.9415422Z [00:00:00.017]➜        - "aliyun-cli"
2025-08-20T19:13:52.9415693Z [00:00:00.017]➜    homebrew:
2025-08-20T19:13:52.9415958Z [00:00:00.017]➜      - "aliyun-cli"
2025-08-20T19:13:52.9416229Z [00:00:00.017]➜    nixpkgs:
2025-08-20T19:13:52.9416483Z [00:00:00.017]➜      - "aliyun-cli"
2025-08-20T19:13:52.9416747Z [00:00:00.017]➜  homepage:
2025-08-20T19:13:52.9417068Z [00:00:00.017]➜    - "https://github.com/aliyun/aliyun-cli"
2025-08-20T19:13:52.9417616Z [00:00:00.017]➜  license:
2025-08-20T19:13:52.9417900Z [00:00:00.017]➜    - id: "Apache-2.0"
2025-08-20T19:13:52.9418489Z [00:00:00.017]➜      url: "https://github.com/aliyun/aliyun-cli/raw/b5a8bebfd5809be984f1c9ffe35cf25bcb3bd2b7/LICENSE"  
2025-08-20T19:13:52.9419030Z [00:00:00.017]➜  maintainer:
2025-08-20T19:13:52.9419361Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T19:13:52.9419694Z [00:00:00.017]➜  note:
2025-08-20T19:13:52.9420003Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T19:13:52.9420587Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/aliyun/aliyun-cli"
2025-08-20T19:13:52.9421059Z [00:00:00.017]➜  provides:
2025-08-20T19:13:52.9421338Z [00:00:00.017]➜    - "aliyun-cli==aliyun"
2025-08-20T19:13:52.9421616Z [00:00:00.017]➜  repology:
2025-08-20T19:13:52.9421861Z [00:00:00.017]➜    - "aliyun-cli"
2025-08-20T19:13:52.9422115Z [00:00:00.017]➜  src_url:
2025-08-20T19:13:52.9422639Z [00:00:00.017]➜    - "https://github.com/aliyun/aliyun-cli"
2025-08-20T19:13:52.9423058Z [00:00:00.017]➜  tag:
2025-08-20T19:13:52.9423434Z [00:00:00.017]➜    - "Utility"
2025-08-20T19:13:52.9423888Z [00:00:00.017]➜  x_exec:
2025-08-20T19:13:52.9424264Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T19:13:52.9424536Z [00:00:00.017]➜    host:
2025-08-20T19:13:52.9424792Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T19:13:52.9425072Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T19:13:52.9425338Z [00:00:00.017]➜    shell: "bash"
2025-08-20T19:13:52.9425593Z [00:00:00.017]➜    pkgver: |
2025-08-20T19:13:52.9425897Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T19:13:52.9426644Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/aliyun/aliyun-cli" "./TEMPREPO" &>/dev/null && \
2025-08-20T19:13:52.9427551Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T19:13:52.9428229Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T19:13:52.9428784Z [00:00:00.017]➜    run: |
2025-08-20T19:13:52.9429019Z [00:00:00.017]➜      #Build
2025-08-20T19:13:52.9429695Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T19:13:52.9430460Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T19:13:52.9431044Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T19:13:52.9431529Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T19:13:52.9431964Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T19:13:52.9432322Z [00:00:00.017]➜        bash -l -c '
2025-08-20T19:13:52.9433624Z [00:00:00.017]➜        #Setup ENV
2025-08-20T19:13:52.9434337Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T19:13:52.9435035Z [00:00:00.017]➜         CGO_ENABLED="1" 
2025-08-20T19:13:52.9435736Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T19:13:52.9436711Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T19:13:52.9437413Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T19:13:52.9437991Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T19:13:52.9438538Z [00:00:00.017]➜        #Build
2025-08-20T19:13:52.9439492Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/aliyun/aliyun-cli" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T19:13:52.9440518Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T19:13:52.9441609Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T19:13:52.9442688Z [00:00:00.017]➜         git submodule update --init --recursive
2025-08-20T19:13:52.9443378Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T19:13:52.9444892Z [00:00:00.017]➜         go build -C "./main" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/aliyun-cli"
2025-08-20T19:13:52.9446138Z [00:00:00.017]➜        #Copy
2025-08-20T19:13:52.9447356Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T19:13:52.9448422Z [00:00:00.017]➜        #Strip
2025-08-20T19:13:52.9449361Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T19:13:52.9450680Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T19:13:52.9451994Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T19:13:52.9453300Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T19:13:52.9454362Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T19:13:52.9455169Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T19:13:52.9455654Z [00:00:00.017]➜        '
2025-08-20T19:13:52.9456089Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T19:13:52.9456772Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T19:13:52.9457811Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T19:13:52.9459857Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T19:13:52.9461560Z [00:00:00.017]➜  
2025-08-20T19:13:52.9461929Z [00:00:00.017]➜  
2025-08-20T19:13:52.9463001Z [00:00:00.017]➜  ###################################################################
2025-08-20T19:13:52.9463584Z [00:00:00.017]➜  
2025-08-20T19:13:52.9463944Z [00:00:00.017]➜  
2025-08-20T19:13:52.9464299Z [00:00:00.017]➜  
2025-08-20T19:13:52.9465190Z [00:00:00.019]➜  '/tmp/pkgforge/pZKjEpCL3_build.yaml' -> '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T19:13:54.3305295Z [00:00:01.407]➜  '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/aliyun-cli.static.version' -> '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/aliyun-cli.version'
2025-08-20T19:13:54.3362007Z [00:00:01.412]➜  [+] Version: HEAD-40c402a-250820T184925 ('.x_exec.pkgver') [/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/aliyun-cli.static.version]
2025-08-20T19:13:54.3604801Z [00:00:01.437]➜  [+] Progs: aliyun-cli
2025-08-20T19:13:54.5963544Z [00:00:01.672]➜  
2025-08-20T19:13:54.5964093Z [00:00:01.672]➜  [-] Missing packages. Found: 
2025-08-20T19:13:54.5964652Z [00:00:01.672]➜  [+] Expected: aliyun-cli
2025-08-20T19:13:54.5965176Z [00:00:01.672]➜  [+] Continuing with build...
2025-08-20T19:13:54.5965630Z [00:00:01.673]➜  
2025-08-20T19:13:55.0047863Z [00:00:02.081]➜  
2025-08-20T19:13:55.0048180Z [00:00:02.081]➜  
2025-08-20T19:13:55.0140815Z [00:00:02.090]➜  + mkdir -pv /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T19:13:55.0159389Z [00:00:02.092]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=aliyun-cli -e PKG_ID=github.com.aliyun.aliyun-cli.source -e PKG_TYPE=static -e PKG_VER=HEAD-40c402a-250820T184925 -e PKGVER=HEAD-40c402a-250820T184925 -e SBUILD_PKG=aliyun-cli.static -e SBUILD_PKGVER=HEAD-40c402a-250820T184925 --volume /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T19:13:55.0161874Z [00:00:02.092]➜    #Setup ENV
2025-08-20T19:13:55.0162295Z [00:00:02.092]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T19:13:55.0162943Z [00:00:02.092]➜     CGO_ENABLED="1" 
2025-08-20T19:13:55.0163343Z [00:00:02.092]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T19:13:55.0163891Z [00:00:02.092]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T19:13:55.0164310Z [00:00:02.092]➜     GOOS="linux"
2025-08-20T19:13:55.0164632Z [00:00:02.092]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T19:13:55.0164944Z [00:00:02.092]➜    #Build
2025-08-20T19:13:55.0165487Z [00:00:02.092]➜     git clone --filter "blob:none" --quiet "https://github.com/aliyun/aliyun-cli" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T19:13:55.0166056Z [00:00:02.092]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T19:13:55.0166533Z [00:00:02.092]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T19:13:55.0166984Z [00:00:02.092]➜     git submodule update --init --recursive
2025-08-20T19:13:55.0167343Z [00:00:02.092]➜     go mod tidy -v ; go generate ./...
2025-08-20T19:13:55.0168155Z [00:00:02.092]➜     go build -C "./main" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/aliyun-cli"
2025-08-20T19:13:55.0168824Z [00:00:02.092]➜    #Copy
2025-08-20T19:13:55.0169485Z [00:00:02.092]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T19:13:55.0170067Z [00:00:02.092]➜    #Strip
2025-08-20T19:13:55.0170567Z [00:00:02.092]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T19:13:55.0171474Z [00:00:02.092]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T19:13:55.0172168Z [00:00:02.092]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T19:13:55.0173131Z [00:00:02.092]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T19:13:55.0173710Z [00:00:02.092]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T19:13:55.0174138Z [00:00:02.092]➜     popd &>/dev/null
2025-08-20T19:13:55.0174396Z [00:00:02.092]➜    '
2025-08-20T19:13:55.5672997Z [00:00:02.643]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T19:13:55.6940696Z [00:00:02.770]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T19:13:55.6941295Z [00:00:02.770]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T19:13:55.6941687Z [00:00:02.770]➜  bffca73cb30c: Pulling fs layer
2025-08-20T19:13:55.6942034Z [00:00:02.770]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T19:13:55.6942645Z [00:00:02.770]➜  eb4a15147d73: Pulling fs layer
2025-08-20T19:13:55.6943026Z [00:00:02.770]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T19:13:55.6943380Z [00:00:02.770]➜  eb4a15147d73: Waiting
2025-08-20T19:13:55.6943712Z [00:00:02.770]➜  1eff1cf6af24: Waiting
2025-08-20T19:13:55.6944033Z [00:00:02.770]➜  73d19b2d2e73: Waiting
2025-08-20T19:13:55.8778132Z [00:00:02.954]➜  bffca73cb30c: Verifying Checksum
2025-08-20T19:13:55.9763770Z [00:00:03.052]➜  d62bb7eb03b5: Download complete
2025-08-20T19:13:55.9963189Z [00:00:03.072]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T19:13:55.9963832Z [00:00:03.072]➜  74f0d3ee81d8: Download complete
2025-08-20T19:13:56.0836616Z [00:00:03.160]➜  d62bb7eb03b5: Pull complete
2025-08-20T19:13:56.1760503Z [00:00:03.252]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T19:13:56.1761198Z [00:00:03.252]➜  1eff1cf6af24: Download complete
2025-08-20T19:13:56.4270532Z [00:00:03.503]➜  eb4a15147d73: Verifying Checksum
2025-08-20T19:13:56.4271037Z [00:00:03.503]➜  eb4a15147d73: Download complete
2025-08-20T19:13:57.3612353Z [00:00:04.437]➜  74f0d3ee81d8: Pull complete
2025-08-20T19:13:57.5677389Z [00:00:04.644]➜  bffca73cb30c: Pull complete
2025-08-20T19:14:13.9818453Z [00:00:21.058]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T19:14:13.9819593Z [00:00:21.058]➜  73d19b2d2e73: Download complete
2025-08-20T19:15:26.2096970Z [00:01:33.286]➜  73d19b2d2e73: Pull complete
2025-08-20T19:15:31.4685006Z [00:01:38.545]➜  eb4a15147d73: Pull complete
2025-08-20T19:15:31.4796272Z [00:01:38.556]➜  1eff1cf6af24: Pull complete
2025-08-20T19:15:31.4844607Z [00:01:38.561]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T19:15:31.4857283Z [00:01:38.562]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T19:15:31.7187728Z [00:01:38.795]➜  + mkdir -p /build-bins
2025-08-20T19:15:31.7205710Z [00:01:38.797]➜  ++ mktemp -d
2025-08-20T19:15:31.7222119Z [00:01:38.798]➜  + pushd /tmp/tmp.lRJ8j9zcPm
2025-08-20T19:15:31.7223267Z [00:01:38.798]➜  + CGO_ENABLED=1
2025-08-20T19:15:31.7224209Z [00:01:38.799]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T19:15:31.7228580Z [00:01:38.799]➜  ++ uname -m
2025-08-20T19:15:31.7230352Z [00:01:38.799]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T19:15:31.7246065Z [00:01:38.801]➜  + GOARCH=amd64
2025-08-20T19:15:31.7246421Z [00:01:38.801]➜  + GOOS=linux
2025-08-20T19:15:31.7246886Z [00:01:38.801]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T19:15:31.7247895Z [00:01:38.801]➜  + git clone --filter blob:none --quiet https://github.com/aliyun/aliyun-cli ./TEMPREPO
2025-08-20T19:15:32.6363457Z [00:01:39.712]➜  
2025-08-20T19:15:32.6364100Z [00:01:39.712]➜  [+] Target: "amd64/linux"
2025-08-20T19:15:32.6364824Z [00:01:39.712]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T19:15:32.6365681Z [00:01:39.712]➜  
2025-08-20T19:15:32.6366002Z [00:01:39.712]➜  + cd ./TEMPREPO
2025-08-20T19:15:32.6366442Z [00:01:39.712]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T19:15:32.6367204Z [00:01:39.713]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T19:15:32.6367949Z [00:01:39.713]➜  + git submodule update --init --recursive
2025-08-20T19:15:32.6606333Z [00:01:39.737]➜  Submodule 'aliyun-openapi-meta' (https://github.com/aliyun/aliyun-openapi-meta.git) registered for path 'aliyun-openapi-meta'
2025-08-20T19:15:32.6625568Z [00:01:39.739]➜  Cloning into '/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta'...
2025-08-20T19:15:39.1436007Z [00:01:46.220]➜  Submodule path 'aliyun-openapi-meta': checked out 'ea599eee7a9a1bbe34da633328dbcd6faed2a358'
2025-08-20T19:15:39.1500030Z [00:01:46.226]➜  + go mod tidy -v
2025-08-20T19:15:39.2778231Z [00:01:46.354]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T19:15:39.2779354Z [00:01:46.354]➜  go: downloading github.com/alibabacloud-go/tea v1.3.10
2025-08-20T19:15:39.2784839Z [00:01:46.354]➜  go: downloading github.com/alibabacloud-go/tea-utils/v2 v2.0.7
2025-08-20T19:15:39.2785848Z [00:01:46.354]➜  go: downloading github.com/alibabacloud-go/darabonba-openapi/v2 v2.1.10
2025-08-20T19:15:39.4991173Z [00:01:46.575]➜  go: downloading github.com/aliyun/credentials-go v1.4.7
2025-08-20T19:15:39.5192679Z [00:01:46.595]➜  go: downloading gopkg.in/ini.v1 v1.67.0
2025-08-20T19:15:39.5401862Z [00:01:46.616]➜  go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.63.107
2025-08-20T19:15:45.6571613Z [00:01:52.733]➜  go: downloading github.com/jmespath/go-jmespath v0.4.0
2025-08-20T19:15:45.6582578Z [00:01:52.734]➜  go: downloading github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
2025-08-20T19:15:45.6594553Z [00:01:52.736]➜  go: downloading github.com/alyu/configparser v0.0.0-20191103060215-744e9a66e7bc
2025-08-20T19:15:45.6614799Z [00:01:52.738]➜  go: downloading github.com/droundy/goopt v0.0.0-20220217183150-48d6390ad4d1
2025-08-20T19:15:45.7824961Z [00:01:52.858]➜  go: downloading github.com/syndtr/goleveldb v1.0.0
2025-08-20T19:15:45.7825974Z [00:01:52.859]➜  go: downloading golang.org/x/crypto v0.41.0
2025-08-20T19:15:45.8081723Z [00:01:52.884]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T19:15:45.8647809Z [00:01:52.941]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T19:15:45.8648358Z [00:01:52.941]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T19:15:45.8883104Z [00:01:52.964]➜  go: downloading github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5
2025-08-20T19:15:45.9241100Z [00:01:53.000]➜  go: downloading github.com/alibabacloud-go/debug v1.0.1
2025-08-20T19:15:45.9391758Z [00:01:53.015]➜  go: downloading github.com/json-iterator/go v1.1.12
2025-08-20T19:15:45.9508571Z [00:01:53.027]➜  go: downloading github.com/modern-go/reflect2 v1.0.2
2025-08-20T19:15:45.9883725Z [00:01:53.064]➜  go: downloading golang.org/x/net v0.42.0
2025-08-20T19:15:46.0182185Z [00:01:53.094]➜  go: downloading github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b
2025-08-20T19:15:47.8761437Z [00:01:54.952]➜  go: downloading github.com/alibabacloud-go/alibabacloud-gateway-pop v0.0.6
2025-08-20T19:15:47.8762338Z [00:01:54.952]➜  go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible
2025-08-20T19:15:47.9200398Z [00:01:54.996]➜  go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1
2025-08-20T19:15:47.9557573Z [00:01:55.032]➜  go: downloading golang.org/x/time v0.11.0
2025-08-20T19:15:47.9598316Z [00:01:55.036]➜  go: downloading github.com/onsi/ginkgo v1.16.5
2025-08-20T19:15:47.9599210Z [00:01:55.036]➜  go: downloading github.com/onsi/gomega v1.30.0
2025-08-20T19:15:47.9649732Z [00:01:55.041]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T19:15:47.9826283Z [00:01:55.059]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T19:15:47.9953291Z [00:01:55.070]➜  go: downloading github.com/tjfoc/gmsm v1.4.1
2025-08-20T19:15:48.0278627Z [00:01:55.104]➜  go: downloading github.com/clbanning/mxj/v2 v2.7.0
2025-08-20T19:15:48.0830384Z [00:01:55.159]➜  go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2025-08-20T19:15:48.0956367Z [00:01:55.172]➜  go: downloading golang.org/x/term v0.34.0
2025-08-20T19:15:48.1000694Z [00:01:55.176]➜  go: downloading github.com/alibabacloud-go/darabonba-array v0.1.0
2025-08-20T19:15:48.1108454Z [00:01:55.187]➜  go: downloading github.com/alibabacloud-go/darabonba-encode-util v0.0.2
2025-08-20T19:15:48.1125509Z [00:01:55.189]➜  go: downloading github.com/alibabacloud-go/darabonba-map v0.0.2
2025-08-20T19:15:48.1307264Z [00:01:55.207]➜  go: downloading github.com/alibabacloud-go/darabonba-signature-util v0.0.7
2025-08-20T19:15:48.1371893Z [00:01:55.213]➜  go: downloading github.com/alibabacloud-go/darabonba-string v1.0.2
2025-08-20T19:15:48.1424518Z [00:01:55.219]➜  go: downloading github.com/alibabacloud-go/endpoint-util v1.1.0
2025-08-20T19:15:48.1436402Z [00:01:55.220]➜  go: downloading github.com/alibabacloud-go/openapi-util v0.1.0
2025-08-20T19:15:48.1673380Z [00:01:55.243]➜  go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible
2025-08-20T19:15:48.1689663Z [00:01:55.245]➜  go: downloading go.uber.org/atomic v1.9.0
2025-08-20T19:15:48.1695410Z [00:01:55.246]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T19:15:48.1707082Z [00:01:55.247]➜  go: downloading gopkg.in/yaml.v2 v2.3.0
2025-08-20T19:15:48.1993672Z [00:01:55.275]➜  go: downloading github.com/golang/snappy v1.0.0
2025-08-20T19:15:48.2078662Z [00:01:55.284]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T19:15:48.2085332Z [00:01:55.285]➜  go: downloading github.com/rogpeppe/go-internal v1.14.1
2025-08-20T19:15:48.2088170Z [00:01:55.285]➜  go: downloading github.com/google/go-cmp v0.6.0
2025-08-20T19:15:48.2346902Z [00:01:55.311]➜  go: downloading golang.org/x/sys v0.35.0
2025-08-20T19:15:48.2776141Z [00:01:55.354]➜  go: downloading github.com/alibabacloud-go/tea-utils v1.3.1
2025-08-20T19:15:48.3107200Z [00:01:55.387]➜  go: downloading github.com/nxadm/tail v1.4.8
2025-08-20T19:15:48.3446339Z [00:01:55.421]➜  go: downloading golang.org/x/text v0.28.0
2025-08-20T19:15:48.9245137Z [00:01:56.001]➜  go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2025-08-20T19:15:48.9246258Z [00:01:56.001]➜  go: downloading github.com/fsnotify/fsnotify v1.4.9
2025-08-20T19:15:48.9636496Z [00:01:56.040]➜  + go generate ./...
2025-08-20T19:15:49.1757354Z [00:01:56.252]➜  + go build -C ./main -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/aliyun-cli
2025-08-20T19:15:49.1783379Z [00:01:56.255]➜  WORK=/tmp/go-build504934049
2025-08-20T19:15:49.2001715Z [00:01:56.276]➜  # get https://proxy.golang.org/github.com/alibabacloud-go/darabonba-openapi/v2/@v/v2.1.10.info
2025-08-20T19:15:49.2003604Z [00:01:56.276]➜  # get https://proxy.golang.org/github.com/aliyun/alibaba-cloud-sdk-go/@v/v1.63.107.info
2025-08-20T19:15:49.2014296Z [00:01:56.277]➜  # get https://proxy.golang.org/github.com/alibabacloud-go/tea-utils/v2/@v/v2.0.7.info
2025-08-20T19:15:49.2761152Z [00:01:56.352]➜  # get https://proxy.golang.org/github.com/aliyun/alibaba-cloud-sdk-go/@v/v1.63.107.info: 200 OK (0.076s)
2025-08-20T19:15:49.2762631Z [00:01:56.352]➜  # get https://proxy.golang.org/github.com/alibabacloud-go/tea/@v/v1.3.10.info
2025-08-20T19:15:49.2781935Z [00:01:56.354]➜  # get https://proxy.golang.org/github.com/aliyun/credentials-go/@v/v1.4.7.info
2025-08-20T19:15:49.2820886Z [00:01:56.358]➜  # get https://proxy.golang.org/github.com/alibabacloud-go/tea-utils/v2/@v/v2.0.7.info: 200 OK (0.080s)
2025-08-20T19:15:49.2829862Z [00:01:56.359]➜  # get https://proxy.golang.org/gopkg.in/ini.v1/@v/v1.67.0.info
2025-08-20T19:15:49.2831989Z [00:01:56.359]➜  # get https://proxy.golang.org/github.com/alibabacloud-go/darabonba-openapi/v2/@v/v2.1.10.info: 200 OK (0.083s)
2025-08-20T19:15:49.2839192Z [00:01:56.360]➜  # get https://proxy.golang.org/github.com/opentracing/opentracing-go/@v/v1.2.1-0.20220228012449-10b1cf09e00b.info
2025-08-20T19:15:49.3025071Z [00:01:56.378]➜  # get https://proxy.golang.org/github.com/alibabacloud-go/tea/@v/v1.3.10.info: 200 OK (0.026s)
2025-08-20T19:15:49.3031630Z [00:01:56.379]➜  # get https://proxy.golang.org/github.com/jmespath/go-jmespath/@v/v0.4.0.info
2025-08-20T19:15:49.3055255Z [00:01:56.382]➜  # get https://proxy.golang.org/gopkg.in/ini.v1/@v/v1.67.0.info: 200 OK (0.022s)
2025-08-20T19:15:49.3056319Z [00:01:56.382]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info
2025-08-20T19:15:49.3062681Z [00:01:56.382]➜  # get https://proxy.golang.org/github.com/opentracing/opentracing-go/@v/v1.2.1-0.20220228012449-10b1cf09e00b.info: 200 OK (0.022s)
2025-08-20T19:15:49.3078125Z [00:01:56.384]➜  # get https://proxy.golang.org/github.com/alibabacloud-go/alibabacloud-gateway-spi/@v/v0.0.5.info
2025-08-20T19:15:49.3148139Z [00:01:56.391]➜  # get https://proxy.golang.org/github.com/aliyun/credentials-go/@v/v1.4.7.info: 200 OK (0.037s)
2025-08-20T19:15:49.3151874Z [00:01:56.391]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info
2025-08-20T19:15:49.3252949Z [00:01:56.401]➜  # get https://proxy.golang.org/github.com/jmespath/go-jmespath/@v/v0.4.0.info: 200 OK (0.022s)
2025-08-20T19:15:49.3272773Z [00:01:56.403]➜  # get https://proxy.golang.org/github.com/aliyun/aliyun-oss-go-sdk/@v/v3.0.2+incompatible.info
2025-08-20T19:15:49.3274364Z [00:01:56.403]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info: 200 OK (0.022s)
2025-08-20T19:15:49.3281376Z [00:01:56.404]➜  # get https://proxy.golang.org/github.com/alyu/configparser/@v/v0.0.0-20191103060215-744e9a66e7bc.info
2025-08-20T19:15:49.3330450Z [00:01:56.409]➜  # get https://proxy.golang.org/github.com/alibabacloud-go/alibabacloud-gateway-spi/@v/v0.0.5.info: 200 OK (0.025s)
2025-08-20T19:15:49.3339498Z [00:01:56.410]➜  # get https://proxy.golang.org/github.com/alibabacloud-go/debug/@v/v1.0.1.info
2025-08-20T19:15:49.3380908Z [00:01:56.414]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info: 200 OK (0.023s)
2025-08-20T19:15:49.3384095Z [00:01:56.415]➜  # get https://proxy.golang.org/github.com/droundy/goopt/@v/v0.0.0-20220217183150-48d6390ad4d1.info
2025-08-20T19:15:49.3558536Z [00:01:56.432]➜  # get https://proxy.golang.org/github.com/aliyun/aliyun-oss-go-sdk/@v/v3.0.2+incompatible.info: 200 OK (0.028s)
2025-08-20T19:15:49.3587694Z [00:01:56.435]➜  # get https://proxy.golang.org/github.com/alyu/configparser/@v/v0.0.0-20191103060215-744e9a66e7bc.info: 200 OK (0.030s)
2025-08-20T19:15:49.3590347Z [00:01:56.435]➜  # get https://proxy.golang.org/github.com/syndtr/goleveldb/@v/v1.0.0.info
2025-08-20T19:15:49.3591804Z [00:01:56.435]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.41.0.info
2025-08-20T19:15:49.3595342Z [00:01:56.436]➜  # get https://proxy.golang.org/github.com/alibabacloud-go/debug/@v/v1.0.1.info: 200 OK (0.026s)
2025-08-20T19:15:49.3607364Z [00:01:56.437]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info
2025-08-20T19:15:49.3632530Z [00:01:56.439]➜  # get https://proxy.golang.org/github.com/droundy/goopt/@v/v0.0.0-20220217183150-48d6390ad4d1.info: 200 OK (0.025s)
2025-08-20T19:15:49.3638239Z [00:01:56.440]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.42.0.info
2025-08-20T19:15:49.3808119Z [00:01:56.457]➜  # get https://proxy.golang.org/github.com/syndtr/goleveldb/@v/v1.0.0.info: 200 OK (0.022s)
2025-08-20T19:15:49.3814792Z [00:01:56.458]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.41.0.info: 200 OK (0.022s)
2025-08-20T19:15:49.3816285Z [00:01:56.458]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.34.0.info
2025-08-20T19:15:49.3824270Z [00:01:56.459]➜  # get https://proxy.golang.org/github.com/clbanning/mxj/v2/@v/v2.7.0.info
2025-08-20T19:15:49.3826481Z [00:01:56.459]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info: 200 OK (0.022s)
2025-08-20T19:15:49.3832193Z [00:01:56.459]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.11.0.info
2025-08-20T19:15:49.3856854Z [00:01:56.462]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.42.0.info: 200 OK (0.022s)
2025-08-20T19:15:49.3862369Z [00:01:56.462]➜  # get https://proxy.golang.org/github.com/tjfoc/gmsm/@v/v1.4.1.info
2025-08-20T19:15:49.4061966Z [00:01:56.482]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.34.0.info: 200 OK (0.024s)
2025-08-20T19:15:49.4071245Z [00:01:56.483]➜  # get https://proxy.golang.org/github.com/clbanning/mxj/v2/@v/v2.7.0.info: 200 OK (0.024s)
2025-08-20T19:15:49.4072126Z [00:01:56.483]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.11.0.info: 200 OK (0.023s)
2025-08-20T19:15:49.4073238Z [00:01:56.483]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v1.0.0.info
2025-08-20T19:15:49.4073820Z [00:01:56.483]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.35.0.info
2025-08-20T19:15:49.4083426Z [00:01:56.485]➜  # get https://proxy.golang.org/github.com/tjfoc/gmsm/@v/v1.4.1.info: 200 OK (0.022s)
2025-08-20T19:15:49.4340798Z [00:01:56.510]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v1.0.0.info: 200 OK (0.027s)
2025-08-20T19:15:49.4341872Z [00:01:56.510]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.35.0.info: 200 OK (0.027s)
2025-08-20T19:15:49.4357374Z [00:01:56.512]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO
2025-08-20T19:15:49.4358129Z [00:01:56.512]➜  git status --porcelain
2025-08-20T19:15:49.5471256Z [00:01:56.623]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO
2025-08-20T19:15:49.5472005Z [00:01:56.623]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T19:15:49.5488922Z [00:01:56.625]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO; git config extensions.objectformat
2025-08-20T19:15:49.5500962Z [00:01:56.626]➜  0.001s # cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO; git config extensions.objectformat
2025-08-20T19:15:49.5502363Z [00:01:56.626]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 40c402a5135e8baa6e47b336049e97d0eb1ca0c6 --
2025-08-20T19:15:49.5531692Z [00:01:56.629]➜  0.003s # cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 40c402a5135e8baa6e47b336049e97d0eb1ca0c6 --
2025-08-20T19:15:49.5533358Z [00:01:56.629]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 40c402a5135e8baa6e47b336049e97d0eb1ca0c6
2025-08-20T19:15:49.5641426Z [00:01:56.640]➜  0.011s # cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 40c402a5135e8baa6e47b336049e97d0eb1ca0c6
2025-08-20T19:15:49.5643590Z [00:01:56.640]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 40c402a5135e --
2025-08-20T19:15:49.5663296Z [00:01:56.642]➜  0.002s # cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 40c402a5135e --
2025-08-20T19:15:49.5664709Z [00:01:56.642]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO; git cat-file blob 40c402a5135e8baa6e47b336049e97d0eb1ca0c6:go.mod
2025-08-20T19:15:49.5678833Z [00:01:56.644]➜  0.002s # cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO; git cat-file blob 40c402a5135e8baa6e47b336049e97d0eb1ca0c6:go.mod
2025-08-20T19:15:49.5679980Z [00:01:56.644]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO; git cat-file blob 40c402a5135e8baa6e47b336049e97d0eb1ca0c6:v3/go.mod
2025-08-20T19:15:49.5693623Z [00:01:56.646]➜  0.001s # cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO; git cat-file blob 40c402a5135e8baa6e47b336049e97d0eb1ca0c6:v3/go.mod
2025-08-20T19:15:49.5737864Z [00:01:56.650]➜  internal/byteorder
2025-08-20T19:15:49.5738863Z [00:01:56.650]➜  mkdir -p $WORK/b012/
2025-08-20T19:15:49.5745321Z [00:01:56.651]➜  internal/goarch
2025-08-20T19:15:49.5747555Z [00:01:56.651]➜  mkdir -p $WORK/b006/
2025-08-20T19:15:49.5748944Z [00:01:56.651]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T19:15:49.5750660Z [00:01:56.651]➜  echo '# import config' > $WORK/b006/importcfg # internal
2025-08-20T19:15:49.5751671Z [00:01:56.651]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.5755568Z [00:01:56.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b012=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid 41Vr_cji-HbV6L4mnakB/41Vr_cji-HbV6L4mnakB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T19:15:49.5766281Z [00:01:56.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b006=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid FnXyH2Ad0y66cyrIPMUn/FnXyH2Ad0y66cyrIPMUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_amd64.go /root/.go/src/internal/goarch/zgoarch_amd64.go
2025-08-20T19:15:49.5769489Z [00:01:56.651]➜  internal/unsafeheader
2025-08-20T19:15:49.5770067Z [00:01:56.651]➜  mkdir -p $WORK/b008/
2025-08-20T19:15:49.5770755Z [00:01:56.652]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T19:15:49.5774202Z [00:01:56.653]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b008=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid C0AwI8-BAUMe5XknNlBT/C0AwI8-BAUMe5XknNlBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T19:15:49.5776950Z [00:01:56.653]➜  internal/cpu
2025-08-20T19:15:49.5783459Z [00:01:56.654]➜  mkdir -p $WORK/b011/
2025-08-20T19:15:49.5791478Z [00:01:56.655]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T19:15:49.5792655Z [00:01:56.655]➜  cd /root/.go/src/internal/cpu
2025-08-20T19:15:49.5796301Z [00:01:56.655]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./cpu.s ./cpu_x86.s
2025-08-20T19:15:49.5838081Z [00:01:56.660]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T19:15:49.5843223Z [00:01:56.660]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T19:15:49.5851034Z [00:01:56.661]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d # internal
2025-08-20T19:15:49.5852548Z [00:01:56.661]➜  internal/coverage/rtcov
2025-08-20T19:15:49.5853214Z [00:01:56.661]➜  mkdir -p $WORK/b014/
2025-08-20T19:15:49.5855553Z [00:01:56.662]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T19:15:49.5857892Z [00:01:56.662]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.5862802Z [00:01:56.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b014=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid 9bd7kW_TiO0T-k6BuHRy/9bd7kW_TiO0T-k6BuHRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T19:15:49.5889954Z [00:01:56.665]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d # internal
2025-08-20T19:15:49.5894674Z [00:01:56.666]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T19:15:49.5899737Z [00:01:56.666]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid VSNzlCX0gBUNKlb52Sl0/VSNzlCX0gBUNKlb52Sl0 -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_x86.go
2025-08-20T19:15:49.5910978Z [00:01:56.667]➜  internal/abi
2025-08-20T19:15:49.5913809Z [00:01:56.668]➜  mkdir -p $WORK/b005/
2025-08-20T19:15:49.5915904Z [00:01:56.668]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T19:15:49.5923330Z [00:01:56.668]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T19:15:49.5925484Z [00:01:56.669]➜  cd /root/.go/src/internal/abi
2025-08-20T19:15:49.5930420Z [00:01:56.669]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b005/symabis ./abi_test.s ./stub.s
2025-08-20T19:15:49.5935147Z [00:01:56.670]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d # internal
2025-08-20T19:15:49.5942620Z [00:01:56.670]➜  internal/godebugs
2025-08-20T19:15:49.5943229Z [00:01:56.670]➜  mkdir -p $WORK/b015/
2025-08-20T19:15:49.5943907Z [00:01:56.670]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T19:15:49.5944626Z [00:01:56.670]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.5947655Z [00:01:56.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b015=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid TOq0cpWVeS0INrP0T0kq/TOq0cpWVeS0INrP0T0kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T19:15:49.5986119Z [00:01:56.675]➜  cat >/tmp/go-build504934049/b005/importcfg << 'EOF' # internal
2025-08-20T19:15:49.5990626Z [00:01:56.675]➜  # import config
2025-08-20T19:15:49.5991276Z [00:01:56.675]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:49.5991888Z [00:01:56.675]➜  EOF
2025-08-20T19:15:49.6023643Z [00:01:56.678]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid TMU6HjewY5-DVnyvQEgP/TMU6HjewY5-DVnyvQEgP -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_amd64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T19:15:49.6049758Z [00:01:56.681]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T19:15:49.6054059Z [00:01:56.681]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d # internal
2025-08-20T19:15:49.6058136Z [00:01:56.682]➜  internal/goexperiment
2025-08-20T19:15:49.6060572Z [00:01:56.682]➜  mkdir -p $WORK/b016/
2025-08-20T19:15:49.6061255Z [00:01:56.682]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T19:15:49.6071528Z [00:01:56.682]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b016=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid o0a-7nZa2Hd2-kwilSd6/o0a-7nZa2Hd2-kwilSd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T19:15:49.6100623Z [00:01:56.686]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T19:15:49.6127369Z [00:01:56.689]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d # internal
2025-08-20T19:15:49.6128617Z [00:01:56.689]➜  internal/goos
2025-08-20T19:15:49.6140658Z [00:01:56.690]➜  mkdir -p $WORK/b017/
2025-08-20T19:15:49.6141975Z [00:01:56.690]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T19:15:49.6146222Z [00:01:56.690]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b017=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid tSPy5-8AXMOAedm8f4D3/tSPy5-8AXMOAedm8f4D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T19:15:49.6161698Z [00:01:56.692]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T19:15:49.6169734Z [00:01:56.693]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d # internal
2025-08-20T19:15:49.6173605Z [00:01:56.693]➜  internal/profilerecord
2025-08-20T19:15:49.6174199Z [00:01:56.694]➜  mkdir -p $WORK/b018/
2025-08-20T19:15:49.6179045Z [00:01:56.694]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T19:15:49.6185128Z [00:01:56.694]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b018=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid 8Lgo9aX7minTbrFQdfrD/8Lgo9aX7minTbrFQdfrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T19:15:49.6269788Z [00:01:56.703]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T19:15:49.6277090Z [00:01:56.704]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d # internal
2025-08-20T19:15:49.6281483Z [00:01:56.704]➜  internal/runtime/atomic
2025-08-20T19:15:49.6283032Z [00:01:56.705]➜  mkdir -p $WORK/b019/
2025-08-20T19:15:49.6287038Z [00:01:56.705]➜  echo -n > $WORK/b019/go_asm.h # internal
2025-08-20T19:15:49.6289391Z [00:01:56.705]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T19:15:49.6293478Z [00:01:56.705]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b019/symabis ./atomic_amd64.s
2025-08-20T19:15:49.6297042Z [00:01:56.706]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T19:15:49.6303312Z [00:01:56.706]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d # internal
2025-08-20T19:15:49.6304471Z [00:01:56.707]➜  internal/runtime/math
2025-08-20T19:15:49.6304985Z [00:01:56.707]➜  mkdir -p $WORK/b022/
2025-08-20T19:15:49.6306778Z [00:01:56.707]➜  cd /root/.go/src/internal/cpu
2025-08-20T19:15:49.6309637Z [00:01:56.707]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/cpu.o ./cpu.s
2025-08-20T19:15:49.6317297Z [00:01:56.708]➜  cat >/tmp/go-build504934049/b022/importcfg << 'EOF' # internal
2025-08-20T19:15:49.6318076Z [00:01:56.708]➜  # import config
2025-08-20T19:15:49.6318841Z [00:01:56.708]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:49.6319530Z [00:01:56.708]➜  EOF
2025-08-20T19:15:49.6320759Z [00:01:56.708]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.6324747Z [00:01:56.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b022=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid JLYi1p-7RcHtihSwNG5_/JLYi1p-7RcHtihSwNG5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T19:15:49.6357558Z [00:01:56.712]➜  cd /root/.go/src/internal/cpu
2025-08-20T19:15:49.6365768Z [00:01:56.713]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/cpu_x86.o ./cpu_x86.s
2025-08-20T19:15:49.6367774Z [00:01:56.713]➜  cat >/tmp/go-build504934049/b019/importcfg << 'EOF' # internal
2025-08-20T19:15:49.6370650Z [00:01:56.713]➜  # import config
2025-08-20T19:15:49.6371388Z [00:01:56.713]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:49.6374693Z [00:01:56.714]➜  EOF
2025-08-20T19:15:49.6376190Z [00:01:56.714]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.6383194Z [00:01:56.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid jFg10H8awrZwV8sSZ_xf/jFg10H8awrZwV8sSZ_xf -goversion go1.25.0 -symabis $WORK/b019/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_amd64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T19:15:49.6419243Z [00:01:56.718]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T19:15:49.6435010Z [00:01:56.718]➜  cd /root/.go/src/internal/cpu
2025-08-20T19:15:49.6435980Z [00:01:56.718]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/cpu.o $WORK/b011/cpu_x86.o # internal
2025-08-20T19:15:49.6436951Z [00:01:56.718]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T19:15:49.6438377Z [00:01:56.719]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d # internal
2025-08-20T19:15:49.6447072Z [00:01:56.719]➜  internal/runtime/strconv
2025-08-20T19:15:49.6447774Z [00:01:56.719]➜  mkdir -p $WORK/b021/
2025-08-20T19:15:49.6449008Z [00:01:56.719]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d # internal
2025-08-20T19:15:49.6450345Z [00:01:56.720]➜  cat >/tmp/go-build504934049/b021/importcfg << 'EOF' # internal
2025-08-20T19:15:49.6451065Z [00:01:56.720]➜  # import config
2025-08-20T19:15:49.6451863Z [00:01:56.720]➜  packagefile internal/runtime/math=/tmp/go-build504934049/b022/_pkg_.a
2025-08-20T19:15:49.6452835Z [00:01:56.720]➜  EOF
2025-08-20T19:15:49.6453376Z [00:01:56.720]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.6456950Z [00:01:56.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b021=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid j_CLgQhSRFjOJQmZ5tqK/j_CLgQhSRFjOJQmZ5tqK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T19:15:49.6459800Z [00:01:56.720]➜  internal/bytealg
2025-08-20T19:15:49.6460358Z [00:01:56.720]➜  mkdir -p $WORK/b010/
2025-08-20T19:15:49.6460988Z [00:01:56.720]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T19:15:49.6461663Z [00:01:56.720]➜  cd /root/.go/src/internal/bytealg
2025-08-20T19:15:49.6464545Z [00:01:56.720]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b010/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s
2025-08-20T19:15:49.6513671Z [00:01:56.727]➜  cat >/tmp/go-build504934049/b010/importcfg << 'EOF' # internal
2025-08-20T19:15:49.6517725Z [00:01:56.727]➜  # import config
2025-08-20T19:15:49.6518499Z [00:01:56.727]➜  packagefile internal/cpu=/tmp/go-build504934049/b011/_pkg_.a
2025-08-20T19:15:49.6519233Z [00:01:56.727]➜  EOF
2025-08-20T19:15:49.6519767Z [00:01:56.728]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.6526149Z [00:01:56.728]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid iSlNKeDAQAy2891r38yS/iSlNKeDAQAy2891r38yS -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_amd64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T19:15:49.6610064Z [00:01:56.737]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T19:15:49.6619170Z [00:01:56.738]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d # internal
2025-08-20T19:15:49.6627105Z [00:01:56.738]➜  internal/chacha8rand
2025-08-20T19:15:49.6628045Z [00:01:56.738]➜  mkdir -p $WORK/b013/
2025-08-20T19:15:49.6628644Z [00:01:56.739]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T19:15:49.6653900Z [00:01:56.741]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T19:15:49.6658559Z [00:01:56.741]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b013/symabis ./chacha8_amd64.s
2025-08-20T19:15:49.6684122Z [00:01:56.744]➜  cd /root/.go/src/internal/bytealg
2025-08-20T19:15:49.6688847Z [00:01:56.744]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/compare_amd64.o ./compare_amd64.s
2025-08-20T19:15:49.6737447Z [00:01:56.750]➜  cat >/tmp/go-build504934049/b013/importcfg << 'EOF' # internal
2025-08-20T19:15:49.6739351Z [00:01:56.750]➜  # import config
2025-08-20T19:15:49.6741084Z [00:01:56.750]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:15:49.6764077Z [00:01:56.750]➜  packagefile internal/cpu=/tmp/go-build504934049/b011/_pkg_.a
2025-08-20T19:15:49.6765739Z [00:01:56.750]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:49.6766657Z [00:01:56.750]➜  EOF
2025-08-20T19:15:49.6767807Z [00:01:56.750]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.6772893Z [00:01:56.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid dWw5LI8BHTOb0ZYO8MDr/dWw5LI8BHTOb0ZYO8MDr -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T19:15:49.6789154Z [00:01:56.755]➜  cd /root/.go/src/internal/bytealg
2025-08-20T19:15:49.6793781Z [00:01:56.755]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/count_amd64.o ./count_amd64.s
2025-08-20T19:15:49.6870044Z [00:01:56.763]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/equal_amd64.o ./equal_amd64.s
2025-08-20T19:15:49.6925474Z [00:01:56.768]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/index_amd64.o ./index_amd64.s
2025-08-20T19:15:49.6933039Z [00:01:56.768]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T19:15:49.6935434Z [00:01:56.768]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b019/atomic_amd64.o ./atomic_amd64.s
2025-08-20T19:15:49.7007016Z [00:01:56.777]➜  go tool pack r $WORK/b019/_pkg_.a $WORK/b019/atomic_amd64.o # internal
2025-08-20T19:15:49.7009435Z [00:01:56.777]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T19:15:49.7011687Z [00:01:56.777]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d # internal
2025-08-20T19:15:49.7013635Z [00:01:56.777]➜  internal/runtime/syscall
2025-08-20T19:15:49.7016520Z [00:01:56.777]➜  mkdir -p $WORK/b023/
2025-08-20T19:15:49.7017139Z [00:01:56.778]➜  echo -n > $WORK/b023/go_asm.h # internal
2025-08-20T19:15:49.7024298Z [00:01:56.778]➜  cd /root/.go/src/internal/bytealg
2025-08-20T19:15:49.7026945Z [00:01:56.779]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/indexbyte_amd64.o ./indexbyte_amd64.s
2025-08-20T19:15:49.7029183Z [00:01:56.779]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T19:15:49.7033013Z [00:01:56.779]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b023/symabis ./asm_linux_amd64.s
2025-08-20T19:15:49.7058889Z [00:01:56.782]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T19:15:49.7063159Z [00:01:56.782]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b013/chacha8_amd64.o ./chacha8_amd64.s
2025-08-20T19:15:49.7076763Z [00:01:56.784]➜  cat >/tmp/go-build504934049/b023/importcfg << 'EOF' # internal
2025-08-20T19:15:49.7080987Z [00:01:56.784]➜  # import config
2025-08-20T19:15:49.7081769Z [00:01:56.784]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:49.7082649Z [00:01:56.784]➜  EOF
2025-08-20T19:15:49.7083163Z [00:01:56.784]➜  cd /root/.go/src/internal/bytealg
2025-08-20T19:15:49.7084965Z [00:01:56.784]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/compare_amd64.o $WORK/b010/count_amd64.o $WORK/b010/equal_amd64.o $WORK/b010/index_amd64.o $WORK/b010/indexbyte_amd64.o # internal
2025-08-20T19:15:49.7092194Z [00:01:56.785]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.7097097Z [00:01:56.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid lGFy9_Ayx3kZ8w55lxqS/lGFy9_Ayx3kZ8w55lxqS -goversion go1.25.0 -symabis $WORK/b023/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_amd64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T19:15:49.7101324Z [00:01:56.785]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T19:15:49.7103762Z [00:01:56.785]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d # internal
2025-08-20T19:15:49.7106236Z [00:01:56.785]➜  internal/runtime/exithook
2025-08-20T19:15:49.7106789Z [00:01:56.785]➜  mkdir -p $WORK/b024/
2025-08-20T19:15:49.7107480Z [00:01:56.785]➜  cat >/tmp/go-build504934049/b024/importcfg << 'EOF' # internal
2025-08-20T19:15:49.7108111Z [00:01:56.785]➜  # import config
2025-08-20T19:15:49.7108855Z [00:01:56.785]➜  packagefile internal/runtime/atomic=/tmp/go-build504934049/b019/_pkg_.a
2025-08-20T19:15:49.7109557Z [00:01:56.785]➜  EOF
2025-08-20T19:15:49.7112837Z [00:01:56.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b024=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid wrk8SplVQHinmzbSwvNX/wrk8SplVQHinmzbSwvNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T19:15:49.7121422Z [00:01:56.788]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T19:15:49.7126796Z [00:01:56.788]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/chacha8_amd64.o # internal
2025-08-20T19:15:49.7158452Z [00:01:56.792]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T19:15:49.7161786Z [00:01:56.792]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d # internal
2025-08-20T19:15:49.7166831Z [00:01:56.792]➜  internal/runtime/gc
2025-08-20T19:15:49.7167427Z [00:01:56.792]➜  mkdir -p $WORK/b025/
2025-08-20T19:15:49.7168127Z [00:01:56.792]➜  cat >/tmp/go-build504934049/b025/importcfg << 'EOF' # internal
2025-08-20T19:15:49.7168817Z [00:01:56.792]➜  # import config
2025-08-20T19:15:49.7169556Z [00:01:56.792]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:49.7170264Z [00:01:56.792]➜  EOF
2025-08-20T19:15:49.7170783Z [00:01:56.792]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.7174762Z [00:01:56.792]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b025=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid -xZFEbMDpMRcG0k4W4bY/-xZFEbMDpMRcG0k4W4bY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T19:15:49.7242350Z [00:01:56.800]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T19:15:49.7244450Z [00:01:56.800]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d # internal
2025-08-20T19:15:49.7246595Z [00:01:56.801]➜  internal/asan
2025-08-20T19:15:49.7248794Z [00:01:56.801]➜  mkdir -p $WORK/b027/
2025-08-20T19:15:49.7250284Z [00:01:56.801]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T19:15:49.7253696Z [00:01:56.801]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b027=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid pvsfxC872C9dcz4IQgX5/pvsfxC872C9dcz4IQgX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T19:15:49.7319967Z [00:01:56.807]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T19:15:49.7325248Z [00:01:56.808]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d # internal
2025-08-20T19:15:49.7326371Z [00:01:56.808]➜  internal/msan
2025-08-20T19:15:49.7326896Z [00:01:56.808]➜  mkdir -p $WORK/b028/
2025-08-20T19:15:49.7327926Z [00:01:56.808]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T19:15:49.7331365Z [00:01:56.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b028=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid SFFiJID93lf3XfCym9L_/SFFiJID93lf3XfCym9L_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T19:15:49.7366076Z [00:01:56.813]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T19:15:49.7370302Z [00:01:56.813]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b023/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T19:15:49.7378213Z [00:01:56.814]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T19:15:49.7385084Z [00:01:56.815]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d # internal
2025-08-20T19:15:49.7391064Z [00:01:56.815]➜  internal/runtime/sys
2025-08-20T19:15:49.7391631Z [00:01:56.815]➜  mkdir -p $WORK/b030/
2025-08-20T19:15:49.7397579Z [00:01:56.816]➜  echo -n > $WORK/b030/go_asm.h # internal
2025-08-20T19:15:49.7408463Z [00:01:56.816]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T19:15:49.7410665Z [00:01:56.816]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b030/symabis ./empty.s
2025-08-20T19:15:49.7479170Z [00:01:56.824]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T19:15:49.7496303Z [00:01:56.826]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T19:15:49.7500146Z [00:01:56.826]➜  go tool pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_amd64.o # internal
2025-08-20T19:15:49.7501164Z [00:01:56.826]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T19:15:49.7502742Z [00:01:56.826]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d # internal
2025-08-20T19:15:49.7503924Z [00:01:56.826]➜  internal/runtime/cgroup
2025-08-20T19:15:49.7504512Z [00:01:56.826]➜  mkdir -p $WORK/b020/
2025-08-20T19:15:49.7505249Z [00:01:56.826]➜  cat >/tmp/go-build504934049/b020/importcfg << 'EOF' # internal
2025-08-20T19:15:49.7505940Z [00:01:56.826]➜  # import config
2025-08-20T19:15:49.7506717Z [00:01:56.826]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:49.7507782Z [00:01:56.826]➜  packagefile internal/runtime/strconv=/tmp/go-build504934049/b021/_pkg_.a
2025-08-20T19:15:49.7508881Z [00:01:56.826]➜  packagefile internal/runtime/syscall=/tmp/go-build504934049/b023/_pkg_.a
2025-08-20T19:15:49.7509673Z [00:01:56.826]➜  EOF
2025-08-20T19:15:49.7510505Z [00:01:56.826]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.7514863Z [00:01:56.826]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b020=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid U2qjy7g_fBo1kzUlNCu-/U2qjy7g_fBo1kzUlNCu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T19:15:49.7518667Z [00:01:56.826]➜  cat >/tmp/go-build504934049/b030/importcfg << 'EOF' # internal
2025-08-20T19:15:49.7519433Z [00:01:56.826]➜  # import config
2025-08-20T19:15:49.7520196Z [00:01:56.826]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:49.7521169Z [00:01:56.826]➜  packagefile internal/goos=/tmp/go-build504934049/b017/_pkg_.a
2025-08-20T19:15:49.7521909Z [00:01:56.826]➜  EOF
2025-08-20T19:15:49.7539185Z [00:01:56.826]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid hO1bwuOxIzjHKfZvvowA/hO1bwuOxIzjHKfZvvowA -goversion go1.25.0 -symabis $WORK/b030/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack -asmhdr $WORK/b030/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/no_dit.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T19:15:49.7544796Z [00:01:56.826]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d # internal
2025-08-20T19:15:49.7545962Z [00:01:56.826]➜  internal/stringslite
2025-08-20T19:15:49.7546499Z [00:01:56.826]➜  mkdir -p $WORK/b031/
2025-08-20T19:15:49.7547261Z [00:01:56.829]➜  cat >/tmp/go-build504934049/b031/importcfg << 'EOF' # internal
2025-08-20T19:15:49.7548323Z [00:01:56.829]➜  # import config
2025-08-20T19:15:49.7564316Z [00:01:56.829]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:49.7565030Z [00:01:56.829]➜  EOF
2025-08-20T19:15:49.7568075Z [00:01:56.829]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b031=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid LSgD3AIamP0Qfkq_mRTf/LSgD3AIamP0Qfkq_mRTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T19:15:49.7843113Z [00:01:56.860]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T19:15:49.7845407Z [00:01:56.860]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b030/empty.o ./empty.s
2025-08-20T19:15:49.7919474Z [00:01:56.868]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T19:15:49.7928321Z [00:01:56.869]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d # internal
2025-08-20T19:15:49.7937186Z [00:01:56.870]➜  go tool pack r $WORK/b030/_pkg_.a $WORK/b030/empty.o # internal
2025-08-20T19:15:49.7938469Z [00:01:56.870]➜  internal/trace/tracev2
2025-08-20T19:15:49.7939035Z [00:01:56.870]➜  mkdir -p $WORK/b032/
2025-08-20T19:15:49.7939685Z [00:01:56.870]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T19:15:49.7942049Z [00:01:56.870]➜  echo '# import config' > $WORK/b032/importcfg # internal
2025-08-20T19:15:49.7944479Z [00:01:56.871]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.7948753Z [00:01:56.871]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b032=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid yxe5YP26lWrxkskjIepa/yxe5YP26lWrxkskjIepa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T19:15:49.7964060Z [00:01:56.873]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d # internal
2025-08-20T19:15:49.7976056Z [00:01:56.874]➜  sync/atomic
2025-08-20T19:15:49.7976594Z [00:01:56.874]➜  mkdir -p $WORK/b036/
2025-08-20T19:15:49.8005622Z [00:01:56.877]➜  echo -n > $WORK/b036/go_asm.h # internal
2025-08-20T19:15:49.8006275Z [00:01:56.877]➜  cd /root/.go/src/sync/atomic
2025-08-20T19:15:49.8008274Z [00:01:56.877]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b036/symabis ./asm.s
2025-08-20T19:15:49.8111632Z [00:01:56.887]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T19:15:49.8112667Z [00:01:56.887]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.8116583Z [00:01:56.887]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid L6cYSyMCw5Stpw8wd-hA/L6cYSyMCw5Stpw8wd-hA -goversion go1.25.0 -symabis $WORK/b036/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack -asmhdr $WORK/b036/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T19:15:49.8206735Z [00:01:56.897]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T19:15:49.8218725Z [00:01:56.898]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d # internal
2025-08-20T19:15:49.8223607Z [00:01:56.898]➜  unicode/utf8
2025-08-20T19:15:49.8228027Z [00:01:56.898]➜  mkdir -p $WORK/b041/
2025-08-20T19:15:49.8228690Z [00:01:56.899]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T19:15:49.8235194Z [00:01:56.899]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b041=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid Tr4gaEv0XobnBtoL2NYj/Tr4gaEv0XobnBtoL2NYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T19:15:49.8243239Z [00:01:56.900]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T19:15:49.8255038Z [00:01:56.901]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d # internal
2025-08-20T19:15:49.8261334Z [00:01:56.902]➜  cmp
2025-08-20T19:15:49.8261809Z [00:01:56.902]➜  mkdir -p $WORK/b043/
2025-08-20T19:15:49.8265258Z [00:01:56.903]➜  echo '# import config' > $WORK/b043/importcfg # internal
2025-08-20T19:15:49.8267885Z [00:01:56.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b043=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid YT4kS9oOdLKb10ji1D3b/YT4kS9oOdLKb10ji1D3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T19:15:49.8315723Z [00:01:56.908]➜  cd /root/.go/src/internal/abi
2025-08-20T19:15:49.8322101Z [00:01:56.908]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/abi_test.o ./abi_test.s
2025-08-20T19:15:49.8346728Z [00:01:56.911]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T19:15:49.8355331Z [00:01:56.911]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d # internal
2025-08-20T19:15:49.8358364Z [00:01:56.912]➜  math/bits
2025-08-20T19:15:49.8361246Z [00:01:56.912]➜  mkdir -p $WORK/b045/
2025-08-20T19:15:49.8362639Z [00:01:56.912]➜  echo '# import config' > $WORK/b045/importcfg # internal
2025-08-20T19:15:49.8363427Z [00:01:56.912]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.8366536Z [00:01:56.913]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b045=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid i7S3T0O3EFYf-_WJtE2h/i7S3T0O3EFYf-_WJtE2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T19:15:49.8372620Z [00:01:56.913]➜  cd /root/.go/src/internal/abi
2025-08-20T19:15:49.8374594Z [00:01:56.913]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/stub.o ./stub.s
2025-08-20T19:15:49.8454544Z [00:01:56.922]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/abi_test.o $WORK/b005/stub.o # internal
2025-08-20T19:15:49.8457602Z [00:01:56.922]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T19:15:49.8547922Z [00:01:56.931]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d # internal
2025-08-20T19:15:49.8568569Z [00:01:56.933]➜  internal/race
2025-08-20T19:15:49.8574823Z [00:01:56.934]➜  mkdir -p $WORK/b029/
2025-08-20T19:15:49.8576349Z [00:01:56.934]➜  cat >/tmp/go-build504934049/b029/importcfg << 'EOF' # internal
2025-08-20T19:15:49.8577966Z [00:01:56.934]➜  # import config
2025-08-20T19:15:49.8579071Z [00:01:56.934]➜  packagefile internal/abi=/tmp/go-build504934049/b005/_pkg_.a
2025-08-20T19:15:49.8579755Z [00:01:56.934]➜  EOF
2025-08-20T19:15:49.8580260Z [00:01:56.934]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.8583823Z [00:01:56.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b029=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid 4mWR9j7FFiKR7-tuWycC/4mWR9j7FFiKR7-tuWycC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T19:15:49.8634690Z [00:01:56.940]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T19:15:49.8641126Z [00:01:56.940]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d # internal
2025-08-20T19:15:49.8644109Z [00:01:56.940]➜  internal/synctest
2025-08-20T19:15:49.8647007Z [00:01:56.940]➜  mkdir -p $WORK/b037/
2025-08-20T19:15:49.8647804Z [00:01:56.941]➜  cat >/tmp/go-build504934049/b037/importcfg << 'EOF' # internal
2025-08-20T19:15:49.8648409Z [00:01:56.941]➜  # import config
2025-08-20T19:15:49.8649106Z [00:01:56.941]➜  packagefile internal/abi=/tmp/go-build504934049/b005/_pkg_.a
2025-08-20T19:15:49.8649756Z [00:01:56.941]➜  EOF
2025-08-20T19:15:49.8652817Z [00:01:56.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b037=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid 6S6MfZdJaYiZ1kHy_upy/6S6MfZdJaYiZ1kHy_upy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T19:15:49.8665444Z [00:01:56.943]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T19:15:49.8674836Z [00:01:56.944]➜  cd /root/.go/src/sync/atomic
2025-08-20T19:15:49.8694265Z [00:01:56.944]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b036/asm.o ./asm.s
2025-08-20T19:15:49.8696593Z [00:01:56.944]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d # internal
2025-08-20T19:15:49.8697642Z [00:01:56.944]➜  internal/itoa
2025-08-20T19:15:49.8698366Z [00:01:56.944]➜  mkdir -p $WORK/b050/
2025-08-20T19:15:49.8699190Z [00:01:56.945]➜  echo '# import config' > $WORK/b050/importcfg # internal
2025-08-20T19:15:49.8700012Z [00:01:56.945]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.8703258Z [00:01:56.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b050=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid bMDY-o3rrTW2XoE_dOgh/bMDY-o3rrTW2XoE_dOgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T19:15:49.8775832Z [00:01:56.954]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T19:15:49.8780778Z [00:01:56.954]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T19:15:49.8784940Z [00:01:56.955]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d # internal
2025-08-20T19:15:49.8787289Z [00:01:56.955]➜  cd /root/.go/src/sync/atomic
2025-08-20T19:15:49.8790216Z [00:01:56.955]➜  go tool pack r $WORK/b036/_pkg_.a $WORK/b036/asm.o # internal
2025-08-20T19:15:49.8814080Z [00:01:56.955]➜  internal/runtime/maps
2025-08-20T19:15:49.8814877Z [00:01:56.956]➜  mkdir -p $WORK/b026/
2025-08-20T19:15:49.8817273Z [00:01:56.956]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d # internal
2025-08-20T19:15:49.8818838Z [00:01:56.956]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T19:15:49.8819688Z [00:01:56.956]➜  cat >/tmp/go-build504934049/b026/importcfg << 'EOF' # internal
2025-08-20T19:15:49.8820380Z [00:01:56.956]➜  # import config
2025-08-20T19:15:49.8821092Z [00:01:56.956]➜  packagefile internal/abi=/tmp/go-build504934049/b005/_pkg_.a
2025-08-20T19:15:49.8822045Z [00:01:56.956]➜  packagefile internal/asan=/tmp/go-build504934049/b027/_pkg_.a
2025-08-20T19:15:49.8823290Z [00:01:56.956]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:49.8824235Z [00:01:56.956]➜  packagefile internal/msan=/tmp/go-build504934049/b028/_pkg_.a
2025-08-20T19:15:49.8825150Z [00:01:56.956]➜  packagefile internal/race=/tmp/go-build504934049/b029/_pkg_.a
2025-08-20T19:15:49.8826216Z [00:01:56.956]➜  packagefile internal/runtime/math=/tmp/go-build504934049/b022/_pkg_.a
2025-08-20T19:15:49.8827284Z [00:01:56.956]➜  packagefile internal/runtime/sys=/tmp/go-build504934049/b030/_pkg_.a
2025-08-20T19:15:49.8828010Z [00:01:56.956]➜  EOF
2025-08-20T19:15:49.8828410Z [00:01:56.957]➜  unicode
2025-08-20T19:15:49.8828861Z [00:01:56.957]➜  mkdir -p $WORK/b053/
2025-08-20T19:15:49.8829441Z [00:01:56.957]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.8838704Z [00:01:56.957]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b026=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid KI5RgMW_8N6oOIA0pfPy/KI5RgMW_8N6oOIA0pfPy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T19:15:49.8844886Z [00:01:56.958]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d # internal
2025-08-20T19:15:49.8845991Z [00:01:56.960]➜  internal/sync
2025-08-20T19:15:49.8846501Z [00:01:56.960]➜  mkdir -p $WORK/b035/
2025-08-20T19:15:49.8847206Z [00:01:56.960]➜  echo '# import config' > $WORK/b053/importcfg # internal
2025-08-20T19:15:49.8850963Z [00:01:56.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b053=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid RLXSQIujwLuJl7BmCQws/RLXSQIujwLuJl7BmCQws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T19:15:49.8854671Z [00:01:56.960]➜  cat >/tmp/go-build504934049/b035/importcfg << 'EOF' # internal
2025-08-20T19:15:49.8855373Z [00:01:56.960]➜  # import config
2025-08-20T19:15:49.8856105Z [00:01:56.960]➜  packagefile internal/abi=/tmp/go-build504934049/b005/_pkg_.a
2025-08-20T19:15:49.8857017Z [00:01:56.960]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:49.8857942Z [00:01:56.960]➜  packagefile internal/race=/tmp/go-build504934049/b029/_pkg_.a
2025-08-20T19:15:49.8858809Z [00:01:56.960]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:15:49.8859419Z [00:01:56.960]➜  EOF
2025-08-20T19:15:49.8862994Z [00:01:56.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b035=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid 3ni2jpQmHHodbGD2DZc-/3ni2jpQmHHodbGD2DZc- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T19:15:49.8868900Z [00:01:56.962]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T19:15:49.8875833Z [00:01:56.964]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d # internal
2025-08-20T19:15:49.8880409Z [00:01:56.964]➜  encoding
2025-08-20T19:15:49.8880908Z [00:01:56.964]➜  mkdir -p $WORK/b054/
2025-08-20T19:15:49.8887384Z [00:01:56.965]➜  echo '# import config' > $WORK/b054/importcfg # internal
2025-08-20T19:15:49.8895135Z [00:01:56.965]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b054=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid BN_n72JGI2XoS7BBoMlq/BN_n72JGI2XoS7BBoMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T19:15:49.8998016Z [00:01:56.976]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T19:15:49.9003485Z [00:01:56.976]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d # internal
2025-08-20T19:15:49.9018909Z [00:01:56.978]➜  math
2025-08-20T19:15:49.9021565Z [00:01:56.978]➜  mkdir -p $WORK/b057/
2025-08-20T19:15:49.9026512Z [00:01:56.979]➜  echo -n > $WORK/b057/go_asm.h # internal
2025-08-20T19:15:49.9029413Z [00:01:56.979]➜  cd /root/.go/src/math
2025-08-20T19:15:49.9031600Z [00:01:56.979]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b057/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s
2025-08-20T19:15:49.9076960Z [00:01:56.984]➜  cat >/tmp/go-build504934049/b057/importcfg << 'EOF' # internal
2025-08-20T19:15:49.9081569Z [00:01:56.984]➜  # import config
2025-08-20T19:15:49.9082312Z [00:01:56.984]➜  packagefile internal/cpu=/tmp/go-build504934049/b011/_pkg_.a
2025-08-20T19:15:49.9083400Z [00:01:56.984]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:49.9084096Z [00:01:56.984]➜  EOF
2025-08-20T19:15:49.9084597Z [00:01:56.984]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:49.9097348Z [00:01:56.984]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -p math -lang=go1.25 -std -installsuffix shared -buildid TOMH2-oM80oUkxVWaf0P/TOMH2-oM80oUkxVWaf0P -goversion go1.25.0 -symabis $WORK/b057/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack -asmhdr $WORK/b057/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_noasm.go /root/.go/src/math/exp_amd64.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_asm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_asm.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_noasm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T19:15:49.9135273Z [00:01:56.990]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T19:15:49.9137508Z [00:01:56.990]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d # internal
2025-08-20T19:15:49.9138914Z [00:01:56.990]➜  unicode/utf16
2025-08-20T19:15:49.9141374Z [00:01:56.990]➜  mkdir -p $WORK/b068/
2025-08-20T19:15:49.9142054Z [00:01:56.990]➜  echo '# import config' > $WORK/b068/importcfg # internal
2025-08-20T19:15:49.9145191Z [00:01:56.990]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b068=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid 2lvI1zy5zTVuoWdE4jc_/2lvI1zy5zTVuoWdE4jc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T19:15:49.9308022Z [00:01:57.006]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T19:15:49.9312065Z [00:01:57.007]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d # internal
2025-08-20T19:15:49.9313365Z [00:01:57.007]➜  container/list
2025-08-20T19:15:49.9313878Z [00:01:57.007]➜  mkdir -p $WORK/b084/
2025-08-20T19:15:49.9314603Z [00:01:57.007]➜  echo '# import config' > $WORK/b084/importcfg # internal
2025-08-20T19:15:49.9317945Z [00:01:57.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b084=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid ojx0c_yyW8v2XLeXi1Bp/ojx0c_yyW8v2XLeXi1Bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T19:15:49.9618420Z [00:01:57.037]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T19:15:49.9619870Z [00:01:57.038]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d # internal
2025-08-20T19:15:49.9621324Z [00:01:57.038]➜  crypto/internal/fips140/alias
2025-08-20T19:15:49.9622158Z [00:01:57.038]➜  mkdir -p $WORK/b092/
2025-08-20T19:15:49.9627085Z [00:01:57.039]➜  echo '# import config' > $WORK/b092/importcfg # internal
2025-08-20T19:15:49.9633045Z [00:01:57.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b092=>" -p crypto/internal/fips140/alias -lang=go1.25 -std -complete -installsuffix shared -buildid GK0BkGL1Nq_S0HGj-hIR/GK0BkGL1Nq_S0HGj-hIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T19:15:49.9723001Z [00:01:57.048]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T19:15:49.9728585Z [00:01:57.049]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d # internal
2025-08-20T19:15:49.9735001Z [00:01:57.050]➜  crypto/internal/fips140deps/byteorder
2025-08-20T19:15:49.9737847Z [00:01:57.050]➜  mkdir -p $WORK/b096/
2025-08-20T19:15:49.9738601Z [00:01:57.050]➜  cat >/tmp/go-build504934049/b096/importcfg << 'EOF' # internal
2025-08-20T19:15:49.9739505Z [00:01:57.050]➜  # import config
2025-08-20T19:15:49.9741369Z [00:01:57.050]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:15:49.9742102Z [00:01:57.050]➜  EOF
2025-08-20T19:15:49.9745927Z [00:01:57.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b096=>" -p crypto/internal/fips140deps/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid zU9WI3Evt4ghexTvHEfN/zU9WI3Evt4ghexTvHEfN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T19:15:49.9903014Z [00:01:57.065]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T19:15:49.9904598Z [00:01:57.066]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d # internal
2025-08-20T19:15:49.9908246Z [00:01:57.066]➜  crypto/internal/fips140deps/cpu
2025-08-20T19:15:49.9908832Z [00:01:57.066]➜  mkdir -p $WORK/b097/
2025-08-20T19:15:49.9909557Z [00:01:57.067]➜  cat >/tmp/go-build504934049/b097/importcfg << 'EOF' # internal
2025-08-20T19:15:49.9910217Z [00:01:57.067]➜  # import config
2025-08-20T19:15:49.9911665Z [00:01:57.067]➜  packagefile internal/cpu=/tmp/go-build504934049/b011/_pkg_.a
2025-08-20T19:15:49.9913549Z [00:01:57.067]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:49.9915264Z [00:01:57.067]➜  EOF
2025-08-20T19:15:49.9918612Z [00:01:57.067]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b097=>" -p crypto/internal/fips140deps/cpu -lang=go1.25 -std -complete -installsuffix shared -buildid A7eAWiqz7AnYKgfgsxu1/A7eAWiqz7AnYKgfgsxu1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T19:15:50.0006974Z [00:01:57.077]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T19:15:50.0012525Z [00:01:57.077]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d # internal
2025-08-20T19:15:50.0013746Z [00:01:57.077]➜  crypto/internal/fips140/subtle
2025-08-20T19:15:50.0014825Z [00:01:57.078]➜  mkdir -p $WORK/b100/
2025-08-20T19:15:50.0017449Z [00:01:57.078]➜  echo -n > $WORK/b100/go_asm.h # internal
2025-08-20T19:15:50.0018519Z [00:01:57.078]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T19:15:50.0021112Z [00:01:57.078]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b100=>" -I $WORK/b100/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b100/symabis ./xor_amd64.s
2025-08-20T19:15:50.0058761Z [00:01:57.082]➜  cat >/tmp/go-build504934049/b100/importcfg << 'EOF' # internal
2025-08-20T19:15:50.0059474Z [00:01:57.082]➜  # import config
2025-08-20T19:15:50.0060321Z [00:01:57.082]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build504934049/b092/_pkg_.a
2025-08-20T19:15:50.0061783Z [00:01:57.082]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:50.0064087Z [00:01:57.082]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:50.0065056Z [00:01:57.082]➜  EOF
2025-08-20T19:15:50.0065554Z [00:01:57.082]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:50.0070269Z [00:01:57.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b100=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 3W5xP-fYs3MALlbt18TM/3W5xP-fYs3MALlbt18TM -goversion go1.25.0 -symabis $WORK/b100/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack -asmhdr $WORK/b100/go_asm.h /root/.go/src/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T19:15:50.0552356Z [00:01:57.131]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T19:15:50.0565167Z [00:01:57.131]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b100=>" -I $WORK/b100/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b100/xor_amd64.o ./xor_amd64.s
2025-08-20T19:15:50.0605739Z [00:01:57.137]➜  go tool pack r $WORK/b100/_pkg_.a $WORK/b100/xor_amd64.o # internal
2025-08-20T19:15:50.0609124Z [00:01:57.137]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T19:15:50.0618957Z [00:01:57.138]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d # internal
2025-08-20T19:15:50.0647150Z [00:01:57.141]➜  crypto/internal/boring/sig
2025-08-20T19:15:50.0650243Z [00:01:57.141]➜  mkdir -p $WORK/b111/
2025-08-20T19:15:50.0652754Z [00:01:57.141]➜  echo -n > $WORK/b111/go_asm.h # internal
2025-08-20T19:15:50.0653439Z [00:01:57.141]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T19:15:50.0661949Z [00:01:57.142]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b111=>" -I $WORK/b111/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b111/symabis ./sig_amd64.s
2025-08-20T19:15:50.0787883Z [00:01:57.155]➜  echo '# import config' > $WORK/b111/importcfg # internal
2025-08-20T19:15:50.0816587Z [00:01:57.155]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:50.0820193Z [00:01:57.155]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b111=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid fATHqRd2kDZ9YQZRn0Fs/fATHqRd2kDZ9YQZRn0Fs -goversion go1.25.0 -symabis $WORK/b111/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack -asmhdr $WORK/b111/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T19:15:50.1098512Z [00:01:57.186]➜  cd /root/.go/src/math
2025-08-20T19:15:50.1103321Z [00:01:57.186]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/dim_amd64.o ./dim_amd64.s
2025-08-20T19:15:50.1125928Z [00:01:57.188]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T19:15:50.1130460Z [00:01:57.188]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b111=>" -I $WORK/b111/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b111/sig_amd64.o ./sig_amd64.s
2025-08-20T19:15:50.1186560Z [00:01:57.195]➜  go tool pack r $WORK/b111/_pkg_.a $WORK/b111/sig_amd64.o # internal
2025-08-20T19:15:50.1188845Z [00:01:57.195]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T19:15:50.1189632Z [00:01:57.195]➜  cd /root/.go/src/math
2025-08-20T19:15:50.1195049Z [00:01:57.195]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/exp_amd64.o ./exp_amd64.s
2025-08-20T19:15:50.1198969Z [00:01:57.195]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d # internal
2025-08-20T19:15:50.1201342Z [00:01:57.196]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T19:15:50.1201964Z [00:01:57.196]➜  mkdir -p $WORK/b132/
2025-08-20T19:15:50.1202797Z [00:01:57.196]➜  echo '# import config' > $WORK/b132/importcfg # internal
2025-08-20T19:15:50.1203648Z [00:01:57.196]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:50.1207469Z [00:01:57.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b132=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid I6YIavhh38gMiThimmxj/I6YIavhh38gMiThimmxj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T19:15:50.1301078Z [00:01:57.206]➜  cd /root/.go/src/math
2025-08-20T19:15:50.1305125Z [00:01:57.206]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/floor_amd64.o ./floor_amd64.s
2025-08-20T19:15:50.1370196Z [00:01:57.213]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/hypot_amd64.o ./hypot_amd64.s
2025-08-20T19:15:50.1407530Z [00:01:57.217]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T19:15:50.1415453Z [00:01:57.217]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d # internal
2025-08-20T19:15:50.1417669Z [00:01:57.218]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T19:15:50.1424901Z [00:01:57.218]➜  mkdir -p $WORK/b147/
2025-08-20T19:15:50.1428024Z [00:01:57.218]➜  echo '# import config' > $WORK/b147/importcfg # internal
2025-08-20T19:15:50.1429903Z [00:01:57.218]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:50.1434267Z [00:01:57.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b147=>" -p vendor/golang.org/x/crypto/internal/alias -lang=go1.25 -std -complete -installsuffix shared -buildid j-EUyk_03AXV-ueNopB1/j-EUyk_03AXV-ueNopB1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T19:15:50.1437588Z [00:01:57.219]➜  cd /root/.go/src/math
2025-08-20T19:15:50.1439303Z [00:01:57.219]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/log_amd64.o ./log_amd64.s
2025-08-20T19:15:50.1473394Z [00:01:57.223]➜  go tool pack r $WORK/b057/_pkg_.a $WORK/b057/dim_amd64.o $WORK/b057/exp_amd64.o $WORK/b057/floor_amd64.o $WORK/b057/hypot_amd64.o $WORK/b057/log_amd64.o # internal
2025-08-20T19:15:50.1474607Z [00:01:57.223]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T19:15:50.1499239Z [00:01:57.226]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d # internal
2025-08-20T19:15:50.1505180Z [00:01:57.227]➜  internal/nettrace
2025-08-20T19:15:50.1506961Z [00:01:57.227]➜  mkdir -p $WORK/b165/
2025-08-20T19:15:50.1509046Z [00:01:57.227]➜  echo '# import config' > $WORK/b165/importcfg # internal
2025-08-20T19:15:50.1510179Z [00:01:57.227]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:50.1515873Z [00:01:57.227]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b165=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid rgg9yB6VRZ7hNuVvTVTq/rgg9yB6VRZ7hNuVvTVTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T19:15:50.1526362Z [00:01:57.229]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T19:15:50.1548826Z [00:01:57.231]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T19:15:50.1549823Z [00:01:57.231]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T19:15:50.1562778Z [00:01:57.232]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d # internal
2025-08-20T19:15:50.1572629Z [00:01:57.233]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d # internal
2025-08-20T19:15:50.1573711Z [00:01:57.233]➜  log/internal
2025-08-20T19:15:50.1574174Z [00:01:57.233]➜  mkdir -p $WORK/b174/
2025-08-20T19:15:50.1595323Z [00:01:57.234]➜  echo '# import config' > $WORK/b174/importcfg # internal
2025-08-20T19:15:50.1600772Z [00:01:57.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b174=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid f6UQRlSQ_wVdbe0xeumY/f6UQRlSQ_wVdbe0xeumY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T19:15:50.1603498Z [00:01:57.236]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T19:15:50.1604960Z [00:01:57.236]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d # internal
2025-08-20T19:15:50.1606624Z [00:01:57.236]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d # internal
2025-08-20T19:15:50.1648592Z [00:01:57.241]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T19:15:50.1652849Z [00:01:57.241]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d # internal
2025-08-20T19:15:50.1662758Z [00:01:57.242]➜  runtime
2025-08-20T19:15:50.1663276Z [00:01:57.242]➜  mkdir -p $WORK/b009/
2025-08-20T19:15:50.1666154Z [00:01:57.243]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T19:15:50.1666869Z [00:01:57.243]➜  cd /root/.go/src/runtime
2025-08-20T19:15:50.1669481Z [00:01:57.243]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b009/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./ints.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s
2025-08-20T19:15:50.1771759Z [00:01:57.253]➜  cat >/tmp/go-build504934049/b009/importcfg << 'EOF' # internal
2025-08-20T19:15:50.1773546Z [00:01:57.253]➜  # import config
2025-08-20T19:15:50.1774317Z [00:01:57.253]➜  packagefile internal/abi=/tmp/go-build504934049/b005/_pkg_.a
2025-08-20T19:15:50.1775245Z [00:01:57.253]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:50.1776056Z [00:01:57.253]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:15:50.1777026Z [00:01:57.253]➜  packagefile internal/chacha8rand=/tmp/go-build504934049/b013/_pkg_.a
2025-08-20T19:15:50.1777996Z [00:01:57.253]➜  packagefile internal/coverage/rtcov=/tmp/go-build504934049/b014/_pkg_.a
2025-08-20T19:15:50.1779000Z [00:01:57.253]➜  packagefile internal/cpu=/tmp/go-build504934049/b011/_pkg_.a
2025-08-20T19:15:50.1779905Z [00:01:57.253]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:50.1781128Z [00:01:57.253]➜  packagefile internal/godebugs=/tmp/go-build504934049/b015/_pkg_.a
2025-08-20T19:15:50.1782126Z [00:01:57.253]➜  packagefile internal/goexperiment=/tmp/go-build504934049/b016/_pkg_.a
2025-08-20T19:15:50.1783383Z [00:01:57.253]➜  packagefile internal/goos=/tmp/go-build504934049/b017/_pkg_.a
2025-08-20T19:15:50.1784328Z [00:01:57.253]➜  packagefile internal/profilerecord=/tmp/go-build504934049/b018/_pkg_.a
2025-08-20T19:15:50.1785352Z [00:01:57.253]➜  packagefile internal/runtime/atomic=/tmp/go-build504934049/b019/_pkg_.a
2025-08-20T19:15:50.1786332Z [00:01:57.253]➜  packagefile internal/runtime/cgroup=/tmp/go-build504934049/b020/_pkg_.a
2025-08-20T19:15:50.1787349Z [00:01:57.253]➜  packagefile internal/runtime/exithook=/tmp/go-build504934049/b024/_pkg_.a
2025-08-20T19:15:50.1788402Z [00:01:57.253]➜  packagefile internal/runtime/gc=/tmp/go-build504934049/b025/_pkg_.a
2025-08-20T19:15:50.1789067Z [00:01:57.253]➜  packagefile internal/runtime/maps=/tmp/go-build504934049/b026/_pkg_.a
2025-08-20T19:15:50.1790032Z [00:01:57.253]➜  packagefile internal/runtime/math=/tmp/go-build504934049/b022/_pkg_.a
2025-08-20T19:15:50.1791089Z [00:01:57.253]➜  packagefile internal/runtime/strconv=/tmp/go-build504934049/b021/_pkg_.a
2025-08-20T19:15:50.1792072Z [00:01:57.253]➜  packagefile internal/runtime/sys=/tmp/go-build504934049/b030/_pkg_.a
2025-08-20T19:15:50.1793205Z [00:01:57.253]➜  packagefile internal/runtime/syscall=/tmp/go-build504934049/b023/_pkg_.a
2025-08-20T19:15:50.1794168Z [00:01:57.253]➜  packagefile internal/stringslite=/tmp/go-build504934049/b031/_pkg_.a
2025-08-20T19:15:50.1795135Z [00:01:57.253]➜  packagefile internal/trace/tracev2=/tmp/go-build504934049/b032/_pkg_.a
2025-08-20T19:15:50.1795789Z [00:01:57.253]➜  EOF
2025-08-20T19:15:50.1796285Z [00:01:57.254]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:50.1841251Z [00:01:57.254]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid LDadxDeu-0VTvJrf4FPW/LDadxDeu-0VTvJrf4FPW -goversion go1.25.0 -symabis $WORK/b009/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_amd64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/cputicks.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_amd64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_linux_noauxv.go /root/.go/src/runtime/os_linux_x86.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_amd64.go /root/.go/src/runtime/signal_linux_amd64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_amd64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/sys_x86.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_amd64.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timeasm.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_amd64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T19:15:52.1031126Z [00:01:59.179]➜  cp /root/.go/src/runtime/asm_amd64.h $WORK/b009/asm_GOARCH.h
2025-08-20T19:15:52.1031644Z [00:01:59.179]➜  cd /root/.go/src/runtime
2025-08-20T19:15:52.1033261Z [00:01:59.179]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/asm.o ./asm.s
2025-08-20T19:15:52.1057762Z [00:01:59.182]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/asm_amd64.o ./asm_amd64.s
2025-08-20T19:15:52.1164562Z [00:01:59.192]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/duff_amd64.o ./duff_amd64.s
2025-08-20T19:15:52.1192685Z [00:01:59.195]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/ints.o ./ints.s
2025-08-20T19:15:52.1221877Z [00:01:59.198]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/memclr_amd64.o ./memclr_amd64.s
2025-08-20T19:15:52.1270286Z [00:01:59.203]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/memmove_amd64.o ./memmove_amd64.s
2025-08-20T19:15:52.1322196Z [00:01:59.208]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/preempt_amd64.o ./preempt_amd64.s
2025-08-20T19:15:52.1365780Z [00:01:59.213]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/rt0_linux_amd64.o ./rt0_linux_amd64.s
2025-08-20T19:15:52.1388560Z [00:01:59.215]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/sys_linux_amd64.o ./sys_linux_amd64.s
2025-08-20T19:15:52.1444934Z [00:01:59.221]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/test_amd64.o ./test_amd64.s
2025-08-20T19:15:52.1467867Z [00:01:59.223]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/time_linux_amd64.o ./time_linux_amd64.s
2025-08-20T19:15:52.1515421Z [00:01:59.228]➜  go tool pack r $WORK/b009/_pkg_.a $WORK/b009/asm.o $WORK/b009/asm_amd64.o $WORK/b009/duff_amd64.o $WORK/b009/ints.o $WORK/b009/memclr_amd64.o $WORK/b009/memmove_amd64.o $WORK/b009/preempt_amd64.o $WORK/b009/rt0_linux_amd64.o $WORK/b009/sys_linux_amd64.o $WORK/b009/test_amd64.o $WORK/b009/time_linux_amd64.o # internal
2025-08-20T19:15:52.1517983Z [00:01:59.228]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T19:15:52.1878759Z [00:01:59.263]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d # internal
2025-08-20T19:15:52.1880274Z [00:01:59.263]➜  iter
2025-08-20T19:15:52.1883806Z [00:01:59.263]➜  mkdir -p $WORK/b044/
2025-08-20T19:15:52.1884436Z [00:01:59.264]➜  crypto/subtle
2025-08-20T19:15:52.1884939Z [00:01:59.264]➜  mkdir -p $WORK/b109/
2025-08-20T19:15:52.1885396Z [00:01:59.264]➜  sync
2025-08-20T19:15:52.1885816Z [00:01:59.264]➜  mkdir -p $WORK/b034/
2025-08-20T19:15:52.1886316Z [00:01:59.264]➜  internal/reflectlite
2025-08-20T19:15:52.1886797Z [00:01:59.264]➜  mkdir -p $WORK/b004/
2025-08-20T19:15:52.1887464Z [00:01:59.264]➜  cat >/tmp/go-build504934049/b109/importcfg << 'EOF' # internal
2025-08-20T19:15:52.1888124Z [00:01:59.264]➜  # import config
2025-08-20T19:15:52.1888929Z [00:01:59.264]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build504934049/b100/_pkg_.a
2025-08-20T19:15:52.1890010Z [00:01:59.264]➜  packagefile internal/runtime/sys=/tmp/go-build504934049/b030/_pkg_.a
2025-08-20T19:15:52.1890908Z [00:01:59.264]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:52.1891502Z [00:01:59.264]➜  EOF
2025-08-20T19:15:52.1892134Z [00:01:59.264]➜  cat >/tmp/go-build504934049/b044/importcfg << 'EOF' # internal
2025-08-20T19:15:52.1892962Z [00:01:59.264]➜  # import config
2025-08-20T19:15:52.1893618Z [00:01:59.264]➜  packagefile internal/race=/tmp/go-build504934049/b029/_pkg_.a
2025-08-20T19:15:52.1906577Z [00:01:59.264]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:52.1907203Z [00:01:59.264]➜  EOF
2025-08-20T19:15:52.1907758Z [00:01:59.264]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:52.1911556Z [00:01:59.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b109=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid Xc79yGTipdlJLObEA6rA/Xc79yGTipdlJLObEA6rA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T19:15:52.1916655Z [00:01:59.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b044=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid 0pZTu9fTQDGRD3NnR3_B/0pZTu9fTQDGRD3NnR3_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T19:15:52.1919008Z [00:01:59.265]➜  cat >/tmp/go-build504934049/b034/importcfg << 'EOF' # internal
2025-08-20T19:15:52.1919669Z [00:01:59.265]➜  # import config
2025-08-20T19:15:52.1920369Z [00:01:59.265]➜  packagefile internal/race=/tmp/go-build504934049/b029/_pkg_.a
2025-08-20T19:15:52.1921323Z [00:01:59.265]➜  packagefile internal/sync=/tmp/go-build504934049/b035/_pkg_.a
2025-08-20T19:15:52.1922372Z [00:01:59.265]➜  packagefile internal/synctest=/tmp/go-build504934049/b037/_pkg_.a
2025-08-20T19:15:52.1923431Z [00:01:59.265]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:52.1924252Z [00:01:59.265]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:15:52.1924856Z [00:01:59.265]➜  EOF
2025-08-20T19:15:52.1929252Z [00:01:59.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b034=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid jwP78NdxT4VwYWlVWasd/jwP78NdxT4VwYWlVWasd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T19:15:52.1935160Z [00:01:59.265]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T19:15:52.1936196Z [00:01:59.265]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T19:15:52.1940470Z [00:01:59.265]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b004/symabis ./asm.s
2025-08-20T19:15:52.1950956Z [00:01:59.271]➜  cat >/tmp/go-build504934049/b004/importcfg << 'EOF' # internal
2025-08-20T19:15:52.1967084Z [00:01:59.271]➜  # import config
2025-08-20T19:15:52.1967823Z [00:01:59.271]➜  packagefile internal/abi=/tmp/go-build504934049/b005/_pkg_.a
2025-08-20T19:15:52.1968723Z [00:01:59.271]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:52.1969680Z [00:01:59.271]➜  packagefile internal/unsafeheader=/tmp/go-build504934049/b008/_pkg_.a
2025-08-20T19:15:52.1970586Z [00:01:59.271]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:52.1971197Z [00:01:59.271]➜  EOF
2025-08-20T19:15:52.1971700Z [00:01:59.271]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:52.1975988Z [00:01:59.271]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid CMAeW-1UQf_B9x0I_LrK/CMAeW-1UQf_B9x0I_LrK -goversion go1.25.0 -symabis $WORK/b004/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T19:15:52.1994678Z [00:01:59.276]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T19:15:52.2015731Z [00:01:59.278]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d # internal
2025-08-20T19:15:52.2017582Z [00:01:59.278]➜  slices
2025-08-20T19:15:52.2019358Z [00:01:59.278]➜  mkdir -p $WORK/b042/
2025-08-20T19:15:52.2020208Z [00:01:59.278]➜  cat >/tmp/go-build504934049/b042/importcfg << 'EOF' # internal
2025-08-20T19:15:52.2020910Z [00:01:59.278]➜  # import config
2025-08-20T19:15:52.2021610Z [00:01:59.278]➜  packagefile cmp=/tmp/go-build504934049/b043/_pkg_.a
2025-08-20T19:15:52.2022346Z [00:01:59.278]➜  packagefile iter=/tmp/go-build504934049/b044/_pkg_.a
2025-08-20T19:15:52.2023511Z [00:01:59.278]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:52.2024159Z [00:01:59.278]➜  EOF
2025-08-20T19:15:52.2027542Z [00:01:59.278]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b042=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid -TJanFCYqlKu_SHfks-O/-TJanFCYqlKu_SHfks-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T19:15:52.2037151Z [00:01:59.280]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T19:15:52.2063556Z [00:01:59.282]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d # internal
2025-08-20T19:15:52.2073172Z [00:01:59.283]➜  weak
2025-08-20T19:15:52.2074315Z [00:01:59.283]➜  mkdir -p $WORK/b126/
2025-08-20T19:15:52.2075031Z [00:01:59.283]➜  cat >/tmp/go-build504934049/b126/importcfg << 'EOF' # internal
2025-08-20T19:15:52.2075684Z [00:01:59.283]➜  # import config
2025-08-20T19:15:52.2076360Z [00:01:59.283]➜  packagefile internal/abi=/tmp/go-build504934049/b005/_pkg_.a
2025-08-20T19:15:52.2077200Z [00:01:59.283]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:52.2077815Z [00:01:59.283]➜  EOF
2025-08-20T19:15:52.2080470Z [00:01:59.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b126=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid 0tQuWrSLuA2C2pBP-zmG/0tQuWrSLuA2C2pBP-zmG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T19:15:52.2216417Z [00:01:59.298]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T19:15:52.2222691Z [00:01:59.298]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d # internal
2025-08-20T19:15:52.2223809Z [00:01:59.298]➜  maps
2025-08-20T19:15:52.2224284Z [00:01:59.298]➜  mkdir -p $WORK/b162/
2025-08-20T19:15:52.2225017Z [00:01:59.298]➜  cat >/tmp/go-build504934049/b162/importcfg << 'EOF' # internal
2025-08-20T19:15:52.2225702Z [00:01:59.298]➜  # import config
2025-08-20T19:15:52.2226371Z [00:01:59.298]➜  packagefile iter=/tmp/go-build504934049/b044/_pkg_.a
2025-08-20T19:15:52.2227007Z [00:01:59.298]➜  EOF
2025-08-20T19:15:52.2229683Z [00:01:59.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b162=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid 3hmY5SMuxXMJuPsVBmC5/3hmY5SMuxXMJuPsVBmC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T19:15:52.2295406Z [00:01:59.306]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T19:15:52.2303740Z [00:01:59.306]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d # internal
2025-08-20T19:15:52.2330794Z [00:01:59.309]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T19:15:52.2337339Z [00:01:59.310]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d # internal
2025-08-20T19:15:52.3192839Z [00:01:59.395]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T19:15:52.3194632Z [00:01:59.395]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b004/asm.o ./asm.s
2025-08-20T19:15:52.3219945Z [00:01:59.398]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal
2025-08-20T19:15:52.3220783Z [00:01:59.398]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T19:15:52.3247758Z [00:01:59.401]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d # internal
2025-08-20T19:15:52.3249192Z [00:01:59.401]➜  errors
2025-08-20T19:15:52.3249817Z [00:01:59.401]➜  mkdir -p $WORK/b003/
2025-08-20T19:15:52.3251132Z [00:01:59.401]➜  sort
2025-08-20T19:15:52.3251812Z [00:01:59.401]➜  mkdir -p $WORK/b170/
2025-08-20T19:15:52.3252698Z [00:01:59.401]➜  cat >/tmp/go-build504934049/b003/importcfg << 'EOF' # internal
2025-08-20T19:15:52.3253356Z [00:01:59.401]➜  # import config
2025-08-20T19:15:52.3254129Z [00:01:59.401]➜  packagefile internal/reflectlite=/tmp/go-build504934049/b004/_pkg_.a
2025-08-20T19:15:52.3254895Z [00:01:59.401]➜  EOF
2025-08-20T19:15:52.3255378Z [00:01:59.401]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:52.3258467Z [00:01:59.401]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b003=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 7509Dj0f2_7mdq1RmfcX/7509Dj0f2_7mdq1RmfcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T19:15:52.3261355Z [00:01:59.401]➜  cat >/tmp/go-build504934049/b170/importcfg << 'EOF' # internal
2025-08-20T19:15:52.3262042Z [00:01:59.401]➜  # import config
2025-08-20T19:15:52.3262995Z [00:01:59.401]➜  packagefile internal/reflectlite=/tmp/go-build504934049/b004/_pkg_.a
2025-08-20T19:15:52.3263939Z [00:01:59.401]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:52.3265125Z [00:01:59.401]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:15:52.3265765Z [00:01:59.401]➜  EOF
2025-08-20T19:15:52.3269136Z [00:01:59.401]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b170=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid 3HYodz99RrwN-JsPNx1Z/3HYodz99RrwN-JsPNx1Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T19:15:52.3275905Z [00:01:59.404]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T19:15:52.3297730Z [00:01:59.406]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d # internal
2025-08-20T19:15:52.3309473Z [00:01:59.406]➜  internal/testlog
2025-08-20T19:15:52.3313058Z [00:01:59.406]➜  mkdir -p $WORK/b066/
2025-08-20T19:15:52.3317741Z [00:01:59.407]➜  internal/bisect
2025-08-20T19:15:52.3321416Z [00:01:59.407]➜  mkdir -p $WORK/b048/
2025-08-20T19:15:52.3323172Z [00:01:59.408]➜  cat >/tmp/go-build504934049/b048/importcfg << 'EOF' # internal
2025-08-20T19:15:52.3324066Z [00:01:59.408]➜  # import config
2025-08-20T19:15:52.3324743Z [00:01:59.408]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:52.3326175Z [00:01:59.408]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:52.3327333Z [00:01:59.408]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:15:52.3328450Z [00:01:59.408]➜  EOF
2025-08-20T19:15:52.3329404Z [00:01:59.408]➜  cat >/tmp/go-build504934049/b066/importcfg << 'EOF' # internal
2025-08-20T19:15:52.3330331Z [00:01:59.408]➜  # import config
2025-08-20T19:15:52.3331552Z [00:01:59.408]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:52.3332647Z [00:01:59.408]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:15:52.3333664Z [00:01:59.408]➜  EOF
2025-08-20T19:15:52.3339742Z [00:01:59.408]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b066=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid DjWg616cx0sAP4hyNdzt/DjWg616cx0sAP4hyNdzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T19:15:52.3346137Z [00:01:59.410]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b048=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid uazNsXXW0-XjraaTntyR/uazNsXXW0-XjraaTntyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T19:15:52.3581126Z [00:01:59.433]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T19:15:52.3583444Z [00:01:59.434]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d # internal
2025-08-20T19:15:52.3590374Z [00:01:59.435]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T19:15:52.3602113Z [00:01:59.436]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d # internal
2025-08-20T19:15:52.3614263Z [00:01:59.436]➜  io
2025-08-20T19:15:52.3614720Z [00:01:59.436]➜  mkdir -p $WORK/b033/
2025-08-20T19:15:52.3615463Z [00:01:59.437]➜  cat >/tmp/go-build504934049/b033/importcfg << 'EOF' # internal
2025-08-20T19:15:52.3616171Z [00:01:59.437]➜  # import config
2025-08-20T19:15:52.3616830Z [00:01:59.437]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:52.3617677Z [00:01:59.437]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:52.3618290Z [00:01:59.437]➜  EOF
2025-08-20T19:15:52.3621308Z [00:01:59.437]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b033=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid lCtZZ8dVmk8y4HP_DWVv/lCtZZ8dVmk8y4HP_DWVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T19:15:52.3663531Z [00:01:59.442]➜  runtime/cgo
2025-08-20T19:15:52.3668356Z [00:01:59.442]➜  mkdir -p $WORK/b074/
2025-08-20T19:15:52.3669042Z [00:01:59.442]➜  echo -n > $WORK/b074/preferlinkext # internal
2025-08-20T19:15:52.3669790Z [00:01:59.443]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:15:52.3672577Z [00:01:59.443]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b074/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T19:15:52.3950867Z [00:01:59.471]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T19:15:52.3970058Z [00:01:59.472]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d # internal
2025-08-20T19:15:52.3971288Z [00:01:59.473]➜  internal/oserror
2025-08-20T19:15:52.3971835Z [00:01:59.473]➜  mkdir -p $WORK/b039/
2025-08-20T19:15:52.3979604Z [00:01:59.474]➜  cat >/tmp/go-build504934049/b039/importcfg << 'EOF' # internal
2025-08-20T19:15:52.3980373Z [00:01:59.474]➜  # import config
2025-08-20T19:15:52.3981044Z [00:01:59.474]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:52.3981673Z [00:01:59.474]➜  EOF
2025-08-20T19:15:52.3982192Z [00:01:59.474]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:52.3985837Z [00:01:59.474]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b039=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid 8mi4VNDDF4DhvcykqDN1/8mi4VNDDF4DhvcykqDN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T19:15:52.4194992Z [00:01:59.495]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T19:15:52.4204601Z [00:01:59.496]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d # internal
2025-08-20T19:15:52.4205765Z [00:01:59.496]➜  path
2025-08-20T19:15:52.4206240Z [00:01:59.496]➜  mkdir -p $WORK/b040/
2025-08-20T19:15:52.4210209Z [00:01:59.497]➜  cat >/tmp/go-build504934049/b040/importcfg << 'EOF' # internal
2025-08-20T19:15:52.4210915Z [00:01:59.497]➜  # import config
2025-08-20T19:15:52.4211619Z [00:01:59.497]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:52.4212675Z [00:01:59.497]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:52.4213579Z [00:01:59.497]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:15:52.4214180Z [00:01:59.497]➜  EOF
2025-08-20T19:15:52.4216673Z [00:01:59.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b040=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid roIG9ekWhyDxJW_Ts0yu/roIG9ekWhyDxJW_Ts0yu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T19:15:52.4250586Z [00:01:59.501]➜  cd $WORK
2025-08-20T19:15:52.4251618Z [00:01:59.501]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T19:15:52.4548303Z [00:01:59.531]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T19:15:52.4574001Z [00:01:59.533]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d # internal
2025-08-20T19:15:52.4741799Z [00:01:59.550]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T19:15:52.4747821Z [00:01:59.551]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d # internal
2025-08-20T19:15:52.4757116Z [00:01:59.552]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T19:15:52.4830636Z [00:01:59.559]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T19:15:52.4850281Z [00:01:59.561]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d # internal
2025-08-20T19:15:52.4920345Z [00:01:59.568]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T19:15:52.4921450Z [00:01:59.568]➜  internal/godebug
2025-08-20T19:15:52.4922072Z [00:01:59.568]➜  mkdir -p $WORK/b047/
2025-08-20T19:15:52.4926241Z [00:01:59.569]➜  cat >/tmp/go-build504934049/b047/importcfg << 'EOF' # internal
2025-08-20T19:15:52.4927822Z [00:01:59.569]➜  # import config
2025-08-20T19:15:52.4928797Z [00:01:59.569]➜  packagefile internal/bisect=/tmp/go-build504934049/b048/_pkg_.a
2025-08-20T19:15:52.4929949Z [00:01:59.569]➜  packagefile internal/godebugs=/tmp/go-build504934049/b015/_pkg_.a
2025-08-20T19:15:52.4931081Z [00:01:59.569]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:52.4932080Z [00:01:59.569]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:15:52.4933090Z [00:01:59.569]➜  EOF
2025-08-20T19:15:52.4933629Z [00:01:59.569]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:52.4936507Z [00:01:59.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b047=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid N5-mWWbawAbbtRRJA56i/N5-mWWbawAbbtRRJA56i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T19:15:52.5201599Z [00:01:59.596]➜  cd $WORK
2025-08-20T19:15:52.5204896Z [00:01:59.596]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T19:15:52.5415430Z [00:01:59.617]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T19:15:52.5426427Z [00:01:59.619]➜  bytes
2025-08-20T19:15:52.5426928Z [00:01:59.619]➜  mkdir -p $WORK/b052/
2025-08-20T19:15:52.5429342Z [00:01:59.619]➜  cat >/tmp/go-build504934049/b052/importcfg << 'EOF' # internal
2025-08-20T19:15:52.5432747Z [00:01:59.619]➜  # import config
2025-08-20T19:15:52.5433474Z [00:01:59.619]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:52.5434390Z [00:01:59.619]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:52.5435235Z [00:01:59.619]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:52.5436020Z [00:01:59.619]➜  packagefile iter=/tmp/go-build504934049/b044/_pkg_.a
2025-08-20T19:15:52.5436842Z [00:01:59.619]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:52.5437723Z [00:01:59.619]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:15:52.5438601Z [00:01:59.619]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:15:52.5439223Z [00:01:59.619]➜  EOF
2025-08-20T19:15:52.5439709Z [00:01:59.619]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:52.5443034Z [00:01:59.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b052=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid d0zgAlIUGYcZ2cGmr7nY/d0zgAlIUGYcZ2cGmr7nY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T19:15:52.5474547Z [00:01:59.624]➜  syscall
2025-08-20T19:15:52.5477490Z [00:01:59.624]➜  mkdir -p $WORK/b049/
2025-08-20T19:15:52.5481947Z [00:01:59.624]➜  echo -n > $WORK/b049/go_asm.h # internal
2025-08-20T19:15:52.5493425Z [00:01:59.625]➜  cd /root/.go/src/syscall
2025-08-20T19:15:52.5496484Z [00:01:59.625]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b049/symabis ./asm_linux_amd64.s
2025-08-20T19:15:52.5595428Z [00:01:59.636]➜  cat >/tmp/go-build504934049/b049/importcfg << 'EOF' # internal
2025-08-20T19:15:52.5600160Z [00:01:59.636]➜  # import config
2025-08-20T19:15:52.5600866Z [00:01:59.636]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:52.5601812Z [00:01:59.636]➜  packagefile internal/asan=/tmp/go-build504934049/b027/_pkg_.a
2025-08-20T19:15:52.5602970Z [00:01:59.636]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:52.5603967Z [00:01:59.636]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:15:52.5604945Z [00:01:59.636]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:52.5605870Z [00:01:59.636]➜  packagefile internal/itoa=/tmp/go-build504934049/b050/_pkg_.a
2025-08-20T19:15:52.5606779Z [00:01:59.636]➜  packagefile internal/msan=/tmp/go-build504934049/b028/_pkg_.a
2025-08-20T19:15:52.5607720Z [00:01:59.636]➜  packagefile internal/oserror=/tmp/go-build504934049/b039/_pkg_.a
2025-08-20T19:15:52.5608672Z [00:01:59.636]➜  packagefile internal/race=/tmp/go-build504934049/b029/_pkg_.a
2025-08-20T19:15:52.5609689Z [00:01:59.636]➜  packagefile internal/runtime/syscall=/tmp/go-build504934049/b023/_pkg_.a
2025-08-20T19:15:52.5610637Z [00:01:59.636]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:52.5611756Z [00:01:59.636]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:15:52.5612821Z [00:01:59.636]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:52.5613728Z [00:01:59.636]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:15:52.5614505Z [00:01:59.636]➜  EOF
2025-08-20T19:15:52.5615066Z [00:01:59.636]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:52.5626263Z [00:01:59.636]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b049=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid BjXwGNMiwygH1Ys2pMBt/BjXwGNMiwygH1Ys2pMBt -goversion go1.25.0 -symabis $WORK/b049/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack -asmhdr $WORK/b049/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_amd64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_amd64.go /root/.go/src/syscall/zsyscall_linux_amd64.go /root/.go/src/syscall/zsysnum_linux_amd64.go /root/.go/src/syscall/ztypes_linux_amd64.go
2025-08-20T19:15:52.5732293Z [00:01:59.649]➜  cd $WORK
2025-08-20T19:15:52.5736361Z [00:01:59.650]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T19:15:52.5854511Z [00:01:59.661]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T19:15:52.5934894Z [00:01:59.669]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -frandom-seed=1 -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T19:15:52.5967819Z [00:01:59.672]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d # internal
2025-08-20T19:15:52.6067963Z [00:01:59.683]➜  cd $WORK/b074
2025-08-20T19:15:52.6071914Z [00:01:59.683]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x001.o -c _cgo_export.c
2025-08-20T19:15:52.6081150Z [00:01:59.684]➜  strconv
2025-08-20T19:15:52.6086014Z [00:01:59.685]➜  mkdir -p $WORK/b056/
2025-08-20T19:15:52.6089141Z [00:01:59.685]➜  cat >/tmp/go-build504934049/b056/importcfg << 'EOF' # internal
2025-08-20T19:15:52.6089828Z [00:01:59.685]➜  # import config
2025-08-20T19:15:52.6090717Z [00:01:59.685]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:52.6093984Z [00:01:59.685]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:52.6095023Z [00:01:59.685]➜  packagefile internal/stringslite=/tmp/go-build504934049/b031/_pkg_.a
2025-08-20T19:15:52.6095952Z [00:01:59.685]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:15:52.6096783Z [00:01:59.685]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:52.6097643Z [00:01:59.685]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:15:52.6098544Z [00:01:59.685]➜  EOF
2025-08-20T19:15:52.6099076Z [00:01:59.685]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:52.6105622Z [00:01:59.685]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b056=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid Mkg3RKTEQB77CHc5CteV/Mkg3RKTEQB77CHc5CteV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T19:15:52.6336568Z [00:01:59.710]➜  cd $WORK/b074
2025-08-20T19:15:52.6342649Z [00:01:59.710]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x002.o -c cgo.cgo2.c
2025-08-20T19:15:52.6640270Z [00:01:59.740]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:15:52.6645999Z [00:01:59.740]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x003.o -c gcc_context.c
2025-08-20T19:15:52.6786280Z [00:01:59.755]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T19:15:52.6807377Z [00:01:59.757]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d # internal
2025-08-20T19:15:52.6814954Z [00:01:59.757]➜  strings
2025-08-20T19:15:52.6815432Z [00:01:59.757]➜  mkdir -p $WORK/b067/
2025-08-20T19:15:52.6816141Z [00:01:59.757]➜  cat >/tmp/go-build504934049/b067/importcfg << 'EOF' # internal
2025-08-20T19:15:52.6816814Z [00:01:59.757]➜  # import config
2025-08-20T19:15:52.6817479Z [00:01:59.757]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:52.6818361Z [00:01:59.757]➜  packagefile internal/abi=/tmp/go-build504934049/b005/_pkg_.a
2025-08-20T19:15:52.6819329Z [00:01:59.757]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:52.6820272Z [00:01:59.757]➜  packagefile internal/stringslite=/tmp/go-build504934049/b031/_pkg_.a
2025-08-20T19:15:52.6821106Z [00:01:59.757]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:52.6821862Z [00:01:59.757]➜  packagefile iter=/tmp/go-build504934049/b044/_pkg_.a
2025-08-20T19:15:52.6822830Z [00:01:59.757]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:52.6823694Z [00:01:59.757]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:52.6827250Z [00:01:59.757]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:15:52.6829264Z [00:01:59.758]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:15:52.6829911Z [00:01:59.758]➜  EOF
2025-08-20T19:15:52.6830399Z [00:01:59.758]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:52.6834952Z [00:01:59.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b067=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid p5X9GGCbh0IlFMI_7Vz2/p5X9GGCbh0IlFMI_7Vz2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T19:15:52.6946493Z [00:01:59.770]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:15:52.6961878Z [00:01:59.771]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x004.o -c gcc_fatalf.c
2025-08-20T19:15:52.7286403Z [00:01:59.804]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x005.o -c gcc_libinit.c
2025-08-20T19:15:52.7859371Z [00:01:59.862]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x006.o -c gcc_linux_amd64.c
2025-08-20T19:15:52.8360441Z [00:01:59.912]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x007.o -c gcc_mmap.c
2025-08-20T19:15:52.8782900Z [00:01:59.954]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T19:15:52.8809712Z [00:01:59.957]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d # internal
2025-08-20T19:15:52.8816349Z [00:01:59.957]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x008.o -c gcc_setenv.c
2025-08-20T19:15:52.8820886Z [00:01:59.958]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T19:15:52.8827125Z [00:01:59.959]➜  encoding/base64
2025-08-20T19:15:52.8829726Z [00:01:59.959]➜  mkdir -p $WORK/b055/
2025-08-20T19:15:52.8839279Z [00:01:59.960]➜  cat >/tmp/go-build504934049/b055/importcfg << 'EOF' # internal
2025-08-20T19:15:52.8845815Z [00:01:59.960]➜  # import config
2025-08-20T19:15:52.8846630Z [00:01:59.960]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:15:52.8847611Z [00:01:59.960]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:52.8848480Z [00:01:59.960]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:15:52.8849356Z [00:01:59.960]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:15:52.8850038Z [00:01:59.960]➜  EOF
2025-08-20T19:15:52.8850559Z [00:01:59.960]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:52.8853783Z [00:01:59.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b055=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid WtfAcfMQFJdbATnk5y5y/WtfAcfMQFJdbATnk5y5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T19:15:52.8870914Z [00:01:59.963]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d # internal
2025-08-20T19:15:52.8880425Z [00:01:59.964]➜  reflect
2025-08-20T19:15:52.8883360Z [00:01:59.964]➜  mkdir -p $WORK/b060/
2025-08-20T19:15:52.8930283Z [00:01:59.969]➜  echo -n > $WORK/b060/go_asm.h # internal
2025-08-20T19:15:52.8935471Z [00:01:59.969]➜  cd /root/.go/src/reflect
2025-08-20T19:15:52.8937307Z [00:01:59.969]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b060=>" -I $WORK/b060/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b060/symabis ./asm_amd64.s
2025-08-20T19:15:52.9036336Z [00:01:59.979]➜  cat >/tmp/go-build504934049/b060/importcfg << 'EOF' # internal
2025-08-20T19:15:52.9047662Z [00:01:59.981]➜  # import config
2025-08-20T19:15:52.9048389Z [00:01:59.981]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:52.9049333Z [00:01:59.981]➜  packagefile internal/abi=/tmp/go-build504934049/b005/_pkg_.a
2025-08-20T19:15:52.9050254Z [00:01:59.981]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:52.9051237Z [00:01:59.981]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:52.9052182Z [00:01:59.981]➜  packagefile internal/itoa=/tmp/go-build504934049/b050/_pkg_.a
2025-08-20T19:15:52.9053353Z [00:01:59.981]➜  packagefile internal/race=/tmp/go-build504934049/b029/_pkg_.a
2025-08-20T19:15:52.9054359Z [00:01:59.981]➜  packagefile internal/runtime/maps=/tmp/go-build504934049/b026/_pkg_.a
2025-08-20T19:15:52.9055388Z [00:01:59.981]➜  packagefile internal/runtime/sys=/tmp/go-build504934049/b030/_pkg_.a
2025-08-20T19:15:52.9056409Z [00:01:59.981]➜  packagefile internal/unsafeheader=/tmp/go-build504934049/b008/_pkg_.a
2025-08-20T19:15:52.9057332Z [00:01:59.981]➜  packagefile iter=/tmp/go-build504934049/b044/_pkg_.a
2025-08-20T19:15:52.9058138Z [00:01:59.981]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:15:52.9058941Z [00:01:59.981]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:52.9060110Z [00:01:59.981]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:15:52.9060893Z [00:01:59.981]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:52.9061624Z [00:01:59.981]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:15:52.9069559Z [00:01:59.981]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:15:52.9070335Z [00:01:59.981]➜  EOF
2025-08-20T19:15:52.9070871Z [00:01:59.981]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:52.9076238Z [00:01:59.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b060=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid 5sHFdcVSOaePWPa_osmi/5sHFdcVSOaePWPa_osmi -goversion go1.25.0 -symabis $WORK/b060/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack -asmhdr $WORK/b060/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T19:15:52.9314669Z [00:02:00.008]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:15:52.9320515Z [00:02:00.008]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x009.o -c gcc_sigaction.c
2025-08-20T19:15:52.9600381Z [00:02:00.036]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T19:15:52.9614520Z [00:02:00.037]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d # internal
2025-08-20T19:15:52.9615759Z [00:02:00.037]➜  bufio
2025-08-20T19:15:52.9620913Z [00:02:00.038]➜  mkdir -p $WORK/b071/
2025-08-20T19:15:52.9624217Z [00:02:00.038]➜  cat >/tmp/go-build504934049/b071/importcfg << 'EOF' # internal
2025-08-20T19:15:52.9626760Z [00:02:00.038]➜  # import config
2025-08-20T19:15:52.9627398Z [00:02:00.038]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:52.9628262Z [00:02:00.038]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:52.9629115Z [00:02:00.038]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:52.9629922Z [00:02:00.038]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:15:52.9630765Z [00:02:00.038]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:15:52.9631409Z [00:02:00.038]➜  EOF
2025-08-20T19:15:52.9631946Z [00:02:00.038]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:52.9636071Z [00:02:00.038]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b071=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid lMiptq_IVFXdFizLJxvr/lMiptq_IVFXdFizLJxvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T19:15:52.9831412Z [00:02:00.059]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:15:52.9837035Z [00:02:00.060]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x010.o -c gcc_stack_unix.c
2025-08-20T19:15:53.0442252Z [00:02:00.120]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x011.o -c gcc_traceback.c
2025-08-20T19:15:53.0557907Z [00:02:00.132]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T19:15:53.0572609Z [00:02:00.133]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d # internal
2025-08-20T19:15:53.0579728Z [00:02:00.134]➜  hash
2025-08-20T19:15:53.0582820Z [00:02:00.134]➜  mkdir -p $WORK/b086/
2025-08-20T19:15:53.0590767Z [00:02:00.135]➜  cat >/tmp/go-build504934049/b086/importcfg << 'EOF' # internal
2025-08-20T19:15:53.0591514Z [00:02:00.135]➜  # import config
2025-08-20T19:15:53.0592197Z [00:02:00.135]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:53.0592988Z [00:02:00.135]➜  EOF
2025-08-20T19:15:53.0593496Z [00:02:00.135]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.0596093Z [00:02:00.135]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b086=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid Tkz1fl-WPXxHIfzaF8D7/Tkz1fl-WPXxHIfzaF8D7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T19:15:53.0756767Z [00:02:00.152]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T19:15:53.0792795Z [00:02:00.153]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d # internal
2025-08-20T19:15:53.0821861Z [00:02:00.158]➜  crypto
2025-08-20T19:15:53.0828484Z [00:02:00.159]➜  mkdir -p $WORK/b085/
2025-08-20T19:15:53.0829071Z [00:02:00.159]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:15:53.0832092Z [00:02:00.159]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x012.o -c gcc_util.c
2025-08-20T19:15:53.0843122Z [00:02:00.160]➜  cat >/tmp/go-build504934049/b085/importcfg << 'EOF' # internal
2025-08-20T19:15:53.0848174Z [00:02:00.160]➜  # import config
2025-08-20T19:15:53.0848862Z [00:02:00.160]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:15:53.0849650Z [00:02:00.160]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:53.0850438Z [00:02:00.160]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:15:53.0851055Z [00:02:00.160]➜  EOF
2025-08-20T19:15:53.0856480Z [00:02:00.162]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.0861195Z [00:02:00.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b085=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid Fj1ZPg0uZ0_I-9QQNO9R/Fj1ZPg0uZ0_I-9QQNO9R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T19:15:53.1188117Z [00:02:00.195]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T19:15:53.1189591Z [00:02:00.195]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d # internal
2025-08-20T19:15:53.1190853Z [00:02:00.195]➜  crypto/internal/fips140deps/godebug
2025-08-20T19:15:53.1191425Z [00:02:00.195]➜  mkdir -p $WORK/b091/
2025-08-20T19:15:53.1194126Z [00:02:00.195]➜  cat >/tmp/go-build504934049/b091/importcfg << 'EOF' # internal
2025-08-20T19:15:53.1194803Z [00:02:00.195]➜  # import config
2025-08-20T19:15:53.1195523Z [00:02:00.195]➜  packagefile internal/godebug=/tmp/go-build504934049/b047/_pkg_.a
2025-08-20T19:15:53.1196156Z [00:02:00.195]➜  EOF
2025-08-20T19:15:53.1200022Z [00:02:00.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b091=>" -p crypto/internal/fips140deps/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid VIJSljRWa8MllpNt2aD7/VIJSljRWa8MllpNt2aD7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T19:15:53.1203332Z [00:02:00.196]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:15:53.1206204Z [00:02:00.196]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x013.o -c linux_syscall.c
2025-08-20T19:15:53.1394704Z [00:02:00.215]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T19:15:53.1413879Z [00:02:00.217]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d # internal
2025-08-20T19:15:53.1424936Z [00:02:00.218]➜  crypto/internal/fips140
2025-08-20T19:15:53.1427029Z [00:02:00.219]➜  mkdir -p $WORK/b090/
2025-08-20T19:15:53.1439605Z [00:02:00.220]➜  cat >/tmp/go-build504934049/b090/importcfg << 'EOF' # internal
2025-08-20T19:15:53.1441051Z [00:02:00.220]➜  # import config
2025-08-20T19:15:53.1443923Z [00:02:00.220]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build504934049/b091/_pkg_.a
2025-08-20T19:15:53.1447554Z [00:02:00.220]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:53.1452210Z [00:02:00.220]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:15:53.1453529Z [00:02:00.220]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:53.1455028Z [00:02:00.220]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:15:53.1455700Z [00:02:00.220]➜  EOF
2025-08-20T19:15:53.1456221Z [00:02:00.221]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.1460998Z [00:02:00.221]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b090=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid wXIzNFqboyIQjN9qzn4-/wXIzNFqboyIQjN9qzn4- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T19:15:53.1522046Z [00:02:00.228]➜  cd /root/.go/src/syscall
2025-08-20T19:15:53.1529359Z [00:02:00.228]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b049/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T19:15:53.1562153Z [00:02:00.232]➜  go tool pack r $WORK/b049/_pkg_.a $WORK/b049/asm_linux_amd64.o # internal
2025-08-20T19:15:53.1586473Z [00:02:00.235]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T19:15:53.1630145Z [00:02:00.239]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d # internal
2025-08-20T19:15:53.1645266Z [00:02:00.240]➜  time
2025-08-20T19:15:53.1645815Z [00:02:00.240]➜  mkdir -p $WORK/b046/
2025-08-20T19:15:53.1646595Z [00:02:00.240]➜  cat >/tmp/go-build504934049/b046/importcfg << 'EOF' # internal
2025-08-20T19:15:53.1647318Z [00:02:00.240]➜  # import config
2025-08-20T19:15:53.1648070Z [00:02:00.241]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:53.1649025Z [00:02:00.241]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:53.1650383Z [00:02:00.241]➜  packagefile internal/godebug=/tmp/go-build504934049/b047/_pkg_.a
2025-08-20T19:15:53.1658008Z [00:02:00.242]➜  packagefile internal/stringslite=/tmp/go-build504934049/b031/_pkg_.a
2025-08-20T19:15:53.1659984Z [00:02:00.242]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:53.1661713Z [00:02:00.242]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:53.1667405Z [00:02:00.242]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:53.1669042Z [00:02:00.242]➜  packagefile syscall=/tmp/go-build504934049/b049/_pkg_.a
2025-08-20T19:15:53.1671167Z [00:02:00.242]➜  EOF
2025-08-20T19:15:53.1671674Z [00:02:00.242]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.1676516Z [00:02:00.242]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b046=>" -p time -lang=go1.25 -std -installsuffix shared -buildid SpkV7-F9eS-s5mbczKeK/SpkV7-F9eS-s5mbczKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T19:15:53.1735140Z [00:02:00.250]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T19:15:53.1741441Z [00:02:00.250]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d # internal
2025-08-20T19:15:53.1748279Z [00:02:00.251]➜  internal/syscall/unix
2025-08-20T19:15:53.1748998Z [00:02:00.251]➜  mkdir -p $WORK/b064/
2025-08-20T19:15:53.1765077Z [00:02:00.251]➜  cat >/tmp/go-build504934049/b064/importcfg << 'EOF' # internal
2025-08-20T19:15:53.1768241Z [00:02:00.253]➜  # import config
2025-08-20T19:15:53.1769004Z [00:02:00.253]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:53.1769879Z [00:02:00.253]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:15:53.1770727Z [00:02:00.253]➜  packagefile syscall=/tmp/go-build504934049/b049/_pkg_.a
2025-08-20T19:15:53.1771346Z [00:02:00.253]➜  EOF
2025-08-20T19:15:53.1784090Z [00:02:00.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b064=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Psg3J4fdrymlNBBWuZrK/Psg3J4fdrymlNBBWuZrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_newfstatat_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_amd64.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T19:15:53.1860242Z [00:02:00.262]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:15:53.1868041Z [00:02:00.263]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_x014.o -c gcc_amd64.S
2025-08-20T19:15:53.2039777Z [00:02:00.280]➜  cd $WORK/b074
2025-08-20T19:15:53.2060265Z [00:02:00.282]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b074/_cgo_main.o -c _cgo_main.c
2025-08-20T19:15:53.2125340Z [00:02:00.289]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T19:15:53.2133042Z [00:02:00.289]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d # internal
2025-08-20T19:15:53.2134575Z [00:02:00.289]➜  internal/syscall/execenv
2025-08-20T19:15:53.2135376Z [00:02:00.289]➜  mkdir -p $WORK/b065/
2025-08-20T19:15:53.2137897Z [00:02:00.290]➜  cat >/tmp/go-build504934049/b065/importcfg << 'EOF' # internal
2025-08-20T19:15:53.2139410Z [00:02:00.290]➜  # import config
2025-08-20T19:15:53.2140086Z [00:02:00.290]➜  packagefile syscall=/tmp/go-build504934049/b049/_pkg_.a
2025-08-20T19:15:53.2140710Z [00:02:00.290]➜  EOF
2025-08-20T19:15:53.2141216Z [00:02:00.290]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.2144536Z [00:02:00.290]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b065=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid VBTr6_FsAtNdiuAsmKeK/VBTr6_FsAtNdiuAsmKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T19:15:53.2260173Z [00:02:00.302]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T19:15:53.2285583Z [00:02:00.305]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d # internal
2025-08-20T19:15:53.2286667Z [00:02:00.305]➜  crypto/internal/impl
2025-08-20T19:15:53.2287178Z [00:02:00.305]➜  mkdir -p $WORK/b098/
2025-08-20T19:15:53.2287884Z [00:02:00.305]➜  cat >/tmp/go-build504934049/b098/importcfg << 'EOF' # internal
2025-08-20T19:15:53.2288552Z [00:02:00.305]➜  # import config
2025-08-20T19:15:53.2289261Z [00:02:00.305]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:15:53.2289890Z [00:02:00.305]➜  EOF
2025-08-20T19:15:53.2293687Z [00:02:00.305]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b098=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid MTfnrs0FwfvqLipeq-UV/MTfnrs0FwfvqLipeq-UV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T19:15:53.2356708Z [00:02:00.310]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -o $WORK/b074/_cgo_.o $WORK/b074/_cgo_main.o $WORK/b074/preferlinkext $WORK/b074/_x001.o $WORK/b074/_x002.o $WORK/b074/_x003.o $WORK/b074/_x004.o $WORK/b074/_x005.o $WORK/b074/_x006.o $WORK/b074/_x007.o $WORK/b074/_x008.o $WORK/b074/_x009.o $WORK/b074/_x010.o $WORK/b074/_x011.o $WORK/b074/_x012.o $WORK/b074/_x013.o $WORK/b074/_x014.o -O2 -g -lpthread
2025-08-20T19:15:53.2460341Z [00:02:00.322]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T19:15:53.2470288Z [00:02:00.323]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d # internal
2025-08-20T19:15:53.2509441Z [00:02:00.327]➜  crypto/internal/fips140/sha256
2025-08-20T19:15:53.2511462Z [00:02:00.327]➜  mkdir -p $WORK/b095/
2025-08-20T19:15:53.2513717Z [00:02:00.327]➜  echo -n > $WORK/b095/go_asm.h # internal
2025-08-20T19:15:53.2517734Z [00:02:00.328]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T19:15:53.2521203Z [00:02:00.328]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b095=>" -I $WORK/b095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b095/symabis ./sha256block_amd64.s
2025-08-20T19:15:53.2587783Z [00:02:00.335]➜  cat >/tmp/go-build504934049/b095/importcfg << 'EOF' # internal
2025-08-20T19:15:53.2592019Z [00:02:00.335]➜  # import config
2025-08-20T19:15:53.2593119Z [00:02:00.335]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:53.2594110Z [00:02:00.335]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:15:53.2595348Z [00:02:00.335]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:53.2596586Z [00:02:00.335]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build504934049/b097/_pkg_.a
2025-08-20T19:15:53.2597685Z [00:02:00.335]➜  packagefile crypto/internal/impl=/tmp/go-build504934049/b098/_pkg_.a
2025-08-20T19:15:53.2598605Z [00:02:00.335]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:53.2599443Z [00:02:00.335]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:15:53.2600316Z [00:02:00.335]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:53.2601005Z [00:02:00.335]➜  EOF
2025-08-20T19:15:53.2601491Z [00:02:00.335]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.2609715Z [00:02:00.337]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b095=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid mgJv6PkvVtvfK86miliL/mgJv6PkvVtvfK86miliL -goversion go1.25.0 -symabis $WORK/b095/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack -asmhdr $WORK/b095/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_amd64.go
2025-08-20T19:15:53.2998606Z [00:02:00.376]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T19:15:53.3001162Z [00:02:00.376]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b095=>" -I $WORK/b095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b095/sha256block_amd64.o ./sha256block_amd64.s
2025-08-20T19:15:53.3080803Z [00:02:00.384]➜  go tool pack r $WORK/b095/_pkg_.a $WORK/b095/sha256block_amd64.o # internal
2025-08-20T19:15:53.3081784Z [00:02:00.384]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T19:15:53.3107041Z [00:02:00.385]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d # internal
2025-08-20T19:15:53.3108219Z [00:02:00.387]➜  crypto/internal/fips140/sha3
2025-08-20T19:15:53.3108784Z [00:02:00.387]➜  mkdir -p $WORK/b099/
2025-08-20T19:15:53.3109383Z [00:02:00.387]➜  echo -n > $WORK/b099/go_asm.h # internal
2025-08-20T19:15:53.3110094Z [00:02:00.387]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T19:15:53.3112682Z [00:02:00.387]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b099=>" -I $WORK/b099/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b099/symabis ./sha3_amd64.s
2025-08-20T19:15:53.3195440Z [00:02:00.396]➜  cat >/tmp/go-build504934049/b099/importcfg << 'EOF' # internal
2025-08-20T19:15:53.3196198Z [00:02:00.396]➜  # import config
2025-08-20T19:15:53.3196863Z [00:02:00.396]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:53.3197711Z [00:02:00.396]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:15:53.3198793Z [00:02:00.396]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build504934049/b100/_pkg_.a
2025-08-20T19:15:53.3199976Z [00:02:00.396]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:53.3201459Z [00:02:00.396]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build504934049/b097/_pkg_.a
2025-08-20T19:15:53.3202640Z [00:02:00.396]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:53.3203470Z [00:02:00.396]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:53.3204148Z [00:02:00.396]➜  EOF
2025-08-20T19:15:53.3204641Z [00:02:00.396]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.3216623Z [00:02:00.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b099=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid pKhCNDCH0S9hFXn29YXH/pKhCNDCH0S9hFXn29YXH -goversion go1.25.0 -symabis $WORK/b099/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack -asmhdr $WORK/b099/go_asm.h /root/.go/src/crypto/internal/fips140/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_amd64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T19:15:53.3318768Z [00:02:00.406]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -o $WORK/b074/_cgo_.o $WORK/b074/_cgo_main.o $WORK/b074/preferlinkext $WORK/b074/_x001.o $WORK/b074/_x002.o $WORK/b074/_x003.o $WORK/b074/_x004.o $WORK/b074/_x005.o $WORK/b074/_x006.o $WORK/b074/_x007.o $WORK/b074/_x008.o $WORK/b074/_x009.o $WORK/b074/_x010.o $WORK/b074/_x011.o $WORK/b074/_x012.o $WORK/b074/_x013.o $WORK/b074/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T19:15:53.3323136Z [00:02:00.406]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b074/_cgo_.o -dynout $WORK/b074/_cgo_import.go -dynlinker
2025-08-20T19:15:53.3345065Z [00:02:00.410]➜  echo -n > $WORK/b074/go_asm.h # internal
2025-08-20T19:15:53.3345831Z [00:02:00.411]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:15:53.3348408Z [00:02:00.411]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b074=>" -I $WORK/b074/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b074/symabis ./asm_amd64.s
2025-08-20T19:15:53.3385931Z [00:02:00.415]➜  cat >/tmp/go-build504934049/b074/importcfg << 'EOF' # internal
2025-08-20T19:15:53.3386768Z [00:02:00.415]➜  # import config
2025-08-20T19:15:53.3387484Z [00:02:00.415]➜  packagefile internal/runtime/sys=/tmp/go-build504934049/b030/_pkg_.a
2025-08-20T19:15:53.3388368Z [00:02:00.415]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:53.3389197Z [00:02:00.415]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:15:53.3389873Z [00:02:00.415]➜  EOF
2025-08-20T19:15:53.3390446Z [00:02:00.415]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.3396131Z [00:02:00.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b074=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid iBW1RfTeOg3zu7emqzxD/iBW1RfTeOg3zu7emqzxD -goversion go1.25.0 -symabis $WORK/b074/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack -asmhdr $WORK/b074/go_asm.h /root/.go/src/runtime/cgo/callbacks.go /root/.go/src/runtime/cgo/callbacks_traceback.go /root/.go/src/runtime/cgo/handle.go /root/.go/src/runtime/cgo/iscgo.go /root/.go/src/runtime/cgo/linux.go /root/.go/src/runtime/cgo/mmap.go /root/.go/src/runtime/cgo/setenv.go /root/.go/src/runtime/cgo/sigaction.go $WORK/b074/_cgo_gotypes.go $WORK/b074/cgo.cgo1.go $WORK/b074/_cgo_import.go
2025-08-20T19:15:53.3835162Z [00:02:00.459]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T19:15:53.3837944Z [00:02:00.459]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b099=>" -I $WORK/b099/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b099/sha3_amd64.o ./sha3_amd64.s
2025-08-20T19:15:53.4008155Z [00:02:00.477]➜  go tool pack r $WORK/b099/_pkg_.a $WORK/b099/sha3_amd64.o # internal
2025-08-20T19:15:53.4011409Z [00:02:00.477]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T19:15:53.4020559Z [00:02:00.478]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d # internal
2025-08-20T19:15:53.4047528Z [00:02:00.481]➜  crypto/internal/fips140/sha512
2025-08-20T19:15:53.4051002Z [00:02:00.481]➜  mkdir -p $WORK/b101/
2025-08-20T19:15:53.4052143Z [00:02:00.481]➜  echo -n > $WORK/b101/go_asm.h # internal
2025-08-20T19:15:53.4065073Z [00:02:00.481]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T19:15:53.4067838Z [00:02:00.481]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b101=>" -I $WORK/b101/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b101/symabis ./sha512block_amd64.s
2025-08-20T19:15:53.4225493Z [00:02:00.498]➜  cat >/tmp/go-build504934049/b101/importcfg << 'EOF' # internal
2025-08-20T19:15:53.4233832Z [00:02:00.498]➜  # import config
2025-08-20T19:15:53.4234548Z [00:02:00.498]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:53.4235554Z [00:02:00.498]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:15:53.4236767Z [00:02:00.498]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:53.4238033Z [00:02:00.498]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build504934049/b097/_pkg_.a
2025-08-20T19:15:53.4239207Z [00:02:00.498]➜  packagefile crypto/internal/impl=/tmp/go-build504934049/b098/_pkg_.a
2025-08-20T19:15:53.4240146Z [00:02:00.498]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:53.4241337Z [00:02:00.498]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:15:53.4242178Z [00:02:00.498]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:53.4243058Z [00:02:00.499]➜  EOF
2025-08-20T19:15:53.4243616Z [00:02:00.499]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.4248935Z [00:02:00.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b101=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid NqVWzt-uxvhAMtyS56fb/NqVWzt-uxvhAMtyS56fb -goversion go1.25.0 -symabis $WORK/b101/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack -asmhdr $WORK/b101/go_asm.h /root/.go/src/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_amd64.go
2025-08-20T19:15:53.4861870Z [00:02:00.562]➜  cp /root/.go/src/runtime/cgo/abi_amd64.h $WORK/b074/abi_GOARCH.h
2025-08-20T19:15:53.4863439Z [00:02:00.562]➜  cd /root/.go/src/runtime/cgo
2025-08-20T19:15:53.4866480Z [00:02:00.562]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b074=>" -I $WORK/b074/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b074/asm_amd64.o ./asm_amd64.s
2025-08-20T19:15:53.4984434Z [00:02:00.574]➜  go tool pack r $WORK/b074/_pkg_.a $WORK/b074/asm_amd64.o $WORK/b074/preferlinkext $WORK/b074/_x001.o $WORK/b074/_x002.o $WORK/b074/_x003.o $WORK/b074/_x004.o $WORK/b074/_x005.o $WORK/b074/_x006.o $WORK/b074/_x007.o $WORK/b074/_x008.o $WORK/b074/_x009.o $WORK/b074/_x010.o $WORK/b074/_x011.o $WORK/b074/_x012.o $WORK/b074/_x013.o $WORK/b074/_x014.o # internal
2025-08-20T19:15:53.4988118Z [00:02:00.575]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T19:15:53.5023861Z [00:02:00.578]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T19:15:53.5028527Z [00:02:00.578]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b101=>" -I $WORK/b101/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b101/sha512block_amd64.o ./sha512block_amd64.s
2025-08-20T19:15:53.5039926Z [00:02:00.580]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d # internal
2025-08-20T19:15:53.5043672Z [00:02:00.580]➜  math/rand/v2
2025-08-20T19:15:53.5044199Z [00:02:00.580]➜  mkdir -p $WORK/b107/
2025-08-20T19:15:53.5048711Z [00:02:00.581]➜  cat >/tmp/go-build504934049/b107/importcfg << 'EOF' # internal
2025-08-20T19:15:53.5049899Z [00:02:00.581]➜  # import config
2025-08-20T19:15:53.5050770Z [00:02:00.581]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:53.5064111Z [00:02:00.581]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:15:53.5065612Z [00:02:00.581]➜  packagefile internal/chacha8rand=/tmp/go-build504934049/b013/_pkg_.a
2025-08-20T19:15:53.5067412Z [00:02:00.581]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:15:53.5068689Z [00:02:00.581]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:53.5069730Z [00:02:00.581]➜  EOF
2025-08-20T19:15:53.5075884Z [00:02:00.584]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.5080398Z [00:02:00.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b107=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid nHJkHXwWtvYoiSAWDcVC/nHJkHXwWtvYoiSAWDcVC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T19:15:53.5243975Z [00:02:00.600]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T19:15:53.5248215Z [00:02:00.600]➜  go tool pack r $WORK/b101/_pkg_.a $WORK/b101/sha512block_amd64.o # internal
2025-08-20T19:15:53.5249128Z [00:02:00.600]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T19:15:53.5254188Z [00:02:00.601]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d # internal
2025-08-20T19:15:53.5281986Z [00:02:00.604]➜  crypto/internal/fips140/hmac
2025-08-20T19:15:53.5283749Z [00:02:00.604]➜  mkdir -p $WORK/b094/
2025-08-20T19:15:53.5286043Z [00:02:00.605]➜  cat >/tmp/go-build504934049/b094/importcfg << 'EOF' # internal
2025-08-20T19:15:53.5287576Z [00:02:00.605]➜  # import config
2025-08-20T19:15:53.5288212Z [00:02:00.605]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:53.5289188Z [00:02:00.605]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:15:53.5290295Z [00:02:00.605]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build504934049/b095/_pkg_.a
2025-08-20T19:15:53.5291408Z [00:02:00.605]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build504934049/b099/_pkg_.a
2025-08-20T19:15:53.5295392Z [00:02:00.605]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build504934049/b101/_pkg_.a
2025-08-20T19:15:53.5296474Z [00:02:00.605]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:53.5297279Z [00:02:00.605]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:15:53.5297867Z [00:02:00.605]➜  EOF
2025-08-20T19:15:53.5298363Z [00:02:00.605]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.5302732Z [00:02:00.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b094=>" -p crypto/internal/fips140/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid Xiiz0L1g_PX2TJEdwLnE/Xiiz0L1g_PX2TJEdwLnE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T19:15:53.6063150Z [00:02:00.682]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T19:15:53.6065509Z [00:02:00.682]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d # internal
2025-08-20T19:15:53.6097062Z [00:02:00.686]➜  crypto/internal/fips140/check
2025-08-20T19:15:53.6097963Z [00:02:00.686]➜  mkdir -p $WORK/b093/
2025-08-20T19:15:53.6104509Z [00:02:00.686]➜  cat >/tmp/go-build504934049/b093/importcfg << 'EOF' # internal
2025-08-20T19:15:53.6105391Z [00:02:00.686]➜  # import config
2025-08-20T19:15:53.6106235Z [00:02:00.686]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:15:53.6107320Z [00:02:00.686]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build504934049/b094/_pkg_.a
2025-08-20T19:15:53.6108418Z [00:02:00.686]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build504934049/b095/_pkg_.a
2025-08-20T19:15:53.6109588Z [00:02:00.686]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:53.6110805Z [00:02:00.687]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build504934049/b091/_pkg_.a
2025-08-20T19:15:53.6111778Z [00:02:00.687]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:53.6112355Z [00:02:00.687]➜  EOF
2025-08-20T19:15:53.6115863Z [00:02:00.687]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b093=>" -p crypto/internal/fips140/check -lang=go1.25 -std -complete -installsuffix shared -buildid Zxi71vD5hbYwOcUgAqgZ/Zxi71vD5hbYwOcUgAqgZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T19:15:53.6269821Z [00:02:00.703]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T19:15:53.6289286Z [00:02:00.704]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d # internal
2025-08-20T19:15:53.6291855Z [00:02:00.705]➜  crypto/internal/randutil
2025-08-20T19:15:53.6292789Z [00:02:00.705]➜  mkdir -p $WORK/b106/
2025-08-20T19:15:53.6294514Z [00:02:00.705]➜  cat >/tmp/go-build504934049/b106/importcfg << 'EOF' # internal
2025-08-20T19:15:53.6295171Z [00:02:00.705]➜  # import config
2025-08-20T19:15:53.6295765Z [00:02:00.705]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:53.6296582Z [00:02:00.705]➜  packagefile math/rand/v2=/tmp/go-build504934049/b107/_pkg_.a
2025-08-20T19:15:53.6297244Z [00:02:00.705]➜  EOF
2025-08-20T19:15:53.6300408Z [00:02:00.706]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b106=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid _LRhhiq8CBtsB7r7ckZx/_LRhhiq8CBtsB7r7ckZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T19:15:53.6487033Z [00:02:00.725]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T19:15:53.6494413Z [00:02:00.725]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d # internal
2025-08-20T19:15:53.6499606Z [00:02:00.726]➜  crypto/internal/fips140/aes
2025-08-20T19:15:53.6500348Z [00:02:00.726]➜  mkdir -p $WORK/b089/
2025-08-20T19:15:53.6504405Z [00:02:00.726]➜  echo -n > $WORK/b089/go_asm.h # internal
2025-08-20T19:15:53.6506455Z [00:02:00.727]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T19:15:53.6508965Z [00:02:00.727]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b089=>" -I $WORK/b089/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b089/symabis ./aes_amd64.s ./ctr_amd64.s
2025-08-20T19:15:53.6584473Z [00:02:00.734]➜  cat >/tmp/go-build504934049/b089/importcfg << 'EOF' # internal
2025-08-20T19:15:53.6585110Z [00:02:00.734]➜  # import config
2025-08-20T19:15:53.6585761Z [00:02:00.734]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:53.6586672Z [00:02:00.734]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:15:53.6587768Z [00:02:00.734]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build504934049/b092/_pkg_.a
2025-08-20T19:15:53.6588922Z [00:02:00.734]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:15:53.6590023Z [00:02:00.734]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build504934049/b100/_pkg_.a
2025-08-20T19:15:53.6591271Z [00:02:00.734]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:53.6592645Z [00:02:00.734]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build504934049/b097/_pkg_.a
2025-08-20T19:15:53.6593827Z [00:02:00.734]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build504934049/b091/_pkg_.a
2025-08-20T19:15:53.6594915Z [00:02:00.734]➜  packagefile crypto/internal/impl=/tmp/go-build504934049/b098/_pkg_.a
2025-08-20T19:15:53.6595810Z [00:02:00.734]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:53.6596675Z [00:02:00.734]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:53.6597507Z [00:02:00.734]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:15:53.6598133Z [00:02:00.734]➜  EOF
2025-08-20T19:15:53.6608261Z [00:02:00.737]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.6615169Z [00:02:00.737]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b089=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid HsmuOwP-pFmxRFxv5gV2/HsmuOwP-pFmxRFxv5gV2 -goversion go1.25.0 -symabis $WORK/b089/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack -asmhdr $WORK/b089/go_asm.h /root/.go/src/crypto/internal/fips140/aes/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T19:15:53.6689273Z [00:02:00.745]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T19:15:53.6695253Z [00:02:00.746]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d # internal
2025-08-20T19:15:53.6702746Z [00:02:00.746]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T19:15:53.6704566Z [00:02:00.747]➜  mkdir -p $WORK/b116/
2025-08-20T19:15:53.6713776Z [00:02:00.747]➜  cat >/tmp/go-build504934049/b116/importcfg << 'EOF' # internal
2025-08-20T19:15:53.6714528Z [00:02:00.747]➜  # import config
2025-08-20T19:15:53.6715356Z [00:02:00.747]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:15:53.6716499Z [00:02:00.747]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build504934049/b100/_pkg_.a
2025-08-20T19:15:53.6717475Z [00:02:00.747]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:53.6718644Z [00:02:00.747]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:53.6719283Z [00:02:00.747]➜  EOF
2025-08-20T19:15:53.6728607Z [00:02:00.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b116=>" -p crypto/internal/fips140/nistec/fiat -lang=go1.25 -std -complete -installsuffix shared -buildid aAIROas4ZiygnXwYwICn/aAIROas4ZiygnXwYwICn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/.go/src/crypto/internal/fips140/nistec/fiat/cast.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_invert.go
2025-08-20T19:15:53.7884225Z [00:02:00.863]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T19:15:53.7886783Z [00:02:00.863]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b089=>" -I $WORK/b089/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b089/aes_amd64.o ./aes_amd64.s
2025-08-20T19:15:53.7977821Z [00:02:00.874]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b089=>" -I $WORK/b089/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b089/ctr_amd64.o ./ctr_amd64.s
2025-08-20T19:15:53.8050188Z [00:02:00.881]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T19:15:53.8124527Z [00:02:00.888]➜  go tool pack r $WORK/b089/_pkg_.a $WORK/b089/aes_amd64.o $WORK/b089/ctr_amd64.o # internal
2025-08-20T19:15:53.8125450Z [00:02:00.888]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T19:15:53.8126664Z [00:02:00.888]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d # internal
2025-08-20T19:15:53.8127836Z [00:02:00.888]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T19:15:53.8128462Z [00:02:00.888]➜  mkdir -p $WORK/b117/
2025-08-20T19:15:53.8129055Z [00:02:00.888]➜  echo -n > $WORK/b117/go_asm.h # internal
2025-08-20T19:15:53.8129775Z [00:02:00.888]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T19:15:53.8132763Z [00:02:00.888]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b117=>" -I $WORK/b117/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b117/symabis ./fe_amd64.s
2025-08-20T19:15:53.8135694Z [00:02:00.889]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d # internal
2025-08-20T19:15:53.8136646Z [00:02:00.889]➜  io/fs
2025-08-20T19:15:53.8137022Z [00:02:00.889]➜  mkdir -p $WORK/b038/
2025-08-20T19:15:53.8158636Z [00:02:00.892]➜  cat >/tmp/go-build504934049/b038/importcfg << 'EOF' # internal
2025-08-20T19:15:53.8159326Z [00:02:00.892]➜  # import config
2025-08-20T19:15:53.8159915Z [00:02:00.892]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:53.8160704Z [00:02:00.892]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:53.8161895Z [00:02:00.892]➜  packagefile internal/oserror=/tmp/go-build504934049/b039/_pkg_.a
2025-08-20T19:15:53.8162928Z [00:02:00.892]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:53.8163677Z [00:02:00.892]➜  packagefile path=/tmp/go-build504934049/b040/_pkg_.a
2025-08-20T19:15:53.8164417Z [00:02:00.892]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:15:53.8165128Z [00:02:00.892]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:15:53.8165876Z [00:02:00.892]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:15:53.8166464Z [00:02:00.892]➜  EOF
2025-08-20T19:15:53.8166910Z [00:02:00.892]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.8170836Z [00:02:00.892]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b038=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid pq2CM60xOM7HPAgcBiSM/pq2CM60xOM7HPAgcBiSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T19:15:53.8218971Z [00:02:00.898]➜  cat >/tmp/go-build504934049/b117/importcfg << 'EOF' # internal
2025-08-20T19:15:53.8219689Z [00:02:00.898]➜  # import config
2025-08-20T19:15:53.8220519Z [00:02:00.898]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:15:53.8221588Z [00:02:00.898]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build504934049/b100/_pkg_.a
2025-08-20T19:15:53.8233183Z [00:02:00.898]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:53.8234267Z [00:02:00.898]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:53.8235097Z [00:02:00.898]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:53.8235726Z [00:02:00.898]➜  EOF
2025-08-20T19:15:53.8240527Z [00:02:00.898]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b117=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -installsuffix shared -buildid e_GAB4rhbgWoyM3MCIOm/e_GAB4rhbgWoyM3MCIOm -goversion go1.25.0 -symabis $WORK/b117/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack -asmhdr $WORK/b117/go_asm.h /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T19:15:53.9411838Z [00:02:01.017]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T19:15:53.9415370Z [00:02:01.017]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b117=>" -I $WORK/b117/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b117/fe_amd64.o ./fe_amd64.s
2025-08-20T19:15:53.9467672Z [00:02:01.022]➜  go tool pack r $WORK/b117/_pkg_.a $WORK/b117/fe_amd64.o # internal
2025-08-20T19:15:53.9468467Z [00:02:01.023]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T19:15:53.9478653Z [00:02:01.024]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d # internal
2025-08-20T19:15:53.9489371Z [00:02:01.025]➜  internal/poll
2025-08-20T19:15:53.9489896Z [00:02:01.025]➜  mkdir -p $WORK/b063/
2025-08-20T19:15:53.9491312Z [00:02:01.025]➜  cat >/tmp/go-build504934049/b063/importcfg << 'EOF' # internal
2025-08-20T19:15:53.9492273Z [00:02:01.025]➜  # import config
2025-08-20T19:15:53.9494412Z [00:02:01.025]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:53.9495524Z [00:02:01.025]➜  packagefile internal/itoa=/tmp/go-build504934049/b050/_pkg_.a
2025-08-20T19:15:53.9496432Z [00:02:01.025]➜  packagefile internal/syscall/unix=/tmp/go-build504934049/b064/_pkg_.a
2025-08-20T19:15:53.9497253Z [00:02:01.025]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:53.9498017Z [00:02:01.025]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:53.9498769Z [00:02:01.025]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:53.9499573Z [00:02:01.025]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:15:53.9500393Z [00:02:01.025]➜  packagefile syscall=/tmp/go-build504934049/b049/_pkg_.a
2025-08-20T19:15:53.9501171Z [00:02:01.025]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:15:53.9501789Z [00:02:01.025]➜  EOF
2025-08-20T19:15:53.9502333Z [00:02:01.025]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.9511682Z [00:02:01.025]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b063=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid aMkCY-hXUPExFrik4-fF/aMkCY-hXUPExFrik4-fF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T19:15:53.9531136Z [00:02:01.029]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T19:15:53.9633102Z [00:02:01.039]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d # internal
2025-08-20T19:15:53.9720144Z [00:02:01.048]➜  embed
2025-08-20T19:15:53.9720665Z [00:02:01.048]➜  mkdir -p $WORK/b002/
2025-08-20T19:15:53.9724263Z [00:02:01.049]➜  cat >/tmp/go-build504934049/b002/importcfg << 'EOF' # internal
2025-08-20T19:15:53.9724945Z [00:02:01.049]➜  # import config
2025-08-20T19:15:53.9725598Z [00:02:01.049]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:53.9726498Z [00:02:01.049]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:53.9727526Z [00:02:01.049]➜  packagefile internal/stringslite=/tmp/go-build504934049/b031/_pkg_.a
2025-08-20T19:15:53.9728429Z [00:02:01.049]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:53.9729239Z [00:02:01.049]➜  packagefile io/fs=/tmp/go-build504934049/b038/_pkg_.a
2025-08-20T19:15:53.9730057Z [00:02:01.049]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:15:53.9730662Z [00:02:01.049]➜  EOF
2025-08-20T19:15:53.9733358Z [00:02:01.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b002=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid 12Vewhxkdt4YH69F8bba/12Vewhxkdt4YH69F8bba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T19:15:53.9771317Z [00:02:01.053]➜  cd /root/.go/src/reflect
2025-08-20T19:15:53.9773653Z [00:02:01.053]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b060=>" -I $WORK/b060/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b060/asm_amd64.o ./asm_amd64.s
2025-08-20T19:15:53.9820736Z [00:02:01.058]➜  go tool pack r $WORK/b060/_pkg_.a $WORK/b060/asm_amd64.o # internal
2025-08-20T19:15:53.9821994Z [00:02:01.058]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T19:15:53.9955168Z [00:02:01.072]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d # internal
2025-08-20T19:15:53.9956722Z [00:02:01.072]➜  internal/fmtsort
2025-08-20T19:15:53.9957407Z [00:02:01.072]➜  mkdir -p $WORK/b059/
2025-08-20T19:15:53.9959251Z [00:02:01.072]➜  cat >/tmp/go-build504934049/b059/importcfg << 'EOF' # internal
2025-08-20T19:15:53.9959927Z [00:02:01.072]➜  # import config
2025-08-20T19:15:53.9960593Z [00:02:01.072]➜  packagefile cmp=/tmp/go-build504934049/b043/_pkg_.a
2025-08-20T19:15:53.9961455Z [00:02:01.072]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:15:53.9962292Z [00:02:01.072]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:15:53.9964158Z [00:02:01.072]➜  EOF
2025-08-20T19:15:53.9964676Z [00:02:01.072]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:53.9967857Z [00:02:01.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b059=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid cYUTo3b48V3JDSnH5ZsN/cYUTo3b48V3JDSnH5ZsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T19:15:54.0099794Z [00:02:01.086]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T19:15:54.0108942Z [00:02:01.087]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d # internal
2025-08-20T19:15:54.0113685Z [00:02:01.087]➜  internal/filepathlite
2025-08-20T19:15:54.0141238Z [00:02:01.087]➜  mkdir -p $WORK/b062/
2025-08-20T19:15:54.0142031Z [00:02:01.088]➜  cat >/tmp/go-build504934049/b062/importcfg << 'EOF' # internal
2025-08-20T19:15:54.0143329Z [00:02:01.088]➜  # import config
2025-08-20T19:15:54.0143966Z [00:02:01.088]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:54.0144850Z [00:02:01.088]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:54.0145861Z [00:02:01.088]➜  packagefile internal/stringslite=/tmp/go-build504934049/b031/_pkg_.a
2025-08-20T19:15:54.0146796Z [00:02:01.088]➜  packagefile io/fs=/tmp/go-build504934049/b038/_pkg_.a
2025-08-20T19:15:54.0147589Z [00:02:01.088]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:15:54.0148178Z [00:02:01.088]➜  EOF
2025-08-20T19:15:54.0151840Z [00:02:01.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b062=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 8QpI-0QHZ2zFbmcSrCfr/8QpI-0QHZ2zFbmcSrCfr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T19:15:54.0472761Z [00:02:01.123]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T19:15:54.0483863Z [00:02:01.124]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d # internal
2025-08-20T19:15:54.0768265Z [00:02:01.153]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T19:15:54.0769734Z [00:02:01.153]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d # internal
2025-08-20T19:15:54.0770787Z [00:02:01.153]➜  context
2025-08-20T19:15:54.0772036Z [00:02:01.153]➜  mkdir -p $WORK/b079/
2025-08-20T19:15:54.0778639Z [00:02:01.154]➜  cat >/tmp/go-build504934049/b079/importcfg << 'EOF' # internal
2025-08-20T19:15:54.0779390Z [00:02:01.154]➜  # import config
2025-08-20T19:15:54.0780776Z [00:02:01.154]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:54.0782618Z [00:02:01.154]➜  packagefile internal/reflectlite=/tmp/go-build504934049/b004/_pkg_.a
2025-08-20T19:15:54.0783919Z [00:02:01.154]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:54.0813857Z [00:02:01.154]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:15:54.0815187Z [00:02:01.154]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:15:54.0816496Z [00:02:01.154]➜  EOF
2025-08-20T19:15:54.0820009Z [00:02:01.154]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b079=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid cqkdNwrifRVhLsX1-tMY/cqkdNwrifRVhLsX1-tMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/context/context.go
2025-08-20T19:15:54.1726342Z [00:02:01.249]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T19:15:54.1742247Z [00:02:01.250]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d # internal
2025-08-20T19:15:54.1747879Z [00:02:01.251]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T19:15:54.1793906Z [00:02:01.254]➜  math/rand
2025-08-20T19:15:54.1795950Z [00:02:01.254]➜  mkdir -p $WORK/b121/
2025-08-20T19:15:54.1797380Z [00:02:01.254]➜  cat >/tmp/go-build504934049/b121/importcfg << 'EOF' # internal
2025-08-20T19:15:54.1798403Z [00:02:01.254]➜  # import config
2025-08-20T19:15:54.1801166Z [00:02:01.254]➜  packagefile internal/godebug=/tmp/go-build504934049/b047/_pkg_.a
2025-08-20T19:15:54.1802029Z [00:02:01.254]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:15:54.1803041Z [00:02:01.254]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:54.1803900Z [00:02:01.254]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:15:54.1804813Z [00:02:01.254]➜  EOF
2025-08-20T19:15:54.1808299Z [00:02:01.254]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b121=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid IdCcwEfHNes69rENPqub/IdCcwEfHNes69rENPqub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T19:15:54.1827436Z [00:02:01.259]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d # internal
2025-08-20T19:15:54.1855049Z [00:02:01.261]➜  os
2025-08-20T19:15:54.1857817Z [00:02:01.262]➜  mkdir -p $WORK/b061/
2025-08-20T19:15:54.1867099Z [00:02:01.263]➜  cat >/tmp/go-build504934049/b061/importcfg << 'EOF' # internal
2025-08-20T19:15:54.1868217Z [00:02:01.263]➜  # import config
2025-08-20T19:15:54.1868879Z [00:02:01.263]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:54.1869763Z [00:02:01.263]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:54.1870693Z [00:02:01.263]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:15:54.1871545Z [00:02:01.263]➜  packagefile internal/filepathlite=/tmp/go-build504934049/b062/_pkg_.a
2025-08-20T19:15:54.1872600Z [00:02:01.263]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:15:54.1873496Z [00:02:01.263]➜  packagefile internal/itoa=/tmp/go-build504934049/b050/_pkg_.a
2025-08-20T19:15:54.1874361Z [00:02:01.263]➜  packagefile internal/poll=/tmp/go-build504934049/b063/_pkg_.a
2025-08-20T19:15:54.1875285Z [00:02:01.263]➜  packagefile internal/stringslite=/tmp/go-build504934049/b031/_pkg_.a
2025-08-20T19:15:54.1876580Z [00:02:01.263]➜  packagefile internal/syscall/execenv=/tmp/go-build504934049/b065/_pkg_.a
2025-08-20T19:15:54.1877672Z [00:02:01.263]➜  packagefile internal/syscall/unix=/tmp/go-build504934049/b064/_pkg_.a
2025-08-20T19:15:54.1878776Z [00:02:01.263]➜  packagefile internal/testlog=/tmp/go-build504934049/b066/_pkg_.a
2025-08-20T19:15:54.1879648Z [00:02:01.263]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:54.1880399Z [00:02:01.263]➜  packagefile io/fs=/tmp/go-build504934049/b038/_pkg_.a
2025-08-20T19:15:54.1881190Z [00:02:01.263]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:54.1881943Z [00:02:01.263]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:15:54.1883025Z [00:02:01.263]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:54.1883854Z [00:02:01.263]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:15:54.1884828Z [00:02:01.263]➜  packagefile syscall=/tmp/go-build504934049/b049/_pkg_.a
2025-08-20T19:15:54.1885614Z [00:02:01.263]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:15:54.1886216Z [00:02:01.263]➜  EOF
2025-08-20T19:15:54.1898055Z [00:02:01.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b061=>" -p os -lang=go1.25 -std -installsuffix shared -buildid It42hYxCHsgGWMfaclET/It42hYxCHsgGWMfaclET -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T19:15:54.2698385Z [00:02:01.346]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T19:15:54.2740014Z [00:02:01.350]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d # internal
2025-08-20T19:15:54.2754316Z [00:02:01.351]➜  crypto/internal/fips140/nistec
2025-08-20T19:15:54.2755008Z [00:02:01.352]➜  mkdir -p $WORK/b115/
2025-08-20T19:15:54.2762337Z [00:02:01.352]➜  echo -n > $WORK/b115/go_asm.h # internal
2025-08-20T19:15:54.2769526Z [00:02:01.353]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T19:15:54.2779098Z [00:02:01.354]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b115=>" -I $WORK/b115/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b115/symabis ./p256_asm_amd64.s
2025-08-20T19:15:54.2852817Z [00:02:01.361]➜  cat >/tmp/go-build504934049/b115/importcfg << 'EOF' # internal
2025-08-20T19:15:54.2865916Z [00:02:01.362]➜  # import config
2025-08-20T19:15:54.2866790Z [00:02:01.362]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:15:54.2868270Z [00:02:01.362]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build504934049/b116/_pkg_.a
2025-08-20T19:15:54.2869480Z [00:02:01.362]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build504934049/b100/_pkg_.a
2025-08-20T19:15:54.2870677Z [00:02:01.362]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:54.2871670Z [00:02:01.362]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:54.2872758Z [00:02:01.362]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:54.2873601Z [00:02:01.362]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:54.2874340Z [00:02:01.362]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:54.2874920Z [00:02:01.362]➜  EOF
2025-08-20T19:15:54.2875433Z [00:02:01.362]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:54.2881965Z [00:02:01.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b115=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid t8YtTJCyCZCeJ-gYho82/t8YtTJCyCZCeJ-gYho82 -goversion go1.25.0 -symabis $WORK/b115/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack -asmhdr $WORK/b115/go_asm.h /root/.go/src/crypto/internal/fips140/nistec/nistec.go /root/.go/src/crypto/internal/fips140/nistec/p224.go /root/.go/src/crypto/internal/fips140/nistec/p224_sqrt.go /root/.go/src/crypto/internal/fips140/nistec/p256_asm.go /root/.go/src/crypto/internal/fips140/nistec/p256_ordinv.go /root/.go/src/crypto/internal/fips140/nistec/p256_table.go /root/.go/src/crypto/internal/fips140/nistec/p384.go /root/.go/src/crypto/internal/fips140/nistec/p521.go
2025-08-20T19:15:54.3093175Z [00:02:01.385]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T19:15:54.3118627Z [00:02:01.388]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d # internal
2025-08-20T19:15:54.3120481Z [00:02:01.388]➜  crypto/internal/fips140/bigmod
2025-08-20T19:15:54.3121623Z [00:02:01.388]➜  mkdir -p $WORK/b124/
2025-08-20T19:15:54.3123111Z [00:02:01.388]➜  echo -n > $WORK/b124/go_asm.h # internal
2025-08-20T19:15:54.3124128Z [00:02:01.388]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T19:15:54.3126974Z [00:02:01.388]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b124/symabis ./nat_amd64.s
2025-08-20T19:15:54.3196631Z [00:02:01.396]➜  cat >/tmp/go-build504934049/b124/importcfg << 'EOF' # internal
2025-08-20T19:15:54.3197336Z [00:02:01.396]➜  # import config
2025-08-20T19:15:54.3198136Z [00:02:01.396]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:15:54.3199307Z [00:02:01.396]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:54.3200449Z [00:02:01.396]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build504934049/b097/_pkg_.a
2025-08-20T19:15:54.3201425Z [00:02:01.396]➜  packagefile crypto/internal/impl=/tmp/go-build504934049/b098/_pkg_.a
2025-08-20T19:15:54.3202242Z [00:02:01.396]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:54.3203190Z [00:02:01.396]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:54.3203739Z [00:02:01.396]➜  EOF
2025-08-20T19:15:54.3211904Z [00:02:01.397]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:54.3218832Z [00:02:01.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b124=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid sidcv3mO1PENxxbisPmC/sidcv3mO1PENxxbisPmC -goversion go1.25.0 -symabis $WORK/b124/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack -asmhdr $WORK/b124/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T19:15:54.4499865Z [00:02:01.526]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T19:15:54.4505101Z [00:02:01.526]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b124/nat_amd64.o ./nat_amd64.s
2025-08-20T19:15:54.4575219Z [00:02:01.534]➜  go tool pack r $WORK/b124/_pkg_.a $WORK/b124/nat_amd64.o # internal
2025-08-20T19:15:54.4595511Z [00:02:01.536]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T19:15:54.4601766Z [00:02:01.536]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d # internal
2025-08-20T19:15:54.4603065Z [00:02:01.536]➜  crypto/internal/fips140cache
2025-08-20T19:15:54.4603629Z [00:02:01.536]➜  mkdir -p $WORK/b125/
2025-08-20T19:15:54.4604322Z [00:02:01.536]➜  cat >/tmp/go-build504934049/b125/importcfg << 'EOF' # internal
2025-08-20T19:15:54.4604964Z [00:02:01.536]➜  # import config
2025-08-20T19:15:54.4605597Z [00:02:01.536]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:54.4606372Z [00:02:01.536]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:54.4607138Z [00:02:01.536]➜  packagefile weak=/tmp/go-build504934049/b126/_pkg_.a
2025-08-20T19:15:54.4607751Z [00:02:01.536]➜  EOF
2025-08-20T19:15:54.4608270Z [00:02:01.536]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:54.4611788Z [00:02:01.536]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b125=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid 4Os5LiBNx5-iw7jxvt0H/4Os5LiBNx5-iw7jxvt0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T19:15:54.4765696Z [00:02:01.553]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T19:15:54.4783442Z [00:02:01.553]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d # internal
2025-08-20T19:15:54.4784686Z [00:02:01.554]➜  crypto/sha3
2025-08-20T19:15:54.4785210Z [00:02:01.554]➜  mkdir -p $WORK/b128/
2025-08-20T19:15:54.4785982Z [00:02:01.554]➜  cat >/tmp/go-build504934049/b128/importcfg << 'EOF' # internal
2025-08-20T19:15:54.4786693Z [00:02:01.554]➜  # import config
2025-08-20T19:15:54.4787359Z [00:02:01.554]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:15:54.4788398Z [00:02:01.554]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build504934049/b099/_pkg_.a
2025-08-20T19:15:54.4789408Z [00:02:01.554]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:15:54.4790030Z [00:02:01.554]➜  EOF
2025-08-20T19:15:54.4793001Z [00:02:01.554]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b128=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid pp5P7pKUITLhdsC9IHat/pp5P7pKUITLhdsC9IHat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T19:15:54.5156420Z [00:02:01.592]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T19:15:54.5164748Z [00:02:01.592]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d # internal
2025-08-20T19:15:54.5169598Z [00:02:01.593]➜  crypto/internal/fips140hash
2025-08-20T19:15:54.5170217Z [00:02:01.593]➜  mkdir -p $WORK/b127/
2025-08-20T19:15:54.5171290Z [00:02:01.593]➜  cat >/tmp/go-build504934049/b127/importcfg << 'EOF' # internal
2025-08-20T19:15:54.5172054Z [00:02:01.593]➜  # import config
2025-08-20T19:15:54.5173193Z [00:02:01.593]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build504934049/b099/_pkg_.a
2025-08-20T19:15:54.5175501Z [00:02:01.594]➜  packagefile crypto/sha3=/tmp/go-build504934049/b128/_pkg_.a
2025-08-20T19:15:54.5176985Z [00:02:01.594]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:15:54.5178036Z [00:02:01.594]➜  EOF
2025-08-20T19:15:54.5181890Z [00:02:01.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b127=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid HbGX3TiFEtVejraH8Tg6/HbGX3TiFEtVejraH8Tg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T19:15:54.5265633Z [00:02:01.603]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T19:15:54.5271930Z [00:02:01.603]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d # internal
2025-08-20T19:15:54.5281466Z [00:02:01.604]➜  crypto/internal/fips140/edwards25519
2025-08-20T19:15:54.5284262Z [00:02:01.605]➜  mkdir -p $WORK/b135/
2025-08-20T19:15:54.5285001Z [00:02:01.605]➜  cat >/tmp/go-build504934049/b135/importcfg << 'EOF' # internal
2025-08-20T19:15:54.5285643Z [00:02:01.605]➜  # import config
2025-08-20T19:15:54.5286433Z [00:02:01.605]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:15:54.5287653Z [00:02:01.605]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build504934049/b117/_pkg_.a
2025-08-20T19:15:54.5288895Z [00:02:01.605]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build504934049/b100/_pkg_.a
2025-08-20T19:15:54.5290148Z [00:02:01.605]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:54.5291173Z [00:02:01.605]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:54.5292325Z [00:02:01.605]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:54.5293327Z [00:02:01.605]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:54.5293909Z [00:02:01.605]➜  EOF
2025-08-20T19:15:54.5299875Z [00:02:01.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b135=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid Tg3QPo9m1aHoOG2PD3yz/Tg3QPo9m1aHoOG2PD3yz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/doc.go /root/.go/src/crypto/internal/fips140/edwards25519/edwards25519.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar_fiat.go /root/.go/src/crypto/internal/fips140/edwards25519/scalarmult.go /root/.go/src/crypto/internal/fips140/edwards25519/tables.go
2025-08-20T19:15:54.6919354Z [00:02:01.768]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T19:15:54.6952027Z [00:02:01.771]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d # internal
2025-08-20T19:15:54.6954697Z [00:02:01.772]➜  crypto/internal/fips140/hkdf
2025-08-20T19:15:54.6975374Z [00:02:01.774]➜  mkdir -p $WORK/b138/
2025-08-20T19:15:54.6980672Z [00:02:01.774]➜  cat >/tmp/go-build504934049/b138/importcfg << 'EOF' # internal
2025-08-20T19:15:54.6981691Z [00:02:01.774]➜  # import config
2025-08-20T19:15:54.6982917Z [00:02:01.774]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:54.6984119Z [00:02:01.774]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:15:54.6985805Z [00:02:01.774]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:15:54.6990237Z [00:02:01.774]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build504934049/b094/_pkg_.a
2025-08-20T19:15:54.6991437Z [00:02:01.774]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build504934049/b095/_pkg_.a
2025-08-20T19:15:54.6992369Z [00:02:01.774]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:54.6993278Z [00:02:01.774]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:15:54.6993833Z [00:02:01.774]➜  EOF
2025-08-20T19:15:54.7006126Z [00:02:01.776]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b138=>" -p crypto/internal/fips140/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid N8uSgjXMpzi3wKbDLxty/N8uSgjXMpzi3wKbDLxty -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T19:15:54.7459252Z [00:02:01.822]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T19:15:54.7473056Z [00:02:01.823]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d # internal
2025-08-20T19:15:54.7479139Z [00:02:01.824]➜  crypto/internal/fips140/tls12
2025-08-20T19:15:54.7484183Z [00:02:01.825]➜  mkdir -p $WORK/b141/
2025-08-20T19:15:54.7492704Z [00:02:01.825]➜  cat >/tmp/go-build504934049/b141/importcfg << 'EOF' # internal
2025-08-20T19:15:54.7493818Z [00:02:01.825]➜  # import config
2025-08-20T19:15:54.7494813Z [00:02:01.825]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:54.7496088Z [00:02:01.825]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:15:54.7497406Z [00:02:01.825]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:15:54.7498760Z [00:02:01.825]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build504934049/b094/_pkg_.a
2025-08-20T19:15:54.7507145Z [00:02:01.825]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build504934049/b095/_pkg_.a
2025-08-20T19:15:54.7508369Z [00:02:01.825]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build504934049/b101/_pkg_.a
2025-08-20T19:15:54.7509340Z [00:02:01.825]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:54.7510124Z [00:02:01.826]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:15:54.7510698Z [00:02:01.826]➜  EOF
2025-08-20T19:15:54.7514530Z [00:02:01.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b141=>" -p crypto/internal/fips140/tls12 -lang=go1.25 -std -complete -installsuffix shared -buildid GXQl7O3rlmaoAMyB0C-D/GXQl7O3rlmaoAMyB0C-D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T19:15:54.7890837Z [00:02:01.865]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T19:15:54.7898090Z [00:02:01.866]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d # internal
2025-08-20T19:15:54.7902336Z [00:02:01.866]➜  crypto/internal/fips140/tls13
2025-08-20T19:15:54.7908090Z [00:02:01.867]➜  mkdir -p $WORK/b142/
2025-08-20T19:15:54.7913136Z [00:02:01.867]➜  cat >/tmp/go-build504934049/b142/importcfg << 'EOF' # internal
2025-08-20T19:15:54.7913801Z [00:02:01.867]➜  # import config
2025-08-20T19:15:54.7914366Z [00:02:01.867]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:54.7915225Z [00:02:01.867]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:15:54.7916503Z [00:02:01.867]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:15:54.7917572Z [00:02:01.867]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build504934049/b138/_pkg_.a
2025-08-20T19:15:54.7918628Z [00:02:01.867]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build504934049/b095/_pkg_.a
2025-08-20T19:15:54.7919677Z [00:02:01.867]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:54.7920651Z [00:02:01.867]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:54.7921368Z [00:02:01.867]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:15:54.7921940Z [00:02:01.867]➜  EOF
2025-08-20T19:15:54.7925583Z [00:02:01.867]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b142=>" -p crypto/internal/fips140/tls13 -lang=go1.25 -std -complete -installsuffix shared -buildid HFlFmkFC0hg0GtV4bvyJ/HFlFmkFC0hg0GtV4bvyJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T19:15:54.8284531Z [00:02:01.904]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T19:15:54.8490450Z [00:02:01.925]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d # internal
2025-08-20T19:15:54.8499289Z [00:02:01.926]➜  fmt
2025-08-20T19:15:54.8499789Z [00:02:01.926]➜  mkdir -p $WORK/b058/
2025-08-20T19:15:54.8514146Z [00:02:01.926]➜  cat >/tmp/go-build504934049/b058/importcfg << 'EOF' # internal
2025-08-20T19:15:54.8522966Z [00:02:01.926]➜  # import config
2025-08-20T19:15:54.8523635Z [00:02:01.926]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:54.8524494Z [00:02:01.926]➜  packagefile internal/fmtsort=/tmp/go-build504934049/b059/_pkg_.a
2025-08-20T19:15:54.8525299Z [00:02:01.926]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:54.8526083Z [00:02:01.926]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:15:54.8526833Z [00:02:01.926]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:15:54.8527900Z [00:02:01.926]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:15:54.8528684Z [00:02:01.926]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:15:54.8529505Z [00:02:01.926]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:15:54.8530299Z [00:02:01.926]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:54.8531107Z [00:02:01.926]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:15:54.8531744Z [00:02:01.926]➜  EOF
2025-08-20T19:15:54.8536300Z [00:02:01.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b058=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid qqDGHnbvrGH0JVvwba_3/qqDGHnbvrGH0JVvwba_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T19:15:54.8551389Z [00:02:01.931]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T19:15:54.8563624Z [00:02:01.932]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d # internal
2025-08-20T19:15:54.8583049Z [00:02:01.934]➜  github.com/aliyun/aliyun-cli/v3/i18n
2025-08-20T19:15:54.8587318Z [00:02:01.935]➜  mkdir -p $WORK/b072/
2025-08-20T19:15:54.8588088Z [00:02:01.935]➜  cat >/tmp/go-build504934049/b072/importcfg << 'EOF' # internal
2025-08-20T19:15:54.8589235Z [00:02:01.935]➜  # import config
2025-08-20T19:15:54.8590166Z [00:02:01.935]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:15:54.8590963Z [00:02:01.935]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:15:54.8591579Z [00:02:01.935]➜  EOF
2025-08-20T19:15:54.8595273Z [00:02:01.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b072/_pkg_.a -trimpath "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/i18n=>github.com/aliyun/aliyun-cli/v3/i18n;$WORK/b072=>" -p github.com/aliyun/aliyun-cli/v3/i18n -lang=go1.23 -complete -installsuffix shared -buildid HwEr6YqDGyGNYQXZEj4z/HwEr6YqDGyGNYQXZEj4z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /tmp/tmp.lRJ8j9zcPm/TEMPREPO/i18n/environment.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/i18n/text.go
2025-08-20T19:15:54.8793361Z [00:02:01.955]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T19:15:54.8806683Z [00:02:01.956]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/ab/ab754f61342ace9d13b85862062d84de7becfd00c79a357b00b62ad77c456120-d # internal
2025-08-20T19:15:54.8807953Z [00:02:01.957]➜  path/filepath
2025-08-20T19:15:54.8811069Z [00:02:01.957]➜  mkdir -p $WORK/b075/
2025-08-20T19:15:54.8811860Z [00:02:01.957]➜  cat >/tmp/go-build504934049/b075/importcfg << 'EOF' # internal
2025-08-20T19:15:54.8812691Z [00:02:01.957]➜  # import config
2025-08-20T19:15:54.8813314Z [00:02:01.957]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:54.8814519Z [00:02:01.957]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:15:54.8815482Z [00:02:01.957]➜  packagefile internal/filepathlite=/tmp/go-build504934049/b062/_pkg_.a
2025-08-20T19:15:54.8816374Z [00:02:01.957]➜  packagefile io/fs=/tmp/go-build504934049/b038/_pkg_.a
2025-08-20T19:15:54.8817137Z [00:02:01.957]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:15:54.8817918Z [00:02:01.957]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:54.8818751Z [00:02:01.957]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:15:54.8819600Z [00:02:01.957]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:15:54.8820488Z [00:02:01.957]➜  packagefile syscall=/tmp/go-build504934049/b049/_pkg_.a
2025-08-20T19:15:54.8821416Z [00:02:01.957]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:15:54.8822197Z [00:02:01.957]➜  EOF
2025-08-20T19:15:54.8826371Z [00:02:01.957]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b075=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid O8Lc8uUMUzKTa0OHNwgG/O8Lc8uUMUzKTa0OHNwgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T19:15:55.0237538Z [00:02:02.100]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T19:15:55.0251404Z [00:02:02.101]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d # internal
2025-08-20T19:15:55.0260574Z [00:02:02.102]➜  crypto/internal/sysrand
2025-08-20T19:15:55.0265122Z [00:02:02.103]➜  mkdir -p $WORK/b105/
2025-08-20T19:15:55.0274179Z [00:02:02.103]➜  cat >/tmp/go-build504934049/b105/importcfg << 'EOF' # internal
2025-08-20T19:15:55.0275690Z [00:02:02.103]➜  # import config
2025-08-20T19:15:55.0276367Z [00:02:02.103]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:55.0277344Z [00:02:02.103]➜  packagefile internal/syscall/unix=/tmp/go-build504934049/b064/_pkg_.a
2025-08-20T19:15:55.0278282Z [00:02:02.103]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:15:55.0279059Z [00:02:02.103]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:15:55.0279853Z [00:02:02.103]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:15:55.0280761Z [00:02:02.103]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:55.0281614Z [00:02:02.104]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:15:55.0282684Z [00:02:02.104]➜  packagefile syscall=/tmp/go-build504934049/b049/_pkg_.a
2025-08-20T19:15:55.0283522Z [00:02:02.104]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:15:55.0284136Z [00:02:02.104]➜  EOF
2025-08-20T19:15:55.0287698Z [00:02:02.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b105=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid qgz6XG8iiuUjqDrtwJQ5/qgz6XG8iiuUjqDrtwJQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T19:15:55.0350008Z [00:02:02.111]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T19:15:55.0352818Z [00:02:02.111]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b115=>" -I $WORK/b115/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b115/p256_asm_amd64.o ./p256_asm_amd64.s
2025-08-20T19:15:55.0571791Z [00:02:02.133]➜  go tool pack r $WORK/b115/_pkg_.a $WORK/b115/p256_asm_amd64.o # internal
2025-08-20T19:15:55.0575083Z [00:02:02.133]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T19:15:55.0657091Z [00:02:02.140]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d # internal
2025-08-20T19:15:55.0658272Z [00:02:02.140]➜  encoding/binary
2025-08-20T19:15:55.0679269Z [00:02:02.140]➜  mkdir -p $WORK/b145/
2025-08-20T19:15:55.0680083Z [00:02:02.140]➜  cat >/tmp/go-build504934049/b145/importcfg << 'EOF' # internal
2025-08-20T19:15:55.0680777Z [00:02:02.140]➜  # import config
2025-08-20T19:15:55.0681768Z [00:02:02.140]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:55.0682898Z [00:02:02.140]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:55.0684000Z [00:02:02.140]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:15:55.0684943Z [00:02:02.140]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:15:55.0685818Z [00:02:02.140]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:15:55.0686644Z [00:02:02.140]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:55.0687261Z [00:02:02.140]➜  EOF
2025-08-20T19:15:55.0700226Z [00:02:02.140]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:55.0710504Z [00:02:02.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b145=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid YRSaRCULELrqnh_87-ik/YRSaRCULELrqnh_87-ik -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T19:15:55.0716048Z [00:02:02.145]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T19:15:55.0717387Z [00:02:02.147]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d # internal
2025-08-20T19:15:55.0718492Z [00:02:02.148]➜  crypto/internal/entropy
2025-08-20T19:15:55.0743342Z [00:02:02.150]➜  mkdir -p $WORK/b104/
2025-08-20T19:15:55.0747971Z [00:02:02.151]➜  cat >/tmp/go-build504934049/b104/importcfg << 'EOF' # internal
2025-08-20T19:15:55.0748680Z [00:02:02.151]➜  # import config
2025-08-20T19:15:55.0749450Z [00:02:02.151]➜  packagefile crypto/internal/sysrand=/tmp/go-build504934049/b105/_pkg_.a
2025-08-20T19:15:55.0750147Z [00:02:02.151]➜  EOF
2025-08-20T19:15:55.0753379Z [00:02:02.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b104=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid k9hEEyPYK9ZiSw80V2zZ/k9hEEyPYK9ZiSw80V2zZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T19:15:55.1010514Z [00:02:02.177]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T19:15:55.1014940Z [00:02:02.178]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d # internal
2025-08-20T19:15:55.1047652Z [00:02:02.181]➜  crypto/internal/fips140/drbg
2025-08-20T19:15:55.1048549Z [00:02:02.181]➜  mkdir -p $WORK/b103/
2025-08-20T19:15:55.1051878Z [00:02:02.181]➜  cat >/tmp/go-build504934049/b103/importcfg << 'EOF' # internal
2025-08-20T19:15:55.1052748Z [00:02:02.181]➜  # import config
2025-08-20T19:15:55.1053392Z [00:02:02.181]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:55.1054302Z [00:02:02.181]➜  packagefile crypto/internal/entropy=/tmp/go-build504934049/b104/_pkg_.a
2025-08-20T19:15:55.1055370Z [00:02:02.181]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:15:55.1056837Z [00:02:02.181]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build504934049/b089/_pkg_.a
2025-08-20T19:15:55.1057952Z [00:02:02.181]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:15:55.1059070Z [00:02:02.181]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build504934049/b100/_pkg_.a
2025-08-20T19:15:55.1060279Z [00:02:02.181]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:55.1061439Z [00:02:02.181]➜  packagefile crypto/internal/randutil=/tmp/go-build504934049/b106/_pkg_.a
2025-08-20T19:15:55.1062667Z [00:02:02.181]➜  packagefile crypto/internal/sysrand=/tmp/go-build504934049/b105/_pkg_.a
2025-08-20T19:15:55.1063584Z [00:02:02.181]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:55.1064370Z [00:02:02.181]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:55.1065170Z [00:02:02.181]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:55.1066000Z [00:02:02.181]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:55.1066589Z [00:02:02.181]➜  EOF
2025-08-20T19:15:55.1070643Z [00:02:02.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b103=>" -p crypto/internal/fips140/drbg -lang=go1.25 -std -complete -installsuffix shared -buildid md7VrNf9aNJ1JxNXv2f8/md7VrNf9aNJ1JxNXv2f8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T19:15:55.1500748Z [00:02:02.226]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T19:15:55.1509124Z [00:02:02.227]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d # internal
2025-08-20T19:15:55.1515823Z [00:02:02.228]➜  crypto/internal/fips140/aes/gcm
2025-08-20T19:15:55.1524466Z [00:02:02.228]➜  mkdir -p $WORK/b102/
2025-08-20T19:15:55.1525160Z [00:02:02.228]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T19:15:55.1525883Z [00:02:02.228]➜  echo -n > $WORK/b102/go_asm.h # internal
2025-08-20T19:15:55.1526590Z [00:02:02.228]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T19:15:55.1528912Z [00:02:02.228]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b102=>" -I $WORK/b102/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b102/symabis ./gcm_amd64.s
2025-08-20T19:15:55.1554747Z [00:02:02.231]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d # internal
2025-08-20T19:15:55.1592960Z [00:02:02.236]➜  encoding/json
2025-08-20T19:15:55.1595146Z [00:02:02.236]➜  mkdir -p $WORK/b051/
2025-08-20T19:15:55.1599851Z [00:02:02.236]➜  cat >/tmp/go-build504934049/b051/importcfg << 'EOF' # internal
2025-08-20T19:15:55.1603039Z [00:02:02.236]➜  # import config
2025-08-20T19:15:55.1604503Z [00:02:02.236]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:55.1606540Z [00:02:02.236]➜  packagefile cmp=/tmp/go-build504934049/b043/_pkg_.a
2025-08-20T19:15:55.1607294Z [00:02:02.236]➜  packagefile encoding=/tmp/go-build504934049/b054/_pkg_.a
2025-08-20T19:15:55.1608124Z [00:02:02.236]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:15:55.1608944Z [00:02:02.236]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:55.1609688Z [00:02:02.236]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:15:55.1610437Z [00:02:02.236]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:55.1611169Z [00:02:02.236]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:15:55.1612206Z [00:02:02.236]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:15:55.1613251Z [00:02:02.236]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:15:55.1614011Z [00:02:02.236]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:15:55.1614658Z [00:02:02.236]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:15:55.1615402Z [00:02:02.236]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:55.1616150Z [00:02:02.236]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:15:55.1616939Z [00:02:02.236]➜  packagefile unicode/utf16=/tmp/go-build504934049/b068/_pkg_.a
2025-08-20T19:15:55.1617790Z [00:02:02.236]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:15:55.1618407Z [00:02:02.236]➜  EOF
2025-08-20T19:15:55.1618919Z [00:02:02.236]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:55.1624111Z [00:02:02.236]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b051=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid 9bKiwmcK9ggUgfrzMbzw/9bKiwmcK9ggUgfrzMbzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T19:15:55.1633753Z [00:02:02.239]➜  cat >/tmp/go-build504934049/b102/importcfg << 'EOF' # internal
2025-08-20T19:15:55.1635492Z [00:02:02.239]➜  # import config
2025-08-20T19:15:55.1636363Z [00:02:02.239]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:15:55.1637666Z [00:02:02.239]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build504934049/b089/_pkg_.a
2025-08-20T19:15:55.1638811Z [00:02:02.239]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build504934049/b092/_pkg_.a
2025-08-20T19:15:55.1639922Z [00:02:02.239]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:15:55.1643331Z [00:02:02.239]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build504934049/b103/_pkg_.a
2025-08-20T19:15:55.1644539Z [00:02:02.239]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build504934049/b100/_pkg_.a
2025-08-20T19:15:55.1645714Z [00:02:02.239]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:55.1646902Z [00:02:02.239]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build504934049/b097/_pkg_.a
2025-08-20T19:15:55.1647978Z [00:02:02.239]➜  packagefile crypto/internal/impl=/tmp/go-build504934049/b098/_pkg_.a
2025-08-20T19:15:55.1648892Z [00:02:02.239]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:55.1649682Z [00:02:02.239]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:15:55.1650641Z [00:02:02.239]➜  EOF
2025-08-20T19:15:55.1658218Z [00:02:02.239]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b102=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid 4tWNDO2ebyM7gQMWiRTJ/4tWNDO2ebyM7gQMWiRTJ -goversion go1.25.0 -symabis $WORK/b102/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack -asmhdr $WORK/b102/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T19:15:55.2626553Z [00:02:02.339]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T19:15:55.2631618Z [00:02:02.339]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b102=>" -I $WORK/b102/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b102/gcm_amd64.o ./gcm_amd64.s
2025-08-20T19:15:55.2837882Z [00:02:02.360]➜  go tool pack r $WORK/b102/_pkg_.a $WORK/b102/gcm_amd64.o # internal
2025-08-20T19:15:55.2842867Z [00:02:02.360]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T19:15:55.2855947Z [00:02:02.362]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d # internal
2025-08-20T19:15:55.2869594Z [00:02:02.363]➜  os/user
2025-08-20T19:15:55.2872606Z [00:02:02.363]➜  mkdir -p $WORK/b073/
2025-08-20T19:15:55.2875448Z [00:02:02.364]➜  echo -n > $WORK/b073/preferlinkext # internal
2025-08-20T19:15:55.2877053Z [00:02:02.364]➜  cd /root/.go/src/os/user
2025-08-20T19:15:55.2879370Z [00:02:02.364]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b073/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b073/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T19:15:55.3249759Z [00:02:02.401]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T19:15:55.3298052Z [00:02:02.406]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d # internal
2025-08-20T19:15:55.3306454Z [00:02:02.407]➜  text/tabwriter
2025-08-20T19:15:55.3311273Z [00:02:02.407]➜  mkdir -p $WORK/b076/
2025-08-20T19:15:55.3320301Z [00:02:02.408]➜  cat >/tmp/go-build504934049/b076/importcfg << 'EOF' # internal
2025-08-20T19:15:55.3321714Z [00:02:02.408]➜  # import config
2025-08-20T19:15:55.3323342Z [00:02:02.408]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:15:55.3324514Z [00:02:02.408]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:55.3325601Z [00:02:02.408]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:15:55.3326301Z [00:02:02.408]➜  EOF
2025-08-20T19:15:55.3331223Z [00:02:02.409]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:55.3338388Z [00:02:02.410]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b076=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid qcn0Ln443ZJ_hSqzi1zu/qcn0Ln443ZJ_hSqzi1zu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T19:15:55.3799383Z [00:02:02.456]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T19:15:55.3807878Z [00:02:02.457]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/f5/f55b9a93860f04132228f93c68db8a8456c84fa375ccaec23331c88ebfe3ead2-d # internal
2025-08-20T19:15:55.3815429Z [00:02:02.458]➜  encoding/hex
2025-08-20T19:15:55.3816363Z [00:02:02.458]➜  mkdir -p $WORK/b080/
2025-08-20T19:15:55.3817705Z [00:02:02.458]➜  cat >/tmp/go-build504934049/b080/importcfg << 'EOF' # internal
2025-08-20T19:15:55.3818717Z [00:02:02.458]➜  # import config
2025-08-20T19:15:55.3819710Z [00:02:02.458]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:55.3821815Z [00:02:02.458]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:15:55.3823200Z [00:02:02.458]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:55.3824559Z [00:02:02.458]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:15:55.3826098Z [00:02:02.458]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:15:55.3827029Z [00:02:02.458]➜  EOF
2025-08-20T19:15:55.3830130Z [00:02:02.458]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b080=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid FiBd9Fuh5gov9bYEg4MY/FiBd9Fuh5gov9bYEg4MY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T19:15:55.4169839Z [00:02:02.493]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T19:15:55.4180834Z [00:02:02.494]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d # internal
2025-08-20T19:15:55.4181974Z [00:02:02.494]➜  crypto/internal/fips140only
2025-08-20T19:15:55.4182878Z [00:02:02.494]➜  mkdir -p $WORK/b108/
2025-08-20T19:15:55.4183651Z [00:02:02.494]➜  cat >/tmp/go-build504934049/b108/importcfg << 'EOF' # internal
2025-08-20T19:15:55.4184339Z [00:02:02.494]➜  # import config
2025-08-20T19:15:55.4185183Z [00:02:02.494]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build504934049/b103/_pkg_.a
2025-08-20T19:15:55.4186298Z [00:02:02.494]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build504934049/b095/_pkg_.a
2025-08-20T19:15:55.4187426Z [00:02:02.494]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build504934049/b099/_pkg_.a
2025-08-20T19:15:55.4188523Z [00:02:02.494]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build504934049/b101/_pkg_.a
2025-08-20T19:15:55.4189456Z [00:02:02.494]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:15:55.4190308Z [00:02:02.494]➜  packagefile internal/godebug=/tmp/go-build504934049/b047/_pkg_.a
2025-08-20T19:15:55.4191144Z [00:02:02.494]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:55.4191732Z [00:02:02.494]➜  EOF
2025-08-20T19:15:55.4195488Z [00:02:02.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b108=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid y_46Xn2YDwM_D9Y07tca/y_46Xn2YDwM_D9Y07tca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T19:15:55.4571381Z [00:02:02.533]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T19:15:55.4591812Z [00:02:02.535]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d # internal
2025-08-20T19:15:55.4595645Z [00:02:02.536]➜  crypto/cipher
2025-08-20T19:15:55.4598274Z [00:02:02.536]➜  mkdir -p $WORK/b088/
2025-08-20T19:15:55.4608482Z [00:02:02.537]➜  cat >/tmp/go-build504934049/b088/importcfg << 'EOF' # internal
2025-08-20T19:15:55.4610372Z [00:02:02.537]➜  # import config
2025-08-20T19:15:55.4612266Z [00:02:02.537]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:55.4613349Z [00:02:02.537]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build504934049/b089/_pkg_.a
2025-08-20T19:15:55.4614529Z [00:02:02.537]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build504934049/b102/_pkg_.a
2025-08-20T19:15:55.4615659Z [00:02:02.537]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build504934049/b092/_pkg_.a
2025-08-20T19:15:55.4616754Z [00:02:02.537]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:15:55.4617759Z [00:02:02.537]➜  packagefile crypto/subtle=/tmp/go-build504934049/b109/_pkg_.a
2025-08-20T19:15:55.4618667Z [00:02:02.537]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:55.4619619Z [00:02:02.537]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:15:55.4620500Z [00:02:02.537]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:55.4621105Z [00:02:02.537]➜  EOF
2025-08-20T19:15:55.4628812Z [00:02:02.539]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b088=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid o0K3q3km1NpVu9UlVhNm/o0K3q3km1NpVu9UlVhNm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T19:15:55.6317943Z [00:02:02.708]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T19:15:55.6336464Z [00:02:02.710]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d # internal
2025-08-20T19:15:55.6340968Z [00:02:02.710]➜  crypto/internal/boring
2025-08-20T19:15:55.6344814Z [00:02:02.711]➜  mkdir -p $WORK/b110/
2025-08-20T19:15:55.6351864Z [00:02:02.711]➜  cat >/tmp/go-build504934049/b110/importcfg << 'EOF' # internal
2025-08-20T19:15:55.6352699Z [00:02:02.711]➜  # import config
2025-08-20T19:15:55.6353506Z [00:02:02.711]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:15:55.6355615Z [00:02:02.711]➜  packagefile crypto/cipher=/tmp/go-build504934049/b088/_pkg_.a
2025-08-20T19:15:55.6357488Z [00:02:02.711]➜  packagefile crypto/internal/boring/sig=/tmp/go-build504934049/b111/_pkg_.a
2025-08-20T19:15:55.6359221Z [00:02:02.711]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:15:55.6360618Z [00:02:02.711]➜  EOF
2025-08-20T19:15:55.6369968Z [00:02:02.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b110=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid W3zLiifb2SZOjBXz5Ugx/W3zLiifb2SZOjBXz5Ugx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T19:15:55.6894789Z [00:02:02.766]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T19:15:55.6909085Z [00:02:02.767]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d # internal
2025-08-20T19:15:55.6915054Z [00:02:02.768]➜  crypto/aes
2025-08-20T19:15:55.6925797Z [00:02:02.769]➜  mkdir -p $WORK/b087/
2025-08-20T19:15:55.6935215Z [00:02:02.770]➜  cat >/tmp/go-build504934049/b087/importcfg << 'EOF' # internal
2025-08-20T19:15:55.6936156Z [00:02:02.770]➜  # import config
2025-08-20T19:15:55.6937019Z [00:02:02.770]➜  packagefile crypto/cipher=/tmp/go-build504934049/b088/_pkg_.a
2025-08-20T19:15:55.6938024Z [00:02:02.770]➜  packagefile crypto/internal/boring=/tmp/go-build504934049/b110/_pkg_.a
2025-08-20T19:15:55.6939183Z [00:02:02.770]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build504934049/b089/_pkg_.a
2025-08-20T19:15:55.6940227Z [00:02:02.770]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:15:55.6940882Z [00:02:02.770]➜  EOF
2025-08-20T19:15:55.6943781Z [00:02:02.770]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b087=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid diuGuXsZc3J5Dik1QbrO/diuGuXsZc3J5Dik1QbrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T19:15:55.7155645Z [00:02:02.791]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T19:15:55.7156945Z [00:02:02.792]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d # internal
2025-08-20T19:15:55.7169627Z [00:02:02.793]➜  crypto/des
2025-08-20T19:15:55.7171740Z [00:02:02.793]➜  mkdir -p $WORK/b112/
2025-08-20T19:15:55.7172928Z [00:02:02.793]➜  cat >/tmp/go-build504934049/b112/importcfg << 'EOF' # internal
2025-08-20T19:15:55.7173672Z [00:02:02.793]➜  # import config
2025-08-20T19:15:55.7174460Z [00:02:02.793]➜  packagefile crypto/cipher=/tmp/go-build504934049/b088/_pkg_.a
2025-08-20T19:15:55.7175512Z [00:02:02.793]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build504934049/b092/_pkg_.a
2025-08-20T19:15:55.7176982Z [00:02:02.793]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:15:55.7178019Z [00:02:02.793]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:55.7178926Z [00:02:02.793]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:15:55.7179870Z [00:02:02.793]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:15:55.7180707Z [00:02:02.793]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:55.7181322Z [00:02:02.793]➜  EOF
2025-08-20T19:15:55.7204842Z [00:02:02.793]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b112=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid ndYjqEuglbAPKXBV7bdO/ndYjqEuglbAPKXBV7bdO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/.go/src/crypto/des/block.go /root/.go/src/crypto/des/cipher.go /root/.go/src/crypto/des/const.go
2025-08-20T19:15:55.7581798Z [00:02:02.834]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T19:15:55.7597483Z [00:02:02.836]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d # internal
2025-08-20T19:15:55.7602510Z [00:02:02.836]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T19:15:55.7619235Z [00:02:02.838]➜  crypto/internal/fips140/ecdh
2025-08-20T19:15:55.7620551Z [00:02:02.838]➜  mkdir -p $WORK/b114/
2025-08-20T19:15:55.7626042Z [00:02:02.839]➜  cat >/tmp/go-build504934049/b114/importcfg << 'EOF' # internal
2025-08-20T19:15:55.7627269Z [00:02:02.839]➜  # import config
2025-08-20T19:15:55.7628137Z [00:02:02.839]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:55.7629429Z [00:02:02.839]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:15:55.7630566Z [00:02:02.839]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:15:55.7631711Z [00:02:02.839]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build504934049/b103/_pkg_.a
2025-08-20T19:15:55.7632970Z [00:02:02.839]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build504934049/b115/_pkg_.a
2025-08-20T19:15:55.7634164Z [00:02:02.839]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:15:55.7635191Z [00:02:02.839]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:55.7635978Z [00:02:02.839]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:55.7636797Z [00:02:02.839]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:55.7637619Z [00:02:02.839]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:55.7638214Z [00:02:02.839]➜  EOF
2025-08-20T19:15:55.7643933Z [00:02:02.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b114=>" -p crypto/internal/fips140/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid 4oF7FWqfaBTIL8HO_O_U/4oF7FWqfaBTIL8HO_O_U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T19:15:55.7708955Z [00:02:02.847]➜  github.com/aliyun/aliyun-cli/v3/aliyun-openapi-meta
2025-08-20T19:15:55.7709761Z [00:02:02.847]➜  mkdir -p $WORK/b069/
2025-08-20T19:15:55.7716035Z [00:02:02.848]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d # internal
2025-08-20T19:15:55.7725193Z [00:02:02.849]➜  math/big
2025-08-20T19:15:55.7726469Z [00:02:02.849]➜  mkdir -p $WORK/b120/
2025-08-20T19:15:55.7731302Z [00:02:02.849]➜  echo -n > $WORK/b120/go_asm.h # internal
2025-08-20T19:15:55.7734084Z [00:02:02.850]➜  cd /root/.go/src/math/big
2025-08-20T19:15:55.7736677Z [00:02:02.850]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b120=>" -I $WORK/b120/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b120/symabis ./arith_amd64.s
2025-08-20T19:15:55.7786542Z [00:02:02.855]➜  cat >/tmp/go-build504934049/b120/importcfg << 'EOF' # internal
2025-08-20T19:15:55.7789147Z [00:02:02.855]➜  # import config
2025-08-20T19:15:55.7789911Z [00:02:02.855]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:55.7790714Z [00:02:02.855]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:55.7791465Z [00:02:02.855]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:15:55.7792316Z [00:02:02.855]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:15:55.7793608Z [00:02:02.855]➜  packagefile internal/cpu=/tmp/go-build504934049/b011/_pkg_.a
2025-08-20T19:15:55.7794454Z [00:02:02.855]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:55.7795259Z [00:02:02.855]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:15:55.7796099Z [00:02:02.855]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:15:55.7796924Z [00:02:02.855]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:15:55.7797737Z [00:02:02.855]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:15:55.7798534Z [00:02:02.855]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:15:55.7799330Z [00:02:02.855]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:15:55.7800112Z [00:02:02.855]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:55.7800697Z [00:02:02.855]➜  EOF
2025-08-20T19:15:55.7801154Z [00:02:02.855]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:55.7809477Z [00:02:02.855]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b120=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid JofwGRdBClRX1fvGbU-v/JofwGRdBClRX1fvGbU-v -goversion go1.25.0 -symabis $WORK/b120/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack -asmhdr $WORK/b120/go_asm.h /root/.go/src/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_amd64.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T19:15:55.7971621Z [00:02:02.872]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T19:15:55.7973135Z [00:02:02.873]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d # internal
2025-08-20T19:15:55.7975814Z [00:02:02.874]➜  crypto/ecdh
2025-08-20T19:15:55.7978468Z [00:02:02.874]➜  mkdir -p $WORK/b113/
2025-08-20T19:15:55.7985223Z [00:02:02.875]➜  cat >/tmp/go-build504934049/b113/importcfg << 'EOF' # internal
2025-08-20T19:15:55.7986002Z [00:02:02.875]➜  # import config
2025-08-20T19:15:55.7986697Z [00:02:02.875]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:55.7987494Z [00:02:02.875]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:15:55.7988449Z [00:02:02.875]➜  packagefile crypto/internal/boring=/tmp/go-build504934049/b110/_pkg_.a
2025-08-20T19:15:55.7989569Z [00:02:02.875]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build504934049/b114/_pkg_.a
2025-08-20T19:15:55.7991169Z [00:02:02.875]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build504934049/b117/_pkg_.a
2025-08-20T19:15:55.7992682Z [00:02:02.875]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:15:55.7993808Z [00:02:02.875]➜  packagefile crypto/internal/randutil=/tmp/go-build504934049/b106/_pkg_.a
2025-08-20T19:15:55.7994783Z [00:02:02.875]➜  packagefile crypto/subtle=/tmp/go-build504934049/b109/_pkg_.a
2025-08-20T19:15:55.7995637Z [00:02:02.875]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:55.7996432Z [00:02:02.875]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:55.7997136Z [00:02:02.875]➜  EOF
2025-08-20T19:15:55.8000346Z [00:02:02.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b113=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid ovpeGK47S8GeqgKCwR1i/ovpeGK47S8GeqgKCwR1i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/.go/src/crypto/ecdh/ecdh.go /root/.go/src/crypto/ecdh/nist.go /root/.go/src/crypto/ecdh/x25519.go
2025-08-20T19:15:55.8205542Z [00:02:02.897]➜  cd $WORK/b073
2025-08-20T19:15:55.8208295Z [00:02:02.897]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b073=/tmp/go-build -gno-record-gcc-switches -I $WORK/b073/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b073/_x001.o -c _cgo_export.c
2025-08-20T19:15:55.8462695Z [00:02:02.922]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b073=/tmp/go-build -gno-record-gcc-switches -I $WORK/b073/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b073/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T19:15:55.8656838Z [00:02:02.942]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T19:15:55.8665981Z [00:02:02.943]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d # internal
2025-08-20T19:15:55.8667186Z [00:02:02.943]➜  crypto/internal/fips140/ecdsa
2025-08-20T19:15:55.8667747Z [00:02:02.943]➜  mkdir -p $WORK/b123/
2025-08-20T19:15:55.8668450Z [00:02:02.943]➜  cat >/tmp/go-build504934049/b123/importcfg << 'EOF' # internal
2025-08-20T19:15:55.8669041Z [00:02:02.943]➜  # import config
2025-08-20T19:15:55.8669553Z [00:02:02.943]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:15:55.8670289Z [00:02:02.943]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:15:55.8671185Z [00:02:02.943]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build504934049/b124/_pkg_.a
2025-08-20T19:15:55.8672069Z [00:02:02.943]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:15:55.8673176Z [00:02:02.943]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build504934049/b103/_pkg_.a
2025-08-20T19:15:55.8674029Z [00:02:02.943]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build504934049/b094/_pkg_.a
2025-08-20T19:15:55.8674889Z [00:02:02.943]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build504934049/b115/_pkg_.a
2025-08-20T19:15:55.8675755Z [00:02:02.943]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build504934049/b101/_pkg_.a
2025-08-20T19:15:55.8676492Z [00:02:02.943]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:15:55.8677114Z [00:02:02.943]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:15:55.8677715Z [00:02:02.943]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:15:55.8678322Z [00:02:02.943]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:15:55.8678792Z [00:02:02.943]➜  EOF
2025-08-20T19:15:55.8684037Z [00:02:02.945]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:15:55.8688095Z [00:02:02.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b123=>" -p crypto/internal/fips140/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid xU6fJeSfQy4Gg2xOzADQ/xU6fJeSfQy4Gg2xOzADQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdsa/cast.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa_noasm.go /root/.go/src/crypto/internal/fips140/ecdsa/hmacdrbg.go
2025-08-20T19:15:55.9198260Z [00:02:02.996]➜  cd $WORK/b073
2025-08-20T19:15:55.9201158Z [00:02:02.996]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b073=/tmp/go-build -gno-record-gcc-switches -I $WORK/b073/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b073/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T19:15:55.9727548Z [00:02:03.048]➜  cat >/tmp/go-build504934049/b069/importcfg << 'EOF' # internal
2025-08-20T19:15:55.9728341Z [00:02:03.048]➜  # import config
2025-08-20T19:15:55.9729049Z [00:02:03.048]➜  packagefile embed=/tmp/go-build504934049/b002/_pkg_.a
2025-08-20T19:15:55.9729708Z [00:02:03.048]➜  EOF
2025-08-20T19:15:55.9846745Z [00:02:03.059]➜  cat >/tmp/go-build504934049/b069/embedcfg << 'EOF' # internal
2025-08-20T19:15:55.9847576Z [00:02:03.059]➜  {
2025-08-20T19:15:55.9848022Z [00:02:03.059]➜  	"Patterns": {
2025-08-20T19:15:55.9848496Z [00:02:03.059]➜  		"en-US": [
2025-08-20T19:15:55.9849176Z [00:02:03.059]➜  			"en-US/actiontrail/CreateDeliveryHistoryJob.json",
2025-08-20T19:15:55.9850268Z [00:02:03.059]➜  			"en-US/actiontrail/CreateTrail.json",
2025-08-20T19:15:55.9851107Z [00:02:03.059]➜  			"en-US/actiontrail/DeleteDeliveryHistoryJob.json",
2025-08-20T19:15:55.9851895Z [00:02:03.059]➜  			"en-US/actiontrail/DeleteTrail.json",
2025-08-20T19:15:55.9852757Z [00:02:03.059]➜  			"en-US/actiontrail/DescribeRegions.json",
2025-08-20T19:15:55.9853484Z [00:02:03.059]➜  			"en-US/actiontrail/DescribeTrails.json",
2025-08-20T19:15:55.9854273Z [00:02:03.059]➜  			"en-US/actiontrail/GetAccessKeyLastUsedEvents.json",
2025-08-20T19:15:55.9855129Z [00:02:03.059]➜  			"en-US/actiontrail/GetAccessKeyLastUsedInfo.json",
2025-08-20T19:15:55.9855945Z [00:02:03.059]➜  			"en-US/actiontrail/GetAccessKeyLastUsedIps.json",
2025-08-20T19:15:55.9856776Z [00:02:03.059]➜  			"en-US/actiontrail/GetAccessKeyLastUsedProducts.json",
2025-08-20T19:15:55.9857661Z [00:02:03.059]➜  			"en-US/actiontrail/GetAccessKeyLastUsedResources.json",
2025-08-20T19:15:55.9858530Z [00:02:03.059]➜  			"en-US/actiontrail/GetDeliveryHistoryJob.json",
2025-08-20T19:15:55.9859410Z [00:02:03.059]➜  			"en-US/actiontrail/GetGlobalEventsStorageRegion.json",
2025-08-20T19:15:55.9860235Z [00:02:03.059]➜  			"en-US/actiontrail/GetTrailStatus.json",
2025-08-20T19:15:55.9860990Z [00:02:03.059]➜  			"en-US/actiontrail/ListDeliveryHistoryJobs.json",
2025-08-20T19:15:55.9861738Z [00:02:03.059]➜  			"en-US/actiontrail/LookupEvents.json",
2025-08-20T19:15:55.9865271Z [00:02:03.059]➜  			"en-US/actiontrail/StartLogging.json",
2025-08-20T19:15:55.9866347Z [00:02:03.059]➜  			"en-US/actiontrail/StopLogging.json",
2025-08-20T19:15:55.9867778Z [00:02:03.059]➜  			"en-US/actiontrail/UpdateGlobalEventsStorageRegion.json",
2025-08-20T19:15:55.9868855Z [00:02:03.059]➜  			"en-US/actiontrail/UpdateTrail.json",
2025-08-20T19:15:55.9869671Z [00:02:03.059]➜  			"en-US/actiontrail/version.json",
2025-08-20T19:15:55.9870679Z [00:02:03.059]➜  			"en-US/adb/AllocateClusterPublicConnection.json",
2025-08-20T19:15:55.9871838Z [00:02:03.059]➜  			"en-US/adb/ApplyAdviceById.json",
2025-08-20T19:15:55.9899262Z [00:02:03.059]➜  			"en-US/adb/AttachUserENI.json",
2025-08-20T19:15:55.9900203Z [00:02:03.059]➜  			"en-US/adb/BatchApplyAdviceByIdList.json",
2025-08-20T19:15:55.9901310Z [00:02:03.059]➜  			"en-US/adb/BindDBResourceGroupWithUser.json",
2025-08-20T19:15:55.9902077Z [00:02:03.059]➜  			"en-US/adb/BindDBResourcePoolWithUser.json",
2025-08-20T19:15:55.9902953Z [00:02:03.059]➜  			"en-US/adb/CreateAccount.json",
2025-08-20T19:15:55.9903593Z [00:02:03.059]➜  			"en-US/adb/CreateDBCluster.json",
2025-08-20T19:15:55.9904282Z [00:02:03.059]➜  			"en-US/adb/CreateDBResourceGroup.json",
2025-08-20T19:15:55.9904981Z [00:02:03.059]➜  			"en-US/adb/CreateDBResourcePool.json",
2025-08-20T19:15:55.9905665Z [00:02:03.059]➜  			"en-US/adb/CreateElasticPlan.json",
2025-08-20T19:15:55.9906295Z [00:02:03.059]➜  			"en-US/adb/DeleteAccount.json",
2025-08-20T19:15:55.9906922Z [00:02:03.059]➜  			"en-US/adb/DeleteDBCluster.json",
2025-08-20T19:15:55.9907657Z [00:02:03.059]➜  			"en-US/adb/DeleteDBResourceGroup.json",
2025-08-20T19:15:55.9908350Z [00:02:03.059]➜  			"en-US/adb/DeleteDBResourcePool.json",
2025-08-20T19:15:55.9909023Z [00:02:03.059]➜  			"en-US/adb/DeleteElasticPlan.json",
2025-08-20T19:15:55.9909659Z [00:02:03.059]➜  			"en-US/adb/DescribeAccounts.json",
2025-08-20T19:15:55.9910348Z [00:02:03.059]➜  			"en-US/adb/DescribeAdviceServiceEnabled.json",
2025-08-20T19:15:55.9911070Z [00:02:03.060]➜  			"en-US/adb/DescribeAllAccounts.json",
2025-08-20T19:15:55.9911751Z [00:02:03.060]➜  			"en-US/adb/DescribeAllDataSource.json",
2025-08-20T19:15:55.9912657Z [00:02:03.060]➜  			"en-US/adb/DescribeAppliedAdvices.json",
2025-08-20T19:15:55.9913391Z [00:02:03.060]➜  			"en-US/adb/DescribeAuditLogConfig.json",
2025-08-20T19:15:55.9914078Z [00:02:03.060]➜  			"en-US/adb/DescribeAuditLogRecords.json",
2025-08-20T19:15:55.9914814Z [00:02:03.060]➜  			"en-US/adb/DescribeAutoRenewAttribute.json",
2025-08-20T19:15:55.9915542Z [00:02:03.060]➜  			"en-US/adb/DescribeAvailableAdvices.json",
2025-08-20T19:15:55.9916523Z [00:02:03.060]➜  			"en-US/adb/DescribeAvailableResource.json",
2025-08-20T19:15:55.9917275Z [00:02:03.060]➜  			"en-US/adb/DescribeBackupPolicy.json",
2025-08-20T19:15:55.9917941Z [00:02:03.060]➜  			"en-US/adb/DescribeBackups.json",
2025-08-20T19:15:55.9918561Z [00:02:03.060]➜  			"en-US/adb/DescribeColumns.json",
2025-08-20T19:15:55.9919226Z [00:02:03.060]➜  			"en-US/adb/DescribeComputeResource.json",
2025-08-20T19:15:55.9920008Z [00:02:03.060]➜  			"en-US/adb/DescribeConnectionCountRecords.json",
2025-08-20T19:15:55.9920825Z [00:02:03.060]➜  			"en-US/adb/DescribeDBClusterAccessWhiteList.json",
2025-08-20T19:15:55.9921615Z [00:02:03.060]➜  			"en-US/adb/DescribeDBClusterAttribute.json",
2025-08-20T19:15:55.9947124Z [00:02:03.060]➜  			"en-US/adb/DescribeDBClusterHealthStatus.json",
2025-08-20T19:15:55.9948462Z [00:02:03.060]➜  			"en-US/adb/DescribeDBClusterNetInfo.json",
2025-08-20T19:15:55.9949463Z [00:02:03.060]➜  			"en-US/adb/DescribeDBClusterPerformance.json",
2025-08-20T19:15:55.9950349Z [00:02:03.060]➜  			"en-US/adb/DescribeDBClusterResourcePoolPerformance.json",
2025-08-20T19:15:55.9951201Z [00:02:03.060]➜  			"en-US/adb/DescribeDBClusterStatus.json",
2025-08-20T19:15:55.9951846Z [00:02:03.060]➜  			"en-US/adb/DescribeDBClusters.json",
2025-08-20T19:15:55.9952716Z [00:02:03.060]➜  			"en-US/adb/DescribeDBResourceGroup.json",
2025-08-20T19:15:55.9953514Z [00:02:03.060]➜  			"en-US/adb/DescribeDBResourcePool.json",
2025-08-20T19:15:55.9954240Z [00:02:03.060]➜  			"en-US/adb/DescribeDiagnosisDimensions.json",
2025-08-20T19:15:55.9955061Z [00:02:03.060]➜  			"en-US/adb/DescribeDiagnosisMonitorPerformance.json",
2025-08-20T19:15:55.9955858Z [00:02:03.060]➜  			"en-US/adb/DescribeDiagnosisRecords.json",
2025-08-20T19:15:55.9956591Z [00:02:03.060]➜  			"en-US/adb/DescribeDiagnosisSQLInfo.json",
2025-08-20T19:15:55.9957297Z [00:02:03.060]➜  			"en-US/adb/DescribeDiagnosisTasks.json",
2025-08-20T19:15:55.9958016Z [00:02:03.060]➜  			"en-US/adb/DescribeDownloadRecords.json",
2025-08-20T19:15:55.9958705Z [00:02:03.060]➜  			"en-US/adb/DescribeEIURange.json",
2025-08-20T19:15:55.9959383Z [00:02:03.060]➜  			"en-US/adb/DescribeElasticDailyPlan.json",
2025-08-20T19:15:55.9960338Z [00:02:03.060]➜  			"en-US/adb/DescribeElasticPlan.json",
2025-08-20T19:15:55.9961013Z [00:02:03.060]➜  			"en-US/adb/DescribeInclinedTables.json",
2025-08-20T19:15:55.9961700Z [00:02:03.060]➜  			"en-US/adb/DescribeLoadTasksRecords.json",
2025-08-20T19:15:55.9962601Z [00:02:03.060]➜  			"en-US/adb/DescribeMaintenanceAction.json",
2025-08-20T19:15:55.9981106Z [00:02:03.060]➜  			"en-US/adb/DescribeOperatorPermission.json",
2025-08-20T19:15:55.9981885Z [00:02:03.060]➜  			"en-US/adb/DescribePatternPerformance.json",
2025-08-20T19:15:55.9982730Z [00:02:03.060]➜  			"en-US/adb/DescribeProcessList.json",
2025-08-20T19:15:55.9983321Z [00:02:03.060]➜  			"en-US/adb/DescribeRegions.json",
2025-08-20T19:15:55.9984000Z [00:02:03.060]➜  			"en-US/adb/DescribeResubmitConfig.json",
2025-08-20T19:15:55.9984661Z [00:02:03.060]➜  			"en-US/adb/DescribeSQAConfig.json",
2025-08-20T19:15:55.9985332Z [00:02:03.060]➜  			"en-US/adb/DescribeSQLPatterns.json",
2025-08-20T19:15:55.9986000Z [00:02:03.060]➜  			"en-US/adb/DescribeSQLPlan.json",
2025-08-20T19:15:55.9986648Z [00:02:03.060]➜  			"en-US/adb/DescribeSQLPlanTask.json",
2025-08-20T19:15:55.9987298Z [00:02:03.060]➜  			"en-US/adb/DescribeSchemas.json",
2025-08-20T19:15:55.9987980Z [00:02:03.060]➜  			"en-US/adb/DescribeSlowLogRecords.json",
2025-08-20T19:15:55.9988672Z [00:02:03.060]➜  			"en-US/adb/DescribeSlowLogTrend.json",
2025-08-20T19:15:55.9989348Z [00:02:03.060]➜  			"en-US/adb/DescribeSqlPattern.json",
2025-08-20T19:15:55.9990040Z [00:02:03.060]➜  			"en-US/adb/DescribeTableAccessCount.json",
2025-08-20T19:15:55.9990752Z [00:02:03.060]➜  			"en-US/adb/DescribeTableDetail.json",
2025-08-20T19:15:55.9991506Z [00:02:03.060]➜  			"en-US/adb/DescribeTablePartitionDiagnose.json",
2025-08-20T19:15:55.9992240Z [00:02:03.060]➜  			"en-US/adb/DescribeTableStatistics.json",
2025-08-20T19:15:55.9994984Z [00:02:03.060]➜  			"en-US/adb/DescribeTables.json",
2025-08-20T19:15:55.9995695Z [00:02:03.060]➜  			"en-US/adb/DescribeTaskInfo.json",
2025-08-20T19:15:55.9996393Z [00:02:03.060]➜  			"en-US/adb/DescribeVSwitches.json",
2025-08-20T19:15:55.9997037Z [00:02:03.060]➜  			"en-US/adb/DetachUserENI.json",
2025-08-20T19:15:55.9997675Z [00:02:03.060]➜  			"en-US/adb/DisableAdviceService.json",
2025-08-20T19:15:55.9998381Z [00:02:03.060]➜  			"en-US/adb/DownloadDiagnosisRecords.json",
2025-08-20T19:15:55.9999088Z [00:02:03.060]➜  			"en-US/adb/EnableAdviceService.json",
2025-08-20T19:15:55.9999790Z [00:02:03.060]➜  			"en-US/adb/GrantOperatorPermission.json",
2025-08-20T19:15:56.0000476Z [00:02:03.060]➜  			"en-US/adb/KillProcess.json",
2025-08-20T19:15:56.0001110Z [00:02:03.060]➜  			"en-US/adb/ListTagResources.json",
2025-08-20T19:15:56.0001748Z [00:02:03.060]➜  			"en-US/adb/MigrateDBCluster.json",
2025-08-20T19:15:56.0002598Z [00:02:03.060]➜  			"en-US/adb/ModifyAccountDescription.json",
2025-08-20T19:15:56.0020424Z [00:02:03.060]➜  			"en-US/adb/ModifyAuditLogConfig.json",
2025-08-20T19:15:56.0021166Z [00:02:03.060]➜  			"en-US/adb/ModifyAutoRenewAttribute.json",
2025-08-20T19:15:56.0021898Z [00:02:03.060]➜  			"en-US/adb/ModifyBackupPolicy.json",
2025-08-20T19:15:56.0022882Z [00:02:03.060]➜  			"en-US/adb/ModifyClusterConnectionString.json",
2025-08-20T19:15:56.0023581Z [00:02:03.060]➜  			"en-US/adb/ModifyDBCluster.json",
2025-08-20T19:15:56.0024327Z [00:02:03.060]➜  			"en-US/adb/ModifyDBClusterAccessWhiteList.json",
2025-08-20T19:15:56.0025103Z [00:02:03.060]➜  			"en-US/adb/ModifyDBClusterDescription.json",
2025-08-20T19:15:56.0025863Z [00:02:03.060]➜  			"en-US/adb/ModifyDBClusterMaintainTime.json",
2025-08-20T19:15:56.0026606Z [00:02:03.060]➜  			"en-US/adb/ModifyDBClusterPayType.json",
2025-08-20T19:15:56.0027354Z [00:02:03.060]➜  			"en-US/adb/ModifyDBClusterResourceGroup.json",
2025-08-20T19:15:56.0028095Z [00:02:03.060]➜  			"en-US/adb/ModifyDBResourceGroup.json",
2025-08-20T19:15:56.0028811Z [00:02:03.060]➜  			"en-US/adb/ModifyDBResourcePool.json",
2025-08-20T19:15:56.0029488Z [00:02:03.060]➜  			"en-US/adb/ModifyElasticPlan.json",
2025-08-20T19:15:56.0030468Z [00:02:03.060]➜  			"en-US/adb/ModifyLogBackupPolicy.json",
2025-08-20T19:15:56.0031158Z [00:02:03.060]➜  			"en-US/adb/ModifyMaintenanceAction.json",
2025-08-20T19:15:56.0031854Z [00:02:03.060]➜  			"en-US/adb/ModifyResubmitConfig.json",
2025-08-20T19:15:56.0032741Z [00:02:03.060]➜  			"en-US/adb/ModifySQAConfig.json",
2025-08-20T19:15:56.0033434Z [00:02:03.060]➜  			"en-US/adb/ReleaseClusterPublicConnection.json",
2025-08-20T19:15:56.0034170Z [00:02:03.060]➜  			"en-US/adb/ResetAccountPassword.json",
2025-08-20T19:15:56.0034876Z [00:02:03.060]➜  			"en-US/adb/RevokeOperatorPermission.json",
2025-08-20T19:15:56.0035555Z [00:02:03.060]➜  			"en-US/adb/TagResources.json",
2025-08-20T19:15:56.0036286Z [00:02:03.060]➜  			"en-US/adb/UnbindDBResourceGroupWithUser.json",
2025-08-20T19:15:56.0037103Z [00:02:03.060]➜  			"en-US/adb/UnbindDBResourcePoolWithUser.json",
2025-08-20T19:15:56.0037818Z [00:02:03.060]➜  			"en-US/adb/UntagResources.json",
2025-08-20T19:15:56.0038434Z [00:02:03.060]➜  			"en-US/adb/version.json",
2025-08-20T19:15:56.0039020Z [00:02:03.060]➜  			"en-US/adcp/AttachClusterToHub.json",
2025-08-20T19:15:56.0039689Z [00:02:03.060]➜  			"en-US/adcp/CreateHubCluster.json",
2025-08-20T19:15:56.0040339Z [00:02:03.060]➜  			"en-US/adcp/DeleteHubCluster.json",
2025-08-20T19:15:56.0041030Z [00:02:03.060]➜  			"en-US/adcp/DeletePolicyInstance.json",
2025-08-20T19:15:56.0041733Z [00:02:03.060]➜  			"en-US/adcp/DeleteUserPermission.json",
2025-08-20T19:15:56.0103222Z [00:02:03.060]➜  			"en-US/adcp/DeployPolicyInstance.json",
2025-08-20T19:15:56.0103994Z [00:02:03.060]➜  			"en-US/adcp/DescribeHubClusterDetails.json",
2025-08-20T19:15:56.0104793Z [00:02:03.060]➜  			"en-US/adcp/DescribeHubClusterKubeconfig.json",
2025-08-20T19:15:56.0105567Z [00:02:03.060]➜  			"en-US/adcp/DescribeHubClusterLogs.json",
2025-08-20T19:15:56.0106516Z [00:02:03.060]➜  			"en-US/adcp/DescribeHubClusters.json",
2025-08-20T19:15:56.0107295Z [00:02:03.060]➜  			"en-US/adcp/DescribeManagedClusters.json",
2025-08-20T19:15:56.0108020Z [00:02:03.060]➜  			"en-US/adcp/DescribePolicies.json",
2025-08-20T19:15:56.0108721Z [00:02:03.060]➜  			"en-US/adcp/DescribePolicyDetails.json",
2025-08-20T19:15:56.0109507Z [00:02:03.060]➜  			"en-US/adcp/DescribePolicyGovernanceInCluster.json",
2025-08-20T19:15:56.0110297Z [00:02:03.060]➜  			"en-US/adcp/DescribePolicyInstances.json",
2025-08-20T19:15:56.0111082Z [00:02:03.060]➜  			"en-US/adcp/DescribePolicyInstancesStatus.json",
2025-08-20T19:15:56.0111821Z [00:02:03.060]➜  			"en-US/adcp/DescribeRegions.json",
2025-08-20T19:15:56.0113116Z [00:02:03.060]➜  			"en-US/adcp/DescribeUserPermissions.json",
2025-08-20T19:15:56.0114084Z [00:02:03.060]➜  			"en-US/adcp/DetachClusterFromHub.json",
2025-08-20T19:15:56.0115745Z [00:02:03.060]➜  			"en-US/adcp/GrantUserPermission.json",
2025-08-20T19:15:56.0116435Z [00:02:03.060]➜  			"en-US/adcp/GrantUserPermissions.json",
2025-08-20T19:15:56.0117162Z [00:02:03.060]➜  			"en-US/adcp/UpdateHubClusterFeature.json",
2025-08-20T19:15:56.0117886Z [00:02:03.060]➜  			"en-US/adcp/UpdateUserPermission.json",
2025-08-20T19:15:56.0118532Z [00:02:03.060]➜  			"en-US/adcp/version.json",
2025-08-20T19:15:56.0119164Z [00:02:03.060]➜  			"en-US/agency/version.json",
2025-08-20T19:15:56.0119721Z [00:02:03.060]➜  			"en-US/alb/AddEntriesToAcl.json",
2025-08-20T19:15:56.0120364Z [00:02:03.060]➜  			"en-US/alb/AddServersToServerGroup.json",
2025-08-20T19:15:56.0121188Z [00:02:03.060]➜  			"en-US/alb/ApplyHealthCheckTemplateToServerGroup.json",
2025-08-20T19:15:56.0122011Z [00:02:03.060]➜  			"en-US/alb/AssociateAclsWithListener.json",
2025-08-20T19:15:56.0123128Z [00:02:03.060]➜  			"en-US/alb/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:56.0124177Z [00:02:03.060]➜  			"en-US/alb/AttachCommonBandwidthPackageToLoadBalancer.json",
2025-08-20T19:15:56.0125099Z [00:02:03.060]➜  			"en-US/alb/CancelShiftLoadBalancerZones.json",
2025-08-20T19:15:56.0125808Z [00:02:03.060]➜  			"en-US/alb/CreateAScripts.json",
2025-08-20T19:15:56.0126691Z [00:02:03.060]➜  			"en-US/alb/CreateAcl.json",
2025-08-20T19:15:56.0127331Z [00:02:03.060]➜  			"en-US/alb/CreateHealthCheckTemplate.json",
2025-08-20T19:15:56.0128031Z [00:02:03.060]➜  			"en-US/alb/CreateListener.json",
2025-08-20T19:15:56.0128693Z [00:02:03.060]➜  			"en-US/alb/CreateLoadBalancer.json",
2025-08-20T19:15:56.0129294Z [00:02:03.060]➜  			"en-US/alb/CreateRule.json",
2025-08-20T19:15:56.0129852Z [00:02:03.060]➜  			"en-US/alb/CreateRules.json",
2025-08-20T19:15:56.0130508Z [00:02:03.060]➜  			"en-US/alb/CreateSecurityPolicy.json",
2025-08-20T19:15:56.0131183Z [00:02:03.060]➜  			"en-US/alb/CreateServerGroup.json",
2025-08-20T19:15:56.0131844Z [00:02:03.060]➜  			"en-US/alb/DeleteAScripts.json",
2025-08-20T19:15:56.0165376Z [00:02:03.060]➜  			"en-US/alb/DeleteAcl.json",
2025-08-20T19:15:56.0166475Z [00:02:03.060]➜  			"en-US/alb/DeleteHealthCheckTemplates.json",
2025-08-20T19:15:56.0167216Z [00:02:03.060]➜  			"en-US/alb/DeleteListener.json",
2025-08-20T19:15:56.0167813Z [00:02:03.060]➜  			"en-US/alb/DeleteLoadBalancer.json",
2025-08-20T19:15:56.0168341Z [00:02:03.060]➜  			"en-US/alb/DeleteRule.json",
2025-08-20T19:15:56.0168871Z [00:02:03.060]➜  			"en-US/alb/DeleteRules.json",
2025-08-20T19:15:56.0169488Z [00:02:03.060]➜  			"en-US/alb/DeleteSecurityPolicy.json",
2025-08-20T19:15:56.0170114Z [00:02:03.060]➜  			"en-US/alb/DeleteServerGroup.json",
2025-08-20T19:15:56.0170751Z [00:02:03.060]➜  			"en-US/alb/DescribeRegions.json",
2025-08-20T19:15:56.0171401Z [00:02:03.060]➜  			"en-US/alb/DescribeZones.json",
2025-08-20T19:15:56.0172257Z [00:02:03.060]➜  			"en-US/alb/DetachCommonBandwidthPackageFromLoadBalancer.json",
2025-08-20T19:15:56.0173422Z [00:02:03.060]➜  			"en-US/alb/DisableDeletionProtection.json",
2025-08-20T19:15:56.0174239Z [00:02:03.060]➜  			"en-US/alb/DisableLoadBalancerAccessLog.json",
2025-08-20T19:15:56.0175140Z [00:02:03.060]➜  			"en-US/alb/DisableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:56.0175979Z [00:02:03.060]➜  			"en-US/alb/DissociateAclsFromListener.json",
2025-08-20T19:15:56.0177107Z [00:02:03.060]➜  			"en-US/alb/DissociateAdditionalCertificatesFromListener.json",
2025-08-20T19:15:56.0178042Z [00:02:03.060]➜  			"en-US/alb/EnableDeletionProtection.json",
2025-08-20T19:15:56.0178885Z [00:02:03.060]➜  			"en-US/alb/EnableLoadBalancerAccessLog.json",
2025-08-20T19:15:56.0179718Z [00:02:03.060]➜  			"en-US/alb/EnableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:56.0180544Z [00:02:03.060]➜  			"en-US/alb/GetHealthCheckTemplateAttribute.json",
2025-08-20T19:15:56.0181350Z [00:02:03.060]➜  			"en-US/alb/GetListenerAttribute.json",
2025-08-20T19:15:56.0182074Z [00:02:03.060]➜  			"en-US/alb/GetListenerHealthStatus.json",
2025-08-20T19:15:56.0183003Z [00:02:03.060]➜  			"en-US/alb/GetLoadBalancerAttribute.json",
2025-08-20T19:15:56.0183717Z [00:02:03.060]➜  			"en-US/alb/ListAScripts.json",
2025-08-20T19:15:56.0184396Z [00:02:03.060]➜  			"en-US/alb/ListAclEntries.json",
2025-08-20T19:15:56.0185124Z [00:02:03.060]➜  			"en-US/alb/ListAclRelations.json",
2025-08-20T19:15:56.0186080Z [00:02:03.060]➜  			"en-US/alb/ListAcls.json",
2025-08-20T19:15:56.0186775Z [00:02:03.060]➜  			"en-US/alb/ListAsynJobs.json",
2025-08-20T19:15:56.0187508Z [00:02:03.060]➜  			"en-US/alb/ListHealthCheckTemplates.json",
2025-08-20T19:15:56.0188279Z [00:02:03.060]➜  			"en-US/alb/ListListenerCertificates.json",
2025-08-20T19:15:56.0188996Z [00:02:03.060]➜  			"en-US/alb/ListListeners.json",
2025-08-20T19:15:56.0189657Z [00:02:03.060]➜  			"en-US/alb/ListLoadBalancers.json",
2025-08-20T19:15:56.0190310Z [00:02:03.060]➜  			"en-US/alb/ListRules.json",
2025-08-20T19:15:56.0190956Z [00:02:03.060]➜  			"en-US/alb/ListSecurityPolicies.json",
2025-08-20T19:15:56.0191667Z [00:02:03.060]➜  			"en-US/alb/ListSecurityPolicyRelations.json",
2025-08-20T19:15:56.0193841Z [00:02:03.060]➜  			"en-US/alb/ListServerGroupServers.json",
2025-08-20T19:15:56.0194667Z [00:02:03.060]➜  			"en-US/alb/ListServerGroups.json",
2025-08-20T19:15:56.0195493Z [00:02:03.060]➜  			"en-US/alb/ListSystemSecurityPolicies.json",
2025-08-20T19:15:56.0196220Z [00:02:03.060]➜  			"en-US/alb/ListTagKeys.json",
2025-08-20T19:15:56.0196893Z [00:02:03.060]➜  			"en-US/alb/ListTagResources.json",
2025-08-20T19:15:56.0197573Z [00:02:03.060]➜  			"en-US/alb/ListTagValues.json",
2025-08-20T19:15:56.0198255Z [00:02:03.060]➜  			"en-US/alb/MoveResourceGroup.json",
2025-08-20T19:15:56.0198905Z [00:02:03.060]➜  			"en-US/alb/RemoveEntriesFromAcl.json",
2025-08-20T19:15:56.0199655Z [00:02:03.060]➜  			"en-US/alb/RemoveServersFromServerGroup.json",
2025-08-20T19:15:56.0200459Z [00:02:03.060]➜  			"en-US/alb/ReplaceServersInServerGroup.json",
2025-08-20T19:15:56.0201187Z [00:02:03.060]➜  			"en-US/alb/StartListener.json",
2025-08-20T19:15:56.0201925Z [00:02:03.060]➜  			"en-US/alb/StartShiftLoadBalancerZones.json",
2025-08-20T19:15:56.0242260Z [00:02:03.060]➜  			"en-US/alb/StopListener.json",
2025-08-20T19:15:56.0243426Z [00:02:03.061]➜  			"en-US/alb/TagResources.json",
2025-08-20T19:15:56.0244131Z [00:02:03.061]➜  			"en-US/alb/UnTagResources.json",
2025-08-20T19:15:56.0244814Z [00:02:03.061]➜  			"en-US/alb/UpdateAScripts.json",
2025-08-20T19:15:56.0245469Z [00:02:03.061]➜  			"en-US/alb/UpdateAclAttribute.json",
2025-08-20T19:15:56.0246235Z [00:02:03.061]➜  			"en-US/alb/UpdateHealthCheckTemplateAttribute.json",
2025-08-20T19:15:56.0247010Z [00:02:03.061]➜  			"en-US/alb/UpdateListenerAttribute.json",
2025-08-20T19:15:56.0247721Z [00:02:03.061]➜  			"en-US/alb/UpdateListenerLogConfig.json",
2025-08-20T19:15:56.0248494Z [00:02:03.061]➜  			"en-US/alb/UpdateLoadBalancerAddressTypeConfig.json",
2025-08-20T19:15:56.0249276Z [00:02:03.061]➜  			"en-US/alb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:15:56.0250010Z [00:02:03.061]➜  			"en-US/alb/UpdateLoadBalancerEdition.json",
2025-08-20T19:15:56.0250710Z [00:02:03.061]➜  			"en-US/alb/UpdateLoadBalancerZones.json",
2025-08-20T19:15:56.0251401Z [00:02:03.061]➜  			"en-US/alb/UpdateRuleAttribute.json",
2025-08-20T19:15:56.0252062Z [00:02:03.061]➜  			"en-US/alb/UpdateRulesAttribute.json",
2025-08-20T19:15:56.0252951Z [00:02:03.061]➜  			"en-US/alb/UpdateSecurityPolicyAttribute.json",
2025-08-20T19:15:56.0253711Z [00:02:03.061]➜  			"en-US/alb/UpdateServerGroupAttribute.json",
2025-08-20T19:15:56.0254471Z [00:02:03.061]➜  			"en-US/alb/UpdateServerGroupServersAttribute.json",
2025-08-20T19:15:56.0255150Z [00:02:03.061]➜  			"en-US/alb/version.json",
2025-08-20T19:15:56.0255741Z [00:02:03.061]➜  			"en-US/alidns/AddCustomLine.json",
2025-08-20T19:15:56.0256404Z [00:02:03.061]➜  			"en-US/alidns/AddDnsCacheDomain.json",
2025-08-20T19:15:56.0257117Z [00:02:03.061]➜  			"en-US/alidns/AddDnsGtmAccessStrategy.json",
2025-08-20T19:15:56.0257839Z [00:02:03.061]➜  			"en-US/alidns/AddDnsGtmAddressPool.json",
2025-08-20T19:15:56.0258512Z [00:02:03.061]➜  			"en-US/alidns/AddDnsGtmMonitor.json",
2025-08-20T19:15:56.0264580Z [00:02:03.061]➜  			"en-US/alidns/AddDomain.json",
2025-08-20T19:15:56.0265279Z [00:02:03.061]➜  			"en-US/alidns/AddDomainBackup.json",
2025-08-20T19:15:56.0265933Z [00:02:03.061]➜  			"en-US/alidns/AddDomainGroup.json",
2025-08-20T19:15:56.0266823Z [00:02:03.061]➜  			"en-US/alidns/AddDomainRecord.json",
2025-08-20T19:15:56.0267488Z [00:02:03.061]➜  			"en-US/alidns/AddGtmAccessStrategy.json",
2025-08-20T19:15:56.0268164Z [00:02:03.061]➜  			"en-US/alidns/AddGtmAddressPool.json",
2025-08-20T19:15:56.0268800Z [00:02:03.061]➜  			"en-US/alidns/AddGtmMonitor.json",
2025-08-20T19:15:56.0269467Z [00:02:03.061]➜  			"en-US/alidns/AddGtmRecoveryPlan.json",
2025-08-20T19:15:56.0270155Z [00:02:03.061]➜  			"en-US/alidns/BindInstanceDomains.json",
2025-08-20T19:15:56.0270850Z [00:02:03.061]➜  			"en-US/alidns/ChangeDomainGroup.json",
2025-08-20T19:15:56.0271573Z [00:02:03.061]➜  			"en-US/alidns/ChangeDomainOfDnsProduct.json",
2025-08-20T19:15:56.0272271Z [00:02:03.061]➜  			"en-US/alidns/CopyGtmConfig.json",
2025-08-20T19:15:56.0273119Z [00:02:03.061]➜  			"en-US/alidns/CreatePdnsAppKey.json",
2025-08-20T19:15:56.0273852Z [00:02:03.061]➜  			"en-US/alidns/CreatePdnsUdpIpSegment.json",
2025-08-20T19:15:56.0274597Z [00:02:03.061]➜  			"en-US/alidns/DeleteCustomLines.json",
2025-08-20T19:15:56.0275378Z [00:02:03.061]➜  			"en-US/alidns/DeleteDnsCacheDomain.json",
2025-08-20T19:15:56.0276145Z [00:02:03.061]➜  			"en-US/alidns/DeleteDnsGtmAccessStrategy.json",
2025-08-20T19:15:56.0276919Z [00:02:03.061]➜  			"en-US/alidns/DeleteDnsGtmAddressPool.json",
2025-08-20T19:15:56.0277589Z [00:02:03.061]➜  			"en-US/alidns/DeleteDomain.json",
2025-08-20T19:15:56.0278212Z [00:02:03.061]➜  			"en-US/alidns/DeleteDomainGroup.json",
2025-08-20T19:15:56.0278909Z [00:02:03.061]➜  			"en-US/alidns/DeleteDomainRecord.json",
2025-08-20T19:15:56.0279608Z [00:02:03.061]➜  			"en-US/alidns/DeleteGtmAccessStrategy.json",
2025-08-20T19:15:56.0280295Z [00:02:03.061]➜  			"en-US/alidns/DeleteGtmAddressPool.json",
2025-08-20T19:15:56.0280988Z [00:02:03.061]➜  			"en-US/alidns/DeleteGtmRecoveryPlan.json",
2025-08-20T19:15:56.0281939Z [00:02:03.061]➜  			"en-US/alidns/DeleteSubDomainRecords.json",
2025-08-20T19:15:56.0303274Z [00:02:03.061]➜  			"en-US/alidns/DescribeBatchResultCount.json",
2025-08-20T19:15:56.0304184Z [00:02:03.061]➜  			"en-US/alidns/DescribeBatchResultDetail.json",
2025-08-20T19:15:56.0304940Z [00:02:03.061]➜  			"en-US/alidns/DescribeCustomLine.json",
2025-08-20T19:15:56.0305628Z [00:02:03.061]➜  			"en-US/alidns/DescribeCustomLines.json",
2025-08-20T19:15:56.0306345Z [00:02:03.061]➜  			"en-US/alidns/DescribeDNSSLBSubDomains.json",
2025-08-20T19:15:56.0307060Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsCacheDomains.json",
2025-08-20T19:15:56.0307829Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmAccessStrategies.json",
2025-08-20T19:15:56.0308634Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmAccessStrategy.json",
2025-08-20T19:15:56.0309542Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json",
2025-08-20T19:15:56.0310478Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmAddrAttributeInfo.json",
2025-08-20T19:15:56.0311361Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json",
2025-08-20T19:15:56.0312275Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmAvailableAlertGroup.json",
2025-08-20T19:15:56.0319918Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmInstance.json",
2025-08-20T19:15:56.0320730Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmInstanceAddressPool.json",
2025-08-20T19:15:56.0321590Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmInstanceAddressPools.json",
2025-08-20T19:15:56.0322625Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmInstanceStatus.json",
2025-08-20T19:15:56.0323462Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmInstanceSystemCname.json",
2025-08-20T19:15:56.0324241Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmInstances.json",
2025-08-20T19:15:56.0324915Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmLogs.json",
2025-08-20T19:15:56.0325698Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmMonitorAvailableConfig.json",
2025-08-20T19:15:56.0326529Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsGtmMonitorConfig.json",
2025-08-20T19:15:56.0327576Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsProductInstance.json",
2025-08-20T19:15:56.0328321Z [00:02:03.061]➜  			"en-US/alidns/DescribeDnsProductInstances.json",
2025-08-20T19:15:56.0329078Z [00:02:03.061]➜  			"en-US/alidns/DescribeDohAccountStatistics.json",
2025-08-20T19:15:56.0329832Z [00:02:03.061]➜  			"en-US/alidns/DescribeDohDomainStatistics.json",
2025-08-20T19:15:56.0330645Z [00:02:03.061]➜  			"en-US/alidns/DescribeDohDomainStatisticsSummary.json",
2025-08-20T19:15:56.0331452Z [00:02:03.061]➜  			"en-US/alidns/DescribeDohSubDomainStatistics.json",
2025-08-20T19:15:56.0332312Z [00:02:03.061]➜  			"en-US/alidns/DescribeDohSubDomainStatisticsSummary.json",
2025-08-20T19:15:56.0342308Z [00:02:03.061]➜  			"en-US/alidns/DescribeDohUserInfo.json",
2025-08-20T19:15:56.0343277Z [00:02:03.061]➜  			"en-US/alidns/DescribeDomainDnssecInfo.json",
2025-08-20T19:15:56.0344034Z [00:02:03.061]➜  			"en-US/alidns/DescribeDomainGroups.json",
2025-08-20T19:15:56.0344737Z [00:02:03.061]➜  			"en-US/alidns/DescribeDomainInfo.json",
2025-08-20T19:15:56.0345423Z [00:02:03.062]➜  			"en-US/alidns/DescribeDomainLogs.json",
2025-08-20T19:15:56.0346085Z [00:02:03.062]➜  			"en-US/alidns/DescribeDomainNs.json",
2025-08-20T19:15:56.0346792Z [00:02:03.062]➜  			"en-US/alidns/DescribeDomainRecordInfo.json",
2025-08-20T19:15:56.0347558Z [00:02:03.062]➜  			"en-US/alidns/DescribeDomainRecords.json",
2025-08-20T19:15:56.0348475Z [00:02:03.062]➜  			"en-US/alidns/DescribeDomainResolveStatisticsSummary.json",
2025-08-20T19:15:56.0349331Z [00:02:03.062]➜  			"en-US/alidns/DescribeDomainStatistics.json",
2025-08-20T19:15:56.0350102Z [00:02:03.062]➜  			"en-US/alidns/DescribeDomainStatisticsSummary.json",
2025-08-20T19:15:56.0350829Z [00:02:03.062]➜  			"en-US/alidns/DescribeDomains.json",
2025-08-20T19:15:56.0351546Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmAccessStrategies.json",
2025-08-20T19:15:56.0397167Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmAccessStrategy.json",
2025-08-20T19:15:56.0398312Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmAccessStrategyAvailableConfig.json",
2025-08-20T19:15:56.0399343Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmAvailableAlertGroup.json",
2025-08-20T19:15:56.0400170Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmInstance.json",
2025-08-20T19:15:56.0400985Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmInstanceAddressPool.json",
2025-08-20T19:15:56.0401869Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmInstanceAddressPools.json",
2025-08-20T19:15:56.0402902Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmInstanceStatus.json",
2025-08-20T19:15:56.0403773Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmInstanceSystemCname.json",
2025-08-20T19:15:56.0404568Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmInstances.json",
2025-08-20T19:15:56.0405327Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmLogs.json",
2025-08-20T19:15:56.0406160Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmMonitorAvailableConfig.json",
2025-08-20T19:15:56.0407011Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmMonitorConfig.json",
2025-08-20T19:15:56.0407848Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmRecoveryPlan.json",
2025-08-20T19:15:56.0408731Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmRecoveryPlanAvailableConfig.json",
2025-08-20T19:15:56.0409640Z [00:02:03.062]➜  			"en-US/alidns/DescribeGtmRecoveryPlans.json",
2025-08-20T19:15:56.0410437Z [00:02:03.062]➜  			"en-US/alidns/DescribeInstanceDomains.json",
2025-08-20T19:15:56.0411285Z [00:02:03.062]➜  			"en-US/alidns/DescribeIspFlushCacheInstances.json",
2025-08-20T19:15:56.0412171Z [00:02:03.062]➜  			"en-US/alidns/DescribeIspFlushCacheRemainQuota.json",
2025-08-20T19:15:56.0432705Z [00:02:03.062]➜  			"en-US/alidns/DescribeIspFlushCacheTask.json",
2025-08-20T19:15:56.0433528Z [00:02:03.062]➜  			"en-US/alidns/DescribeIspFlushCacheTasks.json",
2025-08-20T19:15:56.0434306Z [00:02:03.062]➜  			"en-US/alidns/DescribePdnsAccountSummary.json",
2025-08-20T19:15:56.0435014Z [00:02:03.062]➜  			"en-US/alidns/DescribePdnsAppKey.json",
2025-08-20T19:15:56.0458837Z [00:02:03.062]➜  			"en-US/alidns/DescribePdnsAppKeys.json",
2025-08-20T19:15:56.0459940Z [00:02:03.062]➜  			"en-US/alidns/DescribePdnsOperateLogs.json",
2025-08-20T19:15:56.0460774Z [00:02:03.062]➜  			"en-US/alidns/DescribePdnsRequestStatistic.json",
2025-08-20T19:15:56.0461625Z [00:02:03.062]➜  			"en-US/alidns/DescribePdnsRequestStatistics.json",
2025-08-20T19:15:56.0462610Z [00:02:03.062]➜  			"en-US/alidns/DescribePdnsThreatLogs.json",
2025-08-20T19:15:56.0463415Z [00:02:03.062]➜  			"en-US/alidns/DescribePdnsThreatStatistic.json",
2025-08-20T19:15:56.0464219Z [00:02:03.062]➜  			"en-US/alidns/DescribePdnsThreatStatistics.json",
2025-08-20T19:15:56.0465046Z [00:02:03.062]➜  			"en-US/alidns/DescribePdnsUdpIpSegments.json",
2025-08-20T19:15:56.0465783Z [00:02:03.062]➜  			"en-US/alidns/DescribePdnsUserInfo.json",
2025-08-20T19:15:56.0466507Z [00:02:03.062]➜  			"en-US/alidns/DescribeRecordLogs.json",
2025-08-20T19:15:56.0467362Z [00:02:03.062]➜  			"en-US/alidns/DescribeRecordResolveStatisticsSummary.json",
2025-08-20T19:15:56.0468278Z [00:02:03.062]➜  			"en-US/alidns/DescribeRecordStatistics.json",
2025-08-20T19:15:56.0469082Z [00:02:03.062]➜  			"en-US/alidns/DescribeRecordStatisticsSummary.json",
2025-08-20T19:15:56.0469877Z [00:02:03.062]➜  			"en-US/alidns/DescribeSubDomainRecords.json",
2025-08-20T19:15:56.0470621Z [00:02:03.062]➜  			"en-US/alidns/DescribeSupportLines.json",
2025-08-20T19:15:56.0471374Z [00:02:03.062]➜  			"en-US/alidns/DescribeTags.json",
2025-08-20T19:15:56.0472129Z [00:02:03.062]➜  			"en-US/alidns/DescribeTransferDomains.json",
2025-08-20T19:15:56.0494896Z [00:02:03.062]➜  			"en-US/alidns/ExecuteGtmRecoveryPlan.json",
2025-08-20T19:15:56.0495654Z [00:02:03.062]➜  			"en-US/alidns/GetMainDomainName.json",
2025-08-20T19:15:56.0496384Z [00:02:03.062]➜  			"en-US/alidns/GetTxtRecordForVerify.json",
2025-08-20T19:15:56.0497362Z [00:02:03.062]➜  			"en-US/alidns/ListTagResources.json",
2025-08-20T19:15:56.0498140Z [00:02:03.062]➜  			"en-US/alidns/ModifyHichinaDomainDNS.json",
2025-08-20T19:15:56.0498945Z [00:02:03.062]➜  			"en-US/alidns/MoveDomainResourceGroup.json",
2025-08-20T19:15:56.0499700Z [00:02:03.062]➜  			"en-US/alidns/MoveGtmResourceGroup.json",
2025-08-20T19:15:56.0500399Z [00:02:03.062]➜  			"en-US/alidns/OperateBatchDomain.json",
2025-08-20T19:15:56.0501114Z [00:02:03.062]➜  			"en-US/alidns/PausePdnsService.json",
2025-08-20T19:15:56.0501886Z [00:02:03.062]➜  			"en-US/alidns/PreviewGtmRecoveryPlan.json",
2025-08-20T19:15:56.0515617Z [00:02:03.062]➜  			"en-US/alidns/RemovePdnsAppKey.json",
2025-08-20T19:15:56.0517014Z [00:02:03.062]➜  			"en-US/alidns/RemovePdnsUdpIpSegment.json",
2025-08-20T19:15:56.0517706Z [00:02:03.062]➜  			"en-US/alidns/ResumePdnsService.json",
2025-08-20T19:15:56.0518364Z [00:02:03.062]➜  			"en-US/alidns/RetrieveDomain.json",
2025-08-20T19:15:56.0519072Z [00:02:03.062]➜  			"en-US/alidns/RollbackGtmRecoveryPlan.json",
2025-08-20T19:15:56.0519742Z [00:02:03.062]➜  			"en-US/alidns/SetDNSSLBStatus.json",
2025-08-20T19:15:56.0520400Z [00:02:03.062]➜  			"en-US/alidns/SetDnsGtmAccessMode.json",
2025-08-20T19:15:56.0521131Z [00:02:03.062]➜  			"en-US/alidns/SetDnsGtmMonitorStatus.json",
2025-08-20T19:15:56.0521840Z [00:02:03.062]➜  			"en-US/alidns/SetDomainDnssecStatus.json",
2025-08-20T19:15:56.0522703Z [00:02:03.062]➜  			"en-US/alidns/SetDomainRecordStatus.json",
2025-08-20T19:15:56.0523351Z [00:02:03.062]➜  			"en-US/alidns/SetGtmAccessMode.json",
2025-08-20T19:15:56.0524013Z [00:02:03.062]➜  			"en-US/alidns/SetGtmMonitorStatus.json",
2025-08-20T19:15:56.0524714Z [00:02:03.062]➜  			"en-US/alidns/SubmitIspFlushCacheTask.json",
2025-08-20T19:15:56.0525500Z [00:02:03.062]➜  			"en-US/alidns/SwitchDnsGtmInstanceStrategyMode.json",
2025-08-20T19:15:56.0526246Z [00:02:03.062]➜  			"en-US/alidns/TagResources.json",
2025-08-20T19:15:56.0526888Z [00:02:03.062]➜  			"en-US/alidns/TransferDomain.json",
2025-08-20T19:15:56.0527594Z [00:02:03.062]➜  			"en-US/alidns/UnbindInstanceDomains.json",
2025-08-20T19:15:56.0528274Z [00:02:03.062]➜  			"en-US/alidns/UntagResources.json",
2025-08-20T19:15:56.0529197Z [00:02:03.062]➜  			"en-US/alidns/UpdateAppKeyState.json",
2025-08-20T19:15:56.0529852Z [00:02:03.062]➜  			"en-US/alidns/UpdateCustomLine.json",
2025-08-20T19:15:56.0530509Z [00:02:03.062]➜  			"en-US/alidns/UpdateDNSSLBWeight.json",
2025-08-20T19:15:56.0531199Z [00:02:03.062]➜  			"en-US/alidns/UpdateDnsCacheDomain.json",
2025-08-20T19:15:56.0531921Z [00:02:03.062]➜  			"en-US/alidns/UpdateDnsCacheDomainRemark.json",
2025-08-20T19:15:56.0533753Z [00:02:03.062]➜  			"en-US/alidns/UpdateDnsGtmAccessStrategy.json",
2025-08-20T19:15:56.0534514Z [00:02:03.062]➜  			"en-US/alidns/UpdateDnsGtmAddressPool.json",
2025-08-20T19:15:56.0535300Z [00:02:03.062]➜  			"en-US/alidns/UpdateDnsGtmInstanceGlobalConfig.json",
2025-08-20T19:15:56.0536083Z [00:02:03.062]➜  			"en-US/alidns/UpdateDnsGtmMonitor.json",
2025-08-20T19:15:56.0536781Z [00:02:03.062]➜  			"en-US/alidns/UpdateDomainGroup.json",
2025-08-20T19:15:56.0537447Z [00:02:03.062]➜  			"en-US/alidns/UpdateDomainRecord.json",
2025-08-20T19:15:56.0538170Z [00:02:03.062]➜  			"en-US/alidns/UpdateDomainRecordRemark.json",
2025-08-20T19:15:56.0538880Z [00:02:03.062]➜  			"en-US/alidns/UpdateDomainRemark.json",
2025-08-20T19:15:56.0539571Z [00:02:03.062]➜  			"en-US/alidns/UpdateGtmAccessStrategy.json",
2025-08-20T19:15:56.0540274Z [00:02:03.062]➜  			"en-US/alidns/UpdateGtmAddressPool.json",
2025-08-20T19:15:56.0541010Z [00:02:03.062]➜  			"en-US/alidns/UpdateGtmInstanceGlobalConfig.json",
2025-08-20T19:15:56.0541708Z [00:02:03.062]➜  			"en-US/alidns/UpdateGtmMonitor.json",
2025-08-20T19:15:56.0570037Z [00:02:03.062]➜  			"en-US/alidns/UpdateGtmRecoveryPlan.json",
2025-08-20T19:15:56.0570970Z [00:02:03.062]➜  			"en-US/alidns/UpdateIspFlushCacheInstanceConfig.json",
2025-08-20T19:15:56.0571821Z [00:02:03.062]➜  			"en-US/alidns/ValidateDnsGtmCnameRrCanUse.json",
2025-08-20T19:15:56.0573057Z [00:02:03.062]➜  			"en-US/alidns/ValidatePdnsUdpIpSegment.json",
2025-08-20T19:15:56.0573829Z [00:02:03.062]➜  			"en-US/alidns/version.json",
2025-08-20T19:15:56.0574557Z [00:02:03.062]➜  			"en-US/alikafka/ChangeResourceGroup.json",
2025-08-20T19:15:56.0575307Z [00:02:03.062]➜  			"en-US/alikafka/ConvertPostPayOrder.json",
2025-08-20T19:15:56.0576008Z [00:02:03.062]➜  			"en-US/alikafka/CreateAcl.json",
2025-08-20T19:15:56.0576724Z [00:02:03.062]➜  			"en-US/alikafka/CreateConsumerGroup.json",
2025-08-20T19:15:56.0577468Z [00:02:03.062]➜  			"en-US/alikafka/CreatePostPayOrder.json",
2025-08-20T19:15:56.0578218Z [00:02:03.062]➜  			"en-US/alikafka/CreatePrePayOrder.json",
2025-08-20T19:15:56.0578982Z [00:02:03.062]➜  			"en-US/alikafka/CreateSaslUser.json",
2025-08-20T19:15:56.0579621Z [00:02:03.062]➜  			"en-US/alikafka/CreateTopic.json",
2025-08-20T19:15:56.0580241Z [00:02:03.062]➜  			"en-US/alikafka/DeleteAcl.json",
2025-08-20T19:15:56.0580930Z [00:02:03.062]➜  			"en-US/alikafka/DeleteConsumerGroup.json",
2025-08-20T19:15:56.0581630Z [00:02:03.062]➜  			"en-US/alikafka/DeleteInstance.json",
2025-08-20T19:15:56.0582276Z [00:02:03.062]➜  			"en-US/alikafka/DeleteSaslUser.json",
2025-08-20T19:15:56.0583126Z [00:02:03.062]➜  			"en-US/alikafka/DeleteTopic.json",
2025-08-20T19:15:56.0583761Z [00:02:03.062]➜  			"en-US/alikafka/DescribeAcls.json",
2025-08-20T19:15:56.0584409Z [00:02:03.062]➜  			"en-US/alikafka/DescribeSaslUsers.json",
2025-08-20T19:15:56.0585103Z [00:02:03.062]➜  			"en-US/alikafka/GetAllInstanceIdList.json",
2025-08-20T19:15:56.0585793Z [00:02:03.062]➜  			"en-US/alikafka/GetAllowedIpList.json",
2025-08-20T19:15:56.0586459Z [00:02:03.062]➜  			"en-US/alikafka/GetConsumerList.json",
2025-08-20T19:15:56.0587135Z [00:02:03.062]➜  			"en-US/alikafka/GetConsumerProgress.json",
2025-08-20T19:15:56.0587804Z [00:02:03.062]➜  			"en-US/alikafka/GetInstanceList.json",
2025-08-20T19:15:56.0588448Z [00:02:03.062]➜  			"en-US/alikafka/GetQuotaTip.json",
2025-08-20T19:15:56.0589122Z [00:02:03.062]➜  			"en-US/alikafka/GetTopicList.json",
2025-08-20T19:15:56.0589773Z [00:02:03.062]➜  			"en-US/alikafka/GetTopicStatus.json",
2025-08-20T19:15:56.0590718Z [00:02:03.062]➜  			"en-US/alikafka/ListTagResources.json",
2025-08-20T19:15:56.0591411Z [00:02:03.062]➜  			"en-US/alikafka/ModifyInstanceName.json",
2025-08-20T19:15:56.0592099Z [00:02:03.062]➜  			"en-US/alikafka/ModifyPartitionNum.json",
2025-08-20T19:15:56.0628055Z [00:02:03.062]➜  			"en-US/alikafka/ModifyTopicRemark.json",
2025-08-20T19:15:56.0628806Z [00:02:03.062]➜  			"en-US/alikafka/QueryMessage.json",
2025-08-20T19:15:56.0629497Z [00:02:03.062]➜  			"en-US/alikafka/ReleaseInstance.json",
2025-08-20T19:15:56.0630158Z [00:02:03.062]➜  			"en-US/alikafka/StartInstance.json",
2025-08-20T19:15:56.0630809Z [00:02:03.062]➜  			"en-US/alikafka/TagResources.json",
2025-08-20T19:15:56.0631467Z [00:02:03.062]➜  			"en-US/alikafka/UntagResources.json",
2025-08-20T19:15:56.0632156Z [00:02:03.062]➜  			"en-US/alikafka/UpdateAllowedIp.json",
2025-08-20T19:15:56.0659015Z [00:02:03.062]➜  			"en-US/alikafka/UpdateConsumerOffset.json",
2025-08-20T19:15:56.0659801Z [00:02:03.062]➜  			"en-US/alikafka/UpdateInstanceConfig.json",
2025-08-20T19:15:56.0660549Z [00:02:03.062]➜  			"en-US/alikafka/UpdateTopicConfig.json",
2025-08-20T19:15:56.0661257Z [00:02:03.062]➜  			"en-US/alikafka/UpgradeInstanceVersion.json",
2025-08-20T19:15:56.0662044Z [00:02:03.062]➜  			"en-US/alikafka/UpgradePostPayOrder.json",
2025-08-20T19:15:56.0663080Z [00:02:03.062]➜  			"en-US/alikafka/UpgradePrePayOrder.json",
2025-08-20T19:15:56.0663782Z [00:02:03.062]➜  			"en-US/alikafka/version.json",
2025-08-20T19:15:56.0664613Z [00:02:03.062]➜  			"en-US/arms/AddAliClusterIdsToPrometheusGlobalView.json",
2025-08-20T19:15:56.0665419Z [00:02:03.062]➜  			"en-US/arms/AddGrafana.json",
2025-08-20T19:15:56.0666050Z [00:02:03.062]➜  			"en-US/arms/AddIntegration.json",
2025-08-20T19:15:56.0666755Z [00:02:03.062]➜  			"en-US/arms/AddPrometheusGlobalView.json",
2025-08-20T19:15:56.0667880Z [00:02:03.062]➜  			"en-US/arms/AddPrometheusGlobalViewByAliClusterIds.json",
2025-08-20T19:15:56.0668729Z [00:02:03.062]➜  			"en-US/arms/AddPrometheusInstance.json",
2025-08-20T19:15:56.0669492Z [00:02:03.062]➜  			"en-US/arms/AddPrometheusIntegration.json",
2025-08-20T19:15:56.0670232Z [00:02:03.062]➜  			"en-US/arms/AddPrometheusRemoteWrite.json",
2025-08-20T19:15:56.0670925Z [00:02:03.062]➜  			"en-US/arms/AddRecordingRule.json",
2025-08-20T19:15:56.0671592Z [00:02:03.062]➜  			"en-US/arms/AddTagToFlinkCluster.json",
2025-08-20T19:15:56.0672610Z [00:02:03.062]➜  			"en-US/arms/AppendInstancesToPrometheusGlobalView.json",
2025-08-20T19:15:56.0673413Z [00:02:03.062]➜  			"en-US/arms/ApplyScenario.json",
2025-08-20T19:15:56.0674139Z [00:02:03.062]➜  			"en-US/arms/BindPrometheusGrafanaInstance.json",
2025-08-20T19:15:56.0674896Z [00:02:03.062]➜  			"en-US/arms/BlockAlarmNotification.json",
2025-08-20T19:15:56.0675580Z [00:02:03.062]➜  			"en-US/arms/ChangeAlarmSeverity.json",
2025-08-20T19:15:56.0676279Z [00:02:03.062]➜  			"en-US/arms/ChangeResourceGroup.json",
2025-08-20T19:15:56.0676955Z [00:02:03.062]➜  			"en-US/arms/CheckCommercialStatus.json",
2025-08-20T19:15:56.0677663Z [00:02:03.062]➜  			"en-US/arms/CheckServiceStatus.json",
2025-08-20T19:15:56.0678318Z [00:02:03.062]➜  			"en-US/arms/ClaimAlarm.json",
2025-08-20T19:15:56.0678991Z [00:02:03.062]➜  			"en-US/arms/CloseAlarm.json",
2025-08-20T19:15:56.0679572Z [00:02:03.062]➜  			"en-US/arms/ConfigApp.json",
2025-08-20T19:15:56.0680207Z [00:02:03.062]➜  			"en-US/arms/CreateAlertContact.json",
2025-08-20T19:15:56.0680906Z [00:02:03.062]➜  			"en-US/arms/CreateAlertContactGroup.json",
2025-08-20T19:15:56.0681648Z [00:02:03.062]➜  			"en-US/arms/CreateDispatchRule.json",
2025-08-20T19:15:56.0682371Z [00:02:03.062]➜  			"en-US/arms/CreateEnvCustomJob.json",
2025-08-20T19:15:56.0720175Z [00:02:03.062]➜  			"en-US/arms/CreateEnvPodMonitor.json",
2025-08-20T19:15:56.0720939Z [00:02:03.062]➜  			"en-US/arms/CreateEnvServiceMonitor.json",
2025-08-20T19:15:56.0721671Z [00:02:03.062]➜  			"en-US/arms/CreateEnvironment.json",
2025-08-20T19:15:56.0722346Z [00:02:03.062]➜  			"en-US/arms/CreateGrafanaWorkspace.json",
2025-08-20T19:15:56.0723585Z [00:02:03.062]➜  			"en-US/arms/CreateIntegration.json",
2025-08-20T19:15:56.0724314Z [00:02:03.062]➜  			"en-US/arms/CreateOrUpdateAlertRule.json",
2025-08-20T19:15:56.0725070Z [00:02:03.062]➜  			"en-US/arms/CreateOrUpdateContact.json",
2025-08-20T19:15:56.0725840Z [00:02:03.062]➜  			"en-US/arms/CreateOrUpdateContactGroup.json",
2025-08-20T19:15:56.0726677Z [00:02:03.062]➜  			"en-US/arms/CreateOrUpdateEventBridgeIntegration.json",
2025-08-20T19:15:56.0727483Z [00:02:03.062]➜  			"en-US/arms/CreateOrUpdateIMRobot.json",
2025-08-20T19:15:56.0728255Z [00:02:03.062]➜  			"en-US/arms/CreateOrUpdateNotificationPolicy.json",
2025-08-20T19:15:56.0729036Z [00:02:03.062]➜  			"en-US/arms/CreateOrUpdateSilencePolicy.json",
2025-08-20T19:15:56.0729810Z [00:02:03.062]➜  			"en-US/arms/CreateOrUpdateWebhookContact.json",
2025-08-20T19:15:56.0730571Z [00:02:03.062]➜  			"en-US/arms/CreatePrometheusAlertRule.json",
2025-08-20T19:15:56.0731296Z [00:02:03.062]➜  			"en-US/arms/CreatePrometheusInstance.json",
2025-08-20T19:15:56.0732065Z [00:02:03.062]➜  			"en-US/arms/CreatePrometheusMonitoring.json",
2025-08-20T19:15:56.0732964Z [00:02:03.062]➜  			"en-US/arms/CreateRetcodeApp.json",
2025-08-20T19:15:56.0733634Z [00:02:03.062]➜  			"en-US/arms/CreateSyntheticTask.json",
2025-08-20T19:15:56.0734341Z [00:02:03.063]➜  			"en-US/arms/CreateTimingSyntheticTask.json",
2025-08-20T19:15:56.0735012Z [00:02:03.063]➜  			"en-US/arms/CreateWebhook.json",
2025-08-20T19:15:56.0735654Z [00:02:03.063]➜  			"en-US/arms/DelAuthToken.json",
2025-08-20T19:15:56.0736315Z [00:02:03.063]➜  			"en-US/arms/DeleteAddonRelease.json",
2025-08-20T19:15:56.0736983Z [00:02:03.063]➜  			"en-US/arms/DeleteAlertContact.json",
2025-08-20T19:15:56.0737681Z [00:02:03.063]➜  			"en-US/arms/DeleteAlertContactGroup.json",
2025-08-20T19:15:56.0738370Z [00:02:03.063]➜  			"en-US/arms/DeleteAlertRule.json",
2025-08-20T19:15:56.0739269Z [00:02:03.063]➜  			"en-US/arms/DeleteAlertRules.json",
2025-08-20T19:15:56.0739906Z [00:02:03.063]➜  			"en-US/arms/DeleteAppList.json",
2025-08-20T19:15:56.0740591Z [00:02:03.063]➜  			"en-US/arms/DeleteCmsExporter.json",
2025-08-20T19:15:56.0741228Z [00:02:03.063]➜  			"en-US/arms/DeleteContact.json",
2025-08-20T19:15:56.0741867Z [00:02:03.063]➜  			"en-US/arms/DeleteContactGroup.json",
2025-08-20T19:15:56.0747277Z [00:02:03.063]➜  			"en-US/arms/DeleteDispatchRule.json",
2025-08-20T19:15:56.0748054Z [00:02:03.063]➜  			"en-US/arms/DeleteEnvCustomJob.json",
2025-08-20T19:15:56.0748735Z [00:02:03.063]➜  			"en-US/arms/DeleteEnvPodMonitor.json",
2025-08-20T19:15:56.0749479Z [00:02:03.063]➜  			"en-US/arms/DeleteEnvServiceMonitor.json",
2025-08-20T19:15:56.0750236Z [00:02:03.063]➜  			"en-US/arms/DeleteEnvironment.json",
2025-08-20T19:15:56.0750930Z [00:02:03.063]➜  			"en-US/arms/DeleteEnvironmentFeature.json",
2025-08-20T19:15:56.0751743Z [00:02:03.063]➜  			"en-US/arms/DeleteEventBridgeIntegration.json",
2025-08-20T19:15:56.0752695Z [00:02:03.063]➜  			"en-US/arms/DeleteGrafanaResource.json",
2025-08-20T19:15:56.0753457Z [00:02:03.063]➜  			"en-US/arms/DeleteGrafanaWorkspace.json",
2025-08-20T19:15:56.0754152Z [00:02:03.063]➜  			"en-US/arms/DeleteIMRobot.json",
2025-08-20T19:15:56.0754835Z [00:02:03.063]➜  			"en-US/arms/DeleteIntegration.json",
2025-08-20T19:15:56.0755523Z [00:02:03.063]➜  			"en-US/arms/DeleteIntegrations.json",
2025-08-20T19:15:56.0756249Z [00:02:03.063]➜  			"en-US/arms/DeleteNotificationPolicy.json",
2025-08-20T19:15:56.0757024Z [00:02:03.063]➜  			"en-US/arms/DeletePrometheusAlertRule.json",
2025-08-20T19:15:56.0757828Z [00:02:03.063]➜  			"en-US/arms/DeletePrometheusGlobalView.json",
2025-08-20T19:15:56.0758589Z [00:02:03.063]➜  			"en-US/arms/DeletePrometheusIntegration.json",
2025-08-20T19:15:56.0759372Z [00:02:03.063]➜  			"en-US/arms/DeletePrometheusMonitoring.json",
2025-08-20T19:15:56.0760153Z [00:02:03.063]➜  			"en-US/arms/DeletePrometheusRemoteWrite.json",
2025-08-20T19:15:56.0760916Z [00:02:03.063]➜  			"en-US/arms/DeleteRetcodeApp.json",
2025-08-20T19:15:56.0761562Z [00:02:03.063]➜  			"en-US/arms/DeleteScenario.json",
2025-08-20T19:15:56.0813400Z [00:02:03.063]➜  			"en-US/arms/DeleteSilencePolicy.json",
2025-08-20T19:15:56.0814235Z [00:02:03.063]➜  			"en-US/arms/DeleteSourceMap.json",
2025-08-20T19:15:56.0814958Z [00:02:03.063]➜  			"en-US/arms/DeleteSyntheticTask.json",
2025-08-20T19:15:56.0815705Z [00:02:03.063]➜  			"en-US/arms/DeleteTimingSyntheticTask.json",
2025-08-20T19:15:56.0816417Z [00:02:03.063]➜  			"en-US/arms/DeleteTraceApp.json",
2025-08-20T19:15:56.0817098Z [00:02:03.063]➜  			"en-US/arms/DeleteWebhookContact.json",
2025-08-20T19:15:56.0817808Z [00:02:03.063]➜  			"en-US/arms/DescribeAddonRelease.json",
2025-08-20T19:15:56.0818503Z [00:02:03.063]➜  			"en-US/arms/DescribeContactGroups.json",
2025-08-20T19:15:56.0819158Z [00:02:03.063]➜  			"en-US/arms/DescribeContacts.json",
2025-08-20T19:15:56.0819858Z [00:02:03.063]➜  			"en-US/arms/DescribeDispatchRule.json",
2025-08-20T19:15:56.0820553Z [00:02:03.063]➜  			"en-US/arms/DescribeEnvCustomJob.json",
2025-08-20T19:15:56.0821302Z [00:02:03.063]➜  			"en-US/arms/DescribeEnvPodMonitor.json",
2025-08-20T19:15:56.0822024Z [00:02:03.063]➜  			"en-US/arms/DescribeEnvServiceMonitor.json",
2025-08-20T19:15:56.0822980Z [00:02:03.063]➜  			"en-US/arms/DescribeEnvironment.json",
2025-08-20T19:15:56.0823726Z [00:02:03.063]➜  			"en-US/arms/DescribeEnvironmentFeature.json",
2025-08-20T19:15:56.0824458Z [00:02:03.063]➜  			"en-US/arms/DescribeIMRobots.json",
2025-08-20T19:15:56.0825207Z [00:02:03.063]➜  			"en-US/arms/DescribePrometheusAlertRule.json",
2025-08-20T19:15:56.0825973Z [00:02:03.063]➜  			"en-US/arms/DescribeTraceLicenseKey.json",
2025-08-20T19:15:56.0826712Z [00:02:03.063]➜  			"en-US/arms/DescribeWebhookContacts.json",
2025-08-20T19:15:56.0827402Z [00:02:03.063]➜  			"en-US/arms/EnableMetric.json",
2025-08-20T19:15:56.0828060Z [00:02:03.063]➜  			"en-US/arms/GetAgentDownloadUrl.json",
2025-08-20T19:15:56.0828975Z [00:02:03.063]➜  			"en-US/arms/GetAlertRules.json",
2025-08-20T19:15:56.0829696Z [00:02:03.063]➜  			"en-US/arms/GetAppApiByPage.json",
2025-08-20T19:15:56.0830389Z [00:02:03.063]➜  			"en-US/arms/GetAppJVMConfig.json",
2025-08-20T19:15:56.0831046Z [00:02:03.063]➜  			"en-US/arms/GetAuthToken.json",
2025-08-20T19:15:56.0831738Z [00:02:03.063]➜  			"en-US/arms/GetCloudClusterAllUrl.json",
2025-08-20T19:15:56.0832632Z [00:02:03.063]➜  			"en-US/arms/GetClusterAllUrl.json",
2025-08-20T19:15:56.0833327Z [00:02:03.063]➜  			"en-US/arms/GetCommercialStatus.json",
2025-08-20T19:15:56.0833995Z [00:02:03.063]➜  			"en-US/arms/GetExploreUrl.json",
2025-08-20T19:15:56.0834693Z [00:02:03.063]➜  			"en-US/arms/GetGrafanaWorkspace.json",
2025-08-20T19:15:56.0835409Z [00:02:03.063]➜  			"en-US/arms/GetIntegrationState.json",
2025-08-20T19:15:56.0836139Z [00:02:03.063]➜  			"en-US/arms/GetManagedPrometheusStatus.json",
2025-08-20T19:15:56.0836871Z [00:02:03.063]➜  			"en-US/arms/GetMultipleTrace.json",
2025-08-20T19:15:56.0837603Z [00:02:03.063]➜  			"en-US/arms/GetOnCallSchedulesDetail.json",
2025-08-20T19:15:56.0838370Z [00:02:03.063]➜  			"en-US/arms/GetPrometheusApiToken.json",
2025-08-20T19:15:56.0839112Z [00:02:03.063]➜  			"en-US/arms/GetPrometheusGlobalView.json",
2025-08-20T19:15:56.0839824Z [00:02:03.063]➜  			"en-US/arms/GetPrometheusInstance.json",
2025-08-20T19:15:56.0840567Z [00:02:03.063]➜  			"en-US/arms/GetPrometheusIntegration.json",
2025-08-20T19:15:56.0841306Z [00:02:03.063]➜  			"en-US/arms/GetPrometheusMonitoring.json",
2025-08-20T19:15:56.0842060Z [00:02:03.063]➜  			"en-US/arms/GetPrometheusRemoteWrite.json",
2025-08-20T19:15:56.0843004Z [00:02:03.063]➜  			"en-US/arms/GetRecordingRule.json",
2025-08-20T19:15:56.0843691Z [00:02:03.063]➜  			"en-US/arms/GetRetcodeAppByPid.json",
2025-08-20T19:15:56.0844421Z [00:02:03.063]➜  			"en-US/arms/GetRetcodeDataByQuery.json",
2025-08-20T19:15:56.0845141Z [00:02:03.063]➜  			"en-US/arms/GetRetcodeLogstore.json",
2025-08-20T19:15:56.0845871Z [00:02:03.063]➜  			"en-US/arms/GetRetcodeShareUrl.json",
2025-08-20T19:15:56.0846582Z [00:02:03.063]➜  			"en-US/arms/GetSourceMapInfo.json",
2025-08-20T19:15:56.0847508Z [00:02:03.063]➜  			"en-US/arms/GetStack.json",
2025-08-20T19:15:56.0848185Z [00:02:03.063]➜  			"en-US/arms/GetSyntheticMonitors.json",
2025-08-20T19:15:56.0848915Z [00:02:03.063]➜  			"en-US/arms/GetSyntheticTaskDetail.json",
2025-08-20T19:15:56.0849634Z [00:02:03.063]➜  			"en-US/arms/GetSyntheticTaskList.json",
2025-08-20T19:15:56.0850382Z [00:02:03.063]➜  			"en-US/arms/GetSyntheticTaskMonitors.json",
2025-08-20T19:15:56.0851140Z [00:02:03.063]➜  			"en-US/arms/GetTimingSyntheticTask.json",
2025-08-20T19:15:56.0851776Z [00:02:03.063]➜  			"en-US/arms/GetTrace.json",
2025-08-20T19:15:56.0882087Z [00:02:03.063]➜  			"en-US/arms/GetTraceApp.json",
2025-08-20T19:15:56.0883133Z [00:02:03.063]➜  			"en-US/arms/ImportAppAlertRules.json",
2025-08-20T19:15:56.0883831Z [00:02:03.063]➜  			"en-US/arms/InitEnvironment.json",
2025-08-20T19:15:56.0884469Z [00:02:03.063]➜  			"en-US/arms/InstallAddon.json",
2025-08-20T19:15:56.0885129Z [00:02:03.063]➜  			"en-US/arms/InstallCmsExporter.json",
2025-08-20T19:15:56.0885861Z [00:02:03.063]➜  			"en-US/arms/InstallEnvironmentFeature.json",
2025-08-20T19:15:56.0886597Z [00:02:03.063]➜  			"en-US/arms/InstallManagedPrometheus.json",
2025-08-20T19:15:56.0887299Z [00:02:03.063]➜  			"en-US/arms/ListActivatedAlerts.json",
2025-08-20T19:15:56.0887938Z [00:02:03.063]➜  			"en-US/arms/ListAddonReleases.json",
2025-08-20T19:15:56.0888581Z [00:02:03.063]➜  			"en-US/arms/ListAlertEvents.json",
2025-08-20T19:15:56.0889192Z [00:02:03.063]➜  			"en-US/arms/ListAlerts.json",
2025-08-20T19:15:56.0889843Z [00:02:03.063]➜  			"en-US/arms/ListClusterFromGrafana.json",
2025-08-20T19:15:56.0890513Z [00:02:03.063]➜  			"en-US/arms/ListCmsInstances.json",
2025-08-20T19:15:56.0891134Z [00:02:03.063]➜  			"en-US/arms/ListDashboards.json",
2025-08-20T19:15:56.0891779Z [00:02:03.063]➜  			"en-US/arms/ListDashboardsByName.json",
2025-08-20T19:15:56.0892887Z [00:02:03.063]➜  			"en-US/arms/ListDispatchRule.json",
2025-08-20T19:15:56.0893576Z [00:02:03.063]➜  			"en-US/arms/ListEnvCustomJobs.json",
2025-08-20T19:15:56.0894266Z [00:02:03.063]➜  			"en-US/arms/ListEnvPodMonitors.json",
2025-08-20T19:15:56.0894964Z [00:02:03.063]➜  			"en-US/arms/ListEnvServiceMonitors.json",
2025-08-20T19:15:56.0895676Z [00:02:03.063]➜  			"en-US/arms/ListEnvironmentDashboards.json",
2025-08-20T19:15:56.0896414Z [00:02:03.063]➜  			"en-US/arms/ListEnvironmentFeatures.json",
2025-08-20T19:15:56.0897097Z [00:02:03.063]➜  			"en-US/arms/ListEnvironments.json",
2025-08-20T19:15:56.0897756Z [00:02:03.063]➜  			"en-US/arms/ListEscalationPolicies.json",
2025-08-20T19:15:56.0898480Z [00:02:03.063]➜  			"en-US/arms/ListEventBridgeIntegrations.json",
2025-08-20T19:15:56.0899219Z [00:02:03.063]➜  			"en-US/arms/ListGrafanaWorkspace.json",
2025-08-20T19:15:56.0899936Z [00:02:03.063]➜  			"en-US/arms/ListInsightsEvents.json",
2025-08-20T19:15:56.0900676Z [00:02:03.063]➜  			"en-US/arms/ListIntegration.json",
2025-08-20T19:15:56.0901390Z [00:02:03.063]➜  			"en-US/arms/ListNotificationPolicies.json",
2025-08-20T19:15:56.0902117Z [00:02:03.063]➜  			"en-US/arms/ListOnCallSchedules.json",
2025-08-20T19:15:56.1001215Z [00:02:03.063]➜  			"en-US/arms/ListPrometheusAlertRules.json",
2025-08-20T19:15:56.1002063Z [00:02:03.063]➜  			"en-US/arms/ListPrometheusAlertTemplates.json",
2025-08-20T19:15:56.1009138Z [00:02:03.063]➜  			"en-US/arms/ListPrometheusGlobalView.json",
2025-08-20T19:15:56.1010153Z [00:02:03.063]➜  			"en-US/arms/ListPrometheusInstanceByTagAndResourceGroupId.json",
2025-08-20T19:15:56.1011094Z [00:02:03.063]➜  			"en-US/arms/ListPrometheusInstances.json",
2025-08-20T19:15:56.1011881Z [00:02:03.063]➜  			"en-US/arms/ListPrometheusIntegration.json",
2025-08-20T19:15:56.1012889Z [00:02:03.063]➜  			"en-US/arms/ListPrometheusMonitoring.json",
2025-08-20T19:15:56.1013702Z [00:02:03.063]➜  			"en-US/arms/ListPrometheusRemoteWrites.json",
2025-08-20T19:15:56.1014456Z [00:02:03.063]➜  			"en-US/arms/ListRetcodeApps.json",
2025-08-20T19:15:56.1015133Z [00:02:03.063]➜  			"en-US/arms/ListScenario.json",
2025-08-20T19:15:56.1016139Z [00:02:03.063]➜  			"en-US/arms/ListSilencePolicies.json",
2025-08-20T19:15:56.1016872Z [00:02:03.063]➜  			"en-US/arms/ListTimingSyntheticTasks.json",
2025-08-20T19:15:56.1017602Z [00:02:03.063]➜  			"en-US/arms/ListTraceApps.json",
2025-08-20T19:15:56.1018306Z [00:02:03.063]➜  			"en-US/arms/ManageGetRecordingRule.json",
2025-08-20T19:15:56.1019014Z [00:02:03.063]➜  			"en-US/arms/ManageRecordingRule.json",
2025-08-20T19:15:56.1019697Z [00:02:03.063]➜  			"en-US/arms/OpenArmsDefaultSLR.json",
2025-08-20T19:15:56.1020446Z [00:02:03.063]➜  			"en-US/arms/OpenArmsServiceSecondVersion.json",
2025-08-20T19:15:56.1021166Z [00:02:03.063]➜  			"en-US/arms/OpenVCluster.json",
2025-08-20T19:15:56.1021847Z [00:02:03.063]➜  			"en-US/arms/OpenXtraceDefaultSLR.json",
2025-08-20T19:15:56.1054146Z [00:02:03.063]➜  			"en-US/arms/QueryAppMetadata.json",
2025-08-20T19:15:56.1055004Z [00:02:03.063]➜  			"en-US/arms/QueryAppTopology.json",
2025-08-20T19:15:56.1055693Z [00:02:03.063]➜  			"en-US/arms/QueryCommercialUsage.json",
2025-08-20T19:15:56.1056399Z [00:02:03.063]➜  			"en-US/arms/QueryMetricByPage.json",
2025-08-20T19:15:56.1057084Z [00:02:03.063]➜  			"en-US/arms/QueryPromInstallStatus.json",
2025-08-20T19:15:56.1057754Z [00:02:03.063]➜  			"en-US/arms/QueryReleaseMetric.json",
2025-08-20T19:15:56.1058614Z [00:02:03.063]➜  			"en-US/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json",
2025-08-20T19:15:56.1059573Z [00:02:03.063]➜  			"en-US/arms/RemoveSourcesFromPrometheusGlobalView.json",
2025-08-20T19:15:56.1060391Z [00:02:03.063]➜  			"en-US/arms/RestartEnvironmentFeature.json",
2025-08-20T19:15:56.1061079Z [00:02:03.063]➜  			"en-US/arms/SaveTraceAppConfig.json",
2025-08-20T19:15:56.1061851Z [00:02:03.063]➜  			"en-US/arms/SearchAlertContact.json",
2025-08-20T19:15:56.1062750Z [00:02:03.063]➜  			"en-US/arms/SearchAlertContactGroup.json",
2025-08-20T19:15:56.1063725Z [00:02:03.063]➜  			"en-US/arms/SearchAlertHistories.json",
2025-08-20T19:15:56.1064423Z [00:02:03.063]➜  			"en-US/arms/SearchAlertRules.json",
2025-08-20T19:15:56.1065068Z [00:02:03.063]➜  			"en-US/arms/SearchEvents.json",
2025-08-20T19:15:56.1065724Z [00:02:03.063]➜  			"en-US/arms/SearchRetcodeAppByPage.json",
2025-08-20T19:15:56.1066397Z [00:02:03.063]➜  			"en-US/arms/SearchTraceAppByName.json",
2025-08-20T19:15:56.1067058Z [00:02:03.063]➜  			"en-US/arms/SearchTraceAppByPage.json",
2025-08-20T19:15:56.1067696Z [00:02:03.063]➜  			"en-US/arms/SearchTraces.json",
2025-08-20T19:15:56.1068344Z [00:02:03.063]➜  			"en-US/arms/SearchTracesByPage.json",
2025-08-20T19:15:56.1068992Z [00:02:03.063]➜  			"en-US/arms/SendTTSVerifyLink.json",
2025-08-20T19:15:56.1069683Z [00:02:03.063]➜  			"en-US/arms/SetRetcodeShareStatus.json",
2025-08-20T19:15:56.1070349Z [00:02:03.063]➜  			"en-US/arms/StartAlert.json",
2025-08-20T19:15:56.1071048Z [00:02:03.063]➜  			"en-US/arms/StartTimingSyntheticTask.json",
2025-08-20T19:15:56.1071761Z [00:02:03.063]➜  			"en-US/arms/StopAlert.json",
2025-08-20T19:15:56.1072649Z [00:02:03.063]➜  			"en-US/arms/StopTimingSyntheticTask.json",
2025-08-20T19:15:56.1073432Z [00:02:03.063]➜  			"en-US/arms/SwitchSyntheticTaskStatus.json",
2025-08-20T19:15:56.1074136Z [00:02:03.063]➜  			"en-US/arms/SyncRecordingRules.json",
2025-08-20T19:15:56.1074802Z [00:02:03.063]➜  			"en-US/arms/TagResources.json",
2025-08-20T19:15:56.1075504Z [00:02:03.063]➜  			"en-US/arms/UninstallManagedPrometheus.json",
2025-08-20T19:15:56.1076251Z [00:02:03.063]➜  			"en-US/arms/UninstallPromCluster.json",
2025-08-20T19:15:56.1076919Z [00:02:03.063]➜  			"en-US/arms/UntagResources.json",
2025-08-20T19:15:56.1077587Z [00:02:03.063]➜  			"en-US/arms/UpdateAlertContact.json",
2025-08-20T19:15:56.1078301Z [00:02:03.063]➜  			"en-US/arms/UpdateAlertContactGroup.json",
2025-08-20T19:15:56.1079058Z [00:02:03.063]➜  			"en-US/arms/UpdateAlertRule.json",
2025-08-20T19:15:56.1079747Z [00:02:03.063]➜  			"en-US/arms/UpdateDispatchRule.json",
2025-08-20T19:15:56.1080440Z [00:02:03.063]➜  			"en-US/arms/UpdateEnvCustomJob.json",
2025-08-20T19:15:56.1081113Z [00:02:03.063]➜  			"en-US/arms/UpdateEnvPodMonitor.json",
2025-08-20T19:15:56.1082060Z [00:02:03.063]➜  			"en-US/arms/UpdateEnvServiceMonitor.json",
2025-08-20T19:15:56.1082987Z [00:02:03.063]➜  			"en-US/arms/UpdateEnvironment.json",
2025-08-20T19:15:56.1083705Z [00:02:03.063]➜  			"en-US/arms/UpdateGrafanaWorkspace.json",
2025-08-20T19:15:56.1084491Z [00:02:03.063]➜  			"en-US/arms/UpdateGrafanaWorkspaceVersion.json",
2025-08-20T19:15:56.1085228Z [00:02:03.063]➜  			"en-US/arms/UpdateIntegration.json",
2025-08-20T19:15:56.1085872Z [00:02:03.063]➜  			"en-US/arms/UpdateMetricDrop.json",
2025-08-20T19:15:56.1086595Z [00:02:03.063]➜  			"en-US/arms/UpdatePrometheusAlertRule.json",
2025-08-20T19:15:56.1087349Z [00:02:03.063]➜  			"en-US/arms/UpdatePrometheusGlobalView.json",
2025-08-20T19:15:56.1088120Z [00:02:03.063]➜  			"en-US/arms/UpdatePrometheusIntegration.json",
2025-08-20T19:15:56.1088893Z [00:02:03.063]➜  			"en-US/arms/UpdatePrometheusMonitoring.json",
2025-08-20T19:15:56.1089709Z [00:02:03.063]➜  			"en-US/arms/UpdatePrometheusMonitoringStatus.json",
2025-08-20T19:15:56.1090541Z [00:02:03.063]➜  			"en-US/arms/UpdatePrometheusRemoteWrite.json",
2025-08-20T19:15:56.1091295Z [00:02:03.063]➜  			"en-US/arms/UpdateTimingSyntheticTask.json",
2025-08-20T19:15:56.1091996Z [00:02:03.063]➜  			"en-US/arms/UpdateWebhook.json",
2025-08-20T19:15:56.1098030Z [00:02:03.064]➜  			"en-US/arms/UpgradeAddonRelease.json",
2025-08-20T19:15:56.1098829Z [00:02:03.064]➜  			"en-US/arms/UpgradeEnvironmentFeature.json",
2025-08-20T19:15:56.1099538Z [00:02:03.064]➜  			"en-US/arms/Upload.json",
2025-08-20T19:15:56.1100135Z [00:02:03.064]➜  			"en-US/arms/version.json",
2025-08-20T19:15:56.1100836Z [00:02:03.064]➜  			"en-US/bssopenapi/AddAccountRelation.json",
2025-08-20T19:15:56.1101640Z [00:02:03.064]➜  			"en-US/bssopenapi/AllocateCostUnitResource.json",
2025-08-20T19:15:56.1102817Z [00:02:03.064]➜  			"en-US/bssopenapi/ApplyInvoice.json",
2025-08-20T19:15:56.1103584Z [00:02:03.064]➜  			"en-US/bssopenapi/CancelOrder.json",
2025-08-20T19:15:56.1104421Z [00:02:03.064]➜  			"en-US/bssopenapi/ChangeResellerConsumeAmount.json",
2025-08-20T19:15:56.1105267Z [00:02:03.064]➜  			"en-US/bssopenapi/ConfirmRelation.json",
2025-08-20T19:15:56.1106142Z [00:02:03.064]➜  			"en-US/bssopenapi/ConvertChargeType.json",
2025-08-20T19:15:56.1106895Z [00:02:03.064]➜  			"en-US/bssopenapi/CreateAgAccount.json",
2025-08-20T19:15:56.1107591Z [00:02:03.064]➜  			"en-US/bssopenapi/CreateCostUnit.json",
2025-08-20T19:15:56.1108296Z [00:02:03.064]➜  			"en-US/bssopenapi/CreateInstance.json",
2025-08-20T19:15:56.1109063Z [00:02:03.064]➜  			"en-US/bssopenapi/CreateResellerUserQuota.json",
2025-08-20T19:15:56.1109869Z [00:02:03.064]➜  			"en-US/bssopenapi/CreateResourcePackage.json",
2025-08-20T19:15:56.1110714Z [00:02:03.064]➜  			"en-US/bssopenapi/CreateSavingsPlansInstance.json",
2025-08-20T19:15:56.1111517Z [00:02:03.064]➜  			"en-US/bssopenapi/DeleteCostUnit.json",
2025-08-20T19:15:56.1112308Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeCostBudgetsSummary.json",
2025-08-20T19:15:56.1113998Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json",
2025-08-20T19:15:56.1115229Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json",
2025-08-20T19:15:56.1116320Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeInstanceBill.json",
2025-08-20T19:15:56.1117116Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribePricingModule.json",
2025-08-20T19:15:56.1118147Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json",
2025-08-20T19:15:56.1119340Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json",
2025-08-20T19:15:56.1120375Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeResourceCoverageDetail.json",
2025-08-20T19:15:56.1121290Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeResourceCoverageTotal.json",
2025-08-20T19:15:56.1122175Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeResourcePackageProduct.json",
2025-08-20T19:15:56.1151994Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeResourceUsageDetail.json",
2025-08-20T19:15:56.1153125Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeResourceUsageTotal.json",
2025-08-20T19:15:56.1154074Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeSavingsPlansCoverageDetail.json",
2025-08-20T19:15:56.1155045Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeSavingsPlansCoverageTotal.json",
2025-08-20T19:15:56.1155968Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeSavingsPlansUsageDetail.json",
2025-08-20T19:15:56.1156865Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeSavingsPlansUsageTotal.json",
2025-08-20T19:15:56.1157727Z [00:02:03.064]➜  			"en-US/bssopenapi/DescribeSplitItemBill.json",
2025-08-20T19:15:56.1158470Z [00:02:03.064]➜  			"en-US/bssopenapi/EnableBillGeneration.json",
2025-08-20T19:15:56.1159212Z [00:02:03.064]➜  			"en-US/bssopenapi/GetAccountRelation.json",
2025-08-20T19:15:56.1160234Z [00:02:03.064]➜  			"en-US/bssopenapi/GetCustomerAccountInfo.json",
2025-08-20T19:15:56.1161009Z [00:02:03.064]➜  			"en-US/bssopenapi/GetCustomerList.json",
2025-08-20T19:15:56.1161748Z [00:02:03.064]➜  			"en-US/bssopenapi/GetOrderDetail.json",
2025-08-20T19:15:56.1162652Z [00:02:03.064]➜  			"en-US/bssopenapi/GetPayAsYouGoPrice.json",
2025-08-20T19:15:56.1163438Z [00:02:03.064]➜  			"en-US/bssopenapi/GetResourcePackagePrice.json",
2025-08-20T19:15:56.1164212Z [00:02:03.064]➜  			"en-US/bssopenapi/GetSubscriptionPrice.json",
2025-08-20T19:15:56.1165021Z [00:02:03.064]➜  			"en-US/bssopenapi/InquiryPriceRefundInstance.json",
2025-08-20T19:15:56.1165847Z [00:02:03.064]➜  			"en-US/bssopenapi/ModifyAccountRelation.json",
2025-08-20T19:15:56.1166555Z [00:02:03.064]➜  			"en-US/bssopenapi/ModifyCostUnit.json",
2025-08-20T19:15:56.1167242Z [00:02:03.064]➜  			"en-US/bssopenapi/ModifyInstance.json",
2025-08-20T19:15:56.1167991Z [00:02:03.064]➜  			"en-US/bssopenapi/QueryAccountBalance.json",
2025-08-20T19:15:56.1168718Z [00:02:03.064]➜  			"en-US/bssopenapi/QueryAccountBill.json",
2025-08-20T19:15:56.1169525Z [00:02:03.064]➜  			"en-US/bssopenapi/QueryAccountTransactionDetails.json",
2025-08-20T19:15:56.1170376Z [00:02:03.064]➜  			"en-US/bssopenapi/QueryAccountTransactions.json",
2025-08-20T19:15:56.1171181Z [00:02:03.064]➜  			"en-US/bssopenapi/QueryAvailableInstances.json",
2025-08-20T19:15:56.1171871Z [00:02:03.064]➜  			"en-US/bssopenapi/QueryBill.json",
2025-08-20T19:15:56.1172722Z [00:02:03.064]➜  			"en-US/bssopenapi/QueryBillOverview.json",
2025-08-20T19:15:56.1173549Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryBillToOSSSubscription.json",
2025-08-20T19:15:56.1174362Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryCashCoupons.json",
2025-08-20T19:15:56.1175124Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryCommodityList.json",
2025-08-20T19:15:56.1175858Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryCostUnit.json",
2025-08-20T19:15:56.1176617Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryCostUnitResource.json",
2025-08-20T19:15:56.1177417Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryCustomerAddressList.json",
2025-08-20T19:15:56.1178499Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryDPUtilizationDetail.json",
2025-08-20T19:15:56.1179346Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryEvaluateList.json",
2025-08-20T19:15:56.1180149Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryFinancialAccountInfo.json",
2025-08-20T19:15:56.1180962Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryInstanceBill.json",
2025-08-20T19:15:56.1181707Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryInstanceByTag.json",
2025-08-20T19:15:56.1182643Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryInstanceGaapCost.json",
2025-08-20T19:15:56.1183477Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryInvoicingCustomerList.json",
2025-08-20T19:15:56.1184227Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryOrders.json",
2025-08-20T19:15:56.1184953Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryPermissionList.json",
2025-08-20T19:15:56.1185724Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryPrepaidCards.json",
2025-08-20T19:15:56.1186480Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryPriceEntityList.json",
2025-08-20T19:15:56.1187253Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryProductList.json",
2025-08-20T19:15:56.1188024Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryRIUtilizationDetail.json",
2025-08-20T19:15:56.1188757Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryRedeem.json",
2025-08-20T19:15:56.1189464Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryRelationList.json",
2025-08-20T19:15:56.1190271Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryResellerAvailableQuota.json",
2025-08-20T19:15:56.1191169Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryResellerUserAlarmThreshold.json",
2025-08-20T19:15:56.1192093Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryResourcePackageInstances.json",
2025-08-20T19:15:56.1217347Z [00:02:03.065]➜  			"en-US/bssopenapi/QuerySavingsPlansDeductLog.json",
2025-08-20T19:15:56.1218268Z [00:02:03.065]➜  			"en-US/bssopenapi/QuerySavingsPlansDiscount.json",
2025-08-20T19:15:56.1219398Z [00:02:03.065]➜  			"en-US/bssopenapi/QuerySavingsPlansInstance.json",
2025-08-20T19:15:56.1220225Z [00:02:03.065]➜  			"en-US/bssopenapi/QuerySettleBill.json",
2025-08-20T19:15:56.1220966Z [00:02:03.065]➜  			"en-US/bssopenapi/QuerySkuPriceList.json",
2025-08-20T19:15:56.1221710Z [00:02:03.065]➜  			"en-US/bssopenapi/QuerySplitItemBill.json",
2025-08-20T19:15:56.1222643Z [00:02:03.065]➜  			"en-US/bssopenapi/QueryUserOmsData.json",
2025-08-20T19:15:56.1223377Z [00:02:03.065]➜  			"en-US/bssopenapi/RefundInstance.json",
2025-08-20T19:15:56.1224088Z [00:02:03.065]➜  			"en-US/bssopenapi/ReleaseInstance.json",
2025-08-20T19:15:56.1224839Z [00:02:03.065]➜  			"en-US/bssopenapi/RelieveAccountRelation.json",
2025-08-20T19:15:56.1225652Z [00:02:03.065]➜  			"en-US/bssopenapi/RenewChangeInstance.json",
2025-08-20T19:15:56.1226378Z [00:02:03.065]➜  			"en-US/bssopenapi/RenewInstance.json",
2025-08-20T19:15:56.1227099Z [00:02:03.065]➜  			"en-US/bssopenapi/RenewResourcePackage.json",
2025-08-20T19:15:56.1227855Z [00:02:03.065]➜  			"en-US/bssopenapi/SaveUserCredit.json",
2025-08-20T19:15:56.1228609Z [00:02:03.065]➜  			"en-US/bssopenapi/SetAllExpirationDay.json",
2025-08-20T19:15:56.1229420Z [00:02:03.065]➜  			"en-US/bssopenapi/SetCreditLabelAction.json",
2025-08-20T19:15:56.1230131Z [00:02:03.065]➜  			"en-US/bssopenapi/SetRenewal.json",
2025-08-20T19:15:56.1230902Z [00:02:03.065]➜  			"en-US/bssopenapi/SetResellerUserAlarmThreshold.json",
2025-08-20T19:15:56.1231706Z [00:02:03.065]➜  			"en-US/bssopenapi/SetResellerUserQuota.json",
2025-08-20T19:15:56.1232606Z [00:02:03.065]➜  			"en-US/bssopenapi/SetResellerUserStatus.json",
2025-08-20T19:15:56.1233332Z [00:02:03.065]➜  			"en-US/bssopenapi/SubscribeBillToOSS.json",
2025-08-20T19:15:56.1234031Z [00:02:03.065]➜  			"en-US/bssopenapi/TagResources.json",
2025-08-20T19:15:56.1234730Z [00:02:03.065]➜  			"en-US/bssopenapi/UnsubscribeBillToOSS.json",
2025-08-20T19:15:56.1235454Z [00:02:03.065]➜  			"en-US/bssopenapi/UntagResources.json",
2025-08-20T19:15:56.1236212Z [00:02:03.065]➜  			"en-US/bssopenapi/UpgradeResourcePackage.json",
2025-08-20T19:15:56.1236927Z [00:02:03.065]➜  			"en-US/bssopenapi/version.json",
2025-08-20T19:15:56.1237765Z [00:02:03.065]➜  			"en-US/cas/version.json",
2025-08-20T19:15:56.1238349Z [00:02:03.065]➜  			"en-US/cbn/ActiveFlowLog.json",
2025-08-20T19:15:56.1239173Z [00:02:03.066]➜  			"en-US/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:15:56.1240116Z [00:02:03.066]➜  			"en-US/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:15:56.1240941Z [00:02:03.066]➜  			"en-US/cbn/AssociateCenBandwidthPackage.json",
2025-08-20T19:15:56.1241863Z [00:02:03.066]➜  			"en-US/cbn/AssociateTransitRouterAttachmentWithRouteTable.json",
2025-08-20T19:15:56.1243027Z [00:02:03.066]➜  			"en-US/cbn/AssociateTransitRouterMulticastDomain.json",
2025-08-20T19:15:56.1243830Z [00:02:03.066]➜  			"en-US/cbn/AttachCenChildInstance.json",
2025-08-20T19:15:56.1244550Z [00:02:03.066]➜  			"en-US/cbn/CheckTransitRouterService.json",
2025-08-20T19:15:56.1245192Z [00:02:03.066]➜  			"en-US/cbn/CreateCen.json",
2025-08-20T19:15:56.1245843Z [00:02:03.066]➜  			"en-US/cbn/CreateCenBandwidthPackage.json",
2025-08-20T19:15:56.1246740Z [00:02:03.066]➜  			"en-US/cbn/CreateCenChildInstanceRouteEntryToAttachment.json",
2025-08-20T19:15:56.1247676Z [00:02:03.066]➜  			"en-US/cbn/CreateCenChildInstanceRouteEntryToCen.json",
2025-08-20T19:15:56.1248526Z [00:02:03.066]➜  			"en-US/cbn/CreateCenInterRegionTrafficQosPolicy.json",
2025-08-20T19:15:56.1249361Z [00:02:03.066]➜  			"en-US/cbn/CreateCenInterRegionTrafficQosQueue.json",
2025-08-20T19:15:56.1250099Z [00:02:03.066]➜  			"en-US/cbn/CreateCenRouteMap.json",
2025-08-20T19:15:56.1250741Z [00:02:03.066]➜  			"en-US/cbn/CreateFlowlog.json",
2025-08-20T19:15:56.1251425Z [00:02:03.066]➜  			"en-US/cbn/CreateTrafficMarkingPolicy.json",
2025-08-20T19:15:56.1252197Z [00:02:03.066]➜  			"en-US/cbn/CreateTransitRouteTableAggregation.json",
2025-08-20T19:15:56.1253445Z [00:02:03.066]➜  			"en-US/cbn/CreateTransitRouter.json",
2025-08-20T19:15:56.1254209Z [00:02:03.066]➜  			"en-US/cbn/CreateTransitRouterCidr.json",
2025-08-20T19:15:56.1255038Z [00:02:03.066]➜  			"en-US/cbn/CreateTransitRouterMulticastDomain.json",
2025-08-20T19:15:56.1255894Z [00:02:03.066]➜  			"en-US/cbn/CreateTransitRouterPeerAttachment.json",
2025-08-20T19:15:56.1256801Z [00:02:03.066]➜  			"en-US/cbn/CreateTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:56.1257662Z [00:02:03.066]➜  			"en-US/cbn/CreateTransitRouterRouteEntry.json",
2025-08-20T19:15:56.1258422Z [00:02:03.066]➜  			"en-US/cbn/CreateTransitRouterRouteTable.json",
2025-08-20T19:15:56.1259223Z [00:02:03.066]➜  			"en-US/cbn/CreateTransitRouterVbrAttachment.json",
2025-08-20T19:15:56.1260024Z [00:02:03.066]➜  			"en-US/cbn/CreateTransitRouterVpcAttachment.json",
2025-08-20T19:15:56.1260848Z [00:02:03.066]➜  			"en-US/cbn/CreateTransitRouterVpnAttachment.json",
2025-08-20T19:15:56.1261574Z [00:02:03.066]➜  			"en-US/cbn/DeactiveFlowLog.json",
2025-08-20T19:15:56.1262217Z [00:02:03.066]➜  			"en-US/cbn/DeleteCen.json",
2025-08-20T19:15:56.1277026Z [00:02:03.066]➜  			"en-US/cbn/DeleteCenBandwidthPackage.json",
2025-08-20T19:15:56.1278061Z [00:02:03.066]➜  			"en-US/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json",
2025-08-20T19:15:56.1279150Z [00:02:03.066]➜  			"en-US/cbn/DeleteCenChildInstanceRouteEntryToCen.json",
2025-08-20T19:15:56.1280109Z [00:02:03.066]➜  			"en-US/cbn/DeleteCenInterRegionTrafficQosPolicy.json",
2025-08-20T19:15:56.1281038Z [00:02:03.066]➜  			"en-US/cbn/DeleteCenInterRegionTrafficQosQueue.json",
2025-08-20T19:15:56.1281846Z [00:02:03.066]➜  			"en-US/cbn/DeleteCenRouteMap.json",
2025-08-20T19:15:56.1282701Z [00:02:03.066]➜  			"en-US/cbn/DeleteFlowlog.json",
2025-08-20T19:15:56.1283398Z [00:02:03.066]➜  			"en-US/cbn/DeleteRouteServiceInCen.json",
2025-08-20T19:15:56.1284166Z [00:02:03.066]➜  			"en-US/cbn/DeleteTrafficMarkingPolicy.json",
2025-08-20T19:15:56.1284994Z [00:02:03.066]➜  			"en-US/cbn/DeleteTransitRouteTableAggregation.json",
2025-08-20T19:15:56.1285756Z [00:02:03.066]➜  			"en-US/cbn/DeleteTransitRouter.json",
2025-08-20T19:15:56.1286429Z [00:02:03.066]➜  			"en-US/cbn/DeleteTransitRouterCidr.json",
2025-08-20T19:15:56.1287497Z [00:02:03.066]➜  			"en-US/cbn/DeleteTransitRouterMulticastDomain.json",
2025-08-20T19:15:56.1288342Z [00:02:03.066]➜  			"en-US/cbn/DeleteTransitRouterPeerAttachment.json",
2025-08-20T19:15:56.1289232Z [00:02:03.066]➜  			"en-US/cbn/DeleteTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:56.1290109Z [00:02:03.066]➜  			"en-US/cbn/DeleteTransitRouterRouteEntry.json",
2025-08-20T19:15:56.1290881Z [00:02:03.066]➜  			"en-US/cbn/DeleteTransitRouterRouteTable.json",
2025-08-20T19:15:56.1291656Z [00:02:03.066]➜  			"en-US/cbn/DeleteTransitRouterVbrAttachment.json",
2025-08-20T19:15:56.1292649Z [00:02:03.066]➜  			"en-US/cbn/DeleteTransitRouterVpcAttachment.json",
2025-08-20T19:15:56.1294306Z [00:02:03.066]➜  			"en-US/cbn/DeleteTransitRouterVpnAttachment.json",
2025-08-20T19:15:56.1295313Z [00:02:03.066]➜  			"en-US/cbn/DeregisterTransitRouterMulticastGroupMembers.json",
2025-08-20T19:15:56.1296404Z [00:02:03.066]➜  			"en-US/cbn/DeregisterTransitRouterMulticastGroupSources.json",
2025-08-20T19:15:56.1297446Z [00:02:03.066]➜  			"en-US/cbn/DescribeCenAttachedChildInstanceAttribute.json",
2025-08-20T19:15:56.1298407Z [00:02:03.066]➜  			"en-US/cbn/DescribeCenAttachedChildInstances.json",
2025-08-20T19:15:56.1299265Z [00:02:03.066]➜  			"en-US/cbn/DescribeCenBandwidthPackages.json",
2025-08-20T19:15:56.1300121Z [00:02:03.066]➜  			"en-US/cbn/DescribeCenChildInstanceRouteEntries.json",
2025-08-20T19:15:56.1301095Z [00:02:03.066]➜  			"en-US/cbn/DescribeCenGeographicSpanRemainingBandwidth.json",
2025-08-20T19:15:56.1302020Z [00:02:03.067]➜  			"en-US/cbn/DescribeCenGeographicSpans.json",
2025-08-20T19:15:56.1303169Z [00:02:03.067]➜  			"en-US/cbn/DescribeCenInterRegionBandwidthLimits.json",
2025-08-20T19:15:56.1304062Z [00:02:03.067]➜  			"en-US/cbn/DescribeCenPrivateZoneRoutes.json",
2025-08-20T19:15:56.1305159Z [00:02:03.067]➜  			"en-US/cbn/DescribeCenRegionDomainRouteEntries.json",
2025-08-20T19:15:56.1305992Z [00:02:03.067]➜  			"en-US/cbn/DescribeCenRouteMaps.json",
2025-08-20T19:15:56.1306767Z [00:02:03.067]➜  			"en-US/cbn/DescribeCenVbrHealthCheck.json",
2025-08-20T19:15:56.1307464Z [00:02:03.067]➜  			"en-US/cbn/DescribeCens.json",
2025-08-20T19:15:56.1308182Z [00:02:03.067]➜  			"en-US/cbn/DescribeChildInstanceRegions.json",
2025-08-20T19:15:56.1308911Z [00:02:03.067]➜  			"en-US/cbn/DescribeFlowlogs.json",
2025-08-20T19:15:56.1309707Z [00:02:03.067]➜  			"en-US/cbn/DescribeGeographicRegionMembership.json",
2025-08-20T19:15:56.1310480Z [00:02:03.067]➜  			"en-US/cbn/DescribeGrantRulesToCen.json",
2025-08-20T19:15:56.1311244Z [00:02:03.067]➜  			"en-US/cbn/DescribeGrantRulesToResource.json",
2025-08-20T19:15:56.1312024Z [00:02:03.067]➜  			"en-US/cbn/DescribePublishedRouteEntries.json",
2025-08-20T19:15:56.1312952Z [00:02:03.067]➜  			"en-US/cbn/DescribeRouteConflict.json",
2025-08-20T19:15:56.1313670Z [00:02:03.067]➜  			"en-US/cbn/DescribeRouteServicesInCen.json",
2025-08-20T19:15:56.1314458Z [00:02:03.067]➜  			"en-US/cbn/DescribeTransitRouteTableAggregation.json",
2025-08-20T19:15:56.1315402Z [00:02:03.067]➜  			"en-US/cbn/DescribeTransitRouteTableAggregationDetail.json",
2025-08-20T19:15:56.1316227Z [00:02:03.067]➜  			"en-US/cbn/DetachCenChildInstance.json",
2025-08-20T19:15:56.1316924Z [00:02:03.067]➜  			"en-US/cbn/DisableCenVbrHealthCheck.json",
2025-08-20T19:15:56.1317771Z [00:02:03.067]➜  			"en-US/cbn/DisableTransitRouterRouteTablePropagation.json",
2025-08-20T19:15:56.1318740Z [00:02:03.067]➜  			"en-US/cbn/DisassociateTransitRouterMulticastDomain.json",
2025-08-20T19:15:56.1319738Z [00:02:03.067]➜  			"en-US/cbn/DissociateTransitRouterAttachmentFromRouteTable.json",
2025-08-20T19:15:56.1320598Z [00:02:03.067]➜  			"en-US/cbn/EnableCenVbrHealthCheck.json",
2025-08-20T19:15:56.1321415Z [00:02:03.067]➜  			"en-US/cbn/EnableTransitRouterRouteTablePropagation.json",
2025-08-20T19:15:56.1322281Z [00:02:03.067]➜  			"en-US/cbn/GrantInstanceToTransitRouter.json",
2025-08-20T19:15:56.1327515Z [00:02:03.067]➜  			"en-US/cbn/ListCenChildInstanceRouteEntriesToAttachment.json",
2025-08-20T19:15:56.1329973Z [00:02:03.067]➜  			"en-US/cbn/ListCenInterRegionTrafficQosPolicies.json",
2025-08-20T19:15:56.1331794Z [00:02:03.067]➜  			"en-US/cbn/ListCenInterRegionTrafficQosQueues.json",
2025-08-20T19:15:56.1333271Z [00:02:03.067]➜  			"en-US/cbn/ListGrantVSwitchEnis.json",
2025-08-20T19:15:56.1334512Z [00:02:03.067]➜  			"en-US/cbn/ListGrantVSwitchesToCen.json",
2025-08-20T19:15:56.1335672Z [00:02:03.067]➜  			"en-US/cbn/ListTagResources.json",
2025-08-20T19:15:56.1336948Z [00:02:03.067]➜  			"en-US/cbn/ListTrafficMarkingPolicies.json",
2025-08-20T19:15:56.1338359Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterAvailableResource.json",
2025-08-20T19:15:56.1339739Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterCidr.json",
2025-08-20T19:15:56.1341266Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterCidrAllocation.json",
2025-08-20T19:15:56.1342871Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterMulticastDomainAssociations.json",
2025-08-20T19:15:56.1343850Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterMulticastDomainVSwitches.json",
2025-08-20T19:15:56.1344758Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterMulticastDomains.json",
2025-08-20T19:15:56.1345529Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterMulticastGroups.json",
2025-08-20T19:15:56.1346285Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterPeerAttachments.json",
2025-08-20T19:15:56.1347090Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:56.1347883Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterRouteEntries.json",
2025-08-20T19:15:56.1348732Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterRouteTableAssociations.json",
2025-08-20T19:15:56.1375773Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterRouteTablePropagations.json",
2025-08-20T19:15:56.1378570Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterRouteTables.json",
2025-08-20T19:15:56.1380625Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterVbrAttachments.json",
2025-08-20T19:15:56.1382619Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterVpcAttachments.json",
2025-08-20T19:15:56.1383473Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouterVpnAttachments.json",
2025-08-20T19:15:56.1384234Z [00:02:03.067]➜  			"en-US/cbn/ListTransitRouters.json",
2025-08-20T19:15:56.1384895Z [00:02:03.067]➜  			"en-US/cbn/ModifyCenAttribute.json",
2025-08-20T19:15:56.1385643Z [00:02:03.067]➜  			"en-US/cbn/ModifyCenBandwidthPackageAttribute.json",
2025-08-20T19:15:56.1386450Z [00:02:03.067]➜  			"en-US/cbn/ModifyCenBandwidthPackageSpec.json",
2025-08-20T19:15:56.1387146Z [00:02:03.067]➜  			"en-US/cbn/ModifyCenRouteMap.json",
2025-08-20T19:15:56.1387808Z [00:02:03.067]➜  			"en-US/cbn/ModifyFlowLogAttribute.json",
2025-08-20T19:15:56.1388508Z [00:02:03.067]➜  			"en-US/cbn/ModifyTransitRouterCidr.json",
2025-08-20T19:15:56.1389320Z [00:02:03.067]➜  			"en-US/cbn/ModifyTransitRouterMulticastDomain.json",
2025-08-20T19:15:56.1390083Z [00:02:03.067]➜  			"en-US/cbn/MoveResourceGroup.json",
2025-08-20T19:15:56.1390790Z [00:02:03.067]➜  			"en-US/cbn/OpenTransitRouterService.json",
2025-08-20T19:15:56.1391484Z [00:02:03.067]➜  			"en-US/cbn/PublishRouteEntries.json",
2025-08-20T19:15:56.1392255Z [00:02:03.067]➜  			"en-US/cbn/RefreshTransitRouteTableAggregation.json",
2025-08-20T19:15:56.1424292Z [00:02:03.067]➜  			"en-US/cbn/RegisterTransitRouterMulticastGroupMembers.json",
2025-08-20T19:15:56.1425290Z [00:02:03.067]➜  			"en-US/cbn/RegisterTransitRouterMulticastGroupSources.json",
2025-08-20T19:15:56.1426284Z [00:02:03.067]➜  			"en-US/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json",
2025-08-20T19:15:56.1427287Z [00:02:03.067]➜  			"en-US/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json",
2025-08-20T19:15:56.1428302Z [00:02:03.067]➜  			"en-US/cbn/ReplaceTransitRouterRouteTableAssociation.json",
2025-08-20T19:15:56.1429240Z [00:02:03.067]➜  			"en-US/cbn/ResolveAndRouteServiceInCen.json",
2025-08-20T19:15:56.1430046Z [00:02:03.067]➜  			"en-US/cbn/RevokeInstanceFromTransitRouter.json",
2025-08-20T19:15:56.1431205Z [00:02:03.067]➜  			"en-US/cbn/RoutePrivateZoneInCenToVpc.json",
2025-08-20T19:15:56.1432020Z [00:02:03.067]➜  			"en-US/cbn/SetCenInterRegionBandwidthLimit.json",
2025-08-20T19:15:56.1432960Z [00:02:03.067]➜  			"en-US/cbn/TagResources.json",
2025-08-20T19:15:56.1433731Z [00:02:03.067]➜  			"en-US/cbn/TempUpgradeCenBandwidthPackageSpec.json",
2025-08-20T19:15:56.1434557Z [00:02:03.067]➜  			"en-US/cbn/UnassociateCenBandwidthPackage.json",
2025-08-20T19:15:56.1435358Z [00:02:03.067]➜  			"en-US/cbn/UnroutePrivateZoneInCenToVpc.json",
2025-08-20T19:15:56.1436069Z [00:02:03.067]➜  			"en-US/cbn/UntagResources.json",
2025-08-20T19:15:56.1436943Z [00:02:03.067]➜  			"en-US/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json",
2025-08-20T19:15:56.1438017Z [00:02:03.067]➜  			"en-US/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json",
2025-08-20T19:15:56.1439021Z [00:02:03.067]➜  			"en-US/cbn/UpdateTrafficMarkingPolicyAttribute.json",
2025-08-20T19:15:56.1439819Z [00:02:03.067]➜  			"en-US/cbn/UpdateTransitRouter.json",
2025-08-20T19:15:56.1440684Z [00:02:03.067]➜  			"en-US/cbn/UpdateTransitRouterPeerAttachmentAttribute.json",
2025-08-20T19:15:56.1441579Z [00:02:03.067]➜  			"en-US/cbn/UpdateTransitRouterRouteEntry.json",
2025-08-20T19:15:56.1442359Z [00:02:03.067]➜  			"en-US/cbn/UpdateTransitRouterRouteTable.json",
2025-08-20T19:15:56.1443444Z [00:02:03.067]➜  			"en-US/cbn/UpdateTransitRouterVbrAttachmentAttribute.json",
2025-08-20T19:15:56.1444437Z [00:02:03.067]➜  			"en-US/cbn/UpdateTransitRouterVpcAttachmentAttribute.json",
2025-08-20T19:15:56.1445430Z [00:02:03.067]➜  			"en-US/cbn/UpdateTransitRouterVpcAttachmentZones.json",
2025-08-20T19:15:56.1446384Z [00:02:03.067]➜  			"en-US/cbn/UpdateTransitRouterVpnAttachmentAttribute.json",
2025-08-20T19:15:56.1449098Z [00:02:03.067]➜  			"en-US/cbn/WithdrawPublishedRouteEntries.json",
2025-08-20T19:15:56.1450078Z [00:02:03.067]➜  			"en-US/cbn/version.json",
2025-08-20T19:15:56.1450859Z [00:02:03.067]➜  			"en-US/ccc/AddAgentDevice.json",
2025-08-20T19:15:56.1451498Z [00:02:03.067]➜  			"en-US/ccc/AddBulkPhoneNumbers.json",
2025-08-20T19:15:56.1452197Z [00:02:03.067]➜  			"en-US/ccc/AddPhoneNumber.json",
2025-08-20T19:15:56.1483503Z [00:02:03.067]➜  			"en-US/ccc/AddPhoneTags.json",
2025-08-20T19:15:56.1484352Z [00:02:03.067]➜  			"en-US/ccc/AssignUsers.json",
2025-08-20T19:15:56.1485086Z [00:02:03.067]➜  			"en-US/ccc/CallOnlinePrivacyNumber.json",
2025-08-20T19:15:56.1485773Z [00:02:03.067]➜  			"en-US/ccc/CheckNumberAvaliable.json",
2025-08-20T19:15:56.1486773Z [00:02:03.067]➜  			"en-US/ccc/CommitContactFlowVersionModification.json",
2025-08-20T19:15:56.1487496Z [00:02:03.067]➜  			"en-US/ccc/CreateContactFlow.json",
2025-08-20T19:15:56.1488078Z [00:02:03.067]➜  			"en-US/ccc/CreateFault.json",
2025-08-20T19:15:56.1488909Z [00:02:03.068]➜  			"en-US/ccc/CreateInstance.json",
2025-08-20T19:15:56.1489509Z [00:02:03.068]➜  			"en-US/ccc/CreateMedia.json",
2025-08-20T19:15:56.1490096Z [00:02:03.068]➜  			"en-US/ccc/CreateSkillGroup.json",
2025-08-20T19:15:56.1490690Z [00:02:03.068]➜  			"en-US/ccc/CreateUser.json",
2025-08-20T19:15:56.1491285Z [00:02:03.068]➜  			"en-US/ccc/CreateVoiceAppraise.json",
2025-08-20T19:15:56.1491892Z [00:02:03.068]➜  			"en-US/ccc/DeleteInstance.json",
2025-08-20T19:15:56.1492676Z [00:02:03.068]➜  			"en-US/ccc/DeleteMedia.json",
2025-08-20T19:15:56.1493311Z [00:02:03.068]➜  			"en-US/ccc/DeletePhoneTags.json",
2025-08-20T19:15:56.1493965Z [00:02:03.068]➜  			"en-US/ccc/DeleteSkillGroup.json",
2025-08-20T19:15:56.1494547Z [00:02:03.068]➜  			"en-US/ccc/DialEx.json",
2025-08-20T19:15:56.1495160Z [00:02:03.068]➜  			"en-US/ccc/DisableTrunkProviders.json",
2025-08-20T19:15:56.1495858Z [00:02:03.068]➜  			"en-US/ccc/DownloadAllTypeRecording.json",
2025-08-20T19:15:56.1496532Z [00:02:03.068]➜  			"en-US/ccc/DownloadRecording.json",
2025-08-20T19:15:56.1497179Z [00:02:03.068]➜  			"en-US/ccc/FindUsers.json",
2025-08-20T19:15:56.1497885Z [00:02:03.068]➜  			"en-US/ccc/GenerateAgentStatisticReport.json",
2025-08-20T19:15:56.1498906Z [00:02:03.068]➜  			"en-US/ccc/GetAgentData.json",
2025-08-20T19:15:56.1499624Z [00:02:03.068]➜  			"en-US/ccc/GetCallMeasureSummaryReport.json",
2025-08-20T19:15:56.1500292Z [00:02:03.068]➜  			"en-US/ccc/GetConfig.json",
2025-08-20T19:15:56.1500990Z [00:02:03.068]➜  			"en-US/ccc/GetConversationDetailByContactId.json",
2025-08-20T19:15:56.1501680Z [00:02:03.068]➜  			"en-US/ccc/GetInstance.json",
2025-08-20T19:15:56.1502327Z [00:02:03.068]➜  			"en-US/ccc/GetInstanceState.json",
2025-08-20T19:15:56.1568044Z [00:02:03.068]➜  			"en-US/ccc/GetInstanceSummaryReport.json",
2025-08-20T19:15:56.1568878Z [00:02:03.068]➜  			"en-US/ccc/GetInstanceSummaryReportByInterval.json",
2025-08-20T19:15:56.1569780Z [00:02:03.068]➜  			"en-US/ccc/GetInstanceSummaryReportSinceMidnight.json",
2025-08-20T19:15:56.1570572Z [00:02:03.068]➜  			"en-US/ccc/GetNumberRegionInfo.json",
2025-08-20T19:15:56.1571306Z [00:02:03.068]➜  			"en-US/ccc/GetRecordOssUploadParam.json",
2025-08-20T19:15:56.1571970Z [00:02:03.068]➜  			"en-US/ccc/GetRoutePoint.json",
2025-08-20T19:15:56.1572840Z [00:02:03.068]➜  			"en-US/ccc/GetServiceExtensions.json",
2025-08-20T19:15:56.1573492Z [00:02:03.068]➜  			"en-US/ccc/GetSmsConfig.json",
2025-08-20T19:15:56.1574139Z [00:02:03.068]➜  			"en-US/ccc/GetTURNCredentials.json",
2025-08-20T19:15:56.1574795Z [00:02:03.068]➜  			"en-US/ccc/GetTURNServerList.json",
2025-08-20T19:15:56.1575393Z [00:02:03.068]➜  			"en-US/ccc/GetUser.json",
2025-08-20T19:15:56.1575983Z [00:02:03.068]➜  			"en-US/ccc/GetUserByExtension.json",
2025-08-20T19:15:56.1576598Z [00:02:03.068]➜  			"en-US/ccc/LaunchAppraise.json",
2025-08-20T19:15:56.1577271Z [00:02:03.068]➜  			"en-US/ccc/LaunchShortMessageAppraise.json",
2025-08-20T19:15:56.1577939Z [00:02:03.068]➜  			"en-US/ccc/ListAgentDevices.json",
2025-08-20T19:15:56.1578563Z [00:02:03.068]➜  			"en-US/ccc/ListAgentEvents.json",
2025-08-20T19:15:56.1579536Z [00:02:03.068]➜  			"en-US/ccc/ListAgentStateLogs.json",
2025-08-20T19:15:56.1580188Z [00:02:03.068]➜  			"en-US/ccc/ListAgentStates.json",
2025-08-20T19:15:56.1580869Z [00:02:03.068]➜  			"en-US/ccc/ListAgentSummaryReports.json",
2025-08-20T19:15:56.1581645Z [00:02:03.068]➜  			"en-US/ccc/ListAgentSummaryReportsByInterval.json",
2025-08-20T19:15:56.1582666Z [00:02:03.068]➜  			"en-US/ccc/ListAgentSummaryReportsSinceMidnight.json",
2025-08-20T19:15:56.1583453Z [00:02:03.068]➜  			"en-US/ccc/ListCallDetailRecords.json",
2025-08-20T19:15:56.1584184Z [00:02:03.068]➜  			"en-US/ccc/ListCallEventDetailByContactId.json",
2025-08-20T19:15:56.1584955Z [00:02:03.068]➜  			"en-US/ccc/ListCallMeasureSummaryReports.json",
2025-08-20T19:15:56.1585628Z [00:02:03.068]➜  			"en-US/ccc/ListConfig.json",
2025-08-20T19:15:56.1586248Z [00:02:03.068]➜  			"en-US/ccc/ListContactFlows.json",
2025-08-20T19:15:56.1586893Z [00:02:03.068]➜  			"en-US/ccc/ListInstancesOfUser.json",
2025-08-20T19:15:56.1587576Z [00:02:03.068]➜  			"en-US/ccc/ListIvrTrackingDetail.json",
2025-08-20T19:15:56.1588195Z [00:02:03.068]➜  			"en-US/ccc/ListMedias.json",
2025-08-20T19:15:56.1588901Z [00:02:03.068]➜  			"en-US/ccc/ListOutboundPhoneNumberOfUser.json",
2025-08-20T19:15:56.1589601Z [00:02:03.068]➜  			"en-US/ccc/ListPhoneNumbers.json",
2025-08-20T19:15:56.1590224Z [00:02:03.068]➜  			"en-US/ccc/ListPhoneTags.json",
2025-08-20T19:15:56.1590885Z [00:02:03.068]➜  			"en-US/ccc/ListRealTimeAgent.json",
2025-08-20T19:15:56.1591564Z [00:02:03.068]➜  			"en-US/ccc/ListRecentCallRecords.json",
2025-08-20T19:15:56.1592264Z [00:02:03.068]➜  			"en-US/ccc/ListRecordingOfDualTrack.json",
2025-08-20T19:15:56.1621353Z [00:02:03.068]➜  			"en-US/ccc/ListRecordings.json",
2025-08-20T19:15:56.1622048Z [00:02:03.068]➜  			"en-US/ccc/ListRecordingsByContactId.json",
2025-08-20T19:15:56.1622863Z [00:02:03.068]➜  			"en-US/ccc/ListRoles.json",
2025-08-20T19:15:56.1623484Z [00:02:03.068]➜  			"en-US/ccc/ListSkillGroupStates.json",
2025-08-20T19:15:56.1624204Z [00:02:03.068]➜  			"en-US/ccc/ListSkillGroupSummaryReports.json",
2025-08-20T19:15:56.1625015Z [00:02:03.068]➜  			"en-US/ccc/ListSkillGroupSummaryReportsByInterval.json",
2025-08-20T19:15:56.1626296Z [00:02:03.068]➜  			"en-US/ccc/ListSkillGroupSummaryReportsSinceMidnight.json",
2025-08-20T19:15:56.1627121Z [00:02:03.068]➜  			"en-US/ccc/ListSkillGroups.json",
2025-08-20T19:15:56.1627796Z [00:02:03.068]➜  			"en-US/ccc/ListSkillGroupsOfUser.json",
2025-08-20T19:15:56.1628518Z [00:02:03.068]➜  			"en-US/ccc/ListTransferableSkillGroups.json",
2025-08-20T19:15:56.1629212Z [00:02:03.068]➜  			"en-US/ccc/ListTrunkProviders.json",
2025-08-20T19:15:56.1629889Z [00:02:03.068]➜  			"en-US/ccc/ListTrunksOfSkillGroup.json",
2025-08-20T19:15:56.1630535Z [00:02:03.068]➜  			"en-US/ccc/ListUsers.json",
2025-08-20T19:15:56.1631178Z [00:02:03.068]➜  			"en-US/ccc/ListUsersOfSkillGroup.json",
2025-08-20T19:15:56.1631840Z [00:02:03.068]➜  			"en-US/ccc/ListVoiceAppraise.json",
2025-08-20T19:15:56.1632706Z [00:02:03.068]➜  			"en-US/ccc/ModifyAgentDevice.json",
2025-08-20T19:15:56.1633352Z [00:02:03.068]➜  			"en-US/ccc/ModifyPhoneNumber.json",
2025-08-20T19:15:56.1634006Z [00:02:03.068]➜  			"en-US/ccc/ModifyPhoneTags.json",
2025-08-20T19:15:56.1634750Z [00:02:03.068]➜  			"en-US/ccc/ModifyPrimaryTrunksOfSkillGroup.json",
2025-08-20T19:15:56.1635539Z [00:02:03.068]➜  			"en-US/ccc/ModifyPrivacyNumberCallDetail.json",
2025-08-20T19:15:56.1636239Z [00:02:03.068]➜  			"en-US/ccc/ModifySkillGroup.json",
2025-08-20T19:15:56.1636918Z [00:02:03.068]➜  			"en-US/ccc/ModifySkillGroupBasicInfo.json",
2025-08-20T19:15:56.1637638Z [00:02:03.068]➜  			"en-US/ccc/ModifySkillGroupOfUser.json",
2025-08-20T19:15:56.1638394Z [00:02:03.068]➜  			"en-US/ccc/ModifySkillGroupOutboundNumbers.json",
2025-08-20T19:15:56.1639092Z [00:02:03.068]➜  			"en-US/ccc/ModifyUser.json",
2025-08-20T19:15:56.1639753Z [00:02:03.068]➜  			"en-US/ccc/PickGlobalOutboundNumbers.json",
2025-08-20T19:15:56.1640446Z [00:02:03.068]➜  			"en-US/ccc/PickLocalNumber.json",
2025-08-20T19:15:56.1641350Z [00:02:03.068]➜  			"en-US/ccc/PickOutboundNumbers.json",
2025-08-20T19:15:56.1642078Z [00:02:03.068]➜  			"en-US/ccc/PublishContactFlowVersion.json",
2025-08-20T19:15:56.1673162Z [00:02:03.068]➜  			"en-US/ccc/RefreshToken.json",
2025-08-20T19:15:56.1673839Z [00:02:03.068]➜  			"en-US/ccc/RemovePhoneNumber.json",
2025-08-20T19:15:56.1674459Z [00:02:03.068]➜  			"en-US/ccc/RemoveUsers.json",
2025-08-20T19:15:56.1675146Z [00:02:03.068]➜  			"en-US/ccc/RemoveUsersFromSkillGroup.json",
2025-08-20T19:15:56.1675845Z [00:02:03.068]➜  			"en-US/ccc/RequestLoginInfo.json",
2025-08-20T19:15:56.1676472Z [00:02:03.068]➜  			"en-US/ccc/ResetUserStatus.json",
2025-08-20T19:15:56.1677071Z [00:02:03.068]➜  			"en-US/ccc/SaveWebRTCStats.json",
2025-08-20T19:15:56.1677742Z [00:02:03.068]➜  			"en-US/ccc/SendPredefinedShortMessage.json",
2025-08-20T19:15:56.1678434Z [00:02:03.068]➜  			"en-US/ccc/StartBack2BackCall.json",
2025-08-20T19:15:56.1679095Z [00:02:03.068]➜  			"en-US/ccc/version.json",
2025-08-20T19:15:56.1679396Z [00:02:03.068]➜  			"en-US/cdn/AddCdnDomain.json",
2025-08-20T19:15:56.1679664Z [00:02:03.068]➜  			"en-US/cdn/AddFCTrigger.json",
2025-08-20T19:15:56.1679962Z [00:02:03.068]➜  			"en-US/cdn/BatchAddCdnDomain.json",
2025-08-20T19:15:56.1680312Z [00:02:03.068]➜  			"en-US/cdn/BatchDeleteCdnDomainConfig.json",
2025-08-20T19:15:56.1680627Z [00:02:03.068]➜  			"en-US/cdn/BatchDescribeCdnIpInfo.json",
2025-08-20T19:15:56.1680948Z [00:02:03.068]➜  			"en-US/cdn/BatchSetCdnDomainConfig.json",
2025-08-20T19:15:56.1681337Z [00:02:03.068]➜  			"en-US/cdn/BatchSetCdnDomainServerCertificate.json",
2025-08-20T19:15:56.1681638Z [00:02:03.068]➜  			"en-US/cdn/BatchStartCdnDomain.json",
2025-08-20T19:15:56.1681928Z [00:02:03.068]➜  			"en-US/cdn/BatchStopCdnDomain.json",
2025-08-20T19:15:56.1682229Z [00:02:03.068]➜  			"en-US/cdn/BatchUpdateCdnDomain.json",
2025-08-20T19:15:56.1687490Z [00:02:03.068]➜  			"en-US/cdn/CdnMigrateRegister.json",
2025-08-20T19:15:56.1687862Z [00:02:03.068]➜  			"en-US/cdn/ChangeCdnDomainToDcdn.json",
2025-08-20T19:15:56.1688154Z [00:02:03.068]➜  			"en-US/cdn/CheckCdnDomainExist.json",
2025-08-20T19:15:56.1688746Z [00:02:03.068]➜  			"en-US/cdn/CheckCdnDomainICP.json",
2025-08-20T19:15:56.1689133Z [00:02:03.068]➜  			"en-US/cdn/CreateCdnCertificateSigningRequest.json",
2025-08-20T19:15:56.1689426Z [00:02:03.068]➜  			"en-US/cdn/CreateCdnDeliverTask.json",
2025-08-20T19:15:56.1689696Z [00:02:03.068]➜  			"en-US/cdn/CreateCdnSubTask.json",
2025-08-20T19:15:56.1690021Z [00:02:03.068]➜  			"en-US/cdn/CreateRealTimeLogDelivery.json",
2025-08-20T19:15:56.1690380Z [00:02:03.068]➜  			"en-US/cdn/CreateUsageDetailDataExportTask.json",
2025-08-20T19:15:56.1690729Z [00:02:03.068]➜  			"en-US/cdn/CreateUserUsageDataExportTask.json",
2025-08-20T19:15:56.1691014Z [00:02:03.068]➜  			"en-US/cdn/DeleteCdnDeliverTask.json",
2025-08-20T19:15:56.1691288Z [00:02:03.068]➜  			"en-US/cdn/DeleteCdnDomain.json",
2025-08-20T19:15:56.1691556Z [00:02:03.068]➜  			"en-US/cdn/DeleteCdnSubTask.json",
2025-08-20T19:15:56.1691830Z [00:02:03.068]➜  			"en-US/cdn/DeleteFCTrigger.json",
2025-08-20T19:15:56.1692148Z [00:02:03.068]➜  			"en-US/cdn/DeleteRealTimeLogLogstore.json",
2025-08-20T19:15:56.1692638Z [00:02:03.068]➜  			"en-US/cdn/DeleteRealtimeLogDelivery.json",
2025-08-20T19:15:56.1692956Z [00:02:03.068]➜  			"en-US/cdn/DeleteSpecificConfig.json",
2025-08-20T19:15:56.1693301Z [00:02:03.068]➜  			"en-US/cdn/DeleteSpecificStagingConfig.json",
2025-08-20T19:15:56.1693665Z [00:02:03.068]➜  			"en-US/cdn/DeleteUsageDetailDataExportTask.json",
2025-08-20T19:15:56.1694018Z [00:02:03.068]➜  			"en-US/cdn/DeleteUserUsageDataExportTask.json",
2025-08-20T19:15:56.1694329Z [00:02:03.068]➜  			"en-US/cdn/DescribeBlockedRegions.json",
2025-08-20T19:15:56.1694675Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnCertificateDetail.json",
2025-08-20T19:15:56.1695064Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnCertificateDetailById.json",
2025-08-20T19:15:56.1695416Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnCertificateList.json",
2025-08-20T19:15:56.1695983Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnConditionIPBInfo.json",
2025-08-20T19:15:56.1696349Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnDeletedDomains.json",
2025-08-20T19:15:56.1696675Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnDeliverList.json",
2025-08-20T19:15:56.1697040Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnDomainByCertificate.json",
2025-08-20T19:15:56.1697364Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnDomainConfigs.json",
2025-08-20T19:15:56.1697685Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnDomainDetail.json",
2025-08-20T19:15:56.1697982Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnDomainLogs.json",
2025-08-20T19:15:56.1698338Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnDomainStagingConfig.json",
2025-08-20T19:15:56.1698669Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnHttpsDomainList.json",
2025-08-20T19:15:56.1699050Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnMigrateRegisterStatus.json",
2025-08-20T19:15:56.1699416Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnOrderCommodityCode.json",
2025-08-20T19:15:56.1699747Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnRegionAndIsp.json",
2025-08-20T19:15:56.1700033Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnReport.json",
2025-08-20T19:15:56.1700348Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnReportList.json",
2025-08-20T19:15:56.1700706Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnSMCertificateDetail.json",
2025-08-20T19:15:56.1701065Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnSMCertificateList.json",
2025-08-20T19:15:56.1701409Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnSSLCertificateList.json",
2025-08-20T19:15:56.1701727Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnSecFuncInfo.json",
2025-08-20T19:15:56.1702013Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnService.json",
2025-08-20T19:15:56.1702312Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnSubList.json",
2025-08-20T19:15:56.1702883Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnUserBillHistory.json",
2025-08-20T19:15:56.1703273Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnUserBillPrediction.json",
2025-08-20T19:15:56.1703618Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnUserBillType.json",
2025-08-20T19:15:56.1703928Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnUserConfigs.json",
2025-08-20T19:15:56.1704729Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnUserDomainsByFunc.json",
2025-08-20T19:15:56.1705029Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnUserQuota.json",
2025-08-20T19:15:56.1705389Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnUserResourcePackage.json",
2025-08-20T19:15:56.1705683Z [00:02:03.068]➜  			"en-US/cdn/DescribeCdnWafDomain.json",
2025-08-20T19:15:56.1706022Z [00:02:03.068]➜  			"en-US/cdn/DescribeCertificateInfoByID.json",
2025-08-20T19:15:56.1706330Z [00:02:03.068]➜  			"en-US/cdn/DescribeCustomLogConfig.json",
2025-08-20T19:15:56.1706717Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainAverageResponseTime.json",
2025-08-20T19:15:56.1707019Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainBpsData.json",
2025-08-20T19:15:56.1707361Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainBpsDataByLayer.json",
2025-08-20T19:15:56.1707741Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainBpsDataByTimeStamp.json",
2025-08-20T19:15:56.1708078Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainCcActivityLog.json",
2025-08-20T19:15:56.1708436Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainCertificateInfo.json",
2025-08-20T19:15:56.1708733Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainCname.json",
2025-08-20T19:15:56.1709078Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainCustomLogConfig.json",
2025-08-20T19:15:56.1709443Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainDetailDataByLayer.json",
2025-08-20T19:15:56.1709764Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainHitRateData.json",
2025-08-20T19:15:56.1710100Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainHttpCodeData.json",
2025-08-20T19:15:56.1710497Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainHttpCodeDataByLayer.json",
2025-08-20T19:15:56.1710806Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainISPData.json",
2025-08-20T19:15:56.1711323Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainMax95BpsData.json",
2025-08-20T19:15:56.1711692Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainMultiUsageData.json",
2025-08-20T19:15:56.1712017Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainPathData.json",
2025-08-20T19:15:56.1712318Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainPvData.json",
2025-08-20T19:15:56.1712826Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainQpsData.json",
2025-08-20T19:15:56.1713183Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainQpsDataByLayer.json",
2025-08-20T19:15:56.1713543Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainRealTimeBpsData.json",
2025-08-20T19:15:56.1713969Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:56.1714349Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainRealTimeDetailData.json",
2025-08-20T19:15:56.1714747Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:56.1715099Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainRealTimeQpsData.json",
2025-08-20T19:15:56.1715526Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:56.1715892Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:56.1716316Z [00:02:03.068]➜  			"en-US/cdn/DescribeDomainRealTimeSrcHttpCodeData.json",
2025-08-20T19:15:56.1716702Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:56.1717090Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainRealTimeTrafficData.json",
2025-08-20T19:15:56.1717468Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainRealtimeLogDelivery.json",
2025-08-20T19:15:56.1717797Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainRegionData.json",
2025-08-20T19:15:56.1718133Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainReqHitRateData.json",
2025-08-20T19:15:56.1718447Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainSrcBpsData.json",
2025-08-20T19:15:56.1718796Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainSrcHttpCodeData.json",
2025-08-20T19:15:56.1719131Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainSrcQpsData.json",
2025-08-20T19:15:56.1719482Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainSrcTopUrlVisit.json",
2025-08-20T19:15:56.1720093Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainSrcTrafficData.json",
2025-08-20T19:15:56.1720452Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainTopClientIpVisit.json",
2025-08-20T19:15:56.1720805Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainTopReferVisit.json",
2025-08-20T19:15:56.1721140Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainTopUrlVisit.json",
2025-08-20T19:15:56.1721470Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainTrafficData.json",
2025-08-20T19:15:56.1721796Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainUsageData.json",
2025-08-20T19:15:56.1722118Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainUvData.json",
2025-08-20T19:15:56.1722617Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainVerifyData.json",
2025-08-20T19:15:56.1722954Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainsBySource.json",
2025-08-20T19:15:56.1723299Z [00:02:03.069]➜  			"en-US/cdn/DescribeDomainsUsageByDay.json",
2025-08-20T19:15:56.1723617Z [00:02:03.069]➜  			"en-US/cdn/DescribeEsExceptionData.json",
2025-08-20T19:15:56.1723952Z [00:02:03.069]➜  			"en-US/cdn/DescribeEsExecuteData.json",
2025-08-20T19:15:56.1724243Z [00:02:03.069]➜  			"en-US/cdn/DescribeFCTrigger.json",
2025-08-20T19:15:56.1724539Z [00:02:03.069]➜  			"en-US/cdn/DescribeIpInfo.json",
2025-08-20T19:15:56.1724836Z [00:02:03.069]➜  			"en-US/cdn/DescribeIpStatus.json",
2025-08-20T19:15:56.1725178Z [00:02:03.069]➜  			"en-US/cdn/DescribeL2VipsByDomain.json",
2025-08-20T19:15:56.1725515Z [00:02:03.069]➜  			"en-US/cdn/DescribePreloadDetailById.json",
2025-08-20T19:15:56.1725967Z [00:02:03.069]➜  			"en-US/cdn/DescribeRangeDataByLocateAndIspService.json",
2025-08-20T19:15:56.1726311Z [00:02:03.069]➜  			"en-US/cdn/DescribeRealtimeDeliveryAcc.json",
2025-08-20T19:15:56.1726624Z [00:02:03.069]➜  			"en-US/cdn/DescribeRefreshQuota.json",
2025-08-20T19:15:56.1726946Z [00:02:03.069]➜  			"en-US/cdn/DescribeRefreshTaskById.json",
2025-08-20T19:15:56.1727479Z [00:02:03.069]➜  			"en-US/cdn/DescribeRefreshTasks.json",
2025-08-20T19:15:56.1727792Z [00:02:03.069]➜  			"en-US/cdn/DescribeStagingIp.json",
2025-08-20T19:15:56.1755150Z [00:02:03.069]➜  			"en-US/cdn/DescribeTagResources.json",
2025-08-20T19:15:56.1755815Z [00:02:03.069]➜  			"en-US/cdn/DescribeTopDomainsByFlow.json",
2025-08-20T19:15:56.1756549Z [00:02:03.069]➜  			"en-US/cdn/DescribeUserCertificateExpireCount.json",
2025-08-20T19:15:56.1757118Z [00:02:03.069]➜  			"en-US/cdn/DescribeUserConfigs.json",
2025-08-20T19:15:56.1757663Z [00:02:03.069]➜  			"en-US/cdn/DescribeUserDomains.json",
2025-08-20T19:15:56.1771254Z [00:02:03.069]➜  			"en-US/cdn/DescribeUserTags.json",
2025-08-20T19:15:56.1772111Z [00:02:03.069]➜  			"en-US/cdn/DescribeUserUsageDataExportTask.json",
2025-08-20T19:15:56.1773151Z [00:02:03.069]➜  			"en-US/cdn/DescribeUserUsageDetailDataExportTask.json",
2025-08-20T19:15:56.1773739Z [00:02:03.069]➜  			"en-US/cdn/DescribeUserVipsByDomain.json",
2025-08-20T19:15:56.1774355Z [00:02:03.069]➜  			"en-US/cdn/DescribeVerifyContent.json",
2025-08-20T19:15:56.1775061Z [00:02:03.069]➜  			"en-US/cdn/DisableRealtimeLogDelivery.json",
2025-08-20T19:15:56.1775712Z [00:02:03.069]➜  			"en-US/cdn/EnableRealtimeLogDelivery.json",
2025-08-20T19:15:56.1776476Z [00:02:03.069]➜  			"en-US/cdn/ListDomainsByLogConfigId.json",
2025-08-20T19:15:56.1777075Z [00:02:03.069]➜  			"en-US/cdn/ListFCTrigger.json",
2025-08-20T19:15:56.1777883Z [00:02:03.069]➜  			"en-US/cdn/ListRealtimeLogDeliveryDomains.json",
2025-08-20T19:15:56.1778378Z [00:02:03.069]➜  			"en-US/cdn/ListRealtimeLogDeliveryInfos.json",
2025-08-20T19:15:56.1778686Z [00:02:03.069]➜  			"en-US/cdn/ListTagResources.json",
2025-08-20T19:15:56.1779082Z [00:02:03.069]➜  			"en-US/cdn/ListUserCustomLogConfig.json",
2025-08-20T19:15:56.1779394Z [00:02:03.069]➜  			"en-US/cdn/ModifyCdnDomain.json",
2025-08-20T19:15:56.1779701Z [00:02:03.069]➜  			"en-US/cdn/ModifyCdnDomainOwner.json",
2025-08-20T19:15:56.1780178Z [00:02:03.069]➜  			"en-US/cdn/ModifyCdnDomainSchdmByProperty.json",
2025-08-20T19:15:56.1780520Z [00:02:03.069]➜  			"en-US/cdn/ModifyRealtimeLogDelivery.json",
2025-08-20T19:15:56.1781064Z [00:02:03.070]➜  			"en-US/cdn/OpenCdnService.json",
2025-08-20T19:15:56.1781462Z [00:02:03.070]➜  			"en-US/cdn/PublishStagingConfigToProduction.json",
2025-08-20T19:15:56.1781758Z [00:02:03.070]➜  			"en-US/cdn/PushObjectCache.json",
2025-08-20T19:15:56.1782059Z [00:02:03.070]➜  			"en-US/cdn/RefreshObjectCaches.json",
2025-08-20T19:15:56.1782370Z [00:02:03.070]➜  			"en-US/cdn/RollbackStagingConfig.json",
2025-08-20T19:15:56.1783525Z [00:02:03.070]➜  			"en-US/cdn/SetCdnDomainCSRCertificate.json",
2025-08-20T19:15:56.1784192Z [00:02:03.070]➜  			"en-US/cdn/SetCdnDomainSMCertificate.json",
2025-08-20T19:15:56.1784819Z [00:02:03.070]➜  			"en-US/cdn/SetCdnDomainSSLCertificate.json",
2025-08-20T19:15:56.1785518Z [00:02:03.070]➜  			"en-US/cdn/SetCdnDomainStagingConfig.json",
2025-08-20T19:15:56.1786147Z [00:02:03.070]➜  			"en-US/cdn/SetDomainServerCertificate.json",
2025-08-20T19:15:56.1786635Z [00:02:03.070]➜  			"en-US/cdn/SetReqHeaderConfig.json",
2025-08-20T19:15:56.1787197Z [00:02:03.070]➜  			"en-US/cdn/SetWaitingRoomConfig.json",
2025-08-20T19:15:56.1787803Z [00:02:03.070]➜  			"en-US/cdn/StartCdnDomain.json",
2025-08-20T19:15:56.1788374Z [00:02:03.070]➜  			"en-US/cdn/StopCdnDomain.json",
2025-08-20T19:15:56.1788825Z [00:02:03.070]➜  			"en-US/cdn/TagResources.json",
2025-08-20T19:15:56.1789298Z [00:02:03.070]➜  			"en-US/cdn/UntagResources.json",
2025-08-20T19:15:56.1789778Z [00:02:03.070]➜  			"en-US/cdn/UpdateCdnDeliverTask.json",
2025-08-20T19:15:56.1790786Z [00:02:03.070]➜  			"en-US/cdn/UpdateCdnSubTask.json",
2025-08-20T19:15:56.1791398Z [00:02:03.070]➜  			"en-US/cdn/UpdateFCTrigger.json",
2025-08-20T19:15:56.1792019Z [00:02:03.070]➜  			"en-US/cdn/VerifyDomainOwner.json",
2025-08-20T19:15:56.1792669Z [00:02:03.070]➜  			"en-US/cdn/version.json",
2025-08-20T19:15:56.1793026Z [00:02:03.070]➜  			"en-US/chatbot/ActivatePerspective.json",
2025-08-20T19:15:56.1793555Z [00:02:03.070]➜  			"en-US/chatbot/AddSynonym.json",
2025-08-20T19:15:56.1794001Z [00:02:03.070]➜  			"en-US/chatbot/AppendEntityMember.json",
2025-08-20T19:15:56.1794296Z [00:02:03.070]➜  			"en-US/chatbot/Associate.json",
2025-08-20T19:15:56.1794558Z [00:02:03.070]➜  			"en-US/chatbot/Chat.json",
2025-08-20T19:15:56.1794833Z [00:02:03.070]➜  			"en-US/chatbot/CreateBot.json",
2025-08-20T19:15:56.1795137Z [00:02:03.070]➜  			"en-US/chatbot/CreateCategory.json",
2025-08-20T19:15:56.1795446Z [00:02:03.070]➜  			"en-US/chatbot/CreateCoreWord.json",
2025-08-20T19:15:56.1795742Z [00:02:03.070]➜  			"en-US/chatbot/CreateDialog.json",
2025-08-20T19:15:56.1796030Z [00:02:03.070]➜  			"en-US/chatbot/CreateEntity.json",
2025-08-20T19:15:56.1796319Z [00:02:03.070]➜  			"en-US/chatbot/CreateIntent.json",
2025-08-20T19:15:56.1796627Z [00:02:03.070]➜  			"en-US/chatbot/CreateKnowledge.json",
2025-08-20T19:15:56.1796937Z [00:02:03.070]➜  			"en-US/chatbot/CreatePerspective.json",
2025-08-20T19:15:56.1797227Z [00:02:03.070]➜  			"en-US/chatbot/DeleteBot.json",
2025-08-20T19:15:56.1797524Z [00:02:03.070]➜  			"en-US/chatbot/DeleteCategory.json",
2025-08-20T19:15:56.1798066Z [00:02:03.070]➜  			"en-US/chatbot/DeleteCoreWord.json",
2025-08-20T19:15:56.1798360Z [00:02:03.070]➜  			"en-US/chatbot/DeleteDialog.json",
2025-08-20T19:15:56.1798643Z [00:02:03.070]➜  			"en-US/chatbot/DeleteEntity.json",
2025-08-20T19:15:56.1798933Z [00:02:03.070]➜  			"en-US/chatbot/DeleteIntent.json",
2025-08-20T19:15:56.1799233Z [00:02:03.070]➜  			"en-US/chatbot/DeleteKnowledge.json",
2025-08-20T19:15:56.1799562Z [00:02:03.070]➜  			"en-US/chatbot/DeletePerspective.json",
2025-08-20T19:15:56.1799853Z [00:02:03.070]➜  			"en-US/chatbot/DescribeBot.json",
2025-08-20T19:15:56.1800164Z [00:02:03.070]➜  			"en-US/chatbot/DescribeCategory.json",
2025-08-20T19:15:56.1800466Z [00:02:03.070]➜  			"en-US/chatbot/DescribeCoreWord.json",
2025-08-20T19:15:56.1800775Z [00:02:03.070]➜  			"en-US/chatbot/DescribeDialog.json",
2025-08-20T19:15:56.1801112Z [00:02:03.070]➜  			"en-US/chatbot/DescribeDialogFlow.json",
2025-08-20T19:15:56.1801415Z [00:02:03.070]➜  			"en-US/chatbot/DescribeEntities.json",
2025-08-20T19:15:56.1801725Z [00:02:03.070]➜  			"en-US/chatbot/DescribeIntent.json",
2025-08-20T19:15:56.1802029Z [00:02:03.071]➜  			"en-US/chatbot/DescribeKnowledge.json",
2025-08-20T19:15:56.1802370Z [00:02:03.071]➜  			"en-US/chatbot/DescribePerspective.json",
2025-08-20T19:15:56.1802872Z [00:02:03.071]➜  			"en-US/chatbot/DisableDialogFlow.json",
2025-08-20T19:15:56.1803163Z [00:02:03.071]➜  			"en-US/chatbot/DisableKnowledge.json",
2025-08-20T19:15:56.1803417Z [00:02:03.071]➜  			"en-US/chatbot/Feedback.json",
2025-08-20T19:15:56.1803699Z [00:02:03.071]➜  			"en-US/chatbot/GetAsyncResult.json",
2025-08-20T19:15:56.1803972Z [00:02:03.071]➜  			"en-US/chatbot/GetBotChatData.json",
2025-08-20T19:15:56.1804260Z [00:02:03.071]➜  			"en-US/chatbot/GetBotDsStatData.json",
2025-08-20T19:15:56.1804802Z [00:02:03.071]➜  			"en-US/chatbot/GetBotKnowledgeStatData.json",
2025-08-20T19:15:56.1805113Z [00:02:03.071]➜  			"en-US/chatbot/GetBotSessionData.json",
2025-08-20T19:15:56.1805414Z [00:02:03.071]➜  			"en-US/chatbot/GetConversationList.json",
2025-08-20T19:15:56.1805732Z [00:02:03.071]➜  			"en-US/chatbot/ListBotChatHistorys.json",
2025-08-20T19:15:56.1806025Z [00:02:03.071]➜  			"en-US/chatbot/ListBotColdDsDatas.json",
2025-08-20T19:15:56.1806348Z [00:02:03.071]➜  			"en-US/chatbot/ListBotColdKnowledges.json",
2025-08-20T19:15:56.1806628Z [00:02:03.071]➜  			"en-US/chatbot/ListBotDsDetails.json",
2025-08-20T19:15:56.1806919Z [00:02:03.071]➜  			"en-US/chatbot/ListBotHotDsDatas.json",
2025-08-20T19:15:56.1807222Z [00:02:03.071]➜  			"en-US/chatbot/ListBotHotKnowledges.json",
2025-08-20T19:15:56.1807547Z [00:02:03.071]➜  			"en-US/chatbot/ListBotKnowledgeDetails.json",
2025-08-20T19:15:56.1807897Z [00:02:03.071]➜  			"en-US/chatbot/ListBotReceptionDetailDatas.json",
2025-08-20T19:15:56.1808209Z [00:02:03.071]➜  			"en-US/chatbot/ListConversationLogs.json",
2025-08-20T19:15:56.1808539Z [00:02:03.071]➜  			"en-US/chatbot/MoveKnowledgeCategory.json",
2025-08-20T19:15:56.1808841Z [00:02:03.071]➜  			"en-US/chatbot/PublishDialogFlow.json",
2025-08-20T19:15:56.1809150Z [00:02:03.071]➜  			"en-US/chatbot/PublishKnowledge.json",
2025-08-20T19:15:56.1809435Z [00:02:03.071]➜  			"en-US/chatbot/QueryBots.json",
2025-08-20T19:15:56.1809735Z [00:02:03.071]➜  			"en-US/chatbot/QueryCategories.json",
2025-08-20T19:15:56.1810035Z [00:02:03.071]➜  			"en-US/chatbot/QueryCoreWords.json",
2025-08-20T19:15:56.1810318Z [00:02:03.071]➜  			"en-US/chatbot/QueryDialogs.json",
2025-08-20T19:15:56.1810607Z [00:02:03.071]➜  			"en-US/chatbot/QueryEntities.json",
2025-08-20T19:15:56.1810884Z [00:02:03.071]➜  			"en-US/chatbot/QueryIntents.json",
2025-08-20T19:15:56.1811172Z [00:02:03.071]➜  			"en-US/chatbot/QueryKnowledges.json",
2025-08-20T19:15:56.1811466Z [00:02:03.071]➜  			"en-US/chatbot/QueryPerspectives.json",
2025-08-20T19:15:56.1811811Z [00:02:03.071]➜  			"en-US/chatbot/QuerySystemEntities.json",
2025-08-20T19:15:56.1812120Z [00:02:03.071]➜  			"en-US/chatbot/RemoveEntityMember.json",
2025-08-20T19:15:56.1813506Z [00:02:03.071]➜  			"en-US/chatbot/RemoveSynonym.json",
2025-08-20T19:15:56.1813808Z [00:02:03.071]➜  			"en-US/chatbot/TestDialogFlow.json",
2025-08-20T19:15:56.1814089Z [00:02:03.071]➜  			"en-US/chatbot/UpdateCategory.json",
2025-08-20T19:15:56.1814625Z [00:02:03.071]➜  			"en-US/chatbot/UpdateCoreWord.json",
2025-08-20T19:15:56.1814918Z [00:02:03.071]➜  			"en-US/chatbot/UpdateDialog.json",
2025-08-20T19:15:56.1815205Z [00:02:03.071]➜  			"en-US/chatbot/UpdateDialogFlow.json",
2025-08-20T19:15:56.1815476Z [00:02:03.071]➜  			"en-US/chatbot/UpdateEntity.json",
2025-08-20T19:15:56.1815739Z [00:02:03.071]➜  			"en-US/chatbot/UpdateIntent.json",
2025-08-20T19:15:56.1816223Z [00:02:03.071]➜  			"en-US/chatbot/UpdateKnowledge.json",
2025-08-20T19:15:56.1816544Z [00:02:03.071]➜  			"en-US/chatbot/UpdatePerspective.json",
2025-08-20T19:15:56.1816831Z [00:02:03.071]➜  			"en-US/chatbot/version.json",
2025-08-20T19:15:56.1817128Z [00:02:03.071]➜  			"en-US/cloudapi/AbolishApi.json",
2025-08-20T19:15:56.1817506Z [00:02:03.071]➜  			"en-US/cloudapi/AddAccessControlListEntry.json",
2025-08-20T19:15:56.1818269Z [00:02:03.071]➜  			"en-US/cloudapi/AddIpControlPolicyItem.json",
2025-08-20T19:15:56.1818653Z [00:02:03.071]➜  			"en-US/cloudapi/AddTrafficSpecialControl.json",
2025-08-20T19:15:56.1818977Z [00:02:03.071]➜  			"en-US/cloudapi/AttachApiProduct.json",
2025-08-20T19:15:56.1819269Z [00:02:03.071]➜  			"en-US/cloudapi/AttachPlugin.json",
2025-08-20T19:15:56.1819987Z [00:02:03.071]➜  			"en-US/cloudapi/BatchAbolishApis.json",
2025-08-20T19:15:56.1820324Z [00:02:03.071]➜  			"en-US/cloudapi/BatchDeployApis.json",
2025-08-20T19:15:56.1820677Z [00:02:03.071]➜  			"en-US/cloudapi/CreateAccessControlList.json",
2025-08-20T19:15:56.1820953Z [00:02:03.071]➜  			"en-US/cloudapi/CreateApi.json",
2025-08-20T19:15:56.1821561Z [00:02:03.071]➜  			"en-US/cloudapi/CreateApiGroup.json",
2025-08-20T19:15:56.1822167Z [00:02:03.071]➜  			"en-US/cloudapi/CreateApiStageVariable.json",
2025-08-20T19:15:56.1824123Z [00:02:03.071]➜  			"en-US/cloudapi/CreateApp.json",
2025-08-20T19:15:56.1825117Z [00:02:03.071]➜  			"en-US/cloudapi/CreateBackend.json",
2025-08-20T19:15:56.1825692Z [00:02:03.071]➜  			"en-US/cloudapi/CreateBackendModel.json",
2025-08-20T19:15:56.1826456Z [00:02:03.071]➜  			"en-US/cloudapi/CreateDataset.json",
2025-08-20T19:15:56.1826943Z [00:02:03.071]➜  			"en-US/cloudapi/CreateDatasetItem.json",
2025-08-20T19:15:56.1827474Z [00:02:03.071]➜  			"en-US/cloudapi/CreateInstance.json",
2025-08-20T19:15:56.1828170Z [00:02:03.071]➜  			"en-US/cloudapi/CreateIpControl.json",
2025-08-20T19:15:56.1828963Z [00:02:03.071]➜  			"en-US/cloudapi/CreateLogConfig.json",
2025-08-20T19:15:56.1829712Z [00:02:03.071]➜  			"en-US/cloudapi/CreateModel.json",
2025-08-20T19:15:56.1830197Z [00:02:03.071]➜  			"en-US/cloudapi/CreateMonitorGroup.json",
2025-08-20T19:15:56.1830748Z [00:02:03.071]➜  			"en-US/cloudapi/CreatePlugin.json",
2025-08-20T19:15:56.1831521Z [00:02:03.071]➜  			"en-US/cloudapi/CreateSignature.json",
2025-08-20T19:15:56.1832102Z [00:02:03.071]➜  			"en-US/cloudapi/CreateTrafficControl.json",
2025-08-20T19:15:56.1832971Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteAccessControlList.json",
2025-08-20T19:15:56.1833712Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteAllTrafficSpecialControl.json",
2025-08-20T19:15:56.1834408Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteApi.json",
2025-08-20T19:15:56.1834963Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteApiGroup.json",
2025-08-20T19:15:56.1835514Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteApiProduct.json",
2025-08-20T19:15:56.1836301Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteApiStageVariable.json",
2025-08-20T19:15:56.1836755Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteApp.json",
2025-08-20T19:15:56.1837292Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteBackend.json",
2025-08-20T19:15:56.1838096Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteBackendModel.json",
2025-08-20T19:15:56.1838570Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteDataset.json",
2025-08-20T19:15:56.1839353Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteDatasetItem.json",
2025-08-20T19:15:56.1840359Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteDomain.json",
2025-08-20T19:15:56.1841209Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteDomainCertificate.json",
2025-08-20T19:15:56.1841676Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteInstance.json",
2025-08-20T19:15:56.1842137Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteIpControl.json",
2025-08-20T19:15:56.1843182Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteLogConfig.json",
2025-08-20T19:15:56.1843726Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteModel.json",
2025-08-20T19:15:56.1844187Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteMonitorGroup.json",
2025-08-20T19:15:56.1844992Z [00:02:03.071]➜  			"en-US/cloudapi/DeletePlugin.json",
2025-08-20T19:15:56.1845519Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteSignature.json",
2025-08-20T19:15:56.1846306Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteTrafficControl.json",
2025-08-20T19:15:56.1846930Z [00:02:03.071]➜  			"en-US/cloudapi/DeleteTrafficSpecialControl.json",
2025-08-20T19:15:56.1847383Z [00:02:03.071]➜  			"en-US/cloudapi/DeployApi.json",
2025-08-20T19:15:56.1848190Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeAbolishApiTask.json",
2025-08-20T19:15:56.1848945Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeAccessControlListAttribute.json",
2025-08-20T19:15:56.1849806Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeAccessControlLists.json",
2025-08-20T19:15:56.1850342Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApi.json",
2025-08-20T19:15:56.1850800Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiDoc.json",
2025-08-20T19:15:56.1851658Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiGroup.json",
2025-08-20T19:15:56.1852284Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiGroupVpcWhitelist.json",
2025-08-20T19:15:56.1853138Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiGroups.json",
2025-08-20T19:15:56.1854440Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiHistories.json",
2025-08-20T19:15:56.1854962Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiHistory.json",
2025-08-20T19:15:56.1855544Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiIpControls.json",
2025-08-20T19:15:56.1856443Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiLatencyData.json",
2025-08-20T19:15:56.1857058Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiMarketAttributes.json",
2025-08-20T19:15:56.1857927Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiProductApis.json",
2025-08-20T19:15:56.1858534Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiProductsByApp.json",
2025-08-20T19:15:56.1859005Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiQpsData.json",
2025-08-20T19:15:56.1859737Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiSignatures.json",
2025-08-20T19:15:56.1860101Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiTrafficControls.json",
2025-08-20T19:15:56.1860417Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApiTrafficData.json",
2025-08-20T19:15:56.1860709Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApis.json",
2025-08-20T19:15:56.1861201Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApisByApp.json",
2025-08-20T19:15:56.1861537Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApisByBackend.json",
2025-08-20T19:15:56.1861868Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApisByIpControl.json",
2025-08-20T19:15:56.1862198Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApisBySignature.json",
2025-08-20T19:15:56.1862844Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApisByTrafficControl.json",
2025-08-20T19:15:56.1863335Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApisWithStageNameIntegratedByApp.json",
2025-08-20T19:15:56.1863610Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApp.json",
2025-08-20T19:15:56.1863929Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeAppAttributes.json",
2025-08-20T19:15:56.1864445Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeAppSecurity.json",
2025-08-20T19:15:56.1864735Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeApps.json",
2025-08-20T19:15:56.1865084Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeAppsByApiProduct.json",
2025-08-20T19:15:56.1865412Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeAuthorizedApis.json",
2025-08-20T19:15:56.1866389Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeAuthorizedApps.json",
2025-08-20T19:15:56.1866751Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeBackendInfo.json",
2025-08-20T19:15:56.1867092Z [00:02:03.071]➜  			"en-US/cloudapi/DescribeBackendList.json",
2025-08-20T19:15:56.1867458Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeDatasetInfo.json",
2025-08-20T19:15:56.1868122Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeDatasetItemInfo.json",
2025-08-20T19:15:56.1871669Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeDatasetItemList.json",
2025-08-20T19:15:56.1873310Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeDatasetList.json",
2025-08-20T19:15:56.1875036Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeDeployApiTask.json",
2025-08-20T19:15:56.1875857Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeDeployedApi.json",
2025-08-20T19:15:56.1877193Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeDeployedApis.json",
2025-08-20T19:15:56.1877522Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeDomain.json",
2025-08-20T19:15:56.1880435Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeGroupLatency.json",
2025-08-20T19:15:56.1880823Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeGroupQps.json",
2025-08-20T19:15:56.1881157Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeGroupTraffic.json",
2025-08-20T19:15:56.1883692Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeHistoryApis.json",
2025-08-20T19:15:56.1884088Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeImportOASTask.json",
2025-08-20T19:15:56.1884507Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeInstanceDropConnections.json",
2025-08-20T19:15:56.1885938Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeInstanceDropPacket.json",
2025-08-20T19:15:56.1886315Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeInstanceHttpCode.json",
2025-08-20T19:15:56.1886994Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeInstanceLatency.json",
2025-08-20T19:15:56.1887661Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeInstanceNewConnections.json",
2025-08-20T19:15:56.1888046Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeInstancePackets.json",
2025-08-20T19:15:56.1888794Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeInstanceQps.json",
2025-08-20T19:15:56.1889202Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeInstanceSlbConnect.json",
2025-08-20T19:15:56.1889556Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeInstanceTraffic.json",
2025-08-20T19:15:56.1889866Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeInstances.json",
2025-08-20T19:15:56.1890639Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeIpControlPolicyItems.json",
2025-08-20T19:15:56.1890989Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeIpControls.json",
2025-08-20T19:15:56.1891316Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeLogConfig.json",
2025-08-20T19:15:56.1891685Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeMarketRemainsQuota.json",
2025-08-20T19:15:56.1892340Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeModels.json",
2025-08-20T19:15:56.1892872Z [00:02:03.072]➜  			"en-US/cloudapi/DescribePluginApis.json",
2025-08-20T19:15:56.1893485Z [00:02:03.072]➜  			"en-US/cloudapi/DescribePluginSchemas.json",
2025-08-20T19:15:56.1895010Z [00:02:03.072]➜  			"en-US/cloudapi/DescribePluginTemplates.json",
2025-08-20T19:15:56.1895340Z [00:02:03.072]➜  			"en-US/cloudapi/DescribePlugins.json",
2025-08-20T19:15:56.1895670Z [00:02:03.072]➜  			"en-US/cloudapi/DescribePluginsByApi.json",
2025-08-20T19:15:56.1896032Z [00:02:03.072]➜  			"en-US/cloudapi/DescribePurchasedApiGroup.json",
2025-08-20T19:15:56.1897333Z [00:02:03.072]➜  			"en-US/cloudapi/DescribePurchasedApiGroups.json",
2025-08-20T19:15:56.1897745Z [00:02:03.072]➜  			"en-US/cloudapi/DescribePurchasedApis.json",
2025-08-20T19:15:56.1898108Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeRegions.json",
2025-08-20T19:15:56.1898422Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeSignatures.json",
2025-08-20T19:15:56.1898758Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeSignaturesByApi.json",
2025-08-20T19:15:56.1899108Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeSummaryData.json",
2025-08-20T19:15:56.1899456Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeSystemParameters.json",
2025-08-20T19:15:56.1900118Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeTrafficControls.json",
2025-08-20T19:15:56.1900501Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeTrafficControlsByApi.json",
2025-08-20T19:15:56.1900864Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeUpdateBackendTask.json",
2025-08-20T19:15:56.1901209Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeUpdateVpcInfoTask.json",
2025-08-20T19:15:56.1901534Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeVpcAccesses.json",
2025-08-20T19:15:56.1901816Z [00:02:03.072]➜  			"en-US/cloudapi/DescribeZones.json",
2025-08-20T19:15:56.1902124Z [00:02:03.072]➜  			"en-US/cloudapi/DetachApiProduct.json",
2025-08-20T19:15:56.1902585Z [00:02:03.072]➜  			"en-US/cloudapi/DetachPlugin.json",
2025-08-20T19:15:56.1903008Z [00:02:03.072]➜  			"en-US/cloudapi/DisableInstanceAccessControl.json",
2025-08-20T19:15:56.1903304Z [00:02:03.072]➜  			"en-US/cloudapi/DryRunSwagger.json",
2025-08-20T19:15:56.1903684Z [00:02:03.072]➜  			"en-US/cloudapi/EnableInstanceAccessControl.json",
2025-08-20T19:15:56.1903977Z [00:02:03.072]➜  			"en-US/cloudapi/ImportOAS.json",
2025-08-20T19:15:56.1904269Z [00:02:03.072]➜  			"en-US/cloudapi/ImportSwagger.json",
2025-08-20T19:15:56.1904564Z [00:02:03.072]➜  			"en-US/cloudapi/ListTagResources.json",
2025-08-20T19:15:56.1904850Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyApi.json",
2025-08-20T19:15:56.1905232Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyApiConfiguration.json",
2025-08-20T19:15:56.1905552Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyApiGroup.json",
2025-08-20T19:15:56.1905896Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyApiGroupInstance.json",
2025-08-20T19:15:56.1906288Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyApiGroupNetworkPolicy.json",
2025-08-20T19:15:56.1906684Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyApiGroupVpcWhitelist.json",
2025-08-20T19:15:56.1907216Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyApp.json",
2025-08-20T19:15:56.1907533Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyBackend.json",
2025-08-20T19:15:56.1907879Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyBackendModel.json",
2025-08-20T19:15:56.1908181Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyDataset.json",
2025-08-20T19:15:56.1908510Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyDatasetItem.json",
2025-08-20T19:15:56.1908869Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyInstanceAttribute.json",
2025-08-20T19:15:56.1909200Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyInstanceSpec.json",
2025-08-20T19:15:56.1909581Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyIntranetDomainPolicy.json",
2025-08-20T19:15:56.1909887Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyIpControl.json",
2025-08-20T19:15:56.1910255Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyIpControlPolicyItem.json",
2025-08-20T19:15:56.1910558Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyLogConfig.json",
2025-08-20T19:15:56.1910868Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyModel.json",
2025-08-20T19:15:56.1911158Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyPlugin.json",
2025-08-20T19:15:56.1911473Z [00:02:03.072]➜  			"en-US/cloudapi/ModifySignature.json",
2025-08-20T19:15:56.1911810Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyTrafficControl.json",
2025-08-20T19:15:56.1912228Z [00:02:03.072]➜  			"en-US/cloudapi/ModifyVpcAccessAndUpdateApis.json",
2025-08-20T19:15:56.1912773Z [00:02:03.072]➜  			"en-US/cloudapi/OpenApiGatewayService.json",
2025-08-20T19:15:56.1913101Z [00:02:03.072]➜  			"en-US/cloudapi/QueryRequestLogs.json",
2025-08-20T19:15:56.1913402Z [00:02:03.072]➜  			"en-US/cloudapi/ReactivateDomain.json",
2025-08-20T19:15:56.1913808Z [00:02:03.072]➜  			"en-US/cloudapi/RemoveAccessControlListEntry.json",
2025-08-20T19:15:56.1914201Z [00:02:03.072]➜  			"en-US/cloudapi/RemoveApiProductsAuthorities.json",
2025-08-20T19:15:56.1914563Z [00:02:03.072]➜  			"en-US/cloudapi/RemoveApisAuthorities.json",
2025-08-20T19:15:56.1914920Z [00:02:03.072]➜  			"en-US/cloudapi/RemoveAppsAuthorities.json",
2025-08-20T19:15:56.1915264Z [00:02:03.072]➜  			"en-US/cloudapi/RemoveIpControlApis.json",
2025-08-20T19:15:56.1915919Z [00:02:03.072]➜  			"en-US/cloudapi/RemoveIpControlPolicyItem.json",
2025-08-20T19:15:56.1916270Z [00:02:03.072]➜  			"en-US/cloudapi/RemoveSignatureApis.json",
2025-08-20T19:15:56.1916647Z [00:02:03.072]➜  			"en-US/cloudapi/RemoveTrafficControlApis.json",
2025-08-20T19:15:56.1916973Z [00:02:03.072]➜  			"en-US/cloudapi/RemoveVpcAccess.json",
2025-08-20T19:15:56.1917397Z [00:02:03.072]➜  			"en-US/cloudapi/RemoveVpcAccessAndAbolishApis.json",
2025-08-20T19:15:56.1917712Z [00:02:03.072]➜  			"en-US/cloudapi/ResetAppCode.json",
2025-08-20T19:15:56.1918019Z [00:02:03.072]➜  			"en-US/cloudapi/ResetAppSecret.json",
2025-08-20T19:15:56.1918342Z [00:02:03.072]➜  			"en-US/cloudapi/SdkGenerateByApp.json",
2025-08-20T19:15:56.1918699Z [00:02:03.072]➜  			"en-US/cloudapi/SdkGenerateByAppForRegion.json",
2025-08-20T19:15:56.1919055Z [00:02:03.072]➜  			"en-US/cloudapi/SdkGenerateByGroup.json",
2025-08-20T19:15:56.1919475Z [00:02:03.072]➜  			"en-US/cloudapi/SetAccessControlListAttribute.json",
2025-08-20T19:15:56.1919878Z [00:02:03.072]➜  			"en-US/cloudapi/SetApiProductsAuthorities.json",
2025-08-20T19:15:56.1920209Z [00:02:03.072]➜  			"en-US/cloudapi/SetApisAuthorities.json",
2025-08-20T19:15:56.1920589Z [00:02:03.072]➜  			"en-US/cloudapi/SetAppsAuthToApiProduct.json",
2025-08-20T19:15:56.1921023Z [00:02:03.072]➜  			"en-US/cloudapi/SetAppsAuthorities.json",
2025-08-20T19:15:56.1921386Z [00:02:03.072]➜  			"en-US/cloudapi/SetDomain.json",
2025-08-20T19:15:56.1921785Z [00:02:03.072]➜  			"en-US/cloudapi/SetDomainCertificate.json",
2025-08-20T19:15:56.1922158Z [00:02:03.072]➜  			"en-US/cloudapi/SetDomainWebSocketStatus.json",
2025-08-20T19:15:56.1925452Z [00:02:03.072]➜  			"en-US/cloudapi/SetIpControlApis.json",
2025-08-20T19:15:56.1925798Z [00:02:03.072]➜  			"en-US/cloudapi/SetSignatureApis.json",
2025-08-20T19:15:56.1926330Z [00:02:03.072]➜  			"en-US/cloudapi/SetTrafficControlApis.json",
2025-08-20T19:15:56.1926622Z [00:02:03.072]➜  			"en-US/cloudapi/SetVpcAccess.json",
2025-08-20T19:15:56.1926962Z [00:02:03.072]➜  			"en-US/cloudapi/SetWildcardDomainPatterns.json",
2025-08-20T19:15:56.1927222Z [00:02:03.072]➜  			"en-US/cloudapi/SwitchApi.json",
2025-08-20T19:15:56.1927470Z [00:02:03.072]➜  			"en-US/cloudapi/TagResources.json",
2025-08-20T19:15:56.1927734Z [00:02:03.072]➜  			"en-US/cloudapi/UntagResources.json",
2025-08-20T19:15:56.1928062Z [00:02:03.072]➜  			"en-US/cloudapi/ValidateVpcConnectivity.json",
2025-08-20T19:15:56.1928321Z [00:02:03.072]➜  			"en-US/cloudapi/version.json",
2025-08-20T19:15:56.1928567Z [00:02:03.072]➜  			"en-US/cloudauth/version.json",
2025-08-20T19:15:56.1928829Z [00:02:03.072]➜  			"en-US/cloudfw/AddAddressBook.json",
2025-08-20T19:15:56.1929094Z [00:02:03.072]➜  			"en-US/cloudfw/AddControlPolicy.json",
2025-08-20T19:15:56.1929361Z [00:02:03.072]➜  			"en-US/cloudfw/AddInstanceMembers.json",
2025-08-20T19:15:56.1929741Z [00:02:03.072]➜  			"en-US/cloudfw/BatchCopyVpcFirewallControlPolicy.json",
2025-08-20T19:15:56.1930095Z [00:02:03.072]➜  			"en-US/cloudfw/CreateNatFirewallControlPolicy.json",
2025-08-20T19:15:56.1930402Z [00:02:03.072]➜  			"en-US/cloudfw/CreateTrFirewallV2.json",
2025-08-20T19:15:56.1930771Z [00:02:03.072]➜  			"en-US/cloudfw/CreateTrFirewallV2RoutePolicy.json",
2025-08-20T19:15:56.1931128Z [00:02:03.072]➜  			"en-US/cloudfw/CreateVpcFirewallCenConfigure.json",
2025-08-20T19:15:56.1931442Z [00:02:03.072]➜  			"en-US/cloudfw/CreateVpcFirewallConfigure.json",
2025-08-20T19:15:56.1931794Z [00:02:03.072]➜  			"en-US/cloudfw/CreateVpcFirewallControlPolicy.json",
2025-08-20T19:15:56.1932066Z [00:02:03.072]➜  			"en-US/cloudfw/DeleteAddressBook.json",
2025-08-20T19:15:56.1932357Z [00:02:03.072]➜  			"en-US/cloudfw/DeleteControlPolicy.json",
2025-08-20T19:15:56.1932883Z [00:02:03.072]➜  			"en-US/cloudfw/DeleteFirewallV2RoutePolicies.json",
2025-08-20T19:15:56.1962207Z [00:02:03.072]➜  			"en-US/cloudfw/DeleteInstanceMembers.json",
2025-08-20T19:15:56.1967451Z [00:02:03.072]➜  			"en-US/cloudfw/DeleteNatFirewallControlPolicy.json",
2025-08-20T19:15:56.1968139Z [00:02:03.072]➜  			"en-US/cloudfw/DeleteTrFirewallV2.json",
2025-08-20T19:15:56.1973032Z [00:02:03.072]➜  			"en-US/cloudfw/DeleteVpcFirewallCenConfigure.json",
2025-08-20T19:15:56.1973497Z [00:02:03.072]➜  			"en-US/cloudfw/DeleteVpcFirewallConfigure.json",
2025-08-20T19:15:56.1973905Z [00:02:03.072]➜  			"en-US/cloudfw/DeleteVpcFirewallControlPolicy.json",
2025-08-20T19:15:56.1974263Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeACLProtectTrend.json",
2025-08-20T19:15:56.1974592Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeAddressBook.json",
2025-08-20T19:15:56.1974914Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeAssetList.json",
2025-08-20T19:15:56.1975245Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeControlPolicy.json",
2025-08-20T19:15:56.1975571Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeDomainResolve.json",
2025-08-20T19:15:56.1975926Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeInstanceMembers.json",
2025-08-20T19:15:56.1976267Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeInternetOpenIp.json",
2025-08-20T19:15:56.1976644Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeInternetTrafficTrend.json",
2025-08-20T19:15:56.1976979Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeInvadeEventList.json",
2025-08-20T19:15:56.1977376Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeNatFirewallControlPolicy.json",
2025-08-20T19:15:56.1977805Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeNatFirewallPolicyPriorUsed.json",
2025-08-20T19:15:56.1978190Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeOutgoingDestinationIP.json",
2025-08-20T19:15:56.1978535Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeOutgoingDomain.json",
2025-08-20T19:15:56.1978909Z [00:02:03.072]➜  			"en-US/cloudfw/DescribePolicyAdvancedConfig.json",
2025-08-20T19:15:56.1979329Z [00:02:03.072]➜  			"en-US/cloudfw/DescribePolicyPriorUsed.json",
2025-08-20T19:15:56.1979885Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeRiskEventGroup.json",
2025-08-20T19:15:56.1980321Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeRiskEventPayload.json",
2025-08-20T19:15:56.1980861Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json",
2025-08-20T19:15:56.1981309Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeTrFirewallV2RoutePolicyList.json",
2025-08-20T19:15:56.1981686Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeTrFirewallsV2Detail.json",
2025-08-20T19:15:56.1982043Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeTrFirewallsV2List.json",
2025-08-20T19:15:56.1982618Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeTrFirewallsV2RouteList.json",
2025-08-20T19:15:56.1983063Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeUserAssetIPTrafficInfo.json",
2025-08-20T19:15:56.1983492Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeVpcFirewallAclGroupList.json",
2025-08-20T19:15:56.1983895Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeVpcFirewallCenDetail.json",
2025-08-20T19:15:56.1984289Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeVpcFirewallCenList.json",
2025-08-20T19:15:56.1984726Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeVpcFirewallControlPolicy.json",
2025-08-20T19:15:56.1985191Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json",
2025-08-20T19:15:56.1985589Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeVpcFirewallDetail.json",
2025-08-20T19:15:56.1985960Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeVpcFirewallList.json",
2025-08-20T19:15:56.1986428Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json",
2025-08-20T19:15:56.1986919Z [00:02:03.072]➜  			"en-US/cloudfw/DescribeVulnerabilityProtectedList.json",
2025-08-20T19:15:56.1987260Z [00:02:03.072]➜  			"en-US/cloudfw/ModifyAddressBook.json",
2025-08-20T19:15:56.1987582Z [00:02:03.072]➜  			"en-US/cloudfw/ModifyControlPolicy.json",
2025-08-20T19:15:56.1987948Z [00:02:03.072]➜  			"en-US/cloudfw/ModifyControlPolicyPosition.json",
2025-08-20T19:15:56.1988361Z [00:02:03.072]➜  			"en-US/cloudfw/ModifyFirewallV2RoutePolicySwitch.json",
2025-08-20T19:15:56.1988787Z [00:02:03.072]➜  			"en-US/cloudfw/ModifyInstanceMemberAttributes.json",
2025-08-20T19:15:56.1989164Z [00:02:03.072]➜  			"en-US/cloudfw/ModifyNatFirewallControlPolicy.json",
2025-08-20T19:15:56.1989904Z [00:02:03.072]➜  			"en-US/cloudfw/ModifyNatFirewallControlPolicyPosition.json",
2025-08-20T19:15:56.1990330Z [00:02:03.072]➜  			"en-US/cloudfw/ModifyPolicyAdvancedConfig.json",
2025-08-20T19:15:56.1990742Z [00:02:03.072]➜  			"en-US/cloudfw/ModifyTrFirewallV2Configuration.json",
2025-08-20T19:15:56.1991173Z [00:02:03.072]➜  			"en-US/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json",
2025-08-20T19:15:56.1991574Z [00:02:03.072]➜  			"en-US/cloudfw/ModifyVpcFirewallCenConfigure.json",
2025-08-20T19:15:56.1991993Z [00:02:03.073]➜  			"en-US/cloudfw/ModifyVpcFirewallCenSwitchStatus.json",
2025-08-20T19:15:56.1993982Z [00:02:03.073]➜  			"en-US/cloudfw/ModifyVpcFirewallConfigure.json",
2025-08-20T19:15:56.1994510Z [00:02:03.073]➜  			"en-US/cloudfw/ModifyVpcFirewallControlPolicy.json",
2025-08-20T19:15:56.1995042Z [00:02:03.073]➜  			"en-US/cloudfw/ModifyVpcFirewallControlPolicyPosition.json",
2025-08-20T19:15:56.1995477Z [00:02:03.073]➜  			"en-US/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json",
2025-08-20T19:15:56.1995899Z [00:02:03.073]➜  			"en-US/cloudfw/ModifyVpcFirewallSwitchStatus.json",
2025-08-20T19:15:56.1996257Z [00:02:03.073]➜  			"en-US/cloudfw/PutDisableAllFwSwitch.json",
2025-08-20T19:15:56.1996598Z [00:02:03.073]➜  			"en-US/cloudfw/PutDisableFwSwitch.json",
2025-08-20T19:15:56.1996941Z [00:02:03.073]➜  			"en-US/cloudfw/PutEnableAllFwSwitch.json",
2025-08-20T19:15:56.1997268Z [00:02:03.073]➜  			"en-US/cloudfw/PutEnableFwSwitch.json",
2025-08-20T19:15:56.1997592Z [00:02:03.073]➜  			"en-US/cloudfw/ReleasePostInstance.json",
2025-08-20T19:15:56.1997990Z [00:02:03.073]➜  			"en-US/cloudfw/ResetVpcFirewallRuleHitCount.json",
2025-08-20T19:15:56.1998262Z [00:02:03.073]➜  			"en-US/cloudfw/version.json",
2025-08-20T19:15:56.1998901Z [00:02:03.073]➜  			"en-US/cloudsso/AddExternalSAMLIdPCertificate.json",
2025-08-20T19:15:56.1999451Z [00:02:03.073]➜  			"en-US/cloudsso/AddPermissionPolicyToAccessConfiguration.json",
2025-08-20T19:15:56.1999807Z [00:02:03.073]➜  			"en-US/cloudsso/AddUserToGroup.json",
2025-08-20T19:15:56.2000260Z [00:02:03.073]➜  			"en-US/cloudsso/ClearExternalSAMLIdentityProvider.json",
2025-08-20T19:15:56.2000623Z [00:02:03.073]➜  			"en-US/cloudsso/CreateAccessAssignment.json",
2025-08-20T19:15:56.2000990Z [00:02:03.073]➜  			"en-US/cloudsso/CreateAccessConfiguration.json",
2025-08-20T19:15:56.2001311Z [00:02:03.073]➜  			"en-US/cloudsso/CreateDirectory.json",
2025-08-20T19:15:56.2001611Z [00:02:03.073]➜  			"en-US/cloudsso/CreateGroup.json",
2025-08-20T19:15:56.2001985Z [00:02:03.073]➜  			"en-US/cloudsso/CreateSCIMServerCredential.json",
2025-08-20T19:15:56.2002273Z [00:02:03.073]➜  			"en-US/cloudsso/CreateUser.json",
2025-08-20T19:15:56.2002839Z [00:02:03.073]➜  			"en-US/cloudsso/CreateUserProvisioning.json",
2025-08-20T19:15:56.2010549Z [00:02:03.073]➜  			"en-US/cloudsso/DeleteAccessAssignment.json",
2025-08-20T19:15:56.2011027Z [00:02:03.073]➜  			"en-US/cloudsso/DeleteAccessConfiguration.json",
2025-08-20T19:15:56.2011370Z [00:02:03.073]➜  			"en-US/cloudsso/DeleteDirectory.json",
2025-08-20T19:15:56.2011671Z [00:02:03.073]➜  			"en-US/cloudsso/DeleteGroup.json",
2025-08-20T19:15:56.2012019Z [00:02:03.073]➜  			"en-US/cloudsso/DeleteMFADeviceForUser.json",
2025-08-20T19:15:56.2012589Z [00:02:03.073]➜  			"en-US/cloudsso/DeleteSCIMServerCredential.json",
2025-08-20T19:15:56.2015627Z [00:02:03.073]➜  			"en-US/cloudsso/DeleteUser.json",
2025-08-20T19:15:56.2016030Z [00:02:03.073]➜  			"en-US/cloudsso/DeleteUserProvisioning.json",
2025-08-20T19:15:56.2016430Z [00:02:03.073]➜  			"en-US/cloudsso/DeleteUserProvisioningEvent.json",
2025-08-20T19:15:56.2016813Z [00:02:03.073]➜  			"en-US/cloudsso/DeprovisionAccessConfiguration.json",
2025-08-20T19:15:56.2017117Z [00:02:03.073]➜  			"en-US/cloudsso/DisableService.json",
2025-08-20T19:15:56.2017421Z [00:02:03.073]➜  			"en-US/cloudsso/EnableService.json",
2025-08-20T19:15:56.2017758Z [00:02:03.073]➜  			"en-US/cloudsso/GetAccessConfiguration.json",
2025-08-20T19:15:56.2018267Z [00:02:03.073]➜  			"en-US/cloudsso/GetDirectory.json",
2025-08-20T19:15:56.2018713Z [00:02:03.073]➜  			"en-US/cloudsso/GetDirectorySAMLServiceProviderInfo.json",
2025-08-20T19:15:56.2019054Z [00:02:03.073]➜  			"en-US/cloudsso/GetDirectoryStatistics.json",
2025-08-20T19:15:56.2019466Z [00:02:03.073]➜  			"en-US/cloudsso/GetExternalSAMLIdentityProvider.json",
2025-08-20T19:15:56.2019738Z [00:02:03.073]➜  			"en-US/cloudsso/GetGroup.json",
2025-08-20T19:15:56.2020144Z [00:02:03.073]➜  			"en-US/cloudsso/GetMFAAuthenticationSettingInfo.json",
2025-08-20T19:15:56.2020527Z [00:02:03.073]➜  			"en-US/cloudsso/GetMFAAuthenticationSettings.json",
2025-08-20T19:15:56.2020904Z [00:02:03.073]➜  			"en-US/cloudsso/GetMFAAuthenticationStatus.json",
2025-08-20T19:15:56.2021283Z [00:02:03.073]➜  			"en-US/cloudsso/GetSCIMSynchronizationStatus.json",
2025-08-20T19:15:56.2021620Z [00:02:03.073]➜  			"en-US/cloudsso/GetServiceStatus.json",
2025-08-20T19:15:56.2021894Z [00:02:03.073]➜  			"en-US/cloudsso/GetTask.json",
2025-08-20T19:15:56.2022207Z [00:02:03.073]➜  			"en-US/cloudsso/GetTaskStatus.json",
2025-08-20T19:15:56.2022758Z [00:02:03.073]➜  			"en-US/cloudsso/GetUser.json",
2025-08-20T19:15:56.2029656Z [00:02:03.073]➜  			"en-US/cloudsso/GetUserMFAAuthenticationSettings.json",
2025-08-20T19:15:56.2030019Z [00:02:03.073]➜  			"en-US/cloudsso/GetUserProvisioning.json",
2025-08-20T19:15:56.2030447Z [00:02:03.073]➜  			"en-US/cloudsso/GetUserProvisioningConfiguration.json",
2025-08-20T19:15:56.2030800Z [00:02:03.073]➜  			"en-US/cloudsso/GetUserProvisioningEvent.json",
2025-08-20T19:15:56.2031278Z [00:02:03.074]➜  			"en-US/cloudsso/GetUserProvisioningRdAccountStatistics.json",
2025-08-20T19:15:56.2031674Z [00:02:03.074]➜  			"en-US/cloudsso/GetUserProvisioningStatistics.json",
2025-08-20T19:15:56.2032022Z [00:02:03.074]➜  			"en-US/cloudsso/ListAccessAssignments.json",
2025-08-20T19:15:56.2032965Z [00:02:03.074]➜  			"en-US/cloudsso/ListAccessConfigurationProvisionings.json",
2025-08-20T19:15:56.2033405Z [00:02:03.074]➜  			"en-US/cloudsso/ListAccessConfigurations.json",
2025-08-20T19:15:56.2033752Z [00:02:03.074]➜  			"en-US/cloudsso/ListDirectories.json",
2025-08-20T19:15:56.2034189Z [00:02:03.074]➜  			"en-US/cloudsso/ListExternalSAMLIdPCertificates.json",
2025-08-20T19:15:56.2034511Z [00:02:03.074]➜  			"en-US/cloudsso/ListGroupMembers.json",
2025-08-20T19:15:56.2034811Z [00:02:03.074]➜  			"en-US/cloudsso/ListGroups.json",
2025-08-20T19:15:56.2035170Z [00:02:03.074]➜  			"en-US/cloudsso/ListJoinedGroupsForUser.json",
2025-08-20T19:15:56.2035527Z [00:02:03.074]➜  			"en-US/cloudsso/ListMFADevicesForUser.json",
2025-08-20T19:15:56.2036088Z [00:02:03.074]➜  			"en-US/cloudsso/ListPermissionPoliciesInAccessConfiguration.json",
2025-08-20T19:15:56.2036483Z [00:02:03.074]➜  			"en-US/cloudsso/ListSCIMServerCredentials.json",
2025-08-20T19:15:56.2036795Z [00:02:03.074]➜  			"en-US/cloudsso/ListTasks.json",
2025-08-20T19:15:56.2037191Z [00:02:03.074]➜  			"en-US/cloudsso/ListUserProvisioningEvents.json",
2025-08-20T19:15:56.2037554Z [00:02:03.074]➜  			"en-US/cloudsso/ListUserProvisionings.json",
2025-08-20T19:15:56.2037861Z [00:02:03.074]➜  			"en-US/cloudsso/ListUsers.json",
2025-08-20T19:15:56.2038266Z [00:02:03.074]➜  			"en-US/cloudsso/ProvisionAccessConfiguration.json",
2025-08-20T19:15:56.2038703Z [00:02:03.074]➜  			"en-US/cloudsso/RemoveExternalSAMLIdPCertificate.json",
2025-08-20T19:15:56.2039263Z [00:02:03.074]➜  			"en-US/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json",
2025-08-20T19:15:56.2039612Z [00:02:03.074]➜  			"en-US/cloudsso/RemoveUserFromGroup.json",
2025-08-20T19:15:56.2039928Z [00:02:03.074]➜  			"en-US/cloudsso/ResetUserPassword.json",
2025-08-20T19:15:56.2040308Z [00:02:03.074]➜  			"en-US/cloudsso/RetryUserProvisioningEvent.json",
2025-08-20T19:15:56.2040718Z [00:02:03.074]➜  			"en-US/cloudsso/SetExternalSAMLIdentityProvider.json",
2025-08-20T19:15:56.2041113Z [00:02:03.074]➜  			"en-US/cloudsso/SetMFAAuthenticationStatus.json",
2025-08-20T19:15:56.2041505Z [00:02:03.074]➜  			"en-US/cloudsso/SetSCIMSynchronizationStatus.json",
2025-08-20T19:15:56.2042180Z [00:02:03.074]➜  			"en-US/cloudsso/UpdateAccessConfiguration.json",
2025-08-20T19:15:56.2042765Z [00:02:03.074]➜  			"en-US/cloudsso/UpdateDirectory.json",
2025-08-20T19:15:56.2044111Z [00:02:03.074]➜  			"en-US/cloudsso/UpdateGroup.json",
2025-08-20T19:15:56.2044625Z [00:02:03.074]➜  			"en-US/cloudsso/UpdateInlinePolicyForAccessConfiguration.json",
2025-08-20T19:15:56.2045043Z [00:02:03.074]➜  			"en-US/cloudsso/UpdateMFAAuthenticationSettings.json",
2025-08-20T19:15:56.2045451Z [00:02:03.074]➜  			"en-US/cloudsso/UpdateSCIMServerCredentialStatus.json",
2025-08-20T19:15:56.2045737Z [00:02:03.074]➜  			"en-US/cloudsso/UpdateUser.json",
2025-08-20T19:15:56.2046182Z [00:02:03.074]➜  			"en-US/cloudsso/UpdateUserMFAAuthenticationSettings.json",
2025-08-20T19:15:56.2046565Z [00:02:03.074]➜  			"en-US/cloudsso/UpdateUserProvisioning.json",
2025-08-20T19:15:56.2047000Z [00:02:03.074]➜  			"en-US/cloudsso/UpdateUserProvisioningConfiguration.json",
2025-08-20T19:15:56.2047322Z [00:02:03.074]➜  			"en-US/cloudsso/UpdateUserStatus.json",
2025-08-20T19:15:56.2047601Z [00:02:03.074]➜  			"en-US/cloudsso/version.json",
2025-08-20T19:15:56.2047861Z [00:02:03.074]➜  			"en-US/cms/AddTags.json",
2025-08-20T19:15:56.2048178Z [00:02:03.074]➜  			"en-US/cms/ApplyMetricRuleTemplate.json",
2025-08-20T19:15:56.2048524Z [00:02:03.074]➜  			"en-US/cms/BatchCreateInstantSiteMonitor.json",
2025-08-20T19:15:56.2048866Z [00:02:03.074]➜  			"en-US/cms/BatchCreateIntantSiteMonitor.json",
2025-08-20T19:15:56.2049189Z [00:02:03.074]➜  			"en-US/cms/BatchCreateOnceSiteMonitor.json",
2025-08-20T19:15:56.2049448Z [00:02:03.074]➜  			"en-US/cms/BatchExport.json",
2025-08-20T19:15:56.2049742Z [00:02:03.074]➜  			"en-US/cms/CreateCmsCallNumOrder.json",
2025-08-20T19:15:56.2050037Z [00:02:03.074]➜  			"en-US/cms/CreateCmsOrder.json",
2025-08-20T19:15:56.2050717Z [00:02:03.074]➜  			"en-US/cms/CreateCmsSmspackageOrder.json",
2025-08-20T19:15:56.2051142Z [00:02:03.074]➜  			"en-US/cms/CreateDynamicTagGroup.json",
2025-08-20T19:15:56.2051513Z [00:02:03.074]➜  			"en-US/cms/CreateGroupMetricRules.json",
2025-08-20T19:15:56.2051925Z [00:02:03.074]➜  			"en-US/cms/CreateGroupMonitoringAgentProcess.json",
2025-08-20T19:15:56.2052241Z [00:02:03.074]➜  			"en-US/cms/CreateHostAvailability.json",
2025-08-20T19:15:56.2052836Z [00:02:03.074]➜  			"en-US/cms/CreateHybridMonitorNamespace.json",
2025-08-20T19:15:56.2054783Z [00:02:03.074]➜  			"en-US/cms/CreateHybridMonitorSLSGroup.json",
2025-08-20T19:15:56.2055167Z [00:02:03.074]➜  			"en-US/cms/CreateHybridMonitorTask.json",
2025-08-20T19:15:56.2055526Z [00:02:03.074]➜  			"en-US/cms/CreateInstantSiteMonitor.json",
2025-08-20T19:15:56.2055887Z [00:02:03.074]➜  			"en-US/cms/CreateMetricRuleBlackList.json",
2025-08-20T19:15:56.2056221Z [00:02:03.074]➜  			"en-US/cms/CreateMetricRuleResources.json",
2025-08-20T19:15:56.2056588Z [00:02:03.074]➜  			"en-US/cms/CreateMetricRuleTemplate.json",
2025-08-20T19:15:56.2056930Z [00:02:03.075]➜  			"en-US/cms/CreateMonitorAgentProcess.json",
2025-08-20T19:15:56.2057260Z [00:02:03.075]➜  			"en-US/cms/CreateMonitorGroup.json",
2025-08-20T19:15:56.2057677Z [00:02:03.075]➜  			"en-US/cms/CreateMonitorGroupByResourceGroupId.json",
2025-08-20T19:15:56.2058050Z [00:02:03.075]➜  			"en-US/cms/CreateMonitorGroupInstances.json",
2025-08-20T19:15:56.2058443Z [00:02:03.075]➜  			"en-US/cms/CreateMonitorGroupNotifyPolicy.json",
2025-08-20T19:15:56.2058821Z [00:02:03.075]➜  			"en-US/cms/CreateMonitoringAgentProcess.json",
2025-08-20T19:15:56.2059126Z [00:02:03.075]➜  			"en-US/cms/CreateSiteMonitor.json",
2025-08-20T19:15:56.2059386Z [00:02:03.075]➜  			"en-US/cms/Cursor.json",
2025-08-20T19:15:56.2059671Z [00:02:03.075]➜  			"en-US/cms/DeleteContact.json",
2025-08-20T19:15:56.2059998Z [00:02:03.075]➜  			"en-US/cms/DeleteContactGroup.json",
2025-08-20T19:15:56.2060315Z [00:02:03.075]➜  			"en-US/cms/DeleteCustomMetric.json",
2025-08-20T19:15:56.2060654Z [00:02:03.075]➜  			"en-US/cms/DeleteDynamicTagGroup.json",
2025-08-20T19:15:56.2061328Z [00:02:03.075]➜  			"en-US/cms/DeleteEventRuleTargets.json",
2025-08-20T19:15:56.2061653Z [00:02:03.075]➜  			"en-US/cms/DeleteEventRules.json",
2025-08-20T19:15:56.2061968Z [00:02:03.075]➜  			"en-US/cms/DeleteExporterOutput.json",
2025-08-20T19:15:56.2062285Z [00:02:03.075]➜  			"en-US/cms/DeleteExporterRule.json",
2025-08-20T19:15:56.2062868Z [00:02:03.075]➜  			"en-US/cms/DeleteGroupMonitoringAgentProcess.json",
2025-08-20T19:15:56.2063202Z [00:02:03.075]➜  			"en-US/cms/DeleteHostAvailability.json",
2025-08-20T19:15:56.2063549Z [00:02:03.075]➜  			"en-US/cms/DeleteHybridMonitorNamespace.json",
2025-08-20T19:15:56.2063908Z [00:02:03.075]➜  			"en-US/cms/DeleteHybridMonitorSLSGroup.json",
2025-08-20T19:15:56.2064224Z [00:02:03.075]➜  			"en-US/cms/DeleteHybridMonitorTask.json",
2025-08-20T19:15:56.2064525Z [00:02:03.075]➜  			"en-US/cms/DeleteLogMonitor.json",
2025-08-20T19:15:56.2064854Z [00:02:03.075]➜  			"en-US/cms/DeleteMetricRuleBlackList.json",
2025-08-20T19:15:56.2065174Z [00:02:03.075]➜  			"en-US/cms/DeleteMetricRuleResources.json",
2025-08-20T19:15:56.2065501Z [00:02:03.075]➜  			"en-US/cms/DeleteMetricRuleTargets.json",
2025-08-20T19:15:56.2065819Z [00:02:03.075]➜  			"en-US/cms/DeleteMetricRuleTemplate.json",
2025-08-20T19:15:56.2066116Z [00:02:03.075]➜  			"en-US/cms/DeleteMetricRules.json",
2025-08-20T19:15:56.2066404Z [00:02:03.075]➜  			"en-US/cms/DeleteMonitorGroup.json",
2025-08-20T19:15:56.2066764Z [00:02:03.075]➜  			"en-US/cms/DeleteMonitorGroupDynamicRule.json",
2025-08-20T19:15:56.2067102Z [00:02:03.075]➜  			"en-US/cms/DeleteMonitorGroupInstances.json",
2025-08-20T19:15:56.2067465Z [00:02:03.075]➜  			"en-US/cms/DeleteMonitorGroupNotifyPolicy.json",
2025-08-20T19:15:56.2067808Z [00:02:03.075]➜  			"en-US/cms/DeleteMonitoringAgentProcess.json",
2025-08-20T19:15:56.2068099Z [00:02:03.075]➜  			"en-US/cms/DeleteSiteMonitors.json",
2025-08-20T19:15:56.2068647Z [00:02:03.075]➜  			"en-US/cms/DescribeActiveMetricRuleList.json",
2025-08-20T19:15:56.2068982Z [00:02:03.075]➜  			"en-US/cms/DescribeAlertHistoryList.json",
2025-08-20T19:15:56.2069302Z [00:02:03.075]➜  			"en-US/cms/DescribeAlertLogCount.json",
2025-08-20T19:15:56.2069640Z [00:02:03.075]➜  			"en-US/cms/DescribeAlertLogHistogram.json",
2025-08-20T19:15:56.2069936Z [00:02:03.075]➜  			"en-US/cms/DescribeAlertLogList.json",
2025-08-20T19:15:56.2070349Z [00:02:03.075]➜  			"en-US/cms/DescribeAlertingMetricRuleResources.json",
2025-08-20T19:15:56.2070670Z [00:02:03.075]➜  			"en-US/cms/DescribeContactGroupList.json",
2025-08-20T19:15:56.2070984Z [00:02:03.075]➜  			"en-US/cms/DescribeContactList.json",
2025-08-20T19:15:56.2071380Z [00:02:03.075]➜  			"en-US/cms/DescribeContactListByContactGroup.json",
2025-08-20T19:15:56.2071744Z [00:02:03.075]➜  			"en-US/cms/DescribeCustomEventAttribute.json",
2025-08-20T19:15:56.2072083Z [00:02:03.075]➜  			"en-US/cms/DescribeCustomEventCount.json",
2025-08-20T19:15:56.2082160Z [00:02:03.075]➜  			"en-US/cms/DescribeCustomEventHistogram.json",
2025-08-20T19:15:56.2082778Z [00:02:03.075]➜  			"en-US/cms/DescribeCustomMetricList.json",
2025-08-20T19:15:56.2083183Z [00:02:03.075]➜  			"en-US/cms/DescribeDynamicTagRuleList.json",
2025-08-20T19:15:56.2083549Z [00:02:03.075]➜  			"en-US/cms/DescribeEventRuleAttribute.json",
2025-08-20T19:15:56.2083885Z [00:02:03.075]➜  			"en-US/cms/DescribeEventRuleList.json",
2025-08-20T19:15:56.2084241Z [00:02:03.075]➜  			"en-US/cms/DescribeEventRuleTargetList.json",
2025-08-20T19:15:56.2084592Z [00:02:03.075]➜  			"en-US/cms/DescribeExporterOutputList.json",
2025-08-20T19:15:56.2084923Z [00:02:03.075]➜  			"en-US/cms/DescribeExporterRuleList.json",
2025-08-20T19:15:56.2085350Z [00:02:03.075]➜  			"en-US/cms/DescribeGroupMonitoringAgentProcess.json",
2025-08-20T19:15:56.2085717Z [00:02:03.075]➜  			"en-US/cms/DescribeHostAvailabilityList.json",
2025-08-20T19:15:56.2086104Z [00:02:03.075]➜  			"en-US/cms/DescribeHybridMonitorDataList.json",
2025-08-20T19:15:56.2086506Z [00:02:03.075]➜  			"en-US/cms/DescribeHybridMonitorNamespaceList.json",
2025-08-20T19:15:56.2087137Z [00:02:03.075]➜  			"en-US/cms/DescribeHybridMonitorSLSGroup.json",
2025-08-20T19:15:56.2087501Z [00:02:03.075]➜  			"en-US/cms/DescribeHybridMonitorTaskList.json",
2025-08-20T19:15:56.2087859Z [00:02:03.075]➜  			"en-US/cms/DescribeLogMonitorAttribute.json",
2025-08-20T19:15:56.2088186Z [00:02:03.075]➜  			"en-US/cms/DescribeLogMonitorList.json",
2025-08-20T19:15:56.2088496Z [00:02:03.075]➜  			"en-US/cms/DescribeMetricData.json",
2025-08-20T19:15:56.2088794Z [00:02:03.075]➜  			"en-US/cms/DescribeMetricLast.json",
2025-08-20T19:15:56.2089093Z [00:02:03.075]➜  			"en-US/cms/DescribeMetricList.json",
2025-08-20T19:15:56.2089408Z [00:02:03.075]➜  			"en-US/cms/DescribeMetricMetaList.json",
2025-08-20T19:15:56.2089761Z [00:02:03.076]➜  			"en-US/cms/DescribeMetricRuleBlackList.json",
2025-08-20T19:15:56.2090418Z [00:02:03.076]➜  			"en-US/cms/DescribeMetricRuleCount.json",
2025-08-20T19:15:56.2090802Z [00:02:03.076]➜  			"en-US/cms/DescribeMetricRuleList.json",
2025-08-20T19:15:56.2091157Z [00:02:03.076]➜  			"en-US/cms/DescribeMetricRuleTargets.json",
2025-08-20T19:15:56.2091587Z [00:02:03.076]➜  			"en-US/cms/DescribeMetricRuleTemplateAttribute.json",
2025-08-20T19:15:56.2091950Z [00:02:03.076]➜  			"en-US/cms/DescribeMetricRuleTemplateList.json",
2025-08-20T19:15:56.2092263Z [00:02:03.076]➜  			"en-US/cms/DescribeMetricTop.json",
2025-08-20T19:15:56.2092838Z [00:02:03.076]➜  			"en-US/cms/DescribeMonitorGroupCategories.json",
2025-08-20T19:15:56.2093232Z [00:02:03.076]➜  			"en-US/cms/DescribeMonitorGroupDynamicRules.json",
2025-08-20T19:15:56.2093664Z [00:02:03.076]➜  			"en-US/cms/DescribeMonitorGroupInstanceAttribute.json",
2025-08-20T19:15:56.2094046Z [00:02:03.076]➜  			"en-US/cms/DescribeMonitorGroupInstances.json",
2025-08-20T19:15:56.2094492Z [00:02:03.076]➜  			"en-US/cms/DescribeMonitorGroupNotifyPolicyList.json",
2025-08-20T19:15:56.2094840Z [00:02:03.076]➜  			"en-US/cms/DescribeMonitorGroups.json",
2025-08-20T19:15:56.2095291Z [00:02:03.076]➜  			"en-US/cms/DescribeMonitorResourceQuotaAttribute.json",
2025-08-20T19:15:56.2095707Z [00:02:03.076]➜  			"en-US/cms/DescribeMonitoringAgentAccessKey.json",
2025-08-20T19:15:56.2096088Z [00:02:03.076]➜  			"en-US/cms/DescribeMonitoringAgentConfig.json",
2025-08-20T19:15:56.2096474Z [00:02:03.076]➜  			"en-US/cms/DescribeMonitoringAgentHosts.json",
2025-08-20T19:15:56.2096876Z [00:02:03.076]➜  			"en-US/cms/DescribeMonitoringAgentProcesses.json",
2025-08-20T19:15:56.2097261Z [00:02:03.076]➜  			"en-US/cms/DescribeMonitoringAgentStatuses.json",
2025-08-20T19:15:56.2097599Z [00:02:03.076]➜  			"en-US/cms/DescribeMonitoringConfig.json",
2025-08-20T19:15:56.2098007Z [00:02:03.076]➜  			"en-US/cms/DescribeProductResourceTagKeyList.json",
2025-08-20T19:15:56.2098418Z [00:02:03.076]➜  			"en-US/cms/DescribeProductsOfActiveMetricRule.json",
2025-08-20T19:15:56.2098742Z [00:02:03.076]➜  			"en-US/cms/DescribeProjectMeta.json",
2025-08-20T19:15:56.2099113Z [00:02:03.076]➜  			"en-US/cms/DescribeSiteInstantMonitorLog.json",
2025-08-20T19:15:56.2099476Z [00:02:03.076]➜  			"en-US/cms/DescribeSiteMonitorAttribute.json",
2025-08-20T19:15:56.2100057Z [00:02:03.076]➜  			"en-US/cms/DescribeSiteMonitorData.json",
2025-08-20T19:15:56.2100437Z [00:02:03.076]➜  			"en-US/cms/DescribeSiteMonitorISPCityList.json",
2025-08-20T19:15:56.2100773Z [00:02:03.076]➜  			"en-US/cms/DescribeSiteMonitorList.json",
2025-08-20T19:15:56.2101088Z [00:02:03.076]➜  			"en-US/cms/DescribeSiteMonitorLog.json",
2025-08-20T19:15:56.2101422Z [00:02:03.076]➜  			"en-US/cms/DescribeSiteMonitorQuota.json",
2025-08-20T19:15:56.2101780Z [00:02:03.076]➜  			"en-US/cms/DescribeSiteMonitorStatistics.json",
2025-08-20T19:15:56.2102134Z [00:02:03.076]➜  			"en-US/cms/DescribeSystemEventAttribute.json",
2025-08-20T19:15:56.2102661Z [00:02:03.076]➜  			"en-US/cms/DescribeSystemEventCount.json",
2025-08-20T19:15:56.2111596Z [00:02:03.076]➜  			"en-US/cms/DescribeSystemEventHistogram.json",
2025-08-20T19:15:56.2112027Z [00:02:03.076]➜  			"en-US/cms/DescribeSystemEventMetaList.json",
2025-08-20T19:15:56.2112525Z [00:02:03.076]➜  			"en-US/cms/DescribeTagKeyList.json",
2025-08-20T19:15:56.2112847Z [00:02:03.076]➜  			"en-US/cms/DescribeTagValueList.json",
2025-08-20T19:15:56.2113259Z [00:02:03.076]➜  			"en-US/cms/DescribeUnhealthyHostAvailability.json",
2025-08-20T19:15:56.2113589Z [00:02:03.076]➜  			"en-US/cms/DisableActiveMetricRule.json",
2025-08-20T19:15:56.2113899Z [00:02:03.076]➜  			"en-US/cms/DisableEventRules.json",
2025-08-20T19:15:56.2114226Z [00:02:03.076]➜  			"en-US/cms/DisableHostAvailability.json",
2025-08-20T19:15:56.2114549Z [00:02:03.076]➜  			"en-US/cms/DisableMetricRules.json",
2025-08-20T19:15:56.2114867Z [00:02:03.076]➜  			"en-US/cms/DisableSiteMonitors.json",
2025-08-20T19:15:56.2115212Z [00:02:03.076]➜  			"en-US/cms/EnableActiveMetricRule.json",
2025-08-20T19:15:56.2115528Z [00:02:03.076]➜  			"en-US/cms/EnableEventRules.json",
2025-08-20T19:15:56.2116132Z [00:02:03.076]➜  			"en-US/cms/EnableHostAvailability.json",
2025-08-20T19:15:56.2116514Z [00:02:03.076]➜  			"en-US/cms/EnableMetricRuleBlackList.json",
2025-08-20T19:15:56.2116841Z [00:02:03.076]➜  			"en-US/cms/EnableMetricRules.json",
2025-08-20T19:15:56.2117146Z [00:02:03.076]➜  			"en-US/cms/EnableSiteMonitors.json",
2025-08-20T19:15:56.2117477Z [00:02:03.076]➜  			"en-US/cms/InstallMonitoringAgent.json",
2025-08-20T19:15:56.2117885Z [00:02:03.076]➜  			"en-US/cms/ModifyGroupMonitoringAgentProcess.json",
2025-08-20T19:15:56.2118216Z [00:02:03.076]➜  			"en-US/cms/ModifyHostAvailability.json",
2025-08-20T19:15:56.2118508Z [00:02:03.076]➜  			"en-US/cms/ModifyHostInfo.json",
2025-08-20T19:15:56.2118875Z [00:02:03.076]➜  			"en-US/cms/ModifyHybridMonitorNamespace.json",
2025-08-20T19:15:56.2119221Z [00:02:03.076]➜  			"en-US/cms/ModifyHybridMonitorSLSGroup.json",
2025-08-20T19:15:56.2119540Z [00:02:03.076]➜  			"en-US/cms/ModifyHybridMonitorTask.json",
2025-08-20T19:15:56.2119895Z [00:02:03.076]➜  			"en-US/cms/ModifyMetricRuleBlackList.json",
2025-08-20T19:15:56.2120228Z [00:02:03.076]➜  			"en-US/cms/ModifyMetricRuleTemplate.json",
2025-08-20T19:15:56.2120536Z [00:02:03.076]➜  			"en-US/cms/ModifyMonitorGroup.json",
2025-08-20T19:15:56.2120894Z [00:02:03.076]➜  			"en-US/cms/ModifyMonitorGroupInstances.json",
2025-08-20T19:15:56.2121201Z [00:02:03.076]➜  			"en-US/cms/ModifySiteMonitor.json",
2025-08-20T19:15:56.2121502Z [00:02:03.076]➜  			"en-US/cms/OpenCmsService.json",
2025-08-20T19:15:56.2121779Z [00:02:03.076]➜  			"en-US/cms/PutContact.json",
2025-08-20T19:15:56.2122074Z [00:02:03.076]➜  			"en-US/cms/PutContactGroup.json",
2025-08-20T19:15:56.2122359Z [00:02:03.076]➜  			"en-US/cms/PutCustomEvent.json",
2025-08-20T19:15:56.2123883Z [00:02:03.076]➜  			"en-US/cms/PutCustomEventRule.json",
2025-08-20T19:15:56.2124192Z [00:02:03.076]➜  			"en-US/cms/PutCustomMetric.json",
2025-08-20T19:15:56.2124502Z [00:02:03.076]➜  			"en-US/cms/PutCustomMetricRule.json",
2025-08-20T19:15:56.2124811Z [00:02:03.076]➜  			"en-US/cms/PutEventRule.json",
2025-08-20T19:15:56.2125127Z [00:02:03.076]➜  			"en-US/cms/PutEventRuleTargets.json",
2025-08-20T19:15:56.2125691Z [00:02:03.076]➜  			"en-US/cms/PutExporterOutput.json",
2025-08-20T19:15:56.2125992Z [00:02:03.076]➜  			"en-US/cms/PutExporterRule.json",
2025-08-20T19:15:56.2126311Z [00:02:03.076]➜  			"en-US/cms/PutGroupMetricRule.json",
2025-08-20T19:15:56.2126661Z [00:02:03.076]➜  			"en-US/cms/PutHybridMonitorMetricData.json",
2025-08-20T19:15:56.2126941Z [00:02:03.076]➜  			"en-US/cms/PutLogMonitor.json",
2025-08-20T19:15:56.2127254Z [00:02:03.076]➜  			"en-US/cms/PutMetricRuleTargets.json",
2025-08-20T19:15:56.2127614Z [00:02:03.076]➜  			"en-US/cms/PutMonitorGroupDynamicRule.json",
2025-08-20T19:15:56.2127920Z [00:02:03.076]➜  			"en-US/cms/PutMonitoringConfig.json",
2025-08-20T19:15:56.2128241Z [00:02:03.076]➜  			"en-US/cms/PutResourceMetricRule.json",
2025-08-20T19:15:56.2128562Z [00:02:03.076]➜  			"en-US/cms/PutResourceMetricRules.json",
2025-08-20T19:15:56.2128853Z [00:02:03.076]➜  			"en-US/cms/RemoveTags.json",
2025-08-20T19:15:56.2129172Z [00:02:03.076]➜  			"en-US/cms/SendDryRunSystemEvent.json",
2025-08-20T19:15:56.2129533Z [00:02:03.076]➜  			"en-US/cms/UninstallMonitoringAgent.json",
2025-08-20T19:15:56.2129793Z [00:02:03.076]➜  			"en-US/cms/version.json",
2025-08-20T19:15:56.2130151Z [00:02:03.076]➜  			"en-US/computenest/ChangeResourceGroup.json",
2025-08-20T19:15:56.2130575Z [00:02:03.076]➜  			"en-US/computenest/ContinueDeployServiceInstance.json",
2025-08-20T19:15:56.2130923Z [00:02:03.076]➜  			"en-US/computenest/CreateServiceInstance.json",
2025-08-20T19:15:56.2131281Z [00:02:03.076]➜  			"en-US/computenest/DeleteServiceInstances.json",
2025-08-20T19:15:56.2131630Z [00:02:03.076]➜  			"en-US/computenest/GetServiceInstance.json",
2025-08-20T19:15:56.2132139Z [00:02:03.076]➜  			"en-US/computenest/GetServiceTemplateParameterConstraints.json",
2025-08-20T19:15:56.2132751Z [00:02:03.076]➜  			"en-US/computenest/ListServiceInstanceLogs.json",
2025-08-20T19:15:56.2133421Z [00:02:03.076]➜  			"en-US/computenest/ListServiceInstanceResources.json",
2025-08-20T19:15:56.2133800Z [00:02:03.076]➜  			"en-US/computenest/ListServiceInstances.json",
2025-08-20T19:15:56.2134117Z [00:02:03.076]➜  			"en-US/computenest/version.json",
2025-08-20T19:15:56.2134563Z [00:02:03.076]➜  			"en-US/computenestsupplier/AddServiceSharedAccounts.json",
2025-08-20T19:15:56.2135063Z [00:02:03.076]➜  			"en-US/computenestsupplier/ContinueDeployServiceInstance.json",
2025-08-20T19:15:56.2135447Z [00:02:03.076]➜  			"en-US/computenestsupplier/CreateArtifact.json",
2025-08-20T19:15:56.2135805Z [00:02:03.076]➜  			"en-US/computenestsupplier/CreateService.json",
2025-08-20T19:15:56.2136225Z [00:02:03.076]➜  			"en-US/computenestsupplier/CreateServiceInstance.json",
2025-08-20T19:15:56.2136577Z [00:02:03.076]➜  			"en-US/computenestsupplier/DeleteArtifact.json",
2025-08-20T19:15:56.2136934Z [00:02:03.076]➜  			"en-US/computenestsupplier/DeleteService.json",
2025-08-20T19:15:56.2137387Z [00:02:03.076]➜  			"en-US/computenestsupplier/DeleteServiceInstances.json",
2025-08-20T19:15:56.2137804Z [00:02:03.076]➜  			"en-US/computenestsupplier/DeployServiceInstance.json",
2025-08-20T19:15:56.2138157Z [00:02:03.076]➜  			"en-US/computenestsupplier/GetArtifact.json",
2025-08-20T19:15:56.2138676Z [00:02:03.076]➜  			"en-US/computenestsupplier/GetArtifactRepositoryCredentials.json",
2025-08-20T19:15:56.2139008Z [00:02:03.076]➜  			"en-US/computenestsupplier/GetService.json",
2025-08-20T19:15:56.2139424Z [00:02:03.076]➜  			"en-US/computenestsupplier/GetServiceEstimateCost.json",
2025-08-20T19:15:56.2139809Z [00:02:03.076]➜  			"en-US/computenestsupplier/GetServiceInstance.json",
2025-08-20T19:15:56.2140383Z [00:02:03.076]➜  			"en-US/computenestsupplier/GetServiceTemplateParameterConstraints.json",
2025-08-20T19:15:56.2140791Z [00:02:03.076]➜  			"en-US/computenestsupplier/GetUploadCredentials.json",
2025-08-20T19:15:56.2141262Z [00:02:03.076]➜  			"en-US/computenestsupplier/ListAcrImageRepositories.json",
2025-08-20T19:15:56.2141685Z [00:02:03.076]➜  			"en-US/computenestsupplier/ListAcrImageTags.json",
2025-08-20T19:15:56.2142096Z [00:02:03.076]➜  			"en-US/computenestsupplier/ListArtifactVersions.json",
2025-08-20T19:15:56.2154019Z [00:02:03.076]➜  			"en-US/computenestsupplier/ListArtifacts.json",
2025-08-20T19:15:56.2154546Z [00:02:03.076]➜  			"en-US/computenestsupplier/ListServiceInstances.json",
2025-08-20T19:15:56.2154961Z [00:02:03.076]➜  			"en-US/computenestsupplier/ListServiceUsages.json",
2025-08-20T19:15:56.2155327Z [00:02:03.076]➜  			"en-US/computenestsupplier/ListServices.json",
2025-08-20T19:15:56.2155838Z [00:02:03.076]➜  			"en-US/computenestsupplier/ModifyServiceInstanceResources.json",
2025-08-20T19:15:56.2156224Z [00:02:03.076]➜  			"en-US/computenestsupplier/PushMeteringData.json",
2025-08-20T19:15:56.2156603Z [00:02:03.076]➜  			"en-US/computenestsupplier/RegisterService.json",
2025-08-20T19:15:56.2156977Z [00:02:03.076]➜  			"en-US/computenestsupplier/ReleaseArtifact.json",
2025-08-20T19:15:56.2157379Z [00:02:03.076]➜  			"en-US/computenestsupplier/UpdateArtifact.json",
2025-08-20T19:15:56.2157754Z [00:02:03.076]➜  			"en-US/computenestsupplier/UpdateService.json",
2025-08-20T19:15:56.2158289Z [00:02:03.076]➜  			"en-US/computenestsupplier/UpdateServiceInstanceAttribute.json",
2025-08-20T19:15:56.2158734Z [00:02:03.076]➜  			"en-US/computenestsupplier/UpgradeServiceInstance.json",
2025-08-20T19:15:56.2159085Z [00:02:03.076]➜  			"en-US/computenestsupplier/version.json",
2025-08-20T19:15:56.2159398Z [00:02:03.076]➜  			"en-US/config/ActiveConfigRules.json",
2025-08-20T19:15:56.2159730Z [00:02:03.076]➜  			"en-US/config/DeleteConfigRules.json",
2025-08-20T19:15:56.2160052Z [00:02:03.076]➜  			"en-US/config/DescribeCompliance.json",
2025-08-20T19:15:56.2160430Z [00:02:03.076]➜  			"en-US/config/DescribeComplianceSummary.json",
2025-08-20T19:15:56.2160748Z [00:02:03.076]➜  			"en-US/config/DescribeConfigRule.json",
2025-08-20T19:15:56.2161379Z [00:02:03.076]➜  			"en-US/config/DescribeConfigurationRecorder.json",
2025-08-20T19:15:56.2161790Z [00:02:03.076]➜  			"en-US/config/DescribeDeliveryChannels.json",
2025-08-20T19:15:56.2162194Z [00:02:03.076]➜  			"en-US/config/DescribeDiscoveredResource.json",
2025-08-20T19:15:56.2163724Z [00:02:03.076]➜  			"en-US/config/DescribeEvaluationResults.json",
2025-08-20T19:15:56.2164159Z [00:02:03.076]➜  			"en-US/config/GetAggregateDiscoveredResource.json",
2025-08-20T19:15:56.2164526Z [00:02:03.076]➜  			"en-US/config/GetDiscoveredResourceCounts.json",
2025-08-20T19:15:56.2164894Z [00:02:03.076]➜  			"en-US/config/GetDiscoveredResourceSummary.json",
2025-08-20T19:15:56.2165272Z [00:02:03.076]➜  			"en-US/config/GetResourceComplianceTimeline.json",
2025-08-20T19:15:56.2165664Z [00:02:03.076]➜  			"en-US/config/GetResourceConfigurationTimeline.json",
2025-08-20T19:15:56.2166016Z [00:02:03.076]➜  			"en-US/config/GetSupportedResourceTypes.json",
2025-08-20T19:15:56.2166424Z [00:02:03.076]➜  			"en-US/config/ListAggregateDiscoveredResources.json",
2025-08-20T19:15:56.2166758Z [00:02:03.076]➜  			"en-US/config/ListConfigRules.json",
2025-08-20T19:15:56.2167116Z [00:02:03.076]➜  			"en-US/config/ListDiscoveredResources.json",
2025-08-20T19:15:56.2167476Z [00:02:03.076]➜  			"en-US/config/ListRemediationTemplates.json",
2025-08-20T19:15:56.2167776Z [00:02:03.076]➜  			"en-US/config/PutConfigRule.json",
2025-08-20T19:15:56.2168121Z [00:02:03.076]➜  			"en-US/config/PutConfigurationRecorder.json",
2025-08-20T19:15:56.2168431Z [00:02:03.076]➜  			"en-US/config/PutDeliveryChannel.json",
2025-08-20T19:15:56.2168711Z [00:02:03.076]➜  			"en-US/config/PutEvaluations.json",
2025-08-20T19:15:56.2169059Z [00:02:03.076]➜  			"en-US/config/StartConfigRuleEvaluation.json",
2025-08-20T19:15:56.2169422Z [00:02:03.076]➜  			"en-US/config/StartConfigurationRecorder.json",
2025-08-20T19:15:56.2169730Z [00:02:03.076]➜  			"en-US/config/StopConfigRules.json",
2025-08-20T19:15:56.2169987Z [00:02:03.076]➜  			"en-US/config/version.json",
2025-08-20T19:15:56.2170337Z [00:02:03.076]➜  			"en-US/cr/CancelArtifactBuildTask.json",
2025-08-20T19:15:56.2170658Z [00:02:03.076]➜  			"en-US/cr/CancelRepoBuildRecord.json",
2025-08-20T19:15:56.2171227Z [00:02:03.076]➜  			"en-US/cr/ChangeResourceGroup.json",
2025-08-20T19:15:56.2171557Z [00:02:03.076]➜  			"en-US/cr/CreateArtifactBuildRule.json",
2025-08-20T19:15:56.2171897Z [00:02:03.076]➜  			"en-US/cr/CreateBuildRecordByRecord.json",
2025-08-20T19:15:56.2172215Z [00:02:03.076]➜  			"en-US/cr/CreateBuildRecordByRule.json",
2025-08-20T19:15:56.2172689Z [00:02:03.076]➜  			"en-US/cr/CreateChain.json",
2025-08-20T19:15:56.2173011Z [00:02:03.076]➜  			"en-US/cr/CreateChartNamespace.json",
2025-08-20T19:15:56.2173334Z [00:02:03.076]➜  			"en-US/cr/CreateChartRepository.json",
2025-08-20T19:15:56.2173701Z [00:02:03.076]➜  			"en-US/cr/CreateInstanceEndpointAclPolicy.json",
2025-08-20T19:15:56.2174111Z [00:02:03.076]➜  			"en-US/cr/CreateInstanceVpcEndpointLinkedVpc.json",
2025-08-20T19:15:56.2174419Z [00:02:03.076]➜  			"en-US/cr/CreateNamespace.json",
2025-08-20T19:15:56.2174755Z [00:02:03.076]➜  			"en-US/cr/CreateRepoBuildRule.json",
2025-08-20T19:15:56.2175085Z [00:02:03.076]➜  			"en-US/cr/CreateRepoSourceCodeRepo.json",
2025-08-20T19:15:56.2175389Z [00:02:03.077]➜  			"en-US/cr/CreateRepoSyncRule.json",
2025-08-20T19:15:56.2175684Z [00:02:03.077]➜  			"en-US/cr/CreateRepoSyncTask.json",
2025-08-20T19:15:56.2176001Z [00:02:03.077]➜  			"en-US/cr/CreateRepoSyncTaskByRule.json",
2025-08-20T19:15:56.2176275Z [00:02:03.077]➜  			"en-US/cr/CreateRepoTag.json",
2025-08-20T19:15:56.2176577Z [00:02:03.077]➜  			"en-US/cr/CreateRepoTagScanTask.json",
2025-08-20T19:15:56.2176872Z [00:02:03.077]➜  			"en-US/cr/CreateRepoTrigger.json",
2025-08-20T19:15:56.2177166Z [00:02:03.077]➜  			"en-US/cr/CreateRepository.json",
2025-08-20T19:15:56.2177442Z [00:02:03.077]➜  			"en-US/cr/DeleteChain.json",
2025-08-20T19:15:56.2177764Z [00:02:03.077]➜  			"en-US/cr/DeleteChartNamespace.json",
2025-08-20T19:15:56.2178068Z [00:02:03.077]➜  			"en-US/cr/DeleteChartRelease.json",
2025-08-20T19:15:56.2178608Z [00:02:03.077]➜  			"en-US/cr/DeleteChartRepository.json",
2025-08-20T19:15:56.2178930Z [00:02:03.077]➜  			"en-US/cr/DeleteEventCenterRule.json",
2025-08-20T19:15:56.2179322Z [00:02:03.077]➜  			"en-US/cr/DeleteInstanceEndpointAclPolicy.json",
2025-08-20T19:15:56.2179806Z [00:02:03.077]➜  			"en-US/cr/DeleteInstanceVpcEndpointLinkedVpc.json",
2025-08-20T19:15:56.2180093Z [00:02:03.077]➜  			"en-US/cr/DeleteNamespace.json",
2025-08-20T19:15:56.2180400Z [00:02:03.077]➜  			"en-US/cr/DeleteRepoBuildRule.json",
2025-08-20T19:15:56.2180697Z [00:02:03.077]➜  			"en-US/cr/DeleteRepoSyncRule.json",
2025-08-20T19:15:56.2180991Z [00:02:03.077]➜  			"en-US/cr/DeleteRepoTag.json",
2025-08-20T19:15:56.2181288Z [00:02:03.077]➜  			"en-US/cr/DeleteRepoTrigger.json",
2025-08-20T19:15:56.2181578Z [00:02:03.077]➜  			"en-US/cr/DeleteRepository.json",
2025-08-20T19:15:56.2181884Z [00:02:03.077]➜  			"en-US/cr/GetArtifactBuildRule.json",
2025-08-20T19:15:56.2182211Z [00:02:03.077]➜  			"en-US/cr/GetArtifactBuildTask.json",
2025-08-20T19:15:56.2182752Z [00:02:03.077]➜  			"en-US/cr/GetAuthorizationToken.json",
2025-08-20T19:15:56.2190982Z [00:02:03.077]➜  			"en-US/cr/GetChain.json",
2025-08-20T19:15:56.2191332Z [00:02:03.077]➜  			"en-US/cr/GetChartNamespace.json",
2025-08-20T19:15:56.2191660Z [00:02:03.077]➜  			"en-US/cr/GetChartRepository.json",
2025-08-20T19:15:56.2191940Z [00:02:03.077]➜  			"en-US/cr/GetInstance.json",
2025-08-20T19:15:56.2192242Z [00:02:03.077]➜  			"en-US/cr/GetInstanceCount.json",
2025-08-20T19:15:56.2192717Z [00:02:03.077]➜  			"en-US/cr/GetInstanceEndpoint.json",
2025-08-20T19:15:56.2193021Z [00:02:03.077]➜  			"en-US/cr/GetInstanceUsage.json",
2025-08-20T19:15:56.2193346Z [00:02:03.077]➜  			"en-US/cr/GetInstanceVpcEndpoint.json",
2025-08-20T19:15:56.2193642Z [00:02:03.077]➜  			"en-US/cr/GetNamespace.json",
2025-08-20T19:15:56.2193957Z [00:02:03.077]➜  			"en-US/cr/GetRepoBuildRecord.json",
2025-08-20T19:15:56.2194319Z [00:02:03.077]➜  			"en-US/cr/GetRepoBuildRecordStatus.json",
2025-08-20T19:15:56.2194669Z [00:02:03.077]➜  			"en-US/cr/GetRepoSourceCodeRepo.json",
2025-08-20T19:15:56.2194979Z [00:02:03.077]➜  			"en-US/cr/GetRepoSyncTask.json",
2025-08-20T19:15:56.2195510Z [00:02:03.077]➜  			"en-US/cr/GetRepoTag.json",
2025-08-20T19:15:56.2195797Z [00:02:03.077]➜  			"en-US/cr/GetRepoTagLayers.json",
2025-08-20T19:15:56.2196107Z [00:02:03.077]➜  			"en-US/cr/GetRepoTagManifest.json",
2025-08-20T19:15:56.2196413Z [00:02:03.077]➜  			"en-US/cr/GetRepoTagScanStatus.json",
2025-08-20T19:15:56.2196732Z [00:02:03.077]➜  			"en-US/cr/GetRepoTagScanSummary.json",
2025-08-20T19:15:56.2197014Z [00:02:03.077]➜  			"en-US/cr/GetRepository.json",
2025-08-20T19:15:56.2197355Z [00:02:03.077]➜  			"en-US/cr/ListArtifactBuildTaskLog.json",
2025-08-20T19:15:56.2197615Z [00:02:03.077]➜  			"en-US/cr/ListChain.json",
2025-08-20T19:15:56.2197907Z [00:02:03.077]➜  			"en-US/cr/ListChainInstance.json",
2025-08-20T19:15:56.2198191Z [00:02:03.077]➜  			"en-US/cr/ListChartNamespace.json",
2025-08-20T19:15:56.2198507Z [00:02:03.077]➜  			"en-US/cr/ListChartRelease.json",
2025-08-20T19:15:56.2198822Z [00:02:03.077]➜  			"en-US/cr/ListChartRepository.json",
2025-08-20T19:15:56.2199147Z [00:02:03.077]➜  			"en-US/cr/ListEventCenterRecord.json",
2025-08-20T19:15:56.2199531Z [00:02:03.077]➜  			"en-US/cr/ListEventCenterRuleName.json",
2025-08-20T19:15:56.2199812Z [00:02:03.077]➜  			"en-US/cr/ListInstance.json",
2025-08-20T19:15:56.2200121Z [00:02:03.077]➜  			"en-US/cr/ListInstanceEndpoint.json",
2025-08-20T19:15:56.2200421Z [00:02:03.077]➜  			"en-US/cr/ListInstanceRegion.json",
2025-08-20T19:15:56.2200701Z [00:02:03.077]➜  			"en-US/cr/ListNamespace.json",
2025-08-20T19:15:56.2201007Z [00:02:03.077]➜  			"en-US/cr/ListRepoBuildRecord.json",
2025-08-20T19:15:56.2201322Z [00:02:03.077]➜  			"en-US/cr/ListRepoBuildRecordLog.json",
2025-08-20T19:15:56.2201618Z [00:02:03.077]➜  			"en-US/cr/ListRepoBuildRule.json",
2025-08-20T19:15:56.2201907Z [00:02:03.077]➜  			"en-US/cr/ListRepoSyncRule.json",
2025-08-20T19:15:56.2203606Z [00:02:03.078]➜  			"en-US/cr/ListRepoSyncTask.json",
2025-08-20T19:15:56.2203974Z [00:02:03.078]➜  			"en-US/cr/ListRepoTag.json",
2025-08-20T19:15:56.2204333Z [00:02:03.078]➜  			"en-US/cr/ListRepoTagScanResult.json",
2025-08-20T19:15:56.2204630Z [00:02:03.078]➜  			"en-US/cr/ListRepoTrigger.json",
2025-08-20T19:15:56.2204915Z [00:02:03.078]➜  			"en-US/cr/ListRepository.json",
2025-08-20T19:15:56.2205202Z [00:02:03.078]➜  			"en-US/cr/ListTagResources.json",
2025-08-20T19:15:56.2205521Z [00:02:03.078]➜  			"en-US/cr/ResetLoginPassword.json",
2025-08-20T19:15:56.2205793Z [00:02:03.078]➜  			"en-US/cr/TagResources.json",
2025-08-20T19:15:56.2206077Z [00:02:03.078]➜  			"en-US/cr/UntagResources.json",
2025-08-20T19:15:56.2206339Z [00:02:03.078]➜  			"en-US/cr/UpdateChain.json",
2025-08-20T19:15:56.2206644Z [00:02:03.078]➜  			"en-US/cr/UpdateChartNamespace.json",
2025-08-20T19:15:56.2206958Z [00:02:03.078]➜  			"en-US/cr/UpdateChartRepository.json",
2025-08-20T19:15:56.2207298Z [00:02:03.078]➜  			"en-US/cr/UpdateEventCenterRule.json",
2025-08-20T19:15:56.2207651Z [00:02:03.078]➜  			"en-US/cr/UpdateInstanceEndpointStatus.json",
2025-08-20T19:15:56.2207947Z [00:02:03.078]➜  			"en-US/cr/UpdateNamespace.json",
2025-08-20T19:15:56.2208254Z [00:02:03.078]➜  			"en-US/cr/UpdateRepoBuildRule.json",
2025-08-20T19:15:56.2208639Z [00:02:03.078]➜  			"en-US/cr/UpdateRepoSourceCodeRepo.json",
2025-08-20T19:15:56.2208936Z [00:02:03.078]➜  			"en-US/cr/UpdateRepoTrigger.json",
2025-08-20T19:15:56.2209223Z [00:02:03.078]➜  			"en-US/cr/UpdateRepository.json",
2025-08-20T19:15:56.2209474Z [00:02:03.078]➜  			"en-US/cr/version.json",
2025-08-20T19:15:56.2209749Z [00:02:03.078]➜  			"en-US/cs/AttachInstances.json",
2025-08-20T19:15:56.2210104Z [00:02:03.078]➜  			"en-US/cs/AttachInstancesToNodePool.json",
2025-08-20T19:15:56.2210428Z [00:02:03.078]➜  			"en-US/cs/CancelClusterUpgrade.json",
2025-08-20T19:15:56.2210753Z [00:02:03.078]➜  			"en-US/cs/CancelComponentUpgrade.json",
2025-08-20T19:15:56.2211076Z [00:02:03.078]➜  			"en-US/cs/CancelOperationPlan.json",
2025-08-20T19:15:56.2211354Z [00:02:03.078]➜  			"en-US/cs/CancelTask.json",
2025-08-20T19:15:56.2211890Z [00:02:03.078]➜  			"en-US/cs/CancelWorkflow.json",
2025-08-20T19:15:56.2212249Z [00:02:03.078]➜  			"en-US/cs/CheckControlPlaneLogEnable.json",
2025-08-20T19:15:56.2212778Z [00:02:03.078]➜  			"en-US/cs/CreateAutoscalingConfig.json",
2025-08-20T19:15:56.2216482Z [00:02:03.078]➜  			"en-US/cs/CreateCluster.json",
2025-08-20T19:15:56.2216877Z [00:02:03.078]➜  			"en-US/cs/CreateClusterNodePool.json",
2025-08-20T19:15:56.2217222Z [00:02:03.078]➜  			"en-US/cs/CreateKubernetesTrigger.json",
2025-08-20T19:15:56.2217517Z [00:02:03.078]➜  			"en-US/cs/CreateTemplate.json",
2025-08-20T19:15:56.2217807Z [00:02:03.078]➜  			"en-US/cs/CreateTrigger.json",
2025-08-20T19:15:56.2218103Z [00:02:03.078]➜  			"en-US/cs/DeleteAlertContact.json",
2025-08-20T19:15:56.2218433Z [00:02:03.078]➜  			"en-US/cs/DeleteAlertContactGroup.json",
2025-08-20T19:15:56.2218718Z [00:02:03.078]➜  			"en-US/cs/DeleteCluster.json",
2025-08-20T19:15:56.2219021Z [00:02:03.078]➜  			"en-US/cs/DeleteClusterNodepool.json",
2025-08-20T19:15:56.2219323Z [00:02:03.078]➜  			"en-US/cs/DeleteClusterNodes.json",
2025-08-20T19:15:56.2219650Z [00:02:03.078]➜  			"en-US/cs/DeleteKubernetesTrigger.json",
2025-08-20T19:15:56.2219947Z [00:02:03.078]➜  			"en-US/cs/DeletePolicyInstance.json",
2025-08-20T19:15:56.2220223Z [00:02:03.078]➜  			"en-US/cs/DeleteTemplate.json",
2025-08-20T19:15:56.2220498Z [00:02:03.078]➜  			"en-US/cs/DeleteTrigger.json",
2025-08-20T19:15:56.2220814Z [00:02:03.078]➜  			"en-US/cs/DeployPolicyInstance.json",
2025-08-20T19:15:56.2221104Z [00:02:03.078]➜  			"en-US/cs/DescirbeWorkflow.json",
2025-08-20T19:15:56.2221391Z [00:02:03.078]➜  			"en-US/cs/DescribeAddon.json",
2025-08-20T19:15:56.2221665Z [00:02:03.078]➜  			"en-US/cs/DescribeAddons.json",
2025-08-20T19:15:56.2222030Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterAddonInstance.json",
2025-08-20T19:15:56.2222827Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterAddonMetadata.json",
2025-08-20T19:15:56.2223302Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterAddonUpgradeStatus.json",
2025-08-20T19:15:56.2223747Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterAddonsUpgradeStatus.json",
2025-08-20T19:15:56.2224120Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterAddonsVersion.json",
2025-08-20T19:15:56.2224483Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterAttachScripts.json",
2025-08-20T19:15:56.2224796Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterDetail.json",
2025-08-20T19:15:56.2225115Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterEvents.json",
2025-08-20T19:15:56.2225428Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterLogs.json",
2025-08-20T19:15:56.2225803Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterNodePoolDetail.json",
2025-08-20T19:15:56.2226138Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterNodePools.json",
2025-08-20T19:15:56.2226461Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterNodes.json",
2025-08-20T19:15:56.2226822Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterResources.json",
2025-08-20T19:15:56.2227142Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterTasks.json",
2025-08-20T19:15:56.2227534Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterUserKubeconfig.json",
2025-08-20T19:15:56.2227922Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterV2UserKubeconfig.json",
2025-08-20T19:15:56.2228221Z [00:02:03.078]➜  			"en-US/cs/DescribeClusterVuls.json",
2025-08-20T19:15:56.2228514Z [00:02:03.078]➜  			"en-US/cs/DescribeClusters.json",
2025-08-20T19:15:56.2228821Z [00:02:03.078]➜  			"en-US/cs/DescribeClustersV1.json",
2025-08-20T19:15:56.2229096Z [00:02:03.078]➜  			"en-US/cs/DescribeEvents.json",
2025-08-20T19:15:56.2229404Z [00:02:03.078]➜  			"en-US/cs/DescribeExternalAgent.json",
2025-08-20T19:15:56.2229802Z [00:02:03.078]➜  			"en-US/cs/DescribeKubernetesVersionMetadata.json",
2025-08-20T19:15:56.2230114Z [00:02:03.078]➜  			"en-US/cs/DescribeNodePoolVuls.json",
2025-08-20T19:15:56.2230412Z [00:02:03.078]➜  			"en-US/cs/DescribePolicies.json",
2025-08-20T19:15:56.2230741Z [00:02:03.078]➜  			"en-US/cs/DescribePolicyDetails.json",
2025-08-20T19:15:56.2231145Z [00:02:03.078]➜  			"en-US/cs/DescribePolicyGovernanceInCluster.json",
2025-08-20T19:15:56.2231734Z [00:02:03.078]➜  			"en-US/cs/DescribePolicyInstances.json",
2025-08-20T19:15:56.2232121Z [00:02:03.078]➜  			"en-US/cs/DescribePolicyInstancesStatus.json",
2025-08-20T19:15:56.2232886Z [00:02:03.078]➜  			"en-US/cs/DescribeSubaccountK8sClusterUserConfig.json",
2025-08-20T19:15:56.2233204Z [00:02:03.078]➜  			"en-US/cs/DescribeTaskInfo.json",
2025-08-20T19:15:56.2233540Z [00:02:03.078]➜  			"en-US/cs/DescribeTemplateAttribute.json",
2025-08-20T19:15:56.2233839Z [00:02:03.078]➜  			"en-US/cs/DescribeTemplates.json",
2025-08-20T19:15:56.2234119Z [00:02:03.078]➜  			"en-US/cs/DescribeTrigger.json",
2025-08-20T19:15:56.2234486Z [00:02:03.078]➜  			"en-US/cs/DescribeUserClusterNamespaces.json",
2025-08-20T19:15:56.2234809Z [00:02:03.078]➜  			"en-US/cs/DescribeUserPermission.json",
2025-08-20T19:15:56.2235144Z [00:02:03.078]➜  			"en-US/cs/DescribeUserQuota.json",
2025-08-20T19:15:56.2235444Z [00:02:03.078]➜  			"en-US/cs/DescribeWorkflows.json",
2025-08-20T19:15:56.2235739Z [00:02:03.078]➜  			"en-US/cs/FixNodePoolVuls.json",
2025-08-20T19:15:56.2236046Z [00:02:03.078]➜  			"en-US/cs/GetClusterAddonInstance.json",
2025-08-20T19:15:56.2236326Z [00:02:03.079]➜  			"en-US/cs/GetClusterCheck.json",
2025-08-20T19:15:56.2236636Z [00:02:03.079]➜  			"en-US/cs/GetKubernetesTrigger.json",
2025-08-20T19:15:56.2236930Z [00:02:03.079]➜  			"en-US/cs/GetUpgradeStatus.json",
2025-08-20T19:15:56.2237209Z [00:02:03.079]➜  			"en-US/cs/GrantPermissions.json",
2025-08-20T19:15:56.2237522Z [00:02:03.079]➜  			"en-US/cs/InstallClusterAddons.json",
2025-08-20T19:15:56.2237794Z [00:02:03.079]➜  			"en-US/cs/ListAddons.json",
2025-08-20T19:15:56.2238144Z [00:02:03.079]➜  			"en-US/cs/ListClusterAddonInstances.json",
2025-08-20T19:15:56.2238449Z [00:02:03.079]➜  			"en-US/cs/ListClusterChecks.json",
2025-08-20T19:15:56.2238988Z [00:02:03.079]➜  			"en-US/cs/ListOperationPlans.json",
2025-08-20T19:15:56.2239330Z [00:02:03.079]➜  			"en-US/cs/ListTagResources.json",
2025-08-20T19:15:56.2239635Z [00:02:03.079]➜  			"en-US/cs/MigrateCluster.json",
2025-08-20T19:15:56.2239923Z [00:02:03.079]➜  			"en-US/cs/ModifyCluster.json",
2025-08-20T19:15:56.2240222Z [00:02:03.079]➜  			"en-US/cs/ModifyClusterAddon.json",
2025-08-20T19:15:56.2240559Z [00:02:03.079]➜  			"en-US/cs/ModifyClusterNodePool.json",
2025-08-20T19:15:56.2240868Z [00:02:03.079]➜  			"en-US/cs/ModifyClusterTags.json",
2025-08-20T19:15:56.2241213Z [00:02:03.079]➜  			"en-US/cs/ModifyNodePoolNodeConfig.json",
2025-08-20T19:15:56.2241513Z [00:02:03.079]➜  			"en-US/cs/ModifyPolicyInstance.json",
2025-08-20T19:15:56.2241791Z [00:02:03.079]➜  			"en-US/cs/OpenAckService.json",
2025-08-20T19:15:56.2242096Z [00:02:03.079]➜  			"en-US/cs/PauseClusterUpgrade.json",
2025-08-20T19:15:56.2242611Z [00:02:03.079]➜  			"en-US/cs/PauseComponentUpgrade.json",
2025-08-20T19:15:56.2242922Z [00:02:03.079]➜  			"en-US/cs/PauseTask.json",
2025-08-20T19:15:56.2243254Z [00:02:03.079]➜  			"en-US/cs/RemoveNodePoolNodes.json",
2025-08-20T19:15:56.2243566Z [00:02:03.079]➜  			"en-US/cs/RemoveWorkflow.json",
2025-08-20T19:15:56.2243891Z [00:02:03.079]➜  			"en-US/cs/RepairClusterNodePool.json",
2025-08-20T19:15:56.2244201Z [00:02:03.079]➜  			"en-US/cs/ResumeComponentUpgrade.json",
2025-08-20T19:15:56.2244481Z [00:02:03.079]➜  			"en-US/cs/ResumeTask.json",
2025-08-20T19:15:56.2244805Z [00:02:03.079]➜  			"en-US/cs/ResumeUpgradeCluster.json",
2025-08-20T19:15:56.2245098Z [00:02:03.079]➜  			"en-US/cs/RunClusterCheck.json",
2025-08-20T19:15:56.2245398Z [00:02:03.079]➜  			"en-US/cs/ScaleClusterNodePool.json",
2025-08-20T19:15:56.2245691Z [00:02:03.079]➜  			"en-US/cs/ScanClusterVuls.json",
2025-08-20T19:15:56.2245958Z [00:02:03.079]➜  			"en-US/cs/StartAlert.json",
2025-08-20T19:15:56.2246240Z [00:02:03.079]➜  			"en-US/cs/StartWorkflow.json",
2025-08-20T19:15:56.2246496Z [00:02:03.079]➜  			"en-US/cs/StopAlert.json",
2025-08-20T19:15:56.2246824Z [00:02:03.079]➜  			"en-US/cs/SyncClusterNodePool.json",
2025-08-20T19:15:56.2247097Z [00:02:03.079]➜  			"en-US/cs/TagResources.json",
2025-08-20T19:15:56.2247694Z [00:02:03.079]➜  			"en-US/cs/UnInstallClusterAddons.json",
2025-08-20T19:15:56.2247985Z [00:02:03.079]➜  			"en-US/cs/UntagResources.json",
2025-08-20T19:15:56.2248346Z [00:02:03.079]➜  			"en-US/cs/UpdateContactGroupForAlert.json",
2025-08-20T19:15:56.2248665Z [00:02:03.079]➜  			"en-US/cs/UpdateControlPlaneLog.json",
2025-08-20T19:15:56.2249063Z [00:02:03.079]➜  			"en-US/cs/UpdateK8sClusterUserConfigExpire.json",
2025-08-20T19:15:56.2249370Z [00:02:03.079]➜  			"en-US/cs/UpdateTemplate.json",
2025-08-20T19:15:56.2249665Z [00:02:03.079]➜  			"en-US/cs/UpgradeCluster.json",
2025-08-20T19:15:56.2249971Z [00:02:03.079]➜  			"en-US/cs/UpgradeClusterAddons.json",
2025-08-20T19:15:56.2250295Z [00:02:03.079]➜  			"en-US/cs/UpgradeClusterNodepool.json",
2025-08-20T19:15:56.2250563Z [00:02:03.079]➜  			"en-US/cs/version.json",
2025-08-20T19:15:56.2250852Z [00:02:03.079]➜  			"en-US/dcdn/AddDcdnDomain.json",
2025-08-20T19:15:56.2251158Z [00:02:03.079]➜  			"en-US/dcdn/AddDcdnIpaDomain.json",
2025-08-20T19:15:56.2251480Z [00:02:03.079]➜  			"en-US/dcdn/BatchAddDcdnDomain.json",
2025-08-20T19:15:56.2251824Z [00:02:03.079]➜  			"en-US/dcdn/BatchCreateDcdnWafRules.json",
2025-08-20T19:15:56.2252187Z [00:02:03.079]➜  			"en-US/dcdn/BatchDeleteDcdnDomainConfigs.json",
2025-08-20T19:15:56.2252770Z [00:02:03.079]➜  			"en-US/dcdn/BatchDeleteDcdnWafRules.json",
2025-08-20T19:15:56.2253122Z [00:02:03.079]➜  			"en-US/dcdn/BatchModifyDcdnWafRules.json",
2025-08-20T19:15:56.2253423Z [00:02:03.079]➜  			"en-US/dcdn/BatchPutDcdnKv.json",
2025-08-20T19:15:56.2253816Z [00:02:03.079]➜  			"en-US/dcdn/BatchSetDcdnDomainCertificate.json",
2025-08-20T19:15:56.2254173Z [00:02:03.079]➜  			"en-US/dcdn/BatchSetDcdnDomainConfigs.json",
2025-08-20T19:15:56.2254546Z [00:02:03.079]➜  			"en-US/dcdn/BatchSetDcdnIpaDomainConfigs.json",
2025-08-20T19:15:56.2255217Z [00:02:03.079]➜  			"en-US/dcdn/BatchSetDcdnWafDomainConfigs.json",
2025-08-20T19:15:56.2255607Z [00:02:03.079]➜  			"en-US/dcdn/BatchStartDcdnDomain.json",
2025-08-20T19:15:56.2255942Z [00:02:03.079]➜  			"en-US/dcdn/BatchStopDcdnDomain.json",
2025-08-20T19:15:56.2256274Z [00:02:03.079]➜  			"en-US/dcdn/CheckDcdnProjectExist.json",
2025-08-20T19:15:56.2256620Z [00:02:03.079]➜  			"en-US/dcdn/CommitStagingRoutineCode.json",
2025-08-20T19:15:56.2257035Z [00:02:03.079]➜  			"en-US/dcdn/CreateDcdnCertificateSigningRequest.json",
2025-08-20T19:15:56.2257359Z [00:02:03.079]➜  			"en-US/dcdn/CreateDcdnDeliverTask.json",
2025-08-20T19:15:56.2257749Z [00:02:03.079]➜  			"en-US/dcdn/CreateDcdnSLSRealTimeLogDelivery.json",
2025-08-20T19:15:56.2258054Z [00:02:03.079]➜  			"en-US/dcdn/CreateDcdnSubTask.json",
2025-08-20T19:15:56.2258356Z [00:02:03.079]➜  			"en-US/dcdn/CreateDcdnWafGroup.json",
2025-08-20T19:15:56.2258668Z [00:02:03.079]➜  			"en-US/dcdn/CreateDcdnWafPolicy.json",
2025-08-20T19:15:56.2258958Z [00:02:03.079]➜  			"en-US/dcdn/CreateRoutine.json",
2025-08-20T19:15:56.2259289Z [00:02:03.079]➜  			"en-US/dcdn/CreateSlrAndSlsProject.json",
2025-08-20T19:15:56.2259616Z [00:02:03.079]➜  			"en-US/dcdn/DeleteDcdnDeliverTask.json",
2025-08-20T19:15:56.2259909Z [00:02:03.079]➜  			"en-US/dcdn/DeleteDcdnDomain.json",
2025-08-20T19:15:56.2260206Z [00:02:03.079]➜  			"en-US/dcdn/DeleteDcdnIpaDomain.json",
2025-08-20T19:15:56.2260567Z [00:02:03.079]➜  			"en-US/dcdn/DeleteDcdnIpaSpecificConfig.json",
2025-08-20T19:15:56.2260848Z [00:02:03.079]➜  			"en-US/dcdn/DeleteDcdnKv.json",
2025-08-20T19:15:56.2261173Z [00:02:03.079]➜  			"en-US/dcdn/DeleteDcdnKvNamespace.json",
2025-08-20T19:15:56.2261528Z [00:02:03.079]➜  			"en-US/dcdn/DeleteDcdnRealTimeLogProject.json",
2025-08-20T19:15:56.2261863Z [00:02:03.079]➜  			"en-US/dcdn/DeleteDcdnSpecificConfig.json",
2025-08-20T19:15:56.2262240Z [00:02:03.079]➜  			"en-US/dcdn/DeleteDcdnSpecificStagingConfig.json",
2025-08-20T19:15:56.2264945Z [00:02:03.079]➜  			"en-US/dcdn/DeleteDcdnSubTask.json",
2025-08-20T19:15:56.2265325Z [00:02:03.079]➜  			"en-US/dcdn/DeleteDcdnUserConfig.json",
2025-08-20T19:15:56.2265884Z [00:02:03.079]➜  			"en-US/dcdn/DeleteDcdnWafGroup.json",
2025-08-20T19:15:56.2266190Z [00:02:03.079]➜  			"en-US/dcdn/DeleteDcdnWafPolicy.json",
2025-08-20T19:15:56.2266473Z [00:02:03.079]➜  			"en-US/dcdn/DeleteRoutine.json",
2025-08-20T19:15:56.2266806Z [00:02:03.079]➜  			"en-US/dcdn/DeleteRoutineCodeRevision.json",
2025-08-20T19:15:56.2267130Z [00:02:03.079]➜  			"en-US/dcdn/DeleteRoutineConfEnvs.json",
2025-08-20T19:15:56.2267450Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnAclFields.json",
2025-08-20T19:15:56.2267771Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnBgpBpsData.json",
2025-08-20T19:15:56.2268110Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnBgpTrafficData.json",
2025-08-20T19:15:56.2268457Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnBlockedRegions.json",
2025-08-20T19:15:56.2268824Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnCertificateDetail.json",
2025-08-20T19:15:56.2269195Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnCertificateList.json",
2025-08-20T19:15:56.2269539Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDdosService.json",
2025-08-20T19:15:56.2269890Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDdosSpecInfo.json",
2025-08-20T19:15:56.2270238Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDeletedDomains.json",
2025-08-20T19:15:56.2270819Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDeliverList.json",
2025-08-20T19:15:56.2271394Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainBpsData.json",
2025-08-20T19:15:56.2271799Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainBpsDataByLayer.json",
2025-08-20T19:15:56.2272640Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainByCertificate.json",
2025-08-20T19:15:56.2295514Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainCcActivityLog.json",
2025-08-20T19:15:56.2295956Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainCertificateInfo.json",
2025-08-20T19:15:56.2296544Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainCname.json",
2025-08-20T19:15:56.2296944Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainConfigs.json",
2025-08-20T19:15:56.2297319Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainDetail.json",
2025-08-20T19:15:56.2297715Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainHitRateData.json",
2025-08-20T19:15:56.2298107Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainHttpCodeData.json",
2025-08-20T19:15:56.2298551Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json",
2025-08-20T19:15:56.2298912Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainIpaBpsData.json",
2025-08-20T19:15:56.2299291Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainIpaConnData.json",
2025-08-20T19:15:56.2299686Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainIpaTrafficData.json",
2025-08-20T19:15:56.2300029Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainIspData.json",
2025-08-20T19:15:56.2300332Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainLog.json",
2025-08-20T19:15:56.2300731Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainMultiUsageData.json",
2025-08-20T19:15:56.2301116Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainOriginBpsData.json",
2025-08-20T19:15:56.2336571Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainOriginTrafficData.json",
2025-08-20T19:15:56.2337091Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainProperty.json",
2025-08-20T19:15:56.2337468Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainPvData.json",
2025-08-20T19:15:56.2337813Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainQpsData.json",
2025-08-20T19:15:56.2338220Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainQpsDataByLayer.json",
2025-08-20T19:15:56.2338622Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainRealTimeBpsData.json",
2025-08-20T19:15:56.2339123Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:56.2339550Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainRealTimeDetailData.json",
2025-08-20T19:15:56.2340020Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:56.2340413Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainRealTimeQpsData.json",
2025-08-20T19:15:56.2341149Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:56.2341571Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:56.2342066Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json",
2025-08-20T19:15:56.2342722Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:56.2343174Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainRealTimeTrafficData.json",
2025-08-20T19:15:56.2343551Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainRegionData.json",
2025-08-20T19:15:56.2343958Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainStagingConfig.json",
2025-08-20T19:15:56.2344344Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainTopReferVisit.json",
2025-08-20T19:15:56.2344739Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainTopUrlVisit.json",
2025-08-20T19:15:56.2345100Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainTrafficData.json",
2025-08-20T19:15:56.2345460Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainUsageData.json",
2025-08-20T19:15:56.2345785Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainUvData.json",
2025-08-20T19:15:56.2346204Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainWebsocketBpsData.json",
2025-08-20T19:15:56.2346668Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json",
2025-08-20T19:15:56.2347124Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainWebsocketTrafficData.json",
2025-08-20T19:15:56.2347488Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnDomainsBySource.json",
2025-08-20T19:15:56.2347834Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnErUsageData.json",
2025-08-20T19:15:56.2348257Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json",
2025-08-20T19:15:56.2348997Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json",
2025-08-20T19:15:56.2349363Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnHttpsDomainList.json",
2025-08-20T19:15:56.2349689Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnIpInfo.json",
2025-08-20T19:15:56.2350031Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnIpaDomainCidr.json",
2025-08-20T19:15:56.2350411Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnIpaDomainConfigs.json",
2025-08-20T19:15:56.2350766Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnIpaDomainDetail.json",
2025-08-20T19:15:56.2351094Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnIpaService.json",
2025-08-20T19:15:56.2351433Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnIpaUserDomains.json",
2025-08-20T19:15:56.2351744Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnKvAccount.json",
2025-08-20T19:15:56.2352083Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnKvAccountStatus.json",
2025-08-20T19:15:56.2352590Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnKvNamespace.json",
2025-08-20T19:15:56.2352934Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnL2Ips.json",
2025-08-20T19:15:56.2353242Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnL2Vips.json",
2025-08-20T19:15:56.2353670Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnOriginSiteHealthStatus.json",
2025-08-20T19:15:56.2354075Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnRealTimeDeliveryField.json",
2025-08-20T19:15:56.2354425Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnRefreshQuota.json",
2025-08-20T19:15:56.2354781Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnRefreshTaskById.json",
2025-08-20T19:15:56.2355111Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnRefreshTasks.json",
2025-08-20T19:15:56.2355439Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnRegionAndIsp.json",
2025-08-20T19:15:56.2355738Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnReport.json",
2025-08-20T19:15:56.2356048Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnReportList.json",
2025-08-20T19:15:56.2356418Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnSLSRealTimeLogType.json",
2025-08-20T19:15:56.2356833Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json",
2025-08-20T19:15:56.2357222Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnSMCertificateDetail.json",
2025-08-20T19:15:56.2357842Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnSMCertificateList.json",
2025-08-20T19:15:56.2358222Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnSSLCertificateList.json",
2025-08-20T19:15:56.2358546Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnSecFuncInfo.json",
2025-08-20T19:15:56.2358878Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnSecSpecInfo.json",
2025-08-20T19:15:56.2359179Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnService.json",
2025-08-20T19:15:56.2359498Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnStagingIp.json",
2025-08-20T19:15:56.2359794Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnSubList.json",
2025-08-20T19:15:56.2360130Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnTagResources.json",
2025-08-20T19:15:56.2360484Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnTopDomainsByFlow.json",
2025-08-20T19:15:56.2360853Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnUserBillHistory.json",
2025-08-20T19:15:56.2361184Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnUserBillType.json",
2025-08-20T19:15:56.2361634Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnUserCertificateExpireCount.json",
2025-08-20T19:15:56.2361957Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnUserConfigs.json",
2025-08-20T19:15:56.2362291Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnUserDomains.json",
2025-08-20T19:15:56.2362909Z [00:02:03.079]➜  			"en-US/dcdn/DescribeDcdnUserDomainsByFunc.json",
2025-08-20T19:15:56.2363262Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnUserQuota.json",
2025-08-20T19:15:56.2363711Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnUserRealTimeDeliveryField.json",
2025-08-20T19:15:56.2364107Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnUserResourcePackage.json",
2025-08-20T19:15:56.2364436Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnUserSecDrop.json",
2025-08-20T19:15:56.2365156Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnUserSecDropByMinute.json",
2025-08-20T19:15:56.2365532Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnUserTags.json",
2025-08-20T19:15:56.2365972Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnUserVipsByDomain.json",
2025-08-20T19:15:56.2366320Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnVerifyContent.json",
2025-08-20T19:15:56.2366668Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafBotAppKey.json",
2025-08-20T19:15:56.2367003Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafDefaultRules.json",
2025-08-20T19:15:56.2367321Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafDomain.json",
2025-08-20T19:15:56.2367687Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafDomainDetail.json",
2025-08-20T19:15:56.2368020Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafDomains.json",
2025-08-20T19:15:56.2368362Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafFilterInfo.json",
2025-08-20T19:15:56.2368725Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafGeoInfo.json",
2025-08-20T19:15:56.2369075Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafGroup.json",
2025-08-20T19:15:56.2369429Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafGroups.json",
2025-08-20T19:15:56.2369751Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafLogs.json",
2025-08-20T19:15:56.2370088Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafPolicies.json",
2025-08-20T19:15:56.2370404Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafPolicy.json",
2025-08-20T19:15:56.2370758Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafPolicyDomains.json",
2025-08-20T19:15:56.2371139Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafPolicyValidDomains.json",
2025-08-20T19:15:56.2371436Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafRule.json",
2025-08-20T19:15:56.2371740Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafRules.json",
2025-08-20T19:15:56.2372036Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafScenes.json",
2025-08-20T19:15:56.2372344Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafService.json",
2025-08-20T19:15:56.2372871Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafSpecInfo.json",
2025-08-20T19:15:56.2373248Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnWafUsageData.json",
2025-08-20T19:15:56.2373555Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDcdnsecService.json",
2025-08-20T19:15:56.2374114Z [00:02:03.080]➜  			"en-US/dcdn/DescribeDdosAllEventList.json",
2025-08-20T19:15:56.2374452Z [00:02:03.080]➜  			"en-US/dcdn/DescribeEncryptRoutineUid.json",
2025-08-20T19:15:56.2374766Z [00:02:03.080]➜  			"en-US/dcdn/DescribeHighlightInfo.json",
2025-08-20T19:15:56.2375066Z [00:02:03.080]➜  			"en-US/dcdn/DescribeKvUsageData.json",
2025-08-20T19:15:56.2375385Z [00:02:03.080]➜  			"en-US/dcdn/DescribeRDDomainConfig.json",
2025-08-20T19:15:56.2375666Z [00:02:03.080]➜  			"en-US/dcdn/DescribeRoutine.json",
2025-08-20T19:15:56.2376005Z [00:02:03.080]➜  			"en-US/dcdn/DescribeRoutineCanaryEnvs.json",
2025-08-20T19:15:56.2376351Z [00:02:03.080]➜  			"en-US/dcdn/DescribeRoutineCodeRevision.json",
2025-08-20T19:15:56.2376717Z [00:02:03.080]➜  			"en-US/dcdn/DescribeRoutineRelatedDomains.json",
2025-08-20T19:15:56.2377184Z [00:02:03.080]➜  			"en-US/dcdn/DescribeRoutineSpec.json",
2025-08-20T19:15:56.2377514Z [00:02:03.080]➜  			"en-US/dcdn/DescribeRoutineUserInfo.json",
2025-08-20T19:15:56.2377852Z [00:02:03.080]➜  			"en-US/dcdn/DescribeUserDcdnIpaStatus.json",
2025-08-20T19:15:56.2378158Z [00:02:03.080]➜  			"en-US/dcdn/DescribeUserDcdnStatus.json",
2025-08-20T19:15:56.2378452Z [00:02:03.080]➜  			"en-US/dcdn/DescribeUserErStatus.json",
2025-08-20T19:15:56.2378806Z [00:02:03.080]➜  			"en-US/dcdn/DescribeUserLogserviceStatus.json",
2025-08-20T19:15:56.2379079Z [00:02:03.080]➜  			"en-US/dcdn/EditRoutineConf.json",
2025-08-20T19:15:56.2379349Z [00:02:03.080]➜  			"en-US/dcdn/GetDcdnKv.json",
2025-08-20T19:15:56.2379637Z [00:02:03.080]➜  			"en-US/dcdn/GetDcdnKvStatus.json",
2025-08-20T19:15:56.2379943Z [00:02:03.080]➜  			"en-US/dcdn/ListDcdnKv.json",
2025-08-20T19:15:56.2380329Z [00:02:03.080]➜  			"en-US/dcdn/ListDcdnRealTimeDeliveryProject.json",
2025-08-20T19:15:56.2380730Z [00:02:03.080]➜  			"en-US/dcdn/ModifyDCdnDomainSchdmByProperty.json",
2025-08-20T19:15:56.2381039Z [00:02:03.080]➜  			"en-US/dcdn/ModifyDcdnWafGroup.json",
2025-08-20T19:15:56.2381386Z [00:02:03.080]➜  			"en-US/dcdn/ModifyDcdnWafPolicy.json",
2025-08-20T19:15:56.2381744Z [00:02:03.080]➜  			"en-US/dcdn/ModifyDcdnWafPolicyDomains.json",
2025-08-20T19:15:56.2382063Z [00:02:03.080]➜  			"en-US/dcdn/ModifyDcdnWafRule.json",
2025-08-20T19:15:56.2382366Z [00:02:03.080]➜  			"en-US/dcdn/OpenDcdnService.json",
2025-08-20T19:15:56.2383020Z [00:02:03.080]➜  			"en-US/dcdn/PreloadDcdnObjectCaches.json",
2025-08-20T19:15:56.2383481Z [00:02:03.080]➜  			"en-US/dcdn/PublishDcdnStagingConfigToProduction.json",
2025-08-20T19:15:56.2383855Z [00:02:03.080]➜  			"en-US/dcdn/PublishRoutineCodeRevision.json",
2025-08-20T19:15:56.2384130Z [00:02:03.080]➜  			"en-US/dcdn/PutDcdnKv.json",
2025-08-20T19:15:56.2384435Z [00:02:03.080]➜  			"en-US/dcdn/PutDcdnKvNamespace.json",
2025-08-20T19:15:56.2384780Z [00:02:03.080]➜  			"en-US/dcdn/RefreshDcdnObjectCaches.json",
2025-08-20T19:15:56.2385108Z [00:02:03.080]➜  			"en-US/dcdn/RefreshErObjectCaches.json",
2025-08-20T19:15:56.2385446Z [00:02:03.080]➜  			"en-US/dcdn/RollbackDcdnStagingConfig.json",
2025-08-20T19:15:56.2386128Z [00:02:03.080]➜  			"en-US/dcdn/SetDcdnDomainCSRCertificate.json",
2025-08-20T19:15:56.2386477Z [00:02:03.080]➜  			"en-US/dcdn/SetDcdnDomainCertificate.json",
2025-08-20T19:15:56.2386841Z [00:02:03.080]➜  			"en-US/dcdn/SetDcdnDomainSMCertificate.json",
2025-08-20T19:15:56.2393125Z [00:02:03.080]➜  			"en-US/dcdn/SetDcdnDomainSSLCertificate.json",
2025-08-20T19:15:56.2393563Z [00:02:03.080]➜  			"en-US/dcdn/SetDcdnDomainStagingConfig.json",
2025-08-20T19:15:56.2393910Z [00:02:03.080]➜  			"en-US/dcdn/SetDcdnFullDomainsBlockIP.json",
2025-08-20T19:15:56.2394213Z [00:02:03.080]➜  			"en-US/dcdn/SetDcdnUserConfig.json",
2025-08-20T19:15:56.2394519Z [00:02:03.080]➜  			"en-US/dcdn/SetRoutineSubdomain.json",
2025-08-20T19:15:56.2394800Z [00:02:03.080]➜  			"en-US/dcdn/StartDcdnDomain.json",
2025-08-20T19:15:56.2395131Z [00:02:03.080]➜  			"en-US/dcdn/StartDcdnIpaDomain.json",
2025-08-20T19:15:56.2395426Z [00:02:03.080]➜  			"en-US/dcdn/StopDcdnDomain.json",
2025-08-20T19:15:56.2395752Z [00:02:03.080]➜  			"en-US/dcdn/StopDcdnIpaDomain.json",
2025-08-20T19:15:56.2396051Z [00:02:03.080]➜  			"en-US/dcdn/TagDcdnResources.json",
2025-08-20T19:15:56.2396347Z [00:02:03.080]➜  			"en-US/dcdn/UntagDcdnResources.json",
2025-08-20T19:15:56.2396658Z [00:02:03.080]➜  			"en-US/dcdn/UpdateDcdnDeliverTask.json",
2025-08-20T19:15:56.2396952Z [00:02:03.080]➜  			"en-US/dcdn/UpdateDcdnDomain.json",
2025-08-20T19:15:56.2397260Z [00:02:03.080]➜  			"en-US/dcdn/UpdateDcdnIpaDomain.json",
2025-08-20T19:15:56.2397662Z [00:02:03.080]➜  			"en-US/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json",
2025-08-20T19:15:56.2397958Z [00:02:03.080]➜  			"en-US/dcdn/UpdateDcdnSubTask.json",
2025-08-20T19:15:56.2398363Z [00:02:03.080]➜  			"en-US/dcdn/UpdateDcdnUserRealTimeDeliveryField.json",
2025-08-20T19:15:56.2398883Z [00:02:03.080]➜  			"en-US/dcdn/UploadRoutineCode.json",
2025-08-20T19:15:56.2399247Z [00:02:03.080]➜  			"en-US/dcdn/UploadStagingRoutineCode.json",
2025-08-20T19:15:56.2399581Z [00:02:03.080]➜  			"en-US/dcdn/VerifyDcdnDomainOwner.json",
2025-08-20T19:15:56.2399848Z [00:02:03.080]➜  			"en-US/dcdn/version.json",
2025-08-20T19:15:56.2400153Z [00:02:03.080]➜  			"en-US/ddoscoo/AddAutoCcBlacklist.json",
2025-08-20T19:15:56.2400472Z [00:02:03.080]➜  			"en-US/ddoscoo/AddAutoCcWhitelist.json",
2025-08-20T19:15:56.2400775Z [00:02:03.080]➜  			"en-US/ddoscoo/AssociateWebCert.json",
2025-08-20T19:15:56.2401137Z [00:02:03.080]➜  			"en-US/ddoscoo/AttachSceneDefenseObject.json",
2025-08-20T19:15:56.2401442Z [00:02:03.080]➜  			"en-US/ddoscoo/ConfigL7RsPolicy.json",
2025-08-20T19:15:56.2401763Z [00:02:03.080]➜  			"en-US/ddoscoo/ConfigLayer4Remark.json",
2025-08-20T19:15:56.2402105Z [00:02:03.080]➜  			"en-US/ddoscoo/ConfigLayer4RuleBakMode.json",
2025-08-20T19:15:56.2414589Z [00:02:03.080]➜  			"en-US/ddoscoo/ConfigLayer4RulePolicy.json",
2025-08-20T19:15:56.2415053Z [00:02:03.080]➜  			"en-US/ddoscoo/ConfigNetworkRegionBlock.json",
2025-08-20T19:15:56.2415422Z [00:02:03.080]➜  			"en-US/ddoscoo/ConfigNetworkRules.json",
2025-08-20T19:15:56.2415747Z [00:02:03.080]➜  			"en-US/ddoscoo/ConfigUdpReflect.json",
2025-08-20T19:15:56.2416088Z [00:02:03.080]➜  			"en-US/ddoscoo/ConfigWebCCTemplate.json",
2025-08-20T19:15:56.2416398Z [00:02:03.080]➜  			"en-US/ddoscoo/ConfigWebIpSet.json",
2025-08-20T19:15:56.2416711Z [00:02:03.080]➜  			"en-US/ddoscoo/CreateAsyncTask.json",
2025-08-20T19:15:56.2417045Z [00:02:03.080]➜  			"en-US/ddoscoo/CreateDomainResource.json",
2025-08-20T19:15:56.2417370Z [00:02:03.080]➜  			"en-US/ddoscoo/CreateNetworkRules.json",
2025-08-20T19:15:56.2417659Z [00:02:03.080]➜  			"en-US/ddoscoo/CreatePort.json",
2025-08-20T19:15:56.2418327Z [00:02:03.080]➜  			"en-US/ddoscoo/CreateSceneDefensePolicy.json",
2025-08-20T19:15:56.2418921Z [00:02:03.080]➜  			"en-US/ddoscoo/CreateSchedulerRule.json",
2025-08-20T19:15:56.2419306Z [00:02:03.080]➜  			"en-US/ddoscoo/CreateTagResources.json",
2025-08-20T19:15:56.2419724Z [00:02:03.080]➜  			"en-US/ddoscoo/CreateWebCCRule.json",
2025-08-20T19:15:56.2420321Z [00:02:03.080]➜  			"en-US/ddoscoo/CreateWebRule.json",
2025-08-20T19:15:56.2420650Z [00:02:03.080]➜  			"en-US/ddoscoo/DeleteAsyncTask.json",
2025-08-20T19:15:56.2421007Z [00:02:03.080]➜  			"en-US/ddoscoo/DeleteAutoCcBlacklist.json",
2025-08-20T19:15:56.2421342Z [00:02:03.080]➜  			"en-US/ddoscoo/DeleteAutoCcWhitelist.json",
2025-08-20T19:15:56.2421663Z [00:02:03.080]➜  			"en-US/ddoscoo/DeleteDomainResource.json",
2025-08-20T19:15:56.2421975Z [00:02:03.080]➜  			"en-US/ddoscoo/DeleteNetworkRule.json",
2025-08-20T19:15:56.2422266Z [00:02:03.080]➜  			"en-US/ddoscoo/DeletePort.json",
2025-08-20T19:15:56.2422865Z [00:02:03.080]➜  			"en-US/ddoscoo/DeleteSceneDefensePolicy.json",
2025-08-20T19:15:56.2423195Z [00:02:03.080]➜  			"en-US/ddoscoo/DeleteSchedulerRule.json",
2025-08-20T19:15:56.2423539Z [00:02:03.080]➜  			"en-US/ddoscoo/DeleteTagResources.json",
2025-08-20T19:15:56.2423833Z [00:02:03.080]➜  			"en-US/ddoscoo/DeleteWebCCRule.json",
2025-08-20T19:15:56.2424209Z [00:02:03.080]➜  			"en-US/ddoscoo/DeleteWebCacheCustomRule.json",
2025-08-20T19:15:56.2424578Z [00:02:03.080]➜  			"en-US/ddoscoo/DeleteWebPreciseAccessRule.json",
2025-08-20T19:15:56.2424875Z [00:02:03.080]➜  			"en-US/ddoscoo/DeleteWebRule.json",
2025-08-20T19:15:56.2425184Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeAsyncTasks.json",
2025-08-20T19:15:56.2425577Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeAttackAnalysisMaxQps.json",
2025-08-20T19:15:56.2425927Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeAutoCcBlacklist.json",
2025-08-20T19:15:56.2426276Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeAutoCcListCount.json",
2025-08-20T19:15:56.2426612Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeAutoCcWhitelist.json",
2025-08-20T19:15:56.2426949Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeBackSourceCidr.json",
2025-08-20T19:15:56.2427524Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeBlackholeStatus.json",
2025-08-20T19:15:56.2427904Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeBlockStatus.json",
2025-08-20T19:15:56.2428231Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeCerts.json",
2025-08-20T19:15:56.2428558Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeCnameReuses.json",
2025-08-20T19:15:56.2428878Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDDoSEvents.json",
2025-08-20T19:15:56.2429233Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDDosAllEventList.json",
2025-08-20T19:15:56.2429563Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDDosEventArea.json",
2025-08-20T19:15:56.2429941Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDDosEventAttackType.json",
2025-08-20T19:15:56.2430277Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDDosEventIsp.json",
2025-08-20T19:15:56.2430614Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDDosEventMax.json",
2025-08-20T19:15:56.2430958Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDDosEventSrcIp.json",
2025-08-20T19:15:56.2431372Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDefenseCountStatistics.json",
2025-08-20T19:15:56.2431714Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDefenseRecords.json",
2025-08-20T19:15:56.2432102Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDomainAttackEvents.json",
2025-08-20T19:15:56.2432641Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDomainOverview.json",
2025-08-20T19:15:56.2433009Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDomainQPSList.json",
2025-08-20T19:15:56.2433375Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDomainQpsWithCache.json",
2025-08-20T19:15:56.2433721Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDomainResource.json",
2025-08-20T19:15:56.2434100Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDomainStatusCodeCount.json",
2025-08-20T19:15:56.2434471Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDomainStatusCodeList.json",
2025-08-20T19:15:56.2434837Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDomainTopAttackList.json",
2025-08-20T19:15:56.2435256Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDomainViewSourceCountries.json",
2025-08-20T19:15:56.2435686Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDomainViewSourceProvinces.json",
2025-08-20T19:15:56.2436071Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDomainViewTopCostTime.json",
2025-08-20T19:15:56.2436701Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDomainViewTopUrl.json",
2025-08-20T19:15:56.2437029Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeDomains.json",
2025-08-20T19:15:56.2437433Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeElasticBandwidthSpec.json",
2025-08-20T19:15:56.2437803Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeHealthCheckList.json",
2025-08-20T19:15:56.2438188Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeHealthCheckStatus.json",
2025-08-20T19:15:56.2438565Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeInstanceDetails.json",
2025-08-20T19:15:56.2438912Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeInstanceExt.json",
2025-08-20T19:15:56.2439253Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeInstanceIds.json",
2025-08-20T19:15:56.2439612Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeInstanceSpecs.json",
2025-08-20T19:15:56.2439990Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeInstanceStatistics.json",
2025-08-20T19:15:56.2440348Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeInstanceStatus.json",
2025-08-20T19:15:56.2440667Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeInstances.json",
2025-08-20T19:15:56.2440987Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeL7RsPolicy.json",
2025-08-20T19:15:56.2441331Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeLayer4RulePolicy.json",
2025-08-20T19:15:56.2441706Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeLogStoreExistStatus.json",
2025-08-20T19:15:56.2442071Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeNetworkRegionBlock.json",
2025-08-20T19:15:56.2455961Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeNetworkRuleAttributes.json",
2025-08-20T19:15:56.2457533Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeNetworkRules.json",
2025-08-20T19:15:56.2458778Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeOpEntities.json",
2025-08-20T19:15:56.2460559Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribePort.json",
2025-08-20T19:15:56.2462010Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribePortAttackMaxFlow.json",
2025-08-20T19:15:56.2463224Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribePortAutoCcStatus.json",
2025-08-20T19:15:56.2464553Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribePortConnsCount.json",
2025-08-20T19:15:56.2465772Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribePortConnsList.json",
2025-08-20T19:15:56.2467011Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribePortFlowList.json",
2025-08-20T19:15:56.2468235Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribePortMaxConns.json",
2025-08-20T19:15:56.2468678Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribePortViewSourceCountries.json",
2025-08-20T19:15:56.2469052Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribePortViewSourceIsps.json",
2025-08-20T19:15:56.2469464Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribePortViewSourceProvinces.json",
2025-08-20T19:15:56.2469827Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeSceneDefenseObjects.json",
2025-08-20T19:15:56.2470264Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeSceneDefensePolicies.json",
2025-08-20T19:15:56.2470592Z [00:02:03.080]➜  			"en-US/ddoscoo/DescribeSchedulerRules.json",
2025-08-20T19:15:56.2470925Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeSlaEventList.json",
2025-08-20T19:15:56.2471244Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeSlsAuthStatus.json",
2025-08-20T19:15:56.2471583Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeSlsLogstoreInfo.json",
2025-08-20T19:15:56.2471906Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeSlsOpenStatus.json",
2025-08-20T19:15:56.2472246Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeStsGrantStatus.json",
2025-08-20T19:15:56.2472724Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeSystemLog.json",
2025-08-20T19:15:56.2473047Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeTagKeys.json",
2025-08-20T19:15:56.2473370Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeTagResources.json",
2025-08-20T19:15:56.2473691Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeUdpReflect.json",
2025-08-20T19:15:56.2474060Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeUnBlackholeCount.json",
2025-08-20T19:15:56.2474395Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeUnBlockCount.json",
2025-08-20T19:15:56.2475075Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeWebAccessLogDispatchStatus.json",
2025-08-20T19:15:56.2475471Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeWebAccessLogEmptyCount.json",
2025-08-20T19:15:56.2475832Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeWebAccessLogStatus.json",
2025-08-20T19:15:56.2476162Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeWebAccessMode.json",
2025-08-20T19:15:56.2476516Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeWebAreaBlockConfigs.json",
2025-08-20T19:15:56.2476828Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeWebCCRules.json",
2025-08-20T19:15:56.2477162Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeWebCacheConfigs.json",
2025-08-20T19:15:56.2477527Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeWebCcProtectSwitch.json",
2025-08-20T19:15:56.2477853Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeWebCustomPorts.json",
2025-08-20T19:15:56.2478245Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeWebInstanceRelations.json",
2025-08-20T19:15:56.2478618Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeWebPreciseAccessRule.json",
2025-08-20T19:15:56.2478935Z [00:02:03.081]➜  			"en-US/ddoscoo/DescribeWebRules.json",
2025-08-20T19:15:56.2479270Z [00:02:03.081]➜  			"en-US/ddoscoo/DetachSceneDefenseObject.json",
2025-08-20T19:15:56.2479621Z [00:02:03.081]➜  			"en-US/ddoscoo/DisableSceneDefensePolicy.json",
2025-08-20T19:15:56.2480027Z [00:02:03.081]➜  			"en-US/ddoscoo/DisableWebAccessLogConfig.json",
2025-08-20T19:15:56.2480315Z [00:02:03.081]➜  			"en-US/ddoscoo/DisableWebCC.json",
2025-08-20T19:15:56.2480601Z [00:02:03.081]➜  			"en-US/ddoscoo/DisableWebCCRule.json",
2025-08-20T19:15:56.2480917Z [00:02:03.081]➜  			"en-US/ddoscoo/EmptyAutoCcBlacklist.json",
2025-08-20T19:15:56.2481221Z [00:02:03.081]➜  			"en-US/ddoscoo/EmptyAutoCcWhitelist.json",
2025-08-20T19:15:56.2481511Z [00:02:03.081]➜  			"en-US/ddoscoo/EmptySlsLogstore.json",
2025-08-20T19:15:56.2482039Z [00:02:03.081]➜  			"en-US/ddoscoo/EnableSceneDefensePolicy.json",
2025-08-20T19:15:56.2482568Z [00:02:03.081]➜  			"en-US/ddoscoo/EnableWebAccessLogConfig.json",
2025-08-20T19:15:56.2503987Z [00:02:03.081]➜  			"en-US/ddoscoo/EnableWebCC.json",
2025-08-20T19:15:56.2504393Z [00:02:03.081]➜  			"en-US/ddoscoo/EnableWebCCRule.json",
2025-08-20T19:15:56.2504753Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyBlackholeStatus.json",
2025-08-20T19:15:56.2505073Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyBlockStatus.json",
2025-08-20T19:15:56.2505395Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyCnameReuse.json",
2025-08-20T19:15:56.2505725Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyDomainResource.json",
2025-08-20T19:15:56.2506087Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyElasticBandWidth.json",
2025-08-20T19:15:56.2506403Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyFullLogTtl.json",
2025-08-20T19:15:56.2506757Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyHealthCheckConfig.json",
2025-08-20T19:15:56.2507091Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyHttp2Enable.json",
2025-08-20T19:15:56.2507412Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyInstanceRemark.json",
2025-08-20T19:15:56.2507774Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyNetworkRuleAttribute.json",
2025-08-20T19:15:56.2508093Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyOcspStatus.json",
2025-08-20T19:15:56.2508386Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyPort.json",
2025-08-20T19:15:56.2508751Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyPortAutoCcStatus.json",
2025-08-20T19:15:56.2509124Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifySceneDefensePolicy.json",
2025-08-20T19:15:56.2509444Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifySchedulerRule.json",
2025-08-20T19:15:56.2509731Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyTlsConfig.json",
2025-08-20T19:15:56.2510085Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyWebAIProtectMode.json",
2025-08-20T19:15:56.2510456Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyWebAIProtectSwitch.json",
2025-08-20T19:15:56.2510828Z [00:02:03.081]➜  			"en-US/ddoscoo/ModifyWebAccessMode.json",
2025-08-20T19:15:56.2511138Z [00:02:03.082]➜  			"en-US/ddoscoo/ModifyWebAreaBlock.json",
2025-08-20T19:15:56.2511752Z [00:02:03.082]➜  			"en-US/ddoscoo/ModifyWebAreaBlockSwitch.json",
2025-08-20T19:15:56.2512043Z [00:02:03.082]➜  			"en-US/ddoscoo/ModifyWebCCRule.json",
2025-08-20T19:15:56.2513735Z [00:02:03.082]➜  			"en-US/ddoscoo/ModifyWebCacheCustomRule.json",
2025-08-20T19:15:56.2514119Z [00:02:03.082]➜  			"en-US/ddoscoo/ModifyWebCacheMode.json",
2025-08-20T19:15:56.2514463Z [00:02:03.082]➜  			"en-US/ddoscoo/ModifyWebCacheSwitch.json",
2025-08-20T19:15:56.2514789Z [00:02:03.082]➜  			"en-US/ddoscoo/ModifyWebIpSetSwitch.json",
2025-08-20T19:15:56.2515160Z [00:02:03.082]➜  			"en-US/ddoscoo/ModifyWebPreciseAccessRule.json",
2025-08-20T19:15:56.2515510Z [00:02:03.082]➜  			"en-US/ddoscoo/ModifyWebPreciseAccessSwitch.json",
2025-08-20T19:15:56.2515805Z [00:02:03.082]➜  			"en-US/ddoscoo/ModifyWebRule.json",
2025-08-20T19:15:56.2516110Z [00:02:03.082]➜  			"en-US/ddoscoo/ReleaseInstance.json",
2025-08-20T19:15:56.2516418Z [00:02:03.082]➜  			"en-US/ddoscoo/SwitchSchedulerRule.json",
2025-08-20T19:15:56.2516683Z [00:02:03.082]➜  			"en-US/ddoscoo/version.json",
2025-08-20T19:15:56.2517054Z [00:02:03.082]➜  			"en-US/dds/AllocateNodePrivateNetworkAddress.json",
2025-08-20T19:15:56.2517406Z [00:02:03.082]➜  			"en-US/dds/AllocatePublicNetworkAddress.json",
2025-08-20T19:15:56.2517769Z [00:02:03.082]➜  			"en-US/dds/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:56.2518078Z [00:02:03.082]➜  			"en-US/dds/CheckRecoveryCondition.json",
2025-08-20T19:15:56.2518353Z [00:02:03.082]➜  			"en-US/dds/CreateAccount.json",
2025-08-20T19:15:56.2518612Z [00:02:03.082]➜  			"en-US/dds/CreateBackup.json",
2025-08-20T19:15:56.2518893Z [00:02:03.082]➜  			"en-US/dds/CreateDBInstance.json",
2025-08-20T19:15:56.2519145Z [00:02:03.082]➜  			"en-US/dds/CreateNode.json",
2025-08-20T19:15:56.2519443Z [00:02:03.082]➜  			"en-US/dds/CreateNodeBatch.json",
2025-08-20T19:15:56.2520280Z [00:02:03.082]➜  			"en-US/dds/CreateShardingDBInstance.json",
2025-08-20T19:15:56.2520673Z [00:02:03.082]➜  			"en-US/dds/DeleteDBInstance.json",
2025-08-20T19:15:56.2520966Z [00:02:03.082]➜  			"en-US/dds/DeleteNode.json",
2025-08-20T19:15:56.2521256Z [00:02:03.082]➜  			"en-US/dds/DescribeAccounts.json",
2025-08-20T19:15:56.2521652Z [00:02:03.082]➜  			"en-US/dds/DescribeActiveOperationTaskCount.json",
2025-08-20T19:15:56.2522030Z [00:02:03.082]➜  			"en-US/dds/DescribeActiveOperationTaskType.json",
2025-08-20T19:15:56.2522559Z [00:02:03.082]➜  			"en-US/dds/DescribeActiveOperationTasks.json",
2025-08-20T19:15:56.2534570Z [00:02:03.082]➜  			"en-US/dds/DescribeAuditLogFilter.json",
2025-08-20T19:15:56.2534968Z [00:02:03.082]➜  			"en-US/dds/DescribeAuditPolicy.json",
2025-08-20T19:15:56.2535303Z [00:02:03.082]➜  			"en-US/dds/DescribeAuditRecords.json",
2025-08-20T19:15:56.2535654Z [00:02:03.082]➜  			"en-US/dds/DescribeAvailabilityZones.json",
2025-08-20T19:15:56.2536069Z [00:02:03.082]➜  			"en-US/dds/DescribeAvailableEngineVersion.json",
2025-08-20T19:15:56.2536410Z [00:02:03.082]➜  			"en-US/dds/DescribeAvailableResource.json",
2025-08-20T19:15:56.2536742Z [00:02:03.082]➜  			"en-US/dds/DescribeBackupDBs.json",
2025-08-20T19:15:56.2537062Z [00:02:03.082]➜  			"en-US/dds/DescribeBackupPolicy.json",
2025-08-20T19:15:56.2537361Z [00:02:03.082]➜  			"en-US/dds/DescribeBackups.json",
2025-08-20T19:15:56.2537676Z [00:02:03.082]➜  			"en-US/dds/DescribeClusterBackups.json",
2025-08-20T19:15:56.2538032Z [00:02:03.082]➜  			"en-US/dds/DescribeClusterRecoverTime.json",
2025-08-20T19:15:56.2538387Z [00:02:03.082]➜  			"en-US/dds/DescribeDBInstanceAttribute.json",
2025-08-20T19:15:56.2538774Z [00:02:03.082]➜  			"en-US/dds/DescribeDBInstanceEncryptionKey.json",
2025-08-20T19:15:56.2539108Z [00:02:03.082]➜  			"en-US/dds/DescribeDBInstanceMonitor.json",
2025-08-20T19:15:56.2539470Z [00:02:03.082]➜  			"en-US/dds/DescribeDBInstancePerformance.json",
2025-08-20T19:15:56.2539802Z [00:02:03.082]➜  			"en-US/dds/DescribeDBInstanceSSL.json",
2025-08-20T19:15:56.2540147Z [00:02:03.082]➜  			"en-US/dds/DescribeDBInstanceSwitchLog.json",
2025-08-20T19:15:56.2540751Z [00:02:03.082]➜  			"en-US/dds/DescribeDBInstanceTDEInfo.json",
2025-08-20T19:15:56.2541059Z [00:02:03.082]➜  			"en-US/dds/DescribeDBInstances.json",
2025-08-20T19:15:56.2541441Z [00:02:03.083]➜  			"en-US/dds/DescribeDBInstancesOverview.json",
2025-08-20T19:15:56.2541776Z [00:02:03.083]➜  			"en-US/dds/DescribeErrorLogRecords.json",
2025-08-20T19:15:56.2542097Z [00:02:03.083]➜  			"en-US/dds/DescribeHistoryTasks.json",
2025-08-20T19:15:56.2542688Z [00:02:03.083]➜  			"en-US/dds/DescribeHistoryTasksStat.json",
2025-08-20T19:15:56.2543130Z [00:02:03.083]➜  			"en-US/dds/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:56.2543472Z [00:02:03.083]➜  			"en-US/dds/DescribeKernelReleaseNotes.json",
2025-08-20T19:15:56.2543770Z [00:02:03.083]➜  			"en-US/dds/DescribeKmsKeys.json",
2025-08-20T19:15:56.2544112Z [00:02:03.083]➜  			"en-US/dds/DescribeMongoDBLogConfig.json",
2025-08-20T19:15:56.2544531Z [00:02:03.083]➜  			"en-US/dds/DescribeParameterModificationHistory.json",
2025-08-20T19:15:56.2544884Z [00:02:03.083]➜  			"en-US/dds/DescribeParameterTemplates.json",
2025-08-20T19:15:56.2545193Z [00:02:03.083]➜  			"en-US/dds/DescribeParameters.json",
2025-08-20T19:15:56.2545474Z [00:02:03.083]➜  			"en-US/dds/DescribePrice.json",
2025-08-20T19:15:56.2545755Z [00:02:03.083]➜  			"en-US/dds/DescribeRegions.json",
2025-08-20T19:15:56.2546057Z [00:02:03.083]➜  			"en-US/dds/DescribeRenewalPrice.json",
2025-08-20T19:15:56.2546393Z [00:02:03.083]➜  			"en-US/dds/DescribeReplicaSetRole.json",
2025-08-20T19:15:56.2546708Z [00:02:03.083]➜  			"en-US/dds/DescribeRoleZoneInfo.json",
2025-08-20T19:15:56.2547043Z [00:02:03.083]➜  			"en-US/dds/DescribeRunningLogRecords.json",
2025-08-20T19:15:56.2547446Z [00:02:03.083]➜  			"en-US/dds/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:15:56.2547746Z [00:02:03.083]➜  			"en-US/dds/DescribeSecurityIps.json",
2025-08-20T19:15:56.2548345Z [00:02:03.083]➜  			"en-US/dds/DescribeShardingNetworkAddress.json",
2025-08-20T19:15:56.2548711Z [00:02:03.083]➜  			"en-US/dds/DescribeSlowLogRecords.json",
2025-08-20T19:15:56.2549029Z [00:02:03.083]➜  			"en-US/dds/DescribeTags.json",
2025-08-20T19:15:56.2549429Z [00:02:03.083]➜  			"en-US/dds/DescribeUserEncryptionKeyList.json",
2025-08-20T19:15:56.2549721Z [00:02:03.083]➜  			"en-US/dds/DestroyInstance.json",
2025-08-20T19:15:56.2550012Z [00:02:03.083]➜  			"en-US/dds/EvaluateResource.json",
2025-08-20T19:15:56.2550295Z [00:02:03.083]➜  			"en-US/dds/ListTagResources.json",
2025-08-20T19:15:56.2550602Z [00:02:03.083]➜  			"en-US/dds/MigrateAvailableZone.json",
2025-08-20T19:15:56.2550897Z [00:02:03.083]➜  			"en-US/dds/MigrateToOtherZone.json",
2025-08-20T19:15:56.2551234Z [00:02:03.083]➜  			"en-US/dds/ModifyAccountDescription.json",
2025-08-20T19:15:56.2551536Z [00:02:03.083]➜  			"en-US/dds/ModifyAuditLogFilter.json",
2025-08-20T19:15:56.2551852Z [00:02:03.083]➜  			"en-US/dds/ModifyAuditPolicy.json",
2025-08-20T19:15:56.2552140Z [00:02:03.083]➜  			"en-US/dds/ModifyBackupPolicy.json",
2025-08-20T19:15:56.2554261Z [00:02:03.083]➜  			"en-US/dds/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:56.2554672Z [00:02:03.083]➜  			"en-US/dds/ModifyDBInstanceDescription.json",
2025-08-20T19:15:56.2555031Z [00:02:03.083]➜  			"en-US/dds/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:15:56.2555360Z [00:02:03.083]➜  			"en-US/dds/ModifyDBInstanceMonitor.json",
2025-08-20T19:15:56.2555752Z [00:02:03.083]➜  			"en-US/dds/ModifyDBInstanceNetExpireTime.json",
2025-08-20T19:15:56.2556118Z [00:02:03.083]➜  			"en-US/dds/ModifyDBInstanceNetworkType.json",
2025-08-20T19:15:56.2556670Z [00:02:03.083]➜  			"en-US/dds/ModifyDBInstanceSSL.json",
2025-08-20T19:15:56.2557066Z [00:02:03.083]➜  			"en-US/dds/ModifyDBInstanceSpec.json",
2025-08-20T19:15:56.2557633Z [00:02:03.083]➜  			"en-US/dds/ModifyDBInstanceTDE.json",
2025-08-20T19:15:56.2558198Z [00:02:03.083]➜  			"en-US/dds/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:56.2558538Z [00:02:03.083]➜  			"en-US/dds/ModifyInstanceVpcAuthMode.json",
2025-08-20T19:15:56.2558819Z [00:02:03.083]➜  			"en-US/dds/ModifyNodeSpec.json",
2025-08-20T19:15:56.2559366Z [00:02:03.083]➜  			"en-US/dds/ModifyNodeSpecBatch.json",
2025-08-20T19:15:56.2559668Z [00:02:03.083]➜  			"en-US/dds/ModifyParameters.json",
2025-08-20T19:15:56.2559971Z [00:02:03.083]➜  			"en-US/dds/ModifyResourceGroup.json",
2025-08-20T19:15:56.2560371Z [00:02:03.083]➜  			"en-US/dds/ModifySecurityGroupConfiguration.json",
2025-08-20T19:15:56.2560679Z [00:02:03.084]➜  			"en-US/dds/ModifySecurityIps.json",
2025-08-20T19:15:56.2560972Z [00:02:03.084]➜  			"en-US/dds/ModifyTaskInfo.json",
2025-08-20T19:15:56.2561355Z [00:02:03.084]➜  			"en-US/dds/ReleaseNodePrivateNetworkAddress.json",
2025-08-20T19:15:56.2561714Z [00:02:03.084]➜  			"en-US/dds/ReleasePublicNetworkAddress.json",
2025-08-20T19:15:56.2561998Z [00:02:03.084]➜  			"en-US/dds/RenewDBInstance.json",
2025-08-20T19:15:56.2562320Z [00:02:03.084]➜  			"en-US/dds/ResetAccountPassword.json",
2025-08-20T19:15:56.2581540Z [00:02:03.084]➜  			"en-US/dds/RestartDBInstance.json",
2025-08-20T19:15:56.2581979Z [00:02:03.084]➜  			"en-US/dds/RestoreDBInstance.json",
2025-08-20T19:15:56.2582299Z [00:02:03.084]➜  			"en-US/dds/SwitchDBInstanceHA.json",
2025-08-20T19:15:56.2582786Z [00:02:03.084]➜  			"en-US/dds/TagResources.json",
2025-08-20T19:15:56.2583118Z [00:02:03.084]➜  			"en-US/dds/TransferClusterBackup.json",
2025-08-20T19:15:56.2583484Z [00:02:03.084]➜  			"en-US/dds/TransformInstanceChargeType.json",
2025-08-20T19:15:56.2583791Z [00:02:03.084]➜  			"en-US/dds/TransformToPrePaid.json",
2025-08-20T19:15:56.2584071Z [00:02:03.084]➜  			"en-US/dds/UntagResources.json",
2025-08-20T19:15:56.2584437Z [00:02:03.084]➜  			"en-US/dds/UpgradeDBInstanceEngineVersion.json",
2025-08-20T19:15:56.2584819Z [00:02:03.084]➜  			"en-US/dds/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:15:56.2585080Z [00:02:03.084]➜  			"en-US/dds/version.json",
2025-08-20T19:15:56.2585629Z [00:02:03.084]➜  			"en-US/devops/AddGroupMember.json",
2025-08-20T19:15:56.2585984Z [00:02:03.084]➜  			"en-US/devops/AddPipelineRelations.json",
2025-08-20T19:15:56.2586333Z [00:02:03.084]➜  			"en-US/devops/AddRepositoryMember.json",
2025-08-20T19:15:56.2592283Z [00:02:03.084]➜  			"en-US/devops/AddWebhook.json",
2025-08-20T19:15:56.2592909Z [00:02:03.084]➜  			"en-US/devops/CloseMergeRequest.json",
2025-08-20T19:15:56.2593234Z [00:02:03.084]➜  			"en-US/devops/CreateAppMembers.json",
2025-08-20T19:15:56.2593526Z [00:02:03.084]➜  			"en-US/devops/CreateBranch.json",
2025-08-20T19:15:56.2593838Z [00:02:03.084]➜  			"en-US/devops/CreateCommitStatus.json",
2025-08-20T19:15:56.2594143Z [00:02:03.084]➜  			"en-US/devops/CreateDeployKey.json",
2025-08-20T19:15:56.2594412Z [00:02:03.084]➜  			"en-US/devops/CreateFile.json",
2025-08-20T19:15:56.2594712Z [00:02:03.084]➜  			"en-US/devops/CreateFlowTag.json",
2025-08-20T19:15:56.2595022Z [00:02:03.084]➜  			"en-US/devops/CreateFlowTagGroup.json",
2025-08-20T19:15:56.2595348Z [00:02:03.084]➜  			"en-US/devops/CreateHostGroup.json",
2025-08-20T19:15:56.2595656Z [00:02:03.084]➜  			"en-US/devops/CreateMergeRequest.json",
2025-08-20T19:15:56.2595972Z [00:02:03.084]➜  			"en-US/devops/CreateOAuthToken.json",
2025-08-20T19:15:56.2596269Z [00:02:03.084]➜  			"en-US/devops/CreatePipeline.json",
2025-08-20T19:15:56.2596595Z [00:02:03.084]➜  			"en-US/devops/CreatePipelineGroup.json",
2025-08-20T19:15:56.2596894Z [00:02:03.084]➜  			"en-US/devops/CreateProject.json",
2025-08-20T19:15:56.2597225Z [00:02:03.084]➜  			"en-US/devops/CreateProjectLabel.json",
2025-08-20T19:15:56.2597560Z [00:02:03.084]➜  			"en-US/devops/CreateProtectdBranch.json",
2025-08-20T19:15:56.2597851Z [00:02:03.084]➜  			"en-US/devops/CreatePushRule.json",
2025-08-20T19:15:56.2598159Z [00:02:03.084]➜  			"en-US/devops/CreateRepository.json",
2025-08-20T19:15:56.2598499Z [00:02:03.084]➜  			"en-US/devops/CreateRepositoryGroup.json",
2025-08-20T19:15:56.2598869Z [00:02:03.084]➜  			"en-US/devops/CreateResourceMember.json",
2025-08-20T19:15:56.2599180Z [00:02:03.084]➜  			"en-US/devops/CreateServiceAuth.json",
2025-08-20T19:15:56.2599802Z [00:02:03.084]➜  			"en-US/devops/CreateServiceConnection.json",
2025-08-20T19:15:56.2600149Z [00:02:03.084]➜  			"en-US/devops/CreateServiceCredential.json",
2025-08-20T19:15:56.2600443Z [00:02:03.084]➜  			"en-US/devops/CreateSprint.json",
2025-08-20T19:15:56.2600728Z [00:02:03.084]➜  			"en-US/devops/CreateSshKey.json",
2025-08-20T19:15:56.2601005Z [00:02:03.084]➜  			"en-US/devops/CreateTag.json",
2025-08-20T19:15:56.2601305Z [00:02:03.084]➜  			"en-US/devops/CreateTestCase.json",
2025-08-20T19:15:56.2601623Z [00:02:03.084]➜  			"en-US/devops/CreateUserKey.json",
2025-08-20T19:15:56.2601950Z [00:02:03.084]➜  			"en-US/devops/CreateVariableGroup.json",
2025-08-20T19:15:56.2602249Z [00:02:03.084]➜  			"en-US/devops/CreateWorkitem.json",
2025-08-20T19:15:56.2615269Z [00:02:03.084]➜  			"en-US/devops/CreateWorkitemComment.json",
2025-08-20T19:15:56.2616035Z [00:02:03.084]➜  			"en-US/devops/CreateWorkitemEstimate.json",
2025-08-20T19:15:56.2616376Z [00:02:03.084]➜  			"en-US/devops/CreateWorkitemRecord.json",
2025-08-20T19:15:56.2616698Z [00:02:03.084]➜  			"en-US/devops/CreateWorkitemV2.json",
2025-08-20T19:15:56.2616999Z [00:02:03.084]➜  			"en-US/devops/CreateWorkspace.json",
2025-08-20T19:15:56.2617303Z [00:02:03.084]➜  			"en-US/devops/DeleteAppMember.json",
2025-08-20T19:15:56.2617583Z [00:02:03.084]➜  			"en-US/devops/DeleteBranch.json",
2025-08-20T19:15:56.2617861Z [00:02:03.085]➜  			"en-US/devops/DeleteFile.json",
2025-08-20T19:15:56.2618149Z [00:02:03.085]➜  			"en-US/devops/DeleteFlowTag.json",
2025-08-20T19:15:56.2618466Z [00:02:03.085]➜  			"en-US/devops/DeleteFlowTagGroup.json",
2025-08-20T19:15:56.2618780Z [00:02:03.085]➜  			"en-US/devops/DeleteGroupMember.json",
2025-08-20T19:15:56.2619083Z [00:02:03.085]➜  			"en-US/devops/DeleteHostGroup.json",
2025-08-20T19:15:56.2619378Z [00:02:03.085]➜  			"en-US/devops/DeletePipeline.json",
2025-08-20T19:15:56.2619926Z [00:02:03.085]➜  			"en-US/devops/DeletePipelineGroup.json",
2025-08-20T19:15:56.2620280Z [00:02:03.085]➜  			"en-US/devops/DeletePipelineRelations.json",
2025-08-20T19:15:56.2620584Z [00:02:03.085]➜  			"en-US/devops/DeleteProject.json",
2025-08-20T19:15:56.2620891Z [00:02:03.085]➜  			"en-US/devops/DeleteProjectLabel.json",
2025-08-20T19:15:56.2621232Z [00:02:03.085]➜  			"en-US/devops/DeleteProtectedBranch.json",
2025-08-20T19:15:56.2621529Z [00:02:03.085]➜  			"en-US/devops/DeletePushRule.json",
2025-08-20T19:15:56.2621827Z [00:02:03.085]➜  			"en-US/devops/DeleteRepository.json",
2025-08-20T19:15:56.2622157Z [00:02:03.085]➜  			"en-US/devops/DeleteRepositoryGroup.json",
2025-08-20T19:15:56.2622708Z [00:02:03.085]➜  			"en-US/devops/DeleteRepositoryMember.json",
2025-08-20T19:15:56.2623074Z [00:02:03.085]➜  			"en-US/devops/DeleteRepositoryWebhook.json",
2025-08-20T19:15:56.2623422Z [00:02:03.085]➜  			"en-US/devops/DeleteResourceMember.json",
2025-08-20T19:15:56.2623725Z [00:02:03.085]➜  			"en-US/devops/DeleteTag.json",
2025-08-20T19:15:56.2624042Z [00:02:03.085]➜  			"en-US/devops/DeleteUserKey.json",
2025-08-20T19:15:56.2624402Z [00:02:03.085]➜  			"en-US/devops/DeleteVariableGroup.json",
2025-08-20T19:15:56.2624702Z [00:02:03.085]➜  			"en-US/devops/DeleteWorkitem.json",
2025-08-20T19:15:56.2625076Z [00:02:03.085]➜  			"en-US/devops/DeleteWorkitemAllComment.json",
2025-08-20T19:15:56.2625402Z [00:02:03.085]➜  			"en-US/devops/DeleteWorkitemComment.json",
2025-08-20T19:15:56.2625716Z [00:02:03.085]➜  			"en-US/devops/EnableDeployKey.json",
2025-08-20T19:15:56.2626005Z [00:02:03.085]➜  			"en-US/devops/FrozenWorkspace.json",
2025-08-20T19:15:56.2626287Z [00:02:03.085]➜  			"en-US/devops/GetApplication.json",
2025-08-20T19:15:56.2626566Z [00:02:03.085]➜  			"en-US/devops/GetBranchInfo.json",
2025-08-20T19:15:56.2626903Z [00:02:03.085]➜  			"en-US/devops/GetCodeupOrganization.json",
2025-08-20T19:15:56.2627211Z [00:02:03.085]➜  			"en-US/devops/GetCompareDetail.json",
2025-08-20T19:15:56.2627545Z [00:02:03.085]➜  			"en-US/devops/GetCustomFieldOption.json",
2025-08-20T19:15:56.2627818Z [00:02:03.085]➜  			"en-US/devops/GetFileBlobs.json",
2025-08-20T19:15:56.2628388Z [00:02:03.085]➜  			"en-US/devops/GetFileLastCommit.json",
2025-08-20T19:15:56.2628684Z [00:02:03.085]➜  			"en-US/devops/GetFlowTagGroup.json",
2025-08-20T19:15:56.2628983Z [00:02:03.085]➜  			"en-US/devops/GetGroupByPath.json",
2025-08-20T19:15:56.2629264Z [00:02:03.085]➜  			"en-US/devops/GetGroupDetail.json",
2025-08-20T19:15:56.2629544Z [00:02:03.085]➜  			"en-US/devops/GetHostGroup.json",
2025-08-20T19:15:56.2629829Z [00:02:03.085]➜  			"en-US/devops/GetMergeRequest.json",
2025-08-20T19:15:56.2630174Z [00:02:03.085]➜  			"en-US/devops/GetMergeRequestChangeTree.json",
2025-08-20T19:15:56.2630486Z [00:02:03.085]➜  			"en-US/devops/GetOrganizationMember.json",
2025-08-20T19:15:56.2630764Z [00:02:03.085]➜  			"en-US/devops/GetPipeline.json",
2025-08-20T19:15:56.2631104Z [00:02:03.085]➜  			"en-US/devops/GetPipelineArtifactUrl.json",
2025-08-20T19:15:56.2631488Z [00:02:03.085]➜  			"en-US/devops/GetPipelineEmasArtifactUrl.json",
2025-08-20T19:15:56.2631790Z [00:02:03.085]➜  			"en-US/devops/GetPipelineGroup.json",
2025-08-20T19:15:56.2632107Z [00:02:03.085]➜  			"en-US/devops/GetPipelineRun.json",
2025-08-20T19:15:56.2632653Z [00:02:03.085]➜  			"en-US/devops/GetPipelineScanReportUrl.json",
2025-08-20T19:15:56.2656169Z [00:02:03.085]➜  			"en-US/devops/GetProjectInfo.json",
2025-08-20T19:15:56.2656563Z [00:02:03.085]➜  			"en-US/devops/GetProjectMember.json",
2025-08-20T19:15:56.2656877Z [00:02:03.085]➜  			"en-US/devops/GetPushRule.json",
2025-08-20T19:15:56.2657186Z [00:02:03.085]➜  			"en-US/devops/GetRepository.json",
2025-08-20T19:15:56.2657522Z [00:02:03.085]➜  			"en-US/devops/GetRepositoryCommit.json",
2025-08-20T19:15:56.2657843Z [00:02:03.085]➜  			"en-US/devops/GetRepositoryTag.json",
2025-08-20T19:15:56.2658193Z [00:02:03.085]➜  			"en-US/devops/GetSearchCodePreview.json",
2025-08-20T19:15:56.2658740Z [00:02:03.085]➜  			"en-US/devops/GetSprintInfo.json",
2025-08-20T19:15:56.2659102Z [00:02:03.085]➜  			"en-US/devops/GetTestResultList.json",
2025-08-20T19:15:56.2659438Z [00:02:03.085]➜  			"en-US/devops/GetTestcaseList.json",
2025-08-20T19:15:56.2659719Z [00:02:03.085]➜  			"en-US/devops/GetUserInfo.json",
2025-08-20T19:15:56.2660024Z [00:02:03.085]➜  			"en-US/devops/GetVMDeployOrder.json",
2025-08-20T19:15:56.2660334Z [00:02:03.085]➜  			"en-US/devops/GetVariableGroup.json",
2025-08-20T19:15:56.2660649Z [00:02:03.085]➜  			"en-US/devops/GetWorkItemActivity.json",
2025-08-20T19:15:56.2660949Z [00:02:03.085]➜  			"en-US/devops/GetWorkItemInfo.json",
2025-08-20T19:15:56.2661300Z [00:02:03.085]➜  			"en-US/devops/GetWorkItemWorkFlowInfo.json",
2025-08-20T19:15:56.2661709Z [00:02:03.085]➜  			"en-US/devops/GetWorkitemAttachmentCreatemeta.json",
2025-08-20T19:15:56.2662060Z [00:02:03.085]➜  			"en-US/devops/GetWorkitemCommentList.json",
2025-08-20T19:15:56.2662364Z [00:02:03.085]➜  			"en-US/devops/GetWorkitemFile.json",
2025-08-20T19:15:56.2665407Z [00:02:03.085]➜  			"en-US/devops/GetWorkitemRelations.json",
2025-08-20T19:15:56.2665794Z [00:02:03.085]➜  			"en-US/devops/GetWorkitemTimeTypeList.json",
2025-08-20T19:15:56.2666114Z [00:02:03.085]➜  			"en-US/devops/GetWorkspace.json",
2025-08-20T19:15:56.2666424Z [00:02:03.085]➜  			"en-US/devops/JoinPipelineGroup.json",
2025-08-20T19:15:56.2666761Z [00:02:03.085]➜  			"en-US/devops/LinkMergeRequestLabel.json",
2025-08-20T19:15:56.2667104Z [00:02:03.085]➜  			"en-US/devops/ListApplicationMembers.json",
2025-08-20T19:15:56.2667408Z [00:02:03.085]➜  			"en-US/devops/ListApplications.json",
2025-08-20T19:15:56.2667727Z [00:02:03.085]➜  			"en-US/devops/ListCommitStatuses.json",
2025-08-20T19:15:56.2668029Z [00:02:03.085]➜  			"en-US/devops/ListFlowTagGroups.json",
2025-08-20T19:15:56.2668318Z [00:02:03.085]➜  			"en-US/devops/ListGroupMember.json",
2025-08-20T19:15:56.2668639Z [00:02:03.085]➜  			"en-US/devops/ListGroupRepositories.json",
2025-08-20T19:15:56.2668956Z [00:02:03.085]➜  			"en-US/devops/ListHostGroups.json",
2025-08-20T19:15:56.2669308Z [00:02:03.085]➜  			"en-US/devops/ListMergeRequestComments.json",
2025-08-20T19:15:56.2669919Z [00:02:03.085]➜  			"en-US/devops/ListMergeRequestFilesReads.json",
2025-08-20T19:15:56.2670268Z [00:02:03.085]➜  			"en-US/devops/ListMergeRequestLabels.json",
2025-08-20T19:15:56.2670620Z [00:02:03.085]➜  			"en-US/devops/ListMergeRequestPatchSets.json",
2025-08-20T19:15:56.2670945Z [00:02:03.085]➜  			"en-US/devops/ListMergeRequests.json",
2025-08-20T19:15:56.2671286Z [00:02:03.085]➜  			"en-US/devops/ListOrganizationMembers.json",
2025-08-20T19:15:56.2671597Z [00:02:03.085]➜  			"en-US/devops/ListOrganizations.json",
2025-08-20T19:15:56.2671951Z [00:02:03.085]➜  			"en-US/devops/ListPipelineGroupPipelines.json",
2025-08-20T19:15:56.2672266Z [00:02:03.085]➜  			"en-US/devops/ListPipelineGroups.json",
2025-08-20T19:15:56.2680594Z [00:02:03.085]➜  			"en-US/devops/ListPipelineJobHistorys.json",
2025-08-20T19:15:56.2681030Z [00:02:03.085]➜  			"en-US/devops/ListPipelineJobs.json",
2025-08-20T19:15:56.2681387Z [00:02:03.085]➜  			"en-US/devops/ListPipelineRelations.json",
2025-08-20T19:15:56.2681718Z [00:02:03.085]➜  			"en-US/devops/ListPipelineRuns.json",
2025-08-20T19:15:56.2682016Z [00:02:03.085]➜  			"en-US/devops/ListPipelines.json",
2025-08-20T19:15:56.2682344Z [00:02:03.085]➜  			"en-US/devops/ListProjectLabels.json",
2025-08-20T19:15:56.2682906Z [00:02:03.085]➜  			"en-US/devops/ListProjectMembers.json",
2025-08-20T19:15:56.2683240Z [00:02:03.085]➜  			"en-US/devops/ListProjectTemplates.json",
2025-08-20T19:15:56.2683588Z [00:02:03.085]➜  			"en-US/devops/ListProjectWorkitemTypes.json",
2025-08-20T19:15:56.2683886Z [00:02:03.085]➜  			"en-US/devops/ListProjects.json",
2025-08-20T19:15:56.2684210Z [00:02:03.085]➜  			"en-US/devops/ListProtectedBranches.json",
2025-08-20T19:15:56.2684532Z [00:02:03.085]➜  			"en-US/devops/ListPushRules.json",
2025-08-20T19:15:56.2684884Z [00:02:03.085]➜  			"en-US/devops/ListRepositories.json",
2025-08-20T19:15:56.2685461Z [00:02:03.085]➜  			"en-US/devops/ListRepositoryBranches.json",
2025-08-20T19:15:56.2685843Z [00:02:03.085]➜  			"en-US/devops/ListRepositoryCommitDiff.json",
2025-08-20T19:15:56.2686225Z [00:02:03.085]➜  			"en-US/devops/ListRepositoryCommits.json",
2025-08-20T19:15:56.2686558Z [00:02:03.085]➜  			"en-US/devops/ListRepositoryGroups.json",
2025-08-20T19:15:56.2686988Z [00:02:03.085]➜  			"en-US/devops/ListRepositoryMemberWithInherited.json",
2025-08-20T19:15:56.2687307Z [00:02:03.085]➜  			"en-US/devops/ListRepositoryTags.json",
2025-08-20T19:15:56.2687628Z [00:02:03.085]➜  			"en-US/devops/ListRepositoryTree.json",
2025-08-20T19:15:56.2687949Z [00:02:03.085]➜  			"en-US/devops/ListRepositoryWebhook.json",
2025-08-20T19:15:56.2688251Z [00:02:03.085]➜  			"en-US/devops/ListResourceMembers.json",
2025-08-20T19:15:56.2688557Z [00:02:03.085]➜  			"en-US/devops/ListSearchCommit.json",
2025-08-20T19:15:56.2688877Z [00:02:03.085]➜  			"en-US/devops/ListSearchRepository.json",
2025-08-20T19:15:56.2689230Z [00:02:03.085]➜  			"en-US/devops/ListSearchSourceCode.json",
2025-08-20T19:15:56.2689534Z [00:02:03.085]➜  			"en-US/devops/ListServiceAuths.json",
2025-08-20T19:15:56.2689942Z [00:02:03.085]➜  			"en-US/devops/ListServiceConnections.json",
2025-08-20T19:15:56.2690272Z [00:02:03.085]➜  			"en-US/devops/ListServiceCredentials.json",
2025-08-20T19:15:56.2690563Z [00:02:03.085]➜  			"en-US/devops/ListSprints.json",
2025-08-20T19:15:56.2690865Z [00:02:03.085]➜  			"en-US/devops/ListTestCaseFields.json",
2025-08-20T19:15:56.2691157Z [00:02:03.085]➜  			"en-US/devops/ListUserKeys.json",
2025-08-20T19:15:56.2691470Z [00:02:03.085]➜  			"en-US/devops/ListUserResources.json",
2025-08-20T19:15:56.2691780Z [00:02:03.085]➜  			"en-US/devops/ListVariableGroups.json",
2025-08-20T19:15:56.2692098Z [00:02:03.085]➜  			"en-US/devops/ListWorkItemAllFields.json",
2025-08-20T19:15:56.2692646Z [00:02:03.085]➜  			"en-US/devops/ListWorkItemWorkFlowStatus.json",
2025-08-20T19:15:56.2693037Z [00:02:03.085]➜  			"en-US/devops/ListWorkitemAttachments.json",
2025-08-20T19:15:56.2693374Z [00:02:03.085]➜  			"en-US/devops/ListWorkitemEstimate.json",
2025-08-20T19:15:56.2693687Z [00:02:03.085]➜  			"en-US/devops/ListWorkitemTime.json",
2025-08-20T19:15:56.2694238Z [00:02:03.085]➜  			"en-US/devops/ListWorkitems.json",
2025-08-20T19:15:56.2694532Z [00:02:03.085]➜  			"en-US/devops/ListWorkspaces.json",
2025-08-20T19:15:56.2694849Z [00:02:03.085]➜  			"en-US/devops/LogPipelineJobRun.json",
2025-08-20T19:15:56.2695154Z [00:02:03.085]➜  			"en-US/devops/LogVMDeployMachine.json",
2025-08-20T19:15:56.2695474Z [00:02:03.085]➜  			"en-US/devops/MergeMergeRequest.json",
2025-08-20T19:15:56.2699060Z [00:02:03.085]➜  			"en-US/devops/PassPipelineValidate.json",
2025-08-20T19:15:56.2705589Z [00:02:03.085]➜  			"en-US/devops/RefusePipelineValidate.json",
2025-08-20T19:15:56.2705925Z [00:02:03.085]➜  			"en-US/devops/ReleaseWorkspace.json",
2025-08-20T19:15:56.2711480Z [00:02:03.085]➜  			"en-US/devops/ReopenMergeRequest.json",
2025-08-20T19:15:56.2711879Z [00:02:03.085]➜  			"en-US/devops/ResetSshKey.json",
2025-08-20T19:15:56.2712224Z [00:02:03.085]➜  			"en-US/devops/ResumeVMDeployOrder.json",
2025-08-20T19:15:56.2712764Z [00:02:03.085]➜  			"en-US/devops/RetryPipelineJobRun.json",
2025-08-20T19:15:56.2713093Z [00:02:03.085]➜  			"en-US/devops/RetryVMDeployMachine.json",
2025-08-20T19:15:56.2713396Z [00:02:03.085]➜  			"en-US/devops/ReviewMergeRequest.json",
2025-08-20T19:15:56.2713732Z [00:02:03.085]➜  			"en-US/devops/SkipPipelineJobRun.json",
2025-08-20T19:15:56.2714052Z [00:02:03.085]➜  			"en-US/devops/SkipVMDeployMachine.json",
2025-08-20T19:15:56.2714350Z [00:02:03.085]➜  			"en-US/devops/StartPipelineRun.json",
2025-08-20T19:15:56.2714651Z [00:02:03.085]➜  			"en-US/devops/StopPipelineJobRun.json",
2025-08-20T19:15:56.2714955Z [00:02:03.085]➜  			"en-US/devops/StopPipelineRun.json",
2025-08-20T19:15:56.2715262Z [00:02:03.085]➜  			"en-US/devops/StopVMDeployOrder.json",
2025-08-20T19:15:56.2715564Z [00:02:03.085]➜  			"en-US/devops/TransferRepository.json",
2025-08-20T19:15:56.2716181Z [00:02:03.085]➜  			"en-US/devops/TriggerRepositoryMirrorSync.json",
2025-08-20T19:15:56.2716524Z [00:02:03.085]➜  			"en-US/devops/UpdateAppMember.json",
2025-08-20T19:15:56.2716854Z [00:02:03.085]➜  			"en-US/devops/UpdateApplication.json",
2025-08-20T19:15:56.2717133Z [00:02:03.085]➜  			"en-US/devops/UpdateFile.json",
2025-08-20T19:15:56.2717419Z [00:02:03.085]➜  			"en-US/devops/UpdateFlowTag.json",
2025-08-20T19:15:56.2717725Z [00:02:03.085]➜  			"en-US/devops/UpdateFlowTagGroup.json",
2025-08-20T19:15:56.2718007Z [00:02:03.085]➜  			"en-US/devops/UpdateGroup.json",
2025-08-20T19:15:56.2718303Z [00:02:03.085]➜  			"en-US/devops/UpdateGroupMember.json",
2025-08-20T19:15:56.2718603Z [00:02:03.085]➜  			"en-US/devops/UpdateHostGroup.json",
2025-08-20T19:15:56.2718909Z [00:02:03.085]➜  			"en-US/devops/UpdateMergeRequest.json",
2025-08-20T19:15:56.2719278Z [00:02:03.085]➜  			"en-US/devops/UpdateMergeRequestPersonnel.json",
2025-08-20T19:15:56.2719582Z [00:02:03.085]➜  			"en-US/devops/UpdatePipeline.json",
2025-08-20T19:15:56.2719911Z [00:02:03.085]➜  			"en-US/devops/UpdatePipelineBaseInfo.json",
2025-08-20T19:15:56.2720426Z [00:02:03.085]➜  			"en-US/devops/UpdatePipelineGroup.json",
2025-08-20T19:15:56.2720741Z [00:02:03.085]➜  			"en-US/devops/UpdateProjectField.json",
2025-08-20T19:15:56.2721033Z [00:02:03.085]➜  			"en-US/devops/UpdateProjectLabel.json",
2025-08-20T19:15:56.2721357Z [00:02:03.085]➜  			"en-US/devops/UpdateProjectMember.json",
2025-08-20T19:15:56.2721702Z [00:02:03.085]➜  			"en-US/devops/UpdateProtectedBranches.json",
2025-08-20T19:15:56.2722044Z [00:02:03.086]➜  			"en-US/devops/UpdatePushReviewOnOff.json",
2025-08-20T19:15:56.2722330Z [00:02:03.086]➜  			"en-US/devops/UpdatePushRule.json",
2025-08-20T19:15:56.2722849Z [00:02:03.086]➜  			"en-US/devops/UpdateRepository.json",
2025-08-20T19:15:56.2723182Z [00:02:03.086]➜  			"en-US/devops/UpdateRepositoryMember.json",
2025-08-20T19:15:56.2723504Z [00:02:03.086]➜  			"en-US/devops/UpdateResourceMember.json",
2025-08-20T19:15:56.2723810Z [00:02:03.086]➜  			"en-US/devops/UpdateTestCase.json",
2025-08-20T19:15:56.2724133Z [00:02:03.086]➜  			"en-US/devops/UpdateTestResult.json",
2025-08-20T19:15:56.2724462Z [00:02:03.086]➜  			"en-US/devops/UpdateVariableGroup.json",
2025-08-20T19:15:56.2724761Z [00:02:03.086]➜  			"en-US/devops/UpdateWorkItem.json",
2025-08-20T19:15:56.2725076Z [00:02:03.086]➜  			"en-US/devops/UpdateWorkitemComment.json",
2025-08-20T19:15:56.2725393Z [00:02:03.086]➜  			"en-US/devops/UpdateWorkitemField.json",
2025-08-20T19:15:56.2725731Z [00:02:03.086]➜  			"en-US/devops/WorkitemAttachmentCreate.json",
2025-08-20T19:15:56.2725994Z [00:02:03.086]➜  			"en-US/devops/version.json",
2025-08-20T19:15:56.2726251Z [00:02:03.086]➜  			"en-US/dm/AddIpfilter.json",
2025-08-20T19:15:56.2726567Z [00:02:03.086]➜  			"en-US/dm/ApproveReplyMailAddress.json",
2025-08-20T19:15:56.2726839Z [00:02:03.086]➜  			"en-US/dm/BatchSendMail.json",
2025-08-20T19:15:56.2727102Z [00:02:03.086]➜  			"en-US/dm/CheckDomain.json",
2025-08-20T19:15:56.2727652Z [00:02:03.086]➜  			"en-US/dm/CheckReplyToMailAddress.json",
2025-08-20T19:15:56.2727956Z [00:02:03.086]➜  			"en-US/dm/CreateDomain.json",
2025-08-20T19:15:56.2728264Z [00:02:03.086]➜  			"en-US/dm/CreateMailAddress.json",
2025-08-20T19:15:56.2728549Z [00:02:03.086]➜  			"en-US/dm/CreateReceiver.json",
2025-08-20T19:15:56.2728809Z [00:02:03.086]➜  			"en-US/dm/CreateTag.json",
2025-08-20T19:15:56.2729070Z [00:02:03.086]➜  			"en-US/dm/DeleteDomain.json",
2025-08-20T19:15:56.2729368Z [00:02:03.086]➜  			"en-US/dm/DeleteInvalidAddress.json",
2025-08-20T19:15:56.2729665Z [00:02:03.086]➜  			"en-US/dm/DeleteIpfilterByEdmId.json",
2025-08-20T19:15:56.2729961Z [00:02:03.086]➜  			"en-US/dm/DeleteMailAddress.json",
2025-08-20T19:15:56.2730231Z [00:02:03.086]➜  			"en-US/dm/DeleteReceiver.json",
2025-08-20T19:15:56.2730532Z [00:02:03.086]➜  			"en-US/dm/DeleteReceiverDetail.json",
2025-08-20T19:15:56.2730777Z [00:02:03.086]➜  			"en-US/dm/DeleteTag.json",
2025-08-20T19:15:56.2731084Z [00:02:03.086]➜  			"en-US/dm/DescAccountSummary.json",
2025-08-20T19:15:56.2731337Z [00:02:03.086]➜  			"en-US/dm/DescDomain.json",
2025-08-20T19:15:56.2731636Z [00:02:03.086]➜  			"en-US/dm/GetIpProtection.json",
2025-08-20T19:15:56.2731914Z [00:02:03.086]➜  			"en-US/dm/GetIpfilterList.json",
2025-08-20T19:15:56.2732196Z [00:02:03.086]➜  			"en-US/dm/GetTrackList.json",
2025-08-20T19:15:56.2732778Z [00:02:03.086]➜  			"en-US/dm/GetTrackListByMailFromAndTagName.json",
2025-08-20T19:15:56.2733094Z [00:02:03.086]➜  			"en-US/dm/ModifyMailAddress.json",
2025-08-20T19:15:56.2733390Z [00:02:03.086]➜  			"en-US/dm/ModifyPWByDomain.json",
2025-08-20T19:15:56.2733648Z [00:02:03.086]➜  			"en-US/dm/ModifyTag.json",
2025-08-20T19:15:56.2733945Z [00:02:03.086]➜  			"en-US/dm/QueryDomainByParam.json",
2025-08-20T19:15:56.2734248Z [00:02:03.086]➜  			"en-US/dm/QueryInvalidAddress.json",
2025-08-20T19:15:56.2734562Z [00:02:03.086]➜  			"en-US/dm/QueryMailAddressByParam.json",
2025-08-20T19:15:56.2734883Z [00:02:03.086]➜  			"en-US/dm/QueryReceiverByParam.json",
2025-08-20T19:15:56.2735176Z [00:02:03.086]➜  			"en-US/dm/QueryReceiverDetail.json",
2025-08-20T19:15:56.2735694Z [00:02:03.086]➜  			"en-US/dm/QueryTagByParam.json",
2025-08-20T19:15:56.2735978Z [00:02:03.086]➜  			"en-US/dm/QueryTaskByParam.json",
2025-08-20T19:15:56.2736268Z [00:02:03.086]➜  			"en-US/dm/SaveReceiverDetail.json",
2025-08-20T19:15:56.2736550Z [00:02:03.086]➜  			"en-US/dm/SendTestByTemplate.json",
2025-08-20T19:15:56.2736944Z [00:02:03.086]➜  			"en-US/dm/SenderStatisticsByTagNameAndBatchID.json",
2025-08-20T19:15:56.2737294Z [00:02:03.086]➜  			"en-US/dm/SenderStatisticsDetailByParam.json",
2025-08-20T19:15:56.2737574Z [00:02:03.086]➜  			"en-US/dm/SingleSendMail.json",
2025-08-20T19:15:56.2737874Z [00:02:03.086]➜  			"en-US/dm/UpdateIpProtection.json",
2025-08-20T19:15:56.2738129Z [00:02:03.086]➜  			"en-US/dm/version.json",
2025-08-20T19:15:56.2738495Z [00:02:03.086]➜  			"en-US/dms-enterprise/AddDesensitizationRule.json",
2025-08-20T19:15:56.2738817Z [00:02:03.086]➜  			"en-US/dms-enterprise/AddInstance.json",
2025-08-20T19:15:56.2739135Z [00:02:03.086]➜  			"en-US/dms-enterprise/AddLhMembers.json",
2025-08-20T19:15:56.2739546Z [00:02:03.086]➜  			"en-US/dms-enterprise/AddLogicTableRouteConfig.json",
2025-08-20T19:15:56.2739868Z [00:02:03.086]➜  			"en-US/dms-enterprise/AddTaskFlowEdges.json",
2025-08-20T19:15:56.2740202Z [00:02:03.086]➜  			"en-US/dms-enterprise/AnalyzeSQLLineage.json",
2025-08-20T19:15:56.2740518Z [00:02:03.086]➜  			"en-US/dms-enterprise/ApproveOrder.json",
2025-08-20T19:15:56.2740828Z [00:02:03.086]➜  			"en-US/dms-enterprise/BackFill.json",
2025-08-20T19:15:56.2741207Z [00:02:03.086]➜  			"en-US/dms-enterprise/BuyPayAsYouGoOrder.json",
2025-08-20T19:15:56.2741592Z [00:02:03.086]➜  			"en-US/dms-enterprise/ChangeColumnSecLevel.json",
2025-08-20T19:15:56.2742028Z [00:02:03.086]➜  			"en-US/dms-enterprise/ChangeColumnSecurityLevel.json",
2025-08-20T19:15:56.2742524Z [00:02:03.086]➜  			"en-US/dms-enterprise/ChangeLhDagOwner.json",
2025-08-20T19:15:56.2743258Z [00:02:03.086]➜  			"en-US/dms-enterprise/CloseOrder.json",
2025-08-20T19:15:56.2743670Z [00:02:03.086]➜  			"en-US/dms-enterprise/CreateAuthorityTemplate.json",
2025-08-20T19:15:56.2744055Z [00:02:03.086]➜  			"en-US/dms-enterprise/CreateDataArchiveOrder.json",
2025-08-20T19:15:56.2744432Z [00:02:03.086]➜  			"en-US/dms-enterprise/CreateDataCorrectOrder.json",
2025-08-20T19:15:56.2744828Z [00:02:03.086]➜  			"en-US/dms-enterprise/CreateDataCronClearOrder.json",
2025-08-20T19:15:56.2745193Z [00:02:03.086]➜  			"en-US/dms-enterprise/CreateDataExportOrder.json",
2025-08-20T19:15:56.2745557Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateDataImportOrder.json",
2025-08-20T19:15:56.2745904Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateDataTrackOrder.json",
2025-08-20T19:15:56.2746279Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateDatabaseExportOrder.json",
2025-08-20T19:15:56.2746664Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateFreeLockCorrectOrder.json",
2025-08-20T19:15:56.2747033Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateLakeHouseSpace.json",
2025-08-20T19:15:56.2747392Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateLogicDatabase.json",
2025-08-20T19:15:56.2747730Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateOrder.json",
2025-08-20T19:15:56.2748109Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateProcCorrectOrder.json",
2025-08-20T19:15:56.2748425Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateProxy.json",
2025-08-20T19:15:56.2748761Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateProxyAccess.json",
2025-08-20T19:15:56.2749134Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreatePublishGroupTask.json",
2025-08-20T19:15:56.2749480Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateSQLReviewOrder.json",
2025-08-20T19:15:56.2749805Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateScenario.json",
2025-08-20T19:15:56.2750150Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateStandardGroup.json",
2025-08-20T19:15:56.2750529Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateStructSyncOrder.json",
2025-08-20T19:15:56.2750828Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateTask.json",
2025-08-20T19:15:56.2751163Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateTaskFlow.json",
2025-08-20T19:15:56.2751775Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateUploadFileJob.json",
2025-08-20T19:15:56.2752189Z [00:02:03.087]➜  			"en-US/dms-enterprise/CreateUploadOSSFileJob.json",
2025-08-20T19:15:56.2752782Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteAuthorityTemplate.json",
2025-08-20T19:15:56.2753133Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteInstance.json",
2025-08-20T19:15:56.2753508Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteLakeHouseSpace.json",
2025-08-20T19:15:56.2753856Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteLhMembers.json",
2025-08-20T19:15:56.2754213Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteLogicDatabase.json",
2025-08-20T19:15:56.2754642Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteLogicTableRouteConfig.json",
2025-08-20T19:15:56.2754972Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteProxy.json",
2025-08-20T19:15:56.2755322Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteProxyAccess.json",
2025-08-20T19:15:56.2755658Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteScenario.json",
2025-08-20T19:15:56.2756010Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteStandardGroup.json",
2025-08-20T19:15:56.2756300Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteTask.json",
2025-08-20T19:15:56.2756620Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteTaskFlow.json",
2025-08-20T19:15:56.2757056Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteTaskFlowEdgesByCondition.json",
2025-08-20T19:15:56.2757365Z [00:02:03.087]➜  			"en-US/dms-enterprise/DeleteUser.json",
2025-08-20T19:15:56.2757673Z [00:02:03.087]➜  			"en-US/dms-enterprise/DisableUser.json",
2025-08-20T19:15:56.2758056Z [00:02:03.087]➜  			"en-US/dms-enterprise/DownloadDataTrackResult.json",
2025-08-20T19:15:56.2758417Z [00:02:03.087]➜  			"en-US/dms-enterprise/EditLogicDatabase.json",
2025-08-20T19:15:56.2758960Z [00:02:03.087]➜  			"en-US/dms-enterprise/EnableUser.json",
2025-08-20T19:15:56.2759351Z [00:02:03.087]➜  			"en-US/dms-enterprise/ExecuteDataCorrect.json",
2025-08-20T19:15:56.2759717Z [00:02:03.087]➜  			"en-US/dms-enterprise/ExecuteDataExport.json",
2025-08-20T19:15:56.2760032Z [00:02:03.087]➜  			"en-US/dms-enterprise/ExecuteScript.json",
2025-08-20T19:15:56.2760374Z [00:02:03.087]➜  			"en-US/dms-enterprise/ExecuteStructSync.json",
2025-08-20T19:15:56.2760709Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetApprovalDetail.json",
2025-08-20T19:15:56.2761070Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetAuthorityTemplate.json",
2025-08-20T19:15:56.2761446Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetAuthorityTemplateItem.json",
2025-08-20T19:15:56.2761836Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetClassificationTemplate.json",
2025-08-20T19:15:56.2762177Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDBTaskSQLJobLog.json",
2025-08-20T19:15:56.2764069Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDBTopology.json",
2025-08-20T19:15:56.2764474Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataArchiveCount.json",
2025-08-20T19:15:56.2764903Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataArchiveOrderDetail.json",
2025-08-20T19:15:56.2765299Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataCorrectBackupFiles.json",
2025-08-20T19:15:56.2765690Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataCorrectOrderDetail.json",
2025-08-20T19:15:56.2766089Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataCorrectRollbackFile.json",
2025-08-20T19:15:56.2766437Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataCorrectSQLFile.json",
2025-08-20T19:15:56.2766810Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataCorrectTaskDetail.json",
2025-08-20T19:15:56.2767191Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataCronClearConfig.json",
2025-08-20T19:15:56.2767626Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataCronClearTaskDetailList.json",
2025-08-20T19:15:56.2768016Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataExportDownloadURL.json",
2025-08-20T19:15:56.2768421Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataExportOrderDetail.json",
2025-08-20T19:15:56.2769088Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataExportPreCheckDetail.json",
2025-08-20T19:15:56.2769444Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataImportSQL.json",
2025-08-20T19:15:56.2769810Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataTrackJobDegree.json",
2025-08-20T19:15:56.2770192Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataTrackJobTableMeta.json",
2025-08-20T19:15:56.2770563Z [00:02:03.087]➜  			"en-US/dms-enterprise/GetDataTrackOrderDetail.json",
2025-08-20T19:15:56.2770873Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetDatabase.json",
2025-08-20T19:15:56.2771280Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetDatabaseExportOrderDetail.json",
2025-08-20T19:15:56.2771648Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetDbExportDownloadURL.json",
2025-08-20T19:15:56.2771950Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetInstance.json",
2025-08-20T19:15:56.2772327Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetIntervalLimitOfSLA.json",
2025-08-20T19:15:56.2777651Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetLhSpaceByName.json",
2025-08-20T19:15:56.2778070Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetLogicDatabase.json",
2025-08-20T19:15:56.2778405Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetMetaTableColumn.json",
2025-08-20T19:15:56.2778788Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetMetaTableDetailInfo.json",
2025-08-20T19:15:56.2779149Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetOnlineDDLProgress.json",
2025-08-20T19:15:56.2779459Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetOpLog.json",
2025-08-20T19:15:56.2779891Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetOrderAttachmentFile.json",
2025-08-20T19:15:56.2780240Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetOrderBaseInfo.json",
2025-08-20T19:15:56.2780644Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetOwnerApplyOrderDetail.json",
2025-08-20T19:15:56.2781217Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetPagedInstance.json",
2025-08-20T19:15:56.2781621Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetPermApplyOrderDetail.json",
2025-08-20T19:15:56.2782003Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetPhysicalDatabase.json",
2025-08-20T19:15:56.2782309Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetProxy.json",
2025-08-20T19:15:56.2782813Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetProxyAccess.json",
2025-08-20T19:15:56.2783183Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetRuleNumLimitOfSLA.json",
2025-08-20T19:15:56.2783614Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetSQLReviewCheckResultStatus.json",
2025-08-20T19:15:56.2784027Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetSQLReviewOptimizeDetail.json",
2025-08-20T19:15:56.2784379Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetStandardGroup.json",
2025-08-20T19:15:56.2784781Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetStructSyncExecSqlDetail.json",
2025-08-20T19:15:56.2785238Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetStructSyncJobAnalyzeResult.json",
2025-08-20T19:15:56.2785611Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetStructSyncJobDetail.json",
2025-08-20T19:15:56.2786014Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetStructSyncOrderDetail.json",
2025-08-20T19:15:56.2786369Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetTableDBTopology.json",
2025-08-20T19:15:56.2786713Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetTableTopology.json",
2025-08-20T19:15:56.2787003Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetTask.json",
2025-08-20T19:15:56.2787341Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetTaskFlowGraph.json",
2025-08-20T19:15:56.2787713Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetTaskFlowNotification.json",
2025-08-20T19:15:56.2788098Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetTaskInstanceRelation.json",
2025-08-20T19:15:56.2788388Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetUser.json",
2025-08-20T19:15:56.2788742Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetUserActiveTenant.json",
2025-08-20T19:15:56.2789129Z [00:02:03.088]➜  			"en-US/dms-enterprise/GetUserUploadFileJob.json",
2025-08-20T19:15:56.2789502Z [00:02:03.088]➜  			"en-US/dms-enterprise/GrantTemplateAuthority.json",
2025-08-20T19:15:56.2790120Z [00:02:03.088]➜  			"en-US/dms-enterprise/GrantUserPermission.json",
2025-08-20T19:15:56.2790531Z [00:02:03.088]➜  			"en-US/dms-enterprise/InspectProxyAccessSecret.json",
2025-08-20T19:15:56.2790915Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListAuthorityTemplate.json",
2025-08-20T19:15:56.2791368Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListClassificationTemplates.json",
2025-08-20T19:15:56.2791682Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListColumns.json",
2025-08-20T19:15:56.2792011Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListDAGVersions.json",
2025-08-20T19:15:56.2792340Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListDBTaskSQLJob.json",
2025-08-20T19:15:56.2792922Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListDBTaskSQLJobDetail.json",
2025-08-20T19:15:56.2793313Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListDDLPublishRecords.json",
2025-08-20T19:15:56.2793719Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListDataCorrectPreCheckDB.json",
2025-08-20T19:15:56.2794124Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListDataCorrectPreCheckSQL.json",
2025-08-20T19:15:56.2794589Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListDataImportSQLPreCheckDetail.json",
2025-08-20T19:15:56.2794965Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListDataImportSQLType.json",
2025-08-20T19:15:56.2795368Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListDatabaseUserPermssions.json",
2025-08-20T19:15:56.2795700Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListDatabases.json",
2025-08-20T19:15:56.2796062Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListDefaultSLARules.json",
2025-08-20T19:15:56.2796439Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListDesensitizationRule.json",
2025-08-20T19:15:56.2796794Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListEffectiveOrders.json",
2025-08-20T19:15:56.2797337Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListIndexes.json",
2025-08-20T19:15:56.2797771Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListInstanceLoginAuditLog.json",
2025-08-20T19:15:56.2798214Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListInstanceUserPermissions.json",
2025-08-20T19:15:56.2798547Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListInstances.json",
2025-08-20T19:15:56.2798933Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListLhTaskFlowAndScenario.json",
2025-08-20T19:15:56.2799286Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListLogicDatabases.json",
2025-08-20T19:15:56.2799662Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListLogicTableRouteConfig.json",
2025-08-20T19:15:56.2799985Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListLogicTables.json",
2025-08-20T19:15:56.2800285Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListOrders.json",
2025-08-20T19:15:56.2800590Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListProxies.json",
2025-08-20T19:15:56.2800944Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListProxyAccesses.json",
2025-08-20T19:15:56.2801346Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListProxySQLExecAuditLog.json",
2025-08-20T19:15:56.2801663Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListSLARules.json",
2025-08-20T19:15:56.2802032Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListSQLExecAuditLog.json",
2025-08-20T19:15:56.2802613Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListSQLReviewOriginSQL.json",
2025-08-20T19:15:56.2802951Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListScenarios.json",
2025-08-20T19:15:56.2803342Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListSensitiveColumns.json",
2025-08-20T19:15:56.2803743Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListSensitiveColumnsDetail.json",
2025-08-20T19:15:56.2804128Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListSensitiveDataAuditLog.json",
2025-08-20T19:15:56.2804482Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListSensitivityLevel.json",
2025-08-20T19:15:56.2804831Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListStandardGroups.json",
2025-08-20T19:15:56.2805149Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListTables.json",
2025-08-20T19:15:56.2805479Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListTaskFlow.json",
2025-08-20T19:15:56.2805852Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListTaskFlowConstants.json",
2025-08-20T19:15:56.2806504Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListTaskFlowCooperators.json",
2025-08-20T19:15:56.2806921Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListTaskFlowEdgesByCondition.json",
2025-08-20T19:15:56.2807287Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListTaskFlowInstance.json",
2025-08-20T19:15:56.2807672Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListTaskFlowTimeVariables.json",
2025-08-20T19:15:56.2808031Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListTaskFlowsByPage.json",
2025-08-20T19:15:56.2810601Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListTasksInTaskFlow.json",
2025-08-20T19:15:56.2821493Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListUserPermissions.json",
2025-08-20T19:15:56.2821867Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListUserTenants.json",
2025-08-20T19:15:56.2822217Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListUsers.json",
2025-08-20T19:15:56.2822771Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListWorkFlowNodes.json",
2025-08-20T19:15:56.2823191Z [00:02:03.088]➜  			"en-US/dms-enterprise/ListWorkFlowTemplates.json",
2025-08-20T19:15:56.2823619Z [00:02:03.088]➜  			"en-US/dms-enterprise/MakeTaskFlowInstanceSuccess.json",
2025-08-20T19:15:56.2824025Z [00:02:03.088]➜  			"en-US/dms-enterprise/ModifyDataCorrectExecSQL.json",
2025-08-20T19:15:56.2824461Z [00:02:03.088]➜  			"en-US/dms-enterprise/ModifyDesensitizationStrategy.json",
2025-08-20T19:15:56.2824807Z [00:02:03.088]➜  			"en-US/dms-enterprise/ModifyInstance.json",
2025-08-20T19:15:56.2825181Z [00:02:03.088]➜  			"en-US/dms-enterprise/MoveTaskFlowToScenario.json",
2025-08-20T19:15:56.2825525Z [00:02:03.088]➜  			"en-US/dms-enterprise/OfflineTaskFlow.json",
2025-08-20T19:15:56.2825910Z [00:02:03.088]➜  			"en-US/dms-enterprise/PauseDataCorrectSQLJob.json",
2025-08-20T19:15:56.2826502Z [00:02:03.088]➜  			"en-US/dms-enterprise/PreviewWorkflow.json",
2025-08-20T19:15:56.2826945Z [00:02:03.088]➜  			"en-US/dms-enterprise/PublishAndDeployTaskFlow.json",
2025-08-20T19:15:56.2827459Z [00:02:03.088]➜  			"en-US/dms-enterprise/QueryDataTrackResultDownloadStatus.json",
2025-08-20T19:15:56.2827822Z [00:02:03.088]➜  			"en-US/dms-enterprise/ReDeployLhDagVersion.json",
2025-08-20T19:15:56.2828201Z [00:02:03.088]➜  			"en-US/dms-enterprise/ReRunTaskFlowInstance.json",
2025-08-20T19:15:56.2828573Z [00:02:03.088]➜  			"en-US/dms-enterprise/RefundPayAsYouGoOrder.json",
2025-08-20T19:15:56.2828911Z [00:02:03.088]➜  			"en-US/dms-enterprise/RegisterInstance.json",
2025-08-20T19:15:56.2829235Z [00:02:03.088]➜  			"en-US/dms-enterprise/RegisterUser.json",
2025-08-20T19:15:56.2829624Z [00:02:03.088]➜  			"en-US/dms-enterprise/RestartDataCorrectSQLJob.json",
2025-08-20T19:15:56.2829994Z [00:02:03.088]➜  			"en-US/dms-enterprise/ResumeTaskFlowInstance.json",
2025-08-20T19:15:56.2830398Z [00:02:03.088]➜  			"en-US/dms-enterprise/RetryDataCorrectPreCheck.json",
2025-08-20T19:15:56.2830778Z [00:02:03.088]➜  			"en-US/dms-enterprise/RevokeTemplateAuthority.json",
2025-08-20T19:15:56.2831158Z [00:02:03.088]➜  			"en-US/dms-enterprise/RevokeUserPermission.json",
2025-08-20T19:15:56.2831514Z [00:02:03.088]➜  			"en-US/dms-enterprise/SearchDataTrackResult.json",
2025-08-20T19:15:56.2831841Z [00:02:03.088]➜  			"en-US/dms-enterprise/SearchDatabase.json",
2025-08-20T19:15:56.2832151Z [00:02:03.088]➜  			"en-US/dms-enterprise/SearchTable.json",
2025-08-20T19:15:56.2833875Z [00:02:03.088]➜  			"en-US/dms-enterprise/SetOwners.json",
2025-08-20T19:15:56.2834320Z [00:02:03.088]➜  			"en-US/dms-enterprise/SkipDataCorrectRowCheck.json",
2025-08-20T19:15:56.2834742Z [00:02:03.088]➜  			"en-US/dms-enterprise/StopTaskFlowInstance.json",
2025-08-20T19:15:56.2835100Z [00:02:03.088]➜  			"en-US/dms-enterprise/SubmitOrderApproval.json",
2025-08-20T19:15:56.2835538Z [00:02:03.088]➜  			"en-US/dms-enterprise/SubmitStructSyncOrderApproval.json",
2025-08-20T19:15:56.2835946Z [00:02:03.088]➜  			"en-US/dms-enterprise/SuspendTaskFlowInstance.json",
2025-08-20T19:15:56.2836295Z [00:02:03.088]➜  			"en-US/dms-enterprise/SyncDatabaseMeta.json",
2025-08-20T19:15:56.2848183Z [00:02:03.088]➜  			"en-US/dms-enterprise/SyncInstanceMeta.json",
2025-08-20T19:15:56.2848598Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateAuthorityTemplate.json",
2025-08-20T19:15:56.2848933Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateInstance.json",
2025-08-20T19:15:56.2849256Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateSLARules.json",
2025-08-20T19:15:56.2849579Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateScenario.json",
2025-08-20T19:15:56.2849955Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateStandardGroup.json",
2025-08-20T19:15:56.2850295Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskConfig.json",
2025-08-20T19:15:56.2850639Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskContent.json",
2025-08-20T19:15:56.2851033Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskFlowConstants.json",
2025-08-20T19:15:56.2851436Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskFlowCooperators.json",
2025-08-20T19:15:56.2851808Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskFlowEdges.json",
2025-08-20T19:15:56.2852193Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskFlowNameAndDesc.json",
2025-08-20T19:15:56.2852840Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskFlowNotification.json",
2025-08-20T19:15:56.2853209Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskFlowOwner.json",
2025-08-20T19:15:56.2853598Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskFlowRelations.json",
2025-08-20T19:15:56.2853965Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskFlowSchedule.json",
2025-08-20T19:15:56.2854369Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskFlowTimeVariables.json",
2025-08-20T19:15:56.2854696Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskName.json",
2025-08-20T19:15:56.2855037Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskOutput.json",
2025-08-20T19:15:56.2855639Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateTaskTimeVariables.json",
2025-08-20T19:15:56.2855976Z [00:02:03.088]➜  			"en-US/dms-enterprise/UpdateUser.json",
2025-08-20T19:15:56.2856284Z [00:02:03.088]➜  			"en-US/dms-enterprise/version.json",
2025-08-20T19:15:56.2856563Z [00:02:03.088]➜  			"en-US/domain/CheckDomain.json",
2025-08-20T19:15:56.2856824Z [00:02:03.088]➜  			"en-US/domain/CreateOrder.json",
2025-08-20T19:15:56.2857150Z [00:02:03.088]➜  			"en-US/domain/DeleteContactTemplate.json",
2025-08-20T19:15:56.2857418Z [00:02:03.088]➜  			"en-US/domain/GetWhoisInfo.json",
2025-08-20T19:15:56.2857715Z [00:02:03.088]➜  			"en-US/domain/OSuborderDomain.json",
2025-08-20T19:15:56.2858056Z [00:02:03.088]➜  			"en-US/domain/QueryBatchTaskDetailList.json",
2025-08-20T19:15:56.2858375Z [00:02:03.088]➜  			"en-US/domain/QueryBatchTaskList.json",
2025-08-20T19:15:56.2858667Z [00:02:03.088]➜  			"en-US/domain/QueryContact.json",
2025-08-20T19:15:56.2859004Z [00:02:03.088]➜  			"en-US/domain/QueryContactTemplate.json",
2025-08-20T19:15:56.2859321Z [00:02:03.088]➜  			"en-US/domain/QueryDomainBySaleId.json",
2025-08-20T19:15:56.2859637Z [00:02:03.088]➜  			"en-US/domain/QueryDomainList.json",
2025-08-20T19:15:56.2859946Z [00:02:03.088]➜  			"en-US/domain/QueryFailReasonList.json",
2025-08-20T19:15:56.2860222Z [00:02:03.088]➜  			"en-US/domain/QueryOrder.json",
2025-08-20T19:15:56.2860524Z [00:02:03.088]➜  			"en-US/domain/SaveContactTemplate.json",
2025-08-20T19:15:56.2860914Z [00:02:03.088]➜  			"en-US/domain/SaveContactTemplateCredential.json",
2025-08-20T19:15:56.2861293Z [00:02:03.088]➜  			"en-US/domain/SaveTaskForModifyingDomainDns.json",
2025-08-20T19:15:56.2861781Z [00:02:03.089]➜  			"en-US/domain/SaveTaskForSubmittingDomainNameCredential.json",
2025-08-20T19:15:56.2862603Z [00:02:03.089]➜  			"en-US/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json",
2025-08-20T19:15:56.2863085Z [00:02:03.089]➜  			"en-US/domain/SaveTaskForUpdatingContactByTempateId.json",
2025-08-20T19:15:56.2863559Z [00:02:03.089]➜  			"en-US/domain/SaveTaskForUpdatingContactByTemplateId.json",
2025-08-20T19:15:56.2863866Z [00:02:03.089]➜  			"en-US/domain/WhoisProtection.json",
2025-08-20T19:15:56.2864376Z [00:02:03.089]➜  			"en-US/domain/version.json",
2025-08-20T19:15:56.2864689Z [00:02:03.089]➜  			"en-US/drds/ChangeAccountPassword.json",
2025-08-20T19:15:56.2864985Z [00:02:03.089]➜  			"en-US/drds/ChangeInstanceAzone.json",
2025-08-20T19:15:56.2865271Z [00:02:03.089]➜  			"en-US/drds/CheckDrdsDbName.json",
2025-08-20T19:15:56.2865552Z [00:02:03.089]➜  			"en-US/drds/CheckExpandStatus.json",
2025-08-20T19:15:56.2865893Z [00:02:03.089]➜  			"en-US/drds/CheckSqlAuditEnableStatus.json",
2025-08-20T19:15:56.2866174Z [00:02:03.089]➜  			"en-US/drds/CreateDrdsDB.json",
2025-08-20T19:15:56.2866487Z [00:02:03.089]➜  			"en-US/drds/CreateDrdsInstance.json",
2025-08-20T19:15:56.2866798Z [00:02:03.089]➜  			"en-US/drds/CreateInstanceAccount.json",
2025-08-20T19:15:56.2867186Z [00:02:03.089]➜  			"en-US/drds/CreateInstanceInternetAddress.json",
2025-08-20T19:15:56.2867509Z [00:02:03.089]➜  			"en-US/drds/CreateOrderForRds.json",
2025-08-20T19:15:56.2867862Z [00:02:03.089]➜  			"en-US/drds/CreateShardTask.json",
2025-08-20T19:15:56.2868176Z [00:02:03.089]➜  			"en-US/drds/DescribeBackMenu.json",
2025-08-20T19:15:56.2868529Z [00:02:03.089]➜  			"en-US/drds/DescribeBackupDbs.json",
2025-08-20T19:15:56.2868821Z [00:02:03.089]➜  			"en-US/drds/DescribeBackupLocal.json",
2025-08-20T19:15:56.2869121Z [00:02:03.089]➜  			"en-US/drds/DescribeBackupPolicy.json",
2025-08-20T19:15:56.2869423Z [00:02:03.089]➜  			"en-US/drds/DescribeBackupSets.json",
2025-08-20T19:15:56.2869716Z [00:02:03.089]➜  			"en-US/drds/DescribeBackupTimes.json",
2025-08-20T19:15:56.2870074Z [00:02:03.089]➜  			"en-US/drds/DescribeBroadcastTables.json",
2025-08-20T19:15:56.2870417Z [00:02:03.089]➜  			"en-US/drds/DescribeDbInstanceDbs.json",
2025-08-20T19:15:56.2870725Z [00:02:03.089]➜  			"en-US/drds/DescribeDbInstances.json",
2025-08-20T19:15:56.2871216Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsDB.json",
2025-08-20T19:15:56.2871565Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsDBCluster.json",
2025-08-20T19:15:56.2871929Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsDBIpWhiteList.json",
2025-08-20T19:15:56.2872229Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsDBs.json",
2025-08-20T19:15:56.2879326Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsDbInstance.json",
2025-08-20T19:15:56.2894465Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsDbInstances.json",
2025-08-20T19:15:56.2894854Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsDbRdsNameList.json",
2025-08-20T19:15:56.2895193Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsInstance.json",
2025-08-20T19:15:56.2895580Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsInstanceDbMonitor.json",
2025-08-20T19:15:56.2895981Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsInstanceLevelTasks.json",
2025-08-20T19:15:56.2896357Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsInstanceMonitor.json",
2025-08-20T19:15:56.2896736Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsInstanceVersion.json",
2025-08-20T19:15:56.2897055Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsInstances.json",
2025-08-20T19:15:56.2897387Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsParams.json",
2025-08-20T19:15:56.2897722Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsRdsInstances.json",
2025-08-20T19:15:56.2898048Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsShardingDbs.json",
2025-08-20T19:15:56.2898352Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsSlowSqls.json",
2025-08-20T19:15:56.2898704Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsSqlAuditStatus.json",
2025-08-20T19:15:56.2899002Z [00:02:03.089]➜  			"en-US/drds/DescribeDrdsTasks.json",
2025-08-20T19:15:56.2899412Z [00:02:03.089]➜  			"en-US/drds/DescribeExpandLogicTableInfoList.json",
2025-08-20T19:15:56.2899716Z [00:02:03.089]➜  			"en-US/drds/DescribeHotDbList.json",
2025-08-20T19:15:56.2900045Z [00:02:03.089]➜  			"en-US/drds/DescribeInstDbLogInfo.json",
2025-08-20T19:15:56.2900370Z [00:02:03.089]➜  			"en-US/drds/DescribeInstDbSlsInfo.json",
2025-08-20T19:15:56.2900712Z [00:02:03.089]➜  			"en-US/drds/DescribeInstanceAccounts.json",
2025-08-20T19:15:56.2901319Z [00:02:03.089]➜  			"en-US/drds/DescribeInstanceSwitchAzone.json",
2025-08-20T19:15:56.2901819Z [00:02:03.089]➜  			"en-US/drds/DescribeInstanceSwitchNetwork.json",
2025-08-20T19:15:56.2902270Z [00:02:03.089]➜  			"en-US/drds/DescribePreCheckResult.json",
2025-08-20T19:15:56.2902913Z [00:02:03.089]➜  			"en-US/drds/DescribeRDSPerformance.json",
2025-08-20T19:15:56.2903484Z [00:02:03.089]➜  			"en-US/drds/DescribeRdsCommodity.json",
2025-08-20T19:15:56.2903946Z [00:02:03.089]➜  			"en-US/drds/DescribeRdsPerformanceSummary.json",
2025-08-20T19:15:56.2904457Z [00:02:03.089]➜  			"en-US/drds/DescribeRdsSuperAccountInstances.json",
2025-08-20T19:15:56.2904831Z [00:02:03.089]➜  			"en-US/drds/DescribeRecycleBinStatus.json",
2025-08-20T19:15:56.2905265Z [00:02:03.089]➜  			"en-US/drds/DescribeRecycleBinTables.json",
2025-08-20T19:15:56.2905627Z [00:02:03.089]➜  			"en-US/drds/DescribeRestoreOrder.json",
2025-08-20T19:15:56.2906160Z [00:02:03.089]➜  			"en-US/drds/DescribeShardTaskInfo.json",
2025-08-20T19:15:56.2906584Z [00:02:03.089]➜  			"en-US/drds/DescribeSqlFlashbakTask.json",
2025-08-20T19:15:56.2907107Z [00:02:03.089]➜  			"en-US/drds/DescribeTable.json",
2025-08-20T19:15:56.2907509Z [00:02:03.089]➜  			"en-US/drds/DescribeTableListByType.json",
2025-08-20T19:15:56.2907870Z [00:02:03.089]➜  			"en-US/drds/DescribeTables.json",
2025-08-20T19:15:56.2908291Z [00:02:03.089]➜  			"en-US/drds/DisableSqlAudit.json",
2025-08-20T19:15:56.2908762Z [00:02:03.089]➜  			"en-US/drds/EnableInstanceIpv6Address.json",
2025-08-20T19:15:56.2909090Z [00:02:03.089]➜  			"en-US/drds/EnableSqlAudit.json",
2025-08-20T19:15:56.2909559Z [00:02:03.089]➜  			"en-US/drds/EnableSqlFlashbackMatchSwitch.json",
2025-08-20T19:15:56.2909937Z [00:02:03.089]➜  			"en-US/drds/FlashbackRecycleBinTable.json",
2025-08-20T19:15:56.2910625Z [00:02:03.089]➜  			"en-US/drds/GetDrdsDbRdsRelationInfo.json",
2025-08-20T19:15:56.2910995Z [00:02:03.089]➜  			"en-US/drds/ListTagResources.json",
2025-08-20T19:15:56.2911434Z [00:02:03.089]➜  			"en-US/drds/ManagePrivateRds.json",
2025-08-20T19:15:56.2911836Z [00:02:03.089]➜  			"en-US/drds/ModifyAccountDescription.json",
2025-08-20T19:15:56.2912263Z [00:02:03.089]➜  			"en-US/drds/ModifyAccountPrivilege.json",
2025-08-20T19:15:56.2912993Z [00:02:03.089]➜  			"en-US/drds/ModifyDrdsInstanceDescription.json",
2025-08-20T19:15:56.2913611Z [00:02:03.089]➜  			"en-US/drds/ModifyDrdsIpWhiteList.json",
2025-08-20T19:15:56.2914054Z [00:02:03.089]➜  			"en-US/drds/ModifyPolarDbReadWeight.json",
2025-08-20T19:15:56.2914488Z [00:02:03.089]➜  			"en-US/drds/ModifyRdsReadWeight.json",
2025-08-20T19:15:56.2914834Z [00:02:03.089]➜  			"en-US/drds/PutStartBackup.json",
2025-08-20T19:15:56.2915222Z [00:02:03.089]➜  			"en-US/drds/RefreshDrdsAtomUrl.json",
2025-08-20T19:15:56.2915747Z [00:02:03.089]➜  			"en-US/drds/ReleaseInstanceInternetAddress.json",
2025-08-20T19:15:56.2916272Z [00:02:03.089]➜  			"en-US/drds/RemoveBackupsSet.json",
2025-08-20T19:15:56.2916602Z [00:02:03.089]➜  			"en-US/drds/RemoveDrdsDb.json",
2025-08-20T19:15:56.2917049Z [00:02:03.089]➜  			"en-US/drds/RemoveDrdsDbFailedRecord.json",
2025-08-20T19:15:56.2917382Z [00:02:03.089]➜  			"en-US/drds/RemoveDrdsInstance.json",
2025-08-20T19:15:56.2917841Z [00:02:03.089]➜  			"en-US/drds/RemoveInstanceAccount.json",
2025-08-20T19:15:56.2918224Z [00:02:03.089]➜  			"en-US/drds/RemoveRecycleBinTable.json",
2025-08-20T19:15:56.2918624Z [00:02:03.089]➜  			"en-US/drds/RestartDrdsInstance.json",
2025-08-20T19:15:56.2919007Z [00:02:03.089]➜  			"en-US/drds/RollbackInstanceVersion.json",
2025-08-20T19:15:56.2919400Z [00:02:03.089]➜  			"en-US/drds/SetBackupLocal.json",
2025-08-20T19:15:56.2919729Z [00:02:03.089]➜  			"en-US/drds/SetBackupPolicy.json",
2025-08-20T19:15:56.2920291Z [00:02:03.089]➜  			"en-US/drds/SetupBroadcastTables.json",
2025-08-20T19:15:56.2920633Z [00:02:03.089]➜  			"en-US/drds/SetupDrdsParams.json",
2025-08-20T19:15:56.2921037Z [00:02:03.089]➜  			"en-US/drds/SetupRecycleBinStatus.json",
2025-08-20T19:15:56.2921340Z [00:02:03.089]➜  			"en-US/drds/SetupTable.json",
2025-08-20T19:15:56.2921908Z [00:02:03.089]➜  			"en-US/drds/StartRestore.json",
2025-08-20T19:15:56.2922338Z [00:02:03.089]➜  			"en-US/drds/SubmitCleanTask.json",
2025-08-20T19:15:56.2924317Z [00:02:03.089]➜  			"en-US/drds/SubmitHotExpandPreCheckTask.json",
2025-08-20T19:15:56.2924720Z [00:02:03.089]➜  			"en-US/drds/SubmitHotExpandTask.json",
2025-08-20T19:15:56.2925204Z [00:02:03.089]➜  			"en-US/drds/SubmitSmoothExpandPreCheck.json",
2025-08-20T19:15:56.2925645Z [00:02:03.089]➜  			"en-US/drds/SubmitSmoothExpandPreCheckTask.json",
2025-08-20T19:15:56.2926209Z [00:02:03.089]➜  			"en-US/drds/SubmitSqlFlashbackTask.json",
2025-08-20T19:15:56.2926637Z [00:02:03.089]➜  			"en-US/drds/SwitchGlobalBroadcastType.json",
2025-08-20T19:15:56.2927012Z [00:02:03.089]➜  			"en-US/drds/TagResources.json",
2025-08-20T19:15:56.2927362Z [00:02:03.089]➜  			"en-US/drds/UntagResources.json",
2025-08-20T19:15:56.2927767Z [00:02:03.089]➜  			"en-US/drds/UpdateInstanceNetwork.json",
2025-08-20T19:15:56.2928116Z [00:02:03.089]➜  			"en-US/drds/UpdatePrivateRdsClass.json",
2025-08-20T19:15:56.2928675Z [00:02:03.089]➜  			"en-US/drds/UpdateResourceGroupAttribute.json",
2025-08-20T19:15:56.2929035Z [00:02:03.089]➜  			"en-US/drds/UpgradeHiStoreInstance.json",
2025-08-20T19:15:56.2929432Z [00:02:03.089]➜  			"en-US/drds/UpgradeInstanceVersion.json",
2025-08-20T19:15:56.2929764Z [00:02:03.089]➜  			"en-US/drds/ValidateShardTask.json",
2025-08-20T19:15:56.2930051Z [00:02:03.089]➜  			"en-US/drds/version.json",
2025-08-20T19:15:56.2930532Z [00:02:03.089]➜  			"en-US/dts/ConfigureDtsJob.json",
2025-08-20T19:15:56.2930912Z [00:02:03.089]➜  			"en-US/dts/ConfigureMigrationJob.json",
2025-08-20T19:15:56.2934148Z [00:02:03.089]➜  			"en-US/dts/ConfigureMigrationJobAlert.json",
2025-08-20T19:15:56.2934626Z [00:02:03.089]➜  			"en-US/dts/ConfigureSubscription.json",
2025-08-20T19:15:56.2935346Z [00:02:03.089]➜  			"en-US/dts/ConfigureSubscriptionInstance.json",
2025-08-20T19:15:56.2935799Z [00:02:03.089]➜  			"en-US/dts/ConfigureSubscriptionInstanceAlert.json",
2025-08-20T19:15:56.2936395Z [00:02:03.089]➜  			"en-US/dts/ConfigureSynchronizationJob.json",
2025-08-20T19:15:56.2936823Z [00:02:03.089]➜  			"en-US/dts/ConfigureSynchronizationJobAlert.json",
2025-08-20T19:15:56.2937417Z [00:02:03.089]➜  			"en-US/dts/ConfigureSynchronizationJobReplicatorCompare.json",
2025-08-20T19:15:56.2937788Z [00:02:03.089]➜  			"en-US/dts/CountJobByCondition.json",
2025-08-20T19:15:56.2938175Z [00:02:03.089]➜  			"en-US/dts/CreateConsumerChannel.json",
2025-08-20T19:15:56.2938620Z [00:02:03.089]➜  			"en-US/dts/CreateConsumerGroup.json",
2025-08-20T19:15:56.2939182Z [00:02:03.089]➜  			"en-US/dts/CreateDedicatedClusterMonitorRule.json",
2025-08-20T19:15:56.2939546Z [00:02:03.089]➜  			"en-US/dts/CreateDtsInstance.json",
2025-08-20T19:15:56.2940030Z [00:02:03.089]➜  			"en-US/dts/CreateJobMonitorRule.json",
2025-08-20T19:15:56.2940431Z [00:02:03.089]➜  			"en-US/dts/CreateMigrationJob.json",
2025-08-20T19:15:56.2940953Z [00:02:03.089]➜  			"en-US/dts/CreateReverseDtsJob.json",
2025-08-20T19:15:56.2941419Z [00:02:03.089]➜  			"en-US/dts/CreateSubscriptionInstance.json",
2025-08-20T19:15:56.2941862Z [00:02:03.089]➜  			"en-US/dts/CreateSynchronizationJob.json",
2025-08-20T19:15:56.2942247Z [00:02:03.089]➜  			"en-US/dts/DeleteConsumerChannel.json",
2025-08-20T19:15:56.2942978Z [00:02:03.089]➜  			"en-US/dts/DeleteConsumerGroup.json",
2025-08-20T19:15:56.2954165Z [00:02:03.089]➜  			"en-US/dts/DeleteDtsJob.json",
2025-08-20T19:15:56.2954606Z [00:02:03.089]➜  			"en-US/dts/DeleteDtsJobs.json",
2025-08-20T19:15:56.2954977Z [00:02:03.089]➜  			"en-US/dts/DeleteMigrationJob.json",
2025-08-20T19:15:56.2955490Z [00:02:03.089]➜  			"en-US/dts/DeleteSubscriptionInstance.json",
2025-08-20T19:15:56.2955876Z [00:02:03.089]➜  			"en-US/dts/DeleteSynchronizationJob.json",
2025-08-20T19:15:56.2956351Z [00:02:03.089]➜  			"en-US/dts/DescribeCheckJobs.json",
2025-08-20T19:15:56.2956846Z [00:02:03.089]➜  			"en-US/dts/DescribeClusterOperateLogs.json",
2025-08-20T19:15:56.2957598Z [00:02:03.089]➜  			"en-US/dts/DescribeClusterUsedUtilization.json",
2025-08-20T19:15:56.2957983Z [00:02:03.089]➜  			"en-US/dts/DescribeConnectionStatus.json",
2025-08-20T19:15:56.2958477Z [00:02:03.089]➜  			"en-US/dts/DescribeConsumerChannel.json",
2025-08-20T19:15:56.2958814Z [00:02:03.089]➜  			"en-US/dts/DescribeConsumerGroup.json",
2025-08-20T19:15:56.2959287Z [00:02:03.089]➜  			"en-US/dts/DescribeDTSIP.json",
2025-08-20T19:15:56.2959669Z [00:02:03.089]➜  			"en-US/dts/DescribeDataCheckReportUrl.json",
2025-08-20T19:15:56.2960167Z [00:02:03.089]➜  			"en-US/dts/DescribeDataCheckTableDetails.json",
2025-08-20T19:15:56.2960617Z [00:02:03.089]➜  			"en-US/dts/DescribeDataCheckTableDiffDetails.json",
2025-08-20T19:15:56.2961039Z [00:02:03.089]➜  			"en-US/dts/DescribeDedicatedCluster.json",
2025-08-20T19:15:56.2961641Z [00:02:03.089]➜  			"en-US/dts/DescribeDedicatedClusterMonitorRule.json",
2025-08-20T19:15:56.2962149Z [00:02:03.089]➜  			"en-US/dts/DescribeDtsEtlJobVersionInfo.json",
2025-08-20T19:15:56.2962773Z [00:02:03.089]➜  			"en-US/dts/DescribeDtsJobDetail.json",
2025-08-20T19:15:56.2963173Z [00:02:03.089]➜  			"en-US/dts/DescribeDtsJobs.json",
2025-08-20T19:15:56.2963532Z [00:02:03.089]➜  			"en-US/dts/DescribeDtsServiceLog.json",
2025-08-20T19:15:56.2964098Z [00:02:03.089]➜  			"en-US/dts/DescribeEndpointSwitchStatus.json",
2025-08-20T19:15:56.2964474Z [00:02:03.089]➜  			"en-US/dts/DescribeEtlJobLogs.json",
2025-08-20T19:15:56.2964969Z [00:02:03.089]➜  			"en-US/dts/DescribeInitializationStatus.json",
2025-08-20T19:15:56.2965334Z [00:02:03.089]➜  			"en-US/dts/DescribeJobMonitorRule.json",
2025-08-20T19:15:56.2965726Z [00:02:03.089]➜  			"en-US/dts/DescribeMetricList.json",
2025-08-20T19:15:56.2966086Z [00:02:03.089]➜  			"en-US/dts/DescribeMigrationJobAlert.json",
2025-08-20T19:15:56.2966822Z [00:02:03.089]➜  			"en-US/dts/DescribeMigrationJobDetail.json",
2025-08-20T19:15:56.2967248Z [00:02:03.089]➜  			"en-US/dts/DescribeMigrationJobStatus.json",
2025-08-20T19:15:56.2967672Z [00:02:03.089]➜  			"en-US/dts/DescribeMigrationJobs.json",
2025-08-20T19:15:56.2968027Z [00:02:03.089]➜  			"en-US/dts/DescribePreCheckStatus.json",
2025-08-20T19:15:56.2968501Z [00:02:03.089]➜  			"en-US/dts/DescribeSubscriptionInstanceAlert.json",
2025-08-20T19:15:56.2969043Z [00:02:03.089]➜  			"en-US/dts/DescribeSubscriptionInstanceStatus.json",
2025-08-20T19:15:56.2969588Z [00:02:03.089]➜  			"en-US/dts/DescribeSubscriptionInstances.json",
2025-08-20T19:15:56.2969974Z [00:02:03.089]➜  			"en-US/dts/DescribeSubscriptionMeta.json",
2025-08-20T19:15:56.2970453Z [00:02:03.089]➜  			"en-US/dts/DescribeSynchronizationJobAlert.json",
2025-08-20T19:15:56.2970977Z [00:02:03.089]➜  			"en-US/dts/DescribeSynchronizationJobReplicatorCompare.json",
2025-08-20T19:15:56.2971505Z [00:02:03.089]➜  			"en-US/dts/DescribeSynchronizationJobStatus.json",
2025-08-20T19:15:56.2972004Z [00:02:03.089]➜  			"en-US/dts/DescribeSynchronizationJobStatusList.json",
2025-08-20T19:15:56.2972665Z [00:02:03.089]➜  			"en-US/dts/DescribeSynchronizationJobs.json",
2025-08-20T19:15:56.2989064Z [00:02:03.089]➜  			"en-US/dts/DescribeSynchronizationObjectModifyStatus.json",
2025-08-20T19:15:56.2989736Z [00:02:03.089]➜  			"en-US/dts/DescribeTagKeys.json",
2025-08-20T19:15:56.2990283Z [00:02:03.089]➜  			"en-US/dts/DescribeTagValues.json",
2025-08-20T19:15:56.2990716Z [00:02:03.089]➜  			"en-US/dts/InitDtsRdsInstance.json",
2025-08-20T19:15:56.2991092Z [00:02:03.089]➜  			"en-US/dts/ListDedicatedCluster.json",
2025-08-20T19:15:56.2991492Z [00:02:03.089]➜  			"en-US/dts/ListTagResources.json",
2025-08-20T19:15:56.2991864Z [00:02:03.089]➜  			"en-US/dts/ModifyConsumerChannel.json",
2025-08-20T19:15:56.2992659Z [00:02:03.089]➜  			"en-US/dts/ModifyConsumerGroupPassword.json",
2025-08-20T19:15:56.2993096Z [00:02:03.089]➜  			"en-US/dts/ModifyConsumptionTimestamp.json",
2025-08-20T19:15:56.2993536Z [00:02:03.089]➜  			"en-US/dts/ModifyDedicatedCluster.json",
2025-08-20T19:15:56.2993855Z [00:02:03.090]➜  			"en-US/dts/ModifyDtsJob.json",
2025-08-20T19:15:56.2994489Z [00:02:03.090]➜  			"en-US/dts/ModifyDtsJobConfig.json",
2025-08-20T19:15:56.2995047Z [00:02:03.090]➜  			"en-US/dts/ModifyDtsJobDedicatedCluster.json",
2025-08-20T19:15:56.2995518Z [00:02:03.090]➜  			"en-US/dts/ModifyDtsJobDuLimit.json",
2025-08-20T19:15:56.2995893Z [00:02:03.090]➜  			"en-US/dts/ModifyDtsJobEndpoint.json",
2025-08-20T19:15:56.2996289Z [00:02:03.090]➜  			"en-US/dts/ModifyDtsJobName.json",
2025-08-20T19:15:56.2996674Z [00:02:03.090]➜  			"en-US/dts/ModifyDtsJobPassword.json",
2025-08-20T19:15:56.2997200Z [00:02:03.090]➜  			"en-US/dts/ModifyDynamicConfig.json",
2025-08-20T19:15:56.2997618Z [00:02:03.090]➜  			"en-US/dts/ModifySubscription.json",
2025-08-20T19:15:56.2998094Z [00:02:03.090]➜  			"en-US/dts/ModifySubscriptionObject.json",
2025-08-20T19:15:56.2998535Z [00:02:03.090]➜  			"en-US/dts/ModifySynchronizationObject.json",
2025-08-20T19:15:56.2998965Z [00:02:03.090]➜  			"en-US/dts/RenewInstance.json",
2025-08-20T19:15:56.2999316Z [00:02:03.090]➜  			"en-US/dts/ResetDtsJob.json",
2025-08-20T19:15:56.2999909Z [00:02:03.090]➜  			"en-US/dts/ResetSynchronizationJob.json",
2025-08-20T19:15:56.3000267Z [00:02:03.090]➜  			"en-US/dts/ShieldPrecheck.json",
2025-08-20T19:15:56.3000650Z [00:02:03.090]➜  			"en-US/dts/SkipPreCheck.json",
2025-08-20T19:15:56.3000969Z [00:02:03.090]➜  			"en-US/dts/StartDtsJob.json",
2025-08-20T19:15:56.3001307Z [00:02:03.090]➜  			"en-US/dts/StartDtsJobs.json",
2025-08-20T19:15:56.3001761Z [00:02:03.090]➜  			"en-US/dts/StartMigrationJob.json",
2025-08-20T19:15:56.3002183Z [00:02:03.090]➜  			"en-US/dts/StartReverseWriter.json",
2025-08-20T19:15:56.3005377Z [00:02:03.090]➜  			"en-US/dts/StartSubscriptionInstance.json",
2025-08-20T19:15:56.3005938Z [00:02:03.090]➜  			"en-US/dts/StartSynchronizationJob.json",
2025-08-20T19:15:56.3006294Z [00:02:03.090]➜  			"en-US/dts/StopDedicatedCluster.json",
2025-08-20T19:15:56.3007014Z [00:02:03.090]➜  			"en-US/dts/StopDtsJob.json",
2025-08-20T19:15:56.3007381Z [00:02:03.090]➜  			"en-US/dts/StopDtsJobs.json",
2025-08-20T19:15:56.3007745Z [00:02:03.090]➜  			"en-US/dts/StopMigrationJob.json",
2025-08-20T19:15:56.3008137Z [00:02:03.090]➜  			"en-US/dts/SummaryJobDetail.json",
2025-08-20T19:15:56.3008478Z [00:02:03.090]➜  			"en-US/dts/SuspendDtsJob.json",
2025-08-20T19:15:56.3008947Z [00:02:03.090]➜  			"en-US/dts/SuspendDtsJobs.json",
2025-08-20T19:15:56.3009343Z [00:02:03.090]➜  			"en-US/dts/SuspendMigrationJob.json",
2025-08-20T19:15:56.3009774Z [00:02:03.090]➜  			"en-US/dts/SuspendSynchronizationJob.json",
2025-08-20T19:15:56.3010172Z [00:02:03.090]➜  			"en-US/dts/SwitchPhysicalDtsJobToCloud.json",
2025-08-20T19:15:56.3010682Z [00:02:03.090]➜  			"en-US/dts/SwitchSynchronizationEndpoint.json",
2025-08-20T19:15:56.3010994Z [00:02:03.090]➜  			"en-US/dts/TagResources.json",
2025-08-20T19:15:56.3011533Z [00:02:03.090]➜  			"en-US/dts/TransferInstanceClass.json",
2025-08-20T19:15:56.3011909Z [00:02:03.090]➜  			"en-US/dts/TransferPayType.json",
2025-08-20T19:15:56.3012301Z [00:02:03.090]➜  			"en-US/dts/UntagResources.json",
2025-08-20T19:15:56.3016391Z [00:02:03.090]➜  			"en-US/dts/UpgradeTwoWay.json",
2025-08-20T19:15:56.3016825Z [00:02:03.090]➜  			"en-US/dts/WhiteIpList.json",
2025-08-20T19:15:56.3017137Z [00:02:03.090]➜  			"en-US/dts/version.json",
2025-08-20T19:15:56.3017533Z [00:02:03.090]➜  			"en-US/eci/CommitContainer.json",
2025-08-20T19:15:56.3017837Z [00:02:03.090]➜  			"en-US/eci/CopyDataCache.json",
2025-08-20T19:15:56.3018361Z [00:02:03.090]➜  			"en-US/eci/CreateContainerGroup.json",
2025-08-20T19:15:56.3018694Z [00:02:03.090]➜  			"en-US/eci/CreateDataCache.json",
2025-08-20T19:15:56.3019078Z [00:02:03.090]➜  			"en-US/eci/CreateImageCache.json",
2025-08-20T19:15:56.3019453Z [00:02:03.090]➜  			"en-US/eci/CreateInstanceOpsTask.json",
2025-08-20T19:15:56.3019842Z [00:02:03.090]➜  			"en-US/eci/CreateVirtualNode.json",
2025-08-20T19:15:56.3020330Z [00:02:03.090]➜  			"en-US/eci/DeleteContainerGroup.json",
2025-08-20T19:15:56.3020756Z [00:02:03.090]➜  			"en-US/eci/DeleteDataCache.json",
2025-08-20T19:15:56.3021173Z [00:02:03.090]➜  			"en-US/eci/DeleteImageCache.json",
2025-08-20T19:15:56.3021555Z [00:02:03.090]➜  			"en-US/eci/DeleteVirtualNode.json",
2025-08-20T19:15:56.3021936Z [00:02:03.090]➜  			"en-US/eci/DescribeAvailableResource.json",
2025-08-20T19:15:56.3022684Z [00:02:03.090]➜  			"en-US/eci/DescribeCommitContainerTask.json",
2025-08-20T19:15:56.3023165Z [00:02:03.090]➜  			"en-US/eci/DescribeContainerGroupEvents.json",
2025-08-20T19:15:56.3023653Z [00:02:03.090]➜  			"en-US/eci/DescribeContainerGroupMetric.json",
2025-08-20T19:15:56.3024067Z [00:02:03.090]➜  			"en-US/eci/DescribeContainerGroupPrice.json",
2025-08-20T19:15:56.3024521Z [00:02:03.090]➜  			"en-US/eci/DescribeContainerGroupStatus.json",
2025-08-20T19:15:56.3024872Z [00:02:03.090]➜  			"en-US/eci/DescribeContainerGroups.json",
2025-08-20T19:15:56.3025791Z [00:02:03.090]➜  			"en-US/eci/DescribeContainerLog.json",
2025-08-20T19:15:56.3026177Z [00:02:03.090]➜  			"en-US/eci/DescribeDataCaches.json",
2025-08-20T19:15:56.3026572Z [00:02:03.090]➜  			"en-US/eci/DescribeImageCaches.json",
2025-08-20T19:15:56.3026978Z [00:02:03.090]➜  			"en-US/eci/DescribeInstanceOpsRecords.json",
2025-08-20T19:15:56.3027439Z [00:02:03.090]➜  			"en-US/eci/DescribeMultiContainerGroupMetric.json",
2025-08-20T19:15:56.3027852Z [00:02:03.090]➜  			"en-US/eci/DescribeRegions.json",
2025-08-20T19:15:56.3028285Z [00:02:03.090]➜  			"en-US/eci/DescribeVirtualNodes.json",
2025-08-20T19:15:56.3028640Z [00:02:03.090]➜  			"en-US/eci/ExecContainerCommand.json",
2025-08-20T19:15:56.3029001Z [00:02:03.090]➜  			"en-US/eci/ListUsage.json",
2025-08-20T19:15:56.3029374Z [00:02:03.090]➜  			"en-US/eci/ResizeContainerGroupVolume.json",
2025-08-20T19:15:56.3029841Z [00:02:03.091]➜  			"en-US/eci/RestartContainerGroup.json",
2025-08-20T19:15:56.3030279Z [00:02:03.091]➜  			"en-US/eci/UpdateContainerGroup.json",
2025-08-20T19:15:56.3030684Z [00:02:03.091]➜  			"en-US/eci/UpdateDataCache.json",
2025-08-20T19:15:56.3031040Z [00:02:03.091]➜  			"en-US/eci/UpdateImageCache.json",
2025-08-20T19:15:56.3031468Z [00:02:03.091]➜  			"en-US/eci/UpdateVirtualNode.json",
2025-08-20T19:15:56.3031746Z [00:02:03.091]➜  			"en-US/eci/version.json",
2025-08-20T19:15:56.3032304Z [00:02:03.091]➜  			"en-US/ecs/AcceptInquiredSystemEvent.json",
2025-08-20T19:15:56.3032956Z [00:02:03.091]➜  			"en-US/ecs/ActivateRouterInterface.json",
2025-08-20T19:15:56.3033385Z [00:02:03.091]➜  			"en-US/ecs/AddBandwidthPackageIps.json",
2025-08-20T19:15:56.3033815Z [00:02:03.091]➜  			"en-US/ecs/AddTags.json",
2025-08-20T19:15:56.3034197Z [00:02:03.091]➜  			"en-US/ecs/AllocateDedicatedHosts.json",
2025-08-20T19:15:56.3034630Z [00:02:03.091]➜  			"en-US/ecs/AllocateEipAddress.json",
2025-08-20T19:15:56.3035110Z [00:02:03.091]➜  			"en-US/ecs/AllocatePublicIpAddress.json",
2025-08-20T19:15:56.3035473Z [00:02:03.091]➜  			"en-US/ecs/ApplyAutoSnapshotPolicy.json",
2025-08-20T19:15:56.3035875Z [00:02:03.091]➜  			"en-US/ecs/AssignIpv6Addresses.json",
2025-08-20T19:15:56.3036252Z [00:02:03.091]➜  			"en-US/ecs/AssignPrivateIpAddresses.json",
2025-08-20T19:15:56.3036997Z [00:02:03.091]➜  			"en-US/ecs/AssociateEipAddress.json",
2025-08-20T19:15:56.3037378Z [00:02:03.091]➜  			"en-US/ecs/AssociateHaVip.json",
2025-08-20T19:15:56.3037806Z [00:02:03.091]➜  			"en-US/ecs/AttachClassicLinkVpc.json",
2025-08-20T19:15:56.3038130Z [00:02:03.091]➜  			"en-US/ecs/AttachDisk.json",
2025-08-20T19:15:56.3038560Z [00:02:03.091]➜  			"en-US/ecs/AttachInstanceRamRole.json",
2025-08-20T19:15:56.3038926Z [00:02:03.091]➜  			"en-US/ecs/AttachKeyPair.json",
2025-08-20T19:15:56.3039480Z [00:02:03.091]➜  			"en-US/ecs/AttachNetworkInterface.json",
2025-08-20T19:15:56.3039856Z [00:02:03.091]➜  			"en-US/ecs/AuthorizeSecurityGroup.json",
2025-08-20T19:15:56.3040317Z [00:02:03.091]➜  			"en-US/ecs/AuthorizeSecurityGroupEgress.json",
2025-08-20T19:15:56.3040725Z [00:02:03.091]➜  			"en-US/ecs/CancelAutoSnapshotPolicy.json",
2025-08-20T19:15:56.3041070Z [00:02:03.091]➜  			"en-US/ecs/CancelCopyImage.json",
2025-08-20T19:15:56.3041582Z [00:02:03.091]➜  			"en-US/ecs/CancelImagePipelineExecution.json",
2025-08-20T19:15:56.3042001Z [00:02:03.091]➜  			"en-US/ecs/CancelPhysicalConnection.json",
2025-08-20T19:15:56.3042683Z [00:02:03.091]➜  			"en-US/ecs/CancelSimulatedSystemEvents.json",
2025-08-20T19:15:56.3052988Z [00:02:03.091]➜  			"en-US/ecs/CancelTask.json",
2025-08-20T19:15:56.3053545Z [00:02:03.091]➜  			"en-US/ecs/ConnectRouterInterface.json",
2025-08-20T19:15:56.3053949Z [00:02:03.091]➜  			"en-US/ecs/ConvertNatPublicIpToEip.json",
2025-08-20T19:15:56.3054306Z [00:02:03.091]➜  			"en-US/ecs/CopyImage.json",
2025-08-20T19:15:56.3054616Z [00:02:03.091]➜  			"en-US/ecs/CopySnapshot.json",
2025-08-20T19:15:56.3054985Z [00:02:03.091]➜  			"en-US/ecs/CreateActivation.json",
2025-08-20T19:15:56.3055365Z [00:02:03.091]➜  			"en-US/ecs/CreateAutoProvisioningGroup.json",
2025-08-20T19:15:56.3056117Z [00:02:03.091]➜  			"en-US/ecs/CreateAutoSnapshotPolicy.json",
2025-08-20T19:15:56.3056538Z [00:02:03.091]➜  			"en-US/ecs/CreateCapacityReservation.json",
2025-08-20T19:15:56.3056929Z [00:02:03.091]➜  			"en-US/ecs/CreateCommand.json",
2025-08-20T19:15:56.3057384Z [00:02:03.091]➜  			"en-US/ecs/CreateDedicatedHostCluster.json",
2025-08-20T19:15:56.3057733Z [00:02:03.091]➜  			"en-US/ecs/CreateDemand.json",
2025-08-20T19:15:56.3058171Z [00:02:03.091]➜  			"en-US/ecs/CreateDeploymentSet.json",
2025-08-20T19:15:56.3058612Z [00:02:03.091]➜  			"en-US/ecs/CreateDiagnosticMetricSet.json",
2025-08-20T19:15:56.3058984Z [00:02:03.091]➜  			"en-US/ecs/CreateDiagnosticReport.json",
2025-08-20T19:15:56.3059328Z [00:02:03.091]➜  			"en-US/ecs/CreateDisk.json",
2025-08-20T19:15:56.3059710Z [00:02:03.091]➜  			"en-US/ecs/CreateElasticityAssurance.json",
2025-08-20T19:15:56.3060150Z [00:02:03.091]➜  			"en-US/ecs/CreateForwardEntry.json",
2025-08-20T19:15:56.3060480Z [00:02:03.091]➜  			"en-US/ecs/CreateHaVip.json",
2025-08-20T19:15:56.3060873Z [00:02:03.091]➜  			"en-US/ecs/CreateHpcCluster.json",
2025-08-20T19:15:56.3061222Z [00:02:03.091]➜  			"en-US/ecs/CreateImage.json",
2025-08-20T19:15:56.3061638Z [00:02:03.091]➜  			"en-US/ecs/CreateImageComponent.json",
2025-08-20T19:15:56.3061964Z [00:02:03.091]➜  			"en-US/ecs/CreateImagePipeline.json",
2025-08-20T19:15:56.3062744Z [00:02:03.091]➜  			"en-US/ecs/CreateInstance.json",
2025-08-20T19:15:56.3063078Z [00:02:03.091]➜  			"en-US/ecs/CreateKeyPair.json",
2025-08-20T19:15:56.3063476Z [00:02:03.091]➜  			"en-US/ecs/CreateLaunchTemplate.json",
2025-08-20T19:15:56.3063856Z [00:02:03.091]➜  			"en-US/ecs/CreateLaunchTemplateVersion.json",
2025-08-20T19:15:56.3064211Z [00:02:03.091]➜  			"en-US/ecs/CreateNatGateway.json",
2025-08-20T19:15:56.3064643Z [00:02:03.091]➜  			"en-US/ecs/CreateNetworkInterface.json",
2025-08-20T19:15:56.3065128Z [00:02:03.091]➜  			"en-US/ecs/CreateNetworkInterfacePermission.json",
2025-08-20T19:15:56.3065486Z [00:02:03.091]➜  			"en-US/ecs/CreatePhysicalConnection.json",
2025-08-20T19:15:56.3065917Z [00:02:03.091]➜  			"en-US/ecs/CreatePrefixList.json",
2025-08-20T19:15:56.3066235Z [00:02:03.091]➜  			"en-US/ecs/CreateRouteEntry.json",
2025-08-20T19:15:56.3066919Z [00:02:03.091]➜  			"en-US/ecs/CreateRouterInterface.json",
2025-08-20T19:15:56.3067307Z [00:02:03.091]➜  			"en-US/ecs/CreateSecurityGroup.json",
2025-08-20T19:15:56.3067744Z [00:02:03.092]➜  			"en-US/ecs/CreateSimulatedSystemEvents.json",
2025-08-20T19:15:56.3068064Z [00:02:03.092]➜  			"en-US/ecs/CreateSnapshot.json",
2025-08-20T19:15:56.3068460Z [00:02:03.092]➜  			"en-US/ecs/CreateSnapshotGroup.json",
2025-08-20T19:15:56.3068772Z [00:02:03.092]➜  			"en-US/ecs/CreateStorageSet.json",
2025-08-20T19:15:56.3069360Z [00:02:03.092]➜  			"en-US/ecs/CreateVSwitch.json",
2025-08-20T19:15:56.3069795Z [00:02:03.092]➜  			"en-US/ecs/CreateVirtualBorderRouter.json",
2025-08-20T19:15:56.3070134Z [00:02:03.092]➜  			"en-US/ecs/CreateVpc.json",
2025-08-20T19:15:56.3070506Z [00:02:03.092]➜  			"en-US/ecs/DeactivateRouterInterface.json",
2025-08-20T19:15:56.3070888Z [00:02:03.092]➜  			"en-US/ecs/DeleteActivation.json",
2025-08-20T19:15:56.3071375Z [00:02:03.092]➜  			"en-US/ecs/DeleteAutoProvisioningGroup.json",
2025-08-20T19:15:56.3071830Z [00:02:03.092]➜  			"en-US/ecs/DeleteAutoSnapshotPolicy.json",
2025-08-20T19:15:56.3072183Z [00:02:03.092]➜  			"en-US/ecs/DeleteBandwidthPackage.json",
2025-08-20T19:15:56.3073990Z [00:02:03.092]➜  			"en-US/ecs/DeleteCommand.json",
2025-08-20T19:15:56.3074430Z [00:02:03.092]➜  			"en-US/ecs/DeleteDedicatedHostCluster.json",
2025-08-20T19:15:56.3074926Z [00:02:03.092]➜  			"en-US/ecs/DeleteDemand.json",
2025-08-20T19:15:56.3075336Z [00:02:03.092]➜  			"en-US/ecs/DeleteDeploymentSet.json",
2025-08-20T19:15:56.3075784Z [00:02:03.092]➜  			"en-US/ecs/DeleteDiagnosticMetricSets.json",
2025-08-20T19:15:56.3076157Z [00:02:03.092]➜  			"en-US/ecs/DeleteDiagnosticReports.json",
2025-08-20T19:15:56.3076511Z [00:02:03.092]➜  			"en-US/ecs/DeleteDisk.json",
2025-08-20T19:15:56.3077173Z [00:02:03.092]➜  			"en-US/ecs/DeleteForwardEntry.json",
2025-08-20T19:15:56.3077596Z [00:02:03.092]➜  			"en-US/ecs/DeleteHaVip.json",
2025-08-20T19:15:56.3077967Z [00:02:03.092]➜  			"en-US/ecs/DeleteHpcCluster.json",
2025-08-20T19:15:56.3078327Z [00:02:03.092]➜  			"en-US/ecs/DeleteImage.json",
2025-08-20T19:15:56.3078691Z [00:02:03.092]➜  			"en-US/ecs/DeleteImageComponent.json",
2025-08-20T19:15:56.3079166Z [00:02:03.092]➜  			"en-US/ecs/DeleteImagePipeline.json",
2025-08-20T19:15:56.3079567Z [00:02:03.092]➜  			"en-US/ecs/DeleteInstance.json",
2025-08-20T19:15:56.3080024Z [00:02:03.092]➜  			"en-US/ecs/DeleteInstances.json",
2025-08-20T19:15:56.3080361Z [00:02:03.092]➜  			"en-US/ecs/DeleteKeyPairs.json",
2025-08-20T19:15:56.3080772Z [00:02:03.092]➜  			"en-US/ecs/DeleteLaunchTemplate.json",
2025-08-20T19:15:56.3081145Z [00:02:03.092]➜  			"en-US/ecs/DeleteLaunchTemplateVersion.json",
2025-08-20T19:15:56.3112714Z [00:02:03.092]➜  			"en-US/ecs/DeleteNatGateway.json",
2025-08-20T19:15:56.3113206Z [00:02:03.092]➜  			"en-US/ecs/DeleteNetworkInterface.json",
2025-08-20T19:15:56.3113618Z [00:02:03.092]➜  			"en-US/ecs/DeleteNetworkInterfacePermission.json",
2025-08-20T19:15:56.3113966Z [00:02:03.092]➜  			"en-US/ecs/DeletePhysicalConnection.json",
2025-08-20T19:15:56.3114266Z [00:02:03.092]➜  			"en-US/ecs/DeletePrefixList.json",
2025-08-20T19:15:56.3114552Z [00:02:03.092]➜  			"en-US/ecs/DeleteRouteEntry.json",
2025-08-20T19:15:56.3114851Z [00:02:03.092]➜  			"en-US/ecs/DeleteRouterInterface.json",
2025-08-20T19:15:56.3115161Z [00:02:03.092]➜  			"en-US/ecs/DeleteSecurityGroup.json",
2025-08-20T19:15:56.3115436Z [00:02:03.092]➜  			"en-US/ecs/DeleteSnapshot.json",
2025-08-20T19:15:56.3115750Z [00:02:03.092]➜  			"en-US/ecs/DeleteSnapshotGroup.json",
2025-08-20T19:15:56.3116056Z [00:02:03.092]➜  			"en-US/ecs/DeleteStorageSet.json",
2025-08-20T19:15:56.3116336Z [00:02:03.092]➜  			"en-US/ecs/DeleteVSwitch.json",
2025-08-20T19:15:56.3116706Z [00:02:03.092]➜  			"en-US/ecs/DeleteVirtualBorderRouter.json",
2025-08-20T19:15:56.3117006Z [00:02:03.092]➜  			"en-US/ecs/DeleteVpc.json",
2025-08-20T19:15:56.3117365Z [00:02:03.092]➜  			"en-US/ecs/DeregisterManagedInstance.json",
2025-08-20T19:15:56.3117988Z [00:02:03.092]➜  			"en-US/ecs/DescribeAccessPoints.json",
2025-08-20T19:15:56.3118353Z [00:02:03.092]➜  			"en-US/ecs/DescribeAccountAttributes.json",
2025-08-20T19:15:56.3118700Z [00:02:03.092]➜  			"en-US/ecs/DescribeActivations.json",
2025-08-20T19:15:56.3119153Z [00:02:03.092]➜  			"en-US/ecs/DescribeAutoProvisioningGroupHistory.json",
2025-08-20T19:15:56.3119606Z [00:02:03.092]➜  			"en-US/ecs/DescribeAutoProvisioningGroupInstances.json",
2025-08-20T19:15:56.3119981Z [00:02:03.092]➜  			"en-US/ecs/DescribeAutoProvisioningGroups.json",
2025-08-20T19:15:56.3120350Z [00:02:03.092]➜  			"en-US/ecs/DescribeAutoSnapshotPolicyEx.json",
2025-08-20T19:15:56.3120689Z [00:02:03.092]➜  			"en-US/ecs/DescribeAvailableResource.json",
2025-08-20T19:15:56.3121039Z [00:02:03.092]➜  			"en-US/ecs/DescribeBandwidthLimitation.json",
2025-08-20T19:15:56.3121389Z [00:02:03.092]➜  			"en-US/ecs/DescribeBandwidthPackages.json",
2025-08-20T19:15:56.3121827Z [00:02:03.092]➜  			"en-US/ecs/DescribeCapacityReservationInstances.json",
2025-08-20T19:15:56.3122200Z [00:02:03.092]➜  			"en-US/ecs/DescribeCapacityReservations.json",
2025-08-20T19:15:56.3122899Z [00:02:03.092]➜  			"en-US/ecs/DescribeClassicLinkInstances.json",
2025-08-20T19:15:56.3123254Z [00:02:03.092]➜  			"en-US/ecs/DescribeCloudAssistantStatus.json",
2025-08-20T19:15:56.3123571Z [00:02:03.092]➜  			"en-US/ecs/DescribeClusters.json",
2025-08-20T19:15:56.3123862Z [00:02:03.092]➜  			"en-US/ecs/DescribeCommands.json",
2025-08-20T19:15:56.3124238Z [00:02:03.092]➜  			"en-US/ecs/DescribeDedicatedHostAutoRenew.json",
2025-08-20T19:15:56.3124596Z [00:02:03.092]➜  			"en-US/ecs/DescribeDedicatedHostClusters.json",
2025-08-20T19:15:56.3124940Z [00:02:03.093]➜  			"en-US/ecs/DescribeDedicatedHostTypes.json",
2025-08-20T19:15:56.3125260Z [00:02:03.093]➜  			"en-US/ecs/DescribeDedicatedHosts.json",
2025-08-20T19:15:56.3125843Z [00:02:03.093]➜  			"en-US/ecs/DescribeDemands.json",
2025-08-20T19:15:56.3126424Z [00:02:03.093]➜  			"en-US/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json",
2025-08-20T19:15:56.3126779Z [00:02:03.093]➜  			"en-US/ecs/DescribeDeploymentSets.json",
2025-08-20T19:15:56.3127131Z [00:02:03.093]➜  			"en-US/ecs/DescribeDiagnosticMetricSets.json",
2025-08-20T19:15:56.3127468Z [00:02:03.093]➜  			"en-US/ecs/DescribeDiagnosticMetrics.json",
2025-08-20T19:15:56.3127864Z [00:02:03.093]➜  			"en-US/ecs/DescribeDiagnosticReportAttributes.json",
2025-08-20T19:15:56.3128201Z [00:02:03.093]➜  			"en-US/ecs/DescribeDiagnosticReports.json",
2025-08-20T19:15:56.3128514Z [00:02:03.093]➜  			"en-US/ecs/DescribeDiskMonitorData.json",
2025-08-20T19:15:56.3128789Z [00:02:03.093]➜  			"en-US/ecs/DescribeDisks.json",
2025-08-20T19:15:56.3129108Z [00:02:03.093]➜  			"en-US/ecs/DescribeDisksFullStatus.json",
2025-08-20T19:15:56.3129427Z [00:02:03.093]➜  			"en-US/ecs/DescribeEipAddresses.json",
2025-08-20T19:15:56.3129776Z [00:02:03.093]➜  			"en-US/ecs/DescribeEipMonitorData.json",
2025-08-20T19:15:56.3130208Z [00:02:03.093]➜  			"en-US/ecs/DescribeElasticityAssuranceInstances.json",
2025-08-20T19:15:56.3130573Z [00:02:03.093]➜  			"en-US/ecs/DescribeElasticityAssurances.json",
2025-08-20T19:15:56.3130892Z [00:02:03.093]➜  			"en-US/ecs/DescribeEniMonitorData.json",
2025-08-20T19:15:56.3131239Z [00:02:03.093]➜  			"en-US/ecs/DescribeForwardTableEntries.json",
2025-08-20T19:15:56.3131513Z [00:02:03.093]➜  			"en-US/ecs/DescribeHaVips.json",
2025-08-20T19:15:56.3131816Z [00:02:03.093]➜  			"en-US/ecs/DescribeHpcClusters.json",
2025-08-20T19:15:56.3132146Z [00:02:03.093]➜  			"en-US/ecs/DescribeImageComponents.json",
2025-08-20T19:15:56.3132770Z [00:02:03.093]➜  			"en-US/ecs/DescribeImageFromFamily.json",
2025-08-20T19:15:56.3133178Z [00:02:03.093]➜  			"en-US/ecs/DescribeImagePipelineExecutions.json",
2025-08-20T19:15:56.3133529Z [00:02:03.093]➜  			"en-US/ecs/DescribeImagePipelines.json",
2025-08-20T19:15:56.3133916Z [00:02:03.093]➜  			"en-US/ecs/DescribeImageSharePermission.json",
2025-08-20T19:15:56.3134323Z [00:02:03.093]➜  			"en-US/ecs/DescribeImageSupportInstanceTypes.json",
2025-08-20T19:15:56.3134883Z [00:02:03.093]➜  			"en-US/ecs/DescribeImages.json",
2025-08-20T19:15:56.3135408Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstanceAttachmentAttributes.json",
2025-08-20T19:15:56.3135770Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstanceAttribute.json",
2025-08-20T19:15:56.3136197Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstanceAutoRenewAttribute.json",
2025-08-20T19:15:56.3136568Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstanceHistoryEvents.json",
2025-08-20T19:15:56.3136998Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstanceMaintenanceAttributes.json",
2025-08-20T19:15:56.3137413Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstanceModificationPrice.json",
2025-08-20T19:15:56.3137779Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstanceMonitorData.json",
2025-08-20T19:15:56.3138111Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstanceRamRole.json",
2025-08-20T19:15:56.3138437Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstanceStatus.json",
2025-08-20T19:15:56.3138774Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstanceTopology.json",
2025-08-20T19:15:56.3139163Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstanceTypeFamilies.json",
2025-08-20T19:15:56.3139476Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstanceTypes.json",
2025-08-20T19:15:56.3139793Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstanceVncUrl.json",
2025-08-20T19:15:56.3140085Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstances.json",
2025-08-20T19:15:56.3140438Z [00:02:03.093]➜  			"en-US/ecs/DescribeInstancesFullStatus.json",
2025-08-20T19:15:56.3140768Z [00:02:03.093]➜  			"en-US/ecs/DescribeInvocationResults.json",
2025-08-20T19:15:56.3141064Z [00:02:03.093]➜  			"en-US/ecs/DescribeInvocations.json",
2025-08-20T19:15:56.3141336Z [00:02:03.093]➜  			"en-US/ecs/DescribeKeyPairs.json",
2025-08-20T19:15:56.3141694Z [00:02:03.093]➜  			"en-US/ecs/DescribeLaunchTemplateVersions.json",
2025-08-20T19:15:56.3142273Z [00:02:03.093]➜  			"en-US/ecs/DescribeLaunchTemplates.json",
2025-08-20T19:15:56.3142922Z [00:02:03.093]➜  			"en-US/ecs/DescribeLimitation.json",
2025-08-20T19:15:56.3143317Z [00:02:03.093]➜  			"en-US/ecs/DescribeManagedInstances.json",
2025-08-20T19:15:56.3143624Z [00:02:03.093]➜  			"en-US/ecs/DescribeNatGateways.json",
2025-08-20T19:15:56.3144027Z [00:02:03.093]➜  			"en-US/ecs/DescribeNetworkInterfaceAttribute.json",
2025-08-20T19:15:56.3144446Z [00:02:03.093]➜  			"en-US/ecs/DescribeNetworkInterfacePermissions.json",
2025-08-20T19:15:56.3144792Z [00:02:03.093]➜  			"en-US/ecs/DescribeNetworkInterfaces.json",
2025-08-20T19:15:56.3145186Z [00:02:03.093]➜  			"en-US/ecs/DescribeNewProjectEipMonitorData.json",
2025-08-20T19:15:56.3145517Z [00:02:03.093]➜  			"en-US/ecs/DescribePhysicalConnections.json",
2025-08-20T19:15:56.3145877Z [00:02:03.093]➜  			"en-US/ecs/DescribePrefixListAssociations.json",
2025-08-20T19:15:56.3146289Z [00:02:03.093]➜  			"en-US/ecs/DescribePrefixListAttributes.json",
2025-08-20T19:15:56.3146635Z [00:02:03.093]➜  			"en-US/ecs/DescribePrefixLists.json",
2025-08-20T19:15:56.3146903Z [00:02:03.093]➜  			"en-US/ecs/DescribePrice.json",
2025-08-20T19:15:56.3147283Z [00:02:03.093]➜  			"en-US/ecs/DescribeRecommendInstanceType.json",
2025-08-20T19:15:56.3147566Z [00:02:03.093]➜  			"en-US/ecs/DescribeRegions.json",
2025-08-20T19:15:56.3147903Z [00:02:03.094]➜  			"en-US/ecs/DescribeRenewalPrice.json",
2025-08-20T19:15:56.3148421Z [00:02:03.094]➜  			"en-US/ecs/DescribeReservedInstanceAutoRenewAttribute.json",
2025-08-20T19:15:56.3148769Z [00:02:03.094]➜  			"en-US/ecs/DescribeReservedInstances.json",
2025-08-20T19:15:56.3149088Z [00:02:03.094]➜  			"en-US/ecs/DescribeResourceByTags.json",
2025-08-20T19:15:56.3149445Z [00:02:03.094]➜  			"en-US/ecs/DescribeResourcesModification.json",
2025-08-20T19:15:56.3149746Z [00:02:03.094]➜  			"en-US/ecs/DescribeRouteTables.json",
2025-08-20T19:15:56.3150079Z [00:02:03.094]➜  			"en-US/ecs/DescribeRouterInterfaces.json",
2025-08-20T19:15:56.3150480Z [00:02:03.094]➜  			"en-US/ecs/DescribeSecurityGroupAttribute.json",
2025-08-20T19:15:56.3150851Z [00:02:03.094]➜  			"en-US/ecs/DescribeSecurityGroupReferences.json",
2025-08-20T19:15:56.3151377Z [00:02:03.094]➜  			"en-US/ecs/DescribeSecurityGroups.json",
2025-08-20T19:15:56.3151693Z [00:02:03.094]➜  			"en-US/ecs/DescribeSendFileResults.json",
2025-08-20T19:15:56.3152011Z [00:02:03.094]➜  			"en-US/ecs/DescribeSnapshotGroups.json",
2025-08-20T19:15:56.3152314Z [00:02:03.094]➜  			"en-US/ecs/DescribeSnapshotLinks.json",
2025-08-20T19:15:56.3153382Z [00:02:03.094]➜  			"en-US/ecs/DescribeSnapshotMonitorData.json",
2025-08-20T19:15:56.3153730Z [00:02:03.094]➜  			"en-US/ecs/DescribeSnapshotPackage.json",
2025-08-20T19:15:56.3154040Z [00:02:03.094]➜  			"en-US/ecs/DescribeSnapshots.json",
2025-08-20T19:15:56.3154357Z [00:02:03.094]➜  			"en-US/ecs/DescribeSnapshotsUsage.json",
2025-08-20T19:15:56.3154661Z [00:02:03.094]➜  			"en-US/ecs/DescribeSpotAdvice.json",
2025-08-20T19:15:56.3155009Z [00:02:03.094]➜  			"en-US/ecs/DescribeSpotPriceHistory.json",
2025-08-20T19:15:56.3155378Z [00:02:03.094]➜  			"en-US/ecs/DescribeStorageCapacityUnits.json",
2025-08-20T19:15:56.3155723Z [00:02:03.094]➜  			"en-US/ecs/DescribeStorageSetDetails.json",
2025-08-20T19:15:56.3156025Z [00:02:03.094]➜  			"en-US/ecs/DescribeStorageSets.json",
2025-08-20T19:15:56.3156289Z [00:02:03.094]➜  			"en-US/ecs/DescribeTags.json",
2025-08-20T19:15:56.3156598Z [00:02:03.094]➜  			"en-US/ecs/DescribeTaskAttribute.json",
2025-08-20T19:15:56.3156864Z [00:02:03.094]➜  			"en-US/ecs/DescribeTasks.json",
2025-08-20T19:15:56.3157213Z [00:02:03.094]➜  			"en-US/ecs/DescribeUserBusinessBehavior.json",
2025-08-20T19:15:56.3157494Z [00:02:03.094]➜  			"en-US/ecs/DescribeUserData.json",
2025-08-20T19:15:56.3157782Z [00:02:03.094]➜  			"en-US/ecs/DescribeVRouters.json",
2025-08-20T19:15:56.3158066Z [00:02:03.094]➜  			"en-US/ecs/DescribeVSwitches.json",
2025-08-20T19:15:56.3158658Z [00:02:03.094]➜  			"en-US/ecs/DescribeVirtualBorderRouters.json",
2025-08-20T19:15:56.3159234Z [00:02:03.094]➜  			"en-US/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json",
2025-08-20T19:15:56.3159523Z [00:02:03.094]➜  			"en-US/ecs/DescribeVpcs.json",
2025-08-20T19:15:56.3159794Z [00:02:03.094]➜  			"en-US/ecs/DescribeZones.json",
2025-08-20T19:15:56.3160087Z [00:02:03.094]➜  			"en-US/ecs/DetachClassicLinkVpc.json",
2025-08-20T19:15:56.3160342Z [00:02:03.094]➜  			"en-US/ecs/DetachDisk.json",
2025-08-20T19:15:56.3160658Z [00:02:03.094]➜  			"en-US/ecs/DetachInstanceRamRole.json",
2025-08-20T19:15:56.3160951Z [00:02:03.094]➜  			"en-US/ecs/DetachKeyPair.json",
2025-08-20T19:15:56.3161266Z [00:02:03.094]➜  			"en-US/ecs/DetachNetworkInterface.json",
2025-08-20T19:15:56.3161564Z [00:02:03.094]➜  			"en-US/ecs/DisableActivation.json",
2025-08-20T19:15:56.3161831Z [00:02:03.094]➜  			"en-US/ecs/EipFillParams.json",
2025-08-20T19:15:56.3162103Z [00:02:03.094]➜  			"en-US/ecs/EipFillProduct.json",
2025-08-20T19:15:56.3167980Z [00:02:03.094]➜  			"en-US/ecs/EipNotifyPaid.json",
2025-08-20T19:15:56.3168447Z [00:02:03.094]➜  			"en-US/ecs/EnablePhysicalConnection.json",
2025-08-20T19:15:56.3168759Z [00:02:03.094]➜  			"en-US/ecs/ExportImage.json",
2025-08-20T19:15:56.3169059Z [00:02:03.094]➜  			"en-US/ecs/ExportSnapshot.json",
2025-08-20T19:15:56.3169430Z [00:02:03.094]➜  			"en-US/ecs/GetInstanceConsoleOutput.json",
2025-08-20T19:15:56.3169759Z [00:02:03.094]➜  			"en-US/ecs/GetInstanceScreenshot.json",
2025-08-20T19:15:56.3170045Z [00:02:03.094]➜  			"en-US/ecs/ImportImage.json",
2025-08-20T19:15:56.3170324Z [00:02:03.094]➜  			"en-US/ecs/ImportKeyPair.json",
2025-08-20T19:15:56.3170622Z [00:02:03.094]➜  			"en-US/ecs/InstallCloudAssistant.json",
2025-08-20T19:15:56.3170891Z [00:02:03.094]➜  			"en-US/ecs/InvokeCommand.json",
2025-08-20T19:15:56.3171180Z [00:02:03.094]➜  			"en-US/ecs/JoinResourceGroup.json",
2025-08-20T19:15:56.3171467Z [00:02:03.094]➜  			"en-US/ecs/JoinSecurityGroup.json",
2025-08-20T19:15:56.3171776Z [00:02:03.094]➜  			"en-US/ecs/LeaveSecurityGroup.json",
2025-08-20T19:15:56.3172068Z [00:02:03.094]➜  			"en-US/ecs/ListPluginStatus.json",
2025-08-20T19:15:56.3172345Z [00:02:03.094]➜  			"en-US/ecs/ListTagResources.json",
2025-08-20T19:15:56.3173204Z [00:02:03.094]➜  			"en-US/ecs/ModifyAutoProvisioningGroup.json",
2025-08-20T19:15:56.3173533Z [00:02:03.094]➜  			"en-US/ecs/ModifyAutoSnapshotPolicy.json",
2025-08-20T19:15:56.3173875Z [00:02:03.094]➜  			"en-US/ecs/ModifyAutoSnapshotPolicyEx.json",
2025-08-20T19:15:56.3174197Z [00:02:03.094]➜  			"en-US/ecs/ModifyBandwidthPackageSpec.json",
2025-08-20T19:15:56.3174522Z [00:02:03.094]➜  			"en-US/ecs/ModifyCapacityReservation.json",
2025-08-20T19:15:56.3174797Z [00:02:03.094]➜  			"en-US/ecs/ModifyCommand.json",
2025-08-20T19:15:56.3175150Z [00:02:03.094]➜  			"en-US/ecs/ModifyDedicatedHostAttribute.json",
2025-08-20T19:15:56.3175549Z [00:02:03.094]➜  			"en-US/ecs/ModifyDedicatedHostAutoReleaseTime.json",
2025-08-20T19:15:56.3176017Z [00:02:03.094]➜  			"en-US/ecs/ModifyDedicatedHostAutoRenewAttribute.json",
2025-08-20T19:15:56.3176443Z [00:02:03.094]➜  			"en-US/ecs/ModifyDedicatedHostClusterAttribute.json",
2025-08-20T19:15:56.3176839Z [00:02:03.094]➜  			"en-US/ecs/ModifyDedicatedHostsChargeType.json",
2025-08-20T19:15:56.3177123Z [00:02:03.094]➜  			"en-US/ecs/ModifyDemand.json",
2025-08-20T19:15:56.3177492Z [00:02:03.094]➜  			"en-US/ecs/ModifyDeploymentSetAttribute.json",
2025-08-20T19:15:56.3177828Z [00:02:03.094]➜  			"en-US/ecs/ModifyDiagnosticMetricSet.json",
2025-08-20T19:15:56.3178128Z [00:02:03.094]➜  			"en-US/ecs/ModifyDiskAttribute.json",
2025-08-20T19:15:56.3178443Z [00:02:03.094]➜  			"en-US/ecs/ModifyDiskChargeType.json",
2025-08-20T19:15:56.3178725Z [00:02:03.094]➜  			"en-US/ecs/ModifyDiskSpec.json",
2025-08-20T19:15:56.3179065Z [00:02:03.094]➜  			"en-US/ecs/ModifyEipAddressAttribute.json",
2025-08-20T19:15:56.3179394Z [00:02:03.094]➜  			"en-US/ecs/ModifyElasticityAssurance.json",
2025-08-20T19:15:56.3179696Z [00:02:03.094]➜  			"en-US/ecs/ModifyForwardEntry.json",
2025-08-20T19:15:56.3180287Z [00:02:03.094]➜  			"en-US/ecs/ModifyHaVipAttribute.json",
2025-08-20T19:15:56.3180659Z [00:02:03.094]➜  			"en-US/ecs/ModifyHpcClusterAttribute.json",
2025-08-20T19:15:56.3180973Z [00:02:03.094]➜  			"en-US/ecs/ModifyImageAttribute.json",
2025-08-20T19:15:56.3181359Z [00:02:03.094]➜  			"en-US/ecs/ModifyImageShareGroupPermission.json",
2025-08-20T19:15:56.3181700Z [00:02:03.094]➜  			"en-US/ecs/ModifyImageSharePermission.json",
2025-08-20T19:15:56.3182107Z [00:02:03.094]➜  			"en-US/ecs/ModifyInstanceAttachmentAttributes.json",
2025-08-20T19:15:56.3182613Z [00:02:03.094]➜  			"en-US/ecs/ModifyInstanceAttribute.json",
2025-08-20T19:15:56.3183003Z [00:02:03.094]➜  			"en-US/ecs/ModifyInstanceAutoReleaseTime.json",
2025-08-20T19:15:56.3183388Z [00:02:03.094]➜  			"en-US/ecs/ModifyInstanceAutoRenewAttribute.json",
2025-08-20T19:15:56.3183721Z [00:02:03.094]➜  			"en-US/ecs/ModifyInstanceChargeType.json",
2025-08-20T19:15:56.3184038Z [00:02:03.094]➜  			"en-US/ecs/ModifyInstanceDeployment.json",
2025-08-20T19:15:56.3184457Z [00:02:03.094]➜  			"en-US/ecs/ModifyInstanceMaintenanceAttributes.json",
2025-08-20T19:15:56.3184812Z [00:02:03.094]➜  			"en-US/ecs/ModifyInstanceMetadataOptions.json",
2025-08-20T19:15:56.3185151Z [00:02:03.094]➜  			"en-US/ecs/ModifyInstanceNetworkSpec.json",
2025-08-20T19:15:56.3185439Z [00:02:03.094]➜  			"en-US/ecs/ModifyInstanceSpec.json",
2025-08-20T19:15:56.3185763Z [00:02:03.094]➜  			"en-US/ecs/ModifyInstanceVncPasswd.json",
2025-08-20T19:15:56.3186098Z [00:02:03.094]➜  			"en-US/ecs/ModifyInstanceVpcAttribute.json",
2025-08-20T19:15:56.3186486Z [00:02:03.094]➜  			"en-US/ecs/ModifyLaunchTemplateDefaultVersion.json",
2025-08-20T19:15:56.3186782Z [00:02:03.094]➜  			"en-US/ecs/ModifyManagedInstance.json",
2025-08-20T19:15:56.3187150Z [00:02:03.094]➜  			"en-US/ecs/ModifyNetworkInterfaceAttribute.json",
2025-08-20T19:15:56.3187524Z [00:02:03.094]➜  			"en-US/ecs/ModifyPhysicalConnectionAttribute.json",
2025-08-20T19:15:56.3187832Z [00:02:03.094]➜  			"en-US/ecs/ModifyPrefixList.json",
2025-08-20T19:15:56.3188158Z [00:02:03.094]➜  			"en-US/ecs/ModifyPrepayInstanceSpec.json",
2025-08-20T19:15:56.3188523Z [00:02:03.094]➜  			"en-US/ecs/ModifyReservedInstanceAttribute.json",
2025-08-20T19:15:56.3189186Z [00:02:03.094]➜  			"en-US/ecs/ModifyReservedInstanceAutoRenewAttribute.json",
2025-08-20T19:15:56.3189529Z [00:02:03.094]➜  			"en-US/ecs/ModifyReservedInstances.json",
2025-08-20T19:15:56.3189902Z [00:02:03.094]➜  			"en-US/ecs/ModifyRouterInterfaceAttribute.json",
2025-08-20T19:15:56.3190252Z [00:02:03.094]➜  			"en-US/ecs/ModifyRouterInterfaceSpec.json",
2025-08-20T19:15:56.3190610Z [00:02:03.094]➜  			"en-US/ecs/ModifySecurityGroupAttribute.json",
2025-08-20T19:15:56.3190975Z [00:02:03.094]➜  			"en-US/ecs/ModifySecurityGroupEgressRule.json",
2025-08-20T19:15:56.3191302Z [00:02:03.094]➜  			"en-US/ecs/ModifySecurityGroupPolicy.json",
2025-08-20T19:15:56.3191620Z [00:02:03.094]➜  			"en-US/ecs/ModifySecurityGroupRule.json",
2025-08-20T19:15:56.3191950Z [00:02:03.094]➜  			"en-US/ecs/ModifySnapshotAttribute.json",
2025-08-20T19:15:56.3192255Z [00:02:03.094]➜  			"en-US/ecs/ModifySnapshotGroup.json",
2025-08-20T19:15:56.3195132Z [00:02:03.094]➜  			"en-US/ecs/ModifyStorageCapacityUnitAttribute.json",
2025-08-20T19:15:56.3195523Z [00:02:03.094]➜  			"en-US/ecs/ModifyStorageSetAttribute.json",
2025-08-20T19:15:56.3195869Z [00:02:03.094]➜  			"en-US/ecs/ModifyUserBusinessBehavior.json",
2025-08-20T19:15:56.3196193Z [00:02:03.094]➜  			"en-US/ecs/ModifyVRouterAttribute.json",
2025-08-20T19:15:56.3196514Z [00:02:03.094]➜  			"en-US/ecs/ModifyVSwitchAttribute.json",
2025-08-20T19:15:56.3196932Z [00:02:03.094]➜  			"en-US/ecs/ModifyVirtualBorderRouterAttribute.json",
2025-08-20T19:15:56.3197228Z [00:02:03.094]➜  			"en-US/ecs/ModifyVpcAttribute.json",
2025-08-20T19:15:56.3197619Z [00:02:03.094]➜  			"en-US/ecs/PurchaseReservedInstancesOffering.json",
2025-08-20T19:15:56.3197959Z [00:02:03.094]➜  			"en-US/ecs/PurchaseStorageCapacityUnit.json",
2025-08-20T19:15:56.3198471Z [00:02:03.094]➜  			"en-US/ecs/ReActivateInstances.json",
2025-08-20T19:15:56.3198746Z [00:02:03.094]➜  			"en-US/ecs/ReInitDisk.json",
2025-08-20T19:15:56.3199045Z [00:02:03.094]➜  			"en-US/ecs/RebootInstance.json",
2025-08-20T19:15:56.3199416Z [00:02:03.094]➜  			"en-US/ecs/RebootInstances.json",
2025-08-20T19:15:56.3199776Z [00:02:03.094]➜  			"en-US/ecs/RecoverVirtualBorderRouter.json",
2025-08-20T19:15:56.3200103Z [00:02:03.094]➜  			"en-US/ecs/RedeployDedicatedHost.json",
2025-08-20T19:15:56.3200377Z [00:02:03.094]➜  			"en-US/ecs/RedeployInstance.json",
2025-08-20T19:15:56.3200731Z [00:02:03.094]➜  			"en-US/ecs/ReleaseCapacityReservation.json",
2025-08-20T19:15:56.3201045Z [00:02:03.094]➜  			"en-US/ecs/ReleaseDedicatedHost.json",
2025-08-20T19:15:56.3201358Z [00:02:03.094]➜  			"en-US/ecs/ReleaseEipAddress.json",
2025-08-20T19:15:56.3201680Z [00:02:03.094]➜  			"en-US/ecs/ReleasePublicIpAddress.json",
2025-08-20T19:15:56.3202042Z [00:02:03.094]➜  			"en-US/ecs/RemoveBandwidthPackageIps.json",
2025-08-20T19:15:56.3202340Z [00:02:03.094]➜  			"en-US/ecs/RemoveTags.json",
2025-08-20T19:15:56.3227520Z [00:02:03.094]➜  			"en-US/ecs/RenewDedicatedHosts.json",
2025-08-20T19:15:56.3227910Z [00:02:03.094]➜  			"en-US/ecs/RenewInstance.json",
2025-08-20T19:15:56.3228262Z [00:02:03.094]➜  			"en-US/ecs/RenewReservedInstances.json",
2025-08-20T19:15:56.3228565Z [00:02:03.094]➜  			"en-US/ecs/ReplaceSystemDisk.json",
2025-08-20T19:15:56.3228889Z [00:02:03.094]➜  			"en-US/ecs/ReportInstancesStatus.json",
2025-08-20T19:15:56.3229152Z [00:02:03.094]➜  			"en-US/ecs/ResetDisk.json",
2025-08-20T19:15:56.3229410Z [00:02:03.094]➜  			"en-US/ecs/ResetDisks.json",
2025-08-20T19:15:56.3229662Z [00:02:03.094]➜  			"en-US/ecs/ResizeDisk.json",
2025-08-20T19:15:56.3229967Z [00:02:03.094]➜  			"en-US/ecs/RevokeSecurityGroup.json",
2025-08-20T19:15:56.3230294Z [00:02:03.094]➜  			"en-US/ecs/RevokeSecurityGroupEgress.json",
2025-08-20T19:15:56.3230548Z [00:02:03.094]➜  			"en-US/ecs/RunCommand.json",
2025-08-20T19:15:56.3230817Z [00:02:03.094]➜  			"en-US/ecs/RunInstances.json",
2025-08-20T19:15:56.3231059Z [00:02:03.094]➜  			"en-US/ecs/SendFile.json",
2025-08-20T19:15:56.3231651Z [00:02:03.094]➜  			"en-US/ecs/StartElasticityAssurance.json",
2025-08-20T19:15:56.3232017Z [00:02:03.094]➜  			"en-US/ecs/StartImagePipelineExecution.json",
2025-08-20T19:15:56.3232292Z [00:02:03.094]➜  			"en-US/ecs/StartInstance.json",
2025-08-20T19:15:56.3232772Z [00:02:03.094]➜  			"en-US/ecs/StartInstances.json",
2025-08-20T19:15:56.3233078Z [00:02:03.094]➜  			"en-US/ecs/StartTerminalSession.json",
2025-08-20T19:15:56.3233341Z [00:02:03.094]➜  			"en-US/ecs/StopInstance.json",
2025-08-20T19:15:56.3233601Z [00:02:03.094]➜  			"en-US/ecs/StopInstances.json",
2025-08-20T19:15:56.3233870Z [00:02:03.094]➜  			"en-US/ecs/StopInvocation.json",
2025-08-20T19:15:56.3234121Z [00:02:03.094]➜  			"en-US/ecs/TagResources.json",
2025-08-20T19:15:56.3234468Z [00:02:03.095]➜  			"en-US/ecs/TerminatePhysicalConnection.json",
2025-08-20T19:15:56.3234839Z [00:02:03.095]➜  			"en-US/ecs/TerminateVirtualBorderRouter.json",
2025-08-20T19:15:56.3235148Z [00:02:03.095]➜  			"en-US/ecs/UnassignIpv6Addresses.json",
2025-08-20T19:15:56.3235489Z [00:02:03.095]➜  			"en-US/ecs/UnassignPrivateIpAddresses.json",
2025-08-20T19:15:56.3235784Z [00:02:03.095]➜  			"en-US/ecs/UnassociateEipAddress.json",
2025-08-20T19:15:56.3236064Z [00:02:03.095]➜  			"en-US/ecs/UnassociateHaVip.json",
2025-08-20T19:15:56.3236332Z [00:02:03.095]➜  			"en-US/ecs/UntagResources.json",
2025-08-20T19:15:56.3236578Z [00:02:03.095]➜  			"en-US/ecs/version.json",
2025-08-20T19:15:56.3236921Z [00:02:03.095]➜  			"en-US/edas/AbortAndRollbackChangeOrder.json",
2025-08-20T19:15:56.3237219Z [00:02:03.095]➜  			"en-US/edas/AbortChangeOrder.json",
2025-08-20T19:15:56.3237483Z [00:02:03.095]➜  			"en-US/edas/AddLogPath.json",
2025-08-20T19:15:56.3237821Z [00:02:03.095]➜  			"en-US/edas/AuthorizeApplication.json",
2025-08-20T19:15:56.3238160Z [00:02:03.095]➜  			"en-US/edas/AuthorizeResourceGroup.json",
2025-08-20T19:15:56.3238667Z [00:02:03.095]➜  			"en-US/edas/AuthorizeRole.json",
2025-08-20T19:15:56.3238958Z [00:02:03.095]➜  			"en-US/edas/BindEcsSlb.json",
2025-08-20T19:15:56.3239241Z [00:02:03.095]➜  			"en-US/edas/BindK8sSlb.json",
2025-08-20T19:15:56.3239508Z [00:02:03.095]➜  			"en-US/edas/BindSlb.json",
2025-08-20T19:15:56.3239819Z [00:02:03.095]➜  			"en-US/edas/ChangeDeployGroup.json",
2025-08-20T19:15:56.3240117Z [00:02:03.095]➜  			"en-US/edas/ContinuePipeline.json",
2025-08-20T19:15:56.3240426Z [00:02:03.095]➜  			"en-US/edas/ConvertK8sResource.json",
2025-08-20T19:15:56.3240793Z [00:02:03.095]➜  			"en-US/edas/CreateApplicationScalingRule.json",
2025-08-20T19:15:56.3241099Z [00:02:03.095]➜  			"en-US/edas/CreateConfigTemplate.json",
2025-08-20T19:15:56.3241411Z [00:02:03.095]➜  			"en-US/edas/CreateIDCImportCommand.json",
2025-08-20T19:15:56.3241707Z [00:02:03.095]➜  			"en-US/edas/CreateK8sConfigMap.json",
2025-08-20T19:15:56.3241998Z [00:02:03.095]➜  			"en-US/edas/CreateK8sIngressRule.json",
2025-08-20T19:15:56.3242308Z [00:02:03.095]➜  			"en-US/edas/CreateK8sSecret.json",
2025-08-20T19:15:56.3243831Z [00:02:03.095]➜  			"en-US/edas/CreateK8sService.json",
2025-08-20T19:15:56.3244170Z [00:02:03.095]➜  			"en-US/edas/DeleteApplication.json",
2025-08-20T19:15:56.3244532Z [00:02:03.095]➜  			"en-US/edas/DeleteApplicationScalingRule.json",
2025-08-20T19:15:56.3244815Z [00:02:03.095]➜  			"en-US/edas/DeleteCluster.json",
2025-08-20T19:15:56.3245110Z [00:02:03.095]➜  			"en-US/edas/DeleteClusterMember.json",
2025-08-20T19:15:56.3245415Z [00:02:03.095]➜  			"en-US/edas/DeleteConfigTemplate.json",
2025-08-20T19:15:56.3245704Z [00:02:03.095]➜  			"en-US/edas/DeleteDeployGroup.json",
2025-08-20T19:15:56.3245960Z [00:02:03.095]➜  			"en-US/edas/DeleteEcu.json",
2025-08-20T19:15:56.3246262Z [00:02:03.095]➜  			"en-US/edas/DeleteK8sApplication.json",
2025-08-20T19:15:56.3246570Z [00:02:03.095]➜  			"en-US/edas/DeleteK8sConfigMap.json",
2025-08-20T19:15:56.3246868Z [00:02:03.095]➜  			"en-US/edas/DeleteK8sIngressRule.json",
2025-08-20T19:15:56.3247175Z [00:02:03.095]➜  			"en-US/edas/DeleteK8sSecret.json",
2025-08-20T19:15:56.3247456Z [00:02:03.095]➜  			"en-US/edas/DeleteK8sService.json",
2025-08-20T19:15:56.3247941Z [00:02:03.095]➜  			"en-US/edas/DeleteLogPath.json",
2025-08-20T19:15:56.3248198Z [00:02:03.095]➜  			"en-US/edas/DeleteRole.json",
2025-08-20T19:15:56.3248488Z [00:02:03.095]➜  			"en-US/edas/DeleteServiceGroup.json",
2025-08-20T19:15:56.3248772Z [00:02:03.095]➜  			"en-US/edas/DeleteSwimmingLane.json",
2025-08-20T19:15:56.3249104Z [00:02:03.095]➜  			"en-US/edas/DeleteUserDefineRegion.json",
2025-08-20T19:15:56.3249399Z [00:02:03.095]➜  			"en-US/edas/DeployApplication.json",
2025-08-20T19:15:56.3249700Z [00:02:03.095]➜  			"en-US/edas/DeployK8sApplication.json",
2025-08-20T19:15:56.3250014Z [00:02:03.095]➜  			"en-US/edas/DescribeAppInstanceList.json",
2025-08-20T19:15:56.3250395Z [00:02:03.095]➜  			"en-US/edas/DescribeApplicationScalingRules.json",
2025-08-20T19:15:56.3250764Z [00:02:03.095]➜  			"en-US/edas/DisableApplicationScalingRule.json",
2025-08-20T19:15:56.3251115Z [00:02:03.095]➜  			"en-US/edas/EnableApplicationScalingRule.json",
2025-08-20T19:15:56.3251410Z [00:02:03.095]➜  			"en-US/edas/GetAppDeployment.json",
2025-08-20T19:15:56.3251687Z [00:02:03.095]➜  			"en-US/edas/GetApplication.json",
2025-08-20T19:15:56.3251967Z [00:02:03.095]➜  			"en-US/edas/GetChangeOrderInfo.json",
2025-08-20T19:15:56.3252223Z [00:02:03.095]➜  			"en-US/edas/GetCluster.json",
2025-08-20T19:15:56.3254655Z [00:02:03.095]➜  			"en-US/edas/GetContainerConfiguration.json",
2025-08-20T19:15:56.3255036Z [00:02:03.095]➜  			"en-US/edas/GetJavaStartUpConfig.json",
2025-08-20T19:15:56.3255354Z [00:02:03.095]➜  			"en-US/edas/GetJvmConfiguration.json",
2025-08-20T19:15:56.3255683Z [00:02:03.095]➜  			"en-US/edas/GetK8sAppPrecheckResult.json",
2025-08-20T19:15:56.3255982Z [00:02:03.095]➜  			"en-US/edas/GetK8sApplication.json",
2025-08-20T19:15:56.3256252Z [00:02:03.095]➜  			"en-US/edas/GetK8sCluster.json",
2025-08-20T19:15:56.3256738Z [00:02:03.095]➜  			"en-US/edas/GetK8sServices.json",
2025-08-20T19:15:56.3257090Z [00:02:03.095]➜  			"en-US/edas/GetPackageStorageCredential.json",
2025-08-20T19:15:56.3257383Z [00:02:03.095]➜  			"en-US/edas/GetScalingRules.json",
2025-08-20T19:15:56.3257650Z [00:02:03.095]➜  			"en-US/edas/GetSecureToken.json",
2025-08-20T19:15:56.3257986Z [00:02:03.095]➜  			"en-US/edas/GetServiceConsumersPage.json",
2025-08-20T19:15:56.3258286Z [00:02:03.095]➜  			"en-US/edas/GetServiceDetail.json",
2025-08-20T19:15:56.3258594Z [00:02:03.095]➜  			"en-US/edas/GetServiceListPage.json",
2025-08-20T19:15:56.3258907Z [00:02:03.095]➜  			"en-US/edas/GetServiceMethodPage.json",
2025-08-20T19:15:56.3259240Z [00:02:03.095]➜  			"en-US/edas/GetServiceProvidersPage.json",
2025-08-20T19:15:56.3259557Z [00:02:03.095]➜  			"en-US/edas/GetWebContainerConfig.json",
2025-08-20T19:15:56.3259855Z [00:02:03.095]➜  			"en-US/edas/ImportK8sCluster.json",
2025-08-20T19:15:56.3260150Z [00:02:03.095]➜  			"en-US/edas/InsertApplication.json",
2025-08-20T19:15:56.3260450Z [00:02:03.095]➜  			"en-US/edas/InsertCluster.json",
2025-08-20T19:15:56.3260755Z [00:02:03.095]➜  			"en-US/edas/InsertClusterMember.json",
2025-08-20T19:15:56.3261065Z [00:02:03.095]➜  			"en-US/edas/InsertDeployGroup.json",
2025-08-20T19:15:56.3261376Z [00:02:03.095]➜  			"en-US/edas/InsertK8sApplication.json",
2025-08-20T19:15:56.3261677Z [00:02:03.095]➜  			"en-US/edas/InsertOrUpdateRegion.json",
2025-08-20T19:15:56.3261944Z [00:02:03.095]➜  			"en-US/edas/InsertRole.json",
2025-08-20T19:15:56.3262248Z [00:02:03.095]➜  			"en-US/edas/InsertServiceGroup.json",
2025-08-20T19:15:56.3276225Z [00:02:03.095]➜  			"en-US/edas/InsertSwimmingLane.json",
2025-08-20T19:15:56.3276674Z [00:02:03.095]➜  			"en-US/edas/InsertSwimmingLaneGroup.json",
2025-08-20T19:15:56.3276971Z [00:02:03.095]➜  			"en-US/edas/InstallAgent.json",
2025-08-20T19:15:56.3277277Z [00:02:03.095]➜  			"en-US/edas/ListAliyunRegion.json",
2025-08-20T19:15:56.3277568Z [00:02:03.095]➜  			"en-US/edas/ListApplication.json",
2025-08-20T19:15:56.3277902Z [00:02:03.095]➜  			"en-US/edas/ListApplicationEcu.json",
2025-08-20T19:15:56.3278182Z [00:02:03.095]➜  			"en-US/edas/ListAuthority.json",
2025-08-20T19:15:56.3278727Z [00:02:03.095]➜  			"en-US/edas/ListBuildPack.json",
2025-08-20T19:15:56.3278997Z [00:02:03.095]➜  			"en-US/edas/ListCluster.json",
2025-08-20T19:15:56.3279296Z [00:02:03.095]➜  			"en-US/edas/ListClusterMembers.json",
2025-08-20T19:15:56.3279578Z [00:02:03.095]➜  			"en-US/edas/ListComponents.json",
2025-08-20T19:15:56.3279948Z [00:02:03.095]➜  			"en-US/edas/ListConfigTemplates.json",
2025-08-20T19:15:56.3280258Z [00:02:03.095]➜  			"en-US/edas/ListConsumedServices.json",
2025-08-20T19:15:56.3280553Z [00:02:03.095]➜  			"en-US/edas/ListConvertableEcu.json",
2025-08-20T19:15:56.3280826Z [00:02:03.095]➜  			"en-US/edas/ListDeployGroup.json",
2025-08-20T19:15:56.3281133Z [00:02:03.095]➜  			"en-US/edas/ListEcsNotInCluster.json",
2025-08-20T19:15:56.3281413Z [00:02:03.095]➜  			"en-US/edas/ListEcuByRegion.json",
2025-08-20T19:15:56.3281755Z [00:02:03.095]➜  			"en-US/edas/ListHistoryDeployVersion.json",
2025-08-20T19:15:56.3282052Z [00:02:03.095]➜  			"en-US/edas/ListK8sConfigMaps.json",
2025-08-20T19:15:56.3282357Z [00:02:03.095]➜  			"en-US/edas/ListK8sIngressRules.json",
2025-08-20T19:15:56.3283910Z [00:02:03.095]➜  			"en-US/edas/ListK8sNamespaces.json",
2025-08-20T19:15:56.3284206Z [00:02:03.095]➜  			"en-US/edas/ListK8sSecrets.json",
2025-08-20T19:15:56.3284491Z [00:02:03.095]➜  			"en-US/edas/ListMethods.json",
2025-08-20T19:15:56.3284805Z [00:02:03.095]➜  			"en-US/edas/ListPublishedServices.json",
2025-08-20T19:15:56.3285122Z [00:02:03.095]➜  			"en-US/edas/ListRecentChangeOrder.json",
2025-08-20T19:15:56.3285416Z [00:02:03.095]➜  			"en-US/edas/ListResourceGroup.json",
2025-08-20T19:15:56.3285682Z [00:02:03.095]➜  			"en-US/edas/ListRole.json",
2025-08-20T19:15:56.3285968Z [00:02:03.095]➜  			"en-US/edas/ListScaleOutEcu.json",
2025-08-20T19:15:56.3286269Z [00:02:03.095]➜  			"en-US/edas/ListServiceGroups.json",
2025-08-20T19:15:56.3286786Z [00:02:03.095]➜  			"en-US/edas/ListSlb.json",
2025-08-20T19:15:56.3287110Z [00:02:03.095]➜  			"en-US/edas/ListSubAccount.json",
2025-08-20T19:15:56.3287411Z [00:02:03.095]➜  			"en-US/edas/ListSwimmingLane.json",
2025-08-20T19:15:56.3287705Z [00:02:03.095]➜  			"en-US/edas/ListSwimmingLaneGroup.json",
2025-08-20T19:15:56.3287980Z [00:02:03.095]➜  			"en-US/edas/ListTagResources.json",
2025-08-20T19:15:56.3288290Z [00:02:03.095]➜  			"en-US/edas/ListUserDefineRegion.json",
2025-08-20T19:15:56.3288531Z [00:02:03.095]➜  			"en-US/edas/ListVpc.json",
2025-08-20T19:15:56.3288794Z [00:02:03.095]➜  			"en-US/edas/MigrateEcu.json",
2025-08-20T19:15:56.3289074Z [00:02:03.095]➜  			"en-US/edas/ModifyScalingRule.json",
2025-08-20T19:15:56.3289390Z [00:02:03.095]➜  			"en-US/edas/QueryApplicationStatus.json",
2025-08-20T19:15:56.3289652Z [00:02:03.095]➜  			"en-US/edas/QueryEccInfo.json",
2025-08-20T19:15:56.3289947Z [00:02:03.095]➜  			"en-US/edas/QueryMigrateEcuList.json",
2025-08-20T19:15:56.3290280Z [00:02:03.095]➜  			"en-US/edas/QueryMigrateRegionList.json",
2025-08-20T19:15:56.3290583Z [00:02:03.095]➜  			"en-US/edas/QueryRegionConfig.json",
2025-08-20T19:15:56.3291084Z [00:02:03.095]➜  			"en-US/edas/QuerySlsLogStoreList.json",
2025-08-20T19:15:56.3291387Z [00:02:03.095]➜  			"en-US/edas/ResetApplication.json",
2025-08-20T19:15:56.3291681Z [00:02:03.095]➜  			"en-US/edas/RestartApplication.json",
2025-08-20T19:15:56.3291994Z [00:02:03.095]➜  			"en-US/edas/RestartK8sApplication.json",
2025-08-20T19:15:56.3292286Z [00:02:03.095]➜  			"en-US/edas/RetryChangeOrderTask.json",
2025-08-20T19:15:56.3292759Z [00:02:03.095]➜  			"en-US/edas/RollbackApplication.json",
2025-08-20T19:15:56.3293056Z [00:02:03.095]➜  			"en-US/edas/RollbackChangeOrder.json",
2025-08-20T19:15:56.3293349Z [00:02:03.095]➜  			"en-US/edas/ScaleInApplication.json",
2025-08-20T19:15:56.3293635Z [00:02:03.095]➜  			"en-US/edas/ScaleK8sApplication.json",
2025-08-20T19:15:56.3293926Z [00:02:03.095]➜  			"en-US/edas/ScaleOutApplication.json",
2025-08-20T19:15:56.3294326Z [00:02:03.095]➜  			"en-US/edas/ScaleoutApplicationWithNewInstances.json",
2025-08-20T19:15:56.3294619Z [00:02:03.095]➜  			"en-US/edas/StartApplication.json",
2025-08-20T19:15:56.3294913Z [00:02:03.095]➜  			"en-US/edas/StartK8sAppPrecheck.json",
2025-08-20T19:15:56.3295204Z [00:02:03.095]➜  			"en-US/edas/StartK8sApplication.json",
2025-08-20T19:15:56.3295505Z [00:02:03.095]➜  			"en-US/edas/StopApplication.json",
2025-08-20T19:15:56.3295795Z [00:02:03.095]➜  			"en-US/edas/StopK8sApplication.json",
2025-08-20T19:15:56.3296135Z [00:02:03.095]➜  			"en-US/edas/SwitchAdvancedMonitoring.json",
2025-08-20T19:15:56.3296430Z [00:02:03.095]➜  			"en-US/edas/SynchronizeResource.json",
2025-08-20T19:15:56.3296707Z [00:02:03.095]➜  			"en-US/edas/TagResources.json",
2025-08-20T19:15:56.3297025Z [00:02:03.095]➜  			"en-US/edas/TransformClusterMember.json",
2025-08-20T19:15:56.3297280Z [00:02:03.095]➜  			"en-US/edas/UnbindK8sSlb.json",
2025-08-20T19:15:56.3297728Z [00:02:03.095]➜  			"en-US/edas/UnbindSlb.json",
2025-08-20T19:15:56.3298030Z [00:02:03.095]➜  			"en-US/edas/UntagResources.json",
2025-08-20T19:15:56.3298342Z [00:02:03.095]➜  			"en-US/edas/UpdateAccountInfo.json",
2025-08-20T19:15:56.3298693Z [00:02:03.095]➜  			"en-US/edas/UpdateApplicationBaseInfo.json",
2025-08-20T19:15:56.3299053Z [00:02:03.095]➜  			"en-US/edas/UpdateApplicationScalingRule.json",
2025-08-20T19:15:56.3299375Z [00:02:03.095]➜  			"en-US/edas/UpdateConfigTemplate.json",
2025-08-20T19:15:56.3299662Z [00:02:03.095]➜  			"en-US/edas/UpdateContainer.json",
2025-08-20T19:15:56.3300023Z [00:02:03.095]➜  			"en-US/edas/UpdateContainerConfiguration.json",
2025-08-20T19:15:56.3300322Z [00:02:03.095]➜  			"en-US/edas/UpdateHealthCheckUrl.json",
2025-08-20T19:15:56.3300648Z [00:02:03.095]➜  			"en-US/edas/UpdateHookConfiguration.json",
2025-08-20T19:15:56.3300964Z [00:02:03.095]➜  			"en-US/edas/UpdateJvmConfiguration.json",
2025-08-20T19:15:56.3301345Z [00:02:03.095]➜  			"en-US/edas/UpdateK8sApplicationBaseInfo.json",
2025-08-20T19:15:56.3301683Z [00:02:03.095]➜  			"en-US/edas/UpdateK8sApplicationConfig.json",
2025-08-20T19:15:56.3301980Z [00:02:03.095]➜  			"en-US/edas/UpdateK8sConfigMap.json",
2025-08-20T19:15:56.3302327Z [00:02:03.095]➜  			"en-US/edas/UpdateK8sIngressRule.json",
2025-08-20T19:15:56.3302802Z [00:02:03.095]➜  			"en-US/edas/UpdateK8sResource.json",
2025-08-20T19:15:56.3304632Z [00:02:03.095]➜  			"en-US/edas/UpdateK8sSecret.json",
2025-08-20T19:15:56.3304935Z [00:02:03.095]➜  			"en-US/edas/UpdateK8sService.json",
2025-08-20T19:15:56.3305203Z [00:02:03.095]➜  			"en-US/edas/UpdateK8sSlb.json",
2025-08-20T19:15:56.3305465Z [00:02:03.095]➜  			"en-US/edas/UpdateRole.json",
2025-08-20T19:15:56.3305749Z [00:02:03.095]➜  			"en-US/edas/UpdateSlsLogStore.json",
2025-08-20T19:15:56.3306042Z [00:02:03.095]➜  			"en-US/edas/UpdateSwimmingLane.json",
2025-08-20T19:15:56.3306369Z [00:02:03.095]➜  			"en-US/edas/UpdateSwimmingLaneGroup.json",
2025-08-20T19:15:56.3306634Z [00:02:03.095]➜  			"en-US/edas/version.json",
2025-08-20T19:15:56.3306917Z [00:02:03.095]➜  			"en-US/ehpc/AddContainerApp.json",
2025-08-20T19:15:56.3307200Z [00:02:03.095]➜  			"en-US/ehpc/AddExistedNodes.json",
2025-08-20T19:15:56.3307704Z [00:02:03.095]➜  			"en-US/ehpc/AddLocalNodes.json",
2025-08-20T19:15:56.3307967Z [00:02:03.095]➜  			"en-US/ehpc/AddNodes.json",
2025-08-20T19:15:56.3308218Z [00:02:03.095]➜  			"en-US/ehpc/AddQueue.json",
2025-08-20T19:15:56.3308505Z [00:02:03.095]➜  			"en-US/ehpc/AddSecurityGroup.json",
2025-08-20T19:15:56.3308765Z [00:02:03.095]➜  			"en-US/ehpc/AddUsers.json",
2025-08-20T19:15:56.3309025Z [00:02:03.095]➜  			"en-US/ehpc/ApplyNodes.json",
2025-08-20T19:15:56.3309315Z [00:02:03.095]➜  			"en-US/ehpc/CreateCluster.json",
2025-08-20T19:15:56.3309609Z [00:02:03.095]➜  			"en-US/ehpc/CreateGWSCluster.json",
2025-08-20T19:15:56.3309893Z [00:02:03.095]➜  			"en-US/ehpc/CreateGWSImage.json",
2025-08-20T19:15:56.3310192Z [00:02:03.095]➜  			"en-US/ehpc/CreateGWSInstance.json",
2025-08-20T19:15:56.3310532Z [00:02:03.095]➜  			"en-US/ehpc/CreateHybridCluster.json",
2025-08-20T19:15:56.3310807Z [00:02:03.095]➜  			"en-US/ehpc/CreateJobFile.json",
2025-08-20T19:15:56.3311119Z [00:02:03.095]➜  			"en-US/ehpc/CreateJobTemplate.json",
2025-08-20T19:15:56.3311383Z [00:02:03.095]➜  			"en-US/ehpc/DeleteCluster.json",
2025-08-20T19:15:56.3311684Z [00:02:03.095]➜  			"en-US/ehpc/DeleteContainerApps.json",
2025-08-20T19:15:56.3311963Z [00:02:03.095]➜  			"en-US/ehpc/DeleteGWSCluster.json",
2025-08-20T19:15:56.3312252Z [00:02:03.095]➜  			"en-US/ehpc/DeleteGWSInstance.json",
2025-08-20T19:15:56.3317475Z [00:02:03.095]➜  			"en-US/ehpc/DeleteImage.json",
2025-08-20T19:15:56.3317858Z [00:02:03.095]➜  			"en-US/ehpc/DeleteJobTemplates.json",
2025-08-20T19:15:56.3318133Z [00:02:03.095]➜  			"en-US/ehpc/DeleteJobs.json",
2025-08-20T19:15:56.3318430Z [00:02:03.095]➜  			"en-US/ehpc/DeleteLocalImage.json",
2025-08-20T19:15:56.3318704Z [00:02:03.096]➜  			"en-US/ehpc/DeleteNodes.json",
2025-08-20T19:15:56.3319179Z [00:02:03.096]➜  			"en-US/ehpc/DeleteQueue.json",
2025-08-20T19:15:56.3319478Z [00:02:03.096]➜  			"en-US/ehpc/DeleteSecurityGroup.json",
2025-08-20T19:15:56.3319761Z [00:02:03.096]➜  			"en-US/ehpc/DeleteUsers.json",
2025-08-20T19:15:56.3320075Z [00:02:03.096]➜  			"en-US/ehpc/DescribeAutoScaleConfig.json",
2025-08-20T19:15:56.3320362Z [00:02:03.096]➜  			"en-US/ehpc/DescribeCluster.json",
2025-08-20T19:15:56.3320662Z [00:02:03.096]➜  			"en-US/ehpc/DescribeContainerApp.json",
2025-08-20T19:15:56.3320958Z [00:02:03.096]➜  			"en-US/ehpc/DescribeEstackImage.json",
2025-08-20T19:15:56.3321278Z [00:02:03.096]➜  			"en-US/ehpc/DescribeGWSClusterPolicy.json",
2025-08-20T19:15:56.3321569Z [00:02:03.096]➜  			"en-US/ehpc/DescribeGWSClusters.json",
2025-08-20T19:15:56.3321848Z [00:02:03.096]➜  			"en-US/ehpc/DescribeGWSImages.json",
2025-08-20T19:15:56.3322144Z [00:02:03.096]➜  			"en-US/ehpc/DescribeGWSInstances.json",
2025-08-20T19:15:56.3322573Z [00:02:03.096]➜  			"en-US/ehpc/DescribeImage.json",
2025-08-20T19:15:56.3322938Z [00:02:03.096]➜  			"en-US/ehpc/DescribeImageGatewayConfig.json",
2025-08-20T19:15:56.3323227Z [00:02:03.096]➜  			"en-US/ehpc/DescribeImagePrice.json",
2025-08-20T19:15:56.3323503Z [00:02:03.096]➜  			"en-US/ehpc/DescribeJob.json",
2025-08-20T19:15:56.3323814Z [00:02:03.096]➜  			"en-US/ehpc/DescribeNFSClientStatus.json",
2025-08-20T19:15:56.3324077Z [00:02:03.096]➜  			"en-US/ehpc/DescribePrice.json",
2025-08-20T19:15:56.3324384Z [00:02:03.096]➜  			"en-US/ehpc/DescribeServerlessJobs.json",
2025-08-20T19:15:56.3324658Z [00:02:03.096]➜  			"en-US/ehpc/EditJobTemplate.json",
2025-08-20T19:15:56.3324954Z [00:02:03.096]➜  			"en-US/ehpc/GetAccountingReport.json",
2025-08-20T19:15:56.3325236Z [00:02:03.096]➜  			"en-US/ehpc/GetAutoScaleConfig.json",
2025-08-20T19:15:56.3325542Z [00:02:03.096]➜  			"en-US/ehpc/GetCloudMetricLogs.json",
2025-08-20T19:15:56.3325866Z [00:02:03.096]➜  			"en-US/ehpc/GetCloudMetricProfiling.json",
2025-08-20T19:15:56.3326167Z [00:02:03.096]➜  			"en-US/ehpc/GetClusterVolumes.json",
2025-08-20T19:15:56.3326461Z [00:02:03.096]➜  			"en-US/ehpc/GetCommonImage.json",
2025-08-20T19:15:56.3326769Z [00:02:03.096]➜  			"en-US/ehpc/GetGWSConnectTicket.json",
2025-08-20T19:15:56.3327308Z [00:02:03.096]➜  			"en-US/ehpc/GetHybridClusterConfig.json",
2025-08-20T19:15:56.3327679Z [00:02:03.096]➜  			"en-US/ehpc/GetIfEcsTypeSupportHtConfig.json",
2025-08-20T19:15:56.3327945Z [00:02:03.096]➜  			"en-US/ehpc/GetJobLog.json",
2025-08-20T19:15:56.3328238Z [00:02:03.096]➜  			"en-US/ehpc/GetPostScripts.json",
2025-08-20T19:15:56.3328528Z [00:02:03.096]➜  			"en-US/ehpc/GetSchedulerInfo.json",
2025-08-20T19:15:56.3328804Z [00:02:03.096]➜  			"en-US/ehpc/GetUserImage.json",
2025-08-20T19:15:56.3329125Z [00:02:03.096]➜  			"en-US/ehpc/GetVisualServiceStatus.json",
2025-08-20T19:15:56.3329397Z [00:02:03.096]➜  			"en-US/ehpc/InitializeEHPC.json",
2025-08-20T19:15:56.3329635Z [00:02:03.096]➜  			"en-US/ehpc/InspectImage.json",
2025-08-20T19:15:56.3329911Z [00:02:03.096]➜  			"en-US/ehpc/InstallSoftware.json",
2025-08-20T19:15:56.3330210Z [00:02:03.096]➜  			"en-US/ehpc/InvokeShellCommand.json",
2025-08-20T19:15:56.3330518Z [00:02:03.096]➜  			"en-US/ehpc/ListAvailableEcsTypes.json",
2025-08-20T19:15:56.3330854Z [00:02:03.096]➜  			"en-US/ehpc/ListCloudMetricProfilings.json",
2025-08-20T19:15:56.3331132Z [00:02:03.096]➜  			"en-US/ehpc/ListClusterLogs.json",
2025-08-20T19:15:56.3331385Z [00:02:03.096]➜  			"en-US/ehpc/ListClusters.json",
2025-08-20T19:15:56.3331664Z [00:02:03.096]➜  			"en-US/ehpc/ListClustersMeta.json",
2025-08-20T19:15:56.3331911Z [00:02:03.096]➜  			"en-US/ehpc/ListCommands.json",
2025-08-20T19:15:56.3332201Z [00:02:03.096]➜  			"en-US/ehpc/ListCommunityImages.json",
2025-08-20T19:15:56.3332641Z [00:02:03.096]➜  			"en-US/ehpc/ListContainerApps.json",
2025-08-20T19:15:56.3332963Z [00:02:03.096]➜  			"en-US/ehpc/ListContainerImages.json",
2025-08-20T19:15:56.3333267Z [00:02:03.096]➜  			"en-US/ehpc/ListCpfsFileSystems.json",
2025-08-20T19:15:56.3333778Z [00:02:03.096]➜  			"en-US/ehpc/ListCurrentClientVersion.json",
2025-08-20T19:15:56.3334068Z [00:02:03.096]➜  			"en-US/ehpc/ListCustomImages.json",
2025-08-20T19:15:56.3334479Z [00:02:03.096]➜  			"en-US/ehpc/ListFileSystemWithMountTargets.json",
2025-08-20T19:15:56.3334770Z [00:02:03.096]➜  			"en-US/ehpc/ListImages.json",
2025-08-20T19:15:56.3335087Z [00:02:03.096]➜  			"en-US/ehpc/ListInstalledSoftware.json",
2025-08-20T19:15:56.3335403Z [00:02:03.096]➜  			"en-US/ehpc/ListInvocationResults.json",
2025-08-20T19:15:56.3335714Z [00:02:03.096]➜  			"en-US/ehpc/ListInvocationStatus.json",
2025-08-20T19:15:56.3335995Z [00:02:03.096]➜  			"en-US/ehpc/ListJobTemplates.json",
2025-08-20T19:15:56.3336243Z [00:02:03.096]➜  			"en-US/ehpc/ListJobs.json",
2025-08-20T19:15:56.3336547Z [00:02:03.096]➜  			"en-US/ehpc/ListJobsWithFilters.json",
2025-08-20T19:15:56.3336797Z [00:02:03.096]➜  			"en-US/ehpc/ListNodes.json",
2025-08-20T19:15:56.3337086Z [00:02:03.096]➜  			"en-US/ehpc/ListNodesByQueue.json",
2025-08-20T19:15:56.3337401Z [00:02:03.096]➜  			"en-US/ehpc/ListNodesNoPaging.json",
2025-08-20T19:15:56.3337721Z [00:02:03.096]➜  			"en-US/ehpc/ListPreferredEcsTypes.json",
2025-08-20T19:15:56.3337990Z [00:02:03.096]➜  			"en-US/ehpc/ListQueues.json",
2025-08-20T19:15:56.3338261Z [00:02:03.096]➜  			"en-US/ehpc/ListRegions.json",
2025-08-20T19:15:56.3338557Z [00:02:03.096]➜  			"en-US/ehpc/ListSecurityGroups.json",
2025-08-20T19:15:56.3338850Z [00:02:03.096]➜  			"en-US/ehpc/ListServerlessJobs.json",
2025-08-20T19:15:56.3339118Z [00:02:03.096]➜  			"en-US/ehpc/ListSoftwares.json",
2025-08-20T19:15:56.3339400Z [00:02:03.096]➜  			"en-US/ehpc/ListTagResources.json",
2025-08-20T19:15:56.3339637Z [00:02:03.096]➜  			"en-US/ehpc/ListTasks.json",
2025-08-20T19:15:56.3339919Z [00:02:03.096]➜  			"en-US/ehpc/ListUpgradeClients.json",
2025-08-20T19:15:56.3340160Z [00:02:03.096]➜  			"en-US/ehpc/ListUsers.json",
2025-08-20T19:15:56.3340429Z [00:02:03.096]➜  			"en-US/ehpc/ListUsersAsync.json",
2025-08-20T19:15:56.3340686Z [00:02:03.096]➜  			"en-US/ehpc/ListVolumes.json",
2025-08-20T19:15:56.3341028Z [00:02:03.096]➜  			"en-US/ehpc/ModifyClusterAttributes.json",
2025-08-20T19:15:56.3341373Z [00:02:03.096]➜  			"en-US/ehpc/ModifyContainerAppAttributes.json",
2025-08-20T19:15:56.3341901Z [00:02:03.096]➜  			"en-US/ehpc/ModifyImageGatewayConfig.json",
2025-08-20T19:15:56.3342191Z [00:02:03.096]➜  			"en-US/ehpc/ModifyUserGroups.json",
2025-08-20T19:15:56.3346548Z [00:02:03.096]➜  			"en-US/ehpc/ModifyUserPasswords.json",
2025-08-20T19:15:56.3346917Z [00:02:03.096]➜  			"en-US/ehpc/ModifyVisualServicePasswd.json",
2025-08-20T19:15:56.3347184Z [00:02:03.096]➜  			"en-US/ehpc/MountNFS.json",
2025-08-20T19:15:56.3347443Z [00:02:03.096]➜  			"en-US/ehpc/PullImage.json",
2025-08-20T19:15:56.3347784Z [00:02:03.096]➜  			"en-US/ehpc/QueryServicePackAndPrice.json",
2025-08-20T19:15:56.3348071Z [00:02:03.096]➜  			"en-US/ehpc/RecoverCluster.json",
2025-08-20T19:15:56.3348358Z [00:02:03.096]➜  			"en-US/ehpc/RerunJobs.json",
2025-08-20T19:15:56.3348628Z [00:02:03.096]➜  			"en-US/ehpc/ResetNodes.json",
2025-08-20T19:15:56.3348950Z [00:02:03.096]➜  			"en-US/ehpc/RunCloudMetricProfiling.json",
2025-08-20T19:15:56.3349233Z [00:02:03.096]➜  			"en-US/ehpc/SetAutoScaleConfig.json",
2025-08-20T19:15:56.3349545Z [00:02:03.096]➜  			"en-US/ehpc/SetGWSClusterPolicy.json",
2025-08-20T19:15:56.3349831Z [00:02:03.096]➜  			"en-US/ehpc/SetGWSInstanceName.json",
2025-08-20T19:15:56.3350126Z [00:02:03.096]➜  			"en-US/ehpc/SetGWSInstanceUser.json",
2025-08-20T19:15:56.3350401Z [00:02:03.096]➜  			"en-US/ehpc/SetPostScripts.json",
2025-08-20T19:15:56.3350652Z [00:02:03.096]➜  			"en-US/ehpc/SetQueue.json",
2025-08-20T19:15:56.3350930Z [00:02:03.096]➜  			"en-US/ehpc/SetSchedulerInfo.json",
2025-08-20T19:15:56.3351196Z [00:02:03.096]➜  			"en-US/ehpc/StartCluster.json",
2025-08-20T19:15:56.3351491Z [00:02:03.096]➜  			"en-US/ehpc/StartGWSInstance.json",
2025-08-20T19:15:56.3351742Z [00:02:03.096]➜  			"en-US/ehpc/StartNodes.json",
2025-08-20T19:15:56.3352043Z [00:02:03.096]➜  			"en-US/ehpc/StartVisualService.json",
2025-08-20T19:15:56.3352750Z [00:02:03.096]➜  			"en-US/ehpc/StopCluster.json",
2025-08-20T19:15:56.3353085Z [00:02:03.096]➜  			"en-US/ehpc/StopGWSInstance.json",
2025-08-20T19:15:56.3353370Z [00:02:03.096]➜  			"en-US/ehpc/StopJobs.json",
2025-08-20T19:15:56.3353645Z [00:02:03.096]➜  			"en-US/ehpc/StopNodes.json",
2025-08-20T19:15:56.3353993Z [00:02:03.096]➜  			"en-US/ehpc/StopServerlessJobs.json",
2025-08-20T19:15:56.3354299Z [00:02:03.096]➜  			"en-US/ehpc/StopVisualService.json",
2025-08-20T19:15:56.3354557Z [00:02:03.096]➜  			"en-US/ehpc/SubmitJob.json",
2025-08-20T19:15:56.3354878Z [00:02:03.096]➜  			"en-US/ehpc/SubmitServerlessJob.json",
2025-08-20T19:15:56.3355157Z [00:02:03.096]➜  			"en-US/ehpc/SummaryImages.json",
2025-08-20T19:15:56.3355459Z [00:02:03.096]➜  			"en-US/ehpc/SummaryImagesInfo.json",
2025-08-20T19:15:56.3355715Z [00:02:03.096]➜  			"en-US/ehpc/SyncUsers.json",
2025-08-20T19:15:56.3355997Z [00:02:03.096]➜  			"en-US/ehpc/TagResources.json",
2025-08-20T19:15:56.3356289Z [00:02:03.096]➜  			"en-US/ehpc/UnTagResources.json",
2025-08-20T19:15:56.3356826Z [00:02:03.096]➜  			"en-US/ehpc/UninstallSoftware.json",
2025-08-20T19:15:56.3357164Z [00:02:03.096]➜  			"en-US/ehpc/UpdateClusterVolumes.json",
2025-08-20T19:15:56.3376299Z [00:02:03.096]➜  			"en-US/ehpc/UpdateQueueConfig.json",
2025-08-20T19:15:56.3376614Z [00:02:03.096]➜  			"en-US/ehpc/UpgradeClient.json",
2025-08-20T19:15:56.3376877Z [00:02:03.096]➜  			"en-US/ehpc/version.json",
2025-08-20T19:15:56.3377259Z [00:02:03.096]➜  			"en-US/eipanycast/AllocateAnycastEipAddress.json",
2025-08-20T19:15:56.3377650Z [00:02:03.096]➜  			"en-US/eipanycast/AssociateAnycastEipAddress.json",
2025-08-20T19:15:56.3378014Z [00:02:03.096]➜  			"en-US/eipanycast/DescribeAnycastEipAddress.json",
2025-08-20T19:15:56.3378396Z [00:02:03.096]➜  			"en-US/eipanycast/DescribeAnycastPopLocations.json",
2025-08-20T19:15:56.3378781Z [00:02:03.096]➜  			"en-US/eipanycast/DescribeAnycastServerRegions.json",
2025-08-20T19:15:56.3379158Z [00:02:03.096]➜  			"en-US/eipanycast/ListAnycastEipAddresses.json",
2025-08-20T19:15:56.3379469Z [00:02:03.096]➜  			"en-US/eipanycast/ListTagResources.json",
2025-08-20T19:15:56.3380174Z [00:02:03.096]➜  			"en-US/eipanycast/ModifyAnycastEipAddressAttribute.json",
2025-08-20T19:15:56.3380562Z [00:02:03.096]➜  			"en-US/eipanycast/ModifyAnycastEipAddressSpec.json",
2025-08-20T19:15:56.3380929Z [00:02:03.096]➜  			"en-US/eipanycast/ReleaseAnycastEipAddress.json",
2025-08-20T19:15:56.3381219Z [00:02:03.096]➜  			"en-US/eipanycast/TagResources.json",
2025-08-20T19:15:56.3381606Z [00:02:03.096]➜  			"en-US/eipanycast/UnassociateAnycastEipAddress.json",
2025-08-20T19:15:56.3381899Z [00:02:03.096]➜  			"en-US/eipanycast/UntagResources.json",
2025-08-20T19:15:56.3382350Z [00:02:03.096]➜  			"en-US/eipanycast/UpdateAnycastEipAddressAssociations.json",
2025-08-20T19:15:56.3382800Z [00:02:03.096]➜  			"en-US/eipanycast/version.json",
2025-08-20T19:15:56.3383122Z [00:02:03.096]➜  			"en-US/elasticsearch/ActivateZones.json",
2025-08-20T19:15:56.3383489Z [00:02:03.096]➜  			"en-US/elasticsearch/AddConnectableCluster.json",
2025-08-20T19:15:56.3383818Z [00:02:03.096]➜  			"en-US/elasticsearch/AddSnapshotRepo.json",
2025-08-20T19:15:56.3384141Z [00:02:03.096]➜  			"en-US/elasticsearch/CancelDeletion.json",
2025-08-20T19:15:56.3384494Z [00:02:03.096]➜  			"en-US/elasticsearch/CancelLogstashDeletion.json",
2025-08-20T19:15:56.3384775Z [00:02:03.096]➜  			"en-US/elasticsearch/CancelTask.json",
2025-08-20T19:15:56.3385076Z [00:02:03.096]➜  			"en-US/elasticsearch/CapacityPlan.json",
2025-08-20T19:15:56.3385386Z [00:02:03.096]➜  			"en-US/elasticsearch/CloseDiagnosis.json",
2025-08-20T19:15:56.3385678Z [00:02:03.096]➜  			"en-US/elasticsearch/CloseHttps.json",
2025-08-20T19:15:56.3386014Z [00:02:03.096]➜  			"en-US/elasticsearch/CloseManagedIndex.json",
2025-08-20T19:15:56.3386326Z [00:02:03.096]➜  			"en-US/elasticsearch/CreateCollector.json",
2025-08-20T19:15:56.3386677Z [00:02:03.096]➜  			"en-US/elasticsearch/CreateComponentIndex.json",
2025-08-20T19:15:56.3387176Z [00:02:03.096]➜  			"en-US/elasticsearch/CreateDataStream.json",
2025-08-20T19:15:56.3387525Z [00:02:03.096]➜  			"en-US/elasticsearch/CreateDataTasks.json",
2025-08-20T19:15:56.3387858Z [00:02:03.096]➜  			"en-US/elasticsearch/CreateILMPolicy.json",
2025-08-20T19:15:56.3388208Z [00:02:03.096]➜  			"en-US/elasticsearch/CreateIndexTemplate.json",
2025-08-20T19:15:56.3388515Z [00:02:03.096]➜  			"en-US/elasticsearch/CreateLogstash.json",
2025-08-20T19:15:56.3388841Z [00:02:03.096]➜  			"en-US/elasticsearch/CreatePipelines.json",
2025-08-20T19:15:56.3389150Z [00:02:03.096]➜  			"en-US/elasticsearch/CreateSnapshot.json",
2025-08-20T19:15:56.3389498Z [00:02:03.096]➜  			"en-US/elasticsearch/CreateVpcEndpoint.json",
2025-08-20T19:15:56.3389808Z [00:02:03.096]➜  			"en-US/elasticsearch/DeactivateZones.json",
2025-08-20T19:15:56.3390123Z [00:02:03.096]➜  			"en-US/elasticsearch/DeleteCollector.json",
2025-08-20T19:15:56.3390468Z [00:02:03.096]➜  			"en-US/elasticsearch/DeleteComponentIndex.json",
2025-08-20T19:15:56.3390847Z [00:02:03.096]➜  			"en-US/elasticsearch/DeleteConnectedCluster.json",
2025-08-20T19:15:56.3391169Z [00:02:03.096]➜  			"en-US/elasticsearch/DeleteDataStream.json",
2025-08-20T19:15:56.3391499Z [00:02:03.096]➜  			"en-US/elasticsearch/DeleteDataTask.json",
2025-08-20T19:15:56.3391883Z [00:02:03.096]➜  			"en-US/elasticsearch/DeleteDeprecatedTemplate.json",
2025-08-20T19:15:56.3392204Z [00:02:03.096]➜  			"en-US/elasticsearch/DeleteILMPolicy.json",
2025-08-20T19:15:56.3392712Z [00:02:03.096]➜  			"en-US/elasticsearch/DeleteIndexTemplate.json",
2025-08-20T19:15:56.3393038Z [00:02:03.096]➜  			"en-US/elasticsearch/DeleteInstance.json",
2025-08-20T19:15:56.3393347Z [00:02:03.096]➜  			"en-US/elasticsearch/DeleteLogstash.json",
2025-08-20T19:15:56.3393669Z [00:02:03.096]➜  			"en-US/elasticsearch/DeletePipelines.json",
2025-08-20T19:15:56.3394005Z [00:02:03.096]➜  			"en-US/elasticsearch/DeleteSnapshotRepo.json",
2025-08-20T19:15:56.3394352Z [00:02:03.096]➜  			"en-US/elasticsearch/DeleteVpcEndpoint.json",
2025-08-20T19:15:56.3394686Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeAckOperator.json",
2025-08-20T19:15:56.3395165Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeApm.json",
2025-08-20T19:15:56.3395490Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeCollector.json",
2025-08-20T19:15:56.3395854Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeComponentIndex.json",
2025-08-20T19:15:56.3396247Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeConnectableClusters.json",
2025-08-20T19:15:56.3396640Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeDeprecatedTemplate.json",
2025-08-20T19:15:56.3396994Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeDiagnoseReport.json",
2025-08-20T19:15:56.3397374Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeDiagnosisSettings.json",
2025-08-20T19:15:56.3397738Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeDynamicSettings.json",
2025-08-20T19:15:56.3398129Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeElasticsearchHealth.json",
2025-08-20T19:15:56.3398463Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeILMPolicy.json",
2025-08-20T19:15:56.3398815Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeIndexTemplate.json",
2025-08-20T19:15:56.3399144Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeInstance.json",
2025-08-20T19:15:56.3399493Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeKibanaSettings.json",
2025-08-20T19:15:56.3399800Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeLogstash.json",
2025-08-20T19:15:56.3400122Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribePipeline.json",
2025-08-20T19:15:56.3400559Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribePipelineManagementConfig.json",
2025-08-20T19:15:56.3400879Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeRegions.json",
2025-08-20T19:15:56.3401236Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeSnapshotSetting.json",
2025-08-20T19:15:56.3401567Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeTemplates.json",
2025-08-20T19:15:56.3402114Z [00:02:03.096]➜  			"en-US/elasticsearch/DescribeXpackMonitorConfig.json",
2025-08-20T19:15:56.3402615Z [00:02:03.096]➜  			"en-US/elasticsearch/DiagnoseInstance.json",
2025-08-20T19:15:56.3403414Z [00:02:03.097]➜  			"en-US/elasticsearch/EstimatedLogstashRestartTime.json",
2025-08-20T19:15:56.3403789Z [00:02:03.097]➜  			"en-US/elasticsearch/EstimatedRestartTime.json",
2025-08-20T19:15:56.3404177Z [00:02:03.097]➜  			"en-US/elasticsearch/GetClusterDataInformation.json",
2025-08-20T19:15:56.3404499Z [00:02:03.097]➜  			"en-US/elasticsearch/GetElastictask.json",
2025-08-20T19:15:56.3404846Z [00:02:03.097]➜  			"en-US/elasticsearch/GetEmonGrafanaAlerts.json",
2025-08-20T19:15:56.3405221Z [00:02:03.097]➜  			"en-US/elasticsearch/GetEmonGrafanaDashboards.json",
2025-08-20T19:15:56.3405562Z [00:02:03.097]➜  			"en-US/elasticsearch/GetEmonMonitorData.json",
2025-08-20T19:15:56.3405904Z [00:02:03.097]➜  			"en-US/elasticsearch/GetOpenStoreUsage.json",
2025-08-20T19:15:56.3406280Z [00:02:03.097]➜  			"en-US/elasticsearch/GetRegionConfiguration.json",
2025-08-20T19:15:56.3406662Z [00:02:03.097]➜  			"en-US/elasticsearch/GetSuggestShrinkableNodes.json",
2025-08-20T19:15:56.3407028Z [00:02:03.097]➜  			"en-US/elasticsearch/GetTransferableNodes.json",
2025-08-20T19:15:56.3407397Z [00:02:03.097]➜  			"en-US/elasticsearch/InitializeOperationRole.json",
2025-08-20T19:15:56.3407730Z [00:02:03.097]➜  			"en-US/elasticsearch/InstallAckOperator.json",
2025-08-20T19:15:56.3408104Z [00:02:03.097]➜  			"en-US/elasticsearch/InstallKibanaSystemPlugin.json",
2025-08-20T19:15:56.3408496Z [00:02:03.097]➜  			"en-US/elasticsearch/InstallLogstashSystemPlugin.json",
2025-08-20T19:15:56.3408830Z [00:02:03.097]➜  			"en-US/elasticsearch/InstallSystemPlugin.json",
2025-08-20T19:15:56.3409167Z [00:02:03.097]➜  			"en-US/elasticsearch/InstallUserPlugins.json",
2025-08-20T19:15:56.3409572Z [00:02:03.097]➜  			"en-US/elasticsearch/InterruptElasticsearchTask.json",
2025-08-20T19:15:56.3409941Z [00:02:03.097]➜  			"en-US/elasticsearch/InterruptLogstashTask.json",
2025-08-20T19:15:56.3410275Z [00:02:03.097]➜  			"en-US/elasticsearch/ListAckClusters.json",
2025-08-20T19:15:56.3410671Z [00:02:03.097]➜  			"en-US/elasticsearch/ListAckNamespaces.json",
2025-08-20T19:15:56.3411218Z [00:02:03.097]➜  			"en-US/elasticsearch/ListActionRecords.json",
2025-08-20T19:15:56.3411529Z [00:02:03.097]➜  			"en-US/elasticsearch/ListAllNode.json",
2025-08-20T19:15:56.3411940Z [00:02:03.097]➜  			"en-US/elasticsearch/ListAlternativeSnapshotRepos.json",
2025-08-20T19:15:56.3412226Z [00:02:03.097]➜  			"en-US/elasticsearch/ListApm.json",
2025-08-20T19:15:56.3412817Z [00:02:03.097]➜  			"en-US/elasticsearch/ListAvailableEsInstanceIds.json",
2025-08-20T19:15:56.3413155Z [00:02:03.097]➜  			"en-US/elasticsearch/ListCollectors.json",
2025-08-20T19:15:56.3413510Z [00:02:03.097]➜  			"en-US/elasticsearch/ListComponentIndices.json",
2025-08-20T19:15:56.3413873Z [00:02:03.097]➜  			"en-US/elasticsearch/ListConnectedClusters.json",
2025-08-20T19:15:56.3414198Z [00:02:03.097]➜  			"en-US/elasticsearch/ListDataStreams.json",
2025-08-20T19:15:56.3414504Z [00:02:03.097]➜  			"en-US/elasticsearch/ListDataTasks.json",
2025-08-20T19:15:56.3414964Z [00:02:03.097]➜  			"en-US/elasticsearch/ListDefaultCollectorConfigurations.json",
2025-08-20T19:15:56.3415367Z [00:02:03.097]➜  			"en-US/elasticsearch/ListDeprecatedTemplates.json",
2025-08-20T19:15:56.3415715Z [00:02:03.097]➜  			"en-US/elasticsearch/ListDiagnoseIndices.json",
2025-08-20T19:15:56.3416082Z [00:02:03.097]➜  			"en-US/elasticsearch/ListDiagnoseReport.json",
2025-08-20T19:15:56.3416441Z [00:02:03.097]➜  			"en-US/elasticsearch/ListDiagnoseReportIds.json",
2025-08-20T19:15:56.3416779Z [00:02:03.097]➜  			"en-US/elasticsearch/ListDiagnosisItems.json",
2025-08-20T19:15:56.3417123Z [00:02:03.097]➜  			"en-US/elasticsearch/ListDictInformation.json",
2025-08-20T19:15:56.3417432Z [00:02:03.097]➜  			"en-US/elasticsearch/ListDicts.json",
2025-08-20T19:15:56.3417755Z [00:02:03.097]➜  			"en-US/elasticsearch/ListEcsInstances.json",
2025-08-20T19:15:56.3418283Z [00:02:03.097]➜  			"en-US/elasticsearch/ListExtendfiles.json",
2025-08-20T19:15:56.3418622Z [00:02:03.097]➜  			"en-US/elasticsearch/ListILMPolicies.json",
2025-08-20T19:15:56.3418977Z [00:02:03.097]➜  			"en-US/elasticsearch/ListIndexTemplates.json",
2025-08-20T19:15:56.3419280Z [00:02:03.097]➜  			"en-US/elasticsearch/ListInstance.json",
2025-08-20T19:15:56.3419665Z [00:02:03.097]➜  			"en-US/elasticsearch/ListInstanceHistoryEvents.json",
2025-08-20T19:15:56.3420009Z [00:02:03.097]➜  			"en-US/elasticsearch/ListInstanceIndices.json",
2025-08-20T19:15:56.3420343Z [00:02:03.097]➜  			"en-US/elasticsearch/ListKibanaPlugins.json",
2025-08-20T19:15:56.3420635Z [00:02:03.097]➜  			"en-US/elasticsearch/ListLogstash.json",
2025-08-20T19:15:56.3420954Z [00:02:03.097]➜  			"en-US/elasticsearch/ListLogstashLog.json",
2025-08-20T19:15:56.3421287Z [00:02:03.097]➜  			"en-US/elasticsearch/ListLogstashPlugins.json",
2025-08-20T19:15:56.3421579Z [00:02:03.097]➜  			"en-US/elasticsearch/ListNodes.json",
2025-08-20T19:15:56.3421896Z [00:02:03.097]➜  			"en-US/elasticsearch/ListPipeline.json",
2025-08-20T19:15:56.3422223Z [00:02:03.097]➜  			"en-US/elasticsearch/ListPipelineIds.json",
2025-08-20T19:15:56.3449821Z [00:02:03.097]➜  			"en-US/elasticsearch/ListPlugins.json",
2025-08-20T19:15:56.3451138Z [00:02:03.098]➜  			"en-US/elasticsearch/ListSearchLog.json",
2025-08-20T19:15:56.3452281Z [00:02:03.098]➜  			"en-US/elasticsearch/ListShardRecoveries.json",
2025-08-20T19:15:56.3453840Z [00:02:03.098]➜  			"en-US/elasticsearch/ListSnapshotReposByInstanceId.json",
2025-08-20T19:15:56.3454670Z [00:02:03.098]➜  			"en-US/elasticsearch/ListTagResources.json",
2025-08-20T19:15:56.3454988Z [00:02:03.098]➜  			"en-US/elasticsearch/ListTags.json",
2025-08-20T19:15:56.3455339Z [00:02:03.098]➜  			"en-US/elasticsearch/ListVpcEndpoints.json",
2025-08-20T19:15:56.3455705Z [00:02:03.098]➜  			"en-US/elasticsearch/MigrateToOtherZone.json",
2025-08-20T19:15:56.3456061Z [00:02:03.098]➜  			"en-US/elasticsearch/ModifyDeployMachine.json",
2025-08-20T19:15:56.3456429Z [00:02:03.098]➜  			"en-US/elasticsearch/ModifyElastictask.json",
2025-08-20T19:15:56.3456836Z [00:02:03.098]➜  			"en-US/elasticsearch/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:56.3457459Z [00:02:03.098]➜  			"en-US/elasticsearch/ModifyWhiteIps.json",
2025-08-20T19:15:56.3457791Z [00:02:03.098]➜  			"en-US/elasticsearch/MoveResourceGroup.json",
2025-08-20T19:15:56.3458117Z [00:02:03.098]➜  			"en-US/elasticsearch/OpenDiagnosis.json",
2025-08-20T19:15:56.3458460Z [00:02:03.098]➜  			"en-US/elasticsearch/OpenHttps.json",
2025-08-20T19:15:56.3458821Z [00:02:03.098]➜  			"en-US/elasticsearch/PostEmonTryAlarmRule.json",
2025-08-20T19:15:56.3459236Z [00:02:03.098]➜  			"en-US/elasticsearch/RecommendTemplates.json",
2025-08-20T19:15:56.3459658Z [00:02:03.098]➜  			"en-US/elasticsearch/ReinstallCollector.json",
2025-08-20T19:15:56.3459958Z [00:02:03.098]➜  			"en-US/elasticsearch/RemoveApm.json",
2025-08-20T19:15:56.3460263Z [00:02:03.098]➜  			"en-US/elasticsearch/RenewInstance.json",
2025-08-20T19:15:56.3460575Z [00:02:03.098]➜  			"en-US/elasticsearch/RenewLogstash.json",
2025-08-20T19:15:56.3460890Z [00:02:03.098]➜  			"en-US/elasticsearch/RestartCollector.json",
2025-08-20T19:15:56.3461222Z [00:02:03.098]➜  			"en-US/elasticsearch/RestartInstance.json",
2025-08-20T19:15:56.3461532Z [00:02:03.098]➜  			"en-US/elasticsearch/RestartLogstash.json",
2025-08-20T19:15:56.3461909Z [00:02:03.098]➜  			"en-US/elasticsearch/ResumeElasticsearchTask.json",
2025-08-20T19:15:56.3462240Z [00:02:03.098]➜  			"en-US/elasticsearch/ResumeLogstashTask.json",
2025-08-20T19:15:56.3462773Z [00:02:03.098]➜  			"en-US/elasticsearch/RolloverDataStream.json",
2025-08-20T19:15:56.3463107Z [00:02:03.098]➜  			"en-US/elasticsearch/RunPipelines.json",
2025-08-20T19:15:56.3463421Z [00:02:03.098]➜  			"en-US/elasticsearch/ShrinkNode.json",
2025-08-20T19:15:56.3463715Z [00:02:03.098]➜  			"en-US/elasticsearch/StartApm.json",
2025-08-20T19:15:56.3464041Z [00:02:03.098]➜  			"en-US/elasticsearch/StartCollector.json",
2025-08-20T19:15:56.3464548Z [00:02:03.098]➜  			"en-US/elasticsearch/StopApm.json",
2025-08-20T19:15:56.3464904Z [00:02:03.098]➜  			"en-US/elasticsearch/StopCollector.json",
2025-08-20T19:15:56.3465242Z [00:02:03.098]➜  			"en-US/elasticsearch/StopPipelines.json",
2025-08-20T19:15:56.3465564Z [00:02:03.098]➜  			"en-US/elasticsearch/TagResources.json",
2025-08-20T19:15:56.3465867Z [00:02:03.098]➜  			"en-US/elasticsearch/TransferNode.json",
2025-08-20T19:15:56.3466182Z [00:02:03.098]➜  			"en-US/elasticsearch/TriggerNetwork.json",
2025-08-20T19:15:56.3466546Z [00:02:03.098]➜  			"en-US/elasticsearch/UninstallKibanaPlugin.json",
2025-08-20T19:15:56.3466929Z [00:02:03.098]➜  			"en-US/elasticsearch/UninstallLogstashPlugin.json",
2025-08-20T19:15:56.3467245Z [00:02:03.098]➜  			"en-US/elasticsearch/UninstallPlugin.json",
2025-08-20T19:15:56.3467563Z [00:02:03.098]➜  			"en-US/elasticsearch/UntagResources.json",
2025-08-20T19:15:56.3467906Z [00:02:03.098]➜  			"en-US/elasticsearch/UpdateAdminPassword.json",
2025-08-20T19:15:56.3468280Z [00:02:03.098]➜  			"en-US/elasticsearch/UpdateAdvancedSetting.json",
2025-08-20T19:15:56.3468618Z [00:02:03.098]➜  			"en-US/elasticsearch/UpdateAliwsDict.json",
2025-08-20T19:15:56.3468952Z [00:02:03.098]➜  			"en-US/elasticsearch/UpdateApm.json",
2025-08-20T19:15:56.3469276Z [00:02:03.098]➜  			"en-US/elasticsearch/UpdateBlackIps.json",
2025-08-20T19:15:56.3469606Z [00:02:03.098]➜  			"en-US/elasticsearch/UpdateCollector.json",
2025-08-20T19:15:56.3469953Z [00:02:03.098]➜  			"en-US/elasticsearch/UpdateCollectorName.json",
2025-08-20T19:15:56.3470346Z [00:02:03.098]➜  			"en-US/elasticsearch/UpdateComponentIndex.json",
2025-08-20T19:15:56.3470715Z [00:02:03.098]➜  			"en-US/elasticsearch/UpdateDescription.json",
2025-08-20T19:15:56.3471095Z [00:02:03.098]➜  			"en-US/elasticsearch/UpdateDiagnosisSettings.json",
2025-08-20T19:15:56.3471389Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateDict.json",
2025-08-20T19:15:56.3471737Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateDynamicSettings.json",
2025-08-20T19:15:56.3472085Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateExtendConfig.json",
2025-08-20T19:15:56.3472610Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateExtendfiles.json",
2025-08-20T19:15:56.3473262Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateHotIkDicts.json",
2025-08-20T19:15:56.3473599Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateILMPolicy.json",
2025-08-20T19:15:56.3473941Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateIndexTemplate.json",
2025-08-20T19:15:56.3474273Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateInstance.json",
2025-08-20T19:15:56.3474663Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateInstanceChargeType.json",
2025-08-20T19:15:56.3475036Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateInstanceSettings.json",
2025-08-20T19:15:56.3475388Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateKibanaSettings.json",
2025-08-20T19:15:56.3475738Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateKibanaWhiteIps.json",
2025-08-20T19:15:56.3476068Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateLogstash.json",
2025-08-20T19:15:56.3476461Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateLogstashChargeType.json",
2025-08-20T19:15:56.3476866Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateLogstashDescription.json",
2025-08-20T19:15:56.3477229Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateLogstashSettings.json",
2025-08-20T19:15:56.3477660Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdatePipelineManagementConfig.json",
2025-08-20T19:15:56.3477994Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdatePipelines.json",
2025-08-20T19:15:56.3478416Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdatePrivateNetworkWhiteIps.json",
2025-08-20T19:15:56.3478753Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdatePublicNetwork.json",
2025-08-20T19:15:56.3479097Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdatePublicWhiteIps.json",
2025-08-20T19:15:56.3479440Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateReadWritePolicy.json",
2025-08-20T19:15:56.3480041Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateSnapshotSetting.json",
2025-08-20T19:15:56.3480416Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateSynonymsDicts.json",
2025-08-20T19:15:56.3480758Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateTemplate.json",
2025-08-20T19:15:56.3481079Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateWhiteIps.json",
2025-08-20T19:15:56.3481473Z [00:02:03.099]➜  			"en-US/elasticsearch/UpdateXpackMonitorConfig.json",
2025-08-20T19:15:56.3481821Z [00:02:03.099]➜  			"en-US/elasticsearch/UpgradeEngineVersion.json",
2025-08-20T19:15:56.3482166Z [00:02:03.099]➜  			"en-US/elasticsearch/ValidateConnection.json",
2025-08-20T19:15:56.3523716Z [00:02:03.099]➜  			"en-US/elasticsearch/ValidateShrinkNodes.json",
2025-08-20T19:15:56.3524200Z [00:02:03.099]➜  			"en-US/elasticsearch/ValidateSlrPermission.json",
2025-08-20T19:15:56.3524614Z [00:02:03.099]➜  			"en-US/elasticsearch/ValidateTransferableNodes.json",
2025-08-20T19:15:56.3524958Z [00:02:03.099]➜  			"en-US/elasticsearch/createInstance.json",
2025-08-20T19:15:56.3525278Z [00:02:03.099]➜  			"en-US/elasticsearch/version.json",
2025-08-20T19:15:56.3525581Z [00:02:03.099]➜  			"en-US/emr/AddClusterService.json",
2025-08-20T19:15:56.3525904Z [00:02:03.099]➜  			"en-US/emr/AddScalingConfigItemV2.json",
2025-08-20T19:15:56.3526161Z [00:02:03.099]➜  			"en-US/emr/CloneFlow.json",
2025-08-20T19:15:56.3526432Z [00:02:03.099]➜  			"en-US/emr/CloneFlowJob.json",
2025-08-20T19:15:56.3526756Z [00:02:03.099]➜  			"en-US/emr/CreateClusterHostGroup.json",
2025-08-20T19:15:56.3527066Z [00:02:03.099]➜  			"en-US/emr/CreateClusterTemplate.json",
2025-08-20T19:15:56.3527345Z [00:02:03.099]➜  			"en-US/emr/CreateClusterV2.json",
2025-08-20T19:15:56.3527677Z [00:02:03.099]➜  			"en-US/emr/CreateClusterWithTemplate.json",
2025-08-20T19:15:56.3527934Z [00:02:03.099]➜  			"en-US/emr/CreateFlow.json",
2025-08-20T19:15:56.3528222Z [00:02:03.099]➜  			"en-US/emr/CreateFlowCategory.json",
2025-08-20T19:15:56.3528512Z [00:02:03.099]➜  			"en-US/emr/CreateFlowForWeb.json",
2025-08-20T19:15:56.3528794Z [00:02:03.099]➜  			"en-US/emr/CreateFlowJob.json",
2025-08-20T19:15:56.3529086Z [00:02:03.099]➜  			"en-US/emr/CreateFlowProject.json",
2025-08-20T19:15:56.3529693Z [00:02:03.099]➜  			"en-US/emr/CreateFlowProjectClusterSetting.json",
2025-08-20T19:15:56.3530002Z [00:02:03.099]➜  			"en-US/emr/CreateFlowProjectUser.json",
2025-08-20T19:15:56.3530289Z [00:02:03.099]➜  			"en-US/emr/CreateResourcePool.json",
2025-08-20T19:15:56.3530581Z [00:02:03.099]➜  			"en-US/emr/CreateResourceQueue.json",
2025-08-20T19:15:56.3530874Z [00:02:03.099]➜  			"en-US/emr/CreateScalingGroupV2.json",
2025-08-20T19:15:56.3531170Z [00:02:03.099]➜  			"en-US/emr/DeleteClusterTemplate.json",
2025-08-20T19:15:56.3531429Z [00:02:03.099]➜  			"en-US/emr/DeleteFlow.json",
2025-08-20T19:15:56.3531723Z [00:02:03.100]➜  			"en-US/emr/DeleteFlowCategory.json",
2025-08-20T19:15:56.3531995Z [00:02:03.100]➜  			"en-US/emr/DeleteFlowJob.json",
2025-08-20T19:15:56.3532293Z [00:02:03.100]➜  			"en-US/emr/DeleteFlowProject.json",
2025-08-20T19:15:56.3532903Z [00:02:03.100]➜  			"en-US/emr/DeleteFlowProjectClusterSetting.json",
2025-08-20T19:15:56.3533220Z [00:02:03.100]➜  			"en-US/emr/DeleteFlowProjectUser.json",
2025-08-20T19:15:56.3533535Z [00:02:03.100]➜  			"en-US/emr/DeleteResourcePool.json",
2025-08-20T19:15:56.3533853Z [00:02:03.100]➜  			"en-US/emr/DeleteResourceQueue.json",
2025-08-20T19:15:56.3534196Z [00:02:03.100]➜  			"en-US/emr/DescribeClusterBasicInfo.json",
2025-08-20T19:15:56.3534617Z [00:02:03.100]➜  			"en-US/emr/DescribeClusterOperationHostTaskLog.json",
2025-08-20T19:15:56.3535104Z [00:02:03.100]➜  			"en-US/emr/DescribeClusterResourcePoolSchedulerType.json",
2025-08-20T19:15:56.3535451Z [00:02:03.100]➜  			"en-US/emr/DescribeClusterService.json",
2025-08-20T19:15:56.3535846Z [00:02:03.100]➜  			"en-US/emr/DescribeClusterServiceConfig.json",
2025-08-20T19:15:56.3536236Z [00:02:03.100]➜  			"en-US/emr/DescribeClusterServiceConfigTag.json",
2025-08-20T19:15:56.3536579Z [00:02:03.100]➜  			"en-US/emr/DescribeClusterTemplate.json",
2025-08-20T19:15:56.3537156Z [00:02:03.100]➜  			"en-US/emr/DescribeClusterV2.json",
2025-08-20T19:15:56.3537439Z [00:02:03.100]➜  			"en-US/emr/DescribeFlow.json",
2025-08-20T19:15:56.3537750Z [00:02:03.100]➜  			"en-US/emr/DescribeFlowCategory.json",
2025-08-20T19:15:56.3538072Z [00:02:03.100]➜  			"en-US/emr/DescribeFlowCategoryTree.json",
2025-08-20T19:15:56.3538360Z [00:02:03.100]➜  			"en-US/emr/DescribeFlowInstance.json",
2025-08-20T19:15:56.3538634Z [00:02:03.100]➜  			"en-US/emr/DescribeFlowJob.json",
2025-08-20T19:15:56.3538935Z [00:02:03.100]➜  			"en-US/emr/DescribeFlowNodeInstance.json",
2025-08-20T19:15:56.3539334Z [00:02:03.100]➜  			"en-US/emr/DescribeFlowNodeInstanceContainerLog.json",
2025-08-20T19:15:56.3539726Z [00:02:03.100]➜  			"en-US/emr/DescribeFlowNodeInstanceLauncherLog.json",
2025-08-20T19:15:56.3540019Z [00:02:03.100]➜  			"en-US/emr/DescribeFlowProject.json",
2025-08-20T19:15:56.3540392Z [00:02:03.100]➜  			"en-US/emr/DescribeFlowProjectClusterSetting.json",
2025-08-20T19:15:56.3540748Z [00:02:03.100]➜  			"en-US/emr/DescribeScalingConfigItemV2.json",
2025-08-20T19:15:56.3541107Z [00:02:03.100]➜  			"en-US/emr/DescribeScalingGroupInstanceV2.json",
2025-08-20T19:15:56.3541434Z [00:02:03.100]➜  			"en-US/emr/DescribeScalingGroupV2.json",
2025-08-20T19:15:56.3541715Z [00:02:03.100]➜  			"en-US/emr/JoinResourceGroup.json",
2025-08-20T19:15:56.3541993Z [00:02:03.100]➜  			"en-US/emr/KillFlowJob.json",
2025-08-20T19:15:56.3542268Z [00:02:03.100]➜  			"en-US/emr/ListClusterHost.json",
2025-08-20T19:15:56.3542787Z [00:02:03.100]➜  			"en-US/emr/ListClusterHostComponent.json",
2025-08-20T19:15:56.3543112Z [00:02:03.100]➜  			"en-US/emr/ListClusterHostGroup.json",
2025-08-20T19:15:56.3543480Z [00:02:03.100]➜  			"en-US/emr/ListClusterInstalledService.json",
2025-08-20T19:15:56.3543794Z [00:02:03.100]➜  			"en-US/emr/ListClusterOperation.json",
2025-08-20T19:15:56.3544144Z [00:02:03.100]➜  			"en-US/emr/ListClusterOperationHost.json",
2025-08-20T19:15:56.3544530Z [00:02:03.100]➜  			"en-US/emr/ListClusterOperationHostTask.json",
2025-08-20T19:15:56.3544897Z [00:02:03.100]➜  			"en-US/emr/ListClusterOperationTask.json",
2025-08-20T19:15:56.3545203Z [00:02:03.100]➜  			"en-US/emr/ListClusterService.json",
2025-08-20T19:15:56.3545899Z [00:02:03.100]➜  			"en-US/emr/ListClusterServiceComponentHealthInfo.json",
2025-08-20T19:15:56.3546385Z [00:02:03.100]➜  			"en-US/emr/ListClusterServiceConfigHistory.json",
2025-08-20T19:15:56.3546749Z [00:02:03.100]➜  			"en-US/emr/ListClusterServiceQuickLink.json",
2025-08-20T19:15:56.3547040Z [00:02:03.100]➜  			"en-US/emr/ListClusterTemplates.json",
2025-08-20T19:15:56.3547321Z [00:02:03.100]➜  			"en-US/emr/ListClusters.json",
2025-08-20T19:15:56.3547639Z [00:02:03.100]➜  			"en-US/emr/ListEmrAvailableConfig.json",
2025-08-20T19:15:56.3547972Z [00:02:03.100]➜  			"en-US/emr/ListEmrAvailableResource.json",
2025-08-20T19:15:56.3548265Z [00:02:03.100]➜  			"en-US/emr/ListEmrMainVersion.json",
2025-08-20T19:15:56.3548507Z [00:02:03.100]➜  			"en-US/emr/ListFlow.json",
2025-08-20T19:15:56.3548793Z [00:02:03.100]➜  			"en-US/emr/ListFlowCategory.json",
2025-08-20T19:15:56.3549064Z [00:02:03.100]➜  			"en-US/emr/ListFlowCluster.json",
2025-08-20T19:15:56.3549386Z [00:02:03.100]➜  			"en-US/emr/ListFlowClusterAll.json",
2025-08-20T19:15:56.3549709Z [00:02:03.100]➜  			"en-US/emr/ListFlowClusterAllHosts.json",
2025-08-20T19:15:56.3549997Z [00:02:03.100]➜  			"en-US/emr/ListFlowClusterHost.json",
2025-08-20T19:15:56.3550270Z [00:02:03.100]➜  			"en-US/emr/ListFlowInstance.json",
2025-08-20T19:15:56.3550522Z [00:02:03.100]➜  			"en-US/emr/ListFlowJob.json",
2025-08-20T19:15:56.3550807Z [00:02:03.101]➜  			"en-US/emr/ListFlowJobHistory.json",
2025-08-20T19:15:56.3551011Z [00:02:03.101]➜  			"en-US/emr/ListFlowNodeInstance.json",
2025-08-20T19:15:56.3551245Z [00:02:03.101]➜  			"en-US/emr/ListFlowNodeInstanceContainerStatus.json",
2025-08-20T19:15:56.3551425Z [00:02:03.101]➜  			"en-US/emr/ListFlowNodeSqlResult.json",
2025-08-20T19:15:56.3551580Z [00:02:03.101]➜  			"en-US/emr/ListFlowProject.json",
2025-08-20T19:15:56.3551932Z [00:02:03.101]➜  			"en-US/emr/ListFlowProjectClusterSetting.json",
2025-08-20T19:15:56.3552103Z [00:02:03.101]➜  			"en-US/emr/ListFlowProjectUser.json",
2025-08-20T19:15:56.3552270Z [00:02:03.101]➜  			"en-US/emr/ListResourcePool.json",
2025-08-20T19:15:56.3552680Z [00:02:03.101]➜  			"en-US/emr/ListScalingActivityV2.json",
2025-08-20T19:15:56.3552894Z [00:02:03.101]➜  			"en-US/emr/ListScalingConfigItemV2.json",
2025-08-20T19:15:56.3553053Z [00:02:03.101]➜  			"en-US/emr/ListScalingGroupV2.json",
2025-08-20T19:15:56.3553210Z [00:02:03.101]➜  			"en-US/emr/ListTagResources.json",
2025-08-20T19:15:56.3553365Z [00:02:03.101]➜  			"en-US/emr/ModifyClusterName.json",
2025-08-20T19:15:56.3553552Z [00:02:03.101]➜  			"en-US/emr/ModifyClusterServiceConfig.json",
2025-08-20T19:15:56.3553714Z [00:02:03.101]➜  			"en-US/emr/ModifyClusterTemplate.json",
2025-08-20T19:15:56.3553873Z [00:02:03.101]➜  			"en-US/emr/ModifyFlowCategory.json",
2025-08-20T19:15:56.3554033Z [00:02:03.101]➜  			"en-US/emr/ModifyFlowForWeb.json",
2025-08-20T19:15:56.3554198Z [00:02:03.101]➜  			"en-US/emr/ModifyFlowProject.json",
2025-08-20T19:15:56.3554405Z [00:02:03.101]➜  			"en-US/emr/ModifyFlowProjectClusterSetting.json",
2025-08-20T19:15:56.3554564Z [00:02:03.101]➜  			"en-US/emr/ModifyResourcePool.json",
2025-08-20T19:15:56.3554761Z [00:02:03.101]➜  			"en-US/emr/ModifyResourcePoolSchedulerType.json",
2025-08-20T19:15:56.3554923Z [00:02:03.101]➜  			"en-US/emr/ModifyResourceQueue.json",
2025-08-20T19:15:56.3555101Z [00:02:03.101]➜  			"en-US/emr/ModifyScalingConfigItemV2.json",
2025-08-20T19:15:56.3555265Z [00:02:03.101]➜  			"en-US/emr/ModifyScalingGroupV2.json",
2025-08-20T19:15:56.3555444Z [00:02:03.101]➜  			"en-US/emr/RefreshClusterResourcePool.json",
2025-08-20T19:15:56.3555598Z [00:02:03.101]➜  			"en-US/emr/ReleaseCluster.json",
2025-08-20T19:15:56.3555769Z [00:02:03.101]➜  			"en-US/emr/ReleaseClusterHostGroup.json",
2025-08-20T19:15:56.3555948Z [00:02:03.101]➜  			"en-US/emr/RemoveScalingConfigItemV2.json",
2025-08-20T19:15:56.3556098Z [00:02:03.101]➜  			"en-US/emr/RerunFlow.json",
2025-08-20T19:15:56.3556253Z [00:02:03.101]➜  			"en-US/emr/ResizeClusterV2.json",
2025-08-20T19:15:56.3556528Z [00:02:03.101]➜  			"en-US/emr/ResumeFlow.json",
2025-08-20T19:15:56.3556701Z [00:02:03.101]➜  			"en-US/emr/RunClusterServiceAction.json",
2025-08-20T19:15:56.3556855Z [00:02:03.101]➜  			"en-US/emr/RunScalingActionV2.json",
2025-08-20T19:15:56.3556994Z [00:02:03.101]➜  			"en-US/emr/StartFlow.json",
2025-08-20T19:15:56.3557127Z [00:02:03.101]➜  			"en-US/emr/SubmitFlow.json",
2025-08-20T19:15:56.3557280Z [00:02:03.101]➜  			"en-US/emr/SubmitFlowJob.json",
2025-08-20T19:15:56.3557422Z [00:02:03.101]➜  			"en-US/emr/SuspendFlow.json",
2025-08-20T19:15:56.3557572Z [00:02:03.101]➜  			"en-US/emr/TagResources.json",
2025-08-20T19:15:56.3557722Z [00:02:03.101]➜  			"en-US/emr/UntagResources.json",
2025-08-20T19:15:56.3557855Z [00:02:03.101]➜  			"en-US/emr/version.json",
2025-08-20T19:15:56.3558030Z [00:02:03.101]➜  			"en-US/ens/AccosicateNetworkAcl.json",
2025-08-20T19:15:56.3558183Z [00:02:03.101]➜  			"en-US/ens/AddBackendServers.json",
2025-08-20T19:15:56.3558359Z [00:02:03.101]➜  			"en-US/ens/AddDeviceInternetPort.json",
2025-08-20T19:15:56.3558551Z [00:02:03.101]➜  			"en-US/ens/AddNetworkInterfaceToInstance.json",
2025-08-20T19:15:56.3558716Z [00:02:03.101]➜  			"en-US/ens/AddSnatIpForSnatEntry.json",
2025-08-20T19:15:56.3558891Z [00:02:03.101]➜  			"en-US/ens/AssignPrivateIpAddresses.json",
2025-08-20T19:15:56.3559063Z [00:02:03.101]➜  			"en-US/ens/AssociateEnsEipAddress.json",
2025-08-20T19:15:56.3559200Z [00:02:03.101]➜  			"en-US/ens/AttachDisk.json",
2025-08-20T19:15:56.3559359Z [00:02:03.101]➜  			"en-US/ens/AttachEnsInstances.json",
2025-08-20T19:15:56.3559533Z [00:02:03.101]➜  			"en-US/ens/AuthorizeSecurityGroup.json",
2025-08-20T19:15:56.3559727Z [00:02:03.101]➜  			"en-US/ens/AuthorizeSecurityGroupEgress.json",
2025-08-20T19:15:56.3559859Z [00:02:03.101]➜  			"en-US/ens/CopySDG.json",
2025-08-20T19:15:56.3560123Z [00:02:03.101]➜  			"en-US/ens/CopySnapshot.json",
2025-08-20T19:15:56.3560298Z [00:02:03.101]➜  			"en-US/ens/CreateARMServerInstances.json",
2025-08-20T19:15:56.3560464Z [00:02:03.101]➜  			"en-US/ens/CreateApplication.json",
2025-08-20T19:15:56.3560625Z [00:02:03.101]➜  			"en-US/ens/CreateClassicNetwork.json",
2025-08-20T19:15:56.3560767Z [00:02:03.101]➜  			"en-US/ens/CreateDisk.json",
2025-08-20T19:15:56.3560916Z [00:02:03.101]➜  			"en-US/ens/CreateEipInstance.json",
2025-08-20T19:15:56.3561078Z [00:02:03.101]➜  			"en-US/ens/CreateEnsRouteEntry.json",
2025-08-20T19:15:56.3561231Z [00:02:03.101]➜  			"en-US/ens/CreateEnsService.json",
2025-08-20T19:15:56.3561401Z [00:02:03.101]➜  			"en-US/ens/CreateEpnInstance.json",
2025-08-20T19:15:56.3561550Z [00:02:03.101]➜  			"en-US/ens/CreateFileSystem.json",
2025-08-20T19:15:56.3561709Z [00:02:03.101]➜  			"en-US/ens/CreateForwardEntry.json",
2025-08-20T19:15:56.3561849Z [00:02:03.101]➜  			"en-US/ens/CreateImage.json",
2025-08-20T19:15:56.3562006Z [00:02:03.101]➜  			"en-US/ens/CreateInstance.json",
2025-08-20T19:15:56.3562149Z [00:02:03.102]➜  			"en-US/ens/CreateKeyPair.json",
2025-08-20T19:15:56.3562515Z [00:02:03.102]➜  			"en-US/ens/CreateLoadBalancer.json",
2025-08-20T19:15:56.3562792Z [00:02:03.102]➜  			"en-US/ens/CreateLoadBalancerHTTPListener.json",
2025-08-20T19:15:56.3563203Z [00:02:03.102]➜  			"en-US/ens/CreateLoadBalancerHTTPSListener.json",
2025-08-20T19:15:56.3563561Z [00:02:03.102]➜  			"en-US/ens/CreateLoadBalancerTCPListener.json",
2025-08-20T19:15:56.3564150Z [00:02:03.102]➜  			"en-US/ens/CreateLoadBalancerUDPListener.json",
2025-08-20T19:15:56.3564448Z [00:02:03.102]➜  			"en-US/ens/CreateMountTarget.json",
2025-08-20T19:15:56.3564725Z [00:02:03.102]➜  			"en-US/ens/CreateNatGateway.json",
2025-08-20T19:15:56.3564984Z [00:02:03.102]➜  			"en-US/ens/CreateNetwork.json",
2025-08-20T19:15:56.3565259Z [00:02:03.102]➜  			"en-US/ens/CreateNetworkAcl.json",
2025-08-20T19:15:56.3565577Z [00:02:03.102]➜  			"en-US/ens/CreateNetworkAclEntry.json",
2025-08-20T19:15:56.3565883Z [00:02:03.102]➜  			"en-US/ens/CreateSecurityGroup.json",
2025-08-20T19:15:56.3566170Z [00:02:03.102]➜  			"en-US/ens/CreateSnapshot.json",
2025-08-20T19:15:56.3566457Z [00:02:03.102]➜  			"en-US/ens/CreateSnatEntry.json",
2025-08-20T19:15:56.3566719Z [00:02:03.102]➜  			"en-US/ens/CreateVSwitch.json",
2025-08-20T19:15:56.3566990Z [00:02:03.102]➜  			"en-US/ens/DeleteApplication.json",
2025-08-20T19:15:56.3567260Z [00:02:03.102]➜  			"en-US/ens/DeleteBucket.json",
2025-08-20T19:15:56.3567549Z [00:02:03.102]➜  			"en-US/ens/DeleteBucketLifecycle.json",
2025-08-20T19:15:56.3567864Z [00:02:03.102]➜  			"en-US/ens/DeleteDeviceInternetPort.json",
2025-08-20T19:15:56.3568107Z [00:02:03.102]➜  			"en-US/ens/DeleteDisk.json",
2025-08-20T19:15:56.3568392Z [00:02:03.102]➜  			"en-US/ens/DeleteEnsRouteEntry.json",
2025-08-20T19:15:56.3568664Z [00:02:03.102]➜  			"en-US/ens/DeleteEpnInstance.json",
2025-08-20T19:15:56.3568939Z [00:02:03.102]➜  			"en-US/ens/DeleteFileSystem.json",
2025-08-20T19:15:56.3569395Z [00:02:03.102]➜  			"en-US/ens/DeleteForwardEntry.json",
2025-08-20T19:15:56.3569666Z [00:02:03.102]➜  			"en-US/ens/DeleteImage.json",
2025-08-20T19:15:56.3569947Z [00:02:03.102]➜  			"en-US/ens/DeleteKeyPairs.json",
2025-08-20T19:15:56.3570275Z [00:02:03.102]➜  			"en-US/ens/DeleteLoadBalancerListener.json",
2025-08-20T19:15:56.3570542Z [00:02:03.102]➜  			"en-US/ens/DeleteMountTarget.json",
2025-08-20T19:15:56.3570816Z [00:02:03.102]➜  			"en-US/ens/DeleteNatGateway.json",
2025-08-20T19:15:56.3571065Z [00:02:03.102]➜  			"en-US/ens/DeleteNetwork.json",
2025-08-20T19:15:56.3571338Z [00:02:03.102]➜  			"en-US/ens/DeleteNetworkAcl.json",
2025-08-20T19:15:56.3571625Z [00:02:03.102]➜  			"en-US/ens/DeleteNetworkAclEntry.json",
2025-08-20T19:15:56.3571880Z [00:02:03.102]➜  			"en-US/ens/DeleteObject.json",
2025-08-20T19:15:56.3572160Z [00:02:03.102]➜  			"en-US/ens/DeleteSecurityGroup.json",
2025-08-20T19:15:56.3574209Z [00:02:03.102]➜  			"en-US/ens/DeleteSnapshot.json",
2025-08-20T19:15:56.3574591Z [00:02:03.102]➜  			"en-US/ens/DeleteSnatEntry.json",
2025-08-20T19:15:56.3574912Z [00:02:03.102]➜  			"en-US/ens/DeleteSnatIpForSnatEntry.json",
2025-08-20T19:15:56.3575183Z [00:02:03.102]➜  			"en-US/ens/DeleteVSwitch.json",
2025-08-20T19:15:56.3575445Z [00:02:03.102]➜  			"en-US/ens/DeploySDG.json",
2025-08-20T19:15:56.3575723Z [00:02:03.102]➜  			"en-US/ens/DescribeAICImages.json",
2025-08-20T19:15:56.3576051Z [00:02:03.102]➜  			"en-US/ens/DescribeARMServerInstances.json",
2025-08-20T19:15:56.3576333Z [00:02:03.102]➜  			"en-US/ens/DescribeApplication.json",
2025-08-20T19:15:56.3576718Z [00:02:03.102]➜  			"en-US/ens/DescribeApplicationResourceSummary.json",
2025-08-20T19:15:56.3577030Z [00:02:03.102]➜  			"en-US/ens/DescribeAvailableResource.json",
2025-08-20T19:15:56.3577384Z [00:02:03.102]➜  			"en-US/ens/DescribeAvailableResourceInfo.json",
2025-08-20T19:15:56.3577716Z [00:02:03.102]➜  			"en-US/ens/DescribeBandWithdChargeType.json",
2025-08-20T19:15:56.3578149Z [00:02:03.102]➜  			"en-US/ens/DescribeBandwitdhByInternetChargeType.json",
2025-08-20T19:15:56.3578557Z [00:02:03.102]➜  			"en-US/ens/DescribeCloudDiskAvailableResourceInfo.json",
2025-08-20T19:15:56.3579099Z [00:02:03.102]➜  			"en-US/ens/DescribeCloudDiskTypes.json",
2025-08-20T19:15:56.3579483Z [00:02:03.102]➜  			"en-US/ens/DescribeCreatePrePaidInstanceResult.json",
2025-08-20T19:15:56.3579785Z [00:02:03.102]➜  			"en-US/ens/DescribeDataDistResult.json",
2025-08-20T19:15:56.3580137Z [00:02:03.102]➜  			"en-US/ens/DescribeDataDownloadURL.json",
2025-08-20T19:15:56.3580439Z [00:02:03.102]➜  			"en-US/ens/DescribeDataPushResult.json",
2025-08-20T19:15:56.3580735Z [00:02:03.102]➜  			"en-US/ens/DescribeDeviceService.json",
2025-08-20T19:15:56.3580990Z [00:02:03.102]➜  			"en-US/ens/DescribeDisks.json",
2025-08-20T19:15:56.3581283Z [00:02:03.102]➜  			"en-US/ens/DescribeEipAddresses.json",
2025-08-20T19:15:56.3581646Z [00:02:03.102]➜  			"en-US/ens/DescribeElbAvailableResourceInfo.json",
2025-08-20T19:15:56.3581973Z [00:02:03.102]➜  			"en-US/ens/DescribeEnsEipAddresses.json",
2025-08-20T19:15:56.3582269Z [00:02:03.102]➜  			"en-US/ens/DescribeEnsNetDistrict.json",
2025-08-20T19:15:56.3582730Z [00:02:03.102]➜  			"en-US/ens/DescribeEnsNetLevel.json",
2025-08-20T19:15:56.3583061Z [00:02:03.102]➜  			"en-US/ens/DescribeEnsNetSaleDistrict.json",
2025-08-20T19:15:56.3583397Z [00:02:03.102]➜  			"en-US/ens/DescribeEnsRegionIdIpv6Info.json",
2025-08-20T19:15:56.3583721Z [00:02:03.102]➜  			"en-US/ens/DescribeEnsRegionIdResource.json",
2025-08-20T19:15:56.3584014Z [00:02:03.102]➜  			"en-US/ens/DescribeEnsRegions.json",
2025-08-20T19:15:56.3584326Z [00:02:03.102]➜  			"en-US/ens/DescribeEnsResourceUsage.json",
2025-08-20T19:15:56.3584648Z [00:02:03.102]➜  			"en-US/ens/DescribeEnsRouteEntryList.json",
2025-08-20T19:15:56.3584957Z [00:02:03.102]➜  			"en-US/ens/DescribeEpnBandWidthData.json",
2025-08-20T19:15:56.3585392Z [00:02:03.102]➜  			"en-US/ens/DescribeEpnBandwitdhByInternetChargeType.json",
2025-08-20T19:15:56.3585908Z [00:02:03.102]➜  			"en-US/ens/DescribeEpnInstanceAttribute.json",
2025-08-20T19:15:56.3586219Z [00:02:03.102]➜  			"en-US/ens/DescribeEpnInstances.json",
2025-08-20T19:15:56.3586640Z [00:02:03.102]➜  			"en-US/ens/DescribeEpnMeasurementData.json",
2025-08-20T19:15:56.3586949Z [00:02:03.102]➜  			"en-US/ens/DescribeExportImageInfo.json",
2025-08-20T19:15:56.3587265Z [00:02:03.102]➜  			"en-US/ens/DescribeExportImageStatus.json",
2025-08-20T19:15:56.3587552Z [00:02:03.102]➜  			"en-US/ens/DescribeFileSystems.json",
2025-08-20T19:15:56.3587877Z [00:02:03.102]➜  			"en-US/ens/DescribeForwardTableEntries.json",
2025-08-20T19:15:56.3588168Z [00:02:03.102]➜  			"en-US/ens/DescribeImageInfos.json",
2025-08-20T19:15:56.3588499Z [00:02:03.102]➜  			"en-US/ens/DescribeImageSharePermission.json",
2025-08-20T19:15:56.3588776Z [00:02:03.103]➜  			"en-US/ens/DescribeImages.json",
2025-08-20T19:15:56.3589154Z [00:02:03.103]➜  			"en-US/ens/DescribeInstanceAutoRenewAttribute.json",
2025-08-20T19:15:56.3589499Z [00:02:03.103]➜  			"en-US/ens/DescribeInstanceMonitorData.json",
2025-08-20T19:15:56.3589794Z [00:02:03.103]➜  			"en-US/ens/DescribeInstanceSpec.json",
2025-08-20T19:15:56.3590103Z [00:02:03.103]➜  			"en-US/ens/DescribeInstanceTypes.json",
2025-08-20T19:15:56.3590401Z [00:02:03.103]➜  			"en-US/ens/DescribeInstanceVncUrl.json",
2025-08-20T19:15:56.3590681Z [00:02:03.103]➜  			"en-US/ens/DescribeInstances.json",
2025-08-20T19:15:56.3590952Z [00:02:03.103]➜  			"en-US/ens/DescribeKeyPairs.json",
2025-08-20T19:15:56.3591295Z [00:02:03.103]➜  			"en-US/ens/DescribeLoadBalancerAttribute.json",
2025-08-20T19:15:56.3591732Z [00:02:03.103]➜  			"en-US/ens/DescribeLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:56.3592189Z [00:02:03.103]➜  			"en-US/ens/DescribeLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:56.3592674Z [00:02:03.103]➜  			"en-US/ens/DescribeLoadBalancerSpec.json",
2025-08-20T19:15:56.3593108Z [00:02:03.103]➜  			"en-US/ens/DescribeLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:56.3593546Z [00:02:03.103]➜  			"en-US/ens/DescribeLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:56.3593845Z [00:02:03.103]➜  			"en-US/ens/DescribeLoadBalancers.json",
2025-08-20T19:15:56.3594356Z [00:02:03.103]➜  			"en-US/ens/DescribeMeasurementData.json",
2025-08-20T19:15:56.3594665Z [00:02:03.103]➜  			"en-US/ens/DescribeMountTargets.json",
2025-08-20T19:15:56.3594971Z [00:02:03.103]➜  			"en-US/ens/DescribeNatGateways.json",
2025-08-20T19:15:56.3595278Z [00:02:03.103]➜  			"en-US/ens/DescribeNetworkAcls.json",
2025-08-20T19:15:56.3595602Z [00:02:03.103]➜  			"en-US/ens/DescribeNetworkAttribute.json",
2025-08-20T19:15:56.3595923Z [00:02:03.103]➜  			"en-US/ens/DescribeNetworkInterfaces.json",
2025-08-20T19:15:56.3596192Z [00:02:03.103]➜  			"en-US/ens/DescribeNetworks.json",
2025-08-20T19:15:56.3596529Z [00:02:03.103]➜  			"en-US/ens/DescribePrePaidInstanceStock.json",
2025-08-20T19:15:56.3596789Z [00:02:03.103]➜  			"en-US/ens/DescribePrice.json",
2025-08-20T19:15:56.3597088Z [00:02:03.103]➜  			"en-US/ens/DescribeRegionIsps.json",
2025-08-20T19:15:56.3597394Z [00:02:03.103]➜  			"en-US/ens/DescribeReservedResource.json",
2025-08-20T19:15:56.3597725Z [00:02:03.103]➜  			"en-US/ens/DescribeSDGDeploymentStatus.json",
2025-08-20T19:15:56.3598079Z [00:02:03.103]➜  			"en-US/ens/DescribeSecurityGroupAttribute.json",
2025-08-20T19:15:56.3598388Z [00:02:03.103]➜  			"en-US/ens/DescribeSecurityGroups.json",
2025-08-20T19:15:56.3598703Z [00:02:03.103]➜  			"en-US/ens/DescribeSelfImages.json",
2025-08-20T19:15:56.3599023Z [00:02:03.103]➜  			"en-US/ens/DescribeServcieSchedule.json",
2025-08-20T19:15:56.3599313Z [00:02:03.103]➜  			"en-US/ens/DescribeSnapshots.json",
2025-08-20T19:15:56.3599606Z [00:02:03.103]➜  			"en-US/ens/DescribeSnatAttribute.json",
2025-08-20T19:15:56.3599922Z [00:02:03.103]➜  			"en-US/ens/DescribeSnatTableEntries.json",
2025-08-20T19:15:56.3600233Z [00:02:03.103]➜  			"en-US/ens/DescribeUserBandWidthData.json",
2025-08-20T19:15:56.3600509Z [00:02:03.103]➜  			"en-US/ens/DescribeVSwitches.json",
2025-08-20T19:15:56.3600935Z [00:02:03.103]➜  			"en-US/ens/DetachDisk.json",
2025-08-20T19:15:56.3601233Z [00:02:03.103]➜  			"en-US/ens/DistApplicationData.json",
2025-08-20T19:15:56.3601533Z [00:02:03.103]➜  			"en-US/ens/ExportBillDetailData.json",
2025-08-20T19:15:56.3601786Z [00:02:03.103]➜  			"en-US/ens/ExportImage.json",
2025-08-20T19:15:56.3602078Z [00:02:03.103]➜  			"en-US/ens/ExportMeasurementData.json",
2025-08-20T19:15:56.3602354Z [00:02:03.103]➜  			"en-US/ens/GetBucketAcl.json",
2025-08-20T19:15:56.3602897Z [00:02:03.103]➜  			"en-US/ens/GetBucketInfo.json",
2025-08-20T19:15:56.3603088Z [00:02:03.103]➜  			"en-US/ens/GetBucketLifecycle.json",
2025-08-20T19:15:56.3603260Z [00:02:03.103]➜  			"en-US/ens/GetDeviceInternetPort.json",
2025-08-20T19:15:56.3603459Z [00:02:03.103]➜  			"en-US/ens/GetOssStorageAndAccByBuckets.json",
2025-08-20T19:15:56.3603612Z [00:02:03.103]➜  			"en-US/ens/GetOssUsageData.json",
2025-08-20T19:15:56.3603762Z [00:02:03.103]➜  			"en-US/ens/ImportKeyPair.json",
2025-08-20T19:15:56.3603960Z [00:02:03.103]➜  			"en-US/ens/JoinPublicIpsToEpnInstance.json",
2025-08-20T19:15:56.3604121Z [00:02:03.103]➜  			"en-US/ens/JoinSecurityGroup.json",
2025-08-20T19:15:56.3604315Z [00:02:03.103]➜  			"en-US/ens/JoinVSwitchesToEpnInstance.json",
2025-08-20T19:15:56.3604491Z [00:02:03.103]➜  			"en-US/ens/LeaveSecurityGroup.json",
2025-08-20T19:15:56.3604647Z [00:02:03.103]➜  			"en-US/ens/ListApplications.json",
2025-08-20T19:15:56.3604796Z [00:02:03.103]➜  			"en-US/ens/ListBuckets.json",
2025-08-20T19:15:56.3604944Z [00:02:03.103]➜  			"en-US/ens/ListObjects.json",
2025-08-20T19:15:56.3605138Z [00:02:03.103]➜  			"en-US/ens/ModifyEnsEipAddressAttribute.json",
2025-08-20T19:15:56.3605291Z [00:02:03.103]➜  			"en-US/ens/ModifyEpnInstance.json",
2025-08-20T19:15:56.3605447Z [00:02:03.103]➜  			"en-US/ens/ModifyFileSystem.json",
2025-08-20T19:15:56.3605600Z [00:02:03.103]➜  			"en-US/ens/ModifyForwardEntry.json",
2025-08-20T19:15:56.3605767Z [00:02:03.103]➜  			"en-US/ens/ModifyImageAttribute.json",
2025-08-20T19:15:56.3605951Z [00:02:03.103]➜  			"en-US/ens/ModifyImageSharePermission.json",
2025-08-20T19:15:56.3606129Z [00:02:03.103]➜  			"en-US/ens/ModifyInstanceAttribute.json",
2025-08-20T19:15:56.3606499Z [00:02:03.103]➜  			"en-US/ens/ModifyInstanceAutoRenewAttribute.json",
2025-08-20T19:15:56.3606681Z [00:02:03.103]➜  			"en-US/ens/ModifyInstanceChargeType.json",
2025-08-20T19:15:56.3606862Z [00:02:03.103]➜  			"en-US/ens/ModifyLoadBalancerAttribute.json",
2025-08-20T19:15:56.3607029Z [00:02:03.103]➜  			"en-US/ens/ModifyNetworkAttribute.json",
2025-08-20T19:15:56.3607205Z [00:02:03.103]➜  			"en-US/ens/ModifyPrepayInstanceSpec.json",
2025-08-20T19:15:56.3607387Z [00:02:03.103]➜  			"en-US/ens/ModifySecurityGroupAttribute.json",
2025-08-20T19:15:56.3607559Z [00:02:03.103]➜  			"en-US/ens/ModifySnapshotAttribute.json",
2025-08-20T19:15:56.3607723Z [00:02:03.103]➜  			"en-US/ens/ModifyVSwitchAttribute.json",
2025-08-20T19:15:56.3607896Z [00:02:03.103]➜  			"en-US/ens/PushApplicationData.json",
2025-08-20T19:15:56.3608047Z [00:02:03.103]➜  			"en-US/ens/PutBucket.json",
2025-08-20T19:15:56.3608198Z [00:02:03.103]➜  			"en-US/ens/PutBucketAcl.json",
2025-08-20T19:15:56.3608371Z [00:02:03.103]➜  			"en-US/ens/PutBucketLifecycle.json",
2025-08-20T19:15:56.3608524Z [00:02:03.103]➜  			"en-US/ens/ReInitDisk.json",
2025-08-20T19:15:56.3608676Z [00:02:03.103]➜  			"en-US/ens/RebootAICInstance.json",
2025-08-20T19:15:56.3608849Z [00:02:03.103]➜  			"en-US/ens/RebootARMServerInstance.json",
2025-08-20T19:15:56.3609000Z [00:02:03.103]➜  			"en-US/ens/RebootInstance.json",
2025-08-20T19:15:56.3609157Z [00:02:03.103]➜  			"en-US/ens/RecoverAICInstance.json",
2025-08-20T19:15:56.3609303Z [00:02:03.103]➜  			"en-US/ens/ReinitInstance.json",
2025-08-20T19:15:56.3609460Z [00:02:03.103]➜  			"en-US/ens/ReleaseAICInstance.json",
2025-08-20T19:15:56.3609639Z [00:02:03.103]➜  			"en-US/ens/ReleaseARMServerInstance.json",
2025-08-20T19:15:56.3609794Z [00:02:03.103]➜  			"en-US/ens/ReleaseInstance.json",
2025-08-20T19:15:56.3610084Z [00:02:03.103]➜  			"en-US/ens/ReleasePostPaidInstance.json",
2025-08-20T19:15:56.3610263Z [00:02:03.103]➜  			"en-US/ens/ReleasePrePaidInstance.json",
2025-08-20T19:15:56.3610430Z [00:02:03.103]➜  			"en-US/ens/RemoveBackendServers.json",
2025-08-20T19:15:56.3610633Z [00:02:03.103]➜  			"en-US/ens/RemovePublicIpsFromEpnInstance.json",
2025-08-20T19:15:56.3610822Z [00:02:03.103]➜  			"en-US/ens/RemoveVSwitchesFromEpnInstance.json",
2025-08-20T19:15:56.3610990Z [00:02:03.103]➜  			"en-US/ens/RenewARMServerInstance.json",
2025-08-20T19:15:56.3611134Z [00:02:03.103]➜  			"en-US/ens/RenewInstance.json",
2025-08-20T19:15:56.3611294Z [00:02:03.103]➜  			"en-US/ens/RescaleApplication.json",
2025-08-20T19:15:56.3611453Z [00:02:03.103]➜  			"en-US/ens/RescaleDeviceService.json",
2025-08-20T19:15:56.3611609Z [00:02:03.103]➜  			"en-US/ens/ResetAICInstance.json",
2025-08-20T19:15:56.3611777Z [00:02:03.103]➜  			"en-US/ens/ResetDeviceInstance.json",
2025-08-20T19:15:56.3612047Z [00:02:03.103]➜  			"en-US/ens/ResetDisk.json",
2025-08-20T19:15:56.3612324Z [00:02:03.103]➜  			"en-US/ens/ResizeDisk.json",
2025-08-20T19:15:56.3612873Z [00:02:03.103]➜  			"en-US/ens/RestartDeviceInstance.json",
2025-08-20T19:15:56.3613211Z [00:02:03.103]➜  			"en-US/ens/RevokeSecurityGroup.json",
2025-08-20T19:15:56.3613582Z [00:02:03.103]➜  			"en-US/ens/RevokeSecurityGroupEgress.json",
2025-08-20T19:15:56.3613884Z [00:02:03.103]➜  			"en-US/ens/RollbackApplication.json",
2025-08-20T19:15:56.3614150Z [00:02:03.103]➜  			"en-US/ens/RunInstances.json",
2025-08-20T19:15:56.3614423Z [00:02:03.103]➜  			"en-US/ens/RunServiceSchedule.json",
2025-08-20T19:15:56.3614698Z [00:02:03.103]➜  			"en-US/ens/SetBackendServers.json",
2025-08-20T19:15:56.3615089Z [00:02:03.103]➜  			"en-US/ens/SetLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:56.3615512Z [00:02:03.103]➜  			"en-US/ens/SetLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:56.3615801Z [00:02:03.103]➜  			"en-US/ens/SetLoadBalancerStatus.json",
2025-08-20T19:15:56.3616203Z [00:02:03.103]➜  			"en-US/ens/SetLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:56.3616584Z [00:02:03.103]➜  			"en-US/ens/SetLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:56.3617108Z [00:02:03.103]➜  			"en-US/ens/StartEpnInstance.json",
2025-08-20T19:15:56.3617388Z [00:02:03.103]➜  			"en-US/ens/StartInstance.json",
2025-08-20T19:15:56.3617704Z [00:02:03.103]➜  			"en-US/ens/StartLoadBalancerListener.json",
2025-08-20T19:15:56.3618014Z [00:02:03.103]➜  			"en-US/ens/StartSnatIpForSnatEntry.json",
2025-08-20T19:15:56.3618279Z [00:02:03.103]➜  			"en-US/ens/StopEpnInstance.json",
2025-08-20T19:15:56.3618549Z [00:02:03.103]➜  			"en-US/ens/StopInstance.json",
2025-08-20T19:15:56.3618858Z [00:02:03.103]➜  			"en-US/ens/StopLoadBalancerListener.json",
2025-08-20T19:15:56.3619160Z [00:02:03.103]➜  			"en-US/ens/StopSnatIpForSnatEntry.json",
2025-08-20T19:15:56.3619471Z [00:02:03.103]➜  			"en-US/ens/UnAssociateEnsEipAddress.json",
2025-08-20T19:15:56.3619816Z [00:02:03.103]➜  			"en-US/ens/UnassignPrivateIpAddresses.json",
2025-08-20T19:15:56.3620106Z [00:02:03.103]➜  			"en-US/ens/UnassociateNetworkAcl.json",
2025-08-20T19:15:56.3620425Z [00:02:03.103]➜  			"en-US/ens/UpgradeAICInstanceImage.json",
2025-08-20T19:15:56.3620710Z [00:02:03.103]➜  			"en-US/ens/UpgradeApplication.json",
2025-08-20T19:15:56.3620885Z [00:02:03.103]➜  			"en-US/ens/version.json",
2025-08-20T19:15:56.3621048Z [00:02:03.103]➜  			"en-US/ess/AttachAlbServerGroups.json",
2025-08-20T19:15:56.3621206Z [00:02:03.103]➜  			"en-US/ess/AttachDBInstances.json",
2025-08-20T19:15:56.3621355Z [00:02:03.103]➜  			"en-US/ess/AttachInstances.json",
2025-08-20T19:15:56.3621516Z [00:02:03.103]➜  			"en-US/ess/AttachLoadBalancers.json",
2025-08-20T19:15:56.3621670Z [00:02:03.103]➜  			"en-US/ess/AttachServerGroups.json",
2025-08-20T19:15:56.3621830Z [00:02:03.103]➜  			"en-US/ess/AttachVServerGroups.json",
2025-08-20T19:15:56.3621983Z [00:02:03.103]➜  			"en-US/ess/ChangeResourceGroup.json",
2025-08-20T19:15:56.3622302Z [00:02:03.103]➜  			"en-US/ess/CompleteLifecycleAction.json",
2025-08-20T19:15:56.3622647Z [00:02:03.103]➜  			"en-US/ess/CreateAlarm.json",
2025-08-20T19:15:56.3623134Z [00:02:03.103]➜  			"en-US/ess/CreateEciScalingConfiguration.json",
2025-08-20T19:15:56.3623432Z [00:02:03.103]➜  			"en-US/ess/CreateLifecycleHook.json",
2025-08-20T19:15:56.3623794Z [00:02:03.103]➜  			"en-US/ess/CreateNotificationConfiguration.json",
2025-08-20T19:15:56.3624110Z [00:02:03.103]➜  			"en-US/ess/CreateScalingConfiguration.json",
2025-08-20T19:15:56.3624399Z [00:02:03.103]➜  			"en-US/ess/CreateScalingGroup.json",
2025-08-20T19:15:56.3624687Z [00:02:03.103]➜  			"en-US/ess/CreateScalingRule.json",
2025-08-20T19:15:56.3624974Z [00:02:03.103]➜  			"en-US/ess/CreateScheduledTask.json",
2025-08-20T19:15:56.3625323Z [00:02:03.103]➜  			"en-US/ess/DeactivateScalingConfiguration.json",
2025-08-20T19:15:56.3625581Z [00:02:03.103]➜  			"en-US/ess/DeleteAlarm.json",
2025-08-20T19:15:56.3625935Z [00:02:03.103]➜  			"en-US/ess/DeleteEciScalingConfiguration.json",
2025-08-20T19:15:56.3626220Z [00:02:03.103]➜  			"en-US/ess/DeleteLifecycleHook.json",
2025-08-20T19:15:56.3626572Z [00:02:03.103]➜  			"en-US/ess/DeleteNotificationConfiguration.json",
2025-08-20T19:15:56.3626908Z [00:02:03.103]➜  			"en-US/ess/DeleteScalingConfiguration.json",
2025-08-20T19:15:56.3627192Z [00:02:03.103]➜  			"en-US/ess/DeleteScalingGroup.json",
2025-08-20T19:15:56.3627483Z [00:02:03.103]➜  			"en-US/ess/DeleteScalingRule.json",
2025-08-20T19:15:56.3627760Z [00:02:03.103]➜  			"en-US/ess/DeleteScheduledTask.json",
2025-08-20T19:15:56.3628043Z [00:02:03.103]➜  			"en-US/ess/DescribeAlarms.json",
2025-08-20T19:15:56.3628415Z [00:02:03.103]➜  			"en-US/ess/DescribeEciScalingConfigurations.json",
2025-08-20T19:15:56.3628726Z [00:02:03.103]➜  			"en-US/ess/DescribeLifecycleActions.json",
2025-08-20T19:15:56.3629027Z [00:02:03.103]➜  			"en-US/ess/DescribeLifecycleHooks.json",
2025-08-20T19:15:56.3629300Z [00:02:03.103]➜  			"en-US/ess/DescribeLimitation.json",
2025-08-20T19:15:56.3629700Z [00:02:03.103]➜  			"en-US/ess/DescribeNotificationConfigurations.json",
2025-08-20T19:15:56.3630016Z [00:02:03.103]➜  			"en-US/ess/DescribeNotificationTypes.json",
2025-08-20T19:15:56.3630487Z [00:02:03.103]➜  			"en-US/ess/DescribeRegions.json",
2025-08-20T19:15:56.3630799Z [00:02:03.103]➜  			"en-US/ess/DescribeScalingActivities.json",
2025-08-20T19:15:56.3631149Z [00:02:03.103]➜  			"en-US/ess/DescribeScalingActivityDetail.json",
2025-08-20T19:15:56.3631485Z [00:02:03.103]➜  			"en-US/ess/DescribeScalingConfigurations.json",
2025-08-20T19:15:56.3631787Z [00:02:03.103]➜  			"en-US/ess/DescribeScalingGroups.json",
2025-08-20T19:15:56.3632097Z [00:02:03.103]➜  			"en-US/ess/DescribeScalingInstances.json",
2025-08-20T19:15:56.3632550Z [00:02:03.103]➜  			"en-US/ess/DescribeScalingRules.json",
2025-08-20T19:15:56.3632855Z [00:02:03.103]➜  			"en-US/ess/DescribeScheduledTasks.json",
2025-08-20T19:15:56.3633158Z [00:02:03.103]➜  			"en-US/ess/DetachAlbServerGroups.json",
2025-08-20T19:15:56.3633445Z [00:02:03.103]➜  			"en-US/ess/DetachDBInstances.json",
2025-08-20T19:15:56.3633714Z [00:02:03.103]➜  			"en-US/ess/DetachInstances.json",
2025-08-20T19:15:56.3634017Z [00:02:03.103]➜  			"en-US/ess/DetachLoadBalancers.json",
2025-08-20T19:15:56.3634298Z [00:02:03.103]➜  			"en-US/ess/DetachServerGroups.json",
2025-08-20T19:15:56.3634576Z [00:02:03.104]➜  			"en-US/ess/DetachVServerGroups.json",
2025-08-20T19:15:56.3634832Z [00:02:03.104]➜  			"en-US/ess/DisableAlarm.json",
2025-08-20T19:15:56.3635111Z [00:02:03.104]➜  			"en-US/ess/DisableScalingGroup.json",
2025-08-20T19:15:56.3635365Z [00:02:03.104]➜  			"en-US/ess/EnableAlarm.json",
2025-08-20T19:15:56.3635637Z [00:02:03.104]➜  			"en-US/ess/EnableScalingGroup.json",
2025-08-20T19:15:56.3635892Z [00:02:03.104]➜  			"en-US/ess/EnterStandby.json",
2025-08-20T19:15:56.3636165Z [00:02:03.104]➜  			"en-US/ess/ExecuteScalingRule.json",
2025-08-20T19:15:56.3636417Z [00:02:03.104]➜  			"en-US/ess/ExitStandby.json",
2025-08-20T19:15:56.3636840Z [00:02:03.104]➜  			"en-US/ess/ListTagKeys.json",
2025-08-20T19:15:56.3637127Z [00:02:03.104]➜  			"en-US/ess/ListTagResources.json",
2025-08-20T19:15:56.3637384Z [00:02:03.104]➜  			"en-US/ess/ListTagValues.json",
2025-08-20T19:15:56.3637653Z [00:02:03.104]➜  			"en-US/ess/ModifyAlarm.json",
2025-08-20T19:15:56.3637894Z [00:02:03.104]➜  			"en-US/ess/ModifyEciScalingConfiguration.json",
2025-08-20T19:15:56.3638056Z [00:02:03.104]➜  			"en-US/ess/ModifyLifecycleHook.json",
2025-08-20T19:15:56.3638255Z [00:02:03.104]➜  			"en-US/ess/ModifyNotificationConfiguration.json",
2025-08-20T19:15:56.3638451Z [00:02:03.104]➜  			"en-US/ess/ModifyScalingConfiguration.json",
2025-08-20T19:15:56.3638608Z [00:02:03.104]➜  			"en-US/ess/ModifyScalingGroup.json",
2025-08-20T19:15:56.3638764Z [00:02:03.104]➜  			"en-US/ess/ModifyScalingRule.json",
2025-08-20T19:15:56.3638922Z [00:02:03.104]➜  			"en-US/ess/ModifyScheduledTask.json",
2025-08-20T19:15:56.3639080Z [00:02:03.104]➜  			"en-US/ess/RebalanceInstances.json",
2025-08-20T19:15:56.3639284Z [00:02:03.104]➜  			"en-US/ess/RecordLifecycleActionHeartbeat.json",
2025-08-20T19:15:56.3639438Z [00:02:03.104]➜  			"en-US/ess/RemoveInstances.json",
2025-08-20T19:15:56.3639594Z [00:02:03.104]➜  			"en-US/ess/ResumeProcesses.json",
2025-08-20T19:15:56.3639749Z [00:02:03.104]➜  			"en-US/ess/ScaleWithAdjustment.json",
2025-08-20T19:15:56.3639930Z [00:02:03.104]➜  			"en-US/ess/SetGroupDeletionProtection.json",
2025-08-20T19:15:56.3640080Z [00:02:03.104]➜  			"en-US/ess/SetInstanceHealth.json",
2025-08-20T19:15:56.3640252Z [00:02:03.104]➜  			"en-US/ess/SetInstancesProtection.json",
2025-08-20T19:15:56.3640406Z [00:02:03.104]➜  			"en-US/ess/SuspendProcesses.json",
2025-08-20T19:15:56.3640556Z [00:02:03.104]➜  			"en-US/ess/TagResources.json",
2025-08-20T19:15:56.3640702Z [00:02:03.104]➜  			"en-US/ess/UntagResources.json",
2025-08-20T19:15:56.3640869Z [00:02:03.104]➜  			"en-US/ess/VerifyAuthentication.json",
2025-08-20T19:15:56.3641009Z [00:02:03.104]➜  			"en-US/ess/VerifyUser.json",
2025-08-20T19:15:56.3641155Z [00:02:03.104]➜  			"en-US/ess/version.json",
2025-08-20T19:15:56.3641344Z [00:02:03.104]➜  			"en-US/eventbridge/CreateApiDestination.json",
2025-08-20T19:15:56.3641706Z [00:02:03.104]➜  			"en-US/eventbridge/CreateConnection.json",
2025-08-20T19:15:56.3641867Z [00:02:03.104]➜  			"en-US/eventbridge/CreateEventBus.json",
2025-08-20T19:15:56.3642045Z [00:02:03.104]➜  			"en-US/eventbridge/CreateEventSource.json",
2025-08-20T19:15:56.3642224Z [00:02:03.104]➜  			"en-US/eventbridge/CreateEventStreaming.json",
2025-08-20T19:15:56.3642581Z [00:02:03.104]➜  			"en-US/eventbridge/CreateRule.json",
2025-08-20T19:15:56.3643050Z [00:02:03.104]➜  			"en-US/eventbridge/CreateServiceLinkedRoleForProduct.json",
2025-08-20T19:15:56.3643416Z [00:02:03.104]➜  			"en-US/eventbridge/DeleteApiDestination.json",
2025-08-20T19:15:56.3643733Z [00:02:03.104]➜  			"en-US/eventbridge/DeleteConnection.json",
2025-08-20T19:15:56.3644041Z [00:02:03.104]➜  			"en-US/eventbridge/DeleteEventBus.json",
2025-08-20T19:15:56.3644363Z [00:02:03.104]➜  			"en-US/eventbridge/DeleteEventSource.json",
2025-08-20T19:15:56.3644687Z [00:02:03.104]➜  			"en-US/eventbridge/DeleteEventStreaming.json",
2025-08-20T19:15:56.3644969Z [00:02:03.104]➜  			"en-US/eventbridge/DeleteRule.json",
2025-08-20T19:15:56.3645256Z [00:02:03.104]➜  			"en-US/eventbridge/DeleteTargets.json",
2025-08-20T19:15:56.3645530Z [00:02:03.104]➜  			"en-US/eventbridge/DisableRule.json",
2025-08-20T19:15:56.3645802Z [00:02:03.104]➜  			"en-US/eventbridge/EnableRule.json",
2025-08-20T19:15:56.3646104Z [00:02:03.104]➜  			"en-US/eventbridge/GetApiDestination.json",
2025-08-20T19:15:56.3646396Z [00:02:03.104]➜  			"en-US/eventbridge/GetConnection.json",
2025-08-20T19:15:56.3646666Z [00:02:03.104]➜  			"en-US/eventbridge/GetEventBus.json",
2025-08-20T19:15:56.3646990Z [00:02:03.104]➜  			"en-US/eventbridge/GetEventStreaming.json",
2025-08-20T19:15:56.3647267Z [00:02:03.104]➜  			"en-US/eventbridge/GetRule.json",
2025-08-20T19:15:56.3647853Z [00:02:03.104]➜  			"en-US/eventbridge/ListAliyunOfficialEventSources.json",
2025-08-20T19:15:56.3648201Z [00:02:03.104]➜  			"en-US/eventbridge/ListApiDestinations.json",
2025-08-20T19:15:56.3648526Z [00:02:03.104]➜  			"en-US/eventbridge/ListConnections.json",
2025-08-20T19:15:56.3648820Z [00:02:03.104]➜  			"en-US/eventbridge/ListEventBuses.json",
2025-08-20T19:15:56.3649139Z [00:02:03.104]➜  			"en-US/eventbridge/ListEventStreamings.json",
2025-08-20T19:15:56.3649406Z [00:02:03.104]➜  			"en-US/eventbridge/ListRules.json",
2025-08-20T19:15:56.3649682Z [00:02:03.104]➜  			"en-US/eventbridge/ListTargets.json",
2025-08-20T19:15:56.3650054Z [00:02:03.104]➜  			"en-US/eventbridge/ListUserDefinedEventSources.json",
2025-08-20T19:15:56.3650376Z [00:02:03.104]➜  			"en-US/eventbridge/PauseEventStreaming.json",
2025-08-20T19:15:56.3650657Z [00:02:03.104]➜  			"en-US/eventbridge/PutTargets.json",
2025-08-20T19:15:56.3650867Z [00:02:03.104]➜  			"en-US/eventbridge/QueryEvent.json",
2025-08-20T19:15:56.3651057Z [00:02:03.104]➜  			"en-US/eventbridge/QueryEventTraces.json",
2025-08-20T19:15:56.3651268Z [00:02:03.104]➜  			"en-US/eventbridge/QueryTracedEventByEventId.json",
2025-08-20T19:15:56.3651447Z [00:02:03.104]➜  			"en-US/eventbridge/QueryTracedEvents.json",
2025-08-20T19:15:56.3651623Z [00:02:03.104]➜  			"en-US/eventbridge/StartEventStreaming.json",
2025-08-20T19:15:56.3651876Z [00:02:03.104]➜  			"en-US/eventbridge/TestEventPattern.json",
2025-08-20T19:15:56.3652101Z [00:02:03.104]➜  			"en-US/eventbridge/UpdateApiDestination.json",
2025-08-20T19:15:56.3652338Z [00:02:03.104]➜  			"en-US/eventbridge/UpdateConnection.json",
2025-08-20T19:15:56.3652765Z [00:02:03.104]➜  			"en-US/eventbridge/UpdateEventBus.json",
2025-08-20T19:15:56.3653151Z [00:02:03.104]➜  			"en-US/eventbridge/UpdateEventSource.json",
2025-08-20T19:15:56.3653847Z [00:02:03.104]➜  			"en-US/eventbridge/UpdateEventStreaming.json",
2025-08-20T19:15:56.3654180Z [00:02:03.104]➜  			"en-US/eventbridge/UpdateRule.json",
2025-08-20T19:15:56.3654604Z [00:02:03.104]➜  			"en-US/eventbridge/version.json",
2025-08-20T19:15:56.3654923Z [00:02:03.104]➜  			"en-US/facebody/AddFace.json",
2025-08-20T19:15:56.3655373Z [00:02:03.104]➜  			"en-US/facebody/AddFaceEntity.json",
2025-08-20T19:15:56.3655988Z [00:02:03.104]➜  			"en-US/facebody/AddFaceImageTemplate.json",
2025-08-20T19:15:56.3656387Z [00:02:03.104]➜  			"en-US/facebody/BatchAddFaces.json",
2025-08-20T19:15:56.3656718Z [00:02:03.104]➜  			"en-US/facebody/BeautifyBody.json",
2025-08-20T19:15:56.3657060Z [00:02:03.104]➜  			"en-US/facebody/BlurFace.json",
2025-08-20T19:15:56.3657471Z [00:02:03.104]➜  			"en-US/facebody/BodyPosture.json",
2025-08-20T19:15:56.3657861Z [00:02:03.104]➜  			"en-US/facebody/CompareFace.json",
2025-08-20T19:15:56.3658220Z [00:02:03.104]➜  			"en-US/facebody/CompareFaceWithMask.json",
2025-08-20T19:15:56.3658635Z [00:02:03.104]➜  			"en-US/facebody/CreateFaceDb.json",
2025-08-20T19:15:56.3658946Z [00:02:03.104]➜  			"en-US/facebody/DeepfakeFace.json",
2025-08-20T19:15:56.3659367Z [00:02:03.104]➜  			"en-US/facebody/DeleteFace.json",
2025-08-20T19:15:56.3659788Z [00:02:03.104]➜  			"en-US/facebody/DeleteFaceDb.json",
2025-08-20T19:15:56.3660178Z [00:02:03.104]➜  			"en-US/facebody/DeleteFaceEntity.json",
2025-08-20T19:15:56.3660574Z [00:02:03.104]➜  			"en-US/facebody/DeleteFaceImageTemplate.json",
2025-08-20T19:15:56.3660958Z [00:02:03.104]➜  			"en-US/facebody/DetectBodyCount.json",
2025-08-20T19:15:56.3661286Z [00:02:03.104]➜  			"en-US/facebody/DetectCelebrity.json",
2025-08-20T19:15:56.3661760Z [00:02:03.104]➜  			"en-US/facebody/DetectChefCap.json",
2025-08-20T19:15:56.3662080Z [00:02:03.104]➜  			"en-US/facebody/DetectFace.json",
2025-08-20T19:15:56.3662812Z [00:02:03.104]➜  			"en-US/facebody/DetectInfraredLivingFace.json",
2025-08-20T19:15:56.3663171Z [00:02:03.104]➜  			"en-US/facebody/DetectLivingFace.json",
2025-08-20T19:15:56.3663616Z [00:02:03.104]➜  			"en-US/facebody/DetectPedestrian.json",
2025-08-20T19:15:56.3664037Z [00:02:03.104]➜  			"en-US/facebody/DetectPedestrianIntrusion.json",
2025-08-20T19:15:56.3664635Z [00:02:03.104]➜  			"en-US/facebody/DetectVideoLivingFace.json",
2025-08-20T19:15:56.3664961Z [00:02:03.104]➜  			"en-US/facebody/EnhanceFace.json",
2025-08-20T19:15:56.3665373Z [00:02:03.104]➜  			"en-US/facebody/ExtractFingerPrint.json",
2025-08-20T19:15:56.3665686Z [00:02:03.104]➜  			"en-US/facebody/ExtractPedestrianFeatureAttr.json",
2025-08-20T19:15:56.3665987Z [00:02:03.104]➜  			"en-US/facebody/FaceBeauty.json",
2025-08-20T19:15:56.3666167Z [00:02:03.104]➜  			"en-US/facebody/FaceFilter.json",
2025-08-20T19:15:56.3666416Z [00:02:03.104]➜  			"en-US/facebody/FaceMakeup.json",
2025-08-20T19:15:56.3666593Z [00:02:03.104]➜  			"en-US/facebody/FaceTidyup.json",
2025-08-20T19:15:56.3666860Z [00:02:03.104]➜  			"en-US/facebody/GenRealPersonVerificationToken.json",
2025-08-20T19:15:56.3667128Z [00:02:03.104]➜  			"en-US/facebody/GenerateHumanAnimeStyle.json",
2025-08-20T19:15:56.3667399Z [00:02:03.104]➜  			"en-US/facebody/GenerateHumanSketchStyle.json",
2025-08-20T19:15:56.3667609Z [00:02:03.104]➜  			"en-US/facebody/GetFaceEntity.json",
2025-08-20T19:15:56.3667894Z [00:02:03.104]➜  			"en-US/facebody/GetRealPersonVerificationResult.json",
2025-08-20T19:15:56.3668086Z [00:02:03.104]➜  			"en-US/facebody/HandPosture.json",
2025-08-20T19:15:56.3668332Z [00:02:03.104]➜  			"en-US/facebody/LiquifyFace.json",
2025-08-20T19:15:56.3668529Z [00:02:03.104]➜  			"en-US/facebody/ListFaceDbs.json",
2025-08-20T19:15:56.3668792Z [00:02:03.104]➜  			"en-US/facebody/ListFaceEntities.json",
2025-08-20T19:15:56.3668987Z [00:02:03.104]➜  			"en-US/facebody/MergeImageFace.json",
2025-08-20T19:15:56.3669224Z [00:02:03.104]➜  			"en-US/facebody/MonitorExamination.json",
2025-08-20T19:15:56.3669450Z [00:02:03.104]➜  			"en-US/facebody/PedestrianDetectAttribute.json",
2025-08-20T19:15:56.3669760Z [00:02:03.104]➜  			"en-US/facebody/QueryFaceImageTemplate.json",
2025-08-20T19:15:56.3669959Z [00:02:03.104]➜  			"en-US/facebody/RecognizeAction.json",
2025-08-20T19:15:56.3670199Z [00:02:03.104]➜  			"en-US/facebody/RecognizeExpression.json",
2025-08-20T19:15:56.3670394Z [00:02:03.104]➜  			"en-US/facebody/RecognizeFace.json",
2025-08-20T19:15:56.3670624Z [00:02:03.104]➜  			"en-US/facebody/RecognizeHandGesture.json",
2025-08-20T19:15:56.3671024Z [00:02:03.104]➜  			"en-US/facebody/RecognizePublicFace.json",
2025-08-20T19:15:56.3671296Z [00:02:03.104]➜  			"en-US/facebody/RetouchBody.json",
2025-08-20T19:15:56.3671481Z [00:02:03.104]➜  			"en-US/facebody/RetouchSkin.json",
2025-08-20T19:15:56.3671697Z [00:02:03.104]➜  			"en-US/facebody/SearchFace.json",
2025-08-20T19:15:56.3671986Z [00:02:03.104]➜  			"en-US/facebody/UpdateFaceEntity.json",
2025-08-20T19:15:56.3672245Z [00:02:03.104]➜  			"en-US/facebody/VerifyFaceMask.json",
2025-08-20T19:15:56.3672654Z [00:02:03.104]➜  			"en-US/facebody/version.json",
2025-08-20T19:15:56.3726781Z [00:02:03.104]➜  			"en-US/fc-open/ClaimGPUInstance.json",
2025-08-20T19:15:56.3727278Z [00:02:03.104]➜  			"en-US/fc-open/CreateAlias.json",
2025-08-20T19:15:56.3727635Z [00:02:03.104]➜  			"en-US/fc-open/CreateCustomDomain.json",
2025-08-20T19:15:56.3727917Z [00:02:03.104]➜  			"en-US/fc-open/CreateFunction.json",
2025-08-20T19:15:56.3728213Z [00:02:03.104]➜  			"en-US/fc-open/CreateLayerVersion.json",
2025-08-20T19:15:56.3728502Z [00:02:03.104]➜  			"en-US/fc-open/CreateService.json",
2025-08-20T19:15:56.3728766Z [00:02:03.104]➜  			"en-US/fc-open/CreateTrigger.json",
2025-08-20T19:15:56.3729035Z [00:02:03.104]➜  			"en-US/fc-open/CreateVpcBinding.json",
2025-08-20T19:15:56.3729313Z [00:02:03.104]➜  			"en-US/fc-open/DeleteAlias.json",
2025-08-20T19:15:56.3729604Z [00:02:03.104]➜  			"en-US/fc-open/DeleteCustomDomain.json",
2025-08-20T19:15:56.3729883Z [00:02:03.104]➜  			"en-US/fc-open/DeleteFunction.json",
2025-08-20T19:15:56.3730258Z [00:02:03.104]➜  			"en-US/fc-open/DeleteFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:56.3730621Z [00:02:03.104]➜  			"en-US/fc-open/DeleteFunctionOnDemandConfig.json",
2025-08-20T19:15:56.3730910Z [00:02:03.104]➜  			"en-US/fc-open/DeleteLayerVersion.json",
2025-08-20T19:15:56.3731427Z [00:02:03.104]➜  			"en-US/fc-open/DeleteService.json",
2025-08-20T19:15:56.3731739Z [00:02:03.104]➜  			"en-US/fc-open/DeleteServiceVersion.json",
2025-08-20T19:15:56.3732025Z [00:02:03.104]➜  			"en-US/fc-open/DeleteTrigger.json",
2025-08-20T19:15:56.3732307Z [00:02:03.104]➜  			"en-US/fc-open/DeleteVpcBinding.json",
2025-08-20T19:15:56.3732824Z [00:02:03.104]➜  			"en-US/fc-open/DeregisterEventSource.json",
2025-08-20T19:15:56.3733117Z [00:02:03.104]➜  			"en-US/fc-open/GetAccountSettings.json",
2025-08-20T19:15:56.3733379Z [00:02:03.104]➜  			"en-US/fc-open/GetAlias.json",
2025-08-20T19:15:56.3733654Z [00:02:03.104]➜  			"en-US/fc-open/GetCustomDomain.json",
2025-08-20T19:15:56.3733913Z [00:02:03.104]➜  			"en-US/fc-open/GetFunction.json",
2025-08-20T19:15:56.3734271Z [00:02:03.104]➜  			"en-US/fc-open/GetFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:56.3734545Z [00:02:03.104]➜  			"en-US/fc-open/GetFunctionCode.json",
2025-08-20T19:15:56.3734898Z [00:02:03.104]➜  			"en-US/fc-open/GetFunctionOnDemandConfig.json",
2025-08-20T19:15:56.3735176Z [00:02:03.104]➜  			"en-US/fc-open/GetLayerVersion.json",
2025-08-20T19:15:56.3735473Z [00:02:03.104]➜  			"en-US/fc-open/GetProvisionConfig.json",
2025-08-20T19:15:56.3735759Z [00:02:03.104]➜  			"en-US/fc-open/GetResourceTags.json",
2025-08-20T19:15:56.3736024Z [00:02:03.104]➜  			"en-US/fc-open/GetService.json",
2025-08-20T19:15:56.3736363Z [00:02:03.104]➜  			"en-US/fc-open/GetStatefulAsyncInvocation.json",
2025-08-20T19:15:56.3736622Z [00:02:03.104]➜  			"en-US/fc-open/GetTrigger.json",
2025-08-20T19:15:56.3736886Z [00:02:03.104]➜  			"en-US/fc-open/InvokeFunction.json",
2025-08-20T19:15:56.3737143Z [00:02:03.104]➜  			"en-US/fc-open/ListAliases.json",
2025-08-20T19:15:56.3737416Z [00:02:03.104]➜  			"en-US/fc-open/ListCustomDomains.json",
2025-08-20T19:15:56.3737697Z [00:02:03.104]➜  			"en-US/fc-open/ListEventSources.json",
2025-08-20T19:15:56.3738039Z [00:02:03.104]➜  			"en-US/fc-open/ListFunctionAsyncInvokeConfigs.json",
2025-08-20T19:15:56.3738319Z [00:02:03.104]➜  			"en-US/fc-open/ListFunctions.json",
2025-08-20T19:15:56.3738574Z [00:02:03.104]➜  			"en-US/fc-open/ListInstances.json",
2025-08-20T19:15:56.3739052Z [00:02:03.104]➜  			"en-US/fc-open/ListLayerVersions.json",
2025-08-20T19:15:56.3739305Z [00:02:03.104]➜  			"en-US/fc-open/ListLayers.json",
2025-08-20T19:15:56.3739602Z [00:02:03.104]➜  			"en-US/fc-open/ListOnDemandConfigs.json",
2025-08-20T19:15:56.3739895Z [00:02:03.104]➜  			"en-US/fc-open/ListProvisionConfigs.json",
2025-08-20T19:15:56.3740210Z [00:02:03.104]➜  			"en-US/fc-open/ListReservedCapacities.json",
2025-08-20T19:15:56.3740507Z [00:02:03.104]➜  			"en-US/fc-open/ListServiceVersions.json",
2025-08-20T19:15:56.3740774Z [00:02:03.104]➜  			"en-US/fc-open/ListServices.json",
2025-08-20T19:15:56.3741245Z [00:02:03.105]➜  			"en-US/fc-open/ListStatefulAsyncInvocationFunctions.json",
2025-08-20T19:15:56.3741614Z [00:02:03.105]➜  			"en-US/fc-open/ListStatefulAsyncInvocations.json",
2025-08-20T19:15:56.3741960Z [00:02:03.105]➜  			"en-US/fc-open/ListTaggedResources.json",
2025-08-20T19:15:56.3742223Z [00:02:03.105]➜  			"en-US/fc-open/ListTriggers.json",
2025-08-20T19:15:56.3742695Z [00:02:03.105]➜  			"en-US/fc-open/ListVpcBindings.json",
2025-08-20T19:15:56.3743027Z [00:02:03.105]➜  			"en-US/fc-open/PublishServiceVersion.json",
2025-08-20T19:15:56.3743382Z [00:02:03.105]➜  			"en-US/fc-open/PutFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:56.3743724Z [00:02:03.105]➜  			"en-US/fc-open/PutFunctionOnDemandConfig.json",
2025-08-20T19:15:56.3743996Z [00:02:03.105]➜  			"en-US/fc-open/PutLayerACL.json",
2025-08-20T19:15:56.3744299Z [00:02:03.105]➜  			"en-US/fc-open/PutProvisionConfig.json",
2025-08-20T19:15:56.3744593Z [00:02:03.105]➜  			"en-US/fc-open/RegisterEventSource.json",
2025-08-20T19:15:56.3744891Z [00:02:03.105]➜  			"en-US/fc-open/ReleaseGPUInstance.json",
2025-08-20T19:15:56.3745201Z [00:02:03.105]➜  			"en-US/fc-open/StopStatefulAsyncInvocation.json",
2025-08-20T19:15:56.3745622Z [00:02:03.105]➜  			"en-US/fc-open/TagResource.json",
2025-08-20T19:15:56.3745877Z [00:02:03.105]➜  			"en-US/fc-open/UntagResource.json",
2025-08-20T19:15:56.3746107Z [00:02:03.105]➜  			"en-US/fc-open/UpdateAlias.json",
2025-08-20T19:15:56.3746375Z [00:02:03.105]➜  			"en-US/fc-open/UpdateCustomDomain.json",
2025-08-20T19:15:56.3746627Z [00:02:03.105]➜  			"en-US/fc-open/UpdateFunction.json",
2025-08-20T19:15:56.3746867Z [00:02:03.105]➜  			"en-US/fc-open/UpdateService.json",
2025-08-20T19:15:56.3747099Z [00:02:03.105]➜  			"en-US/fc-open/UpdateTrigger.json",
2025-08-20T19:15:56.3747333Z [00:02:03.105]➜  			"en-US/fc-open/version.json",
2025-08-20T19:15:56.3747579Z [00:02:03.105]➜  			"en-US/fnf/CreateFlow.json",
2025-08-20T19:15:56.3747852Z [00:02:03.105]➜  			"en-US/fnf/CreateSchedule.json",
2025-08-20T19:15:56.3748098Z [00:02:03.105]➜  			"en-US/fnf/DeleteFlow.json",
2025-08-20T19:15:56.3748362Z [00:02:03.105]➜  			"en-US/fnf/DeleteSchedule.json",
2025-08-20T19:15:56.3748639Z [00:02:03.105]➜  			"en-US/fnf/DescribeExecution.json",
2025-08-20T19:15:56.3748920Z [00:02:03.105]➜  			"en-US/fnf/DescribeFlow.json",
2025-08-20T19:15:56.3749194Z [00:02:03.105]➜  			"en-US/fnf/DescribeSchedule.json",
2025-08-20T19:15:56.3749498Z [00:02:03.105]➜  			"en-US/fnf/GetExecutionHistory.json",
2025-08-20T19:15:56.3749764Z [00:02:03.105]➜  			"en-US/fnf/ListExecutions.json",
2025-08-20T19:15:56.3750020Z [00:02:03.105]➜  			"en-US/fnf/ListFlows.json",
2025-08-20T19:15:56.3750286Z [00:02:03.105]➜  			"en-US/fnf/ListSchedules.json",
2025-08-20T19:15:56.3750572Z [00:02:03.105]➜  			"en-US/fnf/ReportTaskFailed.json",
2025-08-20T19:15:56.3750853Z [00:02:03.105]➜  			"en-US/fnf/ReportTaskSucceeded.json",
2025-08-20T19:15:56.3751114Z [00:02:03.105]➜  			"en-US/fnf/StartExecution.json",
2025-08-20T19:15:56.3751385Z [00:02:03.105]➜  			"en-US/fnf/StartSyncExecution.json",
2025-08-20T19:15:56.3751643Z [00:02:03.105]➜  			"en-US/fnf/StopExecution.json",
2025-08-20T19:15:56.3751886Z [00:02:03.105]➜  			"en-US/fnf/UpdateFlow.json",
2025-08-20T19:15:56.3752166Z [00:02:03.105]➜  			"en-US/fnf/UpdateSchedule.json",
2025-08-20T19:15:56.3752558Z [00:02:03.105]➜  			"en-US/fnf/version.json",
2025-08-20T19:15:56.3752834Z [00:02:03.105]➜  			"en-US/ga/AddEntriesToAcl.json",
2025-08-20T19:15:56.3753383Z [00:02:03.105]➜  			"en-US/ga/AssociateAclsWithListener.json",
2025-08-20T19:15:56.3753866Z [00:02:03.105]➜  			"en-US/ga/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:56.3754173Z [00:02:03.105]➜  			"en-US/ga/AttachDdosToAccelerator.json",
2025-08-20T19:15:56.3754537Z [00:02:03.105]➜  			"en-US/ga/AttachLogStoreToEndpointGroup.json",
2025-08-20T19:15:56.3754894Z [00:02:03.105]➜  			"en-US/ga/BandwidthPackageAddAccelerator.json",
2025-08-20T19:15:56.3755267Z [00:02:03.105]➜  			"en-US/ga/BandwidthPackageRemoveAccelerator.json",
2025-08-20T19:15:56.3755553Z [00:02:03.105]➜  			"en-US/ga/ChangeResourceGroup.json",
2025-08-20T19:15:56.3755850Z [00:02:03.105]➜  			"en-US/ga/ConfigEndpointProbe.json",
2025-08-20T19:15:56.3756122Z [00:02:03.105]➜  			"en-US/ga/CreateAccelerator.json",
2025-08-20T19:15:56.3756392Z [00:02:03.105]➜  			"en-US/ga/CreateAcl.json",
2025-08-20T19:15:56.3756714Z [00:02:03.105]➜  			"en-US/ga/CreateApplicationMonitor.json",
2025-08-20T19:15:56.3757035Z [00:02:03.105]➜  			"en-US/ga/CreateBandwidthPackage.json",
2025-08-20T19:15:56.3757342Z [00:02:03.106]➜  			"en-US/ga/CreateBasicAccelerateIp.json",
2025-08-20T19:15:56.3757773Z [00:02:03.106]➜  			"en-US/ga/CreateBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:56.3758198Z [00:02:03.106]➜  			"en-US/ga/CreateBasicAccelerateIpEndpointRelations.json",
2025-08-20T19:15:56.3758503Z [00:02:03.106]➜  			"en-US/ga/CreateBasicAccelerator.json",
2025-08-20T19:15:56.3758778Z [00:02:03.106]➜  			"en-US/ga/CreateBasicEndpoint.json",
2025-08-20T19:15:56.3759090Z [00:02:03.106]➜  			"en-US/ga/CreateBasicEndpointGroup.json",
2025-08-20T19:15:56.3759383Z [00:02:03.106]➜  			"en-US/ga/CreateBasicEndpoints.json",
2025-08-20T19:15:56.3759651Z [00:02:03.106]➜  			"en-US/ga/CreateBasicIpSet.json",
2025-08-20T19:15:56.3760352Z [00:02:03.106]➜  			"en-US/ga/CreateCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:56.3760730Z [00:02:03.106]➜  			"en-US/ga/CreateCustomRoutingEndpointGroups.json",
2025-08-20T19:15:56.3761187Z [00:02:03.106]➜  			"en-US/ga/CreateCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:56.3761513Z [00:02:03.106]➜  			"en-US/ga/CreateCustomRoutingEndpoints.json",
2025-08-20T19:15:56.3761771Z [00:02:03.106]➜  			"en-US/ga/CreateDomain.json",
2025-08-20T19:15:56.3762046Z [00:02:03.106]➜  			"en-US/ga/CreateEndpointGroup.json",
2025-08-20T19:15:56.3762337Z [00:02:03.106]➜  			"en-US/ga/CreateEndpointGroups.json",
2025-08-20T19:15:56.3762917Z [00:02:03.106]➜  			"en-US/ga/CreateForwardingRules.json",
2025-08-20T19:15:56.3763175Z [00:02:03.106]➜  			"en-US/ga/CreateIpSets.json",
2025-08-20T19:15:56.3763430Z [00:02:03.106]➜  			"en-US/ga/CreateListener.json",
2025-08-20T19:15:56.3763692Z [00:02:03.106]➜  			"en-US/ga/CreateSpareIps.json",
2025-08-20T19:15:56.3763974Z [00:02:03.106]➜  			"en-US/ga/DeleteAccelerator.json",
2025-08-20T19:15:56.3764215Z [00:02:03.106]➜  			"en-US/ga/DeleteAcl.json",
2025-08-20T19:15:56.3764515Z [00:02:03.106]➜  			"en-US/ga/DeleteApplicationMonitor.json",
2025-08-20T19:15:56.3764994Z [00:02:03.106]➜  			"en-US/ga/DeleteBandwidthPackage.json",
2025-08-20T19:15:56.3765292Z [00:02:03.106]➜  			"en-US/ga/DeleteBasicAccelerateIp.json",
2025-08-20T19:15:56.3765702Z [00:02:03.106]➜  			"en-US/ga/DeleteBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:56.3765985Z [00:02:03.106]➜  			"en-US/ga/DeleteBasicAccelerator.json",
2025-08-20T19:15:56.3766267Z [00:02:03.106]➜  			"en-US/ga/DeleteBasicEndpoint.json",
2025-08-20T19:15:56.3766567Z [00:02:03.106]➜  			"en-US/ga/DeleteBasicEndpointGroup.json",
2025-08-20T19:15:56.3766834Z [00:02:03.106]➜  			"en-US/ga/DeleteBasicIpSet.json",
2025-08-20T19:15:56.3767284Z [00:02:03.106]➜  			"en-US/ga/DeleteCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:56.3767657Z [00:02:03.106]➜  			"en-US/ga/DeleteCustomRoutingEndpointGroups.json",
2025-08-20T19:15:56.3768088Z [00:02:03.106]➜  			"en-US/ga/DeleteCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:56.3768431Z [00:02:03.106]➜  			"en-US/ga/DeleteCustomRoutingEndpoints.json",
2025-08-20T19:15:56.3768771Z [00:02:03.106]➜  			"en-US/ga/DeleteDomainAcceleratorRelation.json",
2025-08-20T19:15:56.3769055Z [00:02:03.106]➜  			"en-US/ga/DeleteEndpointGroup.json",
2025-08-20T19:15:56.3769335Z [00:02:03.106]➜  			"en-US/ga/DeleteEndpointGroups.json",
2025-08-20T19:15:56.3769633Z [00:02:03.106]➜  			"en-US/ga/DeleteForwardingRules.json",
2025-08-20T19:15:56.3769877Z [00:02:03.106]➜  			"en-US/ga/DeleteIpSet.json",
2025-08-20T19:15:56.3770130Z [00:02:03.106]➜  			"en-US/ga/DeleteIpSets.json",
2025-08-20T19:15:56.3770382Z [00:02:03.106]➜  			"en-US/ga/DeleteListener.json",
2025-08-20T19:15:56.3770641Z [00:02:03.106]➜  			"en-US/ga/DeleteSpareIps.json",
2025-08-20T19:15:56.3770907Z [00:02:03.106]➜  			"en-US/ga/DescribeAccelerator.json",
2025-08-20T19:15:56.3771461Z [00:02:03.106]➜  			"en-US/ga/DescribeAcceleratorAutoRenewAttribute.json",
2025-08-20T19:15:56.3771872Z [00:02:03.106]➜  			"en-US/ga/DescribeAcceleratorServiceStatus.json",
2025-08-20T19:15:56.3772224Z [00:02:03.106]➜  			"en-US/ga/DescribeApplicationMonitor.json",
2025-08-20T19:15:56.3772693Z [00:02:03.106]➜  			"en-US/ga/DescribeBandwidthPackage.json",
2025-08-20T19:15:56.3773152Z [00:02:03.106]➜  			"en-US/ga/DescribeBandwidthPackageAutoRenewAttribute.json",
2025-08-20T19:15:56.3773428Z [00:02:03.106]➜  			"en-US/ga/DescribeCommodity.json",
2025-08-20T19:15:56.3773726Z [00:02:03.106]➜  			"en-US/ga/DescribeCommodityPrice.json",
2025-08-20T19:15:56.3774163Z [00:02:03.106]➜  			"en-US/ga/DescribeCustomRoutingEndPointTrafficPolicy.json",
2025-08-20T19:15:56.3774505Z [00:02:03.106]➜  			"en-US/ga/DescribeCustomRoutingEndpoint.json",
2025-08-20T19:15:56.3774860Z [00:02:03.106]➜  			"en-US/ga/DescribeCustomRoutingEndpointGroup.json",
2025-08-20T19:15:56.3775328Z [00:02:03.106]➜  			"en-US/ga/DescribeCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:56.3775605Z [00:02:03.107]➜  			"en-US/ga/DescribeEndpointGroup.json",
2025-08-20T19:15:56.3775856Z [00:02:03.107]➜  			"en-US/ga/DescribeIpSet.json",
2025-08-20T19:15:56.3776112Z [00:02:03.107]➜  			"en-US/ga/DescribeListener.json",
2025-08-20T19:15:56.3776450Z [00:02:03.107]➜  			"en-US/ga/DescribeLogStoreOfEndpointGroup.json",
2025-08-20T19:15:56.3776698Z [00:02:03.107]➜  			"en-US/ga/DescribeRegions.json",
2025-08-20T19:15:56.3776994Z [00:02:03.107]➜  			"en-US/ga/DetachDdosFromAccelerator.json",
2025-08-20T19:15:56.3777322Z [00:02:03.107]➜  			"en-US/ga/DetachLogStoreFromEndpointGroup.json",
2025-08-20T19:15:56.3777627Z [00:02:03.107]➜  			"en-US/ga/DetectApplicationMonitor.json",
2025-08-20T19:15:56.3777926Z [00:02:03.107]➜  			"en-US/ga/DisableApplicationMonitor.json",
2025-08-20T19:15:56.3778231Z [00:02:03.107]➜  			"en-US/ga/DissociateAclsFromListener.json",
2025-08-20T19:15:56.3778675Z [00:02:03.107]➜  			"en-US/ga/DissociateAdditionalCertificatesFromListener.json",
2025-08-20T19:15:56.3778969Z [00:02:03.107]➜  			"en-US/ga/EnableApplicationMonitor.json",
2025-08-20T19:15:56.3779182Z [00:02:03.107]➜  			"en-US/ga/GetAcl.json",
2025-08-20T19:15:56.3779683Z [00:02:03.107]➜  			"en-US/ga/GetBasicAccelerateIp.json",
2025-08-20T19:15:56.3780085Z [00:02:03.107]➜  			"en-US/ga/GetBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:56.3780413Z [00:02:03.107]➜  			"en-US/ga/GetBasicAccelerateIpIdleCount.json",
2025-08-20T19:15:56.3780675Z [00:02:03.107]➜  			"en-US/ga/GetBasicAccelerator.json",
2025-08-20T19:15:56.3780924Z [00:02:03.107]➜  			"en-US/ga/GetBasicEndpoint.json",
2025-08-20T19:15:56.3781193Z [00:02:03.107]➜  			"en-US/ga/GetBasicEndpointGroup.json",
2025-08-20T19:15:56.3781436Z [00:02:03.107]➜  			"en-US/ga/GetBasicIpSet.json",
2025-08-20T19:15:56.3781679Z [00:02:03.107]➜  			"en-US/ga/GetHealthStatus.json",
2025-08-20T19:15:56.3781951Z [00:02:03.107]➜  			"en-US/ga/GetInvalidDomainCount.json",
2025-08-20T19:15:56.3782243Z [00:02:03.107]➜  			"en-US/ga/GetIpsetsBandwidthLimit.json",
2025-08-20T19:15:56.3782888Z [00:02:03.107]➜  			"en-US/ga/GetSpareIp.json",
2025-08-20T19:15:56.3783173Z [00:02:03.107]➜  			"en-US/ga/ListAccelerateAreas.json",
2025-08-20T19:15:56.3783427Z [00:02:03.107]➜  			"en-US/ga/ListAccelerators.json",
2025-08-20T19:15:56.3783642Z [00:02:03.107]➜  			"en-US/ga/ListAcls.json",
2025-08-20T19:15:56.3783916Z [00:02:03.107]➜  			"en-US/ga/ListApplicationMonitor.json",
2025-08-20T19:15:56.3784272Z [00:02:03.107]➜  			"en-US/ga/ListApplicationMonitorDetectResult.json",
2025-08-20T19:15:56.3784585Z [00:02:03.107]➜  			"en-US/ga/ListAvailableAccelerateAreas.json",
2025-08-20T19:15:56.3784869Z [00:02:03.107]➜  			"en-US/ga/ListAvailableBusiRegions.json",
2025-08-20T19:15:56.3785135Z [00:02:03.107]➜  			"en-US/ga/ListBandwidthPackages.json",
2025-08-20T19:15:56.3785397Z [00:02:03.107]➜  			"en-US/ga/ListBandwidthackages.json",
2025-08-20T19:15:56.3785764Z [00:02:03.107]➜  			"en-US/ga/ListBasicAccelerateIpEndpointRelations.json",
2025-08-20T19:15:56.3786204Z [00:02:03.107]➜  			"en-US/ga/ListBasicAccelerateIps.json",
2025-08-20T19:15:56.3786482Z [00:02:03.107]➜  			"en-US/ga/ListBasicAccelerators.json",
2025-08-20T19:15:56.3786761Z [00:02:03.107]➜  			"en-US/ga/ListBasicEndpoints.json",
2025-08-20T19:15:56.3787010Z [00:02:03.107]➜  			"en-US/ga/ListBusiRegions.json",
2025-08-20T19:15:56.3787255Z [00:02:03.107]➜  			"en-US/ga/ListCommonAreas.json",
2025-08-20T19:15:56.3787668Z [00:02:03.107]➜  			"en-US/ga/ListCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:56.3788013Z [00:02:03.107]➜  			"en-US/ga/ListCustomRoutingEndpointGroups.json",
2025-08-20T19:15:56.3788416Z [00:02:03.107]➜  			"en-US/ga/ListCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:56.3788722Z [00:02:03.107]➜  			"en-US/ga/ListCustomRoutingEndpoints.json",
2025-08-20T19:15:56.3789039Z [00:02:03.107]➜  			"en-US/ga/ListCustomRoutingPortMappings.json",
2025-08-20T19:15:56.3789451Z [00:02:03.107]➜  			"en-US/ga/ListCustomRoutingPortMappingsByDestination.json",
2025-08-20T19:15:56.3789693Z [00:02:03.107]➜  			"en-US/ga/ListDomains.json",
2025-08-20T19:15:56.3790057Z [00:02:03.107]➜  			"en-US/ga/ListEndpointGroupIpAddressCidrBlocks.json",
2025-08-20T19:15:56.3790330Z [00:02:03.107]➜  			"en-US/ga/ListEndpointGroups.json",
2025-08-20T19:15:56.3790595Z [00:02:03.107]➜  			"en-US/ga/ListForwardingRules.json",
2025-08-20T19:15:56.3790823Z [00:02:03.107]➜  			"en-US/ga/ListIpSets.json",
2025-08-20T19:15:56.3791061Z [00:02:03.107]➜  			"en-US/ga/ListIspTypes.json",
2025-08-20T19:15:56.3791345Z [00:02:03.107]➜  			"en-US/ga/ListListenerCertificates.json",
2025-08-20T19:15:56.3791588Z [00:02:03.107]➜  			"en-US/ga/ListListeners.json",
2025-08-20T19:15:56.3791824Z [00:02:03.107]➜  			"en-US/ga/ListSpareIps.json",
2025-08-20T19:15:56.3792129Z [00:02:03.107]➜  			"en-US/ga/ListSystemSecurityPolicies.json",
2025-08-20T19:15:56.3792534Z [00:02:03.107]➜  			"en-US/ga/ListTagResources.json",
2025-08-20T19:15:56.3792831Z [00:02:03.107]➜  			"en-US/ga/OpenAcceleratorService.json",
2025-08-20T19:15:56.3793171Z [00:02:03.107]➜  			"en-US/ga/QueryCrossBorderApprovalStatus.json",
2025-08-20T19:15:56.3793451Z [00:02:03.107]➜  			"en-US/ga/RemoveEntriesFromAcl.json",
2025-08-20T19:15:56.3793916Z [00:02:03.107]➜  			"en-US/ga/ReplaceBandwidthPackage.json",
2025-08-20T19:15:56.3794162Z [00:02:03.107]➜  			"en-US/ga/TagResources.json",
2025-08-20T19:15:56.3794403Z [00:02:03.107]➜  			"en-US/ga/UntagResources.json",
2025-08-20T19:15:56.3794670Z [00:02:03.107]➜  			"en-US/ga/UpdateAccelerator.json",
2025-08-20T19:15:56.3795024Z [00:02:03.107]➜  			"en-US/ga/UpdateAcceleratorAutoRenewAttribute.json",
2025-08-20T19:15:56.3795322Z [00:02:03.108]➜  			"en-US/ga/UpdateAcceleratorConfirm.json",
2025-08-20T19:15:56.3795657Z [00:02:03.108]➜  			"en-US/ga/UpdateAcceleratorCrossBorderMode.json",
2025-08-20T19:15:56.3796011Z [00:02:03.108]➜  			"en-US/ga/UpdateAcceleratorCrossBorderStatus.json",
2025-08-20T19:15:56.3796268Z [00:02:03.108]➜  			"en-US/ga/UpdateAclAttribute.json",
2025-08-20T19:15:56.3796675Z [00:02:03.108]➜  			"en-US/ga/UpdateAdditionalCertificateWithListener.json",
2025-08-20T19:15:56.3796965Z [00:02:03.108]➜  			"en-US/ga/UpdateApplicationMonitor.json",
2025-08-20T19:15:56.3797372Z [00:02:03.108]➜  			"en-US/ga/UpdateBandwidthPackagaAutoRenewAttribute.json",
2025-08-20T19:15:56.3797649Z [00:02:03.108]➜  			"en-US/ga/UpdateBandwidthPackage.json",
2025-08-20T19:15:56.3797929Z [00:02:03.108]➜  			"en-US/ga/UpdateBasicAccelerator.json",
2025-08-20T19:15:56.3798195Z [00:02:03.108]➜  			"en-US/ga/UpdateBasicEndpoint.json",
2025-08-20T19:15:56.3798486Z [00:02:03.108]➜  			"en-US/ga/UpdateBasicEndpointGroup.json",
2025-08-20T19:15:56.3798744Z [00:02:03.108]➜  			"en-US/ga/UpdateBasicIpSet.json",
2025-08-20T19:15:56.3799154Z [00:02:03.108]➜  			"en-US/ga/UpdateCustomRoutingEndpointGroupAttribute.json",
2025-08-20T19:15:56.3799588Z [00:02:03.108]➜  			"en-US/ga/UpdateCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:56.3800162Z [00:02:03.108]➜  			"en-US/ga/UpdateCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:56.3800483Z [00:02:03.108]➜  			"en-US/ga/UpdateCustomRoutingEndpoints.json",
2025-08-20T19:15:56.3800731Z [00:02:03.108]➜  			"en-US/ga/UpdateDomain.json",
2025-08-20T19:15:56.3800992Z [00:02:03.108]➜  			"en-US/ga/UpdateDomainState.json",
2025-08-20T19:15:56.3801252Z [00:02:03.108]➜  			"en-US/ga/UpdateEndpointGroup.json",
2025-08-20T19:15:56.3801565Z [00:02:03.108]➜  			"en-US/ga/UpdateEndpointGroupAttribute.json",
2025-08-20T19:15:56.3801832Z [00:02:03.108]➜  			"en-US/ga/UpdateEndpointGroups.json",
2025-08-20T19:15:56.3802109Z [00:02:03.108]➜  			"en-US/ga/UpdateForwardingRules.json",
2025-08-20T19:15:56.3802338Z [00:02:03.108]➜  			"en-US/ga/UpdateIpSet.json",
2025-08-20T19:15:56.3802752Z [00:02:03.108]➜  			"en-US/ga/UpdateIpSets.json",
2025-08-20T19:15:56.3803015Z [00:02:03.108]➜  			"en-US/ga/UpdateListener.json",
2025-08-20T19:15:56.3803341Z [00:02:03.108]➜  			"en-US/ga/UpdateServiceManagedControl.json",
2025-08-20T19:15:56.3803582Z [00:02:03.108]➜  			"en-US/ga/version.json",
2025-08-20T19:15:56.3803886Z [00:02:03.108]➜  			"en-US/goodstech/ClassifyCommodity.json",
2025-08-20T19:15:56.3804140Z [00:02:03.108]➜  			"en-US/goodstech/version.json",
2025-08-20T19:15:56.3804476Z [00:02:03.108]➜  			"en-US/gpdb/DescribeDBInstanceForDms.json",
2025-08-20T19:15:56.3804822Z [00:02:03.108]➜  			"en-US/gpdb/DescribeDBInstanceSecurityIps.json",
2025-08-20T19:15:56.3805138Z [00:02:03.108]➜  			"en-US/gpdb/DescribeDBInstancesForDms.json",
2025-08-20T19:15:56.3805454Z [00:02:03.108]➜  			"en-US/gpdb/ModifyDBInstanceSecurityIps.json",
2025-08-20T19:15:56.3805679Z [00:02:03.108]➜  			"en-US/gpdb/version.json",
2025-08-20T19:15:56.3805903Z [00:02:03.108]➜  			"en-US/green/version.json",
2025-08-20T19:15:56.3806172Z [00:02:03.108]➜  			"en-US/hbase/AddUserHdfsInfo.json",
2025-08-20T19:15:56.3806507Z [00:02:03.108]➜  			"en-US/hbase/AllocatePublicNetworkAddress.json",
2025-08-20T19:15:56.3806831Z [00:02:03.108]➜  			"en-US/hbase/CancelActiveOperationTasks.json",
2025-08-20T19:15:56.3807145Z [00:02:03.108]➜  			"en-US/hbase/CheckComponentsVersion.json",
2025-08-20T19:15:56.3807395Z [00:02:03.108]➜  			"en-US/hbase/CloseBackup.json",
2025-08-20T19:15:56.3807824Z [00:02:03.108]➜  			"en-US/hbase/ConvertInstance.json",
2025-08-20T19:15:56.3808093Z [00:02:03.108]➜  			"en-US/hbase/CreateBackupPlan.json",
2025-08-20T19:15:56.3808345Z [00:02:03.108]➜  			"en-US/hbase/CreateCluster.json",
2025-08-20T19:15:56.3808633Z [00:02:03.108]➜  			"en-US/hbase/CreateGlobalResource.json",
2025-08-20T19:15:56.3808913Z [00:02:03.108]➜  			"en-US/hbase/CreateHBaseSlbServer.json",
2025-08-20T19:15:56.3809177Z [00:02:03.108]➜  			"en-US/hbase/CreateHbaseHaSlb.json",
2025-08-20T19:15:56.3809464Z [00:02:03.108]➜  			"en-US/hbase/CreateMultiZoneCluster.json",
2025-08-20T19:15:56.3809732Z [00:02:03.108]➜  			"en-US/hbase/CreateRestorePlan.json",
2025-08-20T19:15:56.3810027Z [00:02:03.108]➜  			"en-US/hbase/CreateServerlessCluster.json",
2025-08-20T19:15:56.3810311Z [00:02:03.108]➜  			"en-US/hbase/DeleteGlobalResource.json",
2025-08-20T19:15:56.3810579Z [00:02:03.108]➜  			"en-US/hbase/DeleteHBaseHaDB.json",
2025-08-20T19:15:56.3810860Z [00:02:03.108]➜  			"en-US/hbase/DeleteHBaseSlbServer.json",
2025-08-20T19:15:56.3811129Z [00:02:03.108]➜  			"en-US/hbase/DeleteHbaseHaSlb.json",
2025-08-20T19:15:56.3811381Z [00:02:03.108]➜  			"en-US/hbase/DeleteInstance.json",
2025-08-20T19:15:56.3811678Z [00:02:03.108]➜  			"en-US/hbase/DeleteMultiZoneCluster.json",
2025-08-20T19:15:56.3811973Z [00:02:03.108]➜  			"en-US/hbase/DeleteServerlessCluster.json",
2025-08-20T19:15:56.3812245Z [00:02:03.108]➜  			"en-US/hbase/DeleteUserHdfsInfo.json",
2025-08-20T19:15:56.3812769Z [00:02:03.108]➜  			"en-US/hbase/DescribeActiveOperationTaskType.json",
2025-08-20T19:15:56.3813111Z [00:02:03.108]➜  			"en-US/hbase/DescribeActiveOperationTasks.json",
2025-08-20T19:15:56.3813418Z [00:02:03.108]➜  			"en-US/hbase/DescribeAvailableResource.json",
2025-08-20T19:15:56.3813725Z [00:02:03.108]➜  			"en-US/hbase/DescribeBackupPlanConfig.json",
2025-08-20T19:15:56.3814170Z [00:02:03.108]➜  			"en-US/hbase/DescribeBackupPolicy.json",
2025-08-20T19:15:56.3814462Z [00:02:03.108]➜  			"en-US/hbase/DescribeBackupStatus.json",
2025-08-20T19:15:56.3814757Z [00:02:03.108]➜  			"en-US/hbase/DescribeBackupSummary.json",
2025-08-20T19:15:56.3815034Z [00:02:03.108]➜  			"en-US/hbase/DescribeBackupTables.json",
2025-08-20T19:15:56.3815294Z [00:02:03.108]➜  			"en-US/hbase/DescribeBackups.json",
2025-08-20T19:15:56.3815606Z [00:02:03.108]➜  			"en-US/hbase/DescribeClusterConnection.json",
2025-08-20T19:15:56.3815881Z [00:02:03.108]➜  			"en-US/hbase/DescribeColdStorage.json",
2025-08-20T19:15:56.3816185Z [00:02:03.108]➜  			"en-US/hbase/DescribeDBInstanceUsage.json",
2025-08-20T19:15:56.3816480Z [00:02:03.108]➜  			"en-US/hbase/DescribeDeletedInstances.json",
2025-08-20T19:15:56.3816776Z [00:02:03.108]➜  			"en-US/hbase/DescribeDiskWarningLine.json",
2025-08-20T19:15:56.3817039Z [00:02:03.108]➜  			"en-US/hbase/DescribeEndpoints.json",
2025-08-20T19:15:56.3817318Z [00:02:03.108]➜  			"en-US/hbase/DescribeInstance.json",
2025-08-20T19:15:56.3817589Z [00:02:03.108]➜  			"en-US/hbase/DescribeInstanceType.json",
2025-08-20T19:15:56.3817866Z [00:02:03.108]➜  			"en-US/hbase/DescribeInstances.json",
2025-08-20T19:15:56.3818136Z [00:02:03.108]➜  			"en-US/hbase/DescribeIpWhitelist.json",
2025-08-20T19:15:56.3818499Z [00:02:03.108]➜  			"en-US/hbase/DescribeMultiZoneAvailableRegions.json",
2025-08-20T19:15:56.3818854Z [00:02:03.108]➜  			"en-US/hbase/DescribeMultiZoneAvailableResource.json",
2025-08-20T19:15:56.3819160Z [00:02:03.108]➜  			"en-US/hbase/DescribeMultiZoneCluster.json",
2025-08-20T19:15:56.3819482Z [00:02:03.108]➜  			"en-US/hbase/DescribeRecoverableTimeRange.json",
2025-08-20T19:15:56.3819744Z [00:02:03.108]➜  			"en-US/hbase/DescribeRegions.json",
2025-08-20T19:15:56.3820053Z [00:02:03.108]➜  			"en-US/hbase/DescribeRestoreFullDetails.json",
2025-08-20T19:15:56.3820361Z [00:02:03.108]➜  			"en-US/hbase/DescribeRestoreIncrDetail.json",
2025-08-20T19:15:56.3820695Z [00:02:03.108]➜  			"en-US/hbase/DescribeRestoreSchemaDetails.json",
2025-08-20T19:15:56.3820989Z [00:02:03.108]➜  			"en-US/hbase/DescribeRestoreSummary.json",
2025-08-20T19:15:56.3821434Z [00:02:03.108]➜  			"en-US/hbase/DescribeRestoreTables.json",
2025-08-20T19:15:56.3821733Z [00:02:03.108]➜  			"en-US/hbase/DescribeSecurityGroups.json",
2025-08-20T19:15:56.3822037Z [00:02:03.108]➜  			"en-US/hbase/DescribeServerlessCluster.json",
2025-08-20T19:15:56.3822305Z [00:02:03.108]➜  			"en-US/hbase/DescribeSubDomain.json",
2025-08-20T19:15:56.3822732Z [00:02:03.108]➜  			"en-US/hbase/EnableHBaseueBackup.json",
2025-08-20T19:15:56.3823016Z [00:02:03.108]➜  			"en-US/hbase/EnableHBaseueModule.json",
2025-08-20T19:15:56.3823333Z [00:02:03.108]➜  			"en-US/hbase/EvaluateMultiZoneResource.json",
2025-08-20T19:15:56.3823639Z [00:02:03.108]➜  			"en-US/hbase/GetMultimodeCmsUrl.json",
2025-08-20T19:15:56.3823939Z [00:02:03.108]➜  			"en-US/hbase/ListHBaseInstances.json",
2025-08-20T19:15:56.3824355Z [00:02:03.108]➜  			"en-US/hbase/ListInstanceServiceConfigHistories.json",
2025-08-20T19:15:56.3824906Z [00:02:03.108]➜  			"en-US/hbase/ListInstanceServiceConfigurations.json",
2025-08-20T19:15:56.3825218Z [00:02:03.108]➜  			"en-US/hbase/ListTagResources.json",
2025-08-20T19:15:56.3825470Z [00:02:03.109]➜  			"en-US/hbase/ListTags.json",
2025-08-20T19:15:56.3825806Z [00:02:03.109]➜  			"en-US/hbase/ModifyActiveOperationTasks.json",
2025-08-20T19:15:56.3826113Z [00:02:03.109]➜  			"en-US/hbase/ModifyBackupPlanConfig.json",
2025-08-20T19:15:56.3826419Z [00:02:03.109]➜  			"en-US/hbase/ModifyBackupPolicy.json",
2025-08-20T19:15:56.3826788Z [00:02:03.109]➜  			"en-US/hbase/ModifyClusterDeletionProtection.json",
2025-08-20T19:15:56.3827090Z [00:02:03.109]➜  			"en-US/hbase/ModifyDiskWarningLine.json",
2025-08-20T19:15:56.3827418Z [00:02:03.109]➜  			"en-US/hbase/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:56.3827701Z [00:02:03.109]➜  			"en-US/hbase/ModifyInstanceName.json",
2025-08-20T19:15:56.3828211Z [00:02:03.109]➜  			"en-US/hbase/ModifyInstanceServiceConfig.json",
2025-08-20T19:15:56.3828509Z [00:02:03.109]➜  			"en-US/hbase/ModifyInstanceType.json",
2025-08-20T19:15:56.3828801Z [00:02:03.109]➜  			"en-US/hbase/ModifyIpWhitelist.json",
2025-08-20T19:15:56.3829167Z [00:02:03.109]➜  			"en-US/hbase/ModifyMultiZoneClusterNodeType.json",
2025-08-20T19:15:56.3829465Z [00:02:03.109]➜  			"en-US/hbase/ModifySecurityGroups.json",
2025-08-20T19:15:56.3829791Z [00:02:03.109]➜  			"en-US/hbase/ModifyUIAccountPassword.json",
2025-08-20T19:15:56.3830073Z [00:02:03.109]➜  			"en-US/hbase/MoveResourceGroup.json",
2025-08-20T19:15:56.3830342Z [00:02:03.109]➜  			"en-US/hbase/OpenBackup.json",
2025-08-20T19:15:56.3830626Z [00:02:03.109]➜  			"en-US/hbase/PurgeInstance.json",
2025-08-20T19:15:56.3830903Z [00:02:03.109]➜  			"en-US/hbase/QueryHBaseHaDB.json",
2025-08-20T19:15:56.3831210Z [00:02:03.109]➜  			"en-US/hbase/QueryXpackRelateDB.json",
2025-08-20T19:15:56.3831502Z [00:02:03.109]➜  			"en-US/hbase/RelateDbForHBaseHa.json",
2025-08-20T19:15:56.3831864Z [00:02:03.109]➜  			"en-US/hbase/ReleasePublicNetworkAddress.json",
2025-08-20T19:15:56.3832128Z [00:02:03.109]➜  			"en-US/hbase/RenewInstance.json",
2025-08-20T19:15:56.3832568Z [00:02:03.109]➜  			"en-US/hbase/ResizeColdStorageSize.json",
2025-08-20T19:15:56.3832843Z [00:02:03.109]➜  			"en-US/hbase/ResizeDiskSize.json",
2025-08-20T19:15:56.3833206Z [00:02:03.109]➜  			"en-US/hbase/ResizeMultiZoneClusterDiskSize.json",
2025-08-20T19:15:56.3833568Z [00:02:03.109]➜  			"en-US/hbase/ResizeMultiZoneClusterNodeCount.json",
2025-08-20T19:15:56.3833848Z [00:02:03.109]➜  			"en-US/hbase/ResizeNodeCount.json",
2025-08-20T19:15:56.3834114Z [00:02:03.109]➜  			"en-US/hbase/RestartInstance.json",
2025-08-20T19:15:56.3834401Z [00:02:03.109]➜  			"en-US/hbase/SwitchHbaseHaSlb.json",
2025-08-20T19:15:56.3834661Z [00:02:03.109]➜  			"en-US/hbase/SwitchService.json",
2025-08-20T19:15:56.3834930Z [00:02:03.109]➜  			"en-US/hbase/TagResources.json",
2025-08-20T19:15:56.3835207Z [00:02:03.109]➜  			"en-US/hbase/UnTagResources.json",
2025-08-20T19:15:56.3835508Z [00:02:03.109]➜  			"en-US/hbase/UpgradeMinorVersion.json",
2025-08-20T19:15:56.3836023Z [00:02:03.109]➜  			"en-US/hbase/UpgradeMultiZoneCluster.json",
2025-08-20T19:15:56.3836284Z [00:02:03.109]➜  			"en-US/hbase/XpackRelateDB.json",
2025-08-20T19:15:56.3836570Z [00:02:03.109]➜  			"en-US/hbase/version.json",
2025-08-20T19:15:56.3836833Z [00:02:03.109]➜  			"en-US/httpdns/AddDomain.json",
2025-08-20T19:15:56.3837102Z [00:02:03.109]➜  			"en-US/httpdns/DeleteDomain.json",
2025-08-20T19:15:56.3837386Z [00:02:03.109]➜  			"en-US/httpdns/DescribeDomains.json",
2025-08-20T19:15:56.3837665Z [00:02:03.109]➜  			"en-US/httpdns/GetAccountInfo.json",
2025-08-20T19:15:56.3837993Z [00:02:03.109]➜  			"en-US/httpdns/GetResolveCountSummary.json",
2025-08-20T19:15:56.3838303Z [00:02:03.109]➜  			"en-US/httpdns/GetResolveStatistics.json",
2025-08-20T19:15:56.3838559Z [00:02:03.109]➜  			"en-US/httpdns/ListDomains.json",
2025-08-20T19:15:56.3838823Z [00:02:03.109]➜  			"en-US/httpdns/version.json",
2025-08-20T19:15:56.3839095Z [00:02:03.109]➜  			"en-US/imageaudit/ScanImage.json",
2025-08-20T19:15:56.3839352Z [00:02:03.109]➜  			"en-US/imageaudit/ScanText.json",
2025-08-20T19:15:56.3839632Z [00:02:03.109]➜  			"en-US/imageaudit/version.json",
2025-08-20T19:15:56.3839942Z [00:02:03.109]➜  			"en-US/imageenhan/AssessComposition.json",
2025-08-20T19:15:56.3840234Z [00:02:03.109]➜  			"en-US/imageenhan/AssessExposure.json",
2025-08-20T19:15:56.3840526Z [00:02:03.109]➜  			"en-US/imageenhan/AssessSharpness.json",
2025-08-20T19:15:56.3840822Z [00:02:03.109]➜  			"en-US/imageenhan/ChangeImageSize.json",
2025-08-20T19:15:56.3841104Z [00:02:03.109]➜  			"en-US/imageenhan/ColorizeImage.json",
2025-08-20T19:15:56.3841409Z [00:02:03.109]➜  			"en-US/imageenhan/EnhanceImageColor.json",
2025-08-20T19:15:56.3841685Z [00:02:03.109]➜  			"en-US/imageenhan/ErasePerson.json",
2025-08-20T19:15:56.3841989Z [00:02:03.109]➜  			"en-US/imageenhan/ExtendImageStyle.json",
2025-08-20T19:15:56.3842666Z [00:02:03.109]➜  			"en-US/imageenhan/GenerateCartoonizedImage.json",
2025-08-20T19:15:56.3843029Z [00:02:03.109]➜  			"en-US/imageenhan/GenerateDynamicImage.json",
2025-08-20T19:15:56.3843374Z [00:02:03.109]➜  			"en-US/imageenhan/GenerateImageWithText.json",
2025-08-20T19:15:56.3843765Z [00:02:03.109]➜  			"en-US/imageenhan/GenerateImageWithTextAndImage.json",
2025-08-20T19:15:56.3844140Z [00:02:03.109]➜  			"en-US/imageenhan/GenerateSuperResolutionImage.json",
2025-08-20T19:15:56.3844453Z [00:02:03.109]➜  			"en-US/imageenhan/GetAsyncJobResult.json",
2025-08-20T19:15:56.3844823Z [00:02:03.109]➜  			"en-US/imageenhan/ImageBlindCharacterWatermark.json",
2025-08-20T19:15:56.3845159Z [00:02:03.109]➜  			"en-US/imageenhan/ImageBlindPicWatermark.json",
2025-08-20T19:15:56.3845462Z [00:02:03.109]➜  			"en-US/imageenhan/ImitatePhotoStyle.json",
2025-08-20T19:15:56.3845789Z [00:02:03.109]➜  			"en-US/imageenhan/IntelligentComposition.json",
2025-08-20T19:15:56.3846158Z [00:02:03.109]➜  			"en-US/imageenhan/MakeSuperResolutionImage.json",
2025-08-20T19:15:56.3846449Z [00:02:03.109]➜  			"en-US/imageenhan/RecolorHDImage.json",
2025-08-20T19:15:56.3846748Z [00:02:03.109]➜  			"en-US/imageenhan/RecolorImage.json",
2025-08-20T19:15:56.3847065Z [00:02:03.109]➜  			"en-US/imageenhan/RemoveImageSubtitles.json",
2025-08-20T19:15:56.3847389Z [00:02:03.109]➜  			"en-US/imageenhan/RemoveImageWatermark.json",
2025-08-20T19:15:56.3847652Z [00:02:03.109]➜  			"en-US/imageenhan/version.json",
2025-08-20T19:15:56.3847966Z [00:02:03.109]➜  			"en-US/imagerecog/ClassifyingRubbish.json",
2025-08-20T19:15:56.3848311Z [00:02:03.109]➜  			"en-US/imagerecog/DetectImageElements.json",
2025-08-20T19:15:56.3848683Z [00:02:03.109]➜  			"en-US/imagerecog/EvaluateCertificateQuality.json",
2025-08-20T19:15:56.3848985Z [00:02:03.109]➜  			"en-US/imagerecog/GetAsyncJobResult.json",
2025-08-20T19:15:56.3849273Z [00:02:03.109]➜  			"en-US/imagerecog/RecognizeFood.json",
2025-08-20T19:15:56.3849588Z [00:02:03.109]➜  			"en-US/imagerecog/RecognizeImageColor.json",
2025-08-20T19:15:56.3849915Z [00:02:03.109]➜  			"en-US/imagerecog/RecognizeImageStyle.json",
2025-08-20T19:15:56.3850213Z [00:02:03.109]➜  			"en-US/imagerecog/RecognizeScene.json",
2025-08-20T19:15:56.3850671Z [00:02:03.109]➜  			"en-US/imagerecog/TaggingAdImage.json",
2025-08-20T19:15:56.3850952Z [00:02:03.109]➜  			"en-US/imagerecog/TaggingImage.json",
2025-08-20T19:15:56.3851221Z [00:02:03.109]➜  			"en-US/imagerecog/version.json",
2025-08-20T19:15:56.3851477Z [00:02:03.109]➜  			"en-US/imageseg/ChangeSky.json",
2025-08-20T19:15:56.3851784Z [00:02:03.109]➜  			"en-US/imageseg/GetAsyncJobResult.json",
2025-08-20T19:15:56.3852044Z [00:02:03.109]➜  			"en-US/imageseg/ParseFace.json",
2025-08-20T19:15:56.3852314Z [00:02:03.109]➜  			"en-US/imageseg/RefineMask.json",
2025-08-20T19:15:56.3852731Z [00:02:03.109]➜  			"en-US/imageseg/SegmentBody.json",
2025-08-20T19:15:56.3853015Z [00:02:03.109]➜  			"en-US/imageseg/SegmentCloth.json",
2025-08-20T19:15:56.3853317Z [00:02:03.109]➜  			"en-US/imageseg/SegmentCommodity.json",
2025-08-20T19:15:56.3853624Z [00:02:03.109]➜  			"en-US/imageseg/SegmentCommonImage.json",
2025-08-20T19:15:56.3853901Z [00:02:03.109]➜  			"en-US/imageseg/SegmentFood.json",
2025-08-20T19:15:56.3854181Z [00:02:03.109]➜  			"en-US/imageseg/SegmentHDBody.json",
2025-08-20T19:15:56.3854498Z [00:02:03.109]➜  			"en-US/imageseg/SegmentHDCommonImage.json",
2025-08-20T19:15:56.3854776Z [00:02:03.109]➜  			"en-US/imageseg/SegmentHDSky.json",
2025-08-20T19:15:56.3855039Z [00:02:03.109]➜  			"en-US/imageseg/SegmentHair.json",
2025-08-20T19:15:56.3855312Z [00:02:03.109]➜  			"en-US/imageseg/SegmentHead.json",
2025-08-20T19:15:56.3855578Z [00:02:03.109]➜  			"en-US/imageseg/SegmentScene.json",
2025-08-20T19:15:56.3855845Z [00:02:03.109]➜  			"en-US/imageseg/SegmentSkin.json",
2025-08-20T19:15:56.3856106Z [00:02:03.109]➜  			"en-US/imageseg/SegmentSky.json",
2025-08-20T19:15:56.3856359Z [00:02:03.109]➜  			"en-US/imageseg/version.json",
2025-08-20T19:15:56.3856835Z [00:02:03.109]➜  			"en-US/ims/AddClientIdToOIDCProvider.json",
2025-08-20T19:15:56.3857196Z [00:02:03.109]➜  			"en-US/ims/AddFingerprintToOIDCProvider.json",
2025-08-20T19:15:56.3857477Z [00:02:03.109]➜  			"en-US/ims/AddUserToGroup.json",
2025-08-20T19:15:56.3857744Z [00:02:03.109]➜  			"en-US/ims/BindMFADevice.json",
2025-08-20T19:15:56.3858006Z [00:02:03.109]➜  			"en-US/ims/ChangePassword.json",
2025-08-20T19:15:56.3858271Z [00:02:03.109]➜  			"en-US/ims/CreateAccessKey.json",
2025-08-20T19:15:56.3858548Z [00:02:03.109]➜  			"en-US/ims/CreateAppSecret.json",
2025-08-20T19:15:56.3858835Z [00:02:03.109]➜  			"en-US/ims/CreateApplication.json",
2025-08-20T19:15:56.3859096Z [00:02:03.109]➜  			"en-US/ims/CreateGroup.json",
2025-08-20T19:15:56.3859372Z [00:02:03.109]➜  			"en-US/ims/CreateLoginProfile.json",
2025-08-20T19:15:56.3859665Z [00:02:03.109]➜  			"en-US/ims/CreateOIDCProvider.json",
2025-08-20T19:15:56.3859944Z [00:02:03.109]➜  			"en-US/ims/CreateSAMLProvider.json",
2025-08-20T19:15:56.3860210Z [00:02:03.109]➜  			"en-US/ims/CreateUser.json",
2025-08-20T19:15:56.3860514Z [00:02:03.109]➜  			"en-US/ims/CreateVirtualMFADevice.json",
2025-08-20T19:15:56.3860782Z [00:02:03.109]➜  			"en-US/ims/DeleteAccessKey.json",
2025-08-20T19:15:56.3861051Z [00:02:03.109]➜  			"en-US/ims/DeleteAppSecret.json",
2025-08-20T19:15:56.3861326Z [00:02:03.109]➜  			"en-US/ims/DeleteApplication.json",
2025-08-20T19:15:56.3861565Z [00:02:03.109]➜  			"en-US/ims/DeleteGroup.json",
2025-08-20T19:15:56.3861842Z [00:02:03.109]➜  			"en-US/ims/DeleteLoginProfile.json",
2025-08-20T19:15:56.3862125Z [00:02:03.109]➜  			"en-US/ims/DeleteOIDCProvider.json",
2025-08-20T19:15:56.3862629Z [00:02:03.109]➜  			"en-US/ims/DeleteSAMLProvider.json",
2025-08-20T19:15:56.3862893Z [00:02:03.109]➜  			"en-US/ims/DeleteUser.json",
2025-08-20T19:15:56.3863207Z [00:02:03.109]➜  			"en-US/ims/DeleteVirtualMFADevice.json",
2025-08-20T19:15:56.3863491Z [00:02:03.109]➜  			"en-US/ims/DisableVirtualMFA.json",
2025-08-20T19:15:56.3863828Z [00:02:03.109]➜  			"en-US/ims/GenerateCredentialReport.json",
2025-08-20T19:15:56.3864117Z [00:02:03.109]➜  			"en-US/ims/GetAccessKeyLastUsed.json",
2025-08-20T19:15:56.3864397Z [00:02:03.109]➜  			"en-US/ims/GetAccountMFAInfo.json",
2025-08-20T19:15:56.3864968Z [00:02:03.109]➜  			"en-US/ims/GetAccountSecurityPracticeReport.json",
2025-08-20T19:15:56.3865249Z [00:02:03.109]➜  			"en-US/ims/GetAccountSummary.json",
2025-08-20T19:15:56.3865508Z [00:02:03.109]➜  			"en-US/ims/GetAppSecret.json",
2025-08-20T19:15:56.3865778Z [00:02:03.109]➜  			"en-US/ims/GetApplication.json",
2025-08-20T19:15:56.3866065Z [00:02:03.109]➜  			"en-US/ims/GetCredentialReport.json",
2025-08-20T19:15:56.3866343Z [00:02:03.109]➜  			"en-US/ims/GetDefaultDomain.json",
2025-08-20T19:15:56.3866581Z [00:02:03.109]➜  			"en-US/ims/GetGroup.json",
2025-08-20T19:15:56.3866854Z [00:02:03.109]➜  			"en-US/ims/GetLoginProfile.json",
2025-08-20T19:15:56.3867114Z [00:02:03.109]➜  			"en-US/ims/GetOIDCProvider.json",
2025-08-20T19:15:56.3867394Z [00:02:03.109]➜  			"en-US/ims/GetPasswordPolicy.json",
2025-08-20T19:15:56.3867714Z [00:02:03.109]➜  			"en-US/ims/GetSAMLProvider.json",
2025-08-20T19:15:56.3868008Z [00:02:03.109]➜  			"en-US/ims/GetSecurityPreference.json",
2025-08-20T19:15:56.3868247Z [00:02:03.109]➜  			"en-US/ims/GetUser.json",
2025-08-20T19:15:56.3868511Z [00:02:03.109]➜  			"en-US/ims/GetUserMFAInfo.json",
2025-08-20T19:15:56.3868791Z [00:02:03.109]➜  			"en-US/ims/GetUserSsoSettings.json",
2025-08-20T19:15:56.3869036Z [00:02:03.109]➜  			"en-US/ims/ListAccessKeys.json",
2025-08-20T19:15:56.3869326Z [00:02:03.109]➜  			"en-US/ims/ListAppSecretIds.json",
2025-08-20T19:15:56.3869586Z [00:02:03.109]➜  			"en-US/ims/ListApplications.json",
2025-08-20T19:15:56.3869842Z [00:02:03.109]➜  			"en-US/ims/ListGroups.json",
2025-08-20T19:15:56.3870121Z [00:02:03.109]➜  			"en-US/ims/ListGroupsForUser.json",
2025-08-20T19:15:56.3870401Z [00:02:03.109]➜  			"en-US/ims/ListOIDCProviders.json",
2025-08-20T19:15:56.3870701Z [00:02:03.109]➜  			"en-US/ims/ListPredefinedScopes.json",
2025-08-20T19:15:56.3871160Z [00:02:03.109]➜  			"en-US/ims/ListSAMLProviders.json",
2025-08-20T19:15:56.3871441Z [00:02:03.109]➜  			"en-US/ims/ListTagResources.json",
2025-08-20T19:15:56.3871747Z [00:02:03.109]➜  			"en-US/ims/ListUserBasicInfos.json",
2025-08-20T19:15:56.3871990Z [00:02:03.109]➜  			"en-US/ims/ListUsers.json",
2025-08-20T19:15:56.3872270Z [00:02:03.109]➜  			"en-US/ims/ListUsersForGroup.json",
2025-08-20T19:15:56.3872740Z [00:02:03.109]➜  			"en-US/ims/ListVirtualMFADevices.json",
2025-08-20T19:15:56.3873112Z [00:02:03.109]➜  			"en-US/ims/RemoveClientIdFromOIDCProvider.json",
2025-08-20T19:15:56.3873495Z [00:02:03.109]➜  			"en-US/ims/RemoveFingerprintFromOIDCProvider.json",
2025-08-20T19:15:56.3873794Z [00:02:03.109]➜  			"en-US/ims/RemoveUserFromGroup.json",
2025-08-20T19:15:56.3874065Z [00:02:03.109]➜  			"en-US/ims/SetDefaultDomain.json",
2025-08-20T19:15:56.3874347Z [00:02:03.109]➜  			"en-US/ims/SetPasswordPolicy.json",
2025-08-20T19:15:56.3874642Z [00:02:03.109]➜  			"en-US/ims/SetSecurityPreference.json",
2025-08-20T19:15:56.3874943Z [00:02:03.109]➜  			"en-US/ims/SetUserSsoSettings.json",
2025-08-20T19:15:56.3875202Z [00:02:03.109]➜  			"en-US/ims/TagResources.json",
2025-08-20T19:15:56.3875487Z [00:02:03.109]➜  			"en-US/ims/UnbindMFADevice.json",
2025-08-20T19:15:56.3875750Z [00:02:03.109]➜  			"en-US/ims/UntagResources.json",
2025-08-20T19:15:56.3876021Z [00:02:03.109]➜  			"en-US/ims/UpdateAccessKey.json",
2025-08-20T19:15:56.3876299Z [00:02:03.109]➜  			"en-US/ims/UpdateApplication.json",
2025-08-20T19:15:56.3876556Z [00:02:03.109]➜  			"en-US/ims/UpdateGroup.json",
2025-08-20T19:15:56.3876835Z [00:02:03.109]➜  			"en-US/ims/UpdateLoginProfile.json",
2025-08-20T19:15:56.3877113Z [00:02:03.109]➜  			"en-US/ims/UpdateOIDCProvider.json",
2025-08-20T19:15:56.3877381Z [00:02:03.109]➜  			"en-US/ims/UpdateSAMLProvider.json",
2025-08-20T19:15:56.3877635Z [00:02:03.109]➜  			"en-US/ims/UpdateUser.json",
2025-08-20T19:15:56.3877859Z [00:02:03.109]➜  			"en-US/ims/version.json",
2025-08-20T19:15:56.3878237Z [00:02:03.109]➜  			"en-US/iot/AddDataForApiSource.json",
2025-08-20T19:15:56.3878573Z [00:02:03.109]➜  			"en-US/iot/AddDeviceToSharePromotion.json",
2025-08-20T19:15:56.3879055Z [00:02:03.109]➜  			"en-US/iot/AddPowerStation.json",
2025-08-20T19:15:56.3879325Z [00:02:03.109]➜  			"en-US/iot/AddShareTaskDevice.json",
2025-08-20T19:15:56.3879574Z [00:02:03.109]➜  			"en-US/iot/AsyncRRpc.json",
2025-08-20T19:15:56.3879845Z [00:02:03.109]➜  			"en-US/iot/AttachDestination.json",
2025-08-20T19:15:56.3880216Z [00:02:03.109]➜  			"en-US/iot/AttachParserDataSource.json",
2025-08-20T19:15:56.3880542Z [00:02:03.109]➜  			"en-US/iot/BatchAddDataForApiSource.json",
2025-08-20T19:15:56.3880870Z [00:02:03.109]➜  			"en-US/iot/BatchAddDeviceGroupRelations.json",
2025-08-20T19:15:56.3881150Z [00:02:03.109]➜  			"en-US/iot/BatchAddThingTopo.json",
2025-08-20T19:15:56.3881566Z [00:02:03.109]➜  			"en-US/iot/BatchBindDeviceToEdgeInstanceWithDriver.json",
2025-08-20T19:15:56.3881915Z [00:02:03.109]➜  			"en-US/iot/BatchBindDevicesIntoProject.json",
2025-08-20T19:15:56.3882252Z [00:02:03.109]➜  			"en-US/iot/BatchBindProductsIntoProject.json",
2025-08-20T19:15:56.3882744Z [00:02:03.109]➜  			"en-US/iot/BatchCheckDeviceNames.json",
2025-08-20T19:15:56.3883052Z [00:02:03.110]➜  			"en-US/iot/BatchCheckImportDevice.json",
2025-08-20T19:15:56.3883363Z [00:02:03.110]➜  			"en-US/iot/BatchCheckVehicleDevice.json",
2025-08-20T19:15:56.3883731Z [00:02:03.110]➜  			"en-US/iot/BatchClearEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:56.3884045Z [00:02:03.110]➜  			"en-US/iot/BatchCreateSoundCodeLabel.json",
2025-08-20T19:15:56.3884409Z [00:02:03.110]➜  			"en-US/iot/BatchCreateSoundCodeLabelWithLabels.json",
2025-08-20T19:15:56.3884770Z [00:02:03.110]➜  			"en-US/iot/BatchDeleteDeviceGroupRelations.json",
2025-08-20T19:15:56.3885110Z [00:02:03.110]➜  			"en-US/iot/BatchDeleteEdgeInstanceChannel.json",
2025-08-20T19:15:56.3885418Z [00:02:03.110]➜  			"en-US/iot/BatchGetDeviceBindStatus.json",
2025-08-20T19:15:56.3885888Z [00:02:03.110]➜  			"en-US/iot/BatchGetDeviceState.json",
2025-08-20T19:15:56.3886168Z [00:02:03.110]➜  			"en-US/iot/BatchGetEdgeDriver.json",
2025-08-20T19:15:56.3886503Z [00:02:03.110]➜  			"en-US/iot/BatchGetEdgeInstanceChannel.json",
2025-08-20T19:15:56.3886868Z [00:02:03.110]➜  			"en-US/iot/BatchGetEdgeInstanceDeviceChannel.json",
2025-08-20T19:15:56.3887221Z [00:02:03.110]➜  			"en-US/iot/BatchGetEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:56.3887567Z [00:02:03.110]➜  			"en-US/iot/BatchGetEdgeInstanceDeviceDriver.json",
2025-08-20T19:15:56.3887937Z [00:02:03.110]➜  			"en-US/iot/BatchGetEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:56.3888239Z [00:02:03.110]➜  			"en-US/iot/BatchGrayMigrationDevice.json",
2025-08-20T19:15:56.3888519Z [00:02:03.110]➜  			"en-US/iot/BatchImportDevice.json",
2025-08-20T19:15:56.3888839Z [00:02:03.110]➜  			"en-US/iot/BatchImportVehicleDevice.json",
2025-08-20T19:15:56.3889074Z [00:02:03.110]➜  			"en-US/iot/BatchPub.json",
2025-08-20T19:15:56.3889398Z [00:02:03.110]➜  			"en-US/iot/BatchQueryDeviceDetail.json",
2025-08-20T19:15:56.3889683Z [00:02:03.110]➜  			"en-US/iot/BatchRegisterDevice.json",
2025-08-20T19:15:56.3890053Z [00:02:03.110]➜  			"en-US/iot/BatchRegisterDeviceWithApplyId.json",
2025-08-20T19:15:56.3890407Z [00:02:03.110]➜  			"en-US/iot/BatchSetEdgeInstanceDeviceChannel.json",
2025-08-20T19:15:56.3890753Z [00:02:03.110]➜  			"en-US/iot/BatchSetEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:56.3891124Z [00:02:03.110]➜  			"en-US/iot/BatchUnbindDeviceFromEdgeInstance.json",
2025-08-20T19:15:56.3891472Z [00:02:03.110]➜  			"en-US/iot/BatchUnbindProjectDevices.json",
2025-08-20T19:15:56.3891815Z [00:02:03.110]➜  			"en-US/iot/BatchUnbindProjectProducts.json",
2025-08-20T19:15:56.3892109Z [00:02:03.110]➜  			"en-US/iot/BatchUpdateDeviceNickname.json",
2025-08-20T19:15:56.3892655Z [00:02:03.110]➜  			"en-US/iot/BindApplicationToEdgeInstance.json",
2025-08-20T19:15:56.3892986Z [00:02:03.110]➜  			"en-US/iot/BindDriverToEdgeInstance.json",
2025-08-20T19:15:56.3893301Z [00:02:03.110]➜  			"en-US/iot/BindGatewayToEdgeInstance.json",
2025-08-20T19:15:56.3893575Z [00:02:03.110]➜  			"en-US/iot/BindLicenseDevice.json",
2025-08-20T19:15:56.3894119Z [00:02:03.110]➜  			"en-US/iot/BindLicenseProduct.json",
2025-08-20T19:15:56.3894432Z [00:02:03.110]➜  			"en-US/iot/BindRoleToEdgeInstance.json",
2025-08-20T19:15:56.3894743Z [00:02:03.110]➜  			"en-US/iot/BindSceneRuleToEdgeInstance.json",
2025-08-20T19:15:56.3894981Z [00:02:03.110]➜  			"en-US/iot/CancelJob.json",
2025-08-20T19:15:56.3895267Z [00:02:03.110]➜  			"en-US/iot/CancelOTAStrategyByJob.json",
2025-08-20T19:15:56.3895549Z [00:02:03.110]➜  			"en-US/iot/CancelOTATaskByDevice.json",
2025-08-20T19:15:56.3895841Z [00:02:03.110]➜  			"en-US/iot/CancelOTATaskByJob.json",
2025-08-20T19:15:56.3896134Z [00:02:03.110]➜  			"en-US/iot/CancelReleaseProduct.json",
2025-08-20T19:15:56.3896343Z [00:02:03.110]➜  			"en-US/iot/CheckBindLicenseDeviceProgress.json",
2025-08-20T19:15:56.3896558Z [00:02:03.110]➜  			"en-US/iot/ClearDeviceDesiredProperty.json",
2025-08-20T19:15:56.3896889Z [00:02:03.110]➜  			"en-US/iot/ClearEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:56.3897066Z [00:02:03.110]➜  			"en-US/iot/CloseDeviceTunnel.json",
2025-08-20T19:15:56.3897319Z [00:02:03.110]➜  			"en-US/iot/CloseEdgeInstanceDeployment.json",
2025-08-20T19:15:56.3897603Z [00:02:03.110]➜  			"en-US/iot/ConfirmOTATask.json",
2025-08-20T19:15:56.3897770Z [00:02:03.110]➜  			"en-US/iot/CopyThingModel.json",
2025-08-20T19:15:56.3897936Z [00:02:03.110]➜  			"en-US/iot/CopyThingModelAsync.json",
2025-08-20T19:15:56.3898128Z [00:02:03.110]➜  			"en-US/iot/CountSpeechBroadcastHour.json",
2025-08-20T19:15:56.3898397Z [00:02:03.110]➜  			"en-US/iot/CreateConsumerGroup.json",
2025-08-20T19:15:56.3898643Z [00:02:03.110]➜  			"en-US/iot/CreateConsumerGroupSubscribeRelation.json",
2025-08-20T19:15:56.3898808Z [00:02:03.110]➜  			"en-US/iot/CreateDataAPIService.json",
2025-08-20T19:15:56.3899042Z [00:02:03.110]➜  			"en-US/iot/CreateDataSourceItem.json",
2025-08-20T19:15:56.3899452Z [00:02:03.110]➜  			"en-US/iot/CreateDestination.json",
2025-08-20T19:15:56.3899661Z [00:02:03.110]➜  			"en-US/iot/CreateDeviceDistributeJob.json",
2025-08-20T19:15:56.3899853Z [00:02:03.110]➜  			"en-US/iot/CreateDeviceDynamicGroup.json",
2025-08-20T19:15:56.3900018Z [00:02:03.111]➜  			"en-US/iot/CreateDeviceGroup.json",
2025-08-20T19:15:56.3900179Z [00:02:03.111]➜  			"en-US/iot/CreateDeviceTunnel.json",
2025-08-20T19:15:56.3900351Z [00:02:03.111]➜  			"en-US/iot/CreateDownloadDataJob.json",
2025-08-20T19:15:56.3900512Z [00:02:03.111]➜  			"en-US/iot/CreateEdgeDriver.json",
2025-08-20T19:15:56.3900829Z [00:02:03.111]➜  			"en-US/iot/CreateEdgeDriverVersion.json",
2025-08-20T19:15:56.3901134Z [00:02:03.111]➜  			"en-US/iot/CreateEdgeInstance.json",
2025-08-20T19:15:56.3901496Z [00:02:03.111]➜  			"en-US/iot/CreateEdgeInstanceChannel.json",
2025-08-20T19:15:56.3901856Z [00:02:03.111]➜  			"en-US/iot/CreateEdgeInstanceDeployment.json",
2025-08-20T19:15:56.3902253Z [00:02:03.111]➜  			"en-US/iot/CreateEdgeInstanceMessageRouting.json",
2025-08-20T19:15:56.3902753Z [00:02:03.111]➜  			"en-US/iot/CreateEdgeOssPreSignedAddress.json",
2025-08-20T19:15:56.3903017Z [00:02:03.111]➜  			"en-US/iot/CreateJob.json",
2025-08-20T19:15:56.3903325Z [00:02:03.111]➜  			"en-US/iot/CreateLoRaNodesTask.json",
2025-08-20T19:15:56.3903677Z [00:02:03.111]➜  			"en-US/iot/CreateOTADynamicUpgradeJob.json",
2025-08-20T19:15:56.3903970Z [00:02:03.111]➜  			"en-US/iot/CreateOTAFirmware.json",
2025-08-20T19:15:56.3904254Z [00:02:03.111]➜  			"en-US/iot/CreateOTAModule.json",
2025-08-20T19:15:56.3904579Z [00:02:03.111]➜  			"en-US/iot/CreateOTAStaticUpgradeJob.json",
2025-08-20T19:15:56.3904873Z [00:02:03.111]➜  			"en-US/iot/CreateOTAVerifyJob.json",
2025-08-20T19:15:56.3905135Z [00:02:03.111]➜  			"en-US/iot/CreateParser.json",
2025-08-20T19:15:56.3905428Z [00:02:03.111]➜  			"en-US/iot/CreateParserDataSource.json",
2025-08-20T19:15:56.3905659Z [00:02:03.111]➜  			"en-US/iot/CreateProduct.json",
2025-08-20T19:15:56.3905973Z [00:02:03.111]➜  			"en-US/iot/CreateProductDistributeJob.json",
2025-08-20T19:15:56.3906221Z [00:02:03.111]➜  			"en-US/iot/CreateProductTags.json",
2025-08-20T19:15:56.3906683Z [00:02:03.111]➜  			"en-US/iot/CreateProductTopic.json",
2025-08-20T19:15:56.3906964Z [00:02:03.111]➜  			"en-US/iot/CreateRule.json",
2025-08-20T19:15:56.3907211Z [00:02:03.111]➜  			"en-US/iot/CreateRuleAction.json",
2025-08-20T19:15:56.3907446Z [00:02:03.111]➜  			"en-US/iot/CreateSceneRule.json",
2025-08-20T19:15:56.3907752Z [00:02:03.111]➜  			"en-US/iot/CreateSchedulePeriod.json",
2025-08-20T19:15:56.3908103Z [00:02:03.111]➜  			"en-US/iot/CreateSharePromotionActivity.json",
2025-08-20T19:15:56.3908468Z [00:02:03.111]➜  			"en-US/iot/CreateSharePromotionSpeechModel.json",
2025-08-20T19:15:56.3908739Z [00:02:03.111]➜  			"en-US/iot/CreateSoundCode.json",
2025-08-20T19:15:56.3909036Z [00:02:03.111]➜  			"en-US/iot/CreateSoundCodeLabel.json",
2025-08-20T19:15:56.3909360Z [00:02:03.111]➜  			"en-US/iot/CreateSoundCodeSchedule.json",
2025-08-20T19:15:56.3909654Z [00:02:03.111]➜  			"en-US/iot/CreateSpeech.json",
2025-08-20T19:15:56.3909999Z [00:02:03.111]➜  			"en-US/iot/CreateStudioAppDomainOpen.json",
2025-08-20T19:15:56.3910324Z [00:02:03.111]➜  			"en-US/iot/CreateSubscribeRelation.json",
2025-08-20T19:15:56.3910578Z [00:02:03.111]➜  			"en-US/iot/CreateThingModel.json",
2025-08-20T19:15:56.3910826Z [00:02:03.111]➜  			"en-US/iot/CreateThingScript.json",
2025-08-20T19:15:56.3911073Z [00:02:03.111]➜  			"en-US/iot/CreateTopicConfig.json",
2025-08-20T19:15:56.3911334Z [00:02:03.111]➜  			"en-US/iot/CreateTopicRouteTable.json",
2025-08-20T19:15:56.3911571Z [00:02:03.111]➜  			"en-US/iot/DeleteClientIds.json",
2025-08-20T19:15:56.3911825Z [00:02:03.111]➜  			"en-US/iot/DeleteConsumerGroup.json",
2025-08-20T19:15:56.3912181Z [00:02:03.111]➜  			"en-US/iot/DeleteConsumerGroupSubscribeRelation.json",
2025-08-20T19:15:56.3912644Z [00:02:03.111]➜  			"en-US/iot/DeleteDataSourceItem.json",
2025-08-20T19:15:56.3913141Z [00:02:03.111]➜  			"en-US/iot/DeleteDestination.json",
2025-08-20T19:15:56.3913442Z [00:02:03.111]➜  			"en-US/iot/DeleteDevice.json",
2025-08-20T19:15:56.3913775Z [00:02:03.111]➜  			"en-US/iot/DeleteDeviceDistributeJob.json",
2025-08-20T19:15:56.3914106Z [00:02:03.111]➜  			"en-US/iot/DeleteDeviceDynamicGroup.json",
2025-08-20T19:15:56.3914409Z [00:02:03.111]➜  			"en-US/iot/DeleteDeviceFile.json",
2025-08-20T19:15:56.3914702Z [00:02:03.111]➜  			"en-US/iot/DeleteDeviceGroup.json",
2025-08-20T19:15:56.3914984Z [00:02:03.111]➜  			"en-US/iot/DeleteDeviceProp.json",
2025-08-20T19:15:56.3915282Z [00:02:03.111]➜  			"en-US/iot/DeleteDeviceSpeech.json",
2025-08-20T19:15:56.3915579Z [00:02:03.111]➜  			"en-US/iot/DeleteDeviceTunnel.json",
2025-08-20T19:15:56.3915862Z [00:02:03.111]➜  			"en-US/iot/DeleteEdgeDriver.json",
2025-08-20T19:15:56.3916173Z [00:02:03.111]➜  			"en-US/iot/DeleteEdgeDriverVersion.json",
2025-08-20T19:15:56.3916465Z [00:02:03.111]➜  			"en-US/iot/DeleteEdgeInstance.json",
2025-08-20T19:15:56.3916864Z [00:02:03.111]➜  			"en-US/iot/DeleteEdgeInstanceMessageRouting.json",
2025-08-20T19:15:56.3917119Z [00:02:03.111]➜  			"en-US/iot/DeleteJob.json",
2025-08-20T19:15:56.3917426Z [00:02:03.111]➜  			"en-US/iot/DeleteOTAFirmware.json",
2025-08-20T19:15:56.3917703Z [00:02:03.111]➜  			"en-US/iot/DeleteOTAModule.json",
2025-08-20T19:15:56.3917976Z [00:02:03.111]➜  			"en-US/iot/DeleteParser.json",
2025-08-20T19:15:56.3918287Z [00:02:03.111]➜  			"en-US/iot/DeleteParserDataSource.json",
2025-08-20T19:15:56.3918587Z [00:02:03.111]➜  			"en-US/iot/DeletePowerStation.json",
2025-08-20T19:15:56.3918855Z [00:02:03.111]➜  			"en-US/iot/DeleteProduct.json",
2025-08-20T19:15:56.3919149Z [00:02:03.111]➜  			"en-US/iot/DeleteProductTags.json",
2025-08-20T19:15:56.3919440Z [00:02:03.112]➜  			"en-US/iot/DeleteProductTopic.json",
2025-08-20T19:15:56.3919707Z [00:02:03.112]➜  			"en-US/iot/DeleteRule.json",
2025-08-20T19:15:56.3919990Z [00:02:03.112]➜  			"en-US/iot/DeleteRuleAction.json",
2025-08-20T19:15:56.3920280Z [00:02:03.112]➜  			"en-US/iot/DeleteSceneRule.json",
2025-08-20T19:15:56.3920592Z [00:02:03.112]➜  			"en-US/iot/DeleteSchedulePeriod.json",
2025-08-20T19:15:56.3921153Z [00:02:03.112]➜  			"en-US/iot/DeleteShareTaskDevice.json",
2025-08-20T19:15:56.3921459Z [00:02:03.112]➜  			"en-US/iot/DeleteSoundCode.json",
2025-08-20T19:15:56.3921762Z [00:02:03.112]➜  			"en-US/iot/DeleteSoundCodeLabel.json",
2025-08-20T19:15:56.3922092Z [00:02:03.112]➜  			"en-US/iot/DeleteSoundCodeSchedule.json",
2025-08-20T19:15:56.3922365Z [00:02:03.112]➜  			"en-US/iot/DeleteSpeech.json",
2025-08-20T19:15:56.3922931Z [00:02:03.112]➜  			"en-US/iot/DeleteStudioAppDomainOpen.json",
2025-08-20T19:15:56.3923251Z [00:02:03.112]➜  			"en-US/iot/DeleteSubscribeRelation.json",
2025-08-20T19:15:56.3923551Z [00:02:03.112]➜  			"en-US/iot/DeleteThingModel.json",
2025-08-20T19:15:56.3923855Z [00:02:03.112]➜  			"en-US/iot/DeleteTopicConfig.json",
2025-08-20T19:15:56.3924181Z [00:02:03.112]➜  			"en-US/iot/DeleteTopicRouteTable.json",
2025-08-20T19:15:56.3924872Z [00:02:03.112]➜  			"en-US/iot/DeleteUserDefineTableDataByPrimaryKey.json",
2025-08-20T19:15:56.3925253Z [00:02:03.112]➜  			"en-US/iot/DetachDestination.json",
2025-08-20T19:15:56.3925630Z [00:02:03.112]➜  			"en-US/iot/DetachParserDataSource.json",
2025-08-20T19:15:56.3926001Z [00:02:03.112]➜  			"en-US/iot/DisableDeviceTunnel.json",
2025-08-20T19:15:56.3926380Z [00:02:03.112]➜  			"en-US/iot/DisableDeviceTunnelShare.json",
2025-08-20T19:15:56.3926717Z [00:02:03.112]➜  			"en-US/iot/DisableSceneRule.json",
2025-08-20T19:15:56.3927012Z [00:02:03.112]➜  			"en-US/iot/DisableThing.json",
2025-08-20T19:15:56.3927323Z [00:02:03.112]➜  			"en-US/iot/EnableDeviceTunnel.json",
2025-08-20T19:15:56.3927642Z [00:02:03.112]➜  			"en-US/iot/EnableDeviceTunnelShare.json",
2025-08-20T19:15:56.3927950Z [00:02:03.112]➜  			"en-US/iot/EnableSceneRule.json",
2025-08-20T19:15:56.3928215Z [00:02:03.112]➜  			"en-US/iot/EnableThing.json",
2025-08-20T19:15:56.3928607Z [00:02:03.112]➜  			"en-US/iot/GenerateDeviceNameListURL.json",
2025-08-20T19:15:56.3928926Z [00:02:03.112]➜  			"en-US/iot/GenerateFileUploadURL.json",
2025-08-20T19:15:56.3929232Z [00:02:03.112]➜  			"en-US/iot/GenerateOTAUploadURL.json",
2025-08-20T19:15:56.3929580Z [00:02:03.112]➜  			"en-US/iot/GetDataAPIServiceDetail.json",
2025-08-20T19:15:56.3929865Z [00:02:03.112]➜  			"en-US/iot/GetDestination.json",
2025-08-20T19:15:56.3930137Z [00:02:03.112]➜  			"en-US/iot/GetDeviceShadow.json",
2025-08-20T19:15:56.3930408Z [00:02:03.112]➜  			"en-US/iot/GetDeviceStatus.json",
2025-08-20T19:15:56.3930734Z [00:02:03.112]➜  			"en-US/iot/GetDeviceTunnelShareStatus.json",
2025-08-20T19:15:56.3931049Z [00:02:03.112]➜  			"en-US/iot/GetDeviceTunnelStatus.json",
2025-08-20T19:15:56.3931320Z [00:02:03.112]➜  			"en-US/iot/GetDownloadFile.json",
2025-08-20T19:15:56.3931618Z [00:02:03.112]➜  			"en-US/iot/GetEdgeDriverVersion.json",
2025-08-20T19:15:56.3931864Z [00:02:03.112]➜  			"en-US/iot/GetEdgeInstance.json",
2025-08-20T19:15:56.3932208Z [00:02:03.112]➜  			"en-US/iot/GetEdgeInstanceDeployment.json",
2025-08-20T19:15:56.3932710Z [00:02:03.112]➜  			"en-US/iot/GetEdgeInstanceMessageRouting.json",
2025-08-20T19:15:56.3933262Z [00:02:03.112]➜  			"en-US/iot/GetGatewayBySubDevice.json",
2025-08-20T19:15:56.3933542Z [00:02:03.112]➜  			"en-US/iot/GetLoraNodesTask.json",
2025-08-20T19:15:56.3933798Z [00:02:03.112]➜  			"en-US/iot/GetParser.json",
2025-08-20T19:15:56.3934083Z [00:02:03.112]➜  			"en-US/iot/GetParserDataSource.json",
2025-08-20T19:15:56.3934324Z [00:02:03.112]➜  			"en-US/iot/GetRule.json",
2025-08-20T19:15:56.3934594Z [00:02:03.112]➜  			"en-US/iot/GetRuleAction.json",
2025-08-20T19:15:56.3934818Z [00:02:03.112]➜  			"en-US/iot/GetSceneRule.json",
2025-08-20T19:15:56.3935123Z [00:02:03.112]➜  			"en-US/iot/GetShareSpeechModelAudio.json",
2025-08-20T19:15:56.3935435Z [00:02:03.112]➜  			"en-US/iot/GetShareTaskByDeviceOpen.json",
2025-08-20T19:15:56.3935720Z [00:02:03.112]➜  			"en-US/iot/GetSoundCodeAudio.json",
2025-08-20T19:15:56.3936024Z [00:02:03.112]➜  			"en-US/iot/GetSoundCodeSchedule.json",
2025-08-20T19:15:56.3936291Z [00:02:03.112]➜  			"en-US/iot/GetSpeechDeviceDetail.json",
2025-08-20T19:15:56.3936604Z [00:02:03.112]➜  			"en-US/iot/GetSpeechLicenseDeviceStatistics.json",
2025-08-20T19:15:56.3936843Z [00:02:03.112]➜  			"en-US/iot/GetSpeechVoice.json",
2025-08-20T19:15:56.3937088Z [00:02:03.112]➜  			"en-US/iot/GetStudioAppTokenOpen.json",
2025-08-20T19:15:56.3937359Z [00:02:03.112]➜  			"en-US/iot/GetThingModelStatusInner.json",
2025-08-20T19:15:56.3937621Z [00:02:03.112]➜  			"en-US/iot/GetThingModelTsl.json",
2025-08-20T19:15:56.3937917Z [00:02:03.112]➜  			"en-US/iot/GetThingModelTslPublished.json",
2025-08-20T19:15:56.3938130Z [00:02:03.112]➜  			"en-US/iot/GetThingScript.json",
2025-08-20T19:15:56.3938362Z [00:02:03.112]➜  			"en-US/iot/GetThingTemplate.json",
2025-08-20T19:15:56.3938570Z [00:02:03.112]➜  			"en-US/iot/GetThingTopo.json",
2025-08-20T19:15:56.3938819Z [00:02:03.112]➜  			"en-US/iot/GisQueryDeviceLocation.json",
2025-08-20T19:15:56.3939221Z [00:02:03.112]➜  			"en-US/iot/GisSearchDeviceTrace.json",
2025-08-20T19:15:56.3939475Z [00:02:03.112]➜  			"en-US/iot/ImportDTData.json",
2025-08-20T19:15:56.3939723Z [00:02:03.112]➜  			"en-US/iot/ImportDevice.json",
2025-08-20T19:15:56.3939995Z [00:02:03.112]➜  			"en-US/iot/ImportThingModelTsl.json",
2025-08-20T19:15:56.3940262Z [00:02:03.112]➜  			"en-US/iot/InvokeDataAPIService.json",
2025-08-20T19:15:56.3940515Z [00:02:03.113]➜  			"en-US/iot/InvokeThingService.json",
2025-08-20T19:15:56.3940784Z [00:02:03.113]➜  			"en-US/iot/InvokeThingsService.json",
2025-08-20T19:15:56.3941088Z [00:02:03.113]➜  			"en-US/iot/ListAnalyticsData.json",
2025-08-20T19:15:56.3941343Z [00:02:03.113]➜  			"en-US/iot/ListDataSourceItem.json",
2025-08-20T19:15:56.3941598Z [00:02:03.113]➜  			"en-US/iot/ListDestination.json",
2025-08-20T19:15:56.3941888Z [00:02:03.113]➜  			"en-US/iot/ListDeviceDistributeJob.json",
2025-08-20T19:15:56.3942155Z [00:02:03.113]➜  			"en-US/iot/ListDistributedDevice.json",
2025-08-20T19:15:56.3942616Z [00:02:03.113]➜  			"en-US/iot/ListDistributedProduct.json",
2025-08-20T19:15:56.3942852Z [00:02:03.113]➜  			"en-US/iot/ListJob.json",
2025-08-20T19:15:56.3943125Z [00:02:03.113]➜  			"en-US/iot/ListOTAFirmware.json",
2025-08-20T19:15:56.3943395Z [00:02:03.113]➜  			"en-US/iot/ListOTAJobByDevice.json",
2025-08-20T19:15:56.3943649Z [00:02:03.113]➜  			"en-US/iot/ListOTAJobByFirmware.json",
2025-08-20T19:15:56.3943923Z [00:02:03.113]➜  			"en-US/iot/ListOTAModuleByProduct.json",
2025-08-20T19:15:56.3944260Z [00:02:03.113]➜  			"en-US/iot/ListOTAModuleVersionsByDevice.json",
2025-08-20T19:15:56.3944526Z [00:02:03.113]➜  			"en-US/iot/ListOTATaskByJob.json",
2025-08-20T19:15:56.3944846Z [00:02:03.113]➜  			"en-US/iot/ListOTAUnfinishedTaskByDevice.json",
2025-08-20T19:15:56.3945081Z [00:02:03.113]➜  			"en-US/iot/ListParser.json",
2025-08-20T19:15:56.3945362Z [00:02:03.113]➜  			"en-US/iot/ListParserDataSource.json",
2025-08-20T19:15:56.3945647Z [00:02:03.113]➜  			"en-US/iot/ListParserDestination.json",
2025-08-20T19:15:56.3945921Z [00:02:03.113]➜  			"en-US/iot/ListPowerStation.json",
2025-08-20T19:15:56.3946188Z [00:02:03.113]➜  			"en-US/iot/ListProductByTags.json",
2025-08-20T19:15:56.3946627Z [00:02:03.113]➜  			"en-US/iot/ListProductTags.json",
2025-08-20T19:15:56.3946858Z [00:02:03.113]➜  			"en-US/iot/ListRule.json",
2025-08-20T19:15:56.3947111Z [00:02:03.113]➜  			"en-US/iot/ListRuleActions.json",
2025-08-20T19:15:56.3947329Z [00:02:03.113]➜  			"en-US/iot/ListTask.json",
2025-08-20T19:15:56.3947605Z [00:02:03.113]➜  			"en-US/iot/ListThingModelVersion.json",
2025-08-20T19:15:56.3947865Z [00:02:03.113]➜  			"en-US/iot/ListThingTemplates.json",
2025-08-20T19:15:56.3948126Z [00:02:03.113]➜  			"en-US/iot/ModifyOTAFirmware.json",
2025-08-20T19:15:56.3948385Z [00:02:03.113]➜  			"en-US/iot/ModifyPowerStation.json",
2025-08-20T19:15:56.3948641Z [00:02:03.113]➜  			"en-US/iot/NotifyAddThingTopo.json",
2025-08-20T19:15:56.3948881Z [00:02:03.113]➜  			"en-US/iot/OpenIotService.json",
2025-08-20T19:15:56.3949234Z [00:02:03.113]➜  			"en-US/iot/PackageSoundCodeLabelBatchAudio.json",
2025-08-20T19:15:56.3949535Z [00:02:03.113]➜  			"en-US/iot/PageQuerySharedSpeechOpen.json",
2025-08-20T19:15:56.3949860Z [00:02:03.113]➜  			"en-US/iot/PageQuerySpeechBroadcastHour.json",
2025-08-20T19:15:56.3950108Z [00:02:03.113]➜  			"en-US/iot/PrintByTemplate.json",
2025-08-20T19:15:56.3950312Z [00:02:03.113]➜  			"en-US/iot/Pub.json",
2025-08-20T19:15:56.3950545Z [00:02:03.113]➜  			"en-US/iot/PubBroadcast.json",
2025-08-20T19:15:56.3950786Z [00:02:03.113]➜  			"en-US/iot/PublishScript.json",
2025-08-20T19:15:56.3951037Z [00:02:03.113]➜  			"en-US/iot/PublishStudioApp.json",
2025-08-20T19:15:56.3951293Z [00:02:03.113]➜  			"en-US/iot/PublishThingModel.json",
2025-08-20T19:15:56.3951561Z [00:02:03.113]➜  			"en-US/iot/PublishThingModelAsync.json",
2025-08-20T19:15:56.3951863Z [00:02:03.113]➜  			"en-US/iot/PublishThingModelAsyncInner.json",
2025-08-20T19:15:56.3952095Z [00:02:03.113]➜  			"en-US/iot/PushSpeech.json",
2025-08-20T19:15:56.3952791Z [00:02:03.113]➜  			"en-US/iot/QueryBatchRegisterDeviceStatus.json",
2025-08-20T19:15:56.3953123Z [00:02:03.113]➜  			"en-US/iot/QueryCertUrlByApplyId.json",
2025-08-20T19:15:56.3953400Z [00:02:03.113]➜  			"en-US/iot/QueryClientIds.json",
2025-08-20T19:15:56.3953708Z [00:02:03.113]➜  			"en-US/iot/QueryConsumerGroupByGroupId.json",
2025-08-20T19:15:56.3953983Z [00:02:03.113]➜  			"en-US/iot/QueryConsumerGroupList.json",
2025-08-20T19:15:56.3954302Z [00:02:03.113]➜  			"en-US/iot/QueryConsumerGroupStatus.json",
2025-08-20T19:15:56.3954638Z [00:02:03.113]➜  			"en-US/iot/QueryCustomTimelineTableStatus.json",
2025-08-20T19:15:56.3954936Z [00:02:03.113]➜  			"en-US/iot/QueryDetailSceneRuleLog.json",
2025-08-20T19:15:56.3955189Z [00:02:03.113]➜  			"en-US/iot/QueryDevice.json",
2025-08-20T19:15:56.3955442Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceBySQL.json",
2025-08-20T19:15:56.3955713Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceByStatus.json",
2025-08-20T19:15:56.3955985Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceByTags.json",
2025-08-20T19:15:56.3956227Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceCert.json",
2025-08-20T19:15:56.3956534Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceDesiredProperty.json",
2025-08-20T19:15:56.3956791Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceDetail.json",
2025-08-20T19:15:56.3957100Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceDistributeDetail.json",
2025-08-20T19:15:56.3957384Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceDistributeJob.json",
2025-08-20T19:15:56.3957659Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceEventData.json",
2025-08-20T19:15:56.3957899Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceFile.json",
2025-08-20T19:15:56.3958160Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceFileList.json",
2025-08-20T19:15:56.3958438Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceGroupByDevice.json",
2025-08-20T19:15:56.3958711Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceGroupByTags.json",
2025-08-20T19:15:56.3958988Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceGroupInfo.json",
2025-08-20T19:15:56.3959267Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceGroupList.json",
2025-08-20T19:15:56.3959563Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceGroupTagList.json",
2025-08-20T19:15:56.3960046Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceInfo.json",
2025-08-20T19:15:56.3960361Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceListByDeviceGroup.json",
2025-08-20T19:15:56.3960677Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceOriginalEventData.json",
2025-08-20T19:15:56.3961006Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceOriginalPropertyData.json",
2025-08-20T19:15:56.3961359Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceOriginalPropertyStatus.json",
2025-08-20T19:15:56.3961680Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceOriginalServiceData.json",
2025-08-20T19:15:56.3961941Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceProp.json",
2025-08-20T19:15:56.3962255Z [00:02:03.113]➜  			"en-US/iot/QueryDevicePropertiesData.json",
2025-08-20T19:15:56.3962741Z [00:02:03.113]➜  			"en-US/iot/QueryDevicePropertyData.json",
2025-08-20T19:15:56.3963099Z [00:02:03.113]➜  			"en-US/iot/QueryDevicePropertyStatus.json",
2025-08-20T19:15:56.3963417Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceProvisioning.json",
2025-08-20T19:15:56.3963736Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceServiceData.json",
2025-08-20T19:15:56.3964022Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceSpeech.json",
2025-08-20T19:15:56.3964318Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceStatistics.json",
2025-08-20T19:15:56.3964610Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceSubTopic.json",
2025-08-20T19:15:56.3964892Z [00:02:03.113]➜  			"en-US/iot/QueryDeviceTunnel.json",
2025-08-20T19:15:56.3965227Z [00:02:03.113]➜  			"en-US/iot/QueryDevicesHotStorageData.json",
2025-08-20T19:15:56.3965596Z [00:02:03.113]➜  			"en-US/iot/QueryDevicesHotStorageDataStatus.json",
2025-08-20T19:15:56.3965915Z [00:02:03.113]➜  			"en-US/iot/QueryDynamicGroupDevices.json",
2025-08-20T19:15:56.3966177Z [00:02:03.113]➜  			"en-US/iot/QueryEdgeDriver.json",
2025-08-20T19:15:56.3966669Z [00:02:03.113]➜  			"en-US/iot/QueryEdgeDriverVersion.json",
2025-08-20T19:15:56.3966979Z [00:02:03.113]➜  			"en-US/iot/QueryEdgeInstance.json",
2025-08-20T19:15:56.3967293Z [00:02:03.113]➜  			"en-US/iot/QueryEdgeInstanceChannel.json",
2025-08-20T19:15:56.3967613Z [00:02:03.113]➜  			"en-US/iot/QueryEdgeInstanceDevice.json",
2025-08-20T19:15:56.3967971Z [00:02:03.113]➜  			"en-US/iot/QueryEdgeInstanceDeviceByDriver.json",
2025-08-20T19:15:56.3968258Z [00:02:03.113]➜  			"en-US/iot/QueryEdgeInstanceDriver.json",
2025-08-20T19:15:56.3968560Z [00:02:03.113]➜  			"en-US/iot/QueryEdgeInstanceGateway.json",
2025-08-20T19:15:56.3968943Z [00:02:03.113]➜  			"en-US/iot/QueryEdgeInstanceHistoricDeployment.json",
2025-08-20T19:15:56.3969306Z [00:02:03.113]➜  			"en-US/iot/QueryEdgeInstanceMessageRouting.json",
2025-08-20T19:15:56.3969634Z [00:02:03.113]➜  			"en-US/iot/QueryEdgeInstanceSceneRule.json",
2025-08-20T19:15:56.3969978Z [00:02:03.113]➜  			"en-US/iot/QueryImportedDeviceByApplyId.json",
2025-08-20T19:15:56.3970231Z [00:02:03.113]➜  			"en-US/iot/QueryJob.json",
2025-08-20T19:15:56.3970525Z [00:02:03.113]➜  			"en-US/iot/QueryJobStatistics.json",
2025-08-20T19:15:56.3970823Z [00:02:03.113]➜  			"en-US/iot/QueryLicenseDeviceList.json",
2025-08-20T19:15:56.3971144Z [00:02:03.113]➜  			"en-US/iot/QueryLoRaJoinPermissions.json",
2025-08-20T19:15:56.3971421Z [00:02:03.113]➜  			"en-US/iot/QueryMessageInfo.json",
2025-08-20T19:15:56.3971691Z [00:02:03.113]➜  			"en-US/iot/QueryOTAFirmware.json",
2025-08-20T19:15:56.3971952Z [00:02:03.113]➜  			"en-US/iot/QueryOTAJob.json",
2025-08-20T19:15:56.3972236Z [00:02:03.113]➜  			"en-US/iot/QueryPageByApplyId.json",
2025-08-20T19:15:56.3972648Z [00:02:03.113]➜  			"en-US/iot/QueryProduct.json",
2025-08-20T19:15:56.3972944Z [00:02:03.113]➜  			"en-US/iot/QueryProductCertInfo.json",
2025-08-20T19:15:56.3973220Z [00:02:03.113]➜  			"en-US/iot/QueryProductList.json",
2025-08-20T19:15:56.3973499Z [00:02:03.113]➜  			"en-US/iot/QueryProductTopic.json",
2025-08-20T19:15:56.3973815Z [00:02:03.113]➜  			"en-US/iot/QueryProjectShareDeviceList.json",
2025-08-20T19:15:56.3974053Z [00:02:03.113]➜  			"en-US/iot/QuerySceneRule.json",
2025-08-20T19:15:56.3974353Z [00:02:03.113]➜  			"en-US/iot/QuerySchedulePeriodList.json",
2025-08-20T19:15:56.3974934Z [00:02:03.113]➜  			"en-US/iot/QueryShareProductNameByProductKey.json",
2025-08-20T19:15:56.3975366Z [00:02:03.113]➜  			"en-US/iot/QuerySharePromotionActivityAuditResult.json",
2025-08-20T19:15:56.3975681Z [00:02:03.113]➜  			"en-US/iot/QueryShareTaskDeviceList.json",
2025-08-20T19:15:56.3976028Z [00:02:03.113]➜  			"en-US/iot/QuerySolutionDeviceGroupPage.json",
2025-08-20T19:15:56.3976413Z [00:02:03.113]➜  			"en-US/iot/QuerySoundCodeLabelBatchFailedResult.json",
2025-08-20T19:15:56.3976746Z [00:02:03.113]➜  			"en-US/iot/QuerySoundCodeLabelBatchList.json",
2025-08-20T19:15:56.3977052Z [00:02:03.113]➜  			"en-US/iot/QuerySoundCodeLabelList.json",
2025-08-20T19:15:56.3977330Z [00:02:03.113]➜  			"en-US/iot/QuerySoundCodeList.json",
2025-08-20T19:15:56.3977629Z [00:02:03.113]➜  			"en-US/iot/QuerySoundCodeScheduleList.json",
2025-08-20T19:15:56.3977863Z [00:02:03.113]➜  			"en-US/iot/QuerySpeech.json",
2025-08-20T19:15:56.3978133Z [00:02:03.113]➜  			"en-US/iot/QuerySpeechDevice.json",
2025-08-20T19:15:56.3978496Z [00:02:03.113]➜  			"en-US/iot/QuerySpeechLicenseAvailableQuota.json",
2025-08-20T19:15:56.3978823Z [00:02:03.113]➜  			"en-US/iot/QuerySpeechLicenseDeviceList.json",
2025-08-20T19:15:56.3979098Z [00:02:03.113]➜  			"en-US/iot/QuerySpeechList.json",
2025-08-20T19:15:56.3979376Z [00:02:03.113]➜  			"en-US/iot/QuerySpeechPushJob.json",
2025-08-20T19:15:56.3979692Z [00:02:03.113]➜  			"en-US/iot/QuerySpeechPushJobDevice.json",
2025-08-20T19:15:56.3979994Z [00:02:03.113]➜  			"en-US/iot/QuerySpeechPushJobSpeech.json",
2025-08-20T19:15:56.3980379Z [00:02:03.113]➜  			"en-US/iot/QueryStudioAppDomainListOpen.json",
2025-08-20T19:15:56.3980659Z [00:02:03.113]➜  			"en-US/iot/QueryStudioAppList.json",
2025-08-20T19:15:56.3980986Z [00:02:03.113]➜  			"en-US/iot/QueryStudioAppPageListOpen.json",
2025-08-20T19:15:56.3981464Z [00:02:03.113]➜  			"en-US/iot/QueryStudioProjectList.json",
2025-08-20T19:15:56.3981781Z [00:02:03.113]➜  			"en-US/iot/QuerySubscribeRelation.json",
2025-08-20T19:15:56.3982101Z [00:02:03.113]➜  			"en-US/iot/QuerySummarySceneRuleLog.json",
2025-08-20T19:15:56.3982565Z [00:02:03.113]➜  			"en-US/iot/QuerySuperDeviceGroup.json",
2025-08-20T19:15:56.3982827Z [00:02:03.113]➜  			"en-US/iot/QueryTask.json",
2025-08-20T19:15:56.3983113Z [00:02:03.113]➜  			"en-US/iot/QueryThingModel.json",
2025-08-20T19:15:56.3983457Z [00:02:03.113]➜  			"en-US/iot/QueryThingModelExtendConfig.json",
2025-08-20T19:15:56.3983865Z [00:02:03.113]➜  			"en-US/iot/QueryThingModelExtendConfigPublished.json",
2025-08-20T19:15:56.3984157Z [00:02:03.113]➜  			"en-US/iot/QueryThingModelPublished.json",
2025-08-20T19:15:56.3984448Z [00:02:03.113]➜  			"en-US/iot/QueryTopicConfig.json",
2025-08-20T19:15:56.3984773Z [00:02:03.113]➜  			"en-US/iot/QueryTopicReverseRouteTable.json",
2025-08-20T19:15:56.3985078Z [00:02:03.113]➜  			"en-US/iot/QueryTopicRouteTable.json",
2025-08-20T19:15:56.3985375Z [00:02:03.113]➜  			"en-US/iot/QueryVehicleDevice.json",
2025-08-20T19:15:56.3985624Z [00:02:03.113]➜  			"en-US/iot/RRpc.json",
2025-08-20T19:15:56.3985921Z [00:02:03.113]➜  			"en-US/iot/ReBindLicenseDevice.json",
2025-08-20T19:15:56.3986212Z [00:02:03.113]➜  			"en-US/iot/RecognizeCarNum.json",
2025-08-20T19:15:56.3986534Z [00:02:03.113]➜  			"en-US/iot/RecognizePictureGeneral.json",
2025-08-20T19:15:56.3986894Z [00:02:03.113]➜  			"en-US/iot/RefreshDeviceTunnelSharePassword.json",
2025-08-20T19:15:56.3987230Z [00:02:03.113]➜  			"en-US/iot/RefreshStudioAppTokenOpen.json",
2025-08-20T19:15:56.3987500Z [00:02:03.113]➜  			"en-US/iot/RegisterDevice.json",
2025-08-20T19:15:56.3987828Z [00:02:03.113]➜  			"en-US/iot/ReleaseEdgeDriverVersion.json",
2025-08-20T19:15:56.3988110Z [00:02:03.113]➜  			"en-US/iot/ReleaseProduct.json",
2025-08-20T19:15:56.3988372Z [00:02:03.113]➜  			"en-US/iot/RemoveThingTopo.json",
2025-08-20T19:15:56.3988723Z [00:02:03.113]➜  			"en-US/iot/ReplaceEdgeInstanceGateway.json",
2025-08-20T19:15:56.3988982Z [00:02:03.113]➜  			"en-US/iot/RerunJob.json",
2025-08-20T19:15:56.3989535Z [00:02:03.113]➜  			"en-US/iot/ResetConsumerGroupPosition.json",
2025-08-20T19:15:56.3989839Z [00:02:03.113]➜  			"en-US/iot/ResetDeviceTimeline.json",
2025-08-20T19:15:56.3990078Z [00:02:03.113]➜  			"en-US/iot/ResetThing.json",
2025-08-20T19:15:56.3990370Z [00:02:03.113]➜  			"en-US/iot/RetrySoundCodeLabelBatch.json",
2025-08-20T19:15:56.3990636Z [00:02:03.113]➜  			"en-US/iot/ReupgradeOTATask.json",
2025-08-20T19:15:56.3990904Z [00:02:03.113]➜  			"en-US/iot/SaveDeviceProp.json",
2025-08-20T19:15:56.3991148Z [00:02:03.113]➜  			"en-US/iot/SaveScript.json",
2025-08-20T19:15:56.3991469Z [00:02:03.113]➜  			"en-US/iot/SetDeviceDesiredProperty.json",
2025-08-20T19:15:56.3991744Z [00:02:03.113]➜  			"en-US/iot/SetDeviceGroupTags.json",
2025-08-20T19:15:56.3992026Z [00:02:03.113]➜  			"en-US/iot/SetDeviceProperty.json",
2025-08-20T19:15:56.3992315Z [00:02:03.113]➜  			"en-US/iot/SetDevicesProperty.json",
2025-08-20T19:15:56.3992814Z [00:02:03.113]➜  			"en-US/iot/SetEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:56.3993102Z [00:02:03.113]➜  			"en-US/iot/SetProductCertInfo.json",
2025-08-20T19:15:56.3993408Z [00:02:03.113]➜  			"en-US/iot/SetStudioProjectCooperation.json",
2025-08-20T19:15:56.3993699Z [00:02:03.113]➜  			"en-US/iot/SetupStudioAppAuthModeOpen.json",
2025-08-20T19:15:56.3993983Z [00:02:03.113]➜  			"en-US/iot/ShareSpeechByCombination.json",
2025-08-20T19:15:56.3994234Z [00:02:03.113]➜  			"en-US/iot/SpeechByCombination.json",
2025-08-20T19:15:56.3994489Z [00:02:03.113]➜  			"en-US/iot/SpeechBySynthesis.json",
2025-08-20T19:15:56.3994728Z [00:02:03.113]➜  			"en-US/iot/StartPTDetection.json",
2025-08-20T19:15:56.3994973Z [00:02:03.113]➜  			"en-US/iot/StartParser.json",
2025-08-20T19:15:56.3995195Z [00:02:03.113]➜  			"en-US/iot/StartRule.json",
2025-08-20T19:15:56.3995422Z [00:02:03.113]➜  			"en-US/iot/StopParser.json",
2025-08-20T19:15:56.3995865Z [00:02:03.113]➜  			"en-US/iot/StopRule.json",
2025-08-20T19:15:56.3996146Z [00:02:03.113]➜  			"en-US/iot/SubscribeTopic.json",
2025-08-20T19:15:56.3996454Z [00:02:03.113]➜  			"en-US/iot/SyncSpeechByCombination.json",
2025-08-20T19:15:56.3996684Z [00:02:03.113]➜  			"en-US/iot/TestSpeech.json",
2025-08-20T19:15:56.3996916Z [00:02:03.113]➜  			"en-US/iot/TestSwitch.json",
2025-08-20T19:15:56.3997160Z [00:02:03.113]➜  			"en-US/iot/TransformClientId.json",
2025-08-20T19:15:56.3997402Z [00:02:03.113]➜  			"en-US/iot/TriggerSceneRule.json",
2025-08-20T19:15:56.3997734Z [00:02:03.113]➜  			"en-US/iot/UnbindApplicationFromEdgeInstance.json",
2025-08-20T19:15:56.3998034Z [00:02:03.114]➜  			"en-US/iot/UnbindDriverFromEdgeInstance.json",
2025-08-20T19:15:56.3998289Z [00:02:03.114]➜  			"en-US/iot/UnbindLicenseProduct.json",
2025-08-20T19:15:56.3998578Z [00:02:03.114]➜  			"en-US/iot/UnbindRoleFromEdgeInstance.json",
2025-08-20T19:15:56.3998906Z [00:02:03.114]➜  			"en-US/iot/UnbindSceneRuleFromEdgeInstance.json",
2025-08-20T19:15:56.3999171Z [00:02:03.114]➜  			"en-US/iot/UpdateConsumerGroup.json",
2025-08-20T19:15:56.3999433Z [00:02:03.114]➜  			"en-US/iot/UpdateDestination.json",
2025-08-20T19:15:56.3999691Z [00:02:03.114]➜  			"en-US/iot/UpdateDeviceGroup.json",
2025-08-20T19:15:56.3999935Z [00:02:03.114]➜  			"en-US/iot/UpdateDeviceShadow.json",
2025-08-20T19:15:56.4000219Z [00:02:03.114]➜  			"en-US/iot/UpdateEdgeDriverVersion.json",
2025-08-20T19:15:56.4000474Z [00:02:03.114]➜  			"en-US/iot/UpdateEdgeInstance.json",
2025-08-20T19:15:56.4000769Z [00:02:03.114]➜  			"en-US/iot/UpdateEdgeInstanceChannel.json",
2025-08-20T19:15:56.4001091Z [00:02:03.114]➜  			"en-US/iot/UpdateEdgeInstanceMessageRouting.json",
2025-08-20T19:15:56.4001317Z [00:02:03.114]➜  			"en-US/iot/UpdateJob.json",
2025-08-20T19:15:56.4001554Z [00:02:03.114]➜  			"en-US/iot/UpdateOTAJob.json",
2025-08-20T19:15:56.4001804Z [00:02:03.114]➜  			"en-US/iot/UpdateOTAModule.json",
2025-08-20T19:15:56.4002040Z [00:02:03.114]➜  			"en-US/iot/UpdateParser.json",
2025-08-20T19:15:56.4002317Z [00:02:03.114]➜  			"en-US/iot/UpdateParserDataSource.json",
2025-08-20T19:15:56.4002924Z [00:02:03.114]➜  			"en-US/iot/UpdateProduct.json",
2025-08-20T19:15:56.4003220Z [00:02:03.114]➜  			"en-US/iot/UpdateProductFilterConfig.json",
2025-08-20T19:15:56.4003471Z [00:02:03.114]➜  			"en-US/iot/UpdateProductTags.json",
2025-08-20T19:15:56.4003741Z [00:02:03.114]➜  			"en-US/iot/UpdateProductTopic.json",
2025-08-20T19:15:56.4003968Z [00:02:03.114]➜  			"en-US/iot/UpdateRule.json",
2025-08-20T19:15:56.4004238Z [00:02:03.114]➜  			"en-US/iot/UpdateRuleAction.json",
2025-08-20T19:15:56.4004487Z [00:02:03.114]➜  			"en-US/iot/UpdateSceneRule.json",
2025-08-20T19:15:56.4004763Z [00:02:03.114]➜  			"en-US/iot/UpdateSchedulePeriod.json",
2025-08-20T19:15:56.4005005Z [00:02:03.114]➜  			"en-US/iot/UpdateSoundCode.json",
2025-08-20T19:15:56.4005282Z [00:02:03.114]➜  			"en-US/iot/UpdateSoundCodeLabel.json",
2025-08-20T19:15:56.4005580Z [00:02:03.114]➜  			"en-US/iot/UpdateSoundCodeSchedule.json",
2025-08-20T19:15:56.4005822Z [00:02:03.114]➜  			"en-US/iot/UpdateSpeech.json",
2025-08-20T19:15:56.4006121Z [00:02:03.114]➜  			"en-US/iot/UpdateSubscribeRelation.json",
2025-08-20T19:15:56.4006385Z [00:02:03.114]➜  			"en-US/iot/UpdateThingModel.json",
2025-08-20T19:15:56.4006640Z [00:02:03.114]➜  			"en-US/iot/UpdateThingScript.json",
2025-08-20T19:15:56.4006909Z [00:02:03.114]➜  			"en-US/iot/UpdateTopicConfig.json",
2025-08-20T19:15:56.4007214Z [00:02:03.114]➜  			"en-US/iot/WriteDevicesHotStorageData.json",
2025-08-20T19:15:56.4007447Z [00:02:03.114]➜  			"en-US/iot/version.json",
2025-08-20T19:15:56.4007720Z [00:02:03.114]➜  			"en-US/kms/AsymmetricDecrypt.json",
2025-08-20T19:15:56.4007987Z [00:02:03.114]➜  			"en-US/kms/AsymmetricEncrypt.json",
2025-08-20T19:15:56.4008252Z [00:02:03.114]➜  			"en-US/kms/AsymmetricSign.json",
2025-08-20T19:15:56.4008517Z [00:02:03.114]➜  			"en-US/kms/AsymmetricVerify.json",
2025-08-20T19:15:56.4008970Z [00:02:03.114]➜  			"en-US/kms/CancelKeyDeletion.json",
2025-08-20T19:15:56.4009332Z [00:02:03.114]➜  			"en-US/kms/CertificatePrivateKeyDecrypt.json",
2025-08-20T19:15:56.4009677Z [00:02:03.114]➜  			"en-US/kms/CertificatePrivateKeySign.json",
2025-08-20T19:15:56.4010015Z [00:02:03.114]➜  			"en-US/kms/CertificatePublicKeyEncrypt.json",
2025-08-20T19:15:56.4010349Z [00:02:03.114]➜  			"en-US/kms/CertificatePublicKeyVerify.json",
2025-08-20T19:15:56.4010628Z [00:02:03.114]➜  			"en-US/kms/ConnectKmsInstance.json",
2025-08-20T19:15:56.4010886Z [00:02:03.114]➜  			"en-US/kms/CreateAlias.json",
2025-08-20T19:15:56.4011218Z [00:02:03.114]➜  			"en-US/kms/CreateApplicationAccessPoint.json",
2025-08-20T19:15:56.4011496Z [00:02:03.114]➜  			"en-US/kms/CreateCertificate.json",
2025-08-20T19:15:56.4011758Z [00:02:03.114]➜  			"en-US/kms/CreateClientKey.json",
2025-08-20T19:15:56.4012007Z [00:02:03.114]➜  			"en-US/kms/CreateKey.json",
2025-08-20T19:15:56.4012276Z [00:02:03.114]➜  			"en-US/kms/CreateKeyVersion.json",
2025-08-20T19:15:56.4012795Z [00:02:03.114]➜  			"en-US/kms/CreateNetworkRule.json",
2025-08-20T19:15:56.4013068Z [00:02:03.114]➜  			"en-US/kms/CreatePolicy.json",
2025-08-20T19:15:56.4013355Z [00:02:03.114]➜  			"en-US/kms/CreateSecret.json",
2025-08-20T19:15:56.4013603Z [00:02:03.114]➜  			"en-US/kms/Decrypt.json",
2025-08-20T19:15:56.4013864Z [00:02:03.114]➜  			"en-US/kms/DeleteAlias.json",
2025-08-20T19:15:56.4014229Z [00:02:03.114]➜  			"en-US/kms/DeleteApplicationAccessPoint.json",
2025-08-20T19:15:56.4014507Z [00:02:03.114]➜  			"en-US/kms/DeleteCertificate.json",
2025-08-20T19:15:56.4014772Z [00:02:03.114]➜  			"en-US/kms/DeleteClientKey.json",
2025-08-20T19:15:56.4015070Z [00:02:03.114]➜  			"en-US/kms/DeleteKeyMaterial.json",
2025-08-20T19:15:56.4015364Z [00:02:03.114]➜  			"en-US/kms/DeleteNetworkRule.json",
2025-08-20T19:15:56.4015642Z [00:02:03.114]➜  			"en-US/kms/DeletePolicy.json",
2025-08-20T19:15:56.4015923Z [00:02:03.114]➜  			"en-US/kms/DeleteSecret.json",
2025-08-20T19:15:56.4016261Z [00:02:03.114]➜  			"en-US/kms/DescribeAccountKmsStatus.json",
2025-08-20T19:15:56.4016603Z [00:02:03.114]➜  			"en-US/kms/DescribeApplicationAccessPoint.json",
2025-08-20T19:15:56.4017124Z [00:02:03.114]➜  			"en-US/kms/DescribeCertificate.json",
2025-08-20T19:15:56.4017373Z [00:02:03.114]➜  			"en-US/kms/DescribeKey.json",
2025-08-20T19:15:56.4017649Z [00:02:03.115]➜  			"en-US/kms/DescribeKeyVersion.json",
2025-08-20T19:15:56.4017919Z [00:02:03.115]➜  			"en-US/kms/DescribeNetworkRule.json",
2025-08-20T19:15:56.4018180Z [00:02:03.115]➜  			"en-US/kms/DescribePolicy.json",
2025-08-20T19:15:56.4018438Z [00:02:03.115]➜  			"en-US/kms/DescribeRegions.json",
2025-08-20T19:15:56.4018695Z [00:02:03.115]➜  			"en-US/kms/DescribeSecret.json",
2025-08-20T19:15:56.4018926Z [00:02:03.115]➜  			"en-US/kms/DisableKey.json",
2025-08-20T19:15:56.4019154Z [00:02:03.115]➜  			"en-US/kms/EnableKey.json",
2025-08-20T19:15:56.4019380Z [00:02:03.115]➜  			"en-US/kms/Encrypt.json",
2025-08-20T19:15:56.4019641Z [00:02:03.115]➜  			"en-US/kms/ExportDataKey.json",
2025-08-20T19:15:56.4019951Z [00:02:03.115]➜  			"en-US/kms/GenerateAndExportDataKey.json",
2025-08-20T19:15:56.4020211Z [00:02:03.115]➜  			"en-US/kms/GenerateDataKey.json",
2025-08-20T19:15:56.4020591Z [00:02:03.115]➜  			"en-US/kms/GenerateDataKeyWithoutPlaintext.json",
2025-08-20T19:15:56.4020850Z [00:02:03.115]➜  			"en-US/kms/GetCertificate.json",
2025-08-20T19:15:56.4021095Z [00:02:03.115]➜  			"en-US/kms/GetClientKey.json",
2025-08-20T19:15:56.4021343Z [00:02:03.115]➜  			"en-US/kms/GetKmsInstance.json",
2025-08-20T19:15:56.4021650Z [00:02:03.115]➜  			"en-US/kms/GetParametersForImport.json",
2025-08-20T19:15:56.4021899Z [00:02:03.115]➜  			"en-US/kms/GetPublicKey.json",
2025-08-20T19:15:56.4022169Z [00:02:03.115]➜  			"en-US/kms/GetRandomPassword.json",
2025-08-20T19:15:56.4022586Z [00:02:03.115]➜  			"en-US/kms/GetSecretValue.json",
2025-08-20T19:15:56.4022876Z [00:02:03.115]➜  			"en-US/kms/ImportKeyMaterial.json",
2025-08-20T19:15:56.4023280Z [00:02:03.115]➜  			"en-US/kms/ListAliases.json",
2025-08-20T19:15:56.4023575Z [00:02:03.115]➜  			"en-US/kms/ListAliasesByKeyId.json",
2025-08-20T19:15:56.4023898Z [00:02:03.115]➜  			"en-US/kms/ListApplicationAccessPoints.json",
2025-08-20T19:15:56.4024168Z [00:02:03.115]➜  			"en-US/kms/ListClientKeys.json",
2025-08-20T19:15:56.4024420Z [00:02:03.115]➜  			"en-US/kms/ListKeyVersions.json",
2025-08-20T19:15:56.4024654Z [00:02:03.115]➜  			"en-US/kms/ListKeys.json",
2025-08-20T19:15:56.4024917Z [00:02:03.115]➜  			"en-US/kms/ListKmsInstances.json",
2025-08-20T19:15:56.4025182Z [00:02:03.115]➜  			"en-US/kms/ListNetworkRules.json",
2025-08-20T19:15:56.4025430Z [00:02:03.115]➜  			"en-US/kms/ListPolicies.json",
2025-08-20T19:15:56.4025688Z [00:02:03.115]➜  			"en-US/kms/ListResourceTags.json",
2025-08-20T19:15:56.4025961Z [00:02:03.115]➜  			"en-US/kms/ListSecretVersionIds.json",
2025-08-20T19:15:56.4026207Z [00:02:03.115]➜  			"en-US/kms/ListSecrets.json",
2025-08-20T19:15:56.4026463Z [00:02:03.115]➜  			"en-US/kms/ListTagResources.json",
2025-08-20T19:15:56.4026729Z [00:02:03.115]➜  			"en-US/kms/OpenKmsService.json",
2025-08-20T19:15:56.4026981Z [00:02:03.115]➜  			"en-US/kms/PutSecretValue.json",
2025-08-20T19:15:56.4027233Z [00:02:03.115]➜  			"en-US/kms/ReEncrypt.json",
2025-08-20T19:15:56.4027484Z [00:02:03.115]➜  			"en-US/kms/RestoreSecret.json",
2025-08-20T19:15:56.4027735Z [00:02:03.115]➜  			"en-US/kms/RotateSecret.json",
2025-08-20T19:15:56.4028010Z [00:02:03.115]➜  			"en-US/kms/ScheduleKeyDeletion.json",
2025-08-20T19:15:56.4028309Z [00:02:03.115]➜  			"en-US/kms/SetDeletionProtection.json",
2025-08-20T19:15:56.4028544Z [00:02:03.115]➜  			"en-US/kms/TagResource.json",
2025-08-20T19:15:56.4028779Z [00:02:03.115]➜  			"en-US/kms/TagResources.json",
2025-08-20T19:15:56.4029027Z [00:02:03.115]➜  			"en-US/kms/UntagResource.json",
2025-08-20T19:15:56.4029277Z [00:02:03.115]➜  			"en-US/kms/UntagResources.json",
2025-08-20T19:15:56.4029523Z [00:02:03.115]➜  			"en-US/kms/UpdateAlias.json",
2025-08-20T19:15:56.4029854Z [00:02:03.115]➜  			"en-US/kms/UpdateApplicationAccessPoint.json",
2025-08-20T19:15:56.4030155Z [00:02:03.115]➜  			"en-US/kms/UpdateCertificateStatus.json",
2025-08-20T19:15:56.4030636Z [00:02:03.115]➜  			"en-US/kms/UpdateKeyDescription.json",
2025-08-20T19:15:56.4030950Z [00:02:03.115]➜  			"en-US/kms/UpdateKmsInstanceBindVpc.json",
2025-08-20T19:15:56.4031218Z [00:02:03.115]➜  			"en-US/kms/UpdateNetworkRule.json",
2025-08-20T19:15:56.4031463Z [00:02:03.115]➜  			"en-US/kms/UpdatePolicy.json",
2025-08-20T19:15:56.4031736Z [00:02:03.116]➜  			"en-US/kms/UpdateRotationPolicy.json",
2025-08-20T19:15:56.4031983Z [00:02:03.116]➜  			"en-US/kms/UpdateSecret.json",
2025-08-20T19:15:56.4032302Z [00:02:03.116]➜  			"en-US/kms/UpdateSecretRotationPolicy.json",
2025-08-20T19:15:56.4032769Z [00:02:03.116]➜  			"en-US/kms/UpdateSecretVersionStage.json",
2025-08-20T19:15:56.4033035Z [00:02:03.116]➜  			"en-US/kms/UploadCertificate.json",
2025-08-20T19:15:56.4033262Z [00:02:03.116]➜  			"en-US/kms/version.json",
2025-08-20T19:15:56.4033544Z [00:02:03.116]➜  			"en-US/live/AddCasterComponent.json",
2025-08-20T19:15:56.4033814Z [00:02:03.116]➜  			"en-US/live/AddCasterEpisode.json",
2025-08-20T19:15:56.4034120Z [00:02:03.116]➜  			"en-US/live/AddCasterEpisodeGroup.json",
2025-08-20T19:15:56.4034455Z [00:02:03.116]➜  			"en-US/live/AddCasterEpisodeGroupContent.json",
2025-08-20T19:15:56.4034717Z [00:02:03.116]➜  			"en-US/live/AddCasterLayout.json",
2025-08-20T19:15:56.4034980Z [00:02:03.116]➜  			"en-US/live/AddCasterProgram.json",
2025-08-20T19:15:56.4035270Z [00:02:03.116]➜  			"en-US/live/AddCasterVideoResource.json",
2025-08-20T19:15:56.4035599Z [00:02:03.116]➜  			"en-US/live/AddCustomLiveStreamTranscode.json",
2025-08-20T19:15:56.4035890Z [00:02:03.116]➜  			"en-US/live/AddLiveAppRecordConfig.json",
2025-08-20T19:15:56.4036202Z [00:02:03.116]➜  			"en-US/live/AddLiveAppSnapshotConfig.json",
2025-08-20T19:15:56.4036500Z [00:02:03.116]➜  			"en-US/live/AddLiveAudioAuditConfig.json",
2025-08-20T19:15:56.4036996Z [00:02:03.116]➜  			"en-US/live/AddLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:56.4037298Z [00:02:03.116]➜  			"en-US/live/AddLiveCenterTransfer.json",
2025-08-20T19:15:56.4037627Z [00:02:03.116]➜  			"en-US/live/AddLiveDetectNotifyConfig.json",
2025-08-20T19:15:56.4037875Z [00:02:03.116]➜  			"en-US/live/AddLiveDomain.json",
2025-08-20T19:15:56.4038166Z [00:02:03.116]➜  			"en-US/live/AddLiveDomainMapping.json",
2025-08-20T19:15:56.4038464Z [00:02:03.116]➜  			"en-US/live/AddLiveDomainPlayMapping.json",
2025-08-20T19:15:56.4038741Z [00:02:03.116]➜  			"en-US/live/AddLivePackageConfig.json",
2025-08-20T19:15:56.4039060Z [00:02:03.116]➜  			"en-US/live/AddLivePullStreamInfoConfig.json",
2025-08-20T19:15:56.4039370Z [00:02:03.116]➜  			"en-US/live/AddLiveRecordNotifyConfig.json",
2025-08-20T19:15:56.4039652Z [00:02:03.116]➜  			"en-US/live/AddLiveRecordVodConfig.json",
2025-08-20T19:15:56.4040007Z [00:02:03.116]➜  			"en-US/live/AddLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:56.4040335Z [00:02:03.116]➜  			"en-US/live/AddLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:56.4040618Z [00:02:03.116]➜  			"en-US/live/AddLiveStreamMerge.json",
2025-08-20T19:15:56.4040918Z [00:02:03.116]➜  			"en-US/live/AddLiveStreamTranscode.json",
2025-08-20T19:15:56.4041194Z [00:02:03.116]➜  			"en-US/live/AddLiveStreamWatermark.json",
2025-08-20T19:15:56.4041497Z [00:02:03.116]➜  			"en-US/live/AddLiveStreamWatermarkRule.json",
2025-08-20T19:15:56.4041763Z [00:02:03.116]➜  			"en-US/live/AddMultiRateConfig.json",
2025-08-20T19:15:56.4042026Z [00:02:03.116]➜  			"en-US/live/AddPlaylistItems.json",
2025-08-20T19:15:56.4042321Z [00:02:03.116]➜  			"en-US/live/AddRtsLiveStreamTranscode.json",
2025-08-20T19:15:56.4042778Z [00:02:03.116]➜  			"en-US/live/AddShowIntoShowList.json",
2025-08-20T19:15:56.4043050Z [00:02:03.116]➜  			"en-US/live/AddStudioLayout.json",
2025-08-20T19:15:56.4043316Z [00:02:03.116]➜  			"en-US/live/AddTrancodeSEI.json",
2025-08-20T19:15:56.4043572Z [00:02:03.116]➜  			"en-US/live/AllowPushStream.json",
2025-08-20T19:15:56.4043919Z [00:02:03.116]➜  			"en-US/live/BatchDeleteLiveDomainConfigs.json",
2025-08-20T19:15:56.4044193Z [00:02:03.116]➜  			"en-US/live/BatchGetOnlineUsers.json",
2025-08-20T19:15:56.4044669Z [00:02:03.116]➜  			"en-US/live/BatchSetLiveDomainConfigs.json",
2025-08-20T19:15:56.4044976Z [00:02:03.116]➜  			"en-US/live/CancelMuteAllGroupUser.json",
2025-08-20T19:15:56.4045257Z [00:02:03.116]➜  			"en-US/live/CancelMuteGroupUser.json",
2025-08-20T19:15:56.4045605Z [00:02:03.116]➜  			"en-US/live/CheckLiveMessageUsersInGroup.json",
2025-08-20T19:15:56.4045937Z [00:02:03.116]➜  			"en-US/live/CheckLiveMessageUsersOnline.json",
2025-08-20T19:15:56.4046189Z [00:02:03.116]➜  			"en-US/live/CloseLiveShift.json",
2025-08-20T19:15:56.4046455Z [00:02:03.116]➜  			"en-US/live/CopyCaster.json",
2025-08-20T19:15:56.4046751Z [00:02:03.116]➜  			"en-US/live/CopyCasterSceneConfig.json",
2025-08-20T19:15:56.4047004Z [00:02:03.116]➜  			"en-US/live/CreateCaster.json",
2025-08-20T19:15:56.4047309Z [00:02:03.116]➜  			"en-US/live/CreateCustomTemplate.json",
2025-08-20T19:15:56.4047617Z [00:02:03.116]➜  			"en-US/live/CreateEdgeTranscodeJob.json",
2025-08-20T19:15:56.4047876Z [00:02:03.116]➜  			"en-US/live/CreateEventSub.json",
2025-08-20T19:15:56.4048173Z [00:02:03.116]➜  			"en-US/live/CreateLiveDelayConfig.json",
2025-08-20T19:15:56.4048457Z [00:02:03.116]➜  			"en-US/live/CreateLiveMessageApp.json",
2025-08-20T19:15:56.4048757Z [00:02:03.116]➜  			"en-US/live/CreateLiveMessageGroup.json",
2025-08-20T19:15:56.4049098Z [00:02:03.116]➜  			"en-US/live/CreateLiveRealTimeLogDelivery.json",
2025-08-20T19:15:56.4049403Z [00:02:03.116]➜  			"en-US/live/CreateLiveStreamMonitor.json",
2025-08-20T19:15:56.4049752Z [00:02:03.116]➜  			"en-US/live/CreateLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:56.4050074Z [00:02:03.116]➜  			"en-US/live/CreateLiveTranscodeTemplate.json",
2025-08-20T19:15:56.4050334Z [00:02:03.116]➜  			"en-US/live/CreateMessageApp.json",
2025-08-20T19:15:56.4050611Z [00:02:03.116]➜  			"en-US/live/CreateMessageGroup.json",
2025-08-20T19:15:56.4051036Z [00:02:03.116]➜  			"en-US/live/CreateMixStream.json",
2025-08-20T19:15:56.4051416Z [00:02:03.116]➜  			"en-US/live/CreateRoomRealTimeStreamAddress.json",
2025-08-20T19:15:56.4051698Z [00:02:03.116]➜  			"en-US/live/DeleteCaster.json",
2025-08-20T19:15:56.4052012Z [00:02:03.116]➜  			"en-US/live/DeleteCasterComponent.json",
2025-08-20T19:15:56.4052364Z [00:02:03.116]➜  			"en-US/live/DeleteCasterEpisode.json",
2025-08-20T19:15:56.4052881Z [00:02:03.116]➜  			"en-US/live/DeleteCasterEpisodeGroup.json",
2025-08-20T19:15:56.4053178Z [00:02:03.116]➜  			"en-US/live/DeleteCasterLayout.json",
2025-08-20T19:15:56.4053481Z [00:02:03.116]➜  			"en-US/live/DeleteCasterProgram.json",
2025-08-20T19:15:56.4053789Z [00:02:03.116]➜  			"en-US/live/DeleteCasterSceneConfig.json",
2025-08-20T19:15:56.4054128Z [00:02:03.116]➜  			"en-US/live/DeleteCasterVideoResource.json",
2025-08-20T19:15:56.4054395Z [00:02:03.116]➜  			"en-US/live/DeleteChannel.json",
2025-08-20T19:15:56.4054715Z [00:02:03.116]➜  			"en-US/live/DeleteCustomTemplate.json",
2025-08-20T19:15:56.4055022Z [00:02:03.116]➜  			"en-US/live/DeleteEdgeTranscodeJob.json",
2025-08-20T19:15:56.4055321Z [00:02:03.116]➜  			"en-US/live/DeleteEventSub.json",
2025-08-20T19:15:56.4055644Z [00:02:03.116]➜  			"en-US/live/DeleteLiveAppRecordConfig.json",
2025-08-20T19:15:56.4055993Z [00:02:03.116]➜  			"en-US/live/DeleteLiveAppSnapshotConfig.json",
2025-08-20T19:15:56.4056326Z [00:02:03.116]➜  			"en-US/live/DeleteLiveAudioAuditConfig.json",
2025-08-20T19:15:56.4056699Z [00:02:03.116]➜  			"en-US/live/DeleteLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:56.4057012Z [00:02:03.116]➜  			"en-US/live/DeleteLiveDelayConfig.json",
2025-08-20T19:15:56.4057350Z [00:02:03.116]➜  			"en-US/live/DeleteLiveDetectNotifyConfig.json",
2025-08-20T19:15:56.4057633Z [00:02:03.116]➜  			"en-US/live/DeleteLiveDomain.json",
2025-08-20T19:15:56.4057942Z [00:02:03.116]➜  			"en-US/live/DeleteLiveDomainMapping.json",
2025-08-20T19:15:56.4058299Z [00:02:03.116]➜  			"en-US/live/DeleteLiveDomainPlayMapping.json",
2025-08-20T19:15:56.4058598Z [00:02:03.116]➜  			"en-US/live/DeleteLiveEdgeTransfer.json",
2025-08-20T19:15:56.4059137Z [00:02:03.116]➜  			"en-US/live/DeleteLiveLazyPullStreamInfoConfig.json",
2025-08-20T19:15:56.4059442Z [00:02:03.116]➜  			"en-US/live/DeleteLiveMessageGroup.json",
2025-08-20T19:15:56.4059798Z [00:02:03.116]➜  			"en-US/live/DeleteLiveMessageGroupMessage.json",
2025-08-20T19:15:56.4060133Z [00:02:03.116]➜  			"en-US/live/DeleteLiveMessageUserMessage.json",
2025-08-20T19:15:56.4060446Z [00:02:03.116]➜  			"en-US/live/DeleteLivePackageConfig.json",
2025-08-20T19:15:56.4060802Z [00:02:03.116]➜  			"en-US/live/DeleteLivePullStreamInfoConfig.json",
2025-08-20T19:15:56.4061155Z [00:02:03.116]➜  			"en-US/live/DeleteLiveRealTimeLogLogstore.json",
2025-08-20T19:15:56.4061502Z [00:02:03.116]➜  			"en-US/live/DeleteLiveRealtimeLogDelivery.json",
2025-08-20T19:15:56.4061849Z [00:02:03.116]➜  			"en-US/live/DeleteLiveRecordNotifyConfig.json",
2025-08-20T19:15:56.4062195Z [00:02:03.116]➜  			"en-US/live/DeleteLiveRecordVodConfig.json",
2025-08-20T19:15:56.4062793Z [00:02:03.116]➜  			"en-US/live/DeleteLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:56.4063189Z [00:02:03.116]➜  			"en-US/live/DeleteLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:56.4063549Z [00:02:03.116]➜  			"en-US/live/DeleteLiveSpecificStagingConfig.json",
2025-08-20T19:15:56.4063834Z [00:02:03.116]➜  			"en-US/live/DeleteLiveStreamBlock.json",
2025-08-20T19:15:56.4064120Z [00:02:03.116]➜  			"en-US/live/DeleteLiveStreamMerge.json",
2025-08-20T19:15:56.4064425Z [00:02:03.116]➜  			"en-US/live/DeleteLiveStreamMonitor.json",
2025-08-20T19:15:56.4064792Z [00:02:03.116]➜  			"en-US/live/DeleteLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:56.4065111Z [00:02:03.116]➜  			"en-US/live/DeleteLiveStreamTranscode.json",
2025-08-20T19:15:56.4065427Z [00:02:03.116]➜  			"en-US/live/DeleteLiveStreamWatermark.json",
2025-08-20T19:15:56.4065771Z [00:02:03.116]➜  			"en-US/live/DeleteLiveStreamWatermarkRule.json",
2025-08-20T19:15:56.4066295Z [00:02:03.116]➜  			"en-US/live/DeleteLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:56.4066581Z [00:02:03.116]➜  			"en-US/live/DeleteMessageApp.json",
2025-08-20T19:15:56.4066865Z [00:02:03.116]➜  			"en-US/live/DeleteMixStream.json",
2025-08-20T19:15:56.4067156Z [00:02:03.116]➜  			"en-US/live/DeleteMultiRateConfig.json",
2025-08-20T19:15:56.4067434Z [00:02:03.116]➜  			"en-US/live/DeletePlaylist.json",
2025-08-20T19:15:56.4067714Z [00:02:03.117]➜  			"en-US/live/DeletePlaylistItems.json",
2025-08-20T19:15:56.4067966Z [00:02:03.117]➜  			"en-US/live/DeleteRoom.json",
2025-08-20T19:15:56.4068295Z [00:02:03.117]➜  			"en-US/live/DeleteSnapshotCallbackAuth.json",
2025-08-20T19:15:56.4068587Z [00:02:03.117]➜  			"en-US/live/DeleteSnapshotFiles.json",
2025-08-20T19:15:56.4068859Z [00:02:03.117]➜  			"en-US/live/DeleteStudioLayout.json",
2025-08-20T19:15:56.4069182Z [00:02:03.117]➜  			"en-US/live/DescribeAutoShowListTasks.json",
2025-08-20T19:15:56.4069492Z [00:02:03.117]➜  			"en-US/live/DescribeCasterChannels.json",
2025-08-20T19:15:56.4069814Z [00:02:03.117]➜  			"en-US/live/DescribeCasterComponents.json",
2025-08-20T19:15:56.4070121Z [00:02:03.117]➜  			"en-US/live/DescribeCasterConfig.json",
2025-08-20T19:15:56.4070416Z [00:02:03.117]➜  			"en-US/live/DescribeCasterLayouts.json",
2025-08-20T19:15:56.4070706Z [00:02:03.117]➜  			"en-US/live/DescribeCasterProgram.json",
2025-08-20T19:15:56.4071023Z [00:02:03.117]➜  			"en-US/live/DescribeCasterSceneAudio.json",
2025-08-20T19:15:56.4071304Z [00:02:03.117]➜  			"en-US/live/DescribeCasterScenes.json",
2025-08-20T19:15:56.4071610Z [00:02:03.117]➜  			"en-US/live/DescribeCasterStreamUrl.json",
2025-08-20T19:15:56.4071915Z [00:02:03.117]➜  			"en-US/live/DescribeCasterSyncGroup.json",
2025-08-20T19:15:56.4072254Z [00:02:03.117]➜  			"en-US/live/DescribeCasterVideoResources.json",
2025-08-20T19:15:56.4072694Z [00:02:03.117]➜  			"en-US/live/DescribeCasters.json",
2025-08-20T19:15:56.4073059Z [00:02:03.117]➜  			"en-US/live/DescribeChannelParticipants.json",
2025-08-20T19:15:56.4073347Z [00:02:03.117]➜  			"en-US/live/DescribeChannelUsers.json",
2025-08-20T19:15:56.4073812Z [00:02:03.117]➜  			"en-US/live/DescribeDomainUsageData.json",
2025-08-20T19:15:56.4074139Z [00:02:03.117]➜  			"en-US/live/DescribeDomainWithIntegrity.json",
2025-08-20T19:15:56.4074504Z [00:02:03.117]➜  			"en-US/live/DescribeForbidPushStreamRoomList.json",
2025-08-20T19:15:56.4074913Z [00:02:03.117]➜  			"en-US/live/DescribeHlsLiveStreamRealTimeBpsData.json",
2025-08-20T19:15:56.4075251Z [00:02:03.117]➜  			"en-US/live/DescribeLiveAudioAuditConfig.json",
2025-08-20T19:15:56.4075643Z [00:02:03.117]➜  			"en-US/live/DescribeLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:56.4075982Z [00:02:03.117]➜  			"en-US/live/DescribeLiveCenterTransfer.json",
2025-08-20T19:15:56.4076340Z [00:02:03.117]➜  			"en-US/live/DescribeLiveCertificateDetail.json",
2025-08-20T19:15:56.4076676Z [00:02:03.117]➜  			"en-US/live/DescribeLiveCertificateList.json",
2025-08-20T19:15:56.4077026Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDelayConfig.json",
2025-08-20T19:15:56.4077408Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDelayedStreamingUsage.json",
2025-08-20T19:15:56.4077786Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDetectNotifyConfig.json",
2025-08-20T19:15:56.4078111Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDetectPornData.json",
2025-08-20T19:15:56.4078439Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainBpsData.json",
2025-08-20T19:15:56.4078799Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainBpsDataByLayer.json",
2025-08-20T19:15:56.4079207Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainBpsDataByTimeStamp.json",
2025-08-20T19:15:56.4079561Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainByCertificate.json",
2025-08-20T19:15:56.4079942Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainCertificateInfo.json",
2025-08-20T19:15:56.4080317Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainConfigs.json",
2025-08-20T19:15:56.4080814Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainDetail.json",
2025-08-20T19:15:56.4081291Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainFrameRateAndBitRateData.json",
2025-08-20T19:15:56.4081631Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainLimit.json",
2025-08-20T19:15:56.4081928Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainLog.json",
2025-08-20T19:15:56.4082253Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainMapping.json",
2025-08-20T19:15:56.4082895Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainMonitoringUsageData.json",
2025-08-20T19:15:56.4083270Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainOnlineUserNum.json",
2025-08-20T19:15:56.4083629Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainPushBpsData.json",
2025-08-20T19:15:56.4084089Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainPushTrafficData.json",
2025-08-20T19:15:56.4084414Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainPvUvData.json",
2025-08-20T19:15:56.4084797Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainRealTimeBpsData.json",
2025-08-20T19:15:56.4085248Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:56.4085658Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainRealTimeTrafficData.json",
2025-08-20T19:15:56.4086226Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainRealtimeLogDelivery.json",
2025-08-20T19:15:56.4086569Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainRecordData.json",
2025-08-20T19:15:56.4086935Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainRecordUsageData.json",
2025-08-20T19:15:56.4087291Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainSnapshotData.json",
2025-08-20T19:15:56.4087643Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainStagingConfig.json",
2025-08-20T19:15:56.4088070Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainStreamTranscodeData.json",
2025-08-20T19:15:56.4088449Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainTimeShiftData.json",
2025-08-20T19:15:56.4088805Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainTrafficData.json",
2025-08-20T19:15:56.4089173Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDomainTranscodeData.json",
2025-08-20T19:15:56.4089517Z [00:02:03.117]➜  			"en-US/live/DescribeLiveDrmUsageData.json",
2025-08-20T19:15:56.4089859Z [00:02:03.117]➜  			"en-US/live/DescribeLiveEdgeTransfer.json",
2025-08-20T19:15:56.4090209Z [00:02:03.117]➜  			"en-US/live/DescribeLiveGrtnDuration.json",
2025-08-20T19:15:56.4090566Z [00:02:03.117]➜  			"en-US/live/DescribeLiveGrtnTrafficUsage.json",
2025-08-20T19:15:56.4090915Z [00:02:03.117]➜  			"en-US/live/DescribeLiveHttpsDomainList.json",
2025-08-20T19:15:56.4091206Z [00:02:03.117]➜  			"en-US/live/DescribeLiveIpInfo.json",
2025-08-20T19:15:56.4091578Z [00:02:03.117]➜  			"en-US/live/DescribeLiveLazyPullStreamConfig.json",
2025-08-20T19:15:56.4091903Z [00:02:03.117]➜  			"en-US/live/DescribeLiveMessageApp.json",
2025-08-20T19:15:56.4092249Z [00:02:03.117]➜  			"en-US/live/DescribeLiveMessageGroup.json",
2025-08-20T19:15:56.4092966Z [00:02:03.117]➜  			"en-US/live/DescribeLiveMessageGroupBand.json",
2025-08-20T19:15:56.4093328Z [00:02:03.117]➜  			"en-US/live/DescribeLivePackageConfig.json",
2025-08-20T19:15:56.4093699Z [00:02:03.117]➜  			"en-US/live/DescribeLiveProducerUsageData.json",
2025-08-20T19:15:56.4094059Z [00:02:03.117]➜  			"en-US/live/DescribeLivePullStreamConfig.json",
2025-08-20T19:15:56.4094375Z [00:02:03.117]➜  			"en-US/live/DescribeLivePushProxyLog.json",
2025-08-20T19:15:56.4094736Z [00:02:03.117]➜  			"en-US/live/DescribeLivePushProxyUsageData.json",
2025-08-20T19:15:56.4095095Z [00:02:03.117]➜  			"en-US/live/DescribeLiveRealtimeDeliveryAcc.json",
2025-08-20T19:15:56.4095478Z [00:02:03.117]➜  			"en-US/live/DescribeLiveRealtimeLogAuthorized.json",
2025-08-20T19:15:56.4095792Z [00:02:03.117]➜  			"en-US/live/DescribeLiveRecordConfig.json",
2025-08-20T19:15:56.4096150Z [00:02:03.117]➜  			"en-US/live/DescribeLiveRecordNotifyConfig.json",
2025-08-20T19:15:56.4096512Z [00:02:03.117]➜  			"en-US/live/DescribeLiveRecordNotifyRecords.json",
2025-08-20T19:15:56.4096869Z [00:02:03.117]➜  			"en-US/live/DescribeLiveRecordVodConfigs.json",
2025-08-20T19:15:56.4097173Z [00:02:03.117]➜  			"en-US/live/DescribeLiveShiftConfigs.json",
2025-08-20T19:15:56.4097517Z [00:02:03.117]➜  			"en-US/live/DescribeLiveSnapshotConfig.json",
2025-08-20T19:15:56.4097921Z [00:02:03.117]➜  			"en-US/live/DescribeLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:56.4122076Z [00:02:03.117]➜  			"en-US/live/DescribeLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:56.4122609Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamAuthChecking.json",
2025-08-20T19:15:56.4122987Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamBitRateData.json",
2025-08-20T19:15:56.4123295Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamCount.json",
2025-08-20T19:15:56.4123635Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamDelayConfig.json",
2025-08-20T19:15:56.4124000Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamHistoryUserNum.json",
2025-08-20T19:15:56.4124396Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamMetricDetailData.json",
2025-08-20T19:15:56.4124749Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamMonitorList.json",
2025-08-20T19:15:56.4125372Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamOptimizedFeatureConfig.json",
2025-08-20T19:15:56.4125732Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamPreloadTasks.json",
2025-08-20T19:15:56.4126162Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamPushMetricDetailData.json",
2025-08-20T19:15:56.4126506Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamRecordContent.json",
2025-08-20T19:15:56.4126884Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamRecordIndexFile.json",
2025-08-20T19:15:56.4127268Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:56.4127621Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamSnapshotInfo.json",
2025-08-20T19:15:56.4127928Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamState.json",
2025-08-20T19:15:56.4128283Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamTranscodeInfo.json",
2025-08-20T19:15:56.4128688Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamTranscodeMetricData.json",
2025-08-20T19:15:56.4129088Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamTranscodeStreamNum.json",
2025-08-20T19:15:56.4129439Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamWatermarkRules.json",
2025-08-20T19:15:56.4129782Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamWatermarks.json",
2025-08-20T19:15:56.4130112Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamsBlockList.json",
2025-08-20T19:15:56.4130472Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamsControlHistory.json",
2025-08-20T19:15:56.4130819Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamsNotifyRecords.json",
2025-08-20T19:15:56.4131194Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:56.4131530Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamsOnlineList.json",
2025-08-20T19:15:56.4131871Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamsPublishList.json",
2025-08-20T19:15:56.4132621Z [00:02:03.117]➜  			"en-US/live/DescribeLiveStreamsTotalCount.json",
2025-08-20T19:15:56.4132977Z [00:02:03.117]➜  			"en-US/live/DescribeLiveTagResources.json",
2025-08-20T19:15:56.4133334Z [00:02:03.117]➜  			"en-US/live/DescribeLiveTopDomainsByFlow.json",
2025-08-20T19:15:56.4133694Z [00:02:03.117]➜  			"en-US/live/DescribeLiveUserBillPrediction.json",
2025-08-20T19:15:56.4134002Z [00:02:03.117]➜  			"en-US/live/DescribeLiveUserDomains.json",
2025-08-20T19:15:56.4134295Z [00:02:03.117]➜  			"en-US/live/DescribeLiveUserTags.json",
2025-08-20T19:15:56.4134644Z [00:02:03.117]➜  			"en-US/live/DescribeMeterLiveInteractionDau.json",
2025-08-20T19:15:56.4134978Z [00:02:03.117]➜  			"en-US/live/DescribeMeterLiveRtcDuration.json",
2025-08-20T19:15:56.4135268Z [00:02:03.117]➜  			"en-US/live/DescribeMixStreamList.json",
2025-08-20T19:15:56.4135647Z [00:02:03.117]➜  			"en-US/live/DescribeRTSNativeSDKFirstFrameCost.json",
2025-08-20T19:15:56.4136036Z [00:02:03.117]➜  			"en-US/live/DescribeRTSNativeSDKFirstFrameDelay.json",
2025-08-20T19:15:56.4136409Z [00:02:03.117]➜  			"en-US/live/DescribeRTSNativeSDKPlayFailStatus.json",
2025-08-20T19:15:56.4136746Z [00:02:03.117]➜  			"en-US/live/DescribeRTSNativeSDKPlayTime.json",
2025-08-20T19:15:56.4137073Z [00:02:03.117]➜  			"en-US/live/DescribeRTSNativeSDKVvData.json",
2025-08-20T19:15:56.4137393Z [00:02:03.117]➜  			"en-US/live/DescribeRoomKickoutUserList.json",
2025-08-20T19:15:56.4137669Z [00:02:03.117]➜  			"en-US/live/DescribeRoomList.json",
2025-08-20T19:15:56.4137944Z [00:02:03.117]➜  			"en-US/live/DescribeRoomStatus.json",
2025-08-20T19:15:56.4138214Z [00:02:03.117]➜  			"en-US/live/DescribeShowList.json",
2025-08-20T19:15:56.4138534Z [00:02:03.117]➜  			"en-US/live/DescribeStreamLocationBlock.json",
2025-08-20T19:15:56.4138830Z [00:02:03.117]➜  			"en-US/live/DescribeStudioLayouts.json",
2025-08-20T19:15:56.4139132Z [00:02:03.117]➜  			"en-US/live/DescribeToutiaoLivePlay.json",
2025-08-20T19:15:56.4139465Z [00:02:03.117]➜  			"en-US/live/DescribeToutiaoLivePublish.json",
2025-08-20T19:15:56.4139751Z [00:02:03.117]➜  			"en-US/live/DescribeUpBpsPeakData.json",
2025-08-20T19:15:56.4140211Z [00:02:03.117]➜  			"en-US/live/DescribeUpBpsPeakOfLine.json",
2025-08-20T19:15:56.4140552Z [00:02:03.117]➜  			"en-US/live/DescribeUpPeakPublishStreamData.json",
2025-08-20T19:15:56.4140889Z [00:02:03.117]➜  			"en-US/live/DisableLiveRealtimeLogDelivery.json",
2025-08-20T19:15:56.4141218Z [00:02:03.117]➜  			"en-US/live/DynamicUpdateWaterMarkStreamRule.json",
2025-08-20T19:15:56.4141460Z [00:02:03.117]➜  			"en-US/live/EditPlaylist.json",
2025-08-20T19:15:56.4141714Z [00:02:03.117]➜  			"en-US/live/EditShowAndReplace.json",
2025-08-20T19:15:56.4141978Z [00:02:03.117]➜  			"en-US/live/EffectCasterUrgent.json",
2025-08-20T19:15:56.4142284Z [00:02:03.117]➜  			"en-US/live/EffectCasterVideoResource.json",
2025-08-20T19:15:56.4165989Z [00:02:03.117]➜  			"en-US/live/EnableLiveRealtimeLogDelivery.json",
2025-08-20T19:15:56.4166359Z [00:02:03.117]➜  			"en-US/live/ForbidLiveStream.json",
2025-08-20T19:15:56.4166648Z [00:02:03.117]➜  			"en-US/live/ForbidPushStream.json",
2025-08-20T19:15:56.4166961Z [00:02:03.117]➜  			"en-US/live/GetAllCustomTemplates.json",
2025-08-20T19:15:56.4167254Z [00:02:03.117]➜  			"en-US/live/GetCustomTemplate.json",
2025-08-20T19:15:56.4167551Z [00:02:03.117]➜  			"en-US/live/GetEdgeTranscodeJob.json",
2025-08-20T19:15:56.4167871Z [00:02:03.117]➜  			"en-US/live/GetEdgeTranscodeTemplate.json",
2025-08-20T19:15:56.4168153Z [00:02:03.117]➜  			"en-US/live/GetEditingJobInfo.json",
2025-08-20T19:15:56.4168432Z [00:02:03.117]➜  			"en-US/live/GetMessageApp.json",
2025-08-20T19:15:56.4168733Z [00:02:03.117]➜  			"en-US/live/GetMessageGroup.json",
2025-08-20T19:15:56.4169028Z [00:02:03.117]➜  			"en-US/live/GetMessageToken.json",
2025-08-20T19:15:56.4169341Z [00:02:03.117]➜  			"en-US/live/GetMultiRateConfig.json",
2025-08-20T19:15:56.4169667Z [00:02:03.117]➜  			"en-US/live/GetMultiRateConfigList.json",
2025-08-20T19:15:56.4170167Z [00:02:03.117]➜  			"en-US/live/HotLiveRtcStream.json",
2025-08-20T19:15:56.4170522Z [00:02:03.117]➜  			"en-US/live/InitializeAutoShowListTask.json",
2025-08-20T19:15:56.4170845Z [00:02:03.117]➜  			"en-US/live/JoinMessageGroup.json",
2025-08-20T19:15:56.4171182Z [00:02:03.117]➜  			"en-US/live/KickLiveMessageGroupUser.json",
2025-08-20T19:15:56.4171484Z [00:02:03.117]➜  			"en-US/live/LeaveMessageGroup.json",
2025-08-20T19:15:56.4171791Z [00:02:03.117]➜  			"en-US/live/ListEdgeTranscodeJob.json",
2025-08-20T19:15:56.4172138Z [00:02:03.117]➜  			"en-US/live/ListEdgeTranscodeTemplate.json",
2025-08-20T19:15:56.4172942Z [00:02:03.117]➜  			"en-US/live/ListEventSub.json",
2025-08-20T19:15:56.4173304Z [00:02:03.117]➜  			"en-US/live/ListEventSubEvent.json",
2025-08-20T19:15:56.4173630Z [00:02:03.117]➜  			"en-US/live/ListLiveDelayConfig.json",
2025-08-20T19:15:56.4173938Z [00:02:03.117]➜  			"en-US/live/ListLiveMessageApps.json",
2025-08-20T19:15:56.4174299Z [00:02:03.117]➜  			"en-US/live/ListLiveMessageGroupMessages.json",
2025-08-20T19:15:56.4174661Z [00:02:03.117]➜  			"en-US/live/ListLiveMessageGroupUsers.json",
2025-08-20T19:15:56.4174979Z [00:02:03.117]➜  			"en-US/live/ListLiveMessageGroups.json",
2025-08-20T19:15:56.4175351Z [00:02:03.117]➜  			"en-US/live/ListLiveRealtimeLogDelivery.json",
2025-08-20T19:15:56.4175755Z [00:02:03.117]➜  			"en-US/live/ListLiveRealtimeLogDeliveryDomains.json",
2025-08-20T19:15:56.4176147Z [00:02:03.117]➜  			"en-US/live/ListLiveRealtimeLogDeliveryInfos.json",
2025-08-20T19:15:56.4176418Z [00:02:03.117]➜  			"en-US/live/ListMessage.json",
2025-08-20T19:15:56.4176707Z [00:02:03.118]➜  			"en-US/live/ListMessageApp.json",
2025-08-20T19:15:56.4176999Z [00:02:03.118]➜  			"en-US/live/ListMessageGroup.json",
2025-08-20T19:15:56.4177313Z [00:02:03.118]➜  			"en-US/live/ListMessageGroupUser.json",
2025-08-20T19:15:56.4177645Z [00:02:03.118]➜  			"en-US/live/ListMessageGroupUserById.json",
2025-08-20T19:15:56.4177922Z [00:02:03.118]➜  			"en-US/live/ListPlaylist.json",
2025-08-20T19:15:56.4178228Z [00:02:03.118]➜  			"en-US/live/ListPlaylistItems.json",
2025-08-20T19:15:56.4178548Z [00:02:03.118]➜  			"en-US/live/ModifyCasterComponent.json",
2025-08-20T19:15:56.4179023Z [00:02:03.118]➜  			"en-US/live/ModifyCasterEpisode.json",
2025-08-20T19:15:56.4179327Z [00:02:03.118]➜  			"en-US/live/ModifyCasterLayout.json",
2025-08-20T19:15:56.4179626Z [00:02:03.118]➜  			"en-US/live/ModifyCasterProgram.json",
2025-08-20T19:15:56.4179966Z [00:02:03.118]➜  			"en-US/live/ModifyCasterVideoResource.json",
2025-08-20T19:15:56.4180402Z [00:02:03.118]➜  			"en-US/live/ModifyLiveDomainSchdmByProperty.json",
2025-08-20T19:15:56.4180747Z [00:02:03.118]➜  			"en-US/live/ModifyLiveMessageAppAudit.json",
2025-08-20T19:15:56.4181096Z [00:02:03.118]➜  			"en-US/live/ModifyLiveMessageAppCallback.json",
2025-08-20T19:15:56.4181450Z [00:02:03.118]➜  			"en-US/live/ModifyLiveMessageAppDisable.json",
2025-08-20T19:15:56.4181778Z [00:02:03.118]➜  			"en-US/live/ModifyLiveMessageGroup.json",
2025-08-20T19:15:56.4182138Z [00:02:03.118]➜  			"en-US/live/ModifyLiveMessageGroupBand.json",
2025-08-20T19:15:56.4182711Z [00:02:03.118]➜  			"en-US/live/ModifyLiveMessageUserInfo.json",
2025-08-20T19:15:56.4183089Z [00:02:03.118]➜  			"en-US/live/ModifyLiveRealtimeLogDelivery.json",
2025-08-20T19:15:56.4183824Z [00:02:03.118]➜  			"en-US/live/ModifyShowList.json",
2025-08-20T19:15:56.4184128Z [00:02:03.118]➜  			"en-US/live/ModifyStudioLayout.json",
2025-08-20T19:15:56.4184415Z [00:02:03.118]➜  			"en-US/live/MuteAllGroupUser.json",
2025-08-20T19:15:56.4184681Z [00:02:03.118]➜  			"en-US/live/MuteGroupUser.json",
2025-08-20T19:15:56.4184949Z [00:02:03.118]➜  			"en-US/live/OpenLiveShift.json",
2025-08-20T19:15:56.4185239Z [00:02:03.118]➜  			"en-US/live/PlayChoosenShow.json",
2025-08-20T19:15:56.4185682Z [00:02:03.118]➜  			"en-US/live/PublishLiveStagingConfigToProduction.json",
2025-08-20T19:15:56.4185972Z [00:02:03.118]➜  			"en-US/live/QueryMessageApp.json",
2025-08-20T19:15:56.4186320Z [00:02:03.118]➜  			"en-US/live/QuerySnapshotCallbackAuth.json",
2025-08-20T19:15:56.4186797Z [00:02:03.118]➜  			"en-US/live/RealTimeRecordCommand.json",
2025-08-20T19:15:56.4187142Z [00:02:03.118]➜  			"en-US/live/RealTimeSnapshotCommand.json",
2025-08-20T19:15:56.4187468Z [00:02:03.118]➜  			"en-US/live/RemoveShowFromShowList.json",
2025-08-20T19:15:56.4187757Z [00:02:03.118]➜  			"en-US/live/RemoveTerminals.json",
2025-08-20T19:15:56.4188026Z [00:02:03.118]➜  			"en-US/live/RestartCaster.json",
2025-08-20T19:15:56.4188323Z [00:02:03.118]➜  			"en-US/live/ResumeLiveStream.json",
2025-08-20T19:15:56.4188657Z [00:02:03.118]➜  			"en-US/live/RollbackLiveStagingConfig.json",
2025-08-20T19:15:56.4188919Z [00:02:03.118]➜  			"en-US/live/SendLike.json",
2025-08-20T19:15:56.4189227Z [00:02:03.118]➜  			"en-US/live/SendLiveMessageGroup.json",
2025-08-20T19:15:56.4189537Z [00:02:03.118]➜  			"en-US/live/SendLiveMessageUser.json",
2025-08-20T19:15:56.4189834Z [00:02:03.118]➜  			"en-US/live/SendMessageToGroup.json",
2025-08-20T19:15:56.4190186Z [00:02:03.118]➜  			"en-US/live/SendMessageToGroupUsers.json",
2025-08-20T19:15:56.4190507Z [00:02:03.118]➜  			"en-US/live/SendRoomNotification.json",
2025-08-20T19:15:56.4190864Z [00:02:03.118]➜  			"en-US/live/SendRoomUserNotification.json",
2025-08-20T19:15:56.4191138Z [00:02:03.118]➜  			"en-US/live/SetCasterChannel.json",
2025-08-20T19:15:56.4191420Z [00:02:03.118]➜  			"en-US/live/SetCasterConfig.json",
2025-08-20T19:15:56.4191869Z [00:02:03.118]➜  			"en-US/live/SetCasterSceneConfig.json",
2025-08-20T19:15:56.4192167Z [00:02:03.118]➜  			"en-US/live/SetCasterSyncGroup.json",
2025-08-20T19:15:56.4193046Z [00:02:03.118]➜  			"en-US/live/SetCasterTimedEvent.json",
2025-08-20T19:15:56.4193435Z [00:02:03.118]➜  			"en-US/live/SetLiveDomainCertificate.json",
2025-08-20T19:15:56.4193983Z [00:02:03.118]➜  			"en-US/live/SetLiveDomainStagingConfig.json",
2025-08-20T19:15:56.4194305Z [00:02:03.118]➜  			"en-US/live/SetLiveEdgeTransfer.json",
2025-08-20T19:15:56.4194713Z [00:02:03.119]➜  			"en-US/live/SetLiveLazyPullStreamInfoConfig.json",
2025-08-20T19:15:56.4195095Z [00:02:03.119]➜  			"en-US/live/SetLiveMpuTaskSei.json",
2025-08-20T19:15:56.4195399Z [00:02:03.119]➜  			"en-US/live/SetLiveStreamBlock.json",
2025-08-20T19:15:56.4195976Z [00:02:03.119]➜  			"en-US/live/SetLiveStreamDelayConfig.json",
2025-08-20T19:15:56.4196387Z [00:02:03.119]➜  			"en-US/live/SetLiveStreamOptimizedFeatureConfig.json",
2025-08-20T19:15:56.4196736Z [00:02:03.119]➜  			"en-US/live/SetLiveStreamPreloadTasks.json",
2025-08-20T19:15:56.4197099Z [00:02:03.119]➜  			"en-US/live/SetLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:56.4197430Z [00:02:03.119]➜  			"en-US/live/SetSnapshotCallbackAuth.json",
2025-08-20T19:15:56.4197723Z [00:02:03.119]➜  			"en-US/live/StartCaster.json",
2025-08-20T19:15:56.4198032Z [00:02:03.119]➜  			"en-US/live/StartCasterScene.json",
2025-08-20T19:15:56.4198341Z [00:02:03.119]➜  			"en-US/live/StartEdgeTranscodeJob.json",
2025-08-20T19:15:56.4198631Z [00:02:03.119]➜  			"en-US/live/StartLiveDomain.json",
2025-08-20T19:15:56.4198934Z [00:02:03.119]➜  			"en-US/live/StartLiveMPUTask.json",
2025-08-20T19:15:56.4199261Z [00:02:03.119]➜  			"en-US/live/StartLiveStreamMonitor.json",
2025-08-20T19:15:56.4199551Z [00:02:03.119]➜  			"en-US/live/StartPlaylist.json",
2025-08-20T19:15:56.4199819Z [00:02:03.119]➜  			"en-US/live/StopCaster.json",
2025-08-20T19:15:56.4200101Z [00:02:03.119]➜  			"en-US/live/StopCasterScene.json",
2025-08-20T19:15:56.4200410Z [00:02:03.119]➜  			"en-US/live/StopEdgeTranscodeJob.json",
2025-08-20T19:15:56.4200689Z [00:02:03.119]➜  			"en-US/live/StopLiveDomain.json",
2025-08-20T19:15:56.4200976Z [00:02:03.119]➜  			"en-US/live/StopLiveMPUTask.json",
2025-08-20T19:15:56.4201282Z [00:02:03.119]➜  			"en-US/live/StopLiveStreamMonitor.json",
2025-08-20T19:15:56.4201561Z [00:02:03.119]➜  			"en-US/live/StopPlaylist.json",
2025-08-20T19:15:56.4201845Z [00:02:03.119]➜  			"en-US/live/TagLiveResources.json",
2025-08-20T19:15:56.4202145Z [00:02:03.119]➜  			"en-US/live/UnTagLiveResources.json",
2025-08-20T19:15:56.4202789Z [00:02:03.119]➜  			"en-US/live/UpdateCasterSceneAudio.json",
2025-08-20T19:15:56.4203133Z [00:02:03.119]➜  			"en-US/live/UpdateCasterSceneConfig.json",
2025-08-20T19:15:56.4203448Z [00:02:03.119]➜  			"en-US/live/UpdateEdgeTranscodeJob.json",
2025-08-20T19:15:56.4212357Z [00:02:03.119]➜  			"en-US/live/UpdateEventSub.json",
2025-08-20T19:15:56.4212954Z [00:02:03.119]➜  			"en-US/live/UpdateLiveAppRecordConfig.json",
2025-08-20T19:15:56.4213301Z [00:02:03.119]➜  			"en-US/live/UpdateLiveAppSnapshotConfig.json",
2025-08-20T19:15:56.4213629Z [00:02:03.119]➜  			"en-US/live/UpdateLiveAudioAuditConfig.json",
2025-08-20T19:15:56.4214004Z [00:02:03.119]➜  			"en-US/live/UpdateLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:56.4214324Z [00:02:03.119]➜  			"en-US/live/UpdateLiveCenterTransfer.json",
2025-08-20T19:15:56.4214658Z [00:02:03.119]➜  			"en-US/live/UpdateLiveDelayConfig.json",
2025-08-20T19:15:56.4215022Z [00:02:03.119]➜  			"en-US/live/UpdateLiveDetectNotifyConfig.json",
2025-08-20T19:15:56.4215352Z [00:02:03.119]➜  			"en-US/live/UpdateLiveMPUTask.json",
2025-08-20T19:15:56.4215682Z [00:02:03.119]➜  			"en-US/live/UpdateLivePackageConfig.json",
2025-08-20T19:15:56.4216065Z [00:02:03.119]➜  			"en-US/live/UpdateLivePullStreamInfoConfig.json",
2025-08-20T19:15:56.4216413Z [00:02:03.119]➜  			"en-US/live/UpdateLiveRecordNotifyConfig.json",
2025-08-20T19:15:56.4216739Z [00:02:03.119]➜  			"en-US/live/UpdateLiveRecordVodConfig.json",
2025-08-20T19:15:56.4217138Z [00:02:03.119]➜  			"en-US/live/UpdateLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:56.4217487Z [00:02:03.119]➜  			"en-US/live/UpdateLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:56.4217806Z [00:02:03.119]➜  			"en-US/live/UpdateLiveStreamMonitor.json",
2025-08-20T19:15:56.4218124Z [00:02:03.119]➜  			"en-US/live/UpdateLiveStreamWatermark.json",
2025-08-20T19:15:56.4218474Z [00:02:03.119]➜  			"en-US/live/UpdateLiveStreamWatermarkRule.json",
2025-08-20T19:15:56.4218786Z [00:02:03.119]➜  			"en-US/live/UpdateLiveTopLevelDomain.json",
2025-08-20T19:15:56.4219083Z [00:02:03.119]➜  			"en-US/live/UpdateMessageApp.json",
2025-08-20T19:15:56.4219373Z [00:02:03.119]➜  			"en-US/live/UpdateMessageGroup.json",
2025-08-20T19:15:56.4219875Z [00:02:03.119]➜  			"en-US/live/UpdateMixStream.json",
2025-08-20T19:15:56.4220186Z [00:02:03.119]➜  			"en-US/live/VerifyLiveDomainOwner.json",
2025-08-20T19:15:56.4220443Z [00:02:03.119]➜  			"en-US/live/version.json",
2025-08-20T19:15:56.4220714Z [00:02:03.119]➜  			"en-US/mse/AddAuthPolicy.json",
2025-08-20T19:15:56.4220994Z [00:02:03.119]➜  			"en-US/mse/AddAuthResource.json",
2025-08-20T19:15:56.4221270Z [00:02:03.119]➜  			"en-US/mse/AddBlackWhiteList.json",
2025-08-20T19:15:56.4221522Z [00:02:03.119]➜  			"en-US/mse/AddGateway.json",
2025-08-20T19:15:56.4221822Z [00:02:03.119]➜  			"en-US/mse/AddGatewayAuthConsumer.json",
2025-08-20T19:15:56.4222104Z [00:02:03.119]➜  			"en-US/mse/AddGatewayDomain.json",
2025-08-20T19:15:56.4222369Z [00:02:03.119]➜  			"en-US/mse/AddGatewayRoute.json",
2025-08-20T19:15:56.4223210Z [00:02:03.119]➜  			"en-US/mse/AddGatewayServiceVersion.json",
2025-08-20T19:15:56.4223475Z [00:02:03.119]➜  			"en-US/mse/AddGatewaySlb.json",
2025-08-20T19:15:56.4223762Z [00:02:03.119]➜  			"en-US/mse/AddMigrationTask.json",
2025-08-20T19:15:56.4224015Z [00:02:03.120]➜  			"en-US/mse/AddMockRule.json",
2025-08-20T19:15:56.4224264Z [00:02:03.120]➜  			"en-US/mse/AddSSLCert.json",
2025-08-20T19:15:56.4224555Z [00:02:03.120]➜  			"en-US/mse/AddSecurityGroupRule.json",
2025-08-20T19:15:56.4224831Z [00:02:03.120]➜  			"en-US/mse/AddServiceSource.json",
2025-08-20T19:15:56.4225108Z [00:02:03.120]➜  			"en-US/mse/ApplyGatewayRoute.json",
2025-08-20T19:15:56.4225385Z [00:02:03.120]➜  			"en-US/mse/ApplyTagPolicies.json",
2025-08-20T19:15:56.4225650Z [00:02:03.120]➜  			"en-US/mse/CloneNacosConfig.json",
2025-08-20T19:15:56.4225929Z [00:02:03.120]➜  			"en-US/mse/CreateApplication.json",
2025-08-20T19:15:56.4226241Z [00:02:03.120]➜  			"en-US/mse/CreateCircuitBreakerRule.json",
2025-08-20T19:15:56.4226693Z [00:02:03.120]➜  			"en-US/mse/CreateCluster.json",
2025-08-20T19:15:56.4227000Z [00:02:03.120]➜  			"en-US/mse/CreateEngineNamespace.json",
2025-08-20T19:15:56.4227282Z [00:02:03.120]➜  			"en-US/mse/CreateFlowRule.json",
2025-08-20T19:15:56.4227614Z [00:02:03.120]➜  			"en-US/mse/CreateMseServiceApplication.json",
2025-08-20T19:15:56.4227892Z [00:02:03.120]➜  			"en-US/mse/CreateNacosConfig.json",
2025-08-20T19:15:56.4228174Z [00:02:03.120]➜  			"en-US/mse/CreateNacosInstance.json",
2025-08-20T19:15:56.4228460Z [00:02:03.120]➜  			"en-US/mse/CreateNacosService.json",
2025-08-20T19:15:56.4228782Z [00:02:03.120]➜  			"en-US/mse/CreateOrUpdateSwimmingLane.json",
2025-08-20T19:15:56.4229138Z [00:02:03.120]➜  			"en-US/mse/CreateOrUpdateSwimmingLaneGroup.json",
2025-08-20T19:15:56.4229395Z [00:02:03.120]➜  			"en-US/mse/CreateZnode.json",
2025-08-20T19:15:56.4229675Z [00:02:03.120]➜  			"en-US/mse/DeleteAuthResource.json",
2025-08-20T19:15:56.4230000Z [00:02:03.120]➜  			"en-US/mse/DeleteCircuitBreakerRules.json",
2025-08-20T19:15:56.4230271Z [00:02:03.120]➜  			"en-US/mse/DeleteCluster.json",
2025-08-20T19:15:56.4230573Z [00:02:03.120]➜  			"en-US/mse/DeleteEngineNamespace.json",
2025-08-20T19:15:56.4230859Z [00:02:03.120]➜  			"en-US/mse/DeleteFlowRules.json",
2025-08-20T19:15:56.4231123Z [00:02:03.120]➜  			"en-US/mse/DeleteGateway.json",
2025-08-20T19:15:56.4231435Z [00:02:03.120]➜  			"en-US/mse/DeleteGatewayAuthConsumer.json",
2025-08-20T19:15:56.4231817Z [00:02:03.120]➜  			"en-US/mse/DeleteGatewayAuthConsumerResource.json",
2025-08-20T19:15:56.4232102Z [00:02:03.120]➜  			"en-US/mse/DeleteGatewayDomain.json",
2025-08-20T19:15:56.4232614Z [00:02:03.120]➜  			"en-US/mse/DeleteGatewayRoute.json",
2025-08-20T19:15:56.4232924Z [00:02:03.120]➜  			"en-US/mse/DeleteGatewayService.json",
2025-08-20T19:15:56.4233259Z [00:02:03.120]➜  			"en-US/mse/DeleteGatewayServiceVersion.json",
2025-08-20T19:15:56.4233687Z [00:02:03.120]➜  			"en-US/mse/DeleteGatewaySlb.json",
2025-08-20T19:15:56.4234016Z [00:02:03.120]➜  			"en-US/mse/DeleteMigrationTask.json",
2025-08-20T19:15:56.4234788Z [00:02:03.120]➜  			"en-US/mse/DeleteNacosConfig.json",
2025-08-20T19:15:56.4235338Z [00:02:03.120]➜  			"en-US/mse/DeleteNacosConfigs.json",
2025-08-20T19:15:56.4235881Z [00:02:03.120]➜  			"en-US/mse/DeleteNacosInstance.json",
2025-08-20T19:15:56.4236194Z [00:02:03.120]➜  			"en-US/mse/DeleteNacosService.json",
2025-08-20T19:15:56.4236495Z [00:02:03.120]➜  			"en-US/mse/DeleteNamespace.json",
2025-08-20T19:15:56.4236810Z [00:02:03.120]➜  			"en-US/mse/DeleteSecurityGroupRule.json",
2025-08-20T19:15:56.4237103Z [00:02:03.120]➜  			"en-US/mse/DeleteServiceSource.json",
2025-08-20T19:15:56.4237394Z [00:02:03.120]➜  			"en-US/mse/DeleteSwimmingLane.json",
2025-08-20T19:15:56.4237705Z [00:02:03.120]➜  			"en-US/mse/DeleteSwimmingLaneGroup.json",
2025-08-20T19:15:56.4237962Z [00:02:03.120]➜  			"en-US/mse/DeleteZnode.json",
2025-08-20T19:15:56.4238258Z [00:02:03.120]➜  			"en-US/mse/ExportNacosConfig.json",
2025-08-20T19:15:56.4238617Z [00:02:03.120]➜  			"en-US/mse/ExportZookeeperData.json",
2025-08-20T19:15:56.4238994Z [00:02:03.120]➜  			"en-US/mse/FetchLosslessRuleList.json",
2025-08-20T19:15:56.4239355Z [00:02:03.120]➜  			"en-US/mse/GetAppMessageQueueRoute.json",
2025-08-20T19:15:56.4239688Z [00:02:03.120]➜  			"en-US/mse/GetApplicationInstanceList.json",
2025-08-20T19:15:56.4239974Z [00:02:03.120]➜  			"en-US/mse/GetApplicationList.json",
2025-08-20T19:15:56.4240251Z [00:02:03.120]➜  			"en-US/mse/GetBlackWhiteList.json",
2025-08-20T19:15:56.4240417Z [00:02:03.120]➜  			"en-US/mse/GetEngineNamepace.json",
2025-08-20T19:15:56.4240564Z [00:02:03.120]➜  			"en-US/mse/GetGateway.json",
2025-08-20T19:15:56.4240783Z [00:02:03.120]➜  			"en-US/mse/GetGatewayAuthConsumerDetail.json",
2025-08-20T19:15:56.4240960Z [00:02:03.120]➜  			"en-US/mse/GetGatewayDomainDetail.json",
2025-08-20T19:15:56.4241123Z [00:02:03.120]➜  			"en-US/mse/GetGatewayOption.json",
2025-08-20T19:15:56.4241289Z [00:02:03.120]➜  			"en-US/mse/GetGatewayRouteDetail.json",
2025-08-20T19:15:56.4241617Z [00:02:03.120]➜  			"en-US/mse/GetGatewayServiceDetail.json",
2025-08-20T19:15:56.4241825Z [00:02:03.120]➜  			"en-US/mse/GetGovernanceKubernetesCluster.json",
2025-08-20T19:15:56.4241970Z [00:02:03.120]➜  			"en-US/mse/GetImage.json",
2025-08-20T19:15:56.4242130Z [00:02:03.120]➜  			"en-US/mse/GetImportFileUrl.json",
2025-08-20T19:15:56.4242287Z [00:02:03.120]➜  			"en-US/mse/GetKubernetesSource.json",
2025-08-20T19:15:56.4242767Z [00:02:03.120]➜  			"en-US/mse/GetLosslessRuleByApp.json",
2025-08-20T19:15:56.4242939Z [00:02:03.120]➜  			"en-US/mse/GetMseFeatureSwitch.json",
2025-08-20T19:15:56.4243091Z [00:02:03.120]➜  			"en-US/mse/GetMseSource.json",
2025-08-20T19:15:56.4243243Z [00:02:03.120]➜  			"en-US/mse/GetNacosConfig.json",
2025-08-20T19:15:56.4243412Z [00:02:03.120]➜  			"en-US/mse/GetNacosHistoryConfig.json",
2025-08-20T19:15:56.4243555Z [00:02:03.120]➜  			"en-US/mse/GetOverview.json",
2025-08-20T19:15:56.4243713Z [00:02:03.120]➜  			"en-US/mse/GetPluginConfig.json",
2025-08-20T19:15:56.4243871Z [00:02:03.120]➜  			"en-US/mse/GetPlugins.json",
2025-08-20T19:15:56.4244030Z [00:02:03.120]➜  			"en-US/mse/GetServiceList.json",
2025-08-20T19:15:56.4244243Z [00:02:03.120]➜  			"en-US/mse/GetServiceListPage.json",
2025-08-20T19:15:56.4244409Z [00:02:03.120]➜  			"en-US/mse/GetServiceListeners.json",
2025-08-20T19:15:56.4244572Z [00:02:03.120]➜  			"en-US/mse/GetServiceMethodPage.json",
2025-08-20T19:15:56.4244764Z [00:02:03.120]➜  			"en-US/mse/GetTagsBySwimmingLaneGroupId.json",
2025-08-20T19:15:56.4244948Z [00:02:03.120]➜  			"en-US/mse/GetZookeeperDataImportUrl.json",
2025-08-20T19:15:56.4245106Z [00:02:03.120]➜  			"en-US/mse/ImportNacosConfig.json",
2025-08-20T19:15:56.4245252Z [00:02:03.120]➜  			"en-US/mse/ImportServices.json",
2025-08-20T19:15:56.4245413Z [00:02:03.120]➜  			"en-US/mse/ImportZookeeperData.json",
2025-08-20T19:15:56.4245566Z [00:02:03.120]➜  			"en-US/mse/ListAnsInstances.json",
2025-08-20T19:15:56.4245751Z [00:02:03.120]➜  			"en-US/mse/ListAnsServiceClusters.json",
2025-08-20T19:15:56.4245909Z [00:02:03.120]➜  			"en-US/mse/ListAnsServices.json",
2025-08-20T19:15:56.4246115Z [00:02:03.120]➜  			"en-US/mse/ListAppBySwimmingLaneGroupTag.json",
2025-08-20T19:15:56.4246472Z [00:02:03.120]➜  			"en-US/mse/ListAppBySwimmingLaneGroupTags.json",
2025-08-20T19:15:56.4246667Z [00:02:03.120]➜  			"en-US/mse/ListApplicationsWithTagRules.json",
2025-08-20T19:15:56.4246815Z [00:02:03.120]➜  			"en-US/mse/ListAuthPolicy.json",
2025-08-20T19:15:56.4246994Z [00:02:03.120]➜  			"en-US/mse/ListCircuitBreakerRules.json",
2025-08-20T19:15:56.4247173Z [00:02:03.120]➜  			"en-US/mse/ListClusterConnectionTypes.json",
2025-08-20T19:15:56.4247357Z [00:02:03.120]➜  			"en-US/mse/ListClusterHealthCheckTask.json",
2025-08-20T19:15:56.4247512Z [00:02:03.120]➜  			"en-US/mse/ListClusterTypes.json",
2025-08-20T19:15:56.4247677Z [00:02:03.120]➜  			"en-US/mse/ListClusterVersions.json",
2025-08-20T19:15:56.4247819Z [00:02:03.120]➜  			"en-US/mse/ListClusters.json",
2025-08-20T19:15:56.4247980Z [00:02:03.120]➜  			"en-US/mse/ListConfigTrack.json",
2025-08-20T19:15:56.4248142Z [00:02:03.120]➜  			"en-US/mse/ListEngineNamespaces.json",
2025-08-20T19:15:56.4248311Z [00:02:03.120]➜  			"en-US/mse/ListEurekaInstances.json",
2025-08-20T19:15:56.4248468Z [00:02:03.120]➜  			"en-US/mse/ListEurekaServices.json",
2025-08-20T19:15:56.4248648Z [00:02:03.120]➜  			"en-US/mse/ListExportZookeeperData.json",
2025-08-20T19:15:56.4248798Z [00:02:03.120]➜  			"en-US/mse/ListFlowRules.json",
2025-08-20T19:15:56.4248952Z [00:02:03.120]➜  			"en-US/mse/ListGateway.json",
2025-08-20T19:15:56.4249127Z [00:02:03.120]➜  			"en-US/mse/ListGatewayAuthConsumer.json",
2025-08-20T19:15:56.4249343Z [00:02:03.120]➜  			"en-US/mse/ListGatewayAuthConsumerResource.json",
2025-08-20T19:15:56.4249506Z [00:02:03.120]➜  			"en-US/mse/ListGatewayDomain.json",
2025-08-20T19:15:56.4249670Z [00:02:03.120]➜  			"en-US/mse/ListGatewayRoute.json",
2025-08-20T19:15:56.4249844Z [00:02:03.120]➜  			"en-US/mse/ListGatewayRouteOnAuth.json",
2025-08-20T19:15:56.4250144Z [00:02:03.120]➜  			"en-US/mse/ListGatewayService.json",
2025-08-20T19:15:56.4250410Z [00:02:03.120]➜  			"en-US/mse/ListGatewaySlb.json",
2025-08-20T19:15:56.4250910Z [00:02:03.120]➜  			"en-US/mse/ListInstanceCount.json",
2025-08-20T19:15:56.4251215Z [00:02:03.120]➜  			"en-US/mse/ListListenersByConfig.json",
2025-08-20T19:15:56.4251733Z [00:02:03.120]➜  			"en-US/mse/ListListenersByIp.json",
2025-08-20T19:15:56.4252029Z [00:02:03.120]➜  			"en-US/mse/ListMigrationTask.json",
2025-08-20T19:15:56.4252588Z [00:02:03.120]➜  			"en-US/mse/ListNacosConfigs.json",
2025-08-20T19:15:56.4252910Z [00:02:03.120]➜  			"en-US/mse/ListNacosHistoryConfigs.json",
2025-08-20T19:15:56.4253185Z [00:02:03.120]➜  			"en-US/mse/ListNamingTrack.json",
2025-08-20T19:15:56.4253435Z [00:02:03.120]➜  			"en-US/mse/ListSSLCert.json",
2025-08-20T19:15:56.4253709Z [00:02:03.120]➜  			"en-US/mse/ListSecurityGroup.json",
2025-08-20T19:15:56.4254007Z [00:02:03.120]➜  			"en-US/mse/ListSecurityGroupRule.json",
2025-08-20T19:15:56.4254293Z [00:02:03.120]➜  			"en-US/mse/ListServiceSource.json",
2025-08-20T19:15:56.4254570Z [00:02:03.120]➜  			"en-US/mse/ListTagResources.json",
2025-08-20T19:15:56.4254833Z [00:02:03.120]➜  			"en-US/mse/ListZkTrack.json",
2025-08-20T19:15:56.4255107Z [00:02:03.120]➜  			"en-US/mse/ListZnodeChildren.json",
2025-08-20T19:15:56.4255479Z [00:02:03.120]➜  			"en-US/mse/ModifyGovernanceKubernetesCluster.json",
2025-08-20T19:15:56.4255762Z [00:02:03.120]➜  			"en-US/mse/ModifyLosslessRule.json",
2025-08-20T19:15:56.4256047Z [00:02:03.120]➜  			"en-US/mse/OfflineGatewayRoute.json",
2025-08-20T19:15:56.4256418Z [00:02:03.120]➜  			"en-US/mse/OrderClusterHealthCheckRiskNotice.json",
2025-08-20T19:15:56.4256684Z [00:02:03.120]➜  			"en-US/mse/PullServices.json",
2025-08-20T19:15:56.4257015Z [00:02:03.120]➜  			"en-US/mse/PutClusterHealthCheckTask.json",
2025-08-20T19:15:56.4257308Z [00:02:03.120]➜  			"en-US/mse/QueryAllSwimmingLane.json",
2025-08-20T19:15:56.4257629Z [00:02:03.120]➜  			"en-US/mse/QueryAllSwimmingLaneGroup.json",
2025-08-20T19:15:56.4257940Z [00:02:03.120]➜  			"en-US/mse/QueryBusinessLocations.json",
2025-08-20T19:15:56.4258229Z [00:02:03.120]➜  			"en-US/mse/QueryClusterDetail.json",
2025-08-20T19:15:56.4258767Z [00:02:03.120]➜  			"en-US/mse/QueryClusterDiskSpecification.json",
2025-08-20T19:15:56.4259042Z [00:02:03.120]➜  			"en-US/mse/QueryClusterInfo.json",
2025-08-20T19:15:56.4259356Z [00:02:03.120]➜  			"en-US/mse/QueryClusterSpecification.json",
2025-08-20T19:15:56.4259614Z [00:02:03.120]➜  			"en-US/mse/QueryConfig.json",
2025-08-20T19:15:56.4259889Z [00:02:03.120]➜  			"en-US/mse/QueryGatewayRegion.json",
2025-08-20T19:15:56.4260161Z [00:02:03.120]➜  			"en-US/mse/QueryGatewayType.json",
2025-08-20T19:15:56.4260525Z [00:02:03.120]➜  			"en-US/mse/QueryGovernanceKubernetesCluster.json",
2025-08-20T19:15:56.4260804Z [00:02:03.120]➜  			"en-US/mse/QueryInstancesInfo.json",
2025-08-20T19:15:56.4261057Z [00:02:03.120]➜  			"en-US/mse/QueryMonitor.json",
2025-08-20T19:15:56.4261343Z [00:02:03.120]➜  			"en-US/mse/QueryNamespace.json",
2025-08-20T19:15:56.4261594Z [00:02:03.120]➜  			"en-US/mse/QuerySlbSpec.json",
2025-08-20T19:15:56.4261887Z [00:02:03.120]➜  			"en-US/mse/QuerySwimmingLaneById.json",
2025-08-20T19:15:56.4262165Z [00:02:03.120]➜  			"en-US/mse/QueryZnodeDetail.json",
2025-08-20T19:15:56.4262678Z [00:02:03.120]➜  			"en-US/mse/RemoveApplication.json",
2025-08-20T19:15:56.4262959Z [00:02:03.120]➜  			"en-US/mse/RemoveAuthPolicy.json",
2025-08-20T19:15:56.4263226Z [00:02:03.120]➜  			"en-US/mse/RestartCluster.json",
2025-08-20T19:15:56.4263481Z [00:02:03.120]➜  			"en-US/mse/RetryCluster.json",
2025-08-20T19:15:56.4263759Z [00:02:03.120]➜  			"en-US/mse/SelectGatewaySlb.json",
2025-08-20T19:15:56.4264011Z [00:02:03.120]➜  			"en-US/mse/TagResources.json",
2025-08-20T19:15:56.4264277Z [00:02:03.120]➜  			"en-US/mse/UntagResources.json",
2025-08-20T19:15:56.4264520Z [00:02:03.120]➜  			"en-US/mse/UpdateAcl.json",
2025-08-20T19:15:56.4264789Z [00:02:03.120]➜  			"en-US/mse/UpdateAuthPolicy.json",
2025-08-20T19:15:56.4265257Z [00:02:03.120]➜  			"en-US/mse/UpdateBlackWhiteList.json",
2025-08-20T19:15:56.4265598Z [00:02:03.120]➜  			"en-US/mse/UpdateCircuitBreakerRule.json",
2025-08-20T19:15:56.4265879Z [00:02:03.120]➜  			"en-US/mse/UpdateCluster.json",
2025-08-20T19:15:56.4266141Z [00:02:03.120]➜  			"en-US/mse/UpdateClusterSpec.json",
2025-08-20T19:15:56.4266296Z [00:02:03.120]➜  			"en-US/mse/UpdateConfig.json",
2025-08-20T19:15:56.4266462Z [00:02:03.120]➜  			"en-US/mse/UpdateEngineNamespace.json",
2025-08-20T19:15:56.4266615Z [00:02:03.120]➜  			"en-US/mse/UpdateFlowRule.json",
2025-08-20T19:15:56.4266792Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayAuthConsumer.json",
2025-08-20T19:15:56.4267009Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayAuthConsumerResource.json",
2025-08-20T19:15:56.4267248Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayAuthConsumerResourceStatus.json",
2025-08-20T19:15:56.4267456Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayAuthConsumerStatus.json",
2025-08-20T19:15:56.4267640Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayDomain.json",
2025-08-20T19:15:56.4267808Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayName.json",
2025-08-20T19:15:56.4267977Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayOption.json",
2025-08-20T19:15:56.4268146Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayRoute.json",
2025-08-20T19:15:56.4268321Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayRouteAuth.json",
2025-08-20T19:15:56.4268491Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayRouteCORS.json",
2025-08-20T19:15:56.4268685Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayRouteHTTPRewrite.json",
2025-08-20T19:15:56.4268878Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayRouteHeaderOp.json",
2025-08-20T19:15:56.4269052Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayRouteRetry.json",
2025-08-20T19:15:56.4269235Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayRouteTimeout.json",
2025-08-20T19:15:56.4269421Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayRouteWafStatus.json",
2025-08-20T19:15:56.4269611Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayServiceCheck.json",
2025-08-20T19:15:56.4269821Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayServiceTrafficPolicy.json",
2025-08-20T19:15:56.4270151Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewayServiceVersion.json",
2025-08-20T19:15:56.4270309Z [00:02:03.120]➜  			"en-US/mse/UpdateGatewaySpec.json",
2025-08-20T19:15:56.4270459Z [00:02:03.120]➜  			"en-US/mse/UpdateImage.json",
2025-08-20T19:15:56.4270630Z [00:02:03.120]➜  			"en-US/mse/UpdateMessageQueueRoute.json",
2025-08-20T19:15:56.4270793Z [00:02:03.120]➜  			"en-US/mse/UpdateMigrationTask.json",
2025-08-20T19:15:56.4270951Z [00:02:03.120]➜  			"en-US/mse/UpdateNacosCluster.json",
2025-08-20T19:15:56.4271107Z [00:02:03.120]➜  			"en-US/mse/UpdateNacosConfig.json",
2025-08-20T19:15:56.4271263Z [00:02:03.120]➜  			"en-US/mse/UpdateNacosInstance.json",
2025-08-20T19:15:56.4271422Z [00:02:03.120]➜  			"en-US/mse/UpdateNacosService.json",
2025-08-20T19:15:56.4271574Z [00:02:03.120]➜  			"en-US/mse/UpdatePluginConfig.json",
2025-08-20T19:15:56.4271733Z [00:02:03.120]➜  			"en-US/mse/UpdateSSLCert.json",
2025-08-20T19:15:56.4271889Z [00:02:03.120]➜  			"en-US/mse/UpdateServiceSource.json",
2025-08-20T19:15:56.4272041Z [00:02:03.120]➜  			"en-US/mse/UpdateZnode.json",
2025-08-20T19:15:56.4272188Z [00:02:03.120]➜  			"en-US/mse/UpgradeCluster.json",
2025-08-20T19:15:56.4272326Z [00:02:03.121]➜  			"en-US/mse/version.json",
2025-08-20T19:15:56.4272769Z [00:02:03.121]➜  			"en-US/mts/ActivateMediaWorkflow.json",
2025-08-20T19:15:56.4272925Z [00:02:03.121]➜  			"en-US/mts/AddMedia.json",
2025-08-20T19:15:56.4273074Z [00:02:03.121]➜  			"en-US/mts/AddMediaTag.json",
2025-08-20T19:15:56.4273233Z [00:02:03.121]➜  			"en-US/mts/AddMediaWorkflow.json",
2025-08-20T19:15:56.4273382Z [00:02:03.121]➜  			"en-US/mts/AddPipeline.json",
2025-08-20T19:15:56.4273542Z [00:02:03.121]➜  			"en-US/mts/AddSmarttagTemplate.json",
2025-08-20T19:15:56.4273689Z [00:02:03.121]➜  			"en-US/mts/AddTemplate.json",
2025-08-20T19:15:56.4274014Z [00:02:03.121]➜  			"en-US/mts/AddWaterMarkTemplate.json",
2025-08-20T19:15:56.4274181Z [00:02:03.121]➜  			"en-US/mts/BindInputBucket.json",
2025-08-20T19:15:56.4274333Z [00:02:03.121]➜  			"en-US/mts/BindOutputBucket.json",
2025-08-20T19:15:56.4274486Z [00:02:03.121]➜  			"en-US/mts/CancelJob.json",
2025-08-20T19:15:56.4274651Z [00:02:03.121]➜  			"en-US/mts/CreateCustomEntity.json",
2025-08-20T19:15:56.4274814Z [00:02:03.121]➜  			"en-US/mts/CreateCustomGroup.json",
2025-08-20T19:15:56.4274962Z [00:02:03.121]➜  			"en-US/mts/CreateFpShotDB.json",
2025-08-20T19:15:56.4275144Z [00:02:03.121]➜  			"en-US/mts/DeactivateMediaWorkflow.json",
2025-08-20T19:15:56.4275308Z [00:02:03.121]➜  			"en-US/mts/DeleteCustomEntity.json",
2025-08-20T19:15:56.4275470Z [00:02:03.121]➜  			"en-US/mts/DeleteCustomGroup.json",
2025-08-20T19:15:56.4275622Z [00:02:03.121]➜  			"en-US/mts/DeleteCustomView.json",
2025-08-20T19:15:56.4275769Z [00:02:03.121]➜  			"en-US/mts/DeleteMedia.json",
2025-08-20T19:15:56.4275917Z [00:02:03.121]➜  			"en-US/mts/DeleteMediaTag.json",
2025-08-20T19:15:56.4276091Z [00:02:03.121]➜  			"en-US/mts/DeleteMediaWorkflow.json",
2025-08-20T19:15:56.4276237Z [00:02:03.121]➜  			"en-US/mts/DeletePipeline.json",
2025-08-20T19:15:56.4276424Z [00:02:03.121]➜  			"en-US/mts/DeleteSmarttagTemplate.json",
2025-08-20T19:15:56.4276568Z [00:02:03.121]➜  			"en-US/mts/DeleteTemplate.json",
2025-08-20T19:15:56.4276746Z [00:02:03.121]➜  			"en-US/mts/DeleteWaterMarkTemplate.json",
2025-08-20T19:15:56.4276881Z [00:02:03.121]➜  			"en-US/mts/ImAudit.json",
2025-08-20T19:15:56.4277038Z [00:02:03.121]➜  			"en-US/mts/ImportFpShotJob.json",
2025-08-20T19:15:56.4277195Z [00:02:03.121]➜  			"en-US/mts/ListAllMediaBucket.json",
2025-08-20T19:15:56.4277355Z [00:02:03.121]➜  			"en-US/mts/ListCustomEntities.json",
2025-08-20T19:15:56.4277508Z [00:02:03.121]➜  			"en-US/mts/ListCustomGroups.json",
2025-08-20T19:15:56.4277667Z [00:02:03.121]➜  			"en-US/mts/ListCustomPersons.json",
2025-08-20T19:15:56.4277815Z [00:02:03.121]➜  			"en-US/mts/ListCustomViews.json",
2025-08-20T19:15:56.4277975Z [00:02:03.121]➜  			"en-US/mts/ListFpShotDB.json",
2025-08-20T19:15:56.4278122Z [00:02:03.121]➜  			"en-US/mts/ListFpShotFiles.json",
2025-08-20T19:15:56.4278446Z [00:02:03.121]➜  			"en-US/mts/ListFpShotImportJob.json",
2025-08-20T19:15:56.4278576Z [00:02:03.121]➜  			"en-US/mts/ListJob.json",
2025-08-20T19:15:56.4278763Z [00:02:03.121]➜  			"en-US/mts/ListMediaWorkflowExecutions.json",
2025-08-20T19:15:56.4278938Z [00:02:03.121]➜  			"en-US/mts/QueryAnalysisJobList.json",
2025-08-20T19:15:56.4279105Z [00:02:03.121]➜  			"en-US/mts/QueryFpDBDeleteJobList.json",
2025-08-20T19:15:56.4279287Z [00:02:03.121]➜  			"en-US/mts/QueryFpFileDeleteJobList.json",
2025-08-20T19:15:56.4279444Z [00:02:03.121]➜  			"en-US/mts/QueryFpShotJobList.json",
2025-08-20T19:15:56.4279607Z [00:02:03.121]➜  			"en-US/mts/QueryIProductionJob.json",
2025-08-20T19:15:56.4279750Z [00:02:03.121]➜  			"en-US/mts/QueryJobList.json",
2025-08-20T19:15:56.4279936Z [00:02:03.121]➜  			"en-US/mts/QueryMediaCensorJobDetail.json",
2025-08-20T19:15:56.4280116Z [00:02:03.121]➜  			"en-US/mts/QueryMediaCensorJobList.json",
2025-08-20T19:15:56.4280325Z [00:02:03.121]➜  			"en-US/mts/QueryMediaInfoJobList.json",
2025-08-20T19:15:56.4280482Z [00:02:03.121]➜  			"en-US/mts/QueryMediaList.json",
2025-08-20T19:15:56.4280645Z [00:02:03.121]➜  			"en-US/mts/QueryMediaListByURL.json",
2025-08-20T19:15:56.4280849Z [00:02:03.121]➜  			"en-US/mts/QueryMediaWorkflowExecutionList.json",
2025-08-20T19:15:56.4281029Z [00:02:03.121]➜  			"en-US/mts/QueryMediaWorkflowList.json",
2025-08-20T19:15:56.4281184Z [00:02:03.121]➜  			"en-US/mts/QueryPipelineList.json",
2025-08-20T19:15:56.4281342Z [00:02:03.121]➜  			"en-US/mts/QuerySmarttagJob.json",
2025-08-20T19:15:56.4281520Z [00:02:03.121]➜  			"en-US/mts/QuerySmarttagTemplateList.json",
2025-08-20T19:15:56.4281692Z [00:02:03.121]➜  			"en-US/mts/QuerySnapshotJobList.json",
2025-08-20T19:15:56.4281848Z [00:02:03.121]➜  			"en-US/mts/QueryTemplateList.json",
2025-08-20T19:15:56.4282127Z [00:02:03.121]➜  			"en-US/mts/QueryWaterMarkTemplateList.json",
2025-08-20T19:15:56.4282290Z [00:02:03.121]➜  			"en-US/mts/RegisterCustomFace.json",
2025-08-20T19:15:56.4282696Z [00:02:03.121]➜  			"en-US/mts/RegisterCustomView.json",
2025-08-20T19:15:56.4283029Z [00:02:03.121]➜  			"en-US/mts/ReportFpShotJobResult.json",
2025-08-20T19:15:56.4283342Z [00:02:03.121]➜  			"en-US/mts/SearchMediaWorkflow.json",
2025-08-20T19:15:56.4283618Z [00:02:03.121]➜  			"en-US/mts/SearchPipeline.json",
2025-08-20T19:15:56.4283871Z [00:02:03.121]➜  			"en-US/mts/SearchTemplate.json",
2025-08-20T19:15:56.4284170Z [00:02:03.121]➜  			"en-US/mts/SearchWaterMarkTemplate.json",
2025-08-20T19:15:56.4284459Z [00:02:03.121]➜  			"en-US/mts/SubmitAnalysisJob.json",
2025-08-20T19:15:56.4284749Z [00:02:03.121]➜  			"en-US/mts/SubmitFpDBDeleteJob.json",
2025-08-20T19:15:56.4285050Z [00:02:03.121]➜  			"en-US/mts/SubmitFpFileDeleteJob.json",
2025-08-20T19:15:56.4285321Z [00:02:03.121]➜  			"en-US/mts/SubmitFpShotJob.json",
2025-08-20T19:15:56.4285634Z [00:02:03.121]➜  			"en-US/mts/SubmitIProductionJob.json",
2025-08-20T19:15:56.4285884Z [00:02:03.121]➜  			"en-US/mts/SubmitJobs.json",
2025-08-20T19:15:56.4286373Z [00:02:03.121]➜  			"en-US/mts/SubmitMediaCensorJob.json",
2025-08-20T19:15:56.4286656Z [00:02:03.121]➜  			"en-US/mts/SubmitMediaInfoJob.json",
2025-08-20T19:15:56.4286938Z [00:02:03.121]➜  			"en-US/mts/SubmitSmarttagJob.json",
2025-08-20T19:15:56.4287210Z [00:02:03.121]➜  			"en-US/mts/SubmitSnapshotJob.json",
2025-08-20T19:15:56.4287496Z [00:02:03.121]➜  			"en-US/mts/TagCustomPerson.json",
2025-08-20T19:15:56.4287778Z [00:02:03.121]➜  			"en-US/mts/UnbindInputBucket.json",
2025-08-20T19:15:56.4288061Z [00:02:03.121]➜  			"en-US/mts/UnbindOutputBucket.json",
2025-08-20T19:15:56.4288364Z [00:02:03.121]➜  			"en-US/mts/UnregisterCustomFace.json",
2025-08-20T19:15:56.4288626Z [00:02:03.121]➜  			"en-US/mts/UpdateMedia.json",
2025-08-20T19:15:56.4288913Z [00:02:03.121]➜  			"en-US/mts/UpdateMediaCategory.json",
2025-08-20T19:15:56.4289200Z [00:02:03.121]➜  			"en-US/mts/UpdateMediaCover.json",
2025-08-20T19:15:56.4289507Z [00:02:03.121]➜  			"en-US/mts/UpdateMediaPublishState.json",
2025-08-20T19:15:56.4289799Z [00:02:03.121]➜  			"en-US/mts/UpdateMediaWorkflow.json",
2025-08-20T19:15:56.4290161Z [00:02:03.121]➜  			"en-US/mts/UpdateMediaWorkflowTriggerMode.json",
2025-08-20T19:15:56.4290426Z [00:02:03.121]➜  			"en-US/mts/UpdatePipeline.json",
2025-08-20T19:15:56.4290741Z [00:02:03.121]➜  			"en-US/mts/UpdateSmarttagTemplate.json",
2025-08-20T19:15:56.4291001Z [00:02:03.121]➜  			"en-US/mts/UpdateTemplate.json",
2025-08-20T19:15:56.4291312Z [00:02:03.121]➜  			"en-US/mts/UpdateWaterMarkTemplate.json",
2025-08-20T19:15:56.4291544Z [00:02:03.121]➜  			"en-US/mts/version.json",
2025-08-20T19:15:56.4291833Z [00:02:03.121]➜  			"en-US/nas/AddClientToBlackList.json",
2025-08-20T19:15:56.4292062Z [00:02:03.121]➜  			"en-US/nas/AddTags.json",
2025-08-20T19:15:56.4292374Z [00:02:03.121]➜  			"en-US/nas/ApplyAutoSnapshotPolicy.json",
2025-08-20T19:15:56.4293332Z [00:02:03.121]➜  			"en-US/nas/ApplyDataFlowAutoRefresh.json",
2025-08-20T19:15:56.4293789Z [00:02:03.121]➜  			"en-US/nas/CancelAutoSnapshotPolicy.json",
2025-08-20T19:15:56.4294093Z [00:02:03.121]➜  			"en-US/nas/CancelDataFlowAutoRefresh.json",
2025-08-20T19:15:56.4294271Z [00:02:03.121]➜  			"en-US/nas/CancelDataFlowTask.json",
2025-08-20T19:15:56.4294423Z [00:02:03.121]➜  			"en-US/nas/CancelDirQuota.json",
2025-08-20T19:15:56.4294665Z [00:02:03.121]➜  			"en-US/nas/CancelLifecycleRetrieveJob.json",
2025-08-20T19:15:56.4294968Z [00:02:03.121]➜  			"en-US/nas/CancelRecycleBinJob.json",
2025-08-20T19:15:56.4295287Z [00:02:03.121]➜  			"en-US/nas/ChangeResourceGroup.json",
2025-08-20T19:15:56.4295575Z [00:02:03.121]➜  			"en-US/nas/CreateAccessGroup.json",
2025-08-20T19:15:56.4295854Z [00:02:03.121]➜  			"en-US/nas/CreateAccessRule.json",
2025-08-20T19:15:56.4296166Z [00:02:03.121]➜  			"en-US/nas/CreateAutoSnapshotPolicy.json",
2025-08-20T19:15:56.4296436Z [00:02:03.121]➜  			"en-US/nas/CreateDataFlow.json",
2025-08-20T19:15:56.4296729Z [00:02:03.121]➜  			"en-US/nas/CreateDataFlowTask.json",
2025-08-20T19:15:56.4296980Z [00:02:03.121]➜  			"en-US/nas/CreateFile.json",
2025-08-20T19:15:56.4297266Z [00:02:03.121]➜  			"en-US/nas/CreateFileSystem.json",
2025-08-20T19:15:56.4297524Z [00:02:03.121]➜  			"en-US/nas/CreateFileset.json",
2025-08-20T19:15:56.4297806Z [00:02:03.121]➜  			"en-US/nas/CreateLDAPConfig.json",
2025-08-20T19:15:56.4298130Z [00:02:03.121]➜  			"en-US/nas/CreateLifecyclePolicy.json",
2025-08-20T19:15:56.4298461Z [00:02:03.121]➜  			"en-US/nas/CreateLifecycleRetrieveJob.json",
2025-08-20T19:15:56.4298744Z [00:02:03.121]➜  			"en-US/nas/CreateLogAnalysis.json",
2025-08-20T19:15:56.4299018Z [00:02:03.121]➜  			"en-US/nas/CreateMountTarget.json",
2025-08-20T19:15:56.4299340Z [00:02:03.121]➜  			"en-US/nas/CreateProtocolMountTarget.json",
2025-08-20T19:15:56.4299631Z [00:02:03.121]➜  			"en-US/nas/CreateProtocolService.json",
2025-08-20T19:15:56.4299956Z [00:02:03.121]➜  			"en-US/nas/CreateRecycleBinDeleteJob.json",
2025-08-20T19:15:56.4300277Z [00:02:03.121]➜  			"en-US/nas/CreateRecycleBinRestoreJob.json",
2025-08-20T19:15:56.4300543Z [00:02:03.121]➜  			"en-US/nas/CreateSnapshot.json",
2025-08-20T19:15:56.4301010Z [00:02:03.121]➜  			"en-US/nas/DeleteAccessGroup.json",
2025-08-20T19:15:56.4301283Z [00:02:03.121]➜  			"en-US/nas/DeleteAccessRule.json",
2025-08-20T19:15:56.4301630Z [00:02:03.121]➜  			"en-US/nas/DeleteAutoSnapshotPolicy.json",
2025-08-20T19:15:56.4301909Z [00:02:03.121]➜  			"en-US/nas/DeleteDataFlow.json",
2025-08-20T19:15:56.4302188Z [00:02:03.121]➜  			"en-US/nas/DeleteFileSystem.json",
2025-08-20T19:15:56.4302611Z [00:02:03.121]➜  			"en-US/nas/DeleteFileset.json",
2025-08-20T19:15:56.4302901Z [00:02:03.121]➜  			"en-US/nas/DeleteLDAPConfig.json",
2025-08-20T19:15:56.4303193Z [00:02:03.121]➜  			"en-US/nas/DeleteLifecyclePolicy.json",
2025-08-20T19:15:56.4303470Z [00:02:03.121]➜  			"en-US/nas/DeleteLogAnalysis.json",
2025-08-20T19:15:56.4303755Z [00:02:03.121]➜  			"en-US/nas/DeleteMountTarget.json",
2025-08-20T19:15:56.4304079Z [00:02:03.121]➜  			"en-US/nas/DeleteProtocolMountTarget.json",
2025-08-20T19:15:56.4304367Z [00:02:03.121]➜  			"en-US/nas/DeleteProtocolService.json",
2025-08-20T19:15:56.4304673Z [00:02:03.121]➜  			"en-US/nas/DeleteSnapshot.json",
2025-08-20T19:15:56.4304961Z [00:02:03.121]➜  			"en-US/nas/DescribeAccessGroups.json",
2025-08-20T19:15:56.4305266Z [00:02:03.121]➜  			"en-US/nas/DescribeAccessRules.json",
2025-08-20T19:15:56.4305626Z [00:02:03.121]➜  			"en-US/nas/DescribeAutoSnapshotPolicies.json",
2025-08-20T19:15:56.4305956Z [00:02:03.121]➜  			"en-US/nas/DescribeAutoSnapshotTasks.json",
2025-08-20T19:15:56.4306265Z [00:02:03.121]➜  			"en-US/nas/DescribeBlackListClients.json",
2025-08-20T19:15:56.4306560Z [00:02:03.121]➜  			"en-US/nas/DescribeDataFlowTasks.json",
2025-08-20T19:15:56.4306831Z [00:02:03.121]➜  			"en-US/nas/DescribeDataFlows.json",
2025-08-20T19:15:56.4307106Z [00:02:03.121]➜  			"en-US/nas/DescribeDirQuotas.json",
2025-08-20T19:15:56.4307603Z [00:02:03.121]➜  			"en-US/nas/DescribeFileSystemStatistics.json",
2025-08-20T19:15:56.4307904Z [00:02:03.121]➜  			"en-US/nas/DescribeFileSystems.json",
2025-08-20T19:15:56.4308185Z [00:02:03.121]➜  			"en-US/nas/DescribeFilesets.json",
2025-08-20T19:15:56.4308505Z [00:02:03.121]➜  			"en-US/nas/DescribeLifecyclePolicies.json",
2025-08-20T19:15:56.4308789Z [00:02:03.121]➜  			"en-US/nas/DescribeLogAnalysis.json",
2025-08-20T19:15:56.4309126Z [00:02:03.121]➜  			"en-US/nas/DescribeMountTargets.json",
2025-08-20T19:15:56.4309437Z [00:02:03.121]➜  			"en-US/nas/DescribeMountedClients.json",
2025-08-20T19:15:56.4309706Z [00:02:03.121]➜  			"en-US/nas/DescribeNfsAcl.json",
2025-08-20T19:15:56.4310037Z [00:02:03.121]➜  			"en-US/nas/DescribeProtocolMountTarget.json",
2025-08-20T19:15:56.4310347Z [00:02:03.121]➜  			"en-US/nas/DescribeProtocolService.json",
2025-08-20T19:15:56.4310614Z [00:02:03.121]➜  			"en-US/nas/DescribeRegions.json",
2025-08-20T19:15:56.4310877Z [00:02:03.121]➜  			"en-US/nas/DescribeSmbAcl.json",
2025-08-20T19:15:56.4311166Z [00:02:03.121]➜  			"en-US/nas/DescribeSnapshots.json",
2025-08-20T19:15:56.4311474Z [00:02:03.121]➜  			"en-US/nas/DescribeStoragePackages.json",
2025-08-20T19:15:56.4311740Z [00:02:03.121]➜  			"en-US/nas/DescribeZones.json",
2025-08-20T19:15:56.4312057Z [00:02:03.121]➜  			"en-US/nas/DisableAndCleanRecycleBin.json",
2025-08-20T19:15:56.4312313Z [00:02:03.121]➜  			"en-US/nas/DisableNfsAcl.json",
2025-08-20T19:15:56.4312733Z [00:02:03.121]➜  			"en-US/nas/DisableSmbAcl.json",
2025-08-20T19:15:56.4313006Z [00:02:03.121]➜  			"en-US/nas/EnableNfsAcl.json",
2025-08-20T19:15:56.4313275Z [00:02:03.121]➜  			"en-US/nas/EnableRecycleBin.json",
2025-08-20T19:15:56.4313532Z [00:02:03.121]➜  			"en-US/nas/EnableSmbAcl.json",
2025-08-20T19:15:56.4313866Z [00:02:03.121]➜  			"en-US/nas/GetDirectoryOrFileProperties.json",
2025-08-20T19:15:56.4314168Z [00:02:03.121]➜  			"en-US/nas/GetRecycleBinAttribute.json",
2025-08-20T19:15:56.4314481Z [00:02:03.121]➜  			"en-US/nas/ListDirectoriesAndFiles.json",
2025-08-20T19:15:56.4314798Z [00:02:03.121]➜  			"en-US/nas/ListLifecycleRetrieveJobs.json",
2025-08-20T19:15:56.4315154Z [00:02:03.121]➜  			"en-US/nas/ListRecentlyRecycledDirectories.json",
2025-08-20T19:15:56.4315619Z [00:02:03.121]➜  			"en-US/nas/ListRecycleBinJobs.json",
2025-08-20T19:15:56.4315981Z [00:02:03.121]➜  			"en-US/nas/ListRecycledDirectoriesAndFiles.json",
2025-08-20T19:15:56.4316261Z [00:02:03.121]➜  			"en-US/nas/ListTagResources.json",
2025-08-20T19:15:56.4316538Z [00:02:03.121]➜  			"en-US/nas/ModifyAccessGroup.json",
2025-08-20T19:15:56.4316812Z [00:02:03.121]➜  			"en-US/nas/ModifyAccessRule.json",
2025-08-20T19:15:56.4317122Z [00:02:03.121]➜  			"en-US/nas/ModifyAutoSnapshotPolicy.json",
2025-08-20T19:15:56.4317386Z [00:02:03.121]➜  			"en-US/nas/ModifyDataFlow.json",
2025-08-20T19:15:56.4317697Z [00:02:03.121]➜  			"en-US/nas/ModifyDataFlowAutoRefresh.json",
2025-08-20T19:15:56.4317968Z [00:02:03.121]➜  			"en-US/nas/ModifyFileSystem.json",
2025-08-20T19:15:56.4318236Z [00:02:03.121]➜  			"en-US/nas/ModifyFileset.json",
2025-08-20T19:15:56.4318510Z [00:02:03.121]➜  			"en-US/nas/ModifyLDAPConfig.json",
2025-08-20T19:15:56.4318812Z [00:02:03.121]➜  			"en-US/nas/ModifyLifecyclePolicy.json",
2025-08-20T19:15:56.4319095Z [00:02:03.121]➜  			"en-US/nas/ModifyMountTarget.json",
2025-08-20T19:15:56.4319413Z [00:02:03.121]➜  			"en-US/nas/ModifyProtocolMountTarget.json",
2025-08-20T19:15:56.4319712Z [00:02:03.121]➜  			"en-US/nas/ModifyProtocolService.json",
2025-08-20T19:15:56.4319969Z [00:02:03.121]➜  			"en-US/nas/ModifySmbAcl.json",
2025-08-20T19:15:56.4320242Z [00:02:03.121]➜  			"en-US/nas/OpenNASService.json",
2025-08-20T19:15:56.4320551Z [00:02:03.121]➜  			"en-US/nas/RemoveClientFromBlackList.json",
2025-08-20T19:15:56.4320804Z [00:02:03.121]➜  			"en-US/nas/RemoveTags.json",
2025-08-20T19:15:56.4321069Z [00:02:03.121]➜  			"en-US/nas/ResetFileSystem.json",
2025-08-20T19:15:56.4321383Z [00:02:03.121]➜  			"en-US/nas/RetryLifecycleRetrieveJob.json",
2025-08-20T19:15:56.4321812Z [00:02:03.121]➜  			"en-US/nas/SetDirQuota.json",
2025-08-20T19:15:56.4322084Z [00:02:03.121]➜  			"en-US/nas/StartDataFlow.json",
2025-08-20T19:15:56.4322354Z [00:02:03.121]➜  			"en-US/nas/StopDataFlow.json",
2025-08-20T19:15:56.4322937Z [00:02:03.121]➜  			"en-US/nas/TagResources.json",
2025-08-20T19:15:56.4323224Z [00:02:03.122]➜  			"en-US/nas/UntagResources.json",
2025-08-20T19:15:56.4323572Z [00:02:03.122]➜  			"en-US/nas/UpdateRecycleBinAttribute.json",
2025-08-20T19:15:56.4323870Z [00:02:03.122]➜  			"en-US/nas/UpgradeFileSystem.json",
2025-08-20T19:15:56.4324105Z [00:02:03.122]➜  			"en-US/nas/version.json",
2025-08-20T19:15:56.4324410Z [00:02:03.122]➜  			"en-US/nlb/AddServersToServerGroup.json",
2025-08-20T19:15:56.4324874Z [00:02:03.122]➜  			"en-US/nlb/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:56.4325331Z [00:02:03.122]➜  			"en-US/nlb/AttachCommonBandwidthPackageToLoadBalancer.json",
2025-08-20T19:15:56.4325694Z [00:02:03.122]➜  			"en-US/nlb/CancelShiftLoadBalancerZones.json",
2025-08-20T19:15:56.4325960Z [00:02:03.122]➜  			"en-US/nlb/CreateListener.json",
2025-08-20T19:15:56.4326237Z [00:02:03.122]➜  			"en-US/nlb/CreateLoadBalancer.json",
2025-08-20T19:15:56.4326540Z [00:02:03.122]➜  			"en-US/nlb/CreateSecurityPolicy.json",
2025-08-20T19:15:56.4326812Z [00:02:03.122]➜  			"en-US/nlb/CreateServerGroup.json",
2025-08-20T19:15:56.4327075Z [00:02:03.122]➜  			"en-US/nlb/DeleteListener.json",
2025-08-20T19:15:56.4327363Z [00:02:03.122]➜  			"en-US/nlb/DeleteLoadBalancer.json",
2025-08-20T19:15:56.4327663Z [00:02:03.122]➜  			"en-US/nlb/DeleteSecurityPolicy.json",
2025-08-20T19:15:56.4327932Z [00:02:03.122]➜  			"en-US/nlb/DeleteServerGroup.json",
2025-08-20T19:15:56.4328198Z [00:02:03.122]➜  			"en-US/nlb/DescribeRegions.json",
2025-08-20T19:15:56.4328452Z [00:02:03.122]➜  			"en-US/nlb/DescribeZones.json",
2025-08-20T19:15:56.4328939Z [00:02:03.122]➜  			"en-US/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json",
2025-08-20T19:15:56.4329320Z [00:02:03.122]➜  			"en-US/nlb/DisableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:56.4329837Z [00:02:03.122]➜  			"en-US/nlb/DisassociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:56.4330408Z [00:02:03.122]➜  			"en-US/nlb/EnableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:56.4330677Z [00:02:03.122]➜  			"en-US/nlb/GetJobStatus.json",
2025-08-20T19:15:56.4330964Z [00:02:03.122]➜  			"en-US/nlb/GetListenerAttribute.json",
2025-08-20T19:15:56.4331274Z [00:02:03.122]➜  			"en-US/nlb/GetListenerHealthStatus.json",
2025-08-20T19:15:56.4331582Z [00:02:03.122]➜  			"en-US/nlb/GetLoadBalancerAttribute.json",
2025-08-20T19:15:56.4331894Z [00:02:03.122]➜  			"en-US/nlb/ListListenerCertificates.json",
2025-08-20T19:15:56.4332150Z [00:02:03.122]➜  			"en-US/nlb/ListListeners.json",
2025-08-20T19:15:56.4332599Z [00:02:03.122]➜  			"en-US/nlb/ListLoadBalancers.json",
2025-08-20T19:15:56.4332888Z [00:02:03.122]➜  			"en-US/nlb/ListSecurityPolicy.json",
2025-08-20T19:15:56.4333207Z [00:02:03.122]➜  			"en-US/nlb/ListServerGroupServers.json",
2025-08-20T19:15:56.4333480Z [00:02:03.122]➜  			"en-US/nlb/ListServerGroups.json",
2025-08-20T19:15:56.4333796Z [00:02:03.122]➜  			"en-US/nlb/ListSystemSecurityPolicy.json",
2025-08-20T19:15:56.4334083Z [00:02:03.122]➜  			"en-US/nlb/ListTagResources.json",
2025-08-20T19:15:56.4334450Z [00:02:03.122]➜  			"en-US/nlb/LoadBalancerJoinSecurityGroup.json",
2025-08-20T19:15:56.4334807Z [00:02:03.122]➜  			"en-US/nlb/LoadBalancerLeaveSecurityGroup.json",
2025-08-20T19:15:56.4335109Z [00:02:03.122]➜  			"en-US/nlb/MoveResourceGroup.json",
2025-08-20T19:15:56.4335485Z [00:02:03.122]➜  			"en-US/nlb/RemoveServersFromServerGroup.json",
2025-08-20T19:15:56.4335791Z [00:02:03.122]➜  			"en-US/nlb/StartListener.json",
2025-08-20T19:15:56.4336151Z [00:02:03.122]➜  			"en-US/nlb/StartShiftLoadBalancerZones.json",
2025-08-20T19:15:56.4336450Z [00:02:03.122]➜  			"en-US/nlb/StopListener.json",
2025-08-20T19:15:56.4336721Z [00:02:03.122]➜  			"en-US/nlb/TagResources.json",
2025-08-20T19:15:56.4337187Z [00:02:03.122]➜  			"en-US/nlb/UntagResources.json",
2025-08-20T19:15:56.4337523Z [00:02:03.122]➜  			"en-US/nlb/UpdateListenerAttribute.json",
2025-08-20T19:15:56.4338010Z [00:02:03.122]➜  			"en-US/nlb/UpdateLoadBalancerAddressTypeConfig.json",
2025-08-20T19:15:56.4338786Z [00:02:03.122]➜  			"en-US/nlb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:15:56.4339522Z [00:02:03.122]➜  			"en-US/nlb/UpdateLoadBalancerProtection.json",
2025-08-20T19:15:56.4340218Z [00:02:03.122]➜  			"en-US/nlb/UpdateLoadBalancerZones.json",
2025-08-20T19:15:56.4340871Z [00:02:03.122]➜  			"en-US/nlb/UpdateSecurityPolicyAttribute.json",
2025-08-20T19:15:56.4341643Z [00:02:03.122]➜  			"en-US/nlb/UpdateServerGroupAttribute.json",
2025-08-20T19:15:56.4342639Z [00:02:03.122]➜  			"en-US/nlb/UpdateServerGroupServersAttribute.json",
2025-08-20T19:15:56.4343357Z [00:02:03.122]➜  			"en-US/nlb/version.json",
2025-08-20T19:15:56.4343991Z [00:02:03.122]➜  			"en-US/objectdet/DetectIPCObject.json",
2025-08-20T19:15:56.4344731Z [00:02:03.122]➜  			"en-US/objectdet/DetectKitchenAnimals.json",
2025-08-20T19:15:56.4345432Z [00:02:03.122]➜  			"en-US/objectdet/DetectMainBody.json",
2025-08-20T19:15:56.4346124Z [00:02:03.122]➜  			"en-US/objectdet/DetectObject.json",
2025-08-20T19:15:56.4346844Z [00:02:03.122]➜  			"en-US/objectdet/DetectVehicleICongestion.json",
2025-08-20T19:15:56.4347662Z [00:02:03.122]➜  			"en-US/objectdet/DetectVehicleIllegalParking.json",
2025-08-20T19:15:56.4348552Z [00:02:03.122]➜  			"en-US/objectdet/DetectVideoIPCObject.json",
2025-08-20T19:15:56.4349279Z [00:02:03.122]➜  			"en-US/objectdet/DetectWhiteBaseImage.json",
2025-08-20T19:15:56.4349941Z [00:02:03.122]➜  			"en-US/objectdet/DetectWorkwear.json",
2025-08-20T19:15:56.4350601Z [00:02:03.122]➜  			"en-US/objectdet/GetAsyncJobResult.json",
2025-08-20T19:15:56.4351228Z [00:02:03.122]➜  			"en-US/objectdet/version.json",
2025-08-20T19:15:56.4351931Z [00:02:03.122]➜  			"en-US/oceanbasepro/CancelProjectModifyRecord.json",
2025-08-20T19:15:56.4352958Z [00:02:03.122]➜  			"en-US/oceanbasepro/CreateBackupSetDownloadLink.json",
2025-08-20T19:15:56.4353589Z [00:02:03.122]➜  			"en-US/oceanbasepro/CreateDatabase.json",
2025-08-20T19:15:56.4354526Z [00:02:03.122]➜  			"en-US/oceanbasepro/CreateInstance.json",
2025-08-20T19:15:56.4355194Z [00:02:03.123]➜  			"en-US/oceanbasepro/CreateLabel.json",
2025-08-20T19:15:56.4355610Z [00:02:03.123]➜  			"en-US/oceanbasepro/CreateMySqlDataSource.json",
2025-08-20T19:15:56.4356202Z [00:02:03.123]➜  			"en-US/oceanbasepro/CreateOceanBaseDataSource.json",
2025-08-20T19:15:56.4356648Z [00:02:03.123]➜  			"en-US/oceanbasepro/CreateOmsMysqlDataSource.json",
2025-08-20T19:15:56.4357084Z [00:02:03.123]➜  			"en-US/oceanbasepro/CreateOmsOpenAPIProject.json",
2025-08-20T19:15:56.4357485Z [00:02:03.123]➜  			"en-US/oceanbasepro/CreateProject.json",
2025-08-20T19:15:56.4357913Z [00:02:03.123]➜  			"en-US/oceanbasepro/CreateProjectModifyRecords.json",
2025-08-20T19:15:56.4358383Z [00:02:03.123]➜  			"en-US/oceanbasepro/CreateRdsPostgreSQLDataSource.json",
2025-08-20T19:15:56.4358856Z [00:02:03.123]➜  			"en-US/oceanbasepro/CreateSecurityIpGroup.json",
2025-08-20T19:15:56.4359254Z [00:02:03.123]➜  			"en-US/oceanbasepro/CreateTenant.json",
2025-08-20T19:15:56.4359693Z [00:02:03.123]➜  			"en-US/oceanbasepro/CreateTenantReadOnlyConnection.json",
2025-08-20T19:15:56.4360167Z [00:02:03.123]➜  			"en-US/oceanbasepro/CreateTenantSecurityIpGroup.json",
2025-08-20T19:15:56.4360598Z [00:02:03.123]➜  			"en-US/oceanbasepro/CreateTenantUser.json",
2025-08-20T19:15:56.4360988Z [00:02:03.123]➜  			"en-US/oceanbasepro/DeleteDataSource.json",
2025-08-20T19:15:56.4361373Z [00:02:03.123]➜  			"en-US/oceanbasepro/DeleteDatabases.json",
2025-08-20T19:15:56.4361758Z [00:02:03.123]➜  			"en-US/oceanbasepro/DeleteInstances.json",
2025-08-20T19:15:56.4362164Z [00:02:03.123]➜  			"en-US/oceanbasepro/DeleteOmsOpenAPIProject.json",
2025-08-20T19:15:56.4362927Z [00:02:03.123]➜  			"en-US/oceanbasepro/DeleteProject.json",
2025-08-20T19:15:56.4363863Z [00:02:03.123]➜  			"en-US/oceanbasepro/DeleteSecurityIpGroup.json",
2025-08-20T19:15:56.4364661Z [00:02:03.123]➜  			"en-US/oceanbasepro/DeleteTenantSecurityIpGroup.json",
2025-08-20T19:15:56.4365446Z [00:02:03.123]➜  			"en-US/oceanbasepro/DeleteTenantUsers.json",
2025-08-20T19:15:56.4366202Z [00:02:03.123]➜  			"en-US/oceanbasepro/DeleteTenants.json",
2025-08-20T19:15:56.4366935Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeAnomalySQLList.json",
2025-08-20T19:15:56.4367777Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeAvailableCpuResource.json",
2025-08-20T19:15:56.4368645Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeAvailableMemResource.json",
2025-08-20T19:15:56.4369449Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeAvailableSpec.json",
2025-08-20T19:15:56.4370207Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeAvailableZone.json",
2025-08-20T19:15:56.4370934Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeCharset.json",
2025-08-20T19:15:56.4371662Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeDataBackupSet.json",
2025-08-20T19:15:56.4372568Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeDatabases.json",
2025-08-20T19:15:56.4373280Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeInstance.json",
2025-08-20T19:15:56.4374077Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeInstanceCreatableZone.json",
2025-08-20T19:15:56.4374657Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeInstanceSSL.json",
2025-08-20T19:15:56.4375254Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeInstanceSecurityConfigs.json",
2025-08-20T19:15:56.4375918Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeInstanceTags.json",
2025-08-20T19:15:56.4376416Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeInstanceTenantModes.json",
2025-08-20T19:15:56.4377326Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeInstanceTopology.json",
2025-08-20T19:15:56.4377755Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeInstances.json",
2025-08-20T19:15:56.4378338Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeMetricsData.json",
2025-08-20T19:15:56.4378990Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeNodeMetrics.json",
2025-08-20T19:15:56.4379464Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeOasAnomalySQLList.json",
2025-08-20T19:15:56.4380538Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeOasSQLDetails.json",
2025-08-20T19:15:56.4381269Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeOasSQLHistoryList.json",
2025-08-20T19:15:56.4382050Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeOasSQLPlans.json",
2025-08-20T19:15:56.4382964Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeOasSlowSQLList.json",
2025-08-20T19:15:56.4383734Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeOasTopSQLList.json",
2025-08-20T19:15:56.4384520Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeOmsOpenAPIProject.json",
2025-08-20T19:15:56.4385377Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeOmsOpenAPIProjectSteps.json",
2025-08-20T19:15:56.4386204Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeOutlineBinding.json",
2025-08-20T19:15:56.4386983Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeParameters.json",
2025-08-20T19:15:56.4387763Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeParametersHistory.json",
2025-08-20T19:15:56.4388538Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeProject.json",
2025-08-20T19:15:56.4389297Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeProjectComponents.json",
2025-08-20T19:15:56.4390095Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeProjectProgress.json",
2025-08-20T19:15:56.4390921Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeProjectStepMetric.json",
2025-08-20T19:15:56.4391712Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeProjectSteps.json",
2025-08-20T19:15:56.4392595Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeRecommendIndex.json",
2025-08-20T19:15:56.4393370Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeSQLDetails.json",
2025-08-20T19:15:56.4394120Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeSQLHistoryList.json",
2025-08-20T19:15:56.4394869Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeSQLPlans.json",
2025-08-20T19:15:56.4395768Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeSQLSamples.json",
2025-08-20T19:15:56.4396650Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeSampleSqlRawTexts.json",
2025-08-20T19:15:56.4397464Z [00:02:03.123]➜  			"en-US/oceanbasepro/DescribeSecurityIpGroups.json",
2025-08-20T19:15:56.4398312Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeSlowSQLHistoryList.json",
2025-08-20T19:15:56.4399097Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeSlowSQLList.json",
2025-08-20T19:15:56.4399803Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeTenant.json",
2025-08-20T19:15:56.4400539Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeTenantEncryption.json",
2025-08-20T19:15:56.4401312Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeTenantMetrics.json",
2025-08-20T19:15:56.4402112Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeTenantSecurityConfigs.json",
2025-08-20T19:15:56.4403159Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeTenantSecurityIpGroups.json",
2025-08-20T19:15:56.4403978Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeTenantTags.json",
2025-08-20T19:15:56.4404731Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeTenantUserRoles.json",
2025-08-20T19:15:56.4405487Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeTenantUsers.json",
2025-08-20T19:15:56.4406230Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeTenantZonesRead.json",
2025-08-20T19:15:56.4406952Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeTenants.json",
2025-08-20T19:15:56.4407650Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeTimeZones.json",
2025-08-20T19:15:56.4408357Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeTopSQLList.json",
2025-08-20T19:15:56.4409045Z [00:02:03.124]➜  			"en-US/oceanbasepro/DescribeZones.json",
2025-08-20T19:15:56.4409727Z [00:02:03.124]➜  			"en-US/oceanbasepro/GetUploadOssUrl.json",
2025-08-20T19:15:56.4410411Z [00:02:03.124]➜  			"en-US/oceanbasepro/KillProcessList.json",
2025-08-20T19:15:56.4411081Z [00:02:03.124]➜  			"en-US/oceanbasepro/ListAllLabels.json",
2025-08-20T19:15:56.4411760Z [00:02:03.124]➜  			"en-US/oceanbasepro/ListDataSource.json",
2025-08-20T19:15:56.4412678Z [00:02:03.124]➜  			"en-US/oceanbasepro/ListProjectFullVerifyResult.json",
2025-08-20T19:15:56.4413678Z [00:02:03.124]➜  			"en-US/oceanbasepro/ListProjectModifyRecords.json",
2025-08-20T19:15:56.4414406Z [00:02:03.124]➜  			"en-US/oceanbasepro/ListProjects.json",
2025-08-20T19:15:56.4415096Z [00:02:03.124]➜  			"en-US/oceanbasepro/ListWorkerInstances.json",
2025-08-20T19:15:56.4415866Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyDatabaseDescription.json",
2025-08-20T19:15:56.4416658Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyDatabaseUserRoles.json",
2025-08-20T19:15:56.4417395Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyInstanceName.json",
2025-08-20T19:15:56.4418119Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyInstanceNodeNum.json",
2025-08-20T19:15:56.4418841Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyInstanceSpec.json",
2025-08-20T19:15:56.4419562Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyInstanceTags.json",
2025-08-20T19:15:56.4420388Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyInstanceTemporaryCapacity.json",
2025-08-20T19:15:56.4421195Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyParameters.json",
2025-08-20T19:15:56.4421904Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifySecurityIps.json",
2025-08-20T19:15:56.4422862Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyTenantEncryption.json",
2025-08-20T19:15:56.4423677Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyTenantPrimaryZone.json",
2025-08-20T19:15:56.4424447Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyTenantResource.json",
2025-08-20T19:15:56.4425231Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyTenantSecurityIpGroup.json",
2025-08-20T19:15:56.4425972Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyTenantTags.json",
2025-08-20T19:15:56.4426724Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyTenantUserDescription.json",
2025-08-20T19:15:56.4427508Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyTenantUserPassword.json",
2025-08-20T19:15:56.4428502Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyTenantUserRoles.json",
2025-08-20T19:15:56.4429254Z [00:02:03.124]➜  			"en-US/oceanbasepro/ModifyTenantUserStatus.json",
2025-08-20T19:15:56.4430014Z [00:02:03.124]➜  			"en-US/oceanbasepro/ReleaseOmsOpenAPIProject.json",
2025-08-20T19:15:56.4430727Z [00:02:03.124]➜  			"en-US/oceanbasepro/ReleaseProject.json",
2025-08-20T19:15:56.4431417Z [00:02:03.124]➜  			"en-US/oceanbasepro/ReleaseWorkerInstance.json",
2025-08-20T19:15:56.4432145Z [00:02:03.124]➜  			"en-US/oceanbasepro/ResetOmsOpenAPIProject.json",
2025-08-20T19:15:56.4433207Z [00:02:03.124]➜  			"en-US/oceanbasepro/ResumeOmsOpenAPIProject.json",
2025-08-20T19:15:56.4433904Z [00:02:03.124]➜  			"en-US/oceanbasepro/ResumeProject.json",
2025-08-20T19:15:56.4434626Z [00:02:03.124]➜  			"en-US/oceanbasepro/RetryProjectModifyRecords.json",
2025-08-20T19:15:56.4435439Z [00:02:03.124]➜  			"en-US/oceanbasepro/SearchOmsOpenAPIMonitorMetric.json",
2025-08-20T19:15:56.4436250Z [00:02:03.124]➜  			"en-US/oceanbasepro/SearchOmsOpenAPIProjects.json",
2025-08-20T19:15:56.4437004Z [00:02:03.125]➜  			"en-US/oceanbasepro/StartOmsOpenAPIProject.json",
2025-08-20T19:15:56.4437692Z [00:02:03.125]➜  			"en-US/oceanbasepro/StartProject.json",
2025-08-20T19:15:56.4438372Z [00:02:03.125]➜  			"en-US/oceanbasepro/StartProjectsByLabel.json",
2025-08-20T19:15:56.4439090Z [00:02:03.125]➜  			"en-US/oceanbasepro/StopOmsOpenAPIProject.json",
2025-08-20T19:15:56.4439758Z [00:02:03.125]➜  			"en-US/oceanbasepro/StopProject.json",
2025-08-20T19:15:56.4440457Z [00:02:03.125]➜  			"en-US/oceanbasepro/StopProjectModifyRecords.json",
2025-08-20T19:15:56.4441190Z [00:02:03.125]➜  			"en-US/oceanbasepro/StopProjectsByLabel.json",
2025-08-20T19:15:56.4441888Z [00:02:03.125]➜  			"en-US/oceanbasepro/SwitchoverInstance.json",
2025-08-20T19:15:56.4442661Z [00:02:03.125]➜  			"en-US/oceanbasepro/version.json",
2025-08-20T19:15:56.4443283Z [00:02:03.125]➜  			"en-US/ocr/GetAsyncJobResult.json",
2025-08-20T19:15:56.4443907Z [00:02:03.125]➜  			"en-US/ocr/RecognizeBankCard.json",
2025-08-20T19:15:56.4444549Z [00:02:03.125]➜  			"en-US/ocr/RecognizeBusinessLicense.json",
2025-08-20T19:15:56.4445382Z [00:02:03.125]➜  			"en-US/ocr/RecognizeCharacter.json",
2025-08-20T19:15:56.4446025Z [00:02:03.125]➜  			"en-US/ocr/RecognizeDriverLicense.json",
2025-08-20T19:15:56.4446687Z [00:02:03.125]➜  			"en-US/ocr/RecognizeDrivingLicense.json",
2025-08-20T19:15:56.4447338Z [00:02:03.125]➜  			"en-US/ocr/RecognizeIdentityCard.json",
2025-08-20T19:15:56.4447980Z [00:02:03.125]➜  			"en-US/ocr/RecognizeLicensePlate.json",
2025-08-20T19:15:56.4448584Z [00:02:03.125]➜  			"en-US/ocr/RecognizePdf.json",
2025-08-20T19:15:56.4449179Z [00:02:03.125]➜  			"en-US/ocr/RecognizeQrCode.json",
2025-08-20T19:15:56.4449796Z [00:02:03.125]➜  			"en-US/ocr/RecognizeQuotaInvoice.json",
2025-08-20T19:15:56.4450407Z [00:02:03.125]➜  			"en-US/ocr/RecognizeTable.json",
2025-08-20T19:15:56.4451019Z [00:02:03.125]➜  			"en-US/ocr/RecognizeTaxiInvoice.json",
2025-08-20T19:15:56.4451673Z [00:02:03.125]➜  			"en-US/ocr/RecognizeTicketInvoice.json",
2025-08-20T19:15:56.4452321Z [00:02:03.125]➜  			"en-US/ocr/RecognizeTrainTicket.json",
2025-08-20T19:15:56.4453115Z [00:02:03.125]➜  			"en-US/ocr/RecognizeVATInvoice.json",
2025-08-20T19:15:56.4453757Z [00:02:03.125]➜  			"en-US/ocr/RecognizeVINCode.json",
2025-08-20T19:15:56.4454402Z [00:02:03.125]➜  			"en-US/ocr/RecognizeVideoCharacter.json",
2025-08-20T19:15:56.4455004Z [00:02:03.125]➜  			"en-US/ocr/version.json",
2025-08-20T19:15:56.4455566Z [00:02:03.125]➜  			"en-US/ons/ListTagResources.json",
2025-08-20T19:15:56.4456189Z [00:02:03.125]➜  			"en-US/ons/OnsConsumerAccumulate.json",
2025-08-20T19:15:56.4456841Z [00:02:03.125]➜  			"en-US/ons/OnsConsumerGetConnection.json",
2025-08-20T19:15:56.4457498Z [00:02:03.125]➜  			"en-US/ons/OnsConsumerResetOffset.json",
2025-08-20T19:15:56.4458133Z [00:02:03.125]➜  			"en-US/ons/OnsConsumerStatus.json",
2025-08-20T19:15:56.4458757Z [00:02:03.125]➜  			"en-US/ons/OnsConsumerTimeSpan.json",
2025-08-20T19:15:56.4459571Z [00:02:03.125]➜  			"en-US/ons/OnsDLQMessageGetById.json",
2025-08-20T19:15:56.4460288Z [00:02:03.125]➜  			"en-US/ons/OnsDLQMessagePageQueryByGroupId.json",
2025-08-20T19:15:56.4461011Z [00:02:03.125]➜  			"en-US/ons/OnsDLQMessageResendById.json",
2025-08-20T19:15:56.4461667Z [00:02:03.125]➜  			"en-US/ons/OnsGroupConsumerUpdate.json",
2025-08-20T19:15:56.4462288Z [00:02:03.125]➜  			"en-US/ons/OnsGroupCreate.json",
2025-08-20T19:15:56.4463026Z [00:02:03.125]➜  			"en-US/ons/OnsGroupDelete.json",
2025-08-20T19:15:56.4463608Z [00:02:03.125]➜  			"en-US/ons/OnsGroupList.json",
2025-08-20T19:15:56.4464206Z [00:02:03.125]➜  			"en-US/ons/OnsGroupSubDetail.json",
2025-08-20T19:15:56.4464822Z [00:02:03.125]➜  			"en-US/ons/OnsInstanceBaseInfo.json",
2025-08-20T19:15:56.4465435Z [00:02:03.125]➜  			"en-US/ons/OnsInstanceCreate.json",
2025-08-20T19:15:56.4466041Z [00:02:03.125]➜  			"en-US/ons/OnsInstanceDelete.json",
2025-08-20T19:15:56.4466694Z [00:02:03.125]➜  			"en-US/ons/OnsInstanceInServiceList.json",
2025-08-20T19:15:56.4467331Z [00:02:03.125]➜  			"en-US/ons/OnsInstanceUpdate.json",
2025-08-20T19:15:56.4467928Z [00:02:03.126]➜  			"en-US/ons/OnsMessageDetail.json",
2025-08-20T19:15:56.4468549Z [00:02:03.126]➜  			"en-US/ons/OnsMessageGetByKey.json",
2025-08-20T19:15:56.4469171Z [00:02:03.126]➜  			"en-US/ons/OnsMessageGetByMsgId.json",
2025-08-20T19:15:56.4469831Z [00:02:03.126]➜  			"en-US/ons/OnsMessagePageQueryByTopic.json",
2025-08-20T19:15:56.4470473Z [00:02:03.126]➜  			"en-US/ons/OnsMessagePush.json",
2025-08-20T19:15:56.4471068Z [00:02:03.126]➜  			"en-US/ons/OnsMessageTrace.json",
2025-08-20T19:15:56.4471650Z [00:02:03.126]➜  			"en-US/ons/OnsRegionList.json",
2025-08-20T19:15:56.4472229Z [00:02:03.126]➜  			"en-US/ons/OnsTopicCreate.json",
2025-08-20T19:15:56.4472944Z [00:02:03.126]➜  			"en-US/ons/OnsTopicDelete.json",
2025-08-20T19:15:56.4473523Z [00:02:03.126]➜  			"en-US/ons/OnsTopicList.json",
2025-08-20T19:15:56.4474101Z [00:02:03.126]➜  			"en-US/ons/OnsTopicStatus.json",
2025-08-20T19:15:56.4474713Z [00:02:03.126]➜  			"en-US/ons/OnsTopicSubDetail.json",
2025-08-20T19:15:56.4475306Z [00:02:03.126]➜  			"en-US/ons/OnsTopicUpdate.json",
2025-08-20T19:15:56.4476089Z [00:02:03.126]➜  			"en-US/ons/OnsTraceGetResult.json",
2025-08-20T19:15:56.4476709Z [00:02:03.126]➜  			"en-US/ons/OnsTraceQueryByMsgId.json",
2025-08-20T19:15:56.4477341Z [00:02:03.126]➜  			"en-US/ons/OnsTraceQueryByMsgKey.json",
2025-08-20T19:15:56.4477992Z [00:02:03.126]➜  			"en-US/ons/OnsTrendGroupOutputTps.json",
2025-08-20T19:15:56.4478646Z [00:02:03.126]➜  			"en-US/ons/OnsTrendTopicInputTps.json",
2025-08-20T19:15:56.4479287Z [00:02:03.126]➜  			"en-US/ons/OpenOnsService.json",
2025-08-20T19:15:56.4479880Z [00:02:03.126]➜  			"en-US/ons/TagResources.json",
2025-08-20T19:15:56.4480507Z [00:02:03.126]➜  			"en-US/ons/UntagResources.json",
2025-08-20T19:15:56.4481070Z [00:02:03.126]➜  			"en-US/ons/version.json",
2025-08-20T19:15:56.4481650Z [00:02:03.126]➜  			"en-US/oos/CancelExecution.json",
2025-08-20T19:15:56.4482279Z [00:02:03.126]➜  			"en-US/oos/ChangeResourceGroup.json",
2025-08-20T19:15:56.4483550Z [00:02:03.126]➜  			"en-US/oos/ContinueDeployApplicationGroup.json",
2025-08-20T19:15:56.4484253Z [00:02:03.126]➜  			"en-US/oos/CreateApplication.json",
2025-08-20T19:15:56.4484898Z [00:02:03.126]➜  			"en-US/oos/CreateApplicationGroup.json",
2025-08-20T19:15:56.4485527Z [00:02:03.126]➜  			"en-US/oos/CreateOpsItem.json",
2025-08-20T19:15:56.4486123Z [00:02:03.126]➜  			"en-US/oos/CreateParameter.json",
2025-08-20T19:15:56.4486736Z [00:02:03.126]➜  			"en-US/oos/CreatePatchBaseline.json",
2025-08-20T19:15:56.4487373Z [00:02:03.126]➜  			"en-US/oos/CreateSecretParameter.json",
2025-08-20T19:15:56.4488057Z [00:02:03.126]➜  			"en-US/oos/CreateStateConfiguration.json",
2025-08-20T19:15:56.4488691Z [00:02:03.126]➜  			"en-US/oos/CreateTemplate.json",
2025-08-20T19:15:56.4489293Z [00:02:03.126]➜  			"en-US/oos/DeleteApplication.json",
2025-08-20T19:15:56.4490109Z [00:02:03.126]➜  			"en-US/oos/DeleteApplicationGroup.json",
2025-08-20T19:15:56.4490755Z [00:02:03.126]➜  			"en-US/oos/DeleteExecutions.json",
2025-08-20T19:15:56.4491364Z [00:02:03.126]➜  			"en-US/oos/DeleteParameter.json",
2025-08-20T19:15:56.4491989Z [00:02:03.126]➜  			"en-US/oos/DeletePatchBaseline.json",
2025-08-20T19:15:56.4492782Z [00:02:03.126]➜  			"en-US/oos/DeleteSecretParameter.json",
2025-08-20T19:15:56.4493453Z [00:02:03.126]➜  			"en-US/oos/DeleteStateConfigurations.json",
2025-08-20T19:15:56.4494089Z [00:02:03.126]➜  			"en-US/oos/DeleteTemplate.json",
2025-08-20T19:15:56.4494677Z [00:02:03.126]➜  			"en-US/oos/DeleteTemplates.json",
2025-08-20T19:15:56.4495306Z [00:02:03.126]➜  			"en-US/oos/DeployApplicationGroup.json",
2025-08-20T19:15:56.4496001Z [00:02:03.126]➜  			"en-US/oos/DescribeApplicationGroupBill.json",
2025-08-20T19:15:56.4496654Z [00:02:03.126]➜  			"en-US/oos/DescribeRegions.json",
2025-08-20T19:15:56.4497283Z [00:02:03.126]➜  			"en-US/oos/GenerateExecutionPolicy.json",
2025-08-20T19:15:56.4497924Z [00:02:03.126]➜  			"en-US/oos/GetApplication.json",
2025-08-20T19:15:56.4498539Z [00:02:03.126]➜  			"en-US/oos/GetApplicationGroup.json",
2025-08-20T19:15:56.4499183Z [00:02:03.126]➜  			"en-US/oos/GetExecutionTemplate.json",
2025-08-20T19:15:56.4499812Z [00:02:03.126]➜  			"en-US/oos/GetInventorySchema.json",
2025-08-20T19:15:56.4500405Z [00:02:03.126]➜  			"en-US/oos/GetOpsItem.json",
2025-08-20T19:15:56.4500973Z [00:02:03.126]➜  			"en-US/oos/GetParameter.json",
2025-08-20T19:15:56.4501561Z [00:02:03.126]➜  			"en-US/oos/GetParameters.json",
2025-08-20T19:15:56.4502167Z [00:02:03.126]➜  			"en-US/oos/GetParametersByPath.json",
2025-08-20T19:15:56.4502922Z [00:02:03.126]➜  			"en-US/oos/GetPatchBaseline.json",
2025-08-20T19:15:56.4503535Z [00:02:03.126]➜  			"en-US/oos/GetSecretParameter.json",
2025-08-20T19:15:56.4504154Z [00:02:03.126]➜  			"en-US/oos/GetSecretParameters.json",
2025-08-20T19:15:56.4504811Z [00:02:03.126]➜  			"en-US/oos/GetSecretParametersByPath.json",
2025-08-20T19:15:56.4505486Z [00:02:03.126]➜  			"en-US/oos/GetServiceSettings.json",
2025-08-20T19:15:56.4506080Z [00:02:03.126]➜  			"en-US/oos/GetTemplate.json",
2025-08-20T19:15:56.4506649Z [00:02:03.126]➜  			"en-US/oos/ListActions.json",
2025-08-20T19:15:56.4507450Z [00:02:03.126]➜  			"en-US/oos/ListApplicationGroups.json",
2025-08-20T19:15:56.4508084Z [00:02:03.126]➜  			"en-US/oos/ListApplications.json",
2025-08-20T19:15:56.4508716Z [00:02:03.126]➜  			"en-US/oos/ListExecutionLogs.json",
2025-08-20T19:15:56.4509372Z [00:02:03.126]➜  			"en-US/oos/ListExecutionRiskyTasks.json",
2025-08-20T19:15:56.4510002Z [00:02:03.126]➜  			"en-US/oos/ListExecutions.json",
2025-08-20T19:15:56.4510655Z [00:02:03.126]➜  			"en-US/oos/ListInstancePatchStates.json",
2025-08-20T19:15:56.4511306Z [00:02:03.126]➜  			"en-US/oos/ListInstancePatches.json",
2025-08-20T19:15:56.4511946Z [00:02:03.126]➜  			"en-US/oos/ListInventoryEntries.json",
2025-08-20T19:15:56.4533783Z [00:02:03.126]➜  			"en-US/oos/ListOpsItems.json",
2025-08-20T19:15:56.4534447Z [00:02:03.126]➜  			"en-US/oos/ListParameterVersions.json",
2025-08-20T19:15:56.4535074Z [00:02:03.126]➜  			"en-US/oos/ListParameters.json",
2025-08-20T19:15:56.4535687Z [00:02:03.126]➜  			"en-US/oos/ListPatchBaselines.json",
2025-08-20T19:15:56.4536374Z [00:02:03.126]➜  			"en-US/oos/ListResourceExecutionStatus.json",
2025-08-20T19:15:56.4565548Z [00:02:03.126]➜  			"en-US/oos/ListSecretParameterVersions.json",
2025-08-20T19:15:56.4569660Z [00:02:03.126]➜  			"en-US/oos/ListSecretParameters.json",
2025-08-20T19:15:56.4570337Z [00:02:03.126]➜  			"en-US/oos/ListStateConfigurations.json",
2025-08-20T19:15:56.4570960Z [00:02:03.126]➜  			"en-US/oos/ListTagKeys.json",
2025-08-20T19:15:56.4571562Z [00:02:03.126]➜  			"en-US/oos/ListTagResources.json",
2025-08-20T19:15:56.4572155Z [00:02:03.126]➜  			"en-US/oos/ListTagValues.json",
2025-08-20T19:15:56.4572901Z [00:02:03.126]➜  			"en-US/oos/ListTaskExecutions.json",
2025-08-20T19:15:56.4573529Z [00:02:03.126]➜  			"en-US/oos/ListTemplateVersions.json",
2025-08-20T19:15:56.4574355Z [00:02:03.126]➜  			"en-US/oos/ListTemplates.json",
2025-08-20T19:15:56.4574972Z [00:02:03.126]➜  			"en-US/oos/NotifyExecution.json",
2025-08-20T19:15:56.4575671Z [00:02:03.126]➜  			"en-US/oos/RegisterDefaultPatchBaseline.json",
2025-08-20T19:15:56.4576322Z [00:02:03.126]➜  			"en-US/oos/SearchInventory.json",
2025-08-20T19:15:56.4576928Z [00:02:03.126]➜  			"en-US/oos/SetServiceSettings.json",
2025-08-20T19:15:56.4577524Z [00:02:03.126]➜  			"en-US/oos/StartExecution.json",
2025-08-20T19:15:56.4578102Z [00:02:03.126]➜  			"en-US/oos/TagResources.json",
2025-08-20T19:15:56.4578692Z [00:02:03.126]➜  			"en-US/oos/TriggerExecution.json",
2025-08-20T19:15:56.4579283Z [00:02:03.126]➜  			"en-US/oos/UntagResources.json",
2025-08-20T19:15:56.4579879Z [00:02:03.126]➜  			"en-US/oos/UpdateApplication.json",
2025-08-20T19:15:56.4580521Z [00:02:03.126]➜  			"en-US/oos/UpdateApplicationGroup.json",
2025-08-20T19:15:56.4581149Z [00:02:03.126]➜  			"en-US/oos/UpdateExecution.json",
2025-08-20T19:15:56.4581751Z [00:02:03.126]➜  			"en-US/oos/UpdateOpsItem.json",
2025-08-20T19:15:56.4582337Z [00:02:03.126]➜  			"en-US/oos/UpdateParameter.json",
2025-08-20T19:15:56.4583125Z [00:02:03.126]➜  			"en-US/oos/UpdatePatchBaseline.json",
2025-08-20T19:15:56.4583789Z [00:02:03.126]➜  			"en-US/oos/UpdateSecretParameter.json",
2025-08-20T19:15:56.4584462Z [00:02:03.126]➜  			"en-US/oos/UpdateStateConfiguration.json",
2025-08-20T19:15:56.4585091Z [00:02:03.126]➜  			"en-US/oos/UpdateTemplate.json",
2025-08-20T19:15:56.4585719Z [00:02:03.126]➜  			"en-US/oos/ValidateTemplateContent.json",
2025-08-20T19:15:56.4586313Z [00:02:03.126]➜  			"en-US/oos/version.json",
2025-08-20T19:15:56.4586913Z [00:02:03.126]➜  			"en-US/polardb/CancelScheduleTasks.json",
2025-08-20T19:15:56.4587582Z [00:02:03.126]➜  			"en-US/polardb/CheckAccountName.json",
2025-08-20T19:15:56.4588197Z [00:02:03.126]➜  			"en-US/polardb/CheckDBName.json",
2025-08-20T19:15:56.4588825Z [00:02:03.126]➜  			"en-US/polardb/CheckKMSAuthorized.json",
2025-08-20T19:15:56.4589509Z [00:02:03.126]➜  			"en-US/polardb/CheckServiceLinkedRole.json",
2025-08-20T19:15:56.4590140Z [00:02:03.126]➜  			"en-US/polardb/CloseAITask.json",
2025-08-20T19:15:56.4590993Z [00:02:03.126]➜  			"en-US/polardb/CloseDBClusterMigration.json",
2025-08-20T19:15:56.4591645Z [00:02:03.126]➜  			"en-US/polardb/CreateAccount.json",
2025-08-20T19:15:56.4592252Z [00:02:03.126]➜  			"en-US/polardb/CreateBackup.json",
2025-08-20T19:15:56.4593173Z [00:02:03.126]➜  			"en-US/polardb/CreateColdStorageInstance.json",
2025-08-20T19:15:56.4593996Z [00:02:03.126]➜  			"en-US/polardb/CreateDBCluster.json",
2025-08-20T19:15:56.4594662Z [00:02:03.126]➜  			"en-US/polardb/CreateDBClusterEndpoint.json",
2025-08-20T19:15:56.4595362Z [00:02:03.126]➜  			"en-US/polardb/CreateDBEndpointAddress.json",
2025-08-20T19:15:56.4596078Z [00:02:03.126]➜  			"en-US/polardb/CreateDBLink.json",
2025-08-20T19:15:56.4596711Z [00:02:03.126]➜  			"en-US/polardb/CreateDBNodes.json",
2025-08-20T19:15:56.4597574Z [00:02:03.126]➜  			"en-US/polardb/CreateDatabase.json",
2025-08-20T19:15:56.4598538Z [00:02:03.126]➜  			"en-US/polardb/CreateGlobalDatabaseNetwork.json",
2025-08-20T19:15:56.4599352Z [00:02:03.126]➜  			"en-US/polardb/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:15:56.4600112Z [00:02:03.126]➜  			"en-US/polardb/CreateParameterGroup.json",
2025-08-20T19:15:56.4600796Z [00:02:03.126]➜  			"en-US/polardb/CreateServiceLinkedRole.json",
2025-08-20T19:15:56.4601474Z [00:02:03.126]➜  			"en-US/polardb/CreateStoragePlan.json",
2025-08-20T19:15:56.4602130Z [00:02:03.126]➜  			"en-US/polardb/DeleteAccount.json",
2025-08-20T19:15:56.4602943Z [00:02:03.126]➜  			"en-US/polardb/DeleteBackup.json",
2025-08-20T19:15:56.4603556Z [00:02:03.126]➜  			"en-US/polardb/DeleteDBCluster.json",
2025-08-20T19:15:56.4604214Z [00:02:03.126]➜  			"en-US/polardb/DeleteDBClusterEndpoint.json",
2025-08-20T19:15:56.4604906Z [00:02:03.126]➜  			"en-US/polardb/DeleteDBEndpointAddress.json",
2025-08-20T19:15:56.4605545Z [00:02:03.126]➜  			"en-US/polardb/DeleteDBLink.json",
2025-08-20T19:15:56.4606345Z [00:02:03.126]➜  			"en-US/polardb/DeleteDBNodes.json",
2025-08-20T19:15:56.4606968Z [00:02:03.126]➜  			"en-US/polardb/DeleteDatabase.json",
2025-08-20T19:15:56.4607681Z [00:02:03.126]➜  			"en-US/polardb/DeleteGlobalDatabaseNetwork.json",
2025-08-20T19:15:56.4608425Z [00:02:03.126]➜  			"en-US/polardb/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:15:56.4609111Z [00:02:03.126]➜  			"en-US/polardb/DeleteMaskingRules.json",
2025-08-20T19:15:56.4609769Z [00:02:03.126]➜  			"en-US/polardb/DeleteParameterGroup.json",
2025-08-20T19:15:56.4610436Z [00:02:03.126]➜  			"en-US/polardb/DescribeAITaskStatus.json",
2025-08-20T19:15:56.4611075Z [00:02:03.126]➜  			"en-US/polardb/DescribeAccounts.json",
2025-08-20T19:15:56.4611759Z [00:02:03.126]➜  			"en-US/polardb/DescribeAutoRenewAttribute.json",
2025-08-20T19:15:56.4612582Z [00:02:03.126]➜  			"en-US/polardb/DescribeBackupLogs.json",
2025-08-20T19:15:56.4613251Z [00:02:03.126]➜  			"en-US/polardb/DescribeBackupPolicy.json",
2025-08-20T19:15:56.4613921Z [00:02:03.126]➜  			"en-US/polardb/DescribeBackupTasks.json",
2025-08-20T19:15:56.4614554Z [00:02:03.126]➜  			"en-US/polardb/DescribeBackups.json",
2025-08-20T19:15:56.4615224Z [00:02:03.126]➜  			"en-US/polardb/DescribeCharacterSetName.json",
2025-08-20T19:15:56.4615888Z [00:02:03.126]➜  			"en-US/polardb/DescribeClassList.json",
2025-08-20T19:15:56.4616620Z [00:02:03.126]➜  			"en-US/polardb/DescribeDBClusterAccessWhitelist.json",
2025-08-20T19:15:56.4617391Z [00:02:03.126]➜  			"en-US/polardb/DescribeDBClusterAttribute.json",
2025-08-20T19:15:56.4618182Z [00:02:03.126]➜  			"en-US/polardb/DescribeDBClusterAuditLogCollector.json",
2025-08-20T19:15:56.4619043Z [00:02:03.126]➜  			"en-US/polardb/DescribeDBClusterAvailableResources.json",
2025-08-20T19:15:56.4619858Z [00:02:03.126]➜  			"en-US/polardb/DescribeDBClusterConnectivity.json",
2025-08-20T19:15:56.4620617Z [00:02:03.126]➜  			"en-US/polardb/DescribeDBClusterEndpoints.json",
2025-08-20T19:15:56.4621357Z [00:02:03.126]➜  			"en-US/polardb/DescribeDBClusterMigration.json",
2025-08-20T19:15:56.4622070Z [00:02:03.126]➜  			"en-US/polardb/DescribeDBClusterMonitor.json",
2025-08-20T19:15:56.4623203Z [00:02:03.127]➜  			"en-US/polardb/DescribeDBClusterParameters.json",
2025-08-20T19:15:56.4623968Z [00:02:03.127]➜  			"en-US/polardb/DescribeDBClusterPerformance.json",
2025-08-20T19:15:56.4624697Z [00:02:03.127]➜  			"en-US/polardb/DescribeDBClusterSSL.json",
2025-08-20T19:15:56.4625465Z [00:02:03.127]➜  			"en-US/polardb/DescribeDBClusterServerlessConf.json",
2025-08-20T19:15:56.4626196Z [00:02:03.127]➜  			"en-US/polardb/DescribeDBClusterTDE.json",
2025-08-20T19:15:56.4626894Z [00:02:03.127]➜  			"en-US/polardb/DescribeDBClusterVersion.json",
2025-08-20T19:15:56.4627576Z [00:02:03.127]➜  			"en-US/polardb/DescribeDBClusters.json",
2025-08-20T19:15:56.4628287Z [00:02:03.127]➜  			"en-US/polardb/DescribeDBClustersWithBackups.json",
2025-08-20T19:15:56.4629052Z [00:02:03.127]➜  			"en-US/polardb/DescribeDBInitializeVariable.json",
2025-08-20T19:15:56.4629747Z [00:02:03.127]➜  			"en-US/polardb/DescribeDBLinks.json",
2025-08-20T19:15:56.4630415Z [00:02:03.127]➜  			"en-US/polardb/DescribeDBNodePerformance.json",
2025-08-20T19:15:56.4631144Z [00:02:03.127]➜  			"en-US/polardb/DescribeDBNodesParameters.json",
2025-08-20T19:15:56.4631861Z [00:02:03.127]➜  			"en-US/polardb/DescribeDBProxyPerformance.json",
2025-08-20T19:15:56.4632674Z [00:02:03.127]➜  			"en-US/polardb/DescribeDasConfig.json",
2025-08-20T19:15:56.4633301Z [00:02:03.127]➜  			"en-US/polardb/DescribeDatabases.json",
2025-08-20T19:15:56.4633968Z [00:02:03.127]➜  			"en-US/polardb/DescribeDetachedBackups.json",
2025-08-20T19:15:56.4634700Z [00:02:03.127]➜  			"en-US/polardb/DescribeGlobalDatabaseNetwork.json",
2025-08-20T19:15:56.4635479Z [00:02:03.127]➜  			"en-US/polardb/DescribeGlobalDatabaseNetworks.json",
2025-08-20T19:15:56.4636252Z [00:02:03.127]➜  			"en-US/polardb/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:15:56.4637092Z [00:02:03.127]➜  			"en-US/polardb/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:56.4638068Z [00:02:03.127]➜  			"en-US/polardb/DescribeLogBackupPolicy.json",
2025-08-20T19:15:56.4638770Z [00:02:03.127]➜  			"en-US/polardb/DescribeMaskingRules.json",
2025-08-20T19:15:56.4639437Z [00:02:03.127]➜  			"en-US/polardb/DescribeMetaList.json",
2025-08-20T19:15:56.4640101Z [00:02:03.127]➜  			"en-US/polardb/DescribeParameterGroup.json",
2025-08-20T19:15:56.4640790Z [00:02:03.127]➜  			"en-US/polardb/DescribeParameterGroups.json",
2025-08-20T19:15:56.4641502Z [00:02:03.127]➜  			"en-US/polardb/DescribeParameterTemplates.json",
2025-08-20T19:15:56.4642273Z [00:02:03.127]➜  			"en-US/polardb/DescribePendingMaintenanceAction.json",
2025-08-20T19:15:56.4643239Z [00:02:03.127]➜  			"en-US/polardb/DescribePendingMaintenanceActions.json",
2025-08-20T19:15:56.4644056Z [00:02:03.127]➜  			"en-US/polardb/DescribePolarSQLCollectorPolicy.json",
2025-08-20T19:15:56.4644759Z [00:02:03.127]➜  			"en-US/polardb/DescribeRegions.json",
2025-08-20T19:15:56.4645428Z [00:02:03.127]➜  			"en-US/polardb/DescribeScheduleTasks.json",
2025-08-20T19:15:56.4646113Z [00:02:03.127]➜  			"en-US/polardb/DescribeSlowLogRecords.json",
2025-08-20T19:15:56.4646949Z [00:02:03.127]➜  			"en-US/polardb/DescribeSlowLogs.json",
2025-08-20T19:15:56.4647565Z [00:02:03.127]➜  			"en-US/polardb/DescribeTasks.json",
2025-08-20T19:15:56.4648263Z [00:02:03.127]➜  			"en-US/polardb/DescribeUserEncryptionKeyList.json",
2025-08-20T19:15:56.4648959Z [00:02:03.127]➜  			"en-US/polardb/DescribeVSwitches.json",
2025-08-20T19:15:56.4649647Z [00:02:03.127]➜  			"en-US/polardb/DisableDBClusterServerless.json",
2025-08-20T19:15:56.4650365Z [00:02:03.127]➜  			"en-US/polardb/EnableDBClusterServerless.json",
2025-08-20T19:15:56.4651049Z [00:02:03.127]➜  			"en-US/polardb/EnableFirewallRules.json",
2025-08-20T19:15:56.4651862Z [00:02:03.127]➜  			"en-US/polardb/EvaluateRegionResource.json",
2025-08-20T19:15:56.4652789Z [00:02:03.127]➜  			"en-US/polardb/FailoverDBCluster.json",
2025-08-20T19:15:56.4653620Z [00:02:03.127]➜  			"en-US/polardb/GrantAccountPrivilege.json",
2025-08-20T19:15:56.4654291Z [00:02:03.127]➜  			"en-US/polardb/ListTagResources.json",
2025-08-20T19:15:56.4654969Z [00:02:03.127]➜  			"en-US/polardb/ManuallyStartDBCluster.json",
2025-08-20T19:15:56.4655669Z [00:02:03.127]➜  			"en-US/polardb/ModifyAccountDescription.json",
2025-08-20T19:15:56.4656364Z [00:02:03.127]➜  			"en-US/polardb/ModifyAccountPassword.json",
2025-08-20T19:15:56.4657051Z [00:02:03.127]➜  			"en-US/polardb/ModifyAutoRenewAttribute.json",
2025-08-20T19:15:56.4657728Z [00:02:03.127]➜  			"en-US/polardb/ModifyBackupPolicy.json",
2025-08-20T19:15:56.4658380Z [00:02:03.127]➜  			"en-US/polardb/ModifyDBCluster.json",
2025-08-20T19:15:56.4658878Z [00:02:03.127]➜  			"en-US/polardb/ModifyDBClusterAccessWhitelist.json",
2025-08-20T19:15:56.4659714Z [00:02:03.127]➜  			"en-US/polardb/ModifyDBClusterAndNodesParameters.json",
2025-08-20T19:15:56.4660527Z [00:02:03.127]➜  			"en-US/polardb/ModifyDBClusterAuditLogCollector.json",
2025-08-20T19:15:56.4661471Z [00:02:03.127]➜  			"en-US/polardb/ModifyDBClusterDeletion.json",
2025-08-20T19:15:56.4662204Z [00:02:03.127]➜  			"en-US/polardb/ModifyDBClusterDescription.json",
2025-08-20T19:15:56.4663080Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBClusterEndpoint.json",
2025-08-20T19:15:56.4663809Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBClusterMaintainTime.json",
2025-08-20T19:15:56.4664538Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBClusterMigration.json",
2025-08-20T19:15:56.4665180Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBClusterMonitor.json",
2025-08-20T19:15:56.4665591Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBClusterParameters.json",
2025-08-20T19:15:56.4665993Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBClusterPrimaryZone.json",
2025-08-20T19:15:56.4666407Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBClusterResourceGroup.json",
2025-08-20T19:15:56.4666799Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBClusterSSL.json",
2025-08-20T19:15:56.4667201Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBClusterServerlessConf.json",
2025-08-20T19:15:56.4667641Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBClusterStorageSpace.json",
2025-08-20T19:15:56.4668034Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBClusterTDE.json",
2025-08-20T19:15:56.4668433Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBDescription.json",
2025-08-20T19:15:56.4668834Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBEndpointAddress.json",
2025-08-20T19:15:56.4669218Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBNodeClass.json",
2025-08-20T19:15:56.4669606Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBNodeHotReplicaMode.json",
2025-08-20T19:15:56.4669994Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBNodesClass.json",
2025-08-20T19:15:56.4670380Z [00:02:03.128]➜  			"en-US/polardb/ModifyDBNodesParameters.json",
2025-08-20T19:15:56.4670790Z [00:02:03.128]➜  			"en-US/polardb/ModifyGlobalDatabaseNetwork.json",
2025-08-20T19:15:56.4671203Z [00:02:03.128]➜  			"en-US/polardb/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:15:56.4671665Z [00:02:03.128]➜  			"en-US/polardb/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:15:56.4672156Z [00:02:03.128]➜  			"en-US/polardb/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:56.4673016Z [00:02:03.128]➜  			"en-US/polardb/ModifyLogBackupPolicy.json",
2025-08-20T19:15:56.4673535Z [00:02:03.128]➜  			"en-US/polardb/ModifyMaskingRules.json",
2025-08-20T19:15:56.4674299Z [00:02:03.128]➜  			"en-US/polardb/ModifyPendingMaintenanceAction.json",
2025-08-20T19:15:56.4674995Z [00:02:03.128]➜  			"en-US/polardb/OpenAITask.json",
2025-08-20T19:15:56.4675683Z [00:02:03.128]➜  			"en-US/polardb/RefreshDBClusterStorageUsage.json",
2025-08-20T19:15:56.4676409Z [00:02:03.128]➜  			"en-US/polardb/RemoveDBClusterFromGDN.json",
2025-08-20T19:15:56.4677054Z [00:02:03.128]➜  			"en-US/polardb/ResetAccount.json",
2025-08-20T19:15:56.4677736Z [00:02:03.128]➜  			"en-US/polardb/ResetGlobalDatabaseNetwork.json",
2025-08-20T19:15:56.4678397Z [00:02:03.128]➜  			"en-US/polardb/RestartDBNode.json",
2025-08-20T19:15:56.4679022Z [00:02:03.128]➜  			"en-US/polardb/RestoreTable.json",
2025-08-20T19:15:56.4679675Z [00:02:03.128]➜  			"en-US/polardb/RevokeAccountPrivilege.json",
2025-08-20T19:15:56.4680445Z [00:02:03.128]➜  			"en-US/polardb/SwitchOverGlobalDatabaseNetwork.json",
2025-08-20T19:15:56.4681148Z [00:02:03.128]➜  			"en-US/polardb/TagResources.json",
2025-08-20T19:15:56.4681772Z [00:02:03.128]➜  			"en-US/polardb/TempModifyDBNode.json",
2025-08-20T19:15:56.4682638Z [00:02:03.128]➜  			"en-US/polardb/TransformDBClusterPayType.json",
2025-08-20T19:15:56.4683365Z [00:02:03.128]➜  			"en-US/polardb/UntagResources.json",
2025-08-20T19:15:56.4684066Z [00:02:03.128]➜  			"en-US/polardb/UpgradeDBClusterMinorVersion.json",
2025-08-20T19:15:56.4684802Z [00:02:03.128]➜  			"en-US/polardb/UpgradeDBClusterVersion.json",
2025-08-20T19:15:56.4685441Z [00:02:03.128]➜  			"en-US/polardb/version.json",
2025-08-20T19:15:56.4686172Z [00:02:03.128]➜  			"en-US/privatelink/AddUserToVpcEndpointService.json",
2025-08-20T19:15:56.4687108Z [00:02:03.128]➜  			"en-US/privatelink/AddZoneToVpcEndpoint.json",
2025-08-20T19:15:56.4687942Z [00:02:03.128]➜  			"en-US/privatelink/AttachResourceToVpcEndpointService.json",
2025-08-20T19:15:56.4688849Z [00:02:03.128]➜  			"en-US/privatelink/AttachSecurityGroupToVpcEndpoint.json",
2025-08-20T19:15:56.4689671Z [00:02:03.128]➜  			"en-US/privatelink/ChangeResourceGroup.json",
2025-08-20T19:15:56.4690361Z [00:02:03.128]➜  			"en-US/privatelink/CheckProductOpen.json",
2025-08-20T19:15:56.4691035Z [00:02:03.128]➜  			"en-US/privatelink/CreateVpcEndpoint.json",
2025-08-20T19:15:56.4691759Z [00:02:03.128]➜  			"en-US/privatelink/CreateVpcEndpointService.json",
2025-08-20T19:15:56.4692657Z [00:02:03.128]➜  			"en-US/privatelink/DeleteVpcEndpoint.json",
2025-08-20T19:15:56.4693455Z [00:02:03.128]➜  			"en-US/privatelink/DeleteVpcEndpointService.json",
2025-08-20T19:15:56.4694171Z [00:02:03.128]➜  			"en-US/privatelink/DescribeRegions.json",
2025-08-20T19:15:56.4694821Z [00:02:03.128]➜  			"en-US/privatelink/DescribeZones.json",
2025-08-20T19:15:56.4695636Z [00:02:03.128]➜  			"en-US/privatelink/DetachResourceFromVpcEndpointService.json",
2025-08-20T19:15:56.4696585Z [00:02:03.128]➜  			"en-US/privatelink/DetachSecurityGroupFromVpcEndpoint.json",
2025-08-20T19:15:56.4697595Z [00:02:03.128]➜  			"en-US/privatelink/DisableVpcEndpointConnection.json",
2025-08-20T19:15:56.4698472Z [00:02:03.128]➜  			"en-US/privatelink/DisableVpcEndpointZoneConnection.json",
2025-08-20T19:15:56.4699308Z [00:02:03.128]➜  			"en-US/privatelink/EnableVpcEndpointConnection.json",
2025-08-20T19:15:56.4700166Z [00:02:03.128]➜  			"en-US/privatelink/EnableVpcEndpointZoneConnection.json",
2025-08-20T19:15:56.4700964Z [00:02:03.128]➜  			"en-US/privatelink/GetVpcEndpointAttribute.json",
2025-08-20T19:15:56.4701774Z [00:02:03.128]➜  			"en-US/privatelink/GetVpcEndpointServiceAttribute.json",
2025-08-20T19:15:56.4702825Z [00:02:03.128]➜  			"en-US/privatelink/ListTagResources.json",
2025-08-20T19:15:56.4703818Z [00:02:03.128]➜  			"en-US/privatelink/ListVpcEndpointConnections.json",
2025-08-20T19:15:56.4704874Z [00:02:03.128]➜  			"en-US/privatelink/ListVpcEndpointSecurityGroups.json",
2025-08-20T19:15:56.4705725Z [00:02:03.128]➜  			"en-US/privatelink/ListVpcEndpointServiceResources.json",
2025-08-20T19:15:56.4706820Z [00:02:03.128]➜  			"en-US/privatelink/ListVpcEndpointServiceUsers.json",
2025-08-20T19:15:56.4707656Z [00:02:03.128]➜  			"en-US/privatelink/ListVpcEndpointServices.json",
2025-08-20T19:15:56.4708517Z [00:02:03.128]➜  			"en-US/privatelink/ListVpcEndpointServicesByEndUser.json",
2025-08-20T19:15:56.4709332Z [00:02:03.128]➜  			"en-US/privatelink/ListVpcEndpointZones.json",
2025-08-20T19:15:56.4710052Z [00:02:03.128]➜  			"en-US/privatelink/ListVpcEndpoints.json",
2025-08-20T19:15:56.4710788Z [00:02:03.128]➜  			"en-US/privatelink/OpenPrivateLinkService.json",
2025-08-20T19:15:56.4711792Z [00:02:03.128]➜  			"en-US/privatelink/RemoveUserFromVpcEndpointService.json",
2025-08-20T19:15:56.4713319Z [00:02:03.128]➜  			"en-US/privatelink/RemoveZoneFromVpcEndpoint.json",
2025-08-20T19:15:56.4714159Z [00:02:03.128]➜  			"en-US/privatelink/TagResources.json",
2025-08-20T19:15:56.4714892Z [00:02:03.128]➜  			"en-US/privatelink/UntagResources.json",
2025-08-20T19:15:56.4715647Z [00:02:03.128]➜  			"en-US/privatelink/UpdateVpcEndpointAttribute.json",
2025-08-20T19:15:56.4716534Z [00:02:03.128]➜  			"en-US/privatelink/UpdateVpcEndpointConnectionAttribute.json",
2025-08-20T19:15:56.4717489Z [00:02:03.128]➜  			"en-US/privatelink/UpdateVpcEndpointServiceAttribute.json",
2025-08-20T19:15:56.4718484Z [00:02:03.128]➜  			"en-US/privatelink/UpdateVpcEndpointServiceResourceAttribute.json",
2025-08-20T19:15:56.4719607Z [00:02:03.128]➜  			"en-US/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json",
2025-08-20T19:15:56.4720506Z [00:02:03.128]➜  			"en-US/privatelink/version.json",
2025-08-20T19:15:56.4721077Z [00:02:03.128]➜  			"en-US/products.json",
2025-08-20T19:15:56.4721644Z [00:02:03.128]➜  			"en-US/push/BindAlias.json",
2025-08-20T19:15:56.4722558Z [00:02:03.128]➜  			"en-US/push/BindPhone.json",
2025-08-20T19:15:56.4723170Z [00:02:03.128]➜  			"en-US/push/BindTag.json",
2025-08-20T19:15:56.4723745Z [00:02:03.128]➜  			"en-US/push/CancelPush.json",
2025-08-20T19:15:56.4724369Z [00:02:03.128]➜  			"en-US/push/CheckCertificate.json",
2025-08-20T19:15:56.4724980Z [00:02:03.128]➜  			"en-US/push/CheckDevice.json",
2025-08-20T19:15:56.4725566Z [00:02:03.128]➜  			"en-US/push/CheckDevices.json",
2025-08-20T19:15:56.4726238Z [00:02:03.128]➜  			"en-US/push/CompleteContinuouslyPush.json",
2025-08-20T19:15:56.4726907Z [00:02:03.128]➜  			"en-US/push/ContinuouslyPush.json",
2025-08-20T19:15:56.4727526Z [00:02:03.128]➜  			"en-US/push/ListSummaryApps.json",
2025-08-20T19:15:56.4728119Z [00:02:03.128]➜  			"en-US/push/ListTags.json",
2025-08-20T19:15:56.4728681Z [00:02:03.128]➜  			"en-US/push/MassPush.json",
2025-08-20T19:15:56.4729229Z [00:02:03.128]➜  			"en-US/push/Push.json",
2025-08-20T19:15:56.4729835Z [00:02:03.128]➜  			"en-US/push/PushMessageToAndroid.json",
2025-08-20T19:15:56.4730506Z [00:02:03.128]➜  			"en-US/push/PushMessageToiOS.json",
2025-08-20T19:15:56.4731151Z [00:02:03.128]➜  			"en-US/push/PushNoticeToAndroid.json",
2025-08-20T19:15:56.4731802Z [00:02:03.128]➜  			"en-US/push/PushNoticeToiOS.json",
2025-08-20T19:15:56.4732600Z [00:02:03.128]➜  			"en-US/push/QueryAliases.json",
2025-08-20T19:15:56.4733222Z [00:02:03.128]➜  			"en-US/push/QueryDeviceInfo.json",
2025-08-20T19:15:56.4733829Z [00:02:03.128]➜  			"en-US/push/QueryDeviceStat.json",
2025-08-20T19:15:56.4734480Z [00:02:03.128]➜  			"en-US/push/QueryDevicesByAccount.json",
2025-08-20T19:15:56.4735138Z [00:02:03.128]➜  			"en-US/push/QueryDevicesByAlias.json",
2025-08-20T19:15:56.4735776Z [00:02:03.128]➜  			"en-US/push/QueryPushRecords.json",
2025-08-20T19:15:56.4736401Z [00:02:03.128]➜  			"en-US/push/QueryPushStatByApp.json",
2025-08-20T19:15:56.4737064Z [00:02:03.128]➜  			"en-US/push/QueryPushStatByMsg.json",
2025-08-20T19:15:56.4737673Z [00:02:03.128]➜  			"en-US/push/QueryTags.json",
2025-08-20T19:15:56.4738319Z [00:02:03.128]➜  			"en-US/push/QueryUniqueDeviceStat.json",
2025-08-20T19:15:56.4738955Z [00:02:03.128]➜  			"en-US/push/RemoveTag.json",
2025-08-20T19:15:56.4739722Z [00:02:03.128]➜  			"en-US/push/UnbindAlias.json",
2025-08-20T19:15:56.4740332Z [00:02:03.128]➜  			"en-US/push/UnbindPhone.json",
2025-08-20T19:15:56.4740918Z [00:02:03.128]➜  			"en-US/push/UnbindTag.json",
2025-08-20T19:15:56.4741652Z [00:02:03.128]➜  			"en-US/push/version.json",
2025-08-20T19:15:56.4742107Z [00:02:03.128]➜  			"en-US/pvtz/AddResolverEndpoint.json",
2025-08-20T19:15:56.4742622Z [00:02:03.128]➜  			"en-US/pvtz/AddResolverRule.json",
2025-08-20T19:15:56.4742960Z [00:02:03.128]➜  			"en-US/pvtz/AddUserVpcAuthorization.json",
2025-08-20T19:15:56.4743213Z [00:02:03.128]➜  			"en-US/pvtz/AddZone.json",
2025-08-20T19:15:56.4743484Z [00:02:03.128]➜  			"en-US/pvtz/AddZoneRecord.json",
2025-08-20T19:15:56.4743797Z [00:02:03.128]➜  			"en-US/pvtz/BindResolverRuleVpc.json",
2025-08-20T19:15:56.4744077Z [00:02:03.128]➜  			"en-US/pvtz/BindZoneVpc.json",
2025-08-20T19:15:56.4744361Z [00:02:03.129]➜  			"en-US/pvtz/CheckZoneName.json",
2025-08-20T19:15:56.4744676Z [00:02:03.129]➜  			"en-US/pvtz/DeleteResolverEndpoint.json",
2025-08-20T19:15:56.4744996Z [00:02:03.129]➜  			"en-US/pvtz/DeleteResolverRule.json",
2025-08-20T19:15:56.4745329Z [00:02:03.129]➜  			"en-US/pvtz/DeleteUserVpcAuthorization.json",
2025-08-20T19:15:56.4745593Z [00:02:03.129]➜  			"en-US/pvtz/DeleteZone.json",
2025-08-20T19:15:56.4745880Z [00:02:03.129]➜  			"en-US/pvtz/DeleteZoneRecord.json",
2025-08-20T19:15:56.4746177Z [00:02:03.129]➜  			"en-US/pvtz/DescribeChangeLogs.json",
2025-08-20T19:15:56.4746458Z [00:02:03.129]➜  			"en-US/pvtz/DescribeRegions.json",
2025-08-20T19:15:56.4746768Z [00:02:03.129]➜  			"en-US/pvtz/DescribeRequestGraph.json",
2025-08-20T19:15:56.4747172Z [00:02:03.129]➜  			"en-US/pvtz/DescribeResolverAvailableZones.json",
2025-08-20T19:15:56.4747500Z [00:02:03.129]➜  			"en-US/pvtz/DescribeResolverEndpoint.json",
2025-08-20T19:15:56.4747998Z [00:02:03.129]➜  			"en-US/pvtz/DescribeResolverEndpoints.json",
2025-08-20T19:15:56.4748319Z [00:02:03.129]➜  			"en-US/pvtz/DescribeResolverRule.json",
2025-08-20T19:15:56.4748643Z [00:02:03.129]➜  			"en-US/pvtz/DescribeResolverRules.json",
2025-08-20T19:15:56.4748981Z [00:02:03.129]➜  			"en-US/pvtz/DescribeStatisticSummary.json",
2025-08-20T19:15:56.4749303Z [00:02:03.129]➜  			"en-US/pvtz/DescribeSyncEcsHostTask.json",
2025-08-20T19:15:56.4749581Z [00:02:03.129]➜  			"en-US/pvtz/DescribeTags.json",
2025-08-20T19:15:56.4749938Z [00:02:03.129]➜  			"en-US/pvtz/DescribeUserVpcAuthorizations.json",
2025-08-20T19:15:56.4750224Z [00:02:03.129]➜  			"en-US/pvtz/DescribeZoneInfo.json",
2025-08-20T19:15:56.4750532Z [00:02:03.129]➜  			"en-US/pvtz/DescribeZoneRecords.json",
2025-08-20T19:15:56.4750839Z [00:02:03.129]➜  			"en-US/pvtz/DescribeZoneVpcTree.json",
2025-08-20T19:15:56.4751111Z [00:02:03.129]➜  			"en-US/pvtz/DescribeZones.json",
2025-08-20T19:15:56.4751394Z [00:02:03.129]➜  			"en-US/pvtz/ListTagResources.json",
2025-08-20T19:15:56.4751702Z [00:02:03.129]➜  			"en-US/pvtz/MoveResourceGroup.json",
2025-08-20T19:15:56.4752000Z [00:02:03.129]➜  			"en-US/pvtz/SetProxyPattern.json",
2025-08-20T19:15:56.4752311Z [00:02:03.129]➜  			"en-US/pvtz/SetZoneRecordStatus.json",
2025-08-20T19:15:56.4752777Z [00:02:03.129]➜  			"en-US/pvtz/TagResources.json",
2025-08-20T19:15:56.4753067Z [00:02:03.129]➜  			"en-US/pvtz/UntagResources.json",
2025-08-20T19:15:56.4753370Z [00:02:03.129]➜  			"en-US/pvtz/UpdateRecordRemark.json",
2025-08-20T19:15:56.4753687Z [00:02:03.129]➜  			"en-US/pvtz/UpdateResolverEndpoint.json",
2025-08-20T19:15:56.4753981Z [00:02:03.129]➜  			"en-US/pvtz/UpdateResolverRule.json",
2025-08-20T19:15:56.4754294Z [00:02:03.129]➜  			"en-US/pvtz/UpdateSyncEcsHostTask.json",
2025-08-20T19:15:56.4754578Z [00:02:03.129]➜  			"en-US/pvtz/UpdateZoneRecord.json",
2025-08-20T19:15:56.4754866Z [00:02:03.129]➜  			"en-US/pvtz/UpdateZoneRemark.json",
2025-08-20T19:15:56.4755113Z [00:02:03.129]➜  			"en-US/pvtz/version.json",
2025-08-20T19:15:56.4755480Z [00:02:03.129]➜  			"en-US/qualitycheck/AddBusinessCategory.json",
2025-08-20T19:15:56.4755811Z [00:02:03.129]➜  			"en-US/qualitycheck/AddThesaurusForApi.json",
2025-08-20T19:15:56.4756298Z [00:02:03.129]➜  			"en-US/qualitycheck/CreateAsrVocab.json",
2025-08-20T19:15:56.4756631Z [00:02:03.129]➜  			"en-US/qualitycheck/DelThesaurusForApi.json",
2025-08-20T19:15:56.4756950Z [00:02:03.129]➜  			"en-US/qualitycheck/DeleteAsrVocab.json",
2025-08-20T19:15:56.4757302Z [00:02:03.129]➜  			"en-US/qualitycheck/DeleteBusinessCategory.json",
2025-08-20T19:15:56.4757637Z [00:02:03.129]➜  			"en-US/qualitycheck/DeleteScoreForApi.json",
2025-08-20T19:15:56.4757982Z [00:02:03.129]➜  			"en-US/qualitycheck/DeleteSubScoreForApi.json",
2025-08-20T19:15:56.4758298Z [00:02:03.129]➜  			"en-US/qualitycheck/DoCheckResource.json",
2025-08-20T19:15:56.4758661Z [00:02:03.129]➜  			"en-US/qualitycheck/DoLogicalDeleteResource.json",
2025-08-20T19:15:56.4759050Z [00:02:03.129]➜  			"en-US/qualitycheck/DoPhysicalDeleteResource.json",
2025-08-20T19:15:56.4759385Z [00:02:03.129]➜  			"en-US/qualitycheck/EditThesaurusForApi.json",
2025-08-20T19:15:56.4759737Z [00:02:03.129]➜  			"en-US/qualitycheck/ExecuteAsrTransform.json",
2025-08-20T19:15:56.4760136Z [00:02:03.129]➜  			"en-US/qualitycheck/GenerateCustomizationModelId.json",
2025-08-20T19:15:56.4760452Z [00:02:03.129]➜  			"en-US/qualitycheck/GetAccAsrResult.json",
2025-08-20T19:15:56.4760743Z [00:02:03.129]➜  			"en-US/qualitycheck/GetAsrVocab.json",
2025-08-20T19:15:56.4761074Z [00:02:03.129]➜  			"en-US/qualitycheck/GetAudioDataStatus.json",
2025-08-20T19:15:56.4761436Z [00:02:03.129]➜  			"en-US/qualitycheck/GetBusinessCategoryList.json",
2025-08-20T19:15:56.4761831Z [00:02:03.129]➜  			"en-US/qualitycheck/GetCustomizationConfigList.json",
2025-08-20T19:15:56.4762133Z [00:02:03.129]➜  			"en-US/qualitycheck/GetDataSetList.json",
2025-08-20T19:15:56.4762601Z [00:02:03.129]➜  			"en-US/qualitycheck/GetFileDimension.json",
2025-08-20T19:15:56.4763056Z [00:02:03.129]➜  			"en-US/qualitycheck/GetResult.json",
2025-08-20T19:15:56.4763386Z [00:02:03.129]➜  			"en-US/qualitycheck/GetResultCount.json",
2025-08-20T19:15:56.4763700Z [00:02:03.129]➜  			"en-US/qualitycheck/GetReviewInfo.json",
2025-08-20T19:15:56.4763986Z [00:02:03.129]➜  			"en-US/qualitycheck/GetRule.json",
2025-08-20T19:15:56.4764286Z [00:02:03.129]➜  			"en-US/qualitycheck/GetRuleDetail.json",
2025-08-20T19:15:56.4764607Z [00:02:03.129]➜  			"en-US/qualitycheck/GetRuleDimension.json",
2025-08-20T19:15:56.4764908Z [00:02:03.129]➜  			"en-US/qualitycheck/GetScoreInfo.json",
2025-08-20T19:15:56.4765304Z [00:02:03.129]➜  			"en-US/qualitycheck/GetThesaurusBySynonymForApi.json",
2025-08-20T19:15:56.4765624Z [00:02:03.129]➜  			"en-US/qualitycheck/InsertScoreForApi.json",
2025-08-20T19:15:56.4765976Z [00:02:03.129]➜  			"en-US/qualitycheck/InsertSubScoreForApi.json",
2025-08-20T19:15:56.4766264Z [00:02:03.129]➜  			"en-US/qualitycheck/InvalidRule.json",
2025-08-20T19:15:56.4766589Z [00:02:03.129]➜  			"en-US/qualitycheck/ListDataSetTask.json",
2025-08-20T19:15:56.4766899Z [00:02:03.129]➜  			"en-US/qualitycheck/RegisterNotice.json",
2025-08-20T19:15:56.4767232Z [00:02:03.129]➜  			"en-US/qualitycheck/SaveReviewResult.json",
2025-08-20T19:15:56.4767546Z [00:02:03.129]➜  			"en-US/qualitycheck/SubmitReviewInfo.json",
2025-08-20T19:15:56.4767836Z [00:02:03.129]➜  			"en-US/qualitycheck/TestNetwork.json",
2025-08-20T19:15:56.4768139Z [00:02:03.129]➜  			"en-US/qualitycheck/UpdateAsrVocab.json",
2025-08-20T19:15:56.4768501Z [00:02:03.129]➜  			"en-US/qualitycheck/UpdateOnPurchaseSuccess.json",
2025-08-20T19:15:56.4768790Z [00:02:03.129]➜  			"en-US/qualitycheck/UpdateRule.json",
2025-08-20T19:15:56.4769109Z [00:02:03.129]➜  			"en-US/qualitycheck/UpdateRuleForAnt.json",
2025-08-20T19:15:56.4769431Z [00:02:03.129]➜  			"en-US/qualitycheck/UpdateScoreForApi.json",
2025-08-20T19:15:56.4769916Z [00:02:03.129]➜  			"en-US/qualitycheck/UpdateSubScoreForApi.json",
2025-08-20T19:15:56.4770392Z [00:02:03.129]➜  			"en-US/qualitycheck/UploadAudioData.json",
2025-08-20T19:15:56.4770739Z [00:02:03.129]➜  			"en-US/qualitycheck/UploadAudioData4Pre.json",
2025-08-20T19:15:56.4771455Z [00:02:03.129]➜  			"en-US/qualitycheck/UploadAudioDataWithRules.json",
2025-08-20T19:15:56.4771868Z [00:02:03.129]➜  			"en-US/qualitycheck/UploadAudioDataWithRules4Pre.json",
2025-08-20T19:15:56.4772167Z [00:02:03.129]➜  			"en-US/qualitycheck/UploadData.json",
2025-08-20T19:15:56.4772609Z [00:02:03.129]➜  			"en-US/qualitycheck/UploadDataSync.json",
2025-08-20T19:15:56.4772963Z [00:02:03.129]➜  			"en-US/qualitycheck/UploadDataWithRules.json",
2025-08-20T19:15:56.4773248Z [00:02:03.129]➜  			"en-US/qualitycheck/UploadRule.json",
2025-08-20T19:15:56.4773570Z [00:02:03.129]➜  			"en-US/qualitycheck/UploadRuleForAnt.json",
2025-08-20T19:15:56.4773852Z [00:02:03.129]➜  			"en-US/qualitycheck/version.json",
2025-08-20T19:15:56.4774150Z [00:02:03.129]➜  			"en-US/quotas/CreateQuotaAlarm.json",
2025-08-20T19:15:56.4774481Z [00:02:03.129]➜  			"en-US/quotas/CreateQuotaApplication.json",
2025-08-20T19:15:56.4774895Z [00:02:03.129]➜  			"en-US/quotas/CreateQuotaApplicationsForTemplate.json",
2025-08-20T19:15:56.4775236Z [00:02:03.129]➜  			"en-US/quotas/CreateTemplateQuotaItem.json",
2025-08-20T19:15:56.4775538Z [00:02:03.129]➜  			"en-US/quotas/DeleteQuotaAlarm.json",
2025-08-20T19:15:56.4775864Z [00:02:03.129]➜  			"en-US/quotas/DeleteTemplateQuotaItem.json",
2025-08-20T19:15:56.4776160Z [00:02:03.129]➜  			"en-US/quotas/GetProductQuota.json",
2025-08-20T19:15:56.4776492Z [00:02:03.129]➜  			"en-US/quotas/GetProductQuotaDimension.json",
2025-08-20T19:15:56.4776786Z [00:02:03.129]➜  			"en-US/quotas/GetQuotaAlarm.json",
2025-08-20T19:15:56.4777095Z [00:02:03.129]➜  			"en-US/quotas/GetQuotaApplication.json",
2025-08-20T19:15:56.4777468Z [00:02:03.129]➜  			"en-US/quotas/GetQuotaTemplateServiceStatus.json",
2025-08-20T19:15:56.4777768Z [00:02:03.129]➜  			"en-US/quotas/ListAlarmHistories.json",
2025-08-20T19:15:56.4778237Z [00:02:03.129]➜  			"en-US/quotas/ListDependentQuotas.json",
2025-08-20T19:15:56.4778597Z [00:02:03.129]➜  			"en-US/quotas/ListProductDimensionGroups.json",
2025-08-20T19:15:56.4778961Z [00:02:03.129]➜  			"en-US/quotas/ListProductQuotaDimensions.json",
2025-08-20T19:15:56.4779258Z [00:02:03.129]➜  			"en-US/quotas/ListProductQuotas.json",
2025-08-20T19:15:56.4779535Z [00:02:03.129]➜  			"en-US/quotas/ListProducts.json",
2025-08-20T19:15:56.4779823Z [00:02:03.129]➜  			"en-US/quotas/ListQuotaAlarms.json",
2025-08-20T19:15:56.4780204Z [00:02:03.129]➜  			"en-US/quotas/ListQuotaApplicationTemplates.json",
2025-08-20T19:15:56.4780521Z [00:02:03.129]➜  			"en-US/quotas/ListQuotaApplications.json",
2025-08-20T19:15:56.4780976Z [00:02:03.129]➜  			"en-US/quotas/ListQuotaApplicationsDetailForTemplate.json",
2025-08-20T19:15:56.4781370Z [00:02:03.129]➜  			"en-US/quotas/ListQuotaApplicationsForTemplate.json",
2025-08-20T19:15:56.4781764Z [00:02:03.129]➜  			"en-US/quotas/ModifyQuotaTemplateServiceStatus.json",
2025-08-20T19:15:56.4782108Z [00:02:03.129]➜  			"en-US/quotas/ModifyTemplateQuotaItem.json",
2025-08-20T19:15:56.4782544Z [00:02:03.129]➜  			"en-US/quotas/UpdateQuotaAlarm.json",
2025-08-20T19:15:56.4782824Z [00:02:03.129]➜  			"en-US/quotas/version.json",
2025-08-20T19:15:56.4783135Z [00:02:03.129]➜  			"en-US/r-kvstore/AddShardingNode.json",
2025-08-20T19:15:56.4783483Z [00:02:03.129]➜  			"en-US/r-kvstore/AllocateDirectConnection.json",
2025-08-20T19:15:56.4783889Z [00:02:03.129]➜  			"en-US/r-kvstore/AllocateInstancePublicConnection.json",
2025-08-20T19:15:56.4784261Z [00:02:03.129]➜  			"en-US/r-kvstore/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:56.4784560Z [00:02:03.129]➜  			"en-US/r-kvstore/CreateAccount.json",
2025-08-20T19:15:56.4784842Z [00:02:03.129]➜  			"en-US/r-kvstore/CreateBackup.json",
2025-08-20T19:15:56.4785190Z [00:02:03.129]➜  			"en-US/r-kvstore/CreateCacheAnalysisTask.json",
2025-08-20T19:15:56.4785556Z [00:02:03.129]➜  			"en-US/r-kvstore/CreateGlobalDistributeCache.json",
2025-08-20T19:15:56.4785939Z [00:02:03.129]➜  			"en-US/r-kvstore/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:15:56.4786228Z [00:02:03.129]➜  			"en-US/r-kvstore/CreateInstance.json",
2025-08-20T19:15:56.4786696Z [00:02:03.129]➜  			"en-US/r-kvstore/CreateInstances.json",
2025-08-20T19:15:56.4787006Z [00:02:03.129]➜  			"en-US/r-kvstore/CreateTairInstance.json",
2025-08-20T19:15:56.4787301Z [00:02:03.129]➜  			"en-US/r-kvstore/DeleteAccount.json",
2025-08-20T19:15:56.4787664Z [00:02:03.129]➜  			"en-US/r-kvstore/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:15:56.4787964Z [00:02:03.129]➜  			"en-US/r-kvstore/DeleteInstance.json",
2025-08-20T19:15:56.4788279Z [00:02:03.129]➜  			"en-US/r-kvstore/DeleteShardingNode.json",
2025-08-20T19:15:56.4788585Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeAccounts.json",
2025-08-20T19:15:56.4788941Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeActiveOperationTask.json",
2025-08-20T19:15:56.4789288Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeAuditLogConfig.json",
2025-08-20T19:15:56.4789625Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeAuditRecords.json",
2025-08-20T19:15:56.4789983Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeAvailableResource.json",
2025-08-20T19:15:56.4790317Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeBackupPolicy.json",
2025-08-20T19:15:56.4790646Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeBackupTasks.json",
2025-08-20T19:15:56.4790939Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeBackups.json",
2025-08-20T19:15:56.4791305Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeCacheAnalysisReport.json",
2025-08-20T19:15:56.4791696Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeCacheAnalysisReportList.json",
2025-08-20T19:15:56.4792056Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeClusterBackupList.json",
2025-08-20T19:15:56.4792546Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeClusterMemberInfo.json",
2025-08-20T19:15:56.4792902Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeDBInstanceNetInfo.json",
2025-08-20T19:15:56.4793273Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeDBNodeDirectVipInfo.json",
2025-08-20T19:15:56.4793861Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeDedicatedClusterInstanceList.json",
2025-08-20T19:15:56.4794212Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeEncryptionKey.json",
2025-08-20T19:15:56.4794570Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeEncryptionKeyList.json",
2025-08-20T19:15:56.4794908Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeEngineVersion.json",
2025-08-20T19:15:56.4795280Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeGlobalDistributeCache.json",
2025-08-20T19:15:56.4795666Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:15:56.4796107Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:56.4796479Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeHistoryMonitorValues.json",
2025-08-20T19:15:56.4796802Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeHistoryTasks.json",
2025-08-20T19:15:56.4797214Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeInstanceAttribute.json",
2025-08-20T19:15:56.4797790Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:56.4798148Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeInstanceConfig.json",
2025-08-20T19:15:56.4798635Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeInstanceSSL.json",
2025-08-20T19:15:56.4799013Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeInstanceTDEStatus.json",
2025-08-20T19:15:56.4799465Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeInstances.json",
2025-08-20T19:15:56.4799931Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeInstancesOverview.json",
2025-08-20T19:15:56.4800435Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeIntranetAttribute.json",
2025-08-20T19:15:56.4800849Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeLogicInstanceTopology.json",
2025-08-20T19:15:56.4801335Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeMonitorItems.json",
2025-08-20T19:15:56.4801790Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeParameterModificationHistory.json",
2025-08-20T19:15:56.4802339Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeParameterTemplates.json",
2025-08-20T19:15:56.4802903Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeParameters.json",
2025-08-20T19:15:56.4803541Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribePrice.json",
2025-08-20T19:15:56.4803864Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeRegions.json",
2025-08-20T19:15:56.4804347Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeRoleZoneInfo.json",
2025-08-20T19:15:56.4804720Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeRunningLogRecords.json",
2025-08-20T19:15:56.4805299Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:15:56.4805641Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeSecurityIps.json",
2025-08-20T19:15:56.4806162Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeSlowLogRecords.json",
2025-08-20T19:15:56.4806472Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeTasks.json",
2025-08-20T19:15:56.4806920Z [00:02:03.129]➜  			"en-US/r-kvstore/DescribeZones.json",
2025-08-20T19:15:56.4807459Z [00:02:03.129]➜  			"en-US/r-kvstore/EnableAdditionalBandwidth.json",
2025-08-20T19:15:56.4807774Z [00:02:03.129]➜  			"en-US/r-kvstore/FlushExpireKeys.json",
2025-08-20T19:15:56.4808084Z [00:02:03.129]➜  			"en-US/r-kvstore/FlushInstance.json",
2025-08-20T19:15:56.4808567Z [00:02:03.129]➜  			"en-US/r-kvstore/FlushInstanceForDB.json",
2025-08-20T19:15:56.4809066Z [00:02:03.130]➜  			"en-US/r-kvstore/GrantAccountPrivilege.json",
2025-08-20T19:15:56.4809438Z [00:02:03.130]➜  			"en-US/r-kvstore/InitializeKvstorePermission.json",
2025-08-20T19:15:56.4809907Z [00:02:03.130]➜  			"en-US/r-kvstore/ListTagResources.json",
2025-08-20T19:15:56.4810237Z [00:02:03.130]➜  			"en-US/r-kvstore/LockDBInstanceWrite.json",
2025-08-20T19:15:56.4810704Z [00:02:03.130]➜  			"en-US/r-kvstore/MigrateToOtherZone.json",
2025-08-20T19:15:56.4811062Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyAccountDescription.json",
2025-08-20T19:15:56.4811559Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyAccountPassword.json",
2025-08-20T19:15:56.4812096Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyActiveOperationTask.json",
2025-08-20T19:15:56.4812719Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyAuditLogConfig.json",
2025-08-20T19:15:56.4813233Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyBackupPolicy.json",
2025-08-20T19:15:56.4813658Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:56.4814189Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:15:56.4814756Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:15:56.4815189Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:56.4815706Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyInstanceAttribute.json",
2025-08-20T19:15:56.4816130Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:56.4816628Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyInstanceConfig.json",
2025-08-20T19:15:56.4817150Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:56.4817530Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyInstanceMajorVersion.json",
2025-08-20T19:15:56.4818069Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyInstanceMinorVersion.json",
2025-08-20T19:15:56.4818451Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyInstanceNetExpireTime.json",
2025-08-20T19:15:56.4818955Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyInstanceParameter.json",
2025-08-20T19:15:56.4819289Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyInstanceSSL.json",
2025-08-20T19:15:56.4819766Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyInstanceSpec.json",
2025-08-20T19:15:56.4820087Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyInstanceTDE.json",
2025-08-20T19:15:56.4820607Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyInstanceVpcAuthMode.json",
2025-08-20T19:15:56.4820960Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyIntranetAttribute.json",
2025-08-20T19:15:56.4821440Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifyResourceGroup.json",
2025-08-20T19:15:56.4822009Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifySecurityGroupConfiguration.json",
2025-08-20T19:15:56.4822335Z [00:02:03.130]➜  			"en-US/r-kvstore/ModifySecurityIps.json",
2025-08-20T19:15:56.4823117Z [00:02:03.130]➜  			"en-US/r-kvstore/ReleaseDirectConnection.json",
2025-08-20T19:15:56.4823687Z [00:02:03.130]➜  			"en-US/r-kvstore/ReleaseInstancePublicConnection.json",
2025-08-20T19:15:56.4824021Z [00:02:03.130]➜  			"en-US/r-kvstore/RemoveSubInstance.json",
2025-08-20T19:15:56.4824528Z [00:02:03.130]➜  			"en-US/r-kvstore/RenewAdditionalBandwidth.json",
2025-08-20T19:15:56.4824826Z [00:02:03.130]➜  			"en-US/r-kvstore/RenewInstance.json",
2025-08-20T19:15:56.4825314Z [00:02:03.130]➜  			"en-US/r-kvstore/ResetAccountPassword.json",
2025-08-20T19:15:56.4825621Z [00:02:03.130]➜  			"en-US/r-kvstore/RestartInstance.json",
2025-08-20T19:15:56.4826077Z [00:02:03.130]➜  			"en-US/r-kvstore/RestoreInstance.json",
2025-08-20T19:15:56.4826390Z [00:02:03.130]➜  			"en-US/r-kvstore/SwitchInstanceHA.json",
2025-08-20T19:15:56.4826891Z [00:02:03.130]➜  			"en-US/r-kvstore/SwitchInstanceProxy.json",
2025-08-20T19:15:56.4827181Z [00:02:03.130]➜  			"en-US/r-kvstore/SwitchNetwork.json",
2025-08-20T19:15:56.4827642Z [00:02:03.130]➜  			"en-US/r-kvstore/SyncDtsStatus.json",
2025-08-20T19:15:56.4827929Z [00:02:03.130]➜  			"en-US/r-kvstore/TagResources.json",
2025-08-20T19:15:56.4828449Z [00:02:03.130]➜  			"en-US/r-kvstore/TransformInstanceChargeType.json",
2025-08-20T19:15:56.4828765Z [00:02:03.130]➜  			"en-US/r-kvstore/TransformToPrePaid.json",
2025-08-20T19:15:56.4829261Z [00:02:03.130]➜  			"en-US/r-kvstore/UnlockDBInstanceWrite.json",
2025-08-20T19:15:56.4829559Z [00:02:03.130]➜  			"en-US/r-kvstore/UntagResources.json",
2025-08-20T19:15:56.4829985Z [00:02:03.130]➜  			"en-US/r-kvstore/version.json",
2025-08-20T19:15:56.4830267Z [00:02:03.130]➜  			"en-US/ram/AddUserToGroup.json",
2025-08-20T19:15:56.4830723Z [00:02:03.130]➜  			"en-US/ram/AttachPolicyToGroup.json",
2025-08-20T19:15:56.4831232Z [00:02:03.130]➜  			"en-US/ram/AttachPolicyToRole.json",
2025-08-20T19:15:56.4831693Z [00:02:03.130]➜  			"en-US/ram/AttachPolicyToUser.json",
2025-08-20T19:15:56.4831981Z [00:02:03.130]➜  			"en-US/ram/BindMFADevice.json",
2025-08-20T19:15:56.4832520Z [00:02:03.130]➜  			"en-US/ram/ChangePassword.json",
2025-08-20T19:15:56.4832817Z [00:02:03.130]➜  			"en-US/ram/ClearAccountAlias.json",
2025-08-20T19:15:56.4833265Z [00:02:03.130]➜  			"en-US/ram/CreateAccessKey.json",
2025-08-20T19:15:56.4833529Z [00:02:03.130]➜  			"en-US/ram/CreateGroup.json",
2025-08-20T19:15:56.4833984Z [00:02:03.130]➜  			"en-US/ram/CreateLoginProfile.json",
2025-08-20T19:15:56.4834259Z [00:02:03.130]➜  			"en-US/ram/CreatePolicy.json",
2025-08-20T19:15:56.4834704Z [00:02:03.130]➜  			"en-US/ram/CreatePolicyVersion.json",
2025-08-20T19:15:56.4834967Z [00:02:03.130]➜  			"en-US/ram/CreateRole.json",
2025-08-20T19:15:56.4835227Z [00:02:03.130]➜  			"en-US/ram/CreateUser.json",
2025-08-20T19:15:56.4835708Z [00:02:03.130]➜  			"en-US/ram/CreateVirtualMFADevice.json",
2025-08-20T19:15:56.4836038Z [00:02:03.130]➜  			"en-US/ram/DecodeDiagnosticMessage.json",
2025-08-20T19:15:56.4836470Z [00:02:03.130]➜  			"en-US/ram/DeleteAccessKey.json",
2025-08-20T19:15:56.4836758Z [00:02:03.130]➜  			"en-US/ram/DeleteGroup.json",
2025-08-20T19:15:56.4837201Z [00:02:03.130]➜  			"en-US/ram/DeleteLoginProfile.json",
2025-08-20T19:15:56.4837479Z [00:02:03.130]➜  			"en-US/ram/DeletePolicy.json",
2025-08-20T19:15:56.4837927Z [00:02:03.130]➜  			"en-US/ram/DeletePolicyVersion.json",
2025-08-20T19:15:56.4838194Z [00:02:03.130]➜  			"en-US/ram/DeleteRole.json",
2025-08-20T19:15:56.4838442Z [00:02:03.130]➜  			"en-US/ram/DeleteUser.json",
2025-08-20T19:15:56.4838915Z [00:02:03.130]➜  			"en-US/ram/DeleteVirtualMFADevice.json",
2025-08-20T19:15:56.4839237Z [00:02:03.130]➜  			"en-US/ram/DetachPolicyFromGroup.json",
2025-08-20T19:15:56.4839698Z [00:02:03.130]➜  			"en-US/ram/DetachPolicyFromRole.json",
2025-08-20T19:15:56.4839998Z [00:02:03.130]➜  			"en-US/ram/DetachPolicyFromUser.json",
2025-08-20T19:15:56.4840311Z [00:02:03.130]➜  			"en-US/ram/GetAccessKeyLastUsed.json",
2025-08-20T19:15:56.4840743Z [00:02:03.130]➜  			"en-US/ram/GetAccountAlias.json",
2025-08-20T19:15:56.4841215Z [00:02:03.130]➜  			"en-US/ram/GetGroup.json",
2025-08-20T19:15:56.4841489Z [00:02:03.130]➜  			"en-US/ram/GetLoginProfile.json",
2025-08-20T19:15:56.4841780Z [00:02:03.130]➜  			"en-US/ram/GetPasswordPolicy.json",
2025-08-20T19:15:56.4842196Z [00:02:03.130]➜  			"en-US/ram/GetPolicy.json",
2025-08-20T19:15:56.4842598Z [00:02:03.130]➜  			"en-US/ram/GetPolicyVersion.json",
2025-08-20T19:15:56.4842852Z [00:02:03.130]➜  			"en-US/ram/GetRole.json",
2025-08-20T19:15:56.4843160Z [00:02:03.130]➜  			"en-US/ram/GetSecurityPreference.json",
2025-08-20T19:15:56.4843477Z [00:02:03.130]➜  			"en-US/ram/GetUser.json",
2025-08-20T19:15:56.4843755Z [00:02:03.130]➜  			"en-US/ram/GetUserMFAInfo.json",
2025-08-20T19:15:56.4844201Z [00:02:03.130]➜  			"en-US/ram/ListAccessKeys.json",
2025-08-20T19:15:56.4844524Z [00:02:03.130]➜  			"en-US/ram/ListEntitiesForPolicy.json",
2025-08-20T19:15:56.4844788Z [00:02:03.130]➜  			"en-US/ram/ListGroups.json",
2025-08-20T19:15:56.4845087Z [00:02:03.130]➜  			"en-US/ram/ListGroupsForUser.json",
2025-08-20T19:15:56.4845358Z [00:02:03.130]➜  			"en-US/ram/ListPolicies.json",
2025-08-20T19:15:56.4845654Z [00:02:03.130]➜  			"en-US/ram/ListPoliciesForGroup.json",
2025-08-20T19:15:56.4845953Z [00:02:03.130]➜  			"en-US/ram/ListPoliciesForRole.json",
2025-08-20T19:15:56.4846244Z [00:02:03.130]➜  			"en-US/ram/ListPoliciesForUser.json",
2025-08-20T19:15:56.4846537Z [00:02:03.130]➜  			"en-US/ram/ListPolicyVersions.json",
2025-08-20T19:15:56.4846792Z [00:02:03.130]➜  			"en-US/ram/ListRoles.json",
2025-08-20T19:15:56.4847037Z [00:02:03.130]➜  			"en-US/ram/ListUsers.json",
2025-08-20T19:15:56.4847324Z [00:02:03.130]➜  			"en-US/ram/ListUsersForGroup.json",
2025-08-20T19:15:56.4847626Z [00:02:03.130]➜  			"en-US/ram/ListVirtualMFADevices.json",
2025-08-20T19:15:56.4848224Z [00:02:03.130]➜  			"en-US/ram/RemoveUserFromGroup.json",
2025-08-20T19:15:56.4848528Z [00:02:03.130]➜  			"en-US/ram/SetAccountAlias.json",
2025-08-20T19:15:56.4848861Z [00:02:03.130]➜  			"en-US/ram/SetDefaultPolicyVersion.json",
2025-08-20T19:15:56.4849153Z [00:02:03.130]➜  			"en-US/ram/SetPasswordPolicy.json",
2025-08-20T19:15:56.4849449Z [00:02:03.130]➜  			"en-US/ram/SetSecurityPreference.json",
2025-08-20T19:15:56.4849726Z [00:02:03.130]➜  			"en-US/ram/UnbindMFADevice.json",
2025-08-20T19:15:56.4849999Z [00:02:03.130]➜  			"en-US/ram/UpdateAccessKey.json",
2025-08-20T19:15:56.4850267Z [00:02:03.130]➜  			"en-US/ram/UpdateGroup.json",
2025-08-20T19:15:56.4850553Z [00:02:03.130]➜  			"en-US/ram/UpdateLoginProfile.json",
2025-08-20T19:15:56.4850875Z [00:02:03.130]➜  			"en-US/ram/UpdatePolicyDescription.json",
2025-08-20T19:15:56.4851131Z [00:02:03.130]➜  			"en-US/ram/UpdateRole.json",
2025-08-20T19:15:56.4851390Z [00:02:03.130]➜  			"en-US/ram/UpdateUser.json",
2025-08-20T19:15:56.4851645Z [00:02:03.130]➜  			"en-US/ram/version.json",
2025-08-20T19:15:56.4852024Z [00:02:03.130]➜  			"en-US/rds/ActivateMigrationTargetInstance.json",
2025-08-20T19:15:56.4852307Z [00:02:03.130]➜  			"en-US/rds/AddTagsToResource.json",
2025-08-20T19:15:56.4852833Z [00:02:03.130]➜  			"en-US/rds/AllocateInstancePublicConnection.json",
2025-08-20T19:15:56.4853245Z [00:02:03.130]➜  			"en-US/rds/AllocateReadWriteSplittingConnection.json",
2025-08-20T19:15:56.4853629Z [00:02:03.130]➜  			"en-US/rds/AttachWhitelistTemplateToInstance.json",
2025-08-20T19:15:56.4853971Z [00:02:03.130]➜  			"en-US/rds/CalculateDBInstanceWeight.json",
2025-08-20T19:15:56.4854234Z [00:02:03.130]➜  			"en-US/rds/CancelImport.json",
2025-08-20T19:15:56.4854564Z [00:02:03.130]➜  			"en-US/rds/CheckAccountNameAvailable.json",
2025-08-20T19:15:56.4855065Z [00:02:03.130]➜  			"en-US/rds/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:56.4855400Z [00:02:03.130]➜  			"en-US/rds/CheckCreateDdrDBInstance.json",
2025-08-20T19:15:56.4855714Z [00:02:03.130]➜  			"en-US/rds/CheckDBNameAvailable.json",
2025-08-20T19:15:56.4856014Z [00:02:03.130]➜  			"en-US/rds/CheckInstanceExist.json",
2025-08-20T19:15:56.4856323Z [00:02:03.130]➜  			"en-US/rds/CheckServiceLinkedRole.json",
2025-08-20T19:15:56.4856777Z [00:02:03.130]➜  			"en-US/rds/CloneDBInstance.json",
2025-08-20T19:15:56.4857079Z [00:02:03.130]➜  			"en-US/rds/CloneParameterGroup.json",
2025-08-20T19:15:56.4857358Z [00:02:03.130]➜  			"en-US/rds/ConfirmNotify.json",
2025-08-20T19:15:56.4857627Z [00:02:03.130]➜  			"en-US/rds/CopyDatabase.json",
2025-08-20T19:15:56.4857980Z [00:02:03.130]➜  			"en-US/rds/CopyDatabaseBetweenInstances.json",
2025-08-20T19:15:56.4858247Z [00:02:03.130]➜  			"en-US/rds/CreateAccount.json",
2025-08-20T19:15:56.4858519Z [00:02:03.130]➜  			"en-US/rds/CreateBackup.json",
2025-08-20T19:15:56.4858892Z [00:02:03.130]➜  			"en-US/rds/CreateCloudMigrationPrecheckTask.json",
2025-08-20T19:15:56.4859217Z [00:02:03.130]➜  			"en-US/rds/CreateCloudMigrationTask.json",
2025-08-20T19:15:56.4859511Z [00:02:03.130]➜  			"en-US/rds/CreateDBInstance.json",
2025-08-20T19:15:56.4859840Z [00:02:03.130]➜  			"en-US/rds/CreateDBInstanceEndpoint.json",
2025-08-20T19:15:56.4860218Z [00:02:03.130]➜  			"en-US/rds/CreateDBInstanceEndpointAddress.json",
2025-08-20T19:15:56.4860560Z [00:02:03.130]➜  			"en-US/rds/CreateDBInstanceForRebuild.json",
2025-08-20T19:15:56.4860821Z [00:02:03.130]➜  			"en-US/rds/CreateDBNodes.json",
2025-08-20T19:15:56.4861169Z [00:02:03.130]➜  			"en-US/rds/CreateDBProxyEndpointAddress.json",
2025-08-20T19:15:56.4861435Z [00:02:03.130]➜  			"en-US/rds/CreateDatabase.json",
2025-08-20T19:15:56.4861727Z [00:02:03.130]➜  			"en-US/rds/CreateDdrInstance.json",
2025-08-20T19:15:56.4862034Z [00:02:03.130]➜  			"en-US/rds/CreateDiagnosticReport.json",
2025-08-20T19:15:56.4862322Z [00:02:03.130]➜  			"en-US/rds/CreateGADInstance.json",
2025-08-20T19:15:56.4862814Z [00:02:03.130]➜  			"en-US/rds/CreateGadInstanceMember.json",
2025-08-20T19:15:56.4863118Z [00:02:03.130]➜  			"en-US/rds/CreateMigrateTask.json",
2025-08-20T19:15:56.4863618Z [00:02:03.130]➜  			"en-US/rds/CreateOnlineDatabaseTask.json",
2025-08-20T19:15:56.4863981Z [00:02:03.130]➜  			"en-US/rds/CreateOrderForCreateDBNodes.json",
2025-08-20T19:15:56.4864325Z [00:02:03.130]➜  			"en-US/rds/CreateOrderForDeleteDBNodes.json",
2025-08-20T19:15:56.4864629Z [00:02:03.130]➜  			"en-US/rds/CreateParameterGroup.json",
2025-08-20T19:15:56.4864946Z [00:02:03.130]➜  			"en-US/rds/CreatePostgresExtensions.json",
2025-08-20T19:15:56.4865265Z [00:02:03.130]➜  			"en-US/rds/CreateReadOnlyDBInstance.json",
2025-08-20T19:15:56.4865526Z [00:02:03.130]➜  			"en-US/rds/CreateSecret.json",
2025-08-20T19:15:56.4865937Z [00:02:03.130]➜  			"en-US/rds/CreateServiceLinkedRole.json",
2025-08-20T19:15:56.4866230Z [00:02:03.130]➜  			"en-US/rds/CreateTempDBInstance.json",
2025-08-20T19:15:56.4866534Z [00:02:03.130]➜  			"en-US/rds/CreateYouhuiForOrder.json",
2025-08-20T19:15:56.4866820Z [00:02:03.130]➜  			"en-US/rds/DeleteADSetting.json",
2025-08-20T19:15:56.4867107Z [00:02:03.130]➜  			"en-US/rds/DeleteAccount.json",
2025-08-20T19:15:56.4867371Z [00:02:03.130]➜  			"en-US/rds/DeleteBackup.json",
2025-08-20T19:15:56.4867663Z [00:02:03.130]➜  			"en-US/rds/DeleteBackupFile.json",
2025-08-20T19:15:56.4867951Z [00:02:03.130]➜  			"en-US/rds/DeleteDBInstance.json",
2025-08-20T19:15:56.4868435Z [00:02:03.130]➜  			"en-US/rds/DeleteDBInstanceEndpoint.json",
2025-08-20T19:15:56.4868817Z [00:02:03.130]➜  			"en-US/rds/DeleteDBInstanceEndpointAddress.json",
2025-08-20T19:15:56.4869083Z [00:02:03.130]➜  			"en-US/rds/DeleteDBNodes.json",
2025-08-20T19:15:56.4869443Z [00:02:03.130]➜  			"en-US/rds/DeleteDBProxyEndpointAddress.json",
2025-08-20T19:15:56.4869720Z [00:02:03.130]➜  			"en-US/rds/DeleteDatabase.json",
2025-08-20T19:15:56.4870016Z [00:02:03.130]➜  			"en-US/rds/DeleteGadInstance.json",
2025-08-20T19:15:56.4870313Z [00:02:03.130]➜  			"en-US/rds/DeleteParameterGroup.json",
2025-08-20T19:15:56.4870638Z [00:02:03.130]➜  			"en-US/rds/DeletePostgresExtensions.json",
2025-08-20T19:15:56.4870912Z [00:02:03.130]➜  			"en-US/rds/DeleteSecret.json",
2025-08-20T19:15:56.4871255Z [00:02:03.130]➜  			"en-US/rds/DeleteSlot.json",
2025-08-20T19:15:56.4871740Z [00:02:03.130]➜  			"en-US/rds/DeleteUserBackupFile.json",
2025-08-20T19:15:56.4872078Z [00:02:03.130]➜  			"en-US/rds/DescibeImportsFromDatabase.json",
2025-08-20T19:15:56.4872554Z [00:02:03.130]➜  			"en-US/rds/DescribeADInfo.json",
2025-08-20T19:15:56.4872921Z [00:02:03.130]➜  			"en-US/rds/DescribeAccounts.json",
2025-08-20T19:15:56.4873253Z [00:02:03.130]➜  			"en-US/rds/DescribeActionEventPolicy.json",
2025-08-20T19:15:56.4873595Z [00:02:03.130]➜  			"en-US/rds/DescribeActiveOperationTasks.json",
2025-08-20T19:15:56.4873930Z [00:02:03.130]➜  			"en-US/rds/DescribeAllWhitelistTemplate.json",
2025-08-20T19:15:56.4874349Z [00:02:03.130]➜  			"en-US/rds/DescribeAnalyticdbByPrimaryDBInstance.json",
2025-08-20T19:15:56.4874665Z [00:02:03.130]➜  			"en-US/rds/DescribeAvailableClasses.json",
2025-08-20T19:15:56.4875172Z [00:02:03.130]➜  			"en-US/rds/DescribeAvailableCrossRegion.json",
2025-08-20T19:15:56.4875501Z [00:02:03.130]➜  			"en-US/rds/DescribeAvailableMetrics.json",
2025-08-20T19:15:56.4875871Z [00:02:03.130]➜  			"en-US/rds/DescribeAvailableRecoveryTime.json",
2025-08-20T19:15:56.4876182Z [00:02:03.130]➜  			"en-US/rds/DescribeAvailableZones.json",
2025-08-20T19:15:56.4876492Z [00:02:03.130]➜  			"en-US/rds/DescribeBackupDatabase.json",
2025-08-20T19:15:56.4876790Z [00:02:03.131]➜  			"en-US/rds/DescribeBackupPolicy.json",
2025-08-20T19:15:56.4877089Z [00:02:03.131]➜  			"en-US/rds/DescribeBackupTasks.json",
2025-08-20T19:15:56.4877368Z [00:02:03.131]➜  			"en-US/rds/DescribeBackups.json",
2025-08-20T19:15:56.4877662Z [00:02:03.131]➜  			"en-US/rds/DescribeBinlogFiles.json",
2025-08-20T19:15:56.4877973Z [00:02:03.131]➜  			"en-US/rds/DescribeCharacterSetName.json",
2025-08-20T19:15:56.4878279Z [00:02:03.131]➜  			"en-US/rds/DescribeClassDetails.json",
2025-08-20T19:15:56.4878679Z [00:02:03.131]➜  			"en-US/rds/DescribeCloudMigrationPrecheckResult.json",
2025-08-20T19:15:56.4879042Z [00:02:03.131]➜  			"en-US/rds/DescribeCloudMigrationResult.json",
2025-08-20T19:15:56.4879381Z [00:02:03.131]➜  			"en-US/rds/DescribeCollationTimeZones.json",
2025-08-20T19:15:56.4879736Z [00:02:03.131]➜  			"en-US/rds/DescribeCrossBackupMetaList.json",
2025-08-20T19:15:56.4880130Z [00:02:03.131]➜  			"en-US/rds/DescribeCrossRegionBackupDBInstance.json",
2025-08-20T19:15:56.4880469Z [00:02:03.131]➜  			"en-US/rds/DescribeCrossRegionBackups.json",
2025-08-20T19:15:56.4880850Z [00:02:03.131]➜  			"en-US/rds/DescribeCrossRegionLogBackupFiles.json",
2025-08-20T19:15:56.4881183Z [00:02:03.131]➜  			"en-US/rds/DescribeCurrentModifyOrder.json",
2025-08-20T19:15:56.4881520Z [00:02:03.131]➜  			"en-US/rds/DescribeCustinsResourceInfo.json",
2025-08-20T19:15:56.4881859Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceAttribute.json",
2025-08-20T19:15:56.4882176Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceByTags.json",
2025-08-20T19:15:56.4882715Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceConnectivity.json",
2025-08-20T19:15:56.4883043Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceDetail.json",
2025-08-20T19:15:56.4883592Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceEncryptionKey.json",
2025-08-20T19:15:56.4883931Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceEndpoints.json",
2025-08-20T19:15:56.4884274Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceHAConfig.json",
2025-08-20T19:15:56.4884628Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceIPArrayList.json",
2025-08-20T19:15:56.4884977Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceIpHostname.json",
2025-08-20T19:15:56.4885308Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceMetrics.json",
2025-08-20T19:15:56.4885633Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceMonitor.json",
2025-08-20T19:15:56.4885954Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceNetInfo.json",
2025-08-20T19:15:56.4886347Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceNetInfoForChannel.json",
2025-08-20T19:15:56.4886715Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstancePerformance.json",
2025-08-20T19:15:56.4887106Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstancePromoteActivity.json",
2025-08-20T19:15:56.4887534Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceProxyConfiguration.json",
2025-08-20T19:15:56.4887838Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceSSL.json",
2025-08-20T19:15:56.4888155Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstanceTDE.json",
2025-08-20T19:15:56.4888449Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstances.json",
2025-08-20T19:15:56.4888787Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstancesAsCsv.json",
2025-08-20T19:15:56.4889150Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstancesByExpireTime.json",
2025-08-20T19:15:56.4889537Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstancesByPerformance.json",
2025-08-20T19:15:56.4889874Z [00:02:03.131]➜  			"en-US/rds/DescribeDBInstancesForClone.json",
2025-08-20T19:15:56.4890220Z [00:02:03.132]➜  			"en-US/rds/DescribeDBMiniEngineVersions.json",
2025-08-20T19:15:56.4890669Z [00:02:03.132]➜  			"en-US/rds/DescribeDBProxy.json",
2025-08-20T19:15:56.4891010Z [00:02:03.132]➜  			"en-US/rds/DescribeDBProxyEndpoint.json",
2025-08-20T19:15:56.4891353Z [00:02:03.132]➜  			"en-US/rds/DescribeDBProxyPerformance.json",
2025-08-20T19:15:56.4891800Z [00:02:03.132]➜  			"en-US/rds/DescribeDTCSecurityIpHostsForSQLServer.json",
2025-08-20T19:15:56.4892096Z [00:02:03.132]➜  			"en-US/rds/DescribeDatabases.json",
2025-08-20T19:15:56.4892623Z [00:02:03.132]➜  			"en-US/rds/DescribeDedicatedHostGroups.json",
2025-08-20T19:15:56.4892966Z [00:02:03.132]➜  			"en-US/rds/DescribeDedicatedHosts.json",
2025-08-20T19:15:56.4893297Z [00:02:03.132]➜  			"en-US/rds/DescribeDetachedBackups.json",
2025-08-20T19:15:56.4893744Z [00:02:03.132]➜  			"en-US/rds/DescribeDiagnosticReportList.json",
2025-08-20T19:15:56.4894036Z [00:02:03.132]➜  			"en-US/rds/DescribeErrorLogs.json",
2025-08-20T19:15:56.4894305Z [00:02:03.132]➜  			"en-US/rds/DescribeEvents.json",
2025-08-20T19:15:56.4894797Z [00:02:03.132]➜  			"en-US/rds/DescribeGadInstances.json",
2025-08-20T19:15:56.4895131Z [00:02:03.132]➜  			"en-US/rds/DescribeHADiagnoseConfig.json",
2025-08-20T19:15:56.4895458Z [00:02:03.132]➜  			"en-US/rds/DescribeHASwitchConfig.json",
2025-08-20T19:15:56.4895756Z [00:02:03.132]➜  			"en-US/rds/DescribeHistoryEvents.json",
2025-08-20T19:15:56.4896093Z [00:02:03.132]➜  			"en-US/rds/DescribeHistoryEventsStat.json",
2025-08-20T19:15:56.4896370Z [00:02:03.132]➜  			"en-US/rds/DescribeHistoryTasks.json",
2025-08-20T19:15:56.4896691Z [00:02:03.132]➜  			"en-US/rds/DescribeHistoryTasksStat.json",
2025-08-20T19:15:56.4897202Z [00:02:03.132]➜  			"en-US/rds/DescribeHostGroupElasticStrategyParameters.json",
2025-08-20T19:15:56.4897506Z [00:02:03.132]➜  			"en-US/rds/DescribeHostWebShell.json",
2025-08-20T19:15:56.4897896Z [00:02:03.132]➜  			"en-US/rds/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:56.4898294Z [00:02:03.132]➜  			"en-US/rds/DescribeInstanceCrossBackupPolicy.json",
2025-08-20T19:15:56.4898625Z [00:02:03.132]➜  			"en-US/rds/DescribeInstanceKeywords.json",
2025-08-20T19:15:56.4899148Z [00:02:03.132]➜  			"en-US/rds/DescribeInstanceLinkedWhitelistTemplate.json",
2025-08-20T19:15:56.4899766Z [00:02:03.132]➜  			"en-US/rds/DescribeLocalAvailableRecoveryTime.json",
2025-08-20T19:15:56.4900418Z [00:02:03.132]➜  			"en-US/rds/DescribeLogBackupFiles.json",
2025-08-20T19:15:56.4900876Z [00:02:03.132]➜  			"en-US/rds/DescribeMarketingActivity.json",
2025-08-20T19:15:56.4901278Z [00:02:03.132]➜  			"en-US/rds/DescribeMetaList.json",
2025-08-20T19:15:56.4901625Z [00:02:03.132]➜  			"en-US/rds/DescribeMigrateTaskById.json",
2025-08-20T19:15:56.4902129Z [00:02:03.132]➜  			"en-US/rds/DescribeMigrateTasks.json",
2025-08-20T19:15:56.4902832Z [00:02:03.132]➜  			"en-US/rds/DescribeModifyPGHbaConfigLog.json",
2025-08-20T19:15:56.4903282Z [00:02:03.132]➜  			"en-US/rds/DescribeModifyParameterLog.json",
2025-08-20T19:15:56.4903629Z [00:02:03.132]➜  			"en-US/rds/DescribeOssDownloads.json",
2025-08-20T19:15:56.4904142Z [00:02:03.132]➜  			"en-US/rds/DescribePGHbaConfig.json",
2025-08-20T19:15:56.4904514Z [00:02:03.132]➜  			"en-US/rds/DescribeParameterGroup.json",
2025-08-20T19:15:56.4904941Z [00:02:03.132]➜  			"en-US/rds/DescribeParameterGroups.json",
2025-08-20T19:15:56.4905341Z [00:02:03.132]➜  			"en-US/rds/DescribeParameterTemplates.json",
2025-08-20T19:15:56.4905827Z [00:02:03.132]➜  			"en-US/rds/DescribeParameters.json",
2025-08-20T19:15:56.4906211Z [00:02:03.132]➜  			"en-US/rds/DescribePostgresExtensions.json",
2025-08-20T19:15:56.4906573Z [00:02:03.132]➜  			"en-US/rds/DescribePrice.json",
2025-08-20T19:15:56.4907039Z [00:02:03.132]➜  			"en-US/rds/DescribeQuickSaleConfig.json",
2025-08-20T19:15:56.4907578Z [00:02:03.132]➜  			"en-US/rds/DescribeRdsResourceSettings.json",
2025-08-20T19:15:56.4907977Z [00:02:03.132]➜  			"en-US/rds/DescribeReadDBInstanceDelay.json",
2025-08-20T19:15:56.4908425Z [00:02:03.132]➜  			"en-US/rds/DescribeRegionInfos.json",
2025-08-20T19:15:56.4908932Z [00:02:03.132]➜  			"en-US/rds/DescribeRegions.json",
2025-08-20T19:15:56.4909390Z [00:02:03.132]➜  			"en-US/rds/DescribeRenewalPrice.json",
2025-08-20T19:15:56.4909762Z [00:02:03.132]➜  			"en-US/rds/DescribeResourceDetails.json",
2025-08-20T19:15:56.4910235Z [00:02:03.133]➜  			"en-US/rds/DescribeResourceUsage.json",
2025-08-20T19:15:56.4910659Z [00:02:03.133]➜  			"en-US/rds/DescribeSQLCollectorPolicy.json",
2025-08-20T19:15:56.4911088Z [00:02:03.133]➜  			"en-US/rds/DescribeSQLCollectorRetention.json",
2025-08-20T19:15:56.4911432Z [00:02:03.133]➜  			"en-US/rds/DescribeSQLLogFiles.json",
2025-08-20T19:15:56.4911900Z [00:02:03.133]➜  			"en-US/rds/DescribeSQLLogRecords.json",
2025-08-20T19:15:56.4912308Z [00:02:03.133]➜  			"en-US/rds/DescribeSQLLogReportList.json",
2025-08-20T19:15:56.4912887Z [00:02:03.133]➜  			"en-US/rds/DescribeSecrets.json",
2025-08-20T19:15:56.4913365Z [00:02:03.133]➜  			"en-US/rds/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:15:56.4913846Z [00:02:03.133]➜  			"en-US/rds/DescribeSlots.json",
2025-08-20T19:15:56.4914249Z [00:02:03.133]➜  			"en-US/rds/DescribeSlowLogRecords.json",
2025-08-20T19:15:56.4914584Z [00:02:03.133]➜  			"en-US/rds/DescribeSlowLogs.json",
2025-08-20T19:15:56.4915056Z [00:02:03.133]➜  			"en-US/rds/DescribeSupportOnlineResizeDisk.json",
2025-08-20T19:15:56.4915367Z [00:02:03.133]➜  			"en-US/rds/DescribeTags.json",
2025-08-20T19:15:56.4915791Z [00:02:03.133]➜  			"en-US/rds/DescribeTasks.json",
2025-08-20T19:15:56.4916269Z [00:02:03.133]➜  			"en-US/rds/DescribeUpgradeMajorVersionPrecheckTask.json",
2025-08-20T19:15:56.4916757Z [00:02:03.133]➜  			"en-US/rds/DescribeUpgradeMajorVersionTasks.json",
2025-08-20T19:15:56.4917091Z [00:02:03.133]➜  			"en-US/rds/DescribeVSwitches.json",
2025-08-20T19:15:56.4917570Z [00:02:03.133]➜  			"en-US/rds/DescribeWhitelistTemplate.json",
2025-08-20T19:15:56.4918046Z [00:02:03.133]➜  			"en-US/rds/DescribeWhitelistTemplateLinkedInstance.json",
2025-08-20T19:15:56.4918477Z [00:02:03.133]➜  			"en-US/rds/DestroyDBInstance.json",
2025-08-20T19:15:56.4918863Z [00:02:03.133]➜  			"en-US/rds/DetachGadInstanceMember.json",
2025-08-20T19:15:56.4919384Z [00:02:03.133]➜  			"en-US/rds/DetachWhitelistTemplateToInstance.json",
2025-08-20T19:15:56.4919953Z [00:02:03.133]➜  			"en-US/rds/EvaluateLocalExtendDisk.json",
2025-08-20T19:15:56.4920371Z [00:02:03.133]➜  			"en-US/rds/GetDBInstanceTopology.json",
2025-08-20T19:15:56.4920727Z [00:02:03.133]➜  			"en-US/rds/GetDbProxyInstanceSsl.json",
2025-08-20T19:15:56.4921188Z [00:02:03.133]➜  			"en-US/rds/GrantAccountPrivilege.json",
2025-08-20T19:15:56.4921577Z [00:02:03.133]➜  			"en-US/rds/GrantOperatorPermission.json",
2025-08-20T19:15:56.4922061Z [00:02:03.133]➜  			"en-US/rds/ImportDatabaseBetweenInstances.json",
2025-08-20T19:15:56.4922669Z [00:02:03.133]➜  			"en-US/rds/ImportUserBackupFile.json",
2025-08-20T19:15:56.4923124Z [00:02:03.133]➜  			"en-US/rds/ListClasses.json",
2025-08-20T19:15:56.4923450Z [00:02:03.133]➜  			"en-US/rds/ListTagResources.json",
2025-08-20T19:15:56.4923862Z [00:02:03.133]➜  			"en-US/rds/ListUserBackupFiles.json",
2025-08-20T19:15:56.4924149Z [00:02:03.133]➜  			"en-US/rds/LockAccount.json",
2025-08-20T19:15:56.4924632Z [00:02:03.133]➜  			"en-US/rds/MigrateConnectionToOtherZone.json",
2025-08-20T19:15:56.4924961Z [00:02:03.133]➜  			"en-US/rds/MigrateDBInstance.json",
2025-08-20T19:15:56.4925364Z [00:02:03.133]➜  			"en-US/rds/MigrateSecurityIPMode.json",
2025-08-20T19:15:56.4925673Z [00:02:03.133]➜  			"en-US/rds/MigrateToOtherZone.json",
2025-08-20T19:15:56.4926142Z [00:02:03.133]➜  			"en-US/rds/ModifyADInfo.json",
2025-08-20T19:15:56.4926530Z [00:02:03.133]➜  			"en-US/rds/ModifyAccountDescription.json",
2025-08-20T19:15:56.4926971Z [00:02:03.133]➜  			"en-US/rds/ModifyActionEventPolicy.json",
2025-08-20T19:15:56.4927431Z [00:02:03.133]➜  			"en-US/rds/ModifyActiveOperationTasks.json",
2025-08-20T19:15:56.4927844Z [00:02:03.133]➜  			"en-US/rds/ModifyBackupPolicy.json",
2025-08-20T19:15:56.4928209Z [00:02:03.133]➜  			"en-US/rds/ModifyCollationTimeZone.json",
2025-08-20T19:15:56.4928738Z [00:02:03.133]➜  			"en-US/rds/ModifyCustinsResource.json",
2025-08-20T19:15:56.4929164Z [00:02:03.133]➜  			"en-US/rds/ModifyDBDescription.json",
2025-08-20T19:15:56.4929709Z [00:02:03.133]➜  			"en-US/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json",
2025-08-20T19:15:56.4930061Z [00:02:03.133]➜  			"en-US/rds/ModifyDBInstanceConfig.json",
2025-08-20T19:15:56.4930505Z [00:02:03.133]➜  			"en-US/rds/ModifyDBInstanceConnectionMode.json",
2025-08-20T19:15:56.4930892Z [00:02:03.133]➜  			"en-US/rds/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:56.4931540Z [00:02:03.133]➜  			"en-US/rds/ModifyDBInstanceDelayedReplicationTime.json",
2025-08-20T19:15:56.4931967Z [00:02:03.133]➜  			"en-US/rds/ModifyDBInstanceDeletionProtection.json",
2025-08-20T19:15:56.4932551Z [00:02:03.133]➜  			"en-US/rds/ModifyDBInstanceDescription.json",
2025-08-20T19:15:56.4932920Z [00:02:03.133]➜  			"en-US/rds/ModifyDBInstanceEndpoint.json",
2025-08-20T19:15:56.4933222Z [00:02:03.134]➜  			"en-US/rds/ModifyDBInstanceEndpointAddress.json",
2025-08-20T19:15:56.4933495Z [00:02:03.134]➜  			"en-US/rds/ModifyDBInstanceHAConfig.json",
2025-08-20T19:15:56.4933786Z [00:02:03.134]➜  			"en-US/rds/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:15:56.4933992Z [00:02:03.134]➜  			"en-US/rds/ModifyDBInstanceMetrics.json",
2025-08-20T19:15:56.4934232Z [00:02:03.134]➜  			"en-US/rds/ModifyDBInstanceMonitor.json",
2025-08-20T19:15:56.4934480Z [00:02:03.134]➜  			"en-US/rds/ModifyDBInstanceNetworkExpireTime.json",
2025-08-20T19:15:56.4934802Z [00:02:03.134]➜  			"en-US/rds/ModifyDBInstanceNetworkType.json",
2025-08-20T19:15:56.4935023Z [00:02:03.134]➜  			"en-US/rds/ModifyDBInstancePayType.json",
2025-08-20T19:15:56.4935310Z [00:02:03.134]➜  			"en-US/rds/ModifyDBInstanceProxyConfiguration.json",
2025-08-20T19:15:56.4935506Z [00:02:03.134]➜  			"en-US/rds/ModifyDBInstanceSSL.json",
2025-08-20T19:15:56.4935739Z [00:02:03.134]➜  			"en-US/rds/ModifyDBInstanceSpec.json",
2025-08-20T19:15:56.4935923Z [00:02:03.134]➜  			"en-US/rds/ModifyDBInstanceTDE.json",
2025-08-20T19:15:56.4936202Z [00:02:03.134]➜  			"en-US/rds/ModifyDBNode.json",
2025-08-20T19:15:56.4936386Z [00:02:03.134]➜  			"en-US/rds/ModifyDBProxy.json",
2025-08-20T19:15:56.4936776Z [00:02:03.134]➜  			"en-US/rds/ModifyDBProxyEndpoint.json",
2025-08-20T19:15:56.4937006Z [00:02:03.134]➜  			"en-US/rds/ModifyDBProxyEndpointAddress.json",
2025-08-20T19:15:56.4937259Z [00:02:03.134]➜  			"en-US/rds/ModifyDBProxyInstance.json",
2025-08-20T19:15:56.4937562Z [00:02:03.134]➜  			"en-US/rds/ModifyDTCSecurityIpHostsForSQLServer.json",
2025-08-20T19:15:56.4937816Z [00:02:03.134]➜  			"en-US/rds/ModifyDasInstanceConfig.json",
2025-08-20T19:15:56.4938012Z [00:02:03.134]➜  			"en-US/rds/ModifyDatabaseConfig.json",
2025-08-20T19:15:56.4938249Z [00:02:03.134]➜  			"en-US/rds/ModifyDbProxyInstanceSsl.json",
2025-08-20T19:15:56.4938434Z [00:02:03.134]➜  			"en-US/rds/ModifyEventInfo.json",
2025-08-20T19:15:56.4938701Z [00:02:03.134]➜  			"en-US/rds/ModifyHADiagnoseConfig.json",
2025-08-20T19:15:56.4938918Z [00:02:03.134]➜  			"en-US/rds/ModifyHASwitchConfig.json",
2025-08-20T19:15:56.4939193Z [00:02:03.134]➜  			"en-US/rds/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:56.4939432Z [00:02:03.134]➜  			"en-US/rds/ModifyInstanceCrossBackupPolicy.json",
2025-08-20T19:15:56.4939692Z [00:02:03.134]➜  			"en-US/rds/ModifyPGHbaConfig.json",
2025-08-20T19:15:56.4939860Z [00:02:03.134]➜  			"en-US/rds/ModifyParameter.json",
2025-08-20T19:15:56.4940149Z [00:02:03.134]➜  			"en-US/rds/ModifyParameterGroup.json",
2025-08-20T19:15:56.4940392Z [00:02:03.134]➜  			"en-US/rds/ModifyReadWriteSplittingConnection.json",
2025-08-20T19:15:56.4940713Z [00:02:03.134]➜  			"en-US/rds/ModifyReadonlyInstanceDelayReplicationTime.json",
2025-08-20T19:15:56.4940907Z [00:02:03.134]➜  			"en-US/rds/ModifyResourceGroup.json",
2025-08-20T19:15:56.4941133Z [00:02:03.134]➜  			"en-US/rds/ModifySQLCollectorPolicy.json",
2025-08-20T19:15:56.4941395Z [00:02:03.134]➜  			"en-US/rds/ModifySQLCollectorRetention.json",
2025-08-20T19:15:56.4941810Z [00:02:03.134]➜  			"en-US/rds/ModifySecurityGroupConfiguration.json",
2025-08-20T19:15:56.4942016Z [00:02:03.134]➜  			"en-US/rds/ModifySecurityIps.json",
2025-08-20T19:15:56.4942278Z [00:02:03.134]➜  			"en-US/rds/ModifyTaskInfo.json",
2025-08-20T19:15:56.4942737Z [00:02:03.134]➜  			"en-US/rds/ModifyWhitelistTemplate.json",
2025-08-20T19:15:56.4943173Z [00:02:03.134]➜  			"en-US/rds/PreCheckCreateOrderForCreateDBNodes.json",
2025-08-20T19:15:56.4943668Z [00:02:03.134]➜  			"en-US/rds/PreCheckCreateOrderForDeleteDBNodes.json",
2025-08-20T19:15:56.4944085Z [00:02:03.134]➜  			"en-US/rds/PurgeDBInstanceLog.json",
2025-08-20T19:15:56.4944411Z [00:02:03.134]➜  			"en-US/rds/QueryNotify.json",
2025-08-20T19:15:56.4944878Z [00:02:03.134]➜  			"en-US/rds/QueryRecommendByCode.json",
2025-08-20T19:15:56.4945240Z [00:02:03.134]➜  			"en-US/rds/RebuildDBInstance.json",
2025-08-20T19:15:56.4945628Z [00:02:03.134]➜  			"en-US/rds/ReceiveDBInstance.json",
2025-08-20T19:15:56.4946001Z [00:02:03.134]➜  			"en-US/rds/RecoveryDBInstance.json",
2025-08-20T19:15:56.4946730Z [00:02:03.134]➜  			"en-US/rds/ReleaseInstanceConnection.json",
2025-08-20T19:15:56.4947217Z [00:02:03.134]➜  			"en-US/rds/ReleaseInstancePublicConnection.json",
2025-08-20T19:15:56.4947726Z [00:02:03.134]➜  			"en-US/rds/ReleaseReadWriteSplittingConnection.json",
2025-08-20T19:15:56.4948088Z [00:02:03.134]➜  			"en-US/rds/RemoveTagsFromResource.json",
2025-08-20T19:15:56.4948529Z [00:02:03.134]➜  			"en-US/rds/RenewInstance.json",
2025-08-20T19:15:56.4948881Z [00:02:03.134]➜  			"en-US/rds/ResetAccount.json",
2025-08-20T19:15:56.4949273Z [00:02:03.134]➜  			"en-US/rds/ResetAccountPassword.json",
2025-08-20T19:15:56.4949600Z [00:02:03.134]➜  			"en-US/rds/RestartDBInstance.json",
2025-08-20T19:15:56.4950023Z [00:02:03.134]➜  			"en-US/rds/RestoreDdrTable.json",
2025-08-20T19:15:56.4950351Z [00:02:03.134]➜  			"en-US/rds/RestoreTable.json",
2025-08-20T19:15:56.4950807Z [00:02:03.134]➜  			"en-US/rds/RevokeAccountPrivilege.json",
2025-08-20T19:15:56.4951186Z [00:02:03.134]➜  			"en-US/rds/RevokeOperatorPermission.json",
2025-08-20T19:15:56.4951593Z [00:02:03.134]➜  			"en-US/rds/StartDBInstance.json",
2025-08-20T19:15:56.4952106Z [00:02:03.134]➜  			"en-US/rds/StopDBInstance.json",
2025-08-20T19:15:56.4952749Z [00:02:03.134]➜  			"en-US/rds/SwitchDBInstanceHA.json",
2025-08-20T19:15:56.4953143Z [00:02:03.134]➜  			"en-US/rds/SwitchDBInstanceNetType.json",
2025-08-20T19:15:56.4953509Z [00:02:03.134]➜  			"en-US/rds/SwitchDBInstanceVpc.json",
2025-08-20T19:15:56.4953983Z [00:02:03.134]➜  			"en-US/rds/SwitchGuardToMasterInstance.json",
2025-08-20T19:15:56.4954361Z [00:02:03.134]➜  			"en-US/rds/TagResources.json",
2025-08-20T19:15:56.4954719Z [00:02:03.134]➜  			"en-US/rds/TerminateMigrateTask.json",
2025-08-20T19:15:56.4955176Z [00:02:03.134]➜  			"en-US/rds/TransformDBInstancePayType.json",
2025-08-20T19:15:56.4955507Z [00:02:03.134]➜  			"en-US/rds/UnlockAccount.json",
2025-08-20T19:15:56.4955884Z [00:02:03.134]➜  			"en-US/rds/UntagResources.json",
2025-08-20T19:15:56.4956280Z [00:02:03.134]➜  			"en-US/rds/UpdatePostgresExtensions.json",
2025-08-20T19:15:56.4956736Z [00:02:03.134]➜  			"en-US/rds/UpdateUserBackupFile.json",
2025-08-20T19:15:56.4957185Z [00:02:03.134]➜  			"en-US/rds/UpgradeDBInstanceEngineVersion.json",
2025-08-20T19:15:56.4957642Z [00:02:03.134]➜  			"en-US/rds/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:15:56.4958023Z [00:02:03.134]➜  			"en-US/rds/UpgradeDBInstanceMajorVersion.json",
2025-08-20T19:15:56.4958629Z [00:02:03.134]➜  			"en-US/rds/UpgradeDBInstanceMajorVersionPrecheck.json",
2025-08-20T19:15:56.4959072Z [00:02:03.134]➜  			"en-US/rds/UpgradeDBProxyInstanceKernelVersion.json",
2025-08-20T19:15:56.4959465Z [00:02:03.134]➜  			"en-US/rds/version.json",
2025-08-20T19:15:56.4959875Z [00:02:03.134]➜  			"en-US/resourcecenter/AssociateDefaultFilter.json",
2025-08-20T19:15:56.4960374Z [00:02:03.134]➜  			"en-US/resourcecenter/CreateFilter.json",
2025-08-20T19:15:56.4960951Z [00:02:03.134]➜  			"en-US/resourcecenter/CreateSavedQuery.json",
2025-08-20T19:15:56.4961468Z [00:02:03.134]➜  			"en-US/resourcecenter/DeleteFilter.json",
2025-08-20T19:15:56.4961929Z [00:02:03.134]➜  			"en-US/resourcecenter/DeleteSavedQuery.json",
2025-08-20T19:15:56.4962689Z [00:02:03.134]➜  			"en-US/resourcecenter/DisableMultiAccountResourceCenter.json",
2025-08-20T19:15:56.4963137Z [00:02:03.134]➜  			"en-US/resourcecenter/DisableResourceCenter.json",
2025-08-20T19:15:56.4963612Z [00:02:03.134]➜  			"en-US/resourcecenter/DisassociateDefaultFilter.json",
2025-08-20T19:15:56.4964207Z [00:02:03.134]➜  			"en-US/resourcecenter/EnableMultiAccountResourceCenter.json",
2025-08-20T19:15:56.4964730Z [00:02:03.134]➜  			"en-US/resourcecenter/EnableResourceCenter.json",
2025-08-20T19:15:56.4965199Z [00:02:03.134]➜  			"en-US/resourcecenter/ExecuteMultiAccountSQLQuery.json",
2025-08-20T19:15:56.4965608Z [00:02:03.134]➜  			"en-US/resourcecenter/ExecuteSQLQuery.json",
2025-08-20T19:15:56.4966052Z [00:02:03.134]➜  			"en-US/resourcecenter/GetExampleQuery.json",
2025-08-20T19:15:56.4966720Z [00:02:03.134]➜  			"en-US/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json",
2025-08-20T19:15:56.4967274Z [00:02:03.134]➜  			"en-US/resourcecenter/GetMultiAccountResourceConfiguration.json",
2025-08-20T19:15:56.4967785Z [00:02:03.134]➜  			"en-US/resourcecenter/GetResourceCenterServiceStatus.json",
2025-08-20T19:15:56.4968289Z [00:02:03.134]➜  			"en-US/resourcecenter/GetResourceConfiguration.json",
2025-08-20T19:15:56.4968724Z [00:02:03.134]➜  			"en-US/resourcecenter/GetResourceCounts.json",
2025-08-20T19:15:56.4969111Z [00:02:03.134]➜  			"en-US/resourcecenter/GetSavedQuery.json",
2025-08-20T19:15:56.4969530Z [00:02:03.134]➜  			"en-US/resourcecenter/ListExampleQueries.json",
2025-08-20T19:15:56.4969973Z [00:02:03.134]➜  			"en-US/resourcecenter/ListFilters.json",
2025-08-20T19:15:56.4970575Z [00:02:03.134]➜  			"en-US/resourcecenter/ListMultiAccountResourceGroups.json",
2025-08-20T19:15:56.4971019Z [00:02:03.134]➜  			"en-US/resourcecenter/ListMultiAccountTagKeys.json",
2025-08-20T19:15:56.4971559Z [00:02:03.134]➜  			"en-US/resourcecenter/ListMultiAccountTagValues.json",
2025-08-20T19:15:56.4972110Z [00:02:03.134]➜  			"en-US/resourcecenter/ListResourceTypes.json",
2025-08-20T19:15:56.4972851Z [00:02:03.134]➜  			"en-US/resourcecenter/ListSavedQueries.json",
2025-08-20T19:15:56.4973281Z [00:02:03.134]➜  			"en-US/resourcecenter/ListTagKeys.json",
2025-08-20T19:15:56.4973926Z [00:02:03.134]➜  			"en-US/resourcecenter/ListTagValues.json",
2025-08-20T19:15:56.4974401Z [00:02:03.134]➜  			"en-US/resourcecenter/SearchMultiAccountResources.json",
2025-08-20T19:15:56.4974847Z [00:02:03.134]➜  			"en-US/resourcecenter/SearchResources.json",
2025-08-20T19:15:56.4975323Z [00:02:03.134]➜  			"en-US/resourcecenter/UpdateFilter.json",
2025-08-20T19:15:56.4975777Z [00:02:03.134]➜  			"en-US/resourcecenter/UpdateSavedQuery.json",
2025-08-20T19:15:56.4976109Z [00:02:03.134]➜  			"en-US/resourcecenter/version.json",
2025-08-20T19:15:56.4976557Z [00:02:03.134]➜  			"en-US/resourcemanager/AcceptHandshake.json",
2025-08-20T19:15:56.4976945Z [00:02:03.134]➜  			"en-US/resourcemanager/AttachControlPolicy.json",
2025-08-20T19:15:56.4977382Z [00:02:03.134]➜  			"en-US/resourcemanager/AttachPolicy.json",
2025-08-20T19:15:56.4977802Z [00:02:03.134]➜  			"en-US/resourcemanager/BindSecureMobilePhone.json",
2025-08-20T19:15:56.4978286Z [00:02:03.134]➜  			"en-US/resourcemanager/CancelChangeAccountEmail.json",
2025-08-20T19:15:56.4978706Z [00:02:03.134]➜  			"en-US/resourcemanager/CancelCreateCloudAccount.json",
2025-08-20T19:15:56.4979127Z [00:02:03.134]➜  			"en-US/resourcemanager/CancelHandshake.json",
2025-08-20T19:15:56.4979637Z [00:02:03.134]➜  			"en-US/resourcemanager/CancelPromoteResourceAccount.json",
2025-08-20T19:15:56.4980085Z [00:02:03.134]➜  			"en-US/resourcemanager/ChangeAccountEmail.json",
2025-08-20T19:15:56.4980453Z [00:02:03.134]➜  			"en-US/resourcemanager/CheckAccountDelete.json",
2025-08-20T19:15:56.4980890Z [00:02:03.134]➜  			"en-US/resourcemanager/CreateCloudAccount.json",
2025-08-20T19:15:56.4981448Z [00:02:03.134]➜  			"en-US/resourcemanager/CreateControlPolicy.json",
2025-08-20T19:15:56.4981877Z [00:02:03.134]➜  			"en-US/resourcemanager/CreateFolder.json",
2025-08-20T19:15:56.4982276Z [00:02:03.134]➜  			"en-US/resourcemanager/CreatePolicy.json",
2025-08-20T19:15:56.4982966Z [00:02:03.134]➜  			"en-US/resourcemanager/CreatePolicyVersion.json",
2025-08-20T19:15:56.4983391Z [00:02:03.134]➜  			"en-US/resourcemanager/CreateResourceAccount.json",
2025-08-20T19:15:56.4983819Z [00:02:03.134]➜  			"en-US/resourcemanager/CreateResourceGroup.json",
2025-08-20T19:15:56.4984311Z [00:02:03.134]➜  			"en-US/resourcemanager/CreateRole.json",
2025-08-20T19:15:56.4984845Z [00:02:03.134]➜  			"en-US/resourcemanager/CreateServiceLinkedRole.json",
2025-08-20T19:15:56.4985247Z [00:02:03.134]➜  			"en-US/resourcemanager/DeclineHandshake.json",
2025-08-20T19:15:56.4985639Z [00:02:03.135]➜  			"en-US/resourcemanager/DeleteAccount.json",
2025-08-20T19:15:56.4986126Z [00:02:03.135]➜  			"en-US/resourcemanager/DeleteControlPolicy.json",
2025-08-20T19:15:56.4986555Z [00:02:03.135]➜  			"en-US/resourcemanager/DeleteFolder.json",
2025-08-20T19:15:56.4986932Z [00:02:03.135]➜  			"en-US/resourcemanager/DeletePolicy.json",
2025-08-20T19:15:56.4987330Z [00:02:03.135]➜  			"en-US/resourcemanager/DeletePolicyVersion.json",
2025-08-20T19:15:56.5016225Z [00:02:03.135]➜  			"en-US/resourcemanager/DeleteResourceGroup.json",
2025-08-20T19:15:56.5016721Z [00:02:03.135]➜  			"en-US/resourcemanager/DeleteRole.json",
2025-08-20T19:15:56.5017159Z [00:02:03.135]➜  			"en-US/resourcemanager/DeleteServiceLinkedRole.json",
2025-08-20T19:15:56.5017633Z [00:02:03.135]➜  			"en-US/resourcemanager/DeregisterDelegatedAdministrator.json",
2025-08-20T19:15:56.5018040Z [00:02:03.135]➜  			"en-US/resourcemanager/DestroyResourceDirectory.json",
2025-08-20T19:15:56.5018427Z [00:02:03.135]➜  			"en-US/resourcemanager/DetachControlPolicy.json",
2025-08-20T19:15:56.5018782Z [00:02:03.135]➜  			"en-US/resourcemanager/DetachPolicy.json",
2025-08-20T19:15:56.5019251Z [00:02:03.135]➜  			"en-US/resourcemanager/DisableAssociatedTransfer.json",
2025-08-20T19:15:56.5019670Z [00:02:03.135]➜  			"en-US/resourcemanager/DisableControlPolicy.json",
2025-08-20T19:15:56.5020376Z [00:02:03.135]➜  			"en-US/resourcemanager/EnableAssociatedTransfer.json",
2025-08-20T19:15:56.5020750Z [00:02:03.135]➜  			"en-US/resourcemanager/EnableControlPolicy.json",
2025-08-20T19:15:56.5021129Z [00:02:03.135]➜  			"en-US/resourcemanager/EnableResourceDirectory.json",
2025-08-20T19:15:56.5021431Z [00:02:03.135]➜  			"en-US/resourcemanager/GetAccount.json",
2025-08-20T19:15:56.5021909Z [00:02:03.135]➜  			"en-US/resourcemanager/GetAccountDeletionCheckResult.json",
2025-08-20T19:15:56.5022290Z [00:02:03.135]➜  			"en-US/resourcemanager/GetAccountDeletionStatus.json",
2025-08-20T19:15:56.5023039Z [00:02:03.135]➜  			"en-US/resourcemanager/GetControlPolicy.json",
2025-08-20T19:15:56.5023582Z [00:02:03.135]➜  			"en-US/resourcemanager/GetControlPolicyEnablementStatus.json",
2025-08-20T19:15:56.5023947Z [00:02:03.135]➜  			"en-US/resourcemanager/GetFolder.json",
2025-08-20T19:15:56.5024271Z [00:02:03.135]➜  			"en-US/resourcemanager/GetHandshake.json",
2025-08-20T19:15:56.5024642Z [00:02:03.135]➜  			"en-US/resourcemanager/GetPayerForAccount.json",
2025-08-20T19:15:56.5024934Z [00:02:03.135]➜  			"en-US/resourcemanager/GetPolicy.json",
2025-08-20T19:15:56.5025270Z [00:02:03.135]➜  			"en-US/resourcemanager/GetPolicyVersion.json",
2025-08-20T19:15:56.5025627Z [00:02:03.135]➜  			"en-US/resourcemanager/GetResourceDirectory.json",
2025-08-20T19:15:56.5026007Z [00:02:03.135]➜  			"en-US/resourcemanager/GetResourceGroup.json",
2025-08-20T19:15:56.5026317Z [00:02:03.135]➜  			"en-US/resourcemanager/GetRole.json",
2025-08-20T19:15:56.5026800Z [00:02:03.135]➜  			"en-US/resourcemanager/GetServiceLinkedRoleDeletionStatus.json",
2025-08-20T19:15:56.5027168Z [00:02:03.135]➜  			"en-US/resourcemanager/InitResourceDirectory.json",
2025-08-20T19:15:56.5027843Z [00:02:03.135]➜  			"en-US/resourcemanager/InviteAccountToResourceDirectory.json",
2025-08-20T19:15:56.5028167Z [00:02:03.135]➜  			"en-US/resourcemanager/ListAccounts.json",
2025-08-20T19:15:56.5028557Z [00:02:03.135]➜  			"en-US/resourcemanager/ListAccountsForParent.json",
2025-08-20T19:15:56.5028893Z [00:02:03.135]➜  			"en-US/resourcemanager/ListAncestors.json",
2025-08-20T19:15:56.5029385Z [00:02:03.135]➜  			"en-US/resourcemanager/ListAssociatedTransferSetting.json",
2025-08-20T19:15:56.5029791Z [00:02:03.135]➜  			"en-US/resourcemanager/ListControlPolicies.json",
2025-08-20T19:15:56.5030405Z [00:02:03.135]➜  			"en-US/resourcemanager/ListControlPolicyAttachmentsForTarget.json",
2025-08-20T19:15:56.5030827Z [00:02:03.135]➜  			"en-US/resourcemanager/ListDelegatedAdministrators.json",
2025-08-20T19:15:56.5031308Z [00:02:03.135]➜  			"en-US/resourcemanager/ListDelegatedServicesForAccount.json",
2025-08-20T19:15:56.5031675Z [00:02:03.135]➜  			"en-US/resourcemanager/ListFoldersForParent.json",
2025-08-20T19:15:56.5032091Z [00:02:03.135]➜  			"en-US/resourcemanager/ListHandshakesForAccount.json",
2025-08-20T19:15:56.5033897Z [00:02:03.135]➜  			"en-US/resourcemanager/ListHandshakesForResourceDirectory.json",
2025-08-20T19:15:56.5034310Z [00:02:03.135]➜  			"en-US/resourcemanager/ListPolicies.json",
2025-08-20T19:15:56.5034686Z [00:02:03.135]➜  			"en-US/resourcemanager/ListPolicyAttachments.json",
2025-08-20T19:15:56.5035042Z [00:02:03.135]➜  			"en-US/resourcemanager/ListPolicyVersions.json",
2025-08-20T19:15:56.5035362Z [00:02:03.135]➜  			"en-US/resourcemanager/ListResourceGroups.json",
2025-08-20T19:15:56.5035558Z [00:02:03.135]➜  			"en-US/resourcemanager/ListResources.json",
2025-08-20T19:15:56.5035731Z [00:02:03.135]➜  			"en-US/resourcemanager/ListRoles.json",
2025-08-20T19:15:56.5035910Z [00:02:03.135]➜  			"en-US/resourcemanager/ListTagKeys.json",
2025-08-20T19:15:56.5036097Z [00:02:03.135]➜  			"en-US/resourcemanager/ListTagResources.json",
2025-08-20T19:15:56.5036282Z [00:02:03.135]➜  			"en-US/resourcemanager/ListTagValues.json",
2025-08-20T19:15:56.5036585Z [00:02:03.135]➜  			"en-US/resourcemanager/ListTargetAttachmentsForControlPolicy.json",
2025-08-20T19:15:56.5036998Z [00:02:03.135]➜  			"en-US/resourcemanager/ListTrustedServiceStatus.json",
2025-08-20T19:15:56.5037189Z [00:02:03.135]➜  			"en-US/resourcemanager/MoveAccount.json",
2025-08-20T19:15:56.5037380Z [00:02:03.135]➜  			"en-US/resourcemanager/MoveResources.json",
2025-08-20T19:15:56.5037599Z [00:02:03.135]➜  			"en-US/resourcemanager/PromoteResourceAccount.json",
2025-08-20T19:15:56.5037854Z [00:02:03.135]➜  			"en-US/resourcemanager/RegisterDelegatedAdministrator.json",
2025-08-20T19:15:56.5038044Z [00:02:03.135]➜  			"en-US/resourcemanager/RemoveCloudAccount.json",
2025-08-20T19:15:56.5038288Z [00:02:03.135]➜  			"en-US/resourcemanager/ResendCreateCloudAccountEmail.json",
2025-08-20T19:15:56.5038545Z [00:02:03.135]➜  			"en-US/resourcemanager/ResendPromoteResourceAccountEmail.json",
2025-08-20T19:15:56.5059481Z [00:02:03.135]➜  			"en-US/resourcemanager/RetryChangeAccountEmail.json",
2025-08-20T19:15:56.5060187Z [00:02:03.135]➜  			"en-US/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json",
2025-08-20T19:15:56.5060705Z [00:02:03.135]➜  			"en-US/resourcemanager/SendVerificationCodeForEnableRD.json",
2025-08-20T19:15:56.5061123Z [00:02:03.135]➜  			"en-US/resourcemanager/SetDefaultPolicyVersion.json",
2025-08-20T19:15:56.5061566Z [00:02:03.135]➜  			"en-US/resourcemanager/SetMemberDeletionPermission.json",
2025-08-20T19:15:56.5061901Z [00:02:03.135]➜  			"en-US/resourcemanager/TagResources.json",
2025-08-20T19:15:56.5062242Z [00:02:03.135]➜  			"en-US/resourcemanager/UntagResources.json",
2025-08-20T19:15:56.5062754Z [00:02:03.135]➜  			"en-US/resourcemanager/UpdateAccount.json",
2025-08-20T19:15:56.5063252Z [00:02:03.135]➜  			"en-US/resourcemanager/UpdateAssociatedTransferSetting.json",
2025-08-20T19:15:56.5063635Z [00:02:03.135]➜  			"en-US/resourcemanager/UpdateControlPolicy.json",
2025-08-20T19:15:56.5064200Z [00:02:03.135]➜  			"en-US/resourcemanager/UpdateFolder.json",
2025-08-20T19:15:56.5064607Z [00:02:03.135]➜  			"en-US/resourcemanager/UpdateResourceGroup.json",
2025-08-20T19:15:56.5064952Z [00:02:03.135]➜  			"en-US/resourcemanager/UpdateRole.json",
2025-08-20T19:15:56.5065292Z [00:02:03.135]➜  			"en-US/resourcemanager/version.json",
2025-08-20T19:15:56.5065633Z [00:02:03.135]➜  			"en-US/rocketmq/ChangeResourceGroup.json",
2025-08-20T19:15:56.5065953Z [00:02:03.135]➜  			"en-US/rocketmq/CreateConsumerGroup.json",
2025-08-20T19:15:56.5066262Z [00:02:03.135]➜  			"en-US/rocketmq/CreateInstance.json",
2025-08-20T19:15:56.5066551Z [00:02:03.135]➜  			"en-US/rocketmq/CreateTopic.json",
2025-08-20T19:15:56.5066884Z [00:02:03.135]➜  			"en-US/rocketmq/DeleteConsumerGroup.json",
2025-08-20T19:15:56.5067179Z [00:02:03.135]➜  			"en-US/rocketmq/DeleteInstance.json",
2025-08-20T19:15:56.5067478Z [00:02:03.135]➜  			"en-US/rocketmq/DeleteTopic.json",
2025-08-20T19:15:56.5067787Z [00:02:03.135]➜  			"en-US/rocketmq/GetConsumerGroup.json",
2025-08-20T19:15:56.5068090Z [00:02:03.135]➜  			"en-US/rocketmq/GetInstance.json",
2025-08-20T19:15:56.5068366Z [00:02:03.135]➜  			"en-US/rocketmq/GetTopic.json",
2025-08-20T19:15:56.5068785Z [00:02:03.135]➜  			"en-US/rocketmq/ListConsumerGroupSubscriptions.json",
2025-08-20T19:15:56.5069105Z [00:02:03.135]➜  			"en-US/rocketmq/ListConsumerGroups.json",
2025-08-20T19:15:56.5069409Z [00:02:03.135]➜  			"en-US/rocketmq/ListInstances.json",
2025-08-20T19:15:56.5069692Z [00:02:03.135]➜  			"en-US/rocketmq/ListTopics.json",
2025-08-20T19:15:56.5070010Z [00:02:03.135]➜  			"en-US/rocketmq/ResetConsumeOffset.json",
2025-08-20T19:15:56.5070343Z [00:02:03.135]➜  			"en-US/rocketmq/UpdateConsumerGroup.json",
2025-08-20T19:15:56.5070639Z [00:02:03.135]➜  			"en-US/rocketmq/UpdateInstance.json",
2025-08-20T19:15:56.5070929Z [00:02:03.135]➜  			"en-US/rocketmq/UpdateTopic.json",
2025-08-20T19:15:56.5071200Z [00:02:03.135]➜  			"en-US/rocketmq/version.json",
2025-08-20T19:15:56.5071520Z [00:02:03.135]➜  			"en-US/ros/CancelStackOperation.json",
2025-08-20T19:15:56.5071830Z [00:02:03.135]➜  			"en-US/ros/CancelUpdateStack.json",
2025-08-20T19:15:56.5072136Z [00:02:03.135]➜  			"en-US/ros/ContinueCreateStack.json",
2025-08-20T19:15:56.5072800Z [00:02:03.135]➜  			"en-US/ros/CreateChangeSet.json",
2025-08-20T19:15:56.5073118Z [00:02:03.135]➜  			"en-US/ros/CreateDiagnostic.json",
2025-08-20T19:15:56.5073394Z [00:02:03.135]➜  			"en-US/ros/CreateStack.json",
2025-08-20T19:15:56.5073698Z [00:02:03.135]➜  			"en-US/ros/CreateStackGroup.json",
2025-08-20T19:15:56.5074000Z [00:02:03.135]➜  			"en-US/ros/CreateStackInstances.json",
2025-08-20T19:15:56.5074273Z [00:02:03.135]➜  			"en-US/ros/CreateTemplate.json",
2025-08-20T19:15:56.5074577Z [00:02:03.135]➜  			"en-US/ros/CreateTemplateScratch.json",
2025-08-20T19:15:56.5074860Z [00:02:03.135]➜  			"en-US/ros/DeleteChangeSet.json",
2025-08-20T19:15:56.5075132Z [00:02:03.135]➜  			"en-US/ros/DeleteDiagnostic.json",
2025-08-20T19:15:56.5075395Z [00:02:03.135]➜  			"en-US/ros/DeleteStack.json",
2025-08-20T19:15:56.5075684Z [00:02:03.135]➜  			"en-US/ros/DeleteStackGroup.json",
2025-08-20T19:15:56.5075984Z [00:02:03.135]➜  			"en-US/ros/DeleteStackInstances.json",
2025-08-20T19:15:56.5076269Z [00:02:03.135]➜  			"en-US/ros/DeleteTemplate.json",
2025-08-20T19:15:56.5076603Z [00:02:03.135]➜  			"en-US/ros/DeleteTemplateScratch.json",
2025-08-20T19:15:56.5076928Z [00:02:03.135]➜  			"en-US/ros/DeregisterResourceType.json",
2025-08-20T19:15:56.5077210Z [00:02:03.135]➜  			"en-US/ros/DescribeRegions.json",
2025-08-20T19:15:56.5077486Z [00:02:03.135]➜  			"en-US/ros/DetectStackDrift.json",
2025-08-20T19:15:56.5077791Z [00:02:03.135]➜  			"en-US/ros/DetectStackGroupDrift.json",
2025-08-20T19:15:56.5078162Z [00:02:03.135]➜  			"en-US/ros/DetectStackResourceDrift.json",
2025-08-20T19:15:56.5078470Z [00:02:03.135]➜  			"en-US/ros/ExecuteChangeSet.json",
2025-08-20T19:15:56.5078796Z [00:02:03.135]➜  			"en-US/ros/GenerateTemplateByScratch.json",
2025-08-20T19:15:56.5079370Z [00:02:03.135]➜  			"en-US/ros/GenerateTemplatePolicy.json",
2025-08-20T19:15:56.5079666Z [00:02:03.135]➜  			"en-US/ros/GetChangeSet.json",
2025-08-20T19:15:56.5080066Z [00:02:03.135]➜  			"en-US/ros/GetDiagnostic.json",
2025-08-20T19:15:56.5080526Z [00:02:03.135]➜  			"en-US/ros/GetFeatureDetails.json",
2025-08-20T19:15:56.5080913Z [00:02:03.135]➜  			"en-US/ros/GetResourceType.json",
2025-08-20T19:15:56.5145402Z [00:02:03.135]➜  			"en-US/ros/GetResourceTypeTemplate.json",
2025-08-20T19:15:56.5145874Z [00:02:03.135]➜  			"en-US/ros/GetServiceProvisions.json",
2025-08-20T19:15:56.5146153Z [00:02:03.135]➜  			"en-US/ros/GetStack.json",
2025-08-20T19:15:56.5146517Z [00:02:03.135]➜  			"en-US/ros/GetStackDriftDetectionStatus.json",
2025-08-20T19:15:56.5146806Z [00:02:03.135]➜  			"en-US/ros/GetStackGroup.json",
2025-08-20T19:15:56.5147128Z [00:02:03.135]➜  			"en-US/ros/GetStackGroupOperation.json",
2025-08-20T19:15:56.5168151Z [00:02:03.135]➜  			"en-US/ros/GetStackInstance.json",
2025-08-20T19:15:56.5168609Z [00:02:03.135]➜  			"en-US/ros/GetStackPolicy.json",
2025-08-20T19:15:56.5168977Z [00:02:03.135]➜  			"en-US/ros/GetStackResource.json",
2025-08-20T19:15:56.5169259Z [00:02:03.135]➜  			"en-US/ros/GetTemplate.json",
2025-08-20T19:15:56.5169727Z [00:02:03.135]➜  			"en-US/ros/GetTemplateEstimateCost.json",
2025-08-20T19:15:56.5170138Z [00:02:03.135]➜  			"en-US/ros/GetTemplateParameterConstraints.json",
2025-08-20T19:15:56.5170452Z [00:02:03.135]➜  			"en-US/ros/GetTemplateScratch.json",
2025-08-20T19:15:56.5170755Z [00:02:03.135]➜  			"en-US/ros/GetTemplateSummary.json",
2025-08-20T19:15:56.5171044Z [00:02:03.135]➜  			"en-US/ros/ListChangeSets.json",
2025-08-20T19:15:56.5171398Z [00:02:03.135]➜  			"en-US/ros/ListDiagnostics.json",
2025-08-20T19:15:56.5171765Z [00:02:03.135]➜  			"en-US/ros/ListResourceTypeRegistrations.json",
2025-08-20T19:15:56.5172093Z [00:02:03.135]➜  			"en-US/ros/ListResourceTypeVersions.json",
2025-08-20T19:15:56.5172587Z [00:02:03.135]➜  			"en-US/ros/ListResourceTypes.json",
2025-08-20T19:15:56.5172901Z [00:02:03.135]➜  			"en-US/ros/ListStackEvents.json",
2025-08-20T19:15:56.5173293Z [00:02:03.135]➜  			"en-US/ros/ListStackGroupOperationResults.json",
2025-08-20T19:15:56.5173882Z [00:02:03.135]➜  			"en-US/ros/ListStackGroupOperations.json",
2025-08-20T19:15:56.5174174Z [00:02:03.135]➜  			"en-US/ros/ListStackGroups.json",
2025-08-20T19:15:56.5174472Z [00:02:03.135]➜  			"en-US/ros/ListStackInstances.json",
2025-08-20T19:15:56.5174799Z [00:02:03.135]➜  			"en-US/ros/ListStackOperationRisks.json",
2025-08-20T19:15:56.5175116Z [00:02:03.135]➜  			"en-US/ros/ListStackResourceDrifts.json",
2025-08-20T19:15:56.5175409Z [00:02:03.135]➜  			"en-US/ros/ListStackResources.json",
2025-08-20T19:15:56.5175665Z [00:02:03.135]➜  			"en-US/ros/ListStacks.json",
2025-08-20T19:15:56.5175932Z [00:02:03.135]➜  			"en-US/ros/ListTagKeys.json",
2025-08-20T19:15:56.5176218Z [00:02:03.135]➜  			"en-US/ros/ListTagResources.json",
2025-08-20T19:15:56.5176495Z [00:02:03.135]➜  			"en-US/ros/ListTagValues.json",
2025-08-20T19:15:56.5176831Z [00:02:03.135]➜  			"en-US/ros/ListTemplateScratches.json",
2025-08-20T19:15:56.5177141Z [00:02:03.135]➜  			"en-US/ros/ListTemplateVersions.json",
2025-08-20T19:15:56.5177419Z [00:02:03.135]➜  			"en-US/ros/ListTemplates.json",
2025-08-20T19:15:56.5177716Z [00:02:03.135]➜  			"en-US/ros/MoveResourceGroup.json",
2025-08-20T19:15:56.5177989Z [00:02:03.135]➜  			"en-US/ros/PreviewStack.json",
2025-08-20T19:15:56.5178288Z [00:02:03.135]➜  			"en-US/ros/RegisterResourceType.json",
2025-08-20T19:15:56.5178599Z [00:02:03.135]➜  			"en-US/ros/SetDeletionProtection.json",
2025-08-20T19:15:56.5178874Z [00:02:03.135]➜  			"en-US/ros/SetResourceType.json",
2025-08-20T19:15:56.5179154Z [00:02:03.135]➜  			"en-US/ros/SetStackPolicy.json",
2025-08-20T19:15:56.5179463Z [00:02:03.135]➜  			"en-US/ros/SetTemplatePermission.json",
2025-08-20T19:15:56.5179738Z [00:02:03.135]➜  			"en-US/ros/SignalResource.json",
2025-08-20T19:15:56.5180056Z [00:02:03.135]➜  			"en-US/ros/StopStackGroupOperation.json",
2025-08-20T19:15:56.5180509Z [00:02:03.135]➜  			"en-US/ros/TagResources.json",
2025-08-20T19:15:56.5180796Z [00:02:03.135]➜  			"en-US/ros/UntagResources.json",
2025-08-20T19:15:56.5181082Z [00:02:03.135]➜  			"en-US/ros/UpdateStack.json",
2025-08-20T19:15:56.5181371Z [00:02:03.135]➜  			"en-US/ros/UpdateStackGroup.json",
2025-08-20T19:15:56.5181684Z [00:02:03.135]➜  			"en-US/ros/UpdateStackInstances.json",
2025-08-20T19:15:56.5182052Z [00:02:03.135]➜  			"en-US/ros/UpdateStackTemplateByResources.json",
2025-08-20T19:15:56.5182342Z [00:02:03.135]➜  			"en-US/ros/UpdateTemplate.json",
2025-08-20T19:15:56.5213980Z [00:02:03.135]➜  			"en-US/ros/UpdateTemplateScratch.json",
2025-08-20T19:15:56.5214445Z [00:02:03.135]➜  			"en-US/ros/ValidateTemplate.json",
2025-08-20T19:15:56.5214716Z [00:02:03.135]➜  			"en-US/ros/version.json",
2025-08-20T19:15:56.5215109Z [00:02:03.135]➜  			"en-US/sae/AbortAndRollbackChangeOrder.json",
2025-08-20T19:15:56.5215429Z [00:02:03.135]➜  			"en-US/sae/AbortChangeOrder.json",
2025-08-20T19:15:56.5215812Z [00:02:03.135]➜  			"en-US/sae/BatchStartApplications.json",
2025-08-20T19:15:56.5216769Z [00:02:03.136]➜  			"en-US/sae/BatchStopApplications.json",
2025-08-20T19:15:56.5217085Z [00:02:03.136]➜  			"en-US/sae/BindSlb.json",
2025-08-20T19:15:56.5217404Z [00:02:03.136]➜  			"en-US/sae/ConfirmPipelineBatch.json",
2025-08-20T19:15:56.5217719Z [00:02:03.136]➜  			"en-US/sae/CreateApplication.json",
2025-08-20T19:15:56.5218908Z [00:02:03.136]➜  			"en-US/sae/CreateApplicationScalingRule.json",
2025-08-20T19:15:56.5219235Z [00:02:03.136]➜  			"en-US/sae/CreateConfigMap.json",
2025-08-20T19:15:56.5220374Z [00:02:03.136]➜  			"en-US/sae/CreateGreyTagRoute.json",
2025-08-20T19:15:56.5220692Z [00:02:03.136]➜  			"en-US/sae/CreateIngress.json",
2025-08-20T19:15:56.5220956Z [00:02:03.136]➜  			"en-US/sae/CreateJob.json",
2025-08-20T19:15:56.5221254Z [00:02:03.136]➜  			"en-US/sae/CreateNamespace.json",
2025-08-20T19:15:56.5221531Z [00:02:03.136]➜  			"en-US/sae/CreateSecret.json",
2025-08-20T19:15:56.5221871Z [00:02:03.136]➜  			"en-US/sae/DeleteApplication.json",
2025-08-20T19:15:56.5247929Z [00:02:03.136]➜  			"en-US/sae/DeleteApplicationScalingRule.json",
2025-08-20T19:15:56.5248589Z [00:02:03.136]➜  			"en-US/sae/DeleteConfigMap.json",
2025-08-20T19:15:56.5248899Z [00:02:03.136]➜  			"en-US/sae/DeleteGreyTagRoute.json",
2025-08-20T19:15:56.5249222Z [00:02:03.136]➜  			"en-US/sae/DeleteHistoryJob.json",
2025-08-20T19:15:56.5249508Z [00:02:03.136]➜  			"en-US/sae/DeleteIngress.json",
2025-08-20T19:15:56.5249770Z [00:02:03.136]➜  			"en-US/sae/DeleteJob.json",
2025-08-20T19:15:56.5250080Z [00:02:03.136]➜  			"en-US/sae/DeleteNamespace.json",
2025-08-20T19:15:56.5250353Z [00:02:03.136]➜  			"en-US/sae/DeleteSecret.json",
2025-08-20T19:15:56.5250665Z [00:02:03.136]➜  			"en-US/sae/DeployApplication.json",
2025-08-20T19:15:56.5251007Z [00:02:03.136]➜  			"en-US/sae/DescribeAppServiceDetail.json",
2025-08-20T19:15:56.5251355Z [00:02:03.136]➜  			"en-US/sae/DescribeApplicationConfig.json",
2025-08-20T19:15:56.5251723Z [00:02:03.136]➜  			"en-US/sae/DescribeApplicationGroups.json",
2025-08-20T19:15:56.5252217Z [00:02:03.136]➜  			"en-US/sae/DescribeApplicationImage.json",
2025-08-20T19:15:56.5252815Z [00:02:03.136]➜  			"en-US/sae/DescribeApplicationInstances.json",
2025-08-20T19:15:56.5253258Z [00:02:03.136]➜  			"en-US/sae/DescribeApplicationScalingRule.json",
2025-08-20T19:15:56.5253647Z [00:02:03.136]➜  			"en-US/sae/DescribeApplicationScalingRules.json",
2025-08-20T19:15:56.5253987Z [00:02:03.136]➜  			"en-US/sae/DescribeApplicationSlbs.json",
2025-08-20T19:15:56.5254321Z [00:02:03.136]➜  			"en-US/sae/DescribeApplicationStatus.json",
2025-08-20T19:15:56.5254630Z [00:02:03.136]➜  			"en-US/sae/DescribeChangeOrder.json",
2025-08-20T19:15:56.5254935Z [00:02:03.136]➜  			"en-US/sae/DescribeComponents.json",
2025-08-20T19:15:56.5255237Z [00:02:03.136]➜  			"en-US/sae/DescribeConfigMap.json",
2025-08-20T19:15:56.5255581Z [00:02:03.136]➜  			"en-US/sae/DescribeConfigurationPrice.json",
2025-08-20T19:15:56.5256137Z [00:02:03.136]➜  			"en-US/sae/DescribeEdasContainers.json",
2025-08-20T19:15:56.5256464Z [00:02:03.136]➜  			"en-US/sae/DescribeGreyTagRoute.json",
2025-08-20T19:15:56.5256781Z [00:02:03.136]➜  			"en-US/sae/DescribeIngress.json",
2025-08-20T19:15:56.5257104Z [00:02:03.136]➜  			"en-US/sae/DescribeInstanceLog.json",
2025-08-20T19:15:56.5257514Z [00:02:03.136]➜  			"en-US/sae/DescribeInstanceSpecifications.json",
2025-08-20T19:15:56.5257825Z [00:02:03.136]➜  			"en-US/sae/DescribeJob.json",
2025-08-20T19:15:56.5258188Z [00:02:03.136]➜  			"en-US/sae/DescribeJobHistory.json",
2025-08-20T19:15:56.5258504Z [00:02:03.136]➜  			"en-US/sae/DescribeJobStatus.json",
2025-08-20T19:15:56.5258795Z [00:02:03.136]➜  			"en-US/sae/DescribeNamespace.json",
2025-08-20T19:15:56.5259113Z [00:02:03.136]➜  			"en-US/sae/DescribeNamespaceList.json",
2025-08-20T19:15:56.5259458Z [00:02:03.136]➜  			"en-US/sae/DescribeNamespaceResources.json",
2025-08-20T19:15:56.5259784Z [00:02:03.136]➜  			"en-US/sae/DescribeNamespaces.json",
2025-08-20T19:15:56.5260131Z [00:02:03.136]➜  			"en-US/sae/DescribePipeline.json",
2025-08-20T19:15:56.5260425Z [00:02:03.136]➜  			"en-US/sae/DescribeRegions.json",
2025-08-20T19:15:56.5260873Z [00:02:03.136]➜  			"en-US/sae/DescribeSecret.json",
2025-08-20T19:15:56.5261250Z [00:02:03.136]➜  			"en-US/sae/DisableApplicationScalingRule.json",
2025-08-20T19:15:56.5261602Z [00:02:03.136]➜  			"en-US/sae/EnableApplicationScalingRule.json",
2025-08-20T19:15:56.5261858Z [00:02:03.136]➜  			"en-US/sae/ExecJob.json",
2025-08-20T19:15:56.5262146Z [00:02:03.136]➜  			"en-US/sae/GetArmsTopNMetric.json",
2025-08-20T19:15:56.5279475Z [00:02:03.136]➜  			"en-US/sae/GetAvailabilityMetric.json",
2025-08-20T19:15:56.5280204Z [00:02:03.137]➜  			"en-US/sae/GetChangeOrderMetric.json",
2025-08-20T19:15:56.5280548Z [00:02:03.137]➜  			"en-US/sae/GetScaleAppMetric.json",
2025-08-20T19:15:56.5280871Z [00:02:03.137]➜  			"en-US/sae/GetWarningEventMetric.json",
2025-08-20T19:15:56.5281161Z [00:02:03.137]➜  			"en-US/sae/ListAppEvents.json",
2025-08-20T19:15:56.5281489Z [00:02:03.137]➜  			"en-US/sae/ListAppServicesPage.json",
2025-08-20T19:15:56.5281787Z [00:02:03.137]➜  			"en-US/sae/ListAppVersions.json",
2025-08-20T19:15:56.5282092Z [00:02:03.137]➜  			"en-US/sae/ListApplications.json",
2025-08-20T19:15:56.5282546Z [00:02:03.137]➜  			"en-US/sae/ListChangeOrders.json",
2025-08-20T19:15:56.5303656Z [00:02:03.137]➜  			"en-US/sae/ListConsumedServices.json",
2025-08-20T19:15:56.5304147Z [00:02:03.137]➜  			"en-US/sae/ListGreyTagRoute.json",
2025-08-20T19:15:56.5304461Z [00:02:03.137]➜  			"en-US/sae/ListIngresses.json",
2025-08-20T19:15:56.5304739Z [00:02:03.137]➜  			"en-US/sae/ListJobs.json",
2025-08-20T19:15:56.5305044Z [00:02:03.137]➜  			"en-US/sae/ListLogConfigs.json",
2025-08-20T19:15:56.5305390Z [00:02:03.137]➜  			"en-US/sae/ListNamespaceChangeOrders.json",
2025-08-20T19:15:56.5305737Z [00:02:03.137]➜  			"en-US/sae/ListNamespacedConfigMaps.json",
2025-08-20T19:15:56.5306054Z [00:02:03.137]➜  			"en-US/sae/ListPublishedServices.json",
2025-08-20T19:15:56.5306617Z [00:02:03.137]➜  			"en-US/sae/ListSecrets.json",
2025-08-20T19:15:56.5306940Z [00:02:03.137]➜  			"en-US/sae/ListTagResources.json",
2025-08-20T19:15:56.5307259Z [00:02:03.137]➜  			"en-US/sae/OpenSaeService.json",
2025-08-20T19:15:56.5307571Z [00:02:03.137]➜  			"en-US/sae/QueryResourceStatics.json",
2025-08-20T19:15:56.5308025Z [00:02:03.137]➜  			"en-US/sae/ReduceApplicationCapacityByInstanceIds.json",
2025-08-20T19:15:56.5308327Z [00:02:03.137]➜  			"en-US/sae/RescaleApplication.json",
2025-08-20T19:15:56.5308696Z [00:02:03.137]➜  			"en-US/sae/RescaleApplicationVertically.json",
2025-08-20T19:15:56.5309018Z [00:02:03.137]➜  			"en-US/sae/RestartApplication.json",
2025-08-20T19:15:56.5309455Z [00:02:03.137]➜  			"en-US/sae/RestartInstances.json",
2025-08-20T19:15:56.5309774Z [00:02:03.137]➜  			"en-US/sae/RollbackApplication.json",
2025-08-20T19:15:56.5310075Z [00:02:03.137]➜  			"en-US/sae/StartApplication.json",
2025-08-20T19:15:56.5310367Z [00:02:03.137]➜  			"en-US/sae/StopApplication.json",
2025-08-20T19:15:56.5310648Z [00:02:03.137]➜  			"en-US/sae/SuspendJob.json",
2025-08-20T19:15:56.5310924Z [00:02:03.137]➜  			"en-US/sae/TagResources.json",
2025-08-20T19:15:56.5311200Z [00:02:03.137]➜  			"en-US/sae/UnbindSlb.json",
2025-08-20T19:15:56.5311476Z [00:02:03.137]➜  			"en-US/sae/UntagResources.json",
2025-08-20T19:15:56.5311803Z [00:02:03.137]➜  			"en-US/sae/UpdateAppSecurityGroup.json",
2025-08-20T19:15:56.5312159Z [00:02:03.137]➜  			"en-US/sae/UpdateApplicationDescription.json",
2025-08-20T19:15:56.5312776Z [00:02:03.137]➜  			"en-US/sae/UpdateApplicationScalingRule.json",
2025-08-20T19:15:56.5313194Z [00:02:03.137]➜  			"en-US/sae/UpdateApplicationVswitches.json",
2025-08-20T19:15:56.5313499Z [00:02:03.137]➜  			"en-US/sae/UpdateConfigMap.json",
2025-08-20T19:15:56.5313804Z [00:02:03.137]➜  			"en-US/sae/UpdateGreyTagRoute.json",
2025-08-20T19:15:56.5314094Z [00:02:03.137]➜  			"en-US/sae/UpdateIngress.json",
2025-08-20T19:15:56.5314355Z [00:02:03.137]➜  			"en-US/sae/UpdateJob.json",
2025-08-20T19:15:56.5314662Z [00:02:03.137]➜  			"en-US/sae/UpdateNamespace.json",
2025-08-20T19:15:56.5314958Z [00:02:03.137]➜  			"en-US/sae/UpdateNamespaceVpc.json",
2025-08-20T19:15:56.5315485Z [00:02:03.137]➜  			"en-US/sae/UpdateSecret.json",
2025-08-20T19:15:56.5315748Z [00:02:03.137]➜  			"en-US/sae/version.json",
2025-08-20T19:15:56.5316085Z [00:02:03.137]➜  			"en-US/sas/AddAssetSelectionCriteria.json",
2025-08-20T19:15:56.5316481Z [00:02:03.137]➜  			"en-US/sas/AddCheckInstanceResultWhiteList.json",
2025-08-20T19:15:56.5316798Z [00:02:03.137]➜  			"en-US/sas/AddCheckResultWhiteList.json",
2025-08-20T19:15:56.5317129Z [00:02:03.137]➜  			"en-US/sas/AddClientUserDefineRule.json",
2025-08-20T19:15:56.5317448Z [00:02:03.138]➜  			"en-US/sas/AddContainerDefenseRule.json",
2025-08-20T19:15:56.5317776Z [00:02:03.138]➜  			"en-US/sas/AddContainerPluginRule.json",
2025-08-20T19:15:56.5318084Z [00:02:03.138]➜  			"en-US/sas/AddImageEventOperation.json",
2025-08-20T19:15:56.5318409Z [00:02:03.138]➜  			"en-US/sas/AddImageVulWhiteList.json",
2025-08-20T19:15:56.5318691Z [00:02:03.138]➜  			"en-US/sas/AddInstallCode.json",
2025-08-20T19:15:56.5318985Z [00:02:03.138]➜  			"en-US/sas/AddPrivateRegistry.json",
2025-08-20T19:15:56.5319371Z [00:02:03.138]➜  			"en-US/sas/AddSasContainerWebDefenseRule.json",
2025-08-20T19:15:56.5319704Z [00:02:03.138]➜  			"en-US/sas/AddSasModuleTrial.json",
2025-08-20T19:15:56.5319992Z [00:02:03.138]➜  			"en-US/sas/AddTagWithUuid.json",
2025-08-20T19:15:56.5320353Z [00:02:03.138]➜  			"en-US/sas/AddUninstallClientsByUuids.json",
2025-08-20T19:15:56.5320639Z [00:02:03.138]➜  			"en-US/sas/AddVpcHoneyPot.json",
2025-08-20T19:15:56.5321010Z [00:02:03.138]➜  			"en-US/sas/AdvanceSecurityEventOperations.json",
2025-08-20T19:15:56.5321446Z [00:02:03.138]➜  			"en-US/sas/BatchDeleteMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:56.5321823Z [00:02:03.138]➜  			"en-US/sas/BatchOperateCommonOverallConfig.json",
2025-08-20T19:15:56.5353570Z [00:02:03.138]➜  			"en-US/sas/BatchUpdateMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:56.5354028Z [00:02:03.138]➜  			"en-US/sas/BindAuthToMachine.json",
2025-08-20T19:15:56.5354429Z [00:02:03.138]➜  			"en-US/sas/BindHybridProxy.json",
2025-08-20T19:15:56.5354728Z [00:02:03.138]➜  			"en-US/sas/CancelOnceTask.json",
2025-08-20T19:15:56.5355071Z [00:02:03.138]➜  			"en-US/sas/ChangeAssetRefreshTaskConfig.json",
2025-08-20T19:15:56.5355381Z [00:02:03.138]➜  			"en-US/sas/ChangeCheckConfig.json",
2025-08-20T19:15:56.5355704Z [00:02:03.138]➜  			"en-US/sas/ChangeCheckCustomConfig.json",
2025-08-20T19:15:56.5356022Z [00:02:03.138]➜  			"en-US/sas/ChangeSecurityScoreRule.json",
2025-08-20T19:15:56.5356298Z [00:02:03.138]➜  			"en-US/sas/ChangeUserLang.json",
2025-08-20T19:15:56.5356578Z [00:02:03.138]➜  			"en-US/sas/CheckQuaraFileId.json",
2025-08-20T19:15:56.5356864Z [00:02:03.138]➜  			"en-US/sas/CheckSecurityEventId.json",
2025-08-20T19:15:56.5357134Z [00:02:03.138]➜  			"en-US/sas/CheckUserHasEcs.json",
2025-08-20T19:15:56.5357427Z [00:02:03.138]➜  			"en-US/sas/ConfirmVirusEvents.json",
2025-08-20T19:15:56.5357735Z [00:02:03.138]➜  			"en-US/sas/CreateAgentlessScanTask.json",
2025-08-20T19:15:56.5358056Z [00:02:03.138]➜  			"en-US/sas/CreateAntiBruteForceRule.json",
2025-08-20T19:15:56.5358384Z [00:02:03.138]➜  			"en-US/sas/CreateAssetSelectionConfig.json",
2025-08-20T19:15:56.5358667Z [00:02:03.138]➜  			"en-US/sas/CreateBackupPolicy.json",
2025-08-20T19:15:56.5358979Z [00:02:03.138]➜  			"en-US/sas/CreateContainerScanTask.json",
2025-08-20T19:15:56.5359356Z [00:02:03.138]➜  			"en-US/sas/CreateContainerScanTaskByAppName.json",
2025-08-20T19:15:56.5359685Z [00:02:03.138]➜  			"en-US/sas/CreateCustomBlockRecord.json",
2025-08-20T19:15:56.5359959Z [00:02:03.138]➜  			"en-US/sas/CreateCycleTask.json",
2025-08-20T19:15:56.5360244Z [00:02:03.138]➜  			"en-US/sas/CreateFileDetect.json",
2025-08-20T19:15:56.5360554Z [00:02:03.138]➜  			"en-US/sas/CreateFileDetectUploadUrl.json",
2025-08-20T19:15:56.5360867Z [00:02:03.138]➜  			"en-US/sas/CreateFileProtectRule.json",
2025-08-20T19:15:56.5361187Z [00:02:03.138]➜  			"en-US/sas/CreateFileUploadLimit.json",
2025-08-20T19:15:56.5361456Z [00:02:03.138]➜  			"en-US/sas/CreateHoneypot.json",
2025-08-20T19:15:56.5361939Z [00:02:03.138]➜  			"en-US/sas/CreateHoneypotNode.json",
2025-08-20T19:15:56.5362235Z [00:02:03.138]➜  			"en-US/sas/CreateHoneypotPreset.json",
2025-08-20T19:15:56.5362705Z [00:02:03.138]➜  			"en-US/sas/CreateHoneypotProbe.json",
2025-08-20T19:15:56.5363016Z [00:02:03.138]➜  			"en-US/sas/CreateHoneypotProbeBind.json",
2025-08-20T19:15:56.5363320Z [00:02:03.138]➜  			"en-US/sas/CreateInterceptionRule.json",
2025-08-20T19:15:56.5363641Z [00:02:03.138]➜  			"en-US/sas/CreateInterceptionTarget.json",
2025-08-20T19:15:56.5363954Z [00:02:03.138]➜  			"en-US/sas/CreateJenkinsImageRegistry.json",
2025-08-20T19:15:56.5364327Z [00:02:03.138]➜  			"en-US/sas/CreateMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:56.5364632Z [00:02:03.138]➜  			"en-US/sas/CreateMaliciousNote.json",
2025-08-20T19:15:56.5364941Z [00:02:03.138]➜  			"en-US/sas/CreateOpaClusterPlugin.json",
2025-08-20T19:15:56.5365248Z [00:02:03.138]➜  			"en-US/sas/CreateOpaStrategyNew.json",
2025-08-20T19:15:56.5365559Z [00:02:03.138]➜  			"en-US/sas/CreateOrUpdateAssetGroup.json",
2025-08-20T19:15:56.5365867Z [00:02:03.139]➜  			"en-US/sas/CreateOrUpdateDingTalk.json",
2025-08-20T19:15:56.5366163Z [00:02:03.139]➜  			"en-US/sas/CreateOssBucketScanTask.json",
2025-08-20T19:15:56.5366441Z [00:02:03.139]➜  			"en-US/sas/CreateOssScanConfig.json",
2025-08-20T19:15:56.5366714Z [00:02:03.139]➜  			"en-US/sas/CreateRestoreJob.json",
2025-08-20T19:15:56.5367012Z [00:02:03.139]➜  			"en-US/sas/CreateServiceLinkedRole.json",
2025-08-20T19:15:56.5367290Z [00:02:03.139]➜  			"en-US/sas/CreateServiceTrail.json",
2025-08-20T19:15:56.5367676Z [00:02:03.139]➜  			"en-US/sas/CreateSimilarSecurityEventsQueryTask.json",
2025-08-20T19:15:56.5367965Z [00:02:03.139]➜  			"en-US/sas/CreateSuspEventNote.json",
2025-08-20T19:15:56.5368420Z [00:02:03.139]➜  			"en-US/sas/CreateUniBackupPolicy.json",
2025-08-20T19:15:56.5368704Z [00:02:03.139]➜  			"en-US/sas/CreateUniRestorePlan.json",
2025-08-20T19:15:56.5369023Z [00:02:03.139]➜  			"en-US/sas/CreateVirusScanOnceTask.json",
2025-08-20T19:15:56.5369348Z [00:02:03.139]➜  			"en-US/sas/CreateVulAutoRepairConfig.json",
2025-08-20T19:15:56.5369658Z [00:02:03.139]➜  			"en-US/sas/DeleteAntiBruteForceRule.json",
2025-08-20T19:15:56.5369942Z [00:02:03.139]➜  			"en-US/sas/DeleteBackupPolicy.json",
2025-08-20T19:15:56.5370249Z [00:02:03.139]➜  			"en-US/sas/DeleteBackupPolicyMachine.json",
2025-08-20T19:15:56.5370587Z [00:02:03.139]➜  			"en-US/sas/DeleteBinarySecurityPolicy.json",
2025-08-20T19:15:56.5370902Z [00:02:03.139]➜  			"en-US/sas/DeleteClientUserDefineRule.json",
2025-08-20T19:15:56.5371208Z [00:02:03.139]➜  			"en-US/sas/DeleteContainerDefenseRule.json",
2025-08-20T19:15:56.5371535Z [00:02:03.139]➜  			"en-US/sas/DeleteContainerPluginRule.json",
2025-08-20T19:15:56.5371824Z [00:02:03.139]➜  			"en-US/sas/DeleteCustomBlockRecord.json",
2025-08-20T19:15:56.5372126Z [00:02:03.139]➜  			"en-US/sas/DeleteCycleTask.json",
2025-08-20T19:15:56.5372557Z [00:02:03.139]➜  			"en-US/sas/DeleteFileProtectRule.json",
2025-08-20T19:15:56.5372855Z [00:02:03.139]➜  			"en-US/sas/DeleteGroup.json",
2025-08-20T19:15:56.5373119Z [00:02:03.139]➜  			"en-US/sas/DeleteHoneypot.json",
2025-08-20T19:15:56.5373414Z [00:02:03.139]➜  			"en-US/sas/DeleteHoneypotNode.json",
2025-08-20T19:15:56.5373704Z [00:02:03.139]➜  			"en-US/sas/DeleteHoneypotPreset.json",
2025-08-20T19:15:56.5373993Z [00:02:03.139]➜  			"en-US/sas/DeleteHoneypotProbe.json",
2025-08-20T19:15:56.5374301Z [00:02:03.139]➜  			"en-US/sas/DeleteHoneypotProbeBind.json",
2025-08-20T19:15:56.5374621Z [00:02:03.139]➜  			"en-US/sas/DeleteImageEventOperation.json",
2025-08-20T19:15:56.5374931Z [00:02:03.139]➜  			"en-US/sas/DeleteImageVulWhitelist.json",
2025-08-20T19:15:56.5375220Z [00:02:03.139]➜  			"en-US/sas/DeleteInstallCode.json",
2025-08-20T19:15:56.5375530Z [00:02:03.139]➜  			"en-US/sas/DeleteInterceptionRule.json",
2025-08-20T19:15:56.5375855Z [00:02:03.139]➜  			"en-US/sas/DeleteInterceptionTarget.json",
2025-08-20T19:15:56.5376145Z [00:02:03.139]➜  			"en-US/sas/DeleteK8sAccessInfo.json",
2025-08-20T19:15:56.5376652Z [00:02:03.139]➜  			"en-US/sas/DeleteLoginBaseConfig.json",
2025-08-20T19:15:56.5377048Z [00:02:03.139]➜  			"en-US/sas/DeleteMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:56.5377347Z [00:02:03.139]➜  			"en-US/sas/DeleteMaliciousNote.json",
2025-08-20T19:15:56.5377664Z [00:02:03.139]➜  			"en-US/sas/DeleteOpaStrategyNew.json",
2025-08-20T19:15:56.5403088Z [00:02:03.139]➜  			"en-US/sas/DeleteOssScanConfig.json",
2025-08-20T19:15:56.5403988Z [00:02:03.139]➜  			"en-US/sas/DeletePrivateRegistry.json",
2025-08-20T19:15:56.5405183Z [00:02:03.139]➜  			"en-US/sas/DeleteSasContainerWebDefenseRule.json",
2025-08-20T19:15:56.5405575Z [00:02:03.139]➜  			"en-US/sas/DeleteSecurityEventMarkMissList.json",
2025-08-20T19:15:56.5405875Z [00:02:03.139]➜  			"en-US/sas/DeleteServiceTrail.json",
2025-08-20T19:15:56.5406162Z [00:02:03.139]➜  			"en-US/sas/DeleteStrategy.json",
2025-08-20T19:15:56.5406471Z [00:02:03.139]➜  			"en-US/sas/DeleteSuspEventNode.json",
2025-08-20T19:15:56.5406770Z [00:02:03.139]➜  			"en-US/sas/DeleteTagWithUuid.json",
2025-08-20T19:15:56.5407068Z [00:02:03.139]➜  			"en-US/sas/DeleteUniBackupPolicy.json",
2025-08-20T19:15:56.5407382Z [00:02:03.139]➜  			"en-US/sas/DeleteVpcHoneyPot.json",
2025-08-20T19:15:56.5407715Z [00:02:03.139]➜  			"en-US/sas/DeleteVulAutoRepairConfig.json",
2025-08-20T19:15:56.5408024Z [00:02:03.139]➜  			"en-US/sas/DeleteVulWhitelist.json",
2025-08-20T19:15:56.5408369Z [00:02:03.139]➜  			"en-US/sas/DescribeAccessKeyLeakDetail.json",
2025-08-20T19:15:56.5408683Z [00:02:03.139]➜  			"en-US/sas/DescribeAccesskeyLeakList.json",
2025-08-20T19:15:56.5408997Z [00:02:03.139]➜  			"en-US/sas/DescribeAffectedAssets.json",
2025-08-20T19:15:56.5409425Z [00:02:03.139]➜  			"en-US/sas/DescribeAffectedMaliciousFileImages.json",
2025-08-20T19:15:56.5409997Z [00:02:03.139]➜  			"en-US/sas/DescribeAgentInstallStatus.json",
2025-08-20T19:15:56.5410367Z [00:02:03.139]➜  			"en-US/sas/DescribeAlarmEventDetail.json",
2025-08-20T19:15:56.5410743Z [00:02:03.139]➜  			"en-US/sas/DescribeAlarmEventStackInfo.json",
2025-08-20T19:15:56.5411052Z [00:02:03.139]➜  			"en-US/sas/DescribeAllEntity.json",
2025-08-20T19:15:56.5411352Z [00:02:03.139]➜  			"en-US/sas/DescribeAllGroups.json",
2025-08-20T19:15:56.5411678Z [00:02:03.139]➜  			"en-US/sas/DescribeAllImageBaseline.json",
2025-08-20T19:15:56.5412043Z [00:02:03.139]➜  			"en-US/sas/DescribeAntiBruteForceRules.json",
2025-08-20T19:15:56.5412539Z [00:02:03.139]➜  			"en-US/sas/DescribeAppVulScanCycle.json",
2025-08-20T19:15:56.5412921Z [00:02:03.139]➜  			"en-US/sas/DescribeAssetDetailByUuid.json",
2025-08-20T19:15:56.5413273Z [00:02:03.139]➜  			"en-US/sas/DescribeAssetDetailByUuids.json",
2025-08-20T19:15:56.5413596Z [00:02:03.139]➜  			"en-US/sas/DescribeAssetSummary.json",
2025-08-20T19:15:56.5414002Z [00:02:03.139]➜  			"en-US/sas/DescribeAssetsSecurityEventSummary.json",
2025-08-20T19:15:56.5414311Z [00:02:03.139]➜  			"en-US/sas/DescribeAttachRecords.json",
2025-08-20T19:15:56.5414681Z [00:02:03.139]➜  			"en-US/sas/DescribeAttackAnalysisData.json",
2025-08-20T19:15:56.5414993Z [00:02:03.139]➜  			"en-US/sas/DescribeAutoDelConfig.json",
2025-08-20T19:15:56.5415361Z [00:02:03.139]➜  			"en-US/sas/DescribeBackUpExportInfo.json",
2025-08-20T19:15:56.5415684Z [00:02:03.139]➜  			"en-US/sas/DescribeBackupClients.json",
2025-08-20T19:15:56.5416006Z [00:02:03.139]➜  			"en-US/sas/DescribeBackupFiles.json",
2025-08-20T19:15:56.5416376Z [00:02:03.139]➜  			"en-US/sas/DescribeBackupMachineStatus.json",
2025-08-20T19:15:56.5416705Z [00:02:03.139]➜  			"en-US/sas/DescribeBackupPolicies.json",
2025-08-20T19:15:56.5417027Z [00:02:03.139]➜  			"en-US/sas/DescribeBackupPolicy.json",
2025-08-20T19:15:56.5417393Z [00:02:03.139]➜  			"en-US/sas/DescribeBackupRestoreCount.json",
2025-08-20T19:15:56.5417755Z [00:02:03.139]➜  			"en-US/sas/DescribeBruteForceRecords.json",
2025-08-20T19:15:56.5418107Z [00:02:03.139]➜  			"en-US/sas/DescribeBruteForceSummary.json",
2025-08-20T19:15:56.5418680Z [00:02:03.139]➜  			"en-US/sas/DescribeCanFixVulList.json",
2025-08-20T19:15:56.5419043Z [00:02:03.139]➜  			"en-US/sas/DescribeCheckEcsWarnings.json",
2025-08-20T19:15:56.5419398Z [00:02:03.139]➜  			"en-US/sas/DescribeCheckFixDetails.json",
2025-08-20T19:15:56.5419739Z [00:02:03.139]➜  			"en-US/sas/DescribeCheckWarningDetail.json",
2025-08-20T19:15:56.5420117Z [00:02:03.139]➜  			"en-US/sas/DescribeCheckWarningMachines.json",
2025-08-20T19:15:56.5420463Z [00:02:03.139]➜  			"en-US/sas/DescribeCheckWarningSummary.json",
2025-08-20T19:15:56.5420795Z [00:02:03.139]➜  			"en-US/sas/DescribeCheckWarnings.json",
2025-08-20T19:15:56.5421132Z [00:02:03.139]➜  			"en-US/sas/DescribeClientConfSetup.json",
2025-08-20T19:15:56.5421451Z [00:02:03.139]➜  			"en-US/sas/DescribeClientConfStrategy.json",
2025-08-20T19:15:56.5421828Z [00:02:03.139]➜  			"en-US/sas/DescribeCloudCenterInstances.json",
2025-08-20T19:15:56.5422256Z [00:02:03.139]➜  			"en-US/sas/DescribeCloudProductFieldStatistics.json",
2025-08-20T19:15:56.5422760Z [00:02:03.139]➜  			"en-US/sas/DescribeClusterBasicInfo.json",
2025-08-20T19:15:56.5423100Z [00:02:03.139]➜  			"en-US/sas/DescribeClusterInfoList.json",
2025-08-20T19:15:56.5423418Z [00:02:03.139]➜  			"en-US/sas/DescribeClusterNetwork.json",
2025-08-20T19:15:56.5423776Z [00:02:03.139]➜  			"en-US/sas/DescribeClusterVulStatistics.json",
2025-08-20T19:15:56.5424126Z [00:02:03.139]➜  			"en-US/sas/DescribeCommonOverallConfig.json",
2025-08-20T19:15:56.5424502Z [00:02:03.139]➜  			"en-US/sas/DescribeCommonOverallConfigList.json",
2025-08-20T19:15:56.5424834Z [00:02:03.139]➜  			"en-US/sas/DescribeCommonTargetConfig.json",
2025-08-20T19:15:56.5425206Z [00:02:03.139]➜  			"en-US/sas/DescribeCommonTargetResultList.json",
2025-08-20T19:15:56.5425531Z [00:02:03.139]➜  			"en-US/sas/DescribeConcernNecessity.json",
2025-08-20T19:15:56.5426006Z [00:02:03.139]➜  			"en-US/sas/DescribeContainerApps.json",
2025-08-20T19:15:56.5426351Z [00:02:03.139]➜  			"en-US/sas/DescribeContainerCriteria.json",
2025-08-20T19:15:56.5426706Z [00:02:03.139]➜  			"en-US/sas/DescribeContainerInstances.json",
2025-08-20T19:15:56.5427043Z [00:02:03.139]➜  			"en-US/sas/DescribeContainerScanConfig.json",
2025-08-20T19:15:56.5427379Z [00:02:03.139]➜  			"en-US/sas/DescribeContainerStatistics.json",
2025-08-20T19:15:56.5427684Z [00:02:03.139]➜  			"en-US/sas/DescribeContainerTags.json",
2025-08-20T19:15:56.5428039Z [00:02:03.139]➜  			"en-US/sas/DescribeCountNotScannedImage.json",
2025-08-20T19:15:56.5428381Z [00:02:03.139]➜  			"en-US/sas/DescribeCountScannedImage.json",
2025-08-20T19:15:56.5428679Z [00:02:03.139]➜  			"en-US/sas/DescribeCriteria.json",
2025-08-20T19:15:56.5429027Z [00:02:03.139]➜  			"en-US/sas/DescribeCustomBlockInstances.json",
2025-08-20T19:15:56.5429366Z [00:02:03.139]➜  			"en-US/sas/DescribeCustomBlockRecords.json",
2025-08-20T19:15:56.5429680Z [00:02:03.139]➜  			"en-US/sas/DescribeCycleTaskList.json",
2025-08-20T19:15:56.5430076Z [00:02:03.139]➜  			"en-US/sas/DescribeDefaultProxyInstallVersion.json",
2025-08-20T19:15:56.5430373Z [00:02:03.139]➜  			"en-US/sas/DescribeDingTalk.json",
2025-08-20T19:15:56.5430681Z [00:02:03.139]➜  			"en-US/sas/DescribeDomainCount.json",
2025-08-20T19:15:56.5430978Z [00:02:03.139]➜  			"en-US/sas/DescribeDomainDetail.json",
2025-08-20T19:15:56.5431273Z [00:02:03.139]➜  			"en-US/sas/DescribeDomainList.json",
2025-08-20T19:15:56.5431607Z [00:02:03.139]➜  			"en-US/sas/DescribeEmgUserAgreement.json",
2025-08-20T19:15:56.5431903Z [00:02:03.139]➜  			"en-US/sas/DescribeEmgVulItem.json",
2025-08-20T19:15:56.5432221Z [00:02:03.139]➜  			"en-US/sas/DescribeEventLevelCount.json",
2025-08-20T19:15:56.5432873Z [00:02:03.139]➜  			"en-US/sas/DescribeEventOnStage.json",
2025-08-20T19:15:56.5433232Z [00:02:03.139]➜  			"en-US/sas/DescribeExcludeSystemPath.json",
2025-08-20T19:15:56.5433537Z [00:02:03.139]➜  			"en-US/sas/DescribeExportInfo.json",
2025-08-20T19:15:56.5433897Z [00:02:03.139]➜  			"en-US/sas/DescribeExposedCheckWarning.json",
2025-08-20T19:15:56.5434278Z [00:02:03.139]➜  			"en-US/sas/DescribeExposedInstanceCriteria.json",
2025-08-20T19:15:56.5434799Z [00:02:03.139]➜  			"en-US/sas/DescribeExposedInstanceDetail.json",
2025-08-20T19:15:56.5435142Z [00:02:03.139]➜  			"en-US/sas/DescribeExposedInstanceList.json",
2025-08-20T19:15:56.5435469Z [00:02:03.139]➜  			"en-US/sas/DescribeExposedStatistics.json",
2025-08-20T19:15:56.5435829Z [00:02:03.139]➜  			"en-US/sas/DescribeExposedStatisticsDetail.json",
2025-08-20T19:15:56.5436148Z [00:02:03.139]➜  			"en-US/sas/DescribeFieldStatistics.json",
2025-08-20T19:15:56.5436448Z [00:02:03.139]➜  			"en-US/sas/DescribeFixUsedCount.json",
2025-08-20T19:15:56.5436777Z [00:02:03.139]➜  			"en-US/sas/DescribeFrontVulPatchList.json",
2025-08-20T19:15:56.5437070Z [00:02:03.139]➜  			"en-US/sas/DescribeGroupStruct.json",
2025-08-20T19:15:56.5437457Z [00:02:03.139]➜  			"en-US/sas/DescribeGroupedContainerInstances.json",
2025-08-20T19:15:56.5437788Z [00:02:03.139]➜  			"en-US/sas/DescribeGroupedInstances.json",
2025-08-20T19:15:56.5438145Z [00:02:03.139]➜  			"en-US/sas/DescribeGroupedMaliciousFiles.json",
2025-08-20T19:15:56.5438450Z [00:02:03.139]➜  			"en-US/sas/DescribeGroupedTags.json",
2025-08-20T19:15:56.5438747Z [00:02:03.139]➜  			"en-US/sas/DescribeGroupedVul.json",
2025-08-20T19:15:56.5439045Z [00:02:03.139]➜  			"en-US/sas/DescribeHcExportInfo.json",
2025-08-20T19:15:56.5439351Z [00:02:03.139]➜  			"en-US/sas/DescribeHoneyPotAuth.json",
2025-08-20T19:15:56.5439706Z [00:02:03.139]➜  			"en-US/sas/DescribeHoneyPotSuspStatistics.json",
2025-08-20T19:15:56.5439982Z [00:02:03.139]➜  			"en-US/sas/DescribeImage.json",
2025-08-20T19:15:56.5440350Z [00:02:03.139]➜  			"en-US/sas/DescribeImageBaselineCheckResult.json",
2025-08-20T19:15:56.5440742Z [00:02:03.139]➜  			"en-US/sas/DescribeImageBaselineCheckSummary.json",
2025-08-20T19:15:56.5441083Z [00:02:03.139]➜  			"en-US/sas/DescribeImageBaselineDetail.json",
2025-08-20T19:15:56.5441620Z [00:02:03.139]➜  			"en-US/sas/DescribeImageBaselineItemList.json",
2025-08-20T19:15:56.5441985Z [00:02:03.139]➜  			"en-US/sas/DescribeImageBaselineStrategy.json",
2025-08-20T19:15:56.5442309Z [00:02:03.139]➜  			"en-US/sas/DescribeImageCriteria.json",
2025-08-20T19:15:56.5442881Z [00:02:03.139]➜  			"en-US/sas/DescribeImageEventOperationCondition.json",
2025-08-20T19:15:56.5443262Z [00:02:03.139]➜  			"en-US/sas/DescribeImageEventOperationPage.json",
2025-08-20T19:15:56.5443602Z [00:02:03.139]➜  			"en-US/sas/DescribeImageFixCycleConfig.json",
2025-08-20T19:15:56.5443906Z [00:02:03.139]➜  			"en-US/sas/DescribeImageFixTask.json",
2025-08-20T19:15:56.5444240Z [00:02:03.139]➜  			"en-US/sas/DescribeImageGroupedVulList.json",
2025-08-20T19:15:56.5444550Z [00:02:03.139]➜  			"en-US/sas/DescribeImageInfoList.json",
2025-08-20T19:15:56.5444871Z [00:02:03.139]➜  			"en-US/sas/DescribeImageInstances.json",
2025-08-20T19:15:56.5445218Z [00:02:03.139]➜  			"en-US/sas/DescribeImageLatestScanTask.json",
2025-08-20T19:15:56.5445627Z [00:02:03.139]➜  			"en-US/sas/DescribeImageListBySensitiveFile.json",
2025-08-20T19:15:56.5446036Z [00:02:03.139]➜  			"en-US/sas/DescribeImageListWithBaselineName.json",
2025-08-20T19:15:56.5446404Z [00:02:03.139]➜  			"en-US/sas/DescribeImageRepoCriteria.json",
2025-08-20T19:15:56.5446758Z [00:02:03.139]➜  			"en-US/sas/DescribeImageRepoDetailList.json",
2025-08-20T19:15:56.5447074Z [00:02:03.139]➜  			"en-US/sas/DescribeImageRepoList.json",
2025-08-20T19:15:56.5447421Z [00:02:03.139]➜  			"en-US/sas/DescribeImageScanAuthCount.json",
2025-08-20T19:15:56.5447785Z [00:02:03.139]➜  			"en-US/sas/DescribeImageScanAuthorization.json",
2025-08-20T19:15:56.5448169Z [00:02:03.139]➜  			"en-US/sas/DescribeImageSensitiveFileByKey.json",
2025-08-20T19:15:56.5448511Z [00:02:03.139]➜  			"en-US/sas/DescribeImageSensitiveFileList.json",
2025-08-20T19:15:56.5448839Z [00:02:03.139]➜  			"en-US/sas/DescribeImageStatistics.json",
2025-08-20T19:15:56.5449143Z [00:02:03.139]➜  			"en-US/sas/DescribeImageVulList.json",
2025-08-20T19:15:56.5449477Z [00:02:03.139]➜  			"en-US/sas/DescribeImageVulWhiteList.json",
2025-08-20T19:15:56.5449983Z [00:02:03.139]➜  			"en-US/sas/DescribeInstallCaptcha.json",
2025-08-20T19:15:56.5450292Z [00:02:03.139]➜  			"en-US/sas/DescribeInstallCode.json",
2025-08-20T19:15:56.5450595Z [00:02:03.139]➜  			"en-US/sas/DescribeInstallCodes.json",
2025-08-20T19:15:56.5450992Z [00:02:03.139]➜  			"en-US/sas/DescribeInstanceAntiBruteForceRules.json",
2025-08-20T19:15:56.5451344Z [00:02:03.139]➜  			"en-US/sas/DescribeInstanceRebootStatus.json",
2025-08-20T19:15:56.5451682Z [00:02:03.139]➜  			"en-US/sas/DescribeInstanceStatistics.json",
2025-08-20T19:15:56.5451972Z [00:02:03.139]➜  			"en-US/sas/DescribeIpTags.json",
2025-08-20T19:15:56.5452288Z [00:02:03.139]➜  			"en-US/sas/DescribeLatestScanTask.json",
2025-08-20T19:15:56.5452705Z [00:02:03.139]➜  			"en-US/sas/DescribeLogMeta.json",
2025-08-20T19:15:56.5453037Z [00:02:03.139]➜  			"en-US/sas/DescribeLogShipperStatus.json",
2025-08-20T19:15:56.5453370Z [00:02:03.139]➜  			"en-US/sas/DescribeLoginBaseConfigs.json",
2025-08-20T19:15:56.5453704Z [00:02:03.139]➜  			"en-US/sas/DescribeLoginSwitchConfigs.json",
2025-08-20T19:15:56.5454018Z [00:02:03.139]➜  			"en-US/sas/DescribeLogstoreStorage.json",
2025-08-20T19:15:56.5454336Z [00:02:03.139]➜  			"en-US/sas/DescribeMachineCanReboot.json",
2025-08-20T19:15:56.5454686Z [00:02:03.139]➜  			"en-US/sas/DescribeMatchedMaliciousNames.json",
2025-08-20T19:15:56.5454980Z [00:02:03.139]➜  			"en-US/sas/DescribeModuleConfig.json",
2025-08-20T19:15:56.5455291Z [00:02:03.140]➜  			"en-US/sas/DescribeMonitorAccounts.json",
2025-08-20T19:15:56.5455578Z [00:02:03.140]➜  			"en-US/sas/DescribeNoticeConfig.json",
2025-08-20T19:15:56.5455921Z [00:02:03.140]➜  			"en-US/sas/DescribeNsasSuspEventType.json",
2025-08-20T19:15:56.5456246Z [00:02:03.140]➜  			"en-US/sas/DescribeOfflineMachines.json",
2025-08-20T19:15:56.5456544Z [00:02:03.140]➜  			"en-US/sas/DescribeOnceTask.json",
2025-08-20T19:15:56.5457104Z [00:02:03.140]➜  			"en-US/sas/DescribeOnceTaskLeafRecordPage.json",
2025-08-20T19:15:56.5457429Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyCount.json",
2025-08-20T19:15:56.5457776Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyCronDetail.json",
2025-08-20T19:15:56.5458090Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyCronItem.json",
2025-08-20T19:15:56.5458419Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyPortDetail.json",
2025-08-20T19:15:56.5458737Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyPortItem.json",
2025-08-20T19:15:56.5459061Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyProcDetail.json",
2025-08-20T19:15:56.5459378Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyProcItem.json",
2025-08-20T19:15:56.5459692Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyScaDetail.json",
2025-08-20T19:15:56.5460012Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyScaItem.json",
2025-08-20T19:15:56.5460377Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyScheduleConfig.json",
2025-08-20T19:15:56.5460767Z [00:02:03.140]➜  			"en-US/sas/DescribePropertySoftwareDetail.json",
2025-08-20T19:15:56.5461109Z [00:02:03.140]➜  			"en-US/sas/DescribePropertySoftwareItem.json",
2025-08-20T19:15:56.5461470Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyTypeScaItem.json",
2025-08-20T19:15:56.5461802Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyUsageNewest.json",
2025-08-20T19:15:56.5462125Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyUserDetail.json",
2025-08-20T19:15:56.5462585Z [00:02:03.140]➜  			"en-US/sas/DescribePropertyUserItem.json",
2025-08-20T19:15:56.5462944Z [00:02:03.140]➜  			"en-US/sas/DescribeQuaraFileDownloadInfo.json",
2025-08-20T19:15:56.5463245Z [00:02:03.140]➜  			"en-US/sas/DescribeRestoreJobs.json",
2025-08-20T19:15:56.5463544Z [00:02:03.140]➜  			"en-US/sas/DescribeRestorePlans.json",
2025-08-20T19:15:56.5463877Z [00:02:03.140]➜  			"en-US/sas/DescribeRiskCheckItemResult.json",
2025-08-20T19:15:56.5464198Z [00:02:03.140]➜  			"en-US/sas/DescribeRiskCheckResult.json",
2025-08-20T19:15:56.5464544Z [00:02:03.140]➜  			"en-US/sas/DescribeRiskCheckSummary.json",
2025-08-20T19:15:56.5464875Z [00:02:03.140]➜  			"en-US/sas/DescribeRiskItemType.json",
2025-08-20T19:15:56.5465409Z [00:02:03.140]➜  			"en-US/sas/DescribeRiskListCheckResult.json",
2025-08-20T19:15:56.5465712Z [00:02:03.140]➜  			"en-US/sas/DescribeRiskType.json",
2025-08-20T19:15:56.5465979Z [00:02:03.140]➜  			"en-US/sas/DescribeRisks.json",
2025-08-20T19:15:56.5466286Z [00:02:03.140]➜  			"en-US/sas/DescribeSasPmAgentList.json",
2025-08-20T19:15:56.5466611Z [00:02:03.140]➜  			"en-US/sas/DescribeScanTaskProgress.json",
2025-08-20T19:15:56.5466941Z [00:02:03.140]➜  			"en-US/sas/DescribeScanTaskStatistics.json",
2025-08-20T19:15:56.5467241Z [00:02:03.140]➜  			"en-US/sas/DescribeSearchCondition.json",
2025-08-20T19:15:56.5467548Z [00:02:03.140]➜  			"en-US/sas/DescribeSecureSuggestion.json",
2025-08-20T19:15:56.5467936Z [00:02:03.140]➜  			"en-US/sas/DescribeSecurityCheckScheduleConfig.json",
2025-08-20T19:15:56.5468335Z [00:02:03.140]➜  			"en-US/sas/DescribeSecurityEventMarkMissList.json",
2025-08-20T19:15:56.5468738Z [00:02:03.140]➜  			"en-US/sas/DescribeSecurityEventOperationStatus.json",
2025-08-20T19:15:56.5469132Z [00:02:03.140]➜  			"en-US/sas/DescribeSecurityEventOperations.json",
2025-08-20T19:15:56.5469444Z [00:02:03.140]➜  			"en-US/sas/DescribeSecurityStatInfo.json",
2025-08-20T19:15:56.5469798Z [00:02:03.140]➜  			"en-US/sas/DescribeServiceLinkedRoleStatus.json",
2025-08-20T19:15:56.5470138Z [00:02:03.140]➜  			"en-US/sas/DescribeSimilarEventScenarios.json",
2025-08-20T19:15:56.5470482Z [00:02:03.140]➜  			"en-US/sas/DescribeSimilarSecurityEvents.json",
2025-08-20T19:15:56.5470759Z [00:02:03.140]➜  			"en-US/sas/DescribeSnapshots.json",
2025-08-20T19:15:56.5471025Z [00:02:03.140]➜  			"en-US/sas/DescribeStrategy.json",
2025-08-20T19:15:56.5471323Z [00:02:03.140]➜  			"en-US/sas/DescribeStrategyDetail.json",
2025-08-20T19:15:56.5471638Z [00:02:03.140]➜  			"en-US/sas/DescribeStrategyExecDetail.json",
2025-08-20T19:15:56.5472172Z [00:02:03.140]➜  			"en-US/sas/DescribeStrategyTarget.json",
2025-08-20T19:15:56.5472661Z [00:02:03.140]➜  			"en-US/sas/DescribeSummaryInfo.json",
2025-08-20T19:15:56.5473015Z [00:02:03.140]➜  			"en-US/sas/DescribeSupportRegion.json",
2025-08-20T19:15:56.5473325Z [00:02:03.140]➜  			"en-US/sas/DescribeSuspEventDetail.json",
2025-08-20T19:15:56.5473656Z [00:02:03.140]➜  			"en-US/sas/DescribeSuspEventExportInfo.json",
2025-08-20T19:15:56.5474170Z [00:02:03.140]➜  			"en-US/sas/DescribeSuspEventQuaraFiles.json",
2025-08-20T19:15:56.5492346Z [00:02:03.140]➜  			"en-US/sas/DescribeSuspEventUserSetting.json",
2025-08-20T19:15:56.5493050Z [00:02:03.140]➜  			"en-US/sas/DescribeSuspEvents.json",
2025-08-20T19:15:56.5493643Z [00:02:03.141]➜  			"en-US/sas/DescribeSuspiciousOverallConfig.json",
2025-08-20T19:15:56.5494022Z [00:02:03.141]➜  			"en-US/sas/DescribeSuspiciousUUIDConfig.json",
2025-08-20T19:15:56.5494315Z [00:02:03.141]➜  			"en-US/sas/DescribeTarget.json",
2025-08-20T19:15:56.5494656Z [00:02:03.141]➜  			"en-US/sas/DescribeTaskErrorLog.json",
2025-08-20T19:15:56.5495012Z [00:02:03.141]➜  			"en-US/sas/DescribeTotalStatistics.json",
2025-08-20T19:15:56.5495351Z [00:02:03.141]➜  			"en-US/sas/DescribeTraceInfoDetail.json",
2025-08-20T19:15:56.5495667Z [00:02:03.141]➜  			"en-US/sas/DescribeTraceInfoNode.json",
2025-08-20T19:15:56.5495991Z [00:02:03.141]➜  			"en-US/sas/DescribeUniBackupDatabase.json",
2025-08-20T19:15:56.5496308Z [00:02:03.141]➜  			"en-US/sas/DescribeUniBackupPolicies.json",
2025-08-20T19:15:56.5496659Z [00:02:03.141]➜  			"en-US/sas/DescribeUniBackupPolicyDetail.json",
2025-08-20T19:15:56.5496990Z [00:02:03.141]➜  			"en-US/sas/DescribeUniRecoverableList.json",
2025-08-20T19:15:56.5497304Z [00:02:03.141]➜  			"en-US/sas/DescribeUniSupportRegion.json",
2025-08-20T19:15:56.5497627Z [00:02:03.141]➜  			"en-US/sas/DescribeUserBackupMachines.json",
2025-08-20T19:15:56.5498001Z [00:02:03.141]➜  			"en-US/sas/DescribeUserBaselineAuthorization.json",
2025-08-20T19:15:56.5498374Z [00:02:03.141]➜  			"en-US/sas/DescribeUserLayoutAuthorization.json",
2025-08-20T19:15:56.5498675Z [00:02:03.141]➜  			"en-US/sas/DescribeUuidsByVulNames.json",
2025-08-20T19:15:56.5499298Z [00:02:03.141]➜  			"en-US/sas/DescribeVendorList.json",
2025-08-20T19:15:56.5499609Z [00:02:03.141]➜  			"en-US/sas/DescribeVersionConfig.json",
2025-08-20T19:15:56.5499949Z [00:02:03.141]➜  			"en-US/sas/DescribeVpcHoneyPotCriteria.json",
2025-08-20T19:15:56.5500258Z [00:02:03.141]➜  			"en-US/sas/DescribeVpcHoneyPotList.json",
2025-08-20T19:15:56.5500536Z [00:02:03.141]➜  			"en-US/sas/DescribeVpcList.json",
2025-08-20T19:15:56.5500898Z [00:02:03.141]➜  			"en-US/sas/DescribeVulCheckTaskStatusDetail.json",
2025-08-20T19:15:56.5501180Z [00:02:03.141]➜  			"en-US/sas/DescribeVulConfig.json",
2025-08-20T19:15:56.5501456Z [00:02:03.141]➜  			"en-US/sas/DescribeVulDetails.json",
2025-08-20T19:15:56.5501748Z [00:02:03.141]➜  			"en-US/sas/DescribeVulExportInfo.json",
2025-08-20T19:15:56.5502068Z [00:02:03.141]➜  			"en-US/sas/DescribeVulFixStatistics.json",
2025-08-20T19:15:56.5502347Z [00:02:03.141]➜  			"en-US/sas/DescribeVulList.json",
2025-08-20T19:15:56.5502853Z [00:02:03.141]➜  			"en-US/sas/DescribeVulListPage.json",
2025-08-20T19:15:56.5503192Z [00:02:03.141]➜  			"en-US/sas/DescribeVulNumStatistics.json",
2025-08-20T19:15:56.5503500Z [00:02:03.141]➜  			"en-US/sas/DescribeVulTargetConfig.json",
2025-08-20T19:15:56.5503826Z [00:02:03.141]➜  			"en-US/sas/DescribeVulTargetStatistics.json",
2025-08-20T19:15:56.5504111Z [00:02:03.141]➜  			"en-US/sas/DescribeVulWhitelist.json",
2025-08-20T19:15:56.5504430Z [00:02:03.141]➜  			"en-US/sas/DescribeWarningExportInfo.json",
2025-08-20T19:15:56.5504722Z [00:02:03.141]➜  			"en-US/sas/DescribeWarningMachines.json",
2025-08-20T19:15:56.5505018Z [00:02:03.141]➜  			"en-US/sas/DescribeWebLockBindList.json",
2025-08-20T19:15:56.5505328Z [00:02:03.141]➜  			"en-US/sas/DescribeWebLockConfigList.json",
2025-08-20T19:15:56.5505697Z [00:02:03.141]➜  			"en-US/sas/DescribeWebLockExclusiveFileType.json",
2025-08-20T19:15:56.5506271Z [00:02:03.141]➜  			"en-US/sas/DescribeWebLockFileChangeStatistics.json",
2025-08-20T19:15:56.5506625Z [00:02:03.141]➜  			"en-US/sas/DescribeWebLockFileEvents.json",
2025-08-20T19:15:56.5507002Z [00:02:03.141]➜  			"en-US/sas/DescribeWebLockFileTypeSummary.json",
2025-08-20T19:15:56.5507359Z [00:02:03.141]➜  			"en-US/sas/DescribeWebLockInclusiveFileType.json",
2025-08-20T19:15:56.5507763Z [00:02:03.141]➜  			"en-US/sas/DescribeWebLockProcessBlockStatistics.json",
2025-08-20T19:15:56.5508086Z [00:02:03.141]➜  			"en-US/sas/DescribeWebLockProcessList.json",
2025-08-20T19:15:56.5508384Z [00:02:03.141]➜  			"en-US/sas/DescribeWebLockStatus.json",
2025-08-20T19:15:56.5508757Z [00:02:03.141]➜  			"en-US/sas/DescribeWebLockTotalFileChangeCount.json",
2025-08-20T19:15:56.5509030Z [00:02:03.141]➜  			"en-US/sas/DescribeWebPath.json",
2025-08-20T19:15:56.5509333Z [00:02:03.141]➜  			"en-US/sas/DisableBruteForceRecord.json",
2025-08-20T19:15:56.5509672Z [00:02:03.141]➜  			"en-US/sas/DisableCustomBlockRecord.json",
2025-08-20T19:15:56.5509993Z [00:02:03.141]➜  			"en-US/sas/EnableBruteForceRecord.json",
2025-08-20T19:15:56.5510332Z [00:02:03.141]➜  			"en-US/sas/EnableCustomBlockRecord.json",
2025-08-20T19:15:56.5510695Z [00:02:03.141]➜  			"en-US/sas/EnableCustomInstanceBlockRecord.json",
2025-08-20T19:15:56.5510969Z [00:02:03.141]➜  			"en-US/sas/ExecStrategy.json",
2025-08-20T19:15:56.5511233Z [00:02:03.141]➜  			"en-US/sas/ExportRecord.json",
2025-08-20T19:15:56.5511525Z [00:02:03.141]➜  			"en-US/sas/ExportSuspEvents.json",
2025-08-20T19:15:56.5511778Z [00:02:03.141]➜  			"en-US/sas/ExportVul.json",
2025-08-20T19:15:56.5512052Z [00:02:03.142]➜  			"en-US/sas/ExportWarning.json",
2025-08-20T19:15:56.5512565Z [00:02:03.142]➜  			"en-US/sas/FindContainerNetworkConnect.json",
2025-08-20T19:15:56.5512864Z [00:02:03.142]➜  			"en-US/sas/FixCheckWarnings.json",
2025-08-20T19:15:56.5513170Z [00:02:03.142]➜  			"en-US/sas/GenerateK8sAccessInfo.json",
2025-08-20T19:15:56.5513472Z [00:02:03.142]➜  			"en-US/sas/GenerateOnceTask.json",
2025-08-20T19:15:56.5513871Z [00:02:03.142]➜  			"en-US/sas/GetAegisContainerPluginRuleCriteria.json",
2025-08-20T19:15:56.5514338Z [00:02:03.142]➜  			"en-US/sas/GetAgentlessTaskCount.json",
2025-08-20T19:15:56.5514636Z [00:02:03.142]➜  			"en-US/sas/GetAlarmMachineCount.json",
2025-08-20T19:15:56.5514912Z [00:02:03.142]➜  			"en-US/sas/GetAppNetwork.json",
2025-08-20T19:15:56.5515207Z [00:02:03.142]➜  			"en-US/sas/GetAssetDetailByUuid.json",
2025-08-20T19:15:56.5515525Z [00:02:03.142]➜  			"en-US/sas/GetAssetSelectionConfig.json",
2025-08-20T19:15:56.5515838Z [00:02:03.142]➜  			"en-US/sas/GetAssetsPropertyDetail.json",
2025-08-20T19:15:56.5516150Z [00:02:03.142]➜  			"en-US/sas/GetAssetsPropertyItem.json",
2025-08-20T19:15:56.5516467Z [00:02:03.142]➜  			"en-US/sas/GetAuthVersionStatistic.json",
2025-08-20T19:15:56.5516776Z [00:02:03.142]➜  			"en-US/sas/GetBackupStorageCount.json",
2025-08-20T19:15:56.5517049Z [00:02:03.142]➜  			"en-US/sas/GetCheckConfig.json",
2025-08-20T19:15:56.5517338Z [00:02:03.142]➜  			"en-US/sas/GetCheckDetail.json",
2025-08-20T19:15:56.5517615Z [00:02:03.142]➜  			"en-US/sas/GetCheckProcess.json",
2025-08-20T19:15:56.5517944Z [00:02:03.142]➜  			"en-US/sas/GetCheckRiskStatistics.json",
2025-08-20T19:15:56.5518204Z [00:02:03.142]➜  			"en-US/sas/GetCheckSale.json",
2025-08-20T19:15:56.5518485Z [00:02:03.142]➜  			"en-US/sas/GetCheckSummary.json",
2025-08-20T19:15:56.5518844Z [00:02:03.142]➜  			"en-US/sas/GetClientInstallationStatistic.json",
2025-08-20T19:15:56.5519159Z [00:02:03.142]➜  			"en-US/sas/GetClientRatioStatistic.json",
2025-08-20T19:15:56.5519466Z [00:02:03.142]➜  			"en-US/sas/GetClientUserDefineRule.json",
2025-08-20T19:15:56.5519771Z [00:02:03.142]➜  			"en-US/sas/GetCloudAssetCriteria.json",
2025-08-20T19:15:56.5520062Z [00:02:03.142]➜  			"en-US/sas/GetCloudAssetDetail.json",
2025-08-20T19:15:56.5520352Z [00:02:03.142]➜  			"en-US/sas/GetCloudAssetSummary.json",
2025-08-20T19:15:56.5520951Z [00:02:03.142]➜  			"en-US/sas/GetClusterCheckItemWarningStatistics.json",
2025-08-20T19:15:56.5521289Z [00:02:03.142]➜  			"en-US/sas/GetClusterRuleSummary.json",
2025-08-20T19:15:56.5521637Z [00:02:03.142]➜  			"en-US/sas/GetClusterStrategyCount.json",
2025-08-20T19:15:56.5522007Z [00:02:03.142]➜  			"en-US/sas/GetClusterSuspEventStatistics.json",
2025-08-20T19:15:56.5522295Z [00:02:03.142]➜  			"en-US/sas/GetCommonSwitchConfig.json",
2025-08-20T19:15:56.5524800Z [00:02:03.142]➜  			"en-US/sas/GetContainerDefenseRuleDetail.json",
2025-08-20T19:15:56.5525209Z [00:02:03.142]➜  			"en-US/sas/GetFileDetectApiInvokeInfo.json",
2025-08-20T19:15:56.5525509Z [00:02:03.142]➜  			"en-US/sas/GetFileDetectReport.json",
2025-08-20T19:15:56.5525810Z [00:02:03.142]➜  			"en-US/sas/GetFileDetectResult.json",
2025-08-20T19:15:56.5526128Z [00:02:03.142]➜  			"en-US/sas/GetFileProtectDashboard.json",
2025-08-20T19:15:56.5526446Z [00:02:03.142]➜  			"en-US/sas/GetFileProtectEvent.json",
2025-08-20T19:15:56.5526816Z [00:02:03.142]➜  			"en-US/sas/GetFileProtectEventCount.json",
2025-08-20T19:15:56.5527130Z [00:02:03.142]➜  			"en-US/sas/GetFileProtectRule.json",
2025-08-20T19:15:56.5527412Z [00:02:03.142]➜  			"en-US/sas/GetFileUploadLimit.json",
2025-08-20T19:15:56.5527782Z [00:02:03.142]➜  			"en-US/sas/GetHoneyPotUploadPolicyInfo.json",
2025-08-20T19:15:56.5528107Z [00:02:03.142]➜  			"en-US/sas/GetHoneypotAttackStatistics.json",
2025-08-20T19:15:56.5528416Z [00:02:03.142]➜  			"en-US/sas/GetHoneypotEventTrend.json",
2025-08-20T19:15:56.5528689Z [00:02:03.142]➜  			"en-US/sas/GetHoneypotNode.json",
2025-08-20T19:15:56.5529011Z [00:02:03.142]➜  			"en-US/sas/GetHoneypotNodeMetricList.json",
2025-08-20T19:15:56.5529296Z [00:02:03.142]➜  			"en-US/sas/GetHoneypotPreset.json",
2025-08-20T19:15:56.5529578Z [00:02:03.142]➜  			"en-US/sas/GetHoneypotProbe.json",
2025-08-20T19:15:56.5529867Z [00:02:03.142]➜  			"en-US/sas/GetHoneypotStatistics.json",
2025-08-20T19:15:56.5530185Z [00:02:03.142]➜  			"en-US/sas/GetImageEventOperation.json",
2025-08-20T19:15:56.5530510Z [00:02:03.142]➜  			"en-US/sas/GetImageScanNumInPeriod.json",
2025-08-20T19:15:56.5530864Z [00:02:03.142]➜  			"en-US/sas/GetInterceptionRuleDetail.json",
2025-08-20T19:15:56.5531403Z [00:02:03.142]➜  			"en-US/sas/GetInterceptionSummary.json",
2025-08-20T19:15:56.5531744Z [00:02:03.142]➜  			"en-US/sas/GetInterceptionTargetDetail.json",
2025-08-20T19:15:56.5532030Z [00:02:03.142]➜  			"en-US/sas/GetLastOnceTaskInfo.json",
2025-08-20T19:15:56.5532286Z [00:02:03.142]➜  			"en-US/sas/GetLogMeta.json",
2025-08-20T19:15:56.5532829Z [00:02:03.142]➜  			"en-US/sas/GetMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:56.5533119Z [00:02:03.142]➜  			"en-US/sas/GetModuleConfig.json",
2025-08-20T19:15:56.5533421Z [00:02:03.142]➜  			"en-US/sas/GetModuleTrialAuthInfo.json",
2025-08-20T19:15:56.5533710Z [00:02:03.142]➜  			"en-US/sas/GetObjectScanEvent.json",
2025-08-20T19:15:56.5534017Z [00:02:03.142]➜  			"en-US/sas/GetOnceTaskResultInfo.json",
2025-08-20T19:15:56.5534359Z [00:02:03.142]➜  			"en-US/sas/GetOpaClusterBaseLineList.json",
2025-08-20T19:15:56.5534663Z [00:02:03.142]➜  			"en-US/sas/GetOpaClusterImageList.json",
2025-08-20T19:15:56.5534989Z [00:02:03.142]➜  			"en-US/sas/GetOpaClusterLabelList.json",
2025-08-20T19:15:56.5535350Z [00:02:03.142]➜  			"en-US/sas/GetOpaClusterNamespaceList.json",
2025-08-20T19:15:56.5535645Z [00:02:03.142]➜  			"en-US/sas/GetOpaPluginStatus.json",
2025-08-20T19:15:56.5535951Z [00:02:03.142]➜  			"en-US/sas/GetOpaStrategyDetailNew.json",
2025-08-20T19:15:56.5536292Z [00:02:03.142]➜  			"en-US/sas/GetOpaStrategyTemplateSummary.json",
2025-08-20T19:15:56.5536602Z [00:02:03.142]➜  			"en-US/sas/GetOssBucketScanStatistic.json",
2025-08-20T19:15:56.5536880Z [00:02:03.142]➜  			"en-US/sas/GetOssScanConfig.json",
2025-08-20T19:15:56.5537192Z [00:02:03.142]➜  			"en-US/sas/GetPropertyScheduleConfig.json",
2025-08-20T19:15:56.5537454Z [00:02:03.142]➜  			"en-US/sas/GetRulesCount.json",
2025-08-20T19:15:56.5537909Z [00:02:03.142]➜  			"en-US/sas/GetSasContainerWebDefenseRuleApplication.json",
2025-08-20T19:15:56.5538514Z [00:02:03.142]➜  			"en-US/sas/GetSasContainerWebDefenseRuleCriteria.json",
2025-08-20T19:15:56.5538818Z [00:02:03.142]➜  			"en-US/sas/GetSecurityScoreRule.json",
2025-08-20T19:15:56.5539166Z [00:02:03.142]➜  			"en-US/sas/GetSensitiveDefineRuleConfig.json",
2025-08-20T19:15:56.5539440Z [00:02:03.142]➜  			"en-US/sas/GetServiceTrail.json",
2025-08-20T19:15:56.5539749Z [00:02:03.142]➜  			"en-US/sas/GetStrategyTemplateDetail.json",
2025-08-20T19:15:56.5540057Z [00:02:03.142]➜  			"en-US/sas/GetSuspiciousStatistics.json",
2025-08-20T19:15:56.5540345Z [00:02:03.142]➜  			"en-US/sas/GetSwitchRegionDetail.json",
2025-08-20T19:15:56.5540600Z [00:02:03.142]➜  			"en-US/sas/GetUserLang.json",
2025-08-20T19:15:56.5540886Z [00:02:03.142]➜  			"en-US/sas/GetVirusScanConfig.json",
2025-08-20T19:15:56.5541268Z [00:02:03.142]➜  			"en-US/sas/GetVirusScanLatestTaskStatistic.json",
2025-08-20T19:15:56.5541578Z [00:02:03.142]➜  			"en-US/sas/GetVulStatistics.json",
2025-08-20T19:15:56.5541896Z [00:02:03.142]➜  			"en-US/sas/GetVulWhitelist.json",
2025-08-20T19:15:56.5542183Z [00:02:03.142]➜  			"en-US/sas/HandleSecurityEvents.json",
2025-08-20T19:15:56.5542793Z [00:02:03.142]➜  			"en-US/sas/HandleSimilarSecurityEvents.json",
2025-08-20T19:15:56.5543088Z [00:02:03.142]➜  			"en-US/sas/IgnoreCheckItems.json",
2025-08-20T19:15:56.5543387Z [00:02:03.142]➜  			"en-US/sas/IgnoreHcCheckWarnings.json",
2025-08-20T19:15:56.5543668Z [00:02:03.142]➜  			"en-US/sas/InstallBackupClient.json",
2025-08-20T19:15:56.5543951Z [00:02:03.142]➜  			"en-US/sas/InstallCloudMonitor.json",
2025-08-20T19:15:56.5544382Z [00:02:03.142]➜  			"en-US/sas/InstallHybridProxy.json",
2025-08-20T19:15:56.5544683Z [00:02:03.142]➜  			"en-US/sas/InstallPmAgent.json",
2025-08-20T19:15:56.5545253Z [00:02:03.142]➜  			"en-US/sas/InstallRaspAttach.json",
2025-08-20T19:15:56.5545567Z [00:02:03.142]➜  			"en-US/sas/InstallUniBackupAgent.json",
2025-08-20T19:15:56.5545894Z [00:02:03.142]➜  			"en-US/sas/JoinWebLockProcessWhiteList.json",
2025-08-20T19:15:56.5546251Z [00:02:03.142]➜  			"en-US/sas/ListAegisContainerPluginRule.json",
2025-08-20T19:15:56.5546572Z [00:02:03.142]➜  			"en-US/sas/ListAgentlessMaliciousFiles.json",
2025-08-20T19:15:56.5547050Z [00:02:03.142]➜  			"en-US/sas/ListAgentlessRegion.json",
2025-08-20T19:15:56.5547377Z [00:02:03.142]➜  			"en-US/sas/ListAgentlessRelateMalicious.json",
2025-08-20T19:15:56.5547668Z [00:02:03.142]➜  			"en-US/sas/ListAgentlessRiskUuid.json",
2025-08-20T19:15:56.5547939Z [00:02:03.142]➜  			"en-US/sas/ListAgentlessTask.json",
2025-08-20T19:15:56.5548244Z [00:02:03.142]➜  			"en-US/sas/ListAssetCleanConfig.json",
2025-08-20T19:15:56.5548581Z [00:02:03.142]➜  			"en-US/sas/ListAssetRefreshTaskConfig.json",
2025-08-20T19:15:56.5548953Z [00:02:03.142]➜  			"en-US/sas/ListAssetSelectionSelectedTarget.json",
2025-08-20T19:15:56.5549263Z [00:02:03.142]➜  			"en-US/sas/ListAssetSelectionTarget.json",
2025-08-20T19:15:56.5549557Z [00:02:03.142]➜  			"en-US/sas/ListAvailableHoneypot.json",
2025-08-20T19:15:56.5549841Z [00:02:03.142]➜  			"en-US/sas/ListBackupRecord.json",
2025-08-20T19:15:56.5550146Z [00:02:03.142]➜  			"en-US/sas/ListCheckInstanceResult.json",
2025-08-20T19:15:56.5550417Z [00:02:03.142]➜  			"en-US/sas/ListCheckItem.json",
2025-08-20T19:15:56.5550756Z [00:02:03.142]➜  			"en-US/sas/ListCheckItemWarningMachine.json",
2025-08-20T19:15:56.5551095Z [00:02:03.142]➜  			"en-US/sas/ListCheckItemWarningSummary.json",
2025-08-20T19:15:56.5551377Z [00:02:03.142]➜  			"en-US/sas/ListCheckResult.json",
2025-08-20T19:15:56.5551659Z [00:02:03.142]➜  			"en-US/sas/ListCheckStandard.json",
2025-08-20T19:15:56.5551940Z [00:02:03.142]➜  			"en-US/sas/ListCheckTypes.json",
2025-08-20T19:15:56.5552238Z [00:02:03.142]➜  			"en-US/sas/ListClientAlertMode.json",
2025-08-20T19:15:56.5552778Z [00:02:03.142]➜  			"en-US/sas/ListClientUserDefineRuleTypes.json",
2025-08-20T19:15:56.5553136Z [00:02:03.142]➜  			"en-US/sas/ListClientUserDefineRules.json",
2025-08-20T19:15:56.5553611Z [00:02:03.142]➜  			"en-US/sas/ListCloudAssetInstances.json",
2025-08-20T19:15:56.5553927Z [00:02:03.142]➜  			"en-US/sas/ListCloudVendorRegions.json",
2025-08-20T19:15:56.5554256Z [00:02:03.142]➜  			"en-US/sas/ListClusterCnnfStatusDetail.json",
2025-08-20T19:15:56.5554632Z [00:02:03.142]➜  			"en-US/sas/ListClusterInterceptionConfig.json",
2025-08-20T19:15:56.5554925Z [00:02:03.142]➜  			"en-US/sas/ListClusterPluginInfo.json",
2025-08-20T19:15:56.5555246Z [00:02:03.142]➜  			"en-US/sas/ListContainerDefenseRule.json",
2025-08-20T19:15:56.5555610Z [00:02:03.142]➜  			"en-US/sas/ListContainerDefenseRuleClusters.json",
2025-08-20T19:15:56.5555899Z [00:02:03.142]➜  			"en-US/sas/ListCriteriaStrategy.json",
2025-08-20T19:15:56.5556183Z [00:02:03.142]➜  			"en-US/sas/ListFileProtectEvent.json",
2025-08-20T19:15:56.5556512Z [00:02:03.142]➜  			"en-US/sas/ListFileProtectPluginStatus.json",
2025-08-20T19:15:56.5556794Z [00:02:03.142]➜  			"en-US/sas/ListFileProtectRule.json",
2025-08-20T19:15:56.5557048Z [00:02:03.142]➜  			"en-US/sas/ListGroups.json",
2025-08-20T19:15:56.5557313Z [00:02:03.142]➜  			"en-US/sas/ListHoneypot.json",
2025-08-20T19:15:56.5557628Z [00:02:03.142]➜  			"en-US/sas/ListHoneypotAlarmEvents.json",
2025-08-20T19:15:56.5558156Z [00:02:03.142]➜  			"en-US/sas/ListHoneypotAttackerPortrait.json",
2025-08-20T19:15:56.5558500Z [00:02:03.142]➜  			"en-US/sas/ListHoneypotAttackerSource.json",
2025-08-20T19:15:56.5558811Z [00:02:03.142]➜  			"en-US/sas/ListHoneypotEventFlows.json",
2025-08-20T19:15:56.5559109Z [00:02:03.142]➜  			"en-US/sas/ListHoneypotEvents.json",
2025-08-20T19:15:56.5559393Z [00:02:03.142]➜  			"en-US/sas/ListHoneypotNode.json",
2025-08-20T19:15:56.5559687Z [00:02:03.142]➜  			"en-US/sas/ListHoneypotPreset.json",
2025-08-20T19:15:56.5559974Z [00:02:03.142]➜  			"en-US/sas/ListHoneypotProbe.json",
2025-08-20T19:15:56.5560284Z [00:02:03.142]➜  			"en-US/sas/ListHoneypotProbeUuid.json",
2025-08-20T19:15:56.5560593Z [00:02:03.142]➜  			"en-US/sas/ListImageBuildRiskItem.json",
2025-08-20T19:15:56.5560925Z [00:02:03.142]➜  			"en-US/sas/ListImageRegistryRegion.json",
2025-08-20T19:15:56.5561193Z [00:02:03.142]➜  			"en-US/sas/ListImageRisk.json",
2025-08-20T19:15:56.5561507Z [00:02:03.142]➜  			"en-US/sas/ListInstanceCatalog.json",
2025-08-20T19:15:56.5561808Z [00:02:03.142]➜  			"en-US/sas/ListInstanceRiskLevels.json",
2025-08-20T19:15:56.5562103Z [00:02:03.142]➜  			"en-US/sas/ListInstanceRiskNum.json",
2025-08-20T19:15:56.5573091Z [00:02:03.142]➜  			"en-US/sas/ListInterceptionHistory.json",
2025-08-20T19:15:56.5573699Z [00:02:03.142]➜  			"en-US/sas/ListInterceptionRulePage.json",
2025-08-20T19:15:56.5574061Z [00:02:03.142]➜  			"en-US/sas/ListInterceptionTargetPage.json",
2025-08-20T19:15:56.5574535Z [00:02:03.142]➜  			"en-US/sas/ListK8sAccessInfo.json",
2025-08-20T19:15:56.5574941Z [00:02:03.142]➜  			"en-US/sas/ListMaliciousFileWhitelistConfigs.json",
2025-08-20T19:15:56.5575259Z [00:02:03.142]➜  			"en-US/sas/ListObjectScanEvent.json",
2025-08-20T19:15:56.5575590Z [00:02:03.142]➜  			"en-US/sas/ListOpaClusterStrategyNew.json",
2025-08-20T19:15:56.5576042Z [00:02:03.142]➜  			"en-US/sas/ListOssBucket.json",
2025-08-20T19:15:56.5576360Z [00:02:03.142]➜  			"en-US/sas/ListOssBucketScanInfo.json",
2025-08-20T19:15:56.5576667Z [00:02:03.142]➜  			"en-US/sas/ListOssScanConfig.json",
2025-08-20T19:15:56.5576949Z [00:02:03.142]➜  			"en-US/sas/ListPluginForUuid.json",
2025-08-20T19:15:56.5577219Z [00:02:03.142]➜  			"en-US/sas/ListPodRisk.json",
2025-08-20T19:15:56.5577540Z [00:02:03.142]➜  			"en-US/sas/ListPrivateRegistryList.json",
2025-08-20T19:15:56.5577865Z [00:02:03.142]➜  			"en-US/sas/ListPrivateRegistryType.json",
2025-08-20T19:15:56.5578173Z [00:02:03.142]➜  			"en-US/sas/ListQueryRaspAppInfo.json",
2025-08-20T19:15:56.5578455Z [00:02:03.142]➜  			"en-US/sas/ListRuleTargetAll.json",
2025-08-20T19:15:56.5578827Z [00:02:03.142]➜  			"en-US/sas/ListSasContainerWebDefenseRule.json",
2025-08-20T19:15:56.5579154Z [00:02:03.142]➜  			"en-US/sas/ListSupportObjectSuffix.json",
2025-08-20T19:15:56.5579521Z [00:02:03.142]➜  			"en-US/sas/ListSystemAggregationRules.json",
2025-08-20T19:15:56.5579852Z [00:02:03.142]➜  			"en-US/sas/ListSystemClientRuleTypes.json",
2025-08-20T19:15:56.5580188Z [00:02:03.142]➜  			"en-US/sas/ListSystemClientRules.json",
2025-08-20T19:15:56.5580550Z [00:02:03.143]➜  			"en-US/sas/ListSystemRuleAggregationTypes.json",
2025-08-20T19:15:56.5580865Z [00:02:03.143]➜  			"en-US/sas/ListUnfinishedOnceTask.json",
2025-08-20T19:15:56.5581197Z [00:02:03.143]➜  			"en-US/sas/ListUninstallAegisMachines.json",
2025-08-20T19:15:56.5581493Z [00:02:03.143]➜  			"en-US/sas/ListUuidsByWebPath.json",
2025-08-20T19:15:56.5581779Z [00:02:03.143]➜  			"en-US/sas/ListVirusScanMachine.json",
2025-08-20T19:15:56.5582094Z [00:02:03.143]➜  			"en-US/sas/ListVirusScanMachineEvent.json",
2025-08-20T19:15:56.5582364Z [00:02:03.143]➜  			"en-US/sas/ListVirusScanTask.json",
2025-08-20T19:15:56.5582875Z [00:02:03.143]➜  			"en-US/sas/ListVulAutoRepairConfig.json",
2025-08-20T19:15:56.5583160Z [00:02:03.143]➜  			"en-US/sas/ListVulGlobalConfig.json",
2025-08-20T19:15:56.5583457Z [00:02:03.143]➜  			"en-US/sas/MarkMonitorAccounts.json",
2025-08-20T19:15:56.5583757Z [00:02:03.143]➜  			"en-US/sas/ModifyAccessKeyLeakDeal.json",
2025-08-20T19:15:56.5584261Z [00:02:03.143]➜  			"en-US/sas/ModifyAntiBruteForceRule.json",
2025-08-20T19:15:56.5584569Z [00:02:03.143]➜  			"en-US/sas/ModifyAppVulScanCycle.json",
2025-08-20T19:15:56.5584882Z [00:02:03.143]➜  			"en-US/sas/ModifyAssetCleanConfig.json",
2025-08-20T19:15:56.5585157Z [00:02:03.143]➜  			"en-US/sas/ModifyAssetGroup.json",
2025-08-20T19:15:56.5585446Z [00:02:03.143]➜  			"en-US/sas/ModifyAssetImportant.json",
2025-08-20T19:15:56.5585721Z [00:02:03.143]➜  			"en-US/sas/ModifyAutoDelConfig.json",
2025-08-20T19:15:56.5586006Z [00:02:03.143]➜  			"en-US/sas/ModifyBackupPolicy.json",
2025-08-20T19:15:56.5586313Z [00:02:03.143]➜  			"en-US/sas/ModifyBackupPolicyStatus.json",
2025-08-20T19:15:56.5586637Z [00:02:03.143]➜  			"en-US/sas/ModifyClearLogstoreStorage.json",
2025-08-20T19:15:56.5586938Z [00:02:03.143]➜  			"en-US/sas/ModifyClientConfSetup.json",
2025-08-20T19:15:56.5587247Z [00:02:03.143]➜  			"en-US/sas/ModifyClientConfStrategy.json",
2025-08-20T19:15:56.5587574Z [00:02:03.143]➜  			"en-US/sas/ModifyClientUserDefineRule.json",
2025-08-20T19:15:56.5587970Z [00:02:03.143]➜  			"en-US/sas/ModifyClusterCnnfStatusUserConfirm.json",
2025-08-20T19:15:56.5588288Z [00:02:03.143]➜  			"en-US/sas/ModifyConcernNecessity.json",
2025-08-20T19:15:56.5588618Z [00:02:03.143]➜  			"en-US/sas/ModifyContainerDefenseRule.json",
2025-08-20T19:15:56.5588978Z [00:02:03.143]➜  			"en-US/sas/ModifyContainerDefenseRuleSwitch.json",
2025-08-20T19:15:56.5589295Z [00:02:03.143]➜  			"en-US/sas/ModifyContainerPluginRule.json",
2025-08-20T19:15:56.5589603Z [00:02:03.143]➜  			"en-US/sas/ModifyContainerScanConfig.json",
2025-08-20T19:15:56.5589912Z [00:02:03.143]➜  			"en-US/sas/ModifyCreateVulWhitelist.json",
2025-08-20T19:15:56.5590211Z [00:02:03.143]➜  			"en-US/sas/ModifyCustomBlockRecord.json",
2025-08-20T19:15:56.5590682Z [00:02:03.143]➜  			"en-US/sas/ModifyCycleTask.json",
2025-08-20T19:15:56.5590972Z [00:02:03.143]➜  			"en-US/sas/ModifyEmgVulSubmit.json",
2025-08-20T19:15:56.5591279Z [00:02:03.143]➜  			"en-US/sas/ModifyGroupProperty.json",
2025-08-20T19:15:56.5591604Z [00:02:03.143]➜  			"en-US/sas/ModifyImageFixCycleConfig.json",
2025-08-20T19:15:56.5591896Z [00:02:03.143]➜  			"en-US/sas/ModifyImageRegistry.json",
2025-08-20T19:15:56.5592251Z [00:02:03.143]➜  			"en-US/sas/ModifyInstanceAntiBruteForceRule.json",
2025-08-20T19:15:56.5600730Z [00:02:03.143]➜  			"en-US/sas/ModifyInterceptionRule.json",
2025-08-20T19:15:56.5601171Z [00:02:03.143]➜  			"en-US/sas/ModifyInterceptionRuleSwitch.json",
2025-08-20T19:15:56.5601516Z [00:02:03.143]➜  			"en-US/sas/ModifyInterceptionTarget.json",
2025-08-20T19:15:56.5601809Z [00:02:03.143]➜  			"en-US/sas/ModifyLogMetaStatus.json",
2025-08-20T19:15:56.5602102Z [00:02:03.143]➜  			"en-US/sas/ModifyLoginBaseConfig.json",
2025-08-20T19:15:56.5602591Z [00:02:03.143]➜  			"en-US/sas/ModifyLoginSwitchConfig.json",
2025-08-20T19:15:56.5602885Z [00:02:03.143]➜  			"en-US/sas/ModifyNoticeConfig.json",
2025-08-20T19:15:56.5603175Z [00:02:03.143]➜  			"en-US/sas/ModifyOpenLogShipper.json",
2025-08-20T19:15:56.5603468Z [00:02:03.143]➜  			"en-US/sas/ModifyOperateVul.json",
2025-08-20T19:15:56.5603829Z [00:02:03.143]➜  			"en-US/sas/ModifyPropertyScheduleConfig.json",
2025-08-20T19:15:56.5604106Z [00:02:03.143]➜  			"en-US/sas/ModifyPushAllTask.json",
2025-08-20T19:15:56.5604419Z [00:02:03.143]➜  			"en-US/sas/ModifyRefreshProcessInfo.json",
2025-08-20T19:15:56.5604707Z [00:02:03.143]➜  			"en-US/sas/ModifyRiskCheckStatus.json",
2025-08-20T19:15:56.5605042Z [00:02:03.143]➜  			"en-US/sas/ModifyRiskSingleResultStatus.json",
2025-08-20T19:15:56.5605398Z [00:02:03.143]➜  			"en-US/sas/ModifySasContainerWebDefenseRule.json",
2025-08-20T19:15:56.5605775Z [00:02:03.143]➜  			"en-US/sas/ModifySecurityCheckScheduleConfig.json",
2025-08-20T19:15:56.5606233Z [00:02:03.143]➜  			"en-US/sas/ModifySecurityEventMarkMissIndividually.json",
2025-08-20T19:15:56.5606518Z [00:02:03.143]➜  			"en-US/sas/ModifyStartVulScan.json",
2025-08-20T19:15:56.5606778Z [00:02:03.143]➜  			"en-US/sas/ModifyStrategy.json",
2025-08-20T19:15:56.5607271Z [00:02:03.143]➜  			"en-US/sas/ModifyStrategyTarget.json",
2025-08-20T19:15:56.5607541Z [00:02:03.143]➜  			"en-US/sas/ModifyTagWithUuid.json",
2025-08-20T19:15:56.5607836Z [00:02:03.143]➜  			"en-US/sas/ModifyUniBackupPolicy.json",
2025-08-20T19:15:56.5608121Z [00:02:03.143]➜  			"en-US/sas/ModifyVpcHoneyPot.json",
2025-08-20T19:15:56.5608407Z [00:02:03.143]➜  			"en-US/sas/ModifyVulConfig.json",
2025-08-20T19:15:56.5608682Z [00:02:03.143]➜  			"en-US/sas/ModifyVulTarget.json",
2025-08-20T19:15:56.5608992Z [00:02:03.143]➜  			"en-US/sas/ModifyVulTargetConfig.json",
2025-08-20T19:15:56.5609314Z [00:02:03.143]➜  			"en-US/sas/ModifyVulWhitelistTarget.json",
2025-08-20T19:15:56.5609648Z [00:02:03.143]➜  			"en-US/sas/ModifyWebLockCreateConfig.json",
2025-08-20T19:15:56.5609989Z [00:02:03.143]➜  			"en-US/sas/ModifyWebLockDeleteConfig.json",
2025-08-20T19:15:56.5610336Z [00:02:03.143]➜  			"en-US/sas/ModifyWebLockProcessStatus.json",
2025-08-20T19:15:56.5610636Z [00:02:03.143]➜  			"en-US/sas/ModifyWebLockStart.json",
2025-08-20T19:15:56.5610934Z [00:02:03.143]➜  			"en-US/sas/ModifyWebLockStatus.json",
2025-08-20T19:15:56.5611228Z [00:02:03.143]➜  			"en-US/sas/ModifyWebLockUnbind.json",
2025-08-20T19:15:56.5611558Z [00:02:03.143]➜  			"en-US/sas/ModifyWebLockUpdateConfig.json",
2025-08-20T19:15:56.5611825Z [00:02:03.143]➜  			"en-US/sas/ModifyWebPath.json",
2025-08-20T19:15:56.5612130Z [00:02:03.143]➜  			"en-US/sas/OpenSensitiveFileScan.json",
2025-08-20T19:15:56.5612626Z [00:02:03.143]➜  			"en-US/sas/OperateAgentClientInstall.json",
2025-08-20T19:15:56.5612938Z [00:02:03.143]➜  			"en-US/sas/OperateApplication.json",
2025-08-20T19:15:56.5613255Z [00:02:03.143]➜  			"en-US/sas/OperateBucketScanTask.json",
2025-08-20T19:15:56.5613603Z [00:02:03.143]➜  			"en-US/sas/OperateCommonOverallConfig.json",
2025-08-20T19:15:56.5614088Z [00:02:03.143]➜  			"en-US/sas/OperateCommonTargetConfig.json",
2025-08-20T19:15:56.5614460Z [00:02:03.143]➜  			"en-US/sas/OperateImageBaselineWhitelist.json",
2025-08-20T19:15:56.5614757Z [00:02:03.143]➜  			"en-US/sas/OperateImageVul.json",
2025-08-20T19:15:56.5615133Z [00:02:03.143]➜  			"en-US/sas/OperateSuspiciousOverallConfig.json",
2025-08-20T19:15:56.5615488Z [00:02:03.143]➜  			"en-US/sas/OperateSuspiciousTargetConfig.json",
2025-08-20T19:15:56.5615791Z [00:02:03.143]➜  			"en-US/sas/OperateSwitchStatus.json",
2025-08-20T19:15:56.5616081Z [00:02:03.143]➜  			"en-US/sas/OperateVirusEvents.json",
2025-08-20T19:15:56.5616346Z [00:02:03.143]➜  			"en-US/sas/OperateVuls.json",
2025-08-20T19:15:56.5616678Z [00:02:03.143]➜  			"en-US/sas/OperateWebLockFileEvents.json",
2025-08-20T19:15:56.5617034Z [00:02:03.143]➜  			"en-US/sas/OperationCancelIgnoreSuspEvent.json",
2025-08-20T19:15:56.5617336Z [00:02:03.143]➜  			"en-US/sas/OperationSuspEvents.json",
2025-08-20T19:15:56.5617642Z [00:02:03.143]➜  			"en-US/sas/PageImageRegistry.json",
2025-08-20T19:15:56.5617909Z [00:02:03.143]➜  			"en-US/sas/PauseClient.json",
2025-08-20T19:15:56.5618250Z [00:02:03.143]➜  			"en-US/sas/PublicCreateImageScanTask.json",
2025-08-20T19:15:56.5618607Z [00:02:03.143]➜  			"en-US/sas/PublicPreCheckImageScanTask.json",
2025-08-20T19:15:56.5618981Z [00:02:03.143]➜  			"en-US/sas/PublicSyncAndCreateImageScanTask.json",
2025-08-20T19:15:56.5619273Z [00:02:03.143]➜  			"en-US/sas/QueryAttackCount.json",
2025-08-20T19:15:56.5619577Z [00:02:03.143]➜  			"en-US/sas/QueryDiscoverDatabase.json",
2025-08-20T19:15:56.5619905Z [00:02:03.143]➜  			"en-US/sas/QueryGroupIdByGroupName.json",
2025-08-20T19:15:56.5670113Z [00:02:03.143]➜  			"en-US/sas/QueryGroupedSecurityEventMarkMissList.json",
2025-08-20T19:15:56.5670704Z [00:02:03.143]➜  			"en-US/sas/QueryIncidentIconList.json",
2025-08-20T19:15:56.5671069Z [00:02:03.143]➜  			"en-US/sas/QueryIncidentSubNodesCount.json",
2025-08-20T19:15:56.5671448Z [00:02:03.143]➜  			"en-US/sas/QueryIncidentTracingDetail.json",
2025-08-20T19:15:56.5671792Z [00:02:03.143]➜  			"en-US/sas/QueryIncidentTracingJudge.json",
2025-08-20T19:15:56.5672352Z [00:02:03.143]➜  			"en-US/sas/QueryIncidentVertexExtendInfo.json",
2025-08-20T19:15:56.5672848Z [00:02:03.143]➜  			"en-US/sas/QueryIncidentVertexNodes.json",
2025-08-20T19:15:56.5673311Z [00:02:03.143]➜  			"en-US/sas/QueryJenkinsImageRegistryPersistenceDay.json",
2025-08-20T19:15:56.5673619Z [00:02:03.143]➜  			"en-US/sas/QueryPreCheckDatabase.json",
2025-08-20T19:15:56.5673898Z [00:02:03.143]➜  			"en-US/sas/RebootMachine.json",
2025-08-20T19:15:56.5674162Z [00:02:03.143]➜  			"en-US/sas/RefreshAssets.json",
2025-08-20T19:15:56.5674489Z [00:02:03.143]➜  			"en-US/sas/RefreshContainerAssets.json",
2025-08-20T19:15:56.5674818Z [00:02:03.143]➜  			"en-US/sas/RefreshOssBucketScanInfo.json",
2025-08-20T19:15:56.5675218Z [00:02:03.143]➜  			"en-US/sas/RemoveCheckInstanceResultWhiteList.json",
2025-08-20T19:15:56.5675578Z [00:02:03.143]➜  			"en-US/sas/RemoveCheckResultWhiteList.json",
2025-08-20T19:15:56.5675860Z [00:02:03.143]➜  			"en-US/sas/ResetHoneypot.json",
2025-08-20T19:15:56.5676168Z [00:02:03.143]➜  			"en-US/sas/RetryAgentlessTask.json",
2025-08-20T19:15:56.5676468Z [00:02:03.143]➜  			"en-US/sas/RetryInstallProbe.json",
2025-08-20T19:15:56.5676797Z [00:02:03.143]➜  			"en-US/sas/RollbackSuspEventQuaraFile.json",
2025-08-20T19:15:56.5677083Z [00:02:03.143]➜  			"en-US/sas/SasInstallCode.json",
2025-08-20T19:15:56.5677415Z [00:02:03.143]➜  			"en-US/sas/SaveImageBaselineStrategy.json",
2025-08-20T19:15:56.5677745Z [00:02:03.143]➜  			"en-US/sas/SaveSuspEventUserSetting.json",
2025-08-20T19:15:56.5678092Z [00:02:03.143]➜  			"en-US/sas/SetClusterInterceptionConfig.json",
2025-08-20T19:15:56.5678438Z [00:02:03.143]➜  			"en-US/sas/SetImageSensitiveFileStatus.json",
2025-08-20T19:15:56.5678744Z [00:02:03.143]➜  			"en-US/sas/SetRegistryScanDayNum.json",
2025-08-20T19:15:56.5679093Z [00:02:03.143]➜  			"en-US/sas/SetSensitiveDefineRuleConfig.json",
2025-08-20T19:15:56.5679593Z [00:02:03.143]➜  			"en-US/sas/StartBaselineSecurityCheck.json",
2025-08-20T19:15:56.5679930Z [00:02:03.143]➜  			"en-US/sas/StartDiscoverDatabaseTask.json",
2025-08-20T19:15:56.5680212Z [00:02:03.143]➜  			"en-US/sas/StartHoneypot.json",
2025-08-20T19:15:56.5680522Z [00:02:03.143]➜  			"en-US/sas/StartPreCheckDatabase.json",
2025-08-20T19:15:56.5680807Z [00:02:03.143]➜  			"en-US/sas/StartVirusScanTask.json",
2025-08-20T19:15:56.5681080Z [00:02:03.143]➜  			"en-US/sas/StopHoneypot.json",
2025-08-20T19:15:56.5681351Z [00:02:03.143]➜  			"en-US/sas/SubmitCheck.json",
2025-08-20T19:15:56.5717539Z [00:02:03.143]➜  			"en-US/sas/UnMarkMonitorAccounts.json",
2025-08-20T19:15:56.5717891Z [00:02:03.143]➜  			"en-US/sas/UnbindAegis.json",
2025-08-20T19:15:56.5718212Z [00:02:03.143]➜  			"en-US/sas/UninstallBackupClient.json",
2025-08-20T19:15:56.5718517Z [00:02:03.143]➜  			"en-US/sas/UninstallRaspAttach.json",
2025-08-20T19:15:56.5718857Z [00:02:03.143]➜  			"en-US/sas/UninstallUniBackupAgent.json",
2025-08-20T19:15:56.5719151Z [00:02:03.143]➜  			"en-US/sas/UpdateAlarmEvent.json",
2025-08-20T19:15:56.5719454Z [00:02:03.143]➜  			"en-US/sas/UpdateClientAlertMode.json",
2025-08-20T19:15:56.5719799Z [00:02:03.143]➜  			"en-US/sas/UpdateCommonSwitchConfig.json",
2025-08-20T19:15:56.5720147Z [00:02:03.143]➜  			"en-US/sas/UpdateFileProtectEventStatus.json",
2025-08-20T19:15:56.5720470Z [00:02:03.143]➜  			"en-US/sas/UpdateFileProtectRemark.json",
2025-08-20T19:15:56.5720771Z [00:02:03.143]➜  			"en-US/sas/UpdateFileProtectRule.json",
2025-08-20T19:15:56.5721072Z [00:02:03.143]➜  			"en-US/sas/UpdateFileUploadLimit.json",
2025-08-20T19:15:56.5721349Z [00:02:03.143]➜  			"en-US/sas/UpdateHoneypot.json",
2025-08-20T19:15:56.5721647Z [00:02:03.143]➜  			"en-US/sas/UpdateHoneypotNode.json",
2025-08-20T19:15:56.5721950Z [00:02:03.143]➜  			"en-US/sas/UpdateHoneypotPreset.json",
2025-08-20T19:15:56.5722254Z [00:02:03.143]➜  			"en-US/sas/UpdateHoneypotProbe.json",
2025-08-20T19:15:56.5722742Z [00:02:03.143]➜  			"en-US/sas/UpdateHoneypotProbeBind.json",
2025-08-20T19:15:56.5723092Z [00:02:03.143]➜  			"en-US/sas/UpdateImageEventOperation.json",
2025-08-20T19:15:56.5723639Z [00:02:03.143]➜  			"en-US/sas/UpdateImageVulWhitelistTarget.json",
2025-08-20T19:15:56.5724013Z [00:02:03.143]➜  			"en-US/sas/UpdateJenkinsImageRegistryName.json",
2025-08-20T19:15:56.5724467Z [00:02:03.143]➜  			"en-US/sas/UpdateJenkinsImageRegistryPersistenceDay.json",
2025-08-20T19:15:56.5724870Z [00:02:03.143]➜  			"en-US/sas/UpdateMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:56.5725171Z [00:02:03.143]➜  			"en-US/sas/UpdateOpaStrategyNew.json",
2025-08-20T19:15:56.5725471Z [00:02:03.143]➜  			"en-US/sas/UpdateOssScanConfig.json",
2025-08-20T19:15:56.5725789Z [00:02:03.143]➜  			"en-US/sas/UpdateSelectionKeyByType.json",
2025-08-20T19:15:56.5726128Z [00:02:03.143]➜  			"en-US/sas/UpgradeBackupPolicyVersion.json",
2025-08-20T19:15:56.5726421Z [00:02:03.143]➜  			"en-US/sas/UploadedHoneyPotFile.json",
2025-08-20T19:15:56.5726735Z [00:02:03.143]➜  			"en-US/sas/ValidateHcWarnings.json",
2025-08-20T19:15:56.5727059Z [00:02:03.143]➜  			"en-US/sas/VerifyCheckInstanceResult.json",
2025-08-20T19:15:56.5727362Z [00:02:03.143]➜  			"en-US/sas/VerifyCheckResult.json",
2025-08-20T19:15:56.5727605Z [00:02:03.143]➜  			"en-US/sas/version.json",
2025-08-20T19:15:56.5727883Z [00:02:03.143]➜  			"en-US/scdn/AddScdnDomain.json",
2025-08-20T19:15:56.5728231Z [00:02:03.143]➜  			"en-US/scdn/BatchDeleteScdnDomainConfigs.json",
2025-08-20T19:15:56.5728573Z [00:02:03.143]➜  			"en-US/scdn/BatchSetScdnDomainConfigs.json",
2025-08-20T19:15:56.5728871Z [00:02:03.143]➜  			"en-US/scdn/BatchStartScdnDomain.json",
2025-08-20T19:15:56.5729169Z [00:02:03.143]➜  			"en-US/scdn/BatchStopScdnDomain.json",
2025-08-20T19:15:56.5729480Z [00:02:03.143]➜  			"en-US/scdn/BatchUpdateScdnDomain.json",
2025-08-20T19:15:56.5729769Z [00:02:03.143]➜  			"en-US/scdn/CheckScdnService.json",
2025-08-20T19:15:56.5730047Z [00:02:03.143]➜  			"en-US/scdn/DeleteScdnDomain.json",
2025-08-20T19:15:56.5730538Z [00:02:03.143]➜  			"en-US/scdn/DeleteScdnSpecificConfig.json",
2025-08-20T19:15:56.5730837Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnCcInfo.json",
2025-08-20T19:15:56.5731167Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnCcQpsInfo.json",
2025-08-20T19:15:56.5731462Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnCcTopIp.json",
2025-08-20T19:15:56.5731762Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnCcTopUrl.json",
2025-08-20T19:15:56.5732129Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnCertificateDetail.json",
2025-08-20T19:15:56.5779882Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnCertificateList.json",
2025-08-20T19:15:56.5780297Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnDDoSInfo.json",
2025-08-20T19:15:56.5780665Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnDDoSTrafficInfo.json",
2025-08-20T19:15:56.5781012Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnDomainBpsData.json",
2025-08-20T19:15:56.5781407Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnDomainCertificateInfo.json",
2025-08-20T19:15:56.5781787Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnDomainCname.json",
2025-08-20T19:15:56.5782117Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnDomainConfigs.json",
2025-08-20T19:15:56.5782641Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnDomainDetail.json",
2025-08-20T19:15:56.5783017Z [00:02:03.143]➜  			"en-US/scdn/DescribeScdnDomainHitRateData.json",
2025-08-20T19:15:56.5783396Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainHttpCodeData.json",
2025-08-20T19:15:56.5783726Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainIspData.json",
2025-08-20T19:15:56.5784046Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainLog.json",
2025-08-20T19:15:56.5784424Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainOriginBpsData.json",
2025-08-20T19:15:56.5784833Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainOriginTrafficData.json",
2025-08-20T19:15:56.5785167Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainPvData.json",
2025-08-20T19:15:56.5785526Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainQpsData.json",
2025-08-20T19:15:56.5785916Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainRealTimeBpsData.json",
2025-08-20T19:15:56.5786637Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:56.5787073Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:56.5787468Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainRealTimeQpsData.json",
2025-08-20T19:15:56.5787924Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:56.5788342Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:56.5788784Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:56.5789204Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainRealTimeTrafficData.json",
2025-08-20T19:15:56.5789556Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainRegionData.json",
2025-08-20T19:15:56.5789962Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainTopReferVisit.json",
2025-08-20T19:15:56.5790321Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainTopUrlVisit.json",
2025-08-20T19:15:56.5790699Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainTrafficData.json",
2025-08-20T19:15:56.5791028Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnDomainUvData.json",
2025-08-20T19:15:56.5791351Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnRefreshQuota.json",
2025-08-20T19:15:56.5791672Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnRefreshTasks.json",
2025-08-20T19:15:56.5792102Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnService.json",
2025-08-20T19:15:56.5792588Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnTopDomainsByFlow.json",
2025-08-20T19:15:56.5792929Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnUserDomains.json",
2025-08-20T19:15:56.5793280Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnUserProtectInfo.json",
2025-08-20T19:15:56.5793601Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnUserQuota.json",
2025-08-20T19:15:56.5794114Z [00:02:03.144]➜  			"en-US/scdn/DescribeScdnVerifyContent.json",
2025-08-20T19:15:56.5794453Z [00:02:03.144]➜  			"en-US/scdn/PreloadScdnObjectCaches.json",
2025-08-20T19:15:56.5794787Z [00:02:03.144]➜  			"en-US/scdn/RefreshScdnObjectCaches.json",
2025-08-20T19:15:56.5795075Z [00:02:03.144]➜  			"en-US/scdn/SetScdnBotInfo.json",
2025-08-20T19:15:56.5795350Z [00:02:03.144]➜  			"en-US/scdn/SetScdnCcInfo.json",
2025-08-20T19:15:56.5795640Z [00:02:03.144]➜  			"en-US/scdn/SetScdnDDoSInfo.json",
2025-08-20T19:15:56.5795964Z [00:02:03.144]➜  			"en-US/scdn/SetScdnDomainCertificate.json",
2025-08-20T19:15:56.5796247Z [00:02:03.144]➜  			"en-US/scdn/StartScdnDomain.json",
2025-08-20T19:15:56.5796522Z [00:02:03.144]➜  			"en-US/scdn/StopScdnDomain.json",
2025-08-20T19:15:56.5796817Z [00:02:03.144]➜  			"en-US/scdn/UpdateScdnDomain.json",
2025-08-20T19:15:56.5797124Z [00:02:03.144]➜  			"en-US/scdn/VerifyScdnDomainOwner.json",
2025-08-20T19:15:56.5797380Z [00:02:03.144]➜  			"en-US/scdn/version.json",
2025-08-20T19:15:56.5797768Z [00:02:03.144]➜  			"en-US/servicemesh/AddClusterIntoServiceMesh.json",
2025-08-20T19:15:56.5798117Z [00:02:03.144]➜  			"en-US/servicemesh/AddVMIntoServiceMesh.json",
2025-08-20T19:15:56.5798432Z [00:02:03.144]➜  			"en-US/servicemesh/AddVmAppToMesh.json",
2025-08-20T19:15:56.5798742Z [00:02:03.144]➜  			"en-US/servicemesh/CreateASMGateway.json",
2025-08-20T19:15:56.5799077Z [00:02:03.144]➜  			"en-US/servicemesh/CreateGatewaySecret.json",
2025-08-20T19:15:56.5799503Z [00:02:03.144]➜  			"en-US/servicemesh/CreateIstioGatewayDomains.json",
2025-08-20T19:15:56.5799873Z [00:02:03.144]➜  			"en-US/servicemesh/CreateIstioGatewayRoutes.json",
2025-08-20T19:15:56.5800189Z [00:02:03.144]➜  			"en-US/servicemesh/CreateServiceMesh.json",
2025-08-20T19:15:56.5800498Z [00:02:03.144]➜  			"en-US/servicemesh/CreateSwimLane.json",
2025-08-20T19:15:56.5800827Z [00:02:03.144]➜  			"en-US/servicemesh/CreateSwimLaneGroup.json",
2025-08-20T19:15:56.5801138Z [00:02:03.144]➜  			"en-US/servicemesh/CreateWaypoint.json",
2025-08-20T19:15:56.5801481Z [00:02:03.144]➜  			"en-US/servicemesh/DeleteGatewayRoute.json",
2025-08-20T19:15:56.5801854Z [00:02:03.144]➜  			"en-US/servicemesh/DeleteGatewaySecret.json",
2025-08-20T19:15:56.5814993Z [00:02:03.144]➜  			"en-US/servicemesh/DeleteIstioGatewayDomains.json",
2025-08-20T19:15:56.5815384Z [00:02:03.144]➜  			"en-US/servicemesh/DeleteServiceMesh.json",
2025-08-20T19:15:56.5815715Z [00:02:03.144]➜  			"en-US/servicemesh/DeleteSwimLane.json",
2025-08-20T19:15:56.5816074Z [00:02:03.144]➜  			"en-US/servicemesh/DeleteSwimLaneGroup.json",
2025-08-20T19:15:56.5816397Z [00:02:03.144]➜  			"en-US/servicemesh/DeleteWaypoint.json",
2025-08-20T19:15:56.5816868Z [00:02:03.144]➜  			"en-US/servicemesh/DescribeASMGatewayImportedServices.json",
2025-08-20T19:15:56.5817218Z [00:02:03.144]➜  			"en-US/servicemesh/DescribeCCMVersion.json",
2025-08-20T19:15:56.5817529Z [00:02:03.144]➜  			"en-US/servicemesh/DescribeCens.json",
2025-08-20T19:15:56.5817915Z [00:02:03.144]➜  			"en-US/servicemesh/DescribeClusterGrafana.json",
2025-08-20T19:15:56.5818299Z [00:02:03.144]➜  			"en-US/servicemesh/DescribeClusterPrometheus.json",
2025-08-20T19:15:56.5818723Z [00:02:03.144]➜  			"en-US/servicemesh/DescribeClustersInServiceMesh.json",
2025-08-20T19:15:56.5819067Z [00:02:03.144]➜  			"en-US/servicemesh/DescribeCrTemplates.json",
2025-08-20T19:15:56.5819430Z [00:02:03.144]➜  			"en-US/servicemesh/DescribeEipResources.json",
2025-08-20T19:15:56.5819879Z [00:02:03.144]➜  			"en-US/servicemesh/DescribeGatewaySecretDetails.json",
2025-08-20T19:15:56.5820399Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeGuestClusterAccessLogDashboards.json",
2025-08-20T19:15:56.5820843Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeGuestClusterNamespaces.json",
2025-08-20T19:15:56.5821226Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeGuestClusterPods.json",
2025-08-20T19:15:56.5821661Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeImportedServicesDetail.json",
2025-08-20T19:15:56.5822320Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeIstioGatewayDomains.json",
2025-08-20T19:15:56.5823017Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeIstioGatewayRouteDetail.json",
2025-08-20T19:15:56.5823448Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeIstioGatewayRoutes.json",
2025-08-20T19:15:56.5823810Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeMetadata.json",
2025-08-20T19:15:56.5824308Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeNamespaceScopeSidecarConfig.json",
2025-08-20T19:15:56.5824722Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeNodesInstanceType.json",
2025-08-20T19:15:56.5825086Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeReusableSlb.json",
2025-08-20T19:15:56.5825574Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeServiceMeshAdditionalStatus.json",
2025-08-20T19:15:56.5825980Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeServiceMeshClusters.json",
2025-08-20T19:15:56.5826374Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeServiceMeshDetail.json",
2025-08-20T19:15:56.5826798Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeServiceMeshKubeconfig.json",
2025-08-20T19:15:56.5827194Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeServiceMeshLogs.json",
2025-08-20T19:15:56.5937495Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeServiceMeshProxyStatus.json",
2025-08-20T19:15:56.5938246Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeServiceMeshUpgradeStatus.json",
2025-08-20T19:15:56.5938605Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeServiceMeshVMs.json",
2025-08-20T19:15:56.5938955Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeServiceMeshes.json",
2025-08-20T19:15:56.5939307Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeUpgradeVersion.json",
2025-08-20T19:15:56.5939656Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeUserPermissions.json",
2025-08-20T19:15:56.5940037Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeUsersWithPermissions.json",
2025-08-20T19:15:56.5940384Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeVMsInServiceMesh.json",
2025-08-20T19:15:56.5940743Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeVSwitches.json",
2025-08-20T19:15:56.5941043Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeVersions.json",
2025-08-20T19:15:56.5941337Z [00:02:03.145]➜  			"en-US/servicemesh/DescribeVpcs.json",
2025-08-20T19:15:56.5941920Z [00:02:03.145]➜  			"en-US/servicemesh/GetCaCert.json",
2025-08-20T19:15:56.5942272Z [00:02:03.145]➜  			"en-US/servicemesh/GetDeploymentBySelector.json",
2025-08-20T19:15:56.5975502Z [00:02:03.145]➜  			"en-US/servicemesh/GetGrafanaDashboardUrl.json",
2025-08-20T19:15:56.5975999Z [00:02:03.145]➜  			"en-US/servicemesh/GetRegisteredServiceEndpoints.json",
2025-08-20T19:15:56.5976417Z [00:02:03.145]➜  			"en-US/servicemesh/GetRegisteredServiceNamespaces.json",
2025-08-20T19:15:56.5976758Z [00:02:03.145]➜  			"en-US/servicemesh/GetSwimLaneDetail.json",
2025-08-20T19:15:56.5977104Z [00:02:03.145]➜  			"en-US/servicemesh/GetSwimLaneGroupList.json",
2025-08-20T19:15:56.5977427Z [00:02:03.145]➜  			"en-US/servicemesh/GetSwimLaneList.json",
2025-08-20T19:15:56.5977773Z [00:02:03.145]➜  			"en-US/servicemesh/GetVmAppMeshInfo.json",
2025-08-20T19:15:56.5978066Z [00:02:03.145]➜  			"en-US/servicemesh/GetVmMeta.json",
2025-08-20T19:15:56.5978421Z [00:02:03.145]➜  			"en-US/servicemesh/GrantUserPermissions.json",
2025-08-20T19:15:56.5978762Z [00:02:03.145]➜  			"en-US/servicemesh/ListServiceAccounts.json",
2025-08-20T19:15:56.5979076Z [00:02:03.145]➜  			"en-US/servicemesh/ListTagResources.json",
2025-08-20T19:15:56.5979384Z [00:02:03.145]➜  			"en-US/servicemesh/ListWaypoints.json",
2025-08-20T19:15:56.5979768Z [00:02:03.145]➜  			"en-US/servicemesh/ModifyApiServerEipResource.json",
2025-08-20T19:15:56.5980116Z [00:02:03.145]➜  			"en-US/servicemesh/ModifyServiceMeshName.json",
2025-08-20T19:15:56.5980425Z [00:02:03.145]➜  			"en-US/servicemesh/ReActivateAudit.json",
2025-08-20T19:15:56.5980824Z [00:02:03.145]➜  			"en-US/servicemesh/RemoveClusterFromServiceMesh.json",
2025-08-20T19:15:56.5981174Z [00:02:03.145]➜  			"en-US/servicemesh/RemoveVMFromServiceMesh.json",
2025-08-20T19:15:56.5981812Z [00:02:03.145]➜  			"en-US/servicemesh/RemoveVmAppFromMesh.json",
2025-08-20T19:15:56.5982154Z [00:02:03.145]➜  			"en-US/servicemesh/RevokeKubeconfig.json",
2025-08-20T19:15:56.5982650Z [00:02:03.145]➜  			"en-US/servicemesh/TagResources.json",
2025-08-20T19:15:56.5982957Z [00:02:03.145]➜  			"en-US/servicemesh/UntagResources.json",
2025-08-20T19:15:56.5983273Z [00:02:03.145]➜  			"en-US/servicemesh/UpdateASMGateway.json",
2025-08-20T19:15:56.5983740Z [00:02:03.145]➜  			"en-US/servicemesh/UpdateASMGatewayImportedServices.json",
2025-08-20T19:15:56.5984177Z [00:02:03.145]➜  			"en-US/servicemesh/UpdateASMNamespaceFromGuestCluster.json",
2025-08-20T19:15:56.5984545Z [00:02:03.145]➜  			"en-US/servicemesh/UpdateControlPlaneLogConfig.json",
2025-08-20T19:15:56.5984901Z [00:02:03.145]➜  			"en-US/servicemesh/UpdateIstioGatewayRoutes.json",
2025-08-20T19:15:56.5985262Z [00:02:03.145]➜  			"en-US/servicemesh/UpdateIstioInjectionConfig.json",
2025-08-20T19:15:56.5985691Z [00:02:03.145]➜  			"en-US/servicemesh/UpdateIstioRouteAdditionalStatus.json",
2025-08-20T19:15:56.5986030Z [00:02:03.146]➜  			"en-US/servicemesh/UpdateMeshCRAggregation.json",
2025-08-20T19:15:56.5986354Z [00:02:03.146]➜  			"en-US/servicemesh/UpdateMeshFeature.json",
2025-08-20T19:15:56.5986775Z [00:02:03.146]➜  			"en-US/servicemesh/UpdateNamespaceScopeSidecarConfig.json",
2025-08-20T19:15:56.5987066Z [00:02:03.146]➜  			"en-US/servicemesh/UpdateSwimLane.json",
2025-08-20T19:15:56.5987384Z [00:02:03.146]➜  			"en-US/servicemesh/UpdateSwimLaneGroup.json",
2025-08-20T19:15:56.5987676Z [00:02:03.146]➜  			"en-US/servicemesh/UpdateWaypoint.json",
2025-08-20T19:15:56.5988046Z [00:02:03.146]➜  			"en-US/servicemesh/UpgradeMeshEditionPartially.json",
2025-08-20T19:15:56.5988354Z [00:02:03.146]➜  			"en-US/servicemesh/UpgradeMeshVersion.json",
2025-08-20T19:15:56.5988619Z [00:02:03.146]➜  			"en-US/servicemesh/version.json",
2025-08-20T19:15:56.5988925Z [00:02:03.146]➜  			"en-US/slb/AddAccessControlListEntry.json",
2025-08-20T19:15:56.5989213Z [00:02:03.146]➜  			"en-US/slb/AddBackendServers.json",
2025-08-20T19:15:56.5989513Z [00:02:03.146]➜  			"en-US/slb/AddListenerWhiteListItem.json",
2025-08-20T19:15:56.5990008Z [00:02:03.146]➜  			"en-US/slb/AddTags.json",
2025-08-20T19:15:56.5990350Z [00:02:03.146]➜  			"en-US/slb/AddVServerGroupBackendServers.json",
2025-08-20T19:15:56.5990652Z [00:02:03.146]➜  			"en-US/slb/CreateAccessControlList.json",
2025-08-20T19:15:56.5990936Z [00:02:03.146]➜  			"en-US/slb/CreateDomainExtension.json",
2025-08-20T19:15:56.5991216Z [00:02:03.146]➜  			"en-US/slb/CreateLoadBalancer.json",
2025-08-20T19:15:56.5991557Z [00:02:03.146]➜  			"en-US/slb/CreateLoadBalancerHTTPListener.json",
2025-08-20T19:15:56.5991908Z [00:02:03.146]➜  			"en-US/slb/CreateLoadBalancerHTTPSListener.json",
2025-08-20T19:15:56.5992236Z [00:02:03.146]➜  			"en-US/slb/CreateLoadBalancerTCPListener.json",
2025-08-20T19:15:56.5992738Z [00:02:03.146]➜  			"en-US/slb/CreateLoadBalancerUDPListener.json",
2025-08-20T19:15:56.6015343Z [00:02:03.146]➜  			"en-US/slb/CreateMasterSlaveServerGroup.json",
2025-08-20T19:15:56.6015622Z [00:02:03.146]➜  			"en-US/slb/CreateRules.json",
2025-08-20T19:15:56.6015920Z [00:02:03.146]➜  			"en-US/slb/CreateTLSCipherPolicy.json",
2025-08-20T19:15:56.6016216Z [00:02:03.146]➜  			"en-US/slb/CreateVServerGroup.json",
2025-08-20T19:15:56.6016516Z [00:02:03.146]➜  			"en-US/slb/DeleteAccessControlList.json",
2025-08-20T19:15:56.6016891Z [00:02:03.146]➜  			"en-US/slb/DeleteAccessLogsDownloadAttribute.json",
2025-08-20T19:15:56.6017173Z [00:02:03.146]➜  			"en-US/slb/DeleteCACertificate.json",
2025-08-20T19:15:56.6017465Z [00:02:03.146]➜  			"en-US/slb/DeleteDomainExtension.json",
2025-08-20T19:15:56.6017737Z [00:02:03.146]➜  			"en-US/slb/DeleteLoadBalancer.json",
2025-08-20T19:15:56.6018063Z [00:02:03.146]➜  			"en-US/slb/DeleteLoadBalancerListener.json",
2025-08-20T19:15:56.6018389Z [00:02:03.146]➜  			"en-US/slb/DeleteMasterSlaveServerGroup.json",
2025-08-20T19:15:56.6018638Z [00:02:03.146]➜  			"en-US/slb/DeleteRules.json",
2025-08-20T19:15:56.6019122Z [00:02:03.146]➜  			"en-US/slb/DeleteServerCertificate.json",
2025-08-20T19:15:56.6019417Z [00:02:03.146]➜  			"en-US/slb/DeleteTLSCipherPolicy.json",
2025-08-20T19:15:56.6019703Z [00:02:03.146]➜  			"en-US/slb/DeleteVServerGroup.json",
2025-08-20T19:15:56.6020085Z [00:02:03.146]➜  			"en-US/slb/DescribeAccessControlListAttribute.json",
2025-08-20T19:15:56.6020398Z [00:02:03.146]➜  			"en-US/slb/DescribeAccessControlLists.json",
2025-08-20T19:15:56.6020784Z [00:02:03.146]➜  			"en-US/slb/DescribeAccessLogsDownloadAttribute.json",
2025-08-20T19:15:56.6021092Z [00:02:03.146]➜  			"en-US/slb/DescribeAvailableResource.json",
2025-08-20T19:15:56.6021389Z [00:02:03.146]➜  			"en-US/slb/DescribeCACertificates.json",
2025-08-20T19:15:56.6021743Z [00:02:03.146]➜  			"en-US/slb/DescribeDomainExtensionAttribute.json",
2025-08-20T19:15:56.6022052Z [00:02:03.146]➜  			"en-US/slb/DescribeDomainExtensions.json",
2025-08-20T19:15:56.6022332Z [00:02:03.146]➜  			"en-US/slb/DescribeHealthStatus.json",
2025-08-20T19:15:56.6022859Z [00:02:03.146]➜  			"en-US/slb/DescribeHighDefinationMonitor.json",
2025-08-20T19:15:56.6023270Z [00:02:03.146]➜  			"en-US/slb/DescribeListenerAccessControlAttribute.json",
2025-08-20T19:15:56.6023620Z [00:02:03.146]➜  			"en-US/slb/DescribeLoadBalancerAttribute.json",
2025-08-20T19:15:56.6024066Z [00:02:03.146]➜  			"en-US/slb/DescribeLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:56.6024513Z [00:02:03.146]➜  			"en-US/slb/DescribeLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:56.6024842Z [00:02:03.146]➜  			"en-US/slb/DescribeLoadBalancerListeners.json",
2025-08-20T19:15:56.6025267Z [00:02:03.146]➜  			"en-US/slb/DescribeLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:56.6025684Z [00:02:03.146]➜  			"en-US/slb/DescribeLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:56.6025978Z [00:02:03.146]➜  			"en-US/slb/DescribeLoadBalancers.json",
2025-08-20T19:15:56.6026386Z [00:02:03.146]➜  			"en-US/slb/DescribeMasterSlaveServerGroupAttribute.json",
2025-08-20T19:15:56.6026754Z [00:02:03.146]➜  			"en-US/slb/DescribeMasterSlaveServerGroups.json",
2025-08-20T19:15:56.6027017Z [00:02:03.147]➜  			"en-US/slb/DescribeRegions.json",
2025-08-20T19:15:56.6027549Z [00:02:03.147]➜  			"en-US/slb/DescribeRuleAttribute.json",
2025-08-20T19:15:56.6027812Z [00:02:03.147]➜  			"en-US/slb/DescribeRules.json",
2025-08-20T19:15:56.6028131Z [00:02:03.147]➜  			"en-US/slb/DescribeServerCertificates.json",
2025-08-20T19:15:56.6028388Z [00:02:03.147]➜  			"en-US/slb/DescribeTags.json",
2025-08-20T19:15:56.6028716Z [00:02:03.147]➜  			"en-US/slb/DescribeVServerGroupAttribute.json",
2025-08-20T19:15:56.6029006Z [00:02:03.147]➜  			"en-US/slb/DescribeVServerGroups.json",
2025-08-20T19:15:56.6029256Z [00:02:03.147]➜  			"en-US/slb/DescribeZones.json",
2025-08-20T19:15:56.6029582Z [00:02:03.147]➜  			"en-US/slb/EnableHighDefinationMonitor.json",
2025-08-20T19:15:56.6029866Z [00:02:03.147]➜  			"en-US/slb/ListTLSCipherPolicies.json",
2025-08-20T19:15:56.6030151Z [00:02:03.147]➜  			"en-US/slb/ListTagResources.json",
2025-08-20T19:15:56.6030471Z [00:02:03.147]➜  			"en-US/slb/ModifyHighDefinationMonitor.json",
2025-08-20T19:15:56.6030883Z [00:02:03.147]➜  			"en-US/slb/ModifyLoadBalancerInstanceChargeType.json",
2025-08-20T19:15:56.6031233Z [00:02:03.147]➜  			"en-US/slb/ModifyLoadBalancerInstanceSpec.json",
2025-08-20T19:15:56.6031576Z [00:02:03.147]➜  			"en-US/slb/ModifyLoadBalancerInternetSpec.json",
2025-08-20T19:15:56.6031889Z [00:02:03.147]➜  			"en-US/slb/ModifyLoadBalancerPayType.json",
2025-08-20T19:15:56.6032249Z [00:02:03.147]➜  			"en-US/slb/ModifyVServerGroupBackendServers.json",
2025-08-20T19:15:56.6032684Z [00:02:03.147]➜  			"en-US/slb/MoveResourceGroup.json",
2025-08-20T19:15:56.6033022Z [00:02:03.147]➜  			"en-US/slb/RemoveAccessControlListEntry.json",
2025-08-20T19:15:56.6033304Z [00:02:03.147]➜  			"en-US/slb/RemoveBackendServers.json",
2025-08-20T19:15:56.6033630Z [00:02:03.147]➜  			"en-US/slb/RemoveListenerWhiteListItem.json",
2025-08-20T19:15:56.6034026Z [00:02:03.147]➜  			"en-US/slb/RemoveTags.json",
2025-08-20T19:15:56.6034392Z [00:02:03.147]➜  			"en-US/slb/RemoveVServerGroupBackendServers.json",
2025-08-20T19:15:56.6034737Z [00:02:03.147]➜  			"en-US/slb/SetAccessControlListAttribute.json",
2025-08-20T19:15:56.6035082Z [00:02:03.147]➜  			"en-US/slb/SetAccessLogsDownloadAttribute.json",
2025-08-20T19:15:56.6035353Z [00:02:03.147]➜  			"en-US/slb/SetBackendServers.json",
2025-08-20T19:15:56.6035641Z [00:02:03.147]➜  			"en-US/slb/SetCACertificateName.json",
2025-08-20T19:15:56.6035956Z [00:02:03.147]➜  			"en-US/slb/SetDomainExtensionAttribute.json",
2025-08-20T19:15:56.6036294Z [00:02:03.147]➜  			"en-US/slb/SetListenerAccessControlStatus.json",
2025-08-20T19:15:56.6036638Z [00:02:03.147]➜  			"en-US/slb/SetLoadBalancerDeleteProtection.json",
2025-08-20T19:15:56.6037027Z [00:02:03.147]➜  			"en-US/slb/SetLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:56.6037418Z [00:02:03.147]➜  			"en-US/slb/SetLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:56.6037827Z [00:02:03.147]➜  			"en-US/slb/SetLoadBalancerModificationProtection.json",
2025-08-20T19:15:56.6038149Z [00:02:03.147]➜  			"en-US/slb/SetLoadBalancerName.json",
2025-08-20T19:15:56.6038482Z [00:02:03.147]➜  			"en-US/slb/SetLoadBalancerStatus.json",
2025-08-20T19:15:56.6038883Z [00:02:03.147]➜  			"en-US/slb/SetLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:56.6039283Z [00:02:03.147]➜  			"en-US/slb/SetLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:56.6039529Z [00:02:03.147]➜  			"en-US/slb/SetRule.json",
2025-08-20T19:15:56.6039862Z [00:02:03.147]➜  			"en-US/slb/SetServerCertificateName.json",
2025-08-20T19:15:56.6040201Z [00:02:03.147]➜  			"en-US/slb/SetTLSCipherPolicyAttribute.json",
2025-08-20T19:15:56.6040528Z [00:02:03.147]➜  			"en-US/slb/SetVServerGroupAttribute.json",
2025-08-20T19:15:56.6040860Z [00:02:03.148]➜  			"en-US/slb/StartLoadBalancerListener.json",
2025-08-20T19:15:56.6041183Z [00:02:03.148]➜  			"en-US/slb/StopLoadBalancerListener.json",
2025-08-20T19:15:56.6041461Z [00:02:03.148]➜  			"en-US/slb/TagResources.json",
2025-08-20T19:15:56.6041744Z [00:02:03.148]➜  			"en-US/slb/UntagResources.json",
2025-08-20T19:15:56.6042241Z [00:02:03.148]➜  			"en-US/slb/UploadCACertificate.json",
2025-08-20T19:15:56.6042750Z [00:02:03.148]➜  			"en-US/slb/UploadServerCertificate.json",
2025-08-20T19:15:56.6043008Z [00:02:03.148]➜  			"en-US/slb/version.json",
2025-08-20T19:15:56.6043254Z [00:02:03.148]➜  			"en-US/sls/version.json",
2025-08-20T19:15:56.6043541Z [00:02:03.148]➜  			"en-US/smc/CreateAccessToken.json",
2025-08-20T19:15:56.6043845Z [00:02:03.148]➜  			"en-US/smc/CreateReplicationJob.json",
2025-08-20T19:15:56.6044166Z [00:02:03.148]➜  			"en-US/smc/CutOverReplicationJob.json",
2025-08-20T19:15:56.6044451Z [00:02:03.148]➜  			"en-US/smc/DeleteAccessToken.json",
2025-08-20T19:15:56.6044755Z [00:02:03.148]➜  			"en-US/smc/DeleteReplicationJob.json",
2025-08-20T19:15:56.6045046Z [00:02:03.148]➜  			"en-US/smc/DeleteSourceServer.json",
2025-08-20T19:15:56.6045388Z [00:02:03.148]➜  			"en-US/smc/DescribeReplicationJobs.json",
2025-08-20T19:15:56.6045697Z [00:02:03.148]➜  			"en-US/smc/DescribeSourceServers.json",
2025-08-20T19:15:56.6046010Z [00:02:03.148]➜  			"en-US/smc/DisableAccessToken.json",
2025-08-20T19:15:56.6046295Z [00:02:03.148]➜  			"en-US/smc/ListAccessTokens.json",
2025-08-20T19:15:56.6046582Z [00:02:03.148]➜  			"en-US/smc/ListTagResources.json",
2025-08-20T19:15:56.6046945Z [00:02:03.148]➜  			"en-US/smc/ModifyReplicationJobAttribute.json",
2025-08-20T19:15:56.6047299Z [00:02:03.148]➜  			"en-US/smc/ModifySourceServerAttribute.json",
2025-08-20T19:15:56.6047597Z [00:02:03.148]➜  			"en-US/smc/StartReplicationJob.json",
2025-08-20T19:15:56.6047896Z [00:02:03.148]➜  			"en-US/smc/StopReplicationJob.json",
2025-08-20T19:15:56.6048162Z [00:02:03.148]➜  			"en-US/smc/TagResources.json",
2025-08-20T19:15:56.6048444Z [00:02:03.148]➜  			"en-US/smc/UntagResources.json",
2025-08-20T19:15:56.6048690Z [00:02:03.148]➜  			"en-US/smc/version.json",
2025-08-20T19:15:56.6049106Z [00:02:03.148]➜  			"en-US/sts/AssumeRole.json",
2025-08-20T19:15:56.6049405Z [00:02:03.148]➜  			"en-US/sts/AssumeRoleWithOIDC.json",
2025-08-20T19:15:56.6049710Z [00:02:03.148]➜  			"en-US/sts/AssumeRoleWithSAML.json",
2025-08-20T19:15:56.6049995Z [00:02:03.148]➜  			"en-US/sts/GetCallerIdentity.json",
2025-08-20T19:15:56.6050239Z [00:02:03.148]➜  			"en-US/sts/version.json",
2025-08-20T19:15:56.6050509Z [00:02:03.148]➜  			"en-US/tag/AttachPolicy.json",
2025-08-20T19:15:56.6050821Z [00:02:03.148]➜  			"en-US/tag/CheckCreatedByEnabled.json",
2025-08-20T19:15:56.6083189Z [00:02:03.148]➜  			"en-US/tag/CloseCreatedBy.json",
2025-08-20T19:15:56.6083484Z [00:02:03.148]➜  			"en-US/tag/CreatePolicy.json",
2025-08-20T19:15:56.6083749Z [00:02:03.148]➜  			"en-US/tag/CreateTags.json",
2025-08-20T19:15:56.6084024Z [00:02:03.148]➜  			"en-US/tag/DeletePolicy.json",
2025-08-20T19:15:56.6084273Z [00:02:03.148]➜  			"en-US/tag/DeleteTag.json",
2025-08-20T19:15:56.6084591Z [00:02:03.148]➜  			"en-US/tag/DescribeRegions.json",
2025-08-20T19:15:56.6084854Z [00:02:03.148]➜  			"en-US/tag/DetachPolicy.json",
2025-08-20T19:15:56.6085148Z [00:02:03.148]➜  			"en-US/tag/DisablePolicyType.json",
2025-08-20T19:15:56.6085444Z [00:02:03.148]➜  			"en-US/tag/EnablePolicyType.json",
2025-08-20T19:15:56.6085779Z [00:02:03.148]➜  			"en-US/tag/GenerateConfigRuleReport.json",
2025-08-20T19:15:56.6086076Z [00:02:03.148]➜  			"en-US/tag/GetConfigRuleReport.json",
2025-08-20T19:15:56.6086370Z [00:02:03.148]➜  			"en-US/tag/GetEffectivePolicy.json",
2025-08-20T19:15:56.6086621Z [00:02:03.148]➜  			"en-US/tag/GetPolicy.json",
2025-08-20T19:15:56.6086926Z [00:02:03.148]➜  			"en-US/tag/GetPolicyEnableStatus.json",
2025-08-20T19:15:56.6087251Z [00:02:03.148]➜  			"en-US/tag/ListConfigRulesForTarget.json",
2025-08-20T19:15:56.6087515Z [00:02:03.148]➜  			"en-US/tag/ListPolicies.json",
2025-08-20T19:15:56.6087819Z [00:02:03.148]➜  			"en-US/tag/ListPoliciesForTarget.json",
2025-08-20T19:15:56.6088121Z [00:02:03.148]➜  			"en-US/tag/ListResourcesByTag.json",
2025-08-20T19:15:56.6088448Z [00:02:03.148]➜  			"en-US/tag/ListSupportResourceTypes.json",
2025-08-20T19:15:56.6088705Z [00:02:03.148]➜  			"en-US/tag/ListTagKeys.json",
2025-08-20T19:15:56.6089161Z [00:02:03.148]➜  			"en-US/tag/ListTagResources.json",
2025-08-20T19:15:56.6089430Z [00:02:03.148]➜  			"en-US/tag/ListTagValues.json",
2025-08-20T19:15:56.6089734Z [00:02:03.148]➜  			"en-US/tag/ListTargetsForPolicy.json",
2025-08-20T19:15:56.6089995Z [00:02:03.148]➜  			"en-US/tag/ModifyPolicy.json",
2025-08-20T19:15:56.6090263Z [00:02:03.148]➜  			"en-US/tag/OpenCreatedBy.json",
2025-08-20T19:15:56.6090523Z [00:02:03.148]➜  			"en-US/tag/TagResources.json",
2025-08-20T19:15:56.6090802Z [00:02:03.148]➜  			"en-US/tag/UntagResources.json",
2025-08-20T19:15:56.6091040Z [00:02:03.148]➜  			"en-US/tag/version.json",
2025-08-20T19:15:56.6091311Z [00:02:03.148]➜  			"en-US/vod/AddAITemplate.json",
2025-08-20T19:15:56.6091569Z [00:02:03.148]➜  			"en-US/vod/AddCategory.json",
2025-08-20T19:15:56.6092013Z [00:02:03.148]➜  			"en-US/vod/AddEditingProject.json",
2025-08-20T19:15:56.6092358Z [00:02:03.148]➜  			"en-US/vod/AddEditingProjectMaterials.json",
2025-08-20T19:15:56.6092885Z [00:02:03.148]➜  			"en-US/vod/AddTranscodeTemplateGroup.json",
2025-08-20T19:15:56.6093154Z [00:02:03.148]➜  			"en-US/vod/AddVodDomain.json",
2025-08-20T19:15:56.6093461Z [00:02:03.148]➜  			"en-US/vod/AddVodStorageForApp.json",
2025-08-20T19:15:56.6093740Z [00:02:03.148]➜  			"en-US/vod/AddVodTemplate.json",
2025-08-20T19:15:56.6094013Z [00:02:03.148]➜  			"en-US/vod/AddWatermark.json",
2025-08-20T19:15:56.6094344Z [00:02:03.148]➜  			"en-US/vod/AttachAppPolicyToIdentity.json",
2025-08-20T19:15:56.6094675Z [00:02:03.148]➜  			"en-US/vod/BatchSetVodDomainConfigs.json",
2025-08-20T19:15:56.6094963Z [00:02:03.148]➜  			"en-US/vod/BatchStartVodDomain.json",
2025-08-20T19:15:56.6095265Z [00:02:03.148]➜  			"en-US/vod/BatchStopVodDomain.json",
2025-08-20T19:15:56.6095552Z [00:02:03.148]➜  			"en-US/vod/CancelUrlUploadJobs.json",
2025-08-20T19:15:56.6095843Z [00:02:03.148]➜  			"en-US/vod/CreateAppInfo.json",
2025-08-20T19:15:56.6096100Z [00:02:03.148]➜  			"en-US/vod/CreateAudit.json",
2025-08-20T19:15:56.6096442Z [00:02:03.148]➜  			"en-US/vod/CreateUploadAttachedMedia.json",
2025-08-20T19:15:56.6096729Z [00:02:03.148]➜  			"en-US/vod/CreateUploadImage.json",
2025-08-20T19:15:56.6097017Z [00:02:03.148]➜  			"en-US/vod/CreateUploadVideo.json",
2025-08-20T19:15:56.6097292Z [00:02:03.148]➜  			"en-US/vod/DecryptKMSDataKey.json",
2025-08-20T19:15:56.6097578Z [00:02:03.148]➜  			"en-US/vod/DeleteAIImageInfos.json",
2025-08-20T19:15:56.6097868Z [00:02:03.148]➜  			"en-US/vod/DeleteAITemplate.json",
2025-08-20T19:15:56.6098138Z [00:02:03.148]➜  			"en-US/vod/DeleteAppInfo.json",
2025-08-20T19:15:56.6098436Z [00:02:03.148]➜  			"en-US/vod/DeleteAttachedMedia.json",
2025-08-20T19:15:56.6098704Z [00:02:03.148]➜  			"en-US/vod/DeleteCategory.json",
2025-08-20T19:15:56.6098998Z [00:02:03.148]➜  			"en-US/vod/DeleteDynamicImage.json",
2025-08-20T19:15:56.6099310Z [00:02:03.148]➜  			"en-US/vod/DeleteEditingProject.json",
2025-08-20T19:15:56.6099732Z [00:02:03.148]➜  			"en-US/vod/DeleteEditingProjectMaterials.json",
2025-08-20T19:15:56.6100202Z [00:02:03.148]➜  			"en-US/vod/DeleteImage.json",
2025-08-20T19:15:56.6100514Z [00:02:03.148]➜  			"en-US/vod/DeleteMessageCallback.json",
2025-08-20T19:15:56.6100795Z [00:02:03.148]➜  			"en-US/vod/DeleteMezzanines.json",
2025-08-20T19:15:56.6101104Z [00:02:03.148]➜  			"en-US/vod/DeleteMultipartUpload.json",
2025-08-20T19:15:56.6101370Z [00:02:03.148]➜  			"en-US/vod/DeleteStream.json",
2025-08-20T19:15:56.6101727Z [00:02:03.148]➜  			"en-US/vod/DeleteTranscodeTemplateGroup.json",
2025-08-20T19:15:56.6101984Z [00:02:03.148]➜  			"en-US/vod/DeleteVideo.json",
2025-08-20T19:15:56.6102272Z [00:02:03.148]➜  			"en-US/vod/DeleteVodDomain.json",
2025-08-20T19:15:56.6102806Z [00:02:03.148]➜  			"en-US/vod/DeleteVodSpecificConfig.json",
2025-08-20T19:15:56.6103130Z [00:02:03.148]➜  			"en-US/vod/DeleteVodTemplate.json",
2025-08-20T19:15:56.6103435Z [00:02:03.148]➜  			"en-US/vod/DeleteWatermark.json",
2025-08-20T19:15:56.6103754Z [00:02:03.148]➜  			"en-US/vod/DescribePlayTopVideos.json",
2025-08-20T19:15:56.6104065Z [00:02:03.148]➜  			"en-US/vod/DescribePlayUserAvg.json",
2025-08-20T19:15:56.6104374Z [00:02:03.148]➜  			"en-US/vod/DescribePlayUserTotal.json",
2025-08-20T19:15:56.6104690Z [00:02:03.148]➜  			"en-US/vod/DescribePlayVideoStatis.json",
2025-08-20T19:15:56.6104980Z [00:02:03.148]➜  			"en-US/vod/DescribeVodAIData.json",
2025-08-20T19:15:56.6105313Z [00:02:03.148]➜  			"en-US/vod/DescribeVodCertificateList.json",
2025-08-20T19:15:56.6105643Z [00:02:03.148]➜  			"en-US/vod/DescribeVodDomainBpsData.json",
2025-08-20T19:15:56.6106024Z [00:02:03.148]➜  			"en-US/vod/DescribeVodDomainCertificateInfo.json",
2025-08-20T19:15:56.6120297Z [00:02:03.148]➜  			"en-US/vod/DescribeVodDomainConfigs.json",
2025-08-20T19:15:56.6123831Z [00:02:03.148]➜  			"en-US/vod/DescribeVodDomainDetail.json",
2025-08-20T19:15:56.6127810Z [00:02:03.148]➜  			"en-US/vod/DescribeVodDomainLog.json",
2025-08-20T19:15:56.6130819Z [00:02:03.148]➜  			"en-US/vod/DescribeVodDomainSrcBpsData.json",
2025-08-20T19:15:56.6132905Z [00:02:03.148]➜  			"en-US/vod/DescribeVodDomainSrcTrafficData.json",
2025-08-20T19:15:56.6133299Z [00:02:03.148]➜  			"en-US/vod/DescribeVodDomainTrafficData.json",
2025-08-20T19:15:56.6133646Z [00:02:03.148]➜  			"en-US/vod/DescribeVodDomainUsageData.json",
2025-08-20T19:15:56.6142561Z [00:02:03.148]➜  			"en-US/vod/DescribeVodRefreshQuota.json",
2025-08-20T19:15:56.6142915Z [00:02:03.148]➜  			"en-US/vod/DescribeVodRefreshTasks.json",
2025-08-20T19:15:56.6143234Z [00:02:03.148]➜  			"en-US/vod/DescribeVodStorageData.json",
2025-08-20T19:15:56.6143562Z [00:02:03.148]➜  			"en-US/vod/DescribeVodTranscodeData.json",
2025-08-20T19:15:56.6143866Z [00:02:03.148]➜  			"en-US/vod/DescribeVodUserDomains.json",
2025-08-20T19:15:56.6144189Z [00:02:03.148]➜  			"en-US/vod/DescribeVodVerifyContent.json",
2025-08-20T19:15:56.6144552Z [00:02:03.148]➜  			"en-US/vod/DetachAppPolicyFromIdentity.json",
2025-08-20T19:15:56.6144887Z [00:02:03.148]➜  			"en-US/vod/GenerateDownloadSecretKey.json",
2025-08-20T19:15:56.6145200Z [00:02:03.148]➜  			"en-US/vod/GenerateKMSDataKey.json",
2025-08-20T19:15:56.6153906Z [00:02:03.148]➜  			"en-US/vod/GetAIImageJobs.json",
2025-08-20T19:15:56.6154290Z [00:02:03.148]➜  			"en-US/vod/GetAIMediaAuditJob.json",
2025-08-20T19:15:56.6154572Z [00:02:03.148]➜  			"en-US/vod/GetAITemplate.json",
2025-08-20T19:15:56.6154878Z [00:02:03.148]➜  			"en-US/vod/GetAIVideoTagResult.json",
2025-08-20T19:15:56.6155142Z [00:02:03.148]➜  			"en-US/vod/GetAppInfos.json",
2025-08-20T19:15:56.6155451Z [00:02:03.148]➜  			"en-US/vod/GetAttachedMediaInfo.json",
2025-08-20T19:15:56.6155732Z [00:02:03.148]➜  			"en-US/vod/GetAuditHistory.json",
2025-08-20T19:15:56.6156006Z [00:02:03.148]➜  			"en-US/vod/GetCategories.json",
2025-08-20T19:15:56.6156299Z [00:02:03.148]➜  			"en-US/vod/GetDefaultAITemplate.json",
2025-08-20T19:15:56.6156703Z [00:02:03.148]➜  			"en-US/vod/GetDigitalWatermarkExtractResult.json",
2025-08-20T19:15:56.6156996Z [00:02:03.148]➜  			"en-US/vod/GetEditingProject.json",
2025-08-20T19:15:56.6157534Z [00:02:03.148]➜  			"en-US/vod/GetEditingProjectMaterials.json",
2025-08-20T19:15:56.6157796Z [00:02:03.148]➜  			"en-US/vod/GetImageInfo.json",
2025-08-20T19:15:56.6158068Z [00:02:03.148]➜  			"en-US/vod/GetImageInfos.json",
2025-08-20T19:15:56.6158427Z [00:02:03.148]➜  			"en-US/vod/GetMediaAuditAudioResultDetail.json",
2025-08-20T19:15:56.6158728Z [00:02:03.148]➜  			"en-US/vod/GetMediaAuditResult.json",
2025-08-20T19:15:56.6159057Z [00:02:03.148]➜  			"en-US/vod/GetMediaAuditResultDetail.json",
2025-08-20T19:15:56.6159400Z [00:02:03.148]➜  			"en-US/vod/GetMediaAuditResultTimeline.json",
2025-08-20T19:15:56.6159681Z [00:02:03.148]➜  			"en-US/vod/GetMediaDNAResult.json",
2025-08-20T19:15:56.6159975Z [00:02:03.148]➜  			"en-US/vod/GetMediaRefreshJobs.json",
2025-08-20T19:15:56.6160274Z [00:02:03.148]➜  			"en-US/vod/GetMessageCallback.json",
2025-08-20T19:15:56.6160559Z [00:02:03.148]➜  			"en-US/vod/GetMezzanineInfo.json",
2025-08-20T19:15:56.6160817Z [00:02:03.148]➜  			"en-US/vod/GetPlayInfo.json",
2025-08-20T19:15:56.6161125Z [00:02:03.148]➜  			"en-US/vod/GetTranscodeSummary.json",
2025-08-20T19:15:56.6161402Z [00:02:03.148]➜  			"en-US/vod/GetTranscodeTask.json",
2025-08-20T19:15:56.6161739Z [00:02:03.148]➜  			"en-US/vod/GetTranscodeTemplateGroup.json",
2025-08-20T19:15:56.6162023Z [00:02:03.148]➜  			"en-US/vod/GetURLUploadInfos.json",
2025-08-20T19:15:56.6162308Z [00:02:03.148]➜  			"en-US/vod/GetUploadDetails.json",
2025-08-20T19:15:56.6162743Z [00:02:03.148]➜  			"en-US/vod/GetVideoInfo.json",
2025-08-20T19:15:56.6163026Z [00:02:03.148]➜  			"en-US/vod/GetVideoInfos.json",
2025-08-20T19:15:56.6163286Z [00:02:03.148]➜  			"en-US/vod/GetVideoList.json",
2025-08-20T19:15:56.6163569Z [00:02:03.148]➜  			"en-US/vod/GetVideoPlayAuth.json",
2025-08-20T19:15:56.6163844Z [00:02:03.148]➜  			"en-US/vod/GetVodTemplate.json",
2025-08-20T19:15:56.6164265Z [00:02:03.148]➜  			"en-US/vod/GetWatermark.json",
2025-08-20T19:15:56.6164553Z [00:02:03.149]➜  			"en-US/vod/ListAIImageInfo.json",
2025-08-20T19:15:56.6164829Z [00:02:03.149]➜  			"en-US/vod/ListAIJob.json",
2025-08-20T19:15:56.6165098Z [00:02:03.149]➜  			"en-US/vod/ListAITemplate.json",
2025-08-20T19:15:56.6165356Z [00:02:03.149]➜  			"en-US/vod/ListAppInfo.json",
2025-08-20T19:15:56.6165699Z [00:02:03.149]➜  			"en-US/vod/ListAppPoliciesForIdentity.json",
2025-08-20T19:15:56.6165989Z [00:02:03.149]➜  			"en-US/vod/ListAuditSecurityIp.json",
2025-08-20T19:15:56.6166274Z [00:02:03.149]➜  			"en-US/vod/ListDynamicImage.json",
2025-08-20T19:15:56.6166569Z [00:02:03.149]➜  			"en-US/vod/ListLiveRecordVideo.json",
2025-08-20T19:15:56.6166850Z [00:02:03.149]➜  			"en-US/vod/ListSnapshots.json",
2025-08-20T19:15:56.6167135Z [00:02:03.149]➜  			"en-US/vod/ListTranscodeTask.json",
2025-08-20T19:15:56.6167478Z [00:02:03.149]➜  			"en-US/vod/ListTranscodeTemplateGroup.json",
2025-08-20T19:15:56.6167769Z [00:02:03.149]➜  			"en-US/vod/ListVodTemplate.json",
2025-08-20T19:15:56.6168041Z [00:02:03.149]➜  			"en-US/vod/ListWatermark.json",
2025-08-20T19:15:56.6168329Z [00:02:03.149]➜  			"en-US/vod/MoveAppResource.json",
2025-08-20T19:15:56.6168650Z [00:02:03.149]➜  			"en-US/vod/PreloadVodObjectCaches.json",
2025-08-20T19:15:56.6168987Z [00:02:03.149]➜  			"en-US/vod/ProduceEditingProjectVideo.json",
2025-08-20T19:15:56.6169294Z [00:02:03.149]➜  			"en-US/vod/RefreshMediaPlayUrls.json",
2025-08-20T19:15:56.6169580Z [00:02:03.149]➜  			"en-US/vod/RefreshUploadVideo.json",
2025-08-20T19:15:56.6169893Z [00:02:03.149]➜  			"en-US/vod/RefreshVodObjectCaches.json",
2025-08-20T19:15:56.6170155Z [00:02:03.149]➜  			"en-US/vod/RegisterMedia.json",
2025-08-20T19:15:56.6170427Z [00:02:03.149]➜  			"en-US/vod/RestoreMedia.json",
2025-08-20T19:15:56.6170727Z [00:02:03.149]➜  			"en-US/vod/SearchEditingProject.json",
2025-08-20T19:15:56.6170999Z [00:02:03.149]➜  			"en-US/vod/SearchMedia.json",
2025-08-20T19:15:56.6171300Z [00:02:03.149]➜  			"en-US/vod/SetAuditSecurityIp.json",
2025-08-20T19:15:56.6171610Z [00:02:03.149]➜  			"en-US/vod/SetCrossdomainContent.json",
2025-08-20T19:15:56.6172106Z [00:02:03.149]➜  			"en-US/vod/SetDefaultAITemplate.json",
2025-08-20T19:15:56.6217594Z [00:02:03.149]➜  			"en-US/vod/SetDefaultTranscodeTemplateGroup.json",
2025-08-20T19:15:56.6217983Z [00:02:03.149]➜  			"en-US/vod/SetDefaultWatermark.json",
2025-08-20T19:15:56.6218339Z [00:02:03.149]➜  			"en-US/vod/SetEditingProjectMaterials.json",
2025-08-20T19:15:56.6218632Z [00:02:03.149]➜  			"en-US/vod/SetMessageCallback.json",
2025-08-20T19:15:56.6218955Z [00:02:03.149]➜  			"en-US/vod/SetVodDomainCertificate.json",
2025-08-20T19:15:56.6219258Z [00:02:03.149]➜  			"en-US/vod/SubmitAIImageAuditJob.json",
2025-08-20T19:15:56.6219548Z [00:02:03.149]➜  			"en-US/vod/SubmitAIImageJob.json",
2025-08-20T19:15:56.6219807Z [00:02:03.149]➜  			"en-US/vod/SubmitAIJob.json",
2025-08-20T19:15:56.6220139Z [00:02:03.149]➜  			"en-US/vod/SubmitAIMediaAuditJob.json",
2025-08-20T19:15:56.6220518Z [00:02:03.149]➜  			"en-US/vod/SubmitDigitalWatermarkExtractJob.json",
2025-08-20T19:15:56.6220850Z [00:02:03.149]➜  			"en-US/vod/SubmitDynamicImageJob.json",
2025-08-20T19:15:56.6221162Z [00:02:03.149]➜  			"en-US/vod/SubmitMediaDNADeleteJob.json",
2025-08-20T19:15:56.6221466Z [00:02:03.149]➜  			"en-US/vod/SubmitPreprocessJobs.json",
2025-08-20T19:15:56.6221750Z [00:02:03.149]➜  			"en-US/vod/SubmitSnapshotJob.json",
2025-08-20T19:15:56.6222050Z [00:02:03.149]➜  			"en-US/vod/SubmitTranscodeJobs.json",
2025-08-20T19:15:56.6222329Z [00:02:03.149]➜  			"en-US/vod/SubmitWorkflowJob.json",
2025-08-20T19:15:56.6222778Z [00:02:03.149]➜  			"en-US/vod/UpdateAITemplate.json",
2025-08-20T19:15:56.6223070Z [00:02:03.149]➜  			"en-US/vod/UpdateAppInfo.json",
2025-08-20T19:15:56.6223395Z [00:02:03.149]➜  			"en-US/vod/UpdateAttachedMediaInfos.json",
2025-08-20T19:15:56.6223672Z [00:02:03.149]➜  			"en-US/vod/UpdateCategory.json",
2025-08-20T19:15:56.6224131Z [00:02:03.149]➜  			"en-US/vod/UpdateEditingProject.json",
2025-08-20T19:15:56.6224426Z [00:02:03.149]➜  			"en-US/vod/UpdateImageInfos.json",
2025-08-20T19:15:56.6224754Z [00:02:03.149]➜  			"en-US/vod/UpdateMediaStorageClass.json",
2025-08-20T19:15:56.6225109Z [00:02:03.149]➜  			"en-US/vod/UpdateTranscodeTemplateGroup.json",
2025-08-20T19:15:56.6225388Z [00:02:03.149]➜  			"en-US/vod/UpdateVideoInfo.json",
2025-08-20T19:15:56.6225676Z [00:02:03.149]➜  			"en-US/vod/UpdateVideoInfos.json",
2025-08-20T19:15:56.6225949Z [00:02:03.149]➜  			"en-US/vod/UpdateVodDomain.json",
2025-08-20T19:15:56.6226244Z [00:02:03.149]➜  			"en-US/vod/UpdateVodTemplate.json",
2025-08-20T19:15:56.6226516Z [00:02:03.149]➜  			"en-US/vod/UpdateWatermark.json",
2025-08-20T19:15:56.6226805Z [00:02:03.149]➜  			"en-US/vod/UploadMediaByURL.json",
2025-08-20T19:15:56.6227086Z [00:02:03.149]➜  			"en-US/vod/UploadStreamByURL.json",
2025-08-20T19:15:56.6227389Z [00:02:03.149]➜  			"en-US/vod/VerifyVodDomainOwner.json",
2025-08-20T19:15:56.6227645Z [00:02:03.149]➜  			"en-US/vod/version.json",
2025-08-20T19:15:56.6227962Z [00:02:03.149]➜  			"en-US/vpc/ActivateRouterInterface.json",
2025-08-20T19:15:56.6228244Z [00:02:03.149]➜  			"en-US/vpc/ActiveFlowLog.json",
2025-08-20T19:15:56.6228512Z [00:02:03.149]➜  			"en-US/vpc/AddBgpNetwork.json",
2025-08-20T19:15:56.6228846Z [00:02:03.149]➜  			"en-US/vpc/AddCommonBandwidthPackageIp.json",
2025-08-20T19:15:56.6229195Z [00:02:03.149]➜  			"en-US/vpc/AddCommonBandwidthPackageIps.json",
2025-08-20T19:15:56.6229565Z [00:02:03.149]➜  			"en-US/vpc/AddGlobalAccelerationInstanceIp.json",
2025-08-20T19:15:56.6229932Z [00:02:03.149]➜  			"en-US/vpc/AddIPv6TranslatorAclListEntry.json",
2025-08-20T19:15:56.6230305Z [00:02:03.149]➜  			"en-US/vpc/AddPublicIpAddressPoolCidrBlock.json",
2025-08-20T19:15:56.6230691Z [00:02:03.149]➜  			"en-US/vpc/AddSourcesToTrafficMirrorSession.json",
2025-08-20T19:15:56.6230986Z [00:02:03.150]➜  			"en-US/vpc/AllocateEipAddress.json",
2025-08-20T19:15:56.6231312Z [00:02:03.150]➜  			"en-US/vpc/AllocateEipAddressPro.json",
2025-08-20T19:15:56.6231655Z [00:02:03.150]➜  			"en-US/vpc/AllocateEipSegmentAddress.json",
2025-08-20T19:15:56.6266927Z [00:02:03.150]➜  			"en-US/vpc/AllocateIpv6Address.json",
2025-08-20T19:15:56.6267304Z [00:02:03.150]➜  			"en-US/vpc/AllocateIpv6InternetBandwidth.json",
2025-08-20T19:15:56.6267622Z [00:02:03.150]➜  			"en-US/vpc/AllocateVpcIpv6Cidr.json",
2025-08-20T19:15:56.6267965Z [00:02:03.150]➜  			"en-US/vpc/ApplyPhysicalConnectionLOA.json",
2025-08-20T19:15:56.6268270Z [00:02:03.150]➜  			"en-US/vpc/AssociateEipAddress.json",
2025-08-20T19:15:56.6268596Z [00:02:03.150]➜  			"en-US/vpc/AssociateEipAddressBatch.json",
2025-08-20T19:15:56.6268885Z [00:02:03.150]➜  			"en-US/vpc/AssociateHaVip.json",
2025-08-20T19:15:56.6269185Z [00:02:03.150]➜  			"en-US/vpc/AssociateNetworkAcl.json",
2025-08-20T19:15:56.6269736Z [00:02:03.150]➜  			"en-US/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json",
2025-08-20T19:15:56.6270047Z [00:02:03.150]➜  			"en-US/vpc/AssociateRouteTable.json",
2025-08-20T19:15:56.6270419Z [00:02:03.150]➜  			"en-US/vpc/AssociateRouteTableWithGateway.json",
2025-08-20T19:15:56.6270908Z [00:02:03.150]➜  			"en-US/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json",
2025-08-20T19:15:56.6271228Z [00:02:03.150]➜  			"en-US/vpc/AssociateVpcCidrBlock.json",
2025-08-20T19:15:56.6271644Z [00:02:03.150]➜  			"en-US/vpc/AssociateVpnGatewayWithCertificate.json",
2025-08-20T19:15:56.6271985Z [00:02:03.150]➜  			"en-US/vpc/AttachDhcpOptionsSetToVpc.json",
2025-08-20T19:15:56.6272274Z [00:02:03.150]➜  			"en-US/vpc/AttachVbrToVpconn.json",
2025-08-20T19:15:56.6272903Z [00:02:03.150]➜  			"en-US/vpc/CancelCommonBandwidthPackageIpBandwidth.json",
2025-08-20T19:15:56.6273256Z [00:02:03.150]➜  			"en-US/vpc/CancelPhysicalConnection.json",
2025-08-20T19:15:56.6273551Z [00:02:03.150]➜  			"en-US/vpc/ChangeResourceGroup.json",
2025-08-20T19:15:56.6273989Z [00:02:03.150]➜  			"en-US/vpc/CheckCanAllocateVpcPrivateIpAddress.json",
2025-08-20T19:15:56.6274503Z [00:02:03.150]➜  			"en-US/vpc/CheckVpnBgpEnabled.json",
2025-08-20T19:15:56.6274889Z [00:02:03.150]➜  			"en-US/vpc/CompletePhysicalConnectionLOA.json",
2025-08-20T19:15:56.6275241Z [00:02:03.150]➜  			"en-US/vpc/ConfirmPhysicalConnection.json",
2025-08-20T19:15:56.6275565Z [00:02:03.150]➜  			"en-US/vpc/ConnectRouterInterface.json",
2025-08-20T19:15:56.6275884Z [00:02:03.150]➜  			"en-US/vpc/ConvertBandwidthPackage.json",
2025-08-20T19:15:56.6276213Z [00:02:03.150]➜  			"en-US/vpc/CopyNetworkAclEntries.json",
2025-08-20T19:15:56.6276489Z [00:02:03.150]➜  			"en-US/vpc/CreateBgpGroup.json",
2025-08-20T19:15:56.6276770Z [00:02:03.150]➜  			"en-US/vpc/CreateBgpPeer.json",
2025-08-20T19:15:56.6277126Z [00:02:03.150]➜  			"en-US/vpc/CreateCommonBandwidthPackage.json",
2025-08-20T19:15:56.6277434Z [00:02:03.150]➜  			"en-US/vpc/CreateCustomerGateway.json",
2025-08-20T19:15:56.6277737Z [00:02:03.150]➜  			"en-US/vpc/CreateDefaultVSwitch.json",
2025-08-20T19:15:56.6278032Z [00:02:03.150]➜  			"en-US/vpc/CreateDefaultVpc.json",
2025-08-20T19:15:56.6278344Z [00:02:03.150]➜  			"en-US/vpc/CreateDhcpOptionsSet.json",
2025-08-20T19:15:56.6278699Z [00:02:03.150]➜  			"en-US/vpc/CreateExpressCloudConnection.json",
2025-08-20T19:15:56.6279006Z [00:02:03.150]➜  			"en-US/vpc/CreateFailoverTestJob.json",
2025-08-20T19:15:56.6279281Z [00:02:03.150]➜  			"en-US/vpc/CreateFlowLog.json",
2025-08-20T19:15:56.6279573Z [00:02:03.150]➜  			"en-US/vpc/CreateForwardEntry.json",
2025-08-20T19:15:56.6279867Z [00:02:03.150]➜  			"en-US/vpc/CreateFullNatEntry.json",
2025-08-20T19:15:56.6280247Z [00:02:03.150]➜  			"en-US/vpc/CreateGlobalAccelerationInstance.json",
2025-08-20T19:15:56.6280517Z [00:02:03.150]➜  			"en-US/vpc/CreateHaVip.json",
2025-08-20T19:15:56.6280927Z [00:02:03.150]➜  			"en-US/vpc/CreateHighReliablePhysicalConnection.json",
2025-08-20T19:15:56.6281236Z [00:02:03.150]➜  			"en-US/vpc/CreateIPv6Translator.json",
2025-08-20T19:15:56.6281597Z [00:02:03.150]➜  			"en-US/vpc/CreateIPv6TranslatorAclList.json",
2025-08-20T19:15:56.6281951Z [00:02:03.150]➜  			"en-US/vpc/CreateIPv6TranslatorEntry.json",
2025-08-20T19:15:56.6282239Z [00:02:03.150]➜  			"en-US/vpc/CreateIpsecServer.json",
2025-08-20T19:15:56.6320843Z [00:02:03.150]➜  			"en-US/vpc/CreateIpv4Gateway.json",
2025-08-20T19:15:56.6321189Z [00:02:03.150]➜  			"en-US/vpc/CreateIpv6EgressOnlyRule.json",
2025-08-20T19:15:56.6321496Z [00:02:03.150]➜  			"en-US/vpc/CreateIpv6Gateway.json",
2025-08-20T19:15:56.6321777Z [00:02:03.150]➜  			"en-US/vpc/CreateNatGateway.json",
2025-08-20T19:15:56.6322050Z [00:02:03.150]➜  			"en-US/vpc/CreateNatIp.json",
2025-08-20T19:15:56.6322330Z [00:02:03.150]➜  			"en-US/vpc/CreateNatIpCidr.json",
2025-08-20T19:15:56.6322796Z [00:02:03.150]➜  			"en-US/vpc/CreateNetworkAcl.json",
2025-08-20T19:15:56.6323107Z [00:02:03.150]➜  			"en-US/vpc/CreatePhysicalConnection.json",
2025-08-20T19:15:56.6323535Z [00:02:03.150]➜  			"en-US/vpc/CreatePhysicalConnectionOccupancyOrder.json",
2025-08-20T19:15:56.6323972Z [00:02:03.150]➜  			"en-US/vpc/CreatePhysicalConnectionSetupOrder.json",
2025-08-20T19:15:56.6324310Z [00:02:03.150]➜  			"en-US/vpc/CreatePublicIpAddressPool.json",
2025-08-20T19:15:56.6324610Z [00:02:03.150]➜  			"en-US/vpc/CreateRouteEntries.json",
2025-08-20T19:15:56.6324888Z [00:02:03.150]➜  			"en-US/vpc/CreateRouteEntry.json",
2025-08-20T19:15:56.6325151Z [00:02:03.150]➜  			"en-US/vpc/CreateRouteTable.json",
2025-08-20T19:15:56.6325450Z [00:02:03.150]➜  			"en-US/vpc/CreateRouterInterface.json",
2025-08-20T19:15:56.6325715Z [00:02:03.150]➜  			"en-US/vpc/CreateSnatEntry.json",
2025-08-20T19:15:56.6326013Z [00:02:03.150]➜  			"en-US/vpc/CreateSslVpnClientCert.json",
2025-08-20T19:15:56.6326296Z [00:02:03.150]➜  			"en-US/vpc/CreateSslVpnServer.json",
2025-08-20T19:15:56.6326608Z [00:02:03.150]➜  			"en-US/vpc/CreateTrafficMirrorFilter.json",
2025-08-20T19:15:56.6326961Z [00:02:03.150]➜  			"en-US/vpc/CreateTrafficMirrorFilterRules.json",
2025-08-20T19:15:56.6327282Z [00:02:03.150]➜  			"en-US/vpc/CreateTrafficMirrorSession.json",
2025-08-20T19:15:56.6327765Z [00:02:03.150]➜  			"en-US/vpc/CreateVSwitch.json",
2025-08-20T19:15:56.6328118Z [00:02:03.150]➜  			"en-US/vpc/CreateVSwitchCidrReservation.json",
2025-08-20T19:15:56.6328387Z [00:02:03.150]➜  			"en-US/vpc/CreateVbrHa.json",
2025-08-20T19:15:56.6328710Z [00:02:03.150]➜  			"en-US/vpc/CreateVcoRouteEntry.json",
2025-08-20T19:15:56.6329042Z [00:02:03.150]➜  			"en-US/vpc/CreateVirtualBorderRouter.json",
2025-08-20T19:15:56.6329397Z [00:02:03.150]➜  			"en-US/vpc/CreateVirtualPhysicalConnection.json",
2025-08-20T19:15:56.6329648Z [00:02:03.150]➜  			"en-US/vpc/CreateVpc.json",
2025-08-20T19:15:56.6329960Z [00:02:03.150]➜  			"en-US/vpc/CreateVpcGatewayEndpoint.json",
2025-08-20T19:15:56.6330253Z [00:02:03.150]➜  			"en-US/vpc/CreateVpcPrefixList.json",
2025-08-20T19:15:56.6330533Z [00:02:03.150]➜  			"en-US/vpc/CreateVpconnFromVbr.json",
2025-08-20T19:15:56.6330816Z [00:02:03.150]➜  			"en-US/vpc/CreateVpnAttachment.json",
2025-08-20T19:15:56.6331096Z [00:02:03.150]➜  			"en-US/vpc/CreateVpnConnection.json",
2025-08-20T19:15:56.6331388Z [00:02:03.150]➜  			"en-US/vpc/CreateVpnGateway.json",
2025-08-20T19:15:56.6331688Z [00:02:03.150]➜  			"en-US/vpc/CreateVpnPbrRouteEntry.json",
2025-08-20T19:15:56.6331980Z [00:02:03.150]➜  			"en-US/vpc/CreateVpnRouteEntry.json",
2025-08-20T19:15:56.6332298Z [00:02:03.150]➜  			"en-US/vpc/DeactivateRouterInterface.json",
2025-08-20T19:15:56.6332782Z [00:02:03.150]➜  			"en-US/vpc/DeactiveFlowLog.json",
2025-08-20T19:15:56.6333053Z [00:02:03.150]➜  			"en-US/vpc/DeleteBgpGroup.json",
2025-08-20T19:15:56.6333330Z [00:02:03.150]➜  			"en-US/vpc/DeleteBgpNetwork.json",
2025-08-20T19:15:56.6333593Z [00:02:03.150]➜  			"en-US/vpc/DeleteBgpPeer.json",
2025-08-20T19:15:56.6333931Z [00:02:03.151]➜  			"en-US/vpc/DeleteCommonBandwidthPackage.json",
2025-08-20T19:15:56.6334222Z [00:02:03.151]➜  			"en-US/vpc/DeleteCustomerGateway.json",
2025-08-20T19:15:56.6334515Z [00:02:03.151]➜  			"en-US/vpc/DeleteDhcpOptionsSet.json",
2025-08-20T19:15:56.6334824Z [00:02:03.151]➜  			"en-US/vpc/DeleteFailoverTestJob.json",
2025-08-20T19:15:56.6335084Z [00:02:03.151]➜  			"en-US/vpc/DeleteFlowLog.json",
2025-08-20T19:15:56.6335363Z [00:02:03.151]➜  			"en-US/vpc/DeleteForwardEntry.json",
2025-08-20T19:15:56.6335836Z [00:02:03.151]➜  			"en-US/vpc/DeleteFullNatEntry.json",
2025-08-20T19:15:56.6336202Z [00:02:03.151]➜  			"en-US/vpc/DeleteGlobalAccelerationInstance.json",
2025-08-20T19:15:56.6336458Z [00:02:03.151]➜  			"en-US/vpc/DeleteHaVip.json",
2025-08-20T19:15:56.6336741Z [00:02:03.151]➜  			"en-US/vpc/DeleteIPv6Translator.json",
2025-08-20T19:15:56.6337080Z [00:02:03.151]➜  			"en-US/vpc/DeleteIPv6TranslatorAclList.json",
2025-08-20T19:15:56.6337393Z [00:02:03.151]➜  			"en-US/vpc/DeleteIPv6TranslatorEntry.json",
2025-08-20T19:15:56.6337674Z [00:02:03.151]➜  			"en-US/vpc/DeleteIpsecServer.json",
2025-08-20T19:15:56.6337948Z [00:02:03.151]➜  			"en-US/vpc/DeleteIpv4Gateway.json",
2025-08-20T19:15:56.6338262Z [00:02:03.151]➜  			"en-US/vpc/DeleteIpv6EgressOnlyRule.json",
2025-08-20T19:15:56.6338544Z [00:02:03.151]➜  			"en-US/vpc/DeleteIpv6Gateway.json",
2025-08-20T19:15:56.6338866Z [00:02:03.151]➜  			"en-US/vpc/DeleteIpv6InternetBandwidth.json",
2025-08-20T19:15:56.6339149Z [00:02:03.151]➜  			"en-US/vpc/DeleteNatGateway.json",
2025-08-20T19:15:56.6339393Z [00:02:03.151]➜  			"en-US/vpc/DeleteNatIp.json",
2025-08-20T19:15:56.6339665Z [00:02:03.151]➜  			"en-US/vpc/DeleteNatIpCidr.json",
2025-08-20T19:15:56.6339931Z [00:02:03.151]➜  			"en-US/vpc/DeleteNetworkAcl.json",
2025-08-20T19:15:56.6340245Z [00:02:03.151]➜  			"en-US/vpc/DeletePhysicalConnection.json",
2025-08-20T19:15:56.6340564Z [00:02:03.151]➜  			"en-US/vpc/DeletePublicIpAddressPool.json",
2025-08-20T19:15:56.6340948Z [00:02:03.151]➜  			"en-US/vpc/DeletePublicIpAddressPoolCidrBlock.json",
2025-08-20T19:15:56.6341230Z [00:02:03.151]➜  			"en-US/vpc/DeleteRouteEntries.json",
2025-08-20T19:15:56.6341499Z [00:02:03.151]➜  			"en-US/vpc/DeleteRouteEntry.json",
2025-08-20T19:15:56.6341764Z [00:02:03.151]➜  			"en-US/vpc/DeleteRouteTable.json",
2025-08-20T19:15:56.6342222Z [00:02:03.151]➜  			"en-US/vpc/DeleteRouterInterface.json",
2025-08-20T19:15:56.6342652Z [00:02:03.151]➜  			"en-US/vpc/DeleteSnatEntry.json",
2025-08-20T19:15:56.6343018Z [00:02:03.151]➜  			"en-US/vpc/DeleteSslVpnClientCert.json",
2025-08-20T19:15:56.6343353Z [00:02:03.151]➜  			"en-US/vpc/DeleteSslVpnServer.json",
2025-08-20T19:15:56.6343731Z [00:02:03.151]➜  			"en-US/vpc/DeleteTrafficMirrorFilter.json",
2025-08-20T19:15:56.6344132Z [00:02:03.151]➜  			"en-US/vpc/DeleteTrafficMirrorFilterRules.json",
2025-08-20T19:15:56.6344535Z [00:02:03.151]➜  			"en-US/vpc/DeleteTrafficMirrorSession.json",
2025-08-20T19:15:56.6344901Z [00:02:03.151]➜  			"en-US/vpc/DeleteVSwitch.json",
2025-08-20T19:15:56.6345295Z [00:02:03.151]➜  			"en-US/vpc/DeleteVSwitchCidrReservation.json",
2025-08-20T19:15:56.6345550Z [00:02:03.151]➜  			"en-US/vpc/DeleteVbrHa.json",
2025-08-20T19:15:56.6345847Z [00:02:03.151]➜  			"en-US/vpc/DeleteVcoRouteEntry.json",
2025-08-20T19:15:56.6346178Z [00:02:03.151]➜  			"en-US/vpc/DeleteVirtualBorderRouter.json",
2025-08-20T19:15:56.6346431Z [00:02:03.151]➜  			"en-US/vpc/DeleteVpc.json",
2025-08-20T19:15:56.6346771Z [00:02:03.151]➜  			"en-US/vpc/DeleteVpcGatewayEndpoint.json",
2025-08-20T19:15:56.6347068Z [00:02:03.151]➜  			"en-US/vpc/DeleteVpcPrefixList.json",
2025-08-20T19:15:56.6347348Z [00:02:03.151]➜  			"en-US/vpc/DeleteVpnAttachment.json",
2025-08-20T19:15:56.6347616Z [00:02:03.151]➜  			"en-US/vpc/DeleteVpnConnection.json",
2025-08-20T19:15:56.6347889Z [00:02:03.151]➜  			"en-US/vpc/DeleteVpnGateway.json",
2025-08-20T19:15:56.6348211Z [00:02:03.151]➜  			"en-US/vpc/DeleteVpnPbrRouteEntry.json",
2025-08-20T19:15:56.6348487Z [00:02:03.151]➜  			"en-US/vpc/DeleteVpnRouteEntry.json",
2025-08-20T19:15:56.6348768Z [00:02:03.151]➜  			"en-US/vpc/DeletionProtection.json",
2025-08-20T19:15:56.6349054Z [00:02:03.151]➜  			"en-US/vpc/DescribeAccessPoints.json",
2025-08-20T19:15:56.6349321Z [00:02:03.151]➜  			"en-US/vpc/DescribeBgpGroups.json",
2025-08-20T19:15:56.6349615Z [00:02:03.151]➜  			"en-US/vpc/DescribeBgpNetworks.json",
2025-08-20T19:15:56.6349893Z [00:02:03.151]➜  			"en-US/vpc/DescribeBgpPeers.json",
2025-08-20T19:15:56.6350432Z [00:02:03.151]➜  			"en-US/vpc/DescribeCommonBandwidthPackages.json",
2025-08-20T19:15:56.6350748Z [00:02:03.151]➜  			"en-US/vpc/DescribeCustomerGateway.json",
2025-08-20T19:15:56.6351059Z [00:02:03.151]➜  			"en-US/vpc/DescribeCustomerGateways.json",
2025-08-20T19:15:56.6351362Z [00:02:03.151]➜  			"en-US/vpc/DescribeEcGrantRelation.json",
2025-08-20T19:15:56.6351646Z [00:02:03.151]➜  			"en-US/vpc/DescribeEipAddresses.json",
2025-08-20T19:15:56.6351942Z [00:02:03.151]➜  			"en-US/vpc/DescribeEipGatewayInfo.json",
2025-08-20T19:15:56.6352232Z [00:02:03.151]➜  			"en-US/vpc/DescribeEipMonitorData.json",
2025-08-20T19:15:56.6352856Z [00:02:03.151]➜  			"en-US/vpc/DescribeEipSegment.json",
2025-08-20T19:15:56.6353185Z [00:02:03.151]➜  			"en-US/vpc/DescribeFailoverTestJob.json",
2025-08-20T19:15:56.6353512Z [00:02:03.151]➜  			"en-US/vpc/DescribeFailoverTestJobs.json",
2025-08-20T19:15:56.6353799Z [00:02:03.151]➜  			"en-US/vpc/DescribeFlowLogs.json",
2025-08-20T19:15:56.6354130Z [00:02:03.151]➜  			"en-US/vpc/DescribeForwardTableEntries.json",
2025-08-20T19:15:56.6354543Z [00:02:03.151]➜  			"en-US/vpc/DescribeGlobalAccelerationInstances.json",
2025-08-20T19:15:56.6354841Z [00:02:03.151]➜  			"en-US/vpc/DescribeGrantRulesToCen.json",
2025-08-20T19:15:56.6355110Z [00:02:03.151]➜  			"en-US/vpc/DescribeHaVips.json",
2025-08-20T19:15:56.6355555Z [00:02:03.151]➜  			"en-US/vpc/DescribeHighDefinitionMonitorLogAttribute.json",
2025-08-20T19:15:56.6355981Z [00:02:03.151]➜  			"en-US/vpc/DescribeIPv6TranslatorAclListAttributes.json",
2025-08-20T19:15:56.6356329Z [00:02:03.151]➜  			"en-US/vpc/DescribeIPv6TranslatorAclLists.json",
2025-08-20T19:15:56.6356672Z [00:02:03.151]➜  			"en-US/vpc/DescribeIPv6TranslatorEntries.json",
2025-08-20T19:15:56.6356972Z [00:02:03.151]➜  			"en-US/vpc/DescribeIPv6Translators.json",
2025-08-20T19:15:56.6357448Z [00:02:03.151]➜  			"en-US/vpc/DescribeIpv6Addresses.json",
2025-08-20T19:15:56.6357787Z [00:02:03.151]➜  			"en-US/vpc/DescribeIpv6EgressOnlyRules.json",
2025-08-20T19:15:56.6358138Z [00:02:03.151]➜  			"en-US/vpc/DescribeIpv6GatewayAttribute.json",
2025-08-20T19:15:56.6358422Z [00:02:03.151]➜  			"en-US/vpc/DescribeIpv6Gateways.json",
2025-08-20T19:15:56.6358710Z [00:02:03.151]➜  			"en-US/vpc/DescribeNatGateways.json",
2025-08-20T19:15:56.6359039Z [00:02:03.151]➜  			"en-US/vpc/DescribeNetworkAclAttributes.json",
2025-08-20T19:15:56.6359323Z [00:02:03.151]➜  			"en-US/vpc/DescribeNetworkAcls.json",
2025-08-20T19:15:56.6359660Z [00:02:03.151]➜  			"en-US/vpc/DescribePhysicalConnectionLOA.json",
2025-08-20T19:15:56.6359996Z [00:02:03.151]➜  			"en-US/vpc/DescribePhysicalConnections.json",
2025-08-20T19:15:56.6360297Z [00:02:03.151]➜  			"en-US/vpc/DescribePublicIpAddress.json",
2025-08-20T19:15:56.6360571Z [00:02:03.151]➜  			"en-US/vpc/DescribeRegions.json",
2025-08-20T19:15:56.6360883Z [00:02:03.151]➜  			"en-US/vpc/DescribeRouteEntryList.json",
2025-08-20T19:15:56.6361184Z [00:02:03.151]➜  			"en-US/vpc/DescribeRouteTableList.json",
2025-08-20T19:15:56.6361475Z [00:02:03.151]➜  			"en-US/vpc/DescribeRouteTables.json",
2025-08-20T19:15:56.6361842Z [00:02:03.151]➜  			"en-US/vpc/DescribeRouterInterfaceAttribute.json",
2025-08-20T19:15:56.6362150Z [00:02:03.151]➜  			"en-US/vpc/DescribeRouterInterfaces.json",
2025-08-20T19:15:56.6362823Z [00:02:03.151]➜  			"en-US/vpc/DescribeServerRelatedGlobalAccelerationInstances.json",
2025-08-20T19:15:56.6363142Z [00:02:03.151]➜  			"en-US/vpc/DescribeSnatTableEntries.json",
2025-08-20T19:15:56.6363461Z [00:02:03.151]➜  			"en-US/vpc/DescribeSslVpnClientCert.json",
2025-08-20T19:15:56.6363778Z [00:02:03.151]➜  			"en-US/vpc/DescribeSslVpnClientCerts.json",
2025-08-20T19:15:56.6364075Z [00:02:03.151]➜  			"en-US/vpc/DescribeSslVpnClients.json",
2025-08-20T19:15:56.6364364Z [00:02:03.151]➜  			"en-US/vpc/DescribeSslVpnServers.json",
2025-08-20T19:15:56.6364646Z [00:02:03.151]➜  			"en-US/vpc/DescribeTagKeys.json",
2025-08-20T19:15:56.6365006Z [00:02:03.151]➜  			"en-US/vpc/DescribeTagKeysForExpressConnect.json",
2025-08-20T19:15:56.6365445Z [00:02:03.151]➜  			"en-US/vpc/DescribeTags.json",
2025-08-20T19:15:56.6365717Z [00:02:03.151]➜  			"en-US/vpc/DescribeVRouters.json",
2025-08-20T19:15:56.6366037Z [00:02:03.151]➜  			"en-US/vpc/DescribeVSwitchAttributes.json",
2025-08-20T19:15:56.6366309Z [00:02:03.151]➜  			"en-US/vpc/DescribeVSwitches.json",
2025-08-20T19:15:56.6366572Z [00:02:03.151]➜  			"en-US/vpc/DescribeVbrHa.json",
2025-08-20T19:15:56.6366873Z [00:02:03.151]➜  			"en-US/vpc/DescribeVcoRouteEntries.json",
2025-08-20T19:15:56.6367211Z [00:02:03.151]➜  			"en-US/vpc/DescribeVirtualBorderRouters.json",
2025-08-20T19:15:56.6367728Z [00:02:03.151]➜  			"en-US/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json",
2025-08-20T19:15:56.6368023Z [00:02:03.151]➜  			"en-US/vpc/DescribeVpcAttribute.json",
2025-08-20T19:15:56.6368278Z [00:02:03.151]➜  			"en-US/vpc/DescribeVpcs.json",
2025-08-20T19:15:56.6368589Z [00:02:03.151]➜  			"en-US/vpc/DescribeVpnAttachments.json",
2025-08-20T19:15:56.6368885Z [00:02:03.151]➜  			"en-US/vpc/DescribeVpnConnection.json",
2025-08-20T19:15:56.6369211Z [00:02:03.151]➜  			"en-US/vpc/DescribeVpnConnectionLogs.json",
2025-08-20T19:15:56.6369515Z [00:02:03.151]➜  			"en-US/vpc/DescribeVpnConnections.json",
2025-08-20T19:15:56.6369916Z [00:02:03.151]➜  			"en-US/vpc/DescribeVpnCrossAccountAuthorizations.json",
2025-08-20T19:15:56.6370205Z [00:02:03.151]➜  			"en-US/vpc/DescribeVpnGateway.json",
2025-08-20T19:15:56.6370565Z [00:02:03.151]➜  			"en-US/vpc/DescribeVpnGatewayAvailableZones.json",
2025-08-20T19:15:56.6370859Z [00:02:03.151]➜  			"en-US/vpc/DescribeVpnGateways.json",
2025-08-20T19:15:56.6371182Z [00:02:03.151]➜  			"en-US/vpc/DescribeVpnPbrRouteEntries.json",
2025-08-20T19:15:56.6371489Z [00:02:03.151]➜  			"en-US/vpc/DescribeVpnRouteEntries.json",
2025-08-20T19:15:56.6371796Z [00:02:03.151]➜  			"en-US/vpc/DescribeVpnSslServerLogs.json",
2025-08-20T19:15:56.6372257Z [00:02:03.151]➜  			"en-US/vpc/DescribeZones.json",
2025-08-20T19:15:56.6372765Z [00:02:03.151]➜  			"en-US/vpc/DetachDhcpOptionsSetFromVpc.json",
2025-08-20T19:15:56.6373091Z [00:02:03.151]➜  			"en-US/vpc/DiagnoseVpnConnections.json",
2025-08-20T19:15:56.6373378Z [00:02:03.151]➜  			"en-US/vpc/DiagnoseVpnGateway.json",
2025-08-20T19:15:56.6373706Z [00:02:03.151]➜  			"en-US/vpc/DisableNatGatewayEcsMetric.json",
2025-08-20T19:15:56.6373997Z [00:02:03.151]➜  			"en-US/vpc/DisableVpcClassicLink.json",
2025-08-20T19:15:56.6374358Z [00:02:03.151]➜  			"en-US/vpc/DissociateRouteTableFromGateway.json",
2025-08-20T19:15:56.6374818Z [00:02:03.151]➜  			"en-US/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json",
2025-08-20T19:15:56.6375208Z [00:02:03.151]➜  			"en-US/vpc/DissociateVpnGatewayWithCertificate.json",
2025-08-20T19:15:56.6375533Z [00:02:03.151]➜  			"en-US/vpc/DownloadVpnConnectionConfig.json",
2025-08-20T19:15:56.6375850Z [00:02:03.151]➜  			"en-US/vpc/EnableNatGatewayEcsMetric.json",
2025-08-20T19:15:56.6376171Z [00:02:03.151]➜  			"en-US/vpc/EnablePhysicalConnection.json",
2025-08-20T19:15:56.6376465Z [00:02:03.151]➜  			"en-US/vpc/EnableVpcClassicLink.json",
2025-08-20T19:15:56.6376762Z [00:02:03.151]➜  			"en-US/vpc/EnableVpcIpv4Gateway.json",
2025-08-20T19:15:56.6377045Z [00:02:03.151]➜  			"en-US/vpc/GetDhcpOptionsSet.json",
2025-08-20T19:15:56.6377343Z [00:02:03.151]➜  			"en-US/vpc/GetFlowLogServiceStatus.json",
2025-08-20T19:15:56.6377650Z [00:02:03.151]➜  			"en-US/vpc/GetIpv4GatewayAttribute.json",
2025-08-20T19:15:56.6377945Z [00:02:03.151]➜  			"en-US/vpc/GetNatGatewayAttribute.json",
2025-08-20T19:15:56.6378324Z [00:02:03.151]➜  			"en-US/vpc/GetPhysicalConnectionServiceStatus.json",
2025-08-20T19:15:56.6378664Z [00:02:03.151]➜  			"en-US/vpc/GetTrafficMirrorServiceStatus.json",
2025-08-20T19:15:56.6379012Z [00:02:03.151]➜  			"en-US/vpc/GetVSwitchCidrReservationUsage.json",
2025-08-20T19:15:56.6379353Z [00:02:03.151]➜  			"en-US/vpc/GetVpcGatewayEndpointAttribute.json",
2025-08-20T19:15:56.6379706Z [00:02:03.151]➜  			"en-US/vpc/GetVpcPrefixListAssociations.json",
2025-08-20T19:15:56.6380007Z [00:02:03.151]➜  			"en-US/vpc/GetVpcPrefixListEntries.json",
2025-08-20T19:15:56.6380506Z [00:02:03.151]➜  			"en-US/vpc/GetVpcRouteEntrySummary.json",
2025-08-20T19:15:56.6380832Z [00:02:03.151]➜  			"en-US/vpc/GetVpnGatewayDiagnoseResult.json",
2025-08-20T19:15:56.6381117Z [00:02:03.151]➜  			"en-US/vpc/GrantInstanceToCen.json",
2025-08-20T19:15:56.6381394Z [00:02:03.151]➜  			"en-US/vpc/GrantInstanceToVbr.json",
2025-08-20T19:15:56.6381708Z [00:02:03.151]➜  			"en-US/vpc/ListBusinessAccessPoints.json",
2025-08-20T19:15:56.6381992Z [00:02:03.151]➜  			"en-US/vpc/ListDhcpOptionsSets.json",
2025-08-20T19:15:56.6382545Z [00:02:03.151]➜  			"en-US/vpc/ListEnhanhcedNatGatewayAvailableZones.json",
2025-08-20T19:15:56.6382834Z [00:02:03.151]➜  			"en-US/vpc/ListFullNatEntries.json",
2025-08-20T19:15:56.6383171Z [00:02:03.151]➜  			"en-US/vpc/ListGatewayRouteTableEntries.json",
2025-08-20T19:15:56.6383494Z [00:02:03.151]➜  			"en-US/vpc/ListGeographicSubRegions.json",
2025-08-20T19:15:56.6383776Z [00:02:03.151]➜  			"en-US/vpc/ListIpsecServerLogs.json",
2025-08-20T19:15:56.6384049Z [00:02:03.151]➜  			"en-US/vpc/ListIpsecServers.json",
2025-08-20T19:15:56.6384316Z [00:02:03.151]➜  			"en-US/vpc/ListIpv4Gateways.json",
2025-08-20T19:15:56.6384585Z [00:02:03.151]➜  			"en-US/vpc/ListNatIpCidrs.json",
2025-08-20T19:15:56.6384823Z [00:02:03.151]➜  			"en-US/vpc/ListNatIps.json",
2025-08-20T19:15:56.6385094Z [00:02:03.151]➜  			"en-US/vpc/ListPrefixLists.json",
2025-08-20T19:15:56.6385470Z [00:02:03.151]➜  			"en-US/vpc/ListPublicIpAddressPoolCidrBlocks.json",
2025-08-20T19:15:56.6385785Z [00:02:03.151]➜  			"en-US/vpc/ListPublicIpAddressPools.json",
2025-08-20T19:15:56.6386048Z [00:02:03.151]➜  			"en-US/vpc/ListTagResources.json",
2025-08-20T19:15:56.6386407Z [00:02:03.151]➜  			"en-US/vpc/ListTagResourcesForExpressConnect.json",
2025-08-20T19:15:56.6386883Z [00:02:03.151]➜  			"en-US/vpc/ListTrafficMirrorFilters.json",
2025-08-20T19:15:56.6387215Z [00:02:03.151]➜  			"en-US/vpc/ListTrafficMirrorSessions.json",
2025-08-20T19:15:56.6387557Z [00:02:03.151]➜  			"en-US/vpc/ListVSwitchCidrReservations.json",
2025-08-20T19:15:56.6387910Z [00:02:03.151]➜  			"en-US/vpc/ListVirtualPhysicalConnections.json",
2025-08-20T19:15:56.6388268Z [00:02:03.151]➜  			"en-US/vpc/ListVpcEndpointServicesByEndUser.json",
2025-08-20T19:15:56.6388566Z [00:02:03.151]➜  			"en-US/vpc/ListVpcGatewayEndpoints.json",
2025-08-20T19:15:56.6388911Z [00:02:03.151]➜  			"en-US/vpc/ListVpnCertificateAssociations.json",
2025-08-20T19:15:56.6389212Z [00:02:03.151]➜  			"en-US/vpc/ModifyBgpGroupAttribute.json",
2025-08-20T19:15:56.6389501Z [00:02:03.151]➜  			"en-US/vpc/ModifyBgpPeerAttribute.json",
2025-08-20T19:15:56.6389893Z [00:02:03.151]➜  			"en-US/vpc/ModifyCommonBandwidthPackageAttribute.json",
2025-08-20T19:15:56.6390304Z [00:02:03.151]➜  			"en-US/vpc/ModifyCommonBandwidthPackageIpBandwidth.json",
2025-08-20T19:15:56.6390684Z [00:02:03.151]➜  			"en-US/vpc/ModifyCommonBandwidthPackageSpec.json",
2025-08-20T19:15:56.6391024Z [00:02:03.151]➜  			"en-US/vpc/ModifyCustomerGatewayAttribute.json",
2025-08-20T19:15:56.6391355Z [00:02:03.151]➜  			"en-US/vpc/ModifyEipAddressAttribute.json",
2025-08-20T19:15:56.6391751Z [00:02:03.151]➜  			"en-US/vpc/ModifyExpressCloudConnectionAttribute.json",
2025-08-20T19:15:56.6392154Z [00:02:03.151]➜  			"en-US/vpc/ModifyExpressCloudConnectionBandwidth.json",
2025-08-20T19:15:56.6392604Z [00:02:03.151]➜  			"en-US/vpc/ModifyFlowLogAttribute.json",
2025-08-20T19:15:56.6392899Z [00:02:03.151]➜  			"en-US/vpc/ModifyForwardEntry.json",
2025-08-20T19:15:56.6393213Z [00:02:03.151]➜  			"en-US/vpc/ModifyFullNatEntryAttribute.json",
2025-08-20T19:15:56.6393662Z [00:02:03.151]➜  			"en-US/vpc/ModifyGlobalAccelerationInstanceAttributes.json",
2025-08-20T19:15:56.6394051Z [00:02:03.151]➜  			"en-US/vpc/ModifyGlobalAccelerationInstanceSpec.json",
2025-08-20T19:15:56.6394357Z [00:02:03.152]➜  			"en-US/vpc/ModifyHaVipAttribute.json",
2025-08-20T19:15:56.6394709Z [00:02:03.152]➜  			"en-US/vpc/ModifyIPv6TranslatorAclAttribute.json",
2025-08-20T19:15:56.6395239Z [00:02:03.152]➜  			"en-US/vpc/ModifyIPv6TranslatorAclListEntry.json",
2025-08-20T19:15:56.6395577Z [00:02:03.152]➜  			"en-US/vpc/ModifyIPv6TranslatorAttribute.json",
2025-08-20T19:15:56.6395923Z [00:02:03.152]➜  			"en-US/vpc/ModifyIPv6TranslatorBandwidth.json",
2025-08-20T19:15:56.6396237Z [00:02:03.152]➜  			"en-US/vpc/ModifyIPv6TranslatorEntry.json",
2025-08-20T19:15:56.6396566Z [00:02:03.152]➜  			"en-US/vpc/ModifyIpv6AddressAttribute.json",
2025-08-20T19:15:56.6396880Z [00:02:03.152]➜  			"en-US/vpc/ModifyIpv6GatewayAttribute.json",
2025-08-20T19:15:56.6397209Z [00:02:03.152]➜  			"en-US/vpc/ModifyIpv6InternetBandwidth.json",
2025-08-20T19:15:56.6397519Z [00:02:03.152]➜  			"en-US/vpc/ModifyNatGatewayAttribute.json",
2025-08-20T19:15:56.6397812Z [00:02:03.152]➜  			"en-US/vpc/ModifyNatGatewaySpec.json",
2025-08-20T19:15:56.6398107Z [00:02:03.152]➜  			"en-US/vpc/ModifyNatIpAttribute.json",
2025-08-20T19:15:56.6398433Z [00:02:03.152]➜  			"en-US/vpc/ModifyNatIpCidrAttribute.json",
2025-08-20T19:15:56.6398761Z [00:02:03.152]➜  			"en-US/vpc/ModifyNetworkAclAttributes.json",
2025-08-20T19:15:56.6399137Z [00:02:03.152]➜  			"en-US/vpc/ModifyPhysicalConnectionAttribute.json",
2025-08-20T19:15:56.6399457Z [00:02:03.152]➜  			"en-US/vpc/ModifyRouteEntry.json",
2025-08-20T19:15:56.6399786Z [00:02:03.152]➜  			"en-US/vpc/ModifyRouteTableAttributes.json",
2025-08-20T19:15:56.6400133Z [00:02:03.152]➜  			"en-US/vpc/ModifyRouterInterfaceAttribute.json",
2025-08-20T19:15:56.6400452Z [00:02:03.152]➜  			"en-US/vpc/ModifyRouterInterfaceSpec.json",
2025-08-20T19:15:56.6400720Z [00:02:03.152]➜  			"en-US/vpc/ModifySnatEntry.json",
2025-08-20T19:15:56.6401025Z [00:02:03.152]➜  			"en-US/vpc/ModifySslVpnClientCert.json",
2025-08-20T19:15:56.6401300Z [00:02:03.152]➜  			"en-US/vpc/ModifySslVpnServer.json",
2025-08-20T19:15:56.6401769Z [00:02:03.152]➜  			"en-US/vpc/ModifyTunnelAttribute.json",
2025-08-20T19:15:56.6402079Z [00:02:03.152]➜  			"en-US/vpc/ModifyVRouterAttribute.json",
2025-08-20T19:15:56.6402372Z [00:02:03.152]➜  			"en-US/vpc/ModifyVSwitchAttribute.json",
2025-08-20T19:15:56.6402971Z [00:02:03.152]➜  			"en-US/vpc/ModifyVSwitchCidrReservationAttribute.json",
2025-08-20T19:15:56.6403288Z [00:02:03.152]➜  			"en-US/vpc/ModifyVcoRouteEntryWeight.json",
2025-08-20T19:15:56.6403672Z [00:02:03.152]➜  			"en-US/vpc/ModifyVirtualBorderRouterAttribute.json",
2025-08-20T19:15:56.6403948Z [00:02:03.152]➜  			"en-US/vpc/ModifyVpcAttribute.json",
2025-08-20T19:15:56.6404239Z [00:02:03.152]➜  			"en-US/vpc/ModifyVpcPrefixList.json",
2025-08-20T19:15:56.6404572Z [00:02:03.152]➜  			"en-US/vpc/ModifyVpnAttachmentAttribute.json",
2025-08-20T19:15:56.6404910Z [00:02:03.152]➜  			"en-US/vpc/ModifyVpnConnectionAttribute.json",
2025-08-20T19:15:56.6405222Z [00:02:03.152]➜  			"en-US/vpc/ModifyVpnGatewayAttribute.json",
2025-08-20T19:15:56.6405592Z [00:02:03.152]➜  			"en-US/vpc/ModifyVpnPbrRouteEntryAttribute.json",
2025-08-20T19:15:56.6405938Z [00:02:03.152]➜  			"en-US/vpc/ModifyVpnPbrRouteEntryPriority.json",
2025-08-20T19:15:56.6406287Z [00:02:03.152]➜  			"en-US/vpc/ModifyVpnPbrRouteEntryWeight.json",
2025-08-20T19:15:56.6406599Z [00:02:03.152]➜  			"en-US/vpc/ModifyVpnRouteEntryWeight.json",
2025-08-20T19:15:56.6406884Z [00:02:03.152]➜  			"en-US/vpc/MoveResourceGroup.json",
2025-08-20T19:15:56.6407169Z [00:02:03.152]➜  			"en-US/vpc/MoveVpnResourceGroup.json",
2025-08-20T19:15:56.6407453Z [00:02:03.152]➜  			"en-US/vpc/OpenFlowLogService.json",
2025-08-20T19:15:56.6407789Z [00:02:03.152]➜  			"en-US/vpc/OpenPhysicalConnectionService.json",
2025-08-20T19:15:56.6408105Z [00:02:03.152]➜  			"en-US/vpc/OpenTrafficMirrorService.json",
2025-08-20T19:15:56.6408398Z [00:02:03.152]➜  			"en-US/vpc/PublishVpnRouteEntry.json",
2025-08-20T19:15:56.6408714Z [00:02:03.152]➜  			"en-US/vpc/RecoverPhysicalConnection.json",
2025-08-20T19:15:56.6409047Z [00:02:03.152]➜  			"en-US/vpc/RecoverVirtualBorderRouter.json",
2025-08-20T19:15:56.6409324Z [00:02:03.152]➜  			"en-US/vpc/ReleaseEipAddress.json",
2025-08-20T19:15:56.6409631Z [00:02:03.152]➜  			"en-US/vpc/ReleaseEipSegmentAddress.json",
2025-08-20T19:15:56.6410124Z [00:02:03.152]➜  			"en-US/vpc/ReleaseIpv6Address.json",
2025-08-20T19:15:56.6410467Z [00:02:03.152]➜  			"en-US/vpc/RemoveCommonBandwidthPackageIp.json",
2025-08-20T19:15:56.6410847Z [00:02:03.152]➜  			"en-US/vpc/RemoveGlobalAccelerationInstanceIp.json",
2025-08-20T19:15:56.6411203Z [00:02:03.152]➜  			"en-US/vpc/RemoveIPv6TranslatorAclListEntry.json",
2025-08-20T19:15:56.6411604Z [00:02:03.152]➜  			"en-US/vpc/RemoveSourcesFromTrafficMirrorSession.json",
2025-08-20T19:15:56.6411912Z [00:02:03.152]➜  			"en-US/vpc/ReplaceVpcDhcpOptionsSet.json",
2025-08-20T19:15:56.6412256Z [00:02:03.152]➜  			"en-US/vpc/RetryVpcPrefixListAssociation.json",
2025-08-20T19:15:56.6412762Z [00:02:03.152]➜  			"en-US/vpc/RevokeInstanceFromCen.json",
2025-08-20T19:15:56.6413077Z [00:02:03.152]➜  			"en-US/vpc/RevokeInstanceFromVbr.json",
2025-08-20T19:15:56.6413436Z [00:02:03.152]➜  			"en-US/vpc/SecondApplyPhysicalConnectionLOA.json",
2025-08-20T19:15:56.6413823Z [00:02:03.152]➜  			"en-US/vpc/SetHighDefinitionMonitorLogStatus.json",
2025-08-20T19:15:56.6414108Z [00:02:03.152]➜  			"en-US/vpc/StartFailoverTestJob.json",
2025-08-20T19:15:56.6414394Z [00:02:03.152]➜  			"en-US/vpc/StopFailoverTestJob.json",
2025-08-20T19:15:56.6414648Z [00:02:03.152]➜  			"en-US/vpc/TagResources.json",
2025-08-20T19:15:56.6414988Z [00:02:03.152]➜  			"en-US/vpc/TagResourcesForExpressConnect.json",
2025-08-20T19:15:56.6415313Z [00:02:03.152]➜  			"en-US/vpc/TerminatePhysicalConnection.json",
2025-08-20T19:15:56.6415650Z [00:02:03.152]➜  			"en-US/vpc/TerminateVirtualBorderRouter.json",
2025-08-20T19:15:56.6415914Z [00:02:03.152]➜  			"en-US/vpc/UnTagResources.json",
2025-08-20T19:15:56.6416209Z [00:02:03.152]➜  			"en-US/vpc/UnassociateEipAddress.json",
2025-08-20T19:15:56.6416779Z [00:02:03.152]➜  			"en-US/vpc/UnassociateGlobalAccelerationInstance.json",
2025-08-20T19:15:56.6417066Z [00:02:03.152]➜  			"en-US/vpc/UnassociateHaVip.json",
2025-08-20T19:15:56.6417353Z [00:02:03.152]➜  			"en-US/vpc/UnassociateNetworkAcl.json",
2025-08-20T19:15:56.6417920Z [00:02:03.152]➜  			"en-US/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json",
2025-08-20T19:15:56.6418205Z [00:02:03.152]➜  			"en-US/vpc/UnassociateRouteTable.json",
2025-08-20T19:15:56.6418514Z [00:02:03.152]➜  			"en-US/vpc/UnassociateVpcCidrBlock.json",
2025-08-20T19:15:56.6418862Z [00:02:03.152]➜  			"en-US/vpc/UntagResourcesForExpressConnect.json",
2025-08-20T19:15:56.6419197Z [00:02:03.152]➜  			"en-US/vpc/UpdateDhcpOptionsSetAttribute.json",
2025-08-20T19:15:56.6419489Z [00:02:03.152]➜  			"en-US/vpc/UpdateFailoverTestJob.json",
2025-08-20T19:15:56.6419880Z [00:02:03.152]➜  			"en-US/vpc/UpdateGatewayRouteTableEntryAttribute.json",
2025-08-20T19:15:56.6420163Z [00:02:03.152]➜  			"en-US/vpc/UpdateIpsecServer.json",
2025-08-20T19:15:56.6420496Z [00:02:03.152]➜  			"en-US/vpc/UpdateIpv4GatewayAttribute.json",
2025-08-20T19:15:56.6420807Z [00:02:03.152]➜  			"en-US/vpc/UpdateNatGatewayNatType.json",
2025-08-20T19:15:56.6421428Z [00:02:03.152]➜  			"en-US/vpc/UpdateNetworkAclEntries.json",
2025-08-20T19:15:56.6421844Z [00:02:03.152]➜  			"en-US/vpc/UpdatePublicIpAddressPoolAttribute.json",
2025-08-20T19:15:56.6422295Z [00:02:03.152]➜  			"en-US/vpc/UpdateTrafficMirrorFilterAttribute.json",
2025-08-20T19:15:56.6423036Z [00:02:03.152]➜  			"en-US/vpc/UpdateTrafficMirrorFilterRuleAttribute.json",
2025-08-20T19:15:56.6423550Z [00:02:03.152]➜  			"en-US/vpc/UpdateTrafficMirrorSessionAttribute.json",
2025-08-20T19:15:56.6423939Z [00:02:03.152]➜  			"en-US/vpc/UpdateVirtualBorderBandwidth.json",
2025-08-20T19:15:56.6424297Z [00:02:03.152]➜  			"en-US/vpc/UpdateVirtualPhysicalConnection.json",
2025-08-20T19:15:56.6424671Z [00:02:03.152]➜  			"en-US/vpc/UpdateVpcGatewayEndpointAttribute.json",
2025-08-20T19:15:56.6425175Z [00:02:03.152]➜  			"en-US/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json",
2025-08-20T19:15:56.6425424Z [00:02:03.152]➜  			"en-US/vpc/version.json",
2025-08-20T19:15:56.6425752Z [00:02:03.152]➜  			"en-US/vpcpeer/AcceptVpcPeerConnection.json",
2025-08-20T19:15:56.6426096Z [00:02:03.152]➜  			"en-US/vpcpeer/CreateVpcPeerConnection.json",
2025-08-20T19:15:56.6426416Z [00:02:03.152]➜  			"en-US/vpcpeer/DeleteVpcPeerConnection.json",
2025-08-20T19:15:56.6426790Z [00:02:03.152]➜  			"en-US/vpcpeer/GetVpcPeerConnectionAttribute.json",
2025-08-20T19:15:56.6427075Z [00:02:03.152]➜  			"en-US/vpcpeer/ListTagResources.json",
2025-08-20T19:15:56.6427400Z [00:02:03.152]➜  			"en-US/vpcpeer/ListVpcPeerConnections.json",
2025-08-20T19:15:56.6427716Z [00:02:03.152]➜  			"en-US/vpcpeer/ModifyVpcPeerConnection.json",
2025-08-20T19:15:56.6428011Z [00:02:03.152]➜  			"en-US/vpcpeer/MoveResourceGroup.json",
2025-08-20T19:15:56.6428328Z [00:02:03.152]➜  			"en-US/vpcpeer/RejectVpcPeerConnection.json",
2025-08-20T19:15:56.6428610Z [00:02:03.152]➜  			"en-US/vpcpeer/TagResources.json",
2025-08-20T19:15:56.6429138Z [00:02:03.152]➜  			"en-US/vpcpeer/UnTagResources.json",
2025-08-20T19:15:56.6429452Z [00:02:03.152]➜  			"en-US/vpcpeer/version.json",
2025-08-20T19:15:56.6429803Z [00:02:03.152]➜  			"en-US/waf-openapi/CreateCertificate.json",
2025-08-20T19:15:56.6430222Z [00:02:03.152]➜  			"en-US/waf-openapi/CreateCertificateByCertificateId.json",
2025-08-20T19:15:56.6430504Z [00:02:03.152]➜  			"en-US/waf-openapi/CreateDomain.json",
2025-08-20T19:15:56.6430877Z [00:02:03.152]➜  			"en-US/waf-openapi/CreateProtectionModuleRule.json",
2025-08-20T19:15:56.6431156Z [00:02:03.152]➜  			"en-US/waf-openapi/DeleteDomain.json",
2025-08-20T19:15:56.6431452Z [00:02:03.152]➜  			"en-US/waf-openapi/DeleteInstance.json",
2025-08-20T19:15:56.6431807Z [00:02:03.152]➜  			"en-US/waf-openapi/DeleteProtectionModuleRule.json",
2025-08-20T19:15:56.6432154Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeCertMatchStatus.json",
2025-08-20T19:15:56.6432656Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeCertificates.json",
2025-08-20T19:15:56.6432979Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeDomain.json",
2025-08-20T19:15:56.6433353Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeDomainAdvanceConfigs.json",
2025-08-20T19:15:56.6433731Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeDomainBasicConfigs.json",
2025-08-20T19:15:56.6434043Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeDomainList.json",
2025-08-20T19:15:56.6434365Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeDomainNames.json",
2025-08-20T19:15:56.6434705Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeDomainRuleGroup.json",
2025-08-20T19:15:56.6435032Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeInstanceInfo.json",
2025-08-20T19:15:56.6435379Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeInstanceSpecInfo.json",
2025-08-20T19:15:56.6435728Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeLogServiceStatus.json",
2025-08-20T19:15:56.6436151Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeProtectionModuleCodeConfig.json",
2025-08-20T19:15:56.6436539Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeProtectionModuleMode.json",
2025-08-20T19:15:56.6436922Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeProtectionModuleRules.json",
2025-08-20T19:15:56.6437485Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeProtectionModuleStatus.json",
2025-08-20T19:15:56.6437846Z [00:02:03.152]➜  			"en-US/waf-openapi/DescribeWafSourceIpSegment.json",
2025-08-20T19:15:56.6438139Z [00:02:03.152]➜  			"en-US/waf-openapi/ModifyDomain.json",
2025-08-20T19:15:56.6438478Z [00:02:03.152]➜  			"en-US/waf-openapi/ModifyDomainIpv6Status.json",
2025-08-20T19:15:56.6438832Z [00:02:03.152]➜  			"en-US/waf-openapi/ModifyLogRetrievalStatus.json",
2025-08-20T19:15:56.6439164Z [00:02:03.152]➜  			"en-US/waf-openapi/ModifyLogServiceStatus.json",
2025-08-20T19:15:56.6439523Z [00:02:03.152]➜  			"en-US/waf-openapi/ModifyProtectionModuleMode.json",
2025-08-20T19:15:56.6439874Z [00:02:03.152]➜  			"en-US/waf-openapi/ModifyProtectionModuleRule.json",
2025-08-20T19:15:56.6440260Z [00:02:03.152]➜  			"en-US/waf-openapi/ModifyProtectionModuleStatus.json",
2025-08-20T19:15:56.6440652Z [00:02:03.152]➜  			"en-US/waf-openapi/ModifyProtectionRuleCacheStatus.json",
2025-08-20T19:15:56.6441021Z [00:02:03.152]➜  			"en-US/waf-openapi/ModifyProtectionRuleStatus.json",
2025-08-20T19:15:56.6441330Z [00:02:03.152]➜  			"en-US/waf-openapi/MoveResourceGroup.json",
2025-08-20T19:15:56.6441650Z [00:02:03.152]➜  			"en-US/waf-openapi/SetDomainRuleGroup.json",
2025-08-20T19:15:56.6441919Z [00:02:03.152]➜  			"en-US/waf-openapi/version.json",
2025-08-20T19:15:56.6442293Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/AcceptApproveCommand.json",
2025-08-20T19:15:56.6442920Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/AcceptOperationTicket.json",
2025-08-20T19:15:56.6443281Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/AddHostsToGroup.json",
2025-08-20T19:15:56.6443624Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/AddUsersToGroup.json",
2025-08-20T19:15:56.6444265Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/AttachHostAccountsToHostShareKey.json",
2025-08-20T19:15:56.6444677Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/AttachHostAccountsToUser.json",
2025-08-20T19:15:56.6445144Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/AttachHostAccountsToUserGroup.json",
2025-08-20T19:15:56.6445592Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/AttachHostGroupAccountsToUser.json",
2025-08-20T19:15:56.6446095Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json",
2025-08-20T19:15:56.6446545Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/ConfigInstanceSecurityGroups.json",
2025-08-20T19:15:56.6446937Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/ConfigInstanceWhiteList.json",
2025-08-20T19:15:56.6447254Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/CreateHost.json",
2025-08-20T19:15:56.6447611Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/CreateHostAccount.json",
2025-08-20T19:15:56.6447964Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/CreateHostGroup.json",
2025-08-20T19:15:56.6448334Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/CreateHostShareKey.json",
2025-08-20T19:15:56.6448651Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/CreateUser.json",
2025-08-20T19:15:56.6448995Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/CreateUserGroup.json",
2025-08-20T19:15:56.6449365Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/CreateUserPublicKey.json",
2025-08-20T19:15:56.6449669Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DeleteHost.json",
2025-08-20T19:15:56.6450022Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DeleteHostAccount.json",
2025-08-20T19:15:56.6450357Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DeleteHostGroup.json",
2025-08-20T19:15:56.6450716Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DeleteHostShareKey.json",
2025-08-20T19:15:56.6451020Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DeleteUser.json",
2025-08-20T19:15:56.6451355Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DeleteUserGroup.json",
2025-08-20T19:15:56.6451731Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DeleteUserPublicKey.json",
2025-08-20T19:15:56.6452155Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DescribeInstanceAttribute.json",
2025-08-20T19:15:56.6452912Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DescribeInstances.json",
2025-08-20T19:15:56.6453264Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DescribeRegions.json",
2025-08-20T19:15:56.6453758Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json",
2025-08-20T19:15:56.6454182Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DetachHostAccountsFromUser.json",
2025-08-20T19:15:56.6454639Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DetachHostAccountsFromUserGroup.json",
2025-08-20T19:15:56.6455084Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DetachHostGroupAccountsFromUser.json",
2025-08-20T19:15:56.6455584Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json",
2025-08-20T19:15:56.6456009Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/DisableInstancePublicAccess.json",
2025-08-20T19:15:56.6456444Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/EnableInstancePublicAccess.json",
2025-08-20T19:15:56.6456761Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/GetHost.json",
2025-08-20T19:15:56.6457105Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/GetHostAccount.json",
2025-08-20T19:15:56.6457453Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/GetHostGroup.json",
2025-08-20T19:15:56.6457797Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/GetHostShareKey.json",
2025-08-20T19:15:56.6458197Z [00:02:03.152]➜  			"en-US/yundun-bastionhost/GetInstanceADAuthServer.json",
2025-08-20T19:15:56.6458613Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/GetInstanceLDAPAuthServer.json",
2025-08-20T19:15:56.6459007Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/GetInstanceTwoFactor.json",
2025-08-20T19:15:56.6459333Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/GetUser.json",
2025-08-20T19:15:56.6459684Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/GetUserGroup.json",
2025-08-20T19:15:56.6460315Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListApproveCommands.json",
2025-08-20T19:15:56.6460751Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListHostAccounts.json",
2025-08-20T19:15:56.6461260Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListHostAccountsForHostShareKey.json",
2025-08-20T19:15:56.6461685Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListHostAccountsForUser.json",
2025-08-20T19:15:56.6462142Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListHostAccountsForUserGroup.json",
2025-08-20T19:15:56.6462867Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListHostGroupAccountNamesForUser.json",
2025-08-20T19:15:56.6463450Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json",
2025-08-20T19:15:56.6463840Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListHostGroups.json",
2025-08-20T19:15:56.6464257Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListHostGroupsForUser.json",
2025-08-20T19:15:56.6464753Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListHostGroupsForUserGroup.json",
2025-08-20T19:15:56.6465601Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListHostShareKeys.json",
2025-08-20T19:15:56.6466015Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListHosts.json",
2025-08-20T19:15:56.6466520Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListHostsForUser.json",
2025-08-20T19:15:56.6467029Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListHostsForUserGroup.json",
2025-08-20T19:15:56.6467539Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListOperationTickets.json",
2025-08-20T19:15:56.6468084Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListTagKeys.json",
2025-08-20T19:15:56.6468651Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListTagResources.json",
2025-08-20T19:15:56.6469074Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListUserGroups.json",
2025-08-20T19:15:56.6469573Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListUserPublicKeys.json",
2025-08-20T19:15:56.6469967Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ListUsers.json",
2025-08-20T19:15:56.6470564Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/LockUsers.json",
2025-08-20T19:15:56.6471045Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ModifyHost.json",
2025-08-20T19:15:56.6471976Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ModifyHostAccount.json",
2025-08-20T19:15:56.6472684Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ModifyHostGroup.json",
2025-08-20T19:15:56.6473213Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ModifyHostShareKey.json",
2025-08-20T19:15:56.6473717Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ModifyHostsActiveAddressType.json",
2025-08-20T19:15:56.6474366Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ModifyHostsPort.json",
2025-08-20T19:15:56.6474874Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ModifyInstanceADAuthServer.json",
2025-08-20T19:15:56.6475377Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ModifyInstanceAttribute.json",
2025-08-20T19:15:56.6475877Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json",
2025-08-20T19:15:56.6476380Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ModifyInstanceTwoFactor.json",
2025-08-20T19:15:56.6476886Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ModifyUser.json",
2025-08-20T19:15:56.6477392Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ModifyUserGroup.json",
2025-08-20T19:15:56.6477811Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/MoveResourceGroup.json",
2025-08-20T19:15:56.6478310Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/RejectApproveCommand.json",
2025-08-20T19:15:56.6478761Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/RejectOperationTicket.json",
2025-08-20T19:15:56.6479399Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/RemoveHostsFromGroup.json",
2025-08-20T19:15:56.6479902Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/RemoveUsersFromGroup.json",
2025-08-20T19:15:56.6480464Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/ResetHostAccountCredential.json",
2025-08-20T19:15:56.6480861Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/StartInstance.json",
2025-08-20T19:15:56.6481597Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/TagResources.json",
2025-08-20T19:15:56.6482028Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/UnlockUsers.json",
2025-08-20T19:15:56.6482851Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/UntagResources.json",
2025-08-20T19:15:56.6483251Z [00:02:03.153]➜  			"en-US/yundun-bastionhost/version.json"
2025-08-20T19:15:56.6483529Z [00:02:03.153]➜  		],
2025-08-20T19:15:56.6483850Z [00:02:03.153]➜  		"metadatas": [
2025-08-20T19:15:56.6484392Z [00:02:03.153]➜  			"metadatas/actiontrail/CreateAdvancedQueryHistory.json",
2025-08-20T19:15:56.6485031Z [00:02:03.153]➜  			"metadatas/actiontrail/CreateAdvancedQueryTemplate.json",
2025-08-20T19:15:56.6485612Z [00:02:03.153]➜  			"metadatas/actiontrail/CreateDeliveryHistoryJob.json",
2025-08-20T19:15:56.6486027Z [00:02:03.153]➜  			"metadatas/actiontrail/CreateTrail.json",
2025-08-20T19:15:56.6486579Z [00:02:03.153]➜  			"metadatas/actiontrail/DeleteAdvancedQueryHistory.json",
2025-08-20T19:15:56.6487099Z [00:02:03.153]➜  			"metadatas/actiontrail/DeleteAdvancedQueryTemplate.json",
2025-08-20T19:15:56.6487727Z [00:02:03.153]➜  			"metadatas/actiontrail/DeleteDeliveryHistoryJob.json",
2025-08-20T19:15:56.6488180Z [00:02:03.153]➜  			"metadatas/actiontrail/DeleteTrail.json",
2025-08-20T19:15:56.6488753Z [00:02:03.153]➜  			"metadatas/actiontrail/DescribeAdvancedQueryHistory.json",
2025-08-20T19:15:56.6489279Z [00:02:03.153]➜  			"metadatas/actiontrail/DescribeAdvancedQueryTemplate.json",
2025-08-20T19:15:56.6489792Z [00:02:03.154]➜  			"metadatas/actiontrail/DescribeRegions.json",
2025-08-20T19:15:56.6490314Z [00:02:03.154]➜  			"metadatas/actiontrail/DescribeResourceLifeCycleEvents.json",
2025-08-20T19:15:56.6490894Z [00:02:03.154]➜  			"metadatas/actiontrail/DescribeScenes.json",
2025-08-20T19:15:56.6491385Z [00:02:03.154]➜  			"metadatas/actiontrail/DescribeSearchTemplates.json",
2025-08-20T19:15:56.6491829Z [00:02:03.154]➜  			"metadatas/actiontrail/DescribeTrails.json",
2025-08-20T19:15:56.6492285Z [00:02:03.154]➜  			"metadatas/actiontrail/DescribeUserAlertCount.json",
2025-08-20T19:15:56.6492981Z [00:02:03.154]➜  			"metadatas/actiontrail/DescribeUserLogCount.json",
2025-08-20T19:15:56.6493887Z [00:02:03.154]➜  			"metadatas/actiontrail/EnableInsight.json",
2025-08-20T19:15:56.6494469Z [00:02:03.154]➜  			"metadatas/actiontrail/GetAccessKeyLastUsedEvents.json",
2025-08-20T19:15:56.6495009Z [00:02:03.154]➜  			"metadatas/actiontrail/GetAccessKeyLastUsedInfo.json",
2025-08-20T19:15:56.6495541Z [00:02:03.154]➜  			"metadatas/actiontrail/GetAccessKeyLastUsedIps.json",
2025-08-20T19:15:56.6496042Z [00:02:03.154]➜  			"metadatas/actiontrail/GetAccessKeyLastUsedProducts.json",
2025-08-20T19:15:56.6496713Z [00:02:03.154]➜  			"metadatas/actiontrail/GetAccessKeyLastUsedResources.json",
2025-08-20T19:15:56.6497225Z [00:02:03.154]➜  			"metadatas/actiontrail/GetAdvancedQueryTemplate.json",
2025-08-20T19:15:56.6497733Z [00:02:03.154]➜  			"metadatas/actiontrail/GetDeliveryHistoryJob.json",
2025-08-20T19:15:56.6498275Z [00:02:03.154]➜  			"metadatas/actiontrail/GetGlobalEventsStorageRegion.json",
2025-08-20T19:15:56.6498769Z [00:02:03.154]➜  			"metadatas/actiontrail/GetGovernanceMetrics.json",
2025-08-20T19:15:56.6499152Z [00:02:03.154]➜  			"metadatas/actiontrail/GetTrailStatus.json",
2025-08-20T19:15:56.6499866Z [00:02:03.154]➜  			"metadatas/actiontrail/ListDataEventServices.json",
2025-08-20T19:15:56.6500368Z [00:02:03.154]➜  			"metadatas/actiontrail/ListDeliveryHistoryJobs.json",
2025-08-20T19:15:56.6500873Z [00:02:03.154]➜  			"metadatas/actiontrail/LookupEvents.json",
2025-08-20T19:15:56.6501263Z [00:02:03.154]➜  			"metadatas/actiontrail/StartLogging.json",
2025-08-20T19:15:56.6501671Z [00:02:03.154]➜  			"metadatas/actiontrail/StopLogging.json",
2025-08-20T19:15:56.6502266Z [00:02:03.154]➜  			"metadatas/actiontrail/UpdateAdvancedQueryTemplate.json",
2025-08-20T19:15:56.6503163Z [00:02:03.154]➜  			"metadatas/actiontrail/UpdateGlobalEventsStorageRegion.json",
2025-08-20T19:15:56.6503574Z [00:02:03.154]➜  			"metadatas/actiontrail/UpdateTrail.json",
2025-08-20T19:15:56.6504313Z [00:02:03.154]➜  			"metadatas/adb/AllocateClusterPublicConnection.json",
2025-08-20T19:15:56.6504747Z [00:02:03.154]➜  			"metadatas/adb/ApplyAdviceById.json",
2025-08-20T19:15:56.6505289Z [00:02:03.154]➜  			"metadatas/adb/AttachUserENI.json",
2025-08-20T19:15:56.6505868Z [00:02:03.154]➜  			"metadatas/adb/BatchApplyAdviceByIdList.json",
2025-08-20T19:15:56.6506400Z [00:02:03.154]➜  			"metadatas/adb/BindDBResourceGroupWithUser.json",
2025-08-20T19:15:56.6506846Z [00:02:03.154]➜  			"metadatas/adb/BindDBResourcePoolWithUser.json",
2025-08-20T19:15:56.6507343Z [00:02:03.154]➜  			"metadatas/adb/CancelActiveOperationTasks.json",
2025-08-20T19:15:56.6507742Z [00:02:03.154]➜  			"metadatas/adb/CheckServiceLinkedRole.json",
2025-08-20T19:15:56.6508283Z [00:02:03.154]➜  			"metadatas/adb/CreateAccount.json",
2025-08-20T19:15:56.6508650Z [00:02:03.154]➜  			"metadatas/adb/CreateDBCluster.json",
2025-08-20T19:15:56.6509106Z [00:02:03.154]➜  			"metadatas/adb/CreateDBResourceGroup.json",
2025-08-20T19:15:56.6509519Z [00:02:03.154]➜  			"metadatas/adb/CreateDBResourcePool.json",
2025-08-20T19:15:56.6509934Z [00:02:03.154]➜  			"metadatas/adb/CreateElasticPlan.json",
2025-08-20T19:15:56.6510487Z [00:02:03.154]➜  			"metadatas/adb/CreateServiceLinkedRole.json",
2025-08-20T19:15:56.6510977Z [00:02:03.154]➜  			"metadatas/adb/DeleteAccount.json",
2025-08-20T19:15:56.6511332Z [00:02:03.154]➜  			"metadatas/adb/DeleteBackups.json",
2025-08-20T19:15:56.6511754Z [00:02:03.154]➜  			"metadatas/adb/DeleteDBCluster.json",
2025-08-20T19:15:56.6512166Z [00:02:03.154]➜  			"metadatas/adb/DeleteDBResourceGroup.json",
2025-08-20T19:15:56.6512936Z [00:02:03.154]➜  			"metadatas/adb/DeleteDBResourcePool.json",
2025-08-20T19:15:56.6513385Z [00:02:03.154]➜  			"metadatas/adb/DeleteElasticPlan.json",
2025-08-20T19:15:56.6513932Z [00:02:03.154]➜  			"metadatas/adb/DescribeAbnormalPatternDetection.json",
2025-08-20T19:15:56.6514305Z [00:02:03.154]➜  			"metadatas/adb/DescribeAccounts.json",
2025-08-20T19:15:56.6514895Z [00:02:03.154]➜  			"metadatas/adb/DescribeActiveOperationMaintainConf.json",
2025-08-20T19:15:56.6515329Z [00:02:03.154]➜  			"metadatas/adb/DescribeActiveOperationTasks.json",
2025-08-20T19:15:56.6516284Z [00:02:03.154]➜  			"metadatas/adb/DescribeAdviceServiceEnabled.json",
2025-08-20T19:15:56.6516689Z [00:02:03.154]➜  			"metadatas/adb/DescribeAllAccounts.json",
2025-08-20T19:15:56.6517149Z [00:02:03.154]➜  			"metadatas/adb/DescribeAllDataSource.json",
2025-08-20T19:15:56.6517562Z [00:02:03.154]➜  			"metadatas/adb/DescribeAppliedAdvices.json",
2025-08-20T19:15:56.6518000Z [00:02:03.154]➜  			"metadatas/adb/DescribeAuditLogConfig.json",
2025-08-20T19:15:56.6518534Z [00:02:03.154]➜  			"metadatas/adb/DescribeAuditLogRecords.json",
2025-08-20T19:15:56.6519055Z [00:02:03.154]➜  			"metadatas/adb/DescribeAutoRenewAttribute.json",
2025-08-20T19:15:56.6519473Z [00:02:03.155]➜  			"metadatas/adb/DescribeAvailableAdvices.json",
2025-08-20T19:15:56.6519966Z [00:02:03.155]➜  			"metadatas/adb/DescribeAvailableResource.json",
2025-08-20T19:15:56.6520380Z [00:02:03.155]➜  			"metadatas/adb/DescribeBackupPolicy.json",
2025-08-20T19:15:56.6520946Z [00:02:03.155]➜  			"metadatas/adb/DescribeBackups.json",
2025-08-20T19:15:56.6521430Z [00:02:03.155]➜  			"metadatas/adb/DescribeBadSqlDetection.json",
2025-08-20T19:15:56.6521852Z [00:02:03.155]➜  			"metadatas/adb/DescribeColumns.json",
2025-08-20T19:15:56.6522256Z [00:02:03.155]➜  			"metadatas/adb/DescribeComputeResource.json",
2025-08-20T19:15:56.6522945Z [00:02:03.155]➜  			"metadatas/adb/DescribeConnectionCountRecords.json",
2025-08-20T19:15:56.6523437Z [00:02:03.155]➜  			"metadatas/adb/DescribeControllerDetection.json",
2025-08-20T19:15:56.6524122Z [00:02:03.155]➜  			"metadatas/adb/DescribeDBClusterAccessWhiteList.json",
2025-08-20T19:15:56.6524582Z [00:02:03.155]➜  			"metadatas/adb/DescribeDBClusterAttribute.json",
2025-08-20T19:15:56.6525075Z [00:02:03.155]➜  			"metadatas/adb/DescribeDBClusterHealthStatus.json",
2025-08-20T19:15:56.6525774Z [00:02:03.155]➜  			"metadatas/adb/DescribeDBClusterNetInfo.json",
2025-08-20T19:15:56.6526271Z [00:02:03.155]➜  			"metadatas/adb/DescribeDBClusterPerformance.json",
2025-08-20T19:15:56.6527032Z [00:02:03.155]➜  			"metadatas/adb/DescribeDBClusterResourcePoolPerformance.json",
2025-08-20T19:15:56.6527531Z [00:02:03.155]➜  			"metadatas/adb/DescribeDBClusterSSL.json",
2025-08-20T19:15:56.6527979Z [00:02:03.155]➜  			"metadatas/adb/DescribeDBClusterShardNumber.json",
2025-08-20T19:15:56.6528428Z [00:02:03.155]➜  			"metadatas/adb/DescribeDBClusterSpaceSummary.json",
2025-08-20T19:15:56.6528900Z [00:02:03.155]➜  			"metadatas/adb/DescribeDBClusterStatus.json",
2025-08-20T19:15:56.6529426Z [00:02:03.155]➜  			"metadatas/adb/DescribeDBClusters.json",
2025-08-20T19:15:56.6529885Z [00:02:03.155]➜  			"metadatas/adb/DescribeDBResourceGroup.json",
2025-08-20T19:15:56.6530291Z [00:02:03.155]➜  			"metadatas/adb/DescribeDBResourcePool.json",
2025-08-20T19:15:56.6530802Z [00:02:03.155]➜  			"metadatas/adb/DescribeDiagnosisDimensions.json",
2025-08-20T19:15:56.6531388Z [00:02:03.155]➜  			"metadatas/adb/DescribeDiagnosisMonitorPerformance.json",
2025-08-20T19:15:56.6531851Z [00:02:03.155]➜  			"metadatas/adb/DescribeDiagnosisRecords.json",
2025-08-20T19:15:56.6532608Z [00:02:03.155]➜  			"metadatas/adb/DescribeDiagnosisSQLInfo.json",
2025-08-20T19:15:56.6533134Z [00:02:03.155]➜  			"metadatas/adb/DescribeDiagnosisTasks.json",
2025-08-20T19:15:56.6533557Z [00:02:03.155]➜  			"metadatas/adb/DescribeDownloadRecords.json",
2025-08-20T19:15:56.6533988Z [00:02:03.155]➜  			"metadatas/adb/DescribeEIURange.json",
2025-08-20T19:15:56.6534435Z [00:02:03.155]➜  			"metadatas/adb/DescribeElasticDailyPlan.json",
2025-08-20T19:15:56.6534983Z [00:02:03.155]➜  			"metadatas/adb/DescribeElasticPlan.json",
2025-08-20T19:15:56.6535704Z [00:02:03.155]➜  			"metadatas/adb/DescribeExcessivePrimaryKeys.json",
2025-08-20T19:15:56.6536216Z [00:02:03.155]➜  			"metadatas/adb/DescribeExecutorDetection.json",
2025-08-20T19:15:56.6536720Z [00:02:03.155]➜  			"metadatas/adb/DescribeHistoryEventsStat.json",
2025-08-20T19:15:56.6537187Z [00:02:03.155]➜  			"metadatas/adb/DescribeInclinedNodes.json",
2025-08-20T19:15:56.6537821Z [00:02:03.155]➜  			"metadatas/adb/DescribeInclinedTables.json",
2025-08-20T19:15:56.6538420Z [00:02:03.155]➜  			"metadatas/adb/DescribeKernelVersion.json",
2025-08-20T19:15:56.6538792Z [00:02:03.155]➜  			"metadatas/adb/DescribeKmsKeys.json",
2025-08-20T19:15:56.6539262Z [00:02:03.155]➜  			"metadatas/adb/DescribeLoadTasksRecords.json",
2025-08-20T19:15:56.6539680Z [00:02:03.155]➜  			"metadatas/adb/DescribeLogHubAttribute.json",
2025-08-20T19:15:56.6540127Z [00:02:03.155]➜  			"metadatas/adb/DescribeLogStoreKeys.json",
2025-08-20T19:15:56.6540622Z [00:02:03.155]➜  			"metadatas/adb/DescribeLoghubDetail.json",
2025-08-20T19:15:56.6541126Z [00:02:03.155]➜  			"metadatas/adb/DescribeMaintenanceAction.json",
2025-08-20T19:15:56.6541626Z [00:02:03.155]➜  			"metadatas/adb/DescribeOperatorPermission.json",
2025-08-20T19:15:56.6542253Z [00:02:03.155]➜  			"metadatas/adb/DescribeOversizeNonPartitionTableInfos.json",
2025-08-20T19:15:56.6543003Z [00:02:03.155]➜  			"metadatas/adb/DescribePatternPerformance.json",
2025-08-20T19:15:56.6543577Z [00:02:03.155]➜  			"metadatas/adb/DescribeProcessList.json",
2025-08-20T19:15:56.6544121Z [00:02:03.155]➜  			"metadatas/adb/DescribeRdsAnalysisResourceQuotas.json",
2025-08-20T19:15:56.6544559Z [00:02:03.155]➜  			"metadatas/adb/DescribeRegions.json",
2025-08-20T19:15:56.6544966Z [00:02:03.155]➜  			"metadatas/adb/DescribeRegionsMixed.json",
2025-08-20T19:15:56.6545436Z [00:02:03.155]➜  			"metadatas/adb/DescribeResubmitConfig.json",
2025-08-20T19:15:56.6545804Z [00:02:03.155]➜  			"metadatas/adb/DescribeSQAConfig.json",
2025-08-20T19:15:56.6546385Z [00:02:03.155]➜  			"metadatas/adb/DescribeSQLPatterns.json",
2025-08-20T19:15:56.6546814Z [00:02:03.155]➜  			"metadatas/adb/DescribeSQLPlan.json",
2025-08-20T19:15:56.6547244Z [00:02:03.156]➜  			"metadatas/adb/DescribeSQLPlanTask.json",
2025-08-20T19:15:56.6547836Z [00:02:03.156]➜  			"metadatas/adb/DescribeSchemas.json",
2025-08-20T19:15:56.6548309Z [00:02:03.156]➜  			"metadatas/adb/DescribeSlowLogRecords.json",
2025-08-20T19:15:56.6548827Z [00:02:03.156]➜  			"metadatas/adb/DescribeSqlPattern.json",
2025-08-20T19:15:56.6549432Z [00:02:03.156]➜  			"metadatas/adb/DescribeSyncAvailableDBClusterList.json",
2025-08-20T19:15:56.6549819Z [00:02:03.156]➜  			"metadatas/adb/DescribeSyncJobList.json",
2025-08-20T19:15:56.6550298Z [00:02:03.156]➜  			"metadatas/adb/DescribeTableAccessCount.json",
2025-08-20T19:15:56.6550686Z [00:02:03.156]➜  			"metadatas/adb/DescribeTableDetail.json",
2025-08-20T19:15:56.6551300Z [00:02:03.156]➜  			"metadatas/adb/DescribeTablePartitionDiagnose.json",
2025-08-20T19:15:56.6551806Z [00:02:03.156]➜  			"metadatas/adb/DescribeTableStatistics.json",
2025-08-20T19:15:56.6552239Z [00:02:03.156]➜  			"metadatas/adb/DescribeTables.json",
2025-08-20T19:15:56.6552872Z [00:02:03.156]➜  			"metadatas/adb/DescribeTaskInfo.json",
2025-08-20T19:15:56.6553330Z [00:02:03.156]➜  			"metadatas/adb/DescribeVSwitches.json",
2025-08-20T19:15:56.6553699Z [00:02:03.156]➜  			"metadatas/adb/DescribeVSwitchs.json",
2025-08-20T19:15:56.6554258Z [00:02:03.156]➜  			"metadatas/adb/DescribeVpcs.json",
2025-08-20T19:15:56.6554685Z [00:02:03.156]➜  			"metadatas/adb/DescribeWorkerDetection.json",
2025-08-20T19:15:56.6555104Z [00:02:03.156]➜  			"metadatas/adb/DetachUserENI.json",
2025-08-20T19:15:56.6555503Z [00:02:03.156]➜  			"metadatas/adb/DisableAdviceService.json",
2025-08-20T19:15:56.6555941Z [00:02:03.156]➜  			"metadatas/adb/DownloadDiagnosisRecords.json",
2025-08-20T19:15:56.6556429Z [00:02:03.156]➜  			"metadatas/adb/EnableAdviceService.json",
2025-08-20T19:15:56.6556937Z [00:02:03.156]➜  			"metadatas/adb/GetCreateTableSQL.json",
2025-08-20T19:15:56.6557356Z [00:02:03.156]➜  			"metadatas/adb/GrantOperatorPermission.json",
2025-08-20T19:15:56.6557763Z [00:02:03.156]➜  			"metadatas/adb/KillProcess.json",
2025-08-20T19:15:56.6558145Z [00:02:03.156]➜  			"metadatas/adb/ListTagResources.json",
2025-08-20T19:15:56.6558663Z [00:02:03.156]➜  			"metadatas/adb/MigrateDBCluster.json",
2025-08-20T19:15:56.6559129Z [00:02:03.156]➜  			"metadatas/adb/ModifyAccountDescription.json",
2025-08-20T19:15:56.6559933Z [00:02:03.156]➜  			"metadatas/adb/ModifyActiveOperationMaintainConf.json",
2025-08-20T19:15:56.6560381Z [00:02:03.156]➜  			"metadatas/adb/ModifyActiveOperationTasks.json",
2025-08-20T19:15:56.6560826Z [00:02:03.156]➜  			"metadatas/adb/ModifyAuditLogConfig.json",
2025-08-20T19:15:56.6561279Z [00:02:03.156]➜  			"metadatas/adb/ModifyAutoRenewAttribute.json",
2025-08-20T19:15:56.6561899Z [00:02:03.156]➜  			"metadatas/adb/ModifyBackupPolicy.json",
2025-08-20T19:15:56.6562343Z [00:02:03.156]➜  			"metadatas/adb/ModifyClusterConnectionString.json",
2025-08-20T19:15:56.6593228Z [00:02:03.156]➜  			"metadatas/adb/ModifyDBCluster.json",
2025-08-20T19:15:56.6593727Z [00:02:03.156]➜  			"metadatas/adb/ModifyDBClusterAccessWhiteList.json",
2025-08-20T19:15:56.6594235Z [00:02:03.156]➜  			"metadatas/adb/ModifyDBClusterDescription.json",
2025-08-20T19:15:56.6594799Z [00:02:03.156]➜  			"metadatas/adb/ModifyDBClusterMaintainTime.json",
2025-08-20T19:15:56.6595324Z [00:02:03.156]➜  			"metadatas/adb/ModifyDBClusterPayType.json",
2025-08-20T19:15:56.6595772Z [00:02:03.156]➜  			"metadatas/adb/ModifyDBClusterResourceGroup.json",
2025-08-20T19:15:56.6596195Z [00:02:03.156]➜  			"metadatas/adb/ModifyDBClusterSSL.json",
2025-08-20T19:15:56.6596674Z [00:02:03.156]➜  			"metadatas/adb/ModifyDBClusterShardNumber.json",
2025-08-20T19:15:56.6597188Z [00:02:03.156]➜  			"metadatas/adb/ModifyDBClusterVip.json",
2025-08-20T19:15:56.6597631Z [00:02:03.156]➜  			"metadatas/adb/ModifyDBResourceGroup.json",
2025-08-20T19:15:56.6598065Z [00:02:03.156]➜  			"metadatas/adb/ModifyDBResourcePool.json",
2025-08-20T19:15:56.6598433Z [00:02:03.156]➜  			"metadatas/adb/ModifyElasticPlan.json",
2025-08-20T19:15:56.6598870Z [00:02:03.156]➜  			"metadatas/adb/ModifyLogBackupPolicy.json",
2025-08-20T19:15:56.6599444Z [00:02:03.156]➜  			"metadatas/adb/ModifyLogHubStatus.json",
2025-08-20T19:15:56.6600126Z [00:02:03.156]➜  			"metadatas/adb/ModifyMaintenanceAction.json",
2025-08-20T19:15:56.6600575Z [00:02:03.156]➜  			"metadatas/adb/ModifyResubmitConfig.json",
2025-08-20T19:15:56.6601041Z [00:02:03.156]➜  			"metadatas/adb/ModifySQAConfig.json",
2025-08-20T19:15:56.6601408Z [00:02:03.156]➜  			"metadatas/adb/ModifySyncJob.json",
2025-08-20T19:15:56.6601789Z [00:02:03.156]➜  			"metadatas/adb/OperateLogHub.json",
2025-08-20T19:15:56.6602333Z [00:02:03.156]➜  			"metadatas/adb/ReleaseClusterPublicConnection.json",
2025-08-20T19:15:56.6603011Z [00:02:03.156]➜  			"metadatas/adb/ResetAccountPassword.json",
2025-08-20T19:15:56.6603449Z [00:02:03.156]➜  			"metadatas/adb/RevokeOperatorPermission.json",
2025-08-20T19:15:56.6603835Z [00:02:03.156]➜  			"metadatas/adb/TagResources.json",
2025-08-20T19:15:56.6604286Z [00:02:03.156]➜  			"metadatas/adb/UnbindDBResourceGroupWithUser.json",
2025-08-20T19:15:56.6604858Z [00:02:03.156]➜  			"metadatas/adb/UnbindDBResourcePoolWithUser.json",
2025-08-20T19:15:56.6605243Z [00:02:03.156]➜  			"metadatas/adb/UntagResources.json",
2025-08-20T19:15:56.6605686Z [00:02:03.157]➜  			"metadatas/adb/UpgradeKernelVersion.json",
2025-08-20T19:15:56.6606105Z [00:02:03.157]➜  			"metadatas/adcp/AttachClusterToHub.json",
2025-08-20T19:15:56.6606524Z [00:02:03.157]➜  			"metadatas/adcp/ChangeResourceGroup.json",
2025-08-20T19:15:56.6606868Z [00:02:03.157]➜  			"metadatas/adcp/CreateHubCluster.json",
2025-08-20T19:15:56.6607396Z [00:02:03.157]➜  			"metadatas/adcp/DeleteHubCluster.json",
2025-08-20T19:15:56.6607787Z [00:02:03.157]➜  			"metadatas/adcp/DeletePolicyInstance.json",
2025-08-20T19:15:56.6608210Z [00:02:03.157]➜  			"metadatas/adcp/DeleteUserPermission.json",
2025-08-20T19:15:56.6608587Z [00:02:03.157]➜  			"metadatas/adcp/DeployPolicyInstance.json",
2025-08-20T19:15:56.6609028Z [00:02:03.157]➜  			"metadatas/adcp/DescribeHubClusterDetails.json",
2025-08-20T19:15:56.6609580Z [00:02:03.157]➜  			"metadatas/adcp/DescribeHubClusterKubeconfig.json",
2025-08-20T19:15:56.6610057Z [00:02:03.157]➜  			"metadatas/adcp/DescribeHubClusterLogs.json",
2025-08-20T19:15:56.6610723Z [00:02:03.157]➜  			"metadatas/adcp/DescribeHubClusters.json",
2025-08-20T19:15:56.6611194Z [00:02:03.157]➜  			"metadatas/adcp/DescribeManagedClusters.json",
2025-08-20T19:15:56.6611567Z [00:02:03.157]➜  			"metadatas/adcp/DescribePolicies.json",
2025-08-20T19:15:56.6612097Z [00:02:03.157]➜  			"metadatas/adcp/DescribePolicyDetails.json",
2025-08-20T19:15:56.6612880Z [00:02:03.157]➜  			"metadatas/adcp/DescribePolicyGovernanceInCluster.json",
2025-08-20T19:15:56.6613374Z [00:02:03.157]➜  			"metadatas/adcp/DescribePolicyInstances.json",
2025-08-20T19:15:56.6613827Z [00:02:03.157]➜  			"metadatas/adcp/DescribePolicyInstancesStatus.json",
2025-08-20T19:15:56.6614226Z [00:02:03.157]➜  			"metadatas/adcp/DescribeRegions.json",
2025-08-20T19:15:56.6614607Z [00:02:03.157]➜  			"metadatas/adcp/DescribeUserPermissions.json",
2025-08-20T19:15:56.6615204Z [00:02:03.157]➜  			"metadatas/adcp/DetachClusterFromHub.json",
2025-08-20T19:15:56.6615684Z [00:02:03.157]➜  			"metadatas/adcp/GrantUserPermission.json",
2025-08-20T19:15:56.6616162Z [00:02:03.157]➜  			"metadatas/adcp/UpdateHubClusterFeature.json",
2025-08-20T19:15:56.6616555Z [00:02:03.157]➜  			"metadatas/adcp/UpdateUserPermission.json",
2025-08-20T19:15:56.6617037Z [00:02:03.157]➜  			"metadatas/aiworkspace/AcceptDataworksEvent.json",
2025-08-20T19:15:56.6617519Z [00:02:03.157]➜  			"metadatas/aiworkspace/AddImage.json",
2025-08-20T19:15:56.6618005Z [00:02:03.157]➜  			"metadatas/aiworkspace/AddImageLabels.json",
2025-08-20T19:15:56.6618392Z [00:02:03.157]➜  			"metadatas/aiworkspace/AddMemberRole.json",
2025-08-20T19:15:56.6618870Z [00:02:03.157]➜  			"metadatas/aiworkspace/ChangeResourceGroup.json",
2025-08-20T19:15:56.6619266Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateCodeSource.json",
2025-08-20T19:15:56.6619795Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateConnection.json",
2025-08-20T19:15:56.6620492Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateDataset.json",
2025-08-20T19:15:56.6621043Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateDatasetFileMetas.json",
2025-08-20T19:15:56.6621454Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateDatasetJob.json",
2025-08-20T19:15:56.6621959Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateDatasetJobConfig.json",
2025-08-20T19:15:56.6622652Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateDatasetLabels.json",
2025-08-20T19:15:56.6623324Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateDatasetVersion.json",
2025-08-20T19:15:56.6623826Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateDatasetVersionLabels.json",
2025-08-20T19:15:56.6624279Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateExperiment.json",
2025-08-20T19:15:56.6624648Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateMember.json",
2025-08-20T19:15:56.6625013Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateModel.json",
2025-08-20T19:15:56.6625611Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateModelLabels.json",
2025-08-20T19:15:56.6626110Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateModelVersion.json",
2025-08-20T19:15:56.6626600Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateModelVersionLabels.json",
2025-08-20T19:15:56.6627084Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateProductOrders.json",
2025-08-20T19:15:56.6627442Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateRun.json",
2025-08-20T19:15:56.6627961Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateWorkspace.json",
2025-08-20T19:15:56.6628454Z [00:02:03.157]➜  			"metadatas/aiworkspace/CreateWorkspaceResource.json",
2025-08-20T19:15:56.6628903Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteCodeSource.json",
2025-08-20T19:15:56.6629278Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteConfig.json",
2025-08-20T19:15:56.6629666Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteConnection.json",
2025-08-20T19:15:56.6630070Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteDataset.json",
2025-08-20T19:15:56.6630663Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteDatasetFileMetas.json",
2025-08-20T19:15:56.6631141Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteDatasetJob.json",
2025-08-20T19:15:56.6631823Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteDatasetJobConfig.json",
2025-08-20T19:15:56.6632323Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteDatasetLabels.json",
2025-08-20T19:15:56.6633019Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteDatasetVersion.json",
2025-08-20T19:15:56.6633655Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteDatasetVersionLabels.json",
2025-08-20T19:15:56.6634092Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteExperiment.json",
2025-08-20T19:15:56.6634745Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteExperimentLabel.json",
2025-08-20T19:15:56.6635118Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteMembers.json",
2025-08-20T19:15:56.6635568Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteModel.json",
2025-08-20T19:15:56.6635966Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteModelLabels.json",
2025-08-20T19:15:56.6636545Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteModelVersion.json",
2025-08-20T19:15:56.6637038Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteModelVersionLabels.json",
2025-08-20T19:15:56.6637461Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteRun.json",
2025-08-20T19:15:56.6637836Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteRunLabel.json",
2025-08-20T19:15:56.6638282Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteUserConfig.json",
2025-08-20T19:15:56.6638787Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteWorkspace.json",
2025-08-20T19:15:56.6639325Z [00:02:03.157]➜  			"metadatas/aiworkspace/DeleteWorkspaceResource.json",
2025-08-20T19:15:56.6639716Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetCodeSource.json",
2025-08-20T19:15:56.6640154Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetConfig.json",
2025-08-20T19:15:56.6640525Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetConnection.json",
2025-08-20T19:15:56.6641224Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetDataset.json",
2025-08-20T19:15:56.6641712Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetDatasetFileMeta.json",
2025-08-20T19:15:56.6642304Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetDatasetFileMetasStatistics.json",
2025-08-20T19:15:56.6643076Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetDatasetJob.json",
2025-08-20T19:15:56.6643580Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetDatasetJobConfig.json",
2025-08-20T19:15:56.6643995Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetDatasetVersion.json",
2025-08-20T19:15:56.6644594Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetDefaultWorkspace.json",
2025-08-20T19:15:56.6644986Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetExperiment.json",
2025-08-20T19:15:56.6645434Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetImage.json",
2025-08-20T19:15:56.6646230Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetMember.json",
2025-08-20T19:15:56.6646611Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetModel.json",
2025-08-20T19:15:56.6647126Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetModelVersion.json",
2025-08-20T19:15:56.6647584Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetPermission.json",
2025-08-20T19:15:56.6647945Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetRun.json",
2025-08-20T19:15:56.6648380Z [00:02:03.157]➜  			"metadatas/aiworkspace/GetWorkspace.json",
2025-08-20T19:15:56.6648781Z [00:02:03.157]➜  			"metadatas/aiworkspace/ListCodeSources.json",
2025-08-20T19:15:56.6649278Z [00:02:03.157]➜  			"metadatas/aiworkspace/ListConfigs.json",
2025-08-20T19:15:56.6649690Z [00:02:03.157]➜  			"metadatas/aiworkspace/ListConnections.json",
2025-08-20T19:15:56.6650201Z [00:02:03.157]➜  			"metadatas/aiworkspace/ListDatasetFileMetas.json",
2025-08-20T19:15:56.6650613Z [00:02:03.157]➜  			"metadatas/aiworkspace/ListDatasetJobConfigs.json",
2025-08-20T19:15:56.6651057Z [00:02:03.157]➜  			"metadatas/aiworkspace/ListDatasetJobs.json",
2025-08-20T19:15:56.6651455Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListDatasetVersions.json",
2025-08-20T19:15:56.6652038Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListDatasets.json",
2025-08-20T19:15:56.6652640Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListExperiment.json",
2025-08-20T19:15:56.6653378Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListImageLabels.json",
2025-08-20T19:15:56.6653759Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListImages.json",
2025-08-20T19:15:56.6654157Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListMembers.json",
2025-08-20T19:15:56.6654675Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListModelVersions.json",
2025-08-20T19:15:56.6655174Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListModels.json",
2025-08-20T19:15:56.6655576Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListPermissions.json",
2025-08-20T19:15:56.6655997Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListProducts.json",
2025-08-20T19:15:56.6656349Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListQuotas.json",
2025-08-20T19:15:56.6656849Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListResources.json",
2025-08-20T19:15:56.6657285Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListRunMetrics.json",
2025-08-20T19:15:56.6657715Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListRuns.json",
2025-08-20T19:15:56.6658132Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListUserConfigs.json",
2025-08-20T19:15:56.6658588Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListWorkspaceUsers.json",
2025-08-20T19:15:56.6658937Z [00:02:03.158]➜  			"metadatas/aiworkspace/ListWorkspaces.json",
2025-08-20T19:15:56.6659536Z [00:02:03.158]➜  			"metadatas/aiworkspace/LogRunMetrics.json",
2025-08-20T19:15:56.6659973Z [00:02:03.158]➜  			"metadatas/aiworkspace/PublishCodeSource.json",
2025-08-20T19:15:56.6660449Z [00:02:03.158]➜  			"metadatas/aiworkspace/PublishDataset.json",
2025-08-20T19:15:56.6660898Z [00:02:03.158]➜  			"metadatas/aiworkspace/PublishImage.json",
2025-08-20T19:15:56.6661312Z [00:02:03.158]➜  			"metadatas/aiworkspace/RemoveImage.json",
2025-08-20T19:15:56.6661838Z [00:02:03.158]➜  			"metadatas/aiworkspace/RemoveImageLabels.json",
2025-08-20T19:15:56.6662740Z [00:02:03.158]➜  			"metadatas/aiworkspace/RemoveMemberRole.json",
2025-08-20T19:15:56.6663215Z [00:02:03.158]➜  			"metadatas/aiworkspace/SetExperimentLabels.json",
2025-08-20T19:15:56.6663677Z [00:02:03.158]➜  			"metadatas/aiworkspace/SetUserConfigs.json",
2025-08-20T19:15:56.6664073Z [00:02:03.158]➜  			"metadatas/aiworkspace/StopDatasetJob.json",
2025-08-20T19:15:56.6664648Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateCodeSource.json",
2025-08-20T19:15:56.6665064Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateConfig.json",
2025-08-20T19:15:56.6665495Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateConfigs.json",
2025-08-20T19:15:56.6665887Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateConnection.json",
2025-08-20T19:15:56.6666313Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateDataset.json",
2025-08-20T19:15:56.6687151Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateDatasetFileMetas.json",
2025-08-20T19:15:56.6687687Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateDatasetJob.json",
2025-08-20T19:15:56.6688116Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateDatasetJobConfig.json",
2025-08-20T19:15:56.6688509Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateDatasetVersion.json",
2025-08-20T19:15:56.6688901Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateDefaultWorkspace.json",
2025-08-20T19:15:56.6689259Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateExperiment.json",
2025-08-20T19:15:56.6689588Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateModel.json",
2025-08-20T19:15:56.6689956Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateModelVersion.json",
2025-08-20T19:15:56.6690284Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateRun.json",
2025-08-20T19:15:56.6690639Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateWorkspace.json",
2025-08-20T19:15:56.6691055Z [00:02:03.158]➜  			"metadatas/aiworkspace/UpdateWorkspaceResource.json",
2025-08-20T19:15:56.6691355Z [00:02:03.158]➜  			"metadatas/alb/AddEntriesToAcl.json",
2025-08-20T19:15:56.6691729Z [00:02:03.158]➜  			"metadatas/alb/AddServersToServerGroup.json",
2025-08-20T19:15:56.6692195Z [00:02:03.158]➜  			"metadatas/alb/ApplyHealthCheckTemplateToServerGroup.json",
2025-08-20T19:15:56.6693033Z [00:02:03.158]➜  			"metadatas/alb/AssociateAclsWithListener.json",
2025-08-20T19:15:56.6693549Z [00:02:03.158]➜  			"metadatas/alb/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:56.6694049Z [00:02:03.158]➜  			"metadatas/alb/AttachCommonBandwidthPackageToLoadBalancer.json",
2025-08-20T19:15:56.6694426Z [00:02:03.158]➜  			"metadatas/alb/CancelShiftLoadBalancerZones.json",
2025-08-20T19:15:56.6694730Z [00:02:03.158]➜  			"metadatas/alb/CreateAScripts.json",
2025-08-20T19:15:56.6695006Z [00:02:03.158]➜  			"metadatas/alb/CreateAcl.json",
2025-08-20T19:15:56.6695375Z [00:02:03.158]➜  			"metadatas/alb/CreateHealthCheckTemplate.json",
2025-08-20T19:15:56.6695665Z [00:02:03.158]➜  			"metadatas/alb/CreateListener.json",
2025-08-20T19:15:56.6695991Z [00:02:03.158]➜  			"metadatas/alb/CreateLoadBalancer.json",
2025-08-20T19:15:56.6696285Z [00:02:03.158]➜  			"metadatas/alb/CreateRule.json",
2025-08-20T19:15:56.6696574Z [00:02:03.158]➜  			"metadatas/alb/CreateRules.json",
2025-08-20T19:15:56.6696928Z [00:02:03.158]➜  			"metadatas/alb/CreateSecurityPolicy.json",
2025-08-20T19:15:56.6697256Z [00:02:03.158]➜  			"metadatas/alb/CreateServerGroup.json",
2025-08-20T19:15:56.6697558Z [00:02:03.158]➜  			"metadatas/alb/DeleteAScripts.json",
2025-08-20T19:15:56.6697829Z [00:02:03.158]➜  			"metadatas/alb/DeleteAcl.json",
2025-08-20T19:15:56.6698214Z [00:02:03.158]➜  			"metadatas/alb/DeleteHealthCheckTemplates.json",
2025-08-20T19:15:56.6698519Z [00:02:03.158]➜  			"metadatas/alb/DeleteListener.json",
2025-08-20T19:15:56.6698843Z [00:02:03.158]➜  			"metadatas/alb/DeleteLoadBalancer.json",
2025-08-20T19:15:56.6699123Z [00:02:03.158]➜  			"metadatas/alb/DeleteRule.json",
2025-08-20T19:15:56.6699412Z [00:02:03.158]➜  			"metadatas/alb/DeleteRules.json",
2025-08-20T19:15:56.6700053Z [00:02:03.158]➜  			"metadatas/alb/DeleteSecurityPolicy.json",
2025-08-20T19:15:56.6700401Z [00:02:03.158]➜  			"metadatas/alb/DeleteServerGroup.json",
2025-08-20T19:15:56.6700704Z [00:02:03.158]➜  			"metadatas/alb/DescribeRegions.json",
2025-08-20T19:15:56.6701014Z [00:02:03.158]➜  			"metadatas/alb/DescribeZones.json",
2025-08-20T19:15:56.6701549Z [00:02:03.158]➜  			"metadatas/alb/DetachCommonBandwidthPackageFromLoadBalancer.json",
2025-08-20T19:15:56.6701918Z [00:02:03.158]➜  			"metadatas/alb/DisableDeletionProtection.json",
2025-08-20T19:15:56.6702308Z [00:02:03.158]➜  			"metadatas/alb/DisableLoadBalancerAccessLog.json",
2025-08-20T19:15:56.6733248Z [00:02:03.158]➜  			"metadatas/alb/DisableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:56.6733674Z [00:02:03.158]➜  			"metadatas/alb/DissociateAclsFromListener.json",
2025-08-20T19:15:56.6734219Z [00:02:03.158]➜  			"metadatas/alb/DissociateAdditionalCertificatesFromListener.json",
2025-08-20T19:15:56.6734588Z [00:02:03.158]➜  			"metadatas/alb/EnableDeletionProtection.json",
2025-08-20T19:15:56.6734996Z [00:02:03.158]➜  			"metadatas/alb/EnableLoadBalancerAccessLog.json",
2025-08-20T19:15:56.6735395Z [00:02:03.158]➜  			"metadatas/alb/EnableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:56.6735823Z [00:02:03.158]➜  			"metadatas/alb/GetHealthCheckTemplateAttribute.json",
2025-08-20T19:15:56.6736160Z [00:02:03.158]➜  			"metadatas/alb/GetListenerAttribute.json",
2025-08-20T19:15:56.6736516Z [00:02:03.158]➜  			"metadatas/alb/GetListenerHealthStatus.json",
2025-08-20T19:15:56.6736871Z [00:02:03.158]➜  			"metadatas/alb/GetLoadBalancerAttribute.json",
2025-08-20T19:15:56.6737169Z [00:02:03.158]➜  			"metadatas/alb/ListAScripts.json",
2025-08-20T19:15:56.6737459Z [00:02:03.158]➜  			"metadatas/alb/ListAclEntries.json",
2025-08-20T19:15:56.6737762Z [00:02:03.158]➜  			"metadatas/alb/ListAclRelations.json",
2025-08-20T19:15:56.6738032Z [00:02:03.158]➜  			"metadatas/alb/ListAcls.json",
2025-08-20T19:15:56.6738321Z [00:02:03.158]➜  			"metadatas/alb/ListAsynJobs.json",
2025-08-20T19:15:56.6738697Z [00:02:03.158]➜  			"metadatas/alb/ListHealthCheckTemplates.json",
2025-08-20T19:15:56.6739049Z [00:02:03.158]➜  			"metadatas/alb/ListListenerCertificates.json",
2025-08-20T19:15:56.6739634Z [00:02:03.158]➜  			"metadatas/alb/ListListeners.json",
2025-08-20T19:15:56.6739991Z [00:02:03.158]➜  			"metadatas/alb/ListLoadBalancers.json",
2025-08-20T19:15:56.6740313Z [00:02:03.158]➜  			"metadatas/alb/ListRules.json",
2025-08-20T19:15:56.6740651Z [00:02:03.158]➜  			"metadatas/alb/ListSecurityPolicies.json",
2025-08-20T19:15:56.6741029Z [00:02:03.158]➜  			"metadatas/alb/ListSecurityPolicyRelations.json",
2025-08-20T19:15:56.6741400Z [00:02:03.158]➜  			"metadatas/alb/ListServerGroupServers.json",
2025-08-20T19:15:56.6741733Z [00:02:03.158]➜  			"metadatas/alb/ListServerGroups.json",
2025-08-20T19:15:56.6742113Z [00:02:03.158]➜  			"metadatas/alb/ListSystemSecurityPolicies.json",
2025-08-20T19:15:56.6742694Z [00:02:03.158]➜  			"metadatas/alb/ListTagKeys.json",
2025-08-20T19:15:56.6743376Z [00:02:03.158]➜  			"metadatas/alb/ListTagResources.json",
2025-08-20T19:15:56.6743705Z [00:02:03.158]➜  			"metadatas/alb/ListTagValues.json",
2025-08-20T19:15:56.6744129Z [00:02:03.158]➜  			"metadatas/alb/LoadBalancerJoinSecurityGroup.json",
2025-08-20T19:15:56.6744524Z [00:02:03.158]➜  			"metadatas/alb/LoadBalancerLeaveSecurityGroup.json",
2025-08-20T19:15:56.6744846Z [00:02:03.158]➜  			"metadatas/alb/MoveResourceGroup.json",
2025-08-20T19:15:56.6745174Z [00:02:03.158]➜  			"metadatas/alb/RemoveEntriesFromAcl.json",
2025-08-20T19:15:56.6745563Z [00:02:03.158]➜  			"metadatas/alb/RemoveServersFromServerGroup.json",
2025-08-20T19:15:56.6745934Z [00:02:03.158]➜  			"metadatas/alb/ReplaceServersInServerGroup.json",
2025-08-20T19:15:56.6746236Z [00:02:03.158]➜  			"metadatas/alb/StartListener.json",
2025-08-20T19:15:56.6746614Z [00:02:03.158]➜  			"metadatas/alb/StartShiftLoadBalancerZones.json",
2025-08-20T19:15:56.6746909Z [00:02:03.158]➜  			"metadatas/alb/StopListener.json",
2025-08-20T19:15:56.6747223Z [00:02:03.158]➜  			"metadatas/alb/TagResources.json",
2025-08-20T19:15:56.6747518Z [00:02:03.158]➜  			"metadatas/alb/UnTagResources.json",
2025-08-20T19:15:56.6747824Z [00:02:03.158]➜  			"metadatas/alb/UpdateAScripts.json",
2025-08-20T19:15:56.6748126Z [00:02:03.158]➜  			"metadatas/alb/UpdateAclAttribute.json",
2025-08-20T19:15:56.6748568Z [00:02:03.158]➜  			"metadatas/alb/UpdateHealthCheckTemplateAttribute.json",
2025-08-20T19:15:56.6748916Z [00:02:03.158]➜  			"metadatas/alb/UpdateListenerAttribute.json",
2025-08-20T19:15:56.6749264Z [00:02:03.158]➜  			"metadatas/alb/UpdateListenerLogConfig.json",
2025-08-20T19:15:56.6749690Z [00:02:03.158]➜  			"metadatas/alb/UpdateLoadBalancerAddressTypeConfig.json",
2025-08-20T19:15:56.6750057Z [00:02:03.158]➜  			"metadatas/alb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:15:56.6750360Z [00:02:03.158]➜  			"metadatas/alb/UpdateLoadBalancerEdition.json",
2025-08-20T19:15:56.6750625Z [00:02:03.158]➜  			"metadatas/alb/UpdateLoadBalancerZones.json",
2025-08-20T19:15:56.6750891Z [00:02:03.158]➜  			"metadatas/alb/UpdateRuleAttribute.json",
2025-08-20T19:15:56.6751181Z [00:02:03.158]➜  			"metadatas/alb/UpdateRulesAttribute.json",
2025-08-20T19:15:56.6751858Z [00:02:03.158]➜  			"metadatas/alb/UpdateSecurityPolicyAttribute.json",
2025-08-20T19:15:56.6752239Z [00:02:03.158]➜  			"metadatas/alb/UpdateServerGroupAttribute.json",
2025-08-20T19:15:56.6752856Z [00:02:03.158]➜  			"metadatas/alb/UpdateServerGroupServersAttribute.json",
2025-08-20T19:15:56.6753177Z [00:02:03.158]➜  			"metadatas/alidns/AddCustomLine.json",
2025-08-20T19:15:56.6753497Z [00:02:03.158]➜  			"metadatas/alidns/AddDnsCacheDomain.json",
2025-08-20T19:15:56.6753864Z [00:02:03.158]➜  			"metadatas/alidns/AddDnsGtmAccessStrategy.json",
2025-08-20T19:15:56.6754218Z [00:02:03.158]➜  			"metadatas/alidns/AddDnsGtmAddressPool.json",
2025-08-20T19:15:56.6754537Z [00:02:03.158]➜  			"metadatas/alidns/AddDnsGtmMonitor.json",
2025-08-20T19:15:56.6754825Z [00:02:03.158]➜  			"metadatas/alidns/AddDomain.json",
2025-08-20T19:15:56.6755167Z [00:02:03.158]➜  			"metadatas/alidns/AddDomainBackup.json",
2025-08-20T19:15:56.6755475Z [00:02:03.158]➜  			"metadatas/alidns/AddDomainGroup.json",
2025-08-20T19:15:56.6755803Z [00:02:03.158]➜  			"metadatas/alidns/AddDomainRecord.json",
2025-08-20T19:15:56.6756150Z [00:02:03.158]➜  			"metadatas/alidns/AddGtmAccessStrategy.json",
2025-08-20T19:15:56.6756472Z [00:02:03.158]➜  			"metadatas/alidns/AddGtmAddressPool.json",
2025-08-20T19:15:56.6756767Z [00:02:03.158]➜  			"metadatas/alidns/AddGtmMonitor.json",
2025-08-20T19:15:56.6757088Z [00:02:03.158]➜  			"metadatas/alidns/AddGtmRecoveryPlan.json",
2025-08-20T19:15:56.6757399Z [00:02:03.158]➜  			"metadatas/alidns/AddRecursionRecord.json",
2025-08-20T19:15:56.6757712Z [00:02:03.158]➜  			"metadatas/alidns/AddRecursionZone.json",
2025-08-20T19:15:56.6758033Z [00:02:03.158]➜  			"metadatas/alidns/BindInstanceDomains.json",
2025-08-20T19:15:56.6758351Z [00:02:03.158]➜  			"metadatas/alidns/ChangeDomainGroup.json",
2025-08-20T19:15:56.6758889Z [00:02:03.158]➜  			"metadatas/alidns/ChangeDomainOfDnsProduct.json",
2025-08-20T19:15:56.6759177Z [00:02:03.158]➜  			"metadatas/alidns/CopyGtmConfig.json",
2025-08-20T19:15:56.6759528Z [00:02:03.158]➜  			"metadatas/alidns/CreateCloudGtmAddress.json",
2025-08-20T19:15:56.6759893Z [00:02:03.158]➜  			"metadatas/alidns/CreateCloudGtmAddressPool.json",
2025-08-20T19:15:56.6760279Z [00:02:03.158]➜  			"metadatas/alidns/CreateCloudGtmInstanceConfig.json",
2025-08-20T19:15:56.6760677Z [00:02:03.158]➜  			"metadatas/alidns/CreateCloudGtmMonitorTemplate.json",
2025-08-20T19:15:56.6760988Z [00:02:03.158]➜  			"metadatas/alidns/CreatePdnsAppKey.json",
2025-08-20T19:15:56.6761319Z [00:02:03.158]➜  			"metadatas/alidns/CreatePdnsUdpIpSegment.json",
2025-08-20T19:15:56.6761644Z [00:02:03.158]➜  			"metadatas/alidns/DeleteCloudGtmAddress.json",
2025-08-20T19:15:56.6762011Z [00:02:03.158]➜  			"metadatas/alidns/DeleteCloudGtmAddressPool.json",
2025-08-20T19:15:56.6762781Z [00:02:03.158]➜  			"metadatas/alidns/DeleteCloudGtmInstanceConfig.json",
2025-08-20T19:15:56.6763233Z [00:02:03.158]➜  			"metadatas/alidns/DeleteCloudGtmMonitorTemplate.json",
2025-08-20T19:15:56.6763561Z [00:02:03.158]➜  			"metadatas/alidns/DeleteCustomLines.json",
2025-08-20T19:15:56.6763891Z [00:02:03.158]➜  			"metadatas/alidns/DeleteDnsCacheDomain.json",
2025-08-20T19:15:56.6764267Z [00:02:03.158]➜  			"metadatas/alidns/DeleteDnsGtmAccessStrategy.json",
2025-08-20T19:15:56.6764611Z [00:02:03.158]➜  			"metadatas/alidns/DeleteDnsGtmAddressPool.json",
2025-08-20T19:15:56.6764895Z [00:02:03.158]➜  			"metadatas/alidns/DeleteDomain.json",
2025-08-20T19:15:56.6765211Z [00:02:03.158]➜  			"metadatas/alidns/DeleteDomainGroup.json",
2025-08-20T19:15:56.6765506Z [00:02:03.158]➜  			"metadatas/alidns/DeleteDomainRecord.json",
2025-08-20T19:15:56.6765844Z [00:02:03.158]➜  			"metadatas/alidns/DeleteGtmAccessStrategy.json",
2025-08-20T19:15:56.6766173Z [00:02:03.158]➜  			"metadatas/alidns/DeleteGtmAddressPool.json",
2025-08-20T19:15:56.6766519Z [00:02:03.158]➜  			"metadatas/alidns/DeleteGtmRecoveryPlan.json",
2025-08-20T19:15:56.6766858Z [00:02:03.158]➜  			"metadatas/alidns/DeleteRecursionRecord.json",
2025-08-20T19:15:56.6767423Z [00:02:03.158]➜  			"metadatas/alidns/DeleteRecursionZone.json",
2025-08-20T19:15:56.6767764Z [00:02:03.158]➜  			"metadatas/alidns/DeleteSubDomainRecords.json",
2025-08-20T19:15:56.6768116Z [00:02:03.158]➜  			"metadatas/alidns/DescribeBatchResultCount.json",
2025-08-20T19:15:56.6768489Z [00:02:03.158]➜  			"metadatas/alidns/DescribeBatchResultDetail.json",
2025-08-20T19:15:56.6768834Z [00:02:03.158]➜  			"metadatas/alidns/DescribeCloudGtmAddress.json",
2025-08-20T19:15:56.6769214Z [00:02:03.158]➜  			"metadatas/alidns/DescribeCloudGtmAddressPool.json",
2025-08-20T19:15:56.6769655Z [00:02:03.158]➜  			"metadatas/alidns/DescribeCloudGtmAddressPoolReference.json",
2025-08-20T19:15:56.6770059Z [00:02:03.158]➜  			"metadatas/alidns/DescribeCloudGtmAddressReference.json",
2025-08-20T19:15:56.6770462Z [00:02:03.158]➜  			"metadatas/alidns/DescribeCloudGtmGlobalAlert.json",
2025-08-20T19:15:56.6770925Z [00:02:03.158]➜  			"metadatas/alidns/DescribeCloudGtmInstanceConfigAlert.json",
2025-08-20T19:15:56.6771422Z [00:02:03.158]➜  			"metadatas/alidns/DescribeCloudGtmInstanceConfigFullInfo.json",
2025-08-20T19:15:56.6771847Z [00:02:03.158]➜  			"metadatas/alidns/DescribeCloudGtmMonitorTemplate.json",
2025-08-20T19:15:56.6772214Z [00:02:03.158]➜  			"metadatas/alidns/DescribeCloudGtmSummary.json",
2025-08-20T19:15:56.6772795Z [00:02:03.158]➜  			"metadatas/alidns/DescribeCloudGtmSystemLines.json",
2025-08-20T19:15:56.6773118Z [00:02:03.159]➜  			"metadatas/alidns/DescribeCustomLine.json",
2025-08-20T19:15:56.6773452Z [00:02:03.159]➜  			"metadatas/alidns/DescribeCustomLines.json",
2025-08-20T19:15:56.6773813Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDNSSLBSubDomains.json",
2025-08-20T19:15:56.6774167Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsCacheDomains.json",
2025-08-20T19:15:56.6774762Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmAccessStrategies.json",
2025-08-20T19:15:56.6775177Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmAccessStrategy.json",
2025-08-20T19:15:56.6775722Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json",
2025-08-20T19:15:56.6776150Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmAddrAttributeInfo.json",
2025-08-20T19:15:56.6776652Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json",
2025-08-20T19:15:56.6777084Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmAvailableAlertGroup.json",
2025-08-20T19:15:56.6777437Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmInstance.json",
2025-08-20T19:15:56.6777868Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmInstanceAddressPool.json",
2025-08-20T19:15:56.6778302Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmInstanceAddressPools.json",
2025-08-20T19:15:56.6778699Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmInstanceStatus.json",
2025-08-20T19:15:56.6779136Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmInstanceSystemCname.json",
2025-08-20T19:15:56.6779491Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmInstances.json",
2025-08-20T19:15:56.6779821Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmLogs.json",
2025-08-20T19:15:56.6780281Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmMonitorAvailableConfig.json",
2025-08-20T19:15:56.6780656Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsGtmMonitorConfig.json",
2025-08-20T19:15:56.6781047Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsProductInstance.json",
2025-08-20T19:15:56.6781434Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDnsProductInstances.json",
2025-08-20T19:15:56.6781835Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDohAccountStatistics.json",
2025-08-20T19:15:56.6782211Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDohDomainStatistics.json",
2025-08-20T19:15:56.6782854Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDohDomainStatisticsSummary.json",
2025-08-20T19:15:56.6783283Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDohSubDomainStatistics.json",
2025-08-20T19:15:56.6783744Z [00:02:03.159]➜  			"metadatas/alidns/DescribeDohSubDomainStatisticsSummary.json",
2025-08-20T19:15:56.6784251Z [00:02:03.162]➜  			"metadatas/alidns/DescribeDohUserInfo.json",
2025-08-20T19:15:56.6784615Z [00:02:03.162]➜  			"metadatas/alidns/DescribeDomainDnssecInfo.json",
2025-08-20T19:15:56.6784946Z [00:02:03.162]➜  			"metadatas/alidns/DescribeDomainGroups.json",
2025-08-20T19:15:56.6785259Z [00:02:03.162]➜  			"metadatas/alidns/DescribeDomainInfo.json",
2025-08-20T19:15:56.6785441Z [00:02:03.162]➜  			"metadatas/alidns/DescribeDomainLogs.json",
2025-08-20T19:15:56.6785621Z [00:02:03.162]➜  			"metadatas/alidns/DescribeDomainNs.json",
2025-08-20T19:15:56.6785829Z [00:02:03.162]➜  			"metadatas/alidns/DescribeDomainRecordInfo.json",
2025-08-20T19:15:56.6786037Z [00:02:03.162]➜  			"metadatas/alidns/DescribeDomainRecords.json",
2025-08-20T19:15:56.6786322Z [00:02:03.162]➜  			"metadatas/alidns/DescribeDomainResolveStatisticsSummary.json",
2025-08-20T19:15:56.6786522Z [00:02:03.162]➜  			"metadatas/alidns/DescribeDomainStatistics.json",
2025-08-20T19:15:56.6786763Z [00:02:03.162]➜  			"metadatas/alidns/DescribeDomainStatisticsSummary.json",
2025-08-20T19:15:56.6786942Z [00:02:03.162]➜  			"metadatas/alidns/DescribeDomains.json",
2025-08-20T19:15:56.6787149Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmAccessStrategies.json",
2025-08-20T19:15:56.6787353Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmAccessStrategy.json",
2025-08-20T19:15:56.6787624Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmAccessStrategyAvailableConfig.json",
2025-08-20T19:15:56.6787855Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmAvailableAlertGroup.json",
2025-08-20T19:15:56.6788033Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmInstance.json",
2025-08-20T19:15:56.6788258Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmInstanceAddressPool.json",
2025-08-20T19:15:56.6788626Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmInstanceAddressPools.json",
2025-08-20T19:15:56.6788832Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmInstanceStatus.json",
2025-08-20T19:15:56.6789055Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmInstanceSystemCname.json",
2025-08-20T19:15:56.6789244Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmInstances.json",
2025-08-20T19:15:56.6789409Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmLogs.json",
2025-08-20T19:15:56.6789646Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmMonitorAvailableConfig.json",
2025-08-20T19:15:56.6789838Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmMonitorConfig.json",
2025-08-20T19:15:56.6790035Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmRecoveryPlan.json",
2025-08-20T19:15:56.6790297Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmRecoveryPlanAvailableConfig.json",
2025-08-20T19:15:56.6790494Z [00:02:03.162]➜  			"metadatas/alidns/DescribeGtmRecoveryPlans.json",
2025-08-20T19:15:56.6790681Z [00:02:03.162]➜  			"metadatas/alidns/DescribeInstanceDomains.json",
2025-08-20T19:15:56.6790945Z [00:02:03.162]➜  			"metadatas/alidns/DescribeInternetDnsLogs.json",
2025-08-20T19:15:56.6791263Z [00:02:03.162]➜  			"metadatas/alidns/DescribeIspFlushCacheInstances.json",
2025-08-20T19:15:56.6791516Z [00:02:03.162]➜  			"metadatas/alidns/DescribeIspFlushCacheRemainQuota.json",
2025-08-20T19:15:56.6791714Z [00:02:03.162]➜  			"metadatas/alidns/DescribeIspFlushCacheTask.json",
2025-08-20T19:15:56.6791929Z [00:02:03.162]➜  			"metadatas/alidns/DescribeIspFlushCacheTasks.json",
2025-08-20T19:15:56.6792129Z [00:02:03.162]➜  			"metadatas/alidns/DescribePdnsAccountSummary.json",
2025-08-20T19:15:56.6792310Z [00:02:03.162]➜  			"metadatas/alidns/DescribePdnsAppKey.json",
2025-08-20T19:15:56.6792746Z [00:02:03.162]➜  			"metadatas/alidns/DescribePdnsAppKeys.json",
2025-08-20T19:15:56.6793126Z [00:02:03.162]➜  			"metadatas/alidns/DescribePdnsOperateLogs.json",
2025-08-20T19:15:56.6793507Z [00:02:03.162]➜  			"metadatas/alidns/DescribePdnsRequestStatistic.json",
2025-08-20T19:15:56.6793917Z [00:02:03.162]➜  			"metadatas/alidns/DescribePdnsRequestStatistics.json",
2025-08-20T19:15:56.6794257Z [00:02:03.163]➜  			"metadatas/alidns/DescribePdnsThreatLogs.json",
2025-08-20T19:15:56.6794835Z [00:02:03.163]➜  			"metadatas/alidns/DescribePdnsThreatStatistic.json",
2025-08-20T19:15:56.6795224Z [00:02:03.163]➜  			"metadatas/alidns/DescribePdnsThreatStatistics.json",
2025-08-20T19:15:56.6795580Z [00:02:03.163]➜  			"metadatas/alidns/DescribePdnsUdpIpSegments.json",
2025-08-20T19:15:56.6795904Z [00:02:03.163]➜  			"metadatas/alidns/DescribePdnsUserInfo.json",
2025-08-20T19:15:56.6796208Z [00:02:03.163]➜  			"metadatas/alidns/DescribeRecordLogs.json",
2025-08-20T19:15:56.6796686Z [00:02:03.163]➜  			"metadatas/alidns/DescribeRecordResolveStatisticsSummary.json",
2025-08-20T19:15:56.6797034Z [00:02:03.163]➜  			"metadatas/alidns/DescribeRecordStatistics.json",
2025-08-20T19:15:56.6797445Z [00:02:03.163]➜  			"metadatas/alidns/DescribeRecordStatisticsSummary.json",
2025-08-20T19:15:56.6797797Z [00:02:03.163]➜  			"metadatas/alidns/DescribeRecursionRecord.json",
2025-08-20T19:15:56.6798139Z [00:02:03.163]➜  			"metadatas/alidns/DescribeRecursionZone.json",
2025-08-20T19:15:56.6798494Z [00:02:03.163]➜  			"metadatas/alidns/DescribeSubDomainRecords.json",
2025-08-20T19:15:56.6798825Z [00:02:03.163]➜  			"metadatas/alidns/DescribeSupportLines.json",
2025-08-20T19:15:56.6799106Z [00:02:03.163]➜  			"metadatas/alidns/DescribeTags.json",
2025-08-20T19:15:56.6799454Z [00:02:03.163]➜  			"metadatas/alidns/DescribeTransferDomains.json",
2025-08-20T19:15:56.6799849Z [00:02:03.163]➜  			"metadatas/alidns/ExecuteGtmRecoveryPlan.json",
2025-08-20T19:15:56.6800150Z [00:02:03.163]➜  			"metadatas/alidns/GetMainDomainName.json",
2025-08-20T19:15:56.6800428Z [00:02:03.163]➜  			"metadatas/alidns/GetTxtRecordForVerify.json",
2025-08-20T19:15:56.6800720Z [00:02:03.163]➜  			"metadatas/alidns/ListCloudGtmAddressPools.json",
2025-08-20T19:15:56.6800989Z [00:02:03.163]➜  			"metadatas/alidns/ListCloudGtmAddresses.json",
2025-08-20T19:15:56.6801429Z [00:02:03.163]➜  			"metadatas/alidns/ListCloudGtmAlertLogs.json",
2025-08-20T19:15:56.6801860Z [00:02:03.163]➜  			"metadatas/alidns/ListCloudGtmAvailableAlertGroups.json",
2025-08-20T19:15:56.6802212Z [00:02:03.163]➜  			"metadatas/alidns/ListCloudGtmInstanceConfigs.json",
2025-08-20T19:15:56.6802665Z [00:02:03.163]➜  			"metadatas/alidns/ListCloudGtmInstances.json",
2025-08-20T19:15:56.6802973Z [00:02:03.163]➜  			"metadatas/alidns/ListCloudGtmMonitorNodes.json",
2025-08-20T19:15:56.6803286Z [00:02:03.163]➜  			"metadatas/alidns/ListCloudGtmMonitorTemplates.json",
2025-08-20T19:15:56.6803562Z [00:02:03.163]➜  			"metadatas/alidns/ListRecursionRecords.json",
2025-08-20T19:15:56.6803870Z [00:02:03.163]➜  			"metadatas/alidns/ListRecursionZones.json",
2025-08-20T19:15:56.6804173Z [00:02:03.163]➜  			"metadatas/alidns/ListTagResources.json",
2025-08-20T19:15:56.6804510Z [00:02:03.163]➜  			"metadatas/alidns/ModifyHichinaDomainDNS.json",
2025-08-20T19:15:56.6804876Z [00:02:03.163]➜  			"metadatas/alidns/MoveDomainResourceGroup.json",
2025-08-20T19:15:56.6805196Z [00:02:03.163]➜  			"metadatas/alidns/MoveGtmResourceGroup.json",
2025-08-20T19:15:56.6805517Z [00:02:03.163]➜  			"metadatas/alidns/OperateBatchDomain.json",
2025-08-20T19:15:56.6805817Z [00:02:03.163]➜  			"metadatas/alidns/PausePdnsService.json",
2025-08-20T19:15:56.6806130Z [00:02:03.163]➜  			"metadatas/alidns/PreviewGtmRecoveryPlan.json",
2025-08-20T19:15:56.6806377Z [00:02:03.163]➜  			"metadatas/alidns/RemovePdnsAppKey.json",
2025-08-20T19:15:56.6806658Z [00:02:03.163]➜  			"metadatas/alidns/RemovePdnsUdpIpSegment.json",
2025-08-20T19:15:56.6807007Z [00:02:03.163]➜  			"metadatas/alidns/ReplaceCloudGtmAddressPoolAddress.json",
2025-08-20T19:15:56.6807475Z [00:02:03.163]➜  			"metadatas/alidns/ReplaceCloudGtmInstanceConfigAddressPool.json",
2025-08-20T19:15:56.6807779Z [00:02:03.163]➜  			"metadatas/alidns/ResumePdnsService.json",
2025-08-20T19:15:56.6808073Z [00:02:03.163]➜  			"metadatas/alidns/RetrieveDomain.json",
2025-08-20T19:15:56.6808425Z [00:02:03.164]➜  			"metadatas/alidns/RollbackGtmRecoveryPlan.json",
2025-08-20T19:15:56.6808740Z [00:02:03.164]➜  			"metadatas/alidns/SearchCloudGtmAddressPools.json",
2025-08-20T19:15:56.6809186Z [00:02:03.164]➜  			"metadatas/alidns/SearchCloudGtmAddresses.json",
2025-08-20T19:15:56.6809510Z [00:02:03.164]➜  			"metadatas/alidns/SearchCloudGtmInstanceConfigs.json",
2025-08-20T19:15:56.6809821Z [00:02:03.164]➜  			"metadatas/alidns/SearchCloudGtmInstances.json",
2025-08-20T19:15:56.6810219Z [00:02:03.164]➜  			"metadatas/alidns/SearchCloudGtmMonitorTemplates.json",
2025-08-20T19:15:56.6810549Z [00:02:03.164]➜  			"metadatas/alidns/SearchRecursionRecords.json",
2025-08-20T19:15:56.6810872Z [00:02:03.164]➜  			"metadatas/alidns/SearchRecursionZones.json",
2025-08-20T19:15:56.6811163Z [00:02:03.164]➜  			"metadatas/alidns/SetDNSSLBStatus.json",
2025-08-20T19:15:56.6811444Z [00:02:03.164]➜  			"metadatas/alidns/SetDnsGtmAccessMode.json",
2025-08-20T19:15:56.6811732Z [00:02:03.164]➜  			"metadatas/alidns/SetDnsGtmMonitorStatus.json",
2025-08-20T19:15:56.6812016Z [00:02:03.164]➜  			"metadatas/alidns/SetDomainDnssecStatus.json",
2025-08-20T19:15:56.6812297Z [00:02:03.167]➜  			"metadatas/alidns/SetDomainRecordStatus.json",
2025-08-20T19:15:56.6812731Z [00:02:03.167]➜  			"metadatas/alidns/SetGtmAccessMode.json",
2025-08-20T19:15:56.6813043Z [00:02:03.167]➜  			"metadatas/alidns/SetGtmMonitorStatus.json",
2025-08-20T19:15:56.6813391Z [00:02:03.167]➜  			"metadatas/alidns/SubmitIspFlushCacheTask.json",
2025-08-20T19:15:56.6813803Z [00:02:03.167]➜  			"metadatas/alidns/SwitchDnsGtmInstanceStrategyMode.json",
2025-08-20T19:15:56.6814087Z [00:02:03.167]➜  			"metadatas/alidns/TagResources.json",
2025-08-20T19:15:56.6814371Z [00:02:03.167]➜  			"metadatas/alidns/TransferDomain.json",
2025-08-20T19:15:56.6814651Z [00:02:03.167]➜  			"metadatas/alidns/UnbindInstanceDomains.json",
2025-08-20T19:15:56.6814890Z [00:02:03.167]➜  			"metadatas/alidns/UntagResources.json",
2025-08-20T19:15:56.6815316Z [00:02:03.167]➜  			"metadatas/alidns/UpdateAppKeyState.json",
2025-08-20T19:15:56.6815612Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmAddress.json",
2025-08-20T19:15:56.6816001Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmAddressEnableStatus.json",
2025-08-20T19:15:56.6816430Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmAddressManualAvailableStatus.json",
2025-08-20T19:15:56.6816803Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmAddressPoolBasicConfig.json",
2025-08-20T19:15:56.6817211Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmAddressPoolEnableStatus.json",
2025-08-20T19:15:56.6817595Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmAddressPoolLbStrategy.json",
2025-08-20T19:15:56.6817936Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmAddressPoolRemark.json",
2025-08-20T19:15:56.6818244Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmAddressRemark.json",
2025-08-20T19:15:56.6818571Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmGlobalAlert.json",
2025-08-20T19:15:56.6819006Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmInstanceConfigAlert.json",
2025-08-20T19:15:56.6819367Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmInstanceConfigBasic.json",
2025-08-20T19:15:56.6819784Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmInstanceConfigEnableStatus.json",
2025-08-20T19:15:56.6820205Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmInstanceConfigLbStrategy.json",
2025-08-20T19:15:56.6820626Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmInstanceConfigRemark.json",
2025-08-20T19:15:56.6820936Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmInstanceName.json",
2025-08-20T19:15:56.6821257Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmMonitorTemplate.json",
2025-08-20T19:15:56.6821630Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCloudGtmMonitorTemplateRemark.json",
2025-08-20T19:15:56.6821928Z [00:02:03.167]➜  			"metadatas/alidns/UpdateCustomLine.json",
2025-08-20T19:15:56.6822230Z [00:02:03.167]➜  			"metadatas/alidns/UpdateDNSSLBWeight.json",
2025-08-20T19:15:56.6822678Z [00:02:03.167]➜  			"metadatas/alidns/UpdateDnsCacheDomain.json",
2025-08-20T19:15:56.6823186Z [00:02:03.167]➜  			"metadatas/alidns/UpdateDnsCacheDomainRemark.json",
2025-08-20T19:15:56.6823528Z [00:02:03.167]➜  			"metadatas/alidns/UpdateDnsGtmAccessStrategy.json",
2025-08-20T19:15:56.6823878Z [00:02:03.167]➜  			"metadatas/alidns/UpdateDnsGtmAddressPool.json",
2025-08-20T19:15:56.6824282Z [00:02:03.167]➜  			"metadatas/alidns/UpdateDnsGtmInstanceGlobalConfig.json",
2025-08-20T19:15:56.6824553Z [00:02:03.167]➜  			"metadatas/alidns/UpdateDnsGtmMonitor.json",
2025-08-20T19:15:56.6824807Z [00:02:03.167]➜  			"metadatas/alidns/UpdateDomainGroup.json",
2025-08-20T19:15:56.6825074Z [00:02:03.167]➜  			"metadatas/alidns/UpdateDomainRecord.json",
2025-08-20T19:15:56.6825382Z [00:02:03.167]➜  			"metadatas/alidns/UpdateDomainRecordRemark.json",
2025-08-20T19:15:56.6825656Z [00:02:03.167]➜  			"metadatas/alidns/UpdateDomainRemark.json",
2025-08-20T19:15:56.6825952Z [00:02:03.167]➜  			"metadatas/alidns/UpdateGtmAccessStrategy.json",
2025-08-20T19:15:56.6826231Z [00:02:03.167]➜  			"metadatas/alidns/UpdateGtmAddressPool.json",
2025-08-20T19:15:56.6826594Z [00:02:03.167]➜  			"metadatas/alidns/UpdateGtmInstanceGlobalConfig.json",
2025-08-20T19:15:56.6826891Z [00:02:03.167]➜  			"metadatas/alidns/UpdateGtmMonitor.json",
2025-08-20T19:15:56.6827173Z [00:02:03.167]➜  			"metadatas/alidns/UpdateGtmRecoveryPlan.json",
2025-08-20T19:15:56.6827531Z [00:02:03.167]➜  			"metadatas/alidns/UpdateIspFlushCacheInstanceConfig.json",
2025-08-20T19:15:56.6827810Z [00:02:03.167]➜  			"metadatas/alidns/UpdateRecursionRecord.json",
2025-08-20T19:15:56.6828231Z [00:02:03.167]➜  			"metadatas/alidns/UpdateRecursionRecordEnableStatus.json",
2025-08-20T19:15:56.6828599Z [00:02:03.168]➜  			"metadatas/alidns/UpdateRecursionRecordWeight.json",
2025-08-20T19:15:56.6829061Z [00:02:03.168]➜  			"metadatas/alidns/UpdateRecursionRecordWeightEnableStatus.json",
2025-08-20T19:15:56.6829565Z [00:02:03.168]➜  			"metadatas/alidns/UpdateRecursionZoneEffectiveScope.json",
2025-08-20T19:15:56.6829932Z [00:02:03.168]➜  			"metadatas/alidns/UpdateRecursionZoneProxyPattern.json",
2025-08-20T19:15:56.6830290Z [00:02:03.168]➜  			"metadatas/alidns/UpdateRecursionZoneRemark.json",
2025-08-20T19:15:56.6830645Z [00:02:03.168]➜  			"metadatas/alidns/ValidateDnsGtmCnameRrCanUse.json",
2025-08-20T19:15:56.6830942Z [00:02:03.168]➜  			"metadatas/alidns/ValidatePdnsUdpIpSegment.json",
2025-08-20T19:15:56.6831226Z [00:02:03.168]➜  			"metadatas/alikafka/ChangeResourceGroup.json",
2025-08-20T19:15:56.6831502Z [00:02:03.168]➜  			"metadatas/alikafka/ConvertPostPayOrder.json",
2025-08-20T19:15:56.6831785Z [00:02:03.168]➜  			"metadatas/alikafka/CreateAcl.json",
2025-08-20T19:15:56.6832070Z [00:02:03.168]➜  			"metadatas/alikafka/CreateConsumerGroup.json",
2025-08-20T19:15:56.6832363Z [00:02:03.168]➜  			"metadatas/alikafka/CreatePostPayInstance.json",
2025-08-20T19:15:56.6832831Z [00:02:03.168]➜  			"metadatas/alikafka/CreatePostPayOrder.json",
2025-08-20T19:15:56.6833139Z [00:02:03.168]➜  			"metadatas/alikafka/CreatePrePayInstance.json",
2025-08-20T19:15:56.6833467Z [00:02:03.168]➜  			"metadatas/alikafka/CreatePrePayOrder.json",
2025-08-20T19:15:56.6833732Z [00:02:03.168]➜  			"metadatas/alikafka/CreateSaslUser.json",
2025-08-20T19:15:56.6834048Z [00:02:03.168]➜  			"metadatas/alikafka/CreateScheduledScalingRule.json",
2025-08-20T19:15:56.6834298Z [00:02:03.168]➜  			"metadatas/alikafka/CreateTopic.json",
2025-08-20T19:15:56.6834566Z [00:02:03.168]➜  			"metadatas/alikafka/DeleteAcl.json",
2025-08-20T19:15:56.6834864Z [00:02:03.168]➜  			"metadatas/alikafka/DeleteConsumerGroup.json",
2025-08-20T19:15:56.6835115Z [00:02:03.168]➜  			"metadatas/alikafka/DeleteInstance.json",
2025-08-20T19:15:56.6835370Z [00:02:03.168]➜  			"metadatas/alikafka/DeleteSaslUser.json",
2025-08-20T19:15:56.6835700Z [00:02:03.168]➜  			"metadatas/alikafka/DeleteScheduledScalingRule.json",
2025-08-20T19:15:56.6836006Z [00:02:03.168]➜  			"metadatas/alikafka/DeleteTopic.json",
2025-08-20T19:15:56.6836350Z [00:02:03.168]➜  			"metadatas/alikafka/DescribeAclResourceName.json",
2025-08-20T19:15:56.6836781Z [00:02:03.168]➜  			"metadatas/alikafka/DescribeAcls.json",
2025-08-20T19:15:56.6837051Z [00:02:03.168]➜  			"metadatas/alikafka/DescribeSaslUsers.json",
2025-08-20T19:15:56.6837381Z [00:02:03.168]➜  			"metadatas/alikafka/EnableAutoGroupCreation.json",
2025-08-20T19:15:56.6837756Z [00:02:03.168]➜  			"metadatas/alikafka/EnableAutoTopicCreation.json",
2025-08-20T19:15:56.6838099Z [00:02:03.168]➜  			"metadatas/alikafka/GetAllInstanceIdList.json",
2025-08-20T19:15:56.6838441Z [00:02:03.168]➜  			"metadatas/alikafka/GetAllowedIpList.json",
2025-08-20T19:15:56.6838801Z [00:02:03.168]➜  			"metadatas/alikafka/GetAutoScalingConfiguration.json",
2025-08-20T19:15:56.6839061Z [00:02:03.168]➜  			"metadatas/alikafka/GetConsumerList.json",
2025-08-20T19:15:56.6839351Z [00:02:03.168]➜  			"metadatas/alikafka/GetConsumerProgress.json",
2025-08-20T19:15:56.6839643Z [00:02:03.168]➜  			"metadatas/alikafka/GetInstanceList.json",
2025-08-20T19:15:56.6839957Z [00:02:03.168]➜  			"metadatas/alikafka/GetKafkaClientIp.json",
2025-08-20T19:15:56.6840249Z [00:02:03.168]➜  			"metadatas/alikafka/GetQuotaTip.json",
2025-08-20T19:15:56.6840523Z [00:02:03.168]➜  			"metadatas/alikafka/GetRiskList.json",
2025-08-20T19:15:56.6840794Z [00:02:03.168]➜  			"metadatas/alikafka/GetTopicList.json",
2025-08-20T19:15:56.6841045Z [00:02:03.168]➜  			"metadatas/alikafka/GetTopicStatus.json",
2025-08-20T19:15:56.6841352Z [00:02:03.168]➜  			"metadatas/alikafka/GetTopicSubscribeStatus.json",
2025-08-20T19:15:56.6841627Z [00:02:03.168]➜  			"metadatas/alikafka/ListRebalanceInfo.json",
2025-08-20T19:15:56.6841936Z [00:02:03.168]➜  			"metadatas/alikafka/ListTagResources.json",
2025-08-20T19:15:56.6842255Z [00:02:03.168]➜  			"metadatas/alikafka/ModifyInstanceName.json",
2025-08-20T19:15:56.6842787Z [00:02:03.168]➜  			"metadatas/alikafka/ModifyPartitionNum.json",
2025-08-20T19:15:56.6843282Z [00:02:03.168]➜  			"metadatas/alikafka/ModifyScheduledScalingRule.json",
2025-08-20T19:15:56.6843568Z [00:02:03.168]➜  			"metadatas/alikafka/ModifyTopicRemark.json",
2025-08-20T19:15:56.6843867Z [00:02:03.168]➜  			"metadatas/alikafka/QueryMessage.json",
2025-08-20T19:15:56.6844172Z [00:02:03.168]➜  			"metadatas/alikafka/ReleaseInstance.json",
2025-08-20T19:15:56.6844464Z [00:02:03.168]➜  			"metadatas/alikafka/ReopenInstance.json",
2025-08-20T19:15:56.6844764Z [00:02:03.168]➜  			"metadatas/alikafka/StartInstance.json",
2025-08-20T19:15:56.6845052Z [00:02:03.168]➜  			"metadatas/alikafka/StopInstance.json",
2025-08-20T19:15:56.6845313Z [00:02:03.168]➜  			"metadatas/alikafka/TagResources.json",
2025-08-20T19:15:56.6845566Z [00:02:03.168]➜  			"metadatas/alikafka/UntagResources.json",
2025-08-20T19:15:56.6845832Z [00:02:03.168]➜  			"metadatas/alikafka/UpdateAllowedIp.json",
2025-08-20T19:15:56.6846140Z [00:02:03.168]➜  			"metadatas/alikafka/UpdateConsumerOffset.json",
2025-08-20T19:15:56.6846482Z [00:02:03.168]➜  			"metadatas/alikafka/UpdateInstanceConfig.json",
2025-08-20T19:15:56.6846762Z [00:02:03.168]➜  			"metadatas/alikafka/UpdateTopicConfig.json",
2025-08-20T19:15:56.6847079Z [00:02:03.168]➜  			"metadatas/alikafka/UpgradeInstanceVersion.json",
2025-08-20T19:15:56.6847365Z [00:02:03.168]➜  			"metadatas/alikafka/UpgradePostPayOrder.json",
2025-08-20T19:15:56.6847691Z [00:02:03.168]➜  			"metadatas/alikafka/UpgradePrePayOrder.json",
2025-08-20T19:15:56.6848004Z [00:02:03.168]➜  			"metadatas/apig/AddGatewaySecurityGroupRule.json",
2025-08-20T19:15:56.6848383Z [00:02:03.168]➜  			"metadatas/apig/BatchDeleteConsumerAuthorizationRule.json",
2025-08-20T19:15:56.6848654Z [00:02:03.168]➜  			"metadatas/apig/ChangeResourceGroup.json",
2025-08-20T19:15:56.6848974Z [00:02:03.168]➜  			"metadatas/apig/CreateAndAttachPolicy.json",
2025-08-20T19:15:56.6849255Z [00:02:03.168]➜  			"metadatas/apig/CreateConsumer.json",
2025-08-20T19:15:56.6849647Z [00:02:03.168]➜  			"metadatas/apig/CreateConsumerAuthorizationRule.json",
2025-08-20T19:15:56.6850056Z [00:02:03.168]➜  			"metadatas/apig/CreateConsumerAuthorizationRules.json",
2025-08-20T19:15:56.6850337Z [00:02:03.168]➜  			"metadatas/apig/CreateDomain.json",
2025-08-20T19:15:56.6850797Z [00:02:03.168]➜  			"metadatas/apig/CreateEnvironment.json",
2025-08-20T19:15:56.6851086Z [00:02:03.168]➜  			"metadatas/apig/CreateGateway.json",
2025-08-20T19:15:56.6851350Z [00:02:03.168]➜  			"metadatas/apig/CreateHttpApi.json",
2025-08-20T19:15:56.6851637Z [00:02:03.168]➜  			"metadatas/apig/CreateHttpApiOperation.json",
2025-08-20T19:15:56.6851895Z [00:02:03.168]➜  			"metadatas/apig/CreateHttpApiRoute.json",
2025-08-20T19:15:56.6852188Z [00:02:03.168]➜  			"metadatas/apig/CreatePluginAttachment.json",
2025-08-20T19:15:56.6852615Z [00:02:03.168]➜  			"metadatas/apig/CreatePolicy.json",
2025-08-20T19:15:56.6852948Z [00:02:03.168]➜  			"metadatas/apig/CreatePolicyAttachment.json",
2025-08-20T19:15:56.6853195Z [00:02:03.168]➜  			"metadatas/apig/CreateService.json",
2025-08-20T19:15:56.6853460Z [00:02:03.168]➜  			"metadatas/apig/DeleteConsumer.json",
2025-08-20T19:15:56.6853836Z [00:02:03.168]➜  			"metadatas/apig/DeleteConsumerAuthorizationRule.json",
2025-08-20T19:15:56.6854090Z [00:02:03.168]➜  			"metadatas/apig/DeleteDomain.json",
2025-08-20T19:15:56.6854344Z [00:02:03.168]➜  			"metadatas/apig/DeleteEnvironment.json",
2025-08-20T19:15:56.6854600Z [00:02:03.168]➜  			"metadatas/apig/DeleteGateway.json",
2025-08-20T19:15:56.6854977Z [00:02:03.168]➜  			"metadatas/apig/DeleteGatewaySecurityGroupRule.json",
2025-08-20T19:15:56.6855256Z [00:02:03.168]➜  			"metadatas/apig/DeleteHttpApi.json",
2025-08-20T19:15:56.6855545Z [00:02:03.168]➜  			"metadatas/apig/DeleteHttpApiOperation.json",
2025-08-20T19:15:56.6855809Z [00:02:03.168]➜  			"metadatas/apig/DeleteHttpApiRoute.json",
2025-08-20T19:15:56.6856092Z [00:02:03.168]➜  			"metadatas/apig/DeletePluginAttachment.json",
2025-08-20T19:15:56.6856359Z [00:02:03.168]➜  			"metadatas/apig/DeletePolicy.json",
2025-08-20T19:15:56.6856857Z [00:02:03.168]➜  			"metadatas/apig/DeletePolicyAttachment.json",
2025-08-20T19:15:56.6857136Z [00:02:03.168]➜  			"metadatas/apig/DeleteService.json",
2025-08-20T19:15:56.6857432Z [00:02:03.168]➜  			"metadatas/apig/DeployHttpApi.json",
2025-08-20T19:15:56.6857705Z [00:02:03.168]➜  			"metadatas/apig/ExportHttpApi.json",
2025-08-20T19:15:56.6857982Z [00:02:03.168]➜  			"metadatas/apig/GetConsumer.json",
2025-08-20T19:15:56.6858348Z [00:02:03.168]➜  			"metadatas/apig/GetConsumerAuthorizationRule.json",
2025-08-20T19:15:56.6858624Z [00:02:03.168]➜  			"metadatas/apig/GetDashboard.json",
2025-08-20T19:15:56.6858887Z [00:02:03.168]➜  			"metadatas/apig/GetDomain.json",
2025-08-20T19:15:56.6859172Z [00:02:03.168]➜  			"metadatas/apig/GetEnvironment.json",
2025-08-20T19:15:56.6859433Z [00:02:03.168]➜  			"metadatas/apig/GetGateway.json",
2025-08-20T19:15:56.6859700Z [00:02:03.168]➜  			"metadatas/apig/GetHttpApi.json",
2025-08-20T19:15:56.6860010Z [00:02:03.168]➜  			"metadatas/apig/GetHttpApiOperation.json",
2025-08-20T19:15:56.6860291Z [00:02:03.168]➜  			"metadatas/apig/GetHttpApiRoute.json",
2025-08-20T19:15:56.6860555Z [00:02:03.168]➜  			"metadatas/apig/GetPluginAttachment.json",
2025-08-20T19:15:56.6860800Z [00:02:03.168]➜  			"metadatas/apig/GetPolicy.json",
2025-08-20T19:15:56.6861093Z [00:02:03.168]➜  			"metadatas/apig/GetPolicyAttachment.json",
2025-08-20T19:15:56.6861397Z [00:02:03.168]➜  			"metadatas/apig/GetResourceOverview.json",
2025-08-20T19:15:56.6861655Z [00:02:03.168]➜  			"metadatas/apig/GetService.json",
2025-08-20T19:15:56.6861935Z [00:02:03.168]➜  			"metadatas/apig/GetTraceConfig.json",
2025-08-20T19:15:56.6862209Z [00:02:03.168]➜  			"metadatas/apig/ImportHttpApi.json",
2025-08-20T19:15:56.6862669Z [00:02:03.168]➜  			"metadatas/apig/ListConsumers.json",
2025-08-20T19:15:56.6862944Z [00:02:03.168]➜  			"metadatas/apig/ListDomains.json",
2025-08-20T19:15:56.6863235Z [00:02:03.168]➜  			"metadatas/apig/ListEnvironments.json",
2025-08-20T19:15:56.6863492Z [00:02:03.168]➜  			"metadatas/apig/ListGateways.json",
2025-08-20T19:15:56.6863825Z [00:02:03.168]➜  			"metadatas/apig/ListHttpApiOperations.json",
2025-08-20T19:15:56.6864121Z [00:02:03.168]➜  			"metadatas/apig/ListHttpApiRoutes.json",
2025-08-20T19:15:56.6864591Z [00:02:03.168]➜  			"metadatas/apig/ListHttpApis.json",
2025-08-20T19:15:56.6864908Z [00:02:03.168]➜  			"metadatas/apig/ListPluginAttachments.json",
2025-08-20T19:15:56.6865181Z [00:02:03.168]➜  			"metadatas/apig/ListPlugins.json",
2025-08-20T19:15:56.6865449Z [00:02:03.168]➜  			"metadatas/apig/ListPolicies.json",
2025-08-20T19:15:56.6865743Z [00:02:03.168]➜  			"metadatas/apig/ListPolicyClasses.json",
2025-08-20T19:15:56.6866008Z [00:02:03.168]➜  			"metadatas/apig/ListServices.json",
2025-08-20T19:15:56.6866275Z [00:02:03.168]➜  			"metadatas/apig/ListSslCerts.json",
2025-08-20T19:15:56.6866532Z [00:02:03.168]➜  			"metadatas/apig/ListZones.json",
2025-08-20T19:15:56.6866928Z [00:02:03.168]➜  			"metadatas/apig/QueryConsumerAuthorizationRules.json",
2025-08-20T19:15:56.6867327Z [00:02:03.168]➜  			"metadatas/apig/RemoveConsumerAuthorizationRule.json",
2025-08-20T19:15:56.6867614Z [00:02:03.168]➜  			"metadatas/apig/RestartGateway.json",
2025-08-20T19:15:56.6867907Z [00:02:03.168]➜  			"metadatas/apig/UndeployHttpApi.json",
2025-08-20T19:15:56.6868224Z [00:02:03.168]➜  			"metadatas/apig/UpdateAndAttachPolicy.json",
2025-08-20T19:15:56.6868502Z [00:02:03.168]➜  			"metadatas/apig/UpdateConsumer.json",
2025-08-20T19:15:56.6868836Z [00:02:03.168]➜  			"metadatas/apig/UpdateConsumerAuthorizationRule.json",
2025-08-20T19:15:56.6869082Z [00:02:03.168]➜  			"metadatas/apig/UpdateDomain.json",
2025-08-20T19:15:56.6869337Z [00:02:03.168]➜  			"metadatas/apig/UpdateEnvironment.json",
2025-08-20T19:15:56.6869650Z [00:02:03.168]➜  			"metadatas/apig/UpdateGatewayFeature.json",
2025-08-20T19:15:56.6869942Z [00:02:03.168]➜  			"metadatas/apig/UpdateGatewayName.json",
2025-08-20T19:15:56.6870230Z [00:02:03.168]➜  			"metadatas/apig/UpdateHttpApi.json",
2025-08-20T19:15:56.6873298Z [00:02:03.168]➜  			"metadatas/apig/UpdateHttpApiOperation.json",
2025-08-20T19:15:56.6873724Z [00:02:03.168]➜  			"metadatas/apig/UpdateHttpApiRoute.json",
2025-08-20T19:15:56.6874090Z [00:02:03.168]➜  			"metadatas/apig/UpdatePluginAttachment.json",
2025-08-20T19:15:56.6874374Z [00:02:03.168]➜  			"metadatas/apig/UpdatePolicy.json",
2025-08-20T19:15:56.6874651Z [00:02:03.168]➜  			"metadatas/apig/UpgradeGateway.json",
2025-08-20T19:15:56.6875127Z [00:02:03.168]➜  			"metadatas/arms/AddAliClusterIdsToPrometheusGlobalView.json",
2025-08-20T19:15:56.6875394Z [00:02:03.168]➜  			"metadatas/arms/AddGrafana.json",
2025-08-20T19:15:56.6875675Z [00:02:03.168]➜  			"metadatas/arms/AddIntegration.json",
2025-08-20T19:15:56.6876008Z [00:02:03.168]➜  			"metadatas/arms/AddPrometheusGlobalView.json",
2025-08-20T19:15:56.6876464Z [00:02:03.168]➜  			"metadatas/arms/AddPrometheusGlobalViewByAliClusterIds.json",
2025-08-20T19:15:56.6876779Z [00:02:03.168]➜  			"metadatas/arms/AddPrometheusInstance.json",
2025-08-20T19:15:56.6877135Z [00:02:03.168]➜  			"metadatas/arms/AddPrometheusIntegration.json",
2025-08-20T19:15:56.6877422Z [00:02:03.168]➜  			"metadatas/arms/AddRecordingRule.json",
2025-08-20T19:15:56.6877741Z [00:02:03.168]➜  			"metadatas/arms/AddTagToFlinkCluster.json",
2025-08-20T19:15:56.6878184Z [00:02:03.168]➜  			"metadatas/arms/AppendInstancesToPrometheusGlobalView.json",
2025-08-20T19:15:56.6878465Z [00:02:03.168]➜  			"metadatas/arms/ApplyScenario.json",
2025-08-20T19:15:56.6878835Z [00:02:03.168]➜  			"metadatas/arms/BindPrometheusGrafanaInstance.json",
2025-08-20T19:15:56.6879165Z [00:02:03.168]➜  			"metadatas/arms/BlockAlarmNotification.json",
2025-08-20T19:15:56.6879465Z [00:02:03.168]➜  			"metadatas/arms/ChangeAlarmSeverity.json",
2025-08-20T19:15:56.6879770Z [00:02:03.168]➜  			"metadatas/arms/ChangeResourceGroup.json",
2025-08-20T19:15:56.6880077Z [00:02:03.168]➜  			"metadatas/arms/CheckCommercialStatus.json",
2025-08-20T19:15:56.6880377Z [00:02:03.168]➜  			"metadatas/arms/CheckServiceStatus.json",
2025-08-20T19:15:56.6880650Z [00:02:03.168]➜  			"metadatas/arms/ClaimAlarm.json",
2025-08-20T19:15:56.6880912Z [00:02:03.168]➜  			"metadatas/arms/CloseAlarm.json",
2025-08-20T19:15:56.6881411Z [00:02:03.168]➜  			"metadatas/arms/ConfigApp.json",
2025-08-20T19:15:56.6881713Z [00:02:03.168]➜  			"metadatas/arms/CreateAlertContact.json",
2025-08-20T19:15:56.6882040Z [00:02:03.168]➜  			"metadatas/arms/CreateAlertContactGroup.json",
2025-08-20T19:15:56.6882337Z [00:02:03.168]➜  			"metadatas/arms/CreateDispatchRule.json",
2025-08-20T19:15:56.6882845Z [00:02:03.168]➜  			"metadatas/arms/CreateEnvCustomJob.json",
2025-08-20T19:15:56.6883157Z [00:02:03.168]➜  			"metadatas/arms/CreateEnvPodMonitor.json",
2025-08-20T19:15:56.6883485Z [00:02:03.168]➜  			"metadatas/arms/CreateEnvServiceMonitor.json",
2025-08-20T19:15:56.6883782Z [00:02:03.168]➜  			"metadatas/arms/CreateEnvironment.json",
2025-08-20T19:15:56.6884101Z [00:02:03.168]➜  			"metadatas/arms/CreateGrafanaWorkspace.json",
2025-08-20T19:15:56.6884412Z [00:02:03.168]➜  			"metadatas/arms/CreateIntegration.json",
2025-08-20T19:15:56.6884741Z [00:02:03.168]➜  			"metadatas/arms/CreateOrUpdateAlertRule.json",
2025-08-20T19:15:56.6885070Z [00:02:03.169]➜  			"metadatas/arms/CreateOrUpdateContact.json",
2025-08-20T19:15:56.6885420Z [00:02:03.169]➜  			"metadatas/arms/CreateOrUpdateContactGroup.json",
2025-08-20T19:15:56.6885860Z [00:02:03.169]➜  			"metadatas/arms/CreateOrUpdateEventBridgeIntegration.json",
2025-08-20T19:15:56.6886167Z [00:02:03.169]➜  			"metadatas/arms/CreateOrUpdateIMRobot.json",
2025-08-20T19:15:56.6886569Z [00:02:03.169]➜  			"metadatas/arms/CreateOrUpdateNotificationPolicy.json",
2025-08-20T19:15:56.6886925Z [00:02:03.169]➜  			"metadatas/arms/CreateOrUpdateSilencePolicy.json",
2025-08-20T19:15:56.6887290Z [00:02:03.169]➜  			"metadatas/arms/CreateOrUpdateWebhookContact.json",
2025-08-20T19:15:56.6887628Z [00:02:03.169]➜  			"metadatas/arms/CreatePrometheusAlertRule.json",
2025-08-20T19:15:56.6887968Z [00:02:03.169]➜  			"metadatas/arms/CreatePrometheusInstance.json",
2025-08-20T19:15:56.6888521Z [00:02:03.169]➜  			"metadatas/arms/CreatePrometheusMonitoring.json",
2025-08-20T19:15:56.6888824Z [00:02:03.169]➜  			"metadatas/arms/CreateRetcodeApp.json",
2025-08-20T19:15:56.6889106Z [00:02:03.169]➜  			"metadatas/arms/CreateRumApp.json",
2025-08-20T19:15:56.6889422Z [00:02:03.169]➜  			"metadatas/arms/CreateRumUploadFileUrl.json",
2025-08-20T19:15:56.6889728Z [00:02:03.169]➜  			"metadatas/arms/CreateSyntheticTask.json",
2025-08-20T19:15:56.6890066Z [00:02:03.169]➜  			"metadatas/arms/CreateTimingSyntheticTask.json",
2025-08-20T19:15:56.6890354Z [00:02:03.169]➜  			"metadatas/arms/CreateWebhook.json",
2025-08-20T19:15:56.6890638Z [00:02:03.169]➜  			"metadatas/arms/DelAuthToken.json",
2025-08-20T19:15:56.6890965Z [00:02:03.169]➜  			"metadatas/arms/DeleteAddonRelease.json",
2025-08-20T19:15:56.6891296Z [00:02:03.169]➜  			"metadatas/arms/DeleteAlertContact.json",
2025-08-20T19:15:56.6891678Z [00:02:03.169]➜  			"metadatas/arms/DeleteAlertContactGroup.json",
2025-08-20T19:15:56.6892042Z [00:02:03.169]➜  			"metadatas/arms/DeleteAlertRule.json",
2025-08-20T19:15:56.6892610Z [00:02:03.169]➜  			"metadatas/arms/DeleteAlertRules.json",
2025-08-20T19:15:56.6892948Z [00:02:03.169]➜  			"metadatas/arms/DeleteAppList.json",
2025-08-20T19:15:56.6893251Z [00:02:03.169]➜  			"metadatas/arms/DeleteCmsExporter.json",
2025-08-20T19:15:56.6893517Z [00:02:03.169]➜  			"metadatas/arms/DeleteContact.json",
2025-08-20T19:15:56.6893814Z [00:02:03.169]➜  			"metadatas/arms/DeleteContactGroup.json",
2025-08-20T19:15:56.6894102Z [00:02:03.169]➜  			"metadatas/arms/DeleteDispatchRule.json",
2025-08-20T19:15:56.6894394Z [00:02:03.169]➜  			"metadatas/arms/DeleteEnvCustomJob.json",
2025-08-20T19:15:56.6894691Z [00:02:03.169]➜  			"metadatas/arms/DeleteEnvPodMonitor.json",
2025-08-20T19:15:56.6895024Z [00:02:03.169]➜  			"metadatas/arms/DeleteEnvServiceMonitor.json",
2025-08-20T19:15:56.6895308Z [00:02:03.169]➜  			"metadatas/arms/DeleteEnvironment.json",
2025-08-20T19:15:56.6895666Z [00:02:03.169]➜  			"metadatas/arms/DeleteEnvironmentFeature.json",
2025-08-20T19:15:56.6896026Z [00:02:03.169]➜  			"metadatas/arms/DeleteEventBridgeIntegration.json",
2025-08-20T19:15:56.6896531Z [00:02:03.169]➜  			"metadatas/arms/DeleteGrafanaResource.json",
2025-08-20T19:15:56.6896882Z [00:02:03.169]➜  			"metadatas/arms/DeleteGrafanaWorkspace.json",
2025-08-20T19:15:56.6897159Z [00:02:03.169]➜  			"metadatas/arms/DeleteIMRobot.json",
2025-08-20T19:15:56.6897449Z [00:02:03.169]➜  			"metadatas/arms/DeleteIntegration.json",
2025-08-20T19:15:56.6897745Z [00:02:03.169]➜  			"metadatas/arms/DeleteIntegrations.json",
2025-08-20T19:15:56.6898074Z [00:02:03.169]➜  			"metadatas/arms/DeleteNotificationPolicy.json",
2025-08-20T19:15:56.6898447Z [00:02:03.169]➜  			"metadatas/arms/DeletePrometheusAlertRule.json",
2025-08-20T19:15:56.6898788Z [00:02:03.169]➜  			"metadatas/arms/DeletePrometheusGlobalView.json",
2025-08-20T19:15:56.6899149Z [00:02:03.169]➜  			"metadatas/arms/DeletePrometheusIntegration.json",
2025-08-20T19:15:56.6899504Z [00:02:03.169]➜  			"metadatas/arms/DeletePrometheusMonitoring.json",
2025-08-20T19:15:56.6899852Z [00:02:03.169]➜  			"metadatas/arms/DeleteRetcodeApp.json",
2025-08-20T19:15:56.6900132Z [00:02:03.169]➜  			"metadatas/arms/DeleteRumApp.json",
2025-08-20T19:15:56.6900435Z [00:02:03.169]➜  			"metadatas/arms/DeleteRumUploadFile.json",
2025-08-20T19:15:56.6900712Z [00:02:03.169]➜  			"metadatas/arms/DeleteScenario.json",
2025-08-20T19:15:56.6901020Z [00:02:03.169]➜  			"metadatas/arms/DeleteSilencePolicy.json",
2025-08-20T19:15:56.6901281Z [00:02:03.169]➜  			"metadatas/arms/DeleteSourceMap.json",
2025-08-20T19:15:56.6901567Z [00:02:03.169]➜  			"metadatas/arms/DeleteSyntheticTask.json",
2025-08-20T19:15:56.6901909Z [00:02:03.169]➜  			"metadatas/arms/DeleteTimingSyntheticTask.json",
2025-08-20T19:15:56.6902207Z [00:02:03.169]➜  			"metadatas/arms/DeleteTraceApp.json",
2025-08-20T19:15:56.6902860Z [00:02:03.169]➜  			"metadatas/arms/DeleteWebhookContact.json",
2025-08-20T19:15:56.6903449Z [00:02:03.169]➜  			"metadatas/arms/DescribeAddonMetrics.json",
2025-08-20T19:15:56.6903824Z [00:02:03.169]➜  			"metadatas/arms/DescribeAddonRelease.json",
2025-08-20T19:15:56.6904175Z [00:02:03.169]➜  			"metadatas/arms/DescribeContactGroups.json",
2025-08-20T19:15:56.6904454Z [00:02:03.169]➜  			"metadatas/arms/DescribeContacts.json",
2025-08-20T19:15:56.6904760Z [00:02:03.169]➜  			"metadatas/arms/DescribeDispatchRule.json",
2025-08-20T19:15:56.6905051Z [00:02:03.169]➜  			"metadatas/arms/DescribeEnvCustomJob.json",
2025-08-20T19:15:56.6905388Z [00:02:03.169]➜  			"metadatas/arms/DescribeEnvDropMetricsRule.json",
2025-08-20T19:15:56.6905696Z [00:02:03.169]➜  			"metadatas/arms/DescribeEnvPodMonitor.json",
2025-08-20T19:15:56.6906023Z [00:02:03.169]➜  			"metadatas/arms/DescribeEnvServiceMonitor.json",
2025-08-20T19:15:56.6906315Z [00:02:03.169]➜  			"metadatas/arms/DescribeEnvironment.json",
2025-08-20T19:15:56.6906645Z [00:02:03.169]➜  			"metadatas/arms/DescribeEnvironmentFeature.json",
2025-08-20T19:15:56.6906937Z [00:02:03.169]➜  			"metadatas/arms/DescribeIMRobots.json",
2025-08-20T19:15:56.6907283Z [00:02:03.169]➜  			"metadatas/arms/DescribePrometheusAlertRule.json",
2025-08-20T19:15:56.6907630Z [00:02:03.169]➜  			"metadatas/arms/DescribeTraceLicenseKey.json",
2025-08-20T19:15:56.6907949Z [00:02:03.169]➜  			"metadatas/arms/DescribeWebhookContacts.json",
2025-08-20T19:15:56.6908222Z [00:02:03.169]➜  			"metadatas/arms/DoInsightsAction.json",
2025-08-20T19:15:56.6908478Z [00:02:03.169]➜  			"metadatas/arms/EnableMetric.json",
2025-08-20T19:15:56.6908807Z [00:02:03.169]➜  			"metadatas/arms/GetAgentDownloadUrl.json",
2025-08-20T19:15:56.6909144Z [00:02:03.169]➜  			"metadatas/arms/GetAgentDownloadUrlV2.json",
2025-08-20T19:15:56.6909425Z [00:02:03.169]➜  			"metadatas/arms/GetAlertRules.json",
2025-08-20T19:15:56.6909708Z [00:02:03.169]➜  			"metadatas/arms/GetAppApiByPage.json",
2025-08-20T19:15:56.6909994Z [00:02:03.169]➜  			"metadatas/arms/GetAppJVMConfig.json",
2025-08-20T19:15:56.6910273Z [00:02:03.169]➜  			"metadatas/arms/GetAuthToken.json",
2025-08-20T19:15:56.6910590Z [00:02:03.169]➜  			"metadatas/arms/GetCloudClusterAllUrl.json",
2025-08-20T19:15:56.6911031Z [00:02:03.169]➜  			"metadatas/arms/GetClusterAllUrl.json",
2025-08-20T19:15:56.6911329Z [00:02:03.169]➜  			"metadatas/arms/GetCommercialStatus.json",
2025-08-20T19:15:56.6911595Z [00:02:03.169]➜  			"metadatas/arms/GetExploreUrl.json",
2025-08-20T19:15:56.6911890Z [00:02:03.169]➜  			"metadatas/arms/GetGrafanaWorkspace.json",
2025-08-20T19:15:56.6912179Z [00:02:03.169]➜  			"metadatas/arms/GetIntegrationState.json",
2025-08-20T19:15:56.6912694Z [00:02:03.169]➜  			"metadatas/arms/GetManagedPrometheusStatus.json",
2025-08-20T19:15:56.6912999Z [00:02:03.169]➜  			"metadatas/arms/GetMultipleTrace.json",
2025-08-20T19:15:56.6913365Z [00:02:03.169]➜  			"metadatas/arms/GetOnCallSchedulesDetail.json",
2025-08-20T19:15:56.6913697Z [00:02:03.169]➜  			"metadatas/arms/GetPrometheusApiToken.json",
2025-08-20T19:15:56.6914235Z [00:02:03.169]➜  			"metadatas/arms/GetPrometheusGlobalView.json",
2025-08-20T19:15:56.6914566Z [00:02:03.169]➜  			"metadatas/arms/GetPrometheusInstance.json",
2025-08-20T19:15:56.6914913Z [00:02:03.169]➜  			"metadatas/arms/GetPrometheusIntegration.json",
2025-08-20T19:15:56.6915256Z [00:02:03.169]➜  			"metadatas/arms/GetPrometheusMonitoring.json",
2025-08-20T19:15:56.6915548Z [00:02:03.169]➜  			"metadatas/arms/GetRecordingRule.json",
2025-08-20T19:15:56.6915850Z [00:02:03.169]➜  			"metadatas/arms/GetRetcodeAppByPid.json",
2025-08-20T19:15:56.6916167Z [00:02:03.169]➜  			"metadatas/arms/GetRetcodeDataByQuery.json",
2025-08-20T19:15:56.6916462Z [00:02:03.169]➜  			"metadatas/arms/GetRetcodeLogstore.json",
2025-08-20T19:15:56.6916758Z [00:02:03.169]➜  			"metadatas/arms/GetRetcodeShareUrl.json",
2025-08-20T19:15:56.6917032Z [00:02:03.169]➜  			"metadatas/arms/GetRumAppInfo.json",
2025-08-20T19:15:56.6917298Z [00:02:03.169]➜  			"metadatas/arms/GetRumApps.json",
2025-08-20T19:15:56.6917584Z [00:02:03.169]➜  			"metadatas/arms/GetRumDataForPage.json",
2025-08-20T19:15:56.6917925Z [00:02:03.169]➜  			"metadatas/arms/GetRumExceptionStack.json",
2025-08-20T19:15:56.6918262Z [00:02:03.169]➜  			"metadatas/arms/GetRumOcuStatisticData.json",
2025-08-20T19:15:56.6918586Z [00:02:03.169]➜  			"metadatas/arms/GetRumUploadFiles.json",
2025-08-20T19:15:56.6918880Z [00:02:03.169]➜  			"metadatas/arms/GetSourceMapInfo.json",
2025-08-20T19:15:56.6919149Z [00:02:03.169]➜  			"metadatas/arms/GetStack.json",
2025-08-20T19:15:56.6919458Z [00:02:03.169]➜  			"metadatas/arms/GetSyntheticMonitors.json",
2025-08-20T19:15:56.6919781Z [00:02:03.169]➜  			"metadatas/arms/GetSyntheticTaskDetail.json",
2025-08-20T19:15:56.6920089Z [00:02:03.169]➜  			"metadatas/arms/GetSyntheticTaskList.json",
2025-08-20T19:15:56.6920434Z [00:02:03.169]➜  			"metadatas/arms/GetSyntheticTaskMonitors.json",
2025-08-20T19:15:56.6920756Z [00:02:03.169]➜  			"metadatas/arms/GetTimingSyntheticTask.json",
2025-08-20T19:15:56.6921032Z [00:02:03.169]➜  			"metadatas/arms/GetTrace.json",
2025-08-20T19:15:56.6921325Z [00:02:03.169]➜  			"metadatas/arms/GetTraceApp.json",
2025-08-20T19:15:56.6921623Z [00:02:03.169]➜  			"metadatas/arms/GetTraceAppConfig.json",
2025-08-20T19:15:56.6922200Z [00:02:03.169]➜  			"metadatas/arms/ImportAppAlertRules.json",
2025-08-20T19:15:56.6922770Z [00:02:03.169]➜  			"metadatas/arms/InitEnvironment.json",
2025-08-20T19:15:56.6923085Z [00:02:03.169]➜  			"metadatas/arms/InstallAddon.json",
2025-08-20T19:15:56.6923401Z [00:02:03.169]➜  			"metadatas/arms/InstallCmsExporter.json",
2025-08-20T19:15:56.6923775Z [00:02:03.169]➜  			"metadatas/arms/InstallEnvironmentFeature.json",
2025-08-20T19:15:56.6924130Z [00:02:03.169]➜  			"metadatas/arms/InstallManagedPrometheus.json",
2025-08-20T19:15:56.6924447Z [00:02:03.169]➜  			"metadatas/arms/ListActivatedAlerts.json",
2025-08-20T19:15:56.6924737Z [00:02:03.169]➜  			"metadatas/arms/ListAddonReleases.json",
2025-08-20T19:15:56.6925013Z [00:02:03.169]➜  			"metadatas/arms/ListAddons.json",
2025-08-20T19:15:56.6925305Z [00:02:03.169]➜  			"metadatas/arms/ListAlertEvents.json",
2025-08-20T19:15:56.6925597Z [00:02:03.169]➜  			"metadatas/arms/ListAlerts.json",
2025-08-20T19:15:56.6925934Z [00:02:03.169]➜  			"metadatas/arms/ListClusterFromGrafana.json",
2025-08-20T19:15:56.6926257Z [00:02:03.169]➜  			"metadatas/arms/ListCmsInstances.json",
2025-08-20T19:15:56.6926541Z [00:02:03.169]➜  			"metadatas/arms/ListDashboards.json",
2025-08-20T19:15:56.6926856Z [00:02:03.169]➜  			"metadatas/arms/ListDashboardsByName.json",
2025-08-20T19:15:56.6927149Z [00:02:03.169]➜  			"metadatas/arms/ListDispatchRule.json",
2025-08-20T19:15:56.6927457Z [00:02:03.169]➜  			"metadatas/arms/ListEnvCustomJobs.json",
2025-08-20T19:15:56.6927767Z [00:02:03.169]➜  			"metadatas/arms/ListEnvPodMonitors.json",
2025-08-20T19:15:56.6928104Z [00:02:03.169]➜  			"metadatas/arms/ListEnvServiceMonitors.json",
2025-08-20T19:15:56.6928413Z [00:02:03.169]➜  			"metadatas/arms/ListEnvironmentAddons.json",
2025-08-20T19:15:56.6928791Z [00:02:03.169]➜  			"metadatas/arms/ListEnvironmentAlertRules.json",
2025-08-20T19:15:56.6929386Z [00:02:03.169]➜  			"metadatas/arms/ListEnvironmentDashboards.json",
2025-08-20T19:15:56.6929781Z [00:02:03.169]➜  			"metadatas/arms/ListEnvironmentFeatures.json",
2025-08-20T19:15:56.6930184Z [00:02:03.169]➜  			"metadatas/arms/ListEnvironmentKubeResources.json",
2025-08-20T19:15:56.6930584Z [00:02:03.169]➜  			"metadatas/arms/ListEnvironmentMetricTargets.json",
2025-08-20T19:15:56.6930891Z [00:02:03.169]➜  			"metadatas/arms/ListEnvironments.json",
2025-08-20T19:15:56.6931236Z [00:02:03.169]➜  			"metadatas/arms/ListEscalationPolicies.json",
2025-08-20T19:15:56.6931617Z [00:02:03.169]➜  			"metadatas/arms/ListEventBridgeIntegrations.json",
2025-08-20T19:15:56.6931955Z [00:02:03.169]➜  			"metadatas/arms/ListGrafanaWorkspace.json",
2025-08-20T19:15:56.6932273Z [00:02:03.169]➜  			"metadatas/arms/ListInsightsEvents.json",
2025-08-20T19:15:56.6932785Z [00:02:03.169]➜  			"metadatas/arms/ListIntegration.json",
2025-08-20T19:15:56.6933184Z [00:02:03.169]➜  			"metadatas/arms/ListNotificationPolicies.json",
2025-08-20T19:15:56.6933522Z [00:02:03.169]➜  			"metadatas/arms/ListOnCallSchedules.json",
2025-08-20T19:15:56.6933901Z [00:02:03.169]➜  			"metadatas/arms/ListPrometheusAlertRules.json",
2025-08-20T19:15:56.6934289Z [00:02:03.169]➜  			"metadatas/arms/ListPrometheusAlertTemplates.json",
2025-08-20T19:15:56.6934648Z [00:02:03.169]➜  			"metadatas/arms/ListPrometheusGlobalView.json",
2025-08-20T19:15:56.6935198Z [00:02:03.169]➜  			"metadatas/arms/ListPrometheusInstanceByTagAndResourceGroupId.json",
2025-08-20T19:15:56.6935531Z [00:02:03.169]➜  			"metadatas/arms/ListPrometheusInstances.json",
2025-08-20T19:15:56.6935872Z [00:02:03.169]➜  			"metadatas/arms/ListPrometheusIntegration.json",
2025-08-20T19:15:56.6936194Z [00:02:03.169]➜  			"metadatas/arms/ListPrometheusMonitoring.json",
2025-08-20T19:15:56.6936477Z [00:02:03.169]➜  			"metadatas/arms/ListRetcodeApps.json",
2025-08-20T19:15:56.6936741Z [00:02:03.169]➜  			"metadatas/arms/ListScenario.json",
2025-08-20T19:15:56.6937059Z [00:02:03.169]➜  			"metadatas/arms/ListSilencePolicies.json",
2025-08-20T19:15:56.6937351Z [00:02:03.169]➜  			"metadatas/arms/ListSyntheticDetail.json",
2025-08-20T19:15:56.6937891Z [00:02:03.169]➜  			"metadatas/arms/ListTimingSyntheticTasks.json",
2025-08-20T19:15:56.6938171Z [00:02:03.169]➜  			"metadatas/arms/ListTraceApps.json",
2025-08-20T19:15:56.6938476Z [00:02:03.169]➜  			"metadatas/arms/OpenArmsDefaultSLR.json",
2025-08-20T19:15:56.6938860Z [00:02:03.169]➜  			"metadatas/arms/OpenArmsServiceSecondVersion.json",
2025-08-20T19:15:56.6939137Z [00:02:03.169]➜  			"metadatas/arms/OpenVCluster.json",
2025-08-20T19:15:56.6939434Z [00:02:03.169]➜  			"metadatas/arms/OpenXtraceDefaultSLR.json",
2025-08-20T19:15:56.6939712Z [00:02:03.169]➜  			"metadatas/arms/QueryAppMetadata.json",
2025-08-20T19:15:56.6939985Z [00:02:03.169]➜  			"metadatas/arms/QueryAppTopology.json",
2025-08-20T19:15:56.6940276Z [00:02:03.169]➜  			"metadatas/arms/QueryCommercialUsage.json",
2025-08-20T19:15:56.6940569Z [00:02:03.169]➜  			"metadatas/arms/QueryMetricByPage.json",
2025-08-20T19:15:56.6940866Z [00:02:03.169]➜  			"metadatas/arms/QueryPromInstallStatus.json",
2025-08-20T19:15:56.6941161Z [00:02:03.169]➜  			"metadatas/arms/QueryReleaseMetric.json",
2025-08-20T19:15:56.6941629Z [00:02:03.169]➜  			"metadatas/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json",
2025-08-20T19:15:56.6942049Z [00:02:03.169]➜  			"metadatas/arms/RemoveSourcesFromPrometheusGlobalView.json",
2025-08-20T19:15:56.6942366Z [00:02:03.169]➜  			"metadatas/arms/RestartEnvironmentFeature.json",
2025-08-20T19:15:56.6942933Z [00:02:03.169]➜  			"metadatas/arms/SaveTraceAppConfig.json",
2025-08-20T19:15:56.6943216Z [00:02:03.169]➜  			"metadatas/arms/SearchAlertContact.json",
2025-08-20T19:15:56.6943554Z [00:02:03.170]➜  			"metadatas/arms/SearchAlertContactGroup.json",
2025-08-20T19:15:56.6943834Z [00:02:03.170]➜  			"metadatas/arms/SearchAlertHistories.json",
2025-08-20T19:15:56.6944106Z [00:02:03.170]➜  			"metadatas/arms/SearchAlertRules.json",
2025-08-20T19:15:56.6944550Z [00:02:03.170]➜  			"metadatas/arms/SearchEvents.json",
2025-08-20T19:15:56.6944871Z [00:02:03.170]➜  			"metadatas/arms/SearchRetcodeAppByPage.json",
2025-08-20T19:15:56.6945165Z [00:02:03.170]➜  			"metadatas/arms/SearchTraceAppByName.json",
2025-08-20T19:15:56.6945451Z [00:02:03.170]➜  			"metadatas/arms/SearchTraceAppByPage.json",
2025-08-20T19:15:56.6945694Z [00:02:03.170]➜  			"metadatas/arms/SearchTraces.json",
2025-08-20T19:15:56.6945980Z [00:02:03.170]➜  			"metadatas/arms/SearchTracesByPage.json",
2025-08-20T19:15:56.6946250Z [00:02:03.170]➜  			"metadatas/arms/SendTTSVerifyLink.json",
2025-08-20T19:15:56.6946545Z [00:02:03.170]➜  			"metadatas/arms/SetRetcodeShareStatus.json",
2025-08-20T19:15:56.6946806Z [00:02:03.170]➜  			"metadatas/arms/StartAlert.json",
2025-08-20T19:15:56.6947154Z [00:02:03.170]➜  			"metadatas/arms/StartTimingSyntheticTask.json",
2025-08-20T19:15:56.6947404Z [00:02:03.170]➜  			"metadatas/arms/StopAlert.json",
2025-08-20T19:15:56.6947749Z [00:02:03.170]➜  			"metadatas/arms/StopTimingSyntheticTask.json",
2025-08-20T19:15:56.6948100Z [00:02:03.170]➜  			"metadatas/arms/SwitchSyntheticTaskStatus.json",
2025-08-20T19:15:56.6948401Z [00:02:03.170]➜  			"metadatas/arms/SyncRecordingRules.json",
2025-08-20T19:15:56.6948645Z [00:02:03.170]➜  			"metadatas/arms/TagResources.json",
2025-08-20T19:15:56.6948974Z [00:02:03.170]➜  			"metadatas/arms/UninstallManagedPrometheus.json",
2025-08-20T19:15:56.6949253Z [00:02:03.170]➜  			"metadatas/arms/UninstallPromCluster.json",
2025-08-20T19:15:56.6949513Z [00:02:03.170]➜  			"metadatas/arms/UntagResources.json",
2025-08-20T19:15:56.6949782Z [00:02:03.170]➜  			"metadatas/arms/UpdateAlertContact.json",
2025-08-20T19:15:56.6950095Z [00:02:03.170]➜  			"metadatas/arms/UpdateAlertContactGroup.json",
2025-08-20T19:15:56.6950353Z [00:02:03.170]➜  			"metadatas/arms/UpdateAlertRule.json",
2025-08-20T19:15:56.6950640Z [00:02:03.170]➜  			"metadatas/arms/UpdateDispatchRule.json",
2025-08-20T19:15:56.6950927Z [00:02:03.170]➜  			"metadatas/arms/UpdateEnvCustomJob.json",
2025-08-20T19:15:56.6951270Z [00:02:03.170]➜  			"metadatas/arms/UpdateEnvDropMetricsRule.json",
2025-08-20T19:15:56.6951723Z [00:02:03.170]➜  			"metadatas/arms/UpdateEnvPodMonitor.json",
2025-08-20T19:15:56.6952055Z [00:02:03.170]➜  			"metadatas/arms/UpdateEnvServiceMonitor.json",
2025-08-20T19:15:56.6952356Z [00:02:03.170]➜  			"metadatas/arms/UpdateEnvironment.json",
2025-08-20T19:15:56.6954767Z [00:02:03.170]➜  			"metadatas/arms/UpdateGrafanaWorkspace.json",
2025-08-20T19:15:56.6955753Z [00:02:03.170]➜  			"metadatas/arms/UpdateGrafanaWorkspaceVersion.json",
2025-08-20T19:15:56.6956072Z [00:02:03.170]➜  			"metadatas/arms/UpdateIntegration.json",
2025-08-20T19:15:56.6956361Z [00:02:03.170]➜  			"metadatas/arms/UpdateMetricDrop.json",
2025-08-20T19:15:56.6956700Z [00:02:03.170]➜  			"metadatas/arms/UpdatePrometheusAlertRule.json",
2025-08-20T19:15:56.6957037Z [00:02:03.170]➜  			"metadatas/arms/UpdatePrometheusGlobalView.json",
2025-08-20T19:15:56.6957377Z [00:02:03.170]➜  			"metadatas/arms/UpdatePrometheusInstance.json",
2025-08-20T19:15:56.6957722Z [00:02:03.170]➜  			"metadatas/arms/UpdatePrometheusIntegration.json",
2025-08-20T19:15:56.6958081Z [00:02:03.170]➜  			"metadatas/arms/UpdatePrometheusMonitoring.json",
2025-08-20T19:15:56.6958473Z [00:02:03.170]➜  			"metadatas/arms/UpdatePrometheusMonitoringStatus.json",
2025-08-20T19:15:56.6958739Z [00:02:03.170]➜  			"metadatas/arms/UpdateRumApp.json",
2025-08-20T19:15:56.6959049Z [00:02:03.170]➜  			"metadatas/arms/UpdateRumFileStatus.json",
2025-08-20T19:15:56.6959366Z [00:02:03.170]➜  			"metadatas/arms/UpdateTimingSyntheticTask.json",
2025-08-20T19:15:56.6959626Z [00:02:03.170]➜  			"metadatas/arms/UpdateWebhook.json",
2025-08-20T19:15:56.6959931Z [00:02:03.170]➜  			"metadatas/arms/UpgradeAddonRelease.json",
2025-08-20T19:15:56.6960273Z [00:02:03.170]➜  			"metadatas/arms/UpgradeEnvironmentFeature.json",
2025-08-20T19:15:56.6960511Z [00:02:03.170]➜  			"metadatas/arms/Upload.json",
2025-08-20T19:15:56.6961046Z [00:02:03.170]➜  			"metadatas/bssopenapi/AddAccountRelation.json",
2025-08-20T19:15:56.6961428Z [00:02:03.170]➜  			"metadatas/bssopenapi/AllocateCostUnitResource.json",
2025-08-20T19:15:56.6961801Z [00:02:03.170]➜  			"metadatas/bssopenapi/ApplyInvoice.json",
2025-08-20T19:15:56.6962139Z [00:02:03.170]➜  			"metadatas/bssopenapi/CancelOrder.json",
2025-08-20T19:15:56.6962746Z [00:02:03.170]➜  			"metadatas/bssopenapi/ChangeResellerConsumeAmount.json",
2025-08-20T19:15:56.6963064Z [00:02:03.171]➜  			"metadatas/bssopenapi/ConfirmRelation.json",
2025-08-20T19:15:56.6963375Z [00:02:03.171]➜  			"metadatas/bssopenapi/ConvertChargeType.json",
2025-08-20T19:15:56.6963671Z [00:02:03.171]➜  			"metadatas/bssopenapi/CreateAgAccount.json",
2025-08-20T19:15:56.6963995Z [00:02:03.171]➜  			"metadatas/bssopenapi/CreateCostUnit.json",
2025-08-20T19:15:56.6964280Z [00:02:03.171]➜  			"metadatas/bssopenapi/CreateInstance.json",
2025-08-20T19:15:56.6964622Z [00:02:03.171]➜  			"metadatas/bssopenapi/CreateResellerUserQuota.json",
2025-08-20T19:15:56.6964960Z [00:02:03.171]➜  			"metadatas/bssopenapi/CreateResourcePackage.json",
2025-08-20T19:15:56.6965327Z [00:02:03.171]➜  			"metadatas/bssopenapi/CreateSavingsPlansInstance.json",
2025-08-20T19:15:56.6965615Z [00:02:03.171]➜  			"metadatas/bssopenapi/DeleteCostUnit.json",
2025-08-20T19:15:56.6965980Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeCostBudgetsSummary.json",
2025-08-20T19:15:56.6966548Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json",
2025-08-20T19:15:56.6967070Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json",
2025-08-20T19:15:56.6967394Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeInstanceBill.json",
2025-08-20T19:15:56.6967727Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribePricingModule.json",
2025-08-20T19:15:56.6968279Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json",
2025-08-20T19:15:56.6968806Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json",
2025-08-20T19:15:56.6969209Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeResourceCoverageDetail.json",
2025-08-20T19:15:56.6969811Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeResourceCoverageTotal.json",
2025-08-20T19:15:56.6970198Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeResourcePackageProduct.json",
2025-08-20T19:15:56.6970572Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeResourceUsageDetail.json",
2025-08-20T19:15:56.6970936Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeResourceUsageTotal.json",
2025-08-20T19:15:56.6971384Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeSavingsPlansCoverageDetail.json",
2025-08-20T19:15:56.6971802Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeSavingsPlansCoverageTotal.json",
2025-08-20T19:15:56.6972296Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeSavingsPlansUsageDetail.json",
2025-08-20T19:15:56.6974739Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeSavingsPlansUsageTotal.json",
2025-08-20T19:15:56.6975174Z [00:02:03.171]➜  			"metadatas/bssopenapi/DescribeSplitItemBill.json",
2025-08-20T19:15:56.6975517Z [00:02:03.171]➜  			"metadatas/bssopenapi/GetAccountRelation.json",
2025-08-20T19:15:56.6975878Z [00:02:03.171]➜  			"metadatas/bssopenapi/GetCustomerAccountInfo.json",
2025-08-20T19:15:56.6976172Z [00:02:03.171]➜  			"metadatas/bssopenapi/GetCustomerList.json",
2025-08-20T19:15:56.6976462Z [00:02:03.171]➜  			"metadatas/bssopenapi/GetOrderDetail.json",
2025-08-20T19:15:56.6976776Z [00:02:03.171]➜  			"metadatas/bssopenapi/GetPayAsYouGoPrice.json",
2025-08-20T19:15:56.6977121Z [00:02:03.171]➜  			"metadatas/bssopenapi/GetResourcePackagePrice.json",
2025-08-20T19:15:56.6977441Z [00:02:03.171]➜  			"metadatas/bssopenapi/GetSubscriptionPrice.json",
2025-08-20T19:15:56.6977806Z [00:02:03.171]➜  			"metadatas/bssopenapi/InquiryPriceRefundInstance.json",
2025-08-20T19:15:56.6978131Z [00:02:03.171]➜  			"metadatas/bssopenapi/ModifyAccountRelation.json",
2025-08-20T19:15:56.6978639Z [00:02:03.171]➜  			"metadatas/bssopenapi/ModifyCostUnit.json",
2025-08-20T19:15:56.6978973Z [00:02:03.171]➜  			"metadatas/bssopenapi/ModifyInstance.json",
2025-08-20T19:15:56.6979339Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryAccountBalance.json",
2025-08-20T19:15:56.6979632Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryAccountBill.json",
2025-08-20T19:15:56.6980035Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryAccountTransactionDetails.json",
2025-08-20T19:15:56.6980387Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryAccountTransactions.json",
2025-08-20T19:15:56.6980760Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryAvailableInstances.json",
2025-08-20T19:15:56.6981028Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryBill.json",
2025-08-20T19:15:56.6981338Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryBillOverview.json",
2025-08-20T19:15:56.6981730Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryBillToOSSSubscription.json",
2025-08-20T19:15:56.6982049Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryCashCoupons.json",
2025-08-20T19:15:56.6982355Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryCommodityList.json",
2025-08-20T19:15:56.6982863Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryCostUnit.json",
2025-08-20T19:15:56.6983210Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryCostUnitResource.json",
2025-08-20T19:15:56.6983564Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryCustomerAddressList.json",
2025-08-20T19:15:56.6983908Z [00:02:03.171]➜  			"metadatas/bssopenapi/QueryDPUtilizationDetail.json",
2025-08-20T19:15:56.6984244Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryEvaluateList.json",
2025-08-20T19:15:56.6984597Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryFinancialAccountInfo.json",
2025-08-20T19:15:56.6984903Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryInstanceBill.json",
2025-08-20T19:15:56.6985242Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryInstanceByTag.json",
2025-08-20T19:15:56.6985591Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryInstanceGaapCost.json",
2025-08-20T19:15:56.6986598Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryInvoicingCustomerList.json",
2025-08-20T19:15:56.6987679Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryOrders.json",
2025-08-20T19:15:56.6988047Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryPermissionList.json",
2025-08-20T19:15:56.6988401Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryPrepaidCards.json",
2025-08-20T19:15:56.6988758Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryPriceEntityList.json",
2025-08-20T19:15:56.6989090Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryProductList.json",
2025-08-20T19:15:56.6989420Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryRIUtilizationDetail.json",
2025-08-20T19:15:56.6989734Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryRedeem.json",
2025-08-20T19:15:56.6990095Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryRelationList.json",
2025-08-20T19:15:56.6990521Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryResellerAvailableQuota.json",
2025-08-20T19:15:56.6990991Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryResellerUserAlarmThreshold.json",
2025-08-20T19:15:56.6991427Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryResourcePackageInstances.json",
2025-08-20T19:15:56.6991858Z [00:02:03.172]➜  			"metadatas/bssopenapi/QuerySavingsPlansDeductLog.json",
2025-08-20T19:15:56.6992258Z [00:02:03.172]➜  			"metadatas/bssopenapi/QuerySavingsPlansDiscount.json",
2025-08-20T19:15:56.6992837Z [00:02:03.172]➜  			"metadatas/bssopenapi/QuerySavingsPlansInstance.json",
2025-08-20T19:15:56.6993145Z [00:02:03.172]➜  			"metadatas/bssopenapi/QuerySettleBill.json",
2025-08-20T19:15:56.6993472Z [00:02:03.172]➜  			"metadatas/bssopenapi/QuerySkuPriceList.json",
2025-08-20T19:15:56.6993832Z [00:02:03.172]➜  			"metadatas/bssopenapi/QuerySplitItemBill.json",
2025-08-20T19:15:56.6994159Z [00:02:03.172]➜  			"metadatas/bssopenapi/QueryUserOmsData.json",
2025-08-20T19:15:56.6994482Z [00:02:03.172]➜  			"metadatas/bssopenapi/RefundInstance.json",
2025-08-20T19:15:56.6995073Z [00:02:03.172]➜  			"metadatas/bssopenapi/ReleaseInstance.json",
2025-08-20T19:15:56.6995485Z [00:02:03.172]➜  			"metadatas/bssopenapi/RelieveAccountRelation.json",
2025-08-20T19:15:56.6995828Z [00:02:03.172]➜  			"metadatas/bssopenapi/RenewChangeInstance.json",
2025-08-20T19:15:56.6996141Z [00:02:03.172]➜  			"metadatas/bssopenapi/RenewInstance.json",
2025-08-20T19:15:56.6996525Z [00:02:03.172]➜  			"metadatas/bssopenapi/RenewResourcePackage.json",
2025-08-20T19:15:56.6996897Z [00:02:03.172]➜  			"metadatas/bssopenapi/SetAllExpirationDay.json",
2025-08-20T19:15:56.6997193Z [00:02:03.172]➜  			"metadatas/bssopenapi/SetRenewal.json",
2025-08-20T19:15:56.6997620Z [00:02:03.172]➜  			"metadatas/bssopenapi/SetResellerUserAlarmThreshold.json",
2025-08-20T19:15:56.6997995Z [00:02:03.172]➜  			"metadatas/bssopenapi/SetResellerUserQuota.json",
2025-08-20T19:15:56.6998363Z [00:02:03.172]➜  			"metadatas/bssopenapi/SetResellerUserStatus.json",
2025-08-20T19:15:56.6998750Z [00:02:03.172]➜  			"metadatas/bssopenapi/SubscribeBillToOSS.json",
2025-08-20T19:15:56.6999069Z [00:02:03.172]➜  			"metadatas/bssopenapi/TagResources.json",
2025-08-20T19:15:56.6999435Z [00:02:03.172]➜  			"metadatas/bssopenapi/UnsubscribeBillToOSS.json",
2025-08-20T19:15:56.6999794Z [00:02:03.172]➜  			"metadatas/bssopenapi/UntagResources.json",
2025-08-20T19:15:56.7000161Z [00:02:03.172]➜  			"metadatas/bssopenapi/UpgradeResourcePackage.json",
2025-08-20T19:15:56.7000631Z [00:02:03.172]➜  			"metadatas/cas/CancelCertificateForPackageRequest.json",
2025-08-20T19:15:56.7001010Z [00:02:03.172]➜  			"metadatas/cas/CancelOrderRequest.json",
2025-08-20T19:15:56.7001387Z [00:02:03.172]➜  			"metadatas/cas/CreateCertificateForPackageRequest.json",
2025-08-20T19:15:56.7001710Z [00:02:03.172]➜  			"metadatas/cas/CreateCertificateRequest.json",
2025-08-20T19:15:56.7002113Z [00:02:03.172]➜  			"metadatas/cas/CreateCertificateWithCsrRequest.json",
2025-08-20T19:15:56.7002560Z [00:02:03.172]➜  			"metadatas/cas/CreateCsr.json",
2025-08-20T19:15:56.7002892Z [00:02:03.172]➜  			"metadatas/cas/CreateDeploymentJob.json",
2025-08-20T19:15:56.7003130Z [00:02:03.172]➜  			"metadatas/cas/Decrypt.json",
2025-08-20T19:15:56.7003677Z [00:02:03.172]➜  			"metadatas/cas/DeleteCertificateRequest.json",
2025-08-20T19:15:56.7003950Z [00:02:03.172]➜  			"metadatas/cas/DeleteCsr.json",
2025-08-20T19:15:56.7004263Z [00:02:03.172]➜  			"metadatas/cas/DeleteDeploymentJob.json",
2025-08-20T19:15:56.7004540Z [00:02:03.172]➜  			"metadatas/cas/DeletePCACert.json",
2025-08-20T19:15:56.7004821Z [00:02:03.172]➜  			"metadatas/cas/DeleteUserCertificate.json",
2025-08-20T19:15:56.7005120Z [00:02:03.172]➜  			"metadatas/cas/DeleteWorkerResource.json",
2025-08-20T19:15:56.7005475Z [00:02:03.172]➜  			"metadatas/cas/DescribeCertificateState.json",
2025-08-20T19:15:56.7005884Z [00:02:03.172]➜  			"metadatas/cas/DescribeCloudResourceStatus.json",
2025-08-20T19:15:56.7006197Z [00:02:03.172]➜  			"metadatas/cas/DescribeDeploymentJob.json",
2025-08-20T19:15:56.7006537Z [00:02:03.172]➜  			"metadatas/cas/DescribeDeploymentJobStatus.json",
2025-08-20T19:15:56.7006843Z [00:02:03.172]➜  			"metadatas/cas/DescribePackageState.json",
2025-08-20T19:15:56.7007133Z [00:02:03.173]➜  			"metadatas/cas/Encrypt.json",
2025-08-20T19:15:56.7007449Z [00:02:03.173]➜  			"metadatas/cas/GetCertWarehouseQuota.json",
2025-08-20T19:15:56.7007744Z [00:02:03.173]➜  			"metadatas/cas/GetCsrDetail.json",
2025-08-20T19:15:56.7008050Z [00:02:03.173]➜  			"metadatas/cas/GetUserCertificateDetail.json",
2025-08-20T19:15:56.7008285Z [00:02:03.173]➜  			"metadatas/cas/ListCert.json",
2025-08-20T19:15:56.7008569Z [00:02:03.173]➜  			"metadatas/cas/ListCertWarehouse.json",
2025-08-20T19:15:56.7008829Z [00:02:03.173]➜  			"metadatas/cas/ListCloudAccess.json",
2025-08-20T19:15:56.7009100Z [00:02:03.173]➜  			"metadatas/cas/ListCloudResources.json",
2025-08-20T19:15:56.7009336Z [00:02:03.173]➜  			"metadatas/cas/ListContact.json",
2025-08-20T19:15:56.7009579Z [00:02:03.173]➜  			"metadatas/cas/ListCsr.json",
2025-08-20T19:15:56.7010071Z [00:02:03.173]➜  			"metadatas/cas/ListDeploymentJob.json",
2025-08-20T19:15:56.7010411Z [00:02:03.173]➜  			"metadatas/cas/ListDeploymentJobCert.json",
2025-08-20T19:15:56.7010733Z [00:02:03.173]➜  			"metadatas/cas/ListDeploymentJobResource.json",
2025-08-20T19:15:56.7011035Z [00:02:03.173]➜  			"metadatas/cas/ListUserCertificateOrder.json",
2025-08-20T19:15:56.7011302Z [00:02:03.173]➜  			"metadatas/cas/ListWorkerResource.json",
2025-08-20T19:15:56.7011570Z [00:02:03.173]➜  			"metadatas/cas/MoveResourceGroup.json",
2025-08-20T19:15:56.7011978Z [00:02:03.173]➜  			"metadatas/cas/RenewCertificateOrderForPackageRequest.json",
2025-08-20T19:15:56.7012198Z [00:02:03.173]➜  			"metadatas/cas/Sign.json",
2025-08-20T19:15:56.7012591Z [00:02:03.173]➜  			"metadatas/cas/UpdateCsr.json",
2025-08-20T19:15:56.7012879Z [00:02:03.173]➜  			"metadatas/cas/UpdateDeploymentJob.json",
2025-08-20T19:15:56.7013191Z [00:02:03.173]➜  			"metadatas/cas/UpdateDeploymentJobStatus.json",
2025-08-20T19:15:56.7013534Z [00:02:03.173]➜  			"metadatas/cas/UpdateWorkerResourceStatus.json",
2025-08-20T19:15:56.7013767Z [00:02:03.173]➜  			"metadatas/cas/UploadCsr.json",
2025-08-20T19:15:56.7014067Z [00:02:03.173]➜  			"metadatas/cas/UploadUserCertificate.json",
2025-08-20T19:15:56.7014292Z [00:02:03.173]➜  			"metadatas/cas/Verify.json",
2025-08-20T19:15:56.7014545Z [00:02:03.173]➜  			"metadatas/cbn/ActiveFlowLog.json",
2025-08-20T19:15:56.7014983Z [00:02:03.173]➜  			"metadatas/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:15:56.7015420Z [00:02:03.173]➜  			"metadatas/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:15:56.7015750Z [00:02:03.173]➜  			"metadatas/cbn/AssociateCenBandwidthPackage.json",
2025-08-20T19:15:56.7016240Z [00:02:03.173]➜  			"metadatas/cbn/AssociateTransitRouterAttachmentWithRouteTable.json",
2025-08-20T19:15:56.7016640Z [00:02:03.173]➜  			"metadatas/cbn/AssociateTransitRouterMulticastDomain.json",
2025-08-20T19:15:56.7016934Z [00:02:03.173]➜  			"metadatas/cbn/AttachCenChildInstance.json",
2025-08-20T19:15:56.7017256Z [00:02:03.173]➜  			"metadatas/cbn/CheckTransitRouterService.json",
2025-08-20T19:15:56.7017495Z [00:02:03.173]➜  			"metadatas/cbn/CreateCen.json",
2025-08-20T19:15:56.7017972Z [00:02:03.173]➜  			"metadatas/cbn/CreateCenBandwidthPackage.json",
2025-08-20T19:15:56.7018439Z [00:02:03.173]➜  			"metadatas/cbn/CreateCenChildInstanceRouteEntryToAttachment.json",
2025-08-20T19:15:56.7018840Z [00:02:03.173]➜  			"metadatas/cbn/CreateCenChildInstanceRouteEntryToCen.json",
2025-08-20T19:15:56.7019235Z [00:02:03.173]➜  			"metadatas/cbn/CreateCenInterRegionTrafficQosPolicy.json",
2025-08-20T19:15:56.7019617Z [00:02:03.173]➜  			"metadatas/cbn/CreateCenInterRegionTrafficQosQueue.json",
2025-08-20T19:15:56.7019912Z [00:02:03.173]➜  			"metadatas/cbn/CreateCenRouteMap.json",
2025-08-20T19:15:56.7020188Z [00:02:03.173]➜  			"metadatas/cbn/CreateFlowlog.json",
2025-08-20T19:15:56.7020558Z [00:02:03.173]➜  			"metadatas/cbn/CreateTrafficMarkingPolicy.json",
2025-08-20T19:15:56.7020998Z [00:02:03.173]➜  			"metadatas/cbn/CreateTransitRouteTableAggregation.json",
2025-08-20T19:15:56.7021334Z [00:02:03.173]➜  			"metadatas/cbn/CreateTransitRouter.json",
2025-08-20T19:15:56.7021694Z [00:02:03.173]➜  			"metadatas/cbn/CreateTransitRouterCidr.json",
2025-08-20T19:15:56.7022170Z [00:02:03.173]➜  			"metadatas/cbn/CreateTransitRouterEcrAttachment.json",
2025-08-20T19:15:56.7022763Z [00:02:03.173]➜  			"metadatas/cbn/CreateTransitRouterMulticastDomain.json",
2025-08-20T19:15:56.7023189Z [00:02:03.173]➜  			"metadatas/cbn/CreateTransitRouterPeerAttachment.json",
2025-08-20T19:15:56.7023677Z [00:02:03.173]➜  			"metadatas/cbn/CreateTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:56.7024061Z [00:02:03.173]➜  			"metadatas/cbn/CreateTransitRouterRouteEntry.json",
2025-08-20T19:15:56.7024435Z [00:02:03.173]➜  			"metadatas/cbn/CreateTransitRouterRouteTable.json",
2025-08-20T19:15:56.7024861Z [00:02:03.173]➜  			"metadatas/cbn/CreateTransitRouterVbrAttachment.json",
2025-08-20T19:15:56.7025496Z [00:02:03.173]➜  			"metadatas/cbn/CreateTransitRouterVpcAttachment.json",
2025-08-20T19:15:56.7025904Z [00:02:03.173]➜  			"metadatas/cbn/CreateTransitRouterVpnAttachment.json",
2025-08-20T19:15:56.7026203Z [00:02:03.173]➜  			"metadatas/cbn/DeactiveFlowLog.json",
2025-08-20T19:15:56.7026443Z [00:02:03.173]➜  			"metadatas/cbn/DeleteCen.json",
2025-08-20T19:15:56.7026764Z [00:02:03.173]➜  			"metadatas/cbn/DeleteCenBandwidthPackage.json",
2025-08-20T19:15:56.7027249Z [00:02:03.173]➜  			"metadatas/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json",
2025-08-20T19:15:56.7027667Z [00:02:03.173]➜  			"metadatas/cbn/DeleteCenChildInstanceRouteEntryToCen.json",
2025-08-20T19:15:56.7028065Z [00:02:03.173]➜  			"metadatas/cbn/DeleteCenInterRegionTrafficQosPolicy.json",
2025-08-20T19:15:56.7028465Z [00:02:03.173]➜  			"metadatas/cbn/DeleteCenInterRegionTrafficQosQueue.json",
2025-08-20T19:15:56.7028736Z [00:02:03.173]➜  			"metadatas/cbn/DeleteCenRouteMap.json",
2025-08-20T19:15:56.7028997Z [00:02:03.173]➜  			"metadatas/cbn/DeleteFlowlog.json",
2025-08-20T19:15:56.7029323Z [00:02:03.173]➜  			"metadatas/cbn/DeleteRouteServiceInCen.json",
2025-08-20T19:15:56.7029651Z [00:02:03.174]➜  			"metadatas/cbn/DeleteTrafficMarkingPolicy.json",
2025-08-20T19:15:56.7030048Z [00:02:03.174]➜  			"metadatas/cbn/DeleteTransitRouteTableAggregation.json",
2025-08-20T19:15:56.7030326Z [00:02:03.174]➜  			"metadatas/cbn/DeleteTransitRouter.json",
2025-08-20T19:15:56.7030618Z [00:02:03.174]➜  			"metadatas/cbn/DeleteTransitRouterCidr.json",
2025-08-20T19:15:56.7031000Z [00:02:03.174]➜  			"metadatas/cbn/DeleteTransitRouterEcrAttachment.json",
2025-08-20T19:15:56.7031375Z [00:02:03.174]➜  			"metadatas/cbn/DeleteTransitRouterMulticastDomain.json",
2025-08-20T19:15:56.7031769Z [00:02:03.174]➜  			"metadatas/cbn/DeleteTransitRouterPeerAttachment.json",
2025-08-20T19:15:56.7032197Z [00:02:03.174]➜  			"metadatas/cbn/DeleteTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:56.7032705Z [00:02:03.174]➜  			"metadatas/cbn/DeleteTransitRouterRouteEntry.json",
2025-08-20T19:15:56.7033061Z [00:02:03.174]➜  			"metadatas/cbn/DeleteTransitRouterRouteTable.json",
2025-08-20T19:15:56.7033452Z [00:02:03.174]➜  			"metadatas/cbn/DeleteTransitRouterVbrAttachment.json",
2025-08-20T19:15:56.7034065Z [00:02:03.174]➜  			"metadatas/cbn/DeleteTransitRouterVpcAttachment.json",
2025-08-20T19:15:56.7034432Z [00:02:03.174]➜  			"metadatas/cbn/DeleteTransitRouterVpnAttachment.json",
2025-08-20T19:15:56.7034917Z [00:02:03.174]➜  			"metadatas/cbn/DeregisterTransitRouterMulticastGroupMembers.json",
2025-08-20T19:15:56.7035384Z [00:02:03.174]➜  			"metadatas/cbn/DeregisterTransitRouterMulticastGroupSources.json",
2025-08-20T19:15:56.7035841Z [00:02:03.174]➜  			"metadatas/cbn/DescribeCenAttachedChildInstanceAttribute.json",
2025-08-20T19:15:56.7036199Z [00:02:03.174]➜  			"metadatas/cbn/DescribeCenAttachedChildInstances.json",
2025-08-20T19:15:56.7036548Z [00:02:03.174]➜  			"metadatas/cbn/DescribeCenBandwidthPackages.json",
2025-08-20T19:15:56.7036961Z [00:02:03.174]➜  			"metadatas/cbn/DescribeCenChildInstanceRouteEntries.json",
2025-08-20T19:15:56.7037441Z [00:02:03.174]➜  			"metadatas/cbn/DescribeCenGeographicSpanRemainingBandwidth.json",
2025-08-20T19:15:56.7037783Z [00:02:03.174]➜  			"metadatas/cbn/DescribeCenGeographicSpans.json",
2025-08-20T19:15:56.7038193Z [00:02:03.174]➜  			"metadatas/cbn/DescribeCenInterRegionBandwidthLimits.json",
2025-08-20T19:15:56.7038526Z [00:02:03.174]➜  			"metadatas/cbn/DescribeCenPrivateZoneRoutes.json",
2025-08-20T19:15:56.7038923Z [00:02:03.174]➜  			"metadatas/cbn/DescribeCenRegionDomainRouteEntries.json",
2025-08-20T19:15:56.7039213Z [00:02:03.174]➜  			"metadatas/cbn/DescribeCenRouteMaps.json",
2025-08-20T19:15:56.7039519Z [00:02:03.174]➜  			"metadatas/cbn/DescribeCenVbrHealthCheck.json",
2025-08-20T19:15:56.7039790Z [00:02:03.174]➜  			"metadatas/cbn/DescribeCens.json",
2025-08-20T19:15:56.7040105Z [00:02:03.174]➜  			"metadatas/cbn/DescribeChildInstanceRegions.json",
2025-08-20T19:15:56.7040564Z [00:02:03.174]➜  			"metadatas/cbn/DescribeFlowlogs.json",
2025-08-20T19:15:56.7040952Z [00:02:03.174]➜  			"metadatas/cbn/DescribeGeographicRegionMembership.json",
2025-08-20T19:15:56.7041287Z [00:02:03.174]➜  			"metadatas/cbn/DescribeGrantRulesToCen.json",
2025-08-20T19:15:56.7041609Z [00:02:03.174]➜  			"metadatas/cbn/DescribeGrantRulesToResource.json",
2025-08-20T19:15:56.7041961Z [00:02:03.174]➜  			"metadatas/cbn/DescribePublishedRouteEntries.json",
2025-08-20T19:15:56.7042256Z [00:02:03.174]➜  			"metadatas/cbn/DescribeRouteConflict.json",
2025-08-20T19:15:56.7042716Z [00:02:03.174]➜  			"metadatas/cbn/DescribeRouteServicesInCen.json",
2025-08-20T19:15:56.7043123Z [00:02:03.174]➜  			"metadatas/cbn/DescribeTransitRouteTableAggregation.json",
2025-08-20T19:15:56.7043594Z [00:02:03.174]➜  			"metadatas/cbn/DescribeTransitRouteTableAggregationDetail.json",
2025-08-20T19:15:56.7043893Z [00:02:03.174]➜  			"metadatas/cbn/DetachCenChildInstance.json",
2025-08-20T19:15:56.7044204Z [00:02:03.174]➜  			"metadatas/cbn/DisableCenVbrHealthCheck.json",
2025-08-20T19:15:56.7044667Z [00:02:03.174]➜  			"metadatas/cbn/DisableTransitRouterRouteTablePropagation.json",
2025-08-20T19:15:56.7045115Z [00:02:03.174]➜  			"metadatas/cbn/DisassociateTransitRouterMulticastDomain.json",
2025-08-20T19:15:56.7045619Z [00:02:03.174]➜  			"metadatas/cbn/DissociateTransitRouterAttachmentFromRouteTable.json",
2025-08-20T19:15:56.7045921Z [00:02:03.174]➜  			"metadatas/cbn/EnableCenVbrHealthCheck.json",
2025-08-20T19:15:56.7046362Z [00:02:03.174]➜  			"metadatas/cbn/EnableTransitRouterRouteTablePropagation.json",
2025-08-20T19:15:56.7046698Z [00:02:03.174]➜  			"metadatas/cbn/GrantInstanceToTransitRouter.json",
2025-08-20T19:15:56.7047171Z [00:02:03.174]➜  			"metadatas/cbn/ListCenChildInstanceRouteEntriesToAttachment.json",
2025-08-20T19:15:56.7047572Z [00:02:03.174]➜  			"metadatas/cbn/ListCenInterRegionTrafficQosPolicies.json",
2025-08-20T19:15:56.7047950Z [00:02:03.174]➜  			"metadatas/cbn/ListCenInterRegionTrafficQosQueues.json",
2025-08-20T19:15:56.7048294Z [00:02:03.174]➜  			"metadatas/cbn/ListGrantVSwitchEnis.json",
2025-08-20T19:15:56.7048633Z [00:02:03.174]➜  			"metadatas/cbn/ListGrantVSwitchesToCen.json",
2025-08-20T19:15:56.7049090Z [00:02:03.174]➜  			"metadatas/cbn/ListTagResources.json",
2025-08-20T19:15:56.7049438Z [00:02:03.174]➜  			"metadatas/cbn/ListTrafficMarkingPolicies.json",
2025-08-20T19:15:56.7049820Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterAvailableResource.json",
2025-08-20T19:15:56.7050102Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterCidr.json",
2025-08-20T19:15:56.7050486Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterCidrAllocation.json",
2025-08-20T19:15:56.7050833Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterEcrAttachments.json",
2025-08-20T19:15:56.7051294Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterMulticastDomainAssociations.json",
2025-08-20T19:15:56.7051737Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterMulticastDomainVSwitches.json",
2025-08-20T19:15:56.7052122Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterMulticastDomains.json",
2025-08-20T19:15:56.7052636Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterMulticastGroups.json",
2025-08-20T19:15:56.7053043Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterPeerAttachments.json",
2025-08-20T19:15:56.7053464Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:56.7053803Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterRouteEntries.json",
2025-08-20T19:15:56.7054240Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterRouteTableAssociations.json",
2025-08-20T19:15:56.7054663Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterRouteTablePropagations.json",
2025-08-20T19:15:56.7054986Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterRouteTables.json",
2025-08-20T19:15:56.7055334Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterVbrAttachments.json",
2025-08-20T19:15:56.7055680Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterVpcAttachments.json",
2025-08-20T19:15:56.7056194Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouterVpnAttachments.json",
2025-08-20T19:15:56.7056472Z [00:02:03.174]➜  			"metadatas/cbn/ListTransitRouters.json",
2025-08-20T19:15:56.7056756Z [00:02:03.174]➜  			"metadatas/cbn/ModifyCenAttribute.json",
2025-08-20T19:15:56.7057125Z [00:02:03.174]➜  			"metadatas/cbn/ModifyCenBandwidthPackageAttribute.json",
2025-08-20T19:15:56.7057467Z [00:02:03.174]➜  			"metadatas/cbn/ModifyCenBandwidthPackageSpec.json",
2025-08-20T19:15:56.7057755Z [00:02:03.174]➜  			"metadatas/cbn/ModifyCenRouteMap.json",
2025-08-20T19:15:56.7058054Z [00:02:03.174]➜  			"metadatas/cbn/ModifyFlowLogAttribute.json",
2025-08-20T19:15:56.7058521Z [00:02:03.174]➜  			"metadatas/cbn/ModifyTrafficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:15:56.7058903Z [00:02:03.174]➜  			"metadatas/cbn/ModifyTransitRouteTableAggregation.json",
2025-08-20T19:15:56.7059197Z [00:02:03.174]➜  			"metadatas/cbn/ModifyTransitRouterCidr.json",
2025-08-20T19:15:56.7059578Z [00:02:03.174]➜  			"metadatas/cbn/ModifyTransitRouterMulticastDomain.json",
2025-08-20T19:15:56.7059843Z [00:02:03.174]➜  			"metadatas/cbn/MoveResourceGroup.json",
2025-08-20T19:15:56.7060164Z [00:02:03.174]➜  			"metadatas/cbn/OpenTransitRouterService.json",
2025-08-20T19:15:56.7060448Z [00:02:03.174]➜  			"metadatas/cbn/PublishRouteEntries.json",
2025-08-20T19:15:56.7060835Z [00:02:03.174]➜  			"metadatas/cbn/RefreshTransitRouteTableAggregation.json",
2025-08-20T19:15:56.7061279Z [00:02:03.174]➜  			"metadatas/cbn/RegisterTransitRouterMulticastGroupMembers.json",
2025-08-20T19:15:56.7061724Z [00:02:03.174]➜  			"metadatas/cbn/RegisterTransitRouterMulticastGroupSources.json",
2025-08-20T19:15:56.7062215Z [00:02:03.174]➜  			"metadatas/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json",
2025-08-20T19:15:56.7062884Z [00:02:03.174]➜  			"metadatas/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json",
2025-08-20T19:15:56.7063414Z [00:02:03.174]➜  			"metadatas/cbn/ReplaceTransitRouterRouteTableAssociation.json",
2025-08-20T19:15:56.7063841Z [00:02:03.174]➜  			"metadatas/cbn/ResolveAndRouteServiceInCen.json",
2025-08-20T19:15:56.7064259Z [00:02:03.174]➜  			"metadatas/cbn/RevokeInstanceFromTransitRouter.json",
2025-08-20T19:15:56.7064875Z [00:02:03.174]➜  			"metadatas/cbn/RoutePrivateZoneInCenToVpc.json",
2025-08-20T19:15:56.7065245Z [00:02:03.174]➜  			"metadatas/cbn/SetCenInterRegionBandwidthLimit.json",
2025-08-20T19:15:56.7065505Z [00:02:03.174]➜  			"metadatas/cbn/TagResources.json",
2025-08-20T19:15:56.7065889Z [00:02:03.174]➜  			"metadatas/cbn/TempUpgradeCenBandwidthPackageSpec.json",
2025-08-20T19:15:56.7066234Z [00:02:03.174]➜  			"metadatas/cbn/UnassociateCenBandwidthPackage.json",
2025-08-20T19:15:56.7066560Z [00:02:03.174]➜  			"metadatas/cbn/UnroutePrivateZoneInCenToVpc.json",
2025-08-20T19:15:56.7066819Z [00:02:03.174]➜  			"metadatas/cbn/UntagResources.json",
2025-08-20T19:15:56.7067296Z [00:02:03.174]➜  			"metadatas/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json",
2025-08-20T19:15:56.7067778Z [00:02:03.174]➜  			"metadatas/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json",
2025-08-20T19:15:56.7068163Z [00:02:03.174]➜  			"metadatas/cbn/UpdateTrafficMarkingPolicyAttribute.json",
2025-08-20T19:15:56.7068458Z [00:02:03.174]➜  			"metadatas/cbn/UpdateTransitRouter.json",
2025-08-20T19:15:56.7068909Z [00:02:03.174]➜  			"metadatas/cbn/UpdateTransitRouterEcrAttachmentAttribute.json",
2025-08-20T19:15:56.7069386Z [00:02:03.174]➜  			"metadatas/cbn/UpdateTransitRouterPeerAttachmentAttribute.json",
2025-08-20T19:15:56.7069739Z [00:02:03.174]➜  			"metadatas/cbn/UpdateTransitRouterRouteEntry.json",
2025-08-20T19:15:56.7070071Z [00:02:03.174]➜  			"metadatas/cbn/UpdateTransitRouterRouteTable.json",
2025-08-20T19:15:56.7070514Z [00:02:03.174]➜  			"metadatas/cbn/UpdateTransitRouterVbrAttachmentAttribute.json",
2025-08-20T19:15:56.7070949Z [00:02:03.174]➜  			"metadatas/cbn/UpdateTransitRouterVpcAttachmentAttribute.json",
2025-08-20T19:15:56.7071360Z [00:02:03.174]➜  			"metadatas/cbn/UpdateTransitRouterVpcAttachmentZones.json",
2025-08-20T19:15:56.7071960Z [00:02:03.174]➜  			"metadatas/cbn/UpdateTransitRouterVpnAttachmentAttribute.json",
2025-08-20T19:15:56.7072320Z [00:02:03.174]➜  			"metadatas/cbn/WithdrawPublishedRouteEntries.json",
2025-08-20T19:15:56.7072746Z [00:02:03.174]➜  			"metadatas/ccc/AddAgentDevice.json",
2025-08-20T19:15:56.7073036Z [00:02:03.174]➜  			"metadatas/ccc/AddBulkPhoneNumbers.json",
2025-08-20T19:15:56.7073289Z [00:02:03.174]➜  			"metadatas/ccc/AddPhoneNumber.json",
2025-08-20T19:15:56.7073544Z [00:02:03.174]➜  			"metadatas/ccc/AddPhoneTags.json",
2025-08-20T19:15:56.7073792Z [00:02:03.174]➜  			"metadatas/ccc/AssignUsers.json",
2025-08-20T19:15:56.7074102Z [00:02:03.174]➜  			"metadatas/ccc/CallOnlinePrivacyNumber.json",
2025-08-20T19:15:56.7074380Z [00:02:03.174]➜  			"metadatas/ccc/CheckNumberAvaliable.json",
2025-08-20T19:15:56.7074786Z [00:02:03.174]➜  			"metadatas/ccc/CommitContactFlowVersionModification.json",
2025-08-20T19:15:56.7075065Z [00:02:03.174]➜  			"metadatas/ccc/CreateContactFlow.json",
2025-08-20T19:15:56.7075313Z [00:02:03.174]➜  			"metadatas/ccc/CreateFault.json",
2025-08-20T19:15:56.7075561Z [00:02:03.174]➜  			"metadatas/ccc/CreateInstance.json",
2025-08-20T19:15:56.7075813Z [00:02:03.174]➜  			"metadatas/ccc/CreateMedia.json",
2025-08-20T19:15:56.7076076Z [00:02:03.174]➜  			"metadatas/ccc/CreateSkillGroup.json",
2025-08-20T19:15:56.7076325Z [00:02:03.174]➜  			"metadatas/ccc/CreateUser.json",
2025-08-20T19:15:56.7076599Z [00:02:03.174]➜  			"metadatas/ccc/CreateVoiceAppraise.json",
2025-08-20T19:15:56.7076859Z [00:02:03.174]➜  			"metadatas/ccc/DeleteInstance.json",
2025-08-20T19:15:56.7077097Z [00:02:03.174]➜  			"metadatas/ccc/DeleteMedia.json",
2025-08-20T19:15:56.7077361Z [00:02:03.174]➜  			"metadatas/ccc/DeletePhoneTags.json",
2025-08-20T19:15:56.7077621Z [00:02:03.174]➜  			"metadatas/ccc/DeleteSkillGroup.json",
2025-08-20T19:15:56.7077851Z [00:02:03.174]➜  			"metadatas/ccc/DialEx.json",
2025-08-20T19:15:56.7078154Z [00:02:03.174]➜  			"metadatas/ccc/DisableTrunkProviders.json",
2025-08-20T19:15:56.7078512Z [00:02:03.174]➜  			"metadatas/ccc/DownloadAllTypeRecording.json",
2025-08-20T19:15:56.7078823Z [00:02:03.174]➜  			"metadatas/ccc/DownloadRecording.json",
2025-08-20T19:15:56.7079315Z [00:02:03.174]➜  			"metadatas/ccc/FindUsers.json",
2025-08-20T19:15:56.7079691Z [00:02:03.174]➜  			"metadatas/ccc/GenerateAgentStatisticReport.json",
2025-08-20T19:15:56.7079980Z [00:02:03.174]➜  			"metadatas/ccc/GetAgentData.json",
2025-08-20T19:15:56.7080371Z [00:02:03.174]➜  			"metadatas/ccc/GetCallMeasureSummaryReport.json",
2025-08-20T19:15:56.7080648Z [00:02:03.174]➜  			"metadatas/ccc/GetConfig.json",
2025-08-20T19:15:56.7081055Z [00:02:03.174]➜  			"metadatas/ccc/GetConversationDetailByContactId.json",
2025-08-20T19:15:56.7081338Z [00:02:03.174]➜  			"metadatas/ccc/GetInstance.json",
2025-08-20T19:15:56.7081633Z [00:02:03.174]➜  			"metadatas/ccc/GetInstanceState.json",
2025-08-20T19:15:56.7081983Z [00:02:03.174]➜  			"metadatas/ccc/GetInstanceSummaryReport.json",
2025-08-20T19:15:56.7082616Z [00:02:03.174]➜  			"metadatas/ccc/GetInstanceSummaryReportByInterval.json",
2025-08-20T19:15:56.7083391Z [00:02:03.174]➜  			"metadatas/ccc/GetInstanceSummaryReportSinceMidnight.json",
2025-08-20T19:15:56.7083871Z [00:02:03.174]➜  			"metadatas/ccc/GetNumberRegionInfo.json",
2025-08-20T19:15:56.7084227Z [00:02:03.174]➜  			"metadatas/ccc/GetRecordOssUploadParam.json",
2025-08-20T19:15:56.7084566Z [00:02:03.174]➜  			"metadatas/ccc/GetRoutePoint.json",
2025-08-20T19:15:56.7084891Z [00:02:03.174]➜  			"metadatas/ccc/GetServiceExtensions.json",
2025-08-20T19:15:56.7085275Z [00:02:03.174]➜  			"metadatas/ccc/GetSmsConfig.json",
2025-08-20T19:15:56.7085610Z [00:02:03.174]➜  			"metadatas/ccc/GetTURNCredentials.json",
2025-08-20T19:15:56.7085960Z [00:02:03.174]➜  			"metadatas/ccc/GetTURNServerList.json",
2025-08-20T19:15:56.7086229Z [00:02:03.174]➜  			"metadatas/ccc/GetUser.json",
2025-08-20T19:15:56.7086591Z [00:02:03.174]➜  			"metadatas/ccc/GetUserByExtension.json",
2025-08-20T19:15:56.7087148Z [00:02:03.174]➜  			"metadatas/ccc/LaunchAppraise.json",
2025-08-20T19:15:56.7087721Z [00:02:03.174]➜  			"metadatas/ccc/LaunchShortMessageAppraise.json",
2025-08-20T19:15:56.7088056Z [00:02:03.174]➜  			"metadatas/ccc/ListAgentDevices.json",
2025-08-20T19:15:56.7088402Z [00:02:03.174]➜  			"metadatas/ccc/ListAgentEvents.json",
2025-08-20T19:15:56.7088717Z [00:02:03.174]➜  			"metadatas/ccc/ListAgentStateLogs.json",
2025-08-20T19:15:56.7089013Z [00:02:03.174]➜  			"metadatas/ccc/ListAgentStates.json",
2025-08-20T19:15:56.7089663Z [00:02:03.174]➜  			"metadatas/ccc/ListAgentSummaryReports.json",
2025-08-20T19:15:56.7090244Z [00:02:03.174]➜  			"metadatas/ccc/ListAgentSummaryReportsByInterval.json",
2025-08-20T19:15:56.7090759Z [00:02:03.174]➜  			"metadatas/ccc/ListAgentSummaryReportsSinceMidnight.json",
2025-08-20T19:15:56.7091203Z [00:02:03.174]➜  			"metadatas/ccc/ListCallDetailRecords.json",
2025-08-20T19:15:56.7091688Z [00:02:03.174]➜  			"metadatas/ccc/ListCallEventDetailByContactId.json",
2025-08-20T19:15:56.7092182Z [00:02:03.174]➜  			"metadatas/ccc/ListCallMeasureSummaryReports.json",
2025-08-20T19:15:56.7092715Z [00:02:03.174]➜  			"metadatas/ccc/ListConfig.json",
2025-08-20T19:15:56.7093045Z [00:02:03.174]➜  			"metadatas/ccc/ListContactFlows.json",
2025-08-20T19:15:56.7093407Z [00:02:03.174]➜  			"metadatas/ccc/ListInstancesOfUser.json",
2025-08-20T19:15:56.7093729Z [00:02:03.174]➜  			"metadatas/ccc/ListIvrTrackingDetail.json",
2025-08-20T19:15:56.7094029Z [00:02:03.174]➜  			"metadatas/ccc/ListMedias.json",
2025-08-20T19:15:56.7094481Z [00:02:03.174]➜  			"metadatas/ccc/ListOutboundPhoneNumberOfUser.json",
2025-08-20T19:15:56.7094840Z [00:02:03.174]➜  			"metadatas/ccc/ListPhoneNumbers.json",
2025-08-20T19:15:56.7095131Z [00:02:03.174]➜  			"metadatas/ccc/ListPhoneTags.json",
2025-08-20T19:15:56.7095485Z [00:02:03.174]➜  			"metadatas/ccc/ListRealTimeAgent.json",
2025-08-20T19:15:56.7095804Z [00:02:03.174]➜  			"metadatas/ccc/ListRecentCallRecords.json",
2025-08-20T19:15:56.7096294Z [00:02:03.174]➜  			"metadatas/ccc/ListRecordingOfDualTrack.json",
2025-08-20T19:15:56.7096610Z [00:02:03.174]➜  			"metadatas/ccc/ListRecordings.json",
2025-08-20T19:15:56.7097184Z [00:02:03.174]➜  			"metadatas/ccc/ListRecordingsByContactId.json",
2025-08-20T19:15:56.7097461Z [00:02:03.175]➜  			"metadatas/ccc/ListRoles.json",
2025-08-20T19:15:56.7097827Z [00:02:03.175]➜  			"metadatas/ccc/ListSkillGroupStates.json",
2025-08-20T19:15:56.7098185Z [00:02:03.175]➜  			"metadatas/ccc/ListSkillGroupSummaryReports.json",
2025-08-20T19:15:56.7098765Z [00:02:03.175]➜  			"metadatas/ccc/ListSkillGroupSummaryReportsByInterval.json",
2025-08-20T19:15:56.7099255Z [00:02:03.175]➜  			"metadatas/ccc/ListSkillGroupSummaryReportsSinceMidnight.json",
2025-08-20T19:15:56.7099650Z [00:02:03.175]➜  			"metadatas/ccc/ListSkillGroups.json",
2025-08-20T19:15:56.7099980Z [00:02:03.175]➜  			"metadatas/ccc/ListSkillGroupsOfUser.json",
2025-08-20T19:15:56.7100416Z [00:02:03.175]➜  			"metadatas/ccc/ListTransferableSkillGroups.json",
2025-08-20T19:15:56.7100808Z [00:02:03.175]➜  			"metadatas/ccc/ListTrunkProviders.json",
2025-08-20T19:15:56.7101206Z [00:02:03.175]➜  			"metadatas/ccc/ListTrunksOfSkillGroup.json",
2025-08-20T19:15:56.7101494Z [00:02:03.175]➜  			"metadatas/ccc/ListUsers.json",
2025-08-20T19:15:56.7101864Z [00:02:03.175]➜  			"metadatas/ccc/ListUsersOfSkillGroup.json",
2025-08-20T19:15:56.7102177Z [00:02:03.175]➜  			"metadatas/ccc/ListVoiceAppraise.json",
2025-08-20T19:15:56.7102726Z [00:02:03.175]➜  			"metadatas/ccc/ModifyAgentDevice.json",
2025-08-20T19:15:56.7103049Z [00:02:03.175]➜  			"metadatas/ccc/ModifyPhoneNumber.json",
2025-08-20T19:15:56.7103400Z [00:02:03.175]➜  			"metadatas/ccc/ModifyPhoneTags.json",
2025-08-20T19:15:56.7103807Z [00:02:03.175]➜  			"metadatas/ccc/ModifyPrimaryTrunksOfSkillGroup.json",
2025-08-20T19:15:56.7104274Z [00:02:03.175]➜  			"metadatas/ccc/ModifyPrivacyNumberCallDetail.json",
2025-08-20T19:15:56.7104588Z [00:02:03.175]➜  			"metadatas/ccc/ModifySkillGroup.json",
2025-08-20T19:15:56.7105282Z [00:02:03.175]➜  			"metadatas/ccc/ModifySkillGroupBasicInfo.json",
2025-08-20T19:15:56.7105633Z [00:02:03.175]➜  			"metadatas/ccc/ModifySkillGroupOfUser.json",
2025-08-20T19:15:56.7106059Z [00:02:03.175]➜  			"metadatas/ccc/ModifySkillGroupOutboundNumbers.json",
2025-08-20T19:15:56.7106331Z [00:02:03.175]➜  			"metadatas/ccc/ModifyUser.json",
2025-08-20T19:15:56.7106717Z [00:02:03.175]➜  			"metadatas/ccc/PickGlobalOutboundNumbers.json",
2025-08-20T19:15:56.7107086Z [00:02:03.175]➜  			"metadatas/ccc/PickLocalNumber.json",
2025-08-20T19:15:56.7107458Z [00:02:03.175]➜  			"metadatas/ccc/PickOutboundNumbers.json",
2025-08-20T19:15:56.7107807Z [00:02:03.175]➜  			"metadatas/ccc/PublishContactFlowVersion.json",
2025-08-20T19:15:56.7108189Z [00:02:03.175]➜  			"metadatas/ccc/RefreshToken.json",
2025-08-20T19:15:56.7108481Z [00:02:03.175]➜  			"metadatas/ccc/RemovePhoneNumber.json",
2025-08-20T19:15:56.7108849Z [00:02:03.175]➜  			"metadatas/ccc/RemoveUsers.json",
2025-08-20T19:15:56.7109232Z [00:02:03.175]➜  			"metadatas/ccc/RemoveUsersFromSkillGroup.json",
2025-08-20T19:15:56.7109578Z [00:02:03.175]➜  			"metadatas/ccc/RequestLoginInfo.json",
2025-08-20T19:15:56.7110024Z [00:02:03.175]➜  			"metadatas/ccc/ResetUserStatus.json",
2025-08-20T19:15:56.7110350Z [00:02:03.175]➜  			"metadatas/ccc/SaveWebRTCStats.json",
2025-08-20T19:15:56.7110695Z [00:02:03.175]➜  			"metadatas/ccc/SendPredefinedShortMessage.json",
2025-08-20T19:15:56.7111119Z [00:02:03.175]➜  			"metadatas/ccc/StartBack2BackCall.json",
2025-08-20T19:15:56.7111403Z [00:02:03.175]➜  			"metadatas/cdn/AddCdnDomain.json",
2025-08-20T19:15:56.7111806Z [00:02:03.175]➜  			"metadatas/cdn/AddFCTrigger.json",
2025-08-20T19:15:56.7112098Z [00:02:03.175]➜  			"metadatas/cdn/BatchAddCdnDomain.json",
2025-08-20T19:15:56.7112634Z [00:02:03.175]➜  			"metadatas/cdn/BatchDeleteCdnDomainConfig.json",
2025-08-20T19:15:56.7113045Z [00:02:03.175]➜  			"metadatas/cdn/BatchDescribeCdnIpInfo.json",
2025-08-20T19:15:56.7113448Z [00:02:03.175]➜  			"metadatas/cdn/BatchSetCdnDomainConfig.json",
2025-08-20T19:15:56.7113754Z [00:02:03.175]➜  			"metadatas/cdn/BatchStartCdnDomain.json",
2025-08-20T19:15:56.7114103Z [00:02:03.175]➜  			"metadatas/cdn/BatchStopCdnDomain.json",
2025-08-20T19:15:56.7114439Z [00:02:03.175]➜  			"metadatas/cdn/BatchUpdateCdnDomain.json",
2025-08-20T19:15:56.7114840Z [00:02:03.175]➜  			"metadatas/cdn/CdnMigrateRegister.json",
2025-08-20T19:15:56.7115183Z [00:02:03.175]➜  			"metadatas/cdn/ChangeCdnDomainToDcdn.json",
2025-08-20T19:15:56.7115572Z [00:02:03.175]➜  			"metadatas/cdn/CheckCdnDomainExist.json",
2025-08-20T19:15:56.7115867Z [00:02:03.175]➜  			"metadatas/cdn/CheckCdnDomainICP.json",
2025-08-20T19:15:56.7116319Z [00:02:03.175]➜  			"metadatas/cdn/CreateCdnCertificateSigningRequest.json",
2025-08-20T19:15:56.7116610Z [00:02:03.175]➜  			"metadatas/cdn/CreateCdnDeliverTask.json",
2025-08-20T19:15:56.7117027Z [00:02:03.175]➜  			"metadatas/cdn/CreateCdnSubTask.json",
2025-08-20T19:15:56.7117535Z [00:02:03.175]➜  			"metadatas/cdn/CreateRealTimeLogDelivery.json",
2025-08-20T19:15:56.7117966Z [00:02:03.175]➜  			"metadatas/cdn/CreateUsageDetailDataExportTask.json",
2025-08-20T19:15:56.7118352Z [00:02:03.175]➜  			"metadatas/cdn/CreateUserUsageDataExportTask.json",
2025-08-20T19:15:56.7118685Z [00:02:03.175]➜  			"metadatas/cdn/DeleteCdnDeliverTask.json",
2025-08-20T19:15:56.7119052Z [00:02:03.175]➜  			"metadatas/cdn/DeleteCdnDomain.json",
2025-08-20T19:15:56.7119453Z [00:02:03.175]➜  			"metadatas/cdn/DeleteCdnSubTask.json",
2025-08-20T19:15:56.7119748Z [00:02:03.175]➜  			"metadatas/cdn/DeleteFCTrigger.json",
2025-08-20T19:15:56.7120123Z [00:02:03.175]➜  			"metadatas/cdn/DeleteRealTimeLogLogstore.json",
2025-08-20T19:15:56.7120471Z [00:02:03.175]➜  			"metadatas/cdn/DeleteRealtimeLogDelivery.json",
2025-08-20T19:15:56.7120872Z [00:02:03.175]➜  			"metadatas/cdn/DeleteSpecificConfig.json",
2025-08-20T19:15:56.7121254Z [00:02:03.175]➜  			"metadatas/cdn/DeleteSpecificStagingConfig.json",
2025-08-20T19:15:56.7121688Z [00:02:03.175]➜  			"metadatas/cdn/DeleteUsageDetailDataExportTask.json",
2025-08-20T19:15:56.7122057Z [00:02:03.175]➜  			"metadatas/cdn/DeleteUserUsageDataExportTask.json",
2025-08-20T19:15:56.7122601Z [00:02:03.175]➜  			"metadatas/cdn/DescribeBlockedRegions.json",
2025-08-20T19:15:56.7122971Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnCertificateDetail.json",
2025-08-20T19:15:56.7123541Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnCertificateDetailById.json",
2025-08-20T19:15:56.7123899Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnCertificateList.json",
2025-08-20T19:15:56.7124306Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnConditionIPBInfo.json",
2025-08-20T19:15:56.7124651Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnDeletedDomains.json",
2025-08-20T19:15:56.7124998Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnDeliverList.json",
2025-08-20T19:15:56.7125447Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnDomainByCertificate.json",
2025-08-20T19:15:56.7125856Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnDomainConfigs.json",
2025-08-20T19:15:56.7126206Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnDomainDetail.json",
2025-08-20T19:15:56.7126572Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnDomainLogs.json",
2025-08-20T19:15:56.7127133Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnDomainStagingConfig.json",
2025-08-20T19:15:56.7127693Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnFullDomainsBlockIPConfig.json",
2025-08-20T19:15:56.7128148Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnFullDomainsBlockIPHistory.json",
2025-08-20T19:15:56.7128546Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnHttpsDomainList.json",
2025-08-20T19:15:56.7128941Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnMigrateRegisterStatus.json",
2025-08-20T19:15:56.7129352Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnOrderCommodityCode.json",
2025-08-20T19:15:56.7129673Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnRegionAndIsp.json",
2025-08-20T19:15:56.7130109Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnReport.json",
2025-08-20T19:15:56.7130450Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnReportList.json",
2025-08-20T19:15:56.7130874Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnSMCertificateDetail.json",
2025-08-20T19:15:56.7131256Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnSMCertificateList.json",
2025-08-20T19:15:56.7131693Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnSSLCertificateList.json",
2025-08-20T19:15:56.7132088Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnSecFuncInfo.json",
2025-08-20T19:15:56.7132623Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnService.json",
2025-08-20T19:15:56.7132977Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnSubList.json",
2025-08-20T19:15:56.7133406Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnTypes.json",
2025-08-20T19:15:56.7133779Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnUserBillHistory.json",
2025-08-20T19:15:56.7134261Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnUserBillPrediction.json",
2025-08-20T19:15:56.7134655Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnUserBillType.json",
2025-08-20T19:15:56.7135201Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnUserConfigs.json",
2025-08-20T19:15:56.7135614Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnUserDomainsByFunc.json",
2025-08-20T19:15:56.7136039Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnUserQuota.json",
2025-08-20T19:15:56.7136435Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnUserResourcePackage.json",
2025-08-20T19:15:56.7136881Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCdnWafDomain.json",
2025-08-20T19:15:56.7137268Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCertificateInfoByID.json",
2025-08-20T19:15:56.7137648Z [00:02:03.176]➜  			"metadatas/cdn/DescribeCustomLogConfig.json",
2025-08-20T19:15:56.7138050Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainAverageResponseTime.json",
2025-08-20T19:15:56.7138396Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainBpsData.json",
2025-08-20T19:15:56.7138838Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainBpsDataByLayer.json",
2025-08-20T19:15:56.7139334Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainBpsDataByTimeStamp.json",
2025-08-20T19:15:56.7139707Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainCcActivityLog.json",
2025-08-20T19:15:56.7140168Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainCertificateInfo.json",
2025-08-20T19:15:56.7140476Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainCname.json",
2025-08-20T19:15:56.7140945Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainCustomLogConfig.json",
2025-08-20T19:15:56.7141353Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainDetailDataByLayer.json",
2025-08-20T19:15:56.7141768Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainHitRateData.json",
2025-08-20T19:15:56.7142127Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainHttpCodeData.json",
2025-08-20T19:15:56.7142753Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainHttpCodeDataByLayer.json",
2025-08-20T19:15:56.7143072Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainISPData.json",
2025-08-20T19:15:56.7143549Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainMax95BpsData.json",
2025-08-20T19:15:56.7143931Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainMultiUsageData.json",
2025-08-20T19:15:56.7144349Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainPathData.json",
2025-08-20T19:15:56.7144843Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainPvData.json",
2025-08-20T19:15:56.7145189Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainQpsData.json",
2025-08-20T19:15:56.7145634Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainQpsDataByLayer.json",
2025-08-20T19:15:56.7146068Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainRealTimeBpsData.json",
2025-08-20T19:15:56.7146510Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:56.7146950Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainRealTimeDetailData.json",
2025-08-20T19:15:56.7147361Z [00:02:03.176]➜  			"metadatas/cdn/DescribeDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:56.7147822Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainRealTimeQpsData.json",
2025-08-20T19:15:56.7148281Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:56.7148769Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:56.7149221Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainRealTimeSrcHttpCodeData.json",
2025-08-20T19:15:56.7149684Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:56.7150073Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainRealTimeTrafficData.json",
2025-08-20T19:15:56.7150649Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainRealtimeLogDelivery.json",
2025-08-20T19:15:56.7151058Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainRegionData.json",
2025-08-20T19:15:56.7151508Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainReqHitRateData.json",
2025-08-20T19:15:56.7151867Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainSrcBpsData.json",
2025-08-20T19:15:56.7152369Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainSrcHttpCodeData.json",
2025-08-20T19:15:56.7153081Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainSrcQpsData.json",
2025-08-20T19:15:56.7153586Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainSrcTopUrlVisit.json",
2025-08-20T19:15:56.7153999Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainSrcTrafficData.json",
2025-08-20T19:15:56.7154454Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainTopClientIpVisit.json",
2025-08-20T19:15:56.7154822Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainTopReferVisit.json",
2025-08-20T19:15:56.7155330Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainTopUrlVisit.json",
2025-08-20T19:15:56.7155702Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainTrafficData.json",
2025-08-20T19:15:56.7156104Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainUsageData.json",
2025-08-20T19:15:56.7156462Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainUvData.json",
2025-08-20T19:15:56.7156866Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainVerifyData.json",
2025-08-20T19:15:56.7157311Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainsBySource.json",
2025-08-20T19:15:56.7157792Z [00:02:03.177]➜  			"metadatas/cdn/DescribeDomainsUsageByDay.json",
2025-08-20T19:15:56.7158160Z [00:02:03.177]➜  			"metadatas/cdn/DescribeEsExceptionData.json",
2025-08-20T19:15:56.7158547Z [00:02:03.177]➜  			"metadatas/cdn/DescribeEsExecuteData.json",
2025-08-20T19:15:56.7158872Z [00:02:03.177]➜  			"metadatas/cdn/DescribeFCTrigger.json",
2025-08-20T19:15:56.7159279Z [00:02:03.177]➜  			"metadatas/cdn/DescribeIpInfo.json",
2025-08-20T19:15:56.7159635Z [00:02:03.177]➜  			"metadatas/cdn/DescribeIpStatus.json",
2025-08-20T19:15:56.7160042Z [00:02:03.177]➜  			"metadatas/cdn/DescribeL2VipsByDomain.json",
2025-08-20T19:15:56.7160420Z [00:02:03.177]➜  			"metadatas/cdn/DescribePreloadDetailById.json",
2025-08-20T19:15:56.7160910Z [00:02:03.177]➜  			"metadatas/cdn/DescribeRangeDataByLocateAndIspService.json",
2025-08-20T19:15:56.7161324Z [00:02:03.177]➜  			"metadatas/cdn/DescribeRealtimeDeliveryAcc.json",
2025-08-20T19:15:56.7161858Z [00:02:03.177]➜  			"metadatas/cdn/DescribeRefreshQuota.json",
2025-08-20T19:15:56.7162221Z [00:02:03.177]➜  			"metadatas/cdn/DescribeRefreshTaskById.json",
2025-08-20T19:15:56.7162944Z [00:02:03.177]➜  			"metadatas/cdn/DescribeRefreshTasks.json",
2025-08-20T19:15:56.7163333Z [00:02:03.177]➜  			"metadatas/cdn/DescribeStagingIp.json",
2025-08-20T19:15:56.7163678Z [00:02:03.177]➜  			"metadatas/cdn/DescribeTagResources.json",
2025-08-20T19:15:56.7164164Z [00:02:03.177]➜  			"metadatas/cdn/DescribeTopDomainsByFlow.json",
2025-08-20T19:15:56.7164534Z [00:02:03.177]➜  			"metadatas/cdn/DescribeUserCdnStatus.json",
2025-08-20T19:15:56.7165029Z [00:02:03.177]➜  			"metadatas/cdn/DescribeUserCertificateExpireCount.json",
2025-08-20T19:15:56.7165365Z [00:02:03.177]➜  			"metadatas/cdn/DescribeUserConfigs.json",
2025-08-20T19:15:56.7165737Z [00:02:03.177]➜  			"metadatas/cdn/DescribeUserDomains.json",
2025-08-20T19:15:56.7166040Z [00:02:03.177]➜  			"metadatas/cdn/DescribeUserTags.json",
2025-08-20T19:15:56.7166650Z [00:02:03.177]➜  			"metadatas/cdn/DescribeUserUsageDataExportTask.json",
2025-08-20T19:15:56.7167130Z [00:02:03.177]➜  			"metadatas/cdn/DescribeUserUsageDetailDataExportTask.json",
2025-08-20T19:15:56.7167555Z [00:02:03.177]➜  			"metadatas/cdn/DescribeUserVipsByDomain.json",
2025-08-20T19:15:56.7167898Z [00:02:03.177]➜  			"metadatas/cdn/DescribeVerifyContent.json",
2025-08-20T19:15:56.7168308Z [00:02:03.177]➜  			"metadatas/cdn/DisableRealtimeLogDelivery.json",
2025-08-20T19:15:56.7168752Z [00:02:03.177]➜  			"metadatas/cdn/EnableRealtimeLogDelivery.json",
2025-08-20T19:15:56.7169180Z [00:02:03.177]➜  			"metadatas/cdn/ListDomainsByLogConfigId.json",
2025-08-20T19:15:56.7169490Z [00:02:03.177]➜  			"metadatas/cdn/ListFCTrigger.json",
2025-08-20T19:15:56.7169895Z [00:02:03.177]➜  			"metadatas/cdn/ListRealtimeLogDelivery.json",
2025-08-20T19:15:56.7170302Z [00:02:03.177]➜  			"metadatas/cdn/ListRealtimeLogDeliveryDomains.json",
2025-08-20T19:15:56.7170996Z [00:02:03.177]➜  			"metadatas/cdn/ListRealtimeLogDeliveryInfos.json",
2025-08-20T19:15:56.7171351Z [00:02:03.177]➜  			"metadatas/cdn/ListTagResources.json",
2025-08-20T19:15:56.7171759Z [00:02:03.177]➜  			"metadatas/cdn/ListUserCustomLogConfig.json",
2025-08-20T19:15:56.7172087Z [00:02:03.177]➜  			"metadatas/cdn/ModifyCdnDomain.json",
2025-08-20T19:15:56.7172744Z [00:02:03.177]➜  			"metadatas/cdn/ModifyCdnDomainOwner.json",
2025-08-20T19:15:56.7173146Z [00:02:03.177]➜  			"metadatas/cdn/ModifyCdnDomainSchdmByProperty.json",
2025-08-20T19:15:56.7173602Z [00:02:03.177]➜  			"metadatas/cdn/ModifyCdnService.json",
2025-08-20T19:15:56.7173982Z [00:02:03.177]➜  			"metadatas/cdn/ModifyRealtimeLogDelivery.json",
2025-08-20T19:15:56.7174344Z [00:02:03.177]➜  			"metadatas/cdn/OpenCdnService.json",
2025-08-20T19:15:56.7174777Z [00:02:03.177]➜  			"metadatas/cdn/PublishStagingConfigToProduction.json",
2025-08-20T19:15:56.7175166Z [00:02:03.177]➜  			"metadatas/cdn/PushObjectCache.json",
2025-08-20T19:15:56.7175634Z [00:02:03.177]➜  			"metadatas/cdn/RefreshObjectCacheByCacheTag.json",
2025-08-20T19:15:56.7176031Z [00:02:03.177]➜  			"metadatas/cdn/RefreshObjectCaches.json",
2025-08-20T19:15:56.7176377Z [00:02:03.177]➜  			"metadatas/cdn/RollbackStagingConfig.json",
2025-08-20T19:15:56.7176813Z [00:02:03.177]➜  			"metadatas/cdn/SetCdnDomainCSRCertificate.json",
2025-08-20T19:15:56.7177186Z [00:02:03.177]➜  			"metadatas/cdn/SetCdnDomainSMCertificate.json",
2025-08-20T19:15:56.7177651Z [00:02:03.177]➜  			"metadatas/cdn/SetCdnDomainSSLCertificate.json",
2025-08-20T19:15:56.7178040Z [00:02:03.177]➜  			"metadatas/cdn/SetCdnDomainStagingConfig.json",
2025-08-20T19:15:56.7178451Z [00:02:03.177]➜  			"metadatas/cdn/SetCdnFullDomainsBlockIP.json",
2025-08-20T19:15:56.7178779Z [00:02:03.177]➜  			"metadatas/cdn/SetReqHeaderConfig.json",
2025-08-20T19:15:56.7179205Z [00:02:03.177]➜  			"metadatas/cdn/SetWaitingRoomConfig.json",
2025-08-20T19:15:56.7179498Z [00:02:03.177]➜  			"metadatas/cdn/StartCdnDomain.json",
2025-08-20T19:15:56.7179941Z [00:02:03.177]➜  			"metadatas/cdn/StopCdnDomain.json",
2025-08-20T19:15:56.7180252Z [00:02:03.177]➜  			"metadatas/cdn/TagResources.json",
2025-08-20T19:15:56.7180611Z [00:02:03.177]➜  			"metadatas/cdn/UntagResources.json",
2025-08-20T19:15:56.7181108Z [00:02:03.177]➜  			"metadatas/cdn/UpdateCdnDeliverTask.json",
2025-08-20T19:15:56.7181455Z [00:02:03.177]➜  			"metadatas/cdn/UpdateCdnSubTask.json",
2025-08-20T19:15:56.7181834Z [00:02:03.177]➜  			"metadatas/cdn/UpdateFCTrigger.json",
2025-08-20T19:15:56.7182221Z [00:02:03.177]➜  			"metadatas/cdn/VerifyDomainOwner.json",
2025-08-20T19:15:56.7182812Z [00:02:03.177]➜  			"metadatas/chatbot/ActivatePerspective.json",
2025-08-20T19:15:56.7183215Z [00:02:03.177]➜  			"metadatas/chatbot/AddSynonym.json",
2025-08-20T19:15:56.7183567Z [00:02:03.177]➜  			"metadatas/chatbot/AppendEntityMember.json",
2025-08-20T19:15:56.7183964Z [00:02:03.177]➜  			"metadatas/chatbot/Associate.json",
2025-08-20T19:15:56.7184274Z [00:02:03.177]➜  			"metadatas/chatbot/Chat.json",
2025-08-20T19:15:56.7184631Z [00:02:03.177]➜  			"metadatas/chatbot/CreateBot.json",
2025-08-20T19:15:56.7184959Z [00:02:03.177]➜  			"metadatas/chatbot/CreateCategory.json",
2025-08-20T19:15:56.7186206Z [00:02:03.177]➜  			"metadatas/chatbot/CreateCoreWord.json",
2025-08-20T19:15:56.7186510Z [00:02:03.177]➜  			"metadatas/chatbot/CreateDialog.json",
2025-08-20T19:15:56.7186947Z [00:02:03.177]➜  			"metadatas/chatbot/CreateEntity.json",
2025-08-20T19:15:56.7187263Z [00:02:03.177]➜  			"metadatas/chatbot/CreateIntent.json",
2025-08-20T19:15:56.7187684Z [00:02:03.177]➜  			"metadatas/chatbot/CreateKnowledge.json",
2025-08-20T19:15:56.7188029Z [00:02:03.177]➜  			"metadatas/chatbot/CreatePerspective.json",
2025-08-20T19:15:56.7188353Z [00:02:03.177]➜  			"metadatas/chatbot/DeleteBot.json",
2025-08-20T19:15:56.7188735Z [00:02:03.177]➜  			"metadatas/chatbot/DeleteCategory.json",
2025-08-20T19:15:56.7189122Z [00:02:03.177]➜  			"metadatas/chatbot/DeleteCoreWord.json",
2025-08-20T19:15:56.7189434Z [00:02:03.177]➜  			"metadatas/chatbot/DeleteDialog.json",
2025-08-20T19:15:56.7189938Z [00:02:03.177]➜  			"metadatas/chatbot/DeleteEntity.json",
2025-08-20T19:15:56.7190260Z [00:02:03.177]➜  			"metadatas/chatbot/DeleteIntent.json",
2025-08-20T19:15:56.7190692Z [00:02:03.177]➜  			"metadatas/chatbot/DeleteKnowledge.json",
2025-08-20T19:15:56.7191056Z [00:02:03.177]➜  			"metadatas/chatbot/DeletePerspective.json",
2025-08-20T19:15:56.7191458Z [00:02:03.177]➜  			"metadatas/chatbot/DescribeBot.json",
2025-08-20T19:15:56.7191794Z [00:02:03.177]➜  			"metadatas/chatbot/DescribeCategory.json",
2025-08-20T19:15:56.7192167Z [00:02:03.177]➜  			"metadatas/chatbot/DescribeCoreWord.json",
2025-08-20T19:15:56.7192615Z [00:02:03.177]➜  			"metadatas/chatbot/DescribeDialog.json",
2025-08-20T19:15:56.7193098Z [00:02:03.177]➜  			"metadatas/chatbot/DescribeDialogFlow.json",
2025-08-20T19:15:56.7193435Z [00:02:03.177]➜  			"metadatas/chatbot/DescribeEntities.json",
2025-08-20T19:15:56.7193806Z [00:02:03.177]➜  			"metadatas/chatbot/DescribeIntent.json",
2025-08-20T19:15:56.7194160Z [00:02:03.177]➜  			"metadatas/chatbot/DescribeKnowledge.json",
2025-08-20T19:15:56.7194543Z [00:02:03.177]➜  			"metadatas/chatbot/DescribePerspective.json",
2025-08-20T19:15:56.7194954Z [00:02:03.177]➜  			"metadatas/chatbot/DisableDialogFlow.json",
2025-08-20T19:15:56.7195393Z [00:02:03.177]➜  			"metadatas/chatbot/DisableKnowledge.json",
2025-08-20T19:15:56.7195699Z [00:02:03.177]➜  			"metadatas/chatbot/Feedback.json",
2025-08-20T19:15:56.7196063Z [00:02:03.177]➜  			"metadatas/chatbot/GetAsyncResult.json",
2025-08-20T19:15:56.7196385Z [00:02:03.177]➜  			"metadatas/chatbot/GetBotChatData.json",
2025-08-20T19:15:56.7196801Z [00:02:03.177]➜  			"metadatas/chatbot/GetBotDsStatData.json",
2025-08-20T19:15:56.7197207Z [00:02:03.177]➜  			"metadatas/chatbot/GetBotKnowledgeStatData.json",
2025-08-20T19:15:56.7197588Z [00:02:03.177]➜  			"metadatas/chatbot/GetBotSessionData.json",
2025-08-20T19:15:56.7197943Z [00:02:03.177]➜  			"metadatas/chatbot/GetConversationList.json",
2025-08-20T19:15:56.7198344Z [00:02:03.177]➜  			"metadatas/chatbot/ListBotChatHistorys.json",
2025-08-20T19:15:56.7198670Z [00:02:03.177]➜  			"metadatas/chatbot/ListBotColdDsDatas.json",
2025-08-20T19:15:56.7199406Z [00:02:03.177]➜  			"metadatas/chatbot/ListBotColdKnowledges.json",
2025-08-20T19:15:56.7199798Z [00:02:03.177]➜  			"metadatas/chatbot/ListBotDsDetails.json",
2025-08-20T19:15:56.7200186Z [00:02:03.177]➜  			"metadatas/chatbot/ListBotHotDsDatas.json",
2025-08-20T19:15:56.7200552Z [00:02:03.177]➜  			"metadatas/chatbot/ListBotHotKnowledges.json",
2025-08-20T19:15:56.7200962Z [00:02:03.177]➜  			"metadatas/chatbot/ListBotKnowledgeDetails.json",
2025-08-20T19:15:56.7201443Z [00:02:03.177]➜  			"metadatas/chatbot/ListBotReceptionDetailDatas.json",
2025-08-20T19:15:56.7201868Z [00:02:03.177]➜  			"metadatas/chatbot/ListConversationLogs.json",
2025-08-20T19:15:56.7202236Z [00:02:03.177]➜  			"metadatas/chatbot/MoveKnowledgeCategory.json",
2025-08-20T19:15:56.7202806Z [00:02:03.177]➜  			"metadatas/chatbot/PublishDialogFlow.json",
2025-08-20T19:15:56.7203247Z [00:02:03.177]➜  			"metadatas/chatbot/PublishKnowledge.json",
2025-08-20T19:15:56.7203704Z [00:02:03.178]➜  			"metadatas/chatbot/QueryBots.json",
2025-08-20T19:15:56.7204069Z [00:02:03.178]➜  			"metadatas/chatbot/QueryCategories.json",
2025-08-20T19:15:56.7204438Z [00:02:03.178]➜  			"metadatas/chatbot/QueryCoreWords.json",
2025-08-20T19:15:56.7204756Z [00:02:03.178]➜  			"metadatas/chatbot/QueryDialogs.json",
2025-08-20T19:15:56.7205122Z [00:02:03.178]➜  			"metadatas/chatbot/QueryEntities.json",
2025-08-20T19:15:56.7205419Z [00:02:03.178]➜  			"metadatas/chatbot/QueryIntents.json",
2025-08-20T19:15:56.7205885Z [00:02:03.178]➜  			"metadatas/chatbot/QueryKnowledges.json",
2025-08-20T19:15:56.7206231Z [00:02:03.178]➜  			"metadatas/chatbot/QueryPerspectives.json",
2025-08-20T19:15:56.7206634Z [00:02:03.178]➜  			"metadatas/chatbot/QuerySystemEntities.json",
2025-08-20T19:15:56.7206979Z [00:02:03.178]➜  			"metadatas/chatbot/RemoveEntityMember.json",
2025-08-20T19:15:56.7207510Z [00:02:03.178]➜  			"metadatas/chatbot/RemoveSynonym.json",
2025-08-20T19:15:56.7207957Z [00:02:03.178]➜  			"metadatas/chatbot/TestDialogFlow.json",
2025-08-20T19:15:56.7208357Z [00:02:03.178]➜  			"metadatas/chatbot/UpdateCategory.json",
2025-08-20T19:15:56.7208681Z [00:02:03.178]➜  			"metadatas/chatbot/UpdateCoreWord.json",
2025-08-20T19:15:56.7209028Z [00:02:03.178]➜  			"metadatas/chatbot/UpdateDialog.json",
2025-08-20T19:15:56.7209432Z [00:02:03.178]➜  			"metadatas/chatbot/UpdateDialogFlow.json",
2025-08-20T19:15:56.7209750Z [00:02:03.178]➜  			"metadatas/chatbot/UpdateEntity.json",
2025-08-20T19:15:56.7210189Z [00:02:03.178]➜  			"metadatas/chatbot/UpdateIntent.json",
2025-08-20T19:15:56.7210521Z [00:02:03.178]➜  			"metadatas/chatbot/UpdateKnowledge.json",
2025-08-20T19:15:56.7210908Z [00:02:03.178]➜  			"metadatas/chatbot/UpdatePerspective.json",
2025-08-20T19:15:56.7211430Z [00:02:03.178]➜  			"metadatas/clickhouse/AllocateClusterPublicConnection.json",
2025-08-20T19:15:56.7211850Z [00:02:03.178]➜  			"metadatas/clickhouse/CheckClickhouseToRDS.json",
2025-08-20T19:15:56.7212361Z [00:02:03.178]➜  			"metadatas/clickhouse/CheckModifyConfigNeedRestart.json",
2025-08-20T19:15:56.7213061Z [00:02:03.178]➜  			"metadatas/clickhouse/CheckMonitorAlert.json",
2025-08-20T19:15:56.7213450Z [00:02:03.178]➜  			"metadatas/clickhouse/CheckScaleOutBalanced.json",
2025-08-20T19:15:56.7213888Z [00:02:03.178]➜  			"metadatas/clickhouse/CheckServiceLinkedRole.json",
2025-08-20T19:15:56.7214226Z [00:02:03.178]➜  			"metadatas/clickhouse/CreateAccount.json",
2025-08-20T19:15:56.7214739Z [00:02:03.178]➜  			"metadatas/clickhouse/CreateAccountAndAuthority.json",
2025-08-20T19:15:56.7215129Z [00:02:03.178]➜  			"metadatas/clickhouse/CreateBackupPolicy.json",
2025-08-20T19:15:56.7215527Z [00:02:03.178]➜  			"metadatas/clickhouse/CreateDBInstance.json",
2025-08-20T19:15:56.7215929Z [00:02:03.178]➜  			"metadatas/clickhouse/CreateMonitorDataReport.json",
2025-08-20T19:15:56.7216381Z [00:02:03.178]➜  			"metadatas/clickhouse/CreateOSSStorage.json",
2025-08-20T19:15:56.7216772Z [00:02:03.178]➜  			"metadatas/clickhouse/CreatePortsForClickHouse.json",
2025-08-20T19:15:56.7217457Z [00:02:03.178]➜  			"metadatas/clickhouse/CreateRDSToClickhouseDb.json",
2025-08-20T19:15:56.7217810Z [00:02:03.178]➜  			"metadatas/clickhouse/CreateSQLAccount.json",
2025-08-20T19:15:56.7218253Z [00:02:03.178]➜  			"metadatas/clickhouse/CreateServiceLinkedRole.json",
2025-08-20T19:15:56.7218588Z [00:02:03.178]➜  			"metadatas/clickhouse/DeleteAccount.json",
2025-08-20T19:15:56.7218959Z [00:02:03.178]➜  			"metadatas/clickhouse/DeleteDBCluster.json",
2025-08-20T19:15:56.7219342Z [00:02:03.178]➜  			"metadatas/clickhouse/DeleteSyndb.json",
2025-08-20T19:15:56.7219814Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeAccountAuthority.json",
2025-08-20T19:15:56.7220212Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeAccounts.json",
2025-08-20T19:15:56.7220646Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeAllDataSource.json",
2025-08-20T19:15:56.7221054Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeAllDataSources.json",
2025-08-20T19:15:56.7221525Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeBackupPolicy.json",
2025-08-20T19:15:56.7221904Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeBackups.json",
2025-08-20T19:15:56.7222293Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeColumns.json",
2025-08-20T19:15:56.7222842Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeConfigHistory.json",
2025-08-20T19:15:56.7223375Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeConfigVersionDifference.json",
2025-08-20T19:15:56.7232803Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeDBClusterAccessWhiteList.json",
2025-08-20T19:15:56.7233319Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeDBClusterAttribute.json",
2025-08-20T19:15:56.7233713Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeDBClusterConfig.json",
2025-08-20T19:15:56.7234133Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeDBClusterConfigInXML.json",
2025-08-20T19:15:56.7234774Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeDBClusterNetInfoItems.json",
2025-08-20T19:15:56.7235202Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeDBClusterPerformance.json",
2025-08-20T19:15:56.7235563Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeDBClusters.json",
2025-08-20T19:15:56.7235886Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeDBConfig.json",
2025-08-20T19:15:56.7236223Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeOSSStorage.json",
2025-08-20T19:15:56.7236567Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeProcessList.json",
2025-08-20T19:15:56.7236884Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeRegions.json",
2025-08-20T19:15:56.7237190Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeSchemas.json",
2025-08-20T19:15:56.7237558Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeSlowLogRecords.json",
2025-08-20T19:15:56.7237895Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeSynDbTables.json",
2025-08-20T19:15:56.7238222Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeSynDbs.json",
2025-08-20T19:15:56.7238523Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeTables.json",
2025-08-20T19:15:56.7238909Z [00:02:03.178]➜  			"metadatas/clickhouse/DescribeTransferHistory.json",
2025-08-20T19:15:56.7239203Z [00:02:03.178]➜  			"metadatas/clickhouse/KillProcess.json",
2025-08-20T19:15:56.7239568Z [00:02:03.178]➜  			"metadatas/clickhouse/ModifyAccountAuthority.json",
2025-08-20T19:15:56.7239944Z [00:02:03.178]➜  			"metadatas/clickhouse/ModifyAccountDescription.json",
2025-08-20T19:15:56.7240288Z [00:02:03.178]➜  			"metadatas/clickhouse/ModifyBackupPolicy.json",
2025-08-20T19:15:56.7240593Z [00:02:03.178]➜  			"metadatas/clickhouse/ModifyDBCluster.json",
2025-08-20T19:15:56.7241023Z [00:02:03.178]➜  			"metadatas/clickhouse/ModifyDBClusterAccessWhiteList.json",
2025-08-20T19:15:56.7241372Z [00:02:03.178]➜  			"metadatas/clickhouse/ModifyDBClusterConfig.json",
2025-08-20T19:15:56.7241774Z [00:02:03.178]➜  			"metadatas/clickhouse/ModifyDBClusterConfigInXML.json",
2025-08-20T19:15:56.7242174Z [00:02:03.178]➜  			"metadatas/clickhouse/ModifyDBClusterDescription.json",
2025-08-20T19:15:56.7242742Z [00:02:03.178]➜  			"metadatas/clickhouse/ModifyDBClusterMaintainTime.json",
2025-08-20T19:15:56.7243236Z [00:02:03.178]➜  			"metadatas/clickhouse/ModifyDBConfig.json",
2025-08-20T19:15:56.7243656Z [00:02:03.178]➜  			"metadatas/clickhouse/ModifyMinorVersionGreadeType.json",
2025-08-20T19:15:56.7244022Z [00:02:03.178]➜  			"metadatas/clickhouse/ModifyRDSToClickhouseDb.json",
2025-08-20T19:15:56.7244453Z [00:02:03.178]➜  			"metadatas/clickhouse/ReleaseClusterPublicConnection.json",
2025-08-20T19:15:56.7244798Z [00:02:03.178]➜  			"metadatas/clickhouse/ResetAccountPassword.json",
2025-08-20T19:15:56.7245113Z [00:02:03.178]➜  			"metadatas/clickhouse/RestartInstance.json",
2025-08-20T19:15:56.7245418Z [00:02:03.178]➜  			"metadatas/clickhouse/TransferVersion.json",
2025-08-20T19:15:56.7245760Z [00:02:03.178]➜  			"metadatas/clickhouse/UpgradeMinorVersion.json",
2025-08-20T19:15:56.7246073Z [00:02:03.178]➜  			"metadatas/cloud-siem/AddDataSource.json",
2025-08-20T19:15:56.7246397Z [00:02:03.178]➜  			"metadatas/cloud-siem/AddDataSourceLog.json",
2025-08-20T19:15:56.7246764Z [00:02:03.178]➜  			"metadatas/cloud-siem/AddUserSourceLogConfig.json",
2025-08-20T19:15:56.7247057Z [00:02:03.178]➜  			"metadatas/cloud-siem/BindAccount.json",
2025-08-20T19:15:56.7247357Z [00:02:03.178]➜  			"metadatas/cloud-siem/CloseDelivery.json",
2025-08-20T19:15:56.7247764Z [00:02:03.178]➜  			"metadatas/cloud-siem/DeleteAutomateResponseConfig.json",
2025-08-20T19:15:56.7248085Z [00:02:03.178]➜  			"metadatas/cloud-siem/DeleteBindAccount.json",
2025-08-20T19:15:56.7248425Z [00:02:03.178]➜  			"metadatas/cloud-siem/DeleteCustomizeRule.json",
2025-08-20T19:15:56.7248737Z [00:02:03.178]➜  			"metadatas/cloud-siem/DeleteDataSource.json",
2025-08-20T19:15:56.7249076Z [00:02:03.178]➜  			"metadatas/cloud-siem/DeleteDataSourceLog.json",
2025-08-20T19:15:56.7249549Z [00:02:03.178]➜  			"metadatas/cloud-siem/DeleteWhiteRuleList.json",
2025-08-20T19:15:56.7249940Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAggregateFunction.json",
2025-08-20T19:15:56.7250282Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAlertScene.json",
2025-08-20T19:15:56.7250662Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAlertSceneByEvent.json",
2025-08-20T19:15:56.7250993Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAlertSource.json",
2025-08-20T19:15:56.7251402Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAlertSourceWithEvent.json",
2025-08-20T19:15:56.7251725Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAlertType.json",
2025-08-20T19:15:56.7252037Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAlerts.json",
2025-08-20T19:15:56.7252369Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAlertsCount.json",
2025-08-20T19:15:56.7253069Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAlertsWithEntity.json",
2025-08-20T19:15:56.7253430Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAlertsWithEvent.json",
2025-08-20T19:15:56.7253738Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAuth.json",
2025-08-20T19:15:56.7254227Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAutomateResponseConfigCounter.json",
2025-08-20T19:15:56.7254726Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAutomateResponseConfigFeature.json",
2025-08-20T19:15:56.7255224Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeAutomateResponseConfigPlayBooks.json",
2025-08-20T19:15:56.7255593Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeCloudSiemAssets.json",
2025-08-20T19:15:56.7256010Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeCloudSiemAssetsCounter.json",
2025-08-20T19:15:56.7256415Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeCloudSiemEventDetail.json",
2025-08-20T19:15:56.7256772Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeCloudSiemEvents.json",
2025-08-20T19:15:56.7257161Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeCustomizeRuleCount.json",
2025-08-20T19:15:56.7257573Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeCustomizeRuleTest.json",
2025-08-20T19:15:56.7258030Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeCustomizeRuleTestHistogram.json",
2025-08-20T19:15:56.7258585Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeDataSourceInstance.json",
2025-08-20T19:15:56.7258990Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeDataSourceParameters.json",
2025-08-20T19:15:56.7259376Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeDisposeAndPlaybook.json",
2025-08-20T19:15:56.7259799Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeDisposeStrategyPlaybook.json",
2025-08-20T19:15:56.7260137Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeEntityInfo.json",
2025-08-20T19:15:56.7260558Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeEventCountByThreatLevel.json",
2025-08-20T19:15:56.7260905Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeEventDispose.json",
2025-08-20T19:15:56.7261274Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeImportedLogCount.json",
2025-08-20T19:15:56.7261615Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeLogFields.json",
2025-08-20T19:15:56.7261933Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeLogSource.json",
2025-08-20T19:15:56.7262261Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeLogType.json",
2025-08-20T19:15:56.7262731Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeOperators.json",
2025-08-20T19:15:56.7263065Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeProdCount.json",
2025-08-20T19:15:56.7263392Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeScopeUsers.json",
2025-08-20T19:15:56.7263751Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeServiceStatus.json",
2025-08-20T19:15:56.7264059Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeStorage.json",
2025-08-20T19:15:56.7264413Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeUserBuyStatus.json",
2025-08-20T19:15:56.7264730Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeWafScope.json",
2025-08-20T19:15:56.7265083Z [00:02:03.178]➜  			"metadatas/cloud-siem/DescribeWhiteRuleList.json",
2025-08-20T19:15:56.7265607Z [00:02:03.178]➜  			"metadatas/cloud-siem/EnableAccessForCloudSiem.json",
2025-08-20T19:15:56.7266000Z [00:02:03.178]➜  			"metadatas/cloud-siem/EnableServiceForCloudSiem.json",
2025-08-20T19:15:56.7266304Z [00:02:03.178]➜  			"metadatas/cloud-siem/GetCapacity.json",
2025-08-20T19:15:56.7266596Z [00:02:03.178]➜  			"metadatas/cloud-siem/GetStorage.json",
2025-08-20T19:15:56.7266930Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListAccountAccessId.json",
2025-08-20T19:15:56.7267258Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListAccountsByLog.json",
2025-08-20T19:15:56.7267550Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListAllProds.json",
2025-08-20T19:15:56.7267949Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListAutomateResponseConfigs.json",
2025-08-20T19:15:56.7268255Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListBindAccount.json",
2025-08-20T19:15:56.7268599Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListBindDataSources.json",
2025-08-20T19:15:56.7269002Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListCloudSiemCustomizeRules.json",
2025-08-20T19:15:56.7269412Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListCloudSiemPredefinedRules.json",
2025-08-20T19:15:56.7269811Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListCustomizeRuleTestResult.json",
2025-08-20T19:15:56.7270147Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListDataSourceLogs.json",
2025-08-20T19:15:56.7270480Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListDataSourceTypes.json",
2025-08-20T19:15:56.7270777Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListDelivery.json",
2025-08-20T19:15:56.7271109Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListDisposeStrategy.json",
2025-08-20T19:15:56.7271401Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListEntities.json",
2025-08-20T19:15:56.7271759Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListImportedLogsByProd.json",
2025-08-20T19:15:56.7272104Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListProjectLogStores.json",
2025-08-20T19:15:56.7272530Z [00:02:03.178]➜  			"metadatas/cloud-siem/ListRdUsers.json",
2025-08-20T19:15:56.7272886Z [00:02:03.178]➜  			"metadatas/cloud-siem/ModifyBindAccount.json",
2025-08-20T19:15:56.7273202Z [00:02:03.178]➜  			"metadatas/cloud-siem/ModifyDataSource.json",
2025-08-20T19:15:56.7273699Z [00:02:03.178]➜  			"metadatas/cloud-siem/ModifyDataSourceLog.json",
2025-08-20T19:15:56.7273986Z [00:02:03.178]➜  			"metadatas/cloud-siem/OpenDelivery.json",
2025-08-20T19:15:56.7274395Z [00:02:03.178]➜  			"metadatas/cloud-siem/PostAutomateResponseConfig.json",
2025-08-20T19:15:56.7274721Z [00:02:03.178]➜  			"metadatas/cloud-siem/PostCustomizeRule.json",
2025-08-20T19:15:56.7275077Z [00:02:03.178]➜  			"metadatas/cloud-siem/PostCustomizeRuleTest.json",
2025-08-20T19:15:56.7275516Z [00:02:03.178]➜  			"metadatas/cloud-siem/PostEventDisposeAndWhiteruleList.json",
2025-08-20T19:15:56.7275875Z [00:02:03.178]➜  			"metadatas/cloud-siem/PostEventWhiteruleList.json",
2025-08-20T19:15:56.7276281Z [00:02:03.178]➜  			"metadatas/cloud-siem/PostFinishCustomizeRuleTest.json",
2025-08-20T19:15:56.7276641Z [00:02:03.178]➜  			"metadatas/cloud-siem/PostRuleStatusChange.json",
2025-08-20T19:15:56.7276951Z [00:02:03.178]➜  			"metadatas/cloud-siem/RestoreCapacity.json",
2025-08-20T19:15:56.7277252Z [00:02:03.178]➜  			"metadatas/cloud-siem/SetStorage.json",
2025-08-20T19:15:56.7277588Z [00:02:03.178]➜  			"metadatas/cloud-siem/SubmitImportLogTasks.json",
2025-08-20T19:15:56.7278051Z [00:02:03.178]➜  			"metadatas/cloud-siem/UpdateAutomateResponseConfigStatus.json",
2025-08-20T19:15:56.7278383Z [00:02:03.178]➜  			"metadatas/cloud-siem/UpdateWhiteRuleList.json",
2025-08-20T19:15:56.7278669Z [00:02:03.178]➜  			"metadatas/cloudapi/AbolishApi.json",
2025-08-20T19:15:56.7279034Z [00:02:03.178]➜  			"metadatas/cloudapi/AddAccessControlListEntry.json",
2025-08-20T19:15:56.7279381Z [00:02:03.179]➜  			"metadatas/cloudapi/AddIpControlPolicyItem.json",
2025-08-20T19:15:56.7279736Z [00:02:03.179]➜  			"metadatas/cloudapi/AddTrafficSpecialControl.json",
2025-08-20T19:15:56.7280304Z [00:02:03.179]➜  			"metadatas/cloudapi/AssociateInstanceWithPrivateDNS.json",
2025-08-20T19:15:56.7280617Z [00:02:03.179]➜  			"metadatas/cloudapi/AttachApiProduct.json",
2025-08-20T19:15:56.7280944Z [00:02:03.179]➜  			"metadatas/cloudapi/AttachGroupPlugin.json",
2025-08-20T19:15:56.7281228Z [00:02:03.179]➜  			"metadatas/cloudapi/AttachPlugin.json",
2025-08-20T19:15:56.7281536Z [00:02:03.179]➜  			"metadatas/cloudapi/BatchAbolishApis.json",
2025-08-20T19:15:56.7281837Z [00:02:03.179]➜  			"metadatas/cloudapi/BatchDeployApis.json",
2025-08-20T19:15:56.7282188Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateAccessControlList.json",
2025-08-20T19:15:56.7282763Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateApi.json",
2025-08-20T19:15:56.7283066Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateApiGroup.json",
2025-08-20T19:15:56.7283416Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateApiStageVariable.json",
2025-08-20T19:15:56.7283690Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateApp.json",
2025-08-20T19:15:56.7284002Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateAppCode.json",
2025-08-20T19:15:56.7284286Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateAppKey.json",
2025-08-20T19:15:56.7284587Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateBackend.json",
2025-08-20T19:15:56.7284907Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateBackendModel.json",
2025-08-20T19:15:56.7285197Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateDataset.json",
2025-08-20T19:15:56.7285505Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateDatasetItem.json",
2025-08-20T19:15:56.7285804Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateInstance.json",
2025-08-20T19:15:56.7286102Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateIpControl.json",
2025-08-20T19:15:56.7286403Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateLogConfig.json",
2025-08-20T19:15:56.7286682Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateModel.json",
2025-08-20T19:15:56.7287009Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateMonitorGroup.json",
2025-08-20T19:15:56.7287306Z [00:02:03.179]➜  			"metadatas/cloudapi/CreatePlugin.json",
2025-08-20T19:15:56.7287617Z [00:02:03.179]➜  			"metadatas/cloudapi/CreatePrivateDNS.json",
2025-08-20T19:15:56.7287913Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateSignature.json",
2025-08-20T19:15:56.7288411Z [00:02:03.179]➜  			"metadatas/cloudapi/CreateTrafficControl.json",
2025-08-20T19:15:56.7288765Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteAccessControlList.json",
2025-08-20T19:15:56.7289183Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteAllTrafficSpecialControl.json",
2025-08-20T19:15:56.7289456Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteApi.json",
2025-08-20T19:15:56.7289759Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteApiGroup.json",
2025-08-20T19:15:56.7290062Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteApiProduct.json",
2025-08-20T19:15:56.7290414Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteApiStageVariable.json",
2025-08-20T19:15:56.7290686Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteApp.json",
2025-08-20T19:15:56.7290995Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteAppCode.json",
2025-08-20T19:15:56.7291281Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteAppKey.json",
2025-08-20T19:15:56.7291585Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteBackend.json",
2025-08-20T19:15:56.7291904Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteBackendModel.json",
2025-08-20T19:15:56.7292195Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteDataset.json",
2025-08-20T19:15:56.7292652Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteDatasetItem.json",
2025-08-20T19:15:56.7292944Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteDomain.json",
2025-08-20T19:15:56.7293296Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteDomainCertificate.json",
2025-08-20T19:15:56.7293594Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteInstance.json",
2025-08-20T19:15:56.7293894Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteIpControl.json",
2025-08-20T19:15:56.7294194Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteLogConfig.json",
2025-08-20T19:15:56.7294623Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteModel.json",
2025-08-20T19:15:56.7294955Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteMonitorGroup.json",
2025-08-20T19:15:56.7295239Z [00:02:03.179]➜  			"metadatas/cloudapi/DeletePlugin.json",
2025-08-20T19:15:56.7295559Z [00:02:03.179]➜  			"metadatas/cloudapi/DeletePrivateDNS.json",
2025-08-20T19:15:56.7295855Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteSignature.json",
2025-08-20T19:15:56.7296200Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteTrafficControl.json",
2025-08-20T19:15:56.7296594Z [00:02:03.179]➜  			"metadatas/cloudapi/DeleteTrafficSpecialControl.json",
2025-08-20T19:15:56.7296875Z [00:02:03.179]➜  			"metadatas/cloudapi/DeployApi.json",
2025-08-20T19:15:56.7297222Z [00:02:03.179]➜  			"metadatas/cloudapi/DescribeAbolishApiTask.json",
2025-08-20T19:15:56.7297680Z [00:02:03.179]➜  			"metadatas/cloudapi/DescribeAccessControlListAttribute.json",
2025-08-20T19:15:56.7298057Z [00:02:03.179]➜  			"metadatas/cloudapi/DescribeAccessControlLists.json",
2025-08-20T19:15:56.7298358Z [00:02:03.179]➜  			"metadatas/cloudapi/DescribeApi.json",
2025-08-20T19:15:56.7298655Z [00:02:03.179]➜  			"metadatas/cloudapi/DescribeApiDoc.json",
2025-08-20T19:15:56.7298970Z [00:02:03.179]➜  			"metadatas/cloudapi/DescribeApiGroup.json",
2025-08-20T19:15:56.7299372Z [00:02:03.179]➜  			"metadatas/cloudapi/DescribeApiGroupVpcWhitelist.json",
2025-08-20T19:15:56.7299730Z [00:02:03.179]➜  			"metadatas/cloudapi/DescribeApiGroups.json",
2025-08-20T19:15:56.7300080Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApiHistories.json",
2025-08-20T19:15:56.7300399Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApiHistory.json",
2025-08-20T19:15:56.7300746Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApiIpControls.json",
2025-08-20T19:15:56.7301094Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApiLatencyData.json",
2025-08-20T19:15:56.7301484Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApiMarketAttributes.json",
2025-08-20T19:15:56.7301829Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApiProductApis.json",
2025-08-20T19:15:56.7302213Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApiProductsByApp.json",
2025-08-20T19:15:56.7302681Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApiQpsData.json",
2025-08-20T19:15:56.7303208Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApiSignatures.json",
2025-08-20T19:15:56.7303584Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApiTrafficControls.json",
2025-08-20T19:15:56.7303936Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApiTrafficData.json",
2025-08-20T19:15:56.7304223Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApis.json",
2025-08-20T19:15:56.7304540Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApisByApp.json",
2025-08-20T19:15:56.7304874Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApisByBackend.json",
2025-08-20T19:15:56.7305231Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApisByIpControl.json",
2025-08-20T19:15:56.7305577Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApisBySignature.json",
2025-08-20T19:15:56.7305988Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApisByTrafficControl.json",
2025-08-20T19:15:56.7306335Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApisByVpcAccess.json",
2025-08-20T19:15:56.7306864Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApisWithStageNameIntegratedByApp.json",
2025-08-20T19:15:56.7307145Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApp.json",
2025-08-20T19:15:56.7307489Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeAppAttributes.json",
2025-08-20T19:15:56.7307824Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeAppSecurities.json",
2025-08-20T19:15:56.7308158Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeAppSecurity.json",
2025-08-20T19:15:56.7308442Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeApps.json",
2025-08-20T19:15:56.7308807Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeAppsByApiProduct.json",
2025-08-20T19:15:56.7309147Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeAuthorizedApis.json",
2025-08-20T19:15:56.7309640Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeAuthorizedApps.json",
2025-08-20T19:15:56.7309971Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeBackendInfo.json",
2025-08-20T19:15:56.7310313Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeBackendList.json",
2025-08-20T19:15:56.7310635Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeDatasetInfo.json",
2025-08-20T19:15:56.7310990Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeDatasetItemInfo.json",
2025-08-20T19:15:56.7311340Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeDatasetItemList.json",
2025-08-20T19:15:56.7311668Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeDatasetList.json",
2025-08-20T19:15:56.7312009Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeDeployApiTask.json",
2025-08-20T19:15:56.7312343Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeDeployedApi.json",
2025-08-20T19:15:56.7312891Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeDeployedApis.json",
2025-08-20T19:15:56.7313195Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeDomain.json",
2025-08-20T19:15:56.7313539Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeGroupLatency.json",
2025-08-20T19:15:56.7313852Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeGroupQps.json",
2025-08-20T19:15:56.7314346Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeGroupTraffic.json",
2025-08-20T19:15:56.7314677Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeHistoryApis.json",
2025-08-20T19:15:56.7315016Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeImportOASTask.json",
2025-08-20T19:15:56.7315407Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeInstanceClusterInfo.json",
2025-08-20T19:15:56.7315788Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeInstanceClusterList.json",
2025-08-20T19:15:56.7316216Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeInstanceDropConnections.json",
2025-08-20T19:15:56.7316591Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeInstanceDropPacket.json",
2025-08-20T19:15:56.7316956Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeInstanceHttpCode.json",
2025-08-20T19:15:56.7317318Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeInstanceLatency.json",
2025-08-20T19:15:56.7317732Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeInstanceNewConnections.json",
2025-08-20T19:15:56.7318095Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeInstancePackets.json",
2025-08-20T19:15:56.7318426Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeInstanceQps.json",
2025-08-20T19:15:56.7318800Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeInstanceSlbConnect.json",
2025-08-20T19:15:56.7319154Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeInstanceTraffic.json",
2025-08-20T19:15:56.7319460Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeInstances.json",
2025-08-20T19:15:56.7319862Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeIpControlPolicyItems.json",
2025-08-20T19:15:56.7320182Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeIpControls.json",
2025-08-20T19:15:56.7320494Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeLogConfig.json",
2025-08-20T19:15:56.7320866Z [00:02:03.180]➜  			"metadatas/cloudapi/DescribeMarketRemainsQuota.json",
2025-08-20T19:15:56.7321314Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribeModels.json",
2025-08-20T19:15:56.7321643Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribePluginApis.json",
2025-08-20T19:15:56.7321997Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribePluginGroups.json",
2025-08-20T19:15:56.7322337Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribePluginSchemas.json",
2025-08-20T19:15:56.7322851Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribePluginTemplates.json",
2025-08-20T19:15:56.7323155Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribePlugins.json",
2025-08-20T19:15:56.7323489Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribePluginsByApi.json",
2025-08-20T19:15:56.7323842Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribePluginsByGroup.json",
2025-08-20T19:15:56.7324210Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribePurchasedApiGroup.json",
2025-08-20T19:15:56.7324594Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribePurchasedApiGroups.json",
2025-08-20T19:15:56.7324945Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribePurchasedApis.json",
2025-08-20T19:15:56.7325252Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribeRegions.json",
2025-08-20T19:15:56.7325582Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribeSignatures.json",
2025-08-20T19:15:56.7325939Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribeSignaturesByApi.json",
2025-08-20T19:15:56.7326264Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribeSummaryData.json",
2025-08-20T19:15:56.7326630Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribeSystemParameters.json",
2025-08-20T19:15:56.7326979Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribeTrafficControls.json",
2025-08-20T19:15:56.7327382Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribeTrafficControlsByApi.json",
2025-08-20T19:15:56.7327745Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribeUpdateBackendTask.json",
2025-08-20T19:15:56.7328115Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribeUpdateVpcInfoTask.json",
2025-08-20T19:15:56.7328452Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribeVpcAccesses.json",
2025-08-20T19:15:56.7328753Z [00:02:03.181]➜  			"metadatas/cloudapi/DescribeZones.json",
2025-08-20T19:15:56.7329061Z [00:02:03.181]➜  			"metadatas/cloudapi/DetachApiProduct.json",
2025-08-20T19:15:56.7329538Z [00:02:03.181]➜  			"metadatas/cloudapi/DetachGroupPlugin.json",
2025-08-20T19:15:56.7329823Z [00:02:03.181]➜  			"metadatas/cloudapi/DetachPlugin.json",
2025-08-20T19:15:56.7330222Z [00:02:03.181]➜  			"metadatas/cloudapi/DisableInstanceAccessControl.json",
2025-08-20T19:15:56.7330650Z [00:02:03.181]➜  			"metadatas/cloudapi/DissociateInstanceWithPrivateDNS.json",
2025-08-20T19:15:56.7330942Z [00:02:03.181]➜  			"metadatas/cloudapi/DryRunSwagger.json",
2025-08-20T19:15:56.7331322Z [00:02:03.181]➜  			"metadatas/cloudapi/EnableInstanceAccessControl.json",
2025-08-20T19:15:56.7331601Z [00:02:03.181]➜  			"metadatas/cloudapi/ExportOAS.json",
2025-08-20T19:15:56.7331869Z [00:02:03.181]➜  			"metadatas/cloudapi/ImportOAS.json",
2025-08-20T19:15:56.7332172Z [00:02:03.181]➜  			"metadatas/cloudapi/ImportSwagger.json",
2025-08-20T19:15:56.7332616Z [00:02:03.181]➜  			"metadatas/cloudapi/ListPrivateDNS.json",
2025-08-20T19:15:56.7332947Z [00:02:03.181]➜  			"metadatas/cloudapi/ListTagResources.json",
2025-08-20T19:15:56.7333215Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyApi.json",
2025-08-20T19:15:56.7333567Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyApiConfiguration.json",
2025-08-20T19:15:56.7333861Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyApiGroup.json",
2025-08-20T19:15:56.7334212Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyApiGroupInstance.json",
2025-08-20T19:15:56.7334593Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyApiGroupNetworkPolicy.json",
2025-08-20T19:15:56.7334975Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyApiGroupVpcWhitelist.json",
2025-08-20T19:15:56.7335248Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyApp.json",
2025-08-20T19:15:56.7335537Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyBackend.json",
2025-08-20T19:15:56.7336006Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyBackendModel.json",
2025-08-20T19:15:56.7336303Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyDataset.json",
2025-08-20T19:15:56.7336620Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyDatasetItem.json",
2025-08-20T19:15:56.7336979Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyInstanceAttribute.json",
2025-08-20T19:15:56.7337298Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyInstanceSpec.json",
2025-08-20T19:15:56.7337774Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyInstanceVpcAttributeForConsole.json",
2025-08-20T19:15:56.7338144Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyIntranetDomainPolicy.json",
2025-08-20T19:15:56.7338477Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyIpControl.json",
2025-08-20T19:15:56.7338839Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyIpControlPolicyItem.json",
2025-08-20T19:15:56.7339141Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyLogConfig.json",
2025-08-20T19:15:56.7339419Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyModel.json",
2025-08-20T19:15:56.7339719Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyPlugin.json",
2025-08-20T19:15:56.7340016Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifySignature.json",
2025-08-20T19:15:56.7340364Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyTrafficControl.json",
2025-08-20T19:15:56.7340756Z [00:02:03.181]➜  			"metadatas/cloudapi/ModifyVpcAccessAndUpdateApis.json",
2025-08-20T19:15:56.7341100Z [00:02:03.181]➜  			"metadatas/cloudapi/OpenApiGatewayService.json",
2025-08-20T19:15:56.7341402Z [00:02:03.181]➜  			"metadatas/cloudapi/QueryRequestLogs.json",
2025-08-20T19:15:56.7341704Z [00:02:03.181]➜  			"metadatas/cloudapi/ReactivateDomain.json",
2025-08-20T19:15:56.7342097Z [00:02:03.181]➜  			"metadatas/cloudapi/RemoveAccessControlListEntry.json",
2025-08-20T19:15:56.7342681Z [00:02:03.181]➜  			"metadatas/cloudapi/RemoveApiProductsAuthorities.json",
2025-08-20T19:15:56.7343028Z [00:02:03.181]➜  			"metadatas/cloudapi/RemoveApisAuthorities.json",
2025-08-20T19:15:56.7343386Z [00:02:03.181]➜  			"metadatas/cloudapi/RemoveAppsAuthorities.json",
2025-08-20T19:15:56.7343717Z [00:02:03.181]➜  			"metadatas/cloudapi/RemoveIpControlApis.json",
2025-08-20T19:15:56.7344319Z [00:02:03.181]➜  			"metadatas/cloudapi/RemoveIpControlPolicyItem.json",
2025-08-20T19:15:56.7344645Z [00:02:03.181]➜  			"metadatas/cloudapi/RemoveSignatureApis.json",
2025-08-20T19:15:56.7345031Z [00:02:03.181]➜  			"metadatas/cloudapi/RemoveTrafficControlApis.json",
2025-08-20T19:15:56.7345336Z [00:02:03.181]➜  			"metadatas/cloudapi/RemoveVpcAccess.json",
2025-08-20T19:15:56.7345740Z [00:02:03.181]➜  			"metadatas/cloudapi/RemoveVpcAccessAndAbolishApis.json",
2025-08-20T19:15:56.7346032Z [00:02:03.182]➜  			"metadatas/cloudapi/ResetAppCode.json",
2025-08-20T19:15:56.7346325Z [00:02:03.182]➜  			"metadatas/cloudapi/ResetAppSecret.json",
2025-08-20T19:15:56.7346635Z [00:02:03.182]➜  			"metadatas/cloudapi/SdkGenerateByApp.json",
2025-08-20T19:15:56.7346995Z [00:02:03.182]➜  			"metadatas/cloudapi/SdkGenerateByAppForRegion.json",
2025-08-20T19:15:56.7347330Z [00:02:03.182]➜  			"metadatas/cloudapi/SdkGenerateByGroup.json",
2025-08-20T19:15:56.7347729Z [00:02:03.182]➜  			"metadatas/cloudapi/SetAccessControlListAttribute.json",
2025-08-20T19:15:56.7348109Z [00:02:03.182]➜  			"metadatas/cloudapi/SetApiProductsAuthorities.json",
2025-08-20T19:15:56.7348425Z [00:02:03.182]➜  			"metadatas/cloudapi/SetApisAuthorities.json",
2025-08-20T19:15:56.7348786Z [00:02:03.182]➜  			"metadatas/cloudapi/SetAppsAuthToApiProduct.json",
2025-08-20T19:15:56.7349096Z [00:02:03.182]➜  			"metadatas/cloudapi/SetAppsAuthorities.json",
2025-08-20T19:15:56.7349378Z [00:02:03.182]➜  			"metadatas/cloudapi/SetDomain.json",
2025-08-20T19:15:56.7349710Z [00:02:03.182]➜  			"metadatas/cloudapi/SetDomainCertificate.json",
2025-08-20T19:15:56.7350072Z [00:02:03.182]➜  			"metadatas/cloudapi/SetDomainWebSocketStatus.json",
2025-08-20T19:15:56.7350375Z [00:02:03.182]➜  			"metadatas/cloudapi/SetIpControlApis.json",
2025-08-20T19:15:56.7350872Z [00:02:03.182]➜  			"metadatas/cloudapi/SetSignatureApis.json",
2025-08-20T19:15:56.7351218Z [00:02:03.182]➜  			"metadatas/cloudapi/SetTrafficControlApis.json",
2025-08-20T19:15:56.7351525Z [00:02:03.182]➜  			"metadatas/cloudapi/SetVpcAccess.json",
2025-08-20T19:15:56.7351884Z [00:02:03.182]➜  			"metadatas/cloudapi/SetWildcardDomainPatterns.json",
2025-08-20T19:15:56.7352162Z [00:02:03.182]➜  			"metadatas/cloudapi/SwitchApi.json",
2025-08-20T19:15:56.7352585Z [00:02:03.182]➜  			"metadatas/cloudapi/TagResources.json",
2025-08-20T19:15:56.7352889Z [00:02:03.182]➜  			"metadatas/cloudapi/UntagResources.json",
2025-08-20T19:15:56.7353195Z [00:02:03.182]➜  			"metadatas/cloudapi/UpdatePrivateDNS.json",
2025-08-20T19:15:56.7353555Z [00:02:03.182]➜  			"metadatas/cloudapi/ValidateVpcConnectivity.json",
2025-08-20T19:15:56.7353851Z [00:02:03.182]➜  			"metadatas/cloudauth/AIGCFaceVerify.json",
2025-08-20T19:15:56.7354149Z [00:02:03.182]➜  			"metadatas/cloudauth/BankMetaVerify.json",
2025-08-20T19:15:56.7354472Z [00:02:03.182]➜  			"metadatas/cloudauth/CompareFaceVerify.json",
2025-08-20T19:15:56.7354781Z [00:02:03.182]➜  			"metadatas/cloudauth/CompareFaces.json",
2025-08-20T19:15:56.7355116Z [00:02:03.182]➜  			"metadatas/cloudauth/ContrastFaceVerify.json",
2025-08-20T19:15:56.7355410Z [00:02:03.182]➜  			"metadatas/cloudauth/CreateAuthKey.json",
2025-08-20T19:15:56.7355736Z [00:02:03.182]➜  			"metadatas/cloudauth/CreateVerifySetting.json",
2025-08-20T19:15:56.7356111Z [00:02:03.182]➜  			"metadatas/cloudauth/CredentialProductVerifyV2.json",
2025-08-20T19:15:56.7356416Z [00:02:03.182]➜  			"metadatas/cloudauth/CredentialVerify.json",
2025-08-20T19:15:56.7356743Z [00:02:03.182]➜  			"metadatas/cloudauth/CredentialVerifyV2.json",
2025-08-20T19:15:56.7357039Z [00:02:03.182]➜  			"metadatas/cloudauth/DeepfakeDetect.json",
2025-08-20T19:15:56.7357394Z [00:02:03.182]➜  			"metadatas/cloudauth/DeleteFaceVerifyResult.json",
2025-08-20T19:15:56.7357715Z [00:02:03.182]➜  			"metadatas/cloudauth/DescribeCardVerify.json",
2025-08-20T19:15:56.7358070Z [00:02:03.182]➜  			"metadatas/cloudauth/DescribeDeviceInfo.json",
2025-08-20T19:15:56.7358421Z [00:02:03.182]➜  			"metadatas/cloudauth/DescribeFaceGuardRisk.json",
2025-08-20T19:15:56.7358940Z [00:02:03.182]➜  			"metadatas/cloudauth/DescribeFaceVerify.json",
2025-08-20T19:15:56.7359295Z [00:02:03.182]➜  			"metadatas/cloudauth/DescribeOssUploadToken.json",
2025-08-20T19:15:56.7359689Z [00:02:03.182]➜  			"metadatas/cloudauth/DescribePageFaceVerifyData.json",
2025-08-20T19:15:56.7360119Z [00:02:03.182]➜  			"metadatas/cloudauth/DescribeSmartStatisticsPageList.json",
2025-08-20T19:15:56.7360461Z [00:02:03.182]➜  			"metadatas/cloudauth/DescribeVerifyResult.json",
2025-08-20T19:15:56.7360775Z [00:02:03.182]➜  			"metadatas/cloudauth/DescribeVerifySDK.json",
2025-08-20T19:15:56.7361109Z [00:02:03.182]➜  			"metadatas/cloudauth/DescribeVerifyToken.json",
2025-08-20T19:15:56.7361459Z [00:02:03.182]➜  			"metadatas/cloudauth/DetectFaceAttributes.json",
2025-08-20T19:15:56.7361823Z [00:02:03.182]➜  			"metadatas/cloudauth/Id2MetaPeriodVerify.json",
2025-08-20T19:15:56.7362168Z [00:02:03.182]➜  			"metadatas/cloudauth/Id2MetaStandardVerify.json",
2025-08-20T19:15:56.7362679Z [00:02:03.182]➜  			"metadatas/cloudauth/Id2MetaVerify.json",
2025-08-20T19:15:56.7363035Z [00:02:03.182]➜  			"metadatas/cloudauth/Id2MetaVerifyWithOCR.json",
2025-08-20T19:15:56.7363350Z [00:02:03.182]➜  			"metadatas/cloudauth/InitCardVerify.json",
2025-08-20T19:15:56.7363650Z [00:02:03.182]➜  			"metadatas/cloudauth/InitFaceVerify.json",
2025-08-20T19:15:56.7363999Z [00:02:03.182]➜  			"metadatas/cloudauth/InsertWhiteListSetting.json",
2025-08-20T19:15:56.7364331Z [00:02:03.182]➜  			"metadatas/cloudauth/LivenessFaceVerify.json",
2025-08-20T19:15:56.7364645Z [00:02:03.182]➜  			"metadatas/cloudauth/Mobile2MetaVerify.json",
2025-08-20T19:15:56.7365076Z [00:02:03.182]➜  			"metadatas/cloudauth/Mobile3MetaDetailStandardVerify.json",
2025-08-20T19:15:56.7365430Z [00:02:03.182]➜  			"metadatas/cloudauth/Mobile3MetaDetailVerify.json",
2025-08-20T19:15:56.7366016Z [00:02:03.182]➜  			"metadatas/cloudauth/Mobile3MetaSimpleStandardVerify.json",
2025-08-20T19:15:56.7366384Z [00:02:03.182]➜  			"metadatas/cloudauth/Mobile3MetaSimpleVerify.json",
2025-08-20T19:15:56.7366688Z [00:02:03.182]➜  			"metadatas/cloudauth/MobileDetect.json",
2025-08-20T19:15:56.7367009Z [00:02:03.182]➜  			"metadatas/cloudauth/MobileOnlineStatus.json",
2025-08-20T19:15:56.7367320Z [00:02:03.182]➜  			"metadatas/cloudauth/MobileOnlineTime.json",
2025-08-20T19:15:56.7367622Z [00:02:03.182]➜  			"metadatas/cloudauth/ModifyDeviceInfo.json",
2025-08-20T19:15:56.7368006Z [00:02:03.182]➜  			"metadatas/cloudauth/PageQueryWhiteListSetting.json",
2025-08-20T19:15:56.7368356Z [00:02:03.182]➜  			"metadatas/cloudauth/RemoveWhiteListSetting.json",
2025-08-20T19:15:56.7368675Z [00:02:03.182]➜  			"metadatas/cloudauth/Vehicle5ItemQuery.json",
2025-08-20T19:15:56.7368996Z [00:02:03.182]➜  			"metadatas/cloudauth/VehicleInsureQuery.json",
2025-08-20T19:15:56.7369325Z [00:02:03.182]➜  			"metadatas/cloudauth/VehicleMetaVerify.json",
2025-08-20T19:15:56.7369654Z [00:02:03.182]➜  			"metadatas/cloudauth/VehicleMetaVerifyV2.json",
2025-08-20T19:15:56.7369957Z [00:02:03.182]➜  			"metadatas/cloudauth/VehicleQuery.json",
2025-08-20T19:15:56.7370251Z [00:02:03.182]➜  			"metadatas/cloudauth/VerifyMaterial.json",
2025-08-20T19:15:56.7370544Z [00:02:03.182]➜  			"metadatas/cloudfw/AddAddressBook.json",
2025-08-20T19:15:56.7370842Z [00:02:03.182]➜  			"metadatas/cloudfw/AddControlPolicy.json",
2025-08-20T19:15:56.7371174Z [00:02:03.182]➜  			"metadatas/cloudfw/AddDnsFirewallPolicy.json",
2025-08-20T19:15:56.7371485Z [00:02:03.182]➜  			"metadatas/cloudfw/AddInstanceMembers.json",
2025-08-20T19:15:56.7371836Z [00:02:03.182]➜  			"metadatas/cloudfw/AddPrivateDnsDomainName.json",
2025-08-20T19:15:56.7372270Z [00:02:03.182]➜  			"metadatas/cloudfw/BatchCopyVpcFirewallControlPolicy.json",
2025-08-20T19:15:56.7372868Z [00:02:03.182]➜  			"metadatas/cloudfw/BatchDeleteVpcFirewallControlPolicy.json",
2025-08-20T19:15:56.7373195Z [00:02:03.182]➜  			"metadatas/cloudfw/CreateDownloadTask.json",
2025-08-20T19:15:56.7373606Z [00:02:03.182]➜  			"metadatas/cloudfw/CreateNatFirewallControlPolicy.json",
2025-08-20T19:15:56.7374079Z [00:02:03.182]➜  			"metadatas/cloudfw/CreateSecurityProxy.json",
2025-08-20T19:15:56.7374411Z [00:02:03.182]➜  			"metadatas/cloudfw/CreateSlsLogDispatch.json",
2025-08-20T19:15:56.7374713Z [00:02:03.182]➜  			"metadatas/cloudfw/CreateTrFirewallV2.json",
2025-08-20T19:15:56.7375111Z [00:02:03.182]➜  			"metadatas/cloudfw/CreateTrFirewallV2RoutePolicy.json",
2025-08-20T19:15:56.7375500Z [00:02:03.182]➜  			"metadatas/cloudfw/CreateVpcFirewallCenConfigure.json",
2025-08-20T19:15:56.7375951Z [00:02:03.182]➜  			"metadatas/cloudfw/CreateVpcFirewallCenManualConfigure.json",
2025-08-20T19:15:56.7376315Z [00:02:03.182]➜  			"metadatas/cloudfw/CreateVpcFirewallConfigure.json",
2025-08-20T19:15:56.7376730Z [00:02:03.182]➜  			"metadatas/cloudfw/CreateVpcFirewallControlPolicy.json",
2025-08-20T19:15:56.7377048Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteAddressBook.json",
2025-08-20T19:15:56.7377373Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteControlPolicy.json",
2025-08-20T19:15:56.7377760Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteControlPolicyTemplate.json",
2025-08-20T19:15:56.7378113Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteDnsFirewallPolicy.json",
2025-08-20T19:15:56.7378420Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteDownloadTask.json",
2025-08-20T19:15:56.7378814Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteFirewallV2RoutePolicies.json",
2025-08-20T19:15:56.7379151Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteInstanceMembers.json",
2025-08-20T19:15:56.7379557Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteNatFirewallControlPolicy.json",
2025-08-20T19:15:56.7380001Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteNatFirewallControlPolicyBatch.json",
2025-08-20T19:15:56.7380399Z [00:02:03.182]➜  			"metadatas/cloudfw/DeletePrivateDnsAllDomainName.json",
2025-08-20T19:15:56.7380912Z [00:02:03.182]➜  			"metadatas/cloudfw/DeletePrivateDnsDomainName.json",
2025-08-20T19:15:56.7381278Z [00:02:03.182]➜  			"metadatas/cloudfw/DeletePrivateDnsEndpoint.json",
2025-08-20T19:15:56.7381607Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteSecurityProxy.json",
2025-08-20T19:15:56.7381918Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteTrFirewallV2.json",
2025-08-20T19:15:56.7382313Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteVpcFirewallCenConfigure.json",
2025-08-20T19:15:56.7382842Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteVpcFirewallConfigure.json",
2025-08-20T19:15:56.7383248Z [00:02:03.182]➜  			"metadatas/cloudfw/DeleteVpcFirewallControlPolicy.json",
2025-08-20T19:15:56.7383599Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeACLProtectTrend.json",
2025-08-20T19:15:56.7384004Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeAITrafficAnalysisStatus.json",
2025-08-20T19:15:56.7384323Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeAddressBook.json",
2025-08-20T19:15:56.7384641Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeAssetList.json",
2025-08-20T19:15:56.7384977Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeAssetRiskList.json",
2025-08-20T19:15:56.7385316Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeAssetStatistic.json",
2025-08-20T19:15:56.7385705Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeCfwRiskLevelSummary.json",
2025-08-20T19:15:56.7386042Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeControlPolicy.json",
2025-08-20T19:15:56.7386398Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeDefaultIPSConfig.json",
2025-08-20T19:15:56.7386756Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeDnsFirewallPolicy.json",
2025-08-20T19:15:56.7387089Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeDomainResolve.json",
2025-08-20T19:15:56.7387414Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeDownloadTask.json",
2025-08-20T19:15:56.7387770Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeDownloadTaskType.json",
2025-08-20T19:15:56.7388114Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeInstanceMembers.json",
2025-08-20T19:15:56.7388497Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeInstanceRiskLevels.json",
2025-08-20T19:15:56.7388836Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeInternetOpenIp.json",
2025-08-20T19:15:56.7389387Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeInternetTrafficTrend.json",
2025-08-20T19:15:56.7389731Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeInvadeEventList.json",
2025-08-20T19:15:56.7390062Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeLogStoreInfo.json",
2025-08-20T19:15:56.7390411Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeNatAclPageStatus.json",
2025-08-20T19:15:56.7390831Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeNatFirewallControlPolicy.json",
2025-08-20T19:15:56.7391179Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeNatFirewallList.json",
2025-08-20T19:15:56.7391616Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeNatFirewallPolicyPriorUsed.json",
2025-08-20T19:15:56.7392029Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeNatFirewallTrafficTrend.json",
2025-08-20T19:15:56.7392590Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeOutgoingDestinationIP.json",
2025-08-20T19:15:56.7392963Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeOutgoingDomain.json",
2025-08-20T19:15:56.7393361Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribePolicyAdvancedConfig.json",
2025-08-20T19:15:56.7393716Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribePolicyPriorUsed.json",
2025-08-20T19:15:56.7394094Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribePostpayTrafficDetail.json",
2025-08-20T19:15:56.7394473Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribePostpayTrafficTotal.json",
2025-08-20T19:15:56.7394791Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribePrefixLists.json",
2025-08-20T19:15:56.7395213Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribePrivateDnsDomainNameList.json",
2025-08-20T19:15:56.7395632Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribePrivateDnsEndpointDetail.json",
2025-08-20T19:15:56.7396040Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribePrivateDnsEndpointList.json",
2025-08-20T19:15:56.7396543Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeRiskEventGroup.json",
2025-08-20T19:15:56.7396911Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeRiskEventPayload.json",
2025-08-20T19:15:56.7397294Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeSignatureLibVersion.json",
2025-08-20T19:15:56.7397857Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json",
2025-08-20T19:15:56.7398304Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeTrFirewallV2RoutePolicyList.json",
2025-08-20T19:15:56.7398679Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeTrFirewallsV2Detail.json",
2025-08-20T19:15:56.7399037Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeTrFirewallsV2List.json",
2025-08-20T19:15:56.7399446Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeTrFirewallsV2RouteList.json",
2025-08-20T19:15:56.7399888Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeUserAssetIPTrafficInfo.json",
2025-08-20T19:15:56.7400236Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeUserBuyVersion.json",
2025-08-20T19:15:56.7400653Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeVpcFirewallAclGroupList.json",
2025-08-20T19:15:56.7401048Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeVpcFirewallCenDetail.json",
2025-08-20T19:15:56.7401411Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeVpcFirewallCenList.json",
2025-08-20T19:15:56.7401829Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeVpcFirewallControlPolicy.json",
2025-08-20T19:15:56.7402271Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json",
2025-08-20T19:15:56.7402776Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeVpcFirewallDetail.json",
2025-08-20T19:15:56.7403189Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeVpcFirewallIPSWhitelist.json",
2025-08-20T19:15:56.7403540Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeVpcFirewallList.json",
2025-08-20T19:15:56.7403975Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json",
2025-08-20T19:15:56.7404310Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeVpcListLite.json",
2025-08-20T19:15:56.7404606Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeVpcZone.json",
2025-08-20T19:15:56.7405210Z [00:02:03.182]➜  			"metadatas/cloudfw/DescribeVulnerabilityProtectedList.json",
2025-08-20T19:15:56.7405516Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyAddressBook.json",
2025-08-20T19:15:56.7405841Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyControlPolicy.json",
2025-08-20T19:15:56.7406213Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyControlPolicyPosition.json",
2025-08-20T19:15:56.7406588Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyControlPolicyPriority.json",
2025-08-20T19:15:56.7406926Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyDefaultIPSConfig.json",
2025-08-20T19:15:56.7407274Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyDnsFirewallPolicy.json",
2025-08-20T19:15:56.7407700Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyFirewallV2RoutePolicySwitch.json",
2025-08-20T19:15:56.7408106Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyInstanceMemberAttributes.json",
2025-08-20T19:15:56.7408515Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyNatFirewallControlPolicy.json",
2025-08-20T19:15:56.7409012Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyNatFirewallControlPolicyPosition.json",
2025-08-20T19:15:56.7409376Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyObjectGroupOperation.json",
2025-08-20T19:15:56.7409744Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyPolicyAdvancedConfig.json",
2025-08-20T19:15:56.7410101Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyPrivateDnsEndpoint.json",
2025-08-20T19:15:56.7410514Z [00:02:03.182]➜  			"metadatas/cloudfw/ModifyTrFirewallV2Configuration.json",
2025-08-20T19:15:56.7410949Z [00:02:03.183]➜  			"metadatas/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json",
2025-08-20T19:15:56.7411350Z [00:02:03.183]➜  			"metadatas/cloudfw/ModifyVpcFirewallCenConfigure.json",
2025-08-20T19:15:56.7411766Z [00:02:03.183]➜  			"metadatas/cloudfw/ModifyVpcFirewallCenSwitchStatus.json",
2025-08-20T19:15:56.7412279Z [00:02:03.183]➜  			"metadatas/cloudfw/ModifyVpcFirewallConfigure.json",
2025-08-20T19:15:56.7412823Z [00:02:03.183]➜  			"metadatas/cloudfw/ModifyVpcFirewallControlPolicy.json",
2025-08-20T19:15:56.7413326Z [00:02:03.183]➜  			"metadatas/cloudfw/ModifyVpcFirewallControlPolicyPosition.json",
2025-08-20T19:15:56.7413756Z [00:02:03.183]➜  			"metadatas/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json",
2025-08-20T19:15:56.7414156Z [00:02:03.183]➜  			"metadatas/cloudfw/ModifyVpcFirewallIPSWhitelist.json",
2025-08-20T19:15:56.7414545Z [00:02:03.183]➜  			"metadatas/cloudfw/ModifyVpcFirewallSwitchStatus.json",
2025-08-20T19:15:56.7414889Z [00:02:03.183]➜  			"metadatas/cloudfw/PutDisableAllFwSwitch.json",
2025-08-20T19:15:56.7415203Z [00:02:03.183]➜  			"metadatas/cloudfw/PutDisableFwSwitch.json",
2025-08-20T19:15:56.7415539Z [00:02:03.183]➜  			"metadatas/cloudfw/PutEnableAllFwSwitch.json",
2025-08-20T19:15:56.7415849Z [00:02:03.183]➜  			"metadatas/cloudfw/PutEnableFwSwitch.json",
2025-08-20T19:15:56.7416211Z [00:02:03.183]➜  			"metadatas/cloudfw/ReleaseExpiredInstance.json",
2025-08-20T19:15:56.7416529Z [00:02:03.183]➜  			"metadatas/cloudfw/ReleasePostInstance.json",
2025-08-20T19:15:56.7416933Z [00:02:03.183]➜  			"metadatas/cloudfw/ResetNatFirewallRuleHitCount.json",
2025-08-20T19:15:56.7417309Z [00:02:03.183]➜  			"metadatas/cloudfw/ResetVpcFirewallRuleHitCount.json",
2025-08-20T19:15:56.7417634Z [00:02:03.183]➜  			"metadatas/cloudfw/SwitchSecurityProxy.json",
2025-08-20T19:15:56.7418026Z [00:02:03.183]➜  			"metadatas/cloudfw/UpdateAITrafficAnalysisStatus.json",
2025-08-20T19:15:56.7418433Z [00:02:03.183]➜  			"metadatas/cloudsso/AddExternalSAMLIdPCertificate.json",
2025-08-20T19:15:56.7418940Z [00:02:03.183]➜  			"metadatas/cloudsso/AddPermissionPolicyToAccessConfiguration.json",
2025-08-20T19:15:56.7419245Z [00:02:03.183]➜  			"metadatas/cloudsso/AddUserToGroup.json",
2025-08-20T19:15:56.7419685Z [00:02:03.183]➜  			"metadatas/cloudsso/ClearExternalSAMLIdentityProvider.json",
2025-08-20T19:15:56.7420049Z [00:02:03.183]➜  			"metadatas/cloudsso/CreateAccessAssignment.json",
2025-08-20T19:15:56.7420413Z [00:02:03.183]➜  			"metadatas/cloudsso/CreateAccessConfiguration.json",
2025-08-20T19:15:56.7420873Z [00:02:03.183]➜  			"metadatas/cloudsso/CreateDirectory.json",
2025-08-20T19:15:56.7421155Z [00:02:03.183]➜  			"metadatas/cloudsso/CreateGroup.json",
2025-08-20T19:15:56.7421535Z [00:02:03.183]➜  			"metadatas/cloudsso/CreateSCIMServerCredential.json",
2025-08-20T19:15:56.7421808Z [00:02:03.183]➜  			"metadatas/cloudsso/CreateUser.json",
2025-08-20T19:15:56.7422157Z [00:02:03.183]➜  			"metadatas/cloudsso/CreateUserProvisioning.json",
2025-08-20T19:15:56.7422622Z [00:02:03.183]➜  			"metadatas/cloudsso/DeleteAccessAssignment.json",
2025-08-20T19:15:56.7422999Z [00:02:03.183]➜  			"metadatas/cloudsso/DeleteAccessConfiguration.json",
2025-08-20T19:15:56.7423300Z [00:02:03.183]➜  			"metadatas/cloudsso/DeleteDirectory.json",
2025-08-20T19:15:56.7423583Z [00:02:03.183]➜  			"metadatas/cloudsso/DeleteGroup.json",
2025-08-20T19:15:56.7423937Z [00:02:03.183]➜  			"metadatas/cloudsso/DeleteMFADeviceForUser.json",
2025-08-20T19:15:56.7424315Z [00:02:03.183]➜  			"metadatas/cloudsso/DeleteSCIMServerCredential.json",
2025-08-20T19:15:56.7424599Z [00:02:03.183]➜  			"metadatas/cloudsso/DeleteUser.json",
2025-08-20T19:15:56.7424949Z [00:02:03.183]➜  			"metadatas/cloudsso/DeleteUserProvisioning.json",
2025-08-20T19:15:56.7425331Z [00:02:03.183]➜  			"metadatas/cloudsso/DeleteUserProvisioningEvent.json",
2025-08-20T19:15:56.7425747Z [00:02:03.183]➜  			"metadatas/cloudsso/DeprovisionAccessConfiguration.json",
2025-08-20T19:15:56.7426088Z [00:02:03.183]➜  			"metadatas/cloudsso/DisableDelegateAccount.json",
2025-08-20T19:15:56.7426382Z [00:02:03.183]➜  			"metadatas/cloudsso/DisableService.json",
2025-08-20T19:15:56.7426722Z [00:02:03.183]➜  			"metadatas/cloudsso/EnableDelegateAccount.json",
2025-08-20T19:15:56.7427008Z [00:02:03.183]➜  			"metadatas/cloudsso/EnableService.json",
2025-08-20T19:15:56.7427509Z [00:02:03.183]➜  			"metadatas/cloudsso/GetAccessConfiguration.json",
2025-08-20T19:15:56.7427799Z [00:02:03.183]➜  			"metadatas/cloudsso/GetDirectory.json",
2025-08-20T19:15:56.7428263Z [00:02:03.183]➜  			"metadatas/cloudsso/GetDirectorySAMLServiceProviderInfo.json",
2025-08-20T19:15:56.7428617Z [00:02:03.183]➜  			"metadatas/cloudsso/GetDirectoryStatistics.json",
2025-08-20T19:15:56.7429044Z [00:02:03.183]➜  			"metadatas/cloudsso/GetExternalSAMLIdentityProvider.json",
2025-08-20T19:15:56.7429314Z [00:02:03.183]➜  			"metadatas/cloudsso/GetGroup.json",
2025-08-20T19:15:56.7429639Z [00:02:03.183]➜  			"metadatas/cloudsso/GetLoginPreference.json",
2025-08-20T19:15:56.7430055Z [00:02:03.183]➜  			"metadatas/cloudsso/GetMFAAuthenticationSettingInfo.json",
2025-08-20T19:15:56.7430452Z [00:02:03.183]➜  			"metadatas/cloudsso/GetMFAAuthenticationSettings.json",
2025-08-20T19:15:56.7430821Z [00:02:03.183]➜  			"metadatas/cloudsso/GetMFAAuthenticationStatus.json",
2025-08-20T19:15:56.7431138Z [00:02:03.183]➜  			"metadatas/cloudsso/GetPasswordPolicy.json",
2025-08-20T19:15:56.7431539Z [00:02:03.183]➜  			"metadatas/cloudsso/GetSCIMSynchronizationStatus.json",
2025-08-20T19:15:56.7431855Z [00:02:03.183]➜  			"metadatas/cloudsso/GetServiceStatus.json",
2025-08-20T19:15:56.7432129Z [00:02:03.183]➜  			"metadatas/cloudsso/GetTask.json",
2025-08-20T19:15:56.7432588Z [00:02:03.183]➜  			"metadatas/cloudsso/GetTaskStatus.json",
2025-08-20T19:15:56.7432857Z [00:02:03.183]➜  			"metadatas/cloudsso/GetUser.json",
2025-08-20T19:15:56.7433136Z [00:02:03.183]➜  			"metadatas/cloudsso/GetUserId.json",
2025-08-20T19:15:56.7433563Z [00:02:03.183]➜  			"metadatas/cloudsso/GetUserMFAAuthenticationSettings.json",
2025-08-20T19:15:56.7433897Z [00:02:03.183]➜  			"metadatas/cloudsso/GetUserProvisioning.json",
2025-08-20T19:15:56.7434322Z [00:02:03.183]➜  			"metadatas/cloudsso/GetUserProvisioningConfiguration.json",
2025-08-20T19:15:56.7434686Z [00:02:03.183]➜  			"metadatas/cloudsso/GetUserProvisioningEvent.json",
2025-08-20T19:15:56.7435184Z [00:02:03.183]➜  			"metadatas/cloudsso/GetUserProvisioningRdAccountStatistics.json",
2025-08-20T19:15:56.7435593Z [00:02:03.183]➜  			"metadatas/cloudsso/GetUserProvisioningStatistics.json",
2025-08-20T19:15:56.7436106Z [00:02:03.184]➜  			"metadatas/cloudsso/ListAccessAssignments.json",
2025-08-20T19:15:56.7436582Z [00:02:03.184]➜  			"metadatas/cloudsso/ListAccessConfigurationProvisionings.json",
2025-08-20T19:15:56.7436942Z [00:02:03.184]➜  			"metadatas/cloudsso/ListAccessConfigurations.json",
2025-08-20T19:15:56.7437249Z [00:02:03.184]➜  			"metadatas/cloudsso/ListDirectories.json",
2025-08-20T19:15:56.7437663Z [00:02:03.184]➜  			"metadatas/cloudsso/ListExternalSAMLIdPCertificates.json",
2025-08-20T19:15:56.7437973Z [00:02:03.184]➜  			"metadatas/cloudsso/ListGroupMembers.json",
2025-08-20T19:15:56.7438249Z [00:02:03.184]➜  			"metadatas/cloudsso/ListGroups.json",
2025-08-20T19:15:56.7438604Z [00:02:03.184]➜  			"metadatas/cloudsso/ListJoinedGroupsForUser.json",
2025-08-20T19:15:56.7438943Z [00:02:03.184]➜  			"metadatas/cloudsso/ListMFADevicesForUser.json",
2025-08-20T19:15:56.7439496Z [00:02:03.184]➜  			"metadatas/cloudsso/ListPermissionPoliciesInAccessConfiguration.json",
2025-08-20T19:15:56.7439868Z [00:02:03.184]➜  			"metadatas/cloudsso/ListSCIMServerCredentials.json",
2025-08-20T19:15:56.7440145Z [00:02:03.184]➜  			"metadatas/cloudsso/ListTasks.json",
2025-08-20T19:15:56.7440519Z [00:02:03.184]➜  			"metadatas/cloudsso/ListUserProvisioningEvents.json",
2025-08-20T19:15:56.7440865Z [00:02:03.184]➜  			"metadatas/cloudsso/ListUserProvisionings.json",
2025-08-20T19:15:56.7441134Z [00:02:03.184]➜  			"metadatas/cloudsso/ListUsers.json",
2025-08-20T19:15:56.7441528Z [00:02:03.184]➜  			"metadatas/cloudsso/ProvisionAccessConfiguration.json",
2025-08-20T19:15:56.7441951Z [00:02:03.184]➜  			"metadatas/cloudsso/RemoveExternalSAMLIdPCertificate.json",
2025-08-20T19:15:56.7442656Z [00:02:03.184]➜  			"metadatas/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json",
2025-08-20T19:15:56.7443141Z [00:02:03.184]➜  			"metadatas/cloudsso/RemoveUserFromGroup.json",
2025-08-20T19:15:56.7443463Z [00:02:03.184]➜  			"metadatas/cloudsso/ResetUserPassword.json",
2025-08-20T19:15:56.7443834Z [00:02:03.184]➜  			"metadatas/cloudsso/RetryUserProvisioningEvent.json",
2025-08-20T19:15:56.7444267Z [00:02:03.184]➜  			"metadatas/cloudsso/SetExternalSAMLIdentityProvider.json",
2025-08-20T19:15:56.7444583Z [00:02:03.184]➜  			"metadatas/cloudsso/SetLoginPreference.json",
2025-08-20T19:15:56.7444954Z [00:02:03.184]➜  			"metadatas/cloudsso/SetMFAAuthenticationStatus.json",
2025-08-20T19:15:56.7445259Z [00:02:03.184]➜  			"metadatas/cloudsso/SetPasswordPolicy.json",
2025-08-20T19:15:56.7445651Z [00:02:03.184]➜  			"metadatas/cloudsso/SetSCIMSynchronizationStatus.json",
2025-08-20T19:15:56.7446012Z [00:02:03.184]➜  			"metadatas/cloudsso/UpdateAccessConfiguration.json",
2025-08-20T19:15:56.7446318Z [00:02:03.184]➜  			"metadatas/cloudsso/UpdateDirectory.json",
2025-08-20T19:15:56.7446598Z [00:02:03.184]➜  			"metadatas/cloudsso/UpdateGroup.json",
2025-08-20T19:15:56.7447124Z [00:02:03.184]➜  			"metadatas/cloudsso/UpdateInlinePolicyForAccessConfiguration.json",
2025-08-20T19:15:56.7447539Z [00:02:03.184]➜  			"metadatas/cloudsso/UpdateMFAAuthenticationSettings.json",
2025-08-20T19:15:56.7447977Z [00:02:03.184]➜  			"metadatas/cloudsso/UpdateSCIMServerCredentialStatus.json",
2025-08-20T19:15:56.7448249Z [00:02:03.184]➜  			"metadatas/cloudsso/UpdateUser.json",
2025-08-20T19:15:56.7448708Z [00:02:03.184]➜  			"metadatas/cloudsso/UpdateUserMFAAuthenticationSettings.json",
2025-08-20T19:15:56.7449052Z [00:02:03.184]➜  			"metadatas/cloudsso/UpdateUserProvisioning.json",
2025-08-20T19:15:56.7449509Z [00:02:03.184]➜  			"metadatas/cloudsso/UpdateUserProvisioningConfiguration.json",
2025-08-20T19:15:56.7449812Z [00:02:03.184]➜  			"metadatas/cloudsso/UpdateUserStatus.json",
2025-08-20T19:15:56.7450066Z [00:02:03.184]➜  			"metadatas/cms/AddTags.json",
2025-08-20T19:15:56.7450388Z [00:02:03.184]➜  			"metadatas/cms/ApplyMetricRuleTemplate.json",
2025-08-20T19:15:56.7450770Z [00:02:03.184]➜  			"metadatas/cms/BatchCreateInstantSiteMonitor.json",
2025-08-20T19:15:56.7451036Z [00:02:03.184]➜  			"metadatas/cms/BatchExport.json",
2025-08-20T19:15:56.7451510Z [00:02:03.184]➜  			"metadatas/cms/CreateDynamicTagGroup.json",
2025-08-20T19:15:56.7451818Z [00:02:03.184]➜  			"metadatas/cms/CreateGroupMetricRules.json",
2025-08-20T19:15:56.7452220Z [00:02:03.184]➜  			"metadatas/cms/CreateGroupMonitoringAgentProcess.json",
2025-08-20T19:15:56.7452670Z [00:02:03.184]➜  			"metadatas/cms/CreateHostAvailability.json",
2025-08-20T19:15:56.7453031Z [00:02:03.184]➜  			"metadatas/cms/CreateHybridMonitorNamespace.json",
2025-08-20T19:15:56.7453382Z [00:02:03.184]➜  			"metadatas/cms/CreateHybridMonitorSLSGroup.json",
2025-08-20T19:15:56.7453703Z [00:02:03.184]➜  			"metadatas/cms/CreateHybridMonitorTask.json",
2025-08-20T19:15:56.7454034Z [00:02:03.184]➜  			"metadatas/cms/CreateInstantSiteMonitor.json",
2025-08-20T19:15:56.7454369Z [00:02:03.184]➜  			"metadatas/cms/CreateMetricRuleBlackList.json",
2025-08-20T19:15:56.7454719Z [00:02:03.184]➜  			"metadatas/cms/CreateMetricRuleResources.json",
2025-08-20T19:15:56.7455044Z [00:02:03.184]➜  			"metadatas/cms/CreateMetricRuleTemplate.json",
2025-08-20T19:15:56.7455388Z [00:02:03.184]➜  			"metadatas/cms/CreateMonitorAgentProcess.json",
2025-08-20T19:15:56.7455678Z [00:02:03.184]➜  			"metadatas/cms/CreateMonitorGroup.json",
2025-08-20T19:15:56.7456100Z [00:02:03.184]➜  			"metadatas/cms/CreateMonitorGroupByResourceGroupId.json",
2025-08-20T19:15:56.7456449Z [00:02:03.184]➜  			"metadatas/cms/CreateMonitorGroupInstances.json",
2025-08-20T19:15:56.7456830Z [00:02:03.184]➜  			"metadatas/cms/CreateMonitorGroupNotifyPolicy.json",
2025-08-20T19:15:56.7457182Z [00:02:03.184]➜  			"metadatas/cms/CreateMonitoringAgentProcess.json",
2025-08-20T19:15:56.7457476Z [00:02:03.184]➜  			"metadatas/cms/CreateSiteMonitor.json",
2025-08-20T19:15:56.7457716Z [00:02:03.184]➜  			"metadatas/cms/Cursor.json",
2025-08-20T19:15:56.7457991Z [00:02:03.184]➜  			"metadatas/cms/DeleteContact.json",
2025-08-20T19:15:56.7458487Z [00:02:03.184]➜  			"metadatas/cms/DeleteContactGroup.json",
2025-08-20T19:15:56.7458803Z [00:02:03.184]➜  			"metadatas/cms/DeleteCustomMetric.json",
2025-08-20T19:15:56.7459129Z [00:02:03.184]➜  			"metadatas/cms/DeleteDynamicTagGroup.json",
2025-08-20T19:15:56.7459448Z [00:02:03.185]➜  			"metadatas/cms/DeleteEventRuleTargets.json",
2025-08-20T19:15:56.7459728Z [00:02:03.185]➜  			"metadatas/cms/DeleteEventRules.json",
2025-08-20T19:15:56.7460034Z [00:02:03.185]➜  			"metadatas/cms/DeleteExporterOutput.json",
2025-08-20T19:15:56.7460317Z [00:02:03.185]➜  			"metadatas/cms/DeleteExporterRule.json",
2025-08-20T19:15:56.7460719Z [00:02:03.185]➜  			"metadatas/cms/DeleteGroupMonitoringAgentProcess.json",
2025-08-20T19:15:56.7461026Z [00:02:03.185]➜  			"metadatas/cms/DeleteHostAvailability.json",
2025-08-20T19:15:56.7461384Z [00:02:03.185]➜  			"metadatas/cms/DeleteHybridMonitorNamespace.json",
2025-08-20T19:15:56.7461740Z [00:02:03.185]➜  			"metadatas/cms/DeleteHybridMonitorSLSGroup.json",
2025-08-20T19:15:56.7462064Z [00:02:03.185]➜  			"metadatas/cms/DeleteHybridMonitorTask.json",
2025-08-20T19:15:56.7462352Z [00:02:03.185]➜  			"metadatas/cms/DeleteLogMonitor.json",
2025-08-20T19:15:56.7462833Z [00:02:03.185]➜  			"metadatas/cms/DeleteMetricRuleBlackList.json",
2025-08-20T19:15:56.7463169Z [00:02:03.185]➜  			"metadatas/cms/DeleteMetricRuleResources.json",
2025-08-20T19:15:56.7463495Z [00:02:03.185]➜  			"metadatas/cms/DeleteMetricRuleTargets.json",
2025-08-20T19:15:56.7463822Z [00:02:03.185]➜  			"metadatas/cms/DeleteMetricRuleTemplate.json",
2025-08-20T19:15:56.7464112Z [00:02:03.185]➜  			"metadatas/cms/DeleteMetricRules.json",
2025-08-20T19:15:56.7464400Z [00:02:03.185]➜  			"metadatas/cms/DeleteMonitorGroup.json",
2025-08-20T19:15:56.7464770Z [00:02:03.185]➜  			"metadatas/cms/DeleteMonitorGroupDynamicRule.json",
2025-08-20T19:15:56.7465113Z [00:02:03.185]➜  			"metadatas/cms/DeleteMonitorGroupInstances.json",
2025-08-20T19:15:56.7465500Z [00:02:03.185]➜  			"metadatas/cms/DeleteMonitorGroupNotifyPolicy.json",
2025-08-20T19:15:56.7465853Z [00:02:03.185]➜  			"metadatas/cms/DeleteMonitoringAgentProcess.json",
2025-08-20T19:15:56.7466317Z [00:02:03.185]➜  			"metadatas/cms/DeleteSiteMonitors.json",
2025-08-20T19:15:56.7466667Z [00:02:03.185]➜  			"metadatas/cms/DescribeActiveMetricRuleList.json",
2025-08-20T19:15:56.7467006Z [00:02:03.185]➜  			"metadatas/cms/DescribeAlertHistoryList.json",
2025-08-20T19:15:56.7467310Z [00:02:03.185]➜  			"metadatas/cms/DescribeAlertLogCount.json",
2025-08-20T19:15:56.7467649Z [00:02:03.185]➜  			"metadatas/cms/DescribeAlertLogHistogram.json",
2025-08-20T19:15:56.7467949Z [00:02:03.185]➜  			"metadatas/cms/DescribeAlertLogList.json",
2025-08-20T19:15:56.7468368Z [00:02:03.185]➜  			"metadatas/cms/DescribeAlertingMetricRuleResources.json",
2025-08-20T19:15:56.7468694Z [00:02:03.185]➜  			"metadatas/cms/DescribeContactGroupList.json",
2025-08-20T19:15:56.7468994Z [00:02:03.185]➜  			"metadatas/cms/DescribeContactList.json",
2025-08-20T19:15:56.7469400Z [00:02:03.185]➜  			"metadatas/cms/DescribeContactListByContactGroup.json",
2025-08-20T19:15:56.7469757Z [00:02:03.185]➜  			"metadatas/cms/DescribeCustomEventAttribute.json",
2025-08-20T19:15:56.7470092Z [00:02:03.185]➜  			"metadatas/cms/DescribeCustomEventCount.json",
2025-08-20T19:15:56.7470452Z [00:02:03.185]➜  			"metadatas/cms/DescribeCustomEventHistogram.json",
2025-08-20T19:15:56.7470775Z [00:02:03.185]➜  			"metadatas/cms/DescribeCustomMetricList.json",
2025-08-20T19:15:56.7471120Z [00:02:03.185]➜  			"metadatas/cms/DescribeDynamicTagRuleList.json",
2025-08-20T19:15:56.7471460Z [00:02:03.185]➜  			"metadatas/cms/DescribeEventRuleAttribute.json",
2025-08-20T19:15:56.7471771Z [00:02:03.185]➜  			"metadatas/cms/DescribeEventRuleList.json",
2025-08-20T19:15:56.7472115Z [00:02:03.185]➜  			"metadatas/cms/DescribeEventRuleTargetList.json",
2025-08-20T19:15:56.7472606Z [00:02:03.185]➜  			"metadatas/cms/DescribeExporterOutputList.json",
2025-08-20T19:15:56.7473087Z [00:02:03.185]➜  			"metadatas/cms/DescribeExporterRuleList.json",
2025-08-20T19:15:56.7473509Z [00:02:03.185]➜  			"metadatas/cms/DescribeGroupMonitoringAgentProcess.json",
2025-08-20T19:15:56.7473877Z [00:02:03.185]➜  			"metadatas/cms/DescribeHostAvailabilityList.json",
2025-08-20T19:15:56.7474245Z [00:02:03.185]➜  			"metadatas/cms/DescribeHybridMonitorDataList.json",
2025-08-20T19:15:56.7474667Z [00:02:03.185]➜  			"metadatas/cms/DescribeHybridMonitorNamespaceList.json",
2025-08-20T19:15:56.7475027Z [00:02:03.185]➜  			"metadatas/cms/DescribeHybridMonitorSLSGroup.json",
2025-08-20T19:15:56.7475390Z [00:02:03.185]➜  			"metadatas/cms/DescribeHybridMonitorTaskList.json",
2025-08-20T19:15:56.7475737Z [00:02:03.185]➜  			"metadatas/cms/DescribeLogMonitorAttribute.json",
2025-08-20T19:15:56.7476053Z [00:02:03.185]➜  			"metadatas/cms/DescribeLogMonitorList.json",
2025-08-20T19:15:56.7476343Z [00:02:03.185]➜  			"metadatas/cms/DescribeMetricData.json",
2025-08-20T19:15:56.7476635Z [00:02:03.185]➜  			"metadatas/cms/DescribeMetricLast.json",
2025-08-20T19:15:56.7476940Z [00:02:03.185]➜  			"metadatas/cms/DescribeMetricList.json",
2025-08-20T19:15:56.7477256Z [00:02:03.185]➜  			"metadatas/cms/DescribeMetricMetaList.json",
2025-08-20T19:15:56.7477614Z [00:02:03.185]➜  			"metadatas/cms/DescribeMetricRuleBlackList.json",
2025-08-20T19:15:56.7477940Z [00:02:03.185]➜  			"metadatas/cms/DescribeMetricRuleCount.json",
2025-08-20T19:15:56.7478248Z [00:02:03.185]➜  			"metadatas/cms/DescribeMetricRuleList.json",
2025-08-20T19:15:56.7478593Z [00:02:03.185]➜  			"metadatas/cms/DescribeMetricRuleTargets.json",
2025-08-20T19:15:56.7479008Z [00:02:03.185]➜  			"metadatas/cms/DescribeMetricRuleTemplateAttribute.json",
2025-08-20T19:15:56.7479385Z [00:02:03.185]➜  			"metadatas/cms/DescribeMetricRuleTemplateList.json",
2025-08-20T19:15:56.7479673Z [00:02:03.185]➜  			"metadatas/cms/DescribeMetricTop.json",
2025-08-20T19:15:56.7480046Z [00:02:03.185]➜  			"metadatas/cms/DescribeMonitorGroupCategories.json",
2025-08-20T19:15:56.7480450Z [00:02:03.185]➜  			"metadatas/cms/DescribeMonitorGroupDynamicRules.json",
2025-08-20T19:15:56.7480897Z [00:02:03.185]➜  			"metadatas/cms/DescribeMonitorGroupInstanceAttribute.json",
2025-08-20T19:15:56.7481419Z [00:02:03.185]➜  			"metadatas/cms/DescribeMonitorGroupInstances.json",
2025-08-20T19:15:56.7481849Z [00:02:03.185]➜  			"metadatas/cms/DescribeMonitorGroupNotifyPolicyList.json",
2025-08-20T19:15:56.7482157Z [00:02:03.185]➜  			"metadatas/cms/DescribeMonitorGroups.json",
2025-08-20T19:15:56.7482736Z [00:02:03.185]➜  			"metadatas/cms/DescribeMonitorResourceQuotaAttribute.json",
2025-08-20T19:15:56.7483124Z [00:02:03.185]➜  			"metadatas/cms/DescribeMonitoringAgentAccessKey.json",
2025-08-20T19:15:56.7483489Z [00:02:03.185]➜  			"metadatas/cms/DescribeMonitoringAgentConfig.json",
2025-08-20T19:15:56.7483844Z [00:02:03.185]➜  			"metadatas/cms/DescribeMonitoringAgentHosts.json",
2025-08-20T19:15:56.7484231Z [00:02:03.185]➜  			"metadatas/cms/DescribeMonitoringAgentProcesses.json",
2025-08-20T19:15:56.7484619Z [00:02:03.185]➜  			"metadatas/cms/DescribeMonitoringAgentStatuses.json",
2025-08-20T19:15:56.7484954Z [00:02:03.185]➜  			"metadatas/cms/DescribeMonitoringConfig.json",
2025-08-20T19:15:56.7485360Z [00:02:03.185]➜  			"metadatas/cms/DescribeProductResourceTagKeyList.json",
2025-08-20T19:15:56.7485769Z [00:02:03.185]➜  			"metadatas/cms/DescribeProductsOfActiveMetricRule.json",
2025-08-20T19:15:56.7486065Z [00:02:03.185]➜  			"metadatas/cms/DescribeProjectMeta.json",
2025-08-20T19:15:56.7486424Z [00:02:03.185]➜  			"metadatas/cms/DescribeSiteMonitorAttribute.json",
2025-08-20T19:15:56.7486745Z [00:02:03.185]➜  			"metadatas/cms/DescribeSiteMonitorData.json",
2025-08-20T19:15:56.7487125Z [00:02:03.185]➜  			"metadatas/cms/DescribeSiteMonitorISPCityList.json",
2025-08-20T19:15:56.7487443Z [00:02:03.185]➜  			"metadatas/cms/DescribeSiteMonitorList.json",
2025-08-20T19:15:56.7487758Z [00:02:03.185]➜  			"metadatas/cms/DescribeSiteMonitorLog.json",
2025-08-20T19:15:56.7488235Z [00:02:03.185]➜  			"metadatas/cms/DescribeSiteMonitorQuota.json",
2025-08-20T19:15:56.7488607Z [00:02:03.185]➜  			"metadatas/cms/DescribeSiteMonitorStatistics.json",
2025-08-20T19:15:56.7488959Z [00:02:03.185]➜  			"metadatas/cms/DescribeSyntheticProbeList.json",
2025-08-20T19:15:56.7489316Z [00:02:03.185]➜  			"metadatas/cms/DescribeSystemEventAttribute.json",
2025-08-20T19:15:56.7489644Z [00:02:03.185]➜  			"metadatas/cms/DescribeSystemEventCount.json",
2025-08-20T19:15:56.7490001Z [00:02:03.185]➜  			"metadatas/cms/DescribeSystemEventHistogram.json",
2025-08-20T19:15:56.7490350Z [00:02:03.185]➜  			"metadatas/cms/DescribeSystemEventMetaList.json",
2025-08-20T19:15:56.7490646Z [00:02:03.185]➜  			"metadatas/cms/DescribeTagKeyList.json",
2025-08-20T19:15:56.7490946Z [00:02:03.185]➜  			"metadatas/cms/DescribeTagValueList.json",
2025-08-20T19:15:56.7491347Z [00:02:03.185]➜  			"metadatas/cms/DescribeUnhealthyHostAvailability.json",
2025-08-20T19:15:56.7491664Z [00:02:03.185]➜  			"metadatas/cms/DisableActiveMetricRule.json",
2025-08-20T19:15:56.7491966Z [00:02:03.185]➜  			"metadatas/cms/DisableEventRules.json",
2025-08-20T19:15:56.7492283Z [00:02:03.185]➜  			"metadatas/cms/DisableHostAvailability.json",
2025-08-20T19:15:56.7492756Z [00:02:03.185]➜  			"metadatas/cms/DisableMetricRules.json",
2025-08-20T19:15:56.7493057Z [00:02:03.185]➜  			"metadatas/cms/DisableSiteMonitors.json",
2025-08-20T19:15:56.7493372Z [00:02:03.185]➜  			"metadatas/cms/EnableActiveMetricRule.json",
2025-08-20T19:15:56.7493651Z [00:02:03.186]➜  			"metadatas/cms/EnableEventRules.json",
2025-08-20T19:15:56.7493966Z [00:02:03.186]➜  			"metadatas/cms/EnableHostAvailability.json",
2025-08-20T19:15:56.7494302Z [00:02:03.186]➜  			"metadatas/cms/EnableMetricRuleBlackList.json",
2025-08-20T19:15:56.7494590Z [00:02:03.186]➜  			"metadatas/cms/EnableMetricRules.json",
2025-08-20T19:15:56.7494875Z [00:02:03.186]➜  			"metadatas/cms/EnableSiteMonitors.json",
2025-08-20T19:15:56.7495188Z [00:02:03.186]➜  			"metadatas/cms/InstallMonitoringAgent.json",
2025-08-20T19:15:56.7495600Z [00:02:03.186]➜  			"metadatas/cms/ModifyGroupMonitoringAgentProcess.json",
2025-08-20T19:15:56.7495913Z [00:02:03.186]➜  			"metadatas/cms/ModifyHostAvailability.json",
2025-08-20T19:15:56.7496349Z [00:02:03.186]➜  			"metadatas/cms/ModifyHostInfo.json",
2025-08-20T19:15:56.7496708Z [00:02:03.189]➜  			"metadatas/cms/ModifyHybridMonitorNamespace.json",
2025-08-20T19:15:56.7497064Z [00:02:03.189]➜  			"metadatas/cms/ModifyHybridMonitorSLSGroup.json",
2025-08-20T19:15:56.7497384Z [00:02:03.189]➜  			"metadatas/cms/ModifyHybridMonitorTask.json",
2025-08-20T19:15:56.7497726Z [00:02:03.189]➜  			"metadatas/cms/ModifyMetricRuleBlackList.json",
2025-08-20T19:15:56.7498054Z [00:02:03.189]➜  			"metadatas/cms/ModifyMetricRuleTemplate.json",
2025-08-20T19:15:56.7498350Z [00:02:03.189]➜  			"metadatas/cms/ModifyMonitorGroup.json",
2025-08-20T19:15:56.7498700Z [00:02:03.189]➜  			"metadatas/cms/ModifyMonitorGroupInstances.json",
2025-08-20T19:15:56.7498989Z [00:02:03.189]➜  			"metadatas/cms/ModifySiteMonitor.json",
2025-08-20T19:15:56.7499262Z [00:02:03.189]➜  			"metadatas/cms/PutContact.json",
2025-08-20T19:15:56.7499549Z [00:02:03.189]➜  			"metadatas/cms/PutContactGroup.json",
2025-08-20T19:15:56.7499884Z [00:02:03.189]➜  			"metadatas/cms/PutCustomEvent.json",
2025-08-20T19:15:56.7500188Z [00:02:03.189]➜  			"metadatas/cms/PutCustomEventRule.json",
2025-08-20T19:15:56.7500462Z [00:02:03.189]➜  			"metadatas/cms/PutCustomMetric.json",
2025-08-20T19:15:56.7500763Z [00:02:03.189]➜  			"metadatas/cms/PutCustomMetricRule.json",
2025-08-20T19:15:56.7501029Z [00:02:03.189]➜  			"metadatas/cms/PutEventRule.json",
2025-08-20T19:15:56.7501327Z [00:02:03.189]➜  			"metadatas/cms/PutEventRuleTargets.json",
2025-08-20T19:15:56.7501611Z [00:02:03.189]➜  			"metadatas/cms/PutExporterOutput.json",
2025-08-20T19:15:56.7501893Z [00:02:03.189]➜  			"metadatas/cms/PutExporterRule.json",
2025-08-20T19:15:56.7502184Z [00:02:03.189]➜  			"metadatas/cms/PutGroupMetricRule.json",
2025-08-20T19:15:56.7502895Z [00:02:03.189]➜  			"metadatas/cms/PutHybridMonitorMetricData.json",
2025-08-20T19:15:56.7503186Z [00:02:03.189]➜  			"metadatas/cms/PutLogMonitor.json",
2025-08-20T19:15:56.7503496Z [00:02:03.189]➜  			"metadatas/cms/PutMetricRuleTargets.json",
2025-08-20T19:15:56.7503850Z [00:02:03.189]➜  			"metadatas/cms/PutMonitorGroupDynamicRule.json",
2025-08-20T19:15:56.7504153Z [00:02:03.189]➜  			"metadatas/cms/PutMonitoringConfig.json",
2025-08-20T19:15:56.7504461Z [00:02:03.189]➜  			"metadatas/cms/PutResourceMetricRule.json",
2025-08-20T19:15:56.7504778Z [00:02:03.189]➜  			"metadatas/cms/PutResourceMetricRules.json",
2025-08-20T19:15:56.7505041Z [00:02:03.189]➜  			"metadatas/cms/RemoveTags.json",
2025-08-20T19:15:56.7505351Z [00:02:03.189]➜  			"metadatas/cms/SendDryRunSystemEvent.json",
2025-08-20T19:15:56.7505680Z [00:02:03.189]➜  			"metadatas/cms/UninstallMonitoringAgent.json",
2025-08-20T19:15:56.7506024Z [00:02:03.189]➜  			"metadatas/computenest/CancelServiceUsage.json",
2025-08-20T19:15:56.7506382Z [00:02:03.189]➜  			"metadatas/computenest/ChangeResourceGroup.json",
2025-08-20T19:15:56.7506750Z [00:02:03.189]➜  			"metadatas/computenest/CheckServiceDeployable.json",
2025-08-20T19:15:56.7507331Z [00:02:03.189]➜  			"metadatas/computenest/ContinueDeployServiceInstance.json",
2025-08-20T19:15:56.7507637Z [00:02:03.189]➜  			"metadatas/computenest/CreateBackup.json",
2025-08-20T19:15:56.7507969Z [00:02:03.189]➜  			"metadatas/computenest/CreateRestoreTask.json",
2025-08-20T19:15:56.7508331Z [00:02:03.189]➜  			"metadatas/computenest/CreateServiceInstance.json",
2025-08-20T19:15:56.7508665Z [00:02:03.189]➜  			"metadatas/computenest/CreateServiceUsage.json",
2025-08-20T19:15:56.7508968Z [00:02:03.189]➜  			"metadatas/computenest/DeleteBackup.json",
2025-08-20T19:15:56.7509325Z [00:02:03.189]➜  			"metadatas/computenest/DeleteServiceInstances.json",
2025-08-20T19:15:56.7509689Z [00:02:03.189]➜  			"metadatas/computenest/DeployServiceInstance.json",
2025-08-20T19:15:56.7510003Z [00:02:03.189]➜  			"metadatas/computenest/DescribeRegions.json",
2025-08-20T19:15:56.7510371Z [00:02:03.189]➜  			"metadatas/computenest/GenerateServicePolicy.json",
2025-08-20T19:15:56.7510654Z [00:02:03.189]➜  			"metadatas/computenest/GetBackup.json",
2025-08-20T19:15:56.7510958Z [00:02:03.189]➜  			"metadatas/computenest/GetService.json",
2025-08-20T19:15:56.7511314Z [00:02:03.189]➜  			"metadatas/computenest/GetServiceEstimateCost.json",
2025-08-20T19:15:56.7511645Z [00:02:03.189]➜  			"metadatas/computenest/GetServiceInstance.json",
2025-08-20T19:15:56.7512207Z [00:02:03.189]➜  			"metadatas/computenest/GetServiceInstanceSubscriptionEstimateCost.json",
2025-08-20T19:15:56.7512734Z [00:02:03.189]➜  			"metadatas/computenest/GetServiceProvisions.json",
2025-08-20T19:15:56.7513254Z [00:02:03.189]➜  			"metadatas/computenest/GetServiceTemplateParameterConstraints.json",
2025-08-20T19:15:56.7513592Z [00:02:03.189]➜  			"metadatas/computenest/GetUserInformation.json",
2025-08-20T19:15:56.7513885Z [00:02:03.189]➜  			"metadatas/computenest/ListBackups.json",
2025-08-20T19:15:56.7514386Z [00:02:03.189]➜  			"metadatas/computenest/ListPolicies.json",
2025-08-20T19:15:56.7514714Z [00:02:03.189]➜  			"metadatas/computenest/ListRestoreTasks.json",
2025-08-20T19:15:56.7515078Z [00:02:03.189]➜  			"metadatas/computenest/ListServiceCategories.json",
2025-08-20T19:15:56.7515454Z [00:02:03.189]➜  			"metadatas/computenest/ListServiceInstanceBill.json",
2025-08-20T19:15:56.7515820Z [00:02:03.189]➜  			"metadatas/computenest/ListServiceInstanceLogs.json",
2025-08-20T19:15:56.7516241Z [00:02:03.189]➜  			"metadatas/computenest/ListServiceInstanceResources.json",
2025-08-20T19:15:56.7516707Z [00:02:03.189]➜  			"metadatas/computenest/ListServiceInstanceUpgradeHistory.json",
2025-08-20T19:15:56.7517060Z [00:02:03.189]➜  			"metadatas/computenest/ListServiceInstances.json",
2025-08-20T19:15:56.7517394Z [00:02:03.189]➜  			"metadatas/computenest/ListServiceUsages.json",
2025-08-20T19:15:56.7517696Z [00:02:03.189]➜  			"metadatas/computenest/ListServices.json",
2025-08-20T19:15:56.7518001Z [00:02:03.189]➜  			"metadatas/computenest/ListTagKeys.json",
2025-08-20T19:15:56.7518330Z [00:02:03.189]➜  			"metadatas/computenest/ListTagResources.json",
2025-08-20T19:15:56.7518645Z [00:02:03.189]➜  			"metadatas/computenest/ListTagValues.json",
2025-08-20T19:15:56.7519083Z [00:02:03.189]➜  			"metadatas/computenest/RenewServiceInstanceResources.json",
2025-08-20T19:15:56.7519444Z [00:02:03.189]➜  			"metadatas/computenest/RestartServiceInstance.json",
2025-08-20T19:15:56.7519819Z [00:02:03.189]➜  			"metadatas/computenest/RollbackServiceInstance.json",
2025-08-20T19:15:56.7520168Z [00:02:03.189]➜  			"metadatas/computenest/StartServiceInstance.json",
2025-08-20T19:15:56.7520520Z [00:02:03.189]➜  			"metadatas/computenest/StopServiceInstance.json",
2025-08-20T19:15:56.7520817Z [00:02:03.189]➜  			"metadatas/computenest/TagResources.json",
2025-08-20T19:15:56.7521157Z [00:02:03.189]➜  			"metadatas/computenest/UnTagResources.json",
2025-08-20T19:15:56.7521609Z [00:02:03.189]➜  			"metadatas/computenest/UpdateServiceInstanceAttributes.json",
2025-08-20T19:15:56.7522005Z [00:02:03.189]➜  			"metadatas/computenest/UpdateServiceInstanceSpec.json",
2025-08-20T19:15:56.7522667Z [00:02:03.189]➜  			"metadatas/computenest/UpdateServiceUsage.json",
2025-08-20T19:15:56.7523033Z [00:02:03.189]➜  			"metadatas/computenest/UpdateUserInformation.json",
2025-08-20T19:15:56.7523394Z [00:02:03.189]➜  			"metadatas/computenest/UpgradeServiceInstance.json",
2025-08-20T19:15:56.7523849Z [00:02:03.189]➜  			"metadatas/computenestsupplier/AddServiceSharedAccounts.json",
2025-08-20T19:15:56.7524257Z [00:02:03.189]➜  			"metadatas/computenestsupplier/ApproveServiceUsage.json",
2025-08-20T19:15:56.7524722Z [00:02:03.189]➜  			"metadatas/computenestsupplier/CancelServiceRegistration.json",
2025-08-20T19:15:56.7525218Z [00:02:03.189]➜  			"metadatas/computenestsupplier/ContinueDeployServiceInstance.json",
2025-08-20T19:15:56.7525583Z [00:02:03.189]➜  			"metadatas/computenestsupplier/CreateArtifact.json",
2025-08-20T19:15:56.7525948Z [00:02:03.189]➜  			"metadatas/computenestsupplier/CreateService.json",
2025-08-20T19:15:56.7528126Z [00:02:03.189]➜  			"metadatas/computenestsupplier/CreateServiceInstance.json",
2025-08-20T19:15:56.7528668Z [00:02:03.189]➜  			"metadatas/computenestsupplier/CreateServiceTestCase.json",
2025-08-20T19:15:56.7529099Z [00:02:03.189]➜  			"metadatas/computenestsupplier/CreateServiceTestTask.json",
2025-08-20T19:15:56.7529503Z [00:02:03.190]➜  			"metadatas/computenestsupplier/CreateServiceUsage.json",
2025-08-20T19:15:56.7529982Z [00:02:03.190]➜  			"metadatas/computenestsupplier/CreateSupplierRegistration.json",
2025-08-20T19:15:56.7530343Z [00:02:03.190]➜  			"metadatas/computenestsupplier/DeleteArtifact.json",
2025-08-20T19:15:56.7530701Z [00:02:03.190]➜  			"metadatas/computenestsupplier/DeleteService.json",
2025-08-20T19:15:56.7531128Z [00:02:03.190]➜  			"metadatas/computenestsupplier/DeleteServiceInstances.json",
2025-08-20T19:15:56.7531549Z [00:02:03.190]➜  			"metadatas/computenestsupplier/DeleteServiceTestCase.json",
2025-08-20T19:15:56.7532195Z [00:02:03.190]➜  			"metadatas/computenestsupplier/DeployServiceInstance.json",
2025-08-20T19:15:56.7532929Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GenerateDefaultServiceTestConfig.json",
2025-08-20T19:15:56.7533419Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GenerateServicePolicy.json",
2025-08-20T19:15:56.7533797Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GetArtifact.json",
2025-08-20T19:15:56.7534373Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GetArtifactRepositoryCredentials.json",
2025-08-20T19:15:56.7534775Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GetService.json",
2025-08-20T19:15:56.7535264Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GetServiceEstimateCost.json",
2025-08-20T19:15:56.7535708Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GetServiceInstance.json",
2025-08-20T19:15:56.7536162Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GetServiceProvisions.json",
2025-08-20T19:15:56.7536654Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GetServiceRegistration.json",
2025-08-20T19:15:56.7537239Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GetServiceTemplateCriterionIssues.json",
2025-08-20T19:15:56.7537877Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GetServiceTemplateParameterConstraints.json",
2025-08-20T19:15:56.7538315Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GetServiceTestTask.json",
2025-08-20T19:15:56.7538779Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GetSupplierInformation.json",
2025-08-20T19:15:56.7539210Z [00:02:03.190]➜  			"metadatas/computenestsupplier/GetUploadCredentials.json",
2025-08-20T19:15:56.7539598Z [00:02:03.190]➜  			"metadatas/computenestsupplier/LaunchService.json",
2025-08-20T19:15:56.7540086Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListAcrImageRepositories.json",
2025-08-20T19:15:56.7540503Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListAcrImageTags.json",
2025-08-20T19:15:56.7540933Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListArtifactRisks.json",
2025-08-20T19:15:56.7541374Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListArtifactVersions.json",
2025-08-20T19:15:56.7542013Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListArtifacts.json",
2025-08-20T19:15:56.7542585Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListResellers.json",
2025-08-20T19:15:56.7543067Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListServiceInstanceBill.json",
2025-08-20T19:15:56.7543633Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListServiceInstanceDeployDetails.json",
2025-08-20T19:15:56.7544117Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListServiceInstanceLogs.json",
2025-08-20T19:15:56.7544640Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListServiceInstanceResources.json",
2025-08-20T19:15:56.7545200Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListServiceInstanceUpgradeHistory.json",
2025-08-20T19:15:56.7545646Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListServiceInstances.json",
2025-08-20T19:15:56.7546124Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListServiceRegistrations.json",
2025-08-20T19:15:56.7546617Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListServiceSharedAccounts.json",
2025-08-20T19:15:56.7547066Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListServiceTestCases.json",
2025-08-20T19:15:56.7547545Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListServiceTestTaskLogs.json",
2025-08-20T19:15:56.7547986Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListServiceTestTasks.json",
2025-08-20T19:15:56.7548415Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListServiceUsages.json",
2025-08-20T19:15:56.7548804Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListServices.json",
2025-08-20T19:15:56.7549295Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListSupplierRegistrations.json",
2025-08-20T19:15:56.7549661Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListTagKeys.json",
2025-08-20T19:15:56.7550287Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListTagResources.json",
2025-08-20T19:15:56.7550683Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ListTagValues.json",
2025-08-20T19:15:56.7551229Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ModifyServiceInstanceResources.json",
2025-08-20T19:15:56.7551631Z [00:02:03.190]➜  			"metadatas/computenestsupplier/PreLaunchService.json",
2025-08-20T19:15:56.7552040Z [00:02:03.190]➜  			"metadatas/computenestsupplier/PushMeteringData.json",
2025-08-20T19:15:56.7552603Z [00:02:03.190]➜  			"metadatas/computenestsupplier/RegisterService.json",
2025-08-20T19:15:56.7553044Z [00:02:03.190]➜  			"metadatas/computenestsupplier/RejectServiceUsage.json",
2025-08-20T19:15:56.7553443Z [00:02:03.190]➜  			"metadatas/computenestsupplier/ReleaseArtifact.json",
2025-08-20T19:15:56.7553948Z [00:02:03.190]➜  			"metadatas/computenestsupplier/RemoveServiceSharedAccounts.json",
2025-08-20T19:15:56.7554394Z [00:02:03.190]➜  			"metadatas/computenestsupplier/RestartServiceInstance.json",
2025-08-20T19:15:56.7554899Z [00:02:03.190]➜  			"metadatas/computenestsupplier/RollbackServiceInstance.json",
2025-08-20T19:15:56.7555328Z [00:02:03.190]➜  			"metadatas/computenestsupplier/StartServiceInstance.json",
2025-08-20T19:15:56.7555785Z [00:02:03.190]➜  			"metadatas/computenestsupplier/StopServiceInstance.json",
2025-08-20T19:15:56.7556172Z [00:02:03.190]➜  			"metadatas/computenestsupplier/TagResources.json",
2025-08-20T19:15:56.7556566Z [00:02:03.190]➜  			"metadatas/computenestsupplier/UnTagResources.json",
2025-08-20T19:15:56.7556953Z [00:02:03.190]➜  			"metadatas/computenestsupplier/UpdateArtifact.json",
2025-08-20T19:15:56.7557339Z [00:02:03.190]➜  			"metadatas/computenestsupplier/UpdateService.json",
2025-08-20T19:15:56.7557866Z [00:02:03.190]➜  			"metadatas/computenestsupplier/UpdateServiceInstanceAttribute.json",
2025-08-20T19:15:56.7558365Z [00:02:03.190]➜  			"metadatas/computenestsupplier/UpdateServiceInstanceSpec.json",
2025-08-20T19:15:56.7558825Z [00:02:03.190]➜  			"metadatas/computenestsupplier/UpdateServiceTestCase.json",
2025-08-20T19:15:56.7559339Z [00:02:03.190]➜  			"metadatas/computenestsupplier/UpdateSharedAccountPermission.json",
2025-08-20T19:15:56.7560045Z [00:02:03.190]➜  			"metadatas/computenestsupplier/UpdateSupplierInformation.json",
2025-08-20T19:15:56.7560507Z [00:02:03.190]➜  			"metadatas/computenestsupplier/UpgradeServiceInstance.json",
2025-08-20T19:15:56.7560898Z [00:02:03.190]➜  			"metadatas/computenestsupplier/WithdrawService.json",
2025-08-20T19:15:56.7561236Z [00:02:03.190]➜  			"metadatas/config/ActiveConfigRules.json",
2025-08-20T19:15:56.7561564Z [00:02:03.190]➜  			"metadatas/config/DeleteConfigRules.json",
2025-08-20T19:15:56.7561902Z [00:02:03.190]➜  			"metadatas/config/DescribeCompliance.json",
2025-08-20T19:15:56.7562298Z [00:02:03.190]➜  			"metadatas/config/DescribeComplianceSummary.json",
2025-08-20T19:15:56.7562846Z [00:02:03.190]➜  			"metadatas/config/DescribeConfigRule.json",
2025-08-20T19:15:56.7563309Z [00:02:03.190]➜  			"metadatas/config/DescribeConfigurationRecorder.json",
2025-08-20T19:15:56.7563713Z [00:02:03.190]➜  			"metadatas/config/DescribeDeliveryChannels.json",
2025-08-20T19:15:56.7564132Z [00:02:03.190]➜  			"metadatas/config/DescribeDiscoveredResource.json",
2025-08-20T19:15:56.7564538Z [00:02:03.190]➜  			"metadatas/config/DescribeEvaluationResults.json",
2025-08-20T19:15:56.7564968Z [00:02:03.190]➜  			"metadatas/config/GetAggregateDiscoveredResource.json",
2025-08-20T19:15:56.7565387Z [00:02:03.191]➜  			"metadatas/config/GetDiscoveredResourceCounts.json",
2025-08-20T19:15:56.7565801Z [00:02:03.191]➜  			"metadatas/config/GetDiscoveredResourceSummary.json",
2025-08-20T19:15:56.7566225Z [00:02:03.191]➜  			"metadatas/config/GetResourceComplianceTimeline.json",
2025-08-20T19:15:56.7566680Z [00:02:03.191]➜  			"metadatas/config/GetResourceConfigurationTimeline.json",
2025-08-20T19:15:56.7567089Z [00:02:03.191]➜  			"metadatas/config/GetSupportedResourceTypes.json",
2025-08-20T19:15:56.7567760Z [00:02:03.191]➜  			"metadatas/config/ListAggregateDiscoveredResources.json",
2025-08-20T19:15:56.7568099Z [00:02:03.191]➜  			"metadatas/config/ListConfigRules.json",
2025-08-20T19:15:56.7568501Z [00:02:03.191]➜  			"metadatas/config/ListDiscoveredResources.json",
2025-08-20T19:15:56.7568902Z [00:02:03.191]➜  			"metadatas/config/ListRemediationTemplates.json",
2025-08-20T19:15:56.7569227Z [00:02:03.191]➜  			"metadatas/config/PutConfigRule.json",
2025-08-20T19:15:56.7569625Z [00:02:03.191]➜  			"metadatas/config/PutConfigurationRecorder.json",
2025-08-20T19:15:56.7569972Z [00:02:03.191]➜  			"metadatas/config/PutDeliveryChannel.json",
2025-08-20T19:15:56.7570299Z [00:02:03.191]➜  			"metadatas/config/PutEvaluations.json",
2025-08-20T19:15:56.7570712Z [00:02:03.191]➜  			"metadatas/config/StartConfigRuleEvaluation.json",
2025-08-20T19:15:56.7571168Z [00:02:03.191]➜  			"metadatas/config/StartConfigurationRecorder.json",
2025-08-20T19:15:56.7571524Z [00:02:03.191]➜  			"metadatas/config/StopConfigRules.json",
2025-08-20T19:15:56.7571959Z [00:02:03.191]➜  			"metadatas/cr/CancelArtifactBuildTask.json",
2025-08-20T19:15:56.7572349Z [00:02:03.191]➜  			"metadatas/cr/CancelRepoBuildRecord.json",
2025-08-20T19:15:56.7572915Z [00:02:03.191]➜  			"metadatas/cr/CancelRepoSyncTask.json",
2025-08-20T19:15:56.7573271Z [00:02:03.191]➜  			"metadatas/cr/ChangeResourceGroup.json",
2025-08-20T19:15:56.7573614Z [00:02:03.191]➜  			"metadatas/cr/CreateArtifactBuildRule.json",
2025-08-20T19:15:56.7574014Z [00:02:03.191]➜  			"metadatas/cr/CreateArtifactLifecycleRule.json",
2025-08-20T19:15:56.7574419Z [00:02:03.191]➜  			"metadatas/cr/CreateArtifactSubscriptionRule.json",
2025-08-20T19:15:56.7574837Z [00:02:03.191]➜  			"metadatas/cr/CreateArtifactSubscriptionTask.json",
2025-08-20T19:15:56.7576918Z [00:02:03.191]➜  			"metadatas/cr/CreateBuildRecordByRecord.json",
2025-08-20T19:15:56.7577305Z [00:02:03.191]➜  			"metadatas/cr/CreateBuildRecordByRule.json",
2025-08-20T19:15:56.7577575Z [00:02:03.191]➜  			"metadatas/cr/CreateChain.json",
2025-08-20T19:15:56.7577935Z [00:02:03.191]➜  			"metadatas/cr/CreateChartNamespace.json",
2025-08-20T19:15:56.7578277Z [00:02:03.191]➜  			"metadatas/cr/CreateChartRepository.json",
2025-08-20T19:15:56.7578992Z [00:02:03.191]➜  			"metadatas/cr/CreateInstanceEndpointAclPolicy.json",
2025-08-20T19:15:56.7580894Z [00:02:03.191]➜  			"metadatas/cr/CreateInstanceVpcEndpointLinkedVpc.json",
2025-08-20T19:15:56.7581201Z [00:02:03.191]➜  			"metadatas/cr/CreateNamespace.json",
2025-08-20T19:15:56.7581531Z [00:02:03.191]➜  			"metadatas/cr/CreateRepoBuildRule.json",
2025-08-20T19:15:56.7581913Z [00:02:03.191]➜  			"metadatas/cr/CreateRepoSourceCodeRepo.json",
2025-08-20T19:15:56.7582227Z [00:02:03.191]➜  			"metadatas/cr/CreateRepoSyncRule.json",
2025-08-20T19:15:56.7582741Z [00:02:03.191]➜  			"metadatas/cr/CreateRepoSyncTask.json",
2025-08-20T19:15:56.7583105Z [00:02:03.191]➜  			"metadatas/cr/CreateRepoSyncTaskByRule.json",
2025-08-20T19:15:56.7583420Z [00:02:03.191]➜  			"metadatas/cr/CreateRepoTag.json",
2025-08-20T19:15:56.7583781Z [00:02:03.191]➜  			"metadatas/cr/CreateRepoTagScanTask.json",
2025-08-20T19:15:56.7584106Z [00:02:03.191]➜  			"metadatas/cr/CreateRepoTrigger.json",
2025-08-20T19:15:56.7584433Z [00:02:03.191]➜  			"metadatas/cr/CreateRepository.json",
2025-08-20T19:15:56.7584838Z [00:02:03.191]➜  			"metadatas/cr/DeleteArtifactLifecycleRule.json",
2025-08-20T19:15:56.7585240Z [00:02:03.191]➜  			"metadatas/cr/DeleteArtifactSubscriptionRule.json",
2025-08-20T19:15:56.7585532Z [00:02:03.191]➜  			"metadatas/cr/DeleteChain.json",
2025-08-20T19:15:56.7585860Z [00:02:03.191]➜  			"metadatas/cr/DeleteChartNamespace.json",
2025-08-20T19:15:56.7588754Z [00:02:03.191]➜  			"metadatas/cr/DeleteChartRelease.json",
2025-08-20T19:15:56.7589213Z [00:02:03.191]➜  			"metadatas/cr/DeleteChartRepository.json",
2025-08-20T19:15:56.7591800Z [00:02:03.191]➜  			"metadatas/cr/DeleteEventCenterRule.json",
2025-08-20T19:15:56.7592330Z [00:02:03.191]➜  			"metadatas/cr/DeleteInstanceEndpointAclPolicy.json",
2025-08-20T19:15:56.7593399Z [00:02:03.191]➜  			"metadatas/cr/DeleteInstanceVpcEndpointLinkedVpc.json",
2025-08-20T19:15:56.7593758Z [00:02:03.191]➜  			"metadatas/cr/DeleteNamespace.json",
2025-08-20T19:15:56.7594119Z [00:02:03.191]➜  			"metadatas/cr/DeleteRepoBuildRule.json",
2025-08-20T19:15:56.7594442Z [00:02:03.191]➜  			"metadatas/cr/DeleteRepoSyncRule.json",
2025-08-20T19:15:56.7594761Z [00:02:03.191]➜  			"metadatas/cr/DeleteRepoTag.json",
2025-08-20T19:15:56.7595083Z [00:02:03.191]➜  			"metadatas/cr/DeleteRepoTrigger.json",
2025-08-20T19:15:56.7595406Z [00:02:03.191]➜  			"metadatas/cr/DeleteRepository.json",
2025-08-20T19:15:56.7595729Z [00:02:03.191]➜  			"metadatas/cr/GetArtifactBuildRule.json",
2025-08-20T19:15:56.7596049Z [00:02:03.191]➜  			"metadatas/cr/GetArtifactBuildTask.json",
2025-08-20T19:15:56.7596411Z [00:02:03.191]➜  			"metadatas/cr/GetArtifactLifecycleRule.json",
2025-08-20T19:15:56.7596835Z [00:02:03.191]➜  			"metadatas/cr/GetArtifactSubscriptionRule.json",
2025-08-20T19:15:56.7597290Z [00:02:03.191]➜  			"metadatas/cr/GetArtifactSubscriptionTask.json",
2025-08-20T19:15:56.7597747Z [00:02:03.191]➜  			"metadatas/cr/GetArtifactSubscriptionTaskResult.json",
2025-08-20T19:15:56.7598095Z [00:02:03.191]➜  			"metadatas/cr/GetAuthorizationToken.json",
2025-08-20T19:15:56.7598378Z [00:02:03.191]➜  			"metadatas/cr/GetChain.json",
2025-08-20T19:15:56.7598704Z [00:02:03.191]➜  			"metadatas/cr/GetChartNamespace.json",
2025-08-20T19:15:56.7599038Z [00:02:03.191]➜  			"metadatas/cr/GetChartRepository.json",
2025-08-20T19:15:56.7599346Z [00:02:03.191]➜  			"metadatas/cr/GetInstance.json",
2025-08-20T19:15:56.7599665Z [00:02:03.191]➜  			"metadatas/cr/GetInstanceCount.json",
2025-08-20T19:15:56.7600063Z [00:02:03.191]➜  			"metadatas/cr/GetInstanceEndpoint.json",
2025-08-20T19:15:56.7600359Z [00:02:03.191]➜  			"metadatas/cr/GetInstanceUsage.json",
2025-08-20T19:15:56.7600728Z [00:02:03.191]➜  			"metadatas/cr/GetInstanceVpcEndpoint.json",
2025-08-20T19:15:56.7601031Z [00:02:03.191]➜  			"metadatas/cr/GetNamespace.json",
2025-08-20T19:15:56.7601390Z [00:02:03.191]➜  			"metadatas/cr/GetRepoBuildRecord.json",
2025-08-20T19:15:56.7601771Z [00:02:03.191]➜  			"metadatas/cr/GetRepoBuildRecordStatus.json",
2025-08-20T19:15:56.7602607Z [00:02:03.191]➜  			"metadatas/cr/GetRepoSourceCodeRepo.json",
2025-08-20T19:15:56.7602919Z [00:02:03.191]➜  			"metadatas/cr/GetRepoSyncTask.json",
2025-08-20T19:15:56.7603186Z [00:02:03.191]➜  			"metadatas/cr/GetRepoTag.json",
2025-08-20T19:15:56.7603478Z [00:02:03.191]➜  			"metadatas/cr/GetRepoTagScanStatus.json",
2025-08-20T19:15:56.7603794Z [00:02:03.191]➜  			"metadatas/cr/GetRepoTagScanSummary.json",
2025-08-20T19:15:56.7604049Z [00:02:03.191]➜  			"metadatas/cr/GetRepository.json",
2025-08-20T19:15:56.7604326Z [00:02:03.191]➜  			"metadatas/cr/ListArtifactBuildTaskLog.json",
2025-08-20T19:15:56.7604598Z [00:02:03.191]➜  			"metadatas/cr/ListArtifactLifecycleRule.json",
2025-08-20T19:15:56.7604952Z [00:02:03.191]➜  			"metadatas/cr/ListArtifactSubscriptionRule.json",
2025-08-20T19:15:56.7605325Z [00:02:03.191]➜  			"metadatas/cr/ListArtifactSubscriptionTask.json",
2025-08-20T19:15:56.7605591Z [00:02:03.191]➜  			"metadatas/cr/ListChain.json",
2025-08-20T19:15:56.7605898Z [00:02:03.191]➜  			"metadatas/cr/ListChainInstance.json",
2025-08-20T19:15:56.7606202Z [00:02:03.191]➜  			"metadatas/cr/ListChartNamespace.json",
2025-08-20T19:15:56.7606469Z [00:02:03.191]➜  			"metadatas/cr/ListChartRelease.json",
2025-08-20T19:15:56.7606765Z [00:02:03.191]➜  			"metadatas/cr/ListChartRepository.json",
2025-08-20T19:15:56.7607070Z [00:02:03.191]➜  			"metadatas/cr/ListEventCenterRecord.json",
2025-08-20T19:15:56.7607392Z [00:02:03.191]➜  			"metadatas/cr/ListEventCenterRuleName.json",
2025-08-20T19:15:56.7607666Z [00:02:03.191]➜  			"metadatas/cr/ListInstance.json",
2025-08-20T19:15:56.7607973Z [00:02:03.191]➜  			"metadatas/cr/ListInstanceEndpoint.json",
2025-08-20T19:15:56.7608270Z [00:02:03.191]➜  			"metadatas/cr/ListInstanceRegion.json",
2025-08-20T19:15:56.7608558Z [00:02:03.191]➜  			"metadatas/cr/ListNamespace.json",
2025-08-20T19:15:56.7609076Z [00:02:03.191]➜  			"metadatas/cr/ListRepoBuildRecord.json",
2025-08-20T19:15:56.7609447Z [00:02:03.191]➜  			"metadatas/cr/ListRepoBuildRecordLog.json",
2025-08-20T19:15:56.7609793Z [00:02:03.191]➜  			"metadatas/cr/ListRepoBuildRule.json",
2025-08-20T19:15:56.7610141Z [00:02:03.191]➜  			"metadatas/cr/ListRepoSyncRule.json",
2025-08-20T19:15:56.7610475Z [00:02:03.191]➜  			"metadatas/cr/ListRepoSyncTask.json",
2025-08-20T19:15:56.7610796Z [00:02:03.191]➜  			"metadatas/cr/ListRepoTag.json",
2025-08-20T19:15:56.7611164Z [00:02:03.191]➜  			"metadatas/cr/ListRepoTagScanResult.json",
2025-08-20T19:15:56.7611545Z [00:02:03.191]➜  			"metadatas/cr/ListRepoTrigger.json",
2025-08-20T19:15:56.7611876Z [00:02:03.191]➜  			"metadatas/cr/ListRepository.json",
2025-08-20T19:15:56.7612220Z [00:02:03.191]➜  			"metadatas/cr/ListScanBaselineByTask.json",
2025-08-20T19:15:56.7612929Z [00:02:03.191]➜  			"metadatas/cr/ListScanMaliciousFileByTask.json",
2025-08-20T19:15:56.7613270Z [00:02:03.191]➜  			"metadatas/cr/ListTagResources.json",
2025-08-20T19:15:56.7613592Z [00:02:03.191]➜  			"metadatas/cr/ResetLoginPassword.json",
2025-08-20T19:15:56.7613884Z [00:02:03.191]➜  			"metadatas/cr/TagResources.json",
2025-08-20T19:15:56.7614165Z [00:02:03.191]➜  			"metadatas/cr/UntagResources.json",
2025-08-20T19:15:56.7614509Z [00:02:03.191]➜  			"metadatas/cr/UpdateArtifactLifecycleRule.json",
2025-08-20T19:15:56.7614868Z [00:02:03.191]➜  			"metadatas/cr/UpdateArtifactSubscriptionRule.json",
2025-08-20T19:15:56.7615135Z [00:02:03.191]➜  			"metadatas/cr/UpdateChain.json",
2025-08-20T19:15:56.7615448Z [00:02:03.191]➜  			"metadatas/cr/UpdateChartNamespace.json",
2025-08-20T19:15:56.7615777Z [00:02:03.191]➜  			"metadatas/cr/UpdateChartRepository.json",
2025-08-20T19:15:56.7616088Z [00:02:03.191]➜  			"metadatas/cr/UpdateEventCenterRule.json",
2025-08-20T19:15:56.7616466Z [00:02:03.191]➜  			"metadatas/cr/UpdateInstanceEndpointStatus.json",
2025-08-20T19:15:56.7616763Z [00:02:03.191]➜  			"metadatas/cr/UpdateNamespace.json",
2025-08-20T19:15:56.7617095Z [00:02:03.191]➜  			"metadatas/cr/UpdateRepoBuildRule.json",
2025-08-20T19:15:56.7617468Z [00:02:03.191]➜  			"metadatas/cr/UpdateRepoSourceCodeRepo.json",
2025-08-20T19:15:56.7618053Z [00:02:03.191]➜  			"metadatas/cr/UpdateRepoTrigger.json",
2025-08-20T19:15:56.7618393Z [00:02:03.191]➜  			"metadatas/cr/UpdateRepository.json",
2025-08-20T19:15:56.7618719Z [00:02:03.191]➜  			"metadatas/cs/AttachInstances.json",
2025-08-20T19:15:56.7619097Z [00:02:03.191]➜  			"metadatas/cs/AttachInstancesToNodePool.json",
2025-08-20T19:15:56.7619432Z [00:02:03.191]➜  			"metadatas/cs/CancelClusterUpgrade.json",
2025-08-20T19:15:56.7619795Z [00:02:03.191]➜  			"metadatas/cs/CancelComponentUpgrade.json",
2025-08-20T19:15:56.7620126Z [00:02:03.191]➜  			"metadatas/cs/CancelOperationPlan.json",
2025-08-20T19:15:56.7620431Z [00:02:03.191]➜  			"metadatas/cs/CancelTask.json",
2025-08-20T19:15:56.7620811Z [00:02:03.191]➜  			"metadatas/cs/CheckControlPlaneLogEnable.json",
2025-08-20T19:15:56.7621149Z [00:02:03.191]➜  			"metadatas/cs/CheckServiceRole.json",
2025-08-20T19:15:56.7621536Z [00:02:03.191]➜  			"metadatas/cs/CleanClusterUserPermissions.json",
2025-08-20T19:15:56.7621886Z [00:02:03.191]➜  			"metadatas/cs/CleanUserPermissions.json",
2025-08-20T19:15:56.7622236Z [00:02:03.191]➜  			"metadatas/cs/CreateAutoscalingConfig.json",
2025-08-20T19:15:56.7622738Z [00:02:03.191]➜  			"metadatas/cs/CreateCluster.json",
2025-08-20T19:15:56.7623099Z [00:02:03.191]➜  			"metadatas/cs/CreateClusterDiagnosis.json",
2025-08-20T19:15:56.7623481Z [00:02:03.191]➜  			"metadatas/cs/CreateClusterInspectConfig.json",
2025-08-20T19:15:56.7623846Z [00:02:03.191]➜  			"metadatas/cs/CreateClusterNodePool.json",
2025-08-20T19:15:56.7624198Z [00:02:03.191]➜  			"metadatas/cs/CreateKubernetesTrigger.json",
2025-08-20T19:15:56.7624490Z [00:02:03.191]➜  			"metadatas/cs/CreateTemplate.json",
2025-08-20T19:15:56.7624793Z [00:02:03.191]➜  			"metadatas/cs/CreateTrigger.json",
2025-08-20T19:15:56.7625353Z [00:02:03.191]➜  			"metadatas/cs/DeleteAlertContact.json",
2025-08-20T19:15:56.7625763Z [00:02:03.191]➜  			"metadatas/cs/DeleteAlertContactGroup.json",
2025-08-20T19:15:56.7626089Z [00:02:03.191]➜  			"metadatas/cs/DeleteCluster.json",
2025-08-20T19:15:56.7626578Z [00:02:03.191]➜  			"metadatas/cs/DeleteClusterInspectConfig.json",
2025-08-20T19:15:56.7626924Z [00:02:03.191]➜  			"metadatas/cs/DeleteClusterNodepool.json",
2025-08-20T19:15:56.7627247Z [00:02:03.191]➜  			"metadatas/cs/DeleteClusterNodes.json",
2025-08-20T19:15:56.7627582Z [00:02:03.191]➜  			"metadatas/cs/DeleteKubernetesTrigger.json",
2025-08-20T19:15:56.7627921Z [00:02:03.191]➜  			"metadatas/cs/DeletePolicyInstance.json",
2025-08-20T19:15:56.7628217Z [00:02:03.191]➜  			"metadatas/cs/DeleteTemplate.json",
2025-08-20T19:15:56.7628509Z [00:02:03.191]➜  			"metadatas/cs/DeleteTrigger.json",
2025-08-20T19:15:56.7628845Z [00:02:03.191]➜  			"metadatas/cs/DeployPolicyInstance.json",
2025-08-20T19:15:56.7629145Z [00:02:03.191]➜  			"metadatas/cs/DescribeAddon.json",
2025-08-20T19:15:56.7629466Z [00:02:03.191]➜  			"metadatas/cs/DescribeAddons.json",
2025-08-20T19:15:56.7629852Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterAddonInstance.json",
2025-08-20T19:15:56.7630252Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterAddonMetadata.json",
2025-08-20T19:15:56.7630682Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterAddonUpgradeStatus.json",
2025-08-20T19:15:56.7631139Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterAddonsUpgradeStatus.json",
2025-08-20T19:15:56.7631546Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterAddonsVersion.json",
2025-08-20T19:15:56.7631946Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterAttachScripts.json",
2025-08-20T19:15:56.7632272Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterDetail.json",
2025-08-20T19:15:56.7632892Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterEvents.json",
2025-08-20T19:15:56.7633184Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterLogs.json",
2025-08-20T19:15:56.7633721Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterNodePoolDetail.json",
2025-08-20T19:15:56.7634059Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterNodePools.json",
2025-08-20T19:15:56.7634612Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterNodes.json",
2025-08-20T19:15:56.7634958Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterResources.json",
2025-08-20T19:15:56.7635276Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterTasks.json",
2025-08-20T19:15:56.7635653Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterUserKubeconfig.json",
2025-08-20T19:15:56.7636034Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterV2UserKubeconfig.json",
2025-08-20T19:15:56.7636358Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusterVuls.json",
2025-08-20T19:15:56.7636662Z [00:02:03.191]➜  			"metadatas/cs/DescribeClusters.json",
2025-08-20T19:15:56.7637030Z [00:02:03.191]➜  			"metadatas/cs/DescribeClustersForRegion.json",
2025-08-20T19:15:56.7637337Z [00:02:03.191]➜  			"metadatas/cs/DescribeClustersV1.json",
2025-08-20T19:15:56.7637633Z [00:02:03.191]➜  			"metadatas/cs/DescribeEvents.json",
2025-08-20T19:15:56.7637989Z [00:02:03.191]➜  			"metadatas/cs/DescribeEventsForRegion.json",
2025-08-20T19:15:56.7638339Z [00:02:03.191]➜  			"metadatas/cs/DescribeExternalAgent.json",
2025-08-20T19:15:56.7638769Z [00:02:03.191]➜  			"metadatas/cs/DescribeKubernetesVersionMetadata.json",
2025-08-20T19:15:56.7639074Z [00:02:03.191]➜  			"metadatas/cs/DescribeNodePoolVuls.json",
2025-08-20T19:15:56.7639382Z [00:02:03.191]➜  			"metadatas/cs/DescribePolicies.json",
2025-08-20T19:15:56.7639721Z [00:02:03.191]➜  			"metadatas/cs/DescribePolicyDetails.json",
2025-08-20T19:15:56.7640157Z [00:02:03.191]➜  			"metadatas/cs/DescribePolicyGovernanceInCluster.json",
2025-08-20T19:15:56.7640504Z [00:02:03.191]➜  			"metadatas/cs/DescribePolicyInstances.json",
2025-08-20T19:15:56.7640882Z [00:02:03.191]➜  			"metadatas/cs/DescribePolicyInstancesStatus.json",
2025-08-20T19:15:56.7641291Z [00:02:03.191]➜  			"metadatas/cs/DescribeResourcesDeleteProtection.json",
2025-08-20T19:15:56.7642017Z [00:02:03.191]➜  			"metadatas/cs/DescribeSubaccountK8sClusterUserConfig.json",
2025-08-20T19:15:56.7642342Z [00:02:03.192]➜  			"metadatas/cs/DescribeTaskInfo.json",
2025-08-20T19:15:56.7642899Z [00:02:03.192]➜  			"metadatas/cs/DescribeTemplateAttribute.json",
2025-08-20T19:15:56.7643223Z [00:02:03.192]➜  			"metadatas/cs/DescribeTemplates.json",
2025-08-20T19:15:56.7643545Z [00:02:03.192]➜  			"metadatas/cs/DescribeTrigger.json",
2025-08-20T19:15:56.7643922Z [00:02:03.192]➜  			"metadatas/cs/DescribeUserClusterNamespaces.json",
2025-08-20T19:15:56.7644260Z [00:02:03.192]➜  			"metadatas/cs/DescribeUserPermission.json",
2025-08-20T19:15:56.7644572Z [00:02:03.192]➜  			"metadatas/cs/DescribeUserQuota.json",
2025-08-20T19:15:56.7644887Z [00:02:03.192]➜  			"metadatas/cs/FixNodePoolVuls.json",
2025-08-20T19:15:56.7645242Z [00:02:03.192]➜  			"metadatas/cs/GetClusterAddonInstance.json",
2025-08-20T19:15:56.7645560Z [00:02:03.192]➜  			"metadatas/cs/GetClusterAuditProject.json",
2025-08-20T19:15:56.7645869Z [00:02:03.192]➜  			"metadatas/cs/GetClusterCheck.json",
2025-08-20T19:15:56.7646278Z [00:02:03.192]➜  			"metadatas/cs/GetClusterDiagnosisCheckItems.json",
2025-08-20T19:15:56.7646685Z [00:02:03.192]➜  			"metadatas/cs/GetClusterDiagnosisResult.json",
2025-08-20T19:15:56.7647045Z [00:02:03.192]➜  			"metadatas/cs/GetClusterInspectConfig.json",
2025-08-20T19:15:56.7647426Z [00:02:03.192]➜  			"metadatas/cs/GetClusterInspectReportDetail.json",
2025-08-20T19:15:56.7647772Z [00:02:03.192]➜  			"metadatas/cs/GetKubernetesTrigger.json",
2025-08-20T19:15:56.7648084Z [00:02:03.192]➜  			"metadatas/cs/GetUpgradeStatus.json",
2025-08-20T19:15:56.7648407Z [00:02:03.192]➜  			"metadatas/cs/GrantPermissions.json",
2025-08-20T19:15:56.7648748Z [00:02:03.192]➜  			"metadatas/cs/InstallClusterAddons.json",
2025-08-20T19:15:56.7649015Z [00:02:03.192]➜  			"metadatas/cs/ListAddons.json",
2025-08-20T19:15:56.7649393Z [00:02:03.192]➜  			"metadatas/cs/ListClusterAddonInstances.json",
2025-08-20T19:15:56.7649730Z [00:02:03.192]➜  			"metadatas/cs/ListClusterChecks.json",
2025-08-20T19:15:56.7650114Z [00:02:03.192]➜  			"metadatas/cs/ListClusterInspectReports.json",
2025-08-20T19:15:56.7650697Z [00:02:03.192]➜  			"metadatas/cs/ListClusterKubeconfigStates.json",
2025-08-20T19:15:56.7651022Z [00:02:03.192]➜  			"metadatas/cs/ListOperationPlans.json",
2025-08-20T19:15:56.7651325Z [00:02:03.192]➜  			"metadatas/cs/ListTagResources.json",
2025-08-20T19:15:56.7651676Z [00:02:03.192]➜  			"metadatas/cs/ListUserKubeConfigStates.json",
2025-08-20T19:15:56.7651960Z [00:02:03.192]➜  			"metadatas/cs/MigrateCluster.json",
2025-08-20T19:15:56.7652238Z [00:02:03.192]➜  			"metadatas/cs/ModifyCluster.json",
2025-08-20T19:15:56.7652717Z [00:02:03.192]➜  			"metadatas/cs/ModifyClusterAddon.json",
2025-08-20T19:15:56.7653141Z [00:02:03.192]➜  			"metadatas/cs/ModifyClusterNodePool.json",
2025-08-20T19:15:56.7653452Z [00:02:03.192]➜  			"metadatas/cs/ModifyClusterTags.json",
2025-08-20T19:15:56.7653825Z [00:02:03.192]➜  			"metadatas/cs/ModifyNodePoolNodeConfig.json",
2025-08-20T19:15:56.7654139Z [00:02:03.192]➜  			"metadatas/cs/ModifyPolicyInstance.json",
2025-08-20T19:15:56.7654470Z [00:02:03.192]➜  			"metadatas/cs/OpenAckService.json",
2025-08-20T19:15:56.7654801Z [00:02:03.192]➜  			"metadatas/cs/PauseClusterUpgrade.json",
2025-08-20T19:15:56.7655160Z [00:02:03.192]➜  			"metadatas/cs/PauseComponentUpgrade.json",
2025-08-20T19:15:56.7655452Z [00:02:03.192]➜  			"metadatas/cs/PauseTask.json",
2025-08-20T19:15:56.7655773Z [00:02:03.192]➜  			"metadatas/cs/RemoveNodePoolNodes.json",
2025-08-20T19:15:56.7656125Z [00:02:03.192]➜  			"metadatas/cs/RepairClusterNodePool.json",
2025-08-20T19:15:56.7656488Z [00:02:03.192]➜  			"metadatas/cs/ResumeComponentUpgrade.json",
2025-08-20T19:15:56.7656787Z [00:02:03.192]➜  			"metadatas/cs/ResumeTask.json",
2025-08-20T19:15:56.7657133Z [00:02:03.192]➜  			"metadatas/cs/ResumeUpgradeCluster.json",
2025-08-20T19:15:56.7657500Z [00:02:03.192]➜  			"metadatas/cs/RevokeK8sClusterKubeConfig.json",
2025-08-20T19:15:56.7658080Z [00:02:03.192]➜  			"metadatas/cs/RunClusterCheck.json",
2025-08-20T19:15:56.7658443Z [00:02:03.192]➜  			"metadatas/cs/RunClusterInspect.json",
2025-08-20T19:15:56.7658799Z [00:02:03.192]➜  			"metadatas/cs/ScaleClusterNodePool.json",
2025-08-20T19:15:56.7659083Z [00:02:03.192]➜  			"metadatas/cs/ScanClusterVuls.json",
2025-08-20T19:15:56.7659363Z [00:02:03.192]➜  			"metadatas/cs/StartAlert.json",
2025-08-20T19:15:56.7659642Z [00:02:03.192]➜  			"metadatas/cs/StopAlert.json",
2025-08-20T19:15:56.7659970Z [00:02:03.192]➜  			"metadatas/cs/SyncClusterNodePool.json",
2025-08-20T19:15:56.7660269Z [00:02:03.192]➜  			"metadatas/cs/TagResources.json",
2025-08-20T19:15:56.7660606Z [00:02:03.192]➜  			"metadatas/cs/UnInstallClusterAddons.json",
2025-08-20T19:15:56.7660890Z [00:02:03.192]➜  			"metadatas/cs/UntagResources.json",
2025-08-20T19:15:56.7661285Z [00:02:03.192]➜  			"metadatas/cs/UpdateClusterAuditLogConfig.json",
2025-08-20T19:15:56.7661688Z [00:02:03.192]➜  			"metadatas/cs/UpdateClusterInspectConfig.json",
2025-08-20T19:15:56.7662082Z [00:02:03.192]➜  			"metadatas/cs/UpdateContactGroupForAlert.json",
2025-08-20T19:15:56.7662587Z [00:02:03.192]➜  			"metadatas/cs/UpdateControlPlaneLog.json",
2025-08-20T19:15:56.7663049Z [00:02:03.192]➜  			"metadatas/cs/UpdateK8sClusterUserConfigExpire.json",
2025-08-20T19:15:56.7663478Z [00:02:03.192]➜  			"metadatas/cs/UpdateResourcesDeleteProtection.json",
2025-08-20T19:15:56.7663796Z [00:02:03.192]➜  			"metadatas/cs/UpdateTemplate.json",
2025-08-20T19:15:56.7664126Z [00:02:03.192]➜  			"metadatas/cs/UpdateUserPermissions.json",
2025-08-20T19:15:56.7664438Z [00:02:03.192]➜  			"metadatas/cs/UpgradeCluster.json",
2025-08-20T19:15:56.7664785Z [00:02:03.192]➜  			"metadatas/cs/UpgradeClusterAddons.json",
2025-08-20T19:15:56.7665148Z [00:02:03.192]➜  			"metadatas/cs/UpgradeClusterNodepool.json",
2025-08-20T19:15:56.7665544Z [00:02:03.192]➜  			"metadatas/csas/AttachApplication2Connector.json",
2025-08-20T19:15:56.7665958Z [00:02:03.192]➜  			"metadatas/csas/AttachPolicy2ApprovalProcess.json",
2025-08-20T19:15:56.7666314Z [00:02:03.192]➜  			"metadatas/csas/CreateApprovalProcess.json",
2025-08-20T19:15:56.7666963Z [00:02:03.192]➜  			"metadatas/csas/CreateClientUser.json",
2025-08-20T19:15:56.7667278Z [00:02:03.192]➜  			"metadatas/csas/CreateDynamicRoute.json",
2025-08-20T19:15:56.7667692Z [00:02:03.192]➜  			"metadatas/csas/CreateEnterpriseAcceleratePolicy.json",
2025-08-20T19:15:56.7668142Z [00:02:03.192]➜  			"metadatas/csas/CreateEnterpriseAccelerateTarget.json",
2025-08-20T19:15:56.7668499Z [00:02:03.192]➜  			"metadatas/csas/CreateIdpDepartment.json",
2025-08-20T19:15:56.7668912Z [00:02:03.192]➜  			"metadatas/csas/CreatePrivateAccessApplication.json",
2025-08-20T19:15:56.7669278Z [00:02:03.192]➜  			"metadatas/csas/CreatePrivateAccessPolicy.json",
2025-08-20T19:15:56.7669637Z [00:02:03.192]➜  			"metadatas/csas/CreatePrivateAccessTag.json",
2025-08-20T19:15:56.7670019Z [00:02:03.192]➜  			"metadatas/csas/CreateRegistrationPolicy.json",
2025-08-20T19:15:56.7670364Z [00:02:03.192]➜  			"metadatas/csas/CreateUserGroup.json",
2025-08-20T19:15:56.7670674Z [00:02:03.192]➜  			"metadatas/csas/CreateWmBaseImage.json",
2025-08-20T19:15:56.7671006Z [00:02:03.192]➜  			"metadatas/csas/CreateWmEmbedTask.json",
2025-08-20T19:15:56.7671325Z [00:02:03.192]➜  			"metadatas/csas/CreateWmExtractTask.json",
2025-08-20T19:15:56.7671664Z [00:02:03.192]➜  			"metadatas/csas/CreateWmInfoMapping.json",
2025-08-20T19:15:56.7672021Z [00:02:03.192]➜  			"metadatas/csas/DeleteApprovalProcesses.json",
2025-08-20T19:15:56.7672322Z [00:02:03.192]➜  			"metadatas/csas/DeleteClientUser.json",
2025-08-20T19:15:56.7672767Z [00:02:03.192]➜  			"metadatas/csas/DeleteDynamicRoute.json",
2025-08-20T19:15:56.7673217Z [00:02:03.192]➜  			"metadatas/csas/DeleteEnterpriseAcceleratePolicy.json",
2025-08-20T19:15:56.7673654Z [00:02:03.192]➜  			"metadatas/csas/DeleteEnterpriseAccelerateTarget.json",
2025-08-20T19:15:56.7673988Z [00:02:03.192]➜  			"metadatas/csas/DeleteIdpDepartment.json",
2025-08-20T19:15:56.7674670Z [00:02:03.192]➜  			"metadatas/csas/DeleteOtpConfig.json",
2025-08-20T19:15:56.7675233Z [00:02:03.192]➜  			"metadatas/csas/DeletePrivateAccessApplication.json",
2025-08-20T19:15:56.7675720Z [00:02:03.192]➜  			"metadatas/csas/DeletePrivateAccessPolicy.json",
2025-08-20T19:15:56.7676136Z [00:02:03.192]➜  			"metadatas/csas/DeletePrivateAccessTag.json",
2025-08-20T19:15:56.7676571Z [00:02:03.192]➜  			"metadatas/csas/DeleteRegistrationPolicies.json",
2025-08-20T19:15:56.7676921Z [00:02:03.192]➜  			"metadatas/csas/DeleteUserDevices.json",
2025-08-20T19:15:56.7677345Z [00:02:03.192]➜  			"metadatas/csas/DeleteUserGroup.json",
2025-08-20T19:15:56.7677759Z [00:02:03.192]➜  			"metadatas/csas/DetachApplication2Connector.json",
2025-08-20T19:15:56.7678222Z [00:02:03.192]➜  			"metadatas/csas/DetachPolicy2ApprovalProcess.json",
2025-08-20T19:15:56.7678679Z [00:02:03.192]➜  			"metadatas/csas/DisableEnterpriseAcceleratePolicy.json",
2025-08-20T19:15:56.7679115Z [00:02:03.192]➜  			"metadatas/csas/EnableEnterpriseAcceleratePolicy.json",
2025-08-20T19:15:56.7679449Z [00:02:03.192]➜  			"metadatas/csas/ExportUserDevices.json",
2025-08-20T19:15:56.7679788Z [00:02:03.192]➜  			"metadatas/csas/GetActiveIdpConfig.json",
2025-08-20T19:15:56.7680114Z [00:02:03.192]➜  			"metadatas/csas/GetApproval.json",
2025-08-20T19:15:56.7680412Z [00:02:03.192]➜  			"metadatas/csas/GetApprovalProcess.json",
2025-08-20T19:15:56.7680714Z [00:02:03.192]➜  			"metadatas/csas/GetApprovalSchema.json",
2025-08-20T19:15:56.7681127Z [00:02:03.192]➜  			"metadatas/csas/GetBootAndAntiUninstallPolicy.json",
2025-08-20T19:15:56.7681435Z [00:02:03.192]➜  			"metadatas/csas/GetClientUser.json",
2025-08-20T19:15:56.7681748Z [00:02:03.192]➜  			"metadatas/csas/GetDynamicRoute.json",
2025-08-20T19:15:56.7682033Z [00:02:03.192]➜  			"metadatas/csas/GetIdpConfig.json",
2025-08-20T19:15:56.7682552Z [00:02:03.192]➜  			"metadatas/csas/GetPrivateAccessApplication.json",
2025-08-20T19:15:56.7682934Z [00:02:03.192]➜  			"metadatas/csas/GetPrivateAccessPolicy.json",
2025-08-20T19:15:56.7683289Z [00:02:03.192]➜  			"metadatas/csas/GetRegistrationPolicy.json",
2025-08-20T19:15:56.7683606Z [00:02:03.192]➜  			"metadatas/csas/GetUserDevice.json",
2025-08-20T19:15:56.7684122Z [00:02:03.192]➜  			"metadatas/csas/GetUserGroup.json",
2025-08-20T19:15:56.7684446Z [00:02:03.192]➜  			"metadatas/csas/GetWmEmbedTask.json",
2025-08-20T19:15:56.7684768Z [00:02:03.192]➜  			"metadatas/csas/GetWmExtractTask.json",
2025-08-20T19:15:56.7685220Z [00:02:03.192]➜  			"metadatas/csas/ImportEnterpriseAccelerateTargets.json",
2025-08-20T19:15:56.7685708Z [00:02:03.192]➜  			"metadatas/csas/ListApplicationsForPrivateAccessPolicy.json",
2025-08-20T19:15:56.7686164Z [00:02:03.192]➜  			"metadatas/csas/ListApplicationsForPrivateAccessTag.json",
2025-08-20T19:15:56.7686517Z [00:02:03.192]➜  			"metadatas/csas/ListApprovalProcesses.json",
2025-08-20T19:15:56.7687035Z [00:02:03.192]➜  			"metadatas/csas/ListApprovalProcessesForApprovalSchemas.json",
2025-08-20T19:15:56.7687399Z [00:02:03.192]➜  			"metadatas/csas/ListApprovalSchemas.json",
2025-08-20T19:15:56.7687911Z [00:02:03.192]➜  			"metadatas/csas/ListApprovalSchemasForApprovalProcesses.json",
2025-08-20T19:15:56.7688252Z [00:02:03.192]➜  			"metadatas/csas/ListApprovals.json",
2025-08-20T19:15:56.7688566Z [00:02:03.192]➜  			"metadatas/csas/ListClientUsers.json",
2025-08-20T19:15:56.7688859Z [00:02:03.192]➜  			"metadatas/csas/ListConnectors.json",
2025-08-20T19:15:56.7689249Z [00:02:03.192]➜  			"metadatas/csas/ListDynamicDisposalProcesses.json",
2025-08-20T19:15:56.7689629Z [00:02:03.192]➜  			"metadatas/csas/ListDynamicRouteRegions.json",
2025-08-20T19:15:56.7689957Z [00:02:03.192]➜  			"metadatas/csas/ListDynamicRoutes.json",
2025-08-20T19:15:56.7690351Z [00:02:03.192]➜  			"metadatas/csas/ListEnterpriseAccelerateLogs.json",
2025-08-20T19:15:56.7690779Z [00:02:03.192]➜  			"metadatas/csas/ListEnterpriseAcceleratePolicies.json",
2025-08-20T19:15:56.7691221Z [00:02:03.192]➜  			"metadatas/csas/ListEnterpriseAccelerateTargets.json",
2025-08-20T19:15:56.7692045Z [00:02:03.192]➜  			"metadatas/csas/ListExcessiveDeviceRegistrationApplications.json",
2025-08-20T19:15:56.7692632Z [00:02:03.192]➜  			"metadatas/csas/ListIdpConfigs.json",
2025-08-20T19:15:56.7692991Z [00:02:03.192]➜  			"metadatas/csas/ListIdpDepartments.json",
2025-08-20T19:15:56.7693337Z [00:02:03.192]➜  			"metadatas/csas/ListNacUserCert.json",
2025-08-20T19:15:56.7693859Z [00:02:03.192]➜  			"metadatas/csas/ListPolicesForPrivateAccessApplication.json",
2025-08-20T19:15:56.7694328Z [00:02:03.192]➜  			"metadatas/csas/ListPolicesForPrivateAccessTag.json",
2025-08-20T19:15:56.7694751Z [00:02:03.192]➜  			"metadatas/csas/ListPolicesForUserGroup.json",
2025-08-20T19:15:56.7695155Z [00:02:03.192]➜  			"metadatas/csas/ListPopTrafficStatistics.json",
2025-08-20T19:15:56.7695584Z [00:02:03.192]➜  			"metadatas/csas/ListPrivateAccessApplications.json",
2025-08-20T19:15:56.7696150Z [00:02:03.192]➜  			"metadatas/csas/ListPrivateAccessApplicationsForDynamicRoute.json",
2025-08-20T19:15:56.7696641Z [00:02:03.192]➜  			"metadatas/csas/ListPrivateAccessPolices.json",
2025-08-20T19:15:56.7697075Z [00:02:03.192]➜  			"metadatas/csas/ListPrivateAccessTags.json",
2025-08-20T19:15:56.7697601Z [00:02:03.192]➜  			"metadatas/csas/ListPrivateAccessTagsForDynamicRoute.json",
2025-08-20T19:15:56.7697983Z [00:02:03.192]➜  			"metadatas/csas/ListRegistrationPolicies.json",
2025-08-20T19:15:56.7698440Z [00:02:03.192]➜  			"metadatas/csas/ListRegistrationPoliciesForUserGroup.json",
2025-08-20T19:15:56.7698805Z [00:02:03.192]➜  			"metadatas/csas/ListSoftwareForUserDevice.json",
2025-08-20T19:15:56.7699245Z [00:02:03.192]➜  			"metadatas/csas/ListTagsForPrivateAccessApplication.json",
2025-08-20T19:15:56.7699652Z [00:02:03.192]➜  			"metadatas/csas/ListTagsForPrivateAccessPolicy.json",
2025-08-20T19:15:56.7700088Z [00:02:03.192]➜  			"metadatas/csas/ListUninstallApplications.json",
2025-08-20T19:15:56.7700422Z [00:02:03.192]➜  			"metadatas/csas/ListUserApplications.json",
2025-08-20T19:15:56.7700735Z [00:02:03.192]➜  			"metadatas/csas/ListUserDevices.json",
2025-08-20T19:15:56.7701031Z [00:02:03.192]➜  			"metadatas/csas/ListUserGroups.json",
2025-08-20T19:15:56.7701666Z [00:02:03.192]➜  			"metadatas/csas/ListUserGroupsForPrivateAccessPolicy.json",
2025-08-20T19:15:56.7702101Z [00:02:03.192]➜  			"metadatas/csas/ListUserGroupsForRegistrationPolicy.json",
2025-08-20T19:15:56.7702659Z [00:02:03.192]➜  			"metadatas/csas/ListUserPrivateAccessPolicies.json",
2025-08-20T19:15:56.7702972Z [00:02:03.192]➜  			"metadatas/csas/ListUsers.json",
2025-08-20T19:15:56.7703301Z [00:02:03.192]➜  			"metadatas/csas/LookupWmInfoMapping.json",
2025-08-20T19:15:56.7703739Z [00:02:03.192]➜  			"metadatas/csas/ModifyEnterpriseAcceleratePolicy.json",
2025-08-20T19:15:56.7704064Z [00:02:03.192]➜  			"metadatas/csas/RevokeUserSession.json",
2025-08-20T19:15:56.7704419Z [00:02:03.192]➜  			"metadatas/csas/UpdateApprovalProcess.json",
2025-08-20T19:15:56.7704773Z [00:02:03.192]➜  			"metadatas/csas/UpdateApprovalStatus.json",
2025-08-20T19:15:56.7705242Z [00:02:03.192]➜  			"metadatas/csas/UpdateBootAndAntiUninstallPolicy.json",
2025-08-20T19:15:56.7705571Z [00:02:03.192]➜  			"metadatas/csas/UpdateClientUser.json",
2025-08-20T19:15:56.7705963Z [00:02:03.192]➜  			"metadatas/csas/UpdateClientUserPassword.json",
2025-08-20T19:15:56.7706318Z [00:02:03.192]➜  			"metadatas/csas/UpdateClientUserStatus.json",
2025-08-20T19:15:56.7706653Z [00:02:03.192]➜  			"metadatas/csas/UpdateDynamicRoute.json",
2025-08-20T19:15:56.7707268Z [00:02:03.192]➜  			"metadatas/csas/UpdateExcessiveDeviceRegistrationApplicationsStatus.json",
2025-08-20T19:15:56.7707622Z [00:02:03.192]➜  			"metadatas/csas/UpdateIdpDepartment.json",
2025-08-20T19:15:56.7707975Z [00:02:03.192]➜  			"metadatas/csas/UpdateNacUserCertStatus.json",
2025-08-20T19:15:56.7708396Z [00:02:03.192]➜  			"metadatas/csas/UpdatePrivateAccessApplication.json",
2025-08-20T19:15:56.7708781Z [00:02:03.192]➜  			"metadatas/csas/UpdatePrivateAccessPolicy.json",
2025-08-20T19:15:56.7709376Z [00:02:03.192]➜  			"metadatas/csas/UpdateRegistrationPolicy.json",
2025-08-20T19:15:56.7709842Z [00:02:03.192]➜  			"metadatas/csas/UpdateUninstallApplicationsStatus.json",
2025-08-20T19:15:56.7710276Z [00:02:03.192]➜  			"metadatas/csas/UpdateUserDevicesSharingStatus.json",
2025-08-20T19:15:56.7710630Z [00:02:03.192]➜  			"metadatas/csas/UpdateUserDevicesStatus.json",
2025-08-20T19:15:56.7710939Z [00:02:03.192]➜  			"metadatas/csas/UpdateUserGroup.json",
2025-08-20T19:15:56.7711289Z [00:02:03.192]➜  			"metadatas/csas/UpdateUsersStatus.json",
2025-08-20T19:15:56.7711590Z [00:02:03.192]➜  			"metadatas/das/AddHDMInstance.json",
2025-08-20T19:15:56.7711927Z [00:02:03.193]➜  			"metadatas/das/CreateCacheAnalysisJob.json",
2025-08-20T19:15:56.7712258Z [00:02:03.193]➜  			"metadatas/das/CreateCloudBenchTasks.json",
2025-08-20T19:15:56.7712803Z [00:02:03.193]➜  			"metadatas/das/CreateDiagnosticReport.json",
2025-08-20T19:15:56.7713205Z [00:02:03.193]➜  			"metadatas/das/CreateKillInstanceSessionTask.json",
2025-08-20T19:15:56.7713622Z [00:02:03.193]➜  			"metadatas/das/CreateLatestDeadLockAnalysis.json",
2025-08-20T19:15:56.7713957Z [00:02:03.193]➜  			"metadatas/das/CreateQueryOptimizeTag.json",
2025-08-20T19:15:56.7714581Z [00:02:03.193]➜  			"metadatas/das/CreateRequestDiagnosis.json",
2025-08-20T19:15:56.7714887Z [00:02:03.193]➜  			"metadatas/das/CreateSqlLogTask.json",
2025-08-20T19:15:56.7715257Z [00:02:03.193]➜  			"metadatas/das/CreateStorageAnalysisTask.json",
2025-08-20T19:15:56.7715581Z [00:02:03.196]➜  			"metadatas/das/DeleteCloudBenchTask.json",
2025-08-20T19:15:56.7715898Z [00:02:03.196]➜  			"metadatas/das/DeleteStopGateway.json",
2025-08-20T19:15:56.7716257Z [00:02:03.196]➜  			"metadatas/das/DescribeAutoScalingConfig.json",
2025-08-20T19:15:56.7716632Z [00:02:03.196]➜  			"metadatas/das/DescribeAutoScalingHistory.json",
2025-08-20T19:15:56.7716983Z [00:02:03.196]➜  			"metadatas/das/DescribeCacheAnalysisJob.json",
2025-08-20T19:15:56.7717363Z [00:02:03.196]➜  			"metadatas/das/DescribeCacheAnalysisJobs.json",
2025-08-20T19:15:56.7717743Z [00:02:03.196]➜  			"metadatas/das/DescribeCloudBenchTasks.json",
2025-08-20T19:15:56.7718093Z [00:02:03.196]➜  			"metadatas/das/DescribeCloudbenchTask.json",
2025-08-20T19:15:56.7718489Z [00:02:03.196]➜  			"metadatas/das/DescribeCloudbenchTaskConfig.json",
2025-08-20T19:15:56.7718876Z [00:02:03.196]➜  			"metadatas/das/DescribeDiagnosticReportList.json",
2025-08-20T19:15:56.7719211Z [00:02:03.196]➜  			"metadatas/das/DescribeErrorLogRecords.json",
2025-08-20T19:15:56.7719527Z [00:02:03.196]➜  			"metadatas/das/DescribeHotBigKeys.json",
2025-08-20T19:15:56.7719816Z [00:02:03.196]➜  			"metadatas/das/DescribeHotKeys.json",
2025-08-20T19:15:56.7720164Z [00:02:03.196]➜  			"metadatas/das/DescribeInstanceDasPro.json",
2025-08-20T19:15:56.7720504Z [00:02:03.196]➜  			"metadatas/das/DescribeQueryExplain.json",
2025-08-20T19:15:56.7720909Z [00:02:03.196]➜  			"metadatas/das/DescribeSlowLogHistogramAsync.json",
2025-08-20T19:15:56.7721472Z [00:02:03.196]➜  			"metadatas/das/DescribeSlowLogRecords.json",
2025-08-20T19:15:56.7721873Z [00:02:03.196]➜  			"metadatas/das/DescribeSlowLogStatistic.json",
2025-08-20T19:15:56.7722214Z [00:02:03.196]➜  			"metadatas/das/DescribeSqlLogConfig.json",
2025-08-20T19:15:56.7722797Z [00:02:03.196]➜  			"metadatas/das/DescribeSqlLogRecords.json",
2025-08-20T19:15:56.7723172Z [00:02:03.196]➜  			"metadatas/das/DescribeSqlLogStatistic.json",
2025-08-20T19:15:56.7723500Z [00:02:03.196]➜  			"metadatas/das/DescribeSqlLogTask.json",
2025-08-20T19:15:56.7723820Z [00:02:03.196]➜  			"metadatas/das/DescribeSqlLogTasks.json",
2025-08-20T19:15:56.7724141Z [00:02:03.196]➜  			"metadatas/das/DescribeTopBigKeys.json",
2025-08-20T19:15:56.7724451Z [00:02:03.196]➜  			"metadatas/das/DescribeTopHotKeys.json",
2025-08-20T19:15:56.7724917Z [00:02:03.196]➜  			"metadatas/das/DisableAllSqlConcurrencyControlRules.json",
2025-08-20T19:15:56.7725332Z [00:02:03.196]➜  			"metadatas/das/DisableAutoResourceOptimizeRules.json",
2025-08-20T19:15:56.7725701Z [00:02:03.196]➜  			"metadatas/das/DisableAutoThrottleRules.json",
2025-08-20T19:15:56.7725987Z [00:02:03.196]➜  			"metadatas/das/DisableDasPro.json",
2025-08-20T19:15:56.7726351Z [00:02:03.196]➜  			"metadatas/das/DisableInstanceDasConfig.json",
2025-08-20T19:15:56.7726731Z [00:02:03.196]➜  			"metadatas/das/DisableSqlConcurrencyControl.json",
2025-08-20T19:15:56.7727025Z [00:02:03.196]➜  			"metadatas/das/EnableDasPro.json",
2025-08-20T19:15:56.7727406Z [00:02:03.196]➜  			"metadatas/das/EnableSqlConcurrencyControl.json",
2025-08-20T19:15:56.7727812Z [00:02:03.196]➜  			"metadatas/das/GetAsyncErrorRequestListByCode.json",
2025-08-20T19:15:56.7728196Z [00:02:03.196]➜  			"metadatas/das/GetAsyncErrorRequestStatByCode.json",
2025-08-20T19:15:56.7728578Z [00:02:03.196]➜  			"metadatas/das/GetAsyncErrorRequestStatResult.json",
2025-08-20T19:15:56.7728950Z [00:02:03.196]➜  			"metadatas/das/GetAutoIncrementUsageStatistic.json",
2025-08-20T19:15:56.7729329Z [00:02:03.196]➜  			"metadatas/das/GetAutoResourceOptimizeRules.json",
2025-08-20T19:15:56.7729658Z [00:02:03.196]➜  			"metadatas/das/GetAutoThrottleRules.json",
2025-08-20T19:15:56.7730053Z [00:02:03.196]➜  			"metadatas/das/GetAutonomousNotifyEventContent.json",
2025-08-20T19:15:56.7730698Z [00:02:03.196]➜  			"metadatas/das/GetAutonomousNotifyEventsInRange.json",
2025-08-20T19:15:56.7731035Z [00:02:03.196]➜  			"metadatas/das/GetBlockingDetailList.json",
2025-08-20T19:15:56.7731459Z [00:02:03.196]➜  			"metadatas/das/GetDBInstanceConnectivityDiagnosis.json",
2025-08-20T19:15:56.7731782Z [00:02:03.196]➜  			"metadatas/das/GetDasProServiceUsage.json",
2025-08-20T19:15:56.7732083Z [00:02:03.196]➜  			"metadatas/das/GetDasSQLLogHotData.json",
2025-08-20T19:15:56.7732580Z [00:02:03.196]➜  			"metadatas/das/GetDeadLockDetail.json",
2025-08-20T19:15:56.7732938Z [00:02:03.196]➜  			"metadatas/das/GetDeadLockDetailList.json",
2025-08-20T19:15:56.7733274Z [00:02:03.196]➜  			"metadatas/das/GetDeadLockHistory.json",
2025-08-20T19:15:56.7733623Z [00:02:03.196]➜  			"metadatas/das/GetDeadlockHistogram.json",
2025-08-20T19:15:56.7733988Z [00:02:03.197]➜  			"metadatas/das/GetEndpointSwitchTask.json",
2025-08-20T19:15:56.7734340Z [00:02:03.197]➜  			"metadatas/das/GetErrorRequestSample.json",
2025-08-20T19:15:56.7734703Z [00:02:03.197]➜  			"metadatas/das/GetEventSubscription.json",
2025-08-20T19:15:56.7735194Z [00:02:03.197]➜  			"metadatas/das/GetFullRequestOriginStatByInstanceId.json",
2025-08-20T19:15:56.7735640Z [00:02:03.197]➜  			"metadatas/das/GetFullRequestSampleByInstanceId.json",
2025-08-20T19:15:56.7736120Z [00:02:03.197]➜  			"metadatas/das/GetFullRequestStatResultByInstanceId.json",
2025-08-20T19:15:56.7736549Z [00:02:03.197]➜  			"metadatas/das/GetHDMAliyunResourceSyncResult.json",
2025-08-20T19:15:56.7737013Z [00:02:03.197]➜  			"metadatas/das/GetHDMLastAliyunResourceSyncResult.json",
2025-08-20T19:15:56.7737352Z [00:02:03.197]➜  			"metadatas/das/GetInstanceInspections.json",
2025-08-20T19:15:56.7737730Z [00:02:03.197]➜  			"metadatas/das/GetInstanceMissingIndexList.json",
2025-08-20T19:15:56.7738371Z [00:02:03.197]➜  			"metadatas/das/GetInstanceSqlOptimizeStatistic.json",
2025-08-20T19:15:56.7738830Z [00:02:03.197]➜  			"metadatas/das/GetKillInstanceSessionTaskResult.json",
2025-08-20T19:15:56.7739173Z [00:02:03.197]➜  			"metadatas/das/GetMongoDBCurrentOp.json",
2025-08-20T19:15:56.7739527Z [00:02:03.197]➜  			"metadatas/das/GetMySQLAllSessionAsync.json",
2025-08-20T19:15:56.7739866Z [00:02:03.197]➜  			"metadatas/das/GetPartitionsHeatmap.json",
2025-08-20T19:15:56.7740205Z [00:02:03.197]➜  			"metadatas/das/GetPfsMetricTrends.json",
2025-08-20T19:15:56.7740518Z [00:02:03.197]➜  			"metadatas/das/GetPfsSqlSample.json",
2025-08-20T19:15:56.7740836Z [00:02:03.197]➜  			"metadatas/das/GetPfsSqlSummaries.json",
2025-08-20T19:15:56.7741209Z [00:02:03.197]➜  			"metadatas/das/GetQueryOptimizeDataStats.json",
2025-08-20T19:15:56.7741571Z [00:02:03.197]➜  			"metadatas/das/GetQueryOptimizeDataTop.json",
2025-08-20T19:15:56.7741943Z [00:02:03.197]➜  			"metadatas/das/GetQueryOptimizeDataTrend.json",
2025-08-20T19:15:56.7742533Z [00:02:03.197]➜  			"metadatas/das/GetQueryOptimizeExecErrorSample.json",
2025-08-20T19:15:56.7742957Z [00:02:03.197]➜  			"metadatas/das/GetQueryOptimizeExecErrorStats.json",
2025-08-20T19:15:56.7743348Z [00:02:03.197]➜  			"metadatas/das/GetQueryOptimizeRuleList.json",
2025-08-20T19:15:56.7743721Z [00:02:03.197]➜  			"metadatas/das/GetQueryOptimizeShareUrl.json",
2025-08-20T19:15:56.7744077Z [00:02:03.197]➜  			"metadatas/das/GetQueryOptimizeSolution.json",
2025-08-20T19:15:56.7744399Z [00:02:03.197]➜  			"metadatas/das/GetQueryOptimizeTag.json",
2025-08-20T19:15:56.7744739Z [00:02:03.197]➜  			"metadatas/das/GetRedisAllSession.json",
2025-08-20T19:15:56.7745099Z [00:02:03.197]➜  			"metadatas/das/GetRequestDiagnosisPage.json",
2025-08-20T19:15:56.7745483Z [00:02:03.197]➜  			"metadatas/das/GetRequestDiagnosisResult.json",
2025-08-20T19:15:56.7745939Z [00:02:03.197]➜  			"metadatas/das/GetRunningSqlConcurrencyControlRules.json",
2025-08-20T19:15:56.7746484Z [00:02:03.197]➜  			"metadatas/das/GetSqlConcurrencyControlKeywordsFromSqlText.json",
2025-08-20T19:15:56.7746934Z [00:02:03.197]➜  			"metadatas/das/GetSqlConcurrencyControlRulesHistory.json",
2025-08-20T19:15:56.7747525Z [00:02:03.197]➜  			"metadatas/das/GetSqlOptimizeAdvice.json",
2025-08-20T19:15:56.7747912Z [00:02:03.197]➜  			"metadatas/das/GetStorageAnalysisResult.json",
2025-08-20T19:15:56.7748268Z [00:02:03.197]➜  			"metadatas/das/KillInstanceAllSession.json",
2025-08-20T19:15:56.7748621Z [00:02:03.197]➜  			"metadatas/das/ModifyAutoScalingConfig.json",
2025-08-20T19:15:56.7748943Z [00:02:03.197]➜  			"metadatas/das/ModifySqlLogConfig.json",
2025-08-20T19:15:56.7749271Z [00:02:03.197]➜  			"metadatas/das/RunCloudBenchTask.json",
2025-08-20T19:15:56.7749607Z [00:02:03.197]➜  			"metadatas/das/SetEventSubscription.json",
2025-08-20T19:15:56.7750072Z [00:02:03.197]➜  			"metadatas/das/UpdateAutoResourceOptimizeRulesAsync.json",
2025-08-20T19:15:56.7750488Z [00:02:03.197]➜  			"metadatas/das/UpdateAutoSqlOptimizeStatus.json",
2025-08-20T19:15:56.7750904Z [00:02:03.197]➜  			"metadatas/das/UpdateAutoThrottleRulesAsync.json",
2025-08-20T19:15:56.7751332Z [00:02:03.197]➜  			"metadatas/dataworks-public/AbolishPipelineRun.json",
2025-08-20T19:15:56.7751865Z [00:02:03.197]➜  			"metadatas/dataworks-public/AddEntityIntoMetaCollection.json",
2025-08-20T19:15:56.7752594Z [00:02:03.197]➜  			"metadatas/dataworks-public/AssociateProjectToResourceGroup.json",
2025-08-20T19:15:56.7753200Z [00:02:03.197]➜  			"metadatas/dataworks-public/AttachDataQualityRulesToEvaluationTask.json",
2025-08-20T19:15:56.7753608Z [00:02:03.197]➜  			"metadatas/dataworks-public/BatchUpdateTasks.json",
2025-08-20T19:15:56.7754000Z [00:02:03.197]➜  			"metadatas/dataworks-public/CloneDataSource.json",
2025-08-20T19:15:56.7754399Z [00:02:03.197]➜  			"metadatas/dataworks-public/CreateAlertRule.json",
2025-08-20T19:15:56.7754770Z [00:02:03.197]➜  			"metadatas/dataworks-public/CreateBusiness.json",
2025-08-20T19:15:56.7755400Z [00:02:03.197]➜  			"metadatas/dataworks-public/CreateDIAlarmRule.json",
2025-08-20T19:15:56.7755810Z [00:02:03.197]➜  			"metadatas/dataworks-public/CreateDIJob.json",
2025-08-20T19:15:56.7756251Z [00:02:03.197]➜  			"metadatas/dataworks-public/CreateDataAssetTag.json",
2025-08-20T19:15:56.7756754Z [00:02:03.197]➜  			"metadatas/dataworks-public/CreateDataQualityAlertRule.json",
2025-08-20T19:15:56.7757296Z [00:02:03.197]➜  			"metadatas/dataworks-public/CreateDataQualityEvaluationTask.json",
2025-08-20T19:15:56.7758167Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateDataQualityEvaluationTaskInstance.json",
2025-08-20T19:15:56.7771056Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateDataQualityRule.json",
2025-08-20T19:15:56.7771714Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateDataQualityRuleTemplate.json",
2025-08-20T19:15:56.7772190Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateDataQualityScan.json",
2025-08-20T19:15:56.7772845Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateDataQualityScanRun.json",
2025-08-20T19:15:56.7773424Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateDataQualityTemplate.json",
2025-08-20T19:15:56.7773949Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateDataSource.json",
2025-08-20T19:15:56.7774462Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateDataSourceSharedRule.json",
2025-08-20T19:15:56.7774822Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateFile.json",
2025-08-20T19:15:56.7775194Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateFolder.json",
2025-08-20T19:15:56.7775568Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateFunction.json",
2025-08-20T19:15:56.7776053Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateLineageRelationship.json",
2025-08-20T19:15:56.7776478Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateMetaCollection.json",
2025-08-20T19:15:56.7776884Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateNetwork.json",
2025-08-20T19:15:56.7777227Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateNode.json",
2025-08-20T19:15:56.7777636Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreatePipelineRun.json",
2025-08-20T19:15:56.7778004Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateProject.json",
2025-08-20T19:15:56.7778683Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateProjectMember.json",
2025-08-20T19:15:56.7779067Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateResource.json",
2025-08-20T19:15:56.7779490Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateResourceFile.json",
2025-08-20T19:15:56.7779946Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateResourceGroup.json",
2025-08-20T19:15:56.7780325Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateRoute.json",
2025-08-20T19:15:56.7780707Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateUdfFile.json",
2025-08-20T19:15:56.7781176Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateWorkflowDefinition.json",
2025-08-20T19:15:56.7781643Z [00:02:03.201]➜  			"metadatas/dataworks-public/CreateWorkflowInstances.json",
2025-08-20T19:15:56.7782069Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteAlertRule.json",
2025-08-20T19:15:56.7782651Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteBusiness.json",
2025-08-20T19:15:56.7783081Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteCertificate.json",
2025-08-20T19:15:56.7783498Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteDIAlarmRule.json",
2025-08-20T19:15:56.7783867Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteDIJob.json",
2025-08-20T19:15:56.7784279Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteDataAssetTag.json",
2025-08-20T19:15:56.7784768Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteDataQualityAlertRule.json",
2025-08-20T19:15:56.7785302Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteDataQualityEvaluationTask.json",
2025-08-20T19:15:56.7785736Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteDataQualityRule.json",
2025-08-20T19:15:56.7786480Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteDataQualityRuleTemplate.json",
2025-08-20T19:15:56.7787009Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteDataQualityScan.json",
2025-08-20T19:15:56.7787515Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteDataQualityTemplate.json",
2025-08-20T19:15:56.7787939Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteDataSource.json",
2025-08-20T19:15:56.7788426Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteDataSourceSharedRule.json",
2025-08-20T19:15:56.7788758Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteFile.json",
2025-08-20T19:15:56.7789126Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteFolder.json",
2025-08-20T19:15:56.7789473Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteFunction.json",
2025-08-20T19:15:56.7789906Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteLineageRelationship.json",
2025-08-20T19:15:56.7790285Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteMetaCollection.json",
2025-08-20T19:15:56.7790641Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteNetwork.json",
2025-08-20T19:15:56.7790958Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteNode.json",
2025-08-20T19:15:56.7791313Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteProject.json",
2025-08-20T19:15:56.7791690Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteProjectMember.json",
2025-08-20T19:15:56.7792063Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteResource.json",
2025-08-20T19:15:56.7792604Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteResourceGroup.json",
2025-08-20T19:15:56.7792969Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteRoute.json",
2025-08-20T19:15:56.7793304Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteTask.json",
2025-08-20T19:15:56.7793673Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteWorkflow.json",
2025-08-20T19:15:56.7794120Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeleteWorkflowDefinition.json",
2025-08-20T19:15:56.7794481Z [00:02:03.201]➜  			"metadatas/dataworks-public/DeployFile.json",
2025-08-20T19:15:56.7795121Z [00:02:03.201]➜  			"metadatas/dataworks-public/DetachDataQualityRulesFromEvaluationTask.json",
2025-08-20T19:15:56.7795962Z [00:02:03.201]➜  			"metadatas/dataworks-public/DissociateProjectFromResourceGroup.json",
2025-08-20T19:15:56.7796514Z [00:02:03.202]➜  			"metadatas/dataworks-public/EstablishRelationTableToBusiness.json",
2025-08-20T19:15:56.7796973Z [00:02:03.202]➜  			"metadatas/dataworks-public/ExecPipelineRunStage.json",
2025-08-20T19:15:56.7797470Z [00:02:03.202]➜  			"metadatas/dataworks-public/ExecuteAdhocWorkflowInstance.json",
2025-08-20T19:15:56.7797862Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetAlertRule.json",
2025-08-20T19:15:56.7798240Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetBusiness.json",
2025-08-20T19:15:56.7798611Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetCatalog.json",
2025-08-20T19:15:56.7798996Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetCertificate.json",
2025-08-20T19:15:56.7799369Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetColumn.json",
2025-08-20T19:15:56.7799973Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetCreateWorkflowInstancesResult.json",
2025-08-20T19:15:56.7800365Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDIJob.json",
2025-08-20T19:15:56.7800736Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDIJobLog.json",
2025-08-20T19:15:56.7801192Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDataQualityAlertRule.json",
2025-08-20T19:15:56.7801681Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDataQualityEvaluationTask.json",
2025-08-20T19:15:56.7802231Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDataQualityEvaluationTaskInstance.json",
2025-08-20T19:15:56.7846268Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDataQualityRule.json",
2025-08-20T19:15:56.7846901Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDataQualityRuleTemplate.json",
2025-08-20T19:15:56.7847348Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDataQualityScan.json",
2025-08-20T19:15:56.7848077Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDataQualityScanRun.json",
2025-08-20T19:15:56.7848595Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDataQualityScanRunLog.json",
2025-08-20T19:15:56.7849062Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDataQualityTemplate.json",
2025-08-20T19:15:56.7849447Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDataSource.json",
2025-08-20T19:15:56.7849802Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDatabase.json",
2025-08-20T19:15:56.7850227Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetDeploymentPackage.json",
2025-08-20T19:15:56.7850582Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetFile.json",
2025-08-20T19:15:56.7850965Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetFileVersion.json",
2025-08-20T19:15:56.7851313Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetFolder.json",
2025-08-20T19:15:56.7851667Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetFunction.json",
2025-08-20T19:15:56.7852074Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetIDEEventDetail.json",
2025-08-20T19:15:56.7852717Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetJobStatus.json",
2025-08-20T19:15:56.7853212Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetLineageRelationship.json",
2025-08-20T19:15:56.7853625Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetMetaCollection.json",
2025-08-20T19:15:56.7853983Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetNetwork.json",
2025-08-20T19:15:56.7854314Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetNode.json",
2025-08-20T19:15:56.7854658Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetPartition.json",
2025-08-20T19:15:56.7855031Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetPipelineRun.json",
2025-08-20T19:15:56.7855372Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetProject.json",
2025-08-20T19:15:56.7882724Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetProjectMember.json",
2025-08-20T19:15:56.7883238Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetProjectRole.json",
2025-08-20T19:15:56.7883795Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetRerunWorkflowInstancesResult.json",
2025-08-20T19:15:56.7884420Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetResource.json",
2025-08-20T19:15:56.7884813Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetResourceGroup.json",
2025-08-20T19:15:56.7885145Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetRoute.json",
2025-08-20T19:15:56.7885474Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetSchema.json",
2025-08-20T19:15:56.7885787Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetTable.json",
2025-08-20T19:15:56.7886096Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetTask.json",
2025-08-20T19:15:56.7886458Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetTaskInstance.json",
2025-08-20T19:15:56.7886839Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetTaskInstanceLog.json",
2025-08-20T19:15:56.7887173Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetWorkflow.json",
2025-08-20T19:15:56.7887758Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetWorkflowDefinition.json",
2025-08-20T19:15:56.7888200Z [00:02:03.202]➜  			"metadatas/dataworks-public/GetWorkflowInstance.json",
2025-08-20T19:15:56.7888647Z [00:02:03.202]➜  			"metadatas/dataworks-public/GrantMemberProjectRoles.json",
2025-08-20T19:15:56.7889029Z [00:02:03.202]➜  			"metadatas/dataworks-public/ImportCertificate.json",
2025-08-20T19:15:56.7889482Z [00:02:03.202]➜  			"metadatas/dataworks-public/ImportWorkflowDefinition.json",
2025-08-20T19:15:56.7889841Z [00:02:03.202]➜  			"metadatas/dataworks-public/ListAlertRules.json",
2025-08-20T19:15:56.7890200Z [00:02:03.202]➜  			"metadatas/dataworks-public/ListBusiness.json",
2025-08-20T19:15:56.7890544Z [00:02:03.202]➜  			"metadatas/dataworks-public/ListCatalogs.json",
2025-08-20T19:15:56.7890924Z [00:02:03.202]➜  			"metadatas/dataworks-public/ListCertificates.json",
2025-08-20T19:15:56.7891263Z [00:02:03.202]➜  			"metadatas/dataworks-public/ListColumns.json",
2025-08-20T19:15:56.7891828Z [00:02:03.202]➜  			"metadatas/dataworks-public/ListCrawlerTypes.json",
2025-08-20T19:15:56.7892199Z [00:02:03.202]➜  			"metadatas/dataworks-public/ListDIAlarmRules.json",
2025-08-20T19:15:56.7892833Z [00:02:03.202]➜  			"metadatas/dataworks-public/ListDIJobEvents.json",
2025-08-20T19:15:56.7893209Z [00:02:03.202]➜  			"metadatas/dataworks-public/ListDIJobMetrics.json",
2025-08-20T19:15:56.7893586Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDIJobRunDetails.json",
2025-08-20T19:15:56.7893896Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDIJobs.json",
2025-08-20T19:15:56.7894249Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDataAssetTags.json",
2025-08-20T19:15:56.7894579Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDataAssets.json",
2025-08-20T19:15:56.7894998Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDataQualityAlertRules.json",
2025-08-20T19:15:56.7895526Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDataQualityEvaluationTaskInstances.json",
2025-08-20T19:15:56.7895995Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDataQualityEvaluationTasks.json",
2025-08-20T19:15:56.7896359Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDataQualityResults.json",
2025-08-20T19:15:56.7896796Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDataQualityRuleTemplates.json",
2025-08-20T19:15:56.7897169Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDataQualityRules.json",
2025-08-20T19:15:56.7897553Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDataQualityScanRuns.json",
2025-08-20T19:15:56.7897910Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDataQualityScans.json",
2025-08-20T19:15:56.7898342Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDataQualityTemplates.json",
2025-08-20T19:15:56.7898792Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDataSourceSharedRules.json",
2025-08-20T19:15:56.7899148Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDataSources.json",
2025-08-20T19:15:56.7899497Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDatabases.json",
2025-08-20T19:15:56.7899988Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDeploymentPackageFiles.json",
2025-08-20T19:15:56.7900571Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDeploymentPackages.json",
2025-08-20T19:15:56.7901016Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDownstreamTaskInstances.json",
2025-08-20T19:15:56.7901373Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListDownstreamTasks.json",
2025-08-20T19:15:56.7901816Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListEntitiesInMetaCollection.json",
2025-08-20T19:15:56.7902159Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListFileVersions.json",
2025-08-20T19:15:56.7902632Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListFiles.json",
2025-08-20T19:15:56.7902948Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListFolders.json",
2025-08-20T19:15:56.7903267Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListFunctions.json",
2025-08-20T19:15:56.7903688Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListLineageRelationships.json",
2025-08-20T19:15:56.7904020Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListLineages.json",
2025-08-20T19:15:56.7904404Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListMetaCollections.json",
2025-08-20T19:15:56.7904727Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListNetworks.json",
2025-08-20T19:15:56.7905110Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListNodeDependencies.json",
2025-08-20T19:15:56.7905433Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListNodes.json",
2025-08-20T19:15:56.7905828Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListPartitions.json",
2025-08-20T19:15:56.7932661Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListPipelineRunItems.json",
2025-08-20T19:15:56.7933188Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListPipelineRuns.json",
2025-08-20T19:15:56.7933607Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListProjectMembers.json",
2025-08-20T19:15:56.7934240Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListProjectRoles.json",
2025-08-20T19:15:56.7934620Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListProjects.json",
2025-08-20T19:15:56.7935045Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListResourceGroups.json",
2025-08-20T19:15:56.7935421Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListResources.json",
2025-08-20T19:15:56.7935798Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListRoutes.json",
2025-08-20T19:15:56.7936175Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListSchemas.json",
2025-08-20T19:15:56.7936558Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListTables.json",
2025-08-20T19:15:56.7937075Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListTaskInstanceOperationLogs.json",
2025-08-20T19:15:56.7937502Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListTaskInstances.json",
2025-08-20T19:15:56.7937937Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListTaskOperationLogs.json",
2025-08-20T19:15:56.7938284Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListTasks.json",
2025-08-20T19:15:56.7938777Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListUpstreamTaskInstances.json",
2025-08-20T19:15:56.7939161Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListUpstreamTasks.json",
2025-08-20T19:15:56.7939652Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListWorkflowDefinitions.json",
2025-08-20T19:15:56.7940075Z [00:02:03.203]➜  			"metadatas/dataworks-public/ListWorkflowInstances.json",
2025-08-20T19:15:56.7940467Z [00:02:03.204]➜  			"metadatas/dataworks-public/ListWorkflows.json",
2025-08-20T19:15:56.7940827Z [00:02:03.204]➜  			"metadatas/dataworks-public/MoveFunction.json",
2025-08-20T19:15:56.7941186Z [00:02:03.204]➜  			"metadatas/dataworks-public/MoveNode.json",
2025-08-20T19:15:56.7941564Z [00:02:03.204]➜  			"metadatas/dataworks-public/MoveResource.json",
2025-08-20T19:15:56.7942021Z [00:02:03.204]➜  			"metadatas/dataworks-public/MoveWorkflowDefinition.json",
2025-08-20T19:15:56.7942704Z [00:02:03.204]➜  			"metadatas/dataworks-public/RemoveEntityFromMetaCollection.json",
2025-08-20T19:15:56.7943271Z [00:02:03.204]➜  			"metadatas/dataworks-public/RemoveTaskInstanceDependencies.json",
2025-08-20T19:15:56.7943887Z [00:02:03.204]➜  			"metadatas/dataworks-public/RenameFunction.json",
2025-08-20T19:15:56.7944263Z [00:02:03.204]➜  			"metadatas/dataworks-public/RenameNode.json",
2025-08-20T19:15:56.7944639Z [00:02:03.204]➜  			"metadatas/dataworks-public/RenameResource.json",
2025-08-20T19:15:56.7945115Z [00:02:03.204]➜  			"metadatas/dataworks-public/RenameWorkflowDefinition.json",
2025-08-20T19:15:56.7945517Z [00:02:03.204]➜  			"metadatas/dataworks-public/RerunTaskInstances.json",
2025-08-20T19:15:56.7945979Z [00:02:03.204]➜  			"metadatas/dataworks-public/RerunWorkflowInstances.json",
2025-08-20T19:15:56.7946381Z [00:02:03.204]➜  			"metadatas/dataworks-public/ResumeTaskInstances.json",
2025-08-20T19:15:56.7946823Z [00:02:03.204]➜  			"metadatas/dataworks-public/RevokeMemberProjectRoles.json",
2025-08-20T19:15:56.7947294Z [00:02:03.204]➜  			"metadatas/dataworks-public/SetSuccessTaskInstances.json",
2025-08-20T19:15:56.7947677Z [00:02:03.204]➜  			"metadatas/dataworks-public/StartDIJob.json",
2025-08-20T19:15:56.7948130Z [00:02:03.204]➜  			"metadatas/dataworks-public/StartWorkflowInstances.json",
2025-08-20T19:15:56.7948500Z [00:02:03.204]➜  			"metadatas/dataworks-public/StopDIJob.json",
2025-08-20T19:15:56.7948868Z [00:02:03.204]➜  			"metadatas/dataworks-public/StopTaskInstances.json",
2025-08-20T19:15:56.7949297Z [00:02:03.204]➜  			"metadatas/dataworks-public/StopWorkflowInstances.json",
2025-08-20T19:15:56.7949630Z [00:02:03.204]➜  			"metadatas/dataworks-public/SubmitFile.json",
2025-08-20T19:15:56.7950078Z [00:02:03.204]➜  			"metadatas/dataworks-public/SuspendTaskInstances.json",
2025-08-20T19:15:56.7950447Z [00:02:03.204]➜  			"metadatas/dataworks-public/TagDataAssets.json",
2025-08-20T19:15:56.7950929Z [00:02:03.204]➜  			"metadatas/dataworks-public/TestDataSourceConnectivity.json",
2025-08-20T19:15:56.7951647Z [00:02:03.204]➜  			"metadatas/dataworks-public/TriggerSchedulerTaskInstance.json",
2025-08-20T19:15:56.7952090Z [00:02:03.204]➜  			"metadatas/dataworks-public/UnTagDataAssets.json",
2025-08-20T19:15:56.7952657Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateAlertRule.json",
2025-08-20T19:15:56.7953230Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateBusiness.json",
2025-08-20T19:15:56.7953729Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateColumnBusinessMetadata.json",
2025-08-20T19:15:56.7957441Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateDIAlarmRule.json",
2025-08-20T19:15:56.7957910Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateDIJob.json",
2025-08-20T19:15:56.7960672Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateDataAssetTag.json",
2025-08-20T19:15:56.7961177Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateDataQualityAlertRule.json",
2025-08-20T19:15:56.7961688Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateDataQualityEvaluationTask.json",
2025-08-20T19:15:56.7962136Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateDataQualityRule.json",
2025-08-20T19:15:56.7962795Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateDataQualityRuleTemplate.json",
2025-08-20T19:15:56.7963224Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateDataQualityScan.json",
2025-08-20T19:15:56.7963660Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateDataQualityTemplate.json",
2025-08-20T19:15:56.7964023Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateDataSource.json",
2025-08-20T19:15:56.7964354Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateFile.json",
2025-08-20T19:15:56.7964692Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateFolder.json",
2025-08-20T19:15:56.7965048Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateFunction.json",
2025-08-20T19:15:56.7965436Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateIDEEventResult.json",
2025-08-20T19:15:56.7965826Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateMetaCollection.json",
2025-08-20T19:15:56.7966165Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateNode.json",
2025-08-20T19:15:56.7966569Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateProject.json",
2025-08-20T19:15:56.7967164Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateResource.json",
2025-08-20T19:15:56.7967563Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateResourceGroup.json",
2025-08-20T19:15:56.7967901Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateRoute.json",
2025-08-20T19:15:56.7968376Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateTableBusinessMetadata.json",
2025-08-20T19:15:56.7968750Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateTask.json",
2025-08-20T19:15:56.7969202Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateTaskInstances.json",
2025-08-20T19:15:56.7969632Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateUdfFile.json",
2025-08-20T19:15:56.7970056Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateWorkflow.json",
2025-08-20T19:15:56.7970562Z [00:02:03.204]➜  			"metadatas/dataworks-public/UpdateWorkflowDefinition.json",
2025-08-20T19:15:56.7970899Z [00:02:03.204]➜  			"metadatas/dbs/ConfigureBackupPlan.json",
2025-08-20T19:15:56.7971287Z [00:02:03.204]➜  			"metadatas/dbs/CreateAndStartBackupPlan.json",
2025-08-20T19:15:56.7971612Z [00:02:03.204]➜  			"metadatas/dbs/CreateBackupPlan.json",
2025-08-20T19:15:56.7972000Z [00:02:03.204]➜  			"metadatas/dbs/CreateFullBackupSetDownload.json",
2025-08-20T19:15:56.7972625Z [00:02:03.204]➜  			"metadatas/dbs/CreateGetDBListFromAgentTask.json",
2025-08-20T19:15:56.7973038Z [00:02:03.204]➜  			"metadatas/dbs/CreateIncrementBackupSetDownload.json",
2025-08-20T19:15:56.7973340Z [00:02:03.204]➜  			"metadatas/dbs/CreateRestoreTask.json",
2025-08-20T19:15:56.7973685Z [00:02:03.204]➜  			"metadatas/dbs/DescribeBackupGatewayList.json",
2025-08-20T19:15:56.7974039Z [00:02:03.204]➜  			"metadatas/dbs/DescribeBackupPlanBilling.json",
2025-08-20T19:15:56.7974365Z [00:02:03.204]➜  			"metadatas/dbs/DescribeBackupPlanList.json",
2025-08-20T19:15:56.7974962Z [00:02:03.204]➜  			"metadatas/dbs/DescribeBackupSetDownloadTaskList.json",
2025-08-20T19:15:56.7975280Z [00:02:03.204]➜  			"metadatas/dbs/DescribeDLAService.json",
2025-08-20T19:15:56.7975635Z [00:02:03.204]➜  			"metadatas/dbs/DescribeFullBackupList.json",
2025-08-20T19:15:56.7975996Z [00:02:03.204]➜  			"metadatas/dbs/DescribeIncrementBackupList.json",
2025-08-20T19:15:56.7976319Z [00:02:03.204]➜  			"metadatas/dbs/DescribeJobErrorCode.json",
2025-08-20T19:15:56.7976646Z [00:02:03.204]➜  			"metadatas/dbs/DescribeNodeCidrList.json",
2025-08-20T19:15:56.7977041Z [00:02:03.204]➜  			"metadatas/dbs/DescribePreCheckProgressList.json",
2025-08-20T19:15:56.7977342Z [00:02:03.204]➜  			"metadatas/dbs/DescribeRegions.json",
2025-08-20T19:15:56.7977708Z [00:02:03.204]➜  			"metadatas/dbs/DescribeRestoreRangeInfo.json",
2025-08-20T19:15:56.7978050Z [00:02:03.204]➜  			"metadatas/dbs/DescribeRestoreTaskList.json",
2025-08-20T19:15:56.7978384Z [00:02:03.204]➜  			"metadatas/dbs/DisableBackupLog.json",
2025-08-20T19:15:56.7978716Z [00:02:03.204]➜  			"metadatas/dbs/EnableBackupLog.json",
2025-08-20T19:15:56.7979033Z [00:02:03.204]➜  			"metadatas/dbs/GetDBListFromAgent.json",
2025-08-20T19:15:56.7979457Z [00:02:03.204]➜  			"metadatas/dbs/InitializeDbsServiceLinkedRole.json",
2025-08-20T19:15:56.7979782Z [00:02:03.204]➜  			"metadatas/dbs/ModifyBackupObjects.json",
2025-08-20T19:15:56.7980115Z [00:02:03.204]➜  			"metadatas/dbs/ModifyBackupPlanName.json",
2025-08-20T19:15:56.7980504Z [00:02:03.204]➜  			"metadatas/dbs/ModifyBackupSetDownloadRules.json",
2025-08-20T19:15:56.7980887Z [00:02:03.204]➜  			"metadatas/dbs/ModifyBackupSourceEndpoint.json",
2025-08-20T19:15:56.7981208Z [00:02:03.204]➜  			"metadatas/dbs/ModifyBackupStrategy.json",
2025-08-20T19:15:56.7981553Z [00:02:03.204]➜  			"metadatas/dbs/ModifyStorageStrategy.json",
2025-08-20T19:15:56.7981865Z [00:02:03.204]➜  			"metadatas/dbs/ReleaseBackupPlan.json",
2025-08-20T19:15:56.7982182Z [00:02:03.204]➜  			"metadatas/dbs/RenewBackupPlan.json",
2025-08-20T19:15:56.7982759Z [00:02:03.204]➜  			"metadatas/dbs/StartBackupPlan.json",
2025-08-20T19:15:56.7983142Z [00:02:03.204]➜  			"metadatas/dbs/StartRestoreTask.json",
2025-08-20T19:15:56.7983911Z [00:02:03.204]➜  			"metadatas/dbs/StopBackupPlan.json",
2025-08-20T19:15:56.7984298Z [00:02:03.204]➜  			"metadatas/dbs/UpgradeBackupPlan.json",
2025-08-20T19:15:56.7984639Z [00:02:03.204]➜  			"metadatas/dcdn/AddDcdnDomain.json",
2025-08-20T19:15:56.7984981Z [00:02:03.204]➜  			"metadatas/dcdn/AddDcdnIpaDomain.json",
2025-08-20T19:15:56.7985311Z [00:02:03.204]➜  			"metadatas/dcdn/BatchAddDcdnDomain.json",
2025-08-20T19:15:56.7985690Z [00:02:03.204]➜  			"metadatas/dcdn/BatchCreateDcdnWafRules.json",
2025-08-20T19:15:56.7986089Z [00:02:03.204]➜  			"metadatas/dcdn/BatchDeleteDcdnDomainConfigs.json",
2025-08-20T19:15:56.7986451Z [00:02:03.204]➜  			"metadatas/dcdn/BatchDeleteDcdnKv.json",
2025-08-20T19:15:56.7986899Z [00:02:03.204]➜  			"metadatas/dcdn/BatchDeleteDcdnKvWithHighCapacity.json",
2025-08-20T19:15:56.7987299Z [00:02:03.204]➜  			"metadatas/dcdn/BatchDeleteDcdnWafRules.json",
2025-08-20T19:15:56.7987673Z [00:02:03.204]➜  			"metadatas/dcdn/BatchModifyDcdnWafRules.json",
2025-08-20T19:15:56.7988029Z [00:02:03.204]➜  			"metadatas/dcdn/BatchPutDcdnKv.json",
2025-08-20T19:15:56.7988503Z [00:02:03.204]➜  			"metadatas/dcdn/BatchPutDcdnKvWithHighCapacity.json",
2025-08-20T19:15:56.7988930Z [00:02:03.204]➜  			"metadatas/dcdn/BatchSetDcdnDomainConfigs.json",
2025-08-20T19:15:56.7989342Z [00:02:03.204]➜  			"metadatas/dcdn/BatchSetDcdnIpaDomainConfigs.json",
2025-08-20T19:15:56.7989758Z [00:02:03.204]➜  			"metadatas/dcdn/BatchSetDcdnWafDomainConfigs.json",
2025-08-20T19:15:56.7990106Z [00:02:03.204]➜  			"metadatas/dcdn/BatchStartDcdnDomain.json",
2025-08-20T19:15:56.7990484Z [00:02:03.204]➜  			"metadatas/dcdn/BatchStopDcdnDomain.json",
2025-08-20T19:15:56.7990834Z [00:02:03.204]➜  			"metadatas/dcdn/CheckDcdnProjectExist.json",
2025-08-20T19:15:56.7991407Z [00:02:03.204]➜  			"metadatas/dcdn/CommitStagingRoutineCode.json",
2025-08-20T19:15:56.7991886Z [00:02:03.204]➜  			"metadatas/dcdn/CreateDcdnCertificateSigningRequest.json",
2025-08-20T19:15:56.7992262Z [00:02:03.204]➜  			"metadatas/dcdn/CreateDcdnDeliverTask.json",
2025-08-20T19:15:56.7992854Z [00:02:03.204]➜  			"metadatas/dcdn/CreateDcdnSLSRealTimeLogDelivery.json",
2025-08-20T19:15:56.7993189Z [00:02:03.204]➜  			"metadatas/dcdn/CreateDcdnSubTask.json",
2025-08-20T19:15:56.7993523Z [00:02:03.204]➜  			"metadatas/dcdn/CreateDcdnWafGroup.json",
2025-08-20T19:15:56.7993855Z [00:02:03.204]➜  			"metadatas/dcdn/CreateDcdnWafPolicy.json",
2025-08-20T19:15:56.7994159Z [00:02:03.204]➜  			"metadatas/dcdn/CreateRoutine.json",
2025-08-20T19:15:56.7994514Z [00:02:03.204]➜  			"metadatas/dcdn/CreateSlrAndSlsProject.json",
2025-08-20T19:15:56.7994844Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteDcdnDeliverTask.json",
2025-08-20T19:15:56.7995165Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteDcdnDomain.json",
2025-08-20T19:15:56.7995502Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteDcdnIpaDomain.json",
2025-08-20T19:15:56.7995896Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteDcdnIpaSpecificConfig.json",
2025-08-20T19:15:56.7996197Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteDcdnKv.json",
2025-08-20T19:15:56.7996553Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteDcdnKvNamespace.json",
2025-08-20T19:15:56.7996957Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteDcdnRealTimeLogProject.json",
2025-08-20T19:15:56.7997444Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteDcdnSpecificConfig.json",
2025-08-20T19:15:56.7997868Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteDcdnSpecificStagingConfig.json",
2025-08-20T19:15:56.7998192Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteDcdnSubTask.json",
2025-08-20T19:15:56.7998526Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteDcdnUserConfig.json",
2025-08-20T19:15:56.7998843Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteDcdnWafGroup.json",
2025-08-20T19:15:56.7999178Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteDcdnWafPolicy.json",
2025-08-20T19:15:56.7999480Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteRoutine.json",
2025-08-20T19:15:56.7999895Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteRoutineCodeRevision.json",
2025-08-20T19:15:56.8000493Z [00:02:03.204]➜  			"metadatas/dcdn/DeleteRoutineConfEnvs.json",
2025-08-20T19:15:56.8000845Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnAclFields.json",
2025-08-20T19:15:56.8001209Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnBgpBpsData.json",
2025-08-20T19:15:56.8001600Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnBgpTrafficData.json",
2025-08-20T19:15:56.8001969Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnBlockedRegions.json",
2025-08-20T19:15:56.8002360Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnCertificateDetail.json",
2025-08-20T19:15:56.8002907Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnCertificateList.json",
2025-08-20T19:15:56.8003281Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDdosService.json",
2025-08-20T19:15:56.8003674Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDdosSpecInfo.json",
2025-08-20T19:15:56.8004084Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDeletedDomains.json",
2025-08-20T19:15:56.8004465Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDeliverList.json",
2025-08-20T19:15:56.8004891Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainBpsData.json",
2025-08-20T19:15:56.8005337Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainBpsDataByLayer.json",
2025-08-20T19:15:56.8005778Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainByCertificate.json",
2025-08-20T19:15:56.8006209Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainCcActivityLog.json",
2025-08-20T19:15:56.8006680Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainCertificateInfo.json",
2025-08-20T19:15:56.8007050Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainCname.json",
2025-08-20T19:15:56.8007435Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainConfigs.json",
2025-08-20T19:15:56.8007809Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainDetail.json",
2025-08-20T19:15:56.8008472Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainHitRateData.json",
2025-08-20T19:15:56.8008936Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainHttpCodeData.json",
2025-08-20T19:15:56.8009469Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json",
2025-08-20T19:15:56.8009880Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainIpaBpsData.json",
2025-08-20T19:15:56.8010281Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainIpaConnData.json",
2025-08-20T19:15:56.8010704Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainIpaTrafficData.json",
2025-08-20T19:15:56.8011074Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainIspData.json",
2025-08-20T19:15:56.8011409Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainLog.json",
2025-08-20T19:15:56.8011833Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainMultiUsageData.json",
2025-08-20T19:15:56.8012230Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainOriginBpsData.json",
2025-08-20T19:15:56.8012836Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainOriginTrafficData.json",
2025-08-20T19:15:56.8013217Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainProperty.json",
2025-08-20T19:15:56.8013597Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainPvData.json",
2025-08-20T19:15:56.8013954Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainQpsData.json",
2025-08-20T19:15:56.8014393Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainQpsDataByLayer.json",
2025-08-20T19:15:56.8014837Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainRealTimeBpsData.json",
2025-08-20T19:15:56.8015357Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:56.8015813Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainRealTimeDetailData.json",
2025-08-20T19:15:56.8016300Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:56.8016731Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainRealTimeQpsData.json",
2025-08-20T19:15:56.8017259Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:56.8017718Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:56.8018448Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json",
2025-08-20T19:15:56.8018952Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:56.8019421Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainRealTimeTrafficData.json",
2025-08-20T19:15:56.8019809Z [00:02:03.204]➜  			"metadatas/dcdn/DescribeDcdnDomainRegionData.json",
2025-08-20T19:15:56.8020225Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnDomainStagingConfig.json",
2025-08-20T19:15:56.8020643Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnDomainTopReferVisit.json",
2025-08-20T19:15:56.8021044Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnDomainTopUrlVisit.json",
2025-08-20T19:15:56.8021452Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnDomainTrafficData.json",
2025-08-20T19:15:56.8021832Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnDomainUsageData.json",
2025-08-20T19:15:56.8022208Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnDomainUvData.json",
2025-08-20T19:15:56.8023549Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnDomainWebsocketBpsData.json",
2025-08-20T19:15:56.8024059Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json",
2025-08-20T19:15:56.8024549Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnDomainWebsocketTrafficData.json",
2025-08-20T19:15:56.8024940Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnDomainsBySource.json",
2025-08-20T19:15:56.8025331Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnErUsageData.json",
2025-08-20T19:15:56.8025786Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json",
2025-08-20T19:15:56.8026258Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json",
2025-08-20T19:15:56.8026923Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnHttpsDomainList.json",
2025-08-20T19:15:56.8027305Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnIpInfo.json",
2025-08-20T19:15:56.8027704Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnIpaDomainCidr.json",
2025-08-20T19:15:56.8028091Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnIpaDomainConfigs.json",
2025-08-20T19:15:56.8028479Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnIpaDomainDetail.json",
2025-08-20T19:15:56.8028840Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnIpaService.json",
2025-08-20T19:15:56.8029209Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnIpaUserDomains.json",
2025-08-20T19:15:56.8029555Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnKvAccount.json",
2025-08-20T19:15:56.8029950Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnKvAccountStatus.json",
2025-08-20T19:15:56.8030343Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnKvNamespace.json",
2025-08-20T19:15:56.8030675Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnL2Ips.json",
2025-08-20T19:15:56.8031023Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnL2Vips.json",
2025-08-20T19:15:56.8031477Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnOriginSiteHealthStatus.json",
2025-08-20T19:15:56.8031933Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnRealTimeDeliveryField.json",
2025-08-20T19:15:56.8032297Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnRefreshQuota.json",
2025-08-20T19:15:56.8032846Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnRefreshTaskById.json",
2025-08-20T19:15:56.8033218Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnRefreshTasks.json",
2025-08-20T19:15:56.8033603Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnRegionAndIsp.json",
2025-08-20T19:15:56.8033928Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnReport.json",
2025-08-20T19:15:56.8034269Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnReportList.json",
2025-08-20T19:15:56.8034674Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnSLSRealTimeLogType.json",
2025-08-20T19:15:56.8035129Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json",
2025-08-20T19:15:56.8035569Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnSMCertificateDetail.json",
2025-08-20T19:15:56.8036218Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnSMCertificateList.json",
2025-08-20T19:15:56.8036636Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnSSLCertificateList.json",
2025-08-20T19:15:56.8036996Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnSecFuncInfo.json",
2025-08-20T19:15:56.8037360Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnSecSpecInfo.json",
2025-08-20T19:15:56.8037691Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnService.json",
2025-08-20T19:15:56.8038043Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnStagingIp.json",
2025-08-20T19:15:56.8038377Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnSubList.json",
2025-08-20T19:15:56.8038743Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnTagResources.json",
2025-08-20T19:15:56.8039148Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnTopDomainsByFlow.json",
2025-08-20T19:15:56.8039542Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnUserBillHistory.json",
2025-08-20T19:15:56.8039924Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnUserBillType.json",
2025-08-20T19:15:56.8040421Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnUserCertificateExpireCount.json",
2025-08-20T19:15:56.8040772Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnUserConfigs.json",
2025-08-20T19:15:56.8041153Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnUserDomains.json",
2025-08-20T19:15:56.8041556Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnUserDomainsByFunc.json",
2025-08-20T19:15:56.8041916Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnUserQuota.json",
2025-08-20T19:15:56.8042570Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnUserRealTimeDeliveryField.json",
2025-08-20T19:15:56.8043014Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnUserResourcePackage.json",
2025-08-20T19:15:56.8043385Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnUserSecDrop.json",
2025-08-20T19:15:56.8044029Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnUserSecDropByMinute.json",
2025-08-20T19:15:56.8044385Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnUserTags.json",
2025-08-20T19:15:56.8044800Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnUserVipsByDomain.json",
2025-08-20T19:15:56.8045180Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnVerifyContent.json",
2025-08-20T19:15:56.8045570Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafBotAppKey.json",
2025-08-20T19:15:56.8045949Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafDefaultRules.json",
2025-08-20T19:15:56.8046295Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafDomain.json",
2025-08-20T19:15:56.8046711Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafDomainDetail.json",
2025-08-20T19:15:56.8047066Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafDomains.json",
2025-08-20T19:15:56.8047446Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafFilterInfo.json",
2025-08-20T19:15:56.8047830Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafGeoInfo.json",
2025-08-20T19:15:56.8048167Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafGroup.json",
2025-08-20T19:15:56.8048748Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafGroups.json",
2025-08-20T19:15:56.8049091Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafLogs.json",
2025-08-20T19:15:56.8049453Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafPolicies.json",
2025-08-20T19:15:56.8049801Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafPolicy.json",
2025-08-20T19:15:56.8050197Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafPolicyDomains.json",
2025-08-20T19:15:56.8050638Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafPolicyValidDomains.json",
2025-08-20T19:15:56.8050981Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafRule.json",
2025-08-20T19:15:56.8051324Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafRules.json",
2025-08-20T19:15:56.8051649Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafScenes.json",
2025-08-20T19:15:56.8052006Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafService.json",
2025-08-20T19:15:56.8052343Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafSpecInfo.json",
2025-08-20T19:15:56.8052911Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnWafUsageData.json",
2025-08-20T19:15:56.8053250Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDcdnsecService.json",
2025-08-20T19:15:56.8053603Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeDdosAllEventList.json",
2025-08-20T19:15:56.8053962Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeEncryptRoutineUid.json",
2025-08-20T19:15:56.8054287Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeHighlightInfo.json",
2025-08-20T19:15:56.8054633Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeKvRealTimeQpsData.json",
2025-08-20T19:15:56.8054947Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeKvUsageData.json",
2025-08-20T19:15:56.8055272Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeRDDomainConfig.json",
2025-08-20T19:15:56.8055562Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeRoutine.json",
2025-08-20T19:15:56.8056155Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeRoutineCanaryEnvs.json",
2025-08-20T19:15:56.8056566Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeRoutineCodeRevision.json",
2025-08-20T19:15:56.8056996Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeRoutineRelatedDomains.json",
2025-08-20T19:15:56.8057346Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeRoutineSpec.json",
2025-08-20T19:15:56.8057711Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeRoutineUserInfo.json",
2025-08-20T19:15:56.8058070Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeUserDcdnIpaStatus.json",
2025-08-20T19:15:56.8058414Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeUserDcdnStatus.json",
2025-08-20T19:15:56.8058731Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeUserErStatus.json",
2025-08-20T19:15:56.8059118Z [00:02:03.205]➜  			"metadatas/dcdn/DescribeUserLogserviceStatus.json",
2025-08-20T19:15:56.8059414Z [00:02:03.205]➜  			"metadatas/dcdn/EditRoutineConf.json",
2025-08-20T19:15:56.8059722Z [00:02:03.205]➜  			"metadatas/dcdn/GetDcdnKv.json",
2025-08-20T19:15:56.8060028Z [00:02:03.205]➜  			"metadatas/dcdn/GetDcdnKvDetail.json",
2025-08-20T19:15:56.8060321Z [00:02:03.205]➜  			"metadatas/dcdn/GetDcdnKvStatus.json",
2025-08-20T19:15:56.8060610Z [00:02:03.205]➜  			"metadatas/dcdn/ListDcdnKv.json",
2025-08-20T19:15:56.8061029Z [00:02:03.205]➜  			"metadatas/dcdn/ListDcdnRealTimeDeliveryProject.json",
2025-08-20T19:15:56.8061424Z [00:02:03.205]➜  			"metadatas/dcdn/ModifyDCdnDomainSchdmByProperty.json",
2025-08-20T19:15:56.8061746Z [00:02:03.205]➜  			"metadatas/dcdn/ModifyDcdnWafGroup.json",
2025-08-20T19:15:56.8062063Z [00:02:03.205]➜  			"metadatas/dcdn/ModifyDcdnWafPolicy.json",
2025-08-20T19:15:56.8062579Z [00:02:03.205]➜  			"metadatas/dcdn/ModifyDcdnWafPolicyDomains.json",
2025-08-20T19:15:56.8062900Z [00:02:03.205]➜  			"metadatas/dcdn/ModifyDcdnWafRule.json",
2025-08-20T19:15:56.8063212Z [00:02:03.205]➜  			"metadatas/dcdn/OpenDcdnService.json",
2025-08-20T19:15:56.8063589Z [00:02:03.205]➜  			"metadatas/dcdn/PreloadDcdnObjectCaches.json",
2025-08-20T19:15:56.8064057Z [00:02:03.205]➜  			"metadatas/dcdn/PublishDcdnStagingConfigToProduction.json",
2025-08-20T19:15:56.8064634Z [00:02:03.205]➜  			"metadatas/dcdn/PublishRoutineCodeRevision.json",
2025-08-20T19:15:56.8064928Z [00:02:03.205]➜  			"metadatas/dcdn/PutDcdnKv.json",
2025-08-20T19:15:56.8065246Z [00:02:03.205]➜  			"metadatas/dcdn/PutDcdnKvNamespace.json",
2025-08-20T19:15:56.8065618Z [00:02:03.205]➜  			"metadatas/dcdn/PutDcdnKvWithHighCapacity.json",
2025-08-20T19:15:56.8066042Z [00:02:03.205]➜  			"metadatas/dcdn/RefreshDcdnObjectCacheByCacheTag.json",
2025-08-20T19:15:56.8066402Z [00:02:03.205]➜  			"metadatas/dcdn/RefreshDcdnObjectCaches.json",
2025-08-20T19:15:56.8066733Z [00:02:03.205]➜  			"metadatas/dcdn/RefreshErObjectCaches.json",
2025-08-20T19:15:56.8067108Z [00:02:03.205]➜  			"metadatas/dcdn/RollbackDcdnStagingConfig.json",
2025-08-20T19:15:56.8067477Z [00:02:03.205]➜  			"metadatas/dcdn/SetDcdnDomainCSRCertificate.json",
2025-08-20T19:15:56.8067860Z [00:02:03.205]➜  			"metadatas/dcdn/SetDcdnDomainSMCertificate.json",
2025-08-20T19:15:56.8068234Z [00:02:03.205]➜  			"metadatas/dcdn/SetDcdnDomainSSLCertificate.json",
2025-08-20T19:15:56.8068624Z [00:02:03.205]➜  			"metadatas/dcdn/SetDcdnDomainStagingConfig.json",
2025-08-20T19:15:56.8068988Z [00:02:03.205]➜  			"metadatas/dcdn/SetDcdnFullDomainsBlockIP.json",
2025-08-20T19:15:56.8069304Z [00:02:03.205]➜  			"metadatas/dcdn/SetDcdnUserConfig.json",
2025-08-20T19:15:56.8069617Z [00:02:03.205]➜  			"metadatas/dcdn/SetRoutineSubdomain.json",
2025-08-20T19:15:56.8069927Z [00:02:03.205]➜  			"metadatas/dcdn/StartDcdnDomain.json",
2025-08-20T19:15:56.8070242Z [00:02:03.205]➜  			"metadatas/dcdn/StartDcdnIpaDomain.json",
2025-08-20T19:15:56.8070538Z [00:02:03.205]➜  			"metadatas/dcdn/StopDcdnDomain.json",
2025-08-20T19:15:56.8070841Z [00:02:03.205]➜  			"metadatas/dcdn/StopDcdnIpaDomain.json",
2025-08-20T19:15:56.8071148Z [00:02:03.205]➜  			"metadatas/dcdn/TagDcdnResources.json",
2025-08-20T19:15:56.8071631Z [00:02:03.205]➜  			"metadatas/dcdn/UntagDcdnResources.json",
2025-08-20T19:15:56.8071972Z [00:02:03.205]➜  			"metadatas/dcdn/UpdateDcdnDeliverTask.json",
2025-08-20T19:15:56.8072285Z [00:02:03.205]➜  			"metadatas/dcdn/UpdateDcdnDomain.json",
2025-08-20T19:15:56.8072764Z [00:02:03.205]➜  			"metadatas/dcdn/UpdateDcdnIpaDomain.json",
2025-08-20T19:15:56.8073179Z [00:02:03.205]➜  			"metadatas/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json",
2025-08-20T19:15:56.8073486Z [00:02:03.205]➜  			"metadatas/dcdn/UpdateDcdnSubTask.json",
2025-08-20T19:15:56.8073920Z [00:02:03.205]➜  			"metadatas/dcdn/UpdateDcdnUserRealTimeDeliveryField.json",
2025-08-20T19:15:56.8074225Z [00:02:03.205]➜  			"metadatas/dcdn/UploadRoutineCode.json",
2025-08-20T19:15:56.8074571Z [00:02:03.205]➜  			"metadatas/dcdn/UploadStagingRoutineCode.json",
2025-08-20T19:15:56.8074893Z [00:02:03.205]➜  			"metadatas/dcdn/VerifyDcdnDomainOwner.json",
2025-08-20T19:15:56.8075151Z [00:02:03.205]➜  			"metadatas/ddosbgp/AddIp.json",
2025-08-20T19:15:56.8075461Z [00:02:03.205]➜  			"metadatas/ddosbgp/AddRdMemberList.json",
2025-08-20T19:15:56.8075838Z [00:02:03.205]➜  			"metadatas/ddosbgp/AttachAssetGroupToInstance.json",
2025-08-20T19:15:56.8076139Z [00:02:03.205]➜  			"metadatas/ddosbgp/AttachToPolicy.json",
2025-08-20T19:15:56.8076456Z [00:02:03.205]➜  			"metadatas/ddosbgp/CheckAccessLogAuth.json",
2025-08-20T19:15:56.8076734Z [00:02:03.205]➜  			"metadatas/ddosbgp/CheckGrant.json",
2025-08-20T19:15:56.8077104Z [00:02:03.205]➜  			"metadatas/ddosbgp/ConfigSchedruleOnDemand.json",
2025-08-20T19:15:56.8077397Z [00:02:03.205]➜  			"metadatas/ddosbgp/CreatePolicy.json",
2025-08-20T19:15:56.8077756Z [00:02:03.205]➜  			"metadatas/ddosbgp/CreateSchedruleOnDemand.json",
2025-08-20T19:15:56.8078065Z [00:02:03.205]➜  			"metadatas/ddosbgp/DeleteBlackhole.json",
2025-08-20T19:15:56.8078368Z [00:02:03.205]➜  			"metadatas/ddosbgp/DeleteIp.json",
2025-08-20T19:15:56.8078659Z [00:02:03.205]➜  			"metadatas/ddosbgp/DeletePolicy.json",
2025-08-20T19:15:56.8079007Z [00:02:03.205]➜  			"metadatas/ddosbgp/DeleteRdMemberList.json",
2025-08-20T19:15:56.8079383Z [00:02:03.205]➜  			"metadatas/ddosbgp/DeleteSchedruleOnDemand.json",
2025-08-20T19:15:56.8079930Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeAssetGroup.json",
2025-08-20T19:15:56.8080341Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeAssetGroupToInstance.json",
2025-08-20T19:15:56.8080675Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeDdosEvent.json",
2025-08-20T19:15:56.8081092Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeDdosOriginInstanceBill.json",
2025-08-20T19:15:56.8081457Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeExcpetionCount.json",
2025-08-20T19:15:56.8081810Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeInstanceList.json",
2025-08-20T19:15:56.8082178Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeInstanceSpecs.json",
2025-08-20T19:15:56.8082782Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeOnDemandDdosEvent.json",
2025-08-20T19:15:56.8083226Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeOnDemandInstanceStatus.json",
2025-08-20T19:15:56.8083548Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeOpEntities.json",
2025-08-20T19:15:56.8083881Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribePackIpList.json",
2025-08-20T19:15:56.8084214Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeRdMemberList.json",
2025-08-20T19:15:56.8084535Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeRdStatus.json",
2025-08-20T19:15:56.8084844Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeRegions.json",
2025-08-20T19:15:56.8085145Z [00:02:03.205]➜  			"metadatas/ddosbgp/DescribeTraffic.json",
2025-08-20T19:15:56.8085447Z [00:02:03.205]➜  			"metadatas/ddosbgp/DetachFromPolicy.json",
2025-08-20T19:15:56.8085848Z [00:02:03.205]➜  			"metadatas/ddosbgp/DettachAssetGroupToInstance.json",
2025-08-20T19:15:56.8086162Z [00:02:03.205]➜  			"metadatas/ddosbgp/GetSlsOpenStatus.json",
2025-08-20T19:15:56.8086579Z [00:02:03.205]➜  			"metadatas/ddosbgp/ListOpenedAccessLogInstances.json",
2025-08-20T19:15:56.8087085Z [00:02:03.205]➜  			"metadatas/ddosbgp/ListPolicy.json",
2025-08-20T19:15:56.8087459Z [00:02:03.205]➜  			"metadatas/ddosbgp/ListPolicyAttachment.json",
2025-08-20T19:15:56.8087760Z [00:02:03.205]➜  			"metadatas/ddosbgp/ListTagKeys.json",
2025-08-20T19:15:56.8088077Z [00:02:03.205]➜  			"metadatas/ddosbgp/ListTagResources.json",
2025-08-20T19:15:56.8088372Z [00:02:03.205]➜  			"metadatas/ddosbgp/ModifyPolicy.json",
2025-08-20T19:15:56.8088707Z [00:02:03.205]➜  			"metadatas/ddosbgp/ModifyPolicyContent.json",
2025-08-20T19:15:56.8088997Z [00:02:03.206]➜  			"metadatas/ddosbgp/ModifyRemark.json",
2025-08-20T19:15:56.8089322Z [00:02:03.206]➜  			"metadatas/ddosbgp/MoveResourceGroup.json",
2025-08-20T19:15:56.8089668Z [00:02:03.206]➜  			"metadatas/ddosbgp/QuerySchedruleOnDemand.json",
2025-08-20T19:15:56.8090042Z [00:02:03.206]➜  			"metadatas/ddosbgp/ReleaseDdosOriginInstance.json",
2025-08-20T19:15:56.8090394Z [00:02:03.206]➜  			"metadatas/ddosbgp/SetInstanceModeOnDemand.json",
2025-08-20T19:15:56.8090697Z [00:02:03.206]➜  			"metadatas/ddosbgp/TagResources.json",
2025-08-20T19:15:56.8090992Z [00:02:03.206]➜  			"metadatas/ddosbgp/UntagResources.json",
2025-08-20T19:15:56.8091329Z [00:02:03.206]➜  			"metadatas/ddoscoo/AddAutoCcBlacklist.json",
2025-08-20T19:15:56.8091638Z [00:02:03.206]➜  			"metadatas/ddoscoo/AddAutoCcWhitelist.json",
2025-08-20T19:15:56.8091945Z [00:02:03.206]➜  			"metadatas/ddoscoo/AssociateWebCert.json",
2025-08-20T19:15:56.8092301Z [00:02:03.209]➜  			"metadatas/ddoscoo/AttachSceneDefenseObject.json",
2025-08-20T19:15:56.8092787Z [00:02:03.209]➜  			"metadatas/ddoscoo/ConfigL7GlobalRule.json",
2025-08-20T19:15:56.8093103Z [00:02:03.209]➜  			"metadatas/ddoscoo/ConfigL7RsPolicy.json",
2025-08-20T19:15:56.8093443Z [00:02:03.209]➜  			"metadatas/ddoscoo/ConfigL7UsKeepalive.json",
2025-08-20T19:15:56.8093758Z [00:02:03.209]➜  			"metadatas/ddoscoo/ConfigLayer4Remark.json",
2025-08-20T19:15:56.8094113Z [00:02:03.209]➜  			"metadatas/ddoscoo/ConfigLayer4RuleBakMode.json",
2025-08-20T19:15:56.8094474Z [00:02:03.209]➜  			"metadatas/ddoscoo/ConfigLayer4RulePolicy.json",
2025-08-20T19:15:56.8094831Z [00:02:03.209]➜  			"metadatas/ddoscoo/ConfigNetworkRegionBlock.json",
2025-08-20T19:15:56.8095357Z [00:02:03.209]➜  			"metadatas/ddoscoo/ConfigNetworkRules.json",
2025-08-20T19:15:56.8095664Z [00:02:03.209]➜  			"metadatas/ddoscoo/ConfigUdpReflect.json",
2025-08-20T19:15:56.8095989Z [00:02:03.209]➜  			"metadatas/ddoscoo/ConfigWebCCRuleV2.json",
2025-08-20T19:15:56.8096318Z [00:02:03.209]➜  			"metadatas/ddoscoo/ConfigWebCCTemplate.json",
2025-08-20T19:15:56.8096635Z [00:02:03.209]➜  			"metadatas/ddoscoo/ConfigWebIpSet.json",
2025-08-20T19:15:56.8096928Z [00:02:03.209]➜  			"metadatas/ddoscoo/CreateAsyncTask.json",
2025-08-20T19:15:56.8097272Z [00:02:03.209]➜  			"metadatas/ddoscoo/CreateDomainResource.json",
2025-08-20T19:15:56.8097583Z [00:02:03.209]➜  			"metadatas/ddoscoo/CreateNetworkRules.json",
2025-08-20T19:15:56.8097877Z [00:02:03.209]➜  			"metadatas/ddoscoo/CreatePort.json",
2025-08-20T19:15:56.8098269Z [00:02:03.209]➜  			"metadatas/ddoscoo/CreateSceneDefensePolicy.json",
2025-08-20T19:15:56.8098626Z [00:02:03.209]➜  			"metadatas/ddoscoo/CreateSchedulerRule.json",
2025-08-20T19:15:56.8098965Z [00:02:03.209]➜  			"metadatas/ddoscoo/CreateTagResources.json",
2025-08-20T19:15:56.8099283Z [00:02:03.209]➜  			"metadatas/ddoscoo/CreateWebCCRule.json",
2025-08-20T19:15:56.8099594Z [00:02:03.209]➜  			"metadatas/ddoscoo/CreateWebRule.json",
2025-08-20T19:15:56.8099970Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeleteAsyncTask.json",
2025-08-20T19:15:56.8100336Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeleteAutoCcBlacklist.json",
2025-08-20T19:15:56.8100699Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeleteAutoCcWhitelist.json",
2025-08-20T19:15:56.8101053Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeleteDomainResource.json",
2025-08-20T19:15:56.8101401Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeleteNetworkRule.json",
2025-08-20T19:15:56.8101698Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeletePort.json",
2025-08-20T19:15:56.8102278Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeleteSceneDefensePolicy.json",
2025-08-20T19:15:56.8102826Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeleteSchedulerRule.json",
2025-08-20T19:15:56.8103215Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeleteTagResources.json",
2025-08-20T19:15:56.8103546Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeleteWebCCRule.json",
2025-08-20T19:15:56.8103892Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeleteWebCCRuleV2.json",
2025-08-20T19:15:56.8104255Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeleteWebCacheCustomRule.json",
2025-08-20T19:15:56.8104657Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeleteWebPreciseAccessRule.json",
2025-08-20T19:15:56.8104974Z [00:02:03.209]➜  			"metadatas/ddoscoo/DeleteWebRule.json",
2025-08-20T19:15:56.8105332Z [00:02:03.209]➜  			"metadatas/ddoscoo/DescribeAsyncTasks.json",
2025-08-20T19:15:56.8105753Z [00:02:03.209]➜  			"metadatas/ddoscoo/DescribeAttackAnalysisMaxQps.json",
2025-08-20T19:15:56.8106133Z [00:02:03.209]➜  			"metadatas/ddoscoo/DescribeAutoCcBlacklist.json",
2025-08-20T19:15:56.8106519Z [00:02:03.209]➜  			"metadatas/ddoscoo/DescribeAutoCcListCount.json",
2025-08-20T19:15:56.8106898Z [00:02:03.209]➜  			"metadatas/ddoscoo/DescribeAutoCcWhitelist.json",
2025-08-20T19:15:56.8107296Z [00:02:03.209]➜  			"metadatas/ddoscoo/DescribeBackSourceCidr.json",
2025-08-20T19:15:56.8107691Z [00:02:03.209]➜  			"metadatas/ddoscoo/DescribeBlackholeStatus.json",
2025-08-20T19:15:56.8108046Z [00:02:03.209]➜  			"metadatas/ddoscoo/DescribeBlockStatus.json",
2025-08-20T19:15:56.8108371Z [00:02:03.209]➜  			"metadatas/ddoscoo/DescribeCerts.json",
2025-08-20T19:15:56.8108714Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeCnameReuses.json",
2025-08-20T19:15:56.8109057Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDDoSEvents.json",
2025-08-20T19:15:56.8109436Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDDosAllEventList.json",
2025-08-20T19:15:56.8109821Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDDosEventArea.json",
2025-08-20T19:15:56.8110246Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDDosEventAttackType.json",
2025-08-20T19:15:56.8110631Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDDosEventIsp.json",
2025-08-20T19:15:56.8111216Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDDosEventMax.json",
2025-08-20T19:15:56.8111592Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDDosEventSrcIp.json",
2025-08-20T19:15:56.8112032Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDefenseCountStatistics.json",
2025-08-20T19:15:56.8112641Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDefenseRecords.json",
2025-08-20T19:15:56.8113090Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDestinationPortEvent.json",
2025-08-20T19:15:56.8113502Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainAttackEvents.json",
2025-08-20T19:15:56.8113855Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainBps.json",
2025-08-20T19:15:56.8114267Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainH2Fingerprint.json",
2025-08-20T19:15:56.8114657Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainOverview.json",
2025-08-20T19:15:56.8115044Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainQPSList.json",
2025-08-20T19:15:56.8115444Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainResource.json",
2025-08-20T19:15:56.8115875Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainStatusCodeCount.json",
2025-08-20T19:15:56.8116287Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainStatusCodeList.json",
2025-08-20T19:15:56.8116687Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainTopAttackList.json",
2025-08-20T19:15:56.8117113Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainTopFingerprint.json",
2025-08-20T19:15:56.8117515Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainTopHttpMethod.json",
2025-08-20T19:15:56.8117916Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainTopReferer.json",
2025-08-20T19:15:56.8118327Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainTopUserAgent.json",
2025-08-20T19:15:56.8119022Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainViewSourceCountries.json",
2025-08-20T19:15:56.8119563Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainViewSourceProvinces.json",
2025-08-20T19:15:56.8120017Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainViewTopCostTime.json",
2025-08-20T19:15:56.8120401Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomainViewTopUrl.json",
2025-08-20T19:15:56.8120746Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeDomains.json",
2025-08-20T19:15:56.8121149Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeElasticBandwidthSpec.json",
2025-08-20T19:15:56.8121494Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeElasticQps.json",
2025-08-20T19:15:56.8121887Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeElasticQpsRecord.json",
2025-08-20T19:15:56.8122280Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeHealthCheckList.json",
2025-08-20T19:15:56.8122808Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeHealthCheckStatus.json",
2025-08-20T19:15:56.8123198Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeInstanceDetails.json",
2025-08-20T19:15:56.8123567Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeInstanceExt.json",
2025-08-20T19:15:56.8123917Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeInstanceIds.json",
2025-08-20T19:15:56.8124292Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeInstanceSpecs.json",
2025-08-20T19:15:56.8124681Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeInstanceStatistics.json",
2025-08-20T19:15:56.8125042Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeInstanceStatus.json",
2025-08-20T19:15:56.8125378Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeInstances.json",
2025-08-20T19:15:56.8125724Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeL7GlobalRule.json",
2025-08-20T19:15:56.8126054Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeL7RsPolicy.json",
2025-08-20T19:15:56.8126406Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeL7UsKeepalive.json",
2025-08-20T19:15:56.8126786Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeLayer4RulePolicy.json",
2025-08-20T19:15:56.8127190Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeLogStoreExistStatus.json",
2025-08-20T19:15:56.8127575Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeNetworkRegionBlock.json",
2025-08-20T19:15:56.8128218Z [00:02:03.210]➜  			"metadatas/ddoscoo/DescribeNetworkRuleAttributes.json",
2025-08-20T19:15:56.8128579Z [00:02:03.211]➜  			"metadatas/ddoscoo/DescribeNetworkRules.json",
2025-08-20T19:15:56.8128914Z [00:02:03.211]➜  			"metadatas/ddoscoo/DescribeOpEntities.json",
2025-08-20T19:15:56.8129227Z [00:02:03.211]➜  			"metadatas/ddoscoo/DescribePort.json",
2025-08-20T19:15:56.8129633Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribePortAttackMaxFlow.json",
2025-08-20T19:15:56.8130020Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribePortAutoCcStatus.json",
2025-08-20T19:15:56.8130378Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribePortConnsCount.json",
2025-08-20T19:15:56.8130748Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribePortConnsList.json",
2025-08-20T19:15:56.8131094Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribePortFlowList.json",
2025-08-20T19:15:56.8131441Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribePortMaxConns.json",
2025-08-20T19:15:56.8131832Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribePortViewSourceCountries.json",
2025-08-20T19:15:56.8132188Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribePortViewSourceIsps.json",
2025-08-20T19:15:56.8132778Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribePortViewSourceProvinces.json",
2025-08-20T19:15:56.8133200Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeSceneDefenseObjects.json",
2025-08-20T19:15:56.8133622Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeSceneDefensePolicies.json",
2025-08-20T19:15:56.8133981Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeSchedulerRules.json",
2025-08-20T19:15:56.8134311Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeSlaEventList.json",
2025-08-20T19:15:56.8134664Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeSlsAuthStatus.json",
2025-08-20T19:15:56.8135025Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeSlsLogstoreInfo.json",
2025-08-20T19:15:56.8135579Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeSlsOpenStatus.json",
2025-08-20T19:15:56.8135933Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeStsGrantStatus.json",
2025-08-20T19:15:56.8136293Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeSystemLog.json",
2025-08-20T19:15:56.8136600Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeTagKeys.json",
2025-08-20T19:15:56.8136941Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeTagResources.json",
2025-08-20T19:15:56.8137260Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeUdpReflect.json",
2025-08-20T19:15:56.8137614Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeUnBlackholeCount.json",
2025-08-20T19:15:56.8137940Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeUnBlockCount.json",
2025-08-20T19:15:56.8138398Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeWebAccessLogDispatchStatus.json",
2025-08-20T19:15:56.8138820Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeWebAccessLogEmptyCount.json",
2025-08-20T19:15:56.8139231Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeWebAccessLogStatus.json",
2025-08-20T19:15:56.8139579Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeWebAccessMode.json",
2025-08-20T19:15:56.8139985Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeWebAreaBlockConfigs.json",
2025-08-20T19:15:56.8140296Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeWebCCRules.json",
2025-08-20T19:15:56.8140629Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeWebCCRulesV2.json",
2025-08-20T19:15:56.8140980Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeWebCacheConfigs.json",
2025-08-20T19:15:56.8141352Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeWebCcProtectSwitch.json",
2025-08-20T19:15:56.8141695Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeWebCustomPorts.json",
2025-08-20T19:15:56.8142092Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeWebInstanceRelations.json",
2025-08-20T19:15:56.8142640Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeWebPreciseAccessRule.json",
2025-08-20T19:15:56.8142965Z [00:02:03.213]➜  			"metadatas/ddoscoo/DescribeWebRules.json",
2025-08-20T19:15:56.8143343Z [00:02:03.213]➜  			"metadatas/ddoscoo/DetachSceneDefenseObject.json",
2025-08-20T19:15:56.8143718Z [00:02:03.213]➜  			"metadatas/ddoscoo/DisableSceneDefensePolicy.json",
2025-08-20T19:15:56.8144371Z [00:02:03.213]➜  			"metadatas/ddoscoo/DisableWebAccessLogConfig.json",
2025-08-20T19:15:56.8144689Z [00:02:03.213]➜  			"metadatas/ddoscoo/DisableWebCC.json",
2025-08-20T19:15:56.8145024Z [00:02:03.213]➜  			"metadatas/ddoscoo/DisableWebCCRule.json",
2025-08-20T19:15:56.8145365Z [00:02:03.213]➜  			"metadatas/ddoscoo/EmptyAutoCcBlacklist.json",
2025-08-20T19:15:56.8145717Z [00:02:03.213]➜  			"metadatas/ddoscoo/EmptyAutoCcWhitelist.json",
2025-08-20T19:15:56.8146026Z [00:02:03.213]➜  			"metadatas/ddoscoo/EmptySlsLogstore.json",
2025-08-20T19:15:56.8146394Z [00:02:03.213]➜  			"metadatas/ddoscoo/EnableSceneDefensePolicy.json",
2025-08-20T19:15:56.8146744Z [00:02:03.213]➜  			"metadatas/ddoscoo/EnableWebAccessLogConfig.json",
2025-08-20T19:15:56.8147011Z [00:02:03.213]➜  			"metadatas/ddoscoo/EnableWebCC.json",
2025-08-20T19:15:56.8147322Z [00:02:03.213]➜  			"metadatas/ddoscoo/EnableWebCCRule.json",
2025-08-20T19:15:56.8147686Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyBlackholeStatus.json",
2025-08-20T19:15:56.8148016Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyBlockStatus.json",
2025-08-20T19:15:56.8148342Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyCnameReuse.json",
2025-08-20T19:15:56.8148704Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyDomainResource.json",
2025-08-20T19:15:56.8149084Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyElasticBandWidth.json",
2025-08-20T19:15:56.8149429Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyElasticBizQps.json",
2025-08-20T19:15:56.8149747Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyFullLogTtl.json",
2025-08-20T19:15:56.8150042Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyHeaders.json",
2025-08-20T19:15:56.8150407Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyHealthCheckConfig.json",
2025-08-20T19:15:56.8150909Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyHttp2Enable.json",
2025-08-20T19:15:56.8151259Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyInstance.json",
2025-08-20T19:15:56.8151622Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyInstanceRemark.json",
2025-08-20T19:15:56.8152020Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyNetworkRuleAttribute.json",
2025-08-20T19:15:56.8152347Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyOcspStatus.json",
2025-08-20T19:15:56.8152836Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyPort.json",
2025-08-20T19:15:56.8153197Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyPortAutoCcStatus.json",
2025-08-20T19:15:56.8153500Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyQpsMode.json",
2025-08-20T19:15:56.8153881Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifySceneDefensePolicy.json",
2025-08-20T19:15:56.8154216Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifySchedulerRule.json",
2025-08-20T19:15:56.8154520Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyTlsConfig.json",
2025-08-20T19:15:56.8154886Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebAIProtectMode.json",
2025-08-20T19:15:56.8155264Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebAIProtectSwitch.json",
2025-08-20T19:15:56.8155613Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebAccessMode.json",
2025-08-20T19:15:56.8155941Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebAreaBlock.json",
2025-08-20T19:15:56.8156316Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebAreaBlockSwitch.json",
2025-08-20T19:15:56.8156668Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebCCGlobalSwitch.json",
2025-08-20T19:15:56.8156968Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebCCRule.json",
2025-08-20T19:15:56.8157319Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebCacheCustomRule.json",
2025-08-20T19:15:56.8157645Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebCacheMode.json",
2025-08-20T19:15:56.8157975Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebCacheSwitch.json",
2025-08-20T19:15:56.8158313Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebIpSetSwitch.json",
2025-08-20T19:15:56.8158699Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebPreciseAccessRule.json",
2025-08-20T19:15:56.8159108Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebPreciseAccessSwitch.json",
2025-08-20T19:15:56.8159622Z [00:02:03.213]➜  			"metadatas/ddoscoo/ModifyWebRule.json",
2025-08-20T19:15:56.8159939Z [00:02:03.213]➜  			"metadatas/ddoscoo/ReleaseInstance.json",
2025-08-20T19:15:56.8160271Z [00:02:03.213]➜  			"metadatas/ddoscoo/SwitchSchedulerRule.json",
﻿2025-08-20T19:15:56.8164528Z [00:02:03.213]➜  			"metadatas/dds/AllocateNodePrivateNetworkAddress.json",
2025-08-20T19:15:56.8164909Z [00:02:03.213]➜  			"metadatas/dds/AllocatePublicNetworkAddress.json",
2025-08-20T19:15:56.8165281Z [00:02:03.213]➜  			"metadatas/dds/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:56.8165603Z [00:02:03.213]➜  			"metadatas/dds/CheckRecoveryCondition.json",
2025-08-20T19:15:56.8165906Z [00:02:03.213]➜  			"metadatas/dds/CheckServiceLinkedRole.json",
2025-08-20T19:15:56.8166191Z [00:02:03.213]➜  			"metadatas/dds/CreateAccount.json",
2025-08-20T19:15:56.8166466Z [00:02:03.213]➜  			"metadatas/dds/CreateBackup.json",
2025-08-20T19:15:56.8166761Z [00:02:03.213]➜  			"metadatas/dds/CreateDBInstance.json",
2025-08-20T19:15:56.8167122Z [00:02:03.213]➜  			"metadatas/dds/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:15:56.8167391Z [00:02:03.213]➜  			"metadatas/dds/CreateNode.json",
2025-08-20T19:15:56.8167669Z [00:02:03.213]➜  			"metadatas/dds/CreateNodeBatch.json",
2025-08-20T19:15:56.8168015Z [00:02:03.213]➜  			"metadatas/dds/CreateShardingDBInstance.json",
2025-08-20T19:15:56.8168348Z [00:02:03.213]➜  			"metadatas/dds/DeleteDBInstance.json",
2025-08-20T19:15:56.8168705Z [00:02:03.213]➜  			"metadatas/dds/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:15:56.8168969Z [00:02:03.213]➜  			"metadatas/dds/DeleteNode.json",
2025-08-20T19:15:56.8169269Z [00:02:03.213]➜  			"metadatas/dds/DescribeAccounts.json",
2025-08-20T19:15:56.8169989Z [00:02:03.213]➜  			"metadatas/dds/DescribeActiveOperationMaintenanceConfig.json",
2025-08-20T19:15:56.8170370Z [00:02:03.213]➜  			"metadatas/dds/DescribeActiveOperationTask.json",
2025-08-20T19:15:56.8170778Z [00:02:03.213]➜  			"metadatas/dds/DescribeActiveOperationTaskCount.json",
2025-08-20T19:15:56.8171205Z [00:02:03.213]➜  			"metadatas/dds/DescribeActiveOperationTaskRegion.json",
2025-08-20T19:15:56.8171602Z [00:02:03.213]➜  			"metadatas/dds/DescribeActiveOperationTaskType.json",
2025-08-20T19:15:56.8171983Z [00:02:03.213]➜  			"metadatas/dds/DescribeActiveOperationTasks.json",
2025-08-20T19:15:56.8172325Z [00:02:03.213]➜  			"metadatas/dds/DescribeAuditLogFilter.json",
2025-08-20T19:15:56.8172891Z [00:02:03.213]➜  			"metadatas/dds/DescribeAuditPolicy.json",
2025-08-20T19:15:56.8173214Z [00:02:03.213]➜  			"metadatas/dds/DescribeAuditRecords.json",
2025-08-20T19:15:56.8173589Z [00:02:03.213]➜  			"metadatas/dds/DescribeAvailabilityZones.json",
2025-08-20T19:15:56.8173977Z [00:02:03.213]➜  			"metadatas/dds/DescribeAvailableEngineVersion.json",
2025-08-20T19:15:56.8174370Z [00:02:03.213]➜  			"metadatas/dds/DescribeAvailableResource.json",
2025-08-20T19:15:56.8174680Z [00:02:03.213]➜  			"metadatas/dds/DescribeBackupDBs.json",
2025-08-20T19:15:56.8175009Z [00:02:03.213]➜  			"metadatas/dds/DescribeBackupPolicy.json",
2025-08-20T19:15:56.8175331Z [00:02:03.213]➜  			"metadatas/dds/DescribeBackupStorage.json",
2025-08-20T19:15:56.8175666Z [00:02:03.213]➜  			"metadatas/dds/DescribeBackupTasks.json",
2025-08-20T19:15:56.8175962Z [00:02:03.213]➜  			"metadatas/dds/DescribeBackups.json",
2025-08-20T19:15:56.8176327Z [00:02:03.213]➜  			"metadatas/dds/DescribeClusterBackups.json",
2025-08-20T19:15:56.8176692Z [00:02:03.213]➜  			"metadatas/dds/DescribeClusterRecoverTime.json",
2025-08-20T19:15:56.8177073Z [00:02:03.213]➜  			"metadatas/dds/DescribeDBInstanceAttribute.json",
2025-08-20T19:15:56.8177474Z [00:02:03.213]➜  			"metadatas/dds/DescribeDBInstanceEncryptionKey.json",
2025-08-20T19:15:56.8177838Z [00:02:03.213]➜  			"metadatas/dds/DescribeDBInstanceMonitor.json",
2025-08-20T19:15:56.8178239Z [00:02:03.213]➜  			"metadatas/dds/DescribeDBInstancePerformance.json",
2025-08-20T19:15:56.8178570Z [00:02:03.213]➜  			"metadatas/dds/DescribeDBInstanceSSL.json",
2025-08-20T19:15:56.8179075Z [00:02:03.213]➜  			"metadatas/dds/DescribeDBInstanceSpecInfo.json",
2025-08-20T19:15:56.8179447Z [00:02:03.213]➜  			"metadatas/dds/DescribeDBInstanceSwitchLog.json",
2025-08-20T19:15:56.8179743Z [00:02:03.213]➜  			"metadatas/dds/DescribeDBInstanceTDEInfo.json",
2025-08-20T19:15:56.8180166Z [00:02:03.213]➜  			"metadatas/dds/DescribeDBInstances.json",
2025-08-20T19:15:56.8180499Z [00:02:03.213]➜  			"metadatas/dds/DescribeDBInstancesOverview.json",
2025-08-20T19:15:56.8180815Z [00:02:03.213]➜  			"metadatas/dds/DescribeErrorLogRecords.json",
2025-08-20T19:15:56.8181195Z [00:02:03.213]➜  			"metadatas/dds/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:15:56.8181653Z [00:02:03.213]➜  			"metadatas/dds/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:56.8181978Z [00:02:03.213]➜  			"metadatas/dds/DescribeHistoryTasks.json",
2025-08-20T19:15:56.8182309Z [00:02:03.213]➜  			"metadatas/dds/DescribeHistoryTasksStat.json",
2025-08-20T19:15:56.8182937Z [00:02:03.213]➜  			"metadatas/dds/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:56.8183295Z [00:02:03.213]➜  			"metadatas/dds/DescribeInstanceRecoverTime.json",
2025-08-20T19:15:56.8183659Z [00:02:03.213]➜  			"metadatas/dds/DescribeKernelReleaseNotes.json",
2025-08-20T19:15:56.8183964Z [00:02:03.213]➜  			"metadatas/dds/DescribeKmsKeys.json",
2025-08-20T19:15:56.8184333Z [00:02:03.213]➜  			"metadatas/dds/DescribeMongoDBLogConfig.json",
2025-08-20T19:15:56.8184765Z [00:02:03.213]➜  			"metadatas/dds/DescribeParameterModificationHistory.json",
2025-08-20T19:15:56.8185129Z [00:02:03.213]➜  			"metadatas/dds/DescribeParameterTemplates.json",
2025-08-20T19:15:56.8185434Z [00:02:03.213]➜  			"metadatas/dds/DescribeParameters.json",
2025-08-20T19:15:56.8185721Z [00:02:03.213]➜  			"metadatas/dds/DescribePrice.json",
2025-08-20T19:15:56.8186206Z [00:02:03.213]➜  			"metadatas/dds/DescribeRegions.json",
2025-08-20T19:15:56.8186543Z [00:02:03.213]➜  			"metadatas/dds/DescribeRenewalPrice.json",
2025-08-20T19:15:56.8186875Z [00:02:03.213]➜  			"metadatas/dds/DescribeReplicaSetRole.json",
2025-08-20T19:15:56.8187253Z [00:02:03.213]➜  			"metadatas/dds/DescribeRestoreDBInstanceList.json",
2025-08-20T19:15:56.8187565Z [00:02:03.213]➜  			"metadatas/dds/DescribeRoleZoneInfo.json",
2025-08-20T19:15:56.8187913Z [00:02:03.213]➜  			"metadatas/dds/DescribeRunningLogRecords.json",
2025-08-20T19:15:56.8188333Z [00:02:03.213]➜  			"metadatas/dds/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:15:56.8188644Z [00:02:03.213]➜  			"metadatas/dds/DescribeSecurityIps.json",
2025-08-20T19:15:56.8189020Z [00:02:03.213]➜  			"metadatas/dds/DescribeShardingNetworkAddress.json",
2025-08-20T19:15:56.8189346Z [00:02:03.213]➜  			"metadatas/dds/DescribeSlowLogRecords.json",
2025-08-20T19:15:56.8189618Z [00:02:03.213]➜  			"metadatas/dds/DescribeTags.json",
2025-08-20T19:15:56.8190007Z [00:02:03.213]➜  			"metadatas/dds/DescribeUserEncryptionKeyList.json",
2025-08-20T19:15:56.8190297Z [00:02:03.213]➜  			"metadatas/dds/DestroyInstance.json",
2025-08-20T19:15:56.8190599Z [00:02:03.213]➜  			"metadatas/dds/EvaluateResource.json",
2025-08-20T19:15:56.8190883Z [00:02:03.213]➜  			"metadatas/dds/ListTagResources.json",
2025-08-20T19:15:56.8191196Z [00:02:03.213]➜  			"metadatas/dds/MigrateAvailableZone.json",
2025-08-20T19:15:56.8191500Z [00:02:03.213]➜  			"metadatas/dds/MigrateToOtherZone.json",
2025-08-20T19:15:56.8191860Z [00:02:03.213]➜  			"metadatas/dds/ModifyAccountDescription.json",
2025-08-20T19:15:56.8192215Z [00:02:03.213]➜  			"metadatas/dds/ModifyActiveOperationTasks.json",
2025-08-20T19:15:56.8192735Z [00:02:03.213]➜  			"metadatas/dds/ModifyAuditLogFilter.json",
2025-08-20T19:15:56.8193046Z [00:02:03.213]➜  			"metadatas/dds/ModifyAuditPolicy.json",
2025-08-20T19:15:56.8193351Z [00:02:03.213]➜  			"metadatas/dds/ModifyBackupPolicy.json",
2025-08-20T19:15:56.8193701Z [00:02:03.213]➜  			"metadatas/dds/ModifyDBInstanceAttribute.json",
2025-08-20T19:15:56.8194030Z [00:02:03.213]➜  			"metadatas/dds/ModifyDBInstanceConfig.json",
2025-08-20T19:15:56.8194550Z [00:02:03.213]➜  			"metadatas/dds/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:56.8194938Z [00:02:03.213]➜  			"metadatas/dds/ModifyDBInstanceDescription.json",
2025-08-20T19:15:56.8195287Z [00:02:03.213]➜  			"metadatas/dds/ModifyDBInstanceDiskType.json",
2025-08-20T19:15:56.8195657Z [00:02:03.213]➜  			"metadatas/dds/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:15:56.8196103Z [00:02:03.213]➜  			"metadatas/dds/ModifyDBInstanceMonitor.json",
2025-08-20T19:15:56.8196484Z [00:02:03.213]➜  			"metadatas/dds/ModifyDBInstanceNetExpireTime.json",
2025-08-20T19:15:56.8196840Z [00:02:03.213]➜  			"metadatas/dds/ModifyDBInstanceNetworkType.json",
2025-08-20T19:15:56.8197152Z [00:02:03.213]➜  			"metadatas/dds/ModifyDBInstanceSSL.json",
2025-08-20T19:15:56.8197474Z [00:02:03.213]➜  			"metadatas/dds/ModifyDBInstanceSpec.json",
2025-08-20T19:15:56.8197778Z [00:02:03.213]➜  			"metadatas/dds/ModifyDBInstanceTDE.json",
2025-08-20T19:15:56.8198140Z [00:02:03.214]➜  			"metadatas/dds/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:15:56.8198536Z [00:02:03.214]➜  			"metadatas/dds/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:15:56.8198965Z [00:02:03.214]➜  			"metadatas/dds/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:56.8199385Z [00:02:03.214]➜  			"metadatas/dds/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:56.8199742Z [00:02:03.214]➜  			"metadatas/dds/ModifyInstanceVpcAuthMode.json",
2025-08-20T19:15:56.8200091Z [00:02:03.214]➜  			"metadatas/dds/ModifyNodeSpec.json",
2025-08-20T19:15:56.8200399Z [00:02:03.214]➜  			"metadatas/dds/ModifyNodeSpecBatch.json",
2025-08-20T19:15:56.8200696Z [00:02:03.214]➜  			"metadatas/dds/ModifyParameters.json",
2025-08-20T19:15:56.8201000Z [00:02:03.214]➜  			"metadatas/dds/ModifyResourceGroup.json",
2025-08-20T19:15:56.8201594Z [00:02:03.214]➜  			"metadatas/dds/ModifySecurityGroupConfiguration.json",
2025-08-20T19:15:56.8201933Z [00:02:03.214]➜  			"metadatas/dds/ModifySecurityIps.json",
2025-08-20T19:15:56.8202236Z [00:02:03.214]➜  			"metadatas/dds/ModifyTaskInfo.json",
2025-08-20T19:15:56.8202817Z [00:02:03.214]➜  			"metadatas/dds/ReleaseNodePrivateNetworkAddress.json",
2025-08-20T19:15:56.8203186Z [00:02:03.214]➜  			"metadatas/dds/ReleasePublicNetworkAddress.json",
2025-08-20T19:15:56.8203500Z [00:02:03.214]➜  			"metadatas/dds/RenewDBInstance.json",
2025-08-20T19:15:56.8203834Z [00:02:03.214]➜  			"metadatas/dds/ResetAccountPassword.json",
2025-08-20T19:15:56.8204136Z [00:02:03.214]➜  			"metadatas/dds/RestartDBInstance.json",
2025-08-20T19:15:56.8204410Z [00:02:03.214]➜  			"metadatas/dds/RestartNode.json",
2025-08-20T19:15:56.8204722Z [00:02:03.214]➜  			"metadatas/dds/SwitchDBInstanceHA.json",
2025-08-20T19:15:56.8205001Z [00:02:03.214]➜  			"metadatas/dds/TagResources.json",
2025-08-20T19:15:56.8205346Z [00:02:03.214]➜  			"metadatas/dds/TransferClusterBackup.json",
2025-08-20T19:15:56.8205714Z [00:02:03.214]➜  			"metadatas/dds/TransformInstanceChargeType.json",
2025-08-20T19:15:56.8206032Z [00:02:03.214]➜  			"metadatas/dds/TransformToPrePaid.json",
2025-08-20T19:15:56.8206325Z [00:02:03.214]➜  			"metadatas/dds/UntagResources.json",
2025-08-20T19:15:56.8206715Z [00:02:03.214]➜  			"metadatas/dds/UpgradeDBInstanceEngineVersion.json",
2025-08-20T19:15:56.8207092Z [00:02:03.214]➜  			"metadatas/dds/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:15:56.8207401Z [00:02:03.214]➜  			"metadatas/devops/AddGroupMember.json",
2025-08-20T19:15:56.8207736Z [00:02:03.214]➜  			"metadatas/devops/AddPipelineRelations.json",
2025-08-20T19:15:56.8208068Z [00:02:03.214]➜  			"metadatas/devops/AddRepositoryMember.json",
2025-08-20T19:15:56.8208348Z [00:02:03.214]➜  			"metadatas/devops/AddWebhook.json",
2025-08-20T19:15:56.8208726Z [00:02:03.214]➜  			"metadatas/devops/CancelExecutionReleaseStage.json",
2025-08-20T19:15:56.8209048Z [00:02:03.214]➜  			"metadatas/devops/CloseMergeRequest.json",
2025-08-20T19:15:56.8209361Z [00:02:03.214]➜  			"metadatas/devops/CreateAppMembers.json",
2025-08-20T19:15:56.8209800Z [00:02:03.214]➜  			"metadatas/devops/CreateBranch.json",
2025-08-20T19:15:56.8210126Z [00:02:03.214]➜  			"metadatas/devops/CreateChangeRequest.json",
2025-08-20T19:15:56.8210419Z [00:02:03.214]➜  			"metadatas/devops/CreateCheckRun.json",
2025-08-20T19:15:56.8210715Z [00:02:03.214]➜  			"metadatas/devops/CreateComment.json",
2025-08-20T19:15:56.8211126Z [00:02:03.214]➜  			"metadatas/devops/CreateCommitStatus.json",
2025-08-20T19:15:56.8211532Z [00:02:03.214]➜  			"metadatas/devops/CreateCommitWithMultipleFiles.json",
2025-08-20T19:15:56.8211840Z [00:02:03.214]➜  			"metadatas/devops/CreateDeployKey.json",
2025-08-20T19:15:56.8212122Z [00:02:03.214]➜  			"metadatas/devops/CreateFile.json",
2025-08-20T19:15:56.8212554Z [00:02:03.214]➜  			"metadatas/devops/CreateFlowTag.json",
2025-08-20T19:15:56.8212900Z [00:02:03.214]➜  			"metadatas/devops/CreateFlowTagGroup.json",
2025-08-20T19:15:56.8213201Z [00:02:03.214]➜  			"metadatas/devops/CreateHostGroup.json",
2025-08-20T19:15:56.8213525Z [00:02:03.214]➜  			"metadatas/devops/CreateMergeRequest.json",
2025-08-20T19:15:56.8213826Z [00:02:03.214]➜  			"metadatas/devops/CreateOAuthToken.json",
2025-08-20T19:15:56.8214122Z [00:02:03.214]➜  			"metadatas/devops/CreatePipeline.json",
2025-08-20T19:15:56.8214451Z [00:02:03.214]➜  			"metadatas/devops/CreatePipelineGroup.json",
2025-08-20T19:15:56.8214769Z [00:02:03.214]➜  			"metadatas/devops/CreateProject.json",
2025-08-20T19:15:56.8215084Z [00:02:03.214]➜  			"metadatas/devops/CreateProjectLabel.json",
2025-08-20T19:15:56.8215411Z [00:02:03.214]➜  			"metadatas/devops/CreateProtectdBranch.json",
2025-08-20T19:15:56.8215695Z [00:02:03.214]➜  			"metadatas/devops/CreatePushRule.json",
2025-08-20T19:15:56.8216000Z [00:02:03.214]➜  			"metadatas/devops/CreateRepository.json",
2025-08-20T19:15:56.8216516Z [00:02:03.214]➜  			"metadatas/devops/CreateRepositoryGroup.json",
2025-08-20T19:15:56.8216861Z [00:02:03.214]➜  			"metadatas/devops/CreateResourceMember.json",
2025-08-20T19:15:56.8217191Z [00:02:03.214]➜  			"metadatas/devops/CreateServiceAuth.json",
2025-08-20T19:15:56.8217573Z [00:02:03.214]➜  			"metadatas/devops/CreateServiceConnection.json",
2025-08-20T19:15:56.8217931Z [00:02:03.214]➜  			"metadatas/devops/CreateServiceCredential.json",
2025-08-20T19:15:56.8218228Z [00:02:03.214]➜  			"metadatas/devops/CreateSprint.json",
2025-08-20T19:15:56.8218521Z [00:02:03.214]➜  			"metadatas/devops/CreateSshKey.json",
2025-08-20T19:15:56.8218800Z [00:02:03.214]➜  			"metadatas/devops/CreateTag.json",
2025-08-20T19:15:56.8219103Z [00:02:03.214]➜  			"metadatas/devops/CreateTestCase.json",
2025-08-20T19:15:56.8219395Z [00:02:03.214]➜  			"metadatas/devops/CreateUserKey.json",
2025-08-20T19:15:56.8219719Z [00:02:03.214]➜  			"metadatas/devops/CreateVariableGroup.json",
2025-08-20T19:15:56.8220003Z [00:02:03.214]➜  			"metadatas/devops/CreateWorkitem.json",
2025-08-20T19:15:56.8220357Z [00:02:03.214]➜  			"metadatas/devops/CreateWorkitemComment.json",
2025-08-20T19:15:56.8220705Z [00:02:03.214]➜  			"metadatas/devops/CreateWorkitemEstimate.json",
2025-08-20T19:15:56.8221040Z [00:02:03.214]➜  			"metadatas/devops/CreateWorkitemRecord.json",
2025-08-20T19:15:56.8221336Z [00:02:03.214]➜  			"metadatas/devops/CreateWorkitemV2.json",
2025-08-20T19:15:56.8221633Z [00:02:03.214]➜  			"metadatas/devops/DeleteAppMember.json",
2025-08-20T19:15:56.8221927Z [00:02:03.214]➜  			"metadatas/devops/DeleteBranch.json",
2025-08-20T19:15:56.8222233Z [00:02:03.214]➜  			"metadatas/devops/DeleteFile.json",
2025-08-20T19:15:56.8222688Z [00:02:03.214]➜  			"metadatas/devops/DeleteFlowTag.json",
2025-08-20T19:15:56.8223029Z [00:02:03.214]➜  			"metadatas/devops/DeleteFlowTagGroup.json",
2025-08-20T19:15:56.8223358Z [00:02:03.214]➜  			"metadatas/devops/DeleteGroupMember.json",
2025-08-20T19:15:56.8223669Z [00:02:03.214]➜  			"metadatas/devops/DeleteHostGroup.json",
2025-08-20T19:15:56.8223979Z [00:02:03.214]➜  			"metadatas/devops/DeletePipeline.json",
2025-08-20T19:15:56.8224313Z [00:02:03.214]➜  			"metadatas/devops/DeletePipelineGroup.json",
2025-08-20T19:15:56.8224803Z [00:02:03.214]➜  			"metadatas/devops/DeletePipelineRelations.json",
2025-08-20T19:15:56.8225110Z [00:02:03.214]➜  			"metadatas/devops/DeleteProject.json",
2025-08-20T19:15:56.8225428Z [00:02:03.214]➜  			"metadatas/devops/DeleteProjectLabel.json",
2025-08-20T19:15:56.8225771Z [00:02:03.214]➜  			"metadatas/devops/DeleteProtectedBranch.json",
2025-08-20T19:15:56.8226195Z [00:02:03.214]➜  			"metadatas/devops/DeletePushRule.json",
2025-08-20T19:15:56.8226606Z [00:02:03.214]➜  			"metadatas/devops/DeleteRepository.json",
2025-08-20T19:15:56.8227013Z [00:02:03.214]➜  			"metadatas/devops/DeleteRepositoryGroup.json",
2025-08-20T19:15:56.8227377Z [00:02:03.214]➜  			"metadatas/devops/DeleteRepositoryMember.json",
2025-08-20T19:15:56.8227780Z [00:02:03.214]➜  			"metadatas/devops/DeleteRepositoryWebhook.json",
2025-08-20T19:15:56.8228165Z [00:02:03.214]➜  			"metadatas/devops/DeleteResourceMember.json",
2025-08-20T19:15:56.8228472Z [00:02:03.214]➜  			"metadatas/devops/DeleteTag.json",
2025-08-20T19:15:56.8228796Z [00:02:03.214]➜  			"metadatas/devops/DeleteUserKey.json",
2025-08-20T19:15:56.8229151Z [00:02:03.214]➜  			"metadatas/devops/DeleteVariableGroup.json",
2025-08-20T19:15:56.8229482Z [00:02:03.214]➜  			"metadatas/devops/DeleteWorkitem.json",
2025-08-20T19:15:56.8229880Z [00:02:03.214]➜  			"metadatas/devops/DeleteWorkitemAllComment.json",
2025-08-20T19:15:56.8230270Z [00:02:03.214]➜  			"metadatas/devops/DeleteWorkitemComment.json",
2025-08-20T19:15:56.8230591Z [00:02:03.214]➜  			"metadatas/devops/EnableDeployKey.json",
2025-08-20T19:15:56.8231037Z [00:02:03.214]➜  			"metadatas/devops/ExecuteChangeRequestReleaseStage.json",
2025-08-20T19:15:56.8231415Z [00:02:03.214]➜  			"metadatas/devops/ExportInsightCustomValue.json",
2025-08-20T19:15:56.8231831Z [00:02:03.214]➜  			"metadatas/devops/ExportInsightExpectedWorkTime.json",
2025-08-20T19:15:56.8232581Z [00:02:03.214]➜  			"metadatas/devops/ExportInsightField.json",
2025-08-20T19:15:56.8232993Z [00:02:03.214]➜  			"metadatas/devops/ExportInsightSpace.json",
2025-08-20T19:15:56.8233364Z [00:02:03.214]➜  			"metadatas/devops/ExportInsightSpaceRef.json",
2025-08-20T19:15:56.8233707Z [00:02:03.214]➜  			"metadatas/devops/ExportInsightSprint.json",
2025-08-20T19:15:56.8234042Z [00:02:03.214]➜  			"metadatas/devops/ExportInsightTagRef.json",
2025-08-20T19:15:56.8234395Z [00:02:03.214]➜  			"metadatas/devops/ExportInsightWorkTime.json",
2025-08-20T19:15:56.8234803Z [00:02:03.214]➜  			"metadatas/devops/ExportInsightWorkitemStatus.json",
2025-08-20T19:15:56.8235453Z [00:02:03.214]➜  			"metadatas/devops/ExportInsightWorkitemStatusJoinWorkitemDefectExtra.json",
2025-08-20T19:15:56.8235862Z [00:02:03.214]➜  			"metadatas/devops/ExportInsightWorkitemVersion.json",
2025-08-20T19:15:56.8236241Z [00:02:03.214]➜  			"metadatas/devops/ExportWorkitemActivity.json",
2025-08-20T19:15:56.8236566Z [00:02:03.214]➜  			"metadatas/devops/GetApplication.json",
2025-08-20T19:15:56.8236869Z [00:02:03.214]➜  			"metadatas/devops/GetBranchInfo.json",
2025-08-20T19:15:56.8237330Z [00:02:03.214]➜  			"metadatas/devops/GetCheckRun.json",
2025-08-20T19:15:56.8237696Z [00:02:03.214]➜  			"metadatas/devops/GetCodeupOrganization.json",
2025-08-20T19:15:56.8238021Z [00:02:03.214]➜  			"metadatas/devops/GetCompareDetail.json",
2025-08-20T19:15:56.8238374Z [00:02:03.214]➜  			"metadatas/devops/GetCustomFieldOption.json",
2025-08-20T19:15:56.8238706Z [00:02:03.214]➜  			"metadatas/devops/GetFileBlobs.json",
2025-08-20T19:15:56.8239032Z [00:02:03.214]➜  			"metadatas/devops/GetFileLastCommit.json",
2025-08-20T19:15:56.8239351Z [00:02:03.214]➜  			"metadatas/devops/GetFlowTagGroup.json",
2025-08-20T19:15:56.8239656Z [00:02:03.214]➜  			"metadatas/devops/GetGroupByPath.json",
2025-08-20T19:15:56.8239968Z [00:02:03.214]➜  			"metadatas/devops/GetGroupDetail.json",
2025-08-20T19:15:56.8240278Z [00:02:03.214]➜  			"metadatas/devops/GetHostGroup.json",
2025-08-20T19:15:56.8240598Z [00:02:03.214]➜  			"metadatas/devops/GetMergeRequest.json",
2025-08-20T19:15:56.8240990Z [00:02:03.214]➜  			"metadatas/devops/GetMergeRequestChangeTree.json",
2025-08-20T19:15:56.8241348Z [00:02:03.214]➜  			"metadatas/devops/GetOrganizationMember.json",
2025-08-20T19:15:56.8241651Z [00:02:03.214]➜  			"metadatas/devops/GetPipeline.json",
2025-08-20T19:15:56.8242024Z [00:02:03.214]➜  			"metadatas/devops/GetPipelineArtifactUrl.json",
2025-08-20T19:15:56.8242821Z [00:02:03.214]➜  			"metadatas/devops/GetPipelineEmasArtifactUrl.json",
2025-08-20T19:15:56.8243164Z [00:02:03.214]➜  			"metadatas/devops/GetPipelineGroup.json",
2025-08-20T19:15:56.8243473Z [00:02:03.214]➜  			"metadatas/devops/GetPipelineRun.json",
2025-08-20T19:15:56.8243847Z [00:02:03.214]➜  			"metadatas/devops/GetPipelineScanReportUrl.json",
2025-08-20T19:15:56.8244147Z [00:02:03.214]➜  			"metadatas/devops/GetProjectInfo.json",
2025-08-20T19:15:56.8244664Z [00:02:03.214]➜  			"metadatas/devops/GetProjectMember.json",
2025-08-20T19:15:56.8245076Z [00:02:03.214]➜  			"metadatas/devops/GetReleaseStagePipelineRun.json",
2025-08-20T19:15:56.8245427Z [00:02:03.214]➜  			"metadatas/devops/GetRepository.json",
2025-08-20T19:15:56.8245790Z [00:02:03.214]➜  			"metadatas/devops/GetRepositoryCommit.json",
2025-08-20T19:15:56.8246107Z [00:02:03.214]➜  			"metadatas/devops/GetRepositoryTag.json",
2025-08-20T19:15:56.8246457Z [00:02:03.214]➜  			"metadatas/devops/GetSearchCodePreview.json",
2025-08-20T19:15:56.8246788Z [00:02:03.214]➜  			"metadatas/devops/GetSprintInfo.json",
2025-08-20T19:15:56.8247126Z [00:02:03.214]➜  			"metadatas/devops/GetTestResultList.json",
2025-08-20T19:15:56.8247454Z [00:02:03.214]➜  			"metadatas/devops/GetTestcaseList.json",
2025-08-20T19:15:56.8247765Z [00:02:03.214]➜  			"metadatas/devops/GetUserInfo.json",
2025-08-20T19:15:56.8248108Z [00:02:03.214]➜  			"metadatas/devops/GetVMDeployOrder.json",
2025-08-20T19:15:56.8248457Z [00:02:03.214]➜  			"metadatas/devops/GetVariableGroup.json",
2025-08-20T19:15:56.8248826Z [00:02:03.214]➜  			"metadatas/devops/GetWorkItemActivity.json",
2025-08-20T19:15:56.8249154Z [00:02:03.214]➜  			"metadatas/devops/GetWorkItemInfo.json",
2025-08-20T19:15:56.8249538Z [00:02:03.214]➜  			"metadatas/devops/GetWorkItemWorkFlowInfo.json",
2025-08-20T19:15:56.8249991Z [00:02:03.214]➜  			"metadatas/devops/GetWorkitemAttachmentCreatemeta.json",
2025-08-20T19:15:56.8250371Z [00:02:03.215]➜  			"metadatas/devops/GetWorkitemCommentList.json",
2025-08-20T19:15:56.8250715Z [00:02:03.215]➜  			"metadatas/devops/GetWorkitemFile.json",
2025-08-20T19:15:56.8251076Z [00:02:03.215]➜  			"metadatas/devops/GetWorkitemRelations.json",
2025-08-20T19:15:56.8251470Z [00:02:03.215]➜  			"metadatas/devops/GetWorkitemTimeTypeList.json",
2025-08-20T19:15:56.8251817Z [00:02:03.215]➜  			"metadatas/devops/JoinPipelineGroup.json",
2025-08-20T19:15:56.8252194Z [00:02:03.215]➜  			"metadatas/devops/LinkMergeRequestLabel.json",
2025-08-20T19:15:56.8252785Z [00:02:03.215]➜  			"metadatas/devops/ListAllReleaseWorkflows.json",
2025-08-20T19:15:56.8253365Z [00:02:03.215]➜  			"metadatas/devops/ListAppReleaseStageExecutionIntegratedMetadata.json",
2025-08-20T19:15:56.8253964Z [00:02:03.215]➜  			"metadatas/devops/ListAppReleaseStageExecutions.json",
2025-08-20T19:15:56.8254329Z [00:02:03.215]➜  			"metadatas/devops/ListApplicationMembers.json",
2025-08-20T19:15:56.8254653Z [00:02:03.215]➜  			"metadatas/devops/ListApplications.json",
2025-08-20T19:15:56.8255120Z [00:02:03.215]➜  			"metadatas/devops/ListChangeRequestWorkflowExecutions.json",
2025-08-20T19:15:56.8255471Z [00:02:03.215]➜  			"metadatas/devops/ListChangeRequests.json",
2025-08-20T19:15:56.8255771Z [00:02:03.215]➜  			"metadatas/devops/ListCheckRuns.json",
2025-08-20T19:15:56.8256110Z [00:02:03.215]➜  			"metadatas/devops/ListCommitStatuses.json",
2025-08-20T19:15:56.8256441Z [00:02:03.215]➜  			"metadatas/devops/ListFlowTagGroups.json",
2025-08-20T19:15:56.8256762Z [00:02:03.215]➜  			"metadatas/devops/ListGroupMember.json",
2025-08-20T19:15:56.8257148Z [00:02:03.215]➜  			"metadatas/devops/ListGroupRepositories.json",
2025-08-20T19:15:56.8257460Z [00:02:03.215]➜  			"metadatas/devops/ListHostGroups.json",
2025-08-20T19:15:56.8257839Z [00:02:03.215]➜  			"metadatas/devops/ListJoinedOrganizations.json",
2025-08-20T19:15:56.8258220Z [00:02:03.215]➜  			"metadatas/devops/ListMergeRequestComments.json",
2025-08-20T19:15:56.8258624Z [00:02:03.215]➜  			"metadatas/devops/ListMergeRequestFilesReads.json",
2025-08-20T19:15:56.8259136Z [00:02:03.215]➜  			"metadatas/devops/ListMergeRequestLabels.json",
2025-08-20T19:15:56.8259521Z [00:02:03.215]➜  			"metadatas/devops/ListMergeRequestPatchSets.json",
2025-08-20T19:15:56.8259846Z [00:02:03.215]➜  			"metadatas/devops/ListMergeRequests.json",
2025-08-20T19:15:56.8260208Z [00:02:03.215]➜  			"metadatas/devops/ListOrganizationMembers.json",
2025-08-20T19:15:56.8260518Z [00:02:03.215]➜  			"metadatas/devops/ListOrganizations.json",
2025-08-20T19:15:56.8261112Z [00:02:03.215]➜  			"metadatas/devops/ListPipelineGroupPipelines.json",
2025-08-20T19:15:56.8261458Z [00:02:03.215]➜  			"metadatas/devops/ListPipelineGroups.json",
2025-08-20T19:15:56.8261849Z [00:02:03.215]➜  			"metadatas/devops/ListPipelineJobHistorys.json",
2025-08-20T19:15:56.8262178Z [00:02:03.215]➜  			"metadatas/devops/ListPipelineJobs.json",
2025-08-20T19:15:56.8262742Z [00:02:03.215]➜  			"metadatas/devops/ListPipelineRelations.json",
2025-08-20T19:15:56.8263083Z [00:02:03.215]➜  			"metadatas/devops/ListPipelineRuns.json",
2025-08-20T19:15:56.8263422Z [00:02:03.215]➜  			"metadatas/devops/ListPipelines.json",
2025-08-20T19:15:56.8263750Z [00:02:03.215]➜  			"metadatas/devops/ListProjectLabels.json",
2025-08-20T19:15:56.8264085Z [00:02:03.215]➜  			"metadatas/devops/ListProjectMembers.json",
2025-08-20T19:15:56.8264425Z [00:02:03.215]➜  			"metadatas/devops/ListProjectTemplates.json",
2025-08-20T19:15:56.8264799Z [00:02:03.215]➜  			"metadatas/devops/ListProjectWorkitemTypes.json",
2025-08-20T19:15:56.8265113Z [00:02:03.215]➜  			"metadatas/devops/ListProjects.json",
2025-08-20T19:15:56.8265472Z [00:02:03.215]➜  			"metadatas/devops/ListProtectedBranches.json",
2025-08-20T19:15:56.8265795Z [00:02:03.215]➜  			"metadatas/devops/ListPushRules.json",
2025-08-20T19:15:56.8266123Z [00:02:03.215]➜  			"metadatas/devops/ListRepositories.json",
2025-08-20T19:15:56.8266466Z [00:02:03.215]➜  			"metadatas/devops/ListRepositoryBranches.json",
2025-08-20T19:15:56.8266862Z [00:02:03.215]➜  			"metadatas/devops/ListRepositoryCommitDiff.json",
2025-08-20T19:15:56.8267300Z [00:02:03.215]➜  			"metadatas/devops/ListRepositoryCommits.json",
2025-08-20T19:15:56.8267662Z [00:02:03.215]➜  			"metadatas/devops/ListRepositoryGroups.json",
2025-08-20T19:15:56.8268115Z [00:02:03.215]➜  			"metadatas/devops/ListRepositoryMemberWithInherited.json",
2025-08-20T19:15:56.8268464Z [00:02:03.215]➜  			"metadatas/devops/ListRepositoryTags.json",
2025-08-20T19:15:56.8268815Z [00:02:03.215]➜  			"metadatas/devops/ListRepositoryTree.json",
2025-08-20T19:15:56.8269200Z [00:02:03.215]➜  			"metadatas/devops/ListRepositoryWebhook.json",
2025-08-20T19:15:56.8269555Z [00:02:03.215]➜  			"metadatas/devops/ListResourceMembers.json",
2025-08-20T19:15:56.8270052Z [00:02:03.215]➜  			"metadatas/devops/ListSearchCommit.json",
2025-08-20T19:15:56.8270408Z [00:02:03.215]➜  			"metadatas/devops/ListSearchRepository.json",
2025-08-20T19:15:56.8270769Z [00:02:03.215]➜  			"metadatas/devops/ListSearchSourceCode.json",
2025-08-20T19:15:56.8271099Z [00:02:03.215]➜  			"metadatas/devops/ListServiceAuths.json",
2025-08-20T19:15:56.8271494Z [00:02:03.215]➜  			"metadatas/devops/ListServiceConnections.json",
2025-08-20T19:15:56.8271866Z [00:02:03.215]➜  			"metadatas/devops/ListServiceCredentials.json",
2025-08-20T19:15:56.8272186Z [00:02:03.215]➜  			"metadatas/devops/ListSprints.json",
2025-08-20T19:15:56.8272789Z [00:02:03.215]➜  			"metadatas/devops/ListTestCaseFields.json",
2025-08-20T19:15:56.8273171Z [00:02:03.215]➜  			"metadatas/devops/ListUserDrawRecordByPk.json",
2025-08-20T19:15:56.8273488Z [00:02:03.215]➜  			"metadatas/devops/ListUserKeys.json",
2025-08-20T19:15:56.8273825Z [00:02:03.215]➜  			"metadatas/devops/ListUserResources.json",
2025-08-20T19:15:56.8274168Z [00:02:03.215]➜  			"metadatas/devops/ListVariableGroups.json",
2025-08-20T19:15:56.8274542Z [00:02:03.215]➜  			"metadatas/devops/ListWorkItemAllFields.json",
2025-08-20T19:15:56.8274949Z [00:02:03.215]➜  			"metadatas/devops/ListWorkItemWorkFlowStatus.json",
2025-08-20T19:15:56.8275367Z [00:02:03.215]➜  			"metadatas/devops/ListWorkitemAttachments.json",
2025-08-20T19:15:56.8275857Z [00:02:03.215]➜  			"metadatas/devops/ListWorkitemEstimate.json",
2025-08-20T19:15:56.8276192Z [00:02:03.215]➜  			"metadatas/devops/ListWorkitemTime.json",
2025-08-20T19:15:56.8276500Z [00:02:03.215]➜  			"metadatas/devops/ListWorkitems.json",
2025-08-20T19:15:56.8276832Z [00:02:03.215]➜  			"metadatas/devops/LogPipelineJobRun.json",
2025-08-20T19:15:56.8277169Z [00:02:03.215]➜  			"metadatas/devops/LogVMDeployMachine.json",
2025-08-20T19:15:56.8277711Z [00:02:03.215]➜  			"metadatas/devops/MergeMergeRequest.json",
2025-08-20T19:15:56.8278116Z [00:02:03.215]➜  			"metadatas/devops/PassPipelineValidate.json",
2025-08-20T19:15:56.8278594Z [00:02:03.215]➜  			"metadatas/devops/PassReleaseStagePipelineValidate.json",
2025-08-20T19:15:56.8278968Z [00:02:03.215]➜  			"metadatas/devops/RefusePipelineValidate.json",
2025-08-20T19:15:56.8279444Z [00:02:03.215]➜  			"metadatas/devops/RefuseReleaseStagePipelineValidate.json",
2025-08-20T19:15:56.8279785Z [00:02:03.215]➜  			"metadatas/devops/ReopenMergeRequest.json",
2025-08-20T19:15:56.8280091Z [00:02:03.215]➜  			"metadatas/devops/ResetSshKey.json",
2025-08-20T19:15:56.8280440Z [00:02:03.215]➜  			"metadatas/devops/ResumeVMDeployOrder.json",
2025-08-20T19:15:56.8280794Z [00:02:03.215]➜  			"metadatas/devops/RetryPipelineJobRun.json",
2025-08-20T19:15:56.8281198Z [00:02:03.215]➜  			"metadatas/devops/RetryVMDeployMachine.json",
2025-08-20T19:15:56.8281557Z [00:02:03.215]➜  			"metadatas/devops/ReviewMergeRequest.json",
2025-08-20T19:15:56.8281906Z [00:02:03.215]➜  			"metadatas/devops/SkipPipelineJobRun.json",
2025-08-20T19:15:56.8282245Z [00:02:03.215]➜  			"metadatas/devops/SkipVMDeployMachine.json",
2025-08-20T19:15:56.8282770Z [00:02:03.215]➜  			"metadatas/devops/StartPipelineRun.json",
2025-08-20T19:15:56.8283119Z [00:02:03.215]➜  			"metadatas/devops/StopPipelineJobRun.json",
2025-08-20T19:15:56.8283444Z [00:02:03.215]➜  			"metadatas/devops/StopPipelineRun.json",
2025-08-20T19:15:56.8283766Z [00:02:03.215]➜  			"metadatas/devops/StopVMDeployOrder.json",
2025-08-20T19:15:56.8284111Z [00:02:03.215]➜  			"metadatas/devops/TransferRepository.json",
2025-08-20T19:15:56.8284503Z [00:02:03.215]➜  			"metadatas/devops/TriggerRepositoryMirrorSync.json",
2025-08-20T19:15:56.8284837Z [00:02:03.215]➜  			"metadatas/devops/UpdateAppMember.json",
2025-08-20T19:15:56.8285180Z [00:02:03.215]➜  			"metadatas/devops/UpdateApplication.json",
2025-08-20T19:15:56.8285513Z [00:02:03.215]➜  			"metadatas/devops/UpdateCheckRun.json",
2025-08-20T19:15:56.8285825Z [00:02:03.215]➜  			"metadatas/devops/UpdateFile.json",
2025-08-20T19:15:56.8286138Z [00:02:03.215]➜  			"metadatas/devops/UpdateFlowTag.json",
2025-08-20T19:15:56.8286696Z [00:02:03.215]➜  			"metadatas/devops/UpdateFlowTagGroup.json",
2025-08-20T19:15:56.8287009Z [00:02:03.215]➜  			"metadatas/devops/UpdateGroup.json",
2025-08-20T19:15:56.8287328Z [00:02:03.215]➜  			"metadatas/devops/UpdateGroupMember.json",
2025-08-20T19:15:56.8287658Z [00:02:03.215]➜  			"metadatas/devops/UpdateHostGroup.json",
2025-08-20T19:15:56.8288000Z [00:02:03.215]➜  			"metadatas/devops/UpdateMergeRequest.json",
2025-08-20T19:15:56.8288410Z [00:02:03.215]➜  			"metadatas/devops/UpdateMergeRequestPersonnel.json",
2025-08-20T19:15:56.8288796Z [00:02:03.215]➜  			"metadatas/devops/UpdateOrganizationMember.json",
2025-08-20T19:15:56.8289124Z [00:02:03.215]➜  			"metadatas/devops/UpdatePipeline.json",
2025-08-20T19:15:56.8289498Z [00:02:03.215]➜  			"metadatas/devops/UpdatePipelineBaseInfo.json",
2025-08-20T19:15:56.8289864Z [00:02:03.215]➜  			"metadatas/devops/UpdatePipelineGroup.json",
2025-08-20T19:15:56.8290201Z [00:02:03.215]➜  			"metadatas/devops/UpdateProjectField.json",
2025-08-20T19:15:56.8290548Z [00:02:03.215]➜  			"metadatas/devops/UpdateProjectLabel.json",
2025-08-20T19:15:56.8290882Z [00:02:03.215]➜  			"metadatas/devops/UpdateProjectMember.json",
2025-08-20T19:15:56.8291258Z [00:02:03.215]➜  			"metadatas/devops/UpdateProtectedBranches.json",
2025-08-20T19:15:56.8291616Z [00:02:03.215]➜  			"metadatas/devops/UpdatePushReviewOnOff.json",
2025-08-20T19:15:56.8292131Z [00:02:03.215]➜  			"metadatas/devops/UpdatePushRule.json",
2025-08-20T19:15:56.8292670Z [00:02:03.215]➜  			"metadatas/devops/UpdateRepository.json",
2025-08-20T19:15:56.8293076Z [00:02:03.215]➜  			"metadatas/devops/UpdateRepositoryMember.json",
2025-08-20T19:15:56.8293427Z [00:02:03.215]➜  			"metadatas/devops/UpdateResourceMember.json",
2025-08-20T19:15:56.8293754Z [00:02:03.215]➜  			"metadatas/devops/UpdateTestCase.json",
2025-08-20T19:15:56.8294296Z [00:02:03.215]➜  			"metadatas/devops/UpdateTestResult.json",
2025-08-20T19:15:56.8294663Z [00:02:03.215]➜  			"metadatas/devops/UpdateVariableGroup.json",
2025-08-20T19:15:56.8294970Z [00:02:03.215]➜  			"metadatas/devops/UpdateWorkItem.json",
2025-08-20T19:15:56.8295336Z [00:02:03.215]➜  			"metadatas/devops/UpdateWorkitemComment.json",
2025-08-20T19:15:56.8295665Z [00:02:03.215]➜  			"metadatas/devops/UpdateWorkitemField.json",
2025-08-20T19:15:56.8296043Z [00:02:03.215]➜  			"metadatas/devops/WorkitemAttachmentCreate.json",
2025-08-20T19:15:56.8296338Z [00:02:03.215]➜  			"metadatas/dm/AddIpfilter.json",
2025-08-20T19:15:56.8296662Z [00:02:03.215]➜  			"metadatas/dm/ApproveReplyMailAddress.json",
2025-08-20T19:15:56.8296958Z [00:02:03.215]➜  			"metadatas/dm/BatchSendMail.json",
2025-08-20T19:15:56.8297225Z [00:02:03.215]➜  			"metadatas/dm/CheckDomain.json",
2025-08-20T19:15:56.8297563Z [00:02:03.215]➜  			"metadatas/dm/CheckReplyToMailAddress.json",
2025-08-20T19:15:56.8297854Z [00:02:03.215]➜  			"metadatas/dm/CreateDomain.json",
2025-08-20T19:15:56.8298161Z [00:02:03.215]➜  			"metadatas/dm/CreateMailAddress.json",
2025-08-20T19:15:56.8298453Z [00:02:03.215]➜  			"metadatas/dm/CreateReceiver.json",
2025-08-20T19:15:56.8298727Z [00:02:03.215]➜  			"metadatas/dm/CreateTag.json",
2025-08-20T19:15:56.8299057Z [00:02:03.215]➜  			"metadatas/dm/CreateUserSuppression.json",
2025-08-20T19:15:56.8299452Z [00:02:03.215]➜  			"metadatas/dm/DedicatedIpAutoRenewal.json",
2025-08-20T19:15:56.8299840Z [00:02:03.215]➜  			"metadatas/dm/DedicatedIpChangeWarmupType.json",
2025-08-20T19:15:56.8300263Z [00:02:03.215]➜  			"metadatas/dm/DedicatedIpList.json",
2025-08-20T19:15:56.8300605Z [00:02:03.215]➜  			"metadatas/dm/DedicatedIpNonePoolList.json",
2025-08-20T19:15:56.8300935Z [00:02:03.215]➜  			"metadatas/dm/DedicatedIpPoolCreate.json",
2025-08-20T19:15:56.8301268Z [00:02:03.215]➜  			"metadatas/dm/DedicatedIpPoolDelete.json",
2025-08-20T19:15:56.8301603Z [00:02:03.215]➜  			"metadatas/dm/DedicatedIpPoolList.json",
2025-08-20T19:15:56.8301915Z [00:02:03.215]➜  			"metadatas/dm/DedicatedIpPoolUpdate.json",
2025-08-20T19:15:56.8302335Z [00:02:03.215]➜  			"metadatas/dm/DeleteDomain.json",
2025-08-20T19:15:56.8302921Z [00:02:03.215]➜  			"metadatas/dm/DeleteInvalidAddress.json",
2025-08-20T19:15:56.8303317Z [00:02:03.215]➜  			"metadatas/dm/DeleteIpfilterByEdmId.json",
2025-08-20T19:15:56.8303631Z [00:02:03.215]➜  			"metadatas/dm/DeleteMailAddress.json",
2025-08-20T19:15:56.8303925Z [00:02:03.215]➜  			"metadatas/dm/DeleteReceiver.json",
2025-08-20T19:15:56.8304254Z [00:02:03.215]➜  			"metadatas/dm/DeleteReceiverDetail.json",
2025-08-20T19:15:56.8304541Z [00:02:03.215]➜  			"metadatas/dm/DeleteTag.json",
2025-08-20T19:15:56.8304854Z [00:02:03.215]➜  			"metadatas/dm/DescAccountSummary.json",
2025-08-20T19:15:56.8305142Z [00:02:03.215]➜  			"metadatas/dm/DescDomain.json",
2025-08-20T19:15:56.8305447Z [00:02:03.215]➜  			"metadatas/dm/GetIpProtection.json",
2025-08-20T19:15:56.8305769Z [00:02:03.215]➜  			"metadatas/dm/GetIpfilterList.json",
2025-08-20T19:15:56.8306055Z [00:02:03.215]➜  			"metadatas/dm/GetTrackList.json",
2025-08-20T19:15:56.8306488Z [00:02:03.215]➜  			"metadatas/dm/GetTrackListByMailFromAndTagName.json",
2025-08-20T19:15:56.8306755Z [00:02:03.215]➜  			"metadatas/dm/GetUser.json",
2025-08-20T19:15:56.8307061Z [00:02:03.215]➜  			"metadatas/dm/ListBlockSending.json",
2025-08-20T19:15:56.8307374Z [00:02:03.215]➜  			"metadatas/dm/ListUserSuppression.json",
2025-08-20T19:15:56.8307824Z [00:02:03.215]➜  			"metadatas/dm/ModifyMailAddress.json",
2025-08-20T19:15:56.8308126Z [00:02:03.215]➜  			"metadatas/dm/ModifyPWByDomain.json",
2025-08-20T19:15:56.8308395Z [00:02:03.215]➜  			"metadatas/dm/ModifyTag.json",
2025-08-20T19:15:56.8308693Z [00:02:03.216]➜  			"metadatas/dm/QueryDomainByParam.json",
2025-08-20T19:15:56.8309011Z [00:02:03.216]➜  			"metadatas/dm/QueryInvalidAddress.json",
2025-08-20T19:15:56.8309343Z [00:02:03.216]➜  			"metadatas/dm/QueryMailAddressByParam.json",
2025-08-20T19:15:56.8309834Z [00:02:03.216]➜  			"metadatas/dm/QueryReceiverByParam.json",
2025-08-20T19:15:56.8310144Z [00:02:03.216]➜  			"metadatas/dm/QueryReceiverDetail.json",
2025-08-20T19:15:56.8310436Z [00:02:03.216]➜  			"metadatas/dm/QueryTagByParam.json",
2025-08-20T19:15:56.8310737Z [00:02:03.216]➜  			"metadatas/dm/QueryTaskByParam.json",
2025-08-20T19:15:56.8311050Z [00:02:03.216]➜  			"metadatas/dm/RemoveUserSuppression.json",
2025-08-20T19:15:56.8317081Z [00:02:03.216]➜  			"metadatas/dm/SaveReceiverDetail.json",
2025-08-20T19:15:56.8317562Z [00:02:03.217]➜  			"metadatas/dm/SendTestByTemplate.json",
2025-08-20T19:15:56.8318034Z [00:02:03.217]➜  			"metadatas/dm/SenderStatisticsByTagNameAndBatchID.json",
2025-08-20T19:15:56.8318436Z [00:02:03.217]➜  			"metadatas/dm/SenderStatisticsDetailByParam.json",
2025-08-20T19:15:56.8318750Z [00:02:03.217]➜  			"metadatas/dm/SingleSendMail.json",
2025-08-20T19:15:56.8319040Z [00:02:03.217]➜  			"metadatas/dm/UnblockSending.json",
2025-08-20T19:15:56.8319378Z [00:02:03.217]➜  			"metadatas/dm/UpdateIpProtection.json",
2025-08-20T19:15:56.8319650Z [00:02:03.217]➜  			"metadatas/dm/UpdateUser.json",
2025-08-20T19:15:56.8319961Z [00:02:03.217]➜  			"metadatas/dms-dg/AddDatabase.json",
2025-08-20T19:15:56.8320266Z [00:02:03.217]➜  			"metadatas/dms-dg/AddDatabaseList.json",
2025-08-20T19:15:56.8320573Z [00:02:03.217]➜  			"metadatas/dms-dg/CheckDGEnabled.json",
2025-08-20T19:15:56.8320878Z [00:02:03.217]➜  			"metadatas/dms-dg/ConnectDatabase.json",
2025-08-20T19:15:56.8321249Z [00:02:03.217]➜  			"metadatas/dms-dg/CreateGateway.json",
2025-08-20T19:15:56.8321620Z [00:02:03.217]➜  			"metadatas/dms-dg/CreateGatewayVerifyCode.json",
2025-08-20T19:15:56.8321932Z [00:02:03.217]➜  			"metadatas/dms-dg/DeleteDatabase.json",
2025-08-20T19:15:56.8322238Z [00:02:03.217]➜  			"metadatas/dms-dg/DeleteGateway.json",
2025-08-20T19:15:56.8322792Z [00:02:03.217]➜  			"metadatas/dms-dg/DeleteGatewayInstance.json",
2025-08-20T19:15:56.8323135Z [00:02:03.217]➜  			"metadatas/dms-dg/DescribeRegions.json",
2025-08-20T19:15:56.8323512Z [00:02:03.217]➜  			"metadatas/dms-dg/DownloadGatewayProgram.json",
2025-08-20T19:15:56.8324025Z [00:02:03.217]➜  			"metadatas/dms-dg/FindUserGatewayById.json",
2025-08-20T19:15:56.8324362Z [00:02:03.217]➜  			"metadatas/dms-dg/GetUserDatabases.json",
2025-08-20T19:15:56.8324726Z [00:02:03.217]➜  			"metadatas/dms-dg/GetUserGatewayInstances.json",
2025-08-20T19:15:56.8325028Z [00:02:03.217]➜  			"metadatas/dms-dg/GetUserGateways.json",
2025-08-20T19:15:56.8325409Z [00:02:03.217]➜  			"metadatas/dms-dg/ListDatabaseAccessPoint.json",
2025-08-20T19:15:56.8325705Z [00:02:03.217]➜  			"metadatas/dms-dg/ModifyDatabase.json",
2025-08-20T19:15:56.8326010Z [00:02:03.217]➜  			"metadatas/dms-dg/ModifyGateway.json",
2025-08-20T19:15:56.8326293Z [00:02:03.217]➜  			"metadatas/dms-dg/RetryDatabase.json",
2025-08-20T19:15:56.8326582Z [00:02:03.217]➜  			"metadatas/dms-dg/StopGateway.json",
2025-08-20T19:15:56.8327010Z [00:02:03.217]➜  			"metadatas/dms-enterprise/AddAuthorityTemplateItems.json",
2025-08-20T19:15:56.8327406Z [00:02:03.217]➜  			"metadatas/dms-enterprise/AddDesensitizationRule.json",
2025-08-20T19:15:56.8327738Z [00:02:03.217]➜  			"metadatas/dms-enterprise/AddInstance.json",
2025-08-20T19:15:56.8328083Z [00:02:03.217]➜  			"metadatas/dms-enterprise/AddLhMembers.json",
2025-08-20T19:15:56.8328502Z [00:02:03.217]➜  			"metadatas/dms-enterprise/AddLogicTableRouteConfig.json",
2025-08-20T19:15:56.8328884Z [00:02:03.217]➜  			"metadatas/dms-enterprise/AddTableToCategory.json",
2025-08-20T19:15:56.8329373Z [00:02:03.217]➜  			"metadatas/dms-enterprise/AddTaskFlowEdges.json",
2025-08-20T19:15:56.8329758Z [00:02:03.217]➜  			"metadatas/dms-enterprise/AnalyzeSQLLineage.json",
2025-08-20T19:15:56.8330102Z [00:02:03.217]➜  			"metadatas/dms-enterprise/ApproveOrder.json",
2025-08-20T19:15:56.8330422Z [00:02:03.217]➜  			"metadatas/dms-enterprise/BackFill.json",
2025-08-20T19:15:56.8330891Z [00:02:03.217]➜  			"metadatas/dms-enterprise/BatchCreateDataLakePartitions.json",
2025-08-20T19:15:56.8331475Z [00:02:03.217]➜  			"metadatas/dms-enterprise/BatchDeleteDataLakePartitions.json",
2025-08-20T19:15:56.8331942Z [00:02:03.217]➜  			"metadatas/dms-enterprise/BatchUpdateDataLakePartitions.json",
2025-08-20T19:15:56.8332348Z [00:02:03.217]➜  			"metadatas/dms-enterprise/BuyPayAsYouGoOrder.json",
2025-08-20T19:15:56.8332974Z [00:02:03.217]➜  			"metadatas/dms-enterprise/ChangeColumnSecLevel.json",
2025-08-20T19:15:56.8333604Z [00:02:03.217]➜  			"metadatas/dms-enterprise/ChangeColumnSecurityLevel.json",
2025-08-20T19:15:56.8333986Z [00:02:03.217]➜  			"metadatas/dms-enterprise/ChangeLhDagOwner.json",
2025-08-20T19:15:56.8334319Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CloseOrder.json",
2025-08-20T19:15:56.8334730Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateAbacAuthorization.json",
2025-08-20T19:15:56.8335098Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateAbacPolicy.json",
2025-08-20T19:15:56.8335505Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateAuthorityTemplate.json",
2025-08-20T19:15:56.8335924Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateDataArchiveOrder.json",
2025-08-20T19:15:56.8336338Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateDataCorrectOrder.json",
2025-08-20T19:15:56.8336771Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateDataCronClearOrder.json",
2025-08-20T19:15:56.8337158Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateDataExportOrder.json",
2025-08-20T19:15:56.8337558Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateDataImportOrder.json",
2025-08-20T19:15:56.8337949Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateDataLakeDatabase.json",
2025-08-20T19:15:56.8338347Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateDataLakeFunction.json",
2025-08-20T19:15:56.8338746Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateDataLakePartition.json",
2025-08-20T19:15:56.8339123Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateDataLakeTable.json",
2025-08-20T19:15:56.8339521Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateDataTrackOrder.json",
2025-08-20T19:15:56.8339970Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateDatabaseExportOrder.json",
2025-08-20T19:15:56.8340555Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateFreeLockCorrectOrder.json",
2025-08-20T19:15:56.8340946Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateLakeHouseSpace.json",
2025-08-20T19:15:56.8341310Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateLogicDatabase.json",
2025-08-20T19:15:56.8341701Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateMetaCategory.json",
2025-08-20T19:15:56.8342037Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateOrder.json",
2025-08-20T19:15:56.8342616Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateProcCorrectOrder.json",
2025-08-20T19:15:56.8342964Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateProxy.json",
2025-08-20T19:15:56.8343346Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateProxyAccess.json",
2025-08-20T19:15:56.8343760Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreatePublishGroupTask.json",
2025-08-20T19:15:56.8344162Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateSQLReviewOrder.json",
2025-08-20T19:15:56.8344525Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateScenario.json",
2025-08-20T19:15:56.8344915Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateStandardGroup.json",
2025-08-20T19:15:56.8345295Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateStructSyncOrder.json",
2025-08-20T19:15:56.8345629Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateTask.json",
2025-08-20T19:15:56.8346129Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateTaskFlow.json",
2025-08-20T19:15:56.8346509Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateUploadFileJob.json",
2025-08-20T19:15:56.8346911Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateUploadOSSFileJob.json",
2025-08-20T19:15:56.8347272Z [00:02:03.217]➜  			"metadatas/dms-enterprise/CreateWorkspace.json",
2025-08-20T19:15:56.8347789Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteAbacAuthorization.json",
2025-08-20T19:15:56.8348169Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteAbacPolicy.json",
2025-08-20T19:15:56.8348570Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteAuthorityTemplate.json",
2025-08-20T19:15:56.8348975Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteDataLakeDatabase.json",
2025-08-20T19:15:56.8349367Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteDataLakeFunction.json",
2025-08-20T19:15:56.8349921Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteDataLakePartition.json",
2025-08-20T19:15:56.8350349Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteDataLakeTable.json",
2025-08-20T19:15:56.8350717Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteInstance.json",
2025-08-20T19:15:56.8351112Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteLakeHouseSpace.json",
2025-08-20T19:15:56.8351480Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteLhMembers.json",
2025-08-20T19:15:56.8351856Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteLogicDatabase.json",
2025-08-20T19:15:56.8352315Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteLogicTableRouteConfig.json",
2025-08-20T19:15:56.8352893Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteMetaCategory.json",
2025-08-20T19:15:56.8353241Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteProxy.json",
2025-08-20T19:15:56.8353607Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteProxyAccess.json",
2025-08-20T19:15:56.8353955Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteScenario.json",
2025-08-20T19:15:56.8354345Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteStandardGroup.json",
2025-08-20T19:15:56.8354678Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteTask.json",
2025-08-20T19:15:56.8355029Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteTaskFlow.json",
2025-08-20T19:15:56.8355522Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteTaskFlowEdgesByCondition.json",
2025-08-20T19:15:56.8355856Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteUser.json",
2025-08-20T19:15:56.8356221Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DeleteWorkspace.json",
2025-08-20T19:15:56.8356538Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DisableUser.json",
2025-08-20T19:15:56.8357083Z [00:02:03.217]➜  			"metadatas/dms-enterprise/DownloadDataTrackResult.json",
2025-08-20T19:15:56.8357450Z [00:02:03.217]➜  			"metadatas/dms-enterprise/EditLogicDatabase.json",
2025-08-20T19:15:56.8357762Z [00:02:03.217]➜  			"metadatas/dms-enterprise/EnableUser.json",
2025-08-20T19:15:56.8358157Z [00:02:03.217]➜  			"metadatas/dms-enterprise/ExecuteDataCorrect.json",
2025-08-20T19:15:56.8358531Z [00:02:03.217]➜  			"metadatas/dms-enterprise/ExecuteDataExport.json",
2025-08-20T19:15:56.8358891Z [00:02:03.217]➜  			"metadatas/dms-enterprise/ExecuteScript.json",
2025-08-20T19:15:56.8359244Z [00:02:03.217]➜  			"metadatas/dms-enterprise/ExecuteStructSync.json",
2025-08-20T19:15:56.8359641Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GenerateSqlFromNL.json",
2025-08-20T19:15:56.8359991Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetAbacPolicy.json",
2025-08-20T19:15:56.8360382Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetApprovalDetail.json",
2025-08-20T19:15:56.8360781Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetAuthorityTemplate.json",
2025-08-20T19:15:56.8361214Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetAuthorityTemplateItem.json",
2025-08-20T19:15:56.8361658Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetClassificationTemplate.json",
2025-08-20T19:15:56.8362082Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDBTaskSQLJobLog.json",
2025-08-20T19:15:56.8362793Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDBTopology.json",
2025-08-20T19:15:56.8363227Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataArchiveCount.json",
2025-08-20T19:15:56.8363689Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataArchiveOrderDetail.json",
2025-08-20T19:15:56.8364137Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataCorrectBackupFiles.json",
2025-08-20T19:15:56.8364773Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataCorrectOrderDetail.json",
2025-08-20T19:15:56.8365249Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataCorrectRollbackFile.json",
2025-08-20T19:15:56.8365676Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataCorrectSQLFile.json",
2025-08-20T19:15:56.8366101Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataCorrectTaskDetail.json",
2025-08-20T19:15:56.8366530Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataCronClearConfig.json",
2025-08-20T19:15:56.8367175Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataCronClearTaskDetailList.json",
2025-08-20T19:15:56.8367654Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataExportDownloadURL.json",
2025-08-20T19:15:56.8368108Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataExportOrderDetail.json",
2025-08-20T19:15:56.8368593Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataExportPreCheckDetail.json",
2025-08-20T19:15:56.8368998Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataImportSQL.json",
2025-08-20T19:15:56.8369409Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataLakeCatalog.json",
2025-08-20T19:15:56.8369814Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataLakeDatabase.json",
2025-08-20T19:15:56.8370219Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataLakeFunction.json",
2025-08-20T19:15:56.8370622Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataLakePartition.json",
2025-08-20T19:15:56.8371000Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataLakeTable.json",
2025-08-20T19:15:56.8371452Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataTrackJobDegree.json",
2025-08-20T19:15:56.8371889Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataTrackJobTableMeta.json",
2025-08-20T19:15:56.8372330Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDataTrackOrderDetail.json",
2025-08-20T19:15:56.8372881Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDatabase.json",
2025-08-20T19:15:56.8373371Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDatabaseExportOrderDetail.json",
2025-08-20T19:15:56.8373820Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetDbExportDownloadURL.json",
2025-08-20T19:15:56.8374183Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetInstance.json",
2025-08-20T19:15:56.8374787Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetIntervalLimitOfSLA.json",
2025-08-20T19:15:56.8375179Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetLhSpaceByName.json",
2025-08-20T19:15:56.8375559Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetLogicDatabase.json",
2025-08-20T19:15:56.8376089Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetMetaTableColumn.json",
2025-08-20T19:15:56.8376504Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetMetaTableDetailInfo.json",
2025-08-20T19:15:56.8376914Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetOnlineDDLProgress.json",
2025-08-20T19:15:56.8377239Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetOpLog.json",
2025-08-20T19:15:56.8377655Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetOrderAttachmentFile.json",
2025-08-20T19:15:56.8378040Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetOrderBaseInfo.json",
2025-08-20T19:15:56.8378475Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetOwnerApplyOrderDetail.json",
2025-08-20T19:15:56.8378860Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetPagedInstance.json",
2025-08-20T19:15:56.8379306Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetPermApplyOrderDetail.json",
2025-08-20T19:15:56.8379696Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetPhysicalDatabase.json",
2025-08-20T19:15:56.8380057Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetProxy.json",
2025-08-20T19:15:56.8380418Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetProxyAccess.json",
2025-08-20T19:15:56.8380833Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetRuleNumLimitOfSLA.json",
2025-08-20T19:15:56.8381311Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetSQLReviewCheckResultStatus.json",
2025-08-20T19:15:56.8381770Z [00:02:03.217]➜  			"metadatas/dms-enterprise/GetSQLReviewOptimizeDetail.json",
2025-08-20T19:15:56.8382290Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetStandardGroup.json",
2025-08-20T19:15:56.8382956Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetStructSyncExecSqlDetail.json",
2025-08-20T19:15:56.8383438Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetStructSyncJobAnalyzeResult.json",
2025-08-20T19:15:56.8383851Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetStructSyncJobDetail.json",
2025-08-20T19:15:56.8384281Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetStructSyncOrderDetail.json",
2025-08-20T19:15:56.8384839Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetTableDBTopology.json",
2025-08-20T19:15:56.8385322Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetTableDesignProjectFlow.json",
2025-08-20T19:15:56.8385772Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetTableDesignProjectInfo.json",
2025-08-20T19:15:56.8386142Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetTableTopology.json",
2025-08-20T19:15:56.8386477Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetTask.json",
2025-08-20T19:15:56.8386869Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetTaskFlowGraph.json",
2025-08-20T19:15:56.8387294Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetTaskFlowNotification.json",
2025-08-20T19:15:56.8387718Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetTaskInstanceRelation.json",
2025-08-20T19:15:56.8388046Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetUser.json",
2025-08-20T19:15:56.8388440Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetUserActiveTenant.json",
2025-08-20T19:15:56.8388870Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetUserUploadFileJob.json",
2025-08-20T19:15:56.8389237Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GetWorkspace.json",
2025-08-20T19:15:56.8389672Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GrantTemplateAuthority.json",
2025-08-20T19:15:56.8390064Z [00:02:03.218]➜  			"metadatas/dms-enterprise/GrantUserPermission.json",
2025-08-20T19:15:56.8390507Z [00:02:03.218]➜  			"metadatas/dms-enterprise/InspectProxyAccessSecret.json",
2025-08-20T19:15:56.8390941Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListAbacAuthorizations.json",
2025-08-20T19:15:56.8391328Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListAbacPolicies.json",
2025-08-20T19:15:56.8391902Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListAuthorityTemplate.json",
2025-08-20T19:15:56.8392589Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListAuthorizedDatabasesForUser.json",
2025-08-20T19:15:56.8393084Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListAuthorizedInstancesForUser.json",
2025-08-20T19:15:56.8393723Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListAuthorizedUsersForDatabase.json",
2025-08-20T19:15:56.8394199Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListAuthorizedUsersForInstance.json",
2025-08-20T19:15:56.8394654Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListClassificationTemplates.json",
2025-08-20T19:15:56.8394984Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListColumns.json",
2025-08-20T19:15:56.8395371Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDAGVersions.json",
2025-08-20T19:15:56.8395738Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDBTaskSQLJob.json",
2025-08-20T19:15:56.8396165Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDBTaskSQLJobDetail.json",
2025-08-20T19:15:56.8396574Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDDLPublishRecords.json",
2025-08-20T19:15:56.8397011Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataCorrectPreCheckDB.json",
2025-08-20T19:15:56.8397476Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataCorrectPreCheckSQL.json",
2025-08-20T19:15:56.8397978Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataImportSQLPreCheckDetail.json",
2025-08-20T19:15:56.8398372Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataImportSQLType.json",
2025-08-20T19:15:56.8398763Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataLakeCatalog.json",
2025-08-20T19:15:56.8399147Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataLakeDatabase.json",
2025-08-20T19:15:56.8399676Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataLakeFunction.json",
2025-08-20T19:15:56.8400154Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataLakeFunctionName.json",
2025-08-20T19:15:56.8400561Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataLakePartition.json",
2025-08-20T19:15:56.8401027Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataLakePartitionByFilter.json",
2025-08-20T19:15:56.8401461Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataLakePartitionName.json",
2025-08-20T19:15:56.8401950Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataLakeTable.json",
2025-08-20T19:15:56.8402353Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataLakeTableName.json",
2025-08-20T19:15:56.8402984Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDataLakeTablebaseInfo.json",
2025-08-20T19:15:56.8403419Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDatabaseUserPermssions.json",
2025-08-20T19:15:56.8403769Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDatabases.json",
2025-08-20T19:15:56.8404152Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDefaultSLARules.json",
2025-08-20T19:15:56.8404574Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListDesensitizationRule.json",
2025-08-20T19:15:56.8404973Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListEffectiveOrders.json",
2025-08-20T19:15:56.8405326Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListIndexes.json",
2025-08-20T19:15:56.8405756Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListInstanceLoginAuditLog.json",
2025-08-20T19:15:56.8406234Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListInstanceUserPermissions.json",
2025-08-20T19:15:56.8406581Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListInstances.json",
2025-08-20T19:15:56.8407020Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListLhTaskFlowAndScenario.json",
2025-08-20T19:15:56.8407391Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListLogicDatabases.json",
2025-08-20T19:15:56.8407812Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListLogicTableRouteConfig.json",
2025-08-20T19:15:56.8408174Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListLogicTables.json",
2025-08-20T19:15:56.8408540Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListMetaCategory.json",
2025-08-20T19:15:56.8408987Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListOrders.json",
2025-08-20T19:15:56.8409320Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListProxies.json",
2025-08-20T19:15:56.8409693Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListProxyAccesses.json",
2025-08-20T19:15:56.8410131Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListProxySQLExecAuditLog.json",
2025-08-20T19:15:56.8410611Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListSLARules.json",
2025-08-20T19:15:56.8411026Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListSQLExecAuditLog.json",
2025-08-20T19:15:56.8411443Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListSQLReviewOriginSQL.json",
2025-08-20T19:15:56.8411801Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListScenarios.json",
2025-08-20T19:15:56.8412213Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListSensitiveColumnInfo.json",
2025-08-20T19:15:56.8412811Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListSensitiveColumns.json",
2025-08-20T19:15:56.8413279Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListSensitiveColumnsDetail.json",
2025-08-20T19:15:56.8413709Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListSensitiveDataAuditLog.json",
2025-08-20T19:15:56.8414097Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListSensitivityLevel.json",
2025-08-20T19:15:56.8414495Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListStandardGroups.json",
2025-08-20T19:15:56.8414857Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListTableColumns.json",
2025-08-20T19:15:56.8415185Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListTables.json",
2025-08-20T19:15:56.8415561Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListTablesInCategory.json",
2025-08-20T19:15:56.8415918Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListTaskFlow.json",
2025-08-20T19:15:56.8416467Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListTaskFlowConstants.json",
2025-08-20T19:15:56.8416898Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListTaskFlowCooperators.json",
2025-08-20T19:15:56.8417420Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListTaskFlowEdgesByCondition.json",
2025-08-20T19:15:56.8464427Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListTaskFlowInstance.json",
2025-08-20T19:15:56.8465176Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListTaskFlowTimeVariables.json",
2025-08-20T19:15:56.8465876Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListTaskFlowsByPage.json",
2025-08-20T19:15:56.8466285Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListTasksInTaskFlow.json",
2025-08-20T19:15:56.8466691Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListUserPermissions.json",
2025-08-20T19:15:56.8467065Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListUserTenants.json",
2025-08-20T19:15:56.8467407Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListUsers.json",
2025-08-20T19:15:56.8467798Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListWorkFlowNodes.json",
2025-08-20T19:15:56.8468206Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListWorkFlowTemplates.json",
2025-08-20T19:15:56.8468582Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ListWorkspaces.json",
2025-08-20T19:15:56.8469038Z [00:02:03.218]➜  			"metadatas/dms-enterprise/MakeTaskFlowInstanceSuccess.json",
2025-08-20T19:15:56.8469458Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ModifyDataCorrectExecSQL.json",
2025-08-20T19:15:56.8469933Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ModifyDesensitizationStrategy.json",
2025-08-20T19:15:56.8470297Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ModifyInstance.json",
2025-08-20T19:15:56.8470704Z [00:02:03.218]➜  			"metadatas/dms-enterprise/MoveTaskFlowToScenario.json",
2025-08-20T19:15:56.8471061Z [00:02:03.218]➜  			"metadatas/dms-enterprise/OfflineTaskFlow.json",
2025-08-20T19:15:56.8471476Z [00:02:03.218]➜  			"metadatas/dms-enterprise/PauseDataCorrectSQLJob.json",
2025-08-20T19:15:56.8471868Z [00:02:03.218]➜  			"metadatas/dms-enterprise/PauseDataExportJob.json",
2025-08-20T19:15:56.8472232Z [00:02:03.218]➜  			"metadatas/dms-enterprise/PreviewWorkflow.json",
2025-08-20T19:15:56.8472993Z [00:02:03.218]➜  			"metadatas/dms-enterprise/PublishAndDeployTaskFlow.json",
2025-08-20T19:15:56.8473515Z [00:02:03.218]➜  			"metadatas/dms-enterprise/QueryDataTrackResultDownloadStatus.json",
2025-08-20T19:15:56.8473914Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ReDeployLhDagVersion.json",
2025-08-20T19:15:56.8474464Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ReRunTaskFlowInstance.json",
2025-08-20T19:15:56.8474863Z [00:02:03.218]➜  			"metadatas/dms-enterprise/RefundPayAsYouGoOrder.json",
2025-08-20T19:15:56.8475235Z [00:02:03.218]➜  			"metadatas/dms-enterprise/RegisterInstance.json",
2025-08-20T19:15:56.8475572Z [00:02:03.218]➜  			"metadatas/dms-enterprise/RegisterUser.json",
2025-08-20T19:15:56.8475962Z [00:02:03.218]➜  			"metadatas/dms-enterprise/RemoveDataExportJob.json",
2025-08-20T19:15:56.8476380Z [00:02:03.218]➜  			"metadatas/dms-enterprise/RemoveTableFromCategory.json",
2025-08-20T19:15:56.8476799Z [00:02:03.218]➜  			"metadatas/dms-enterprise/RestartDataCorrectSQLJob.json",
2025-08-20T19:15:56.8477191Z [00:02:03.218]➜  			"metadatas/dms-enterprise/RestartDataExportJob.json",
2025-08-20T19:15:56.8477592Z [00:02:03.218]➜  			"metadatas/dms-enterprise/ResumeTaskFlowInstance.json",
2025-08-20T19:15:56.8478006Z [00:02:03.218]➜  			"metadatas/dms-enterprise/RetryDataCorrectPreCheck.json",
2025-08-20T19:15:56.8478437Z [00:02:03.218]➜  			"metadatas/dms-enterprise/RevokeTemplateAuthority.json",
2025-08-20T19:15:56.8478833Z [00:02:03.218]➜  			"metadatas/dms-enterprise/RevokeUserPermission.json",
2025-08-20T19:15:56.8479203Z [00:02:03.218]➜  			"metadatas/dms-enterprise/SearchDataTrackResult.json",
2025-08-20T19:15:56.8479539Z [00:02:03.218]➜  			"metadatas/dms-enterprise/SearchDatabase.json",
2025-08-20T19:15:56.8479867Z [00:02:03.218]➜  			"metadatas/dms-enterprise/SearchTable.json",
2025-08-20T19:15:56.8480326Z [00:02:03.218]➜  			"metadatas/dms-enterprise/SetOwners.json",
2025-08-20T19:15:56.8480724Z [00:02:03.218]➜  			"metadatas/dms-enterprise/SetWorkflowExtraInfo.json",
2025-08-20T19:15:56.8481091Z [00:02:03.218]➜  			"metadatas/dms-enterprise/SimplyAddInstance.json",
2025-08-20T19:15:56.8481490Z [00:02:03.218]➜  			"metadatas/dms-enterprise/SkipDataCorrectRowCheck.json",
2025-08-20T19:15:56.8481863Z [00:02:03.218]➜  			"metadatas/dms-enterprise/StopTaskFlowInstance.json",
2025-08-20T19:15:56.8482349Z [00:02:03.218]➜  			"metadatas/dms-enterprise/SubmitOrderApproval.json",
2025-08-20T19:15:56.8483008Z [00:02:03.218]➜  			"metadatas/dms-enterprise/SubmitStructSyncOrderApproval.json",
2025-08-20T19:15:56.8483396Z [00:02:03.218]➜  			"metadatas/dms-enterprise/SuspendDataExportJob.json",
2025-08-20T19:15:56.8483800Z [00:02:03.218]➜  			"metadatas/dms-enterprise/SuspendTaskFlowInstance.json",
2025-08-20T19:15:56.8484156Z [00:02:03.218]➜  			"metadatas/dms-enterprise/SyncDatabaseMeta.json",
2025-08-20T19:15:56.8484536Z [00:02:03.218]➜  			"metadatas/dms-enterprise/SyncInstanceMeta.json",
2025-08-20T19:15:56.8484884Z [00:02:03.218]➜  			"metadatas/dms-enterprise/TryRunTaskFlow.json",
2025-08-20T19:15:56.8485262Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateAbacPolicy.json",
2025-08-20T19:15:56.8485676Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateAuthorityTemplate.json",
2025-08-20T19:15:56.8486086Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateDataLakeDatabase.json",
2025-08-20T19:15:56.8486504Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateDataLakeFunction.json",
2025-08-20T19:15:56.8486905Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateDataLakePartition.json",
2025-08-20T19:15:56.8487284Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateDataLakeTable.json",
2025-08-20T19:15:56.8487639Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateInstance.json",
2025-08-20T19:15:56.8488008Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateMetaCategory.json",
2025-08-20T19:15:56.8488360Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateSLARules.json",
2025-08-20T19:15:56.8488697Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateScenario.json",
2025-08-20T19:15:56.8489194Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateStandardGroup.json",
2025-08-20T19:15:56.8489569Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateTaskConfig.json",
2025-08-20T19:15:56.8489951Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateTaskContent.json",
2025-08-20T19:15:56.8490335Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateTaskContentV2.json",
2025-08-20T19:15:56.8490853Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateTaskFlowConstants.json",
2025-08-20T19:15:56.8491260Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateTaskFlowCooperators.json",
2025-08-20T19:15:56.8491641Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateTaskFlowEdges.json",
2025-08-20T19:15:56.8492065Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateTaskFlowNameAndDesc.json",
2025-08-20T19:15:56.8493115Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateTaskFlowNotification.json",
2025-08-20T19:15:56.8493552Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateTaskFlowOwner.json",
2025-08-20T19:15:56.8493999Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateTaskFlowRelations.json",
2025-08-20T19:15:56.8494422Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateTaskFlowSchedule.json",
2025-08-20T19:15:56.8494900Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateTaskFlowTimeVariables.json",
2025-08-20T19:15:56.8495279Z [00:02:03.218]➜  			"metadatas/dms-enterprise/UpdateTaskName.json",
2025-08-20T19:15:56.8495656Z [00:02:03.221]➜  			"metadatas/dms-enterprise/UpdateTaskOutput.json",
2025-08-20T19:15:56.8496072Z [00:02:03.221]➜  			"metadatas/dms-enterprise/UpdateTaskTimeVariables.json",
2025-08-20T19:15:56.8496407Z [00:02:03.221]➜  			"metadatas/dms-enterprise/UpdateUser.json",
2025-08-20T19:15:56.8496764Z [00:02:03.221]➜  			"metadatas/dms-enterprise/UpdateWorkspace.json",
2025-08-20T19:15:56.8497080Z [00:02:03.221]➜  			"metadatas/domain/CheckDomain.json",
2025-08-20T19:15:56.8497428Z [00:02:03.222]➜  			"metadatas/domain/DeleteContactTemplate.json",
2025-08-20T19:15:56.8497810Z [00:02:03.222]➜  			"metadatas/domain/QueryBatchTaskDetailList.json",
2025-08-20T19:15:56.8498132Z [00:02:03.222]➜  			"metadatas/domain/QueryBatchTaskList.json",
2025-08-20T19:15:56.8498431Z [00:02:03.222]➜  			"metadatas/domain/QueryContact.json",
2025-08-20T19:15:56.8498889Z [00:02:03.222]➜  			"metadatas/domain/QueryContactTemplate.json",
2025-08-20T19:15:56.8499247Z [00:02:03.222]➜  			"metadatas/domain/QueryDomainBySaleId.json",
2025-08-20T19:15:56.8499561Z [00:02:03.222]➜  			"metadatas/domain/QueryDomainList.json",
2025-08-20T19:15:56.8499899Z [00:02:03.222]➜  			"metadatas/domain/QueryFailReasonList.json",
2025-08-20T19:15:56.8500281Z [00:02:03.222]➜  			"metadatas/domain/SaveContactTemplate.json",
2025-08-20T19:15:56.8500698Z [00:02:03.222]➜  			"metadatas/domain/SaveContactTemplateCredential.json",
2025-08-20T19:15:56.8501116Z [00:02:03.222]➜  			"metadatas/domain/SaveTaskForModifyingDomainDns.json",
2025-08-20T19:15:56.8501660Z [00:02:03.222]➜  			"metadatas/domain/SaveTaskForSubmittingDomainNameCredential.json",
2025-08-20T19:15:56.8502598Z [00:02:03.222]➜  			"metadatas/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json",
2025-08-20T19:15:56.8503105Z [00:02:03.222]➜  			"metadatas/domain/SaveTaskForUpdatingContactByTempateId.json",
2025-08-20T19:15:56.8503619Z [00:02:03.222]➜  			"metadatas/domain/SaveTaskForUpdatingContactByTemplateId.json",
2025-08-20T19:15:56.8503939Z [00:02:03.222]➜  			"metadatas/domain/WhoisProtection.json",
2025-08-20T19:15:56.8504269Z [00:02:03.223]➜  			"metadatas/drds/ChangeAccountPassword.json",
2025-08-20T19:15:56.8504592Z [00:02:03.223]➜  			"metadatas/drds/ChangeInstanceAzone.json",
2025-08-20T19:15:56.8504880Z [00:02:03.223]➜  			"metadatas/drds/CheckDrdsDbName.json",
2025-08-20T19:15:56.8505188Z [00:02:03.223]➜  			"metadatas/drds/CheckExpandStatus.json",
2025-08-20T19:15:56.8505560Z [00:02:03.223]➜  			"metadatas/drds/CheckSqlAuditEnableStatus.json",
2025-08-20T19:15:56.8505851Z [00:02:03.223]➜  			"metadatas/drds/CreateDrdsDB.json",
2025-08-20T19:15:56.8506155Z [00:02:03.223]➜  			"metadatas/drds/CreateDrdsInstance.json",
2025-08-20T19:15:56.8506486Z [00:02:03.223]➜  			"metadatas/drds/CreateInstanceAccount.json",
2025-08-20T19:15:56.8506869Z [00:02:03.223]➜  			"metadatas/drds/CreateInstanceInternetAddress.json",
2025-08-20T19:15:56.8507185Z [00:02:03.223]➜  			"metadatas/drds/CreateOrderForRds.json",
2025-08-20T19:15:56.8507610Z [00:02:03.223]➜  			"metadatas/drds/CreateShardTask.json",
2025-08-20T19:15:56.8507927Z [00:02:03.223]➜  			"metadatas/drds/DescribeBackMenu.json",
2025-08-20T19:15:56.8508239Z [00:02:03.223]➜  			"metadatas/drds/DescribeBackupDbs.json",
2025-08-20T19:15:56.8508567Z [00:02:03.223]➜  			"metadatas/drds/DescribeBackupLocal.json",
2025-08-20T19:15:56.8508908Z [00:02:03.223]➜  			"metadatas/drds/DescribeBackupPolicy.json",
2025-08-20T19:15:56.8509343Z [00:02:03.224]➜  			"metadatas/drds/DescribeBackupSets.json",
2025-08-20T19:15:56.8509684Z [00:02:03.224]➜  			"metadatas/drds/DescribeBackupTimes.json",
2025-08-20T19:15:56.8510051Z [00:02:03.224]➜  			"metadatas/drds/DescribeBroadcastTables.json",
2025-08-20T19:15:56.8510377Z [00:02:03.224]➜  			"metadatas/drds/DescribeDbInstanceDbs.json",
2025-08-20T19:15:56.8510699Z [00:02:03.224]➜  			"metadatas/drds/DescribeDbInstances.json",
2025-08-20T19:15:56.8511031Z [00:02:03.224]➜  			"metadatas/drds/DescribeDrdsDB.json",
2025-08-20T19:15:56.8511378Z [00:02:03.224]➜  			"metadatas/drds/DescribeDrdsDBCluster.json",
2025-08-20T19:15:56.8511768Z [00:02:03.224]➜  			"metadatas/drds/DescribeDrdsDBIpWhiteList.json",
2025-08-20T19:15:56.8512075Z [00:02:03.224]➜  			"metadatas/drds/DescribeDrdsDBs.json",
2025-08-20T19:15:56.8512597Z [00:02:03.224]➜  			"metadatas/drds/DescribeDrdsDbInstance.json",
2025-08-20T19:15:56.8512979Z [00:02:03.224]➜  			"metadatas/drds/DescribeDrdsDbInstances.json",
2025-08-20T19:15:56.8513384Z [00:02:03.224]➜  			"metadatas/drds/DescribeDrdsDbRdsNameList.json",
2025-08-20T19:15:56.8513736Z [00:02:03.224]➜  			"metadatas/drds/DescribeDrdsInstance.json",
2025-08-20T19:15:56.8514155Z [00:02:03.224]➜  			"metadatas/drds/DescribeDrdsInstanceDbMonitor.json",
2025-08-20T19:15:56.8514562Z [00:02:03.224]➜  			"metadatas/drds/DescribeDrdsInstanceLevelTasks.json",
2025-08-20T19:15:56.8514965Z [00:02:03.224]➜  			"metadatas/drds/DescribeDrdsInstanceMonitor.json",
2025-08-20T19:15:56.8515510Z [00:02:03.225]➜  			"metadatas/drds/DescribeDrdsInstanceVersion.json",
2025-08-20T19:15:56.8515915Z [00:02:03.225]➜  			"metadatas/drds/DescribeDrdsInstances.json",
2025-08-20T19:15:56.8516260Z [00:02:03.225]➜  			"metadatas/drds/DescribeDrdsParams.json",
2025-08-20T19:15:56.8516627Z [00:02:03.225]➜  			"metadatas/drds/DescribeDrdsRdsInstances.json",
2025-08-20T19:15:56.8516972Z [00:02:03.225]➜  			"metadatas/drds/DescribeDrdsShardingDbs.json",
2025-08-20T19:15:56.8517341Z [00:02:03.225]➜  			"metadatas/drds/DescribeDrdsSlowSqls.json",
2025-08-20T19:15:56.8517731Z [00:02:03.225]➜  			"metadatas/drds/DescribeDrdsSqlAuditStatus.json",
2025-08-20T19:15:56.8518210Z [00:02:03.225]➜  			"metadatas/drds/DescribeDrdsTasks.json",
2025-08-20T19:15:56.8518644Z [00:02:03.225]➜  			"metadatas/drds/DescribeExpandLogicTableInfoList.json",
2025-08-20T19:15:56.8518981Z [00:02:03.225]➜  			"metadatas/drds/DescribeHotDbList.json",
2025-08-20T19:15:56.8519331Z [00:02:03.225]➜  			"metadatas/drds/DescribeInstDbLogInfo.json",
2025-08-20T19:15:56.8519707Z [00:02:03.227]➜  			"metadatas/drds/DescribeInstDbSlsInfo.json",
2025-08-20T19:15:56.8520083Z [00:02:03.227]➜  			"metadatas/drds/DescribeInstanceAccounts.json",
2025-08-20T19:15:56.8520496Z [00:02:03.227]➜  			"metadatas/drds/DescribeInstanceSwitchAzone.json",
2025-08-20T19:15:56.8520905Z [00:02:03.227]➜  			"metadatas/drds/DescribeInstanceSwitchNetwork.json",
2025-08-20T19:15:56.8521281Z [00:02:03.227]➜  			"metadatas/drds/DescribePreCheckResult.json",
2025-08-20T19:15:56.8521653Z [00:02:03.227]➜  			"metadatas/drds/DescribeRDSPerformance.json",
2025-08-20T19:15:56.8522016Z [00:02:03.227]➜  			"metadatas/drds/DescribeRdsCommodity.json",
2025-08-20T19:15:56.8522614Z [00:02:03.227]➜  			"metadatas/drds/DescribeRdsPerformanceSummary.json",
2025-08-20T19:15:56.8523081Z [00:02:03.227]➜  			"metadatas/drds/DescribeRdsSuperAccountInstances.json",
2025-08-20T19:15:56.8523456Z [00:02:03.227]➜  			"metadatas/drds/DescribeRecycleBinStatus.json",
2025-08-20T19:15:56.8523859Z [00:02:03.227]➜  			"metadatas/drds/DescribeRecycleBinTables.json",
2025-08-20T19:15:56.8524358Z [00:02:03.227]➜  			"metadatas/drds/DescribeRestoreOrder.json",
2025-08-20T19:15:56.8524714Z [00:02:03.227]➜  			"metadatas/drds/DescribeShardTaskInfo.json",
2025-08-20T19:15:56.8525080Z [00:02:03.227]➜  			"metadatas/drds/DescribeSqlFlashbakTask.json",
2025-08-20T19:15:56.8525403Z [00:02:03.227]➜  			"metadatas/drds/DescribeTable.json",
2025-08-20T19:15:56.8525760Z [00:02:03.227]➜  			"metadatas/drds/DescribeTableListByType.json",
2025-08-20T19:15:56.8526224Z [00:02:03.227]➜  			"metadatas/drds/DescribeTables.json",
2025-08-20T19:15:56.8526565Z [00:02:03.227]➜  			"metadatas/drds/DisableSqlAudit.json",
2025-08-20T19:15:56.8526966Z [00:02:03.227]➜  			"metadatas/drds/EnableInstanceIpv6Address.json",
2025-08-20T19:15:56.8527272Z [00:02:03.227]➜  			"metadatas/drds/EnableSqlAudit.json",
2025-08-20T19:15:56.8527681Z [00:02:03.227]➜  			"metadatas/drds/EnableSqlFlashbackMatchSwitch.json",
2025-08-20T19:15:56.8528065Z [00:02:03.227]➜  			"metadatas/drds/FlashbackRecycleBinTable.json",
2025-08-20T19:15:56.8528442Z [00:02:03.227]➜  			"metadatas/drds/GetDrdsDbRdsRelationInfo.json",
2025-08-20T19:15:56.8528754Z [00:02:03.227]➜  			"metadatas/drds/ListTagResources.json",
2025-08-20T19:15:56.8529073Z [00:02:03.227]➜  			"metadatas/drds/ManagePrivateRds.json",
2025-08-20T19:15:56.8529433Z [00:02:03.227]➜  			"metadatas/drds/ModifyAccountDescription.json",
2025-08-20T19:15:56.8529795Z [00:02:03.227]➜  			"metadatas/drds/ModifyAccountPrivilege.json",
2025-08-20T19:15:56.8530220Z [00:02:03.227]➜  			"metadatas/drds/ModifyDrdsInstanceDescription.json",
2025-08-20T19:15:56.8530574Z [00:02:03.227]➜  			"metadatas/drds/ModifyDrdsIpWhiteList.json",
2025-08-20T19:15:56.8530955Z [00:02:03.227]➜  			"metadatas/drds/ModifyPolarDbReadWeight.json",
2025-08-20T19:15:56.8531308Z [00:02:03.227]➜  			"metadatas/drds/ModifyRdsReadWeight.json",
2025-08-20T19:15:56.8531627Z [00:02:03.227]➜  			"metadatas/drds/PutStartBackup.json",
2025-08-20T19:15:56.8532125Z [00:02:03.227]➜  			"metadatas/drds/RefreshDrdsAtomUrl.json",
2025-08-20T19:15:56.8532779Z [00:02:03.227]➜  			"metadatas/drds/ReleaseInstanceInternetAddress.json",
2025-08-20T19:15:56.8533125Z [00:02:03.227]➜  			"metadatas/drds/RemoveBackupsSet.json",
2025-08-20T19:15:56.8533444Z [00:02:03.227]➜  			"metadatas/drds/RemoveDrdsDb.json",
2025-08-20T19:15:56.8533819Z [00:02:03.227]➜  			"metadatas/drds/RemoveDrdsDbFailedRecord.json",
2025-08-20T19:15:56.8534178Z [00:02:03.227]➜  			"metadatas/drds/RemoveDrdsInstance.json",
2025-08-20T19:15:56.8534556Z [00:02:03.227]➜  			"metadatas/drds/RemoveInstanceAccount.json",
2025-08-20T19:15:56.8534909Z [00:02:03.229]➜  			"metadatas/drds/RemoveRecycleBinTable.json",
2025-08-20T19:15:56.8535463Z [00:02:03.229]➜  			"metadatas/drds/RestartDrdsInstance.json",
2025-08-20T19:15:56.8535836Z [00:02:03.229]➜  			"metadatas/drds/RollbackInstanceVersion.json",
2025-08-20T19:15:56.8536150Z [00:02:03.229]➜  			"metadatas/drds/SetBackupLocal.json",
2025-08-20T19:15:56.8536487Z [00:02:03.229]➜  			"metadatas/drds/SetBackupPolicy.json",
2025-08-20T19:15:56.8536847Z [00:02:03.229]➜  			"metadatas/drds/SetupBroadcastTables.json",
2025-08-20T19:15:56.8537158Z [00:02:03.229]➜  			"metadatas/drds/SetupDrdsParams.json",
2025-08-20T19:15:56.8537510Z [00:02:03.229]➜  			"metadatas/drds/SetupRecycleBinStatus.json",
2025-08-20T19:15:56.8537821Z [00:02:03.229]➜  			"metadatas/drds/SetupTable.json",
2025-08-20T19:15:56.8538130Z [00:02:03.229]➜  			"metadatas/drds/StartRestore.json",
2025-08-20T19:15:56.8538469Z [00:02:03.229]➜  			"metadatas/drds/SubmitCleanTask.json",
2025-08-20T19:15:56.8538897Z [00:02:03.229]➜  			"metadatas/drds/SubmitHotExpandPreCheckTask.json",
2025-08-20T19:15:56.8539312Z [00:02:03.229]➜  			"metadatas/drds/SubmitHotExpandTask.json",
2025-08-20T19:15:56.8539726Z [00:02:03.229]➜  			"metadatas/drds/SubmitSmoothExpandPreCheck.json",
2025-08-20T19:15:56.8540156Z [00:02:03.229]➜  			"metadatas/drds/SubmitSmoothExpandPreCheckTask.json",
2025-08-20T19:15:56.8540531Z [00:02:03.229]➜  			"metadatas/drds/SubmitSqlFlashbackTask.json",
2025-08-20T19:15:56.8541069Z [00:02:03.229]➜  			"metadatas/drds/SwitchGlobalBroadcastType.json",
2025-08-20T19:15:56.8541360Z [00:02:03.229]➜  			"metadatas/drds/TagResources.json",
2025-08-20T19:15:56.8541660Z [00:02:03.229]➜  			"metadatas/drds/UntagResources.json",
2025-08-20T19:15:56.8541993Z [00:02:03.229]➜  			"metadatas/drds/UpdateInstanceNetwork.json",
2025-08-20T19:15:56.8542334Z [00:02:03.229]➜  			"metadatas/drds/UpdatePrivateRdsClass.json",
2025-08-20T19:15:56.8543056Z [00:02:03.229]➜  			"metadatas/drds/UpdateResourceGroupAttribute.json",
2025-08-20T19:15:56.8543424Z [00:02:03.229]➜  			"metadatas/drds/UpgradeHiStoreInstance.json",
2025-08-20T19:15:56.8543776Z [00:02:03.229]➜  			"metadatas/drds/UpgradeInstanceVersion.json",
2025-08-20T19:15:56.8544097Z [00:02:03.229]➜  			"metadatas/drds/ValidateShardTask.json",
2025-08-20T19:15:56.8544398Z [00:02:03.229]➜  			"metadatas/dts/ConfigureDtsJob.json",
2025-08-20T19:15:56.8544755Z [00:02:03.229]➜  			"metadatas/dts/ConfigureMigrationJob.json",
2025-08-20T19:15:56.8545136Z [00:02:03.229]➜  			"metadatas/dts/ConfigureMigrationJobAlert.json",
2025-08-20T19:15:56.8545473Z [00:02:03.229]➜  			"metadatas/dts/ConfigureSubscription.json",
2025-08-20T19:15:56.8545872Z [00:02:03.229]➜  			"metadatas/dts/ConfigureSubscriptionInstance.json",
2025-08-20T19:15:56.8546310Z [00:02:03.229]➜  			"metadatas/dts/ConfigureSubscriptionInstanceAlert.json",
2025-08-20T19:15:56.8546682Z [00:02:03.229]➜  			"metadatas/dts/ConfigureSynchronizationJob.json",
2025-08-20T19:15:56.8547106Z [00:02:03.229]➜  			"metadatas/dts/ConfigureSynchronizationJobAlert.json",
2025-08-20T19:15:56.8547659Z [00:02:03.229]➜  			"metadatas/dts/ConfigureSynchronizationJobReplicatorCompare.json",
2025-08-20T19:15:56.8548060Z [00:02:03.229]➜  			"metadatas/dts/ConvertInstanceResourceGroup.json",
2025-08-20T19:15:56.8548379Z [00:02:03.229]➜  			"metadatas/dts/CountJobByCondition.json",
2025-08-20T19:15:56.8548724Z [00:02:03.229]➜  			"metadatas/dts/CreateConsumerChannel.json",
2025-08-20T19:15:56.8549209Z [00:02:03.229]➜  			"metadatas/dts/CreateConsumerGroup.json",
2025-08-20T19:15:56.8549685Z [00:02:03.229]➜  			"metadatas/dts/CreateDedicatedClusterMonitorRule.json",
2025-08-20T19:15:56.8550012Z [00:02:03.230]➜  			"metadatas/dts/CreateDocParserJob.json",
2025-08-20T19:15:56.8550349Z [00:02:03.230]➜  			"metadatas/dts/CreateDtsInstance.json",
2025-08-20T19:15:56.8550686Z [00:02:03.230]➜  			"metadatas/dts/CreateJobMonitorRule.json",
2025-08-20T19:15:56.8551016Z [00:02:03.230]➜  			"metadatas/dts/CreateMigrationJob.json",
2025-08-20T19:15:56.8551331Z [00:02:03.230]➜  			"metadatas/dts/CreateReverseDtsJob.json",
2025-08-20T19:15:56.8551867Z [00:02:03.230]➜  			"metadatas/dts/CreateSubscriptionInstance.json",
2025-08-20T19:15:56.8552243Z [00:02:03.230]➜  			"metadatas/dts/CreateSynchronizationJob.json",
2025-08-20T19:15:56.8552808Z [00:02:03.230]➜  			"metadatas/dts/DeleteConsumerChannel.json",
2025-08-20T19:15:56.8553160Z [00:02:03.230]➜  			"metadatas/dts/DeleteConsumerGroup.json",
2025-08-20T19:15:56.8553496Z [00:02:03.230]➜  			"metadatas/dts/DeleteDtsJob.json",
2025-08-20T19:15:56.8553827Z [00:02:03.230]➜  			"metadatas/dts/DeleteDtsJobs.json",
2025-08-20T19:15:56.8554154Z [00:02:03.230]➜  			"metadatas/dts/DeleteMigrationJob.json",
2025-08-20T19:15:56.8554551Z [00:02:03.230]➜  			"metadatas/dts/DeleteSubscriptionInstance.json",
2025-08-20T19:15:56.8554903Z [00:02:03.231]➜  			"metadatas/dts/DeleteSynchronizationJob.json",
2025-08-20T19:15:56.8555237Z [00:02:03.231]➜  			"metadatas/dts/DescribeCheckJobs.json",
2025-08-20T19:15:56.8555618Z [00:02:03.231]➜  			"metadatas/dts/DescribeClusterOperateLogs.json",
2025-08-20T19:15:56.8556048Z [00:02:03.231]➜  			"metadatas/dts/DescribeClusterUsedUtilization.json",
2025-08-20T19:15:56.8556417Z [00:02:03.231]➜  			"metadatas/dts/DescribeConnectionStatus.json",
2025-08-20T19:15:56.8556786Z [00:02:03.231]➜  			"metadatas/dts/DescribeConsumerChannel.json",
2025-08-20T19:15:56.8557131Z [00:02:03.231]➜  			"metadatas/dts/DescribeConsumerGroup.json",
2025-08-20T19:15:56.8557625Z [00:02:03.231]➜  			"metadatas/dts/DescribeDTSIP.json",
2025-08-20T19:15:56.8558014Z [00:02:03.231]➜  			"metadatas/dts/DescribeDataCheckReportUrl.json",
2025-08-20T19:15:56.8558431Z [00:02:03.231]➜  			"metadatas/dts/DescribeDataCheckTableDetails.json",
2025-08-20T19:15:56.8558866Z [00:02:03.231]➜  			"metadatas/dts/DescribeDataCheckTableDiffDetails.json",
2025-08-20T19:15:56.8559242Z [00:02:03.231]➜  			"metadatas/dts/DescribeDedicatedCluster.json",
2025-08-20T19:15:56.8559837Z [00:02:03.231]➜  			"metadatas/dts/DescribeDedicatedClusterMonitorRule.json",
2025-08-20T19:15:56.8560251Z [00:02:03.231]➜  			"metadatas/dts/DescribeDocParserJobResult.json",
2025-08-20T19:15:56.8560645Z [00:02:03.231]➜  			"metadatas/dts/DescribeDocParserJobStatus.json",
2025-08-20T19:15:56.8561051Z [00:02:03.231]➜  			"metadatas/dts/DescribeDtsEtlJobVersionInfo.json",
2025-08-20T19:15:56.8561389Z [00:02:03.231]➜  			"metadatas/dts/DescribeDtsJobDetail.json",
2025-08-20T19:15:56.8561725Z [00:02:03.231]➜  			"metadatas/dts/DescribeDtsJobs.json",
2025-08-20T19:15:56.8562082Z [00:02:03.231]➜  			"metadatas/dts/DescribeDtsServiceLog.json",
2025-08-20T19:15:56.8562649Z [00:02:03.231]➜  			"metadatas/dts/DescribeEndpointSwitchStatus.json",
2025-08-20T19:15:56.8562976Z [00:02:03.231]➜  			"metadatas/dts/DescribeEtlJobLogs.json",
2025-08-20T19:15:56.8563341Z [00:02:03.231]➜  			"metadatas/dts/DescribeFullProcessList.json",
2025-08-20T19:15:56.8563686Z [00:02:03.232]➜  			"metadatas/dts/DescribeGadInstances.json",
2025-08-20T19:15:56.8564100Z [00:02:03.232]➜  			"metadatas/dts/DescribeInitializationStatus.json",
2025-08-20T19:15:56.8564440Z [00:02:03.232]➜  			"metadatas/dts/DescribeJobMonitorRule.json",
2025-08-20T19:15:56.8564792Z [00:02:03.232]➜  			"metadatas/dts/DescribeMetricList.json",
2025-08-20T19:15:56.8565155Z [00:02:03.232]➜  			"metadatas/dts/DescribeMigrationJobAlert.json",
2025-08-20T19:15:56.8565523Z [00:02:03.232]➜  			"metadatas/dts/DescribeMigrationJobDetail.json",
2025-08-20T19:15:56.8566032Z [00:02:03.232]➜  			"metadatas/dts/DescribeMigrationJobStatus.json",
2025-08-20T19:15:56.8566397Z [00:02:03.232]➜  			"metadatas/dts/DescribeMigrationJobs.json",
2025-08-20T19:15:56.8566850Z [00:02:03.232]➜  			"metadatas/dts/DescribePreCheckCreateGadOrderResult.json",
2025-08-20T19:15:56.8567196Z [00:02:03.232]➜  			"metadatas/dts/DescribePreCheckStatus.json",
2025-08-20T19:15:56.8567615Z [00:02:03.232]➜  			"metadatas/dts/DescribeSubscriptionInstanceAlert.json",
2025-08-20T19:15:56.8568064Z [00:02:03.232]➜  			"metadatas/dts/DescribeSubscriptionInstanceStatus.json",
2025-08-20T19:15:56.8568459Z [00:02:03.232]➜  			"metadatas/dts/DescribeSubscriptionInstances.json",
2025-08-20T19:15:56.8568951Z [00:02:03.232]➜  			"metadatas/dts/DescribeSubscriptionMeta.json",
2025-08-20T19:15:56.8569375Z [00:02:03.232]➜  			"metadatas/dts/DescribeSynchronizationJobAlert.json",
2025-08-20T19:15:56.8569905Z [00:02:03.232]➜  			"metadatas/dts/DescribeSynchronizationJobReplicatorCompare.json",
2025-08-20T19:15:56.8570337Z [00:02:03.232]➜  			"metadatas/dts/DescribeSynchronizationJobStatus.json",
2025-08-20T19:15:56.8570814Z [00:02:03.233]➜  			"metadatas/dts/DescribeSynchronizationJobStatusList.json",
2025-08-20T19:15:56.8571184Z [00:02:03.233]➜  			"metadatas/dts/DescribeSynchronizationJobs.json",
2025-08-20T19:15:56.8571684Z [00:02:03.233]➜  			"metadatas/dts/DescribeSynchronizationObjectModifyStatus.json",
2025-08-20T19:15:56.8571988Z [00:02:03.233]➜  			"metadatas/dts/DescribeTagKeys.json",
2025-08-20T19:15:56.8572306Z [00:02:03.233]➜  			"metadatas/dts/DescribeTagValues.json",
2025-08-20T19:15:56.8572858Z [00:02:03.233]➜  			"metadatas/dts/DetachGadInstanceDbMember.json",
2025-08-20T19:15:56.8573197Z [00:02:03.233]➜  			"metadatas/dts/InitDtsRdsInstance.json",
2025-08-20T19:15:56.8573529Z [00:02:03.233]➜  			"metadatas/dts/ListDedicatedCluster.json",
2025-08-20T19:15:56.8573838Z [00:02:03.233]➜  			"metadatas/dts/ListTagResources.json",
2025-08-20T19:15:56.8574168Z [00:02:03.233]➜  			"metadatas/dts/ModifyConsumerChannel.json",
2025-08-20T19:15:56.8574750Z [00:02:03.233]➜  			"metadatas/dts/ModifyConsumerGroupPassword.json",
2025-08-20T19:15:56.8575135Z [00:02:03.233]➜  			"metadatas/dts/ModifyConsumptionTimestamp.json",
2025-08-20T19:15:56.8575483Z [00:02:03.233]➜  			"metadatas/dts/ModifyDedicatedCluster.json",
2025-08-20T19:15:56.8575767Z [00:02:03.233]➜  			"metadatas/dts/ModifyDtsJob.json",
2025-08-20T19:15:56.8576084Z [00:02:03.233]➜  			"metadatas/dts/ModifyDtsJobConfig.json",
2025-08-20T19:15:56.8576575Z [00:02:03.233]➜  			"metadatas/dts/ModifyDtsJobDedicatedCluster.json",
2025-08-20T19:15:56.8576909Z [00:02:03.233]➜  			"metadatas/dts/ModifyDtsJobDuLimit.json",
2025-08-20T19:15:56.8577271Z [00:02:03.233]➜  			"metadatas/dts/ModifyDtsJobEndpoint.json",
2025-08-20T19:15:56.8577576Z [00:02:03.233]➜  			"metadatas/dts/ModifyDtsJobName.json",
2025-08-20T19:15:56.8577904Z [00:02:03.233]➜  			"metadatas/dts/ModifyDtsJobPassword.json",
2025-08-20T19:15:56.8578216Z [00:02:03.233]➜  			"metadatas/dts/ModifyDynamicConfig.json",
2025-08-20T19:15:56.8578672Z [00:02:03.233]➜  			"metadatas/dts/ModifyGadInstanceName.json",
2025-08-20T19:15:56.8578999Z [00:02:03.233]➜  			"metadatas/dts/ModifySubscription.json",
2025-08-20T19:15:56.8579359Z [00:02:03.233]➜  			"metadatas/dts/ModifySubscriptionObject.json",
2025-08-20T19:15:56.8579745Z [00:02:03.233]➜  			"metadatas/dts/ModifySynchronizationObject.json",
2025-08-20T19:15:56.8580107Z [00:02:03.233]➜  			"metadatas/dts/PreCheckCreateGadOrder.json",
2025-08-20T19:15:56.8580409Z [00:02:03.233]➜  			"metadatas/dts/RenewInstance.json",
2025-08-20T19:15:56.8580716Z [00:02:03.233]➜  			"metadatas/dts/ResetDtsJob.json",
2025-08-20T19:15:56.8581069Z [00:02:03.233]➜  			"metadatas/dts/ResetSynchronizationJob.json",
2025-08-20T19:15:56.8581381Z [00:02:03.233]➜  			"metadatas/dts/ShieldPrecheck.json",
2025-08-20T19:15:56.8581693Z [00:02:03.233]➜  			"metadatas/dts/SkipFullJobTable.json",
2025-08-20T19:15:56.8581994Z [00:02:03.233]➜  			"metadatas/dts/SkipPreCheck.json",
2025-08-20T19:15:56.8582287Z [00:02:03.233]➜  			"metadatas/dts/StartDtsJob.json",
2025-08-20T19:15:56.8582777Z [00:02:03.233]➜  			"metadatas/dts/StartDtsJobs.json",
2025-08-20T19:15:56.8583105Z [00:02:03.233]➜  			"metadatas/dts/StartMigrationJob.json",
2025-08-20T19:15:56.8583448Z [00:02:03.233]➜  			"metadatas/dts/StartReverseWriter.json",
2025-08-20T19:15:56.8583826Z [00:02:03.233]➜  			"metadatas/dts/StartSubscriptionInstance.json",
2025-08-20T19:15:56.8584184Z [00:02:03.233]➜  			"metadatas/dts/StartSynchronizationJob.json",
2025-08-20T19:15:56.8584521Z [00:02:03.233]➜  			"metadatas/dts/StopDedicatedCluster.json",
2025-08-20T19:15:56.8584815Z [00:02:03.233]➜  			"metadatas/dts/StopDtsJob.json",
2025-08-20T19:15:56.8585232Z [00:02:03.233]➜  			"metadatas/dts/StopDtsJobs.json",
2025-08-20T19:15:56.8585558Z [00:02:03.233]➜  			"metadatas/dts/StopMigrationJob.json",
2025-08-20T19:15:56.8585855Z [00:02:03.233]➜  			"metadatas/dts/SummaryJobDetail.json",
2025-08-20T19:15:56.8586157Z [00:02:03.233]➜  			"metadatas/dts/SuspendDtsJob.json",
2025-08-20T19:15:56.8586473Z [00:02:03.233]➜  			"metadatas/dts/SuspendDtsJobs.json",
2025-08-20T19:15:56.8586805Z [00:02:03.233]➜  			"metadatas/dts/SuspendMigrationJob.json",
2025-08-20T19:15:56.8587161Z [00:02:03.233]➜  			"metadatas/dts/SuspendSynchronizationJob.json",
2025-08-20T19:15:56.8587539Z [00:02:03.233]➜  			"metadatas/dts/SwitchPhysicalDtsJobToCloud.json",
2025-08-20T19:15:56.8587915Z [00:02:03.233]➜  			"metadatas/dts/SwitchSynchronizationEndpoint.json",
2025-08-20T19:15:56.8588213Z [00:02:03.233]➜  			"metadatas/dts/TagResources.json",
2025-08-20T19:15:56.8588540Z [00:02:03.233]➜  			"metadatas/dts/TransferInstanceClass.json",
2025-08-20T19:15:56.8588853Z [00:02:03.233]➜  			"metadatas/dts/TransferPayType.json",
2025-08-20T19:15:56.8589143Z [00:02:03.233]➜  			"metadatas/dts/UntagResources.json",
2025-08-20T19:15:56.8589437Z [00:02:03.233]➜  			"metadatas/dts/UpgradeTwoWay.json",
2025-08-20T19:15:56.8589719Z [00:02:03.233]➜  			"metadatas/dts/WhiteIpList.json",
2025-08-20T19:15:56.8590008Z [00:02:03.233]➜  			"metadatas/eais/AttachEai.json",
2025-08-20T19:15:56.8590419Z [00:02:03.233]➜  			"metadatas/eais/AttachEaisEi.json",
2025-08-20T19:15:56.8590761Z [00:02:03.233]➜  			"metadatas/eais/ChangeResourceGroup.json",
2025-08-20T19:15:56.8591052Z [00:02:03.233]➜  			"metadatas/eais/CreateEai.json",
2025-08-20T19:15:56.8591345Z [00:02:03.233]➜  			"metadatas/eais/CreateEaiEci.json",
2025-08-20T19:15:56.8591636Z [00:02:03.233]➜  			"metadatas/eais/CreateEaiEcs.json",
2025-08-20T19:15:56.8592042Z [00:02:03.233]➜  			"metadatas/eais/CreateEaiJupyter.json",
2025-08-20T19:15:56.8592346Z [00:02:03.233]➜  			"metadatas/eais/CreateEaisEi.json",
2025-08-20T19:15:56.8592819Z [00:02:03.233]➜  			"metadatas/eais/DeleteEai.json",
2025-08-20T19:15:56.8593145Z [00:02:03.233]➜  			"metadatas/eais/DeleteEaiAll.json",
2025-08-20T19:15:56.8593452Z [00:02:03.233]➜  			"metadatas/eais/DeleteEaisEi.json",
2025-08-20T19:15:56.8593761Z [00:02:03.233]➜  			"metadatas/eais/DescribeEais.json",
2025-08-20T19:15:56.8594225Z [00:02:03.233]➜  			"metadatas/eais/DescribeRegions.json",
2025-08-20T19:15:56.8594545Z [00:02:03.233]➜  			"metadatas/eais/DetachEai.json",
2025-08-20T19:15:56.8594829Z [00:02:03.233]➜  			"metadatas/eais/DetachEaisEi.json",
2025-08-20T19:15:56.8595156Z [00:02:03.233]➜  			"metadatas/eais/GetInstanceMetrics.json",
2025-08-20T19:15:56.8595472Z [00:02:03.233]➜  			"metadatas/eais/ListTagResources.json",
2025-08-20T19:15:56.8595792Z [00:02:03.233]➜  			"metadatas/eais/StartEaiJupyter.json",
2025-08-20T19:15:56.8596094Z [00:02:03.233]➜  			"metadatas/eais/StartEaisEi.json",
2025-08-20T19:15:56.8596422Z [00:02:03.233]➜  			"metadatas/eais/StopEaiJupyter.json",
2025-08-20T19:15:56.8596726Z [00:02:03.233]➜  			"metadatas/eais/StopEaisEi.json",
2025-08-20T19:15:56.8597047Z [00:02:03.233]➜  			"metadatas/eais/TagResources.json",
2025-08-20T19:15:56.8597346Z [00:02:03.233]➜  			"metadatas/eais/UntagResources.json",
2025-08-20T19:15:56.8597684Z [00:02:03.233]➜  			"metadatas/eas/AttachGatewayDomain.json",
2025-08-20T19:15:56.8597995Z [00:02:03.233]➜  			"metadatas/eas/CloneService.json",
2025-08-20T19:15:56.8598292Z [00:02:03.233]➜  			"metadatas/eas/CommitService.json",
2025-08-20T19:15:56.8598598Z [00:02:03.233]➜  			"metadatas/eas/CreateAclPolicy.json",
2025-08-20T19:15:56.8598917Z [00:02:03.233]➜  			"metadatas/eas/CreateAppService.json",
2025-08-20T19:15:56.8599248Z [00:02:03.233]➜  			"metadatas/eas/CreateBenchmarkTask.json",
2025-08-20T19:15:56.8599549Z [00:02:03.233]➜  			"metadatas/eas/CreateGateway.json",
2025-08-20T19:15:56.8599965Z [00:02:03.233]➜  			"metadatas/eas/CreateGatewayIntranetLinkedVpc.json",
2025-08-20T19:15:56.8600494Z [00:02:03.233]➜  			"metadatas/eas/CreateGatewayIntranetLinkedVpcPeer.json",
2025-08-20T19:15:56.8601120Z [00:02:03.233]➜  			"metadatas/eas/CreateResource.json",
2025-08-20T19:15:56.8601493Z [00:02:03.233]➜  			"metadatas/eas/CreateResourceInstances.json",
2025-08-20T19:15:56.8601842Z [00:02:03.233]➜  			"metadatas/eas/CreateResourceLog.json",
2025-08-20T19:15:56.8602174Z [00:02:03.233]➜  			"metadatas/eas/CreateService.json",
2025-08-20T19:15:56.8602716Z [00:02:03.233]➜  			"metadatas/eas/CreateServiceAutoScaler.json",
2025-08-20T19:15:56.8603092Z [00:02:03.233]➜  			"metadatas/eas/CreateServiceCronScaler.json",
2025-08-20T19:15:56.8603419Z [00:02:03.233]➜  			"metadatas/eas/CreateServiceMirror.json",
2025-08-20T19:15:56.8603767Z [00:02:03.233]➜  			"metadatas/eas/CreateVirtualResource.json",
2025-08-20T19:15:56.8604077Z [00:02:03.233]➜  			"metadatas/eas/DeleteAclPolicy.json",
2025-08-20T19:15:56.8604419Z [00:02:03.233]➜  			"metadatas/eas/DeleteBenchmarkTask.json",
2025-08-20T19:15:56.8604716Z [00:02:03.233]➜  			"metadatas/eas/DeleteGateway.json",
2025-08-20T19:15:56.8605154Z [00:02:03.233]➜  			"metadatas/eas/DeleteGatewayIntranetLinkedVpc.json",
2025-08-20T19:15:56.8605604Z [00:02:03.233]➜  			"metadatas/eas/DeleteGatewayIntranetLinkedVpcPeer.json",
2025-08-20T19:15:56.8605906Z [00:02:03.233]➜  			"metadatas/eas/DeleteResource.json",
2025-08-20T19:15:56.8606258Z [00:02:03.233]➜  			"metadatas/eas/DeleteResourceDLink.json",
2025-08-20T19:15:56.8606816Z [00:02:03.233]➜  			"metadatas/eas/DeleteResourceInstanceLabel.json",
2025-08-20T19:15:56.8607195Z [00:02:03.233]➜  			"metadatas/eas/DeleteResourceInstances.json",
2025-08-20T19:15:56.8607540Z [00:02:03.233]➜  			"metadatas/eas/DeleteResourceLog.json",
2025-08-20T19:15:56.8607838Z [00:02:03.233]➜  			"metadatas/eas/DeleteService.json",
2025-08-20T19:15:56.8608181Z [00:02:03.233]➜  			"metadatas/eas/DeleteServiceAutoScaler.json",
2025-08-20T19:15:56.8608646Z [00:02:03.233]➜  			"metadatas/eas/DeleteServiceCronScaler.json",
2025-08-20T19:15:56.8608991Z [00:02:03.233]➜  			"metadatas/eas/DeleteServiceInstances.json",
2025-08-20T19:15:56.8609320Z [00:02:03.233]➜  			"metadatas/eas/DeleteServiceLabel.json",
2025-08-20T19:15:56.8609624Z [00:02:03.233]➜  			"metadatas/eas/DeleteServiceMirror.json",
2025-08-20T19:15:56.8609953Z [00:02:03.233]➜  			"metadatas/eas/DeleteVirtualResource.json",
2025-08-20T19:15:56.8610401Z [00:02:03.233]➜  			"metadatas/eas/DescribeBenchmarkTask.json",
2025-08-20T19:15:56.8610833Z [00:02:03.233]➜  			"metadatas/eas/DescribeBenchmarkTaskReport.json",
2025-08-20T19:15:56.8611146Z [00:02:03.233]➜  			"metadatas/eas/DescribeGateway.json",
2025-08-20T19:15:56.8611450Z [00:02:03.233]➜  			"metadatas/eas/DescribeGroup.json",
2025-08-20T19:15:56.8611779Z [00:02:03.233]➜  			"metadatas/eas/DescribeGroupEndpoints.json",
2025-08-20T19:15:56.8612090Z [00:02:03.233]➜  			"metadatas/eas/DescribeMachineSpec.json",
2025-08-20T19:15:56.8612580Z [00:02:03.233]➜  			"metadatas/eas/DescribeRegions.json",
2025-08-20T19:15:56.8612897Z [00:02:03.233]➜  			"metadatas/eas/DescribeResource.json",
2025-08-20T19:15:56.8613230Z [00:02:03.233]➜  			"metadatas/eas/DescribeResourceDLink.json",
2025-08-20T19:15:56.8613548Z [00:02:03.233]➜  			"metadatas/eas/DescribeResourceLog.json",
2025-08-20T19:15:56.8613836Z [00:02:03.233]➜  			"metadatas/eas/DescribeService.json",
2025-08-20T19:15:56.8614212Z [00:02:03.233]➜  			"metadatas/eas/DescribeServiceAutoScaler.json",
2025-08-20T19:15:56.8614593Z [00:02:03.233]➜  			"metadatas/eas/DescribeServiceCronScaler.json",
2025-08-20T19:15:56.8614966Z [00:02:03.233]➜  			"metadatas/eas/DescribeServiceDiagnosis.json",
2025-08-20T19:15:56.8615317Z [00:02:03.233]➜  			"metadatas/eas/DescribeServiceEndpoints.json",
2025-08-20T19:15:56.8615662Z [00:02:03.233]➜  			"metadatas/eas/DescribeServiceEvent.json",
2025-08-20T19:15:56.8616072Z [00:02:03.233]➜  			"metadatas/eas/DescribeServiceInstanceDiagnosis.json",
2025-08-20T19:15:56.8616415Z [00:02:03.233]➜  			"metadatas/eas/DescribeServiceLog.json",
2025-08-20T19:15:56.8616769Z [00:02:03.233]➜  			"metadatas/eas/DescribeServiceMirror.json",
2025-08-20T19:15:56.8617332Z [00:02:03.233]➜  			"metadatas/eas/DescribeServiceSignedUrl.json",
2025-08-20T19:15:56.8617720Z [00:02:03.233]➜  			"metadatas/eas/DescribeSpotDiscountHistory.json",
2025-08-20T19:15:56.8618082Z [00:02:03.233]➜  			"metadatas/eas/DescribeVirtualResource.json",
2025-08-20T19:15:56.8618415Z [00:02:03.233]➜  			"metadatas/eas/DetachGatewayDomain.json",
2025-08-20T19:15:56.8618933Z [00:02:03.233]➜  			"metadatas/eas/DevelopService.json",
2025-08-20T19:15:56.8619252Z [00:02:03.233]➜  			"metadatas/eas/ListAclPolicy.json",
2025-08-20T19:15:56.8619588Z [00:02:03.234]➜  			"metadatas/eas/ListBenchmarkTask.json",
2025-08-20T19:15:56.8619927Z [00:02:03.234]➜  			"metadatas/eas/ListGateway.json",
2025-08-20T19:15:56.8620268Z [00:02:03.234]➜  			"metadatas/eas/ListGatewayDomains.json",
2025-08-20T19:15:56.8620661Z [00:02:03.234]➜  			"metadatas/eas/ListGatewayIntranetLinkedVpc.json",
2025-08-20T19:15:56.8621070Z [00:02:03.234]➜  			"metadatas/eas/ListGatewayIntranetLinkedVpcPeer.json",
2025-08-20T19:15:56.8621543Z [00:02:03.234]➜  			"metadatas/eas/ListGatewayIntranetSupportedZone.json",
2025-08-20T19:15:56.8621826Z [00:02:03.234]➜  			"metadatas/eas/ListGroups.json",
2025-08-20T19:15:56.8622183Z [00:02:03.234]➜  			"metadatas/eas/ListResourceInstanceWorker.json",
2025-08-20T19:15:56.8622700Z [00:02:03.234]➜  			"metadatas/eas/ListResourceInstances.json",
2025-08-20T19:15:56.8623042Z [00:02:03.234]➜  			"metadatas/eas/ListResourceServices.json",
2025-08-20T19:15:56.8623340Z [00:02:03.237]➜  			"metadatas/eas/ListResources.json",
2025-08-20T19:15:56.8623671Z [00:02:03.237]➜  			"metadatas/eas/ListServiceContainers.json",
2025-08-20T19:15:56.8623993Z [00:02:03.237]➜  			"metadatas/eas/ListServiceInstances.json",
2025-08-20T19:15:56.8624319Z [00:02:03.237]➜  			"metadatas/eas/ListServiceVersions.json",
2025-08-20T19:15:56.8624738Z [00:02:03.237]➜  			"metadatas/eas/ListServices.json",
2025-08-20T19:15:56.8625073Z [00:02:03.237]➜  			"metadatas/eas/ListTenantAddons.json",
2025-08-20T19:15:56.8625394Z [00:02:03.237]➜  			"metadatas/eas/ListVirtualResource.json",
2025-08-20T19:15:56.8625717Z [00:02:03.237]➜  			"metadatas/eas/ReinstallTenantAddon.json",
2025-08-20T19:15:56.8626010Z [00:02:03.237]➜  			"metadatas/eas/ReleaseService.json",
2025-08-20T19:15:56.8626306Z [00:02:03.237]➜  			"metadatas/eas/RestartService.json",
2025-08-20T19:15:56.8626734Z [00:02:03.237]➜  			"metadatas/eas/StartBenchmarkTask.json",
2025-08-20T19:15:56.8627042Z [00:02:03.237]➜  			"metadatas/eas/StartService.json",
2025-08-20T19:15:56.8627348Z [00:02:03.237]➜  			"metadatas/eas/StopBenchmarkTask.json",
2025-08-20T19:15:56.8627632Z [00:02:03.237]➜  			"metadatas/eas/StopService.json",
2025-08-20T19:15:56.8627936Z [00:02:03.237]➜  			"metadatas/eas/UpdateAppService.json",
2025-08-20T19:15:56.8628255Z [00:02:03.237]➜  			"metadatas/eas/UpdateBenchmarkTask.json",
2025-08-20T19:15:56.8628556Z [00:02:03.237]➜  			"metadatas/eas/UpdateGateway.json",
2025-08-20T19:15:56.8628844Z [00:02:03.237]➜  			"metadatas/eas/UpdateGroup.json",
2025-08-20T19:15:56.8629138Z [00:02:03.237]➜  			"metadatas/eas/UpdateResource.json",
2025-08-20T19:15:56.8629446Z [00:02:03.237]➜  			"metadatas/eas/UpdateResourceDLink.json",
2025-08-20T19:15:56.8629758Z [00:02:03.237]➜  			"metadatas/eas/UpdateResourceInstance.json",
2025-08-20T19:15:56.8630140Z [00:02:03.237]➜  			"metadatas/eas/UpdateResourceInstanceLabel.json",
2025-08-20T19:15:56.8630432Z [00:02:03.237]➜  			"metadatas/eas/UpdateService.json",
2025-08-20T19:15:56.8630782Z [00:02:03.237]➜  			"metadatas/eas/UpdateServiceAutoScaler.json",
2025-08-20T19:15:56.8631118Z [00:02:03.237]➜  			"metadatas/eas/UpdateServiceCronScaler.json",
2025-08-20T19:15:56.8631442Z [00:02:03.237]➜  			"metadatas/eas/UpdateServiceInstance.json",
2025-08-20T19:15:56.8631748Z [00:02:03.237]➜  			"metadatas/eas/UpdateServiceLabel.json",
2025-08-20T19:15:56.8632070Z [00:02:03.237]➜  			"metadatas/eas/UpdateServiceMirror.json",
2025-08-20T19:15:56.8632574Z [00:02:03.237]➜  			"metadatas/eas/UpdateServiceSafetyLock.json",
2025-08-20T19:15:56.8633072Z [00:02:03.237]➜  			"metadatas/eas/UpdateServiceVersion.json",
2025-08-20T19:15:56.8633412Z [00:02:03.237]➜  			"metadatas/eas/UpdateVirtualResource.json",
2025-08-20T19:15:56.8633728Z [00:02:03.237]➜  			"metadatas/ebs/AddDiskReplicaPair.json",
2025-08-20T19:15:56.8634028Z [00:02:03.237]➜  			"metadatas/ebs/ApplyLensService.json",
2025-08-20T19:15:56.8634548Z [00:02:03.237]➜  			"metadatas/ebs/BindEnterpriseSnapshotPolicy.json",
2025-08-20T19:15:56.8634853Z [00:02:03.237]➜  			"metadatas/ebs/CancelLensService.json",
2025-08-20T19:15:56.8635175Z [00:02:03.237]➜  			"metadatas/ebs/ChangeResourceGroup.json",
2025-08-20T19:15:56.8635470Z [00:02:03.237]➜  			"metadatas/ebs/ClearPairDrill.json",
2025-08-20T19:15:56.8635808Z [00:02:03.237]➜  			"metadatas/ebs/ClearReplicaGroupDrill.json",
2025-08-20T19:15:56.8636235Z [00:02:03.237]➜  			"metadatas/ebs/CreateDedicatedBlockStorageCluster.json",
2025-08-20T19:15:56.8636573Z [00:02:03.237]➜  			"metadatas/ebs/CreateDiskReplicaGroup.json",
2025-08-20T19:15:56.8636915Z [00:02:03.237]➜  			"metadatas/ebs/CreateDiskReplicaPair.json",
2025-08-20T19:15:56.8637311Z [00:02:03.237]➜  			"metadatas/ebs/CreateEnterpriseSnapshotPolicy.json",
2025-08-20T19:15:56.8637641Z [00:02:03.237]➜  			"metadatas/ebs/DeleteDiskReplicaGroup.json",
2025-08-20T19:15:56.8637981Z [00:02:03.237]➜  			"metadatas/ebs/DeleteDiskReplicaPair.json",
2025-08-20T19:15:56.8638375Z [00:02:03.237]➜  			"metadatas/ebs/DeleteEnterpriseSnapshotPolicy.json",
2025-08-20T19:15:56.8638881Z [00:02:03.237]➜  			"metadatas/ebs/DescribeDedicatedBlockStorageClusterDisks.json",
2025-08-20T19:15:56.8639328Z [00:02:03.237]➜  			"metadatas/ebs/DescribeDedicatedBlockStorageClusters.json",
2025-08-20T19:15:56.8639646Z [00:02:03.237]➜  			"metadatas/ebs/DescribeDiskEvents.json",
2025-08-20T19:15:56.8640103Z [00:02:03.237]➜  			"metadatas/ebs/DescribeDiskMonitorData.json",
2025-08-20T19:15:56.8640498Z [00:02:03.237]➜  			"metadatas/ebs/DescribeDiskMonitorDataList.json",
2025-08-20T19:15:56.8640873Z [00:02:03.237]➜  			"metadatas/ebs/DescribeDiskReplicaGroups.json",
2025-08-20T19:15:56.8641269Z [00:02:03.237]➜  			"metadatas/ebs/DescribeDiskReplicaPairProgress.json",
2025-08-20T19:15:56.8641629Z [00:02:03.237]➜  			"metadatas/ebs/DescribeDiskReplicaPairs.json",
2025-08-20T19:15:56.8642033Z [00:02:03.237]➜  			"metadatas/ebs/DescribeEnterpriseSnapshotPolicy.json",
2025-08-20T19:15:56.8642615Z [00:02:03.237]➜  			"metadatas/ebs/DescribeEvents.json",
2025-08-20T19:15:56.8643008Z [00:02:03.237]➜  			"metadatas/ebs/DescribeLensMonitorDisks.json",
2025-08-20T19:15:56.8643380Z [00:02:03.237]➜  			"metadatas/ebs/DescribeLensServiceStatus.json",
2025-08-20T19:15:56.8643693Z [00:02:03.237]➜  			"metadatas/ebs/DescribeMetricData.json",
2025-08-20T19:15:56.8644005Z [00:02:03.237]➜  			"metadatas/ebs/DescribePairDrills.json",
2025-08-20T19:15:56.8644308Z [00:02:03.237]➜  			"metadatas/ebs/DescribeRegions.json",
2025-08-20T19:15:56.8644686Z [00:02:03.237]➜  			"metadatas/ebs/DescribeReplicaGroupDrills.json",
2025-08-20T19:15:56.8645148Z [00:02:03.237]➜  			"metadatas/ebs/DescribeSolutionInstanceConfiguration.json",
2025-08-20T19:15:56.8645467Z [00:02:03.237]➜  			"metadatas/ebs/DescribeUserTagKeys.json",
2025-08-20T19:15:56.8645791Z [00:02:03.237]➜  			"metadatas/ebs/DescribeUserTagValues.json",
2025-08-20T19:15:56.8646149Z [00:02:03.237]➜  			"metadatas/ebs/FailoverDiskReplicaGroup.json",
2025-08-20T19:15:56.8646508Z [00:02:03.237]➜  			"metadatas/ebs/FailoverDiskReplicaPair.json",
2025-08-20T19:15:56.8646795Z [00:02:03.237]➜  			"metadatas/ebs/GetReport.json",
2025-08-20T19:15:56.8647082Z [00:02:03.237]➜  			"metadatas/ebs/ListReports.json",
2025-08-20T19:15:56.8647399Z [00:02:03.237]➜  			"metadatas/ebs/ListTagResources.json",
2025-08-20T19:15:56.8647908Z [00:02:03.237]➜  			"metadatas/ebs/ModifyDedicatedBlockStorageClusterAttribute.json",
2025-08-20T19:15:56.8648260Z [00:02:03.237]➜  			"metadatas/ebs/ModifyDiskReplicaGroup.json",
2025-08-20T19:15:56.8648590Z [00:02:03.237]➜  			"metadatas/ebs/ModifyDiskReplicaPair.json",
2025-08-20T19:15:56.8649337Z [00:02:03.237]➜  			"metadatas/ebs/QueryDedicatedBlockStorageClusterDiskThroughputStatus.json",
2025-08-20T19:15:56.8649865Z [00:02:03.237]➜  			"metadatas/ebs/QueryDedicatedBlockStorageClusterInventoryData.json",
2025-08-20T19:15:56.8650203Z [00:02:03.237]➜  			"metadatas/ebs/RemoveDiskReplicaPair.json",
2025-08-20T19:15:56.8650681Z [00:02:03.237]➜  			"metadatas/ebs/ReprotectDiskReplicaGroup.json",
2025-08-20T19:15:56.8651039Z [00:02:03.237]➜  			"metadatas/ebs/ReprotectDiskReplicaPair.json",
2025-08-20T19:15:56.8651569Z [00:02:03.237]➜  			"metadatas/ebs/SetDedicatedBlockStorageClusterDiskThroughput.json",
2025-08-20T19:15:56.8651910Z [00:02:03.237]➜  			"metadatas/ebs/StartDiskReplicaGroup.json",
2025-08-20T19:15:56.8652237Z [00:02:03.237]➜  			"metadatas/ebs/StartDiskReplicaPair.json",
2025-08-20T19:15:56.8652724Z [00:02:03.237]➜  			"metadatas/ebs/StartPairDrill.json",
2025-08-20T19:15:56.8653070Z [00:02:03.237]➜  			"metadatas/ebs/StartReplicaGroupDrill.json",
2025-08-20T19:15:56.8653396Z [00:02:03.237]➜  			"metadatas/ebs/StopDiskReplicaGroup.json",
2025-08-20T19:15:56.8653708Z [00:02:03.237]➜  			"metadatas/ebs/StopDiskReplicaPair.json",
2025-08-20T19:15:56.8653992Z [00:02:03.237]➜  			"metadatas/ebs/TagResources.json",
2025-08-20T19:15:56.8654386Z [00:02:03.237]➜  			"metadatas/ebs/UnbindEnterpriseSnapshotPolicy.json",
2025-08-20T19:15:56.8654692Z [00:02:03.237]➜  			"metadatas/ebs/UntagResources.json",
2025-08-20T19:15:56.8655072Z [00:02:03.237]➜  			"metadatas/ebs/UpdateEnterpriseSnapshotPolicy.json",
2025-08-20T19:15:56.8655479Z [00:02:03.237]➜  			"metadatas/ebs/UpdateSolutionInstanceAttribute.json",
2025-08-20T19:15:56.8655777Z [00:02:03.237]➜  			"metadatas/eci/CommitContainer.json",
2025-08-20T19:15:56.8656073Z [00:02:03.237]➜  			"metadatas/eci/CopyDataCache.json",
2025-08-20T19:15:56.8656538Z [00:02:03.237]➜  			"metadatas/eci/CreateContainerGroup.json",
2025-08-20T19:15:56.8656845Z [00:02:03.237]➜  			"metadatas/eci/CreateDataCache.json",
2025-08-20T19:15:56.8657140Z [00:02:03.237]➜  			"metadatas/eci/CreateImageCache.json",
2025-08-20T19:15:56.8657463Z [00:02:03.237]➜  			"metadatas/eci/CreateInstanceOpsTask.json",
2025-08-20T19:15:56.8657762Z [00:02:03.237]➜  			"metadatas/eci/CreateVirtualNode.json",
2025-08-20T19:15:56.8658087Z [00:02:03.237]➜  			"metadatas/eci/DeleteContainerGroup.json",
2025-08-20T19:15:56.8658539Z [00:02:03.237]➜  			"metadatas/eci/DeleteDataCache.json",
2025-08-20T19:15:56.8658858Z [00:02:03.237]➜  			"metadatas/eci/DeleteImageCache.json",
2025-08-20T19:15:56.8659160Z [00:02:03.237]➜  			"metadatas/eci/DeleteVirtualNode.json",
2025-08-20T19:15:56.8659527Z [00:02:03.237]➜  			"metadatas/eci/DescribeAvailableResource.json",
2025-08-20T19:15:56.8659875Z [00:02:03.237]➜  			"metadatas/eci/DescribeCommitContainerTask.json",
2025-08-20T19:15:56.8660261Z [00:02:03.237]➜  			"metadatas/eci/DescribeContainerGroupEvents.json",
2025-08-20T19:15:56.8660620Z [00:02:03.237]➜  			"metadatas/eci/DescribeContainerGroupMetric.json",
2025-08-20T19:15:56.8661007Z [00:02:03.237]➜  			"metadatas/eci/DescribeContainerGroupPrice.json",
2025-08-20T19:15:56.8661381Z [00:02:03.237]➜  			"metadatas/eci/DescribeContainerGroupStatus.json",
2025-08-20T19:15:56.8661717Z [00:02:03.237]➜  			"metadatas/eci/DescribeContainerGroups.json",
2025-08-20T19:15:56.8662036Z [00:02:03.237]➜  			"metadatas/eci/DescribeContainerLog.json",
2025-08-20T19:15:56.8662353Z [00:02:03.237]➜  			"metadatas/eci/DescribeDataCaches.json",
2025-08-20T19:15:56.8662912Z [00:02:03.237]➜  			"metadatas/eci/DescribeImageCaches.json",
2025-08-20T19:15:56.8663304Z [00:02:03.237]➜  			"metadatas/eci/DescribeInstanceOpsRecords.json",
2025-08-20T19:15:56.8663750Z [00:02:03.237]➜  			"metadatas/eci/DescribeMultiContainerGroupMetric.json",
2025-08-20T19:15:56.8664049Z [00:02:03.237]➜  			"metadatas/eci/DescribeRegions.json",
2025-08-20T19:15:56.8664387Z [00:02:03.237]➜  			"metadatas/eci/DescribeVirtualNodes.json",
2025-08-20T19:15:56.8664697Z [00:02:03.237]➜  			"metadatas/eci/ExecContainerCommand.json",
2025-08-20T19:15:56.8665139Z [00:02:03.237]➜  			"metadatas/eci/ListTagResources.json",
2025-08-20T19:15:56.8665407Z [00:02:03.237]➜  			"metadatas/eci/ListUsage.json",
2025-08-20T19:15:56.8665781Z [00:02:03.237]➜  			"metadatas/eci/ResizeContainerGroupVolume.json",
2025-08-20T19:15:56.8666112Z [00:02:03.237]➜  			"metadatas/eci/RestartContainerGroup.json",
2025-08-20T19:15:56.8666509Z [00:02:03.237]➜  			"metadatas/eci/TagResources.json",
2025-08-20T19:15:56.8666799Z [00:02:03.237]➜  			"metadatas/eci/UntagResources.json",
2025-08-20T19:15:56.8667117Z [00:02:03.237]➜  			"metadatas/eci/UpdateContainerGroup.json",
2025-08-20T19:15:56.8667402Z [00:02:03.237]➜  			"metadatas/eci/UpdateDataCache.json",
2025-08-20T19:15:56.8667696Z [00:02:03.237]➜  			"metadatas/eci/UpdateImageCache.json",
2025-08-20T19:15:56.8667988Z [00:02:03.237]➜  			"metadatas/eci/UpdateVirtualNode.json",
2025-08-20T19:15:56.8668346Z [00:02:03.237]➜  			"metadatas/ecs/AcceptInquiredSystemEvent.json",
2025-08-20T19:15:56.8668675Z [00:02:03.237]➜  			"metadatas/ecs/ActivateRouterInterface.json",
2025-08-20T19:15:56.8669027Z [00:02:03.237]➜  			"metadatas/ecs/AddBandwidthPackageIps.json",
2025-08-20T19:15:56.8669293Z [00:02:03.237]➜  			"metadatas/ecs/AddTags.json",
2025-08-20T19:15:56.8669633Z [00:02:03.238]➜  			"metadatas/ecs/AllocateDedicatedHosts.json",
2025-08-20T19:15:56.8669961Z [00:02:03.238]➜  			"metadatas/ecs/AllocateEipAddress.json",
2025-08-20T19:15:56.8670338Z [00:02:03.238]➜  			"metadatas/ecs/AllocatePublicIpAddress.json",
2025-08-20T19:15:56.8670701Z [00:02:03.238]➜  			"metadatas/ecs/ApplyAutoSnapshotPolicy.json",
2025-08-20T19:15:56.8671030Z [00:02:03.238]➜  			"metadatas/ecs/AssignIpv6Addresses.json",
2025-08-20T19:15:56.8671378Z [00:02:03.238]➜  			"metadatas/ecs/AssignPrivateIpAddresses.json",
2025-08-20T19:15:56.8671699Z [00:02:03.238]➜  			"metadatas/ecs/AssociateEipAddress.json",
2025-08-20T19:15:56.8672122Z [00:02:03.238]➜  			"metadatas/ecs/AssociateHaVip.json",
2025-08-20T19:15:56.8672645Z [00:02:03.238]➜  			"metadatas/ecs/AttachClassicLinkVpc.json",
2025-08-20T19:15:56.8672963Z [00:02:03.238]➜  			"metadatas/ecs/AttachDisk.json",
2025-08-20T19:15:56.8673302Z [00:02:03.238]➜  			"metadatas/ecs/AttachInstanceRamRole.json",
2025-08-20T19:15:56.8673596Z [00:02:03.238]➜  			"metadatas/ecs/AttachKeyPair.json",
2025-08-20T19:15:56.8674054Z [00:02:03.238]➜  			"metadatas/ecs/AttachNetworkInterface.json",
2025-08-20T19:15:56.8674416Z [00:02:03.238]➜  			"metadatas/ecs/AuthorizeSecurityGroup.json",
2025-08-20T19:15:56.8674812Z [00:02:03.238]➜  			"metadatas/ecs/AuthorizeSecurityGroupEgress.json",
2025-08-20T19:15:56.8675165Z [00:02:03.238]➜  			"metadatas/ecs/CancelAutoSnapshotPolicy.json",
2025-08-20T19:15:56.8675471Z [00:02:03.238]➜  			"metadatas/ecs/CancelCopyImage.json",
2025-08-20T19:15:56.8675847Z [00:02:03.238]➜  			"metadatas/ecs/CancelImagePipelineExecution.json",
2025-08-20T19:15:56.8676212Z [00:02:03.238]➜  			"metadatas/ecs/CancelPhysicalConnection.json",
2025-08-20T19:15:56.8676575Z [00:02:03.238]➜  			"metadatas/ecs/CancelSimulatedSystemEvents.json",
2025-08-20T19:15:56.8676869Z [00:02:03.238]➜  			"metadatas/ecs/CancelTask.json",
2025-08-20T19:15:56.8677194Z [00:02:03.238]➜  			"metadatas/ecs/ConnectRouterInterface.json",
2025-08-20T19:15:56.8677532Z [00:02:03.238]➜  			"metadatas/ecs/ConvertNatPublicIpToEip.json",
2025-08-20T19:15:56.8677815Z [00:02:03.238]➜  			"metadatas/ecs/CopyImage.json",
2025-08-20T19:15:56.8678109Z [00:02:03.238]➜  			"metadatas/ecs/CopySnapshot.json",
2025-08-20T19:15:56.8678412Z [00:02:03.238]➜  			"metadatas/ecs/CreateActivation.json",
2025-08-20T19:15:56.8678786Z [00:02:03.238]➜  			"metadatas/ecs/CreateAutoProvisioningGroup.json",
2025-08-20T19:15:56.8679143Z [00:02:03.238]➜  			"metadatas/ecs/CreateAutoSnapshotPolicy.json",
2025-08-20T19:15:56.8679491Z [00:02:03.238]➜  			"metadatas/ecs/CreateCapacityReservation.json",
2025-08-20T19:15:56.8679796Z [00:02:03.238]➜  			"metadatas/ecs/CreateCommand.json",
2025-08-20T19:15:56.8680156Z [00:02:03.238]➜  			"metadatas/ecs/CreateDedicatedHostCluster.json",
2025-08-20T19:15:56.8680619Z [00:02:03.238]➜  			"metadatas/ecs/CreateDeploymentSet.json",
2025-08-20T19:15:56.8680974Z [00:02:03.238]➜  			"metadatas/ecs/CreateDiagnosticMetricSet.json",
2025-08-20T19:15:56.8681306Z [00:02:03.238]➜  			"metadatas/ecs/CreateDiagnosticReport.json",
2025-08-20T19:15:56.8681581Z [00:02:03.238]➜  			"metadatas/ecs/CreateDisk.json",
2025-08-20T19:15:56.8682085Z [00:02:03.238]➜  			"metadatas/ecs/CreateElasticityAssurance.json",
2025-08-20T19:15:56.8682561Z [00:02:03.238]➜  			"metadatas/ecs/CreateForwardEntry.json",
2025-08-20T19:15:56.8682868Z [00:02:03.238]➜  			"metadatas/ecs/CreateHaVip.json",
2025-08-20T19:15:56.8683173Z [00:02:03.238]➜  			"metadatas/ecs/CreateHpcCluster.json",
2025-08-20T19:15:56.8683458Z [00:02:03.238]➜  			"metadatas/ecs/CreateImage.json",
2025-08-20T19:15:56.8683895Z [00:02:03.238]➜  			"metadatas/ecs/CreateImageComponent.json",
2025-08-20T19:15:56.8684235Z [00:02:03.238]➜  			"metadatas/ecs/CreateImagePipeline.json",
2025-08-20T19:15:56.8684540Z [00:02:03.238]➜  			"metadatas/ecs/CreateInstance.json",
2025-08-20T19:15:56.8684843Z [00:02:03.238]➜  			"metadatas/ecs/CreateKeyPair.json",
2025-08-20T19:15:56.8685165Z [00:02:03.238]➜  			"metadatas/ecs/CreateLaunchTemplate.json",
2025-08-20T19:15:56.8685542Z [00:02:03.238]➜  			"metadatas/ecs/CreateLaunchTemplateVersion.json",
2025-08-20T19:15:56.8685848Z [00:02:03.238]➜  			"metadatas/ecs/CreateNatGateway.json",
2025-08-20T19:15:56.8686186Z [00:02:03.238]➜  			"metadatas/ecs/CreateNetworkInterface.json",
2025-08-20T19:15:56.8686593Z [00:02:03.238]➜  			"metadatas/ecs/CreateNetworkInterfacePermission.json",
2025-08-20T19:15:56.8686949Z [00:02:03.238]➜  			"metadatas/ecs/CreatePhysicalConnection.json",
2025-08-20T19:15:56.8687267Z [00:02:03.238]➜  			"metadatas/ecs/CreatePortRangeList.json",
2025-08-20T19:15:56.8687582Z [00:02:03.238]➜  			"metadatas/ecs/CreatePrefixList.json",
2025-08-20T19:15:56.8687889Z [00:02:03.238]➜  			"metadatas/ecs/CreateRouteEntry.json",
2025-08-20T19:15:56.8688219Z [00:02:03.238]➜  			"metadatas/ecs/CreateRouterInterface.json",
2025-08-20T19:15:56.8688532Z [00:02:03.238]➜  			"metadatas/ecs/CreateSecurityGroup.json",
2025-08-20T19:15:56.8688908Z [00:02:03.238]➜  			"metadatas/ecs/CreateSimulatedSystemEvents.json",
2025-08-20T19:15:56.8689199Z [00:02:03.238]➜  			"metadatas/ecs/CreateSnapshot.json",
2025-08-20T19:15:56.8689628Z [00:02:03.238]➜  			"metadatas/ecs/CreateSnapshotGroup.json",
2025-08-20T19:15:56.8689935Z [00:02:03.238]➜  			"metadatas/ecs/CreateVSwitch.json",
2025-08-20T19:15:56.8690293Z [00:02:03.238]➜  			"metadatas/ecs/CreateVirtualBorderRouter.json",
2025-08-20T19:15:56.8690565Z [00:02:03.238]➜  			"metadatas/ecs/CreateVpc.json",
2025-08-20T19:15:56.8690926Z [00:02:03.238]➜  			"metadatas/ecs/DeactivateRouterInterface.json",
2025-08-20T19:15:56.8691223Z [00:02:03.238]➜  			"metadatas/ecs/DeleteActivation.json",
2025-08-20T19:15:56.8691604Z [00:02:03.238]➜  			"metadatas/ecs/DeleteAutoProvisioningGroup.json",
2025-08-20T19:15:56.8691953Z [00:02:03.238]➜  			"metadatas/ecs/DeleteAutoSnapshotPolicy.json",
2025-08-20T19:15:56.8692570Z [00:02:03.238]➜  			"metadatas/ecs/DeleteBandwidthPackage.json",
2025-08-20T19:15:56.8692871Z [00:02:03.238]➜  			"metadatas/ecs/DeleteCommand.json",
2025-08-20T19:15:56.8693273Z [00:02:03.238]➜  			"metadatas/ecs/DeleteDedicatedHostCluster.json",
2025-08-20T19:15:56.8693602Z [00:02:03.238]➜  			"metadatas/ecs/DeleteDeploymentSet.json",
2025-08-20T19:15:56.8693973Z [00:02:03.238]➜  			"metadatas/ecs/DeleteDiagnosticMetricSets.json",
2025-08-20T19:15:56.8694324Z [00:02:03.238]➜  			"metadatas/ecs/DeleteDiagnosticReports.json",
2025-08-20T19:15:56.8694609Z [00:02:03.238]➜  			"metadatas/ecs/DeleteDisk.json",
2025-08-20T19:15:56.8694937Z [00:02:03.238]➜  			"metadatas/ecs/DeleteForwardEntry.json",
2025-08-20T19:15:56.8695230Z [00:02:03.238]➜  			"metadatas/ecs/DeleteHaVip.json",
2025-08-20T19:15:56.8695558Z [00:02:03.238]➜  			"metadatas/ecs/DeleteHpcCluster.json",
2025-08-20T19:15:56.8695843Z [00:02:03.238]➜  			"metadatas/ecs/DeleteImage.json",
2025-08-20T19:15:56.8696178Z [00:02:03.238]➜  			"metadatas/ecs/DeleteImageComponent.json",
2025-08-20T19:15:56.8696486Z [00:02:03.238]➜  			"metadatas/ecs/DeleteImagePipeline.json",
2025-08-20T19:15:56.8696779Z [00:02:03.238]➜  			"metadatas/ecs/DeleteInstance.json",
2025-08-20T19:15:56.8697066Z [00:02:03.238]➜  			"metadatas/ecs/DeleteInstances.json",
2025-08-20T19:15:56.8697532Z [00:02:03.238]➜  			"metadatas/ecs/DeleteKeyPairs.json",
2025-08-20T19:15:56.8697862Z [00:02:03.238]➜  			"metadatas/ecs/DeleteLaunchTemplate.json",
2025-08-20T19:15:56.8698243Z [00:02:03.238]➜  			"metadatas/ecs/DeleteLaunchTemplateVersion.json",
2025-08-20T19:15:56.8698542Z [00:02:03.238]➜  			"metadatas/ecs/DeleteNatGateway.json",
2025-08-20T19:15:56.8698880Z [00:02:03.238]➜  			"metadatas/ecs/DeleteNetworkInterface.json",
2025-08-20T19:15:56.8699408Z [00:02:03.238]➜  			"metadatas/ecs/DeleteNetworkInterfacePermission.json",
2025-08-20T19:15:56.8699780Z [00:02:03.238]➜  			"metadatas/ecs/DeletePhysicalConnection.json",
2025-08-20T19:15:56.8700173Z [00:02:03.238]➜  			"metadatas/ecs/DeletePortRangeList.json",
2025-08-20T19:15:56.8700494Z [00:02:03.238]➜  			"metadatas/ecs/DeletePrefixList.json",
2025-08-20T19:15:56.8700793Z [00:02:03.238]➜  			"metadatas/ecs/DeleteRouteEntry.json",
2025-08-20T19:15:56.8701136Z [00:02:03.238]➜  			"metadatas/ecs/DeleteRouterInterface.json",
2025-08-20T19:15:56.8701469Z [00:02:03.238]➜  			"metadatas/ecs/DeleteSecurityGroup.json",
2025-08-20T19:15:56.8701778Z [00:02:03.238]➜  			"metadatas/ecs/DeleteSnapshot.json",
2025-08-20T19:15:56.8702085Z [00:02:03.238]➜  			"metadatas/ecs/DeleteSnapshotGroup.json",
2025-08-20T19:15:56.8702642Z [00:02:03.238]➜  			"metadatas/ecs/DeleteVSwitch.json",
2025-08-20T19:15:56.8703052Z [00:02:03.238]➜  			"metadatas/ecs/DeleteVirtualBorderRouter.json",
2025-08-20T19:15:56.8703347Z [00:02:03.238]➜  			"metadatas/ecs/DeleteVpc.json",
2025-08-20T19:15:56.8703742Z [00:02:03.238]➜  			"metadatas/ecs/DeregisterManagedInstance.json",
2025-08-20T19:15:56.8704080Z [00:02:03.238]➜  			"metadatas/ecs/DescribeAccessPoints.json",
2025-08-20T19:15:56.8704446Z [00:02:03.238]➜  			"metadatas/ecs/DescribeAccountAttributes.json",
2025-08-20T19:15:56.8704765Z [00:02:03.238]➜  			"metadatas/ecs/DescribeActivations.json",
2025-08-20T19:15:56.8705212Z [00:02:03.238]➜  			"metadatas/ecs/DescribeAutoProvisioningGroupHistory.json",
2025-08-20T19:15:56.8705832Z [00:02:03.238]➜  			"metadatas/ecs/DescribeAutoProvisioningGroupInstances.json",
2025-08-20T19:15:56.8706253Z [00:02:03.238]➜  			"metadatas/ecs/DescribeAutoProvisioningGroups.json",
2025-08-20T19:15:56.8706647Z [00:02:03.238]➜  			"metadatas/ecs/DescribeAutoSnapshotPolicyEx.json",
2025-08-20T19:15:56.8707005Z [00:02:03.238]➜  			"metadatas/ecs/DescribeAvailableResource.json",
2025-08-20T19:15:56.8707377Z [00:02:03.238]➜  			"metadatas/ecs/DescribeBandwidthLimitation.json",
2025-08-20T19:15:56.8707736Z [00:02:03.238]➜  			"metadatas/ecs/DescribeBandwidthPackages.json",
2025-08-20T19:15:56.8708182Z [00:02:03.238]➜  			"metadatas/ecs/DescribeCapacityReservationInstances.json",
2025-08-20T19:15:56.8708691Z [00:02:03.238]➜  			"metadatas/ecs/DescribeCapacityReservations.json",
2025-08-20T19:15:56.8709074Z [00:02:03.238]➜  			"metadatas/ecs/DescribeClassicLinkInstances.json",
2025-08-20T19:15:56.8709473Z [00:02:03.238]➜  			"metadatas/ecs/DescribeCloudAssistantSettings.json",
2025-08-20T19:15:56.8709861Z [00:02:03.238]➜  			"metadatas/ecs/DescribeCloudAssistantStatus.json",
2025-08-20T19:15:56.8710173Z [00:02:03.238]➜  			"metadatas/ecs/DescribeClusters.json",
2025-08-20T19:15:56.8710473Z [00:02:03.238]➜  			"metadatas/ecs/DescribeCommands.json",
2025-08-20T19:15:56.8710854Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDedicatedHostAutoRenew.json",
2025-08-20T19:15:56.8711244Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDedicatedHostClusters.json",
2025-08-20T19:15:56.8711620Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDedicatedHostTypes.json",
2025-08-20T19:15:56.8711955Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDedicatedHosts.json",
2025-08-20T19:15:56.8712748Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json",
2025-08-20T19:15:56.8713110Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDeploymentSets.json",
2025-08-20T19:15:56.8713476Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDiagnosticMetricSets.json",
2025-08-20T19:15:56.8713848Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDiagnosticMetrics.json",
2025-08-20T19:15:56.8714408Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDiagnosticReportAttributes.json",
2025-08-20T19:15:56.8714767Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDiagnosticReports.json",
2025-08-20T19:15:56.8715127Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDiskDefaultKMSKeyId.json",
2025-08-20T19:15:56.8715579Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDiskEncryptionByDefaultStatus.json",
2025-08-20T19:15:56.8716031Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDiskMonitorData.json",
2025-08-20T19:15:56.8716337Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDisks.json",
2025-08-20T19:15:56.8716692Z [00:02:03.238]➜  			"metadatas/ecs/DescribeDisksFullStatus.json",
2025-08-20T19:15:56.8717028Z [00:02:03.238]➜  			"metadatas/ecs/DescribeEipAddresses.json",
2025-08-20T19:15:56.8717372Z [00:02:03.238]➜  			"metadatas/ecs/DescribeEipMonitorData.json",
2025-08-20T19:15:56.8717898Z [00:02:03.238]➜  			"metadatas/ecs/DescribeElasticityAssuranceAutoRenewAttribute.json",
2025-08-20T19:15:56.8718361Z [00:02:03.238]➜  			"metadatas/ecs/DescribeElasticityAssuranceInstances.json",
2025-08-20T19:15:56.8718733Z [00:02:03.238]➜  			"metadatas/ecs/DescribeElasticityAssurances.json",
2025-08-20T19:15:56.8719070Z [00:02:03.238]➜  			"metadatas/ecs/DescribeEniMonitorData.json",
2025-08-20T19:15:56.8719432Z [00:02:03.238]➜  			"metadatas/ecs/DescribeForwardTableEntries.json",
2025-08-20T19:15:56.8719738Z [00:02:03.238]➜  			"metadatas/ecs/DescribeHaVips.json",
2025-08-20T19:15:56.8720065Z [00:02:03.238]➜  			"metadatas/ecs/DescribeHpcClusters.json",
2025-08-20T19:15:56.8720408Z [00:02:03.238]➜  			"metadatas/ecs/DescribeImageComponents.json",
2025-08-20T19:15:56.8720750Z [00:02:03.238]➜  			"metadatas/ecs/DescribeImageFromFamily.json",
2025-08-20T19:15:56.8721165Z [00:02:03.238]➜  			"metadatas/ecs/DescribeImagePipelineExecutions.json",
2025-08-20T19:15:56.8721524Z [00:02:03.238]➜  			"metadatas/ecs/DescribeImagePipelines.json",
2025-08-20T19:15:56.8722014Z [00:02:03.238]➜  			"metadatas/ecs/DescribeImageSharePermission.json",
2025-08-20T19:15:56.8722621Z [00:02:03.238]➜  			"metadatas/ecs/DescribeImageSupportInstanceTypes.json",
2025-08-20T19:15:56.8722945Z [00:02:03.238]➜  			"metadatas/ecs/DescribeImages.json",
2025-08-20T19:15:56.8723398Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstanceAttachmentAttributes.json",
2025-08-20T19:15:56.8723769Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstanceAttribute.json",
2025-08-20T19:15:56.8724205Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstanceAutoRenewAttribute.json",
2025-08-20T19:15:56.8724598Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstanceHistoryEvents.json",
2025-08-20T19:15:56.8725230Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstanceMaintenanceAttributes.json",
2025-08-20T19:15:56.8725656Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstanceModificationPrice.json",
2025-08-20T19:15:56.8726027Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstanceMonitorData.json",
2025-08-20T19:15:56.8726394Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstanceRamRole.json",
2025-08-20T19:15:56.8726732Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstanceStatus.json",
2025-08-20T19:15:56.8727117Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstanceTypeFamilies.json",
2025-08-20T19:15:56.8727448Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstanceTypes.json",
2025-08-20T19:15:56.8727780Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstanceVncUrl.json",
2025-08-20T19:15:56.8728085Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstances.json",
2025-08-20T19:15:56.8728468Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInstancesFullStatus.json",
2025-08-20T19:15:56.8728830Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInvocationResults.json",
2025-08-20T19:15:56.8729157Z [00:02:03.238]➜  			"metadatas/ecs/DescribeInvocations.json",
2025-08-20T19:15:56.8729456Z [00:02:03.238]➜  			"metadatas/ecs/DescribeKeyPairs.json",
2025-08-20T19:15:56.8729836Z [00:02:03.238]➜  			"metadatas/ecs/DescribeLaunchTemplateVersions.json",
2025-08-20T19:15:56.8730181Z [00:02:03.238]➜  			"metadatas/ecs/DescribeLaunchTemplates.json",
2025-08-20T19:15:56.8730621Z [00:02:03.238]➜  			"metadatas/ecs/DescribeLimitation.json",
2025-08-20T19:15:56.8730970Z [00:02:03.238]➜  			"metadatas/ecs/DescribeManagedInstances.json",
2025-08-20T19:15:56.8731302Z [00:02:03.238]➜  			"metadatas/ecs/DescribeNatGateways.json",
2025-08-20T19:15:56.8731744Z [00:02:03.238]➜  			"metadatas/ecs/DescribeNetworkInterfaceAttribute.json",
2025-08-20T19:15:56.8732315Z [00:02:03.238]➜  			"metadatas/ecs/DescribeNetworkInterfacePermissions.json",
2025-08-20T19:15:56.8732856Z [00:02:03.238]➜  			"metadatas/ecs/DescribeNetworkInterfaces.json",
2025-08-20T19:15:56.8733273Z [00:02:03.238]➜  			"metadatas/ecs/DescribeNewProjectEipMonitorData.json",
2025-08-20T19:15:56.8733653Z [00:02:03.238]➜  			"metadatas/ecs/DescribePhysicalConnections.json",
2025-08-20T19:15:56.8734088Z [00:02:03.238]➜  			"metadatas/ecs/DescribePortRangeListAssociations.json",
2025-08-20T19:15:56.8734473Z [00:02:03.238]➜  			"metadatas/ecs/DescribePortRangeListEntries.json",
2025-08-20T19:15:56.8734851Z [00:02:03.238]➜  			"metadatas/ecs/DescribePortRangeLists.json",
2025-08-20T19:15:56.8735253Z [00:02:03.238]➜  			"metadatas/ecs/DescribePrefixListAssociations.json",
2025-08-20T19:15:56.8735642Z [00:02:03.238]➜  			"metadatas/ecs/DescribePrefixListAttributes.json",
2025-08-20T19:15:56.8735962Z [00:02:03.238]➜  			"metadatas/ecs/DescribePrefixLists.json",
2025-08-20T19:15:56.8736264Z [00:02:03.238]➜  			"metadatas/ecs/DescribePrice.json",
2025-08-20T19:15:56.8736655Z [00:02:03.238]➜  			"metadatas/ecs/DescribeRecommendInstanceType.json",
2025-08-20T19:15:56.8736975Z [00:02:03.238]➜  			"metadatas/ecs/DescribeRegions.json",
2025-08-20T19:15:56.8737314Z [00:02:03.238]➜  			"metadatas/ecs/DescribeRenewalPrice.json",
2025-08-20T19:15:56.8737824Z [00:02:03.238]➜  			"metadatas/ecs/DescribeReservedInstanceAutoRenewAttribute.json",
2025-08-20T19:15:56.8738175Z [00:02:03.238]➜  			"metadatas/ecs/DescribeReservedInstances.json",
2025-08-20T19:15:56.8738635Z [00:02:03.238]➜  			"metadatas/ecs/DescribeResourceByTags.json",
2025-08-20T19:15:56.8739038Z [00:02:03.238]➜  			"metadatas/ecs/DescribeResourcesModification.json",
2025-08-20T19:15:56.8739363Z [00:02:03.239]➜  			"metadatas/ecs/DescribeRouteTables.json",
2025-08-20T19:15:56.8739710Z [00:02:03.239]➜  			"metadatas/ecs/DescribeRouterInterfaces.json",
2025-08-20T19:15:56.8740093Z [00:02:03.239]➜  			"metadatas/ecs/DescribeSecurityGroupAttribute.json",
2025-08-20T19:15:56.8740493Z [00:02:03.239]➜  			"metadatas/ecs/DescribeSecurityGroupReferences.json",
2025-08-20T19:15:56.8740837Z [00:02:03.239]➜  			"metadatas/ecs/DescribeSecurityGroups.json",
2025-08-20T19:15:56.8741304Z [00:02:03.239]➜  			"metadatas/ecs/DescribeSendFileResults.json",
2025-08-20T19:15:56.8741650Z [00:02:03.239]➜  			"metadatas/ecs/DescribeSnapshotGroups.json",
2025-08-20T19:15:56.8742002Z [00:02:03.239]➜  			"metadatas/ecs/DescribeSnapshotLinks.json",
2025-08-20T19:15:56.8742572Z [00:02:03.239]➜  			"metadatas/ecs/DescribeSnapshotMonitorData.json",
2025-08-20T19:15:56.8742958Z [00:02:03.239]➜  			"metadatas/ecs/DescribeSnapshotPackage.json",
2025-08-20T19:15:56.8743267Z [00:02:03.239]➜  			"metadatas/ecs/DescribeSnapshots.json",
2025-08-20T19:15:56.8743608Z [00:02:03.239]➜  			"metadatas/ecs/DescribeSnapshotsUsage.json",
2025-08-20T19:15:56.8743916Z [00:02:03.239]➜  			"metadatas/ecs/DescribeSpotAdvice.json",
2025-08-20T19:15:56.8744269Z [00:02:03.239]➜  			"metadatas/ecs/DescribeSpotPriceHistory.json",
2025-08-20T19:15:56.8744644Z [00:02:03.239]➜  			"metadatas/ecs/DescribeStorageCapacityUnits.json",
2025-08-20T19:15:56.8744927Z [00:02:03.239]➜  			"metadatas/ecs/DescribeTags.json",
2025-08-20T19:15:56.8745256Z [00:02:03.239]➜  			"metadatas/ecs/DescribeTaskAttribute.json",
2025-08-20T19:15:56.8745545Z [00:02:03.239]➜  			"metadatas/ecs/DescribeTasks.json",
2025-08-20T19:15:56.8745898Z [00:02:03.239]➜  			"metadatas/ecs/DescribeTerminalSessions.json",
2025-08-20T19:15:56.8746292Z [00:02:03.239]➜  			"metadatas/ecs/DescribeUserBusinessBehavior.json",
2025-08-20T19:15:56.8746752Z [00:02:03.239]➜  			"metadatas/ecs/DescribeUserData.json",
2025-08-20T19:15:56.8747070Z [00:02:03.239]➜  			"metadatas/ecs/DescribeVRouters.json",
2025-08-20T19:15:56.8747378Z [00:02:03.239]➜  			"metadatas/ecs/DescribeVSwitches.json",
2025-08-20T19:15:56.8747764Z [00:02:03.239]➜  			"metadatas/ecs/DescribeVirtualBorderRouters.json",
2025-08-20T19:15:56.8748345Z [00:02:03.239]➜  			"metadatas/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json",
2025-08-20T19:15:56.8748766Z [00:02:03.239]➜  			"metadatas/ecs/DescribeVpcs.json",
2025-08-20T19:15:56.8749074Z [00:02:03.239]➜  			"metadatas/ecs/DescribeZones.json",
2025-08-20T19:15:56.8749430Z [00:02:03.239]➜  			"metadatas/ecs/DetachClassicLinkVpc.json",
2025-08-20T19:15:56.8749718Z [00:02:03.239]➜  			"metadatas/ecs/DetachDisk.json",
2025-08-20T19:15:56.8750065Z [00:02:03.239]➜  			"metadatas/ecs/DetachInstanceRamRole.json",
2025-08-20T19:15:56.8750357Z [00:02:03.239]➜  			"metadatas/ecs/DetachKeyPair.json",
2025-08-20T19:15:56.8750714Z [00:02:03.239]➜  			"metadatas/ecs/DetachNetworkInterface.json",
2025-08-20T19:15:56.8751039Z [00:02:03.239]➜  			"metadatas/ecs/DisableActivation.json",
2025-08-20T19:15:56.8751443Z [00:02:03.239]➜  			"metadatas/ecs/DisableDiskEncryptionByDefault.json",
2025-08-20T19:15:56.8751833Z [00:02:03.239]➜  			"metadatas/ecs/EnableDiskEncryptionByDefault.json",
2025-08-20T19:15:56.8752204Z [00:02:03.239]➜  			"metadatas/ecs/EnablePhysicalConnection.json",
2025-08-20T19:15:56.8752738Z [00:02:03.239]➜  			"metadatas/ecs/EndTerminalSession.json",
2025-08-20T19:15:56.8753053Z [00:02:03.239]➜  			"metadatas/ecs/ExportImage.json",
2025-08-20T19:15:56.8753362Z [00:02:03.239]➜  			"metadatas/ecs/ExportSnapshot.json",
2025-08-20T19:15:56.8753746Z [00:02:03.239]➜  			"metadatas/ecs/GetInstanceConsoleOutput.json",
2025-08-20T19:15:56.8754081Z [00:02:03.239]➜  			"metadatas/ecs/GetInstanceScreenshot.json",
2025-08-20T19:15:56.8754366Z [00:02:03.239]➜  			"metadatas/ecs/ImportImage.json",
2025-08-20T19:15:56.8754801Z [00:02:03.239]➜  			"metadatas/ecs/ImportKeyPair.json",
2025-08-20T19:15:56.8755169Z [00:02:03.239]➜  			"metadatas/ecs/InstallCloudAssistant.json",
2025-08-20T19:15:56.8755467Z [00:02:03.239]➜  			"metadatas/ecs/InvokeCommand.json",
2025-08-20T19:15:56.8755805Z [00:02:03.239]➜  			"metadatas/ecs/JoinResourceGroup.json",
2025-08-20T19:15:56.8756115Z [00:02:03.239]➜  			"metadatas/ecs/JoinSecurityGroup.json",
2025-08-20T19:15:56.8756439Z [00:02:03.239]➜  			"metadatas/ecs/LeaveSecurityGroup.json",
2025-08-20T19:15:56.8756748Z [00:02:03.239]➜  			"metadatas/ecs/ListPluginStatus.json",
2025-08-20T19:15:56.8757061Z [00:02:03.239]➜  			"metadatas/ecs/ListTagResources.json",
2025-08-20T19:15:56.8757599Z [00:02:03.239]➜  			"metadatas/ecs/ModifyAutoProvisioningGroup.json",
2025-08-20T19:15:56.8757975Z [00:02:03.239]➜  			"metadatas/ecs/ModifyAutoSnapshotPolicyEx.json",
2025-08-20T19:15:56.8758340Z [00:02:03.239]➜  			"metadatas/ecs/ModifyBandwidthPackageSpec.json",
2025-08-20T19:15:56.8758712Z [00:02:03.239]➜  			"metadatas/ecs/ModifyCapacityReservation.json",
2025-08-20T19:15:56.8759104Z [00:02:03.239]➜  			"metadatas/ecs/ModifyCloudAssistantSettings.json",
2025-08-20T19:15:56.8759406Z [00:02:03.239]➜  			"metadatas/ecs/ModifyCommand.json",
2025-08-20T19:15:56.8759793Z [00:02:03.239]➜  			"metadatas/ecs/ModifyDedicatedHostAttribute.json",
2025-08-20T19:15:56.8760228Z [00:02:03.239]➜  			"metadatas/ecs/ModifyDedicatedHostAutoReleaseTime.json",
2025-08-20T19:15:56.8760702Z [00:02:03.239]➜  			"metadatas/ecs/ModifyDedicatedHostAutoRenewAttribute.json",
2025-08-20T19:15:56.8761133Z [00:02:03.239]➜  			"metadatas/ecs/ModifyDedicatedHostClusterAttribute.json",
2025-08-20T19:15:56.8761558Z [00:02:03.239]➜  			"metadatas/ecs/ModifyDedicatedHostsChargeType.json",
2025-08-20T19:15:56.8761938Z [00:02:03.239]➜  			"metadatas/ecs/ModifyDeploymentSetAttribute.json",
2025-08-20T19:15:56.8762323Z [00:02:03.239]➜  			"metadatas/ecs/ModifyDiagnosticMetricSet.json",
2025-08-20T19:15:56.8762854Z [00:02:03.239]➜  			"metadatas/ecs/ModifyDiskAttribute.json",
2025-08-20T19:15:56.8763400Z [00:02:03.239]➜  			"metadatas/ecs/ModifyDiskChargeType.json",
2025-08-20T19:15:56.8763784Z [00:02:03.239]➜  			"metadatas/ecs/ModifyDiskDefaultKMSKeyId.json",
2025-08-20T19:15:56.8764138Z [00:02:03.239]➜  			"metadatas/ecs/ModifyDiskDeployment.json",
2025-08-20T19:15:56.8764438Z [00:02:03.239]➜  			"metadatas/ecs/ModifyDiskSpec.json",
2025-08-20T19:15:56.8764875Z [00:02:03.239]➜  			"metadatas/ecs/ModifyEipAddressAttribute.json",
2025-08-20T19:15:56.8765338Z [00:02:03.239]➜  			"metadatas/ecs/ModifyElasticityAssurance.json",
2025-08-20T19:15:56.8765872Z [00:02:03.239]➜  			"metadatas/ecs/ModifyElasticityAssuranceAutoRenewAttribute.json",
2025-08-20T19:15:56.8766201Z [00:02:03.239]➜  			"metadatas/ecs/ModifyForwardEntry.json",
2025-08-20T19:15:56.8766539Z [00:02:03.239]➜  			"metadatas/ecs/ModifyHaVipAttribute.json",
2025-08-20T19:15:56.8766895Z [00:02:03.239]➜  			"metadatas/ecs/ModifyHpcClusterAttribute.json",
2025-08-20T19:15:56.8767326Z [00:02:03.239]➜  			"metadatas/ecs/ModifyImageAttribute.json",
2025-08-20T19:15:56.8767760Z [00:02:03.239]➜  			"metadatas/ecs/ModifyImageShareGroupPermission.json",
2025-08-20T19:15:56.8768144Z [00:02:03.239]➜  			"metadatas/ecs/ModifyImageSharePermission.json",
2025-08-20T19:15:56.8768577Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceAttachmentAttributes.json",
2025-08-20T19:15:56.8768937Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceAttribute.json",
2025-08-20T19:15:56.8769342Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceAutoReleaseTime.json",
2025-08-20T19:15:56.8769770Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceAutoRenewAttribute.json",
2025-08-20T19:15:56.8770159Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceChargeType.json",
2025-08-20T19:15:56.8770590Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceClockOptions.json",
2025-08-20T19:15:56.8770957Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceDeployment.json",
2025-08-20T19:15:56.8771412Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceMaintenanceAttributes.json",
2025-08-20T19:15:56.8771824Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceMetadataOptions.json",
2025-08-20T19:15:56.8772277Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceNetworkOptions.json",
2025-08-20T19:15:56.8772940Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceNetworkSpec.json",
2025-08-20T19:15:56.8773269Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceSpec.json",
2025-08-20T19:15:56.8773616Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceVncPasswd.json",
2025-08-20T19:15:56.8774018Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInstanceVpcAttribute.json",
2025-08-20T19:15:56.8774392Z [00:02:03.239]➜  			"metadatas/ecs/ModifyInvocationAttribute.json",
2025-08-20T19:15:56.8775023Z [00:02:03.239]➜  			"metadatas/ecs/ModifyLaunchTemplateDefaultVersion.json",
2025-08-20T19:15:56.8775381Z [00:02:03.239]➜  			"metadatas/ecs/ModifyManagedInstance.json",
2025-08-20T19:15:56.8775818Z [00:02:03.239]➜  			"metadatas/ecs/ModifyNetworkInterfaceAttribute.json",
2025-08-20T19:15:56.8776259Z [00:02:03.239]➜  			"metadatas/ecs/ModifyPhysicalConnectionAttribute.json",
2025-08-20T19:15:56.8776596Z [00:02:03.239]➜  			"metadatas/ecs/ModifyPortRangeList.json",
2025-08-20T19:15:56.8776903Z [00:02:03.239]➜  			"metadatas/ecs/ModifyPrefixList.json",
2025-08-20T19:15:56.8777266Z [00:02:03.239]➜  			"metadatas/ecs/ModifyPrepayInstanceSpec.json",
2025-08-20T19:15:56.8777657Z [00:02:03.239]➜  			"metadatas/ecs/ModifyReservedInstanceAttribute.json",
2025-08-20T19:15:56.8778151Z [00:02:03.239]➜  			"metadatas/ecs/ModifyReservedInstanceAutoRenewAttribute.json",
2025-08-20T19:15:56.8778484Z [00:02:03.239]➜  			"metadatas/ecs/ModifyReservedInstances.json",
2025-08-20T19:15:56.8778885Z [00:02:03.239]➜  			"metadatas/ecs/ModifyRouterInterfaceAttribute.json",
2025-08-20T19:15:56.8779248Z [00:02:03.239]➜  			"metadatas/ecs/ModifyRouterInterfaceSpec.json",
2025-08-20T19:15:56.8779636Z [00:02:03.239]➜  			"metadatas/ecs/ModifySecurityGroupAttribute.json",
2025-08-20T19:15:56.8780028Z [00:02:03.239]➜  			"metadatas/ecs/ModifySecurityGroupEgressRule.json",
2025-08-20T19:15:56.8780520Z [00:02:03.239]➜  			"metadatas/ecs/ModifySecurityGroupPolicy.json",
2025-08-20T19:15:56.8780864Z [00:02:03.239]➜  			"metadatas/ecs/ModifySecurityGroupRule.json",
2025-08-20T19:15:56.8781216Z [00:02:03.239]➜  			"metadatas/ecs/ModifySnapshotAttribute.json",
2025-08-20T19:15:56.8781549Z [00:02:03.239]➜  			"metadatas/ecs/ModifySnapshotCategory.json",
2025-08-20T19:15:56.8781869Z [00:02:03.239]➜  			"metadatas/ecs/ModifySnapshotGroup.json",
2025-08-20T19:15:56.8782595Z [00:02:03.239]➜  			"metadatas/ecs/ModifyStorageCapacityUnitAttribute.json",
2025-08-20T19:15:56.8782992Z [00:02:03.239]➜  			"metadatas/ecs/ModifyUserBusinessBehavior.json",
2025-08-20T19:15:56.8783286Z [00:02:03.239]➜  			"metadatas/ecs/ModifyVRouterAttribute.json",
2025-08-20T19:15:56.8783560Z [00:02:03.239]➜  			"metadatas/ecs/ModifyVSwitchAttribute.json",
2025-08-20T19:15:56.8783904Z [00:02:03.239]➜  			"metadatas/ecs/ModifyVirtualBorderRouterAttribute.json",
2025-08-20T19:15:56.8784294Z [00:02:03.239]➜  			"metadatas/ecs/ModifyVpcAttribute.json",
2025-08-20T19:15:56.8784690Z [00:02:03.239]➜  			"metadatas/ecs/PurchaseElasticityAssurance.json",
2025-08-20T19:15:56.8785114Z [00:02:03.239]➜  			"metadatas/ecs/PurchaseReservedInstancesOffering.json",
2025-08-20T19:15:56.8785503Z [00:02:03.239]➜  			"metadatas/ecs/PurchaseStorageCapacityUnit.json",
2025-08-20T19:15:56.8785898Z [00:02:03.239]➜  			"metadatas/ecs/ReActivateInstances.json",
2025-08-20T19:15:56.8786200Z [00:02:03.239]➜  			"metadatas/ecs/ReInitDisk.json",
2025-08-20T19:15:56.8786495Z [00:02:03.239]➜  			"metadatas/ecs/RebootInstance.json",
2025-08-20T19:15:56.8786799Z [00:02:03.239]➜  			"metadatas/ecs/RebootInstances.json",
2025-08-20T19:15:56.8787169Z [00:02:03.239]➜  			"metadatas/ecs/RecoverVirtualBorderRouter.json",
2025-08-20T19:15:56.8787504Z [00:02:03.239]➜  			"metadatas/ecs/RedeployDedicatedHost.json",
2025-08-20T19:15:56.8787808Z [00:02:03.239]➜  			"metadatas/ecs/RedeployInstance.json",
2025-08-20T19:15:56.8788189Z [00:02:03.239]➜  			"metadatas/ecs/ReleaseCapacityReservation.json",
2025-08-20T19:15:56.8788520Z [00:02:03.239]➜  			"metadatas/ecs/ReleaseDedicatedHost.json",
2025-08-20T19:15:56.8788833Z [00:02:03.239]➜  			"metadatas/ecs/ReleaseEipAddress.json",
2025-08-20T19:15:56.8789165Z [00:02:03.239]➜  			"metadatas/ecs/ReleasePublicIpAddress.json",
2025-08-20T19:15:56.8789522Z [00:02:03.239]➜  			"metadatas/ecs/RemoveBandwidthPackageIps.json",
2025-08-20T19:15:56.8789799Z [00:02:03.239]➜  			"metadatas/ecs/RemoveTags.json",
2025-08-20T19:15:56.8790130Z [00:02:03.239]➜  			"metadatas/ecs/RenewDedicatedHosts.json",
2025-08-20T19:15:56.8790482Z [00:02:03.239]➜  			"metadatas/ecs/RenewElasticityAssurances.json",
2025-08-20T19:15:56.8790900Z [00:02:03.239]➜  			"metadatas/ecs/RenewInstance.json",
2025-08-20T19:15:56.8791231Z [00:02:03.239]➜  			"metadatas/ecs/RenewReservedInstances.json",
2025-08-20T19:15:56.8791539Z [00:02:03.239]➜  			"metadatas/ecs/ReplaceSystemDisk.json",
2025-08-20T19:15:56.8791875Z [00:02:03.239]➜  			"metadatas/ecs/ReportInstancesStatus.json",
2025-08-20T19:15:56.8792164Z [00:02:03.239]➜  			"metadatas/ecs/ResetDisk.json",
2025-08-20T19:15:56.8792703Z [00:02:03.239]➜  			"metadatas/ecs/ResetDiskDefaultKMSKeyId.json",
2025-08-20T19:15:56.8793012Z [00:02:03.239]➜  			"metadatas/ecs/ResetDisks.json",
2025-08-20T19:15:56.8793287Z [00:02:03.239]➜  			"metadatas/ecs/ResizeDisk.json",
2025-08-20T19:15:56.8793621Z [00:02:03.239]➜  			"metadatas/ecs/RevokeSecurityGroup.json",
2025-08-20T19:15:56.8794022Z [00:02:03.239]➜  			"metadatas/ecs/RevokeSecurityGroupEgress.json",
2025-08-20T19:15:56.8794310Z [00:02:03.239]➜  			"metadatas/ecs/RunCommand.json",
2025-08-20T19:15:56.8794604Z [00:02:03.239]➜  			"metadatas/ecs/RunInstances.json",
2025-08-20T19:15:56.8794888Z [00:02:03.239]➜  			"metadatas/ecs/SendFile.json",
2025-08-20T19:15:56.8795263Z [00:02:03.239]➜  			"metadatas/ecs/StartImagePipelineExecution.json",
2025-08-20T19:15:56.8795555Z [00:02:03.239]➜  			"metadatas/ecs/StartInstance.json",
2025-08-20T19:15:56.8796018Z [00:02:03.239]➜  			"metadatas/ecs/StartInstances.json",
2025-08-20T19:15:56.8796352Z [00:02:03.239]➜  			"metadatas/ecs/StartTerminalSession.json",
2025-08-20T19:15:56.8796644Z [00:02:03.239]➜  			"metadatas/ecs/StopInstance.json",
2025-08-20T19:15:56.8796935Z [00:02:03.239]➜  			"metadatas/ecs/StopInstances.json",
2025-08-20T19:15:56.8797222Z [00:02:03.239]➜  			"metadatas/ecs/StopInvocation.json",
2025-08-20T19:15:56.8797513Z [00:02:03.239]➜  			"metadatas/ecs/TagResources.json",
2025-08-20T19:15:56.8798006Z [00:02:03.239]➜  			"metadatas/ecs/TerminatePhysicalConnection.json",
2025-08-20T19:15:56.8798428Z [00:02:03.239]➜  			"metadatas/ecs/TerminateVirtualBorderRouter.json",
2025-08-20T19:15:56.8798771Z [00:02:03.239]➜  			"metadatas/ecs/UnassignIpv6Addresses.json",
2025-08-20T19:15:56.8799142Z [00:02:03.239]➜  			"metadatas/ecs/UnassignPrivateIpAddresses.json",
2025-08-20T19:15:56.8799469Z [00:02:03.239]➜  			"metadatas/ecs/UnassociateEipAddress.json",
2025-08-20T19:15:56.8799899Z [00:02:03.239]➜  			"metadatas/ecs/UnassociateHaVip.json",
2025-08-20T19:15:56.8800290Z [00:02:03.239]➜  			"metadatas/ecs/UntagResources.json",
2025-08-20T19:15:56.8800687Z [00:02:03.239]➜  			"metadatas/edas/AbortAndRollbackChangeOrder.json",
2025-08-20T19:15:56.8800992Z [00:02:03.239]➜  			"metadatas/edas/AbortChangeOrder.json",
2025-08-20T19:15:56.8801261Z [00:02:03.239]➜  			"metadatas/edas/AddLogPath.json",
2025-08-20T19:15:56.8801598Z [00:02:03.239]➜  			"metadatas/edas/AuthorizeApplication.json",
2025-08-20T19:15:56.8801955Z [00:02:03.239]➜  			"metadatas/edas/AuthorizeResourceGroup.json",
2025-08-20T19:15:56.8802260Z [00:02:03.239]➜  			"metadatas/edas/AuthorizeRole.json",
2025-08-20T19:15:56.8802739Z [00:02:03.239]➜  			"metadatas/edas/BindEcsSlb.json",
2025-08-20T19:15:56.8803032Z [00:02:03.239]➜  			"metadatas/edas/BindK8sSlb.json",
2025-08-20T19:15:56.8803305Z [00:02:03.239]➜  			"metadatas/edas/BindSlb.json",
2025-08-20T19:15:56.8803633Z [00:02:03.239]➜  			"metadatas/edas/ChangeDeployGroup.json",
2025-08-20T19:15:56.8803957Z [00:02:03.239]➜  			"metadatas/edas/ContinuePipeline.json",
2025-08-20T19:15:56.8804280Z [00:02:03.239]➜  			"metadatas/edas/ConvertK8sResource.json",
2025-08-20T19:15:56.8804670Z [00:02:03.239]➜  			"metadatas/edas/CreateApplicationScalingRule.json",
2025-08-20T19:15:56.8805002Z [00:02:03.239]➜  			"metadatas/edas/CreateConfigTemplate.json",
2025-08-20T19:15:56.8805342Z [00:02:03.239]➜  			"metadatas/edas/CreateIDCImportCommand.json",
2025-08-20T19:15:56.8805664Z [00:02:03.239]➜  			"metadatas/edas/CreateK8sConfigMap.json",
2025-08-20T19:15:56.8805976Z [00:02:03.239]➜  			"metadatas/edas/CreateK8sIngressRule.json",
2025-08-20T19:15:56.8806431Z [00:02:03.239]➜  			"metadatas/edas/CreateK8sSecret.json",
2025-08-20T19:15:56.8806737Z [00:02:03.239]➜  			"metadatas/edas/CreateK8sService.json",
2025-08-20T19:15:56.8807060Z [00:02:03.239]➜  			"metadatas/edas/DeleteApplication.json",
2025-08-20T19:15:56.8807451Z [00:02:03.239]➜  			"metadatas/edas/DeleteApplicationScalingRule.json",
2025-08-20T19:15:56.8807878Z [00:02:03.239]➜  			"metadatas/edas/DeleteCluster.json",
2025-08-20T19:15:56.8808189Z [00:02:03.239]➜  			"metadatas/edas/DeleteClusterMember.json",
2025-08-20T19:15:56.8808512Z [00:02:03.239]➜  			"metadatas/edas/DeleteConfigTemplate.json",
2025-08-20T19:15:56.8808818Z [00:02:03.239]➜  			"metadatas/edas/DeleteDeployGroup.json",
2025-08-20T19:15:56.8809094Z [00:02:03.239]➜  			"metadatas/edas/DeleteEcu.json",
2025-08-20T19:15:56.8809407Z [00:02:03.239]➜  			"metadatas/edas/DeleteK8sApplication.json",
2025-08-20T19:15:56.8809724Z [00:02:03.239]➜  			"metadatas/edas/DeleteK8sConfigMap.json",
2025-08-20T19:15:56.8810033Z [00:02:03.239]➜  			"metadatas/edas/DeleteK8sIngressRule.json",
2025-08-20T19:15:56.8810340Z [00:02:03.239]➜  			"metadatas/edas/DeleteK8sSecret.json",
2025-08-20T19:15:56.8810630Z [00:02:03.239]➜  			"metadatas/edas/DeleteK8sService.json",
2025-08-20T19:15:56.8810923Z [00:02:03.239]➜  			"metadatas/edas/DeleteLogPath.json",
2025-08-20T19:15:56.8811205Z [00:02:03.239]➜  			"metadatas/edas/DeleteRole.json",
2025-08-20T19:15:56.8811526Z [00:02:03.239]➜  			"metadatas/edas/DeleteServiceGroup.json",
2025-08-20T19:15:56.8811834Z [00:02:03.239]➜  			"metadatas/edas/DeleteSwimmingLane.json",
2025-08-20T19:15:56.8812181Z [00:02:03.239]➜  			"metadatas/edas/DeleteUserDefineRegion.json",
2025-08-20T19:15:56.8812652Z [00:02:03.239]➜  			"metadatas/edas/DeployApplication.json",
2025-08-20T19:15:56.8812989Z [00:02:03.239]➜  			"metadatas/edas/DeployK8sApplication.json",
2025-08-20T19:15:56.8813449Z [00:02:03.240]➜  			"metadatas/edas/DescribeAppInstanceList.json",
2025-08-20T19:15:56.8813883Z [00:02:03.240]➜  			"metadatas/edas/DescribeApplicationScalingRules.json",
2025-08-20T19:15:56.8814294Z [00:02:03.240]➜  			"metadatas/edas/DisableApplicationScalingRule.json",
2025-08-20T19:15:56.8814695Z [00:02:03.240]➜  			"metadatas/edas/EnableApplicationScalingRule.json",
2025-08-20T19:15:56.8815013Z [00:02:03.240]➜  			"metadatas/edas/GetAppDeployment.json",
2025-08-20T19:15:56.8815437Z [00:02:03.240]➜  			"metadatas/edas/GetApplication.json",
2025-08-20T19:15:56.8815773Z [00:02:03.240]➜  			"metadatas/edas/GetChangeOrderInfo.json",
2025-08-20T19:15:56.8816057Z [00:02:03.240]➜  			"metadatas/edas/GetCluster.json",
2025-08-20T19:15:56.8816438Z [00:02:03.240]➜  			"metadatas/edas/GetContainerConfiguration.json",
2025-08-20T19:15:56.8816767Z [00:02:03.240]➜  			"metadatas/edas/GetJavaStartUpConfig.json",
2025-08-20T19:15:56.8817103Z [00:02:03.240]➜  			"metadatas/edas/GetJvmConfiguration.json",
2025-08-20T19:15:56.8817453Z [00:02:03.241]➜  			"metadatas/edas/GetK8sAppPrecheckResult.json",
2025-08-20T19:15:56.8817764Z [00:02:03.241]➜  			"metadatas/edas/GetK8sApplication.json",
2025-08-20T19:15:56.8818063Z [00:02:03.241]➜  			"metadatas/edas/GetK8sCluster.json",
2025-08-20T19:15:56.8818356Z [00:02:03.241]➜  			"metadatas/edas/GetK8sServices.json",
2025-08-20T19:15:56.8818728Z [00:02:03.241]➜  			"metadatas/edas/GetPackageStorageCredential.json",
2025-08-20T19:15:56.8819031Z [00:02:03.241]➜  			"metadatas/edas/GetScalingRules.json",
2025-08-20T19:15:56.8819314Z [00:02:03.241]➜  			"metadatas/edas/GetSecureToken.json",
2025-08-20T19:15:56.8819655Z [00:02:03.241]➜  			"metadatas/edas/GetServiceConsumersPage.json",
2025-08-20T19:15:56.8819947Z [00:02:03.241]➜  			"metadatas/edas/GetServiceDetail.json",
2025-08-20T19:15:56.8820256Z [00:02:03.241]➜  			"metadatas/edas/GetServiceListPage.json",
2025-08-20T19:15:56.8820579Z [00:02:03.241]➜  			"metadatas/edas/GetServiceMethodPage.json",
2025-08-20T19:15:56.8820932Z [00:02:03.241]➜  			"metadatas/edas/GetServiceProvidersPage.json",
2025-08-20T19:15:56.8821264Z [00:02:03.241]➜  			"metadatas/edas/GetWebContainerConfig.json",
2025-08-20T19:15:56.8821706Z [00:02:03.241]➜  			"metadatas/edas/ImportK8sCluster.json",
2025-08-20T19:15:56.8822014Z [00:02:03.241]➜  			"metadatas/edas/InsertApplication.json",
2025-08-20T19:15:56.8822312Z [00:02:03.241]➜  			"metadatas/edas/InsertCluster.json",
2025-08-20T19:15:56.8822817Z [00:02:03.241]➜  			"metadatas/edas/InsertClusterMember.json",
2025-08-20T19:15:56.8823247Z [00:02:03.241]➜  			"metadatas/edas/InsertDeployGroup.json",
2025-08-20T19:15:56.8823564Z [00:02:03.241]➜  			"metadatas/edas/InsertK8sApplication.json",
2025-08-20T19:15:56.8823877Z [00:02:03.241]➜  			"metadatas/edas/InsertOrUpdateRegion.json",
2025-08-20T19:15:56.8824140Z [00:02:03.241]➜  			"metadatas/edas/InsertRole.json",
2025-08-20T19:15:56.8824443Z [00:02:03.241]➜  			"metadatas/edas/InsertServiceGroup.json",
2025-08-20T19:15:56.8824746Z [00:02:03.241]➜  			"metadatas/edas/InsertSwimmingLane.json",
2025-08-20T19:15:56.8825100Z [00:02:03.241]➜  			"metadatas/edas/InsertSwimmingLaneGroup.json",
2025-08-20T19:15:56.8825406Z [00:02:03.242]➜  			"metadatas/edas/InstallAgent.json",
2025-08-20T19:15:56.8825721Z [00:02:03.242]➜  			"metadatas/edas/ListAliyunRegion.json",
2025-08-20T19:15:56.8826023Z [00:02:03.242]➜  			"metadatas/edas/ListApplication.json",
2025-08-20T19:15:56.8826340Z [00:02:03.242]➜  			"metadatas/edas/ListApplicationEcu.json",
2025-08-20T19:15:56.8826640Z [00:02:03.242]➜  			"metadatas/edas/ListAuthority.json",
2025-08-20T19:15:56.8826947Z [00:02:03.242]➜  			"metadatas/edas/ListBuildPack.json",
2025-08-20T19:15:56.8827233Z [00:02:03.242]➜  			"metadatas/edas/ListCluster.json",
2025-08-20T19:15:56.8827548Z [00:02:03.242]➜  			"metadatas/edas/ListClusterMembers.json",
2025-08-20T19:15:56.8827839Z [00:02:03.243]➜  			"metadatas/edas/ListComponents.json",
2025-08-20T19:15:56.8828166Z [00:02:03.243]➜  			"metadatas/edas/ListConfigTemplates.json",
2025-08-20T19:15:56.8828598Z [00:02:03.243]➜  			"metadatas/edas/ListConsumedServices.json",
2025-08-20T19:15:56.8828923Z [00:02:03.243]➜  			"metadatas/edas/ListConvertableEcu.json",
2025-08-20T19:15:56.8829225Z [00:02:03.243]➜  			"metadatas/edas/ListDeployGroup.json",
2025-08-20T19:15:56.8829545Z [00:02:03.243]➜  			"metadatas/edas/ListEcsNotInCluster.json",
2025-08-20T19:15:56.8829842Z [00:02:03.243]➜  			"metadatas/edas/ListEcuByRegion.json",
2025-08-20T19:15:56.8830203Z [00:02:03.243]➜  			"metadatas/edas/ListHistoryDeployVersion.json",
2025-08-20T19:15:56.8830609Z [00:02:03.243]➜  			"metadatas/edas/ListK8sConfigMaps.json",
2025-08-20T19:15:56.8830929Z [00:02:03.243]➜  			"metadatas/edas/ListK8sIngressRules.json",
2025-08-20T19:15:56.8831238Z [00:02:03.243]➜  			"metadatas/edas/ListK8sNamespaces.json",
2025-08-20T19:15:56.8831539Z [00:02:03.243]➜  			"metadatas/edas/ListK8sSecrets.json",
2025-08-20T19:15:56.8831824Z [00:02:03.243]➜  			"metadatas/edas/ListMethods.json",
2025-08-20T19:15:56.8832169Z [00:02:03.243]➜  			"metadatas/edas/ListPublishedServices.json",
2025-08-20T19:15:56.8832700Z [00:02:03.243]➜  			"metadatas/edas/ListRecentChangeOrder.json",
2025-08-20T19:15:56.8833043Z [00:02:03.243]➜  			"metadatas/edas/ListResourceGroup.json",
2025-08-20T19:15:56.8833328Z [00:02:03.243]➜  			"metadatas/edas/ListRole.json",
2025-08-20T19:15:56.8833628Z [00:02:03.243]➜  			"metadatas/edas/ListScaleOutEcu.json",
2025-08-20T19:15:56.8833943Z [00:02:03.243]➜  			"metadatas/edas/ListServiceGroups.json",
2025-08-20T19:15:56.8834221Z [00:02:03.243]➜  			"metadatas/edas/ListSlb.json",
2025-08-20T19:15:56.8834530Z [00:02:03.243]➜  			"metadatas/edas/ListSubAccount.json",
2025-08-20T19:15:56.8834835Z [00:02:03.243]➜  			"metadatas/edas/ListSwimmingLane.json",
2025-08-20T19:15:56.8835164Z [00:02:03.243]➜  			"metadatas/edas/ListSwimmingLaneGroup.json",
2025-08-20T19:15:56.8835450Z [00:02:03.243]➜  			"metadatas/edas/ListTagResources.json",
2025-08-20T19:15:56.8835765Z [00:02:03.243]➜  			"metadatas/edas/ListUserDefineRegion.json",
2025-08-20T19:15:56.8836035Z [00:02:03.243]➜  			"metadatas/edas/ListVpc.json",
2025-08-20T19:15:56.8836360Z [00:02:03.243]➜  			"metadatas/edas/MigrateEcu.json",
2025-08-20T19:15:56.8836805Z [00:02:03.243]➜  			"metadatas/edas/ModifyScalingRule.json",
2025-08-20T19:15:56.8837153Z [00:02:03.243]➜  			"metadatas/edas/QueryApplicationStatus.json",
2025-08-20T19:15:56.8837430Z [00:02:03.243]➜  			"metadatas/edas/QueryEccInfo.json",
2025-08-20T19:15:56.8837746Z [00:02:03.243]➜  			"metadatas/edas/QueryMigrateEcuList.json",
2025-08-20T19:15:56.8838181Z [00:02:03.243]➜  			"metadatas/edas/QueryMigrateRegionList.json",
2025-08-20T19:15:56.8838487Z [00:02:03.243]➜  			"metadatas/edas/QueryRegionConfig.json",
2025-08-20T19:15:56.8838807Z [00:02:03.243]➜  			"metadatas/edas/QuerySlsLogStoreList.json",
2025-08-20T19:15:56.8839109Z [00:02:03.243]➜  			"metadatas/edas/ResetApplication.json",
2025-08-20T19:15:56.8839419Z [00:02:03.243]➜  			"metadatas/edas/RestartApplication.json",
2025-08-20T19:15:56.8839759Z [00:02:03.243]➜  			"metadatas/edas/RestartK8sApplication.json",
2025-08-20T19:15:56.8840078Z [00:02:03.243]➜  			"metadatas/edas/RetryChangeOrderTask.json",
2025-08-20T19:15:56.8840410Z [00:02:03.243]➜  			"metadatas/edas/RollbackApplication.json",
2025-08-20T19:15:56.8840720Z [00:02:03.243]➜  			"metadatas/edas/RollbackChangeOrder.json",
2025-08-20T19:15:56.8841042Z [00:02:03.243]➜  			"metadatas/edas/ScaleInApplication.json",
2025-08-20T19:15:56.8841360Z [00:02:03.243]➜  			"metadatas/edas/ScaleK8sApplication.json",
2025-08-20T19:15:56.8841719Z [00:02:03.243]➜  			"metadatas/edas/ScaleOutApplication.json",
2025-08-20T19:15:56.8842193Z [00:02:03.243]➜  			"metadatas/edas/ScaleoutApplicationWithNewInstances.json",
2025-08-20T19:15:56.8842843Z [00:02:03.243]➜  			"metadatas/edas/StartApplication.json",
2025-08-20T19:15:56.8843179Z [00:02:03.243]➜  			"metadatas/edas/StartK8sAppPrecheck.json",
2025-08-20T19:15:56.8843508Z [00:02:03.243]➜  			"metadatas/edas/StartK8sApplication.json",
2025-08-20T19:15:56.8843964Z [00:02:03.243]➜  			"metadatas/edas/StopApplication.json",
2025-08-20T19:15:56.8844313Z [00:02:03.243]➜  			"metadatas/edas/StopK8sApplication.json",
2025-08-20T19:15:56.8844695Z [00:02:03.243]➜  			"metadatas/edas/SwitchAdvancedMonitoring.json",
2025-08-20T19:15:56.8845027Z [00:02:03.243]➜  			"metadatas/edas/SynchronizeResource.json",
2025-08-20T19:15:56.8845315Z [00:02:03.243]➜  			"metadatas/edas/TagResources.json",
2025-08-20T19:15:56.8845667Z [00:02:03.243]➜  			"metadatas/edas/TransformClusterMember.json",
2025-08-20T19:15:56.8846066Z [00:02:03.243]➜  			"metadatas/edas/UnbindK8sSlb.json",
2025-08-20T19:15:56.8846343Z [00:02:03.243]➜  			"metadatas/edas/UnbindSlb.json",
2025-08-20T19:15:56.8846640Z [00:02:03.243]➜  			"metadatas/edas/UntagResources.json",
2025-08-20T19:15:56.8846951Z [00:02:03.243]➜  			"metadatas/edas/UpdateAccountInfo.json",
2025-08-20T19:15:56.8847314Z [00:02:03.243]➜  			"metadatas/edas/UpdateApplicationBaseInfo.json",
2025-08-20T19:15:56.8847706Z [00:02:03.243]➜  			"metadatas/edas/UpdateApplicationScalingRule.json",
2025-08-20T19:15:56.8848030Z [00:02:03.243]➜  			"metadatas/edas/UpdateConfigTemplate.json",
2025-08-20T19:15:56.8848328Z [00:02:03.243]➜  			"metadatas/edas/UpdateContainer.json",
2025-08-20T19:15:56.8848709Z [00:02:03.243]➜  			"metadatas/edas/UpdateContainerConfiguration.json",
2025-08-20T19:15:56.8849029Z [00:02:03.243]➜  			"metadatas/edas/UpdateHealthCheckUrl.json",
2025-08-20T19:15:56.8849428Z [00:02:03.243]➜  			"metadatas/edas/UpdateHookConfiguration.json",
2025-08-20T19:15:56.8849824Z [00:02:03.243]➜  			"metadatas/edas/UpdateJvmConfiguration.json",
2025-08-20T19:15:56.8850212Z [00:02:03.243]➜  			"metadatas/edas/UpdateK8sApplicationBaseInfo.json",
2025-08-20T19:15:56.8850591Z [00:02:03.243]➜  			"metadatas/edas/UpdateK8sApplicationConfig.json",
2025-08-20T19:15:56.8850913Z [00:02:03.243]➜  			"metadatas/edas/UpdateK8sConfigMap.json",
2025-08-20T19:15:56.8851227Z [00:02:03.243]➜  			"metadatas/edas/UpdateK8sIngressRule.json",
2025-08-20T19:15:56.8851546Z [00:02:03.243]➜  			"metadatas/edas/UpdateK8sResource.json",
2025-08-20T19:15:56.8851835Z [00:02:03.243]➜  			"metadatas/edas/UpdateK8sSecret.json",
2025-08-20T19:15:56.8852274Z [00:02:03.243]➜  			"metadatas/edas/UpdateK8sService.json",
2025-08-20T19:15:56.8852726Z [00:02:03.243]➜  			"metadatas/edas/UpdateK8sSlb.json",
2025-08-20T19:15:56.8853063Z [00:02:03.243]➜  			"metadatas/edas/UpdateLocalitySetting.json",
2025-08-20T19:15:56.8853338Z [00:02:03.243]➜  			"metadatas/edas/UpdateRole.json",
2025-08-20T19:15:56.8853657Z [00:02:03.243]➜  			"metadatas/edas/UpdateSlsLogStore.json",
2025-08-20T19:15:56.8854088Z [00:02:03.243]➜  			"metadatas/edas/UpdateSwimmingLane.json",
2025-08-20T19:15:56.8854451Z [00:02:03.243]➜  			"metadatas/edas/UpdateSwimmingLaneGroup.json",
2025-08-20T19:15:56.8854787Z [00:02:03.243]➜  			"metadatas/eflo-cnp/ChangeResourceGroup.json",
2025-08-20T19:15:56.8855306Z [00:02:03.243]➜  			"metadatas/eflo-cnp/CheckServiceLinkedRoleEfloCnpForDeleting.json",
2025-08-20T19:15:56.8855658Z [00:02:03.243]➜  			"metadatas/eflo-cnp/CreateExperimentPlan.json",
2025-08-20T19:15:56.8856063Z [00:02:03.243]➜  			"metadatas/eflo-cnp/CreateExperimentPlanTemplate.json",
2025-08-20T19:15:56.8856372Z [00:02:03.243]➜  			"metadatas/eflo-cnp/CreateResource.json",
2025-08-20T19:15:56.8856695Z [00:02:03.243]➜  			"metadatas/eflo-cnp/DeleteExperiment.json",
2025-08-20T19:15:56.8857029Z [00:02:03.243]➜  			"metadatas/eflo-cnp/DeleteExperimentPlan.json",
2025-08-20T19:15:56.8857437Z [00:02:03.243]➜  			"metadatas/eflo-cnp/DeleteExperimentPlanTemplate.json",
2025-08-20T19:15:56.8857732Z [00:02:03.243]➜  			"metadatas/eflo-cnp/GetExperiment.json",
2025-08-20T19:15:56.8858052Z [00:02:03.243]➜  			"metadatas/eflo-cnp/GetExperimentPlan.json",
2025-08-20T19:15:56.8858429Z [00:02:03.243]➜  			"metadatas/eflo-cnp/GetExperimentPlanTemplate.json",
2025-08-20T19:15:56.8858797Z [00:02:03.243]➜  			"metadatas/eflo-cnp/GetExperimentResultData.json",
2025-08-20T19:15:56.8859083Z [00:02:03.243]➜  			"metadatas/eflo-cnp/GetResource.json",
2025-08-20T19:15:56.8859563Z [00:02:03.243]➜  			"metadatas/eflo-cnp/GetResourcePredictResult.json",
2025-08-20T19:15:56.8859851Z [00:02:03.243]➜  			"metadatas/eflo-cnp/GetWorkload.json",
2025-08-20T19:15:56.8860250Z [00:02:03.243]➜  			"metadatas/eflo-cnp/ListExperimentPlanTemplates.json",
2025-08-20T19:15:56.8860581Z [00:02:03.243]➜  			"metadatas/eflo-cnp/ListExperimentPlans.json",
2025-08-20T19:15:56.8860900Z [00:02:03.243]➜  			"metadatas/eflo-cnp/ListExperiments.json",
2025-08-20T19:15:56.8861309Z [00:02:03.243]➜  			"metadatas/eflo-cnp/ListTagResources.json",
2025-08-20T19:15:56.8861623Z [00:02:03.243]➜  			"metadatas/eflo-cnp/ListWorkloads.json",
2025-08-20T19:15:56.8861925Z [00:02:03.243]➜  			"metadatas/eflo-cnp/StopExperiment.json",
2025-08-20T19:15:56.8862217Z [00:02:03.243]➜  			"metadatas/eflo-cnp/TagResources.json",
2025-08-20T19:15:56.8862677Z [00:02:03.243]➜  			"metadatas/eflo-cnp/UntagResources.json",
2025-08-20T19:15:56.8863039Z [00:02:03.243]➜  			"metadatas/eflo-cnp/UpdateExperimentPlan.json",
2025-08-20T19:15:56.8863442Z [00:02:03.243]➜  			"metadatas/eflo-cnp/UpdateExperimentPlanTemplate.json",
2025-08-20T19:15:56.8863760Z [00:02:03.243]➜  			"metadatas/eflo-cnp/ValidateResource.json",
2025-08-20T19:15:56.8864123Z [00:02:03.243]➜  			"metadatas/eflo-controller/ApproveOperation.json",
2025-08-20T19:15:56.8864524Z [00:02:03.243]➜  			"metadatas/eflo-controller/ChangeResourceGroup.json",
2025-08-20T19:15:56.8864864Z [00:02:03.243]➜  			"metadatas/eflo-controller/CloseSession.json",
2025-08-20T19:15:56.8865224Z [00:02:03.243]➜  			"metadatas/eflo-controller/CreateCluster.json",
2025-08-20T19:15:56.8865625Z [00:02:03.243]➜  			"metadatas/eflo-controller/CreateDiagnosticTask.json",
2025-08-20T19:15:56.8865990Z [00:02:03.243]➜  			"metadatas/eflo-controller/CreateNetTestTask.json",
2025-08-20T19:15:56.8866359Z [00:02:03.243]➜  			"metadatas/eflo-controller/CreateNodeGroup.json",
2025-08-20T19:15:56.8866701Z [00:02:03.243]➜  			"metadatas/eflo-controller/CreateSession.json",
2025-08-20T19:15:56.8867034Z [00:02:03.243]➜  			"metadatas/eflo-controller/CreateVsc.json",
2025-08-20T19:15:56.8867372Z [00:02:03.243]➜  			"metadatas/eflo-controller/DeleteCluster.json",
2025-08-20T19:15:56.8867870Z [00:02:03.243]➜  			"metadatas/eflo-controller/DeleteNodeGroup.json",
2025-08-20T19:15:56.8868192Z [00:02:03.243]➜  			"metadatas/eflo-controller/DeleteVsc.json",
2025-08-20T19:15:56.8868521Z [00:02:03.243]➜  			"metadatas/eflo-controller/DescribeCluster.json",
2025-08-20T19:15:56.8868936Z [00:02:03.244]➜  			"metadatas/eflo-controller/DescribeDiagnosticResult.json",
2025-08-20T19:15:56.8869422Z [00:02:03.244]➜  			"metadatas/eflo-controller/DescribeInvocations.json",
2025-08-20T19:15:56.8869810Z [00:02:03.244]➜  			"metadatas/eflo-controller/DescribeNetTestResult.json",
2025-08-20T19:15:56.8870145Z [00:02:03.244]➜  			"metadatas/eflo-controller/DescribeNode.json",
2025-08-20T19:15:56.8870486Z [00:02:03.244]➜  			"metadatas/eflo-controller/DescribeRegions.json",
2025-08-20T19:15:56.8870983Z [00:02:03.244]➜  			"metadatas/eflo-controller/DescribeSendFileResults.json",
2025-08-20T19:15:56.8871360Z [00:02:03.244]➜  			"metadatas/eflo-controller/DescribeTask.json",
2025-08-20T19:15:56.8871716Z [00:02:03.244]➜  			"metadatas/eflo-controller/DescribeVsc.json",
2025-08-20T19:15:56.8872061Z [00:02:03.244]➜  			"metadatas/eflo-controller/DescribeZones.json",
2025-08-20T19:15:56.8872579Z [00:02:03.244]➜  			"metadatas/eflo-controller/ExtendCluster.json",
2025-08-20T19:15:56.8872956Z [00:02:03.244]➜  			"metadatas/eflo-controller/ListClusterNodes.json",
2025-08-20T19:15:56.8873309Z [00:02:03.244]➜  			"metadatas/eflo-controller/ListClusters.json",
2025-08-20T19:15:56.8873692Z [00:02:03.244]➜  			"metadatas/eflo-controller/ListDiagnosticResults.json",
2025-08-20T19:15:56.8874036Z [00:02:03.244]➜  			"metadatas/eflo-controller/ListFreeNodes.json",
2025-08-20T19:15:56.8874348Z [00:02:03.244]➜  			"metadatas/eflo-controller/ListImages.json",
2025-08-20T19:15:56.8874745Z [00:02:03.244]➜  			"metadatas/eflo-controller/ListMachineNetworkInfo.json",
2025-08-20T19:15:56.8875091Z [00:02:03.244]➜  			"metadatas/eflo-controller/ListMachineTypes.json",
2025-08-20T19:15:56.8875447Z [00:02:03.244]➜  			"metadatas/eflo-controller/ListNetTestResults.json",
2025-08-20T19:15:56.8875784Z [00:02:03.244]➜  			"metadatas/eflo-controller/ListNodeGroups.json",
2025-08-20T19:15:56.8876133Z [00:02:03.244]➜  			"metadatas/eflo-controller/ListTagResources.json",
2025-08-20T19:15:56.8876505Z [00:02:03.244]➜  			"metadatas/eflo-controller/ListUserClusterTypes.json",
2025-08-20T19:15:56.8876962Z [00:02:03.244]➜  			"metadatas/eflo-controller/ListVscs.json",
2025-08-20T19:15:56.8877289Z [00:02:03.244]➜  			"metadatas/eflo-controller/RebootNodes.json",
2025-08-20T19:15:56.8877628Z [00:02:03.244]➜  			"metadatas/eflo-controller/ReimageNodes.json",
2025-08-20T19:15:56.8877944Z [00:02:03.244]➜  			"metadatas/eflo-controller/RunCommand.json",
2025-08-20T19:15:56.8878262Z [00:02:03.244]➜  			"metadatas/eflo-controller/SendFile.json",
2025-08-20T19:15:56.8878612Z [00:02:03.244]➜  			"metadatas/eflo-controller/ShrinkCluster.json",
2025-08-20T19:15:56.8878970Z [00:02:03.244]➜  			"metadatas/eflo-controller/StopInvocation.json",
2025-08-20T19:15:56.8879429Z [00:02:03.244]➜  			"metadatas/eflo-controller/StopNodes.json",
2025-08-20T19:15:56.8879782Z [00:02:03.244]➜  			"metadatas/eflo-controller/TagResources.json",
2025-08-20T19:15:56.8880127Z [00:02:03.244]➜  			"metadatas/eflo-controller/UntagResources.json",
2025-08-20T19:15:56.8880510Z [00:02:03.244]➜  			"metadatas/eflo-controller/UpdateNodeGroup.json",
2025-08-20T19:15:56.8880899Z [00:02:03.244]➜  			"metadatas/eflo/AssignLeniPrivateIpAddress.json",
2025-08-20T19:15:56.8881255Z [00:02:03.244]➜  			"metadatas/eflo/AssignPrivateIpAddress.json",
2025-08-20T19:15:56.8881582Z [00:02:03.244]➜  			"metadatas/eflo/AssociateVpdCidrBlock.json",
2025-08-20T19:15:56.8881985Z [00:02:03.244]➜  			"metadatas/eflo/AttachElasticNetworkInterface.json",
2025-08-20T19:15:56.8882358Z [00:02:03.244]➜  			"metadatas/eflo/CreateElasticNetworkInterface.json",
2025-08-20T19:15:56.8882839Z [00:02:03.244]➜  			"metadatas/eflo/CreateEr.json",
2025-08-20T19:15:56.8883157Z [00:02:03.244]➜  			"metadatas/eflo/CreateErAttachment.json",
2025-08-20T19:15:56.8883485Z [00:02:03.244]➜  			"metadatas/eflo/CreateErRouteMap.json",
2025-08-20T19:15:56.8883767Z [00:02:03.244]➜  			"metadatas/eflo/CreateSubnet.json",
2025-08-20T19:15:56.8884045Z [00:02:03.244]➜  			"metadatas/eflo/CreateVcc.json",
2025-08-20T19:15:56.8884357Z [00:02:03.244]➜  			"metadatas/eflo/CreateVccGrantRule.json",
2025-08-20T19:15:56.8884832Z [00:02:03.244]➜  			"metadatas/eflo/CreateVccRouteEntry.json",
2025-08-20T19:15:56.8885103Z [00:02:03.244]➜  			"metadatas/eflo/CreateVpd.json",
2025-08-20T19:15:56.8885424Z [00:02:03.244]➜  			"metadatas/eflo/CreateVpdGrantRule.json",
2025-08-20T19:15:56.8885808Z [00:02:03.244]➜  			"metadatas/eflo/DeleteElasticNetworkInterface.json",
2025-08-20T19:15:56.8886078Z [00:02:03.244]➜  			"metadatas/eflo/DeleteEr.json",
2025-08-20T19:15:56.8886500Z [00:02:03.244]➜  			"metadatas/eflo/DeleteErAttachment.json",
2025-08-20T19:15:56.8886815Z [00:02:03.244]➜  			"metadatas/eflo/DeleteErRouteMap.json",
2025-08-20T19:15:56.8887117Z [00:02:03.244]➜  			"metadatas/eflo/DeleteSubnet.json",
2025-08-20T19:15:56.8887439Z [00:02:03.244]➜  			"metadatas/eflo/DeleteVccGrantRule.json",
2025-08-20T19:15:56.8887772Z [00:02:03.244]➜  			"metadatas/eflo/DeleteVccRouteEntry.json",
2025-08-20T19:15:56.8888056Z [00:02:03.244]➜  			"metadatas/eflo/DeleteVpd.json",
2025-08-20T19:15:56.8888394Z [00:02:03.244]➜  			"metadatas/eflo/DeleteVpdGrantRule.json",
2025-08-20T19:15:56.8888684Z [00:02:03.244]➜  			"metadatas/eflo/DescribeSlr.json",
2025-08-20T19:15:56.8889076Z [00:02:03.244]➜  			"metadatas/eflo/DetachElasticNetworkInterface.json",
2025-08-20T19:15:56.8889431Z [00:02:03.244]➜  			"metadatas/eflo/GetDestinationCidrBlock.json",
2025-08-20T19:15:56.8889817Z [00:02:03.244]➜  			"metadatas/eflo/GetElasticNetworkInterface.json",
2025-08-20T19:15:56.8890073Z [00:02:03.244]➜  			"metadatas/eflo/GetEr.json",
2025-08-20T19:15:56.8890389Z [00:02:03.244]➜  			"metadatas/eflo/GetErAttachment.json",
2025-08-20T19:15:56.8890682Z [00:02:03.244]➜  			"metadatas/eflo/GetErRouteEntry.json",
2025-08-20T19:15:56.8890989Z [00:02:03.244]➜  			"metadatas/eflo/GetErRouteMap.json",
2025-08-20T19:15:56.8891293Z [00:02:03.244]➜  			"metadatas/eflo/GetFabricTopology.json",
2025-08-20T19:15:56.8891647Z [00:02:03.244]➜  			"metadatas/eflo/GetLeniPrivateIpAddress.json",
2025-08-20T19:15:56.8892109Z [00:02:03.244]➜  			"metadatas/eflo/GetLniPrivateIpAddress.json",
2025-08-20T19:15:56.8892624Z [00:02:03.244]➜  			"metadatas/eflo/GetNetworkInterface.json",
2025-08-20T19:15:56.8892936Z [00:02:03.244]➜  			"metadatas/eflo/GetNodeInfoForPod.json",
2025-08-20T19:15:56.8893217Z [00:02:03.244]➜  			"metadatas/eflo/GetSubnet.json",
2025-08-20T19:15:56.8893476Z [00:02:03.244]➜  			"metadatas/eflo/GetVcc.json",
2025-08-20T19:15:56.8893768Z [00:02:03.244]➜  			"metadatas/eflo/GetVccGrantRule.json",
2025-08-20T19:15:56.8894073Z [00:02:03.244]➜  			"metadatas/eflo/GetVccRouteEntry.json",
2025-08-20T19:15:56.8894334Z [00:02:03.244]➜  			"metadatas/eflo/GetVpd.json",
2025-08-20T19:15:56.8894620Z [00:02:03.244]➜  			"metadatas/eflo/GetVpdGrantRule.json",
2025-08-20T19:15:56.8895035Z [00:02:03.244]➜  			"metadatas/eflo/GetVpdRouteEntry.json",
2025-08-20T19:15:56.8895323Z [00:02:03.244]➜  			"metadatas/eflo/InitializeVcc.json",
2025-08-20T19:15:56.8895709Z [00:02:03.244]➜  			"metadatas/eflo/ListElasticNetworkInterfaces.json",
2025-08-20T19:15:56.8896016Z [00:02:03.244]➜  			"metadatas/eflo/ListErAttachments.json",
2025-08-20T19:15:56.8896331Z [00:02:03.244]➜  			"metadatas/eflo/ListErRouteEntries.json",
2025-08-20T19:15:56.8896618Z [00:02:03.244]➜  			"metadatas/eflo/ListErRouteMaps.json",
2025-08-20T19:15:56.8896884Z [00:02:03.244]➜  			"metadatas/eflo/ListErs.json",
2025-08-20T19:15:56.8897178Z [00:02:03.244]➜  			"metadatas/eflo/ListInstancesByNcd.json",
2025-08-20T19:15:56.8897545Z [00:02:03.244]➜  			"metadatas/eflo/ListLeniPrivateIpAddresses.json",
2025-08-20T19:15:56.8897904Z [00:02:03.244]➜  			"metadatas/eflo/ListLniPrivateIpAddress.json",
2025-08-20T19:15:56.8898223Z [00:02:03.244]➜  			"metadatas/eflo/ListNetworkInterfaces.json",
2025-08-20T19:15:56.8898543Z [00:02:03.244]➜  			"metadatas/eflo/ListNodeInfosForPod.json",
2025-08-20T19:15:56.8898825Z [00:02:03.244]➜  			"metadatas/eflo/ListSubnets.json",
2025-08-20T19:15:56.8899124Z [00:02:03.244]➜  			"metadatas/eflo/ListVccFlowInfos.json",
2025-08-20T19:15:56.8899451Z [00:02:03.244]➜  			"metadatas/eflo/ListVccGrantRules.json",
2025-08-20T19:15:56.8899938Z [00:02:03.244]➜  			"metadatas/eflo/ListVccRouteEntries.json",
2025-08-20T19:15:56.8900260Z [00:02:03.244]➜  			"metadatas/eflo/ListVccs.json",
2025-08-20T19:15:56.8900570Z [00:02:03.244]➜  			"metadatas/eflo/ListVpdGrantRules.json",
2025-08-20T19:15:56.8900889Z [00:02:03.244]➜  			"metadatas/eflo/ListVpdRouteEntries.json",
2025-08-20T19:15:56.8901158Z [00:02:03.244]➜  			"metadatas/eflo/ListVpds.json",
2025-08-20T19:15:56.8901567Z [00:02:03.244]➜  			"metadatas/eflo/QueryInstanceNcd.json",
2025-08-20T19:15:56.8901867Z [00:02:03.244]➜  			"metadatas/eflo/RefundVcc.json",
2025-08-20T19:15:56.8902139Z [00:02:03.244]➜  			"metadatas/eflo/RetryVcc.json",
2025-08-20T19:15:56.8902667Z [00:02:03.244]➜  			"metadatas/eflo/UnAssignPrivateIpAddress.json",
2025-08-20T19:15:56.8903037Z [00:02:03.244]➜  			"metadatas/eflo/UnAssociateVpdCidrBlock.json",
2025-08-20T19:15:56.8903422Z [00:02:03.244]➜  			"metadatas/eflo/UnassignLeniPrivateIpAddress.json",
2025-08-20T19:15:56.8903813Z [00:02:03.244]➜  			"metadatas/eflo/UpdateElasticNetworkInterface.json",
2025-08-20T19:15:56.8904087Z [00:02:03.244]➜  			"metadatas/eflo/UpdateEr.json",
2025-08-20T19:15:56.8904401Z [00:02:03.244]➜  			"metadatas/eflo/UpdateErAttachment.json",
2025-08-20T19:15:56.8904742Z [00:02:03.244]➜  			"metadatas/eflo/UpdateErRouteMap.json",
2025-08-20T19:15:56.8905128Z [00:02:03.244]➜  			"metadatas/eflo/UpdateLeniPrivateIpAddress.json",
2025-08-20T19:15:56.8905449Z [00:02:03.244]➜  			"metadatas/eflo/UpdateSubnet.json",
2025-08-20T19:15:56.8905738Z [00:02:03.244]➜  			"metadatas/eflo/UpdateVcc.json",
2025-08-20T19:15:56.8906030Z [00:02:03.244]➜  			"metadatas/eflo/UpdateVpd.json",
2025-08-20T19:15:56.8906351Z [00:02:03.244]➜  			"metadatas/ehpc/AddExistedNodes.json",
2025-08-20T19:15:56.8906657Z [00:02:03.244]➜  			"metadatas/ehpc/AddLocalNodes.json",
2025-08-20T19:15:56.8906932Z [00:02:03.244]➜  			"metadatas/ehpc/AddNodes.json",
2025-08-20T19:15:56.8907219Z [00:02:03.244]➜  			"metadatas/ehpc/AddQueue.json",
2025-08-20T19:15:56.8907692Z [00:02:03.244]➜  			"metadatas/ehpc/AddSecurityGroup.json",
2025-08-20T19:15:56.8908002Z [00:02:03.244]➜  			"metadatas/ehpc/AddUsers.json",
2025-08-20T19:15:56.8908385Z [00:02:03.244]➜  			"metadatas/ehpc/ApplyNodes.json",
2025-08-20T19:15:56.8908706Z [00:02:03.244]➜  			"metadatas/ehpc/CreateCluster.json",
2025-08-20T19:15:56.8909048Z [00:02:03.244]➜  			"metadatas/ehpc/CreateHybridCluster.json",
2025-08-20T19:15:56.8909378Z [00:02:03.244]➜  			"metadatas/ehpc/CreateJobFile.json",
2025-08-20T19:15:56.8909721Z [00:02:03.244]➜  			"metadatas/ehpc/CreateJobTemplate.json",
2025-08-20T19:15:56.8910029Z [00:02:03.244]➜  			"metadatas/ehpc/DeleteCluster.json",
2025-08-20T19:15:56.8910525Z [00:02:03.244]➜  			"metadatas/ehpc/DeleteJobTemplates.json",
2025-08-20T19:15:56.8910830Z [00:02:03.244]➜  			"metadatas/ehpc/DeleteJobs.json",
2025-08-20T19:15:56.8911136Z [00:02:03.244]➜  			"metadatas/ehpc/DeleteNodes.json",
2025-08-20T19:15:56.8911446Z [00:02:03.244]➜  			"metadatas/ehpc/DeleteQueue.json",
2025-08-20T19:15:56.8911827Z [00:02:03.244]➜  			"metadatas/ehpc/DeleteSecurityGroup.json",
2025-08-20T19:15:56.8912131Z [00:02:03.244]➜  			"metadatas/ehpc/DeleteUsers.json",
2025-08-20T19:15:56.8912656Z [00:02:03.244]➜  			"metadatas/ehpc/DescribeAutoScaleConfig.json",
2025-08-20T19:15:56.8912977Z [00:02:03.244]➜  			"metadatas/ehpc/DescribeCluster.json",
2025-08-20T19:15:56.8913287Z [00:02:03.244]➜  			"metadatas/ehpc/DescribeEstackImage.json",
2025-08-20T19:15:56.8913613Z [00:02:03.244]➜  			"metadatas/ehpc/DescribeImagePrice.json",
2025-08-20T19:15:56.8913895Z [00:02:03.244]➜  			"metadatas/ehpc/DescribeJob.json",
2025-08-20T19:15:56.8914195Z [00:02:03.244]➜  			"metadatas/ehpc/DescribePrice.json",
2025-08-20T19:15:56.8914524Z [00:02:03.244]➜  			"metadatas/ehpc/DescribeServerlessJobs.json",
2025-08-20T19:15:56.8914837Z [00:02:03.244]➜  			"metadatas/ehpc/EditJobTemplate.json",
2025-08-20T19:15:56.8915162Z [00:02:03.244]➜  			"metadatas/ehpc/GetAccountingReport.json",
2025-08-20T19:15:56.8915635Z [00:02:03.244]➜  			"metadatas/ehpc/GetAutoScaleConfig.json",
2025-08-20T19:15:56.8915941Z [00:02:03.244]➜  			"metadatas/ehpc/GetCloudMetricLogs.json",
2025-08-20T19:15:56.8916273Z [00:02:03.244]➜  			"metadatas/ehpc/GetCloudMetricProfiling.json",
2025-08-20T19:15:56.8916590Z [00:02:03.244]➜  			"metadatas/ehpc/GetClusterVolumes.json",
2025-08-20T19:15:56.8916939Z [00:02:03.244]➜  			"metadatas/ehpc/GetHybridClusterConfig.json",
2025-08-20T19:15:56.8917503Z [00:02:03.244]➜  			"metadatas/ehpc/GetIfEcsTypeSupportHtConfig.json",
2025-08-20T19:15:56.8917825Z [00:02:03.244]➜  			"metadatas/ehpc/GetJobLog.json",
2025-08-20T19:15:56.8918136Z [00:02:03.244]➜  			"metadatas/ehpc/GetPostScripts.json",
2025-08-20T19:15:56.8918463Z [00:02:03.244]➜  			"metadatas/ehpc/GetSchedulerInfo.json",
2025-08-20T19:15:56.8918835Z [00:02:03.244]➜  			"metadatas/ehpc/GetVisualServiceStatus.json",
2025-08-20T19:15:56.8919153Z [00:02:03.244]➜  			"metadatas/ehpc/InitializeEHPC.json",
2025-08-20T19:15:56.8919478Z [00:02:03.244]➜  			"metadatas/ehpc/InstallSoftware.json",
2025-08-20T19:15:56.8919882Z [00:02:03.245]➜  			"metadatas/ehpc/InvokeShellCommand.json",
2025-08-20T19:15:56.8920230Z [00:02:03.245]➜  			"metadatas/ehpc/ListAvailableEcsTypes.json",
2025-08-20T19:15:56.8920609Z [00:02:03.245]➜  			"metadatas/ehpc/ListCloudMetricProfilings.json",
2025-08-20T19:15:56.8920914Z [00:02:03.245]➜  			"metadatas/ehpc/ListClusterLogs.json",
2025-08-20T19:15:56.8921200Z [00:02:03.245]➜  			"metadatas/ehpc/ListClusters.json",
2025-08-20T19:15:56.8921513Z [00:02:03.245]➜  			"metadatas/ehpc/ListClustersMeta.json",
2025-08-20T19:15:56.8921779Z [00:02:03.245]➜  			"metadatas/ehpc/ListCommands.json",
2025-08-20T19:15:56.8922084Z [00:02:03.245]➜  			"metadatas/ehpc/ListCommunityImages.json",
2025-08-20T19:15:56.8922372Z [00:02:03.245]➜  			"metadatas/ehpc/ListCpfsFileSystems.json",
2025-08-20T19:15:56.8922904Z [00:02:03.245]➜  			"metadatas/ehpc/ListCurrentClientVersion.json",
2025-08-20T19:15:56.8923311Z [00:02:03.245]➜  			"metadatas/ehpc/ListCustomImages.json",
2025-08-20T19:15:56.8923707Z [00:02:03.245]➜  			"metadatas/ehpc/ListFileSystemWithMountTargets.json",
2025-08-20T19:15:56.8923965Z [00:02:03.248]➜  			"metadatas/ehpc/ListImages.json",
2025-08-20T19:15:56.8924278Z [00:02:03.248]➜  			"metadatas/ehpc/ListInstalledSoftware.json",
2025-08-20T19:15:56.8924582Z [00:02:03.248]➜  			"metadatas/ehpc/ListInvocationResults.json",
2025-08-20T19:15:56.8924894Z [00:02:03.248]➜  			"metadatas/ehpc/ListInvocationStatus.json",
2025-08-20T19:15:56.8925189Z [00:02:03.248]➜  			"metadatas/ehpc/ListJobTemplates.json",
2025-08-20T19:15:56.8925471Z [00:02:03.248]➜  			"metadatas/ehpc/ListJobs.json",
2025-08-20T19:15:56.8925955Z [00:02:03.248]➜  			"metadatas/ehpc/ListJobsWithFilters.json",
2025-08-20T19:15:56.8926251Z [00:02:03.248]➜  			"metadatas/ehpc/ListNodes.json",
2025-08-20T19:15:56.8926530Z [00:02:03.248]➜  			"metadatas/ehpc/ListNodesByQueue.json",
2025-08-20T19:15:56.8926833Z [00:02:03.248]➜  			"metadatas/ehpc/ListNodesNoPaging.json",
2025-08-20T19:15:56.8927176Z [00:02:03.248]➜  			"metadatas/ehpc/ListPreferredEcsTypes.json",
2025-08-20T19:15:56.8927454Z [00:02:03.248]➜  			"metadatas/ehpc/ListQueues.json",
2025-08-20T19:15:56.8927727Z [00:02:03.248]➜  			"metadatas/ehpc/ListRegions.json",
2025-08-20T19:15:56.8928021Z [00:02:03.248]➜  			"metadatas/ehpc/ListSecurityGroups.json",
2025-08-20T19:15:56.8928302Z [00:02:03.248]➜  			"metadatas/ehpc/ListServerlessJobs.json",
2025-08-20T19:15:56.8928580Z [00:02:03.248]➜  			"metadatas/ehpc/ListSoftwares.json",
2025-08-20T19:15:56.8928866Z [00:02:03.248]➜  			"metadatas/ehpc/ListTagResources.json",
2025-08-20T19:15:56.8929117Z [00:02:03.248]➜  			"metadatas/ehpc/ListTasks.json",
2025-08-20T19:15:56.8929413Z [00:02:03.248]➜  			"metadatas/ehpc/ListUpgradeClients.json",
2025-08-20T19:15:56.8929666Z [00:02:03.248]➜  			"metadatas/ehpc/ListUsers.json",
2025-08-20T19:15:56.8930007Z [00:02:03.248]➜  			"metadatas/ehpc/ListUsersAsync.json",
2025-08-20T19:15:56.8930292Z [00:02:03.248]➜  			"metadatas/ehpc/ListVolumes.json",
2025-08-20T19:15:56.8930796Z [00:02:03.248]➜  			"metadatas/ehpc/ModifyClusterAttributes.json",
2025-08-20T19:15:56.8931076Z [00:02:03.248]➜  			"metadatas/ehpc/ModifyUserGroups.json",
2025-08-20T19:15:56.8931394Z [00:02:03.248]➜  			"metadatas/ehpc/ModifyUserPasswords.json",
2025-08-20T19:15:56.8931734Z [00:02:03.248]➜  			"metadatas/ehpc/ModifyVisualServicePasswd.json",
2025-08-20T19:15:56.8931999Z [00:02:03.248]➜  			"metadatas/ehpc/PullImage.json",
2025-08-20T19:15:56.8932603Z [00:02:03.248]➜  			"metadatas/ehpc/QueryServicePackAndPrice.json",
2025-08-20T19:15:56.8932941Z [00:02:03.248]➜  			"metadatas/ehpc/RecoverCluster.json",
2025-08-20T19:15:56.8933220Z [00:02:03.248]➜  			"metadatas/ehpc/RerunJobs.json",
2025-08-20T19:15:56.8933500Z [00:02:03.248]➜  			"metadatas/ehpc/ResetNodes.json",
2025-08-20T19:15:56.8933843Z [00:02:03.248]➜  			"metadatas/ehpc/RunCloudMetricProfiling.json",
2025-08-20T19:15:56.8934154Z [00:02:03.248]➜  			"metadatas/ehpc/SetAutoScaleConfig.json",
2025-08-20T19:15:56.8934464Z [00:02:03.248]➜  			"metadatas/ehpc/SetPostScripts.json",
2025-08-20T19:15:56.8934746Z [00:02:03.248]➜  			"metadatas/ehpc/SetQueue.json",
2025-08-20T19:15:56.8935048Z [00:02:03.248]➜  			"metadatas/ehpc/SetSchedulerInfo.json",
2025-08-20T19:15:56.8935337Z [00:02:03.248]➜  			"metadatas/ehpc/StartCluster.json",
2025-08-20T19:15:56.8935612Z [00:02:03.248]➜  			"metadatas/ehpc/StartNodes.json",
2025-08-20T19:15:56.8935924Z [00:02:03.248]➜  			"metadatas/ehpc/StartVisualService.json",
2025-08-20T19:15:56.8936210Z [00:02:03.248]➜  			"metadatas/ehpc/StopCluster.json",
2025-08-20T19:15:56.8936482Z [00:02:03.248]➜  			"metadatas/ehpc/StopJobs.json",
2025-08-20T19:15:56.8936753Z [00:02:03.248]➜  			"metadatas/ehpc/StopNodes.json",
2025-08-20T19:15:56.8937068Z [00:02:03.248]➜  			"metadatas/ehpc/StopServerlessJobs.json",
2025-08-20T19:15:56.8937374Z [00:02:03.248]➜  			"metadatas/ehpc/StopVisualService.json",
2025-08-20T19:15:56.8937649Z [00:02:03.248]➜  			"metadatas/ehpc/SubmitJob.json",
2025-08-20T19:15:56.8938083Z [00:02:03.248]➜  			"metadatas/ehpc/SubmitServerlessJob.json",
2025-08-20T19:15:56.8938371Z [00:02:03.248]➜  			"metadatas/ehpc/SyncUsers.json",
2025-08-20T19:15:56.8938656Z [00:02:03.248]➜  			"metadatas/ehpc/TagResources.json",
2025-08-20T19:15:56.8938951Z [00:02:03.248]➜  			"metadatas/ehpc/UnTagResources.json",
2025-08-20T19:15:56.8939252Z [00:02:03.248]➜  			"metadatas/ehpc/UninstallSoftware.json",
2025-08-20T19:15:56.8939587Z [00:02:03.248]➜  			"metadatas/ehpc/UpdateClusterVolumes.json",
2025-08-20T19:15:56.8939895Z [00:02:03.248]➜  			"metadatas/ehpc/UpdateQueueConfig.json",
2025-08-20T19:15:56.8940185Z [00:02:03.248]➜  			"metadatas/ehpc/UpgradeClient.json",
2025-08-20T19:15:56.8940675Z [00:02:03.248]➜  			"metadatas/eiam/AddUserToOrganizationalUnits.json",
2025-08-20T19:15:56.8940980Z [00:02:03.248]➜  			"metadatas/eiam/AddUsersToGroup.json",
2025-08-20T19:15:56.8941352Z [00:02:03.248]➜  			"metadatas/eiam/AuthorizeApplicationToGroups.json",
2025-08-20T19:15:56.8941872Z [00:02:03.248]➜  			"metadatas/eiam/AuthorizeApplicationToOrganizationalUnits.json",
2025-08-20T19:15:56.8942577Z [00:02:03.248]➜  			"metadatas/eiam/AuthorizeApplicationToUsers.json",
2025-08-20T19:15:56.8942957Z [00:02:03.248]➜  			"metadatas/eiam/CreateApplication.json",
2025-08-20T19:15:56.8943398Z [00:02:03.248]➜  			"metadatas/eiam/CreateApplicationClientSecret.json",
2025-08-20T19:15:56.8943837Z [00:02:03.248]➜  			"metadatas/eiam/CreateConditionalAccessPolicy.json",
2025-08-20T19:15:56.8944191Z [00:02:03.248]➜  			"metadatas/eiam/CreateDomain.json",
2025-08-20T19:15:56.8944585Z [00:02:03.248]➜  			"metadatas/eiam/CreateDomainProxyToken.json",
2025-08-20T19:15:56.8944880Z [00:02:03.248]➜  			"metadatas/eiam/CreateGroup.json",
2025-08-20T19:15:56.8945213Z [00:02:03.248]➜  			"metadatas/eiam/CreateIdentityProvider.json",
2025-08-20T19:15:56.8945484Z [00:02:03.248]➜  			"metadatas/eiam/CreateInstance.json",
2025-08-20T19:15:56.8945822Z [00:02:03.248]➜  			"metadatas/eiam/CreateNetworkAccessEndpoint.json",
2025-08-20T19:15:56.8946436Z [00:02:03.248]➜  			"metadatas/eiam/CreateOrganizationalUnit.json",
2025-08-20T19:15:56.8946729Z [00:02:03.248]➜  			"metadatas/eiam/CreateUser.json",
2025-08-20T19:15:56.8947053Z [00:02:03.248]➜  			"metadatas/eiam/DeleteApplication.json",
2025-08-20T19:15:56.8947429Z [00:02:03.248]➜  			"metadatas/eiam/DeleteApplicationClientSecret.json",
2025-08-20T19:15:56.8947792Z [00:02:03.248]➜  			"metadatas/eiam/DeleteConditionalAccessPolicy.json",
2025-08-20T19:15:56.8948158Z [00:02:03.248]➜  			"metadatas/eiam/DeleteDomain.json",
2025-08-20T19:15:56.8948488Z [00:02:03.248]➜  			"metadatas/eiam/DeleteDomainProxyToken.json",
2025-08-20T19:15:56.8948761Z [00:02:03.248]➜  			"metadatas/eiam/DeleteGroup.json",
2025-08-20T19:15:56.8949091Z [00:02:03.248]➜  			"metadatas/eiam/DeleteIdentityProvider.json",
2025-08-20T19:15:56.8949381Z [00:02:03.248]➜  			"metadatas/eiam/DeleteInstance.json",
2025-08-20T19:15:56.8949764Z [00:02:03.248]➜  			"metadatas/eiam/DeleteNetworkAccessEndpoint.json",
2025-08-20T19:15:56.8950441Z [00:02:03.248]➜  			"metadatas/eiam/DeleteOrganizationalUnit.json",
2025-08-20T19:15:56.8950887Z [00:02:03.248]➜  			"metadatas/eiam/DeleteOrganizationalUnitChildren.json",
2025-08-20T19:15:56.8951175Z [00:02:03.248]➜  			"metadatas/eiam/DeleteUser.json",
2025-08-20T19:15:56.8951498Z [00:02:03.248]➜  			"metadatas/eiam/DisableApplication.json",
2025-08-20T19:15:56.8951879Z [00:02:03.248]➜  			"metadatas/eiam/DisableApplicationApiInvoke.json",
2025-08-20T19:15:56.8952290Z [00:02:03.248]➜  			"metadatas/eiam/DisableApplicationClientSecret.json",
2025-08-20T19:15:56.8952878Z [00:02:03.248]➜  			"metadatas/eiam/DisableApplicationProvisioning.json",
2025-08-20T19:15:56.8953249Z [00:02:03.248]➜  			"metadatas/eiam/DisableApplicationSso.json",
2025-08-20T19:15:56.8953645Z [00:02:03.248]➜  			"metadatas/eiam/DisableConditionalAccessPolicy.json",
2025-08-20T19:15:56.8954003Z [00:02:03.248]➜  			"metadatas/eiam/DisableDomainProxyToken.json",
2025-08-20T19:15:56.8954388Z [00:02:03.248]➜  			"metadatas/eiam/DisableIdentityProviderUdPull.json",
2025-08-20T19:15:56.8954794Z [00:02:03.248]➜  			"metadatas/eiam/DisableInitDomainAutoRedirect.json",
2025-08-20T19:15:56.8955079Z [00:02:03.248]➜  			"metadatas/eiam/DisableUser.json",
2025-08-20T19:15:56.8955397Z [00:02:03.248]➜  			"metadatas/eiam/EnableApplication.json",
2025-08-20T19:15:56.8955762Z [00:02:03.248]➜  			"metadatas/eiam/EnableApplicationApiInvoke.json",
2025-08-20T19:15:56.8956157Z [00:02:03.248]➜  			"metadatas/eiam/EnableApplicationClientSecret.json",
2025-08-20T19:15:56.8956545Z [00:02:03.248]➜  			"metadatas/eiam/EnableApplicationProvisioning.json",
2025-08-20T19:15:56.8956878Z [00:02:03.248]➜  			"metadatas/eiam/EnableApplicationSso.json",
2025-08-20T19:15:56.8957398Z [00:02:03.248]➜  			"metadatas/eiam/EnableConditionalAccessPolicy.json",
2025-08-20T19:15:56.8957746Z [00:02:03.248]➜  			"metadatas/eiam/EnableDomainProxyToken.json",
2025-08-20T19:15:56.8958125Z [00:02:03.248]➜  			"metadatas/eiam/EnableIdentityProviderUdPull.json",
2025-08-20T19:15:56.8958517Z [00:02:03.248]➜  			"metadatas/eiam/EnableInitDomainAutoRedirect.json",
2025-08-20T19:15:56.8958806Z [00:02:03.248]➜  			"metadatas/eiam/EnableUser.json",
2025-08-20T19:15:56.8959107Z [00:02:03.248]➜  			"metadatas/eiam/GetApplication.json",
2025-08-20T19:15:56.8959469Z [00:02:03.248]➜  			"metadatas/eiam/GetApplicationGrantScope.json",
2025-08-20T19:15:56.8959901Z [00:02:03.248]➜  			"metadatas/eiam/GetApplicationProvisioningConfig.json",
2025-08-20T19:15:56.8960313Z [00:02:03.248]➜  			"metadatas/eiam/GetApplicationProvisioningScope.json",
2025-08-20T19:15:56.8960676Z [00:02:03.248]➜  			"metadatas/eiam/GetApplicationSsoConfig.json",
2025-08-20T19:15:56.8961054Z [00:02:03.248]➜  			"metadatas/eiam/GetConditionalAccessPolicy.json",
2025-08-20T19:15:56.8961339Z [00:02:03.248]➜  			"metadatas/eiam/GetDomain.json",
2025-08-20T19:15:56.8961655Z [00:02:03.248]➜  			"metadatas/eiam/GetDomainDnsChallenge.json",
2025-08-20T19:15:56.8962057Z [00:02:03.248]➜  			"metadatas/eiam/GetForgetPasswordConfiguration.json",
2025-08-20T19:15:56.8962626Z [00:02:03.248]➜  			"metadatas/eiam/GetGroup.json",
2025-08-20T19:15:56.8962981Z [00:02:03.248]➜  			"metadatas/eiam/GetIdentityProvider.json",
2025-08-20T19:15:56.8963457Z [00:02:03.248]➜  			"metadatas/eiam/GetIdentityProviderUdPullConfiguration.json",
2025-08-20T19:15:56.8963746Z [00:02:03.248]➜  			"metadatas/eiam/GetInstance.json",
2025-08-20T19:15:56.8964060Z [00:02:03.248]➜  			"metadatas/eiam/GetInstanceLicense.json",
2025-08-20T19:15:56.8964547Z [00:02:03.248]➜  			"metadatas/eiam/GetNetworkAccessEndpoint.json",
2025-08-20T19:15:56.8964899Z [00:02:03.248]➜  			"metadatas/eiam/GetOrganizationalUnit.json",
2025-08-20T19:15:56.8965352Z [00:02:03.248]➜  			"metadatas/eiam/GetPasswordComplexityConfiguration.json",
2025-08-20T19:15:56.8965794Z [00:02:03.248]➜  			"metadatas/eiam/GetPasswordExpirationConfiguration.json",
2025-08-20T19:15:56.8966194Z [00:02:03.248]➜  			"metadatas/eiam/GetPasswordHistoryConfiguration.json",
2025-08-20T19:15:56.8973154Z [00:02:03.248]➜  			"metadatas/eiam/GetPasswordInitializationConfiguration.json",
2025-08-20T19:15:56.8973642Z [00:02:03.248]➜  			"metadatas/eiam/GetRootOrganizationalUnit.json",
2025-08-20T19:15:56.8974013Z [00:02:03.248]➜  			"metadatas/eiam/GetSynchronizationJob.json",
2025-08-20T19:15:56.8974303Z [00:02:03.248]➜  			"metadatas/eiam/GetUser.json",
2025-08-20T19:15:56.8974716Z [00:02:03.248]➜  			"metadatas/eiam/ListApplicationClientSecrets.json",
2025-08-20T19:15:56.8975042Z [00:02:03.248]➜  			"metadatas/eiam/ListApplications.json",
2025-08-20T19:15:56.8975545Z [00:02:03.248]➜  			"metadatas/eiam/ListApplicationsForOrganizationalUnit.json",
2025-08-20T19:15:56.8975922Z [00:02:03.248]➜  			"metadatas/eiam/ListApplicationsForUser.json",
2025-08-20T19:15:56.8976334Z [00:02:03.248]➜  			"metadatas/eiam/ListConditionalAccessPolicies.json",
2025-08-20T19:15:56.8976831Z [00:02:03.248]➜  			"metadatas/eiam/ListConditionalAccessPoliciesForNetworkZone.json",
2025-08-20T19:15:56.8977192Z [00:02:03.248]➜  			"metadatas/eiam/ListDomainProxyTokens.json",
2025-08-20T19:15:56.8977526Z [00:02:03.248]➜  			"metadatas/eiam/ListDomains.json",
2025-08-20T19:15:56.8977882Z [00:02:03.248]➜  			"metadatas/eiam/ListEiamInstances.json",
2025-08-20T19:15:56.8978208Z [00:02:03.248]➜  			"metadatas/eiam/ListEiamRegions.json",
2025-08-20T19:15:56.8978527Z [00:02:03.248]➜  			"metadatas/eiam/ListGroups.json",
2025-08-20T19:15:56.8978935Z [00:02:03.248]➜  			"metadatas/eiam/ListGroupsForApplication.json",
2025-08-20T19:15:56.8979274Z [00:02:03.248]➜  			"metadatas/eiam/ListGroupsForUser.json",
2025-08-20T19:15:56.8979625Z [00:02:03.248]➜  			"metadatas/eiam/ListIdentityProviders.json",
2025-08-20T19:15:56.8980197Z [00:02:03.248]➜  			"metadatas/eiam/ListInstances.json",
2025-08-20T19:15:56.8980754Z [00:02:03.248]➜  			"metadatas/eiam/ListNetworkAccessEndpointAvailableRegions.json",
2025-08-20T19:15:56.8981263Z [00:02:03.248]➜  			"metadatas/eiam/ListNetworkAccessEndpointAvailableZones.json",
2025-08-20T19:15:56.8981675Z [00:02:03.248]➜  			"metadatas/eiam/ListNetworkAccessEndpoints.json",
2025-08-20T19:15:56.8982048Z [00:02:03.248]➜  			"metadatas/eiam/ListNetworkAccessPaths.json",
2025-08-20T19:15:56.8982643Z [00:02:03.248]➜  			"metadatas/eiam/ListOrganizationalUnitParents.json",
2025-08-20T19:15:56.8983038Z [00:02:03.248]➜  			"metadatas/eiam/ListOrganizationalUnits.json",
2025-08-20T19:15:56.8983530Z [00:02:03.248]➜  			"metadatas/eiam/ListOrganizationalUnitsForApplication.json",
2025-08-20T19:15:56.8983844Z [00:02:03.248]➜  			"metadatas/eiam/ListRegions.json",
2025-08-20T19:15:56.8984221Z [00:02:03.248]➜  			"metadatas/eiam/ListSynchronizationJobs.json",
2025-08-20T19:15:56.8984524Z [00:02:03.248]➜  			"metadatas/eiam/ListUsers.json",
2025-08-20T19:15:56.8984895Z [00:02:03.248]➜  			"metadatas/eiam/ListUsersForApplication.json",
2025-08-20T19:15:56.8985228Z [00:02:03.248]➜  			"metadatas/eiam/ListUsersForGroup.json",
2025-08-20T19:15:56.8985627Z [00:02:03.248]➜  			"metadatas/eiam/ObtainApplicationClientSecret.json",
2025-08-20T19:15:56.8986011Z [00:02:03.248]➜  			"metadatas/eiam/ObtainDomainProxyToken.json",
2025-08-20T19:15:56.8986621Z [00:02:03.248]➜  			"metadatas/eiam/RemoveUserFromOrganizationalUnits.json",
2025-08-20T19:15:56.8986974Z [00:02:03.248]➜  			"metadatas/eiam/RemoveUsersFromGroup.json",
2025-08-20T19:15:56.8987353Z [00:02:03.248]➜  			"metadatas/eiam/RevokeApplicationFromGroups.json",
2025-08-20T19:15:56.8987878Z [00:02:03.248]➜  			"metadatas/eiam/RevokeApplicationFromOrganizationalUnits.json",
2025-08-20T19:15:56.8988400Z [00:02:03.248]➜  			"metadatas/eiam/RevokeApplicationFromUsers.json",
2025-08-20T19:15:56.8988780Z [00:02:03.248]➜  			"metadatas/eiam/RunSynchronizationJob.json",
2025-08-20T19:15:56.8989175Z [00:02:03.248]➜  			"metadatas/eiam/SetApplicationGrantScope.json",
2025-08-20T19:15:56.8989626Z [00:02:03.248]➜  			"metadatas/eiam/SetApplicationProvisioningConfig.json",
2025-08-20T19:15:56.8990062Z [00:02:03.248]➜  			"metadatas/eiam/SetApplicationProvisioningScope.json",
2025-08-20T19:15:56.8990558Z [00:02:03.248]➜  			"metadatas/eiam/SetApplicationSsoConfig.json",
2025-08-20T19:15:56.8990916Z [00:02:03.248]➜  			"metadatas/eiam/SetDefaultDomain.json",
2025-08-20T19:15:56.8991339Z [00:02:03.248]➜  			"metadatas/eiam/SetForgetPasswordConfiguration.json",
2025-08-20T19:15:56.8991810Z [00:02:03.248]➜  			"metadatas/eiam/SetIdentityProviderUdPullConfiguration.json",
2025-08-20T19:15:56.8992265Z [00:02:03.248]➜  			"metadatas/eiam/SetPasswordComplexityConfiguration.json",
2025-08-20T19:15:56.8992918Z [00:02:03.248]➜  			"metadatas/eiam/SetPasswordExpirationConfiguration.json",
2025-08-20T19:15:56.8993363Z [00:02:03.248]➜  			"metadatas/eiam/SetPasswordHistoryConfiguration.json",
2025-08-20T19:15:56.8993871Z [00:02:03.248]➜  			"metadatas/eiam/SetPasswordInitializationConfiguration.json",
2025-08-20T19:15:56.8994300Z [00:02:03.248]➜  			"metadatas/eiam/SetUserPrimaryOrganizationalUnit.json",
2025-08-20T19:15:56.8994585Z [00:02:03.248]➜  			"metadatas/eiam/UnlockUser.json",
2025-08-20T19:15:56.8995047Z [00:02:03.248]➜  			"metadatas/eiam/UpdateApplicationAuthorizationType.json",
2025-08-20T19:15:56.8995588Z [00:02:03.248]➜  			"metadatas/eiam/UpdateApplicationClientSecretExpirationTime.json",
2025-08-20T19:15:56.8995992Z [00:02:03.248]➜  			"metadatas/eiam/UpdateApplicationDescription.json",
2025-08-20T19:15:56.8996397Z [00:02:03.248]➜  			"metadatas/eiam/UpdateConditionalAccessPolicy.json",
2025-08-20T19:15:56.8996922Z [00:02:03.248]➜  			"metadatas/eiam/UpdateConditionalAccessPolicyDescription.json",
2025-08-20T19:15:56.8997237Z [00:02:03.248]➜  			"metadatas/eiam/UpdateGroup.json",
2025-08-20T19:15:56.8997607Z [00:02:03.248]➜  			"metadatas/eiam/UpdateGroupDescription.json",
2025-08-20T19:15:56.8998132Z [00:02:03.249]➜  			"metadatas/eiam/UpdateIdentityProvider.json",
2025-08-20T19:15:56.8998464Z [00:02:03.249]➜  			"metadatas/eiam/UpdateInstanceDescription.json",
2025-08-20T19:15:56.8998816Z [00:02:03.249]➜  			"metadatas/eiam/UpdateNetworkAccessEndpointName.json",
2025-08-20T19:15:56.8999150Z [00:02:03.249]➜  			"metadatas/eiam/UpdateOrganizationalUnit.json",
2025-08-20T19:15:56.8999773Z [00:02:03.249]➜  			"metadatas/eiam/UpdateOrganizationalUnitDescription.json",
2025-08-20T19:15:56.9000290Z [00:02:03.249]➜  			"metadatas/eiam/UpdateOrganizationalUnitParentId.json",
2025-08-20T19:15:56.9000597Z [00:02:03.249]➜  			"metadatas/eiam/UpdateUser.json",
2025-08-20T19:15:56.9000943Z [00:02:03.249]➜  			"metadatas/eiam/UpdateUserDescription.json",
2025-08-20T19:15:56.9001259Z [00:02:03.249]➜  			"metadatas/eiam/UpdateUserPassword.json",
2025-08-20T19:15:56.9001685Z [00:02:03.249]➜  			"metadatas/eipanycast/AllocateAnycastEipAddress.json",
2025-08-20T19:15:56.9002128Z [00:02:03.249]➜  			"metadatas/eipanycast/AssociateAnycastEipAddress.json",
2025-08-20T19:15:56.9002685Z [00:02:03.249]➜  			"metadatas/eipanycast/ChangeResourceGroup.json",
2025-08-20T19:15:56.9003127Z [00:02:03.249]➜  			"metadatas/eipanycast/DescribeAnycastEipAddress.json",
2025-08-20T19:15:56.9003575Z [00:02:03.249]➜  			"metadatas/eipanycast/DescribeAnycastPopLocations.json",
2025-08-20T19:15:56.9004047Z [00:02:03.249]➜  			"metadatas/eipanycast/DescribeAnycastServerRegions.json",
2025-08-20T19:15:56.9004450Z [00:02:03.249]➜  			"metadatas/eipanycast/ListAnycastEipAddresses.json",
2025-08-20T19:15:56.9004820Z [00:02:03.249]➜  			"metadatas/eipanycast/ListTagResources.json",
2025-08-20T19:15:56.9005304Z [00:02:03.249]➜  			"metadatas/eipanycast/ModifyAnycastEipAddressAttribute.json",
2025-08-20T19:15:56.9005758Z [00:02:03.249]➜  			"metadatas/eipanycast/ModifyAnycastEipAddressSpec.json",
2025-08-20T19:15:56.9006303Z [00:02:03.249]➜  			"metadatas/eipanycast/ReleaseAnycastEipAddress.json",
2025-08-20T19:15:56.9006667Z [00:02:03.249]➜  			"metadatas/eipanycast/TagResources.json",
2025-08-20T19:15:56.9007126Z [00:02:03.249]➜  			"metadatas/eipanycast/UnassociateAnycastEipAddress.json",
2025-08-20T19:15:56.9007473Z [00:02:03.249]➜  			"metadatas/eipanycast/UntagResources.json",
2025-08-20T19:15:56.9007993Z [00:02:03.249]➜  			"metadatas/eipanycast/UpdateAnycastEipAddressAssociations.json",
2025-08-20T19:15:56.9008501Z [00:02:03.249]➜  			"metadatas/elasticsearch/ActivateZones.json",
2025-08-20T19:15:56.9008941Z [00:02:03.249]➜  			"metadatas/elasticsearch/AddConnectableCluster.json",
2025-08-20T19:15:56.9009329Z [00:02:03.249]➜  			"metadatas/elasticsearch/AddSnapshotRepo.json",
2025-08-20T19:15:56.9009697Z [00:02:03.249]➜  			"metadatas/elasticsearch/CancelDeletion.json",
2025-08-20T19:15:56.9010123Z [00:02:03.249]➜  			"metadatas/elasticsearch/CancelLogstashDeletion.json",
2025-08-20T19:15:56.9010468Z [00:02:03.249]➜  			"metadatas/elasticsearch/CancelTask.json",
2025-08-20T19:15:56.9010811Z [00:02:03.249]➜  			"metadatas/elasticsearch/CapacityPlan.json",
2025-08-20T19:15:56.9011166Z [00:02:03.249]➜  			"metadatas/elasticsearch/CloseDiagnosis.json",
2025-08-20T19:15:56.9011511Z [00:02:03.249]➜  			"metadatas/elasticsearch/CloseHttps.json",
2025-08-20T19:15:56.9011889Z [00:02:03.249]➜  			"metadatas/elasticsearch/CloseManagedIndex.json",
2025-08-20T19:15:56.9012274Z [00:02:03.249]➜  			"metadatas/elasticsearch/CreateCollector.json",
2025-08-20T19:15:56.9012865Z [00:02:03.249]➜  			"metadatas/elasticsearch/CreateComponentIndex.json",
2025-08-20T19:15:56.9013246Z [00:02:03.249]➜  			"metadatas/elasticsearch/CreateDataStream.json",
2025-08-20T19:15:56.9013593Z [00:02:03.249]➜  			"metadatas/elasticsearch/CreateILMPolicy.json",
2025-08-20T19:15:56.9013958Z [00:02:03.249]➜  			"metadatas/elasticsearch/CreateIndexTemplate.json",
2025-08-20T19:15:56.9014307Z [00:02:03.249]➜  			"metadatas/elasticsearch/CreateLogstash.json",
2025-08-20T19:15:56.9014654Z [00:02:03.249]➜  			"metadatas/elasticsearch/CreatePipelines.json",
2025-08-20T19:15:56.9014982Z [00:02:03.249]➜  			"metadatas/elasticsearch/CreateSnapshot.json",
2025-08-20T19:15:56.9015496Z [00:02:03.249]➜  			"metadatas/elasticsearch/CreateVpcEndpoint.json",
2025-08-20T19:15:56.9015839Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeactivateZones.json",
2025-08-20T19:15:56.9016185Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeleteCollector.json",
2025-08-20T19:15:56.9016693Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeleteComponentIndex.json",
2025-08-20T19:15:56.9017112Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeleteConnectedCluster.json",
2025-08-20T19:15:56.9017480Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeleteDataStream.json",
2025-08-20T19:15:56.9017830Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeleteDataTask.json",
2025-08-20T19:15:56.9018248Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeleteDeprecatedTemplate.json",
2025-08-20T19:15:56.9018615Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeleteILMPolicy.json",
2025-08-20T19:15:56.9019000Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeleteIndexTemplate.json",
2025-08-20T19:15:56.9019360Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeleteInstance.json",
2025-08-20T19:15:56.9019703Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeleteLogstash.json",
2025-08-20T19:15:56.9020057Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeletePipelines.json",
2025-08-20T19:15:56.9020441Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeleteSnapshotRepo.json",
2025-08-20T19:15:56.9020818Z [00:02:03.249]➜  			"metadatas/elasticsearch/DeleteVpcEndpoint.json",
2025-08-20T19:15:56.9021211Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeAckOperator.json",
2025-08-20T19:15:56.9021559Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeApm.json",
2025-08-20T19:15:56.9021930Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeCollector.json",
2025-08-20T19:15:56.9022673Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeComponentIndex.json",
2025-08-20T19:15:56.9023181Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeConnectableClusters.json",
2025-08-20T19:15:56.9023647Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeDeprecatedTemplate.json",
2025-08-20T19:15:56.9024054Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeDiagnoseReport.json",
2025-08-20T19:15:56.9024504Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeDiagnosisSettings.json",
2025-08-20T19:15:56.9025055Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeDynamicSettings.json",
2025-08-20T19:15:56.9025537Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeElasticsearchHealth.json",
2025-08-20T19:15:56.9025903Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeILMPolicy.json",
2025-08-20T19:15:56.9026293Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeIndexTemplate.json",
2025-08-20T19:15:56.9026647Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeInstance.json",
2025-08-20T19:15:56.9027068Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeKibanaSettings.json",
2025-08-20T19:15:56.9027425Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeLogstash.json",
2025-08-20T19:15:56.9027815Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribePipeline.json",
2025-08-20T19:15:56.9028291Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribePipelineManagementConfig.json",
2025-08-20T19:15:56.9028660Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeRegions.json",
2025-08-20T19:15:56.9029103Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeSnapshotSetting.json",
2025-08-20T19:15:56.9029506Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeTemplates.json",
2025-08-20T19:15:56.9029966Z [00:02:03.249]➜  			"metadatas/elasticsearch/DescribeXpackMonitorConfig.json",
2025-08-20T19:15:56.9030335Z [00:02:03.249]➜  			"metadatas/elasticsearch/DiagnoseInstance.json",
2025-08-20T19:15:56.9030757Z [00:02:03.249]➜  			"metadatas/elasticsearch/DisableKibanaPvlNetwork.json",
2025-08-20T19:15:56.9031189Z [00:02:03.249]➜  			"metadatas/elasticsearch/EnableKibanaPvlNetwork.json",
2025-08-20T19:15:56.9031652Z [00:02:03.249]➜  			"metadatas/elasticsearch/EstimatedLogstashRestartTime.json",
2025-08-20T19:15:56.9032246Z [00:02:03.249]➜  			"metadatas/elasticsearch/EstimatedRestartTime.json",
2025-08-20T19:15:56.9032877Z [00:02:03.249]➜  			"metadatas/elasticsearch/GetClusterDataInformation.json",
2025-08-20T19:15:56.9033244Z [00:02:03.249]➜  			"metadatas/elasticsearch/GetElastictask.json",
2025-08-20T19:15:56.9033647Z [00:02:03.249]➜  			"metadatas/elasticsearch/GetEmonGrafanaAlerts.json",
2025-08-20T19:15:56.9034219Z [00:02:03.249]➜  			"metadatas/elasticsearch/GetEmonGrafanaDashboards.json",
2025-08-20T19:15:56.9034607Z [00:02:03.249]➜  			"metadatas/elasticsearch/GetEmonMonitorData.json",
2025-08-20T19:15:56.9034974Z [00:02:03.249]➜  			"metadatas/elasticsearch/GetOpenStoreUsage.json",
2025-08-20T19:15:56.9035382Z [00:02:03.249]➜  			"metadatas/elasticsearch/GetRegionConfiguration.json",
2025-08-20T19:15:56.9035832Z [00:02:03.249]➜  			"metadatas/elasticsearch/GetSuggestShrinkableNodes.json",
2025-08-20T19:15:56.9036215Z [00:02:03.249]➜  			"metadatas/elasticsearch/GetTransferableNodes.json",
2025-08-20T19:15:56.9036630Z [00:02:03.249]➜  			"metadatas/elasticsearch/InitializeOperationRole.json",
2025-08-20T19:15:56.9037030Z [00:02:03.249]➜  			"metadatas/elasticsearch/InstallAckOperator.json",
2025-08-20T19:15:56.9037457Z [00:02:03.249]➜  			"metadatas/elasticsearch/InstallKibanaSystemPlugin.json",
2025-08-20T19:15:56.9037929Z [00:02:03.249]➜  			"metadatas/elasticsearch/InstallLogstashSystemPlugin.json",
2025-08-20T19:15:56.9038308Z [00:02:03.249]➜  			"metadatas/elasticsearch/InstallSystemPlugin.json",
2025-08-20T19:15:56.9038675Z [00:02:03.249]➜  			"metadatas/elasticsearch/InstallUserPlugins.json",
2025-08-20T19:15:56.9039122Z [00:02:03.249]➜  			"metadatas/elasticsearch/InterruptElasticsearchTask.json",
2025-08-20T19:15:56.9039531Z [00:02:03.249]➜  			"metadatas/elasticsearch/InterruptLogstashTask.json",
2025-08-20T19:15:56.9040052Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListAckClusters.json",
2025-08-20T19:15:56.9040451Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListAckNamespaces.json",
2025-08-20T19:15:56.9040829Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListActionRecords.json",
2025-08-20T19:15:56.9041168Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListAllNode.json",
2025-08-20T19:15:56.9041628Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListAlternativeSnapshotRepos.json",
2025-08-20T19:15:56.9042059Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListApm.json",
2025-08-20T19:15:56.9042709Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListAvailableEsInstanceIds.json",
2025-08-20T19:15:56.9043096Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListCollectors.json",
2025-08-20T19:15:56.9043499Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListComponentIndices.json",
2025-08-20T19:15:56.9043911Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListConnectedClusters.json",
2025-08-20T19:15:56.9044264Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListDataStreams.json",
2025-08-20T19:15:56.9044628Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListDataTasks.json",
2025-08-20T19:15:56.9045181Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListDefaultCollectorConfigurations.json",
2025-08-20T19:15:56.9045627Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListDeprecatedTemplates.json",
2025-08-20T19:15:56.9045996Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListDiagnoseIndices.json",
2025-08-20T19:15:56.9046399Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListDiagnoseReport.json",
2025-08-20T19:15:56.9046820Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListDiagnoseReportIds.json",
2025-08-20T19:15:56.9047220Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListDiagnosisItems.json",
2025-08-20T19:15:56.9047620Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListDictInformation.json",
2025-08-20T19:15:56.9047969Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListDicts.json",
2025-08-20T19:15:56.9048354Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListEcsInstances.json",
2025-08-20T19:15:56.9048736Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListExtendfiles.json",
2025-08-20T19:15:56.9049272Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListILMPolicies.json",
2025-08-20T19:15:56.9049672Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListIndexTemplates.json",
2025-08-20T19:15:56.9050023Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListInstance.json",
2025-08-20T19:15:56.9050463Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListInstanceHistoryEvents.json",
2025-08-20T19:15:56.9050987Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListInstanceIndices.json",
2025-08-20T19:15:56.9051384Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListKibanaPlugins.json",
2025-08-20T19:15:56.9051783Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListKibanaPvlNetwork.json",
2025-08-20T19:15:56.9052135Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListLogstash.json",
2025-08-20T19:15:56.9052720Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListLogstashLog.json",
2025-08-20T19:15:56.9053164Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListLogstashPlugins.json",
2025-08-20T19:15:56.9053500Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListNodes.json",
2025-08-20T19:15:56.9053870Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListPipeline.json",
2025-08-20T19:15:56.9054247Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListPipelineIds.json",
2025-08-20T19:15:56.9054597Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListPlugins.json",
2025-08-20T19:15:56.9054971Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListSearchLog.json",
2025-08-20T19:15:56.9055357Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListShardRecoveries.json",
2025-08-20T19:15:56.9055795Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListSnapshotReposByInstanceId.json",
2025-08-20T19:15:56.9056143Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListTagResources.json",
2025-08-20T19:15:56.9056458Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListTags.json",
2025-08-20T19:15:56.9057162Z [00:02:03.249]➜  			"metadatas/elasticsearch/ListVpcEndpoints.json",
2025-08-20T19:15:56.9057551Z [00:02:03.249]➜  			"metadatas/elasticsearch/MigrateToOtherZone.json",
2025-08-20T19:15:56.9062687Z [00:02:03.249]➜  			"metadatas/elasticsearch/ModifyDeployMachine.json",
2025-08-20T19:15:56.9063127Z [00:02:03.249]➜  			"metadatas/elasticsearch/ModifyElastictask.json",
2025-08-20T19:15:56.9063613Z [00:02:03.249]➜  			"metadatas/elasticsearch/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:56.9064129Z [00:02:03.249]➜  			"metadatas/elasticsearch/ModifyWhiteIps.json",
2025-08-20T19:15:56.9064549Z [00:02:03.249]➜  			"metadatas/elasticsearch/MoveResourceGroup.json",
2025-08-20T19:15:56.9064911Z [00:02:03.249]➜  			"metadatas/elasticsearch/OpenDiagnosis.json",
2025-08-20T19:15:56.9065252Z [00:02:03.249]➜  			"metadatas/elasticsearch/OpenHttps.json",
2025-08-20T19:15:56.9065658Z [00:02:03.249]➜  			"metadatas/elasticsearch/PostEmonTryAlarmRule.json",
2025-08-20T19:15:56.9066074Z [00:02:03.249]➜  			"metadatas/elasticsearch/RecommendTemplates.json",
2025-08-20T19:15:56.9066438Z [00:02:03.249]➜  			"metadatas/elasticsearch/ReinstallCollector.json",
2025-08-20T19:15:56.9066779Z [00:02:03.249]➜  			"metadatas/elasticsearch/RemoveApm.json",
2025-08-20T19:15:56.9067100Z [00:02:03.249]➜  			"metadatas/elasticsearch/RenewInstance.json",
2025-08-20T19:15:56.9067437Z [00:02:03.249]➜  			"metadatas/elasticsearch/RenewLogstash.json",
2025-08-20T19:15:56.9067792Z [00:02:03.249]➜  			"metadatas/elasticsearch/RestartCollector.json",
2025-08-20T19:15:56.9068187Z [00:02:03.249]➜  			"metadatas/elasticsearch/RestartInstance.json",
2025-08-20T19:15:56.9068537Z [00:02:03.249]➜  			"metadatas/elasticsearch/RestartLogstash.json",
2025-08-20T19:15:56.9068947Z [00:02:03.249]➜  			"metadatas/elasticsearch/ResumeElasticsearchTask.json",
2025-08-20T19:15:56.9069330Z [00:02:03.249]➜  			"metadatas/elasticsearch/ResumeLogstashTask.json",
2025-08-20T19:15:56.9069686Z [00:02:03.249]➜  			"metadatas/elasticsearch/RolloverDataStream.json",
2025-08-20T19:15:56.9070052Z [00:02:03.249]➜  			"metadatas/elasticsearch/RunPipelines.json",
2025-08-20T19:15:56.9070381Z [00:02:03.249]➜  			"metadatas/elasticsearch/ShrinkNode.json",
2025-08-20T19:15:56.9070883Z [00:02:03.249]➜  			"metadatas/elasticsearch/StartApm.json",
2025-08-20T19:15:56.9071254Z [00:02:03.249]➜  			"metadatas/elasticsearch/StartCollector.json",
2025-08-20T19:15:56.9071587Z [00:02:03.249]➜  			"metadatas/elasticsearch/StopApm.json",
2025-08-20T19:15:56.9071936Z [00:02:03.249]➜  			"metadatas/elasticsearch/StopCollector.json",
2025-08-20T19:15:56.9072646Z [00:02:03.249]➜  			"metadatas/elasticsearch/StopPipelines.json",
2025-08-20T19:15:56.9073010Z [00:02:03.249]➜  			"metadatas/elasticsearch/TagResources.json",
2025-08-20T19:15:56.9073358Z [00:02:03.249]➜  			"metadatas/elasticsearch/TransferNode.json",
2025-08-20T19:15:56.9073718Z [00:02:03.249]➜  			"metadatas/elasticsearch/TriggerNetwork.json",
2025-08-20T19:15:56.9074131Z [00:02:03.249]➜  			"metadatas/elasticsearch/UninstallKibanaPlugin.json",
2025-08-20T19:15:56.9074690Z [00:02:03.249]➜  			"metadatas/elasticsearch/UninstallLogstashPlugin.json",
2025-08-20T19:15:56.9075078Z [00:02:03.249]➜  			"metadatas/elasticsearch/UninstallPlugin.json",
2025-08-20T19:15:56.9075443Z [00:02:03.250]➜  			"metadatas/elasticsearch/UntagResources.json",
2025-08-20T19:15:56.9075791Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateAdminPassword.json",
2025-08-20T19:15:56.9076186Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateAdvancedSetting.json",
2025-08-20T19:15:56.9076558Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateAliwsDict.json",
2025-08-20T19:15:56.9076873Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateApm.json",
2025-08-20T19:15:56.9077232Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateBlackIps.json",
2025-08-20T19:15:56.9077594Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateCollector.json",
2025-08-20T19:15:56.9077990Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateCollectorName.json",
2025-08-20T19:15:56.9078388Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateComponentIndex.json",
2025-08-20T19:15:56.9078768Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateDescription.json",
2025-08-20T19:15:56.9079198Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateDiagnosisSettings.json",
2025-08-20T19:15:56.9079539Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateDict.json",
2025-08-20T19:15:56.9079932Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateDynamicSettings.json",
2025-08-20T19:15:56.9080453Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateExtendConfig.json",
2025-08-20T19:15:56.9080885Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateExtendfiles.json",
2025-08-20T19:15:56.9081271Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateHotIkDicts.json",
2025-08-20T19:15:56.9081655Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateILMPolicy.json",
2025-08-20T19:15:56.9082060Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateIndexTemplate.json",
2025-08-20T19:15:56.9082649Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateInstance.json",
2025-08-20T19:15:56.9083131Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateInstanceChargeType.json",
2025-08-20T19:15:56.9083682Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateInstanceSettings.json",
2025-08-20T19:15:56.9084151Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateKibanaPvlNetwork.json",
2025-08-20T19:15:56.9084549Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateKibanaSettings.json",
2025-08-20T19:15:56.9084949Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateKibanaWhiteIps.json",
2025-08-20T19:15:56.9085305Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateLogstash.json",
2025-08-20T19:15:56.9085742Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateLogstashChargeType.json",
2025-08-20T19:15:56.9086184Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateLogstashDescription.json",
2025-08-20T19:15:56.9086602Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateLogstashSettings.json",
2025-08-20T19:15:56.9087094Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdatePipelineManagementConfig.json",
2025-08-20T19:15:56.9087481Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdatePipelines.json",
2025-08-20T19:15:56.9088238Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdatePrivateNetworkWhiteIps.json",
2025-08-20T19:15:56.9088647Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdatePublicNetwork.json",
2025-08-20T19:15:56.9089038Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdatePublicWhiteIps.json",
2025-08-20T19:15:56.9089450Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateReadWritePolicy.json",
2025-08-20T19:15:56.9089985Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateSnapshotSetting.json",
2025-08-20T19:15:56.9090375Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateSynonymsDicts.json",
2025-08-20T19:15:56.9090729Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateTemplate.json",
2025-08-20T19:15:56.9091091Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateWhiteIps.json",
2025-08-20T19:15:56.9091625Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpdateXpackMonitorConfig.json",
2025-08-20T19:15:56.9092211Z [00:02:03.250]➜  			"metadatas/elasticsearch/UpgradeEngineVersion.json",
2025-08-20T19:15:56.9092945Z [00:02:03.250]➜  			"metadatas/elasticsearch/ValidateConnection.json",
2025-08-20T19:15:56.9093336Z [00:02:03.250]➜  			"metadatas/elasticsearch/ValidateShrinkNodes.json",
2025-08-20T19:15:56.9093719Z [00:02:03.250]➜  			"metadatas/elasticsearch/ValidateSlrPermission.json",
2025-08-20T19:15:56.9094141Z [00:02:03.250]➜  			"metadatas/elasticsearch/ValidateTransferableNodes.json",
2025-08-20T19:15:56.9094483Z [00:02:03.250]➜  			"metadatas/elasticsearch/createInstance.json",
2025-08-20T19:15:56.9094826Z [00:02:03.250]➜  			"metadatas/emr/CreateApiTemplate.json",
2025-08-20T19:15:56.9095137Z [00:02:03.250]➜  			"metadatas/emr/CreateCluster.json",
2025-08-20T19:15:56.9095457Z [00:02:03.250]➜  			"metadatas/emr/CreateNodeGroup.json",
2025-08-20T19:15:56.9095739Z [00:02:03.250]➜  			"metadatas/emr/CreateScript.json",
2025-08-20T19:15:56.9096038Z [00:02:03.250]➜  			"metadatas/emr/CreateUsers.json",
2025-08-20T19:15:56.9096339Z [00:02:03.250]➜  			"metadatas/emr/DecreaseNodes.json",
2025-08-20T19:15:56.9096678Z [00:02:03.250]➜  			"metadatas/emr/DeleteApiTemplate.json",
2025-08-20T19:15:56.9096974Z [00:02:03.250]➜  			"metadatas/emr/DeleteCluster.json",
2025-08-20T19:15:56.9097265Z [00:02:03.250]➜  			"metadatas/emr/DeleteScript.json",
2025-08-20T19:15:56.9097563Z [00:02:03.250]➜  			"metadatas/emr/DeleteUsers.json",
2025-08-20T19:15:56.9098078Z [00:02:03.250]➜  			"metadatas/emr/ExportApplicationConfigs.json",
2025-08-20T19:15:56.9098444Z [00:02:03.250]➜  			"metadatas/emr/GetApiTemplate.json",
2025-08-20T19:15:56.9098761Z [00:02:03.250]➜  			"metadatas/emr/GetApplication.json",
2025-08-20T19:15:56.9099115Z [00:02:03.250]➜  			"metadatas/emr/GetAutoScalingActivity.json",
2025-08-20T19:15:56.9099413Z [00:02:03.250]➜  			"metadatas/emr/GetAutoScalingPolicy.json",
2025-08-20T19:15:56.9099657Z [00:02:03.250]➜  			"metadatas/emr/GetCluster.json",
2025-08-20T19:15:56.9099931Z [00:02:03.250]➜  			"metadatas/emr/GetClusterCloneMeta.json",
2025-08-20T19:15:56.9100291Z [00:02:03.250]➜  			"metadatas/emr/GetDoctorApplication.json",
2025-08-20T19:15:56.9100726Z [00:02:03.250]➜  			"metadatas/emr/GetDoctorComputeSummary.json",
2025-08-20T19:15:56.9101021Z [00:02:03.250]➜  			"metadatas/emr/GetDoctorHBaseCluster.json",
2025-08-20T19:15:56.9101298Z [00:02:03.250]➜  			"metadatas/emr/GetDoctorHBaseRegion.json",
2025-08-20T19:15:56.9101627Z [00:02:03.250]➜  			"metadatas/emr/GetDoctorHBaseRegionServer.json",
2025-08-20T19:15:56.9101911Z [00:02:03.250]➜  			"metadatas/emr/GetDoctorHBaseTable.json",
2025-08-20T19:15:56.9102203Z [00:02:03.250]➜  			"metadatas/emr/GetDoctorHDFSCluster.json",
2025-08-20T19:15:56.9102684Z [00:02:03.250]➜  			"metadatas/emr/GetDoctorHDFSDirectory.json",
2025-08-20T19:15:56.9102997Z [00:02:03.250]➜  			"metadatas/emr/GetDoctorHiveCluster.json",
2025-08-20T19:15:56.9103329Z [00:02:03.250]➜  			"metadatas/emr/GetDoctorHiveDatabase.json",
2025-08-20T19:15:56.9103679Z [00:02:03.250]➜  			"metadatas/emr/GetDoctorHiveTable.json",
2025-08-20T19:15:56.9103981Z [00:02:03.250]➜  			"metadatas/emr/GetDoctorJob.json",
2025-08-20T19:15:56.9104414Z [00:02:03.250]➜  			"metadatas/emr/GetDoctorReportComponentSummary.json",
2025-08-20T19:15:56.9104773Z [00:02:03.250]➜  			"metadatas/emr/GetManagedScalingPolicy.json",
2025-08-20T19:15:56.9105269Z [00:02:03.250]➜  			"metadatas/emr/GetNodeGroup.json",
2025-08-20T19:15:56.9105565Z [00:02:03.250]➜  			"metadatas/emr/GetOperation.json",
2025-08-20T19:15:56.9106206Z [00:02:03.250]➜  			"metadatas/emr/IncreaseNodes.json",
2025-08-20T19:15:56.9106712Z [00:02:03.250]➜  			"metadatas/emr/JoinResourceGroup.json",
2025-08-20T19:15:56.9107028Z [00:02:03.250]➜  			"metadatas/emr/ListApiTemplates.json",
2025-08-20T19:15:56.9107504Z [00:02:03.250]➜  			"metadatas/emr/ListApplicationConfigs.json",
2025-08-20T19:15:56.9107854Z [00:02:03.250]➜  			"metadatas/emr/ListApplications.json",
2025-08-20T19:15:56.9108577Z [00:02:03.250]➜  			"metadatas/emr/ListAutoScalingActivities.json",
2025-08-20T19:15:56.9108915Z [00:02:03.250]➜  			"metadatas/emr/ListClusters.json",
2025-08-20T19:15:56.9109273Z [00:02:03.250]➜  			"metadatas/emr/ListComponentInstances.json",
2025-08-20T19:15:56.9109587Z [00:02:03.250]➜  			"metadatas/emr/ListComponents.json",
2025-08-20T19:15:56.9109925Z [00:02:03.250]➜  			"metadatas/emr/ListDoctorApplications.json",
2025-08-20T19:15:56.9110308Z [00:02:03.250]➜  			"metadatas/emr/ListDoctorComputeSummary.json",
2025-08-20T19:15:56.9110718Z [00:02:03.250]➜  			"metadatas/emr/ListDoctorHBaseRegionServers.json",
2025-08-20T19:15:56.9111063Z [00:02:03.250]➜  			"metadatas/emr/ListDoctorHBaseTables.json",
2025-08-20T19:15:56.9111429Z [00:02:03.250]➜  			"metadatas/emr/ListDoctorHDFSDirectories.json",
2025-08-20T19:15:56.9111748Z [00:02:03.250]➜  			"metadatas/emr/ListDoctorHDFSUGI.json",
2025-08-20T19:15:56.9112096Z [00:02:03.250]➜  			"metadatas/emr/ListDoctorHiveDatabases.json",
2025-08-20T19:15:56.9112639Z [00:02:03.250]➜  			"metadatas/emr/ListDoctorHiveTables.json",
2025-08-20T19:15:56.9112952Z [00:02:03.250]➜  			"metadatas/emr/ListDoctorJobs.json",
2025-08-20T19:15:56.9113276Z [00:02:03.250]➜  			"metadatas/emr/ListDoctorJobsStats.json",
2025-08-20T19:15:56.9113594Z [00:02:03.250]➜  			"metadatas/emr/ListDoctorReports.json",
2025-08-20T19:15:56.9113895Z [00:02:03.250]➜  			"metadatas/emr/ListInstanceTypes.json",
2025-08-20T19:15:56.9114200Z [00:02:03.250]➜  			"metadatas/emr/ListNodeGroups.json",
2025-08-20T19:15:56.9114610Z [00:02:03.250]➜  			"metadatas/emr/ListNodes.json",
2025-08-20T19:15:56.9114983Z [00:02:03.250]➜  			"metadatas/emr/ListReleaseVersions.json",
2025-08-20T19:15:56.9115278Z [00:02:03.250]➜  			"metadatas/emr/ListScripts.json",
2025-08-20T19:15:56.9115605Z [00:02:03.250]➜  			"metadatas/emr/ListTagResources.json",
2025-08-20T19:15:56.9115886Z [00:02:03.250]➜  			"metadatas/emr/ListUsers.json",
2025-08-20T19:15:56.9116231Z [00:02:03.250]➜  			"metadatas/emr/PutAutoScalingPolicy.json",
2025-08-20T19:15:56.9116604Z [00:02:03.250]➜  			"metadatas/emr/PutManagedScalingPolicy.json",
2025-08-20T19:15:56.9116975Z [00:02:03.250]➜  			"metadatas/emr/RemoveAutoScalingPolicy.json",
2025-08-20T19:15:56.9117418Z [00:02:03.250]➜  			"metadatas/emr/RunApiTemplate.json",
2025-08-20T19:15:56.9117776Z [00:02:03.250]➜  			"metadatas/emr/RunApplicationAction.json",
2025-08-20T19:15:56.9118068Z [00:02:03.250]➜  			"metadatas/emr/RunCluster.json",
2025-08-20T19:15:56.9118365Z [00:02:03.250]➜  			"metadatas/emr/TagResources.json",
2025-08-20T19:15:56.9118668Z [00:02:03.250]➜  			"metadatas/emr/UntagResources.json",
2025-08-20T19:15:56.9118981Z [00:02:03.250]➜  			"metadatas/emr/UpdateApiTemplate.json",
2025-08-20T19:15:56.9119338Z [00:02:03.250]➜  			"metadatas/emr/UpdateApplicationConfigs.json",
2025-08-20T19:15:56.9119692Z [00:02:03.250]➜  			"metadatas/emr/UpdateClusterAttribute.json",
2025-08-20T19:15:56.9119983Z [00:02:03.250]➜  			"metadatas/emr/UpdateScript.json",
2025-08-20T19:15:56.9120311Z [00:02:03.250]➜  			"metadatas/emr/UpdateUserAttribute.json",
2025-08-20T19:15:56.9120746Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/AnalyzeVlRealtime.json",
2025-08-20T19:15:56.9121263Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/BatchSaveInstructionStatus.json",
2025-08-20T19:15:56.9121791Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/BatchUpdateSystemRunningPlan.json",
2025-08-20T19:15:56.9122133Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/Chat.json",
2025-08-20T19:15:56.9122777Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/ChatStream.json",
2025-08-20T19:15:56.9123383Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/CreateChatSession.json",
2025-08-20T19:15:56.9123856Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/EditProhibitedDevices.json",
2025-08-20T19:15:56.9124362Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/EditUnfavorableAreaDevices.json",
2025-08-20T19:15:56.9124759Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GenerateResult.json",
2025-08-20T19:15:56.9125347Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetAreaElecConstitute.json",
2025-08-20T19:15:56.9125838Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetCarbonEmissionTrend.json",
2025-08-20T19:15:56.9126297Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetChatFolderList.json",
2025-08-20T19:15:56.9126688Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetChatList.json",
2025-08-20T19:15:56.9127124Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetChatSessionList.json",
2025-08-20T19:15:56.9127546Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetDataItemList.json",
2025-08-20T19:15:56.9128041Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetDataQualityAnalysis.json",
2025-08-20T19:15:56.9128432Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetDeviceInfo.json",
2025-08-20T19:15:56.9128815Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetDeviceList.json",
2025-08-20T19:15:56.9129250Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetDocExtractionResult.json",
2025-08-20T19:15:56.9129686Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetDocParsingResult.json",
2025-08-20T19:15:56.9130165Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetDocumentAnalyzeResult.json",
2025-08-20T19:15:56.9130595Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetElecConstitute.json",
2025-08-20T19:15:56.9130968Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetElecTrend.json",
2025-08-20T19:15:56.9131597Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetEmissionSourceConstitute.json",
2025-08-20T19:15:56.9132035Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetEmissionSummary.json",
2025-08-20T19:15:56.9132763Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetEpdInventoryConstitute.json",
2025-08-20T19:15:56.9133142Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetEpdSummary.json",
2025-08-20T19:15:56.9133550Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetFootprintList.json",
2025-08-20T19:15:56.9133973Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetGasConstitute.json",
2025-08-20T19:15:56.9134430Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetGwpBenchmarkList.json",
2025-08-20T19:15:56.9135124Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetGwpBenchmarkSummary.json",
2025-08-20T19:15:56.9135660Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetGwpInventoryConstitute.json",
2025-08-20T19:15:56.9136138Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetGwpInventorySummary.json",
2025-08-20T19:15:56.9136595Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetInventoryList.json",
2025-08-20T19:15:56.9137015Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetOrgAndFactory.json",
2025-08-20T19:15:56.9137437Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetOrgConstitute.json",
2025-08-20T19:15:56.9137827Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetPcrInfo.json",
2025-08-20T19:15:56.9138288Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetReductionProposal.json",
2025-08-20T19:15:56.9138765Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/GetVLExtractionResult.json",
2025-08-20T19:15:56.9139163Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/IsCompleted.json",
2025-08-20T19:15:56.9139583Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/PushDeviceData.json",
2025-08-20T19:15:56.9139986Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/PushItemData.json",
2025-08-20T19:15:56.9140487Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/RecalculateCarbonEmission.json",
2025-08-20T19:15:56.9141128Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/SendDocumentAskQuestion.json",
2025-08-20T19:15:56.9141537Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/SetRunningPlan.json",
2025-08-20T19:15:56.9142012Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/SubmitDocExtractionTask.json",
2025-08-20T19:15:56.9142714Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/SubmitDocParsingTask.json",
2025-08-20T19:15:56.9143381Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/SubmitDocumentAnalyzeJob.json",
2025-08-20T19:15:56.9143877Z [00:02:03.250]➜  			"metadatas/energyexpertexternal/SubmitVLExtractionTask.json",
2025-08-20T19:15:56.9144205Z [00:02:03.250]➜  			"metadatas/ens/AccosicateNetworkAcl.json",
2025-08-20T19:15:56.9144481Z [00:02:03.250]➜  			"metadatas/ens/AddBackendServers.json",
2025-08-20T19:15:56.9144843Z [00:02:03.250]➜  			"metadatas/ens/AddNetworkInterfaceToInstance.json",
2025-08-20T19:15:56.9145195Z [00:02:03.250]➜  			"metadatas/ens/AddSnatIpForSnatEntry.json",
2025-08-20T19:15:56.9145594Z [00:02:03.250]➜  			"metadatas/ens/AssignPrivateIpAddresses.json",
2025-08-20T19:15:56.9145934Z [00:02:03.250]➜  			"metadatas/ens/AssociateEnsEipAddress.json",
2025-08-20T19:15:56.9146251Z [00:02:03.250]➜  			"metadatas/ens/AssociateHaVip.json",
2025-08-20T19:15:56.9146539Z [00:02:03.250]➜  			"metadatas/ens/AttachDisk.json",
2025-08-20T19:15:56.9146870Z [00:02:03.250]➜  			"metadatas/ens/AttachEnsInstances.json",
2025-08-20T19:15:56.9147194Z [00:02:03.250]➜  			"metadatas/ens/AttachInstanceSDG.json",
2025-08-20T19:15:56.9147539Z [00:02:03.250]➜  			"metadatas/ens/AttachNetworkInterface.json",
2025-08-20T19:15:56.9147993Z [00:02:03.250]➜  			"metadatas/ens/AuthorizeSecurityGroup.json",
2025-08-20T19:15:56.9148389Z [00:02:03.251]➜  			"metadatas/ens/AuthorizeSecurityGroupEgress.json",
2025-08-20T19:15:56.9148678Z [00:02:03.251]➜  			"metadatas/ens/CopySDG.json",
2025-08-20T19:15:56.9148985Z [00:02:03.251]➜  			"metadatas/ens/CopySnapshot.json",
2025-08-20T19:15:56.9149490Z [00:02:03.251]➜  			"metadatas/ens/CreateARMServerInstances.json",
2025-08-20T19:15:56.9149825Z [00:02:03.251]➜  			"metadatas/ens/CreateApplication.json",
2025-08-20T19:15:56.9150167Z [00:02:03.251]➜  			"metadatas/ens/CreateClassicNetwork.json",
2025-08-20T19:15:56.9150475Z [00:02:03.251]➜  			"metadatas/ens/CreateCluster.json",
2025-08-20T19:15:56.9150777Z [00:02:03.251]➜  			"metadatas/ens/CreateDisk.json",
2025-08-20T19:15:56.9151090Z [00:02:03.251]➜  			"metadatas/ens/CreateEipInstance.json",
2025-08-20T19:15:56.9151436Z [00:02:03.251]➜  			"metadatas/ens/CreateEnsRouteEntry.json",
2025-08-20T19:15:56.9151750Z [00:02:03.251]➜  			"metadatas/ens/CreateEnsService.json",
2025-08-20T19:15:56.9152198Z [00:02:03.251]➜  			"metadatas/ens/CreateEpnInstance.json",
2025-08-20T19:15:56.9152697Z [00:02:03.251]➜  			"metadatas/ens/CreateFileSystem.json",
2025-08-20T19:15:56.9153050Z [00:02:03.251]➜  			"metadatas/ens/CreateForwardEntry.json",
2025-08-20T19:15:56.9153354Z [00:02:03.251]➜  			"metadatas/ens/CreateHaVip.json",
2025-08-20T19:15:56.9153675Z [00:02:03.251]➜  			"metadatas/ens/CreateImage.json",
2025-08-20T19:15:56.9153977Z [00:02:03.251]➜  			"metadatas/ens/CreateInstance.json",
2025-08-20T19:15:56.9154282Z [00:02:03.251]➜  			"metadatas/ens/CreateKeyPair.json",
2025-08-20T19:15:56.9154600Z [00:02:03.251]➜  			"metadatas/ens/CreateLoadBalancer.json",
2025-08-20T19:15:56.9154998Z [00:02:03.251]➜  			"metadatas/ens/CreateLoadBalancerHTTPListener.json",
2025-08-20T19:15:56.9155414Z [00:02:03.251]➜  			"metadatas/ens/CreateLoadBalancerHTTPSListener.json",
2025-08-20T19:15:56.9155820Z [00:02:03.251]➜  			"metadatas/ens/CreateLoadBalancerTCPListener.json",
2025-08-20T19:15:56.9156222Z [00:02:03.251]➜  			"metadatas/ens/CreateLoadBalancerUDPListener.json",
2025-08-20T19:15:56.9156544Z [00:02:03.251]➜  			"metadatas/ens/CreateMountTarget.json",
2025-08-20T19:15:56.9156848Z [00:02:03.251]➜  			"metadatas/ens/CreateNatGateway.json",
2025-08-20T19:15:56.9157135Z [00:02:03.251]➜  			"metadatas/ens/CreateNetwork.json",
2025-08-20T19:15:56.9157585Z [00:02:03.251]➜  			"metadatas/ens/CreateNetworkAcl.json",
2025-08-20T19:15:56.9157937Z [00:02:03.251]➜  			"metadatas/ens/CreateNetworkAclEntry.json",
2025-08-20T19:15:56.9158285Z [00:02:03.251]➜  			"metadatas/ens/CreateNetworkInterface.json",
2025-08-20T19:15:56.9158576Z [00:02:03.251]➜  			"metadatas/ens/CreateSDG.json",
2025-08-20T19:15:56.9158906Z [00:02:03.251]➜  			"metadatas/ens/CreateSecurityGroup.json",
2025-08-20T19:15:56.9159338Z [00:02:03.251]➜  			"metadatas/ens/CreateSnapshot.json",
2025-08-20T19:15:56.9159660Z [00:02:03.251]➜  			"metadatas/ens/CreateSnatEntry.json",
2025-08-20T19:15:56.9160007Z [00:02:03.251]➜  			"metadatas/ens/CreateStorageGateway.json",
2025-08-20T19:15:56.9160338Z [00:02:03.251]➜  			"metadatas/ens/CreateStorageVolume.json",
2025-08-20T19:15:56.9160648Z [00:02:03.251]➜  			"metadatas/ens/CreateVSwitch.json",
2025-08-20T19:15:56.9160961Z [00:02:03.251]➜  			"metadatas/ens/DeleteApplication.json",
2025-08-20T19:15:56.9161431Z [00:02:03.251]➜  			"metadatas/ens/DeleteBucket.json",
2025-08-20T19:15:56.9161801Z [00:02:03.251]➜  			"metadatas/ens/DeleteBucketLifecycle.json",
2025-08-20T19:15:56.9162103Z [00:02:03.251]➜  			"metadatas/ens/DeleteDisk.json",
2025-08-20T19:15:56.9162573Z [00:02:03.251]➜  			"metadatas/ens/DeleteEip.json",
2025-08-20T19:15:56.9162910Z [00:02:03.251]➜  			"metadatas/ens/DeleteEnsRouteEntry.json",
2025-08-20T19:15:56.9163248Z [00:02:03.251]➜  			"metadatas/ens/DeleteEpnInstance.json",
2025-08-20T19:15:56.9163579Z [00:02:03.251]➜  			"metadatas/ens/DeleteFileSystem.json",
2025-08-20T19:15:56.9163912Z [00:02:03.251]➜  			"metadatas/ens/DeleteForwardEntry.json",
2025-08-20T19:15:56.9164216Z [00:02:03.251]➜  			"metadatas/ens/DeleteHaVips.json",
2025-08-20T19:15:56.9164516Z [00:02:03.251]➜  			"metadatas/ens/DeleteImage.json",
2025-08-20T19:15:56.9164816Z [00:02:03.251]➜  			"metadatas/ens/DeleteKeyPairs.json",
2025-08-20T19:15:56.9165209Z [00:02:03.251]➜  			"metadatas/ens/DeleteLoadBalancerListener.json",
2025-08-20T19:15:56.9165533Z [00:02:03.251]➜  			"metadatas/ens/DeleteMountTarget.json",
2025-08-20T19:15:56.9165855Z [00:02:03.251]➜  			"metadatas/ens/DeleteNatGateway.json",
2025-08-20T19:15:56.9166153Z [00:02:03.251]➜  			"metadatas/ens/DeleteNetwork.json",
2025-08-20T19:15:56.9166476Z [00:02:03.251]➜  			"metadatas/ens/DeleteNetworkAcl.json",
2025-08-20T19:15:56.9166822Z [00:02:03.251]➜  			"metadatas/ens/DeleteNetworkAclEntry.json",
2025-08-20T19:15:56.9167188Z [00:02:03.251]➜  			"metadatas/ens/DeleteNetworkInterfaces.json",
2025-08-20T19:15:56.9167498Z [00:02:03.251]➜  			"metadatas/ens/DeleteObject.json",
2025-08-20T19:15:56.9167787Z [00:02:03.251]➜  			"metadatas/ens/DeleteSDG.json",
2025-08-20T19:15:56.9168268Z [00:02:03.251]➜  			"metadatas/ens/DeleteSecurityGroup.json",
2025-08-20T19:15:56.9168584Z [00:02:03.251]➜  			"metadatas/ens/DeleteSnapshot.json",
2025-08-20T19:15:56.9168890Z [00:02:03.251]➜  			"metadatas/ens/DeleteSnatEntry.json",
2025-08-20T19:15:56.9169273Z [00:02:03.251]➜  			"metadatas/ens/DeleteSnatIpForSnatEntry.json",
2025-08-20T19:15:56.9169612Z [00:02:03.251]➜  			"metadatas/ens/DeleteStorageGateway.json",
2025-08-20T19:15:56.9169950Z [00:02:03.251]➜  			"metadatas/ens/DeleteStorageVolume.json",
2025-08-20T19:15:56.9170255Z [00:02:03.251]➜  			"metadatas/ens/DeleteVSwitch.json",
2025-08-20T19:15:56.9170584Z [00:02:03.251]➜  			"metadatas/ens/DeployInstanceSDG.json",
2025-08-20T19:15:56.9170870Z [00:02:03.251]➜  			"metadatas/ens/DeploySDG.json",
2025-08-20T19:15:56.9171199Z [00:02:03.252]➜  			"metadatas/ens/DescribeAICImages.json",
2025-08-20T19:15:56.9171580Z [00:02:03.252]➜  			"metadatas/ens/DescribeARMServerInstances.json",
2025-08-20T19:15:56.9171929Z [00:02:03.252]➜  			"metadatas/ens/DescribeApplication.json",
2025-08-20T19:15:56.9172300Z [00:02:03.252]➜  			"metadatas/ens/DescribeAvailableResource.json",
2025-08-20T19:15:56.9172855Z [00:02:03.252]➜  			"metadatas/ens/DescribeAvailableResourceInfo.json",
2025-08-20T19:15:56.9173189Z [00:02:03.252]➜  			"metadatas/ens/DescribeBandWithdChargeType.json",
2025-08-20T19:15:56.9173731Z [00:02:03.252]➜  			"metadatas/ens/DescribeBandwitdhByInternetChargeType.json",
2025-08-20T19:15:56.9174128Z [00:02:03.252]➜  			"metadatas/ens/DescribeCloudDiskAvailableResourceInfo.json",
2025-08-20T19:15:56.9174420Z [00:02:03.252]➜  			"metadatas/ens/DescribeCloudDiskTypes.json",
2025-08-20T19:15:56.9174671Z [00:02:03.252]➜  			"metadatas/ens/DescribeCluster.json",
2025-08-20T19:15:56.9174984Z [00:02:03.252]➜  			"metadatas/ens/DescribeClusterKubeConfig.json",
2025-08-20T19:15:56.9175455Z [00:02:03.252]➜  			"metadatas/ens/DescribeCreatePrePaidInstanceResult.json",
2025-08-20T19:15:56.9175753Z [00:02:03.252]➜  			"metadatas/ens/DescribeDataDistResult.json",
2025-08-20T19:15:56.9176069Z [00:02:03.252]➜  			"metadatas/ens/DescribeDataDownloadURL.json",
2025-08-20T19:15:56.9176376Z [00:02:03.252]➜  			"metadatas/ens/DescribeDataPushResult.json",
2025-08-20T19:15:56.9176669Z [00:02:03.252]➜  			"metadatas/ens/DescribeDeviceService.json",
2025-08-20T19:15:56.9177058Z [00:02:03.252]➜  			"metadatas/ens/DescribeDiskIopsList.json",
2025-08-20T19:15:56.9177335Z [00:02:03.252]➜  			"metadatas/ens/DescribeDisks.json",
2025-08-20T19:15:56.9177718Z [00:02:03.252]➜  			"metadatas/ens/DescribeElbAvailableResourceInfo.json",
2025-08-20T19:15:56.9178029Z [00:02:03.252]➜  			"metadatas/ens/DescribeEnsEipAddresses.json",
2025-08-20T19:15:56.9178330Z [00:02:03.252]➜  			"metadatas/ens/DescribeEnsNetDistrict.json",
2025-08-20T19:15:56.9178627Z [00:02:03.252]➜  			"metadatas/ens/DescribeEnsNetLevel.json",
2025-08-20T19:15:56.9178959Z [00:02:03.252]➜  			"metadatas/ens/DescribeEnsNetSaleDistrict.json",
2025-08-20T19:15:56.9179316Z [00:02:03.252]➜  			"metadatas/ens/DescribeEnsRegionIdIpv6Info.json",
2025-08-20T19:15:56.9179682Z [00:02:03.252]➜  			"metadatas/ens/DescribeEnsRegionIdResource.json",
2025-08-20T19:15:56.9180007Z [00:02:03.252]➜  			"metadatas/ens/DescribeEnsRegions.json",
2025-08-20T19:15:56.9180359Z [00:02:03.252]➜  			"metadatas/ens/DescribeEnsResourceUsage.json",
2025-08-20T19:15:56.9180741Z [00:02:03.252]➜  			"metadatas/ens/DescribeEnsRouteEntryList.json",
2025-08-20T19:15:56.9181066Z [00:02:03.252]➜  			"metadatas/ens/DescribeEnsRouteTables.json",
2025-08-20T19:15:56.9181440Z [00:02:03.252]➜  			"metadatas/ens/DescribeEpnBandWidthData.json",
2025-08-20T19:15:56.9181956Z [00:02:03.252]➜  			"metadatas/ens/DescribeEpnBandwitdhByInternetChargeType.json",
2025-08-20T19:15:56.9182365Z [00:02:03.252]➜  			"metadatas/ens/DescribeEpnInstanceAttribute.json",
2025-08-20T19:15:56.9182929Z [00:02:03.252]➜  			"metadatas/ens/DescribeEpnInstances.json",
2025-08-20T19:15:56.9183330Z [00:02:03.252]➜  			"metadatas/ens/DescribeEpnMeasurementData.json",
2025-08-20T19:15:56.9183878Z [00:02:03.252]➜  			"metadatas/ens/DescribeExportImageInfo.json",
2025-08-20T19:15:56.9184272Z [00:02:03.252]➜  			"metadatas/ens/DescribeExportImageStatus.json",
2025-08-20T19:15:56.9184597Z [00:02:03.252]➜  			"metadatas/ens/DescribeFileSystems.json",
2025-08-20T19:15:56.9184985Z [00:02:03.252]➜  			"metadatas/ens/DescribeForwardTableEntries.json",
2025-08-20T19:15:56.9185308Z [00:02:03.252]➜  			"metadatas/ens/DescribeHaVips.json",
2025-08-20T19:15:56.9185641Z [00:02:03.252]➜  			"metadatas/ens/DescribeImageInfos.json",
2025-08-20T19:15:56.9186042Z [00:02:03.252]➜  			"metadatas/ens/DescribeImageSharePermission.json",
2025-08-20T19:15:56.9186380Z [00:02:03.252]➜  			"metadatas/ens/DescribeImages.json",
2025-08-20T19:15:56.9186845Z [00:02:03.252]➜  			"metadatas/ens/DescribeInstanceAutoRenewAttribute.json",
2025-08-20T19:15:56.9187289Z [00:02:03.252]➜  			"metadatas/ens/DescribeInstanceBandwidthDetail.json",
2025-08-20T19:15:56.9187739Z [00:02:03.252]➜  			"metadatas/ens/DescribeInstanceBootConfiguration.json",
2025-08-20T19:15:56.9188139Z [00:02:03.252]➜  			"metadatas/ens/DescribeInstanceMonitorData.json",
2025-08-20T19:15:56.9188509Z [00:02:03.252]➜  			"metadatas/ens/DescribeInstanceSDGStatus.json",
2025-08-20T19:15:56.9189160Z [00:02:03.252]➜  			"metadatas/ens/DescribeInstanceSpec.json",
2025-08-20T19:15:56.9189524Z [00:02:03.252]➜  			"metadatas/ens/DescribeInstanceTypes.json",
2025-08-20T19:15:56.9190064Z [00:02:03.252]➜  			"metadatas/ens/DescribeInstanceVncUrl.json",
2025-08-20T19:15:56.9190390Z [00:02:03.252]➜  			"metadatas/ens/DescribeInstances.json",
2025-08-20T19:15:56.9190720Z [00:02:03.252]➜  			"metadatas/ens/DescribeKeyPairs.json",
2025-08-20T19:15:56.9191116Z [00:02:03.252]➜  			"metadatas/ens/DescribeLoadBalancerAttribute.json",
2025-08-20T19:15:56.9191802Z [00:02:03.252]➜  			"metadatas/ens/DescribeLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:56.9192662Z [00:02:03.252]➜  			"metadatas/ens/DescribeLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:56.9193139Z [00:02:03.252]➜  			"metadatas/ens/DescribeLoadBalancerListenMonitor.json",
2025-08-20T19:15:56.9193549Z [00:02:03.252]➜  			"metadatas/ens/DescribeLoadBalancerListeners.json",
2025-08-20T19:15:56.9193929Z [00:02:03.252]➜  			"metadatas/ens/DescribeLoadBalancerSpec.json",
2025-08-20T19:15:56.9194561Z [00:02:03.252]➜  			"metadatas/ens/DescribeLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:56.9195119Z [00:02:03.252]➜  			"metadatas/ens/DescribeLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:56.9195462Z [00:02:03.252]➜  			"metadatas/ens/DescribeLoadBalancers.json",
2025-08-20T19:15:56.9195801Z [00:02:03.252]➜  			"metadatas/ens/DescribeMeasurementData.json",
2025-08-20T19:15:56.9196118Z [00:02:03.253]➜  			"metadatas/ens/DescribeMountTargets.json",
2025-08-20T19:15:56.9196474Z [00:02:03.253]➜  			"metadatas/ens/DescribeNatGateways.json",
2025-08-20T19:15:56.9196803Z [00:02:03.253]➜  			"metadatas/ens/DescribeNetworkAcls.json",
2025-08-20T19:15:56.9197192Z [00:02:03.253]➜  			"metadatas/ens/DescribeNetworkAttribute.json",
2025-08-20T19:15:56.9197557Z [00:02:03.253]➜  			"metadatas/ens/DescribeNetworkInterfaces.json",
2025-08-20T19:15:56.9197890Z [00:02:03.253]➜  			"metadatas/ens/DescribeNetworks.json",
2025-08-20T19:15:56.9198293Z [00:02:03.253]➜  			"metadatas/ens/DescribePrePaidInstanceStock.json",
2025-08-20T19:15:56.9198649Z [00:02:03.253]➜  			"metadatas/ens/DescribePrice.json",
2025-08-20T19:15:56.9198979Z [00:02:03.253]➜  			"metadatas/ens/DescribeRegionIsps.json",
2025-08-20T19:15:56.9199347Z [00:02:03.253]➜  			"metadatas/ens/DescribeReservedResource.json",
2025-08-20T19:15:56.9199649Z [00:02:03.253]➜  			"metadatas/ens/DescribeSDG.json",
2025-08-20T19:15:56.9200253Z [00:02:03.253]➜  			"metadatas/ens/DescribeSDGDeploymentStatus.json",
2025-08-20T19:15:56.9200562Z [00:02:03.253]➜  			"metadatas/ens/DescribeSDGs.json",
2025-08-20T19:15:56.9201005Z [00:02:03.253]➜  			"metadatas/ens/DescribeSecondaryPublicIpAddresses.json",
2025-08-20T19:15:56.9201509Z [00:02:03.253]➜  			"metadatas/ens/DescribeSecurityGroupAttribute.json",
2025-08-20T19:15:56.9201831Z [00:02:03.253]➜  			"metadatas/ens/DescribeSecurityGroups.json",
2025-08-20T19:15:56.9202131Z [00:02:03.253]➜  			"metadatas/ens/DescribeSelfImages.json",
2025-08-20T19:15:56.9202643Z [00:02:03.253]➜  			"metadatas/ens/DescribeServcieSchedule.json",
2025-08-20T19:15:56.9203283Z [00:02:03.253]➜  			"metadatas/ens/DescribeServerLoadBalancerListenMonitor.json",
2025-08-20T19:15:56.9203687Z [00:02:03.253]➜  			"metadatas/ens/DescribeServerLoadBalancerMonitor.json",
2025-08-20T19:15:56.9203962Z [00:02:03.253]➜  			"metadatas/ens/DescribeSnapshots.json",
2025-08-20T19:15:56.9204247Z [00:02:03.253]➜  			"metadatas/ens/DescribeSnatAttribute.json",
2025-08-20T19:15:56.9204556Z [00:02:03.253]➜  			"metadatas/ens/DescribeSnatTableEntries.json",
2025-08-20T19:15:56.9204854Z [00:02:03.253]➜  			"metadatas/ens/DescribeStorageGateway.json",
2025-08-20T19:15:56.9205148Z [00:02:03.253]➜  			"metadatas/ens/DescribeStorageVolume.json",
2025-08-20T19:15:56.9205469Z [00:02:03.253]➜  			"metadatas/ens/DescribeUserBandWidthData.json",
2025-08-20T19:15:56.9205778Z [00:02:03.253]➜  			"metadatas/ens/DescribeVSwitchAttributes.json",
2025-08-20T19:15:56.9206038Z [00:02:03.253]➜  			"metadatas/ens/DescribeVSwitches.json",
2025-08-20T19:15:56.9206287Z [00:02:03.253]➜  			"metadatas/ens/DetachDisk.json",
2025-08-20T19:15:56.9206562Z [00:02:03.253]➜  			"metadatas/ens/DetachInstanceSDG.json",
2025-08-20T19:15:56.9206864Z [00:02:03.253]➜  			"metadatas/ens/DetachNetworkInterface.json",
2025-08-20T19:15:56.9207143Z [00:02:03.253]➜  			"metadatas/ens/DistApplicationData.json",
2025-08-20T19:15:56.9207430Z [00:02:03.253]➜  			"metadatas/ens/ExportBillDetailData.json",
2025-08-20T19:15:56.9207680Z [00:02:03.253]➜  			"metadatas/ens/ExportImage.json",
2025-08-20T19:15:56.9208082Z [00:02:03.253]➜  			"metadatas/ens/ExportMeasurementData.json",
2025-08-20T19:15:56.9208349Z [00:02:03.253]➜  			"metadatas/ens/GetBucketAcl.json",
2025-08-20T19:15:56.9208621Z [00:02:03.253]➜  			"metadatas/ens/GetBucketInfo.json",
2025-08-20T19:15:56.9208903Z [00:02:03.253]➜  			"metadatas/ens/GetBucketLifecycle.json",
2025-08-20T19:15:56.9209254Z [00:02:03.253]➜  			"metadatas/ens/GetOssStorageAndAccByBuckets.json",
2025-08-20T19:15:56.9209521Z [00:02:03.253]➜  			"metadatas/ens/GetOssUsageData.json",
2025-08-20T19:15:56.9209869Z [00:02:03.253]➜  			"metadatas/ens/ImportImage.json",
2025-08-20T19:15:56.9210158Z [00:02:03.253]➜  			"metadatas/ens/ImportKeyPair.json",
2025-08-20T19:15:56.9210513Z [00:02:03.253]➜  			"metadatas/ens/JoinPublicIpsToEpnInstance.json",
2025-08-20T19:15:56.9210789Z [00:02:03.253]➜  			"metadatas/ens/JoinSecurityGroup.json",
2025-08-20T19:15:56.9211112Z [00:02:03.253]➜  			"metadatas/ens/JoinVSwitchesToEpnInstance.json",
2025-08-20T19:15:56.9211413Z [00:02:03.253]➜  			"metadatas/ens/LeaveSecurityGroup.json",
2025-08-20T19:15:56.9211718Z [00:02:03.253]➜  			"metadatas/ens/ListApplications.json",
2025-08-20T19:15:56.9211982Z [00:02:03.253]➜  			"metadatas/ens/ListBuckets.json",
2025-08-20T19:15:56.9212260Z [00:02:03.253]➜  			"metadatas/ens/ListObjects.json",
2025-08-20T19:15:56.9212747Z [00:02:03.253]➜  			"metadatas/ens/ListProductAbilities.json",
2025-08-20T19:15:56.9213083Z [00:02:03.253]➜  			"metadatas/ens/ListTagResources.json",
2025-08-20T19:15:56.9213489Z [00:02:03.253]➜  			"metadatas/ens/ModifyEnsEipAddressAttribute.json",
2025-08-20T19:15:56.9213833Z [00:02:03.253]➜  			"metadatas/ens/ModifyEnsRouteEntry.json",
2025-08-20T19:15:56.9214149Z [00:02:03.253]➜  			"metadatas/ens/ModifyEpnInstance.json",
2025-08-20T19:15:56.9214458Z [00:02:03.253]➜  			"metadatas/ens/ModifyFileSystem.json",
2025-08-20T19:15:56.9214776Z [00:02:03.253]➜  			"metadatas/ens/ModifyForwardEntry.json",
2025-08-20T19:15:56.9215111Z [00:02:03.253]➜  			"metadatas/ens/ModifyHaVipAttribute.json",
2025-08-20T19:15:56.9215443Z [00:02:03.253]➜  			"metadatas/ens/ModifyImageAttribute.json",
2025-08-20T19:15:56.9215818Z [00:02:03.253]➜  			"metadatas/ens/ModifyImageSharePermission.json",
2025-08-20T19:15:56.9216318Z [00:02:03.253]➜  			"metadatas/ens/ModifyInstanceAttribute.json",
2025-08-20T19:15:56.9216744Z [00:02:03.253]➜  			"metadatas/ens/ModifyInstanceAutoRenewAttribute.json",
2025-08-20T19:15:56.9217151Z [00:02:03.253]➜  			"metadatas/ens/ModifyInstanceBootConfiguration.json",
2025-08-20T19:15:56.9217528Z [00:02:03.253]➜  			"metadatas/ens/ModifyInstanceChargeType.json",
2025-08-20T19:15:56.9218045Z [00:02:03.253]➜  			"metadatas/ens/ModifyLoadBalancerAttribute.json",
2025-08-20T19:15:56.9218413Z [00:02:03.254]➜  			"metadatas/ens/ModifyNetworkAttribute.json",
2025-08-20T19:15:56.9218826Z [00:02:03.254]➜  			"metadatas/ens/ModifyNetworkInterfaceAttribute.json",
2025-08-20T19:15:56.9219212Z [00:02:03.254]➜  			"metadatas/ens/ModifyPrepayInstanceSpec.json",
2025-08-20T19:15:56.9219613Z [00:02:03.254]➜  			"metadatas/ens/ModifySecurityGroupAttribute.json",
2025-08-20T19:15:56.9219958Z [00:02:03.254]➜  			"metadatas/ens/ModifySnapshotAttribute.json",
2025-08-20T19:15:56.9220271Z [00:02:03.254]➜  			"metadatas/ens/ModifySnatEntry.json",
2025-08-20T19:15:56.9220617Z [00:02:03.254]➜  			"metadatas/ens/ModifyVSwitchAttribute.json",
2025-08-20T19:15:56.9220939Z [00:02:03.254]➜  			"metadatas/ens/MountInstanceSDG.json",
2025-08-20T19:15:56.9221251Z [00:02:03.254]➜  			"metadatas/ens/PreloadRegionSDG.json",
2025-08-20T19:15:56.9221571Z [00:02:03.254]➜  			"metadatas/ens/PrepareUpload.json",
2025-08-20T19:15:56.9221925Z [00:02:03.254]➜  			"metadatas/ens/PushApplicationData.json",
2025-08-20T19:15:56.9222228Z [00:02:03.254]➜  			"metadatas/ens/PutBucket.json",
2025-08-20T19:15:56.9222798Z [00:02:03.254]➜  			"metadatas/ens/PutBucketAcl.json",
2025-08-20T19:15:56.9223148Z [00:02:03.254]➜  			"metadatas/ens/PutBucketLifecycle.json",
2025-08-20T19:15:56.9223441Z [00:02:03.254]➜  			"metadatas/ens/ReInitDisk.json",
2025-08-20T19:15:56.9223902Z [00:02:03.254]➜  			"metadatas/ens/RebootAICInstance.json",
2025-08-20T19:15:56.9224285Z [00:02:03.254]➜  			"metadatas/ens/RebootARMServerInstance.json",
2025-08-20T19:15:56.9224623Z [00:02:03.254]➜  			"metadatas/ens/RebootInstance.json",
2025-08-20T19:15:56.9224935Z [00:02:03.254]➜  			"metadatas/ens/RecoverAICInstance.json",
2025-08-20T19:15:56.9225248Z [00:02:03.254]➜  			"metadatas/ens/ReinitInstance.json",
2025-08-20T19:15:56.9225559Z [00:02:03.254]➜  			"metadatas/ens/ReleaseAICInstance.json",
2025-08-20T19:15:56.9226043Z [00:02:03.254]➜  			"metadatas/ens/ReleaseARMServerInstance.json",
2025-08-20T19:15:56.9226355Z [00:02:03.254]➜  			"metadatas/ens/ReleaseInstance.json",
2025-08-20T19:15:56.9226726Z [00:02:03.254]➜  			"metadatas/ens/ReleasePostPaidInstance.json",
2025-08-20T19:15:56.9227074Z [00:02:03.254]➜  			"metadatas/ens/ReleasePrePaidInstance.json",
2025-08-20T19:15:56.9227414Z [00:02:03.254]➜  			"metadatas/ens/RemoveBackendServers.json",
2025-08-20T19:15:56.9227740Z [00:02:03.254]➜  			"metadatas/ens/RemoveInstanceSDG.json",
2025-08-20T19:15:56.9228157Z [00:02:03.254]➜  			"metadatas/ens/RemovePublicIpsFromEpnInstance.json",
2025-08-20T19:15:56.9228454Z [00:02:03.254]➜  			"metadatas/ens/RemoveSDG.json",
2025-08-20T19:15:56.9228742Z [00:02:03.254]➜  			"metadatas/ens/RemoveSDGs.json",
2025-08-20T19:15:56.9229139Z [00:02:03.254]➜  			"metadatas/ens/RemoveVSwitchesFromEpnInstance.json",
2025-08-20T19:15:56.9229482Z [00:02:03.254]➜  			"metadatas/ens/RenewARMServerInstance.json",
2025-08-20T19:15:56.9229798Z [00:02:03.254]➜  			"metadatas/ens/RenewInstance.json",
2025-08-20T19:15:56.9230143Z [00:02:03.254]➜  			"metadatas/ens/RescaleApplication.json",
2025-08-20T19:15:56.9230475Z [00:02:03.254]➜  			"metadatas/ens/RescaleDeviceService.json",
2025-08-20T19:15:56.9230786Z [00:02:03.254]➜  			"metadatas/ens/ResetAICInstance.json",
2025-08-20T19:15:56.9231068Z [00:02:03.254]➜  			"metadatas/ens/ResetDisk.json",
2025-08-20T19:15:56.9231361Z [00:02:03.254]➜  			"metadatas/ens/ResizeDisk.json",
2025-08-20T19:15:56.9231695Z [00:02:03.254]➜  			"metadatas/ens/RevokeSecurityGroup.json",
2025-08-20T19:15:56.9232067Z [00:02:03.254]➜  			"metadatas/ens/RevokeSecurityGroupEgress.json",
2025-08-20T19:15:56.9232867Z [00:02:03.254]➜  			"metadatas/ens/RollbackApplication.json",
2025-08-20T19:15:56.9233183Z [00:02:03.254]➜  			"metadatas/ens/RunInstances.json",
2025-08-20T19:15:56.9233502Z [00:02:03.254]➜  			"metadatas/ens/RunServiceSchedule.json",
2025-08-20T19:15:56.9233759Z [00:02:03.254]➜  			"metadatas/ens/SaveSDG.json",
2025-08-20T19:15:56.9234195Z [00:02:03.254]➜  			"metadatas/ens/SetBackendServers.json",
2025-08-20T19:15:56.9234642Z [00:02:03.254]➜  			"metadatas/ens/SetLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:56.9235081Z [00:02:03.254]➜  			"metadatas/ens/SetLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:56.9235383Z [00:02:03.254]➜  			"metadatas/ens/SetLoadBalancerStatus.json",
2025-08-20T19:15:56.9235789Z [00:02:03.254]➜  			"metadatas/ens/SetLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:56.9236194Z [00:02:03.254]➜  			"metadatas/ens/SetLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:56.9236489Z [00:02:03.254]➜  			"metadatas/ens/StartEpnInstance.json",
2025-08-20T19:15:56.9236762Z [00:02:03.254]➜  			"metadatas/ens/StartInstance.json",
2025-08-20T19:15:56.9237101Z [00:02:03.254]➜  			"metadatas/ens/StartLoadBalancerListener.json",
2025-08-20T19:15:56.9237418Z [00:02:03.254]➜  			"metadatas/ens/StartSnatIpForSnatEntry.json",
2025-08-20T19:15:56.9237712Z [00:02:03.254]➜  			"metadatas/ens/StopEpnInstance.json",
2025-08-20T19:15:56.9237988Z [00:02:03.255]➜  			"metadatas/ens/StopInstance.json",
2025-08-20T19:15:56.9238330Z [00:02:03.255]➜  			"metadatas/ens/StopLoadBalancerListener.json",
2025-08-20T19:15:56.9238617Z [00:02:03.255]➜  			"metadatas/ens/StopSnatIpForSnatEntry.json",
2025-08-20T19:15:56.9238869Z [00:02:03.255]➜  			"metadatas/ens/TagResources.json",
2025-08-20T19:15:56.9239199Z [00:02:03.255]➜  			"metadatas/ens/UnAssociateEnsEipAddress.json",
2025-08-20T19:15:56.9239739Z [00:02:03.255]➜  			"metadatas/ens/UnassignPrivateIpAddresses.json",
2025-08-20T19:15:56.9240103Z [00:02:03.255]➜  			"metadatas/ens/UnassociateHaVip.json",
2025-08-20T19:15:56.9240456Z [00:02:03.255]➜  			"metadatas/ens/UnassociateNetworkAcl.json",
2025-08-20T19:15:56.9240772Z [00:02:03.255]➜  			"metadatas/ens/UnloadRegionSDG.json",
2025-08-20T19:15:56.9241105Z [00:02:03.255]➜  			"metadatas/ens/UnmountInstanceSDG.json",
2025-08-20T19:15:56.9241403Z [00:02:03.255]➜  			"metadatas/ens/UntagResources.json",
2025-08-20T19:15:56.9241910Z [00:02:03.255]➜  			"metadatas/ens/UpgradeAICInstanceImage.json",
2025-08-20T19:15:56.9242239Z [00:02:03.255]➜  			"metadatas/ens/UpgradeApplication.json",
2025-08-20T19:15:56.9242844Z [00:02:03.255]➜  			"metadatas/esa/ActivateClientCertificate.json",
2025-08-20T19:15:56.9243206Z [00:02:03.255]➜  			"metadatas/esa/ActivateVersionManagement.json",
2025-08-20T19:15:56.9243507Z [00:02:03.255]➜  			"metadatas/esa/ApplyCertificate.json",
2025-08-20T19:15:56.9243801Z [00:02:03.255]➜  			"metadatas/esa/BatchCreateRecords.json",
2025-08-20T19:15:56.9244094Z [00:02:03.255]➜  			"metadatas/esa/BatchCreateWafRules.json",
2025-08-20T19:15:56.9244363Z [00:02:03.255]➜  			"metadatas/esa/BatchDeleteKv.json",
2025-08-20T19:15:56.9244776Z [00:02:03.255]➜  			"metadatas/esa/BatchDeleteKvWithHighCapacity.json",
2025-08-20T19:15:56.9245111Z [00:02:03.255]➜  			"metadatas/esa/BatchGetExpressionFields.json",
2025-08-20T19:15:56.9245378Z [00:02:03.255]➜  			"metadatas/esa/BatchPutKv.json",
2025-08-20T19:15:56.9245731Z [00:02:03.255]➜  			"metadatas/esa/BatchPutKvWithHighCapacity.json",
2025-08-20T19:15:56.9246050Z [00:02:03.255]➜  			"metadatas/esa/BatchUpdateWafRules.json",
2025-08-20T19:15:56.9246306Z [00:02:03.255]➜  			"metadatas/esa/BlockObject.json",
2025-08-20T19:15:56.9246572Z [00:02:03.255]➜  			"metadatas/esa/CheckSiteName.json",
2025-08-20T19:15:56.9246876Z [00:02:03.255]➜  			"metadatas/esa/CheckSiteProjectName.json",
2025-08-20T19:15:56.9247220Z [00:02:03.255]➜  			"metadatas/esa/CheckUserProjectName.json",
2025-08-20T19:15:56.9247492Z [00:02:03.255]➜  			"metadatas/esa/CreateCacheRule.json",
2025-08-20T19:15:56.9247928Z [00:02:03.255]➜  			"metadatas/esa/CreateClientCertificate.json",
2025-08-20T19:15:56.9248229Z [00:02:03.255]➜  			"metadatas/esa/CreateCompressionRule.json",
2025-08-20T19:15:56.9248547Z [00:02:03.255]➜  			"metadatas/esa/CreateCustomScenePolicy.json",
2025-08-20T19:15:56.9248864Z [00:02:03.255]➜  			"metadatas/esa/CreateEdgeContainerApp.json",
2025-08-20T19:15:56.9249331Z [00:02:03.255]➜  			"metadatas/esa/CreateEdgeContainerAppRecord.json",
2025-08-20T19:15:56.9249690Z [00:02:03.255]➜  			"metadatas/esa/CreateEdgeContainerAppVersion.json",
2025-08-20T19:15:56.9250157Z [00:02:03.255]➜  			"metadatas/esa/CreateHttpRequestHeaderModificationRule.json",
2025-08-20T19:15:56.9250642Z [00:02:03.255]➜  			"metadatas/esa/CreateHttpResponseHeaderModificationRule.json",
2025-08-20T19:15:56.9251080Z [00:02:03.255]➜  			"metadatas/esa/CreateHttpsApplicationConfiguration.json",
2025-08-20T19:15:56.9251468Z [00:02:03.255]➜  			"metadatas/esa/CreateHttpsBasicConfiguration.json",
2025-08-20T19:15:56.9251795Z [00:02:03.255]➜  			"metadatas/esa/CreateImageTransform.json",
2025-08-20T19:15:56.9252109Z [00:02:03.255]➜  			"metadatas/esa/CreateKvNamespace.json",
2025-08-20T19:15:56.9252554Z [00:02:03.255]➜  			"metadatas/esa/CreateList.json",
2025-08-20T19:15:56.9252884Z [00:02:03.255]➜  			"metadatas/esa/CreateLoadBalancer.json",
2025-08-20T19:15:56.9253271Z [00:02:03.255]➜  			"metadatas/esa/CreateNetworkOptimization.json",
2025-08-20T19:15:56.9253587Z [00:02:03.255]➜  			"metadatas/esa/CreateOriginPool.json",
2025-08-20T19:15:56.9253912Z [00:02:03.255]➜  			"metadatas/esa/CreateOriginProtection.json",
2025-08-20T19:15:56.9254222Z [00:02:03.255]➜  			"metadatas/esa/CreateOriginRule.json",
2025-08-20T19:15:56.9254501Z [00:02:03.255]➜  			"metadatas/esa/CreatePage.json",
2025-08-20T19:15:56.9254796Z [00:02:03.255]➜  			"metadatas/esa/CreateRecord.json",
2025-08-20T19:15:56.9255221Z [00:02:03.256]➜  			"metadatas/esa/CreateRedirectRule.json",
2025-08-20T19:15:56.9255576Z [00:02:03.256]➜  			"metadatas/esa/CreateRewriteUrlRule.json",
2025-08-20T19:15:56.9255875Z [00:02:03.256]➜  			"metadatas/esa/CreateRoutine.json",
2025-08-20T19:15:56.9256178Z [00:02:03.256]➜  			"metadatas/esa/CreateRoutineRoute.json",
2025-08-20T19:15:56.9256594Z [00:02:03.256]➜  			"metadatas/esa/CreateScheduledPreloadExecutions.json",
2025-08-20T19:15:56.9256949Z [00:02:03.256]➜  			"metadatas/esa/CreateScheduledPreloadJob.json",
2025-08-20T19:15:56.9257327Z [00:02:03.256]➜  			"metadatas/esa/CreateSite.json",
2025-08-20T19:15:56.9257667Z [00:02:03.256]➜  			"metadatas/esa/CreateSiteCustomLog.json",
2025-08-20T19:15:56.9258005Z [00:02:03.256]➜  			"metadatas/esa/CreateSiteDeliveryTask.json",
2025-08-20T19:15:56.9258330Z [00:02:03.256]➜  			"metadatas/esa/CreateUrlObservation.json",
2025-08-20T19:15:56.9258654Z [00:02:03.256]➜  			"metadatas/esa/CreateUserDeliveryTask.json",
2025-08-20T19:15:56.9258995Z [00:02:03.256]➜  			"metadatas/esa/CreateVideoProcessing.json",
2025-08-20T19:15:56.9259279Z [00:02:03.256]➜  			"metadatas/esa/CreateWafRule.json",
2025-08-20T19:15:56.9259603Z [00:02:03.256]➜  			"metadatas/esa/CreateWafRuleset.json",
2025-08-20T19:15:56.9259913Z [00:02:03.256]➜  			"metadatas/esa/CreateWaitingRoom.json",
2025-08-20T19:15:56.9260249Z [00:02:03.256]➜  			"metadatas/esa/CreateWaitingRoomEvent.json",
2025-08-20T19:15:56.9260579Z [00:02:03.256]➜  			"metadatas/esa/CreateWaitingRoomRule.json",
2025-08-20T19:15:56.9260972Z [00:02:03.256]➜  			"metadatas/esa/DeactivateVersionManagement.json",
2025-08-20T19:15:56.9261271Z [00:02:03.256]➜  			"metadatas/esa/DeleteCacheRule.json",
2025-08-20T19:15:56.9261583Z [00:02:03.256]➜  			"metadatas/esa/DeleteCertificate.json",
2025-08-20T19:15:56.9261932Z [00:02:03.256]➜  			"metadatas/esa/DeleteClientCaCertificate.json",
2025-08-20T19:15:56.9262284Z [00:02:03.256]➜  			"metadatas/esa/DeleteClientCertificate.json",
2025-08-20T19:15:56.9262796Z [00:02:03.256]➜  			"metadatas/esa/DeleteCompressionRule.json",
2025-08-20T19:15:56.9263158Z [00:02:03.256]➜  			"metadatas/esa/DeleteCustomScenePolicy.json",
2025-08-20T19:15:56.9263607Z [00:02:03.256]➜  			"metadatas/esa/DeleteEdgeContainerApp.json",
2025-08-20T19:15:56.9264005Z [00:02:03.256]➜  			"metadatas/esa/DeleteEdgeContainerAppRecord.json",
2025-08-20T19:15:56.9264387Z [00:02:03.256]➜  			"metadatas/esa/DeleteEdgeContainerAppVersion.json",
2025-08-20T19:15:56.9264881Z [00:02:03.256]➜  			"metadatas/esa/DeleteHttpRequestHeaderModificationRule.json",
2025-08-20T19:15:56.9265512Z [00:02:03.256]➜  			"metadatas/esa/DeleteHttpResponseHeaderModificationRule.json",
2025-08-20T19:15:56.9265960Z [00:02:03.256]➜  			"metadatas/esa/DeleteHttpsApplicationConfiguration.json",
2025-08-20T19:15:56.9266340Z [00:02:03.256]➜  			"metadatas/esa/DeleteHttpsBasicConfiguration.json",
2025-08-20T19:15:56.9266674Z [00:02:03.256]➜  			"metadatas/esa/DeleteImageTransform.json",
2025-08-20T19:15:56.9266945Z [00:02:03.256]➜  			"metadatas/esa/DeleteKv.json",
2025-08-20T19:15:56.9267360Z [00:02:03.256]➜  			"metadatas/esa/DeleteKvNamespace.json",
2025-08-20T19:15:56.9267642Z [00:02:03.256]➜  			"metadatas/esa/DeleteList.json",
2025-08-20T19:15:56.9267977Z [00:02:03.256]➜  			"metadatas/esa/DeleteLoadBalancer.json",
2025-08-20T19:15:56.9268342Z [00:02:03.256]➜  			"metadatas/esa/DeleteNetworkOptimization.json",
2025-08-20T19:15:56.9268700Z [00:02:03.256]➜  			"metadatas/esa/DeleteOriginCaCertificate.json",
2025-08-20T19:15:56.9269090Z [00:02:03.256]➜  			"metadatas/esa/DeleteOriginClientCertificate.json",
2025-08-20T19:15:56.9269403Z [00:02:03.256]➜  			"metadatas/esa/DeleteOriginPool.json",
2025-08-20T19:15:56.9269728Z [00:02:03.256]➜  			"metadatas/esa/DeleteOriginProtection.json",
2025-08-20T19:15:56.9270040Z [00:02:03.256]➜  			"metadatas/esa/DeleteOriginRule.json",
2025-08-20T19:15:56.9270316Z [00:02:03.256]➜  			"metadatas/esa/DeletePage.json",
2025-08-20T19:15:56.9270587Z [00:02:03.256]➜  			"metadatas/esa/DeleteRecord.json",
2025-08-20T19:15:56.9270903Z [00:02:03.256]➜  			"metadatas/esa/DeleteRedirectRule.json",
2025-08-20T19:15:56.9271217Z [00:02:03.256]➜  			"metadatas/esa/DeleteRewriteUrlRule.json",
2025-08-20T19:15:56.9271522Z [00:02:03.256]➜  			"metadatas/esa/DeleteRoutine.json",
2025-08-20T19:15:56.9271866Z [00:02:03.256]➜  			"metadatas/esa/DeleteRoutineCodeVersion.json",
2025-08-20T19:15:56.9272178Z [00:02:03.256]➜  			"metadatas/esa/DeleteRoutineRoute.json",
2025-08-20T19:15:56.9272744Z [00:02:03.256]➜  			"metadatas/esa/DeleteScheduledPreloadExecution.json",
2025-08-20T19:15:56.9273233Z [00:02:03.256]➜  			"metadatas/esa/DeleteScheduledPreloadJob.json",
2025-08-20T19:15:56.9273514Z [00:02:03.256]➜  			"metadatas/esa/DeleteSite.json",
2025-08-20T19:15:56.9273848Z [00:02:03.256]➜  			"metadatas/esa/DeleteSiteDeliveryTask.json",
2025-08-20T19:15:56.9274244Z [00:02:03.256]➜  			"metadatas/esa/DeleteSiteOriginClientCertificate.json",
2025-08-20T19:15:56.9274553Z [00:02:03.256]➜  			"metadatas/esa/DeleteUrlObservation.json",
2025-08-20T19:15:56.9274870Z [00:02:03.256]➜  			"metadatas/esa/DeleteUserDeliveryTask.json",
2025-08-20T19:15:56.9275182Z [00:02:03.256]➜  			"metadatas/esa/DeleteVideoProcessing.json",
2025-08-20T19:15:56.9275550Z [00:02:03.256]➜  			"metadatas/esa/DeleteWafRule.json",
2025-08-20T19:15:56.9275834Z [00:02:03.256]➜  			"metadatas/esa/DeleteWafRuleset.json",
2025-08-20T19:15:56.9276114Z [00:02:03.256]➜  			"metadatas/esa/DeleteWaitingRoom.json",
2025-08-20T19:15:56.9276429Z [00:02:03.256]➜  			"metadatas/esa/DeleteWaitingRoomEvent.json",
2025-08-20T19:15:56.9276767Z [00:02:03.256]➜  			"metadatas/esa/DeleteWaitingRoomRule.json",
2025-08-20T19:15:56.9277135Z [00:02:03.256]➜  			"metadatas/esa/DescribeCustomScenePolicies.json",
2025-08-20T19:15:56.9277463Z [00:02:03.256]➜  			"metadatas/esa/DescribeDDoSAllEventList.json",
2025-08-20T19:15:56.9277775Z [00:02:03.256]➜  			"metadatas/esa/DescribeDDoSBpsList.json",
2025-08-20T19:15:56.9278092Z [00:02:03.256]➜  			"metadatas/esa/DescribeDDoSL7QpsList.json",
2025-08-20T19:15:56.9278470Z [00:02:03.257]➜  			"metadatas/esa/DescribeEdgeContainerAppStats.json",
2025-08-20T19:15:56.9278946Z [00:02:03.257]➜  			"metadatas/esa/DescribeHttpDDoSAttackIntelligentProtection.json",
2025-08-20T19:15:56.9279331Z [00:02:03.257]➜  			"metadatas/esa/DescribeHttpDDoSAttackProtection.json",
2025-08-20T19:15:56.9279665Z [00:02:03.257]➜  			"metadatas/esa/DescribeKvAccountStatus.json",
2025-08-20T19:15:56.9279992Z [00:02:03.257]➜  			"metadatas/esa/DescribePreloadTasks.json",
2025-08-20T19:15:56.9280305Z [00:02:03.257]➜  			"metadatas/esa/DescribePurgeTasks.json",
2025-08-20T19:15:56.9280809Z [00:02:03.257]➜  			"metadatas/esa/DescribeRatePlanInstanceStatus.json",
2025-08-20T19:15:56.9281111Z [00:02:03.257]➜  			"metadatas/esa/DescribeSiteLogs.json",
2025-08-20T19:15:56.9281473Z [00:02:03.257]➜  			"metadatas/esa/DescribeSiteTimeSeriesData.json",
2025-08-20T19:15:56.9281785Z [00:02:03.257]➜  			"metadatas/esa/DescribeSiteTopData.json",
2025-08-20T19:15:56.9282148Z [00:02:03.257]➜  			"metadatas/esa/DescribeUrlObservationData.json",
2025-08-20T19:15:56.9282822Z [00:02:03.257]➜  			"metadatas/esa/DisableCustomScenePolicy.json",
2025-08-20T19:15:56.9283180Z [00:02:03.257]➜  			"metadatas/esa/EditSiteWafSettings.json",
2025-08-20T19:15:56.9283547Z [00:02:03.257]➜  			"metadatas/esa/EnableCustomScenePolicy.json",
2025-08-20T19:15:56.9283846Z [00:02:03.257]➜  			"metadatas/esa/ExportRecords.json",
2025-08-20T19:15:56.9284219Z [00:02:03.257]➜  			"metadatas/esa/GetCacheReserveSpecification.json",
2025-08-20T19:15:56.9284511Z [00:02:03.257]➜  			"metadatas/esa/GetCacheRule.json",
2025-08-20T19:15:56.9284794Z [00:02:03.257]➜  			"metadatas/esa/GetCacheTag.json",
2025-08-20T19:15:56.9285088Z [00:02:03.257]➜  			"metadatas/esa/GetCertificate.json",
2025-08-20T19:15:56.9285394Z [00:02:03.257]➜  			"metadatas/esa/GetCertificateQuota.json",
2025-08-20T19:15:56.9285726Z [00:02:03.257]➜  			"metadatas/esa/GetClientCaCertificate.json",
2025-08-20T19:15:56.9286044Z [00:02:03.257]➜  			"metadatas/esa/GetClientCertificate.json",
2025-08-20T19:15:56.9286440Z [00:02:03.257]➜  			"metadatas/esa/GetClientCertificateHostnames.json",
2025-08-20T19:15:56.9286745Z [00:02:03.257]➜  			"metadatas/esa/GetCnameFlattening.json",
2025-08-20T19:15:56.9287060Z [00:02:03.257]➜  			"metadatas/esa/GetCompressionRule.json",
2025-08-20T19:15:56.9287422Z [00:02:03.257]➜  			"metadatas/esa/GetCrossBorderOptimization.json",
2025-08-20T19:15:56.9287727Z [00:02:03.257]➜  			"metadatas/esa/GetDevelopmentMode.json",
2025-08-20T19:15:56.9288139Z [00:02:03.257]➜  			"metadatas/esa/GetEdgeContainerApp.json",
2025-08-20T19:15:56.9288521Z [00:02:03.257]➜  			"metadatas/esa/GetEdgeContainerAppLogRiver.json",
2025-08-20T19:15:56.9288957Z [00:02:03.257]➜  			"metadatas/esa/GetEdgeContainerAppResourceReserve.json",
2025-08-20T19:15:56.9289364Z [00:02:03.257]➜  			"metadatas/esa/GetEdgeContainerAppResourceStatus.json",
2025-08-20T19:15:56.9289713Z [00:02:03.257]➜  			"metadatas/esa/GetEdgeContainerAppStatus.json",
2025-08-20T19:15:56.9290077Z [00:02:03.257]➜  			"metadatas/esa/GetEdgeContainerAppVersion.json",
2025-08-20T19:15:56.9290461Z [00:02:03.257]➜  			"metadatas/esa/GetEdgeContainerDeployRegions.json",
2025-08-20T19:15:56.9290881Z [00:02:03.257]➜  			"metadatas/esa/GetEdgeContainerLogs.json",
2025-08-20T19:15:56.9291332Z [00:02:03.257]➜  			"metadatas/esa/GetEdgeContainerStagingDeployStatus.json",
2025-08-20T19:15:56.9291702Z [00:02:03.257]➜  			"metadatas/esa/GetEdgeContainerTerminal.json",
2025-08-20T19:15:56.9292005Z [00:02:03.257]➜  			"metadatas/esa/GetErService.json",
2025-08-20T19:15:56.9292666Z [00:02:03.257]➜  			"metadatas/esa/GetHttpRequestHeaderModificationRule.json",
2025-08-20T19:15:56.9293184Z [00:02:03.257]➜  			"metadatas/esa/GetHttpResponseHeaderModificationRule.json",
2025-08-20T19:15:56.9293623Z [00:02:03.257]➜  			"metadatas/esa/GetHttpsApplicationConfiguration.json",
2025-08-20T19:15:56.9294007Z [00:02:03.257]➜  			"metadatas/esa/GetHttpsBasicConfiguration.json",
2025-08-20T19:15:56.9294285Z [00:02:03.257]➜  			"metadatas/esa/GetIPv6.json",
2025-08-20T19:15:56.9294622Z [00:02:03.257]➜  			"metadatas/esa/GetImageTransform.json",
2025-08-20T19:15:56.9294884Z [00:02:03.257]➜  			"metadatas/esa/GetKv.json",
2025-08-20T19:15:56.9295192Z [00:02:03.257]➜  			"metadatas/esa/GetKvAccount.json",
2025-08-20T19:15:56.9295504Z [00:02:03.257]➜  			"metadatas/esa/GetKvNamespace.json",
2025-08-20T19:15:56.9295783Z [00:02:03.257]➜  			"metadatas/esa/GetList.json",
2025-08-20T19:15:56.9296089Z [00:02:03.257]➜  			"metadatas/esa/GetLoadBalancer.json",
2025-08-20T19:15:56.9296433Z [00:02:03.257]➜  			"metadatas/esa/GetManagedTransform.json",
2025-08-20T19:15:56.9296932Z [00:02:03.257]➜  			"metadatas/esa/GetNetworkOptimization.json",
2025-08-20T19:15:56.9297294Z [00:02:03.257]➜  			"metadatas/esa/GetOriginCaCertificate.json",
2025-08-20T19:15:56.9297668Z [00:02:03.257]➜  			"metadatas/esa/GetOriginClientCertificate.json",
2025-08-20T19:15:56.9298127Z [00:02:03.257]➜  			"metadatas/esa/GetOriginClientCertificateHostnames.json",
2025-08-20T19:15:56.9298562Z [00:02:03.257]➜  			"metadatas/esa/GetOriginPool.json",
2025-08-20T19:15:56.9298909Z [00:02:03.257]➜  			"metadatas/esa/GetOriginProtection.json",
2025-08-20T19:15:56.9299220Z [00:02:03.257]➜  			"metadatas/esa/GetOriginRule.json",
2025-08-20T19:15:56.9299526Z [00:02:03.257]➜  			"metadatas/esa/GetPage.json",
2025-08-20T19:15:56.9299846Z [00:02:03.257]➜  			"metadatas/esa/GetPurgeQuota.json",
2025-08-20T19:15:56.9300285Z [00:02:03.257]➜  			"metadatas/esa/GetRealtimeDeliveryField.json",
2025-08-20T19:15:56.9300588Z [00:02:03.257]➜  			"metadatas/esa/GetRecord.json",
2025-08-20T19:15:56.9300906Z [00:02:03.257]➜  			"metadatas/esa/GetRedirectRule.json",
2025-08-20T19:15:56.9301224Z [00:02:03.257]➜  			"metadatas/esa/GetRewriteUrlRule.json",
2025-08-20T19:15:56.9301525Z [00:02:03.257]➜  			"metadatas/esa/GetRoutine.json",
2025-08-20T19:15:56.9301837Z [00:02:03.257]➜  			"metadatas/esa/GetRoutineRoute.json",
2025-08-20T19:15:56.9302201Z [00:02:03.257]➜  			"metadatas/esa/GetScheduledPreloadJob.json",
2025-08-20T19:15:56.9302773Z [00:02:03.257]➜  			"metadatas/esa/GetSeoBypass.json",
2025-08-20T19:15:56.9303070Z [00:02:03.257]➜  			"metadatas/esa/GetSite.json",
2025-08-20T19:15:56.9303376Z [00:02:03.257]➜  			"metadatas/esa/GetSiteCurrentNS.json",
2025-08-20T19:15:56.9303678Z [00:02:03.257]➜  			"metadatas/esa/GetSiteCustomLog.json",
2025-08-20T19:15:56.9303991Z [00:02:03.257]➜  			"metadatas/esa/GetSiteDeliveryTask.json",
2025-08-20T19:15:56.9304340Z [00:02:03.257]➜  			"metadatas/esa/GetSiteLogDeliveryQuota.json",
2025-08-20T19:15:56.9304791Z [00:02:03.257]➜  			"metadatas/esa/GetSiteNameExclusive.json",
2025-08-20T19:15:56.9305215Z [00:02:03.257]➜  			"metadatas/esa/GetSiteOriginClientCertificate.json",
2025-08-20T19:15:56.9305508Z [00:02:03.257]➜  			"metadatas/esa/GetSitePause.json",
2025-08-20T19:15:56.9305816Z [00:02:03.257]➜  			"metadatas/esa/GetSiteWafSettings.json",
2025-08-20T19:15:56.9306109Z [00:02:03.257]➜  			"metadatas/esa/GetTieredCache.json",
2025-08-20T19:15:56.9306396Z [00:02:03.257]➜  			"metadatas/esa/GetUploadTask.json",
2025-08-20T19:15:56.9306725Z [00:02:03.257]➜  			"metadatas/esa/GetUserDeliveryTask.json",
2025-08-20T19:15:56.9307072Z [00:02:03.257]➜  			"metadatas/esa/GetUserLogDeliveryQuota.json",
2025-08-20T19:15:56.9307521Z [00:02:03.257]➜  			"metadatas/esa/GetVideoProcessing.json",
2025-08-20T19:15:56.9307826Z [00:02:03.257]➜  			"metadatas/esa/GetWafBotAppKey.json",
2025-08-20T19:15:56.9308121Z [00:02:03.257]➜  			"metadatas/esa/GetWafFilter.json",
2025-08-20T19:15:56.9308409Z [00:02:03.257]➜  			"metadatas/esa/GetWafQuota.json",
2025-08-20T19:15:56.9308712Z [00:02:03.257]➜  			"metadatas/esa/GetWafRule.json",
2025-08-20T19:15:56.9309001Z [00:02:03.257]➜  			"metadatas/esa/GetWafRuleset.json",
2025-08-20T19:15:56.9309366Z [00:02:03.257]➜  			"metadatas/esa/ListCacheReserveInstances.json",
2025-08-20T19:15:56.9309648Z [00:02:03.257]➜  			"metadatas/esa/ListCacheRules.json",
2025-08-20T19:15:56.9309946Z [00:02:03.257]➜  			"metadatas/esa/ListCertificates.json",
2025-08-20T19:15:56.9310311Z [00:02:03.257]➜  			"metadatas/esa/ListCertificatesByRecord.json",
2025-08-20T19:15:56.9310603Z [00:02:03.257]➜  			"metadatas/esa/ListCiphers.json",
2025-08-20T19:15:56.9310954Z [00:02:03.257]➜  			"metadatas/esa/ListClientCaCertificates.json",
2025-08-20T19:15:56.9311300Z [00:02:03.257]➜  			"metadatas/esa/ListClientCertificates.json",
2025-08-20T19:15:56.9311626Z [00:02:03.257]➜  			"metadatas/esa/ListCompressionRules.json",
2025-08-20T19:15:56.9311928Z [00:02:03.257]➜  			"metadatas/esa/ListESAIPInfo.json",
2025-08-20T19:15:56.9312646Z [00:02:03.257]➜  			"metadatas/esa/ListEdgeContainerAppRecords.json",
2025-08-20T19:15:56.9313068Z [00:02:03.257]➜  			"metadatas/esa/ListEdgeContainerAppVersions.json",
2025-08-20T19:15:56.9313413Z [00:02:03.257]➜  			"metadatas/esa/ListEdgeContainerApps.json",
2025-08-20T19:15:56.9313774Z [00:02:03.257]➜  			"metadatas/esa/ListEdgeContainerRecords.json",
2025-08-20T19:15:56.9314069Z [00:02:03.257]➜  			"metadatas/esa/ListEdgeRoutinePlans.json",
2025-08-20T19:15:56.9314516Z [00:02:03.257]➜  			"metadatas/esa/ListEdgeRoutineRecords.json",
2025-08-20T19:15:56.9315007Z [00:02:03.257]➜  			"metadatas/esa/ListHttpRequestHeaderModificationRules.json",
2025-08-20T19:15:56.9315518Z [00:02:03.257]➜  			"metadatas/esa/ListHttpResponseHeaderModificationRules.json",
2025-08-20T19:15:56.9315964Z [00:02:03.257]➜  			"metadatas/esa/ListHttpsApplicationConfigurations.json",
2025-08-20T19:15:56.9316325Z [00:02:03.257]➜  			"metadatas/esa/ListHttpsBasicConfigurations.json",
2025-08-20T19:15:56.9316661Z [00:02:03.257]➜  			"metadatas/esa/ListImageTransforms.json",
2025-08-20T19:15:56.9316997Z [00:02:03.257]➜  			"metadatas/esa/ListInstanceQuotas.json",
2025-08-20T19:15:56.9317374Z [00:02:03.257]➜  			"metadatas/esa/ListInstanceQuotasWithUsage.json",
2025-08-20T19:15:56.9317653Z [00:02:03.257]➜  			"metadatas/esa/ListKvs.json",
2025-08-20T19:15:56.9317932Z [00:02:03.257]➜  			"metadatas/esa/ListLists.json",
2025-08-20T19:15:56.9318320Z [00:02:03.257]➜  			"metadatas/esa/ListLoadBalancerOriginStatus.json",
2025-08-20T19:15:56.9318676Z [00:02:03.257]➜  			"metadatas/esa/ListLoadBalancerRegions.json",
2025-08-20T19:15:56.9318997Z [00:02:03.257]➜  			"metadatas/esa/ListLoadBalancers.json",
2025-08-20T19:15:56.9319343Z [00:02:03.257]➜  			"metadatas/esa/ListManagedRulesGroups.json",
2025-08-20T19:15:56.9319711Z [00:02:03.257]➜  			"metadatas/esa/ListNetworkOptimizations.json",
2025-08-20T19:15:56.9320066Z [00:02:03.257]➜  			"metadatas/esa/ListOriginCaCertificates.json",
2025-08-20T19:15:56.9320563Z [00:02:03.257]➜  			"metadatas/esa/ListOriginClientCertificates.json",
2025-08-20T19:15:56.9320884Z [00:02:03.257]➜  			"metadatas/esa/ListOriginPools.json",
2025-08-20T19:15:56.9321192Z [00:02:03.257]➜  			"metadatas/esa/ListOriginRules.json",
2025-08-20T19:15:56.9321470Z [00:02:03.257]➜  			"metadatas/esa/ListPages.json",
2025-08-20T19:15:56.9321762Z [00:02:03.257]➜  			"metadatas/esa/ListRecords.json",
2025-08-20T19:15:56.9322073Z [00:02:03.257]➜  			"metadatas/esa/ListRedirectRules.json",
2025-08-20T19:15:56.9322598Z [00:02:03.257]➜  			"metadatas/esa/ListRewriteUrlRules.json",
2025-08-20T19:15:56.9322976Z [00:02:03.257]➜  			"metadatas/esa/ListRoutineCodeVersions.json",
2025-08-20T19:15:56.9323478Z [00:02:03.257]➜  			"metadatas/esa/ListRoutineRelatedRecords.json",
2025-08-20T19:15:56.9323797Z [00:02:03.257]➜  			"metadatas/esa/ListRoutineRoutes.json",
2025-08-20T19:15:56.9324183Z [00:02:03.257]➜  			"metadatas/esa/ListScheduledPreloadExecutions.json",
2025-08-20T19:15:56.9324547Z [00:02:03.257]➜  			"metadatas/esa/ListScheduledPreloadJobs.json",
2025-08-20T19:15:56.9324893Z [00:02:03.257]➜  			"metadatas/esa/ListSiteDeliveryTasks.json",
2025-08-20T19:15:56.9325202Z [00:02:03.257]➜  			"metadatas/esa/ListSiteRoutes.json",
2025-08-20T19:15:56.9325471Z [00:02:03.257]➜  			"metadatas/esa/ListSites.json",
2025-08-20T19:15:56.9325777Z [00:02:03.257]➜  			"metadatas/esa/ListTagResources.json",
2025-08-20T19:15:56.9326081Z [00:02:03.257]➜  			"metadatas/esa/ListUploadTasks.json",
2025-08-20T19:15:56.9326420Z [00:02:03.257]➜  			"metadatas/esa/ListUrlObservations.json",
2025-08-20T19:15:56.9326750Z [00:02:03.257]➜  			"metadatas/esa/ListUserDeliveryTasks.json",
2025-08-20T19:15:56.9327130Z [00:02:03.257]➜  			"metadatas/esa/ListUserRatePlanInstances.json",
2025-08-20T19:15:56.9327434Z [00:02:03.257]➜  			"metadatas/esa/ListUserRoutines.json",
2025-08-20T19:15:56.9327763Z [00:02:03.257]➜  			"metadatas/esa/ListVideoProcessings.json",
2025-08-20T19:15:56.9328083Z [00:02:03.257]➜  			"metadatas/esa/ListWafManagedRules.json",
2025-08-20T19:15:56.9328403Z [00:02:03.257]➜  			"metadatas/esa/ListWafPhases.json",
2025-08-20T19:15:56.9328831Z [00:02:03.257]➜  			"metadatas/esa/ListWafRules.json",
2025-08-20T19:15:56.9329151Z [00:02:03.257]➜  			"metadatas/esa/ListWafRulesets.json",
2025-08-20T19:15:56.9329481Z [00:02:03.257]➜  			"metadatas/esa/ListWafTemplateRules.json",
2025-08-20T19:15:56.9329807Z [00:02:03.257]➜  			"metadatas/esa/ListWafUsageOfRules.json",
2025-08-20T19:15:56.9330136Z [00:02:03.257]➜  			"metadatas/esa/ListWaitingRoomEvents.json",
2025-08-20T19:15:56.9330603Z [00:02:03.257]➜  			"metadatas/esa/ListWaitingRoomRules.json",
2025-08-20T19:15:56.9330924Z [00:02:03.257]➜  			"metadatas/esa/ListWaitingRooms.json",
2025-08-20T19:15:56.9331244Z [00:02:03.257]➜  			"metadatas/esa/OpenErService.json",
2025-08-20T19:15:56.9331539Z [00:02:03.257]➜  			"metadatas/esa/PreloadCaches.json",
2025-08-20T19:15:56.9331957Z [00:02:03.257]➜  			"metadatas/esa/PublishEdgeContainerAppVersion.json",
2025-08-20T19:15:56.9332301Z [00:02:03.257]➜  			"metadatas/esa/PurchaseCacheReserve.json",
2025-08-20T19:15:56.9332880Z [00:02:03.257]➜  			"metadatas/esa/PurchaseRatePlan.json",
2025-08-20T19:15:56.9333195Z [00:02:03.257]➜  			"metadatas/esa/PurgeCaches.json",
2025-08-20T19:15:56.9333486Z [00:02:03.257]➜  			"metadatas/esa/PutKv.json",
2025-08-20T19:15:56.9333840Z [00:02:03.257]➜  			"metadatas/esa/PutKvWithHighCapacity.json",
2025-08-20T19:15:56.9334291Z [00:02:03.257]➜  			"metadatas/esa/RebuildEdgeContainerAppStagingEnv.json",
2025-08-20T19:15:56.9334681Z [00:02:03.257]➜  			"metadatas/esa/ResetScheduledPreloadJob.json",
2025-08-20T19:15:56.9335051Z [00:02:03.257]➜  			"metadatas/esa/RevokeClientCertificate.json",
2025-08-20T19:15:56.9335462Z [00:02:03.257]➜  			"metadatas/esa/RollbackEdgeContainerAppVersion.json",
2025-08-20T19:15:56.9335773Z [00:02:03.257]➜  			"metadatas/esa/SetCertificate.json",
2025-08-20T19:15:56.9336170Z [00:02:03.257]➜  			"metadatas/esa/SetClientCertificateHostnames.json",
2025-08-20T19:15:56.9336810Z [00:02:03.257]➜  			"metadatas/esa/SetHttpDDoSAttackIntelligentProtection.json",
2025-08-20T19:15:56.9337234Z [00:02:03.257]➜  			"metadatas/esa/SetHttpDDoSAttackProtection.json",
2025-08-20T19:15:56.9337692Z [00:02:03.257]➜  			"metadatas/esa/SetOriginClientCertificateHostnames.json",
2025-08-20T19:15:56.9338096Z [00:02:03.257]➜  			"metadatas/esa/StartScheduledPreloadExecution.json",
2025-08-20T19:15:56.9338492Z [00:02:03.257]➜  			"metadatas/esa/StopScheduledPreloadExecution.json",
2025-08-20T19:15:56.9338805Z [00:02:03.257]➜  			"metadatas/esa/TagResources.json",
2025-08-20T19:15:56.9339111Z [00:02:03.257]➜  			"metadatas/esa/UntagResources.json",
2025-08-20T19:15:56.9339500Z [00:02:03.257]➜  			"metadatas/esa/UpdateCacheReserveSpec.json",
2025-08-20T19:15:56.9339956Z [00:02:03.257]➜  			"metadatas/esa/UpdateCacheRule.json",
2025-08-20T19:15:56.9340261Z [00:02:03.257]➜  			"metadatas/esa/UpdateCacheTag.json",
2025-08-20T19:15:56.9340599Z [00:02:03.257]➜  			"metadatas/esa/UpdateCnameFlattening.json",
2025-08-20T19:15:56.9340956Z [00:02:03.257]➜  			"metadatas/esa/UpdateCompressionRule.json",
2025-08-20T19:15:56.9341368Z [00:02:03.257]➜  			"metadatas/esa/UpdateCrossBorderOptimization.json",
2025-08-20T19:15:56.9341733Z [00:02:03.257]➜  			"metadatas/esa/UpdateCustomScenePolicy.json",
2025-08-20T19:15:56.9342079Z [00:02:03.257]➜  			"metadatas/esa/UpdateDevelopmentMode.json",
2025-08-20T19:15:56.9342724Z [00:02:03.258]➜  			"metadatas/esa/UpdateEdgeContainerAppLogRiver.json",
2025-08-20T19:15:56.9343246Z [00:02:03.258]➜  			"metadatas/esa/UpdateEdgeContainerAppResourceReserve.json",
2025-08-20T19:15:56.9343738Z [00:02:03.258]➜  			"metadatas/esa/UpdateHttpRequestHeaderModificationRule.json",
2025-08-20T19:15:56.9344247Z [00:02:03.258]➜  			"metadatas/esa/UpdateHttpResponseHeaderModificationRule.json",
2025-08-20T19:15:56.9344708Z [00:02:03.258]➜  			"metadatas/esa/UpdateHttpsApplicationConfiguration.json",
2025-08-20T19:15:56.9345100Z [00:02:03.258]➜  			"metadatas/esa/UpdateHttpsBasicConfiguration.json",
2025-08-20T19:15:56.9345411Z [00:02:03.258]➜  			"metadatas/esa/UpdateIPv6.json",
2025-08-20T19:15:56.9345896Z [00:02:03.258]➜  			"metadatas/esa/UpdateImageTransform.json",
2025-08-20T19:15:56.9346193Z [00:02:03.258]➜  			"metadatas/esa/UpdateList.json",
2025-08-20T19:15:56.9346515Z [00:02:03.258]➜  			"metadatas/esa/UpdateLoadBalancer.json",
2025-08-20T19:15:56.9346870Z [00:02:03.258]➜  			"metadatas/esa/UpdateManagedTransform.json",
2025-08-20T19:15:56.9347245Z [00:02:03.258]➜  			"metadatas/esa/UpdateNetworkOptimization.json",
2025-08-20T19:15:56.9347692Z [00:02:03.258]➜  			"metadatas/esa/UpdateOriginPool.json",
2025-08-20T19:15:56.9348064Z [00:02:03.258]➜  			"metadatas/esa/UpdateOriginProtection.json",
2025-08-20T19:15:56.9348522Z [00:02:03.258]➜  			"metadatas/esa/UpdateOriginProtectionIpWhiteList.json",
2025-08-20T19:15:56.9348840Z [00:02:03.258]➜  			"metadatas/esa/UpdateOriginRule.json",
2025-08-20T19:15:56.9349128Z [00:02:03.258]➜  			"metadatas/esa/UpdatePage.json",
2025-08-20T19:15:56.9349445Z [00:02:03.258]➜  			"metadatas/esa/UpdateRatePlanSpec.json",
2025-08-20T19:15:56.9349878Z [00:02:03.258]➜  			"metadatas/esa/UpdateRecord.json",
2025-08-20T19:15:56.9350217Z [00:02:03.258]➜  			"metadatas/esa/UpdateRedirectRule.json",
2025-08-20T19:15:56.9350566Z [00:02:03.258]➜  			"metadatas/esa/UpdateRewriteUrlRule.json",
2025-08-20T19:15:56.9350880Z [00:02:03.258]➜  			"metadatas/esa/UpdateRoutineRoute.json",
2025-08-20T19:15:56.9351306Z [00:02:03.258]➜  			"metadatas/esa/UpdateScheduledPreloadExecution.json",
2025-08-20T19:15:56.9351636Z [00:02:03.258]➜  			"metadatas/esa/UpdateSeoBypass.json",
2025-08-20T19:15:56.9351948Z [00:02:03.258]➜  			"metadatas/esa/UpdateSiteAccessType.json",
2025-08-20T19:15:56.9352267Z [00:02:03.258]➜  			"metadatas/esa/UpdateSiteCoverage.json",
2025-08-20T19:15:56.9353121Z [00:02:03.258]➜  			"metadatas/esa/UpdateSiteCustomLog.json",
2025-08-20T19:15:56.9353791Z [00:02:03.258]➜  			"metadatas/esa/UpdateSiteDeliveryTask.json",
2025-08-20T19:15:56.9354482Z [00:02:03.258]➜  			"metadatas/esa/UpdateSiteDeliveryTaskStatus.json",
2025-08-20T19:15:56.9355191Z [00:02:03.258]➜  			"metadatas/esa/UpdateSiteNameExclusive.json",
2025-08-20T19:15:56.9355918Z [00:02:03.258]➜  			"metadatas/esa/UpdateSitePause.json",
2025-08-20T19:15:56.9356611Z [00:02:03.258]➜  			"metadatas/esa/UpdateSiteVanityNS.json",
2025-08-20T19:15:56.9357311Z [00:02:03.258]➜  			"metadatas/esa/UpdateTieredCache.json",
2025-08-20T19:15:56.9358016Z [00:02:03.258]➜  			"metadatas/esa/UpdateUrlObservation.json",
2025-08-20T19:15:56.9358778Z [00:02:03.258]➜  			"metadatas/esa/UpdateUserDeliveryTask.json",
2025-08-20T19:15:56.9359577Z [00:02:03.258]➜  			"metadatas/esa/UpdateUserDeliveryTaskStatus.json",
2025-08-20T19:15:56.9360576Z [00:02:03.258]➜  			"metadatas/esa/UpdateVideoProcessing.json",
2025-08-20T19:15:56.9361287Z [00:02:03.258]➜  			"metadatas/esa/UpdateWafRule.json",
2025-08-20T19:15:56.9361925Z [00:02:03.258]➜  			"metadatas/esa/UpdateWafRuleset.json",
2025-08-20T19:15:56.9362841Z [00:02:03.258]➜  			"metadatas/esa/UpdateWaitingRoom.json",
2025-08-20T19:15:56.9363670Z [00:02:03.258]➜  			"metadatas/esa/UpdateWaitingRoomEvent.json",
2025-08-20T19:15:56.9364436Z [00:02:03.258]➜  			"metadatas/esa/UpdateWaitingRoomRule.json",
2025-08-20T19:15:56.9365230Z [00:02:03.258]➜  			"metadatas/esa/UploadClientCaCertificate.json",
2025-08-20T19:15:56.9365941Z [00:02:03.258]➜  			"metadatas/esa/UploadFile.json",
2025-08-20T19:15:56.9366680Z [00:02:03.258]➜  			"metadatas/esa/UploadOriginCaCertificate.json",
2025-08-20T19:15:56.9367519Z [00:02:03.258]➜  			"metadatas/esa/UploadOriginClientCertificate.json",
2025-08-20T19:15:56.9368404Z [00:02:03.258]➜  			"metadatas/esa/UploadSiteOriginClientCertificate.json",
2025-08-20T19:15:56.9369164Z [00:02:03.258]➜  			"metadatas/esa/VerifySite.json",
2025-08-20T19:15:56.9369944Z [00:02:03.258]➜  			"metadatas/ess/AttachAlbServerGroups.json",
2025-08-20T19:15:56.9370687Z [00:02:03.258]➜  			"metadatas/ess/AttachDBInstances.json",
2025-08-20T19:15:56.9371388Z [00:02:03.258]➜  			"metadatas/ess/AttachInstances.json",
2025-08-20T19:15:56.9372604Z [00:02:03.258]➜  			"metadatas/ess/AttachLoadBalancers.json",
2025-08-20T19:15:56.9373339Z [00:02:03.258]➜  			"metadatas/ess/AttachServerGroups.json",
2025-08-20T19:15:56.9374007Z [00:02:03.258]➜  			"metadatas/ess/AttachVServerGroups.json",
2025-08-20T19:15:56.9374667Z [00:02:03.258]➜  			"metadatas/ess/ChangeResourceGroup.json",
2025-08-20T19:15:56.9375412Z [00:02:03.258]➜  			"metadatas/ess/CompleteLifecycleAction.json",
2025-08-20T19:15:56.9376124Z [00:02:03.258]➜  			"metadatas/ess/CreateAlarm.json",
2025-08-20T19:15:56.9377016Z [00:02:03.258]➜  			"metadatas/ess/CreateEciScalingConfiguration.json",
2025-08-20T19:15:56.9377825Z [00:02:03.258]➜  			"metadatas/ess/CreateLifecycleHook.json",
2025-08-20T19:15:56.9378641Z [00:02:03.258]➜  			"metadatas/ess/CreateNotificationConfiguration.json",
2025-08-20T19:15:56.9379495Z [00:02:03.258]➜  			"metadatas/ess/CreateScalingConfiguration.json",
2025-08-20T19:15:56.9380252Z [00:02:03.258]➜  			"metadatas/ess/CreateScalingGroup.json",
2025-08-20T19:15:56.9381070Z [00:02:03.258]➜  			"metadatas/ess/CreateScalingRule.json",
2025-08-20T19:15:56.9381764Z [00:02:03.258]➜  			"metadatas/ess/CreateScheduledTask.json",
2025-08-20T19:15:56.9382763Z [00:02:03.258]➜  			"metadatas/ess/DeactivateScalingConfiguration.json",
2025-08-20T19:15:56.9383540Z [00:02:03.258]➜  			"metadatas/ess/DeleteAlarm.json",
2025-08-20T19:15:56.9384295Z [00:02:03.258]➜  			"metadatas/ess/DeleteEciScalingConfiguration.json",
2025-08-20T19:15:56.9385087Z [00:02:03.258]➜  			"metadatas/ess/DeleteLifecycleHook.json",
2025-08-20T19:15:56.9385893Z [00:02:03.258]➜  			"metadatas/ess/DeleteNotificationConfiguration.json",
2025-08-20T19:15:56.9386737Z [00:02:03.258]➜  			"metadatas/ess/DeleteScalingConfiguration.json",
2025-08-20T19:15:56.9387509Z [00:02:03.258]➜  			"metadatas/ess/DeleteScalingGroup.json",
2025-08-20T19:15:56.9388213Z [00:02:03.258]➜  			"metadatas/ess/DeleteScalingRule.json",
2025-08-20T19:15:56.9388912Z [00:02:03.258]➜  			"metadatas/ess/DeleteScheduledTask.json",
2025-08-20T19:15:56.9389601Z [00:02:03.258]➜  			"metadatas/ess/DescribeAlarms.json",
2025-08-20T19:15:56.9390384Z [00:02:03.258]➜  			"metadatas/ess/DescribeEciScalingConfigurations.json",
2025-08-20T19:15:56.9391197Z [00:02:03.258]➜  			"metadatas/ess/DescribeElasticStrength.json",
2025-08-20T19:15:56.9391977Z [00:02:03.258]➜  			"metadatas/ess/DescribeLifecycleActions.json",
2025-08-20T19:15:56.9392790Z [00:02:03.258]➜  			"metadatas/ess/DescribeLifecycleHooks.json",
2025-08-20T19:15:56.9393502Z [00:02:03.258]➜  			"metadatas/ess/DescribeLimitation.json",
2025-08-20T19:15:56.9394336Z [00:02:03.258]➜  			"metadatas/ess/DescribeNotificationConfigurations.json",
2025-08-20T19:15:56.9395368Z [00:02:03.258]➜  			"metadatas/ess/DescribeNotificationTypes.json",
2025-08-20T19:15:56.9396134Z [00:02:03.258]➜  			"metadatas/ess/DescribePatternTypes.json",
2025-08-20T19:15:56.9396774Z [00:02:03.258]➜  			"metadatas/ess/DescribeRegions.json",
2025-08-20T19:15:56.9397468Z [00:02:03.258]➜  			"metadatas/ess/DescribeScalingActivities.json",
2025-08-20T19:15:56.9398279Z [00:02:03.258]➜  			"metadatas/ess/DescribeScalingActivityDetail.json",
2025-08-20T19:15:56.9399122Z [00:02:03.258]➜  			"metadatas/ess/DescribeScalingConfigurations.json",
2025-08-20T19:15:56.9399875Z [00:02:03.258]➜  			"metadatas/ess/DescribeScalingGroups.json",
2025-08-20T19:15:56.9400696Z [00:02:03.258]➜  			"metadatas/ess/DescribeScalingInstances.json",
2025-08-20T19:15:56.9401436Z [00:02:03.258]➜  			"metadatas/ess/DescribeScalingRules.json",
2025-08-20T19:15:56.9402179Z [00:02:03.258]➜  			"metadatas/ess/DescribeScheduledTasks.json",
2025-08-20T19:15:56.9403195Z [00:02:03.258]➜  			"metadatas/ess/DetachAlbServerGroups.json",
2025-08-20T19:15:56.9403911Z [00:02:03.258]➜  			"metadatas/ess/DetachDBInstances.json",
2025-08-20T19:15:56.9404578Z [00:02:03.258]➜  			"metadatas/ess/DetachInstances.json",
2025-08-20T19:15:56.9405289Z [00:02:03.258]➜  			"metadatas/ess/DetachLoadBalancers.json",
2025-08-20T19:15:56.9406016Z [00:02:03.258]➜  			"metadatas/ess/DetachServerGroups.json",
2025-08-20T19:15:56.9406938Z [00:02:03.258]➜  			"metadatas/ess/DetachVServerGroups.json",
2025-08-20T19:15:56.9407640Z [00:02:03.258]➜  			"metadatas/ess/DisableAlarm.json",
2025-08-20T19:15:56.9408370Z [00:02:03.258]➜  			"metadatas/ess/DisableScalingGroup.json",
2025-08-20T19:15:56.9409060Z [00:02:03.258]➜  			"metadatas/ess/EnableAlarm.json",
2025-08-20T19:15:56.9409757Z [00:02:03.258]➜  			"metadatas/ess/EnableScalingGroup.json",
2025-08-20T19:15:56.9410541Z [00:02:03.258]➜  			"metadatas/ess/EnterStandby.json",
2025-08-20T19:15:56.9411272Z [00:02:03.258]➜  			"metadatas/ess/ExecuteScalingRule.json",
2025-08-20T19:15:56.9411956Z [00:02:03.258]➜  			"metadatas/ess/ExitStandby.json",
2025-08-20T19:15:56.9412913Z [00:02:03.258]➜  			"metadatas/ess/ListTagKeys.json",
2025-08-20T19:15:56.9413605Z [00:02:03.258]➜  			"metadatas/ess/ListTagResources.json",
2025-08-20T19:15:56.9414281Z [00:02:03.258]➜  			"metadatas/ess/ListTagValues.json",
2025-08-20T19:15:56.9414908Z [00:02:03.258]➜  			"metadatas/ess/ModifyAlarm.json",
2025-08-20T19:15:56.9415794Z [00:02:03.258]➜  			"metadatas/ess/ModifyEciScalingConfiguration.json",
2025-08-20T19:15:56.9416631Z [00:02:03.258]➜  			"metadatas/ess/ModifyInstanceAttribute.json",
2025-08-20T19:15:56.9417374Z [00:02:03.258]➜  			"metadatas/ess/ModifyLifecycleHook.json",
2025-08-20T19:15:56.9418176Z [00:02:03.258]➜  			"metadatas/ess/ModifyNotificationConfiguration.json",
2025-08-20T19:15:56.9418991Z [00:02:03.258]➜  			"metadatas/ess/ModifyScalingConfiguration.json",
2025-08-20T19:15:56.9419731Z [00:02:03.258]➜  			"metadatas/ess/ModifyScalingGroup.json",
2025-08-20T19:15:56.9420395Z [00:02:03.258]➜  			"metadatas/ess/ModifyScalingRule.json",
2025-08-20T19:15:56.9421117Z [00:02:03.258]➜  			"metadatas/ess/ModifyScheduledTask.json",
2025-08-20T19:15:56.9421829Z [00:02:03.258]➜  			"metadatas/ess/RebalanceInstances.json",
2025-08-20T19:15:56.9422801Z [00:02:03.258]➜  			"metadatas/ess/RecordLifecycleActionHeartbeat.json",
2025-08-20T19:15:56.9423596Z [00:02:03.258]➜  			"metadatas/ess/RemoveInstances.json",
2025-08-20T19:15:56.9424278Z [00:02:03.258]➜  			"metadatas/ess/ResumeProcesses.json",
2025-08-20T19:15:56.9424946Z [00:02:03.258]➜  			"metadatas/ess/ScaleWithAdjustment.json",
2025-08-20T19:15:56.9425691Z [00:02:03.258]➜  			"metadatas/ess/SetGroupDeletionProtection.json",
2025-08-20T19:15:56.9426454Z [00:02:03.258]➜  			"metadatas/ess/SetInstanceHealth.json",
2025-08-20T19:15:56.9427202Z [00:02:03.258]➜  			"metadatas/ess/SetInstancesProtection.json",
2025-08-20T19:15:56.9427945Z [00:02:03.258]➜  			"metadatas/ess/SuspendProcesses.json",
2025-08-20T19:15:56.9428600Z [00:02:03.258]➜  			"metadatas/ess/TagResources.json",
2025-08-20T19:15:56.9429458Z [00:02:03.258]➜  			"metadatas/ess/UntagResources.json",
2025-08-20T19:15:56.9430132Z [00:02:03.258]➜  			"metadatas/ess/VerifyAuthentication.json",
2025-08-20T19:15:56.9430807Z [00:02:03.258]➜  			"metadatas/ess/VerifyUser.json",
2025-08-20T19:15:56.9431644Z [00:02:03.258]➜  			"metadatas/eventbridge/CheckServiceLinkedRoleForProduct.json",
2025-08-20T19:15:56.9432970Z [00:02:03.258]➜  			"metadatas/eventbridge/CreateApiDestination.json",
2025-08-20T19:15:56.9433777Z [00:02:03.258]➜  			"metadatas/eventbridge/CreateConnection.json",
2025-08-20T19:15:56.9434545Z [00:02:03.258]➜  			"metadatas/eventbridge/CreateEventBus.json",
2025-08-20T19:15:56.9435295Z [00:02:03.258]➜  			"metadatas/eventbridge/CreateEventSource.json",
2025-08-20T19:15:56.9436065Z [00:02:03.258]➜  			"metadatas/eventbridge/CreateEventStreaming.json",
2025-08-20T19:15:56.9436827Z [00:02:03.258]➜  			"metadatas/eventbridge/CreateRule.json",
2025-08-20T19:15:56.9437665Z [00:02:03.258]➜  			"metadatas/eventbridge/CreateServiceLinkedRoleForProduct.json",
2025-08-20T19:15:56.9438591Z [00:02:03.258]➜  			"metadatas/eventbridge/DeleteApiDestination.json",
2025-08-20T19:15:56.9439346Z [00:02:03.258]➜  			"metadatas/eventbridge/DeleteConnection.json",
2025-08-20T19:15:56.9440095Z [00:02:03.258]➜  			"metadatas/eventbridge/DeleteEventBus.json",
2025-08-20T19:15:56.9440828Z [00:02:03.258]➜  			"metadatas/eventbridge/DeleteEventSource.json",
2025-08-20T19:15:56.9441631Z [00:02:03.258]➜  			"metadatas/eventbridge/DeleteEventStreaming.json",
2025-08-20T19:15:56.9442314Z [00:02:03.258]➜  			"metadatas/eventbridge/DeleteRule.json",
2025-08-20T19:15:56.9443267Z [00:02:03.258]➜  			"metadatas/eventbridge/DeleteTargets.json",
2025-08-20T19:15:56.9444007Z [00:02:03.258]➜  			"metadatas/eventbridge/DisableRule.json",
2025-08-20T19:15:56.9444917Z [00:02:03.258]➜  			"metadatas/eventbridge/DiscoverEventSource.json",
2025-08-20T19:15:56.9445677Z [00:02:03.258]➜  			"metadatas/eventbridge/EnableRule.json",
2025-08-20T19:15:56.9446479Z [00:02:03.258]➜  			"metadatas/eventbridge/EventCenterQueryEvents.json",
2025-08-20T19:15:56.9447333Z [00:02:03.258]➜  			"metadatas/eventbridge/GetApiDestination.json",
2025-08-20T19:15:56.9448098Z [00:02:03.258]➜  			"metadatas/eventbridge/GetConnection.json",
2025-08-20T19:15:56.9448824Z [00:02:03.258]➜  			"metadatas/eventbridge/GetEventBus.json",
2025-08-20T19:15:56.9449701Z [00:02:03.258]➜  			"metadatas/eventbridge/GetEventStreaming.json",
2025-08-20T19:15:56.9450466Z [00:02:03.258]➜  			"metadatas/eventbridge/GetRule.json",
2025-08-20T19:15:56.9451305Z [00:02:03.258]➜  			"metadatas/eventbridge/ListAliyunOfficialEventSources.json",
2025-08-20T19:15:56.9452206Z [00:02:03.258]➜  			"metadatas/eventbridge/ListApiDestinations.json",
2025-08-20T19:15:56.9453169Z [00:02:03.258]➜  			"metadatas/eventbridge/ListConnections.json",
2025-08-20T19:15:56.9453920Z [00:02:03.258]➜  			"metadatas/eventbridge/ListEventBuses.json",
2025-08-20T19:15:56.9454694Z [00:02:03.258]➜  			"metadatas/eventbridge/ListEventStreamings.json",
2025-08-20T19:15:56.9455468Z [00:02:03.258]➜  			"metadatas/eventbridge/ListRules.json",
2025-08-20T19:15:56.9456161Z [00:02:03.258]➜  			"metadatas/eventbridge/ListTargets.json",
2025-08-20T19:15:56.9456984Z [00:02:03.258]➜  			"metadatas/eventbridge/ListUserDefinedEventSources.json",
2025-08-20T19:15:56.9457839Z [00:02:03.258]➜  			"metadatas/eventbridge/PauseEventStreaming.json",
2025-08-20T19:15:56.9458614Z [00:02:03.258]➜  			"metadatas/eventbridge/PutTargets.json",
2025-08-20T19:15:56.9459322Z [00:02:03.258]➜  			"metadatas/eventbridge/QueryEvent.json",
2025-08-20T19:15:56.9460072Z [00:02:03.258]➜  			"metadatas/eventbridge/QueryEventTraces.json",
2025-08-20T19:15:56.9460867Z [00:02:03.258]➜  			"metadatas/eventbridge/QueryTracedEventByEventId.json",
2025-08-20T19:15:56.9461684Z [00:02:03.258]➜  			"metadatas/eventbridge/QueryTracedEvents.json",
2025-08-20T19:15:56.9462674Z [00:02:03.258]➜  			"metadatas/eventbridge/StartEventStreaming.json",
2025-08-20T19:15:56.9463497Z [00:02:03.258]➜  			"metadatas/eventbridge/TestEventPattern.json",
2025-08-20T19:15:56.9464502Z [00:02:03.258]➜  			"metadatas/eventbridge/TestEventSourceConfig.json",
2025-08-20T19:15:56.9465323Z [00:02:03.258]➜  			"metadatas/eventbridge/UpdateApiDestination.json",
2025-08-20T19:15:56.9466096Z [00:02:03.258]➜  			"metadatas/eventbridge/UpdateConnection.json",
2025-08-20T19:15:56.9466862Z [00:02:03.258]➜  			"metadatas/eventbridge/UpdateEventBus.json",
2025-08-20T19:15:56.9467852Z [00:02:03.258]➜  			"metadatas/eventbridge/UpdateEventSource.json",
2025-08-20T19:15:56.9468676Z [00:02:03.258]➜  			"metadatas/eventbridge/UpdateEventStreaming.json",
2025-08-20T19:15:56.9469609Z [00:02:03.258]➜  			"metadatas/eventbridge/UpdateEventStreamingBusinessOption.json",
2025-08-20T19:15:56.9470515Z [00:02:03.258]➜  			"metadatas/eventbridge/UpdateRule.json",
2025-08-20T19:15:56.9471320Z [00:02:03.258]➜  			"metadatas/expressconnectrouter/ActivateFlowLog.json",
2025-08-20T19:15:56.9472374Z [00:02:03.258]➜  			"metadatas/expressconnectrouter/AttachExpressConnectRouterChildInstance.json",
2025-08-20T19:15:56.9473687Z [00:02:03.258]➜  			"metadatas/expressconnectrouter/CheckAddRegionToExpressConnectRouter.json",
2025-08-20T19:15:56.9474635Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/CreateExpressConnectRouter.json",
2025-08-20T19:15:56.9475629Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/CreateExpressConnectRouterAssociation.json",
2025-08-20T19:15:56.9476525Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/CreateFlowLog.json",
2025-08-20T19:15:56.9477255Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DeactivateFlowLog.json",
2025-08-20T19:15:56.9478098Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DeleteExpressConnectRouter.json",
2025-08-20T19:15:56.9479122Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DeleteExpressConnectRouterAssociation.json",
2025-08-20T19:15:56.9480196Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DeleteFlowlog.json",
2025-08-20T19:15:56.9481319Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DescribeDisabledExpressConnectRouterRouteEntries.json",
2025-08-20T19:15:56.9482720Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DescribeExpressConnectRouter.json",
2025-08-20T19:15:56.9484016Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DescribeExpressConnectRouterAllowedPrefixHistory.json",
2025-08-20T19:15:56.9485603Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DescribeExpressConnectRouterAssociation.json",
2025-08-20T19:15:56.9486985Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DescribeExpressConnectRouterChildInstance.json",
2025-08-20T19:15:56.9488389Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DescribeExpressConnectRouterInterRegionTransitMode.json",
2025-08-20T19:15:56.9489628Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DescribeExpressConnectRouterRegion.json",
2025-08-20T19:15:56.9490815Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DescribeExpressConnectRouterRouteEntries.json",
2025-08-20T19:15:56.9491804Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DescribeFlowLogs.json",
2025-08-20T19:15:56.9493104Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DescribeInstanceGrantedToExpressConnectRouter.json",
2025-08-20T19:15:56.9494404Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DetachExpressConnectRouterChildInstance.json",
2025-08-20T19:15:56.9495650Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/DisableExpressConnectRouterRouteEntries.json",
2025-08-20T19:15:56.9496901Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/EnableExpressConnectRouterRouteEntries.json",
2025-08-20T19:15:56.9498027Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/ForceDeleteExpressConnectRouter.json",
2025-08-20T19:15:56.9499168Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/GrantInstanceToExpressConnectRouter.json",
2025-08-20T19:15:56.9500445Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/ListExpressConnectRouterSupportedRegion.json",
2025-08-20T19:15:56.9501494Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/ListTagResources.json",
2025-08-20T19:15:56.9502744Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/ModifyExpressConnectRouter.json",
2025-08-20T19:15:56.9503947Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/ModifyExpressConnectRouterAssociation.json",
2025-08-20T19:15:56.9505404Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/ModifyExpressConnectRouterAssociationAllowedPrefix.json",
2025-08-20T19:15:56.9506954Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/ModifyExpressConnectRouterChildInstance.json",
2025-08-20T19:15:56.9508362Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/ModifyExpressConnectRouterInterRegionTransitMode.json",
2025-08-20T19:15:56.9517437Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/ModifyFlowLogAttribute.json",
2025-08-20T19:15:56.9518539Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/MoveResourceGroup.json",
2025-08-20T19:15:56.9519657Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/RevokeInstanceFromExpressConnectRouter.json",
2025-08-20T19:15:56.9521064Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/SynchronizeExpressConnectRouterInterRegionBandwidth.json",
2025-08-20T19:15:56.9522252Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/TagResources.json",
2025-08-20T19:15:56.9523352Z [00:02:03.259]➜  			"metadatas/expressconnectrouter/UntagResources.json",
2025-08-20T19:15:56.9524116Z [00:02:03.259]➜  			"metadatas/facebody/AddFace.json",
2025-08-20T19:15:56.9524765Z [00:02:03.259]➜  			"metadatas/facebody/AddFaceEntity.json",
2025-08-20T19:15:56.9525512Z [00:02:03.259]➜  			"metadatas/facebody/AddFaceImageTemplate.json",
2025-08-20T19:15:56.9526255Z [00:02:03.259]➜  			"metadatas/facebody/BatchAddFaces.json",
2025-08-20T19:15:56.9526910Z [00:02:03.259]➜  			"metadatas/facebody/BlurFace.json",
2025-08-20T19:15:56.9527572Z [00:02:03.259]➜  			"metadatas/facebody/BodyPosture.json",
2025-08-20T19:15:56.9528401Z [00:02:03.259]➜  			"metadatas/facebody/CompareFace.json",
2025-08-20T19:15:56.9529172Z [00:02:03.259]➜  			"metadatas/facebody/CompareFaceWithMask.json",
2025-08-20T19:15:56.9529932Z [00:02:03.259]➜  			"metadatas/facebody/CreateFaceDb.json",
2025-08-20T19:15:56.9530650Z [00:02:03.259]➜  			"metadatas/facebody/DeepfakeFace.json",
2025-08-20T19:15:56.9531328Z [00:02:03.259]➜  			"metadatas/facebody/DeleteFace.json",
2025-08-20T19:15:56.9532008Z [00:02:03.259]➜  			"metadatas/facebody/DeleteFaceDb.json",
2025-08-20T19:15:56.9533088Z [00:02:03.259]➜  			"metadatas/facebody/DeleteFaceEntity.json",
2025-08-20T19:15:56.9533870Z [00:02:03.259]➜  			"metadatas/facebody/DeleteFaceImageTemplate.json",
2025-08-20T19:15:56.9534611Z [00:02:03.259]➜  			"metadatas/facebody/DetectBodyCount.json",
2025-08-20T19:15:56.9535304Z [00:02:03.259]➜  			"metadatas/facebody/DetectCelebrity.json",
2025-08-20T19:15:56.9535969Z [00:02:03.259]➜  			"metadatas/facebody/DetectFace.json",
2025-08-20T19:15:56.9536697Z [00:02:03.260]➜  			"metadatas/facebody/DetectInfraredLivingFace.json",
2025-08-20T19:15:56.9537443Z [00:02:03.260]➜  			"metadatas/facebody/DetectLivingFace.json",
2025-08-20T19:15:56.9538168Z [00:02:03.260]➜  			"metadatas/facebody/DetectPedestrian.json",
2025-08-20T19:15:56.9538967Z [00:02:03.260]➜  			"metadatas/facebody/DetectPedestrianIntrusion.json",
2025-08-20T19:15:56.9539782Z [00:02:03.260]➜  			"metadatas/facebody/DetectVideoLivingFace.json",
2025-08-20T19:15:56.9540528Z [00:02:03.260]➜  			"metadatas/facebody/EnhanceFace.json",
2025-08-20T19:15:56.9541250Z [00:02:03.260]➜  			"metadatas/facebody/ExtractFingerPrint.json",
2025-08-20T19:15:56.9541960Z [00:02:03.260]➜  			"metadatas/facebody/FaceBeauty.json",
2025-08-20T19:15:56.9542813Z [00:02:03.260]➜  			"metadatas/facebody/FaceMakeup.json",
2025-08-20T19:15:56.9543499Z [00:02:03.260]➜  			"metadatas/facebody/FaceTidyup.json",
2025-08-20T19:15:56.9544319Z [00:02:03.260]➜  			"metadatas/facebody/GenRealPersonVerificationToken.json",
2025-08-20T19:15:56.9545202Z [00:02:03.260]➜  			"metadatas/facebody/GenerateHumanAnimeStyle.json",
2025-08-20T19:15:56.9546025Z [00:02:03.260]➜  			"metadatas/facebody/GenerateHumanSketchStyle.json",
2025-08-20T19:15:56.9546914Z [00:02:03.260]➜  			"metadatas/facebody/GetFaceEntity.json",
2025-08-20T19:15:56.9547742Z [00:02:03.260]➜  			"metadatas/facebody/GetRealPersonVerificationResult.json",
2025-08-20T19:15:56.9548543Z [00:02:03.260]➜  			"metadatas/facebody/HandPosture.json",
2025-08-20T19:15:56.9549219Z [00:02:03.260]➜  			"metadatas/facebody/LiquifyFace.json",
2025-08-20T19:15:56.9550024Z [00:02:03.260]➜  			"metadatas/facebody/ListFaceDbs.json",
2025-08-20T19:15:56.9550764Z [00:02:03.260]➜  			"metadatas/facebody/ListFaceEntities.json",
2025-08-20T19:15:56.9551487Z [00:02:03.260]➜  			"metadatas/facebody/MergeImageFace.json",
2025-08-20T19:15:56.9552262Z [00:02:03.260]➜  			"metadatas/facebody/MonitorExamination.json",
2025-08-20T19:15:56.9553471Z [00:02:03.260]➜  			"metadatas/facebody/PedestrianDetectAttribute.json",
2025-08-20T19:15:56.9554331Z [00:02:03.260]➜  			"metadatas/facebody/QueryFaceImageTemplate.json",
2025-08-20T19:15:56.9555114Z [00:02:03.260]➜  			"metadatas/facebody/RecognizeAction.json",
2025-08-20T19:15:56.9555852Z [00:02:03.260]➜  			"metadatas/facebody/RecognizeExpression.json",
2025-08-20T19:15:56.9556576Z [00:02:03.260]➜  			"metadatas/facebody/RecognizeFace.json",
2025-08-20T19:15:56.9557294Z [00:02:03.260]➜  			"metadatas/facebody/RecognizeHandGesture.json",
2025-08-20T19:15:56.9558061Z [00:02:03.260]➜  			"metadatas/facebody/RecognizePublicFace.json",
2025-08-20T19:15:56.9558773Z [00:02:03.260]➜  			"metadatas/facebody/RetouchSkin.json",
2025-08-20T19:15:56.9559430Z [00:02:03.260]➜  			"metadatas/facebody/SearchFace.json",
2025-08-20T19:15:56.9560105Z [00:02:03.260]➜  			"metadatas/facebody/UpdateFaceEntity.json",
2025-08-20T19:15:56.9560796Z [00:02:03.260]➜  			"metadatas/fc-open/CreateAlias.json",
2025-08-20T19:15:56.9561486Z [00:02:03.260]➜  			"metadatas/fc-open/CreateCustomDomain.json",
2025-08-20T19:15:56.9562324Z [00:02:03.260]➜  			"metadatas/fc-open/CreateFunction.json",
2025-08-20T19:15:56.9563246Z [00:02:03.260]➜  			"metadatas/fc-open/CreateLayerVersion.json",
2025-08-20T19:15:56.9563965Z [00:02:03.260]➜  			"metadatas/fc-open/CreateService.json",
2025-08-20T19:15:56.9564632Z [00:02:03.260]➜  			"metadatas/fc-open/CreateTrigger.json",
2025-08-20T19:15:56.9565343Z [00:02:03.260]➜  			"metadatas/fc-open/CreateVpcBinding.json",
2025-08-20T19:15:56.9566180Z [00:02:03.260]➜  			"metadatas/fc-open/DeleteAlias.json",
2025-08-20T19:15:56.9566927Z [00:02:03.260]➜  			"metadatas/fc-open/DeleteCustomDomain.json",
2025-08-20T19:15:56.9567626Z [00:02:03.260]➜  			"metadatas/fc-open/DeleteFunction.json",
2025-08-20T19:15:56.9568492Z [00:02:03.260]➜  			"metadatas/fc-open/DeleteFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:56.9569381Z [00:02:03.260]➜  			"metadatas/fc-open/DeleteFunctionOnDemandConfig.json",
2025-08-20T19:15:56.9570193Z [00:02:03.260]➜  			"metadatas/fc-open/DeleteLayerVersion.json",
2025-08-20T19:15:56.9570905Z [00:02:03.260]➜  			"metadatas/fc-open/DeleteService.json",
2025-08-20T19:15:56.9571617Z [00:02:03.260]➜  			"metadatas/fc-open/DeleteServiceVersion.json",
2025-08-20T19:15:56.9572324Z [00:02:03.260]➜  			"metadatas/fc-open/DeleteTrigger.json",
2025-08-20T19:15:56.9573247Z [00:02:03.260]➜  			"metadatas/fc-open/DeleteVpcBinding.json",
2025-08-20T19:15:56.9573996Z [00:02:03.260]➜  			"metadatas/fc-open/DeregisterEventSource.json",
2025-08-20T19:15:56.9574743Z [00:02:03.261]➜  			"metadatas/fc-open/DescribeRegions.json",
2025-08-20T19:15:56.9575449Z [00:02:03.261]➜  			"metadatas/fc-open/GetAccountSettings.json",
2025-08-20T19:15:56.9576182Z [00:02:03.261]➜  			"metadatas/fc-open/GetAlias.json",
2025-08-20T19:15:56.9576861Z [00:02:03.261]➜  			"metadatas/fc-open/GetCustomDomain.json",
2025-08-20T19:15:56.9577538Z [00:02:03.261]➜  			"metadatas/fc-open/GetFunction.json",
2025-08-20T19:15:56.9578298Z [00:02:03.261]➜  			"metadatas/fc-open/GetFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:56.9579076Z [00:02:03.261]➜  			"metadatas/fc-open/GetFunctionCode.json",
2025-08-20T19:15:56.9579840Z [00:02:03.261]➜  			"metadatas/fc-open/GetFunctionOnDemandConfig.json",
2025-08-20T19:15:56.9580792Z [00:02:03.261]➜  			"metadatas/fc-open/GetLayerVersion.json",
2025-08-20T19:15:56.9581512Z [00:02:03.261]➜  			"metadatas/fc-open/GetProvisionConfig.json",
2025-08-20T19:15:56.9582235Z [00:02:03.261]➜  			"metadatas/fc-open/GetResourceTags.json",
2025-08-20T19:15:56.9583110Z [00:02:03.261]➜  			"metadatas/fc-open/GetService.json",
2025-08-20T19:15:56.9584028Z [00:02:03.261]➜  			"metadatas/fc-open/GetStatefulAsyncInvocation.json",
2025-08-20T19:15:56.9584782Z [00:02:03.261]➜  			"metadatas/fc-open/GetTrigger.json",
2025-08-20T19:15:56.9585464Z [00:02:03.261]➜  			"metadatas/fc-open/InvokeFunction.json",
2025-08-20T19:15:56.9586125Z [00:02:03.261]➜  			"metadatas/fc-open/ListAliases.json",
2025-08-20T19:15:56.9586825Z [00:02:03.261]➜  			"metadatas/fc-open/ListCustomDomains.json",
2025-08-20T19:15:56.9587657Z [00:02:03.261]➜  			"metadatas/fc-open/ListEventSources.json",
2025-08-20T19:15:56.9588491Z [00:02:03.261]➜  			"metadatas/fc-open/ListFunctionAsyncInvokeConfigs.json",
2025-08-20T19:15:56.9589306Z [00:02:03.261]➜  			"metadatas/fc-open/ListFunctions.json",
2025-08-20T19:15:56.9590003Z [00:02:03.261]➜  			"metadatas/fc-open/ListInstances.json",
2025-08-20T19:15:56.9590711Z [00:02:03.261]➜  			"metadatas/fc-open/ListLayerVersions.json",
2025-08-20T19:15:56.9591400Z [00:02:03.261]➜  			"metadatas/fc-open/ListLayers.json",
2025-08-20T19:15:56.9592129Z [00:02:03.261]➜  			"metadatas/fc-open/ListOnDemandConfigs.json",
2025-08-20T19:15:56.9593075Z [00:02:03.261]➜  			"metadatas/fc-open/ListProvisionConfigs.json",
2025-08-20T19:15:56.9593857Z [00:02:03.261]➜  			"metadatas/fc-open/ListReservedCapacities.json",
2025-08-20T19:15:56.9594613Z [00:02:03.261]➜  			"metadatas/fc-open/ListServiceVersions.json",
2025-08-20T19:15:56.9595326Z [00:02:03.261]➜  			"metadatas/fc-open/ListServices.json",
2025-08-20T19:15:56.9596182Z [00:02:03.261]➜  			"metadatas/fc-open/ListStatefulAsyncInvocationFunctions.json",
2025-08-20T19:15:56.9597112Z [00:02:03.261]➜  			"metadatas/fc-open/ListStatefulAsyncInvocations.json",
2025-08-20T19:15:56.9597916Z [00:02:03.261]➜  			"metadatas/fc-open/ListTaggedResources.json",
2025-08-20T19:15:56.9598606Z [00:02:03.261]➜  			"metadatas/fc-open/ListTriggers.json",
2025-08-20T19:15:56.9599236Z [00:02:03.261]➜  			"metadatas/fc-open/ListVpcBindings.json",
2025-08-20T19:15:56.9600087Z [00:02:03.261]➜  			"metadatas/fc-open/PublishServiceVersion.json",
2025-08-20T19:15:56.9600999Z [00:02:03.261]➜  			"metadatas/fc-open/PutFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:56.9601861Z [00:02:03.261]➜  			"metadatas/fc-open/PutFunctionOnDemandConfig.json",
2025-08-20T19:15:56.9602777Z [00:02:03.261]➜  			"metadatas/fc-open/PutLayerACL.json",
2025-08-20T19:15:56.9603477Z [00:02:03.261]➜  			"metadatas/fc-open/PutProvisionConfig.json",
2025-08-20T19:15:56.9604214Z [00:02:03.261]➜  			"metadatas/fc-open/RegisterEventSource.json",
2025-08-20T19:15:56.9604987Z [00:02:03.261]➜  			"metadatas/fc-open/StopStatefulAsyncInvocation.json",
2025-08-20T19:15:56.9605852Z [00:02:03.261]➜  			"metadatas/fc-open/TagResource.json",
2025-08-20T19:15:56.9606504Z [00:02:03.261]➜  			"metadatas/fc-open/UntagResource.json",
2025-08-20T19:15:56.9607113Z [00:02:03.261]➜  			"metadatas/fc-open/UpdateAlias.json",
2025-08-20T19:15:56.9607787Z [00:02:03.261]➜  			"metadatas/fc-open/UpdateCustomDomain.json",
2025-08-20T19:15:56.9608493Z [00:02:03.261]➜  			"metadatas/fc-open/UpdateFunction.json",
2025-08-20T19:15:56.9609150Z [00:02:03.261]➜  			"metadatas/fc-open/UpdateService.json",
2025-08-20T19:15:56.9609795Z [00:02:03.261]➜  			"metadatas/fc-open/UpdateTrigger.json",
2025-08-20T19:15:56.9610448Z [00:02:03.261]➜  			"metadatas/fc/ChangeResourceGroup.json",
2025-08-20T19:15:56.9611071Z [00:02:03.262]➜  			"metadatas/fc/CreateAlias.json",
2025-08-20T19:15:56.9611735Z [00:02:03.262]➜  			"metadatas/fc/CreateCustomDomain.json",
2025-08-20T19:15:56.9612586Z [00:02:03.262]➜  			"metadatas/fc/CreateFunction.json",
2025-08-20T19:15:56.9613257Z [00:02:03.262]➜  			"metadatas/fc/CreateLayerVersion.json",
2025-08-20T19:15:56.9613916Z [00:02:03.262]➜  			"metadatas/fc/CreateTrigger.json",
2025-08-20T19:15:56.9614536Z [00:02:03.262]➜  			"metadatas/fc/CreateVpcBinding.json",
2025-08-20T19:15:56.9615134Z [00:02:03.262]➜  			"metadatas/fc/DeleteAlias.json",
2025-08-20T19:15:56.9615800Z [00:02:03.262]➜  			"metadatas/fc/DeleteAsyncInvokeConfig.json",
2025-08-20T19:15:56.9616690Z [00:02:03.262]➜  			"metadatas/fc/DeleteConcurrencyConfig.json",
2025-08-20T19:15:56.9617375Z [00:02:03.262]➜  			"metadatas/fc/DeleteCustomDomain.json",
2025-08-20T19:15:56.9618020Z [00:02:03.262]➜  			"metadatas/fc/DeleteFunction.json",
2025-08-20T19:15:56.9618675Z [00:02:03.262]➜  			"metadatas/fc/DeleteFunctionVersion.json",
2025-08-20T19:15:56.9619340Z [00:02:03.262]➜  			"metadatas/fc/DeleteLayerVersion.json",
2025-08-20T19:15:56.9620131Z [00:02:03.262]➜  			"metadatas/fc/DeleteProvisionConfig.json",
2025-08-20T19:15:56.9620794Z [00:02:03.262]➜  			"metadatas/fc/DeleteTrigger.json",
2025-08-20T19:15:56.9621422Z [00:02:03.262]➜  			"metadatas/fc/DeleteVpcBinding.json",
2025-08-20T19:15:56.9622087Z [00:02:03.262]➜  			"metadatas/fc/DescribeRegions.json",
2025-08-20T19:15:56.9623001Z [00:02:03.262]➜  			"metadatas/fc/DisableFunctionInvocation.json",
2025-08-20T19:15:56.9623770Z [00:02:03.262]➜  			"metadatas/fc/EnableFunctionInvocation.json",
2025-08-20T19:15:56.9624409Z [00:02:03.262]➜  			"metadatas/fc/GetAlias.json",
2025-08-20T19:15:56.9625054Z [00:02:03.262]➜  			"metadatas/fc/GetAsyncInvokeConfig.json",
2025-08-20T19:15:56.9625681Z [00:02:03.262]➜  			"metadatas/fc/GetAsyncTask.json",
2025-08-20T19:15:56.9626304Z [00:02:03.262]➜  			"metadatas/fc/GetConcurrencyConfig.json",
2025-08-20T19:15:56.9626972Z [00:02:03.262]➜  			"metadatas/fc/GetCustomDomain.json",
2025-08-20T19:15:56.9627609Z [00:02:03.262]➜  			"metadatas/fc/GetFunction.json",
2025-08-20T19:15:56.9628264Z [00:02:03.262]➜  			"metadatas/fc/GetFunctionCode.json",
2025-08-20T19:15:56.9628921Z [00:02:03.262]➜  			"metadatas/fc/GetLayerVersion.json",
2025-08-20T19:15:56.9629629Z [00:02:03.262]➜  			"metadatas/fc/GetLayerVersionByArn.json",
2025-08-20T19:15:56.9630320Z [00:02:03.262]➜  			"metadatas/fc/GetProvisionConfig.json",
2025-08-20T19:15:56.9630973Z [00:02:03.262]➜  			"metadatas/fc/GetTrigger.json",
2025-08-20T19:15:56.9631610Z [00:02:03.262]➜  			"metadatas/fc/InvokeFunction.json",
2025-08-20T19:15:56.9632576Z [00:02:03.262]➜  			"metadatas/fc/ListAliases.json",
2025-08-20T19:15:56.9633397Z [00:02:03.262]➜  			"metadatas/fc/ListAsyncInvokeConfigs.json",
2025-08-20T19:15:56.9634046Z [00:02:03.262]➜  			"metadatas/fc/ListAsyncTasks.json",
2025-08-20T19:15:56.9634707Z [00:02:03.262]➜  			"metadatas/fc/ListConcurrencyConfigs.json",
2025-08-20T19:15:56.9635380Z [00:02:03.262]➜  			"metadatas/fc/ListCustomDomains.json",
2025-08-20T19:15:56.9636031Z [00:02:03.262]➜  			"metadatas/fc/ListFunctionVersions.json",
2025-08-20T19:15:56.9636658Z [00:02:03.262]➜  			"metadatas/fc/ListFunctions.json",
2025-08-20T19:15:56.9637258Z [00:02:03.262]➜  			"metadatas/fc/ListInstances.json",
2025-08-20T19:15:56.9638039Z [00:02:03.262]➜  			"metadatas/fc/ListLayerVersions.json",
2025-08-20T19:15:56.9638677Z [00:02:03.262]➜  			"metadatas/fc/ListLayers.json",
2025-08-20T19:15:56.9639339Z [00:02:03.262]➜  			"metadatas/fc/ListProvisionConfigs.json",
2025-08-20T19:15:56.9640021Z [00:02:03.262]➜  			"metadatas/fc/ListTagResources.json",
2025-08-20T19:15:56.9640675Z [00:02:03.262]➜  			"metadatas/fc/ListTriggers.json",
2025-08-20T19:15:56.9641301Z [00:02:03.262]➜  			"metadatas/fc/ListVpcBindings.json",
2025-08-20T19:15:56.9641981Z [00:02:03.262]➜  			"metadatas/fc/PublishFunctionVersion.json",
2025-08-20T19:15:56.9642976Z [00:02:03.262]➜  			"metadatas/fc/PutAsyncInvokeConfig.json",
2025-08-20T19:15:56.9643667Z [00:02:03.262]➜  			"metadatas/fc/PutConcurrencyConfig.json",
2025-08-20T19:15:56.9644317Z [00:02:03.262]➜  			"metadatas/fc/PutLayerACL.json",
2025-08-20T19:15:56.9645000Z [00:02:03.262]➜  			"metadatas/fc/PutProvisionConfig.json",
2025-08-20T19:15:56.9645643Z [00:02:03.262]➜  			"metadatas/fc/StopAsyncTask.json",
2025-08-20T19:15:56.9646279Z [00:02:03.262]➜  			"metadatas/fc/TagResources.json",
2025-08-20T19:15:56.9646914Z [00:02:03.262]➜  			"metadatas/fc/UntagResources.json",
2025-08-20T19:15:56.9647549Z [00:02:03.262]➜  			"metadatas/fc/UpdateAlias.json",
2025-08-20T19:15:56.9648229Z [00:02:03.262]➜  			"metadatas/fc/UpdateCustomDomain.json",
2025-08-20T19:15:56.9649065Z [00:02:03.262]➜  			"metadatas/fc/UpdateFunction.json",
2025-08-20T19:15:56.9649701Z [00:02:03.262]➜  			"metadatas/fc/UpdateTrigger.json",
2025-08-20T19:15:56.9650319Z [00:02:03.262]➜  			"metadatas/fnf/CreateFlow.json",
2025-08-20T19:15:56.9650966Z [00:02:03.262]➜  			"metadatas/fnf/CreateSchedule.json",
2025-08-20T19:15:56.9651611Z [00:02:03.262]➜  			"metadatas/fnf/DeleteFlow.json",
2025-08-20T19:15:56.9652238Z [00:02:03.262]➜  			"metadatas/fnf/DeleteSchedule.json",
2025-08-20T19:15:56.9653236Z [00:02:03.262]➜  			"metadatas/fnf/DescribeExecution.json",
2025-08-20T19:15:56.9653904Z [00:02:03.262]➜  			"metadatas/fnf/DescribeFlow.json",
2025-08-20T19:15:56.9654512Z [00:02:03.262]➜  			"metadatas/fnf/DescribeRegions.json",
2025-08-20T19:15:56.9655149Z [00:02:03.262]➜  			"metadatas/fnf/DescribeSchedule.json",
2025-08-20T19:15:56.9655800Z [00:02:03.262]➜  			"metadatas/fnf/GetExecutionHistory.json",
2025-08-20T19:15:56.9656464Z [00:02:03.262]➜  			"metadatas/fnf/ListExecutions.json",
2025-08-20T19:15:56.9657117Z [00:02:03.262]➜  			"metadatas/fnf/ListFlows.json",
2025-08-20T19:15:56.9657743Z [00:02:03.262]➜  			"metadatas/fnf/ListSchedules.json",
2025-08-20T19:15:56.9658381Z [00:02:03.262]➜  			"metadatas/fnf/ReportTaskFailed.json",
2025-08-20T19:15:56.9659056Z [00:02:03.262]➜  			"metadatas/fnf/ReportTaskSucceeded.json",
2025-08-20T19:15:56.9659700Z [00:02:03.262]➜  			"metadatas/fnf/StartExecution.json",
2025-08-20T19:15:56.9660341Z [00:02:03.262]➜  			"metadatas/fnf/StartSyncExecution.json",
2025-08-20T19:15:56.9660990Z [00:02:03.262]➜  			"metadatas/fnf/StopExecution.json",
2025-08-20T19:15:56.9661600Z [00:02:03.262]➜  			"metadatas/fnf/UpdateFlow.json",
2025-08-20T19:15:56.9662226Z [00:02:03.262]➜  			"metadatas/fnf/UpdateSchedule.json",
2025-08-20T19:15:56.9663145Z [00:02:03.262]➜  			"metadatas/foasconsole/ConvertHybridInstance.json",
2025-08-20T19:15:56.9663890Z [00:02:03.262]➜  			"metadatas/foasconsole/ConvertInstance.json",
2025-08-20T19:15:56.9664777Z [00:02:03.262]➜  			"metadatas/foasconsole/ConvertPrepayInstance.json",
2025-08-20T19:15:56.9665552Z [00:02:03.262]➜  			"metadatas/foasconsole/CreateInstance.json",
2025-08-20T19:15:56.9666256Z [00:02:03.262]➜  			"metadatas/foasconsole/CreateNamespace.json",
2025-08-20T19:15:56.9666975Z [00:02:03.263]➜  			"metadatas/foasconsole/DeleteInstance.json",
2025-08-20T19:15:56.9667701Z [00:02:03.263]➜  			"metadatas/foasconsole/DeleteNamespace.json",
2025-08-20T19:15:56.9668428Z [00:02:03.263]➜  			"metadatas/foasconsole/DescribeInstances.json",
2025-08-20T19:15:56.9669172Z [00:02:03.263]➜  			"metadatas/foasconsole/DescribeNamespaces.json",
2025-08-20T19:15:56.9670240Z [00:02:03.263]➜  			"metadatas/foasconsole/DescribeSupportedRegions.json",
2025-08-20T19:15:56.9671057Z [00:02:03.263]➜  			"metadatas/foasconsole/DescribeSupportedZones.json",
2025-08-20T19:15:56.9671817Z [00:02:03.263]➜  			"metadatas/foasconsole/ListTagResources.json",
2025-08-20T19:15:56.9672767Z [00:02:03.263]➜  			"metadatas/foasconsole/ModifyElasticResourceSpec.json",
2025-08-20T19:15:56.9673630Z [00:02:03.263]➜  			"metadatas/foasconsole/ModifyInstanceVswitch.json",
2025-08-20T19:15:56.9674438Z [00:02:03.263]➜  			"metadatas/foasconsole/ModifyNamespaceSpecV2.json",
2025-08-20T19:15:56.9675243Z [00:02:03.263]➜  			"metadatas/foasconsole/ModifyPrepayInstanceSpec.json",
2025-08-20T19:15:56.9676098Z [00:02:03.263]➜  			"metadatas/foasconsole/ModifyPrepayNamespaceSpec.json",
2025-08-20T19:15:56.9676991Z [00:02:03.263]➜  			"metadatas/foasconsole/QueryConvertInstancePrice.json",
2025-08-20T19:15:56.9677940Z [00:02:03.263]➜  			"metadatas/foasconsole/QueryConvertPrepayInstancePrice.json",
2025-08-20T19:15:56.9678878Z [00:02:03.263]➜  			"metadatas/foasconsole/QueryCreateInstancePrice.json",
2025-08-20T19:15:56.9679711Z [00:02:03.263]➜  			"metadatas/foasconsole/QueryModifyInstancePrice.json",
2025-08-20T19:15:56.9680553Z [00:02:03.263]➜  			"metadatas/foasconsole/QueryRenewInstancePrice.json",
2025-08-20T19:15:56.9681325Z [00:02:03.263]➜  			"metadatas/foasconsole/RenewInstance.json",
2025-08-20T19:15:56.9682184Z [00:02:03.263]➜  			"metadatas/foasconsole/TagResources.json",
2025-08-20T19:15:56.9683165Z [00:02:03.263]➜  			"metadatas/foasconsole/UntagResources.json",
2025-08-20T19:15:56.9683852Z [00:02:03.263]➜  			"metadatas/ga/AddEntriesToAcl.json",
2025-08-20T19:15:56.9684570Z [00:02:03.263]➜  			"metadatas/ga/AssociateAclsWithListener.json",
2025-08-20T19:15:56.9685578Z [00:02:03.263]➜  			"metadatas/ga/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:56.9686602Z [00:02:03.263]➜  			"metadatas/ga/AttachDdosToAccelerator.json",
2025-08-20T19:15:56.9687421Z [00:02:03.263]➜  			"metadatas/ga/AttachLogStoreToEndpointGroup.json",
2025-08-20T19:15:56.9688263Z [00:02:03.263]➜  			"metadatas/ga/BandwidthPackageAddAccelerator.json",
2025-08-20T19:15:56.9689133Z [00:02:03.263]➜  			"metadatas/ga/BandwidthPackageRemoveAccelerator.json",
2025-08-20T19:15:56.9689931Z [00:02:03.263]➜  			"metadatas/ga/ChangeResourceGroup.json",
2025-08-20T19:15:56.9690632Z [00:02:03.263]➜  			"metadatas/ga/ConfigEndpointProbe.json",
2025-08-20T19:15:56.9691319Z [00:02:03.263]➜  			"metadatas/ga/CreateAccelerator.json",
2025-08-20T19:15:56.9691955Z [00:02:03.263]➜  			"metadatas/ga/CreateAcl.json",
2025-08-20T19:15:56.9692867Z [00:02:03.263]➜  			"metadatas/ga/CreateApplicationMonitor.json",
2025-08-20T19:15:56.9693640Z [00:02:03.263]➜  			"metadatas/ga/CreateBandwidthPackage.json",
2025-08-20T19:15:56.9694376Z [00:02:03.263]➜  			"metadatas/ga/CreateBasicAccelerateIp.json",
2025-08-20T19:15:56.9695237Z [00:02:03.263]➜  			"metadatas/ga/CreateBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:56.9696230Z [00:02:03.263]➜  			"metadatas/ga/CreateBasicAccelerateIpEndpointRelations.json",
2025-08-20T19:15:56.9697179Z [00:02:03.263]➜  			"metadatas/ga/CreateBasicAccelerator.json",
2025-08-20T19:15:56.9697891Z [00:02:03.263]➜  			"metadatas/ga/CreateBasicEndpoint.json",
2025-08-20T19:15:56.9698633Z [00:02:03.263]➜  			"metadatas/ga/CreateBasicEndpointGroup.json",
2025-08-20T19:15:56.9699593Z [00:02:03.263]➜  			"metadatas/ga/CreateBasicEndpoints.json",
2025-08-20T19:15:56.9700321Z [00:02:03.263]➜  			"metadatas/ga/CreateBasicIpSet.json",
2025-08-20T19:15:56.9701310Z [00:02:03.263]➜  			"metadatas/ga/CreateCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:56.9702313Z [00:02:03.263]➜  			"metadatas/ga/CreateCustomRoutingEndpointGroups.json",
2025-08-20T19:15:56.9703528Z [00:02:03.263]➜  			"metadatas/ga/CreateCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:56.9704493Z [00:02:03.263]➜  			"metadatas/ga/CreateCustomRoutingEndpoints.json",
2025-08-20T19:15:56.9705203Z [00:02:03.263]➜  			"metadatas/ga/CreateDomain.json",
2025-08-20T19:15:56.9706049Z [00:02:03.263]➜  			"metadatas/ga/CreateEndpointGroup.json",
2025-08-20T19:15:56.9706752Z [00:02:03.263]➜  			"metadatas/ga/CreateEndpointGroups.json",
2025-08-20T19:15:56.9707457Z [00:02:03.263]➜  			"metadatas/ga/CreateForwardingRules.json",
2025-08-20T19:15:56.9708148Z [00:02:03.263]➜  			"metadatas/ga/CreateIpSets.json",
2025-08-20T19:15:56.9708953Z [00:02:03.263]➜  			"metadatas/ga/CreateListener.json",
2025-08-20T19:15:56.9709596Z [00:02:03.263]➜  			"metadatas/ga/CreateSpareIps.json",
2025-08-20T19:15:56.9710253Z [00:02:03.263]➜  			"metadatas/ga/DeleteAccelerator.json",
2025-08-20T19:15:56.9710899Z [00:02:03.263]➜  			"metadatas/ga/DeleteAcl.json",
2025-08-20T19:15:56.9711592Z [00:02:03.263]➜  			"metadatas/ga/DeleteApplicationMonitor.json",
2025-08-20T19:15:56.9712665Z [00:02:03.263]➜  			"metadatas/ga/DeleteBandwidthPackage.json",
2025-08-20T19:15:56.9713408Z [00:02:03.263]➜  			"metadatas/ga/DeleteBasicAccelerateIp.json",
2025-08-20T19:15:56.9714266Z [00:02:03.263]➜  			"metadatas/ga/DeleteBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:56.9715108Z [00:02:03.263]➜  			"metadatas/ga/DeleteBasicAccelerator.json",
2025-08-20T19:15:56.9715793Z [00:02:03.263]➜  			"metadatas/ga/DeleteBasicEndpoint.json",
2025-08-20T19:15:56.9716493Z [00:02:03.263]➜  			"metadatas/ga/DeleteBasicEndpointGroup.json",
2025-08-20T19:15:56.9717363Z [00:02:03.263]➜  			"metadatas/ga/DeleteBasicIpSet.json",
2025-08-20T19:15:56.9718229Z [00:02:03.263]➜  			"metadatas/ga/DeleteCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:56.9719199Z [00:02:03.263]➜  			"metadatas/ga/DeleteCustomRoutingEndpointGroups.json",
2025-08-20T19:15:56.9720147Z [00:02:03.263]➜  			"metadatas/ga/DeleteCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:56.9721072Z [00:02:03.263]➜  			"metadatas/ga/DeleteCustomRoutingEndpoints.json",
2025-08-20T19:15:56.9722026Z [00:02:03.263]➜  			"metadatas/ga/DeleteDomainAcceleratorRelation.json",
2025-08-20T19:15:56.9723001Z [00:02:03.263]➜  			"metadatas/ga/DeleteEndpointGroup.json",
2025-08-20T19:15:56.9723721Z [00:02:03.263]➜  			"metadatas/ga/DeleteEndpointGroups.json",
2025-08-20T19:15:56.9724423Z [00:02:03.263]➜  			"metadatas/ga/DeleteForwardingRules.json",
2025-08-20T19:15:56.9725056Z [00:02:03.263]➜  			"metadatas/ga/DeleteIpSet.json",
2025-08-20T19:15:56.9725674Z [00:02:03.263]➜  			"metadatas/ga/DeleteIpSets.json",
2025-08-20T19:15:56.9726303Z [00:02:03.263]➜  			"metadatas/ga/DeleteListener.json",
2025-08-20T19:15:56.9726942Z [00:02:03.263]➜  			"metadatas/ga/DeleteSpareIps.json",
2025-08-20T19:15:56.9727591Z [00:02:03.263]➜  			"metadatas/ga/DescribeAccelerator.json",
2025-08-20T19:15:56.9728423Z [00:02:03.263]➜  			"metadatas/ga/DescribeAcceleratorAutoRenewAttribute.json",
2025-08-20T19:15:56.9729335Z [00:02:03.263]➜  			"metadatas/ga/DescribeAcceleratorServiceStatus.json",
2025-08-20T19:15:56.9730173Z [00:02:03.263]➜  			"metadatas/ga/DescribeApplicationMonitor.json",
2025-08-20T19:15:56.9730938Z [00:02:03.263]➜  			"metadatas/ga/DescribeBandwidthPackage.json",
2025-08-20T19:15:56.9731853Z [00:02:03.263]➜  			"metadatas/ga/DescribeBandwidthPackageAutoRenewAttribute.json",
2025-08-20T19:15:56.9733001Z [00:02:03.263]➜  			"metadatas/ga/DescribeCommodity.json",
2025-08-20T19:15:56.9733721Z [00:02:03.263]➜  			"metadatas/ga/DescribeCommodityPrice.json",
2025-08-20T19:15:56.9734776Z [00:02:03.263]➜  			"metadatas/ga/DescribeCustomRoutingEndPointTrafficPolicy.json",
2025-08-20T19:15:56.9735752Z [00:02:03.263]➜  			"metadatas/ga/DescribeCustomRoutingEndpoint.json",
2025-08-20T19:15:56.9736639Z [00:02:03.263]➜  			"metadatas/ga/DescribeCustomRoutingEndpointGroup.json",
2025-08-20T19:15:56.9737644Z [00:02:03.263]➜  			"metadatas/ga/DescribeCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:56.9738552Z [00:02:03.263]➜  			"metadatas/ga/DescribeEndpointGroup.json",
2025-08-20T19:15:56.9739232Z [00:02:03.263]➜  			"metadatas/ga/DescribeIpSet.json",
2025-08-20T19:15:56.9739874Z [00:02:03.263]➜  			"metadatas/ga/DescribeListener.json",
2025-08-20T19:15:56.9740839Z [00:02:03.263]➜  			"metadatas/ga/DescribeLogStoreOfEndpointGroup.json",
2025-08-20T19:15:56.9741589Z [00:02:03.263]➜  			"metadatas/ga/DescribeRegions.json",
2025-08-20T19:15:56.9742293Z [00:02:03.263]➜  			"metadatas/ga/DetachDdosFromAccelerator.json",
2025-08-20T19:15:56.9743317Z [00:02:03.263]➜  			"metadatas/ga/DetachLogStoreFromEndpointGroup.json",
2025-08-20T19:15:56.9744124Z [00:02:03.263]➜  			"metadatas/ga/DetectApplicationMonitor.json",
2025-08-20T19:15:56.9744894Z [00:02:03.263]➜  			"metadatas/ga/DisableApplicationMonitor.json",
2025-08-20T19:15:56.9745670Z [00:02:03.263]➜  			"metadatas/ga/DissociateAclsFromListener.json",
2025-08-20T19:15:56.9746614Z [00:02:03.263]➜  			"metadatas/ga/DissociateAdditionalCertificatesFromListener.json",
2025-08-20T19:15:56.9747548Z [00:02:03.263]➜  			"metadatas/ga/EnableApplicationMonitor.json",
2025-08-20T19:15:56.9748243Z [00:02:03.263]➜  			"metadatas/ga/GetAcl.json",
2025-08-20T19:15:56.9748896Z [00:02:03.263]➜  			"metadatas/ga/GetBasicAccelerateIp.json",
2025-08-20T19:15:56.9749821Z [00:02:03.263]➜  			"metadatas/ga/GetBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:56.9750721Z [00:02:03.263]➜  			"metadatas/ga/GetBasicAccelerateIpIdleCount.json",
2025-08-20T19:15:56.9751479Z [00:02:03.263]➜  			"metadatas/ga/GetBasicAccelerator.json",
2025-08-20T19:15:56.9752170Z [00:02:03.263]➜  			"metadatas/ga/GetBasicEndpoint.json",
2025-08-20T19:15:56.9753300Z [00:02:03.263]➜  			"metadatas/ga/GetBasicEndpointGroup.json",
2025-08-20T19:15:56.9754105Z [00:02:03.263]➜  			"metadatas/ga/GetBasicIpSet.json",
2025-08-20T19:15:56.9754792Z [00:02:03.263]➜  			"metadatas/ga/GetHealthStatus.json",
2025-08-20T19:15:56.9755512Z [00:02:03.263]➜  			"metadatas/ga/GetInvalidDomainCount.json",
2025-08-20T19:15:56.9756275Z [00:02:03.264]➜  			"metadatas/ga/GetIpsetsBandwidthLimit.json",
2025-08-20T19:15:56.9757125Z [00:02:03.264]➜  			"metadatas/ga/GetSpareIp.json",
2025-08-20T19:15:56.9757831Z [00:02:03.264]➜  			"metadatas/ga/ListAccelerateAreas.json",
2025-08-20T19:15:56.9758555Z [00:02:03.264]➜  			"metadatas/ga/ListAccelerators.json",
2025-08-20T19:15:56.9759204Z [00:02:03.264]➜  			"metadatas/ga/ListAcls.json",
2025-08-20T19:15:56.9759913Z [00:02:03.264]➜  			"metadatas/ga/ListApplicationMonitor.json",
2025-08-20T19:15:56.9760793Z [00:02:03.264]➜  			"metadatas/ga/ListApplicationMonitorDetectResult.json",
2025-08-20T19:15:56.9761862Z [00:02:03.264]➜  			"metadatas/ga/ListAvailableAccelerateAreas.json",
2025-08-20T19:15:56.9762994Z [00:02:03.264]➜  			"metadatas/ga/ListAvailableBusiRegions.json",
2025-08-20T19:15:56.9763767Z [00:02:03.264]➜  			"metadatas/ga/ListBandwidthPackages.json",
2025-08-20T19:15:56.9764092Z [00:02:03.264]➜  			"metadatas/ga/ListBandwidthackages.json",
2025-08-20T19:15:56.9764578Z [00:02:03.264]➜  			"metadatas/ga/ListBasicAccelerateIpEndpointRelations.json",
2025-08-20T19:15:56.9764959Z [00:02:03.264]➜  			"metadatas/ga/ListBasicAccelerateIps.json",
2025-08-20T19:15:56.9765311Z [00:02:03.264]➜  			"metadatas/ga/ListBasicAccelerators.json",
2025-08-20T19:15:56.9765649Z [00:02:03.264]➜  			"metadatas/ga/ListBasicEndpoints.json",
2025-08-20T19:15:56.9765961Z [00:02:03.264]➜  			"metadatas/ga/ListBusiRegions.json",
2025-08-20T19:15:56.9766272Z [00:02:03.264]➜  			"metadatas/ga/ListCommonAreas.json",
2025-08-20T19:15:56.9766815Z [00:02:03.264]➜  			"metadatas/ga/ListCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:56.9767257Z [00:02:03.264]➜  			"metadatas/ga/ListCustomRoutingEndpointGroups.json",
2025-08-20T19:15:56.9767759Z [00:02:03.264]➜  			"metadatas/ga/ListCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:56.9768150Z [00:02:03.264]➜  			"metadatas/ga/ListCustomRoutingEndpoints.json",
2025-08-20T19:15:56.9768556Z [00:02:03.264]➜  			"metadatas/ga/ListCustomRoutingPortMappings.json",
2025-08-20T19:15:56.9769109Z [00:02:03.264]➜  			"metadatas/ga/ListCustomRoutingPortMappingsByDestination.json",
2025-08-20T19:15:56.9769423Z [00:02:03.264]➜  			"metadatas/ga/ListDomains.json",
2025-08-20T19:15:56.9770068Z [00:02:03.264]➜  			"metadatas/ga/ListEndpointGroupIpAddressCidrBlocks.json",
2025-08-20T19:15:56.9770398Z [00:02:03.264]➜  			"metadatas/ga/ListEndpointGroups.json",
2025-08-20T19:15:56.9770737Z [00:02:03.264]➜  			"metadatas/ga/ListForwardingRules.json",
2025-08-20T19:15:56.9771031Z [00:02:03.264]➜  			"metadatas/ga/ListIpSets.json",
2025-08-20T19:15:56.9771348Z [00:02:03.264]➜  			"metadatas/ga/ListIspTypes.json",
2025-08-20T19:15:56.9771712Z [00:02:03.264]➜  			"metadatas/ga/ListListenerCertificates.json",
2025-08-20T19:15:56.9772022Z [00:02:03.264]➜  			"metadatas/ga/ListListeners.json",
2025-08-20T19:15:56.9772328Z [00:02:03.264]➜  			"metadatas/ga/ListSpareIps.json",
2025-08-20T19:15:56.9772877Z [00:02:03.264]➜  			"metadatas/ga/ListSystemSecurityPolicies.json",
2025-08-20T19:15:56.9773166Z [00:02:03.264]➜  			"metadatas/ga/ListTagResources.json",
2025-08-20T19:15:56.9773502Z [00:02:03.264]➜  			"metadatas/ga/OpenAcceleratorService.json",
2025-08-20T19:15:56.9773880Z [00:02:03.264]➜  			"metadatas/ga/QueryCrossBorderApprovalStatus.json",
2025-08-20T19:15:56.9774202Z [00:02:03.264]➜  			"metadatas/ga/RemoveEntriesFromAcl.json",
2025-08-20T19:15:56.9774527Z [00:02:03.264]➜  			"metadatas/ga/ReplaceBandwidthPackage.json",
2025-08-20T19:15:56.9774789Z [00:02:03.264]➜  			"metadatas/ga/TagResources.json",
2025-08-20T19:15:56.9775087Z [00:02:03.264]➜  			"metadatas/ga/UntagResources.json",
2025-08-20T19:15:56.9775558Z [00:02:03.264]➜  			"metadatas/ga/UpdateAccelerator.json",
2025-08-20T19:15:56.9776008Z [00:02:03.264]➜  			"metadatas/ga/UpdateAcceleratorAutoRenewAttribute.json",
2025-08-20T19:15:56.9776354Z [00:02:03.264]➜  			"metadatas/ga/UpdateAcceleratorConfirm.json",
2025-08-20T19:15:56.9776761Z [00:02:03.264]➜  			"metadatas/ga/UpdateAcceleratorCrossBorderMode.json",
2025-08-20T19:15:56.9777179Z [00:02:03.264]➜  			"metadatas/ga/UpdateAcceleratorCrossBorderStatus.json",
2025-08-20T19:15:56.9777600Z [00:02:03.264]➜  			"metadatas/ga/UpdateAclAttribute.json",
2025-08-20T19:15:56.9778080Z [00:02:03.264]➜  			"metadatas/ga/UpdateAdditionalCertificateWithListener.json",
2025-08-20T19:15:56.9778440Z [00:02:03.264]➜  			"metadatas/ga/UpdateApplicationMonitor.json",
2025-08-20T19:15:56.9778910Z [00:02:03.264]➜  			"metadatas/ga/UpdateBandwidthPackagaAutoRenewAttribute.json",
2025-08-20T19:15:56.9779239Z [00:02:03.264]➜  			"metadatas/ga/UpdateBandwidthPackage.json",
2025-08-20T19:15:56.9779659Z [00:02:03.264]➜  			"metadatas/ga/UpdateBasicAccelerator.json",
2025-08-20T19:15:56.9779981Z [00:02:03.264]➜  			"metadatas/ga/UpdateBasicEndpoint.json",
2025-08-20T19:15:56.9780317Z [00:02:03.265]➜  			"metadatas/ga/UpdateBasicEndpointGroup.json",
2025-08-20T19:15:56.9780617Z [00:02:03.265]➜  			"metadatas/ga/UpdateBasicIpSet.json",
2025-08-20T19:15:56.9781101Z [00:02:03.265]➜  			"metadatas/ga/UpdateCustomRoutingEndpointGroupAttribute.json",
2025-08-20T19:15:56.9781632Z [00:02:03.265]➜  			"metadatas/ga/UpdateCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:56.9782137Z [00:02:03.265]➜  			"metadatas/ga/UpdateCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:56.9782728Z [00:02:03.265]➜  			"metadatas/ga/UpdateCustomRoutingEndpoints.json",
2025-08-20T19:15:56.9783014Z [00:02:03.265]➜  			"metadatas/ga/UpdateDomain.json",
2025-08-20T19:15:56.9783333Z [00:02:03.265]➜  			"metadatas/ga/UpdateDomainState.json",
2025-08-20T19:15:56.9783671Z [00:02:03.265]➜  			"metadatas/ga/UpdateEndpointGroup.json",
2025-08-20T19:15:56.9784092Z [00:02:03.265]➜  			"metadatas/ga/UpdateEndpointGroupAttribute.json",
2025-08-20T19:15:56.9784442Z [00:02:03.265]➜  			"metadatas/ga/UpdateEndpointGroups.json",
2025-08-20T19:15:56.9784784Z [00:02:03.265]➜  			"metadatas/ga/UpdateForwardingRules.json",
2025-08-20T19:15:56.9785075Z [00:02:03.265]➜  			"metadatas/ga/UpdateIpSet.json",
2025-08-20T19:15:56.9785401Z [00:02:03.265]➜  			"metadatas/ga/UpdateIpSets.json",
2025-08-20T19:15:56.9785703Z [00:02:03.265]➜  			"metadatas/ga/UpdateListener.json",
2025-08-20T19:15:56.9786090Z [00:02:03.265]➜  			"metadatas/ga/UpdateServiceManagedControl.json",
2025-08-20T19:15:56.9786619Z [00:02:03.265]➜  			"metadatas/goodstech/ClassifyCommodity.json",
2025-08-20T19:15:56.9787073Z [00:02:03.265]➜  			"metadatas/gpdb/AllocateInstancePublicConnection.json",
2025-08-20T19:15:56.9787468Z [00:02:03.265]➜  			"metadatas/gpdb/BindDBResourceGroupWithRole.json",
2025-08-20T19:15:56.9787850Z [00:02:03.265]➜  			"metadatas/gpdb/CancelCreateIndexJob.json",
2025-08-20T19:15:56.9788245Z [00:02:03.265]➜  			"metadatas/gpdb/CancelUploadDocumentJob.json",
2025-08-20T19:15:56.9788664Z [00:02:03.265]➜  			"metadatas/gpdb/CancelUpsertCollectionDataJob.json",
2025-08-20T19:15:56.9789013Z [00:02:03.265]➜  			"metadatas/gpdb/CheckHadoopDataSource.json",
2025-08-20T19:15:56.9789401Z [00:02:03.265]➜  			"metadatas/gpdb/CheckHadoopNetConnection.json",
2025-08-20T19:15:56.9789821Z [00:02:03.265]➜  			"metadatas/gpdb/CheckJDBCSourceNetConnection.json",
2025-08-20T19:15:56.9790198Z [00:02:03.265]➜  			"metadatas/gpdb/CheckServiceLinkedRole.json",
2025-08-20T19:15:56.9790526Z [00:02:03.265]➜  			"metadatas/gpdb/CloneDBInstance.json",
2025-08-20T19:15:56.9790849Z [00:02:03.265]➜  			"metadatas/gpdb/CreateAccount.json",
2025-08-20T19:15:56.9791162Z [00:02:03.265]➜  			"metadatas/gpdb/CreateBackup.json",
2025-08-20T19:15:56.9791505Z [00:02:03.265]➜  			"metadatas/gpdb/CreateCollection.json",
2025-08-20T19:15:56.9791828Z [00:02:03.265]➜  			"metadatas/gpdb/CreateDBInstance.json",
2025-08-20T19:15:56.9792351Z [00:02:03.265]➜  			"metadatas/gpdb/CreateDBInstancePlan.json",
2025-08-20T19:15:56.9792893Z [00:02:03.265]➜  			"metadatas/gpdb/CreateDBResourceGroup.json",
2025-08-20T19:15:56.9793292Z [00:02:03.265]➜  			"metadatas/gpdb/CreateDocumentCollection.json",
2025-08-20T19:15:56.9793614Z [00:02:03.265]➜  			"metadatas/gpdb/CreateExtensions.json",
2025-08-20T19:15:56.9794000Z [00:02:03.265]➜  			"metadatas/gpdb/CreateExternalDataService.json",
2025-08-20T19:15:56.9794523Z [00:02:03.265]➜  			"metadatas/gpdb/CreateHadoopDataSource.json",
2025-08-20T19:15:56.9794845Z [00:02:03.265]➜  			"metadatas/gpdb/CreateIndex.json",
2025-08-20T19:15:56.9795208Z [00:02:03.265]➜  			"metadatas/gpdb/CreateJDBCDataSource.json",
2025-08-20T19:15:56.9795519Z [00:02:03.265]➜  			"metadatas/gpdb/CreateNamespace.json",
2025-08-20T19:15:56.9795912Z [00:02:03.265]➜  			"metadatas/gpdb/CreateRemoteADBDataSource.json",
2025-08-20T19:15:56.9796366Z [00:02:03.265]➜  			"metadatas/gpdb/CreateSampleData.json",
2025-08-20T19:15:56.9796712Z [00:02:03.265]➜  			"metadatas/gpdb/CreateSecret.json",
2025-08-20T19:15:56.9797082Z [00:02:03.265]➜  			"metadatas/gpdb/CreateServiceLinkedRole.json",
2025-08-20T19:15:56.9797476Z [00:02:03.265]➜  			"metadatas/gpdb/CreateStreamingDataService.json",
2025-08-20T19:15:56.9797855Z [00:02:03.265]➜  			"metadatas/gpdb/CreateStreamingDataSource.json",
2025-08-20T19:15:56.9798208Z [00:02:03.265]➜  			"metadatas/gpdb/CreateStreamingJob.json",
2025-08-20T19:15:56.9798571Z [00:02:03.265]➜  			"metadatas/gpdb/CreateSupabaseProject.json",
2025-08-20T19:15:56.9798892Z [00:02:03.265]➜  			"metadatas/gpdb/CreateVectorIndex.json",
2025-08-20T19:15:56.9799207Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteAccount.json",
2025-08-20T19:15:56.9799522Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteBackup.json",
2025-08-20T19:15:56.9799827Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteCollection.json",
2025-08-20T19:15:56.9800171Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteCollectionData.json",
2025-08-20T19:15:56.9800570Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteDBInstance.json",
2025-08-20T19:15:56.9800913Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteDBInstancePlan.json",
2025-08-20T19:15:56.9801230Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteDBResourceGroup.json",
2025-08-20T19:15:56.9801542Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteDocument.json",
2025-08-20T19:15:56.9801902Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteDocumentCollection.json",
2025-08-20T19:15:56.9802218Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteExtension.json",
2025-08-20T19:15:56.9802757Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteExternalDataService.json",
2025-08-20T19:15:56.9803218Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteHadoopDataSource.json",
2025-08-20T19:15:56.9803457Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteIndex.json",
2025-08-20T19:15:56.9803726Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteJDBCDataSource.json",
2025-08-20T19:15:56.9803973Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteNamespace.json",
2025-08-20T19:15:56.9804463Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteRemoteADBDataSource.json",
2025-08-20T19:15:56.9804755Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteSecret.json",
2025-08-20T19:15:56.9805134Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteStreamingDataService.json",
2025-08-20T19:15:56.9805496Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteStreamingDataSource.json",
2025-08-20T19:15:56.9805814Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteStreamingJob.json",
2025-08-20T19:15:56.9806147Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteSupabaseProject.json",
2025-08-20T19:15:56.9806472Z [00:02:03.265]➜  			"metadatas/gpdb/DeleteVectorIndex.json",
2025-08-20T19:15:56.9806787Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeAccounts.json",
2025-08-20T19:15:56.9807147Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeActiveSQLRecords.json",
2025-08-20T19:15:56.9807516Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeAvailableResources.json",
2025-08-20T19:15:56.9807843Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeBackupJob.json",
2025-08-20T19:15:56.9808194Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeBackupPolicy.json",
2025-08-20T19:15:56.9808519Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeCollection.json",
2025-08-20T19:15:56.9808845Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeCreateIndexJob.json",
2025-08-20T19:15:56.9809173Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBClusterNode.json",
2025-08-20T19:15:56.9809547Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBClusterPerformance.json",
2025-08-20T19:15:56.9810067Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBInstanceAttribute.json",
2025-08-20T19:15:56.9810476Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBInstanceDataBloat.json",
2025-08-20T19:15:56.9810879Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBInstanceDataSkew.json",
2025-08-20T19:15:56.9811339Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBInstanceDiagnosisSummary.json",
2025-08-20T19:15:56.9811727Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBInstanceErrorLog.json",
2025-08-20T19:15:56.9812259Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBInstanceIPArrayList.json",
2025-08-20T19:15:56.9812876Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBInstanceIndexUsage.json",
2025-08-20T19:15:56.9813275Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBInstanceNetInfo.json",
2025-08-20T19:15:56.9813691Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBInstancePerformance.json",
2025-08-20T19:15:56.9814061Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBInstancePlans.json",
2025-08-20T19:15:56.9814418Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBInstanceSSL.json",
2025-08-20T19:15:56.9814929Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBInstanceSupportMaxPerformance.json",
2025-08-20T19:15:56.9815278Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBInstances.json",
2025-08-20T19:15:56.9815649Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBResourceGroup.json",
2025-08-20T19:15:56.9816074Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBResourceManagementMode.json",
2025-08-20T19:15:56.9816451Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDBVersionInfos.json",
2025-08-20T19:15:56.9816783Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDataBackups.json",
2025-08-20T19:15:56.9817183Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDataReDistributeInfo.json",
2025-08-20T19:15:56.9817558Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDataShareInstances.json",
2025-08-20T19:15:56.9817945Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDataSharePerformance.json",
2025-08-20T19:15:56.9818335Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDiagnosisDimensions.json",
2025-08-20T19:15:56.9818814Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDiagnosisMonitorPerformance.json",
2025-08-20T19:15:56.9819186Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDiagnosisRecords.json",
2025-08-20T19:15:56.9819724Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDiagnosisSQLInfo.json",
2025-08-20T19:15:56.9820048Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDocument.json",
2025-08-20T19:15:56.9820418Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDownloadRecords.json",
2025-08-20T19:15:56.9820922Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeDownloadSQLLogs.json",
2025-08-20T19:15:56.9821324Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeExternalDataService.json",
2025-08-20T19:15:56.9821748Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeHadoopClustersInSameNet.json",
2025-08-20T19:15:56.9822104Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeHadoopConfigs.json",
2025-08-20T19:15:56.9822639Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeHadoopDataSource.json",
2025-08-20T19:15:56.9822996Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeHealthStatus.json",
2025-08-20T19:15:56.9823315Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeIMVInfos.json",
2025-08-20T19:15:56.9823637Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeIndex.json",
2025-08-20T19:15:56.9823994Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeJDBCDataSource.json",
2025-08-20T19:15:56.9824330Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeLogBackups.json",
2025-08-20T19:15:56.9824715Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeModifyParameterLog.json",
2025-08-20T19:15:56.9825084Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeNamespace.json",
2025-08-20T19:15:56.9825423Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeParameters.json",
2025-08-20T19:15:56.9825772Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeRdsVSwitchs.json",
2025-08-20T19:15:56.9826097Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeRdsVpcs.json",
2025-08-20T19:15:56.9826387Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeRegions.json",
2025-08-20T19:15:56.9826781Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeRoles.json",
2025-08-20T19:15:56.9827133Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeSQLLogCount.json",
2025-08-20T19:15:56.9827463Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeSQLLogs.json",
2025-08-20T19:15:56.9827794Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeSQLLogsV2.json",
2025-08-20T19:15:56.9828134Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeSampleData.json",
2025-08-20T19:15:56.9828549Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeStreamingDataService.json",
2025-08-20T19:15:56.9829069Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeStreamingDataSource.json",
2025-08-20T19:15:56.9829455Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeStreamingJob.json",
2025-08-20T19:15:56.9829826Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeSupportFeatures.json",
2025-08-20T19:15:56.9830143Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeTable.json",
2025-08-20T19:15:56.9830447Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeTags.json",
2025-08-20T19:15:56.9830874Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeUserEncryptionKeyList.json",
2025-08-20T19:15:56.9831234Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeWaitingSQLInfo.json",
2025-08-20T19:15:56.9831623Z [00:02:03.265]➜  			"metadatas/gpdb/DescribeWaitingSQLRecords.json",
2025-08-20T19:15:56.9831973Z [00:02:03.265]➜  			"metadatas/gpdb/DisableDBResourceGroup.json",
2025-08-20T19:15:56.9832344Z [00:02:03.265]➜  			"metadatas/gpdb/DownloadDiagnosisRecords.json",
2025-08-20T19:15:56.9832903Z [00:02:03.265]➜  			"metadatas/gpdb/DownloadSQLLogsRecords.json",
2025-08-20T19:15:56.9833279Z [00:02:03.265]➜  			"metadatas/gpdb/EnableDBResourceGroup.json",
2025-08-20T19:15:56.9833589Z [00:02:03.265]➜  			"metadatas/gpdb/ExecuteStatement.json",
2025-08-20T19:15:56.9833878Z [00:02:03.265]➜  			"metadatas/gpdb/GetAccount.json",
2025-08-20T19:15:56.9834172Z [00:02:03.265]➜  			"metadatas/gpdb/GetSecretValue.json",
2025-08-20T19:15:56.9834482Z [00:02:03.265]➜  			"metadatas/gpdb/GetStatementResult.json",
2025-08-20T19:15:56.9834809Z [00:02:03.265]➜  			"metadatas/gpdb/GetSupabaseProject.json",
2025-08-20T19:15:56.9835180Z [00:02:03.265]➜  			"metadatas/gpdb/GetSupabaseProjectApiKeys.json",
2025-08-20T19:15:56.9835618Z [00:02:03.265]➜  			"metadatas/gpdb/GetSupabaseProjectDashboardAccount.json",
2025-08-20T19:15:56.9836096Z [00:02:03.265]➜  			"metadatas/gpdb/GetUploadDocumentJob.json",
2025-08-20T19:15:56.9836477Z [00:02:03.265]➜  			"metadatas/gpdb/GetUpsertCollectionDataJob.json",
2025-08-20T19:15:56.9836836Z [00:02:03.265]➜  			"metadatas/gpdb/GrantCollection.json",
2025-08-20T19:15:56.9837297Z [00:02:03.265]➜  			"metadatas/gpdb/HandleActiveSQLRecord.json",
2025-08-20T19:15:56.9837617Z [00:02:03.265]➜  			"metadatas/gpdb/InitVectorDatabase.json",
2025-08-20T19:15:56.9837921Z [00:02:03.265]➜  			"metadatas/gpdb/ListBackupJobs.json",
2025-08-20T19:15:56.9838225Z [00:02:03.265]➜  			"metadatas/gpdb/ListCollections.json",
2025-08-20T19:15:56.9838534Z [00:02:03.265]➜  			"metadatas/gpdb/ListDatabases.json",
2025-08-20T19:15:56.9838900Z [00:02:03.265]➜  			"metadatas/gpdb/ListDocumentCollections.json",
2025-08-20T19:15:56.9839206Z [00:02:03.265]➜  			"metadatas/gpdb/ListDocuments.json",
2025-08-20T19:15:56.9839561Z [00:02:03.265]➜  			"metadatas/gpdb/ListExternalDataServices.json",
2025-08-20T19:15:56.9839927Z [00:02:03.265]➜  			"metadatas/gpdb/ListExternalDataSources.json",
2025-08-20T19:15:56.9840214Z [00:02:03.265]➜  			"metadatas/gpdb/ListIndices.json",
2025-08-20T19:15:56.9840552Z [00:02:03.265]➜  			"metadatas/gpdb/ListInstanceExtensions.json",
2025-08-20T19:15:56.9840846Z [00:02:03.265]➜  			"metadatas/gpdb/ListNamespaces.json",
2025-08-20T19:15:56.9841208Z [00:02:03.265]➜  			"metadatas/gpdb/ListRemoteADBDataSources.json",
2025-08-20T19:15:56.9841490Z [00:02:03.265]➜  			"metadatas/gpdb/ListSchemas.json",
2025-08-20T19:15:56.9841776Z [00:02:03.265]➜  			"metadatas/gpdb/ListSecrets.json",
2025-08-20T19:15:56.9842144Z [00:02:03.265]➜  			"metadatas/gpdb/ListStreamingDataServices.json",
2025-08-20T19:15:56.9842705Z [00:02:03.265]➜  			"metadatas/gpdb/ListStreamingDataSources.json",
2025-08-20T19:15:56.9843172Z [00:02:03.266]➜  			"metadatas/gpdb/ListStreamingJobs.json",
2025-08-20T19:15:56.9843566Z [00:02:03.266]➜  			"metadatas/gpdb/ListSupabaseProjects.json",
2025-08-20T19:15:56.9843878Z [00:02:03.266]➜  			"metadatas/gpdb/ListTables.json",
2025-08-20T19:15:56.9844219Z [00:02:03.266]➜  			"metadatas/gpdb/ListTagResources.json",
2025-08-20T19:15:56.9844607Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyAccountDescription.json",
2025-08-20T19:15:56.9845102Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyBackupPolicy.json",
2025-08-20T19:15:56.9845467Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyCollection.json",
2025-08-20T19:15:56.9845841Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyDBInstanceConfig.json",
2025-08-20T19:15:56.9846286Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:56.9846712Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyDBInstanceDeploymentMode.json",
2025-08-20T19:15:56.9847117Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyDBInstanceDescription.json",
2025-08-20T19:15:56.9847581Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:15:56.9847984Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyDBInstanceNetworkType.json",
2025-08-20T19:15:56.9848415Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyDBInstancePayType.json",
2025-08-20T19:15:56.9848862Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyDBInstanceResourceGroup.json",
2025-08-20T19:15:56.9849218Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyDBInstanceSSL.json",
2025-08-20T19:15:56.9849598Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyDBResourceGroup.json",
2025-08-20T19:15:56.9850003Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyExternalDataService.json",
2025-08-20T19:15:56.9850364Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyHadoopDataSource.json",
2025-08-20T19:15:56.9850717Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyJDBCDataSource.json",
2025-08-20T19:15:56.9851030Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyMasterSpec.json",
2025-08-20T19:15:56.9851352Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyParameters.json",
2025-08-20T19:15:56.9851734Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyRemoteADBDataSource.json",
2025-08-20T19:15:56.9852305Z [00:02:03.266]➜  			"metadatas/gpdb/ModifySQLCollectorPolicy.json",
2025-08-20T19:15:56.9852867Z [00:02:03.266]➜  			"metadatas/gpdb/ModifySecurityIps.json",
2025-08-20T19:15:56.9853270Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyStreamingDataService.json",
2025-08-20T19:15:56.9853641Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyStreamingDataSource.json",
2025-08-20T19:15:56.9854140Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyStreamingJob.json",
2025-08-20T19:15:56.9854605Z [00:02:03.266]➜  			"metadatas/gpdb/ModifySupabaseProjectSecurityIps.json",
2025-08-20T19:15:56.9854993Z [00:02:03.266]➜  			"metadatas/gpdb/ModifyVectorConfiguration.json",
2025-08-20T19:15:56.9855375Z [00:02:03.266]➜  			"metadatas/gpdb/PauseDataRedistribute.json",
2025-08-20T19:15:56.9855690Z [00:02:03.266]➜  			"metadatas/gpdb/PauseInstance.json",
2025-08-20T19:15:56.9856048Z [00:02:03.266]➜  			"metadatas/gpdb/QueryCollectionData.json",
2025-08-20T19:15:56.9856337Z [00:02:03.266]➜  			"metadatas/gpdb/QueryContent.json",
2025-08-20T19:15:56.9856686Z [00:02:03.266]➜  			"metadatas/gpdb/RebalanceDBInstance.json",
2025-08-20T19:15:56.9857116Z [00:02:03.266]➜  			"metadatas/gpdb/ReleaseInstancePublicConnection.json",
2025-08-20T19:15:56.9857416Z [00:02:03.266]➜  			"metadatas/gpdb/Rerank.json",
2025-08-20T19:15:56.9857768Z [00:02:03.266]➜  			"metadatas/gpdb/ResetAccountPassword.json",
2025-08-20T19:15:56.9858139Z [00:02:03.266]➜  			"metadatas/gpdb/ResetIMVMonitorData.json",
2025-08-20T19:15:56.9858523Z [00:02:03.266]➜  			"metadatas/gpdb/ResetSupabaseProjectPassword.json",
2025-08-20T19:15:56.9858854Z [00:02:03.266]➜  			"metadatas/gpdb/RestartDBInstance.json",
2025-08-20T19:15:56.9859210Z [00:02:03.266]➜  			"metadatas/gpdb/ResumeDataRedistribute.json",
2025-08-20T19:15:56.9859530Z [00:02:03.266]➜  			"metadatas/gpdb/ResumeInstance.json",
2025-08-20T19:15:56.9860061Z [00:02:03.266]➜  			"metadatas/gpdb/SetDBInstancePlanStatus.json",
2025-08-20T19:15:56.9860450Z [00:02:03.266]➜  			"metadatas/gpdb/SetDataShareInstance.json",
2025-08-20T19:15:56.9860827Z [00:02:03.266]➜  			"metadatas/gpdb/SwitchDBInstanceNetType.json",
2025-08-20T19:15:56.9861143Z [00:02:03.266]➜  			"metadatas/gpdb/TagResources.json",
2025-08-20T19:15:56.9861436Z [00:02:03.266]➜  			"metadatas/gpdb/TextEmbedding.json",
2025-08-20T19:15:56.9861846Z [00:02:03.266]➜  			"metadatas/gpdb/UnbindDBResourceGroupWithRole.json",
2025-08-20T19:15:56.9862325Z [00:02:03.266]➜  			"metadatas/gpdb/UnloadSampleData.json",
2025-08-20T19:15:56.9862919Z [00:02:03.266]➜  			"metadatas/gpdb/UntagResources.json",
2025-08-20T19:15:56.9863330Z [00:02:03.266]➜  			"metadatas/gpdb/UpdateCollectionDataMetadata.json",
2025-08-20T19:15:56.9863695Z [00:02:03.266]➜  			"metadatas/gpdb/UpdateDBInstancePlan.json",
2025-08-20T19:15:56.9864012Z [00:02:03.266]➜  			"metadatas/gpdb/UpgradeDBInstance.json",
2025-08-20T19:15:56.9864351Z [00:02:03.266]➜  			"metadatas/gpdb/UpgradeDBVersion.json",
2025-08-20T19:15:56.9864662Z [00:02:03.266]➜  			"metadatas/gpdb/UpgradeExtensions.json",
2025-08-20T19:15:56.9864945Z [00:02:03.266]➜  			"metadatas/gpdb/UploadDocumentAsync.json",
2025-08-20T19:15:56.9865209Z [00:02:03.266]➜  			"metadatas/gpdb/UpsertChunks.json",
2025-08-20T19:15:56.9865478Z [00:02:03.266]➜  			"metadatas/gpdb/UpsertCollectionData.json",
2025-08-20T19:15:56.9865784Z [00:02:03.266]➜  			"metadatas/gpdb/UpsertCollectionDataAsync.json",
2025-08-20T19:15:56.9866141Z [00:02:03.266]➜  			"metadatas/green/DescribeFileModerationResult.json",
2025-08-20T19:15:56.9866524Z [00:02:03.266]➜  			"metadatas/green/DescribeImageModerationResult.json",
2025-08-20T19:15:56.9866872Z [00:02:03.266]➜  			"metadatas/green/DescribeImageResultExt.json",
2025-08-20T19:15:56.9867190Z [00:02:03.266]➜  			"metadatas/green/DescribeUploadToken.json",
2025-08-20T19:15:56.9867575Z [00:02:03.266]➜  			"metadatas/green/DescribeUrlModerationResult.json",
2025-08-20T19:15:56.9867882Z [00:02:03.266]➜  			"metadatas/green/FileModeration.json",
2025-08-20T19:15:56.9868208Z [00:02:03.266]➜  			"metadatas/green/ImageAsyncModeration.json",
2025-08-20T19:15:56.9868675Z [00:02:03.266]➜  			"metadatas/green/ImageBatchModeration.json",
2025-08-20T19:15:56.9868971Z [00:02:03.266]➜  			"metadatas/green/ImageModeration.json",
2025-08-20T19:15:56.9869258Z [00:02:03.266]➜  			"metadatas/green/ManualCallback.json",
2025-08-20T19:15:56.9869575Z [00:02:03.266]➜  			"metadatas/green/ManualModeration.json",
2025-08-20T19:15:56.9870053Z [00:02:03.266]➜  			"metadatas/green/ManualModerationResult.json",
2025-08-20T19:15:56.9870365Z [00:02:03.266]➜  			"metadatas/green/MultiModalGuard.json",
2025-08-20T19:15:56.9870670Z [00:02:03.266]➜  			"metadatas/green/TextModeration.json",
2025-08-20T19:15:56.9870987Z [00:02:03.266]➜  			"metadatas/green/TextModerationPlus.json",
2025-08-20T19:15:56.9871307Z [00:02:03.266]➜  			"metadatas/green/UrlAsyncModeration.json",
2025-08-20T19:15:56.9871753Z [00:02:03.266]➜  			"metadatas/green/VideoModeration.json",
2025-08-20T19:15:56.9872140Z [00:02:03.266]➜  			"metadatas/green/VideoModerationCancel.json",
2025-08-20T19:15:56.9872703Z [00:02:03.266]➜  			"metadatas/green/VideoModerationResult.json",
2025-08-20T19:15:56.9873050Z [00:02:03.266]➜  			"metadatas/green/VoiceModeration.json",
2025-08-20T19:15:56.9873404Z [00:02:03.266]➜  			"metadatas/green/VoiceModerationCancel.json",
2025-08-20T19:15:56.9873747Z [00:02:03.266]➜  			"metadatas/green/VoiceModerationResult.json",
2025-08-20T19:15:56.9874165Z [00:02:03.266]➜  			"metadatas/gwlb/AddServersToServerGroup.json",
2025-08-20T19:15:56.9874486Z [00:02:03.266]➜  			"metadatas/gwlb/CreateListener.json",
2025-08-20T19:15:56.9874821Z [00:02:03.266]➜  			"metadatas/gwlb/CreateLoadBalancer.json",
2025-08-20T19:15:56.9875169Z [00:02:03.266]➜  			"metadatas/gwlb/CreateServerGroup.json",
2025-08-20T19:15:56.9875502Z [00:02:03.266]➜  			"metadatas/gwlb/DeleteListener.json",
2025-08-20T19:15:56.9875847Z [00:02:03.266]➜  			"metadatas/gwlb/DeleteLoadBalancer.json",
2025-08-20T19:15:56.9876171Z [00:02:03.266]➜  			"metadatas/gwlb/DeleteServerGroup.json",
2025-08-20T19:15:56.9876486Z [00:02:03.266]➜  			"metadatas/gwlb/DescribeRegions.json",
2025-08-20T19:15:56.9876794Z [00:02:03.266]➜  			"metadatas/gwlb/DescribeZones.json",
2025-08-20T19:15:56.9877145Z [00:02:03.266]➜  			"metadatas/gwlb/GetListenerAttribute.json",
2025-08-20T19:15:56.9877518Z [00:02:03.266]➜  			"metadatas/gwlb/GetListenerHealthStatus.json",
2025-08-20T19:15:56.9878104Z [00:02:03.266]➜  			"metadatas/gwlb/GetLoadBalancerAttribute.json",
2025-08-20T19:15:56.9878445Z [00:02:03.266]➜  			"metadatas/gwlb/ListListeners.json",
2025-08-20T19:15:56.9878785Z [00:02:03.266]➜  			"metadatas/gwlb/ListLoadBalancers.json",
2025-08-20T19:15:56.9879133Z [00:02:03.266]➜  			"metadatas/gwlb/ListServerGroupServers.json",
2025-08-20T19:15:56.9879466Z [00:02:03.266]➜  			"metadatas/gwlb/ListServerGroups.json",
2025-08-20T19:15:56.9879786Z [00:02:03.266]➜  			"metadatas/gwlb/ListTagResources.json",
2025-08-20T19:15:56.9880137Z [00:02:03.266]➜  			"metadatas/gwlb/MoveResourceGroup.json",
2025-08-20T19:15:56.9880560Z [00:02:03.266]➜  			"metadatas/gwlb/RemoveServersFromServerGroup.json",
2025-08-20T19:15:56.9881067Z [00:02:03.266]➜  			"metadatas/gwlb/TagResources.json",
2025-08-20T19:15:56.9881389Z [00:02:03.266]➜  			"metadatas/gwlb/UntagResources.json",
2025-08-20T19:15:56.9881757Z [00:02:03.266]➜  			"metadatas/gwlb/UpdateListenerAttribute.json",
2025-08-20T19:15:56.9882163Z [00:02:03.266]➜  			"metadatas/gwlb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:15:56.9882818Z [00:02:03.266]➜  			"metadatas/gwlb/UpdateLoadBalancerZones.json",
2025-08-20T19:15:56.9883224Z [00:02:03.266]➜  			"metadatas/gwlb/UpdateServerGroupAttribute.json",
2025-08-20T19:15:56.9883545Z [00:02:03.266]➜  			"metadatas/hbase/AddUserHdfsInfo.json",
2025-08-20T19:15:56.9883967Z [00:02:03.266]➜  			"metadatas/hbase/AllocatePublicNetworkAddress.json",
2025-08-20T19:15:56.9884368Z [00:02:03.266]➜  			"metadatas/hbase/CancelActiveOperationTasks.json",
2025-08-20T19:15:56.9884745Z [00:02:03.266]➜  			"metadatas/hbase/CheckComponentsVersion.json",
2025-08-20T19:15:56.9885064Z [00:02:03.266]➜  			"metadatas/hbase/CloseBackup.json",
2025-08-20T19:15:56.9885401Z [00:02:03.266]➜  			"metadatas/hbase/ConvertInstance.json",
2025-08-20T19:15:56.9885713Z [00:02:03.266]➜  			"metadatas/hbase/CreateAccount.json",
2025-08-20T19:15:56.9886043Z [00:02:03.266]➜  			"metadatas/hbase/CreateBackupPlan.json",
2025-08-20T19:15:56.9886371Z [00:02:03.266]➜  			"metadatas/hbase/CreateCluster.json",
2025-08-20T19:15:56.9886869Z [00:02:03.266]➜  			"metadatas/hbase/CreateGlobalResource.json",
2025-08-20T19:15:56.9887229Z [00:02:03.266]➜  			"metadatas/hbase/CreateHBaseSlbServer.json",
2025-08-20T19:15:56.9887561Z [00:02:03.266]➜  			"metadatas/hbase/CreateHbaseHaSlb.json",
2025-08-20T19:15:56.9887949Z [00:02:03.266]➜  			"metadatas/hbase/CreateMultiZoneCluster.json",
2025-08-20T19:15:56.9888280Z [00:02:03.266]➜  			"metadatas/hbase/CreateRestorePlan.json",
2025-08-20T19:15:56.9888891Z [00:02:03.266]➜  			"metadatas/hbase/CreateServerlessCluster.json",
2025-08-20T19:15:56.9889258Z [00:02:03.266]➜  			"metadatas/hbase/DeleteAccount.json",
2025-08-20T19:15:56.9889616Z [00:02:03.266]➜  			"metadatas/hbase/DeleteGlobalResource.json",
2025-08-20T19:15:56.9889947Z [00:02:03.266]➜  			"metadatas/hbase/DeleteHBaseHaDB.json",
2025-08-20T19:15:56.9890279Z [00:02:03.266]➜  			"metadatas/hbase/DeleteHBaseSlbServer.json",
2025-08-20T19:15:56.9890618Z [00:02:03.266]➜  			"metadatas/hbase/DeleteHbaseHaSlb.json",
2025-08-20T19:15:56.9890945Z [00:02:03.266]➜  			"metadatas/hbase/DeleteInstance.json",
2025-08-20T19:15:56.9891323Z [00:02:03.266]➜  			"metadatas/hbase/DeleteMultiZoneCluster.json",
2025-08-20T19:15:56.9891699Z [00:02:03.266]➜  			"metadatas/hbase/DeleteServerlessCluster.json",
2025-08-20T19:15:56.9892060Z [00:02:03.266]➜  			"metadatas/hbase/DeleteUserHdfsInfo.json",
2025-08-20T19:15:56.9892606Z [00:02:03.266]➜  			"metadatas/hbase/DescribeAccounts.json",
2025-08-20T19:15:56.9893093Z [00:02:03.266]➜  			"metadatas/hbase/DescribeActiveOperationTaskType.json",
2025-08-20T19:15:56.9893497Z [00:02:03.266]➜  			"metadatas/hbase/DescribeActiveOperationTasks.json",
2025-08-20T19:15:56.9893890Z [00:02:03.266]➜  			"metadatas/hbase/DescribeAvailableResource.json",
2025-08-20T19:15:56.9894345Z [00:02:03.266]➜  			"metadatas/hbase/DescribeBackupPlanConfig.json",
2025-08-20T19:15:56.9894705Z [00:02:03.266]➜  			"metadatas/hbase/DescribeBackupPolicy.json",
2025-08-20T19:15:56.9895204Z [00:02:03.266]➜  			"metadatas/hbase/DescribeBackupStatus.json",
2025-08-20T19:15:56.9895603Z [00:02:03.266]➜  			"metadatas/hbase/DescribeBackupSummary.json",
2025-08-20T19:15:56.9895955Z [00:02:03.266]➜  			"metadatas/hbase/DescribeBackupTables.json",
2025-08-20T19:15:56.9896270Z [00:02:03.266]➜  			"metadatas/hbase/DescribeBackups.json",
2025-08-20T19:15:56.9896654Z [00:02:03.266]➜  			"metadatas/hbase/DescribeClusterConnection.json",
2025-08-20T19:15:56.9897011Z [00:02:03.266]➜  			"metadatas/hbase/DescribeColdStorage.json",
2025-08-20T19:15:56.9897378Z [00:02:03.266]➜  			"metadatas/hbase/DescribeDBInstanceUsage.json",
2025-08-20T19:15:56.9897763Z [00:02:03.266]➜  			"metadatas/hbase/DescribeDeletedInstances.json",
2025-08-20T19:15:56.9898327Z [00:02:03.266]➜  			"metadatas/hbase/DescribeDiskWarningLine.json",
2025-08-20T19:15:56.9898681Z [00:02:03.266]➜  			"metadatas/hbase/DescribeEndpoints.json",
2025-08-20T19:15:56.9899013Z [00:02:03.266]➜  			"metadatas/hbase/DescribeInstance.json",
2025-08-20T19:15:56.9899377Z [00:02:03.266]➜  			"metadatas/hbase/DescribeInstanceType.json",
2025-08-20T19:15:56.9899701Z [00:02:03.266]➜  			"metadatas/hbase/DescribeInstances.json",
2025-08-20T19:15:56.9900049Z [00:02:03.266]➜  			"metadatas/hbase/DescribeIpWhitelist.json",
2025-08-20T19:15:56.9900566Z [00:02:03.266]➜  			"metadatas/hbase/DescribeMultiZoneAvailableRegions.json",
2025-08-20T19:15:56.9901044Z [00:02:03.266]➜  			"metadatas/hbase/DescribeMultiZoneAvailableResource.json",
2025-08-20T19:15:56.9901448Z [00:02:03.266]➜  			"metadatas/hbase/DescribeMultiZoneCluster.json",
2025-08-20T19:15:56.9901844Z [00:02:03.266]➜  			"metadatas/hbase/DescribeRecoverableTimeRange.json",
2025-08-20T19:15:56.9902159Z [00:02:03.266]➜  			"metadatas/hbase/DescribeRegions.json",
2025-08-20T19:15:56.9902746Z [00:02:03.266]➜  			"metadatas/hbase/DescribeRestoreFullDetails.json",
2025-08-20T19:15:56.9903121Z [00:02:03.267]➜  			"metadatas/hbase/DescribeRestoreIncrDetail.json",
2025-08-20T19:15:56.9903544Z [00:02:03.267]➜  			"metadatas/hbase/DescribeRestoreSchemaDetails.json",
2025-08-20T19:15:56.9904091Z [00:02:03.267]➜  			"metadatas/hbase/DescribeRestoreSummary.json",
2025-08-20T19:15:56.9904470Z [00:02:03.267]➜  			"metadatas/hbase/DescribeRestoreTables.json",
2025-08-20T19:15:56.9904840Z [00:02:03.267]➜  			"metadatas/hbase/DescribeSecurityGroups.json",
2025-08-20T19:15:56.9905233Z [00:02:03.267]➜  			"metadatas/hbase/DescribeServerlessCluster.json",
2025-08-20T19:15:56.9905559Z [00:02:03.267]➜  			"metadatas/hbase/DescribeSubDomain.json",
2025-08-20T19:15:56.9906059Z [00:02:03.267]➜  			"metadatas/hbase/EnableHBaseueBackup.json",
2025-08-20T19:15:56.9906427Z [00:02:03.267]➜  			"metadatas/hbase/EnableHBaseueModule.json",
2025-08-20T19:15:56.9906831Z [00:02:03.267]➜  			"metadatas/hbase/EvaluateMultiZoneResource.json",
2025-08-20T19:15:56.9907171Z [00:02:03.267]➜  			"metadatas/hbase/GetMultimodeCmsUrl.json",
2025-08-20T19:15:56.9907467Z [00:02:03.267]➜  			"metadatas/hbase/Grant.json",
2025-08-20T19:15:56.9907912Z [00:02:03.267]➜  			"metadatas/hbase/ListHBaseInstances.json",
2025-08-20T19:15:56.9908390Z [00:02:03.267]➜  			"metadatas/hbase/ListInstanceServiceConfigHistories.json",
2025-08-20T19:15:56.9908834Z [00:02:03.267]➜  			"metadatas/hbase/ListInstanceServiceConfigurations.json",
2025-08-20T19:15:56.9909177Z [00:02:03.267]➜  			"metadatas/hbase/ListTagResources.json",
2025-08-20T19:15:56.9909479Z [00:02:03.267]➜  			"metadatas/hbase/ListTags.json",
2025-08-20T19:15:56.9909874Z [00:02:03.267]➜  			"metadatas/hbase/ModifyAccountPassword.json",
2025-08-20T19:15:56.9910299Z [00:02:03.267]➜  			"metadatas/hbase/ModifyActiveOperationTasks.json",
2025-08-20T19:15:56.9910699Z [00:02:03.267]➜  			"metadatas/hbase/ModifyBackupPlanConfig.json",
2025-08-20T19:15:56.9911042Z [00:02:03.267]➜  			"metadatas/hbase/ModifyBackupPolicy.json",
2025-08-20T19:15:56.9911503Z [00:02:03.267]➜  			"metadatas/hbase/ModifyClusterDeletionProtection.json",
2025-08-20T19:15:56.9911867Z [00:02:03.267]➜  			"metadatas/hbase/ModifyDiskWarningLine.json",
2025-08-20T19:15:56.9912614Z [00:02:03.267]➜  			"metadatas/hbase/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:56.9913034Z [00:02:03.267]➜  			"metadatas/hbase/ModifyInstanceName.json",
2025-08-20T19:15:56.9913456Z [00:02:03.267]➜  			"metadatas/hbase/ModifyInstanceServiceConfig.json",
2025-08-20T19:15:56.9913796Z [00:02:03.267]➜  			"metadatas/hbase/ModifyInstanceType.json",
2025-08-20T19:15:56.9914122Z [00:02:03.267]➜  			"metadatas/hbase/ModifyIpWhitelist.json",
2025-08-20T19:15:56.9914568Z [00:02:03.267]➜  			"metadatas/hbase/ModifyMultiZoneClusterNodeType.json",
2025-08-20T19:15:56.9914918Z [00:02:03.267]➜  			"metadatas/hbase/ModifySecurityGroups.json",
2025-08-20T19:15:56.9915469Z [00:02:03.267]➜  			"metadatas/hbase/ModifyUIAccountPassword.json",
2025-08-20T19:15:56.9915805Z [00:02:03.267]➜  			"metadatas/hbase/MoveResourceGroup.json",
2025-08-20T19:15:56.9916137Z [00:02:03.267]➜  			"metadatas/hbase/OpenBackup.json",
2025-08-20T19:15:56.9916461Z [00:02:03.267]➜  			"metadatas/hbase/PurgeInstance.json",
2025-08-20T19:15:56.9916812Z [00:02:03.267]➜  			"metadatas/hbase/QueryHBaseHaDB.json",
2025-08-20T19:15:56.9917149Z [00:02:03.267]➜  			"metadatas/hbase/QueryXpackRelateDB.json",
2025-08-20T19:15:56.9917473Z [00:02:03.267]➜  			"metadatas/hbase/RelateDbForHBaseHa.json",
2025-08-20T19:15:56.9917868Z [00:02:03.267]➜  			"metadatas/hbase/ReleasePublicNetworkAddress.json",
2025-08-20T19:15:56.9918173Z [00:02:03.267]➜  			"metadatas/hbase/RenewInstance.json",
2025-08-20T19:15:56.9918533Z [00:02:03.267]➜  			"metadatas/hbase/ResizeColdStorageSize.json",
2025-08-20T19:15:56.9918863Z [00:02:03.267]➜  			"metadatas/hbase/ResizeDiskSize.json",
2025-08-20T19:15:56.9919302Z [00:02:03.267]➜  			"metadatas/hbase/ResizeMultiZoneClusterDiskSize.json",
2025-08-20T19:15:56.9919758Z [00:02:03.267]➜  			"metadatas/hbase/ResizeMultiZoneClusterNodeCount.json",
2025-08-20T19:15:56.9920085Z [00:02:03.267]➜  			"metadatas/hbase/ResizeNodeCount.json",
2025-08-20T19:15:56.9920396Z [00:02:03.267]➜  			"metadatas/hbase/RestartInstance.json",
2025-08-20T19:15:56.9920869Z [00:02:03.267]➜  			"metadatas/hbase/Revoke.json",
2025-08-20T19:15:56.9921204Z [00:02:03.267]➜  			"metadatas/hbase/SwitchHbaseHaSlb.json",
2025-08-20T19:15:56.9921512Z [00:02:03.267]➜  			"metadatas/hbase/SwitchService.json",
2025-08-20T19:15:56.9921830Z [00:02:03.267]➜  			"metadatas/hbase/TagResources.json",
2025-08-20T19:15:56.9922152Z [00:02:03.267]➜  			"metadatas/hbase/UnTagResources.json",
2025-08-20T19:15:56.9922776Z [00:02:03.267]➜  			"metadatas/hbase/UpgradeMinorVersion.json",
2025-08-20T19:15:56.9923299Z [00:02:03.267]➜  			"metadatas/hbase/UpgradeMultiZoneCluster.json",
2025-08-20T19:15:56.9923613Z [00:02:03.267]➜  			"metadatas/hbase/XpackRelateDB.json",
2025-08-20T19:15:56.9923951Z [00:02:03.267]➜  			"metadatas/hitsdb/ChangeResourceGroup.json",
2025-08-20T19:15:56.9924299Z [00:02:03.267]➜  			"metadatas/hitsdb/CreateLindormInstance.json",
2025-08-20T19:15:56.9924591Z [00:02:03.267]➜  			"metadatas/hitsdb/DescribeRegions.json",
2025-08-20T19:15:56.9924945Z [00:02:03.267]➜  			"metadatas/hitsdb/GetInstanceIpWhiteList.json",
2025-08-20T19:15:56.9925300Z [00:02:03.267]➜  			"metadatas/hitsdb/GetLindormFsUsedDetail.json",
2025-08-20T19:15:56.9925626Z [00:02:03.267]➜  			"metadatas/hitsdb/GetLindormInstance.json",
2025-08-20T19:15:56.9926032Z [00:02:03.267]➜  			"metadatas/hitsdb/GetLindormInstanceEngineList.json",
2025-08-20T19:15:56.9926386Z [00:02:03.267]➜  			"metadatas/hitsdb/GetLindormInstanceList.json",
2025-08-20T19:15:56.9926709Z [00:02:03.267]➜  			"metadatas/hitsdb/ListTagResources.json",
2025-08-20T19:15:56.9927058Z [00:02:03.267]➜  			"metadatas/hitsdb/ModifyInstancePayType.json",
2025-08-20T19:15:56.9927411Z [00:02:03.267]➜  			"metadatas/hitsdb/ReleaseLindormInstance.json",
2025-08-20T19:15:56.9927752Z [00:02:03.267]➜  			"metadatas/hitsdb/RenewLindormInstance.json",
2025-08-20T19:15:56.9928110Z [00:02:03.267]➜  			"metadatas/hitsdb/SwitchLSQLV3MySQLService.json",
2025-08-20T19:15:56.9928419Z [00:02:03.267]➜  			"metadatas/hitsdb/TagResources.json",
2025-08-20T19:15:56.9928866Z [00:02:03.267]➜  			"metadatas/hitsdb/UntagResources.json",
2025-08-20T19:15:56.9929302Z [00:02:03.267]➜  			"metadatas/hitsdb/UpdateInstanceIpWhiteList.json",
2025-08-20T19:15:56.9929698Z [00:02:03.267]➜  			"metadatas/hitsdb/UpgradeLindormInstance.json",
2025-08-20T19:15:56.9930081Z [00:02:03.267]➜  			"metadatas/hologram/ChangeResourceGroup.json",
2025-08-20T19:15:56.9930450Z [00:02:03.267]➜  			"metadatas/hologram/CreateHoloWarehouse.json",
2025-08-20T19:15:56.9930802Z [00:02:03.267]➜  			"metadatas/hologram/CreateInstance.json",
2025-08-20T19:15:56.9931172Z [00:02:03.267]➜  			"metadatas/hologram/DeleteHoloWarehouse.json",
2025-08-20T19:15:56.9931653Z [00:02:03.267]➜  			"metadatas/hologram/DeleteInstance.json",
2025-08-20T19:15:56.9931991Z [00:02:03.267]➜  			"metadatas/hologram/DisableHiveAccess.json",
2025-08-20T19:15:56.9932318Z [00:02:03.267]➜  			"metadatas/hologram/EnableHiveAccess.json",
2025-08-20T19:15:56.9932837Z [00:02:03.267]➜  			"metadatas/hologram/GetInstance.json",
2025-08-20T19:15:56.9933192Z [00:02:03.267]➜  			"metadatas/hologram/GetWarehouseDetail.json",
2025-08-20T19:15:56.9933512Z [00:02:03.267]➜  			"metadatas/hologram/ListBackupData.json",
2025-08-20T19:15:56.9933814Z [00:02:03.267]➜  			"metadatas/hologram/ListInstances.json",
2025-08-20T19:15:56.9934122Z [00:02:03.267]➜  			"metadatas/hologram/ListWarehouses.json",
2025-08-20T19:15:56.9934480Z [00:02:03.267]➜  			"metadatas/hologram/RebalanceHoloWarehouse.json",
2025-08-20T19:15:56.9934833Z [00:02:03.267]➜  			"metadatas/hologram/RenameHoloWarehouse.json",
2025-08-20T19:15:56.9935131Z [00:02:03.267]➜  			"metadatas/hologram/RenewInstance.json",
2025-08-20T19:15:56.9935483Z [00:02:03.267]➜  			"metadatas/hologram/RestartHoloWarehouse.json",
2025-08-20T19:15:56.9935791Z [00:02:03.267]➜  			"metadatas/hologram/RestartInstance.json",
2025-08-20T19:15:56.9936143Z [00:02:03.267]➜  			"metadatas/hologram/ResumeHoloWarehouse.json",
2025-08-20T19:15:56.9936454Z [00:02:03.267]➜  			"metadatas/hologram/ResumeInstance.json",
2025-08-20T19:15:56.9936951Z [00:02:03.267]➜  			"metadatas/hologram/ScaleHoloWarehouse.json",
2025-08-20T19:15:56.9937252Z [00:02:03.267]➜  			"metadatas/hologram/ScaleInstance.json",
2025-08-20T19:15:56.9937557Z [00:02:03.267]➜  			"metadatas/hologram/StopInstance.json",
2025-08-20T19:15:56.9937901Z [00:02:03.267]➜  			"metadatas/hologram/SuspendHoloWarehouse.json",
2025-08-20T19:15:56.9938248Z [00:02:03.267]➜  			"metadatas/hologram/UpdateInstanceName.json",
2025-08-20T19:15:56.9938747Z [00:02:03.267]➜  			"metadatas/hologram/UpdateInstanceNetworkType.json",
2025-08-20T19:15:56.9939041Z [00:02:03.267]➜  			"metadatas/httpdns/AddDomain.json",
2025-08-20T19:15:56.9939339Z [00:02:03.267]➜  			"metadatas/httpdns/DeleteDomain.json",
2025-08-20T19:15:56.9939659Z [00:02:03.267]➜  			"metadatas/httpdns/DescribeDomains.json",
2025-08-20T19:15:56.9939977Z [00:02:03.267]➜  			"metadatas/httpdns/GetAccountInfo.json",
2025-08-20T19:15:56.9940355Z [00:02:03.267]➜  			"metadatas/httpdns/GetResolveCountSummary.json",
2025-08-20T19:15:56.9940711Z [00:02:03.267]➜  			"metadatas/httpdns/GetResolveStatistics.json",
2025-08-20T19:15:56.9941014Z [00:02:03.267]➜  			"metadatas/httpdns/ListDomains.json",
2025-08-20T19:15:56.9941343Z [00:02:03.267]➜  			"metadatas/httpdns/RefreshResolveCache.json",
2025-08-20T19:15:56.9941640Z [00:02:03.267]➜  			"metadatas/imageaudit/ScanImage.json",
2025-08-20T19:15:56.9941922Z [00:02:03.267]➜  			"metadatas/imageaudit/ScanText.json",
2025-08-20T19:15:56.9942276Z [00:02:03.267]➜  			"metadatas/imageenhan/AssessComposition.json",
2025-08-20T19:15:56.9942797Z [00:02:03.267]➜  			"metadatas/imageenhan/AssessExposure.json",
2025-08-20T19:15:56.9943150Z [00:02:03.267]➜  			"metadatas/imageenhan/AssessSharpness.json",
2025-08-20T19:15:56.9943471Z [00:02:03.267]➜  			"metadatas/imageenhan/ChangeImageSize.json",
2025-08-20T19:15:56.9943789Z [00:02:03.267]➜  			"metadatas/imageenhan/ColorizeImage.json",
2025-08-20T19:15:56.9944122Z [00:02:03.267]➜  			"metadatas/imageenhan/EnhanceImageColor.json",
2025-08-20T19:15:56.9944559Z [00:02:03.267]➜  			"metadatas/imageenhan/ErasePerson.json",
2025-08-20T19:15:56.9944895Z [00:02:03.267]➜  			"metadatas/imageenhan/ExtendImageStyle.json",
2025-08-20T19:15:56.9945284Z [00:02:03.267]➜  			"metadatas/imageenhan/GenerateCartoonizedImage.json",
2025-08-20T19:15:56.9945648Z [00:02:03.267]➜  			"metadatas/imageenhan/GenerateDynamicImage.json",
2025-08-20T19:15:56.9946009Z [00:02:03.267]➜  			"metadatas/imageenhan/GenerateImageWithText.json",
2025-08-20T19:15:56.9946458Z [00:02:03.267]➜  			"metadatas/imageenhan/GenerateImageWithTextAndImage.json",
2025-08-20T19:15:56.9946897Z [00:02:03.267]➜  			"metadatas/imageenhan/GenerateSuperResolutionImage.json",
2025-08-20T19:15:56.9947393Z [00:02:03.267]➜  			"metadatas/imageenhan/GetAsyncJobResult.json",
2025-08-20T19:15:56.9947832Z [00:02:03.267]➜  			"metadatas/imageenhan/ImageBlindCharacterWatermark.json",
2025-08-20T19:15:56.9948237Z [00:02:03.267]➜  			"metadatas/imageenhan/ImageBlindPicWatermark.json",
2025-08-20T19:15:56.9948628Z [00:02:03.267]➜  			"metadatas/imageenhan/ImitatePhotoStyle.json",
2025-08-20T19:15:56.9949040Z [00:02:03.267]➜  			"metadatas/imageenhan/IntelligentComposition.json",
2025-08-20T19:15:56.9949470Z [00:02:03.267]➜  			"metadatas/imageenhan/MakeSuperResolutionImage.json",
2025-08-20T19:15:56.9949810Z [00:02:03.267]➜  			"metadatas/imageenhan/RecolorHDImage.json",
2025-08-20T19:15:56.9950144Z [00:02:03.267]➜  			"metadatas/imageenhan/RecolorImage.json",
2025-08-20T19:15:56.9950526Z [00:02:03.267]➜  			"metadatas/imageenhan/RemoveImageSubtitles.json",
2025-08-20T19:15:56.9950906Z [00:02:03.267]➜  			"metadatas/imageenhan/RemoveImageWatermark.json",
2025-08-20T19:15:56.9951278Z [00:02:03.267]➜  			"metadatas/imagerecog/ClassifyingRubbish.json",
2025-08-20T19:15:56.9951663Z [00:02:03.267]➜  			"metadatas/imagerecog/DetectImageElements.json",
2025-08-20T19:15:56.9952092Z [00:02:03.267]➜  			"metadatas/imagerecog/EvaluateCertificateQuality.json",
2025-08-20T19:15:56.9952638Z [00:02:03.267]➜  			"metadatas/imagerecog/GetAsyncJobResult.json",
2025-08-20T19:15:56.9953128Z [00:02:03.267]➜  			"metadatas/imagerecog/RecognizeFood.json",
2025-08-20T19:15:56.9953467Z [00:02:03.267]➜  			"metadatas/imagerecog/RecognizeImageColor.json",
2025-08-20T19:15:56.9953825Z [00:02:03.267]➜  			"metadatas/imagerecog/RecognizeImageStyle.json",
2025-08-20T19:15:56.9954137Z [00:02:03.267]➜  			"metadatas/imagerecog/RecognizeScene.json",
2025-08-20T19:15:56.9954450Z [00:02:03.267]➜  			"metadatas/imagerecog/TaggingAdImage.json",
2025-08-20T19:15:56.9954881Z [00:02:03.267]➜  			"metadatas/imagerecog/TaggingImage.json",
2025-08-20T19:15:56.9955204Z [00:02:03.267]➜  			"metadatas/imageseg/ChangeSky.json",
2025-08-20T19:15:56.9955534Z [00:02:03.267]➜  			"metadatas/imageseg/GetAsyncJobResult.json",
2025-08-20T19:15:56.9955832Z [00:02:03.267]➜  			"metadatas/imageseg/ParseFace.json",
2025-08-20T19:15:56.9956133Z [00:02:03.267]➜  			"metadatas/imageseg/RefineMask.json",
2025-08-20T19:15:56.9956444Z [00:02:03.267]➜  			"metadatas/imageseg/SegmentBody.json",
2025-08-20T19:15:56.9956873Z [00:02:03.267]➜  			"metadatas/imageseg/SegmentCloth.json",
2025-08-20T19:15:56.9957233Z [00:02:03.267]➜  			"metadatas/imageseg/SegmentCommodity.json",
2025-08-20T19:15:56.9957583Z [00:02:03.267]➜  			"metadatas/imageseg/SegmentCommonImage.json",
2025-08-20T19:15:56.9957897Z [00:02:03.267]➜  			"metadatas/imageseg/SegmentFood.json",
2025-08-20T19:15:56.9958258Z [00:02:03.267]➜  			"metadatas/imageseg/SegmentHDBody.json",
2025-08-20T19:15:56.9958640Z [00:02:03.267]➜  			"metadatas/imageseg/SegmentHDCommonImage.json",
2025-08-20T19:15:56.9958948Z [00:02:03.267]➜  			"metadatas/imageseg/SegmentHDSky.json",
2025-08-20T19:15:56.9959262Z [00:02:03.267]➜  			"metadatas/imageseg/SegmentHair.json",
2025-08-20T19:15:56.9959542Z [00:02:03.267]➜  			"metadatas/imageseg/SegmentHead.json",
2025-08-20T19:15:56.9959780Z [00:02:03.267]➜  			"metadatas/imageseg/SegmentSkin.json",
2025-08-20T19:15:56.9960012Z [00:02:03.267]➜  			"metadatas/imageseg/SegmentSky.json",
2025-08-20T19:15:56.9960366Z [00:02:03.267]➜  			"metadatas/ims/AddClientIdToOIDCProvider.json",
2025-08-20T19:15:56.9960757Z [00:02:03.267]➜  			"metadatas/ims/AddFingerprintToOIDCProvider.json",
2025-08-20T19:15:56.9961066Z [00:02:03.267]➜  			"metadatas/ims/AddUserToGroup.json",
2025-08-20T19:15:56.9961341Z [00:02:03.267]➜  			"metadatas/ims/BindMFADevice.json",
2025-08-20T19:15:56.9961638Z [00:02:03.267]➜  			"metadatas/ims/ChangePassword.json",
2025-08-20T19:15:56.9961936Z [00:02:03.267]➜  			"metadatas/ims/CreateAccessKey.json",
2025-08-20T19:15:56.9962265Z [00:02:03.267]➜  			"metadatas/ims/CreateAppSecret.json",
2025-08-20T19:15:56.9962823Z [00:02:03.267]➜  			"metadatas/ims/CreateApplication.json",
2025-08-20T19:15:56.9963299Z [00:02:03.267]➜  			"metadatas/ims/CreateGroup.json",
2025-08-20T19:15:56.9963606Z [00:02:03.267]➜  			"metadatas/ims/CreateLoginProfile.json",
2025-08-20T19:15:56.9963910Z [00:02:03.267]➜  			"metadatas/ims/CreateOIDCProvider.json",
2025-08-20T19:15:56.9964236Z [00:02:03.267]➜  			"metadatas/ims/CreateSAMLProvider.json",
2025-08-20T19:15:56.9964537Z [00:02:03.267]➜  			"metadatas/ims/CreateUser.json",
2025-08-20T19:15:56.9964881Z [00:02:03.267]➜  			"metadatas/ims/CreateVirtualMFADevice.json",
2025-08-20T19:15:56.9965210Z [00:02:03.267]➜  			"metadatas/ims/DeleteAccessKey.json",
2025-08-20T19:15:56.9965637Z [00:02:03.267]➜  			"metadatas/ims/DeleteAccessKeyInRecycleBin.json",
2025-08-20T19:15:56.9965980Z [00:02:03.268]➜  			"metadatas/ims/DeleteAppSecret.json",
2025-08-20T19:15:56.9966309Z [00:02:03.268]➜  			"metadatas/ims/DeleteApplication.json",
2025-08-20T19:15:56.9966621Z [00:02:03.268]➜  			"metadatas/ims/DeleteGroup.json",
2025-08-20T19:15:56.9966947Z [00:02:03.268]➜  			"metadatas/ims/DeleteLoginProfile.json",
2025-08-20T19:15:56.9967285Z [00:02:03.268]➜  			"metadatas/ims/DeleteOIDCProvider.json",
2025-08-20T19:15:56.9967566Z [00:02:03.268]➜  			"metadatas/ims/DeletePasskey.json",
2025-08-20T19:15:56.9967878Z [00:02:03.268]➜  			"metadatas/ims/DeleteSAMLProvider.json",
2025-08-20T19:15:56.9968326Z [00:02:03.268]➜  			"metadatas/ims/DeleteUser.json",
2025-08-20T19:15:56.9968683Z [00:02:03.268]➜  			"metadatas/ims/DeleteUserInRecycleBin.json",
2025-08-20T19:15:56.9969033Z [00:02:03.268]➜  			"metadatas/ims/DeleteVirtualMFADevice.json",
2025-08-20T19:15:56.9969383Z [00:02:03.268]➜  			"metadatas/ims/DeprovisionApplication.json",
2025-08-20T19:15:56.9969799Z [00:02:03.268]➜  			"metadatas/ims/DeprovisionExternalApplication.json",
2025-08-20T19:15:56.9970208Z [00:02:03.268]➜  			"metadatas/ims/DisableVirtualMFA.json",
2025-08-20T19:15:56.9970581Z [00:02:03.268]➜  			"metadatas/ims/GenerateCredentialReport.json",
2025-08-20T19:15:56.9970952Z [00:02:03.268]➜  			"metadatas/ims/GenerateGovernanceReport.json",
2025-08-20T19:15:56.9971366Z [00:02:03.268]➜  			"metadatas/ims/GetAccessKeyInfoInRecycleBin.json",
2025-08-20T19:15:56.9971714Z [00:02:03.268]➜  			"metadatas/ims/GetAccessKeyLastUsed.json",
2025-08-20T19:15:56.9972036Z [00:02:03.268]➜  			"metadatas/ims/GetAccountMFAInfo.json",
2025-08-20T19:15:56.9972847Z [00:02:03.268]➜  			"metadatas/ims/GetAccountSecurityPracticeReport.json",
2025-08-20T19:15:56.9973232Z [00:02:03.268]➜  			"metadatas/ims/GetAccountSummary.json",
2025-08-20T19:15:56.9973541Z [00:02:03.268]➜  			"metadatas/ims/GetAppSecret.json",
2025-08-20T19:15:56.9973858Z [00:02:03.268]➜  			"metadatas/ims/GetApplication.json",
2025-08-20T19:15:56.9974256Z [00:02:03.268]➜  			"metadatas/ims/GetApplicationProvisionInfo.json",
2025-08-20T19:15:56.9974606Z [00:02:03.268]➜  			"metadatas/ims/GetCredentialReport.json",
2025-08-20T19:15:56.9974925Z [00:02:03.268]➜  			"metadatas/ims/GetDefaultDomain.json",
2025-08-20T19:15:56.9975274Z [00:02:03.268]➜  			"metadatas/ims/GetExternalApplication.json",
2025-08-20T19:15:56.9975643Z [00:02:03.268]➜  			"metadatas/ims/GetGovernanceItemReport.json",
2025-08-20T19:15:56.9976025Z [00:02:03.268]➜  			"metadatas/ims/GetGovernanceReportStatus.json",
2025-08-20T19:15:56.9976305Z [00:02:03.268]➜  			"metadatas/ims/GetGroup.json",
2025-08-20T19:15:56.9976646Z [00:02:03.268]➜  			"metadatas/ims/GetLoginProfile.json",
2025-08-20T19:15:56.9976982Z [00:02:03.268]➜  			"metadatas/ims/GetOIDCProvider.json",
2025-08-20T19:15:56.9977309Z [00:02:03.268]➜  			"metadatas/ims/GetPasswordPolicy.json",
2025-08-20T19:15:56.9977607Z [00:02:03.268]➜  			"metadatas/ims/GetSAMLProvider.json",
2025-08-20T19:15:56.9977965Z [00:02:03.268]➜  			"metadatas/ims/GetSecurityPreference.json",
2025-08-20T19:15:56.9978252Z [00:02:03.268]➜  			"metadatas/ims/GetUser.json",
2025-08-20T19:15:56.9978616Z [00:02:03.268]➜  			"metadatas/ims/GetUserInRecycleBin.json",
2025-08-20T19:15:56.9978919Z [00:02:03.268]➜  			"metadatas/ims/GetUserMFAInfo.json",
2025-08-20T19:15:56.9979396Z [00:02:03.268]➜  			"metadatas/ims/GetUserSsoSettings.json",
2025-08-20T19:15:56.9979717Z [00:02:03.268]➜  			"metadatas/ims/GetVerificationInfo.json",
2025-08-20T19:15:56.9980034Z [00:02:03.268]➜  			"metadatas/ims/ListAccessKeys.json",
2025-08-20T19:15:56.9980516Z [00:02:03.268]➜  			"metadatas/ims/ListAccessKeysInRecycleBin.json",
2025-08-20T19:15:56.9980856Z [00:02:03.268]➜  			"metadatas/ims/ListAppSecretIds.json",
2025-08-20T19:15:56.9981260Z [00:02:03.268]➜  			"metadatas/ims/ListApplicationProvisionInfos.json",
2025-08-20T19:15:56.9981585Z [00:02:03.268]➜  			"metadatas/ims/ListApplications.json",
2025-08-20T19:15:56.9981984Z [00:02:03.268]➜  			"metadatas/ims/ListExternalApplications.json",
2025-08-20T19:15:56.9982292Z [00:02:03.268]➜  			"metadatas/ims/ListGroups.json",
2025-08-20T19:15:56.9982875Z [00:02:03.268]➜  			"metadatas/ims/ListGroupsForUser.json",
2025-08-20T19:15:56.9983210Z [00:02:03.268]➜  			"metadatas/ims/ListOIDCProviders.json",
2025-08-20T19:15:56.9983521Z [00:02:03.268]➜  			"metadatas/ims/ListPasskeys.json",
2025-08-20T19:15:56.9983880Z [00:02:03.268]➜  			"metadatas/ims/ListPredefinedScopes.json",
2025-08-20T19:15:56.9984308Z [00:02:03.268]➜  			"metadatas/ims/ListRecentGovernanceMetrics.json",
2025-08-20T19:15:56.9984624Z [00:02:03.268]➜  			"metadatas/ims/ListSAMLProviders.json",
2025-08-20T19:15:56.9985130Z [00:02:03.268]➜  			"metadatas/ims/ListTagResources.json",
2025-08-20T19:15:56.9985443Z [00:02:03.268]➜  			"metadatas/ims/ListUserBasicInfos.json",
2025-08-20T19:15:56.9985726Z [00:02:03.268]➜  			"metadatas/ims/ListUsers.json",
2025-08-20T19:15:56.9986041Z [00:02:03.268]➜  			"metadatas/ims/ListUsersForGroup.json",
2025-08-20T19:15:56.9986390Z [00:02:03.268]➜  			"metadatas/ims/ListUsersInRecycleBin.json",
2025-08-20T19:15:56.9986740Z [00:02:03.268]➜  			"metadatas/ims/ListVirtualMFADevices.json",
2025-08-20T19:15:56.9987251Z [00:02:03.268]➜  			"metadatas/ims/ProvisionApplication.json",
2025-08-20T19:15:56.9987676Z [00:02:03.268]➜  			"metadatas/ims/ProvisionExternalApplication.json",
2025-08-20T19:15:56.9988104Z [00:02:03.268]➜  			"metadatas/ims/RemoveClientIdFromOIDCProvider.json",
2025-08-20T19:15:56.9988528Z [00:02:03.268]➜  			"metadatas/ims/RemoveFingerprintFromOIDCProvider.json",
2025-08-20T19:15:56.9988873Z [00:02:03.268]➜  			"metadatas/ims/RemoveUserFromGroup.json",
2025-08-20T19:15:56.9989436Z [00:02:03.268]➜  			"metadatas/ims/RestoreAccessKeyFromRecycleBin.json",
2025-08-20T19:15:56.9989856Z [00:02:03.268]➜  			"metadatas/ims/RestoreUserFromRecycleBin.json",
2025-08-20T19:15:56.9990186Z [00:02:03.268]➜  			"metadatas/ims/SetDefaultDomain.json",
2025-08-20T19:15:56.9990531Z [00:02:03.268]➜  			"metadatas/ims/SetPasswordPolicy.json",
2025-08-20T19:15:56.9990883Z [00:02:03.268]➜  			"metadatas/ims/SetSecurityPreference.json",
2025-08-20T19:15:56.9991232Z [00:02:03.268]➜  			"metadatas/ims/SetUserSsoSettings.json",
2025-08-20T19:15:56.9991573Z [00:02:03.268]➜  			"metadatas/ims/SetVerificationInfo.json",
2025-08-20T19:15:56.9991887Z [00:02:03.268]➜  			"metadatas/ims/TagResources.json",
2025-08-20T19:15:56.9992206Z [00:02:03.268]➜  			"metadatas/ims/UnbindMFADevice.json",
2025-08-20T19:15:57.0000900Z [00:02:03.268]➜  			"metadatas/ims/UnbindVerification.json",
2025-08-20T19:15:57.0001298Z [00:02:03.268]➜  			"metadatas/ims/UntagResources.json",
2025-08-20T19:15:57.0001629Z [00:02:03.268]➜  			"metadatas/ims/UpdateAccessKey.json",
2025-08-20T19:15:57.0001962Z [00:02:03.268]➜  			"metadatas/ims/UpdateApplication.json",
2025-08-20T19:15:57.0002272Z [00:02:03.268]➜  			"metadatas/ims/UpdateGroup.json",
2025-08-20T19:15:57.0002795Z [00:02:03.268]➜  			"metadatas/ims/UpdateLoginProfile.json",
2025-08-20T19:15:57.0003135Z [00:02:03.268]➜  			"metadatas/ims/UpdateOIDCProvider.json",
2025-08-20T19:15:57.0003445Z [00:02:03.268]➜  			"metadatas/ims/UpdatePasskey.json",
2025-08-20T19:15:57.0003804Z [00:02:03.268]➜  			"metadatas/ims/UpdateSAMLProvider.json",
2025-08-20T19:15:57.0004086Z [00:02:03.268]➜  			"metadatas/ims/UpdateUser.json",
2025-08-20T19:15:57.0004594Z [00:02:03.268]➜  			"metadatas/iot/AddDataForApiSource.json",
2025-08-20T19:15:57.0004964Z [00:02:03.268]➜  			"metadatas/iot/AddDeviceToSharePromotion.json",
2025-08-20T19:15:57.0005283Z [00:02:03.268]➜  			"metadatas/iot/AddPowerStation.json",
2025-08-20T19:15:57.0005611Z [00:02:03.268]➜  			"metadatas/iot/AddShareTaskDevice.json",
2025-08-20T19:15:57.0006081Z [00:02:03.268]➜  			"metadatas/iot/AsyncRRpc.json",
2025-08-20T19:15:57.0006414Z [00:02:03.268]➜  			"metadatas/iot/AttachDestination.json",
2025-08-20T19:15:57.0006778Z [00:02:03.268]➜  			"metadatas/iot/AttachParserDataSource.json",
2025-08-20T19:15:57.0007140Z [00:02:03.268]➜  			"metadatas/iot/BatchAddDataForApiSource.json",
2025-08-20T19:15:57.0007540Z [00:02:03.268]➜  			"metadatas/iot/BatchAddDeviceGroupRelations.json",
2025-08-20T19:15:57.0007875Z [00:02:03.268]➜  			"metadatas/iot/BatchAddThingTopo.json",
2025-08-20T19:15:57.0008392Z [00:02:03.268]➜  			"metadatas/iot/BatchBindDeviceToEdgeInstanceWithDriver.json",
2025-08-20T19:15:57.0008792Z [00:02:03.268]➜  			"metadatas/iot/BatchBindDevicesIntoProject.json",
2025-08-20T19:15:57.0009195Z [00:02:03.268]➜  			"metadatas/iot/BatchBindProductsIntoProject.json",
2025-08-20T19:15:57.0009536Z [00:02:03.268]➜  			"metadatas/iot/BatchCheckDeviceNames.json",
2025-08-20T19:15:57.0009895Z [00:02:03.268]➜  			"metadatas/iot/BatchCheckImportDevice.json",
2025-08-20T19:15:57.0010281Z [00:02:03.268]➜  			"metadatas/iot/BatchCheckVehicleDevice.json",
2025-08-20T19:15:57.0010719Z [00:02:03.268]➜  			"metadatas/iot/BatchClearEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:57.0011089Z [00:02:03.268]➜  			"metadatas/iot/BatchCreateSoundCodeLabel.json",
2025-08-20T19:15:57.0011547Z [00:02:03.268]➜  			"metadatas/iot/BatchCreateSoundCodeLabelWithLabels.json",
2025-08-20T19:15:57.0011976Z [00:02:03.268]➜  			"metadatas/iot/BatchDeleteDeviceGroupRelations.json",
2025-08-20T19:15:57.0012857Z [00:02:03.268]➜  			"metadatas/iot/BatchDeleteEdgeInstanceChannel.json",
2025-08-20T19:15:57.0013298Z [00:02:03.268]➜  			"metadatas/iot/BatchGetDeviceBindStatus.json",
2025-08-20T19:15:57.0013655Z [00:02:03.268]➜  			"metadatas/iot/BatchGetDeviceState.json",
2025-08-20T19:15:57.0013981Z [00:02:03.268]➜  			"metadatas/iot/BatchGetEdgeDriver.json",
2025-08-20T19:15:57.0014371Z [00:02:03.268]➜  			"metadatas/iot/BatchGetEdgeInstanceChannel.json",
2025-08-20T19:15:57.0015005Z [00:02:03.268]➜  			"metadatas/iot/BatchGetEdgeInstanceDeviceChannel.json",
2025-08-20T19:15:57.0015487Z [00:02:03.268]➜  			"metadatas/iot/BatchGetEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:57.0015931Z [00:02:03.268]➜  			"metadatas/iot/BatchGetEdgeInstanceDeviceDriver.json",
2025-08-20T19:15:57.0016358Z [00:02:03.268]➜  			"metadatas/iot/BatchGetEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:57.0016733Z [00:02:03.268]➜  			"metadatas/iot/BatchGrayMigrationDevice.json",
2025-08-20T19:15:57.0017065Z [00:02:03.268]➜  			"metadatas/iot/BatchImportDevice.json",
2025-08-20T19:15:57.0017450Z [00:02:03.268]➜  			"metadatas/iot/BatchImportVehicleDevice.json",
2025-08-20T19:15:57.0017761Z [00:02:03.268]➜  			"metadatas/iot/BatchPub.json",
2025-08-20T19:15:57.0018112Z [00:02:03.268]➜  			"metadatas/iot/BatchQueryDeviceDetail.json",
2025-08-20T19:15:57.0018444Z [00:02:03.268]➜  			"metadatas/iot/BatchRegisterDevice.json",
2025-08-20T19:15:57.0018845Z [00:02:03.268]➜  			"metadatas/iot/BatchRegisterDeviceWithApplyId.json",
2025-08-20T19:15:57.0019285Z [00:02:03.268]➜  			"metadatas/iot/BatchSetEdgeInstanceDeviceChannel.json",
2025-08-20T19:15:57.0019704Z [00:02:03.268]➜  			"metadatas/iot/BatchSetEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:57.0020127Z [00:02:03.268]➜  			"metadatas/iot/BatchUnbindDeviceFromEdgeInstance.json",
2025-08-20T19:15:57.0020510Z [00:02:03.268]➜  			"metadatas/iot/BatchUnbindProjectDevices.json",
2025-08-20T19:15:57.0020903Z [00:02:03.268]➜  			"metadatas/iot/BatchUnbindProjectProducts.json",
2025-08-20T19:15:57.0021301Z [00:02:03.268]➜  			"metadatas/iot/BatchUpdateDeviceNickname.json",
2025-08-20T19:15:57.0021708Z [00:02:03.268]➜  			"metadatas/iot/BindApplicationToEdgeInstance.json",
2025-08-20T19:15:57.0022247Z [00:02:03.268]➜  			"metadatas/iot/BindDriverToEdgeInstance.json",
2025-08-20T19:15:57.0022823Z [00:02:03.268]➜  			"metadatas/iot/BindGatewayToEdgeInstance.json",
2025-08-20T19:15:57.0023156Z [00:02:03.268]➜  			"metadatas/iot/BindLicenseDevice.json",
2025-08-20T19:15:57.0023634Z [00:02:03.268]➜  			"metadatas/iot/BindLicenseProduct.json",
2025-08-20T19:15:57.0023992Z [00:02:03.268]➜  			"metadatas/iot/BindRoleToEdgeInstance.json",
2025-08-20T19:15:57.0024372Z [00:02:03.268]➜  			"metadatas/iot/BindSceneRuleToEdgeInstance.json",
2025-08-20T19:15:57.0024651Z [00:02:03.268]➜  			"metadatas/iot/CancelJob.json",
2025-08-20T19:15:57.0024985Z [00:02:03.268]➜  			"metadatas/iot/CancelOTAStrategyByJob.json",
2025-08-20T19:15:57.0025331Z [00:02:03.268]➜  			"metadatas/iot/CancelOTATaskByDevice.json",
2025-08-20T19:15:57.0025664Z [00:02:03.268]➜  			"metadatas/iot/CancelOTATaskByJob.json",
2025-08-20T19:15:57.0026009Z [00:02:03.268]➜  			"metadatas/iot/CancelReleaseProduct.json",
2025-08-20T19:15:57.0026423Z [00:02:03.268]➜  			"metadatas/iot/CheckBindLicenseDeviceProgress.json",
2025-08-20T19:15:57.0026824Z [00:02:03.268]➜  			"metadatas/iot/ClearDeviceDesiredProperty.json",
2025-08-20T19:15:57.0027205Z [00:02:03.268]➜  			"metadatas/iot/ClearEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:57.0027540Z [00:02:03.268]➜  			"metadatas/iot/CloseDeviceTunnel.json",
2025-08-20T19:15:57.0027905Z [00:02:03.268]➜  			"metadatas/iot/CloseEdgeInstanceDeployment.json",
2025-08-20T19:15:57.0028207Z [00:02:03.268]➜  			"metadatas/iot/ConfirmOTATask.json",
2025-08-20T19:15:57.0028506Z [00:02:03.268]➜  			"metadatas/iot/CopyThingModel.json",
2025-08-20T19:15:57.0028835Z [00:02:03.268]➜  			"metadatas/iot/CopyThingModelAsync.json",
2025-08-20T19:15:57.0029377Z [00:02:03.268]➜  			"metadatas/iot/CountSpeechBroadcastHour.json",
2025-08-20T19:15:57.0029758Z [00:02:03.268]➜  			"metadatas/iot/CreateConsumerGroup.json",
2025-08-20T19:15:57.0030239Z [00:02:03.268]➜  			"metadatas/iot/CreateConsumerGroupSubscribeRelation.json",
2025-08-20T19:15:57.0030619Z [00:02:03.268]➜  			"metadatas/iot/CreateDataAPIService.json",
2025-08-20T19:15:57.0030958Z [00:02:03.268]➜  			"metadatas/iot/CreateDataSourceItem.json",
2025-08-20T19:15:57.0031288Z [00:02:03.268]➜  			"metadatas/iot/CreateDestination.json",
2025-08-20T19:15:57.0031814Z [00:02:03.268]➜  			"metadatas/iot/CreateDeviceDistributeJob.json",
2025-08-20T19:15:57.0032204Z [00:02:03.268]➜  			"metadatas/iot/CreateDeviceDynamicGroup.json",
2025-08-20T19:15:57.0032721Z [00:02:03.268]➜  			"metadatas/iot/CreateDeviceGroup.json",
2025-08-20T19:15:57.0033071Z [00:02:03.268]➜  			"metadatas/iot/CreateDeviceTunnel.json",
2025-08-20T19:15:57.0033419Z [00:02:03.268]➜  			"metadatas/iot/CreateDownloadDataJob.json",
2025-08-20T19:15:57.0033756Z [00:02:03.268]➜  			"metadatas/iot/CreateEdgeDriver.json",
2025-08-20T19:15:57.0034144Z [00:02:03.268]➜  			"metadatas/iot/CreateEdgeDriverVersion.json",
2025-08-20T19:15:57.0034471Z [00:02:03.268]➜  			"metadatas/iot/CreateEdgeInstance.json",
2025-08-20T19:15:57.0034851Z [00:02:03.268]➜  			"metadatas/iot/CreateEdgeInstanceChannel.json",
2025-08-20T19:15:57.0035232Z [00:02:03.268]➜  			"metadatas/iot/CreateEdgeInstanceDeployment.json",
2025-08-20T19:15:57.0035665Z [00:02:03.268]➜  			"metadatas/iot/CreateEdgeInstanceMessageRouting.json",
2025-08-20T19:15:57.0036096Z [00:02:03.268]➜  			"metadatas/iot/CreateEdgeOssPreSignedAddress.json",
2025-08-20T19:15:57.0036397Z [00:02:03.268]➜  			"metadatas/iot/CreateJob.json",
2025-08-20T19:15:57.0036735Z [00:02:03.268]➜  			"metadatas/iot/CreateLoRaNodesTask.json",
2025-08-20T19:15:57.0037142Z [00:02:03.268]➜  			"metadatas/iot/CreateOTADynamicUpgradeJob.json",
2025-08-20T19:15:57.0037455Z [00:02:03.268]➜  			"metadatas/iot/CreateOTAFirmware.json",
2025-08-20T19:15:57.0037785Z [00:02:03.268]➜  			"metadatas/iot/CreateOTAModule.json",
2025-08-20T19:15:57.0038159Z [00:02:03.268]➜  			"metadatas/iot/CreateOTAStaticUpgradeJob.json",
2025-08-20T19:15:57.0038648Z [00:02:03.268]➜  			"metadatas/iot/CreateOTAVerifyJob.json",
2025-08-20T19:15:57.0038946Z [00:02:03.268]➜  			"metadatas/iot/CreateParser.json",
2025-08-20T19:15:57.0039291Z [00:02:03.268]➜  			"metadatas/iot/CreateParserDataSource.json",
2025-08-20T19:15:57.0039578Z [00:02:03.268]➜  			"metadatas/iot/CreateProduct.json",
2025-08-20T19:15:57.0039955Z [00:02:03.268]➜  			"metadatas/iot/CreateProductDistributeJob.json",
2025-08-20T19:15:57.0040398Z [00:02:03.268]➜  			"metadatas/iot/CreateProductTags.json",
2025-08-20T19:15:57.0040722Z [00:02:03.268]➜  			"metadatas/iot/CreateProductTopic.json",
2025-08-20T19:15:57.0040999Z [00:02:03.268]➜  			"metadatas/iot/CreateRule.json",
2025-08-20T19:15:57.0041311Z [00:02:03.268]➜  			"metadatas/iot/CreateRuleAction.json",
2025-08-20T19:15:57.0041613Z [00:02:03.268]➜  			"metadatas/iot/CreateSceneRule.json",
2025-08-20T19:15:57.0041958Z [00:02:03.268]➜  			"metadatas/iot/CreateSchedulePeriod.json",
2025-08-20T19:15:57.0042344Z [00:02:03.268]➜  			"metadatas/iot/CreateSharePromotionActivity.json",
2025-08-20T19:15:57.0042937Z [00:02:03.268]➜  			"metadatas/iot/CreateSharePromotionSpeechModel.json",
2025-08-20T19:15:57.0043228Z [00:02:03.268]➜  			"metadatas/iot/CreateSoundCode.json",
2025-08-20T19:15:57.0043550Z [00:02:03.268]➜  			"metadatas/iot/CreateSoundCodeLabel.json",
2025-08-20T19:15:57.0043901Z [00:02:03.269]➜  			"metadatas/iot/CreateSoundCodeSchedule.json",
2025-08-20T19:15:57.0044200Z [00:02:03.269]➜  			"metadatas/iot/CreateSpeech.json",
2025-08-20T19:15:57.0044564Z [00:02:03.269]➜  			"metadatas/iot/CreateStudioAppDomainOpen.json",
2025-08-20T19:15:57.0044922Z [00:02:03.269]➜  			"metadatas/iot/CreateSubscribeRelation.json",
2025-08-20T19:15:57.0045229Z [00:02:03.269]➜  			"metadatas/iot/CreateThingModel.json",
2025-08-20T19:15:57.0045550Z [00:02:03.269]➜  			"metadatas/iot/CreateThingScript.json",
2025-08-20T19:15:57.0046024Z [00:02:03.269]➜  			"metadatas/iot/CreateTopicConfig.json",
2025-08-20T19:15:57.0046400Z [00:02:03.269]➜  			"metadatas/iot/CreateTopicRouteTable.json",
2025-08-20T19:15:57.0046724Z [00:02:03.269]➜  			"metadatas/iot/DeleteClientIds.json",
2025-08-20T19:15:57.0047073Z [00:02:03.269]➜  			"metadatas/iot/DeleteConsumerGroup.json",
2025-08-20T19:15:57.0047544Z [00:02:03.269]➜  			"metadatas/iot/DeleteConsumerGroupSubscribeRelation.json",
2025-08-20T19:15:57.0048018Z [00:02:03.269]➜  			"metadatas/iot/DeleteDataSourceItem.json",
2025-08-20T19:15:57.0048352Z [00:02:03.269]➜  			"metadatas/iot/DeleteDestination.json",
2025-08-20T19:15:57.0048655Z [00:02:03.269]➜  			"metadatas/iot/DeleteDevice.json",
2025-08-20T19:15:57.0049037Z [00:02:03.269]➜  			"metadatas/iot/DeleteDeviceDistributeJob.json",
2025-08-20T19:15:57.0049421Z [00:02:03.269]➜  			"metadatas/iot/DeleteDeviceDynamicGroup.json",
2025-08-20T19:15:57.0049734Z [00:02:03.269]➜  			"metadatas/iot/DeleteDeviceFile.json",
2025-08-20T19:15:57.0050074Z [00:02:03.269]➜  			"metadatas/iot/DeleteDeviceGroup.json",
2025-08-20T19:15:57.0050396Z [00:02:03.269]➜  			"metadatas/iot/DeleteDeviceProp.json",
2025-08-20T19:15:57.0050732Z [00:02:03.269]➜  			"metadatas/iot/DeleteDeviceSpeech.json",
2025-08-20T19:15:57.0051050Z [00:02:03.269]➜  			"metadatas/iot/DeleteDeviceTunnel.json",
2025-08-20T19:15:57.0058968Z [00:02:03.269]➜  			"metadatas/iot/DeleteEdgeDriver.json",
2025-08-20T19:15:57.0059461Z [00:02:03.269]➜  			"metadatas/iot/DeleteEdgeDriverVersion.json",
2025-08-20T19:15:57.0059849Z [00:02:03.269]➜  			"metadatas/iot/DeleteEdgeInstance.json",
2025-08-20T19:15:57.0060294Z [00:02:03.269]➜  			"metadatas/iot/DeleteEdgeInstanceMessageRouting.json",
2025-08-20T19:15:57.0060576Z [00:02:03.269]➜  			"metadatas/iot/DeleteJob.json",
2025-08-20T19:15:57.0060889Z [00:02:03.269]➜  			"metadatas/iot/DeleteOTAFirmware.json",
2025-08-20T19:15:57.0061197Z [00:02:03.269]➜  			"metadatas/iot/DeleteOTAModule.json",
2025-08-20T19:15:57.0061516Z [00:02:03.269]➜  			"metadatas/iot/DeleteParser.json",
2025-08-20T19:15:57.0061865Z [00:02:03.269]➜  			"metadatas/iot/DeleteParserDataSource.json",
2025-08-20T19:15:57.0062588Z [00:02:03.269]➜  			"metadatas/iot/DeletePowerStation.json",
2025-08-20T19:15:57.0062908Z [00:02:03.269]➜  			"metadatas/iot/DeleteProduct.json",
2025-08-20T19:15:57.0063239Z [00:02:03.269]➜  			"metadatas/iot/DeleteProductTags.json",
2025-08-20T19:15:57.0063555Z [00:02:03.269]➜  			"metadatas/iot/DeleteProductTopic.json",
2025-08-20T19:15:57.0063859Z [00:02:03.269]➜  			"metadatas/iot/DeleteRule.json",
2025-08-20T19:15:57.0064374Z [00:02:03.269]➜  			"metadatas/iot/DeleteRuleAction.json",
2025-08-20T19:15:57.0064692Z [00:02:03.269]➜  			"metadatas/iot/DeleteSceneRule.json",
2025-08-20T19:15:57.0065033Z [00:02:03.269]➜  			"metadatas/iot/DeleteSchedulePeriod.json",
2025-08-20T19:15:57.0065391Z [00:02:03.269]➜  			"metadatas/iot/DeleteShareTaskDevice.json",
2025-08-20T19:15:57.0065700Z [00:02:03.269]➜  			"metadatas/iot/DeleteSoundCode.json",
2025-08-20T19:15:57.0066046Z [00:02:03.269]➜  			"metadatas/iot/DeleteSoundCodeLabel.json",
2025-08-20T19:15:57.0066398Z [00:02:03.269]➜  			"metadatas/iot/DeleteSoundCodeSchedule.json",
2025-08-20T19:15:57.0066704Z [00:02:03.269]➜  			"metadatas/iot/DeleteSpeech.json",
2025-08-20T19:15:57.0067085Z [00:02:03.269]➜  			"metadatas/iot/DeleteStudioAppDomainOpen.json",
2025-08-20T19:15:57.0067459Z [00:02:03.269]➜  			"metadatas/iot/DeleteSubscribeRelation.json",
2025-08-20T19:15:57.0067790Z [00:02:03.269]➜  			"metadatas/iot/DeleteThingModel.json",
2025-08-20T19:15:57.0068128Z [00:02:03.269]➜  			"metadatas/iot/DeleteTopicConfig.json",
2025-08-20T19:15:57.0068476Z [00:02:03.269]➜  			"metadatas/iot/DeleteTopicRouteTable.json",
2025-08-20T19:15:57.0068963Z [00:02:03.269]➜  			"metadatas/iot/DeleteUserDefineTableDataByPrimaryKey.json",
2025-08-20T19:15:57.0069287Z [00:02:03.269]➜  			"metadatas/iot/DetachDestination.json",
2025-08-20T19:15:57.0069631Z [00:02:03.269]➜  			"metadatas/iot/DetachParserDataSource.json",
2025-08-20T19:15:57.0070125Z [00:02:03.269]➜  			"metadatas/iot/DisableDeviceTunnel.json",
2025-08-20T19:15:57.0070535Z [00:02:03.269]➜  			"metadatas/iot/DisableDeviceTunnelShare.json",
2025-08-20T19:15:57.0070862Z [00:02:03.269]➜  			"metadatas/iot/DisableSceneRule.json",
2025-08-20T19:15:57.0071169Z [00:02:03.269]➜  			"metadatas/iot/DisableThing.json",
2025-08-20T19:15:57.0071514Z [00:02:03.269]➜  			"metadatas/iot/EnableDeviceTunnel.json",
2025-08-20T19:15:57.0071882Z [00:02:03.269]➜  			"metadatas/iot/EnableDeviceTunnelShare.json",
2025-08-20T19:15:57.0072567Z [00:02:03.269]➜  			"metadatas/iot/EnableSceneRule.json",
2025-08-20T19:15:57.0072907Z [00:02:03.269]➜  			"metadatas/iot/EnableThing.json",
2025-08-20T19:15:57.0073290Z [00:02:03.269]➜  			"metadatas/iot/GenerateDeviceNameListURL.json",
2025-08-20T19:15:57.0073642Z [00:02:03.269]➜  			"metadatas/iot/GenerateFileUploadURL.json",
2025-08-20T19:15:57.0073983Z [00:02:03.269]➜  			"metadatas/iot/GenerateOTAUploadURL.json",
2025-08-20T19:15:57.0074354Z [00:02:03.269]➜  			"metadatas/iot/GetDataAPIServiceDetail.json",
2025-08-20T19:15:57.0074671Z [00:02:03.269]➜  			"metadatas/iot/GetDestination.json",
2025-08-20T19:15:57.0074978Z [00:02:03.269]➜  			"metadatas/iot/GetDeviceShadow.json",
2025-08-20T19:15:57.0075294Z [00:02:03.269]➜  			"metadatas/iot/GetDeviceStatus.json",
2025-08-20T19:15:57.0075678Z [00:02:03.269]➜  			"metadatas/iot/GetDeviceTunnelShareStatus.json",
2025-08-20T19:15:57.0076024Z [00:02:03.269]➜  			"metadatas/iot/GetDeviceTunnelStatus.json",
2025-08-20T19:15:57.0076323Z [00:02:03.269]➜  			"metadatas/iot/GetDownloadFile.json",
2025-08-20T19:15:57.0076658Z [00:02:03.269]➜  			"metadatas/iot/GetEdgeDriverVersion.json",
2025-08-20T19:15:57.0076961Z [00:02:03.269]➜  			"metadatas/iot/GetEdgeInstance.json",
2025-08-20T19:15:57.0077344Z [00:02:03.269]➜  			"metadatas/iot/GetEdgeInstanceDeployment.json",
2025-08-20T19:15:57.0077733Z [00:02:03.269]➜  			"metadatas/iot/GetEdgeInstanceMessageRouting.json",
2025-08-20T19:15:57.0078091Z [00:02:03.269]➜  			"metadatas/iot/GetGatewayBySubDevice.json",
2025-08-20T19:15:57.0078396Z [00:02:03.269]➜  			"metadatas/iot/GetLoraNodesTask.json",
2025-08-20T19:15:57.0078858Z [00:02:03.269]➜  			"metadatas/iot/GetParser.json",
2025-08-20T19:15:57.0079191Z [00:02:03.269]➜  			"metadatas/iot/GetParserDataSource.json",
2025-08-20T19:15:57.0079471Z [00:02:03.269]➜  			"metadatas/iot/GetRule.json",
2025-08-20T19:15:57.0079768Z [00:02:03.269]➜  			"metadatas/iot/GetRuleAction.json",
2025-08-20T19:15:57.0080091Z [00:02:03.269]➜  			"metadatas/iot/GetSceneRule.json",
2025-08-20T19:15:57.0080622Z [00:02:03.269]➜  			"metadatas/iot/GetShareSpeechModelAudio.json",
2025-08-20T19:15:57.0080986Z [00:02:03.269]➜  			"metadatas/iot/GetShareTaskByDeviceOpen.json",
2025-08-20T19:15:57.0081308Z [00:02:03.269]➜  			"metadatas/iot/GetSoundCodeAudio.json",
2025-08-20T19:15:57.0081639Z [00:02:03.269]➜  			"metadatas/iot/GetSoundCodeSchedule.json",
2025-08-20T19:15:57.0081969Z [00:02:03.269]➜  			"metadatas/iot/GetSpeechDeviceDetail.json",
2025-08-20T19:15:57.0082761Z [00:02:03.269]➜  			"metadatas/iot/GetSpeechLicenseDeviceStatistics.json",
2025-08-20T19:15:57.0083108Z [00:02:03.269]➜  			"metadatas/iot/GetSpeechVoice.json",
2025-08-20T19:15:57.0083473Z [00:02:03.269]➜  			"metadatas/iot/GetStudioAppTokenOpen.json",
2025-08-20T19:15:57.0083837Z [00:02:03.269]➜  			"metadatas/iot/GetThingModelStatusInner.json",
2025-08-20T19:15:57.0084156Z [00:02:03.269]➜  			"metadatas/iot/GetThingModelTsl.json",
2025-08-20T19:15:57.0084522Z [00:02:03.269]➜  			"metadatas/iot/GetThingModelTslPublished.json",
2025-08-20T19:15:57.0084834Z [00:02:03.269]➜  			"metadatas/iot/GetThingScript.json",
2025-08-20T19:15:57.0085138Z [00:02:03.269]➜  			"metadatas/iot/GetThingTemplate.json",
2025-08-20T19:15:57.0085422Z [00:02:03.269]➜  			"metadatas/iot/GetThingTopo.json",
2025-08-20T19:15:57.0085755Z [00:02:03.269]➜  			"metadatas/iot/GisQueryDeviceLocation.json",
2025-08-20T19:15:57.0086099Z [00:02:03.269]➜  			"metadatas/iot/GisSearchDeviceTrace.json",
2025-08-20T19:15:57.0086406Z [00:02:03.269]➜  			"metadatas/iot/ImportDTData.json",
2025-08-20T19:15:57.0086712Z [00:02:03.269]➜  			"metadatas/iot/ImportDevice.json",
2025-08-20T19:15:57.0087061Z [00:02:03.269]➜  			"metadatas/iot/ImportThingModelTsl.json",
2025-08-20T19:15:57.0087413Z [00:02:03.269]➜  			"metadatas/iot/InvokeDataAPIService.json",
2025-08-20T19:15:57.0087726Z [00:02:03.269]➜  			"metadatas/iot/InvokeThingService.json",
2025-08-20T19:15:57.0088050Z [00:02:03.269]➜  			"metadatas/iot/InvokeThingsService.json",
2025-08-20T19:15:57.0088525Z [00:02:03.269]➜  			"metadatas/iot/ListAnalyticsData.json",
2025-08-20T19:15:57.0088887Z [00:02:03.269]➜  			"metadatas/iot/ListDataSourceItem.json",
2025-08-20T19:15:57.0089209Z [00:02:03.269]➜  			"metadatas/iot/ListDestination.json",
2025-08-20T19:15:57.0089592Z [00:02:03.269]➜  			"metadatas/iot/ListDeviceDistributeJob.json",
2025-08-20T19:15:57.0089934Z [00:02:03.269]➜  			"metadatas/iot/ListDistributedDevice.json",
2025-08-20T19:15:57.0090287Z [00:02:03.269]➜  			"metadatas/iot/ListDistributedProduct.json",
2025-08-20T19:15:57.0090582Z [00:02:03.269]➜  			"metadatas/iot/ListJob.json",
2025-08-20T19:15:57.0090897Z [00:02:03.269]➜  			"metadatas/iot/ListOTAFirmware.json",
2025-08-20T19:15:57.0091378Z [00:02:03.269]➜  			"metadatas/iot/ListOTAJobByDevice.json",
2025-08-20T19:15:57.0091711Z [00:02:03.269]➜  			"metadatas/iot/ListOTAJobByFirmware.json",
2025-08-20T19:15:57.0092076Z [00:02:03.269]➜  			"metadatas/iot/ListOTAModuleByProduct.json",
2025-08-20T19:15:57.0092675Z [00:02:03.269]➜  			"metadatas/iot/ListOTAModuleVersionsByDevice.json",
2025-08-20T19:15:57.0093015Z [00:02:03.269]➜  			"metadatas/iot/ListOTATaskByJob.json",
2025-08-20T19:15:57.0093413Z [00:02:03.269]➜  			"metadatas/iot/ListOTAUnfinishedTaskByDevice.json",
2025-08-20T19:15:57.0093704Z [00:02:03.269]➜  			"metadatas/iot/ListParser.json",
2025-08-20T19:15:57.0094043Z [00:02:03.269]➜  			"metadatas/iot/ListParserDataSource.json",
2025-08-20T19:15:57.0094394Z [00:02:03.269]➜  			"metadatas/iot/ListParserDestination.json",
2025-08-20T19:15:57.0094723Z [00:02:03.269]➜  			"metadatas/iot/ListPowerStation.json",
2025-08-20T19:15:57.0095056Z [00:02:03.269]➜  			"metadatas/iot/ListProductByTags.json",
2025-08-20T19:15:57.0095379Z [00:02:03.269]➜  			"metadatas/iot/ListProductTags.json",
2025-08-20T19:15:57.0095674Z [00:02:03.269]➜  			"metadatas/iot/ListRule.json",
2025-08-20T19:15:57.0095971Z [00:02:03.269]➜  			"metadatas/iot/ListRuleActions.json",
2025-08-20T19:15:57.0096261Z [00:02:03.269]➜  			"metadatas/iot/ListTask.json",
2025-08-20T19:15:57.0096783Z [00:02:03.269]➜  			"metadatas/iot/ListThingModelVersion.json",
2025-08-20T19:15:57.0097114Z [00:02:03.269]➜  			"metadatas/iot/ListThingTemplates.json",
2025-08-20T19:15:57.0097430Z [00:02:03.269]➜  			"metadatas/iot/ModifyOTAFirmware.json",
2025-08-20T19:15:57.0097763Z [00:02:03.269]➜  			"metadatas/iot/ModifyPowerStation.json",
2025-08-20T19:15:57.0098074Z [00:02:03.269]➜  			"metadatas/iot/NotifyAddThingTopo.json",
2025-08-20T19:15:57.0098527Z [00:02:03.269]➜  			"metadatas/iot/OpenIotService.json",
2025-08-20T19:15:57.0098955Z [00:02:03.269]➜  			"metadatas/iot/PackageSoundCodeLabelBatchAudio.json",
2025-08-20T19:15:57.0099367Z [00:02:03.269]➜  			"metadatas/iot/PageQuerySharedSpeechOpen.json",
2025-08-20T19:15:57.0099784Z [00:02:03.269]➜  			"metadatas/iot/PageQuerySpeechBroadcastHour.json",
2025-08-20T19:15:57.0100129Z [00:02:03.269]➜  			"metadatas/iot/PrintByTemplate.json",
2025-08-20T19:15:57.0100398Z [00:02:03.269]➜  			"metadatas/iot/Pub.json",
2025-08-20T19:15:57.0100797Z [00:02:03.269]➜  			"metadatas/iot/PubBroadcast.json",
2025-08-20T19:15:57.0101088Z [00:02:03.269]➜  			"metadatas/iot/PublishScript.json",
2025-08-20T19:15:57.0101411Z [00:02:03.269]➜  			"metadatas/iot/PublishStudioApp.json",
2025-08-20T19:15:57.0101738Z [00:02:03.269]➜  			"metadatas/iot/PublishThingModel.json",
2025-08-20T19:15:57.0102101Z [00:02:03.269]➜  			"metadatas/iot/PublishThingModelAsync.json",
2025-08-20T19:15:57.0102700Z [00:02:03.269]➜  			"metadatas/iot/PublishThingModelAsyncInner.json",
2025-08-20T19:15:57.0103030Z [00:02:03.269]➜  			"metadatas/iot/PushSpeech.json",
2025-08-20T19:15:57.0103432Z [00:02:03.269]➜  			"metadatas/iot/QueryBatchRegisterDeviceStatus.json",
2025-08-20T19:15:57.0103787Z [00:02:03.269]➜  			"metadatas/iot/QueryCertUrlByApplyId.json",
2025-08-20T19:15:57.0104082Z [00:02:03.269]➜  			"metadatas/iot/QueryClientIds.json",
2025-08-20T19:15:57.0104456Z [00:02:03.269]➜  			"metadatas/iot/QueryConsumerGroupByGroupId.json",
2025-08-20T19:15:57.0104937Z [00:02:03.269]➜  			"metadatas/iot/QueryConsumerGroupList.json",
2025-08-20T19:15:57.0105326Z [00:02:03.269]➜  			"metadatas/iot/QueryConsumerGroupStatus.json",
2025-08-20T19:15:57.0105713Z [00:02:03.269]➜  			"metadatas/iot/QueryCustomTimelineTableStatus.json",
2025-08-20T19:15:57.0106056Z [00:02:03.269]➜  			"metadatas/iot/QueryDetailSceneRuleLog.json",
2025-08-20T19:15:57.0106328Z [00:02:03.269]➜  			"metadatas/iot/QueryDevice.json",
2025-08-20T19:15:57.0106629Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceBySQL.json",
2025-08-20T19:15:57.0106980Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceByStatus.json",
2025-08-20T19:15:57.0107311Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceByTags.json",
2025-08-20T19:15:57.0107813Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceCert.json",
2025-08-20T19:15:57.0108257Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceDesiredProperty.json",
2025-08-20T19:15:57.0108615Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceDetail.json",
2025-08-20T19:15:57.0109015Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceDistributeDetail.json",
2025-08-20T19:15:57.0109399Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceDistributeJob.json",
2025-08-20T19:15:57.0109723Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceEventData.json",
2025-08-20T19:15:57.0110024Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceFile.json",
2025-08-20T19:15:57.0110330Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceFileList.json",
2025-08-20T19:15:57.0110674Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceGroupByDevice.json",
2025-08-20T19:15:57.0111016Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceGroupByTags.json",
2025-08-20T19:15:57.0111349Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceGroupInfo.json",
2025-08-20T19:15:57.0111699Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceGroupList.json",
2025-08-20T19:15:57.0112056Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceGroupTagList.json",
2025-08-20T19:15:57.0112349Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceInfo.json",
2025-08-20T19:15:57.0113069Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceListByDeviceGroup.json",
2025-08-20T19:15:57.0113648Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceOriginalEventData.json",
2025-08-20T19:15:57.0114086Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceOriginalPropertyData.json",
2025-08-20T19:15:57.0114529Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceOriginalPropertyStatus.json",
2025-08-20T19:15:57.0114932Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceOriginalServiceData.json",
2025-08-20T19:15:57.0115377Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceProp.json",
2025-08-20T19:15:57.0115778Z [00:02:03.269]➜  			"metadatas/iot/QueryDevicePropertiesData.json",
2025-08-20T19:15:57.0116161Z [00:02:03.269]➜  			"metadatas/iot/QueryDevicePropertyData.json",
2025-08-20T19:15:57.0116557Z [00:02:03.269]➜  			"metadatas/iot/QueryDevicePropertyStatus.json",
2025-08-20T19:15:57.0116931Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceProvisioning.json",
2025-08-20T19:15:57.0117283Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceServiceData.json",
2025-08-20T19:15:57.0117624Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceSpeech.json",
2025-08-20T19:15:57.0117962Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceStatistics.json",
2025-08-20T19:15:57.0118284Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceSubTopic.json",
2025-08-20T19:15:57.0118609Z [00:02:03.269]➜  			"metadatas/iot/QueryDeviceTunnel.json",
2025-08-20T19:15:57.0118990Z [00:02:03.269]➜  			"metadatas/iot/QueryDevicesHotStorageData.json",
2025-08-20T19:15:57.0119443Z [00:02:03.270]➜  			"metadatas/iot/QueryDevicesHotStorageDataStatus.json",
2025-08-20T19:15:57.0119819Z [00:02:03.270]➜  			"metadatas/iot/QueryDynamicGroupDevices.json",
2025-08-20T19:15:57.0120143Z [00:02:03.270]➜  			"metadatas/iot/QueryEdgeDriver.json",
2025-08-20T19:15:57.0120483Z [00:02:03.270]➜  			"metadatas/iot/QueryEdgeDriverVersion.json",
2025-08-20T19:15:57.0120798Z [00:02:03.270]➜  			"metadatas/iot/QueryEdgeInstance.json",
2025-08-20T19:15:57.0121161Z [00:02:03.270]➜  			"metadatas/iot/QueryEdgeInstanceChannel.json",
2025-08-20T19:15:57.0121672Z [00:02:03.270]➜  			"metadatas/iot/QueryEdgeInstanceDevice.json",
2025-08-20T19:15:57.0122122Z [00:02:03.270]➜  			"metadatas/iot/QueryEdgeInstanceDeviceByDriver.json",
2025-08-20T19:15:57.0122702Z [00:02:03.270]➜  			"metadatas/iot/QueryEdgeInstanceDriver.json",
2025-08-20T19:15:57.0123070Z [00:02:03.270]➜  			"metadatas/iot/QueryEdgeInstanceGateway.json",
2025-08-20T19:15:57.0123530Z [00:02:03.270]➜  			"metadatas/iot/QueryEdgeInstanceHistoricDeployment.json",
2025-08-20T19:15:57.0123942Z [00:02:03.270]➜  			"metadatas/iot/QueryEdgeInstanceMessageRouting.json",
2025-08-20T19:15:57.0124324Z [00:02:03.270]➜  			"metadatas/iot/QueryEdgeInstanceSceneRule.json",
2025-08-20T19:15:57.0124897Z [00:02:03.270]➜  			"metadatas/iot/QueryImportedDeviceByApplyId.json",
2025-08-20T19:15:57.0125213Z [00:02:03.270]➜  			"metadatas/iot/QueryJob.json",
2025-08-20T19:15:57.0125555Z [00:02:03.270]➜  			"metadatas/iot/QueryJobStatistics.json",
2025-08-20T19:15:57.0125926Z [00:02:03.270]➜  			"metadatas/iot/QueryLicenseDeviceList.json",
2025-08-20T19:15:57.0126299Z [00:02:03.270]➜  			"metadatas/iot/QueryLoRaJoinPermissions.json",
2025-08-20T19:15:57.0126616Z [00:02:03.270]➜  			"metadatas/iot/QueryMessageInfo.json",
2025-08-20T19:15:57.0126929Z [00:02:03.270]➜  			"metadatas/iot/QueryOTAFirmware.json",
2025-08-20T19:15:57.0127221Z [00:02:03.270]➜  			"metadatas/iot/QueryOTAJob.json",
2025-08-20T19:15:57.0127553Z [00:02:03.270]➜  			"metadatas/iot/QueryPageByApplyId.json",
2025-08-20T19:15:57.0127864Z [00:02:03.270]➜  			"metadatas/iot/QueryProduct.json",
2025-08-20T19:15:57.0128222Z [00:02:03.270]➜  			"metadatas/iot/QueryProductCertInfo.json",
2025-08-20T19:15:57.0128540Z [00:02:03.270]➜  			"metadatas/iot/QueryProductList.json",
2025-08-20T19:15:57.0128866Z [00:02:03.270]➜  			"metadatas/iot/QueryProductTopic.json",
2025-08-20T19:15:57.0129249Z [00:02:03.270]➜  			"metadatas/iot/QueryProjectShareDeviceList.json",
2025-08-20T19:15:57.0129566Z [00:02:03.270]➜  			"metadatas/iot/QuerySceneRule.json",
2025-08-20T19:15:57.0130106Z [00:02:03.270]➜  			"metadatas/iot/QuerySchedulePeriodList.json",
2025-08-20T19:15:57.0130561Z [00:02:03.270]➜  			"metadatas/iot/QueryShareProductNameByProductKey.json",
2025-08-20T19:15:57.0131042Z [00:02:03.270]➜  			"metadatas/iot/QuerySharePromotionActivityAuditResult.json",
2025-08-20T19:15:57.0131419Z [00:02:03.270]➜  			"metadatas/iot/QueryShareTaskDeviceList.json",
2025-08-20T19:15:57.0131817Z [00:02:03.270]➜  			"metadatas/iot/QuerySolutionDeviceGroupPage.json",
2025-08-20T19:15:57.0132643Z [00:02:03.270]➜  			"metadatas/iot/QuerySoundCodeLabelBatchFailedResult.json",
2025-08-20T19:15:57.0133054Z [00:02:03.270]➜  			"metadatas/iot/QuerySoundCodeLabelBatchList.json",
2025-08-20T19:15:57.0133401Z [00:02:03.270]➜  			"metadatas/iot/QuerySoundCodeLabelList.json",
2025-08-20T19:15:57.0133695Z [00:02:03.270]➜  			"metadatas/iot/QuerySoundCodeList.json",
2025-08-20T19:15:57.0134054Z [00:02:03.270]➜  			"metadatas/iot/QuerySoundCodeScheduleList.json",
2025-08-20T19:15:57.0134322Z [00:02:03.270]➜  			"metadatas/iot/QuerySpeech.json",
2025-08-20T19:15:57.0134631Z [00:02:03.270]➜  			"metadatas/iot/QuerySpeechDevice.json",
2025-08-20T19:15:57.0135035Z [00:02:03.270]➜  			"metadatas/iot/QuerySpeechLicenseAvailableQuota.json",
2025-08-20T19:15:57.0135409Z [00:02:03.270]➜  			"metadatas/iot/QuerySpeechLicenseDeviceList.json",
2025-08-20T19:15:57.0135717Z [00:02:03.270]➜  			"metadatas/iot/QuerySpeechList.json",
2025-08-20T19:15:57.0136049Z [00:02:03.270]➜  			"metadatas/iot/QuerySpeechPushJob.json",
2025-08-20T19:15:57.0136413Z [00:02:03.270]➜  			"metadatas/iot/QuerySpeechPushJobDevice.json",
2025-08-20T19:15:57.0136785Z [00:02:03.270]➜  			"metadatas/iot/QuerySpeechPushJobSpeech.json",
2025-08-20T19:15:57.0137188Z [00:02:03.270]➜  			"metadatas/iot/QueryStudioAppDomainListOpen.json",
2025-08-20T19:15:57.0137509Z [00:02:03.270]➜  			"metadatas/iot/QueryStudioAppList.json",
2025-08-20T19:15:57.0137883Z [00:02:03.270]➜  			"metadatas/iot/QueryStudioAppPageListOpen.json",
2025-08-20T19:15:57.0138376Z [00:02:03.270]➜  			"metadatas/iot/QueryStudioProjectList.json",
2025-08-20T19:15:57.0138747Z [00:02:03.270]➜  			"metadatas/iot/QuerySubscribeRelation.json",
2025-08-20T19:15:57.0139121Z [00:02:03.271]➜  			"metadatas/iot/QuerySummarySceneRuleLog.json",
2025-08-20T19:15:57.0139474Z [00:02:03.271]➜  			"metadatas/iot/QuerySuperDeviceGroup.json",
2025-08-20T19:15:57.0139768Z [00:02:03.271]➜  			"metadatas/iot/QueryTask.json",
2025-08-20T19:15:57.0140059Z [00:02:03.271]➜  			"metadatas/iot/QueryThingModel.json",
2025-08-20T19:15:57.0140469Z [00:02:03.271]➜  			"metadatas/iot/QueryThingModelExtendConfig.json",
2025-08-20T19:15:57.0140945Z [00:02:03.271]➜  			"metadatas/iot/QueryThingModelExtendConfigPublished.json",
2025-08-20T19:15:57.0141487Z [00:02:03.271]➜  			"metadatas/iot/QueryThingModelPublished.json",
2025-08-20T19:15:57.0141808Z [00:02:03.271]➜  			"metadatas/iot/QueryTopicConfig.json",
2025-08-20T19:15:57.0142203Z [00:02:03.271]➜  			"metadatas/iot/QueryTopicReverseRouteTable.json",
2025-08-20T19:15:57.0142795Z [00:02:03.271]➜  			"metadatas/iot/QueryTopicRouteTable.json",
2025-08-20T19:15:57.0143158Z [00:02:03.271]➜  			"metadatas/iot/QueryVehicleDevice.json",
2025-08-20T19:15:57.0143422Z [00:02:03.271]➜  			"metadatas/iot/RRpc.json",
2025-08-20T19:15:57.0143742Z [00:02:03.271]➜  			"metadatas/iot/ReBindLicenseDevice.json",
2025-08-20T19:15:57.0144133Z [00:02:03.271]➜  			"metadatas/iot/RefreshDeviceTunnelSharePassword.json",
2025-08-20T19:15:57.0144516Z [00:02:03.271]➜  			"metadatas/iot/RefreshStudioAppTokenOpen.json",
2025-08-20T19:15:57.0144820Z [00:02:03.271]➜  			"metadatas/iot/RegisterDevice.json",
2025-08-20T19:15:57.0145172Z [00:02:03.271]➜  			"metadatas/iot/ReleaseEdgeDriverVersion.json",
2025-08-20T19:15:57.0145480Z [00:02:03.271]➜  			"metadatas/iot/ReleaseProduct.json",
2025-08-20T19:15:57.0145788Z [00:02:03.271]➜  			"metadatas/iot/RemoveThingTopo.json",
2025-08-20T19:15:57.0146152Z [00:02:03.271]➜  			"metadatas/iot/ReplaceEdgeInstanceGateway.json",
2025-08-20T19:15:57.0146432Z [00:02:03.271]➜  			"metadatas/iot/RerunJob.json",
2025-08-20T19:15:57.0147027Z [00:02:03.271]➜  			"metadatas/iot/ResetConsumerGroupPosition.json",
2025-08-20T19:15:57.0147354Z [00:02:03.271]➜  			"metadatas/iot/ResetDeviceTimeline.json",
2025-08-20T19:15:57.0147635Z [00:02:03.271]➜  			"metadatas/iot/ResetThing.json",
2025-08-20T19:15:57.0147992Z [00:02:03.271]➜  			"metadatas/iot/RetrySoundCodeLabelBatch.json",
2025-08-20T19:15:57.0148317Z [00:02:03.271]➜  			"metadatas/iot/ReupgradeOTATask.json",
2025-08-20T19:15:57.0148755Z [00:02:03.271]➜  			"metadatas/iot/SaveDeviceProp.json",
2025-08-20T19:15:57.0149075Z [00:02:03.271]➜  			"metadatas/iot/SaveScript.json",
2025-08-20T19:15:57.0149440Z [00:02:03.271]➜  			"metadatas/iot/SetDeviceDesiredProperty.json",
2025-08-20T19:15:57.0149763Z [00:02:03.271]➜  			"metadatas/iot/SetDeviceGroupTags.json",
2025-08-20T19:15:57.0150077Z [00:02:03.271]➜  			"metadatas/iot/SetDeviceProperty.json",
2025-08-20T19:15:57.0150411Z [00:02:03.271]➜  			"metadatas/iot/SetDevicesProperty.json",
2025-08-20T19:15:57.0150821Z [00:02:03.271]➜  			"metadatas/iot/SetEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:57.0151143Z [00:02:03.271]➜  			"metadatas/iot/SetProductCertInfo.json",
2025-08-20T19:15:57.0151529Z [00:02:03.271]➜  			"metadatas/iot/SetStudioProjectCooperation.json",
2025-08-20T19:15:57.0151869Z [00:02:03.271]➜  			"metadatas/iot/SetupStudioAppAuthModeOpen.json",
2025-08-20T19:15:57.0152217Z [00:02:03.271]➜  			"metadatas/iot/ShareSpeechByCombination.json",
2025-08-20T19:15:57.0152759Z [00:02:03.271]➜  			"metadatas/iot/SpeechByCombination.json",
2025-08-20T19:15:57.0153090Z [00:02:03.271]➜  			"metadatas/iot/SpeechBySynthesis.json",
2025-08-20T19:15:57.0153421Z [00:02:03.271]➜  			"metadatas/iot/StartPTDetection.json",
2025-08-20T19:15:57.0153711Z [00:02:03.271]➜  			"metadatas/iot/StartParser.json",
2025-08-20T19:15:57.0153998Z [00:02:03.271]➜  			"metadatas/iot/StartRule.json",
2025-08-20T19:15:57.0154286Z [00:02:03.271]➜  			"metadatas/iot/StopParser.json",
2025-08-20T19:15:57.0154721Z [00:02:03.271]➜  			"metadatas/iot/StopRule.json",
2025-08-20T19:15:57.0155062Z [00:02:03.271]➜  			"metadatas/iot/SubscribeTopic.json",
2025-08-20T19:15:57.0155428Z [00:02:03.271]➜  			"metadatas/iot/SyncSpeechByCombination.json",
2025-08-20T19:15:57.0155720Z [00:02:03.271]➜  			"metadatas/iot/TestSpeech.json",
2025-08-20T19:15:57.0156013Z [00:02:03.271]➜  			"metadatas/iot/TestSwitch.json",
2025-08-20T19:15:57.0156330Z [00:02:03.271]➜  			"metadatas/iot/TransformClientId.json",
2025-08-20T19:15:57.0156666Z [00:02:03.271]➜  			"metadatas/iot/TriggerSceneRule.json",
2025-08-20T19:15:57.0157075Z [00:02:03.271]➜  			"metadatas/iot/UnbindApplicationFromEdgeInstance.json",
2025-08-20T19:15:57.0157611Z [00:02:03.271]➜  			"metadatas/iot/UnbindDriverFromEdgeInstance.json",
2025-08-20T19:15:57.0157956Z [00:02:03.271]➜  			"metadatas/iot/UnbindLicenseProduct.json",
2025-08-20T19:15:57.0158342Z [00:02:03.271]➜  			"metadatas/iot/UnbindRoleFromEdgeInstance.json",
2025-08-20T19:15:57.0158755Z [00:02:03.271]➜  			"metadatas/iot/UnbindSceneRuleFromEdgeInstance.json",
2025-08-20T19:15:57.0159081Z [00:02:03.271]➜  			"metadatas/iot/UnsubscribeTopic.json",
2025-08-20T19:15:57.0159386Z [00:02:03.272]➜  			"metadatas/iot/UpdateConsumerGroup.json",
2025-08-20T19:15:57.0159702Z [00:02:03.272]➜  			"metadatas/iot/UpdateDestination.json",
2025-08-20T19:15:57.0160015Z [00:02:03.272]➜  			"metadatas/iot/UpdateDeviceGroup.json",
2025-08-20T19:15:57.0160332Z [00:02:03.272]➜  			"metadatas/iot/UpdateDeviceShadow.json",
2025-08-20T19:15:57.0160694Z [00:02:03.272]➜  			"metadatas/iot/UpdateEdgeDriverVersion.json",
2025-08-20T19:15:57.0161016Z [00:02:03.272]➜  			"metadatas/iot/UpdateEdgeInstance.json",
2025-08-20T19:15:57.0161389Z [00:02:03.272]➜  			"metadatas/iot/UpdateEdgeInstanceChannel.json",
2025-08-20T19:15:57.0161830Z [00:02:03.272]➜  			"metadatas/iot/UpdateEdgeInstanceMessageRouting.json",
2025-08-20T19:15:57.0162103Z [00:02:03.272]➜  			"metadatas/iot/UpdateJob.json",
2025-08-20T19:15:57.0162671Z [00:02:03.272]➜  			"metadatas/iot/UpdateOTAJob.json",
2025-08-20T19:15:57.0163176Z [00:02:03.272]➜  			"metadatas/iot/UpdateOTAModule.json",
2025-08-20T19:15:57.0163486Z [00:02:03.272]➜  			"metadatas/iot/UpdateParser.json",
2025-08-20T19:15:57.0163850Z [00:02:03.272]➜  			"metadatas/iot/UpdateParserDataSource.json",
2025-08-20T19:15:57.0164148Z [00:02:03.272]➜  			"metadatas/iot/UpdateProduct.json",
2025-08-20T19:15:57.0164540Z [00:02:03.272]➜  			"metadatas/iot/UpdateProductFilterConfig.json",
2025-08-20T19:15:57.0164991Z [00:02:03.272]➜  			"metadatas/iot/UpdateProductTags.json",
2025-08-20T19:15:57.0165339Z [00:02:03.272]➜  			"metadatas/iot/UpdateProductTopic.json",
2025-08-20T19:15:57.0165636Z [00:02:03.272]➜  			"metadatas/iot/UpdateRule.json",
2025-08-20T19:15:57.0165953Z [00:02:03.272]➜  			"metadatas/iot/UpdateRuleAction.json",
2025-08-20T19:15:57.0166256Z [00:02:03.272]➜  			"metadatas/iot/UpdateSceneRule.json",
2025-08-20T19:15:57.0166613Z [00:02:03.272]➜  			"metadatas/iot/UpdateSchedulePeriod.json",
2025-08-20T19:15:57.0167055Z [00:02:03.272]➜  			"metadatas/iot/UpdateSoundCode.json",
2025-08-20T19:15:57.0167398Z [00:02:03.272]➜  			"metadatas/iot/UpdateSoundCodeLabel.json",
2025-08-20T19:15:57.0167738Z [00:02:03.272]➜  			"metadatas/iot/UpdateSoundCodeSchedule.json",
2025-08-20T19:15:57.0168036Z [00:02:03.272]➜  			"metadatas/iot/UpdateSpeech.json",
2025-08-20T19:15:57.0168377Z [00:02:03.272]➜  			"metadatas/iot/UpdateSubscribeRelation.json",
2025-08-20T19:15:57.0168685Z [00:02:03.272]➜  			"metadatas/iot/UpdateThingModel.json",
2025-08-20T19:15:57.0168997Z [00:02:03.272]➜  			"metadatas/iot/UpdateThingScript.json",
2025-08-20T19:15:57.0169327Z [00:02:03.272]➜  			"metadatas/iot/UpdateTopicConfig.json",
2025-08-20T19:15:57.0169718Z [00:02:03.272]➜  			"metadatas/iot/WriteDevicesHotStorageData.json",
2025-08-20T19:15:57.0170019Z [00:02:03.272]➜  			"metadatas/iqs/AiSearch.json",
2025-08-20T19:15:57.0170359Z [00:02:03.272]➜  			"metadatas/iqs/GenericAdvancedSearch.json",
2025-08-20T19:15:57.0170671Z [00:02:03.272]➜  			"metadatas/iqs/GenericSearch.json",
2025-08-20T19:15:57.0170974Z [00:02:03.272]➜  			"metadatas/iqs/GetIqsUsage.json",
2025-08-20T19:15:57.0171270Z [00:02:03.272]➜  			"metadatas/iqs/GlobalSearch.json",
2025-08-20T19:15:57.0171576Z [00:02:03.272]➜  			"metadatas/iqs/UnifiedSearch.json",
2025-08-20T19:15:57.0171907Z [00:02:03.272]➜  			"metadatas/kms/AsymmetricDecrypt.json",
2025-08-20T19:15:57.0172217Z [00:02:03.272]➜  			"metadatas/kms/AsymmetricEncrypt.json",
2025-08-20T19:15:57.0172731Z [00:02:03.272]➜  			"metadatas/kms/AsymmetricSign.json",
2025-08-20T19:15:57.0173033Z [00:02:03.272]➜  			"metadatas/kms/AsymmetricVerify.json",
2025-08-20T19:15:57.0173558Z [00:02:03.272]➜  			"metadatas/kms/CancelKeyDeletion.json",
2025-08-20T19:15:57.0173960Z [00:02:03.272]➜  			"metadatas/kms/CertificatePrivateKeyDecrypt.json",
2025-08-20T19:15:57.0174333Z [00:02:03.272]➜  			"metadatas/kms/CertificatePrivateKeySign.json",
2025-08-20T19:15:57.0174754Z [00:02:03.272]➜  			"metadatas/kms/CertificatePublicKeyEncrypt.json",
2025-08-20T19:15:57.0175186Z [00:02:03.272]➜  			"metadatas/kms/CertificatePublicKeyVerify.json",
2025-08-20T19:15:57.0175535Z [00:02:03.272]➜  			"metadatas/kms/ConnectKmsInstance.json",
2025-08-20T19:15:57.0175846Z [00:02:03.272]➜  			"metadatas/kms/CreateAlias.json",
2025-08-20T19:15:57.0176247Z [00:02:03.272]➜  			"metadatas/kms/CreateApplicationAccessPoint.json",
2025-08-20T19:15:57.0176592Z [00:02:03.273]➜  			"metadatas/kms/CreateCertificate.json",
2025-08-20T19:15:57.0176927Z [00:02:03.273]➜  			"metadatas/kms/CreateClientKey.json",
2025-08-20T19:15:57.0177216Z [00:02:03.273]➜  			"metadatas/kms/CreateKey.json",
2025-08-20T19:15:57.0177510Z [00:02:03.273]➜  			"metadatas/kms/CreateKeyVersion.json",
2025-08-20T19:15:57.0177834Z [00:02:03.273]➜  			"metadatas/kms/CreateNetworkRule.json",
2025-08-20T19:15:57.0178130Z [00:02:03.273]➜  			"metadatas/kms/CreatePolicy.json",
2025-08-20T19:15:57.0178414Z [00:02:03.273]➜  			"metadatas/kms/CreateSecret.json",
2025-08-20T19:15:57.0178709Z [00:02:03.273]➜  			"metadatas/kms/Decrypt.json",
2025-08-20T19:15:57.0179162Z [00:02:03.273]➜  			"metadatas/kms/DeleteAlias.json",
2025-08-20T19:15:57.0179570Z [00:02:03.273]➜  			"metadatas/kms/DeleteApplicationAccessPoint.json",
2025-08-20T19:15:57.0179888Z [00:02:03.273]➜  			"metadatas/kms/DeleteCertificate.json",
2025-08-20T19:15:57.0180215Z [00:02:03.273]➜  			"metadatas/kms/DeleteClientKey.json",
2025-08-20T19:15:57.0180519Z [00:02:03.273]➜  			"metadatas/kms/DeleteKeyMaterial.json",
2025-08-20T19:15:57.0180985Z [00:02:03.273]➜  			"metadatas/kms/DeleteNetworkRule.json",
2025-08-20T19:15:57.0181300Z [00:02:03.273]➜  			"metadatas/kms/DeletePolicy.json",
2025-08-20T19:15:57.0181595Z [00:02:03.273]➜  			"metadatas/kms/DeleteSecret.json",
2025-08-20T19:15:57.0181963Z [00:02:03.273]➜  			"metadatas/kms/DescribeAccountKmsStatus.json",
2025-08-20T19:15:57.0182582Z [00:02:03.273]➜  			"metadatas/kms/DescribeApplicationAccessPoint.json",
2025-08-20T19:15:57.0182951Z [00:02:03.273]➜  			"metadatas/kms/DescribeCertificate.json",
2025-08-20T19:15:57.0183422Z [00:02:03.273]➜  			"metadatas/kms/DescribeKey.json",
2025-08-20T19:15:57.0183763Z [00:02:03.273]➜  			"metadatas/kms/DescribeKeyVersion.json",
2025-08-20T19:15:57.0184101Z [00:02:03.273]➜  			"metadatas/kms/DescribeNetworkRule.json",
2025-08-20T19:15:57.0184409Z [00:02:03.273]➜  			"metadatas/kms/DescribePolicy.json",
2025-08-20T19:15:57.0184754Z [00:02:03.273]➜  			"metadatas/kms/DescribeRegions.json",
2025-08-20T19:15:57.0185052Z [00:02:03.273]➜  			"metadatas/kms/DescribeSecret.json",
2025-08-20T19:15:57.0185367Z [00:02:03.273]➜  			"metadatas/kms/DisableKey.json",
2025-08-20T19:15:57.0185641Z [00:02:03.273]➜  			"metadatas/kms/EnableKey.json",
2025-08-20T19:15:57.0185920Z [00:02:03.273]➜  			"metadatas/kms/Encrypt.json",
2025-08-20T19:15:57.0186211Z [00:02:03.273]➜  			"metadatas/kms/ExportDataKey.json",
2025-08-20T19:15:57.0186588Z [00:02:03.273]➜  			"metadatas/kms/GenerateAndExportDataKey.json",
2025-08-20T19:15:57.0186888Z [00:02:03.273]➜  			"metadatas/kms/GenerateDataKey.json",
2025-08-20T19:15:57.0187326Z [00:02:03.273]➜  			"metadatas/kms/GenerateDataKeyWithoutPlaintext.json",
2025-08-20T19:15:57.0187622Z [00:02:03.273]➜  			"metadatas/kms/GetCertificate.json",
2025-08-20T19:15:57.0187923Z [00:02:03.273]➜  			"metadatas/kms/GetClientKey.json",
2025-08-20T19:15:57.0188257Z [00:02:03.273]➜  			"metadatas/kms/GetDefaultKmsInstance.json",
2025-08-20T19:15:57.0188550Z [00:02:03.273]➜  			"metadatas/kms/GetKeyPolicy.json",
2025-08-20T19:15:57.0188853Z [00:02:03.273]➜  			"metadatas/kms/GetKmsInstance.json",
2025-08-20T19:15:57.0189206Z [00:02:03.273]➜  			"metadatas/kms/GetParametersForImport.json",
2025-08-20T19:15:57.0189681Z [00:02:03.273]➜  			"metadatas/kms/GetPublicKey.json",
2025-08-20T19:15:57.0190020Z [00:02:03.273]➜  			"metadatas/kms/GetRandomPassword.json",
2025-08-20T19:15:57.0190326Z [00:02:03.273]➜  			"metadatas/kms/GetSecretPolicy.json",
2025-08-20T19:15:57.0190632Z [00:02:03.273]➜  			"metadatas/kms/GetSecretValue.json",
2025-08-20T19:15:57.0190956Z [00:02:03.273]➜  			"metadatas/kms/ImportKeyMaterial.json",
2025-08-20T19:15:57.0191253Z [00:02:03.273]➜  			"metadatas/kms/ListAliases.json",
2025-08-20T19:15:57.0191566Z [00:02:03.273]➜  			"metadatas/kms/ListAliasesByKeyId.json",
2025-08-20T19:15:57.0191962Z [00:02:03.273]➜  			"metadatas/kms/ListApplicationAccessPoints.json",
2025-08-20T19:15:57.0192287Z [00:02:03.273]➜  			"metadatas/kms/ListClientKeys.json",
2025-08-20T19:15:57.0192792Z [00:02:03.273]➜  			"metadatas/kms/ListKeyVersions.json",
2025-08-20T19:15:57.0193092Z [00:02:03.273]➜  			"metadatas/kms/ListKeys.json",
2025-08-20T19:15:57.0193394Z [00:02:03.273]➜  			"metadatas/kms/ListKmsInstances.json",
2025-08-20T19:15:57.0193724Z [00:02:03.273]➜  			"metadatas/kms/ListNetworkRules.json",
2025-08-20T19:15:57.0194023Z [00:02:03.273]➜  			"metadatas/kms/ListPolicies.json",
2025-08-20T19:15:57.0194348Z [00:02:03.273]➜  			"metadatas/kms/ListResourceTags.json",
2025-08-20T19:15:57.0194682Z [00:02:03.273]➜  			"metadatas/kms/ListSecretVersionIds.json",
2025-08-20T19:15:57.0195180Z [00:02:03.273]➜  			"metadatas/kms/ListSecrets.json",
2025-08-20T19:15:57.0195498Z [00:02:03.273]➜  			"metadatas/kms/ListTagResources.json",
2025-08-20T19:15:57.0195811Z [00:02:03.273]➜  			"metadatas/kms/OpenKmsService.json",
2025-08-20T19:15:57.0196113Z [00:02:03.273]➜  			"metadatas/kms/PutSecretValue.json",
2025-08-20T19:15:57.0196394Z [00:02:03.273]➜  			"metadatas/kms/ReEncrypt.json",
2025-08-20T19:15:57.0196718Z [00:02:03.273]➜  			"metadatas/kms/ReleaseKmsInstance.json",
2025-08-20T19:15:57.0197165Z [00:02:03.274]➜  			"metadatas/kms/RestoreSecret.json",
2025-08-20T19:15:57.0197472Z [00:02:03.274]➜  			"metadatas/kms/RotateSecret.json",
2025-08-20T19:15:57.0197833Z [00:02:03.274]➜  			"metadatas/kms/ScheduleKeyDeletion.json",
2025-08-20T19:15:57.0198178Z [00:02:03.274]➜  			"metadatas/kms/SetDeletionProtection.json",
2025-08-20T19:15:57.0198487Z [00:02:03.274]➜  			"metadatas/kms/SetKeyPolicy.json",
2025-08-20T19:15:57.0198797Z [00:02:03.274]➜  			"metadatas/kms/SetSecretPolicy.json",
2025-08-20T19:15:57.0199229Z [00:02:03.274]➜  			"metadatas/kms/TagResource.json",
2025-08-20T19:15:57.0199524Z [00:02:03.274]➜  			"metadatas/kms/TagResources.json",
2025-08-20T19:15:57.0199834Z [00:02:03.274]➜  			"metadatas/kms/UntagResource.json",
2025-08-20T19:15:57.0200128Z [00:02:03.274]➜  			"metadatas/kms/UntagResources.json",
2025-08-20T19:15:57.0200410Z [00:02:03.274]➜  			"metadatas/kms/UpdateAlias.json",
2025-08-20T19:15:57.0200904Z [00:02:03.274]➜  			"metadatas/kms/UpdateApplicationAccessPoint.json",
2025-08-20T19:15:57.0201289Z [00:02:03.274]➜  			"metadatas/kms/UpdateCertificateStatus.json",
2025-08-20T19:15:57.0201633Z [00:02:03.274]➜  			"metadatas/kms/UpdateKeyDescription.json",
2025-08-20T19:15:57.0202029Z [00:02:03.274]➜  			"metadatas/kms/UpdateKmsInstanceBindVpc.json",
2025-08-20T19:15:57.0202357Z [00:02:03.274]➜  			"metadatas/kms/UpdateNetworkRule.json",
2025-08-20T19:15:57.0202870Z [00:02:03.274]➜  			"metadatas/kms/UpdatePolicy.json",
2025-08-20T19:15:57.0203212Z [00:02:03.274]➜  			"metadatas/kms/UpdateRotationPolicy.json",
2025-08-20T19:15:57.0203523Z [00:02:03.274]➜  			"metadatas/kms/UpdateSecret.json",
2025-08-20T19:15:57.0203899Z [00:02:03.274]➜  			"metadatas/kms/UpdateSecretRotationPolicy.json",
2025-08-20T19:15:57.0204269Z [00:02:03.274]➜  			"metadatas/kms/UpdateSecretVersionStage.json",
2025-08-20T19:15:57.0204598Z [00:02:03.274]➜  			"metadatas/kms/UploadCertificate.json",
2025-08-20T19:15:57.0204945Z [00:02:03.274]➜  			"metadatas/live/AddCasterComponent.json",
2025-08-20T19:15:57.0205274Z [00:02:03.274]➜  			"metadatas/live/AddCasterEpisode.json",
2025-08-20T19:15:57.0205643Z [00:02:03.274]➜  			"metadatas/live/AddCasterEpisodeGroup.json",
2025-08-20T19:15:57.0206238Z [00:02:03.274]➜  			"metadatas/live/AddCasterEpisodeGroupContent.json",
2025-08-20T19:15:57.0206560Z [00:02:03.274]➜  			"metadatas/live/AddCasterLayout.json",
2025-08-20T19:15:57.0206879Z [00:02:03.274]➜  			"metadatas/live/AddCasterProgram.json",
2025-08-20T19:15:57.0207218Z [00:02:03.274]➜  			"metadatas/live/AddCasterVideoResource.json",
2025-08-20T19:15:57.0207753Z [00:02:03.274]➜  			"metadatas/live/AddCustomLiveStreamTranscode.json",
2025-08-20T19:15:57.0208107Z [00:02:03.274]➜  			"metadatas/live/AddLiveAIProduceRules.json",
2025-08-20T19:15:57.0208432Z [00:02:03.274]➜  			"metadatas/live/AddLiveAISubtitle.json",
2025-08-20T19:15:57.0208787Z [00:02:03.274]➜  			"metadatas/live/AddLiveAppRecordConfig.json",
2025-08-20T19:15:57.0209166Z [00:02:03.274]➜  			"metadatas/live/AddLiveAppSnapshotConfig.json",
2025-08-20T19:15:57.0209538Z [00:02:03.274]➜  			"metadatas/live/AddLiveAudioAuditConfig.json",
2025-08-20T19:15:57.0209951Z [00:02:03.274]➜  			"metadatas/live/AddLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:57.0210303Z [00:02:03.274]➜  			"metadatas/live/AddLiveCenterTransfer.json",
2025-08-20T19:15:57.0210703Z [00:02:03.274]➜  			"metadatas/live/AddLiveDetectNotifyConfig.json",
2025-08-20T19:15:57.0211010Z [00:02:03.274]➜  			"metadatas/live/AddLiveDomain.json",
2025-08-20T19:15:57.0211374Z [00:02:03.274]➜  			"metadatas/live/AddLiveDomainMapping.json",
2025-08-20T19:15:57.0211742Z [00:02:03.274]➜  			"metadatas/live/AddLiveDomainPlayMapping.json",
2025-08-20T19:15:57.0212105Z [00:02:03.274]➜  			"metadatas/live/AddLiveMessageGroupBand.json",
2025-08-20T19:15:57.0212636Z [00:02:03.274]➜  			"metadatas/live/AddLivePackageConfig.json",
2025-08-20T19:15:57.0213056Z [00:02:03.274]➜  			"metadatas/live/AddLivePullStreamInfoConfig.json",
2025-08-20T19:15:57.0213594Z [00:02:03.274]➜  			"metadatas/live/AddLiveRecordNotifyConfig.json",
2025-08-20T19:15:57.0213999Z [00:02:03.274]➜  			"metadatas/live/AddLiveRecordVodConfig.json",
2025-08-20T19:15:57.0214454Z [00:02:03.274]➜  			"metadatas/live/AddLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:57.0214860Z [00:02:03.274]➜  			"metadatas/live/AddLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:57.0215186Z [00:02:03.274]➜  			"metadatas/live/AddLiveStreamMerge.json",
2025-08-20T19:15:57.0215545Z [00:02:03.274]➜  			"metadatas/live/AddLiveStreamTranscode.json",
2025-08-20T19:15:57.0216055Z [00:02:03.274]➜  			"metadatas/live/AddLiveStreamWatermark.json",
2025-08-20T19:15:57.0216480Z [00:02:03.274]➜  			"metadatas/live/AddLiveStreamWatermarkRule.json",
2025-08-20T19:15:57.0216824Z [00:02:03.274]➜  			"metadatas/live/AddPlaylistItems.json",
2025-08-20T19:15:57.0217206Z [00:02:03.274]➜  			"metadatas/live/AddRtsLiveStreamTranscode.json",
2025-08-20T19:15:57.0217547Z [00:02:03.274]➜  			"metadatas/live/AddShowIntoShowList.json",
2025-08-20T19:15:57.0217859Z [00:02:03.274]➜  			"metadatas/live/AddStudioLayout.json",
2025-08-20T19:15:57.0218159Z [00:02:03.274]➜  			"metadatas/live/AddTrancodeSEI.json",
2025-08-20T19:15:57.0218508Z [00:02:03.274]➜  			"metadatas/live/BanLiveMessageGroup.json",
2025-08-20T19:15:57.0218915Z [00:02:03.274]➜  			"metadatas/live/BatchDeleteLiveDomainConfigs.json",
2025-08-20T19:15:57.0219259Z [00:02:03.274]➜  			"metadatas/live/BatchGetOnlineUsers.json",
2025-08-20T19:15:57.0219646Z [00:02:03.274]➜  			"metadatas/live/BatchSetLiveDomainConfigs.json",
2025-08-20T19:15:57.0220048Z [00:02:03.274]➜  			"metadatas/live/CancelMuteAllGroupUser.json",
2025-08-20T19:15:57.0220379Z [00:02:03.274]➜  			"metadatas/live/CancelMuteGroupUser.json",
2025-08-20T19:15:57.0220787Z [00:02:03.274]➜  			"metadatas/live/ChangeLiveDomainResourceGroup.json",
2025-08-20T19:15:57.0221171Z [00:02:03.275]➜  			"metadatas/live/CheckLiveMessageUsersInGroup.json",
2025-08-20T19:15:57.0221569Z [00:02:03.275]➜  			"metadatas/live/CheckLiveMessageUsersOnline.json",
2025-08-20T19:15:57.0221893Z [00:02:03.275]➜  			"metadatas/live/CloseLiveShift.json",
2025-08-20T19:15:57.0222198Z [00:02:03.275]➜  			"metadatas/live/CopyCaster.json",
2025-08-20T19:15:57.0222970Z [00:02:03.275]➜  			"metadatas/live/CopyCasterSceneConfig.json",
2025-08-20T19:15:57.0223295Z [00:02:03.275]➜  			"metadatas/live/CreateCaster.json",
2025-08-20T19:15:57.0223625Z [00:02:03.275]➜  			"metadatas/live/CreateCustomTemplate.json",
2025-08-20T19:15:57.0223987Z [00:02:03.275]➜  			"metadatas/live/CreateEdgeTranscodeJob.json",
2025-08-20T19:15:57.0224441Z [00:02:03.275]➜  			"metadatas/live/CreateEventSub.json",
2025-08-20T19:15:57.0224788Z [00:02:03.275]➜  			"metadatas/live/CreateLiveAIStudio.json",
2025-08-20T19:15:57.0225145Z [00:02:03.275]➜  			"metadatas/live/CreateLiveDelayConfig.json",
2025-08-20T19:15:57.0225503Z [00:02:03.275]➜  			"metadatas/live/CreateLiveMessageApp.json",
2025-08-20T19:15:57.0225865Z [00:02:03.275]➜  			"metadatas/live/CreateLiveMessageGroup.json",
2025-08-20T19:15:57.0226237Z [00:02:03.275]➜  			"metadatas/live/CreateLivePrivateLine.json",
2025-08-20T19:15:57.0226583Z [00:02:03.275]➜  			"metadatas/live/CreateLivePullToPush.json",
2025-08-20T19:15:57.0226996Z [00:02:03.275]➜  			"metadatas/live/CreateLiveRealTimeLogDelivery.json",
2025-08-20T19:15:57.0227365Z [00:02:03.275]➜  			"metadatas/live/CreateLiveStreamMonitor.json",
2025-08-20T19:15:57.0227784Z [00:02:03.275]➜  			"metadatas/live/CreateLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:57.0228137Z [00:02:03.275]➜  			"metadatas/live/CreateMessageApp.json",
2025-08-20T19:15:57.0228481Z [00:02:03.275]➜  			"metadatas/live/CreateMessageGroup.json",
2025-08-20T19:15:57.0228814Z [00:02:03.275]➜  			"metadatas/live/CreateMixStream.json",
2025-08-20T19:15:57.0229211Z [00:02:03.275]➜  			"metadatas/live/CreateRTCWhipStreamAddress.json",
2025-08-20T19:15:57.0229637Z [00:02:03.275]➜  			"metadatas/live/CreateRoomRealTimeStreamAddress.json",
2025-08-20T19:15:57.0229951Z [00:02:03.275]➜  			"metadatas/live/CreateRtcAsrTask.json",
2025-08-20T19:15:57.0230450Z [00:02:03.275]➜  			"metadatas/live/CreateRtcMPUEventSub.json",
2025-08-20T19:15:57.0230774Z [00:02:03.275]➜  			"metadatas/live/DeleteCaster.json",
2025-08-20T19:15:57.0231150Z [00:02:03.275]➜  			"metadatas/live/DeleteCasterComponent.json",
2025-08-20T19:15:57.0231494Z [00:02:03.275]➜  			"metadatas/live/DeleteCasterEpisode.json",
2025-08-20T19:15:57.0231878Z [00:02:03.275]➜  			"metadatas/live/DeleteCasterEpisodeGroup.json",
2025-08-20T19:15:57.0232336Z [00:02:03.275]➜  			"metadatas/live/DeleteCasterLayout.json",
2025-08-20T19:15:57.0232922Z [00:02:03.275]➜  			"metadatas/live/DeleteCasterProgram.json",
2025-08-20T19:15:57.0233307Z [00:02:03.275]➜  			"metadatas/live/DeleteCasterSceneConfig.json",
2025-08-20T19:15:57.0233701Z [00:02:03.275]➜  			"metadatas/live/DeleteCasterVideoResource.json",
2025-08-20T19:15:57.0234012Z [00:02:03.275]➜  			"metadatas/live/DeleteChannel.json",
2025-08-20T19:15:57.0234361Z [00:02:03.275]➜  			"metadatas/live/DeleteCustomTemplate.json",
2025-08-20T19:15:57.0234721Z [00:02:03.275]➜  			"metadatas/live/DeleteEdgeTranscodeJob.json",
2025-08-20T19:15:57.0235047Z [00:02:03.275]➜  			"metadatas/live/DeleteEventSub.json",
2025-08-20T19:15:57.0235436Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveAIProduceRules.json",
2025-08-20T19:15:57.0235777Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveAIStudio.json",
2025-08-20T19:15:57.0236124Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveAISubtitle.json",
2025-08-20T19:15:57.0236531Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveAppRecordConfig.json",
2025-08-20T19:15:57.0236944Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveAppSnapshotConfig.json",
2025-08-20T19:15:57.0237339Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveAudioAuditConfig.json",
2025-08-20T19:15:57.0237764Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:57.0238140Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveCenterTransfer.json",
2025-08-20T19:15:57.0238489Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveDelayConfig.json",
2025-08-20T19:15:57.0238910Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveDetectNotifyConfig.json",
2025-08-20T19:15:57.0239245Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveDomain.json",
2025-08-20T19:15:57.0239809Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveDomainMapping.json",
2025-08-20T19:15:57.0240210Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveDomainPlayMapping.json",
2025-08-20T19:15:57.0240564Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveEdgeTransfer.json",
2025-08-20T19:15:57.0241177Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveLazyPullStreamInfoConfig.json",
2025-08-20T19:15:57.0241555Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveMessageGroup.json",
2025-08-20T19:15:57.0241969Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveMessageGroupMessage.json",
2025-08-20T19:15:57.0242582Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveMessageUserMessage.json",
2025-08-20T19:15:57.0242971Z [00:02:03.275]➜  			"metadatas/live/DeleteLivePackageConfig.json",
2025-08-20T19:15:57.0243330Z [00:02:03.275]➜  			"metadatas/live/DeleteLivePrivateLine.json",
2025-08-20T19:15:57.0243753Z [00:02:03.275]➜  			"metadatas/live/DeleteLivePullStreamInfoConfig.json",
2025-08-20T19:15:57.0244102Z [00:02:03.275]➜  			"metadatas/live/DeleteLivePullToPush.json",
2025-08-20T19:15:57.0244508Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveRealTimeLogLogstore.json",
2025-08-20T19:15:57.0244924Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveRealtimeLogDelivery.json",
2025-08-20T19:15:57.0245342Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveRecordNotifyConfig.json",
2025-08-20T19:15:57.0245741Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveRecordVodConfig.json",
2025-08-20T19:15:57.0246199Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:57.0246624Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:57.0247038Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveSpecificStagingConfig.json",
2025-08-20T19:15:57.0247546Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveStreamBlock.json",
2025-08-20T19:15:57.0247922Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveStreamMerge.json",
2025-08-20T19:15:57.0248320Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveStreamMonitor.json",
2025-08-20T19:15:57.0248777Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:57.0249173Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveStreamTranscode.json",
2025-08-20T19:15:57.0249693Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveStreamWatermark.json",
2025-08-20T19:15:57.0250148Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveStreamWatermarkRule.json",
2025-08-20T19:15:57.0250589Z [00:02:03.275]➜  			"metadatas/live/DeleteLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:57.0250930Z [00:02:03.275]➜  			"metadatas/live/DeleteMessageApp.json",
2025-08-20T19:15:57.0251251Z [00:02:03.275]➜  			"metadatas/live/DeleteMixStream.json",
2025-08-20T19:15:57.0251578Z [00:02:03.275]➜  			"metadatas/live/DeletePlaylist.json",
2025-08-20T19:15:57.0251935Z [00:02:03.275]➜  			"metadatas/live/DeletePlaylistItems.json",
2025-08-20T19:15:57.0252261Z [00:02:03.275]➜  			"metadatas/live/DeleteRtcAsrTask.json",
2025-08-20T19:15:57.0252813Z [00:02:03.275]➜  			"metadatas/live/DeleteRtcMPUEventSub.json",
2025-08-20T19:15:57.0253195Z [00:02:03.275]➜  			"metadatas/live/DeleteSnapshotCallbackAuth.json",
2025-08-20T19:15:57.0253522Z [00:02:03.275]➜  			"metadatas/live/DeleteSnapshotFiles.json",
2025-08-20T19:15:57.0253849Z [00:02:03.275]➜  			"metadatas/live/DeleteStudioLayout.json",
2025-08-20T19:15:57.0254238Z [00:02:03.275]➜  			"metadatas/live/DescribeAutoShowListTasks.json",
2025-08-20T19:15:57.0254599Z [00:02:03.275]➜  			"metadatas/live/DescribeCasterChannels.json",
2025-08-20T19:15:57.0254981Z [00:02:03.275]➜  			"metadatas/live/DescribeCasterComponents.json",
2025-08-20T19:15:57.0255324Z [00:02:03.275]➜  			"metadatas/live/DescribeCasterConfig.json",
2025-08-20T19:15:57.0255675Z [00:02:03.275]➜  			"metadatas/live/DescribeCasterLayouts.json",
2025-08-20T19:15:57.0256035Z [00:02:03.275]➜  			"metadatas/live/DescribeCasterProgram.json",
2025-08-20T19:15:57.0256411Z [00:02:03.275]➜  			"metadatas/live/DescribeCasterSceneAudio.json",
2025-08-20T19:15:57.0256916Z [00:02:03.275]➜  			"metadatas/live/DescribeCasterScenes.json",
2025-08-20T19:15:57.0257296Z [00:02:03.275]➜  			"metadatas/live/DescribeCasterStreamUrl.json",
2025-08-20T19:15:57.0257703Z [00:02:03.275]➜  			"metadatas/live/DescribeCasterVideoResources.json",
2025-08-20T19:15:57.0258034Z [00:02:03.275]➜  			"metadatas/live/DescribeCasters.json",
2025-08-20T19:15:57.0258551Z [00:02:03.275]➜  			"metadatas/live/DescribeChannelParticipants.json",
2025-08-20T19:15:57.0258903Z [00:02:03.275]➜  			"metadatas/live/DescribeChannelUsers.json",
2025-08-20T19:15:57.0259253Z [00:02:03.275]➜  			"metadatas/live/DescribeDomainUsageData.json",
2025-08-20T19:15:57.0259636Z [00:02:03.275]➜  			"metadatas/live/DescribeDomainWithIntegrity.json",
2025-08-20T19:15:57.0260035Z [00:02:03.275]➜  			"metadatas/live/DescribeLiveAIProduceRules.json",
2025-08-20T19:15:57.0260383Z [00:02:03.275]➜  			"metadatas/live/DescribeLiveAIStudio.json",
2025-08-20T19:15:57.0260746Z [00:02:03.275]➜  			"metadatas/live/DescribeLiveAISubtitle.json",
2025-08-20T19:15:57.0261172Z [00:02:03.275]➜  			"metadatas/live/DescribeLiveAudioAuditConfig.json",
2025-08-20T19:15:57.0261619Z [00:02:03.275]➜  			"metadatas/live/DescribeLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:57.0262059Z [00:02:03.275]➜  			"metadatas/live/DescribeLiveCenterStreamRateData.json",
2025-08-20T19:15:57.0262641Z [00:02:03.275]➜  			"metadatas/live/DescribeLiveCenterTransfer.json",
2025-08-20T19:15:57.0263057Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveCertificateDetail.json",
2025-08-20T19:15:57.0263453Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveCertificateList.json",
2025-08-20T19:15:57.0263826Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDelayConfig.json",
2025-08-20T19:15:57.0264268Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDelayedStreamingUsage.json",
2025-08-20T19:15:57.0264847Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDetectNotifyConfig.json",
2025-08-20T19:15:57.0265250Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDetectPornData.json",
2025-08-20T19:15:57.0265640Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainBpsData.json",
2025-08-20T19:15:57.0266066Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainBpsDataByLayer.json",
2025-08-20T19:15:57.0266497Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainByCertificate.json",
2025-08-20T19:15:57.0267106Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainCertificateInfo.json",
2025-08-20T19:15:57.0267540Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainConfigs.json",
2025-08-20T19:15:57.0267907Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainDetail.json",
2025-08-20T19:15:57.0268436Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainFrameRateAndBitRateData.json",
2025-08-20T19:15:57.0268795Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainLimit.json",
2025-08-20T19:15:57.0269244Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainLog.json",
2025-08-20T19:15:57.0269630Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainMapping.json",
2025-08-20T19:15:57.0270375Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainMonitoringUsageData.json",
2025-08-20T19:15:57.0270848Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainMultiStreamConfig.json",
2025-08-20T19:15:57.0271274Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainOnlineUserNum.json",
2025-08-20T19:15:57.0271749Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainPublishErrorCode.json",
2025-08-20T19:15:57.0272159Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainPushBpsData.json",
2025-08-20T19:15:57.0272824Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainPushTrafficData.json",
2025-08-20T19:15:57.0273242Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainPvUvData.json",
2025-08-20T19:15:57.0273691Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainRealTimeBpsData.json",
2025-08-20T19:15:57.0274220Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:57.0274707Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainRealTimeTrafficData.json",
2025-08-20T19:15:57.0275189Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainRealtimeLogDelivery.json",
2025-08-20T19:15:57.0275634Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainRecordUsageData.json",
2025-08-20T19:15:57.0276069Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainSnapshotData.json",
2025-08-20T19:15:57.0276682Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainStagingConfig.json",
2025-08-20T19:15:57.0277189Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainStreamTranscodeData.json",
2025-08-20T19:15:57.0277604Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainTimeShiftData.json",
2025-08-20T19:15:57.0278015Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDomainTrafficData.json",
2025-08-20T19:15:57.0278528Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveDrmUsageData.json",
2025-08-20T19:15:57.0278939Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveEdgeTransfer.json",
2025-08-20T19:15:57.0279322Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveGrtnDuration.json",
2025-08-20T19:15:57.0279726Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveHttpsDomainList.json",
2025-08-20T19:15:57.0280172Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveInteractionMetricData.json",
2025-08-20T19:15:57.0280543Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveIpInfo.json",
2025-08-20T19:15:57.0280982Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveLazyPullStreamConfig.json",
2025-08-20T19:15:57.0281353Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveMessageApp.json",
2025-08-20T19:15:57.0281712Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveMessageGroup.json",
2025-08-20T19:15:57.0282112Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveMessageGroupBand.json",
2025-08-20T19:15:57.0282676Z [00:02:03.276]➜  			"metadatas/live/DescribeLivePackageConfig.json",
2025-08-20T19:15:57.0283062Z [00:02:03.276]➜  			"metadatas/live/DescribeLivePrivateLineAreas.json",
2025-08-20T19:15:57.0283464Z [00:02:03.276]➜  			"metadatas/live/DescribeLivePrivateLineAvailGA.json",
2025-08-20T19:15:57.0283845Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveProducerUsageData.json",
2025-08-20T19:15:57.0284208Z [00:02:03.276]➜  			"metadatas/live/DescribeLivePullStreamConfig.json",
2025-08-20T19:15:57.0284542Z [00:02:03.276]➜  			"metadatas/live/DescribeLivePullToPush.json",
2025-08-20T19:15:57.0285058Z [00:02:03.276]➜  			"metadatas/live/DescribeLivePullToPushList.json",
2025-08-20T19:15:57.0285443Z [00:02:03.276]➜  			"metadatas/live/DescribeLivePushProxyLog.json",
2025-08-20T19:15:57.0285855Z [00:02:03.276]➜  			"metadatas/live/DescribeLivePushProxyUsageData.json",
2025-08-20T19:15:57.0286259Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveRealtimeDeliveryAcc.json",
2025-08-20T19:15:57.0286696Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveRealtimeLogAuthorized.json",
2025-08-20T19:15:57.0287061Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveRecordConfig.json",
2025-08-20T19:15:57.0287467Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveRecordNotifyConfig.json",
2025-08-20T19:15:57.0288038Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveRecordNotifyRecords.json",
2025-08-20T19:15:57.0288431Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveRecordVodConfigs.json",
2025-08-20T19:15:57.0288796Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveShiftConfigs.json",
2025-08-20T19:15:57.0289205Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveSnapshotConfig.json",
2025-08-20T19:15:57.0289676Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:57.0290125Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:57.0290532Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamAuthChecking.json",
2025-08-20T19:15:57.0290918Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamBitRateData.json",
2025-08-20T19:15:57.0291293Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamCount.json",
2025-08-20T19:15:57.0291704Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamDelayConfig.json",
2025-08-20T19:15:57.0292306Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamDetailFrameRateAndBitRateData.json",
2025-08-20T19:15:57.0292946Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamHistoryUserNum.json",
2025-08-20T19:15:57.0293298Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamMerge.json",
2025-08-20T19:15:57.0293937Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamMetricDetailData.json",
2025-08-20T19:15:57.0294350Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamMonitorList.json",
2025-08-20T19:15:57.0294770Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamPreloadTasks.json",
2025-08-20T19:15:57.0295234Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamPushMetricDetailData.json",
2025-08-20T19:15:57.0295653Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamRecordContent.json",
2025-08-20T19:15:57.0296209Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamRecordIndexFile.json",
2025-08-20T19:15:57.0296673Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:57.0297104Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamSnapshotInfo.json",
2025-08-20T19:15:57.0297470Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamState.json",
2025-08-20T19:15:57.0297883Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamTranscodeInfo.json",
2025-08-20T19:15:57.0298384Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamTranscodeMetricData.json",
2025-08-20T19:15:57.0298826Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamTranscodeStreamNum.json",
2025-08-20T19:15:57.0299267Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamWatermarkRules.json",
2025-08-20T19:15:57.0299665Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamWatermarks.json",
2025-08-20T19:15:57.0300059Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamsBlockList.json",
2025-08-20T19:15:57.0300566Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamsControlHistory.json",
2025-08-20T19:15:57.0301013Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamsNotifyRecords.json",
2025-08-20T19:15:57.0301450Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:57.0301862Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamsOnlineList.json",
2025-08-20T19:15:57.0302597Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamsPublishList.json",
2025-08-20T19:15:57.0303107Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveStreamsTotalCount.json",
2025-08-20T19:15:57.0303497Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveTopDomainsByFlow.json",
2025-08-20T19:15:57.0303895Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveUpVideoAudioInfo.json",
2025-08-20T19:15:57.0304317Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveUserBillPrediction.json",
2025-08-20T19:15:57.0304697Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveUserDomains.json",
2025-08-20T19:15:57.0305128Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveUserStreamMetricData.json",
2025-08-20T19:15:57.0305639Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveUserTags.json",
2025-08-20T19:15:57.0306018Z [00:02:03.276]➜  			"metadatas/live/DescribeLiveVerifyContent.json",
2025-08-20T19:15:57.0306459Z [00:02:03.276]➜  			"metadatas/live/DescribeMeterLiveBypassDuration.json",
2025-08-20T19:15:57.0306812Z [00:02:03.276]➜  			"metadatas/live/DescribeMixStreamList.json",
2025-08-20T19:15:57.0307275Z [00:02:03.276]➜  			"metadatas/live/DescribeRTSNativeSDKFirstFrameCost.json",
2025-08-20T19:15:57.0307740Z [00:02:03.276]➜  			"metadatas/live/DescribeRTSNativeSDKFirstFrameDelay.json",
2025-08-20T19:15:57.0308200Z [00:02:03.276]➜  			"metadatas/live/DescribeRTSNativeSDKPlayFailStatus.json",
2025-08-20T19:15:57.0308689Z [00:02:03.276]➜  			"metadatas/live/DescribeRTSNativeSDKPlayTime.json",
2025-08-20T19:15:57.0309074Z [00:02:03.276]➜  			"metadatas/live/DescribeRTSNativeSDKVvData.json",
2025-08-20T19:15:57.0309491Z [00:02:03.276]➜  			"metadatas/live/DescribeRtcCloudRecordingFiles.json",
2025-08-20T19:15:57.0309878Z [00:02:03.276]➜  			"metadatas/live/DescribeRtcMPUEventSub.json",
2025-08-20T19:15:57.0310207Z [00:02:03.276]➜  			"metadatas/live/DescribeShowList.json",
2025-08-20T19:15:57.0310615Z [00:02:03.276]➜  			"metadatas/live/DescribeStreamLocationBlock.json",
2025-08-20T19:15:57.0310963Z [00:02:03.276]➜  			"metadatas/live/DescribeStudioLayouts.json",
2025-08-20T19:15:57.0311500Z [00:02:03.276]➜  			"metadatas/live/DescribeToutiaoLivePlay.json",
2025-08-20T19:15:57.0311889Z [00:02:03.276]➜  			"metadatas/live/DescribeToutiaoLivePublish.json",
2025-08-20T19:15:57.0312248Z [00:02:03.276]➜  			"metadatas/live/DescribeUpBpsPeakData.json",
2025-08-20T19:15:57.0312810Z [00:02:03.276]➜  			"metadatas/live/DescribeUpBpsPeakOfLine.json",
2025-08-20T19:15:57.0313241Z [00:02:03.276]➜  			"metadatas/live/DescribeUpPeakPublishStreamData.json",
2025-08-20T19:15:57.0313785Z [00:02:03.276]➜  			"metadatas/live/DisableLiveRealtimeLogDelivery.json",
2025-08-20T19:15:57.0314237Z [00:02:03.276]➜  			"metadatas/live/DynamicUpdateWaterMarkStreamRule.json",
2025-08-20T19:15:57.0314552Z [00:02:03.276]➜  			"metadatas/live/EditPlaylist.json",
2025-08-20T19:15:57.0314882Z [00:02:03.276]➜  			"metadatas/live/EditShowAndReplace.json",
2025-08-20T19:15:57.0315220Z [00:02:03.276]➜  			"metadatas/live/EffectCasterUrgent.json",
2025-08-20T19:15:57.0315612Z [00:02:03.276]➜  			"metadatas/live/EffectCasterVideoResource.json",
2025-08-20T19:15:57.0316011Z [00:02:03.276]➜  			"metadatas/live/EnableLiveRealtimeLogDelivery.json",
2025-08-20T19:15:57.0316329Z [00:02:03.276]➜  			"metadatas/live/ForbidLiveStream.json",
2025-08-20T19:15:57.0316662Z [00:02:03.276]➜  			"metadatas/live/GetAllCustomTemplates.json",
2025-08-20T19:15:57.0316989Z [00:02:03.276]➜  			"metadatas/live/GetCustomTemplate.json",
2025-08-20T19:15:57.0317321Z [00:02:03.276]➜  			"metadatas/live/GetEdgeTranscodeJob.json",
2025-08-20T19:15:57.0317713Z [00:02:03.276]➜  			"metadatas/live/GetEdgeTranscodeTemplate.json",
2025-08-20T19:15:57.0318048Z [00:02:03.276]➜  			"metadatas/live/GetEditingJobInfo.json",
2025-08-20T19:15:57.0318361Z [00:02:03.276]➜  			"metadatas/live/GetMessageApp.json",
2025-08-20T19:15:57.0318687Z [00:02:03.276]➜  			"metadatas/live/GetMessageGroup.json",
2025-08-20T19:15:57.0319012Z [00:02:03.276]➜  			"metadatas/live/GetMessageToken.json",
2025-08-20T19:15:57.0319342Z [00:02:03.276]➜  			"metadatas/live/HotLiveRtcStream.json",
2025-08-20T19:15:57.0319889Z [00:02:03.276]➜  			"metadatas/live/InitializeAutoShowListTask.json",
2025-08-20T19:15:57.0320230Z [00:02:03.276]➜  			"metadatas/live/JoinMessageGroup.json",
2025-08-20T19:15:57.0320598Z [00:02:03.276]➜  			"metadatas/live/KickLiveMessageGroupUser.json",
2025-08-20T19:15:57.0320943Z [00:02:03.276]➜  			"metadatas/live/LeaveMessageGroup.json",
2025-08-20T19:15:57.0321288Z [00:02:03.276]➜  			"metadatas/live/ListEdgeTranscodeJob.json",
2025-08-20T19:15:57.0321790Z [00:02:03.276]➜  			"metadatas/live/ListEdgeTranscodeTemplate.json",
2025-08-20T19:15:57.0322229Z [00:02:03.276]➜  			"metadatas/live/ListEventSub.json",
2025-08-20T19:15:57.0323267Z [00:02:03.276]➜  			"metadatas/live/ListEventSubEvent.json",
2025-08-20T19:15:57.0323630Z [00:02:03.276]➜  			"metadatas/live/ListLiveDelayConfig.json",
2025-08-20T19:15:57.0324008Z [00:02:03.276]➜  			"metadatas/live/ListLiveMessageApps.json",
2025-08-20T19:15:57.0324404Z [00:02:03.276]➜  			"metadatas/live/ListLiveMessageGroupByPage.json",
2025-08-20T19:15:57.0324812Z [00:02:03.276]➜  			"metadatas/live/ListLiveMessageGroupMessages.json",
2025-08-20T19:15:57.0325220Z [00:02:03.276]➜  			"metadatas/live/ListLiveMessageGroupUsers.json",
2025-08-20T19:15:57.0325602Z [00:02:03.276]➜  			"metadatas/live/ListLiveMessageGroups.json",
2025-08-20T19:15:57.0326002Z [00:02:03.276]➜  			"metadatas/live/ListLiveRealtimeLogDelivery.json",
2025-08-20T19:15:57.0326463Z [00:02:03.276]➜  			"metadatas/live/ListLiveRealtimeLogDeliveryDomains.json",
2025-08-20T19:15:57.0326913Z [00:02:03.276]➜  			"metadatas/live/ListLiveRealtimeLogDeliveryInfos.json",
2025-08-20T19:15:57.0327223Z [00:02:03.276]➜  			"metadatas/live/ListMessage.json",
2025-08-20T19:15:57.0327553Z [00:02:03.276]➜  			"metadatas/live/ListMessageApp.json",
2025-08-20T19:15:57.0327868Z [00:02:03.276]➜  			"metadatas/live/ListMessageGroup.json",
2025-08-20T19:15:57.0328230Z [00:02:03.276]➜  			"metadatas/live/ListMessageGroupUser.json",
2025-08-20T19:15:57.0328642Z [00:02:03.276]➜  			"metadatas/live/ListMessageGroupUserById.json",
2025-08-20T19:15:57.0329166Z [00:02:03.276]➜  			"metadatas/live/ListMuteGroupUser.json",
2025-08-20T19:15:57.0329500Z [00:02:03.276]➜  			"metadatas/live/ListPlaylist.json",
2025-08-20T19:15:57.0329858Z [00:02:03.276]➜  			"metadatas/live/ListPlaylistItems.json",
2025-08-20T19:15:57.0330256Z [00:02:03.276]➜  			"metadatas/live/ListRtcMPUEventSubRecord.json",
2025-08-20T19:15:57.0330630Z [00:02:03.276]➜  			"metadatas/live/ListRtcMPUTaskDetail.json",
2025-08-20T19:15:57.0331118Z [00:02:03.276]➜  			"metadatas/live/ModifyCasterComponent.json",
2025-08-20T19:15:57.0331474Z [00:02:03.276]➜  			"metadatas/live/ModifyCasterEpisode.json",
2025-08-20T19:15:57.0331821Z [00:02:03.276]➜  			"metadatas/live/ModifyCasterLayout.json",
2025-08-20T19:15:57.0332150Z [00:02:03.276]➜  			"metadatas/live/ModifyCasterProgram.json",
2025-08-20T19:15:57.0332755Z [00:02:03.276]➜  			"metadatas/live/ModifyCasterVideoResource.json",
2025-08-20T19:15:57.0333103Z [00:02:03.276]➜  			"metadatas/live/ModifyLiveAIStudio.json",
2025-08-20T19:15:57.0333538Z [00:02:03.276]➜  			"metadatas/live/ModifyLiveDomainSchdmByProperty.json",
2025-08-20T19:15:57.0333908Z [00:02:03.276]➜  			"metadatas/live/ModifyLiveMessageAppAudit.json",
2025-08-20T19:15:57.0334318Z [00:02:03.276]➜  			"metadatas/live/ModifyLiveMessageAppCallback.json",
2025-08-20T19:15:57.0334711Z [00:02:03.276]➜  			"metadatas/live/ModifyLiveMessageAppDisable.json",
2025-08-20T19:15:57.0335078Z [00:02:03.276]➜  			"metadatas/live/ModifyLiveMessageGroup.json",
2025-08-20T19:15:57.0335439Z [00:02:03.276]➜  			"metadatas/live/ModifyLiveMessageGroupBand.json",
2025-08-20T19:15:57.0335789Z [00:02:03.277]➜  			"metadatas/live/ModifyLiveMessageUserInfo.json",
2025-08-20T19:15:57.0336193Z [00:02:03.277]➜  			"metadatas/live/ModifyLiveRealtimeLogDelivery.json",
2025-08-20T19:15:57.0336517Z [00:02:03.277]➜  			"metadatas/live/ModifyShowList.json",
2025-08-20T19:15:57.0336847Z [00:02:03.277]➜  			"metadatas/live/ModifyStudioLayout.json",
2025-08-20T19:15:57.0337328Z [00:02:03.277]➜  			"metadatas/live/MuteAllGroupUser.json",
2025-08-20T19:15:57.0337653Z [00:02:03.277]➜  			"metadatas/live/MuteGroupUser.json",
2025-08-20T19:15:57.0337952Z [00:02:03.277]➜  			"metadatas/live/OpenLiveShift.json",
2025-08-20T19:15:57.0338281Z [00:02:03.277]➜  			"metadatas/live/PlayChoosenShow.json",
2025-08-20T19:15:57.0338763Z [00:02:03.277]➜  			"metadatas/live/PublishLiveStagingConfigToProduction.json",
2025-08-20T19:15:57.0339205Z [00:02:03.277]➜  			"metadatas/live/QueryLiveDomainMultiStreamList.json",
2025-08-20T19:15:57.0339530Z [00:02:03.277]➜  			"metadatas/live/QueryMessageApp.json",
2025-08-20T19:15:57.0340032Z [00:02:03.277]➜  			"metadatas/live/QueryRtcAsrTasks.json",
2025-08-20T19:15:57.0340420Z [00:02:03.277]➜  			"metadatas/live/QuerySnapshotCallbackAuth.json",
2025-08-20T19:15:57.0340774Z [00:02:03.277]➜  			"metadatas/live/RealTimeRecordCommand.json",
2025-08-20T19:15:57.0341190Z [00:02:03.277]➜  			"metadatas/live/RecoverLiveMessageDeletedGroup.json",
2025-08-20T19:15:57.0341601Z [00:02:03.277]➜  			"metadatas/live/RemoveLiveMessageGroupBand.json",
2025-08-20T19:15:57.0341943Z [00:02:03.277]➜  			"metadatas/live/RemoveShowFromShowList.json",
2025-08-20T19:15:57.0342266Z [00:02:03.277]➜  			"metadatas/live/RemoveTerminals.json",
2025-08-20T19:15:57.0342772Z [00:02:03.277]➜  			"metadatas/live/RestartCaster.json",
2025-08-20T19:15:57.0343138Z [00:02:03.277]➜  			"metadatas/live/RestartLivePullToPush.json",
2025-08-20T19:15:57.0343461Z [00:02:03.277]➜  			"metadatas/live/ResumeLiveStream.json",
2025-08-20T19:15:57.0343855Z [00:02:03.277]➜  			"metadatas/live/RollbackLiveStagingConfig.json",
2025-08-20T19:15:57.0344140Z [00:02:03.277]➜  			"metadatas/live/SendLike.json",
2025-08-20T19:15:57.0344494Z [00:02:03.277]➜  			"metadatas/live/SendLiveMessageGroup.json",
2025-08-20T19:15:57.0344821Z [00:02:03.277]➜  			"metadatas/live/SendLiveMessageUser.json",
2025-08-20T19:15:57.0345143Z [00:02:03.277]➜  			"metadatas/live/SendMessageToGroup.json",
2025-08-20T19:15:57.0345527Z [00:02:03.277]➜  			"metadatas/live/SendMessageToGroupUsers.json",
2025-08-20T19:15:57.0346023Z [00:02:03.277]➜  			"metadatas/live/SetCasterChannel.json",
2025-08-20T19:15:57.0346336Z [00:02:03.277]➜  			"metadatas/live/SetCasterConfig.json",
2025-08-20T19:15:57.0346676Z [00:02:03.277]➜  			"metadatas/live/SetCasterSceneConfig.json",
2025-08-20T19:15:57.0347047Z [00:02:03.277]➜  			"metadatas/live/SetLiveDomainCertificate.json",
2025-08-20T19:15:57.0347611Z [00:02:03.277]➜  			"metadatas/live/SetLiveDomainMultiStreamConfig.json",
2025-08-20T19:15:57.0348021Z [00:02:03.277]➜  			"metadatas/live/SetLiveDomainMultiStreamMaster.json",
2025-08-20T19:15:57.0348495Z [00:02:03.277]➜  			"metadatas/live/SetLiveDomainMultiStreamOptimalMode.json",
2025-08-20T19:15:57.0348870Z [00:02:03.277]➜  			"metadatas/live/SetLiveDomainStagingConfig.json",
2025-08-20T19:15:57.0349204Z [00:02:03.277]➜  			"metadatas/live/SetLiveEdgeTransfer.json",
2025-08-20T19:15:57.0349629Z [00:02:03.277]➜  			"metadatas/live/SetLiveLazyPullStreamInfoConfig.json",
2025-08-20T19:15:57.0349967Z [00:02:03.277]➜  			"metadatas/live/SetLiveMpuTaskSei.json",
2025-08-20T19:15:57.0350286Z [00:02:03.277]➜  			"metadatas/live/SetLiveStreamBlock.json",
2025-08-20T19:15:57.0350656Z [00:02:03.277]➜  			"metadatas/live/SetLiveStreamDelayConfig.json",
2025-08-20T19:15:57.0351028Z [00:02:03.277]➜  			"metadatas/live/SetLiveStreamPreloadTasks.json",
2025-08-20T19:15:57.0351428Z [00:02:03.277]➜  			"metadatas/live/SetLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:57.0351775Z [00:02:03.277]➜  			"metadatas/live/SetShowListBackground.json",
2025-08-20T19:15:57.0352135Z [00:02:03.277]➜  			"metadatas/live/SetSnapshotCallbackAuth.json",
2025-08-20T19:15:57.0352639Z [00:02:03.277]➜  			"metadatas/live/StartCaster.json",
2025-08-20T19:15:57.0352970Z [00:02:03.277]➜  			"metadatas/live/StartCasterScene.json",
2025-08-20T19:15:57.0353319Z [00:02:03.277]➜  			"metadatas/live/StartEdgeTranscodeJob.json",
2025-08-20T19:15:57.0353643Z [00:02:03.277]➜  			"metadatas/live/StartLiveDomain.json",
2025-08-20T19:15:57.0354111Z [00:02:03.277]➜  			"metadatas/live/StartLiveMPUTask.json",
2025-08-20T19:15:57.0354488Z [00:02:03.277]➜  			"metadatas/live/StartLiveStreamMonitor.json",
2025-08-20T19:15:57.0354791Z [00:02:03.277]➜  			"metadatas/live/StartPlaylist.json",
2025-08-20T19:15:57.0355131Z [00:02:03.277]➜  			"metadatas/live/StartRtcCloudRecording.json",
2025-08-20T19:15:57.0355421Z [00:02:03.277]➜  			"metadatas/live/StopCaster.json",
2025-08-20T19:15:57.0355744Z [00:02:03.277]➜  			"metadatas/live/StopCasterScene.json",
2025-08-20T19:15:57.0356070Z [00:02:03.277]➜  			"metadatas/live/StopEdgeTranscodeJob.json",
2025-08-20T19:15:57.0356520Z [00:02:03.277]➜  			"metadatas/live/StopLiveDomain.json",
2025-08-20T19:15:57.0356817Z [00:02:03.277]➜  			"metadatas/live/StopLiveMPUTask.json",
2025-08-20T19:15:57.0357142Z [00:02:03.278]➜  			"metadatas/live/StopLivePullToPush.json",
2025-08-20T19:15:57.0357476Z [00:02:03.278]➜  			"metadatas/live/StopLiveStreamMonitor.json",
2025-08-20T19:15:57.0357784Z [00:02:03.278]➜  			"metadatas/live/StopPlaylist.json",
2025-08-20T19:15:57.0358082Z [00:02:03.278]➜  			"metadatas/live/StopRtcAsrTask.json",
2025-08-20T19:15:57.0358416Z [00:02:03.278]➜  			"metadatas/live/StopRtcCloudRecording.json",
2025-08-20T19:15:57.0358727Z [00:02:03.278]➜  			"metadatas/live/TagLiveResources.json",
2025-08-20T19:15:57.0359046Z [00:02:03.278]➜  			"metadatas/live/UnTagLiveResources.json",
2025-08-20T19:15:57.0359389Z [00:02:03.278]➜  			"metadatas/live/UnbanLiveMessageGroup.json",
2025-08-20T19:15:57.0359774Z [00:02:03.278]➜  			"metadatas/live/UpdateCasterResourceGroup.json",
2025-08-20T19:15:57.0360132Z [00:02:03.278]➜  			"metadatas/live/UpdateCasterSceneAudio.json",
2025-08-20T19:15:57.0360489Z [00:02:03.278]➜  			"metadatas/live/UpdateCasterSceneConfig.json",
2025-08-20T19:15:57.0360905Z [00:02:03.278]➜  			"metadatas/live/UpdateCustomLiveStreamTranscode.json",
2025-08-20T19:15:57.0361245Z [00:02:03.278]➜  			"metadatas/live/UpdateEdgeTranscodeJob.json",
2025-08-20T19:15:57.0361713Z [00:02:03.278]➜  			"metadatas/live/UpdateEventSub.json",
2025-08-20T19:15:57.0362081Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveAIProduceRules.json",
2025-08-20T19:15:57.0362628Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveAISubtitle.json",
2025-08-20T19:15:57.0363019Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveAppRecordConfig.json",
2025-08-20T19:15:57.0363432Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveAppSnapshotConfig.json",
2025-08-20T19:15:57.0363931Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveAudioAuditConfig.json",
2025-08-20T19:15:57.0364397Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:57.0364765Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveCenterTransfer.json",
2025-08-20T19:15:57.0365134Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveDelayConfig.json",
2025-08-20T19:15:57.0365598Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveDetectNotifyConfig.json",
2025-08-20T19:15:57.0366146Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveMPUTask.json",
2025-08-20T19:15:57.0366603Z [00:02:03.278]➜  			"metadatas/live/UpdateLivePackageConfig.json",
2025-08-20T19:15:57.0367044Z [00:02:03.278]➜  			"metadatas/live/UpdateLivePullStreamInfoConfig.json",
2025-08-20T19:15:57.0367384Z [00:02:03.278]➜  			"metadatas/live/UpdateLivePullToPush.json",
2025-08-20T19:15:57.0367773Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveRecordNotifyConfig.json",
2025-08-20T19:15:57.0368136Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveRecordVodConfig.json",
2025-08-20T19:15:57.0368583Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:57.0368970Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:57.0369320Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveStreamMonitor.json",
2025-08-20T19:15:57.0369675Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveStreamTranscode.json",
2025-08-20T19:15:57.0370056Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveStreamWatermark.json",
2025-08-20T19:15:57.0370469Z [00:02:03.278]➜  			"metadatas/live/UpdateLiveStreamWatermarkRule.json",
2025-08-20T19:15:57.0370793Z [00:02:03.278]➜  			"metadatas/live/UpdateMessageApp.json",
2025-08-20T19:15:57.0371122Z [00:02:03.278]➜  			"metadatas/live/UpdateMessageGroup.json",
2025-08-20T19:15:57.0371446Z [00:02:03.278]➜  			"metadatas/live/UpdateMixStream.json",
2025-08-20T19:15:57.0371814Z [00:02:03.278]➜  			"metadatas/live/UpdateRtcCloudRecording.json",
2025-08-20T19:15:57.0372171Z [00:02:03.278]➜  			"metadatas/live/UpdateRtcMPUEventSub.json",
2025-08-20T19:15:57.0372763Z [00:02:03.278]➜  			"metadatas/live/UpdateRtsLiveStreamTranscode.json",
2025-08-20T19:15:57.0373273Z [00:02:03.278]➜  			"metadatas/live/VerifyLiveDomainOwner.json",
2025-08-20T19:15:57.0373662Z [00:02:03.278]➜  			"metadatas/maxcompute/ApplyComputeQuotaPlan.json",
2025-08-20T19:15:57.0374061Z [00:02:03.278]➜  			"metadatas/maxcompute/CreateComputeQuotaPlan.json",
2025-08-20T19:15:57.0374442Z [00:02:03.278]➜  			"metadatas/maxcompute/CreateMmsDataSource.json",
2025-08-20T19:15:57.0374872Z [00:02:03.278]➜  			"metadatas/maxcompute/CreateMmsFetchMetadataJob.json",
2025-08-20T19:15:57.0375198Z [00:02:03.278]➜  			"metadatas/maxcompute/CreateMmsJob.json",
2025-08-20T19:15:57.0375542Z [00:02:03.278]➜  			"metadatas/maxcompute/CreatePackage.json",
2025-08-20T19:15:57.0375875Z [00:02:03.278]➜  			"metadatas/maxcompute/CreateProject.json",
2025-08-20T19:15:57.0376214Z [00:02:03.278]➜  			"metadatas/maxcompute/CreateQuotaPlan.json",
2025-08-20T19:15:57.0376535Z [00:02:03.278]➜  			"metadatas/maxcompute/CreateRole.json",
2025-08-20T19:15:57.0376926Z [00:02:03.278]➜  			"metadatas/maxcompute/DeleteComputeQuotaPlan.json",
2025-08-20T19:15:57.0377301Z [00:02:03.278]➜  			"metadatas/maxcompute/DeleteMmsDataSource.json",
2025-08-20T19:15:57.0377632Z [00:02:03.278]➜  			"metadatas/maxcompute/DeleteMmsJob.json",
2025-08-20T19:15:57.0377962Z [00:02:03.278]➜  			"metadatas/maxcompute/DeleteQuotaPlan.json",
2025-08-20T19:15:57.0378369Z [00:02:03.278]➜  			"metadatas/maxcompute/GetComputeEffectivePlan.json",
2025-08-20T19:15:57.0378893Z [00:02:03.278]➜  			"metadatas/maxcompute/GetComputeQuotaPlan.json",
2025-08-20T19:15:57.0379295Z [00:02:03.278]➜  			"metadatas/maxcompute/GetComputeQuotaSchedule.json",
2025-08-20T19:15:57.0379603Z [00:02:03.278]➜  			"metadatas/maxcompute/GetJobInfo.json",
2025-08-20T19:15:57.0379949Z [00:02:03.278]➜  			"metadatas/maxcompute/GetJobResourceUsage.json",
2025-08-20T19:15:57.0380398Z [00:02:03.278]➜  			"metadatas/maxcompute/GetMmsAsyncTask.json",
2025-08-20T19:15:57.0380759Z [00:02:03.279]➜  			"metadatas/maxcompute/GetMmsDataSource.json",
2025-08-20T19:15:57.0381064Z [00:02:03.279]➜  			"metadatas/maxcompute/GetMmsDb.json",
2025-08-20T19:15:57.0381446Z [00:02:03.279]➜  			"metadatas/maxcompute/GetMmsFetchMetadataJob.json",
2025-08-20T19:15:57.0381746Z [00:02:03.279]➜  			"metadatas/maxcompute/GetMmsJob.json",
2025-08-20T19:15:57.0382074Z [00:02:03.279]➜  			"metadatas/maxcompute/GetMmsPartition.json",
2025-08-20T19:15:57.0382739Z [00:02:03.279]➜  			"metadatas/maxcompute/GetMmsTable.json",
2025-08-20T19:15:57.0383101Z [00:02:03.279]➜  			"metadatas/maxcompute/GetMmsTask.json",
2025-08-20T19:15:57.0383427Z [00:02:03.279]➜  			"metadatas/maxcompute/GetPackage.json",
2025-08-20T19:15:57.0383729Z [00:02:03.279]➜  			"metadatas/maxcompute/GetProject.json",
2025-08-20T19:15:57.0384030Z [00:02:03.279]➜  			"metadatas/maxcompute/GetQuota.json",
2025-08-20T19:15:57.0384349Z [00:02:03.279]➜  			"metadatas/maxcompute/GetQuotaPlan.json",
2025-08-20T19:15:57.0384720Z [00:02:03.279]➜  			"metadatas/maxcompute/GetQuotaSchedule.json",
2025-08-20T19:15:57.0385049Z [00:02:03.279]➜  			"metadatas/maxcompute/GetQuotaUsage.json",
2025-08-20T19:15:57.0385362Z [00:02:03.279]➜  			"metadatas/maxcompute/GetRoleAcl.json",
2025-08-20T19:15:57.0385716Z [00:02:03.279]➜  			"metadatas/maxcompute/GetRoleAclOnObject.json",
2025-08-20T19:15:57.0386047Z [00:02:03.279]➜  			"metadatas/maxcompute/GetRolePolicy.json",
2025-08-20T19:15:57.0386366Z [00:02:03.279]➜  			"metadatas/maxcompute/GetRunningJobs.json",
2025-08-20T19:15:57.0386732Z [00:02:03.279]➜  			"metadatas/maxcompute/GetStorageAmountSummary.json",
2025-08-20T19:15:57.0387087Z [00:02:03.279]➜  			"metadatas/maxcompute/GetStorageSizeSummary.json",
2025-08-20T19:15:57.0387472Z [00:02:03.279]➜  			"metadatas/maxcompute/GetStorageSummaryCompared.json",
2025-08-20T19:15:57.0387759Z [00:02:03.279]➜  			"metadatas/maxcompute/GetTableInfo.json",
2025-08-20T19:15:57.0388101Z [00:02:03.279]➜  			"metadatas/maxcompute/GetTrustedProjects.json",
2025-08-20T19:15:57.0388384Z [00:02:03.279]➜  			"metadatas/maxcompute/KillJobs.json",
2025-08-20T19:15:57.0388797Z [00:02:03.279]➜  			"metadatas/maxcompute/ListComputeMetricsByInstance.json",
2025-08-20T19:15:57.0389314Z [00:02:03.279]➜  			"metadatas/maxcompute/ListComputeQuotaPlan.json",
2025-08-20T19:15:57.0389659Z [00:02:03.279]➜  			"metadatas/maxcompute/ListFunctions.json",
2025-08-20T19:15:57.0389986Z [00:02:03.279]➜  			"metadatas/maxcompute/ListJobInfos.json",
2025-08-20T19:15:57.0390346Z [00:02:03.279]➜  			"metadatas/maxcompute/ListJobMetric.json",
2025-08-20T19:15:57.0390732Z [00:02:03.279]➜  			"metadatas/maxcompute/ListJobSnapshotInfos.json",
2025-08-20T19:15:57.0391091Z [00:02:03.279]➜  			"metadatas/maxcompute/ListMmsDataSources.json",
2025-08-20T19:15:57.0391408Z [00:02:03.279]➜  			"metadatas/maxcompute/ListMmsDbs.json",
2025-08-20T19:15:57.0391723Z [00:02:03.279]➜  			"metadatas/maxcompute/ListMmsJobs.json",
2025-08-20T19:15:57.0392070Z [00:02:03.279]➜  			"metadatas/maxcompute/ListMmsPartitions.json",
2025-08-20T19:15:57.0392587Z [00:02:03.279]➜  			"metadatas/maxcompute/ListMmsTables.json",
2025-08-20T19:15:57.0392966Z [00:02:03.279]➜  			"metadatas/maxcompute/ListMmsTaskLogs.json",
2025-08-20T19:15:57.0393303Z [00:02:03.279]➜  			"metadatas/maxcompute/ListMmsTasks.json",
2025-08-20T19:15:57.0393626Z [00:02:03.279]➜  			"metadatas/maxcompute/ListPackages.json",
2025-08-20T19:15:57.0393990Z [00:02:03.279]➜  			"metadatas/maxcompute/ListProjectUsers.json",
2025-08-20T19:15:57.0394520Z [00:02:03.279]➜  			"metadatas/maxcompute/ListProjects.json",
2025-08-20T19:15:57.0394855Z [00:02:03.279]➜  			"metadatas/maxcompute/ListQuotas.json",
2025-08-20T19:15:57.0395198Z [00:02:03.279]➜  			"metadatas/maxcompute/ListQuotasPlans.json",
2025-08-20T19:15:57.0395527Z [00:02:03.279]➜  			"metadatas/maxcompute/ListResources.json",
2025-08-20T19:15:57.0395821Z [00:02:03.279]➜  			"metadatas/maxcompute/ListRoles.json",
2025-08-20T19:15:57.0396385Z [00:02:03.279]➜  			"metadatas/maxcompute/ListStoragePartitionsInfo.json",
2025-08-20T19:15:57.0396801Z [00:02:03.279]➜  			"metadatas/maxcompute/ListStorageProjectsInfo.json",
2025-08-20T19:15:57.0397203Z [00:02:03.279]➜  			"metadatas/maxcompute/ListStorageTablesInfo.json",
2025-08-20T19:15:57.0397507Z [00:02:03.279]➜  			"metadatas/maxcompute/ListTables.json",
2025-08-20T19:15:57.0397890Z [00:02:03.279]➜  			"metadatas/maxcompute/ListTunnelQuotaTimer.json",
2025-08-20T19:15:57.0398199Z [00:02:03.279]➜  			"metadatas/maxcompute/ListUsers.json",
2025-08-20T19:15:57.0398743Z [00:02:03.279]➜  			"metadatas/maxcompute/ListUsersByRole.json",
2025-08-20T19:15:57.0399071Z [00:02:03.279]➜  			"metadatas/maxcompute/QueryQuota.json",
2025-08-20T19:15:57.0399432Z [00:02:03.279]➜  			"metadatas/maxcompute/QueryStorageMetric.json",
2025-08-20T19:15:57.0399790Z [00:02:03.279]➜  			"metadatas/maxcompute/QueryTunnelMetric.json",
2025-08-20T19:15:57.0400181Z [00:02:03.280]➜  			"metadatas/maxcompute/QueryTunnelMetricDetail.json",
2025-08-20T19:15:57.0400511Z [00:02:03.280]➜  			"metadatas/maxcompute/RetryMmsJob.json",
2025-08-20T19:15:57.0400893Z [00:02:03.280]➜  			"metadatas/maxcompute/StartMmsJob.json",
2025-08-20T19:15:57.0401221Z [00:02:03.280]➜  			"metadatas/maxcompute/StopMmsJob.json",
2025-08-20T19:15:57.0401602Z [00:02:03.280]➜  			"metadatas/maxcompute/SumStorageMetricsByDate.json",
2025-08-20T19:15:57.0401991Z [00:02:03.280]➜  			"metadatas/maxcompute/UpdateComputeQuotaPlan.json",
2025-08-20T19:15:57.0402652Z [00:02:03.280]➜  			"metadatas/maxcompute/UpdateComputeQuotaSchedule.json",
2025-08-20T19:15:57.0403073Z [00:02:03.280]➜  			"metadatas/maxcompute/UpdateComputeSubQuota.json",
2025-08-20T19:15:57.0403437Z [00:02:03.280]➜  			"metadatas/maxcompute/UpdateMmsDataSource.json",
2025-08-20T19:15:57.0403784Z [00:02:03.280]➜  			"metadatas/maxcompute/UpdatePackage.json",
2025-08-20T19:15:57.0404169Z [00:02:03.280]➜  			"metadatas/maxcompute/UpdateProjectBasicMeta.json",
2025-08-20T19:15:57.0404590Z [00:02:03.280]➜  			"metadatas/maxcompute/UpdateProjectDefaultQuota.json",
2025-08-20T19:15:57.0405045Z [00:02:03.280]➜  			"metadatas/maxcompute/UpdateProjectIpWhiteList.json",
2025-08-20T19:15:57.0405377Z [00:02:03.280]➜  			"metadatas/maxcompute/UpdateQuotaPlan.json",
2025-08-20T19:15:57.0405893Z [00:02:03.280]➜  			"metadatas/maxcompute/UpdateQuotaSchedule.json",
2025-08-20T19:15:57.0406288Z [00:02:03.280]➜  			"metadatas/maxcompute/UpdateTunnelQuotaTimer.json",
2025-08-20T19:15:57.0406640Z [00:02:03.280]➜  			"metadatas/maxcompute/UpdateUsersToRole.json",
2025-08-20T19:15:57.0407077Z [00:02:03.280]➜  			"metadatas/mse/AddAuthPolicy.json",
2025-08-20T19:15:57.0407399Z [00:02:03.280]➜  			"metadatas/mse/AddAuthResource.json",
2025-08-20T19:15:57.0407734Z [00:02:03.280]➜  			"metadatas/mse/AddBlackWhiteList.json",
2025-08-20T19:15:57.0408023Z [00:02:03.280]➜  			"metadatas/mse/AddGateway.json",
2025-08-20T19:15:57.0408338Z [00:02:03.280]➜  			"metadatas/mse/AddGatewayAuth.json",
2025-08-20T19:15:57.0408690Z [00:02:03.280]➜  			"metadatas/mse/AddGatewayAuthConsumer.json",
2025-08-20T19:15:57.0409039Z [00:02:03.280]➜  			"metadatas/mse/AddGatewayDomain.json",
2025-08-20T19:15:57.0409353Z [00:02:03.280]➜  			"metadatas/mse/AddGatewayRoute.json",
2025-08-20T19:15:57.0409738Z [00:02:03.280]➜  			"metadatas/mse/AddGatewayServiceVersion.json",
2025-08-20T19:15:57.0410031Z [00:02:03.280]➜  			"metadatas/mse/AddGatewaySlb.json",
2025-08-20T19:15:57.0410330Z [00:02:03.280]➜  			"metadatas/mse/AddMigrationTask.json",
2025-08-20T19:15:57.0410631Z [00:02:03.280]➜  			"metadatas/mse/AddMockRule.json",
2025-08-20T19:15:57.0410939Z [00:02:03.280]➜  			"metadatas/mse/AddSSLCert.json",
2025-08-20T19:15:57.0411282Z [00:02:03.280]➜  			"metadatas/mse/AddSecurityGroupRule.json",
2025-08-20T19:15:57.0411602Z [00:02:03.280]➜  			"metadatas/mse/AddServiceSource.json",
2025-08-20T19:15:57.0411927Z [00:02:03.280]➜  			"metadatas/mse/ApplyGatewayRoute.json",
2025-08-20T19:15:57.0412248Z [00:02:03.280]➜  			"metadatas/mse/ApplyTagPolicies.json",
2025-08-20T19:15:57.0413045Z [00:02:03.280]➜  			"metadatas/mse/BindSentinelBlockFallbackDefinition.json",
2025-08-20T19:15:57.0413395Z [00:02:03.280]➜  			"metadatas/mse/ChangeResourceGroup.json",
2025-08-20T19:15:57.0413698Z [00:02:03.280]➜  			"metadatas/mse/CloneNacosConfig.json",
2025-08-20T19:15:57.0414048Z [00:02:03.280]➜  			"metadatas/mse/CloneSentinelRuleFromAhas.json",
2025-08-20T19:15:57.0414353Z [00:02:03.280]➜  			"metadatas/mse/CreateApplication.json",
2025-08-20T19:15:57.0414692Z [00:02:03.280]➜  			"metadatas/mse/CreateCircuitBreakerRule.json",
2025-08-20T19:15:57.0415119Z [00:02:03.280]➜  			"metadatas/mse/CreateCluster.json",
2025-08-20T19:15:57.0415483Z [00:02:03.280]➜  			"metadatas/mse/CreateEngineNamespace.json",
2025-08-20T19:15:57.0415784Z [00:02:03.280]➜  			"metadatas/mse/CreateFlowRule.json",
2025-08-20T19:15:57.0416191Z [00:02:03.280]➜  			"metadatas/mse/CreateGatewayCircuitBreakerRule.json",
2025-08-20T19:15:57.0416508Z [00:02:03.280]➜  			"metadatas/mse/CreateGatewayFlowRule.json",
2025-08-20T19:15:57.0416896Z [00:02:03.280]➜  			"metadatas/mse/CreateGatewayIsolationRule.json",
2025-08-20T19:15:57.0417218Z [00:02:03.280]➜  			"metadatas/mse/CreateIsolationRule.json",
2025-08-20T19:15:57.0417604Z [00:02:03.280]➜  			"metadatas/mse/CreateMseServiceApplication.json",
2025-08-20T19:15:57.0417906Z [00:02:03.280]➜  			"metadatas/mse/CreateNacosConfig.json",
2025-08-20T19:15:57.0418224Z [00:02:03.280]➜  			"metadatas/mse/CreateNacosInstance.json",
2025-08-20T19:15:57.0418561Z [00:02:03.280]➜  			"metadatas/mse/CreateNacosMcpServer.json",
2025-08-20T19:15:57.0418886Z [00:02:03.280]➜  			"metadatas/mse/CreateNacosService.json",
2025-08-20T19:15:57.0419190Z [00:02:03.280]➜  			"metadatas/mse/CreateNamespace.json",
2025-08-20T19:15:57.0419565Z [00:02:03.280]➜  			"metadatas/mse/CreateOrUpdateSwimmingLane.json",
2025-08-20T19:15:57.0419988Z [00:02:03.280]➜  			"metadatas/mse/CreateOrUpdateSwimmingLaneGroup.json",
2025-08-20T19:15:57.0420301Z [00:02:03.280]➜  			"metadatas/mse/CreatePluginConfig.json",
2025-08-20T19:15:57.0420787Z [00:02:03.280]➜  			"metadatas/mse/CreateSentinelBlockFallbackDefinition.json",
2025-08-20T19:15:57.0421106Z [00:02:03.280]➜  			"metadatas/mse/CreateWebFlowRule.json",
2025-08-20T19:15:57.0421580Z [00:02:03.280]➜  			"metadatas/mse/CreateZnode.json",
2025-08-20T19:15:57.0421892Z [00:02:03.280]➜  			"metadatas/mse/DeleteAuthResource.json",
2025-08-20T19:15:57.0422261Z [00:02:03.280]➜  			"metadatas/mse/DeleteCircuitBreakerRules.json",
2025-08-20T19:15:57.0422752Z [00:02:03.280]➜  			"metadatas/mse/DeleteCluster.json",
2025-08-20T19:15:57.0423263Z [00:02:03.280]➜  			"metadatas/mse/DeleteEngineNamespace.json",
2025-08-20T19:15:57.0423558Z [00:02:03.280]➜  			"metadatas/mse/DeleteFlowRules.json",
2025-08-20T19:15:57.0423857Z [00:02:03.280]➜  			"metadatas/mse/DeleteGateway.json",
2025-08-20T19:15:57.0424204Z [00:02:03.280]➜  			"metadatas/mse/DeleteGatewayAuthConsumer.json",
2025-08-20T19:15:57.0424620Z [00:02:03.280]➜  			"metadatas/mse/DeleteGatewayAuthConsumerResource.json",
2025-08-20T19:15:57.0425033Z [00:02:03.280]➜  			"metadatas/mse/DeleteGatewayCircuitBreakerRule.json",
2025-08-20T19:15:57.0425362Z [00:02:03.280]➜  			"metadatas/mse/DeleteGatewayDomain.json",
2025-08-20T19:15:57.0425689Z [00:02:03.280]➜  			"metadatas/mse/DeleteGatewayFlowRule.json",
2025-08-20T19:15:57.0426045Z [00:02:03.280]➜  			"metadatas/mse/DeleteGatewayIsolationRule.json",
2025-08-20T19:15:57.0426358Z [00:02:03.280]➜  			"metadatas/mse/DeleteGatewayRoute.json",
2025-08-20T19:15:57.0426693Z [00:02:03.280]➜  			"metadatas/mse/DeleteGatewayService.json",
2025-08-20T19:15:57.0427094Z [00:02:03.280]➜  			"metadatas/mse/DeleteGatewayServiceVersion.json",
2025-08-20T19:15:57.0427418Z [00:02:03.280]➜  			"metadatas/mse/DeleteGatewaySlb.json",
2025-08-20T19:15:57.0427745Z [00:02:03.280]➜  			"metadatas/mse/DeleteIsolationRules.json",
2025-08-20T19:15:57.0428071Z [00:02:03.280]➜  			"metadatas/mse/DeleteMigrationTask.json",
2025-08-20T19:15:57.0428370Z [00:02:03.280]➜  			"metadatas/mse/DeleteNacosConfig.json",
2025-08-20T19:15:57.0428838Z [00:02:03.280]➜  			"metadatas/mse/DeleteNacosConfigs.json",
2025-08-20T19:15:57.0429171Z [00:02:03.280]➜  			"metadatas/mse/DeleteNacosInstance.json",
2025-08-20T19:15:57.0429507Z [00:02:03.280]➜  			"metadatas/mse/DeleteNacosMcpServer.json",
2025-08-20T19:15:57.0429805Z [00:02:03.280]➜  			"metadatas/mse/DeleteNacosService.json",
2025-08-20T19:15:57.0430108Z [00:02:03.280]➜  			"metadatas/mse/DeleteNamespace.json",
2025-08-20T19:15:57.0430417Z [00:02:03.280]➜  			"metadatas/mse/DeletePluginConfig.json",
2025-08-20T19:15:57.0430915Z [00:02:03.280]➜  			"metadatas/mse/DeleteSecurityGroupRule.json",
2025-08-20T19:15:57.0431255Z [00:02:03.280]➜  			"metadatas/mse/DeleteServiceSource.json",
2025-08-20T19:15:57.0431602Z [00:02:03.280]➜  			"metadatas/mse/DeleteSwimmingLane.json",
2025-08-20T19:15:57.0431938Z [00:02:03.280]➜  			"metadatas/mse/DeleteSwimmingLaneGroup.json",
2025-08-20T19:15:57.0432260Z [00:02:03.280]➜  			"metadatas/mse/DeleteWebFlowRules.json",
2025-08-20T19:15:57.0432758Z [00:02:03.280]➜  			"metadatas/mse/DeleteZnode.json",
2025-08-20T19:15:57.0433071Z [00:02:03.280]➜  			"metadatas/mse/EnableHttp2.json",
2025-08-20T19:15:57.0433407Z [00:02:03.280]➜  			"metadatas/mse/EnableProxyProtocol.json",
2025-08-20T19:15:57.0433719Z [00:02:03.280]➜  			"metadatas/mse/ExportNacosConfig.json",
2025-08-20T19:15:57.0434032Z [00:02:03.280]➜  			"metadatas/mse/ExportZookeeperData.json",
2025-08-20T19:15:57.0434366Z [00:02:03.280]➜  			"metadatas/mse/FetchLosslessRuleList.json",
2025-08-20T19:15:57.0434704Z [00:02:03.280]➜  			"metadatas/mse/GatewayBlackWhiteList.json",
2025-08-20T19:15:57.0435065Z [00:02:03.280]➜  			"metadatas/mse/GetAppMessageQueueRoute.json",
2025-08-20T19:15:57.0435444Z [00:02:03.280]➜  			"metadatas/mse/GetApplicationInstanceList.json",
2025-08-20T19:15:57.0435764Z [00:02:03.280]➜  			"metadatas/mse/GetApplicationList.json",
2025-08-20T19:15:57.0436079Z [00:02:03.280]➜  			"metadatas/mse/GetBlackWhiteList.json",
2025-08-20T19:15:57.0436380Z [00:02:03.280]➜  			"metadatas/mse/GetEngineNamepace.json",
2025-08-20T19:15:57.0436677Z [00:02:03.280]➜  			"metadatas/mse/GetGateway.json",
2025-08-20T19:15:57.0437070Z [00:02:03.280]➜  			"metadatas/mse/GetGatewayAuthConsumerDetail.json",
2025-08-20T19:15:57.0437646Z [00:02:03.280]➜  			"metadatas/mse/GetGatewayAuthDetail.json",
2025-08-20T19:15:57.0437971Z [00:02:03.280]➜  			"metadatas/mse/GetGatewayConfig.json",
2025-08-20T19:15:57.0438341Z [00:02:03.280]➜  			"metadatas/mse/GetGatewayDomainDetail.json",
2025-08-20T19:15:57.0438672Z [00:02:03.280]➜  			"metadatas/mse/GetGatewayOption.json",
2025-08-20T19:15:57.0439216Z [00:02:03.280]➜  			"metadatas/mse/GetGatewayRouteDetail.json",
2025-08-20T19:15:57.0439580Z [00:02:03.280]➜  			"metadatas/mse/GetGatewayServiceDetail.json",
2025-08-20T19:15:57.0439971Z [00:02:03.280]➜  			"metadatas/mse/GetGovernanceKubernetesCluster.json",
2025-08-20T19:15:57.0440271Z [00:02:03.280]➜  			"metadatas/mse/GetImage.json",
2025-08-20T19:15:57.0440599Z [00:02:03.280]➜  			"metadatas/mse/GetImportFileUrl.json",
2025-08-20T19:15:57.0440928Z [00:02:03.280]➜  			"metadatas/mse/GetKubernetesSource.json",
2025-08-20T19:15:57.0441229Z [00:02:03.280]➜  			"metadatas/mse/GetLocalityRule.json",
2025-08-20T19:15:57.0441557Z [00:02:03.280]➜  			"metadatas/mse/GetLosslessRuleByApp.json",
2025-08-20T19:15:57.0441866Z [00:02:03.280]➜  			"metadatas/mse/GetMseFeatureSwitch.json",
2025-08-20T19:15:57.0442145Z [00:02:03.280]➜  			"metadatas/mse/GetMseSource.json",
2025-08-20T19:15:57.0442620Z [00:02:03.280]➜  			"metadatas/mse/GetNacosConfig.json",
2025-08-20T19:15:57.0442984Z [00:02:03.280]➜  			"metadatas/mse/GetNacosHistoryConfig.json",
2025-08-20T19:15:57.0443299Z [00:02:03.280]➜  			"metadatas/mse/GetNacosMcpServer.json",
2025-08-20T19:15:57.0443580Z [00:02:03.280]➜  			"metadatas/mse/GetOverview.json",
2025-08-20T19:15:57.0443884Z [00:02:03.280]➜  			"metadatas/mse/GetPluginConfig.json",
2025-08-20T19:15:57.0444165Z [00:02:03.280]➜  			"metadatas/mse/GetPlugins.json",
2025-08-20T19:15:57.0444458Z [00:02:03.280]➜  			"metadatas/mse/GetServiceList.json",
2025-08-20T19:15:57.0444911Z [00:02:03.280]➜  			"metadatas/mse/GetServiceListPage.json",
2025-08-20T19:15:57.0445232Z [00:02:03.280]➜  			"metadatas/mse/GetServiceListeners.json",
2025-08-20T19:15:57.0445580Z [00:02:03.280]➜  			"metadatas/mse/GetServiceMethodPage.json",
2025-08-20T19:15:57.0445988Z [00:02:03.280]➜  			"metadatas/mse/GetTagsBySwimmingLaneGroupId.json",
2025-08-20T19:15:57.0446355Z [00:02:03.280]➜  			"metadatas/mse/GetZookeeperDataImportUrl.json",
2025-08-20T19:15:57.0446753Z [00:02:03.280]➜  			"metadatas/mse/ImportNacosConfig.json",
2025-08-20T19:15:57.0447057Z [00:02:03.280]➜  			"metadatas/mse/ImportServices.json",
2025-08-20T19:15:57.0447390Z [00:02:03.280]➜  			"metadatas/mse/ImportZookeeperData.json",
2025-08-20T19:15:57.0447736Z [00:02:03.280]➜  			"metadatas/mse/InitializeServiceLinkRole.json",
2025-08-20T19:15:57.0448025Z [00:02:03.280]➜  			"metadatas/mse/ListAnsInstances.json",
2025-08-20T19:15:57.0448352Z [00:02:03.280]➜  			"metadatas/mse/ListAnsServiceClusters.json",
2025-08-20T19:15:57.0448676Z [00:02:03.280]➜  			"metadatas/mse/ListAnsServices.json",
2025-08-20T19:15:57.0449081Z [00:02:03.280]➜  			"metadatas/mse/ListAppBySwimmingLaneGroupTag.json",
2025-08-20T19:15:57.0449510Z [00:02:03.280]➜  			"metadatas/mse/ListAppBySwimmingLaneGroupTags.json",
2025-08-20T19:15:57.0449886Z [00:02:03.280]➜  			"metadatas/mse/ListApplicationsWithTagRules.json",
2025-08-20T19:15:57.0450179Z [00:02:03.280]➜  			"metadatas/mse/ListAuthPolicy.json",
2025-08-20T19:15:57.0450520Z [00:02:03.280]➜  			"metadatas/mse/ListCircuitBreakerRules.json",
2025-08-20T19:15:57.0450882Z [00:02:03.280]➜  			"metadatas/mse/ListClusterConnectionTypes.json",
2025-08-20T19:15:57.0451239Z [00:02:03.280]➜  			"metadatas/mse/ListClusterHealthCheckTask.json",
2025-08-20T19:15:57.0451532Z [00:02:03.280]➜  			"metadatas/mse/ListClusterTypes.json",
2025-08-20T19:15:57.0451844Z [00:02:03.280]➜  			"metadatas/mse/ListClusterVersions.json",
2025-08-20T19:15:57.0452124Z [00:02:03.280]➜  			"metadatas/mse/ListClusters.json",
2025-08-20T19:15:57.0452618Z [00:02:03.280]➜  			"metadatas/mse/ListConfigTrack.json",
2025-08-20T19:15:57.0452958Z [00:02:03.280]➜  			"metadatas/mse/ListEngineNamespaces.json",
2025-08-20T19:15:57.0453476Z [00:02:03.280]➜  			"metadatas/mse/ListEurekaInstances.json",
2025-08-20T19:15:57.0453796Z [00:02:03.280]➜  			"metadatas/mse/ListEurekaServices.json",
2025-08-20T19:15:57.0454164Z [00:02:03.280]➜  			"metadatas/mse/ListExportZookeeperData.json",
2025-08-20T19:15:57.0454468Z [00:02:03.280]➜  			"metadatas/mse/ListFlowRules.json",
2025-08-20T19:15:57.0454908Z [00:02:03.280]➜  			"metadatas/mse/ListGateway.json",
2025-08-20T19:15:57.0455249Z [00:02:03.280]➜  			"metadatas/mse/ListGatewayAuthConsumer.json",
2025-08-20T19:15:57.0455670Z [00:02:03.280]➜  			"metadatas/mse/ListGatewayAuthConsumerResource.json",
2025-08-20T19:15:57.0456051Z [00:02:03.280]➜  			"metadatas/mse/ListGatewayCircuitBreakerRule.json",
2025-08-20T19:15:57.0456371Z [00:02:03.280]➜  			"metadatas/mse/ListGatewayDomain.json",
2025-08-20T19:15:57.0456708Z [00:02:03.280]➜  			"metadatas/mse/ListGatewayFlowRule.json",
2025-08-20T19:15:57.0457090Z [00:02:03.280]➜  			"metadatas/mse/ListGatewayIsolationRule.json",
2025-08-20T19:15:57.0457426Z [00:02:03.280]➜  			"metadatas/mse/ListGatewayRoute.json",
2025-08-20T19:15:57.0457785Z [00:02:03.280]➜  			"metadatas/mse/ListGatewayRouteOnAuth.json",
2025-08-20T19:15:57.0458108Z [00:02:03.280]➜  			"metadatas/mse/ListGatewayService.json",
2025-08-20T19:15:57.0458432Z [00:02:03.280]➜  			"metadatas/mse/ListGatewaySlb.json",
2025-08-20T19:15:57.0458751Z [00:02:03.280]➜  			"metadatas/mse/ListGatewayZone.json",
2025-08-20T19:15:57.0459072Z [00:02:03.280]➜  			"metadatas/mse/ListInstanceCount.json",
2025-08-20T19:15:57.0459373Z [00:02:03.280]➜  			"metadatas/mse/ListIsolationRules.json",
2025-08-20T19:15:57.0459712Z [00:02:03.280]➜  			"metadatas/mse/ListListenersByConfig.json",
2025-08-20T19:15:57.0460027Z [00:02:03.280]➜  			"metadatas/mse/ListListenersByIp.json",
2025-08-20T19:15:57.0460504Z [00:02:03.280]➜  			"metadatas/mse/ListMigrationTask.json",
2025-08-20T19:15:57.0460845Z [00:02:03.281]➜  			"metadatas/mse/ListNacosConfigs.json",
2025-08-20T19:15:57.0461227Z [00:02:03.281]➜  			"metadatas/mse/ListNacosHistoryConfigs.json",
2025-08-20T19:15:57.0461570Z [00:02:03.281]➜  			"metadatas/mse/ListNacosMcpServers.json",
2025-08-20T19:15:57.0461877Z [00:02:03.281]➜  			"metadatas/mse/ListNamespaces.json",
2025-08-20T19:15:57.0462186Z [00:02:03.281]➜  			"metadatas/mse/ListNamingTrack.json",
2025-08-20T19:15:57.0462812Z [00:02:03.281]➜  			"metadatas/mse/ListSSLCert.json",
2025-08-20T19:15:57.0463183Z [00:02:03.281]➜  			"metadatas/mse/ListSecurityGroup.json",
2025-08-20T19:15:57.0463553Z [00:02:03.281]➜  			"metadatas/mse/ListSecurityGroupRule.json",
2025-08-20T19:15:57.0464034Z [00:02:03.281]➜  			"metadatas/mse/ListSentinelBlockFallbackDefinitions.json",
2025-08-20T19:15:57.0464369Z [00:02:03.281]➜  			"metadatas/mse/ListServiceSource.json",
2025-08-20T19:15:57.0464692Z [00:02:03.281]➜  			"metadatas/mse/ListTagResources.json",
2025-08-20T19:15:57.0465026Z [00:02:03.281]➜  			"metadatas/mse/ListWebFlowRules.json",
2025-08-20T19:15:57.0465314Z [00:02:03.281]➜  			"metadatas/mse/ListZkTrack.json",
2025-08-20T19:15:57.0465648Z [00:02:03.281]➜  			"metadatas/mse/ListZnodeChildren.json",
2025-08-20T19:15:57.0466069Z [00:02:03.281]➜  			"metadatas/mse/ModifyGovernanceKubernetesCluster.json",
2025-08-20T19:15:57.0466395Z [00:02:03.281]➜  			"metadatas/mse/ModifyLosslessRule.json",
2025-08-20T19:15:57.0466725Z [00:02:03.281]➜  			"metadatas/mse/OfflineGatewayRoute.json",
2025-08-20T19:15:57.0467161Z [00:02:03.281]➜  			"metadatas/mse/OrderClusterHealthCheckRiskNotice.json",
2025-08-20T19:15:57.0467487Z [00:02:03.281]➜  			"metadatas/mse/PreserveHeaderFormat.json",
2025-08-20T19:15:57.0467779Z [00:02:03.281]➜  			"metadatas/mse/PullServices.json",
2025-08-20T19:15:57.0468146Z [00:02:03.281]➜  			"metadatas/mse/PutClusterHealthCheckTask.json",
2025-08-20T19:15:57.0468469Z [00:02:03.281]➜  			"metadatas/mse/QueryAllSwimmingLane.json",
2025-08-20T19:15:57.0468846Z [00:02:03.281]➜  			"metadatas/mse/QueryAllSwimmingLaneGroup.json",
2025-08-20T19:15:57.0469177Z [00:02:03.281]➜  			"metadatas/mse/QueryBusinessLocations.json",
2025-08-20T19:15:57.0469651Z [00:02:03.281]➜  			"metadatas/mse/QueryClusterDetail.json",
2025-08-20T19:15:57.0470045Z [00:02:03.281]➜  			"metadatas/mse/QueryClusterDiskSpecification.json",
2025-08-20T19:15:57.0470360Z [00:02:03.281]➜  			"metadatas/mse/QueryClusterInfo.json",
2025-08-20T19:15:57.0470731Z [00:02:03.281]➜  			"metadatas/mse/QueryClusterSpecification.json",
2025-08-20T19:15:57.0471160Z [00:02:03.281]➜  			"metadatas/mse/QueryConfig.json",
2025-08-20T19:15:57.0471485Z [00:02:03.281]➜  			"metadatas/mse/QueryGatewayRegion.json",
2025-08-20T19:15:57.0471796Z [00:02:03.281]➜  			"metadatas/mse/QueryGatewayType.json",
2025-08-20T19:15:57.0472201Z [00:02:03.281]➜  			"metadatas/mse/QueryGovernanceKubernetesCluster.json",
2025-08-20T19:15:57.0472715Z [00:02:03.281]➜  			"metadatas/mse/QueryInstancesInfo.json",
2025-08-20T19:15:57.0473151Z [00:02:03.281]➜  			"metadatas/mse/QueryMonitor.json",
2025-08-20T19:15:57.0473472Z [00:02:03.281]➜  			"metadatas/mse/QueryNamespace.json",
2025-08-20T19:15:57.0473771Z [00:02:03.281]➜  			"metadatas/mse/QuerySlbSpec.json",
2025-08-20T19:15:57.0474096Z [00:02:03.281]➜  			"metadatas/mse/QuerySwimmingLaneById.json",
2025-08-20T19:15:57.0474395Z [00:02:03.281]➜  			"metadatas/mse/QueryZnodeDetail.json",
2025-08-20T19:15:57.0474712Z [00:02:03.281]➜  			"metadatas/mse/RemoveApplication.json",
2025-08-20T19:15:57.0475027Z [00:02:03.281]➜  			"metadatas/mse/RemoveAuthPolicy.json",
2025-08-20T19:15:57.0475320Z [00:02:03.281]➜  			"metadatas/mse/RestartCluster.json",
2025-08-20T19:15:57.0475610Z [00:02:03.281]➜  			"metadatas/mse/RetryCluster.json",
2025-08-20T19:15:57.0475902Z [00:02:03.281]➜  			"metadatas/mse/SelectGatewaySlb.json",
2025-08-20T19:15:57.0476182Z [00:02:03.281]➜  			"metadatas/mse/TagResources.json",
2025-08-20T19:15:57.0476482Z [00:02:03.281]➜  			"metadatas/mse/UntagResources.json",
2025-08-20T19:15:57.0476763Z [00:02:03.281]➜  			"metadatas/mse/UpdateAcl.json",
2025-08-20T19:15:57.0477072Z [00:02:03.281]➜  			"metadatas/mse/UpdateAuthPolicy.json",
2025-08-20T19:15:57.0477403Z [00:02:03.281]➜  			"metadatas/mse/UpdateBlackWhiteList.json",
2025-08-20T19:15:57.0477762Z [00:02:03.281]➜  			"metadatas/mse/UpdateCircuitBreakerRule.json",
2025-08-20T19:15:57.0478049Z [00:02:03.281]➜  			"metadatas/mse/UpdateCluster.json",
2025-08-20T19:15:57.0478489Z [00:02:03.281]➜  			"metadatas/mse/UpdateClusterSpec.json",
2025-08-20T19:15:57.0478781Z [00:02:03.281]➜  			"metadatas/mse/UpdateConfig.json",
2025-08-20T19:15:57.0479110Z [00:02:03.281]➜  			"metadatas/mse/UpdateEngineNamespace.json",
2025-08-20T19:15:57.0479392Z [00:02:03.281]➜  			"metadatas/mse/UpdateFlowRule.json",
2025-08-20T19:15:57.0479744Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayAuthConsumer.json",
2025-08-20T19:15:57.0480155Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayAuthConsumerResource.json",
2025-08-20T19:15:57.0480646Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayAuthConsumerResourceStatus.json",
2025-08-20T19:15:57.0481043Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayAuthConsumerStatus.json",
2025-08-20T19:15:57.0481583Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayCircuitBreakerRule.json",
2025-08-20T19:15:57.0481919Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayConfig.json",
2025-08-20T19:15:57.0482254Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayDomain.json",
2025-08-20T19:15:57.0482809Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayFlowRule.json",
2025-08-20T19:15:57.0483212Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayIsolationRule.json",
2025-08-20T19:15:57.0483528Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayName.json",
2025-08-20T19:15:57.0483870Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayOption.json",
2025-08-20T19:15:57.0484184Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayRoute.json",
2025-08-20T19:15:57.0484534Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayRouteAuth.json",
2025-08-20T19:15:57.0484881Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayRouteCORS.json",
2025-08-20T19:15:57.0485264Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayRouteHTTPRewrite.json",
2025-08-20T19:15:57.0485676Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayRouteHeaderOp.json",
2025-08-20T19:15:57.0486038Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayRouteRetry.json",
2025-08-20T19:15:57.0486425Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayRouteTimeout.json",
2025-08-20T19:15:57.0487000Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayRouteWafStatus.json",
2025-08-20T19:15:57.0487371Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayService.json",
2025-08-20T19:15:57.0487764Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayServiceCheck.json",
2025-08-20T19:15:57.0488202Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayServiceTrafficPolicy.json",
2025-08-20T19:15:57.0488579Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewayServiceVersion.json",
2025-08-20T19:15:57.0489040Z [00:02:03.281]➜  			"metadatas/mse/UpdateGatewaySpec.json",
2025-08-20T19:15:57.0489355Z [00:02:03.281]➜  			"metadatas/mse/UpdateImage.json",
2025-08-20T19:15:57.0489687Z [00:02:03.281]➜  			"metadatas/mse/UpdateIsolationRule.json",
2025-08-20T19:15:57.0490009Z [00:02:03.281]➜  			"metadatas/mse/UpdateLocalityRule.json",
2025-08-20T19:15:57.0490370Z [00:02:03.281]➜  			"metadatas/mse/UpdateMessageQueueRoute.json",
2025-08-20T19:15:57.0490694Z [00:02:03.281]➜  			"metadatas/mse/UpdateMigrationTask.json",
2025-08-20T19:15:57.0491036Z [00:02:03.281]➜  			"metadatas/mse/UpdateNacosCluster.json",
2025-08-20T19:15:57.0491351Z [00:02:03.281]➜  			"metadatas/mse/UpdateNacosConfig.json",
2025-08-20T19:15:57.0491691Z [00:02:03.281]➜  			"metadatas/mse/UpdateNacosGrayConfig.json",
2025-08-20T19:15:57.0492011Z [00:02:03.281]➜  			"metadatas/mse/UpdateNacosInstance.json",
2025-08-20T19:15:57.0492328Z [00:02:03.281]➜  			"metadatas/mse/UpdateNacosService.json",
2025-08-20T19:15:57.0492908Z [00:02:03.281]➜  			"metadatas/mse/UpdatePluginConfig.json",
2025-08-20T19:15:57.0493214Z [00:02:03.281]➜  			"metadatas/mse/UpdateSSLCert.json",
2025-08-20T19:15:57.0493539Z [00:02:03.281]➜  			"metadatas/mse/UpdateServiceSource.json",
2025-08-20T19:15:57.0493916Z [00:02:03.281]➜  			"metadatas/mse/UpdateWebFlowRule.json",
2025-08-20T19:15:57.0494215Z [00:02:03.281]➜  			"metadatas/mse/UpdateZnode.json",
2025-08-20T19:15:57.0494523Z [00:02:03.281]➜  			"metadatas/mse/UpgradeCluster.json",
2025-08-20T19:15:57.0495033Z [00:02:03.281]➜  			"metadatas/mssp/ConfirmDjbhReport.json",
2025-08-20T19:15:57.0495441Z [00:02:03.281]➜  			"metadatas/mssp/CreateServiceLinkedRole.json",
2025-08-20T19:15:57.0495804Z [00:02:03.281]➜  			"metadatas/mssp/CreateServiceWorkOrder.json",
2025-08-20T19:15:57.0496137Z [00:02:03.281]➜  			"metadatas/mssp/DeleteDjbhReport.json",
2025-08-20T19:15:57.0496518Z [00:02:03.281]➜  			"metadatas/mssp/DescribeServiceLinkedRole.json",
2025-08-20T19:15:57.0496883Z [00:02:03.281]➜  			"metadatas/mssp/DisposeServiceWorkOrder.json",
2025-08-20T19:15:57.0497196Z [00:02:03.281]➜  			"metadatas/mssp/DisposeWorkTask.json",
2025-08-20T19:15:57.0497519Z [00:02:03.281]➜  			"metadatas/mssp/GetAlarmDetailById.json",
2025-08-20T19:15:57.0497998Z [00:02:03.281]➜  			"metadatas/mssp/GetAttackedAssetDeal.json",
2025-08-20T19:15:57.0498322Z [00:02:03.281]➜  			"metadatas/mssp/GetBaselineSummary.json",
2025-08-20T19:15:57.0498617Z [00:02:03.281]➜  			"metadatas/mssp/GetConsoleScore.json",
2025-08-20T19:15:57.0498918Z [00:02:03.281]➜  			"metadatas/mssp/GetDetailById.json",
2025-08-20T19:15:57.0499269Z [00:02:03.281]➜  			"metadatas/mssp/GetDocumentDownloadUrl.json",
2025-08-20T19:15:57.0499577Z [00:02:03.281]➜  			"metadatas/mssp/GetDocumentPage.json",
2025-08-20T19:15:57.0499888Z [00:02:03.281]➜  			"metadatas/mssp/GetDocumentSummary.json",
2025-08-20T19:15:57.0500194Z [00:02:03.281]➜  			"metadatas/mssp/GetRecentDocument.json",
2025-08-20T19:15:57.0500484Z [00:02:03.281]➜  			"metadatas/mssp/GetSafetyCover.json",
2025-08-20T19:15:57.0500851Z [00:02:03.281]➜  			"metadatas/mssp/GetSowList.json",
2025-08-20T19:15:57.0501168Z [00:02:03.281]➜  			"metadatas/mssp/GetSuspEventPage.json",
2025-08-20T19:15:57.0501493Z [00:02:03.281]➜  			"metadatas/mssp/GetSuspEventSummary.json",
2025-08-20T19:15:57.0501815Z [00:02:03.281]➜  			"metadatas/mssp/GetSuspPageSummary.json",
2025-08-20T19:15:57.0502105Z [00:02:03.281]➜  			"metadatas/mssp/GetUserStatus.json",
2025-08-20T19:15:57.0502599Z [00:02:03.281]➜  			"metadatas/mssp/GetVulItemPage.json",
2025-08-20T19:15:57.0503090Z [00:02:03.281]➜  			"metadatas/mssp/GetVulListById.json",
2025-08-20T19:15:57.0503429Z [00:02:03.281]➜  			"metadatas/mssp/GetVulPageSummary.json",
2025-08-20T19:15:57.0503724Z [00:02:03.281]➜  			"metadatas/mssp/GetVulSummary.json",
2025-08-20T19:15:57.0504048Z [00:02:03.281]➜  			"metadatas/mssp/GetWorkTaskSummary.json",
2025-08-20T19:15:57.0504372Z [00:02:03.281]➜  			"metadatas/mssp/PageServiceCustomer.json",
2025-08-20T19:15:57.0504676Z [00:02:03.281]➜  			"metadatas/mssp/SendCustomEvent.json",
2025-08-20T19:15:57.0505156Z [00:02:03.281]➜  			"metadatas/mts/ActivateMediaWorkflow.json",
2025-08-20T19:15:57.0505458Z [00:02:03.281]➜  			"metadatas/mts/AddMedia.json",
2025-08-20T19:15:57.0505746Z [00:02:03.281]➜  			"metadatas/mts/AddMediaTag.json",
2025-08-20T19:15:57.0506043Z [00:02:03.281]➜  			"metadatas/mts/AddMediaWorkflow.json",
2025-08-20T19:15:57.0506325Z [00:02:03.281]➜  			"metadatas/mts/AddPipeline.json",
2025-08-20T19:15:57.0506650Z [00:02:03.281]➜  			"metadatas/mts/AddSmarttagTemplate.json",
2025-08-20T19:15:57.0506937Z [00:02:03.281]➜  			"metadatas/mts/AddTemplate.json",
2025-08-20T19:15:57.0507254Z [00:02:03.281]➜  			"metadatas/mts/AddWaterMarkTemplate.json",
2025-08-20T19:15:57.0507546Z [00:02:03.281]➜  			"metadatas/mts/BindInputBucket.json",
2025-08-20T19:15:57.0507854Z [00:02:03.281]➜  			"metadatas/mts/BindOutputBucket.json",
2025-08-20T19:15:57.0508116Z [00:02:03.281]➜  			"metadatas/mts/CancelJob.json",
2025-08-20T19:15:57.0508438Z [00:02:03.281]➜  			"metadatas/mts/CreateCustomEntity.json",
2025-08-20T19:15:57.0508758Z [00:02:03.281]➜  			"metadatas/mts/CreateCustomGroup.json",
2025-08-20T19:15:57.0509069Z [00:02:03.281]➜  			"metadatas/mts/CreateFpShotDB.json",
2025-08-20T19:15:57.0509425Z [00:02:03.281]➜  			"metadatas/mts/DeactivateMediaWorkflow.json",
2025-08-20T19:15:57.0509744Z [00:02:03.281]➜  			"metadatas/mts/DeleteCustomEntity.json",
2025-08-20T19:15:57.0510043Z [00:02:03.281]➜  			"metadatas/mts/DeleteCustomGroup.json",
2025-08-20T19:15:57.0510472Z [00:02:03.281]➜  			"metadatas/mts/DeleteCustomView.json",
2025-08-20T19:15:57.0510764Z [00:02:03.281]➜  			"metadatas/mts/DeleteMedia.json",
2025-08-20T19:15:57.0511057Z [00:02:03.281]➜  			"metadatas/mts/DeleteMediaTag.json",
2025-08-20T19:15:57.0511370Z [00:02:03.281]➜  			"metadatas/mts/DeleteMediaWorkflow.json",
2025-08-20T19:15:57.0511666Z [00:02:03.281]➜  			"metadatas/mts/DeletePipeline.json",
2025-08-20T19:15:57.0511993Z [00:02:03.281]➜  			"metadatas/mts/DeleteSmarttagTemplate.json",
2025-08-20T19:15:57.0512289Z [00:02:03.281]➜  			"metadatas/mts/DeleteTemplate.json",
2025-08-20T19:15:57.0512833Z [00:02:03.281]➜  			"metadatas/mts/DeleteWaterMarkTemplate.json",
2025-08-20T19:15:57.0513235Z [00:02:03.281]➜  			"metadatas/mts/ImAudit.json",
2025-08-20T19:15:57.0513528Z [00:02:03.281]➜  			"metadatas/mts/ImportFpShotJob.json",
2025-08-20T19:15:57.0513837Z [00:02:03.281]➜  			"metadatas/mts/ListAllMediaBucket.json",
2025-08-20T19:15:57.0514129Z [00:02:03.281]➜  			"metadatas/mts/ListCustomEntities.json",
2025-08-20T19:15:57.0514441Z [00:02:03.281]➜  			"metadatas/mts/ListCustomGroups.json",
2025-08-20T19:15:57.0514737Z [00:02:03.281]➜  			"metadatas/mts/ListCustomPersons.json",
2025-08-20T19:15:57.0515013Z [00:02:03.281]➜  			"metadatas/mts/ListCustomViews.json",
2025-08-20T19:15:57.0515303Z [00:02:03.281]➜  			"metadatas/mts/ListFpShotDB.json",
2025-08-20T19:15:57.0515594Z [00:02:03.281]➜  			"metadatas/mts/ListFpShotFiles.json",
2025-08-20T19:15:57.0515927Z [00:02:03.281]➜  			"metadatas/mts/ListFpShotImportJob.json",
2025-08-20T19:15:57.0516203Z [00:02:03.281]➜  			"metadatas/mts/ListJob.json",
2025-08-20T19:15:57.0516585Z [00:02:03.281]➜  			"metadatas/mts/ListMediaWorkflowExecutions.json",
2025-08-20T19:15:57.0516932Z [00:02:03.281]➜  			"metadatas/mts/QueryAnalysisJobList.json",
2025-08-20T19:15:57.0517310Z [00:02:03.281]➜  			"metadatas/mts/QueryCopyrightExtractJob.json",
2025-08-20T19:15:57.0517623Z [00:02:03.281]➜  			"metadatas/mts/QueryCopyrightJob.json",
2025-08-20T19:15:57.0517977Z [00:02:03.281]➜  			"metadatas/mts/QueryFpDBDeleteJobList.json",
2025-08-20T19:15:57.0518480Z [00:02:03.281]➜  			"metadatas/mts/QueryFpFileDeleteJobList.json",
2025-08-20T19:15:57.0518807Z [00:02:03.281]➜  			"metadatas/mts/QueryFpShotJobList.json",
2025-08-20T19:15:57.0519131Z [00:02:03.281]➜  			"metadatas/mts/QueryIProductionJob.json",
2025-08-20T19:15:57.0519434Z [00:02:03.281]➜  			"metadatas/mts/QueryJobList.json",
2025-08-20T19:15:57.0519798Z [00:02:03.281]➜  			"metadatas/mts/QueryMediaCensorJobDetail.json",
2025-08-20T19:15:57.0520312Z [00:02:03.281]➜  			"metadatas/mts/QueryMediaCensorJobList.json",
2025-08-20T19:15:57.0520662Z [00:02:03.281]➜  			"metadatas/mts/QueryMediaInfoJobList.json",
2025-08-20T19:15:57.0520986Z [00:02:03.281]➜  			"metadatas/mts/QueryMediaList.json",
2025-08-20T19:15:57.0521320Z [00:02:03.281]➜  			"metadatas/mts/QueryMediaListByURL.json",
2025-08-20T19:15:57.0521739Z [00:02:03.281]➜  			"metadatas/mts/QueryMediaWorkflowExecutionList.json",
2025-08-20T19:15:57.0522083Z [00:02:03.281]➜  			"metadatas/mts/QueryMediaWorkflowList.json",
2025-08-20T19:15:57.0522628Z [00:02:03.281]➜  			"metadatas/mts/QueryPipelineList.json",
2025-08-20T19:15:57.0522946Z [00:02:03.281]➜  			"metadatas/mts/QuerySmarttagJob.json",
2025-08-20T19:15:57.0523337Z [00:02:03.281]➜  			"metadatas/mts/QuerySmarttagTemplateList.json",
2025-08-20T19:15:57.0523665Z [00:02:03.281]➜  			"metadatas/mts/QuerySnapshotJobList.json",
2025-08-20T19:15:57.0523987Z [00:02:03.281]➜  			"metadatas/mts/QueryTemplateList.json",
2025-08-20T19:15:57.0524297Z [00:02:03.282]➜  			"metadatas/mts/QueryTraceAbJob.json",
2025-08-20T19:15:57.0524621Z [00:02:03.282]➜  			"metadatas/mts/QueryTraceExtractJob.json",
2025-08-20T19:15:57.0524941Z [00:02:03.282]➜  			"metadatas/mts/QueryTraceM3u8Job.json",
2025-08-20T19:15:57.0525306Z [00:02:03.282]➜  			"metadatas/mts/QueryWaterMarkTemplateList.json",
2025-08-20T19:15:57.0525617Z [00:02:03.282]➜  			"metadatas/mts/RegisterCustomFace.json",
2025-08-20T19:15:57.0525924Z [00:02:03.282]➜  			"metadatas/mts/RegisterCustomView.json",
2025-08-20T19:15:57.0526399Z [00:02:03.282]➜  			"metadatas/mts/SearchMediaWorkflow.json",
2025-08-20T19:15:57.0526710Z [00:02:03.282]➜  			"metadatas/mts/SearchPipeline.json",
2025-08-20T19:15:57.0527002Z [00:02:03.282]➜  			"metadatas/mts/SearchTemplate.json",
2025-08-20T19:15:57.0527351Z [00:02:03.282]➜  			"metadatas/mts/SearchWaterMarkTemplate.json",
2025-08-20T19:15:57.0527662Z [00:02:03.282]➜  			"metadatas/mts/SubmitAnalysisJob.json",
2025-08-20T19:15:57.0528060Z [00:02:03.282]➜  			"metadatas/mts/SubmitCopyrightExtractJob.json",
2025-08-20T19:15:57.0528378Z [00:02:03.282]➜  			"metadatas/mts/SubmitCopyrightJob.json",
2025-08-20T19:15:57.0528843Z [00:02:03.282]➜  			"metadatas/mts/SubmitFpDBDeleteJob.json",
2025-08-20T19:15:57.0529179Z [00:02:03.282]➜  			"metadatas/mts/SubmitFpFileDeleteJob.json",
2025-08-20T19:15:57.0529485Z [00:02:03.282]➜  			"metadatas/mts/SubmitFpShotJob.json",
2025-08-20T19:15:57.0529802Z [00:02:03.282]➜  			"metadatas/mts/SubmitIProductionJob.json",
2025-08-20T19:15:57.0530142Z [00:02:03.282]➜  			"metadatas/mts/SubmitImageCopyright.json",
2025-08-20T19:15:57.0530415Z [00:02:03.282]➜  			"metadatas/mts/SubmitJobs.json",
2025-08-20T19:15:57.0530729Z [00:02:03.282]➜  			"metadatas/mts/SubmitMediaCensorJob.json",
2025-08-20T19:15:57.0531044Z [00:02:03.282]➜  			"metadatas/mts/SubmitMediaInfoJob.json",
2025-08-20T19:15:57.0531350Z [00:02:03.282]➜  			"metadatas/mts/SubmitSmarttagJob.json",
2025-08-20T19:15:57.0531662Z [00:02:03.282]➜  			"metadatas/mts/SubmitSnapshotJob.json",
2025-08-20T19:15:57.0531968Z [00:02:03.282]➜  			"metadatas/mts/SubmitTraceAbJob.json",
2025-08-20T19:15:57.0532312Z [00:02:03.282]➜  			"metadatas/mts/SubmitTraceExtractJob.json",
2025-08-20T19:15:57.0532852Z [00:02:03.282]➜  			"metadatas/mts/SubmitTraceM3u8Job.json",
2025-08-20T19:15:57.0533179Z [00:02:03.282]➜  			"metadatas/mts/TagCustomPerson.json",
2025-08-20T19:15:57.0533506Z [00:02:03.282]➜  			"metadatas/mts/UnbindInputBucket.json",
2025-08-20T19:15:57.0533850Z [00:02:03.282]➜  			"metadatas/mts/UnbindOutputBucket.json",
2025-08-20T19:15:57.0534408Z [00:02:03.282]➜  			"metadatas/mts/UnregisterCustomFace.json",
2025-08-20T19:15:57.0534760Z [00:02:03.282]➜  			"metadatas/mts/UpdateMedia.json",
2025-08-20T19:15:57.0535119Z [00:02:03.282]➜  			"metadatas/mts/UpdateMediaCategory.json",
2025-08-20T19:15:57.0535432Z [00:02:03.282]➜  			"metadatas/mts/UpdateMediaCover.json",
2025-08-20T19:15:57.0535795Z [00:02:03.282]➜  			"metadatas/mts/UpdateMediaPublishState.json",
2025-08-20T19:15:57.0536377Z [00:02:03.282]➜  			"metadatas/mts/UpdateMediaWorkflow.json",
2025-08-20T19:15:57.0536801Z [00:02:03.282]➜  			"metadatas/mts/UpdateMediaWorkflowTriggerMode.json",
2025-08-20T19:15:57.0537125Z [00:02:03.282]➜  			"metadatas/mts/UpdatePipeline.json",
2025-08-20T19:15:57.0537471Z [00:02:03.282]➜  			"metadatas/mts/UpdateSmarttagTemplate.json",
2025-08-20T19:15:57.0537768Z [00:02:03.282]➜  			"metadatas/mts/UpdateTemplate.json",
2025-08-20T19:15:57.0538120Z [00:02:03.282]➜  			"metadatas/mts/UpdateWaterMarkTemplate.json",
2025-08-20T19:15:57.0538479Z [00:02:03.282]➜  			"metadatas/nas/AddClientToBlackList.json",
2025-08-20T19:15:57.0538837Z [00:02:03.282]➜  			"metadatas/nas/ApplyAutoSnapshotPolicy.json",
2025-08-20T19:15:57.0539208Z [00:02:03.282]➜  			"metadatas/nas/ApplyDataFlowAutoRefresh.json",
2025-08-20T19:15:57.0539553Z [00:02:03.282]➜  			"metadatas/nas/AttachVscToFilesystems.json",
2025-08-20T19:15:57.0539913Z [00:02:03.282]➜  			"metadatas/nas/CancelAutoSnapshotPolicy.json",
2025-08-20T19:15:57.0540291Z [00:02:03.282]➜  			"metadatas/nas/CancelDataFlowAutoRefresh.json",
2025-08-20T19:15:57.0540636Z [00:02:03.282]➜  			"metadatas/nas/CancelDataFlowSubTask.json",
2025-08-20T19:15:57.0540961Z [00:02:03.282]➜  			"metadatas/nas/CancelDataFlowTask.json",
2025-08-20T19:15:57.0541263Z [00:02:03.282]➜  			"metadatas/nas/CancelDirQuota.json",
2025-08-20T19:15:57.0541578Z [00:02:03.283]➜  			"metadatas/nas/CancelFilesetQuota.json",
2025-08-20T19:15:57.0541950Z [00:02:03.283]➜  			"metadatas/nas/CancelLifecycleRetrieveJob.json",
2025-08-20T19:15:57.0542611Z [00:02:03.283]➜  			"metadatas/nas/CancelRecycleBinJob.json",
2025-08-20T19:15:57.0542972Z [00:02:03.283]➜  			"metadatas/nas/ChangeResourceGroup.json",
2025-08-20T19:15:57.0543281Z [00:02:03.283]➜  			"metadatas/nas/CreateAccessGroup.json",
2025-08-20T19:15:57.0543594Z [00:02:03.283]➜  			"metadatas/nas/CreateAccessPoint.json",
2025-08-20T19:15:57.0543891Z [00:02:03.283]➜  			"metadatas/nas/CreateAccessRule.json",
2025-08-20T19:15:57.0544263Z [00:02:03.283]➜  			"metadatas/nas/CreateAutoSnapshotPolicy.json",
2025-08-20T19:15:57.0544567Z [00:02:03.283]➜  			"metadatas/nas/CreateDataFlow.json",
2025-08-20T19:15:57.0545063Z [00:02:03.283]➜  			"metadatas/nas/CreateDataFlowSubTask.json",
2025-08-20T19:15:57.0545378Z [00:02:03.283]➜  			"metadatas/nas/CreateDataFlowTask.json",
2025-08-20T19:15:57.0545659Z [00:02:03.283]➜  			"metadatas/nas/CreateDir.json",
2025-08-20T19:15:57.0545929Z [00:02:03.283]➜  			"metadatas/nas/CreateFile.json",
2025-08-20T19:15:57.0546246Z [00:02:03.283]➜  			"metadatas/nas/CreateFileSystem.json",
2025-08-20T19:15:57.0546548Z [00:02:03.283]➜  			"metadatas/nas/CreateFileset.json",
2025-08-20T19:15:57.0546844Z [00:02:03.283]➜  			"metadatas/nas/CreateLDAPConfig.json",
2025-08-20T19:15:57.0547181Z [00:02:03.283]➜  			"metadatas/nas/CreateLifecyclePolicy.json",
2025-08-20T19:15:57.0547556Z [00:02:03.283]➜  			"metadatas/nas/CreateLifecycleRetrieveJob.json",
2025-08-20T19:15:57.0547865Z [00:02:03.283]➜  			"metadatas/nas/CreateLogAnalysis.json",
2025-08-20T19:15:57.0548172Z [00:02:03.283]➜  			"metadatas/nas/CreateMountTarget.json",
2025-08-20T19:15:57.0548537Z [00:02:03.283]➜  			"metadatas/nas/CreateProtocolMountTarget.json",
2025-08-20T19:15:57.0548877Z [00:02:03.283]➜  			"metadatas/nas/CreateProtocolService.json",
2025-08-20T19:15:57.0549244Z [00:02:03.283]➜  			"metadatas/nas/CreateRecycleBinDeleteJob.json",
2025-08-20T19:15:57.0549607Z [00:02:03.283]➜  			"metadatas/nas/CreateRecycleBinRestoreJob.json",
2025-08-20T19:15:57.0549919Z [00:02:03.283]➜  			"metadatas/nas/CreateSnapshot.json",
2025-08-20T19:15:57.0550377Z [00:02:03.283]➜  			"metadatas/nas/DeleteAccessGroup.json",
2025-08-20T19:15:57.0550691Z [00:02:03.283]➜  			"metadatas/nas/DeleteAccessPoint.json",
2025-08-20T19:15:57.0550988Z [00:02:03.283]➜  			"metadatas/nas/DeleteAccessRule.json",
2025-08-20T19:15:57.0551343Z [00:02:03.283]➜  			"metadatas/nas/DeleteAutoSnapshotPolicy.json",
2025-08-20T19:15:57.0551634Z [00:02:03.283]➜  			"metadatas/nas/DeleteDataFlow.json",
2025-08-20T19:15:57.0552055Z [00:02:03.283]➜  			"metadatas/nas/DeleteFileSystem.json",
2025-08-20T19:15:57.0552357Z [00:02:03.283]➜  			"metadatas/nas/DeleteFileset.json",
2025-08-20T19:15:57.0552887Z [00:02:03.283]➜  			"metadatas/nas/DeleteLDAPConfig.json",
2025-08-20T19:15:57.0553214Z [00:02:03.283]➜  			"metadatas/nas/DeleteLifecyclePolicy.json",
2025-08-20T19:15:57.0553527Z [00:02:03.283]➜  			"metadatas/nas/DeleteLogAnalysis.json",
2025-08-20T19:15:57.0553824Z [00:02:03.283]➜  			"metadatas/nas/DeleteMountTarget.json",
2025-08-20T19:15:57.0554324Z [00:02:03.283]➜  			"metadatas/nas/DeleteProtocolMountTarget.json",
2025-08-20T19:15:57.0554665Z [00:02:03.283]➜  			"metadatas/nas/DeleteProtocolService.json",
2025-08-20T19:15:57.0554959Z [00:02:03.283]➜  			"metadatas/nas/DeleteSnapshot.json",
2025-08-20T19:15:57.0555275Z [00:02:03.283]➜  			"metadatas/nas/DescribeAccessGroups.json",
2025-08-20T19:15:57.0555584Z [00:02:03.283]➜  			"metadatas/nas/DescribeAccessPoint.json",
2025-08-20T19:15:57.0555905Z [00:02:03.283]➜  			"metadatas/nas/DescribeAccessPoints.json",
2025-08-20T19:15:57.0556226Z [00:02:03.283]➜  			"metadatas/nas/DescribeAccessRules.json",
2025-08-20T19:15:57.0556605Z [00:02:03.283]➜  			"metadatas/nas/DescribeAutoSnapshotPolicies.json",
2025-08-20T19:15:57.0556952Z [00:02:03.283]➜  			"metadatas/nas/DescribeAutoSnapshotTasks.json",
2025-08-20T19:15:57.0557298Z [00:02:03.283]➜  			"metadatas/nas/DescribeBlackListClients.json",
2025-08-20T19:15:57.0557632Z [00:02:03.283]➜  			"metadatas/nas/DescribeDataFlowSubTasks.json",
2025-08-20T19:15:57.0557974Z [00:02:03.283]➜  			"metadatas/nas/DescribeDataFlowTasks.json",
2025-08-20T19:15:57.0558297Z [00:02:03.283]➜  			"metadatas/nas/DescribeDataFlows.json",
2025-08-20T19:15:57.0558610Z [00:02:03.283]➜  			"metadatas/nas/DescribeDirQuotas.json",
2025-08-20T19:15:57.0558999Z [00:02:03.283]➜  			"metadatas/nas/DescribeFileSystemStatistics.json",
2025-08-20T19:15:57.0559310Z [00:02:03.283]➜  			"metadatas/nas/DescribeFileSystems.json",
2025-08-20T19:15:57.0559617Z [00:02:03.283]➜  			"metadatas/nas/DescribeFilesets.json",
2025-08-20T19:15:57.0560020Z [00:02:03.283]➜  			"metadatas/nas/DescribeFilesystemsVscAttachInfo.json",
2025-08-20T19:15:57.0560545Z [00:02:03.283]➜  			"metadatas/nas/DescribeLifecyclePolicies.json",
2025-08-20T19:15:57.0560870Z [00:02:03.283]➜  			"metadatas/nas/DescribeLogAnalysis.json",
2025-08-20T19:15:57.0561196Z [00:02:03.283]➜  			"metadatas/nas/DescribeMountTargets.json",
2025-08-20T19:15:57.0561525Z [00:02:03.283]➜  			"metadatas/nas/DescribeMountedClients.json",
2025-08-20T19:15:57.0561829Z [00:02:03.283]➜  			"metadatas/nas/DescribeNfsAcl.json",
2025-08-20T19:15:57.0562190Z [00:02:03.283]➜  			"metadatas/nas/DescribeProtocolMountTarget.json",
2025-08-20T19:15:57.0562742Z [00:02:03.283]➜  			"metadatas/nas/DescribeProtocolService.json",
2025-08-20T19:15:57.0563047Z [00:02:03.283]➜  			"metadatas/nas/DescribeRegions.json",
2025-08-20T19:15:57.0563331Z [00:02:03.284]➜  			"metadatas/nas/DescribeSmbAcl.json",
2025-08-20T19:15:57.0563661Z [00:02:03.284]➜  			"metadatas/nas/DescribeSnapshots.json",
2025-08-20T19:15:57.0564012Z [00:02:03.284]➜  			"metadatas/nas/DescribeStoragePackages.json",
2025-08-20T19:15:57.0564324Z [00:02:03.284]➜  			"metadatas/nas/DescribeZones.json",
2025-08-20T19:15:57.0564682Z [00:02:03.284]➜  			"metadatas/nas/DetachVscFromFilesystems.json",
2025-08-20T19:15:57.0565055Z [00:02:03.284]➜  			"metadatas/nas/DisableAndCleanRecycleBin.json",
2025-08-20T19:15:57.0565347Z [00:02:03.284]➜  			"metadatas/nas/DisableNfsAcl.json",
2025-08-20T19:15:57.0565836Z [00:02:03.284]➜  			"metadatas/nas/DisableSmbAcl.json",
2025-08-20T19:15:57.0566124Z [00:02:03.284]➜  			"metadatas/nas/EnableNfsAcl.json",
2025-08-20T19:15:57.0566423Z [00:02:03.284]➜  			"metadatas/nas/EnableRecycleBin.json",
2025-08-20T19:15:57.0566715Z [00:02:03.284]➜  			"metadatas/nas/EnableSmbAcl.json",
2025-08-20T19:15:57.0567112Z [00:02:03.284]➜  			"metadatas/nas/GetDirectoryOrFileProperties.json",
2025-08-20T19:15:57.0567447Z [00:02:03.284]➜  			"metadatas/nas/GetRecycleBinAttribute.json",
2025-08-20T19:15:57.0567917Z [00:02:03.284]➜  			"metadatas/nas/ListDirectoriesAndFiles.json",
2025-08-20T19:15:57.0568299Z [00:02:03.284]➜  			"metadatas/nas/ListLifecycleRetrieveJobs.json",
2025-08-20T19:15:57.0568729Z [00:02:03.284]➜  			"metadatas/nas/ListRecentlyRecycledDirectories.json",
2025-08-20T19:15:57.0569052Z [00:02:03.284]➜  			"metadatas/nas/ListRecycleBinJobs.json",
2025-08-20T19:15:57.0569460Z [00:02:03.284]➜  			"metadatas/nas/ListRecycledDirectoriesAndFiles.json",
2025-08-20T19:15:57.0569908Z [00:02:03.284]➜  			"metadatas/nas/ListTagResources.json",
2025-08-20T19:15:57.0576870Z [00:02:03.284]➜  			"metadatas/nas/ModifyAccessGroup.json",
2025-08-20T19:15:57.0577317Z [00:02:03.284]➜  			"metadatas/nas/ModifyAccessPoint.json",
2025-08-20T19:15:57.0577655Z [00:02:03.284]➜  			"metadatas/nas/ModifyAccessRule.json",
2025-08-20T19:15:57.0578017Z [00:02:03.284]➜  			"metadatas/nas/ModifyAutoSnapshotPolicy.json",
2025-08-20T19:15:57.0578322Z [00:02:03.284]➜  			"metadatas/nas/ModifyDataFlow.json",
2025-08-20T19:15:57.0578696Z [00:02:03.284]➜  			"metadatas/nas/ModifyDataFlowAutoRefresh.json",
2025-08-20T19:15:57.0579002Z [00:02:03.284]➜  			"metadatas/nas/ModifyFileSystem.json",
2025-08-20T19:15:57.0579288Z [00:02:03.284]➜  			"metadatas/nas/ModifyFileset.json",
2025-08-20T19:15:57.0579592Z [00:02:03.284]➜  			"metadatas/nas/ModifyLDAPConfig.json",
2025-08-20T19:15:57.0579915Z [00:02:03.284]➜  			"metadatas/nas/ModifyLifecyclePolicy.json",
2025-08-20T19:15:57.0580244Z [00:02:03.284]➜  			"metadatas/nas/ModifyMountTarget.json",
2025-08-20T19:15:57.0580620Z [00:02:03.284]➜  			"metadatas/nas/ModifyProtocolMountTarget.json",
2025-08-20T19:15:57.0580965Z [00:02:03.284]➜  			"metadatas/nas/ModifyProtocolService.json",
2025-08-20T19:15:57.0581253Z [00:02:03.284]➜  			"metadatas/nas/ModifySmbAcl.json",
2025-08-20T19:15:57.0581552Z [00:02:03.284]➜  			"metadatas/nas/OpenNASService.json",
2025-08-20T19:15:57.0581910Z [00:02:03.284]➜  			"metadatas/nas/RemoveClientFromBlackList.json",
2025-08-20T19:15:57.0582235Z [00:02:03.284]➜  			"metadatas/nas/ResetFileSystem.json",
2025-08-20T19:15:57.0582880Z [00:02:03.284]➜  			"metadatas/nas/RetryLifecycleRetrieveJob.json",
2025-08-20T19:15:57.0583373Z [00:02:03.284]➜  			"metadatas/nas/SetDirQuota.json",
2025-08-20T19:15:57.0583676Z [00:02:03.284]➜  			"metadatas/nas/SetFilesetQuota.json",
2025-08-20T19:15:57.0583973Z [00:02:03.284]➜  			"metadatas/nas/StartDataFlow.json",
2025-08-20T19:15:57.0584261Z [00:02:03.284]➜  			"metadatas/nas/StopDataFlow.json",
2025-08-20T19:15:57.0584561Z [00:02:03.284]➜  			"metadatas/nas/TagResources.json",
2025-08-20T19:15:57.0584852Z [00:02:03.284]➜  			"metadatas/nas/UntagResources.json",
2025-08-20T19:15:57.0585200Z [00:02:03.284]➜  			"metadatas/nas/UpdateRecycleBinAttribute.json",
2025-08-20T19:15:57.0585506Z [00:02:03.284]➜  			"metadatas/nas/UpgradeFileSystem.json",
2025-08-20T19:15:57.0585842Z [00:02:03.284]➜  			"metadatas/nlb/AddServersToServerGroup.json",
2025-08-20T19:15:57.0586374Z [00:02:03.284]➜  			"metadatas/nlb/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:57.0586870Z [00:02:03.284]➜  			"metadatas/nlb/AttachCommonBandwidthPackageToLoadBalancer.json",
2025-08-20T19:15:57.0587284Z [00:02:03.285]➜  			"metadatas/nlb/CancelShiftLoadBalancerZones.json",
2025-08-20T19:15:57.0587591Z [00:02:03.285]➜  			"metadatas/nlb/CreateListener.json",
2025-08-20T19:15:57.0587914Z [00:02:03.285]➜  			"metadatas/nlb/CreateLoadBalancer.json",
2025-08-20T19:15:57.0588237Z [00:02:03.285]➜  			"metadatas/nlb/CreateSecurityPolicy.json",
2025-08-20T19:15:57.0588694Z [00:02:03.285]➜  			"metadatas/nlb/CreateServerGroup.json",
2025-08-20T19:15:57.0588982Z [00:02:03.285]➜  			"metadatas/nlb/DeleteListener.json",
2025-08-20T19:15:57.0589288Z [00:02:03.285]➜  			"metadatas/nlb/DeleteLoadBalancer.json",
2025-08-20T19:15:57.0589602Z [00:02:03.285]➜  			"metadatas/nlb/DeleteSecurityPolicy.json",
2025-08-20T19:15:57.0589904Z [00:02:03.285]➜  			"metadatas/nlb/DeleteServerGroup.json",
2025-08-20T19:15:57.0590393Z [00:02:03.285]➜  			"metadatas/nlb/DescribeHdMonitorRegionConfig.json",
2025-08-20T19:15:57.0590716Z [00:02:03.285]➜  			"metadatas/nlb/DescribeRegions.json",
2025-08-20T19:15:57.0591025Z [00:02:03.285]➜  			"metadatas/nlb/DescribeZones.json",
2025-08-20T19:15:57.0591543Z [00:02:03.285]➜  			"metadatas/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json",
2025-08-20T19:15:57.0591965Z [00:02:03.285]➜  			"metadatas/nlb/DisableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:57.0592858Z [00:02:03.285]➜  			"metadatas/nlb/DisassociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:57.0593297Z [00:02:03.285]➜  			"metadatas/nlb/EnableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:57.0593604Z [00:02:03.285]➜  			"metadatas/nlb/GetJobStatus.json",
2025-08-20T19:15:57.0593933Z [00:02:03.285]➜  			"metadatas/nlb/GetListenerAttribute.json",
2025-08-20T19:15:57.0594281Z [00:02:03.285]➜  			"metadatas/nlb/GetListenerHealthStatus.json",
2025-08-20T19:15:57.0594631Z [00:02:03.285]➜  			"metadatas/nlb/GetLoadBalancerAttribute.json",
2025-08-20T19:15:57.0594927Z [00:02:03.285]➜  			"metadatas/nlb/ListAsynJobs.json",
2025-08-20T19:15:57.0595282Z [00:02:03.285]➜  			"metadatas/nlb/ListListenerCertificates.json",
2025-08-20T19:15:57.0595608Z [00:02:03.285]➜  			"metadatas/nlb/ListListeners.json",
2025-08-20T19:15:57.0595928Z [00:02:03.285]➜  			"metadatas/nlb/ListLoadBalancers.json",
2025-08-20T19:15:57.0596242Z [00:02:03.285]➜  			"metadatas/nlb/ListSecurityPolicy.json",
2025-08-20T19:15:57.0596577Z [00:02:03.285]➜  			"metadatas/nlb/ListServerGroupServers.json",
2025-08-20T19:15:57.0596885Z [00:02:03.285]➜  			"metadatas/nlb/ListServerGroups.json",
2025-08-20T19:15:57.0597230Z [00:02:03.285]➜  			"metadatas/nlb/ListSystemSecurityPolicy.json",
2025-08-20T19:15:57.0597532Z [00:02:03.285]➜  			"metadatas/nlb/ListTagResources.json",
2025-08-20T19:15:57.0597931Z [00:02:03.285]➜  			"metadatas/nlb/LoadBalancerJoinSecurityGroup.json",
2025-08-20T19:15:57.0598328Z [00:02:03.285]➜  			"metadatas/nlb/LoadBalancerLeaveSecurityGroup.json",
2025-08-20T19:15:57.0598646Z [00:02:03.285]➜  			"metadatas/nlb/MoveResourceGroup.json",
2025-08-20T19:15:57.0599035Z [00:02:03.285]➜  			"metadatas/nlb/RemoveServersFromServerGroup.json",
2025-08-20T19:15:57.0599531Z [00:02:03.285]➜  			"metadatas/nlb/SetHdMonitorRegionConfig.json",
2025-08-20T19:15:57.0599829Z [00:02:03.285]➜  			"metadatas/nlb/StartListener.json",
2025-08-20T19:15:57.0600188Z [00:02:03.285]➜  			"metadatas/nlb/StartShiftLoadBalancerZones.json",
2025-08-20T19:15:57.0600488Z [00:02:03.285]➜  			"metadatas/nlb/StopListener.json",
2025-08-20T19:15:57.0600941Z [00:02:03.285]➜  			"metadatas/nlb/TagResources.json",
2025-08-20T19:15:57.0601247Z [00:02:03.285]➜  			"metadatas/nlb/UntagResources.json",
2025-08-20T19:15:57.0601586Z [00:02:03.285]➜  			"metadatas/nlb/UpdateListenerAttribute.json",
2025-08-20T19:15:57.0602024Z [00:02:03.285]➜  			"metadatas/nlb/UpdateLoadBalancerAddressTypeConfig.json",
2025-08-20T19:15:57.0602634Z [00:02:03.285]➜  			"metadatas/nlb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:15:57.0603062Z [00:02:03.285]➜  			"metadatas/nlb/UpdateLoadBalancerProtection.json",
2025-08-20T19:15:57.0603428Z [00:02:03.285]➜  			"metadatas/nlb/UpdateLoadBalancerZones.json",
2025-08-20T19:15:57.0603841Z [00:02:03.285]➜  			"metadatas/nlb/UpdateSecurityPolicyAttribute.json",
2025-08-20T19:15:57.0604216Z [00:02:03.285]➜  			"metadatas/nlb/UpdateServerGroupAttribute.json",
2025-08-20T19:15:57.0604643Z [00:02:03.285]➜  			"metadatas/nlb/UpdateServerGroupServersAttribute.json",
2025-08-20T19:15:57.0604996Z [00:02:03.285]➜  			"metadatas/objectdet/DetectIPCObject.json",
2025-08-20T19:15:57.0605362Z [00:02:03.285]➜  			"metadatas/objectdet/DetectKitchenAnimals.json",
2025-08-20T19:15:57.0605713Z [00:02:03.285]➜  			"metadatas/objectdet/DetectMainBody.json",
2025-08-20T19:15:57.0606036Z [00:02:03.285]➜  			"metadatas/objectdet/DetectObject.json",
2025-08-20T19:15:57.0606437Z [00:02:03.285]➜  			"metadatas/objectdet/DetectVehicleICongestion.json",
2025-08-20T19:15:57.0607011Z [00:02:03.285]➜  			"metadatas/objectdet/DetectVehicleIllegalParking.json",
2025-08-20T19:15:57.0607395Z [00:02:03.285]➜  			"metadatas/objectdet/DetectVideoIPCObject.json",
2025-08-20T19:15:57.0607773Z [00:02:03.285]➜  			"metadatas/objectdet/DetectWhiteBaseImage.json",
2025-08-20T19:15:57.0608114Z [00:02:03.285]➜  			"metadatas/objectdet/DetectWorkwear.json",
2025-08-20T19:15:57.0608461Z [00:02:03.285]➜  			"metadatas/objectdet/GetAsyncJobResult.json",
2025-08-20T19:15:57.0608985Z [00:02:03.285]➜  			"metadatas/oceanbasepro/BatchKillProcessList.json",
2025-08-20T19:15:57.0609398Z [00:02:03.285]➜  			"metadatas/oceanbasepro/BatchKillSessionList.json",
2025-08-20T19:15:57.0609844Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CancelProjectModifyRecord.json",
2025-08-20T19:15:57.0610286Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateBackupSetDownloadLink.json",
2025-08-20T19:15:57.0610630Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateDatabase.json",
2025-08-20T19:15:57.0610969Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateInstance.json",
2025-08-20T19:15:57.0611309Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateLabel.json",
2025-08-20T19:15:57.0611688Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateMySqlDataSource.json",
2025-08-20T19:15:57.0612081Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateOasOutlineTask.json",
2025-08-20T19:15:57.0612679Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateOceanBaseDataSource.json",
2025-08-20T19:15:57.0613105Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateOmsMysqlDataSource.json",
2025-08-20T19:15:57.0613455Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateProject.json",
2025-08-20T19:15:57.0613888Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateProjectModifyRecords.json",
2025-08-20T19:15:57.0614357Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateRdsPostgreSQLDataSource.json",
2025-08-20T19:15:57.0614752Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateSecurityIpGroup.json",
2025-08-20T19:15:57.0615064Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateTag.json",
2025-08-20T19:15:57.0615416Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateTagValue.json",
2025-08-20T19:15:57.0615736Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateTenant.json",
2025-08-20T19:15:57.0616367Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateTenantReadOnlyConnection.json",
2025-08-20T19:15:57.0616798Z [00:02:03.285]➜  			"metadatas/oceanbasepro/CreateTenantSecurityIpGroup.json",
2025-08-20T19:15:57.0617160Z [00:02:03.286]➜  			"metadatas/oceanbasepro/CreateTenantUser.json",
2025-08-20T19:15:57.0617675Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DeleteDataSource.json",
2025-08-20T19:15:57.0618029Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DeleteDatabases.json",
2025-08-20T19:15:57.0618391Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DeleteInstances.json",
2025-08-20T19:15:57.0618795Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DeleteProject.json",
2025-08-20T19:15:57.0619283Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DeleteSecurityIpGroup.json",
2025-08-20T19:15:57.0619641Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DeleteTag.json",
2025-08-20T19:15:57.0620007Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DeleteTagValue.json",
2025-08-20T19:15:57.0620580Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DeleteTenantSecurityIpGroup.json",
2025-08-20T19:15:57.0620955Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DeleteTenantUsers.json",
2025-08-20T19:15:57.0621296Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DeleteTenants.json",
2025-08-20T19:15:57.0621700Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeAnomalySQLList.json",
2025-08-20T19:15:57.0622167Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeAvailableCpuResource.json",
2025-08-20T19:15:57.0622835Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeAvailableMemResource.json",
2025-08-20T19:15:57.0623267Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeAvailableSpec.json",
2025-08-20T19:15:57.0623670Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeAvailableZone.json",
2025-08-20T19:15:57.0624317Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeBackupEncryptedString.json",
2025-08-20T19:15:57.0624844Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeBackupSetDownloadLink.json",
2025-08-20T19:15:57.0625238Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeCharset.json",
2025-08-20T19:15:57.0625641Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeDataBackupSet.json",
2025-08-20T19:15:57.0626035Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeDatabases.json",
2025-08-20T19:15:57.0626580Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeInstance.json",
2025-08-20T19:15:57.0627133Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeInstanceAvailableZones.json",
2025-08-20T19:15:57.0627607Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeInstanceCreatableZone.json",
2025-08-20T19:15:57.0628009Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeInstanceSSL.json",
2025-08-20T19:15:57.0628511Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeInstanceSecurityConfigs.json",
2025-08-20T19:15:57.0628969Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeInstanceSummary.json",
2025-08-20T19:15:57.0629362Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeInstanceTags.json",
2025-08-20T19:15:57.0629825Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeInstanceTenantModes.json",
2025-08-20T19:15:57.0630258Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeInstanceTopology.json",
2025-08-20T19:15:57.0630646Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeInstances.json",
2025-08-20T19:15:57.0631058Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeMetricsData.json",
2025-08-20T19:15:57.0631468Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeMetricsDataV2.json",
2025-08-20T19:15:57.0631870Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeNodeMetrics.json",
2025-08-20T19:15:57.0632315Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeOasAnomalySQLList.json",
2025-08-20T19:15:57.0632928Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeOasSQLDetails.json",
2025-08-20T19:15:57.0633381Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeOasSQLHistoryList.json",
2025-08-20T19:15:57.0633753Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeOasSQLPlans.json",
2025-08-20T19:15:57.0634307Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeOasSlowSQLList.json",
2025-08-20T19:15:57.0634717Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeOasTopSQLList.json",
2025-08-20T19:15:57.0635132Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeOutlineBinding.json",
2025-08-20T19:15:57.0635529Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeParameters.json",
2025-08-20T19:15:57.0636091Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeParametersHistory.json",
2025-08-20T19:15:57.0636566Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeProcessStatsComposition.json",
2025-08-20T19:15:57.0636928Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeProject.json",
2025-08-20T19:15:57.0637351Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeProjectComponents.json",
2025-08-20T19:15:57.0637773Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeProjectProgress.json",
2025-08-20T19:15:57.0638188Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeProjectStepMetric.json",
2025-08-20T19:15:57.0638582Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeProjectSteps.json",
2025-08-20T19:15:57.0638949Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeProxyService.json",
2025-08-20T19:15:57.0639338Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeRecommendIndex.json",
2025-08-20T19:15:57.0639770Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeRestorableTenants.json",
2025-08-20T19:15:57.0640148Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeSQLDetails.json",
2025-08-20T19:15:57.0640544Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeSQLHistoryList.json",
2025-08-20T19:15:57.0640895Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeSQLPlans.json",
2025-08-20T19:15:57.0641268Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeSQLSamples.json",
2025-08-20T19:15:57.0641828Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeSQLTuningAdvices.json",
2025-08-20T19:15:57.0642326Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeSampleSqlRawTexts.json",
2025-08-20T19:15:57.0643006Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeSecurityIpGroups.json",
2025-08-20T19:15:57.0643408Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeSessionList.json",
2025-08-20T19:15:57.0643865Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeSlowSQLHistoryList.json",
2025-08-20T19:15:57.0644467Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeSlowSQLList.json",
2025-08-20T19:15:57.0644915Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeSqlAuditStat.json",
2025-08-20T19:15:57.0645363Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeStandbyCreateMode.json",
2025-08-20T19:15:57.0645735Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTagValues.json",
2025-08-20T19:15:57.0646086Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTenant.json",
2025-08-20T19:15:57.0646511Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTenantEncryption.json",
2025-08-20T19:15:57.0646899Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTenantMetrics.json",
2025-08-20T19:15:57.0647317Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTenantReadableScn.json",
2025-08-20T19:15:57.0647775Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTenantSecurityConfigs.json",
2025-08-20T19:15:57.0648247Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTenantSecurityIpGroups.json",
2025-08-20T19:15:57.0648637Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTenantTags.json",
2025-08-20T19:15:57.0649029Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTenantUserRoles.json",
2025-08-20T19:15:57.0649415Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTenantUsers.json",
2025-08-20T19:15:57.0649824Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTenantZonesRead.json",
2025-08-20T19:15:57.0650168Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTenants.json",
2025-08-20T19:15:57.0650532Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTimeZones.json",
2025-08-20T19:15:57.0650924Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeTopSQLList.json",
2025-08-20T19:15:57.0651585Z [00:02:03.286]➜  			"metadatas/oceanbasepro/DescribeZones.json",
2025-08-20T19:15:57.0651972Z [00:02:03.286]➜  			"metadatas/oceanbasepro/GetUploadOssUrl.json",
2025-08-20T19:15:57.0652323Z [00:02:03.286]➜  			"metadatas/oceanbasepro/KillProcessList.json",
2025-08-20T19:15:57.0652963Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ListAllLabels.json",
2025-08-20T19:15:57.0653532Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ListDataSource.json",
2025-08-20T19:15:57.0653986Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ListProjectFullVerifyResult.json",
2025-08-20T19:15:57.0654408Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ListProjectModifyRecords.json",
2025-08-20T19:15:57.0654738Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ListProjects.json",
2025-08-20T19:15:57.0655112Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ListWorkerInstances.json",
2025-08-20T19:15:57.0655527Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyDatabaseDescription.json",
2025-08-20T19:15:57.0655915Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyDatabaseUserRoles.json",
2025-08-20T19:15:57.0656284Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyInstanceName.json",
2025-08-20T19:15:57.0656654Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyInstanceNodeNum.json",
2025-08-20T19:15:57.0657017Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyInstanceSSL.json",
2025-08-20T19:15:57.0657390Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyInstanceSpec.json",
2025-08-20T19:15:57.0657781Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyInstanceTags.json",
2025-08-20T19:15:57.0658293Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyInstanceTemporaryCapacity.json",
2025-08-20T19:15:57.0658681Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyParameters.json",
2025-08-20T19:15:57.0659194Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifySecurityIps.json",
2025-08-20T19:15:57.0659565Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyTagName.json",
2025-08-20T19:15:57.0659940Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyTagValueName.json",
2025-08-20T19:15:57.0660345Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyTenantEncryption.json",
2025-08-20T19:15:57.0660751Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyTenantPrimaryZone.json",
2025-08-20T19:15:57.0661266Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyTenantResource.json",
2025-08-20T19:15:57.0661742Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyTenantSecurityIpGroup.json",
2025-08-20T19:15:57.0662111Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyTenantTags.json",
2025-08-20T19:15:57.0662742Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyTenantUserDescription.json",
2025-08-20T19:15:57.0663166Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyTenantUserPassword.json",
2025-08-20T19:15:57.0663564Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyTenantUserRoles.json",
2025-08-20T19:15:57.0663954Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ModifyTenantUserStatus.json",
2025-08-20T19:15:57.0664312Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ReleaseProject.json",
2025-08-20T19:15:57.0664689Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ReleaseWorkerInstance.json",
2025-08-20T19:15:57.0665079Z [00:02:03.286]➜  			"metadatas/oceanbasepro/RemoveStandbyInstance.json",
2025-08-20T19:15:57.0665418Z [00:02:03.286]➜  			"metadatas/oceanbasepro/ResumeProject.json",
2025-08-20T19:15:57.0665840Z [00:02:03.286]➜  			"metadatas/oceanbasepro/RetryProjectModifyRecords.json",
2025-08-20T19:15:57.0666183Z [00:02:03.286]➜  			"metadatas/oceanbasepro/StartProject.json",
2025-08-20T19:15:57.0666572Z [00:02:03.286]➜  			"metadatas/oceanbasepro/StartProjectsByLabel.json",
2025-08-20T19:15:57.0666914Z [00:02:03.286]➜  			"metadatas/oceanbasepro/StopProject.json",
2025-08-20T19:15:57.0667337Z [00:02:03.286]➜  			"metadatas/oceanbasepro/StopProjectModifyRecords.json",
2025-08-20T19:15:57.0667766Z [00:02:03.286]➜  			"metadatas/oceanbasepro/StopProjectsByLabel.json",
2025-08-20T19:15:57.0668137Z [00:02:03.286]➜  			"metadatas/oceanbasepro/SwitchoverInstance.json",
2025-08-20T19:15:57.0668714Z [00:02:03.286]➜  			"metadatas/oceanbasepro/UpdateProjectConfig.json",
2025-08-20T19:15:57.0669040Z [00:02:03.286]➜  			"metadatas/ocr/GetAsyncJobResult.json",
2025-08-20T19:15:57.0669366Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeBankCard.json",
2025-08-20T19:15:57.0669730Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeBusinessLicense.json",
2025-08-20T19:15:57.0670194Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeCharacter.json",
2025-08-20T19:15:57.0670526Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeDriverLicense.json",
2025-08-20T19:15:57.0670886Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeDrivingLicense.json",
2025-08-20T19:15:57.0671222Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeIdentityCard.json",
2025-08-20T19:15:57.0671572Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeLicensePlate.json",
2025-08-20T19:15:57.0671999Z [00:02:03.286]➜  			"metadatas/ocr/RecognizePdf.json",
2025-08-20T19:15:57.0672317Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeQrCode.json",
2025-08-20T19:15:57.0672894Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeQuotaInvoice.json",
2025-08-20T19:15:57.0673195Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeTable.json",
2025-08-20T19:15:57.0673542Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeTaxiInvoice.json",
2025-08-20T19:15:57.0673896Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeTicketInvoice.json",
2025-08-20T19:15:57.0674244Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeTrainTicket.json",
2025-08-20T19:15:57.0674563Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeVATInvoice.json",
2025-08-20T19:15:57.0674874Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeVINCode.json",
2025-08-20T19:15:57.0675224Z [00:02:03.286]➜  			"metadatas/ocr/RecognizeVideoCharacter.json",
2025-08-20T19:15:57.0675533Z [00:02:03.286]➜  			"metadatas/ons/ListTagResources.json",
2025-08-20T19:15:57.0675867Z [00:02:03.286]➜  			"metadatas/ons/OnsConsumerAccumulate.json",
2025-08-20T19:15:57.0676236Z [00:02:03.286]➜  			"metadatas/ons/OnsConsumerGetConnection.json",
2025-08-20T19:15:57.0676582Z [00:02:03.286]➜  			"metadatas/ons/OnsConsumerResetOffset.json",
2025-08-20T19:15:57.0676890Z [00:02:03.286]➜  			"metadatas/ons/OnsConsumerStatus.json",
2025-08-20T19:15:57.0677196Z [00:02:03.286]➜  			"metadatas/ons/OnsConsumerTimeSpan.json",
2025-08-20T19:15:57.0677665Z [00:02:03.286]➜  			"metadatas/ons/OnsDLQMessageGetById.json",
2025-08-20T19:15:57.0678091Z [00:02:03.286]➜  			"metadatas/ons/OnsDLQMessagePageQueryByGroupId.json",
2025-08-20T19:15:57.0678441Z [00:02:03.286]➜  			"metadatas/ons/OnsDLQMessageResendById.json",
2025-08-20T19:15:57.0678791Z [00:02:03.286]➜  			"metadatas/ons/OnsGroupConsumerUpdate.json",
2025-08-20T19:15:57.0679104Z [00:02:03.286]➜  			"metadatas/ons/OnsGroupCreate.json",
2025-08-20T19:15:57.0679400Z [00:02:03.286]➜  			"metadatas/ons/OnsGroupDelete.json",
2025-08-20T19:15:57.0679699Z [00:02:03.286]➜  			"metadatas/ons/OnsGroupList.json",
2025-08-20T19:15:57.0680013Z [00:02:03.286]➜  			"metadatas/ons/OnsGroupSubDetail.json",
2025-08-20T19:15:57.0680470Z [00:02:03.286]➜  			"metadatas/ons/OnsInstanceBaseInfo.json",
2025-08-20T19:15:57.0680765Z [00:02:03.286]➜  			"metadatas/ons/OnsInstanceCreate.json",
2025-08-20T19:15:57.0681066Z [00:02:03.286]➜  			"metadatas/ons/OnsInstanceDelete.json",
2025-08-20T19:15:57.0681419Z [00:02:03.286]➜  			"metadatas/ons/OnsInstanceInServiceList.json",
2025-08-20T19:15:57.0681751Z [00:02:03.286]➜  			"metadatas/ons/OnsInstanceUpdate.json",
2025-08-20T19:15:57.0682054Z [00:02:03.286]➜  			"metadatas/ons/OnsMessageDetail.json",
2025-08-20T19:15:57.0682374Z [00:02:03.286]➜  			"metadatas/ons/OnsMessageGetByKey.json",
2025-08-20T19:15:57.0682933Z [00:02:03.286]➜  			"metadatas/ons/OnsMessageGetByMsgId.json",
2025-08-20T19:15:57.0683325Z [00:02:03.286]➜  			"metadatas/ons/OnsMessagePageQueryByTopic.json",
2025-08-20T19:15:57.0683638Z [00:02:03.286]➜  			"metadatas/ons/OnsMessagePush.json",
2025-08-20T19:15:57.0683951Z [00:02:03.286]➜  			"metadatas/ons/OnsMessageTrace.json",
2025-08-20T19:15:57.0684242Z [00:02:03.286]➜  			"metadatas/ons/OnsRegionList.json",
2025-08-20T19:15:57.0684537Z [00:02:03.286]➜  			"metadatas/ons/OnsTopicCreate.json",
2025-08-20T19:15:57.0684826Z [00:02:03.286]➜  			"metadatas/ons/OnsTopicDelete.json",
2025-08-20T19:15:57.0685120Z [00:02:03.286]➜  			"metadatas/ons/OnsTopicList.json",
2025-08-20T19:15:57.0685414Z [00:02:03.286]➜  			"metadatas/ons/OnsTopicStatus.json",
2025-08-20T19:15:57.0685868Z [00:02:03.286]➜  			"metadatas/ons/OnsTopicSubDetail.json",
2025-08-20T19:15:57.0686171Z [00:02:03.286]➜  			"metadatas/ons/OnsTopicUpdate.json",
2025-08-20T19:15:57.0686488Z [00:02:03.287]➜  			"metadatas/ons/OnsTraceGetResult.json",
2025-08-20T19:15:57.0686821Z [00:02:03.287]➜  			"metadatas/ons/OnsTraceQueryByMsgId.json",
2025-08-20T19:15:57.0687156Z [00:02:03.287]➜  			"metadatas/ons/OnsTraceQueryByMsgKey.json",
2025-08-20T19:15:57.0687646Z [00:02:03.287]➜  			"metadatas/ons/OnsTrendGroupOutputTps.json",
2025-08-20T19:15:57.0688001Z [00:02:03.287]➜  			"metadatas/ons/OnsTrendTopicInputTps.json",
2025-08-20T19:15:57.0688312Z [00:02:03.287]➜  			"metadatas/ons/OpenOnsService.json",
2025-08-20T19:15:57.0688600Z [00:02:03.287]➜  			"metadatas/ons/TagResources.json",
2025-08-20T19:15:57.0688896Z [00:02:03.287]➜  			"metadatas/ons/UntagResources.json",
2025-08-20T19:15:57.0689237Z [00:02:03.287]➜  			"metadatas/onsmqtt/ActiveCaCertificate.json",
2025-08-20T19:15:57.0689645Z [00:02:03.287]➜  			"metadatas/onsmqtt/ActiveDeviceCertificate.json",
2025-08-20T19:15:57.0690050Z [00:02:03.287]➜  			"metadatas/onsmqtt/AddCustomAuthConnectBlack.json",
2025-08-20T19:15:57.0690453Z [00:02:03.287]➜  			"metadatas/onsmqtt/AddCustomAuthIdentity.json",
2025-08-20T19:15:57.0690876Z [00:02:03.287]➜  			"metadatas/onsmqtt/AddCustomAuthPermission.json",
2025-08-20T19:15:57.0691246Z [00:02:03.287]➜  			"metadatas/onsmqtt/ApplyToken.json",
2025-08-20T19:15:57.0691687Z [00:02:03.287]➜  			"metadatas/onsmqtt/BatchQuerySessionByClientIds.json",
2025-08-20T19:15:57.0692008Z [00:02:03.287]➜  			"metadatas/onsmqtt/CloseConnection.json",
2025-08-20T19:15:57.0692323Z [00:02:03.287]➜  			"metadatas/onsmqtt/CreateGroupId.json",
2025-08-20T19:15:57.0692908Z [00:02:03.287]➜  			"metadatas/onsmqtt/DeleteCaCertificate.json",
2025-08-20T19:15:57.0693303Z [00:02:03.287]➜  			"metadatas/onsmqtt/DeleteCustomAuthConnectBlack.json",
2025-08-20T19:15:57.0693817Z [00:02:03.287]➜  			"metadatas/onsmqtt/DeleteCustomAuthIdentity.json",
2025-08-20T19:15:57.0694210Z [00:02:03.287]➜  			"metadatas/onsmqtt/DeleteCustomAuthPermission.json",
2025-08-20T19:15:57.0694575Z [00:02:03.287]➜  			"metadatas/onsmqtt/DeleteDeviceCertificate.json",
2025-08-20T19:15:57.0694871Z [00:02:03.287]➜  			"metadatas/onsmqtt/DeleteGroupId.json",
2025-08-20T19:15:57.0695199Z [00:02:03.287]➜  			"metadatas/onsmqtt/DisasterDowngrade.json",
2025-08-20T19:15:57.0695511Z [00:02:03.287]➜  			"metadatas/onsmqtt/DisasterRecovery.json",
2025-08-20T19:15:57.0695840Z [00:02:03.287]➜  			"metadatas/onsmqtt/GetCaCertificate.json",
2025-08-20T19:15:57.0696200Z [00:02:03.287]➜  			"metadatas/onsmqtt/GetDeviceCertificate.json",
2025-08-20T19:15:57.0696726Z [00:02:03.287]➜  			"metadatas/onsmqtt/GetDeviceCredential.json",
2025-08-20T19:15:57.0697052Z [00:02:03.287]➜  			"metadatas/onsmqtt/GetRegisterCode.json",
2025-08-20T19:15:57.0697435Z [00:02:03.287]➜  			"metadatas/onsmqtt/InactivateCaCertificate.json",
2025-08-20T19:15:57.0697858Z [00:02:03.287]➜  			"metadatas/onsmqtt/InactivateDeviceCertificate.json",
2025-08-20T19:15:57.0698222Z [00:02:03.287]➜  			"metadatas/onsmqtt/ListCaCertificate.json",
2025-08-20T19:15:57.0698581Z [00:02:03.287]➜  			"metadatas/onsmqtt/ListDeviceCertificate.json",
2025-08-20T19:15:57.0698991Z [00:02:03.287]➜  			"metadatas/onsmqtt/ListDeviceCertificateByCaSn.json",
2025-08-20T19:15:57.0699402Z [00:02:03.287]➜  			"metadatas/onsmqtt/ListDeviceCredentialClientId.json",
2025-08-20T19:15:57.0699712Z [00:02:03.287]➜  			"metadatas/onsmqtt/ListGroupId.json",
2025-08-20T19:15:57.0700019Z [00:02:03.287]➜  			"metadatas/onsmqtt/ListInstances.json",
2025-08-20T19:15:57.0700354Z [00:02:03.287]➜  			"metadatas/onsmqtt/ListTagResources.json",
2025-08-20T19:15:57.0700823Z [00:02:03.287]➜  			"metadatas/onsmqtt/QueryCustomAuthConnectBlack.json",
2025-08-20T19:15:57.0701209Z [00:02:03.287]➜  			"metadatas/onsmqtt/QueryCustomAuthIdentity.json",
2025-08-20T19:15:57.0701586Z [00:02:03.287]➜  			"metadatas/onsmqtt/QueryCustomAuthPermission.json",
2025-08-20T19:15:57.0702119Z [00:02:03.287]➜  			"metadatas/onsmqtt/QueryMqttTraceDevice.json",
2025-08-20T19:15:57.0702723Z [00:02:03.287]➜  			"metadatas/onsmqtt/QueryMqttTraceMessageOfClient.json",
2025-08-20T19:15:57.0703148Z [00:02:03.287]➜  			"metadatas/onsmqtt/QueryMqttTraceMessagePublish.json",
2025-08-20T19:15:57.0703579Z [00:02:03.287]➜  			"metadatas/onsmqtt/QueryMqttTraceMessageSubscribe.json",
2025-08-20T19:15:57.0703948Z [00:02:03.287]➜  			"metadatas/onsmqtt/QuerySessionByClientId.json",
2025-08-20T19:15:57.0704371Z [00:02:03.287]➜  			"metadatas/onsmqtt/QueryToken.json",
2025-08-20T19:15:57.0704762Z [00:02:03.287]➜  			"metadatas/onsmqtt/RefreshDeviceCredential.json",
2025-08-20T19:15:57.0705131Z [00:02:03.287]➜  			"metadatas/onsmqtt/RegisterCaCertificate.json",
2025-08-20T19:15:57.0705519Z [00:02:03.287]➜  			"metadatas/onsmqtt/RegisterDeviceCredential.json",
2025-08-20T19:15:57.0705822Z [00:02:03.287]➜  			"metadatas/onsmqtt/RevokeToken.json",
2025-08-20T19:15:57.0706122Z [00:02:03.287]➜  			"metadatas/onsmqtt/SendMessage.json",
2025-08-20T19:15:57.0706429Z [00:02:03.287]➜  			"metadatas/onsmqtt/SetSniConfig.json",
2025-08-20T19:15:57.0706730Z [00:02:03.288]➜  			"metadatas/onsmqtt/TagResources.json",
2025-08-20T19:15:57.0707117Z [00:02:03.288]➜  			"metadatas/onsmqtt/UnRegisterDeviceCredential.json",
2025-08-20T19:15:57.0707428Z [00:02:03.288]➜  			"metadatas/onsmqtt/UntagResources.json",
2025-08-20T19:15:57.0707801Z [00:02:03.288]➜  			"metadatas/onsmqtt/UpdateCustomAuthIdentity.json",
2025-08-20T19:15:57.0708202Z [00:02:03.288]➜  			"metadatas/onsmqtt/UpdateCustomAuthPermission.json",
2025-08-20T19:15:57.0708501Z [00:02:03.288]➜  			"metadatas/oos/CancelExecution.json",
2025-08-20T19:15:57.0708822Z [00:02:03.288]➜  			"metadatas/oos/ChangeResourceGroup.json",
2025-08-20T19:15:57.0709205Z [00:02:03.288]➜  			"metadatas/oos/ContinueDeployApplicationGroup.json",
2025-08-20T19:15:57.0709506Z [00:02:03.288]➜  			"metadatas/oos/CreateApplication.json",
2025-08-20T19:15:57.0709991Z [00:02:03.288]➜  			"metadatas/oos/CreateApplicationGroup.json",
2025-08-20T19:15:57.0710327Z [00:02:03.288]➜  			"metadatas/oos/CreateOpsItem.json",
2025-08-20T19:15:57.0710634Z [00:02:03.288]➜  			"metadatas/oos/CreateParameter.json",
2025-08-20T19:15:57.0710947Z [00:02:03.288]➜  			"metadatas/oos/CreatePatchBaseline.json",
2025-08-20T19:15:57.0711293Z [00:02:03.288]➜  			"metadatas/oos/CreateSecretParameter.json",
2025-08-20T19:15:57.0711644Z [00:02:03.288]➜  			"metadatas/oos/CreateStateConfiguration.json",
2025-08-20T19:15:57.0711960Z [00:02:03.288]➜  			"metadatas/oos/CreateTemplate.json",
2025-08-20T19:15:57.0712260Z [00:02:03.288]➜  			"metadatas/oos/DeleteApplication.json",
2025-08-20T19:15:57.0712951Z [00:02:03.288]➜  			"metadatas/oos/DeleteApplicationGroup.json",
2025-08-20T19:15:57.0713243Z [00:02:03.288]➜  			"metadatas/oos/DeleteExecutions.json",
2025-08-20T19:15:57.0713544Z [00:02:03.288]➜  			"metadatas/oos/DeleteOpsItems.json",
2025-08-20T19:15:57.0713836Z [00:02:03.288]➜  			"metadatas/oos/DeleteParameter.json",
2025-08-20T19:15:57.0714175Z [00:02:03.288]➜  			"metadatas/oos/DeletePatchBaseline.json",
2025-08-20T19:15:57.0714504Z [00:02:03.288]➜  			"metadatas/oos/DeleteSecretParameter.json",
2025-08-20T19:15:57.0714869Z [00:02:03.288]➜  			"metadatas/oos/DeleteStateConfigurations.json",
2025-08-20T19:15:57.0715162Z [00:02:03.288]➜  			"metadatas/oos/DeleteTemplate.json",
2025-08-20T19:15:57.0715468Z [00:02:03.288]➜  			"metadatas/oos/DeleteTemplates.json",
2025-08-20T19:15:57.0715815Z [00:02:03.288]➜  			"metadatas/oos/DeployApplicationGroup.json",
2025-08-20T19:15:57.0716195Z [00:02:03.288]➜  			"metadatas/oos/DescribeApplicationGroupBill.json",
2025-08-20T19:15:57.0716498Z [00:02:03.288]➜  			"metadatas/oos/DescribeRegions.json",
2025-08-20T19:15:57.0716840Z [00:02:03.288]➜  			"metadatas/oos/GenerateExecutionPolicy.json",
2025-08-20T19:15:57.0717126Z [00:02:03.288]➜  			"metadatas/oos/GenerateOpsItem.json",
2025-08-20T19:15:57.0717421Z [00:02:03.288]➜  			"metadatas/oos/GetApplication.json",
2025-08-20T19:15:57.0717913Z [00:02:03.288]➜  			"metadatas/oos/GetApplicationGroup.json",
2025-08-20T19:15:57.0718254Z [00:02:03.288]➜  			"metadatas/oos/GetExecutionTemplate.json",
2025-08-20T19:15:57.0718561Z [00:02:03.288]➜  			"metadatas/oos/GetInventorySchema.json",
2025-08-20T19:15:57.0718855Z [00:02:03.288]➜  			"metadatas/oos/GetOpsItem.json",
2025-08-20T19:15:57.0719138Z [00:02:03.288]➜  			"metadatas/oos/GetParameter.json",
2025-08-20T19:15:57.0719424Z [00:02:03.288]➜  			"metadatas/oos/GetParameters.json",
2025-08-20T19:15:57.0719843Z [00:02:03.288]➜  			"metadatas/oos/GetParametersByPath.json",
2025-08-20T19:15:57.0720158Z [00:02:03.288]➜  			"metadatas/oos/GetPatchBaseline.json",
2025-08-20T19:15:57.0720465Z [00:02:03.288]➜  			"metadatas/oos/GetSecretParameter.json",
2025-08-20T19:15:57.0720768Z [00:02:03.288]➜  			"metadatas/oos/GetSecretParameters.json",
2025-08-20T19:15:57.0721115Z [00:02:03.288]➜  			"metadatas/oos/GetSecretParametersByPath.json",
2025-08-20T19:15:57.0721434Z [00:02:03.288]➜  			"metadatas/oos/GetServiceSettings.json",
2025-08-20T19:15:57.0721712Z [00:02:03.288]➜  			"metadatas/oos/GetTemplate.json",
2025-08-20T19:15:57.0722114Z [00:02:03.288]➜  			"metadatas/oos/GetTemplateParameterConstraints.json",
2025-08-20T19:15:57.0722596Z [00:02:03.288]➜  			"metadatas/oos/ListActions.json",
2025-08-20T19:15:57.0722946Z [00:02:03.288]➜  			"metadatas/oos/ListApplicationGroups.json",
2025-08-20T19:15:57.0723253Z [00:02:03.288]➜  			"metadatas/oos/ListApplications.json",
2025-08-20T19:15:57.0723574Z [00:02:03.288]➜  			"metadatas/oos/ListExecutionLogs.json",
2025-08-20T19:15:57.0723923Z [00:02:03.288]➜  			"metadatas/oos/ListExecutionRiskyTasks.json",
2025-08-20T19:15:57.0724233Z [00:02:03.288]➜  			"metadatas/oos/ListExecutions.json",
2025-08-20T19:15:57.0724604Z [00:02:03.289]➜  			"metadatas/oos/ListInstancePackageStates.json",
2025-08-20T19:15:57.0724943Z [00:02:03.289]➜  			"metadatas/oos/ListInstancePatchStates.json",
2025-08-20T19:15:57.0725408Z [00:02:03.289]➜  			"metadatas/oos/ListInstancePatches.json",
2025-08-20T19:15:57.0725757Z [00:02:03.289]➜  			"metadatas/oos/ListInventoryEntries.json",
2025-08-20T19:15:57.0726045Z [00:02:03.289]➜  			"metadatas/oos/ListOpsItems.json",
2025-08-20T19:15:57.0726373Z [00:02:03.289]➜  			"metadatas/oos/ListParameterVersions.json",
2025-08-20T19:15:57.0726666Z [00:02:03.289]➜  			"metadatas/oos/ListParameters.json",
2025-08-20T19:15:57.0726978Z [00:02:03.289]➜  			"metadatas/oos/ListPatchBaselines.json",
2025-08-20T19:15:57.0727369Z [00:02:03.289]➜  			"metadatas/oos/ListResourceExecutionStatus.json",
2025-08-20T19:15:57.0727739Z [00:02:03.289]➜  			"metadatas/oos/ListSecretParameterVersions.json",
2025-08-20T19:15:57.0728226Z [00:02:03.289]➜  			"metadatas/oos/ListSecretParameters.json",
2025-08-20T19:15:57.0728575Z [00:02:03.289]➜  			"metadatas/oos/ListStateConfigurations.json",
2025-08-20T19:15:57.0728862Z [00:02:03.289]➜  			"metadatas/oos/ListTagKeys.json",
2025-08-20T19:15:57.0729169Z [00:02:03.289]➜  			"metadatas/oos/ListTagResources.json",
2025-08-20T19:15:57.0729481Z [00:02:03.289]➜  			"metadatas/oos/ListTagValues.json",
2025-08-20T19:15:57.0729793Z [00:02:03.289]➜  			"metadatas/oos/ListTaskExecutions.json",
2025-08-20T19:15:57.0730130Z [00:02:03.289]➜  			"metadatas/oos/ListTemplateVersions.json",
2025-08-20T19:15:57.0730422Z [00:02:03.289]➜  			"metadatas/oos/ListTemplates.json",
2025-08-20T19:15:57.0730720Z [00:02:03.289]➜  			"metadatas/oos/NotifyExecution.json",
2025-08-20T19:15:57.0731107Z [00:02:03.289]➜  			"metadatas/oos/RegisterDefaultPatchBaseline.json",
2025-08-20T19:15:57.0731414Z [00:02:03.289]➜  			"metadatas/oos/SearchInventory.json",
2025-08-20T19:15:57.0731723Z [00:02:03.289]➜  			"metadatas/oos/SetServiceSettings.json",
2025-08-20T19:15:57.0732030Z [00:02:03.289]➜  			"metadatas/oos/StartExecution.json",
2025-08-20T19:15:57.0732310Z [00:02:03.289]➜  			"metadatas/oos/TagResources.json",
2025-08-20T19:15:57.0732833Z [00:02:03.289]➜  			"metadatas/oos/TriggerExecution.json",
2025-08-20T19:15:57.0733151Z [00:02:03.289]➜  			"metadatas/oos/UntagResources.json",
2025-08-20T19:15:57.0733615Z [00:02:03.289]➜  			"metadatas/oos/UpdateApplication.json",
2025-08-20T19:15:57.0733956Z [00:02:03.289]➜  			"metadatas/oos/UpdateApplicationGroup.json",
2025-08-20T19:15:57.0734259Z [00:02:03.289]➜  			"metadatas/oos/UpdateExecution.json",
2025-08-20T19:15:57.0734626Z [00:02:03.289]➜  			"metadatas/oos/UpdateInstancePackageState.json",
2025-08-20T19:15:57.0734917Z [00:02:03.289]➜  			"metadatas/oos/UpdateOpsItem.json",
2025-08-20T19:15:57.0735327Z [00:02:03.289]➜  			"metadatas/oos/UpdateParameter.json",
2025-08-20T19:15:57.0735660Z [00:02:03.289]➜  			"metadatas/oos/UpdatePatchBaseline.json",
2025-08-20T19:15:57.0736006Z [00:02:03.289]➜  			"metadatas/oos/UpdateSecretParameter.json",
2025-08-20T19:15:57.0736364Z [00:02:03.289]➜  			"metadatas/oos/UpdateStateConfiguration.json",
2025-08-20T19:15:57.0736662Z [00:02:03.289]➜  			"metadatas/oos/UpdateTemplate.json",
2025-08-20T19:15:57.0737007Z [00:02:03.289]➜  			"metadatas/oos/ValidateTemplateContent.json",
2025-08-20T19:15:57.0737457Z [00:02:03.289]➜  			"metadatas/openapiexplorer/GetErrorCodeSolutions.json",
2025-08-20T19:15:57.0737848Z [00:02:03.289]➜  			"metadatas/openapiexplorer/GetOwnRequestLog.json",
2025-08-20T19:15:57.0738224Z [00:02:03.289]➜  			"metadatas/openapiexplorer/GetRequestLog.json",
2025-08-20T19:15:57.0738587Z [00:02:03.289]➜  			"metadatas/openitag/AddWorkNodeWorkforce.json",
2025-08-20T19:15:57.0738930Z [00:02:03.289]➜  			"metadatas/openitag/AppendAllDataToTask.json",
2025-08-20T19:15:57.0739234Z [00:02:03.289]➜  			"metadatas/openitag/CreateTask.json",
2025-08-20T19:15:57.0739541Z [00:02:03.289]➜  			"metadatas/openitag/CreateTemplate.json",
2025-08-20T19:15:57.0739832Z [00:02:03.289]➜  			"metadatas/openitag/CreateUser.json",
2025-08-20T19:15:57.0740122Z [00:02:03.289]➜  			"metadatas/openitag/DeleteTask.json",
2025-08-20T19:15:57.0740448Z [00:02:03.289]➜  			"metadatas/openitag/DeleteTemplate.json",
2025-08-20T19:15:57.0740760Z [00:02:03.289]➜  			"metadatas/openitag/DeleteUser.json",
2025-08-20T19:15:57.0741239Z [00:02:03.289]➜  			"metadatas/openitag/ExportAnnotations.json",
2025-08-20T19:15:57.0741568Z [00:02:03.289]➜  			"metadatas/openitag/GetJob.json",
2025-08-20T19:15:57.0741878Z [00:02:03.289]➜  			"metadatas/openitag/GetSubtask.json",
2025-08-20T19:15:57.0742217Z [00:02:03.289]➜  			"metadatas/openitag/GetSubtaskItem.json",
2025-08-20T19:15:57.0742728Z [00:02:03.289]➜  			"metadatas/openitag/GetTask.json",
2025-08-20T19:15:57.0743107Z [00:02:03.289]➜  			"metadatas/openitag/GetTaskStatistics.json",
2025-08-20T19:15:57.0743433Z [00:02:03.289]➜  			"metadatas/openitag/GetTaskStatus.json",
2025-08-20T19:15:57.0743959Z [00:02:03.289]➜  			"metadatas/openitag/GetTaskTemplate.json",
2025-08-20T19:15:57.0744367Z [00:02:03.289]➜  			"metadatas/openitag/GetTaskTemplateQuestions.json",
2025-08-20T19:15:57.0744753Z [00:02:03.289]➜  			"metadatas/openitag/GetTaskTemplateViews.json",
2025-08-20T19:15:57.0745084Z [00:02:03.289]➜  			"metadatas/openitag/GetTaskWorkforce.json",
2025-08-20T19:15:57.0745507Z [00:02:03.289]➜  			"metadatas/openitag/GetTaskWorkforceStatistic.json",
2025-08-20T19:15:57.0745819Z [00:02:03.289]➜  			"metadatas/openitag/GetTemplate.json",
2025-08-20T19:15:57.0746189Z [00:02:03.289]➜  			"metadatas/openitag/GetTemplateQuestions.json",
2025-08-20T19:15:57.0746509Z [00:02:03.289]➜  			"metadatas/openitag/GetTemplateView.json",
2025-08-20T19:15:57.0746807Z [00:02:03.289]➜  			"metadatas/openitag/GetTenant.json",
2025-08-20T19:15:57.0747105Z [00:02:03.289]➜  			"metadatas/openitag/GetUser.json",
2025-08-20T19:15:57.0747404Z [00:02:03.289]➜  			"metadatas/openitag/ListJobs.json",
2025-08-20T19:15:57.0747732Z [00:02:03.289]➜  			"metadatas/openitag/ListSubtaskItems.json",
2025-08-20T19:15:57.0748055Z [00:02:03.289]➜  			"metadatas/openitag/ListSubtasks.json",
2025-08-20T19:15:57.0748347Z [00:02:03.289]➜  			"metadatas/openitag/ListTasks.json",
2025-08-20T19:15:57.0748657Z [00:02:03.289]➜  			"metadatas/openitag/ListTemplates.json",
2025-08-20T19:15:57.0748963Z [00:02:03.289]➜  			"metadatas/openitag/ListTenants.json",
2025-08-20T19:15:57.0749401Z [00:02:03.289]➜  			"metadatas/openitag/ListUsers.json",
2025-08-20T19:15:57.0749772Z [00:02:03.289]➜  			"metadatas/openitag/RemoveWorkNodeWorkforce.json",
2025-08-20T19:15:57.0750070Z [00:02:03.289]➜  			"metadatas/openitag/UpdateTask.json",
2025-08-20T19:15:57.0750414Z [00:02:03.289]➜  			"metadatas/openitag/UpdateTaskWorkforce.json",
2025-08-20T19:15:57.0750748Z [00:02:03.289]➜  			"metadatas/openitag/UpdateTemplate.json",
2025-08-20T19:15:57.0751161Z [00:02:03.289]➜  			"metadatas/openitag/UpdateTenant.json",
2025-08-20T19:15:57.0751474Z [00:02:03.289]➜  			"metadatas/openitag/UpdateUser.json",
2025-08-20T19:15:57.0751791Z [00:02:03.289]➜  			"metadatas/ossadmin/OpenOssService.json",
2025-08-20T19:15:57.0752092Z [00:02:03.289]➜  			"metadatas/pai-dlc/CreateJob.json",
2025-08-20T19:15:57.0752662Z [00:02:03.289]➜  			"metadatas/pai-dlc/CreateTensorboard.json",
2025-08-20T19:15:57.0752960Z [00:02:03.289]➜  			"metadatas/pai-dlc/DeleteJob.json",
2025-08-20T19:15:57.0753422Z [00:02:03.289]➜  			"metadatas/pai-dlc/DeleteTensorboard.json",
2025-08-20T19:15:57.0753731Z [00:02:03.289]➜  			"metadatas/pai-dlc/GetJob.json",
2025-08-20T19:15:57.0754034Z [00:02:03.289]➜  			"metadatas/pai-dlc/GetJobEvents.json",
2025-08-20T19:15:57.0754348Z [00:02:03.289]➜  			"metadatas/pai-dlc/GetJobMetrics.json",
2025-08-20T19:15:57.0754714Z [00:02:03.289]➜  			"metadatas/pai-dlc/GetJobSanityCheckResult.json",
2025-08-20T19:15:57.0755041Z [00:02:03.289]➜  			"metadatas/pai-dlc/GetPodEvents.json",
2025-08-20T19:15:57.0755339Z [00:02:03.289]➜  			"metadatas/pai-dlc/GetPodLogs.json",
2025-08-20T19:15:57.0755654Z [00:02:03.289]➜  			"metadatas/pai-dlc/GetRayDashboard.json",
2025-08-20T19:15:57.0755971Z [00:02:03.289]➜  			"metadatas/pai-dlc/GetTensorboard.json",
2025-08-20T19:15:57.0756347Z [00:02:03.289]➜  			"metadatas/pai-dlc/GetTensorboardSharedUrl.json",
2025-08-20T19:15:57.0756645Z [00:02:03.289]➜  			"metadatas/pai-dlc/GetToken.json",
2025-08-20T19:15:57.0756976Z [00:02:03.289]➜  			"metadatas/pai-dlc/GetWebTerminal.json",
2025-08-20T19:15:57.0757283Z [00:02:03.289]➜  			"metadatas/pai-dlc/ListEcsSpecs.json",
2025-08-20T19:15:57.0757671Z [00:02:03.289]➜  			"metadatas/pai-dlc/ListJobSanityCheckResults.json",
2025-08-20T19:15:57.0757965Z [00:02:03.289]➜  			"metadatas/pai-dlc/ListJobs.json",
2025-08-20T19:15:57.0758274Z [00:02:03.289]➜  			"metadatas/pai-dlc/ListTensorboards.json",
2025-08-20T19:15:57.0758614Z [00:02:03.289]➜  			"metadatas/pai-dlc/StartTensorboard.json",
2025-08-20T19:15:57.0758903Z [00:02:03.289]➜  			"metadatas/pai-dlc/StopJob.json",
2025-08-20T19:15:57.0759223Z [00:02:03.289]➜  			"metadatas/pai-dlc/StopTensorboard.json",
2025-08-20T19:15:57.0759664Z [00:02:03.289]➜  			"metadatas/pai-dlc/UpdateJob.json",
2025-08-20T19:15:57.0760008Z [00:02:03.289]➜  			"metadatas/pai-dlc/UpdateTensorboard.json",
2025-08-20T19:15:57.0760399Z [00:02:03.289]➜  			"metadatas/pai-dsw/CreateIdleInstanceCuller.json",
2025-08-20T19:15:57.0760717Z [00:02:03.289]➜  			"metadatas/pai-dsw/CreateInstance.json",
2025-08-20T19:15:57.0761130Z [00:02:03.289]➜  			"metadatas/pai-dsw/CreateInstanceShutdownTimer.json",
2025-08-20T19:15:57.0761498Z [00:02:03.289]➜  			"metadatas/pai-dsw/CreateInstanceSnapshot.json",
2025-08-20T19:15:57.0761871Z [00:02:03.289]➜  			"metadatas/pai-dsw/DeleteIdleInstanceCuller.json",
2025-08-20T19:15:57.0762184Z [00:02:03.289]➜  			"metadatas/pai-dsw/DeleteInstance.json",
2025-08-20T19:15:57.0762766Z [00:02:03.289]➜  			"metadatas/pai-dsw/DeleteInstanceLabels.json",
2025-08-20T19:15:57.0763183Z [00:02:03.289]➜  			"metadatas/pai-dsw/DeleteInstanceShutdownTimer.json",
2025-08-20T19:15:57.0763549Z [00:02:03.289]➜  			"metadatas/pai-dsw/DeleteInstanceSnapshot.json",
2025-08-20T19:15:57.0763910Z [00:02:03.289]➜  			"metadatas/pai-dsw/GetIdleInstanceCuller.json",
2025-08-20T19:15:57.0764224Z [00:02:03.289]➜  			"metadatas/pai-dsw/GetInstance.json",
2025-08-20T19:15:57.0764569Z [00:02:03.289]➜  			"metadatas/pai-dsw/GetInstanceEvents.json",
2025-08-20T19:15:57.0765075Z [00:02:03.289]➜  			"metadatas/pai-dsw/GetInstanceMetrics.json",
2025-08-20T19:15:57.0765467Z [00:02:03.289]➜  			"metadatas/pai-dsw/GetInstanceShutdownTimer.json",
2025-08-20T19:15:57.0765803Z [00:02:03.289]➜  			"metadatas/pai-dsw/GetInstanceSnapshot.json",
2025-08-20T19:15:57.0766103Z [00:02:03.289]➜  			"metadatas/pai-dsw/GetLifecycle.json",
2025-08-20T19:15:57.0766381Z [00:02:03.289]➜  			"metadatas/pai-dsw/GetMetrics.json",
2025-08-20T19:15:57.0766894Z [00:02:03.289]➜  			"metadatas/pai-dsw/GetResourceGroupStatistics.json",
2025-08-20T19:15:57.0767207Z [00:02:03.289]➜  			"metadatas/pai-dsw/GetToken.json",
2025-08-20T19:15:57.0767534Z [00:02:03.289]➜  			"metadatas/pai-dsw/GetUserCommand.json",
2025-08-20T19:15:57.0767858Z [00:02:03.289]➜  			"metadatas/pai-dsw/GetUserConfig.json",
2025-08-20T19:15:57.0768182Z [00:02:03.289]➜  			"metadatas/pai-dsw/ListEcsSpecs.json",
2025-08-20T19:15:57.0768552Z [00:02:03.289]➜  			"metadatas/pai-dsw/ListInstanceSnapshot.json",
2025-08-20T19:15:57.0769076Z [00:02:03.289]➜  			"metadatas/pai-dsw/ListInstanceStatistics.json",
2025-08-20T19:15:57.0769432Z [00:02:03.289]➜  			"metadatas/pai-dsw/ListInstances.json",
2025-08-20T19:15:57.0769774Z [00:02:03.289]➜  			"metadatas/pai-dsw/ListSystemLogs.json",
2025-08-20T19:15:57.0770090Z [00:02:03.289]➜  			"metadatas/pai-dsw/StartInstance.json",
2025-08-20T19:15:57.0770412Z [00:02:03.289]➜  			"metadatas/pai-dsw/StopInstance.json",
2025-08-20T19:15:57.0770728Z [00:02:03.289]➜  			"metadatas/pai-dsw/UpdateInstance.json",
2025-08-20T19:15:57.0771090Z [00:02:03.289]➜  			"metadatas/pai-dsw/UpdateInstanceLabels.json",
2025-08-20T19:15:57.0771473Z [00:02:03.289]➜  			"metadatas/paiautoml/CreateAutofeExperiment.json",
2025-08-20T19:15:57.0771850Z [00:02:03.289]➜  			"metadatas/paiautoml/CreateHpoExperiment.json",
2025-08-20T19:15:57.0772254Z [00:02:03.289]➜  			"metadatas/paiautoml/CreateServiceIdentityRole.json",
2025-08-20T19:15:57.0772822Z [00:02:03.289]➜  			"metadatas/paiautoml/DeleteHpoExperiment.json",
2025-08-20T19:15:57.0773195Z [00:02:03.289]➜  			"metadatas/paiautoml/GetAutofeExperiment.json",
2025-08-20T19:15:57.0773548Z [00:02:03.289]➜  			"metadatas/paiautoml/GetHpoExperiment.json",
2025-08-20T19:15:57.0773864Z [00:02:03.290]➜  			"metadatas/paiautoml/GetHpoTrial.json",
2025-08-20T19:15:57.0774240Z [00:02:03.290]➜  			"metadatas/paiautoml/GetServiceIdentityRole.json",
2025-08-20T19:15:57.0774618Z [00:02:03.290]➜  			"metadatas/paiautoml/ListHpoExperimentLogs.json",
2025-08-20T19:15:57.0774985Z [00:02:03.290]➜  			"metadatas/paiautoml/ListHpoExperiments.json",
2025-08-20T19:15:57.0775363Z [00:02:03.290]➜  			"metadatas/paiautoml/ListHpoTrialCommands.json",
2025-08-20T19:15:57.0775944Z [00:02:03.290]➜  			"metadatas/paiautoml/ListHpoTrialLogNames.json",
2025-08-20T19:15:57.0776285Z [00:02:03.290]➜  			"metadatas/paiautoml/ListHpoTrialLogs.json",
2025-08-20T19:15:57.0776618Z [00:02:03.290]➜  			"metadatas/paiautoml/ListHpoTrials.json",
2025-08-20T19:15:57.0776967Z [00:02:03.290]➜  			"metadatas/paiautoml/RestartHpoTrials.json",
2025-08-20T19:15:57.0777335Z [00:02:03.290]➜  			"metadatas/paiautoml/StopHpoExperiment.json",
2025-08-20T19:15:57.0777659Z [00:02:03.290]➜  			"metadatas/paiautoml/StopHpoTrials.json",
2025-08-20T19:15:57.0778012Z [00:02:03.290]➜  			"metadatas/paiautoml/UpdateHpoExperiment.json",
2025-08-20T19:15:57.0778467Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/BindEndpoint.json",
2025-08-20T19:15:57.0778925Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/CreateEndpoint.json",
2025-08-20T19:15:57.0779408Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/CreateInstance.json",
2025-08-20T19:15:57.0779845Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/CreateSlot.json",
2025-08-20T19:15:57.0780301Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/CreateSlots.json",
2025-08-20T19:15:57.0780718Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/CreateTag.json",
2025-08-20T19:15:57.0781189Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/DeleteEndpoint.json",
2025-08-20T19:15:57.0781832Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/DeleteInstance.json",
2025-08-20T19:15:57.0782266Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/DeleteSlot.json",
2025-08-20T19:15:57.0782959Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/DeleteTag.json",
2025-08-20T19:15:57.0783479Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/DescribeComponent.json",
2025-08-20T19:15:57.0784091Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/DescribeEndpoint.json",
2025-08-20T19:15:57.0784588Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/DescribeInstance.json",
2025-08-20T19:15:57.0785042Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/DescribeSlot.json",
2025-08-20T19:15:57.0785518Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/ListComponents.json",
2025-08-20T19:15:57.0785987Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/ListEndpoints.json",
2025-08-20T19:15:57.0786580Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/ListInstances.json",
2025-08-20T19:15:57.0787009Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/ListSlots.json",
2025-08-20T19:15:57.0787436Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/ListTags.json",
2025-08-20T19:15:57.0787943Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/QueryInstanceMetrics.json",
2025-08-20T19:15:57.0788457Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/QuerySlotMetrics.json",
2025-08-20T19:15:57.0788934Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/QueryStatistic.json",
2025-08-20T19:15:57.0789395Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/ReloadSlot.json",
2025-08-20T19:15:57.0789835Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/StopSlot.json",
2025-08-20T19:15:57.0790312Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/UnbindEndpoint.json",
2025-08-20T19:15:57.0790800Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/UpdateInstance.json",
2025-08-20T19:15:57.0791263Z [00:02:03.290]➜  			"metadatas/paielasticdatasetaccelerator/UpdateSlot.json",
2025-08-20T19:15:57.0791706Z [00:02:03.290]➜  			"metadatas/paifeaturestore/CheckInstanceDatasource.json",
2025-08-20T19:15:57.0792173Z [00:02:03.290]➜  			"metadatas/paifeaturestore/CheckModelFeatureFGFeature.json",
2025-08-20T19:15:57.0792765Z [00:02:03.290]➜  			"metadatas/paifeaturestore/CreateDatasource.json",
2025-08-20T19:15:57.0793206Z [00:02:03.290]➜  			"metadatas/paifeaturestore/CreateFeatureEntity.json",
2025-08-20T19:15:57.0793619Z [00:02:03.290]➜  			"metadatas/paifeaturestore/CreateFeatureView.json",
2025-08-20T19:15:57.0794170Z [00:02:03.290]➜  			"metadatas/paifeaturestore/CreateInstance.json",
2025-08-20T19:15:57.0794560Z [00:02:03.290]➜  			"metadatas/paifeaturestore/CreateLLMConfig.json",
2025-08-20T19:15:57.0794962Z [00:02:03.290]➜  			"metadatas/paifeaturestore/CreateLabelTable.json",
2025-08-20T19:15:57.0795555Z [00:02:03.290]➜  			"metadatas/paifeaturestore/CreateModelFeature.json",
2025-08-20T19:15:57.0795953Z [00:02:03.290]➜  			"metadatas/paifeaturestore/CreateProject.json",
2025-08-20T19:15:57.0796428Z [00:02:03.290]➜  			"metadatas/paifeaturestore/CreateServiceIdentityRole.json",
2025-08-20T19:15:57.0796832Z [00:02:03.290]➜  			"metadatas/paifeaturestore/DeleteDatasource.json",
2025-08-20T19:15:57.0797245Z [00:02:03.290]➜  			"metadatas/paifeaturestore/DeleteFeatureEntity.json",
2025-08-20T19:15:57.0797684Z [00:02:03.290]➜  			"metadatas/paifeaturestore/DeleteFeatureView.json",
2025-08-20T19:15:57.0798050Z [00:02:03.290]➜  			"metadatas/paifeaturestore/DeleteLLMConfig.json",
2025-08-20T19:15:57.0798454Z [00:02:03.290]➜  			"metadatas/paifeaturestore/DeleteLabelTable.json",
2025-08-20T19:15:57.0798860Z [00:02:03.290]➜  			"metadatas/paifeaturestore/DeleteModelFeature.json",
2025-08-20T19:15:57.0799254Z [00:02:03.290]➜  			"metadatas/paifeaturestore/DeleteProject.json",
2025-08-20T19:15:57.0799823Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ExportModelFeatureTrainingSetTable.json",
2025-08-20T19:15:57.0800215Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetDatasource.json",
2025-08-20T19:15:57.0800609Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetDatasourceTable.json",
2025-08-20T19:15:57.0801071Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetFeatureEntity.json",
2025-08-20T19:15:57.0801451Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetFeatureView.json",
2025-08-20T19:15:57.0801972Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetInstance.json",
2025-08-20T19:15:57.0802346Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetLLMConfig.json",
2025-08-20T19:15:57.0802933Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetLabelTable.json",
2025-08-20T19:15:57.0803321Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetModelFeature.json",
2025-08-20T19:15:57.0803791Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetModelFeatureFGFeature.json",
2025-08-20T19:15:57.0804381Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetModelFeatureFGInfo.json",
2025-08-20T19:15:57.0804752Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetProject.json",
2025-08-20T19:15:57.0805196Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetProjectFeatureEntity.json",
2025-08-20T19:15:57.0805645Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetServiceIdentityRole.json",
2025-08-20T19:15:57.0805992Z [00:02:03.290]➜  			"metadatas/paifeaturestore/GetTask.json",
2025-08-20T19:15:57.0806476Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListDatasourceFeatureViews.json",
2025-08-20T19:15:57.0806891Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListDatasourceTables.json",
2025-08-20T19:15:57.0807292Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListDatasources.json",
2025-08-20T19:15:57.0807717Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListFeatureEntities.json",
2025-08-20T19:15:57.0808263Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListFeatureViewFieldRelationships.json",
2025-08-20T19:15:57.0808775Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListFeatureViewOnlineFeatures.json",
2025-08-20T19:15:57.0809294Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListFeatureViewRelationships.json",
2025-08-20T19:15:57.0809695Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListFeatureViews.json",
2025-08-20T19:15:57.0810072Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListInstances.json",
2025-08-20T19:15:57.0810437Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListLLMConfigs.json",
2025-08-20T19:15:57.0810841Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListLabelTables.json",
2025-08-20T19:15:57.0811383Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListModelFeatureAvailableFeatures.json",
2025-08-20T19:15:57.0811988Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListModelFeatures.json",
2025-08-20T19:15:57.0812624Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListProjectFeatureViews.json",
2025-08-20T19:15:57.0813020Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListProjectFeatures.json",
2025-08-20T19:15:57.0813501Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListProjects.json",
2025-08-20T19:15:57.0813848Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListTaskLogs.json",
2025-08-20T19:15:57.0814166Z [00:02:03.290]➜  			"metadatas/paifeaturestore/ListTasks.json",
2025-08-20T19:15:57.0814590Z [00:02:03.290]➜  			"metadatas/paifeaturestore/PublishFeatureViewTable.json",
2025-08-20T19:15:57.0814902Z [00:02:03.290]➜  			"metadatas/paifeaturestore/StopTask.json",
2025-08-20T19:15:57.0815267Z [00:02:03.290]➜  			"metadatas/paifeaturestore/UpdateDatasource.json",
2025-08-20T19:15:57.0815615Z [00:02:03.290]➜  			"metadatas/paifeaturestore/UpdateLLMConfig.json",
2025-08-20T19:15:57.0815984Z [00:02:03.290]➜  			"metadatas/paifeaturestore/UpdateLabelTable.json",
2025-08-20T19:15:57.0816357Z [00:02:03.290]➜  			"metadatas/paifeaturestore/UpdateModelFeature.json",
2025-08-20T19:15:57.0816821Z [00:02:03.290]➜  			"metadatas/paifeaturestore/UpdateModelFeatureFGFeature.json",
2025-08-20T19:15:57.0817186Z [00:02:03.290]➜  			"metadatas/paifeaturestore/UpdateProject.json",
2025-08-20T19:15:57.0817588Z [00:02:03.290]➜  			"metadatas/paifeaturestore/WriteFeatureViewTable.json",
2025-08-20T19:15:57.0817891Z [00:02:03.290]➜  			"metadatas/paiflow/CreatePipeline.json",
2025-08-20T19:15:57.0818202Z [00:02:03.290]➜  			"metadatas/paiflow/CreatePipelineRun.json",
2025-08-20T19:15:57.0818509Z [00:02:03.290]➜  			"metadatas/paiflow/DeletePipeline.json",
2025-08-20T19:15:57.0818831Z [00:02:03.290]➜  			"metadatas/paiflow/DeletePipelineRun.json",
2025-08-20T19:15:57.0819230Z [00:02:03.290]➜  			"metadatas/paiflow/GetPipeline.json",
2025-08-20T19:15:57.0819529Z [00:02:03.290]➜  			"metadatas/paiflow/GetPipelineRun.json",
2025-08-20T19:15:57.0819859Z [00:02:03.290]➜  			"metadatas/paiflow/GetPipelineRunNode.json",
2025-08-20T19:15:57.0820218Z [00:02:03.290]➜  			"metadatas/paiflow/ListPipelineRunNodeLogs.json",
2025-08-20T19:15:57.0820603Z [00:02:03.290]➜  			"metadatas/paiflow/ListPipelineRunNodeOutputs.json",
2025-08-20T19:15:57.0821094Z [00:02:03.290]➜  			"metadatas/paiflow/ListPipelineRunNodeStatus.json",
2025-08-20T19:15:57.0821451Z [00:02:03.290]➜  			"metadatas/paiflow/ListPipelineRuns.json",
2025-08-20T19:15:57.0821808Z [00:02:03.290]➜  			"metadatas/paiflow/ListPipelineRunsStatus.json",
2025-08-20T19:15:57.0822113Z [00:02:03.290]➜  			"metadatas/paiflow/ListPipelines.json",
2025-08-20T19:15:57.0822602Z [00:02:03.290]➜  			"metadatas/paiflow/RerunPipelineRun.json",
2025-08-20T19:15:57.0822948Z [00:02:03.290]➜  			"metadatas/paiflow/StartPipelineRun.json",
2025-08-20T19:15:57.0823295Z [00:02:03.290]➜  			"metadatas/paiflow/TerminatePipelineRun.json",
2025-08-20T19:15:57.0823611Z [00:02:03.290]➜  			"metadatas/paiflow/UpdatePipeline.json",
2025-08-20T19:15:57.0823930Z [00:02:03.290]➜  			"metadatas/paiflow/UpdatePipelineRun.json",
2025-08-20T19:15:57.0824305Z [00:02:03.290]➜  			"metadatas/paillmtrace/CreateOnlineEvalTask.json",
2025-08-20T19:15:57.0824715Z [00:02:03.290]➜  			"metadatas/paillmtrace/CreateServiceIdentityRole.json",
2025-08-20T19:15:57.0825107Z [00:02:03.290]➜  			"metadatas/paillmtrace/DeleteOnlineEvalTask.json",
2025-08-20T19:15:57.0825428Z [00:02:03.290]➜  			"metadatas/paillmtrace/EvaluateTrace.json",
2025-08-20T19:15:57.0825808Z [00:02:03.290]➜  			"metadatas/paillmtrace/GetEvaluationTemplates.json",
2025-08-20T19:15:57.0826148Z [00:02:03.290]➜  			"metadatas/paillmtrace/GetOnlineEvalTask.json",
2025-08-20T19:15:57.0826522Z [00:02:03.290]➜  			"metadatas/paillmtrace/GetServiceIdentityRole.json",
2025-08-20T19:15:57.0826846Z [00:02:03.290]➜  			"metadatas/paillmtrace/GetXtraceToken.json",
2025-08-20T19:15:57.0827174Z [00:02:03.290]➜  			"metadatas/paillmtrace/ListEvalResults.json",
2025-08-20T19:15:57.0827717Z [00:02:03.290]➜  			"metadatas/paillmtrace/ListOnlineEvalTaskResults.json",
2025-08-20T19:15:57.0828084Z [00:02:03.290]➜  			"metadatas/paillmtrace/ListOnlineEvalTasks.json",
2025-08-20T19:15:57.0828406Z [00:02:03.290]➜  			"metadatas/paillmtrace/ListTracesDatas.json",
2025-08-20T19:15:57.0828777Z [00:02:03.290]➜  			"metadatas/paillmtrace/StopOnlineEvalTask.json",
2025-08-20T19:15:57.0829261Z [00:02:03.290]➜  			"metadatas/paillmtrace/UpdateOnlineEvalTask.json",
2025-08-20T19:15:57.0829601Z [00:02:03.290]➜  			"metadatas/paiplugin/CreateCampaign.json",
2025-08-20T19:15:57.0829903Z [00:02:03.290]➜  			"metadatas/paiplugin/CreateGroup.json",
2025-08-20T19:15:57.0830275Z [00:02:03.290]➜  			"metadatas/paiplugin/CreateInferenceJob.json",
2025-08-20T19:15:57.0830613Z [00:02:03.290]➜  			"metadatas/paiplugin/CreateSchedule.json",
2025-08-20T19:15:57.0830965Z [00:02:03.290]➜  			"metadatas/paiplugin/CreateSignature.json",
2025-08-20T19:15:57.0831299Z [00:02:03.290]➜  			"metadatas/paiplugin/CreateTemplate.json",
2025-08-20T19:15:57.0831673Z [00:02:03.290]➜  			"metadatas/paiplugin/CreateTrainingJob.json",
2025-08-20T19:15:57.0832025Z [00:02:03.290]➜  			"metadatas/paiplugin/DeleteCampaign.json",
2025-08-20T19:15:57.0832327Z [00:02:03.290]➜  			"metadatas/paiplugin/DeleteGroup.json",
2025-08-20T19:15:57.0832939Z [00:02:03.290]➜  			"metadatas/paiplugin/DeleteInferenceJob.json",
2025-08-20T19:15:57.0833329Z [00:02:03.290]➜  			"metadatas/paiplugin/DeleteSchedule.json",
2025-08-20T19:15:57.0833666Z [00:02:03.290]➜  			"metadatas/paiplugin/DeleteSignature.json",
2025-08-20T19:15:57.0834009Z [00:02:03.290]➜  			"metadatas/paiplugin/DeleteTemplate.json",
2025-08-20T19:15:57.0834383Z [00:02:03.290]➜  			"metadatas/paiplugin/DeleteTrainingJob.json",
2025-08-20T19:15:57.0834733Z [00:02:03.290]➜  			"metadatas/paiplugin/GetAlgorithm.json",
2025-08-20T19:15:57.0835219Z [00:02:03.290]➜  			"metadatas/paiplugin/GetCampaign.json",
2025-08-20T19:15:57.0835576Z [00:02:03.290]➜  			"metadatas/paiplugin/GetGroup.json",
2025-08-20T19:15:57.0835931Z [00:02:03.290]➜  			"metadatas/paiplugin/GetInferenceJob.json",
2025-08-20T19:15:57.0836293Z [00:02:03.290]➜  			"metadatas/paiplugin/GetMessageConfig.json",
2025-08-20T19:15:57.0836618Z [00:02:03.290]➜  			"metadatas/paiplugin/GetSchedule.json",
2025-08-20T19:15:57.0837096Z [00:02:03.290]➜  			"metadatas/paiplugin/GetSignature.json",
2025-08-20T19:15:57.0837450Z [00:02:03.290]➜  			"metadatas/paiplugin/GetTemplate.json",
2025-08-20T19:15:57.0837801Z [00:02:03.290]➜  			"metadatas/paiplugin/GetTrainingJob.json",
2025-08-20T19:15:57.0838118Z [00:02:03.290]➜  			"metadatas/paiplugin/GetUser.json",
2025-08-20T19:15:57.0838445Z [00:02:03.290]➜  			"metadatas/paiplugin/ListAlgorithms.json",
2025-08-20T19:15:57.0838783Z [00:02:03.290]➜  			"metadatas/paiplugin/ListCampaigns.json",
2025-08-20T19:15:57.0839114Z [00:02:03.290]➜  			"metadatas/paiplugin/ListGroups.json",
2025-08-20T19:15:57.0839485Z [00:02:03.290]➜  			"metadatas/paiplugin/ListInferenceJobs.json",
2025-08-20T19:15:57.0839866Z [00:02:03.290]➜  			"metadatas/paiplugin/ListMessageMetrics.json",
2025-08-20T19:15:57.0840204Z [00:02:03.290]➜  			"metadatas/paiplugin/ListMessages.json",
2025-08-20T19:15:57.0840537Z [00:02:03.290]➜  			"metadatas/paiplugin/ListSchedules.json",
2025-08-20T19:15:57.0840877Z [00:02:03.290]➜  			"metadatas/paiplugin/ListSignatures.json",
2025-08-20T19:15:57.0841221Z [00:02:03.290]➜  			"metadatas/paiplugin/ListTemplates.json",
2025-08-20T19:15:57.0841596Z [00:02:03.291]➜  			"metadatas/paiplugin/ListTrainingJobs.json",
2025-08-20T19:15:57.0841927Z [00:02:03.291]➜  			"metadatas/paiplugin/SendMessage.json",
2025-08-20T19:15:57.0842262Z [00:02:03.291]➜  			"metadatas/paiplugin/UpdateCampaign.json",
2025-08-20T19:15:57.0842846Z [00:02:03.291]➜  			"metadatas/paistudio/CheckInstanceWebTerminal.json",
2025-08-20T19:15:57.0843193Z [00:02:03.291]➜  			"metadatas/paistudio/CreateAlgorithm.json",
2025-08-20T19:15:57.0843559Z [00:02:03.291]➜  			"metadatas/paistudio/CreateAlgorithmVersion.json",
2025-08-20T19:15:57.0844145Z [00:02:03.291]➜  			"metadatas/paistudio/CreateInstanceWebTerminal.json",
2025-08-20T19:15:57.0844464Z [00:02:03.291]➜  			"metadatas/paistudio/CreateQuota.json",
2025-08-20T19:15:57.0844837Z [00:02:03.291]➜  			"metadatas/paistudio/CreateResourceGroup.json",
2025-08-20T19:15:57.0845183Z [00:02:03.291]➜  			"metadatas/paistudio/CreateTrainingJob.json",
2025-08-20T19:15:57.0845675Z [00:02:03.291]➜  			"metadatas/paistudio/DeleteAlgorithm.json",
2025-08-20T19:15:57.0846051Z [00:02:03.291]➜  			"metadatas/paistudio/DeleteAlgorithmVersion.json",
2025-08-20T19:15:57.0846403Z [00:02:03.291]➜  			"metadatas/paistudio/DeleteMachineGroup.json",
2025-08-20T19:15:57.0846719Z [00:02:03.291]➜  			"metadatas/paistudio/DeleteQuota.json",
2025-08-20T19:15:57.0847077Z [00:02:03.291]➜  			"metadatas/paistudio/DeleteResourceGroup.json",
2025-08-20T19:15:57.0847517Z [00:02:03.291]➜  			"metadatas/paistudio/DeleteResourceGroupMachineGroup.json",
2025-08-20T19:15:57.0847861Z [00:02:03.291]➜  			"metadatas/paistudio/DeleteTrainingJob.json",
2025-08-20T19:15:57.0848239Z [00:02:03.291]➜  			"metadatas/paistudio/DeleteTrainingJobLabels.json",
2025-08-20T19:15:57.0848546Z [00:02:03.291]➜  			"metadatas/paistudio/GetAlgorithm.json",
2025-08-20T19:15:57.0848891Z [00:02:03.291]➜  			"metadatas/paistudio/GetAlgorithmVersion.json",
2025-08-20T19:15:57.0849227Z [00:02:03.291]➜  			"metadatas/paistudio/GetMachineGroup.json",
2025-08-20T19:15:57.0849541Z [00:02:03.291]➜  			"metadatas/paistudio/GetNodeMetrics.json",
2025-08-20T19:15:57.0849833Z [00:02:03.291]➜  			"metadatas/paistudio/GetQuota.json",
2025-08-20T19:15:57.0850157Z [00:02:03.291]➜  			"metadatas/paistudio/GetResourceGroup.json",
2025-08-20T19:15:57.0850575Z [00:02:03.291]➜  			"metadatas/paistudio/GetResourceGroupMachineGroup.json",
2025-08-20T19:15:57.0851084Z [00:02:03.291]➜  			"metadatas/paistudio/GetResourceGroupRequest.json",
2025-08-20T19:15:57.0851486Z [00:02:03.291]➜  			"metadatas/paistudio/GetResourceGroupTotal.json",
2025-08-20T19:15:57.0851848Z [00:02:03.291]➜  			"metadatas/paistudio/GetSpotPriceHistory.json",
2025-08-20T19:15:57.0852141Z [00:02:03.291]➜  			"metadatas/paistudio/GetToken.json",
2025-08-20T19:15:57.0852670Z [00:02:03.291]➜  			"metadatas/paistudio/GetTrainingJob.json",
2025-08-20T19:15:57.0853082Z [00:02:03.291]➜  			"metadatas/paistudio/GetTrainingJobErrorInfo.json",
2025-08-20T19:15:57.0853626Z [00:02:03.291]➜  			"metadatas/paistudio/GetTrainingJobLatestMetrics.json",
2025-08-20T19:15:57.0853987Z [00:02:03.291]➜  			"metadatas/paistudio/GetUserViewMetrics.json",
2025-08-20T19:15:57.0854354Z [00:02:03.291]➜  			"metadatas/paistudio/ListAlgorithmVersions.json",
2025-08-20T19:15:57.0854670Z [00:02:03.291]➜  			"metadatas/paistudio/ListAlgorithms.json",
2025-08-20T19:15:57.0854961Z [00:02:03.291]➜  			"metadatas/paistudio/ListNodes.json",
2025-08-20T19:15:57.0855317Z [00:02:03.291]➜  			"metadatas/paistudio/ListQuotaWorkloads.json",
2025-08-20T19:15:57.0855620Z [00:02:03.291]➜  			"metadatas/paistudio/ListQuotas.json",
2025-08-20T19:15:57.0856074Z [00:02:03.291]➜  			"metadatas/paistudio/ListResourceGroupMachineGroups.json",
2025-08-20T19:15:57.0856431Z [00:02:03.291]➜  			"metadatas/paistudio/ListResourceGroups.json",
2025-08-20T19:15:57.0856808Z [00:02:03.291]➜  			"metadatas/paistudio/ListTrainingJobEvents.json",
2025-08-20T19:15:57.0857255Z [00:02:03.291]➜  			"metadatas/paistudio/ListTrainingJobInstanceEvents.json",
2025-08-20T19:15:57.0857690Z [00:02:03.291]➜  			"metadatas/paistudio/ListTrainingJobInstanceMetrics.json",
2025-08-20T19:15:57.0858037Z [00:02:03.291]➜  			"metadatas/paistudio/ListTrainingJobLogs.json",
2025-08-20T19:15:57.0858415Z [00:02:03.291]➜  			"metadatas/paistudio/ListTrainingJobMetrics.json",
2025-08-20T19:15:57.0858822Z [00:02:03.291]➜  			"metadatas/paistudio/ListTrainingJobOutputModels.json",
2025-08-20T19:15:57.0859158Z [00:02:03.291]➜  			"metadatas/paistudio/ListTrainingJobs.json",
2025-08-20T19:15:57.0859455Z [00:02:03.291]➜  			"metadatas/paistudio/ScaleQuota.json",
2025-08-20T19:15:57.0859921Z [00:02:03.291]➜  			"metadatas/paistudio/StopTrainingJob.json",
2025-08-20T19:15:57.0860247Z [00:02:03.291]➜  			"metadatas/paistudio/UpdateAlgorithm.json",
2025-08-20T19:15:57.0860619Z [00:02:03.291]➜  			"metadatas/paistudio/UpdateAlgorithmVersion.json",
2025-08-20T19:15:57.0860926Z [00:02:03.292]➜  			"metadatas/paistudio/UpdateQuota.json",
2025-08-20T19:15:57.0861399Z [00:02:03.292]➜  			"metadatas/paistudio/UpdateResourceGroup.json",
2025-08-20T19:15:57.0861788Z [00:02:03.292]➜  			"metadatas/paistudio/UpdateTrainingJobLabels.json",
2025-08-20T19:15:57.0862165Z [00:02:03.292]➜  			"metadatas/polardb/CancelActiveOperationTasks.json",
2025-08-20T19:15:57.0862777Z [00:02:03.292]➜  			"metadatas/polardb/CancelScheduleTasks.json",
2025-08-20T19:15:57.0863111Z [00:02:03.292]➜  			"metadatas/polardb/CheckAccountName.json",
2025-08-20T19:15:57.0863526Z [00:02:03.292]➜  			"metadatas/polardb/CheckDBName.json",
2025-08-20T19:15:57.0863856Z [00:02:03.292]➜  			"metadatas/polardb/CheckKMSAuthorized.json",
2025-08-20T19:15:57.0864228Z [00:02:03.292]➜  			"metadatas/polardb/CheckServiceLinkedRole.json",
2025-08-20T19:15:57.0864517Z [00:02:03.292]➜  			"metadatas/polardb/CloseAITask.json",
2025-08-20T19:15:57.0864879Z [00:02:03.292]➜  			"metadatas/polardb/CloseDBClusterMigration.json",
2025-08-20T19:15:57.0865180Z [00:02:03.292]➜  			"metadatas/polardb/CreateAccount.json",
2025-08-20T19:15:57.0865566Z [00:02:03.292]➜  			"metadatas/polardb/CreateActivationCode.json",
2025-08-20T19:15:57.0865873Z [00:02:03.292]➜  			"metadatas/polardb/CreateBackup.json",
2025-08-20T19:15:57.0866266Z [00:02:03.292]➜  			"metadatas/polardb/CreateColdStorageInstance.json",
2025-08-20T19:15:57.0866580Z [00:02:03.292]➜  			"metadatas/polardb/CreateDBCluster.json",
2025-08-20T19:15:57.0866935Z [00:02:03.292]➜  			"metadatas/polardb/CreateDBClusterEndpoint.json",
2025-08-20T19:15:57.0867294Z [00:02:03.292]➜  			"metadatas/polardb/CreateDBEndpointAddress.json",
2025-08-20T19:15:57.0867597Z [00:02:03.292]➜  			"metadatas/polardb/CreateDBLink.json",
2025-08-20T19:15:57.0867896Z [00:02:03.292]➜  			"metadatas/polardb/CreateDBNodes.json",
2025-08-20T19:15:57.0868209Z [00:02:03.292]➜  			"metadatas/polardb/CreateDatabase.json",
2025-08-20T19:15:57.0868569Z [00:02:03.292]➜  			"metadatas/polardb/CreateGlobalDataNetwork.json",
2025-08-20T19:15:57.0869096Z [00:02:03.292]➜  			"metadatas/polardb/CreateGlobalDatabaseNetwork.json",
2025-08-20T19:15:57.0869511Z [00:02:03.292]➜  			"metadatas/polardb/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.0869944Z [00:02:03.292]➜  			"metadatas/polardb/CreateOrGetVirtualLicenseOrder.json",
2025-08-20T19:15:57.0870286Z [00:02:03.292]➜  			"metadatas/polardb/CreateParameterGroup.json",
2025-08-20T19:15:57.0870636Z [00:02:03.292]➜  			"metadatas/polardb/CreateServiceLinkedRole.json",
2025-08-20T19:15:57.0870954Z [00:02:03.292]➜  			"metadatas/polardb/CreateStoragePlan.json",
2025-08-20T19:15:57.0871271Z [00:02:03.292]➜  			"metadatas/polardb/DeleteAccount.json",
2025-08-20T19:15:57.0871593Z [00:02:03.292]➜  			"metadatas/polardb/DeleteApplication.json",
2025-08-20T19:15:57.0872044Z [00:02:03.292]➜  			"metadatas/polardb/DeleteBackup.json",
2025-08-20T19:15:57.0872365Z [00:02:03.292]➜  			"metadatas/polardb/DeleteDBCluster.json",
2025-08-20T19:15:57.0872917Z [00:02:03.292]➜  			"metadatas/polardb/DeleteDBClusterEndpoint.json",
2025-08-20T19:15:57.0873294Z [00:02:03.292]➜  			"metadatas/polardb/DeleteDBEndpointAddress.json",
2025-08-20T19:15:57.0873611Z [00:02:03.292]➜  			"metadatas/polardb/DeleteDBLink.json",
2025-08-20T19:15:57.0873907Z [00:02:03.292]➜  			"metadatas/polardb/DeleteDBNodes.json",
2025-08-20T19:15:57.0874219Z [00:02:03.292]➜  			"metadatas/polardb/DeleteDatabase.json",
2025-08-20T19:15:57.0874613Z [00:02:03.292]➜  			"metadatas/polardb/DeleteGlobalDataNetwork.json",
2025-08-20T19:15:57.0875038Z [00:02:03.292]➜  			"metadatas/polardb/DeleteGlobalDatabaseNetwork.json",
2025-08-20T19:15:57.0875434Z [00:02:03.292]➜  			"metadatas/polardb/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.0875792Z [00:02:03.292]➜  			"metadatas/polardb/DeleteMaskingRules.json",
2025-08-20T19:15:57.0876154Z [00:02:03.292]➜  			"metadatas/polardb/DeleteParameterGroup.json",
2025-08-20T19:15:57.0876586Z [00:02:03.292]➜  			"metadatas/polardb/DescribeAIDBClusterPerformance.json",
2025-08-20T19:15:57.0876925Z [00:02:03.292]➜  			"metadatas/polardb/DescribeAITaskStatus.json",
2025-08-20T19:15:57.0877417Z [00:02:03.292]➜  			"metadatas/polardb/DescribeAccounts.json",
2025-08-20T19:15:57.0877847Z [00:02:03.292]➜  			"metadatas/polardb/DescribeActivationCodeDetails.json",
2025-08-20T19:15:57.0878242Z [00:02:03.292]➜  			"metadatas/polardb/DescribeActivationCodes.json",
2025-08-20T19:15:57.0878654Z [00:02:03.293]➜  			"metadatas/polardb/DescribeActiveOperationTasks.json",
2025-08-20T19:15:57.0879044Z [00:02:03.293]➜  			"metadatas/polardb/DescribeAutoRenewAttribute.json",
2025-08-20T19:15:57.0879492Z [00:02:03.293]➜  			"metadatas/polardb/DescribeBackupLogs.json",
2025-08-20T19:15:57.0879863Z [00:02:03.293]➜  			"metadatas/polardb/DescribeBackupPolicy.json",
2025-08-20T19:15:57.0880210Z [00:02:03.293]➜  			"metadatas/polardb/DescribeBackupTasks.json",
2025-08-20T19:15:57.0880527Z [00:02:03.293]➜  			"metadatas/polardb/DescribeBackups.json",
2025-08-20T19:15:57.0880900Z [00:02:03.293]➜  			"metadatas/polardb/DescribeCharacterSetName.json",
2025-08-20T19:15:57.0881235Z [00:02:03.293]➜  			"metadatas/polardb/DescribeClassList.json",
2025-08-20T19:15:57.0881692Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterAccessWhitelist.json",
2025-08-20T19:15:57.0882072Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterAttribute.json",
2025-08-20T19:15:57.0882753Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterAuditLogCollector.json",
2025-08-20T19:15:57.0883229Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterAvailableResources.json",
2025-08-20T19:15:57.0883659Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterConnectivity.json",
2025-08-20T19:15:57.0884035Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterEndpoints.json",
2025-08-20T19:15:57.0884423Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterMigration.json",
2025-08-20T19:15:57.0884797Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterMonitor.json",
2025-08-20T19:15:57.0885204Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterParameters.json",
2025-08-20T19:15:57.0885728Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterPerformance.json",
2025-08-20T19:15:57.0886108Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterSSL.json",
2025-08-20T19:15:57.0886533Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterServerlessConf.json",
2025-08-20T19:15:57.0886890Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterTDE.json",
2025-08-20T19:15:57.0887256Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusterVersion.json",
2025-08-20T19:15:57.0887580Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClusters.json",
2025-08-20T19:15:57.0887981Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBClustersWithBackups.json",
2025-08-20T19:15:57.0888533Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBInitializeVariable.json",
2025-08-20T19:15:57.0888856Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBLinks.json",
2025-08-20T19:15:57.0889249Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBNodePerformance.json",
2025-08-20T19:15:57.0889643Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBNodesParameters.json",
2025-08-20T19:15:57.0890048Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDBProxyPerformance.json",
2025-08-20T19:15:57.0890386Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDasConfig.json",
2025-08-20T19:15:57.0890722Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDatabases.json",
2025-08-20T19:15:57.0891095Z [00:02:03.293]➜  			"metadatas/polardb/DescribeDetachedBackups.json",
2025-08-20T19:15:57.0891532Z [00:02:03.293]➜  			"metadatas/polardb/DescribeGlobalDataNetworkList.json",
2025-08-20T19:15:57.0891953Z [00:02:03.293]➜  			"metadatas/polardb/DescribeGlobalDatabaseNetwork.json",
2025-08-20T19:15:57.0892584Z [00:02:03.293]➜  			"metadatas/polardb/DescribeGlobalDatabaseNetworks.json",
2025-08-20T19:15:57.0893019Z [00:02:03.293]➜  			"metadatas/polardb/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.0893524Z [00:02:03.293]➜  			"metadatas/polardb/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:57.0893858Z [00:02:03.293]➜  			"metadatas/polardb/DescribeHALogs.json",
2025-08-20T19:15:57.0894403Z [00:02:03.293]➜  			"metadatas/polardb/DescribeHistoryTasks.json",
2025-08-20T19:15:57.0894832Z [00:02:03.293]➜  			"metadatas/polardb/DescribeLicenseOrderDetails.json",
2025-08-20T19:15:57.0895231Z [00:02:03.293]➜  			"metadatas/polardb/DescribeLicenseOrders.json",
2025-08-20T19:15:57.0895624Z [00:02:03.293]➜  			"metadatas/polardb/DescribeLogBackupPolicy.json",
2025-08-20T19:15:57.0895977Z [00:02:03.293]➜  			"metadatas/polardb/DescribeMaskingRules.json",
2025-08-20T19:15:57.0896459Z [00:02:03.293]➜  			"metadatas/polardb/DescribeMetaList.json",
2025-08-20T19:15:57.0896876Z [00:02:03.293]➜  			"metadatas/polardb/DescribeParameterGroup.json",
2025-08-20T19:15:57.0897282Z [00:02:03.293]➜  			"metadatas/polardb/DescribeParameterGroups.json",
2025-08-20T19:15:57.0897696Z [00:02:03.293]➜  			"metadatas/polardb/DescribeParameterTemplates.json",
2025-08-20T19:15:57.0898147Z [00:02:03.293]➜  			"metadatas/polardb/DescribePendingMaintenanceAction.json",
2025-08-20T19:15:57.0898646Z [00:02:03.293]➜  			"metadatas/polardb/DescribePendingMaintenanceActions.json",
2025-08-20T19:15:57.0899097Z [00:02:03.293]➜  			"metadatas/polardb/DescribePolarSQLCollectorPolicy.json",
2025-08-20T19:15:57.0899432Z [00:02:03.293]➜  			"metadatas/polardb/DescribeRegions.json",
2025-08-20T19:15:57.0899794Z [00:02:03.293]➜  			"metadatas/polardb/DescribeScheduleTasks.json",
2025-08-20T19:15:57.0900165Z [00:02:03.293]➜  			"metadatas/polardb/DescribeSlowLogRecords.json",
2025-08-20T19:15:57.0900498Z [00:02:03.293]➜  			"metadatas/polardb/DescribeSlowLogs.json",
2025-08-20T19:15:57.0900881Z [00:02:03.293]➜  			"metadatas/polardb/DescribeTasks.json",
2025-08-20T19:15:57.0901314Z [00:02:03.293]➜  			"metadatas/polardb/DescribeUserEncryptionKeyList.json",
2025-08-20T19:15:57.0901656Z [00:02:03.293]➜  			"metadatas/polardb/DescribeVSwitches.json",
2025-08-20T19:15:57.0902056Z [00:02:03.293]➜  			"metadatas/polardb/DisableDBClusterServerless.json",
2025-08-20T19:15:57.0902835Z [00:02:03.293]➜  			"metadatas/polardb/EnableDBClusterServerless.json",
2025-08-20T19:15:57.0903242Z [00:02:03.293]➜  			"metadatas/polardb/EnableFirewallRules.json",
2025-08-20T19:15:57.0903624Z [00:02:03.293]➜  			"metadatas/polardb/EvaluateRegionResource.json",
2025-08-20T19:15:57.0903950Z [00:02:03.294]➜  			"metadatas/polardb/FailoverDBCluster.json",
2025-08-20T19:15:57.0904322Z [00:02:03.294]➜  			"metadatas/polardb/GrantAccountPrivilege.json",
2025-08-20T19:15:57.0904664Z [00:02:03.294]➜  			"metadatas/polardb/ListTagResources.json",
2025-08-20T19:15:57.0905048Z [00:02:03.294]➜  			"metadatas/polardb/ManuallyStartDBCluster.json",
2025-08-20T19:15:57.0905440Z [00:02:03.294]➜  			"metadatas/polardb/ModifyAccountDescription.json",
2025-08-20T19:15:57.0906007Z [00:02:03.294]➜  			"metadatas/polardb/ModifyAccountPassword.json",
2025-08-20T19:15:57.0906417Z [00:02:03.294]➜  			"metadatas/polardb/ModifyActiveOperationTasks.json",
2025-08-20T19:15:57.0906826Z [00:02:03.294]➜  			"metadatas/polardb/ModifyAutoRenewAttribute.json",
2025-08-20T19:15:57.0907215Z [00:02:03.294]➜  			"metadatas/polardb/ModifyBackupPolicy.json",
2025-08-20T19:15:57.0907550Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBCluster.json",
2025-08-20T19:15:57.0907989Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterAccessWhitelist.json",
2025-08-20T19:15:57.0908454Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterAndNodesParameters.json",
2025-08-20T19:15:57.0908819Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterArch.json",
2025-08-20T19:15:57.0909303Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterAuditLogCollector.json",
2025-08-20T19:15:57.0909703Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterDeletion.json",
2025-08-20T19:15:57.0910137Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterDescription.json",
2025-08-20T19:15:57.0910505Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterEndpoint.json",
2025-08-20T19:15:57.0910928Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterMaintainTime.json",
2025-08-20T19:15:57.0911511Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterMigration.json",
2025-08-20T19:15:57.0911910Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterMonitor.json",
2025-08-20T19:15:57.0912308Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterParameters.json",
2025-08-20T19:15:57.0912915Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterPrimaryZone.json",
2025-08-20T19:15:57.0913362Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterResourceGroup.json",
2025-08-20T19:15:57.0913846Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterSSL.json",
2025-08-20T19:15:57.0914313Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterServerlessConf.json",
2025-08-20T19:15:57.0914791Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterStoragePerformance.json",
2025-08-20T19:15:57.0915223Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterStorageSpace.json",
2025-08-20T19:15:57.0915576Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBClusterTDE.json",
2025-08-20T19:15:57.0915965Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBDescription.json",
2025-08-20T19:15:57.0916355Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBEndpointAddress.json",
2025-08-20T19:15:57.0916698Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBNodeClass.json",
2025-08-20T19:15:57.0917101Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBNodeHotReplicaMode.json",
2025-08-20T19:15:57.0917447Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBNodesClass.json",
2025-08-20T19:15:57.0917845Z [00:02:03.294]➜  			"metadatas/polardb/ModifyDBNodesParameters.json",
2025-08-20T19:15:57.0918266Z [00:02:03.294]➜  			"metadatas/polardb/ModifyGlobalDatabaseNetwork.json",
2025-08-20T19:15:57.0918687Z [00:02:03.294]➜  			"metadatas/polardb/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.0919146Z [00:02:03.294]➜  			"metadatas/polardb/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:15:57.0919651Z [00:02:03.294]➜  			"metadatas/polardb/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:57.0920177Z [00:02:03.294]➜  			"metadatas/polardb/ModifyLogBackupPolicy.json",
2025-08-20T19:15:57.0920531Z [00:02:03.294]➜  			"metadatas/polardb/ModifyMaskingRules.json",
2025-08-20T19:15:57.0920993Z [00:02:03.294]➜  			"metadatas/polardb/ModifyPendingMaintenanceAction.json",
2025-08-20T19:15:57.0921291Z [00:02:03.294]➜  			"metadatas/polardb/OpenAITask.json",
2025-08-20T19:15:57.0921697Z [00:02:03.294]➜  			"metadatas/polardb/ReactivateDBClusterBackup.json",
2025-08-20T19:15:57.0922145Z [00:02:03.294]➜  			"metadatas/polardb/RefreshDBClusterStorageUsage.json",
2025-08-20T19:15:57.0922741Z [00:02:03.294]➜  			"metadatas/polardb/RemoveDBClusterFromGDN.json",
2025-08-20T19:15:57.0923221Z [00:02:03.294]➜  			"metadatas/polardb/ResetAccount.json",
2025-08-20T19:15:57.0923613Z [00:02:03.294]➜  			"metadatas/polardb/ResetGlobalDatabaseNetwork.json",
2025-08-20T19:15:57.0923922Z [00:02:03.294]➜  			"metadatas/polardb/RestartDBLink.json",
2025-08-20T19:15:57.0924237Z [00:02:03.294]➜  			"metadatas/polardb/RestartDBNode.json",
2025-08-20T19:15:57.0924559Z [00:02:03.294]➜  			"metadatas/polardb/RestoreTable.json",
2025-08-20T19:15:57.0924934Z [00:02:03.294]➜  			"metadatas/polardb/RevokeAccountPrivilege.json",
2025-08-20T19:15:57.0925369Z [00:02:03.294]➜  			"metadatas/polardb/SwitchOverGlobalDatabaseNetwork.json",
2025-08-20T19:15:57.0925696Z [00:02:03.294]➜  			"metadatas/polardb/TagResources.json",
2025-08-20T19:15:57.0926030Z [00:02:03.294]➜  			"metadatas/polardb/TempModifyDBNode.json",
2025-08-20T19:15:57.0926438Z [00:02:03.294]➜  			"metadatas/polardb/TransformDBClusterPayType.json",
2025-08-20T19:15:57.0926792Z [00:02:03.294]➜  			"metadatas/polardb/UntagResources.json",
2025-08-20T19:15:57.0927260Z [00:02:03.294]➜  			"metadatas/polardb/UpgradeDBClusterVersion.json",
2025-08-20T19:15:57.0927681Z [00:02:03.294]➜  			"metadatas/polardbx/AlignStoragePrimaryAzone.json",
2025-08-20T19:15:57.0928054Z [00:02:03.294]➜  			"metadatas/polardbx/AllocateColdDataVolume.json",
2025-08-20T19:15:57.0928529Z [00:02:03.294]➜  			"metadatas/polardbx/AllocateInstancePublicConnection.json",
2025-08-20T19:15:57.0929118Z [00:02:03.294]➜  			"metadatas/polardbx/CancelActiveOperationTasks.json",
2025-08-20T19:15:57.0929490Z [00:02:03.294]➜  			"metadatas/polardbx/ChangeResourceGroup.json",
2025-08-20T19:15:57.0929923Z [00:02:03.294]➜  			"metadatas/polardbx/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:57.0930238Z [00:02:03.294]➜  			"metadatas/polardbx/CreateAccount.json",
2025-08-20T19:15:57.0930553Z [00:02:03.294]➜  			"metadatas/polardbx/CreateBackup.json",
2025-08-20T19:15:57.0930991Z [00:02:03.294]➜  			"metadatas/polardbx/CreateDB.json",
2025-08-20T19:15:57.0931358Z [00:02:03.294]➜  			"metadatas/polardbx/CreateDBInstance.json",
2025-08-20T19:15:57.0931729Z [00:02:03.294]➜  			"metadatas/polardbx/CreateSuperAccount.json",
2025-08-20T19:15:57.0932060Z [00:02:03.294]➜  			"metadatas/polardbx/DeleteAccount.json",
2025-08-20T19:15:57.0932581Z [00:02:03.294]➜  			"metadatas/polardbx/DeleteDB.json",
2025-08-20T19:15:57.0932981Z [00:02:03.294]➜  			"metadatas/polardbx/DeleteDBInstance.json",
2025-08-20T19:15:57.0933346Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeAccountList.json",
2025-08-20T19:15:57.0933836Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeActiveOperationMaintainConf.json",
2025-08-20T19:15:57.0934299Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeActiveOperationTaskCount.json",
2025-08-20T19:15:57.0934723Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeActiveOperationTasks.json",
2025-08-20T19:15:57.0935135Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeArchiveTableList.json",
2025-08-20T19:15:57.0935525Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeBackupPolicy.json",
2025-08-20T19:15:57.0935897Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeBackupSet.json",
2025-08-20T19:15:57.0936290Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeBackupSetList.json",
2025-08-20T19:15:57.0936662Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeBinaryLogList.json",
2025-08-20T19:15:57.0937045Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeCharacterSet.json",
2025-08-20T19:15:57.0937706Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeColdDataBasicInfo.json",
2025-08-20T19:15:57.0938155Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeDBInstanceAttribute.json",
2025-08-20T19:15:57.0938549Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeDBInstanceConfig.json",
2025-08-20T19:15:57.0938924Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeDBInstanceHA.json",
2025-08-20T19:15:57.0939290Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeDBInstanceSSL.json",
2025-08-20T19:15:57.0939684Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeDBInstanceTDE.json",
2025-08-20T19:15:57.0940117Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeDBInstanceTopology.json",
2025-08-20T19:15:57.0940762Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeDBInstanceViaEndpoint.json",
2025-08-20T19:15:57.0941138Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeDBInstances.json",
2025-08-20T19:15:57.0941545Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeDBNodePerformance.json",
2025-08-20T19:15:57.0941898Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeDbList.json",
2025-08-20T19:15:57.0942314Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeDistributeTableList.json",
2025-08-20T19:15:57.0942983Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeEvents.json",
2025-08-20T19:15:57.0943365Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeGdnInstances.json",
2025-08-20T19:15:57.0943744Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeOpenBackupSet.json",
2025-08-20T19:15:57.0944171Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeParameterTemplates.json",
2025-08-20T19:15:57.0944543Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeParameters.json",
2025-08-20T19:15:57.0944879Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeRegions.json",
2025-08-20T19:15:57.0945326Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeScaleOutMigrateTaskList.json",
2025-08-20T19:15:57.0945689Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeSecurityIps.json",
2025-08-20T19:15:57.0946089Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeSlowLogRecords.json",
2025-08-20T19:15:57.0946591Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeTags.json",
2025-08-20T19:15:57.0946932Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeTasks.json",
2025-08-20T19:15:57.0947396Z [00:02:03.294]➜  			"metadatas/polardbx/DescribeUserEncryptionKeyList.json",
2025-08-20T19:15:57.0947818Z [00:02:03.294]➜  			"metadatas/polardbx/DisableRightsSeparation.json",
2025-08-20T19:15:57.0948364Z [00:02:03.294]➜  			"metadatas/polardbx/EnableRightsSeparation.json",
2025-08-20T19:15:57.0948730Z [00:02:03.294]➜  			"metadatas/polardbx/ListTagResources.json",
2025-08-20T19:15:57.0949131Z [00:02:03.294]➜  			"metadatas/polardbx/ModifyAccountDescription.json",
2025-08-20T19:15:57.0949539Z [00:02:03.294]➜  			"metadatas/polardbx/ModifyAccountPrivilege.json",
2025-08-20T19:15:57.0950033Z [00:02:03.294]➜  			"metadatas/polardbx/ModifyActiveOperationMaintainConf.json",
2025-08-20T19:15:57.0950461Z [00:02:03.294]➜  			"metadatas/polardbx/ModifyActiveOperationTasks.json",
2025-08-20T19:15:57.0950998Z [00:02:03.294]➜  			"metadatas/polardbx/ModifyDBInstanceClass.json",
2025-08-20T19:15:57.0951418Z [00:02:03.294]➜  			"metadatas/polardbx/ModifyDBInstanceConfig.json",
2025-08-20T19:15:57.0951897Z [00:02:03.294]➜  			"metadatas/polardbx/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:57.0952345Z [00:02:03.294]➜  			"metadatas/polardbx/ModifyDBInstanceDescription.json",
2025-08-20T19:15:57.0952950Z [00:02:03.294]➜  			"metadatas/polardbx/ModifyDatabaseDescription.json",
2025-08-20T19:15:57.0953328Z [00:02:03.294]➜  			"metadatas/polardbx/ModifyParameter.json",
2025-08-20T19:15:57.0953687Z [00:02:03.294]➜  			"metadatas/polardbx/ModifySecurityIps.json",
2025-08-20T19:15:57.0954098Z [00:02:03.294]➜  			"metadatas/polardbx/ReleaseColdDataVolume.json",
2025-08-20T19:15:57.0954562Z [00:02:03.294]➜  			"metadatas/polardbx/ReleaseInstancePublicConnection.json",
2025-08-20T19:15:57.0954993Z [00:02:03.294]➜  			"metadatas/polardbx/ResetAccountPassword.json",
2025-08-20T19:15:57.0955427Z [00:02:03.294]➜  			"metadatas/polardbx/RestartDBInstance.json",
2025-08-20T19:15:57.0955829Z [00:02:03.294]➜  			"metadatas/polardbx/SwitchDBInstanceHA.json",
2025-08-20T19:15:57.0956195Z [00:02:03.294]➜  			"metadatas/polardbx/SwitchGdnMemberRole.json",
2025-08-20T19:15:57.0956503Z [00:02:03.294]➜  			"metadatas/polardbx/TagResources.json",
2025-08-20T19:15:57.0956817Z [00:02:03.294]➜  			"metadatas/polardbx/UntagResources.json",
2025-08-20T19:15:57.0957163Z [00:02:03.294]➜  			"metadatas/polardbx/UpdateBackupPolicy.json",
2025-08-20T19:15:57.0957506Z [00:02:03.294]➜  			"metadatas/polardbx/UpdateDBInstanceSSL.json",
2025-08-20T19:15:57.0957987Z [00:02:03.294]➜  			"metadatas/polardbx/UpdateDBInstanceTDE.json",
2025-08-20T19:15:57.0958381Z [00:02:03.294]➜  			"metadatas/polardbx/UpdatePolarDBXInstanceNode.json",
2025-08-20T19:15:57.0958813Z [00:02:03.294]➜  			"metadatas/polardbx/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:15:57.0959239Z [00:02:03.294]➜  			"metadatas/privatelink/AddUserToVpcEndpointService.json",
2025-08-20T19:15:57.0959615Z [00:02:03.294]➜  			"metadatas/privatelink/AddZoneToVpcEndpoint.json",
2025-08-20T19:15:57.0960096Z [00:02:03.294]➜  			"metadatas/privatelink/AttachResourceToVpcEndpointService.json",
2025-08-20T19:15:57.0960572Z [00:02:03.294]➜  			"metadatas/privatelink/AttachSecurityGroupToVpcEndpoint.json",
2025-08-20T19:15:57.0960926Z [00:02:03.295]➜  			"metadatas/privatelink/ChangeResourceGroup.json",
2025-08-20T19:15:57.0961278Z [00:02:03.295]➜  			"metadatas/privatelink/CheckProductOpen.json",
2025-08-20T19:15:57.0961625Z [00:02:03.295]➜  			"metadatas/privatelink/CreateVpcEndpoint.json",
2025-08-20T19:15:57.0962032Z [00:02:03.295]➜  			"metadatas/privatelink/CreateVpcEndpointService.json",
2025-08-20T19:15:57.0962374Z [00:02:03.295]➜  			"metadatas/privatelink/DeleteVpcEndpoint.json",
2025-08-20T19:15:57.0962972Z [00:02:03.295]➜  			"metadatas/privatelink/DeleteVpcEndpointService.json",
2025-08-20T19:15:57.0963295Z [00:02:03.295]➜  			"metadatas/privatelink/DescribeRegions.json",
2025-08-20T19:15:57.0963803Z [00:02:03.295]➜  			"metadatas/privatelink/DescribeZones.json",
2025-08-20T19:15:57.0964310Z [00:02:03.295]➜  			"metadatas/privatelink/DetachResourceFromVpcEndpointService.json",
2025-08-20T19:15:57.0964793Z [00:02:03.295]➜  			"metadatas/privatelink/DetachSecurityGroupFromVpcEndpoint.json",
2025-08-20T19:15:57.0965228Z [00:02:03.295]➜  			"metadatas/privatelink/DisableVpcEndpointConnection.json",
2025-08-20T19:15:57.0965801Z [00:02:03.295]➜  			"metadatas/privatelink/DisableVpcEndpointZoneConnection.json",
2025-08-20T19:15:57.0966226Z [00:02:03.295]➜  			"metadatas/privatelink/EnableVpcEndpointConnection.json",
2025-08-20T19:15:57.0966668Z [00:02:03.295]➜  			"metadatas/privatelink/EnableVpcEndpointZoneConnection.json",
2025-08-20T19:15:57.0967053Z [00:02:03.295]➜  			"metadatas/privatelink/GetVpcEndpointAttribute.json",
2025-08-20T19:15:57.0967523Z [00:02:03.295]➜  			"metadatas/privatelink/GetVpcEndpointServiceAttribute.json",
2025-08-20T19:15:57.0968011Z [00:02:03.295]➜  			"metadatas/privatelink/ListTagResources.json",
2025-08-20T19:15:57.0968447Z [00:02:03.295]➜  			"metadatas/privatelink/ListVpcEndpointConnections.json",
2025-08-20T19:15:57.0968879Z [00:02:03.295]➜  			"metadatas/privatelink/ListVpcEndpointSecurityGroups.json",
2025-08-20T19:15:57.0969351Z [00:02:03.295]➜  			"metadatas/privatelink/ListVpcEndpointServiceResources.json",
2025-08-20T19:15:57.0969778Z [00:02:03.295]➜  			"metadatas/privatelink/ListVpcEndpointServiceUsers.json",
2025-08-20T19:15:57.0970182Z [00:02:03.295]➜  			"metadatas/privatelink/ListVpcEndpointServices.json",
2025-08-20T19:15:57.0970651Z [00:02:03.295]➜  			"metadatas/privatelink/ListVpcEndpointServicesByEndUser.json",
2025-08-20T19:15:57.0971038Z [00:02:03.295]➜  			"metadatas/privatelink/ListVpcEndpointZones.json",
2025-08-20T19:15:57.0971383Z [00:02:03.295]➜  			"metadatas/privatelink/ListVpcEndpoints.json",
2025-08-20T19:15:57.0971765Z [00:02:03.295]➜  			"metadatas/privatelink/OpenPrivateLinkService.json",
2025-08-20T19:15:57.0972237Z [00:02:03.295]➜  			"metadatas/privatelink/RemoveUserFromVpcEndpointService.json",
2025-08-20T19:15:57.0972919Z [00:02:03.295]➜  			"metadatas/privatelink/RemoveZoneFromVpcEndpoint.json",
2025-08-20T19:15:57.0973249Z [00:02:03.295]➜  			"metadatas/privatelink/TagResources.json",
2025-08-20T19:15:57.0973590Z [00:02:03.295]➜  			"metadatas/privatelink/UntagResources.json",
2025-08-20T19:15:57.0974012Z [00:02:03.295]➜  			"metadatas/privatelink/UpdateVpcEndpointAttribute.json",
2025-08-20T19:15:57.0974548Z [00:02:03.295]➜  			"metadatas/privatelink/UpdateVpcEndpointConnectionAttribute.json",
2025-08-20T19:15:57.0975035Z [00:02:03.295]➜  			"metadatas/privatelink/UpdateVpcEndpointServiceAttribute.json",
2025-08-20T19:15:57.0975728Z [00:02:03.295]➜  			"metadatas/privatelink/UpdateVpcEndpointServiceResourceAttribute.json",
2025-08-20T19:15:57.0976353Z [00:02:03.295]➜  			"metadatas/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json",
2025-08-20T19:15:57.0976640Z [00:02:03.295]➜  			"metadatas/products.json",
2025-08-20T19:15:57.0976936Z [00:02:03.295]➜  			"metadatas/push/BindAlias.json",
2025-08-20T19:15:57.0977218Z [00:02:03.295]➜  			"metadatas/push/BindPhone.json",
2025-08-20T19:15:57.0977509Z [00:02:03.295]➜  			"metadatas/push/BindTag.json",
2025-08-20T19:15:57.0977796Z [00:02:03.295]➜  			"metadatas/push/CancelPush.json",
2025-08-20T19:15:57.0978121Z [00:02:03.295]➜  			"metadatas/push/CheckCertificate.json",
2025-08-20T19:15:57.0978427Z [00:02:03.295]➜  			"metadatas/push/CheckDevice.json",
2025-08-20T19:15:57.0978748Z [00:02:03.295]➜  			"metadatas/push/CheckDevices.json",
2025-08-20T19:15:57.0979131Z [00:02:03.295]➜  			"metadatas/push/CompleteContinuouslyPush.json",
2025-08-20T19:15:57.0979474Z [00:02:03.295]➜  			"metadatas/push/ContinuouslyPush.json",
2025-08-20T19:15:57.0979788Z [00:02:03.295]➜  			"metadatas/push/ListSummaryApps.json",
2025-08-20T19:15:57.0980062Z [00:02:03.295]➜  			"metadatas/push/ListTags.json",
2025-08-20T19:15:57.0980377Z [00:02:03.295]➜  			"metadatas/push/MassPush.json",
2025-08-20T19:15:57.0980806Z [00:02:03.295]➜  			"metadatas/push/Push.json",
2025-08-20T19:15:57.0981142Z [00:02:03.295]➜  			"metadatas/push/PushMessageToAndroid.json",
2025-08-20T19:15:57.0981464Z [00:02:03.295]➜  			"metadatas/push/PushMessageToiOS.json",
2025-08-20T19:15:57.0981791Z [00:02:03.296]➜  			"metadatas/push/PushNoticeToAndroid.json",
2025-08-20T19:15:57.0982117Z [00:02:03.296]➜  			"metadatas/push/PushNoticeToiOS.json",
2025-08-20T19:15:57.0982733Z [00:02:03.296]➜  			"metadatas/push/QueryAliases.json",
2025-08-20T19:15:57.0983139Z [00:02:03.296]➜  			"metadatas/push/QueryDeviceInfo.json",
2025-08-20T19:15:57.0983497Z [00:02:03.296]➜  			"metadatas/push/QueryDeviceStat.json",
2025-08-20T19:15:57.0983888Z [00:02:03.296]➜  			"metadatas/push/QueryDevicesByAccount.json",
2025-08-20T19:15:57.0984249Z [00:02:03.296]➜  			"metadatas/push/QueryDevicesByAlias.json",
2025-08-20T19:15:57.0984583Z [00:02:03.296]➜  			"metadatas/push/QueryPushRecords.json",
2025-08-20T19:15:57.0985010Z [00:02:03.296]➜  			"metadatas/push/QueryPushStatByApp.json",
2025-08-20T19:15:57.0985366Z [00:02:03.296]➜  			"metadatas/push/QueryPushStatByMsg.json",
2025-08-20T19:15:57.0985667Z [00:02:03.296]➜  			"metadatas/push/QueryTags.json",
2025-08-20T19:15:57.0986020Z [00:02:03.296]➜  			"metadatas/push/QueryUniqueDeviceStat.json",
2025-08-20T19:15:57.0986308Z [00:02:03.296]➜  			"metadatas/push/RemoveTag.json",
2025-08-20T19:15:57.0986623Z [00:02:03.296]➜  			"metadatas/push/UnbindAlias.json",
2025-08-20T19:15:57.0986923Z [00:02:03.296]➜  			"metadatas/push/UnbindPhone.json",
2025-08-20T19:15:57.0987220Z [00:02:03.296]➜  			"metadatas/push/UnbindTag.json",
2025-08-20T19:15:57.0987534Z [00:02:03.296]➜  			"metadatas/pvtz/AddCustomLine.json",
2025-08-20T19:15:57.0987877Z [00:02:03.296]➜  			"metadatas/pvtz/AddResolverEndpoint.json",
2025-08-20T19:15:57.0988188Z [00:02:03.296]➜  			"metadatas/pvtz/AddResolverRule.json",
2025-08-20T19:15:57.0988562Z [00:02:03.296]➜  			"metadatas/pvtz/AddUserVpcAuthorization.json",
2025-08-20T19:15:57.0988871Z [00:02:03.296]➜  			"metadatas/pvtz/AddZone.json",
2025-08-20T19:15:57.0989181Z [00:02:03.296]➜  			"metadatas/pvtz/AddZoneRecord.json",
2025-08-20T19:15:57.0989518Z [00:02:03.296]➜  			"metadatas/pvtz/BindResolverRuleVpc.json",
2025-08-20T19:15:57.0989812Z [00:02:03.296]➜  			"metadatas/pvtz/BindZoneVpc.json",
2025-08-20T19:15:57.0990127Z [00:02:03.296]➜  			"metadatas/pvtz/ChangeZoneDnsGroup.json",
2025-08-20T19:15:57.0990433Z [00:02:03.296]➜  			"metadatas/pvtz/CheckZoneName.json",
2025-08-20T19:15:57.0990742Z [00:02:03.296]➜  			"metadatas/pvtz/DeleteCustomLine.json",
2025-08-20T19:15:57.0991094Z [00:02:03.296]➜  			"metadatas/pvtz/DeleteResolverEndpoint.json",
2025-08-20T19:15:57.0991576Z [00:02:03.296]➜  			"metadatas/pvtz/DeleteResolverRule.json",
2025-08-20T19:15:57.0991956Z [00:02:03.296]➜  			"metadatas/pvtz/DeleteUserVpcAuthorization.json",
2025-08-20T19:15:57.0992276Z [00:02:03.296]➜  			"metadatas/pvtz/DeleteZone.json",
2025-08-20T19:15:57.0992792Z [00:02:03.296]➜  			"metadatas/pvtz/DeleteZoneRecord.json",
2025-08-20T19:15:57.0993260Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeChangeLogs.json",
2025-08-20T19:15:57.0993605Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeCustomLineInfo.json",
2025-08-20T19:15:57.0993950Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeCustomLines.json",
2025-08-20T19:15:57.0994249Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeRegions.json",
2025-08-20T19:15:57.0994588Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeRequestGraph.json",
2025-08-20T19:15:57.0995019Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeResolverAvailableZones.json",
2025-08-20T19:15:57.0995399Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeResolverEndpoint.json",
2025-08-20T19:15:57.0995787Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeResolverEndpoints.json",
2025-08-20T19:15:57.0996141Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeResolverRule.json",
2025-08-20T19:15:57.0996488Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeResolverRules.json",
2025-08-20T19:15:57.0996873Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeStatisticSummary.json",
2025-08-20T19:15:57.0997245Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeSyncEcsHostTask.json",
2025-08-20T19:15:57.0997553Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeTags.json",
2025-08-20T19:15:57.0997937Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeUserServiceStatus.json",
2025-08-20T19:15:57.0998364Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeUserVpcAuthorizations.json",
2025-08-20T19:15:57.0998819Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeZoneInfo.json",
2025-08-20T19:15:57.0999180Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeZoneRecord.json",
2025-08-20T19:15:57.0999511Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeZoneRecords.json",
2025-08-20T19:15:57.0999849Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeZoneVpcTree.json",
2025-08-20T19:15:57.1000161Z [00:02:03.296]➜  			"metadatas/pvtz/DescribeZones.json",
2025-08-20T19:15:57.1000485Z [00:02:03.296]➜  			"metadatas/pvtz/ListTagResources.json",
2025-08-20T19:15:57.1001020Z [00:02:03.296]➜  			"metadatas/pvtz/MoveResourceGroup.json",
2025-08-20T19:15:57.1001408Z [00:02:03.296]➜  			"metadatas/pvtz/SearchCustomLines.json",
2025-08-20T19:15:57.1001728Z [00:02:03.296]➜  			"metadatas/pvtz/SetProxyPattern.json",
2025-08-20T19:15:57.1002080Z [00:02:03.296]➜  			"metadatas/pvtz/SetZoneRecordStatus.json",
2025-08-20T19:15:57.1002643Z [00:02:03.296]➜  			"metadatas/pvtz/TagResources.json",
2025-08-20T19:15:57.1002987Z [00:02:03.296]➜  			"metadatas/pvtz/UntagResources.json",
2025-08-20T19:15:57.1003321Z [00:02:03.296]➜  			"metadatas/pvtz/UpdateCustomLine.json",
2025-08-20T19:15:57.1003665Z [00:02:03.296]➜  			"metadatas/pvtz/UpdateRecordRemark.json",
2025-08-20T19:15:57.1004039Z [00:02:03.296]➜  			"metadatas/pvtz/UpdateResolverEndpoint.json",
2025-08-20T19:15:57.1004389Z [00:02:03.296]➜  			"metadatas/pvtz/UpdateResolverRule.json",
2025-08-20T19:15:57.1004732Z [00:02:03.296]➜  			"metadatas/pvtz/UpdateSyncEcsHostTask.json",
2025-08-20T19:15:57.1005055Z [00:02:03.296]➜  			"metadatas/pvtz/UpdateZoneRecord.json",
2025-08-20T19:15:57.1005385Z [00:02:03.296]➜  			"metadatas/pvtz/UpdateZoneRemark.json",
2025-08-20T19:15:57.1005722Z [00:02:03.296]➜  			"metadatas/quotas/CreateQuotaAlarm.json",
2025-08-20T19:15:57.1006097Z [00:02:03.296]➜  			"metadatas/quotas/CreateQuotaApplication.json",
2025-08-20T19:15:57.1006588Z [00:02:03.296]➜  			"metadatas/quotas/CreateQuotaApplicationsForTemplate.json",
2025-08-20T19:15:57.1006966Z [00:02:03.296]➜  			"metadatas/quotas/CreateTemplateQuotaItem.json",
2025-08-20T19:15:57.1007321Z [00:02:03.296]➜  			"metadatas/quotas/DeleteQuotaAlarm.json",
2025-08-20T19:15:57.1007700Z [00:02:03.296]➜  			"metadatas/quotas/DeleteTemplateQuotaItem.json",
2025-08-20T19:15:57.1008172Z [00:02:03.296]➜  			"metadatas/quotas/GetProductQuota.json",
2025-08-20T19:15:57.1008580Z [00:02:03.296]➜  			"metadatas/quotas/GetProductQuotaDimension.json",
2025-08-20T19:15:57.1008908Z [00:02:03.296]➜  			"metadatas/quotas/GetQuotaAlarm.json",
2025-08-20T19:15:57.1009278Z [00:02:03.296]➜  			"metadatas/quotas/GetQuotaApplication.json",
2025-08-20T19:15:57.1009860Z [00:02:03.296]➜  			"metadatas/quotas/GetQuotaApplicationApproval.json",
2025-08-20T19:15:57.1010303Z [00:02:03.296]➜  			"metadatas/quotas/GetQuotaTemplateServiceStatus.json",
2025-08-20T19:15:57.1010642Z [00:02:03.296]➜  			"metadatas/quotas/ListAlarmHistories.json",
2025-08-20T19:15:57.1010991Z [00:02:03.296]➜  			"metadatas/quotas/ListDependentQuotas.json",
2025-08-20T19:15:57.1011395Z [00:02:03.296]➜  			"metadatas/quotas/ListProductDimensionGroups.json",
2025-08-20T19:15:57.1011803Z [00:02:03.296]➜  			"metadatas/quotas/ListProductQuotaDimensions.json",
2025-08-20T19:15:57.1012156Z [00:02:03.296]➜  			"metadatas/quotas/ListProductQuotas.json",
2025-08-20T19:15:57.1012696Z [00:02:03.296]➜  			"metadatas/quotas/ListProducts.json",
2025-08-20T19:15:57.1013030Z [00:02:03.296]➜  			"metadatas/quotas/ListQuotaAlarms.json",
2025-08-20T19:15:57.1013452Z [00:02:03.296]➜  			"metadatas/quotas/ListQuotaApplicationTemplates.json",
2025-08-20T19:15:57.1013830Z [00:02:03.296]➜  			"metadatas/quotas/ListQuotaApplications.json",
2025-08-20T19:15:57.1014335Z [00:02:03.296]➜  			"metadatas/quotas/ListQuotaApplicationsDetailForTemplate.json",
2025-08-20T19:15:57.1014778Z [00:02:03.296]➜  			"metadatas/quotas/ListQuotaApplicationsForTemplate.json",
2025-08-20T19:15:57.1015228Z [00:02:03.296]➜  			"metadatas/quotas/ModifyQuotaTemplateServiceStatus.json",
2025-08-20T19:15:57.1015595Z [00:02:03.296]➜  			"metadatas/quotas/ModifyTemplateQuotaItem.json",
2025-08-20T19:15:57.1016166Z [00:02:03.296]➜  			"metadatas/quotas/RemindQuotaApplicationApproval.json",
2025-08-20T19:15:57.1016505Z [00:02:03.296]➜  			"metadatas/quotas/UpdateQuotaAlarm.json",
2025-08-20T19:15:57.1016857Z [00:02:03.296]➜  			"metadatas/r-kvstore/AddShardingNode.json",
2025-08-20T19:15:57.1017238Z [00:02:03.296]➜  			"metadatas/r-kvstore/AllocateDirectConnection.json",
2025-08-20T19:15:57.1017697Z [00:02:03.296]➜  			"metadatas/r-kvstore/AllocateInstancePublicConnection.json",
2025-08-20T19:15:57.1018226Z [00:02:03.296]➜  			"metadatas/r-kvstore/CancelActiveOperationTasks.json",
2025-08-20T19:15:57.1018657Z [00:02:03.296]➜  			"metadatas/r-kvstore/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:57.1018970Z [00:02:03.296]➜  			"metadatas/r-kvstore/CreateAccount.json",
2025-08-20T19:15:57.1019291Z [00:02:03.296]➜  			"metadatas/r-kvstore/CreateBackup.json",
2025-08-20T19:15:57.1019669Z [00:02:03.296]➜  			"metadatas/r-kvstore/CreateCacheAnalysisTask.json",
2025-08-20T19:15:57.1020080Z [00:02:03.296]➜  			"metadatas/r-kvstore/CreateGlobalDistributeCache.json",
2025-08-20T19:15:57.1020484Z [00:02:03.296]➜  			"metadatas/r-kvstore/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.1020823Z [00:02:03.296]➜  			"metadatas/r-kvstore/CreateInstance.json",
2025-08-20T19:15:57.1021143Z [00:02:03.296]➜  			"metadatas/r-kvstore/CreateInstances.json",
2025-08-20T19:15:57.1021497Z [00:02:03.296]➜  			"metadatas/r-kvstore/CreateParameterGroup.json",
2025-08-20T19:15:57.1021847Z [00:02:03.296]➜  			"metadatas/r-kvstore/CreateTairInstance.json",
2025-08-20T19:15:57.1022162Z [00:02:03.296]➜  			"metadatas/r-kvstore/DeleteAccount.json",
2025-08-20T19:15:57.1022659Z [00:02:03.296]➜  			"metadatas/r-kvstore/DeleteBackup.json",
2025-08-20T19:15:57.1023083Z [00:02:03.296]➜  			"metadatas/r-kvstore/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.1023416Z [00:02:03.296]➜  			"metadatas/r-kvstore/DeleteInstance.json",
2025-08-20T19:15:57.1023782Z [00:02:03.296]➜  			"metadatas/r-kvstore/DeleteParameterGroup.json",
2025-08-20T19:15:57.1024128Z [00:02:03.296]➜  			"metadatas/r-kvstore/DeleteShardingNode.json",
2025-08-20T19:15:57.1024457Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeAccounts.json",
2025-08-20T19:15:57.1025052Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeActiveOperationTask.json",
2025-08-20T19:15:57.1025478Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeActiveOperationTasks.json",
2025-08-20T19:15:57.1025867Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeAuditLogConfig.json",
2025-08-20T19:15:57.1026409Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeAuditRecords.json",
2025-08-20T19:15:57.1026807Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeAvailableResource.json",
2025-08-20T19:15:57.1027170Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeBackupPolicy.json",
2025-08-20T19:15:57.1027513Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeBackupTasks.json",
2025-08-20T19:15:57.1027832Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeBackups.json",
2025-08-20T19:15:57.1028222Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeCacheAnalysisReport.json",
2025-08-20T19:15:57.1028657Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeCacheAnalysisReportList.json",
2025-08-20T19:15:57.1029060Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeClusterBackupList.json",
2025-08-20T19:15:57.1029467Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeClusterMemberInfo.json",
2025-08-20T19:15:57.1029846Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeDBInstanceNetInfo.json",
2025-08-20T19:15:57.1030300Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeDBNodeDirectVipInfo.json",
2025-08-20T19:15:57.1030820Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeDedicatedClusterInstanceList.json",
2025-08-20T19:15:57.1031217Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeEncryptionKey.json",
2025-08-20T19:15:57.1031627Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeEncryptionKeyList.json",
2025-08-20T19:15:57.1032033Z [00:02:03.296]➜  			"metadatas/r-kvstore/DescribeEngineVersion.json",
2025-08-20T19:15:57.1032897Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeGlobalDistributeCache.json",
2025-08-20T19:15:57.1033380Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.1033905Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:57.1034322Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeHistoryMonitorValues.json",
2025-08-20T19:15:57.1034691Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeHistoryTasks.json",
2025-08-20T19:15:57.1035253Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeInstanceAttribute.json",
2025-08-20T19:15:57.1035778Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:57.1036183Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeInstanceConfig.json",
2025-08-20T19:15:57.1036549Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeInstanceSSL.json",
2025-08-20T19:15:57.1036967Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeInstanceTDEStatus.json",
2025-08-20T19:15:57.1037341Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeInstances.json",
2025-08-20T19:15:57.1037745Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeInstancesOverview.json",
2025-08-20T19:15:57.1038148Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeIntranetAttribute.json",
2025-08-20T19:15:57.1038593Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeLogicInstanceTopology.json",
2025-08-20T19:15:57.1038954Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeMonitorItems.json",
2025-08-20T19:15:57.1039355Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeParameterGroup.json",
2025-08-20T19:15:57.1039834Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeParameterGroupSupportParam.json",
2025-08-20T19:15:57.1040318Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeParameterGroupTemplateList.json",
2025-08-20T19:15:57.1040721Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeParameterGroups.json",
2025-08-20T19:15:57.1041232Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeParameterModificationHistory.json",
2025-08-20T19:15:57.1041642Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeParameterTemplates.json",
2025-08-20T19:15:57.1042174Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeParameters.json",
2025-08-20T19:15:57.1042704Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribePrice.json",
2025-08-20T19:15:57.1043047Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeRegions.json",
2025-08-20T19:15:57.1043433Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeRoleZoneInfo.json",
2025-08-20T19:15:57.1043989Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeRunningLogRecords.json",
2025-08-20T19:15:57.1044485Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:15:57.1044852Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeSecurityIps.json",
2025-08-20T19:15:57.1045254Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeSlowLogRecords.json",
2025-08-20T19:15:57.1045573Z [00:02:03.297]➜  			"metadatas/r-kvstore/DescribeZones.json",
2025-08-20T19:15:57.1045994Z [00:02:03.297]➜  			"metadatas/r-kvstore/EnableAdditionalBandwidth.json",
2025-08-20T19:15:57.1046300Z [00:02:03.297]➜  			"metadatas/r-kvstore/FlushExpireKeys.json",
2025-08-20T19:15:57.1046600Z [00:02:03.297]➜  			"metadatas/r-kvstore/FlushInstance.json",
2025-08-20T19:15:57.1046948Z [00:02:03.297]➜  			"metadatas/r-kvstore/FlushInstanceForDB.json",
2025-08-20T19:15:57.1047304Z [00:02:03.297]➜  			"metadatas/r-kvstore/GrantAccountPrivilege.json",
2025-08-20T19:15:57.1047729Z [00:02:03.297]➜  			"metadatas/r-kvstore/InitializeKvstorePermission.json",
2025-08-20T19:15:57.1048070Z [00:02:03.297]➜  			"metadatas/r-kvstore/ListTagResources.json",
2025-08-20T19:15:57.1048418Z [00:02:03.297]➜  			"metadatas/r-kvstore/LockDBInstanceWrite.json",
2025-08-20T19:15:57.1048823Z [00:02:03.297]➜  			"metadatas/r-kvstore/MasterNodeShutDownFailOver.json",
2025-08-20T19:15:57.1049174Z [00:02:03.297]➜  			"metadatas/r-kvstore/MigrateToOtherZone.json",
2025-08-20T19:15:57.1049699Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyAccountDescription.json",
2025-08-20T19:15:57.1050091Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyAccountPassword.json",
2025-08-20T19:15:57.1050513Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyActiveOperationTask.json",
2025-08-20T19:15:57.1050922Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyActiveOperationTasks.json",
2025-08-20T19:15:57.1051298Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyAuditLogConfig.json",
2025-08-20T19:15:57.1051783Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyBackupExpireTime.json",
2025-08-20T19:15:57.1052179Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyBackupPolicy.json",
2025-08-20T19:15:57.1052794Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyDBInstanceAutoUpgrade.json",
2025-08-20T19:15:57.1053271Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:57.1053686Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.1054129Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:15:57.1054608Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:57.1055024Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyInstanceAttribute.json",
2025-08-20T19:15:57.1055479Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:57.1055801Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyInstanceBandwidth.json",
2025-08-20T19:15:57.1056154Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyInstanceConfig.json",
2025-08-20T19:15:57.1056565Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:57.1056958Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyInstanceMajorVersion.json",
2025-08-20T19:15:57.1057355Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyInstanceMinorVersion.json",
2025-08-20T19:15:57.1057749Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyInstanceNetExpireTime.json",
2025-08-20T19:15:57.1058141Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyInstanceParameter.json",
2025-08-20T19:15:57.1058494Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyInstanceSSL.json",
2025-08-20T19:15:57.1058985Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyInstanceSpec.json",
2025-08-20T19:15:57.1059327Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyInstanceTDE.json",
2025-08-20T19:15:57.1059744Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyInstanceVpcAuthMode.json",
2025-08-20T19:15:57.1060138Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyIntranetAttribute.json",
2025-08-20T19:15:57.1060666Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyParameterGroup.json",
2025-08-20T19:15:57.1061054Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyResourceGroup.json",
2025-08-20T19:15:57.1061530Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifySecurityGroupConfiguration.json",
2025-08-20T19:15:57.1061878Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifySecurityIps.json",
2025-08-20T19:15:57.1062227Z [00:02:03.297]➜  			"metadatas/r-kvstore/ModifyTaskInfo.json",
2025-08-20T19:15:57.1062792Z [00:02:03.297]➜  			"metadatas/r-kvstore/ReleaseDirectConnection.json",
2025-08-20T19:15:57.1063270Z [00:02:03.297]➜  			"metadatas/r-kvstore/ReleaseInstancePublicConnection.json",
2025-08-20T19:15:57.1063613Z [00:02:03.297]➜  			"metadatas/r-kvstore/RemoveSubInstance.json",
2025-08-20T19:15:57.1064014Z [00:02:03.297]➜  			"metadatas/r-kvstore/RenewAdditionalBandwidth.json",
2025-08-20T19:15:57.1064336Z [00:02:03.297]➜  			"metadatas/r-kvstore/RenewInstance.json",
2025-08-20T19:15:57.1064702Z [00:02:03.297]➜  			"metadatas/r-kvstore/ResetAccountPassword.json",
2025-08-20T19:15:57.1065009Z [00:02:03.297]➜  			"metadatas/r-kvstore/RestartInstance.json",
2025-08-20T19:15:57.1065343Z [00:02:03.297]➜  			"metadatas/r-kvstore/RestoreInstance.json",
2025-08-20T19:15:57.1065686Z [00:02:03.297]➜  			"metadatas/r-kvstore/SwitchInstanceHA.json",
2025-08-20T19:15:57.1066067Z [00:02:03.297]➜  			"metadatas/r-kvstore/SwitchInstanceProxy.json",
2025-08-20T19:15:57.1066616Z [00:02:03.297]➜  			"metadatas/r-kvstore/SwitchInstanceZoneFailOver.json",
2025-08-20T19:15:57.1066978Z [00:02:03.297]➜  			"metadatas/r-kvstore/SwitchNetwork.json",
2025-08-20T19:15:57.1067316Z [00:02:03.297]➜  			"metadatas/r-kvstore/SyncDtsStatus.json",
2025-08-20T19:15:57.1067635Z [00:02:03.297]➜  			"metadatas/r-kvstore/TagResources.json",
2025-08-20T19:15:57.1068054Z [00:02:03.297]➜  			"metadatas/r-kvstore/TransformInstanceChargeType.json",
2025-08-20T19:15:57.1068585Z [00:02:03.297]➜  			"metadatas/r-kvstore/TransformToPrePaid.json",
2025-08-20T19:15:57.1069005Z [00:02:03.297]➜  			"metadatas/r-kvstore/UnlockDBInstanceWrite.json",
2025-08-20T19:15:57.1069331Z [00:02:03.297]➜  			"metadatas/r-kvstore/UntagResources.json",
2025-08-20T19:15:57.1069686Z [00:02:03.297]➜  			"metadatas/rai/BatchContentAsyncDetect.json",
2025-08-20T19:15:57.1070029Z [00:02:03.297]➜  			"metadatas/rai/BatchContentSyncDetect.json",
2025-08-20T19:15:57.1070322Z [00:02:03.297]➜  			"metadatas/rai/CheckAccount.json",
2025-08-20T19:15:57.1070647Z [00:02:03.297]➜  			"metadatas/rai/ContentAsyncDetect.json",
2025-08-20T19:15:57.1070969Z [00:02:03.297]➜  			"metadatas/rai/ContentSyncDetect.json",
2025-08-20T19:15:57.1071407Z [00:02:03.297]➜  			"metadatas/rai/CreatePolicy.json",
2025-08-20T19:15:57.1071717Z [00:02:03.297]➜  			"metadatas/rai/CreateTopic.json",
2025-08-20T19:15:57.1072024Z [00:02:03.297]➜  			"metadatas/rai/CreateWordGroup.json",
2025-08-20T19:15:57.1072325Z [00:02:03.297]➜  			"metadatas/rai/DeletePolicy.json",
2025-08-20T19:15:57.1072864Z [00:02:03.297]➜  			"metadatas/rai/DeleteTopic.json",
2025-08-20T19:15:57.1073182Z [00:02:03.297]➜  			"metadatas/rai/DeleteWordGroup.json",
2025-08-20T19:15:57.1073517Z [00:02:03.297]➜  			"metadatas/rai/GetContentDetectResult.json",
2025-08-20T19:15:57.1073953Z [00:02:03.297]➜  			"metadatas/rai/GetModelInputContentDetectResult.json",
2025-08-20T19:15:57.1074391Z [00:02:03.297]➜  			"metadatas/rai/GetModelOutputContentDetectResult.json",
2025-08-20T19:15:57.1074759Z [00:02:03.297]➜  			"metadatas/rai/GetPolicyDefaultOptions.json",
2025-08-20T19:15:57.1075061Z [00:02:03.297]➜  			"metadatas/rai/GetPolicyInfo.json",
2025-08-20T19:15:57.1075358Z [00:02:03.297]➜  			"metadatas/rai/GetTopic.json",
2025-08-20T19:15:57.1075658Z [00:02:03.297]➜  			"metadatas/rai/GetWordGroup.json",
2025-08-20T19:15:57.1075931Z [00:02:03.297]➜  			"metadatas/rai/ListPolicy.json",
2025-08-20T19:15:57.1076189Z [00:02:03.297]➜  			"metadatas/rai/ListTopic.json",
2025-08-20T19:15:57.1076467Z [00:02:03.297]➜  			"metadatas/rai/ListWordGroup.json",
2025-08-20T19:15:57.1076958Z [00:02:03.297]➜  			"metadatas/rai/ModelInputContentAsyncDetect.json",
2025-08-20T19:15:57.1077322Z [00:02:03.297]➜  			"metadatas/rai/ModelInputContentSyncDetect.json",
2025-08-20T19:15:57.1077680Z [00:02:03.297]➜  			"metadatas/rai/ModelOutputContentAsyncDetect.json",
2025-08-20T19:15:57.1078053Z [00:02:03.297]➜  			"metadatas/rai/ModelOutputContentSyncDetect.json",
2025-08-20T19:15:57.1078443Z [00:02:03.297]➜  			"metadatas/rai/RegisterAccount.json",
2025-08-20T19:15:57.1078764Z [00:02:03.297]➜  			"metadatas/rai/UpdatePolicy.json",
2025-08-20T19:15:57.1079018Z [00:02:03.297]➜  			"metadatas/rai/UpdateTopic.json",
2025-08-20T19:15:57.1079304Z [00:02:03.297]➜  			"metadatas/rai/UpdateWordGroup.json",
2025-08-20T19:15:57.1079605Z [00:02:03.297]➜  			"metadatas/ram/AddUserToGroup.json",
2025-08-20T19:15:57.1079913Z [00:02:03.297]➜  			"metadatas/ram/AttachPolicyToGroup.json",
2025-08-20T19:15:57.1080218Z [00:02:03.297]➜  			"metadatas/ram/AttachPolicyToRole.json",
2025-08-20T19:15:57.1080541Z [00:02:03.297]➜  			"metadatas/ram/AttachPolicyToUser.json",
2025-08-20T19:15:57.1080816Z [00:02:03.297]➜  			"metadatas/ram/BindMFADevice.json",
2025-08-20T19:15:57.1081109Z [00:02:03.297]➜  			"metadatas/ram/ChangePassword.json",
2025-08-20T19:15:57.1081408Z [00:02:03.297]➜  			"metadatas/ram/ClearAccountAlias.json",
2025-08-20T19:15:57.1081689Z [00:02:03.297]➜  			"metadatas/ram/CreateAccessKey.json",
2025-08-20T19:15:57.1081973Z [00:02:03.297]➜  			"metadatas/ram/CreateGroup.json",
2025-08-20T19:15:57.1082284Z [00:02:03.297]➜  			"metadatas/ram/CreateLoginProfile.json",
2025-08-20T19:15:57.1082765Z [00:02:03.297]➜  			"metadatas/ram/CreatePolicy.json",
2025-08-20T19:15:57.1083113Z [00:02:03.297]➜  			"metadatas/ram/CreatePolicyVersion.json",
2025-08-20T19:15:57.1083403Z [00:02:03.297]➜  			"metadatas/ram/CreateRole.json",
2025-08-20T19:15:57.1083694Z [00:02:03.297]➜  			"metadatas/ram/CreateUser.json",
2025-08-20T19:15:57.1084175Z [00:02:03.297]➜  			"metadatas/ram/CreateVirtualMFADevice.json",
2025-08-20T19:15:57.1084574Z [00:02:03.297]➜  			"metadatas/ram/DecodeDiagnosticMessage.json",
2025-08-20T19:15:57.1084878Z [00:02:03.297]➜  			"metadatas/ram/DeleteAccessKey.json",
2025-08-20T19:15:57.1085163Z [00:02:03.297]➜  			"metadatas/ram/DeleteGroup.json",
2025-08-20T19:15:57.1085480Z [00:02:03.297]➜  			"metadatas/ram/DeleteLoginProfile.json",
2025-08-20T19:15:57.1085756Z [00:02:03.297]➜  			"metadatas/ram/DeletePolicy.json",
2025-08-20T19:15:57.1086100Z [00:02:03.297]➜  			"metadatas/ram/DeletePolicyVersion.json",
2025-08-20T19:15:57.1086389Z [00:02:03.297]➜  			"metadatas/ram/DeleteRole.json",
2025-08-20T19:15:57.1086826Z [00:02:03.297]➜  			"metadatas/ram/DeleteUser.json",
2025-08-20T19:15:57.1087175Z [00:02:03.297]➜  			"metadatas/ram/DeleteVirtualMFADevice.json",
2025-08-20T19:15:57.1087524Z [00:02:03.297]➜  			"metadatas/ram/DetachPolicyFromGroup.json",
2025-08-20T19:15:57.1087862Z [00:02:03.297]➜  			"metadatas/ram/DetachPolicyFromRole.json",
2025-08-20T19:15:57.1088239Z [00:02:03.297]➜  			"metadatas/ram/DetachPolicyFromUser.json",
2025-08-20T19:15:57.1088583Z [00:02:03.297]➜  			"metadatas/ram/GetAccessKeyLastUsed.json",
2025-08-20T19:15:57.1088908Z [00:02:03.297]➜  			"metadatas/ram/GetAccountAlias.json",
2025-08-20T19:15:57.1089212Z [00:02:03.297]➜  			"metadatas/ram/GetGroup.json",
2025-08-20T19:15:57.1089526Z [00:02:03.297]➜  			"metadatas/ram/GetLoginProfile.json",
2025-08-20T19:15:57.1089837Z [00:02:03.297]➜  			"metadatas/ram/GetPasswordPolicy.json",
2025-08-20T19:15:57.1090144Z [00:02:03.297]➜  			"metadatas/ram/GetPolicy.json",
2025-08-20T19:15:57.1090443Z [00:02:03.297]➜  			"metadatas/ram/GetPolicyVersion.json",
2025-08-20T19:15:57.1090733Z [00:02:03.297]➜  			"metadatas/ram/GetRole.json",
2025-08-20T19:15:57.1091077Z [00:02:03.297]➜  			"metadatas/ram/GetSecurityPreference.json",
2025-08-20T19:15:57.1091354Z [00:02:03.297]➜  			"metadatas/ram/GetUser.json",
2025-08-20T19:15:57.1091649Z [00:02:03.297]➜  			"metadatas/ram/GetUserMFAInfo.json",
2025-08-20T19:15:57.1092131Z [00:02:03.297]➜  			"metadatas/ram/ListAccessKeys.json",
2025-08-20T19:15:57.1092654Z [00:02:03.297]➜  			"metadatas/ram/ListEntitiesForPolicy.json",
2025-08-20T19:15:57.1092961Z [00:02:03.297]➜  			"metadatas/ram/ListGroups.json",
2025-08-20T19:15:57.1093275Z [00:02:03.297]➜  			"metadatas/ram/ListGroupsForUser.json",
2025-08-20T19:15:57.1093579Z [00:02:03.297]➜  			"metadatas/ram/ListPolicies.json",
2025-08-20T19:15:57.1094045Z [00:02:03.297]➜  			"metadatas/ram/ListPoliciesForGroup.json",
2025-08-20T19:15:57.1094397Z [00:02:03.297]➜  			"metadatas/ram/ListPoliciesForRole.json",
2025-08-20T19:15:57.1094725Z [00:02:03.297]➜  			"metadatas/ram/ListPoliciesForUser.json",
2025-08-20T19:15:57.1095081Z [00:02:03.297]➜  			"metadatas/ram/ListPolicyVersions.json",
2025-08-20T19:15:57.1095370Z [00:02:03.297]➜  			"metadatas/ram/ListRoles.json",
2025-08-20T19:15:57.1095678Z [00:02:03.297]➜  			"metadatas/ram/ListTagResources.json",
2025-08-20T19:15:57.1095968Z [00:02:03.297]➜  			"metadatas/ram/ListUsers.json",
2025-08-20T19:15:57.1096306Z [00:02:03.297]➜  			"metadatas/ram/ListUsersForGroup.json",
2025-08-20T19:15:57.1096634Z [00:02:03.297]➜  			"metadatas/ram/ListVirtualMFADevices.json",
2025-08-20T19:15:57.1096973Z [00:02:03.297]➜  			"metadatas/ram/RemoveUserFromGroup.json",
2025-08-20T19:15:57.1097280Z [00:02:03.297]➜  			"metadatas/ram/SetAccountAlias.json",
2025-08-20T19:15:57.1097643Z [00:02:03.297]➜  			"metadatas/ram/SetDefaultPolicyVersion.json",
2025-08-20T19:15:57.1097970Z [00:02:03.297]➜  			"metadatas/ram/SetPasswordPolicy.json",
2025-08-20T19:15:57.1098309Z [00:02:03.297]➜  			"metadatas/ram/SetSecurityPreference.json",
2025-08-20T19:15:57.1098616Z [00:02:03.297]➜  			"metadatas/ram/TagResources.json",
2025-08-20T19:15:57.1098917Z [00:02:03.298]➜  			"metadatas/ram/UnbindMFADevice.json",
2025-08-20T19:15:57.1099225Z [00:02:03.298]➜  			"metadatas/ram/UntagResources.json",
2025-08-20T19:15:57.1099526Z [00:02:03.298]➜  			"metadatas/ram/UpdateAccessKey.json",
2025-08-20T19:15:57.1099986Z [00:02:03.298]➜  			"metadatas/ram/UpdateGroup.json",
2025-08-20T19:15:57.1100326Z [00:02:03.298]➜  			"metadatas/ram/UpdateLoginProfile.json",
2025-08-20T19:15:57.1100706Z [00:02:03.298]➜  			"metadatas/ram/UpdatePolicyDescription.json",
2025-08-20T19:15:57.1101093Z [00:02:03.298]➜  			"metadatas/ram/UpdateRole.json",
2025-08-20T19:15:57.1101395Z [00:02:03.298]➜  			"metadatas/ram/UpdateUser.json",
2025-08-20T19:15:57.1101806Z [00:02:03.298]➜  			"metadatas/rds/ActivateMigrationTargetInstance.json",
2025-08-20T19:15:57.1102146Z [00:02:03.298]➜  			"metadatas/rds/AddTagsToResource.json",
2025-08-20T19:15:57.1102762Z [00:02:03.298]➜  			"metadatas/rds/AllocateInstancePublicConnection.json",
2025-08-20T19:15:57.1103387Z [00:02:03.298]➜  			"metadatas/rds/AllocateReadWriteSplittingConnection.json",
2025-08-20T19:15:57.1103833Z [00:02:03.298]➜  			"metadatas/rds/AssociateEipAddressWithRCInstance.json",
2025-08-20T19:15:57.1104136Z [00:02:03.298]➜  			"metadatas/rds/AttachRCDisk.json",
2025-08-20T19:15:57.1104463Z [00:02:03.298]➜  			"metadatas/rds/AttachRCInstances.json",
2025-08-20T19:15:57.1104906Z [00:02:03.298]➜  			"metadatas/rds/AttachWhitelistTemplateToInstance.json",
2025-08-20T19:15:57.1105273Z [00:02:03.298]➜  			"metadatas/rds/CalculateDBInstanceWeight.json",
2025-08-20T19:15:57.1105657Z [00:02:03.298]➜  			"metadatas/rds/CancelActiveOperationTasks.json",
2025-08-20T19:15:57.1106018Z [00:02:03.298]➜  			"metadatas/rds/CheckAccountNameAvailable.json",
2025-08-20T19:15:57.1106421Z [00:02:03.298]➜  			"metadatas/rds/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:57.1106779Z [00:02:03.298]➜  			"metadatas/rds/CheckCreateDdrDBInstance.json",
2025-08-20T19:15:57.1107145Z [00:02:03.298]➜  			"metadatas/rds/CheckDBNameAvailable.json",
2025-08-20T19:15:57.1107472Z [00:02:03.298]➜  			"metadatas/rds/CheckInstanceExist.json",
2025-08-20T19:15:57.1107812Z [00:02:03.298]➜  			"metadatas/rds/CheckServiceLinkedRole.json",
2025-08-20T19:15:57.1108119Z [00:02:03.298]➜  			"metadatas/rds/CloneDBInstance.json",
2025-08-20T19:15:57.1108620Z [00:02:03.298]➜  			"metadatas/rds/CloneParameterGroup.json",
2025-08-20T19:15:57.1108929Z [00:02:03.298]➜  			"metadatas/rds/ConfirmNotify.json",
2025-08-20T19:15:57.1109236Z [00:02:03.298]➜  			"metadatas/rds/CopyDatabase.json",
2025-08-20T19:15:57.1109646Z [00:02:03.298]➜  			"metadatas/rds/CopyDatabaseBetweenInstances.json",
2025-08-20T19:15:57.1118029Z [00:02:03.298]➜  			"metadatas/rds/CreateAccount.json",
2025-08-20T19:15:57.1118604Z [00:02:03.298]➜  			"metadatas/rds/CreateBackup.json",
2025-08-20T19:15:57.1119088Z [00:02:03.298]➜  			"metadatas/rds/CreateCloudMigrationPrecheckTask.json",
2025-08-20T19:15:57.1119492Z [00:02:03.298]➜  			"metadatas/rds/CreateCloudMigrationTask.json",
2025-08-20T19:15:57.1119837Z [00:02:03.298]➜  			"metadatas/rds/CreateDBInstance.json",
2025-08-20T19:15:57.1120212Z [00:02:03.298]➜  			"metadatas/rds/CreateDBInstanceEndpoint.json",
2025-08-20T19:15:57.1120625Z [00:02:03.298]➜  			"metadatas/rds/CreateDBInstanceEndpointAddress.json",
2025-08-20T19:15:57.1121034Z [00:02:03.298]➜  			"metadatas/rds/CreateDBInstanceForRebuild.json",
2025-08-20T19:15:57.1121487Z [00:02:03.298]➜  			"metadatas/rds/CreateDBInstanceSecurityGroupRule.json",
2025-08-20T19:15:57.1121802Z [00:02:03.298]➜  			"metadatas/rds/CreateDBNodes.json",
2025-08-20T19:15:57.1122219Z [00:02:03.298]➜  			"metadatas/rds/CreateDBProxyEndpointAddress.json",
2025-08-20T19:15:57.1122756Z [00:02:03.298]➜  			"metadatas/rds/CreateDatabase.json",
2025-08-20T19:15:57.1123101Z [00:02:03.298]➜  			"metadatas/rds/CreateDdrInstance.json",
2025-08-20T19:15:57.1123426Z [00:02:03.298]➜  			"metadatas/rds/CreateGADInstance.json",
2025-08-20T19:15:57.1123810Z [00:02:03.298]➜  			"metadatas/rds/CreateGadInstanceMember.json",
2025-08-20T19:15:57.1124134Z [00:02:03.298]➜  			"metadatas/rds/CreateMigrateTask.json",
2025-08-20T19:15:57.1124513Z [00:02:03.298]➜  			"metadatas/rds/CreateOnlineDatabaseTask.json",
2025-08-20T19:15:57.1124911Z [00:02:03.298]➜  			"metadatas/rds/CreateOrderForDeleteDBNodes.json",
2025-08-20T19:15:57.1125408Z [00:02:03.298]➜  			"metadatas/rds/CreateParameterGroup.json",
2025-08-20T19:15:57.1125809Z [00:02:03.298]➜  			"metadatas/rds/CreatePostgresExtensions.json",
2025-08-20T19:15:57.1126139Z [00:02:03.298]➜  			"metadatas/rds/CreateRCSnapshot.json",
2025-08-20T19:15:57.1126514Z [00:02:03.298]➜  			"metadatas/rds/CreateReadOnlyDBInstance.json",
2025-08-20T19:15:57.1126861Z [00:02:03.298]➜  			"metadatas/rds/CreateReplicationLink.json",
2025-08-20T19:15:57.1127178Z [00:02:03.298]➜  			"metadatas/rds/CreateSecret.json",
2025-08-20T19:15:57.1127530Z [00:02:03.298]➜  			"metadatas/rds/CreateServiceLinkedRole.json",
2025-08-20T19:15:57.1128043Z [00:02:03.298]➜  			"metadatas/rds/CreateTempDBInstance.json",
2025-08-20T19:15:57.1128375Z [00:02:03.298]➜  			"metadatas/rds/CreateYouhuiForOrder.json",
2025-08-20T19:15:57.1128682Z [00:02:03.298]➜  			"metadatas/rds/DeleteADSetting.json",
2025-08-20T19:15:57.1128978Z [00:02:03.298]➜  			"metadatas/rds/DeleteAccount.json",
2025-08-20T19:15:57.1129294Z [00:02:03.298]➜  			"metadatas/rds/DeleteBackup.json",
2025-08-20T19:15:57.1129607Z [00:02:03.298]➜  			"metadatas/rds/DeleteBackupFile.json",
2025-08-20T19:15:57.1129921Z [00:02:03.298]➜  			"metadatas/rds/DeleteDBInstance.json",
2025-08-20T19:15:57.1130280Z [00:02:03.298]➜  			"metadatas/rds/DeleteDBInstanceEndpoint.json",
2025-08-20T19:15:57.1130699Z [00:02:03.299]➜  			"metadatas/rds/DeleteDBInstanceEndpointAddress.json",
2025-08-20T19:15:57.1131146Z [00:02:03.299]➜  			"metadatas/rds/DeleteDBInstanceSecurityGroupRule.json",
2025-08-20T19:15:57.1131451Z [00:02:03.299]➜  			"metadatas/rds/DeleteDBNodes.json",
2025-08-20T19:15:57.1131842Z [00:02:03.299]➜  			"metadatas/rds/DeleteDBProxyEndpointAddress.json",
2025-08-20T19:15:57.1132161Z [00:02:03.299]➜  			"metadatas/rds/DeleteDatabase.json",
2025-08-20T19:15:57.1132647Z [00:02:03.299]➜  			"metadatas/rds/DeleteGadInstance.json",
2025-08-20T19:15:57.1132983Z [00:02:03.299]➜  			"metadatas/rds/DeleteParameterGroup.json",
2025-08-20T19:15:57.1133513Z [00:02:03.299]➜  			"metadatas/rds/DeletePostgresExtensions.json",
2025-08-20T19:15:57.1133838Z [00:02:03.299]➜  			"metadatas/rds/DeleteRCClusterNodes.json",
2025-08-20T19:15:57.1134117Z [00:02:03.299]➜  			"metadatas/rds/DeleteRCDisk.json",
2025-08-20T19:15:57.1134412Z [00:02:03.299]➜  			"metadatas/rds/DeleteRCSnapshot.json",
2025-08-20T19:15:57.1134755Z [00:02:03.299]➜  			"metadatas/rds/DeleteReplicationLink.json",
2025-08-20T19:15:57.1135056Z [00:02:03.299]➜  			"metadatas/rds/DeleteSecret.json",
2025-08-20T19:15:57.1135484Z [00:02:03.299]➜  			"metadatas/rds/DeleteSlot.json",
2025-08-20T19:15:57.1135848Z [00:02:03.299]➜  			"metadatas/rds/DeleteUserBackupFile.json",
2025-08-20T19:15:57.1136249Z [00:02:03.299]➜  			"metadatas/rds/DescibeImportsFromDatabase.json",
2025-08-20T19:15:57.1136569Z [00:02:03.299]➜  			"metadatas/rds/DescribeADInfo.json",
2025-08-20T19:15:57.1136877Z [00:02:03.299]➜  			"metadatas/rds/DescribeAccounts.json",
2025-08-20T19:15:57.1137266Z [00:02:03.299]➜  			"metadatas/rds/DescribeActionEventPolicy.json",
2025-08-20T19:15:57.1137650Z [00:02:03.299]➜  			"metadatas/rds/DescribeActiveOperationTasks.json",
2025-08-20T19:15:57.1138043Z [00:02:03.299]➜  			"metadatas/rds/DescribeAllWhitelistTemplate.json",
2025-08-20T19:15:57.1138526Z [00:02:03.299]➜  			"metadatas/rds/DescribeAnalyticdbByPrimaryDBInstance.json",
2025-08-20T19:15:57.1138903Z [00:02:03.299]➜  			"metadatas/rds/DescribeAvailableClasses.json",
2025-08-20T19:15:57.1139317Z [00:02:03.299]➜  			"metadatas/rds/DescribeAvailableCrossRegion.json",
2025-08-20T19:15:57.1139694Z [00:02:03.299]➜  			"metadatas/rds/DescribeAvailableMetrics.json",
2025-08-20T19:15:57.1140102Z [00:02:03.299]➜  			"metadatas/rds/DescribeAvailableRecoveryTime.json",
2025-08-20T19:15:57.1140461Z [00:02:03.299]➜  			"metadatas/rds/DescribeAvailableZones.json",
2025-08-20T19:15:57.1140811Z [00:02:03.299]➜  			"metadatas/rds/DescribeBackupDatabase.json",
2025-08-20T19:15:57.1141158Z [00:02:03.299]➜  			"metadatas/rds/DescribeBackupPolicy.json",
2025-08-20T19:15:57.1141654Z [00:02:03.299]➜  			"metadatas/rds/DescribeBackupTasks.json",
2025-08-20T19:15:57.1141984Z [00:02:03.299]➜  			"metadatas/rds/DescribeBackups.json",
2025-08-20T19:15:57.1142302Z [00:02:03.299]➜  			"metadatas/rds/DescribeBinlogFiles.json",
2025-08-20T19:15:57.1142864Z [00:02:03.299]➜  			"metadatas/rds/DescribeCharacterSetName.json",
2025-08-20T19:15:57.1143208Z [00:02:03.299]➜  			"metadatas/rds/DescribeClassDetails.json",
2025-08-20T19:15:57.1143686Z [00:02:03.299]➜  			"metadatas/rds/DescribeCloudMigrationPrecheckResult.json",
2025-08-20T19:15:57.1144097Z [00:02:03.299]➜  			"metadatas/rds/DescribeCloudMigrationResult.json",
2025-08-20T19:15:57.1144641Z [00:02:03.299]➜  			"metadatas/rds/DescribeCollationTimeZones.json",
2025-08-20T19:15:57.1145034Z [00:02:03.299]➜  			"metadatas/rds/DescribeComputeBurstConfig.json",
2025-08-20T19:15:57.1145423Z [00:02:03.299]➜  			"metadatas/rds/DescribeCrossBackupMetaList.json",
2025-08-20T19:15:57.1145892Z [00:02:03.299]➜  			"metadatas/rds/DescribeCrossRegionBackupDBInstance.json",
2025-08-20T19:15:57.1146282Z [00:02:03.299]➜  			"metadatas/rds/DescribeCrossRegionBackups.json",
2025-08-20T19:15:57.1146708Z [00:02:03.299]➜  			"metadatas/rds/DescribeCrossRegionLogBackupFiles.json",
2025-08-20T19:15:57.1147071Z [00:02:03.299]➜  			"metadatas/rds/DescribeCurrentModifyOrder.json",
2025-08-20T19:15:57.1147451Z [00:02:03.299]➜  			"metadatas/rds/DescribeCustinsResourceInfo.json",
2025-08-20T19:15:57.1147826Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceAttribute.json",
2025-08-20T19:15:57.1148170Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceByTags.json",
2025-08-20T19:15:57.1148551Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceConnectivity.json",
2025-08-20T19:15:57.1148915Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceDetail.json",
2025-08-20T19:15:57.1149305Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceEncryptionKey.json",
2025-08-20T19:15:57.1149695Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceEndpoints.json",
2025-08-20T19:15:57.1150197Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceHAConfig.json",
2025-08-20T19:15:57.1150584Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceIPArrayList.json",
2025-08-20T19:15:57.1150948Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceIpHostname.json",
2025-08-20T19:15:57.1151294Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceMetrics.json",
2025-08-20T19:15:57.1151628Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceMonitor.json",
2025-08-20T19:15:57.1152063Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceNetInfo.json",
2025-08-20T19:15:57.1152644Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceNetInfoForChannel.json",
2025-08-20T19:15:57.1153036Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstancePerformance.json",
2025-08-20T19:15:57.1153449Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstancePromoteActivity.json",
2025-08-20T19:15:57.1153929Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceProxyConfiguration.json",
2025-08-20T19:15:57.1154454Z [00:02:03.299]➜  			"metadatas/rds/DescribeDBInstanceReplication.json",
2025-08-20T19:15:57.1154825Z [00:02:03.300]➜  			"metadatas/rds/DescribeDBInstanceSSL.json",
2025-08-20T19:15:57.1155249Z [00:02:03.300]➜  			"metadatas/rds/DescribeDBInstanceSecurityGroupRule.json",
2025-08-20T19:15:57.1155573Z [00:02:03.300]➜  			"metadatas/rds/DescribeDBInstanceTDE.json",
2025-08-20T19:15:57.1155874Z [00:02:03.300]➜  			"metadatas/rds/DescribeDBInstances.json",
2025-08-20T19:15:57.1156246Z [00:02:03.300]➜  			"metadatas/rds/DescribeDBInstancesAsCsv.json",
2025-08-20T19:15:57.1156653Z [00:02:03.300]➜  			"metadatas/rds/DescribeDBInstancesByExpireTime.json",
2025-08-20T19:15:57.1157071Z [00:02:03.300]➜  			"metadatas/rds/DescribeDBInstancesByPerformance.json",
2025-08-20T19:15:57.1157426Z [00:02:03.300]➜  			"metadatas/rds/DescribeDBInstancesForClone.json",
2025-08-20T19:15:57.1157787Z [00:02:03.300]➜  			"metadatas/rds/DescribeDBMiniEngineVersions.json",
2025-08-20T19:15:57.1158078Z [00:02:03.300]➜  			"metadatas/rds/DescribeDBProxy.json",
2025-08-20T19:15:57.1158415Z [00:02:03.300]➜  			"metadatas/rds/DescribeDBProxyEndpoint.json",
2025-08-20T19:15:57.1158767Z [00:02:03.300]➜  			"metadatas/rds/DescribeDBProxyPerformance.json",
2025-08-20T19:15:57.1159232Z [00:02:03.300]➜  			"metadatas/rds/DescribeDTCSecurityIpHostsForSQLServer.json",
2025-08-20T19:15:57.1159526Z [00:02:03.300]➜  			"metadatas/rds/DescribeDatabases.json",
2025-08-20T19:15:57.1159885Z [00:02:03.300]➜  			"metadatas/rds/DescribeDedicatedHostGroups.json",
2025-08-20T19:15:57.1160201Z [00:02:03.300]➜  			"metadatas/rds/DescribeDedicatedHosts.json",
2025-08-20T19:15:57.1160530Z [00:02:03.300]➜  			"metadatas/rds/DescribeDetachedBackups.json",
2025-08-20T19:15:57.1160929Z [00:02:03.300]➜  			"metadatas/rds/DescribeErrorLogs.json",
2025-08-20T19:15:57.1161214Z [00:02:03.300]➜  			"metadatas/rds/DescribeEvents.json",
2025-08-20T19:15:57.1161528Z [00:02:03.300]➜  			"metadatas/rds/DescribeGadInstances.json",
2025-08-20T19:15:57.1161889Z [00:02:03.300]➜  			"metadatas/rds/DescribeHADiagnoseConfig.json",
2025-08-20T19:15:57.1162215Z [00:02:03.300]➜  			"metadatas/rds/DescribeHASwitchConfig.json",
2025-08-20T19:15:57.1162703Z [00:02:03.300]➜  			"metadatas/rds/DescribeHistoryEvents.json",
2025-08-20T19:15:57.1163070Z [00:02:03.300]➜  			"metadatas/rds/DescribeHistoryEventsStat.json",
2025-08-20T19:15:57.1163393Z [00:02:03.300]➜  			"metadatas/rds/DescribeHistoryTasks.json",
2025-08-20T19:15:57.1163751Z [00:02:03.300]➜  			"metadatas/rds/DescribeHistoryTasksStat.json",
2025-08-20T19:15:57.1164274Z [00:02:03.300]➜  			"metadatas/rds/DescribeHostGroupElasticStrategyParameters.json",
2025-08-20T19:15:57.1164605Z [00:02:03.300]➜  			"metadatas/rds/DescribeHostWebShell.json",
2025-08-20T19:15:57.1165059Z [00:02:03.300]➜  			"metadatas/rds/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:57.1165475Z [00:02:03.300]➜  			"metadatas/rds/DescribeInstanceCrossBackupPolicy.json",
2025-08-20T19:15:57.1165854Z [00:02:03.300]➜  			"metadatas/rds/DescribeInstanceKeywords.json",
2025-08-20T19:15:57.1166556Z [00:02:03.300]➜  			"metadatas/rds/DescribeInstanceLinkedWhitelistTemplate.json",
2025-08-20T19:15:57.1166959Z [00:02:03.300]➜  			"metadatas/rds/DescribeKmsAssociateResources.json",
2025-08-20T19:15:57.1167388Z [00:02:03.300]➜  			"metadatas/rds/DescribeLocalAvailableRecoveryTime.json",
2025-08-20T19:15:57.1167733Z [00:02:03.300]➜  			"metadatas/rds/DescribeLogBackupFiles.json",
2025-08-20T19:15:57.1168206Z [00:02:03.300]➜  			"metadatas/rds/DescribeMarketingActivity.json",
2025-08-20T19:15:57.1168528Z [00:02:03.300]➜  			"metadatas/rds/DescribeMetaList.json",
2025-08-20T19:15:57.1168877Z [00:02:03.300]➜  			"metadatas/rds/DescribeMigrateTaskById.json",
2025-08-20T19:15:57.1169217Z [00:02:03.300]➜  			"metadatas/rds/DescribeMigrateTasks.json",
2025-08-20T19:15:57.1169603Z [00:02:03.300]➜  			"metadatas/rds/DescribeModifyPGHbaConfigLog.json",
2025-08-20T19:15:57.1169990Z [00:02:03.300]➜  			"metadatas/rds/DescribeModifyParameterLog.json",
2025-08-20T19:15:57.1170475Z [00:02:03.300]➜  			"metadatas/rds/DescribeOssDownloads.json",
2025-08-20T19:15:57.1170830Z [00:02:03.300]➜  			"metadatas/rds/DescribePGHbaConfig.json",
2025-08-20T19:15:57.1171188Z [00:02:03.300]➜  			"metadatas/rds/DescribeParameterGroup.json",
2025-08-20T19:15:57.1171540Z [00:02:03.300]➜  			"metadatas/rds/DescribeParameterGroups.json",
2025-08-20T19:15:57.1171912Z [00:02:03.300]➜  			"metadatas/rds/DescribeParameterTemplates.json",
2025-08-20T19:15:57.1172240Z [00:02:03.300]➜  			"metadatas/rds/DescribeParameters.json",
2025-08-20T19:15:57.1172852Z [00:02:03.300]➜  			"metadatas/rds/DescribePostgresExtensions.json",
2025-08-20T19:15:57.1173186Z [00:02:03.300]➜  			"metadatas/rds/DescribePrice.json",
2025-08-20T19:15:57.1173531Z [00:02:03.300]➜  			"metadatas/rds/DescribeQuickSaleConfig.json",
2025-08-20T19:15:57.1173856Z [00:02:03.300]➜  			"metadatas/rds/DescribeRCClusterConfig.json",
2025-08-20T19:15:57.1174176Z [00:02:03.300]➜  			"metadatas/rds/DescribeRCClusterNodes.json",
2025-08-20T19:15:57.1174469Z [00:02:03.300]➜  			"metadatas/rds/DescribeRCDisks.json",
2025-08-20T19:15:57.1174828Z [00:02:03.300]➜  			"metadatas/rds/DescribeRCInstanceDdosCount.json",
2025-08-20T19:15:57.1175176Z [00:02:03.300]➜  			"metadatas/rds/DescribeRCInstanceIpAddress.json",
2025-08-20T19:15:57.1175480Z [00:02:03.300]➜  			"metadatas/rds/DescribeRCSnapshots.json",
2025-08-20T19:15:57.1175822Z [00:02:03.300]➜  			"metadatas/rds/DescribeRdsResourceSettings.json",
2025-08-20T19:15:57.1176176Z [00:02:03.300]➜  			"metadatas/rds/DescribeReadDBInstanceDelay.json",
2025-08-20T19:15:57.1176492Z [00:02:03.300]➜  			"metadatas/rds/DescribeRegionInfos.json",
2025-08-20T19:15:57.1176966Z [00:02:03.300]➜  			"metadatas/rds/DescribeRegions.json",
2025-08-20T19:15:57.1177306Z [00:02:03.300]➜  			"metadatas/rds/DescribeRenewalPrice.json",
2025-08-20T19:15:57.1177697Z [00:02:03.300]➜  			"metadatas/rds/DescribeReplicationLinkLogs.json",
2025-08-20T19:15:57.1178059Z [00:02:03.300]➜  			"metadatas/rds/DescribeResourceDetails.json",
2025-08-20T19:15:57.1178427Z [00:02:03.301]➜  			"metadatas/rds/DescribeResourceUsage.json",
2025-08-20T19:15:57.1178813Z [00:02:03.301]➜  			"metadatas/rds/DescribeSQLCollectorPolicy.json",
2025-08-20T19:15:57.1179217Z [00:02:03.301]➜  			"metadatas/rds/DescribeSQLCollectorRetention.json",
2025-08-20T19:15:57.1179549Z [00:02:03.301]➜  			"metadatas/rds/DescribeSQLLogFiles.json",
2025-08-20T19:15:57.1179916Z [00:02:03.301]➜  			"metadatas/rds/DescribeSQLLogRecords.json",
2025-08-20T19:15:57.1180287Z [00:02:03.301]➜  			"metadatas/rds/DescribeSQLLogReportList.json",
2025-08-20T19:15:57.1180616Z [00:02:03.301]➜  			"metadatas/rds/DescribeSecrets.json",
2025-08-20T19:15:57.1181066Z [00:02:03.301]➜  			"metadatas/rds/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:15:57.1181379Z [00:02:03.301]➜  			"metadatas/rds/DescribeSlots.json",
2025-08-20T19:15:57.1181710Z [00:02:03.301]➜  			"metadatas/rds/DescribeSlowLogRecords.json",
2025-08-20T19:15:57.1182016Z [00:02:03.301]➜  			"metadatas/rds/DescribeSlowLogs.json",
2025-08-20T19:15:57.1182831Z [00:02:03.301]➜  			"metadatas/rds/DescribeSupportOnlineResizeDisk.json",
2025-08-20T19:15:57.1183165Z [00:02:03.301]➜  			"metadatas/rds/DescribeTags.json",
2025-08-20T19:15:57.1183472Z [00:02:03.301]➜  			"metadatas/rds/DescribeTasks.json",
2025-08-20T19:15:57.1183986Z [00:02:03.301]➜  			"metadatas/rds/DescribeUpgradeMajorVersionPrecheckTask.json",
2025-08-20T19:15:57.1184429Z [00:02:03.301]➜  			"metadatas/rds/DescribeUpgradeMajorVersionTasks.json",
2025-08-20T19:15:57.1184926Z [00:02:03.301]➜  			"metadatas/rds/DescribeVSwitches.json",
2025-08-20T19:15:57.1185315Z [00:02:03.301]➜  			"metadatas/rds/DescribeWhitelistTemplate.json",
2025-08-20T19:15:57.1185835Z [00:02:03.301]➜  			"metadatas/rds/DescribeWhitelistTemplateLinkedInstance.json",
2025-08-20T19:15:57.1186156Z [00:02:03.301]➜  			"metadatas/rds/DestroyDBInstance.json",
2025-08-20T19:15:57.1186518Z [00:02:03.301]➜  			"metadatas/rds/DetachGadInstanceMember.json",
2025-08-20T19:15:57.1186953Z [00:02:03.301]➜  			"metadatas/rds/DetachRCDisk.json",
2025-08-20T19:15:57.1187415Z [00:02:03.301]➜  			"metadatas/rds/DetachWhitelistTemplateToInstance.json",
2025-08-20T19:15:57.1187767Z [00:02:03.301]➜  			"metadatas/rds/EvaluateLocalExtendDisk.json",
2025-08-20T19:15:57.1188106Z [00:02:03.301]➜  			"metadatas/rds/GetDBInstanceTopology.json",
2025-08-20T19:15:57.1188426Z [00:02:03.301]➜  			"metadatas/rds/GetDbProxyInstanceSsl.json",
2025-08-20T19:15:57.1188753Z [00:02:03.301]➜  			"metadatas/rds/GrantAccountPrivilege.json",
2025-08-20T19:15:57.1189110Z [00:02:03.301]➜  			"metadatas/rds/GrantOperatorPermission.json",
2025-08-20T19:15:57.1189449Z [00:02:03.301]➜  			"metadatas/rds/ImportUserBackupFile.json",
2025-08-20T19:15:57.1189741Z [00:02:03.301]➜  			"metadatas/rds/ListClasses.json",
2025-08-20T19:15:57.1190047Z [00:02:03.301]➜  			"metadatas/rds/ListTagResources.json",
2025-08-20T19:15:57.1190361Z [00:02:03.301]➜  			"metadatas/rds/ListUserBackupFiles.json",
2025-08-20T19:15:57.1190641Z [00:02:03.301]➜  			"metadatas/rds/LockAccount.json",
2025-08-20T19:15:57.1191033Z [00:02:03.301]➜  			"metadatas/rds/MigrateConnectionToOtherZone.json",
2025-08-20T19:15:57.1191346Z [00:02:03.301]➜  			"metadatas/rds/MigrateDBInstance.json",
2025-08-20T19:15:57.1191657Z [00:02:03.301]➜  			"metadatas/rds/MigrateDBNodes.json",
2025-08-20T19:15:57.1191977Z [00:02:03.301]➜  			"metadatas/rds/MigrateSecurityIPMode.json",
2025-08-20T19:15:57.1192294Z [00:02:03.301]➜  			"metadatas/rds/MigrateToOtherZone.json",
2025-08-20T19:15:57.1192790Z [00:02:03.301]➜  			"metadatas/rds/ModifyADInfo.json",
2025-08-20T19:15:57.1193159Z [00:02:03.301]➜  			"metadatas/rds/ModifyAccountCheckPolicy.json",
2025-08-20T19:15:57.1193666Z [00:02:03.301]➜  			"metadatas/rds/ModifyAccountDescription.json",
2025-08-20T19:15:57.1194044Z [00:02:03.301]➜  			"metadatas/rds/ModifyAccountSecurityPolicy.json",
2025-08-20T19:15:57.1194388Z [00:02:03.301]➜  			"metadatas/rds/ModifyActionEventPolicy.json",
2025-08-20T19:15:57.1194773Z [00:02:03.301]➜  			"metadatas/rds/ModifyActiveOperationTasks.json",
2025-08-20T19:15:57.1195202Z [00:02:03.301]➜  			"metadatas/rds/ModifyBackupPolicy.json",
2025-08-20T19:15:57.1195582Z [00:02:03.301]➜  			"metadatas/rds/ModifyBackupSetExpireTime.json",
2025-08-20T19:15:57.1195928Z [00:02:03.301]➜  			"metadatas/rds/ModifyCollationTimeZone.json",
2025-08-20T19:15:57.1196285Z [00:02:03.301]➜  			"metadatas/rds/ModifyComputeBurstConfig.json",
2025-08-20T19:15:57.1196614Z [00:02:03.301]➜  			"metadatas/rds/ModifyCustinsResource.json",
2025-08-20T19:15:57.1196953Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBDescription.json",
2025-08-20T19:15:57.1197425Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json",
2025-08-20T19:15:57.1197792Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceConfig.json",
2025-08-20T19:15:57.1198212Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:57.1198694Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceDelayedReplicationTime.json",
2025-08-20T19:15:57.1199146Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceDeletionProtection.json",
2025-08-20T19:15:57.1199528Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceDescription.json",
2025-08-20T19:15:57.1199872Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceEndpoint.json",
2025-08-20T19:15:57.1200263Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceEndpointAddress.json",
2025-08-20T19:15:57.1200601Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceHAConfig.json",
2025-08-20T19:15:57.1201192Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:15:57.1201569Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceMetrics.json",
2025-08-20T19:15:57.1201932Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceMonitor.json",
2025-08-20T19:15:57.1202374Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceNetworkExpireTime.json",
2025-08-20T19:15:57.1202975Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceNetworkType.json",
2025-08-20T19:15:57.1203464Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstancePayType.json",
2025-08-20T19:15:57.1203936Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceReplicationSwitch.json",
2025-08-20T19:15:57.1204260Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceSSL.json",
2025-08-20T19:15:57.1204694Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceSecurityGroupRule.json",
2025-08-20T19:15:57.1205018Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceSpec.json",
2025-08-20T19:15:57.1205354Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBInstanceTDE.json",
2025-08-20T19:15:57.1205652Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBNode.json",
2025-08-20T19:15:57.1205954Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBProxy.json",
2025-08-20T19:15:57.1206304Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBProxyEndpoint.json",
2025-08-20T19:15:57.1206701Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBProxyEndpointAddress.json",
2025-08-20T19:15:57.1207037Z [00:02:03.301]➜  			"metadatas/rds/ModifyDBProxyInstance.json",
2025-08-20T19:15:57.1207516Z [00:02:03.301]➜  			"metadatas/rds/ModifyDTCSecurityIpHostsForSQLServer.json",
2025-08-20T19:15:57.1207890Z [00:02:03.301]➜  			"metadatas/rds/ModifyDasInstanceConfig.json",
2025-08-20T19:15:57.1208234Z [00:02:03.301]➜  			"metadatas/rds/ModifyDatabaseConfig.json",
2025-08-20T19:15:57.1208600Z [00:02:03.301]➜  			"metadatas/rds/ModifyDbProxyInstanceSsl.json",
2025-08-20T19:15:57.1208915Z [00:02:03.301]➜  			"metadatas/rds/ModifyEventInfo.json",
2025-08-20T19:15:57.1209258Z [00:02:03.301]➜  			"metadatas/rds/ModifyHADiagnoseConfig.json",
2025-08-20T19:15:57.1209597Z [00:02:03.301]➜  			"metadatas/rds/ModifyHASwitchConfig.json",
2025-08-20T19:15:57.1210043Z [00:02:03.301]➜  			"metadatas/rds/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:57.1210656Z [00:02:03.301]➜  			"metadatas/rds/ModifyInstanceCrossBackupPolicy.json",
2025-08-20T19:15:57.1210990Z [00:02:03.301]➜  			"metadatas/rds/ModifyPGHbaConfig.json",
2025-08-20T19:15:57.1211324Z [00:02:03.301]➜  			"metadatas/rds/ModifyParameter.json",
2025-08-20T19:15:57.1211841Z [00:02:03.301]➜  			"metadatas/rds/ModifyParameterGroup.json",
2025-08-20T19:15:57.1212282Z [00:02:03.301]➜  			"metadatas/rds/ModifyReadWriteSplittingConnection.json",
2025-08-20T19:15:57.1213025Z [00:02:03.301]➜  			"metadatas/rds/ModifyReadonlyInstanceDelayReplicationTime.json",
2025-08-20T19:15:57.1213372Z [00:02:03.302]➜  			"metadatas/rds/ModifyResourceGroup.json",
2025-08-20T19:15:57.1213728Z [00:02:03.302]➜  			"metadatas/rds/ModifySQLCollectorPolicy.json",
2025-08-20T19:15:57.1214124Z [00:02:03.302]➜  			"metadatas/rds/ModifySQLCollectorRetention.json",
2025-08-20T19:15:57.1214552Z [00:02:03.302]➜  			"metadatas/rds/ModifySecurityGroupConfiguration.json",
2025-08-20T19:15:57.1214865Z [00:02:03.302]➜  			"metadatas/rds/ModifySecurityIps.json",
2025-08-20T19:15:57.1215152Z [00:02:03.302]➜  			"metadatas/rds/ModifyTaskInfo.json",
2025-08-20T19:15:57.1215491Z [00:02:03.302]➜  			"metadatas/rds/ModifyWhitelistTemplate.json",
2025-08-20T19:15:57.1215938Z [00:02:03.302]➜  			"metadatas/rds/PreCheckCreateOrderForDeleteDBNodes.json",
2025-08-20T19:15:57.1216255Z [00:02:03.302]➜  			"metadatas/rds/PurgeDBInstanceLog.json",
2025-08-20T19:15:57.1216530Z [00:02:03.302]➜  			"metadatas/rds/QueryNotify.json",
2025-08-20T19:15:57.1216841Z [00:02:03.302]➜  			"metadatas/rds/QueryRecommendByCode.json",
2025-08-20T19:15:57.1217138Z [00:02:03.302]➜  			"metadatas/rds/RebuildDBInstance.json",
2025-08-20T19:15:57.1217445Z [00:02:03.302]➜  			"metadatas/rds/RebuildReplicationLink.json",
2025-08-20T19:15:57.1217855Z [00:02:03.302]➜  			"metadatas/rds/ReceiveDBInstance.json",
2025-08-20T19:15:57.1218129Z [00:02:03.302]➜  			"metadatas/rds/RecoveryDBInstance.json",
2025-08-20T19:15:57.1218435Z [00:02:03.302]➜  			"metadatas/rds/ReleaseInstanceConnection.json",
2025-08-20T19:15:57.1218748Z [00:02:03.302]➜  			"metadatas/rds/ReleaseInstancePublicConnection.json",
2025-08-20T19:15:57.1219108Z [00:02:03.302]➜  			"metadatas/rds/ReleaseReadWriteSplittingConnection.json",
2025-08-20T19:15:57.1219489Z [00:02:03.302]➜  			"metadatas/rds/RemoveTagsFromResource.json",
2025-08-20T19:15:57.1219772Z [00:02:03.302]➜  			"metadatas/rds/RenewInstance.json",
2025-08-20T19:15:57.1220029Z [00:02:03.302]➜  			"metadatas/rds/ResetAccount.json",
2025-08-20T19:15:57.1220332Z [00:02:03.302]➜  			"metadatas/rds/ResetAccountPassword.json",
2025-08-20T19:15:57.1220606Z [00:02:03.302]➜  			"metadatas/rds/RestartDBInstance.json",
2025-08-20T19:15:57.1220873Z [00:02:03.302]➜  			"metadatas/rds/RestoreDdrTable.json",
2025-08-20T19:15:57.1221124Z [00:02:03.302]➜  			"metadatas/rds/RestoreTable.json",
2025-08-20T19:15:57.1221420Z [00:02:03.302]➜  			"metadatas/rds/RevokeAccountPrivilege.json",
2025-08-20T19:15:57.1221734Z [00:02:03.302]➜  			"metadatas/rds/RevokeOperatorPermission.json",
2025-08-20T19:15:57.1221996Z [00:02:03.302]➜  			"metadatas/rds/StartDBInstance.json",
2025-08-20T19:15:57.1222250Z [00:02:03.302]➜  			"metadatas/rds/StopDBInstance.json",
2025-08-20T19:15:57.1222816Z [00:02:03.302]➜  			"metadatas/rds/SwitchDBInstanceHA.json",
2025-08-20T19:15:57.1223155Z [00:02:03.302]➜  			"metadatas/rds/SwitchDBInstanceNetType.json",
2025-08-20T19:15:57.1223442Z [00:02:03.302]➜  			"metadatas/rds/SwitchDBInstanceVpc.json",
2025-08-20T19:15:57.1223785Z [00:02:03.302]➜  			"metadatas/rds/SwitchOverMajorVersionUpgrade.json",
2025-08-20T19:15:57.1224075Z [00:02:03.302]➜  			"metadatas/rds/SwitchReplicationLink.json",
2025-08-20T19:15:57.1224317Z [00:02:03.302]➜  			"metadatas/rds/TagResources.json",
2025-08-20T19:15:57.1224617Z [00:02:03.302]➜  			"metadatas/rds/TerminateMigrateTask.json",
2025-08-20T19:15:57.1224942Z [00:02:03.302]➜  			"metadatas/rds/TransformDBInstancePayType.json",
2025-08-20T19:15:57.1225320Z [00:02:03.302]➜  			"metadatas/rds/UnlockAccount.json",
2025-08-20T19:15:57.1225587Z [00:02:03.302]➜  			"metadatas/rds/UntagResources.json",
2025-08-20T19:15:57.1225925Z [00:02:03.302]➜  			"metadatas/rds/UpdatePostgresExtensions.json",
2025-08-20T19:15:57.1226251Z [00:02:03.302]➜  			"metadatas/rds/UpdateUserBackupFile.json",
2025-08-20T19:15:57.1226753Z [00:02:03.302]➜  			"metadatas/rds/UpgradeDBInstanceEngineVersion.json",
2025-08-20T19:15:57.1227143Z [00:02:03.302]➜  			"metadatas/rds/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:15:57.1227526Z [00:02:03.302]➜  			"metadatas/rds/UpgradeDBInstanceMajorVersion.json",
2025-08-20T19:15:57.1227986Z [00:02:03.302]➜  			"metadatas/rds/UpgradeDBInstanceMajorVersionPrecheck.json",
2025-08-20T19:15:57.1228427Z [00:02:03.302]➜  			"metadatas/rds/UpgradeDBProxyInstanceKernelVersion.json",
2025-08-20T19:15:57.1228831Z [00:02:03.302]➜  			"metadatas/resourcecenter/AssociateDefaultFilter.json",
2025-08-20T19:15:57.1229227Z [00:02:03.302]➜  			"metadatas/resourcecenter/CreateDeliveryChannel.json",
2025-08-20T19:15:57.1229563Z [00:02:03.302]➜  			"metadatas/resourcecenter/CreateFilter.json",
2025-08-20T19:15:57.1230061Z [00:02:03.302]➜  			"metadatas/resourcecenter/CreateMultiAccountDeliveryChannel.json",
2025-08-20T19:15:57.1230401Z [00:02:03.302]➜  			"metadatas/resourcecenter/CreateSavedQuery.json",
2025-08-20T19:15:57.1230809Z [00:02:03.302]➜  			"metadatas/resourcecenter/DeleteDeliveryChannel.json",
2025-08-20T19:15:57.1231138Z [00:02:03.302]➜  			"metadatas/resourcecenter/DeleteFilter.json",
2025-08-20T19:15:57.1231639Z [00:02:03.302]➜  			"metadatas/resourcecenter/DeleteMultiAccountDeliveryChannel.json",
2025-08-20T19:15:57.1231978Z [00:02:03.302]➜  			"metadatas/resourcecenter/DeleteSavedQuery.json",
2025-08-20T19:15:57.1232803Z [00:02:03.302]➜  			"metadatas/resourcecenter/DisableMultiAccountResourceCenter.json",
2025-08-20T19:15:57.1233237Z [00:02:03.302]➜  			"metadatas/resourcecenter/DisableResourceCenter.json",
2025-08-20T19:15:57.1233688Z [00:02:03.302]➜  			"metadatas/resourcecenter/DisassociateDefaultFilter.json",
2025-08-20T19:15:57.1234174Z [00:02:03.302]➜  			"metadatas/resourcecenter/EnableMultiAccountResourceCenter.json",
2025-08-20T19:15:57.1234573Z [00:02:03.302]➜  			"metadatas/resourcecenter/EnableResourceCenter.json",
2025-08-20T19:15:57.1235115Z [00:02:03.302]➜  			"metadatas/resourcecenter/ExecuteMultiAccountSQLQuery.json",
2025-08-20T19:15:57.1235488Z [00:02:03.302]➜  			"metadatas/resourcecenter/ExecuteSQLQuery.json",
2025-08-20T19:15:57.1235870Z [00:02:03.302]➜  			"metadatas/resourcecenter/GetDeliveryChannel.json",
2025-08-20T19:15:57.1236325Z [00:02:03.302]➜  			"metadatas/resourcecenter/GetDeliveryChannelStatistics.json",
2025-08-20T19:15:57.1236678Z [00:02:03.302]➜  			"metadatas/resourcecenter/GetExampleQuery.json",
2025-08-20T19:15:57.1237153Z [00:02:03.302]➜  			"metadatas/resourcecenter/GetMultiAccountDeliveryChannel.json",
2025-08-20T19:15:57.1237715Z [00:02:03.302]➜  			"metadatas/resourcecenter/GetMultiAccountDeliveryChannelStatistics.json",
2025-08-20T19:15:57.1238324Z [00:02:03.302]➜  			"metadatas/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json",
2025-08-20T19:15:57.1238875Z [00:02:03.302]➜  			"metadatas/resourcecenter/GetMultiAccountResourceConfiguration.json",
2025-08-20T19:15:57.1239347Z [00:02:03.302]➜  			"metadatas/resourcecenter/GetMultiAccountResourceCounts.json",
2025-08-20T19:15:57.1239829Z [00:02:03.302]➜  			"metadatas/resourcecenter/GetResourceCenterServiceStatus.json",
2025-08-20T19:15:57.1240240Z [00:02:03.302]➜  			"metadatas/resourcecenter/GetResourceConfiguration.json",
2025-08-20T19:15:57.1240596Z [00:02:03.302]➜  			"metadatas/resourcecenter/GetResourceCounts.json",
2025-08-20T19:15:57.1240933Z [00:02:03.302]➜  			"metadatas/resourcecenter/GetSavedQuery.json",
2025-08-20T19:15:57.1241325Z [00:02:03.302]➜  			"metadatas/resourcecenter/ListDeliveryChannels.json",
2025-08-20T19:15:57.1241686Z [00:02:03.302]➜  			"metadatas/resourcecenter/ListExampleQueries.json",
2025-08-20T19:15:57.1242114Z [00:02:03.302]➜  			"metadatas/resourcecenter/ListFilters.json",
2025-08-20T19:15:57.1242790Z [00:02:03.302]➜  			"metadatas/resourcecenter/ListMultiAccountDeliveryChannels.json",
2025-08-20T19:15:57.1243311Z [00:02:03.302]➜  			"metadatas/resourcecenter/ListMultiAccountResourceGroups.json",
2025-08-20T19:15:57.1243892Z [00:02:03.302]➜  			"metadatas/resourcecenter/ListMultiAccountResourceRelationships.json",
2025-08-20T19:15:57.1244492Z [00:02:03.302]➜  			"metadatas/resourcecenter/ListMultiAccountTagKeys.json",
2025-08-20T19:15:57.1244939Z [00:02:03.302]➜  			"metadatas/resourcecenter/ListMultiAccountTagValues.json",
2025-08-20T19:15:57.1245396Z [00:02:03.302]➜  			"metadatas/resourcecenter/ListResourceRelationships.json",
2025-08-20T19:15:57.1245793Z [00:02:03.302]➜  			"metadatas/resourcecenter/ListResourceTypes.json",
2025-08-20T19:15:57.1246181Z [00:02:03.302]➜  			"metadatas/resourcecenter/ListSavedQueries.json",
2025-08-20T19:15:57.1246508Z [00:02:03.302]➜  			"metadatas/resourcecenter/ListTagKeys.json",
2025-08-20T19:15:57.1246886Z [00:02:03.302]➜  			"metadatas/resourcecenter/ListTagValues.json",
2025-08-20T19:15:57.1247336Z [00:02:03.302]➜  			"metadatas/resourcecenter/SearchMultiAccountResources.json",
2025-08-20T19:15:57.1247710Z [00:02:03.302]➜  			"metadatas/resourcecenter/SearchResources.json",
2025-08-20T19:15:57.1248137Z [00:02:03.302]➜  			"metadatas/resourcecenter/UpdateDeliveryChannel.json",
2025-08-20T19:15:57.1248502Z [00:02:03.302]➜  			"metadatas/resourcecenter/UpdateFilter.json",
2025-08-20T19:15:57.1249022Z [00:02:03.302]➜  			"metadatas/resourcecenter/UpdateMultiAccountDeliveryChannel.json",
2025-08-20T19:15:57.1249407Z [00:02:03.302]➜  			"metadatas/resourcecenter/UpdateSavedQuery.json",
2025-08-20T19:15:57.1249844Z [00:02:03.302]➜  			"metadatas/resourcedirectorymaster/AcceptHandshake.json",
2025-08-20T19:15:57.1250461Z [00:02:03.302]➜  			"metadatas/resourcedirectorymaster/AddMessageContact.json",
2025-08-20T19:15:57.1250933Z [00:02:03.302]➜  			"metadatas/resourcedirectorymaster/AssociateMembers.json",
2025-08-20T19:15:57.1251443Z [00:02:03.302]➜  			"metadatas/resourcedirectorymaster/AttachControlPolicy.json",
2025-08-20T19:15:57.1251959Z [00:02:03.302]➜  			"metadatas/resourcedirectorymaster/BindSecureMobilePhone.json",
2025-08-20T19:15:57.1252676Z [00:02:03.302]➜  			"metadatas/resourcedirectorymaster/CancelChangeAccountEmail.json",
2025-08-20T19:15:57.1253296Z [00:02:03.302]➜  			"metadatas/resourcedirectorymaster/CancelHandshake.json",
2025-08-20T19:15:57.1253899Z [00:02:03.302]➜  			"metadatas/resourcedirectorymaster/CancelMessageContactUpdate.json",
2025-08-20T19:15:57.1254379Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ChangeAccountEmail.json",
2025-08-20T19:15:57.1254928Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/CheckAccountDelete.json",
2025-08-20T19:15:57.1255467Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/CreateControlPolicy.json",
2025-08-20T19:15:57.1255902Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/CreateFolder.json",
2025-08-20T19:15:57.1256393Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/CreateResourceAccount.json",
2025-08-20T19:15:57.1256847Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/DeclineHandshake.json",
2025-08-20T19:15:57.1257269Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/DeleteAccount.json",
2025-08-20T19:15:57.1257823Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/DeleteControlPolicy.json",
2025-08-20T19:15:57.1258246Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/DeleteFolder.json",
2025-08-20T19:15:57.1258725Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/DeleteMessageContact.json",
2025-08-20T19:15:57.1259306Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/DeregisterDelegatedAdministrator.json",
2025-08-20T19:15:57.1259833Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/DestroyResourceDirectory.json",
2025-08-20T19:15:57.1260302Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/DetachControlPolicy.json",
2025-08-20T19:15:57.1260966Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/DisableControlPolicy.json",
2025-08-20T19:15:57.1261437Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/DisassociateMembers.json",
2025-08-20T19:15:57.1261904Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/EnableControlPolicy.json",
2025-08-20T19:15:57.1262581Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/EnableResourceDirectory.json",
2025-08-20T19:15:57.1263119Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/GetAccount.json",
2025-08-20T19:15:57.1263683Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/GetAccountDeletionCheckResult.json",
2025-08-20T19:15:57.1264202Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/GetAccountDeletionStatus.json",
2025-08-20T19:15:57.1264634Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/GetControlPolicy.json",
2025-08-20T19:15:57.1265215Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/GetControlPolicyEnablementStatus.json",
2025-08-20T19:15:57.1265591Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/GetFolder.json",
2025-08-20T19:15:57.1265991Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/GetHandshake.json",
2025-08-20T19:15:57.1266435Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/GetMessageContact.json",
2025-08-20T19:15:57.1267031Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/GetMessageContactDeletionStatus.json",
2025-08-20T19:15:57.1267501Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/GetPayerForAccount.json",
2025-08-20T19:15:57.1267993Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/GetResourceDirectory.json",
2025-08-20T19:15:57.1268568Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/InviteAccountToResourceDirectory.json",
2025-08-20T19:15:57.1268968Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListAccounts.json",
2025-08-20T19:15:57.1269567Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListAccountsForParent.json",
2025-08-20T19:15:57.1269997Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListAncestors.json",
2025-08-20T19:15:57.1270478Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListControlPolicies.json",
2025-08-20T19:15:57.1271124Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListControlPolicyAttachmentsForTarget.json",
2025-08-20T19:15:57.1271768Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListDelegatedAdministrators.json",
2025-08-20T19:15:57.1272369Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListDelegatedServicesForAccount.json",
2025-08-20T19:15:57.1273046Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListFoldersForParent.json",
2025-08-20T19:15:57.1273570Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListHandshakesForAccount.json",
2025-08-20T19:15:57.1274197Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListHandshakesForResourceDirectory.json",
2025-08-20T19:15:57.1274785Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListMessageContactVerifications.json",
2025-08-20T19:15:57.1275408Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListMessageContacts.json",
2025-08-20T19:15:57.1275831Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListTagKeys.json",
2025-08-20T19:15:57.1276284Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListTagResources.json",
2025-08-20T19:15:57.1276724Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListTagValues.json",
2025-08-20T19:15:57.1277362Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListTargetAttachmentsForControlPolicy.json",
2025-08-20T19:15:57.1277887Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/ListTrustedServiceStatus.json",
2025-08-20T19:15:57.1278278Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/MoveAccount.json",
2025-08-20T19:15:57.1278932Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/PrecheckForConsolidatedBillingAccount.json",
2025-08-20T19:15:57.1279528Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/RegisterDelegatedAdministrator.json",
2025-08-20T19:15:57.1280022Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/RemoveCloudAccount.json",
2025-08-20T19:15:57.1280548Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/RetryChangeAccountEmail.json",
2025-08-20T19:15:57.1281205Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/SendEmailVerificationForMessageContact.json",
2025-08-20T19:15:57.1282023Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/SendPhoneVerificationForMessageContact.json",
2025-08-20T19:15:57.1283013Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/SendVerificationCodeForBindSecureMobilePhone.json",
2025-08-20T19:15:57.1283604Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/SendVerificationCodeForEnableRD.json",
2025-08-20T19:15:57.1284160Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/SetMemberDeletionPermission.json",
2025-08-20T19:15:57.1284848Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/SetMemberDisplayNameSyncStatus.json",
2025-08-20T19:15:57.1285269Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/TagResources.json",
2025-08-20T19:15:57.1285706Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/UntagResources.json",
2025-08-20T19:15:57.1286130Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/UpdateAccount.json",
2025-08-20T19:15:57.1286596Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/UpdateControlPolicy.json",
2025-08-20T19:15:57.1287004Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/UpdateFolder.json",
2025-08-20T19:15:57.1287461Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/UpdateMessageContact.json",
2025-08-20T19:15:57.1287960Z [00:02:03.303]➜  			"metadatas/resourcedirectorymaster/UpdatePayerForAccount.json",
2025-08-20T19:15:57.1288327Z [00:02:03.303]➜  			"metadatas/resourcemanager/AcceptHandshake.json",
2025-08-20T19:15:57.1288735Z [00:02:03.303]➜  			"metadatas/resourcemanager/AttachControlPolicy.json",
2025-08-20T19:15:57.1289090Z [00:02:03.303]➜  			"metadatas/resourcemanager/AttachPolicy.json",
2025-08-20T19:15:57.1289507Z [00:02:03.303]➜  			"metadatas/resourcemanager/BindSecureMobilePhone.json",
2025-08-20T19:15:57.1289941Z [00:02:03.303]➜  			"metadatas/resourcemanager/CancelChangeAccountEmail.json",
2025-08-20T19:15:57.1290381Z [00:02:03.303]➜  			"metadatas/resourcemanager/CancelCreateCloudAccount.json",
2025-08-20T19:15:57.1290880Z [00:02:03.303]➜  			"metadatas/resourcemanager/CancelHandshake.json",
2025-08-20T19:15:57.1291389Z [00:02:03.303]➜  			"metadatas/resourcemanager/CancelPromoteResourceAccount.json",
2025-08-20T19:15:57.1291769Z [00:02:03.303]➜  			"metadatas/resourcemanager/ChangeAccountEmail.json",
2025-08-20T19:15:57.1292152Z [00:02:03.303]➜  			"metadatas/resourcemanager/CheckAccountDelete.json",
2025-08-20T19:15:57.1292770Z [00:02:03.303]➜  			"metadatas/resourcemanager/CreateAutoGroupingRule.json",
2025-08-20T19:15:57.1293191Z [00:02:03.303]➜  			"metadatas/resourcemanager/CreateCloudAccount.json",
2025-08-20T19:15:57.1293585Z [00:02:03.303]➜  			"metadatas/resourcemanager/CreateControlPolicy.json",
2025-08-20T19:15:57.1294131Z [00:02:03.303]➜  			"metadatas/resourcemanager/CreateFolder.json",
2025-08-20T19:15:57.1294478Z [00:02:03.303]➜  			"metadatas/resourcemanager/CreatePolicy.json",
2025-08-20T19:15:57.1294877Z [00:02:03.303]➜  			"metadatas/resourcemanager/CreatePolicyVersion.json",
2025-08-20T19:15:57.1295293Z [00:02:03.303]➜  			"metadatas/resourcemanager/CreateResourceAccount.json",
2025-08-20T19:15:57.1295686Z [00:02:03.303]➜  			"metadatas/resourcemanager/CreateResourceGroup.json",
2025-08-20T19:15:57.1296027Z [00:02:03.303]➜  			"metadatas/resourcemanager/CreateRole.json",
2025-08-20T19:15:57.1296452Z [00:02:03.303]➜  			"metadatas/resourcemanager/CreateServiceLinkedRole.json",
2025-08-20T19:15:57.1296821Z [00:02:03.303]➜  			"metadatas/resourcemanager/DeclineHandshake.json",
2025-08-20T19:15:57.1297198Z [00:02:03.303]➜  			"metadatas/resourcemanager/DeleteAccount.json",
2025-08-20T19:15:57.1297634Z [00:02:03.303]➜  			"metadatas/resourcemanager/DeleteAutoGroupingRule.json",
2025-08-20T19:15:57.1298046Z [00:02:03.303]➜  			"metadatas/resourcemanager/DeleteControlPolicy.json",
2025-08-20T19:15:57.1298392Z [00:02:03.303]➜  			"metadatas/resourcemanager/DeleteFolder.json",
2025-08-20T19:15:57.1298744Z [00:02:03.303]➜  			"metadatas/resourcemanager/DeletePolicy.json",
2025-08-20T19:15:57.1299146Z [00:02:03.303]➜  			"metadatas/resourcemanager/DeletePolicyVersion.json",
2025-08-20T19:15:57.1299686Z [00:02:03.303]➜  			"metadatas/resourcemanager/DeleteResourceGroup.json",
2025-08-20T19:15:57.1300014Z [00:02:03.303]➜  			"metadatas/resourcemanager/DeleteRole.json",
2025-08-20T19:15:57.1300445Z [00:02:03.303]➜  			"metadatas/resourcemanager/DeleteServiceLinkedRole.json",
2025-08-20T19:15:57.1301032Z [00:02:03.303]➜  			"metadatas/resourcemanager/DeregisterDelegatedAdministrator.json",
2025-08-20T19:15:57.1301608Z [00:02:03.303]➜  			"metadatas/resourcemanager/DestroyResourceDirectory.json",
2025-08-20T19:15:57.1302012Z [00:02:03.303]➜  			"metadatas/resourcemanager/DetachControlPolicy.json",
2025-08-20T19:15:57.1302561Z [00:02:03.303]➜  			"metadatas/resourcemanager/DetachPolicy.json",
2025-08-20T19:15:57.1303014Z [00:02:03.303]➜  			"metadatas/resourcemanager/DisableAssociatedTransfer.json",
2025-08-20T19:15:57.1303383Z [00:02:03.303]➜  			"metadatas/resourcemanager/DisableAutoGrouping.json",
2025-08-20T19:15:57.1303755Z [00:02:03.303]➜  			"metadatas/resourcemanager/DisableControlPolicy.json",
2025-08-20T19:15:57.1304153Z [00:02:03.303]➜  			"metadatas/resourcemanager/EnableAssociatedTransfer.json",
2025-08-20T19:15:57.1304494Z [00:02:03.303]➜  			"metadatas/resourcemanager/EnableAutoGrouping.json",
2025-08-20T19:15:57.1304846Z [00:02:03.303]➜  			"metadatas/resourcemanager/EnableControlPolicy.json",
2025-08-20T19:15:57.1305225Z [00:02:03.303]➜  			"metadatas/resourcemanager/EnableResourceDirectory.json",
2025-08-20T19:15:57.1305529Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetAccount.json",
2025-08-20T19:15:57.1305980Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetAccountDeletionCheckResult.json",
2025-08-20T19:15:57.1306402Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetAccountDeletionStatus.json",
2025-08-20T19:15:57.1306738Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetAutoGroupingRule.json",
2025-08-20T19:15:57.1307111Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetAutoGroupingStatus.json",
2025-08-20T19:15:57.1307547Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetControlPolicy.json",
2025-08-20T19:15:57.1308039Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetControlPolicyEnablementStatus.json",
2025-08-20T19:15:57.1308349Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetFolder.json",
2025-08-20T19:15:57.1308659Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetHandshake.json",
2025-08-20T19:15:57.1308998Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetPayerForAccount.json",
2025-08-20T19:15:57.1309297Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetPolicy.json",
2025-08-20T19:15:57.1309624Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetPolicyVersion.json",
2025-08-20T19:15:57.1310069Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetResourceDirectory.json",
2025-08-20T19:15:57.1310402Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetResourceGroup.json",
2025-08-20T19:15:57.1310859Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetResourceGroupResourceCounts.json",
2025-08-20T19:15:57.1311153Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetRole.json",
2025-08-20T19:15:57.1311646Z [00:02:03.303]➜  			"metadatas/resourcemanager/GetServiceLinkedRoleDeletionStatus.json",
2025-08-20T19:15:57.1312032Z [00:02:03.303]➜  			"metadatas/resourcemanager/InitResourceDirectory.json",
2025-08-20T19:15:57.1312677Z [00:02:03.303]➜  			"metadatas/resourcemanager/InviteAccountToResourceDirectory.json",
2025-08-20T19:15:57.1312991Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListAccounts.json",
2025-08-20T19:15:57.1313396Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListAccountsForParent.json",
2025-08-20T19:15:57.1313744Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListAncestors.json",
2025-08-20T19:15:57.1314202Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListAssociatedTransferSetting.json",
2025-08-20T19:15:57.1314579Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListAutoGroupingRules.json",
2025-08-20T19:15:57.1314953Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListControlPolicies.json",
2025-08-20T19:15:57.1315593Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListControlPolicyAttachmentsForTarget.json",
2025-08-20T19:15:57.1316050Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListDelegatedAdministrators.json",
2025-08-20T19:15:57.1316541Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListDelegatedServicesForAccount.json",
2025-08-20T19:15:57.1316927Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListFoldersForParent.json",
2025-08-20T19:15:57.1317427Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListHandshakesForAccount.json",
2025-08-20T19:15:57.1317943Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListHandshakesForResourceDirectory.json",
2025-08-20T19:15:57.1318287Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListPolicies.json",
2025-08-20T19:15:57.1318696Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListPolicyAttachments.json",
2025-08-20T19:15:57.1319063Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListPolicyVersions.json",
2025-08-20T19:15:57.1319449Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListResourceGroups.json",
2025-08-20T19:15:57.1319793Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListResources.json",
2025-08-20T19:15:57.1320092Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListRoles.json",
2025-08-20T19:15:57.1320414Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListTagKeys.json",
2025-08-20T19:15:57.1320781Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListTagResources.json",
2025-08-20T19:15:57.1321121Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListTagValues.json",
2025-08-20T19:15:57.1321666Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListTargetAttachmentsForControlPolicy.json",
2025-08-20T19:15:57.1322092Z [00:02:03.303]➜  			"metadatas/resourcemanager/ListTrustedServiceStatus.json",
2025-08-20T19:15:57.1322646Z [00:02:03.303]➜  			"metadatas/resourcemanager/MoveAccount.json",
2025-08-20T19:15:57.1323009Z [00:02:03.303]➜  			"metadatas/resourcemanager/MoveResources.json",
2025-08-20T19:15:57.1323536Z [00:02:03.303]➜  			"metadatas/resourcemanager/PromoteResourceAccount.json",
2025-08-20T19:15:57.1324040Z [00:02:03.303]➜  			"metadatas/resourcemanager/RegisterDelegatedAdministrator.json",
2025-08-20T19:15:57.1324415Z [00:02:03.303]➜  			"metadatas/resourcemanager/RemoveCloudAccount.json",
2025-08-20T19:15:57.1324896Z [00:02:03.304]➜  			"metadatas/resourcemanager/ResendCreateCloudAccountEmail.json",
2025-08-20T19:15:57.1325393Z [00:02:03.304]➜  			"metadatas/resourcemanager/ResendPromoteResourceAccountEmail.json",
2025-08-20T19:15:57.1325819Z [00:02:03.304]➜  			"metadatas/resourcemanager/RetryChangeAccountEmail.json",
2025-08-20T19:15:57.1326436Z [00:02:03.304]➜  			"metadatas/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json",
2025-08-20T19:15:57.1327017Z [00:02:03.304]➜  			"metadatas/resourcemanager/SendVerificationCodeForEnableRD.json",
2025-08-20T19:15:57.1327422Z [00:02:03.304]➜  			"metadatas/resourcemanager/SetDefaultPolicyVersion.json",
2025-08-20T19:15:57.1327886Z [00:02:03.304]➜  			"metadatas/resourcemanager/SetMemberDeletionPermission.json",
2025-08-20T19:15:57.1328227Z [00:02:03.304]➜  			"metadatas/resourcemanager/TagResources.json",
2025-08-20T19:15:57.1328569Z [00:02:03.304]➜  			"metadatas/resourcemanager/UntagResources.json",
2025-08-20T19:15:57.1328903Z [00:02:03.304]➜  			"metadatas/resourcemanager/UpdateAccount.json",
2025-08-20T19:15:57.1329392Z [00:02:03.304]➜  			"metadatas/resourcemanager/UpdateAssociatedTransferSetting.json",
2025-08-20T19:15:57.1329813Z [00:02:03.304]➜  			"metadatas/resourcemanager/UpdateAutoGroupingConfig.json",
2025-08-20T19:15:57.1330218Z [00:02:03.304]➜  			"metadatas/resourcemanager/UpdateAutoGroupingRule.json",
2025-08-20T19:15:57.1330601Z [00:02:03.304]➜  			"metadatas/resourcemanager/UpdateControlPolicy.json",
2025-08-20T19:15:57.1330935Z [00:02:03.304]➜  			"metadatas/resourcemanager/UpdateFolder.json",
2025-08-20T19:15:57.1331307Z [00:02:03.304]➜  			"metadatas/resourcemanager/UpdateResourceGroup.json",
2025-08-20T19:15:57.1331640Z [00:02:03.304]➜  			"metadatas/resourcemanager/UpdateRole.json",
2025-08-20T19:15:57.1332204Z [00:02:03.304]➜  			"metadatas/resourcesharing/AcceptResourceShareInvitation.json",
2025-08-20T19:15:57.1332782Z [00:02:03.304]➜  			"metadatas/resourcesharing/AssociateResourceShare.json",
2025-08-20T19:15:57.1333290Z [00:02:03.304]➜  			"metadatas/resourcesharing/AssociateResourceSharePermission.json",
2025-08-20T19:15:57.1333680Z [00:02:03.304]➜  			"metadatas/resourcesharing/ChangeResourceGroup.json",
2025-08-20T19:15:57.1334360Z [00:02:03.304]➜  			"metadatas/resourcesharing/CheckSharingWithResourceDirectoryStatus.json",
2025-08-20T19:15:57.1334757Z [00:02:03.304]➜  			"metadatas/resourcesharing/CreateResourceShare.json",
2025-08-20T19:15:57.1335158Z [00:02:03.304]➜  			"metadatas/resourcesharing/DeleteResourceShare.json",
2025-08-20T19:15:57.1335549Z [00:02:03.304]➜  			"metadatas/resourcesharing/DescribeRegions.json",
2025-08-20T19:15:57.1335983Z [00:02:03.304]➜  			"metadatas/resourcesharing/DisassociateResourceShare.json",
2025-08-20T19:15:57.1336524Z [00:02:03.304]➜  			"metadatas/resourcesharing/DisassociateResourceSharePermission.json",
2025-08-20T19:15:57.1337048Z [00:02:03.304]➜  			"metadatas/resourcesharing/EnableSharingWithResourceDirectory.json",
2025-08-20T19:15:57.1337398Z [00:02:03.304]➜  			"metadatas/resourcesharing/GetPermission.json",
2025-08-20T19:15:57.1337820Z [00:02:03.304]➜  			"metadatas/resourcesharing/ListPermissionVersions.json",
2025-08-20T19:15:57.1338194Z [00:02:03.304]➜  			"metadatas/resourcesharing/ListPermissions.json",
2025-08-20T19:15:57.1338688Z [00:02:03.304]➜  			"metadatas/resourcesharing/ListResourceShareAssociations.json",
2025-08-20T19:15:57.1339151Z [00:02:03.304]➜  			"metadatas/resourcesharing/ListResourceShareInvitations.json",
2025-08-20T19:15:57.1339612Z [00:02:03.304]➜  			"metadatas/resourcesharing/ListResourceSharePermissions.json",
2025-08-20T19:15:57.1340002Z [00:02:03.304]➜  			"metadatas/resourcesharing/ListResourceShares.json",
2025-08-20T19:15:57.1340520Z [00:02:03.304]➜  			"metadatas/resourcesharing/ListSharedResources.json",
2025-08-20T19:15:57.1340930Z [00:02:03.304]➜  			"metadatas/resourcesharing/ListSharedTargets.json",
2025-08-20T19:15:57.1341293Z [00:02:03.304]➜  			"metadatas/resourcesharing/ListTagResources.json",
2025-08-20T19:15:57.1341763Z [00:02:03.304]➜  			"metadatas/resourcesharing/RejectResourceShareInvitation.json",
2025-08-20T19:15:57.1342097Z [00:02:03.305]➜  			"metadatas/resourcesharing/TagResources.json",
2025-08-20T19:15:57.1342669Z [00:02:03.305]➜  			"metadatas/resourcesharing/UntagResources.json",
2025-08-20T19:15:57.1343090Z [00:02:03.305]➜  			"metadatas/resourcesharing/UpdateResourceShare.json",
2025-08-20T19:15:57.1343627Z [00:02:03.305]➜  			"metadatas/rocketmq/AddDisasterRecoveryItem.json",
2025-08-20T19:15:57.1343980Z [00:02:03.305]➜  			"metadatas/rocketmq/ChangeResourceGroup.json",
2025-08-20T19:15:57.1344342Z [00:02:03.305]➜  			"metadatas/rocketmq/CreateConsumerGroup.json",
2025-08-20T19:15:57.1344728Z [00:02:03.305]➜  			"metadatas/rocketmq/CreateDisasterRecoveryPlan.json",
2025-08-20T19:15:57.1345061Z [00:02:03.305]➜  			"metadatas/rocketmq/CreateInstance.json",
2025-08-20T19:15:57.1345414Z [00:02:03.305]➜  			"metadatas/rocketmq/CreateInstanceAccount.json",
2025-08-20T19:15:57.1345738Z [00:02:03.305]➜  			"metadatas/rocketmq/CreateInstanceAcl.json",
2025-08-20T19:15:57.1346115Z [00:02:03.305]➜  			"metadatas/rocketmq/CreateInstanceIpWhitelist.json",
2025-08-20T19:15:57.1346418Z [00:02:03.305]➜  			"metadatas/rocketmq/CreateTopic.json",
2025-08-20T19:15:57.1346765Z [00:02:03.305]➜  			"metadatas/rocketmq/DeleteConsumerGroup.json",
2025-08-20T19:15:57.1347209Z [00:02:03.305]➜  			"metadatas/rocketmq/DeleteConsumerGroupSubscription.json",
2025-08-20T19:15:57.1347604Z [00:02:03.305]➜  			"metadatas/rocketmq/DeleteDisasterRecoveryItem.json",
2025-08-20T19:15:57.1347992Z [00:02:03.305]➜  			"metadatas/rocketmq/DeleteDisasterRecoveryPlan.json",
2025-08-20T19:15:57.1348295Z [00:02:03.305]➜  			"metadatas/rocketmq/DeleteInstance.json",
2025-08-20T19:15:57.1348660Z [00:02:03.305]➜  			"metadatas/rocketmq/DeleteInstanceAccount.json",
2025-08-20T19:15:57.1349102Z [00:02:03.305]➜  			"metadatas/rocketmq/DeleteInstanceAcl.json",
2025-08-20T19:15:57.1349482Z [00:02:03.305]➜  			"metadatas/rocketmq/DeleteInstanceIpWhitelist.json",
2025-08-20T19:15:57.1349776Z [00:02:03.305]➜  			"metadatas/rocketmq/DeleteTopic.json",
2025-08-20T19:15:57.1350112Z [00:02:03.305]➜  			"metadatas/rocketmq/GetConsumerGroup.json",
2025-08-20T19:15:57.1350443Z [00:02:03.305]➜  			"metadatas/rocketmq/GetConsumerGroupLag.json",
2025-08-20T19:15:57.1350970Z [00:02:03.305]➜  			"metadatas/rocketmq/GetConsumerGroupSubscription.json",
2025-08-20T19:15:57.1351327Z [00:02:03.305]➜  			"metadatas/rocketmq/GetConsumerStack.json",
2025-08-20T19:15:57.1351711Z [00:02:03.305]➜  			"metadatas/rocketmq/GetDisasterRecoveryItem.json",
2025-08-20T19:15:57.1352101Z [00:02:03.305]➜  			"metadatas/rocketmq/GetDisasterRecoveryPlan.json",
2025-08-20T19:15:57.1352616Z [00:02:03.305]➜  			"metadatas/rocketmq/GetInstance.json",
2025-08-20T19:15:57.1353011Z [00:02:03.305]➜  			"metadatas/rocketmq/GetInstanceAccount.json",
2025-08-20T19:15:57.1353344Z [00:02:03.305]➜  			"metadatas/rocketmq/GetInstanceAcl.json",
2025-08-20T19:15:57.1353713Z [00:02:03.305]➜  			"metadatas/rocketmq/GetInstanceIpWhitelist.json",
2025-08-20T19:15:57.1354054Z [00:02:03.305]➜  			"metadatas/rocketmq/GetMessageDetail.json",
2025-08-20T19:15:57.1354352Z [00:02:03.305]➜  			"metadatas/rocketmq/GetTopic.json",
2025-08-20T19:15:57.1354654Z [00:02:03.305]➜  			"metadatas/rocketmq/GetTrace.json",
2025-08-20T19:15:57.1354995Z [00:02:03.305]➜  			"metadatas/rocketmq/ListAvailableZones.json",
2025-08-20T19:15:57.1355389Z [00:02:03.305]➜  			"metadatas/rocketmq/ListConsumerConnections.json",
2025-08-20T19:15:57.1355823Z [00:02:03.305]➜  			"metadatas/rocketmq/ListConsumerGroupSubscriptions.json",
2025-08-20T19:15:57.1356173Z [00:02:03.305]➜  			"metadatas/rocketmq/ListConsumerGroups.json",
2025-08-20T19:15:57.1356613Z [00:02:03.305]➜  			"metadatas/rocketmq/ListDisasterRecoveryCheckpoints.json",
2025-08-20T19:15:57.1357154Z [00:02:03.305]➜  			"metadatas/rocketmq/ListDisasterRecoveryItems.json",
2025-08-20T19:15:57.1357571Z [00:02:03.305]➜  			"metadatas/rocketmq/ListDisasterRecoveryPlans.json",
2025-08-20T19:15:57.1357940Z [00:02:03.305]➜  			"metadatas/rocketmq/ListInstanceAccount.json",
2025-08-20T19:15:57.1358283Z [00:02:03.305]➜  			"metadatas/rocketmq/ListInstanceAcl.json",
2025-08-20T19:15:57.1358675Z [00:02:03.305]➜  			"metadatas/rocketmq/ListInstanceIpWhitelist.json",
2025-08-20T19:15:57.1359003Z [00:02:03.305]➜  			"metadatas/rocketmq/ListInstances.json",
2025-08-20T19:15:57.1359312Z [00:02:03.305]➜  			"metadatas/rocketmq/ListMessages.json",
2025-08-20T19:15:57.1359754Z [00:02:03.305]➜  			"metadatas/rocketmq/ListMetricMeta.json",
2025-08-20T19:15:57.1360055Z [00:02:03.306]➜  			"metadatas/rocketmq/ListRegions.json",
2025-08-20T19:15:57.1360399Z [00:02:03.306]➜  			"metadatas/rocketmq/ListTagResources.json",
2025-08-20T19:15:57.1360792Z [00:02:03.306]➜  			"metadatas/rocketmq/ListTopicSubscriptions.json",
2025-08-20T19:15:57.1361123Z [00:02:03.306]➜  			"metadatas/rocketmq/ListTopics.json",
2025-08-20T19:15:57.1361428Z [00:02:03.306]➜  			"metadatas/rocketmq/ListTraces.json",
2025-08-20T19:15:57.1361780Z [00:02:03.306]➜  			"metadatas/rocketmq/ResetConsumeOffset.json",
2025-08-20T19:15:57.1362176Z [00:02:03.306]➜  			"metadatas/rocketmq/StartDisasterRecoveryItem.json",
2025-08-20T19:15:57.1362771Z [00:02:03.306]➜  			"metadatas/rocketmq/StopDisasterRecoveryItem.json",
2025-08-20T19:15:57.1363248Z [00:02:03.306]➜  			"metadatas/rocketmq/SyncDisasterRecoveryCheckpoint.json",
2025-08-20T19:15:57.1363584Z [00:02:03.306]➜  			"metadatas/rocketmq/TagResources.json",
2025-08-20T19:15:57.1363912Z [00:02:03.306]➜  			"metadatas/rocketmq/UntagResources.json",
2025-08-20T19:15:57.1364280Z [00:02:03.306]➜  			"metadatas/rocketmq/UpdateConsumerGroup.json",
2025-08-20T19:15:57.1364683Z [00:02:03.306]➜  			"metadatas/rocketmq/UpdateDisasterRecoveryItem.json",
2025-08-20T19:15:57.1365113Z [00:02:03.306]➜  			"metadatas/rocketmq/UpdateDisasterRecoveryPlan.json",
2025-08-20T19:15:57.1365589Z [00:02:03.306]➜  			"metadatas/rocketmq/UpdateInstance.json",
2025-08-20T19:15:57.1365973Z [00:02:03.306]➜  			"metadatas/rocketmq/UpdateInstanceAccount.json",
2025-08-20T19:15:57.1366311Z [00:02:03.306]➜  			"metadatas/rocketmq/UpdateInstanceAcl.json",
2025-08-20T19:15:57.1366621Z [00:02:03.306]➜  			"metadatas/rocketmq/UpdateTopic.json",
2025-08-20T19:15:57.1367104Z [00:02:03.306]➜  			"metadatas/rocketmq/VerifyConsumeMessage.json",
2025-08-20T19:15:57.1367455Z [00:02:03.306]➜  			"metadatas/rocketmq/VerifySendMessage.json",
2025-08-20T19:15:57.1367799Z [00:02:03.306]➜  			"metadatas/ros/CancelStackOperation.json",
2025-08-20T19:15:57.1368138Z [00:02:03.306]➜  			"metadatas/ros/CancelUpdateStack.json",
2025-08-20T19:15:57.1368467Z [00:02:03.306]➜  			"metadatas/ros/ContinueCreateStack.json",
2025-08-20T19:15:57.1368764Z [00:02:03.306]➜  			"metadatas/ros/CreateAITask.json",
2025-08-20T19:15:57.1369197Z [00:02:03.306]➜  			"metadatas/ros/CreateChangeSet.json",
2025-08-20T19:15:57.1369552Z [00:02:03.306]➜  			"metadatas/ros/CreateDiagnostic.json",
2025-08-20T19:15:57.1369841Z [00:02:03.306]➜  			"metadatas/ros/CreateStack.json",
2025-08-20T19:15:57.1370145Z [00:02:03.306]➜  			"metadatas/ros/CreateStackGroup.json",
2025-08-20T19:15:57.1370477Z [00:02:03.306]➜  			"metadatas/ros/CreateStackInstances.json",
2025-08-20T19:15:57.1370786Z [00:02:03.306]➜  			"metadatas/ros/CreateTemplate.json",
2025-08-20T19:15:57.1371127Z [00:02:03.306]➜  			"metadatas/ros/CreateTemplateScratch.json",
2025-08-20T19:15:57.1371423Z [00:02:03.306]➜  			"metadatas/ros/DeleteChangeSet.json",
2025-08-20T19:15:57.1371741Z [00:02:03.306]➜  			"metadatas/ros/DeleteDiagnostic.json",
2025-08-20T19:15:57.1372033Z [00:02:03.306]➜  			"metadatas/ros/DeleteStack.json",
2025-08-20T19:15:57.1372333Z [00:02:03.306]➜  			"metadatas/ros/DeleteStackGroup.json",
2025-08-20T19:15:57.1372917Z [00:02:03.306]➜  			"metadatas/ros/DeleteStackInstances.json",
2025-08-20T19:15:57.1373259Z [00:02:03.306]➜  			"metadatas/ros/DeleteTemplate.json",
2025-08-20T19:15:57.1373613Z [00:02:03.306]➜  			"metadatas/ros/DeleteTemplateScratch.json",
2025-08-20T19:15:57.1373952Z [00:02:03.306]➜  			"metadatas/ros/DeregisterResourceType.json",
2025-08-20T19:15:57.1374264Z [00:02:03.306]➜  			"metadatas/ros/DescribeRegions.json",
2025-08-20T19:15:57.1374564Z [00:02:03.306]➜  			"metadatas/ros/DetectStackDrift.json",
2025-08-20T19:15:57.1374910Z [00:02:03.306]➜  			"metadatas/ros/DetectStackGroupDrift.json",
2025-08-20T19:15:57.1375264Z [00:02:03.306]➜  			"metadatas/ros/DetectStackResourceDrift.json",
2025-08-20T19:15:57.1375724Z [00:02:03.306]➜  			"metadatas/ros/ExecuteChangeSet.json",
2025-08-20T19:15:57.1376093Z [00:02:03.306]➜  			"metadatas/ros/GenerateTemplateByScratch.json",
2025-08-20T19:15:57.1376438Z [00:02:03.306]➜  			"metadatas/ros/GenerateTemplatePolicy.json",
2025-08-20T19:15:57.1376711Z [00:02:03.306]➜  			"metadatas/ros/GetAITask.json",
2025-08-20T19:15:57.1377006Z [00:02:03.306]➜  			"metadatas/ros/GetChangeSet.json",
2025-08-20T19:15:57.1377307Z [00:02:03.306]➜  			"metadatas/ros/GetDiagnostic.json",
2025-08-20T19:15:57.1377605Z [00:02:03.306]➜  			"metadatas/ros/GetFeatureDetails.json",
2025-08-20T19:15:57.1377906Z [00:02:03.306]➜  			"metadatas/ros/GetResourceType.json",
2025-08-20T19:15:57.1378248Z [00:02:03.306]➜  			"metadatas/ros/GetResourceTypeTemplate.json",
2025-08-20T19:15:57.1378555Z [00:02:03.306]➜  			"metadatas/ros/GetServiceProvisions.json",
2025-08-20T19:15:57.1378847Z [00:02:03.306]➜  			"metadatas/ros/GetStack.json",
2025-08-20T19:15:57.1379234Z [00:02:03.306]➜  			"metadatas/ros/GetStackDriftDetectionStatus.json",
2025-08-20T19:15:57.1379541Z [00:02:03.306]➜  			"metadatas/ros/GetStackGroup.json",
2025-08-20T19:15:57.1379875Z [00:02:03.306]➜  			"metadatas/ros/GetStackGroupOperation.json",
2025-08-20T19:15:57.1380153Z [00:02:03.306]➜  			"metadatas/ros/GetStackInstance.json",
2025-08-20T19:15:57.1380428Z [00:02:03.306]➜  			"metadatas/ros/GetStackPolicy.json",
2025-08-20T19:15:57.1380826Z [00:02:03.306]➜  			"metadatas/ros/GetStackResource.json",
2025-08-20T19:15:57.1381096Z [00:02:03.306]➜  			"metadatas/ros/GetTemplate.json",
2025-08-20T19:15:57.1381424Z [00:02:03.306]➜  			"metadatas/ros/GetTemplateEstimateCost.json",
2025-08-20T19:15:57.1381806Z [00:02:03.306]➜  			"metadatas/ros/GetTemplateParameterConstraints.json",
2025-08-20T19:15:57.1382101Z [00:02:03.306]➜  			"metadatas/ros/GetTemplateScratch.json",
2025-08-20T19:15:57.1382703Z [00:02:03.306]➜  			"metadatas/ros/GetTemplateSummary.json",
2025-08-20T19:15:57.1383074Z [00:02:03.306]➜  			"metadatas/ros/ImportStacksToStackGroup.json",
2025-08-20T19:15:57.1383404Z [00:02:03.306]➜  			"metadatas/ros/ListAITaskEvents.json",
2025-08-20T19:15:57.1383700Z [00:02:03.306]➜  			"metadatas/ros/ListAITasks.json",
2025-08-20T19:15:57.1383981Z [00:02:03.306]➜  			"metadatas/ros/ListChangeSets.json",
2025-08-20T19:15:57.1384264Z [00:02:03.306]➜  			"metadatas/ros/ListDiagnostics.json",
2025-08-20T19:15:57.1384744Z [00:02:03.306]➜  			"metadatas/ros/ListResourceTypeRegistrations.json",
2025-08-20T19:15:57.1385086Z [00:02:03.306]➜  			"metadatas/ros/ListResourceTypeVersions.json",
2025-08-20T19:15:57.1385390Z [00:02:03.306]➜  			"metadatas/ros/ListResourceTypes.json",
2025-08-20T19:15:57.1385678Z [00:02:03.306]➜  			"metadatas/ros/ListStackEvents.json",
2025-08-20T19:15:57.1386069Z [00:02:03.306]➜  			"metadatas/ros/ListStackGroupOperationResults.json",
2025-08-20T19:15:57.1386423Z [00:02:03.306]➜  			"metadatas/ros/ListStackGroupOperations.json",
2025-08-20T19:15:57.1386712Z [00:02:03.306]➜  			"metadatas/ros/ListStackGroups.json",
2025-08-20T19:15:57.1387042Z [00:02:03.306]➜  			"metadatas/ros/ListStackInstances.json",
2025-08-20T19:15:57.1387396Z [00:02:03.306]➜  			"metadatas/ros/ListStackOperationRisks.json",
2025-08-20T19:15:57.1387708Z [00:02:03.306]➜  			"metadatas/ros/ListStackResourceDrifts.json",
2025-08-20T19:15:57.1387996Z [00:02:03.306]➜  			"metadatas/ros/ListStackResources.json",
2025-08-20T19:15:57.1388262Z [00:02:03.306]➜  			"metadatas/ros/ListStacks.json",
2025-08-20T19:15:57.1388528Z [00:02:03.306]➜  			"metadatas/ros/ListTagKeys.json",
2025-08-20T19:15:57.1388810Z [00:02:03.306]➜  			"metadatas/ros/ListTagResources.json",
2025-08-20T19:15:57.1389088Z [00:02:03.306]➜  			"metadatas/ros/ListTagValues.json",
2025-08-20T19:15:57.1389398Z [00:02:03.306]➜  			"metadatas/ros/ListTemplateScratches.json",
2025-08-20T19:15:57.1389704Z [00:02:03.306]➜  			"metadatas/ros/ListTemplateVersions.json",
2025-08-20T19:15:57.1389976Z [00:02:03.306]➜  			"metadatas/ros/ListTemplates.json",
2025-08-20T19:15:57.1390270Z [00:02:03.306]➜  			"metadatas/ros/MoveResourceGroup.json",
2025-08-20T19:15:57.1390624Z [00:02:03.306]➜  			"metadatas/ros/PreviewStack.json",
2025-08-20T19:15:57.1390940Z [00:02:03.306]➜  			"metadatas/ros/RegisterResourceType.json",
2025-08-20T19:15:57.1391246Z [00:02:03.306]➜  			"metadatas/ros/SetDeletionProtection.json",
2025-08-20T19:15:57.1391525Z [00:02:03.306]➜  			"metadatas/ros/SetResourceType.json",
2025-08-20T19:15:57.1391814Z [00:02:03.306]➜  			"metadatas/ros/SetStackPolicy.json",
2025-08-20T19:15:57.1392119Z [00:02:03.306]➜  			"metadatas/ros/SetTemplatePermission.json",
2025-08-20T19:15:57.1392556Z [00:02:03.306]➜  			"metadatas/ros/SignalResource.json",
2025-08-20T19:15:57.1392889Z [00:02:03.306]➜  			"metadatas/ros/StopStackGroupOperation.json",
2025-08-20T19:15:57.1393173Z [00:02:03.306]➜  			"metadatas/ros/TagResources.json",
2025-08-20T19:15:57.1393464Z [00:02:03.306]➜  			"metadatas/ros/UntagResources.json",
2025-08-20T19:15:57.1393736Z [00:02:03.306]➜  			"metadatas/ros/UpdateStack.json",
2025-08-20T19:15:57.1394029Z [00:02:03.306]➜  			"metadatas/ros/UpdateStackGroup.json",
2025-08-20T19:15:57.1394358Z [00:02:03.306]➜  			"metadatas/ros/UpdateStackInstances.json",
2025-08-20T19:15:57.1394737Z [00:02:03.306]➜  			"metadatas/ros/UpdateStackTemplateByResources.json",
2025-08-20T19:15:57.1395102Z [00:02:03.306]➜  			"metadatas/ros/UpdateTemplate.json",
2025-08-20T19:15:57.1395511Z [00:02:03.306]➜  			"metadatas/ros/UpdateTemplateScratch.json",
2025-08-20T19:15:57.1395958Z [00:02:03.306]➜  			"metadatas/ros/ValidateTemplate.json",
2025-08-20T19:15:57.1396333Z [00:02:03.306]➜  			"metadatas/sae/AbortAndRollbackChangeOrder.json",
2025-08-20T19:15:57.1396627Z [00:02:03.306]➜  			"metadatas/sae/AbortChangeOrder.json",
2025-08-20T19:15:57.1396960Z [00:02:03.306]➜  			"metadatas/sae/BatchStartApplications.json",
2025-08-20T19:15:57.1397296Z [00:02:03.306]➜  			"metadatas/sae/BatchStopApplications.json",
2025-08-20T19:15:57.1397709Z [00:02:03.306]➜  			"metadatas/sae/BindNlb.json",
2025-08-20T19:15:57.1398006Z [00:02:03.306]➜  			"metadatas/sae/BindSlb.json",
2025-08-20T19:15:57.1398353Z [00:02:03.306]➜  			"metadatas/sae/ConfirmPipelineBatch.json",
2025-08-20T19:15:57.1398673Z [00:02:03.306]➜  			"metadatas/sae/CreateApplication.json",
2025-08-20T19:15:57.1399052Z [00:02:03.306]➜  			"metadatas/sae/CreateApplicationScalingRule.json",
2025-08-20T19:15:57.1399466Z [00:02:03.306]➜  			"metadatas/sae/CreateConfigMap.json",
2025-08-20T19:15:57.1399861Z [00:02:03.306]➜  			"metadatas/sae/CreateGreyTagRoute.json",
2025-08-20T19:15:57.1400209Z [00:02:03.306]➜  			"metadatas/sae/CreateIngress.json",
2025-08-20T19:15:57.1400496Z [00:02:03.306]➜  			"metadatas/sae/CreateJob.json",
2025-08-20T19:15:57.1400807Z [00:02:03.306]➜  			"metadatas/sae/CreateNamespace.json",
2025-08-20T19:15:57.1401261Z [00:02:03.306]➜  			"metadatas/sae/CreateOrUpdateSwimmingLane.json",
2025-08-20T19:15:57.1401703Z [00:02:03.306]➜  			"metadatas/sae/CreateOrUpdateSwimmingLaneGroup.json",
2025-08-20T19:15:57.1401997Z [00:02:03.306]➜  			"metadatas/sae/CreateSecret.json",
2025-08-20T19:15:57.1402341Z [00:02:03.306]➜  			"metadatas/sae/CreateWebApplication.json",
2025-08-20T19:15:57.1402902Z [00:02:03.306]➜  			"metadatas/sae/CreateWebCustomDomain.json",
2025-08-20T19:15:57.1403203Z [00:02:03.306]➜  			"metadatas/sae/DeleteApplication.json",
2025-08-20T19:15:57.1403565Z [00:02:03.306]➜  			"metadatas/sae/DeleteApplicationScalingRule.json",
2025-08-20T19:15:57.1403865Z [00:02:03.306]➜  			"metadatas/sae/DeleteConfigMap.json",
2025-08-20T19:15:57.1404153Z [00:02:03.306]➜  			"metadatas/sae/DeleteGreyTagRoute.json",
2025-08-20T19:15:57.1404432Z [00:02:03.306]➜  			"metadatas/sae/DeleteHistoryJob.json",
2025-08-20T19:15:57.1404695Z [00:02:03.306]➜  			"metadatas/sae/DeleteIngress.json",
2025-08-20T19:15:57.1404968Z [00:02:03.306]➜  			"metadatas/sae/DeleteInstances.json",
2025-08-20T19:15:57.1405210Z [00:02:03.306]➜  			"metadatas/sae/DeleteJob.json",
2025-08-20T19:15:57.1405488Z [00:02:03.306]➜  			"metadatas/sae/DeleteNamespace.json",
2025-08-20T19:15:57.1405740Z [00:02:03.306]➜  			"metadatas/sae/DeleteSecret.json",
2025-08-20T19:15:57.1406195Z [00:02:03.306]➜  			"metadatas/sae/DeleteSwimmingLaneGroup.json",
2025-08-20T19:15:57.1406500Z [00:02:03.306]➜  			"metadatas/sae/DeleteWebApplication.json",
2025-08-20T19:15:57.1406849Z [00:02:03.306]➜  			"metadatas/sae/DeleteWebApplicationRevision.json",
2025-08-20T19:15:57.1407157Z [00:02:03.306]➜  			"metadatas/sae/DeleteWebCustomDomain.json",
2025-08-20T19:15:57.1407523Z [00:02:03.306]➜  			"metadatas/sae/DeployApplication.json",
2025-08-20T19:15:57.1407851Z [00:02:03.306]➜  			"metadatas/sae/DescribeAppServiceDetail.json",
2025-08-20T19:15:57.1408174Z [00:02:03.306]➜  			"metadatas/sae/DescribeApplicationConfig.json",
2025-08-20T19:15:57.1408496Z [00:02:03.306]➜  			"metadatas/sae/DescribeApplicationGroups.json",
2025-08-20T19:15:57.1408803Z [00:02:03.306]➜  			"metadatas/sae/DescribeApplicationImage.json",
2025-08-20T19:15:57.1409162Z [00:02:03.306]➜  			"metadatas/sae/DescribeApplicationInstances.json",
2025-08-20T19:15:57.1409521Z [00:02:03.306]➜  			"metadatas/sae/DescribeApplicationMseService.json",
2025-08-20T19:15:57.1409829Z [00:02:03.306]➜  			"metadatas/sae/DescribeApplicationNlbs.json",
2025-08-20T19:15:57.1410180Z [00:02:03.306]➜  			"metadatas/sae/DescribeApplicationScalingRule.json",
2025-08-20T19:15:57.1410550Z [00:02:03.306]➜  			"metadatas/sae/DescribeApplicationScalingRules.json",
2025-08-20T19:15:57.1410935Z [00:02:03.306]➜  			"metadatas/sae/DescribeApplicationSlbs.json",
2025-08-20T19:15:57.1411340Z [00:02:03.306]➜  			"metadatas/sae/DescribeApplicationStatus.json",
2025-08-20T19:15:57.1411662Z [00:02:03.306]➜  			"metadatas/sae/DescribeChangeOrder.json",
2025-08-20T19:15:57.1411965Z [00:02:03.306]➜  			"metadatas/sae/DescribeComponents.json",
2025-08-20T19:15:57.1412250Z [00:02:03.306]➜  			"metadatas/sae/DescribeConfigMap.json",
2025-08-20T19:15:57.1412897Z [00:02:03.306]➜  			"metadatas/sae/DescribeConfigurationPrice.json",
2025-08-20T19:15:57.1413230Z [00:02:03.307]➜  			"metadatas/sae/DescribeEdasContainers.json",
2025-08-20T19:15:57.1413545Z [00:02:03.307]➜  			"metadatas/sae/DescribeGreyTagRoute.json",
2025-08-20T19:15:57.1413818Z [00:02:03.307]➜  			"metadatas/sae/DescribeIngress.json",
2025-08-20T19:15:57.1414115Z [00:02:03.307]➜  			"metadatas/sae/DescribeInstanceLog.json",
2025-08-20T19:15:57.1414483Z [00:02:03.307]➜  			"metadatas/sae/DescribeInstanceSpecifications.json",
2025-08-20T19:15:57.1414902Z [00:02:03.307]➜  			"metadatas/sae/DescribeJob.json",
2025-08-20T19:15:57.1415196Z [00:02:03.307]➜  			"metadatas/sae/DescribeJobHistory.json",
2025-08-20T19:15:57.1415483Z [00:02:03.307]➜  			"metadatas/sae/DescribeJobStatus.json",
2025-08-20T19:15:57.1415767Z [00:02:03.307]➜  			"metadatas/sae/DescribeNamespace.json",
2025-08-20T19:15:57.1416064Z [00:02:03.307]➜  			"metadatas/sae/DescribeNamespaceList.json",
2025-08-20T19:15:57.1416411Z [00:02:03.307]➜  			"metadatas/sae/DescribeNamespaceResources.json",
2025-08-20T19:15:57.1416680Z [00:02:03.307]➜  			"metadatas/sae/DescribeNamespaces.json",
2025-08-20T19:15:57.1416943Z [00:02:03.307]➜  			"metadatas/sae/DescribePipeline.json",
2025-08-20T19:15:57.1417206Z [00:02:03.307]➜  			"metadatas/sae/DescribeRegions.json",
2025-08-20T19:15:57.1417477Z [00:02:03.307]➜  			"metadatas/sae/DescribeSecret.json",
2025-08-20T19:15:57.1417777Z [00:02:03.307]➜  			"metadatas/sae/DescribeSwimmingLane.json",
2025-08-20T19:15:57.1418106Z [00:02:03.307]➜  			"metadatas/sae/DescribeWebApplication.json",
2025-08-20T19:15:57.1418599Z [00:02:03.307]➜  			"metadatas/sae/DescribeWebApplicationResourceStatics.json",
2025-08-20T19:15:57.1418998Z [00:02:03.307]➜  			"metadatas/sae/DescribeWebApplicationRevision.json",
2025-08-20T19:15:57.1419447Z [00:02:03.307]➜  			"metadatas/sae/DescribeWebApplicationScalingConfig.json",
2025-08-20T19:15:57.1419896Z [00:02:03.307]➜  			"metadatas/sae/DescribeWebApplicationTrafficConfig.json",
2025-08-20T19:15:57.1420258Z [00:02:03.307]➜  			"metadatas/sae/DescribeWebCustomDomain.json",
2025-08-20T19:15:57.1420600Z [00:02:03.307]➜  			"metadatas/sae/DescribeWebInstanceLogs.json",
2025-08-20T19:15:57.1421155Z [00:02:03.307]➜  			"metadatas/sae/DisableApplicationScalingRule.json",
2025-08-20T19:15:57.1421552Z [00:02:03.307]➜  			"metadatas/sae/DowngradeApplicationApmService.json",
2025-08-20T19:15:57.1421947Z [00:02:03.307]➜  			"metadatas/sae/EnableApplicationScalingRule.json",
2025-08-20T19:15:57.1422231Z [00:02:03.307]➜  			"metadatas/sae/ExecJob.json",
2025-08-20T19:15:57.1422908Z [00:02:03.307]➜  			"metadatas/sae/GetApplication.json",
2025-08-20T19:15:57.1423229Z [00:02:03.307]➜  			"metadatas/sae/GetArmsTopNMetric.json",
2025-08-20T19:15:57.1423577Z [00:02:03.307]➜  			"metadatas/sae/GetAvailabilityMetric.json",
2025-08-20T19:15:57.1423916Z [00:02:03.307]➜  			"metadatas/sae/GetChangeOrderMetric.json",
2025-08-20T19:15:57.1424233Z [00:02:03.307]➜  			"metadatas/sae/GetScaleAppMetric.json",
2025-08-20T19:15:57.1424566Z [00:02:03.307]➜  			"metadatas/sae/GetWarningEventMetric.json",
2025-08-20T19:15:57.1424882Z [00:02:03.307]➜  			"metadatas/sae/GetWebshellToken.json",
2025-08-20T19:15:57.1425300Z [00:02:03.307]➜  			"metadatas/sae/ListAllSwimmingLaneGroups.json",
2025-08-20T19:15:57.1425642Z [00:02:03.307]➜  			"metadatas/sae/ListAllSwimmingLanes.json",
2025-08-20T19:15:57.1425942Z [00:02:03.307]➜  			"metadatas/sae/ListAppEvents.json",
2025-08-20T19:15:57.1426242Z [00:02:03.307]➜  			"metadatas/sae/ListAppServices.json",
2025-08-20T19:15:57.1426594Z [00:02:03.307]➜  			"metadatas/sae/ListAppServicesPage.json",
2025-08-20T19:15:57.1426894Z [00:02:03.307]➜  			"metadatas/sae/ListAppVersions.json",
2025-08-20T19:15:57.1427212Z [00:02:03.307]➜  			"metadatas/sae/ListApplications.json",
2025-08-20T19:15:57.1427618Z [00:02:03.307]➜  			"metadatas/sae/ListApplicationsForSwimmingLane.json",
2025-08-20T19:15:57.1427926Z [00:02:03.307]➜  			"metadatas/sae/ListChangeOrders.json",
2025-08-20T19:15:57.1428392Z [00:02:03.307]➜  			"metadatas/sae/ListConsumedServices.json",
2025-08-20T19:15:57.1428720Z [00:02:03.307]➜  			"metadatas/sae/ListGreyTagRoute.json",
2025-08-20T19:15:57.1429020Z [00:02:03.307]➜  			"metadatas/sae/ListIngresses.json",
2025-08-20T19:15:57.1429302Z [00:02:03.307]➜  			"metadatas/sae/ListJobs.json",
2025-08-20T19:15:57.1429598Z [00:02:03.307]➜  			"metadatas/sae/ListLogConfigs.json",
2025-08-20T19:15:57.1429980Z [00:02:03.307]➜  			"metadatas/sae/ListNamespaceChangeOrders.json",
2025-08-20T19:15:57.1430489Z [00:02:03.307]➜  			"metadatas/sae/ListNamespacedConfigMaps.json",
2025-08-20T19:15:57.1430865Z [00:02:03.307]➜  			"metadatas/sae/ListPublishedServices.json",
2025-08-20T19:15:57.1431150Z [00:02:03.307]➜  			"metadatas/sae/ListSecrets.json",
2025-08-20T19:15:57.1431542Z [00:02:03.307]➜  			"metadatas/sae/ListSwimmingLaneGatewayRoutes.json",
2025-08-20T19:15:57.1431907Z [00:02:03.307]➜  			"metadatas/sae/ListSwimmingLaneGroupTags.json",
2025-08-20T19:15:57.1432209Z [00:02:03.307]➜  			"metadatas/sae/ListTagResources.json",
2025-08-20T19:15:57.1432824Z [00:02:03.307]➜  			"metadatas/sae/ListWebApplicationInstances.json",
2025-08-20T19:15:57.1433227Z [00:02:03.307]➜  			"metadatas/sae/ListWebApplicationRevisions.json",
2025-08-20T19:15:57.1433559Z [00:02:03.307]➜  			"metadatas/sae/ListWebApplications.json",
2025-08-20T19:15:57.1433970Z [00:02:03.307]➜  			"metadatas/sae/ListWebCustomDomains.json",
2025-08-20T19:15:57.1434309Z [00:02:03.307]➜  			"metadatas/sae/OpenSaeService.json",
2025-08-20T19:15:57.1434768Z [00:02:03.307]➜  			"metadatas/sae/PublishWebApplicationRevision.json",
2025-08-20T19:15:57.1435111Z [00:02:03.307]➜  			"metadatas/sae/QueryResourceStatics.json",
2025-08-20T19:15:57.1435602Z [00:02:03.307]➜  			"metadatas/sae/ReduceApplicationCapacityByInstanceIds.json",
2025-08-20T19:15:57.1435922Z [00:02:03.307]➜  			"metadatas/sae/RescaleApplication.json",
2025-08-20T19:15:57.1436341Z [00:02:03.307]➜  			"metadatas/sae/RescaleApplicationVertically.json",
2025-08-20T19:15:57.1436680Z [00:02:03.307]➜  			"metadatas/sae/RestartApplication.json",
2025-08-20T19:15:57.1436987Z [00:02:03.307]➜  			"metadatas/sae/RestartInstances.json",
2025-08-20T19:15:57.1437473Z [00:02:03.307]➜  			"metadatas/sae/RollbackApplication.json",
2025-08-20T19:15:57.1437782Z [00:02:03.307]➜  			"metadatas/sae/StartApplication.json",
2025-08-20T19:15:57.1438107Z [00:02:03.307]➜  			"metadatas/sae/StartWebApplication.json",
2025-08-20T19:15:57.1438422Z [00:02:03.307]➜  			"metadatas/sae/StopApplication.json",
2025-08-20T19:15:57.1438742Z [00:02:03.307]➜  			"metadatas/sae/StopWebApplication.json",
2025-08-20T19:15:57.1439154Z [00:02:03.307]➜  			"metadatas/sae/SuspendJob.json",
2025-08-20T19:15:57.1439448Z [00:02:03.307]➜  			"metadatas/sae/TagResources.json",
2025-08-20T19:15:57.1439723Z [00:02:03.307]➜  			"metadatas/sae/UnbindNlb.json",
2025-08-20T19:15:57.1439984Z [00:02:03.307]➜  			"metadatas/sae/UnbindSlb.json",
2025-08-20T19:15:57.1440276Z [00:02:03.307]➜  			"metadatas/sae/UntagResources.json",
2025-08-20T19:15:57.1440577Z [00:02:03.307]➜  			"metadatas/sae/UpdateAppMode.json",
2025-08-20T19:15:57.1440920Z [00:02:03.307]➜  			"metadatas/sae/UpdateAppSecurityGroup.json",
2025-08-20T19:15:57.1441323Z [00:02:03.307]➜  			"metadatas/sae/UpdateApplicationDescription.json",
2025-08-20T19:15:57.1441697Z [00:02:03.307]➜  			"metadatas/sae/UpdateApplicationScalingRule.json",
2025-08-20T19:15:57.1442062Z [00:02:03.307]➜  			"metadatas/sae/UpdateApplicationVswitches.json",
2025-08-20T19:15:57.1442356Z [00:02:03.307]➜  			"metadatas/sae/UpdateConfigMap.json",
2025-08-20T19:15:57.1442880Z [00:02:03.307]➜  			"metadatas/sae/UpdateGreyTagRoute.json",
2025-08-20T19:15:57.1443157Z [00:02:03.307]➜  			"metadatas/sae/UpdateIngress.json",
2025-08-20T19:15:57.1443424Z [00:02:03.307]➜  			"metadatas/sae/UpdateJob.json",
2025-08-20T19:15:57.1443714Z [00:02:03.307]➜  			"metadatas/sae/UpdateNamespace.json",
2025-08-20T19:15:57.1444015Z [00:02:03.307]➜  			"metadatas/sae/UpdateNamespaceVpc.json",
2025-08-20T19:15:57.1444291Z [00:02:03.307]➜  			"metadatas/sae/UpdateSecret.json",
2025-08-20T19:15:57.1444863Z [00:02:03.307]➜  			"metadatas/sae/UpdateSwimmingLaneEnableAttribute.json",
2025-08-20T19:15:57.1445206Z [00:02:03.307]➜  			"metadatas/sae/UpdateWebApplication.json",
2025-08-20T19:15:57.1445647Z [00:02:03.307]➜  			"metadatas/sae/UpdateWebApplicationScalingConfig.json",
2025-08-20T19:15:57.1446062Z [00:02:03.307]➜  			"metadatas/sae/UpdateWebApplicationTrafficConfig.json",
2025-08-20T19:15:57.1446391Z [00:02:03.307]➜  			"metadatas/sae/UpdateWebCustomDomain.json",
2025-08-20T19:15:57.1446886Z [00:02:03.307]➜  			"metadatas/sae/UpgradeApplicationApmService.json",
2025-08-20T19:15:57.1447201Z [00:02:03.307]➜  			"metadatas/saf/ExecuteRequest.json",
2025-08-20T19:15:57.1447505Z [00:02:03.307]➜  			"metadatas/saf/ExecuteRequestML.json",
2025-08-20T19:15:57.1447812Z [00:02:03.307]➜  			"metadatas/saf/ExecuteRequestSG.json",
2025-08-20T19:15:57.1448103Z [00:02:03.307]➜  			"metadatas/saf/RequestDecision.json",
2025-08-20T19:15:57.1448479Z [00:02:03.307]➜  			"metadatas/sas/AddAssetSelectionCriteria.json",
2025-08-20T19:15:57.1448855Z [00:02:03.307]➜  			"metadatas/sas/AddBaselineCheckWhiteRecord.json",
2025-08-20T19:15:57.1449271Z [00:02:03.307]➜  			"metadatas/sas/AddCheckInstanceResultWhiteList.json",
2025-08-20T19:15:57.1449613Z [00:02:03.307]➜  			"metadatas/sas/AddCheckResultWhiteList.json",
2025-08-20T19:15:57.1449952Z [00:02:03.307]➜  			"metadatas/sas/AddClientUserDefineRule.json",
2025-08-20T19:15:57.1450282Z [00:02:03.307]➜  			"metadatas/sas/AddCloudVendorAccountAK.json",
2025-08-20T19:15:57.1450651Z [00:02:03.307]➜  			"metadatas/sas/AddCloudVendorTrialConfig.json",
2025-08-20T19:15:57.1450984Z [00:02:03.307]➜  			"metadatas/sas/AddContainerDefenseRule.json",
2025-08-20T19:15:57.1451323Z [00:02:03.307]➜  			"metadatas/sas/AddContainerPluginRule.json",
2025-08-20T19:15:57.1451609Z [00:02:03.307]➜  			"metadatas/sas/AddIdcProbe.json",
2025-08-20T19:15:57.1451953Z [00:02:03.307]➜  			"metadatas/sas/AddImageEventOperation.json",
2025-08-20T19:15:57.1452295Z [00:02:03.307]➜  			"metadatas/sas/AddImageVulWhiteList.json",
2025-08-20T19:15:57.1452800Z [00:02:03.307]➜  			"metadatas/sas/AddInstallCode.json",
2025-08-20T19:15:57.1453278Z [00:02:03.307]➜  			"metadatas/sas/AddPrivateRegistry.json",
2025-08-20T19:15:57.1453596Z [00:02:03.307]➜  			"metadatas/sas/AddProtectVpcList.json",
2025-08-20T19:15:57.1453890Z [00:02:03.307]➜  			"metadatas/sas/AddPublishBatch.json",
2025-08-20T19:15:57.1454277Z [00:02:03.307]➜  			"metadatas/sas/AddSasContainerWebDefenseRule.json",
2025-08-20T19:15:57.1454695Z [00:02:03.307]➜  			"metadatas/sas/AddSasModuleTrial.json",
2025-08-20T19:15:57.1454989Z [00:02:03.307]➜  			"metadatas/sas/AddTagWithUuid.json",
2025-08-20T19:15:57.1455345Z [00:02:03.307]➜  			"metadatas/sas/AddUninstallClientsByUuids.json",
2025-08-20T19:15:57.1455645Z [00:02:03.307]➜  			"metadatas/sas/AddVpcHoneyPot.json",
2025-08-20T19:15:57.1456024Z [00:02:03.307]➜  			"metadatas/sas/AdvanceSecurityEventOperations.json",
2025-08-20T19:15:57.1456381Z [00:02:03.307]➜  			"metadatas/sas/BatchCreateMaliciousNote.json",
2025-08-20T19:15:57.1456860Z [00:02:03.307]➜  			"metadatas/sas/BatchDeleteMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:57.1457275Z [00:02:03.307]➜  			"metadatas/sas/BatchOperateCommonOverallConfig.json",
2025-08-20T19:15:57.1457733Z [00:02:03.307]➜  			"metadatas/sas/BatchUpdateMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:57.1458032Z [00:02:03.307]➜  			"metadatas/sas/BindAuthToMachine.json",
2025-08-20T19:15:57.1458332Z [00:02:03.307]➜  			"metadatas/sas/BindHybridProxy.json",
2025-08-20T19:15:57.1458638Z [00:02:03.307]➜  			"metadatas/sas/CancelOnceTask.json",
2025-08-20T19:15:57.1459011Z [00:02:03.307]➜  			"metadatas/sas/ChangeAssetRefreshTaskConfig.json",
2025-08-20T19:15:57.1459307Z [00:02:03.307]➜  			"metadatas/sas/ChangeCheckConfig.json",
2025-08-20T19:15:57.1459654Z [00:02:03.307]➜  			"metadatas/sas/ChangeCheckCustomConfig.json",
2025-08-20T19:15:57.1460004Z [00:02:03.307]➜  			"metadatas/sas/ChangeSecurityScoreRule.json",
2025-08-20T19:15:57.1460431Z [00:02:03.307]➜  			"metadatas/sas/ChangeUserLang.json",
2025-08-20T19:15:57.1460770Z [00:02:03.307]➜  			"metadatas/sas/CheckSecurityEventId.json",
2025-08-20T19:15:57.1461088Z [00:02:03.307]➜  			"metadatas/sas/CheckStsTokenAuth.json",
2025-08-20T19:15:57.1461399Z [00:02:03.307]➜  			"metadatas/sas/CheckTrialFixCount.json",
2025-08-20T19:15:57.1461701Z [00:02:03.307]➜  			"metadatas/sas/CheckUserHasEcs.json",
2025-08-20T19:15:57.1462000Z [00:02:03.307]➜  			"metadatas/sas/ConfirmVirusEvents.json",
2025-08-20T19:15:57.1462683Z [00:02:03.307]➜  			"metadatas/sas/CopyCustomizeReportConfig.json",
2025-08-20T19:15:57.1463029Z [00:02:03.307]➜  			"metadatas/sas/CreateAgentlessScanTask.json",
2025-08-20T19:15:57.1463373Z [00:02:03.307]➜  			"metadatas/sas/CreateAntiBruteForceRule.json",
2025-08-20T19:15:57.1463736Z [00:02:03.307]➜  			"metadatas/sas/CreateAssetSelectionConfig.json",
2025-08-20T19:15:57.1464207Z [00:02:03.307]➜  			"metadatas/sas/CreateAttackPathSensitiveAssetConfig.json",
2025-08-20T19:15:57.1464569Z [00:02:03.307]➜  			"metadatas/sas/CreateAttackPathWhitelist.json",
2025-08-20T19:15:57.1464873Z [00:02:03.307]➜  			"metadatas/sas/CreateAttestor.json",
2025-08-20T19:15:57.1465183Z [00:02:03.307]➜  			"metadatas/sas/CreateBackupPolicy.json",
2025-08-20T19:15:57.1465489Z [00:02:03.307]➜  			"metadatas/sas/CreateBatchUploadUrl.json",
2025-08-20T19:15:57.1465850Z [00:02:03.307]➜  			"metadatas/sas/CreateBinarySecurityPolicy.json",
2025-08-20T19:15:57.1466182Z [00:02:03.307]➜  			"metadatas/sas/CreateContainerScanTask.json",
2025-08-20T19:15:57.1466587Z [00:02:03.307]➜  			"metadatas/sas/CreateContainerScanTaskByAppName.json",
2025-08-20T19:15:57.1466907Z [00:02:03.307]➜  			"metadatas/sas/CreateCustomBlockRecord.json",
2025-08-20T19:15:57.1467233Z [00:02:03.307]➜  			"metadatas/sas/CreateCustomizedDict.json",
2025-08-20T19:15:57.1467507Z [00:02:03.307]➜  			"metadatas/sas/CreateCycleTask.json",
2025-08-20T19:15:57.1467786Z [00:02:03.307]➜  			"metadatas/sas/CreateDynamicDict.json",
2025-08-20T19:15:57.1468080Z [00:02:03.307]➜  			"metadatas/sas/CreateFileDetect.json",
2025-08-20T19:15:57.1468427Z [00:02:03.307]➜  			"metadatas/sas/CreateFileDetectUploadUrl.json",
2025-08-20T19:15:57.1468878Z [00:02:03.307]➜  			"metadatas/sas/CreateFileProtectRule.json",
2025-08-20T19:15:57.1469186Z [00:02:03.307]➜  			"metadatas/sas/CreateFileUploadLimit.json",
2025-08-20T19:15:57.1469473Z [00:02:03.307]➜  			"metadatas/sas/CreateHoneypot.json",
2025-08-20T19:15:57.1469765Z [00:02:03.307]➜  			"metadatas/sas/CreateHoneypotNode.json",
2025-08-20T19:15:57.1470169Z [00:02:03.307]➜  			"metadatas/sas/CreateHoneypotPreset.json",
2025-08-20T19:15:57.1470464Z [00:02:03.307]➜  			"metadatas/sas/CreateHoneypotProbe.json",
2025-08-20T19:15:57.1470805Z [00:02:03.307]➜  			"metadatas/sas/CreateHoneypotProbeBind.json",
2025-08-20T19:15:57.1471150Z [00:02:03.307]➜  			"metadatas/sas/CreateHybridProxyCluster.json",
2025-08-20T19:15:57.1471511Z [00:02:03.307]➜  			"metadatas/sas/CreateInterceptionRule.json",
2025-08-20T19:15:57.1471972Z [00:02:03.307]➜  			"metadatas/sas/CreateInterceptionTarget.json",
2025-08-20T19:15:57.1472322Z [00:02:03.307]➜  			"metadatas/sas/CreateJenkinsImageRegistry.json",
2025-08-20T19:15:57.1472820Z [00:02:03.307]➜  			"metadatas/sas/CreateJenkinsImageScanTask.json",
2025-08-20T19:15:57.1473217Z [00:02:03.307]➜  			"metadatas/sas/CreateMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:57.1473498Z [00:02:03.307]➜  			"metadatas/sas/CreateMaliciousNote.json",
2025-08-20T19:15:57.1473793Z [00:02:03.307]➜  			"metadatas/sas/CreateMonitorAccount.json",
2025-08-20T19:15:57.1474088Z [00:02:03.307]➜  			"metadatas/sas/CreateOpaClusterPlugin.json",
2025-08-20T19:15:57.1474368Z [00:02:03.307]➜  			"metadatas/sas/CreateOpaStrategyNew.json",
2025-08-20T19:15:57.1474673Z [00:02:03.307]➜  			"metadatas/sas/CreateOrUpdateAssetGroup.json",
2025-08-20T19:15:57.1474994Z [00:02:03.307]➜  			"metadatas/sas/CreateOrUpdateAutoTagRule.json",
2025-08-20T19:15:57.1475283Z [00:02:03.307]➜  			"metadatas/sas/CreateOrUpdateDingTalk.json",
2025-08-20T19:15:57.1475592Z [00:02:03.307]➜  			"metadatas/sas/CreateOssBucketScanTask.json",
2025-08-20T19:15:57.1475861Z [00:02:03.307]➜  			"metadatas/sas/CreateOssScanConfig.json",
2025-08-20T19:15:57.1476168Z [00:02:03.308]➜  			"metadatas/sas/CreateRdDefaultSyncList.json",
2025-08-20T19:15:57.1476431Z [00:02:03.308]➜  			"metadatas/sas/CreateRestoreJob.json",
2025-08-20T19:15:57.1476684Z [00:02:03.308]➜  			"metadatas/sas/CreateSasTrial.json",
2025-08-20T19:15:57.1477082Z [00:02:03.308]➜  			"metadatas/sas/CreateServiceLinkedRole.json",
2025-08-20T19:15:57.1477369Z [00:02:03.308]➜  			"metadatas/sas/CreateServiceTrail.json",
2025-08-20T19:15:57.1477770Z [00:02:03.308]➜  			"metadatas/sas/CreateSimilarSecurityEventsQueryTask.json",
2025-08-20T19:15:57.1478059Z [00:02:03.308]➜  			"metadatas/sas/CreateSoarStrategyTask.json",
2025-08-20T19:15:57.1478354Z [00:02:03.308]➜  			"metadatas/sas/CreateSuspEventNote.json",
2025-08-20T19:15:57.1478681Z [00:02:03.308]➜  			"metadatas/sas/CreateUniBackupPolicy.json",
2025-08-20T19:15:57.1479001Z [00:02:03.308]➜  			"metadatas/sas/CreateUniRestorePlan.json",
2025-08-20T19:15:57.1479270Z [00:02:03.308]➜  			"metadatas/sas/CreateUserSetting.json",
2025-08-20T19:15:57.1479678Z [00:02:03.308]➜  			"metadatas/sas/CreateVirusScanOnceTask.json",
2025-08-20T19:15:57.1479990Z [00:02:03.308]➜  			"metadatas/sas/CreateVulAutoRepairConfig.json",
2025-08-20T19:15:57.1480302Z [00:02:03.308]➜  			"metadatas/sas/DeleteAntiBruteForceRule.json",
2025-08-20T19:15:57.1480701Z [00:02:03.308]➜  			"metadatas/sas/DeleteAttackPathSensitiveAssetConfig.json",
2025-08-20T19:15:57.1481026Z [00:02:03.308]➜  			"metadatas/sas/DeleteAttackPathWhitelist.json",
2025-08-20T19:15:57.1481280Z [00:02:03.308]➜  			"metadatas/sas/DeleteAttestor.json",
2025-08-20T19:15:57.1481552Z [00:02:03.308]➜  			"metadatas/sas/DeleteAutoTagRules.json",
2025-08-20T19:15:57.1481817Z [00:02:03.308]➜  			"metadatas/sas/DeleteBackupPolicy.json",
2025-08-20T19:15:57.1482144Z [00:02:03.308]➜  			"metadatas/sas/DeleteBackupPolicyMachine.json",
2025-08-20T19:15:57.1482593Z [00:02:03.308]➜  			"metadatas/sas/DeleteBackupSnapshot.json",
2025-08-20T19:15:57.1482961Z [00:02:03.308]➜  			"metadatas/sas/DeleteBaselineCheckWhiteRecord.json",
2025-08-20T19:15:57.1483297Z [00:02:03.308]➜  			"metadatas/sas/DeleteBinarySecurityPolicy.json",
2025-08-20T19:15:57.1483618Z [00:02:03.308]➜  			"metadatas/sas/DeleteClientUserDefineRule.json",
2025-08-20T19:15:57.1483931Z [00:02:03.308]➜  			"metadatas/sas/DeleteCloudVendorAccountAK.json",
2025-08-20T19:15:57.1484411Z [00:02:03.308]➜  			"metadatas/sas/DeleteContainerDefenseRule.json",
2025-08-20T19:15:57.1484748Z [00:02:03.308]➜  			"metadatas/sas/DeleteContainerPluginRule.json",
2025-08-20T19:15:57.1485095Z [00:02:03.308]➜  			"metadatas/sas/DeleteCustomBlockRecord.json",
2025-08-20T19:15:57.1485424Z [00:02:03.308]➜  			"metadatas/sas/DeleteCustomizeReport.json",
2025-08-20T19:15:57.1485758Z [00:02:03.308]➜  			"metadatas/sas/DeleteCustomizedDict.json",
2025-08-20T19:15:57.1486137Z [00:02:03.308]➜  			"metadatas/sas/DeleteCycleTask.json",
2025-08-20T19:15:57.1486438Z [00:02:03.308]➜  			"metadatas/sas/DeleteDingTalk.json",
2025-08-20T19:15:57.1486749Z [00:02:03.308]➜  			"metadatas/sas/DeleteFileProtectRule.json",
2025-08-20T19:15:57.1487025Z [00:02:03.308]➜  			"metadatas/sas/DeleteGroup.json",
2025-08-20T19:15:57.1487298Z [00:02:03.308]➜  			"metadatas/sas/DeleteHoneypot.json",
2025-08-20T19:15:57.1487596Z [00:02:03.308]➜  			"metadatas/sas/DeleteHoneypotNode.json",
2025-08-20T19:15:57.1487908Z [00:02:03.308]➜  			"metadatas/sas/DeleteHoneypotPreset.json",
2025-08-20T19:15:57.1488207Z [00:02:03.308]➜  			"metadatas/sas/DeleteHoneypotProbe.json",
2025-08-20T19:15:57.1488541Z [00:02:03.308]➜  			"metadatas/sas/DeleteHoneypotProbeBind.json",
2025-08-20T19:15:57.1488830Z [00:02:03.308]➜  			"metadatas/sas/DeleteHybridProxy.json",
2025-08-20T19:15:57.1489160Z [00:02:03.308]➜  			"metadatas/sas/DeleteHybridProxyCluster.json",
2025-08-20T19:15:57.1489442Z [00:02:03.308]➜  			"metadatas/sas/DeleteIdcProbe.json",
2025-08-20T19:15:57.1489768Z [00:02:03.308]➜  			"metadatas/sas/DeleteImageEventOperation.json",
2025-08-20T19:15:57.1490106Z [00:02:03.308]➜  			"metadatas/sas/DeleteImageVulWhitelist.json",
2025-08-20T19:15:57.1490392Z [00:02:03.308]➜  			"metadatas/sas/DeleteInstallCode.json",
2025-08-20T19:15:57.1490708Z [00:02:03.308]➜  			"metadatas/sas/DeleteInterceptionRule.json",
2025-08-20T19:15:57.1491100Z [00:02:03.308]➜  			"metadatas/sas/DeleteInterceptionTarget.json",
2025-08-20T19:15:57.1491478Z [00:02:03.308]➜  			"metadatas/sas/DeleteK8sAccessInfo.json",
2025-08-20T19:15:57.1491800Z [00:02:03.308]➜  			"metadatas/sas/DeleteLoginBaseConfig.json",
2025-08-20T19:15:57.1492220Z [00:02:03.308]➜  			"metadatas/sas/DeleteMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:57.1492679Z [00:02:03.308]➜  			"metadatas/sas/DeleteMaliciousNote.json",
2025-08-20T19:15:57.1493013Z [00:02:03.308]➜  			"metadatas/sas/DeleteMonitorAccount.json",
2025-08-20T19:15:57.1493343Z [00:02:03.308]➜  			"metadatas/sas/DeleteOpaStrategyNew.json",
2025-08-20T19:15:57.1493665Z [00:02:03.308]➜  			"metadatas/sas/DeleteOssScanConfig.json",
2025-08-20T19:15:57.1493988Z [00:02:03.308]➜  			"metadatas/sas/DeletePrivateRegistry.json",
2025-08-20T19:15:57.1494552Z [00:02:03.308]➜  			"metadatas/sas/DeleteSasContainerWebDefenseRule.json",
2025-08-20T19:15:57.1494881Z [00:02:03.308]➜  			"metadatas/sas/DeleteSearchCondition.json",
2025-08-20T19:15:57.1495299Z [00:02:03.308]➜  			"metadatas/sas/DeleteSecurityEventMarkMissList.json",
2025-08-20T19:15:57.1495638Z [00:02:03.308]➜  			"metadatas/sas/DeleteServiceTrail.json",
2025-08-20T19:15:57.1495981Z [00:02:03.308]➜  			"metadatas/sas/DeleteSoarStrategyTask.json",
2025-08-20T19:15:57.1496278Z [00:02:03.308]➜  			"metadatas/sas/DeleteStrategy.json",
2025-08-20T19:15:57.1496596Z [00:02:03.308]➜  			"metadatas/sas/DeleteSuspEventNode.json",
2025-08-20T19:15:57.1496925Z [00:02:03.308]➜  			"metadatas/sas/DeleteTagWithUuid.json",
2025-08-20T19:15:57.1497257Z [00:02:03.308]➜  			"metadatas/sas/DeleteUniBackupPolicy.json",
2025-08-20T19:15:57.1497574Z [00:02:03.309]➜  			"metadatas/sas/DeleteVpcHoneyPot.json",
2025-08-20T19:15:57.1497938Z [00:02:03.309]➜  			"metadatas/sas/DeleteVulAutoRepairConfig.json",
2025-08-20T19:15:57.1498276Z [00:02:03.309]➜  			"metadatas/sas/DeleteVulWhitelist.json",
2025-08-20T19:15:57.1498617Z [00:02:03.309]➜  			"metadatas/sas/DescribeAIAssetSummary.json",
2025-08-20T19:15:57.1499008Z [00:02:03.309]➜  			"metadatas/sas/DescribeAccessKeyLeakDetail.json",
2025-08-20T19:15:57.1499565Z [00:02:03.309]➜  			"metadatas/sas/DescribeAccesskeyLeakList.json",
2025-08-20T19:15:57.1499913Z [00:02:03.309]➜  			"metadatas/sas/DescribeAffectedAssets.json",
2025-08-20T19:15:57.1500373Z [00:02:03.309]➜  			"metadatas/sas/DescribeAffectedMaliciousFileImages.json",
2025-08-20T19:15:57.1500748Z [00:02:03.309]➜  			"metadatas/sas/DescribeAgentInstallStatus.json",
2025-08-20T19:15:57.1501244Z [00:02:03.309]➜  			"metadatas/sas/DescribeAgentlessSensitiveFileByKey.json",
2025-08-20T19:15:57.1501756Z [00:02:03.309]➜  			"metadatas/sas/DescribeAlarmEventDetail.json",
2025-08-20T19:15:57.1502170Z [00:02:03.309]➜  			"metadatas/sas/DescribeAlarmEventStackInfo.json",
2025-08-20T19:15:57.1502637Z [00:02:03.309]➜  			"metadatas/sas/DescribeAllEntity.json",
2025-08-20T19:15:57.1502926Z [00:02:03.309]➜  			"metadatas/sas/DescribeAllGroups.json",
2025-08-20T19:15:57.1503287Z [00:02:03.309]➜  			"metadatas/sas/DescribeAllImageBaseline.json",
2025-08-20T19:15:57.1503668Z [00:02:03.309]➜  			"metadatas/sas/DescribeAllRegionsStatistics.json",
2025-08-20T19:15:57.1504064Z [00:02:03.309]➜  			"metadatas/sas/DescribeAntiBruteForceRules.json",
2025-08-20T19:15:57.1504422Z [00:02:03.309]➜  			"metadatas/sas/DescribeAppVulScanCycle.json",
2025-08-20T19:15:57.1504803Z [00:02:03.309]➜  			"metadatas/sas/DescribeAssetDetailByUuid.json",
2025-08-20T19:15:57.1505175Z [00:02:03.309]➜  			"metadatas/sas/DescribeAssetDetailByUuids.json",
2025-08-20T19:15:57.1505488Z [00:02:03.309]➜  			"metadatas/sas/DescribeAssetSummary.json",
2025-08-20T19:15:57.1505872Z [00:02:03.309]➜  			"metadatas/sas/DescribeAssetsScaProcessNum.json",
2025-08-20T19:15:57.1506306Z [00:02:03.309]➜  			"metadatas/sas/DescribeAssetsSecurityEventSummary.json",
2025-08-20T19:15:57.1506689Z [00:02:03.309]➜  			"metadatas/sas/DescribeAttackAnalysisData.json",
2025-08-20T19:15:57.1507006Z [00:02:03.309]➜  			"metadatas/sas/DescribeAttestors.json",
2025-08-20T19:15:57.1507348Z [00:02:03.309]➜  			"metadatas/sas/DescribeAutoDelConfig.json",
2025-08-20T19:15:57.1507808Z [00:02:03.309]➜  			"metadatas/sas/DescribeBackUpExportInfo.json",
2025-08-20T19:15:57.1508172Z [00:02:03.309]➜  			"metadatas/sas/DescribeBackupClients.json",
2025-08-20T19:15:57.1508500Z [00:02:03.309]➜  			"metadatas/sas/DescribeBackupFiles.json",
2025-08-20T19:15:57.1508879Z [00:02:03.309]➜  			"metadatas/sas/DescribeBackupMachineStatus.json",
2025-08-20T19:15:57.1509237Z [00:02:03.309]➜  			"metadatas/sas/DescribeBackupPolicies.json",
2025-08-20T19:15:57.1509578Z [00:02:03.309]➜  			"metadatas/sas/DescribeBackupPolicy.json",
2025-08-20T19:15:57.1509967Z [00:02:03.309]➜  			"metadatas/sas/DescribeBackupRestoreCount.json",
2025-08-20T19:15:57.1510461Z [00:02:03.309]➜  			"metadatas/sas/DescribeBinarySecurityPolicies.json",
2025-08-20T19:15:57.1510848Z [00:02:03.309]➜  			"metadatas/sas/DescribeBruteForceRecords.json",
2025-08-20T19:15:57.1511212Z [00:02:03.309]➜  			"metadatas/sas/DescribeBruteForceSummary.json",
2025-08-20T19:15:57.1511585Z [00:02:03.309]➜  			"metadatas/sas/DescribeCanAccessVpcSale.json",
2025-08-20T19:15:57.1511937Z [00:02:03.309]➜  			"metadatas/sas/DescribeCanFixVulList.json",
2025-08-20T19:15:57.1512280Z [00:02:03.309]➜  			"metadatas/sas/DescribeCanTrySas.json",
2025-08-20T19:15:57.1512745Z [00:02:03.309]➜  			"metadatas/sas/DescribeChartData.json",
2025-08-20T19:15:57.1513061Z [00:02:03.309]➜  			"metadatas/sas/DescribeChartList.json",
2025-08-20T19:15:57.1513413Z [00:02:03.309]➜  			"metadatas/sas/DescribeCheckEcsWarnings.json",
2025-08-20T19:15:57.1513762Z [00:02:03.309]➜  			"metadatas/sas/DescribeCheckFixDetails.json",
2025-08-20T19:15:57.1514105Z [00:02:03.309]➜  			"metadatas/sas/DescribeCheckResult.json",
2025-08-20T19:15:57.1514519Z [00:02:03.309]➜  			"metadatas/sas/DescribeCheckWarningCount.json",
2025-08-20T19:15:57.1514866Z [00:02:03.309]➜  			"metadatas/sas/DescribeCheckWarningDetail.json",
2025-08-20T19:15:57.1515274Z [00:02:03.309]➜  			"metadatas/sas/DescribeCheckWarningMachines.json",
2025-08-20T19:15:57.1515667Z [00:02:03.309]➜  			"metadatas/sas/DescribeCheckWarningSummary.json",
2025-08-20T19:15:57.1516165Z [00:02:03.309]➜  			"metadatas/sas/DescribeCheckWarnings.json",
2025-08-20T19:15:57.1516541Z [00:02:03.309]➜  			"metadatas/sas/DescribeClientConfSetup.json",
2025-08-20T19:15:57.1516920Z [00:02:03.309]➜  			"metadatas/sas/DescribeClientConfStrategy.json",
2025-08-20T19:15:57.1517297Z [00:02:03.309]➜  			"metadatas/sas/DescribeClientProblemType.json",
2025-08-20T19:15:57.1517676Z [00:02:03.309]➜  			"metadatas/sas/DescribeCloudCenterInstances.json",
2025-08-20T19:15:57.1518258Z [00:02:03.309]➜  			"metadatas/sas/DescribeCloudProductFieldStatistics.json",
2025-08-20T19:15:57.1518682Z [00:02:03.309]➜  			"metadatas/sas/DescribeCloudVendorAccountAKList.json",
2025-08-20T19:15:57.1519083Z [00:02:03.309]➜  			"metadatas/sas/DescribeCloudVendorTrialConfig.json",
2025-08-20T19:15:57.1519400Z [00:02:03.309]➜  			"metadatas/sas/DescribeClusterBasicInfo.json",
2025-08-20T19:15:57.1519791Z [00:02:03.309]➜  			"metadatas/sas/DescribeClusterHostSecuritySummary.json",
2025-08-20T19:15:57.1520198Z [00:02:03.309]➜  			"metadatas/sas/DescribeClusterImageSecuritySummary.json",
2025-08-20T19:15:57.1520528Z [00:02:03.309]➜  			"metadatas/sas/DescribeClusterInfoList.json",
2025-08-20T19:15:57.1520839Z [00:02:03.309]➜  			"metadatas/sas/DescribeClusterNetwork.json",
2025-08-20T19:15:57.1521189Z [00:02:03.309]➜  			"metadatas/sas/DescribeClusterVulStatistics.json",
2025-08-20T19:15:57.1521536Z [00:02:03.309]➜  			"metadatas/sas/DescribeCommonOverallConfig.json",
2025-08-20T19:15:57.1521933Z [00:02:03.310]➜  			"metadatas/sas/DescribeCommonOverallConfigList.json",
2025-08-20T19:15:57.1522278Z [00:02:03.310]➜  			"metadatas/sas/DescribeCommonTargetConfig.json",
2025-08-20T19:15:57.1522839Z [00:02:03.310]➜  			"metadatas/sas/DescribeCommonTargetResultList.json",
2025-08-20T19:15:57.1523178Z [00:02:03.310]➜  			"metadatas/sas/DescribeConcernNecessity.json",
2025-08-20T19:15:57.1523501Z [00:02:03.310]➜  			"metadatas/sas/DescribeContainerApps.json",
2025-08-20T19:15:57.1523955Z [00:02:03.310]➜  			"metadatas/sas/DescribeContainerCriteria.json",
2025-08-20T19:15:57.1524365Z [00:02:03.310]➜  			"metadatas/sas/DescribeContainerFieldStatistics.json",
2025-08-20T19:15:57.1524778Z [00:02:03.310]➜  			"metadatas/sas/DescribeContainerGroupedFieldDetail.json",
2025-08-20T19:15:57.1525133Z [00:02:03.310]➜  			"metadatas/sas/DescribeContainerInstances.json",
2025-08-20T19:15:57.1525487Z [00:02:03.310]➜  			"metadatas/sas/DescribeContainerScanConfig.json",
2025-08-20T19:15:57.1526028Z [00:02:03.310]➜  			"metadatas/sas/DescribeContainerServiceK8sClusterKritisStatus.json",
2025-08-20T19:15:57.1526528Z [00:02:03.310]➜  			"metadatas/sas/DescribeContainerServiceK8sClusterNamespaces.json",
2025-08-20T19:15:57.1527074Z [00:02:03.310]➜  			"metadatas/sas/DescribeContainerServiceK8sClusters.json",
2025-08-20T19:15:57.1527434Z [00:02:03.310]➜  			"metadatas/sas/DescribeContainerStatistics.json",
2025-08-20T19:15:57.1527755Z [00:02:03.310]➜  			"metadatas/sas/DescribeContainerTags.json",
2025-08-20T19:15:57.1528119Z [00:02:03.310]➜  			"metadatas/sas/DescribeCountNotScannedImage.json",
2025-08-20T19:15:57.1528475Z [00:02:03.310]➜  			"metadatas/sas/DescribeCountScannedImage.json",
2025-08-20T19:15:57.1528763Z [00:02:03.310]➜  			"metadatas/sas/DescribeCriteria.json",
2025-08-20T19:15:57.1529120Z [00:02:03.310]➜  			"metadatas/sas/DescribeCustomBlockInstances.json",
2025-08-20T19:15:57.1529463Z [00:02:03.310]➜  			"metadatas/sas/DescribeCustomBlockRecords.json",
2025-08-20T19:15:57.1529899Z [00:02:03.310]➜  			"metadatas/sas/DescribeCustomizeReportConfigDetail.json",
2025-08-20T19:15:57.1530260Z [00:02:03.310]➜  			"metadatas/sas/DescribeCustomizeReportList.json",
2025-08-20T19:15:57.1530712Z [00:02:03.310]➜  			"metadatas/sas/DescribeCustomizedDictUploadInfo.json",
2025-08-20T19:15:57.1531151Z [00:02:03.310]➜  			"metadatas/sas/DescribeCustomizedStrategyTargets.json",
2025-08-20T19:15:57.1531506Z [00:02:03.310]➜  			"metadatas/sas/DescribeCycleTaskList.json",
2025-08-20T19:15:57.1531889Z [00:02:03.310]➜  			"metadatas/sas/DescribeDataSource.json",
2025-08-20T19:15:57.1532606Z [00:02:03.310]➜  			"metadatas/sas/DescribeDefaultKeyInfo.json",
2025-08-20T19:15:57.1533052Z [00:02:03.310]➜  			"metadatas/sas/DescribeDefaultProxyInstallVersion.json",
2025-08-20T19:15:57.1533362Z [00:02:03.310]➜  			"metadatas/sas/DescribeDingTalk.json",
2025-08-20T19:15:57.1533679Z [00:02:03.310]➜  			"metadatas/sas/DescribeDomainCount.json",
2025-08-20T19:15:57.1534007Z [00:02:03.310]➜  			"metadatas/sas/DescribeDomainDetail.json",
2025-08-20T19:15:57.1534491Z [00:02:03.310]➜  			"metadatas/sas/DescribeDomainList.json",
2025-08-20T19:15:57.1534901Z [00:02:03.310]➜  			"metadatas/sas/DescribeDomainSecureAlarmList.json",
2025-08-20T19:15:57.1535291Z [00:02:03.310]➜  			"metadatas/sas/DescribeDomainSecureRiskList.json",
2025-08-20T19:15:57.1535662Z [00:02:03.310]➜  			"metadatas/sas/DescribeDomainSecureScore.json",
2025-08-20T19:15:57.1536058Z [00:02:03.310]➜  			"metadatas/sas/DescribeDomainSecureStatistics.json",
2025-08-20T19:15:57.1536458Z [00:02:03.310]➜  			"metadatas/sas/DescribeDomainSecureSuggests.json",
2025-08-20T19:15:57.1536834Z [00:02:03.310]➜  			"metadatas/sas/DescribeDomainSecureVulList.json",
2025-08-20T19:15:57.1537162Z [00:02:03.310]➜  			"metadatas/sas/DescribeDynamicDict.json",
2025-08-20T19:15:57.1537551Z [00:02:03.310]➜  			"metadatas/sas/DescribeDynamicDictUploadInfo.json",
2025-08-20T19:15:57.1537908Z [00:02:03.310]➜  			"metadatas/sas/DescribeEmgUserAgreement.json",
2025-08-20T19:15:57.1538227Z [00:02:03.310]➜  			"metadatas/sas/DescribeEmgVulItem.json",
2025-08-20T19:15:57.1538569Z [00:02:03.310]➜  			"metadatas/sas/DescribeEventLevelCount.json",
2025-08-20T19:15:57.1538853Z [00:02:03.310]➜  			"metadatas/sas/DescribeEventOnStage.json",
2025-08-20T19:15:57.1539213Z [00:02:03.310]➜  			"metadatas/sas/DescribeExcludeSystemPath.json",
2025-08-20T19:15:57.1539527Z [00:02:03.310]➜  			"metadatas/sas/DescribeExportInfo.json",
2025-08-20T19:15:57.1539907Z [00:02:03.310]➜  			"metadatas/sas/DescribeExposedCheckWarning.json",
2025-08-20T19:15:57.1540432Z [00:02:03.310]➜  			"metadatas/sas/DescribeExposedInstanceCriteria.json",
2025-08-20T19:15:57.1540852Z [00:02:03.310]➜  			"metadatas/sas/DescribeExposedInstanceDetail.json",
2025-08-20T19:15:57.1541231Z [00:02:03.310]➜  			"metadatas/sas/DescribeExposedInstanceList.json",
2025-08-20T19:15:57.1541599Z [00:02:03.310]➜  			"metadatas/sas/DescribeExposedStatistics.json",
2025-08-20T19:15:57.1542003Z [00:02:03.310]➜  			"metadatas/sas/DescribeExposedStatisticsDetail.json",
2025-08-20T19:15:57.1542366Z [00:02:03.310]➜  			"metadatas/sas/DescribeFieldStatistics.json",
2025-08-20T19:15:57.1542899Z [00:02:03.310]➜  			"metadatas/sas/DescribeFixUsedCount.json",
2025-08-20T19:15:57.1543416Z [00:02:03.310]➜  			"metadatas/sas/DescribeFrontVulPatchList.json",
2025-08-20T19:15:57.1543835Z [00:02:03.310]➜  			"metadatas/sas/DescribeGraph4InvestigationOnline.json",
2025-08-20T19:15:57.1544157Z [00:02:03.310]➜  			"metadatas/sas/DescribeGroupStruct.json",
2025-08-20T19:15:57.1544608Z [00:02:03.310]➜  			"metadatas/sas/DescribeGroupedContainerInstances.json",
2025-08-20T19:15:57.1544991Z [00:02:03.310]➜  			"metadatas/sas/DescribeGroupedInstances.json",
2025-08-20T19:15:57.1545393Z [00:02:03.310]➜  			"metadatas/sas/DescribeGroupedMaliciousFiles.json",
2025-08-20T19:15:57.1545720Z [00:02:03.310]➜  			"metadatas/sas/DescribeGroupedTags.json",
2025-08-20T19:15:57.1546041Z [00:02:03.310]➜  			"metadatas/sas/DescribeGroupedVul.json",
2025-08-20T19:15:57.1546395Z [00:02:03.310]➜  			"metadatas/sas/DescribeHcExportInfo.json",
2025-08-20T19:15:57.1546755Z [00:02:03.311]➜  			"metadatas/sas/DescribeHoneyPotAuth.json",
2025-08-20T19:15:57.1547162Z [00:02:03.311]➜  			"metadatas/sas/DescribeHoneyPotSuspStatistics.json",
2025-08-20T19:15:57.1547584Z [00:02:03.311]➜  			"metadatas/sas/DescribeHybridProxyClusterList.json",
2025-08-20T19:15:57.1548033Z [00:02:03.311]➜  			"metadatas/sas/DescribeHybridProxyLinkedClientList.json",
2025-08-20T19:15:57.1548395Z [00:02:03.311]➜  			"metadatas/sas/DescribeHybridProxyList.json",
2025-08-20T19:15:57.1548933Z [00:02:03.311]➜  			"metadatas/sas/DescribeHybridProxyPolicy.json",
2025-08-20T19:15:57.1549293Z [00:02:03.311]➜  			"metadatas/sas/DescribeIdcAssetCriteria.json",
2025-08-20T19:15:57.1549622Z [00:02:03.311]➜  			"metadatas/sas/DescribeIdcProbeList.json",
2025-08-20T19:15:57.1550026Z [00:02:03.311]➜  			"metadatas/sas/DescribeIdcProbeScanResultList.json",
2025-08-20T19:15:57.1550319Z [00:02:03.311]➜  			"metadatas/sas/DescribeImage.json",
2025-08-20T19:15:57.1550863Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageBaselineCheckResult.json",
2025-08-20T19:15:57.1551320Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageBaselineCheckSummary.json",
2025-08-20T19:15:57.1551718Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageBaselineDetail.json",
2025-08-20T19:15:57.1552113Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageBaselineItemList.json",
2025-08-20T19:15:57.1552650Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageBaselineStrategy.json",
2025-08-20T19:15:57.1553144Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageBuildRiskByKey.json",
2025-08-20T19:15:57.1553777Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageBuildRiskList.json",
2025-08-20T19:15:57.1554123Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageCriteria.json",
2025-08-20T19:15:57.1554574Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageEventOperationCondition.json",
2025-08-20T19:15:57.1554985Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageEventOperationPage.json",
2025-08-20T19:15:57.1555394Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageFixCycleConfig.json",
2025-08-20T19:15:57.1555745Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageFixTask.json",
2025-08-20T19:15:57.1556145Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageGroupedVulList.json",
2025-08-20T19:15:57.1556472Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageInfoList.json",
2025-08-20T19:15:57.1556808Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageInstances.json",
2025-08-20T19:15:57.1557191Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageLatestScanTask.json",
2025-08-20T19:15:57.1557585Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageListByBuildRisk.json",
2025-08-20T19:15:57.1557981Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageListBySensitiveFile.json",
2025-08-20T19:15:57.1558410Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageListWithBaselineName.json",
2025-08-20T19:15:57.1558750Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageRepoCriteria.json",
2025-08-20T19:15:57.1559140Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageRepoDetailList.json",
2025-08-20T19:15:57.1559484Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageRepoList.json",
2025-08-20T19:15:57.1559906Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageRiskLevelStatistic.json",
2025-08-20T19:15:57.1560425Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageScanAuthCount.json",
2025-08-20T19:15:57.1560834Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageSecurityScanCount.json",
2025-08-20T19:15:57.1561207Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageSensitiveFileByKey.json",
2025-08-20T19:15:57.1561621Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageSensitiveFileList.json",
2025-08-20T19:15:57.1561953Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageStatistics.json",
2025-08-20T19:15:57.1562268Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageVulList.json",
2025-08-20T19:15:57.1562783Z [00:02:03.311]➜  			"metadatas/sas/DescribeImageVulWhiteList.json",
2025-08-20T19:15:57.1563137Z [00:02:03.311]➜  			"metadatas/sas/DescribeInstallCaptcha.json",
2025-08-20T19:15:57.1563469Z [00:02:03.311]➜  			"metadatas/sas/DescribeInstallCode.json",
2025-08-20T19:15:57.1563812Z [00:02:03.311]➜  			"metadatas/sas/DescribeInstallCodes.json",
2025-08-20T19:15:57.1564267Z [00:02:03.311]➜  			"metadatas/sas/DescribeInstanceAntiBruteForceRules.json",
2025-08-20T19:15:57.1564658Z [00:02:03.311]➜  			"metadatas/sas/DescribeInstanceRebootStatus.json",
2025-08-20T19:15:57.1565010Z [00:02:03.311]➜  			"metadatas/sas/DescribeInstanceStatistics.json",
2025-08-20T19:15:57.1565404Z [00:02:03.311]➜  			"metadatas/sas/DescribeInstanceVulStatistics.json",
2025-08-20T19:15:57.1565897Z [00:02:03.311]➜  			"metadatas/sas/DescribeLatestScanTask.json",
2025-08-20T19:15:57.1566227Z [00:02:03.311]➜  			"metadatas/sas/DescribeLogMeta.json",
2025-08-20T19:15:57.1566588Z [00:02:03.311]➜  			"metadatas/sas/DescribeLogShipperStatus.json",
2025-08-20T19:15:57.1566943Z [00:02:03.311]➜  			"metadatas/sas/DescribeLoginBaseConfigs.json",
2025-08-20T19:15:57.1567304Z [00:02:03.311]➜  			"metadatas/sas/DescribeLoginSwitchConfigs.json",
2025-08-20T19:15:57.1567748Z [00:02:03.311]➜  			"metadatas/sas/DescribeLogstoreStorage.json",
2025-08-20T19:15:57.1568110Z [00:02:03.311]➜  			"metadatas/sas/DescribeMachineCanReboot.json",
2025-08-20T19:15:57.1568514Z [00:02:03.311]➜  			"metadatas/sas/DescribeMatchedMaliciousNames.json",
2025-08-20T19:15:57.1568843Z [00:02:03.311]➜  			"metadatas/sas/DescribeModuleConfig.json",
2025-08-20T19:15:57.1569174Z [00:02:03.311]➜  			"metadatas/sas/DescribeMonitorAccounts.json",
2025-08-20T19:15:57.1569622Z [00:02:03.311]➜  			"metadatas/sas/DescribeNeedAsyncQuery.json",
2025-08-20T19:15:57.1569968Z [00:02:03.311]➜  			"metadatas/sas/DescribeNoticeConfig.json",
2025-08-20T19:15:57.1570311Z [00:02:03.311]➜  			"metadatas/sas/DescribeNsasSuspEventType.json",
2025-08-20T19:15:57.1570632Z [00:02:03.311]➜  			"metadatas/sas/DescribeOfflineMachines.json",
2025-08-20T19:15:57.1570930Z [00:02:03.311]➜  			"metadatas/sas/DescribeOnceTask.json",
2025-08-20T19:15:57.1571315Z [00:02:03.311]➜  			"metadatas/sas/DescribeOnceTaskLeafRecordPage.json",
2025-08-20T19:15:57.1571654Z [00:02:03.312]➜  			"metadatas/sas/DescribePluginSummary.json",
2025-08-20T19:15:57.1572001Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyCount.json",
2025-08-20T19:15:57.1572593Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyCronDetail.json",
2025-08-20T19:15:57.1572971Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyCronItem.json",
2025-08-20T19:15:57.1573362Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyPortDetail.json",
2025-08-20T19:15:57.1573737Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyPortItem.json",
2025-08-20T19:15:57.1574120Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyProcDetail.json",
2025-08-20T19:15:57.1574476Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyProcItem.json",
2025-08-20T19:15:57.1574827Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyScaDetail.json",
2025-08-20T19:15:57.1575152Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyScaItem.json",
2025-08-20T19:15:57.1575558Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyScaProcessDetail.json",
2025-08-20T19:15:57.1575942Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyScheduleConfig.json",
2025-08-20T19:15:57.1576447Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertySoftwareDetail.json",
2025-08-20T19:15:57.1576803Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertySoftwareItem.json",
2025-08-20T19:15:57.1577164Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyTypeScaItem.json",
2025-08-20T19:15:57.1577504Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyUsageTop.json",
2025-08-20T19:15:57.1577870Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyUserDetail.json",
2025-08-20T19:15:57.1578208Z [00:02:03.312]➜  			"metadatas/sas/DescribePropertyUserItem.json",
2025-08-20T19:15:57.1578580Z [00:02:03.312]➜  			"metadatas/sas/DescribeQuaraFileDownloadInfo.json",
2025-08-20T19:15:57.1578886Z [00:02:03.312]➜  			"metadatas/sas/DescribeReportExport.json",
2025-08-20T19:15:57.1579279Z [00:02:03.312]➜  			"metadatas/sas/DescribeReportRecipientStatus.json",
2025-08-20T19:15:57.1579622Z [00:02:03.312]➜  			"metadatas/sas/DescribeRestoreJobs.json",
2025-08-20T19:15:57.1579957Z [00:02:03.312]➜  			"metadatas/sas/DescribeRestorePlans.json",
2025-08-20T19:15:57.1580339Z [00:02:03.312]➜  			"metadatas/sas/DescribeRiskCheckItemResult.json",
2025-08-20T19:15:57.1580688Z [00:02:03.312]➜  			"metadatas/sas/DescribeRiskCheckResult.json",
2025-08-20T19:15:57.1581042Z [00:02:03.312]➜  			"metadatas/sas/DescribeRiskCheckSummary.json",
2025-08-20T19:15:57.1581378Z [00:02:03.312]➜  			"metadatas/sas/DescribeRiskItemType.json",
2025-08-20T19:15:57.1581920Z [00:02:03.312]➜  			"metadatas/sas/DescribeRiskListCheckResult.json",
2025-08-20T19:15:57.1582229Z [00:02:03.312]➜  			"metadatas/sas/DescribeRiskType.json",
2025-08-20T19:15:57.1582791Z [00:02:03.312]➜  			"metadatas/sas/DescribeRisks.json",
2025-08-20T19:15:57.1583167Z [00:02:03.312]➜  			"metadatas/sas/DescribeSasPmAgentList.json",
2025-08-20T19:15:57.1583671Z [00:02:03.312]➜  			"metadatas/sas/DescribeScanTaskProgress.json",
2025-08-20T19:15:57.1584084Z [00:02:03.312]➜  			"metadatas/sas/DescribeScanTaskStatistics.json",
2025-08-20T19:15:57.1584444Z [00:02:03.312]➜  			"metadatas/sas/DescribeScreenScoreThread.json",
2025-08-20T19:15:57.1584787Z [00:02:03.312]➜  			"metadatas/sas/DescribeSearchCondition.json",
2025-08-20T19:15:57.1585124Z [00:02:03.312]➜  			"metadatas/sas/DescribeSecureSuggestion.json",
2025-08-20T19:15:57.1585567Z [00:02:03.312]➜  			"metadatas/sas/DescribeSecurityCheckScheduleConfig.json",
2025-08-20T19:15:57.1586126Z [00:02:03.312]➜  			"metadatas/sas/DescribeSecurityEventMarkMissList.json",
2025-08-20T19:15:57.1586590Z [00:02:03.312]➜  			"metadatas/sas/DescribeSecurityEventOperationStatus.json",
2025-08-20T19:15:57.1586918Z [00:02:03.312]➜  			"metadatas/sas/DescribeSecurityEventOperations.json",
2025-08-20T19:15:57.1587205Z [00:02:03.312]➜  			"metadatas/sas/DescribeSecurityStatInfo.json",
2025-08-20T19:15:57.1587522Z [00:02:03.312]➜  			"metadatas/sas/DescribeServiceLinkedRoleStatus.json",
2025-08-20T19:15:57.1587925Z [00:02:03.312]➜  			"metadatas/sas/DescribeSimilarEventScenarios.json",
2025-08-20T19:15:57.1588321Z [00:02:03.312]➜  			"metadatas/sas/DescribeSimilarSecurityEvents.json",
2025-08-20T19:15:57.1588650Z [00:02:03.312]➜  			"metadatas/sas/DescribeSnapshots.json",
2025-08-20T19:15:57.1589038Z [00:02:03.312]➜  			"metadatas/sas/DescribeSoarPlaybookTaskDetail.json",
2025-08-20T19:15:57.1589368Z [00:02:03.312]➜  			"metadatas/sas/DescribeSoarStrategies.json",
2025-08-20T19:15:57.1589790Z [00:02:03.312]➜  			"metadatas/sas/DescribeSoarStrategyParam.json",
2025-08-20T19:15:57.1590185Z [00:02:03.312]➜  			"metadatas/sas/DescribeSoarStrategyTaskDetail.json",
2025-08-20T19:15:57.1590583Z [00:02:03.312]➜  			"metadatas/sas/DescribeSoarStrategyTaskParams.json",
2025-08-20T19:15:57.1590976Z [00:02:03.312]➜  			"metadatas/sas/DescribeSoarStrategyTaskResult.json",
2025-08-20T19:15:57.1591334Z [00:02:03.312]➜  			"metadatas/sas/DescribeSoarStrategyTasks.json",
2025-08-20T19:15:57.1591760Z [00:02:03.312]➜  			"metadatas/sas/DescribeSoarSubscribedStrategy.json",
2025-08-20T19:15:57.1592073Z [00:02:03.312]➜  			"metadatas/sas/DescribeStrategy.json",
2025-08-20T19:15:57.1592784Z [00:02:03.312]➜  			"metadatas/sas/DescribeStrategyDetail.json",
2025-08-20T19:15:57.1593188Z [00:02:03.312]➜  			"metadatas/sas/DescribeStrategyExecDetail.json",
2025-08-20T19:15:57.1593520Z [00:02:03.312]➜  			"metadatas/sas/DescribeStrategyTarget.json",
2025-08-20T19:15:57.1593870Z [00:02:03.312]➜  			"metadatas/sas/DescribeStrictEventName.json",
2025-08-20T19:15:57.1594289Z [00:02:03.312]➜  			"metadatas/sas/DescribeSummaryInfo.json",
2025-08-20T19:15:57.1594613Z [00:02:03.312]➜  			"metadatas/sas/DescribeSupervisonInfo.json",
2025-08-20T19:15:57.1594927Z [00:02:03.312]➜  			"metadatas/sas/DescribeSupportRegion.json",
2025-08-20T19:15:57.1595255Z [00:02:03.312]➜  			"metadatas/sas/DescribeSuspEventDetail.json",
2025-08-20T19:15:57.1595613Z [00:02:03.312]➜  			"metadatas/sas/DescribeSuspEventExportInfo.json",
2025-08-20T19:15:57.1596008Z [00:02:03.312]➜  			"metadatas/sas/DescribeSuspEventQuaraFiles.json",
2025-08-20T19:15:57.1596381Z [00:02:03.312]➜  			"metadatas/sas/DescribeSuspEventUserSetting.json",
2025-08-20T19:15:57.1596692Z [00:02:03.312]➜  			"metadatas/sas/DescribeSuspEvents.json",
2025-08-20T19:15:57.1597072Z [00:02:03.312]➜  			"metadatas/sas/DescribeSuspiciousOverallConfig.json",
2025-08-20T19:15:57.1597429Z [00:02:03.312]➜  			"metadatas/sas/DescribeSuspiciousUUIDConfig.json",
2025-08-20T19:15:57.1597772Z [00:02:03.312]➜  			"metadatas/sas/DescribeSyncAssetTaskList.json",
2025-08-20T19:15:57.1598153Z [00:02:03.312]➜  			"metadatas/sas/DescribeSyncAssetTaskLogDetail.json",
2025-08-20T19:15:57.1598438Z [00:02:03.312]➜  			"metadatas/sas/DescribeTarget.json",
2025-08-20T19:15:57.1598756Z [00:02:03.312]➜  			"metadatas/sas/DescribeTaskErrorLog.json",
2025-08-20T19:15:57.1599090Z [00:02:03.312]➜  			"metadatas/sas/DescribeTotalStatistics.json",
2025-08-20T19:15:57.1599554Z [00:02:03.312]➜  			"metadatas/sas/DescribeTraceInfoDetail.json",
2025-08-20T19:15:57.1599892Z [00:02:03.312]➜  			"metadatas/sas/DescribeTraceInfoNode.json",
2025-08-20T19:15:57.1600278Z [00:02:03.312]➜  			"metadatas/sas/DescribeUniBackupDatabase.json",
2025-08-20T19:15:57.1600648Z [00:02:03.312]➜  			"metadatas/sas/DescribeUniBackupPolicies.json",
2025-08-20T19:15:57.1601110Z [00:02:03.312]➜  			"metadatas/sas/DescribeUniBackupPolicyDetail.json",
2025-08-20T19:15:57.1601494Z [00:02:03.312]➜  			"metadatas/sas/DescribeUniBackupStatistics.json",
2025-08-20T19:15:57.1602004Z [00:02:03.312]➜  			"metadatas/sas/DescribeUniRecoverableList.json",
2025-08-20T19:15:57.1602589Z [00:02:03.312]➜  			"metadatas/sas/DescribeUniSupportRegion.json",
2025-08-20T19:15:57.1602979Z [00:02:03.312]➜  			"metadatas/sas/DescribeUserBackupMachines.json",
2025-08-20T19:15:57.1603396Z [00:02:03.312]➜  			"metadatas/sas/DescribeUserBaselineAuthorization.json",
2025-08-20T19:15:57.1603707Z [00:02:03.312]➜  			"metadatas/sas/DescribeUserSetting.json",
2025-08-20T19:15:57.1604047Z [00:02:03.312]➜  			"metadatas/sas/DescribeUuidsByVulNames.json",
2025-08-20T19:15:57.1604348Z [00:02:03.312]➜  			"metadatas/sas/DescribeVendorList.json",
2025-08-20T19:15:57.1604682Z [00:02:03.312]➜  			"metadatas/sas/DescribeVersionConfig.json",
2025-08-20T19:15:57.1605047Z [00:02:03.312]➜  			"metadatas/sas/DescribeVolDingdingMessage.json",
2025-08-20T19:15:57.1605409Z [00:02:03.312]➜  			"metadatas/sas/DescribeVpcHoneyPotCriteria.json",
2025-08-20T19:15:57.1605771Z [00:02:03.312]➜  			"metadatas/sas/DescribeVpcHoneyPotList.json",
2025-08-20T19:15:57.1606090Z [00:02:03.312]➜  			"metadatas/sas/DescribeVpcList.json",
2025-08-20T19:15:57.1606519Z [00:02:03.312]➜  			"metadatas/sas/DescribeVulCheckTaskStatusDetail.json",
2025-08-20T19:15:57.1606831Z [00:02:03.312]➜  			"metadatas/sas/DescribeVulConfig.json",
2025-08-20T19:15:57.1607254Z [00:02:03.312]➜  			"metadatas/sas/DescribeVulDefendCountStatistics.json",
2025-08-20T19:15:57.1607579Z [00:02:03.312]➜  			"metadatas/sas/DescribeVulDetails.json",
2025-08-20T19:15:57.1607938Z [00:02:03.312]➜  			"metadatas/sas/DescribeVulExportInfo.json",
2025-08-20T19:15:57.1608296Z [00:02:03.312]➜  			"metadatas/sas/DescribeVulFixStatistics.json",
2025-08-20T19:15:57.1608786Z [00:02:03.312]➜  			"metadatas/sas/DescribeVulList.json",
2025-08-20T19:15:57.1609121Z [00:02:03.312]➜  			"metadatas/sas/DescribeVulListPage.json",
2025-08-20T19:15:57.1609539Z [00:02:03.312]➜  			"metadatas/sas/DescribeVulMetaCountStatistics.json",
2025-08-20T19:15:57.1609922Z [00:02:03.312]➜  			"metadatas/sas/DescribeVulNumStatistics.json",
2025-08-20T19:15:57.1610412Z [00:02:03.312]➜  			"metadatas/sas/DescribeVulTargetConfig.json",
2025-08-20T19:15:57.1610795Z [00:02:03.312]➜  			"metadatas/sas/DescribeVulTargetStatistics.json",
2025-08-20T19:15:57.1611128Z [00:02:03.312]➜  			"metadatas/sas/DescribeVulWhitelist.json",
2025-08-20T19:15:57.1611490Z [00:02:03.312]➜  			"metadatas/sas/DescribeWarningExportInfo.json",
2025-08-20T19:15:57.1611849Z [00:02:03.312]➜  			"metadatas/sas/DescribeWarningMachines.json",
2025-08-20T19:15:57.1612232Z [00:02:03.312]➜  			"metadatas/sas/DescribeWebLockBindList.json",
2025-08-20T19:15:57.1612866Z [00:02:03.312]➜  			"metadatas/sas/DescribeWebLockConfigList.json",
2025-08-20T19:15:57.1613320Z [00:02:03.312]➜  			"metadatas/sas/DescribeWebLockExclusiveFileType.json",
2025-08-20T19:15:57.1613790Z [00:02:03.312]➜  			"metadatas/sas/DescribeWebLockFileChangeStatistics.json",
2025-08-20T19:15:57.1614158Z [00:02:03.312]➜  			"metadatas/sas/DescribeWebLockFileEvents.json",
2025-08-20T19:15:57.1614590Z [00:02:03.312]➜  			"metadatas/sas/DescribeWebLockFileTypeSummary.json",
2025-08-20T19:15:57.1615025Z [00:02:03.312]➜  			"metadatas/sas/DescribeWebLockInclusiveFileType.json",
2025-08-20T19:15:57.1615516Z [00:02:03.312]➜  			"metadatas/sas/DescribeWebLockProcessBlockStatistics.json",
2025-08-20T19:15:57.1615898Z [00:02:03.312]➜  			"metadatas/sas/DescribeWebLockProcessList.json",
2025-08-20T19:15:57.1616246Z [00:02:03.312]➜  			"metadatas/sas/DescribeWebLockStatus.json",
2025-08-20T19:15:57.1616825Z [00:02:03.312]➜  			"metadatas/sas/DescribeWebLockTotalFileChangeCount.json",
2025-08-20T19:15:57.1617134Z [00:02:03.312]➜  			"metadatas/sas/DescribeWebPath.json",
2025-08-20T19:15:57.1617487Z [00:02:03.312]➜  			"metadatas/sas/DescribeWhiteListAsset.json",
2025-08-20T19:15:57.1617854Z [00:02:03.312]➜  			"metadatas/sas/DescribeWhiteListAuthorize.json",
2025-08-20T19:15:57.1618281Z [00:02:03.312]➜  			"metadatas/sas/DescribeWhiteListEffectiveAssets.json",
2025-08-20T19:15:57.1618734Z [00:02:03.312]➜  			"metadatas/sas/DescribeWhiteListProcess.json",
2025-08-20T19:15:57.1619147Z [00:02:03.312]➜  			"metadatas/sas/DescribeWhiteListStrategyList.json",
2025-08-20T19:15:57.1619598Z [00:02:03.312]➜  			"metadatas/sas/DescribeWhiteListStrategyStatistics.json",
2025-08-20T19:15:57.1620031Z [00:02:03.312]➜  			"metadatas/sas/DescribeWhiteListStrategyUuidCount.json",
2025-08-20T19:15:57.1620349Z [00:02:03.312]➜  			"metadatas/sas/DingTalkOnlineTest.json",
2025-08-20T19:15:57.1620729Z [00:02:03.312]➜  			"metadatas/sas/DisableBruteForceRecord.json",
2025-08-20T19:15:57.1621094Z [00:02:03.312]➜  			"metadatas/sas/DisableCustomBlockRecord.json",
2025-08-20T19:15:57.1621443Z [00:02:03.312]➜  			"metadatas/sas/EnableBruteForceRecord.json",
2025-08-20T19:15:57.1621783Z [00:02:03.312]➜  			"metadatas/sas/EnableCustomBlockRecord.json",
2025-08-20T19:15:57.1622196Z [00:02:03.312]➜  			"metadatas/sas/EnableCustomInstanceBlockRecord.json",
2025-08-20T19:15:57.1622860Z [00:02:03.312]➜  			"metadatas/sas/EnableServiceAccessResourceDirectory.json",
2025-08-20T19:15:57.1623186Z [00:02:03.312]➜  			"metadatas/sas/ExecStrategy.json",
2025-08-20T19:15:57.1623518Z [00:02:03.312]➜  			"metadatas/sas/ExportCustomizeReport.json",
2025-08-20T19:15:57.1623803Z [00:02:03.312]➜  			"metadatas/sas/ExportRecord.json",
2025-08-20T19:15:57.1624099Z [00:02:03.312]➜  			"metadatas/sas/ExportSuspEvents.json",
2025-08-20T19:15:57.1624370Z [00:02:03.312]➜  			"metadatas/sas/ExportVul.json",
2025-08-20T19:15:57.1624674Z [00:02:03.312]➜  			"metadatas/sas/ExportWarning.json",
2025-08-20T19:15:57.1625026Z [00:02:03.312]➜  			"metadatas/sas/FindContainerNetworkConnect.json",
2025-08-20T19:15:57.1625478Z [00:02:03.312]➜  			"metadatas/sas/FinishGuidTask.json",
2025-08-20T19:15:57.1625793Z [00:02:03.312]➜  			"metadatas/sas/FixCheckWarnings.json",
2025-08-20T19:15:57.1626103Z [00:02:03.312]➜  			"metadatas/sas/GenerateDynamicDict.json",
2025-08-20T19:15:57.1626432Z [00:02:03.312]➜  			"metadatas/sas/GenerateK8sAccessInfo.json",
2025-08-20T19:15:57.1626857Z [00:02:03.312]➜  			"metadatas/sas/GenerateOnceTask.json",
2025-08-20T19:15:57.1627160Z [00:02:03.312]➜  			"metadatas/sas/GetAccountLabel.json",
2025-08-20T19:15:57.1627528Z [00:02:03.312]➜  			"metadatas/sas/GetAegisContainerPluginRule.json",
2025-08-20T19:15:57.1627970Z [00:02:03.312]➜  			"metadatas/sas/GetAegisContainerPluginRuleCriteria.json",
2025-08-20T19:15:57.1628295Z [00:02:03.312]➜  			"metadatas/sas/GetAgentlessTaskCount.json",
2025-08-20T19:15:57.1628624Z [00:02:03.312]➜  			"metadatas/sas/GetAlarmMachineCount.json",
2025-08-20T19:15:57.1628906Z [00:02:03.312]➜  			"metadatas/sas/GetAppNetwork.json",
2025-08-20T19:15:57.1629228Z [00:02:03.312]➜  			"metadatas/sas/GetAssetDetailByUuid.json",
2025-08-20T19:15:57.1629569Z [00:02:03.312]➜  			"metadatas/sas/GetAssetSelectionConfig.json",
2025-08-20T19:15:57.1629921Z [00:02:03.312]➜  			"metadatas/sas/GetAssetsPropertyDetail.json",
2025-08-20T19:15:57.1630246Z [00:02:03.312]➜  			"metadatas/sas/GetAssetsPropertyItem.json",
2025-08-20T19:15:57.1630608Z [00:02:03.313]➜  			"metadatas/sas/GetAttackPathEventDetail.json",
2025-08-20T19:15:57.1630977Z [00:02:03.313]➜  			"metadatas/sas/GetAttackPathEventStatistics.json",
2025-08-20T19:15:57.1631400Z [00:02:03.313]➜  			"metadatas/sas/GetAttackPathSensitiveAssetConfig.json",
2025-08-20T19:15:57.1631730Z [00:02:03.313]➜  			"metadatas/sas/GetAttackPathWhitelist.json",
2025-08-20T19:15:57.1632041Z [00:02:03.313]➜  			"metadatas/sas/GetAttackTypeList.json",
2025-08-20T19:15:57.1632637Z [00:02:03.313]➜  			"metadatas/sas/GetAuthSummary.json",
2025-08-20T19:15:57.1633040Z [00:02:03.313]➜  			"metadatas/sas/GetAuthVersionStatistic.json",
2025-08-20T19:15:57.1633425Z [00:02:03.313]➜  			"metadatas/sas/GetBackupAutoConfigStatus.json",
2025-08-20T19:15:57.1633760Z [00:02:03.313]➜  			"metadatas/sas/GetBackupStorageCount.json",
2025-08-20T19:15:57.1634138Z [00:02:03.313]➜  			"metadatas/sas/GetBuildRiskDefineRuleConfig.json",
2025-08-20T19:15:57.1634428Z [00:02:03.313]➜  			"metadatas/sas/GetCanTrySas.json",
2025-08-20T19:15:57.1634833Z [00:02:03.313]➜  			"metadatas/sas/GetCheckConfig.json",
2025-08-20T19:15:57.1635180Z [00:02:03.313]➜  			"metadatas/sas/GetCheckCountStatistic.json",
2025-08-20T19:15:57.1635474Z [00:02:03.313]➜  			"metadatas/sas/GetCheckDetail.json",
2025-08-20T19:15:57.1635766Z [00:02:03.313]➜  			"metadatas/sas/GetCheckProcess.json",
2025-08-20T19:15:57.1636098Z [00:02:03.313]➜  			"metadatas/sas/GetCheckRiskStatistics.json",
2025-08-20T19:15:57.1636387Z [00:02:03.313]➜  			"metadatas/sas/GetCheckSale.json",
2025-08-20T19:15:57.1636690Z [00:02:03.313]➜  			"metadatas/sas/GetCheckStructure.json",
2025-08-20T19:15:57.1636978Z [00:02:03.313]➜  			"metadatas/sas/GetCheckSummary.json",
2025-08-20T19:15:57.1637371Z [00:02:03.313]➜  			"metadatas/sas/GetCheckTimeDimensionStatistic.json",
2025-08-20T19:15:57.1637709Z [00:02:03.313]➜  			"metadatas/sas/GetClientRatioStatistic.json",
2025-08-20T19:15:57.1638045Z [00:02:03.313]➜  			"metadatas/sas/GetClientUserDefineRule.json",
2025-08-20T19:15:57.1638371Z [00:02:03.313]➜  			"metadatas/sas/GetCloudAssetCriteria.json",
2025-08-20T19:15:57.1638699Z [00:02:03.313]➜  			"metadatas/sas/GetCloudAssetDetail.json",
2025-08-20T19:15:57.1639012Z [00:02:03.313]➜  			"metadatas/sas/GetCloudAssetSummary.json",
2025-08-20T19:15:57.1639452Z [00:02:03.313]➜  			"metadatas/sas/GetClusterCheckItemWarningStatistics.json",
2025-08-20T19:15:57.1639768Z [00:02:03.313]➜  			"metadatas/sas/GetClusterRuleSummary.json",
2025-08-20T19:15:57.1640113Z [00:02:03.313]➜  			"metadatas/sas/GetClusterStrategyCount.json",
2025-08-20T19:15:57.1640493Z [00:02:03.313]➜  			"metadatas/sas/GetClusterSuspEventStatistics.json",
2025-08-20T19:15:57.1640944Z [00:02:03.313]➜  			"metadatas/sas/GetCommonSwitchConfig.json",
2025-08-20T19:15:57.1641289Z [00:02:03.313]➜  			"metadatas/sas/GetConsoleFuncGrayStatus.json",
2025-08-20T19:15:57.1641678Z [00:02:03.313]➜  			"metadatas/sas/GetContainerDefenseRuleDetail.json",
2025-08-20T19:15:57.1642023Z [00:02:03.313]➜  			"metadatas/sas/GetCurrentVersionPublish.json",
2025-08-20T19:15:57.1642613Z [00:02:03.313]➜  			"metadatas/sas/GetDataTrend.json",
2025-08-20T19:15:57.1642922Z [00:02:03.313]➜  			"metadatas/sas/GetDefenceCount.json",
2025-08-20T19:15:57.1643306Z [00:02:03.313]➜  			"metadatas/sas/GetDockerhubImageRiskRankInfo.json",
2025-08-20T19:15:57.1643686Z [00:02:03.313]➜  			"metadatas/sas/GetDockerhubImageRiskStatistic.json",
2025-08-20T19:15:57.1644055Z [00:02:03.313]➜  			"metadatas/sas/GetFileDetectApiInvokeInfo.json",
2025-08-20T19:15:57.1644378Z [00:02:03.313]➜  			"metadatas/sas/GetFileDetectReport.json",
2025-08-20T19:15:57.1644696Z [00:02:03.313]➜  			"metadatas/sas/GetFileDetectResult.json",
2025-08-20T19:15:57.1645037Z [00:02:03.313]➜  			"metadatas/sas/GetFileProtectDashboard.json",
2025-08-20T19:15:57.1650812Z [00:02:03.313]➜  			"metadatas/sas/GetFileProtectEvent.json",
2025-08-20T19:15:57.1651265Z [00:02:03.313]➜  			"metadatas/sas/GetFileProtectEventCount.json",
2025-08-20T19:15:57.1651605Z [00:02:03.313]➜  			"metadatas/sas/GetFileProtectRule.json",
2025-08-20T19:15:57.1651959Z [00:02:03.313]➜  			"metadatas/sas/GetFileUploadLimit.json",
2025-08-20T19:15:57.1652302Z [00:02:03.313]➜  			"metadatas/sas/GetFunctionTrialStatus.json",
2025-08-20T19:15:57.1652923Z [00:02:03.313]➜  			"metadatas/sas/GetHoneyPotUploadPolicyInfo.json",
2025-08-20T19:15:57.1653327Z [00:02:03.313]➜  			"metadatas/sas/GetHoneypotAttackStatistics.json",
2025-08-20T19:15:57.1653678Z [00:02:03.313]➜  			"metadatas/sas/GetHoneypotEventTrend.json",
2025-08-20T19:15:57.1654492Z [00:02:03.313]➜  			"metadatas/sas/GetHoneypotNode.json",
2025-08-20T19:15:57.1654919Z [00:02:03.313]➜  			"metadatas/sas/GetHoneypotNodeMetricList.json",
2025-08-20T19:15:57.1655274Z [00:02:03.313]➜  			"metadatas/sas/GetHoneypotPreset.json",
2025-08-20T19:15:57.1655581Z [00:02:03.313]➜  			"metadatas/sas/GetHoneypotProbe.json",
2025-08-20T19:15:57.1655924Z [00:02:03.313]➜  			"metadatas/sas/GetHoneypotStatistics.json",
2025-08-20T19:15:57.1656273Z [00:02:03.313]➜  			"metadatas/sas/GetImageEventOperation.json",
2025-08-20T19:15:57.1656787Z [00:02:03.313]➜  			"metadatas/sas/GetImageScanNumInPeriod.json",
2025-08-20T19:15:57.1657152Z [00:02:03.313]➜  			"metadatas/sas/GetInstallCodeForUuid.json",
2025-08-20T19:15:57.1657539Z [00:02:03.313]➜  			"metadatas/sas/GetInstanceAlarmStatistics.json",
2025-08-20T19:15:57.1657910Z [00:02:03.313]➜  			"metadatas/sas/GetInterceptionRuleDetail.json",
2025-08-20T19:15:57.1658343Z [00:02:03.313]➜  			"metadatas/sas/GetInterceptionSummary.json",
2025-08-20T19:15:57.1658770Z [00:02:03.313]➜  			"metadatas/sas/GetInterceptionTargetDetail.json",
2025-08-20T19:15:57.1659107Z [00:02:03.313]➜  			"metadatas/sas/GetLastOnceTaskInfo.json",
2025-08-20T19:15:57.1659443Z [00:02:03.313]➜  			"metadatas/sas/GetLocalDefaultRegion.json",
2025-08-20T19:15:57.1659725Z [00:02:03.313]➜  			"metadatas/sas/GetLogMeta.json",
2025-08-20T19:15:57.1660126Z [00:02:03.313]➜  			"metadatas/sas/GetMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:57.1660435Z [00:02:03.313]➜  			"metadatas/sas/GetModuleConfig.json",
2025-08-20T19:15:57.1660783Z [00:02:03.314]➜  			"metadatas/sas/GetModuleConfigStatus.json",
2025-08-20T19:15:57.1661121Z [00:02:03.314]➜  			"metadatas/sas/GetModuleTrialAuthInfo.json",
2025-08-20T19:15:57.1661441Z [00:02:03.314]➜  			"metadatas/sas/GetObjectScanEvent.json",
2025-08-20T19:15:57.1661772Z [00:02:03.314]➜  			"metadatas/sas/GetOnceTaskResultInfo.json",
2025-08-20T19:15:57.1662151Z [00:02:03.314]➜  			"metadatas/sas/GetOpaClusterBaseLineList.json",
2025-08-20T19:15:57.1662710Z [00:02:03.314]➜  			"metadatas/sas/GetOpaClusterImageList.json",
2025-08-20T19:15:57.1663060Z [00:02:03.314]➜  			"metadatas/sas/GetOpaClusterLabelList.json",
2025-08-20T19:15:57.1663586Z [00:02:03.314]➜  			"metadatas/sas/GetOpaClusterNamespaceList.json",
2025-08-20T19:15:57.1663912Z [00:02:03.314]➜  			"metadatas/sas/GetOpaPluginStatus.json",
2025-08-20T19:15:57.1664265Z [00:02:03.314]➜  			"metadatas/sas/GetOpaStrategyDetailNew.json",
2025-08-20T19:15:57.1664674Z [00:02:03.314]➜  			"metadatas/sas/GetOpaStrategyTemplateSummary.json",
2025-08-20T19:15:57.1665220Z [00:02:03.314]➜  			"metadatas/sas/GetOssBucketScanStatistic.json",
2025-08-20T19:15:57.1665527Z [00:02:03.314]➜  			"metadatas/sas/GetOssScanConfig.json",
2025-08-20T19:15:57.1665873Z [00:02:03.314]➜  			"metadatas/sas/GetPropertyScheduleConfig.json",
2025-08-20T19:15:57.1666174Z [00:02:03.314]➜  			"metadatas/sas/GetPublishCron.json",
2025-08-20T19:15:57.1666441Z [00:02:03.314]➜  			"metadatas/sas/GetRdTree.json",
2025-08-20T19:15:57.1666774Z [00:02:03.314]➜  			"metadatas/sas/GetRegistryScanDayNum.json",
2025-08-20T19:15:57.1667056Z [00:02:03.314]➜  			"metadatas/sas/GetRulesCount.json",
2025-08-20T19:15:57.1667451Z [00:02:03.314]➜  			"metadatas/sas/GetSasContainerWebDefenseRule.json",
2025-08-20T19:15:57.1667947Z [00:02:03.314]➜  			"metadatas/sas/GetSasContainerWebDefenseRuleApplication.json",
2025-08-20T19:15:57.1668409Z [00:02:03.314]➜  			"metadatas/sas/GetSasContainerWebDefenseRuleCriteria.json",
2025-08-20T19:15:57.1668743Z [00:02:03.314]➜  			"metadatas/sas/GetSecurityScoreRule.json",
2025-08-20T19:15:57.1669132Z [00:02:03.314]➜  			"metadatas/sas/GetSensitiveDefineRuleConfig.json",
2025-08-20T19:15:57.1669487Z [00:02:03.314]➜  			"metadatas/sas/GetServerlessAppAuthDetail.json",
2025-08-20T19:15:57.1669831Z [00:02:03.314]➜  			"metadatas/sas/GetServerlessAuthSummary.json",
2025-08-20T19:15:57.1670122Z [00:02:03.314]➜  			"metadatas/sas/GetServiceTrail.json",
2025-08-20T19:15:57.1670601Z [00:02:03.314]➜  			"metadatas/sas/GetStrategyTemplateDetail.json",
2025-08-20T19:15:57.1670920Z [00:02:03.314]➜  			"metadatas/sas/GetSupportedModules.json",
2025-08-20T19:15:57.1671262Z [00:02:03.314]➜  			"metadatas/sas/GetSuspiciousStatistics.json",
2025-08-20T19:15:57.1671604Z [00:02:03.314]➜  			"metadatas/sas/GetSwitchRegionDetail.json",
2025-08-20T19:15:57.1671956Z [00:02:03.314]➜  			"metadatas/sas/GetTenantCheckAvailable.json",
2025-08-20T19:15:57.1672240Z [00:02:03.314]➜  			"metadatas/sas/GetUserLang.json",
2025-08-20T19:15:57.1672965Z [00:02:03.314]➜  			"metadatas/sas/GetVirusScanConfig.json",
2025-08-20T19:15:57.1673393Z [00:02:03.314]➜  			"metadatas/sas/GetVirusScanLatestTaskStatistic.json",
2025-08-20T19:15:57.1673699Z [00:02:03.314]➜  			"metadatas/sas/GetVulStatistics.json",
2025-08-20T19:15:57.1673988Z [00:02:03.314]➜  			"metadatas/sas/GetVulWhitelist.json",
2025-08-20T19:15:57.1674318Z [00:02:03.314]➜  			"metadatas/sas/GrantSwitchAgreement.json",
2025-08-20T19:15:57.1674634Z [00:02:03.314]➜  			"metadatas/sas/HandleMaliciousFiles.json",
2025-08-20T19:15:57.1674955Z [00:02:03.314]➜  			"metadatas/sas/HandleSecurityEvents.json",
2025-08-20T19:15:57.1675321Z [00:02:03.314]➜  			"metadatas/sas/HandleSimilarSecurityEvents.json",
2025-08-20T19:15:57.1675764Z [00:02:03.314]➜  			"metadatas/sas/IgnoreCheckItems.json",
2025-08-20T19:15:57.1676105Z [00:02:03.314]➜  			"metadatas/sas/IgnoreHcCheckWarnings.json",
2025-08-20T19:15:57.1676493Z [00:02:03.314]➜  			"metadatas/sas/IgnoreIdcProbeScanResult.json",
2025-08-20T19:15:57.1676843Z [00:02:03.314]➜  			"metadatas/sas/InstallAegisForLingjun.json",
2025-08-20T19:15:57.1677193Z [00:02:03.314]➜  			"metadatas/sas/InstallBackupClient.json",
2025-08-20T19:15:57.1677524Z [00:02:03.314]➜  			"metadatas/sas/InstallCloudMonitor.json",
2025-08-20T19:15:57.1677856Z [00:02:03.314]➜  			"metadatas/sas/InstallHybridProxy.json",
2025-08-20T19:15:57.1678158Z [00:02:03.314]➜  			"metadatas/sas/InstallPmAgent.json",
2025-08-20T19:15:57.1678491Z [00:02:03.314]➜  			"metadatas/sas/InstallUniBackupAgent.json",
2025-08-20T19:15:57.1678883Z [00:02:03.314]➜  			"metadatas/sas/JoinWebLockProcessWhiteList.json",
2025-08-20T19:15:57.1679292Z [00:02:03.314]➜  			"metadatas/sas/ListAccountsInResourceDirectory.json",
2025-08-20T19:15:57.1679694Z [00:02:03.314]➜  			"metadatas/sas/ListAegisContainerPluginRule.json",
2025-08-20T19:15:57.1680083Z [00:02:03.314]➜  			"metadatas/sas/ListAegisForLingjunStatus.json",
2025-08-20T19:15:57.1680410Z [00:02:03.314]➜  			"metadatas/sas/ListAgentlessAsset.json",
2025-08-20T19:15:57.1680793Z [00:02:03.314]➜  			"metadatas/sas/ListAgentlessMaliciousFiles.json",
2025-08-20T19:15:57.1681270Z [00:02:03.314]➜  			"metadatas/sas/ListAgentlessRegion.json",
2025-08-20T19:15:57.1681653Z [00:02:03.314]➜  			"metadatas/sas/ListAgentlessRelateMalicious.json",
2025-08-20T19:15:57.1682000Z [00:02:03.314]➜  			"metadatas/sas/ListAgentlessRiskUuid.json",
2025-08-20T19:15:57.1682300Z [00:02:03.314]➜  			"metadatas/sas/ListAgentlessTask.json",
2025-08-20T19:15:57.1682975Z [00:02:03.314]➜  			"metadatas/sas/ListAssetCleanConfig.json",
2025-08-20T19:15:57.1683349Z [00:02:03.314]➜  			"metadatas/sas/ListAssetInfoPublish.json",
2025-08-20T19:15:57.1683746Z [00:02:03.314]➜  			"metadatas/sas/ListAssetRefreshTaskConfig.json",
2025-08-20T19:15:57.1684186Z [00:02:03.314]➜  			"metadatas/sas/ListAssetSelectionSelectedTarget.json",
2025-08-20T19:15:57.1684553Z [00:02:03.315]➜  			"metadatas/sas/ListAssetSelectionTarget.json",
2025-08-20T19:15:57.1684874Z [00:02:03.315]➜  			"metadatas/sas/ListAttackPathEvent.json",
2025-08-20T19:15:57.1685249Z [00:02:03.315]➜  			"metadatas/sas/ListAttackPathWhitelist.json",
2025-08-20T19:15:57.1685555Z [00:02:03.315]➜  			"metadatas/sas/ListAutoTagRules.json",
2025-08-20T19:15:57.1685909Z [00:02:03.315]➜  			"metadatas/sas/ListAvailableAttackPath.json",
2025-08-20T19:15:57.1686243Z [00:02:03.315]➜  			"metadatas/sas/ListAvailableHoneypot.json",
2025-08-20T19:15:57.1686559Z [00:02:03.315]➜  			"metadatas/sas/ListBackupRecord.json",
2025-08-20T19:15:57.1686955Z [00:02:03.315]➜  			"metadatas/sas/ListBaselineCheckWhiteRecord.json",
2025-08-20T19:15:57.1687307Z [00:02:03.315]➜  			"metadatas/sas/ListCheckInstanceResult.json",
2025-08-20T19:15:57.1687602Z [00:02:03.315]➜  			"metadatas/sas/ListCheckItem.json",
2025-08-20T19:15:57.1687986Z [00:02:03.315]➜  			"metadatas/sas/ListCheckItemWarningMachine.json",
2025-08-20T19:15:57.1688360Z [00:02:03.315]➜  			"metadatas/sas/ListCheckItemWarningSummary.json",
2025-08-20T19:15:57.1688673Z [00:02:03.315]➜  			"metadatas/sas/ListCheckResult.json",
2025-08-20T19:15:57.1689122Z [00:02:03.315]➜  			"metadatas/sas/ListCheckRule.json",
2025-08-20T19:15:57.1689485Z [00:02:03.315]➜  			"metadatas/sas/ListCheckRuleInstance.json",
2025-08-20T19:15:57.1689795Z [00:02:03.315]➜  			"metadatas/sas/ListCheckStandard.json",
2025-08-20T19:15:57.1690099Z [00:02:03.315]➜  			"metadatas/sas/ListCheckTypes.json",
2025-08-20T19:15:57.1690418Z [00:02:03.315]➜  			"metadatas/sas/ListClientAlertMode.json",
2025-08-20T19:15:57.1690836Z [00:02:03.315]➜  			"metadatas/sas/ListClientUserDefineRuleTypes.json",
2025-08-20T19:15:57.1691199Z [00:02:03.315]➜  			"metadatas/sas/ListClientUserDefineRules.json",
2025-08-20T19:15:57.1691710Z [00:02:03.315]➜  			"metadatas/sas/ListCloudAssetInstances.json",
2025-08-20T19:15:57.1692048Z [00:02:03.315]➜  			"metadatas/sas/ListCloudVendorRegions.json",
2025-08-20T19:15:57.1692625Z [00:02:03.315]➜  			"metadatas/sas/ListClusterCnnfStatusDetail.json",
2025-08-20T19:15:57.1693034Z [00:02:03.315]➜  			"metadatas/sas/ListClusterInterceptionConfig.json",
2025-08-20T19:15:57.1693399Z [00:02:03.315]➜  			"metadatas/sas/ListClusterPluginInfo.json",
2025-08-20T19:15:57.1693787Z [00:02:03.315]➜  			"metadatas/sas/ListCompressFileDetectResult.json",
2025-08-20T19:15:57.1694151Z [00:02:03.315]➜  			"metadatas/sas/ListContainerDefenseRule.json",
2025-08-20T19:15:57.1694559Z [00:02:03.315]➜  			"metadatas/sas/ListContainerDefenseRuleClusters.json",
2025-08-20T19:15:57.1694901Z [00:02:03.315]➜  			"metadatas/sas/ListCriteriaStrategy.json",
2025-08-20T19:15:57.1695226Z [00:02:03.315]➜  			"metadatas/sas/ListDockerhubImage.json",
2025-08-20T19:15:57.1695555Z [00:02:03.315]➜  			"metadatas/sas/ListFileProtectEvent.json",
2025-08-20T19:15:57.1695936Z [00:02:03.315]➜  			"metadatas/sas/ListFileProtectPluginStatus.json",
2025-08-20T19:15:57.1696259Z [00:02:03.315]➜  			"metadatas/sas/ListFileProtectRule.json",
2025-08-20T19:15:57.1696543Z [00:02:03.315]➜  			"metadatas/sas/ListGroups.json",
2025-08-20T19:15:57.1696834Z [00:02:03.315]➜  			"metadatas/sas/ListHoneypot.json",
2025-08-20T19:15:57.1697370Z [00:02:03.315]➜  			"metadatas/sas/ListHoneypotAlarmEvents.json",
2025-08-20T19:15:57.1697784Z [00:02:03.315]➜  			"metadatas/sas/ListHoneypotAttackerPortrait.json",
2025-08-20T19:15:57.1698165Z [00:02:03.315]➜  			"metadatas/sas/ListHoneypotAttackerSource.json",
2025-08-20T19:15:57.1698507Z [00:02:03.315]➜  			"metadatas/sas/ListHoneypotEventFlows.json",
2025-08-20T19:15:57.1698812Z [00:02:03.315]➜  			"metadatas/sas/ListHoneypotEvents.json",
2025-08-20T19:15:57.1699233Z [00:02:03.315]➜  			"metadatas/sas/ListHoneypotNode.json",
2025-08-20T19:15:57.1699574Z [00:02:03.315]➜  			"metadatas/sas/ListHoneypotPreset.json",
2025-08-20T19:15:57.1699895Z [00:02:03.315]➜  			"metadatas/sas/ListHoneypotProbe.json",
2025-08-20T19:15:57.1700235Z [00:02:03.315]➜  			"metadatas/sas/ListHoneypotProbeUuid.json",
2025-08-20T19:15:57.1700568Z [00:02:03.315]➜  			"metadatas/sas/ListImageBuildRiskItem.json",
2025-08-20T19:15:57.1700906Z [00:02:03.315]➜  			"metadatas/sas/ListImageRegistryExtra.json",
2025-08-20T19:15:57.1701338Z [00:02:03.315]➜  			"metadatas/sas/ListImageRegistryRegion.json",
2025-08-20T19:15:57.1701636Z [00:02:03.315]➜  			"metadatas/sas/ListImageRisk.json",
2025-08-20T19:15:57.1701956Z [00:02:03.315]➜  			"metadatas/sas/ListInstanceCatalog.json",
2025-08-20T19:15:57.1702293Z [00:02:03.315]➜  			"metadatas/sas/ListInstanceRiskLevels.json",
2025-08-20T19:15:57.1702868Z [00:02:03.315]➜  			"metadatas/sas/ListInstanceRiskNum.json",
2025-08-20T19:15:57.1703262Z [00:02:03.315]➜  			"metadatas/sas/ListInterceptionHistory.json",
2025-08-20T19:15:57.1703631Z [00:02:03.315]➜  			"metadatas/sas/ListInterceptionRulePage.json",
2025-08-20T19:15:57.1704008Z [00:02:03.315]➜  			"metadatas/sas/ListInterceptionTargetPage.json",
2025-08-20T19:15:57.1704306Z [00:02:03.315]➜  			"metadatas/sas/ListK8sAccessInfo.json",
2025-08-20T19:15:57.1704638Z [00:02:03.315]➜  			"metadatas/sas/ListLogShipperRegions.json",
2025-08-20T19:15:57.1704939Z [00:02:03.315]➜  			"metadatas/sas/ListMachineApps.json",
2025-08-20T19:15:57.1705501Z [00:02:03.315]➜  			"metadatas/sas/ListMaliciousFileWhitelistConfigs.json",
2025-08-20T19:15:57.1705828Z [00:02:03.315]➜  			"metadatas/sas/ListObjectScanEvent.json",
2025-08-20T19:15:57.1706189Z [00:02:03.315]➜  			"metadatas/sas/ListOpaClusterStrategyNew.json",
2025-08-20T19:15:57.1706498Z [00:02:03.315]➜  			"metadatas/sas/ListOperationCheck.json",
2025-08-20T19:15:57.1706820Z [00:02:03.315]➜  			"metadatas/sas/ListOperationProcess.json",
2025-08-20T19:15:57.1707190Z [00:02:03.315]➜  			"metadatas/sas/ListOperationProcessDetail.json",
2025-08-20T19:15:57.1707492Z [00:02:03.315]➜  			"metadatas/sas/ListOperationTask.json",
2025-08-20T19:15:57.1707940Z [00:02:03.315]➜  			"metadatas/sas/ListOssBucket.json",
2025-08-20T19:15:57.1708282Z [00:02:03.315]➜  			"metadatas/sas/ListOssBucketScanInfo.json",
2025-08-20T19:15:57.1708583Z [00:02:03.315]➜  			"metadatas/sas/ListOssScanConfig.json",
2025-08-20T19:15:57.1708902Z [00:02:03.315]➜  			"metadatas/sas/ListPluginForUuid.json",
2025-08-20T19:15:57.1709213Z [00:02:03.315]➜  			"metadatas/sas/ListPodRisk.json",
2025-08-20T19:15:57.1709531Z [00:02:03.315]➜  			"metadatas/sas/ListPrivateK8s.json",
2025-08-20T19:15:57.1709885Z [00:02:03.315]➜  			"metadatas/sas/ListPrivateRegistryList.json",
2025-08-20T19:15:57.1710238Z [00:02:03.315]➜  			"metadatas/sas/ListPrivateRegistryType.json",
2025-08-20T19:15:57.1710550Z [00:02:03.315]➜  			"metadatas/sas/ListPublishBatch.json",
2025-08-20T19:15:57.1710897Z [00:02:03.315]➜  			"metadatas/sas/ListRdDefaultSyncList.json",
2025-08-20T19:15:57.1711218Z [00:02:03.315]➜  			"metadatas/sas/ListRuleTargetAll.json",
2025-08-20T19:15:57.1711622Z [00:02:03.315]➜  			"metadatas/sas/ListSasContainerWebDefenseRule.json",
2025-08-20T19:15:57.1711998Z [00:02:03.315]➜  			"metadatas/sas/ListSupportAttackPathAsset.json",
2025-08-20T19:15:57.1712347Z [00:02:03.315]➜  			"metadatas/sas/ListSupportObjectSuffix.json",
2025-08-20T19:15:57.1712914Z [00:02:03.315]➜  			"metadatas/sas/ListSystemAggregationRules.json",
2025-08-20T19:15:57.1713455Z [00:02:03.315]➜  			"metadatas/sas/ListSystemClientRuleTypes.json",
2025-08-20T19:15:57.1713794Z [00:02:03.315]➜  			"metadatas/sas/ListSystemClientRules.json",
2025-08-20T19:15:57.1714198Z [00:02:03.315]➜  			"metadatas/sas/ListSystemRuleAggregationTypes.json",
2025-08-20T19:15:57.1714515Z [00:02:03.315]➜  			"metadatas/sas/ListTargetByBatch.json",
2025-08-20T19:15:57.1714861Z [00:02:03.315]➜  			"metadatas/sas/ListUnfinishedOnceTask.json",
2025-08-20T19:15:57.1715354Z [00:02:03.315]➜  			"metadatas/sas/ListUninstallAegisMachines.json",
2025-08-20T19:15:57.1715660Z [00:02:03.315]➜  			"metadatas/sas/ListUserVpc.json",
2025-08-20T19:15:57.1715983Z [00:02:03.315]➜  			"metadatas/sas/ListUuidsByAppId.json",
2025-08-20T19:15:57.1716317Z [00:02:03.315]➜  			"metadatas/sas/ListUuidsByWebPath.json",
2025-08-20T19:15:57.1716648Z [00:02:03.315]➜  			"metadatas/sas/ListVirusScanMachine.json",
2025-08-20T19:15:57.1717009Z [00:02:03.315]➜  			"metadatas/sas/ListVirusScanMachineEvent.json",
2025-08-20T19:15:57.1717351Z [00:02:03.315]➜  			"metadatas/sas/ListVirusScanTask.json",
2025-08-20T19:15:57.1717701Z [00:02:03.315]➜  			"metadatas/sas/ListVulAutoRepairConfig.json",
2025-08-20T19:15:57.1718026Z [00:02:03.315]➜  			"metadatas/sas/ListVulGlobalConfig.json",
2025-08-20T19:15:57.1718330Z [00:02:03.315]➜  			"metadatas/sas/MarkMonitorAccounts.json",
2025-08-20T19:15:57.1718678Z [00:02:03.315]➜  			"metadatas/sas/ModifyAccessKeyLeakDeal.json",
2025-08-20T19:15:57.1719042Z [00:02:03.315]➜  			"metadatas/sas/ModifyAntiBruteForceRule.json",
2025-08-20T19:15:57.1719392Z [00:02:03.315]➜  			"metadatas/sas/ModifyAppVulScanCycle.json",
2025-08-20T19:15:57.1719723Z [00:02:03.315]➜  			"metadatas/sas/ModifyAssetCleanConfig.json",
2025-08-20T19:15:57.1720050Z [00:02:03.315]➜  			"metadatas/sas/ModifyAssetGroup.json",
2025-08-20T19:15:57.1720399Z [00:02:03.315]➜  			"metadatas/sas/ModifyAssetImportant.json",
2025-08-20T19:15:57.1720722Z [00:02:03.315]➜  			"metadatas/sas/ModifyAttestor.json",
2025-08-20T19:15:57.1721186Z [00:02:03.315]➜  			"metadatas/sas/ModifyAutoDelConfig.json",
2025-08-20T19:15:57.1721547Z [00:02:03.315]➜  			"metadatas/sas/ModifyBackupPolicy.json",
2025-08-20T19:15:57.1721917Z [00:02:03.315]➜  			"metadatas/sas/ModifyBackupPolicyStatus.json",
2025-08-20T19:15:57.1722290Z [00:02:03.315]➜  			"metadatas/sas/ModifyBinarySecurityPolicy.json",
2025-08-20T19:15:57.1722791Z [00:02:03.315]➜  			"metadatas/sas/ModifyCheckRule.json",
2025-08-20T19:15:57.1723169Z [00:02:03.315]➜  			"metadatas/sas/ModifyClearLogstoreStorage.json",
2025-08-20T19:15:57.1723516Z [00:02:03.315]➜  			"metadatas/sas/ModifyClientConfSetup.json",
2025-08-20T19:15:57.1723880Z [00:02:03.315]➜  			"metadatas/sas/ModifyClientConfStrategy.json",
2025-08-20T19:15:57.1724382Z [00:02:03.315]➜  			"metadatas/sas/ModifyClientUserDefineRule.json",
2025-08-20T19:15:57.1724752Z [00:02:03.315]➜  			"metadatas/sas/ModifyCloudVendorAccountAK.json",
2025-08-20T19:15:57.1725142Z [00:02:03.315]➜  			"metadatas/sas/ModifyCloudVendorTrialConfig.json",
2025-08-20T19:15:57.1725616Z [00:02:03.315]➜  			"metadatas/sas/ModifyClusterCnnfStatusUserConfirm.json",
2025-08-20T19:15:57.1725969Z [00:02:03.315]➜  			"metadatas/sas/ModifyConcernNecessity.json",
2025-08-20T19:15:57.1726359Z [00:02:03.315]➜  			"metadatas/sas/ModifyContainerDefenseRule.json",
2025-08-20T19:15:57.1726801Z [00:02:03.315]➜  			"metadatas/sas/ModifyContainerDefenseRuleSwitch.json",
2025-08-20T19:15:57.1727179Z [00:02:03.315]➜  			"metadatas/sas/ModifyContainerPluginRule.json",
2025-08-20T19:15:57.1727563Z [00:02:03.315]➜  			"metadatas/sas/ModifyContainerScanConfig.json",
2025-08-20T19:15:57.1727920Z [00:02:03.315]➜  			"metadatas/sas/ModifyCreateVulWhitelist.json",
2025-08-20T19:15:57.1728272Z [00:02:03.315]➜  			"metadatas/sas/ModifyCustomBlockRecord.json",
2025-08-20T19:15:57.1728586Z [00:02:03.315]➜  			"metadatas/sas/ModifyCycleTask.json",
2025-08-20T19:15:57.1728916Z [00:02:03.315]➜  			"metadatas/sas/ModifyDingTalkStatus.json",
2025-08-20T19:15:57.1729239Z [00:02:03.315]➜  			"metadatas/sas/ModifyEmgVulSubmit.json",
2025-08-20T19:15:57.1729718Z [00:02:03.315]➜  			"metadatas/sas/ModifyGroupProperty.json",
2025-08-20T19:15:57.1730083Z [00:02:03.315]➜  			"metadatas/sas/ModifyHybridProxyCluster.json",
2025-08-20T19:15:57.1730435Z [00:02:03.315]➜  			"metadatas/sas/ModifyHybridProxyPolicy.json",
2025-08-20T19:15:57.1730738Z [00:02:03.315]➜  			"metadatas/sas/ModifyIdcProbe.json",
2025-08-20T19:15:57.1731088Z [00:02:03.315]➜  			"metadatas/sas/ModifyImageFixCycleConfig.json",
2025-08-20T19:15:57.1731523Z [00:02:03.315]➜  			"metadatas/sas/ModifyImageRegistry.json",
2025-08-20T19:15:57.1731958Z [00:02:03.315]➜  			"metadatas/sas/ModifyInstanceAntiBruteForceRule.json",
2025-08-20T19:15:57.1732312Z [00:02:03.315]➜  			"metadatas/sas/ModifyInterceptionRule.json",
2025-08-20T19:15:57.1732893Z [00:02:03.315]➜  			"metadatas/sas/ModifyInterceptionRuleSwitch.json",
2025-08-20T19:15:57.1733255Z [00:02:03.315]➜  			"metadatas/sas/ModifyInterceptionTarget.json",
2025-08-20T19:15:57.1733577Z [00:02:03.315]➜  			"metadatas/sas/ModifyLogMetaStatus.json",
2025-08-20T19:15:57.1733918Z [00:02:03.315]➜  			"metadatas/sas/ModifyLoginBaseConfig.json",
2025-08-20T19:15:57.1734261Z [00:02:03.315]➜  			"metadatas/sas/ModifyLoginSwitchConfig.json",
2025-08-20T19:15:57.1734573Z [00:02:03.315]➜  			"metadatas/sas/ModifyNoticeConfig.json",
2025-08-20T19:15:57.1734883Z [00:02:03.315]➜  			"metadatas/sas/ModifyOpenLogShipper.json",
2025-08-20T19:15:57.1735190Z [00:02:03.315]➜  			"metadatas/sas/ModifyOperateVul.json",
2025-08-20T19:15:57.1735545Z [00:02:03.315]➜  			"metadatas/sas/ModifyPostPayModuleSwitch.json",
2025-08-20T19:15:57.1735883Z [00:02:03.315]➜  			"metadatas/sas/ModifyProcessWhiteList.json",
2025-08-20T19:15:57.1736270Z [00:02:03.315]➜  			"metadatas/sas/ModifyPropertyScheduleConfig.json",
2025-08-20T19:15:57.1736578Z [00:02:03.315]➜  			"metadatas/sas/ModifyPushAllTask.json",
2025-08-20T19:15:57.1736923Z [00:02:03.315]➜  			"metadatas/sas/ModifyRefreshProcessInfo.json",
2025-08-20T19:15:57.1737489Z [00:02:03.315]➜  			"metadatas/sas/ModifySasContainerWebDefenseRule.json",
2025-08-20T19:15:57.1737857Z [00:02:03.315]➜  			"metadatas/sas/ModifySearchCondition.json",
2025-08-20T19:15:57.1738275Z [00:02:03.315]➜  			"metadatas/sas/ModifySecurityCheckScheduleConfig.json",
2025-08-20T19:15:57.1738779Z [00:02:03.315]➜  			"metadatas/sas/ModifySecurityEventMarkMissIndividually.json",
2025-08-20T19:15:57.1739157Z [00:02:03.315]➜  			"metadatas/sas/ModifyServerlessAuthToMachine.json",
2025-08-20T19:15:57.1739533Z [00:02:03.315]➜  			"metadatas/sas/ModifySoarStrategySubscribe.json",
2025-08-20T19:15:57.1739839Z [00:02:03.315]➜  			"metadatas/sas/ModifyStartVulScan.json",
2025-08-20T19:15:57.1740265Z [00:02:03.315]➜  			"metadatas/sas/ModifyStrategy.json",
2025-08-20T19:15:57.1740585Z [00:02:03.315]➜  			"metadatas/sas/ModifyStrategyTarget.json",
2025-08-20T19:15:57.1740899Z [00:02:03.315]➜  			"metadatas/sas/ModifyTagWithUuid.json",
2025-08-20T19:15:57.1741214Z [00:02:03.315]➜  			"metadatas/sas/ModifyUniBackupPolicy.json",
2025-08-20T19:15:57.1741524Z [00:02:03.315]➜  			"metadatas/sas/ModifyVpcHoneyPot.json",
2025-08-20T19:15:57.1741804Z [00:02:03.315]➜  			"metadatas/sas/ModifyVulConfig.json",
2025-08-20T19:15:57.1742095Z [00:02:03.315]➜  			"metadatas/sas/ModifyVulTarget.json",
2025-08-20T19:15:57.1742595Z [00:02:03.315]➜  			"metadatas/sas/ModifyVulTargetConfig.json",
2025-08-20T19:15:57.1742962Z [00:02:03.315]➜  			"metadatas/sas/ModifyVulWhitelistTarget.json",
2025-08-20T19:15:57.1743311Z [00:02:03.315]➜  			"metadatas/sas/ModifyWebLockCreateConfig.json",
2025-08-20T19:15:57.1743654Z [00:02:03.315]➜  			"metadatas/sas/ModifyWebLockDeleteConfig.json",
2025-08-20T19:15:57.1744014Z [00:02:03.315]➜  			"metadatas/sas/ModifyWebLockProcessStatus.json",
2025-08-20T19:15:57.1744348Z [00:02:03.315]➜  			"metadatas/sas/ModifyWebLockRefresh.json",
2025-08-20T19:15:57.1744653Z [00:02:03.315]➜  			"metadatas/sas/ModifyWebLockStart.json",
2025-08-20T19:15:57.1744959Z [00:02:03.315]➜  			"metadatas/sas/ModifyWebLockStatus.json",
2025-08-20T19:15:57.1745284Z [00:02:03.315]➜  			"metadatas/sas/ModifyWebLockUnbind.json",
2025-08-20T19:15:57.1745835Z [00:02:03.315]➜  			"metadatas/sas/ModifyWebLockUpdateConfig.json",
2025-08-20T19:15:57.1746156Z [00:02:03.315]➜  			"metadatas/sas/ModifyWebPath.json",
2025-08-20T19:15:57.1746536Z [00:02:03.315]➜  			"metadatas/sas/OpenBackupAutoConfig.json",
2025-08-20T19:15:57.1746930Z [00:02:03.315]➜  			"metadatas/sas/OpenSensitiveFileScan.json",
2025-08-20T19:15:57.1747410Z [00:02:03.315]➜  			"metadatas/sas/OperateAgentClientInstall.json",
2025-08-20T19:15:57.1747737Z [00:02:03.315]➜  			"metadatas/sas/OperateApplication.json",
2025-08-20T19:15:57.1748077Z [00:02:03.315]➜  			"metadatas/sas/OperateBucketScanTask.json",
2025-08-20T19:15:57.1748442Z [00:02:03.315]➜  			"metadatas/sas/OperateCommonOverallConfig.json",
2025-08-20T19:15:57.1748792Z [00:02:03.315]➜  			"metadatas/sas/OperateCommonTargetConfig.json",
2025-08-20T19:15:57.1749181Z [00:02:03.315]➜  			"metadatas/sas/OperateImageBaselineWhitelist.json",
2025-08-20T19:15:57.1749607Z [00:02:03.316]➜  			"metadatas/sas/OperateImageVul.json",
2025-08-20T19:15:57.1750016Z [00:02:03.316]➜  			"metadatas/sas/OperateSuspiciousOverallConfig.json",
2025-08-20T19:15:57.1750424Z [00:02:03.316]➜  			"metadatas/sas/OperateSuspiciousTargetConfig.json",
2025-08-20T19:15:57.1750740Z [00:02:03.316]➜  			"metadatas/sas/OperateSwitchStatus.json",
2025-08-20T19:15:57.1751061Z [00:02:03.316]➜  			"metadatas/sas/OperateVirusEvents.json",
2025-08-20T19:15:57.1751357Z [00:02:03.316]➜  			"metadatas/sas/OperateVuls.json",
2025-08-20T19:15:57.1751716Z [00:02:03.316]➜  			"metadatas/sas/OperateWebLockFileEvents.json",
2025-08-20T19:15:57.1752116Z [00:02:03.316]➜  			"metadatas/sas/OperationCancelIgnoreSuspEvent.json",
2025-08-20T19:15:57.1752708Z [00:02:03.316]➜  			"metadatas/sas/OperationCustomizeReportChart.json",
2025-08-20T19:15:57.1753041Z [00:02:03.316]➜  			"metadatas/sas/OperationSuspEvents.json",
2025-08-20T19:15:57.1753359Z [00:02:03.316]➜  			"metadatas/sas/PageImageRegistry.json",
2025-08-20T19:15:57.1753673Z [00:02:03.316]➜  			"metadatas/sas/PauseClient.json",
2025-08-20T19:15:57.1754035Z [00:02:03.316]➜  			"metadatas/sas/ProcessSoarStrategyTask.json",
2025-08-20T19:15:57.1754400Z [00:02:03.316]➜  			"metadatas/sas/PublicCreateImageScanTask.json",
2025-08-20T19:15:57.1754784Z [00:02:03.316]➜  			"metadatas/sas/PublicPreCheckImageScanTask.json",
2025-08-20T19:15:57.1755187Z [00:02:03.316]➜  			"metadatas/sas/PublicSyncAndCreateImageScanTask.json",
2025-08-20T19:15:57.1755498Z [00:02:03.316]➜  			"metadatas/sas/QueryAttackCount.json",
2025-08-20T19:15:57.1755818Z [00:02:03.316]➜  			"metadatas/sas/QueryDiscoverDatabase.json",
2025-08-20T19:15:57.1756281Z [00:02:03.316]➜  			"metadatas/sas/QueryGroupIdByGroupName.json",
2025-08-20T19:15:57.1756747Z [00:02:03.316]➜  			"metadatas/sas/QueryGroupedSecurityEventMarkMissList.json",
2025-08-20T19:15:57.1757055Z [00:02:03.316]➜  			"metadatas/sas/QueryGuidTaskList.json",
2025-08-20T19:15:57.1757539Z [00:02:03.316]➜  			"metadatas/sas/QueryJenkinsImageRegistryPersistenceDay.json",
2025-08-20T19:15:57.1757875Z [00:02:03.316]➜  			"metadatas/sas/QueryPreCheckDatabase.json",
2025-08-20T19:15:57.1758171Z [00:02:03.316]➜  			"metadatas/sas/RebootMachine.json",
2025-08-20T19:15:57.1758594Z [00:02:03.316]➜  			"metadatas/sas/ReceiveFunctionTrialRewardByAliUid.json",
2025-08-20T19:15:57.1758889Z [00:02:03.316]➜  			"metadatas/sas/RefreshAssets.json",
2025-08-20T19:15:57.1759223Z [00:02:03.316]➜  			"metadatas/sas/RefreshContainerAssets.json",
2025-08-20T19:15:57.1759588Z [00:02:03.316]➜  			"metadatas/sas/RefreshOssBucketScanInfo.json",
2025-08-20T19:15:57.1759913Z [00:02:03.316]➜  			"metadatas/sas/RefreshRegistryToken.json",
2025-08-20T19:15:57.1760351Z [00:02:03.316]➜  			"metadatas/sas/RemoveCheckInstanceResultWhiteList.json",
2025-08-20T19:15:57.1760707Z [00:02:03.316]➜  			"metadatas/sas/RemoveCheckResultWhiteList.json",
2025-08-20T19:15:57.1760990Z [00:02:03.316]➜  			"metadatas/sas/ResetHoneypot.json",
2025-08-20T19:15:57.1761287Z [00:02:03.316]➜  			"metadatas/sas/ResetLogShipper.json",
2025-08-20T19:15:57.1761718Z [00:02:03.316]➜  			"metadatas/sas/RetryAgentlessTask.json",
2025-08-20T19:15:57.1762020Z [00:02:03.316]➜  			"metadatas/sas/RetryInstallProbe.json",
2025-08-20T19:15:57.1762539Z [00:02:03.316]➜  			"metadatas/sas/RollbackSuspEventQuaraFile.json",
2025-08-20T19:15:57.1762938Z [00:02:03.316]➜  			"metadatas/sas/SasInstallCode.json",
2025-08-20T19:15:57.1763304Z [00:02:03.316]➜  			"metadatas/sas/SaveCustomizeReportConfig.json",
2025-08-20T19:15:57.1763796Z [00:02:03.316]➜  			"metadatas/sas/SaveImageBaselineStrategy.json",
2025-08-20T19:15:57.1764189Z [00:02:03.316]➜  			"metadatas/sas/SaveSuspEventUserSetting.json",
2025-08-20T19:15:57.1764539Z [00:02:03.316]➜  			"metadatas/sas/SaveWhiteListStrategy.json",
2025-08-20T19:15:57.1764916Z [00:02:03.316]➜  			"metadatas/sas/SaveWhiteListStrategyAssets.json",
2025-08-20T19:15:57.1765237Z [00:02:03.316]➜  			"metadatas/sas/SendCustomizeReport.json",
2025-08-20T19:15:57.1765762Z [00:02:03.316]➜  			"metadatas/sas/SetBuildRiskDefineRuleConfig.json",
2025-08-20T19:15:57.1766242Z [00:02:03.316]➜  			"metadatas/sas/SetClusterInterceptionConfig.json",
2025-08-20T19:15:57.1766598Z [00:02:03.316]➜  			"metadatas/sas/SetImageBuildRiskStatus.json",
2025-08-20T19:15:57.1766964Z [00:02:03.316]➜  			"metadatas/sas/SetImageSensitiveFileStatus.json",
2025-08-20T19:15:57.1767291Z [00:02:03.316]➜  			"metadatas/sas/SetRegistryScanDayNum.json",
2025-08-20T19:15:57.1767667Z [00:02:03.316]➜  			"metadatas/sas/SetSensitiveDefineRuleConfig.json",
2025-08-20T19:15:57.1767993Z [00:02:03.316]➜  			"metadatas/sas/SetSyncRefreshRegion.json",
2025-08-20T19:15:57.1768342Z [00:02:03.316]➜  			"metadatas/sas/StartBaselineSecurityCheck.json",
2025-08-20T19:15:57.1768702Z [00:02:03.316]➜  			"metadatas/sas/StartDiscoverDatabaseTask.json",
2025-08-20T19:15:57.1768995Z [00:02:03.316]➜  			"metadatas/sas/StartHoneypot.json",
2025-08-20T19:15:57.1769319Z [00:02:03.316]➜  			"metadatas/sas/StartIdcProbeScan.json",
2025-08-20T19:15:57.1769658Z [00:02:03.316]➜  			"metadatas/sas/StartPreCheckDatabase.json",
2025-08-20T19:15:57.1769983Z [00:02:03.316]➜  			"metadatas/sas/StartVirusScanTask.json",
2025-08-20T19:15:57.1770273Z [00:02:03.316]➜  			"metadatas/sas/StopHoneypot.json",
2025-08-20T19:15:57.1770553Z [00:02:03.316]➜  			"metadatas/sas/SubmitCheck.json",
2025-08-20T19:15:57.1770861Z [00:02:03.316]➜  			"metadatas/sas/SubmitOperationTask.json",
2025-08-20T19:15:57.1771162Z [00:02:03.316]➜  			"metadatas/sas/SubmitTenantCheck.json",
2025-08-20T19:15:57.1771450Z [00:02:03.316]➜  			"metadatas/sas/TriggerCheck.json",
2025-08-20T19:15:57.1771770Z [00:02:03.316]➜  			"metadatas/sas/UnBindHybridProxy.json",
2025-08-20T19:15:57.1772247Z [00:02:03.316]➜  			"metadatas/sas/UnMarkMonitorAccounts.json",
2025-08-20T19:15:57.1772741Z [00:02:03.316]➜  			"metadatas/sas/UnbindAegis.json",
2025-08-20T19:15:57.1773092Z [00:02:03.316]➜  			"metadatas/sas/UninstallBackupClient.json",
2025-08-20T19:15:57.1773468Z [00:02:03.316]➜  			"metadatas/sas/UninstallUniBackupAgent.json",
2025-08-20T19:15:57.1773815Z [00:02:03.316]➜  			"metadatas/sas/UpdateAlarmEvent.json",
2025-08-20T19:15:57.1774301Z [00:02:03.317]➜  			"metadatas/sas/UpdateAttackPathSensitiveAssetConfig.json",
2025-08-20T19:15:57.1774686Z [00:02:03.317]➜  			"metadatas/sas/UpdateAttackPathWhitelist.json",
2025-08-20T19:15:57.1775103Z [00:02:03.317]➜  			"metadatas/sas/UpdateBaselineCheckWhiteRecord.json",
2025-08-20T19:15:57.1775447Z [00:02:03.317]➜  			"metadatas/sas/UpdateClientAlertMode.json",
2025-08-20T19:15:57.1775834Z [00:02:03.317]➜  			"metadatas/sas/UpdateCommonSwitchConfig.json",
2025-08-20T19:15:57.1776220Z [00:02:03.317]➜  			"metadatas/sas/UpdateCustomizeReportStatus.json",
2025-08-20T19:15:57.1776604Z [00:02:03.317]➜  			"metadatas/sas/UpdateFileProtectEventStatus.json",
2025-08-20T19:15:57.1776947Z [00:02:03.317]➜  			"metadatas/sas/UpdateFileProtectRemark.json",
2025-08-20T19:15:57.1777276Z [00:02:03.317]➜  			"metadatas/sas/UpdateFileProtectRule.json",
2025-08-20T19:15:57.1777631Z [00:02:03.317]➜  			"metadatas/sas/UpdateFileUploadLimit.json",
2025-08-20T19:15:57.1778091Z [00:02:03.317]➜  			"metadatas/sas/UpdateHoneypot.json",
2025-08-20T19:15:57.1778433Z [00:02:03.317]➜  			"metadatas/sas/UpdateHoneypotNode.json",
2025-08-20T19:15:57.1778759Z [00:02:03.317]➜  			"metadatas/sas/UpdateHoneypotPreset.json",
2025-08-20T19:15:57.1779085Z [00:02:03.317]➜  			"metadatas/sas/UpdateHoneypotProbe.json",
2025-08-20T19:15:57.1779428Z [00:02:03.317]➜  			"metadatas/sas/UpdateHoneypotProbeBind.json",
2025-08-20T19:15:57.1779860Z [00:02:03.317]➜  			"metadatas/sas/UpdateHybridProxy.json",
2025-08-20T19:15:57.1780243Z [00:02:03.317]➜  			"metadatas/sas/UpdateImageEventOperation.json",
2025-08-20T19:15:57.1780646Z [00:02:03.317]➜  			"metadatas/sas/UpdateImageVulWhitelistTarget.json",
2025-08-20T19:15:57.1781038Z [00:02:03.317]➜  			"metadatas/sas/UpdateJenkinsImageRegistryName.json",
2025-08-20T19:15:57.1781528Z [00:02:03.317]➜  			"metadatas/sas/UpdateJenkinsImageRegistryPersistenceDay.json",
2025-08-20T19:15:57.1782072Z [00:02:03.317]➜  			"metadatas/sas/UpdateMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:57.1782591Z [00:02:03.317]➜  			"metadatas/sas/UpdateOpaStrategyNew.json",
2025-08-20T19:15:57.1782933Z [00:02:03.317]➜  			"metadatas/sas/UpdateOssScanConfig.json",
2025-08-20T19:15:57.1783277Z [00:02:03.317]➜  			"metadatas/sas/UpdatePostPaidBindRel.json",
2025-08-20T19:15:57.1783623Z [00:02:03.317]➜  			"metadatas/sas/UpdatePublishAutoUpgrade.json",
2025-08-20T19:15:57.1783947Z [00:02:03.317]➜  			"metadatas/sas/UpdatePublishBatch.json",
2025-08-20T19:15:57.1784243Z [00:02:03.317]➜  			"metadatas/sas/UpdatePublishCron.json",
2025-08-20T19:15:57.1784592Z [00:02:03.317]➜  			"metadatas/sas/UpdatePublishGraySwitch.json",
2025-08-20T19:15:57.1784939Z [00:02:03.317]➜  			"metadatas/sas/UpdateSelectionKeyByType.json",
2025-08-20T19:15:57.1785281Z [00:02:03.317]➜  			"metadatas/sas/UpdateStrictEventName.json",
2025-08-20T19:15:57.1785619Z [00:02:03.317]➜  			"metadatas/sas/UpdateTargetListByBatch.json",
2025-08-20T19:15:57.1785938Z [00:02:03.317]➜  			"metadatas/sas/UpdateWhiteList.json",
2025-08-20T19:15:57.1786398Z [00:02:03.317]➜  			"metadatas/sas/UpdateWhiteListStrategyStatus.json",
2025-08-20T19:15:57.1786758Z [00:02:03.317]➜  			"metadatas/sas/UpgradeBackupPolicyVersion.json",
2025-08-20T19:15:57.1787067Z [00:02:03.317]➜  			"metadatas/sas/UpgradeHoneypotNode.json",
2025-08-20T19:15:57.1787402Z [00:02:03.317]➜  			"metadatas/sas/UpgradeVersionByUuids.json",
2025-08-20T19:15:57.1787744Z [00:02:03.317]➜  			"metadatas/sas/UploadedHoneyPotFile.json",
2025-08-20T19:15:57.1788056Z [00:02:03.317]➜  			"metadatas/sas/ValidateHcWarnings.json",
2025-08-20T19:15:57.1788574Z [00:02:03.317]➜  			"metadatas/sas/VerifyCheckCustomConfig.json",
2025-08-20T19:15:57.1788928Z [00:02:03.317]➜  			"metadatas/sas/VerifyCheckInstanceResult.json",
2025-08-20T19:15:57.1789231Z [00:02:03.317]➜  			"metadatas/sas/VerifyCheckResult.json",
2025-08-20T19:15:57.1789524Z [00:02:03.317]➜  			"metadatas/scdn/AddScdnDomain.json",
2025-08-20T19:15:57.1790024Z [00:02:03.317]➜  			"metadatas/scdn/BatchDeleteScdnDomainConfigs.json",
2025-08-20T19:15:57.1790386Z [00:02:03.317]➜  			"metadatas/scdn/BatchSetScdnDomainConfigs.json",
2025-08-20T19:15:57.1790709Z [00:02:03.317]➜  			"metadatas/scdn/BatchStartScdnDomain.json",
2025-08-20T19:15:57.1791039Z [00:02:03.317]➜  			"metadatas/scdn/BatchStopScdnDomain.json",
2025-08-20T19:15:57.1791374Z [00:02:03.317]➜  			"metadatas/scdn/BatchUpdateScdnDomain.json",
2025-08-20T19:15:57.1791693Z [00:02:03.317]➜  			"metadatas/scdn/CheckScdnService.json",
2025-08-20T19:15:57.1791994Z [00:02:03.317]➜  			"metadatas/scdn/DeleteScdnDomain.json",
2025-08-20T19:15:57.1792369Z [00:02:03.317]➜  			"metadatas/scdn/DeleteScdnSpecificConfig.json",
2025-08-20T19:15:57.1792870Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnCcInfo.json",
2025-08-20T19:15:57.1793206Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnCcQpsInfo.json",
2025-08-20T19:15:57.1793526Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnCcTopIp.json",
2025-08-20T19:15:57.1793859Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnCcTopUrl.json",
2025-08-20T19:15:57.1794250Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnCertificateDetail.json",
2025-08-20T19:15:57.1794634Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnCertificateList.json",
2025-08-20T19:15:57.1794952Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDDoSInfo.json",
2025-08-20T19:15:57.1795313Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDDoSTrafficInfo.json",
2025-08-20T19:15:57.1795790Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainBpsData.json",
2025-08-20T19:15:57.1796241Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainCertificateInfo.json",
2025-08-20T19:15:57.1796631Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainCname.json",
2025-08-20T19:15:57.1797012Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainConfigs.json",
2025-08-20T19:15:57.1797383Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainDetail.json",
2025-08-20T19:15:57.1797897Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainHitRateData.json",
2025-08-20T19:15:57.1798326Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainHttpCodeData.json",
2025-08-20T19:15:57.1798691Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainIspData.json",
2025-08-20T19:15:57.1799028Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainLog.json",
2025-08-20T19:15:57.1799434Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainOriginBpsData.json",
2025-08-20T19:15:57.1799904Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainOriginTrafficData.json",
2025-08-20T19:15:57.1800255Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainPvData.json",
2025-08-20T19:15:57.1800621Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainQpsData.json",
2025-08-20T19:15:57.1801095Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainRealTimeBpsData.json",
2025-08-20T19:15:57.1801596Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:57.1802061Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:57.1802653Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainRealTimeQpsData.json",
2025-08-20T19:15:57.1803175Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:57.1803636Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:57.1804128Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:57.1804596Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainRealTimeTrafficData.json",
2025-08-20T19:15:57.1804974Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainRegionData.json",
2025-08-20T19:15:57.1805530Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainTopReferVisit.json",
2025-08-20T19:15:57.1805917Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainTopUrlVisit.json",
2025-08-20T19:15:57.1806323Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainTrafficData.json",
2025-08-20T19:15:57.1806812Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnDomainUvData.json",
2025-08-20T19:15:57.1807171Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnRefreshQuota.json",
2025-08-20T19:15:57.1807509Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnRefreshTasks.json",
2025-08-20T19:15:57.1807843Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnService.json",
2025-08-20T19:15:57.1808231Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnTopDomainsByFlow.json",
2025-08-20T19:15:57.1808587Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnUserDomains.json",
2025-08-20T19:15:57.1808960Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnUserProtectInfo.json",
2025-08-20T19:15:57.1809304Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnUserQuota.json",
2025-08-20T19:15:57.1809659Z [00:02:03.318]➜  			"metadatas/scdn/DescribeScdnVerifyContent.json",
2025-08-20T19:15:57.1810017Z [00:02:03.318]➜  			"metadatas/scdn/PreloadScdnObjectCaches.json",
2025-08-20T19:15:57.1810374Z [00:02:03.318]➜  			"metadatas/scdn/RefreshScdnObjectCaches.json",
2025-08-20T19:15:57.1810693Z [00:02:03.318]➜  			"metadatas/scdn/SetScdnBotInfo.json",
2025-08-20T19:15:57.1810985Z [00:02:03.318]➜  			"metadatas/scdn/SetScdnCcInfo.json",
2025-08-20T19:15:57.1811296Z [00:02:03.318]➜  			"metadatas/scdn/SetScdnDDoSInfo.json",
2025-08-20T19:15:57.1811654Z [00:02:03.318]➜  			"metadatas/scdn/SetScdnDomainCertificate.json",
2025-08-20T19:15:57.1811954Z [00:02:03.318]➜  			"metadatas/scdn/StartScdnDomain.json",
2025-08-20T19:15:57.1812348Z [00:02:03.318]➜  			"metadatas/scdn/StopScdnDomain.json",
2025-08-20T19:15:57.1812863Z [00:02:03.318]➜  			"metadatas/scdn/UpdateScdnDomain.json",
2025-08-20T19:15:57.1813202Z [00:02:03.318]➜  			"metadatas/scdn/VerifyScdnDomainOwner.json",
2025-08-20T19:15:57.1813538Z [00:02:03.318]➜  			"metadatas/schedulerx2/BatchDeleteJobs.json",
2025-08-20T19:15:57.1813928Z [00:02:03.318]➜  			"metadatas/schedulerx2/BatchDeleteRouteStrategy.json",
2025-08-20T19:15:57.1814379Z [00:02:03.318]➜  			"metadatas/schedulerx2/BatchDisableJobs.json",
2025-08-20T19:15:57.1814724Z [00:02:03.318]➜  			"metadatas/schedulerx2/BatchEnableJobs.json",
2025-08-20T19:15:57.1815046Z [00:02:03.318]➜  			"metadatas/schedulerx2/CreateAppGroup.json",
2025-08-20T19:15:57.1815334Z [00:02:03.318]➜  			"metadatas/schedulerx2/CreateJob.json",
2025-08-20T19:15:57.1815666Z [00:02:03.318]➜  			"metadatas/schedulerx2/CreateNamespace.json",
2025-08-20T19:15:57.1816030Z [00:02:03.318]➜  			"metadatas/schedulerx2/CreateRouteStrategy.json",
2025-08-20T19:15:57.1816360Z [00:02:03.318]➜  			"metadatas/schedulerx2/CreateWorkflow.json",
2025-08-20T19:15:57.1816671Z [00:02:03.318]➜  			"metadatas/schedulerx2/DeleteAppGroup.json",
2025-08-20T19:15:57.1816974Z [00:02:03.318]➜  			"metadatas/schedulerx2/DeleteJob.json",
2025-08-20T19:15:57.1817292Z [00:02:03.318]➜  			"metadatas/schedulerx2/DeleteNamespace.json",
2025-08-20T19:15:57.1817660Z [00:02:03.318]➜  			"metadatas/schedulerx2/DeleteRouteStrategy.json",
2025-08-20T19:15:57.1817993Z [00:02:03.318]➜  			"metadatas/schedulerx2/DeleteWorkflow.json",
2025-08-20T19:15:57.1818337Z [00:02:03.318]➜  			"metadatas/schedulerx2/DescribeRegions.json",
2025-08-20T19:15:57.1818674Z [00:02:03.318]➜  			"metadatas/schedulerx2/DesignateWorkers.json",
2025-08-20T19:15:57.1818984Z [00:02:03.318]➜  			"metadatas/schedulerx2/DisableJob.json",
2025-08-20T19:15:57.1819319Z [00:02:03.318]➜  			"metadatas/schedulerx2/DisableWorkflow.json",
2025-08-20T19:15:57.1819635Z [00:02:03.318]➜  			"metadatas/schedulerx2/EnableJob.json",
2025-08-20T19:15:57.1819973Z [00:02:03.318]➜  			"metadatas/schedulerx2/EnableWorkflow.json",
2025-08-20T19:15:57.1820273Z [00:02:03.318]➜  			"metadatas/schedulerx2/ExecuteJob.json",
2025-08-20T19:15:57.1820756Z [00:02:03.318]➜  			"metadatas/schedulerx2/ExecuteWorkflow.json",
2025-08-20T19:15:57.1821073Z [00:02:03.318]➜  			"metadatas/schedulerx2/GetAppGroup.json",
2025-08-20T19:15:57.1821395Z [00:02:03.318]➜  			"metadatas/schedulerx2/GetJobInfo.json",
2025-08-20T19:15:57.1821741Z [00:02:03.318]➜  			"metadatas/schedulerx2/GetJobInstance.json",
2025-08-20T19:15:57.1822238Z [00:02:03.318]➜  			"metadatas/schedulerx2/GetJobInstanceList.json",
2025-08-20T19:15:57.1822743Z [00:02:03.318]➜  			"metadatas/schedulerx2/GetLog.json",
2025-08-20T19:15:57.1823085Z [00:02:03.318]➜  			"metadatas/schedulerx2/GetOverview.json",
2025-08-20T19:15:57.1823398Z [00:02:03.318]➜  			"metadatas/schedulerx2/GetWorkFlow.json",
2025-08-20T19:15:57.1823746Z [00:02:03.318]➜  			"metadatas/schedulerx2/GetWorkerList.json",
2025-08-20T19:15:57.1824136Z [00:02:03.318]➜  			"metadatas/schedulerx2/GetWorkflowInstance.json",
2025-08-20T19:15:57.1824478Z [00:02:03.318]➜  			"metadatas/schedulerx2/GrantPermission.json",
2025-08-20T19:15:57.1824795Z [00:02:03.318]➜  			"metadatas/schedulerx2/ListGroups.json",
2025-08-20T19:15:57.1825179Z [00:02:03.318]➜  			"metadatas/schedulerx2/ListJobScriptHistory.json",
2025-08-20T19:15:57.1825471Z [00:02:03.318]➜  			"metadatas/schedulerx2/ListJobs.json",
2025-08-20T19:15:57.1825808Z [00:02:03.318]➜  			"metadatas/schedulerx2/ListNamespaces.json",
2025-08-20T19:15:57.1826178Z [00:02:03.318]➜  			"metadatas/schedulerx2/ListWorkflowInstance.json",
2025-08-20T19:15:57.1826580Z [00:02:03.318]➜  			"metadatas/schedulerx2/ManageSchedulerxJobSync.json",
2025-08-20T19:15:57.1827034Z [00:02:03.318]➜  			"metadatas/schedulerx2/ReadSchedulerxDesignateDetail.json",
2025-08-20T19:15:57.1827468Z [00:02:03.318]➜  			"metadatas/schedulerx2/ReadSchedulerxDesignateInfo.json",
2025-08-20T19:15:57.1827906Z [00:02:03.318]➜  			"metadatas/schedulerx2/RerunJob.json",
2025-08-20T19:15:57.1828298Z [00:02:03.318]➜  			"metadatas/schedulerx2/RetryJobInstance.json",
2025-08-20T19:15:57.1828655Z [00:02:03.318]➜  			"metadatas/schedulerx2/RevokePermission.json",
2025-08-20T19:15:57.1829046Z [00:02:03.318]➜  			"metadatas/schedulerx2/SetJobInstanceSuccess.json",
2025-08-20T19:15:57.1829419Z [00:02:03.318]➜  			"metadatas/schedulerx2/SetWfInstanceSuccess.json",
2025-08-20T19:15:57.1829768Z [00:02:03.318]➜  			"metadatas/schedulerx2/StopInstance.json",
2025-08-20T19:15:57.1830256Z [00:02:03.318]➜  			"metadatas/schedulerx2/UpdateAppGroup.json",
2025-08-20T19:15:57.1830609Z [00:02:03.318]➜  			"metadatas/schedulerx2/UpdateJob.json",
2025-08-20T19:15:57.1830963Z [00:02:03.318]➜  			"metadatas/schedulerx2/UpdateJobScript.json",
2025-08-20T19:15:57.1831315Z [00:02:03.318]➜  			"metadatas/schedulerx2/UpdateNamespace.json",
2025-08-20T19:15:57.1831652Z [00:02:03.318]➜  			"metadatas/schedulerx2/UpdateWorkflow.json",
2025-08-20T19:15:57.1832028Z [00:02:03.318]➜  			"metadatas/schedulerx2/UpdateWorkflowDag.json",
2025-08-20T19:15:57.1832323Z [00:02:03.318]➜  			"metadatas/sddp/CreateConfig.json",
2025-08-20T19:15:57.1832847Z [00:02:03.318]➜  			"metadatas/sddp/CreateDataLimit.json",
2025-08-20T19:15:57.1833137Z [00:02:03.318]➜  			"metadatas/sddp/CreateRule.json",
2025-08-20T19:15:57.1833434Z [00:02:03.318]➜  			"metadatas/sddp/CreateScanTask.json",
2025-08-20T19:15:57.1833733Z [00:02:03.318]➜  			"metadatas/sddp/CreateSlrRole.json",
2025-08-20T19:15:57.1834060Z [00:02:03.318]➜  			"metadatas/sddp/DeleteDataLimit.json",
2025-08-20T19:15:57.1834354Z [00:02:03.318]➜  			"metadatas/sddp/DeleteRule.json",
2025-08-20T19:15:57.1834685Z [00:02:03.318]➜  			"metadatas/sddp/DescribeAuditLogs.json",
2025-08-20T19:15:57.1835102Z [00:02:03.318]➜  			"metadatas/sddp/DescribeCategoryTemplateList.json",
2025-08-20T19:15:57.1835555Z [00:02:03.318]➜  			"metadatas/sddp/DescribeCategoryTemplateRuleList.json",
2025-08-20T19:15:57.1835881Z [00:02:03.318]➜  			"metadatas/sddp/DescribeColumns.json",
2025-08-20T19:15:57.1836216Z [00:02:03.318]➜  			"metadatas/sddp/DescribeColumnsV2.json",
2025-08-20T19:15:57.1836523Z [00:02:03.318]➜  			"metadatas/sddp/DescribeConfigs.json",
2025-08-20T19:15:57.1837014Z [00:02:03.318]➜  			"metadatas/sddp/DescribeDataAssets.json",
2025-08-20T19:15:57.1837383Z [00:02:03.318]➜  			"metadatas/sddp/DescribeDataLimitDetail.json",
2025-08-20T19:15:57.1837726Z [00:02:03.318]➜  			"metadatas/sddp/DescribeDataLimitSet.json",
2025-08-20T19:15:57.1838053Z [00:02:03.318]➜  			"metadatas/sddp/DescribeDataLimits.json",
2025-08-20T19:15:57.1838601Z [00:02:03.318]➜  			"metadatas/sddp/DescribeDataMaskingRunHistory.json",
2025-08-20T19:15:57.1838988Z [00:02:03.318]➜  			"metadatas/sddp/DescribeDataMaskingTasks.json",
2025-08-20T19:15:57.1839410Z [00:02:03.318]➜  			"metadatas/sddp/DescribeDataObjectColumnDetail.json",
2025-08-20T19:15:57.1839854Z [00:02:03.318]➜  			"metadatas/sddp/DescribeDataObjectColumnDetailV2.json",
2025-08-20T19:15:57.1840197Z [00:02:03.318]➜  			"metadatas/sddp/DescribeDataObjects.json",
2025-08-20T19:15:57.1840519Z [00:02:03.318]➜  			"metadatas/sddp/DescribeDocTypes.json",
2025-08-20T19:15:57.1840851Z [00:02:03.318]➜  			"metadatas/sddp/DescribeEventDetail.json",
2025-08-20T19:15:57.1841180Z [00:02:03.318]➜  			"metadatas/sddp/DescribeEventTypes.json",
2025-08-20T19:15:57.1841498Z [00:02:03.318]➜  			"metadatas/sddp/DescribeEvents.json",
2025-08-20T19:15:57.1841889Z [00:02:03.318]➜  			"metadatas/sddp/DescribeIdentifyTaskStatus.json",
2025-08-20T19:15:57.1842263Z [00:02:03.318]➜  			"metadatas/sddp/DescribeInstanceSources.json",
2025-08-20T19:15:57.1842774Z [00:02:03.318]➜  			"metadatas/sddp/DescribeInstances.json",
2025-08-20T19:15:57.1843145Z [00:02:03.318]➜  			"metadatas/sddp/DescribeOssObjectDetail.json",
2025-08-20T19:15:57.1843534Z [00:02:03.318]➜  			"metadatas/sddp/DescribeOssObjectDetailV2.json",
2025-08-20T19:15:57.1843863Z [00:02:03.318]➜  			"metadatas/sddp/DescribeOssObjects.json",
2025-08-20T19:15:57.1844325Z [00:02:03.318]➜  			"metadatas/sddp/DescribePackages.json",
2025-08-20T19:15:57.1844705Z [00:02:03.318]➜  			"metadatas/sddp/DescribeParentInstance.json",
2025-08-20T19:15:57.1845058Z [00:02:03.318]➜  			"metadatas/sddp/DescribeRiskLevels.json",
2025-08-20T19:15:57.1845359Z [00:02:03.318]➜  			"metadatas/sddp/DescribeRules.json",
2025-08-20T19:15:57.1845665Z [00:02:03.318]➜  			"metadatas/sddp/DescribeTables.json",
2025-08-20T19:15:57.1846022Z [00:02:03.318]➜  			"metadatas/sddp/DescribeTemplateAllRules.json",
2025-08-20T19:15:57.1846478Z [00:02:03.318]➜  			"metadatas/sddp/DescribeUserStatus.json",
2025-08-20T19:15:57.1846843Z [00:02:03.318]➜  			"metadatas/sddp/DisableUserConfig.json",
2025-08-20T19:15:57.1847157Z [00:02:03.318]➜  			"metadatas/sddp/ExecDatamask.json",
2025-08-20T19:15:57.1847552Z [00:02:03.318]➜  			"metadatas/sddp/ManualTriggerMaskingProcess.json",
2025-08-20T19:15:57.1847861Z [00:02:03.318]➜  			"metadatas/sddp/ModifyDataLimit.json",
2025-08-20T19:15:57.1848192Z [00:02:03.318]➜  			"metadatas/sddp/ModifyDefaultLevel.json",
2025-08-20T19:15:57.1848514Z [00:02:03.318]➜  			"metadatas/sddp/ModifyEventStatus.json",
2025-08-20T19:15:57.1848869Z [00:02:03.318]➜  			"metadatas/sddp/ModifyEventTypeStatus.json",
2025-08-20T19:15:57.1849243Z [00:02:03.318]➜  			"metadatas/sddp/ModifyReportTaskStatus.json",
2025-08-20T19:15:57.1849544Z [00:02:03.318]➜  			"metadatas/sddp/ModifyRule.json",
2025-08-20T19:15:57.1849873Z [00:02:03.318]➜  			"metadatas/sddp/ModifyRuleStatus.json",
2025-08-20T19:15:57.1850201Z [00:02:03.318]➜  			"metadatas/sddp/ScanOssObjectV1.json",
2025-08-20T19:15:57.1850547Z [00:02:03.318]➜  			"metadatas/sddp/StopMaskingProcess.json",
2025-08-20T19:15:57.1850856Z [00:02:03.319]➜  			"metadatas/searchengine/BuildIndex.json",
2025-08-20T19:15:57.1851236Z [00:02:03.319]➜  			"metadatas/searchengine/ChangeResourceGroup.json",
2025-08-20T19:15:57.1851596Z [00:02:03.319]➜  			"metadatas/searchengine/CloneSqlInstance.json",
2025-08-20T19:15:57.1851936Z [00:02:03.319]➜  			"metadatas/searchengine/CreateAlias.json",
2025-08-20T19:15:57.1852296Z [00:02:03.319]➜  			"metadatas/searchengine/CreateCluster.json",
2025-08-20T19:15:57.1852820Z [00:02:03.319]➜  			"metadatas/searchengine/CreateConfigDir.json",
2025-08-20T19:15:57.1853320Z [00:02:03.319]➜  			"metadatas/searchengine/CreateConfigFile.json",
2025-08-20T19:15:57.1853682Z [00:02:03.319]➜  			"metadatas/searchengine/CreateDataSource.json",
2025-08-20T19:15:57.1854018Z [00:02:03.319]➜  			"metadatas/searchengine/CreateFolder.json",
2025-08-20T19:15:57.1854354Z [00:02:03.319]➜  			"metadatas/searchengine/CreateIndex.json",
2025-08-20T19:15:57.1854851Z [00:02:03.319]➜  			"metadatas/searchengine/CreateInstance.json",
2025-08-20T19:15:57.1855188Z [00:02:03.319]➜  			"metadatas/searchengine/CreateModel.json",
2025-08-20T19:15:57.1855546Z [00:02:03.319]➜  			"metadatas/searchengine/CreatePublicUrl.json",
2025-08-20T19:15:57.1855919Z [00:02:03.319]➜  			"metadatas/searchengine/CreateSqlInstance.json",
2025-08-20T19:15:57.1856259Z [00:02:03.319]➜  			"metadatas/searchengine/CreateTable.json",
2025-08-20T19:15:57.1856590Z [00:02:03.319]➜  			"metadatas/searchengine/DebugModel.json",
2025-08-20T19:15:57.1856973Z [00:02:03.319]➜  			"metadatas/searchengine/DeleteAdvanceConfig.json",
2025-08-20T19:15:57.1857314Z [00:02:03.319]➜  			"metadatas/searchengine/DeleteAlias.json",
2025-08-20T19:15:57.1857661Z [00:02:03.319]➜  			"metadatas/searchengine/DeleteConfigDir.json",
2025-08-20T19:15:57.1858026Z [00:02:03.319]➜  			"metadatas/searchengine/DeleteConfigFile.json",
2025-08-20T19:15:57.1858414Z [00:02:03.319]➜  			"metadatas/searchengine/DeleteDataSource.json",
2025-08-20T19:15:57.1858744Z [00:02:03.319]➜  			"metadatas/searchengine/DeleteFolder.json",
2025-08-20T19:15:57.1859070Z [00:02:03.319]➜  			"metadatas/searchengine/DeleteIndex.json",
2025-08-20T19:15:57.1859440Z [00:02:03.319]➜  			"metadatas/searchengine/DeleteIndexVersion.json",
2025-08-20T19:15:57.1859790Z [00:02:03.319]➜  			"metadatas/searchengine/DeleteInstance.json",
2025-08-20T19:15:57.1860259Z [00:02:03.319]➜  			"metadatas/searchengine/DeleteModel.json",
2025-08-20T19:15:57.1860636Z [00:02:03.319]➜  			"metadatas/searchengine/DeletePublicUrl.json",
2025-08-20T19:15:57.1861014Z [00:02:03.319]➜  			"metadatas/searchengine/DeleteSqlInstance.json",
2025-08-20T19:15:57.1861348Z [00:02:03.319]➜  			"metadatas/searchengine/DeleteTable.json",
2025-08-20T19:15:57.1861708Z [00:02:03.319]➜  			"metadatas/searchengine/DescribeRegions.json",
2025-08-20T19:15:57.1862100Z [00:02:03.319]➜  			"metadatas/searchengine/ExecuteSqlInstance.json",
2025-08-20T19:15:57.1862817Z [00:02:03.319]➜  			"metadatas/searchengine/ForceSwitch.json",
2025-08-20T19:15:57.1863216Z [00:02:03.319]➜  			"metadatas/searchengine/GetAdvanceConfig.json",
2025-08-20T19:15:57.1863616Z [00:02:03.319]➜  			"metadatas/searchengine/GetAdvanceConfigFile.json",
2025-08-20T19:15:57.1863963Z [00:02:03.319]➜  			"metadatas/searchengine/GetCluster.json",
2025-08-20T19:15:57.1864363Z [00:02:03.319]➜  			"metadatas/searchengine/GetClusterRunTimeInfo.json",
2025-08-20T19:15:57.1864734Z [00:02:03.319]➜  			"metadatas/searchengine/GetDataSource.json",
2025-08-20T19:15:57.1865136Z [00:02:03.319]➜  			"metadatas/searchengine/GetDataSourceDeploy.json",
2025-08-20T19:15:57.1865684Z [00:02:03.319]➜  			"metadatas/searchengine/GetDatabaseSchema.json",
2025-08-20T19:15:57.1866040Z [00:02:03.319]➜  			"metadatas/searchengine/GetDeployGraph.json",
2025-08-20T19:15:57.1866341Z [00:02:03.319]➜  			"metadatas/searchengine/GetFile.json",
2025-08-20T19:15:57.1866642Z [00:02:03.319]➜  			"metadatas/searchengine/GetIndex.json",
2025-08-20T19:15:57.1867054Z [00:02:03.319]➜  			"metadatas/searchengine/GetIndexOnlineStrategy.json",
2025-08-20T19:15:57.1867406Z [00:02:03.319]➜  			"metadatas/searchengine/GetIndexVersion.json",
2025-08-20T19:15:57.1867732Z [00:02:03.319]➜  			"metadatas/searchengine/GetInstance.json",
2025-08-20T19:15:57.1868038Z [00:02:03.319]➜  			"metadatas/searchengine/GetModel.json",
2025-08-20T19:15:57.1868383Z [00:02:03.319]➜  			"metadatas/searchengine/GetNodeConfig.json",
2025-08-20T19:15:57.1868753Z [00:02:03.319]➜  			"metadatas/searchengine/GetSqlInstance.json",
2025-08-20T19:15:57.1869083Z [00:02:03.319]➜  			"metadatas/searchengine/GetTable.json",
2025-08-20T19:15:57.1869469Z [00:02:03.319]➜  			"metadatas/searchengine/GetTableGeneration.json",
2025-08-20T19:15:57.1869865Z [00:02:03.319]➜  			"metadatas/searchengine/ListAdvanceConfigDir.json",
2025-08-20T19:15:57.1870236Z [00:02:03.319]➜  			"metadatas/searchengine/ListAdvanceConfigs.json",
2025-08-20T19:15:57.1870587Z [00:02:03.319]➜  			"metadatas/searchengine/ListAliases.json",
2025-08-20T19:15:57.1871108Z [00:02:03.319]➜  			"metadatas/searchengine/ListClusterNames.json",
2025-08-20T19:15:57.1871490Z [00:02:03.319]➜  			"metadatas/searchengine/ListClusterTasks.json",
2025-08-20T19:15:57.1871828Z [00:02:03.319]➜  			"metadatas/searchengine/ListClusters.json",
2025-08-20T19:15:57.1872227Z [00:02:03.319]➜  			"metadatas/searchengine/ListDataSourceSchemas.json",
2025-08-20T19:15:57.1873016Z [00:02:03.319]➜  			"metadatas/searchengine/ListDataSourceTasks.json",
2025-08-20T19:15:57.1873434Z [00:02:03.319]➜  			"metadatas/searchengine/ListDataSources.json",
2025-08-20T19:15:57.1873797Z [00:02:03.319]➜  			"metadatas/searchengine/ListDatabases.json",
2025-08-20T19:15:57.1874244Z [00:02:03.319]➜  			"metadatas/searchengine/ListDateSourceGenerations.json",
2025-08-20T19:15:57.1874658Z [00:02:03.319]➜  			"metadatas/searchengine/ListIndexRecoverRecords.json",
2025-08-20T19:15:57.1875006Z [00:02:03.319]➜  			"metadatas/searchengine/ListIndexes.json",
2025-08-20T19:15:57.1875404Z [00:02:03.319]➜  			"metadatas/searchengine/ListInstanceSpecs.json",
2025-08-20T19:15:57.1875752Z [00:02:03.319]➜  			"metadatas/searchengine/ListInstances.json",
2025-08-20T19:15:57.1876067Z [00:02:03.319]➜  			"metadatas/searchengine/ListLogs.json",
2025-08-20T19:15:57.1876400Z [00:02:03.319]➜  			"metadatas/searchengine/ListModels.json",
2025-08-20T19:15:57.1876770Z [00:02:03.319]➜  			"metadatas/searchengine/ListOnlineConfigs.json",
2025-08-20T19:15:57.1877156Z [00:02:03.319]➜  			"metadatas/searchengine/ListPausePolicys.json",
2025-08-20T19:15:57.1877538Z [00:02:03.319]➜  			"metadatas/searchengine/ListPostQueryResult.json",
2025-08-20T19:15:57.1877912Z [00:02:03.319]➜  			"metadatas/searchengine/ListQueryResult.json",
2025-08-20T19:15:57.1878298Z [00:02:03.319]➜  			"metadatas/searchengine/ListRestQueryResult.json",
2025-08-20T19:15:57.1878635Z [00:02:03.319]➜  			"metadatas/searchengine/ListSchemas.json",
2025-08-20T19:15:57.1879150Z [00:02:03.319]➜  			"metadatas/searchengine/ListTableGenerations.json",
2025-08-20T19:15:57.1879500Z [00:02:03.319]➜  			"metadatas/searchengine/ListTables.json",
2025-08-20T19:15:57.1879865Z [00:02:03.319]➜  			"metadatas/searchengine/ListTagResources.json",
2025-08-20T19:15:57.1880180Z [00:02:03.319]➜  			"metadatas/searchengine/ListTasks.json",
2025-08-20T19:15:57.1880579Z [00:02:03.319]➜  			"metadatas/searchengine/ListVectorQueryResult.json",
2025-08-20T19:15:57.1880954Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyAdvanceConfig.json",
2025-08-20T19:15:57.1881396Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyAdvanceConfigFile.json",
2025-08-20T19:15:57.1881891Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyAlias.json",
2025-08-20T19:15:57.1882267Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyClusterDesc.json",
2025-08-20T19:15:57.1882943Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyClusterOfflineConfig.json",
2025-08-20T19:15:57.1883407Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyClusterOnlineConfig.json",
2025-08-20T19:15:57.1883827Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyDataSourceDeploy.json",
2025-08-20T19:15:57.1884153Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyFile.json",
2025-08-20T19:15:57.1884467Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyIndex.json",
2025-08-20T19:15:57.1884883Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyIndexOnlineStrategy.json",
2025-08-20T19:15:57.1885263Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyIndexPartition.json",
2025-08-20T19:15:57.1885653Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyIndexVersion.json",
2025-08-20T19:15:57.1885976Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyModel.json",
2025-08-20T19:15:57.1886348Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyNodeConfig.json",
2025-08-20T19:15:57.1886713Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyOnlineConfig.json",
2025-08-20T19:15:57.1887052Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyPassword.json",
2025-08-20T19:15:57.1887396Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyPausePolicy.json",
2025-08-20T19:15:57.1887927Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyPublicUrlIpList.json",
2025-08-20T19:15:57.1888307Z [00:02:03.319]➜  			"metadatas/searchengine/ModifySearcherReplica.json",
2025-08-20T19:15:57.1888636Z [00:02:03.319]➜  			"metadatas/searchengine/ModifyTable.json",
2025-08-20T19:15:57.1889023Z [00:02:03.319]➜  			"metadatas/searchengine/PublishAdvanceConfig.json",
2025-08-20T19:15:57.1889535Z [00:02:03.319]➜  			"metadatas/searchengine/PublishIndexVersion.json",
2025-08-20T19:15:57.1889904Z [00:02:03.319]➜  			"metadatas/searchengine/PushDocuments.json",
2025-08-20T19:15:57.1890264Z [00:02:03.319]➜  			"metadatas/searchengine/RecoverIndex.json",
2025-08-20T19:15:57.1890570Z [00:02:03.319]➜  			"metadatas/searchengine/Reindex.json",
2025-08-20T19:15:57.1890915Z [00:02:03.319]➜  			"metadatas/searchengine/RemoveCluster.json",
2025-08-20T19:15:57.1891237Z [00:02:03.319]➜  			"metadatas/searchengine/RenameFolder.json",
2025-08-20T19:15:57.1891584Z [00:02:03.319]➜  			"metadatas/searchengine/StartIndex.json",
2025-08-20T19:15:57.1891899Z [00:02:03.319]➜  			"metadatas/searchengine/StopIndex.json",
2025-08-20T19:15:57.1892209Z [00:02:03.319]➜  			"metadatas/searchengine/StopTask.json",
2025-08-20T19:15:57.1892662Z [00:02:03.319]➜  			"metadatas/searchengine/TagResources.json",
2025-08-20T19:15:57.1893015Z [00:02:03.319]➜  			"metadatas/searchengine/UntagResources.json",
2025-08-20T19:15:57.1893328Z [00:02:03.319]➜  			"metadatas/searchengine/UpdateInstance.json",
2025-08-20T19:15:57.1893814Z [00:02:03.319]➜  			"metadatas/searchengine/UpdateSqlInstanceContent.json",
2025-08-20T19:15:57.1894197Z [00:02:03.319]➜  			"metadatas/searchengine/UpdateSqlInstanceName.json",
2025-08-20T19:15:57.1894588Z [00:02:03.319]➜  			"metadatas/searchengine/UpdateSqlInstanceParams.json",
2025-08-20T19:15:57.1894945Z [00:02:03.319]➜  			"metadatas/servicemesh/AddClusterIntoServiceMesh.json",
2025-08-20T19:15:57.1895409Z [00:02:03.319]➜  			"metadatas/servicemesh/AddVMIntoServiceMesh.json",
2025-08-20T19:15:57.1895761Z [00:02:03.319]➜  			"metadatas/servicemesh/CreateASMGateway.json",
2025-08-20T19:15:57.1896110Z [00:02:03.319]➜  			"metadatas/servicemesh/CreateGatewaySecret.json",
2025-08-20T19:15:57.1896499Z [00:02:03.319]➜  			"metadatas/servicemesh/CreateIstioGatewayDomains.json",
2025-08-20T19:15:57.1896890Z [00:02:03.319]➜  			"metadatas/servicemesh/CreateIstioGatewayRoutes.json",
2025-08-20T19:15:57.1897253Z [00:02:03.319]➜  			"metadatas/servicemesh/CreateServiceMesh.json",
2025-08-20T19:15:57.1897617Z [00:02:03.319]➜  			"metadatas/servicemesh/CreateSwimLane.json",
2025-08-20T19:15:57.1898108Z [00:02:03.319]➜  			"metadatas/servicemesh/CreateSwimLaneGroup.json",
2025-08-20T19:15:57.1898425Z [00:02:03.319]➜  			"metadatas/servicemesh/CreateWaypoint.json",
2025-08-20T19:15:57.1898769Z [00:02:03.319]➜  			"metadatas/servicemesh/DeleteGatewayRoute.json",
2025-08-20T19:15:57.1899151Z [00:02:03.319]➜  			"metadatas/servicemesh/DeleteGatewaySecret.json",
2025-08-20T19:15:57.1899582Z [00:02:03.319]➜  			"metadatas/servicemesh/DeleteIstioGatewayDomains.json",
2025-08-20T19:15:57.1899937Z [00:02:03.319]➜  			"metadatas/servicemesh/DeleteServiceMesh.json",
2025-08-20T19:15:57.1900271Z [00:02:03.319]➜  			"metadatas/servicemesh/DeleteSwimLane.json",
2025-08-20T19:15:57.1900655Z [00:02:03.319]➜  			"metadatas/servicemesh/DeleteSwimLaneGroup.json",
2025-08-20T19:15:57.1901035Z [00:02:03.319]➜  			"metadatas/servicemesh/DeleteWaypoint.json",
2025-08-20T19:15:57.1901570Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeASMGatewayImportedServices.json",
2025-08-20T19:15:57.1901962Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeCCMVersion.json",
2025-08-20T19:15:57.1902301Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeCens.json",
2025-08-20T19:15:57.1902855Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeClusterGrafana.json",
2025-08-20T19:15:57.1903277Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeClusterPrometheus.json",
2025-08-20T19:15:57.1903732Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeClustersInServiceMesh.json",
2025-08-20T19:15:57.1904277Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeCrTemplates.json",
2025-08-20T19:15:57.1904648Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeEipResources.json",
2025-08-20T19:15:57.1905103Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeGatewaySecretDetails.json",
2025-08-20T19:15:57.1905672Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeGuestClusterAccessLogDashboards.json",
2025-08-20T19:15:57.1906270Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeGuestClusterNamespaces.json",
2025-08-20T19:15:57.1906709Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeGuestClusterPods.json",
2025-08-20T19:15:57.1907176Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeImportedServicesDetail.json",
2025-08-20T19:15:57.1907597Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeIstioGatewayDomains.json",
2025-08-20T19:15:57.1908073Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeIstioGatewayRouteDetail.json",
2025-08-20T19:15:57.1908490Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeIstioGatewayRoutes.json",
2025-08-20T19:15:57.1908960Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeMeshMultiClusterNetwork.json",
2025-08-20T19:15:57.1909292Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeMetadata.json",
2025-08-20T19:15:57.1909774Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeNamespaceScopeSidecarConfig.json",
2025-08-20T19:15:57.1910187Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeNodesInstanceType.json",
2025-08-20T19:15:57.1910564Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeReusableSlb.json",
2025-08-20T19:15:57.1911090Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeServiceMeshAdditionalStatus.json",
2025-08-20T19:15:57.1911553Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeServiceMeshClusters.json",
2025-08-20T19:15:57.1911992Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeServiceMeshDetail.json",
2025-08-20T19:15:57.1912799Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeServiceMeshKubeconfig.json",
2025-08-20T19:15:57.1913285Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeServiceMeshLogs.json",
2025-08-20T19:15:57.1913767Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeServiceMeshProxyStatus.json",
2025-08-20T19:15:57.1914276Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeServiceMeshUpgradeStatus.json",
2025-08-20T19:15:57.1914653Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeServiceMeshVMs.json",
2025-08-20T19:15:57.1915065Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeServiceMeshes.json",
2025-08-20T19:15:57.1915452Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeUpgradeVersion.json",
2025-08-20T19:15:57.1916018Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeUserPermissions.json",
2025-08-20T19:15:57.1916464Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeUsersWithPermissions.json",
2025-08-20T19:15:57.1916861Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeVMsInServiceMesh.json",
2025-08-20T19:15:57.1917227Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeVSwitches.json",
2025-08-20T19:15:57.1917579Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeVersions.json",
2025-08-20T19:15:57.1917882Z [00:02:03.319]➜  			"metadatas/servicemesh/DescribeVpcs.json",
2025-08-20T19:15:57.1918190Z [00:02:03.319]➜  			"metadatas/servicemesh/GetCaCert.json",
2025-08-20T19:15:57.1918592Z [00:02:03.319]➜  			"metadatas/servicemesh/GetDeploymentBySelector.json",
2025-08-20T19:15:57.1918984Z [00:02:03.320]➜  			"metadatas/servicemesh/GetGrafanaDashboardUrl.json",
2025-08-20T19:15:57.1919439Z [00:02:03.320]➜  			"metadatas/servicemesh/GetRegisteredServiceEndpoints.json",
2025-08-20T19:15:57.1919908Z [00:02:03.320]➜  			"metadatas/servicemesh/GetRegisteredServiceNamespaces.json",
2025-08-20T19:15:57.1920258Z [00:02:03.320]➜  			"metadatas/servicemesh/GetSwimLaneDetail.json",
2025-08-20T19:15:57.1920638Z [00:02:03.320]➜  			"metadatas/servicemesh/GetSwimLaneGroupList.json",
2025-08-20T19:15:57.1921028Z [00:02:03.320]➜  			"metadatas/servicemesh/GetSwimLaneList.json",
2025-08-20T19:15:57.1921816Z [00:02:03.320]➜  			"metadatas/servicemesh/GetVmAppMeshInfo.json",
2025-08-20T19:15:57.1922251Z [00:02:03.320]➜  			"metadatas/servicemesh/GetVmMeta.json",
2025-08-20T19:15:57.1922942Z [00:02:03.320]➜  			"metadatas/servicemesh/GrantUserPermissions.json",
2025-08-20T19:15:57.1923330Z [00:02:03.320]➜  			"metadatas/servicemesh/ListServiceAccounts.json",
2025-08-20T19:15:57.1923835Z [00:02:03.320]➜  			"metadatas/servicemesh/ListTagResources.json",
2025-08-20T19:15:57.1924150Z [00:02:03.320]➜  			"metadatas/servicemesh/ListWaypoints.json",
2025-08-20T19:15:57.1924565Z [00:02:03.320]➜  			"metadatas/servicemesh/ModifyApiServerEipResource.json",
2025-08-20T19:15:57.1924926Z [00:02:03.320]➜  			"metadatas/servicemesh/ModifyPilotEipResource.json",
2025-08-20T19:15:57.1925316Z [00:02:03.320]➜  			"metadatas/servicemesh/ModifyServiceMeshName.json",
2025-08-20T19:15:57.1925706Z [00:02:03.320]➜  			"metadatas/servicemesh/ReActivateAudit.json",
2025-08-20T19:15:57.1926173Z [00:02:03.320]➜  			"metadatas/servicemesh/RemoveClusterFromServiceMesh.json",
2025-08-20T19:15:57.1926564Z [00:02:03.320]➜  			"metadatas/servicemesh/RemoveVMFromServiceMesh.json",
2025-08-20T19:15:57.1926919Z [00:02:03.320]➜  			"metadatas/servicemesh/RevokeKubeconfig.json",
2025-08-20T19:15:57.1927238Z [00:02:03.320]➜  			"metadatas/servicemesh/TagResources.json",
2025-08-20T19:15:57.1927566Z [00:02:03.320]➜  			"metadatas/servicemesh/UntagResources.json",
2025-08-20T19:15:57.1927908Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateASMGateway.json",
2025-08-20T19:15:57.1928396Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateASMGatewayImportedServices.json",
2025-08-20T19:15:57.1928904Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateASMNamespaceFromGuestCluster.json",
2025-08-20T19:15:57.1929332Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateControlPlaneLogConfig.json",
2025-08-20T19:15:57.1929716Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateGuestClusterConfig.json",
2025-08-20T19:15:57.1930248Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateIstioGatewayRoutes.json",
2025-08-20T19:15:57.1930697Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateIstioInjectionConfig.json",
2025-08-20T19:15:57.1931184Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateIstioRouteAdditionalStatus.json",
2025-08-20T19:15:57.1931580Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateMeshCRAggregation.json",
2025-08-20T19:15:57.1931959Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateMeshFeature.json",
2025-08-20T19:15:57.1932573Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateMeshMultiClusterNetwork.json",
2025-08-20T19:15:57.1933186Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateNamespaceScopeSidecarConfig.json",
2025-08-20T19:15:57.1933497Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateSwimLane.json",
2025-08-20T19:15:57.1933875Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateSwimLaneGroup.json",
2025-08-20T19:15:57.1934218Z [00:02:03.320]➜  			"metadatas/servicemesh/UpdateWaypoint.json",
2025-08-20T19:15:57.1934665Z [00:02:03.320]➜  			"metadatas/servicemesh/UpgradeMeshEditionPartially.json",
2025-08-20T19:15:57.1935029Z [00:02:03.320]➜  			"metadatas/servicemesh/UpgradeMeshVersion.json",
2025-08-20T19:15:57.1935401Z [00:02:03.320]➜  			"metadatas/slb/AddAccessControlListEntry.json",
2025-08-20T19:15:57.1935712Z [00:02:03.320]➜  			"metadatas/slb/AddBackendServers.json",
2025-08-20T19:15:57.1936069Z [00:02:03.320]➜  			"metadatas/slb/AddListenerWhiteListItem.json",
2025-08-20T19:15:57.1936347Z [00:02:03.320]➜  			"metadatas/slb/AddTags.json",
2025-08-20T19:15:57.1936748Z [00:02:03.320]➜  			"metadatas/slb/AddVServerGroupBackendServers.json",
2025-08-20T19:15:57.1937099Z [00:02:03.320]➜  			"metadatas/slb/CreateAccessControlList.json",
2025-08-20T19:15:57.1937429Z [00:02:03.320]➜  			"metadatas/slb/CreateDomainExtension.json",
2025-08-20T19:15:57.1937725Z [00:02:03.320]➜  			"metadatas/slb/CreateLoadBalancer.json",
2025-08-20T19:15:57.1938119Z [00:02:03.320]➜  			"metadatas/slb/CreateLoadBalancerHTTPListener.json",
2025-08-20T19:15:57.1938641Z [00:02:03.320]➜  			"metadatas/slb/CreateLoadBalancerHTTPSListener.json",
2025-08-20T19:15:57.1939044Z [00:02:03.320]➜  			"metadatas/slb/CreateLoadBalancerTCPListener.json",
2025-08-20T19:15:57.1939440Z [00:02:03.320]➜  			"metadatas/slb/CreateLoadBalancerUDPListener.json",
2025-08-20T19:15:57.1939835Z [00:02:03.320]➜  			"metadatas/slb/CreateMasterSlaveServerGroup.json",
2025-08-20T19:15:57.1940252Z [00:02:03.320]➜  			"metadatas/slb/CreateRules.json",
2025-08-20T19:15:57.1940627Z [00:02:03.320]➜  			"metadatas/slb/CreateTLSCipherPolicy.json",
2025-08-20T19:15:57.1940963Z [00:02:03.320]➜  			"metadatas/slb/CreateVServerGroup.json",
2025-08-20T19:15:57.1941345Z [00:02:03.320]➜  			"metadatas/slb/DeleteAccessControlList.json",
2025-08-20T19:15:57.1941795Z [00:02:03.320]➜  			"metadatas/slb/DeleteAccessLogsDownloadAttribute.json",
2025-08-20T19:15:57.1942129Z [00:02:03.320]➜  			"metadatas/slb/DeleteCACertificate.json",
2025-08-20T19:15:57.1942755Z [00:02:03.320]➜  			"metadatas/slb/DeleteDomainExtension.json",
2025-08-20T19:15:57.1943114Z [00:02:03.320]➜  			"metadatas/slb/DeleteLoadBalancer.json",
2025-08-20T19:15:57.1943517Z [00:02:03.320]➜  			"metadatas/slb/DeleteLoadBalancerListener.json",
2025-08-20T19:15:57.1943923Z [00:02:03.320]➜  			"metadatas/slb/DeleteMasterSlaveServerGroup.json",
2025-08-20T19:15:57.1944216Z [00:02:03.320]➜  			"metadatas/slb/DeleteRules.json",
2025-08-20T19:15:57.1944584Z [00:02:03.320]➜  			"metadatas/slb/DeleteServerCertificate.json",
2025-08-20T19:15:57.1944922Z [00:02:03.320]➜  			"metadatas/slb/DeleteTLSCipherPolicy.json",
2025-08-20T19:15:57.1945263Z [00:02:03.320]➜  			"metadatas/slb/DeleteVServerGroup.json",
2025-08-20T19:15:57.1945710Z [00:02:03.321]➜  			"metadatas/slb/DescribeAccessControlListAttribute.json",
2025-08-20T19:15:57.1946095Z [00:02:03.321]➜  			"metadatas/slb/DescribeAccessControlLists.json",
2025-08-20T19:15:57.1946558Z [00:02:03.321]➜  			"metadatas/slb/DescribeAccessLogsDownloadAttribute.json",
2025-08-20T19:15:57.1947090Z [00:02:03.321]➜  			"metadatas/slb/DescribeAvailableResource.json",
2025-08-20T19:15:57.1947480Z [00:02:03.321]➜  			"metadatas/slb/DescribeCACertificates.json",
2025-08-20T19:15:57.1947913Z [00:02:03.321]➜  			"metadatas/slb/DescribeDomainExtensionAttribute.json",
2025-08-20T19:15:57.1948286Z [00:02:03.321]➜  			"metadatas/slb/DescribeDomainExtensions.json",
2025-08-20T19:15:57.1948638Z [00:02:03.321]➜  			"metadatas/slb/DescribeHealthStatus.json",
2025-08-20T19:15:57.1949066Z [00:02:03.321]➜  			"metadatas/slb/DescribeHighDefinationMonitor.json",
2025-08-20T19:15:57.1949561Z [00:02:03.321]➜  			"metadatas/slb/DescribeListenerAccessControlAttribute.json",
2025-08-20T19:15:57.1950149Z [00:02:03.321]➜  			"metadatas/slb/DescribeLoadBalancerAttribute.json",
2025-08-20T19:15:57.1950671Z [00:02:03.321]➜  			"metadatas/slb/DescribeLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:57.1951211Z [00:02:03.321]➜  			"metadatas/slb/DescribeLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:57.1951631Z [00:02:03.321]➜  			"metadatas/slb/DescribeLoadBalancerListeners.json",
2025-08-20T19:15:57.1952164Z [00:02:03.321]➜  			"metadatas/slb/DescribeLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:57.1952832Z [00:02:03.321]➜  			"metadatas/slb/DescribeLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:57.1953203Z [00:02:03.321]➜  			"metadatas/slb/DescribeLoadBalancers.json",
2025-08-20T19:15:57.1953711Z [00:02:03.321]➜  			"metadatas/slb/DescribeMasterSlaveServerGroupAttribute.json",
2025-08-20T19:15:57.1954140Z [00:02:03.321]➜  			"metadatas/slb/DescribeMasterSlaveServerGroups.json",
2025-08-20T19:15:57.1954469Z [00:02:03.321]➜  			"metadatas/slb/DescribeRegions.json",
2025-08-20T19:15:57.1954807Z [00:02:03.321]➜  			"metadatas/slb/DescribeRuleAttribute.json",
2025-08-20T19:15:57.1955109Z [00:02:03.321]➜  			"metadatas/slb/DescribeRules.json",
2025-08-20T19:15:57.1955496Z [00:02:03.321]➜  			"metadatas/slb/DescribeServerCertificates.json",
2025-08-20T19:15:57.1955955Z [00:02:03.321]➜  			"metadatas/slb/DescribeTags.json",
2025-08-20T19:15:57.1956363Z [00:02:03.321]➜  			"metadatas/slb/DescribeVServerGroupAttribute.json",
2025-08-20T19:15:57.1956708Z [00:02:03.321]➜  			"metadatas/slb/DescribeVServerGroups.json",
2025-08-20T19:15:57.1957019Z [00:02:03.321]➜  			"metadatas/slb/DescribeZones.json",
2025-08-20T19:15:57.1957406Z [00:02:03.321]➜  			"metadatas/slb/EnableHighDefinationMonitor.json",
2025-08-20T19:15:57.1957898Z [00:02:03.321]➜  			"metadatas/slb/ListTLSCipherPolicies.json",
2025-08-20T19:15:57.1958241Z [00:02:03.321]➜  			"metadatas/slb/ListTagResources.json",
2025-08-20T19:15:57.1958651Z [00:02:03.321]➜  			"metadatas/slb/ModifyHighDefinationMonitor.json",
2025-08-20T19:15:57.1959141Z [00:02:03.321]➜  			"metadatas/slb/ModifyLoadBalancerInstanceChargeType.json",
2025-08-20T19:15:57.1959561Z [00:02:03.321]➜  			"metadatas/slb/ModifyLoadBalancerInstanceSpec.json",
2025-08-20T19:15:57.1959973Z [00:02:03.321]➜  			"metadatas/slb/ModifyLoadBalancerInternetSpec.json",
2025-08-20T19:15:57.1960511Z [00:02:03.321]➜  			"metadatas/slb/ModifyLoadBalancerPayType.json",
2025-08-20T19:15:57.1960967Z [00:02:03.321]➜  			"metadatas/slb/ModifyVServerGroupBackendServers.json",
2025-08-20T19:15:57.1961304Z [00:02:03.321]➜  			"metadatas/slb/MoveResourceGroup.json",
2025-08-20T19:15:57.1961705Z [00:02:03.321]➜  			"metadatas/slb/RemoveAccessControlListEntry.json",
2025-08-20T19:15:57.1962051Z [00:02:03.321]➜  			"metadatas/slb/RemoveBackendServers.json",
2025-08-20T19:15:57.1962593Z [00:02:03.321]➜  			"metadatas/slb/RemoveListenerWhiteListItem.json",
2025-08-20T19:15:57.1962900Z [00:02:03.321]➜  			"metadatas/slb/RemoveTags.json",
2025-08-20T19:15:57.1963334Z [00:02:03.321]➜  			"metadatas/slb/RemoveVServerGroupBackendServers.json",
2025-08-20T19:15:57.1963758Z [00:02:03.321]➜  			"metadatas/slb/SetAccessControlListAttribute.json",
2025-08-20T19:15:57.1964159Z [00:02:03.321]➜  			"metadatas/slb/SetAccessLogsDownloadAttribute.json",
2025-08-20T19:15:57.1964500Z [00:02:03.321]➜  			"metadatas/slb/SetBackendServers.json",
2025-08-20T19:15:57.1964828Z [00:02:03.321]➜  			"metadatas/slb/SetCACertificateName.json",
2025-08-20T19:15:57.1965214Z [00:02:03.321]➜  			"metadatas/slb/SetDomainExtensionAttribute.json",
2025-08-20T19:15:57.1965611Z [00:02:03.321]➜  			"metadatas/slb/SetListenerAccessControlStatus.json",
2025-08-20T19:15:57.1966020Z [00:02:03.321]➜  			"metadatas/slb/SetLoadBalancerDeleteProtection.json",
2025-08-20T19:15:57.1966477Z [00:02:03.321]➜  			"metadatas/slb/SetLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:57.1966951Z [00:02:03.321]➜  			"metadatas/slb/SetLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:57.1967571Z [00:02:03.322]➜  			"metadatas/slb/SetLoadBalancerModificationProtection.json",
2025-08-20T19:15:57.1967909Z [00:02:03.322]➜  			"metadatas/slb/SetLoadBalancerName.json",
2025-08-20T19:15:57.1968236Z [00:02:03.322]➜  			"metadatas/slb/SetLoadBalancerStatus.json",
2025-08-20T19:15:57.1968692Z [00:02:03.322]➜  			"metadatas/slb/SetLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:57.1969137Z [00:02:03.322]➜  			"metadatas/slb/SetLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:57.1969414Z [00:02:03.322]➜  			"metadatas/slb/SetRule.json",
2025-08-20T19:15:57.1969771Z [00:02:03.322]➜  			"metadatas/slb/SetServerCertificateName.json",
2025-08-20T19:15:57.1970148Z [00:02:03.322]➜  			"metadatas/slb/SetTLSCipherPolicyAttribute.json",
2025-08-20T19:15:57.1970496Z [00:02:03.322]➜  			"metadatas/slb/SetVServerGroupAttribute.json",
2025-08-20T19:15:57.1970856Z [00:02:03.322]➜  			"metadatas/slb/StartLoadBalancerListener.json",
2025-08-20T19:15:57.1971196Z [00:02:03.322]➜  			"metadatas/slb/StopLoadBalancerListener.json",
2025-08-20T19:15:57.1971478Z [00:02:03.322]➜  			"metadatas/slb/TagResources.json",
2025-08-20T19:15:57.1971771Z [00:02:03.322]➜  			"metadatas/slb/UntagResources.json",
2025-08-20T19:15:57.1972085Z [00:02:03.322]➜  			"metadatas/slb/UploadCACertificate.json",
2025-08-20T19:15:57.1972574Z [00:02:03.322]➜  			"metadatas/slb/UploadServerCertificate.json",
2025-08-20T19:15:57.1973033Z [00:02:03.322]➜  			"metadatas/smc/AssociateSourceServers.json",
2025-08-20T19:15:57.1973343Z [00:02:03.322]➜  			"metadatas/smc/CreateAccessToken.json",
2025-08-20T19:15:57.1973705Z [00:02:03.322]➜  			"metadatas/smc/CreateCrossZoneMigrationJob.json",
2025-08-20T19:15:57.1974026Z [00:02:03.322]➜  			"metadatas/smc/CreateReplicationJob.json",
2025-08-20T19:15:57.1974316Z [00:02:03.322]➜  			"metadatas/smc/CreateWorkgroup.json",
2025-08-20T19:15:57.1974733Z [00:02:03.322]➜  			"metadatas/smc/CutOverReplicationJob.json",
2025-08-20T19:15:57.1975045Z [00:02:03.322]➜  			"metadatas/smc/DeleteAccessToken.json",
2025-08-20T19:15:57.1975375Z [00:02:03.322]➜  			"metadatas/smc/DeleteReplicationJob.json",
2025-08-20T19:15:57.1975681Z [00:02:03.322]➜  			"metadatas/smc/DeleteSourceServer.json",
2025-08-20T19:15:57.1975993Z [00:02:03.322]➜  			"metadatas/smc/DeleteWorkgroup.json",
2025-08-20T19:15:57.1976348Z [00:02:03.322]➜  			"metadatas/smc/DescribeReplicationJobs.json",
2025-08-20T19:15:57.1976790Z [00:02:03.322]➜  			"metadatas/smc/DescribeSourceServers.json",
2025-08-20T19:15:57.1977124Z [00:02:03.322]➜  			"metadatas/smc/DescribeWorkgroups.json",
2025-08-20T19:15:57.1977446Z [00:02:03.322]➜  			"metadatas/smc/DisableAccessToken.json",
2025-08-20T19:15:57.1977832Z [00:02:03.322]➜  			"metadatas/smc/DisassociateSourceServers.json",
2025-08-20T19:15:57.1978158Z [00:02:03.322]➜  			"metadatas/smc/ListAccessTokens.json",
2025-08-20T19:15:57.1978513Z [00:02:03.322]➜  			"metadatas/smc/ListTagResources.json",
2025-08-20T19:15:57.1978944Z [00:02:03.322]➜  			"metadatas/smc/ModifyReplicationJobAttribute.json",
2025-08-20T19:15:57.1979331Z [00:02:03.322]➜  			"metadatas/smc/ModifySourceServerAttribute.json",
2025-08-20T19:15:57.1979681Z [00:02:03.322]➜  			"metadatas/smc/ModifyWorkgroupAttribute.json",
2025-08-20T19:15:57.1979991Z [00:02:03.322]➜  			"metadatas/smc/StartReplicationJob.json",
2025-08-20T19:15:57.1980298Z [00:02:03.322]➜  			"metadatas/smc/StopReplicationJob.json",
2025-08-20T19:15:57.1980586Z [00:02:03.322]➜  			"metadatas/smc/TagResources.json",
2025-08-20T19:15:57.1980890Z [00:02:03.322]➜  			"metadatas/smc/UntagResources.json",
2025-08-20T19:15:57.1981288Z [00:02:03.322]➜  			"metadatas/sophonsoar/BatchModifyInstanceStatus.json",
2025-08-20T19:15:57.1981621Z [00:02:03.322]➜  			"metadatas/sophonsoar/ComparePlaybooks.json",
2025-08-20T19:15:57.1981937Z [00:02:03.322]➜  			"metadatas/sophonsoar/ConvertPlaybook.json",
2025-08-20T19:15:57.1982257Z [00:02:03.322]➜  			"metadatas/sophonsoar/CopyPlaybook.json",
2025-08-20T19:15:57.1982765Z [00:02:03.322]➜  			"metadatas/sophonsoar/CreatePlaybook.json",
2025-08-20T19:15:57.1983252Z [00:02:03.322]➜  			"metadatas/sophonsoar/DebugPlaybook.json",
2025-08-20T19:15:57.1983630Z [00:02:03.322]➜  			"metadatas/sophonsoar/DeleteComponentAsset.json",
2025-08-20T19:15:57.1983973Z [00:02:03.322]➜  			"metadatas/sophonsoar/DeletePlaybook.json",
2025-08-20T19:15:57.1984422Z [00:02:03.322]➜  			"metadatas/sophonsoar/DescribeComponentAssetForm.json",
2025-08-20T19:15:57.1984832Z [00:02:03.322]➜  			"metadatas/sophonsoar/DescribeComponentAssets.json",
2025-08-20T19:15:57.1985198Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeComponentList.json",
2025-08-20T19:15:57.1985615Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeComponentPlaybook.json",
2025-08-20T19:15:57.1985987Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeComponentsJs.json",
2025-08-20T19:15:57.1986399Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeDistinctReleases.json",
2025-08-20T19:15:57.1986747Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeEnumItems.json",
2025-08-20T19:15:57.1987137Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeExecutePlaybooks.json",
2025-08-20T19:15:57.1987462Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeField.json",
2025-08-20T19:15:57.1987860Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeGroupProductions.json",
2025-08-20T19:15:57.1988277Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeLatestRecordSchema.json",
2025-08-20T19:15:57.1988803Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeNodeParamTags.json",
2025-08-20T19:15:57.1989125Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeNodeUsedInfos.json",
2025-08-20T19:15:57.1989511Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeNotifyTemplateList.json",
2025-08-20T19:15:57.1989860Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeOpenApiInfo.json",
2025-08-20T19:15:57.1990228Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeOpenApiList.json",
2025-08-20T19:15:57.1990695Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribePlaybook.json",
2025-08-20T19:15:57.1991145Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribePlaybookInputOutput.json",
2025-08-20T19:15:57.1991543Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribePlaybookMetrics.json",
2025-08-20T19:15:57.1991980Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribePlaybookNodesOutput.json",
2025-08-20T19:15:57.1992680Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribePlaybookNumberMetrics.json",
2025-08-20T19:15:57.1993234Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribePlaybookReleases.json",
2025-08-20T19:15:57.1993622Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribePlaybooks.json",
2025-08-20T19:15:57.1993959Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribePopApi.json",
2025-08-20T19:15:57.1994380Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeProcessStatistics.json",
2025-08-20T19:15:57.1994775Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeProcessTaskCount.json",
2025-08-20T19:15:57.1995164Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeProcessTasks.json",
2025-08-20T19:15:57.1995664Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeSoarRecordActionOutputList.json",
2025-08-20T19:15:57.1996109Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeSoarRecordInOutput.json",
2025-08-20T19:15:57.1996453Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeSoarRecords.json",
2025-08-20T19:15:57.1996848Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeSoarTaskAndActions.json",
2025-08-20T19:15:57.1997218Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeSophonCommands.json",
2025-08-20T19:15:57.1997571Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescribeVendorApiList.json",
2025-08-20T19:15:57.1997949Z [00:02:03.323]➜  			"metadatas/sophonsoar/DescriberPython3ScriptLogs.json",
2025-08-20T19:15:57.1998290Z [00:02:03.323]➜  			"metadatas/sophonsoar/ModifyComponentAsset.json",
2025-08-20T19:15:57.1998597Z [00:02:03.323]➜  			"metadatas/sophonsoar/ModifyPlaybook.json",
2025-08-20T19:15:57.1998985Z [00:02:03.323]➜  			"metadatas/sophonsoar/ModifyPlaybookInputOutput.json",
2025-08-20T19:15:57.1999385Z [00:02:03.323]➜  			"metadatas/sophonsoar/ModifyPlaybookInstanceStatus.json",
2025-08-20T19:15:57.1999822Z [00:02:03.323]➜  			"metadatas/sophonsoar/PublishPlaybook.json",
2025-08-20T19:15:57.2000121Z [00:02:03.323]➜  			"metadatas/sophonsoar/QueryTreeData.json",
2025-08-20T19:15:57.2000458Z [00:02:03.323]➜  			"metadatas/sophonsoar/RenamePlaybookNode.json",
2025-08-20T19:15:57.2000803Z [00:02:03.323]➜  			"metadatas/sophonsoar/RevertPlaybookRelease.json",
2025-08-20T19:15:57.2001328Z [00:02:03.323]➜  			"metadatas/sophonsoar/RunNotifyComponentWithEmail.json",
2025-08-20T19:15:57.2001758Z [00:02:03.323]➜  			"metadatas/sophonsoar/RunNotifyComponentWithMessageCenter.json",
2025-08-20T19:15:57.2002145Z [00:02:03.323]➜  			"metadatas/sophonsoar/RunNotifyComponentWithWebhook.json",
2025-08-20T19:15:57.2002613Z [00:02:03.323]➜  			"metadatas/sophonsoar/RunPython3Script.json",
2025-08-20T19:15:57.2002945Z [00:02:03.323]➜  			"metadatas/sophonsoar/TriggerPlaybook.json",
2025-08-20T19:15:57.2003263Z [00:02:03.323]➜  			"metadatas/sophonsoar/TriggerProcessTask.json",
2025-08-20T19:15:57.2003597Z [00:02:03.323]➜  			"metadatas/sophonsoar/TriggerSophonPlaybook.json",
2025-08-20T19:15:57.2003881Z [00:02:03.323]➜  			"metadatas/sophonsoar/VerifyPlaybook.json",
2025-08-20T19:15:57.2004191Z [00:02:03.323]➜  			"metadatas/sophonsoar/VerifyPythonFile.json",
2025-08-20T19:15:57.2004443Z [00:02:03.323]➜  			"metadatas/sts/AssumeRole.json",
2025-08-20T19:15:57.2004737Z [00:02:03.323]➜  			"metadatas/sts/AssumeRoleWithOIDC.json",
2025-08-20T19:15:57.2005013Z [00:02:03.323]➜  			"metadatas/sts/AssumeRoleWithSAML.json",
2025-08-20T19:15:57.2005287Z [00:02:03.323]➜  			"metadatas/sts/GetCallerIdentity.json",
2025-08-20T19:15:57.2005545Z [00:02:03.323]➜  			"metadatas/tag/AttachPolicy.json",
2025-08-20T19:15:57.2005836Z [00:02:03.323]➜  			"metadatas/tag/CheckCreatedByEnabled.json",
2025-08-20T19:15:57.2006193Z [00:02:03.323]➜  			"metadatas/tag/CloseCreatedBy.json",
2025-08-20T19:15:57.2006574Z [00:02:03.323]➜  			"metadatas/tag/CreateAssociatedResourceRules.json",
2025-08-20T19:15:57.2006893Z [00:02:03.323]➜  			"metadatas/tag/CreatePolicy.json",
2025-08-20T19:15:57.2007168Z [00:02:03.323]➜  			"metadatas/tag/CreateTags.json",
2025-08-20T19:15:57.2007524Z [00:02:03.323]➜  			"metadatas/tag/DeleteAssociatedResourceRule.json",
2025-08-20T19:15:57.2007794Z [00:02:03.323]➜  			"metadatas/tag/DeletePolicy.json",
2025-08-20T19:15:57.2008145Z [00:02:03.323]➜  			"metadatas/tag/DeleteTag.json",
2025-08-20T19:15:57.2008434Z [00:02:03.323]➜  			"metadatas/tag/DescribeRegions.json",
2025-08-20T19:15:57.2008700Z [00:02:03.323]➜  			"metadatas/tag/DetachPolicy.json",
2025-08-20T19:15:57.2008998Z [00:02:03.323]➜  			"metadatas/tag/DisablePolicyType.json",
2025-08-20T19:15:57.2009287Z [00:02:03.323]➜  			"metadatas/tag/EnablePolicyType.json",
2025-08-20T19:15:57.2009625Z [00:02:03.323]➜  			"metadatas/tag/GenerateConfigRuleReport.json",
2025-08-20T19:15:57.2009933Z [00:02:03.323]➜  			"metadatas/tag/GetConfigRuleReport.json",
2025-08-20T19:15:57.2010229Z [00:02:03.323]➜  			"metadatas/tag/GetEffectivePolicy.json",
2025-08-20T19:15:57.2010491Z [00:02:03.323]➜  			"metadatas/tag/GetPolicy.json",
2025-08-20T19:15:57.2010805Z [00:02:03.323]➜  			"metadatas/tag/GetPolicyEnableStatus.json",
2025-08-20T19:15:57.2011156Z [00:02:03.323]➜  			"metadatas/tag/ListAssociatedResourceRules.json",
2025-08-20T19:15:57.2011516Z [00:02:03.323]➜  			"metadatas/tag/ListConfigRulesForTarget.json",
2025-08-20T19:15:57.2011800Z [00:02:03.323]➜  			"metadatas/tag/ListPolicies.json",
2025-08-20T19:15:57.2012121Z [00:02:03.323]➜  			"metadatas/tag/ListPoliciesForTarget.json",
2025-08-20T19:15:57.2012565Z [00:02:03.323]➜  			"metadatas/tag/ListResourcesByTag.json",
2025-08-20T19:15:57.2012905Z [00:02:03.323]➜  			"metadatas/tag/ListSupportResourceTypes.json",
2025-08-20T19:15:57.2013168Z [00:02:03.323]➜  			"metadatas/tag/ListTagKeys.json",
2025-08-20T19:15:57.2013446Z [00:02:03.323]➜  			"metadatas/tag/ListTagResources.json",
2025-08-20T19:15:57.2013708Z [00:02:03.323]➜  			"metadatas/tag/ListTagValues.json",
2025-08-20T19:15:57.2014092Z [00:02:03.323]➜  			"metadatas/tag/ListTargetsForPolicy.json",
2025-08-20T19:15:57.2014365Z [00:02:03.323]➜  			"metadatas/tag/ModifyPolicy.json",
2025-08-20T19:15:57.2014636Z [00:02:03.323]➜  			"metadatas/tag/OpenCreatedBy.json",
2025-08-20T19:15:57.2014908Z [00:02:03.323]➜  			"metadatas/tag/TagResources.json",
2025-08-20T19:15:57.2015276Z [00:02:03.323]➜  			"metadatas/tag/UntagResources.json",
2025-08-20T19:15:57.2015642Z [00:02:03.323]➜  			"metadatas/tag/UpdateAssociatedResourceRule.json",
2025-08-20T19:15:57.2015965Z [00:02:03.323]➜  			"metadatas/ververica/ApplyScheduledPlan.json",
2025-08-20T19:15:57.2016273Z [00:02:03.323]➜  			"metadatas/ververica/CreateDeployment.json",
2025-08-20T19:15:57.2016600Z [00:02:03.323]➜  			"metadatas/ververica/CreateDeploymentDraft.json",
2025-08-20T19:15:57.2016954Z [00:02:03.323]➜  			"metadatas/ververica/CreateDeploymentTarget.json",
2025-08-20T19:15:57.2017222Z [00:02:03.323]➜  			"metadatas/ververica/CreateFolder.json",
2025-08-20T19:15:57.2017502Z [00:02:03.323]➜  			"metadatas/ververica/CreateMember.json",
2025-08-20T19:15:57.2017782Z [00:02:03.323]➜  			"metadatas/ververica/CreateSavepoint.json",
2025-08-20T19:15:57.2018139Z [00:02:03.323]➜  			"metadatas/ververica/CreateScheduledPlan.json",
2025-08-20T19:15:57.2018512Z [00:02:03.323]➜  			"metadatas/ververica/CreateSessionCluster.json",
2025-08-20T19:15:57.2018889Z [00:02:03.323]➜  			"metadatas/ververica/CreateUdfArtifact.json",
2025-08-20T19:15:57.2019220Z [00:02:03.323]➜  			"metadatas/ververica/CreateVariable.json",
2025-08-20T19:15:57.2019601Z [00:02:03.323]➜  			"metadatas/ververica/DeleteCustomConnector.json",
2025-08-20T19:15:57.2019934Z [00:02:03.324]➜  			"metadatas/ververica/DeleteDeployment.json",
2025-08-20T19:15:57.2020308Z [00:02:03.324]➜  			"metadatas/ververica/DeleteDeploymentDraft.json",
2025-08-20T19:15:57.2020818Z [00:02:03.324]➜  			"metadatas/ververica/DeleteDeploymentTarget.json",
2025-08-20T19:15:57.2021153Z [00:02:03.324]➜  			"metadatas/ververica/DeleteFolder.json",
2025-08-20T19:15:57.2021471Z [00:02:03.324]➜  			"metadatas/ververica/DeleteJob.json",
2025-08-20T19:15:57.2021788Z [00:02:03.324]➜  			"metadatas/ververica/DeleteMember.json",
2025-08-20T19:15:57.2022118Z [00:02:03.324]➜  			"metadatas/ververica/DeleteSavepoint.json",
2025-08-20T19:15:57.2022645Z [00:02:03.324]➜  			"metadatas/ververica/DeleteScheduledPlan.json",
2025-08-20T19:15:57.2023241Z [00:02:03.324]➜  			"metadatas/ververica/DeleteSessionCluster.json",
2025-08-20T19:15:57.2023613Z [00:02:03.324]➜  			"metadatas/ververica/DeleteUdfArtifact.json",
2025-08-20T19:15:57.2023957Z [00:02:03.324]➜  			"metadatas/ververica/DeleteUdfFunction.json",
2025-08-20T19:15:57.2024293Z [00:02:03.324]➜  			"metadatas/ververica/DeleteVariable.json",
2025-08-20T19:15:57.2024707Z [00:02:03.324]➜  			"metadatas/ververica/DeployDeploymentDraftAsync.json",
2025-08-20T19:15:57.2025078Z [00:02:03.324]➜  			"metadatas/ververica/ExecuteSqlStatement.json",
2025-08-20T19:15:57.2025401Z [00:02:03.324]➜  			"metadatas/ververica/FlinkApiProxy.json",
2025-08-20T19:15:57.2025930Z [00:02:03.324]➜  			"metadatas/ververica/GenerateResourcePlanWithFlinkConfAsync.json",
2025-08-20T19:15:57.2026313Z [00:02:03.324]➜  			"metadatas/ververica/GetAppliedScheduledPlan.json",
2025-08-20T19:15:57.2026633Z [00:02:03.324]➜  			"metadatas/ververica/GetCatalogs.json",
2025-08-20T19:15:57.2026959Z [00:02:03.324]➜  			"metadatas/ververica/GetDatabases.json",
2025-08-20T19:15:57.2027428Z [00:02:03.324]➜  			"metadatas/ververica/GetDeployDeploymentDraftResult.json",
2025-08-20T19:15:57.2027753Z [00:02:03.324]➜  			"metadatas/ververica/GetDeployment.json",
2025-08-20T19:15:57.2028114Z [00:02:03.324]➜  			"metadatas/ververica/GetDeploymentDraft.json",
2025-08-20T19:15:57.2028501Z [00:02:03.324]➜  			"metadatas/ververica/GetDeploymentDraftLock.json",
2025-08-20T19:15:57.2028823Z [00:02:03.324]➜  			"metadatas/ververica/GetEvents.json",
2025-08-20T19:15:57.2029129Z [00:02:03.324]➜  			"metadatas/ververica/GetFolder.json",
2025-08-20T19:15:57.2029579Z [00:02:03.324]➜  			"metadatas/ververica/GetGenerateResourcePlanResult.json",
2025-08-20T19:15:57.2030118Z [00:02:03.324]➜  			"metadatas/ververica/GetHotUpdateJobResult.json",
2025-08-20T19:15:57.2030429Z [00:02:03.324]➜  			"metadatas/ververica/GetJob.json",
2025-08-20T19:15:57.2030764Z [00:02:03.324]➜  			"metadatas/ververica/GetJobDiagnosis.json",
2025-08-20T19:15:57.2031300Z [00:02:03.324]➜  			"metadatas/ververica/GetLatestJobStartLog.json",
2025-08-20T19:15:57.2031639Z [00:02:03.324]➜  			"metadatas/ververica/GetLineageInfo.json",
2025-08-20T19:15:57.2031939Z [00:02:03.324]➜  			"metadatas/ververica/GetMember.json",
2025-08-20T19:15:57.2032268Z [00:02:03.324]➜  			"metadatas/ververica/GetSavepoint.json",
2025-08-20T19:15:57.2032808Z [00:02:03.324]➜  			"metadatas/ververica/GetSessionCluster.json",
2025-08-20T19:15:57.2033143Z [00:02:03.324]➜  			"metadatas/ververica/GetTables.json",
2025-08-20T19:15:57.2033482Z [00:02:03.324]➜  			"metadatas/ververica/GetUdfArtifacts.json",
2025-08-20T19:15:57.2033802Z [00:02:03.324]➜  			"metadatas/ververica/HotUpdateJob.json",
2025-08-20T19:15:57.2034176Z [00:02:03.324]➜  			"metadatas/ververica/ListCustomConnectors.json",
2025-08-20T19:15:57.2034547Z [00:02:03.324]➜  			"metadatas/ververica/ListDeploymentDrafts.json",
2025-08-20T19:15:57.2034925Z [00:02:03.324]➜  			"metadatas/ververica/ListDeploymentTargets.json",
2025-08-20T19:15:57.2035283Z [00:02:03.324]➜  			"metadatas/ververica/ListDeployments.json",
2025-08-20T19:15:57.2035762Z [00:02:03.324]➜  			"metadatas/ververica/ListEngineVersionMetadata.json",
2025-08-20T19:15:57.2036069Z [00:02:03.324]➜  			"metadatas/ververica/ListJobs.json",
2025-08-20T19:15:57.2036377Z [00:02:03.324]➜  			"metadatas/ververica/ListMembers.json",
2025-08-20T19:15:57.2036709Z [00:02:03.324]➜  			"metadatas/ververica/ListSavepoints.json",
2025-08-20T19:15:57.2037240Z [00:02:03.324]➜  			"metadatas/ververica/ListScheduledPlan.json",
2025-08-20T19:15:57.2037743Z [00:02:03.324]➜  			"metadatas/ververica/ListScheduledPlanExecutedHistory.json",
2025-08-20T19:15:57.2038120Z [00:02:03.324]➜  			"metadatas/ververica/ListSessionClusters.json",
2025-08-20T19:15:57.2038450Z [00:02:03.324]➜  			"metadatas/ververica/ListVariables.json",
2025-08-20T19:15:57.2038834Z [00:02:03.324]➜  			"metadatas/ververica/RegisterCustomConnector.json",
2025-08-20T19:15:57.2039199Z [00:02:03.324]➜  			"metadatas/ververica/RegisterUdfFunction.json",
2025-08-20T19:15:57.2039624Z [00:02:03.324]➜  			"metadatas/ververica/StartJob.json",
2025-08-20T19:15:57.2040014Z [00:02:03.324]➜  			"metadatas/ververica/StartJobWithParams.json",
2025-08-20T19:15:57.2040377Z [00:02:03.324]➜  			"metadatas/ververica/StartSessionCluster.json",
2025-08-20T19:15:57.2040770Z [00:02:03.324]➜  			"metadatas/ververica/StopApplyScheduledPlan.json",
2025-08-20T19:15:57.2041067Z [00:02:03.324]➜  			"metadatas/ververica/StopJob.json",
2025-08-20T19:15:57.2041460Z [00:02:03.324]➜  			"metadatas/ververica/StopSessionCluster.json",
2025-08-20T19:15:57.2041807Z [00:02:03.324]➜  			"metadatas/ververica/UpdateDeployment.json",
2025-08-20T19:15:57.2042202Z [00:02:03.324]➜  			"metadatas/ververica/UpdateDeploymentDraft.json",
2025-08-20T19:15:57.2042755Z [00:02:03.324]➜  			"metadatas/ververica/UpdateDeploymentTarget.json",
2025-08-20T19:15:57.2043071Z [00:02:03.324]➜  			"metadatas/ververica/UpdateFolder.json",
2025-08-20T19:15:57.2043368Z [00:02:03.324]➜  			"metadatas/ververica/UpdateMember.json",
2025-08-20T19:15:57.2043696Z [00:02:03.324]➜  			"metadatas/ververica/UpdateScheduledPlan.json",
2025-08-20T19:15:57.2044031Z [00:02:03.324]➜  			"metadatas/ververica/UpdateSessionCluster.json",
2025-08-20T19:15:57.2044356Z [00:02:03.324]➜  			"metadatas/ververica/UpdateUdfArtifact.json",
2025-08-20T19:15:57.2044649Z [00:02:03.324]➜  			"metadatas/ververica/UpdateVariable.json",
2025-08-20T19:15:57.2044998Z [00:02:03.324]➜  			"metadatas/ververica/ValidateSqlStatement.json",
2025-08-20T19:15:57.2045310Z [00:02:03.324]➜  			"metadatas/vod/AddAITemplate.json",
2025-08-20T19:15:57.2045581Z [00:02:03.324]➜  			"metadatas/vod/AddCategory.json",
2025-08-20T19:15:57.2046033Z [00:02:03.324]➜  			"metadatas/vod/AddEditingProject.json",
2025-08-20T19:15:57.2046383Z [00:02:03.324]➜  			"metadatas/vod/AddEditingProjectMaterials.json",
2025-08-20T19:15:57.2046745Z [00:02:03.324]➜  			"metadatas/vod/AddTranscodeTemplateGroup.json",
2025-08-20T19:15:57.2047016Z [00:02:03.324]➜  			"metadatas/vod/AddVodDomain.json",
2025-08-20T19:15:57.2047456Z [00:02:03.324]➜  			"metadatas/vod/AddVodStorageForApp.json",
2025-08-20T19:15:57.2047750Z [00:02:03.324]➜  			"metadatas/vod/AddVodTemplate.json",
2025-08-20T19:15:57.2048034Z [00:02:03.324]➜  			"metadatas/vod/AddWatermark.json",
2025-08-20T19:15:57.2048386Z [00:02:03.324]➜  			"metadatas/vod/AttachAppPolicyToIdentity.json",
2025-08-20T19:15:57.2048682Z [00:02:03.324]➜  			"metadatas/vod/BatchGetMediaInfos.json",
2025-08-20T19:15:57.2049032Z [00:02:03.324]➜  			"metadatas/vod/BatchSetVodDomainConfigs.json",
2025-08-20T19:15:57.2049332Z [00:02:03.324]➜  			"metadatas/vod/BatchStartVodDomain.json",
2025-08-20T19:15:57.2049634Z [00:02:03.324]➜  			"metadatas/vod/BatchStopVodDomain.json",
2025-08-20T19:15:57.2049945Z [00:02:03.324]➜  			"metadatas/vod/CancelUrlUploadJobs.json",
2025-08-20T19:15:57.2050237Z [00:02:03.324]➜  			"metadatas/vod/ChangeResourceGroup.json",
2025-08-20T19:15:57.2050516Z [00:02:03.324]➜  			"metadatas/vod/CreateAppInfo.json",
2025-08-20T19:15:57.2050793Z [00:02:03.324]➜  			"metadatas/vod/CreateAudit.json",
2025-08-20T19:15:57.2051146Z [00:02:03.324]➜  			"metadatas/vod/CreateUploadAttachedMedia.json",
2025-08-20T19:15:57.2051428Z [00:02:03.324]➜  			"metadatas/vod/CreateUploadImage.json",
2025-08-20T19:15:57.2051715Z [00:02:03.324]➜  			"metadatas/vod/CreateUploadVideo.json",
2025-08-20T19:15:57.2052006Z [00:02:03.324]➜  			"metadatas/vod/DecryptKMSDataKey.json",
2025-08-20T19:15:57.2052312Z [00:02:03.324]➜  			"metadatas/vod/DeleteAIImageInfos.json",
2025-08-20T19:15:57.2052950Z [00:02:03.324]➜  			"metadatas/vod/DeleteAITemplate.json",
2025-08-20T19:15:57.2053253Z [00:02:03.324]➜  			"metadatas/vod/DeleteAppInfo.json",
2025-08-20T19:15:57.2053545Z [00:02:03.324]➜  			"metadatas/vod/DeleteAttachedMedia.json",
2025-08-20T19:15:57.2053809Z [00:02:03.324]➜  			"metadatas/vod/DeleteCategory.json",
2025-08-20T19:15:57.2054081Z [00:02:03.324]➜  			"metadatas/vod/DeleteDynamicImage.json",
2025-08-20T19:15:57.2054482Z [00:02:03.324]➜  			"metadatas/vod/DeleteEditingProject.json",
2025-08-20T19:15:57.2054843Z [00:02:03.324]➜  			"metadatas/vod/DeleteEditingProjectMaterials.json",
2025-08-20T19:15:57.2055096Z [00:02:03.324]➜  			"metadatas/vod/DeleteImage.json",
2025-08-20T19:15:57.2055382Z [00:02:03.324]➜  			"metadatas/vod/DeleteMessageCallback.json",
2025-08-20T19:15:57.2055648Z [00:02:03.324]➜  			"metadatas/vod/DeleteMezzanines.json",
2025-08-20T19:15:57.2055934Z [00:02:03.324]➜  			"metadatas/vod/DeleteMultipartUpload.json",
2025-08-20T19:15:57.2056196Z [00:02:03.324]➜  			"metadatas/vod/DeleteStream.json",
2025-08-20T19:15:57.2056531Z [00:02:03.324]➜  			"metadatas/vod/DeleteTranscodeTemplateGroup.json",
2025-08-20T19:15:57.2056872Z [00:02:03.324]➜  			"metadatas/vod/DeleteVideo.json",
2025-08-20T19:15:57.2057130Z [00:02:03.324]➜  			"metadatas/vod/DeleteVodDomain.json",
2025-08-20T19:15:57.2057442Z [00:02:03.324]➜  			"metadatas/vod/DeleteVodSpecificConfig.json",
2025-08-20T19:15:57.2057713Z [00:02:03.324]➜  			"metadatas/vod/DeleteVodTemplate.json",
2025-08-20T19:15:57.2057996Z [00:02:03.324]➜  			"metadatas/vod/DeleteWatermark.json",
2025-08-20T19:15:57.2058309Z [00:02:03.324]➜  			"metadatas/vod/DescribeMediaDistribution.json",
2025-08-20T19:15:57.2058602Z [00:02:03.324]➜  			"metadatas/vod/DescribePlayTopVideos.json",
2025-08-20T19:15:57.2058876Z [00:02:03.324]➜  			"metadatas/vod/DescribePlayUserAvg.json",
2025-08-20T19:15:57.2059161Z [00:02:03.324]➜  			"metadatas/vod/DescribePlayUserTotal.json",
2025-08-20T19:15:57.2059466Z [00:02:03.324]➜  			"metadatas/vod/DescribePlayVideoStatis.json",
2025-08-20T19:15:57.2059736Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodAIData.json",
2025-08-20T19:15:57.2060094Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodCertificateList.json",
2025-08-20T19:15:57.2060458Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainBpsData.json",
2025-08-20T19:15:57.2060820Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainBpsDataByLayer.json",
2025-08-20T19:15:57.2061201Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainCertificateInfo.json",
2025-08-20T19:15:57.2061615Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainConfigs.json",
2025-08-20T19:15:57.2061920Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainDetail.json",
2025-08-20T19:15:57.2062250Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainHitRateData.json",
2025-08-20T19:15:57.2062715Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainLog.json",
2025-08-20T19:15:57.2063067Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainMax95BpsData.json",
2025-08-20T19:15:57.2063471Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainQpsData.json",
2025-08-20T19:15:57.2063834Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainRealTimeBpsData.json",
2025-08-20T19:15:57.2064282Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:57.2064665Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainRealTimeDetailData.json",
2025-08-20T19:15:57.2065075Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:57.2065446Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainRealTimeQpsData.json",
2025-08-20T19:15:57.2065870Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:57.2066269Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainRealTimeTrafficData.json",
2025-08-20T19:15:57.2066630Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainReqHitRateData.json",
2025-08-20T19:15:57.2067004Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainSrcBpsData.json",
2025-08-20T19:15:57.2067419Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainSrcTrafficData.json",
2025-08-20T19:15:57.2067815Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainTrafficData.json",
2025-08-20T19:15:57.2068165Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodDomainUsageData.json",
2025-08-20T19:15:57.2068516Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodEditingUsageData.json",
2025-08-20T19:15:57.2068856Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodMediaPlayData.json",
2025-08-20T19:15:57.2069312Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodPlayerCollectData.json",
2025-08-20T19:15:57.2069678Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodPlayerDimensionData.json",
2025-08-20T19:15:57.2070041Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodPlayerMetricData.json",
2025-08-20T19:15:57.2070517Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodRangeDataByLocateAndIspService.json",
2025-08-20T19:15:57.2070850Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodRefreshQuota.json",
2025-08-20T19:15:57.2071177Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodRefreshTasks.json",
2025-08-20T19:15:57.2071559Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodSSLCertificateList.json",
2025-08-20T19:15:57.2071969Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodStorageData.json",
2025-08-20T19:15:57.2072329Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodTieringStorageData.json",
2025-08-20T19:15:57.2072992Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodTieringStorageRetrievalData.json",
2025-08-20T19:15:57.2073395Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodTranscodeData.json",
2025-08-20T19:15:57.2073758Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodUserDomains.json",
2025-08-20T19:15:57.2074135Z [00:02:03.324]➜  			"metadatas/vod/DescribeVodVerifyContent.json",
2025-08-20T19:15:57.2074529Z [00:02:03.324]➜  			"metadatas/vod/DetachAppPolicyFromIdentity.json",
2025-08-20T19:15:57.2074921Z [00:02:03.324]➜  			"metadatas/vod/GenerateDownloadSecretKey.json",
2025-08-20T19:15:57.2075269Z [00:02:03.324]➜  			"metadatas/vod/GenerateKMSDataKey.json",
2025-08-20T19:15:57.2075604Z [00:02:03.324]➜  			"metadatas/vod/GetAIImageJobs.json",
2025-08-20T19:15:57.2075942Z [00:02:03.324]➜  			"metadatas/vod/GetAIMediaAuditJob.json",
2025-08-20T19:15:57.2076263Z [00:02:03.324]➜  			"metadatas/vod/GetAITemplate.json",
2025-08-20T19:15:57.2076603Z [00:02:03.324]➜  			"metadatas/vod/GetAIVideoTagResult.json",
2025-08-20T19:15:57.2076911Z [00:02:03.324]➜  			"metadatas/vod/GetAppInfos.json",
2025-08-20T19:15:57.2077462Z [00:02:03.324]➜  			"metadatas/vod/GetAttachedMediaInfo.json",
2025-08-20T19:15:57.2077793Z [00:02:03.324]➜  			"metadatas/vod/GetAuditHistory.json",
2025-08-20T19:15:57.2078104Z [00:02:03.324]➜  			"metadatas/vod/GetCategories.json",
2025-08-20T19:15:57.2078481Z [00:02:03.324]➜  			"metadatas/vod/GetDailyPlayRegionStatis.json",
2025-08-20T19:15:57.2078835Z [00:02:03.324]➜  			"metadatas/vod/GetDefaultAITemplate.json",
2025-08-20T19:15:57.2079392Z [00:02:03.324]➜  			"metadatas/vod/GetDigitalWatermarkExtractResult.json",
2025-08-20T19:15:57.2079755Z [00:02:03.324]➜  			"metadatas/vod/GetEditingProject.json",
2025-08-20T19:15:57.2080155Z [00:02:03.324]➜  			"metadatas/vod/GetEditingProjectMaterials.json",
2025-08-20T19:15:57.2080481Z [00:02:03.324]➜  			"metadatas/vod/GetImageInfo.json",
2025-08-20T19:15:57.2080790Z [00:02:03.324]➜  			"metadatas/vod/GetImageInfos.json",
2025-08-20T19:15:57.2081069Z [00:02:03.324]➜  			"metadatas/vod/GetJobDetail.json",
2025-08-20T19:15:57.2081503Z [00:02:03.324]➜  			"metadatas/vod/GetMediaAuditAudioResultDetail.json",
2025-08-20T19:15:57.2081837Z [00:02:03.324]➜  			"metadatas/vod/GetMediaAuditResult.json",
2025-08-20T19:15:57.2082213Z [00:02:03.324]➜  			"metadatas/vod/GetMediaAuditResultDetail.json",
2025-08-20T19:15:57.2082745Z [00:02:03.324]➜  			"metadatas/vod/GetMediaAuditResultTimeline.json",
2025-08-20T19:15:57.2083090Z [00:02:03.324]➜  			"metadatas/vod/GetMediaDNAResult.json",
2025-08-20T19:15:57.2083406Z [00:02:03.324]➜  			"metadatas/vod/GetMediaRefreshJobs.json",
2025-08-20T19:15:57.2083741Z [00:02:03.324]➜  			"metadatas/vod/GetMessageCallback.json",
2025-08-20T19:15:57.2084055Z [00:02:03.324]➜  			"metadatas/vod/GetMezzanineInfo.json",
2025-08-20T19:15:57.2084375Z [00:02:03.324]➜  			"metadatas/vod/GetPlayInfo.json",
2025-08-20T19:15:57.2084702Z [00:02:03.325]➜  			"metadatas/vod/GetTranscodeSummary.json",
2025-08-20T19:15:57.2085022Z [00:02:03.325]➜  			"metadatas/vod/GetTranscodeTask.json",
2025-08-20T19:15:57.2085529Z [00:02:03.325]➜  			"metadatas/vod/GetTranscodeTemplateGroup.json",
2025-08-20T19:15:57.2085883Z [00:02:03.325]➜  			"metadatas/vod/GetURLUploadInfos.json",
2025-08-20T19:15:57.2086196Z [00:02:03.325]➜  			"metadatas/vod/GetUploadDetails.json",
2025-08-20T19:15:57.2086491Z [00:02:03.325]➜  			"metadatas/vod/GetVideoInfo.json",
2025-08-20T19:15:57.2086791Z [00:02:03.325]➜  			"metadatas/vod/GetVideoInfos.json",
2025-08-20T19:15:57.2087078Z [00:02:03.325]➜  			"metadatas/vod/GetVideoList.json",
2025-08-20T19:15:57.2087398Z [00:02:03.325]➜  			"metadatas/vod/GetVideoPlayAuth.json",
2025-08-20T19:15:57.2087703Z [00:02:03.325]➜  			"metadatas/vod/GetVodTemplate.json",
2025-08-20T19:15:57.2088158Z [00:02:03.325]➜  			"metadatas/vod/GetWatermark.json",
2025-08-20T19:15:57.2088471Z [00:02:03.325]➜  			"metadatas/vod/ListAIImageInfo.json",
2025-08-20T19:15:57.2088764Z [00:02:03.325]➜  			"metadatas/vod/ListAIJob.json",
2025-08-20T19:15:57.2089062Z [00:02:03.325]➜  			"metadatas/vod/ListAITemplate.json",
2025-08-20T19:15:57.2089382Z [00:02:03.325]➜  			"metadatas/vod/ListAppInfo.json",
2025-08-20T19:15:57.2089761Z [00:02:03.325]➜  			"metadatas/vod/ListAppPoliciesForIdentity.json",
2025-08-20T19:15:57.2090090Z [00:02:03.325]➜  			"metadatas/vod/ListAuditSecurityIp.json",
2025-08-20T19:15:57.2090397Z [00:02:03.325]➜  			"metadatas/vod/ListDynamicImage.json",
2025-08-20T19:15:57.2090679Z [00:02:03.325]➜  			"metadatas/vod/ListJobInfo.json",
2025-08-20T19:15:57.2091008Z [00:02:03.325]➜  			"metadatas/vod/ListLiveRecordVideo.json",
2025-08-20T19:15:57.2091337Z [00:02:03.325]➜  			"metadatas/vod/ListSnapshots.json",
2025-08-20T19:15:57.2091650Z [00:02:03.325]➜  			"metadatas/vod/ListTranscodeTask.json",
2025-08-20T19:15:57.2092042Z [00:02:03.325]➜  			"metadatas/vod/ListTranscodeTemplateGroup.json",
2025-08-20T19:15:57.2092353Z [00:02:03.325]➜  			"metadatas/vod/ListVodTemplate.json",
2025-08-20T19:15:57.2092792Z [00:02:03.325]➜  			"metadatas/vod/ListWatermark.json",
2025-08-20T19:15:57.2093091Z [00:02:03.325]➜  			"metadatas/vod/MoveAppResource.json",
2025-08-20T19:15:57.2093633Z [00:02:03.325]➜  			"metadatas/vod/PreloadVodObjectCaches.json",
2025-08-20T19:15:57.2094070Z [00:02:03.325]➜  			"metadatas/vod/ProduceEditingProjectVideo.json",
2025-08-20T19:15:57.2094414Z [00:02:03.325]➜  			"metadatas/vod/RefreshMediaPlayUrls.json",
2025-08-20T19:15:57.2094746Z [00:02:03.325]➜  			"metadatas/vod/RefreshUploadVideo.json",
2025-08-20T19:15:57.2095093Z [00:02:03.325]➜  			"metadatas/vod/RefreshVodObjectCaches.json",
2025-08-20T19:15:57.2095534Z [00:02:03.325]➜  			"metadatas/vod/RegisterMedia.json",
2025-08-20T19:15:57.2095877Z [00:02:03.325]➜  			"metadatas/vod/RestoreMedia.json",
2025-08-20T19:15:57.2096226Z [00:02:03.325]➜  			"metadatas/vod/SearchEditingProject.json",
2025-08-20T19:15:57.2096545Z [00:02:03.325]➜  			"metadatas/vod/SearchMedia.json",
2025-08-20T19:15:57.2096872Z [00:02:03.325]➜  			"metadatas/vod/SetAuditSecurityIp.json",
2025-08-20T19:15:57.2097227Z [00:02:03.325]➜  			"metadatas/vod/SetCrossdomainContent.json",
2025-08-20T19:15:57.2097576Z [00:02:03.325]➜  			"metadatas/vod/SetDefaultAITemplate.json",
2025-08-20T19:15:57.2098010Z [00:02:03.325]➜  			"metadatas/vod/SetDefaultTranscodeTemplateGroup.json",
2025-08-20T19:15:57.2098344Z [00:02:03.325]➜  			"metadatas/vod/SetDefaultWatermark.json",
2025-08-20T19:15:57.2098701Z [00:02:03.325]➜  			"metadatas/vod/SetEditingProjectMaterials.json",
2025-08-20T19:15:57.2099026Z [00:02:03.325]➜  			"metadatas/vod/SetMessageCallback.json",
2025-08-20T19:15:57.2099419Z [00:02:03.325]➜  			"metadatas/vod/SetVodDomainCertificate.json",
2025-08-20T19:15:57.2099807Z [00:02:03.325]➜  			"metadatas/vod/SetVodDomainSSLCertificate.json",
2025-08-20T19:15:57.2100154Z [00:02:03.325]➜  			"metadatas/vod/SubmitAIImageAuditJob.json",
2025-08-20T19:15:57.2100447Z [00:02:03.325]➜  			"metadatas/vod/SubmitAIImageJob.json",
2025-08-20T19:15:57.2100748Z [00:02:03.325]➜  			"metadatas/vod/SubmitAIJob.json",
2025-08-20T19:15:57.2101135Z [00:02:03.325]➜  			"metadatas/vod/SubmitAIMediaAuditJob.json",
2025-08-20T19:15:57.2101678Z [00:02:03.325]➜  			"metadatas/vod/SubmitDigitalWatermarkExtractJob.json",
2025-08-20T19:15:57.2102032Z [00:02:03.325]➜  			"metadatas/vod/SubmitDynamicImageJob.json",
2025-08-20T19:15:57.2102526Z [00:02:03.325]➜  			"metadatas/vod/SubmitMediaDNADeleteJob.json",
2025-08-20T19:15:57.2102884Z [00:02:03.325]➜  			"metadatas/vod/SubmitPreprocessJobs.json",
2025-08-20T19:15:57.2103214Z [00:02:03.326]➜  			"metadatas/vod/SubmitSnapshotJob.json",
2025-08-20T19:15:57.2103532Z [00:02:03.326]➜  			"metadatas/vod/SubmitTranscodeJobs.json",
2025-08-20T19:15:57.2103856Z [00:02:03.326]➜  			"metadatas/vod/SubmitWorkflowJob.json",
2025-08-20T19:15:57.2104187Z [00:02:03.326]➜  			"metadatas/vod/UpdateAITemplate.json",
2025-08-20T19:15:57.2104636Z [00:02:03.326]➜  			"metadatas/vod/UpdateAppInfo.json",
2025-08-20T19:15:57.2105001Z [00:02:03.326]➜  			"metadatas/vod/UpdateAttachedMediaInfos.json",
2025-08-20T19:15:57.2105317Z [00:02:03.326]➜  			"metadatas/vod/UpdateCategory.json",
2025-08-20T19:15:57.2105663Z [00:02:03.326]➜  			"metadatas/vod/UpdateEditingProject.json",
2025-08-20T19:15:57.2105988Z [00:02:03.326]➜  			"metadatas/vod/UpdateImageInfos.json",
2025-08-20T19:15:57.2106363Z [00:02:03.326]➜  			"metadatas/vod/UpdateMediaStorageClass.json",
2025-08-20T19:15:57.2106754Z [00:02:03.326]➜  			"metadatas/vod/UpdateTranscodeTemplateGroup.json",
2025-08-20T19:15:57.2107050Z [00:02:03.326]➜  			"metadatas/vod/UpdateVideoInfo.json",
2025-08-20T19:15:57.2107355Z [00:02:03.326]➜  			"metadatas/vod/UpdateVideoInfos.json",
2025-08-20T19:15:57.2107690Z [00:02:03.326]➜  			"metadatas/vod/UpdateVodDomain.json",
2025-08-20T19:15:57.2108024Z [00:02:03.326]➜  			"metadatas/vod/UpdateVodTemplate.json",
2025-08-20T19:15:57.2108377Z [00:02:03.326]➜  			"metadatas/vod/UpdateWatermark.json",
2025-08-20T19:15:57.2108664Z [00:02:03.326]➜  			"metadatas/vod/UploadMediaByURL.json",
2025-08-20T19:15:57.2108971Z [00:02:03.326]➜  			"metadatas/vod/UploadStreamByURL.json",
2025-08-20T19:15:57.2109308Z [00:02:03.326]➜  			"metadatas/vod/VerifyVodDomainOwner.json",
2025-08-20T19:15:57.2109852Z [00:02:03.326]➜  			"metadatas/vpc/ActivateRouterInterface.json",
2025-08-20T19:15:57.2110160Z [00:02:03.326]➜  			"metadatas/vpc/ActiveFlowLog.json",
2025-08-20T19:15:57.2110437Z [00:02:03.326]➜  			"metadatas/vpc/AddBgpNetwork.json",
2025-08-20T19:15:57.2110835Z [00:02:03.326]➜  			"metadatas/vpc/AddCommonBandwidthPackageIp.json",
2025-08-20T19:15:57.2111246Z [00:02:03.326]➜  			"metadatas/vpc/AddCommonBandwidthPackageIps.json",
2025-08-20T19:15:57.2111861Z [00:02:03.326]➜  			"metadatas/vpc/AddGlobalAccelerationInstanceIp.json",
2025-08-20T19:15:57.2112267Z [00:02:03.326]➜  			"metadatas/vpc/AddIPv6TranslatorAclListEntry.json",
2025-08-20T19:15:57.2112860Z [00:02:03.326]➜  			"metadatas/vpc/AddPublicIpAddressPoolCidrBlock.json",
2025-08-20T19:15:57.2113269Z [00:02:03.326]➜  			"metadatas/vpc/AddSourcesToTrafficMirrorSession.json",
2025-08-20T19:15:57.2113601Z [00:02:03.326]➜  			"metadatas/vpc/AllocateEipAddress.json",
2025-08-20T19:15:57.2113966Z [00:02:03.326]➜  			"metadatas/vpc/AllocateEipAddressPro.json",
2025-08-20T19:15:57.2114371Z [00:02:03.326]➜  			"metadatas/vpc/AllocateEipSegmentAddress.json",
2025-08-20T19:15:57.2114701Z [00:02:03.326]➜  			"metadatas/vpc/AllocateIpv6Address.json",
2025-08-20T19:15:57.2115086Z [00:02:03.326]➜  			"metadatas/vpc/AllocateIpv6InternetBandwidth.json",
2025-08-20T19:15:57.2115433Z [00:02:03.326]➜  			"metadatas/vpc/AllocateVpcIpv6Cidr.json",
2025-08-20T19:15:57.2115811Z [00:02:03.326]➜  			"metadatas/vpc/ApplyPhysicalConnectionLOA.json",
2025-08-20T19:15:57.2116166Z [00:02:03.326]➜  			"metadatas/vpc/AssociateEipAddress.json",
2025-08-20T19:15:57.2116509Z [00:02:03.326]➜  			"metadatas/vpc/AssociateEipAddressBatch.json",
2025-08-20T19:15:57.2116830Z [00:02:03.326]➜  			"metadatas/vpc/AssociateHaVip.json",
2025-08-20T19:15:57.2117162Z [00:02:03.326]➜  			"metadatas/vpc/AssociateNetworkAcl.json",
2025-08-20T19:15:57.2117771Z [00:02:03.326]➜  			"metadatas/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json",
2025-08-20T19:15:57.2118210Z [00:02:03.326]➜  			"metadatas/vpc/AssociateRouteTable.json",
2025-08-20T19:15:57.2118612Z [00:02:03.326]➜  			"metadatas/vpc/AssociateRouteTableWithGateway.json",
2025-08-20T19:15:57.2119123Z [00:02:03.326]➜  			"metadatas/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json",
2025-08-20T19:15:57.2119484Z [00:02:03.326]➜  			"metadatas/vpc/AssociateVpcCidrBlock.json",
2025-08-20T19:15:57.2119934Z [00:02:03.326]➜  			"metadatas/vpc/AssociateVpnGatewayWithCertificate.json",
2025-08-20T19:15:57.2120348Z [00:02:03.327]➜  			"metadatas/vpc/AttachDhcpOptionsSetToVpc.json",
2025-08-20T19:15:57.2120657Z [00:02:03.327]➜  			"metadatas/vpc/AttachVbrToVpconn.json",
2025-08-20T19:15:57.2121229Z [00:02:03.327]➜  			"metadatas/vpc/CancelCommonBandwidthPackageIpBandwidth.json",
2025-08-20T19:15:57.2121570Z [00:02:03.327]➜  			"metadatas/vpc/CancelPhysicalConnection.json",
2025-08-20T19:15:57.2121884Z [00:02:03.327]➜  			"metadatas/vpc/ChangeResourceGroup.json",
2025-08-20T19:15:57.2122347Z [00:02:03.327]➜  			"metadatas/vpc/CheckCanAllocateVpcPrivateIpAddress.json",
2025-08-20T19:15:57.2122860Z [00:02:03.327]➜  			"metadatas/vpc/CheckVpnBgpEnabled.json",
2025-08-20T19:15:57.2123275Z [00:02:03.327]➜  			"metadatas/vpc/CompletePhysicalConnectionLOA.json",
2025-08-20T19:15:57.2123668Z [00:02:03.327]➜  			"metadatas/vpc/ConfirmPhysicalConnection.json",
2025-08-20T19:15:57.2124028Z [00:02:03.327]➜  			"metadatas/vpc/ConnectRouterInterface.json",
2025-08-20T19:15:57.2124397Z [00:02:03.327]➜  			"metadatas/vpc/ConvertBandwidthPackage.json",
2025-08-20T19:15:57.2124767Z [00:02:03.327]➜  			"metadatas/vpc/CopyNetworkAclEntries.json",
2025-08-20T19:15:57.2125078Z [00:02:03.327]➜  			"metadatas/vpc/CreateBgpGroup.json",
2025-08-20T19:15:57.2125395Z [00:02:03.327]➜  			"metadatas/vpc/CreateBgpPeer.json",
2025-08-20T19:15:57.2125788Z [00:02:03.327]➜  			"metadatas/vpc/CreateCommonBandwidthPackage.json",
2025-08-20T19:15:57.2126114Z [00:02:03.327]➜  			"metadatas/vpc/CreateCustomerGateway.json",
2025-08-20T19:15:57.2126469Z [00:02:03.327]➜  			"metadatas/vpc/CreateDefaultVSwitch.json",
2025-08-20T19:15:57.2126962Z [00:02:03.327]➜  			"metadatas/vpc/CreateDefaultVpc.json",
2025-08-20T19:15:57.2127280Z [00:02:03.327]➜  			"metadatas/vpc/CreateDhcpOptionsSet.json",
2025-08-20T19:15:57.2127649Z [00:02:03.327]➜  			"metadatas/vpc/CreateExpressCloudConnection.json",
2025-08-20T19:15:57.2128018Z [00:02:03.327]➜  			"metadatas/vpc/CreateExpressConnectTrafficQos.json",
2025-08-20T19:15:57.2128574Z [00:02:03.327]➜  			"metadatas/vpc/CreateExpressConnectTrafficQosQueue.json",
2025-08-20T19:15:57.2129018Z [00:02:03.327]➜  			"metadatas/vpc/CreateExpressConnectTrafficQosRule.json",
2025-08-20T19:15:57.2129354Z [00:02:03.327]➜  			"metadatas/vpc/CreateFailoverTestJob.json",
2025-08-20T19:15:57.2129641Z [00:02:03.327]➜  			"metadatas/vpc/CreateFlowLog.json",
2025-08-20T19:15:57.2129955Z [00:02:03.327]➜  			"metadatas/vpc/CreateForwardEntry.json",
2025-08-20T19:15:57.2130258Z [00:02:03.327]➜  			"metadatas/vpc/CreateFullNatEntry.json",
2025-08-20T19:15:57.2130689Z [00:02:03.327]➜  			"metadatas/vpc/CreateGlobalAccelerationInstance.json",
2025-08-20T19:15:57.2130960Z [00:02:03.327]➜  			"metadatas/vpc/CreateHaVip.json",
2025-08-20T19:15:57.2131390Z [00:02:03.327]➜  			"metadatas/vpc/CreateHighReliablePhysicalConnection.json",
2025-08-20T19:15:57.2131699Z [00:02:03.327]➜  			"metadatas/vpc/CreateIPv6Translator.json",
2025-08-20T19:15:57.2132064Z [00:02:03.327]➜  			"metadatas/vpc/CreateIPv6TranslatorAclList.json",
2025-08-20T19:15:57.2132615Z [00:02:03.327]➜  			"metadatas/vpc/CreateIPv6TranslatorEntry.json",
2025-08-20T19:15:57.2132946Z [00:02:03.327]➜  			"metadatas/vpc/CreateIpsecServer.json",
2025-08-20T19:15:57.2133258Z [00:02:03.327]➜  			"metadatas/vpc/CreateIpv4Gateway.json",
2025-08-20T19:15:57.2133620Z [00:02:03.327]➜  			"metadatas/vpc/CreateIpv6EgressOnlyRule.json",
2025-08-20T19:15:57.2133909Z [00:02:03.327]➜  			"metadatas/vpc/CreateIpv6Gateway.json",
2025-08-20T19:15:57.2134222Z [00:02:03.327]➜  			"metadatas/vpc/CreateNatGateway.json",
2025-08-20T19:15:57.2134664Z [00:02:03.327]➜  			"metadatas/vpc/CreateNatIp.json",
2025-08-20T19:15:57.2135002Z [00:02:03.327]➜  			"metadatas/vpc/CreateNatIpCidr.json",
2025-08-20T19:15:57.2135316Z [00:02:03.327]➜  			"metadatas/vpc/CreateNetworkAcl.json",
2025-08-20T19:15:57.2135690Z [00:02:03.327]➜  			"metadatas/vpc/CreatePhysicalConnection.json",
2025-08-20T19:15:57.2136172Z [00:02:03.327]➜  			"metadatas/vpc/CreatePhysicalConnectionOccupancyOrder.json",
2025-08-20T19:15:57.2136635Z [00:02:03.327]➜  			"metadatas/vpc/CreatePhysicalConnectionSetupOrder.json",
2025-08-20T19:15:57.2137005Z [00:02:03.327]➜  			"metadatas/vpc/CreatePublicIpAddressPool.json",
2025-08-20T19:15:57.2137480Z [00:02:03.327]➜  			"metadatas/vpc/CreateRouteEntries.json",
2025-08-20T19:15:57.2137795Z [00:02:03.327]➜  			"metadatas/vpc/CreateRouteEntry.json",
2025-08-20T19:15:57.2138111Z [00:02:03.327]➜  			"metadatas/vpc/CreateRouteTable.json",
2025-08-20T19:15:57.2138451Z [00:02:03.327]➜  			"metadatas/vpc/CreateRouterInterface.json",
2025-08-20T19:15:57.2138791Z [00:02:03.327]➜  			"metadatas/vpc/CreateSnatEntry.json",
2025-08-20T19:15:57.2139145Z [00:02:03.327]➜  			"metadatas/vpc/CreateSslVpnClientCert.json",
2025-08-20T19:15:57.2139491Z [00:02:03.327]➜  			"metadatas/vpc/CreateSslVpnServer.json",
2025-08-20T19:15:57.2139874Z [00:02:03.327]➜  			"metadatas/vpc/CreateTrafficMirrorFilter.json",
2025-08-20T19:15:57.2140298Z [00:02:03.327]➜  			"metadatas/vpc/CreateTrafficMirrorFilterRules.json",
2025-08-20T19:15:57.2140687Z [00:02:03.327]➜  			"metadatas/vpc/CreateTrafficMirrorSession.json",
2025-08-20T19:15:57.2141002Z [00:02:03.327]➜  			"metadatas/vpc/CreateVSwitch.json",
2025-08-20T19:15:57.2141408Z [00:02:03.327]➜  			"metadatas/vpc/CreateVSwitchCidrReservation.json",
2025-08-20T19:15:57.2141714Z [00:02:03.327]➜  			"metadatas/vpc/CreateVbrHa.json",
2025-08-20T19:15:57.2142056Z [00:02:03.327]➜  			"metadatas/vpc/CreateVcoRouteEntry.json",
2025-08-20T19:15:57.2142631Z [00:02:03.327]➜  			"metadatas/vpc/CreateVirtualBorderRouter.json",
2025-08-20T19:15:57.2143248Z [00:02:03.327]➜  			"metadatas/vpc/CreateVirtualPhysicalConnection.json",
2025-08-20T19:15:57.2143550Z [00:02:03.327]➜  			"metadatas/vpc/CreateVpc.json",
2025-08-20T19:15:57.2143925Z [00:02:03.327]➜  			"metadatas/vpc/CreateVpcGatewayEndpoint.json",
2025-08-20T19:15:57.2144259Z [00:02:03.327]➜  			"metadatas/vpc/CreateVpcPrefixList.json",
2025-08-20T19:15:57.2144594Z [00:02:03.327]➜  			"metadatas/vpc/CreateVpconnFromVbr.json",
2025-08-20T19:15:57.2145041Z [00:02:03.327]➜  			"metadatas/vpc/CreateVpnAttachment.json",
2025-08-20T19:15:57.2145391Z [00:02:03.327]➜  			"metadatas/vpc/CreateVpnConnection.json",
2025-08-20T19:15:57.2145721Z [00:02:03.327]➜  			"metadatas/vpc/CreateVpnGateway.json",
2025-08-20T19:15:57.2146086Z [00:02:03.327]➜  			"metadatas/vpc/CreateVpnPbrRouteEntry.json",
2025-08-20T19:15:57.2146419Z [00:02:03.327]➜  			"metadatas/vpc/CreateVpnRouteEntry.json",
2025-08-20T19:15:57.2146795Z [00:02:03.327]➜  			"metadatas/vpc/DeactivateRouterInterface.json",
2025-08-20T19:15:57.2147228Z [00:02:03.327]➜  			"metadatas/vpc/DeactiveFlowLog.json",
2025-08-20T19:15:57.2147582Z [00:02:03.327]➜  			"metadatas/vpc/DeleteBgpGroup.json",
2025-08-20T19:15:57.2147891Z [00:02:03.327]➜  			"metadatas/vpc/DeleteBgpNetwork.json",
2025-08-20T19:15:57.2148206Z [00:02:03.327]➜  			"metadatas/vpc/DeleteBgpPeer.json",
2025-08-20T19:15:57.2148614Z [00:02:03.327]➜  			"metadatas/vpc/DeleteCommonBandwidthPackage.json",
2025-08-20T19:15:57.2148964Z [00:02:03.327]➜  			"metadatas/vpc/DeleteCustomerGateway.json",
2025-08-20T19:15:57.2149311Z [00:02:03.327]➜  			"metadatas/vpc/DeleteDhcpOptionsSet.json",
2025-08-20T19:15:57.2149727Z [00:02:03.327]➜  			"metadatas/vpc/DeleteExpressConnectTrafficQos.json",
2025-08-20T19:15:57.2150196Z [00:02:03.327]➜  			"metadatas/vpc/DeleteExpressConnectTrafficQosQueue.json",
2025-08-20T19:15:57.2150628Z [00:02:03.327]➜  			"metadatas/vpc/DeleteExpressConnectTrafficQosRule.json",
2025-08-20T19:15:57.2150943Z [00:02:03.327]➜  			"metadatas/vpc/DeleteFailoverTestJob.json",
2025-08-20T19:15:57.2151246Z [00:02:03.327]➜  			"metadatas/vpc/DeleteFlowLog.json",
2025-08-20T19:15:57.2151572Z [00:02:03.327]➜  			"metadatas/vpc/DeleteForwardEntry.json",
2025-08-20T19:15:57.2151900Z [00:02:03.327]➜  			"metadatas/vpc/DeleteFullNatEntry.json",
2025-08-20T19:15:57.2152322Z [00:02:03.327]➜  			"metadatas/vpc/DeleteGlobalAccelerationInstance.json",
2025-08-20T19:15:57.2152801Z [00:02:03.327]➜  			"metadatas/vpc/DeleteHaVip.json",
2025-08-20T19:15:57.2153147Z [00:02:03.327]➜  			"metadatas/vpc/DeleteIPv6Translator.json",
2025-08-20T19:15:57.2153526Z [00:02:03.327]➜  			"metadatas/vpc/DeleteIPv6TranslatorAclList.json",
2025-08-20T19:15:57.2153996Z [00:02:03.327]➜  			"metadatas/vpc/DeleteIPv6TranslatorEntry.json",
2025-08-20T19:15:57.2154307Z [00:02:03.327]➜  			"metadatas/vpc/DeleteIpsecServer.json",
2025-08-20T19:15:57.2154612Z [00:02:03.327]➜  			"metadatas/vpc/DeleteIpv4Gateway.json",
2025-08-20T19:15:57.2154949Z [00:02:03.327]➜  			"metadatas/vpc/DeleteIpv6EgressOnlyRule.json",
2025-08-20T19:15:57.2155258Z [00:02:03.327]➜  			"metadatas/vpc/DeleteIpv6Gateway.json",
2025-08-20T19:15:57.2155636Z [00:02:03.327]➜  			"metadatas/vpc/DeleteIpv6InternetBandwidth.json",
2025-08-20T19:15:57.2155953Z [00:02:03.327]➜  			"metadatas/vpc/DeleteNatGateway.json",
2025-08-20T19:15:57.2156249Z [00:02:03.327]➜  			"metadatas/vpc/DeleteNatIp.json",
2025-08-20T19:15:57.2156550Z [00:02:03.327]➜  			"metadatas/vpc/DeleteNatIpCidr.json",
2025-08-20T19:15:57.2156866Z [00:02:03.327]➜  			"metadatas/vpc/DeleteNetworkAcl.json",
2025-08-20T19:15:57.2157220Z [00:02:03.327]➜  			"metadatas/vpc/DeletePhysicalConnection.json",
2025-08-20T19:15:57.2157609Z [00:02:03.327]➜  			"metadatas/vpc/DeletePublicIpAddressPool.json",
2025-08-20T19:15:57.2158057Z [00:02:03.327]➜  			"metadatas/vpc/DeletePublicIpAddressPoolCidrBlock.json",
2025-08-20T19:15:57.2158365Z [00:02:03.327]➜  			"metadatas/vpc/DeleteRouteEntries.json",
2025-08-20T19:15:57.2158646Z [00:02:03.327]➜  			"metadatas/vpc/DeleteRouteEntry.json",
2025-08-20T19:15:57.2158968Z [00:02:03.327]➜  			"metadatas/vpc/DeleteRouteTable.json",
2025-08-20T19:15:57.2159523Z [00:02:03.327]➜  			"metadatas/vpc/DeleteRouterInterface.json",
2025-08-20T19:15:57.2159832Z [00:02:03.328]➜  			"metadatas/vpc/DeleteSnatEntry.json",
2025-08-20T19:15:57.2160150Z [00:02:03.328]➜  			"metadatas/vpc/DeleteSslVpnClientCert.json",
2025-08-20T19:15:57.2160469Z [00:02:03.328]➜  			"metadatas/vpc/DeleteSslVpnServer.json",
2025-08-20T19:15:57.2160840Z [00:02:03.328]➜  			"metadatas/vpc/DeleteTrafficMirrorFilter.json",
2025-08-20T19:15:57.2161383Z [00:02:03.328]➜  			"metadatas/vpc/DeleteTrafficMirrorFilterRules.json",
2025-08-20T19:15:57.2161802Z [00:02:03.328]➜  			"metadatas/vpc/DeleteTrafficMirrorSession.json",
2025-08-20T19:15:57.2162128Z [00:02:03.328]➜  			"metadatas/vpc/DeleteVSwitch.json",
2025-08-20T19:15:57.2162710Z [00:02:03.328]➜  			"metadatas/vpc/DeleteVSwitchCidrReservation.json",
2025-08-20T19:15:57.2163020Z [00:02:03.328]➜  			"metadatas/vpc/DeleteVbrHa.json",
2025-08-20T19:15:57.2163487Z [00:02:03.328]➜  			"metadatas/vpc/DeleteVcoRouteEntry.json",
2025-08-20T19:15:57.2163896Z [00:02:03.328]➜  			"metadatas/vpc/DeleteVirtualBorderRouter.json",
2025-08-20T19:15:57.2164193Z [00:02:03.328]➜  			"metadatas/vpc/DeleteVpc.json",
2025-08-20T19:15:57.2164563Z [00:02:03.328]➜  			"metadatas/vpc/DeleteVpcGatewayEndpoint.json",
2025-08-20T19:15:57.2164902Z [00:02:03.328]➜  			"metadatas/vpc/DeleteVpcPrefixList.json",
2025-08-20T19:15:57.2165229Z [00:02:03.328]➜  			"metadatas/vpc/DeleteVpnAttachment.json",
2025-08-20T19:15:57.2165561Z [00:02:03.328]➜  			"metadatas/vpc/DeleteVpnConnection.json",
2025-08-20T19:15:57.2171764Z [00:02:03.328]➜  			"metadatas/vpc/DeleteVpnGateway.json",
2025-08-20T19:15:57.2172268Z [00:02:03.328]➜  			"metadatas/vpc/DeleteVpnPbrRouteEntry.json",
2025-08-20T19:15:57.2172832Z [00:02:03.328]➜  			"metadatas/vpc/DeleteVpnRouteEntry.json",
2025-08-20T19:15:57.2173186Z [00:02:03.328]➜  			"metadatas/vpc/DeletionProtection.json",
2025-08-20T19:15:57.2173520Z [00:02:03.328]➜  			"metadatas/vpc/Describe95Traffic.json",
2025-08-20T19:15:57.2173897Z [00:02:03.328]➜  			"metadatas/vpc/DescribeAccessPoints.json",
2025-08-20T19:15:57.2174232Z [00:02:03.328]➜  			"metadatas/vpc/DescribeBgpGroups.json",
2025-08-20T19:15:57.2174586Z [00:02:03.328]➜  			"metadatas/vpc/DescribeBgpNetworks.json",
2025-08-20T19:15:57.2174903Z [00:02:03.328]➜  			"metadatas/vpc/DescribeBgpPeers.json",
2025-08-20T19:15:57.2175323Z [00:02:03.328]➜  			"metadatas/vpc/DescribeCommonBandwidthPackages.json",
2025-08-20T19:15:57.2175685Z [00:02:03.328]➜  			"metadatas/vpc/DescribeCustomerGateway.json",
2025-08-20T19:15:57.2176044Z [00:02:03.328]➜  			"metadatas/vpc/DescribeCustomerGateways.json",
2025-08-20T19:15:57.2176478Z [00:02:03.328]➜  			"metadatas/vpc/DescribeEcGrantRelation.json",
2025-08-20T19:15:57.2176794Z [00:02:03.328]➜  			"metadatas/vpc/DescribeEipAddresses.json",
2025-08-20T19:15:57.2177110Z [00:02:03.328]➜  			"metadatas/vpc/DescribeEipGatewayInfo.json",
2025-08-20T19:15:57.2177438Z [00:02:03.328]➜  			"metadatas/vpc/DescribeEipMonitorData.json",
2025-08-20T19:15:57.2177738Z [00:02:03.328]➜  			"metadatas/vpc/DescribeEipSegment.json",
2025-08-20T19:15:57.2178134Z [00:02:03.328]➜  			"metadatas/vpc/DescribeExpressConnectTrafficQos.json",
2025-08-20T19:15:57.2178574Z [00:02:03.328]➜  			"metadatas/vpc/DescribeExpressConnectTrafficQosQueue.json",
2025-08-20T19:15:57.2179053Z [00:02:03.328]➜  			"metadatas/vpc/DescribeExpressConnectTrafficQosRule.json",
2025-08-20T19:15:57.2179430Z [00:02:03.328]➜  			"metadatas/vpc/DescribeFailoverTestJob.json",
2025-08-20T19:15:57.2179809Z [00:02:03.328]➜  			"metadatas/vpc/DescribeFailoverTestJobs.json",
2025-08-20T19:15:57.2180131Z [00:02:03.328]➜  			"metadatas/vpc/DescribeFlowLogs.json",
2025-08-20T19:15:57.2180528Z [00:02:03.328]➜  			"metadatas/vpc/DescribeForwardTableEntries.json",
2025-08-20T19:15:57.2180983Z [00:02:03.328]➜  			"metadatas/vpc/DescribeGlobalAccelerationInstances.json",
2025-08-20T19:15:57.2181352Z [00:02:03.328]➜  			"metadatas/vpc/DescribeGrantRulesToCen.json",
2025-08-20T19:15:57.2181833Z [00:02:03.328]➜  			"metadatas/vpc/DescribeHaVips.json",
2025-08-20T19:15:57.2182362Z [00:02:03.328]➜  			"metadatas/vpc/DescribeHighDefinitionMonitorLogAttribute.json",
2025-08-20T19:15:57.2183076Z [00:02:03.328]➜  			"metadatas/vpc/DescribeIPv6TranslatorAclListAttributes.json",
2025-08-20T19:15:57.2183498Z [00:02:03.328]➜  			"metadatas/vpc/DescribeIPv6TranslatorAclLists.json",
2025-08-20T19:15:57.2183906Z [00:02:03.328]➜  			"metadatas/vpc/DescribeIPv6TranslatorEntries.json",
2025-08-20T19:15:57.2184423Z [00:02:03.328]➜  			"metadatas/vpc/DescribeIPv6Translators.json",
2025-08-20T19:15:57.2184821Z [00:02:03.328]➜  			"metadatas/vpc/DescribeIpv6Addresses.json",
2025-08-20T19:15:57.2185260Z [00:02:03.328]➜  			"metadatas/vpc/DescribeIpv6EgressOnlyRules.json",
2025-08-20T19:15:57.2185689Z [00:02:03.328]➜  			"metadatas/vpc/DescribeIpv6GatewayAttribute.json",
2025-08-20T19:15:57.2186047Z [00:02:03.328]➜  			"metadatas/vpc/DescribeIpv6Gateways.json",
2025-08-20T19:15:57.2186722Z [00:02:03.328]➜  			"metadatas/vpc/DescribeNatGatewayAssociateNetworkInterfaces.json",
2025-08-20T19:15:57.2187086Z [00:02:03.328]➜  			"metadatas/vpc/DescribeNatGateways.json",
2025-08-20T19:15:57.2187453Z [00:02:03.328]➜  			"metadatas/vpc/DescribeNetworkAclAttributes.json",
2025-08-20T19:15:57.2187762Z [00:02:03.328]➜  			"metadatas/vpc/DescribeNetworkAcls.json",
2025-08-20T19:15:57.2188131Z [00:02:03.328]➜  			"metadatas/vpc/DescribePhysicalConnectionLOA.json",
2025-08-20T19:15:57.2188499Z [00:02:03.328]➜  			"metadatas/vpc/DescribePhysicalConnections.json",
2025-08-20T19:15:57.2188825Z [00:02:03.328]➜  			"metadatas/vpc/DescribePublicIpAddress.json",
2025-08-20T19:15:57.2189117Z [00:02:03.328]➜  			"metadatas/vpc/DescribeRegions.json",
2025-08-20T19:15:57.2189428Z [00:02:03.328]➜  			"metadatas/vpc/DescribeRouteEntryList.json",
2025-08-20T19:15:57.2189740Z [00:02:03.328]➜  			"metadatas/vpc/DescribeRouteTableList.json",
2025-08-20T19:15:57.2190057Z [00:02:03.328]➜  			"metadatas/vpc/DescribeRouteTables.json",
2025-08-20T19:15:57.2190503Z [00:02:03.328]➜  			"metadatas/vpc/DescribeRouterInterfaceAttribute.json",
2025-08-20T19:15:57.2190884Z [00:02:03.328]➜  			"metadatas/vpc/DescribeRouterInterfaces.json",
2025-08-20T19:15:57.2191469Z [00:02:03.328]➜  			"metadatas/vpc/DescribeServerRelatedGlobalAccelerationInstances.json",
2025-08-20T19:15:57.2191845Z [00:02:03.328]➜  			"metadatas/vpc/DescribeSnatTableEntries.json",
2025-08-20T19:15:57.2192202Z [00:02:03.328]➜  			"metadatas/vpc/DescribeSslVpnClientCert.json",
2025-08-20T19:15:57.2192774Z [00:02:03.328]➜  			"metadatas/vpc/DescribeSslVpnClientCerts.json",
2025-08-20T19:15:57.2193128Z [00:02:03.328]➜  			"metadatas/vpc/DescribeSslVpnClients.json",
2025-08-20T19:15:57.2193626Z [00:02:03.328]➜  			"metadatas/vpc/DescribeSslVpnServers.json",
2025-08-20T19:15:57.2193934Z [00:02:03.328]➜  			"metadatas/vpc/DescribeTagKeys.json",
2025-08-20T19:15:57.2194357Z [00:02:03.328]➜  			"metadatas/vpc/DescribeTagKeysForExpressConnect.json",
2025-08-20T19:15:57.2194657Z [00:02:03.328]➜  			"metadatas/vpc/DescribeTags.json",
2025-08-20T19:15:57.2195105Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVRouters.json",
2025-08-20T19:15:57.2195464Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVSwitchAttributes.json",
2025-08-20T19:15:57.2195773Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVSwitches.json",
2025-08-20T19:15:57.2196059Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVbrHa.json",
2025-08-20T19:15:57.2196449Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVcoRouteEntries.json",
2025-08-20T19:15:57.2196839Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVirtualBorderRouters.json",
2025-08-20T19:15:57.2197427Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json",
2025-08-20T19:15:57.2197770Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpcAttribute.json",
2025-08-20T19:15:57.2198155Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpcGrantRulesToEcr.json",
2025-08-20T19:15:57.2198452Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpcs.json",
2025-08-20T19:15:57.2198819Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpnAttachments.json",
2025-08-20T19:15:57.2199152Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpnConnection.json",
2025-08-20T19:15:57.2199527Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpnConnectionLogs.json",
2025-08-20T19:15:57.2199876Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpnConnections.json",
2025-08-20T19:15:57.2200356Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpnCrossAccountAuthorizations.json",
2025-08-20T19:15:57.2200806Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpnGateway.json",
2025-08-20T19:15:57.2201320Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpnGatewayAvailableZones.json",
2025-08-20T19:15:57.2201674Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpnGateways.json",
2025-08-20T19:15:57.2202064Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpnPbrRouteEntries.json",
2025-08-20T19:15:57.2202580Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpnRouteEntries.json",
2025-08-20T19:15:57.2202965Z [00:02:03.328]➜  			"metadatas/vpc/DescribeVpnSslServerLogs.json",
2025-08-20T19:15:57.2203426Z [00:02:03.328]➜  			"metadatas/vpc/DescribeZones.json",
2025-08-20T19:15:57.2203849Z [00:02:03.328]➜  			"metadatas/vpc/DetachDhcpOptionsSetFromVpc.json",
2025-08-20T19:15:57.2204205Z [00:02:03.328]➜  			"metadatas/vpc/DiagnoseVpnConnections.json",
2025-08-20T19:15:57.2204543Z [00:02:03.328]➜  			"metadatas/vpc/DiagnoseVpnGateway.json",
2025-08-20T19:15:57.2204920Z [00:02:03.328]➜  			"metadatas/vpc/DisableNatGatewayEcsMetric.json",
2025-08-20T19:15:57.2205288Z [00:02:03.328]➜  			"metadatas/vpc/DisableVpcClassicLink.json",
2025-08-20T19:15:57.2205692Z [00:02:03.328]➜  			"metadatas/vpc/DissociateRouteTableFromGateway.json",
2025-08-20T19:15:57.2206231Z [00:02:03.328]➜  			"metadatas/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json",
2025-08-20T19:15:57.2206721Z [00:02:03.328]➜  			"metadatas/vpc/DissociateVpnGatewayWithCertificate.json",
2025-08-20T19:15:57.2207110Z [00:02:03.328]➜  			"metadatas/vpc/DownloadVpnConnectionConfig.json",
2025-08-20T19:15:57.2207516Z [00:02:03.328]➜  			"metadatas/vpc/EnableNatGatewayEcsMetric.json",
2025-08-20T19:15:57.2207892Z [00:02:03.328]➜  			"metadatas/vpc/EnablePhysicalConnection.json",
2025-08-20T19:15:57.2208286Z [00:02:03.328]➜  			"metadatas/vpc/EnableVpcClassicLink.json",
2025-08-20T19:15:57.2208642Z [00:02:03.328]➜  			"metadatas/vpc/EnableVpcIpv4Gateway.json",
2025-08-20T19:15:57.2208971Z [00:02:03.328]➜  			"metadatas/vpc/GetDhcpOptionsSet.json",
2025-08-20T19:15:57.2209330Z [00:02:03.328]➜  			"metadatas/vpc/GetFlowLogServiceStatus.json",
2025-08-20T19:15:57.2209652Z [00:02:03.328]➜  			"metadatas/vpc/GetIpv4GatewayAttribute.json",
2025-08-20T19:15:57.2210120Z [00:02:03.328]➜  			"metadatas/vpc/GetNatGatewayAttribute.json",
2025-08-20T19:15:57.2210565Z [00:02:03.328]➜  			"metadatas/vpc/GetPhysicalConnectionServiceStatus.json",
2025-08-20T19:15:57.2211040Z [00:02:03.328]➜  			"metadatas/vpc/GetPublicIpAddressPoolServiceStatus.json",
2025-08-20T19:15:57.2211504Z [00:02:03.328]➜  			"metadatas/vpc/GetTrafficMirrorServiceStatus.json",
2025-08-20T19:15:57.2213681Z [00:02:03.328]➜  			"metadatas/vpc/GetVSwitchCidrReservationUsage.json",
2025-08-20T19:15:57.2214116Z [00:02:03.328]➜  			"metadatas/vpc/GetVpcGatewayEndpointAttribute.json",
2025-08-20T19:15:57.2214529Z [00:02:03.328]➜  			"metadatas/vpc/GetVpcPrefixListAssociations.json",
2025-08-20T19:15:57.2214893Z [00:02:03.328]➜  			"metadatas/vpc/GetVpcPrefixListEntries.json",
2025-08-20T19:15:57.2215262Z [00:02:03.328]➜  			"metadatas/vpc/GetVpcRouteEntrySummary.json",
2025-08-20T19:15:57.2215667Z [00:02:03.328]➜  			"metadatas/vpc/GetVpnGatewayDiagnoseResult.json",
2025-08-20T19:15:57.2216013Z [00:02:03.328]➜  			"metadatas/vpc/GrantInstanceToCen.json",
2025-08-20T19:15:57.2216355Z [00:02:03.328]➜  			"metadatas/vpc/GrantInstanceToVbr.json",
2025-08-20T19:15:57.2216729Z [00:02:03.328]➜  			"metadatas/vpc/ListBusinessAccessPoints.json",
2025-08-20T19:15:57.2217082Z [00:02:03.328]➜  			"metadatas/vpc/ListDhcpOptionsSets.json",
2025-08-20T19:15:57.2217587Z [00:02:03.328]➜  			"metadatas/vpc/ListEnhanhcedNatGatewayAvailableZones.json",
2025-08-20T19:15:57.2217948Z [00:02:03.328]➜  			"metadatas/vpc/ListFullNatEntries.json",
2025-08-20T19:15:57.2218344Z [00:02:03.328]➜  			"metadatas/vpc/ListGatewayRouteTableEntries.json",
2025-08-20T19:15:57.2218737Z [00:02:03.328]➜  			"metadatas/vpc/ListGeographicSubRegions.json",
2025-08-20T19:15:57.2219082Z [00:02:03.328]➜  			"metadatas/vpc/ListIpsecServerLogs.json",
2025-08-20T19:15:57.2219417Z [00:02:03.328]➜  			"metadatas/vpc/ListIpsecServers.json",
2025-08-20T19:15:57.2219895Z [00:02:03.328]➜  			"metadatas/vpc/ListIpv4Gateways.json",
2025-08-20T19:15:57.2220290Z [00:02:03.328]➜  			"metadatas/vpc/ListNatIpCidrs.json",
2025-08-20T19:15:57.2220580Z [00:02:03.328]➜  			"metadatas/vpc/ListNatIps.json",
2025-08-20T19:15:57.2220877Z [00:02:03.328]➜  			"metadatas/vpc/ListPrefixLists.json",
2025-08-20T19:15:57.2221288Z [00:02:03.328]➜  			"metadatas/vpc/ListPublicIpAddressPoolCidrBlocks.json",
2025-08-20T19:15:57.2221732Z [00:02:03.328]➜  			"metadatas/vpc/ListPublicIpAddressPools.json",
2025-08-20T19:15:57.2222027Z [00:02:03.328]➜  			"metadatas/vpc/ListTagResources.json",
2025-08-20T19:15:57.2222605Z [00:02:03.328]➜  			"metadatas/vpc/ListTagResourcesForExpressConnect.json",
2025-08-20T19:15:57.2222975Z [00:02:03.328]➜  			"metadatas/vpc/ListTrafficMirrorFilters.json",
2025-08-20T19:15:57.2223325Z [00:02:03.328]➜  			"metadatas/vpc/ListTrafficMirrorSessions.json",
2025-08-20T19:15:57.2223690Z [00:02:03.328]➜  			"metadatas/vpc/ListVSwitchCidrReservations.json",
2025-08-20T19:15:57.2224091Z [00:02:03.328]➜  			"metadatas/vpc/ListVirtualPhysicalConnections.json",
2025-08-20T19:15:57.2224533Z [00:02:03.328]➜  			"metadatas/vpc/ListVpcEndpointServicesByEndUser.json",
2025-08-20T19:15:57.2224921Z [00:02:03.328]➜  			"metadatas/vpc/ListVpcGatewayEndpoints.json",
2025-08-20T19:15:57.2225306Z [00:02:03.328]➜  			"metadatas/vpc/ListVpcPublishedRouteEntries.json",
2025-08-20T19:15:57.2225704Z [00:02:03.328]➜  			"metadatas/vpc/ListVpnCertificateAssociations.json",
2025-08-20T19:15:57.2226076Z [00:02:03.328]➜  			"metadatas/vpc/ModifyBgpGroupAttribute.json",
2025-08-20T19:15:57.2226450Z [00:02:03.328]➜  			"metadatas/vpc/ModifyBgpPeerAttribute.json",
2025-08-20T19:15:57.2226901Z [00:02:03.328]➜  			"metadatas/vpc/ModifyCommonBandwidthPackageAttribute.json",
2025-08-20T19:15:57.2227405Z [00:02:03.328]➜  			"metadatas/vpc/ModifyCommonBandwidthPackageIpBandwidth.json",
2025-08-20T19:15:57.2227849Z [00:02:03.328]➜  			"metadatas/vpc/ModifyCommonBandwidthPackageSpec.json",
2025-08-20T19:15:57.2228340Z [00:02:03.328]➜  			"metadatas/vpc/ModifyCustomerGatewayAttribute.json",
2025-08-20T19:15:57.2228729Z [00:02:03.328]➜  			"metadatas/vpc/ModifyEipAddressAttribute.json",
2025-08-20T19:15:57.2229268Z [00:02:03.328]➜  			"metadatas/vpc/ModifyEipForwardMode.json",
2025-08-20T19:15:57.2229754Z [00:02:03.328]➜  			"metadatas/vpc/ModifyExpressCloudConnectionAttribute.json",
2025-08-20T19:15:57.2230238Z [00:02:03.328]➜  			"metadatas/vpc/ModifyExpressCloudConnectionBandwidth.json",
2025-08-20T19:15:57.2230826Z [00:02:03.328]➜  			"metadatas/vpc/ModifyExpressConnectTrafficQos.json",
2025-08-20T19:15:57.2231287Z [00:02:03.328]➜  			"metadatas/vpc/ModifyExpressConnectTrafficQosQueue.json",
2025-08-20T19:15:57.2231742Z [00:02:03.328]➜  			"metadatas/vpc/ModifyExpressConnectTrafficQosRule.json",
2025-08-20T19:15:57.2232120Z [00:02:03.328]➜  			"metadatas/vpc/ModifyFlowLogAttribute.json",
2025-08-20T19:15:57.2232608Z [00:02:03.328]➜  			"metadatas/vpc/ModifyForwardEntry.json",
2025-08-20T19:15:57.2233035Z [00:02:03.328]➜  			"metadatas/vpc/ModifyFullNatEntryAttribute.json",
2025-08-20T19:15:57.2233553Z [00:02:03.328]➜  			"metadatas/vpc/ModifyGlobalAccelerationInstanceAttributes.json",
2025-08-20T19:15:57.2234028Z [00:02:03.328]➜  			"metadatas/vpc/ModifyGlobalAccelerationInstanceSpec.json",
2025-08-20T19:15:57.2234363Z [00:02:03.328]➜  			"metadatas/vpc/ModifyHaVipAttribute.json",
2025-08-20T19:15:57.2234794Z [00:02:03.328]➜  			"metadatas/vpc/ModifyIPv6TranslatorAclAttribute.json",
2025-08-20T19:15:57.2235217Z [00:02:03.328]➜  			"metadatas/vpc/ModifyIPv6TranslatorAclListEntry.json",
2025-08-20T19:15:57.2235586Z [00:02:03.328]➜  			"metadatas/vpc/ModifyIPv6TranslatorAttribute.json",
2025-08-20T19:15:57.2235962Z [00:02:03.328]➜  			"metadatas/vpc/ModifyIPv6TranslatorBandwidth.json",
2025-08-20T19:15:57.2236333Z [00:02:03.328]➜  			"metadatas/vpc/ModifyIPv6TranslatorEntry.json",
2025-08-20T19:15:57.2236699Z [00:02:03.329]➜  			"metadatas/vpc/ModifyIpv6AddressAttribute.json",
2025-08-20T19:15:57.2237194Z [00:02:03.329]➜  			"metadatas/vpc/ModifyIpv6GatewayAttribute.json",
2025-08-20T19:15:57.2237600Z [00:02:03.329]➜  			"metadatas/vpc/ModifyIpv6InternetBandwidth.json",
2025-08-20T19:15:57.2237991Z [00:02:03.329]➜  			"metadatas/vpc/ModifyNatGatewayAttribute.json",
2025-08-20T19:15:57.2238306Z [00:02:03.329]➜  			"metadatas/vpc/ModifyNatGatewaySpec.json",
2025-08-20T19:15:57.2238624Z [00:02:03.329]➜  			"metadatas/vpc/ModifyNatIpAttribute.json",
2025-08-20T19:15:57.2239072Z [00:02:03.329]➜  			"metadatas/vpc/ModifyNatIpCidrAttribute.json",
2025-08-20T19:15:57.2239433Z [00:02:03.329]➜  			"metadatas/vpc/ModifyNetworkAclAttributes.json",
2025-08-20T19:15:57.2239841Z [00:02:03.329]➜  			"metadatas/vpc/ModifyPhysicalConnectionAttribute.json",
2025-08-20T19:15:57.2240148Z [00:02:03.329]➜  			"metadatas/vpc/ModifyRouteEntry.json",
2025-08-20T19:15:57.2240515Z [00:02:03.329]➜  			"metadatas/vpc/ModifyRouteTableAttributes.json",
2025-08-20T19:15:57.2240918Z [00:02:03.329]➜  			"metadatas/vpc/ModifyRouterInterfaceAttribute.json",
2025-08-20T19:15:57.2241270Z [00:02:03.329]➜  			"metadatas/vpc/ModifyRouterInterfaceSpec.json",
2025-08-20T19:15:57.2241576Z [00:02:03.329]➜  			"metadatas/vpc/ModifySnatEntry.json",
2025-08-20T19:15:57.2241894Z [00:02:03.329]➜  			"metadatas/vpc/ModifySslVpnClientCert.json",
2025-08-20T19:15:57.2242191Z [00:02:03.329]➜  			"metadatas/vpc/ModifySslVpnServer.json",
2025-08-20T19:15:57.2242693Z [00:02:03.329]➜  			"metadatas/vpc/ModifyTunnelAttribute.json",
2025-08-20T19:15:57.2243069Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVRouterAttribute.json",
2025-08-20T19:15:57.2243398Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVSwitchAttribute.json",
2025-08-20T19:15:57.2243860Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVSwitchCidrReservationAttribute.json",
2025-08-20T19:15:57.2244241Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVcoRouteEntryWeight.json",
2025-08-20T19:15:57.2244677Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVirtualBorderRouterAttribute.json",
2025-08-20T19:15:57.2244997Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVpcAttribute.json",
2025-08-20T19:15:57.2245301Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVpcPrefixList.json",
2025-08-20T19:15:57.2245817Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVpnAttachmentAttribute.json",
2025-08-20T19:15:57.2246198Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVpnConnectionAttribute.json",
2025-08-20T19:15:57.2246578Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVpnGatewayAttribute.json",
2025-08-20T19:15:57.2247000Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVpnPbrRouteEntryAttribute.json",
2025-08-20T19:15:57.2247504Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVpnPbrRouteEntryPriority.json",
2025-08-20T19:15:57.2247870Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVpnPbrRouteEntryWeight.json",
2025-08-20T19:15:57.2248235Z [00:02:03.329]➜  			"metadatas/vpc/ModifyVpnRouteEntryWeight.json",
2025-08-20T19:15:57.2248559Z [00:02:03.329]➜  			"metadatas/vpc/MoveResourceGroup.json",
2025-08-20T19:15:57.2248910Z [00:02:03.329]➜  			"metadatas/vpc/MoveVpnResourceGroup.json",
2025-08-20T19:15:57.2249227Z [00:02:03.329]➜  			"metadatas/vpc/OpenFlowLogService.json",
2025-08-20T19:15:57.2249633Z [00:02:03.329]➜  			"metadatas/vpc/OpenPhysicalConnectionService.json",
2025-08-20T19:15:57.2250047Z [00:02:03.329]➜  			"metadatas/vpc/OpenPublicIpAddressPoolService.json",
2025-08-20T19:15:57.2250418Z [00:02:03.329]➜  			"metadatas/vpc/OpenTrafficMirrorService.json",
2025-08-20T19:15:57.2250768Z [00:02:03.329]➜  			"metadatas/vpc/PublishVpcRouteEntries.json",
2025-08-20T19:15:57.2251174Z [00:02:03.329]➜  			"metadatas/vpc/PublishVpnRouteEntry.json",
2025-08-20T19:15:57.2251571Z [00:02:03.329]➜  			"metadatas/vpc/RecoverPhysicalConnection.json",
2025-08-20T19:15:57.2251963Z [00:02:03.329]➜  			"metadatas/vpc/RecoverVirtualBorderRouter.json",
2025-08-20T19:15:57.2252341Z [00:02:03.329]➜  			"metadatas/vpc/ReleaseEipAddress.json",
2025-08-20T19:15:57.2252867Z [00:02:03.329]➜  			"metadatas/vpc/ReleaseEipSegmentAddress.json",
2025-08-20T19:15:57.2253349Z [00:02:03.329]➜  			"metadatas/vpc/ReleaseIpv6Address.json",
2025-08-20T19:15:57.2253801Z [00:02:03.329]➜  			"metadatas/vpc/RemoveCommonBandwidthPackageIp.json",
2025-08-20T19:15:57.2254264Z [00:02:03.329]➜  			"metadatas/vpc/RemoveGlobalAccelerationInstanceIp.json",
2025-08-20T19:15:57.2254663Z [00:02:03.329]➜  			"metadatas/vpc/RemoveIPv6TranslatorAclListEntry.json",
2025-08-20T19:15:57.2255125Z [00:02:03.329]➜  			"metadatas/vpc/RemoveSourcesFromTrafficMirrorSession.json",
2025-08-20T19:15:57.2255629Z [00:02:03.329]➜  			"metadatas/vpc/ReplaceVpcDhcpOptionsSet.json",
2025-08-20T19:15:57.2256086Z [00:02:03.329]➜  			"metadatas/vpc/RetryVpcPrefixListAssociation.json",
2025-08-20T19:15:57.2256456Z [00:02:03.329]➜  			"metadatas/vpc/RevokeInstanceFromCen.json",
2025-08-20T19:15:57.2256800Z [00:02:03.329]➜  			"metadatas/vpc/RevokeInstanceFromVbr.json",
2025-08-20T19:15:57.2257215Z [00:02:03.329]➜  			"metadatas/vpc/SecondApplyPhysicalConnectionLOA.json",
2025-08-20T19:15:57.2257635Z [00:02:03.329]➜  			"metadatas/vpc/SetHighDefinitionMonitorLogStatus.json",
2025-08-20T19:15:57.2257986Z [00:02:03.329]➜  			"metadatas/vpc/StartFailoverTestJob.json",
2025-08-20T19:15:57.2258313Z [00:02:03.329]➜  			"metadatas/vpc/StopFailoverTestJob.json",
2025-08-20T19:15:57.2258623Z [00:02:03.330]➜  			"metadatas/vpc/TagResources.json",
2025-08-20T19:15:57.2259012Z [00:02:03.330]➜  			"metadatas/vpc/TagResourcesForExpressConnect.json",
2025-08-20T19:15:57.2259391Z [00:02:03.330]➜  			"metadatas/vpc/TerminatePhysicalConnection.json",
2025-08-20T19:15:57.2259784Z [00:02:03.330]➜  			"metadatas/vpc/TerminateVirtualBorderRouter.json",
2025-08-20T19:15:57.2260302Z [00:02:03.330]➜  			"metadatas/vpc/TransformEipSegmentToPublicIpAddressPool.json",
2025-08-20T19:15:57.2260611Z [00:02:03.330]➜  			"metadatas/vpc/UnTagResources.json",
2025-08-20T19:15:57.2260945Z [00:02:03.330]➜  			"metadatas/vpc/UnassociateEipAddress.json",
2025-08-20T19:15:57.2261411Z [00:02:03.330]➜  			"metadatas/vpc/UnassociateGlobalAccelerationInstance.json",
2025-08-20T19:15:57.2261741Z [00:02:03.330]➜  			"metadatas/vpc/UnassociateHaVip.json",
2025-08-20T19:15:57.2262069Z [00:02:03.330]➜  			"metadatas/vpc/UnassociateNetworkAcl.json",
2025-08-20T19:15:57.2263057Z [00:02:03.330]➜  			"metadatas/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json",
2025-08-20T19:15:57.2263415Z [00:02:03.330]➜  			"metadatas/vpc/UnassociateRouteTable.json",
2025-08-20T19:15:57.2263776Z [00:02:03.330]➜  			"metadatas/vpc/UnassociateVpcCidrBlock.json",
2025-08-20T19:15:57.2264197Z [00:02:03.330]➜  			"metadatas/vpc/UntagResourcesForExpressConnect.json",
2025-08-20T19:15:57.2264739Z [00:02:03.330]➜  			"metadatas/vpc/UpdateDhcpOptionsSetAttribute.json",
2025-08-20T19:15:57.2265072Z [00:02:03.330]➜  			"metadatas/vpc/UpdateFailoverTestJob.json",
2025-08-20T19:15:57.2265545Z [00:02:03.330]➜  			"metadatas/vpc/UpdateGatewayRouteTableEntryAttribute.json",
2025-08-20T19:15:57.2265861Z [00:02:03.330]➜  			"metadatas/vpc/UpdateIpsecServer.json",
2025-08-20T19:15:57.2266372Z [00:02:03.330]➜  			"metadatas/vpc/UpdateIpv4GatewayAttribute.json",
2025-08-20T19:15:57.2266751Z [00:02:03.330]➜  			"metadatas/vpc/UpdateNatGatewayNatType.json",
2025-08-20T19:15:57.2267111Z [00:02:03.330]➜  			"metadatas/vpc/UpdateNetworkAclEntries.json",
2025-08-20T19:15:57.2267567Z [00:02:03.330]➜  			"metadatas/vpc/UpdatePublicIpAddressPoolAttribute.json",
2025-08-20T19:15:57.2268003Z [00:02:03.330]➜  			"metadatas/vpc/UpdateTrafficMirrorFilterAttribute.json",
2025-08-20T19:15:57.2268490Z [00:02:03.330]➜  			"metadatas/vpc/UpdateTrafficMirrorFilterRuleAttribute.json",
2025-08-20T19:15:57.2268963Z [00:02:03.330]➜  			"metadatas/vpc/UpdateTrafficMirrorSessionAttribute.json",
2025-08-20T19:15:57.2269356Z [00:02:03.330]➜  			"metadatas/vpc/UpdateVirtualBorderBandwidth.json",
2025-08-20T19:15:57.2269710Z [00:02:03.330]➜  			"metadatas/vpc/UpdateVirtualPhysicalConnection.json",
2025-08-20T19:15:57.2270120Z [00:02:03.330]➜  			"metadatas/vpc/UpdateVpcGatewayEndpointAttribute.json",
2025-08-20T19:15:57.2270650Z [00:02:03.330]➜  			"metadatas/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json",
2025-08-20T19:15:57.2271041Z [00:02:03.330]➜  			"metadatas/vpc/WithdrawVpcPublishedRouteEntries.json",
2025-08-20T19:15:57.2271343Z [00:02:03.330]➜  			"metadatas/vpcipam/AddIpamPoolCidr.json",
2025-08-20T19:15:57.2271740Z [00:02:03.330]➜  			"metadatas/vpcipam/AssociateIpamResourceDiscovery.json",
2025-08-20T19:15:57.2272053Z [00:02:03.330]➜  			"metadatas/vpcipam/ChangeResourceGroup.json",
2025-08-20T19:15:57.2272330Z [00:02:03.330]➜  			"metadatas/vpcipam/CreateIpam.json",
2025-08-20T19:15:57.2272988Z [00:02:03.330]➜  			"metadatas/vpcipam/CreateIpamPool.json",
2025-08-20T19:15:57.2273370Z [00:02:03.330]➜  			"metadatas/vpcipam/CreateIpamPoolAllocation.json",
2025-08-20T19:15:57.2273739Z [00:02:03.330]➜  			"metadatas/vpcipam/CreateIpamResourceDiscovery.json",
2025-08-20T19:15:57.2274032Z [00:02:03.330]➜  			"metadatas/vpcipam/CreateIpamScope.json",
2025-08-20T19:15:57.2274298Z [00:02:03.330]➜  			"metadatas/vpcipam/DeleteIpam.json",
2025-08-20T19:15:57.2274579Z [00:02:03.330]➜  			"metadatas/vpcipam/DeleteIpamPool.json",
2025-08-20T19:15:57.2274943Z [00:02:03.330]➜  			"metadatas/vpcipam/DeleteIpamPoolAllocation.json",
2025-08-20T19:15:57.2275395Z [00:02:03.330]➜  			"metadatas/vpcipam/DeleteIpamPoolCidr.json",
2025-08-20T19:15:57.2275777Z [00:02:03.330]➜  			"metadatas/vpcipam/DeleteIpamResourceDiscovery.json",
2025-08-20T19:15:57.2276082Z [00:02:03.330]➜  			"metadatas/vpcipam/DeleteIpamScope.json",
2025-08-20T19:15:57.2276507Z [00:02:03.330]➜  			"metadatas/vpcipam/DissociateIpamResourceDiscovery.json",
2025-08-20T19:15:57.2276858Z [00:02:03.330]➜  			"metadatas/vpcipam/GetIpamPoolAllocation.json",
2025-08-20T19:15:57.2277233Z [00:02:03.330]➜  			"metadatas/vpcipam/GetIpamPoolNextAvailableCidr.json",
2025-08-20T19:15:57.2277589Z [00:02:03.330]➜  			"metadatas/vpcipam/GetVpcIpamServiceStatus.json",
2025-08-20T19:15:57.2277941Z [00:02:03.330]➜  			"metadatas/vpcipam/ListIpamDiscoveredResource.json",
2025-08-20T19:15:57.2278303Z [00:02:03.330]➜  			"metadatas/vpcipam/ListIpamPoolAllocations.json",
2025-08-20T19:15:57.2278605Z [00:02:03.330]➜  			"metadatas/vpcipam/ListIpamPoolCidrs.json",
2025-08-20T19:15:57.2278896Z [00:02:03.330]➜  			"metadatas/vpcipam/ListIpamPools.json",
2025-08-20T19:15:57.2279219Z [00:02:03.330]➜  			"metadatas/vpcipam/ListIpamResourceCidrs.json",
2025-08-20T19:15:57.2279592Z [00:02:03.330]➜  			"metadatas/vpcipam/ListIpamResourceDiscoveries.json",
2025-08-20T19:15:57.2280047Z [00:02:03.331]➜  			"metadatas/vpcipam/ListIpamResourceDiscoveryAssociations.json",
2025-08-20T19:15:57.2280464Z [00:02:03.331]➜  			"metadatas/vpcipam/ListIpamScopes.json",
2025-08-20T19:15:57.2280742Z [00:02:03.331]➜  			"metadatas/vpcipam/ListIpams.json",
2025-08-20T19:15:57.2281046Z [00:02:03.331]➜  			"metadatas/vpcipam/ListTagResources.json",
2025-08-20T19:15:57.2281341Z [00:02:03.331]➜  			"metadatas/vpcipam/OpenVpcIpamService.json",
2025-08-20T19:15:57.2281626Z [00:02:03.331]➜  			"metadatas/vpcipam/TagResources.json",
2025-08-20T19:15:57.2281991Z [00:02:03.331]➜  			"metadatas/vpcipam/UntagResources.json",
2025-08-20T19:15:57.2282291Z [00:02:03.331]➜  			"metadatas/vpcipam/UpdateIpam.json",
2025-08-20T19:15:57.2282911Z [00:02:03.331]➜  			"metadatas/vpcipam/UpdateIpamPool.json",
2025-08-20T19:15:57.2283273Z [00:02:03.331]➜  			"metadatas/vpcipam/UpdateIpamPoolAllocation.json",
2025-08-20T19:15:57.2283675Z [00:02:03.331]➜  			"metadatas/vpcipam/UpdateIpamResourceDiscovery.json",
2025-08-20T19:15:57.2284012Z [00:02:03.331]➜  			"metadatas/vpcipam/UpdateIpamScope.json",
2025-08-20T19:15:57.2284403Z [00:02:03.331]➜  			"metadatas/vpcpeer/AcceptVpcPeerConnection.json",
2025-08-20T19:15:57.2284785Z [00:02:03.331]➜  			"metadatas/vpcpeer/CreateVpcPeerConnection.json",
2025-08-20T19:15:57.2285136Z [00:02:03.331]➜  			"metadatas/vpcpeer/DeleteVpcPeerConnection.json",
2025-08-20T19:15:57.2285552Z [00:02:03.331]➜  			"metadatas/vpcpeer/GetVpcPeerConnectionAttribute.json",
2025-08-20T19:15:57.2285849Z [00:02:03.331]➜  			"metadatas/vpcpeer/ListTagResources.json",
2025-08-20T19:15:57.2286219Z [00:02:03.331]➜  			"metadatas/vpcpeer/ListVpcPeerConnections.json",
2025-08-20T19:15:57.2286562Z [00:02:03.331]➜  			"metadatas/vpcpeer/ModifyVpcPeerConnection.json",
2025-08-20T19:15:57.2286909Z [00:02:03.331]➜  			"metadatas/vpcpeer/MoveResourceGroup.json",
2025-08-20T19:15:57.2287256Z [00:02:03.331]➜  			"metadatas/vpcpeer/RejectVpcPeerConnection.json",
2025-08-20T19:15:57.2287552Z [00:02:03.331]➜  			"metadatas/vpcpeer/TagResources.json",
2025-08-20T19:15:57.2287989Z [00:02:03.331]➜  			"metadatas/vpcpeer/UnTagResources.json",
2025-08-20T19:15:57.2288362Z [00:02:03.331]➜  			"metadatas/waf-openapi/ChangeResourceGroup.json",
2025-08-20T19:15:57.2288780Z [00:02:03.331]➜  			"metadatas/waf-openapi/ClearMajorProtectionBlackIp.json",
2025-08-20T19:15:57.2289131Z [00:02:03.331]➜  			"metadatas/waf-openapi/CopyDefenseTemplate.json",
2025-08-20T19:15:57.2289466Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreateApiExport.json",
2025-08-20T19:15:57.2289770Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreateCerts.json",
2025-08-20T19:15:57.2290134Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreateCloudResource.json",
2025-08-20T19:15:57.2290501Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreateDefenseResource.json",
2025-08-20T19:15:57.2291083Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreateDefenseResourceGroup.json",
2025-08-20T19:15:57.2291421Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreateDefenseRule.json",
2025-08-20T19:15:57.2291794Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreateDefenseTemplate.json",
2025-08-20T19:15:57.2292113Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreateDomain.json",
2025-08-20T19:15:57.2292665Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreateHybridCloudClusterRule.json",
2025-08-20T19:15:57.2293020Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreateHybridCloudGroup.json",
2025-08-20T19:15:57.2293359Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreateMajorProtectionBlackIp.json",
2025-08-20T19:15:57.2293711Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreateMemberAccounts.json",
2025-08-20T19:15:57.2294094Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreatePostpaidInstance.json",
2025-08-20T19:15:57.2294491Z [00:02:03.331]➜  			"metadatas/waf-openapi/CreateSM2Cert.json",
2025-08-20T19:15:57.2294869Z [00:02:03.331]➜  			"metadatas/waf-openapi/DeleteApisecAbnormals.json",
2025-08-20T19:15:57.2295226Z [00:02:03.331]➜  			"metadatas/waf-openapi/DeleteApisecEvents.json",
2025-08-20T19:15:57.2295605Z [00:02:03.331]➜  			"metadatas/waf-openapi/DeleteCloudResource.json",
2025-08-20T19:15:57.2296133Z [00:02:03.331]➜  			"metadatas/waf-openapi/DeleteDefenseResource.json",
2025-08-20T19:15:57.2296542Z [00:02:03.331]➜  			"metadatas/waf-openapi/DeleteDefenseResourceGroup.json",
2025-08-20T19:15:57.2296888Z [00:02:03.331]➜  			"metadatas/waf-openapi/DeleteDefenseRule.json",
2025-08-20T19:15:57.2297292Z [00:02:03.331]➜  			"metadatas/waf-openapi/DeleteDefenseRuleBlockIp.json",
2025-08-20T19:15:57.2297669Z [00:02:03.331]➜  			"metadatas/waf-openapi/DeleteDefenseTemplate.json",
2025-08-20T19:15:57.2298199Z [00:02:03.331]➜  			"metadatas/waf-openapi/DeleteDomain.json",
2025-08-20T19:15:57.2298648Z [00:02:03.331]➜  			"metadatas/waf-openapi/DeleteHybridCloudClusterRule.json",
2025-08-20T19:15:57.2299094Z [00:02:03.331]➜  			"metadatas/waf-openapi/DeleteMajorProtectionBlackIp.json",
2025-08-20T19:15:57.2299468Z [00:02:03.331]➜  			"metadatas/waf-openapi/DeleteMemberAccount.json",
2025-08-20T19:15:57.2299944Z [00:02:03.331]➜  			"metadatas/waf-openapi/DescribeAbnormalCloudResources.json",
2025-08-20T19:15:57.2300422Z [00:02:03.331]➜  			"metadatas/waf-openapi/DescribeAccountDelegatedStatus.json",
2025-08-20T19:15:57.2300798Z [00:02:03.331]➜  			"metadatas/waf-openapi/DescribeApiExports.json",
2025-08-20T19:15:57.2301356Z [00:02:03.331]➜  			"metadatas/waf-openapi/DescribeApisecAbnormalDomainStatistic.json",
2025-08-20T19:15:57.2301764Z [00:02:03.331]➜  			"metadatas/waf-openapi/DescribeApisecAbnormals.json",
2025-08-20T19:15:57.2302180Z [00:02:03.331]➜  			"metadatas/waf-openapi/DescribeApisecApiResources.json",
2025-08-20T19:15:57.2302784Z [00:02:03.331]➜  			"metadatas/waf-openapi/DescribeApisecAssetTrend.json",
2025-08-20T19:15:57.2303320Z [00:02:03.331]➜  			"metadatas/waf-openapi/DescribeApisecEventDomainStatistic.json",
2025-08-20T19:15:57.2303726Z [00:02:03.331]➜  			"metadatas/waf-openapi/DescribeApisecEvents.json",
2025-08-20T19:15:57.2304136Z [00:02:03.331]➜  			"metadatas/waf-openapi/DescribeApisecLogDeliveries.json",
2025-08-20T19:15:57.2304682Z [00:02:03.331]➜  			"metadatas/waf-openapi/DescribeApisecMatchedHosts.json",
2025-08-20T19:15:57.2305158Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeApisecProtectionGroups.json",
2025-08-20T19:15:57.2305631Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeApisecProtectionResources.json",
2025-08-20T19:15:57.2305972Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeApisecRules.json",
2025-08-20T19:15:57.2306476Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeApisecSensitiveDomainStatistic.json",
2025-08-20T19:15:57.2306900Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeApisecSlsLogStores.json",
2025-08-20T19:15:57.2307323Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeApisecSlsProjects.json",
2025-08-20T19:15:57.2307822Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeApisecStatistics.json",
2025-08-20T19:15:57.2308225Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeApisecSuggestions.json",
2025-08-20T19:15:57.2308655Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeApisecUserOperations.json",
2025-08-20T19:15:57.2309036Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeCertDetail.json",
2025-08-20T19:15:57.2309372Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeCerts.json",
2025-08-20T19:15:57.2309883Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeCloudResourceAccessPortDetails.json",
2025-08-20T19:15:57.2310328Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeCloudResourceAccessedPorts.json",
2025-08-20T19:15:57.2310715Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeCloudResources.json",
2025-08-20T19:15:57.2311077Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeCnameCount.json",
2025-08-20T19:15:57.2311406Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDDoSStatus.json",
2025-08-20T19:15:57.2311753Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefaultHttps.json",
2025-08-20T19:15:57.2312117Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseResource.json",
2025-08-20T19:15:57.2312677Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseResourceGroup.json",
2025-08-20T19:15:57.2313284Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseResourceGroupNames.json",
2025-08-20T19:15:57.2313690Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseResourceGroups.json",
2025-08-20T19:15:57.2314078Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseResourceNames.json",
2025-08-20T19:15:57.2314487Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseResourceOwnerUid.json",
2025-08-20T19:15:57.2314998Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseResourceTemplates.json",
2025-08-20T19:15:57.2315363Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseResources.json",
2025-08-20T19:15:57.2315709Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseRule.json",
2025-08-20T19:15:57.2316052Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseRules.json",
2025-08-20T19:15:57.2316446Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseSceneConfig.json",
2025-08-20T19:15:57.2316821Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseTemplate.json",
2025-08-20T19:15:57.2317310Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseTemplateValidGroups.json",
2025-08-20T19:15:57.2317704Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDefenseTemplates.json",
2025-08-20T19:15:57.2318109Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDomainDNSRecord.json",
2025-08-20T19:15:57.2318480Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDomainDetail.json",
2025-08-20T19:15:57.2318875Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDomainUsedPorts.json",
2025-08-20T19:15:57.2319204Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeDomains.json",
2025-08-20T19:15:57.2319571Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeFlowChart.json",
2025-08-20T19:15:57.2319957Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeFlowTopResource.json",
2025-08-20T19:15:57.2320327Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeFlowTopUrl.json",
2025-08-20T19:15:57.2320731Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeFreeUserAssetCount.json",
2025-08-20T19:15:57.2321285Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeFreeUserEventCount.json",
2025-08-20T19:15:57.2321696Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeFreeUserEventTypes.json",
2025-08-20T19:15:57.2322103Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeFreeUserEvents.json",
2025-08-20T19:15:57.2322753Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeHybridCloudClusterRule.json",
2025-08-20T19:15:57.2323218Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeHybridCloudClusterRules.json",
2025-08-20T19:15:57.2323622Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeHybridCloudClusters.json",
2025-08-20T19:15:57.2324149Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeHybridCloudGroups.json",
2025-08-20T19:15:57.2324547Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeHybridCloudResources.json",
2025-08-20T19:15:57.2325018Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeHybridCloudServerRegions.json",
2025-08-20T19:15:57.2325515Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeHybridCloudUnassignedMachines.json",
2025-08-20T19:15:57.2325913Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeHybridCloudUser.json",
2025-08-20T19:15:57.2326248Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeInstance.json",
2025-08-20T19:15:57.2326672Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeIpAbroadCountryInfos.json",
2025-08-20T19:15:57.2327123Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeMajorProtectionBlackIps.json",
2025-08-20T19:15:57.2327519Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeMemberAccounts.json",
2025-08-20T19:15:57.2328000Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeNetworkFlowTimeSeriesMetric.json",
2025-08-20T19:15:57.2328445Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeNetworkFlowTopNMetric.json",
2025-08-20T19:15:57.2328874Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribePauseProtectionStatus.json",
2025-08-20T19:15:57.2329231Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribePeakTrend.json",
2025-08-20T19:15:57.2329748Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeProductInstances.json",
2025-08-20T19:15:57.2330124Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribePunishedDomains.json",
2025-08-20T19:15:57.2330539Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeResourceInstanceCerts.json",
2025-08-20T19:15:57.2330947Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeResourceLogStatus.json",
2025-08-20T19:15:57.2331323Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeResourcePort.json",
2025-08-20T19:15:57.2331847Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeResourceRegionId.json",
2025-08-20T19:15:57.2332340Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeResourceSupportRegions.json",
2025-08-20T19:15:57.2332939Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeResponseCodeTrendGraph.json",
2025-08-20T19:15:57.2333293Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeRuleGroups.json",
2025-08-20T19:15:57.2333713Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeRuleHitsTopClientIp.json",
2025-08-20T19:15:57.2334133Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeRuleHitsTopResource.json",
2025-08-20T19:15:57.2334528Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeRuleHitsTopRuleId.json",
2025-08-20T19:15:57.2334938Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeRuleHitsTopTuleType.json",
2025-08-20T19:15:57.2335309Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeRuleHitsTopUa.json",
2025-08-20T19:15:57.2335680Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeRuleHitsTopUrl.json",
2025-08-20T19:15:57.2336071Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSecurityEventLogs.json",
2025-08-20T19:15:57.2336569Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSecurityEventTimeSeriesMetric.json",
2025-08-20T19:15:57.2337006Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSecurityEventTopNMetric.json",
2025-08-20T19:15:57.2337415Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSensitiveApiStatistic.json",
2025-08-20T19:15:57.2338050Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSensitiveDetectionResult.json",
2025-08-20T19:15:57.2338571Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSensitiveOutboundDistribution.json",
2025-08-20T19:15:57.2339060Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSensitiveOutboundStatistic.json",
2025-08-20T19:15:57.2339478Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSensitiveOutboundTrend.json",
2025-08-20T19:15:57.2339893Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSensitiveRequestLog.json",
2025-08-20T19:15:57.2340290Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSensitiveRequests.json",
2025-08-20T19:15:57.2340845Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSensitiveStatistic.json",
2025-08-20T19:15:57.2341234Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSlsAuthStatus.json",
2025-08-20T19:15:57.2341604Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSlsLogStore.json",
2025-08-20T19:15:57.2342008Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeSlsLogStoreStatus.json",
2025-08-20T19:15:57.2342644Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeTemplateResourceCount.json",
2025-08-20T19:15:57.2343051Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeTemplateResources.json",
2025-08-20T19:15:57.2343456Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeUserAbnormalTrend.json",
2025-08-20T19:15:57.2343833Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeUserAbnormalType.json",
2025-08-20T19:15:57.2344237Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeUserApiRequest.json",
2025-08-20T19:15:57.2344606Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeUserAsset.json",
2025-08-20T19:15:57.2345013Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeUserEventTrend.json",
2025-08-20T19:15:57.2345410Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeUserEventType.json",
2025-08-20T19:15:57.2345875Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeUserSlsLogRegions.json",
2025-08-20T19:15:57.2346318Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeUserWafLogStatus.json",
2025-08-20T19:15:57.2346802Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeVisitTopIp.json",
2025-08-20T19:15:57.2347143Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeVisitUas.json",
2025-08-20T19:15:57.2347546Z [00:02:03.332]➜  			"metadatas/waf-openapi/DescribeWafSourceIpSegment.json",
2025-08-20T19:15:57.2347854Z [00:02:03.332]➜  			"metadatas/waf-openapi/ListTagKeys.json",
2025-08-20T19:15:57.2348183Z [00:02:03.332]➜  			"metadatas/waf-openapi/ListTagResources.json",
2025-08-20T19:15:57.2348748Z [00:02:03.332]➜  			"metadatas/waf-openapi/ListTagValues.json",
2025-08-20T19:15:57.2349138Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyApisecAbnormals.json",
2025-08-20T19:15:57.2349535Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyApisecApiResource.json",
2025-08-20T19:15:57.2349872Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyApisecEvents.json",
2025-08-20T19:15:57.2350242Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyApisecLogDelivery.json",
2025-08-20T19:15:57.2350785Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyApisecLogDeliveryStatus.json",
2025-08-20T19:15:57.2351193Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyApisecModuleStatus.json",
2025-08-20T19:15:57.2351529Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyApisecStatus.json",
2025-08-20T19:15:57.2351870Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyCloudResource.json",
2025-08-20T19:15:57.2352194Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyDefaultHttps.json",
2025-08-20T19:15:57.2352786Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyDefenseResourceGroup.json",
2025-08-20T19:15:57.2353180Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyDefenseResourceXff.json",
2025-08-20T19:15:57.2353552Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyDefenseRule.json",
2025-08-20T19:15:57.2353928Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyDefenseRuleCache.json",
2025-08-20T19:15:57.2354317Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyDefenseRuleStatus.json",
2025-08-20T19:15:57.2354720Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyDefenseSceneConfig.json",
2025-08-20T19:15:57.2355096Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyDefenseTemplate.json",
2025-08-20T19:15:57.2355509Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyDefenseTemplateStatus.json",
2025-08-20T19:15:57.2355829Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyDomain.json",
2025-08-20T19:15:57.2356212Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyDomainPunishStatus.json",
2025-08-20T19:15:57.2356718Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyHybridCloudClusterBypassStatus.json",
2025-08-20T19:15:57.2357130Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyHybridCloudClusterRule.json",
2025-08-20T19:15:57.2357652Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyHybridCloudGroup.json",
2025-08-20T19:15:57.2358158Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyHybridCloudGroupExpansionServer.json",
2025-08-20T19:15:57.2358628Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyHybridCloudGroupShrinkServer.json",
2025-08-20T19:15:57.2359063Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyHybridCloudSdkPullinStatus.json",
2025-08-20T19:15:57.2359445Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyHybridCloudServer.json",
2025-08-20T19:15:57.2359846Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyMajorProtectionBlackIp.json",
2025-08-20T19:15:57.2360190Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyMemberAccount.json",
2025-08-20T19:15:57.2360607Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyPauseProtectionStatus.json",
2025-08-20T19:15:57.2360978Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyResourceLogStatus.json",
2025-08-20T19:15:57.2361331Z [00:02:03.332]➜  			"metadatas/waf-openapi/ModifyTemplateResources.json",
2025-08-20T19:15:57.2361695Z [00:02:03.332]➜  			"metadatas/waf-openapi/ReCreateCloudResource.json",
2025-08-20T19:15:57.2362019Z [00:02:03.332]➜  			"metadatas/waf-openapi/ReleaseInstance.json",
2025-08-20T19:15:57.2362368Z [00:02:03.332]➜  			"metadatas/waf-openapi/SyncProductInstance.json",
2025-08-20T19:15:57.2362996Z [00:02:03.332]➜  			"metadatas/waf-openapi/TagResources.json",
2025-08-20T19:15:57.2363389Z [00:02:03.332]➜  			"metadatas/waf-openapi/UntagResources.json",
2025-08-20T19:15:57.2363783Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/AcceptApproveCommand.json",
2025-08-20T19:15:57.2364210Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/AcceptOperationTicket.json",
2025-08-20T19:15:57.2364692Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/AddDatabasesToGroup.json",
2025-08-20T19:15:57.2365059Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/AddHostsToGroup.json",
2025-08-20T19:15:57.2365434Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/AddUsersToGroup.json",
2025-08-20T19:15:57.2365894Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/AttachDatabaseAccountsToUser.json",
2025-08-20T19:15:57.2366395Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/AttachDatabaseAccountsToUserGroup.json",
2025-08-20T19:15:57.2366987Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/AttachHostAccountsToHostShareKey.json",
2025-08-20T19:15:57.2367443Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/AttachHostAccountsToUser.json",
2025-08-20T19:15:57.2367910Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/AttachHostAccountsToUserGroup.json",
2025-08-20T19:15:57.2368380Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/AttachHostGroupAccountsToUser.json",
2025-08-20T19:15:57.2368916Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json",
2025-08-20T19:15:57.2369378Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/ConfigInstanceSecurityGroups.json",
2025-08-20T19:15:57.2369820Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/ConfigInstanceWhiteList.json",
2025-08-20T19:15:57.2370174Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/CreateDatabase.json",
2025-08-20T19:15:57.2370581Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/CreateDatabaseAccount.json",
2025-08-20T19:15:57.2370989Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/CreateExportConfigJob.json",
2025-08-20T19:15:57.2371336Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/CreateHost.json",
2025-08-20T19:15:57.2371727Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/CreateHostAccount.json",
2025-08-20T19:15:57.2372106Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/CreateHostGroup.json",
2025-08-20T19:15:57.2372655Z [00:02:03.332]➜  			"metadatas/yundun-bastionhost/CreateHostShareKey.json",
2025-08-20T19:15:57.2373096Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/CreateNetworkDomain.json",
2025-08-20T19:15:57.2373529Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/CreateOperationTicket.json",
2025-08-20T19:15:57.2374067Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/CreatePolicy.json",
2025-08-20T19:15:57.2374438Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/CreateRule.json",
2025-08-20T19:15:57.2374802Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/CreateUser.json",
2025-08-20T19:15:57.2375203Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/CreateUserGroup.json",
2025-08-20T19:15:57.2375642Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/CreateUserPublicKey.json",
2025-08-20T19:15:57.2376018Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DeleteDatabase.json",
2025-08-20T19:15:57.2376452Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DeleteDatabaseAccount.json",
2025-08-20T19:15:57.2376796Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DeleteHost.json",
2025-08-20T19:15:57.2377193Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DeleteHostAccount.json",
2025-08-20T19:15:57.2377541Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DeleteHostGroup.json",
2025-08-20T19:15:57.2377943Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DeleteHostShareKey.json",
2025-08-20T19:15:57.2378355Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DeleteNetworkDomain.json",
2025-08-20T19:15:57.2378759Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DeletePolicy.json",
2025-08-20T19:15:57.2379121Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DeleteRule.json",
2025-08-20T19:15:57.2379607Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DeleteUser.json",
2025-08-20T19:15:57.2379992Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DeleteUserGroup.json",
2025-08-20T19:15:57.2380427Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DeleteUserPublicKey.json",
2025-08-20T19:15:57.2380899Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DescribeInstanceAttribute.json",
2025-08-20T19:15:57.2381404Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DescribeInstances.json",
2025-08-20T19:15:57.2381793Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DescribeRegions.json",
2025-08-20T19:15:57.2382325Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DetachDatabaseAccountsFromUser.json",
2025-08-20T19:15:57.2383086Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DetachDatabaseAccountsFromUserGroup.json",
2025-08-20T19:15:57.2383621Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json",
2025-08-20T19:15:57.2384212Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DetachHostAccountsFromUser.json",
2025-08-20T19:15:57.2384729Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DetachHostAccountsFromUserGroup.json",
2025-08-20T19:15:57.2385223Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DetachHostGroupAccountsFromUser.json",
2025-08-20T19:15:57.2385770Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json",
2025-08-20T19:15:57.2386233Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DisableInstancePublicAccess.json",
2025-08-20T19:15:57.2386585Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/DisableRule.json",
2025-08-20T19:15:57.2387042Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/EnableInstancePublicAccess.json",
2025-08-20T19:15:57.2387378Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/EnableRule.json",
2025-08-20T19:15:57.2387834Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GenerateAssetOperationToken.json",
2025-08-20T19:15:57.2388185Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetDatabase.json",
2025-08-20T19:15:57.2388570Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetDatabaseAccount.json",
2025-08-20T19:15:57.2388961Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetExportConfigJob.json",
2025-08-20T19:15:57.2389282Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetHost.json",
2025-08-20T19:15:57.2389650Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetHostAccount.json",
2025-08-20T19:15:57.2390041Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetHostGroup.json",
2025-08-20T19:15:57.2390417Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetHostShareKey.json",
2025-08-20T19:15:57.2390945Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetInstanceADAuthServer.json",
2025-08-20T19:15:57.2391407Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetInstanceLDAPAuthServer.json",
2025-08-20T19:15:57.2391816Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetInstanceStoreInfo.json",
2025-08-20T19:15:57.2392245Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetInstanceTwoFactor.json",
2025-08-20T19:15:57.2392780Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetNetworkDomain.json",
2025-08-20T19:15:57.2393130Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetPolicy.json",
2025-08-20T19:15:57.2393536Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetPolicyAssetScope.json",
2025-08-20T19:15:57.2393934Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetPolicyUserScope.json",
2025-08-20T19:15:57.2394257Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetRule.json",
2025-08-20T19:15:57.2394576Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetUser.json",
2025-08-20T19:15:57.2394956Z [00:02:03.333]➜  			"metadatas/yundun-bastionhost/GetUserGroup.json",
2025-08-20T19:15:57.2395386Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListApproveCommands.json",
2025-08-20T19:15:57.2395829Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListDatabaseAccounts.json",
2025-08-20T19:15:57.2396486Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListDatabaseAccountsForUser.json",
2025-08-20T19:15:57.2397041Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListDatabaseAccountsForUserGroup.json",
2025-08-20T19:15:57.2397442Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListDatabases.json",
2025-08-20T19:15:57.2397885Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListDatabasesForUser.json",
2025-08-20T19:15:57.2398498Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListDatabasesForUserGroup.json",
2025-08-20T19:15:57.2398927Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListHostAccounts.json",
2025-08-20T19:15:57.2399470Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListHostAccountsForHostShareKey.json",
2025-08-20T19:15:57.2399937Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListHostAccountsForUser.json",
2025-08-20T19:15:57.2400440Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListHostAccountsForUserGroup.json",
2025-08-20T19:15:57.2401166Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListHostGroupAccountNamesForUser.json",
2025-08-20T19:15:57.2401818Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json",
2025-08-20T19:15:57.2402225Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListHostGroups.json",
2025-08-20T19:15:57.2402855Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListHostGroupsForUser.json",
2025-08-20T19:15:57.2403357Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListHostGroupsForUserGroup.json",
2025-08-20T19:15:57.2403730Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListHostShareKeys.json",
2025-08-20T19:15:57.2404072Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListHosts.json",
2025-08-20T19:15:57.2404436Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListHostsForUser.json",
2025-08-20T19:15:57.2404840Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListHostsForUserGroup.json",
2025-08-20T19:15:57.2405223Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListNetworkDomains.json",
2025-08-20T19:15:57.2405696Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListOperationDatabaseAccounts.json",
2025-08-20T19:15:57.2406103Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListOperationDatabases.json",
2025-08-20T19:15:57.2406528Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListOperationHostAccounts.json",
2025-08-20T19:15:57.2406904Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListOperationHosts.json",
2025-08-20T19:15:57.2407326Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListOperationTickets.json",
2025-08-20T19:15:57.2407691Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListPolicies.json",
2025-08-20T19:15:57.2408204Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListRules.json",
2025-08-20T19:15:57.2408564Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListTagKeys.json",
2025-08-20T19:15:57.2408953Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListTagResources.json",
2025-08-20T19:15:57.2409335Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListUserGroups.json",
2025-08-20T19:15:57.2409931Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListUserPublicKeys.json",
2025-08-20T19:15:57.2410305Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ListUsers.json",
2025-08-20T19:15:57.2410676Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/LockUsers.json",
2025-08-20T19:15:57.2411055Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyDatabase.json",
2025-08-20T19:15:57.2411512Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyDatabaseAccount.json",
2025-08-20T19:15:57.2411853Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyHost.json",
2025-08-20T19:15:57.2412261Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyHostAccount.json",
2025-08-20T19:15:57.2412827Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyHostGroup.json",
2025-08-20T19:15:57.2413246Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyHostShareKey.json",
2025-08-20T19:15:57.2413774Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyHostsActiveAddressType.json",
2025-08-20T19:15:57.2414181Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyHostsPort.json",
2025-08-20T19:15:57.2425767Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyInstanceADAuthServer.json",
2025-08-20T19:15:57.2426303Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyInstanceAttribute.json",
2025-08-20T19:15:57.2426825Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json",
2025-08-20T19:15:57.2427431Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyInstanceTwoFactor.json",
2025-08-20T19:15:57.2427875Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyNetworkDomain.json",
2025-08-20T19:15:57.2428270Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyPolicy.json",
2025-08-20T19:15:57.2428626Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyRule.json",
2025-08-20T19:15:57.2428982Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyUser.json",
2025-08-20T19:15:57.2429491Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyUserGroup.json",
2025-08-20T19:15:57.2429923Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ModifyUserPublicKey.json",
2025-08-20T19:15:57.2430414Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/MoveDatabasesToNetworkDomain.json",
2025-08-20T19:15:57.2430871Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/MoveHostsToNetworkDomain.json",
2025-08-20T19:15:57.2431323Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/MoveResourceGroup.json",
2025-08-20T19:15:57.2431819Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/RejectApproveCommand.json",
2025-08-20T19:15:57.2432246Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/RejectOperationTicket.json",
2025-08-20T19:15:57.2432900Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/RemoveDatabasesFromGroup.json",
2025-08-20T19:15:57.2433329Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/RemoveHostsFromGroup.json",
2025-08-20T19:15:57.2433756Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/RemoveUsersFromGroup.json",
2025-08-20T19:15:57.2434204Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/RenewAssetOperationToken.json",
2025-08-20T19:15:57.2434683Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/ResetHostAccountCredential.json",
2025-08-20T19:15:57.2435197Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/SetPolicyAccessTimeRangeConfig.json",
2025-08-20T19:15:57.2435655Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/SetPolicyApprovalConfig.json",
2025-08-20T19:15:57.2436079Z [00:02:03.334]➜  			"metadatas/yundun-bastionhost/SetPolicyAssetScope.json",
2025-08-20T19:15:57.2436538Z [00:02:03.335]➜  			"metadatas/yundun-bastionhost/SetPolicyCommandConfig.json",
2025-08-20T19:15:57.2437123Z [00:02:03.335]➜  			"metadatas/yundun-bastionhost/SetPolicyIPAclConfig.json",
2025-08-20T19:15:57.2437585Z [00:02:03.335]➜  			"metadatas/yundun-bastionhost/SetPolicyProtocolConfig.json",
2025-08-20T19:15:57.2438000Z [00:02:03.335]➜  			"metadatas/yundun-bastionhost/SetPolicyUserScope.json",
2025-08-20T19:15:57.2438511Z [00:02:03.335]➜  			"metadatas/yundun-bastionhost/StartInstance.json",
2025-08-20T19:15:57.2438879Z [00:02:03.335]➜  			"metadatas/yundun-bastionhost/TagResources.json",
2025-08-20T19:15:57.2439241Z [00:02:03.335]➜  			"metadatas/yundun-bastionhost/UnlockUsers.json",
2025-08-20T19:15:57.2439618Z [00:02:03.335]➜  			"metadatas/yundun-bastionhost/UntagResources.json",
2025-08-20T19:15:57.2440100Z [00:02:03.335]➜  			"metadatas/yundun-bastionhost/VerifyInstanceADAuthServer.json",
2025-08-20T19:15:57.2440594Z [00:02:03.335]➜  			"metadatas/yundun-bastionhost/VerifyInstanceLDAPAuthServer.json"
2025-08-20T19:15:57.2440782Z [00:02:03.335]➜  		],
2025-08-20T19:15:57.2440983Z [00:02:03.335]➜  		"zh-CN": [
2025-08-20T19:15:57.2441354Z [00:02:03.335]➜  			"zh-CN/actiontrail/CreateDeliveryHistoryJob.json",
2025-08-20T19:15:57.2441657Z [00:02:03.335]➜  			"zh-CN/actiontrail/CreateTrail.json",
2025-08-20T19:15:57.2442037Z [00:02:03.335]➜  			"zh-CN/actiontrail/DeleteDeliveryHistoryJob.json",
2025-08-20T19:15:57.2442357Z [00:02:03.335]➜  			"zh-CN/actiontrail/DeleteTrail.json",
2025-08-20T19:15:57.2442892Z [00:02:03.335]➜  			"zh-CN/actiontrail/DescribeRegions.json",
2025-08-20T19:15:57.2443213Z [00:02:03.335]➜  			"zh-CN/actiontrail/DescribeTrails.json",
2025-08-20T19:15:57.2443606Z [00:02:03.335]➜  			"zh-CN/actiontrail/GetAccessKeyLastUsedEvents.json",
2025-08-20T19:15:57.2443966Z [00:02:03.335]➜  			"zh-CN/actiontrail/GetAccessKeyLastUsedInfo.json",
2025-08-20T19:15:57.2444477Z [00:02:03.335]➜  			"zh-CN/actiontrail/GetAccessKeyLastUsedIps.json",
2025-08-20T19:15:57.2444925Z [00:02:03.335]➜  			"zh-CN/actiontrail/GetAccessKeyLastUsedProducts.json",
2025-08-20T19:15:57.2445368Z [00:02:03.335]➜  			"zh-CN/actiontrail/GetAccessKeyLastUsedResources.json",
2025-08-20T19:15:57.2445728Z [00:02:03.335]➜  			"zh-CN/actiontrail/GetDeliveryHistoryJob.json",
2025-08-20T19:15:57.2446147Z [00:02:03.335]➜  			"zh-CN/actiontrail/GetGlobalEventsStorageRegion.json",
2025-08-20T19:15:57.2446596Z [00:02:03.335]➜  			"zh-CN/actiontrail/GetTrailStatus.json",
2025-08-20T19:15:57.2447009Z [00:02:03.335]➜  			"zh-CN/actiontrail/ListDeliveryHistoryJobs.json",
2025-08-20T19:15:57.2447324Z [00:02:03.335]➜  			"zh-CN/actiontrail/LookupEvents.json",
2025-08-20T19:15:57.2447637Z [00:02:03.335]➜  			"zh-CN/actiontrail/StartLogging.json",
2025-08-20T19:15:57.2447942Z [00:02:03.335]➜  			"zh-CN/actiontrail/StopLogging.json",
2025-08-20T19:15:57.2448388Z [00:02:03.335]➜  			"zh-CN/actiontrail/UpdateGlobalEventsStorageRegion.json",
2025-08-20T19:15:57.2448698Z [00:02:03.335]➜  			"zh-CN/actiontrail/UpdateTrail.json",
2025-08-20T19:15:57.2448990Z [00:02:03.335]➜  			"zh-CN/actiontrail/version.json",
2025-08-20T19:15:57.2449376Z [00:02:03.335]➜  			"zh-CN/adb/AllocateClusterPublicConnection.json",
2025-08-20T19:15:57.2449676Z [00:02:03.335]➜  			"zh-CN/adb/ApplyAdviceById.json",
2025-08-20T19:15:57.2449962Z [00:02:03.335]➜  			"zh-CN/adb/AttachUserENI.json",
2025-08-20T19:15:57.2450300Z [00:02:03.335]➜  			"zh-CN/adb/BatchApplyAdviceByIdList.json",
2025-08-20T19:15:57.2450674Z [00:02:03.335]➜  			"zh-CN/adb/BindDBResourceGroupWithUser.json",
2025-08-20T19:15:57.2451025Z [00:02:03.335]➜  			"zh-CN/adb/BindDBResourcePoolWithUser.json",
2025-08-20T19:15:57.2451311Z [00:02:03.335]➜  			"zh-CN/adb/CreateAccount.json",
2025-08-20T19:15:57.2451586Z [00:02:03.335]➜  			"zh-CN/adb/CreateDBCluster.json",
2025-08-20T19:15:57.2451904Z [00:02:03.335]➜  			"zh-CN/adb/CreateDBResourceGroup.json",
2025-08-20T19:15:57.2452216Z [00:02:03.335]➜  			"zh-CN/adb/CreateDBResourcePool.json",
2025-08-20T19:15:57.2452700Z [00:02:03.335]➜  			"zh-CN/adb/CreateElasticPlan.json",
2025-08-20T19:15:57.2452997Z [00:02:03.335]➜  			"zh-CN/adb/DeleteAccount.json",
2025-08-20T19:15:57.2453451Z [00:02:03.335]➜  			"zh-CN/adb/DeleteDBCluster.json",
2025-08-20T19:15:57.2453771Z [00:02:03.335]➜  			"zh-CN/adb/DeleteDBResourceGroup.json",
2025-08-20T19:15:57.2454090Z [00:02:03.335]➜  			"zh-CN/adb/DeleteDBResourcePool.json",
2025-08-20T19:15:57.2454401Z [00:02:03.335]➜  			"zh-CN/adb/DeleteElasticPlan.json",
2025-08-20T19:15:57.2454842Z [00:02:03.335]➜  			"zh-CN/adb/DescribeAccounts.json",
2025-08-20T19:15:57.2455198Z [00:02:03.335]➜  			"zh-CN/adb/DescribeAdviceServiceEnabled.json",
2025-08-20T19:15:57.2455516Z [00:02:03.335]➜  			"zh-CN/adb/DescribeAllAccounts.json",
2025-08-20T19:15:57.2455864Z [00:02:03.335]➜  			"zh-CN/adb/DescribeAllDataSource.json",
2025-08-20T19:15:57.2456233Z [00:02:03.335]➜  			"zh-CN/adb/DescribeAppliedAdvices.json",
2025-08-20T19:15:57.2456564Z [00:02:03.335]➜  			"zh-CN/adb/DescribeAuditLogConfig.json",
2025-08-20T19:15:57.2456892Z [00:02:03.335]➜  			"zh-CN/adb/DescribeAuditLogRecords.json",
2025-08-20T19:15:57.2457237Z [00:02:03.335]➜  			"zh-CN/adb/DescribeAutoRenewAttribute.json",
2025-08-20T19:15:57.2457568Z [00:02:03.335]➜  			"zh-CN/adb/DescribeAvailableAdvices.json",
2025-08-20T19:15:57.2457901Z [00:02:03.335]➜  			"zh-CN/adb/DescribeAvailableResource.json",
2025-08-20T19:15:57.2458218Z [00:02:03.335]➜  			"zh-CN/adb/DescribeBackupPolicy.json",
2025-08-20T19:15:57.2458521Z [00:02:03.335]➜  			"zh-CN/adb/DescribeBackups.json",
2025-08-20T19:15:57.2458812Z [00:02:03.335]➜  			"zh-CN/adb/DescribeColumns.json",
2025-08-20T19:15:57.2459135Z [00:02:03.335]➜  			"zh-CN/adb/DescribeComputeResource.json",
2025-08-20T19:15:57.2459511Z [00:02:03.335]➜  			"zh-CN/adb/DescribeConnectionCountRecords.json",
2025-08-20T19:15:57.2459893Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDBClusterAccessWhiteList.json",
2025-08-20T19:15:57.2460421Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDBClusterAttribute.json",
2025-08-20T19:15:57.2460791Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDBClusterHealthStatus.json",
2025-08-20T19:15:57.2461129Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDBClusterNetInfo.json",
2025-08-20T19:15:57.2461473Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDBClusterPerformance.json",
2025-08-20T19:15:57.2461928Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDBClusterResourcePoolPerformance.json",
2025-08-20T19:15:57.2462249Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDBClusterStatus.json",
2025-08-20T19:15:57.2462879Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDBClusters.json",
2025-08-20T19:15:57.2463255Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDBResourceGroup.json",
2025-08-20T19:15:57.2463587Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDBResourcePool.json",
2025-08-20T19:15:57.2463947Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDiagnosisDimensions.json",
2025-08-20T19:15:57.2464367Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDiagnosisMonitorPerformance.json",
2025-08-20T19:15:57.2464725Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDiagnosisRecords.json",
2025-08-20T19:15:57.2465070Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDiagnosisSQLInfo.json",
2025-08-20T19:15:57.2465403Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDiagnosisTasks.json",
2025-08-20T19:15:57.2465737Z [00:02:03.335]➜  			"zh-CN/adb/DescribeDownloadRecords.json",
2025-08-20T19:15:57.2466039Z [00:02:03.335]➜  			"zh-CN/adb/DescribeEIURange.json",
2025-08-20T19:15:57.2466370Z [00:02:03.335]➜  			"zh-CN/adb/DescribeElasticDailyPlan.json",
2025-08-20T19:15:57.2466696Z [00:02:03.335]➜  			"zh-CN/adb/DescribeElasticPlan.json",
2025-08-20T19:15:57.2467013Z [00:02:03.335]➜  			"zh-CN/adb/DescribeInclinedTables.json",
2025-08-20T19:15:57.2467347Z [00:02:03.335]➜  			"zh-CN/adb/DescribeLoadTasksRecords.json",
2025-08-20T19:15:57.2467685Z [00:02:03.335]➜  			"zh-CN/adb/DescribeMaintenanceAction.json",
2025-08-20T19:15:57.2468034Z [00:02:03.335]➜  			"zh-CN/adb/DescribeOperatorPermission.json",
2025-08-20T19:15:57.2468391Z [00:02:03.335]➜  			"zh-CN/adb/DescribePatternPerformance.json",
2025-08-20T19:15:57.2468701Z [00:02:03.335]➜  			"zh-CN/adb/DescribeProcessList.json",
2025-08-20T19:15:57.2468992Z [00:02:03.335]➜  			"zh-CN/adb/DescribeRegions.json",
2025-08-20T19:15:57.2469484Z [00:02:03.335]➜  			"zh-CN/adb/DescribeResubmitConfig.json",
2025-08-20T19:15:57.2469788Z [00:02:03.335]➜  			"zh-CN/adb/DescribeSQAConfig.json",
2025-08-20T19:15:57.2470108Z [00:02:03.335]➜  			"zh-CN/adb/DescribeSQLPatterns.json",
2025-08-20T19:15:57.2470411Z [00:02:03.335]➜  			"zh-CN/adb/DescribeSQLPlan.json",
2025-08-20T19:15:57.2470861Z [00:02:03.335]➜  			"zh-CN/adb/DescribeSQLPlanTask.json",
2025-08-20T19:15:57.2471156Z [00:02:03.335]➜  			"zh-CN/adb/DescribeSchemas.json",
2025-08-20T19:15:57.2471482Z [00:02:03.335]➜  			"zh-CN/adb/DescribeSlowLogRecords.json",
2025-08-20T19:15:57.2471789Z [00:02:03.335]➜  			"zh-CN/adb/DescribeSlowLogTrend.json",
2025-08-20T19:15:57.2472102Z [00:02:03.335]➜  			"zh-CN/adb/DescribeSqlPattern.json",
2025-08-20T19:15:57.2472629Z [00:02:03.335]➜  			"zh-CN/adb/DescribeTableAccessCount.json",
2025-08-20T19:15:57.2472951Z [00:02:03.335]➜  			"zh-CN/adb/DescribeTableDetail.json",
2025-08-20T19:15:57.2473337Z [00:02:03.335]➜  			"zh-CN/adb/DescribeTablePartitionDiagnose.json",
2025-08-20T19:15:57.2473667Z [00:02:03.335]➜  			"zh-CN/adb/DescribeTableStatistics.json",
2025-08-20T19:15:57.2473945Z [00:02:03.335]➜  			"zh-CN/adb/DescribeTables.json",
2025-08-20T19:15:57.2474234Z [00:02:03.335]➜  			"zh-CN/adb/DescribeTaskInfo.json",
2025-08-20T19:15:57.2474549Z [00:02:03.335]➜  			"zh-CN/adb/DescribeVSwitches.json",
2025-08-20T19:15:57.2474837Z [00:02:03.335]➜  			"zh-CN/adb/DetachUserENI.json",
2025-08-20T19:15:57.2475149Z [00:02:03.335]➜  			"zh-CN/adb/DisableAdviceService.json",
2025-08-20T19:15:57.2475489Z [00:02:03.335]➜  			"zh-CN/adb/DownloadDiagnosisRecords.json",
2025-08-20T19:15:57.2475796Z [00:02:03.335]➜  			"zh-CN/adb/EnableAdviceService.json",
2025-08-20T19:15:57.2476133Z [00:02:03.335]➜  			"zh-CN/adb/GrantOperatorPermission.json",
2025-08-20T19:15:57.2476544Z [00:02:03.335]➜  			"zh-CN/adb/KillProcess.json",
2025-08-20T19:15:57.2476870Z [00:02:03.335]➜  			"zh-CN/adb/ListTagResources.json",
2025-08-20T19:15:57.2477178Z [00:02:03.335]➜  			"zh-CN/adb/MigrateDBCluster.json",
2025-08-20T19:15:57.2477515Z [00:02:03.335]➜  			"zh-CN/adb/ModifyAccountDescription.json",
2025-08-20T19:15:57.2477813Z [00:02:03.335]➜  			"zh-CN/adb/ModifyAuditLogConfig.json",
2025-08-20T19:15:57.2478132Z [00:02:03.335]➜  			"zh-CN/adb/ModifyAutoRenewAttribute.json",
2025-08-20T19:15:57.2478522Z [00:02:03.335]➜  			"zh-CN/adb/ModifyBackupPolicy.json",
2025-08-20T19:15:57.2478879Z [00:02:03.335]➜  			"zh-CN/adb/ModifyClusterConnectionString.json",
2025-08-20T19:15:57.2479171Z [00:02:03.335]➜  			"zh-CN/adb/ModifyDBCluster.json",
2025-08-20T19:15:57.2479546Z [00:02:03.335]➜  			"zh-CN/adb/ModifyDBClusterAccessWhiteList.json",
2025-08-20T19:15:57.2479891Z [00:02:03.335]➜  			"zh-CN/adb/ModifyDBClusterDescription.json",
2025-08-20T19:15:57.2480242Z [00:02:03.335]➜  			"zh-CN/adb/ModifyDBClusterMaintainTime.json",
2025-08-20T19:15:57.2480563Z [00:02:03.335]➜  			"zh-CN/adb/ModifyDBClusterPayType.json",
2025-08-20T19:15:57.2481032Z [00:02:03.335]➜  			"zh-CN/adb/ModifyDBClusterResourceGroup.json",
2025-08-20T19:15:57.2481352Z [00:02:03.335]➜  			"zh-CN/adb/ModifyDBResourceGroup.json",
2025-08-20T19:15:57.2481660Z [00:02:03.335]➜  			"zh-CN/adb/ModifyDBResourcePool.json",
2025-08-20T19:15:57.2481969Z [00:02:03.335]➜  			"zh-CN/adb/ModifyElasticPlan.json",
2025-08-20T19:15:57.2482302Z [00:02:03.335]➜  			"zh-CN/adb/ModifyLogBackupPolicy.json",
2025-08-20T19:15:57.2482913Z [00:02:03.335]➜  			"zh-CN/adb/ModifyMaintenanceAction.json",
2025-08-20T19:15:57.2483228Z [00:02:03.335]➜  			"zh-CN/adb/ModifyResubmitConfig.json",
2025-08-20T19:15:57.2483521Z [00:02:03.335]➜  			"zh-CN/adb/ModifySQAConfig.json",
2025-08-20T19:15:57.2483890Z [00:02:03.335]➜  			"zh-CN/adb/ReleaseClusterPublicConnection.json",
2025-08-20T19:15:57.2484202Z [00:02:03.335]➜  			"zh-CN/adb/ResetAccountPassword.json",
2025-08-20T19:15:57.2484540Z [00:02:03.335]➜  			"zh-CN/adb/RevokeOperatorPermission.json",
2025-08-20T19:15:57.2484817Z [00:02:03.335]➜  			"zh-CN/adb/TagResources.json",
2025-08-20T19:15:57.2485183Z [00:02:03.335]➜  			"zh-CN/adb/UnbindDBResourceGroupWithUser.json",
2025-08-20T19:15:57.2485546Z [00:02:03.335]➜  			"zh-CN/adb/UnbindDBResourcePoolWithUser.json",
2025-08-20T19:15:57.2485831Z [00:02:03.335]➜  			"zh-CN/adb/UntagResources.json",
2025-08-20T19:15:57.2486090Z [00:02:03.335]➜  			"zh-CN/adb/version.json",
2025-08-20T19:15:57.2486581Z [00:02:03.335]➜  			"zh-CN/adcp/AttachClusterToHub.json",
2025-08-20T19:15:57.2486885Z [00:02:03.335]➜  			"zh-CN/adcp/CreateHubCluster.json",
2025-08-20T19:15:57.2487179Z [00:02:03.335]➜  			"zh-CN/adcp/DeleteHubCluster.json",
2025-08-20T19:15:57.2487500Z [00:02:03.335]➜  			"zh-CN/adcp/DeletePolicyInstance.json",
2025-08-20T19:15:57.2487806Z [00:02:03.335]➜  			"zh-CN/adcp/DeleteUserPermission.json",
2025-08-20T19:15:57.2488310Z [00:02:03.335]➜  			"zh-CN/adcp/DeployPolicyInstance.json",
2025-08-20T19:15:57.2488664Z [00:02:03.335]➜  			"zh-CN/adcp/DescribeHubClusterDetails.json",
2025-08-20T19:15:57.2489032Z [00:02:03.335]➜  			"zh-CN/adcp/DescribeHubClusterKubeconfig.json",
2025-08-20T19:15:57.2489365Z [00:02:03.335]➜  			"zh-CN/adcp/DescribeHubClusterLogs.json",
2025-08-20T19:15:57.2489732Z [00:02:03.335]➜  			"zh-CN/adcp/DescribeHubClusters.json",
2025-08-20T19:15:57.2490065Z [00:02:03.335]➜  			"zh-CN/adcp/DescribeManagedClusters.json",
2025-08-20T19:15:57.2490373Z [00:02:03.335]➜  			"zh-CN/adcp/DescribePolicies.json",
2025-08-20T19:15:57.2490708Z [00:02:03.335]➜  			"zh-CN/adcp/DescribePolicyDetails.json",
2025-08-20T19:15:57.2491099Z [00:02:03.335]➜  			"zh-CN/adcp/DescribePolicyGovernanceInCluster.json",
2025-08-20T19:15:57.2491418Z [00:02:03.335]➜  			"zh-CN/adcp/DescribePolicyInstances.json",
2025-08-20T19:15:57.2491787Z [00:02:03.335]➜  			"zh-CN/adcp/DescribePolicyInstancesStatus.json",
2025-08-20T19:15:57.2492075Z [00:02:03.335]➜  			"zh-CN/adcp/DescribeRegions.json",
2025-08-20T19:15:57.2492652Z [00:02:03.335]➜  			"zh-CN/adcp/DescribeUserPermissions.json",
2025-08-20T19:15:57.2492984Z [00:02:03.335]➜  			"zh-CN/adcp/DetachClusterFromHub.json",
2025-08-20T19:15:57.2493314Z [00:02:03.335]➜  			"zh-CN/adcp/GrantUserPermission.json",
2025-08-20T19:15:57.2493631Z [00:02:03.335]➜  			"zh-CN/adcp/GrantUserPermissions.json",
2025-08-20T19:15:57.2493966Z [00:02:03.335]➜  			"zh-CN/adcp/UpdateHubClusterFeature.json",
2025-08-20T19:15:57.2494418Z [00:02:03.335]➜  			"zh-CN/adcp/UpdateUserPermission.json",
2025-08-20T19:15:57.2494696Z [00:02:03.335]➜  			"zh-CN/adcp/version.json",
2025-08-20T19:15:57.2494960Z [00:02:03.335]➜  			"zh-CN/agency/version.json",
2025-08-20T19:15:57.2495239Z [00:02:03.335]➜  			"zh-CN/alb/AddEntriesToAcl.json",
2025-08-20T19:15:57.2495568Z [00:02:03.335]➜  			"zh-CN/alb/AddServersToServerGroup.json",
2025-08-20T19:15:57.2496000Z [00:02:03.335]➜  			"zh-CN/alb/ApplyHealthCheckTemplateToServerGroup.json",
2025-08-20T19:15:57.2496358Z [00:02:03.335]➜  			"zh-CN/alb/AssociateAclsWithListener.json",
2025-08-20T19:15:57.2496842Z [00:02:03.335]➜  			"zh-CN/alb/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:57.2497445Z [00:02:03.335]➜  			"zh-CN/alb/AttachCommonBandwidthPackageToLoadBalancer.json",
2025-08-20T19:15:57.2497806Z [00:02:03.335]➜  			"zh-CN/alb/CancelShiftLoadBalancerZones.json",
2025-08-20T19:15:57.2498099Z [00:02:03.335]➜  			"zh-CN/alb/CreateAScripts.json",
2025-08-20T19:15:57.2498358Z [00:02:03.335]➜  			"zh-CN/alb/CreateAcl.json",
2025-08-20T19:15:57.2498774Z [00:02:03.335]➜  			"zh-CN/alb/CreateHealthCheckTemplate.json",
2025-08-20T19:15:57.2499109Z [00:02:03.335]➜  			"zh-CN/alb/CreateListener.json",
2025-08-20T19:15:57.2499473Z [00:02:03.335]➜  			"zh-CN/alb/CreateLoadBalancer.json",
2025-08-20T19:15:57.2499767Z [00:02:03.335]➜  			"zh-CN/alb/CreateRule.json",
2025-08-20T19:15:57.2500094Z [00:02:03.335]➜  			"zh-CN/alb/CreateRules.json",
2025-08-20T19:15:57.2500485Z [00:02:03.335]➜  			"zh-CN/alb/CreateSecurityPolicy.json",
2025-08-20T19:15:57.2500825Z [00:02:03.335]➜  			"zh-CN/alb/CreateServerGroup.json",
2025-08-20T19:15:57.2501108Z [00:02:03.335]➜  			"zh-CN/alb/DeleteAScripts.json",
2025-08-20T19:15:57.2501451Z [00:02:03.335]➜  			"zh-CN/alb/DeleteAcl.json",
2025-08-20T19:15:57.2501791Z [00:02:03.335]➜  			"zh-CN/alb/DeleteHealthCheckTemplates.json",
2025-08-20T19:15:57.2502074Z [00:02:03.336]➜  			"zh-CN/alb/DeleteListener.json",
2025-08-20T19:15:57.2502372Z [00:02:03.336]➜  			"zh-CN/alb/DeleteLoadBalancer.json",
2025-08-20T19:15:57.2503037Z [00:02:03.336]➜  			"zh-CN/alb/DeleteRule.json",
2025-08-20T19:15:57.2503290Z [00:02:03.336]➜  			"zh-CN/alb/DeleteRules.json",
2025-08-20T19:15:57.2503582Z [00:02:03.336]➜  			"zh-CN/alb/DeleteSecurityPolicy.json",
2025-08-20T19:15:57.2503850Z [00:02:03.336]➜  			"zh-CN/alb/DeleteServerGroup.json",
2025-08-20T19:15:57.2504115Z [00:02:03.336]➜  			"zh-CN/alb/DescribeRegions.json",
2025-08-20T19:15:57.2504363Z [00:02:03.336]➜  			"zh-CN/alb/DescribeZones.json",
2025-08-20T19:15:57.2504932Z [00:02:03.336]➜  			"zh-CN/alb/DetachCommonBandwidthPackageFromLoadBalancer.json",
2025-08-20T19:15:57.2505252Z [00:02:03.336]➜  			"zh-CN/alb/DisableDeletionProtection.json",
2025-08-20T19:15:57.2505618Z [00:02:03.336]➜  			"zh-CN/alb/DisableLoadBalancerAccessLog.json",
2025-08-20T19:15:57.2505985Z [00:02:03.336]➜  			"zh-CN/alb/DisableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:57.2506337Z [00:02:03.336]➜  			"zh-CN/alb/DissociateAclsFromListener.json",
2025-08-20T19:15:57.2506841Z [00:02:03.336]➜  			"zh-CN/alb/DissociateAdditionalCertificatesFromListener.json",
2025-08-20T19:15:57.2507190Z [00:02:03.336]➜  			"zh-CN/alb/EnableDeletionProtection.json",
2025-08-20T19:15:57.2507535Z [00:02:03.336]➜  			"zh-CN/alb/EnableLoadBalancerAccessLog.json",
2025-08-20T19:15:57.2507900Z [00:02:03.336]➜  			"zh-CN/alb/EnableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:57.2508258Z [00:02:03.336]➜  			"zh-CN/alb/GetHealthCheckTemplateAttribute.json",
2025-08-20T19:15:57.2508572Z [00:02:03.336]➜  			"zh-CN/alb/GetListenerAttribute.json",
2025-08-20T19:15:57.2508886Z [00:02:03.336]➜  			"zh-CN/alb/GetListenerHealthStatus.json",
2025-08-20T19:15:57.2509214Z [00:02:03.336]➜  			"zh-CN/alb/GetLoadBalancerAttribute.json",
2025-08-20T19:15:57.2509480Z [00:02:03.336]➜  			"zh-CN/alb/ListAScripts.json",
2025-08-20T19:15:57.2509748Z [00:02:03.336]➜  			"zh-CN/alb/ListAclEntries.json",
2025-08-20T19:15:57.2510038Z [00:02:03.336]➜  			"zh-CN/alb/ListAclRelations.json",
2025-08-20T19:15:57.2510431Z [00:02:03.336]➜  			"zh-CN/alb/ListAcls.json",
2025-08-20T19:15:57.2510755Z [00:02:03.336]➜  			"zh-CN/alb/ListAsynJobs.json",
2025-08-20T19:15:57.2511104Z [00:02:03.336]➜  			"zh-CN/alb/ListHealthCheckTemplates.json",
2025-08-20T19:15:57.2511451Z [00:02:03.336]➜  			"zh-CN/alb/ListListenerCertificates.json",
2025-08-20T19:15:57.2511738Z [00:02:03.336]➜  			"zh-CN/alb/ListListeners.json",
2025-08-20T19:15:57.2512050Z [00:02:03.336]➜  			"zh-CN/alb/ListLoadBalancers.json",
2025-08-20T19:15:57.2512321Z [00:02:03.336]➜  			"zh-CN/alb/ListRules.json",
2025-08-20T19:15:57.2512850Z [00:02:03.336]➜  			"zh-CN/alb/ListSecurityPolicies.json",
2025-08-20T19:15:57.2513207Z [00:02:03.336]➜  			"zh-CN/alb/ListSecurityPolicyRelations.json",
2025-08-20T19:15:57.2513699Z [00:02:03.336]➜  			"zh-CN/alb/ListServerGroupServers.json",
2025-08-20T19:15:57.2513997Z [00:02:03.336]➜  			"zh-CN/alb/ListServerGroups.json",
2025-08-20T19:15:57.2514355Z [00:02:03.336]➜  			"zh-CN/alb/ListSystemSecurityPolicies.json",
2025-08-20T19:15:57.2514648Z [00:02:03.336]➜  			"zh-CN/alb/ListTagKeys.json",
2025-08-20T19:15:57.2514962Z [00:02:03.336]➜  			"zh-CN/alb/ListTagResources.json",
2025-08-20T19:15:57.2515276Z [00:02:03.336]➜  			"zh-CN/alb/ListTagValues.json",
2025-08-20T19:15:57.2515610Z [00:02:03.336]➜  			"zh-CN/alb/MoveResourceGroup.json",
2025-08-20T19:15:57.2515961Z [00:02:03.336]➜  			"zh-CN/alb/RemoveEntriesFromAcl.json",
2025-08-20T19:15:57.2516399Z [00:02:03.336]➜  			"zh-CN/alb/RemoveServersFromServerGroup.json",
2025-08-20T19:15:57.2516852Z [00:02:03.336]➜  			"zh-CN/alb/ReplaceServersInServerGroup.json",
2025-08-20T19:15:57.2517176Z [00:02:03.336]➜  			"zh-CN/alb/StartListener.json",
2025-08-20T19:15:57.2517534Z [00:02:03.336]➜  			"zh-CN/alb/StartShiftLoadBalancerZones.json",
2025-08-20T19:15:57.2517813Z [00:02:03.336]➜  			"zh-CN/alb/StopListener.json",
2025-08-20T19:15:57.2518084Z [00:02:03.336]➜  			"zh-CN/alb/TagResources.json",
2025-08-20T19:15:57.2518373Z [00:02:03.336]➜  			"zh-CN/alb/UnTagResources.json",
2025-08-20T19:15:57.2518660Z [00:02:03.336]➜  			"zh-CN/alb/UpdateAScripts.json",
2025-08-20T19:15:57.2519172Z [00:02:03.336]➜  			"zh-CN/alb/UpdateAclAttribute.json",
2025-08-20T19:15:57.2519723Z [00:02:03.336]➜  			"zh-CN/alb/UpdateHealthCheckTemplateAttribute.json",
2025-08-20T19:15:57.2520078Z [00:02:03.336]➜  			"zh-CN/alb/UpdateListenerAttribute.json",
2025-08-20T19:15:57.2520489Z [00:02:03.336]➜  			"zh-CN/alb/UpdateListenerLogConfig.json",
2025-08-20T19:15:57.2520902Z [00:02:03.336]➜  			"zh-CN/alb/UpdateLoadBalancerAddressTypeConfig.json",
2025-08-20T19:15:57.2521383Z [00:02:03.336]➜  			"zh-CN/alb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:15:57.2521761Z [00:02:03.336]➜  			"zh-CN/alb/UpdateLoadBalancerEdition.json",
2025-08-20T19:15:57.2522109Z [00:02:03.336]➜  			"zh-CN/alb/UpdateLoadBalancerZones.json",
2025-08-20T19:15:57.2522657Z [00:02:03.336]➜  			"zh-CN/alb/UpdateRuleAttribute.json",
2025-08-20T19:15:57.2523008Z [00:02:03.336]➜  			"zh-CN/alb/UpdateRulesAttribute.json",
2025-08-20T19:15:57.2523395Z [00:02:03.336]➜  			"zh-CN/alb/UpdateSecurityPolicyAttribute.json",
2025-08-20T19:15:57.2523756Z [00:02:03.336]➜  			"zh-CN/alb/UpdateServerGroupAttribute.json",
2025-08-20T19:15:57.2524164Z [00:02:03.336]➜  			"zh-CN/alb/UpdateServerGroupServersAttribute.json",
2025-08-20T19:15:57.2524420Z [00:02:03.336]➜  			"zh-CN/alb/version.json",
2025-08-20T19:15:57.2524714Z [00:02:03.336]➜  			"zh-CN/alidns/AddCustomLine.json",
2025-08-20T19:15:57.2525027Z [00:02:03.336]➜  			"zh-CN/alidns/AddDnsCacheDomain.json",
2025-08-20T19:15:57.2525371Z [00:02:03.336]➜  			"zh-CN/alidns/AddDnsGtmAccessStrategy.json",
2025-08-20T19:15:57.2525712Z [00:02:03.336]➜  			"zh-CN/alidns/AddDnsGtmAddressPool.json",
2025-08-20T19:15:57.2526020Z [00:02:03.336]➜  			"zh-CN/alidns/AddDnsGtmMonitor.json",
2025-08-20T19:15:57.2526300Z [00:02:03.336]➜  			"zh-CN/alidns/AddDomain.json",
2025-08-20T19:15:57.2526591Z [00:02:03.336]➜  			"zh-CN/alidns/AddDomainBackup.json",
2025-08-20T19:15:57.2526947Z [00:02:03.337]➜  			"zh-CN/alidns/AddDomainGroup.json",
2025-08-20T19:15:57.2527390Z [00:02:03.337]➜  			"zh-CN/alidns/AddDomainRecord.json",
2025-08-20T19:15:57.2527758Z [00:02:03.337]➜  			"zh-CN/alidns/AddGtmAccessStrategy.json",
2025-08-20T19:15:57.2528079Z [00:02:03.337]➜  			"zh-CN/alidns/AddGtmAddressPool.json",
2025-08-20T19:15:57.2528378Z [00:02:03.337]➜  			"zh-CN/alidns/AddGtmMonitor.json",
2025-08-20T19:15:57.2528693Z [00:02:03.337]➜  			"zh-CN/alidns/AddGtmRecoveryPlan.json",
2025-08-20T19:15:57.2529023Z [00:02:03.337]➜  			"zh-CN/alidns/BindInstanceDomains.json",
2025-08-20T19:15:57.2529346Z [00:02:03.337]➜  			"zh-CN/alidns/ChangeDomainGroup.json",
2025-08-20T19:15:57.2529703Z [00:02:03.337]➜  			"zh-CN/alidns/ChangeDomainOfDnsProduct.json",
2025-08-20T19:15:57.2530175Z [00:02:03.337]➜  			"zh-CN/alidns/CopyGtmConfig.json",
2025-08-20T19:15:57.2530503Z [00:02:03.337]➜  			"zh-CN/alidns/CreatePdnsAppKey.json",
2025-08-20T19:15:57.2530841Z [00:02:03.337]➜  			"zh-CN/alidns/CreatePdnsUdpIpSegment.json",
2025-08-20T19:15:57.2531157Z [00:02:03.337]➜  			"zh-CN/alidns/DeleteCustomLines.json",
2025-08-20T19:15:57.2531478Z [00:02:03.337]➜  			"zh-CN/alidns/DeleteDnsCacheDomain.json",
2025-08-20T19:15:57.2531839Z [00:02:03.337]➜  			"zh-CN/alidns/DeleteDnsGtmAccessStrategy.json",
2025-08-20T19:15:57.2532177Z [00:02:03.337]➜  			"zh-CN/alidns/DeleteDnsGtmAddressPool.json",
2025-08-20T19:15:57.2532703Z [00:02:03.337]➜  			"zh-CN/alidns/DeleteDomain.json",
2025-08-20T19:15:57.2533037Z [00:02:03.337]➜  			"zh-CN/alidns/DeleteDomainGroup.json",
2025-08-20T19:15:57.2533371Z [00:02:03.337]➜  			"zh-CN/alidns/DeleteDomainRecord.json",
2025-08-20T19:15:57.2533705Z [00:02:03.337]➜  			"zh-CN/alidns/DeleteGtmAccessStrategy.json",
2025-08-20T19:15:57.2534037Z [00:02:03.337]➜  			"zh-CN/alidns/DeleteGtmAddressPool.json",
2025-08-20T19:15:57.2534366Z [00:02:03.337]➜  			"zh-CN/alidns/DeleteGtmRecoveryPlan.json",
2025-08-20T19:15:57.2534700Z [00:02:03.337]➜  			"zh-CN/alidns/DeleteSubDomainRecords.json",
2025-08-20T19:15:57.2535043Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeBatchResultCount.json",
2025-08-20T19:15:57.2535574Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeBatchResultDetail.json",
2025-08-20T19:15:57.2535879Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeCustomLine.json",
2025-08-20T19:15:57.2536192Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeCustomLines.json",
2025-08-20T19:15:57.2536522Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDNSSLBSubDomains.json",
2025-08-20T19:15:57.2536858Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsCacheDomains.json",
2025-08-20T19:15:57.2537352Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmAccessStrategies.json",
2025-08-20T19:15:57.2537738Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmAccessStrategy.json",
2025-08-20T19:15:57.2538245Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json",
2025-08-20T19:15:57.2538655Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmAddrAttributeInfo.json",
2025-08-20T19:15:57.2539151Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json",
2025-08-20T19:15:57.2539588Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmAvailableAlertGroup.json",
2025-08-20T19:15:57.2539932Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmInstance.json",
2025-08-20T19:15:57.2540336Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmInstanceAddressPool.json",
2025-08-20T19:15:57.2540789Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmInstanceAddressPools.json",
2025-08-20T19:15:57.2541151Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmInstanceStatus.json",
2025-08-20T19:15:57.2541568Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmInstanceSystemCname.json",
2025-08-20T19:15:57.2541928Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmInstances.json",
2025-08-20T19:15:57.2542253Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmLogs.json",
2025-08-20T19:15:57.2542872Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmMonitorAvailableConfig.json",
2025-08-20T19:15:57.2543254Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsGtmMonitorConfig.json",
2025-08-20T19:15:57.2543761Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsProductInstance.json",
2025-08-20T19:15:57.2544176Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDnsProductInstances.json",
2025-08-20T19:15:57.2544532Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDohAccountStatistics.json",
2025-08-20T19:15:57.2544849Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDohDomainStatistics.json",
2025-08-20T19:15:57.2545256Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDohDomainStatisticsSummary.json",
2025-08-20T19:15:57.2545662Z [00:02:03.337]➜  			"zh-CN/alidns/DescribeDohSubDomainStatistics.json",
2025-08-20T19:15:57.2546101Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeDohSubDomainStatisticsSummary.json",
2025-08-20T19:15:57.2546565Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeDohUserInfo.json",
2025-08-20T19:15:57.2546909Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeDomainDnssecInfo.json",
2025-08-20T19:15:57.2547241Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeDomainGroups.json",
2025-08-20T19:15:57.2547544Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeDomainInfo.json",
2025-08-20T19:15:57.2547871Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeDomainLogs.json",
2025-08-20T19:15:57.2548172Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeDomainNs.json",
2025-08-20T19:15:57.2548520Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeDomainRecordInfo.json",
2025-08-20T19:15:57.2548850Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeDomainRecords.json",
2025-08-20T19:15:57.2549323Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeDomainResolveStatisticsSummary.json",
2025-08-20T19:15:57.2549672Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeDomainStatistics.json",
2025-08-20T19:15:57.2550072Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeDomainStatisticsSummary.json",
2025-08-20T19:15:57.2550375Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeDomains.json",
2025-08-20T19:15:57.2550746Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmAccessStrategies.json",
2025-08-20T19:15:57.2551095Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmAccessStrategy.json",
2025-08-20T19:15:57.2551582Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmAccessStrategyAvailableConfig.json",
2025-08-20T19:15:57.2552099Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmAvailableAlertGroup.json",
2025-08-20T19:15:57.2552370Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmInstance.json",
2025-08-20T19:15:57.2552894Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmInstanceAddressPool.json",
2025-08-20T19:15:57.2553296Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmInstanceAddressPools.json",
2025-08-20T19:15:57.2553656Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmInstanceStatus.json",
2025-08-20T19:15:57.2554161Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmInstanceSystemCname.json",
2025-08-20T19:15:57.2554490Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmInstances.json",
2025-08-20T19:15:57.2554800Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmLogs.json",
2025-08-20T19:15:57.2555207Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmMonitorAvailableConfig.json",
2025-08-20T19:15:57.2555556Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmMonitorConfig.json",
2025-08-20T19:15:57.2555905Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmRecoveryPlan.json",
2025-08-20T19:15:57.2556362Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmRecoveryPlanAvailableConfig.json",
2025-08-20T19:15:57.2556706Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeGtmRecoveryPlans.json",
2025-08-20T19:15:57.2557039Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeInstanceDomains.json",
2025-08-20T19:15:57.2557421Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeIspFlushCacheInstances.json",
2025-08-20T19:15:57.2557838Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeIspFlushCacheRemainQuota.json",
2025-08-20T19:15:57.2558233Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeIspFlushCacheTask.json",
2025-08-20T19:15:57.2558620Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeIspFlushCacheTasks.json",
2025-08-20T19:15:57.2558977Z [00:02:03.338]➜  			"zh-CN/alidns/DescribePdnsAccountSummary.json",
2025-08-20T19:15:57.2559311Z [00:02:03.338]➜  			"zh-CN/alidns/DescribePdnsAppKey.json",
2025-08-20T19:15:57.2559644Z [00:02:03.338]➜  			"zh-CN/alidns/DescribePdnsAppKeys.json",
2025-08-20T19:15:57.2560110Z [00:02:03.338]➜  			"zh-CN/alidns/DescribePdnsOperateLogs.json",
2025-08-20T19:15:57.2560520Z [00:02:03.338]➜  			"zh-CN/alidns/DescribePdnsRequestStatistic.json",
2025-08-20T19:15:57.2560933Z [00:02:03.338]➜  			"zh-CN/alidns/DescribePdnsRequestStatistics.json",
2025-08-20T19:15:57.2561283Z [00:02:03.338]➜  			"zh-CN/alidns/DescribePdnsThreatLogs.json",
2025-08-20T19:15:57.2561661Z [00:02:03.338]➜  			"zh-CN/alidns/DescribePdnsThreatStatistic.json",
2025-08-20T19:15:57.2562050Z [00:02:03.338]➜  			"zh-CN/alidns/DescribePdnsThreatStatistics.json",
2025-08-20T19:15:57.2562602Z [00:02:03.338]➜  			"zh-CN/alidns/DescribePdnsUdpIpSegments.json",
2025-08-20T19:15:57.2563103Z [00:02:03.338]➜  			"zh-CN/alidns/DescribePdnsUserInfo.json",
2025-08-20T19:15:57.2563430Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeRecordLogs.json",
2025-08-20T19:15:57.2563897Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeRecordResolveStatisticsSummary.json",
2025-08-20T19:15:57.2564258Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeRecordStatistics.json",
2025-08-20T19:15:57.2564662Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeRecordStatisticsSummary.json",
2025-08-20T19:15:57.2565005Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeSubDomainRecords.json",
2025-08-20T19:15:57.2565325Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeSupportLines.json",
2025-08-20T19:15:57.2565616Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeTags.json",
2025-08-20T19:15:57.2565948Z [00:02:03.338]➜  			"zh-CN/alidns/DescribeTransferDomains.json",
2025-08-20T19:15:57.2566285Z [00:02:03.338]➜  			"zh-CN/alidns/ExecuteGtmRecoveryPlan.json",
2025-08-20T19:15:57.2566594Z [00:02:03.338]➜  			"zh-CN/alidns/GetMainDomainName.json",
2025-08-20T19:15:57.2566924Z [00:02:03.338]➜  			"zh-CN/alidns/GetTxtRecordForVerify.json",
2025-08-20T19:15:57.2567235Z [00:02:03.338]➜  			"zh-CN/alidns/ListTagResources.json",
2025-08-20T19:15:57.2567569Z [00:02:03.338]➜  			"zh-CN/alidns/ModifyHichinaDomainDNS.json",
2025-08-20T19:15:57.2567919Z [00:02:03.338]➜  			"zh-CN/alidns/MoveDomainResourceGroup.json",
2025-08-20T19:15:57.2568367Z [00:02:03.338]➜  			"zh-CN/alidns/MoveGtmResourceGroup.json",
2025-08-20T19:15:57.2568683Z [00:02:03.338]➜  			"zh-CN/alidns/OperateBatchDomain.json",
2025-08-20T19:15:57.2568985Z [00:02:03.338]➜  			"zh-CN/alidns/PausePdnsService.json",
2025-08-20T19:15:57.2569320Z [00:02:03.338]➜  			"zh-CN/alidns/PreviewGtmRecoveryPlan.json",
2025-08-20T19:15:57.2569615Z [00:02:03.338]➜  			"zh-CN/alidns/RemovePdnsAppKey.json",
2025-08-20T19:15:57.2570052Z [00:02:03.338]➜  			"zh-CN/alidns/RemovePdnsUdpIpSegment.json",
2025-08-20T19:15:57.2570376Z [00:02:03.338]➜  			"zh-CN/alidns/ResumePdnsService.json",
2025-08-20T19:15:57.2570684Z [00:02:03.338]➜  			"zh-CN/alidns/RetrieveDomain.json",
2025-08-20T19:15:57.2571022Z [00:02:03.338]➜  			"zh-CN/alidns/RollbackGtmRecoveryPlan.json",
2025-08-20T19:15:57.2571317Z [00:02:03.338]➜  			"zh-CN/alidns/SetDNSSLBStatus.json",
2025-08-20T19:15:57.2571631Z [00:02:03.338]➜  			"zh-CN/alidns/SetDnsGtmAccessMode.json",
2025-08-20T19:15:57.2572075Z [00:02:03.338]➜  			"zh-CN/alidns/SetDnsGtmMonitorStatus.json",
2025-08-20T19:15:57.2572588Z [00:02:03.338]➜  			"zh-CN/alidns/SetDomainDnssecStatus.json",
2025-08-20T19:15:57.2572927Z [00:02:03.338]➜  			"zh-CN/alidns/SetDomainRecordStatus.json",
2025-08-20T19:15:57.2573226Z [00:02:03.338]➜  			"zh-CN/alidns/SetGtmAccessMode.json",
2025-08-20T19:15:57.2573541Z [00:02:03.338]➜  			"zh-CN/alidns/SetGtmMonitorStatus.json",
2025-08-20T19:15:57.2573886Z [00:02:03.338]➜  			"zh-CN/alidns/SubmitIspFlushCacheTask.json",
2025-08-20T19:15:57.2574291Z [00:02:03.338]➜  			"zh-CN/alidns/SwitchDnsGtmInstanceStrategyMode.json",
2025-08-20T19:15:57.2574587Z [00:02:03.338]➜  			"zh-CN/alidns/TagResources.json",
2025-08-20T19:15:57.2574877Z [00:02:03.338]➜  			"zh-CN/alidns/TransferDomain.json",
2025-08-20T19:15:57.2575201Z [00:02:03.338]➜  			"zh-CN/alidns/UnbindInstanceDomains.json",
2025-08-20T19:15:57.2575492Z [00:02:03.338]➜  			"zh-CN/alidns/UntagResources.json",
2025-08-20T19:15:57.2575811Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateAppKeyState.json",
2025-08-20T19:15:57.2576117Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateCustomLine.json",
2025-08-20T19:15:57.2576431Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateDNSSLBWeight.json",
2025-08-20T19:15:57.2576754Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateDnsCacheDomain.json",
2025-08-20T19:15:57.2577108Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateDnsCacheDomainRemark.json",
2025-08-20T19:15:57.2577466Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateDnsGtmAccessStrategy.json",
2025-08-20T19:15:57.2577811Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateDnsGtmAddressPool.json",
2025-08-20T19:15:57.2578214Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateDnsGtmInstanceGlobalConfig.json",
2025-08-20T19:15:57.2578667Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateDnsGtmMonitor.json",
2025-08-20T19:15:57.2578984Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateDomainGroup.json",
2025-08-20T19:15:57.2579295Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateDomainRecord.json",
2025-08-20T19:15:57.2579648Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateDomainRecordRemark.json",
2025-08-20T19:15:57.2579969Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateDomainRemark.json",
2025-08-20T19:15:57.2580306Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateGtmAccessStrategy.json",
2025-08-20T19:15:57.2580624Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateGtmAddressPool.json",
2025-08-20T19:15:57.2581006Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateGtmInstanceGlobalConfig.json",
2025-08-20T19:15:57.2581295Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateGtmMonitor.json",
2025-08-20T19:15:57.2581638Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateGtmRecoveryPlan.json",
2025-08-20T19:15:57.2582065Z [00:02:03.338]➜  			"zh-CN/alidns/UpdateIspFlushCacheInstanceConfig.json",
2025-08-20T19:15:57.2582697Z [00:02:03.338]➜  			"zh-CN/alidns/ValidateDnsGtmCnameRrCanUse.json",
2025-08-20T19:15:57.2583066Z [00:02:03.338]➜  			"zh-CN/alidns/ValidatePdnsUdpIpSegment.json",
2025-08-20T19:15:57.2583309Z [00:02:03.338]➜  			"zh-CN/alidns/version.json",
2025-08-20T19:15:57.2583639Z [00:02:03.338]➜  			"zh-CN/alikafka/ChangeResourceGroup.json",
2025-08-20T19:15:57.2584193Z [00:02:03.338]➜  			"zh-CN/alikafka/ConvertPostPayOrder.json",
2025-08-20T19:15:57.2584495Z [00:02:03.338]➜  			"zh-CN/alikafka/CreateAcl.json",
2025-08-20T19:15:57.2584819Z [00:02:03.338]➜  			"zh-CN/alikafka/CreateConsumerGroup.json",
2025-08-20T19:15:57.2585138Z [00:02:03.338]➜  			"zh-CN/alikafka/CreatePostPayOrder.json",
2025-08-20T19:15:57.2585449Z [00:02:03.338]➜  			"zh-CN/alikafka/CreatePrePayOrder.json",
2025-08-20T19:15:57.2585844Z [00:02:03.338]➜  			"zh-CN/alikafka/CreateSaslUser.json",
2025-08-20T19:15:57.2586122Z [00:02:03.338]➜  			"zh-CN/alikafka/CreateTopic.json",
2025-08-20T19:15:57.2586404Z [00:02:03.338]➜  			"zh-CN/alikafka/DeleteAcl.json",
2025-08-20T19:15:57.2586724Z [00:02:03.338]➜  			"zh-CN/alikafka/DeleteConsumerGroup.json",
2025-08-20T19:15:57.2587020Z [00:02:03.338]➜  			"zh-CN/alikafka/DeleteInstance.json",
2025-08-20T19:15:57.2587309Z [00:02:03.338]➜  			"zh-CN/alikafka/DeleteSaslUser.json",
2025-08-20T19:15:57.2587705Z [00:02:03.338]➜  			"zh-CN/alikafka/DeleteTopic.json",
2025-08-20T19:15:57.2587996Z [00:02:03.338]➜  			"zh-CN/alikafka/DescribeAcls.json",
2025-08-20T19:15:57.2588302Z [00:02:03.338]➜  			"zh-CN/alikafka/DescribeSaslUsers.json",
2025-08-20T19:15:57.2588619Z [00:02:03.338]➜  			"zh-CN/alikafka/GetAllInstanceIdList.json",
2025-08-20T19:15:57.2588926Z [00:02:03.338]➜  			"zh-CN/alikafka/GetAllowedIpList.json",
2025-08-20T19:15:57.2589221Z [00:02:03.338]➜  			"zh-CN/alikafka/GetConsumerList.json",
2025-08-20T19:15:57.2589552Z [00:02:03.338]➜  			"zh-CN/alikafka/GetConsumerProgress.json",
2025-08-20T19:15:57.2589841Z [00:02:03.338]➜  			"zh-CN/alikafka/GetInstanceList.json",
2025-08-20T19:15:57.2590130Z [00:02:03.338]➜  			"zh-CN/alikafka/GetQuotaTip.json",
2025-08-20T19:15:57.2590406Z [00:02:03.338]➜  			"zh-CN/alikafka/GetTopicList.json",
2025-08-20T19:15:57.2590696Z [00:02:03.338]➜  			"zh-CN/alikafka/GetTopicStatus.json",
2025-08-20T19:15:57.2590995Z [00:02:03.338]➜  			"zh-CN/alikafka/ListTagResources.json",
2025-08-20T19:15:57.2591312Z [00:02:03.338]➜  			"zh-CN/alikafka/ModifyInstanceName.json",
2025-08-20T19:15:57.2591617Z [00:02:03.339]➜  			"zh-CN/alikafka/ModifyPartitionNum.json",
2025-08-20T19:15:57.2591913Z [00:02:03.339]➜  			"zh-CN/alikafka/ModifyTopicRemark.json",
2025-08-20T19:15:57.2592187Z [00:02:03.339]➜  			"zh-CN/alikafka/QueryMessage.json",
2025-08-20T19:15:57.2592673Z [00:02:03.339]➜  			"zh-CN/alikafka/ReleaseInstance.json",
2025-08-20T19:15:57.2593002Z [00:02:03.339]➜  			"zh-CN/alikafka/StartInstance.json",
2025-08-20T19:15:57.2593309Z [00:02:03.339]➜  			"zh-CN/alikafka/TagResources.json",
2025-08-20T19:15:57.2593765Z [00:02:03.339]➜  			"zh-CN/alikafka/UntagResources.json",
2025-08-20T19:15:57.2594086Z [00:02:03.339]➜  			"zh-CN/alikafka/UpdateAllowedIp.json",
2025-08-20T19:15:57.2594422Z [00:02:03.339]➜  			"zh-CN/alikafka/UpdateConsumerOffset.json",
2025-08-20T19:15:57.2594764Z [00:02:03.339]➜  			"zh-CN/alikafka/UpdateInstanceConfig.json",
2025-08-20T19:15:57.2595110Z [00:02:03.339]➜  			"zh-CN/alikafka/UpdateTopicConfig.json",
2025-08-20T19:15:57.2595462Z [00:02:03.339]➜  			"zh-CN/alikafka/UpgradeInstanceVersion.json",
2025-08-20T19:15:57.2595794Z [00:02:03.339]➜  			"zh-CN/alikafka/UpgradePostPayOrder.json",
2025-08-20T19:15:57.2596117Z [00:02:03.339]➜  			"zh-CN/alikafka/UpgradePrePayOrder.json",
2025-08-20T19:15:57.2596436Z [00:02:03.339]➜  			"zh-CN/alikafka/version.json",
2025-08-20T19:15:57.2596882Z [00:02:03.339]➜  			"zh-CN/arms/AddAliClusterIdsToPrometheusGlobalView.json",
2025-08-20T19:15:57.2597138Z [00:02:03.339]➜  			"zh-CN/arms/AddGrafana.json",
2025-08-20T19:15:57.2597434Z [00:02:03.339]➜  			"zh-CN/arms/AddIntegration.json",
2025-08-20T19:15:57.2597785Z [00:02:03.339]➜  			"zh-CN/arms/AddPrometheusGlobalView.json",
2025-08-20T19:15:57.2598228Z [00:02:03.339]➜  			"zh-CN/arms/AddPrometheusGlobalViewByAliClusterIds.json",
2025-08-20T19:15:57.2598564Z [00:02:03.339]➜  			"zh-CN/arms/AddPrometheusInstance.json",
2025-08-20T19:15:57.2598927Z [00:02:03.339]➜  			"zh-CN/arms/AddPrometheusIntegration.json",
2025-08-20T19:15:57.2599443Z [00:02:03.339]➜  			"zh-CN/arms/AddPrometheusRemoteWrite.json",
2025-08-20T19:15:57.2599755Z [00:02:03.339]➜  			"zh-CN/arms/AddRecordingRule.json",
2025-08-20T19:15:57.2600091Z [00:02:03.339]➜  			"zh-CN/arms/AddTagToFlinkCluster.json",
2025-08-20T19:15:57.2600536Z [00:02:03.339]➜  			"zh-CN/arms/AppendInstancesToPrometheusGlobalView.json",
2025-08-20T19:15:57.2600836Z [00:02:03.339]➜  			"zh-CN/arms/ApplyScenario.json",
2025-08-20T19:15:57.2601413Z [00:02:03.339]➜  			"zh-CN/arms/BindPrometheusGrafanaInstance.json",
2025-08-20T19:15:57.2601794Z [00:02:03.339]➜  			"zh-CN/arms/BlockAlarmNotification.json",
2025-08-20T19:15:57.2602131Z [00:02:03.339]➜  			"zh-CN/arms/ChangeAlarmSeverity.json",
2025-08-20T19:15:57.2602621Z [00:02:03.339]➜  			"zh-CN/arms/ChangeResourceGroup.json",
2025-08-20T19:15:57.2602960Z [00:02:03.339]➜  			"zh-CN/arms/CheckCommercialStatus.json",
2025-08-20T19:15:57.2603409Z [00:02:03.339]➜  			"zh-CN/arms/CheckServiceStatus.json",
2025-08-20T19:15:57.2603724Z [00:02:03.339]➜  			"zh-CN/arms/ClaimAlarm.json",
2025-08-20T19:15:57.2604009Z [00:02:03.339]➜  			"zh-CN/arms/CloseAlarm.json",
2025-08-20T19:15:57.2604263Z [00:02:03.339]➜  			"zh-CN/arms/ConfigApp.json",
2025-08-20T19:15:57.2604533Z [00:02:03.339]➜  			"zh-CN/arms/CreateAlertContact.json",
2025-08-20T19:15:57.2604841Z [00:02:03.339]➜  			"zh-CN/arms/CreateAlertContactGroup.json",
2025-08-20T19:15:57.2605155Z [00:02:03.339]➜  			"zh-CN/arms/CreateDispatchRule.json",
2025-08-20T19:15:57.2605458Z [00:02:03.339]➜  			"zh-CN/arms/CreateEnvCustomJob.json",
2025-08-20T19:15:57.2605775Z [00:02:03.339]➜  			"zh-CN/arms/CreateEnvPodMonitor.json",
2025-08-20T19:15:57.2606118Z [00:02:03.339]➜  			"zh-CN/arms/CreateEnvServiceMonitor.json",
2025-08-20T19:15:57.2606422Z [00:02:03.339]➜  			"zh-CN/arms/CreateEnvironment.json",
2025-08-20T19:15:57.2606744Z [00:02:03.339]➜  			"zh-CN/arms/CreateGrafanaWorkspace.json",
2025-08-20T19:15:57.2607063Z [00:02:03.339]➜  			"zh-CN/arms/CreateIntegration.json",
2025-08-20T19:15:57.2607400Z [00:02:03.339]➜  			"zh-CN/arms/CreateOrUpdateAlertRule.json",
2025-08-20T19:15:57.2607726Z [00:02:03.339]➜  			"zh-CN/arms/CreateOrUpdateContact.json",
2025-08-20T19:15:57.2608078Z [00:02:03.339]➜  			"zh-CN/arms/CreateOrUpdateContactGroup.json",
2025-08-20T19:15:57.2608492Z [00:02:03.339]➜  			"zh-CN/arms/CreateOrUpdateEventBridgeIntegration.json",
2025-08-20T19:15:57.2608811Z [00:02:03.339]➜  			"zh-CN/arms/CreateOrUpdateIMRobot.json",
2025-08-20T19:15:57.2609232Z [00:02:03.339]➜  			"zh-CN/arms/CreateOrUpdateNotificationPolicy.json",
2025-08-20T19:15:57.2609611Z [00:02:03.339]➜  			"zh-CN/arms/CreateOrUpdateSilencePolicy.json",
2025-08-20T19:15:57.2610157Z [00:02:03.339]➜  			"zh-CN/arms/CreateOrUpdateWebhookContact.json",
2025-08-20T19:15:57.2610516Z [00:02:03.339]➜  			"zh-CN/arms/CreatePrometheusAlertRule.json",
2025-08-20T19:15:57.2610963Z [00:02:03.339]➜  			"zh-CN/arms/CreatePrometheusInstance.json",
2025-08-20T19:15:57.2611343Z [00:02:03.339]➜  			"zh-CN/arms/CreatePrometheusMonitoring.json",
2025-08-20T19:15:57.2611798Z [00:02:03.339]➜  			"zh-CN/arms/CreateRetcodeApp.json",
2025-08-20T19:15:57.2612111Z [00:02:03.339]➜  			"zh-CN/arms/CreateSyntheticTask.json",
2025-08-20T19:15:57.2612618Z [00:02:03.339]➜  			"zh-CN/arms/CreateTimingSyntheticTask.json",
2025-08-20T19:15:57.2612934Z [00:02:03.339]➜  			"zh-CN/arms/CreateWebhook.json",
2025-08-20T19:15:57.2613212Z [00:02:03.339]➜  			"zh-CN/arms/DelAuthToken.json",
2025-08-20T19:15:57.2613530Z [00:02:03.339]➜  			"zh-CN/arms/DeleteAddonRelease.json",
2025-08-20T19:15:57.2613826Z [00:02:03.339]➜  			"zh-CN/arms/DeleteAlertContact.json",
2025-08-20T19:15:57.2614179Z [00:02:03.339]➜  			"zh-CN/arms/DeleteAlertContactGroup.json",
2025-08-20T19:15:57.2614471Z [00:02:03.339]➜  			"zh-CN/arms/DeleteAlertRule.json",
2025-08-20T19:15:57.2614794Z [00:02:03.339]➜  			"zh-CN/arms/DeleteAlertRules.json",
2025-08-20T19:15:57.2615132Z [00:02:03.339]➜  			"zh-CN/arms/DeleteAppList.json",
2025-08-20T19:15:57.2615462Z [00:02:03.339]➜  			"zh-CN/arms/DeleteCmsExporter.json",
2025-08-20T19:15:57.2615728Z [00:02:03.339]➜  			"zh-CN/arms/DeleteContact.json",
2025-08-20T19:15:57.2616032Z [00:02:03.339]➜  			"zh-CN/arms/DeleteContactGroup.json",
2025-08-20T19:15:57.2616332Z [00:02:03.339]➜  			"zh-CN/arms/DeleteDispatchRule.json",
2025-08-20T19:15:57.2616635Z [00:02:03.339]➜  			"zh-CN/arms/DeleteEnvCustomJob.json",
2025-08-20T19:15:57.2616936Z [00:02:03.339]➜  			"zh-CN/arms/DeleteEnvPodMonitor.json",
2025-08-20T19:15:57.2617514Z [00:02:03.339]➜  			"zh-CN/arms/DeleteEnvServiceMonitor.json",
2025-08-20T19:15:57.2617816Z [00:02:03.339]➜  			"zh-CN/arms/DeleteEnvironment.json",
2025-08-20T19:15:57.2618193Z [00:02:03.339]➜  			"zh-CN/arms/DeleteEnvironmentFeature.json",
2025-08-20T19:15:57.2618545Z [00:02:03.339]➜  			"zh-CN/arms/DeleteEventBridgeIntegration.json",
2025-08-20T19:15:57.2618862Z [00:02:03.339]➜  			"zh-CN/arms/DeleteGrafanaResource.json",
2025-08-20T19:15:57.2619268Z [00:02:03.339]➜  			"zh-CN/arms/DeleteGrafanaWorkspace.json",
2025-08-20T19:15:57.2619557Z [00:02:03.339]➜  			"zh-CN/arms/DeleteIMRobot.json",
2025-08-20T19:15:57.2619842Z [00:02:03.339]➜  			"zh-CN/arms/DeleteIntegration.json",
2025-08-20T19:15:57.2620140Z [00:02:03.339]➜  			"zh-CN/arms/DeleteIntegrations.json",
2025-08-20T19:15:57.2620476Z [00:02:03.339]➜  			"zh-CN/arms/DeleteNotificationPolicy.json",
2025-08-20T19:15:57.2620821Z [00:02:03.339]➜  			"zh-CN/arms/DeletePrometheusAlertRule.json",
2025-08-20T19:15:57.2621180Z [00:02:03.339]➜  			"zh-CN/arms/DeletePrometheusGlobalView.json",
2025-08-20T19:15:57.2621551Z [00:02:03.339]➜  			"zh-CN/arms/DeletePrometheusIntegration.json",
2025-08-20T19:15:57.2621902Z [00:02:03.339]➜  			"zh-CN/arms/DeletePrometheusMonitoring.json",
2025-08-20T19:15:57.2622253Z [00:02:03.339]➜  			"zh-CN/arms/DeletePrometheusRemoteWrite.json",
2025-08-20T19:15:57.2622749Z [00:02:03.339]➜  			"zh-CN/arms/DeleteRetcodeApp.json",
2025-08-20T19:15:57.2623066Z [00:02:03.339]➜  			"zh-CN/arms/DeleteScenario.json",
2025-08-20T19:15:57.2623399Z [00:02:03.339]➜  			"zh-CN/arms/DeleteSilencePolicy.json",
2025-08-20T19:15:57.2623700Z [00:02:03.339]➜  			"zh-CN/arms/DeleteSourceMap.json",
2025-08-20T19:15:57.2624003Z [00:02:03.339]➜  			"zh-CN/arms/DeleteSyntheticTask.json",
2025-08-20T19:15:57.2624358Z [00:02:03.339]➜  			"zh-CN/arms/DeleteTimingSyntheticTask.json",
2025-08-20T19:15:57.2624643Z [00:02:03.339]➜  			"zh-CN/arms/DeleteTraceApp.json",
2025-08-20T19:15:57.2624941Z [00:02:03.339]➜  			"zh-CN/arms/DeleteWebhookContact.json",
2025-08-20T19:15:57.2625250Z [00:02:03.339]➜  			"zh-CN/arms/DescribeAddonRelease.json",
2025-08-20T19:15:57.2625569Z [00:02:03.339]➜  			"zh-CN/arms/DescribeContactGroups.json",
2025-08-20T19:15:57.2626008Z [00:02:03.339]➜  			"zh-CN/arms/DescribeContacts.json",
2025-08-20T19:15:57.2626307Z [00:02:03.339]➜  			"zh-CN/arms/DescribeDispatchRule.json",
2025-08-20T19:15:57.2626626Z [00:02:03.339]➜  			"zh-CN/arms/DescribeEnvCustomJob.json",
2025-08-20T19:15:57.2626966Z [00:02:03.339]➜  			"zh-CN/arms/DescribeEnvPodMonitor.json",
2025-08-20T19:15:57.2627447Z [00:02:03.339]➜  			"zh-CN/arms/DescribeEnvServiceMonitor.json",
2025-08-20T19:15:57.2627756Z [00:02:03.339]➜  			"zh-CN/arms/DescribeEnvironment.json",
2025-08-20T19:15:57.2628120Z [00:02:03.339]➜  			"zh-CN/arms/DescribeEnvironmentFeature.json",
2025-08-20T19:15:57.2628414Z [00:02:03.339]➜  			"zh-CN/arms/DescribeIMRobots.json",
2025-08-20T19:15:57.2628783Z [00:02:03.339]➜  			"zh-CN/arms/DescribePrometheusAlertRule.json",
2025-08-20T19:15:57.2629122Z [00:02:03.339]➜  			"zh-CN/arms/DescribeTraceLicenseKey.json",
2025-08-20T19:15:57.2629451Z [00:02:03.339]➜  			"zh-CN/arms/DescribeWebhookContacts.json",
2025-08-20T19:15:57.2629737Z [00:02:03.339]➜  			"zh-CN/arms/EnableMetric.json",
2025-08-20T19:15:57.2630048Z [00:02:03.339]➜  			"zh-CN/arms/GetAgentDownloadUrl.json",
2025-08-20T19:15:57.2630327Z [00:02:03.339]➜  			"zh-CN/arms/GetAlertRules.json",
2025-08-20T19:15:57.2630631Z [00:02:03.339]➜  			"zh-CN/arms/GetAppApiByPage.json",
2025-08-20T19:15:57.2630940Z [00:02:03.339]➜  			"zh-CN/arms/GetAppJVMConfig.json",
2025-08-20T19:15:57.2631218Z [00:02:03.339]➜  			"zh-CN/arms/GetAuthToken.json",
2025-08-20T19:15:57.2631544Z [00:02:03.339]➜  			"zh-CN/arms/GetCloudClusterAllUrl.json",
2025-08-20T19:15:57.2631888Z [00:02:03.339]➜  			"zh-CN/arms/GetClusterAllUrl.json",
2025-08-20T19:15:57.2632218Z [00:02:03.339]➜  			"zh-CN/arms/GetCommercialStatus.json",
2025-08-20T19:15:57.2632746Z [00:02:03.339]➜  			"zh-CN/arms/GetExploreUrl.json",
2025-08-20T19:15:57.2633218Z [00:02:03.339]➜  			"zh-CN/arms/GetGrafanaWorkspace.json",
2025-08-20T19:15:57.2633616Z [00:02:03.339]➜  			"zh-CN/arms/GetIntegrationState.json",
2025-08-20T19:15:57.2633994Z [00:02:03.339]➜  			"zh-CN/arms/GetManagedPrometheusStatus.json",
2025-08-20T19:15:57.2634304Z [00:02:03.339]➜  			"zh-CN/arms/GetMultipleTrace.json",
2025-08-20T19:15:57.2634671Z [00:02:03.339]➜  			"zh-CN/arms/GetOnCallSchedulesDetail.json",
2025-08-20T19:15:57.2635030Z [00:02:03.339]➜  			"zh-CN/arms/GetPrometheusApiToken.json",
2025-08-20T19:15:57.2635490Z [00:02:03.339]➜  			"zh-CN/arms/GetPrometheusGlobalView.json",
2025-08-20T19:15:57.2635811Z [00:02:03.339]➜  			"zh-CN/arms/GetPrometheusInstance.json",
2025-08-20T19:15:57.2636135Z [00:02:03.339]➜  			"zh-CN/arms/GetPrometheusIntegration.json",
2025-08-20T19:15:57.2636457Z [00:02:03.339]➜  			"zh-CN/arms/GetPrometheusMonitoring.json",
2025-08-20T19:15:57.2636777Z [00:02:03.339]➜  			"zh-CN/arms/GetPrometheusRemoteWrite.json",
2025-08-20T19:15:57.2637068Z [00:02:03.339]➜  			"zh-CN/arms/GetRecordingRule.json",
2025-08-20T19:15:57.2637363Z [00:02:03.339]➜  			"zh-CN/arms/GetRetcodeAppByPid.json",
2025-08-20T19:15:57.2637681Z [00:02:03.339]➜  			"zh-CN/arms/GetRetcodeDataByQuery.json",
2025-08-20T19:15:57.2638030Z [00:02:03.339]➜  			"zh-CN/arms/GetRetcodeLogstore.json",
2025-08-20T19:15:57.2638335Z [00:02:03.339]➜  			"zh-CN/arms/GetRetcodeShareUrl.json",
2025-08-20T19:15:57.2638623Z [00:02:03.339]➜  			"zh-CN/arms/GetSourceMapInfo.json",
2025-08-20T19:15:57.2638890Z [00:02:03.339]➜  			"zh-CN/arms/GetStack.json",
2025-08-20T19:15:57.2639204Z [00:02:03.339]➜  			"zh-CN/arms/GetSyntheticMonitors.json",
2025-08-20T19:15:57.2639527Z [00:02:03.339]➜  			"zh-CN/arms/GetSyntheticTaskDetail.json",
2025-08-20T19:15:57.2639838Z [00:02:03.339]➜  			"zh-CN/arms/GetSyntheticTaskList.json",
2025-08-20T19:15:57.2640160Z [00:02:03.339]➜  			"zh-CN/arms/GetSyntheticTaskMonitors.json",
2025-08-20T19:15:57.2640483Z [00:02:03.339]➜  			"zh-CN/arms/GetTimingSyntheticTask.json",
2025-08-20T19:15:57.2640748Z [00:02:03.339]➜  			"zh-CN/arms/GetTrace.json",
2025-08-20T19:15:57.2641029Z [00:02:03.339]➜  			"zh-CN/arms/GetTraceApp.json",
2025-08-20T19:15:57.2641457Z [00:02:03.339]➜  			"zh-CN/arms/ImportAppAlertRules.json",
2025-08-20T19:15:57.2641750Z [00:02:03.339]➜  			"zh-CN/arms/InitEnvironment.json",
2025-08-20T19:15:57.2642016Z [00:02:03.339]➜  			"zh-CN/arms/InstallAddon.json",
2025-08-20T19:15:57.2642316Z [00:02:03.339]➜  			"zh-CN/arms/InstallCmsExporter.json",
2025-08-20T19:15:57.2642858Z [00:02:03.339]➜  			"zh-CN/arms/InstallEnvironmentFeature.json",
2025-08-20T19:15:57.2643361Z [00:02:03.339]➜  			"zh-CN/arms/InstallManagedPrometheus.json",
2025-08-20T19:15:57.2643723Z [00:02:03.339]➜  			"zh-CN/arms/ListActivatedAlerts.json",
2025-08-20T19:15:57.2644043Z [00:02:03.339]➜  			"zh-CN/arms/ListAddonReleases.json",
2025-08-20T19:15:57.2644337Z [00:02:03.339]➜  			"zh-CN/arms/ListAlertEvents.json",
2025-08-20T19:15:57.2644620Z [00:02:03.339]➜  			"zh-CN/arms/ListAlerts.json",
2025-08-20T19:15:57.2644971Z [00:02:03.339]➜  			"zh-CN/arms/ListClusterFromGrafana.json",
2025-08-20T19:15:57.2645289Z [00:02:03.339]➜  			"zh-CN/arms/ListCmsInstances.json",
2025-08-20T19:15:57.2645564Z [00:02:03.339]➜  			"zh-CN/arms/ListDashboards.json",
2025-08-20T19:15:57.2645888Z [00:02:03.339]➜  			"zh-CN/arms/ListDashboardsByName.json",
2025-08-20T19:15:57.2646192Z [00:02:03.339]➜  			"zh-CN/arms/ListDispatchRule.json",
2025-08-20T19:15:57.2646503Z [00:02:03.339]➜  			"zh-CN/arms/ListEnvCustomJobs.json",
2025-08-20T19:15:57.2646830Z [00:02:03.339]➜  			"zh-CN/arms/ListEnvPodMonitors.json",
2025-08-20T19:15:57.2647170Z [00:02:03.339]➜  			"zh-CN/arms/ListEnvServiceMonitors.json",
2025-08-20T19:15:57.2647518Z [00:02:03.339]➜  			"zh-CN/arms/ListEnvironmentDashboards.json",
2025-08-20T19:15:57.2647862Z [00:02:03.339]➜  			"zh-CN/arms/ListEnvironmentFeatures.json",
2025-08-20T19:15:57.2648162Z [00:02:03.339]➜  			"zh-CN/arms/ListEnvironments.json",
2025-08-20T19:15:57.2648502Z [00:02:03.339]➜  			"zh-CN/arms/ListEscalationPolicies.json",
2025-08-20T19:15:57.2649002Z [00:02:03.339]➜  			"zh-CN/arms/ListEventBridgeIntegrations.json",
2025-08-20T19:15:57.2649356Z [00:02:03.339]➜  			"zh-CN/arms/ListGrafanaWorkspace.json",
2025-08-20T19:15:57.2649686Z [00:02:03.339]➜  			"zh-CN/arms/ListInsightsEvents.json",
2025-08-20T19:15:57.2649993Z [00:02:03.339]➜  			"zh-CN/arms/ListIntegration.json",
2025-08-20T19:15:57.2650337Z [00:02:03.339]➜  			"zh-CN/arms/ListNotificationPolicies.json",
2025-08-20T19:15:57.2650766Z [00:02:03.339]➜  			"zh-CN/arms/ListOnCallSchedules.json",
2025-08-20T19:15:57.2651130Z [00:02:03.339]➜  			"zh-CN/arms/ListPrometheusAlertRules.json",
2025-08-20T19:15:57.2651520Z [00:02:03.339]➜  			"zh-CN/arms/ListPrometheusAlertTemplates.json",
2025-08-20T19:15:57.2651860Z [00:02:03.339]➜  			"zh-CN/arms/ListPrometheusGlobalView.json",
2025-08-20T19:15:57.2652581Z [00:02:03.339]➜  			"zh-CN/arms/ListPrometheusInstanceByTagAndResourceGroupId.json",
2025-08-20T19:15:57.2652953Z [00:02:03.339]➜  			"zh-CN/arms/ListPrometheusInstances.json",
2025-08-20T19:15:57.2653333Z [00:02:03.339]➜  			"zh-CN/arms/ListPrometheusIntegration.json",
2025-08-20T19:15:57.2653680Z [00:02:03.339]➜  			"zh-CN/arms/ListPrometheusMonitoring.json",
2025-08-20T19:15:57.2654048Z [00:02:03.339]➜  			"zh-CN/arms/ListPrometheusRemoteWrites.json",
2025-08-20T19:15:57.2654351Z [00:02:03.339]➜  			"zh-CN/arms/ListRetcodeApps.json",
2025-08-20T19:15:57.2654634Z [00:02:03.339]➜  			"zh-CN/arms/ListScenario.json",
2025-08-20T19:15:57.2654962Z [00:02:03.339]➜  			"zh-CN/arms/ListSilencePolicies.json",
2025-08-20T19:15:57.2655322Z [00:02:03.339]➜  			"zh-CN/arms/ListTimingSyntheticTasks.json",
2025-08-20T19:15:57.2655623Z [00:02:03.340]➜  			"zh-CN/arms/ListTraceApps.json",
2025-08-20T19:15:57.2655955Z [00:02:03.340]➜  			"zh-CN/arms/ManageGetRecordingRule.json",
2025-08-20T19:15:57.2656278Z [00:02:03.340]➜  			"zh-CN/arms/ManageRecordingRule.json",
2025-08-20T19:15:57.2656592Z [00:02:03.340]➜  			"zh-CN/arms/OpenArmsDefaultSLR.json",
2025-08-20T19:15:57.2656976Z [00:02:03.340]➜  			"zh-CN/arms/OpenArmsServiceSecondVersion.json",
2025-08-20T19:15:57.2657228Z [00:02:03.340]➜  			"zh-CN/arms/OpenVCluster.json",
2025-08-20T19:15:57.2657715Z [00:02:03.340]➜  			"zh-CN/arms/OpenXtraceDefaultSLR.json",
2025-08-20T19:15:57.2658026Z [00:02:03.340]➜  			"zh-CN/arms/QueryAppMetadata.json",
2025-08-20T19:15:57.2658341Z [00:02:03.340]➜  			"zh-CN/arms/QueryAppTopology.json",
2025-08-20T19:15:57.2658657Z [00:02:03.340]➜  			"zh-CN/arms/QueryCommercialUsage.json",
2025-08-20T19:15:57.2659123Z [00:02:03.340]➜  			"zh-CN/arms/QueryMetricByPage.json",
2025-08-20T19:15:57.2659456Z [00:02:03.340]➜  			"zh-CN/arms/QueryPromInstallStatus.json",
2025-08-20T19:15:57.2659766Z [00:02:03.340]➜  			"zh-CN/arms/QueryReleaseMetric.json",
2025-08-20T19:15:57.2660265Z [00:02:03.340]➜  			"zh-CN/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json",
2025-08-20T19:15:57.2660718Z [00:02:03.340]➜  			"zh-CN/arms/RemoveSourcesFromPrometheusGlobalView.json",
2025-08-20T19:15:57.2661068Z [00:02:03.340]➜  			"zh-CN/arms/RestartEnvironmentFeature.json",
2025-08-20T19:15:57.2661375Z [00:02:03.340]➜  			"zh-CN/arms/SaveTraceAppConfig.json",
2025-08-20T19:15:57.2661672Z [00:02:03.340]➜  			"zh-CN/arms/SearchAlertContact.json",
2025-08-20T19:15:57.2662001Z [00:02:03.340]➜  			"zh-CN/arms/SearchAlertContactGroup.json",
2025-08-20T19:15:57.2662292Z [00:02:03.340]➜  			"zh-CN/arms/SearchAlertHistories.json",
2025-08-20T19:15:57.2662798Z [00:02:03.340]➜  			"zh-CN/arms/SearchAlertRules.json",
2025-08-20T19:15:57.2663101Z [00:02:03.340]➜  			"zh-CN/arms/SearchEvents.json",
2025-08-20T19:15:57.2663438Z [00:02:03.340]➜  			"zh-CN/arms/SearchRetcodeAppByPage.json",
2025-08-20T19:15:57.2663748Z [00:02:03.340]➜  			"zh-CN/arms/SearchTraceAppByName.json",
2025-08-20T19:15:57.2664066Z [00:02:03.340]➜  			"zh-CN/arms/SearchTraceAppByPage.json",
2025-08-20T19:15:57.2664335Z [00:02:03.340]➜  			"zh-CN/arms/SearchTraces.json",
2025-08-20T19:15:57.2664643Z [00:02:03.340]➜  			"zh-CN/arms/SearchTracesByPage.json",
2025-08-20T19:15:57.2665058Z [00:02:03.340]➜  			"zh-CN/arms/SendTTSVerifyLink.json",
2025-08-20T19:15:57.2665383Z [00:02:03.340]➜  			"zh-CN/arms/SetRetcodeShareStatus.json",
2025-08-20T19:15:57.2665674Z [00:02:03.340]➜  			"zh-CN/arms/StartAlert.json",
2025-08-20T19:15:57.2666032Z [00:02:03.340]➜  			"zh-CN/arms/StartTimingSyntheticTask.json",
2025-08-20T19:15:57.2666302Z [00:02:03.340]➜  			"zh-CN/arms/StopAlert.json",
2025-08-20T19:15:57.2666649Z [00:02:03.340]➜  			"zh-CN/arms/StopTimingSyntheticTask.json",
2025-08-20T19:15:57.2667142Z [00:02:03.340]➜  			"zh-CN/arms/SwitchSyntheticTaskStatus.json",
2025-08-20T19:15:57.2667487Z [00:02:03.340]➜  			"zh-CN/arms/SyncRecordingRules.json",
2025-08-20T19:15:57.2667777Z [00:02:03.340]➜  			"zh-CN/arms/TagResources.json",
2025-08-20T19:15:57.2668143Z [00:02:03.340]➜  			"zh-CN/arms/UninstallManagedPrometheus.json",
2025-08-20T19:15:57.2668458Z [00:02:03.340]➜  			"zh-CN/arms/UninstallPromCluster.json",
2025-08-20T19:15:57.2668739Z [00:02:03.340]➜  			"zh-CN/arms/UntagResources.json",
2025-08-20T19:15:57.2669060Z [00:02:03.340]➜  			"zh-CN/arms/UpdateAlertContact.json",
2025-08-20T19:15:57.2669399Z [00:02:03.340]➜  			"zh-CN/arms/UpdateAlertContactGroup.json",
2025-08-20T19:15:57.2669824Z [00:02:03.340]➜  			"zh-CN/arms/UpdateAlertRule.json",
2025-08-20T19:15:57.2670132Z [00:02:03.340]➜  			"zh-CN/arms/UpdateDispatchRule.json",
2025-08-20T19:15:57.2670452Z [00:02:03.340]➜  			"zh-CN/arms/UpdateEnvCustomJob.json",
2025-08-20T19:15:57.2670764Z [00:02:03.340]➜  			"zh-CN/arms/UpdateEnvPodMonitor.json",
2025-08-20T19:15:57.2671127Z [00:02:03.340]➜  			"zh-CN/arms/UpdateEnvServiceMonitor.json",
2025-08-20T19:15:57.2671440Z [00:02:03.340]➜  			"zh-CN/arms/UpdateEnvironment.json",
2025-08-20T19:15:57.2671781Z [00:02:03.340]➜  			"zh-CN/arms/UpdateGrafanaWorkspace.json",
2025-08-20T19:15:57.2672162Z [00:02:03.340]➜  			"zh-CN/arms/UpdateGrafanaWorkspaceVersion.json",
2025-08-20T19:15:57.2672675Z [00:02:03.340]➜  			"zh-CN/arms/UpdateIntegration.json",
2025-08-20T19:15:57.2673023Z [00:02:03.340]➜  			"zh-CN/arms/UpdateMetricDrop.json",
2025-08-20T19:15:57.2673345Z [00:02:03.340]➜  			"zh-CN/arms/UpdatePrometheusAlertRule.json",
2025-08-20T19:15:57.2673706Z [00:02:03.340]➜  			"zh-CN/arms/UpdatePrometheusGlobalView.json",
2025-08-20T19:15:57.2674082Z [00:02:03.341]➜  			"zh-CN/arms/UpdatePrometheusIntegration.json",
2025-08-20T19:15:57.2674439Z [00:02:03.341]➜  			"zh-CN/arms/UpdatePrometheusMonitoring.json",
2025-08-20T19:15:57.2674856Z [00:02:03.341]➜  			"zh-CN/arms/UpdatePrometheusMonitoringStatus.json",
2025-08-20T19:15:57.2675477Z [00:02:03.341]➜  			"zh-CN/arms/UpdatePrometheusRemoteWrite.json",
2025-08-20T19:15:57.2675934Z [00:02:03.341]➜  			"zh-CN/arms/UpdateTimingSyntheticTask.json",
2025-08-20T19:15:57.2676224Z [00:02:03.341]➜  			"zh-CN/arms/UpdateWebhook.json",
2025-08-20T19:15:57.2676545Z [00:02:03.341]➜  			"zh-CN/arms/UpgradeAddonRelease.json",
2025-08-20T19:15:57.2676886Z [00:02:03.341]➜  			"zh-CN/arms/UpgradeEnvironmentFeature.json",
2025-08-20T19:15:57.2677263Z [00:02:03.341]➜  			"zh-CN/arms/Upload.json",
2025-08-20T19:15:57.2677540Z [00:02:03.341]➜  			"zh-CN/arms/version.json",
2025-08-20T19:15:57.2677877Z [00:02:03.341]➜  			"zh-CN/bssopenapi/AddAccountRelation.json",
2025-08-20T19:15:57.2678256Z [00:02:03.341]➜  			"zh-CN/bssopenapi/AllocateCostUnitResource.json",
2025-08-20T19:15:57.2678567Z [00:02:03.341]➜  			"zh-CN/bssopenapi/ApplyInvoice.json",
2025-08-20T19:15:57.2678885Z [00:02:03.341]➜  			"zh-CN/bssopenapi/CancelOrder.json",
2025-08-20T19:15:57.2679302Z [00:02:03.341]➜  			"zh-CN/bssopenapi/ChangeResellerConsumeAmount.json",
2025-08-20T19:15:57.2679622Z [00:02:03.341]➜  			"zh-CN/bssopenapi/ConfirmRelation.json",
2025-08-20T19:15:57.2679928Z [00:02:03.341]➜  			"zh-CN/bssopenapi/ConvertChargeType.json",
2025-08-20T19:15:57.2680249Z [00:02:03.341]➜  			"zh-CN/bssopenapi/CreateAgAccount.json",
2025-08-20T19:15:57.2680573Z [00:02:03.341]➜  			"zh-CN/bssopenapi/CreateCostUnit.json",
2025-08-20T19:15:57.2680881Z [00:02:03.341]➜  			"zh-CN/bssopenapi/CreateInstance.json",
2025-08-20T19:15:57.2681275Z [00:02:03.341]➜  			"zh-CN/bssopenapi/CreateResellerUserQuota.json",
2025-08-20T19:15:57.2681636Z [00:02:03.341]➜  			"zh-CN/bssopenapi/CreateResourcePackage.json",
2025-08-20T19:15:57.2682053Z [00:02:03.341]➜  			"zh-CN/bssopenapi/CreateSavingsPlansInstance.json",
2025-08-20T19:15:57.2682558Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DeleteCostUnit.json",
2025-08-20T19:15:57.2682980Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeCostBudgetsSummary.json",
2025-08-20T19:15:57.2683729Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json",
2025-08-20T19:15:57.2684303Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json",
2025-08-20T19:15:57.2684644Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeInstanceBill.json",
2025-08-20T19:15:57.2684988Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribePricingModule.json",
2025-08-20T19:15:57.2685561Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json",
2025-08-20T19:15:57.2686103Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json",
2025-08-20T19:15:57.2686612Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeResourceCoverageDetail.json",
2025-08-20T19:15:57.2687016Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeResourceCoverageTotal.json",
2025-08-20T19:15:57.2687416Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeResourcePackageProduct.json",
2025-08-20T19:15:57.2687807Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeResourceUsageDetail.json",
2025-08-20T19:15:57.2688191Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeResourceUsageTotal.json",
2025-08-20T19:15:57.2688646Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeSavingsPlansCoverageDetail.json",
2025-08-20T19:15:57.2689092Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeSavingsPlansCoverageTotal.json",
2025-08-20T19:15:57.2689508Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeSavingsPlansUsageDetail.json",
2025-08-20T19:15:57.2689910Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeSavingsPlansUsageTotal.json",
2025-08-20T19:15:57.2690255Z [00:02:03.341]➜  			"zh-CN/bssopenapi/DescribeSplitItemBill.json",
2025-08-20T19:15:57.2690592Z [00:02:03.341]➜  			"zh-CN/bssopenapi/EnableBillGeneration.json",
2025-08-20T19:15:57.2690926Z [00:02:03.341]➜  			"zh-CN/bssopenapi/GetAccountRelation.json",
2025-08-20T19:15:57.2691295Z [00:02:03.341]➜  			"zh-CN/bssopenapi/GetCustomerAccountInfo.json",
2025-08-20T19:15:57.2691606Z [00:02:03.341]➜  			"zh-CN/bssopenapi/GetCustomerList.json",
2025-08-20T19:15:57.2692052Z [00:02:03.341]➜  			"zh-CN/bssopenapi/GetOrderDetail.json",
2025-08-20T19:15:57.2692562Z [00:02:03.341]➜  			"zh-CN/bssopenapi/GetPayAsYouGoPrice.json",
2025-08-20T19:15:57.2692971Z [00:02:03.341]➜  			"zh-CN/bssopenapi/GetResourcePackagePrice.json",
2025-08-20T19:15:57.2693313Z [00:02:03.341]➜  			"zh-CN/bssopenapi/GetSubscriptionPrice.json",
2025-08-20T19:15:57.2693696Z [00:02:03.341]➜  			"zh-CN/bssopenapi/InquiryPriceRefundInstance.json",
2025-08-20T19:15:57.2694203Z [00:02:03.341]➜  			"zh-CN/bssopenapi/ModifyAccountRelation.json",
2025-08-20T19:15:57.2694522Z [00:02:03.342]➜  			"zh-CN/bssopenapi/ModifyCostUnit.json",
2025-08-20T19:15:57.2694823Z [00:02:03.342]➜  			"zh-CN/bssopenapi/ModifyInstance.json",
2025-08-20T19:15:57.2695159Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryAccountBalance.json",
2025-08-20T19:15:57.2695476Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryAccountBill.json",
2025-08-20T19:15:57.2695886Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryAccountTransactionDetails.json",
2025-08-20T19:15:57.2696249Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryAccountTransactions.json",
2025-08-20T19:15:57.2696602Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryAvailableInstances.json",
2025-08-20T19:15:57.2696889Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryBill.json",
2025-08-20T19:15:57.2697224Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryBillOverview.json",
2025-08-20T19:15:57.2697629Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryBillToOSSSubscription.json",
2025-08-20T19:15:57.2698003Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryCashCoupons.json",
2025-08-20T19:15:57.2698371Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryCommodityList.json",
2025-08-20T19:15:57.2698738Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryCostUnit.json",
2025-08-20T19:15:57.2699101Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryCostUnitResource.json",
2025-08-20T19:15:57.2699483Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryCustomerAddressList.json",
2025-08-20T19:15:57.2699988Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryDPUtilizationDetail.json",
2025-08-20T19:15:57.2700358Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryEvaluateList.json",
2025-08-20T19:15:57.2700748Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryFinancialAccountInfo.json",
2025-08-20T19:15:57.2701091Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryInstanceBill.json",
2025-08-20T19:15:57.2701494Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryInstanceByTag.json",
2025-08-20T19:15:57.2701860Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryInstanceGaapCost.json",
2025-08-20T19:15:57.2702279Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryInvoicingCustomerList.json",
2025-08-20T19:15:57.2702834Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryOrders.json",
2025-08-20T19:15:57.2703416Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryPermissionList.json",
2025-08-20T19:15:57.2703766Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryPrepaidCards.json",
2025-08-20T19:15:57.2704155Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryPriceEntityList.json",
2025-08-20T19:15:57.2704599Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryProductList.json",
2025-08-20T19:15:57.2705031Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryRIUtilizationDetail.json",
2025-08-20T19:15:57.2705346Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryRedeem.json",
2025-08-20T19:15:57.2705675Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryRelationList.json",
2025-08-20T19:15:57.2715113Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryResellerAvailableQuota.json",
2025-08-20T19:15:57.2715694Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryResellerUserAlarmThreshold.json",
2025-08-20T19:15:57.2716118Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryResourcePackageInstances.json",
2025-08-20T19:15:57.2716536Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QuerySavingsPlansDeductLog.json",
2025-08-20T19:15:57.2716932Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QuerySavingsPlansDiscount.json",
2025-08-20T19:15:57.2717323Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QuerySavingsPlansInstance.json",
2025-08-20T19:15:57.2717660Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QuerySettleBill.json",
2025-08-20T19:15:57.2718183Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QuerySkuPriceList.json",
2025-08-20T19:15:57.2718540Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QuerySplitItemBill.json",
2025-08-20T19:15:57.2718865Z [00:02:03.342]➜  			"zh-CN/bssopenapi/QueryUserOmsData.json",
2025-08-20T19:15:57.2719177Z [00:02:03.342]➜  			"zh-CN/bssopenapi/RefundInstance.json",
2025-08-20T19:15:57.2719484Z [00:02:03.342]➜  			"zh-CN/bssopenapi/ReleaseInstance.json",
2025-08-20T19:15:57.2719942Z [00:02:03.342]➜  			"zh-CN/bssopenapi/RelieveAccountRelation.json",
2025-08-20T19:15:57.2720297Z [00:02:03.342]➜  			"zh-CN/bssopenapi/RenewChangeInstance.json",
2025-08-20T19:15:57.2720607Z [00:02:03.342]➜  			"zh-CN/bssopenapi/RenewInstance.json",
2025-08-20T19:15:57.2721010Z [00:02:03.342]➜  			"zh-CN/bssopenapi/RenewResourcePackage.json",
2025-08-20T19:15:57.2721317Z [00:02:03.342]➜  			"zh-CN/bssopenapi/SaveUserCredit.json",
2025-08-20T19:15:57.2721645Z [00:02:03.342]➜  			"zh-CN/bssopenapi/SetAllExpirationDay.json",
2025-08-20T19:15:57.2721995Z [00:02:03.342]➜  			"zh-CN/bssopenapi/SetCreditLabelAction.json",
2025-08-20T19:15:57.2722286Z [00:02:03.342]➜  			"zh-CN/bssopenapi/SetRenewal.json",
2025-08-20T19:15:57.2722848Z [00:02:03.342]➜  			"zh-CN/bssopenapi/SetResellerUserAlarmThreshold.json",
2025-08-20T19:15:57.2723176Z [00:02:03.342]➜  			"zh-CN/bssopenapi/SetResellerUserQuota.json",
2025-08-20T19:15:57.2723495Z [00:02:03.342]➜  			"zh-CN/bssopenapi/SetResellerUserStatus.json",
2025-08-20T19:15:57.2723839Z [00:02:03.342]➜  			"zh-CN/bssopenapi/SubscribeBillToOSS.json",
2025-08-20T19:15:57.2724135Z [00:02:03.342]➜  			"zh-CN/bssopenapi/TagResources.json",
2025-08-20T19:15:57.2724486Z [00:02:03.342]➜  			"zh-CN/bssopenapi/UnsubscribeBillToOSS.json",
2025-08-20T19:15:57.2724787Z [00:02:03.342]➜  			"zh-CN/bssopenapi/UntagResources.json",
2025-08-20T19:15:57.2725146Z [00:02:03.342]➜  			"zh-CN/bssopenapi/UpgradeResourcePackage.json",
2025-08-20T19:15:57.2725416Z [00:02:03.342]➜  			"zh-CN/bssopenapi/version.json",
2025-08-20T19:15:57.2725799Z [00:02:03.342]➜  			"zh-CN/cas/version.json",
2025-08-20T19:15:57.2726086Z [00:02:03.343]➜  			"zh-CN/cbn/ActiveFlowLog.json",
2025-08-20T19:15:57.2726546Z [00:02:03.343]➜  			"zh-CN/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:15:57.2726978Z [00:02:03.343]➜  			"zh-CN/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:15:57.2727344Z [00:02:03.343]➜  			"zh-CN/cbn/AssociateCenBandwidthPackage.json",
2025-08-20T19:15:57.2727862Z [00:02:03.343]➜  			"zh-CN/cbn/AssociateTransitRouterAttachmentWithRouteTable.json",
2025-08-20T19:15:57.2728326Z [00:02:03.343]➜  			"zh-CN/cbn/AssociateTransitRouterMulticastDomain.json",
2025-08-20T19:15:57.2728787Z [00:02:03.343]➜  			"zh-CN/cbn/AttachCenChildInstance.json",
2025-08-20T19:15:57.2729120Z [00:02:03.343]➜  			"zh-CN/cbn/CheckTransitRouterService.json",
2025-08-20T19:15:57.2729376Z [00:02:03.343]➜  			"zh-CN/cbn/CreateCen.json",
2025-08-20T19:15:57.2729707Z [00:02:03.343]➜  			"zh-CN/cbn/CreateCenBandwidthPackage.json",
2025-08-20T19:15:57.2730204Z [00:02:03.343]➜  			"zh-CN/cbn/CreateCenChildInstanceRouteEntryToAttachment.json",
2025-08-20T19:15:57.2730613Z [00:02:03.343]➜  			"zh-CN/cbn/CreateCenChildInstanceRouteEntryToCen.json",
2025-08-20T19:15:57.2731025Z [00:02:03.343]➜  			"zh-CN/cbn/CreateCenInterRegionTrafficQosPolicy.json",
2025-08-20T19:15:57.2731431Z [00:02:03.343]➜  			"zh-CN/cbn/CreateCenInterRegionTrafficQosQueue.json",
2025-08-20T19:15:57.2731725Z [00:02:03.343]➜  			"zh-CN/cbn/CreateCenRouteMap.json",
2025-08-20T19:15:57.2732010Z [00:02:03.343]➜  			"zh-CN/cbn/CreateFlowlog.json",
2025-08-20T19:15:57.2732351Z [00:02:03.343]➜  			"zh-CN/cbn/CreateTrafficMarkingPolicy.json",
2025-08-20T19:15:57.2732947Z [00:02:03.343]➜  			"zh-CN/cbn/CreateTransitRouteTableAggregation.json",
2025-08-20T19:15:57.2733242Z [00:02:03.343]➜  			"zh-CN/cbn/CreateTransitRouter.json",
2025-08-20T19:15:57.2733561Z [00:02:03.343]➜  			"zh-CN/cbn/CreateTransitRouterCidr.json",
2025-08-20T19:15:57.2733953Z [00:02:03.343]➜  			"zh-CN/cbn/CreateTransitRouterMulticastDomain.json",
2025-08-20T19:15:57.2734476Z [00:02:03.343]➜  			"zh-CN/cbn/CreateTransitRouterPeerAttachment.json",
2025-08-20T19:15:57.2734942Z [00:02:03.343]➜  			"zh-CN/cbn/CreateTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:57.2735309Z [00:02:03.343]➜  			"zh-CN/cbn/CreateTransitRouterRouteEntry.json",
2025-08-20T19:15:57.2735647Z [00:02:03.343]➜  			"zh-CN/cbn/CreateTransitRouterRouteTable.json",
2025-08-20T19:15:57.2736128Z [00:02:03.343]➜  			"zh-CN/cbn/CreateTransitRouterVbrAttachment.json",
2025-08-20T19:15:57.2736498Z [00:02:03.343]➜  			"zh-CN/cbn/CreateTransitRouterVpcAttachment.json",
2025-08-20T19:15:57.2736881Z [00:02:03.343]➜  			"zh-CN/cbn/CreateTransitRouterVpnAttachment.json",
2025-08-20T19:15:57.2737163Z [00:02:03.343]➜  			"zh-CN/cbn/DeactiveFlowLog.json",
2025-08-20T19:15:57.2737424Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteCen.json",
2025-08-20T19:15:57.2737765Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteCenBandwidthPackage.json",
2025-08-20T19:15:57.2738250Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json",
2025-08-20T19:15:57.2738637Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteCenChildInstanceRouteEntryToCen.json",
2025-08-20T19:15:57.2739052Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteCenInterRegionTrafficQosPolicy.json",
2025-08-20T19:15:57.2739444Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteCenInterRegionTrafficQosQueue.json",
2025-08-20T19:15:57.2739742Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteCenRouteMap.json",
2025-08-20T19:15:57.2740021Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteFlowlog.json",
2025-08-20T19:15:57.2740334Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteRouteServiceInCen.json",
2025-08-20T19:15:57.2740742Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteTrafficMarkingPolicy.json",
2025-08-20T19:15:57.2741119Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteTransitRouteTableAggregation.json",
2025-08-20T19:15:57.2741414Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteTransitRouter.json",
2025-08-20T19:15:57.2741728Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteTransitRouterCidr.json",
2025-08-20T19:15:57.2742256Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteTransitRouterMulticastDomain.json",
2025-08-20T19:15:57.2742838Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteTransitRouterPeerAttachment.json",
2025-08-20T19:15:57.2743310Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:57.2743681Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteTransitRouterRouteEntry.json",
2025-08-20T19:15:57.2744043Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteTransitRouterRouteTable.json",
2025-08-20T19:15:57.2744443Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteTransitRouterVbrAttachment.json",
2025-08-20T19:15:57.2744829Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteTransitRouterVpcAttachment.json",
2025-08-20T19:15:57.2745358Z [00:02:03.343]➜  			"zh-CN/cbn/DeleteTransitRouterVpnAttachment.json",
2025-08-20T19:15:57.2745851Z [00:02:03.343]➜  			"zh-CN/cbn/DeregisterTransitRouterMulticastGroupMembers.json",
2025-08-20T19:15:57.2746336Z [00:02:03.343]➜  			"zh-CN/cbn/DeregisterTransitRouterMulticastGroupSources.json",
2025-08-20T19:15:57.2746818Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeCenAttachedChildInstanceAttribute.json",
2025-08-20T19:15:57.2747216Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeCenAttachedChildInstances.json",
2025-08-20T19:15:57.2747571Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeCenBandwidthPackages.json",
2025-08-20T19:15:57.2747972Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeCenChildInstanceRouteEntries.json",
2025-08-20T19:15:57.2748459Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeCenGeographicSpanRemainingBandwidth.json",
2025-08-20T19:15:57.2748791Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeCenGeographicSpans.json",
2025-08-20T19:15:57.2749213Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeCenInterRegionBandwidthLimits.json",
2025-08-20T19:15:57.2749559Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeCenPrivateZoneRoutes.json",
2025-08-20T19:15:57.2749961Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeCenRegionDomainRouteEntries.json",
2025-08-20T19:15:57.2750258Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeCenRouteMaps.json",
2025-08-20T19:15:57.2750751Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeCenVbrHealthCheck.json",
2025-08-20T19:15:57.2751023Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeCens.json",
2025-08-20T19:15:57.2751388Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeChildInstanceRegions.json",
2025-08-20T19:15:57.2751681Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeFlowlogs.json",
2025-08-20T19:15:57.2752100Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeGeographicRegionMembership.json",
2025-08-20T19:15:57.2753032Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeGrantRulesToCen.json",
2025-08-20T19:15:57.2753445Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeGrantRulesToResource.json",
2025-08-20T19:15:57.2753817Z [00:02:03.343]➜  			"zh-CN/cbn/DescribePublishedRouteEntries.json",
2025-08-20T19:15:57.2754128Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeRouteConflict.json",
2025-08-20T19:15:57.2754455Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeRouteServicesInCen.json",
2025-08-20T19:15:57.2754848Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeTransitRouteTableAggregation.json",
2025-08-20T19:15:57.2755427Z [00:02:03.343]➜  			"zh-CN/cbn/DescribeTransitRouteTableAggregationDetail.json",
2025-08-20T19:15:57.2755764Z [00:02:03.343]➜  			"zh-CN/cbn/DetachCenChildInstance.json",
2025-08-20T19:15:57.2756094Z [00:02:03.343]➜  			"zh-CN/cbn/DisableCenVbrHealthCheck.json",
2025-08-20T19:15:57.2756537Z [00:02:03.343]➜  			"zh-CN/cbn/DisableTransitRouterRouteTablePropagation.json",
2025-08-20T19:15:57.2756990Z [00:02:03.343]➜  			"zh-CN/cbn/DisassociateTransitRouterMulticastDomain.json",
2025-08-20T19:15:57.2757522Z [00:02:03.343]➜  			"zh-CN/cbn/DissociateTransitRouterAttachmentFromRouteTable.json",
2025-08-20T19:15:57.2757832Z [00:02:03.343]➜  			"zh-CN/cbn/EnableCenVbrHealthCheck.json",
2025-08-20T19:15:57.2758276Z [00:02:03.343]➜  			"zh-CN/cbn/EnableTransitRouterRouteTablePropagation.json",
2025-08-20T19:15:57.2758617Z [00:02:03.343]➜  			"zh-CN/cbn/GrantInstanceToTransitRouter.json",
2025-08-20T19:15:57.2759101Z [00:02:03.343]➜  			"zh-CN/cbn/ListCenChildInstanceRouteEntriesToAttachment.json",
2025-08-20T19:15:57.2759514Z [00:02:03.343]➜  			"zh-CN/cbn/ListCenInterRegionTrafficQosPolicies.json",
2025-08-20T19:15:57.2759906Z [00:02:03.343]➜  			"zh-CN/cbn/ListCenInterRegionTrafficQosQueues.json",
2025-08-20T19:15:57.2760202Z [00:02:03.343]➜  			"zh-CN/cbn/ListGrantVSwitchEnis.json",
2025-08-20T19:15:57.2760518Z [00:02:03.343]➜  			"zh-CN/cbn/ListGrantVSwitchesToCen.json",
2025-08-20T19:15:57.2760796Z [00:02:03.343]➜  			"zh-CN/cbn/ListTagResources.json",
2025-08-20T19:15:57.2761141Z [00:02:03.343]➜  			"zh-CN/cbn/ListTrafficMarkingPolicies.json",
2025-08-20T19:15:57.2761531Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterAvailableResource.json",
2025-08-20T19:15:57.2761972Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterCidr.json",
2025-08-20T19:15:57.2762316Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterCidrAllocation.json",
2025-08-20T19:15:57.2762994Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterMulticastDomainAssociations.json",
2025-08-20T19:15:57.2763458Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterMulticastDomainVSwitches.json",
2025-08-20T19:15:57.2763844Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterMulticastDomains.json",
2025-08-20T19:15:57.2764211Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterMulticastGroups.json",
2025-08-20T19:15:57.2764566Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterPeerAttachments.json",
2025-08-20T19:15:57.2764967Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:57.2765328Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterRouteEntries.json",
2025-08-20T19:15:57.2765736Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterRouteTableAssociations.json",
2025-08-20T19:15:57.2766174Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterRouteTablePropagations.json",
2025-08-20T19:15:57.2766530Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterRouteTables.json",
2025-08-20T19:15:57.2766925Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterVbrAttachments.json",
2025-08-20T19:15:57.2767307Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterVpcAttachments.json",
2025-08-20T19:15:57.2767842Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouterVpnAttachments.json",
2025-08-20T19:15:57.2768150Z [00:02:03.343]➜  			"zh-CN/cbn/ListTransitRouters.json",
2025-08-20T19:15:57.2768456Z [00:02:03.343]➜  			"zh-CN/cbn/ModifyCenAttribute.json",
2025-08-20T19:15:57.2768862Z [00:02:03.343]➜  			"zh-CN/cbn/ModifyCenBandwidthPackageAttribute.json",
2025-08-20T19:15:57.2769244Z [00:02:03.343]➜  			"zh-CN/cbn/ModifyCenBandwidthPackageSpec.json",
2025-08-20T19:15:57.2769701Z [00:02:03.343]➜  			"zh-CN/cbn/ModifyCenRouteMap.json",
2025-08-20T19:15:57.2770052Z [00:02:03.343]➜  			"zh-CN/cbn/ModifyFlowLogAttribute.json",
2025-08-20T19:15:57.2770414Z [00:02:03.343]➜  			"zh-CN/cbn/ModifyTransitRouterCidr.json",
2025-08-20T19:15:57.2770830Z [00:02:03.343]➜  			"zh-CN/cbn/ModifyTransitRouterMulticastDomain.json",
2025-08-20T19:15:57.2771150Z [00:02:03.343]➜  			"zh-CN/cbn/MoveResourceGroup.json",
2025-08-20T19:15:57.2771647Z [00:02:03.343]➜  			"zh-CN/cbn/OpenTransitRouterService.json",
2025-08-20T19:15:57.2772000Z [00:02:03.343]➜  			"zh-CN/cbn/PublishRouteEntries.json",
2025-08-20T19:15:57.2772623Z [00:02:03.343]➜  			"zh-CN/cbn/RefreshTransitRouteTableAggregation.json",
2025-08-20T19:15:57.2773172Z [00:02:03.343]➜  			"zh-CN/cbn/RegisterTransitRouterMulticastGroupMembers.json",
2025-08-20T19:15:57.2773665Z [00:02:03.343]➜  			"zh-CN/cbn/RegisterTransitRouterMulticastGroupSources.json",
2025-08-20T19:15:57.2774209Z [00:02:03.343]➜  			"zh-CN/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json",
2025-08-20T19:15:57.2774729Z [00:02:03.343]➜  			"zh-CN/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json",
2025-08-20T19:15:57.2775227Z [00:02:03.343]➜  			"zh-CN/cbn/ReplaceTransitRouterRouteTableAssociation.json",
2025-08-20T19:15:57.2775592Z [00:02:03.343]➜  			"zh-CN/cbn/ResolveAndRouteServiceInCen.json",
2025-08-20T19:15:57.2775982Z [00:02:03.343]➜  			"zh-CN/cbn/RevokeInstanceFromTransitRouter.json",
2025-08-20T19:15:57.2776350Z [00:02:03.343]➜  			"zh-CN/cbn/RoutePrivateZoneInCenToVpc.json",
2025-08-20T19:15:57.2776744Z [00:02:03.343]➜  			"zh-CN/cbn/SetCenInterRegionBandwidthLimit.json",
2025-08-20T19:15:57.2777021Z [00:02:03.343]➜  			"zh-CN/cbn/TagResources.json",
2025-08-20T19:15:57.2777440Z [00:02:03.343]➜  			"zh-CN/cbn/TempUpgradeCenBandwidthPackageSpec.json",
2025-08-20T19:15:57.2777828Z [00:02:03.343]➜  			"zh-CN/cbn/UnassociateCenBandwidthPackage.json",
2025-08-20T19:15:57.2778199Z [00:02:03.343]➜  			"zh-CN/cbn/UnroutePrivateZoneInCenToVpc.json",
2025-08-20T19:15:57.2778496Z [00:02:03.343]➜  			"zh-CN/cbn/UntagResources.json",
2025-08-20T19:15:57.2779023Z [00:02:03.343]➜  			"zh-CN/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json",
2025-08-20T19:15:57.2779705Z [00:02:03.343]➜  			"zh-CN/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json",
2025-08-20T19:15:57.2780135Z [00:02:03.343]➜  			"zh-CN/cbn/UpdateTrafficMarkingPolicyAttribute.json",
2025-08-20T19:15:57.2780456Z [00:02:03.343]➜  			"zh-CN/cbn/UpdateTransitRouter.json",
2025-08-20T19:15:57.2780969Z [00:02:03.343]➜  			"zh-CN/cbn/UpdateTransitRouterPeerAttachmentAttribute.json",
2025-08-20T19:15:57.2781348Z [00:02:03.343]➜  			"zh-CN/cbn/UpdateTransitRouterRouteEntry.json",
2025-08-20T19:15:57.2781724Z [00:02:03.343]➜  			"zh-CN/cbn/UpdateTransitRouterRouteTable.json",
2025-08-20T19:15:57.2782193Z [00:02:03.343]➜  			"zh-CN/cbn/UpdateTransitRouterVbrAttachmentAttribute.json",
2025-08-20T19:15:57.2782863Z [00:02:03.343]➜  			"zh-CN/cbn/UpdateTransitRouterVpcAttachmentAttribute.json",
2025-08-20T19:15:57.2783300Z [00:02:03.343]➜  			"zh-CN/cbn/UpdateTransitRouterVpcAttachmentZones.json",
2025-08-20T19:15:57.2783748Z [00:02:03.344]➜  			"zh-CN/cbn/UpdateTransitRouterVpnAttachmentAttribute.json",
2025-08-20T19:15:57.2784110Z [00:02:03.344]➜  			"zh-CN/cbn/WithdrawPublishedRouteEntries.json",
2025-08-20T19:15:57.2784369Z [00:02:03.344]➜  			"zh-CN/cbn/version.json",
2025-08-20T19:15:57.2784636Z [00:02:03.344]➜  			"zh-CN/ccc/AddAgentDevice.json",
2025-08-20T19:15:57.2784942Z [00:02:03.344]➜  			"zh-CN/ccc/AddBulkPhoneNumbers.json",
2025-08-20T19:15:57.2785399Z [00:02:03.344]➜  			"zh-CN/ccc/AddPhoneNumber.json",
2025-08-20T19:15:57.2785688Z [00:02:03.344]➜  			"zh-CN/ccc/AddPhoneTags.json",
2025-08-20T19:15:57.2785955Z [00:02:03.344]➜  			"zh-CN/ccc/AssignUsers.json",
2025-08-20T19:15:57.2786281Z [00:02:03.344]➜  			"zh-CN/ccc/CallOnlinePrivacyNumber.json",
2025-08-20T19:15:57.2786586Z [00:02:03.344]➜  			"zh-CN/ccc/CheckNumberAvaliable.json",
2025-08-20T19:15:57.2787087Z [00:02:03.344]➜  			"zh-CN/ccc/CommitContactFlowVersionModification.json",
2025-08-20T19:15:57.2787399Z [00:02:03.344]➜  			"zh-CN/ccc/CreateContactFlow.json",
2025-08-20T19:15:57.2787686Z [00:02:03.344]➜  			"zh-CN/ccc/CreateFault.json",
2025-08-20T19:15:57.2787964Z [00:02:03.344]➜  			"zh-CN/ccc/CreateInstance.json",
2025-08-20T19:15:57.2788230Z [00:02:03.344]➜  			"zh-CN/ccc/CreateMedia.json",
2025-08-20T19:15:57.2788528Z [00:02:03.344]➜  			"zh-CN/ccc/CreateSkillGroup.json",
2025-08-20T19:15:57.2788948Z [00:02:03.344]➜  			"zh-CN/ccc/CreateUser.json",
2025-08-20T19:15:57.2789296Z [00:02:03.344]➜  			"zh-CN/ccc/CreateVoiceAppraise.json",
2025-08-20T19:15:57.2789607Z [00:02:03.344]➜  			"zh-CN/ccc/DeleteInstance.json",
2025-08-20T19:15:57.2789878Z [00:02:03.344]➜  			"zh-CN/ccc/DeleteMedia.json",
2025-08-20T19:15:57.2790169Z [00:02:03.344]➜  			"zh-CN/ccc/DeletePhoneTags.json",
2025-08-20T19:15:57.2790467Z [00:02:03.344]➜  			"zh-CN/ccc/DeleteSkillGroup.json",
2025-08-20T19:15:57.2790719Z [00:02:03.344]➜  			"zh-CN/ccc/DialEx.json",
2025-08-20T19:15:57.2791054Z [00:02:03.344]➜  			"zh-CN/ccc/DisableTrunkProviders.json",
2025-08-20T19:15:57.2791395Z [00:02:03.344]➜  			"zh-CN/ccc/DownloadAllTypeRecording.json",
2025-08-20T19:15:57.2791676Z [00:02:03.344]➜  			"zh-CN/ccc/DownloadRecording.json",
2025-08-20T19:15:57.2791938Z [00:02:03.344]➜  			"zh-CN/ccc/FindUsers.json",
2025-08-20T19:15:57.2792320Z [00:02:03.344]➜  			"zh-CN/ccc/GenerateAgentStatisticReport.json",
2025-08-20T19:15:57.2792828Z [00:02:03.344]➜  			"zh-CN/ccc/GetAgentData.json",
2025-08-20T19:15:57.2793205Z [00:02:03.344]➜  			"zh-CN/ccc/GetCallMeasureSummaryReport.json",
2025-08-20T19:15:57.2793463Z [00:02:03.344]➜  			"zh-CN/ccc/GetConfig.json",
2025-08-20T19:15:57.2793844Z [00:02:03.344]➜  			"zh-CN/ccc/GetConversationDetailByContactId.json",
2025-08-20T19:15:57.2794102Z [00:02:03.344]➜  			"zh-CN/ccc/GetInstance.json",
2025-08-20T19:15:57.2794394Z [00:02:03.344]➜  			"zh-CN/ccc/GetInstanceState.json",
2025-08-20T19:15:57.2794733Z [00:02:03.344]➜  			"zh-CN/ccc/GetInstanceSummaryReport.json",
2025-08-20T19:15:57.2795119Z [00:02:03.344]➜  			"zh-CN/ccc/GetInstanceSummaryReportByInterval.json",
2025-08-20T19:15:57.2795670Z [00:02:03.344]➜  			"zh-CN/ccc/GetInstanceSummaryReportSinceMidnight.json",
2025-08-20T19:15:57.2795977Z [00:02:03.344]➜  			"zh-CN/ccc/GetNumberRegionInfo.json",
2025-08-20T19:15:57.2796290Z [00:02:03.344]➜  			"zh-CN/ccc/GetRecordOssUploadParam.json",
2025-08-20T19:15:57.2796569Z [00:02:03.344]➜  			"zh-CN/ccc/GetRoutePoint.json",
2025-08-20T19:15:57.2796994Z [00:02:03.344]➜  			"zh-CN/ccc/GetServiceExtensions.json",
2025-08-20T19:15:57.2797275Z [00:02:03.344]➜  			"zh-CN/ccc/GetSmsConfig.json",
2025-08-20T19:15:57.2797563Z [00:02:03.344]➜  			"zh-CN/ccc/GetTURNCredentials.json",
2025-08-20T19:15:57.2797850Z [00:02:03.344]➜  			"zh-CN/ccc/GetTURNServerList.json",
2025-08-20T19:15:57.2798092Z [00:02:03.344]➜  			"zh-CN/ccc/GetUser.json",
2025-08-20T19:15:57.2798399Z [00:02:03.344]➜  			"zh-CN/ccc/GetUserByExtension.json",
2025-08-20T19:15:57.2798688Z [00:02:03.344]➜  			"zh-CN/ccc/LaunchAppraise.json",
2025-08-20T19:15:57.2799035Z [00:02:03.344]➜  			"zh-CN/ccc/LaunchShortMessageAppraise.json",
2025-08-20T19:15:57.2799332Z [00:02:03.344]➜  			"zh-CN/ccc/ListAgentDevices.json",
2025-08-20T19:15:57.2799620Z [00:02:03.344]➜  			"zh-CN/ccc/ListAgentEvents.json",
2025-08-20T19:15:57.2799918Z [00:02:03.344]➜  			"zh-CN/ccc/ListAgentStateLogs.json",
2025-08-20T19:15:57.2800200Z [00:02:03.344]➜  			"zh-CN/ccc/ListAgentStates.json",
2025-08-20T19:15:57.2800532Z [00:02:03.344]➜  			"zh-CN/ccc/ListAgentSummaryReports.json",
2025-08-20T19:15:57.2800929Z [00:02:03.344]➜  			"zh-CN/ccc/ListAgentSummaryReportsByInterval.json",
2025-08-20T19:15:57.2801404Z [00:02:03.344]➜  			"zh-CN/ccc/ListAgentSummaryReportsSinceMidnight.json",
2025-08-20T19:15:57.2801722Z [00:02:03.344]➜  			"zh-CN/ccc/ListCallDetailRecords.json",
2025-08-20T19:15:57.2802083Z [00:02:03.344]➜  			"zh-CN/ccc/ListCallEventDetailByContactId.json",
2025-08-20T19:15:57.2802758Z [00:02:03.344]➜  			"zh-CN/ccc/ListCallMeasureSummaryReports.json",
2025-08-20T19:15:57.2803051Z [00:02:03.344]➜  			"zh-CN/ccc/ListConfig.json",
2025-08-20T19:15:57.2803344Z [00:02:03.345]➜  			"zh-CN/ccc/ListContactFlows.json",
2025-08-20T19:15:57.2803641Z [00:02:03.345]➜  			"zh-CN/ccc/ListInstancesOfUser.json",
2025-08-20T19:15:57.2803940Z [00:02:03.345]➜  			"zh-CN/ccc/ListIvrTrackingDetail.json",
2025-08-20T19:15:57.2804210Z [00:02:03.345]➜  			"zh-CN/ccc/ListMedias.json",
2025-08-20T19:15:57.2804688Z [00:02:03.345]➜  			"zh-CN/ccc/ListOutboundPhoneNumberOfUser.json",
2025-08-20T19:15:57.2805022Z [00:02:03.345]➜  			"zh-CN/ccc/ListPhoneNumbers.json",
2025-08-20T19:15:57.2805296Z [00:02:03.345]➜  			"zh-CN/ccc/ListPhoneTags.json",
2025-08-20T19:15:57.2805606Z [00:02:03.345]➜  			"zh-CN/ccc/ListRealTimeAgent.json",
2025-08-20T19:15:57.2805918Z [00:02:03.345]➜  			"zh-CN/ccc/ListRecentCallRecords.json",
2025-08-20T19:15:57.2806259Z [00:02:03.345]➜  			"zh-CN/ccc/ListRecordingOfDualTrack.json",
2025-08-20T19:15:57.2806544Z [00:02:03.345]➜  			"zh-CN/ccc/ListRecordings.json",
2025-08-20T19:15:57.2806906Z [00:02:03.345]➜  			"zh-CN/ccc/ListRecordingsByContactId.json",
2025-08-20T19:15:57.2807186Z [00:02:03.345]➜  			"zh-CN/ccc/ListRoles.json",
2025-08-20T19:15:57.2807493Z [00:02:03.345]➜  			"zh-CN/ccc/ListSkillGroupStates.json",
2025-08-20T19:15:57.2807856Z [00:02:03.345]➜  			"zh-CN/ccc/ListSkillGroupSummaryReports.json",
2025-08-20T19:15:57.2808300Z [00:02:03.345]➜  			"zh-CN/ccc/ListSkillGroupSummaryReportsByInterval.json",
2025-08-20T19:15:57.2808786Z [00:02:03.345]➜  			"zh-CN/ccc/ListSkillGroupSummaryReportsSinceMidnight.json",
2025-08-20T19:15:57.2809082Z [00:02:03.345]➜  			"zh-CN/ccc/ListSkillGroups.json",
2025-08-20T19:15:57.2809395Z [00:02:03.345]➜  			"zh-CN/ccc/ListSkillGroupsOfUser.json",
2025-08-20T19:15:57.2809747Z [00:02:03.345]➜  			"zh-CN/ccc/ListTransferableSkillGroups.json",
2025-08-20T19:15:57.2810005Z [00:02:03.345]➜  			"zh-CN/ccc/ListTrunkProviders.json",
2025-08-20T19:15:57.2810423Z [00:02:03.345]➜  			"zh-CN/ccc/ListTrunksOfSkillGroup.json",
2025-08-20T19:15:57.2810747Z [00:02:03.345]➜  			"zh-CN/ccc/ListUsers.json",
2025-08-20T19:15:57.2811050Z [00:02:03.345]➜  			"zh-CN/ccc/ListUsersOfSkillGroup.json",
2025-08-20T19:15:57.2811483Z [00:02:03.345]➜  			"zh-CN/ccc/ListVoiceAppraise.json",
2025-08-20T19:15:57.2811790Z [00:02:03.345]➜  			"zh-CN/ccc/ModifyAgentDevice.json",
2025-08-20T19:15:57.2812096Z [00:02:03.345]➜  			"zh-CN/ccc/ModifyPhoneNumber.json",
2025-08-20T19:15:57.2812633Z [00:02:03.345]➜  			"zh-CN/ccc/ModifyPhoneTags.json",
2025-08-20T19:15:57.2813289Z [00:02:03.345]➜  			"zh-CN/ccc/ModifyPrimaryTrunksOfSkillGroup.json",
2025-08-20T19:15:57.2813700Z [00:02:03.345]➜  			"zh-CN/ccc/ModifyPrivacyNumberCallDetail.json",
2025-08-20T19:15:57.2814005Z [00:02:03.345]➜  			"zh-CN/ccc/ModifySkillGroup.json",
2025-08-20T19:15:57.2814361Z [00:02:03.345]➜  			"zh-CN/ccc/ModifySkillGroupBasicInfo.json",
2025-08-20T19:15:57.2814697Z [00:02:03.345]➜  			"zh-CN/ccc/ModifySkillGroupOfUser.json",
2025-08-20T19:15:57.2815104Z [00:02:03.345]➜  			"zh-CN/ccc/ModifySkillGroupOutboundNumbers.json",
2025-08-20T19:15:57.2815372Z [00:02:03.345]➜  			"zh-CN/ccc/ModifyUser.json",
2025-08-20T19:15:57.2815729Z [00:02:03.345]➜  			"zh-CN/ccc/PickGlobalOutboundNumbers.json",
2025-08-20T19:15:57.2816030Z [00:02:03.345]➜  			"zh-CN/ccc/PickLocalNumber.json",
2025-08-20T19:15:57.2816360Z [00:02:03.345]➜  			"zh-CN/ccc/PickOutboundNumbers.json",
2025-08-20T19:15:57.2816716Z [00:02:03.345]➜  			"zh-CN/ccc/PublishContactFlowVersion.json",
2025-08-20T19:15:57.2817026Z [00:02:03.345]➜  			"zh-CN/ccc/RefreshToken.json",
2025-08-20T19:15:57.2817327Z [00:02:03.345]➜  			"zh-CN/ccc/RemovePhoneNumber.json",
2025-08-20T19:15:57.2817610Z [00:02:03.345]➜  			"zh-CN/ccc/RemoveUsers.json",
2025-08-20T19:15:57.2817957Z [00:02:03.345]➜  			"zh-CN/ccc/RemoveUsersFromSkillGroup.json",
2025-08-20T19:15:57.2818252Z [00:02:03.345]➜  			"zh-CN/ccc/RequestLoginInfo.json",
2025-08-20T19:15:57.2818540Z [00:02:03.345]➜  			"zh-CN/ccc/ResetUserStatus.json",
2025-08-20T19:15:57.2818925Z [00:02:03.345]➜  			"zh-CN/ccc/SaveWebRTCStats.json",
2025-08-20T19:15:57.2819308Z [00:02:03.345]➜  			"zh-CN/ccc/SendPredefinedShortMessage.json",
2025-08-20T19:15:57.2819630Z [00:02:03.345]➜  			"zh-CN/ccc/StartBack2BackCall.json",
2025-08-20T19:15:57.2819901Z [00:02:03.345]➜  			"zh-CN/ccc/version.json",
2025-08-20T19:15:57.2820178Z [00:02:03.345]➜  			"zh-CN/cdn/AddCdnDomain.json",
2025-08-20T19:15:57.2820462Z [00:02:03.345]➜  			"zh-CN/cdn/AddFCTrigger.json",
2025-08-20T19:15:57.2820902Z [00:02:03.345]➜  			"zh-CN/cdn/BatchAddCdnDomain.json",
2025-08-20T19:15:57.2821282Z [00:02:03.345]➜  			"zh-CN/cdn/BatchDeleteCdnDomainConfig.json",
2025-08-20T19:15:57.2821605Z [00:02:03.345]➜  			"zh-CN/cdn/BatchDescribeCdnIpInfo.json",
2025-08-20T19:15:57.2821941Z [00:02:03.345]➜  			"zh-CN/cdn/BatchSetCdnDomainConfig.json",
2025-08-20T19:15:57.2822349Z [00:02:03.345]➜  			"zh-CN/cdn/BatchSetCdnDomainServerCertificate.json",
2025-08-20T19:15:57.2822872Z [00:02:03.345]➜  			"zh-CN/cdn/BatchStartCdnDomain.json",
2025-08-20T19:15:57.2823190Z [00:02:03.345]➜  			"zh-CN/cdn/BatchStopCdnDomain.json",
2025-08-20T19:15:57.2823502Z [00:02:03.345]➜  			"zh-CN/cdn/BatchUpdateCdnDomain.json",
2025-08-20T19:15:57.2823794Z [00:02:03.345]➜  			"zh-CN/cdn/CdnMigrateRegister.json",
2025-08-20T19:15:57.2824113Z [00:02:03.345]➜  			"zh-CN/cdn/ChangeCdnDomainToDcdn.json",
2025-08-20T19:15:57.2824418Z [00:02:03.345]➜  			"zh-CN/cdn/CheckCdnDomainExist.json",
2025-08-20T19:15:57.2824733Z [00:02:03.345]➜  			"zh-CN/cdn/CheckCdnDomainICP.json",
2025-08-20T19:15:57.2825142Z [00:02:03.345]➜  			"zh-CN/cdn/CreateCdnCertificateSigningRequest.json",
2025-08-20T19:15:57.2825443Z [00:02:03.345]➜  			"zh-CN/cdn/CreateCdnDeliverTask.json",
2025-08-20T19:15:57.2825718Z [00:02:03.345]➜  			"zh-CN/cdn/CreateCdnSubTask.json",
2025-08-20T19:15:57.2826050Z [00:02:03.345]➜  			"zh-CN/cdn/CreateRealTimeLogDelivery.json",
2025-08-20T19:15:57.2826408Z [00:02:03.345]➜  			"zh-CN/cdn/CreateUsageDetailDataExportTask.json",
2025-08-20T19:15:57.2826770Z [00:02:03.345]➜  			"zh-CN/cdn/CreateUserUsageDataExportTask.json",
2025-08-20T19:15:57.2827070Z [00:02:03.345]➜  			"zh-CN/cdn/DeleteCdnDeliverTask.json",
2025-08-20T19:15:57.2827533Z [00:02:03.345]➜  			"zh-CN/cdn/DeleteCdnDomain.json",
2025-08-20T19:15:57.2827831Z [00:02:03.345]➜  			"zh-CN/cdn/DeleteCdnSubTask.json",
2025-08-20T19:15:57.2828125Z [00:02:03.345]➜  			"zh-CN/cdn/DeleteFCTrigger.json",
2025-08-20T19:15:57.2828458Z [00:02:03.345]➜  			"zh-CN/cdn/DeleteRealTimeLogLogstore.json",
2025-08-20T19:15:57.2828964Z [00:02:03.345]➜  			"zh-CN/cdn/DeleteRealtimeLogDelivery.json",
2025-08-20T19:15:57.2829291Z [00:02:03.345]➜  			"zh-CN/cdn/DeleteSpecificConfig.json",
2025-08-20T19:15:57.2829624Z [00:02:03.345]➜  			"zh-CN/cdn/DeleteSpecificStagingConfig.json",
2025-08-20T19:15:57.2829991Z [00:02:03.345]➜  			"zh-CN/cdn/DeleteUsageDetailDataExportTask.json",
2025-08-20T19:15:57.2830320Z [00:02:03.345]➜  			"zh-CN/cdn/DeleteUserUsageDataExportTask.json",
2025-08-20T19:15:57.2830645Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeBlockedRegions.json",
2025-08-20T19:15:57.2830997Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnCertificateDetail.json",
2025-08-20T19:15:57.2831366Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnCertificateDetailById.json",
2025-08-20T19:15:57.2831700Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnCertificateList.json",
2025-08-20T19:15:57.2832084Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnConditionIPBInfo.json",
2025-08-20T19:15:57.2832778Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnDeletedDomains.json",
2025-08-20T19:15:57.2833174Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnDeliverList.json",
2025-08-20T19:15:57.2833547Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnDomainByCertificate.json",
2025-08-20T19:15:57.2833893Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnDomainConfigs.json",
2025-08-20T19:15:57.2834239Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnDomainDetail.json",
2025-08-20T19:15:57.2834571Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnDomainLogs.json",
2025-08-20T19:15:57.2835061Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnDomainStagingConfig.json",
2025-08-20T19:15:57.2835444Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnHttpsDomainList.json",
2025-08-20T19:15:57.2835858Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnMigrateRegisterStatus.json",
2025-08-20T19:15:57.2836267Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnOrderCommodityCode.json",
2025-08-20T19:15:57.2836596Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnRegionAndIsp.json",
2025-08-20T19:15:57.2836915Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnReport.json",
2025-08-20T19:15:57.2837456Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnReportList.json",
2025-08-20T19:15:57.2837944Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnSMCertificateDetail.json",
2025-08-20T19:15:57.2838292Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnSMCertificateList.json",
2025-08-20T19:15:57.2838671Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnSSLCertificateList.json",
2025-08-20T19:15:57.2839003Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnSecFuncInfo.json",
2025-08-20T19:15:57.2839350Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnService.json",
2025-08-20T19:15:57.2839666Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnSubList.json",
2025-08-20T19:15:57.2840029Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnUserBillHistory.json",
2025-08-20T19:15:57.2840393Z [00:02:03.345]➜  			"zh-CN/cdn/DescribeCdnUserBillPrediction.json",
2025-08-20T19:15:57.2840735Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeCdnUserBillType.json",
2025-08-20T19:15:57.2841060Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeCdnUserConfigs.json",
2025-08-20T19:15:57.2841447Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeCdnUserDomainsByFunc.json",
2025-08-20T19:15:57.2841766Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeCdnUserQuota.json",
2025-08-20T19:15:57.2842153Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeCdnUserResourcePackage.json",
2025-08-20T19:15:57.2842763Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeCdnWafDomain.json",
2025-08-20T19:15:57.2843181Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeCertificateInfoByID.json",
2025-08-20T19:15:57.2843575Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeCustomLogConfig.json",
2025-08-20T19:15:57.2843976Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainAverageResponseTime.json",
2025-08-20T19:15:57.2844499Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainBpsData.json",
2025-08-20T19:15:57.2844850Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainBpsDataByLayer.json",
2025-08-20T19:15:57.2845218Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainBpsDataByTimeStamp.json",
2025-08-20T19:15:57.2845559Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainCcActivityLog.json",
2025-08-20T19:15:57.2846027Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainCertificateInfo.json",
2025-08-20T19:15:57.2846327Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainCname.json",
2025-08-20T19:15:57.2846676Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainCustomLogConfig.json",
2025-08-20T19:15:57.2847040Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainDetailDataByLayer.json",
2025-08-20T19:15:57.2847375Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainHitRateData.json",
2025-08-20T19:15:57.2847741Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainHttpCodeData.json",
2025-08-20T19:15:57.2848136Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainHttpCodeDataByLayer.json",
2025-08-20T19:15:57.2848474Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainISPData.json",
2025-08-20T19:15:57.2848814Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainMax95BpsData.json",
2025-08-20T19:15:57.2849168Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainMultiUsageData.json",
2025-08-20T19:15:57.2849498Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainPathData.json",
2025-08-20T19:15:57.2849831Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainPvData.json",
2025-08-20T19:15:57.2850155Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainQpsData.json",
2025-08-20T19:15:57.2850515Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainQpsDataByLayer.json",
2025-08-20T19:15:57.2850876Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainRealTimeBpsData.json",
2025-08-20T19:15:57.2851323Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:57.2851880Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainRealTimeDetailData.json",
2025-08-20T19:15:57.2852296Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:57.2852863Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainRealTimeQpsData.json",
2025-08-20T19:15:57.2853275Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:57.2853651Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:57.2854203Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainRealTimeSrcHttpCodeData.json",
2025-08-20T19:15:57.2854624Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:57.2855010Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainRealTimeTrafficData.json",
2025-08-20T19:15:57.2855413Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainRealtimeLogDelivery.json",
2025-08-20T19:15:57.2855753Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainRegionData.json",
2025-08-20T19:15:57.2856125Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainReqHitRateData.json",
2025-08-20T19:15:57.2856471Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainSrcBpsData.json",
2025-08-20T19:15:57.2856808Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainSrcHttpCodeData.json",
2025-08-20T19:15:57.2857121Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainSrcQpsData.json",
2025-08-20T19:15:57.2857488Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainSrcTopUrlVisit.json",
2025-08-20T19:15:57.2857851Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainSrcTrafficData.json",
2025-08-20T19:15:57.2858240Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainTopClientIpVisit.json",
2025-08-20T19:15:57.2858591Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainTopReferVisit.json",
2025-08-20T19:15:57.2858935Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainTopUrlVisit.json",
2025-08-20T19:15:57.2859272Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainTrafficData.json",
2025-08-20T19:15:57.2859608Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainUsageData.json",
2025-08-20T19:15:57.2859923Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainUvData.json",
2025-08-20T19:15:57.2860251Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainVerifyData.json",
2025-08-20T19:15:57.2860730Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainsBySource.json",
2025-08-20T19:15:57.2861071Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeDomainsUsageByDay.json",
2025-08-20T19:15:57.2861385Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeEsExceptionData.json",
2025-08-20T19:15:57.2861700Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeEsExecuteData.json",
2025-08-20T19:15:57.2862153Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeFCTrigger.json",
2025-08-20T19:15:57.2862633Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeIpInfo.json",
2025-08-20T19:15:57.2862955Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeIpStatus.json",
2025-08-20T19:15:57.2863297Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeL2VipsByDomain.json",
2025-08-20T19:15:57.2863641Z [00:02:03.346]➜  			"zh-CN/cdn/DescribePreloadDetailById.json",
2025-08-20T19:15:57.2864229Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeRangeDataByLocateAndIspService.json",
2025-08-20T19:15:57.2864619Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeRealtimeDeliveryAcc.json",
2025-08-20T19:15:57.2864949Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeRefreshQuota.json",
2025-08-20T19:15:57.2865284Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeRefreshTaskById.json",
2025-08-20T19:15:57.2865597Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeRefreshTasks.json",
2025-08-20T19:15:57.2865894Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeStagingIp.json",
2025-08-20T19:15:57.2866214Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeTagResources.json",
2025-08-20T19:15:57.2866546Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeTopDomainsByFlow.json",
2025-08-20T19:15:57.2866967Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeUserCertificateExpireCount.json",
2025-08-20T19:15:57.2867274Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeUserConfigs.json",
2025-08-20T19:15:57.2867589Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeUserDomains.json",
2025-08-20T19:15:57.2867883Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeUserTags.json",
2025-08-20T19:15:57.2868278Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeUserUsageDataExportTask.json",
2025-08-20T19:15:57.2868701Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeUserUsageDetailDataExportTask.json",
2025-08-20T19:15:57.2869044Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeUserVipsByDomain.json",
2025-08-20T19:15:57.2869363Z [00:02:03.346]➜  			"zh-CN/cdn/DescribeVerifyContent.json",
2025-08-20T19:15:57.2869736Z [00:02:03.346]➜  			"zh-CN/cdn/DisableRealtimeLogDelivery.json",
2025-08-20T19:15:57.2870231Z [00:02:03.346]➜  			"zh-CN/cdn/EnableRealtimeLogDelivery.json",
2025-08-20T19:15:57.2870589Z [00:02:03.346]➜  			"zh-CN/cdn/ListDomainsByLogConfigId.json",
2025-08-20T19:15:57.2870881Z [00:02:03.346]➜  			"zh-CN/cdn/ListFCTrigger.json",
2025-08-20T19:15:57.2871256Z [00:02:03.346]➜  			"zh-CN/cdn/ListRealtimeLogDeliveryDomains.json",
2025-08-20T19:15:57.2871624Z [00:02:03.346]➜  			"zh-CN/cdn/ListRealtimeLogDeliveryInfos.json",
2025-08-20T19:15:57.2871924Z [00:02:03.346]➜  			"zh-CN/cdn/ListTagResources.json",
2025-08-20T19:15:57.2872277Z [00:02:03.346]➜  			"zh-CN/cdn/ListUserCustomLogConfig.json",
2025-08-20T19:15:57.2872748Z [00:02:03.346]➜  			"zh-CN/cdn/ModifyCdnDomain.json",
2025-08-20T19:15:57.2873236Z [00:02:03.346]➜  			"zh-CN/cdn/ModifyCdnDomainOwner.json",
2025-08-20T19:15:57.2873607Z [00:02:03.346]➜  			"zh-CN/cdn/ModifyCdnDomainSchdmByProperty.json",
2025-08-20T19:15:57.2873955Z [00:02:03.347]➜  			"zh-CN/cdn/ModifyRealtimeLogDelivery.json",
2025-08-20T19:15:57.2874255Z [00:02:03.347]➜  			"zh-CN/cdn/OpenCdnService.json",
2025-08-20T19:15:57.2874674Z [00:02:03.347]➜  			"zh-CN/cdn/PublishStagingConfigToProduction.json",
2025-08-20T19:15:57.2874974Z [00:02:03.347]➜  			"zh-CN/cdn/PushObjectCache.json",
2025-08-20T19:15:57.2875294Z [00:02:03.347]➜  			"zh-CN/cdn/RefreshObjectCaches.json",
2025-08-20T19:15:57.2875610Z [00:02:03.347]➜  			"zh-CN/cdn/RollbackStagingConfig.json",
2025-08-20T19:15:57.2875966Z [00:02:03.350]➜  			"zh-CN/cdn/SetCdnDomainCSRCertificate.json",
2025-08-20T19:15:57.2876305Z [00:02:03.350]➜  			"zh-CN/cdn/SetCdnDomainSMCertificate.json",
2025-08-20T19:15:57.2876656Z [00:02:03.350]➜  			"zh-CN/cdn/SetCdnDomainSSLCertificate.json",
2025-08-20T19:15:57.2877000Z [00:02:03.350]➜  			"zh-CN/cdn/SetCdnDomainStagingConfig.json",
2025-08-20T19:15:57.2877351Z [00:02:03.350]➜  			"zh-CN/cdn/SetDomainServerCertificate.json",
2025-08-20T19:15:57.2877650Z [00:02:03.350]➜  			"zh-CN/cdn/SetReqHeaderConfig.json",
2025-08-20T19:15:57.2877970Z [00:02:03.350]➜  			"zh-CN/cdn/SetWaitingRoomConfig.json",
2025-08-20T19:15:57.2878439Z [00:02:03.350]➜  			"zh-CN/cdn/StartCdnDomain.json",
2025-08-20T19:15:57.2878737Z [00:02:03.350]➜  			"zh-CN/cdn/StopCdnDomain.json",
2025-08-20T19:15:57.2879008Z [00:02:03.350]➜  			"zh-CN/cdn/TagResources.json",
2025-08-20T19:15:57.2879295Z [00:02:03.350]➜  			"zh-CN/cdn/UntagResources.json",
2025-08-20T19:15:57.2879612Z [00:02:03.350]➜  			"zh-CN/cdn/UpdateCdnDeliverTask.json",
2025-08-20T19:15:57.2879921Z [00:02:03.350]➜  			"zh-CN/cdn/UpdateCdnSubTask.json",
2025-08-20T19:15:57.2880338Z [00:02:03.350]➜  			"zh-CN/cdn/UpdateFCTrigger.json",
2025-08-20T19:15:57.2880651Z [00:02:03.350]➜  			"zh-CN/cdn/VerifyDomainOwner.json",
2025-08-20T19:15:57.2880916Z [00:02:03.350]➜  			"zh-CN/cdn/version.json",
2025-08-20T19:15:57.2881249Z [00:02:03.350]➜  			"zh-CN/chatbot/ActivatePerspective.json",
2025-08-20T19:15:57.2881534Z [00:02:03.350]➜  			"zh-CN/chatbot/AddSynonym.json",
2025-08-20T19:15:57.2881857Z [00:02:03.350]➜  			"zh-CN/chatbot/AppendEntityMember.json",
2025-08-20T19:15:57.2882148Z [00:02:03.350]➜  			"zh-CN/chatbot/Associate.json",
2025-08-20T19:15:57.2882617Z [00:02:03.350]➜  			"zh-CN/chatbot/Chat.json",
2025-08-20T19:15:57.2882914Z [00:02:03.350]➜  			"zh-CN/chatbot/CreateBot.json",
2025-08-20T19:15:57.2883218Z [00:02:03.350]➜  			"zh-CN/chatbot/CreateCategory.json",
2025-08-20T19:15:57.2883516Z [00:02:03.350]➜  			"zh-CN/chatbot/CreateCoreWord.json",
2025-08-20T19:15:57.2883819Z [00:02:03.350]➜  			"zh-CN/chatbot/CreateDialog.json",
2025-08-20T19:15:57.2884120Z [00:02:03.350]➜  			"zh-CN/chatbot/CreateEntity.json",
2025-08-20T19:15:57.2884411Z [00:02:03.350]➜  			"zh-CN/chatbot/CreateIntent.json",
2025-08-20T19:15:57.2884737Z [00:02:03.350]➜  			"zh-CN/chatbot/CreateKnowledge.json",
2025-08-20T19:15:57.2885053Z [00:02:03.350]➜  			"zh-CN/chatbot/CreatePerspective.json",
2025-08-20T19:15:57.2885339Z [00:02:03.350]➜  			"zh-CN/chatbot/DeleteBot.json",
2025-08-20T19:15:57.2885637Z [00:02:03.350]➜  			"zh-CN/chatbot/DeleteCategory.json",
2025-08-20T19:15:57.2886066Z [00:02:03.350]➜  			"zh-CN/chatbot/DeleteCoreWord.json",
2025-08-20T19:15:57.2886380Z [00:02:03.350]➜  			"zh-CN/chatbot/DeleteDialog.json",
2025-08-20T19:15:57.2886666Z [00:02:03.350]➜  			"zh-CN/chatbot/DeleteEntity.json",
2025-08-20T19:15:57.2886949Z [00:02:03.350]➜  			"zh-CN/chatbot/DeleteIntent.json",
2025-08-20T19:15:57.2887251Z [00:02:03.350]➜  			"zh-CN/chatbot/DeleteKnowledge.json",
2025-08-20T19:15:57.2887563Z [00:02:03.350]➜  			"zh-CN/chatbot/DeletePerspective.json",
2025-08-20T19:15:57.2887873Z [00:02:03.350]➜  			"zh-CN/chatbot/DescribeBot.json",
2025-08-20T19:15:57.2888179Z [00:02:03.350]➜  			"zh-CN/chatbot/DescribeCategory.json",
2025-08-20T19:15:57.2888620Z [00:02:03.350]➜  			"zh-CN/chatbot/DescribeCoreWord.json",
2025-08-20T19:15:57.2888921Z [00:02:03.350]➜  			"zh-CN/chatbot/DescribeDialog.json",
2025-08-20T19:15:57.2889251Z [00:02:03.350]➜  			"zh-CN/chatbot/DescribeDialogFlow.json",
2025-08-20T19:15:57.2889535Z [00:02:03.350]➜  			"zh-CN/chatbot/DescribeEntities.json",
2025-08-20T19:15:57.2889860Z [00:02:03.350]➜  			"zh-CN/chatbot/DescribeIntent.json",
2025-08-20T19:15:57.2890165Z [00:02:03.350]➜  			"zh-CN/chatbot/DescribeKnowledge.json",
2025-08-20T19:15:57.2890481Z [00:02:03.350]➜  			"zh-CN/chatbot/DescribePerspective.json",
2025-08-20T19:15:57.2890763Z [00:02:03.350]➜  			"zh-CN/chatbot/DisableDialogFlow.json",
2025-08-20T19:15:57.2891058Z [00:02:03.350]➜  			"zh-CN/chatbot/DisableKnowledge.json",
2025-08-20T19:15:57.2891331Z [00:02:03.350]➜  			"zh-CN/chatbot/Feedback.json",
2025-08-20T19:15:57.2891631Z [00:02:03.350]➜  			"zh-CN/chatbot/GetAsyncResult.json",
2025-08-20T19:15:57.2891927Z [00:02:03.350]➜  			"zh-CN/chatbot/GetBotChatData.json",
2025-08-20T19:15:57.2892242Z [00:02:03.350]➜  			"zh-CN/chatbot/GetBotDsStatData.json",
2025-08-20T19:15:57.2892800Z [00:02:03.350]➜  			"zh-CN/chatbot/GetBotKnowledgeStatData.json",
2025-08-20T19:15:57.2893143Z [00:02:03.350]➜  			"zh-CN/chatbot/GetBotSessionData.json",
2025-08-20T19:15:57.2893471Z [00:02:03.350]➜  			"zh-CN/chatbot/GetConversationList.json",
2025-08-20T19:15:57.2893979Z [00:02:03.350]➜  			"zh-CN/chatbot/ListBotChatHistorys.json",
2025-08-20T19:15:57.2894305Z [00:02:03.351]➜  			"zh-CN/chatbot/ListBotColdDsDatas.json",
2025-08-20T19:15:57.2894748Z [00:02:03.351]➜  			"zh-CN/chatbot/ListBotColdKnowledges.json",
2025-08-20T19:15:57.2895050Z [00:02:03.351]➜  			"zh-CN/chatbot/ListBotDsDetails.json",
2025-08-20T19:15:57.2895370Z [00:02:03.351]➜  			"zh-CN/chatbot/ListBotHotDsDatas.json",
2025-08-20T19:15:57.2895826Z [00:02:03.351]➜  			"zh-CN/chatbot/ListBotHotKnowledges.json",
2025-08-20T19:15:57.2896210Z [00:02:03.354]➜  			"zh-CN/chatbot/ListBotKnowledgeDetails.json",
2025-08-20T19:15:57.2896606Z [00:02:03.354]➜  			"zh-CN/chatbot/ListBotReceptionDetailDatas.json",
2025-08-20T19:15:57.2896947Z [00:02:03.354]➜  			"zh-CN/chatbot/ListConversationLogs.json",
2025-08-20T19:15:57.2897277Z [00:02:03.354]➜  			"zh-CN/chatbot/MoveKnowledgeCategory.json",
2025-08-20T19:15:57.2897596Z [00:02:03.354]➜  			"zh-CN/chatbot/PublishDialogFlow.json",
2025-08-20T19:15:57.2897916Z [00:02:03.354]➜  			"zh-CN/chatbot/PublishKnowledge.json",
2025-08-20T19:15:57.2898181Z [00:02:03.354]➜  			"zh-CN/chatbot/QueryBots.json",
2025-08-20T19:15:57.2898494Z [00:02:03.354]➜  			"zh-CN/chatbot/QueryCategories.json",
2025-08-20T19:15:57.2898792Z [00:02:03.354]➜  			"zh-CN/chatbot/QueryCoreWords.json",
2025-08-20T19:15:57.2899096Z [00:02:03.354]➜  			"zh-CN/chatbot/QueryDialogs.json",
2025-08-20T19:15:57.2899389Z [00:02:03.354]➜  			"zh-CN/chatbot/QueryEntities.json",
2025-08-20T19:15:57.2899698Z [00:02:03.354]➜  			"zh-CN/chatbot/QueryIntents.json",
2025-08-20T19:15:57.2899998Z [00:02:03.354]➜  			"zh-CN/chatbot/QueryKnowledges.json",
2025-08-20T19:15:57.2900323Z [00:02:03.354]➜  			"zh-CN/chatbot/QueryPerspectives.json",
2025-08-20T19:15:57.2900645Z [00:02:03.354]➜  			"zh-CN/chatbot/QuerySystemEntities.json",
2025-08-20T19:15:57.2900966Z [00:02:03.354]➜  			"zh-CN/chatbot/RemoveEntityMember.json",
2025-08-20T19:15:57.2901328Z [00:02:03.354]➜  			"zh-CN/chatbot/RemoveSynonym.json",
2025-08-20T19:15:57.2901788Z [00:02:03.354]➜  			"zh-CN/chatbot/TestDialogFlow.json",
2025-08-20T19:15:57.2902090Z [00:02:03.354]➜  			"zh-CN/chatbot/UpdateCategory.json",
2025-08-20T19:15:57.2902571Z [00:02:03.354]➜  			"zh-CN/chatbot/UpdateCoreWord.json",
2025-08-20T19:15:57.2902895Z [00:02:03.354]➜  			"zh-CN/chatbot/UpdateDialog.json",
2025-08-20T19:15:57.2903225Z [00:02:03.354]➜  			"zh-CN/chatbot/UpdateDialogFlow.json",
2025-08-20T19:15:57.2903526Z [00:02:03.354]➜  			"zh-CN/chatbot/UpdateEntity.json",
2025-08-20T19:15:57.2903817Z [00:02:03.354]➜  			"zh-CN/chatbot/UpdateIntent.json",
2025-08-20T19:15:57.2904114Z [00:02:03.354]➜  			"zh-CN/chatbot/UpdateKnowledge.json",
2025-08-20T19:15:57.2904580Z [00:02:03.354]➜  			"zh-CN/chatbot/UpdatePerspective.json",
2025-08-20T19:15:57.2904852Z [00:02:03.354]➜  			"zh-CN/chatbot/version.json",
2025-08-20T19:15:57.2905147Z [00:02:03.354]➜  			"zh-CN/cloudapi/AbolishApi.json",
2025-08-20T19:15:57.2905545Z [00:02:03.354]➜  			"zh-CN/cloudapi/AddAccessControlListEntry.json",
2025-08-20T19:15:57.2905925Z [00:02:03.354]➜  			"zh-CN/cloudapi/AddIpControlPolicyItem.json",
2025-08-20T19:15:57.2906297Z [00:02:03.354]➜  			"zh-CN/cloudapi/AddTrafficSpecialControl.json",
2025-08-20T19:15:57.2906601Z [00:02:03.354]➜  			"zh-CN/cloudapi/AttachApiProduct.json",
2025-08-20T19:15:57.2906896Z [00:02:03.354]➜  			"zh-CN/cloudapi/AttachPlugin.json",
2025-08-20T19:15:57.2907244Z [00:02:03.354]➜  			"zh-CN/cloudapi/BatchAbolishApis.json",
2025-08-20T19:15:57.2907605Z [00:02:03.354]➜  			"zh-CN/cloudapi/BatchDeployApis.json",
2025-08-20T19:15:57.2907972Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateAccessControlList.json",
2025-08-20T19:15:57.2908257Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateApi.json",
2025-08-20T19:15:57.2908581Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateApiGroup.json",
2025-08-20T19:15:57.2908928Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateApiStageVariable.json",
2025-08-20T19:15:57.2909219Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateApp.json",
2025-08-20T19:15:57.2909684Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateBackend.json",
2025-08-20T19:15:57.2910029Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateBackendModel.json",
2025-08-20T19:15:57.2910334Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateDataset.json",
2025-08-20T19:15:57.2910661Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateDatasetItem.json",
2025-08-20T19:15:57.2910965Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateInstance.json",
2025-08-20T19:15:57.2911261Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateIpControl.json",
2025-08-20T19:15:57.2911714Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateLogConfig.json",
2025-08-20T19:15:57.2912037Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateModel.json",
2025-08-20T19:15:57.2912581Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateMonitorGroup.json",
2025-08-20T19:15:57.2912908Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreatePlugin.json",
2025-08-20T19:15:57.2913234Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateSignature.json",
2025-08-20T19:15:57.2913585Z [00:02:03.354]➜  			"zh-CN/cloudapi/CreateTrafficControl.json",
2025-08-20T19:15:57.2913987Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteAccessControlList.json",
2025-08-20T19:15:57.2914420Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteAllTrafficSpecialControl.json",
2025-08-20T19:15:57.2914729Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteApi.json",
2025-08-20T19:15:57.2915038Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteApiGroup.json",
2025-08-20T19:15:57.2915360Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteApiProduct.json",
2025-08-20T19:15:57.2915725Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteApiStageVariable.json",
2025-08-20T19:15:57.2916026Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteApp.json",
2025-08-20T19:15:57.2916343Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteBackend.json",
2025-08-20T19:15:57.2916685Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteBackendModel.json",
2025-08-20T19:15:57.2916995Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteDataset.json",
2025-08-20T19:15:57.2917335Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteDatasetItem.json",
2025-08-20T19:15:57.2917787Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteDomain.json",
2025-08-20T19:15:57.2918188Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteDomainCertificate.json",
2025-08-20T19:15:57.2918474Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteInstance.json",
2025-08-20T19:15:57.2918789Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteIpControl.json",
2025-08-20T19:15:57.2919094Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteLogConfig.json",
2025-08-20T19:15:57.2919343Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteModel.json",
2025-08-20T19:15:57.2919647Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteMonitorGroup.json",
2025-08-20T19:15:57.2919950Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeletePlugin.json",
2025-08-20T19:15:57.2920395Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteSignature.json",
2025-08-20T19:15:57.2920742Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteTrafficControl.json",
2025-08-20T19:15:57.2921130Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeleteTrafficSpecialControl.json",
2025-08-20T19:15:57.2921424Z [00:02:03.354]➜  			"zh-CN/cloudapi/DeployApi.json",
2025-08-20T19:15:57.2921778Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeAbolishApiTask.json",
2025-08-20T19:15:57.2922217Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeAccessControlListAttribute.json",
2025-08-20T19:15:57.2922849Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeAccessControlLists.json",
2025-08-20T19:15:57.2923177Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApi.json",
2025-08-20T19:15:57.2923487Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiDoc.json",
2025-08-20T19:15:57.2923833Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiGroup.json",
2025-08-20T19:15:57.2924243Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiGroupVpcWhitelist.json",
2025-08-20T19:15:57.2924585Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiGroups.json",
2025-08-20T19:15:57.2924933Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiHistories.json",
2025-08-20T19:15:57.2925266Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiHistory.json",
2025-08-20T19:15:57.2925632Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiIpControls.json",
2025-08-20T19:15:57.2926165Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiLatencyData.json",
2025-08-20T19:15:57.2926564Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiMarketAttributes.json",
2025-08-20T19:15:57.2926931Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiProductApis.json",
2025-08-20T19:15:57.2927298Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiProductsByApp.json",
2025-08-20T19:15:57.2927622Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiQpsData.json",
2025-08-20T19:15:57.2928100Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiSignatures.json",
2025-08-20T19:15:57.2928512Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiTrafficControls.json",
2025-08-20T19:15:57.2928841Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApiTrafficData.json",
2025-08-20T19:15:57.2929132Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApis.json",
2025-08-20T19:15:57.2929467Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApisByApp.json",
2025-08-20T19:15:57.2929809Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApisByBackend.json",
2025-08-20T19:15:57.2930180Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApisByIpControl.json",
2025-08-20T19:15:57.2930544Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApisBySignature.json",
2025-08-20T19:15:57.2930947Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApisByTrafficControl.json",
2025-08-20T19:15:57.2931433Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApisWithStageNameIntegratedByApp.json",
2025-08-20T19:15:57.2931752Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApp.json",
2025-08-20T19:15:57.2932091Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeAppAttributes.json",
2025-08-20T19:15:57.2932605Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeAppSecurity.json",
2025-08-20T19:15:57.2932931Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeApps.json",
2025-08-20T19:15:57.2933290Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeAppsByApiProduct.json",
2025-08-20T19:15:57.2933632Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeAuthorizedApis.json",
2025-08-20T19:15:57.2934130Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeAuthorizedApps.json",
2025-08-20T19:15:57.2934494Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeBackendInfo.json",
2025-08-20T19:15:57.2934831Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeBackendList.json",
2025-08-20T19:15:57.2935161Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeDatasetInfo.json",
2025-08-20T19:15:57.2935533Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeDatasetItemInfo.json",
2025-08-20T19:15:57.2935898Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeDatasetItemList.json",
2025-08-20T19:15:57.2936248Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeDatasetList.json",
2025-08-20T19:15:57.2936588Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeDeployApiTask.json",
2025-08-20T19:15:57.2937082Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeDeployedApi.json",
2025-08-20T19:15:57.2937399Z [00:02:03.354]➜  			"zh-CN/cloudapi/DescribeDeployedApis.json",
2025-08-20T19:15:57.2937716Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeDomain.json",
2025-08-20T19:15:57.2938062Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeGroupLatency.json",
2025-08-20T19:15:57.2938376Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeGroupQps.json",
2025-08-20T19:15:57.2938699Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeGroupTraffic.json",
2025-08-20T19:15:57.2939051Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeHistoryApis.json",
2025-08-20T19:15:57.2939405Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeImportOASTask.json",
2025-08-20T19:15:57.2939848Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeInstanceDropConnections.json",
2025-08-20T19:15:57.2940241Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeInstanceDropPacket.json",
2025-08-20T19:15:57.2940619Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeInstanceHttpCode.json",
2025-08-20T19:15:57.2940988Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeInstanceLatency.json",
2025-08-20T19:15:57.2941413Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeInstanceNewConnections.json",
2025-08-20T19:15:57.2941778Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeInstancePackets.json",
2025-08-20T19:15:57.2942260Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeInstanceQps.json",
2025-08-20T19:15:57.2942903Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeInstanceSlbConnect.json",
2025-08-20T19:15:57.2943286Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeInstanceTraffic.json",
2025-08-20T19:15:57.2943596Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeInstances.json",
2025-08-20T19:15:57.2944013Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeIpControlPolicyItems.json",
2025-08-20T19:15:57.2944495Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeIpControls.json",
2025-08-20T19:15:57.2944861Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeLogConfig.json",
2025-08-20T19:15:57.2945327Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeMarketRemainsQuota.json",
2025-08-20T19:15:57.2945654Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeModels.json",
2025-08-20T19:15:57.2945989Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribePluginApis.json",
2025-08-20T19:15:57.2946346Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribePluginSchemas.json",
2025-08-20T19:15:57.2946835Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribePluginTemplates.json",
2025-08-20T19:15:57.2947157Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribePlugins.json",
2025-08-20T19:15:57.2947523Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribePluginsByApi.json",
2025-08-20T19:15:57.2947914Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribePurchasedApiGroup.json",
2025-08-20T19:15:57.2948306Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribePurchasedApiGroups.json",
2025-08-20T19:15:57.2948675Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribePurchasedApis.json",
2025-08-20T19:15:57.2948997Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeRegions.json",
2025-08-20T19:15:57.2949344Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeSignatures.json",
2025-08-20T19:15:57.2949736Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeSignaturesByApi.json",
2025-08-20T19:15:57.2950052Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeSummaryData.json",
2025-08-20T19:15:57.2950435Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeSystemParameters.json",
2025-08-20T19:15:57.2950822Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeTrafficControls.json",
2025-08-20T19:15:57.2951236Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeTrafficControlsByApi.json",
2025-08-20T19:15:57.2951610Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeUpdateBackendTask.json",
2025-08-20T19:15:57.2951978Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeUpdateVpcInfoTask.json",
2025-08-20T19:15:57.2952319Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeVpcAccesses.json",
2025-08-20T19:15:57.2952918Z [00:02:03.355]➜  			"zh-CN/cloudapi/DescribeZones.json",
2025-08-20T19:15:57.2953252Z [00:02:03.355]➜  			"zh-CN/cloudapi/DetachApiProduct.json",
2025-08-20T19:15:57.2953776Z [00:02:03.355]➜  			"zh-CN/cloudapi/DetachPlugin.json",
2025-08-20T19:15:57.2954184Z [00:02:03.355]➜  			"zh-CN/cloudapi/DisableInstanceAccessControl.json",
2025-08-20T19:15:57.2954507Z [00:02:03.355]➜  			"zh-CN/cloudapi/DryRunSwagger.json",
2025-08-20T19:15:57.2954912Z [00:02:03.355]➜  			"zh-CN/cloudapi/EnableInstanceAccessControl.json",
2025-08-20T19:15:57.2955224Z [00:02:03.355]➜  			"zh-CN/cloudapi/ImportOAS.json",
2025-08-20T19:15:57.2955530Z [00:02:03.355]➜  			"zh-CN/cloudapi/ImportSwagger.json",
2025-08-20T19:15:57.2955856Z [00:02:03.355]➜  			"zh-CN/cloudapi/ListTagResources.json",
2025-08-20T19:15:57.2956139Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyApi.json",
2025-08-20T19:15:57.2956499Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyApiConfiguration.json",
2025-08-20T19:15:57.2956808Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyApiGroup.json",
2025-08-20T19:15:57.2957149Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyApiGroupInstance.json",
2025-08-20T19:15:57.2957559Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyApiGroupNetworkPolicy.json",
2025-08-20T19:15:57.2957942Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyApiGroupVpcWhitelist.json",
2025-08-20T19:15:57.2958231Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyApp.json",
2025-08-20T19:15:57.2958537Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyBackend.json",
2025-08-20T19:15:57.2959046Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyBackendModel.json",
2025-08-20T19:15:57.2959362Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyDataset.json",
2025-08-20T19:15:57.2959690Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyDatasetItem.json",
2025-08-20T19:15:57.2960065Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyInstanceAttribute.json",
2025-08-20T19:15:57.2960403Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyInstanceSpec.json",
2025-08-20T19:15:57.2960983Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyIntranetDomainPolicy.json",
2025-08-20T19:15:57.2961326Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyIpControl.json",
2025-08-20T19:15:57.2961709Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyIpControlPolicyItem.json",
2025-08-20T19:15:57.2962037Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyLogConfig.json",
2025-08-20T19:15:57.2962330Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyModel.json",
2025-08-20T19:15:57.2962834Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyPlugin.json",
2025-08-20T19:15:57.2963304Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifySignature.json",
2025-08-20T19:15:57.2963692Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyTrafficControl.json",
2025-08-20T19:15:57.2964117Z [00:02:03.355]➜  			"zh-CN/cloudapi/ModifyVpcAccessAndUpdateApis.json",
2025-08-20T19:15:57.2964473Z [00:02:03.355]➜  			"zh-CN/cloudapi/OpenApiGatewayService.json",
2025-08-20T19:15:57.2964760Z [00:02:03.355]➜  			"zh-CN/cloudapi/QueryRequestLogs.json",
2025-08-20T19:15:57.2965042Z [00:02:03.355]➜  			"zh-CN/cloudapi/ReactivateDomain.json",
2025-08-20T19:15:57.2965438Z [00:02:03.355]➜  			"zh-CN/cloudapi/RemoveAccessControlListEntry.json",
2025-08-20T19:15:57.2965817Z [00:02:03.355]➜  			"zh-CN/cloudapi/RemoveApiProductsAuthorities.json",
2025-08-20T19:15:57.2966171Z [00:02:03.355]➜  			"zh-CN/cloudapi/RemoveApisAuthorities.json",
2025-08-20T19:15:57.2966515Z [00:02:03.355]➜  			"zh-CN/cloudapi/RemoveAppsAuthorities.json",
2025-08-20T19:15:57.2966828Z [00:02:03.355]➜  			"zh-CN/cloudapi/RemoveIpControlApis.json",
2025-08-20T19:15:57.2967235Z [00:02:03.355]➜  			"zh-CN/cloudapi/RemoveIpControlPolicyItem.json",
2025-08-20T19:15:57.2967552Z [00:02:03.355]➜  			"zh-CN/cloudapi/RemoveSignatureApis.json",
2025-08-20T19:15:57.2967904Z [00:02:03.355]➜  			"zh-CN/cloudapi/RemoveTrafficControlApis.json",
2025-08-20T19:15:57.2968205Z [00:02:03.355]➜  			"zh-CN/cloudapi/RemoveVpcAccess.json",
2025-08-20T19:15:57.2968615Z [00:02:03.355]➜  			"zh-CN/cloudapi/RemoveVpcAccessAndAbolishApis.json",
2025-08-20T19:15:57.2968907Z [00:02:03.355]➜  			"zh-CN/cloudapi/ResetAppCode.json",
2025-08-20T19:15:57.2969223Z [00:02:03.355]➜  			"zh-CN/cloudapi/ResetAppSecret.json",
2025-08-20T19:15:57.2969525Z [00:02:03.355]➜  			"zh-CN/cloudapi/SdkGenerateByApp.json",
2025-08-20T19:15:57.2970048Z [00:02:03.355]➜  			"zh-CN/cloudapi/SdkGenerateByAppForRegion.json",
2025-08-20T19:15:57.2970367Z [00:02:03.355]➜  			"zh-CN/cloudapi/SdkGenerateByGroup.json",
2025-08-20T19:15:57.2970784Z [00:02:03.355]➜  			"zh-CN/cloudapi/SetAccessControlListAttribute.json",
2025-08-20T19:15:57.2971170Z [00:02:03.355]➜  			"zh-CN/cloudapi/SetApiProductsAuthorities.json",
2025-08-20T19:15:57.2971518Z [00:02:03.355]➜  			"zh-CN/cloudapi/SetApisAuthorities.json",
2025-08-20T19:15:57.2971887Z [00:02:03.355]➜  			"zh-CN/cloudapi/SetAppsAuthToApiProduct.json",
2025-08-20T19:15:57.2972225Z [00:02:03.355]➜  			"zh-CN/cloudapi/SetAppsAuthorities.json",
2025-08-20T19:15:57.2972707Z [00:02:03.355]➜  			"zh-CN/cloudapi/SetDomain.json",
2025-08-20T19:15:57.2973095Z [00:02:03.355]➜  			"zh-CN/cloudapi/SetDomainCertificate.json",
2025-08-20T19:15:57.2973478Z [00:02:03.355]➜  			"zh-CN/cloudapi/SetDomainWebSocketStatus.json",
2025-08-20T19:15:57.2973819Z [00:02:03.355]➜  			"zh-CN/cloudapi/SetIpControlApis.json",
2025-08-20T19:15:57.2974133Z [00:02:03.355]➜  			"zh-CN/cloudapi/SetSignatureApis.json",
2025-08-20T19:15:57.2974486Z [00:02:03.355]➜  			"zh-CN/cloudapi/SetTrafficControlApis.json",
2025-08-20T19:15:57.2974788Z [00:02:03.355]➜  			"zh-CN/cloudapi/SetVpcAccess.json",
2025-08-20T19:15:57.2975185Z [00:02:03.355]➜  			"zh-CN/cloudapi/SetWildcardDomainPatterns.json",
2025-08-20T19:15:57.2975649Z [00:02:03.355]➜  			"zh-CN/cloudapi/SwitchApi.json",
2025-08-20T19:15:57.2975971Z [00:02:03.355]➜  			"zh-CN/cloudapi/TagResources.json",
2025-08-20T19:15:57.2976289Z [00:02:03.355]➜  			"zh-CN/cloudapi/UntagResources.json",
2025-08-20T19:15:57.2976651Z [00:02:03.355]➜  			"zh-CN/cloudapi/ValidateVpcConnectivity.json",
2025-08-20T19:15:57.2976933Z [00:02:03.355]➜  			"zh-CN/cloudapi/version.json",
2025-08-20T19:15:57.2977358Z [00:02:03.355]➜  			"zh-CN/cloudauth/version.json",
2025-08-20T19:15:57.2977656Z [00:02:03.355]➜  			"zh-CN/cloudfw/AddAddressBook.json",
2025-08-20T19:15:57.2977978Z [00:02:03.355]➜  			"zh-CN/cloudfw/AddControlPolicy.json",
2025-08-20T19:15:57.2978246Z [00:02:03.355]➜  			"zh-CN/cloudfw/AddInstanceMembers.json",
2025-08-20T19:15:57.2978595Z [00:02:03.355]➜  			"zh-CN/cloudfw/BatchCopyVpcFirewallControlPolicy.json",
2025-08-20T19:15:57.2978922Z [00:02:03.355]➜  			"zh-CN/cloudfw/CreateNatFirewallControlPolicy.json",
2025-08-20T19:15:57.2979303Z [00:02:03.355]➜  			"zh-CN/cloudfw/CreateTrFirewallV2.json",
2025-08-20T19:15:57.2979631Z [00:02:03.355]➜  			"zh-CN/cloudfw/CreateTrFirewallV2RoutePolicy.json",
2025-08-20T19:15:57.2979962Z [00:02:03.355]➜  			"zh-CN/cloudfw/CreateVpcFirewallCenConfigure.json",
2025-08-20T19:15:57.2980264Z [00:02:03.355]➜  			"zh-CN/cloudfw/CreateVpcFirewallConfigure.json",
2025-08-20T19:15:57.2980591Z [00:02:03.355]➜  			"zh-CN/cloudfw/CreateVpcFirewallControlPolicy.json",
2025-08-20T19:15:57.2980848Z [00:02:03.355]➜  			"zh-CN/cloudfw/DeleteAddressBook.json",
2025-08-20T19:15:57.2981139Z [00:02:03.355]➜  			"zh-CN/cloudfw/DeleteControlPolicy.json",
2025-08-20T19:15:57.2981461Z [00:02:03.355]➜  			"zh-CN/cloudfw/DeleteFirewallV2RoutePolicies.json",
2025-08-20T19:15:57.2981742Z [00:02:03.355]➜  			"zh-CN/cloudfw/DeleteInstanceMembers.json",
2025-08-20T19:15:57.2982080Z [00:02:03.355]➜  			"zh-CN/cloudfw/DeleteNatFirewallControlPolicy.json",
2025-08-20T19:15:57.2982357Z [00:02:03.355]➜  			"zh-CN/cloudfw/DeleteTrFirewallV2.json",
2025-08-20T19:15:57.2982922Z [00:02:03.355]➜  			"zh-CN/cloudfw/DeleteVpcFirewallCenConfigure.json",
2025-08-20T19:15:57.2983249Z [00:02:03.355]➜  			"zh-CN/cloudfw/DeleteVpcFirewallConfigure.json",
2025-08-20T19:15:57.2983589Z [00:02:03.355]➜  			"zh-CN/cloudfw/DeleteVpcFirewallControlPolicy.json",
2025-08-20T19:15:57.2983894Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeACLProtectTrend.json",
2025-08-20T19:15:57.2984184Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeAddressBook.json",
2025-08-20T19:15:57.2984462Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeAssetList.json",
2025-08-20T19:15:57.2984775Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeControlPolicy.json",
2025-08-20T19:15:57.2985230Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeDomainResolve.json",
2025-08-20T19:15:57.2985556Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeInstanceMembers.json",
2025-08-20T19:15:57.2985855Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeInternetOpenIp.json",
2025-08-20T19:15:57.2986224Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeInternetTrafficTrend.json",
2025-08-20T19:15:57.2986606Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeInvadeEventList.json",
2025-08-20T19:15:57.2987021Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeNatFirewallControlPolicy.json",
2025-08-20T19:15:57.2987414Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeNatFirewallPolicyPriorUsed.json",
2025-08-20T19:15:57.2987744Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeOutgoingDestinationIP.json",
2025-08-20T19:15:57.2988044Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeOutgoingDomain.json",
2025-08-20T19:15:57.2988383Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribePolicyAdvancedConfig.json",
2025-08-20T19:15:57.2988671Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribePolicyPriorUsed.json",
2025-08-20T19:15:57.2988950Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeRiskEventGroup.json",
2025-08-20T19:15:57.2989240Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeRiskEventPayload.json",
2025-08-20T19:15:57.2989698Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json",
2025-08-20T19:15:57.2990063Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeTrFirewallV2RoutePolicyList.json",
2025-08-20T19:15:57.2990371Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeTrFirewallsV2Detail.json",
2025-08-20T19:15:57.2990661Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeTrFirewallsV2List.json",
2025-08-20T19:15:57.2990992Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeTrFirewallsV2RouteList.json",
2025-08-20T19:15:57.2991407Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeUserAssetIPTrafficInfo.json",
2025-08-20T19:15:57.2991754Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeVpcFirewallAclGroupList.json",
2025-08-20T19:15:57.2992078Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeVpcFirewallCenDetail.json",
2025-08-20T19:15:57.2992543Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeVpcFirewallCenList.json",
2025-08-20T19:15:57.2992892Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeVpcFirewallControlPolicy.json",
2025-08-20T19:15:57.2993357Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json",
2025-08-20T19:15:57.2993670Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeVpcFirewallDetail.json",
2025-08-20T19:15:57.2993962Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeVpcFirewallList.json",
2025-08-20T19:15:57.2994311Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json",
2025-08-20T19:15:57.2994665Z [00:02:03.355]➜  			"zh-CN/cloudfw/DescribeVulnerabilityProtectedList.json",
2025-08-20T19:15:57.2994927Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyAddressBook.json",
2025-08-20T19:15:57.2995202Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyControlPolicy.json",
2025-08-20T19:15:57.2995512Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyControlPolicyPosition.json",
2025-08-20T19:15:57.2995867Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyFirewallV2RoutePolicySwitch.json",
2025-08-20T19:15:57.2996182Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyInstanceMemberAttributes.json",
2025-08-20T19:15:57.2996508Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyNatFirewallControlPolicy.json",
2025-08-20T19:15:57.2996905Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyNatFirewallControlPolicyPosition.json",
2025-08-20T19:15:57.2997217Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyPolicyAdvancedConfig.json",
2025-08-20T19:15:57.2997542Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyTrFirewallV2Configuration.json",
2025-08-20T19:15:57.2997892Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json",
2025-08-20T19:15:57.2998212Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyVpcFirewallCenConfigure.json",
2025-08-20T19:15:57.2998562Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyVpcFirewallCenSwitchStatus.json",
2025-08-20T19:15:57.2998959Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyVpcFirewallConfigure.json",
2025-08-20T19:15:57.2999290Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyVpcFirewallControlPolicy.json",
2025-08-20T19:15:57.2999675Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyVpcFirewallControlPolicyPosition.json",
2025-08-20T19:15:57.3000029Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json",
2025-08-20T19:15:57.3000452Z [00:02:03.355]➜  			"zh-CN/cloudfw/ModifyVpcFirewallSwitchStatus.json",
2025-08-20T19:15:57.3000766Z [00:02:03.355]➜  			"zh-CN/cloudfw/PutDisableAllFwSwitch.json",
2025-08-20T19:15:57.3001056Z [00:02:03.356]➜  			"zh-CN/cloudfw/PutDisableFwSwitch.json",
2025-08-20T19:15:57.3001412Z [00:02:03.356]➜  			"zh-CN/cloudfw/PutEnableAllFwSwitch.json",
2025-08-20T19:15:57.3001708Z [00:02:03.356]➜  			"zh-CN/cloudfw/PutEnableFwSwitch.json",
2025-08-20T19:15:57.3002017Z [00:02:03.356]➜  			"zh-CN/cloudfw/ReleasePostInstance.json",
2025-08-20T19:15:57.3002339Z [00:02:03.356]➜  			"zh-CN/cloudfw/ResetVpcFirewallRuleHitCount.json",
2025-08-20T19:15:57.3002730Z [00:02:03.356]➜  			"zh-CN/cloudfw/version.json",
2025-08-20T19:15:57.3003047Z [00:02:03.356]➜  			"zh-CN/cloudsso/AddExternalSAMLIdPCertificate.json",
2025-08-20T19:15:57.3003470Z [00:02:03.356]➜  			"zh-CN/cloudsso/AddPermissionPolicyToAccessConfiguration.json",
2025-08-20T19:15:57.3003745Z [00:02:03.356]➜  			"zh-CN/cloudsso/AddUserToGroup.json",
2025-08-20T19:15:57.3004141Z [00:02:03.356]➜  			"zh-CN/cloudsso/ClearExternalSAMLIdentityProvider.json",
2025-08-20T19:15:57.3004448Z [00:02:03.356]➜  			"zh-CN/cloudsso/CreateAccessAssignment.json",
2025-08-20T19:15:57.3004779Z [00:02:03.357]➜  			"zh-CN/cloudsso/CreateAccessConfiguration.json",
2025-08-20T19:15:57.3005051Z [00:02:03.358]➜  			"zh-CN/cloudsso/CreateDirectory.json",
2025-08-20T19:15:57.3005305Z [00:02:03.358]➜  			"zh-CN/cloudsso/CreateGroup.json",
2025-08-20T19:15:57.3005716Z [00:02:03.358]➜  			"zh-CN/cloudsso/CreateSCIMServerCredential.json",
2025-08-20T19:15:57.3005965Z [00:02:03.358]➜  			"zh-CN/cloudsso/CreateUser.json",
2025-08-20T19:15:57.3006285Z [00:02:03.358]➜  			"zh-CN/cloudsso/CreateUserProvisioning.json",
2025-08-20T19:15:57.3006594Z [00:02:03.358]➜  			"zh-CN/cloudsso/DeleteAccessAssignment.json",
2025-08-20T19:15:57.3006931Z [00:02:03.358]➜  			"zh-CN/cloudsso/DeleteAccessConfiguration.json",
2025-08-20T19:15:57.3007296Z [00:02:03.358]➜  			"zh-CN/cloudsso/DeleteDirectory.json",
2025-08-20T19:15:57.3007582Z [00:02:03.358]➜  			"zh-CN/cloudsso/DeleteGroup.json",
2025-08-20T19:15:57.3007897Z [00:02:03.358]➜  			"zh-CN/cloudsso/DeleteMFADeviceForUser.json",
2025-08-20T19:15:57.3008281Z [00:02:03.358]➜  			"zh-CN/cloudsso/DeleteSCIMServerCredential.json",
2025-08-20T19:15:57.3008569Z [00:02:03.358]➜  			"zh-CN/cloudsso/DeleteUser.json",
2025-08-20T19:15:57.3008914Z [00:02:03.358]➜  			"zh-CN/cloudsso/DeleteUserProvisioning.json",
2025-08-20T19:15:57.3009302Z [00:02:03.358]➜  			"zh-CN/cloudsso/DeleteUserProvisioningEvent.json",
2025-08-20T19:15:57.3009719Z [00:02:03.359]➜  			"zh-CN/cloudsso/DeprovisionAccessConfiguration.json",
2025-08-20T19:15:57.3010029Z [00:02:03.359]➜  			"zh-CN/cloudsso/DisableService.json",
2025-08-20T19:15:57.3010335Z [00:02:03.359]➜  			"zh-CN/cloudsso/EnableService.json",
2025-08-20T19:15:57.3010684Z [00:02:03.359]➜  			"zh-CN/cloudsso/GetAccessConfiguration.json",
2025-08-20T19:15:57.3011023Z [00:02:03.359]➜  			"zh-CN/cloudsso/GetDirectory.json",
2025-08-20T19:15:57.3011479Z [00:02:03.359]➜  			"zh-CN/cloudsso/GetDirectorySAMLServiceProviderInfo.json",
2025-08-20T19:15:57.3011851Z [00:02:03.359]➜  			"zh-CN/cloudsso/GetDirectoryStatistics.json",
2025-08-20T19:15:57.3012304Z [00:02:03.359]➜  			"zh-CN/cloudsso/GetExternalSAMLIdentityProvider.json",
2025-08-20T19:15:57.3012821Z [00:02:03.359]➜  			"zh-CN/cloudsso/GetGroup.json",
2025-08-20T19:15:57.3013231Z [00:02:03.359]➜  			"zh-CN/cloudsso/GetMFAAuthenticationSettingInfo.json",
2025-08-20T19:15:57.3013629Z [00:02:03.360]➜  			"zh-CN/cloudsso/GetMFAAuthenticationSettings.json",
2025-08-20T19:15:57.3014008Z [00:02:03.360]➜  			"zh-CN/cloudsso/GetMFAAuthenticationStatus.json",
2025-08-20T19:15:57.3014583Z [00:02:03.360]➜  			"zh-CN/cloudsso/GetSCIMSynchronizationStatus.json",
2025-08-20T19:15:57.3014922Z [00:02:03.360]➜  			"zh-CN/cloudsso/GetServiceStatus.json",
2025-08-20T19:15:57.3015219Z [00:02:03.360]➜  			"zh-CN/cloudsso/GetTask.json",
2025-08-20T19:15:57.3015550Z [00:02:03.360]➜  			"zh-CN/cloudsso/GetTaskStatus.json",
2025-08-20T19:15:57.3015986Z [00:02:03.360]➜  			"zh-CN/cloudsso/GetUser.json",
2025-08-20T19:15:57.3016420Z [00:02:03.360]➜  			"zh-CN/cloudsso/GetUserMFAAuthenticationSettings.json",
2025-08-20T19:15:57.3016778Z [00:02:03.360]➜  			"zh-CN/cloudsso/GetUserProvisioning.json",
2025-08-20T19:15:57.3017218Z [00:02:03.360]➜  			"zh-CN/cloudsso/GetUserProvisioningConfiguration.json",
2025-08-20T19:15:57.3017622Z [00:02:03.360]➜  			"zh-CN/cloudsso/GetUserProvisioningEvent.json",
2025-08-20T19:15:57.3018071Z [00:02:03.360]➜  			"zh-CN/cloudsso/GetUserProvisioningRdAccountStatistics.json",
2025-08-20T19:15:57.3018488Z [00:02:03.360]➜  			"zh-CN/cloudsso/GetUserProvisioningStatistics.json",
2025-08-20T19:15:57.3018851Z [00:02:03.360]➜  			"zh-CN/cloudsso/ListAccessAssignments.json",
2025-08-20T19:15:57.3019332Z [00:02:03.360]➜  			"zh-CN/cloudsso/ListAccessConfigurationProvisionings.json",
2025-08-20T19:15:57.3019712Z [00:02:03.360]➜  			"zh-CN/cloudsso/ListAccessConfigurations.json",
2025-08-20T19:15:57.3020052Z [00:02:03.360]➜  			"zh-CN/cloudsso/ListDirectories.json",
2025-08-20T19:15:57.3020464Z [00:02:03.360]➜  			"zh-CN/cloudsso/ListExternalSAMLIdPCertificates.json",
2025-08-20T19:15:57.3020793Z [00:02:03.360]➜  			"zh-CN/cloudsso/ListGroupMembers.json",
2025-08-20T19:15:57.3021094Z [00:02:03.360]➜  			"zh-CN/cloudsso/ListGroups.json",
2025-08-20T19:15:57.3021463Z [00:02:03.360]➜  			"zh-CN/cloudsso/ListJoinedGroupsForUser.json",
2025-08-20T19:15:57.3021971Z [00:02:03.360]➜  			"zh-CN/cloudsso/ListMFADevicesForUser.json",
2025-08-20T19:15:57.3022757Z [00:02:03.360]➜  			"zh-CN/cloudsso/ListPermissionPoliciesInAccessConfiguration.json",
2025-08-20T19:15:57.3023181Z [00:02:03.361]➜  			"zh-CN/cloudsso/ListSCIMServerCredentials.json",
2025-08-20T19:15:57.3023499Z [00:02:03.361]➜  			"zh-CN/cloudsso/ListTasks.json",
2025-08-20T19:15:57.3023897Z [00:02:03.361]➜  			"zh-CN/cloudsso/ListUserProvisioningEvents.json",
2025-08-20T19:15:57.3024398Z [00:02:03.361]➜  			"zh-CN/cloudsso/ListUserProvisionings.json",
2025-08-20T19:15:57.3024728Z [00:02:03.361]➜  			"zh-CN/cloudsso/ListUsers.json",
2025-08-20T19:15:57.3025142Z [00:02:03.361]➜  			"zh-CN/cloudsso/ProvisionAccessConfiguration.json",
2025-08-20T19:15:57.3025550Z [00:02:03.361]➜  			"zh-CN/cloudsso/RemoveExternalSAMLIdPCertificate.json",
2025-08-20T19:15:57.3026109Z [00:02:03.361]➜  			"zh-CN/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json",
2025-08-20T19:15:57.3026484Z [00:02:03.361]➜  			"zh-CN/cloudsso/RemoveUserFromGroup.json",
2025-08-20T19:15:57.3026826Z [00:02:03.361]➜  			"zh-CN/cloudsso/ResetUserPassword.json",
2025-08-20T19:15:57.3027200Z [00:02:03.361]➜  			"zh-CN/cloudsso/RetryUserProvisioningEvent.json",
2025-08-20T19:15:57.3027618Z [00:02:03.361]➜  			"zh-CN/cloudsso/SetExternalSAMLIdentityProvider.json",
2025-08-20T19:15:57.3028000Z [00:02:03.361]➜  			"zh-CN/cloudsso/SetMFAAuthenticationStatus.json",
2025-08-20T19:15:57.3028421Z [00:02:03.361]➜  			"zh-CN/cloudsso/SetSCIMSynchronizationStatus.json",
2025-08-20T19:15:57.3028828Z [00:02:03.361]➜  			"zh-CN/cloudsso/UpdateAccessConfiguration.json",
2025-08-20T19:15:57.3029148Z [00:02:03.361]➜  			"zh-CN/cloudsso/UpdateDirectory.json",
2025-08-20T19:15:57.3029464Z [00:02:03.361]➜  			"zh-CN/cloudsso/UpdateGroup.json",
2025-08-20T19:15:57.3029987Z [00:02:03.361]➜  			"zh-CN/cloudsso/UpdateInlinePolicyForAccessConfiguration.json",
2025-08-20T19:15:57.3030397Z [00:02:03.361]➜  			"zh-CN/cloudsso/UpdateMFAAuthenticationSettings.json",
2025-08-20T19:15:57.3030789Z [00:02:03.361]➜  			"zh-CN/cloudsso/UpdateSCIMServerCredentialStatus.json",
2025-08-20T19:15:57.3031062Z [00:02:03.361]➜  			"zh-CN/cloudsso/UpdateUser.json",
2025-08-20T19:15:57.3031628Z [00:02:03.361]➜  			"zh-CN/cloudsso/UpdateUserMFAAuthenticationSettings.json",
2025-08-20T19:15:57.3031959Z [00:02:03.362]➜  			"zh-CN/cloudsso/UpdateUserProvisioning.json",
2025-08-20T19:15:57.3032368Z [00:02:03.362]➜  			"zh-CN/cloudsso/UpdateUserProvisioningConfiguration.json",
2025-08-20T19:15:57.3032862Z [00:02:03.362]➜  			"zh-CN/cloudsso/UpdateUserStatus.json",
2025-08-20T19:15:57.3033236Z [00:02:03.362]➜  			"zh-CN/cloudsso/version.json",
2025-08-20T19:15:57.3033473Z [00:02:03.362]➜  			"zh-CN/cms/AddTags.json",
2025-08-20T19:15:57.3033768Z [00:02:03.362]➜  			"zh-CN/cms/ApplyMetricRuleTemplate.json",
2025-08-20T19:15:57.3034124Z [00:02:03.362]➜  			"zh-CN/cms/BatchCreateInstantSiteMonitor.json",
2025-08-20T19:15:57.3034479Z [00:02:03.362]➜  			"zh-CN/cms/BatchCreateIntantSiteMonitor.json",
2025-08-20T19:15:57.3034810Z [00:02:03.362]➜  			"zh-CN/cms/BatchCreateOnceSiteMonitor.json",
2025-08-20T19:15:57.3035058Z [00:02:03.362]➜  			"zh-CN/cms/BatchExport.json",
2025-08-20T19:15:57.3035354Z [00:02:03.362]➜  			"zh-CN/cms/CreateCmsCallNumOrder.json",
2025-08-20T19:15:57.3035608Z [00:02:03.362]➜  			"zh-CN/cms/CreateCmsOrder.json",
2025-08-20T19:15:57.3035920Z [00:02:03.362]➜  			"zh-CN/cms/CreateCmsSmspackageOrder.json",
2025-08-20T19:15:57.3036207Z [00:02:03.362]➜  			"zh-CN/cms/CreateDynamicTagGroup.json",
2025-08-20T19:15:57.3036509Z [00:02:03.362]➜  			"zh-CN/cms/CreateGroupMetricRules.json",
2025-08-20T19:15:57.3036876Z [00:02:03.362]➜  			"zh-CN/cms/CreateGroupMonitoringAgentProcess.json",
2025-08-20T19:15:57.3037151Z [00:02:03.362]➜  			"zh-CN/cms/CreateHostAvailability.json",
2025-08-20T19:15:57.3037437Z [00:02:03.362]➜  			"zh-CN/cms/CreateHybridMonitorNamespace.json",
2025-08-20T19:15:57.3037746Z [00:02:03.362]➜  			"zh-CN/cms/CreateHybridMonitorSLSGroup.json",
2025-08-20T19:15:57.3038147Z [00:02:03.362]➜  			"zh-CN/cms/CreateHybridMonitorTask.json",
2025-08-20T19:15:57.3038429Z [00:02:03.362]➜  			"zh-CN/cms/CreateInstantSiteMonitor.json",
2025-08-20T19:15:57.3038720Z [00:02:03.363]➜  			"zh-CN/cms/CreateMetricRuleBlackList.json",
2025-08-20T19:15:57.3039005Z [00:02:03.363]➜  			"zh-CN/cms/CreateMetricRuleResources.json",
2025-08-20T19:15:57.3039274Z [00:02:03.363]➜  			"zh-CN/cms/CreateMetricRuleTemplate.json",
2025-08-20T19:15:57.3039557Z [00:02:03.363]➜  			"zh-CN/cms/CreateMonitorAgentProcess.json",
2025-08-20T19:15:57.3039925Z [00:02:03.363]➜  			"zh-CN/cms/CreateMonitorGroup.json",
2025-08-20T19:15:57.3040295Z [00:02:03.363]➜  			"zh-CN/cms/CreateMonitorGroupByResourceGroupId.json",
2025-08-20T19:15:57.3040593Z [00:02:03.363]➜  			"zh-CN/cms/CreateMonitorGroupInstances.json",
2025-08-20T19:15:57.3040935Z [00:02:03.363]➜  			"zh-CN/cms/CreateMonitorGroupNotifyPolicy.json",
2025-08-20T19:15:57.3041251Z [00:02:03.363]➜  			"zh-CN/cms/CreateMonitoringAgentProcess.json",
2025-08-20T19:15:57.3041539Z [00:02:03.363]➜  			"zh-CN/cms/CreateSiteMonitor.json",
2025-08-20T19:15:57.3041770Z [00:02:03.363]➜  			"zh-CN/cms/Cursor.json",
2025-08-20T19:15:57.3042036Z [00:02:03.363]➜  			"zh-CN/cms/DeleteContact.json",
2025-08-20T19:15:57.3042312Z [00:02:03.363]➜  			"zh-CN/cms/DeleteContactGroup.json",
2025-08-20T19:15:57.3042763Z [00:02:03.363]➜  			"zh-CN/cms/DeleteCustomMetric.json",
2025-08-20T19:15:57.3043056Z [00:02:03.363]➜  			"zh-CN/cms/DeleteDynamicTagGroup.json",
2025-08-20T19:15:57.3043361Z [00:02:03.363]➜  			"zh-CN/cms/DeleteEventRuleTargets.json",
2025-08-20T19:15:57.3043633Z [00:02:03.363]➜  			"zh-CN/cms/DeleteEventRules.json",
2025-08-20T19:15:57.3043921Z [00:02:03.363]➜  			"zh-CN/cms/DeleteExporterOutput.json",
2025-08-20T19:15:57.3044183Z [00:02:03.363]➜  			"zh-CN/cms/DeleteExporterRule.json",
2025-08-20T19:15:57.3044544Z [00:02:03.363]➜  			"zh-CN/cms/DeleteGroupMonitoringAgentProcess.json",
2025-08-20T19:15:57.3044829Z [00:02:03.363]➜  			"zh-CN/cms/DeleteHostAvailability.json",
2025-08-20T19:15:57.3045156Z [00:02:03.363]➜  			"zh-CN/cms/DeleteHybridMonitorNamespace.json",
2025-08-20T19:15:57.3045476Z [00:02:03.363]➜  			"zh-CN/cms/DeleteHybridMonitorSLSGroup.json",
2025-08-20T19:15:57.3045866Z [00:02:03.363]➜  			"zh-CN/cms/DeleteHybridMonitorTask.json",
2025-08-20T19:15:57.3046126Z [00:02:03.363]➜  			"zh-CN/cms/DeleteLogMonitor.json",
2025-08-20T19:15:57.3046416Z [00:02:03.364]➜  			"zh-CN/cms/DeleteMetricRuleBlackList.json",
2025-08-20T19:15:57.3046715Z [00:02:03.364]➜  			"zh-CN/cms/DeleteMetricRuleResources.json",
2025-08-20T19:15:57.3047081Z [00:02:03.364]➜  			"zh-CN/cms/DeleteMetricRuleTargets.json",
2025-08-20T19:15:57.3047374Z [00:02:03.364]➜  			"zh-CN/cms/DeleteMetricRuleTemplate.json",
2025-08-20T19:15:57.3047625Z [00:02:03.364]➜  			"zh-CN/cms/DeleteMetricRules.json",
2025-08-20T19:15:57.3047882Z [00:02:03.364]➜  			"zh-CN/cms/DeleteMonitorGroup.json",
2025-08-20T19:15:57.3048194Z [00:02:03.364]➜  			"zh-CN/cms/DeleteMonitorGroupDynamicRule.json",
2025-08-20T19:15:57.3048593Z [00:02:03.364]➜  			"zh-CN/cms/DeleteMonitorGroupInstances.json",
2025-08-20T19:15:57.3048918Z [00:02:03.364]➜  			"zh-CN/cms/DeleteMonitorGroupNotifyPolicy.json",
2025-08-20T19:15:57.3049240Z [00:02:03.364]➜  			"zh-CN/cms/DeleteMonitoringAgentProcess.json",
2025-08-20T19:15:57.3049492Z [00:02:03.364]➜  			"zh-CN/cms/DeleteSiteMonitors.json",
2025-08-20T19:15:57.3049809Z [00:02:03.364]➜  			"zh-CN/cms/DescribeActiveMetricRuleList.json",
2025-08-20T19:15:57.3050099Z [00:02:03.364]➜  			"zh-CN/cms/DescribeAlertHistoryList.json",
2025-08-20T19:15:57.3050390Z [00:02:03.364]➜  			"zh-CN/cms/DescribeAlertLogCount.json",
2025-08-20T19:15:57.3050671Z [00:02:03.364]➜  			"zh-CN/cms/DescribeAlertLogHistogram.json",
2025-08-20T19:15:57.3050941Z [00:02:03.364]➜  			"zh-CN/cms/DescribeAlertLogList.json",
2025-08-20T19:15:57.3051292Z [00:02:03.364]➜  			"zh-CN/cms/DescribeAlertingMetricRuleResources.json",
2025-08-20T19:15:57.3051578Z [00:02:03.364]➜  			"zh-CN/cms/DescribeContactGroupList.json",
2025-08-20T19:15:57.3051842Z [00:02:03.365]➜  			"zh-CN/cms/DescribeContactList.json",
2025-08-20T19:15:57.3052184Z [00:02:03.365]➜  			"zh-CN/cms/DescribeContactListByContactGroup.json",
2025-08-20T19:15:57.3052649Z [00:02:03.365]➜  			"zh-CN/cms/DescribeCustomEventAttribute.json",
2025-08-20T19:15:57.3052947Z [00:02:03.365]➜  			"zh-CN/cms/DescribeCustomEventCount.json",
2025-08-20T19:15:57.3053280Z [00:02:03.365]➜  			"zh-CN/cms/DescribeCustomEventHistogram.json",
2025-08-20T19:15:57.3053573Z [00:02:03.365]➜  			"zh-CN/cms/DescribeCustomMetricList.json",
2025-08-20T19:15:57.3053978Z [00:02:03.365]➜  			"zh-CN/cms/DescribeDynamicTagRuleList.json",
2025-08-20T19:15:57.3054294Z [00:02:03.365]➜  			"zh-CN/cms/DescribeEventRuleAttribute.json",
2025-08-20T19:15:57.3054569Z [00:02:03.365]➜  			"zh-CN/cms/DescribeEventRuleList.json",
2025-08-20T19:15:57.3054881Z [00:02:03.365]➜  			"zh-CN/cms/DescribeEventRuleTargetList.json",
2025-08-20T19:15:57.3055172Z [00:02:03.365]➜  			"zh-CN/cms/DescribeExporterOutputList.json",
2025-08-20T19:15:57.3055472Z [00:02:03.365]➜  			"zh-CN/cms/DescribeExporterRuleList.json",
2025-08-20T19:15:57.3055831Z [00:02:03.365]➜  			"zh-CN/cms/DescribeGroupMonitoringAgentProcess.json",
2025-08-20T19:15:57.3056239Z [00:02:03.365]➜  			"zh-CN/cms/DescribeHostAvailabilityList.json",
2025-08-20T19:15:57.3056543Z [00:02:03.365]➜  			"zh-CN/cms/DescribeHybridMonitorDataList.json",
2025-08-20T19:15:57.3056890Z [00:02:03.365]➜  			"zh-CN/cms/DescribeHybridMonitorNamespaceList.json",
2025-08-20T19:15:57.3057201Z [00:02:03.365]➜  			"zh-CN/cms/DescribeHybridMonitorSLSGroup.json",
2025-08-20T19:15:57.3057513Z [00:02:03.365]➜  			"zh-CN/cms/DescribeHybridMonitorTaskList.json",
2025-08-20T19:15:57.3057815Z [00:02:03.365]➜  			"zh-CN/cms/DescribeLogMonitorAttribute.json",
2025-08-20T19:15:57.3058089Z [00:02:03.365]➜  			"zh-CN/cms/DescribeLogMonitorList.json",
2025-08-20T19:15:57.3058340Z [00:02:03.365]➜  			"zh-CN/cms/DescribeMetricData.json",
2025-08-20T19:15:57.3058611Z [00:02:03.365]➜  			"zh-CN/cms/DescribeMetricLast.json",
2025-08-20T19:15:57.3058899Z [00:02:03.365]➜  			"zh-CN/cms/DescribeMetricList.json",
2025-08-20T19:15:57.3059178Z [00:02:03.365]➜  			"zh-CN/cms/DescribeMetricMetaList.json",
2025-08-20T19:15:57.3059522Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMetricRuleBlackList.json",
2025-08-20T19:15:57.3059834Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMetricRuleCount.json",
2025-08-20T19:15:57.3060100Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMetricRuleList.json",
2025-08-20T19:15:57.3060378Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMetricRuleTargets.json",
2025-08-20T19:15:57.3060849Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMetricRuleTemplateAttribute.json",
2025-08-20T19:15:57.3061195Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMetricRuleTemplateList.json",
2025-08-20T19:15:57.3061470Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMetricTop.json",
2025-08-20T19:15:57.3061812Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMonitorGroupCategories.json",
2025-08-20T19:15:57.3062169Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMonitorGroupDynamicRules.json",
2025-08-20T19:15:57.3062823Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMonitorGroupInstanceAttribute.json",
2025-08-20T19:15:57.3063184Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMonitorGroupInstances.json",
2025-08-20T19:15:57.3063573Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMonitorGroupNotifyPolicyList.json",
2025-08-20T19:15:57.3063887Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMonitorGroups.json",
2025-08-20T19:15:57.3064270Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMonitorResourceQuotaAttribute.json",
2025-08-20T19:15:57.3064654Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMonitoringAgentAccessKey.json",
2025-08-20T19:15:57.3064992Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMonitoringAgentConfig.json",
2025-08-20T19:15:57.3065330Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMonitoringAgentHosts.json",
2025-08-20T19:15:57.3065688Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMonitoringAgentProcesses.json",
2025-08-20T19:15:57.3066050Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMonitoringAgentStatuses.json",
2025-08-20T19:15:57.3066370Z [00:02:03.366]➜  			"zh-CN/cms/DescribeMonitoringConfig.json",
2025-08-20T19:15:57.3066754Z [00:02:03.366]➜  			"zh-CN/cms/DescribeProductResourceTagKeyList.json",
2025-08-20T19:15:57.3067141Z [00:02:03.366]➜  			"zh-CN/cms/DescribeProductsOfActiveMetricRule.json",
2025-08-20T19:15:57.3067446Z [00:02:03.366]➜  			"zh-CN/cms/DescribeProjectMeta.json",
2025-08-20T19:15:57.3067790Z [00:02:03.366]➜  			"zh-CN/cms/DescribeSiteInstantMonitorLog.json",
2025-08-20T19:15:57.3068223Z [00:02:03.366]➜  			"zh-CN/cms/DescribeSiteMonitorAttribute.json",
2025-08-20T19:15:57.3068546Z [00:02:03.366]➜  			"zh-CN/cms/DescribeSiteMonitorData.json",
2025-08-20T19:15:57.3068902Z [00:02:03.366]➜  			"zh-CN/cms/DescribeSiteMonitorISPCityList.json",
2025-08-20T19:15:57.3069202Z [00:02:03.366]➜  			"zh-CN/cms/DescribeSiteMonitorList.json",
2025-08-20T19:15:57.3069509Z [00:02:03.366]➜  			"zh-CN/cms/DescribeSiteMonitorLog.json",
2025-08-20T19:15:57.3069820Z [00:02:03.366]➜  			"zh-CN/cms/DescribeSiteMonitorQuota.json",
2025-08-20T19:15:57.3070174Z [00:02:03.366]➜  			"zh-CN/cms/DescribeSiteMonitorStatistics.json",
2025-08-20T19:15:57.3070504Z [00:02:03.366]➜  			"zh-CN/cms/DescribeSystemEventAttribute.json",
2025-08-20T19:15:57.3070923Z [00:02:03.366]➜  			"zh-CN/cms/DescribeSystemEventCount.json",
2025-08-20T19:15:57.3071252Z [00:02:03.366]➜  			"zh-CN/cms/DescribeSystemEventHistogram.json",
2025-08-20T19:15:57.3071589Z [00:02:03.366]➜  			"zh-CN/cms/DescribeSystemEventMetaList.json",
2025-08-20T19:15:57.3071880Z [00:02:03.366]➜  			"zh-CN/cms/DescribeTagKeyList.json",
2025-08-20T19:15:57.3072185Z [00:02:03.366]➜  			"zh-CN/cms/DescribeTagValueList.json",
2025-08-20T19:15:57.3072706Z [00:02:03.366]➜  			"zh-CN/cms/DescribeUnhealthyHostAvailability.json",
2025-08-20T19:15:57.3073022Z [00:02:03.366]➜  			"zh-CN/cms/DisableActiveMetricRule.json",
2025-08-20T19:15:57.3073296Z [00:02:03.366]➜  			"zh-CN/cms/DisableEventRules.json",
2025-08-20T19:15:57.3073609Z [00:02:03.366]➜  			"zh-CN/cms/DisableHostAvailability.json",
2025-08-20T19:15:57.3073890Z [00:02:03.366]➜  			"zh-CN/cms/DisableMetricRules.json",
2025-08-20T19:15:57.3074178Z [00:02:03.366]➜  			"zh-CN/cms/DisableSiteMonitors.json",
2025-08-20T19:15:57.3074482Z [00:02:03.366]➜  			"zh-CN/cms/EnableActiveMetricRule.json",
2025-08-20T19:15:57.3074763Z [00:02:03.366]➜  			"zh-CN/cms/EnableEventRules.json",
2025-08-20T19:15:57.3075058Z [00:02:03.366]➜  			"zh-CN/cms/EnableHostAvailability.json",
2025-08-20T19:15:57.3075378Z [00:02:03.366]➜  			"zh-CN/cms/EnableMetricRuleBlackList.json",
2025-08-20T19:15:57.3075829Z [00:02:03.366]➜  			"zh-CN/cms/EnableMetricRules.json",
2025-08-20T19:15:57.3076115Z [00:02:03.366]➜  			"zh-CN/cms/EnableSiteMonitors.json",
2025-08-20T19:15:57.3076404Z [00:02:03.366]➜  			"zh-CN/cms/InstallMonitoringAgent.json",
2025-08-20T19:15:57.3076782Z [00:02:03.366]➜  			"zh-CN/cms/ModifyGroupMonitoringAgentProcess.json",
2025-08-20T19:15:57.3077080Z [00:02:03.366]➜  			"zh-CN/cms/ModifyHostAvailability.json",
2025-08-20T19:15:57.3077350Z [00:02:03.366]➜  			"zh-CN/cms/ModifyHostInfo.json",
2025-08-20T19:15:57.3077785Z [00:02:03.366]➜  			"zh-CN/cms/ModifyHybridMonitorNamespace.json",
2025-08-20T19:15:57.3078118Z [00:02:03.366]➜  			"zh-CN/cms/ModifyHybridMonitorSLSGroup.json",
2025-08-20T19:15:57.3078440Z [00:02:03.366]➜  			"zh-CN/cms/ModifyHybridMonitorTask.json",
2025-08-20T19:15:57.3078754Z [00:02:03.366]➜  			"zh-CN/cms/ModifyMetricRuleBlackList.json",
2025-08-20T19:15:57.3079072Z [00:02:03.366]➜  			"zh-CN/cms/ModifyMetricRuleTemplate.json",
2025-08-20T19:15:57.3079356Z [00:02:03.366]➜  			"zh-CN/cms/ModifyMonitorGroup.json",
2025-08-20T19:15:57.3079694Z [00:02:03.366]➜  			"zh-CN/cms/ModifyMonitorGroupInstances.json",
2025-08-20T19:15:57.3079968Z [00:02:03.366]➜  			"zh-CN/cms/ModifySiteMonitor.json",
2025-08-20T19:15:57.3080236Z [00:02:03.366]➜  			"zh-CN/cms/OpenCmsService.json",
2025-08-20T19:15:57.3080491Z [00:02:03.366]➜  			"zh-CN/cms/PutContact.json",
2025-08-20T19:15:57.3080777Z [00:02:03.366]➜  			"zh-CN/cms/PutContactGroup.json",
2025-08-20T19:15:57.3081046Z [00:02:03.366]➜  			"zh-CN/cms/PutCustomEvent.json",
2025-08-20T19:15:57.3081331Z [00:02:03.366]➜  			"zh-CN/cms/PutCustomEventRule.json",
2025-08-20T19:15:57.3081602Z [00:02:03.366]➜  			"zh-CN/cms/PutCustomMetric.json",
2025-08-20T19:15:57.3081888Z [00:02:03.366]➜  			"zh-CN/cms/PutCustomMetricRule.json",
2025-08-20T19:15:57.3082142Z [00:02:03.366]➜  			"zh-CN/cms/PutEventRule.json",
2025-08-20T19:15:57.3082575Z [00:02:03.366]➜  			"zh-CN/cms/PutEventRuleTargets.json",
2025-08-20T19:15:57.3082948Z [00:02:03.366]➜  			"zh-CN/cms/PutExporterOutput.json",
2025-08-20T19:15:57.3083238Z [00:02:03.366]➜  			"zh-CN/cms/PutExporterRule.json",
2025-08-20T19:15:57.3083526Z [00:02:03.366]➜  			"zh-CN/cms/PutGroupMetricRule.json",
2025-08-20T19:15:57.3083855Z [00:02:03.366]➜  			"zh-CN/cms/PutHybridMonitorMetricData.json",
2025-08-20T19:15:57.3084118Z [00:02:03.366]➜  			"zh-CN/cms/PutLogMonitor.json",
2025-08-20T19:15:57.3084446Z [00:02:03.366]➜  			"zh-CN/cms/PutMetricRuleTargets.json",
2025-08-20T19:15:57.3084795Z [00:02:03.366]➜  			"zh-CN/cms/PutMonitorGroupDynamicRule.json",
2025-08-20T19:15:57.3085104Z [00:02:03.366]➜  			"zh-CN/cms/PutMonitoringConfig.json",
2025-08-20T19:15:57.3085546Z [00:02:03.366]➜  			"zh-CN/cms/PutResourceMetricRule.json",
2025-08-20T19:15:57.3085884Z [00:02:03.366]➜  			"zh-CN/cms/PutResourceMetricRules.json",
2025-08-20T19:15:57.3086149Z [00:02:03.366]➜  			"zh-CN/cms/RemoveTags.json",
2025-08-20T19:15:57.3086458Z [00:02:03.366]➜  			"zh-CN/cms/SendDryRunSystemEvent.json",
2025-08-20T19:15:57.3086793Z [00:02:03.366]➜  			"zh-CN/cms/UninstallMonitoringAgent.json",
2025-08-20T19:15:57.3087058Z [00:02:03.366]➜  			"zh-CN/cms/version.json",
2025-08-20T19:15:57.3087401Z [00:02:03.366]➜  			"zh-CN/computenest/ChangeResourceGroup.json",
2025-08-20T19:15:57.3087813Z [00:02:03.366]➜  			"zh-CN/computenest/ContinueDeployServiceInstance.json",
2025-08-20T19:15:57.3088171Z [00:02:03.366]➜  			"zh-CN/computenest/CreateServiceInstance.json",
2025-08-20T19:15:57.3088549Z [00:02:03.366]➜  			"zh-CN/computenest/DeleteServiceInstances.json",
2025-08-20T19:15:57.3088882Z [00:02:03.366]➜  			"zh-CN/computenest/GetServiceInstance.json",
2025-08-20T19:15:57.3089392Z [00:02:03.366]➜  			"zh-CN/computenest/GetServiceTemplateParameterConstraints.json",
2025-08-20T19:15:57.3089768Z [00:02:03.366]➜  			"zh-CN/computenest/ListServiceInstanceLogs.json",
2025-08-20T19:15:57.3090172Z [00:02:03.366]➜  			"zh-CN/computenest/ListServiceInstanceResources.json",
2025-08-20T19:15:57.3090520Z [00:02:03.366]➜  			"zh-CN/computenest/ListServiceInstances.json",
2025-08-20T19:15:57.3090936Z [00:02:03.366]➜  			"zh-CN/computenest/version.json",
2025-08-20T19:15:57.3091378Z [00:02:03.366]➜  			"zh-CN/computenestsupplier/AddServiceSharedAccounts.json",
2025-08-20T19:15:57.3091865Z [00:02:03.366]➜  			"zh-CN/computenestsupplier/ContinueDeployServiceInstance.json",
2025-08-20T19:15:57.3092228Z [00:02:03.366]➜  			"zh-CN/computenestsupplier/CreateArtifact.json",
2025-08-20T19:15:57.3092765Z [00:02:03.366]➜  			"zh-CN/computenestsupplier/CreateService.json",
2025-08-20T19:15:57.3093292Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/CreateServiceInstance.json",
2025-08-20T19:15:57.3093674Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/DeleteArtifact.json",
2025-08-20T19:15:57.3094034Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/DeleteService.json",
2025-08-20T19:15:57.3094447Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/DeleteServiceInstances.json",
2025-08-20T19:15:57.3094855Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/DeployServiceInstance.json",
2025-08-20T19:15:57.3095224Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/GetArtifact.json",
2025-08-20T19:15:57.3095741Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/GetArtifactRepositoryCredentials.json",
2025-08-20T19:15:57.3096075Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/GetService.json",
2025-08-20T19:15:57.3096498Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/GetServiceEstimateCost.json",
2025-08-20T19:15:57.3096876Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/GetServiceInstance.json",
2025-08-20T19:15:57.3097449Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/GetServiceTemplateParameterConstraints.json",
2025-08-20T19:15:57.3097869Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/GetUploadCredentials.json",
2025-08-20T19:15:57.3098306Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/ListAcrImageRepositories.json",
2025-08-20T19:15:57.3098685Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/ListAcrImageTags.json",
2025-08-20T19:15:57.3099203Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/ListArtifactVersions.json",
2025-08-20T19:15:57.3099582Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/ListArtifacts.json",
2025-08-20T19:15:57.3099991Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/ListServiceInstances.json",
2025-08-20T19:15:57.3100381Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/ListServiceUsages.json",
2025-08-20T19:15:57.3100730Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/ListServices.json",
2025-08-20T19:15:57.3101220Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/ModifyServiceInstanceResources.json",
2025-08-20T19:15:57.3101667Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/PushMeteringData.json",
2025-08-20T19:15:57.3102257Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/RegisterService.json",
2025-08-20T19:15:57.3102800Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/ReleaseArtifact.json",
2025-08-20T19:15:57.3103177Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/UpdateArtifact.json",
2025-08-20T19:15:57.3103542Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/UpdateService.json",
2025-08-20T19:15:57.3104043Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/UpdateServiceInstanceAttribute.json",
2025-08-20T19:15:57.3104470Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/UpgradeServiceInstance.json",
2025-08-20T19:15:57.3104797Z [00:02:03.367]➜  			"zh-CN/computenestsupplier/version.json",
2025-08-20T19:15:57.3105111Z [00:02:03.367]➜  			"zh-CN/config/ActiveConfigRules.json",
2025-08-20T19:15:57.3105409Z [00:02:03.367]➜  			"zh-CN/config/DeleteConfigRules.json",
2025-08-20T19:15:57.3105729Z [00:02:03.367]➜  			"zh-CN/config/DescribeCompliance.json",
2025-08-20T19:15:57.3106074Z [00:02:03.367]➜  			"zh-CN/config/DescribeComplianceSummary.json",
2025-08-20T19:15:57.3106398Z [00:02:03.367]➜  			"zh-CN/config/DescribeConfigRule.json",
2025-08-20T19:15:57.3106774Z [00:02:03.367]➜  			"zh-CN/config/DescribeConfigurationRecorder.json",
2025-08-20T19:15:57.3107119Z [00:02:03.367]➜  			"zh-CN/config/DescribeDeliveryChannels.json",
2025-08-20T19:15:57.3107490Z [00:02:03.367]➜  			"zh-CN/config/DescribeDiscoveredResource.json",
2025-08-20T19:15:57.3107973Z [00:02:03.367]➜  			"zh-CN/config/DescribeEvaluationResults.json",
2025-08-20T19:15:57.3108358Z [00:02:03.367]➜  			"zh-CN/config/GetAggregateDiscoveredResource.json",
2025-08-20T19:15:57.3108736Z [00:02:03.367]➜  			"zh-CN/config/GetDiscoveredResourceCounts.json",
2025-08-20T19:15:57.3109103Z [00:02:03.367]➜  			"zh-CN/config/GetDiscoveredResourceSummary.json",
2025-08-20T19:15:57.3109587Z [00:02:03.367]➜  			"zh-CN/config/GetResourceComplianceTimeline.json",
2025-08-20T19:15:57.3110034Z [00:02:03.367]➜  			"zh-CN/config/GetResourceConfigurationTimeline.json",
2025-08-20T19:15:57.3110407Z [00:02:03.367]➜  			"zh-CN/config/GetSupportedResourceTypes.json",
2025-08-20T19:15:57.3110806Z [00:02:03.367]➜  			"zh-CN/config/ListAggregateDiscoveredResources.json",
2025-08-20T19:15:57.3111112Z [00:02:03.367]➜  			"zh-CN/config/ListConfigRules.json",
2025-08-20T19:15:57.3111451Z [00:02:03.367]➜  			"zh-CN/config/ListDiscoveredResources.json",
2025-08-20T19:15:57.3111809Z [00:02:03.367]➜  			"zh-CN/config/ListRemediationTemplates.json",
2025-08-20T19:15:57.3112089Z [00:02:03.367]➜  			"zh-CN/config/PutConfigRule.json",
2025-08-20T19:15:57.3112597Z [00:02:03.367]➜  			"zh-CN/config/PutConfigurationRecorder.json",
2025-08-20T19:15:57.3112927Z [00:02:03.367]➜  			"zh-CN/config/PutDeliveryChannel.json",
2025-08-20T19:15:57.3113231Z [00:02:03.367]➜  			"zh-CN/config/PutEvaluations.json",
2025-08-20T19:15:57.3113580Z [00:02:03.367]➜  			"zh-CN/config/StartConfigRuleEvaluation.json",
2025-08-20T19:15:57.3113944Z [00:02:03.367]➜  			"zh-CN/config/StartConfigurationRecorder.json",
2025-08-20T19:15:57.3114254Z [00:02:03.367]➜  			"zh-CN/config/StopConfigRules.json",
2025-08-20T19:15:57.3114517Z [00:02:03.367]➜  			"zh-CN/config/version.json",
2025-08-20T19:15:57.3114821Z [00:02:03.367]➜  			"zh-CN/cr/CancelArtifactBuildTask.json",
2025-08-20T19:15:57.3115144Z [00:02:03.367]➜  			"zh-CN/cr/CancelRepoBuildRecord.json",
2025-08-20T19:15:57.3115574Z [00:02:03.367]➜  			"zh-CN/cr/ChangeResourceGroup.json",
2025-08-20T19:15:57.3115946Z [00:02:03.367]➜  			"zh-CN/cr/CreateArtifactBuildRule.json",
2025-08-20T19:15:57.3116280Z [00:02:03.367]➜  			"zh-CN/cr/CreateBuildRecordByRecord.json",
2025-08-20T19:15:57.3116594Z [00:02:03.367]➜  			"zh-CN/cr/CreateBuildRecordByRule.json",
2025-08-20T19:15:57.3116852Z [00:02:03.367]➜  			"zh-CN/cr/CreateChain.json",
2025-08-20T19:15:57.3117156Z [00:02:03.367]➜  			"zh-CN/cr/CreateChartNamespace.json",
2025-08-20T19:15:57.3117470Z [00:02:03.367]➜  			"zh-CN/cr/CreateChartRepository.json",
2025-08-20T19:15:57.3117834Z [00:02:03.367]➜  			"zh-CN/cr/CreateInstanceEndpointAclPolicy.json",
2025-08-20T19:15:57.3118374Z [00:02:03.367]➜  			"zh-CN/cr/CreateInstanceVpcEndpointLinkedVpc.json",
2025-08-20T19:15:57.3118673Z [00:02:03.367]➜  			"zh-CN/cr/CreateNamespace.json",
2025-08-20T19:15:57.3118977Z [00:02:03.367]➜  			"zh-CN/cr/CreateRepoBuildRule.json",
2025-08-20T19:15:57.3119291Z [00:02:03.367]➜  			"zh-CN/cr/CreateRepoSourceCodeRepo.json",
2025-08-20T19:15:57.3119615Z [00:02:03.367]➜  			"zh-CN/cr/CreateRepoSyncRule.json",
2025-08-20T19:15:57.3119911Z [00:02:03.367]➜  			"zh-CN/cr/CreateRepoSyncTask.json",
2025-08-20T19:15:57.3120242Z [00:02:03.367]➜  			"zh-CN/cr/CreateRepoSyncTaskByRule.json",
2025-08-20T19:15:57.3120511Z [00:02:03.367]➜  			"zh-CN/cr/CreateRepoTag.json",
2025-08-20T19:15:57.3120828Z [00:02:03.367]➜  			"zh-CN/cr/CreateRepoTagScanTask.json",
2025-08-20T19:15:57.3121121Z [00:02:03.367]➜  			"zh-CN/cr/CreateRepoTrigger.json",
2025-08-20T19:15:57.3121401Z [00:02:03.367]➜  			"zh-CN/cr/CreateRepository.json",
2025-08-20T19:15:57.3121638Z [00:02:03.367]➜  			"zh-CN/cr/DeleteChain.json",
2025-08-20T19:15:57.3121973Z [00:02:03.367]➜  			"zh-CN/cr/DeleteChartNamespace.json",
2025-08-20T19:15:57.3122301Z [00:02:03.367]➜  			"zh-CN/cr/DeleteChartRelease.json",
2025-08-20T19:15:57.3122938Z [00:02:03.367]➜  			"zh-CN/cr/DeleteChartRepository.json",
2025-08-20T19:15:57.3123307Z [00:02:03.367]➜  			"zh-CN/cr/DeleteEventCenterRule.json",
2025-08-20T19:15:57.3124026Z [00:02:03.367]➜  			"zh-CN/cr/DeleteInstanceEndpointAclPolicy.json",
2025-08-20T19:15:57.3124472Z [00:02:03.367]➜  			"zh-CN/cr/DeleteInstanceVpcEndpointLinkedVpc.json",
2025-08-20T19:15:57.3124785Z [00:02:03.367]➜  			"zh-CN/cr/DeleteNamespace.json",
2025-08-20T19:15:57.3125083Z [00:02:03.367]➜  			"zh-CN/cr/DeleteRepoBuildRule.json",
2025-08-20T19:15:57.3125378Z [00:02:03.367]➜  			"zh-CN/cr/DeleteRepoSyncRule.json",
2025-08-20T19:15:57.3125642Z [00:02:03.367]➜  			"zh-CN/cr/DeleteRepoTag.json",
2025-08-20T19:15:57.3126051Z [00:02:03.367]➜  			"zh-CN/cr/DeleteRepoTrigger.json",
2025-08-20T19:15:57.3126348Z [00:02:03.367]➜  			"zh-CN/cr/DeleteRepository.json",
2025-08-20T19:15:57.3126664Z [00:02:03.367]➜  			"zh-CN/cr/GetArtifactBuildRule.json",
2025-08-20T19:15:57.3126961Z [00:02:03.367]➜  			"zh-CN/cr/GetArtifactBuildTask.json",
2025-08-20T19:15:57.3127265Z [00:02:03.367]➜  			"zh-CN/cr/GetAuthorizationToken.json",
2025-08-20T19:15:57.3127516Z [00:02:03.367]➜  			"zh-CN/cr/GetChain.json",
2025-08-20T19:15:57.3127935Z [00:02:03.367]➜  			"zh-CN/cr/GetChartNamespace.json",
2025-08-20T19:15:57.3128250Z [00:02:03.367]➜  			"zh-CN/cr/GetChartRepository.json",
2025-08-20T19:15:57.3128521Z [00:02:03.367]➜  			"zh-CN/cr/GetInstance.json",
2025-08-20T19:15:57.3128807Z [00:02:03.367]➜  			"zh-CN/cr/GetInstanceCount.json",
2025-08-20T19:15:57.3129122Z [00:02:03.367]➜  			"zh-CN/cr/GetInstanceEndpoint.json",
2025-08-20T19:15:57.3129393Z [00:02:03.367]➜  			"zh-CN/cr/GetInstanceUsage.json",
2025-08-20T19:15:57.3129726Z [00:02:03.367]➜  			"zh-CN/cr/GetInstanceVpcEndpoint.json",
2025-08-20T19:15:57.3129988Z [00:02:03.367]➜  			"zh-CN/cr/GetNamespace.json",
2025-08-20T19:15:57.3130278Z [00:02:03.367]➜  			"zh-CN/cr/GetRepoBuildRecord.json",
2025-08-20T19:15:57.3130608Z [00:02:03.367]➜  			"zh-CN/cr/GetRepoBuildRecordStatus.json",
2025-08-20T19:15:57.3130909Z [00:02:03.367]➜  			"zh-CN/cr/GetRepoSourceCodeRepo.json",
2025-08-20T19:15:57.3131198Z [00:02:03.367]➜  			"zh-CN/cr/GetRepoSyncTask.json",
2025-08-20T19:15:57.3131457Z [00:02:03.367]➜  			"zh-CN/cr/GetRepoTag.json",
2025-08-20T19:15:57.3131732Z [00:02:03.367]➜  			"zh-CN/cr/GetRepoTagLayers.json",
2025-08-20T19:15:57.3132028Z [00:02:03.367]➜  			"zh-CN/cr/GetRepoTagManifest.json",
2025-08-20T19:15:57.3132319Z [00:02:03.367]➜  			"zh-CN/cr/GetRepoTagScanStatus.json",
2025-08-20T19:15:57.3132806Z [00:02:03.367]➜  			"zh-CN/cr/GetRepoTagScanSummary.json",
2025-08-20T19:15:57.3133093Z [00:02:03.367]➜  			"zh-CN/cr/GetRepository.json",
2025-08-20T19:15:57.3133423Z [00:02:03.367]➜  			"zh-CN/cr/ListArtifactBuildTaskLog.json",
2025-08-20T19:15:57.3133684Z [00:02:03.367]➜  			"zh-CN/cr/ListChain.json",
2025-08-20T19:15:57.3134108Z [00:02:03.367]➜  			"zh-CN/cr/ListChainInstance.json",
2025-08-20T19:15:57.3134405Z [00:02:03.367]➜  			"zh-CN/cr/ListChartNamespace.json",
2025-08-20T19:15:57.3134687Z [00:02:03.367]➜  			"zh-CN/cr/ListChartRelease.json",
2025-08-20T19:15:57.3134980Z [00:02:03.367]➜  			"zh-CN/cr/ListChartRepository.json",
2025-08-20T19:15:57.3135304Z [00:02:03.367]➜  			"zh-CN/cr/ListEventCenterRecord.json",
2025-08-20T19:15:57.3135632Z [00:02:03.367]➜  			"zh-CN/cr/ListEventCenterRuleName.json",
2025-08-20T19:15:57.3135897Z [00:02:03.367]➜  			"zh-CN/cr/ListInstance.json",
2025-08-20T19:15:57.3136205Z [00:02:03.367]➜  			"zh-CN/cr/ListInstanceEndpoint.json",
2025-08-20T19:15:57.3136494Z [00:02:03.367]➜  			"zh-CN/cr/ListInstanceRegion.json",
2025-08-20T19:15:57.3136747Z [00:02:03.367]➜  			"zh-CN/cr/ListNamespace.json",
2025-08-20T19:15:57.3137048Z [00:02:03.367]➜  			"zh-CN/cr/ListRepoBuildRecord.json",
2025-08-20T19:15:57.3137365Z [00:02:03.367]➜  			"zh-CN/cr/ListRepoBuildRecordLog.json",
2025-08-20T19:15:57.3137665Z [00:02:03.367]➜  			"zh-CN/cr/ListRepoBuildRule.json",
2025-08-20T19:15:57.3138005Z [00:02:03.367]➜  			"zh-CN/cr/ListRepoSyncRule.json",
2025-08-20T19:15:57.3138281Z [00:02:03.367]➜  			"zh-CN/cr/ListRepoSyncTask.json",
2025-08-20T19:15:57.3138552Z [00:02:03.367]➜  			"zh-CN/cr/ListRepoTag.json",
2025-08-20T19:15:57.3138871Z [00:02:03.367]➜  			"zh-CN/cr/ListRepoTagScanResult.json",
2025-08-20T19:15:57.3139269Z [00:02:03.367]➜  			"zh-CN/cr/ListRepoTrigger.json",
2025-08-20T19:15:57.3139548Z [00:02:03.367]➜  			"zh-CN/cr/ListRepository.json",
2025-08-20T19:15:57.3139835Z [00:02:03.367]➜  			"zh-CN/cr/ListTagResources.json",
2025-08-20T19:15:57.3140131Z [00:02:03.367]➜  			"zh-CN/cr/ResetLoginPassword.json",
2025-08-20T19:15:57.3140405Z [00:02:03.367]➜  			"zh-CN/cr/TagResources.json",
2025-08-20T19:15:57.3140788Z [00:02:03.367]➜  			"zh-CN/cr/UntagResources.json",
2025-08-20T19:15:57.3141076Z [00:02:03.367]➜  			"zh-CN/cr/UpdateChain.json",
2025-08-20T19:15:57.3141393Z [00:02:03.367]➜  			"zh-CN/cr/UpdateChartNamespace.json",
2025-08-20T19:15:57.3141701Z [00:02:03.367]➜  			"zh-CN/cr/UpdateChartRepository.json",
2025-08-20T19:15:57.3142014Z [00:02:03.367]➜  			"zh-CN/cr/UpdateEventCenterRule.json",
2025-08-20T19:15:57.3142367Z [00:02:03.367]➜  			"zh-CN/cr/UpdateInstanceEndpointStatus.json",
2025-08-20T19:15:57.3143076Z [00:02:03.367]➜  			"zh-CN/cr/UpdateNamespace.json",
2025-08-20T19:15:57.3143408Z [00:02:03.367]➜  			"zh-CN/cr/UpdateRepoBuildRule.json",
2025-08-20T19:15:57.3143748Z [00:02:03.367]➜  			"zh-CN/cr/UpdateRepoSourceCodeRepo.json",
2025-08-20T19:15:57.3144029Z [00:02:03.367]➜  			"zh-CN/cr/UpdateRepoTrigger.json",
2025-08-20T19:15:57.3144390Z [00:02:03.367]➜  			"zh-CN/cr/UpdateRepository.json",
2025-08-20T19:15:57.3144628Z [00:02:03.367]➜  			"zh-CN/cr/version.json",
2025-08-20T19:15:57.3144956Z [00:02:03.367]➜  			"zh-CN/cs/AttachInstances.json",
2025-08-20T19:15:57.3145298Z [00:02:03.367]➜  			"zh-CN/cs/AttachInstancesToNodePool.json",
2025-08-20T19:15:57.3145623Z [00:02:03.367]➜  			"zh-CN/cs/CancelClusterUpgrade.json",
2025-08-20T19:15:57.3145937Z [00:02:03.367]➜  			"zh-CN/cs/CancelComponentUpgrade.json",
2025-08-20T19:15:57.3146215Z [00:02:03.367]➜  			"zh-CN/cs/CancelOperationPlan.json",
2025-08-20T19:15:57.3146470Z [00:02:03.367]➜  			"zh-CN/cs/CancelTask.json",
2025-08-20T19:15:57.3146760Z [00:02:03.367]➜  			"zh-CN/cs/CancelWorkflow.json",
2025-08-20T19:15:57.3147104Z [00:02:03.367]➜  			"zh-CN/cs/CheckControlPlaneLogEnable.json",
2025-08-20T19:15:57.3147420Z [00:02:03.367]➜  			"zh-CN/cs/CreateAutoscalingConfig.json",
2025-08-20T19:15:57.3147685Z [00:02:03.367]➜  			"zh-CN/cs/CreateCluster.json",
2025-08-20T19:15:57.3148001Z [00:02:03.367]➜  			"zh-CN/cs/CreateClusterNodePool.json",
2025-08-20T19:15:57.3148319Z [00:02:03.367]➜  			"zh-CN/cs/CreateKubernetesTrigger.json",
2025-08-20T19:15:57.3148603Z [00:02:03.367]➜  			"zh-CN/cs/CreateTemplate.json",
2025-08-20T19:15:57.3148867Z [00:02:03.367]➜  			"zh-CN/cs/CreateTrigger.json",
2025-08-20T19:15:57.3149173Z [00:02:03.367]➜  			"zh-CN/cs/DeleteAlertContact.json",
2025-08-20T19:15:57.3149619Z [00:02:03.367]➜  			"zh-CN/cs/DeleteAlertContactGroup.json",
2025-08-20T19:15:57.3149870Z [00:02:03.367]➜  			"zh-CN/cs/DeleteCluster.json",
2025-08-20T19:15:57.3150172Z [00:02:03.367]➜  			"zh-CN/cs/DeleteClusterNodepool.json",
2025-08-20T19:15:57.3150483Z [00:02:03.367]➜  			"zh-CN/cs/DeleteClusterNodes.json",
2025-08-20T19:15:57.3150780Z [00:02:03.367]➜  			"zh-CN/cs/DeleteKubernetesTrigger.json",
2025-08-20T19:15:57.3151084Z [00:02:03.367]➜  			"zh-CN/cs/DeletePolicyInstance.json",
2025-08-20T19:15:57.3151406Z [00:02:03.367]➜  			"zh-CN/cs/DeleteTemplate.json",
2025-08-20T19:15:57.3151698Z [00:02:03.367]➜  			"zh-CN/cs/DeleteTrigger.json",
2025-08-20T19:15:57.3151979Z [00:02:03.367]➜  			"zh-CN/cs/DeployPolicyInstance.json",
2025-08-20T19:15:57.3152275Z [00:02:03.367]➜  			"zh-CN/cs/DescirbeWorkflow.json",
2025-08-20T19:15:57.3152722Z [00:02:03.367]➜  			"zh-CN/cs/DescribeAddon.json",
2025-08-20T19:15:57.3152979Z [00:02:03.367]➜  			"zh-CN/cs/DescribeAddons.json",
2025-08-20T19:15:57.3153348Z [00:02:03.367]➜  			"zh-CN/cs/DescribeClusterAddonInstance.json",
2025-08-20T19:15:57.3153686Z [00:02:03.367]➜  			"zh-CN/cs/DescribeClusterAddonMetadata.json",
2025-08-20T19:15:57.3154088Z [00:02:03.367]➜  			"zh-CN/cs/DescribeClusterAddonUpgradeStatus.json",
2025-08-20T19:15:57.3154507Z [00:02:03.367]➜  			"zh-CN/cs/DescribeClusterAddonsUpgradeStatus.json",
2025-08-20T19:15:57.3155014Z [00:02:03.367]➜  			"zh-CN/cs/DescribeClusterAddonsVersion.json",
2025-08-20T19:15:57.3155333Z [00:02:03.367]➜  			"zh-CN/cs/DescribeClusterAttachScripts.json",
2025-08-20T19:15:57.3155641Z [00:02:03.367]➜  			"zh-CN/cs/DescribeClusterDetail.json",
2025-08-20T19:15:57.3155934Z [00:02:03.367]➜  			"zh-CN/cs/DescribeClusterEvents.json",
2025-08-20T19:15:57.3156225Z [00:02:03.367]➜  			"zh-CN/cs/DescribeClusterLogs.json",
2025-08-20T19:15:57.3156662Z [00:02:03.368]➜  			"zh-CN/cs/DescribeClusterNodePoolDetail.json",
2025-08-20T19:15:57.3156980Z [00:02:03.368]➜  			"zh-CN/cs/DescribeClusterNodePools.json",
2025-08-20T19:15:57.3157291Z [00:02:03.368]➜  			"zh-CN/cs/DescribeClusterNodes.json",
2025-08-20T19:15:57.3157618Z [00:02:03.368]➜  			"zh-CN/cs/DescribeClusterResources.json",
2025-08-20T19:15:57.3157908Z [00:02:03.368]➜  			"zh-CN/cs/DescribeClusterTasks.json",
2025-08-20T19:15:57.3158370Z [00:02:03.368]➜  			"zh-CN/cs/DescribeClusterUserKubeconfig.json",
2025-08-20T19:15:57.3158756Z [00:02:03.368]➜  			"zh-CN/cs/DescribeClusterV2UserKubeconfig.json",
2025-08-20T19:15:57.3159054Z [00:02:03.368]➜  			"zh-CN/cs/DescribeClusterVuls.json",
2025-08-20T19:15:57.3159329Z [00:02:03.368]➜  			"zh-CN/cs/DescribeClusters.json",
2025-08-20T19:15:57.3159617Z [00:02:03.368]➜  			"zh-CN/cs/DescribeClustersV1.json",
2025-08-20T19:15:57.3159877Z [00:02:03.371]➜  			"zh-CN/cs/DescribeEvents.json",
2025-08-20T19:15:57.3160172Z [00:02:03.371]➜  			"zh-CN/cs/DescribeExternalAgent.json",
2025-08-20T19:15:57.3160549Z [00:02:03.371]➜  			"zh-CN/cs/DescribeKubernetesVersionMetadata.json",
2025-08-20T19:15:57.3160859Z [00:02:03.371]➜  			"zh-CN/cs/DescribeNodePoolVuls.json",
2025-08-20T19:15:57.3161132Z [00:02:03.371]➜  			"zh-CN/cs/DescribePolicies.json",
2025-08-20T19:15:57.3161439Z [00:02:03.371]➜  			"zh-CN/cs/DescribePolicyDetails.json",
2025-08-20T19:15:57.3161805Z [00:02:03.371]➜  			"zh-CN/cs/DescribePolicyGovernanceInCluster.json",
2025-08-20T19:15:57.3162117Z [00:02:03.371]➜  			"zh-CN/cs/DescribePolicyInstances.json",
2025-08-20T19:15:57.3162639Z [00:02:03.371]➜  			"zh-CN/cs/DescribePolicyInstancesStatus.json",
2025-08-20T19:15:57.3163087Z [00:02:03.371]➜  			"zh-CN/cs/DescribeSubaccountK8sClusterUserConfig.json",
2025-08-20T19:15:57.3163347Z [00:02:03.371]➜  			"zh-CN/cs/DescribeTaskInfo.json",
2025-08-20T19:15:57.3163681Z [00:02:03.371]➜  			"zh-CN/cs/DescribeTemplateAttribute.json",
2025-08-20T19:15:57.3163954Z [00:02:03.371]➜  			"zh-CN/cs/DescribeTemplates.json",
2025-08-20T19:15:57.3164232Z [00:02:03.371]➜  			"zh-CN/cs/DescribeTrigger.json",
2025-08-20T19:15:57.3164736Z [00:02:03.371]➜  			"zh-CN/cs/DescribeUserClusterNamespaces.json",
2025-08-20T19:15:57.3165042Z [00:02:03.371]➜  			"zh-CN/cs/DescribeUserPermission.json",
2025-08-20T19:15:57.3165319Z [00:02:03.371]➜  			"zh-CN/cs/DescribeUserQuota.json",
2025-08-20T19:15:57.3165594Z [00:02:03.371]➜  			"zh-CN/cs/DescribeWorkflows.json",
2025-08-20T19:15:57.3165864Z [00:02:03.371]➜  			"zh-CN/cs/FixNodePoolVuls.json",
2025-08-20T19:15:57.3166298Z [00:02:03.371]➜  			"zh-CN/cs/GetClusterAddonInstance.json",
2025-08-20T19:15:57.3166575Z [00:02:03.371]➜  			"zh-CN/cs/GetClusterCheck.json",
2025-08-20T19:15:57.3166868Z [00:02:03.371]➜  			"zh-CN/cs/GetKubernetesTrigger.json",
2025-08-20T19:15:57.3167141Z [00:02:03.371]➜  			"zh-CN/cs/GetUpgradeStatus.json",
2025-08-20T19:15:57.3167432Z [00:02:03.371]➜  			"zh-CN/cs/GrantPermissions.json",
2025-08-20T19:15:57.3167765Z [00:02:03.371]➜  			"zh-CN/cs/InstallClusterAddons.json",
2025-08-20T19:15:57.3168026Z [00:02:03.371]➜  			"zh-CN/cs/ListAddons.json",
2025-08-20T19:15:57.3168411Z [00:02:03.371]➜  			"zh-CN/cs/ListClusterAddonInstances.json",
2025-08-20T19:15:57.3168664Z [00:02:03.371]➜  			"zh-CN/cs/ListClusterChecks.json",
2025-08-20T19:15:57.3168962Z [00:02:03.371]➜  			"zh-CN/cs/ListOperationPlans.json",
2025-08-20T19:15:57.3169229Z [00:02:03.371]➜  			"zh-CN/cs/ListTagResources.json",
2025-08-20T19:15:57.3169499Z [00:02:03.371]➜  			"zh-CN/cs/MigrateCluster.json",
2025-08-20T19:15:57.3169776Z [00:02:03.371]➜  			"zh-CN/cs/ModifyCluster.json",
2025-08-20T19:15:57.3170075Z [00:02:03.371]➜  			"zh-CN/cs/ModifyClusterAddon.json",
2025-08-20T19:15:57.3170390Z [00:02:03.371]➜  			"zh-CN/cs/ModifyClusterNodePool.json",
2025-08-20T19:15:57.3170683Z [00:02:03.371]➜  			"zh-CN/cs/ModifyClusterTags.json",
2025-08-20T19:15:57.3170998Z [00:02:03.371]➜  			"zh-CN/cs/ModifyNodePoolNodeConfig.json",
2025-08-20T19:15:57.3171375Z [00:02:03.371]➜  			"zh-CN/cs/ModifyPolicyInstance.json",
2025-08-20T19:15:57.3171647Z [00:02:03.371]➜  			"zh-CN/cs/OpenAckService.json",
2025-08-20T19:15:57.3171965Z [00:02:03.371]➜  			"zh-CN/cs/PauseClusterUpgrade.json",
2025-08-20T19:15:57.3172287Z [00:02:03.371]➜  			"zh-CN/cs/PauseComponentUpgrade.json",
2025-08-20T19:15:57.3172720Z [00:02:03.371]➜  			"zh-CN/cs/PauseTask.json",
2025-08-20T19:15:57.3173018Z [00:02:03.371]➜  			"zh-CN/cs/RemoveNodePoolNodes.json",
2025-08-20T19:15:57.3173391Z [00:02:03.372]➜  			"zh-CN/cs/RemoveWorkflow.json",
2025-08-20T19:15:57.3173728Z [00:02:03.372]➜  			"zh-CN/cs/RepairClusterNodePool.json",
2025-08-20T19:15:57.3174040Z [00:02:03.372]➜  			"zh-CN/cs/ResumeComponentUpgrade.json",
2025-08-20T19:15:57.3174285Z [00:02:03.374]➜  			"zh-CN/cs/ResumeTask.json",
2025-08-20T19:15:57.3174584Z [00:02:03.374]➜  			"zh-CN/cs/ResumeUpgradeCluster.json",
2025-08-20T19:15:57.3174865Z [00:02:03.374]➜  			"zh-CN/cs/RunClusterCheck.json",
2025-08-20T19:15:57.3175167Z [00:02:03.374]➜  			"zh-CN/cs/ScaleClusterNodePool.json",
2025-08-20T19:15:57.3175422Z [00:02:03.374]➜  			"zh-CN/cs/ScanClusterVuls.json",
2025-08-20T19:15:57.3175667Z [00:02:03.374]➜  			"zh-CN/cs/StartAlert.json",
2025-08-20T19:15:57.3175931Z [00:02:03.374]➜  			"zh-CN/cs/StartWorkflow.json",
2025-08-20T19:15:57.3176179Z [00:02:03.374]➜  			"zh-CN/cs/StopAlert.json",
2025-08-20T19:15:57.3176469Z [00:02:03.374]➜  			"zh-CN/cs/SyncClusterNodePool.json",
2025-08-20T19:15:57.3176730Z [00:02:03.374]➜  			"zh-CN/cs/TagResources.json",
2025-08-20T19:15:57.3177038Z [00:02:03.374]➜  			"zh-CN/cs/UnInstallClusterAddons.json",
2025-08-20T19:15:57.3177312Z [00:02:03.374]➜  			"zh-CN/cs/UntagResources.json",
2025-08-20T19:15:57.3177632Z [00:02:03.374]➜  			"zh-CN/cs/UpdateContactGroupForAlert.json",
2025-08-20T19:15:57.3177920Z [00:02:03.374]➜  			"zh-CN/cs/UpdateControlPlaneLog.json",
2025-08-20T19:15:57.3178292Z [00:02:03.374]➜  			"zh-CN/cs/UpdateK8sClusterUserConfigExpire.json",
2025-08-20T19:15:57.3178551Z [00:02:03.374]➜  			"zh-CN/cs/UpdateTemplate.json",
2025-08-20T19:15:57.3178824Z [00:02:03.374]➜  			"zh-CN/cs/UpgradeCluster.json",
2025-08-20T19:15:57.3179113Z [00:02:03.374]➜  			"zh-CN/cs/UpgradeClusterAddons.json",
2025-08-20T19:15:57.3179544Z [00:02:03.374]➜  			"zh-CN/cs/UpgradeClusterNodepool.json",
2025-08-20T19:15:57.3179780Z [00:02:03.374]➜  			"zh-CN/cs/version.json",
2025-08-20T19:15:57.3180071Z [00:02:03.374]➜  			"zh-CN/dcdn/AddDcdnDomain.json",
2025-08-20T19:15:57.3180375Z [00:02:03.374]➜  			"zh-CN/dcdn/AddDcdnIpaDomain.json",
2025-08-20T19:15:57.3180815Z [00:02:03.374]➜  			"zh-CN/dcdn/BatchAddDcdnDomain.json",
2025-08-20T19:15:57.3181137Z [00:02:03.374]➜  			"zh-CN/dcdn/BatchCreateDcdnWafRules.json",
2025-08-20T19:15:57.3181482Z [00:02:03.374]➜  			"zh-CN/dcdn/BatchDeleteDcdnDomainConfigs.json",
2025-08-20T19:15:57.3181793Z [00:02:03.374]➜  			"zh-CN/dcdn/BatchDeleteDcdnWafRules.json",
2025-08-20T19:15:57.3182115Z [00:02:03.374]➜  			"zh-CN/dcdn/BatchModifyDcdnWafRules.json",
2025-08-20T19:15:57.3182581Z [00:02:03.374]➜  			"zh-CN/dcdn/BatchPutDcdnKv.json",
2025-08-20T19:15:57.3182960Z [00:02:03.374]➜  			"zh-CN/dcdn/BatchSetDcdnDomainCertificate.json",
2025-08-20T19:15:57.3183314Z [00:02:03.374]➜  			"zh-CN/dcdn/BatchSetDcdnDomainConfigs.json",
2025-08-20T19:15:57.3183666Z [00:02:03.374]➜  			"zh-CN/dcdn/BatchSetDcdnIpaDomainConfigs.json",
2025-08-20T19:15:57.3184019Z [00:02:03.374]➜  			"zh-CN/dcdn/BatchSetDcdnWafDomainConfigs.json",
2025-08-20T19:15:57.3184312Z [00:02:03.374]➜  			"zh-CN/dcdn/BatchStartDcdnDomain.json",
2025-08-20T19:15:57.3184626Z [00:02:03.374]➜  			"zh-CN/dcdn/BatchStopDcdnDomain.json",
2025-08-20T19:15:57.3184933Z [00:02:03.374]➜  			"zh-CN/dcdn/CheckDcdnProjectExist.json",
2025-08-20T19:15:57.3185249Z [00:02:03.374]➜  			"zh-CN/dcdn/CommitStagingRoutineCode.json",
2025-08-20T19:15:57.3185631Z [00:02:03.374]➜  			"zh-CN/dcdn/CreateDcdnCertificateSigningRequest.json",
2025-08-20T19:15:57.3185917Z [00:02:03.374]➜  			"zh-CN/dcdn/CreateDcdnDeliverTask.json",
2025-08-20T19:15:57.3186389Z [00:02:03.374]➜  			"zh-CN/dcdn/CreateDcdnSLSRealTimeLogDelivery.json",
2025-08-20T19:15:57.3186679Z [00:02:03.374]➜  			"zh-CN/dcdn/CreateDcdnSubTask.json",
2025-08-20T19:15:57.3186980Z [00:02:03.374]➜  			"zh-CN/dcdn/CreateDcdnWafGroup.json",
2025-08-20T19:15:57.3187269Z [00:02:03.374]➜  			"zh-CN/dcdn/CreateDcdnWafPolicy.json",
2025-08-20T19:15:57.3187544Z [00:02:03.374]➜  			"zh-CN/dcdn/CreateRoutine.json",
2025-08-20T19:15:57.3187849Z [00:02:03.374]➜  			"zh-CN/dcdn/CreateSlrAndSlsProject.json",
2025-08-20T19:15:57.3188257Z [00:02:03.374]➜  			"zh-CN/dcdn/DeleteDcdnDeliverTask.json",
2025-08-20T19:15:57.3188564Z [00:02:03.374]➜  			"zh-CN/dcdn/DeleteDcdnDomain.json",
2025-08-20T19:15:57.3188869Z [00:02:03.374]➜  			"zh-CN/dcdn/DeleteDcdnIpaDomain.json",
2025-08-20T19:15:57.3189212Z [00:02:03.374]➜  			"zh-CN/dcdn/DeleteDcdnIpaSpecificConfig.json",
2025-08-20T19:15:57.3189482Z [00:02:03.374]➜  			"zh-CN/dcdn/DeleteDcdnKv.json",
2025-08-20T19:15:57.3189779Z [00:02:03.374]➜  			"zh-CN/dcdn/DeleteDcdnKvNamespace.json",
2025-08-20T19:15:57.3190130Z [00:02:03.374]➜  			"zh-CN/dcdn/DeleteDcdnRealTimeLogProject.json",
2025-08-20T19:15:57.3190447Z [00:02:03.374]➜  			"zh-CN/dcdn/DeleteDcdnSpecificConfig.json",
2025-08-20T19:15:57.3190819Z [00:02:03.374]➜  			"zh-CN/dcdn/DeleteDcdnSpecificStagingConfig.json",
2025-08-20T19:15:57.3191095Z [00:02:03.374]➜  			"zh-CN/dcdn/DeleteDcdnSubTask.json",
2025-08-20T19:15:57.3191384Z [00:02:03.374]➜  			"zh-CN/dcdn/DeleteDcdnUserConfig.json",
2025-08-20T19:15:57.3191675Z [00:02:03.374]➜  			"zh-CN/dcdn/DeleteDcdnWafGroup.json",
2025-08-20T19:15:57.3191966Z [00:02:03.374]➜  			"zh-CN/dcdn/DeleteDcdnWafPolicy.json",
2025-08-20T19:15:57.3192242Z [00:02:03.375]➜  			"zh-CN/dcdn/DeleteRoutine.json",
2025-08-20T19:15:57.3192775Z [00:02:03.375]➜  			"zh-CN/dcdn/DeleteRoutineCodeRevision.json",
2025-08-20T19:15:57.3193114Z [00:02:03.375]➜  			"zh-CN/dcdn/DeleteRoutineConfEnvs.json",
2025-08-20T19:15:57.3193423Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnAclFields.json",
2025-08-20T19:15:57.3193763Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnBgpBpsData.json",
2025-08-20T19:15:57.3194113Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnBgpTrafficData.json",
2025-08-20T19:15:57.3194665Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnBlockedRegions.json",
2025-08-20T19:15:57.3195039Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnCertificateDetail.json",
2025-08-20T19:15:57.3195402Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnCertificateList.json",
2025-08-20T19:15:57.3195756Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDdosService.json",
2025-08-20T19:15:57.3196212Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDdosSpecInfo.json",
2025-08-20T19:15:57.3196554Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDeletedDomains.json",
2025-08-20T19:15:57.3196886Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDeliverList.json",
2025-08-20T19:15:57.3197229Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainBpsData.json",
2025-08-20T19:15:57.3197631Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainBpsDataByLayer.json",
2025-08-20T19:15:57.3198021Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainByCertificate.json",
2025-08-20T19:15:57.3198402Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainCcActivityLog.json",
2025-08-20T19:15:57.3198792Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainCertificateInfo.json",
2025-08-20T19:15:57.3199125Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainCname.json",
2025-08-20T19:15:57.3199467Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainConfigs.json",
2025-08-20T19:15:57.3199814Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainDetail.json",
2025-08-20T19:15:57.3200186Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainHitRateData.json",
2025-08-20T19:15:57.3200558Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainHttpCodeData.json",
2025-08-20T19:15:57.3200986Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json",
2025-08-20T19:15:57.3207435Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainIpaBpsData.json",
2025-08-20T19:15:57.3208078Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainIpaConnData.json",
2025-08-20T19:15:57.3208525Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainIpaTrafficData.json",
2025-08-20T19:15:57.3208886Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainIspData.json",
2025-08-20T19:15:57.3209218Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainLog.json",
2025-08-20T19:15:57.3209595Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainMultiUsageData.json",
2025-08-20T19:15:57.3209985Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainOriginBpsData.json",
2025-08-20T19:15:57.3210515Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainOriginTrafficData.json",
2025-08-20T19:15:57.3210887Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainProperty.json",
2025-08-20T19:15:57.3211235Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainPvData.json",
2025-08-20T19:15:57.3211590Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainQpsData.json",
2025-08-20T19:15:57.3211988Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainQpsDataByLayer.json",
2025-08-20T19:15:57.3212597Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainRealTimeBpsData.json",
2025-08-20T19:15:57.3213085Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:57.3213527Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainRealTimeDetailData.json",
2025-08-20T19:15:57.3213961Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:57.3214364Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainRealTimeQpsData.json",
2025-08-20T19:15:57.3214841Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:57.3215263Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:57.3215716Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json",
2025-08-20T19:15:57.3216186Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:57.3216615Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainRealTimeTrafficData.json",
2025-08-20T19:15:57.3216995Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainRegionData.json",
2025-08-20T19:15:57.3217378Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainStagingConfig.json",
2025-08-20T19:15:57.3217910Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainTopReferVisit.json",
2025-08-20T19:15:57.3218287Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainTopUrlVisit.json",
2025-08-20T19:15:57.3218653Z [00:02:03.375]➜  			"zh-CN/dcdn/DescribeDcdnDomainTrafficData.json",
2025-08-20T19:15:57.3219146Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnDomainUsageData.json",
2025-08-20T19:15:57.3219489Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnDomainUvData.json",
2025-08-20T19:15:57.3219898Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnDomainWebsocketBpsData.json",
2025-08-20T19:15:57.3220352Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json",
2025-08-20T19:15:57.3220786Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnDomainWebsocketTrafficData.json",
2025-08-20T19:15:57.3221160Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnDomainsBySource.json",
2025-08-20T19:15:57.3221481Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnErUsageData.json",
2025-08-20T19:15:57.3221904Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json",
2025-08-20T19:15:57.3222321Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json",
2025-08-20T19:15:57.3222858Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnHttpsDomainList.json",
2025-08-20T19:15:57.3223188Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnIpInfo.json",
2025-08-20T19:15:57.3223590Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnIpaDomainCidr.json",
2025-08-20T19:15:57.3223992Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnIpaDomainConfigs.json",
2025-08-20T19:15:57.3224347Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnIpaDomainDetail.json",
2025-08-20T19:15:57.3224676Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnIpaService.json",
2025-08-20T19:15:57.3225242Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnIpaUserDomains.json",
2025-08-20T19:15:57.3225582Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnKvAccount.json",
2025-08-20T19:15:57.3225894Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnKvAccountStatus.json",
2025-08-20T19:15:57.3226186Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnKvNamespace.json",
2025-08-20T19:15:57.3226430Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnL2Ips.json",
2025-08-20T19:15:57.3226688Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnL2Vips.json",
2025-08-20T19:15:57.3227202Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnOriginSiteHealthStatus.json",
2025-08-20T19:15:57.3227629Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnRealTimeDeliveryField.json",
2025-08-20T19:15:57.3227969Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnRefreshQuota.json",
2025-08-20T19:15:57.3228331Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnRefreshTaskById.json",
2025-08-20T19:15:57.3228667Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnRefreshTasks.json",
2025-08-20T19:15:57.3229015Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnRegionAndIsp.json",
2025-08-20T19:15:57.3229316Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnReport.json",
2025-08-20T19:15:57.3229652Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnReportList.json",
2025-08-20T19:15:57.3230151Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnSLSRealTimeLogType.json",
2025-08-20T19:15:57.3230566Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json",
2025-08-20T19:15:57.3230947Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnSMCertificateDetail.json",
2025-08-20T19:15:57.3231336Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnSMCertificateList.json",
2025-08-20T19:15:57.3231705Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnSSLCertificateList.json",
2025-08-20T19:15:57.3232043Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnSecFuncInfo.json",
2025-08-20T19:15:57.3232563Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnSecSpecInfo.json",
2025-08-20T19:15:57.3232893Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnService.json",
2025-08-20T19:15:57.3233232Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnStagingIp.json",
2025-08-20T19:15:57.3233548Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnSubList.json",
2025-08-20T19:15:57.3233889Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnTagResources.json",
2025-08-20T19:15:57.3234258Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnTopDomainsByFlow.json",
2025-08-20T19:15:57.3234594Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnUserBillHistory.json",
2025-08-20T19:15:57.3234911Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnUserBillType.json",
2025-08-20T19:15:57.3235510Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnUserCertificateExpireCount.json",
2025-08-20T19:15:57.3235857Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnUserConfigs.json",
2025-08-20T19:15:57.3236199Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnUserDomains.json",
2025-08-20T19:15:57.3236587Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnUserDomainsByFunc.json",
2025-08-20T19:15:57.3236907Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnUserQuota.json",
2025-08-20T19:15:57.3237465Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnUserRealTimeDeliveryField.json",
2025-08-20T19:15:57.3237884Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnUserResourcePackage.json",
2025-08-20T19:15:57.3238240Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnUserSecDrop.json",
2025-08-20T19:15:57.3238618Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnUserSecDropByMinute.json",
2025-08-20T19:15:57.3238936Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnUserTags.json",
2025-08-20T19:15:57.3239304Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnUserVipsByDomain.json",
2025-08-20T19:15:57.3239661Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnVerifyContent.json",
2025-08-20T19:15:57.3239999Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafBotAppKey.json",
2025-08-20T19:15:57.3240354Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafDefaultRules.json",
2025-08-20T19:15:57.3240667Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafDomain.json",
2025-08-20T19:15:57.3241020Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafDomainDetail.json",
2025-08-20T19:15:57.3241347Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafDomains.json",
2025-08-20T19:15:57.3241692Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafFilterInfo.json",
2025-08-20T19:15:57.3242017Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafGeoInfo.json",
2025-08-20T19:15:57.3242339Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafGroup.json",
2025-08-20T19:15:57.3242845Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafGroups.json",
2025-08-20T19:15:57.3243276Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafLogs.json",
2025-08-20T19:15:57.3243649Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafPolicies.json",
2025-08-20T19:15:57.3243968Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafPolicy.json",
2025-08-20T19:15:57.3244334Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafPolicyDomains.json",
2025-08-20T19:15:57.3244717Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafPolicyValidDomains.json",
2025-08-20T19:15:57.3245015Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafRule.json",
2025-08-20T19:15:57.3245333Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafRules.json",
2025-08-20T19:15:57.3245645Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafScenes.json",
2025-08-20T19:15:57.3246098Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafService.json",
2025-08-20T19:15:57.3246436Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafSpecInfo.json",
2025-08-20T19:15:57.3246751Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnWafUsageData.json",
2025-08-20T19:15:57.3247060Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDcdnsecService.json",
2025-08-20T19:15:57.3247394Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeDdosAllEventList.json",
2025-08-20T19:15:57.3247743Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeEncryptRoutineUid.json",
2025-08-20T19:15:57.3248054Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeHighlightInfo.json",
2025-08-20T19:15:57.3248366Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeKvUsageData.json",
2025-08-20T19:15:57.3248693Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeRDDomainConfig.json",
2025-08-20T19:15:57.3249004Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeRoutine.json",
2025-08-20T19:15:57.3249340Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeRoutineCanaryEnvs.json",
2025-08-20T19:15:57.3249664Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeRoutineCodeRevision.json",
2025-08-20T19:15:57.3250017Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeRoutineRelatedDomains.json",
2025-08-20T19:15:57.3250346Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeRoutineSpec.json",
2025-08-20T19:15:57.3250683Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeRoutineUserInfo.json",
2025-08-20T19:15:57.3251195Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeUserDcdnIpaStatus.json",
2025-08-20T19:15:57.3251529Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeUserDcdnStatus.json",
2025-08-20T19:15:57.3251860Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeUserErStatus.json",
2025-08-20T19:15:57.3252228Z [00:02:03.377]➜  			"zh-CN/dcdn/DescribeUserLogserviceStatus.json",
2025-08-20T19:15:57.3252710Z [00:02:03.377]➜  			"zh-CN/dcdn/EditRoutineConf.json",
2025-08-20T19:15:57.3253113Z [00:02:03.377]➜  			"zh-CN/dcdn/GetDcdnKv.json",
2025-08-20T19:15:57.3253428Z [00:02:03.377]➜  			"zh-CN/dcdn/GetDcdnKvStatus.json",
2025-08-20T19:15:57.3253663Z [00:02:03.377]➜  			"zh-CN/dcdn/ListDcdnKv.json",
2025-08-20T19:15:57.3254041Z [00:02:03.377]➜  			"zh-CN/dcdn/ListDcdnRealTimeDeliveryProject.json",
2025-08-20T19:15:57.3254434Z [00:02:03.377]➜  			"zh-CN/dcdn/ModifyDCdnDomainSchdmByProperty.json",
2025-08-20T19:15:57.3254747Z [00:02:03.377]➜  			"zh-CN/dcdn/ModifyDcdnWafGroup.json",
2025-08-20T19:15:57.3255075Z [00:02:03.377]➜  			"zh-CN/dcdn/ModifyDcdnWafPolicy.json",
2025-08-20T19:15:57.3255446Z [00:02:03.377]➜  			"zh-CN/dcdn/ModifyDcdnWafPolicyDomains.json",
2025-08-20T19:15:57.3255750Z [00:02:03.377]➜  			"zh-CN/dcdn/ModifyDcdnWafRule.json",
2025-08-20T19:15:57.3256041Z [00:02:03.377]➜  			"zh-CN/dcdn/OpenDcdnService.json",
2025-08-20T19:15:57.3256369Z [00:02:03.377]➜  			"zh-CN/dcdn/PreloadDcdnObjectCaches.json",
2025-08-20T19:15:57.3256782Z [00:02:03.377]➜  			"zh-CN/dcdn/PublishDcdnStagingConfigToProduction.json",
2025-08-20T19:15:57.3257137Z [00:02:03.377]➜  			"zh-CN/dcdn/PublishRoutineCodeRevision.json",
2025-08-20T19:15:57.3257412Z [00:02:03.377]➜  			"zh-CN/dcdn/PutDcdnKv.json",
2025-08-20T19:15:57.3257728Z [00:02:03.377]➜  			"zh-CN/dcdn/PutDcdnKvNamespace.json",
2025-08-20T19:15:57.3258069Z [00:02:03.377]➜  			"zh-CN/dcdn/RefreshDcdnObjectCaches.json",
2025-08-20T19:15:57.3258387Z [00:02:03.377]➜  			"zh-CN/dcdn/RefreshErObjectCaches.json",
2025-08-20T19:15:57.3258856Z [00:02:03.377]➜  			"zh-CN/dcdn/RollbackDcdnStagingConfig.json",
2025-08-20T19:15:57.3259243Z [00:02:03.377]➜  			"zh-CN/dcdn/SetDcdnDomainCSRCertificate.json",
2025-08-20T19:15:57.3259583Z [00:02:03.377]➜  			"zh-CN/dcdn/SetDcdnDomainCertificate.json",
2025-08-20T19:15:57.3259912Z [00:02:03.377]➜  			"zh-CN/dcdn/SetDcdnDomainSMCertificate.json",
2025-08-20T19:15:57.3260257Z [00:02:03.377]➜  			"zh-CN/dcdn/SetDcdnDomainSSLCertificate.json",
2025-08-20T19:15:57.3260609Z [00:02:03.377]➜  			"zh-CN/dcdn/SetDcdnDomainStagingConfig.json",
2025-08-20T19:15:57.3260977Z [00:02:03.377]➜  			"zh-CN/dcdn/SetDcdnFullDomainsBlockIP.json",
2025-08-20T19:15:57.3261296Z [00:02:03.377]➜  			"zh-CN/dcdn/SetDcdnUserConfig.json",
2025-08-20T19:15:57.3261755Z [00:02:03.377]➜  			"zh-CN/dcdn/SetRoutineSubdomain.json",
2025-08-20T19:15:57.3262067Z [00:02:03.377]➜  			"zh-CN/dcdn/StartDcdnDomain.json",
2025-08-20T19:15:57.3262360Z [00:02:03.377]➜  			"zh-CN/dcdn/StartDcdnIpaDomain.json",
2025-08-20T19:15:57.3262851Z [00:02:03.377]➜  			"zh-CN/dcdn/StopDcdnDomain.json",
2025-08-20T19:15:57.3263162Z [00:02:03.377]➜  			"zh-CN/dcdn/StopDcdnIpaDomain.json",
2025-08-20T19:15:57.3263424Z [00:02:03.377]➜  			"zh-CN/dcdn/TagDcdnResources.json",
2025-08-20T19:15:57.3263711Z [00:02:03.377]➜  			"zh-CN/dcdn/UntagDcdnResources.json",
2025-08-20T19:15:57.3264038Z [00:02:03.377]➜  			"zh-CN/dcdn/UpdateDcdnDeliverTask.json",
2025-08-20T19:15:57.3264327Z [00:02:03.377]➜  			"zh-CN/dcdn/UpdateDcdnDomain.json",
2025-08-20T19:15:57.3264647Z [00:02:03.377]➜  			"zh-CN/dcdn/UpdateDcdnIpaDomain.json",
2025-08-20T19:15:57.3265067Z [00:02:03.377]➜  			"zh-CN/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json",
2025-08-20T19:15:57.3265375Z [00:02:03.377]➜  			"zh-CN/dcdn/UpdateDcdnSubTask.json",
2025-08-20T19:15:57.3265819Z [00:02:03.377]➜  			"zh-CN/dcdn/UpdateDcdnUserRealTimeDeliveryField.json",
2025-08-20T19:15:57.3266136Z [00:02:03.377]➜  			"zh-CN/dcdn/UploadRoutineCode.json",
2025-08-20T19:15:57.3266472Z [00:02:03.377]➜  			"zh-CN/dcdn/UploadStagingRoutineCode.json",
2025-08-20T19:15:57.3266799Z [00:02:03.377]➜  			"zh-CN/dcdn/VerifyDcdnDomainOwner.json",
2025-08-20T19:15:57.3267173Z [00:02:03.377]➜  			"zh-CN/dcdn/version.json",
2025-08-20T19:15:57.3267494Z [00:02:03.377]➜  			"zh-CN/ddoscoo/AddAutoCcBlacklist.json",
2025-08-20T19:15:57.3267809Z [00:02:03.377]➜  			"zh-CN/ddoscoo/AddAutoCcWhitelist.json",
2025-08-20T19:15:57.3268121Z [00:02:03.377]➜  			"zh-CN/ddoscoo/AssociateWebCert.json",
2025-08-20T19:15:57.3268478Z [00:02:03.377]➜  			"zh-CN/ddoscoo/AttachSceneDefenseObject.json",
2025-08-20T19:15:57.3268922Z [00:02:03.377]➜  			"zh-CN/ddoscoo/ConfigL7RsPolicy.json",
2025-08-20T19:15:57.3269254Z [00:02:03.377]➜  			"zh-CN/ddoscoo/ConfigLayer4Remark.json",
2025-08-20T19:15:57.3269617Z [00:02:03.377]➜  			"zh-CN/ddoscoo/ConfigLayer4RuleBakMode.json",
2025-08-20T19:15:57.3269962Z [00:02:03.377]➜  			"zh-CN/ddoscoo/ConfigLayer4RulePolicy.json",
2025-08-20T19:15:57.3270306Z [00:02:03.377]➜  			"zh-CN/ddoscoo/ConfigNetworkRegionBlock.json",
2025-08-20T19:15:57.3270579Z [00:02:03.377]➜  			"zh-CN/ddoscoo/ConfigNetworkRules.json",
2025-08-20T19:15:57.3270880Z [00:02:03.377]➜  			"zh-CN/ddoscoo/ConfigUdpReflect.json",
2025-08-20T19:15:57.3271200Z [00:02:03.377]➜  			"zh-CN/ddoscoo/ConfigWebCCTemplate.json",
2025-08-20T19:15:57.3271509Z [00:02:03.378]➜  			"zh-CN/ddoscoo/ConfigWebIpSet.json",
2025-08-20T19:15:57.3271808Z [00:02:03.378]➜  			"zh-CN/ddoscoo/CreateAsyncTask.json",
2025-08-20T19:15:57.3272151Z [00:02:03.378]➜  			"zh-CN/ddoscoo/CreateDomainResource.json",
2025-08-20T19:15:57.3272656Z [00:02:03.378]➜  			"zh-CN/ddoscoo/CreateNetworkRules.json",
2025-08-20T19:15:57.3272974Z [00:02:03.378]➜  			"zh-CN/ddoscoo/CreatePort.json",
2025-08-20T19:15:57.3273346Z [00:02:03.378]➜  			"zh-CN/ddoscoo/CreateSceneDefensePolicy.json",
2025-08-20T19:15:57.3273674Z [00:02:03.378]➜  			"zh-CN/ddoscoo/CreateSchedulerRule.json",
2025-08-20T19:15:57.3273985Z [00:02:03.378]➜  			"zh-CN/ddoscoo/CreateTagResources.json",
2025-08-20T19:15:57.3274259Z [00:02:03.378]➜  			"zh-CN/ddoscoo/CreateWebCCRule.json",
2025-08-20T19:15:57.3274640Z [00:02:03.378]➜  			"zh-CN/ddoscoo/CreateWebRule.json",
2025-08-20T19:15:57.3274937Z [00:02:03.378]➜  			"zh-CN/ddoscoo/DeleteAsyncTask.json",
2025-08-20T19:15:57.3275291Z [00:02:03.378]➜  			"zh-CN/ddoscoo/DeleteAutoCcBlacklist.json",
2025-08-20T19:15:57.3275624Z [00:02:03.378]➜  			"zh-CN/ddoscoo/DeleteAutoCcWhitelist.json",
2025-08-20T19:15:57.3275961Z [00:02:03.378]➜  			"zh-CN/ddoscoo/DeleteDomainResource.json",
2025-08-20T19:15:57.3276276Z [00:02:03.378]➜  			"zh-CN/ddoscoo/DeleteNetworkRule.json",
2025-08-20T19:15:57.3276579Z [00:02:03.378]➜  			"zh-CN/ddoscoo/DeletePort.json",
2025-08-20T19:15:57.3276933Z [00:02:03.378]➜  			"zh-CN/ddoscoo/DeleteSceneDefensePolicy.json",
2025-08-20T19:15:57.3277390Z [00:02:03.378]➜  			"zh-CN/ddoscoo/DeleteSchedulerRule.json",
2025-08-20T19:15:57.3277683Z [00:02:03.378]➜  			"zh-CN/ddoscoo/DeleteTagResources.json",
2025-08-20T19:15:57.3277940Z [00:02:03.378]➜  			"zh-CN/ddoscoo/DeleteWebCCRule.json",
2025-08-20T19:15:57.3278251Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DeleteWebCacheCustomRule.json",
2025-08-20T19:15:57.3278627Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DeleteWebPreciseAccessRule.json",
2025-08-20T19:15:57.3278927Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DeleteWebRule.json",
2025-08-20T19:15:57.3279257Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeAsyncTasks.json",
2025-08-20T19:15:57.3279644Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeAttackAnalysisMaxQps.json",
2025-08-20T19:15:57.3280006Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeAutoCcBlacklist.json",
2025-08-20T19:15:57.3280368Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeAutoCcListCount.json",
2025-08-20T19:15:57.3280734Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeAutoCcWhitelist.json",
2025-08-20T19:15:57.3281084Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeBackSourceCidr.json",
2025-08-20T19:15:57.3281431Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeBlackholeStatus.json",
2025-08-20T19:15:57.3281746Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeBlockStatus.json",
2025-08-20T19:15:57.3282049Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeCerts.json",
2025-08-20T19:15:57.3282731Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeCnameReuses.json",
2025-08-20T19:15:57.3283081Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDDoSEvents.json",
2025-08-20T19:15:57.3283423Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDDosAllEventList.json",
2025-08-20T19:15:57.3283740Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDDosEventArea.json",
2025-08-20T19:15:57.3284121Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDDosEventAttackType.json",
2025-08-20T19:15:57.3284596Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDDosEventIsp.json",
2025-08-20T19:15:57.3284951Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDDosEventMax.json",
2025-08-20T19:15:57.3285325Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDDosEventSrcIp.json",
2025-08-20T19:15:57.3285736Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDefenseCountStatistics.json",
2025-08-20T19:15:57.3286086Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDefenseRecords.json",
2025-08-20T19:15:57.3286470Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDomainAttackEvents.json",
2025-08-20T19:15:57.3286833Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDomainOverview.json",
2025-08-20T19:15:57.3287173Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDomainQPSList.json",
2025-08-20T19:15:57.3287523Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDomainQpsWithCache.json",
2025-08-20T19:15:57.3287813Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDomainResource.json",
2025-08-20T19:15:57.3288213Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDomainStatusCodeCount.json",
2025-08-20T19:15:57.3288593Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDomainStatusCodeList.json",
2025-08-20T19:15:57.3288986Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDomainTopAttackList.json",
2025-08-20T19:15:57.3289417Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDomainViewSourceCountries.json",
2025-08-20T19:15:57.3289842Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDomainViewSourceProvinces.json",
2025-08-20T19:15:57.3290230Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDomainViewTopCostTime.json",
2025-08-20T19:15:57.3290726Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDomainViewTopUrl.json",
2025-08-20T19:15:57.3291049Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeDomains.json",
2025-08-20T19:15:57.3291446Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeElasticBandwidthSpec.json",
2025-08-20T19:15:57.3291797Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeHealthCheckList.json",
2025-08-20T19:15:57.3292141Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeHealthCheckStatus.json",
2025-08-20T19:15:57.3292712Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeInstanceDetails.json",
2025-08-20T19:15:57.3293051Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeInstanceExt.json",
2025-08-20T19:15:57.3293527Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeInstanceIds.json",
2025-08-20T19:15:57.3293873Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeInstanceSpecs.json",
2025-08-20T19:15:57.3294268Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeInstanceStatistics.json",
2025-08-20T19:15:57.3294625Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeInstanceStatus.json",
2025-08-20T19:15:57.3294941Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeInstances.json",
2025-08-20T19:15:57.3295216Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeL7RsPolicy.json",
2025-08-20T19:15:57.3295556Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeLayer4RulePolicy.json",
2025-08-20T19:15:57.3295932Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeLogStoreExistStatus.json",
2025-08-20T19:15:57.3296307Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeNetworkRegionBlock.json",
2025-08-20T19:15:57.3296723Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeNetworkRuleAttributes.json",
2025-08-20T19:15:57.3297073Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeNetworkRules.json",
2025-08-20T19:15:57.3297405Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribeOpEntities.json",
2025-08-20T19:15:57.3297710Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribePort.json",
2025-08-20T19:15:57.3298090Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribePortAttackMaxFlow.json",
2025-08-20T19:15:57.3298475Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribePortAutoCcStatus.json",
2025-08-20T19:15:57.3298972Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribePortConnsCount.json",
2025-08-20T19:15:57.3299314Z [00:02:03.381]➜  			"zh-CN/ddoscoo/DescribePortConnsList.json",
2025-08-20T19:15:57.3299662Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribePortFlowList.json",
2025-08-20T19:15:57.3300008Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribePortMaxConns.json",
2025-08-20T19:15:57.3300418Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribePortViewSourceCountries.json",
2025-08-20T19:15:57.3300936Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribePortViewSourceIsps.json",
2025-08-20T19:15:57.3301525Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribePortViewSourceProvinces.json",
2025-08-20T19:15:57.3301951Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeSceneDefenseObjects.json",
2025-08-20T19:15:57.3302331Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeSceneDefensePolicies.json",
2025-08-20T19:15:57.3302948Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeSchedulerRules.json",
2025-08-20T19:15:57.3303380Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeSlaEventList.json",
2025-08-20T19:15:57.3303841Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeSlsAuthStatus.json",
2025-08-20T19:15:57.3304190Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeSlsLogstoreInfo.json",
2025-08-20T19:15:57.3304506Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeSlsOpenStatus.json",
2025-08-20T19:15:57.3304831Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeStsGrantStatus.json",
2025-08-20T19:15:57.3305147Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeSystemLog.json",
2025-08-20T19:15:57.3305417Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeTagKeys.json",
2025-08-20T19:15:57.3305755Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeTagResources.json",
2025-08-20T19:15:57.3306081Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeUdpReflect.json",
2025-08-20T19:15:57.3306451Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeUnBlackholeCount.json",
2025-08-20T19:15:57.3306777Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeUnBlockCount.json",
2025-08-20T19:15:57.3307354Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeWebAccessLogDispatchStatus.json",
2025-08-20T19:15:57.3307794Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeWebAccessLogEmptyCount.json",
2025-08-20T19:15:57.3308168Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeWebAccessLogStatus.json",
2025-08-20T19:15:57.3308501Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeWebAccessMode.json",
2025-08-20T19:15:57.3308876Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeWebAreaBlockConfigs.json",
2025-08-20T19:15:57.3309197Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeWebCCRules.json",
2025-08-20T19:15:57.3309555Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeWebCacheConfigs.json",
2025-08-20T19:15:57.3310044Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeWebCcProtectSwitch.json",
2025-08-20T19:15:57.3310357Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeWebCustomPorts.json",
2025-08-20T19:15:57.3310732Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeWebInstanceRelations.json",
2025-08-20T19:15:57.3311132Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeWebPreciseAccessRule.json",
2025-08-20T19:15:57.3311446Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DescribeWebRules.json",
2025-08-20T19:15:57.3311806Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DetachSceneDefenseObject.json",
2025-08-20T19:15:57.3312159Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DisableSceneDefensePolicy.json",
2025-08-20T19:15:57.3312707Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DisableWebAccessLogConfig.json",
2025-08-20T19:15:57.3313018Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DisableWebCC.json",
2025-08-20T19:15:57.3313329Z [00:02:03.382]➜  			"zh-CN/ddoscoo/DisableWebCCRule.json",
2025-08-20T19:15:57.3313634Z [00:02:03.382]➜  			"zh-CN/ddoscoo/EmptyAutoCcBlacklist.json",
2025-08-20T19:15:57.3313960Z [00:02:03.382]➜  			"zh-CN/ddoscoo/EmptyAutoCcWhitelist.json",
2025-08-20T19:15:57.3314273Z [00:02:03.382]➜  			"zh-CN/ddoscoo/EmptySlsLogstore.json",
2025-08-20T19:15:57.3314628Z [00:02:03.382]➜  			"zh-CN/ddoscoo/EnableSceneDefensePolicy.json",
2025-08-20T19:15:57.3314985Z [00:02:03.382]➜  			"zh-CN/ddoscoo/EnableWebAccessLogConfig.json",
2025-08-20T19:15:57.3315429Z [00:02:03.382]➜  			"zh-CN/ddoscoo/EnableWebCC.json",
2025-08-20T19:15:57.3315741Z [00:02:03.382]➜  			"zh-CN/ddoscoo/EnableWebCCRule.json",
2025-08-20T19:15:57.3316073Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyBlackholeStatus.json",
2025-08-20T19:15:57.3316379Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyBlockStatus.json",
2025-08-20T19:15:57.3316683Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyCnameReuse.json",
2025-08-20T19:15:57.3317150Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyDomainResource.json",
2025-08-20T19:15:57.3317512Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyElasticBandWidth.json",
2025-08-20T19:15:57.3317839Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyFullLogTtl.json",
2025-08-20T19:15:57.3318159Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyHealthCheckConfig.json",
2025-08-20T19:15:57.3318474Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyHttp2Enable.json",
2025-08-20T19:15:57.3318795Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyInstanceRemark.json",
2025-08-20T19:15:57.3319367Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyNetworkRuleAttribute.json",
2025-08-20T19:15:57.3319695Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyOcspStatus.json",
2025-08-20T19:15:57.3319977Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyPort.json",
2025-08-20T19:15:57.3320311Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyPortAutoCcStatus.json",
2025-08-20T19:15:57.3320672Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifySceneDefensePolicy.json",
2025-08-20T19:15:57.3320995Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifySchedulerRule.json",
2025-08-20T19:15:57.3321279Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyTlsConfig.json",
2025-08-20T19:15:57.3321602Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyWebAIProtectMode.json",
2025-08-20T19:15:57.3321967Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyWebAIProtectSwitch.json",
2025-08-20T19:15:57.3322288Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyWebAccessMode.json",
2025-08-20T19:15:57.3322797Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyWebAreaBlock.json",
2025-08-20T19:15:57.3323187Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyWebAreaBlockSwitch.json",
2025-08-20T19:15:57.3323515Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyWebCCRule.json",
2025-08-20T19:15:57.3323882Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyWebCacheCustomRule.json",
2025-08-20T19:15:57.3324185Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyWebCacheMode.json",
2025-08-20T19:15:57.3324489Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyWebCacheSwitch.json",
2025-08-20T19:15:57.3324815Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyWebIpSetSwitch.json",
2025-08-20T19:15:57.3325157Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyWebPreciseAccessRule.json",
2025-08-20T19:15:57.3325541Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyWebPreciseAccessSwitch.json",
2025-08-20T19:15:57.3325988Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ModifyWebRule.json",
2025-08-20T19:15:57.3326312Z [00:02:03.382]➜  			"zh-CN/ddoscoo/ReleaseInstance.json",
2025-08-20T19:15:57.3326630Z [00:02:03.382]➜  			"zh-CN/ddoscoo/SwitchSchedulerRule.json",
2025-08-20T19:15:57.3326905Z [00:02:03.382]➜  			"zh-CN/ddoscoo/version.json",
2025-08-20T19:15:57.3327301Z [00:02:03.382]➜  			"zh-CN/dds/AllocateNodePrivateNetworkAddress.json",
2025-08-20T19:15:57.3327655Z [00:02:03.382]➜  			"zh-CN/dds/AllocatePublicNetworkAddress.json",
2025-08-20T19:15:57.3328028Z [00:02:03.382]➜  			"zh-CN/dds/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:57.3328327Z [00:02:03.382]➜  			"zh-CN/dds/CheckRecoveryCondition.json",
2025-08-20T19:15:57.3328586Z [00:02:03.382]➜  			"zh-CN/dds/CreateAccount.json",
2025-08-20T19:15:57.3328854Z [00:02:03.382]➜  			"zh-CN/dds/CreateBackup.json",
2025-08-20T19:15:57.3329143Z [00:02:03.382]➜  			"zh-CN/dds/CreateDBInstance.json",
2025-08-20T19:15:57.3329411Z [00:02:03.382]➜  			"zh-CN/dds/CreateNode.json",
2025-08-20T19:15:57.3329716Z [00:02:03.382]➜  			"zh-CN/dds/CreateNodeBatch.json",
2025-08-20T19:15:57.3330051Z [00:02:03.382]➜  			"zh-CN/dds/CreateShardingDBInstance.json",
2025-08-20T19:15:57.3330333Z [00:02:03.382]➜  			"zh-CN/dds/DeleteDBInstance.json",
2025-08-20T19:15:57.3330591Z [00:02:03.382]➜  			"zh-CN/dds/DeleteNode.json",
2025-08-20T19:15:57.3331010Z [00:02:03.382]➜  			"zh-CN/dds/DescribeAccounts.json",
2025-08-20T19:15:57.3331381Z [00:02:03.382]➜  			"zh-CN/dds/DescribeActiveOperationTaskCount.json",
2025-08-20T19:15:57.3331738Z [00:02:03.382]➜  			"zh-CN/dds/DescribeActiveOperationTaskType.json",
2025-08-20T19:15:57.3332048Z [00:02:03.382]➜  			"zh-CN/dds/DescribeActiveOperationTasks.json",
2025-08-20T19:15:57.3332362Z [00:02:03.382]➜  			"zh-CN/dds/DescribeAuditLogFilter.json",
2025-08-20T19:15:57.3333042Z [00:02:03.382]➜  			"zh-CN/dds/DescribeAuditPolicy.json",
2025-08-20T19:15:57.3333363Z [00:02:03.382]➜  			"zh-CN/dds/DescribeAuditRecords.json",
2025-08-20T19:15:57.3333716Z [00:02:03.382]➜  			"zh-CN/dds/DescribeAvailabilityZones.json",
2025-08-20T19:15:57.3334117Z [00:02:03.382]➜  			"zh-CN/dds/DescribeAvailableEngineVersion.json",
2025-08-20T19:15:57.3334463Z [00:02:03.382]➜  			"zh-CN/dds/DescribeAvailableResource.json",
2025-08-20T19:15:57.3334910Z [00:02:03.382]➜  			"zh-CN/dds/DescribeBackupDBs.json",
2025-08-20T19:15:57.3335277Z [00:02:03.382]➜  			"zh-CN/dds/DescribeBackupPolicy.json",
2025-08-20T19:15:57.3335615Z [00:02:03.382]➜  			"zh-CN/dds/DescribeBackups.json",
2025-08-20T19:15:57.3335935Z [00:02:03.382]➜  			"zh-CN/dds/DescribeClusterBackups.json",
2025-08-20T19:15:57.3336299Z [00:02:03.382]➜  			"zh-CN/dds/DescribeClusterRecoverTime.json",
2025-08-20T19:15:57.3336760Z [00:02:03.382]➜  			"zh-CN/dds/DescribeDBInstanceAttribute.json",
2025-08-20T19:15:57.3337187Z [00:02:03.382]➜  			"zh-CN/dds/DescribeDBInstanceEncryptionKey.json",
2025-08-20T19:15:57.3337543Z [00:02:03.382]➜  			"zh-CN/dds/DescribeDBInstanceMonitor.json",
2025-08-20T19:15:57.3337928Z [00:02:03.382]➜  			"zh-CN/dds/DescribeDBInstancePerformance.json",
2025-08-20T19:15:57.3338241Z [00:02:03.382]➜  			"zh-CN/dds/DescribeDBInstanceSSL.json",
2025-08-20T19:15:57.3338588Z [00:02:03.382]➜  			"zh-CN/dds/DescribeDBInstanceSwitchLog.json",
2025-08-20T19:15:57.3338925Z [00:02:03.382]➜  			"zh-CN/dds/DescribeDBInstanceTDEInfo.json",
2025-08-20T19:15:57.3339233Z [00:02:03.382]➜  			"zh-CN/dds/DescribeDBInstances.json",
2025-08-20T19:15:57.3339584Z [00:02:03.382]➜  			"zh-CN/dds/DescribeDBInstancesOverview.json",
2025-08-20T19:15:57.3339929Z [00:02:03.382]➜  			"zh-CN/dds/DescribeErrorLogRecords.json",
2025-08-20T19:15:57.3340232Z [00:02:03.382]➜  			"zh-CN/dds/DescribeHistoryTasks.json",
2025-08-20T19:15:57.3340563Z [00:02:03.382]➜  			"zh-CN/dds/DescribeHistoryTasksStat.json",
2025-08-20T19:15:57.3340999Z [00:02:03.382]➜  			"zh-CN/dds/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:57.3341340Z [00:02:03.383]➜  			"zh-CN/dds/DescribeKernelReleaseNotes.json",
2025-08-20T19:15:57.3341757Z [00:02:03.383]➜  			"zh-CN/dds/DescribeKmsKeys.json",
2025-08-20T19:15:57.3342071Z [00:02:03.383]➜  			"zh-CN/dds/DescribeMongoDBLogConfig.json",
2025-08-20T19:15:57.3342636Z [00:02:03.383]➜  			"zh-CN/dds/DescribeParameterModificationHistory.json",
2025-08-20T19:15:57.3343027Z [00:02:03.383]➜  			"zh-CN/dds/DescribeParameterTemplates.json",
2025-08-20T19:15:57.3343363Z [00:02:03.383]➜  			"zh-CN/dds/DescribeParameters.json",
2025-08-20T19:15:57.3343667Z [00:02:03.383]➜  			"zh-CN/dds/DescribePrice.json",
2025-08-20T19:15:57.3343946Z [00:02:03.383]➜  			"zh-CN/dds/DescribeRegions.json",
2025-08-20T19:15:57.3344260Z [00:02:03.383]➜  			"zh-CN/dds/DescribeRenewalPrice.json",
2025-08-20T19:15:57.3344588Z [00:02:03.383]➜  			"zh-CN/dds/DescribeReplicaSetRole.json",
2025-08-20T19:15:57.3344912Z [00:02:03.383]➜  			"zh-CN/dds/DescribeRoleZoneInfo.json",
2025-08-20T19:15:57.3345279Z [00:02:03.383]➜  			"zh-CN/dds/DescribeRunningLogRecords.json",
2025-08-20T19:15:57.3345702Z [00:02:03.383]➜  			"zh-CN/dds/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:15:57.3346032Z [00:02:03.383]➜  			"zh-CN/dds/DescribeSecurityIps.json",
2025-08-20T19:15:57.3346424Z [00:02:03.383]➜  			"zh-CN/dds/DescribeShardingNetworkAddress.json",
2025-08-20T19:15:57.3346771Z [00:02:03.383]➜  			"zh-CN/dds/DescribeSlowLogRecords.json",
2025-08-20T19:15:57.3347231Z [00:02:03.383]➜  			"zh-CN/dds/DescribeTags.json",
2025-08-20T19:15:57.3347621Z [00:02:03.383]➜  			"zh-CN/dds/DescribeUserEncryptionKeyList.json",
2025-08-20T19:15:57.3347911Z [00:02:03.383]➜  			"zh-CN/dds/DestroyInstance.json",
2025-08-20T19:15:57.3348195Z [00:02:03.383]➜  			"zh-CN/dds/EvaluateResource.json",
2025-08-20T19:15:57.3348464Z [00:02:03.383]➜  			"zh-CN/dds/ListTagResources.json",
2025-08-20T19:15:57.3348768Z [00:02:03.383]➜  			"zh-CN/dds/MigrateAvailableZone.json",
2025-08-20T19:15:57.3349205Z [00:02:03.383]➜  			"zh-CN/dds/MigrateToOtherZone.json",
2025-08-20T19:15:57.3349579Z [00:02:03.383]➜  			"zh-CN/dds/ModifyAccountDescription.json",
2025-08-20T19:15:57.3349881Z [00:02:03.383]➜  			"zh-CN/dds/ModifyAuditLogFilter.json",
2025-08-20T19:15:57.3350167Z [00:02:03.383]➜  			"zh-CN/dds/ModifyAuditPolicy.json",
2025-08-20T19:15:57.3350453Z [00:02:03.383]➜  			"zh-CN/dds/ModifyBackupPolicy.json",
2025-08-20T19:15:57.3350833Z [00:02:03.383]➜  			"zh-CN/dds/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:57.3351313Z [00:02:03.383]➜  			"zh-CN/dds/ModifyDBInstanceDescription.json",
2025-08-20T19:15:57.3351726Z [00:02:03.383]➜  			"zh-CN/dds/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:15:57.3352054Z [00:02:03.383]➜  			"zh-CN/dds/ModifyDBInstanceMonitor.json",
2025-08-20T19:15:57.3352540Z [00:02:03.383]➜  			"zh-CN/dds/ModifyDBInstanceNetExpireTime.json",
2025-08-20T19:15:57.3352875Z [00:02:03.383]➜  			"zh-CN/dds/ModifyDBInstanceNetworkType.json",
2025-08-20T19:15:57.3353191Z [00:02:03.383]➜  			"zh-CN/dds/ModifyDBInstanceSSL.json",
2025-08-20T19:15:57.3353504Z [00:02:03.383]➜  			"zh-CN/dds/ModifyDBInstanceSpec.json",
2025-08-20T19:15:57.3353834Z [00:02:03.383]➜  			"zh-CN/dds/ModifyDBInstanceTDE.json",
2025-08-20T19:15:57.3354226Z [00:02:03.383]➜  			"zh-CN/dds/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:57.3354555Z [00:02:03.383]➜  			"zh-CN/dds/ModifyInstanceVpcAuthMode.json",
2025-08-20T19:15:57.3354823Z [00:02:03.383]➜  			"zh-CN/dds/ModifyNodeSpec.json",
2025-08-20T19:15:57.3355138Z [00:02:03.383]➜  			"zh-CN/dds/ModifyNodeSpecBatch.json",
2025-08-20T19:15:57.3355442Z [00:02:03.383]➜  			"zh-CN/dds/ModifyParameters.json",
2025-08-20T19:15:57.3355723Z [00:02:03.383]➜  			"zh-CN/dds/ModifyResourceGroup.json",
2025-08-20T19:15:57.3356105Z [00:02:03.383]➜  			"zh-CN/dds/ModifySecurityGroupConfiguration.json",
2025-08-20T19:15:57.3356419Z [00:02:03.383]➜  			"zh-CN/dds/ModifySecurityIps.json",
2025-08-20T19:15:57.3356722Z [00:02:03.383]➜  			"zh-CN/dds/ModifyTaskInfo.json",
2025-08-20T19:15:57.3357131Z [00:02:03.383]➜  			"zh-CN/dds/ReleaseNodePrivateNetworkAddress.json",
2025-08-20T19:15:57.3357659Z [00:02:03.383]➜  			"zh-CN/dds/ReleasePublicNetworkAddress.json",
2025-08-20T19:15:57.3357976Z [00:02:03.383]➜  			"zh-CN/dds/RenewDBInstance.json",
2025-08-20T19:15:57.3358301Z [00:02:03.383]➜  			"zh-CN/dds/ResetAccountPassword.json",
2025-08-20T19:15:57.3358626Z [00:02:03.383]➜  			"zh-CN/dds/RestartDBInstance.json",
2025-08-20T19:15:57.3358936Z [00:02:03.383]➜  			"zh-CN/dds/RestoreDBInstance.json",
2025-08-20T19:15:57.3359403Z [00:02:03.383]➜  			"zh-CN/dds/SwitchDBInstanceHA.json",
2025-08-20T19:15:57.3359696Z [00:02:03.383]➜  			"zh-CN/dds/TagResources.json",
2025-08-20T19:15:57.3360024Z [00:02:03.383]➜  			"zh-CN/dds/TransferClusterBackup.json",
2025-08-20T19:15:57.3360400Z [00:02:03.383]➜  			"zh-CN/dds/TransformInstanceChargeType.json",
2025-08-20T19:15:57.3360690Z [00:02:03.383]➜  			"zh-CN/dds/TransformToPrePaid.json",
2025-08-20T19:15:57.3361006Z [00:02:03.383]➜  			"zh-CN/dds/UntagResources.json",
2025-08-20T19:15:57.3361394Z [00:02:03.383]➜  			"zh-CN/dds/UpgradeDBInstanceEngineVersion.json",
2025-08-20T19:15:57.3361809Z [00:02:03.383]➜  			"zh-CN/dds/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:15:57.3362084Z [00:02:03.383]➜  			"zh-CN/dds/version.json",
2025-08-20T19:15:57.3362569Z [00:02:03.383]➜  			"zh-CN/devops/AddGroupMember.json",
2025-08-20T19:15:57.3362930Z [00:02:03.383]➜  			"zh-CN/devops/AddPipelineRelations.json",
2025-08-20T19:15:57.3363293Z [00:02:03.383]➜  			"zh-CN/devops/AddRepositoryMember.json",
2025-08-20T19:15:57.3363593Z [00:02:03.383]➜  			"zh-CN/devops/AddWebhook.json",
2025-08-20T19:15:57.3363876Z [00:02:03.383]➜  			"zh-CN/devops/CloseMergeRequest.json",
2025-08-20T19:15:57.3364168Z [00:02:03.383]➜  			"zh-CN/devops/CreateAppMembers.json",
2025-08-20T19:15:57.3364468Z [00:02:03.383]➜  			"zh-CN/devops/CreateBranch.json",
2025-08-20T19:15:57.3364790Z [00:02:03.383]➜  			"zh-CN/devops/CreateCommitStatus.json",
2025-08-20T19:15:57.3365260Z [00:02:03.383]➜  			"zh-CN/devops/CreateDeployKey.json",
2025-08-20T19:15:57.3365576Z [00:02:03.383]➜  			"zh-CN/devops/CreateFile.json",
2025-08-20T19:15:57.3365923Z [00:02:03.383]➜  			"zh-CN/devops/CreateFlowTag.json",
2025-08-20T19:15:57.3366251Z [00:02:03.383]➜  			"zh-CN/devops/CreateFlowTagGroup.json",
2025-08-20T19:15:57.3366570Z [00:02:03.383]➜  			"zh-CN/devops/CreateHostGroup.json",
2025-08-20T19:15:57.3366900Z [00:02:03.383]➜  			"zh-CN/devops/CreateMergeRequest.json",
2025-08-20T19:15:57.3367360Z [00:02:03.383]➜  			"zh-CN/devops/CreateOAuthToken.json",
2025-08-20T19:15:57.3367710Z [00:02:03.383]➜  			"zh-CN/devops/CreatePipeline.json",
2025-08-20T19:15:57.3368103Z [00:02:03.383]➜  			"zh-CN/devops/CreatePipelineGroup.json",
2025-08-20T19:15:57.3368417Z [00:02:03.383]➜  			"zh-CN/devops/CreateProject.json",
2025-08-20T19:15:57.3368751Z [00:02:03.383]➜  			"zh-CN/devops/CreateProjectLabel.json",
2025-08-20T19:15:57.3369084Z [00:02:03.383]➜  			"zh-CN/devops/CreateProtectdBranch.json",
2025-08-20T19:15:57.3369416Z [00:02:03.383]➜  			"zh-CN/devops/CreatePushRule.json",
2025-08-20T19:15:57.3369728Z [00:02:03.383]➜  			"zh-CN/devops/CreateRepository.json",
2025-08-20T19:15:57.3370068Z [00:02:03.383]➜  			"zh-CN/devops/CreateRepositoryGroup.json",
2025-08-20T19:15:57.3370397Z [00:02:03.383]➜  			"zh-CN/devops/CreateResourceMember.json",
2025-08-20T19:15:57.3370724Z [00:02:03.383]➜  			"zh-CN/devops/CreateServiceAuth.json",
2025-08-20T19:15:57.3371111Z [00:02:03.383]➜  			"zh-CN/devops/CreateServiceConnection.json",
2025-08-20T19:15:57.3371482Z [00:02:03.383]➜  			"zh-CN/devops/CreateServiceCredential.json",
2025-08-20T19:15:57.3371785Z [00:02:03.383]➜  			"zh-CN/devops/CreateSprint.json",
2025-08-20T19:15:57.3372083Z [00:02:03.383]➜  			"zh-CN/devops/CreateSshKey.json",
2025-08-20T19:15:57.3372327Z [00:02:03.383]➜  			"zh-CN/devops/CreateTag.json",
2025-08-20T19:15:57.3372837Z [00:02:03.383]➜  			"zh-CN/devops/CreateTestCase.json",
2025-08-20T19:15:57.3373134Z [00:02:03.383]➜  			"zh-CN/devops/CreateUserKey.json",
2025-08-20T19:15:57.3373462Z [00:02:03.383]➜  			"zh-CN/devops/CreateVariableGroup.json",
2025-08-20T19:15:57.3373873Z [00:02:03.383]➜  			"zh-CN/devops/CreateWorkitem.json",
2025-08-20T19:15:57.3374207Z [00:02:03.383]➜  			"zh-CN/devops/CreateWorkitemComment.json",
2025-08-20T19:15:57.3374548Z [00:02:03.383]➜  			"zh-CN/devops/CreateWorkitemEstimate.json",
2025-08-20T19:15:57.3374872Z [00:02:03.383]➜  			"zh-CN/devops/CreateWorkitemRecord.json",
2025-08-20T19:15:57.3375211Z [00:02:03.383]➜  			"zh-CN/devops/CreateWorkitemV2.json",
2025-08-20T19:15:57.3375662Z [00:02:03.383]➜  			"zh-CN/devops/CreateWorkspace.json",
2025-08-20T19:15:57.3375986Z [00:02:03.383]➜  			"zh-CN/devops/DeleteAppMember.json",
2025-08-20T19:15:57.3376277Z [00:02:03.383]➜  			"zh-CN/devops/DeleteBranch.json",
2025-08-20T19:15:57.3376577Z [00:02:03.383]➜  			"zh-CN/devops/DeleteFile.json",
2025-08-20T19:15:57.3376890Z [00:02:03.383]➜  			"zh-CN/devops/DeleteFlowTag.json",
2025-08-20T19:15:57.3377230Z [00:02:03.383]➜  			"zh-CN/devops/DeleteFlowTagGroup.json",
2025-08-20T19:15:57.3377549Z [00:02:03.383]➜  			"zh-CN/devops/DeleteGroupMember.json",
2025-08-20T19:15:57.3377876Z [00:02:03.383]➜  			"zh-CN/devops/DeleteHostGroup.json",
2025-08-20T19:15:57.3378174Z [00:02:03.383]➜  			"zh-CN/devops/DeletePipeline.json",
2025-08-20T19:15:57.3378517Z [00:02:03.383]➜  			"zh-CN/devops/DeletePipelineGroup.json",
2025-08-20T19:15:57.3378876Z [00:02:03.383]➜  			"zh-CN/devops/DeletePipelineRelations.json",
2025-08-20T19:15:57.3379213Z [00:02:03.383]➜  			"zh-CN/devops/DeleteProject.json",
2025-08-20T19:15:57.3379541Z [00:02:03.383]➜  			"zh-CN/devops/DeleteProjectLabel.json",
2025-08-20T19:15:57.3379885Z [00:02:03.383]➜  			"zh-CN/devops/DeleteProtectedBranch.json",
2025-08-20T19:15:57.3380200Z [00:02:03.383]➜  			"zh-CN/devops/DeletePushRule.json",
2025-08-20T19:15:57.3380520Z [00:02:03.383]➜  			"zh-CN/devops/DeleteRepository.json",
2025-08-20T19:15:57.3380868Z [00:02:03.383]➜  			"zh-CN/devops/DeleteRepositoryGroup.json",
2025-08-20T19:15:57.3381369Z [00:02:03.383]➜  			"zh-CN/devops/DeleteRepositoryMember.json",
2025-08-20T19:15:57.3381759Z [00:02:03.383]➜  			"zh-CN/devops/DeleteRepositoryWebhook.json",
2025-08-20T19:15:57.3382126Z [00:02:03.383]➜  			"zh-CN/devops/DeleteResourceMember.json",
2025-08-20T19:15:57.3382564Z [00:02:03.383]➜  			"zh-CN/devops/DeleteTag.json",
2025-08-20T19:15:57.3382890Z [00:02:03.383]➜  			"zh-CN/devops/DeleteUserKey.json",
2025-08-20T19:15:57.3383355Z [00:02:03.383]➜  			"zh-CN/devops/DeleteVariableGroup.json",
2025-08-20T19:15:57.3383699Z [00:02:03.383]➜  			"zh-CN/devops/DeleteWorkitem.json",
2025-08-20T19:15:57.3384052Z [00:02:03.383]➜  			"zh-CN/devops/DeleteWorkitemAllComment.json",
2025-08-20T19:15:57.3384377Z [00:02:03.383]➜  			"zh-CN/devops/DeleteWorkitemComment.json",
2025-08-20T19:15:57.3384683Z [00:02:03.383]➜  			"zh-CN/devops/EnableDeployKey.json",
2025-08-20T19:15:57.3385007Z [00:02:03.383]➜  			"zh-CN/devops/FrozenWorkspace.json",
2025-08-20T19:15:57.3385338Z [00:02:03.383]➜  			"zh-CN/devops/GetApplication.json",
2025-08-20T19:15:57.3385649Z [00:02:03.383]➜  			"zh-CN/devops/GetBranchInfo.json",
2025-08-20T19:15:57.3385994Z [00:02:03.383]➜  			"zh-CN/devops/GetCodeupOrganization.json",
2025-08-20T19:15:57.3386310Z [00:02:03.383]➜  			"zh-CN/devops/GetCompareDetail.json",
2025-08-20T19:15:57.3386622Z [00:02:03.383]➜  			"zh-CN/devops/GetCustomFieldOption.json",
2025-08-20T19:15:57.3386923Z [00:02:03.383]➜  			"zh-CN/devops/GetFileBlobs.json",
2025-08-20T19:15:57.3387242Z [00:02:03.383]➜  			"zh-CN/devops/GetFileLastCommit.json",
2025-08-20T19:15:57.3387567Z [00:02:03.383]➜  			"zh-CN/devops/GetFlowTagGroup.json",
2025-08-20T19:15:57.3387873Z [00:02:03.383]➜  			"zh-CN/devops/GetGroupByPath.json",
2025-08-20T19:15:57.3388165Z [00:02:03.383]➜  			"zh-CN/devops/GetGroupDetail.json",
2025-08-20T19:15:57.3388443Z [00:02:03.383]➜  			"zh-CN/devops/GetHostGroup.json",
2025-08-20T19:15:57.3388740Z [00:02:03.383]➜  			"zh-CN/devops/GetMergeRequest.json",
2025-08-20T19:15:57.3389120Z [00:02:03.383]➜  			"zh-CN/devops/GetMergeRequestChangeTree.json",
2025-08-20T19:15:57.3389449Z [00:02:03.383]➜  			"zh-CN/devops/GetOrganizationMember.json",
2025-08-20T19:15:57.3389883Z [00:02:03.383]➜  			"zh-CN/devops/GetPipeline.json",
2025-08-20T19:15:57.3390231Z [00:02:03.383]➜  			"zh-CN/devops/GetPipelineArtifactUrl.json",
2025-08-20T19:15:57.3390665Z [00:02:03.383]➜  			"zh-CN/devops/GetPipelineEmasArtifactUrl.json",
2025-08-20T19:15:57.3390975Z [00:02:03.383]➜  			"zh-CN/devops/GetPipelineGroup.json",
2025-08-20T19:15:57.3391444Z [00:02:03.383]➜  			"zh-CN/devops/GetPipelineRun.json",
2025-08-20T19:15:57.3391767Z [00:02:03.383]➜  			"zh-CN/devops/GetPipelineScanReportUrl.json",
2025-08-20T19:15:57.3392056Z [00:02:03.383]➜  			"zh-CN/devops/GetProjectInfo.json",
2025-08-20T19:15:57.3392361Z [00:02:03.383]➜  			"zh-CN/devops/GetProjectMember.json",
2025-08-20T19:15:57.3392797Z [00:02:03.383]➜  			"zh-CN/devops/GetPushRule.json",
2025-08-20T19:15:57.3393066Z [00:02:03.383]➜  			"zh-CN/devops/GetRepository.json",
2025-08-20T19:15:57.3393410Z [00:02:03.383]➜  			"zh-CN/devops/GetRepositoryCommit.json",
2025-08-20T19:15:57.3393725Z [00:02:03.383]➜  			"zh-CN/devops/GetRepositoryTag.json",
2025-08-20T19:15:57.3394065Z [00:02:03.383]➜  			"zh-CN/devops/GetSearchCodePreview.json",
2025-08-20T19:15:57.3394356Z [00:02:03.383]➜  			"zh-CN/devops/GetSprintInfo.json",
2025-08-20T19:15:57.3394665Z [00:02:03.383]➜  			"zh-CN/devops/GetTestResultList.json",
2025-08-20T19:15:57.3394939Z [00:02:03.383]➜  			"zh-CN/devops/GetTestcaseList.json",
2025-08-20T19:15:57.3395227Z [00:02:03.383]➜  			"zh-CN/devops/GetUserInfo.json",
2025-08-20T19:15:57.3395527Z [00:02:03.383]➜  			"zh-CN/devops/GetVMDeployOrder.json",
2025-08-20T19:15:57.3395840Z [00:02:03.383]➜  			"zh-CN/devops/GetVariableGroup.json",
2025-08-20T19:15:57.3396157Z [00:02:03.383]➜  			"zh-CN/devops/GetWorkItemActivity.json",
2025-08-20T19:15:57.3396463Z [00:02:03.383]➜  			"zh-CN/devops/GetWorkItemInfo.json",
2025-08-20T19:15:57.3396930Z [00:02:03.383]➜  			"zh-CN/devops/GetWorkItemWorkFlowInfo.json",
2025-08-20T19:15:57.3397376Z [00:02:03.383]➜  			"zh-CN/devops/GetWorkitemAttachmentCreatemeta.json",
2025-08-20T19:15:57.3397737Z [00:02:03.383]➜  			"zh-CN/devops/GetWorkitemCommentList.json",
2025-08-20T19:15:57.3398052Z [00:02:03.383]➜  			"zh-CN/devops/GetWorkitemFile.json",
2025-08-20T19:15:57.3398400Z [00:02:03.383]➜  			"zh-CN/devops/GetWorkitemRelations.json",
2025-08-20T19:15:57.3398756Z [00:02:03.383]➜  			"zh-CN/devops/GetWorkitemTimeTypeList.json",
2025-08-20T19:15:57.3399171Z [00:02:03.383]➜  			"zh-CN/devops/GetWorkspace.json",
2025-08-20T19:15:57.3399504Z [00:02:03.383]➜  			"zh-CN/devops/JoinPipelineGroup.json",
2025-08-20T19:15:57.3399837Z [00:02:03.383]➜  			"zh-CN/devops/LinkMergeRequestLabel.json",
2025-08-20T19:15:57.3400183Z [00:02:03.383]➜  			"zh-CN/devops/ListApplicationMembers.json",
2025-08-20T19:15:57.3400486Z [00:02:03.383]➜  			"zh-CN/devops/ListApplications.json",
2025-08-20T19:15:57.3400816Z [00:02:03.383]➜  			"zh-CN/devops/ListCommitStatuses.json",
2025-08-20T19:15:57.3401137Z [00:02:03.383]➜  			"zh-CN/devops/ListFlowTagGroups.json",
2025-08-20T19:15:57.3401466Z [00:02:03.383]➜  			"zh-CN/devops/ListGroupMember.json",
2025-08-20T19:15:57.3401819Z [00:02:03.383]➜  			"zh-CN/devops/ListGroupRepositories.json",
2025-08-20T19:15:57.3402127Z [00:02:03.383]➜  			"zh-CN/devops/ListHostGroups.json",
2025-08-20T19:15:57.3402742Z [00:02:03.383]➜  			"zh-CN/devops/ListMergeRequestComments.json",
2025-08-20T19:15:57.3403154Z [00:02:03.383]➜  			"zh-CN/devops/ListMergeRequestFilesReads.json",
2025-08-20T19:15:57.3403516Z [00:02:03.383]➜  			"zh-CN/devops/ListMergeRequestLabels.json",
2025-08-20T19:15:57.3403877Z [00:02:03.383]➜  			"zh-CN/devops/ListMergeRequestPatchSets.json",
2025-08-20T19:15:57.3404183Z [00:02:03.384]➜  			"zh-CN/devops/ListMergeRequests.json",
2025-08-20T19:15:57.3404506Z [00:02:03.384]➜  			"zh-CN/devops/ListOrganizationMembers.json",
2025-08-20T19:15:57.3404811Z [00:02:03.384]➜  			"zh-CN/devops/ListOrganizations.json",
2025-08-20T19:15:57.3405175Z [00:02:03.384]➜  			"zh-CN/devops/ListPipelineGroupPipelines.json",
2025-08-20T19:15:57.3405499Z [00:02:03.384]➜  			"zh-CN/devops/ListPipelineGroups.json",
2025-08-20T19:15:57.3405995Z [00:02:03.384]➜  			"zh-CN/devops/ListPipelineJobHistorys.json",
2025-08-20T19:15:57.3406306Z [00:02:03.384]➜  			"zh-CN/devops/ListPipelineJobs.json",
2025-08-20T19:15:57.3406639Z [00:02:03.384]➜  			"zh-CN/devops/ListPipelineRelations.json",
2025-08-20T19:15:57.3406956Z [00:02:03.384]➜  			"zh-CN/devops/ListPipelineRuns.json",
2025-08-20T19:15:57.3407380Z [00:02:03.384]➜  			"zh-CN/devops/ListPipelines.json",
2025-08-20T19:15:57.3407698Z [00:02:03.384]➜  			"zh-CN/devops/ListProjectLabels.json",
2025-08-20T19:15:57.3408009Z [00:02:03.387]➜  			"zh-CN/devops/ListProjectMembers.json",
2025-08-20T19:15:57.3408333Z [00:02:03.387]➜  			"zh-CN/devops/ListProjectTemplates.json",
2025-08-20T19:15:57.3408669Z [00:02:03.387]➜  			"zh-CN/devops/ListProjectWorkitemTypes.json",
2025-08-20T19:15:57.3408963Z [00:02:03.387]➜  			"zh-CN/devops/ListProjects.json",
2025-08-20T19:15:57.3409291Z [00:02:03.387]➜  			"zh-CN/devops/ListProtectedBranches.json",
2025-08-20T19:15:57.3409603Z [00:02:03.387]➜  			"zh-CN/devops/ListPushRules.json",
2025-08-20T19:15:57.3409906Z [00:02:03.387]➜  			"zh-CN/devops/ListRepositories.json",
2025-08-20T19:15:57.3410233Z [00:02:03.387]➜  			"zh-CN/devops/ListRepositoryBranches.json",
2025-08-20T19:15:57.3410582Z [00:02:03.387]➜  			"zh-CN/devops/ListRepositoryCommitDiff.json",
2025-08-20T19:15:57.3410942Z [00:02:03.387]➜  			"zh-CN/devops/ListRepositoryCommits.json",
2025-08-20T19:15:57.3411267Z [00:02:03.387]➜  			"zh-CN/devops/ListRepositoryGroups.json",
2025-08-20T19:15:57.3411705Z [00:02:03.387]➜  			"zh-CN/devops/ListRepositoryMemberWithInherited.json",
2025-08-20T19:15:57.3412031Z [00:02:03.387]➜  			"zh-CN/devops/ListRepositoryTags.json",
2025-08-20T19:15:57.3412345Z [00:02:03.387]➜  			"zh-CN/devops/ListRepositoryTree.json",
2025-08-20T19:15:57.3412980Z [00:02:03.387]➜  			"zh-CN/devops/ListRepositoryWebhook.json",
2025-08-20T19:15:57.3413333Z [00:02:03.387]➜  			"zh-CN/devops/ListResourceMembers.json",
2025-08-20T19:15:57.3413627Z [00:02:03.387]➜  			"zh-CN/devops/ListSearchCommit.json",
2025-08-20T19:15:57.3413970Z [00:02:03.387]➜  			"zh-CN/devops/ListSearchRepository.json",
2025-08-20T19:15:57.3414287Z [00:02:03.387]➜  			"zh-CN/devops/ListSearchSourceCode.json",
2025-08-20T19:15:57.3414597Z [00:02:03.387]➜  			"zh-CN/devops/ListServiceAuths.json",
2025-08-20T19:15:57.3415047Z [00:02:03.387]➜  			"zh-CN/devops/ListServiceConnections.json",
2025-08-20T19:15:57.3415420Z [00:02:03.387]➜  			"zh-CN/devops/ListServiceCredentials.json",
2025-08-20T19:15:57.3415706Z [00:02:03.387]➜  			"zh-CN/devops/ListSprints.json",
2025-08-20T19:15:57.3416025Z [00:02:03.387]➜  			"zh-CN/devops/ListTestCaseFields.json",
2025-08-20T19:15:57.3416309Z [00:02:03.387]➜  			"zh-CN/devops/ListUserKeys.json",
2025-08-20T19:15:57.3416625Z [00:02:03.387]➜  			"zh-CN/devops/ListUserResources.json",
2025-08-20T19:15:57.3416947Z [00:02:03.387]➜  			"zh-CN/devops/ListVariableGroups.json",
2025-08-20T19:15:57.3417276Z [00:02:03.387]➜  			"zh-CN/devops/ListWorkItemAllFields.json",
2025-08-20T19:15:57.3417821Z [00:02:03.387]➜  			"zh-CN/devops/ListWorkItemWorkFlowStatus.json",
2025-08-20T19:15:57.3418186Z [00:02:03.387]➜  			"zh-CN/devops/ListWorkitemAttachments.json",
2025-08-20T19:15:57.3418522Z [00:02:03.387]➜  			"zh-CN/devops/ListWorkitemEstimate.json",
2025-08-20T19:15:57.3418825Z [00:02:03.387]➜  			"zh-CN/devops/ListWorkitemTime.json",
2025-08-20T19:15:57.3419143Z [00:02:03.387]➜  			"zh-CN/devops/ListWorkitems.json",
2025-08-20T19:15:57.3419425Z [00:02:03.387]➜  			"zh-CN/devops/ListWorkspaces.json",
2025-08-20T19:15:57.3419746Z [00:02:03.387]➜  			"zh-CN/devops/LogPipelineJobRun.json",
2025-08-20T19:15:57.3420062Z [00:02:03.387]➜  			"zh-CN/devops/LogVMDeployMachine.json",
2025-08-20T19:15:57.3420378Z [00:02:03.387]➜  			"zh-CN/devops/MergeMergeRequest.json",
2025-08-20T19:15:57.3420709Z [00:02:03.387]➜  			"zh-CN/devops/PassPipelineValidate.json",
2025-08-20T19:15:57.3421062Z [00:02:03.387]➜  			"zh-CN/devops/RefusePipelineValidate.json",
2025-08-20T19:15:57.3421372Z [00:02:03.387]➜  			"zh-CN/devops/ReleaseWorkspace.json",
2025-08-20T19:15:57.3421698Z [00:02:03.387]➜  			"zh-CN/devops/ReopenMergeRequest.json",
2025-08-20T19:15:57.3421976Z [00:02:03.387]➜  			"zh-CN/devops/ResetSshKey.json",
2025-08-20T19:15:57.3422293Z [00:02:03.387]➜  			"zh-CN/devops/ResumeVMDeployOrder.json",
2025-08-20T19:15:57.3422803Z [00:02:03.387]➜  			"zh-CN/devops/RetryPipelineJobRun.json",
2025-08-20T19:15:57.3423295Z [00:02:03.387]➜  			"zh-CN/devops/RetryVMDeployMachine.json",
2025-08-20T19:15:57.3423613Z [00:02:03.387]➜  			"zh-CN/devops/ReviewMergeRequest.json",
2025-08-20T19:15:57.3423935Z [00:02:03.387]➜  			"zh-CN/devops/SkipPipelineJobRun.json",
2025-08-20T19:15:57.3424260Z [00:02:03.387]➜  			"zh-CN/devops/SkipVMDeployMachine.json",
2025-08-20T19:15:57.3424580Z [00:02:03.388]➜  			"zh-CN/devops/StartPipelineRun.json",
2025-08-20T19:15:57.3424981Z [00:02:03.388]➜  			"zh-CN/devops/StopPipelineJobRun.json",
2025-08-20T19:15:57.3425253Z [00:02:03.388]➜  			"zh-CN/devops/StopPipelineRun.json",
2025-08-20T19:15:57.3425557Z [00:02:03.388]➜  			"zh-CN/devops/StopVMDeployOrder.json",
2025-08-20T19:15:57.3425863Z [00:02:03.388]➜  			"zh-CN/devops/TransferRepository.json",
2025-08-20T19:15:57.3426233Z [00:02:03.388]➜  			"zh-CN/devops/TriggerRepositoryMirrorSync.json",
2025-08-20T19:15:57.3426546Z [00:02:03.388]➜  			"zh-CN/devops/UpdateAppMember.json",
2025-08-20T19:15:57.3426869Z [00:02:03.388]➜  			"zh-CN/devops/UpdateApplication.json",
2025-08-20T19:15:57.3427158Z [00:02:03.388]➜  			"zh-CN/devops/UpdateFile.json",
2025-08-20T19:15:57.3427455Z [00:02:03.388]➜  			"zh-CN/devops/UpdateFlowTag.json",
2025-08-20T19:15:57.3427779Z [00:02:03.388]➜  			"zh-CN/devops/UpdateFlowTagGroup.json",
2025-08-20T19:15:57.3428066Z [00:02:03.388]➜  			"zh-CN/devops/UpdateGroup.json",
2025-08-20T19:15:57.3428391Z [00:02:03.388]➜  			"zh-CN/devops/UpdateGroupMember.json",
2025-08-20T19:15:57.3428713Z [00:02:03.388]➜  			"zh-CN/devops/UpdateHostGroup.json",
2025-08-20T19:15:57.3429038Z [00:02:03.388]➜  			"zh-CN/devops/UpdateMergeRequest.json",
2025-08-20T19:15:57.3429437Z [00:02:03.388]➜  			"zh-CN/devops/UpdateMergeRequestPersonnel.json",
2025-08-20T19:15:57.3429758Z [00:02:03.388]➜  			"zh-CN/devops/UpdatePipeline.json",
2025-08-20T19:15:57.3430106Z [00:02:03.388]➜  			"zh-CN/devops/UpdatePipelineBaseInfo.json",
2025-08-20T19:15:57.3430575Z [00:02:03.388]➜  			"zh-CN/devops/UpdatePipelineGroup.json",
2025-08-20T19:15:57.3430933Z [00:02:03.388]➜  			"zh-CN/devops/UpdateProjectField.json",
2025-08-20T19:15:57.3431300Z [00:02:03.388]➜  			"zh-CN/devops/UpdateProjectLabel.json",
2025-08-20T19:15:57.3431633Z [00:02:03.388]➜  			"zh-CN/devops/UpdateProjectMember.json",
2025-08-20T19:15:57.3431960Z [00:02:03.388]➜  			"zh-CN/devops/UpdateProtectedBranches.json",
2025-08-20T19:15:57.3432269Z [00:02:03.388]➜  			"zh-CN/devops/UpdatePushReviewOnOff.json",
2025-08-20T19:15:57.3432761Z [00:02:03.388]➜  			"zh-CN/devops/UpdatePushRule.json",
2025-08-20T19:15:57.3433091Z [00:02:03.388]➜  			"zh-CN/devops/UpdateRepository.json",
2025-08-20T19:15:57.3433583Z [00:02:03.388]➜  			"zh-CN/devops/UpdateRepositoryMember.json",
2025-08-20T19:15:57.3433926Z [00:02:03.388]➜  			"zh-CN/devops/UpdateResourceMember.json",
2025-08-20T19:15:57.3434223Z [00:02:03.388]➜  			"zh-CN/devops/UpdateTestCase.json",
2025-08-20T19:15:57.3434537Z [00:02:03.388]➜  			"zh-CN/devops/UpdateTestResult.json",
2025-08-20T19:15:57.3434886Z [00:02:03.388]➜  			"zh-CN/devops/UpdateVariableGroup.json",
2025-08-20T19:15:57.3435189Z [00:02:03.388]➜  			"zh-CN/devops/UpdateWorkItem.json",
2025-08-20T19:15:57.3435522Z [00:02:03.388]➜  			"zh-CN/devops/UpdateWorkitemComment.json",
2025-08-20T19:15:57.3435855Z [00:02:03.388]➜  			"zh-CN/devops/UpdateWorkitemField.json",
2025-08-20T19:15:57.3436208Z [00:02:03.388]➜  			"zh-CN/devops/WorkitemAttachmentCreate.json",
2025-08-20T19:15:57.3436490Z [00:02:03.388]➜  			"zh-CN/devops/version.json",
2025-08-20T19:15:57.3436763Z [00:02:03.388]➜  			"zh-CN/dm/AddIpfilter.json",
2025-08-20T19:15:57.3437097Z [00:02:03.388]➜  			"zh-CN/dm/ApproveReplyMailAddress.json",
2025-08-20T19:15:57.3437384Z [00:02:03.388]➜  			"zh-CN/dm/BatchSendMail.json",
2025-08-20T19:15:57.3437649Z [00:02:03.388]➜  			"zh-CN/dm/CheckDomain.json",
2025-08-20T19:15:57.3437976Z [00:02:03.388]➜  			"zh-CN/dm/CheckReplyToMailAddress.json",
2025-08-20T19:15:57.3438270Z [00:02:03.388]➜  			"zh-CN/dm/CreateDomain.json",
2025-08-20T19:15:57.3438749Z [00:02:03.388]➜  			"zh-CN/dm/CreateMailAddress.json",
2025-08-20T19:15:57.3439017Z [00:02:03.388]➜  			"zh-CN/dm/CreateReceiver.json",
2025-08-20T19:15:57.3439237Z [00:02:03.388]➜  			"zh-CN/dm/CreateTag.json",
2025-08-20T19:15:57.3439488Z [00:02:03.388]➜  			"zh-CN/dm/DeleteDomain.json",
2025-08-20T19:15:57.3439776Z [00:02:03.388]➜  			"zh-CN/dm/DeleteInvalidAddress.json",
2025-08-20T19:15:57.3440101Z [00:02:03.388]➜  			"zh-CN/dm/DeleteIpfilterByEdmId.json",
2025-08-20T19:15:57.3440566Z [00:02:03.388]➜  			"zh-CN/dm/DeleteMailAddress.json",
2025-08-20T19:15:57.3440869Z [00:02:03.388]➜  			"zh-CN/dm/DeleteReceiver.json",
2025-08-20T19:15:57.3441190Z [00:02:03.388]➜  			"zh-CN/dm/DeleteReceiverDetail.json",
2025-08-20T19:15:57.3441462Z [00:02:03.388]➜  			"zh-CN/dm/DeleteTag.json",
2025-08-20T19:15:57.3441763Z [00:02:03.388]➜  			"zh-CN/dm/DescAccountSummary.json",
2025-08-20T19:15:57.3442030Z [00:02:03.388]➜  			"zh-CN/dm/DescDomain.json",
2025-08-20T19:15:57.3442336Z [00:02:03.388]➜  			"zh-CN/dm/GetIpProtection.json",
2025-08-20T19:15:57.3442846Z [00:02:03.388]➜  			"zh-CN/dm/GetIpfilterList.json",
2025-08-20T19:15:57.3443130Z [00:02:03.388]➜  			"zh-CN/dm/GetTrackList.json",
2025-08-20T19:15:57.3443524Z [00:02:03.388]➜  			"zh-CN/dm/GetTrackListByMailFromAndTagName.json",
2025-08-20T19:15:57.3443839Z [00:02:03.388]➜  			"zh-CN/dm/ModifyMailAddress.json",
2025-08-20T19:15:57.3444140Z [00:02:03.388]➜  			"zh-CN/dm/ModifyPWByDomain.json",
2025-08-20T19:15:57.3444418Z [00:02:03.388]➜  			"zh-CN/dm/ModifyTag.json",
2025-08-20T19:15:57.3444716Z [00:02:03.388]➜  			"zh-CN/dm/QueryDomainByParam.json",
2025-08-20T19:15:57.3445037Z [00:02:03.388]➜  			"zh-CN/dm/QueryInvalidAddress.json",
2025-08-20T19:15:57.3445376Z [00:02:03.389]➜  			"zh-CN/dm/QueryMailAddressByParam.json",
2025-08-20T19:15:57.3445694Z [00:02:03.389]➜  			"zh-CN/dm/QueryReceiverByParam.json",
2025-08-20T19:15:57.3445982Z [00:02:03.389]➜  			"zh-CN/dm/QueryReceiverDetail.json",
2025-08-20T19:15:57.3446372Z [00:02:03.389]➜  			"zh-CN/dm/QueryTagByParam.json",
2025-08-20T19:15:57.3446677Z [00:02:03.389]➜  			"zh-CN/dm/QueryTaskByParam.json",
2025-08-20T19:15:57.3446978Z [00:02:03.389]➜  			"zh-CN/dm/SaveReceiverDetail.json",
2025-08-20T19:15:57.3447272Z [00:02:03.389]➜  			"zh-CN/dm/SendTestByTemplate.json",
2025-08-20T19:15:57.3447696Z [00:02:03.389]➜  			"zh-CN/dm/SenderStatisticsByTagNameAndBatchID.json",
2025-08-20T19:15:57.3448057Z [00:02:03.389]➜  			"zh-CN/dm/SenderStatisticsDetailByParam.json",
2025-08-20T19:15:57.3448362Z [00:02:03.389]➜  			"zh-CN/dm/SingleSendMail.json",
2025-08-20T19:15:57.3448662Z [00:02:03.389]➜  			"zh-CN/dm/UpdateIpProtection.json",
2025-08-20T19:15:57.3449062Z [00:02:03.389]➜  			"zh-CN/dm/version.json",
2025-08-20T19:15:57.3449458Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/AddDesensitizationRule.json",
2025-08-20T19:15:57.3449783Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/AddInstance.json",
2025-08-20T19:15:57.3450109Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/AddLhMembers.json",
2025-08-20T19:15:57.3450520Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/AddLogicTableRouteConfig.json",
2025-08-20T19:15:57.3450875Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/AddTaskFlowEdges.json",
2025-08-20T19:15:57.3451242Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/AnalyzeSQLLineage.json",
2025-08-20T19:15:57.3451566Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/ApproveOrder.json",
2025-08-20T19:15:57.3451879Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/BackFill.json",
2025-08-20T19:15:57.3452235Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/BuyPayAsYouGoOrder.json",
2025-08-20T19:15:57.3452766Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/ChangeColumnSecLevel.json",
2025-08-20T19:15:57.3453170Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/ChangeColumnSecurityLevel.json",
2025-08-20T19:15:57.3453500Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/ChangeLhDagOwner.json",
2025-08-20T19:15:57.3453786Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CloseOrder.json",
2025-08-20T19:15:57.3454148Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateAuthorityTemplate.json",
2025-08-20T19:15:57.3454624Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateDataArchiveOrder.json",
2025-08-20T19:15:57.3454974Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateDataCorrectOrder.json",
2025-08-20T19:15:57.3455331Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateDataCronClearOrder.json",
2025-08-20T19:15:57.3455679Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateDataExportOrder.json",
2025-08-20T19:15:57.3456014Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateDataImportOrder.json",
2025-08-20T19:15:57.3456435Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateDataTrackOrder.json",
2025-08-20T19:15:57.3456802Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateDatabaseExportOrder.json",
2025-08-20T19:15:57.3457205Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateFreeLockCorrectOrder.json",
2025-08-20T19:15:57.3457536Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateLakeHouseSpace.json",
2025-08-20T19:15:57.3457868Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateLogicDatabase.json",
2025-08-20T19:15:57.3458166Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateOrder.json",
2025-08-20T19:15:57.3458516Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateProcCorrectOrder.json",
2025-08-20T19:15:57.3458802Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateProxy.json",
2025-08-20T19:15:57.3459125Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateProxyAccess.json",
2025-08-20T19:15:57.3459468Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreatePublishGroupTask.json",
2025-08-20T19:15:57.3459811Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateSQLReviewOrder.json",
2025-08-20T19:15:57.3460114Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateScenario.json",
2025-08-20T19:15:57.3460448Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateStandardGroup.json",
2025-08-20T19:15:57.3460789Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateStructSyncOrder.json",
2025-08-20T19:15:57.3461069Z [00:02:03.389]➜  			"zh-CN/dms-enterprise/CreateTask.json",
2025-08-20T19:15:57.3461452Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/CreateTaskFlow.json",
2025-08-20T19:15:57.3461788Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/CreateUploadFileJob.json",
2025-08-20T19:15:57.3462138Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/CreateUploadOSSFileJob.json",
2025-08-20T19:15:57.3462639Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteAuthorityTemplate.json",
2025-08-20T19:15:57.3462952Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteInstance.json",
2025-08-20T19:15:57.3463309Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteLakeHouseSpace.json",
2025-08-20T19:15:57.3463668Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteLhMembers.json",
2025-08-20T19:15:57.3464007Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteLogicDatabase.json",
2025-08-20T19:15:57.3464545Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteLogicTableRouteConfig.json",
2025-08-20T19:15:57.3464869Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteProxy.json",
2025-08-20T19:15:57.3465203Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteProxyAccess.json",
2025-08-20T19:15:57.3465540Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteScenario.json",
2025-08-20T19:15:57.3465881Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteStandardGroup.json",
2025-08-20T19:15:57.3466160Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteTask.json",
2025-08-20T19:15:57.3466453Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteTaskFlow.json",
2025-08-20T19:15:57.3466862Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteTaskFlowEdgesByCondition.json",
2025-08-20T19:15:57.3467158Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DeleteUser.json",
2025-08-20T19:15:57.3467443Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DisableUser.json",
2025-08-20T19:15:57.3467804Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/DownloadDataTrackResult.json",
2025-08-20T19:15:57.3468122Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/EditLogicDatabase.json",
2025-08-20T19:15:57.3468410Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/EnableUser.json",
2025-08-20T19:15:57.3468731Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ExecuteDataCorrect.json",
2025-08-20T19:15:57.3469234Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ExecuteDataExport.json",
2025-08-20T19:15:57.3469567Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ExecuteScript.json",
2025-08-20T19:15:57.3469922Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ExecuteStructSync.json",
2025-08-20T19:15:57.3470276Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetApprovalDetail.json",
2025-08-20T19:15:57.3470644Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetAuthorityTemplate.json",
2025-08-20T19:15:57.3471233Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetAuthorityTemplateItem.json",
2025-08-20T19:15:57.3471665Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetClassificationTemplate.json",
2025-08-20T19:15:57.3472011Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDBTaskSQLJobLog.json",
2025-08-20T19:15:57.3472310Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDBTopology.json",
2025-08-20T19:15:57.3472834Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataArchiveCount.json",
2025-08-20T19:15:57.3473218Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataArchiveOrderDetail.json",
2025-08-20T19:15:57.3473572Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataCorrectBackupFiles.json",
2025-08-20T19:15:57.3473943Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataCorrectOrderDetail.json",
2025-08-20T19:15:57.3474319Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataCorrectRollbackFile.json",
2025-08-20T19:15:57.3474670Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataCorrectSQLFile.json",
2025-08-20T19:15:57.3475031Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataCorrectTaskDetail.json",
2025-08-20T19:15:57.3475405Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataCronClearConfig.json",
2025-08-20T19:15:57.3475843Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataCronClearTaskDetailList.json",
2025-08-20T19:15:57.3476223Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataExportDownloadURL.json",
2025-08-20T19:15:57.3476596Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataExportOrderDetail.json",
2025-08-20T19:15:57.3477112Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataExportPreCheckDetail.json",
2025-08-20T19:15:57.3477462Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataImportSQL.json",
2025-08-20T19:15:57.3477832Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataTrackJobDegree.json",
2025-08-20T19:15:57.3478202Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataTrackJobTableMeta.json",
2025-08-20T19:15:57.3478607Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDataTrackOrderDetail.json",
2025-08-20T19:15:57.3478946Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDatabase.json",
2025-08-20T19:15:57.3479382Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDatabaseExportOrderDetail.json",
2025-08-20T19:15:57.3479916Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetDbExportDownloadURL.json",
2025-08-20T19:15:57.3480249Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetInstance.json",
2025-08-20T19:15:57.3480632Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetIntervalLimitOfSLA.json",
2025-08-20T19:15:57.3480997Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetLhSpaceByName.json",
2025-08-20T19:15:57.3481352Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetLogicDatabase.json",
2025-08-20T19:15:57.3481715Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetMetaTableColumn.json",
2025-08-20T19:15:57.3482095Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetMetaTableDetailInfo.json",
2025-08-20T19:15:57.3482669Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetOnlineDDLProgress.json",
2025-08-20T19:15:57.3482993Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetOpLog.json",
2025-08-20T19:15:57.3483393Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetOrderAttachmentFile.json",
2025-08-20T19:15:57.3483738Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetOrderBaseInfo.json",
2025-08-20T19:15:57.3484159Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetOwnerApplyOrderDetail.json",
2025-08-20T19:15:57.3484505Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetPagedInstance.json",
2025-08-20T19:15:57.3484867Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetPermApplyOrderDetail.json",
2025-08-20T19:15:57.3485232Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetPhysicalDatabase.json",
2025-08-20T19:15:57.3485683Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetProxy.json",
2025-08-20T19:15:57.3486032Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetProxyAccess.json",
2025-08-20T19:15:57.3486397Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetRuleNumLimitOfSLA.json",
2025-08-20T19:15:57.3486843Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetSQLReviewCheckResultStatus.json",
2025-08-20T19:15:57.3487372Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetSQLReviewOptimizeDetail.json",
2025-08-20T19:15:57.3487747Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetStandardGroup.json",
2025-08-20T19:15:57.3488171Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetStructSyncExecSqlDetail.json",
2025-08-20T19:15:57.3488608Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetStructSyncJobAnalyzeResult.json",
2025-08-20T19:15:57.3488987Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetStructSyncJobDetail.json",
2025-08-20T19:15:57.3489497Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetStructSyncOrderDetail.json",
2025-08-20T19:15:57.3489889Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetTableDBTopology.json",
2025-08-20T19:15:57.3490247Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetTableTopology.json",
2025-08-20T19:15:57.3490540Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetTask.json",
2025-08-20T19:15:57.3490960Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetTaskFlowGraph.json",
2025-08-20T19:15:57.3491366Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetTaskFlowNotification.json",
2025-08-20T19:15:57.3491782Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetTaskInstanceRelation.json",
2025-08-20T19:15:57.3492083Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetUser.json",
2025-08-20T19:15:57.3492589Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetUserActiveTenant.json",
2025-08-20T19:15:57.3492946Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GetUserUploadFileJob.json",
2025-08-20T19:15:57.3493324Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GrantTemplateAuthority.json",
2025-08-20T19:15:57.3493702Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/GrantUserPermission.json",
2025-08-20T19:15:57.3494099Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/InspectProxyAccessSecret.json",
2025-08-20T19:15:57.3494472Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListAuthorityTemplate.json",
2025-08-20T19:15:57.3494903Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListClassificationTemplates.json",
2025-08-20T19:15:57.3495226Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListColumns.json",
2025-08-20T19:15:57.3495588Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListDAGVersions.json",
2025-08-20T19:15:57.3495941Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListDBTaskSQLJob.json",
2025-08-20T19:15:57.3583525Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListDBTaskSQLJobDetail.json",
2025-08-20T19:15:57.3583914Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListDDLPublishRecords.json",
2025-08-20T19:15:57.3584299Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListDataCorrectPreCheckDB.json",
2025-08-20T19:15:57.3584703Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListDataCorrectPreCheckSQL.json",
2025-08-20T19:15:57.3585147Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListDataImportSQLPreCheckDetail.json",
2025-08-20T19:15:57.3585487Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListDataImportSQLType.json",
2025-08-20T19:15:57.3585859Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListDatabaseUserPermssions.json",
2025-08-20T19:15:57.3586170Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListDatabases.json",
2025-08-20T19:15:57.3586520Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListDefaultSLARules.json",
2025-08-20T19:15:57.3586883Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListDesensitizationRule.json",
2025-08-20T19:15:57.3587231Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListEffectiveOrders.json",
2025-08-20T19:15:57.3587523Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListIndexes.json",
2025-08-20T19:15:57.3587891Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListInstanceLoginAuditLog.json",
2025-08-20T19:15:57.3588277Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListInstanceUserPermissions.json",
2025-08-20T19:15:57.3588740Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListInstances.json",
2025-08-20T19:15:57.3589101Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListLhTaskFlowAndScenario.json",
2025-08-20T19:15:57.3589439Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListLogicDatabases.json",
2025-08-20T19:15:57.3589826Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListLogicTableRouteConfig.json",
2025-08-20T19:15:57.3590258Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListLogicTables.json",
2025-08-20T19:15:57.3590573Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListOrders.json",
2025-08-20T19:15:57.3590895Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListProxies.json",
2025-08-20T19:15:57.3591261Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListProxyAccesses.json",
2025-08-20T19:15:57.3591670Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListProxySQLExecAuditLog.json",
2025-08-20T19:15:57.3591996Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListSLARules.json",
2025-08-20T19:15:57.3592605Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListSQLExecAuditLog.json",
2025-08-20T19:15:57.3592983Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListSQLReviewOriginSQL.json",
2025-08-20T19:15:57.3593298Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListScenarios.json",
2025-08-20T19:15:57.3593666Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListSensitiveColumns.json",
2025-08-20T19:15:57.3594081Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListSensitiveColumnsDetail.json",
2025-08-20T19:15:57.3594490Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListSensitiveDataAuditLog.json",
2025-08-20T19:15:57.3594871Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListSensitivityLevel.json",
2025-08-20T19:15:57.3595262Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListStandardGroups.json",
2025-08-20T19:15:57.3595595Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListTables.json",
2025-08-20T19:15:57.3595937Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListTaskFlow.json",
2025-08-20T19:15:57.3596350Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListTaskFlowConstants.json",
2025-08-20T19:15:57.3596726Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListTaskFlowCooperators.json",
2025-08-20T19:15:57.3597124Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListTaskFlowEdgesByCondition.json",
2025-08-20T19:15:57.3597456Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListTaskFlowInstance.json",
2025-08-20T19:15:57.3597816Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListTaskFlowTimeVariables.json",
2025-08-20T19:15:57.3598152Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListTaskFlowsByPage.json",
2025-08-20T19:15:57.3598480Z [00:02:03.390]➜  			"zh-CN/dms-enterprise/ListTasksInTaskFlow.json",
2025-08-20T19:15:57.3598935Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/ListUserPermissions.json",
2025-08-20T19:15:57.3599278Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/ListUserTenants.json",
2025-08-20T19:15:57.3599613Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/ListUsers.json",
2025-08-20T19:15:57.3599965Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/ListWorkFlowNodes.json",
2025-08-20T19:15:57.3600366Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/ListWorkFlowTemplates.json",
2025-08-20T19:15:57.3600791Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/MakeTaskFlowInstanceSuccess.json",
2025-08-20T19:15:57.3601199Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/ModifyDataCorrectExecSQL.json",
2025-08-20T19:15:57.3601692Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/ModifyDesensitizationStrategy.json",
2025-08-20T19:15:57.3602044Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/ModifyInstance.json",
2025-08-20T19:15:57.3602625Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/MoveTaskFlowToScenario.json",
2025-08-20T19:15:57.3603003Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/OfflineTaskFlow.json",
2025-08-20T19:15:57.3603388Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/PauseDataCorrectSQLJob.json",
2025-08-20T19:15:57.3603738Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/PreviewWorkflow.json",
2025-08-20T19:15:57.3604147Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/PublishAndDeployTaskFlow.json",
2025-08-20T19:15:57.3604665Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/QueryDataTrackResultDownloadStatus.json",
2025-08-20T19:15:57.3605252Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/ReDeployLhDagVersion.json",
2025-08-20T19:15:57.3605663Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/ReRunTaskFlowInstance.json",
2025-08-20T19:15:57.3606026Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/RefundPayAsYouGoOrder.json",
2025-08-20T19:15:57.3606403Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/RegisterInstance.json",
2025-08-20T19:15:57.3607037Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/RegisterUser.json",
2025-08-20T19:15:57.3607592Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/RestartDataCorrectSQLJob.json",
2025-08-20T19:15:57.3608075Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/ResumeTaskFlowInstance.json",
2025-08-20T19:15:57.3608600Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/RetryDataCorrectPreCheck.json",
2025-08-20T19:15:57.3609104Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/RevokeTemplateAuthority.json",
2025-08-20T19:15:57.3609744Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/RevokeUserPermission.json",
2025-08-20T19:15:57.3610305Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/SearchDataTrackResult.json",
2025-08-20T19:15:57.3610668Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/SearchDatabase.json",
2025-08-20T19:15:57.3611006Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/SearchTable.json",
2025-08-20T19:15:57.3611324Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/SetOwners.json",
2025-08-20T19:15:57.3611707Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/SkipDataCorrectRowCheck.json",
2025-08-20T19:15:57.3612086Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/StopTaskFlowInstance.json",
2025-08-20T19:15:57.3612747Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/SubmitOrderApproval.json",
2025-08-20T19:15:57.3613229Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/SubmitStructSyncOrderApproval.json",
2025-08-20T19:15:57.3613615Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/SuspendTaskFlowInstance.json",
2025-08-20T19:15:57.3613995Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/SyncDatabaseMeta.json",
2025-08-20T19:15:57.3614368Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/SyncInstanceMeta.json",
2025-08-20T19:15:57.3614783Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateAuthorityTemplate.json",
2025-08-20T19:15:57.3615129Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateInstance.json",
2025-08-20T19:15:57.3615477Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateSLARules.json",
2025-08-20T19:15:57.3615810Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateScenario.json",
2025-08-20T19:15:57.3616198Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateStandardGroup.json",
2025-08-20T19:15:57.3616639Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskConfig.json",
2025-08-20T19:15:57.3617293Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskContent.json",
2025-08-20T19:15:57.3617723Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskFlowConstants.json",
2025-08-20T19:15:57.3618101Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskFlowCooperators.json",
2025-08-20T19:15:57.3618502Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskFlowEdges.json",
2025-08-20T19:15:57.3619170Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskFlowNameAndDesc.json",
2025-08-20T19:15:57.3619594Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskFlowNotification.json",
2025-08-20T19:15:57.3619977Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskFlowOwner.json",
2025-08-20T19:15:57.3620372Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskFlowRelations.json",
2025-08-20T19:15:57.3620778Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskFlowSchedule.json",
2025-08-20T19:15:57.3621210Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskFlowTimeVariables.json",
2025-08-20T19:15:57.3621567Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskName.json",
2025-08-20T19:15:57.3621918Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskOutput.json",
2025-08-20T19:15:57.3622311Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateTaskTimeVariables.json",
2025-08-20T19:15:57.3622815Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/UpdateUser.json",
2025-08-20T19:15:57.3623157Z [00:02:03.391]➜  			"zh-CN/dms-enterprise/version.json",
2025-08-20T19:15:57.3623443Z [00:02:03.391]➜  			"zh-CN/domain/CheckDomain.json",
2025-08-20T19:15:57.3623692Z [00:02:03.391]➜  			"zh-CN/domain/CreateOrder.json",
2025-08-20T19:15:57.3624002Z [00:02:03.391]➜  			"zh-CN/domain/DeleteContactTemplate.json",
2025-08-20T19:15:57.3624289Z [00:02:03.391]➜  			"zh-CN/domain/GetWhoisInfo.json",
2025-08-20T19:15:57.3624591Z [00:02:03.391]➜  			"zh-CN/domain/OSuborderDomain.json",
2025-08-20T19:15:57.3625073Z [00:02:03.391]➜  			"zh-CN/domain/QueryBatchTaskDetailList.json",
2025-08-20T19:15:57.3625409Z [00:02:03.391]➜  			"zh-CN/domain/QueryBatchTaskList.json",
2025-08-20T19:15:57.3625710Z [00:02:03.391]➜  			"zh-CN/domain/QueryContact.json",
2025-08-20T19:15:57.3626047Z [00:02:03.391]➜  			"zh-CN/domain/QueryContactTemplate.json",
2025-08-20T19:15:57.3626369Z [00:02:03.391]➜  			"zh-CN/domain/QueryDomainBySaleId.json",
2025-08-20T19:15:57.3626806Z [00:02:03.391]➜  			"zh-CN/domain/QueryDomainList.json",
2025-08-20T19:15:57.3627155Z [00:02:03.391]➜  			"zh-CN/domain/QueryFailReasonList.json",
2025-08-20T19:15:57.3627447Z [00:02:03.391]➜  			"zh-CN/domain/QueryOrder.json",
2025-08-20T19:15:57.3627741Z [00:02:03.391]➜  			"zh-CN/domain/SaveContactTemplate.json",
2025-08-20T19:15:57.3628126Z [00:02:03.391]➜  			"zh-CN/domain/SaveContactTemplateCredential.json",
2025-08-20T19:15:57.3628515Z [00:02:03.391]➜  			"zh-CN/domain/SaveTaskForModifyingDomainDns.json",
2025-08-20T19:15:57.3629094Z [00:02:03.391]➜  			"zh-CN/domain/SaveTaskForSubmittingDomainNameCredential.json",
2025-08-20T19:15:57.3629708Z [00:02:03.391]➜  			"zh-CN/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json",
2025-08-20T19:15:57.3630178Z [00:02:03.391]➜  			"zh-CN/domain/SaveTaskForUpdatingContactByTempateId.json",
2025-08-20T19:15:57.3630626Z [00:02:03.391]➜  			"zh-CN/domain/SaveTaskForUpdatingContactByTemplateId.json",
2025-08-20T19:15:57.3630936Z [00:02:03.391]➜  			"zh-CN/domain/WhoisProtection.json",
2025-08-20T19:15:57.3631229Z [00:02:03.391]➜  			"zh-CN/domain/version.json",
2025-08-20T19:15:57.3631571Z [00:02:03.391]➜  			"zh-CN/drds/ChangeAccountPassword.json",
2025-08-20T19:15:57.3631885Z [00:02:03.391]➜  			"zh-CN/drds/ChangeInstanceAzone.json",
2025-08-20T19:15:57.3632185Z [00:02:03.391]➜  			"zh-CN/drds/CheckDrdsDbName.json",
2025-08-20T19:15:57.3632682Z [00:02:03.391]➜  			"zh-CN/drds/CheckExpandStatus.json",
2025-08-20T19:15:57.3633044Z [00:02:03.391]➜  			"zh-CN/drds/CheckSqlAuditEnableStatus.json",
2025-08-20T19:15:57.3633298Z [00:02:03.391]➜  			"zh-CN/drds/CreateDrdsDB.json",
2025-08-20T19:15:57.3633577Z [00:02:03.391]➜  			"zh-CN/drds/CreateDrdsInstance.json",
2025-08-20T19:15:57.3633989Z [00:02:03.391]➜  			"zh-CN/drds/CreateInstanceAccount.json",
2025-08-20T19:15:57.3634333Z [00:02:03.391]➜  			"zh-CN/drds/CreateInstanceInternetAddress.json",
2025-08-20T19:15:57.3634625Z [00:02:03.391]➜  			"zh-CN/drds/CreateOrderForRds.json",
2025-08-20T19:15:57.3634936Z [00:02:03.391]➜  			"zh-CN/drds/CreateShardTask.json",
2025-08-20T19:15:57.3635352Z [00:02:03.391]➜  			"zh-CN/drds/DescribeBackMenu.json",
2025-08-20T19:15:57.3635659Z [00:02:03.391]➜  			"zh-CN/drds/DescribeBackupDbs.json",
2025-08-20T19:15:57.3635962Z [00:02:03.391]➜  			"zh-CN/drds/DescribeBackupLocal.json",
2025-08-20T19:15:57.3636275Z [00:02:03.391]➜  			"zh-CN/drds/DescribeBackupPolicy.json",
2025-08-20T19:15:57.3636567Z [00:02:03.391]➜  			"zh-CN/drds/DescribeBackupSets.json",
2025-08-20T19:15:57.3636881Z [00:02:03.391]➜  			"zh-CN/drds/DescribeBackupTimes.json",
2025-08-20T19:15:57.3637203Z [00:02:03.391]➜  			"zh-CN/drds/DescribeBroadcastTables.json",
2025-08-20T19:15:57.3637526Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDbInstanceDbs.json",
2025-08-20T19:15:57.3637821Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDbInstances.json",
2025-08-20T19:15:57.3638088Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsDB.json",
2025-08-20T19:15:57.3638392Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsDBCluster.json",
2025-08-20T19:15:57.3638769Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsDBIpWhiteList.json",
2025-08-20T19:15:57.3639070Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsDBs.json",
2025-08-20T19:15:57.3639387Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsDbInstance.json",
2025-08-20T19:15:57.3639689Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsDbInstances.json",
2025-08-20T19:15:57.3640003Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsDbRdsNameList.json",
2025-08-20T19:15:57.3640280Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsInstance.json",
2025-08-20T19:15:57.3640718Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsInstanceDbMonitor.json",
2025-08-20T19:15:57.3641081Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsInstanceLevelTasks.json",
2025-08-20T19:15:57.3641418Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsInstanceMonitor.json",
2025-08-20T19:15:57.3641746Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsInstanceVersion.json",
2025-08-20T19:15:57.3642032Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsInstances.json",
2025-08-20T19:15:57.3672604Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsParams.json",
2025-08-20T19:15:57.3673187Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsRdsInstances.json",
2025-08-20T19:15:57.3673559Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsShardingDbs.json",
2025-08-20T19:15:57.3673879Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsSlowSqls.json",
2025-08-20T19:15:57.3674228Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsSqlAuditStatus.json",
2025-08-20T19:15:57.3674510Z [00:02:03.391]➜  			"zh-CN/drds/DescribeDrdsTasks.json",
2025-08-20T19:15:57.3674916Z [00:02:03.391]➜  			"zh-CN/drds/DescribeExpandLogicTableInfoList.json",
2025-08-20T19:15:57.3675213Z [00:02:03.391]➜  			"zh-CN/drds/DescribeHotDbList.json",
2025-08-20T19:15:57.3675556Z [00:02:03.391]➜  			"zh-CN/drds/DescribeInstDbLogInfo.json",
2025-08-20T19:15:57.3675870Z [00:02:03.391]➜  			"zh-CN/drds/DescribeInstDbSlsInfo.json",
2025-08-20T19:15:57.3676236Z [00:02:03.391]➜  			"zh-CN/drds/DescribeInstanceAccounts.json",
2025-08-20T19:15:57.3676612Z [00:02:03.391]➜  			"zh-CN/drds/DescribeInstanceSwitchAzone.json",
2025-08-20T19:15:57.3676988Z [00:02:03.391]➜  			"zh-CN/drds/DescribeInstanceSwitchNetwork.json",
2025-08-20T19:15:57.3677323Z [00:02:03.391]➜  			"zh-CN/drds/DescribePreCheckResult.json",
2025-08-20T19:15:57.3677654Z [00:02:03.391]➜  			"zh-CN/drds/DescribeRDSPerformance.json",
2025-08-20T19:15:57.3677966Z [00:02:03.391]➜  			"zh-CN/drds/DescribeRdsCommodity.json",
2025-08-20T19:15:57.3678349Z [00:02:03.391]➜  			"zh-CN/drds/DescribeRdsPerformanceSummary.json",
2025-08-20T19:15:57.3678745Z [00:02:03.391]➜  			"zh-CN/drds/DescribeRdsSuperAccountInstances.json",
2025-08-20T19:15:57.3679086Z [00:02:03.391]➜  			"zh-CN/drds/DescribeRecycleBinStatus.json",
2025-08-20T19:15:57.3679670Z [00:02:03.391]➜  			"zh-CN/drds/DescribeRecycleBinTables.json",
2025-08-20T19:15:57.3679999Z [00:02:03.391]➜  			"zh-CN/drds/DescribeRestoreOrder.json",
2025-08-20T19:15:57.3680310Z [00:02:03.391]➜  			"zh-CN/drds/DescribeShardTaskInfo.json",
2025-08-20T19:15:57.3680643Z [00:02:03.391]➜  			"zh-CN/drds/DescribeSqlFlashbakTask.json",
2025-08-20T19:15:57.3681047Z [00:02:03.391]➜  			"zh-CN/drds/DescribeTable.json",
2025-08-20T19:15:57.3681371Z [00:02:03.391]➜  			"zh-CN/drds/DescribeTableListByType.json",
2025-08-20T19:15:57.3681642Z [00:02:03.391]➜  			"zh-CN/drds/DescribeTables.json",
2025-08-20T19:15:57.3681921Z [00:02:03.391]➜  			"zh-CN/drds/DisableSqlAudit.json",
2025-08-20T19:15:57.3682244Z [00:02:03.391]➜  			"zh-CN/drds/EnableInstanceIpv6Address.json",
2025-08-20T19:15:57.3682704Z [00:02:03.391]➜  			"zh-CN/drds/EnableSqlAudit.json",
2025-08-20T19:15:57.3683070Z [00:02:03.391]➜  			"zh-CN/drds/EnableSqlFlashbackMatchSwitch.json",
2025-08-20T19:15:57.3683403Z [00:02:03.391]➜  			"zh-CN/drds/FlashbackRecycleBinTable.json",
2025-08-20T19:15:57.3683712Z [00:02:03.391]➜  			"zh-CN/drds/GetDrdsDbRdsRelationInfo.json",
2025-08-20T19:15:57.3683993Z [00:02:03.391]➜  			"zh-CN/drds/ListTagResources.json",
2025-08-20T19:15:57.3684262Z [00:02:03.391]➜  			"zh-CN/drds/ManagePrivateRds.json",
2025-08-20T19:15:57.3684588Z [00:02:03.391]➜  			"zh-CN/drds/ModifyAccountDescription.json",
2025-08-20T19:15:57.3684880Z [00:02:03.391]➜  			"zh-CN/drds/ModifyAccountPrivilege.json",
2025-08-20T19:15:57.3685226Z [00:02:03.391]➜  			"zh-CN/drds/ModifyDrdsInstanceDescription.json",
2025-08-20T19:15:57.3685520Z [00:02:03.391]➜  			"zh-CN/drds/ModifyDrdsIpWhiteList.json",
2025-08-20T19:15:57.3685848Z [00:02:03.391]➜  			"zh-CN/drds/ModifyPolarDbReadWeight.json",
2025-08-20T19:15:57.3686266Z [00:02:03.391]➜  			"zh-CN/drds/ModifyRdsReadWeight.json",
2025-08-20T19:15:57.3686571Z [00:02:03.391]➜  			"zh-CN/drds/PutStartBackup.json",
2025-08-20T19:15:57.3686866Z [00:02:03.391]➜  			"zh-CN/drds/RefreshDrdsAtomUrl.json",
2025-08-20T19:15:57.3687209Z [00:02:03.391]➜  			"zh-CN/drds/ReleaseInstanceInternetAddress.json",
2025-08-20T19:15:57.3687491Z [00:02:03.391]➜  			"zh-CN/drds/RemoveBackupsSet.json",
2025-08-20T19:15:57.3687753Z [00:02:03.391]➜  			"zh-CN/drds/RemoveDrdsDb.json",
2025-08-20T19:15:57.3688212Z [00:02:03.391]➜  			"zh-CN/drds/RemoveDrdsDbFailedRecord.json",
2025-08-20T19:15:57.3688550Z [00:02:03.391]➜  			"zh-CN/drds/RemoveDrdsInstance.json",
2025-08-20T19:15:57.3688881Z [00:02:03.391]➜  			"zh-CN/drds/RemoveInstanceAccount.json",
2025-08-20T19:15:57.3689202Z [00:02:03.391]➜  			"zh-CN/drds/RemoveRecycleBinTable.json",
2025-08-20T19:15:57.3689502Z [00:02:03.391]➜  			"zh-CN/drds/RestartDrdsInstance.json",
2025-08-20T19:15:57.3689818Z [00:02:03.391]➜  			"zh-CN/drds/RollbackInstanceVersion.json",
2025-08-20T19:15:57.3690110Z [00:02:03.391]➜  			"zh-CN/drds/SetBackupLocal.json",
2025-08-20T19:15:57.3690386Z [00:02:03.391]➜  			"zh-CN/drds/SetBackupPolicy.json",
2025-08-20T19:15:57.3690697Z [00:02:03.391]➜  			"zh-CN/drds/SetupBroadcastTables.json",
2025-08-20T19:15:57.3690988Z [00:02:03.391]➜  			"zh-CN/drds/SetupDrdsParams.json",
2025-08-20T19:15:57.3691294Z [00:02:03.391]➜  			"zh-CN/drds/SetupRecycleBinStatus.json",
2025-08-20T19:15:57.3691557Z [00:02:03.391]➜  			"zh-CN/drds/SetupTable.json",
2025-08-20T19:15:57.3691855Z [00:02:03.391]➜  			"zh-CN/drds/StartRestore.json",
2025-08-20T19:15:57.3692148Z [00:02:03.391]➜  			"zh-CN/drds/SubmitCleanTask.json",
2025-08-20T19:15:57.3692696Z [00:02:03.391]➜  			"zh-CN/drds/SubmitHotExpandPreCheckTask.json",
2025-08-20T19:15:57.3692994Z [00:02:03.391]➜  			"zh-CN/drds/SubmitHotExpandTask.json",
2025-08-20T19:15:57.3693318Z [00:02:03.391]➜  			"zh-CN/drds/SubmitSmoothExpandPreCheck.json",
2025-08-20T19:15:57.3693695Z [00:02:03.391]➜  			"zh-CN/drds/SubmitSmoothExpandPreCheckTask.json",
2025-08-20T19:15:57.3694012Z [00:02:03.391]➜  			"zh-CN/drds/SubmitSqlFlashbackTask.json",
2025-08-20T19:15:57.3694336Z [00:02:03.392]➜  			"zh-CN/drds/SwitchGlobalBroadcastType.json",
2025-08-20T19:15:57.3694736Z [00:02:03.392]➜  			"zh-CN/drds/TagResources.json",
2025-08-20T19:15:57.3695006Z [00:02:03.392]➜  			"zh-CN/drds/UntagResources.json",
2025-08-20T19:15:57.3695301Z [00:02:03.392]➜  			"zh-CN/drds/UpdateInstanceNetwork.json",
2025-08-20T19:15:57.3695602Z [00:02:03.392]➜  			"zh-CN/drds/UpdatePrivateRdsClass.json",
2025-08-20T19:15:57.3696062Z [00:02:03.392]➜  			"zh-CN/drds/UpdateResourceGroupAttribute.json",
2025-08-20T19:15:57.3696375Z [00:02:03.392]➜  			"zh-CN/drds/UpgradeHiStoreInstance.json",
2025-08-20T19:15:57.3696682Z [00:02:03.392]➜  			"zh-CN/drds/UpgradeInstanceVersion.json",
2025-08-20T19:15:57.3696952Z [00:02:03.392]➜  			"zh-CN/drds/ValidateShardTask.json",
2025-08-20T19:15:57.3697188Z [00:02:03.392]➜  			"zh-CN/drds/version.json",
2025-08-20T19:15:57.3697453Z [00:02:03.392]➜  			"zh-CN/dts/ConfigureDtsJob.json",
2025-08-20T19:15:57.3697745Z [00:02:03.394]➜  			"zh-CN/dts/ConfigureMigrationJob.json",
2025-08-20T19:15:57.3698072Z [00:02:03.394]➜  			"zh-CN/dts/ConfigureMigrationJobAlert.json",
2025-08-20T19:15:57.3698408Z [00:02:03.394]➜  			"zh-CN/dts/ConfigureSubscription.json",
2025-08-20T19:15:57.3698768Z [00:02:03.394]➜  			"zh-CN/dts/ConfigureSubscriptionInstance.json",
2025-08-20T19:15:57.3699166Z [00:02:03.394]➜  			"zh-CN/dts/ConfigureSubscriptionInstanceAlert.json",
2025-08-20T19:15:57.3699516Z [00:02:03.394]➜  			"zh-CN/dts/ConfigureSynchronizationJob.json",
2025-08-20T19:15:57.3699888Z [00:02:03.394]➜  			"zh-CN/dts/ConfigureSynchronizationJobAlert.json",
2025-08-20T19:15:57.3700369Z [00:02:03.394]➜  			"zh-CN/dts/ConfigureSynchronizationJobReplicatorCompare.json",
2025-08-20T19:15:57.3700665Z [00:02:03.394]➜  			"zh-CN/dts/CountJobByCondition.json",
2025-08-20T19:15:57.3700960Z [00:02:03.394]➜  			"zh-CN/dts/CreateConsumerChannel.json",
2025-08-20T19:15:57.3701346Z [00:02:03.394]➜  			"zh-CN/dts/CreateConsumerGroup.json",
2025-08-20T19:15:57.3701793Z [00:02:03.394]➜  			"zh-CN/dts/CreateDedicatedClusterMonitorRule.json",
2025-08-20T19:15:57.3702088Z [00:02:03.394]➜  			"zh-CN/dts/CreateDtsInstance.json",
2025-08-20T19:15:57.3702581Z [00:02:03.394]➜  			"zh-CN/dts/CreateJobMonitorRule.json",
2025-08-20T19:15:57.3702891Z [00:02:03.394]➜  			"zh-CN/dts/CreateMigrationJob.json",
2025-08-20T19:15:57.3703203Z [00:02:03.394]➜  			"zh-CN/dts/CreateReverseDtsJob.json",
2025-08-20T19:15:57.3703678Z [00:02:03.394]➜  			"zh-CN/dts/CreateSubscriptionInstance.json",
2025-08-20T19:15:57.3704065Z [00:02:03.394]➜  			"zh-CN/dts/CreateSynchronizationJob.json",
2025-08-20T19:15:57.3704397Z [00:02:03.394]➜  			"zh-CN/dts/DeleteConsumerChannel.json",
2025-08-20T19:15:57.3704696Z [00:02:03.394]➜  			"zh-CN/dts/DeleteConsumerGroup.json",
2025-08-20T19:15:57.3704954Z [00:02:03.394]➜  			"zh-CN/dts/DeleteDtsJob.json",
2025-08-20T19:15:57.3705222Z [00:02:03.394]➜  			"zh-CN/dts/DeleteDtsJobs.json",
2025-08-20T19:15:57.3705514Z [00:02:03.394]➜  			"zh-CN/dts/DeleteMigrationJob.json",
2025-08-20T19:15:57.3705841Z [00:02:03.394]➜  			"zh-CN/dts/DeleteSubscriptionInstance.json",
2025-08-20T19:15:57.3706140Z [00:02:03.394]➜  			"zh-CN/dts/DeleteSynchronizationJob.json",
2025-08-20T19:15:57.3706420Z [00:02:03.397]➜  			"zh-CN/dts/DescribeCheckJobs.json",
2025-08-20T19:15:57.3706754Z [00:02:03.397]➜  			"zh-CN/dts/DescribeClusterOperateLogs.json",
2025-08-20T19:15:57.3707142Z [00:02:03.397]➜  			"zh-CN/dts/DescribeClusterUsedUtilization.json",
2025-08-20T19:15:57.3707468Z [00:02:03.397]➜  			"zh-CN/dts/DescribeConnectionStatus.json",
2025-08-20T19:15:57.3707788Z [00:02:03.397]➜  			"zh-CN/dts/DescribeConsumerChannel.json",
2025-08-20T19:15:57.3708088Z [00:02:03.397]➜  			"zh-CN/dts/DescribeConsumerGroup.json",
2025-08-20T19:15:57.3708361Z [00:02:03.397]➜  			"zh-CN/dts/DescribeDTSIP.json",
2025-08-20T19:15:57.3708694Z [00:02:03.397]➜  			"zh-CN/dts/DescribeDataCheckReportUrl.json",
2025-08-20T19:15:57.3709070Z [00:02:03.397]➜  			"zh-CN/dts/DescribeDataCheckTableDetails.json",
2025-08-20T19:15:57.3709458Z [00:02:03.397]➜  			"zh-CN/dts/DescribeDataCheckTableDiffDetails.json",
2025-08-20T19:15:57.3709936Z [00:02:03.397]➜  			"zh-CN/dts/DescribeDedicatedCluster.json",
2025-08-20T19:15:57.3710412Z [00:02:03.397]➜  			"zh-CN/dts/DescribeDedicatedClusterMonitorRule.json",
2025-08-20T19:15:57.3710784Z [00:02:03.397]➜  			"zh-CN/dts/DescribeDtsEtlJobVersionInfo.json",
2025-08-20T19:15:57.3711094Z [00:02:03.397]➜  			"zh-CN/dts/DescribeDtsJobDetail.json",
2025-08-20T19:15:57.3711513Z [00:02:03.397]➜  			"zh-CN/dts/DescribeDtsJobs.json",
2025-08-20T19:15:57.3711817Z [00:02:03.397]➜  			"zh-CN/dts/DescribeDtsServiceLog.json",
2025-08-20T19:15:57.3712174Z [00:02:03.397]➜  			"zh-CN/dts/DescribeEndpointSwitchStatus.json",
2025-08-20T19:15:57.3712652Z [00:02:03.397]➜  			"zh-CN/dts/DescribeEtlJobLogs.json",
2025-08-20T19:15:57.3713010Z [00:02:03.397]➜  			"zh-CN/dts/DescribeInitializationStatus.json",
2025-08-20T19:15:57.3713468Z [00:02:03.397]➜  			"zh-CN/dts/DescribeJobMonitorRule.json",
2025-08-20T19:15:57.3713804Z [00:02:03.397]➜  			"zh-CN/dts/DescribeMetricList.json",
2025-08-20T19:15:57.3714161Z [00:02:03.397]➜  			"zh-CN/dts/DescribeMigrationJobAlert.json",
2025-08-20T19:15:57.3714498Z [00:02:03.397]➜  			"zh-CN/dts/DescribeMigrationJobDetail.json",
2025-08-20T19:15:57.3714839Z [00:02:03.397]➜  			"zh-CN/dts/DescribeMigrationJobStatus.json",
2025-08-20T19:15:57.3715146Z [00:02:03.397]➜  			"zh-CN/dts/DescribeMigrationJobs.json",
2025-08-20T19:15:57.3715446Z [00:02:03.397]➜  			"zh-CN/dts/DescribePreCheckStatus.json",
2025-08-20T19:15:57.3715811Z [00:02:03.397]➜  			"zh-CN/dts/DescribeSubscriptionInstanceAlert.json",
2025-08-20T19:15:57.3716201Z [00:02:03.397]➜  			"zh-CN/dts/DescribeSubscriptionInstanceStatus.json",
2025-08-20T19:15:57.3716566Z [00:02:03.397]➜  			"zh-CN/dts/DescribeSubscriptionInstances.json",
2025-08-20T19:15:57.3716900Z [00:02:03.397]➜  			"zh-CN/dts/DescribeSubscriptionMeta.json",
2025-08-20T19:15:57.3717295Z [00:02:03.397]➜  			"zh-CN/dts/DescribeSynchronizationJobAlert.json",
2025-08-20T19:15:57.3717777Z [00:02:03.397]➜  			"zh-CN/dts/DescribeSynchronizationJobReplicatorCompare.json",
2025-08-20T19:15:57.3718167Z [00:02:03.397]➜  			"zh-CN/dts/DescribeSynchronizationJobStatus.json",
2025-08-20T19:15:57.3718601Z [00:02:03.397]➜  			"zh-CN/dts/DescribeSynchronizationJobStatusList.json",
2025-08-20T19:15:57.3718958Z [00:02:03.397]➜  			"zh-CN/dts/DescribeSynchronizationJobs.json",
2025-08-20T19:15:57.3719594Z [00:02:03.397]➜  			"zh-CN/dts/DescribeSynchronizationObjectModifyStatus.json",
2025-08-20T19:15:57.3719914Z [00:02:03.397]➜  			"zh-CN/dts/DescribeTagKeys.json",
2025-08-20T19:15:57.3720224Z [00:02:03.397]➜  			"zh-CN/dts/DescribeTagValues.json",
2025-08-20T19:15:57.3720528Z [00:02:03.397]➜  			"zh-CN/dts/InitDtsRdsInstance.json",
2025-08-20T19:15:57.3720859Z [00:02:03.397]➜  			"zh-CN/dts/ListDedicatedCluster.json",
2025-08-20T19:15:57.3721179Z [00:02:03.397]➜  			"zh-CN/dts/ListTagResources.json",
2025-08-20T19:15:57.3721499Z [00:02:03.397]➜  			"zh-CN/dts/ModifyConsumerChannel.json",
2025-08-20T19:15:57.3721850Z [00:02:03.397]➜  			"zh-CN/dts/ModifyConsumerGroupPassword.json",
2025-08-20T19:15:57.3740054Z [00:02:03.397]➜  			"zh-CN/dts/ModifyConsumptionTimestamp.json",
2025-08-20T19:15:57.3740525Z [00:02:03.398]➜  			"zh-CN/dts/ModifyDedicatedCluster.json",
2025-08-20T19:15:57.3740850Z [00:02:03.398]➜  			"zh-CN/dts/ModifyDtsJob.json",
2025-08-20T19:15:57.3741187Z [00:02:03.398]➜  			"zh-CN/dts/ModifyDtsJobConfig.json",
2025-08-20T19:15:57.3741570Z [00:02:03.398]➜  			"zh-CN/dts/ModifyDtsJobDedicatedCluster.json",
2025-08-20T19:15:57.3741877Z [00:02:03.398]➜  			"zh-CN/dts/ModifyDtsJobDuLimit.json",
2025-08-20T19:15:57.3742204Z [00:02:03.398]➜  			"zh-CN/dts/ModifyDtsJobEndpoint.json",
2025-08-20T19:15:57.3742658Z [00:02:03.398]➜  			"zh-CN/dts/ModifyDtsJobName.json",
2025-08-20T19:15:57.3742985Z [00:02:03.398]➜  			"zh-CN/dts/ModifyDtsJobPassword.json",
2025-08-20T19:15:57.3743302Z [00:02:03.398]➜  			"zh-CN/dts/ModifyDynamicConfig.json",
2025-08-20T19:15:57.3743630Z [00:02:03.398]➜  			"zh-CN/dts/ModifySubscription.json",
2025-08-20T19:15:57.3743972Z [00:02:03.398]➜  			"zh-CN/dts/ModifySubscriptionObject.json",
2025-08-20T19:15:57.3744337Z [00:02:03.398]➜  			"zh-CN/dts/ModifySynchronizationObject.json",
2025-08-20T19:15:57.3744634Z [00:02:03.398]➜  			"zh-CN/dts/RenewInstance.json",
2025-08-20T19:15:57.3744922Z [00:02:03.398]➜  			"zh-CN/dts/ResetDtsJob.json",
2025-08-20T19:15:57.3745251Z [00:02:03.398]➜  			"zh-CN/dts/ResetSynchronizationJob.json",
2025-08-20T19:15:57.3745759Z [00:02:03.398]➜  			"zh-CN/dts/ShieldPrecheck.json",
2025-08-20T19:15:57.3746053Z [00:02:03.398]➜  			"zh-CN/dts/SkipPreCheck.json",
2025-08-20T19:15:57.3746346Z [00:02:03.398]➜  			"zh-CN/dts/StartDtsJob.json",
2025-08-20T19:15:57.3746625Z [00:02:03.398]➜  			"zh-CN/dts/StartDtsJobs.json",
2025-08-20T19:15:57.3746930Z [00:02:03.398]➜  			"zh-CN/dts/StartMigrationJob.json",
2025-08-20T19:15:57.3747428Z [00:02:03.398]➜  			"zh-CN/dts/StartReverseWriter.json",
2025-08-20T19:15:57.3747819Z [00:02:03.398]➜  			"zh-CN/dts/StartSubscriptionInstance.json",
2025-08-20T19:15:57.3748163Z [00:02:03.398]➜  			"zh-CN/dts/StartSynchronizationJob.json",
2025-08-20T19:15:57.3748451Z [00:02:03.398]➜  			"zh-CN/dts/StopDedicatedCluster.json",
2025-08-20T19:15:57.3748713Z [00:02:03.398]➜  			"zh-CN/dts/StopDtsJob.json",
2025-08-20T19:15:57.3748997Z [00:02:03.398]➜  			"zh-CN/dts/StopDtsJobs.json",
2025-08-20T19:15:57.3749315Z [00:02:03.398]➜  			"zh-CN/dts/StopMigrationJob.json",
2025-08-20T19:15:57.3749634Z [00:02:03.398]➜  			"zh-CN/dts/SummaryJobDetail.json",
2025-08-20T19:15:57.3749924Z [00:02:03.398]➜  			"zh-CN/dts/SuspendDtsJob.json",
2025-08-20T19:15:57.3750222Z [00:02:03.398]➜  			"zh-CN/dts/SuspendDtsJobs.json",
2025-08-20T19:15:57.3750556Z [00:02:03.398]➜  			"zh-CN/dts/SuspendMigrationJob.json",
2025-08-20T19:15:57.3750899Z [00:02:03.398]➜  			"zh-CN/dts/SuspendSynchronizationJob.json",
2025-08-20T19:15:57.3751276Z [00:02:03.398]➜  			"zh-CN/dts/SwitchPhysicalDtsJobToCloud.json",
2025-08-20T19:15:57.3751651Z [00:02:03.398]➜  			"zh-CN/dts/SwitchSynchronizationEndpoint.json",
2025-08-20T19:15:57.3751957Z [00:02:03.398]➜  			"zh-CN/dts/TagResources.json",
2025-08-20T19:15:57.3752279Z [00:02:03.398]➜  			"zh-CN/dts/TransferInstanceClass.json",
2025-08-20T19:15:57.3752826Z [00:02:03.398]➜  			"zh-CN/dts/TransferPayType.json",
2025-08-20T19:15:57.3753131Z [00:02:03.398]➜  			"zh-CN/dts/UntagResources.json",
2025-08-20T19:15:57.3753585Z [00:02:03.398]➜  			"zh-CN/dts/UpgradeTwoWay.json",
2025-08-20T19:15:57.3753910Z [00:02:03.398]➜  			"zh-CN/dts/WhiteIpList.json",
2025-08-20T19:15:57.3754184Z [00:02:03.398]➜  			"zh-CN/dts/version.json",
2025-08-20T19:15:57.3754490Z [00:02:03.398]➜  			"zh-CN/eci/CommitContainer.json",
2025-08-20T19:15:57.3754787Z [00:02:03.398]➜  			"zh-CN/eci/CopyDataCache.json",
2025-08-20T19:15:57.3755116Z [00:02:03.398]➜  			"zh-CN/eci/CreateContainerGroup.json",
2025-08-20T19:15:57.3755436Z [00:02:03.398]➜  			"zh-CN/eci/CreateDataCache.json",
2025-08-20T19:15:57.3755729Z [00:02:03.398]➜  			"zh-CN/eci/CreateImageCache.json",
2025-08-20T19:15:57.3756066Z [00:02:03.398]➜  			"zh-CN/eci/CreateInstanceOpsTask.json",
2025-08-20T19:15:57.3756514Z [00:02:03.398]➜  			"zh-CN/eci/CreateVirtualNode.json",
2025-08-20T19:15:57.3756854Z [00:02:03.398]➜  			"zh-CN/eci/DeleteContainerGroup.json",
2025-08-20T19:15:57.3757154Z [00:02:03.398]➜  			"zh-CN/eci/DeleteDataCache.json",
2025-08-20T19:15:57.3757449Z [00:02:03.398]➜  			"zh-CN/eci/DeleteImageCache.json",
2025-08-20T19:15:57.3757775Z [00:02:03.398]➜  			"zh-CN/eci/DeleteVirtualNode.json",
2025-08-20T19:15:57.3758139Z [00:02:03.398]➜  			"zh-CN/eci/DescribeAvailableResource.json",
2025-08-20T19:15:57.3758509Z [00:02:03.398]➜  			"zh-CN/eci/DescribeCommitContainerTask.json",
2025-08-20T19:15:57.3758897Z [00:02:03.398]➜  			"zh-CN/eci/DescribeContainerGroupEvents.json",
2025-08-20T19:15:57.3759266Z [00:02:03.399]➜  			"zh-CN/eci/DescribeContainerGroupMetric.json",
2025-08-20T19:15:57.3759664Z [00:02:03.399]➜  			"zh-CN/eci/DescribeContainerGroupPrice.json",
2025-08-20T19:15:57.3760034Z [00:02:03.399]➜  			"zh-CN/eci/DescribeContainerGroupStatus.json",
2025-08-20T19:15:57.3760408Z [00:02:03.399]➜  			"zh-CN/eci/DescribeContainerGroups.json",
2025-08-20T19:15:57.3760728Z [00:02:03.399]➜  			"zh-CN/eci/DescribeContainerLog.json",
2025-08-20T19:15:57.3761056Z [00:02:03.399]➜  			"zh-CN/eci/DescribeDataCaches.json",
2025-08-20T19:15:57.3761364Z [00:02:03.399]➜  			"zh-CN/eci/DescribeImageCaches.json",
2025-08-20T19:15:57.3761899Z [00:02:03.399]➜  			"zh-CN/eci/DescribeInstanceOpsRecords.json",
2025-08-20T19:15:57.3762323Z [00:02:03.399]➜  			"zh-CN/eci/DescribeMultiContainerGroupMetric.json",
2025-08-20T19:15:57.3762785Z [00:02:03.399]➜  			"zh-CN/eci/DescribeRegions.json",
2025-08-20T19:15:57.3763087Z [00:02:03.399]➜  			"zh-CN/eci/DescribeVirtualNodes.json",
2025-08-20T19:15:57.3763383Z [00:02:03.399]➜  			"zh-CN/eci/ExecContainerCommand.json",
2025-08-20T19:15:57.3763787Z [00:02:03.399]➜  			"zh-CN/eci/ListUsage.json",
2025-08-20T19:15:57.3764171Z [00:02:03.399]➜  			"zh-CN/eci/ResizeContainerGroupVolume.json",
2025-08-20T19:15:57.3764545Z [00:02:03.399]➜  			"zh-CN/eci/RestartContainerGroup.json",
2025-08-20T19:15:57.3764874Z [00:02:03.399]➜  			"zh-CN/eci/UpdateContainerGroup.json",
2025-08-20T19:15:57.3765192Z [00:02:03.399]➜  			"zh-CN/eci/UpdateDataCache.json",
2025-08-20T19:15:57.3765498Z [00:02:03.399]➜  			"zh-CN/eci/UpdateImageCache.json",
2025-08-20T19:15:57.3765810Z [00:02:03.399]➜  			"zh-CN/eci/UpdateVirtualNode.json",
2025-08-20T19:15:57.3766085Z [00:02:03.399]➜  			"zh-CN/eci/version.json",
2025-08-20T19:15:57.3766461Z [00:02:03.399]➜  			"zh-CN/ecs/AcceptInquiredSystemEvent.json",
2025-08-20T19:15:57.3766811Z [00:02:03.399]➜  			"zh-CN/ecs/ActivateRouterInterface.json",
2025-08-20T19:15:57.3767160Z [00:02:03.399]➜  			"zh-CN/ecs/AddBandwidthPackageIps.json",
2025-08-20T19:15:57.3767430Z [00:02:03.399]➜  			"zh-CN/ecs/AddTags.json",
2025-08-20T19:15:57.3767799Z [00:02:03.399]➜  			"zh-CN/ecs/AllocateDedicatedHosts.json",
2025-08-20T19:15:57.3768128Z [00:02:03.399]➜  			"zh-CN/ecs/AllocateEipAddress.json",
2025-08-20T19:15:57.3768492Z [00:02:03.399]➜  			"zh-CN/ecs/AllocatePublicIpAddress.json",
2025-08-20T19:15:57.3768851Z [00:02:03.399]➜  			"zh-CN/ecs/ApplyAutoSnapshotPolicy.json",
2025-08-20T19:15:57.3769328Z [00:02:03.399]➜  			"zh-CN/ecs/AssignIpv6Addresses.json",
2025-08-20T19:15:57.3769745Z [00:02:03.399]➜  			"zh-CN/ecs/AssignPrivateIpAddresses.json",
2025-08-20T19:15:57.3770233Z [00:02:03.399]➜  			"zh-CN/ecs/AssociateEipAddress.json",
2025-08-20T19:15:57.3770576Z [00:02:03.399]➜  			"zh-CN/ecs/AssociateHaVip.json",
2025-08-20T19:15:57.3770910Z [00:02:03.399]➜  			"zh-CN/ecs/AttachClassicLinkVpc.json",
2025-08-20T19:15:57.3771193Z [00:02:03.399]➜  			"zh-CN/ecs/AttachDisk.json",
2025-08-20T19:15:57.3771529Z [00:02:03.399]➜  			"zh-CN/ecs/AttachInstanceRamRole.json",
2025-08-20T19:15:57.3771820Z [00:02:03.399]➜  			"zh-CN/ecs/AttachKeyPair.json",
2025-08-20T19:15:57.3772172Z [00:02:03.399]➜  			"zh-CN/ecs/AttachNetworkInterface.json",
2025-08-20T19:15:57.3772676Z [00:02:03.399]➜  			"zh-CN/ecs/AuthorizeSecurityGroup.json",
2025-08-20T19:15:57.3773255Z [00:02:03.399]➜  			"zh-CN/ecs/AuthorizeSecurityGroupEgress.json",
2025-08-20T19:15:57.3773619Z [00:02:03.399]➜  			"zh-CN/ecs/CancelAutoSnapshotPolicy.json",
2025-08-20T19:15:57.3773932Z [00:02:03.399]➜  			"zh-CN/ecs/CancelCopyImage.json",
2025-08-20T19:15:57.3774317Z [00:02:03.399]➜  			"zh-CN/ecs/CancelImagePipelineExecution.json",
2025-08-20T19:15:57.3774679Z [00:02:03.402]➜  			"zh-CN/ecs/CancelPhysicalConnection.json",
2025-08-20T19:15:57.3775018Z [00:02:03.402]➜  			"zh-CN/ecs/CancelSimulatedSystemEvents.json",
2025-08-20T19:15:57.3775293Z [00:02:03.402]➜  			"zh-CN/ecs/CancelTask.json",
2025-08-20T19:15:57.3775613Z [00:02:03.402]➜  			"zh-CN/ecs/ConnectRouterInterface.json",
2025-08-20T19:15:57.3775949Z [00:02:03.402]➜  			"zh-CN/ecs/ConvertNatPublicIpToEip.json",
2025-08-20T19:15:57.3776223Z [00:02:03.402]➜  			"zh-CN/ecs/CopyImage.json",
2025-08-20T19:15:57.3776524Z [00:02:03.402]➜  			"zh-CN/ecs/CopySnapshot.json",
2025-08-20T19:15:57.3776830Z [00:02:03.402]➜  			"zh-CN/ecs/CreateActivation.json",
2025-08-20T19:15:57.3777209Z [00:02:03.402]➜  			"zh-CN/ecs/CreateAutoProvisioningGroup.json",
2025-08-20T19:15:57.3777551Z [00:02:03.402]➜  			"zh-CN/ecs/CreateAutoSnapshotPolicy.json",
2025-08-20T19:15:57.3777881Z [00:02:03.402]➜  			"zh-CN/ecs/CreateCapacityReservation.json",
2025-08-20T19:15:57.3778180Z [00:02:03.402]➜  			"zh-CN/ecs/CreateCommand.json",
2025-08-20T19:15:57.3778702Z [00:02:03.402]➜  			"zh-CN/ecs/CreateDedicatedHostCluster.json",
2025-08-20T19:15:57.3779001Z [00:02:03.402]➜  			"zh-CN/ecs/CreateDemand.json",
2025-08-20T19:15:57.3779308Z [00:02:03.402]➜  			"zh-CN/ecs/CreateDeploymentSet.json",
2025-08-20T19:15:57.3779642Z [00:02:03.402]➜  			"zh-CN/ecs/CreateDiagnosticMetricSet.json",
2025-08-20T19:15:57.3779952Z [00:02:03.402]➜  			"zh-CN/ecs/CreateDiagnosticReport.json",
2025-08-20T19:15:57.3780349Z [00:02:03.402]➜  			"zh-CN/ecs/CreateDisk.json",
2025-08-20T19:15:57.3780707Z [00:02:03.402]➜  			"zh-CN/ecs/CreateElasticityAssurance.json",
2025-08-20T19:15:57.3781041Z [00:02:03.402]➜  			"zh-CN/ecs/CreateForwardEntry.json",
2025-08-20T19:15:57.3781324Z [00:02:03.402]➜  			"zh-CN/ecs/CreateHaVip.json",
2025-08-20T19:15:57.3781634Z [00:02:03.402]➜  			"zh-CN/ecs/CreateHpcCluster.json",
2025-08-20T19:15:57.3781903Z [00:02:03.402]➜  			"zh-CN/ecs/CreateImage.json",
2025-08-20T19:15:57.3782230Z [00:02:03.402]➜  			"zh-CN/ecs/CreateImageComponent.json",
2025-08-20T19:15:57.3782728Z [00:02:03.402]➜  			"zh-CN/ecs/CreateImagePipeline.json",
2025-08-20T19:15:57.3783026Z [00:02:03.402]➜  			"zh-CN/ecs/CreateInstance.json",
2025-08-20T19:15:57.3783298Z [00:02:03.402]➜  			"zh-CN/ecs/CreateKeyPair.json",
2025-08-20T19:15:57.3783620Z [00:02:03.402]➜  			"zh-CN/ecs/CreateLaunchTemplate.json",
2025-08-20T19:15:57.3783968Z [00:02:03.402]➜  			"zh-CN/ecs/CreateLaunchTemplateVersion.json",
2025-08-20T19:15:57.3784279Z [00:02:03.402]➜  			"zh-CN/ecs/CreateNatGateway.json",
2025-08-20T19:15:57.3784583Z [00:02:03.402]➜  			"zh-CN/ecs/CreateNetworkInterface.json",
2025-08-20T19:15:57.3784995Z [00:02:03.402]➜  			"zh-CN/ecs/CreateNetworkInterfacePermission.json",
2025-08-20T19:15:57.3785335Z [00:02:03.402]➜  			"zh-CN/ecs/CreatePhysicalConnection.json",
2025-08-20T19:15:57.3785633Z [00:02:03.402]➜  			"zh-CN/ecs/CreatePrefixList.json",
2025-08-20T19:15:57.3785919Z [00:02:03.402]➜  			"zh-CN/ecs/CreateRouteEntry.json",
2025-08-20T19:15:57.3786391Z [00:02:03.402]➜  			"zh-CN/ecs/CreateRouterInterface.json",
2025-08-20T19:15:57.3786708Z [00:02:03.402]➜  			"zh-CN/ecs/CreateSecurityGroup.json",
2025-08-20T19:15:57.3787054Z [00:02:03.402]➜  			"zh-CN/ecs/CreateSimulatedSystemEvents.json",
2025-08-20T19:15:57.3787356Z [00:02:03.402]➜  			"zh-CN/ecs/CreateSnapshot.json",
2025-08-20T19:15:57.3787664Z [00:02:03.402]➜  			"zh-CN/ecs/CreateSnapshotGroup.json",
2025-08-20T19:15:57.3787937Z [00:02:03.402]➜  			"zh-CN/ecs/CreateStorageSet.json",
2025-08-20T19:15:57.3788211Z [00:02:03.402]➜  			"zh-CN/ecs/CreateVSwitch.json",
2025-08-20T19:15:57.3788535Z [00:02:03.402]➜  			"zh-CN/ecs/CreateVirtualBorderRouter.json",
2025-08-20T19:15:57.3788908Z [00:02:03.402]➜  			"zh-CN/ecs/CreateVpc.json",
2025-08-20T19:15:57.3789276Z [00:02:03.402]➜  			"zh-CN/ecs/DeactivateRouterInterface.json",
2025-08-20T19:15:57.3789550Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteActivation.json",
2025-08-20T19:15:57.3789888Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteAutoProvisioningGroup.json",
2025-08-20T19:15:57.3790225Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteAutoSnapshotPolicy.json",
2025-08-20T19:15:57.3790534Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteBandwidthPackage.json",
2025-08-20T19:15:57.3790801Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteCommand.json",
2025-08-20T19:15:57.3791143Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteDedicatedHostCluster.json",
2025-08-20T19:15:57.3791408Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteDemand.json",
2025-08-20T19:15:57.3791704Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteDeploymentSet.json",
2025-08-20T19:15:57.3792036Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteDiagnosticMetricSets.json",
2025-08-20T19:15:57.3792356Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteDiagnosticReports.json",
2025-08-20T19:15:57.3792851Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteDisk.json",
2025-08-20T19:15:57.3793173Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteForwardEntry.json",
2025-08-20T19:15:57.3793447Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteHaVip.json",
2025-08-20T19:15:57.3793732Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteHpcCluster.json",
2025-08-20T19:15:57.3794225Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteImage.json",
2025-08-20T19:15:57.3794570Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteImageComponent.json",
2025-08-20T19:15:57.3794883Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteImagePipeline.json",
2025-08-20T19:15:57.3795185Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteInstance.json",
2025-08-20T19:15:57.3795477Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteInstances.json",
2025-08-20T19:15:57.3795764Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteKeyPairs.json",
2025-08-20T19:15:57.3796202Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteLaunchTemplate.json",
2025-08-20T19:15:57.3796584Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteLaunchTemplateVersion.json",
2025-08-20T19:15:57.3796885Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteNatGateway.json",
2025-08-20T19:15:57.3797199Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteNetworkInterface.json",
2025-08-20T19:15:57.3797584Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteNetworkInterfacePermission.json",
2025-08-20T19:15:57.3797926Z [00:02:03.402]➜  			"zh-CN/ecs/DeletePhysicalConnection.json",
2025-08-20T19:15:57.3798206Z [00:02:03.402]➜  			"zh-CN/ecs/DeletePrefixList.json",
2025-08-20T19:15:57.3798493Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteRouteEntry.json",
2025-08-20T19:15:57.3798795Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteRouterInterface.json",
2025-08-20T19:15:57.3799098Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteSecurityGroup.json",
2025-08-20T19:15:57.3799378Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteSnapshot.json",
2025-08-20T19:15:57.3799692Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteSnapshotGroup.json",
2025-08-20T19:15:57.3799964Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteStorageSet.json",
2025-08-20T19:15:57.3800251Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteVSwitch.json",
2025-08-20T19:15:57.3800586Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteVirtualBorderRouter.json",
2025-08-20T19:15:57.3800869Z [00:02:03.402]➜  			"zh-CN/ecs/DeleteVpc.json",
2025-08-20T19:15:57.3801210Z [00:02:03.402]➜  			"zh-CN/ecs/DeregisterManagedInstance.json",
2025-08-20T19:15:57.3801717Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeAccessPoints.json",
2025-08-20T19:15:57.3802096Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeAccountAttributes.json",
2025-08-20T19:15:57.3802600Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeActivations.json",
2025-08-20T19:15:57.3803046Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeAutoProvisioningGroupHistory.json",
2025-08-20T19:15:57.3803492Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeAutoProvisioningGroupInstances.json",
2025-08-20T19:15:57.3803887Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeAutoProvisioningGroups.json",
2025-08-20T19:15:57.3804258Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeAutoSnapshotPolicyEx.json",
2025-08-20T19:15:57.3804732Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeAvailableResource.json",
2025-08-20T19:15:57.3805084Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeBandwidthLimitation.json",
2025-08-20T19:15:57.3805422Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeBandwidthPackages.json",
2025-08-20T19:15:57.3805833Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeCapacityReservationInstances.json",
2025-08-20T19:15:57.3806212Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeCapacityReservations.json",
2025-08-20T19:15:57.3806552Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeClassicLinkInstances.json",
2025-08-20T19:15:57.3806899Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeCloudAssistantStatus.json",
2025-08-20T19:15:57.3807182Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeClusters.json",
2025-08-20T19:15:57.3807489Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeCommands.json",
2025-08-20T19:15:57.3807880Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDedicatedHostAutoRenew.json",
2025-08-20T19:15:57.3808256Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDedicatedHostClusters.json",
2025-08-20T19:15:57.3808610Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDedicatedHostTypes.json",
2025-08-20T19:15:57.3808932Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDedicatedHosts.json",
2025-08-20T19:15:57.3809217Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDemands.json",
2025-08-20T19:15:57.3809761Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json",
2025-08-20T19:15:57.3810231Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDeploymentSets.json",
2025-08-20T19:15:57.3810592Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDiagnosticMetricSets.json",
2025-08-20T19:15:57.3810922Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDiagnosticMetrics.json",
2025-08-20T19:15:57.3811335Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDiagnosticReportAttributes.json",
2025-08-20T19:15:57.3811663Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDiagnosticReports.json",
2025-08-20T19:15:57.3812095Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDiskMonitorData.json",
2025-08-20T19:15:57.3812364Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDisks.json",
2025-08-20T19:15:57.3812914Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeDisksFullStatus.json",
2025-08-20T19:15:57.3813220Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeEipAddresses.json",
2025-08-20T19:15:57.3813528Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeEipMonitorData.json",
2025-08-20T19:15:57.3813923Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeElasticityAssuranceInstances.json",
2025-08-20T19:15:57.3814445Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeElasticityAssurances.json",
2025-08-20T19:15:57.3814792Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeEniMonitorData.json",
2025-08-20T19:15:57.3815141Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeForwardTableEntries.json",
2025-08-20T19:15:57.3815419Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeHaVips.json",
2025-08-20T19:15:57.3815712Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeHpcClusters.json",
2025-08-20T19:15:57.3816041Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeImageComponents.json",
2025-08-20T19:15:57.3816370Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeImageFromFamily.json",
2025-08-20T19:15:57.3816760Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeImagePipelineExecutions.json",
2025-08-20T19:15:57.3817080Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeImagePipelines.json",
2025-08-20T19:15:57.3817429Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeImageSharePermission.json",
2025-08-20T19:15:57.3817832Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeImageSupportInstanceTypes.json",
2025-08-20T19:15:57.3818133Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeImages.json",
2025-08-20T19:15:57.3818562Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstanceAttachmentAttributes.json",
2025-08-20T19:15:57.3818912Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstanceAttribute.json",
2025-08-20T19:15:57.3819319Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstanceAutoRenewAttribute.json",
2025-08-20T19:15:57.3819685Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstanceHistoryEvents.json",
2025-08-20T19:15:57.3820136Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstanceMaintenanceAttributes.json",
2025-08-20T19:15:57.3820546Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstanceModificationPrice.json",
2025-08-20T19:15:57.3821162Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstanceMonitorData.json",
2025-08-20T19:15:57.3821505Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstanceRamRole.json",
2025-08-20T19:15:57.3821838Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstanceStatus.json",
2025-08-20T19:15:57.3822195Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstanceTopology.json",
2025-08-20T19:15:57.3822849Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstanceTypeFamilies.json",
2025-08-20T19:15:57.3823206Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstanceTypes.json",
2025-08-20T19:15:57.3823526Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstanceVncUrl.json",
2025-08-20T19:15:57.3823813Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstances.json",
2025-08-20T19:15:57.3824148Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInstancesFullStatus.json",
2025-08-20T19:15:57.3824493Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInvocationResults.json",
2025-08-20T19:15:57.3824785Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeInvocations.json",
2025-08-20T19:15:57.3825081Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeKeyPairs.json",
2025-08-20T19:15:57.3825436Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeLaunchTemplateVersions.json",
2025-08-20T19:15:57.3825761Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeLaunchTemplates.json",
2025-08-20T19:15:57.3826046Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeLimitation.json",
2025-08-20T19:15:57.3826529Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeManagedInstances.json",
2025-08-20T19:15:57.3826822Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeNatGateways.json",
2025-08-20T19:15:57.3827227Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeNetworkInterfaceAttribute.json",
2025-08-20T19:15:57.3827630Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeNetworkInterfacePermissions.json",
2025-08-20T19:15:57.3827974Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeNetworkInterfaces.json",
2025-08-20T19:15:57.3828469Z [00:02:03.402]➜  			"zh-CN/ecs/DescribeNewProjectEipMonitorData.json",
2025-08-20T19:15:57.3828843Z [00:02:03.402]➜  			"zh-CN/ecs/DescribePhysicalConnections.json",
2025-08-20T19:15:57.3829219Z [00:02:03.403]➜  			"zh-CN/ecs/DescribePrefixListAssociations.json",
2025-08-20T19:15:57.3829589Z [00:02:03.403]➜  			"zh-CN/ecs/DescribePrefixListAttributes.json",
2025-08-20T19:15:57.3829890Z [00:02:03.403]➜  			"zh-CN/ecs/DescribePrefixLists.json",
2025-08-20T19:15:57.3830173Z [00:02:03.403]➜  			"zh-CN/ecs/DescribePrice.json",
2025-08-20T19:15:57.3830653Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeRecommendInstanceType.json",
2025-08-20T19:15:57.3830960Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeRegions.json",
2025-08-20T19:15:57.3831266Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeRenewalPrice.json",
2025-08-20T19:15:57.3831735Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeReservedInstanceAutoRenewAttribute.json",
2025-08-20T19:15:57.3832057Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeReservedInstances.json",
2025-08-20T19:15:57.3842673Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeResourceByTags.json",
2025-08-20T19:15:57.3843136Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeResourcesModification.json",
2025-08-20T19:15:57.3843473Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeRouteTables.json",
2025-08-20T19:15:57.3843806Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeRouterInterfaces.json",
2025-08-20T19:15:57.3844171Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeSecurityGroupAttribute.json",
2025-08-20T19:15:57.3844541Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeSecurityGroupReferences.json",
2025-08-20T19:15:57.3850944Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeSecurityGroups.json",
2025-08-20T19:15:57.3851372Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeSendFileResults.json",
2025-08-20T19:15:57.3851714Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeSnapshotGroups.json",
2025-08-20T19:15:57.3852092Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeSnapshotLinks.json",
2025-08-20T19:15:57.3852679Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeSnapshotMonitorData.json",
2025-08-20T19:15:57.3853092Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeSnapshotPackage.json",
2025-08-20T19:15:57.3853459Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeSnapshots.json",
2025-08-20T19:15:57.3854091Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeSnapshotsUsage.json",
2025-08-20T19:15:57.3854420Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeSpotAdvice.json",
2025-08-20T19:15:57.3854735Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeSpotPriceHistory.json",
2025-08-20T19:15:57.3855079Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeStorageCapacityUnits.json",
2025-08-20T19:15:57.3855425Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeStorageSetDetails.json",
2025-08-20T19:15:57.3855718Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeStorageSets.json",
2025-08-20T19:15:57.3855976Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeTags.json",
2025-08-20T19:15:57.3856276Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeTaskAttribute.json",
2025-08-20T19:15:57.3856535Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeTasks.json",
2025-08-20T19:15:57.3856876Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeUserBusinessBehavior.json",
2025-08-20T19:15:57.3857172Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeUserData.json",
2025-08-20T19:15:57.3857451Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeVRouters.json",
2025-08-20T19:15:57.3857727Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeVSwitches.json",
2025-08-20T19:15:57.3858072Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeVirtualBorderRouters.json",
2025-08-20T19:15:57.3858633Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json",
2025-08-20T19:15:57.3858917Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeVpcs.json",
2025-08-20T19:15:57.3859330Z [00:02:03.403]➜  			"zh-CN/ecs/DescribeZones.json",
2025-08-20T19:15:57.3859642Z [00:02:03.403]➜  			"zh-CN/ecs/DetachClassicLinkVpc.json",
2025-08-20T19:15:57.3859912Z [00:02:03.403]➜  			"zh-CN/ecs/DetachDisk.json",
2025-08-20T19:15:57.3860218Z [00:02:03.403]➜  			"zh-CN/ecs/DetachInstanceRamRole.json",
2025-08-20T19:15:57.3860491Z [00:02:03.403]➜  			"zh-CN/ecs/DetachKeyPair.json",
2025-08-20T19:15:57.3860906Z [00:02:03.403]➜  			"zh-CN/ecs/DetachNetworkInterface.json",
2025-08-20T19:15:57.3861206Z [00:02:03.403]➜  			"zh-CN/ecs/DisableActivation.json",
2025-08-20T19:15:57.3861479Z [00:02:03.403]➜  			"zh-CN/ecs/EipFillParams.json",
2025-08-20T19:15:57.3861771Z [00:02:03.403]➜  			"zh-CN/ecs/EipFillProduct.json",
2025-08-20T19:15:57.3862041Z [00:02:03.403]➜  			"zh-CN/ecs/EipNotifyPaid.json",
2025-08-20T19:15:57.3862372Z [00:02:03.403]➜  			"zh-CN/ecs/EnablePhysicalConnection.json",
2025-08-20T19:15:57.3862955Z [00:02:03.403]➜  			"zh-CN/ecs/ExportImage.json",
2025-08-20T19:15:57.3863455Z [00:02:03.403]➜  			"zh-CN/ecs/ExportSnapshot.json",
2025-08-20T19:15:57.3863836Z [00:02:03.403]➜  			"zh-CN/ecs/GetInstanceConsoleOutput.json",
2025-08-20T19:15:57.3864164Z [00:02:03.403]➜  			"zh-CN/ecs/GetInstanceScreenshot.json",
2025-08-20T19:15:57.3864427Z [00:02:03.403]➜  			"zh-CN/ecs/ImportImage.json",
2025-08-20T19:15:57.3864702Z [00:02:03.403]➜  			"zh-CN/ecs/ImportKeyPair.json",
2025-08-20T19:15:57.3864997Z [00:02:03.403]➜  			"zh-CN/ecs/InstallCloudAssistant.json",
2025-08-20T19:15:57.3865272Z [00:02:03.403]➜  			"zh-CN/ecs/InvokeCommand.json",
2025-08-20T19:15:57.3865560Z [00:02:03.403]➜  			"zh-CN/ecs/JoinResourceGroup.json",
2025-08-20T19:15:57.3865855Z [00:02:03.403]➜  			"zh-CN/ecs/JoinSecurityGroup.json",
2025-08-20T19:15:57.3866158Z [00:02:03.403]➜  			"zh-CN/ecs/LeaveSecurityGroup.json",
2025-08-20T19:15:57.3866450Z [00:02:03.403]➜  			"zh-CN/ecs/ListPluginStatus.json",
2025-08-20T19:15:57.3866721Z [00:02:03.403]➜  			"zh-CN/ecs/ListTagResources.json",
2025-08-20T19:15:57.3867086Z [00:02:03.403]➜  			"zh-CN/ecs/ModifyAutoProvisioningGroup.json",
2025-08-20T19:15:57.3867411Z [00:02:03.403]➜  			"zh-CN/ecs/ModifyAutoSnapshotPolicy.json",
2025-08-20T19:15:57.3867752Z [00:02:03.403]➜  			"zh-CN/ecs/ModifyAutoSnapshotPolicyEx.json",
2025-08-20T19:15:57.3868079Z [00:02:03.403]➜  			"zh-CN/ecs/ModifyBandwidthPackageSpec.json",
2025-08-20T19:15:57.3868419Z [00:02:03.403]➜  			"zh-CN/ecs/ModifyCapacityReservation.json",
2025-08-20T19:15:57.3868698Z [00:02:03.403]➜  			"zh-CN/ecs/ModifyCommand.json",
2025-08-20T19:15:57.3869050Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyDedicatedHostAttribute.json",
2025-08-20T19:15:57.3869592Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyDedicatedHostAutoReleaseTime.json",
2025-08-20T19:15:57.3870006Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyDedicatedHostAutoRenewAttribute.json",
2025-08-20T19:15:57.3870402Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyDedicatedHostClusterAttribute.json",
2025-08-20T19:15:57.3870773Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyDedicatedHostsChargeType.json",
2025-08-20T19:15:57.3871168Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyDemand.json",
2025-08-20T19:15:57.3871509Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyDeploymentSetAttribute.json",
2025-08-20T19:15:57.3871840Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyDiagnosticMetricSet.json",
2025-08-20T19:15:57.3872134Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyDiskAttribute.json",
2025-08-20T19:15:57.3872636Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyDiskChargeType.json",
2025-08-20T19:15:57.3872944Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyDiskSpec.json",
2025-08-20T19:15:57.3873285Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyEipAddressAttribute.json",
2025-08-20T19:15:57.3873614Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyElasticityAssurance.json",
2025-08-20T19:15:57.3873917Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyForwardEntry.json",
2025-08-20T19:15:57.3874224Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyHaVipAttribute.json",
2025-08-20T19:15:57.3874557Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyHpcClusterAttribute.json",
2025-08-20T19:15:57.3874868Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyImageAttribute.json",
2025-08-20T19:15:57.3875257Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyImageShareGroupPermission.json",
2025-08-20T19:15:57.3875599Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyImageSharePermission.json",
2025-08-20T19:15:57.3875999Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyInstanceAttachmentAttributes.json",
2025-08-20T19:15:57.3876335Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyInstanceAttribute.json",
2025-08-20T19:15:57.3876833Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyInstanceAutoReleaseTime.json",
2025-08-20T19:15:57.3877236Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyInstanceAutoRenewAttribute.json",
2025-08-20T19:15:57.3877587Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyInstanceChargeType.json",
2025-08-20T19:15:57.3877916Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyInstanceDeployment.json",
2025-08-20T19:15:57.3878332Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyInstanceMaintenanceAttributes.json",
2025-08-20T19:15:57.3878744Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyInstanceMetadataOptions.json",
2025-08-20T19:15:57.3879239Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyInstanceNetworkSpec.json",
2025-08-20T19:15:57.3879567Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyInstanceSpec.json",
2025-08-20T19:15:57.3879902Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyInstanceVncPasswd.json",
2025-08-20T19:15:57.3880252Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyInstanceVpcAttribute.json",
2025-08-20T19:15:57.3880662Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyLaunchTemplateDefaultVersion.json",
2025-08-20T19:15:57.3880979Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyManagedInstance.json",
2025-08-20T19:15:57.3881365Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyNetworkInterfaceAttribute.json",
2025-08-20T19:15:57.3881759Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyPhysicalConnectionAttribute.json",
2025-08-20T19:15:57.3882062Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyPrefixList.json",
2025-08-20T19:15:57.3882591Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyPrepayInstanceSpec.json",
2025-08-20T19:15:57.3883001Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyReservedInstanceAttribute.json",
2025-08-20T19:15:57.3883460Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyReservedInstanceAutoRenewAttribute.json",
2025-08-20T19:15:57.3883791Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyReservedInstances.json",
2025-08-20T19:15:57.3884158Z [00:02:03.404]➜  			"zh-CN/ecs/ModifyRouterInterfaceAttribute.json",
2025-08-20T19:15:57.3884503Z [00:02:03.405]➜  			"zh-CN/ecs/ModifyRouterInterfaceSpec.json",
2025-08-20T19:15:57.3884853Z [00:02:03.405]➜  			"zh-CN/ecs/ModifySecurityGroupAttribute.json",
2025-08-20T19:15:57.3885216Z [00:02:03.407]➜  			"zh-CN/ecs/ModifySecurityGroupEgressRule.json",
2025-08-20T19:15:57.3885540Z [00:02:03.407]➜  			"zh-CN/ecs/ModifySecurityGroupPolicy.json",
2025-08-20T19:15:57.3886016Z [00:02:03.407]➜  			"zh-CN/ecs/ModifySecurityGroupRule.json",
2025-08-20T19:15:57.3886333Z [00:02:03.407]➜  			"zh-CN/ecs/ModifySnapshotAttribute.json",
2025-08-20T19:15:57.3886635Z [00:02:03.407]➜  			"zh-CN/ecs/ModifySnapshotGroup.json",
2025-08-20T19:15:57.3887032Z [00:02:03.407]➜  			"zh-CN/ecs/ModifyStorageCapacityUnitAttribute.json",
2025-08-20T19:15:57.3887475Z [00:02:03.407]➜  			"zh-CN/ecs/ModifyStorageSetAttribute.json",
2025-08-20T19:15:57.3887818Z [00:02:03.407]➜  			"zh-CN/ecs/ModifyUserBusinessBehavior.json",
2025-08-20T19:15:57.3888149Z [00:02:03.407]➜  			"zh-CN/ecs/ModifyVRouterAttribute.json",
2025-08-20T19:15:57.3888463Z [00:02:03.407]➜  			"zh-CN/ecs/ModifyVSwitchAttribute.json",
2025-08-20T19:15:57.3888861Z [00:02:03.407]➜  			"zh-CN/ecs/ModifyVirtualBorderRouterAttribute.json",
2025-08-20T19:15:57.3889171Z [00:02:03.407]➜  			"zh-CN/ecs/ModifyVpcAttribute.json",
2025-08-20T19:15:57.3889555Z [00:02:03.407]➜  			"zh-CN/ecs/PurchaseReservedInstancesOffering.json",
2025-08-20T19:15:57.3889912Z [00:02:03.407]➜  			"zh-CN/ecs/PurchaseStorageCapacityUnit.json",
2025-08-20T19:15:57.3890201Z [00:02:03.407]➜  			"zh-CN/ecs/ReActivateInstances.json",
2025-08-20T19:15:57.3890454Z [00:02:03.407]➜  			"zh-CN/ecs/ReInitDisk.json",
2025-08-20T19:15:57.3890728Z [00:02:03.407]➜  			"zh-CN/ecs/RebootInstance.json",
2025-08-20T19:15:57.3891020Z [00:02:03.407]➜  			"zh-CN/ecs/RebootInstances.json",
2025-08-20T19:15:57.3891350Z [00:02:03.407]➜  			"zh-CN/ecs/RecoverVirtualBorderRouter.json",
2025-08-20T19:15:57.3891665Z [00:02:03.407]➜  			"zh-CN/ecs/RedeployDedicatedHost.json",
2025-08-20T19:15:57.3891944Z [00:02:03.407]➜  			"zh-CN/ecs/RedeployInstance.json",
2025-08-20T19:15:57.3892287Z [00:02:03.407]➜  			"zh-CN/ecs/ReleaseCapacityReservation.json",
2025-08-20T19:15:57.3893008Z [00:02:03.407]➜  			"zh-CN/ecs/ReleaseDedicatedHost.json",
2025-08-20T19:15:57.3893340Z [00:02:03.407]➜  			"zh-CN/ecs/ReleaseEipAddress.json",
2025-08-20T19:15:57.3893755Z [00:02:03.407]➜  			"zh-CN/ecs/ReleasePublicIpAddress.json",
2025-08-20T19:15:57.3894094Z [00:02:03.407]➜  			"zh-CN/ecs/RemoveBandwidthPackageIps.json",
2025-08-20T19:15:57.3894346Z [00:02:03.407]➜  			"zh-CN/ecs/RemoveTags.json",
2025-08-20T19:15:57.3894640Z [00:02:03.407]➜  			"zh-CN/ecs/RenewDedicatedHosts.json",
2025-08-20T19:15:57.3895012Z [00:02:03.407]➜  			"zh-CN/ecs/RenewInstance.json",
2025-08-20T19:15:57.3895355Z [00:02:03.407]➜  			"zh-CN/ecs/RenewReservedInstances.json",
2025-08-20T19:15:57.3895648Z [00:02:03.407]➜  			"zh-CN/ecs/ReplaceSystemDisk.json",
2025-08-20T19:15:57.3895956Z [00:02:03.407]➜  			"zh-CN/ecs/ReportInstancesStatus.json",
2025-08-20T19:15:57.3896204Z [00:02:03.407]➜  			"zh-CN/ecs/ResetDisk.json",
2025-08-20T19:15:57.3896460Z [00:02:03.407]➜  			"zh-CN/ecs/ResetDisks.json",
2025-08-20T19:15:57.3896713Z [00:02:03.407]➜  			"zh-CN/ecs/ResizeDisk.json",
2025-08-20T19:15:57.3897009Z [00:02:03.407]➜  			"zh-CN/ecs/RevokeSecurityGroup.json",
2025-08-20T19:15:57.3897334Z [00:02:03.407]➜  			"zh-CN/ecs/RevokeSecurityGroupEgress.json",
2025-08-20T19:15:57.3897602Z [00:02:03.407]➜  			"zh-CN/ecs/RunCommand.json",
2025-08-20T19:15:57.3897868Z [00:02:03.407]➜  			"zh-CN/ecs/RunInstances.json",
2025-08-20T19:15:57.3898122Z [00:02:03.407]➜  			"zh-CN/ecs/SendFile.json",
2025-08-20T19:15:57.3898458Z [00:02:03.407]➜  			"zh-CN/ecs/StartElasticityAssurance.json",
2025-08-20T19:15:57.3898817Z [00:02:03.407]➜  			"zh-CN/ecs/StartImagePipelineExecution.json",
2025-08-20T19:15:57.3899094Z [00:02:03.407]➜  			"zh-CN/ecs/StartInstance.json",
2025-08-20T19:15:57.3899374Z [00:02:03.407]➜  			"zh-CN/ecs/StartInstances.json",
2025-08-20T19:15:57.3899670Z [00:02:03.407]➜  			"zh-CN/ecs/StartTerminalSession.json",
2025-08-20T19:15:57.3899929Z [00:02:03.407]➜  			"zh-CN/ecs/StopInstance.json",
2025-08-20T19:15:57.3900197Z [00:02:03.407]➜  			"zh-CN/ecs/StopInstances.json",
2025-08-20T19:15:57.3900463Z [00:02:03.407]➜  			"zh-CN/ecs/StopInvocation.json",
2025-08-20T19:15:57.3900732Z [00:02:03.407]➜  			"zh-CN/ecs/TagResources.json",
2025-08-20T19:15:57.3901206Z [00:02:03.407]➜  			"zh-CN/ecs/TerminatePhysicalConnection.json",
2025-08-20T19:15:57.3901638Z [00:02:03.407]➜  			"zh-CN/ecs/TerminateVirtualBorderRouter.json",
2025-08-20T19:15:57.3901950Z [00:02:03.407]➜  			"zh-CN/ecs/UnassignIpv6Addresses.json",
2025-08-20T19:15:57.3902295Z [00:02:03.407]➜  			"zh-CN/ecs/UnassignPrivateIpAddresses.json",
2025-08-20T19:15:57.3903018Z [00:02:03.407]➜  			"zh-CN/ecs/UnassociateEipAddress.json",
2025-08-20T19:15:57.3903340Z [00:02:03.407]➜  			"zh-CN/ecs/UnassociateHaVip.json",
2025-08-20T19:15:57.3903612Z [00:02:03.407]➜  			"zh-CN/ecs/UntagResources.json",
2025-08-20T19:15:57.3903861Z [00:02:03.407]➜  			"zh-CN/ecs/version.json",
2025-08-20T19:15:57.3904204Z [00:02:03.407]➜  			"zh-CN/edas/AbortAndRollbackChangeOrder.json",
2025-08-20T19:15:57.3904509Z [00:02:03.407]➜  			"zh-CN/edas/AbortChangeOrder.json",
2025-08-20T19:15:57.3904778Z [00:02:03.407]➜  			"zh-CN/edas/AddLogPath.json",
2025-08-20T19:15:57.3905119Z [00:02:03.407]➜  			"zh-CN/edas/AuthorizeApplication.json",
2025-08-20T19:15:57.3905445Z [00:02:03.407]➜  			"zh-CN/edas/AuthorizeResourceGroup.json",
2025-08-20T19:15:57.3905728Z [00:02:03.407]➜  			"zh-CN/edas/AuthorizeRole.json",
2025-08-20T19:15:57.3905986Z [00:02:03.407]➜  			"zh-CN/edas/BindEcsSlb.json",
2025-08-20T19:15:57.3906255Z [00:02:03.407]➜  			"zh-CN/edas/BindK8sSlb.json",
2025-08-20T19:15:57.3906504Z [00:02:03.407]➜  			"zh-CN/edas/BindSlb.json",
2025-08-20T19:15:57.3906806Z [00:02:03.407]➜  			"zh-CN/edas/ChangeDeployGroup.json",
2025-08-20T19:15:57.3907154Z [00:02:03.407]➜  			"zh-CN/edas/ContinuePipeline.json",
2025-08-20T19:15:57.3907444Z [00:02:03.407]➜  			"zh-CN/edas/ConvertK8sResource.json",
2025-08-20T19:15:57.3907795Z [00:02:03.407]➜  			"zh-CN/edas/CreateApplicationScalingRule.json",
2025-08-20T19:15:57.3908233Z [00:02:03.407]➜  			"zh-CN/edas/CreateConfigTemplate.json",
2025-08-20T19:15:57.3908566Z [00:02:03.407]➜  			"zh-CN/edas/CreateIDCImportCommand.json",
2025-08-20T19:15:57.3908876Z [00:02:03.407]➜  			"zh-CN/edas/CreateK8sConfigMap.json",
2025-08-20T19:15:57.3909177Z [00:02:03.407]➜  			"zh-CN/edas/CreateK8sIngressRule.json",
2025-08-20T19:15:57.3909471Z [00:02:03.407]➜  			"zh-CN/edas/CreateK8sSecret.json",
2025-08-20T19:15:57.3909761Z [00:02:03.407]➜  			"zh-CN/edas/CreateK8sService.json",
2025-08-20T19:15:57.3910185Z [00:02:03.407]➜  			"zh-CN/edas/DeleteApplication.json",
2025-08-20T19:15:57.3910571Z [00:02:03.407]➜  			"zh-CN/edas/DeleteApplicationScalingRule.json",
2025-08-20T19:15:57.3910855Z [00:02:03.407]➜  			"zh-CN/edas/DeleteCluster.json",
2025-08-20T19:15:57.3911156Z [00:02:03.407]➜  			"zh-CN/edas/DeleteClusterMember.json",
2025-08-20T19:15:57.3911463Z [00:02:03.407]➜  			"zh-CN/edas/DeleteConfigTemplate.json",
2025-08-20T19:15:57.3911768Z [00:02:03.407]➜  			"zh-CN/edas/DeleteDeployGroup.json",
2025-08-20T19:15:57.3912041Z [00:02:03.407]➜  			"zh-CN/edas/DeleteEcu.json",
2025-08-20T19:15:57.3912342Z [00:02:03.407]➜  			"zh-CN/edas/DeleteK8sApplication.json",
2025-08-20T19:15:57.3912863Z [00:02:03.407]➜  			"zh-CN/edas/DeleteK8sConfigMap.json",
2025-08-20T19:15:57.3913159Z [00:02:03.407]➜  			"zh-CN/edas/DeleteK8sIngressRule.json",
2025-08-20T19:15:57.3913440Z [00:02:03.407]➜  			"zh-CN/edas/DeleteK8sSecret.json",
2025-08-20T19:15:57.3913728Z [00:02:03.407]➜  			"zh-CN/edas/DeleteK8sService.json",
2025-08-20T19:15:57.3914018Z [00:02:03.407]➜  			"zh-CN/edas/DeleteLogPath.json",
2025-08-20T19:15:57.3914288Z [00:02:03.407]➜  			"zh-CN/edas/DeleteRole.json",
2025-08-20T19:15:57.3914591Z [00:02:03.407]➜  			"zh-CN/edas/DeleteServiceGroup.json",
2025-08-20T19:15:57.3914895Z [00:02:03.407]➜  			"zh-CN/edas/DeleteSwimmingLane.json",
2025-08-20T19:15:57.3915216Z [00:02:03.407]➜  			"zh-CN/edas/DeleteUserDefineRegion.json",
2025-08-20T19:15:57.3915542Z [00:02:03.407]➜  			"zh-CN/edas/DeployApplication.json",
2025-08-20T19:15:57.3915899Z [00:02:03.407]➜  			"zh-CN/edas/DeployK8sApplication.json",
2025-08-20T19:15:57.3916250Z [00:02:03.407]➜  			"zh-CN/edas/DescribeAppInstanceList.json",
2025-08-20T19:15:57.3916958Z [00:02:03.407]➜  			"zh-CN/edas/DescribeApplicationScalingRules.json",
2025-08-20T19:15:57.3917363Z [00:02:03.407]➜  			"zh-CN/edas/DisableApplicationScalingRule.json",
2025-08-20T19:15:57.3917721Z [00:02:03.407]➜  			"zh-CN/edas/EnableApplicationScalingRule.json",
2025-08-20T19:15:57.3918024Z [00:02:03.407]➜  			"zh-CN/edas/GetAppDeployment.json",
2025-08-20T19:15:57.3918435Z [00:02:03.407]➜  			"zh-CN/edas/GetApplication.json",
2025-08-20T19:15:57.3918733Z [00:02:03.407]➜  			"zh-CN/edas/GetChangeOrderInfo.json",
2025-08-20T19:15:57.3918987Z [00:02:03.407]➜  			"zh-CN/edas/GetCluster.json",
2025-08-20T19:15:57.3919324Z [00:02:03.407]➜  			"zh-CN/edas/GetContainerConfiguration.json",
2025-08-20T19:15:57.3919620Z [00:02:03.407]➜  			"zh-CN/edas/GetJavaStartUpConfig.json",
2025-08-20T19:15:57.3919927Z [00:02:03.407]➜  			"zh-CN/edas/GetJvmConfiguration.json",
2025-08-20T19:15:57.3920245Z [00:02:03.407]➜  			"zh-CN/edas/GetK8sAppPrecheckResult.json",
2025-08-20T19:15:57.3920545Z [00:02:03.407]➜  			"zh-CN/edas/GetK8sApplication.json",
2025-08-20T19:15:57.3920806Z [00:02:03.407]➜  			"zh-CN/edas/GetK8sCluster.json",
2025-08-20T19:15:57.3921082Z [00:02:03.407]➜  			"zh-CN/edas/GetK8sServices.json",
2025-08-20T19:15:57.3921423Z [00:02:03.407]➜  			"zh-CN/edas/GetPackageStorageCredential.json",
2025-08-20T19:15:57.3921714Z [00:02:03.407]➜  			"zh-CN/edas/GetScalingRules.json",
2025-08-20T19:15:57.3921998Z [00:02:03.407]➜  			"zh-CN/edas/GetSecureToken.json",
2025-08-20T19:15:57.3922342Z [00:02:03.407]➜  			"zh-CN/edas/GetServiceConsumersPage.json",
2025-08-20T19:15:57.3922856Z [00:02:03.407]➜  			"zh-CN/edas/GetServiceDetail.json",
2025-08-20T19:15:57.3923174Z [00:02:03.407]➜  			"zh-CN/edas/GetServiceListPage.json",
2025-08-20T19:15:57.3923470Z [00:02:03.407]➜  			"zh-CN/edas/GetServiceMethodPage.json",
2025-08-20T19:15:57.3923933Z [00:02:03.407]➜  			"zh-CN/edas/GetServiceProvidersPage.json",
2025-08-20T19:15:57.3924282Z [00:02:03.407]➜  			"zh-CN/edas/GetWebContainerConfig.json",
2025-08-20T19:15:57.3924762Z [00:02:03.407]➜  			"zh-CN/edas/ImportK8sCluster.json",
2025-08-20T19:15:57.3925072Z [00:02:03.407]➜  			"zh-CN/edas/InsertApplication.json",
2025-08-20T19:15:57.3925362Z [00:02:03.407]➜  			"zh-CN/edas/InsertCluster.json",
2025-08-20T19:15:57.3925661Z [00:02:03.407]➜  			"zh-CN/edas/InsertClusterMember.json",
2025-08-20T19:15:57.3926080Z [00:02:03.407]➜  			"zh-CN/edas/InsertDeployGroup.json",
2025-08-20T19:15:57.3926395Z [00:02:03.407]➜  			"zh-CN/edas/InsertK8sApplication.json",
2025-08-20T19:15:57.3926696Z [00:02:03.407]➜  			"zh-CN/edas/InsertOrUpdateRegion.json",
2025-08-20T19:15:57.3926966Z [00:02:03.407]➜  			"zh-CN/edas/InsertRole.json",
2025-08-20T19:15:57.3927329Z [00:02:03.407]➜  			"zh-CN/edas/InsertServiceGroup.json",
2025-08-20T19:15:57.3927634Z [00:02:03.407]➜  			"zh-CN/edas/InsertSwimmingLane.json",
2025-08-20T19:15:57.3927977Z [00:02:03.407]➜  			"zh-CN/edas/InsertSwimmingLaneGroup.json",
2025-08-20T19:15:57.3928257Z [00:02:03.407]➜  			"zh-CN/edas/InstallAgent.json",
2025-08-20T19:15:57.3928669Z [00:02:03.407]➜  			"zh-CN/edas/ListAliyunRegion.json",
2025-08-20T19:15:57.3928966Z [00:02:03.407]➜  			"zh-CN/edas/ListApplication.json",
2025-08-20T19:15:57.3929262Z [00:02:03.407]➜  			"zh-CN/edas/ListApplicationEcu.json",
2025-08-20T19:15:57.3929538Z [00:02:03.407]➜  			"zh-CN/edas/ListAuthority.json",
2025-08-20T19:15:57.3929824Z [00:02:03.407]➜  			"zh-CN/edas/ListBuildPack.json",
2025-08-20T19:15:57.3930089Z [00:02:03.407]➜  			"zh-CN/edas/ListCluster.json",
2025-08-20T19:15:57.3930369Z [00:02:03.407]➜  			"zh-CN/edas/ListClusterMembers.json",
2025-08-20T19:15:57.3930648Z [00:02:03.407]➜  			"zh-CN/edas/ListComponents.json",
2025-08-20T19:15:57.3930947Z [00:02:03.407]➜  			"zh-CN/edas/ListConfigTemplates.json",
2025-08-20T19:15:57.3931262Z [00:02:03.407]➜  			"zh-CN/edas/ListConsumedServices.json",
2025-08-20T19:15:57.3931564Z [00:02:03.407]➜  			"zh-CN/edas/ListConvertableEcu.json",
2025-08-20T19:15:57.3931861Z [00:02:03.407]➜  			"zh-CN/edas/ListDeployGroup.json",
2025-08-20T19:15:57.3932181Z [00:02:03.407]➜  			"zh-CN/edas/ListEcsNotInCluster.json",
2025-08-20T19:15:57.3941310Z [00:02:03.407]➜  			"zh-CN/edas/ListEcuByRegion.json",
2025-08-20T19:15:57.3941788Z [00:02:03.407]➜  			"zh-CN/edas/ListHistoryDeployVersion.json",
2025-08-20T19:15:57.3942139Z [00:02:03.407]➜  			"zh-CN/edas/ListK8sConfigMaps.json",
2025-08-20T19:15:57.3942880Z [00:02:03.407]➜  			"zh-CN/edas/ListK8sIngressRules.json",
2025-08-20T19:15:57.3943205Z [00:02:03.407]➜  			"zh-CN/edas/ListK8sNamespaces.json",
2025-08-20T19:15:57.3943491Z [00:02:03.407]➜  			"zh-CN/edas/ListK8sSecrets.json",
2025-08-20T19:15:57.3943782Z [00:02:03.407]➜  			"zh-CN/edas/ListMethods.json",
2025-08-20T19:15:57.3944107Z [00:02:03.407]➜  			"zh-CN/edas/ListPublishedServices.json",
2025-08-20T19:15:57.3944433Z [00:02:03.407]➜  			"zh-CN/edas/ListRecentChangeOrder.json",
2025-08-20T19:15:57.3944914Z [00:02:03.407]➜  			"zh-CN/edas/ListResourceGroup.json",
2025-08-20T19:15:57.3945208Z [00:02:03.407]➜  			"zh-CN/edas/ListRole.json",
2025-08-20T19:15:57.3945508Z [00:02:03.407]➜  			"zh-CN/edas/ListScaleOutEcu.json",
2025-08-20T19:15:57.3945809Z [00:02:03.407]➜  			"zh-CN/edas/ListServiceGroups.json",
2025-08-20T19:15:57.3946058Z [00:02:03.407]➜  			"zh-CN/edas/ListSlb.json",
2025-08-20T19:15:57.3946349Z [00:02:03.407]➜  			"zh-CN/edas/ListSubAccount.json",
2025-08-20T19:15:57.3946659Z [00:02:03.407]➜  			"zh-CN/edas/ListSwimmingLane.json",
2025-08-20T19:15:57.3947003Z [00:02:03.408]➜  			"zh-CN/edas/ListSwimmingLaneGroup.json",
2025-08-20T19:15:57.3947299Z [00:02:03.408]➜  			"zh-CN/edas/ListTagResources.json",
2025-08-20T19:15:57.3947617Z [00:02:03.408]➜  			"zh-CN/edas/ListUserDefineRegion.json",
2025-08-20T19:15:57.3947887Z [00:02:03.408]➜  			"zh-CN/edas/ListVpc.json",
2025-08-20T19:15:57.3948155Z [00:02:03.408]➜  			"zh-CN/edas/MigrateEcu.json",
2025-08-20T19:15:57.3948463Z [00:02:03.408]➜  			"zh-CN/edas/ModifyScalingRule.json",
2025-08-20T19:15:57.3948789Z [00:02:03.408]➜  			"zh-CN/edas/QueryApplicationStatus.json",
2025-08-20T19:15:57.3949085Z [00:02:03.408]➜  			"zh-CN/edas/QueryEccInfo.json",
2025-08-20T19:15:57.3949397Z [00:02:03.408]➜  			"zh-CN/edas/QueryMigrateEcuList.json",
2025-08-20T19:15:57.3949734Z [00:02:03.408]➜  			"zh-CN/edas/QueryMigrateRegionList.json",
2025-08-20T19:15:57.3950031Z [00:02:03.408]➜  			"zh-CN/edas/QueryRegionConfig.json",
2025-08-20T19:15:57.3950511Z [00:02:03.408]➜  			"zh-CN/edas/QuerySlsLogStoreList.json",
2025-08-20T19:15:57.3950822Z [00:02:03.408]➜  			"zh-CN/edas/ResetApplication.json",
2025-08-20T19:15:57.3951141Z [00:02:03.408]➜  			"zh-CN/edas/RestartApplication.json",
2025-08-20T19:15:57.3951453Z [00:02:03.408]➜  			"zh-CN/edas/RestartK8sApplication.json",
2025-08-20T19:15:57.3951768Z [00:02:03.408]➜  			"zh-CN/edas/RetryChangeOrderTask.json",
2025-08-20T19:15:57.3952090Z [00:02:03.408]➜  			"zh-CN/edas/RollbackApplication.json",
2025-08-20T19:15:57.3952589Z [00:02:03.408]➜  			"zh-CN/edas/RollbackChangeOrder.json",
2025-08-20T19:15:57.3952909Z [00:02:03.408]➜  			"zh-CN/edas/ScaleInApplication.json",
2025-08-20T19:15:57.3953365Z [00:02:03.408]➜  			"zh-CN/edas/ScaleK8sApplication.json",
2025-08-20T19:15:57.3953663Z [00:02:03.408]➜  			"zh-CN/edas/ScaleOutApplication.json",
2025-08-20T19:15:57.3954083Z [00:02:03.408]➜  			"zh-CN/edas/ScaleoutApplicationWithNewInstances.json",
2025-08-20T19:15:57.3954375Z [00:02:03.408]➜  			"zh-CN/edas/StartApplication.json",
2025-08-20T19:15:57.3954680Z [00:02:03.408]➜  			"zh-CN/edas/StartK8sAppPrecheck.json",
2025-08-20T19:15:57.3954962Z [00:02:03.408]➜  			"zh-CN/edas/StartK8sApplication.json",
2025-08-20T19:15:57.3955248Z [00:02:03.408]➜  			"zh-CN/edas/StopApplication.json",
2025-08-20T19:15:57.3955528Z [00:02:03.408]➜  			"zh-CN/edas/StopK8sApplication.json",
2025-08-20T19:15:57.3955863Z [00:02:03.408]➜  			"zh-CN/edas/SwitchAdvancedMonitoring.json",
2025-08-20T19:15:57.3956185Z [00:02:03.408]➜  			"zh-CN/edas/SynchronizeResource.json",
2025-08-20T19:15:57.3956467Z [00:02:03.408]➜  			"zh-CN/edas/TagResources.json",
2025-08-20T19:15:57.3956791Z [00:02:03.408]➜  			"zh-CN/edas/TransformClusterMember.json",
2025-08-20T19:15:57.3957067Z [00:02:03.408]➜  			"zh-CN/edas/UnbindK8sSlb.json",
2025-08-20T19:15:57.3957326Z [00:02:03.408]➜  			"zh-CN/edas/UnbindSlb.json",
2025-08-20T19:15:57.3957607Z [00:02:03.408]➜  			"zh-CN/edas/UntagResources.json",
2025-08-20T19:15:57.3957913Z [00:02:03.408]➜  			"zh-CN/edas/UpdateAccountInfo.json",
2025-08-20T19:15:57.3958411Z [00:02:03.408]➜  			"zh-CN/edas/UpdateApplicationBaseInfo.json",
2025-08-20T19:15:57.3958777Z [00:02:03.408]➜  			"zh-CN/edas/UpdateApplicationScalingRule.json",
2025-08-20T19:15:57.3959090Z [00:02:03.408]➜  			"zh-CN/edas/UpdateConfigTemplate.json",
2025-08-20T19:15:57.3959375Z [00:02:03.408]➜  			"zh-CN/edas/UpdateContainer.json",
2025-08-20T19:15:57.3959732Z [00:02:03.408]➜  			"zh-CN/edas/UpdateContainerConfiguration.json",
2025-08-20T19:15:57.3960154Z [00:02:03.408]➜  			"zh-CN/edas/UpdateHealthCheckUrl.json",
2025-08-20T19:15:57.3960484Z [00:02:03.408]➜  			"zh-CN/edas/UpdateHookConfiguration.json",
2025-08-20T19:15:57.3960817Z [00:02:03.408]➜  			"zh-CN/edas/UpdateJvmConfiguration.json",
2025-08-20T19:15:57.3961165Z [00:02:03.408]➜  			"zh-CN/edas/UpdateK8sApplicationBaseInfo.json",
2025-08-20T19:15:57.3961516Z [00:02:03.408]➜  			"zh-CN/edas/UpdateK8sApplicationConfig.json",
2025-08-20T19:15:57.3961820Z [00:02:03.408]➜  			"zh-CN/edas/UpdateK8sConfigMap.json",
2025-08-20T19:15:57.3962184Z [00:02:03.408]➜  			"zh-CN/edas/UpdateK8sIngressRule.json",
2025-08-20T19:15:57.3962685Z [00:02:03.408]➜  			"zh-CN/edas/UpdateK8sResource.json",
2025-08-20T19:15:57.3962992Z [00:02:03.408]➜  			"zh-CN/edas/UpdateK8sSecret.json",
2025-08-20T19:15:57.3963270Z [00:02:03.408]➜  			"zh-CN/edas/UpdateK8sService.json",
2025-08-20T19:15:57.3963536Z [00:02:03.408]➜  			"zh-CN/edas/UpdateK8sSlb.json",
2025-08-20T19:15:57.3963793Z [00:02:03.408]➜  			"zh-CN/edas/UpdateRole.json",
2025-08-20T19:15:57.3964096Z [00:02:03.408]➜  			"zh-CN/edas/UpdateSlsLogStore.json",
2025-08-20T19:15:57.3964385Z [00:02:03.408]➜  			"zh-CN/edas/UpdateSwimmingLane.json",
2025-08-20T19:15:57.3964724Z [00:02:03.408]➜  			"zh-CN/edas/UpdateSwimmingLaneGroup.json",
2025-08-20T19:15:57.3964991Z [00:02:03.408]➜  			"zh-CN/edas/version.json",
2025-08-20T19:15:57.3965297Z [00:02:03.408]➜  			"zh-CN/ehpc/AddContainerApp.json",
2025-08-20T19:15:57.3965586Z [00:02:03.408]➜  			"zh-CN/ehpc/AddExistedNodes.json",
2025-08-20T19:15:57.3966007Z [00:02:03.408]➜  			"zh-CN/ehpc/AddLocalNodes.json",
2025-08-20T19:15:57.3966282Z [00:02:03.408]➜  			"zh-CN/ehpc/AddNodes.json",
2025-08-20T19:15:57.3966542Z [00:02:03.408]➜  			"zh-CN/ehpc/AddQueue.json",
2025-08-20T19:15:57.3966829Z [00:02:03.408]➜  			"zh-CN/ehpc/AddSecurityGroup.json",
2025-08-20T19:15:57.3967084Z [00:02:03.408]➜  			"zh-CN/ehpc/AddUsers.json",
2025-08-20T19:15:57.3967339Z [00:02:03.408]➜  			"zh-CN/ehpc/ApplyNodes.json",
2025-08-20T19:15:57.3967620Z [00:02:03.408]➜  			"zh-CN/ehpc/CreateCluster.json",
2025-08-20T19:15:57.3967903Z [00:02:03.408]➜  			"zh-CN/ehpc/CreateGWSCluster.json",
2025-08-20T19:15:57.3968300Z [00:02:03.408]➜  			"zh-CN/ehpc/CreateGWSImage.json",
2025-08-20T19:15:57.3968598Z [00:02:03.408]➜  			"zh-CN/ehpc/CreateGWSInstance.json",
2025-08-20T19:15:57.3968898Z [00:02:03.409]➜  			"zh-CN/ehpc/CreateHybridCluster.json",
2025-08-20T19:15:57.3969171Z [00:02:03.409]➜  			"zh-CN/ehpc/CreateJobFile.json",
2025-08-20T19:15:57.3969493Z [00:02:03.409]➜  			"zh-CN/ehpc/CreateJobTemplate.json",
2025-08-20T19:15:57.3969776Z [00:02:03.409]➜  			"zh-CN/ehpc/DeleteCluster.json",
2025-08-20T19:15:57.3970093Z [00:02:03.409]➜  			"zh-CN/ehpc/DeleteContainerApps.json",
2025-08-20T19:15:57.3970390Z [00:02:03.409]➜  			"zh-CN/ehpc/DeleteGWSCluster.json",
2025-08-20T19:15:57.3970690Z [00:02:03.409]➜  			"zh-CN/ehpc/DeleteGWSInstance.json",
2025-08-20T19:15:57.3970951Z [00:02:03.409]➜  			"zh-CN/ehpc/DeleteImage.json",
2025-08-20T19:15:57.3971249Z [00:02:03.409]➜  			"zh-CN/ehpc/DeleteJobTemplates.json",
2025-08-20T19:15:57.3971528Z [00:02:03.409]➜  			"zh-CN/ehpc/DeleteJobs.json",
2025-08-20T19:15:57.3971830Z [00:02:03.410]➜  			"zh-CN/ehpc/DeleteLocalImage.json",
2025-08-20T19:15:57.3972104Z [00:02:03.410]➜  			"zh-CN/ehpc/DeleteNodes.json",
2025-08-20T19:15:57.3972363Z [00:02:03.410]➜  			"zh-CN/ehpc/DeleteQueue.json",
2025-08-20T19:15:57.3975370Z [00:02:03.410]➜  			"zh-CN/ehpc/DeleteSecurityGroup.json",
2025-08-20T19:15:57.3975658Z [00:02:03.410]➜  			"zh-CN/ehpc/DeleteUsers.json",
2025-08-20T19:15:57.3976151Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeAutoScaleConfig.json",
2025-08-20T19:15:57.3976445Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeCluster.json",
2025-08-20T19:15:57.3976771Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeContainerApp.json",
2025-08-20T19:15:57.3977075Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeEstackImage.json",
2025-08-20T19:15:57.3977448Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeGWSClusterPolicy.json",
2025-08-20T19:15:57.3977889Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeGWSClusters.json",
2025-08-20T19:15:57.3978217Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeGWSImages.json",
2025-08-20T19:15:57.3978547Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeGWSInstances.json",
2025-08-20T19:15:57.3978837Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeImage.json",
2025-08-20T19:15:57.3979193Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeImageGatewayConfig.json",
2025-08-20T19:15:57.3979513Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeImagePrice.json",
2025-08-20T19:15:57.3979804Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeJob.json",
2025-08-20T19:15:57.3980141Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeNFSClientStatus.json",
2025-08-20T19:15:57.3980426Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribePrice.json",
2025-08-20T19:15:57.3980769Z [00:02:03.410]➜  			"zh-CN/ehpc/DescribeServerlessJobs.json",
2025-08-20T19:15:57.3981069Z [00:02:03.410]➜  			"zh-CN/ehpc/EditJobTemplate.json",
2025-08-20T19:15:57.3981390Z [00:02:03.410]➜  			"zh-CN/ehpc/GetAccountingReport.json",
2025-08-20T19:15:57.3981698Z [00:02:03.410]➜  			"zh-CN/ehpc/GetAutoScaleConfig.json",
2025-08-20T19:15:57.3982003Z [00:02:03.410]➜  			"zh-CN/ehpc/GetCloudMetricLogs.json",
2025-08-20T19:15:57.3982335Z [00:02:03.411]➜  			"zh-CN/ehpc/GetCloudMetricProfiling.json",
2025-08-20T19:15:57.3982920Z [00:02:03.411]➜  			"zh-CN/ehpc/GetClusterVolumes.json",
2025-08-20T19:15:57.3983209Z [00:02:03.411]➜  			"zh-CN/ehpc/GetCommonImage.json",
2025-08-20T19:15:57.3983514Z [00:02:03.411]➜  			"zh-CN/ehpc/GetGWSConnectTicket.json",
2025-08-20T19:15:57.3983973Z [00:02:03.411]➜  			"zh-CN/ehpc/GetHybridClusterConfig.json",
2025-08-20T19:15:57.3984355Z [00:02:03.411]➜  			"zh-CN/ehpc/GetIfEcsTypeSupportHtConfig.json",
2025-08-20T19:15:57.3984669Z [00:02:03.411]➜  			"zh-CN/ehpc/GetJobLog.json",
2025-08-20T19:15:57.3985001Z [00:02:03.411]➜  			"zh-CN/ehpc/GetPostScripts.json",
2025-08-20T19:15:57.3985303Z [00:02:03.411]➜  			"zh-CN/ehpc/GetSchedulerInfo.json",
2025-08-20T19:15:57.3985592Z [00:02:03.411]➜  			"zh-CN/ehpc/GetUserImage.json",
2025-08-20T19:15:57.3985934Z [00:02:03.411]➜  			"zh-CN/ehpc/GetVisualServiceStatus.json",
2025-08-20T19:15:57.3986231Z [00:02:03.411]➜  			"zh-CN/ehpc/InitializeEHPC.json",
2025-08-20T19:15:57.3986634Z [00:02:03.411]➜  			"zh-CN/ehpc/InspectImage.json",
2025-08-20T19:15:57.3986929Z [00:02:03.411]➜  			"zh-CN/ehpc/InstallSoftware.json",
2025-08-20T19:15:57.3987245Z [00:02:03.411]➜  			"zh-CN/ehpc/InvokeShellCommand.json",
2025-08-20T19:15:57.3987632Z [00:02:03.411]➜  			"zh-CN/ehpc/ListAvailableEcsTypes.json",
2025-08-20T19:15:57.3988046Z [00:02:03.411]➜  			"zh-CN/ehpc/ListCloudMetricProfilings.json",
2025-08-20T19:15:57.3988336Z [00:02:03.411]➜  			"zh-CN/ehpc/ListClusterLogs.json",
2025-08-20T19:15:57.3988617Z [00:02:03.411]➜  			"zh-CN/ehpc/ListClusters.json",
2025-08-20T19:15:57.3988902Z [00:02:03.411]➜  			"zh-CN/ehpc/ListClustersMeta.json",
2025-08-20T19:15:57.3989181Z [00:02:03.411]➜  			"zh-CN/ehpc/ListCommands.json",
2025-08-20T19:15:57.3989492Z [00:02:03.411]➜  			"zh-CN/ehpc/ListCommunityImages.json",
2025-08-20T19:15:57.3989815Z [00:02:03.411]➜  			"zh-CN/ehpc/ListContainerApps.json",
2025-08-20T19:15:57.3990123Z [00:02:03.411]➜  			"zh-CN/ehpc/ListContainerImages.json",
2025-08-20T19:15:57.3990438Z [00:02:03.411]➜  			"zh-CN/ehpc/ListCpfsFileSystems.json",
2025-08-20T19:15:57.3990780Z [00:02:03.411]➜  			"zh-CN/ehpc/ListCurrentClientVersion.json",
2025-08-20T19:15:57.3991092Z [00:02:03.411]➜  			"zh-CN/ehpc/ListCustomImages.json",
2025-08-20T19:15:57.3991482Z [00:02:03.411]➜  			"zh-CN/ehpc/ListFileSystemWithMountTargets.json",
2025-08-20T19:15:57.3991920Z [00:02:03.411]➜  			"zh-CN/ehpc/ListImages.json",
2025-08-20T19:15:57.3992247Z [00:02:03.411]➜  			"zh-CN/ehpc/ListInstalledSoftware.json",
2025-08-20T19:15:57.3992751Z [00:02:03.411]➜  			"zh-CN/ehpc/ListInvocationResults.json",
2025-08-20T19:15:57.3993051Z [00:02:03.411]➜  			"zh-CN/ehpc/ListInvocationStatus.json",
2025-08-20T19:15:57.3993336Z [00:02:03.411]➜  			"zh-CN/ehpc/ListJobTemplates.json",
2025-08-20T19:15:57.3993718Z [00:02:03.411]➜  			"zh-CN/ehpc/ListJobs.json",
2025-08-20T19:15:57.3994035Z [00:02:03.411]➜  			"zh-CN/ehpc/ListJobsWithFilters.json",
2025-08-20T19:15:57.3994300Z [00:02:03.411]➜  			"zh-CN/ehpc/ListNodes.json",
2025-08-20T19:15:57.3994577Z [00:02:03.411]➜  			"zh-CN/ehpc/ListNodesByQueue.json",
2025-08-20T19:15:57.3994866Z [00:02:03.411]➜  			"zh-CN/ehpc/ListNodesNoPaging.json",
2025-08-20T19:15:57.3995164Z [00:02:03.411]➜  			"zh-CN/ehpc/ListPreferredEcsTypes.json",
2025-08-20T19:15:57.3995418Z [00:02:03.411]➜  			"zh-CN/ehpc/ListQueues.json",
2025-08-20T19:15:57.3995698Z [00:02:03.411]➜  			"zh-CN/ehpc/ListRegions.json",
2025-08-20T19:15:57.3995984Z [00:02:03.411]➜  			"zh-CN/ehpc/ListSecurityGroups.json",
2025-08-20T19:15:57.3996268Z [00:02:03.411]➜  			"zh-CN/ehpc/ListServerlessJobs.json",
2025-08-20T19:15:57.3996530Z [00:02:03.411]➜  			"zh-CN/ehpc/ListSoftwares.json",
2025-08-20T19:15:57.3996808Z [00:02:03.411]➜  			"zh-CN/ehpc/ListTagResources.json",
2025-08-20T19:15:57.3997057Z [00:02:03.411]➜  			"zh-CN/ehpc/ListTasks.json",
2025-08-20T19:15:57.3997357Z [00:02:03.411]➜  			"zh-CN/ehpc/ListUpgradeClients.json",
2025-08-20T19:15:57.3997599Z [00:02:03.411]➜  			"zh-CN/ehpc/ListUsers.json",
2025-08-20T19:15:57.3997878Z [00:02:03.411]➜  			"zh-CN/ehpc/ListUsersAsync.json",
2025-08-20T19:15:57.3998127Z [00:02:03.411]➜  			"zh-CN/ehpc/ListVolumes.json",
2025-08-20T19:15:57.3998426Z [00:02:03.411]➜  			"zh-CN/ehpc/ModifyClusterAttributes.json",
2025-08-20T19:15:57.3998795Z [00:02:03.411]➜  			"zh-CN/ehpc/ModifyContainerAppAttributes.json",
2025-08-20T19:15:57.3999270Z [00:02:03.411]➜  			"zh-CN/ehpc/ModifyImageGatewayConfig.json",
2025-08-20T19:15:57.3999590Z [00:02:03.411]➜  			"zh-CN/ehpc/ModifyUserGroups.json",
2025-08-20T19:15:57.4000004Z [00:02:03.411]➜  			"zh-CN/ehpc/ModifyUserPasswords.json",
2025-08-20T19:15:57.4000369Z [00:02:03.411]➜  			"zh-CN/ehpc/ModifyVisualServicePasswd.json",
2025-08-20T19:15:57.4000629Z [00:02:03.411]➜  			"zh-CN/ehpc/MountNFS.json",
2025-08-20T19:15:57.4000903Z [00:02:03.411]➜  			"zh-CN/ehpc/PullImage.json",
2025-08-20T19:15:57.4001237Z [00:02:03.411]➜  			"zh-CN/ehpc/QueryServicePackAndPrice.json",
2025-08-20T19:15:57.4001510Z [00:02:03.411]➜  			"zh-CN/ehpc/RecoverCluster.json",
2025-08-20T19:15:57.4001946Z [00:02:03.411]➜  			"zh-CN/ehpc/RerunJobs.json",
2025-08-20T19:15:57.4002205Z [00:02:03.411]➜  			"zh-CN/ehpc/ResetNodes.json",
2025-08-20T19:15:57.4032374Z [00:02:03.411]➜  			"zh-CN/ehpc/RunCloudMetricProfiling.json",
2025-08-20T19:15:57.4032969Z [00:02:03.411]➜  			"zh-CN/ehpc/SetAutoScaleConfig.json",
2025-08-20T19:15:57.4033316Z [00:02:03.411]➜  			"zh-CN/ehpc/SetGWSClusterPolicy.json",
2025-08-20T19:15:57.4033631Z [00:02:03.411]➜  			"zh-CN/ehpc/SetGWSInstanceName.json",
2025-08-20T19:15:57.4033947Z [00:02:03.411]➜  			"zh-CN/ehpc/SetGWSInstanceUser.json",
2025-08-20T19:15:57.4034245Z [00:02:03.411]➜  			"zh-CN/ehpc/SetPostScripts.json",
2025-08-20T19:15:57.4034504Z [00:02:03.411]➜  			"zh-CN/ehpc/SetQueue.json",
2025-08-20T19:15:57.4034812Z [00:02:03.411]➜  			"zh-CN/ehpc/SetSchedulerInfo.json",
2025-08-20T19:15:57.4035101Z [00:02:03.411]➜  			"zh-CN/ehpc/StartCluster.json",
2025-08-20T19:15:57.4035394Z [00:02:03.411]➜  			"zh-CN/ehpc/StartGWSInstance.json",
2025-08-20T19:15:57.4035647Z [00:02:03.411]➜  			"zh-CN/ehpc/StartNodes.json",
2025-08-20T19:15:57.4035937Z [00:02:03.411]➜  			"zh-CN/ehpc/StartVisualService.json",
2025-08-20T19:15:57.4036217Z [00:02:03.411]➜  			"zh-CN/ehpc/StopCluster.json",
2025-08-20T19:15:57.4036514Z [00:02:03.411]➜  			"zh-CN/ehpc/StopGWSInstance.json",
2025-08-20T19:15:57.4036950Z [00:02:03.411]➜  			"zh-CN/ehpc/StopJobs.json",
2025-08-20T19:15:57.4037214Z [00:02:03.411]➜  			"zh-CN/ehpc/StopNodes.json",
2025-08-20T19:15:57.4037509Z [00:02:03.411]➜  			"zh-CN/ehpc/StopServerlessJobs.json",
2025-08-20T19:15:57.4037806Z [00:02:03.411]➜  			"zh-CN/ehpc/StopVisualService.json",
2025-08-20T19:15:57.4038059Z [00:02:03.411]➜  			"zh-CN/ehpc/SubmitJob.json",
2025-08-20T19:15:57.4038364Z [00:02:03.411]➜  			"zh-CN/ehpc/SubmitServerlessJob.json",
2025-08-20T19:15:57.4038745Z [00:02:03.411]➜  			"zh-CN/ehpc/SummaryImages.json",
2025-08-20T19:15:57.4039048Z [00:02:03.411]➜  			"zh-CN/ehpc/SummaryImagesInfo.json",
2025-08-20T19:15:57.4039311Z [00:02:03.411]➜  			"zh-CN/ehpc/SyncUsers.json",
2025-08-20T19:15:57.4039577Z [00:02:03.411]➜  			"zh-CN/ehpc/TagResources.json",
2025-08-20T19:15:57.4039865Z [00:02:03.411]➜  			"zh-CN/ehpc/UnTagResources.json",
2025-08-20T19:15:57.4040158Z [00:02:03.411]➜  			"zh-CN/ehpc/UninstallSoftware.json",
2025-08-20T19:15:57.4040590Z [00:02:03.411]➜  			"zh-CN/ehpc/UpdateClusterVolumes.json",
2025-08-20T19:15:57.4040910Z [00:02:03.411]➜  			"zh-CN/ehpc/UpdateQueueConfig.json",
2025-08-20T19:15:57.4041207Z [00:02:03.411]➜  			"zh-CN/ehpc/UpgradeClient.json",
2025-08-20T19:15:57.4041459Z [00:02:03.411]➜  			"zh-CN/ehpc/version.json",
2025-08-20T19:15:57.4041846Z [00:02:03.411]➜  			"zh-CN/eipanycast/AllocateAnycastEipAddress.json",
2025-08-20T19:15:57.4042224Z [00:02:03.411]➜  			"zh-CN/eipanycast/AssociateAnycastEipAddress.json",
2025-08-20T19:15:57.4042802Z [00:02:03.411]➜  			"zh-CN/eipanycast/DescribeAnycastEipAddress.json",
2025-08-20T19:15:57.4043172Z [00:02:03.411]➜  			"zh-CN/eipanycast/DescribeAnycastPopLocations.json",
2025-08-20T19:15:57.4043574Z [00:02:03.411]➜  			"zh-CN/eipanycast/DescribeAnycastServerRegions.json",
2025-08-20T19:15:57.4043942Z [00:02:03.411]➜  			"zh-CN/eipanycast/ListAnycastEipAddresses.json",
2025-08-20T19:15:57.4044267Z [00:02:03.411]➜  			"zh-CN/eipanycast/ListTagResources.json",
2025-08-20T19:15:57.4044687Z [00:02:03.411]➜  			"zh-CN/eipanycast/ModifyAnycastEipAddressAttribute.json",
2025-08-20T19:15:57.4045069Z [00:02:03.411]➜  			"zh-CN/eipanycast/ModifyAnycastEipAddressSpec.json",
2025-08-20T19:15:57.4045421Z [00:02:03.411]➜  			"zh-CN/eipanycast/ReleaseAnycastEipAddress.json",
2025-08-20T19:15:57.4045714Z [00:02:03.411]➜  			"zh-CN/eipanycast/TagResources.json",
2025-08-20T19:15:57.4046097Z [00:02:03.411]➜  			"zh-CN/eipanycast/UnassociateAnycastEipAddress.json",
2025-08-20T19:15:57.4046410Z [00:02:03.411]➜  			"zh-CN/eipanycast/UntagResources.json",
2025-08-20T19:15:57.4046869Z [00:02:03.411]➜  			"zh-CN/eipanycast/UpdateAnycastEipAddressAssociations.json",
2025-08-20T19:15:57.4047334Z [00:02:03.411]➜  			"zh-CN/eipanycast/version.json",
2025-08-20T19:15:57.4047651Z [00:02:03.411]➜  			"zh-CN/elasticsearch/ActivateZones.json",
2025-08-20T19:15:57.4048015Z [00:02:03.411]➜  			"zh-CN/elasticsearch/AddConnectableCluster.json",
2025-08-20T19:15:57.4048345Z [00:02:03.411]➜  			"zh-CN/elasticsearch/AddSnapshotRepo.json",
2025-08-20T19:15:57.4048679Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CancelDeletion.json",
2025-08-20T19:15:57.4049032Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CancelLogstashDeletion.json",
2025-08-20T19:15:57.4049333Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CancelTask.json",
2025-08-20T19:15:57.4049637Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CapacityPlan.json",
2025-08-20T19:15:57.4049947Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CloseDiagnosis.json",
2025-08-20T19:15:57.4050239Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CloseHttps.json",
2025-08-20T19:15:57.4050564Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CloseManagedIndex.json",
2025-08-20T19:15:57.4050886Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CreateCollector.json",
2025-08-20T19:15:57.4051238Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CreateComponentIndex.json",
2025-08-20T19:15:57.4051558Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CreateDataStream.json",
2025-08-20T19:15:57.4051885Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CreateDataTasks.json",
2025-08-20T19:15:57.4052327Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CreateILMPolicy.json",
2025-08-20T19:15:57.4053412Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CreateIndexTemplate.json",
2025-08-20T19:15:57.4053740Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CreateLogstash.json",
2025-08-20T19:15:57.4054069Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CreatePipelines.json",
2025-08-20T19:15:57.4054380Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CreateSnapshot.json",
2025-08-20T19:15:57.4054842Z [00:02:03.411]➜  			"zh-CN/elasticsearch/CreateVpcEndpoint.json",
2025-08-20T19:15:57.4055170Z [00:02:03.411]➜  			"zh-CN/elasticsearch/DeactivateZones.json",
2025-08-20T19:15:57.4055491Z [00:02:03.411]➜  			"zh-CN/elasticsearch/DeleteCollector.json",
2025-08-20T19:15:57.4055838Z [00:02:03.411]➜  			"zh-CN/elasticsearch/DeleteComponentIndex.json",
2025-08-20T19:15:57.4056199Z [00:02:03.411]➜  			"zh-CN/elasticsearch/DeleteConnectedCluster.json",
2025-08-20T19:15:57.4056509Z [00:02:03.411]➜  			"zh-CN/elasticsearch/DeleteDataStream.json",
2025-08-20T19:15:57.4056918Z [00:02:03.411]➜  			"zh-CN/elasticsearch/DeleteDataTask.json",
2025-08-20T19:15:57.4057294Z [00:02:03.411]➜  			"zh-CN/elasticsearch/DeleteDeprecatedTemplate.json",
2025-08-20T19:15:57.4057600Z [00:02:03.411]➜  			"zh-CN/elasticsearch/DeleteILMPolicy.json",
2025-08-20T19:15:57.4057938Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DeleteIndexTemplate.json",
2025-08-20T19:15:57.4058246Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DeleteInstance.json",
2025-08-20T19:15:57.4058561Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DeleteLogstash.json",
2025-08-20T19:15:57.4058868Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DeletePipelines.json",
2025-08-20T19:15:57.4059217Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DeleteSnapshotRepo.json",
2025-08-20T19:15:57.4059543Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DeleteVpcEndpoint.json",
2025-08-20T19:15:57.4059886Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeAckOperator.json",
2025-08-20T19:15:57.4060190Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeApm.json",
2025-08-20T19:15:57.4060536Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeCollector.json",
2025-08-20T19:15:57.4060900Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeComponentIndex.json",
2025-08-20T19:15:57.4061321Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeConnectableClusters.json",
2025-08-20T19:15:57.4061733Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeDeprecatedTemplate.json",
2025-08-20T19:15:57.4062133Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeDiagnoseReport.json",
2025-08-20T19:15:57.4063261Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeDiagnosisSettings.json",
2025-08-20T19:15:57.4063844Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeDynamicSettings.json",
2025-08-20T19:15:57.4064252Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeElasticsearchHealth.json",
2025-08-20T19:15:57.4064593Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeILMPolicy.json",
2025-08-20T19:15:57.4064951Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeIndexTemplate.json",
2025-08-20T19:15:57.4065301Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeInstance.json",
2025-08-20T19:15:57.4065672Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeKibanaSettings.json",
2025-08-20T19:15:57.4066009Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeLogstash.json",
2025-08-20T19:15:57.4066338Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribePipeline.json",
2025-08-20T19:15:57.4066786Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribePipelineManagementConfig.json",
2025-08-20T19:15:57.4067115Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeRegions.json",
2025-08-20T19:15:57.4067487Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeSnapshotSetting.json",
2025-08-20T19:15:57.4067807Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeTemplates.json",
2025-08-20T19:15:57.4068201Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DescribeXpackMonitorConfig.json",
2025-08-20T19:15:57.4068536Z [00:02:03.412]➜  			"zh-CN/elasticsearch/DiagnoseInstance.json",
2025-08-20T19:15:57.4068975Z [00:02:03.412]➜  			"zh-CN/elasticsearch/EstimatedLogstashRestartTime.json",
2025-08-20T19:15:57.4069498Z [00:02:03.412]➜  			"zh-CN/elasticsearch/EstimatedRestartTime.json",
2025-08-20T19:15:57.4069919Z [00:02:03.412]➜  			"zh-CN/elasticsearch/GetClusterDataInformation.json",
2025-08-20T19:15:57.4070216Z [00:02:03.412]➜  			"zh-CN/elasticsearch/GetElastictask.json",
2025-08-20T19:15:57.4070539Z [00:02:03.412]➜  			"zh-CN/elasticsearch/GetEmonGrafanaAlerts.json",
2025-08-20T19:15:57.4071021Z [00:02:03.412]➜  			"zh-CN/elasticsearch/GetEmonGrafanaDashboards.json",
2025-08-20T19:15:57.4071387Z [00:02:03.412]➜  			"zh-CN/elasticsearch/GetEmonMonitorData.json",
2025-08-20T19:15:57.4071734Z [00:02:03.412]➜  			"zh-CN/elasticsearch/GetOpenStoreUsage.json",
2025-08-20T19:15:57.4072101Z [00:02:03.412]➜  			"zh-CN/elasticsearch/GetRegionConfiguration.json",
2025-08-20T19:15:57.4072647Z [00:02:03.412]➜  			"zh-CN/elasticsearch/GetSuggestShrinkableNodes.json",
2025-08-20T19:15:57.4073104Z [00:02:03.412]➜  			"zh-CN/elasticsearch/GetTransferableNodes.json",
2025-08-20T19:15:57.4073480Z [00:02:03.412]➜  			"zh-CN/elasticsearch/InitializeOperationRole.json",
2025-08-20T19:15:57.4073820Z [00:02:03.412]➜  			"zh-CN/elasticsearch/InstallAckOperator.json",
2025-08-20T19:15:57.4074198Z [00:02:03.412]➜  			"zh-CN/elasticsearch/InstallKibanaSystemPlugin.json",
2025-08-20T19:15:57.4074571Z [00:02:03.412]➜  			"zh-CN/elasticsearch/InstallLogstashSystemPlugin.json",
2025-08-20T19:15:57.4074909Z [00:02:03.412]➜  			"zh-CN/elasticsearch/InstallSystemPlugin.json",
2025-08-20T19:15:57.4075247Z [00:02:03.412]➜  			"zh-CN/elasticsearch/InstallUserPlugins.json",
2025-08-20T19:15:57.4075639Z [00:02:03.412]➜  			"zh-CN/elasticsearch/InterruptElasticsearchTask.json",
2025-08-20T19:15:57.4076002Z [00:02:03.412]➜  			"zh-CN/elasticsearch/InterruptLogstashTask.json",
2025-08-20T19:15:57.4076326Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListAckClusters.json",
2025-08-20T19:15:57.4076669Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListAckNamespaces.json",
2025-08-20T19:15:57.4077007Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListActionRecords.json",
2025-08-20T19:15:57.4077308Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListAllNode.json",
2025-08-20T19:15:57.4077713Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListAlternativeSnapshotRepos.json",
2025-08-20T19:15:57.4078005Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListApm.json",
2025-08-20T19:15:57.4078394Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListAvailableEsInstanceIds.json",
2025-08-20T19:15:57.4078724Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListCollectors.json",
2025-08-20T19:15:57.4079069Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListComponentIndices.json",
2025-08-20T19:15:57.4079601Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListConnectedClusters.json",
2025-08-20T19:15:57.4079920Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListDataStreams.json",
2025-08-20T19:15:57.4080229Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListDataTasks.json",
2025-08-20T19:15:57.4080697Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListDefaultCollectorConfigurations.json",
2025-08-20T19:15:57.4081173Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListDeprecatedTemplates.json",
2025-08-20T19:15:57.4081558Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListDiagnoseIndices.json",
2025-08-20T19:15:57.4081926Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListDiagnoseReport.json",
2025-08-20T19:15:57.4082265Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListDiagnoseReportIds.json",
2025-08-20T19:15:57.4082847Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListDiagnosisItems.json",
2025-08-20T19:15:57.4083215Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListDictInformation.json",
2025-08-20T19:15:57.4083519Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListDicts.json",
2025-08-20T19:15:57.4083849Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListEcsInstances.json",
2025-08-20T19:15:57.4084171Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListExtendfiles.json",
2025-08-20T19:15:57.4084497Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListILMPolicies.json",
2025-08-20T19:15:57.4084848Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListIndexTemplates.json",
2025-08-20T19:15:57.4085174Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListInstance.json",
2025-08-20T19:15:57.4085571Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListInstanceHistoryEvents.json",
2025-08-20T19:15:57.4085944Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListInstanceIndices.json",
2025-08-20T19:15:57.4086295Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListKibanaPlugins.json",
2025-08-20T19:15:57.4086775Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListLogstash.json",
2025-08-20T19:15:57.4087137Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListLogstashLog.json",
2025-08-20T19:15:57.4087524Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListLogstashPlugins.json",
2025-08-20T19:15:57.4087843Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListNodes.json",
2025-08-20T19:15:57.4088167Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListPipeline.json",
2025-08-20T19:15:57.4088504Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListPipelineIds.json",
2025-08-20T19:15:57.4088953Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListPlugins.json",
2025-08-20T19:15:57.4089295Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListSearchLog.json",
2025-08-20T19:15:57.4089665Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListShardRecoveries.json",
2025-08-20T19:15:57.4090124Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListSnapshotReposByInstanceId.json",
2025-08-20T19:15:57.4090495Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListTagResources.json",
2025-08-20T19:15:57.4090815Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListTags.json",
2025-08-20T19:15:57.4091163Z [00:02:03.412]➜  			"zh-CN/elasticsearch/ListVpcEndpoints.json",
2025-08-20T19:15:57.4091514Z [00:02:03.412]➜  			"zh-CN/elasticsearch/MigrateToOtherZone.json",
2025-08-20T19:15:57.4091867Z [00:02:03.413]➜  			"zh-CN/elasticsearch/ModifyDeployMachine.json",
2025-08-20T19:15:57.4092213Z [00:02:03.413]➜  			"zh-CN/elasticsearch/ModifyElastictask.json",
2025-08-20T19:15:57.4092912Z [00:02:03.413]➜  			"zh-CN/elasticsearch/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:57.4093262Z [00:02:03.413]➜  			"zh-CN/elasticsearch/ModifyWhiteIps.json",
2025-08-20T19:15:57.4093613Z [00:02:03.413]➜  			"zh-CN/elasticsearch/MoveResourceGroup.json",
2025-08-20T19:15:57.4093929Z [00:02:03.413]➜  			"zh-CN/elasticsearch/OpenDiagnosis.json",
2025-08-20T19:15:57.4094223Z [00:02:03.413]➜  			"zh-CN/elasticsearch/OpenHttps.json",
2025-08-20T19:15:57.4094566Z [00:02:03.413]➜  			"zh-CN/elasticsearch/PostEmonTryAlarmRule.json",
2025-08-20T19:15:57.4094914Z [00:02:03.413]➜  			"zh-CN/elasticsearch/RecommendTemplates.json",
2025-08-20T19:15:57.4095241Z [00:02:03.413]➜  			"zh-CN/elasticsearch/ReinstallCollector.json",
2025-08-20T19:15:57.4095690Z [00:02:03.413]➜  			"zh-CN/elasticsearch/RemoveApm.json",
2025-08-20T19:15:57.4095996Z [00:02:03.413]➜  			"zh-CN/elasticsearch/RenewInstance.json",
2025-08-20T19:15:57.4096303Z [00:02:03.413]➜  			"zh-CN/elasticsearch/RenewLogstash.json",
2025-08-20T19:15:57.4096621Z [00:02:03.413]➜  			"zh-CN/elasticsearch/RestartCollector.json",
2025-08-20T19:15:57.4097066Z [00:02:03.413]➜  			"zh-CN/elasticsearch/RestartInstance.json",
2025-08-20T19:15:57.4097382Z [00:02:03.413]➜  			"zh-CN/elasticsearch/RestartLogstash.json",
2025-08-20T19:15:57.4097760Z [00:02:03.413]➜  			"zh-CN/elasticsearch/ResumeElasticsearchTask.json",
2025-08-20T19:15:57.4098094Z [00:02:03.413]➜  			"zh-CN/elasticsearch/ResumeLogstashTask.json",
2025-08-20T19:15:57.4098424Z [00:02:03.413]➜  			"zh-CN/elasticsearch/RolloverDataStream.json",
2025-08-20T19:15:57.4098730Z [00:02:03.413]➜  			"zh-CN/elasticsearch/RunPipelines.json",
2025-08-20T19:15:57.4099015Z [00:02:03.413]➜  			"zh-CN/elasticsearch/ShrinkNode.json",
2025-08-20T19:15:57.4099317Z [00:02:03.413]➜  			"zh-CN/elasticsearch/StartApm.json",
2025-08-20T19:15:57.4099634Z [00:02:03.413]➜  			"zh-CN/elasticsearch/StartCollector.json",
2025-08-20T19:15:57.4099912Z [00:02:03.413]➜  			"zh-CN/elasticsearch/StopApm.json",
2025-08-20T19:15:57.4100237Z [00:02:03.413]➜  			"zh-CN/elasticsearch/StopCollector.json",
2025-08-20T19:15:57.4100565Z [00:02:03.413]➜  			"zh-CN/elasticsearch/StopPipelines.json",
2025-08-20T19:15:57.4100871Z [00:02:03.413]➜  			"zh-CN/elasticsearch/TagResources.json",
2025-08-20T19:15:57.4101174Z [00:02:03.413]➜  			"zh-CN/elasticsearch/TransferNode.json",
2025-08-20T19:15:57.4101474Z [00:02:03.413]➜  			"zh-CN/elasticsearch/TriggerNetwork.json",
2025-08-20T19:15:57.4101885Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UninstallKibanaPlugin.json",
2025-08-20T19:15:57.4102611Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UninstallLogstashPlugin.json",
2025-08-20T19:15:57.4102995Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UninstallPlugin.json",
2025-08-20T19:15:57.4103324Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UntagResources.json",
2025-08-20T19:15:57.4103671Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateAdminPassword.json",
2025-08-20T19:15:57.4104036Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateAdvancedSetting.json",
2025-08-20T19:15:57.4104380Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateAliwsDict.json",
2025-08-20T19:15:57.4104825Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateApm.json",
2025-08-20T19:15:57.4105156Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateBlackIps.json",
2025-08-20T19:15:57.4105467Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateCollector.json",
2025-08-20T19:15:57.4106127Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateCollectorName.json",
2025-08-20T19:15:57.4106505Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateComponentIndex.json",
2025-08-20T19:15:57.4106867Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateDescription.json",
2025-08-20T19:15:57.4107253Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateDiagnosisSettings.json",
2025-08-20T19:15:57.4107564Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateDict.json",
2025-08-20T19:15:57.4107924Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateDynamicSettings.json",
2025-08-20T19:15:57.4108263Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateExtendConfig.json",
2025-08-20T19:15:57.4108586Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateExtendfiles.json",
2025-08-20T19:15:57.4108929Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateHotIkDicts.json",
2025-08-20T19:15:57.4109246Z [00:02:03.413]➜  			"zh-CN/elasticsearch/UpdateILMPolicy.json",
2025-08-20T19:15:57.4109587Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateIndexTemplate.json",
2025-08-20T19:15:57.4109890Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateInstance.json",
2025-08-20T19:15:57.4110265Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateInstanceChargeType.json",
2025-08-20T19:15:57.4110623Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateInstanceSettings.json",
2025-08-20T19:15:57.4110981Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateKibanaSettings.json",
2025-08-20T19:15:57.4111503Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateKibanaWhiteIps.json",
2025-08-20T19:15:57.4111843Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateLogstash.json",
2025-08-20T19:15:57.4112224Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateLogstashChargeType.json",
2025-08-20T19:15:57.4112868Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateLogstashDescription.json",
2025-08-20T19:15:57.4113544Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateLogstashSettings.json",
2025-08-20T19:15:57.4114019Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdatePipelineManagementConfig.json",
2025-08-20T19:15:57.4114381Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdatePipelines.json",
2025-08-20T19:15:57.4114812Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdatePrivateNetworkWhiteIps.json",
2025-08-20T19:15:57.4115184Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdatePublicNetwork.json",
2025-08-20T19:15:57.4115544Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdatePublicWhiteIps.json",
2025-08-20T19:15:57.4115911Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateReadWritePolicy.json",
2025-08-20T19:15:57.4116275Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateSnapshotSetting.json",
2025-08-20T19:15:57.4116612Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateSynonymsDicts.json",
2025-08-20T19:15:57.4116930Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateTemplate.json",
2025-08-20T19:15:57.4117249Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateWhiteIps.json",
2025-08-20T19:15:57.4117637Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpdateXpackMonitorConfig.json",
2025-08-20T19:15:57.4117978Z [00:02:03.414]➜  			"zh-CN/elasticsearch/UpgradeEngineVersion.json",
2025-08-20T19:15:57.4118320Z [00:02:03.414]➜  			"zh-CN/elasticsearch/ValidateConnection.json",
2025-08-20T19:15:57.4118656Z [00:02:03.414]➜  			"zh-CN/elasticsearch/ValidateShrinkNodes.json",
2025-08-20T19:15:57.4119150Z [00:02:03.414]➜  			"zh-CN/elasticsearch/ValidateSlrPermission.json",
2025-08-20T19:15:57.4119544Z [00:02:03.414]➜  			"zh-CN/elasticsearch/ValidateTransferableNodes.json",
2025-08-20T19:15:57.4119863Z [00:02:03.414]➜  			"zh-CN/elasticsearch/createInstance.json",
2025-08-20T19:15:57.4120136Z [00:02:03.414]➜  			"zh-CN/elasticsearch/version.json",
2025-08-20T19:15:57.4120427Z [00:02:03.414]➜  			"zh-CN/emr/AddClusterService.json",
2025-08-20T19:15:57.4120833Z [00:02:03.414]➜  			"zh-CN/emr/AddScalingConfigItemV2.json",
2025-08-20T19:15:57.4121106Z [00:02:03.414]➜  			"zh-CN/emr/CloneFlow.json",
2025-08-20T19:15:57.4121377Z [00:02:03.414]➜  			"zh-CN/emr/CloneFlowJob.json",
2025-08-20T19:15:57.4121694Z [00:02:03.414]➜  			"zh-CN/emr/CreateClusterHostGroup.json",
2025-08-20T19:15:57.4122003Z [00:02:03.414]➜  			"zh-CN/emr/CreateClusterTemplate.json",
2025-08-20T19:15:57.4122284Z [00:02:03.414]➜  			"zh-CN/emr/CreateClusterV2.json",
2025-08-20T19:15:57.4122848Z [00:02:03.414]➜  			"zh-CN/emr/CreateClusterWithTemplate.json",
2025-08-20T19:15:57.4123141Z [00:02:03.414]➜  			"zh-CN/emr/CreateFlow.json",
2025-08-20T19:15:57.4123473Z [00:02:03.414]➜  			"zh-CN/emr/CreateFlowCategory.json",
2025-08-20T19:15:57.4123797Z [00:02:03.414]➜  			"zh-CN/emr/CreateFlowForWeb.json",
2025-08-20T19:15:57.4124091Z [00:02:03.414]➜  			"zh-CN/emr/CreateFlowJob.json",
2025-08-20T19:15:57.4124396Z [00:02:03.414]➜  			"zh-CN/emr/CreateFlowProject.json",
2025-08-20T19:15:57.4124818Z [00:02:03.414]➜  			"zh-CN/emr/CreateFlowProjectClusterSetting.json",
2025-08-20T19:15:57.4125156Z [00:02:03.414]➜  			"zh-CN/emr/CreateFlowProjectUser.json",
2025-08-20T19:15:57.4125478Z [00:02:03.414]➜  			"zh-CN/emr/CreateResourcePool.json",
2025-08-20T19:15:57.4125793Z [00:02:03.414]➜  			"zh-CN/emr/CreateResourceQueue.json",
2025-08-20T19:15:57.4126131Z [00:02:03.414]➜  			"zh-CN/emr/CreateScalingGroupV2.json",
2025-08-20T19:15:57.4126466Z [00:02:03.414]➜  			"zh-CN/emr/DeleteClusterTemplate.json",
2025-08-20T19:15:57.4126777Z [00:02:03.414]➜  			"zh-CN/emr/DeleteFlow.json",
2025-08-20T19:15:57.4127105Z [00:02:03.414]➜  			"zh-CN/emr/DeleteFlowCategory.json",
2025-08-20T19:15:57.4127622Z [00:02:03.414]➜  			"zh-CN/emr/DeleteFlowJob.json",
2025-08-20T19:15:57.4127943Z [00:02:03.414]➜  			"zh-CN/emr/DeleteFlowProject.json",
2025-08-20T19:15:57.4128337Z [00:02:03.414]➜  			"zh-CN/emr/DeleteFlowProjectClusterSetting.json",
2025-08-20T19:15:57.4128658Z [00:02:03.414]➜  			"zh-CN/emr/DeleteFlowProjectUser.json",
2025-08-20T19:15:57.4128986Z [00:02:03.414]➜  			"zh-CN/emr/DeleteResourcePool.json",
2025-08-20T19:15:57.4129497Z [00:02:03.414]➜  			"zh-CN/emr/DeleteResourceQueue.json",
2025-08-20T19:15:57.4129856Z [00:02:03.414]➜  			"zh-CN/emr/DescribeClusterBasicInfo.json",
2025-08-20T19:15:57.4130290Z [00:02:03.414]➜  			"zh-CN/emr/DescribeClusterOperationHostTaskLog.json",
2025-08-20T19:15:57.4130780Z [00:02:03.414]➜  			"zh-CN/emr/DescribeClusterResourcePoolSchedulerType.json",
2025-08-20T19:15:57.4131130Z [00:02:03.414]➜  			"zh-CN/emr/DescribeClusterService.json",
2025-08-20T19:15:57.4131506Z [00:02:03.414]➜  			"zh-CN/emr/DescribeClusterServiceConfig.json",
2025-08-20T19:15:57.4131895Z [00:02:03.414]➜  			"zh-CN/emr/DescribeClusterServiceConfigTag.json",
2025-08-20T19:15:57.4132247Z [00:02:03.414]➜  			"zh-CN/emr/DescribeClusterTemplate.json",
2025-08-20T19:15:57.4132744Z [00:02:03.414]➜  			"zh-CN/emr/DescribeClusterV2.json",
2025-08-20T19:15:57.4133037Z [00:02:03.414]➜  			"zh-CN/emr/DescribeFlow.json",
2025-08-20T19:15:57.4133356Z [00:02:03.414]➜  			"zh-CN/emr/DescribeFlowCategory.json",
2025-08-20T19:15:57.4133709Z [00:02:03.414]➜  			"zh-CN/emr/DescribeFlowCategoryTree.json",
2025-08-20T19:15:57.4134025Z [00:02:03.414]➜  			"zh-CN/emr/DescribeFlowInstance.json",
2025-08-20T19:15:57.4134335Z [00:02:03.414]➜  			"zh-CN/emr/DescribeFlowJob.json",
2025-08-20T19:15:57.4134669Z [00:02:03.414]➜  			"zh-CN/emr/DescribeFlowNodeInstance.json",
2025-08-20T19:15:57.4135105Z [00:02:03.414]➜  			"zh-CN/emr/DescribeFlowNodeInstanceContainerLog.json",
2025-08-20T19:15:57.4135693Z [00:02:03.414]➜  			"zh-CN/emr/DescribeFlowNodeInstanceLauncherLog.json",
2025-08-20T19:15:57.4136057Z [00:02:03.414]➜  			"zh-CN/emr/DescribeFlowProject.json",
2025-08-20T19:15:57.4136478Z [00:02:03.414]➜  			"zh-CN/emr/DescribeFlowProjectClusterSetting.json",
2025-08-20T19:15:57.4136841Z [00:02:03.414]➜  			"zh-CN/emr/DescribeScalingConfigItemV2.json",
2025-08-20T19:15:57.4137219Z [00:02:03.414]➜  			"zh-CN/emr/DescribeScalingGroupInstanceV2.json",
2025-08-20T19:15:57.4137700Z [00:02:03.414]➜  			"zh-CN/emr/DescribeScalingGroupV2.json",
2025-08-20T19:15:57.4138046Z [00:02:03.414]➜  			"zh-CN/emr/JoinResourceGroup.json",
2025-08-20T19:15:57.4138348Z [00:02:03.414]➜  			"zh-CN/emr/KillFlowJob.json",
2025-08-20T19:15:57.4138650Z [00:02:03.414]➜  			"zh-CN/emr/ListClusterHost.json",
2025-08-20T19:15:57.4138993Z [00:02:03.414]➜  			"zh-CN/emr/ListClusterHostComponent.json",
2025-08-20T19:15:57.4139342Z [00:02:03.414]➜  			"zh-CN/emr/ListClusterHostGroup.json",
2025-08-20T19:15:57.4139716Z [00:02:03.414]➜  			"zh-CN/emr/ListClusterInstalledService.json",
2025-08-20T19:15:57.4140046Z [00:02:03.414]➜  			"zh-CN/emr/ListClusterOperation.json",
2025-08-20T19:15:57.4140403Z [00:02:03.414]➜  			"zh-CN/emr/ListClusterOperationHost.json",
2025-08-20T19:15:57.4140783Z [00:02:03.414]➜  			"zh-CN/emr/ListClusterOperationHostTask.json",
2025-08-20T19:15:57.4141127Z [00:02:03.414]➜  			"zh-CN/emr/ListClusterOperationTask.json",
2025-08-20T19:15:57.4141433Z [00:02:03.414]➜  			"zh-CN/emr/ListClusterService.json",
2025-08-20T19:15:57.4141887Z [00:02:03.414]➜  			"zh-CN/emr/ListClusterServiceComponentHealthInfo.json",
2025-08-20T19:15:57.4142275Z [00:02:03.414]➜  			"zh-CN/emr/ListClusterServiceConfigHistory.json",
2025-08-20T19:15:57.4142776Z [00:02:03.414]➜  			"zh-CN/emr/ListClusterServiceQuickLink.json",
2025-08-20T19:15:57.4143106Z [00:02:03.414]➜  			"zh-CN/emr/ListClusterTemplates.json",
2025-08-20T19:15:57.4143394Z [00:02:03.414]➜  			"zh-CN/emr/ListClusters.json",
2025-08-20T19:15:57.4143748Z [00:02:03.414]➜  			"zh-CN/emr/ListEmrAvailableConfig.json",
2025-08-20T19:15:57.4144086Z [00:02:03.414]➜  			"zh-CN/emr/ListEmrAvailableResource.json",
2025-08-20T19:15:57.4144601Z [00:02:03.414]➜  			"zh-CN/emr/ListEmrMainVersion.json",
2025-08-20T19:15:57.4144861Z [00:02:03.414]➜  			"zh-CN/emr/ListFlow.json",
2025-08-20T19:15:57.4145171Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowCategory.json",
2025-08-20T19:15:57.4145455Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowCluster.json",
2025-08-20T19:15:57.4145780Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowClusterAll.json",
2025-08-20T19:15:57.4146272Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowClusterAllHosts.json",
2025-08-20T19:15:57.4146579Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowClusterHost.json",
2025-08-20T19:15:57.4146881Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowInstance.json",
2025-08-20T19:15:57.4147175Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowJob.json",
2025-08-20T19:15:57.4147494Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowJobHistory.json",
2025-08-20T19:15:57.4147964Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowNodeInstance.json",
2025-08-20T19:15:57.4148393Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowNodeInstanceContainerStatus.json",
2025-08-20T19:15:57.4148745Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowNodeSqlResult.json",
2025-08-20T19:15:57.4149052Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowProject.json",
2025-08-20T19:15:57.4149432Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowProjectClusterSetting.json",
2025-08-20T19:15:57.4149741Z [00:02:03.414]➜  			"zh-CN/emr/ListFlowProjectUser.json",
2025-08-20T19:15:57.4150056Z [00:02:03.414]➜  			"zh-CN/emr/ListResourcePool.json",
2025-08-20T19:15:57.4150378Z [00:02:03.414]➜  			"zh-CN/emr/ListScalingActivityV2.json",
2025-08-20T19:15:57.4150712Z [00:02:03.414]➜  			"zh-CN/emr/ListScalingConfigItemV2.json",
2025-08-20T19:15:57.4151013Z [00:02:03.414]➜  			"zh-CN/emr/ListScalingGroupV2.json",
2025-08-20T19:15:57.4151305Z [00:02:03.414]➜  			"zh-CN/emr/ListTagResources.json",
2025-08-20T19:15:57.4151594Z [00:02:03.414]➜  			"zh-CN/emr/ModifyClusterName.json",
2025-08-20T19:15:57.4151958Z [00:02:03.414]➜  			"zh-CN/emr/ModifyClusterServiceConfig.json",
2025-08-20T19:15:57.4152283Z [00:02:03.414]➜  			"zh-CN/emr/ModifyClusterTemplate.json",
2025-08-20T19:15:57.4152792Z [00:02:03.414]➜  			"zh-CN/emr/ModifyFlowCategory.json",
2025-08-20T19:15:57.4153080Z [00:02:03.414]➜  			"zh-CN/emr/ModifyFlowForWeb.json",
2025-08-20T19:15:57.4153374Z [00:02:03.414]➜  			"zh-CN/emr/ModifyFlowProject.json",
2025-08-20T19:15:57.4153895Z [00:02:03.414]➜  			"zh-CN/emr/ModifyFlowProjectClusterSetting.json",
2025-08-20T19:15:57.4154246Z [00:02:03.414]➜  			"zh-CN/emr/ModifyResourcePool.json",
2025-08-20T19:15:57.4154656Z [00:02:03.414]➜  			"zh-CN/emr/ModifyResourcePoolSchedulerType.json",
2025-08-20T19:15:57.4154982Z [00:02:03.414]➜  			"zh-CN/emr/ModifyResourceQueue.json",
2025-08-20T19:15:57.4155353Z [00:02:03.414]➜  			"zh-CN/emr/ModifyScalingConfigItemV2.json",
2025-08-20T19:15:57.4155655Z [00:02:03.414]➜  			"zh-CN/emr/ModifyScalingGroupV2.json",
2025-08-20T19:15:57.4156018Z [00:02:03.414]➜  			"zh-CN/emr/RefreshClusterResourcePool.json",
2025-08-20T19:15:57.4156300Z [00:02:03.414]➜  			"zh-CN/emr/ReleaseCluster.json",
2025-08-20T19:15:57.4156783Z [00:02:03.414]➜  			"zh-CN/emr/ReleaseClusterHostGroup.json",
2025-08-20T19:15:57.4157108Z [00:02:03.414]➜  			"zh-CN/emr/RemoveScalingConfigItemV2.json",
2025-08-20T19:15:57.4157386Z [00:02:03.414]➜  			"zh-CN/emr/RerunFlow.json",
2025-08-20T19:15:57.4157680Z [00:02:03.414]➜  			"zh-CN/emr/ResizeClusterV2.json",
2025-08-20T19:15:57.4157972Z [00:02:03.414]➜  			"zh-CN/emr/ResumeFlow.json",
2025-08-20T19:15:57.4158309Z [00:02:03.414]➜  			"zh-CN/emr/RunClusterServiceAction.json",
2025-08-20T19:15:57.4158631Z [00:02:03.414]➜  			"zh-CN/emr/RunScalingActionV2.json",
2025-08-20T19:15:57.4158883Z [00:02:03.414]➜  			"zh-CN/emr/StartFlow.json",
2025-08-20T19:15:57.4159147Z [00:02:03.414]➜  			"zh-CN/emr/SubmitFlow.json",
2025-08-20T19:15:57.4159422Z [00:02:03.414]➜  			"zh-CN/emr/SubmitFlowJob.json",
2025-08-20T19:15:57.4159706Z [00:02:03.414]➜  			"zh-CN/emr/SuspendFlow.json",
2025-08-20T19:15:57.4159987Z [00:02:03.414]➜  			"zh-CN/emr/TagResources.json",
2025-08-20T19:15:57.4160294Z [00:02:03.414]➜  			"zh-CN/emr/UntagResources.json",
2025-08-20T19:15:57.4160552Z [00:02:03.415]➜  			"zh-CN/emr/version.json",
2025-08-20T19:15:57.4160877Z [00:02:03.415]➜  			"zh-CN/ens/AccosicateNetworkAcl.json",
2025-08-20T19:15:57.4161200Z [00:02:03.415]➜  			"zh-CN/ens/AddBackendServers.json",
2025-08-20T19:15:57.4161556Z [00:02:03.415]➜  			"zh-CN/ens/AddDeviceInternetPort.json",
2025-08-20T19:15:57.4162085Z [00:02:03.415]➜  			"zh-CN/ens/AddNetworkInterfaceToInstance.json",
2025-08-20T19:15:57.4162558Z [00:02:03.415]➜  			"zh-CN/ens/AddSnatIpForSnatEntry.json",
2025-08-20T19:15:57.4162903Z [00:02:03.415]➜  			"zh-CN/ens/AssignPrivateIpAddresses.json",
2025-08-20T19:15:57.4163229Z [00:02:03.415]➜  			"zh-CN/ens/AssociateEnsEipAddress.json",
2025-08-20T19:15:57.4163485Z [00:02:03.415]➜  			"zh-CN/ens/AttachDisk.json",
2025-08-20T19:15:57.4163904Z [00:02:03.415]➜  			"zh-CN/ens/AttachEnsInstances.json",
2025-08-20T19:15:57.4164237Z [00:02:03.415]➜  			"zh-CN/ens/AuthorizeSecurityGroup.json",
2025-08-20T19:15:57.4164621Z [00:02:03.415]➜  			"zh-CN/ens/AuthorizeSecurityGroupEgress.json",
2025-08-20T19:15:57.4164874Z [00:02:03.415]➜  			"zh-CN/ens/CopySDG.json",
2025-08-20T19:15:57.4165150Z [00:02:03.415]➜  			"zh-CN/ens/CopySnapshot.json",
2025-08-20T19:15:57.4165476Z [00:02:03.415]➜  			"zh-CN/ens/CreateARMServerInstances.json",
2025-08-20T19:15:57.4165788Z [00:02:03.415]➜  			"zh-CN/ens/CreateApplication.json",
2025-08-20T19:15:57.4166096Z [00:02:03.415]➜  			"zh-CN/ens/CreateClassicNetwork.json",
2025-08-20T19:15:57.4166349Z [00:02:03.415]➜  			"zh-CN/ens/CreateDisk.json",
2025-08-20T19:15:57.4166639Z [00:02:03.415]➜  			"zh-CN/ens/CreateEipInstance.json",
2025-08-20T19:15:57.4166933Z [00:02:03.415]➜  			"zh-CN/ens/CreateEnsRouteEntry.json",
2025-08-20T19:15:57.4167221Z [00:02:03.415]➜  			"zh-CN/ens/CreateEnsService.json",
2025-08-20T19:15:57.4167515Z [00:02:03.415]➜  			"zh-CN/ens/CreateEpnInstance.json",
2025-08-20T19:15:57.4167802Z [00:02:03.415]➜  			"zh-CN/ens/CreateFileSystem.json",
2025-08-20T19:15:57.4168097Z [00:02:03.415]➜  			"zh-CN/ens/CreateForwardEntry.json",
2025-08-20T19:15:57.4168371Z [00:02:03.415]➜  			"zh-CN/ens/CreateImage.json",
2025-08-20T19:15:57.4168656Z [00:02:03.415]➜  			"zh-CN/ens/CreateInstance.json",
2025-08-20T19:15:57.4168942Z [00:02:03.415]➜  			"zh-CN/ens/CreateKeyPair.json",
2025-08-20T19:15:57.4169376Z [00:02:03.415]➜  			"zh-CN/ens/CreateLoadBalancer.json",
2025-08-20T19:15:57.4169799Z [00:02:03.415]➜  			"zh-CN/ens/CreateLoadBalancerHTTPListener.json",
2025-08-20T19:15:57.4170182Z [00:02:03.415]➜  			"zh-CN/ens/CreateLoadBalancerHTTPSListener.json",
2025-08-20T19:15:57.4170565Z [00:02:03.415]➜  			"zh-CN/ens/CreateLoadBalancerTCPListener.json",
2025-08-20T19:15:57.4170936Z [00:02:03.415]➜  			"zh-CN/ens/CreateLoadBalancerUDPListener.json",
2025-08-20T19:15:57.4171249Z [00:02:03.415]➜  			"zh-CN/ens/CreateMountTarget.json",
2025-08-20T19:15:57.4171562Z [00:02:03.415]➜  			"zh-CN/ens/CreateNatGateway.json",
2025-08-20T19:15:57.4171841Z [00:02:03.415]➜  			"zh-CN/ens/CreateNetwork.json",
2025-08-20T19:15:57.4172245Z [00:02:03.415]➜  			"zh-CN/ens/CreateNetworkAcl.json",
2025-08-20T19:15:57.4172723Z [00:02:03.415]➜  			"zh-CN/ens/CreateNetworkAclEntry.json",
2025-08-20T19:15:57.4173060Z [00:02:03.415]➜  			"zh-CN/ens/CreateSecurityGroup.json",
2025-08-20T19:15:57.4173359Z [00:02:03.415]➜  			"zh-CN/ens/CreateSnapshot.json",
2025-08-20T19:15:57.4173671Z [00:02:03.415]➜  			"zh-CN/ens/CreateSnatEntry.json",
2025-08-20T19:15:57.4173960Z [00:02:03.415]➜  			"zh-CN/ens/CreateVSwitch.json",
2025-08-20T19:15:57.4174266Z [00:02:03.415]➜  			"zh-CN/ens/DeleteApplication.json",
2025-08-20T19:15:57.4174552Z [00:02:03.415]➜  			"zh-CN/ens/DeleteBucket.json",
2025-08-20T19:15:57.4174864Z [00:02:03.415]➜  			"zh-CN/ens/DeleteBucketLifecycle.json",
2025-08-20T19:15:57.4175197Z [00:02:03.415]➜  			"zh-CN/ens/DeleteDeviceInternetPort.json",
2025-08-20T19:15:57.4175470Z [00:02:03.415]➜  			"zh-CN/ens/DeleteDisk.json",
2025-08-20T19:15:57.4175780Z [00:02:03.415]➜  			"zh-CN/ens/DeleteEnsRouteEntry.json",
2025-08-20T19:15:57.4176074Z [00:02:03.415]➜  			"zh-CN/ens/DeleteEpnInstance.json",
2025-08-20T19:15:57.4176357Z [00:02:03.415]➜  			"zh-CN/ens/DeleteFileSystem.json",
2025-08-20T19:15:57.4176645Z [00:02:03.415]➜  			"zh-CN/ens/DeleteForwardEntry.json",
2025-08-20T19:15:57.4176913Z [00:02:03.415]➜  			"zh-CN/ens/DeleteImage.json",
2025-08-20T19:15:57.4177327Z [00:02:03.415]➜  			"zh-CN/ens/DeleteKeyPairs.json",
2025-08-20T19:15:57.4177666Z [00:02:03.415]➜  			"zh-CN/ens/DeleteLoadBalancerListener.json",
2025-08-20T19:15:57.4177944Z [00:02:03.415]➜  			"zh-CN/ens/DeleteMountTarget.json",
2025-08-20T19:15:57.4178218Z [00:02:03.415]➜  			"zh-CN/ens/DeleteNatGateway.json",
2025-08-20T19:15:57.4178485Z [00:02:03.415]➜  			"zh-CN/ens/DeleteNetwork.json",
2025-08-20T19:15:57.4178754Z [00:02:03.415]➜  			"zh-CN/ens/DeleteNetworkAcl.json",
2025-08-20T19:15:57.4179188Z [00:02:03.415]➜  			"zh-CN/ens/DeleteNetworkAclEntry.json",
2025-08-20T19:15:57.4179489Z [00:02:03.415]➜  			"zh-CN/ens/DeleteObject.json",
2025-08-20T19:15:57.4179819Z [00:02:03.415]➜  			"zh-CN/ens/DeleteSecurityGroup.json",
2025-08-20T19:15:57.4180105Z [00:02:03.415]➜  			"zh-CN/ens/DeleteSnapshot.json",
2025-08-20T19:15:57.4180403Z [00:02:03.415]➜  			"zh-CN/ens/DeleteSnatEntry.json",
2025-08-20T19:15:57.4180726Z [00:02:03.415]➜  			"zh-CN/ens/DeleteSnatIpForSnatEntry.json",
2025-08-20T19:15:57.4181014Z [00:02:03.415]➜  			"zh-CN/ens/DeleteVSwitch.json",
2025-08-20T19:15:57.4181267Z [00:02:03.415]➜  			"zh-CN/ens/DeploySDG.json",
2025-08-20T19:15:57.4181558Z [00:02:03.415]➜  			"zh-CN/ens/DescribeAICImages.json",
2025-08-20T19:15:57.4181897Z [00:02:03.415]➜  			"zh-CN/ens/DescribeARMServerInstances.json",
2025-08-20T19:15:57.4182208Z [00:02:03.415]➜  			"zh-CN/ens/DescribeApplication.json",
2025-08-20T19:15:57.4184603Z [00:02:03.415]➜  			"zh-CN/ens/DescribeApplicationResourceSummary.json",
2025-08-20T19:15:57.4185013Z [00:02:03.415]➜  			"zh-CN/ens/DescribeAvailableResource.json",
2025-08-20T19:15:57.4185384Z [00:02:03.415]➜  			"zh-CN/ens/DescribeAvailableResourceInfo.json",
2025-08-20T19:15:57.4185751Z [00:02:03.415]➜  			"zh-CN/ens/DescribeBandWithdChargeType.json",
2025-08-20T19:15:57.4186184Z [00:02:03.415]➜  			"zh-CN/ens/DescribeBandwitdhByInternetChargeType.json",
2025-08-20T19:15:57.4186637Z [00:02:03.415]➜  			"zh-CN/ens/DescribeCloudDiskAvailableResourceInfo.json",
2025-08-20T19:15:57.4187138Z [00:02:03.415]➜  			"zh-CN/ens/DescribeCloudDiskTypes.json",
2025-08-20T19:15:57.4187601Z [00:02:03.415]➜  			"zh-CN/ens/DescribeCreatePrePaidInstanceResult.json",
2025-08-20T19:15:57.4187949Z [00:02:03.415]➜  			"zh-CN/ens/DescribeDataDistResult.json",
2025-08-20T19:15:57.4188300Z [00:02:03.415]➜  			"zh-CN/ens/DescribeDataDownloadURL.json",
2025-08-20T19:15:57.4188629Z [00:02:03.415]➜  			"zh-CN/ens/DescribeDataPushResult.json",
2025-08-20T19:15:57.4188972Z [00:02:03.415]➜  			"zh-CN/ens/DescribeDeviceService.json",
2025-08-20T19:15:57.4189252Z [00:02:03.415]➜  			"zh-CN/ens/DescribeDisks.json",
2025-08-20T19:15:57.4189576Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEipAddresses.json",
2025-08-20T19:15:57.4190122Z [00:02:03.415]➜  			"zh-CN/ens/DescribeElbAvailableResourceInfo.json",
2025-08-20T19:15:57.4190479Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEnsEipAddresses.json",
2025-08-20T19:15:57.4190803Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEnsNetDistrict.json",
2025-08-20T19:15:57.4191144Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEnsNetLevel.json",
2025-08-20T19:15:57.4191502Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEnsNetSaleDistrict.json",
2025-08-20T19:15:57.4191840Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEnsRegionIdIpv6Info.json",
2025-08-20T19:15:57.4192179Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEnsRegionIdResource.json",
2025-08-20T19:15:57.4192661Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEnsRegions.json",
2025-08-20T19:15:57.4192981Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEnsResourceUsage.json",
2025-08-20T19:15:57.4193321Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEnsRouteEntryList.json",
2025-08-20T19:15:57.4193640Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEpnBandWidthData.json",
2025-08-20T19:15:57.4206935Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEpnBandwitdhByInternetChargeType.json",
2025-08-20T19:15:57.4207412Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEpnInstanceAttribute.json",
2025-08-20T19:15:57.4207759Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEpnInstances.json",
2025-08-20T19:15:57.4208150Z [00:02:03.415]➜  			"zh-CN/ens/DescribeEpnMeasurementData.json",
2025-08-20T19:15:57.4208702Z [00:02:03.415]➜  			"zh-CN/ens/DescribeExportImageInfo.json",
2025-08-20T19:15:57.4209065Z [00:02:03.415]➜  			"zh-CN/ens/DescribeExportImageStatus.json",
2025-08-20T19:15:57.4209393Z [00:02:03.415]➜  			"zh-CN/ens/DescribeFileSystems.json",
2025-08-20T19:15:57.4209765Z [00:02:03.415]➜  			"zh-CN/ens/DescribeForwardTableEntries.json",
2025-08-20T19:15:57.4210077Z [00:02:03.415]➜  			"zh-CN/ens/DescribeImageInfos.json",
2025-08-20T19:15:57.4210593Z [00:02:03.415]➜  			"zh-CN/ens/DescribeImageSharePermission.json",
2025-08-20T19:15:57.4210918Z [00:02:03.415]➜  			"zh-CN/ens/DescribeImages.json",
2025-08-20T19:15:57.4211352Z [00:02:03.415]➜  			"zh-CN/ens/DescribeInstanceAutoRenewAttribute.json",
2025-08-20T19:15:57.4211712Z [00:02:03.415]➜  			"zh-CN/ens/DescribeInstanceMonitorData.json",
2025-08-20T19:15:57.4212025Z [00:02:03.415]➜  			"zh-CN/ens/DescribeInstanceSpec.json",
2025-08-20T19:15:57.4212340Z [00:02:03.415]➜  			"zh-CN/ens/DescribeInstanceTypes.json",
2025-08-20T19:15:57.4212899Z [00:02:03.415]➜  			"zh-CN/ens/DescribeInstanceVncUrl.json",
2025-08-20T19:15:57.4213193Z [00:02:03.415]➜  			"zh-CN/ens/DescribeInstances.json",
2025-08-20T19:15:57.4213482Z [00:02:03.415]➜  			"zh-CN/ens/DescribeKeyPairs.json",
2025-08-20T19:15:57.4213823Z [00:02:03.415]➜  			"zh-CN/ens/DescribeLoadBalancerAttribute.json",
2025-08-20T19:15:57.4214276Z [00:02:03.415]➜  			"zh-CN/ens/DescribeLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:57.4214757Z [00:02:03.415]➜  			"zh-CN/ens/DescribeLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:57.4215095Z [00:02:03.415]➜  			"zh-CN/ens/DescribeLoadBalancerSpec.json",
2025-08-20T19:15:57.4215565Z [00:02:03.415]➜  			"zh-CN/ens/DescribeLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:57.4216098Z [00:02:03.415]➜  			"zh-CN/ens/DescribeLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:57.4216426Z [00:02:03.415]➜  			"zh-CN/ens/DescribeLoadBalancers.json",
2025-08-20T19:15:57.4216920Z [00:02:03.415]➜  			"zh-CN/ens/DescribeMeasurementData.json",
2025-08-20T19:15:57.4217245Z [00:02:03.415]➜  			"zh-CN/ens/DescribeMountTargets.json",
2025-08-20T19:15:57.4217549Z [00:02:03.415]➜  			"zh-CN/ens/DescribeNatGateways.json",
2025-08-20T19:15:57.4217839Z [00:02:03.415]➜  			"zh-CN/ens/DescribeNetworkAcls.json",
2025-08-20T19:15:57.4218165Z [00:02:03.415]➜  			"zh-CN/ens/DescribeNetworkAttribute.json",
2025-08-20T19:15:57.4218482Z [00:02:03.415]➜  			"zh-CN/ens/DescribeNetworkInterfaces.json",
2025-08-20T19:15:57.4218775Z [00:02:03.415]➜  			"zh-CN/ens/DescribeNetworks.json",
2025-08-20T19:15:57.4219127Z [00:02:03.415]➜  			"zh-CN/ens/DescribePrePaidInstanceStock.json",
2025-08-20T19:15:57.4219567Z [00:02:03.415]➜  			"zh-CN/ens/DescribePrice.json",
2025-08-20T19:15:57.4219869Z [00:02:03.415]➜  			"zh-CN/ens/DescribeRegionIsps.json",
2025-08-20T19:15:57.4220203Z [00:02:03.415]➜  			"zh-CN/ens/DescribeReservedResource.json",
2025-08-20T19:15:57.4220546Z [00:02:03.415]➜  			"zh-CN/ens/DescribeSDGDeploymentStatus.json",
2025-08-20T19:15:57.4220931Z [00:02:03.415]➜  			"zh-CN/ens/DescribeSecurityGroupAttribute.json",
2025-08-20T19:15:57.4221254Z [00:02:03.415]➜  			"zh-CN/ens/DescribeSecurityGroups.json",
2025-08-20T19:15:57.4221551Z [00:02:03.415]➜  			"zh-CN/ens/DescribeSelfImages.json",
2025-08-20T19:15:57.4221879Z [00:02:03.415]➜  			"zh-CN/ens/DescribeServcieSchedule.json",
2025-08-20T19:15:57.4222185Z [00:02:03.415]➜  			"zh-CN/ens/DescribeSnapshots.json",
2025-08-20T19:15:57.4222764Z [00:02:03.415]➜  			"zh-CN/ens/DescribeSnatAttribute.json",
2025-08-20T19:15:57.4223148Z [00:02:03.415]➜  			"zh-CN/ens/DescribeSnatTableEntries.json",
2025-08-20T19:15:57.4223511Z [00:02:03.415]➜  			"zh-CN/ens/DescribeUserBandWidthData.json",
2025-08-20T19:15:57.4223823Z [00:02:03.415]➜  			"zh-CN/ens/DescribeVSwitches.json",
2025-08-20T19:15:57.4224108Z [00:02:03.415]➜  			"zh-CN/ens/DetachDisk.json",
2025-08-20T19:15:57.4224446Z [00:02:03.415]➜  			"zh-CN/ens/DistApplicationData.json",
2025-08-20T19:15:57.4225004Z [00:02:03.415]➜  			"zh-CN/ens/ExportBillDetailData.json",
2025-08-20T19:15:57.4225299Z [00:02:03.415]➜  			"zh-CN/ens/ExportImage.json",
2025-08-20T19:15:57.4225627Z [00:02:03.415]➜  			"zh-CN/ens/ExportMeasurementData.json",
2025-08-20T19:15:57.4225970Z [00:02:03.415]➜  			"zh-CN/ens/GetBucketAcl.json",
2025-08-20T19:15:57.4226256Z [00:02:03.415]➜  			"zh-CN/ens/GetBucketInfo.json",
2025-08-20T19:15:57.4226546Z [00:02:03.415]➜  			"zh-CN/ens/GetBucketLifecycle.json",
2025-08-20T19:15:57.4226984Z [00:02:03.415]➜  			"zh-CN/ens/GetDeviceInternetPort.json",
2025-08-20T19:15:57.4227356Z [00:02:03.415]➜  			"zh-CN/ens/GetOssStorageAndAccByBuckets.json",
2025-08-20T19:15:57.4227657Z [00:02:03.415]➜  			"zh-CN/ens/GetOssUsageData.json",
2025-08-20T19:15:57.4227933Z [00:02:03.415]➜  			"zh-CN/ens/ImportKeyPair.json",
2025-08-20T19:15:57.4228276Z [00:02:03.415]➜  			"zh-CN/ens/JoinPublicIpsToEpnInstance.json",
2025-08-20T19:15:57.4228565Z [00:02:03.415]➜  			"zh-CN/ens/JoinSecurityGroup.json",
2025-08-20T19:15:57.4228920Z [00:02:03.415]➜  			"zh-CN/ens/JoinVSwitchesToEpnInstance.json",
2025-08-20T19:15:57.4229216Z [00:02:03.415]➜  			"zh-CN/ens/LeaveSecurityGroup.json",
2025-08-20T19:15:57.4229524Z [00:02:03.415]➜  			"zh-CN/ens/ListApplications.json",
2025-08-20T19:15:57.4229793Z [00:02:03.415]➜  			"zh-CN/ens/ListBuckets.json",
2025-08-20T19:15:57.4230065Z [00:02:03.415]➜  			"zh-CN/ens/ListObjects.json",
2025-08-20T19:15:57.4230422Z [00:02:03.415]➜  			"zh-CN/ens/ModifyEnsEipAddressAttribute.json",
2025-08-20T19:15:57.4230762Z [00:02:03.415]➜  			"zh-CN/ens/ModifyEpnInstance.json",
2025-08-20T19:15:57.4231049Z [00:02:03.415]➜  			"zh-CN/ens/ModifyFileSystem.json",
2025-08-20T19:15:57.4231376Z [00:02:03.415]➜  			"zh-CN/ens/ModifyForwardEntry.json",
2025-08-20T19:15:57.4231695Z [00:02:03.415]➜  			"zh-CN/ens/ModifyImageAttribute.json",
2025-08-20T19:15:57.4232055Z [00:02:03.415]➜  			"zh-CN/ens/ModifyImageSharePermission.json",
2025-08-20T19:15:57.4232529Z [00:02:03.415]➜  			"zh-CN/ens/ModifyInstanceAttribute.json",
2025-08-20T19:15:57.4233089Z [00:02:03.415]➜  			"zh-CN/ens/ModifyInstanceAutoRenewAttribute.json",
2025-08-20T19:15:57.4233458Z [00:02:03.415]➜  			"zh-CN/ens/ModifyInstanceChargeType.json",
2025-08-20T19:15:57.4233836Z [00:02:03.415]➜  			"zh-CN/ens/ModifyLoadBalancerAttribute.json",
2025-08-20T19:15:57.4234165Z [00:02:03.415]➜  			"zh-CN/ens/ModifyNetworkAttribute.json",
2025-08-20T19:15:57.4234522Z [00:02:03.415]➜  			"zh-CN/ens/ModifyPrepayInstanceSpec.json",
2025-08-20T19:15:57.4234902Z [00:02:03.415]➜  			"zh-CN/ens/ModifySecurityGroupAttribute.json",
2025-08-20T19:15:57.4235246Z [00:02:03.415]➜  			"zh-CN/ens/ModifySnapshotAttribute.json",
2025-08-20T19:15:57.4235852Z [00:02:03.415]➜  			"zh-CN/ens/ModifyVSwitchAttribute.json",
2025-08-20T19:15:57.4236260Z [00:02:03.415]➜  			"zh-CN/ens/PushApplicationData.json",
2025-08-20T19:15:57.4236596Z [00:02:03.415]➜  			"zh-CN/ens/PutBucket.json",
2025-08-20T19:15:57.4236888Z [00:02:03.415]➜  			"zh-CN/ens/PutBucketAcl.json",
2025-08-20T19:15:57.4237212Z [00:02:03.415]➜  			"zh-CN/ens/PutBucketLifecycle.json",
2025-08-20T19:15:57.4237487Z [00:02:03.415]➜  			"zh-CN/ens/ReInitDisk.json",
2025-08-20T19:15:57.4237783Z [00:02:03.415]➜  			"zh-CN/ens/RebootAICInstance.json",
2025-08-20T19:15:57.4238184Z [00:02:03.415]➜  			"zh-CN/ens/RebootARMServerInstance.json",
2025-08-20T19:15:57.4238469Z [00:02:03.415]➜  			"zh-CN/ens/RebootInstance.json",
2025-08-20T19:15:57.4238850Z [00:02:03.415]➜  			"zh-CN/ens/RecoverAICInstance.json",
2025-08-20T19:15:57.4239176Z [00:02:03.415]➜  			"zh-CN/ens/ReinitInstance.json",
2025-08-20T19:15:57.4239477Z [00:02:03.415]➜  			"zh-CN/ens/ReleaseAICInstance.json",
2025-08-20T19:15:57.4239832Z [00:02:03.415]➜  			"zh-CN/ens/ReleaseARMServerInstance.json",
2025-08-20T19:15:57.4240104Z [00:02:03.415]➜  			"zh-CN/ens/ReleaseInstance.json",
2025-08-20T19:15:57.4240430Z [00:02:03.415]➜  			"zh-CN/ens/ReleasePostPaidInstance.json",
2025-08-20T19:15:57.4240796Z [00:02:03.415]➜  			"zh-CN/ens/ReleasePrePaidInstance.json",
2025-08-20T19:15:57.4241276Z [00:02:03.415]➜  			"zh-CN/ens/RemoveBackendServers.json",
2025-08-20T19:15:57.4241637Z [00:02:03.416]➜  			"zh-CN/ens/RemovePublicIpsFromEpnInstance.json",
2025-08-20T19:15:57.4242027Z [00:02:03.416]➜  			"zh-CN/ens/RemoveVSwitchesFromEpnInstance.json",
2025-08-20T19:15:57.4242345Z [00:02:03.416]➜  			"zh-CN/ens/RenewARMServerInstance.json",
2025-08-20T19:15:57.4242796Z [00:02:03.416]➜  			"zh-CN/ens/RenewInstance.json",
2025-08-20T19:15:57.4243098Z [00:02:03.416]➜  			"zh-CN/ens/RescaleApplication.json",
2025-08-20T19:15:57.4243546Z [00:02:03.416]➜  			"zh-CN/ens/RescaleDeviceService.json",
2025-08-20T19:15:57.4243839Z [00:02:03.416]➜  			"zh-CN/ens/ResetAICInstance.json",
2025-08-20T19:15:57.4244146Z [00:02:03.416]➜  			"zh-CN/ens/ResetDeviceInstance.json",
2025-08-20T19:15:57.4244416Z [00:02:03.416]➜  			"zh-CN/ens/ResetDisk.json",
2025-08-20T19:15:57.4244692Z [00:02:03.416]➜  			"zh-CN/ens/ResizeDisk.json",
2025-08-20T19:15:57.4245003Z [00:02:03.416]➜  			"zh-CN/ens/RestartDeviceInstance.json",
2025-08-20T19:15:57.4245447Z [00:02:03.416]➜  			"zh-CN/ens/RevokeSecurityGroup.json",
2025-08-20T19:15:57.4245787Z [00:02:03.416]➜  			"zh-CN/ens/RevokeSecurityGroupEgress.json",
2025-08-20T19:15:57.4246106Z [00:02:03.416]➜  			"zh-CN/ens/RollbackApplication.json",
2025-08-20T19:15:57.4246368Z [00:02:03.416]➜  			"zh-CN/ens/RunInstances.json",
2025-08-20T19:15:57.4246652Z [00:02:03.416]➜  			"zh-CN/ens/RunServiceSchedule.json",
2025-08-20T19:15:57.4246954Z [00:02:03.416]➜  			"zh-CN/ens/SetBackendServers.json",
2025-08-20T19:15:57.4247399Z [00:02:03.416]➜  			"zh-CN/ens/SetLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:57.4247846Z [00:02:03.416]➜  			"zh-CN/ens/SetLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:57.4248170Z [00:02:03.416]➜  			"zh-CN/ens/SetLoadBalancerStatus.json",
2025-08-20T19:15:57.4248569Z [00:02:03.416]➜  			"zh-CN/ens/SetLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:57.4248962Z [00:02:03.416]➜  			"zh-CN/ens/SetLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:57.4249274Z [00:02:03.416]➜  			"zh-CN/ens/StartEpnInstance.json",
2025-08-20T19:15:57.4249567Z [00:02:03.416]➜  			"zh-CN/ens/StartInstance.json",
2025-08-20T19:15:57.4249918Z [00:02:03.416]➜  			"zh-CN/ens/StartLoadBalancerListener.json",
2025-08-20T19:15:57.4250263Z [00:02:03.416]➜  			"zh-CN/ens/StartSnatIpForSnatEntry.json",
2025-08-20T19:15:57.4250547Z [00:02:03.416]➜  			"zh-CN/ens/StopEpnInstance.json",
2025-08-20T19:15:57.4250817Z [00:02:03.416]➜  			"zh-CN/ens/StopInstance.json",
2025-08-20T19:15:57.4251169Z [00:02:03.416]➜  			"zh-CN/ens/StopLoadBalancerListener.json",
2025-08-20T19:15:57.4251483Z [00:02:03.416]➜  			"zh-CN/ens/StopSnatIpForSnatEntry.json",
2025-08-20T19:15:57.4252003Z [00:02:03.416]➜  			"zh-CN/ens/UnAssociateEnsEipAddress.json",
2025-08-20T19:15:57.4252356Z [00:02:03.416]➜  			"zh-CN/ens/UnassignPrivateIpAddresses.json",
2025-08-20T19:15:57.4253167Z [00:02:03.416]➜  			"zh-CN/ens/UnassociateNetworkAcl.json",
2025-08-20T19:15:57.4253518Z [00:02:03.416]➜  			"zh-CN/ens/UpgradeAICInstanceImage.json",
2025-08-20T19:15:57.4253827Z [00:02:03.416]➜  			"zh-CN/ens/UpgradeApplication.json",
2025-08-20T19:15:57.4254080Z [00:02:03.416]➜  			"zh-CN/ens/version.json",
2025-08-20T19:15:57.4254412Z [00:02:03.416]➜  			"zh-CN/ess/AttachAlbServerGroups.json",
2025-08-20T19:15:57.4254698Z [00:02:03.416]➜  			"zh-CN/ess/AttachDBInstances.json",
2025-08-20T19:15:57.4254986Z [00:02:03.416]➜  			"zh-CN/ess/AttachInstances.json",
2025-08-20T19:15:57.4255307Z [00:02:03.416]➜  			"zh-CN/ess/AttachLoadBalancers.json",
2025-08-20T19:15:57.4255612Z [00:02:03.416]➜  			"zh-CN/ess/AttachServerGroups.json",
2025-08-20T19:15:57.4255925Z [00:02:03.416]➜  			"zh-CN/ess/AttachVServerGroups.json",
2025-08-20T19:15:57.4256276Z [00:02:03.416]➜  			"zh-CN/ess/ChangeResourceGroup.json",
2025-08-20T19:15:57.4256608Z [00:02:03.416]➜  			"zh-CN/ess/CompleteLifecycleAction.json",
2025-08-20T19:15:57.4256897Z [00:02:03.416]➜  			"zh-CN/ess/CreateAlarm.json",
2025-08-20T19:15:57.4257269Z [00:02:03.416]➜  			"zh-CN/ess/CreateEciScalingConfiguration.json",
2025-08-20T19:15:57.4257763Z [00:02:03.416]➜  			"zh-CN/ess/CreateLifecycleHook.json",
2025-08-20T19:15:57.4258132Z [00:02:03.416]➜  			"zh-CN/ess/CreateNotificationConfiguration.json",
2025-08-20T19:15:57.4258480Z [00:02:03.416]➜  			"zh-CN/ess/CreateScalingConfiguration.json",
2025-08-20T19:15:57.4258790Z [00:02:03.416]➜  			"zh-CN/ess/CreateScalingGroup.json",
2025-08-20T19:15:57.4259081Z [00:02:03.416]➜  			"zh-CN/ess/CreateScalingRule.json",
2025-08-20T19:15:57.4259524Z [00:02:03.416]➜  			"zh-CN/ess/CreateScheduledTask.json",
2025-08-20T19:15:57.4259937Z [00:02:03.416]➜  			"zh-CN/ess/DeactivateScalingConfiguration.json",
2025-08-20T19:15:57.4260231Z [00:02:03.416]➜  			"zh-CN/ess/DeleteAlarm.json",
2025-08-20T19:15:57.4260579Z [00:02:03.416]➜  			"zh-CN/ess/DeleteEciScalingConfiguration.json",
2025-08-20T19:15:57.4260854Z [00:02:03.416]➜  			"zh-CN/ess/DeleteLifecycleHook.json",
2025-08-20T19:15:57.4261234Z [00:02:03.416]➜  			"zh-CN/ess/DeleteNotificationConfiguration.json",
2025-08-20T19:15:57.4261701Z [00:02:03.416]➜  			"zh-CN/ess/DeleteScalingConfiguration.json",
2025-08-20T19:15:57.4262031Z [00:02:03.416]➜  			"zh-CN/ess/DeleteScalingGroup.json",
2025-08-20T19:15:57.4262302Z [00:02:03.416]➜  			"zh-CN/ess/DeleteScalingRule.json",
2025-08-20T19:15:57.4262754Z [00:02:03.416]➜  			"zh-CN/ess/DeleteScheduledTask.json",
2025-08-20T19:15:57.4263044Z [00:02:03.416]➜  			"zh-CN/ess/DescribeAlarms.json",
2025-08-20T19:15:57.4263451Z [00:02:03.416]➜  			"zh-CN/ess/DescribeEciScalingConfigurations.json",
2025-08-20T19:15:57.4263785Z [00:02:03.416]➜  			"zh-CN/ess/DescribeLifecycleActions.json",
2025-08-20T19:15:57.4264114Z [00:02:03.416]➜  			"zh-CN/ess/DescribeLifecycleHooks.json",
2025-08-20T19:15:57.4264414Z [00:02:03.416]➜  			"zh-CN/ess/DescribeLimitation.json",
2025-08-20T19:15:57.4264851Z [00:02:03.416]➜  			"zh-CN/ess/DescribeNotificationConfigurations.json",
2025-08-20T19:15:57.4265258Z [00:02:03.416]➜  			"zh-CN/ess/DescribeNotificationTypes.json",
2025-08-20T19:15:57.4265580Z [00:02:03.416]➜  			"zh-CN/ess/DescribeRegions.json",
2025-08-20T19:15:57.4265923Z [00:02:03.416]➜  			"zh-CN/ess/DescribeScalingActivities.json",
2025-08-20T19:15:57.4266288Z [00:02:03.416]➜  			"zh-CN/ess/DescribeScalingActivityDetail.json",
2025-08-20T19:15:57.4266641Z [00:02:03.416]➜  			"zh-CN/ess/DescribeScalingConfigurations.json",
2025-08-20T19:15:57.4266972Z [00:02:03.416]➜  			"zh-CN/ess/DescribeScalingGroups.json",
2025-08-20T19:15:57.4267308Z [00:02:03.416]➜  			"zh-CN/ess/DescribeScalingInstances.json",
2025-08-20T19:15:57.4267608Z [00:02:03.416]➜  			"zh-CN/ess/DescribeScalingRules.json",
2025-08-20T19:15:57.4267933Z [00:02:03.416]➜  			"zh-CN/ess/DescribeScheduledTasks.json",
2025-08-20T19:15:57.4268460Z [00:02:03.416]➜  			"zh-CN/ess/DetachAlbServerGroups.json",
2025-08-20T19:15:57.4268764Z [00:02:03.416]➜  			"zh-CN/ess/DetachDBInstances.json",
2025-08-20T19:15:57.4269057Z [00:02:03.416]➜  			"zh-CN/ess/DetachInstances.json",
2025-08-20T19:15:57.4269403Z [00:02:03.416]➜  			"zh-CN/ess/DetachLoadBalancers.json",
2025-08-20T19:15:57.4269704Z [00:02:03.416]➜  			"zh-CN/ess/DetachServerGroups.json",
2025-08-20T19:15:57.4270010Z [00:02:03.416]➜  			"zh-CN/ess/DetachVServerGroups.json",
2025-08-20T19:15:57.4270303Z [00:02:03.416]➜  			"zh-CN/ess/DisableAlarm.json",
2025-08-20T19:15:57.4270611Z [00:02:03.416]➜  			"zh-CN/ess/DisableScalingGroup.json",
2025-08-20T19:15:57.4270877Z [00:02:03.416]➜  			"zh-CN/ess/EnableAlarm.json",
2025-08-20T19:15:57.4271194Z [00:02:03.416]➜  			"zh-CN/ess/EnableScalingGroup.json",
2025-08-20T19:15:57.4271463Z [00:02:03.416]➜  			"zh-CN/ess/EnterStandby.json",
2025-08-20T19:15:57.4271762Z [00:02:03.416]➜  			"zh-CN/ess/ExecuteScalingRule.json",
2025-08-20T19:15:57.4272042Z [00:02:03.416]➜  			"zh-CN/ess/ExitStandby.json",
2025-08-20T19:15:57.4272313Z [00:02:03.416]➜  			"zh-CN/ess/ListTagKeys.json",
2025-08-20T19:15:57.4272735Z [00:02:03.416]➜  			"zh-CN/ess/ListTagResources.json",
2025-08-20T19:15:57.4273020Z [00:02:03.416]➜  			"zh-CN/ess/ListTagValues.json",
2025-08-20T19:15:57.4273464Z [00:02:03.416]➜  			"zh-CN/ess/ModifyAlarm.json",
2025-08-20T19:15:57.4273849Z [00:02:03.416]➜  			"zh-CN/ess/ModifyEciScalingConfiguration.json",
2025-08-20T19:15:57.4274150Z [00:02:03.416]➜  			"zh-CN/ess/ModifyLifecycleHook.json",
2025-08-20T19:15:57.4274534Z [00:02:03.416]➜  			"zh-CN/ess/ModifyNotificationConfiguration.json",
2025-08-20T19:15:57.4274874Z [00:02:03.416]➜  			"zh-CN/ess/ModifyScalingConfiguration.json",
2025-08-20T19:15:57.4275306Z [00:02:03.416]➜  			"zh-CN/ess/ModifyScalingGroup.json",
2025-08-20T19:15:57.4275617Z [00:02:03.416]➜  			"zh-CN/ess/ModifyScalingRule.json",
2025-08-20T19:15:57.4275945Z [00:02:03.416]➜  			"zh-CN/ess/ModifyScheduledTask.json",
2025-08-20T19:15:57.4276245Z [00:02:03.416]➜  			"zh-CN/ess/RebalanceInstances.json",
2025-08-20T19:15:57.4276617Z [00:02:03.416]➜  			"zh-CN/ess/RecordLifecycleActionHeartbeat.json",
2025-08-20T19:15:57.4276898Z [00:02:03.416]➜  			"zh-CN/ess/RemoveInstances.json",
2025-08-20T19:15:57.4277305Z [00:02:03.416]➜  			"zh-CN/ess/ResumeProcesses.json",
2025-08-20T19:15:57.4277620Z [00:02:03.416]➜  			"zh-CN/ess/ScaleWithAdjustment.json",
2025-08-20T19:15:57.4277957Z [00:02:03.416]➜  			"zh-CN/ess/SetGroupDeletionProtection.json",
2025-08-20T19:15:57.4278239Z [00:02:03.416]➜  			"zh-CN/ess/SetInstanceHealth.json",
2025-08-20T19:15:57.4278554Z [00:02:03.416]➜  			"zh-CN/ess/SetInstancesProtection.json",
2025-08-20T19:15:57.4278854Z [00:02:03.416]➜  			"zh-CN/ess/SuspendProcesses.json",
2025-08-20T19:15:57.4279143Z [00:02:03.416]➜  			"zh-CN/ess/TagResources.json",
2025-08-20T19:15:57.4279412Z [00:02:03.416]➜  			"zh-CN/ess/UntagResources.json",
2025-08-20T19:15:57.4279719Z [00:02:03.416]➜  			"zh-CN/ess/VerifyAuthentication.json",
2025-08-20T19:15:57.4279970Z [00:02:03.416]➜  			"zh-CN/ess/VerifyUser.json",
2025-08-20T19:15:57.4280222Z [00:02:03.416]➜  			"zh-CN/ess/version.json",
2025-08-20T19:15:57.4280560Z [00:02:03.416]➜  			"zh-CN/eventbridge/CreateApiDestination.json",
2025-08-20T19:15:57.4280880Z [00:02:03.416]➜  			"zh-CN/eventbridge/CreateConnection.json",
2025-08-20T19:15:57.4281193Z [00:02:03.416]➜  			"zh-CN/eventbridge/CreateEventBus.json",
2025-08-20T19:15:57.4281516Z [00:02:03.416]➜  			"zh-CN/eventbridge/CreateEventSource.json",
2025-08-20T19:15:57.4281865Z [00:02:03.416]➜  			"zh-CN/eventbridge/CreateEventStreaming.json",
2025-08-20T19:15:57.4282159Z [00:02:03.416]➜  			"zh-CN/eventbridge/CreateRule.json",
2025-08-20T19:15:57.4301018Z [00:02:03.416]➜  			"zh-CN/eventbridge/CreateServiceLinkedRoleForProduct.json",
2025-08-20T19:15:57.4301466Z [00:02:03.416]➜  			"zh-CN/eventbridge/DeleteApiDestination.json",
2025-08-20T19:15:57.4301850Z [00:02:03.416]➜  			"zh-CN/eventbridge/DeleteConnection.json",
2025-08-20T19:15:57.4302320Z [00:02:03.416]➜  			"zh-CN/eventbridge/DeleteEventBus.json",
2025-08-20T19:15:57.4302811Z [00:02:03.416]➜  			"zh-CN/eventbridge/DeleteEventSource.json",
2025-08-20T19:15:57.4303133Z [00:02:03.416]➜  			"zh-CN/eventbridge/DeleteEventStreaming.json",
2025-08-20T19:15:57.4303444Z [00:02:03.416]➜  			"zh-CN/eventbridge/DeleteRule.json",
2025-08-20T19:15:57.4303936Z [00:02:03.416]➜  			"zh-CN/eventbridge/DeleteTargets.json",
2025-08-20T19:15:57.4304267Z [00:02:03.416]➜  			"zh-CN/eventbridge/DisableRule.json",
2025-08-20T19:15:57.4304577Z [00:02:03.416]➜  			"zh-CN/eventbridge/EnableRule.json",
2025-08-20T19:15:57.4304908Z [00:02:03.416]➜  			"zh-CN/eventbridge/GetApiDestination.json",
2025-08-20T19:15:57.4305225Z [00:02:03.416]➜  			"zh-CN/eventbridge/GetConnection.json",
2025-08-20T19:15:57.4305538Z [00:02:03.416]➜  			"zh-CN/eventbridge/GetEventBus.json",
2025-08-20T19:15:57.4305864Z [00:02:03.416]➜  			"zh-CN/eventbridge/GetEventStreaming.json",
2025-08-20T19:15:57.4306169Z [00:02:03.416]➜  			"zh-CN/eventbridge/GetRule.json",
2025-08-20T19:15:57.4306576Z [00:02:03.416]➜  			"zh-CN/eventbridge/ListAliyunOfficialEventSources.json",
2025-08-20T19:15:57.4306946Z [00:02:03.416]➜  			"zh-CN/eventbridge/ListApiDestinations.json",
2025-08-20T19:15:57.4307279Z [00:02:03.416]➜  			"zh-CN/eventbridge/ListConnections.json",
2025-08-20T19:15:57.4307608Z [00:02:03.416]➜  			"zh-CN/eventbridge/ListEventBuses.json",
2025-08-20T19:15:57.4307951Z [00:02:03.416]➜  			"zh-CN/eventbridge/ListEventStreamings.json",
2025-08-20T19:15:57.4308248Z [00:02:03.416]➜  			"zh-CN/eventbridge/ListRules.json",
2025-08-20T19:15:57.4308546Z [00:02:03.416]➜  			"zh-CN/eventbridge/ListTargets.json",
2025-08-20T19:15:57.4308944Z [00:02:03.416]➜  			"zh-CN/eventbridge/ListUserDefinedEventSources.json",
2025-08-20T19:15:57.4309437Z [00:02:03.416]➜  			"zh-CN/eventbridge/PauseEventStreaming.json",
2025-08-20T19:15:57.4309768Z [00:02:03.416]➜  			"zh-CN/eventbridge/PutTargets.json",
2025-08-20T19:15:57.4310065Z [00:02:03.416]➜  			"zh-CN/eventbridge/QueryEvent.json",
2025-08-20T19:15:57.4310404Z [00:02:03.416]➜  			"zh-CN/eventbridge/QueryEventTraces.json",
2025-08-20T19:15:57.4310789Z [00:02:03.416]➜  			"zh-CN/eventbridge/QueryTracedEventByEventId.json",
2025-08-20T19:15:57.4311270Z [00:02:03.416]➜  			"zh-CN/eventbridge/QueryTracedEvents.json",
2025-08-20T19:15:57.4311641Z [00:02:03.416]➜  			"zh-CN/eventbridge/StartEventStreaming.json",
2025-08-20T19:15:57.4311997Z [00:02:03.416]➜  			"zh-CN/eventbridge/TestEventPattern.json",
2025-08-20T19:15:57.4312343Z [00:02:03.416]➜  			"zh-CN/eventbridge/UpdateApiDestination.json",
2025-08-20T19:15:57.4312840Z [00:02:03.416]➜  			"zh-CN/eventbridge/UpdateConnection.json",
2025-08-20T19:15:57.4313156Z [00:02:03.416]➜  			"zh-CN/eventbridge/UpdateEventBus.json",
2025-08-20T19:15:57.4313516Z [00:02:03.416]➜  			"zh-CN/eventbridge/UpdateEventSource.json",
2025-08-20T19:15:57.4313863Z [00:02:03.416]➜  			"zh-CN/eventbridge/UpdateEventStreaming.json",
2025-08-20T19:15:57.4314184Z [00:02:03.416]➜  			"zh-CN/eventbridge/UpdateRule.json",
2025-08-20T19:15:57.4314473Z [00:02:03.416]➜  			"zh-CN/eventbridge/version.json",
2025-08-20T19:15:57.4314754Z [00:02:03.416]➜  			"zh-CN/facebody/AddFace.json",
2025-08-20T19:15:57.4315056Z [00:02:03.416]➜  			"zh-CN/facebody/AddFaceEntity.json",
2025-08-20T19:15:57.4315412Z [00:02:03.416]➜  			"zh-CN/facebody/AddFaceImageTemplate.json",
2025-08-20T19:15:57.4315694Z [00:02:03.416]➜  			"zh-CN/facebody/BatchAddFaces.json",
2025-08-20T19:15:57.4315986Z [00:02:03.416]➜  			"zh-CN/facebody/BeautifyBody.json",
2025-08-20T19:15:57.4316260Z [00:02:03.416]➜  			"zh-CN/facebody/BlurFace.json",
2025-08-20T19:15:57.4316550Z [00:02:03.416]➜  			"zh-CN/facebody/BodyPosture.json",
2025-08-20T19:15:57.4316846Z [00:02:03.416]➜  			"zh-CN/facebody/CompareFace.json",
2025-08-20T19:15:57.4317159Z [00:02:03.416]➜  			"zh-CN/facebody/CompareFaceWithMask.json",
2025-08-20T19:15:57.4317452Z [00:02:03.416]➜  			"zh-CN/facebody/CreateFaceDb.json",
2025-08-20T19:15:57.4317892Z [00:02:03.416]➜  			"zh-CN/facebody/DeepfakeFace.json",
2025-08-20T19:15:57.4318184Z [00:02:03.416]➜  			"zh-CN/facebody/DeleteFace.json",
2025-08-20T19:15:57.4318470Z [00:02:03.416]➜  			"zh-CN/facebody/DeleteFaceDb.json",
2025-08-20T19:15:57.4318784Z [00:02:03.416]➜  			"zh-CN/facebody/DeleteFaceEntity.json",
2025-08-20T19:15:57.4319261Z [00:02:03.416]➜  			"zh-CN/facebody/DeleteFaceImageTemplate.json",
2025-08-20T19:15:57.4319584Z [00:02:03.416]➜  			"zh-CN/facebody/DetectBodyCount.json",
2025-08-20T19:15:57.4319900Z [00:02:03.416]➜  			"zh-CN/facebody/DetectCelebrity.json",
2025-08-20T19:15:57.4320207Z [00:02:03.416]➜  			"zh-CN/facebody/DetectChefCap.json",
2025-08-20T19:15:57.4320486Z [00:02:03.416]➜  			"zh-CN/facebody/DetectFace.json",
2025-08-20T19:15:57.4320858Z [00:02:03.416]➜  			"zh-CN/facebody/DetectInfraredLivingFace.json",
2025-08-20T19:15:57.4321173Z [00:02:03.416]➜  			"zh-CN/facebody/DetectLivingFace.json",
2025-08-20T19:15:57.4321484Z [00:02:03.416]➜  			"zh-CN/facebody/DetectPedestrian.json",
2025-08-20T19:15:57.4321843Z [00:02:03.416]➜  			"zh-CN/facebody/DetectPedestrianIntrusion.json",
2025-08-20T19:15:57.4322191Z [00:02:03.416]➜  			"zh-CN/facebody/DetectVideoLivingFace.json",
2025-08-20T19:15:57.4322683Z [00:02:03.416]➜  			"zh-CN/facebody/EnhanceFace.json",
2025-08-20T19:15:57.4323120Z [00:02:03.416]➜  			"zh-CN/facebody/ExtractFingerPrint.json",
2025-08-20T19:15:57.4323524Z [00:02:03.416]➜  			"zh-CN/facebody/ExtractPedestrianFeatureAttr.json",
2025-08-20T19:15:57.4323811Z [00:02:03.416]➜  			"zh-CN/facebody/FaceBeauty.json",
2025-08-20T19:15:57.4324079Z [00:02:03.416]➜  			"zh-CN/facebody/FaceFilter.json",
2025-08-20T19:15:57.4324354Z [00:02:03.416]➜  			"zh-CN/facebody/FaceMakeup.json",
2025-08-20T19:15:57.4324618Z [00:02:03.416]➜  			"zh-CN/facebody/FaceTidyup.json",
2025-08-20T19:15:57.4325138Z [00:02:03.416]➜  			"zh-CN/facebody/GenRealPersonVerificationToken.json",
2025-08-20T19:15:57.4325483Z [00:02:03.417]➜  			"zh-CN/facebody/GenerateHumanAnimeStyle.json",
2025-08-20T19:15:57.4325844Z [00:02:03.417]➜  			"zh-CN/facebody/GenerateHumanSketchStyle.json",
2025-08-20T19:15:57.4326128Z [00:02:03.417]➜  			"zh-CN/facebody/GetFaceEntity.json",
2025-08-20T19:15:57.4326530Z [00:02:03.417]➜  			"zh-CN/facebody/GetRealPersonVerificationResult.json",
2025-08-20T19:15:57.4326913Z [00:02:03.417]➜  			"zh-CN/facebody/HandPosture.json",
2025-08-20T19:15:57.4327221Z [00:02:03.417]➜  			"zh-CN/facebody/LiquifyFace.json",
2025-08-20T19:15:57.4327495Z [00:02:03.417]➜  			"zh-CN/facebody/ListFaceDbs.json",
2025-08-20T19:15:57.4327800Z [00:02:03.417]➜  			"zh-CN/facebody/ListFaceEntities.json",
2025-08-20T19:15:57.4328091Z [00:02:03.417]➜  			"zh-CN/facebody/MergeImageFace.json",
2025-08-20T19:15:57.4328419Z [00:02:03.417]➜  			"zh-CN/facebody/MonitorExamination.json",
2025-08-20T19:15:57.4328785Z [00:02:03.417]➜  			"zh-CN/facebody/PedestrianDetectAttribute.json",
2025-08-20T19:15:57.4329125Z [00:02:03.417]➜  			"zh-CN/facebody/QueryFaceImageTemplate.json",
2025-08-20T19:15:57.4329440Z [00:02:03.417]➜  			"zh-CN/facebody/RecognizeAction.json",
2025-08-20T19:15:57.4329793Z [00:02:03.417]➜  			"zh-CN/facebody/RecognizeExpression.json",
2025-08-20T19:15:57.4330108Z [00:02:03.417]➜  			"zh-CN/facebody/RecognizeFace.json",
2025-08-20T19:15:57.4330460Z [00:02:03.417]➜  			"zh-CN/facebody/RecognizeHandGesture.json",
2025-08-20T19:15:57.4330887Z [00:02:03.417]➜  			"zh-CN/facebody/RecognizePublicFace.json",
2025-08-20T19:15:57.4331232Z [00:02:03.417]➜  			"zh-CN/facebody/RetouchBody.json",
2025-08-20T19:15:57.4331535Z [00:02:03.417]➜  			"zh-CN/facebody/RetouchSkin.json",
2025-08-20T19:15:57.4331820Z [00:02:03.417]➜  			"zh-CN/facebody/SearchFace.json",
2025-08-20T19:15:57.4332144Z [00:02:03.417]➜  			"zh-CN/facebody/UpdateFaceEntity.json",
2025-08-20T19:15:57.4332627Z [00:02:03.417]➜  			"zh-CN/facebody/VerifyFaceMask.json",
2025-08-20T19:15:57.4332924Z [00:02:03.417]➜  			"zh-CN/facebody/version.json",
2025-08-20T19:15:57.4333231Z [00:02:03.417]➜  			"zh-CN/fc-open/ClaimGPUInstance.json",
2025-08-20T19:15:57.4333682Z [00:02:03.417]➜  			"zh-CN/fc-open/CreateAlias.json",
2025-08-20T19:15:57.4334001Z [00:02:03.417]➜  			"zh-CN/fc-open/CreateCustomDomain.json",
2025-08-20T19:15:57.4334322Z [00:02:03.417]➜  			"zh-CN/fc-open/CreateFunction.json",
2025-08-20T19:15:57.4334633Z [00:02:03.417]➜  			"zh-CN/fc-open/CreateLayerVersion.json",
2025-08-20T19:15:57.4335059Z [00:02:03.417]➜  			"zh-CN/fc-open/CreateService.json",
2025-08-20T19:15:57.4335347Z [00:02:03.417]➜  			"zh-CN/fc-open/CreateTrigger.json",
2025-08-20T19:15:57.4335655Z [00:02:03.417]➜  			"zh-CN/fc-open/CreateVpcBinding.json",
2025-08-20T19:15:57.4335932Z [00:02:03.417]➜  			"zh-CN/fc-open/DeleteAlias.json",
2025-08-20T19:15:57.4336241Z [00:02:03.417]➜  			"zh-CN/fc-open/DeleteCustomDomain.json",
2025-08-20T19:15:57.4336541Z [00:02:03.417]➜  			"zh-CN/fc-open/DeleteFunction.json",
2025-08-20T19:15:57.4336962Z [00:02:03.417]➜  			"zh-CN/fc-open/DeleteFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:57.4337361Z [00:02:03.417]➜  			"zh-CN/fc-open/DeleteFunctionOnDemandConfig.json",
2025-08-20T19:15:57.4337707Z [00:02:03.417]➜  			"zh-CN/fc-open/DeleteLayerVersion.json",
2025-08-20T19:15:57.4338020Z [00:02:03.417]➜  			"zh-CN/fc-open/DeleteService.json",
2025-08-20T19:15:57.4338355Z [00:02:03.417]➜  			"zh-CN/fc-open/DeleteServiceVersion.json",
2025-08-20T19:15:57.4338665Z [00:02:03.417]➜  			"zh-CN/fc-open/DeleteTrigger.json",
2025-08-20T19:15:57.4338985Z [00:02:03.417]➜  			"zh-CN/fc-open/DeleteVpcBinding.json",
2025-08-20T19:15:57.4339325Z [00:02:03.417]➜  			"zh-CN/fc-open/DeregisterEventSource.json",
2025-08-20T19:15:57.4339656Z [00:02:03.417]➜  			"zh-CN/fc-open/GetAccountSettings.json",
2025-08-20T19:15:57.4339938Z [00:02:03.417]➜  			"zh-CN/fc-open/GetAlias.json",
2025-08-20T19:15:57.4340252Z [00:02:03.417]➜  			"zh-CN/fc-open/GetCustomDomain.json",
2025-08-20T19:15:57.4340702Z [00:02:03.417]➜  			"zh-CN/fc-open/GetFunction.json",
2025-08-20T19:15:57.4341115Z [00:02:03.417]➜  			"zh-CN/fc-open/GetFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:57.4341430Z [00:02:03.417]➜  			"zh-CN/fc-open/GetFunctionCode.json",
2025-08-20T19:15:57.4341780Z [00:02:03.417]➜  			"zh-CN/fc-open/GetFunctionOnDemandConfig.json",
2025-08-20T19:15:57.4342073Z [00:02:03.417]➜  			"zh-CN/fc-open/GetLayerVersion.json",
2025-08-20T19:15:57.4342587Z [00:02:03.417]➜  			"zh-CN/fc-open/GetProvisionConfig.json",
2025-08-20T19:15:57.4343055Z [00:02:03.417]➜  			"zh-CN/fc-open/GetResourceTags.json",
2025-08-20T19:15:57.4343363Z [00:02:03.417]➜  			"zh-CN/fc-open/GetService.json",
2025-08-20T19:15:57.4343718Z [00:02:03.417]➜  			"zh-CN/fc-open/GetStatefulAsyncInvocation.json",
2025-08-20T19:15:57.4343996Z [00:02:03.417]➜  			"zh-CN/fc-open/GetTrigger.json",
2025-08-20T19:15:57.4344285Z [00:02:03.417]➜  			"zh-CN/fc-open/InvokeFunction.json",
2025-08-20T19:15:57.4344567Z [00:02:03.417]➜  			"zh-CN/fc-open/ListAliases.json",
2025-08-20T19:15:57.4344881Z [00:02:03.417]➜  			"zh-CN/fc-open/ListCustomDomains.json",
2025-08-20T19:15:57.4345179Z [00:02:03.417]➜  			"zh-CN/fc-open/ListEventSources.json",
2025-08-20T19:15:57.4345576Z [00:02:03.417]➜  			"zh-CN/fc-open/ListFunctionAsyncInvokeConfigs.json",
2025-08-20T19:15:57.4345867Z [00:02:03.417]➜  			"zh-CN/fc-open/ListFunctions.json",
2025-08-20T19:15:57.4346150Z [00:02:03.417]➜  			"zh-CN/fc-open/ListInstances.json",
2025-08-20T19:15:57.4346474Z [00:02:03.417]➜  			"zh-CN/fc-open/ListLayerVersions.json",
2025-08-20T19:15:57.4346791Z [00:02:03.417]➜  			"zh-CN/fc-open/ListLayers.json",
2025-08-20T19:15:57.4347109Z [00:02:03.417]➜  			"zh-CN/fc-open/ListOnDemandConfigs.json",
2025-08-20T19:15:57.4347429Z [00:02:03.417]➜  			"zh-CN/fc-open/ListProvisionConfigs.json",
2025-08-20T19:15:57.4347755Z [00:02:03.417]➜  			"zh-CN/fc-open/ListReservedCapacities.json",
2025-08-20T19:15:57.4348073Z [00:02:03.417]➜  			"zh-CN/fc-open/ListServiceVersions.json",
2025-08-20T19:15:57.4348417Z [00:02:03.418]➜  			"zh-CN/fc-open/ListServices.json",
2025-08-20T19:15:57.4348855Z [00:02:03.418]➜  			"zh-CN/fc-open/ListStatefulAsyncInvocationFunctions.json",
2025-08-20T19:15:57.4349393Z [00:02:03.418]➜  			"zh-CN/fc-open/ListStatefulAsyncInvocations.json",
2025-08-20T19:15:57.4349736Z [00:02:03.418]➜  			"zh-CN/fc-open/ListTaggedResources.json",
2025-08-20T19:15:57.4350025Z [00:02:03.418]➜  			"zh-CN/fc-open/ListTriggers.json",
2025-08-20T19:15:57.4350342Z [00:02:03.418]➜  			"zh-CN/fc-open/ListVpcBindings.json",
2025-08-20T19:15:57.4350803Z [00:02:03.418]➜  			"zh-CN/fc-open/PublishServiceVersion.json",
2025-08-20T19:15:57.4351199Z [00:02:03.418]➜  			"zh-CN/fc-open/PutFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:57.4351559Z [00:02:03.418]➜  			"zh-CN/fc-open/PutFunctionOnDemandConfig.json",
2025-08-20T19:15:57.4351849Z [00:02:03.418]➜  			"zh-CN/fc-open/PutLayerACL.json",
2025-08-20T19:15:57.4352164Z [00:02:03.418]➜  			"zh-CN/fc-open/PutProvisionConfig.json",
2025-08-20T19:15:57.4352807Z [00:02:03.418]➜  			"zh-CN/fc-open/RegisterEventSource.json",
2025-08-20T19:15:57.4353137Z [00:02:03.418]➜  			"zh-CN/fc-open/ReleaseGPUInstance.json",
2025-08-20T19:15:57.4353501Z [00:02:03.418]➜  			"zh-CN/fc-open/StopStatefulAsyncInvocation.json",
2025-08-20T19:15:57.4353806Z [00:02:03.418]➜  			"zh-CN/fc-open/TagResource.json",
2025-08-20T19:15:57.4354103Z [00:02:03.418]➜  			"zh-CN/fc-open/UntagResource.json",
2025-08-20T19:15:57.4354389Z [00:02:03.418]➜  			"zh-CN/fc-open/UpdateAlias.json",
2025-08-20T19:15:57.4354706Z [00:02:03.418]➜  			"zh-CN/fc-open/UpdateCustomDomain.json",
2025-08-20T19:15:57.4354992Z [00:02:03.418]➜  			"zh-CN/fc-open/UpdateFunction.json",
2025-08-20T19:15:57.4355274Z [00:02:03.418]➜  			"zh-CN/fc-open/UpdateService.json",
2025-08-20T19:15:57.4355534Z [00:02:03.418]➜  			"zh-CN/fc-open/UpdateTrigger.json",
2025-08-20T19:15:57.4355817Z [00:02:03.418]➜  			"zh-CN/fc-open/version.json",
2025-08-20T19:15:57.4356080Z [00:02:03.418]➜  			"zh-CN/fnf/CreateFlow.json",
2025-08-20T19:15:57.4356488Z [00:02:03.418]➜  			"zh-CN/fnf/CreateSchedule.json",
2025-08-20T19:15:57.4356756Z [00:02:03.418]➜  			"zh-CN/fnf/DeleteFlow.json",
2025-08-20T19:15:57.4357029Z [00:02:03.418]➜  			"zh-CN/fnf/DeleteSchedule.json",
2025-08-20T19:15:57.4357296Z [00:02:03.418]➜  			"zh-CN/fnf/DescribeExecution.json",
2025-08-20T19:15:57.4357549Z [00:02:03.418]➜  			"zh-CN/fnf/DescribeFlow.json",
2025-08-20T19:15:57.4357828Z [00:02:03.418]➜  			"zh-CN/fnf/DescribeSchedule.json",
2025-08-20T19:15:57.4358281Z [00:02:03.418]➜  			"zh-CN/fnf/GetExecutionHistory.json",
2025-08-20T19:15:57.4358573Z [00:02:03.418]➜  			"zh-CN/fnf/ListExecutions.json",
2025-08-20T19:15:57.4358810Z [00:02:03.418]➜  			"zh-CN/fnf/ListFlows.json",
2025-08-20T19:15:57.4359067Z [00:02:03.418]➜  			"zh-CN/fnf/ListSchedules.json",
2025-08-20T19:15:57.4359676Z [00:02:03.418]➜  			"zh-CN/fnf/ReportTaskFailed.json",
2025-08-20T19:15:57.4360313Z [00:02:03.418]➜  			"zh-CN/fnf/ReportTaskSucceeded.json",
2025-08-20T19:15:57.4360941Z [00:02:03.418]➜  			"zh-CN/fnf/StartExecution.json",
2025-08-20T19:15:57.4361497Z [00:02:03.418]➜  			"zh-CN/fnf/StartSyncExecution.json",
2025-08-20T19:15:57.4362230Z [00:02:03.418]➜  			"zh-CN/fnf/StopExecution.json",
2025-08-20T19:15:57.4363112Z [00:02:03.418]➜  			"zh-CN/fnf/UpdateFlow.json",
2025-08-20T19:15:57.4363770Z [00:02:03.418]➜  			"zh-CN/fnf/UpdateSchedule.json",
2025-08-20T19:15:57.4364395Z [00:02:03.418]➜  			"zh-CN/fnf/version.json",
2025-08-20T19:15:57.4365002Z [00:02:03.418]➜  			"zh-CN/ga/AddEntriesToAcl.json",
2025-08-20T19:15:57.4365721Z [00:02:03.418]➜  			"zh-CN/ga/AssociateAclsWithListener.json",
2025-08-20T19:15:57.4366708Z [00:02:03.418]➜  			"zh-CN/ga/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:57.4367543Z [00:02:03.418]➜  			"zh-CN/ga/AttachDdosToAccelerator.json",
2025-08-20T19:15:57.4368298Z [00:02:03.418]➜  			"zh-CN/ga/AttachLogStoreToEndpointGroup.json",
2025-08-20T19:15:57.4369106Z [00:02:03.418]➜  			"zh-CN/ga/BandwidthPackageAddAccelerator.json",
2025-08-20T19:15:57.4369945Z [00:02:03.418]➜  			"zh-CN/ga/BandwidthPackageRemoveAccelerator.json",
2025-08-20T19:15:57.4370685Z [00:02:03.418]➜  			"zh-CN/ga/ChangeResourceGroup.json",
2025-08-20T19:15:57.4371346Z [00:02:03.418]➜  			"zh-CN/ga/ConfigEndpointProbe.json",
2025-08-20T19:15:57.4371975Z [00:02:03.418]➜  			"zh-CN/ga/CreateAccelerator.json",
2025-08-20T19:15:57.4372791Z [00:02:03.418]➜  			"zh-CN/ga/CreateAcl.json",
2025-08-20T19:15:57.4373418Z [00:02:03.418]➜  			"zh-CN/ga/CreateApplicationMonitor.json",
2025-08-20T19:15:57.4374237Z [00:02:03.418]➜  			"zh-CN/ga/CreateBandwidthPackage.json",
2025-08-20T19:15:57.4374926Z [00:02:03.418]➜  			"zh-CN/ga/CreateBasicAccelerateIp.json",
2025-08-20T19:15:57.4375702Z [00:02:03.418]➜  			"zh-CN/ga/CreateBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:57.4376598Z [00:02:03.418]➜  			"zh-CN/ga/CreateBasicAccelerateIpEndpointRelations.json",
2025-08-20T19:15:57.4377385Z [00:02:03.418]➜  			"zh-CN/ga/CreateBasicAccelerator.json",
2025-08-20T19:15:57.4378190Z [00:02:03.418]➜  			"zh-CN/ga/CreateBasicEndpoint.json",
2025-08-20T19:15:57.4378897Z [00:02:03.418]➜  			"zh-CN/ga/CreateBasicEndpointGroup.json",
2025-08-20T19:15:57.4379583Z [00:02:03.418]➜  			"zh-CN/ga/CreateBasicEndpoints.json",
2025-08-20T19:15:57.4380219Z [00:02:03.418]➜  			"zh-CN/ga/CreateBasicIpSet.json",
2025-08-20T19:15:57.4381009Z [00:02:03.418]➜  			"zh-CN/ga/CreateCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:57.4381897Z [00:02:03.418]➜  			"zh-CN/ga/CreateCustomRoutingEndpointGroups.json",
2025-08-20T19:15:57.4383028Z [00:02:03.418]➜  			"zh-CN/ga/CreateCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:57.4383920Z [00:02:03.418]➜  			"zh-CN/ga/CreateCustomRoutingEndpoints.json",
2025-08-20T19:15:57.4384624Z [00:02:03.419]➜  			"zh-CN/ga/CreateDomain.json",
2025-08-20T19:15:57.4385272Z [00:02:03.419]➜  			"zh-CN/ga/CreateEndpointGroup.json",
2025-08-20T19:15:57.4385967Z [00:02:03.419]➜  			"zh-CN/ga/CreateEndpointGroups.json",
2025-08-20T19:15:57.4386645Z [00:02:03.419]➜  			"zh-CN/ga/CreateForwardingRules.json",
2025-08-20T19:15:57.4387301Z [00:02:03.419]➜  			"zh-CN/ga/CreateIpSets.json",
2025-08-20T19:15:57.4387943Z [00:02:03.419]➜  			"zh-CN/ga/CreateListener.json",
2025-08-20T19:15:57.4388629Z [00:02:03.419]➜  			"zh-CN/ga/CreateSpareIps.json",
2025-08-20T19:15:57.4389296Z [00:02:03.419]➜  			"zh-CN/ga/DeleteAccelerator.json",
2025-08-20T19:15:57.4389939Z [00:02:03.419]➜  			"zh-CN/ga/DeleteAcl.json",
2025-08-20T19:15:57.4390647Z [00:02:03.419]➜  			"zh-CN/ga/DeleteApplicationMonitor.json",
2025-08-20T19:15:57.4391539Z [00:02:03.419]➜  			"zh-CN/ga/DeleteBandwidthPackage.json",
2025-08-20T19:15:57.4392257Z [00:02:03.419]➜  			"zh-CN/ga/DeleteBasicAccelerateIp.json",
2025-08-20T19:15:57.4430556Z [00:02:03.419]➜  			"zh-CN/ga/DeleteBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:57.4431579Z [00:02:03.419]➜  			"zh-CN/ga/DeleteBasicAccelerator.json",
2025-08-20T19:15:57.4432303Z [00:02:03.419]➜  			"zh-CN/ga/DeleteBasicEndpoint.json",
2025-08-20T19:15:57.4433215Z [00:02:03.419]➜  			"zh-CN/ga/DeleteBasicEndpointGroup.json",
2025-08-20T19:15:57.4433915Z [00:02:03.419]➜  			"zh-CN/ga/DeleteBasicIpSet.json",
2025-08-20T19:15:57.4435004Z [00:02:03.419]➜  			"zh-CN/ga/DeleteCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:57.4435936Z [00:02:03.419]➜  			"zh-CN/ga/DeleteCustomRoutingEndpointGroups.json",
2025-08-20T19:15:57.4436849Z [00:02:03.419]➜  			"zh-CN/ga/DeleteCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:57.4437737Z [00:02:03.419]➜  			"zh-CN/ga/DeleteCustomRoutingEndpoints.json",
2025-08-20T19:15:57.4438563Z [00:02:03.419]➜  			"zh-CN/ga/DeleteDomainAcceleratorRelation.json",
2025-08-20T19:15:57.4439307Z [00:02:03.419]➜  			"zh-CN/ga/DeleteEndpointGroup.json",
2025-08-20T19:15:57.4439976Z [00:02:03.419]➜  			"zh-CN/ga/DeleteEndpointGroups.json",
2025-08-20T19:15:57.4440666Z [00:02:03.419]➜  			"zh-CN/ga/DeleteForwardingRules.json",
2025-08-20T19:15:57.4441299Z [00:02:03.419]➜  			"zh-CN/ga/DeleteIpSet.json",
2025-08-20T19:15:57.4441915Z [00:02:03.419]➜  			"zh-CN/ga/DeleteIpSets.json",
2025-08-20T19:15:57.4442683Z [00:02:03.419]➜  			"zh-CN/ga/DeleteListener.json",
2025-08-20T19:15:57.4443315Z [00:02:03.419]➜  			"zh-CN/ga/DeleteSpareIps.json",
2025-08-20T19:15:57.4443974Z [00:02:03.419]➜  			"zh-CN/ga/DescribeAccelerator.json",
2025-08-20T19:15:57.4444750Z [00:02:03.419]➜  			"zh-CN/ga/DescribeAcceleratorAutoRenewAttribute.json",
2025-08-20T19:15:57.4445588Z [00:02:03.419]➜  			"zh-CN/ga/DescribeAcceleratorServiceStatus.json",
2025-08-20T19:15:57.4446567Z [00:02:03.419]➜  			"zh-CN/ga/DescribeApplicationMonitor.json",
2025-08-20T19:15:57.4447312Z [00:02:03.419]➜  			"zh-CN/ga/DescribeBandwidthPackage.json",
2025-08-20T19:15:57.4448196Z [00:02:03.419]➜  			"zh-CN/ga/DescribeBandwidthPackageAutoRenewAttribute.json",
2025-08-20T19:15:57.4449003Z [00:02:03.419]➜  			"zh-CN/ga/DescribeCommodity.json",
2025-08-20T19:15:57.4449684Z [00:02:03.419]➜  			"zh-CN/ga/DescribeCommodityPrice.json",
2025-08-20T19:15:57.4450654Z [00:02:03.419]➜  			"zh-CN/ga/DescribeCustomRoutingEndPointTrafficPolicy.json",
2025-08-20T19:15:57.4451529Z [00:02:03.419]➜  			"zh-CN/ga/DescribeCustomRoutingEndpoint.json",
2025-08-20T19:15:57.4452375Z [00:02:03.419]➜  			"zh-CN/ga/DescribeCustomRoutingEndpointGroup.json",
2025-08-20T19:15:57.4453578Z [00:02:03.419]➜  			"zh-CN/ga/DescribeCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:57.4454448Z [00:02:03.419]➜  			"zh-CN/ga/DescribeEndpointGroup.json",
2025-08-20T19:15:57.4455117Z [00:02:03.419]➜  			"zh-CN/ga/DescribeIpSet.json",
2025-08-20T19:15:57.4455770Z [00:02:03.419]➜  			"zh-CN/ga/DescribeListener.json",
2025-08-20T19:15:57.4456509Z [00:02:03.419]➜  			"zh-CN/ga/DescribeLogStoreOfEndpointGroup.json",
2025-08-20T19:15:57.4457232Z [00:02:03.419]➜  			"zh-CN/ga/DescribeRegions.json",
2025-08-20T19:15:57.4457901Z [00:02:03.419]➜  			"zh-CN/ga/DetachDdosFromAccelerator.json",
2025-08-20T19:15:57.4458655Z [00:02:03.419]➜  			"zh-CN/ga/DetachLogStoreFromEndpointGroup.json",
2025-08-20T19:15:57.4459400Z [00:02:03.419]➜  			"zh-CN/ga/DetectApplicationMonitor.json",
2025-08-20T19:15:57.4460122Z [00:02:03.419]➜  			"zh-CN/ga/DisableApplicationMonitor.json",
2025-08-20T19:15:57.4460883Z [00:02:03.419]➜  			"zh-CN/ga/DissociateAclsFromListener.json",
2025-08-20T19:15:57.4461760Z [00:02:03.419]➜  			"zh-CN/ga/DissociateAdditionalCertificatesFromListener.json",
2025-08-20T19:15:57.4462863Z [00:02:03.419]➜  			"zh-CN/ga/EnableApplicationMonitor.json",
2025-08-20T19:15:57.4463504Z [00:02:03.420]➜  			"zh-CN/ga/GetAcl.json",
2025-08-20T19:15:57.4464288Z [00:02:03.420]➜  			"zh-CN/ga/GetBasicAccelerateIp.json",
2025-08-20T19:15:57.4465165Z [00:02:03.420]➜  			"zh-CN/ga/GetBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:57.4465990Z [00:02:03.420]➜  			"zh-CN/ga/GetBasicAccelerateIpIdleCount.json",
2025-08-20T19:15:57.4466692Z [00:02:03.420]➜  			"zh-CN/ga/GetBasicAccelerator.json",
2025-08-20T19:15:57.4467327Z [00:02:03.420]➜  			"zh-CN/ga/GetBasicEndpoint.json",
2025-08-20T19:15:57.4467991Z [00:02:03.420]➜  			"zh-CN/ga/GetBasicEndpointGroup.json",
2025-08-20T19:15:57.4468650Z [00:02:03.420]➜  			"zh-CN/ga/GetBasicIpSet.json",
2025-08-20T19:15:57.4469261Z [00:02:03.420]➜  			"zh-CN/ga/GetHealthStatus.json",
2025-08-20T19:15:57.4470059Z [00:02:03.420]➜  			"zh-CN/ga/GetInvalidDomainCount.json",
2025-08-20T19:15:57.4470808Z [00:02:03.420]➜  			"zh-CN/ga/GetIpsetsBandwidthLimit.json",
2025-08-20T19:15:57.4471467Z [00:02:03.420]➜  			"zh-CN/ga/GetSpareIp.json",
2025-08-20T19:15:57.4472128Z [00:02:03.420]➜  			"zh-CN/ga/ListAccelerateAreas.json",
2025-08-20T19:15:57.4473024Z [00:02:03.420]➜  			"zh-CN/ga/ListAccelerators.json",
2025-08-20T19:15:57.4473636Z [00:02:03.420]➜  			"zh-CN/ga/ListAcls.json",
2025-08-20T19:15:57.4474288Z [00:02:03.420]➜  			"zh-CN/ga/ListApplicationMonitor.json",
2025-08-20T19:15:57.4475080Z [00:02:03.420]➜  			"zh-CN/ga/ListApplicationMonitorDetectResult.json",
2025-08-20T19:15:57.4475916Z [00:02:03.420]➜  			"zh-CN/ga/ListAvailableAccelerateAreas.json",
2025-08-20T19:15:57.4476666Z [00:02:03.420]➜  			"zh-CN/ga/ListAvailableBusiRegions.json",
2025-08-20T19:15:57.4477356Z [00:02:03.420]➜  			"zh-CN/ga/ListBandwidthPackages.json",
2025-08-20T19:15:57.4478027Z [00:02:03.420]➜  			"zh-CN/ga/ListBandwidthackages.json",
2025-08-20T19:15:57.4478803Z [00:02:03.420]➜  			"zh-CN/ga/ListBasicAccelerateIpEndpointRelations.json",
2025-08-20T19:15:57.4479582Z [00:02:03.420]➜  			"zh-CN/ga/ListBasicAccelerateIps.json",
2025-08-20T19:15:57.4480241Z [00:02:03.420]➜  			"zh-CN/ga/ListBasicAccelerators.json",
2025-08-20T19:15:57.4481071Z [00:02:03.420]➜  			"zh-CN/ga/ListBasicEndpoints.json",
2025-08-20T19:15:57.4481707Z [00:02:03.420]➜  			"zh-CN/ga/ListBusiRegions.json",
2025-08-20T19:15:57.4482340Z [00:02:03.420]➜  			"zh-CN/ga/ListCommonAreas.json",
2025-08-20T19:15:57.4483367Z [00:02:03.420]➜  			"zh-CN/ga/ListCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:57.4484253Z [00:02:03.420]➜  			"zh-CN/ga/ListCustomRoutingEndpointGroups.json",
2025-08-20T19:15:57.4485267Z [00:02:03.420]➜  			"zh-CN/ga/ListCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:57.4486134Z [00:02:03.420]➜  			"zh-CN/ga/ListCustomRoutingEndpoints.json",
2025-08-20T19:15:57.4486979Z [00:02:03.420]➜  			"zh-CN/ga/ListCustomRoutingPortMappings.json",
2025-08-20T19:15:57.4487836Z [00:02:03.420]➜  			"zh-CN/ga/ListCustomRoutingPortMappingsByDestination.json",
2025-08-20T19:15:57.4488624Z [00:02:03.420]➜  			"zh-CN/ga/ListDomains.json",
2025-08-20T19:15:57.4489369Z [00:02:03.420]➜  			"zh-CN/ga/ListEndpointGroupIpAddressCidrBlocks.json",
2025-08-20T19:15:57.4490136Z [00:02:03.420]➜  			"zh-CN/ga/ListEndpointGroups.json",
2025-08-20T19:15:57.4490820Z [00:02:03.420]➜  			"zh-CN/ga/ListForwardingRules.json",
2025-08-20T19:15:57.4491448Z [00:02:03.420]➜  			"zh-CN/ga/ListIpSets.json",
2025-08-20T19:15:57.4492064Z [00:02:03.420]➜  			"zh-CN/ga/ListIspTypes.json",
2025-08-20T19:15:57.4492949Z [00:02:03.420]➜  			"zh-CN/ga/ListListenerCertificates.json",
2025-08-20T19:15:57.4493653Z [00:02:03.420]➜  			"zh-CN/ga/ListListeners.json",
2025-08-20T19:15:57.4494288Z [00:02:03.420]➜  			"zh-CN/ga/ListSpareIps.json",
2025-08-20T19:15:57.4494974Z [00:02:03.420]➜  			"zh-CN/ga/ListSystemSecurityPolicies.json",
2025-08-20T19:15:57.4495673Z [00:02:03.420]➜  			"zh-CN/ga/ListTagResources.json",
2025-08-20T19:15:57.4496339Z [00:02:03.420]➜  			"zh-CN/ga/OpenAcceleratorService.json",
2025-08-20T19:15:57.4497075Z [00:02:03.420]➜  			"zh-CN/ga/QueryCrossBorderApprovalStatus.json",
2025-08-20T19:15:57.4497807Z [00:02:03.420]➜  			"zh-CN/ga/RemoveEntriesFromAcl.json",
2025-08-20T19:15:57.4498650Z [00:02:03.421]➜  			"zh-CN/ga/ReplaceBandwidthPackage.json",
2025-08-20T19:15:57.4499294Z [00:02:03.421]➜  			"zh-CN/ga/TagResources.json",
2025-08-20T19:15:57.4499898Z [00:02:03.421]➜  			"zh-CN/ga/UntagResources.json",
2025-08-20T19:15:57.4500539Z [00:02:03.421]➜  			"zh-CN/ga/UpdateAccelerator.json",
2025-08-20T19:15:57.4501306Z [00:02:03.421]➜  			"zh-CN/ga/UpdateAcceleratorAutoRenewAttribute.json",
2025-08-20T19:15:57.4502136Z [00:02:03.421]➜  			"zh-CN/ga/UpdateAcceleratorConfirm.json",
2025-08-20T19:15:57.4503166Z [00:02:03.421]➜  			"zh-CN/ga/UpdateAcceleratorCrossBorderMode.json",
2025-08-20T19:15:57.4504154Z [00:02:03.421]➜  			"zh-CN/ga/UpdateAcceleratorCrossBorderStatus.json",
2025-08-20T19:15:57.4504887Z [00:02:03.421]➜  			"zh-CN/ga/UpdateAclAttribute.json",
2025-08-20T19:15:57.4505665Z [00:02:03.421]➜  			"zh-CN/ga/UpdateAdditionalCertificateWithListener.json",
2025-08-20T19:15:57.4506464Z [00:02:03.421]➜  			"zh-CN/ga/UpdateApplicationMonitor.json",
2025-08-20T19:15:57.4507303Z [00:02:03.421]➜  			"zh-CN/ga/UpdateBandwidthPackagaAutoRenewAttribute.json",
2025-08-20T19:15:57.4508090Z [00:02:03.421]➜  			"zh-CN/ga/UpdateBandwidthPackage.json",
2025-08-20T19:15:57.4508751Z [00:02:03.421]➜  			"zh-CN/ga/UpdateBasicAccelerator.json",
2025-08-20T19:15:57.4509399Z [00:02:03.421]➜  			"zh-CN/ga/UpdateBasicEndpoint.json",
2025-08-20T19:15:57.4510074Z [00:02:03.421]➜  			"zh-CN/ga/UpdateBasicEndpointGroup.json",
2025-08-20T19:15:57.4510736Z [00:02:03.421]➜  			"zh-CN/ga/UpdateBasicIpSet.json",
2025-08-20T19:15:57.4511537Z [00:02:03.421]➜  			"zh-CN/ga/UpdateCustomRoutingEndpointGroupAttribute.json",
2025-08-20T19:15:57.4512738Z [00:02:03.421]➜  			"zh-CN/ga/UpdateCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:57.4513807Z [00:02:03.421]➜  			"zh-CN/ga/UpdateCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:57.4514728Z [00:02:03.421]➜  			"zh-CN/ga/UpdateCustomRoutingEndpoints.json",
2025-08-20T19:15:57.4515425Z [00:02:03.421]➜  			"zh-CN/ga/UpdateDomain.json",
2025-08-20T19:15:57.4516291Z [00:02:03.421]➜  			"zh-CN/ga/UpdateDomainState.json",
2025-08-20T19:15:57.4516980Z [00:02:03.421]➜  			"zh-CN/ga/UpdateEndpointGroup.json",
2025-08-20T19:15:57.4517729Z [00:02:03.421]➜  			"zh-CN/ga/UpdateEndpointGroupAttribute.json",
2025-08-20T19:15:57.4518447Z [00:02:03.421]➜  			"zh-CN/ga/UpdateEndpointGroups.json",
2025-08-20T19:15:57.4519083Z [00:02:03.421]➜  			"zh-CN/ga/UpdateForwardingRules.json",
2025-08-20T19:15:57.4519887Z [00:02:03.421]➜  			"zh-CN/ga/UpdateIpSet.json",
2025-08-20T19:15:57.4520507Z [00:02:03.421]➜  			"zh-CN/ga/UpdateIpSets.json",
2025-08-20T19:15:57.4521108Z [00:02:03.421]➜  			"zh-CN/ga/UpdateListener.json",
2025-08-20T19:15:57.4521763Z [00:02:03.421]➜  			"zh-CN/ga/UpdateServiceManagedControl.json",
2025-08-20T19:15:57.4522521Z [00:02:03.421]➜  			"zh-CN/ga/version.json",
2025-08-20T19:15:57.4523135Z [00:02:03.421]➜  			"zh-CN/goodstech/ClassifyCommodity.json",
2025-08-20T19:15:57.4523736Z [00:02:03.421]➜  			"zh-CN/goodstech/version.json",
2025-08-20T19:15:57.4524425Z [00:02:03.421]➜  			"zh-CN/gpdb/DescribeDBInstanceForDms.json",
2025-08-20T19:15:57.4525220Z [00:02:03.421]➜  			"zh-CN/gpdb/DescribeDBInstanceSecurityIps.json",
2025-08-20T19:15:57.4526025Z [00:02:03.421]➜  			"zh-CN/gpdb/DescribeDBInstancesForDms.json",
2025-08-20T19:15:57.4526827Z [00:02:03.421]➜  			"zh-CN/gpdb/ModifyDBInstanceSecurityIps.json",
2025-08-20T19:15:57.4527504Z [00:02:03.421]➜  			"zh-CN/gpdb/version.json",
2025-08-20T19:15:57.4528063Z [00:02:03.421]➜  			"zh-CN/green/version.json",
2025-08-20T19:15:57.4528642Z [00:02:03.421]➜  			"zh-CN/hbase/AddUserHdfsInfo.json",
2025-08-20T19:15:57.4529335Z [00:02:03.421]➜  			"zh-CN/hbase/AllocatePublicNetworkAddress.json",
2025-08-20T19:15:57.4530139Z [00:02:03.421]➜  			"zh-CN/hbase/CancelActiveOperationTasks.json",
2025-08-20T19:15:57.4530826Z [00:02:03.421]➜  			"zh-CN/hbase/CheckComponentsVersion.json",
2025-08-20T19:15:57.4531481Z [00:02:03.421]➜  			"zh-CN/hbase/CloseBackup.json",
2025-08-20T19:15:57.4532226Z [00:02:03.421]➜  			"zh-CN/hbase/ConvertInstance.json",
2025-08-20T19:15:57.4533121Z [00:02:03.422]➜  			"zh-CN/hbase/CreateBackupPlan.json",
2025-08-20T19:15:57.4533747Z [00:02:03.422]➜  			"zh-CN/hbase/CreateCluster.json",
2025-08-20T19:15:57.4534342Z [00:02:03.422]➜  			"zh-CN/hbase/CreateGlobalResource.json",
2025-08-20T19:15:57.4535048Z [00:02:03.422]➜  			"zh-CN/hbase/CreateHBaseSlbServer.json",
2025-08-20T19:15:57.4535717Z [00:02:03.422]➜  			"zh-CN/hbase/CreateHbaseHaSlb.json",
2025-08-20T19:15:57.4536387Z [00:02:03.422]➜  			"zh-CN/hbase/CreateMultiZoneCluster.json",
2025-08-20T19:15:57.4537056Z [00:02:03.422]➜  			"zh-CN/hbase/CreateRestorePlan.json",
2025-08-20T19:15:57.4537900Z [00:02:03.422]➜  			"zh-CN/hbase/CreateServerlessCluster.json",
2025-08-20T19:15:57.4538667Z [00:02:03.422]➜  			"zh-CN/hbase/DeleteGlobalResource.json",
2025-08-20T19:15:57.4539371Z [00:02:03.422]➜  			"zh-CN/hbase/DeleteHBaseHaDB.json",
2025-08-20T19:15:57.4540068Z [00:02:03.422]➜  			"zh-CN/hbase/DeleteHBaseSlbServer.json",
2025-08-20T19:15:57.4540747Z [00:02:03.422]➜  			"zh-CN/hbase/DeleteHbaseHaSlb.json",
2025-08-20T19:15:57.4541350Z [00:02:03.422]➜  			"zh-CN/hbase/DeleteInstance.json",
2025-08-20T19:15:57.4541976Z [00:02:03.422]➜  			"zh-CN/hbase/DeleteMultiZoneCluster.json",
2025-08-20T19:15:57.4542843Z [00:02:03.422]➜  			"zh-CN/hbase/DeleteServerlessCluster.json",
2025-08-20T19:15:57.4543543Z [00:02:03.422]➜  			"zh-CN/hbase/DeleteUserHdfsInfo.json",
2025-08-20T19:15:57.4544304Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeActiveOperationTaskType.json",
2025-08-20T19:15:57.4545096Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeActiveOperationTasks.json",
2025-08-20T19:15:57.4545921Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeAvailableResource.json",
2025-08-20T19:15:57.4546688Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeBackupPlanConfig.json",
2025-08-20T19:15:57.4547448Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeBackupPolicy.json",
2025-08-20T19:15:57.4548116Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeBackupStatus.json",
2025-08-20T19:15:57.4549027Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeBackupSummary.json",
2025-08-20T19:15:57.4549731Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeBackupTables.json",
2025-08-20T19:15:57.4550389Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeBackups.json",
2025-08-20T19:15:57.4551147Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeClusterConnection.json",
2025-08-20T19:15:57.4551938Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeColdStorage.json",
2025-08-20T19:15:57.4553044Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeDBInstanceUsage.json",
2025-08-20T19:15:57.4553833Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeDeletedInstances.json",
2025-08-20T19:15:57.4554572Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeDiskWarningLine.json",
2025-08-20T19:15:57.4555302Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeEndpoints.json",
2025-08-20T19:15:57.4555973Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeInstance.json",
2025-08-20T19:15:57.4556643Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeInstanceType.json",
2025-08-20T19:15:57.4557441Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeInstances.json",
2025-08-20T19:15:57.4558179Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeIpWhitelist.json",
2025-08-20T19:15:57.4558998Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeMultiZoneAvailableRegions.json",
2025-08-20T19:15:57.4559903Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeMultiZoneAvailableResource.json",
2025-08-20T19:15:57.4560698Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeMultiZoneCluster.json",
2025-08-20T19:15:57.4561427Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeRecoverableTimeRange.json",
2025-08-20T19:15:57.4562127Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeRegions.json",
2025-08-20T19:15:57.4562984Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeRestoreFullDetails.json",
2025-08-20T19:15:57.4563715Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeRestoreIncrDetail.json",
2025-08-20T19:15:57.4564467Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeRestoreSchemaDetails.json",
2025-08-20T19:15:57.4565192Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeRestoreSummary.json",
2025-08-20T19:15:57.4565908Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeRestoreTables.json",
2025-08-20T19:15:57.4566603Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeSecurityGroups.json",
2025-08-20T19:15:57.4567315Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeServerlessCluster.json",
2025-08-20T19:15:57.4568022Z [00:02:03.422]➜  			"zh-CN/hbase/DescribeSubDomain.json",
2025-08-20T19:15:57.4568677Z [00:02:03.422]➜  			"zh-CN/hbase/EnableHBaseueBackup.json",
2025-08-20T19:15:57.4569368Z [00:02:03.422]➜  			"zh-CN/hbase/EnableHBaseueModule.json",
2025-08-20T19:15:57.4570084Z [00:02:03.422]➜  			"zh-CN/hbase/EvaluateMultiZoneResource.json",
2025-08-20T19:15:57.4570815Z [00:02:03.422]➜  			"zh-CN/hbase/GetMultimodeCmsUrl.json",
2025-08-20T19:15:57.4571688Z [00:02:03.422]➜  			"zh-CN/hbase/ListHBaseInstances.json",
2025-08-20T19:15:57.4572635Z [00:02:03.422]➜  			"zh-CN/hbase/ListInstanceServiceConfigHistories.json",
2025-08-20T19:15:57.4573544Z [00:02:03.422]➜  			"zh-CN/hbase/ListInstanceServiceConfigurations.json",
2025-08-20T19:15:57.4574335Z [00:02:03.422]➜  			"zh-CN/hbase/ListTagResources.json",
2025-08-20T19:15:57.4574995Z [00:02:03.422]➜  			"zh-CN/hbase/ListTags.json",
2025-08-20T19:15:57.4575690Z [00:02:03.422]➜  			"zh-CN/hbase/ModifyActiveOperationTasks.json",
2025-08-20T19:15:57.4576441Z [00:02:03.422]➜  			"zh-CN/hbase/ModifyBackupPlanConfig.json",
2025-08-20T19:15:57.4577157Z [00:02:03.422]➜  			"zh-CN/hbase/ModifyBackupPolicy.json",
2025-08-20T19:15:57.4577940Z [00:02:03.422]➜  			"zh-CN/hbase/ModifyClusterDeletionProtection.json",
2025-08-20T19:15:57.4578699Z [00:02:03.422]➜  			"zh-CN/hbase/ModifyDiskWarningLine.json",
2025-08-20T19:15:57.4579467Z [00:02:03.422]➜  			"zh-CN/hbase/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:57.4580203Z [00:02:03.422]➜  			"zh-CN/hbase/ModifyInstanceName.json",
2025-08-20T19:15:57.4580956Z [00:02:03.422]➜  			"zh-CN/hbase/ModifyInstanceServiceConfig.json",
2025-08-20T19:15:57.4581669Z [00:02:03.422]➜  			"zh-CN/hbase/ModifyInstanceType.json",
2025-08-20T19:15:57.4582298Z [00:02:03.422]➜  			"zh-CN/hbase/ModifyIpWhitelist.json",
2025-08-20T19:15:57.4583339Z [00:02:03.422]➜  			"zh-CN/hbase/ModifyMultiZoneClusterNodeType.json",
2025-08-20T19:15:57.4584087Z [00:02:03.422]➜  			"zh-CN/hbase/ModifySecurityGroups.json",
2025-08-20T19:15:57.4584789Z [00:02:03.422]➜  			"zh-CN/hbase/ModifyUIAccountPassword.json",
2025-08-20T19:15:57.4585476Z [00:02:03.422]➜  			"zh-CN/hbase/MoveResourceGroup.json",
2025-08-20T19:15:57.4586111Z [00:02:03.422]➜  			"zh-CN/hbase/OpenBackup.json",
2025-08-20T19:15:57.4586877Z [00:02:03.422]➜  			"zh-CN/hbase/PurgeInstance.json",
2025-08-20T19:15:57.4587550Z [00:02:03.422]➜  			"zh-CN/hbase/QueryHBaseHaDB.json",
2025-08-20T19:15:57.4588239Z [00:02:03.422]➜  			"zh-CN/hbase/QueryXpackRelateDB.json",
2025-08-20T19:15:57.4588911Z [00:02:03.422]➜  			"zh-CN/hbase/RelateDbForHBaseHa.json",
2025-08-20T19:15:57.4589649Z [00:02:03.422]➜  			"zh-CN/hbase/ReleasePublicNetworkAddress.json",
2025-08-20T19:15:57.4590359Z [00:02:03.422]➜  			"zh-CN/hbase/RenewInstance.json",
2025-08-20T19:15:57.4591183Z [00:02:03.422]➜  			"zh-CN/hbase/ResizeColdStorageSize.json",
2025-08-20T19:15:57.4591906Z [00:02:03.422]➜  			"zh-CN/hbase/ResizeDiskSize.json",
2025-08-20T19:15:57.4592940Z [00:02:03.422]➜  			"zh-CN/hbase/ResizeMultiZoneClusterDiskSize.json",
2025-08-20T19:15:57.4593747Z [00:02:03.422]➜  			"zh-CN/hbase/ResizeMultiZoneClusterNodeCount.json",
2025-08-20T19:15:57.4594421Z [00:02:03.422]➜  			"zh-CN/hbase/ResizeNodeCount.json",
2025-08-20T19:15:57.4595035Z [00:02:03.422]➜  			"zh-CN/hbase/RestartInstance.json",
2025-08-20T19:15:57.4595655Z [00:02:03.422]➜  			"zh-CN/hbase/SwitchHbaseHaSlb.json",
2025-08-20T19:15:57.4596264Z [00:02:03.422]➜  			"zh-CN/hbase/SwitchService.json",
2025-08-20T19:15:57.4596864Z [00:02:03.422]➜  			"zh-CN/hbase/TagResources.json",
2025-08-20T19:15:57.4597459Z [00:02:03.422]➜  			"zh-CN/hbase/UnTagResources.json",
2025-08-20T19:15:57.4598089Z [00:02:03.422]➜  			"zh-CN/hbase/UpgradeMinorVersion.json",
2025-08-20T19:15:57.4598784Z [00:02:03.422]➜  			"zh-CN/hbase/UpgradeMultiZoneCluster.json",
2025-08-20T19:15:57.4599450Z [00:02:03.422]➜  			"zh-CN/hbase/XpackRelateDB.json",
2025-08-20T19:15:57.4600038Z [00:02:03.422]➜  			"zh-CN/hbase/version.json",
2025-08-20T19:15:57.4600639Z [00:02:03.422]➜  			"zh-CN/httpdns/AddDomain.json",
2025-08-20T19:15:57.4601303Z [00:02:03.422]➜  			"zh-CN/httpdns/DeleteDomain.json",
2025-08-20T19:15:57.4601998Z [00:02:03.422]➜  			"zh-CN/httpdns/DescribeDomains.json",
2025-08-20T19:15:57.4602816Z [00:02:03.422]➜  			"zh-CN/httpdns/GetAccountInfo.json",
2025-08-20T19:15:57.4603506Z [00:02:03.422]➜  			"zh-CN/httpdns/GetResolveCountSummary.json",
2025-08-20T19:15:57.4604231Z [00:02:03.422]➜  			"zh-CN/httpdns/GetResolveStatistics.json",
2025-08-20T19:15:57.4605063Z [00:02:03.422]➜  			"zh-CN/httpdns/ListDomains.json",
2025-08-20T19:15:57.4605670Z [00:02:03.422]➜  			"zh-CN/httpdns/version.json",
2025-08-20T19:15:57.4606293Z [00:02:03.422]➜  			"zh-CN/imageaudit/ScanImage.json",
2025-08-20T19:15:57.4606918Z [00:02:03.422]➜  			"zh-CN/imageaudit/ScanText.json",
2025-08-20T19:15:57.4607564Z [00:02:03.422]➜  			"zh-CN/imageaudit/version.json",
2025-08-20T19:15:57.4608239Z [00:02:03.422]➜  			"zh-CN/imageenhan/AssessComposition.json",
2025-08-20T19:15:57.4608939Z [00:02:03.422]➜  			"zh-CN/imageenhan/AssessExposure.json",
2025-08-20T19:15:57.4609629Z [00:02:03.422]➜  			"zh-CN/imageenhan/AssessSharpness.json",
2025-08-20T19:15:57.4610300Z [00:02:03.422]➜  			"zh-CN/imageenhan/ChangeImageSize.json",
2025-08-20T19:15:57.4610971Z [00:02:03.422]➜  			"zh-CN/imageenhan/ColorizeImage.json",
2025-08-20T19:15:57.4611648Z [00:02:03.422]➜  			"zh-CN/imageenhan/EnhanceImageColor.json",
2025-08-20T19:15:57.4612332Z [00:02:03.422]➜  			"zh-CN/imageenhan/ErasePerson.json",
2025-08-20T19:15:57.4613207Z [00:02:03.422]➜  			"zh-CN/imageenhan/ExtendImageStyle.json",
2025-08-20T19:15:57.4614000Z [00:02:03.422]➜  			"zh-CN/imageenhan/GenerateCartoonizedImage.json",
2025-08-20T19:15:57.4614832Z [00:02:03.422]➜  			"zh-CN/imageenhan/GenerateDynamicImage.json",
2025-08-20T19:15:57.4615867Z [00:02:03.422]➜  			"zh-CN/imageenhan/GenerateImageWithText.json",
2025-08-20T19:15:57.4616727Z [00:02:03.422]➜  			"zh-CN/imageenhan/GenerateImageWithTextAndImage.json",
2025-08-20T19:15:57.4617625Z [00:02:03.422]➜  			"zh-CN/imageenhan/GenerateSuperResolutionImage.json",
2025-08-20T19:15:57.4618484Z [00:02:03.422]➜  			"zh-CN/imageenhan/GetAsyncJobResult.json",
2025-08-20T19:15:57.4619284Z [00:02:03.422]➜  			"zh-CN/imageenhan/ImageBlindCharacterWatermark.json",
2025-08-20T19:15:57.4620315Z [00:02:03.422]➜  			"zh-CN/imageenhan/ImageBlindPicWatermark.json",
2025-08-20T19:15:57.4621135Z [00:02:03.422]➜  			"zh-CN/imageenhan/ImitatePhotoStyle.json",
2025-08-20T19:15:57.4621915Z [00:02:03.422]➜  			"zh-CN/imageenhan/IntelligentComposition.json",
2025-08-20T19:15:57.4622880Z [00:02:03.422]➜  			"zh-CN/imageenhan/MakeSuperResolutionImage.json",
2025-08-20T19:15:57.4623651Z [00:02:03.422]➜  			"zh-CN/imageenhan/RecolorHDImage.json",
2025-08-20T19:15:57.4624325Z [00:02:03.422]➜  			"zh-CN/imageenhan/RecolorImage.json",
2025-08-20T19:15:57.4625176Z [00:02:03.422]➜  			"zh-CN/imageenhan/RemoveImageSubtitles.json",
2025-08-20T19:15:57.4625947Z [00:02:03.422]➜  			"zh-CN/imageenhan/RemoveImageWatermark.json",
2025-08-20T19:15:57.4626632Z [00:02:03.422]➜  			"zh-CN/imageenhan/version.json",
2025-08-20T19:15:57.4627328Z [00:02:03.422]➜  			"zh-CN/imagerecog/ClassifyingRubbish.json",
2025-08-20T19:15:57.4628064Z [00:02:03.422]➜  			"zh-CN/imagerecog/DetectImageElements.json",
2025-08-20T19:15:57.4628860Z [00:02:03.422]➜  			"zh-CN/imagerecog/EvaluateCertificateQuality.json",
2025-08-20T19:15:57.4629620Z [00:02:03.422]➜  			"zh-CN/imagerecog/GetAsyncJobResult.json",
2025-08-20T19:15:57.4630334Z [00:02:03.422]➜  			"zh-CN/imagerecog/RecognizeFood.json",
2025-08-20T19:15:57.4631058Z [00:02:03.422]➜  			"zh-CN/imagerecog/RecognizeImageColor.json",
2025-08-20T19:15:57.4631810Z [00:02:03.422]➜  			"zh-CN/imagerecog/RecognizeImageStyle.json",
2025-08-20T19:15:57.4632643Z [00:02:03.422]➜  			"zh-CN/imagerecog/RecognizeScene.json",
2025-08-20T19:15:57.4633387Z [00:02:03.422]➜  			"zh-CN/imagerecog/TaggingAdImage.json",
2025-08-20T19:15:57.4634099Z [00:02:03.422]➜  			"zh-CN/imagerecog/TaggingImage.json",
2025-08-20T19:15:57.4634764Z [00:02:03.422]➜  			"zh-CN/imagerecog/version.json",
2025-08-20T19:15:57.4635408Z [00:02:03.422]➜  			"zh-CN/imageseg/ChangeSky.json",
2025-08-20T19:15:57.4636099Z [00:02:03.422]➜  			"zh-CN/imageseg/GetAsyncJobResult.json",
2025-08-20T19:15:57.4636792Z [00:02:03.422]➜  			"zh-CN/imageseg/ParseFace.json",
2025-08-20T19:15:57.4637450Z [00:02:03.422]➜  			"zh-CN/imageseg/RefineMask.json",
2025-08-20T19:15:57.4638121Z [00:02:03.422]➜  			"zh-CN/imageseg/SegmentBody.json",
2025-08-20T19:15:57.4638965Z [00:02:03.422]➜  			"zh-CN/imageseg/SegmentCloth.json",
2025-08-20T19:15:57.4639667Z [00:02:03.422]➜  			"zh-CN/imageseg/SegmentCommodity.json",
2025-08-20T19:15:57.4640363Z [00:02:03.422]➜  			"zh-CN/imageseg/SegmentCommonImage.json",
2025-08-20T19:15:57.4641027Z [00:02:03.422]➜  			"zh-CN/imageseg/SegmentFood.json",
2025-08-20T19:15:57.4641875Z [00:02:03.422]➜  			"zh-CN/imageseg/SegmentHDBody.json",
2025-08-20T19:15:57.4642789Z [00:02:03.422]➜  			"zh-CN/imageseg/SegmentHDCommonImage.json",
2025-08-20T19:15:57.4643488Z [00:02:03.422]➜  			"zh-CN/imageseg/SegmentHDSky.json",
2025-08-20T19:15:57.4644125Z [00:02:03.422]➜  			"zh-CN/imageseg/SegmentHair.json",
2025-08-20T19:15:57.4644768Z [00:02:03.422]➜  			"zh-CN/imageseg/SegmentHead.json",
2025-08-20T19:15:57.4645433Z [00:02:03.422]➜  			"zh-CN/imageseg/SegmentScene.json",
2025-08-20T19:15:57.4646091Z [00:02:03.423]➜  			"zh-CN/imageseg/SegmentSkin.json",
2025-08-20T19:15:57.4646735Z [00:02:03.423]➜  			"zh-CN/imageseg/SegmentSky.json",
2025-08-20T19:15:57.4647373Z [00:02:03.423]➜  			"zh-CN/imageseg/version.json",
2025-08-20T19:15:57.4648064Z [00:02:03.423]➜  			"zh-CN/ims/AddClientIdToOIDCProvider.json",
2025-08-20T19:15:57.4648848Z [00:02:03.423]➜  			"zh-CN/ims/AddFingerprintToOIDCProvider.json",
2025-08-20T19:15:57.4649592Z [00:02:03.423]➜  			"zh-CN/ims/AddUserToGroup.json",
2025-08-20T19:15:57.4650251Z [00:02:03.423]➜  			"zh-CN/ims/BindMFADevice.json",
2025-08-20T19:15:57.4650896Z [00:02:03.423]➜  			"zh-CN/ims/ChangePassword.json",
2025-08-20T19:15:57.4651542Z [00:02:03.423]➜  			"zh-CN/ims/CreateAccessKey.json",
2025-08-20T19:15:57.4652184Z [00:02:03.423]➜  			"zh-CN/ims/CreateAppSecret.json",
2025-08-20T19:15:57.4667896Z [00:02:03.423]➜  			"zh-CN/ims/CreateApplication.json",
2025-08-20T19:15:57.4668599Z [00:02:03.423]➜  			"zh-CN/ims/CreateGroup.json",
2025-08-20T19:15:57.4669470Z [00:02:03.423]➜  			"zh-CN/ims/CreateLoginProfile.json",
2025-08-20T19:15:57.4670218Z [00:02:03.423]➜  			"zh-CN/ims/CreateOIDCProvider.json",
2025-08-20T19:15:57.4670916Z [00:02:03.423]➜  			"zh-CN/ims/CreateSAMLProvider.json",
2025-08-20T19:15:57.4671555Z [00:02:03.423]➜  			"zh-CN/ims/CreateUser.json",
2025-08-20T19:15:57.4672210Z [00:02:03.423]➜  			"zh-CN/ims/CreateVirtualMFADevice.json",
2025-08-20T19:15:57.4673051Z [00:02:03.423]➜  			"zh-CN/ims/DeleteAccessKey.json",
2025-08-20T19:15:57.4673837Z [00:02:03.423]➜  			"zh-CN/ims/DeleteAppSecret.json",
2025-08-20T19:15:57.4674514Z [00:02:03.423]➜  			"zh-CN/ims/DeleteApplication.json",
2025-08-20T19:15:57.4675129Z [00:02:03.423]➜  			"zh-CN/ims/DeleteGroup.json",
2025-08-20T19:15:57.4675760Z [00:02:03.423]➜  			"zh-CN/ims/DeleteLoginProfile.json",
2025-08-20T19:15:57.4676405Z [00:02:03.423]➜  			"zh-CN/ims/DeleteOIDCProvider.json",
2025-08-20T19:15:57.4677025Z [00:02:03.423]➜  			"zh-CN/ims/DeleteSAMLProvider.json",
2025-08-20T19:15:57.4677666Z [00:02:03.423]➜  			"zh-CN/ims/DeleteUser.json",
2025-08-20T19:15:57.4678346Z [00:02:03.423]➜  			"zh-CN/ims/DeleteVirtualMFADevice.json",
2025-08-20T19:15:57.4679086Z [00:02:03.423]➜  			"zh-CN/ims/DisableVirtualMFA.json",
2025-08-20T19:15:57.4679793Z [00:02:03.423]➜  			"zh-CN/ims/GenerateCredentialReport.json",
2025-08-20T19:15:57.4680533Z [00:02:03.423]➜  			"zh-CN/ims/GetAccessKeyLastUsed.json",
2025-08-20T19:15:57.4681217Z [00:02:03.423]➜  			"zh-CN/ims/GetAccountMFAInfo.json",
2025-08-20T19:15:57.4681995Z [00:02:03.423]➜  			"zh-CN/ims/GetAccountSecurityPracticeReport.json",
2025-08-20T19:15:57.4683153Z [00:02:03.423]➜  			"zh-CN/ims/GetAccountSummary.json",
2025-08-20T19:15:57.4683825Z [00:02:03.423]➜  			"zh-CN/ims/GetAppSecret.json",
2025-08-20T19:15:57.4684487Z [00:02:03.423]➜  			"zh-CN/ims/GetApplication.json",
2025-08-20T19:15:57.4685204Z [00:02:03.423]➜  			"zh-CN/ims/GetCredentialReport.json",
2025-08-20T19:15:57.4685918Z [00:02:03.423]➜  			"zh-CN/ims/GetDefaultDomain.json",
2025-08-20T19:15:57.4686643Z [00:02:03.423]➜  			"zh-CN/ims/GetGroup.json",
2025-08-20T19:15:57.4687290Z [00:02:03.423]➜  			"zh-CN/ims/GetLoginProfile.json",
2025-08-20T19:15:57.4688143Z [00:02:03.423]➜  			"zh-CN/ims/GetOIDCProvider.json",
2025-08-20T19:15:57.4688788Z [00:02:03.423]➜  			"zh-CN/ims/GetPasswordPolicy.json",
2025-08-20T19:15:57.4689444Z [00:02:03.423]➜  			"zh-CN/ims/GetSAMLProvider.json",
2025-08-20T19:15:57.4690106Z [00:02:03.423]➜  			"zh-CN/ims/GetSecurityPreference.json",
2025-08-20T19:15:57.4690982Z [00:02:03.423]➜  			"zh-CN/ims/GetUser.json",
2025-08-20T19:15:57.4691603Z [00:02:03.423]➜  			"zh-CN/ims/GetUserMFAInfo.json",
2025-08-20T19:15:57.4692248Z [00:02:03.423]➜  			"zh-CN/ims/GetUserSsoSettings.json",
2025-08-20T19:15:57.4693093Z [00:02:03.423]➜  			"zh-CN/ims/ListAccessKeys.json",
2025-08-20T19:15:57.4693722Z [00:02:03.423]➜  			"zh-CN/ims/ListAppSecretIds.json",
2025-08-20T19:15:57.4694336Z [00:02:03.423]➜  			"zh-CN/ims/ListApplications.json",
2025-08-20T19:15:57.4694916Z [00:02:03.423]➜  			"zh-CN/ims/ListGroups.json",
2025-08-20T19:15:57.4695520Z [00:02:03.423]➜  			"zh-CN/ims/ListGroupsForUser.json",
2025-08-20T19:15:57.4696137Z [00:02:03.423]➜  			"zh-CN/ims/ListOIDCProviders.json",
2025-08-20T19:15:57.4696757Z [00:02:03.423]➜  			"zh-CN/ims/ListPredefinedScopes.json",
2025-08-20T19:15:57.4697396Z [00:02:03.423]➜  			"zh-CN/ims/ListSAMLProviders.json",
2025-08-20T19:15:57.4698038Z [00:02:03.423]➜  			"zh-CN/ims/ListTagResources.json",
2025-08-20T19:15:57.4698689Z [00:02:03.423]➜  			"zh-CN/ims/ListUserBasicInfos.json",
2025-08-20T19:15:57.4699282Z [00:02:03.423]➜  			"zh-CN/ims/ListUsers.json",
2025-08-20T19:15:57.4699850Z [00:02:03.423]➜  			"zh-CN/ims/ListUsersForGroup.json",
2025-08-20T19:15:57.4700469Z [00:02:03.423]➜  			"zh-CN/ims/ListVirtualMFADevices.json",
2025-08-20T19:15:57.4701169Z [00:02:03.423]➜  			"zh-CN/ims/RemoveClientIdFromOIDCProvider.json",
2025-08-20T19:15:57.4702063Z [00:02:03.423]➜  			"zh-CN/ims/RemoveFingerprintFromOIDCProvider.json",
2025-08-20T19:15:57.4703471Z [00:02:03.423]➜  			"zh-CN/ims/RemoveUserFromGroup.json",
2025-08-20T19:15:57.4704224Z [00:02:03.423]➜  			"zh-CN/ims/SetDefaultDomain.json",
2025-08-20T19:15:57.4704879Z [00:02:03.423]➜  			"zh-CN/ims/SetPasswordPolicy.json",
2025-08-20T19:15:57.4705531Z [00:02:03.423]➜  			"zh-CN/ims/SetSecurityPreference.json",
2025-08-20T19:15:57.4706180Z [00:02:03.423]➜  			"zh-CN/ims/SetUserSsoSettings.json",
2025-08-20T19:15:57.4706801Z [00:02:03.423]➜  			"zh-CN/ims/TagResources.json",
2025-08-20T19:15:57.4707545Z [00:02:03.423]➜  			"zh-CN/ims/UnbindMFADevice.json",
2025-08-20T19:15:57.4708166Z [00:02:03.423]➜  			"zh-CN/ims/UntagResources.json",
2025-08-20T19:15:57.4708772Z [00:02:03.423]➜  			"zh-CN/ims/UpdateAccessKey.json",
2025-08-20T19:15:57.4709390Z [00:02:03.423]➜  			"zh-CN/ims/UpdateApplication.json",
2025-08-20T19:15:57.4709993Z [00:02:03.423]➜  			"zh-CN/ims/UpdateGroup.json",
2025-08-20T19:15:57.4710600Z [00:02:03.423]➜  			"zh-CN/ims/UpdateLoginProfile.json",
2025-08-20T19:15:57.4711268Z [00:02:03.423]➜  			"zh-CN/ims/UpdateOIDCProvider.json",
2025-08-20T19:15:57.4711904Z [00:02:03.423]➜  			"zh-CN/ims/UpdateSAMLProvider.json",
2025-08-20T19:15:57.4712707Z [00:02:03.423]➜  			"zh-CN/ims/UpdateUser.json",
2025-08-20T19:15:57.4713391Z [00:02:03.423]➜  			"zh-CN/ims/version.json",
2025-08-20T19:15:57.4714006Z [00:02:03.423]➜  			"zh-CN/iot/AddDataForApiSource.json",
2025-08-20T19:15:57.4714681Z [00:02:03.423]➜  			"zh-CN/iot/AddDeviceToSharePromotion.json",
2025-08-20T19:15:57.4715356Z [00:02:03.423]➜  			"zh-CN/iot/AddPowerStation.json",
2025-08-20T19:15:57.4715986Z [00:02:03.423]➜  			"zh-CN/iot/AddShareTaskDevice.json",
2025-08-20T19:15:57.4716562Z [00:02:03.423]➜  			"zh-CN/iot/AsyncRRpc.json",
2025-08-20T19:15:57.4717173Z [00:02:03.423]➜  			"zh-CN/iot/AttachDestination.json",
2025-08-20T19:15:57.4717861Z [00:02:03.423]➜  			"zh-CN/iot/AttachParserDataSource.json",
2025-08-20T19:15:57.4718579Z [00:02:03.423]➜  			"zh-CN/iot/BatchAddDataForApiSource.json",
2025-08-20T19:15:57.4719395Z [00:02:03.423]➜  			"zh-CN/iot/BatchAddDeviceGroupRelations.json",
2025-08-20T19:15:57.4720119Z [00:02:03.423]➜  			"zh-CN/iot/BatchAddThingTopo.json",
2025-08-20T19:15:57.4721125Z [00:02:03.423]➜  			"zh-CN/iot/BatchBindDeviceToEdgeInstanceWithDriver.json",
2025-08-20T19:15:57.4722005Z [00:02:03.423]➜  			"zh-CN/iot/BatchBindDevicesIntoProject.json",
2025-08-20T19:15:57.4723047Z [00:02:03.423]➜  			"zh-CN/iot/BatchBindProductsIntoProject.json",
2025-08-20T19:15:57.4723814Z [00:02:03.423]➜  			"zh-CN/iot/BatchCheckDeviceNames.json",
2025-08-20T19:15:57.4724700Z [00:02:03.423]➜  			"zh-CN/iot/BatchCheckImportDevice.json",
2025-08-20T19:15:57.4725426Z [00:02:03.423]➜  			"zh-CN/iot/BatchCheckVehicleDevice.json",
2025-08-20T19:15:57.4726230Z [00:02:03.423]➜  			"zh-CN/iot/BatchClearEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:57.4727019Z [00:02:03.423]➜  			"zh-CN/iot/BatchCreateSoundCodeLabel.json",
2025-08-20T19:15:57.4727804Z [00:02:03.423]➜  			"zh-CN/iot/BatchCreateSoundCodeLabelWithLabels.json",
2025-08-20T19:15:57.4728656Z [00:02:03.423]➜  			"zh-CN/iot/BatchDeleteDeviceGroupRelations.json",
2025-08-20T19:15:57.4729450Z [00:02:03.423]➜  			"zh-CN/iot/BatchDeleteEdgeInstanceChannel.json",
2025-08-20T19:15:57.4730476Z [00:02:03.423]➜  			"zh-CN/iot/BatchGetDeviceBindStatus.json",
2025-08-20T19:15:57.4731191Z [00:02:03.423]➜  			"zh-CN/iot/BatchGetDeviceState.json",
2025-08-20T19:15:57.4731867Z [00:02:03.423]➜  			"zh-CN/iot/BatchGetEdgeDriver.json",
2025-08-20T19:15:57.4732781Z [00:02:03.423]➜  			"zh-CN/iot/BatchGetEdgeInstanceChannel.json",
2025-08-20T19:15:57.4733598Z [00:02:03.423]➜  			"zh-CN/iot/BatchGetEdgeInstanceDeviceChannel.json",
2025-08-20T19:15:57.4734425Z [00:02:03.423]➜  			"zh-CN/iot/BatchGetEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:57.4735261Z [00:02:03.423]➜  			"zh-CN/iot/BatchGetEdgeInstanceDeviceDriver.json",
2025-08-20T19:15:57.4736094Z [00:02:03.423]➜  			"zh-CN/iot/BatchGetEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:57.4737028Z [00:02:03.423]➜  			"zh-CN/iot/BatchGrayMigrationDevice.json",
2025-08-20T19:15:57.4737759Z [00:02:03.423]➜  			"zh-CN/iot/BatchImportDevice.json",
2025-08-20T19:15:57.4738525Z [00:02:03.423]➜  			"zh-CN/iot/BatchImportVehicleDevice.json",
2025-08-20T19:15:57.4739187Z [00:02:03.423]➜  			"zh-CN/iot/BatchPub.json",
2025-08-20T19:15:57.4739814Z [00:02:03.423]➜  			"zh-CN/iot/BatchQueryDeviceDetail.json",
2025-08-20T19:15:57.4740478Z [00:02:03.423]➜  			"zh-CN/iot/BatchRegisterDevice.json",
2025-08-20T19:15:57.4741325Z [00:02:03.423]➜  			"zh-CN/iot/BatchRegisterDeviceWithApplyId.json",
2025-08-20T19:15:57.4742163Z [00:02:03.423]➜  			"zh-CN/iot/BatchSetEdgeInstanceDeviceChannel.json",
2025-08-20T19:15:57.4743170Z [00:02:03.423]➜  			"zh-CN/iot/BatchSetEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:57.4744049Z [00:02:03.423]➜  			"zh-CN/iot/BatchUnbindDeviceFromEdgeInstance.json",
2025-08-20T19:15:57.4744843Z [00:02:03.423]➜  			"zh-CN/iot/BatchUnbindProjectDevices.json",
2025-08-20T19:15:57.4745589Z [00:02:03.423]➜  			"zh-CN/iot/BatchUnbindProjectProducts.json",
2025-08-20T19:15:57.4746360Z [00:02:03.423]➜  			"zh-CN/iot/BatchUpdateDeviceNickname.json",
2025-08-20T19:15:57.4747123Z [00:02:03.423]➜  			"zh-CN/iot/BindApplicationToEdgeInstance.json",
2025-08-20T19:15:57.4747885Z [00:02:03.423]➜  			"zh-CN/iot/BindDriverToEdgeInstance.json",
2025-08-20T19:15:57.4748614Z [00:02:03.423]➜  			"zh-CN/iot/BindGatewayToEdgeInstance.json",
2025-08-20T19:15:57.4749298Z [00:02:03.423]➜  			"zh-CN/iot/BindLicenseDevice.json",
2025-08-20T19:15:57.4750000Z [00:02:03.423]➜  			"zh-CN/iot/BindLicenseProduct.json",
2025-08-20T19:15:57.4750678Z [00:02:03.423]➜  			"zh-CN/iot/BindRoleToEdgeInstance.json",
2025-08-20T19:15:57.4751399Z [00:02:03.423]➜  			"zh-CN/iot/BindSceneRuleToEdgeInstance.json",
2025-08-20T19:15:57.4752063Z [00:02:03.423]➜  			"zh-CN/iot/CancelJob.json",
2025-08-20T19:15:57.4752917Z [00:02:03.423]➜  			"zh-CN/iot/CancelOTAStrategyByJob.json",
2025-08-20T19:15:57.4753594Z [00:02:03.423]➜  			"zh-CN/iot/CancelOTATaskByDevice.json",
2025-08-20T19:15:57.4754276Z [00:02:03.423]➜  			"zh-CN/iot/CancelOTATaskByJob.json",
2025-08-20T19:15:57.4754939Z [00:02:03.423]➜  			"zh-CN/iot/CancelReleaseProduct.json",
2025-08-20T19:15:57.4755836Z [00:02:03.423]➜  			"zh-CN/iot/CheckBindLicenseDeviceProgress.json",
2025-08-20T19:15:57.4756604Z [00:02:03.423]➜  			"zh-CN/iot/ClearDeviceDesiredProperty.json",
2025-08-20T19:15:57.4757367Z [00:02:03.423]➜  			"zh-CN/iot/ClearEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:57.4758066Z [00:02:03.423]➜  			"zh-CN/iot/CloseDeviceTunnel.json",
2025-08-20T19:15:57.4758964Z [00:02:03.423]➜  			"zh-CN/iot/CloseEdgeInstanceDeployment.json",
2025-08-20T19:15:57.4759667Z [00:02:03.423]➜  			"zh-CN/iot/ConfirmOTATask.json",
2025-08-20T19:15:57.4760292Z [00:02:03.423]➜  			"zh-CN/iot/CopyThingModel.json",
2025-08-20T19:15:57.4760935Z [00:02:03.423]➜  			"zh-CN/iot/CopyThingModelAsync.json",
2025-08-20T19:15:57.4761622Z [00:02:03.423]➜  			"zh-CN/iot/CountSpeechBroadcastHour.json",
2025-08-20T19:15:57.4762350Z [00:02:03.423]➜  			"zh-CN/iot/CreateConsumerGroup.json",
2025-08-20T19:15:57.4763410Z [00:02:03.423]➜  			"zh-CN/iot/CreateConsumerGroupSubscribeRelation.json",
2025-08-20T19:15:57.4764219Z [00:02:03.423]➜  			"zh-CN/iot/CreateDataAPIService.json",
2025-08-20T19:15:57.4764884Z [00:02:03.423]➜  			"zh-CN/iot/CreateDataSourceItem.json",
2025-08-20T19:15:57.4765539Z [00:02:03.423]➜  			"zh-CN/iot/CreateDestination.json",
2025-08-20T19:15:57.4766243Z [00:02:03.423]➜  			"zh-CN/iot/CreateDeviceDistributeJob.json",
2025-08-20T19:15:57.4766992Z [00:02:03.423]➜  			"zh-CN/iot/CreateDeviceDynamicGroup.json",
2025-08-20T19:15:57.4767690Z [00:02:03.423]➜  			"zh-CN/iot/CreateDeviceGroup.json",
2025-08-20T19:15:57.4768339Z [00:02:03.423]➜  			"zh-CN/iot/CreateDeviceTunnel.json",
2025-08-20T19:15:57.4769030Z [00:02:03.423]➜  			"zh-CN/iot/CreateDownloadDataJob.json",
2025-08-20T19:15:57.4769723Z [00:02:03.423]➜  			"zh-CN/iot/CreateEdgeDriver.json",
2025-08-20T19:15:57.4770426Z [00:02:03.423]➜  			"zh-CN/iot/CreateEdgeDriverVersion.json",
2025-08-20T19:15:57.4771287Z [00:02:03.423]➜  			"zh-CN/iot/CreateEdgeInstance.json",
2025-08-20T19:15:57.4771955Z [00:02:03.423]➜  			"zh-CN/iot/CreateEdgeInstanceChannel.json",
2025-08-20T19:15:57.4772935Z [00:02:03.423]➜  			"zh-CN/iot/CreateEdgeInstanceDeployment.json",
2025-08-20T19:15:57.4773739Z [00:02:03.423]➜  			"zh-CN/iot/CreateEdgeInstanceMessageRouting.json",
2025-08-20T19:15:57.4774510Z [00:02:03.423]➜  			"zh-CN/iot/CreateEdgeOssPreSignedAddress.json",
2025-08-20T19:15:57.4775270Z [00:02:03.423]➜  			"zh-CN/iot/CreateJob.json",
2025-08-20T19:15:57.4775877Z [00:02:03.423]➜  			"zh-CN/iot/CreateLoRaNodesTask.json",
2025-08-20T19:15:57.4776528Z [00:02:03.423]➜  			"zh-CN/iot/CreateOTADynamicUpgradeJob.json",
2025-08-20T19:15:57.4777155Z [00:02:03.423]➜  			"zh-CN/iot/CreateOTAFirmware.json",
2025-08-20T19:15:57.4777745Z [00:02:03.423]➜  			"zh-CN/iot/CreateOTAModule.json",
2025-08-20T19:15:57.4778385Z [00:02:03.423]➜  			"zh-CN/iot/CreateOTAStaticUpgradeJob.json",
2025-08-20T19:15:57.4779020Z [00:02:03.423]➜  			"zh-CN/iot/CreateOTAVerifyJob.json",
2025-08-20T19:15:57.4779622Z [00:02:03.423]➜  			"zh-CN/iot/CreateParser.json",
2025-08-20T19:15:57.4780259Z [00:02:03.423]➜  			"zh-CN/iot/CreateParserDataSource.json",
2025-08-20T19:15:57.4780889Z [00:02:03.423]➜  			"zh-CN/iot/CreateProduct.json",
2025-08-20T19:15:57.4781618Z [00:02:03.423]➜  			"zh-CN/iot/CreateProductDistributeJob.json",
2025-08-20T19:15:57.4782352Z [00:02:03.423]➜  			"zh-CN/iot/CreateProductTags.json",
2025-08-20T19:15:57.4787552Z [00:02:03.423]➜  			"zh-CN/iot/CreateProductTopic.json",
2025-08-20T19:15:57.4787844Z [00:02:03.423]➜  			"zh-CN/iot/CreateRule.json",
2025-08-20T19:15:57.4788127Z [00:02:03.423]➜  			"zh-CN/iot/CreateRuleAction.json",
2025-08-20T19:15:57.4788399Z [00:02:03.423]➜  			"zh-CN/iot/CreateSceneRule.json",
2025-08-20T19:15:57.4788697Z [00:02:03.423]➜  			"zh-CN/iot/CreateSchedulePeriod.json",
2025-08-20T19:15:57.4789030Z [00:02:03.423]➜  			"zh-CN/iot/CreateSharePromotionActivity.json",
2025-08-20T19:15:57.4789396Z [00:02:03.423]➜  			"zh-CN/iot/CreateSharePromotionSpeechModel.json",
2025-08-20T19:15:57.4789685Z [00:02:03.423]➜  			"zh-CN/iot/CreateSoundCode.json",
2025-08-20T19:15:57.4790150Z [00:02:03.423]➜  			"zh-CN/iot/CreateSoundCodeLabel.json",
2025-08-20T19:15:57.4790449Z [00:02:03.423]➜  			"zh-CN/iot/CreateSoundCodeSchedule.json",
2025-08-20T19:15:57.4790719Z [00:02:03.423]➜  			"zh-CN/iot/CreateSpeech.json",
2025-08-20T19:15:57.4791056Z [00:02:03.423]➜  			"zh-CN/iot/CreateStudioAppDomainOpen.json",
2025-08-20T19:15:57.4791518Z [00:02:03.423]➜  			"zh-CN/iot/CreateSubscribeRelation.json",
2025-08-20T19:15:57.4791794Z [00:02:03.423]➜  			"zh-CN/iot/CreateThingModel.json",
2025-08-20T19:15:57.4792090Z [00:02:03.423]➜  			"zh-CN/iot/CreateThingScript.json",
2025-08-20T19:15:57.4792537Z [00:02:03.423]➜  			"zh-CN/iot/CreateTopicConfig.json",
2025-08-20T19:15:57.4792831Z [00:02:03.423]➜  			"zh-CN/iot/CreateTopicRouteTable.json",
2025-08-20T19:15:57.4793119Z [00:02:03.423]➜  			"zh-CN/iot/DeleteClientIds.json",
2025-08-20T19:15:57.4793510Z [00:02:03.423]➜  			"zh-CN/iot/DeleteConsumerGroup.json",
2025-08-20T19:15:57.4793922Z [00:02:03.423]➜  			"zh-CN/iot/DeleteConsumerGroupSubscribeRelation.json",
2025-08-20T19:15:57.4794242Z [00:02:03.424]➜  			"zh-CN/iot/DeleteDataSourceItem.json",
2025-08-20T19:15:57.4794534Z [00:02:03.424]➜  			"zh-CN/iot/DeleteDestination.json",
2025-08-20T19:15:57.4794821Z [00:02:03.424]➜  			"zh-CN/iot/DeleteDevice.json",
2025-08-20T19:15:57.4795174Z [00:02:03.424]➜  			"zh-CN/iot/DeleteDeviceDistributeJob.json",
2025-08-20T19:15:57.4795554Z [00:02:03.424]➜  			"zh-CN/iot/DeleteDeviceDynamicGroup.json",
2025-08-20T19:15:57.4795853Z [00:02:03.424]➜  			"zh-CN/iot/DeleteDeviceFile.json",
2025-08-20T19:15:57.4796141Z [00:02:03.424]➜  			"zh-CN/iot/DeleteDeviceGroup.json",
2025-08-20T19:15:57.4796421Z [00:02:03.424]➜  			"zh-CN/iot/DeleteDeviceProp.json",
2025-08-20T19:15:57.4796734Z [00:02:03.424]➜  			"zh-CN/iot/DeleteDeviceSpeech.json",
2025-08-20T19:15:57.4797028Z [00:02:03.424]➜  			"zh-CN/iot/DeleteDeviceTunnel.json",
2025-08-20T19:15:57.4797300Z [00:02:03.424]➜  			"zh-CN/iot/DeleteEdgeDriver.json",
2025-08-20T19:15:57.4797607Z [00:02:03.424]➜  			"zh-CN/iot/DeleteEdgeDriverVersion.json",
2025-08-20T19:15:57.4797907Z [00:02:03.424]➜  			"zh-CN/iot/DeleteEdgeInstance.json",
2025-08-20T19:15:57.4798299Z [00:02:03.424]➜  			"zh-CN/iot/DeleteEdgeInstanceMessageRouting.json",
2025-08-20T19:15:57.4798591Z [00:02:03.424]➜  			"zh-CN/iot/DeleteJob.json",
2025-08-20T19:15:57.4799014Z [00:02:03.424]➜  			"zh-CN/iot/DeleteOTAFirmware.json",
2025-08-20T19:15:57.4799331Z [00:02:03.424]➜  			"zh-CN/iot/DeleteOTAModule.json",
2025-08-20T19:15:57.4799590Z [00:02:03.424]➜  			"zh-CN/iot/DeleteParser.json",
2025-08-20T19:15:57.4799917Z [00:02:03.424]➜  			"zh-CN/iot/DeleteParserDataSource.json",
2025-08-20T19:15:57.4800220Z [00:02:03.424]➜  			"zh-CN/iot/DeletePowerStation.json",
2025-08-20T19:15:57.4800499Z [00:02:03.424]➜  			"zh-CN/iot/DeleteProduct.json",
2025-08-20T19:15:57.4800801Z [00:02:03.424]➜  			"zh-CN/iot/DeleteProductTags.json",
2025-08-20T19:15:57.4801106Z [00:02:03.424]➜  			"zh-CN/iot/DeleteProductTopic.json",
2025-08-20T19:15:57.4801356Z [00:02:03.424]➜  			"zh-CN/iot/DeleteRule.json",
2025-08-20T19:15:57.4801832Z [00:02:03.424]➜  			"zh-CN/iot/DeleteRuleAction.json",
2025-08-20T19:15:57.4802121Z [00:02:03.424]➜  			"zh-CN/iot/DeleteSceneRule.json",
2025-08-20T19:15:57.4802548Z [00:02:03.424]➜  			"zh-CN/iot/DeleteSchedulePeriod.json",
2025-08-20T19:15:57.4802845Z [00:02:03.424]➜  			"zh-CN/iot/DeleteShareTaskDevice.json",
2025-08-20T19:15:57.4803146Z [00:02:03.424]➜  			"zh-CN/iot/DeleteSoundCode.json",
2025-08-20T19:15:57.4803438Z [00:02:03.424]➜  			"zh-CN/iot/DeleteSoundCodeLabel.json",
2025-08-20T19:15:57.4803753Z [00:02:03.424]➜  			"zh-CN/iot/DeleteSoundCodeSchedule.json",
2025-08-20T19:15:57.4804020Z [00:02:03.424]➜  			"zh-CN/iot/DeleteSpeech.json",
2025-08-20T19:15:57.4804348Z [00:02:03.424]➜  			"zh-CN/iot/DeleteStudioAppDomainOpen.json",
2025-08-20T19:15:57.4804660Z [00:02:03.424]➜  			"zh-CN/iot/DeleteSubscribeRelation.json",
2025-08-20T19:15:57.4804951Z [00:02:03.424]➜  			"zh-CN/iot/DeleteThingModel.json",
2025-08-20T19:15:57.4807526Z [00:02:03.424]➜  			"zh-CN/iot/DeleteTopicConfig.json",
2025-08-20T19:15:57.4807911Z [00:02:03.424]➜  			"zh-CN/iot/DeleteTopicRouteTable.json",
2025-08-20T19:15:57.4808351Z [00:02:03.424]➜  			"zh-CN/iot/DeleteUserDefineTableDataByPrimaryKey.json",
2025-08-20T19:15:57.4808652Z [00:02:03.424]➜  			"zh-CN/iot/DetachDestination.json",
2025-08-20T19:15:57.4808994Z [00:02:03.424]➜  			"zh-CN/iot/DetachParserDataSource.json",
2025-08-20T19:15:57.4809486Z [00:02:03.424]➜  			"zh-CN/iot/DisableDeviceTunnel.json",
2025-08-20T19:15:57.4809810Z [00:02:03.424]➜  			"zh-CN/iot/DisableDeviceTunnelShare.json",
2025-08-20T19:15:57.4810085Z [00:02:03.424]➜  			"zh-CN/iot/DisableSceneRule.json",
2025-08-20T19:15:57.4810358Z [00:02:03.424]➜  			"zh-CN/iot/DisableThing.json",
2025-08-20T19:15:57.4810672Z [00:02:03.424]➜  			"zh-CN/iot/EnableDeviceTunnel.json",
2025-08-20T19:15:57.4811132Z [00:02:03.424]➜  			"zh-CN/iot/EnableDeviceTunnelShare.json",
2025-08-20T19:15:57.4811421Z [00:02:03.424]➜  			"zh-CN/iot/EnableSceneRule.json",
2025-08-20T19:15:57.4811687Z [00:02:03.424]➜  			"zh-CN/iot/EnableThing.json",
2025-08-20T19:15:57.4812004Z [00:02:03.424]➜  			"zh-CN/iot/GenerateDeviceNameListURL.json",
2025-08-20T19:15:57.4812318Z [00:02:03.424]➜  			"zh-CN/iot/GenerateFileUploadURL.json",
2025-08-20T19:15:57.4812856Z [00:02:03.424]➜  			"zh-CN/iot/GenerateOTAUploadURL.json",
2025-08-20T19:15:57.4813212Z [00:02:03.424]➜  			"zh-CN/iot/GetDataAPIServiceDetail.json",
2025-08-20T19:15:57.4813505Z [00:02:03.424]➜  			"zh-CN/iot/GetDestination.json",
2025-08-20T19:15:57.4813797Z [00:02:03.424]➜  			"zh-CN/iot/GetDeviceShadow.json",
2025-08-20T19:15:57.4814091Z [00:02:03.424]➜  			"zh-CN/iot/GetDeviceStatus.json",
2025-08-20T19:15:57.4814453Z [00:02:03.424]➜  			"zh-CN/iot/GetDeviceTunnelShareStatus.json",
2025-08-20T19:15:57.4814783Z [00:02:03.424]➜  			"zh-CN/iot/GetDeviceTunnelStatus.json",
2025-08-20T19:15:57.4815099Z [00:02:03.424]➜  			"zh-CN/iot/GetDownloadFile.json",
2025-08-20T19:15:57.4815415Z [00:02:03.424]➜  			"zh-CN/iot/GetEdgeDriverVersion.json",
2025-08-20T19:15:57.4815721Z [00:02:03.424]➜  			"zh-CN/iot/GetEdgeInstance.json",
2025-08-20T19:15:57.4816071Z [00:02:03.424]➜  			"zh-CN/iot/GetEdgeInstanceDeployment.json",
2025-08-20T19:15:57.4816464Z [00:02:03.424]➜  			"zh-CN/iot/GetEdgeInstanceMessageRouting.json",
2025-08-20T19:15:57.4816796Z [00:02:03.424]➜  			"zh-CN/iot/GetGatewayBySubDevice.json",
2025-08-20T19:15:57.4817259Z [00:02:03.424]➜  			"zh-CN/iot/GetLoraNodesTask.json",
2025-08-20T19:15:57.4817558Z [00:02:03.424]➜  			"zh-CN/iot/GetParser.json",
2025-08-20T19:15:57.4817881Z [00:02:03.424]➜  			"zh-CN/iot/GetParserDataSource.json",
2025-08-20T19:15:57.4818158Z [00:02:03.424]➜  			"zh-CN/iot/GetRule.json",
2025-08-20T19:15:57.4818439Z [00:02:03.424]➜  			"zh-CN/iot/GetRuleAction.json",
2025-08-20T19:15:57.4818724Z [00:02:03.424]➜  			"zh-CN/iot/GetSceneRule.json",
2025-08-20T19:15:57.4819094Z [00:02:03.424]➜  			"zh-CN/iot/GetShareSpeechModelAudio.json",
2025-08-20T19:15:57.4819436Z [00:02:03.424]➜  			"zh-CN/iot/GetShareTaskByDeviceOpen.json",
2025-08-20T19:15:57.4819910Z [00:02:03.424]➜  			"zh-CN/iot/GetSoundCodeAudio.json",
2025-08-20T19:15:57.4820193Z [00:02:03.424]➜  			"zh-CN/iot/GetSoundCodeSchedule.json",
2025-08-20T19:15:57.4820506Z [00:02:03.424]➜  			"zh-CN/iot/GetSpeechDeviceDetail.json",
2025-08-20T19:15:57.4820899Z [00:02:03.424]➜  			"zh-CN/iot/GetSpeechLicenseDeviceStatistics.json",
2025-08-20T19:15:57.4821179Z [00:02:03.424]➜  			"zh-CN/iot/GetSpeechVoice.json",
2025-08-20T19:15:57.4821512Z [00:02:03.424]➜  			"zh-CN/iot/GetStudioAppTokenOpen.json",
2025-08-20T19:15:57.4821844Z [00:02:03.424]➜  			"zh-CN/iot/GetThingModelStatusInner.json",
2025-08-20T19:15:57.4822148Z [00:02:03.424]➜  			"zh-CN/iot/GetThingModelTsl.json",
2025-08-20T19:15:57.4822620Z [00:02:03.424]➜  			"zh-CN/iot/GetThingModelTslPublished.json",
2025-08-20T19:15:57.4822912Z [00:02:03.424]➜  			"zh-CN/iot/GetThingScript.json",
2025-08-20T19:15:57.4823201Z [00:02:03.424]➜  			"zh-CN/iot/GetThingTemplate.json",
2025-08-20T19:15:57.4823479Z [00:02:03.424]➜  			"zh-CN/iot/GetThingTopo.json",
2025-08-20T19:15:57.4823797Z [00:02:03.424]➜  			"zh-CN/iot/GisQueryDeviceLocation.json",
2025-08-20T19:15:57.4824108Z [00:02:03.424]➜  			"zh-CN/iot/GisSearchDeviceTrace.json",
2025-08-20T19:15:57.4824376Z [00:02:03.424]➜  			"zh-CN/iot/ImportDTData.json",
2025-08-20T19:15:57.4824669Z [00:02:03.424]➜  			"zh-CN/iot/ImportDevice.json",
2025-08-20T19:15:57.4825157Z [00:02:03.424]➜  			"zh-CN/iot/ImportThingModelTsl.json",
2025-08-20T19:15:57.4825489Z [00:02:03.424]➜  			"zh-CN/iot/InvokeDataAPIService.json",
2025-08-20T19:15:57.4825790Z [00:02:03.424]➜  			"zh-CN/iot/InvokeThingService.json",
2025-08-20T19:15:57.4826097Z [00:02:03.424]➜  			"zh-CN/iot/InvokeThingsService.json",
2025-08-20T19:15:57.4826394Z [00:02:03.424]➜  			"zh-CN/iot/ListAnalyticsData.json",
2025-08-20T19:15:57.4826825Z [00:02:03.424]➜  			"zh-CN/iot/ListDataSourceItem.json",
2025-08-20T19:15:57.4827141Z [00:02:03.424]➜  			"zh-CN/iot/ListDestination.json",
2025-08-20T19:15:57.4827474Z [00:02:03.424]➜  			"zh-CN/iot/ListDeviceDistributeJob.json",
2025-08-20T19:15:57.4827798Z [00:02:03.424]➜  			"zh-CN/iot/ListDistributedDevice.json",
2025-08-20T19:15:57.4828125Z [00:02:03.424]➜  			"zh-CN/iot/ListDistributedProduct.json",
2025-08-20T19:15:57.4828373Z [00:02:03.424]➜  			"zh-CN/iot/ListJob.json",
2025-08-20T19:15:57.4828676Z [00:02:03.424]➜  			"zh-CN/iot/ListOTAFirmware.json",
2025-08-20T19:15:57.4828977Z [00:02:03.424]➜  			"zh-CN/iot/ListOTAJobByDevice.json",
2025-08-20T19:15:57.4829280Z [00:02:03.424]➜  			"zh-CN/iot/ListOTAJobByFirmware.json",
2025-08-20T19:15:57.4829608Z [00:02:03.424]➜  			"zh-CN/iot/ListOTAModuleByProduct.json",
2025-08-20T19:15:57.4829991Z [00:02:03.424]➜  			"zh-CN/iot/ListOTAModuleVersionsByDevice.json",
2025-08-20T19:15:57.4830291Z [00:02:03.424]➜  			"zh-CN/iot/ListOTATaskByJob.json",
2025-08-20T19:15:57.4830663Z [00:02:03.424]➜  			"zh-CN/iot/ListOTAUnfinishedTaskByDevice.json",
2025-08-20T19:15:57.4830928Z [00:02:03.424]➜  			"zh-CN/iot/ListParser.json",
2025-08-20T19:15:57.4831259Z [00:02:03.424]➜  			"zh-CN/iot/ListParserDataSource.json",
2025-08-20T19:15:57.4831596Z [00:02:03.424]➜  			"zh-CN/iot/ListParserDestination.json",
2025-08-20T19:15:57.4831896Z [00:02:03.424]➜  			"zh-CN/iot/ListPowerStation.json",
2025-08-20T19:15:57.4832195Z [00:02:03.424]➜  			"zh-CN/iot/ListProductByTags.json",
2025-08-20T19:15:57.4832796Z [00:02:03.424]➜  			"zh-CN/iot/ListProductTags.json",
2025-08-20T19:15:57.4833094Z [00:02:03.424]➜  			"zh-CN/iot/ListRule.json",
2025-08-20T19:15:57.4833391Z [00:02:03.424]➜  			"zh-CN/iot/ListRuleActions.json",
2025-08-20T19:15:57.4833666Z [00:02:03.424]➜  			"zh-CN/iot/ListTask.json",
2025-08-20T19:15:57.4833994Z [00:02:03.424]➜  			"zh-CN/iot/ListThingModelVersion.json",
2025-08-20T19:15:57.4834322Z [00:02:03.424]➜  			"zh-CN/iot/ListThingTemplates.json",
2025-08-20T19:15:57.4834613Z [00:02:03.424]➜  			"zh-CN/iot/ModifyOTAFirmware.json",
2025-08-20T19:15:57.4834917Z [00:02:03.424]➜  			"zh-CN/iot/ModifyPowerStation.json",
2025-08-20T19:15:57.4835406Z [00:02:03.424]➜  			"zh-CN/iot/NotifyAddThingTopo.json",
2025-08-20T19:15:57.4835695Z [00:02:03.424]➜  			"zh-CN/iot/OpenIotService.json",
2025-08-20T19:15:57.4836081Z [00:02:03.424]➜  			"zh-CN/iot/PackageSoundCodeLabelBatchAudio.json",
2025-08-20T19:15:57.4836455Z [00:02:03.424]➜  			"zh-CN/iot/PageQuerySharedSpeechOpen.json",
2025-08-20T19:15:57.4836853Z [00:02:03.424]➜  			"zh-CN/iot/PageQuerySpeechBroadcastHour.json",
2025-08-20T19:15:57.4837183Z [00:02:03.424]➜  			"zh-CN/iot/PrintByTemplate.json",
2025-08-20T19:15:57.4837432Z [00:02:03.424]➜  			"zh-CN/iot/Pub.json",
2025-08-20T19:15:57.4837726Z [00:02:03.424]➜  			"zh-CN/iot/PubBroadcast.json",
2025-08-20T19:15:57.4838003Z [00:02:03.424]➜  			"zh-CN/iot/PublishScript.json",
2025-08-20T19:15:57.4838291Z [00:02:03.424]➜  			"zh-CN/iot/PublishStudioApp.json",
2025-08-20T19:15:57.4838607Z [00:02:03.424]➜  			"zh-CN/iot/PublishThingModel.json",
2025-08-20T19:15:57.4838945Z [00:02:03.424]➜  			"zh-CN/iot/PublishThingModelAsync.json",
2025-08-20T19:15:57.4839327Z [00:02:03.424]➜  			"zh-CN/iot/PublishThingModelAsyncInner.json",
2025-08-20T19:15:57.4839620Z [00:02:03.424]➜  			"zh-CN/iot/PushSpeech.json",
2025-08-20T19:15:57.4840013Z [00:02:03.424]➜  			"zh-CN/iot/QueryBatchRegisterDeviceStatus.json",
2025-08-20T19:15:57.4840345Z [00:02:03.424]➜  			"zh-CN/iot/QueryCertUrlByApplyId.json",
2025-08-20T19:15:57.4840805Z [00:02:03.424]➜  			"zh-CN/iot/QueryClientIds.json",
2025-08-20T19:15:57.4841189Z [00:02:03.424]➜  			"zh-CN/iot/QueryConsumerGroupByGroupId.json",
2025-08-20T19:15:57.4841525Z [00:02:03.424]➜  			"zh-CN/iot/QueryConsumerGroupList.json",
2025-08-20T19:15:57.4841881Z [00:02:03.424]➜  			"zh-CN/iot/QueryConsumerGroupStatus.json",
2025-08-20T19:15:57.4842248Z [00:02:03.424]➜  			"zh-CN/iot/QueryCustomTimelineTableStatus.json",
2025-08-20T19:15:57.4856168Z [00:02:03.424]➜  			"zh-CN/iot/QueryDetailSceneRuleLog.json",
2025-08-20T19:15:57.4856679Z [00:02:03.424]➜  			"zh-CN/iot/QueryDevice.json",
2025-08-20T19:15:57.4856998Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceBySQL.json",
2025-08-20T19:15:57.4857312Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceByStatus.json",
2025-08-20T19:15:57.4857612Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceByTags.json",
2025-08-20T19:15:57.4857891Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceCert.json",
2025-08-20T19:15:57.4858256Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceDesiredProperty.json",
2025-08-20T19:15:57.4858578Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceDetail.json",
2025-08-20T19:15:57.4858947Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceDistributeDetail.json",
2025-08-20T19:15:57.4859285Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceDistributeJob.json",
2025-08-20T19:15:57.4859612Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceEventData.json",
2025-08-20T19:15:57.4859923Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceFile.json",
2025-08-20T19:15:57.4860259Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceFileList.json",
2025-08-20T19:15:57.4860618Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceGroupByDevice.json",
2025-08-20T19:15:57.4860969Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceGroupByTags.json",
2025-08-20T19:15:57.4861314Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceGroupInfo.json",
2025-08-20T19:15:57.4861643Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceGroupList.json",
2025-08-20T19:15:57.4861984Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceGroupTagList.json",
2025-08-20T19:15:57.4862633Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceInfo.json",
2025-08-20T19:15:57.4863075Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceListByDeviceGroup.json",
2025-08-20T19:15:57.4863428Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceOriginalEventData.json",
2025-08-20T19:15:57.4863845Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceOriginalPropertyData.json",
2025-08-20T19:15:57.4864236Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceOriginalPropertyStatus.json",
2025-08-20T19:15:57.4864628Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceOriginalServiceData.json",
2025-08-20T19:15:57.4864898Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceProp.json",
2025-08-20T19:15:57.4865234Z [00:02:03.424]➜  			"zh-CN/iot/QueryDevicePropertiesData.json",
2025-08-20T19:15:57.4865719Z [00:02:03.424]➜  			"zh-CN/iot/QueryDevicePropertyData.json",
2025-08-20T19:15:57.4866072Z [00:02:03.424]➜  			"zh-CN/iot/QueryDevicePropertyStatus.json",
2025-08-20T19:15:57.4866398Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceProvisioning.json",
2025-08-20T19:15:57.4866737Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceServiceData.json",
2025-08-20T19:15:57.4867049Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceSpeech.json",
2025-08-20T19:15:57.4867363Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceStatistics.json",
2025-08-20T19:15:57.4867656Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceSubTopic.json",
2025-08-20T19:15:57.4867940Z [00:02:03.424]➜  			"zh-CN/iot/QueryDeviceTunnel.json",
2025-08-20T19:15:57.4868272Z [00:02:03.424]➜  			"zh-CN/iot/QueryDevicesHotStorageData.json",
2025-08-20T19:15:57.4868671Z [00:02:03.424]➜  			"zh-CN/iot/QueryDevicesHotStorageDataStatus.json",
2025-08-20T19:15:57.4869012Z [00:02:03.424]➜  			"zh-CN/iot/QueryDynamicGroupDevices.json",
2025-08-20T19:15:57.4869325Z [00:02:03.424]➜  			"zh-CN/iot/QueryEdgeDriver.json",
2025-08-20T19:15:57.4869681Z [00:02:03.424]➜  			"zh-CN/iot/QueryEdgeDriverVersion.json",
2025-08-20T19:15:57.4869984Z [00:02:03.424]➜  			"zh-CN/iot/QueryEdgeInstance.json",
2025-08-20T19:15:57.4870318Z [00:02:03.424]➜  			"zh-CN/iot/QueryEdgeInstanceChannel.json",
2025-08-20T19:15:57.4870839Z [00:02:03.424]➜  			"zh-CN/iot/QueryEdgeInstanceDevice.json",
2025-08-20T19:15:57.4871216Z [00:02:03.424]➜  			"zh-CN/iot/QueryEdgeInstanceDeviceByDriver.json",
2025-08-20T19:15:57.4871558Z [00:02:03.424]➜  			"zh-CN/iot/QueryEdgeInstanceDriver.json",
2025-08-20T19:15:57.4871890Z [00:02:03.424]➜  			"zh-CN/iot/QueryEdgeInstanceGateway.json",
2025-08-20T19:15:57.4872295Z [00:02:03.424]➜  			"zh-CN/iot/QueryEdgeInstanceHistoricDeployment.json",
2025-08-20T19:15:57.4872975Z [00:02:03.424]➜  			"zh-CN/iot/QueryEdgeInstanceMessageRouting.json",
2025-08-20T19:15:57.4873357Z [00:02:03.424]➜  			"zh-CN/iot/QueryEdgeInstanceSceneRule.json",
2025-08-20T19:15:57.4873738Z [00:02:03.424]➜  			"zh-CN/iot/QueryImportedDeviceByApplyId.json",
2025-08-20T19:15:57.4873996Z [00:02:03.424]➜  			"zh-CN/iot/QueryJob.json",
2025-08-20T19:15:57.4874304Z [00:02:03.425]➜  			"zh-CN/iot/QueryJobStatistics.json",
2025-08-20T19:15:57.4874638Z [00:02:03.425]➜  			"zh-CN/iot/QueryLicenseDeviceList.json",
2025-08-20T19:15:57.4874998Z [00:02:03.425]➜  			"zh-CN/iot/QueryLoRaJoinPermissions.json",
2025-08-20T19:15:57.4875305Z [00:02:03.425]➜  			"zh-CN/iot/QueryMessageInfo.json",
2025-08-20T19:15:57.4875594Z [00:02:03.425]➜  			"zh-CN/iot/QueryOTAFirmware.json",
2025-08-20T19:15:57.4875881Z [00:02:03.425]➜  			"zh-CN/iot/QueryOTAJob.json",
2025-08-20T19:15:57.4876209Z [00:02:03.425]➜  			"zh-CN/iot/QueryPageByApplyId.json",
2025-08-20T19:15:57.4876490Z [00:02:03.425]➜  			"zh-CN/iot/QueryProduct.json",
2025-08-20T19:15:57.4876817Z [00:02:03.425]➜  			"zh-CN/iot/QueryProductCertInfo.json",
2025-08-20T19:15:57.4877111Z [00:02:03.425]➜  			"zh-CN/iot/QueryProductList.json",
2025-08-20T19:15:57.4877425Z [00:02:03.425]➜  			"zh-CN/iot/QueryProductTopic.json",
2025-08-20T19:15:57.4877761Z [00:02:03.425]➜  			"zh-CN/iot/QueryProjectShareDeviceList.json",
2025-08-20T19:15:57.4878058Z [00:02:03.425]➜  			"zh-CN/iot/QuerySceneRule.json",
2025-08-20T19:15:57.4878392Z [00:02:03.425]➜  			"zh-CN/iot/QuerySchedulePeriodList.json",
2025-08-20T19:15:57.4878991Z [00:02:03.425]➜  			"zh-CN/iot/QueryShareProductNameByProductKey.json",
2025-08-20T19:15:57.4879491Z [00:02:03.425]➜  			"zh-CN/iot/QuerySharePromotionActivityAuditResult.json",
2025-08-20T19:15:57.4879837Z [00:02:03.425]➜  			"zh-CN/iot/QueryShareTaskDeviceList.json",
2025-08-20T19:15:57.4880209Z [00:02:03.425]➜  			"zh-CN/iot/QuerySolutionDeviceGroupPage.json",
2025-08-20T19:15:57.4880643Z [00:02:03.425]➜  			"zh-CN/iot/QuerySoundCodeLabelBatchFailedResult.json",
2025-08-20T19:15:57.4881014Z [00:02:03.425]➜  			"zh-CN/iot/QuerySoundCodeLabelBatchList.json",
2025-08-20T19:15:57.4881355Z [00:02:03.425]➜  			"zh-CN/iot/QuerySoundCodeLabelList.json",
2025-08-20T19:15:57.4881824Z [00:02:03.425]➜  			"zh-CN/iot/QuerySoundCodeList.json",
2025-08-20T19:15:57.4882185Z [00:02:03.425]➜  			"zh-CN/iot/QuerySoundCodeScheduleList.json",
2025-08-20T19:15:57.4882679Z [00:02:03.425]➜  			"zh-CN/iot/QuerySpeech.json",
2025-08-20T19:15:57.4883017Z [00:02:03.425]➜  			"zh-CN/iot/QuerySpeechDevice.json",
2025-08-20T19:15:57.4883437Z [00:02:03.425]➜  			"zh-CN/iot/QuerySpeechLicenseAvailableQuota.json",
2025-08-20T19:15:57.4883814Z [00:02:03.425]➜  			"zh-CN/iot/QuerySpeechLicenseDeviceList.json",
2025-08-20T19:15:57.4884102Z [00:02:03.425]➜  			"zh-CN/iot/QuerySpeechList.json",
2025-08-20T19:15:57.4884422Z [00:02:03.425]➜  			"zh-CN/iot/QuerySpeechPushJob.json",
2025-08-20T19:15:57.4884753Z [00:02:03.425]➜  			"zh-CN/iot/QuerySpeechPushJobDevice.json",
2025-08-20T19:15:57.4885117Z [00:02:03.425]➜  			"zh-CN/iot/QuerySpeechPushJobSpeech.json",
2025-08-20T19:15:57.4885483Z [00:02:03.425]➜  			"zh-CN/iot/QueryStudioAppDomainListOpen.json",
2025-08-20T19:15:57.4885806Z [00:02:03.425]➜  			"zh-CN/iot/QueryStudioAppList.json",
2025-08-20T19:15:57.4886157Z [00:02:03.425]➜  			"zh-CN/iot/QueryStudioAppPageListOpen.json",
2025-08-20T19:15:57.4886495Z [00:02:03.425]➜  			"zh-CN/iot/QueryStudioProjectList.json",
2025-08-20T19:15:57.4886824Z [00:02:03.425]➜  			"zh-CN/iot/QuerySubscribeRelation.json",
2025-08-20T19:15:57.4887365Z [00:02:03.425]➜  			"zh-CN/iot/QuerySummarySceneRuleLog.json",
2025-08-20T19:15:57.4887700Z [00:02:03.425]➜  			"zh-CN/iot/QuerySuperDeviceGroup.json",
2025-08-20T19:15:57.4887961Z [00:02:03.425]➜  			"zh-CN/iot/QueryTask.json",
2025-08-20T19:15:57.4888244Z [00:02:03.425]➜  			"zh-CN/iot/QueryThingModel.json",
2025-08-20T19:15:57.4888608Z [00:02:03.425]➜  			"zh-CN/iot/QueryThingModelExtendConfig.json",
2025-08-20T19:15:57.4889186Z [00:02:03.425]➜  			"zh-CN/iot/QueryThingModelExtendConfigPublished.json",
2025-08-20T19:15:57.4889578Z [00:02:03.425]➜  			"zh-CN/iot/QueryThingModelPublished.json",
2025-08-20T19:15:57.4889897Z [00:02:03.425]➜  			"zh-CN/iot/QueryTopicConfig.json",
2025-08-20T19:15:57.4890242Z [00:02:03.425]➜  			"zh-CN/iot/QueryTopicReverseRouteTable.json",
2025-08-20T19:15:57.4890553Z [00:02:03.425]➜  			"zh-CN/iot/QueryTopicRouteTable.json",
2025-08-20T19:15:57.4890857Z [00:02:03.425]➜  			"zh-CN/iot/QueryVehicleDevice.json",
2025-08-20T19:15:57.4891242Z [00:02:03.425]➜  			"zh-CN/iot/RRpc.json",
2025-08-20T19:15:57.4891585Z [00:02:03.425]➜  			"zh-CN/iot/ReBindLicenseDevice.json",
2025-08-20T19:15:57.4891879Z [00:02:03.425]➜  			"zh-CN/iot/RecognizeCarNum.json",
2025-08-20T19:15:57.4892222Z [00:02:03.426]➜  			"zh-CN/iot/RecognizePictureGeneral.json",
2025-08-20T19:15:57.4892918Z [00:02:03.426]➜  			"zh-CN/iot/RefreshDeviceTunnelSharePassword.json",
2025-08-20T19:15:57.4893268Z [00:02:03.426]➜  			"zh-CN/iot/RefreshStudioAppTokenOpen.json",
2025-08-20T19:15:57.4893675Z [00:02:03.426]➜  			"zh-CN/iot/RegisterDevice.json",
2025-08-20T19:15:57.4894011Z [00:02:03.426]➜  			"zh-CN/iot/ReleaseEdgeDriverVersion.json",
2025-08-20T19:15:57.4894321Z [00:02:03.426]➜  			"zh-CN/iot/ReleaseProduct.json",
2025-08-20T19:15:57.4894590Z [00:02:03.426]➜  			"zh-CN/iot/RemoveThingTopo.json",
2025-08-20T19:15:57.4894932Z [00:02:03.426]➜  			"zh-CN/iot/ReplaceEdgeInstanceGateway.json",
2025-08-20T19:15:57.4895180Z [00:02:03.426]➜  			"zh-CN/iot/RerunJob.json",
2025-08-20T19:15:57.4895519Z [00:02:03.426]➜  			"zh-CN/iot/ResetConsumerGroupPosition.json",
2025-08-20T19:15:57.4895811Z [00:02:03.426]➜  			"zh-CN/iot/ResetDeviceTimeline.json",
2025-08-20T19:15:57.4896059Z [00:02:03.426]➜  			"zh-CN/iot/ResetThing.json",
2025-08-20T19:15:57.4896362Z [00:02:03.426]➜  			"zh-CN/iot/RetrySoundCodeLabelBatch.json",
2025-08-20T19:15:57.4896647Z [00:02:03.426]➜  			"zh-CN/iot/ReupgradeOTATask.json",
2025-08-20T19:15:57.4896915Z [00:02:03.426]➜  			"zh-CN/iot/SaveDeviceProp.json",
2025-08-20T19:15:57.4897163Z [00:02:03.426]➜  			"zh-CN/iot/SaveScript.json",
2025-08-20T19:15:57.4897472Z [00:02:03.426]➜  			"zh-CN/iot/SetDeviceDesiredProperty.json",
2025-08-20T19:15:57.4897903Z [00:02:03.426]➜  			"zh-CN/iot/SetDeviceGroupTags.json",
2025-08-20T19:15:57.4898181Z [00:02:03.426]➜  			"zh-CN/iot/SetDeviceProperty.json",
2025-08-20T19:15:57.4898468Z [00:02:03.426]➜  			"zh-CN/iot/SetDevicesProperty.json",
2025-08-20T19:15:57.4898793Z [00:02:03.426]➜  			"zh-CN/iot/SetEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:57.4899082Z [00:02:03.426]➜  			"zh-CN/iot/SetProductCertInfo.json",
2025-08-20T19:15:57.4899411Z [00:02:03.426]➜  			"zh-CN/iot/SetStudioProjectCooperation.json",
2025-08-20T19:15:57.4899776Z [00:02:03.426]➜  			"zh-CN/iot/SetupStudioAppAuthModeOpen.json",
2025-08-20T19:15:57.4900095Z [00:02:03.426]➜  			"zh-CN/iot/ShareSpeechByCombination.json",
2025-08-20T19:15:57.4900414Z [00:02:03.426]➜  			"zh-CN/iot/SpeechByCombination.json",
2025-08-20T19:15:57.4900731Z [00:02:03.426]➜  			"zh-CN/iot/SpeechBySynthesis.json",
2025-08-20T19:15:57.4901021Z [00:02:03.426]➜  			"zh-CN/iot/StartPTDetection.json",
2025-08-20T19:15:57.4901294Z [00:02:03.426]➜  			"zh-CN/iot/StartParser.json",
2025-08-20T19:15:57.4901560Z [00:02:03.426]➜  			"zh-CN/iot/StartRule.json",
2025-08-20T19:15:57.4901865Z [00:02:03.426]➜  			"zh-CN/iot/StopParser.json",
2025-08-20T19:15:57.4902128Z [00:02:03.426]➜  			"zh-CN/iot/StopRule.json",
2025-08-20T19:15:57.4902705Z [00:02:03.426]➜  			"zh-CN/iot/SubscribeTopic.json",
2025-08-20T19:15:57.4903298Z [00:02:03.426]➜  			"zh-CN/iot/SyncSpeechByCombination.json",
2025-08-20T19:15:57.4903591Z [00:02:03.426]➜  			"zh-CN/iot/TestSpeech.json",
2025-08-20T19:15:57.4903877Z [00:02:03.426]➜  			"zh-CN/iot/TestSwitch.json",
2025-08-20T19:15:57.4904187Z [00:02:03.426]➜  			"zh-CN/iot/TransformClientId.json",
2025-08-20T19:15:57.4904498Z [00:02:03.426]➜  			"zh-CN/iot/TriggerSceneRule.json",
2025-08-20T19:15:57.4904892Z [00:02:03.426]➜  			"zh-CN/iot/UnbindApplicationFromEdgeInstance.json",
2025-08-20T19:15:57.4905390Z [00:02:03.426]➜  			"zh-CN/iot/UnbindDriverFromEdgeInstance.json",
2025-08-20T19:15:57.4905701Z [00:02:03.426]➜  			"zh-CN/iot/UnbindLicenseProduct.json",
2025-08-20T19:15:57.4906056Z [00:02:03.426]➜  			"zh-CN/iot/UnbindRoleFromEdgeInstance.json",
2025-08-20T19:15:57.4906442Z [00:02:03.426]➜  			"zh-CN/iot/UnbindSceneRuleFromEdgeInstance.json",
2025-08-20T19:15:57.4906760Z [00:02:03.426]➜  			"zh-CN/iot/UpdateConsumerGroup.json",
2025-08-20T19:15:57.4907207Z [00:02:03.426]➜  			"zh-CN/iot/UpdateDestination.json",
2025-08-20T19:15:57.4907540Z [00:02:03.426]➜  			"zh-CN/iot/UpdateDeviceGroup.json",
2025-08-20T19:15:57.4907876Z [00:02:03.426]➜  			"zh-CN/iot/UpdateDeviceShadow.json",
2025-08-20T19:15:57.4908207Z [00:02:03.426]➜  			"zh-CN/iot/UpdateEdgeDriverVersion.json",
2025-08-20T19:15:57.4908530Z [00:02:03.426]➜  			"zh-CN/iot/UpdateEdgeInstance.json",
2025-08-20T19:15:57.4908863Z [00:02:03.426]➜  			"zh-CN/iot/UpdateEdgeInstanceChannel.json",
2025-08-20T19:15:57.4909283Z [00:02:03.426]➜  			"zh-CN/iot/UpdateEdgeInstanceMessageRouting.json",
2025-08-20T19:15:57.4909568Z [00:02:03.426]➜  			"zh-CN/iot/UpdateJob.json",
2025-08-20T19:15:57.4909880Z [00:02:03.426]➜  			"zh-CN/iot/UpdateOTAJob.json",
2025-08-20T19:15:57.4910186Z [00:02:03.426]➜  			"zh-CN/iot/UpdateOTAModule.json",
2025-08-20T19:15:57.4910481Z [00:02:03.426]➜  			"zh-CN/iot/UpdateParser.json",
2025-08-20T19:15:57.4910825Z [00:02:03.427]➜  			"zh-CN/iot/UpdateParserDataSource.json",
2025-08-20T19:15:57.4911128Z [00:02:03.427]➜  			"zh-CN/iot/UpdateProduct.json",
2025-08-20T19:15:57.4911472Z [00:02:03.427]➜  			"zh-CN/iot/UpdateProductFilterConfig.json",
2025-08-20T19:15:57.4911771Z [00:02:03.427]➜  			"zh-CN/iot/UpdateProductTags.json",
2025-08-20T19:15:57.4912058Z [00:02:03.427]➜  			"zh-CN/iot/UpdateProductTopic.json",
2025-08-20T19:15:57.4912327Z [00:02:03.427]➜  			"zh-CN/iot/UpdateRule.json",
2025-08-20T19:15:57.4912801Z [00:02:03.427]➜  			"zh-CN/iot/UpdateRuleAction.json",
2025-08-20T19:15:57.4913116Z [00:02:03.427]➜  			"zh-CN/iot/UpdateSceneRule.json",
2025-08-20T19:15:57.4913443Z [00:02:03.427]➜  			"zh-CN/iot/UpdateSchedulePeriod.json",
2025-08-20T19:15:57.4913935Z [00:02:03.427]➜  			"zh-CN/iot/UpdateSoundCode.json",
2025-08-20T19:15:57.4914259Z [00:02:03.427]➜  			"zh-CN/iot/UpdateSoundCodeLabel.json",
2025-08-20T19:15:57.4914626Z [00:02:03.427]➜  			"zh-CN/iot/UpdateSoundCodeSchedule.json",
2025-08-20T19:15:57.4914914Z [00:02:03.427]➜  			"zh-CN/iot/UpdateSpeech.json",
2025-08-20T19:15:57.4915268Z [00:02:03.427]➜  			"zh-CN/iot/UpdateSubscribeRelation.json",
2025-08-20T19:15:57.4915750Z [00:02:03.427]➜  			"zh-CN/iot/UpdateThingModel.json",
2025-08-20T19:15:57.4916078Z [00:02:03.427]➜  			"zh-CN/iot/UpdateThingScript.json",
2025-08-20T19:15:57.4916381Z [00:02:03.427]➜  			"zh-CN/iot/UpdateTopicConfig.json",
2025-08-20T19:15:57.4916733Z [00:02:03.427]➜  			"zh-CN/iot/WriteDevicesHotStorageData.json",
2025-08-20T19:15:57.4916989Z [00:02:03.427]➜  			"zh-CN/iot/version.json",
2025-08-20T19:15:57.4917307Z [00:02:03.427]➜  			"zh-CN/kms/AsymmetricDecrypt.json",
2025-08-20T19:15:57.4917594Z [00:02:03.427]➜  			"zh-CN/kms/AsymmetricEncrypt.json",
2025-08-20T19:15:57.4917902Z [00:02:03.427]➜  			"zh-CN/kms/AsymmetricSign.json",
2025-08-20T19:15:57.4918200Z [00:02:03.427]➜  			"zh-CN/kms/AsymmetricVerify.json",
2025-08-20T19:15:57.4918499Z [00:02:03.427]➜  			"zh-CN/kms/CancelKeyDeletion.json",
2025-08-20T19:15:57.4918883Z [00:02:03.427]➜  			"zh-CN/kms/CertificatePrivateKeyDecrypt.json",
2025-08-20T19:15:57.4919231Z [00:02:03.427]➜  			"zh-CN/kms/CertificatePrivateKeySign.json",
2025-08-20T19:15:57.4919627Z [00:02:03.427]➜  			"zh-CN/kms/CertificatePublicKeyEncrypt.json",
2025-08-20T19:15:57.4919996Z [00:02:03.427]➜  			"zh-CN/kms/CertificatePublicKeyVerify.json",
2025-08-20T19:15:57.4920327Z [00:02:03.427]➜  			"zh-CN/kms/ConnectKmsInstance.json",
2025-08-20T19:15:57.4920599Z [00:02:03.427]➜  			"zh-CN/kms/CreateAlias.json",
2025-08-20T19:15:57.4920970Z [00:02:03.427]➜  			"zh-CN/kms/CreateApplicationAccessPoint.json",
2025-08-20T19:15:57.4921422Z [00:02:03.427]➜  			"zh-CN/kms/CreateCertificate.json",
2025-08-20T19:15:57.4921734Z [00:02:03.427]➜  			"zh-CN/kms/CreateClientKey.json",
2025-08-20T19:15:57.4922012Z [00:02:03.427]➜  			"zh-CN/kms/CreateKey.json",
2025-08-20T19:15:57.4922318Z [00:02:03.427]➜  			"zh-CN/kms/CreateKeyVersion.json",
2025-08-20T19:15:57.4922788Z [00:02:03.427]➜  			"zh-CN/kms/CreateNetworkRule.json",
2025-08-20T19:15:57.4923085Z [00:02:03.427]➜  			"zh-CN/kms/CreatePolicy.json",
2025-08-20T19:15:57.4923494Z [00:02:03.427]➜  			"zh-CN/kms/CreateSecret.json",
2025-08-20T19:15:57.4923795Z [00:02:03.427]➜  			"zh-CN/kms/Decrypt.json",
2025-08-20T19:15:57.4924068Z [00:02:03.427]➜  			"zh-CN/kms/DeleteAlias.json",
2025-08-20T19:15:57.4924446Z [00:02:03.427]➜  			"zh-CN/kms/DeleteApplicationAccessPoint.json",
2025-08-20T19:15:57.4924743Z [00:02:03.427]➜  			"zh-CN/kms/DeleteCertificate.json",
2025-08-20T19:15:57.4925038Z [00:02:03.427]➜  			"zh-CN/kms/DeleteClientKey.json",
2025-08-20T19:15:57.4925356Z [00:02:03.427]➜  			"zh-CN/kms/DeleteKeyMaterial.json",
2025-08-20T19:15:57.4925656Z [00:02:03.428]➜  			"zh-CN/kms/DeleteNetworkRule.json",
2025-08-20T19:15:57.4925950Z [00:02:03.428]➜  			"zh-CN/kms/DeletePolicy.json",
2025-08-20T19:15:57.4926230Z [00:02:03.428]➜  			"zh-CN/kms/DeleteSecret.json",
2025-08-20T19:15:57.4926554Z [00:02:03.428]➜  			"zh-CN/kms/DescribeAccountKmsStatus.json",
2025-08-20T19:15:57.4926947Z [00:02:03.428]➜  			"zh-CN/kms/DescribeApplicationAccessPoint.json",
2025-08-20T19:15:57.4927281Z [00:02:03.428]➜  			"zh-CN/kms/DescribeCertificate.json",
2025-08-20T19:15:57.4927584Z [00:02:03.428]➜  			"zh-CN/kms/DescribeKey.json",
2025-08-20T19:15:57.4927899Z [00:02:03.428]➜  			"zh-CN/kms/DescribeKeyVersion.json",
2025-08-20T19:15:57.4928206Z [00:02:03.428]➜  			"zh-CN/kms/DescribeNetworkRule.json",
2025-08-20T19:15:57.4928499Z [00:02:03.428]➜  			"zh-CN/kms/DescribePolicy.json",
2025-08-20T19:15:57.4928796Z [00:02:03.428]➜  			"zh-CN/kms/DescribeRegions.json",
2025-08-20T19:15:57.4929097Z [00:02:03.428]➜  			"zh-CN/kms/DescribeSecret.json",
2025-08-20T19:15:57.4929389Z [00:02:03.428]➜  			"zh-CN/kms/DisableKey.json",
2025-08-20T19:15:57.4929641Z [00:02:03.428]➜  			"zh-CN/kms/EnableKey.json",
2025-08-20T19:15:57.4930055Z [00:02:03.428]➜  			"zh-CN/kms/Encrypt.json",
2025-08-20T19:15:57.4930359Z [00:02:03.428]➜  			"zh-CN/kms/ExportDataKey.json",
2025-08-20T19:15:57.4930778Z [00:02:03.428]➜  			"zh-CN/kms/GenerateAndExportDataKey.json",
2025-08-20T19:15:57.4931096Z [00:02:03.428]➜  			"zh-CN/kms/GenerateDataKey.json",
2025-08-20T19:15:57.4931648Z [00:02:03.428]➜  			"zh-CN/kms/GenerateDataKeyWithoutPlaintext.json",
2025-08-20T19:15:57.4931961Z [00:02:03.428]➜  			"zh-CN/kms/GetCertificate.json",
2025-08-20T19:15:57.4932237Z [00:02:03.428]➜  			"zh-CN/kms/GetClientKey.json",
2025-08-20T19:15:57.4932691Z [00:02:03.428]➜  			"zh-CN/kms/GetKmsInstance.json",
2025-08-20T19:15:57.4933014Z [00:02:03.428]➜  			"zh-CN/kms/GetParametersForImport.json",
2025-08-20T19:15:57.4933284Z [00:02:03.428]➜  			"zh-CN/kms/GetPublicKey.json",
2025-08-20T19:15:57.4933614Z [00:02:03.428]➜  			"zh-CN/kms/GetRandomPassword.json",
2025-08-20T19:15:57.4933907Z [00:02:03.428]➜  			"zh-CN/kms/GetSecretValue.json",
2025-08-20T19:15:57.4934215Z [00:02:03.428]➜  			"zh-CN/kms/ImportKeyMaterial.json",
2025-08-20T19:15:57.4934502Z [00:02:03.428]➜  			"zh-CN/kms/ListAliases.json",
2025-08-20T19:15:57.4934810Z [00:02:03.428]➜  			"zh-CN/kms/ListAliasesByKeyId.json",
2025-08-20T19:15:57.4935190Z [00:02:03.428]➜  			"zh-CN/kms/ListApplicationAccessPoints.json",
2025-08-20T19:15:57.4935500Z [00:02:03.428]➜  			"zh-CN/kms/ListClientKeys.json",
2025-08-20T19:15:57.4935812Z [00:02:03.428]➜  			"zh-CN/kms/ListKeyVersions.json",
2025-08-20T19:15:57.4936089Z [00:02:03.428]➜  			"zh-CN/kms/ListKeys.json",
2025-08-20T19:15:57.4936386Z [00:02:03.428]➜  			"zh-CN/kms/ListKmsInstances.json",
2025-08-20T19:15:57.4936665Z [00:02:03.428]➜  			"zh-CN/kms/ListNetworkRules.json",
2025-08-20T19:15:57.4936960Z [00:02:03.428]➜  			"zh-CN/kms/ListPolicies.json",
2025-08-20T19:15:57.4937411Z [00:02:03.428]➜  			"zh-CN/kms/ListResourceTags.json",
2025-08-20T19:15:57.4937770Z [00:02:03.428]➜  			"zh-CN/kms/ListSecretVersionIds.json",
2025-08-20T19:15:57.4938054Z [00:02:03.428]➜  			"zh-CN/kms/ListSecrets.json",
2025-08-20T19:15:57.4938359Z [00:02:03.428]➜  			"zh-CN/kms/ListTagResources.json",
2025-08-20T19:15:57.4938652Z [00:02:03.428]➜  			"zh-CN/kms/OpenKmsService.json",
2025-08-20T19:15:57.4938937Z [00:02:03.428]➜  			"zh-CN/kms/PutSecretValue.json",
2025-08-20T19:15:57.4939351Z [00:02:03.428]➜  			"zh-CN/kms/ReEncrypt.json",
2025-08-20T19:15:57.4939675Z [00:02:03.428]➜  			"zh-CN/kms/RestoreSecret.json",
2025-08-20T19:15:57.4939960Z [00:02:03.428]➜  			"zh-CN/kms/RotateSecret.json",
2025-08-20T19:15:57.4940296Z [00:02:03.428]➜  			"zh-CN/kms/ScheduleKeyDeletion.json",
2025-08-20T19:15:57.4940633Z [00:02:03.428]➜  			"zh-CN/kms/SetDeletionProtection.json",
2025-08-20T19:15:57.4940921Z [00:02:03.428]➜  			"zh-CN/kms/TagResource.json",
2025-08-20T19:15:57.4941218Z [00:02:03.428]➜  			"zh-CN/kms/TagResources.json",
2025-08-20T19:15:57.4941495Z [00:02:03.428]➜  			"zh-CN/kms/UntagResource.json",
2025-08-20T19:15:57.4941796Z [00:02:03.428]➜  			"zh-CN/kms/UntagResources.json",
2025-08-20T19:15:57.4942077Z [00:02:03.428]➜  			"zh-CN/kms/UpdateAlias.json",
2025-08-20T19:15:57.4942590Z [00:02:03.429]➜  			"zh-CN/kms/UpdateApplicationAccessPoint.json",
2025-08-20T19:15:57.4942946Z [00:02:03.429]➜  			"zh-CN/kms/UpdateCertificateStatus.json",
2025-08-20T19:15:57.4943272Z [00:02:03.429]➜  			"zh-CN/kms/UpdateKeyDescription.json",
2025-08-20T19:15:57.4943625Z [00:02:03.429]➜  			"zh-CN/kms/UpdateKmsInstanceBindVpc.json",
2025-08-20T19:15:57.4943944Z [00:02:03.429]➜  			"zh-CN/kms/UpdateNetworkRule.json",
2025-08-20T19:15:57.4944239Z [00:02:03.429]➜  			"zh-CN/kms/UpdatePolicy.json",
2025-08-20T19:15:57.4944570Z [00:02:03.429]➜  			"zh-CN/kms/UpdateRotationPolicy.json",
2025-08-20T19:15:57.4944846Z [00:02:03.429]➜  			"zh-CN/kms/UpdateSecret.json",
2025-08-20T19:15:57.4945241Z [00:02:03.429]➜  			"zh-CN/kms/UpdateSecretRotationPolicy.json",
2025-08-20T19:15:57.4945584Z [00:02:03.429]➜  			"zh-CN/kms/UpdateSecretVersionStage.json",
2025-08-20T19:15:57.4946053Z [00:02:03.429]➜  			"zh-CN/kms/UploadCertificate.json",
2025-08-20T19:15:57.4946314Z [00:02:03.429]➜  			"zh-CN/kms/version.json",
2025-08-20T19:15:57.4946626Z [00:02:03.429]➜  			"zh-CN/live/AddCasterComponent.json",
2025-08-20T19:15:57.4946900Z [00:02:03.429]➜  			"zh-CN/live/AddCasterEpisode.json",
2025-08-20T19:15:57.4947203Z [00:02:03.429]➜  			"zh-CN/live/AddCasterEpisodeGroup.json",
2025-08-20T19:15:57.4947696Z [00:02:03.429]➜  			"zh-CN/live/AddCasterEpisodeGroupContent.json",
2025-08-20T19:15:57.4947997Z [00:02:03.429]➜  			"zh-CN/live/AddCasterLayout.json",
2025-08-20T19:15:57.4948312Z [00:02:03.429]➜  			"zh-CN/live/AddCasterProgram.json",
2025-08-20T19:15:57.4948654Z [00:02:03.429]➜  			"zh-CN/live/AddCasterVideoResource.json",
2025-08-20T19:15:57.4949010Z [00:02:03.429]➜  			"zh-CN/live/AddCustomLiveStreamTranscode.json",
2025-08-20T19:15:57.4949354Z [00:02:03.429]➜  			"zh-CN/live/AddLiveAppRecordConfig.json",
2025-08-20T19:15:57.4949699Z [00:02:03.429]➜  			"zh-CN/live/AddLiveAppSnapshotConfig.json",
2025-08-20T19:15:57.4950094Z [00:02:03.429]➜  			"zh-CN/live/AddLiveAudioAuditConfig.json",
2025-08-20T19:15:57.4950504Z [00:02:03.429]➜  			"zh-CN/live/AddLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:57.4950828Z [00:02:03.429]➜  			"zh-CN/live/AddLiveCenterTransfer.json",
2025-08-20T19:15:57.4951170Z [00:02:03.429]➜  			"zh-CN/live/AddLiveDetectNotifyConfig.json",
2025-08-20T19:15:57.4951468Z [00:02:03.429]➜  			"zh-CN/live/AddLiveDomain.json",
2025-08-20T19:15:57.4951769Z [00:02:03.429]➜  			"zh-CN/live/AddLiveDomainMapping.json",
2025-08-20T19:15:57.4952116Z [00:02:03.429]➜  			"zh-CN/live/AddLiveDomainPlayMapping.json",
2025-08-20T19:15:57.4952583Z [00:02:03.429]➜  			"zh-CN/live/AddLivePackageConfig.json",
2025-08-20T19:15:57.4952937Z [00:02:03.429]➜  			"zh-CN/live/AddLivePullStreamInfoConfig.json",
2025-08-20T19:15:57.4953411Z [00:02:03.429]➜  			"zh-CN/live/AddLiveRecordNotifyConfig.json",
2025-08-20T19:15:57.4953775Z [00:02:03.429]➜  			"zh-CN/live/AddLiveRecordVodConfig.json",
2025-08-20T19:15:57.4954193Z [00:02:03.429]➜  			"zh-CN/live/AddLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:57.4954562Z [00:02:03.429]➜  			"zh-CN/live/AddLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:57.4954855Z [00:02:03.429]➜  			"zh-CN/live/AddLiveStreamMerge.json",
2025-08-20T19:15:57.4955303Z [00:02:03.429]➜  			"zh-CN/live/AddLiveStreamTranscode.json",
2025-08-20T19:15:57.4955640Z [00:02:03.429]➜  			"zh-CN/live/AddLiveStreamWatermark.json",
2025-08-20T19:15:57.4955993Z [00:02:03.429]➜  			"zh-CN/live/AddLiveStreamWatermarkRule.json",
2025-08-20T19:15:57.4956305Z [00:02:03.429]➜  			"zh-CN/live/AddMultiRateConfig.json",
2025-08-20T19:15:57.4956604Z [00:02:03.429]➜  			"zh-CN/live/AddPlaylistItems.json",
2025-08-20T19:15:57.4956962Z [00:02:03.429]➜  			"zh-CN/live/AddRtsLiveStreamTranscode.json",
2025-08-20T19:15:57.4957268Z [00:02:03.429]➜  			"zh-CN/live/AddShowIntoShowList.json",
2025-08-20T19:15:57.4957542Z [00:02:03.429]➜  			"zh-CN/live/AddStudioLayout.json",
2025-08-20T19:15:57.4957816Z [00:02:03.429]➜  			"zh-CN/live/AddTrancodeSEI.json",
2025-08-20T19:15:57.4958096Z [00:02:03.429]➜  			"zh-CN/live/AllowPushStream.json",
2025-08-20T19:15:57.4958459Z [00:02:03.429]➜  			"zh-CN/live/BatchDeleteLiveDomainConfigs.json",
2025-08-20T19:15:57.4958791Z [00:02:03.429]➜  			"zh-CN/live/BatchGetOnlineUsers.json",
2025-08-20T19:15:57.4959143Z [00:02:03.429]➜  			"zh-CN/live/BatchSetLiveDomainConfigs.json",
2025-08-20T19:15:57.4959486Z [00:02:03.429]➜  			"zh-CN/live/CancelMuteAllGroupUser.json",
2025-08-20T19:15:57.4959835Z [00:02:03.429]➜  			"zh-CN/live/CancelMuteGroupUser.json",
2025-08-20T19:15:57.4960312Z [00:02:03.429]➜  			"zh-CN/live/CheckLiveMessageUsersInGroup.json",
2025-08-20T19:15:57.4960686Z [00:02:03.429]➜  			"zh-CN/live/CheckLiveMessageUsersOnline.json",
2025-08-20T19:15:57.4961025Z [00:02:03.429]➜  			"zh-CN/live/CloseLiveShift.json",
2025-08-20T19:15:57.4961337Z [00:02:03.429]➜  			"zh-CN/live/CopyCaster.json",
2025-08-20T19:15:57.4961679Z [00:02:03.429]➜  			"zh-CN/live/CopyCasterSceneConfig.json",
2025-08-20T19:15:57.4962125Z [00:02:03.429]➜  			"zh-CN/live/CreateCaster.json",
2025-08-20T19:15:57.4962619Z [00:02:03.429]➜  			"zh-CN/live/CreateCustomTemplate.json",
2025-08-20T19:15:57.4962968Z [00:02:03.429]➜  			"zh-CN/live/CreateEdgeTranscodeJob.json",
2025-08-20T19:15:57.4963262Z [00:02:03.429]➜  			"zh-CN/live/CreateEventSub.json",
2025-08-20T19:15:57.4971306Z [00:02:03.429]➜  			"zh-CN/live/CreateLiveDelayConfig.json",
2025-08-20T19:15:57.4971741Z [00:02:03.429]➜  			"zh-CN/live/CreateLiveMessageApp.json",
2025-08-20T19:15:57.4972081Z [00:02:03.429]➜  			"zh-CN/live/CreateLiveMessageGroup.json",
2025-08-20T19:15:57.4972661Z [00:02:03.429]➜  			"zh-CN/live/CreateLiveRealTimeLogDelivery.json",
2025-08-20T19:15:57.4973006Z [00:02:03.430]➜  			"zh-CN/live/CreateLiveStreamMonitor.json",
2025-08-20T19:15:57.4973418Z [00:02:03.430]➜  			"zh-CN/live/CreateLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:57.4973780Z [00:02:03.430]➜  			"zh-CN/live/CreateLiveTranscodeTemplate.json",
2025-08-20T19:15:57.4974098Z [00:02:03.430]➜  			"zh-CN/live/CreateMessageApp.json",
2025-08-20T19:15:57.4974416Z [00:02:03.430]➜  			"zh-CN/live/CreateMessageGroup.json",
2025-08-20T19:15:57.4974721Z [00:02:03.430]➜  			"zh-CN/live/CreateMixStream.json",
2025-08-20T19:15:57.4975112Z [00:02:03.430]➜  			"zh-CN/live/CreateRoomRealTimeStreamAddress.json",
2025-08-20T19:15:57.4975413Z [00:02:03.430]➜  			"zh-CN/live/DeleteCaster.json",
2025-08-20T19:15:57.4975733Z [00:02:03.430]➜  			"zh-CN/live/DeleteCasterComponent.json",
2025-08-20T19:15:57.4976057Z [00:02:03.430]➜  			"zh-CN/live/DeleteCasterEpisode.json",
2025-08-20T19:15:57.4976392Z [00:02:03.430]➜  			"zh-CN/live/DeleteCasterEpisodeGroup.json",
2025-08-20T19:15:57.4976703Z [00:02:03.430]➜  			"zh-CN/live/DeleteCasterLayout.json",
2025-08-20T19:15:57.4977010Z [00:02:03.430]➜  			"zh-CN/live/DeleteCasterProgram.json",
2025-08-20T19:15:57.4977494Z [00:02:03.430]➜  			"zh-CN/live/DeleteCasterSceneConfig.json",
2025-08-20T19:15:57.4977865Z [00:02:03.430]➜  			"zh-CN/live/DeleteCasterVideoResource.json",
2025-08-20T19:15:57.4978163Z [00:02:03.430]➜  			"zh-CN/live/DeleteChannel.json",
2025-08-20T19:15:57.4978485Z [00:02:03.430]➜  			"zh-CN/live/DeleteCustomTemplate.json",
2025-08-20T19:15:57.4978811Z [00:02:03.430]➜  			"zh-CN/live/DeleteEdgeTranscodeJob.json",
2025-08-20T19:15:57.4979229Z [00:02:03.430]➜  			"zh-CN/live/DeleteEventSub.json",
2025-08-20T19:15:57.4979593Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveAppRecordConfig.json",
2025-08-20T19:15:57.4979968Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveAppSnapshotConfig.json",
2025-08-20T19:15:57.4980316Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveAudioAuditConfig.json",
2025-08-20T19:15:57.4980772Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:57.4981107Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveDelayConfig.json",
2025-08-20T19:15:57.4981484Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveDetectNotifyConfig.json",
2025-08-20T19:15:57.4981774Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveDomain.json",
2025-08-20T19:15:57.4982126Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveDomainMapping.json",
2025-08-20T19:15:57.4982737Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveDomainPlayMapping.json",
2025-08-20T19:15:57.4983100Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveEdgeTransfer.json",
2025-08-20T19:15:57.4983530Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveLazyPullStreamInfoConfig.json",
2025-08-20T19:15:57.4983895Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveMessageGroup.json",
2025-08-20T19:15:57.4984293Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveMessageGroupMessage.json",
2025-08-20T19:15:57.4984737Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveMessageUserMessage.json",
2025-08-20T19:15:57.4985104Z [00:02:03.430]➜  			"zh-CN/live/DeleteLivePackageConfig.json",
2025-08-20T19:15:57.4985461Z [00:02:03.430]➜  			"zh-CN/live/DeleteLivePullStreamInfoConfig.json",
2025-08-20T19:15:57.4985842Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveRealTimeLogLogstore.json",
2025-08-20T19:15:57.4986176Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveRealtimeLogDelivery.json",
2025-08-20T19:15:57.4986648Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveRecordNotifyConfig.json",
2025-08-20T19:15:57.4986988Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveRecordVodConfig.json",
2025-08-20T19:15:57.4987378Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:57.4987857Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:57.4988223Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveSpecificStagingConfig.json",
2025-08-20T19:15:57.4988526Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveStreamBlock.json",
2025-08-20T19:15:57.4988827Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveStreamMerge.json",
2025-08-20T19:15:57.4989141Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveStreamMonitor.json",
2025-08-20T19:15:57.4989618Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:57.4990071Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveStreamTranscode.json",
2025-08-20T19:15:57.4990395Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveStreamWatermark.json",
2025-08-20T19:15:57.4990789Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveStreamWatermarkRule.json",
2025-08-20T19:15:57.4991181Z [00:02:03.430]➜  			"zh-CN/live/DeleteLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:57.4991489Z [00:02:03.430]➜  			"zh-CN/live/DeleteMessageApp.json",
2025-08-20T19:15:57.4991798Z [00:02:03.430]➜  			"zh-CN/live/DeleteMixStream.json",
2025-08-20T19:15:57.4992115Z [00:02:03.430]➜  			"zh-CN/live/DeleteMultiRateConfig.json",
2025-08-20T19:15:57.4992606Z [00:02:03.430]➜  			"zh-CN/live/DeletePlaylist.json",
2025-08-20T19:15:57.4992948Z [00:02:03.430]➜  			"zh-CN/live/DeletePlaylistItems.json",
2025-08-20T19:15:57.4993225Z [00:02:03.430]➜  			"zh-CN/live/DeleteRoom.json",
2025-08-20T19:15:57.4993604Z [00:02:03.430]➜  			"zh-CN/live/DeleteSnapshotCallbackAuth.json",
2025-08-20T19:15:57.4993908Z [00:02:03.430]➜  			"zh-CN/live/DeleteSnapshotFiles.json",
2025-08-20T19:15:57.4994211Z [00:02:03.430]➜  			"zh-CN/live/DeleteStudioLayout.json",
2025-08-20T19:15:57.4994560Z [00:02:03.430]➜  			"zh-CN/live/DescribeAutoShowListTasks.json",
2025-08-20T19:15:57.4994883Z [00:02:03.430]➜  			"zh-CN/live/DescribeCasterChannels.json",
2025-08-20T19:15:57.4995205Z [00:02:03.430]➜  			"zh-CN/live/DescribeCasterComponents.json",
2025-08-20T19:15:57.4995685Z [00:02:03.430]➜  			"zh-CN/live/DescribeCasterConfig.json",
2025-08-20T19:15:57.4996043Z [00:02:03.430]➜  			"zh-CN/live/DescribeCasterLayouts.json",
2025-08-20T19:15:57.4996373Z [00:02:03.430]➜  			"zh-CN/live/DescribeCasterProgram.json",
2025-08-20T19:15:57.4996732Z [00:02:03.430]➜  			"zh-CN/live/DescribeCasterSceneAudio.json",
2025-08-20T19:15:57.4997060Z [00:02:03.430]➜  			"zh-CN/live/DescribeCasterScenes.json",
2025-08-20T19:15:57.4997414Z [00:02:03.430]➜  			"zh-CN/live/DescribeCasterStreamUrl.json",
2025-08-20T19:15:57.4997754Z [00:02:03.430]➜  			"zh-CN/live/DescribeCasterSyncGroup.json",
2025-08-20T19:15:57.4998132Z [00:02:03.430]➜  			"zh-CN/live/DescribeCasterVideoResources.json",
2025-08-20T19:15:57.4998605Z [00:02:03.430]➜  			"zh-CN/live/DescribeCasters.json",
2025-08-20T19:15:57.4998987Z [00:02:03.430]➜  			"zh-CN/live/DescribeChannelParticipants.json",
2025-08-20T19:15:57.4999315Z [00:02:03.430]➜  			"zh-CN/live/DescribeChannelUsers.json",
2025-08-20T19:15:57.4999678Z [00:02:03.430]➜  			"zh-CN/live/DescribeDomainUsageData.json",
2025-08-20T19:15:57.5000063Z [00:02:03.430]➜  			"zh-CN/live/DescribeDomainWithIntegrity.json",
2025-08-20T19:15:57.5000481Z [00:02:03.430]➜  			"zh-CN/live/DescribeForbidPushStreamRoomList.json",
2025-08-20T19:15:57.5000930Z [00:02:03.430]➜  			"zh-CN/live/DescribeHlsLiveStreamRealTimeBpsData.json",
2025-08-20T19:15:57.5001312Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveAudioAuditConfig.json",
2025-08-20T19:15:57.5001738Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:57.5002162Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveCenterTransfer.json",
2025-08-20T19:15:57.5002728Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveCertificateDetail.json",
2025-08-20T19:15:57.5003128Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveCertificateList.json",
2025-08-20T19:15:57.5003458Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDelayConfig.json",
2025-08-20T19:15:57.5003869Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDelayedStreamingUsage.json",
2025-08-20T19:15:57.5004422Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDetectNotifyConfig.json",
2025-08-20T19:15:57.5004767Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDetectPornData.json",
2025-08-20T19:15:57.5005109Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainBpsData.json",
2025-08-20T19:15:57.5005516Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainBpsDataByLayer.json",
2025-08-20T19:15:57.5005944Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainBpsDataByTimeStamp.json",
2025-08-20T19:15:57.5006492Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainByCertificate.json",
2025-08-20T19:15:57.5006930Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainCertificateInfo.json",
2025-08-20T19:15:57.5007333Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainConfigs.json",
2025-08-20T19:15:57.5007700Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainDetail.json",
2025-08-20T19:15:57.5008187Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainFrameRateAndBitRateData.json",
2025-08-20T19:15:57.5008524Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainLimit.json",
2025-08-20T19:15:57.5008859Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainLog.json",
2025-08-20T19:15:57.5009197Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainMapping.json",
2025-08-20T19:15:57.5009649Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainMonitoringUsageData.json",
2025-08-20T19:15:57.5010045Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainOnlineUserNum.json",
2025-08-20T19:15:57.5010435Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainPushBpsData.json",
2025-08-20T19:15:57.5010824Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainPushTrafficData.json",
2025-08-20T19:15:57.5011179Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainPvUvData.json",
2025-08-20T19:15:57.5011580Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainRealTimeBpsData.json",
2025-08-20T19:15:57.5012019Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:57.5012977Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainRealTimeTrafficData.json",
2025-08-20T19:15:57.5013496Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainRealtimeLogDelivery.json",
2025-08-20T19:15:57.5013875Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainRecordData.json",
2025-08-20T19:15:57.5014298Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainRecordUsageData.json",
2025-08-20T19:15:57.5014681Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainSnapshotData.json",
2025-08-20T19:15:57.5015086Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainStagingConfig.json",
2025-08-20T19:15:57.5015523Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainStreamTranscodeData.json",
2025-08-20T19:15:57.5016095Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainTimeShiftData.json",
2025-08-20T19:15:57.5016521Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainTrafficData.json",
2025-08-20T19:15:57.5016955Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDomainTranscodeData.json",
2025-08-20T19:15:57.5017368Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveDrmUsageData.json",
2025-08-20T19:15:57.5017803Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveEdgeTransfer.json",
2025-08-20T19:15:57.5018199Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveGrtnDuration.json",
2025-08-20T19:15:57.5018689Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveGrtnTrafficUsage.json",
2025-08-20T19:15:57.5019182Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveHttpsDomainList.json",
2025-08-20T19:15:57.5019559Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveIpInfo.json",
2025-08-20T19:15:57.5019997Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveLazyPullStreamConfig.json",
2025-08-20T19:15:57.5020349Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveMessageApp.json",
2025-08-20T19:15:57.5020704Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveMessageGroup.json",
2025-08-20T19:15:57.5021232Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveMessageGroupBand.json",
2025-08-20T19:15:57.5021591Z [00:02:03.430]➜  			"zh-CN/live/DescribeLivePackageConfig.json",
2025-08-20T19:15:57.5022003Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveProducerUsageData.json",
2025-08-20T19:15:57.5022812Z [00:02:03.430]➜  			"zh-CN/live/DescribeLivePullStreamConfig.json",
2025-08-20T19:15:57.5023176Z [00:02:03.430]➜  			"zh-CN/live/DescribeLivePushProxyLog.json",
2025-08-20T19:15:57.5023553Z [00:02:03.430]➜  			"zh-CN/live/DescribeLivePushProxyUsageData.json",
2025-08-20T19:15:57.5023943Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveRealtimeDeliveryAcc.json",
2025-08-20T19:15:57.5024356Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveRealtimeLogAuthorized.json",
2025-08-20T19:15:57.5024851Z [00:02:03.430]➜  			"zh-CN/live/DescribeLiveRecordConfig.json",
2025-08-20T19:15:57.5025271Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveRecordNotifyConfig.json",
2025-08-20T19:15:57.5025669Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveRecordNotifyRecords.json",
2025-08-20T19:15:57.5026038Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveRecordVodConfigs.json",
2025-08-20T19:15:57.5026365Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveShiftConfigs.json",
2025-08-20T19:15:57.5026725Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveSnapshotConfig.json",
2025-08-20T19:15:57.5027166Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:57.5027577Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:57.5027968Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamAuthChecking.json",
2025-08-20T19:15:57.5028372Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamBitRateData.json",
2025-08-20T19:15:57.5028714Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamCount.json",
2025-08-20T19:15:57.5029091Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamDelayConfig.json",
2025-08-20T19:15:57.5029480Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamHistoryUserNum.json",
2025-08-20T19:15:57.5029904Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamMetricDetailData.json",
2025-08-20T19:15:57.5030284Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamMonitorList.json",
2025-08-20T19:15:57.5030915Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamOptimizedFeatureConfig.json",
2025-08-20T19:15:57.5031337Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamPreloadTasks.json",
2025-08-20T19:15:57.5031800Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamPushMetricDetailData.json",
2025-08-20T19:15:57.5032171Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamRecordContent.json",
2025-08-20T19:15:57.5032795Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamRecordIndexFile.json",
2025-08-20T19:15:57.5033218Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:57.5033614Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamSnapshotInfo.json",
2025-08-20T19:15:57.5034209Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamState.json",
2025-08-20T19:15:57.5034617Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamTranscodeInfo.json",
2025-08-20T19:15:57.5035071Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamTranscodeMetricData.json",
2025-08-20T19:15:57.5035516Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamTranscodeStreamNum.json",
2025-08-20T19:15:57.5035920Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamWatermarkRules.json",
2025-08-20T19:15:57.5036284Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamWatermarks.json",
2025-08-20T19:15:57.5036649Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamsBlockList.json",
2025-08-20T19:15:57.5037062Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamsControlHistory.json",
2025-08-20T19:15:57.5037467Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamsNotifyRecords.json",
2025-08-20T19:15:57.5037883Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:57.5038274Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamsOnlineList.json",
2025-08-20T19:15:57.5038663Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamsPublishList.json",
2025-08-20T19:15:57.5039021Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveStreamsTotalCount.json",
2025-08-20T19:15:57.5039389Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveTagResources.json",
2025-08-20T19:15:57.5039929Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveTopDomainsByFlow.json",
2025-08-20T19:15:57.5040327Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveUserBillPrediction.json",
2025-08-20T19:15:57.5040669Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveUserDomains.json",
2025-08-20T19:15:57.5040994Z [00:02:03.431]➜  			"zh-CN/live/DescribeLiveUserTags.json",
2025-08-20T19:15:57.5041381Z [00:02:03.431]➜  			"zh-CN/live/DescribeMeterLiveInteractionDau.json",
2025-08-20T19:15:57.5041887Z [00:02:03.431]➜  			"zh-CN/live/DescribeMeterLiveRtcDuration.json",
2025-08-20T19:15:57.5042231Z [00:02:03.431]➜  			"zh-CN/live/DescribeMixStreamList.json",
2025-08-20T19:15:57.5042868Z [00:02:03.431]➜  			"zh-CN/live/DescribeRTSNativeSDKFirstFrameCost.json",
2025-08-20T19:15:57.5043303Z [00:02:03.431]➜  			"zh-CN/live/DescribeRTSNativeSDKFirstFrameDelay.json",
2025-08-20T19:15:57.5043779Z [00:02:03.431]➜  			"zh-CN/live/DescribeRTSNativeSDKPlayFailStatus.json",
2025-08-20T19:15:57.5044160Z [00:02:03.431]➜  			"zh-CN/live/DescribeRTSNativeSDKPlayTime.json",
2025-08-20T19:15:57.5044524Z [00:02:03.431]➜  			"zh-CN/live/DescribeRTSNativeSDKVvData.json",
2025-08-20T19:15:57.5044890Z [00:02:03.431]➜  			"zh-CN/live/DescribeRoomKickoutUserList.json",
2025-08-20T19:15:57.5045197Z [00:02:03.431]➜  			"zh-CN/live/DescribeRoomList.json",
2025-08-20T19:15:57.5045497Z [00:02:03.431]➜  			"zh-CN/live/DescribeRoomStatus.json",
2025-08-20T19:15:57.5045793Z [00:02:03.431]➜  			"zh-CN/live/DescribeShowList.json",
2025-08-20T19:15:57.5046161Z [00:02:03.431]➜  			"zh-CN/live/DescribeStreamLocationBlock.json",
2025-08-20T19:15:57.5046489Z [00:02:03.431]➜  			"zh-CN/live/DescribeStudioLayouts.json",
2025-08-20T19:15:57.5046830Z [00:02:03.431]➜  			"zh-CN/live/DescribeToutiaoLivePlay.json",
2025-08-20T19:15:57.5047191Z [00:02:03.431]➜  			"zh-CN/live/DescribeToutiaoLivePublish.json",
2025-08-20T19:15:57.5047516Z [00:02:03.431]➜  			"zh-CN/live/DescribeUpBpsPeakData.json",
2025-08-20T19:15:57.5047996Z [00:02:03.431]➜  			"zh-CN/live/DescribeUpBpsPeakOfLine.json",
2025-08-20T19:15:57.5048394Z [00:02:03.431]➜  			"zh-CN/live/DescribeUpPeakPublishStreamData.json",
2025-08-20T19:15:57.5048789Z [00:02:03.431]➜  			"zh-CN/live/DisableLiveRealtimeLogDelivery.json",
2025-08-20T19:15:57.5049174Z [00:02:03.431]➜  			"zh-CN/live/DynamicUpdateWaterMarkStreamRule.json",
2025-08-20T19:15:57.5049449Z [00:02:03.431]➜  			"zh-CN/live/EditPlaylist.json",
2025-08-20T19:15:57.5049786Z [00:02:03.431]➜  			"zh-CN/live/EditShowAndReplace.json",
2025-08-20T19:15:57.5050117Z [00:02:03.431]➜  			"zh-CN/live/EffectCasterUrgent.json",
2025-08-20T19:15:57.5050486Z [00:02:03.431]➜  			"zh-CN/live/EffectCasterVideoResource.json",
2025-08-20T19:15:57.5051085Z [00:02:03.431]➜  			"zh-CN/live/EnableLiveRealtimeLogDelivery.json",
2025-08-20T19:15:57.5051408Z [00:02:03.431]➜  			"zh-CN/live/ForbidLiveStream.json",
2025-08-20T19:15:57.5051702Z [00:02:03.431]➜  			"zh-CN/live/ForbidPushStream.json",
2025-08-20T19:15:57.5052030Z [00:02:03.431]➜  			"zh-CN/live/GetAllCustomTemplates.json",
2025-08-20T19:15:57.5052355Z [00:02:03.431]➜  			"zh-CN/live/GetCustomTemplate.json",
2025-08-20T19:15:57.5052962Z [00:02:03.431]➜  			"zh-CN/live/GetEdgeTranscodeJob.json",
2025-08-20T19:15:57.5053312Z [00:02:03.431]➜  			"zh-CN/live/GetEdgeTranscodeTemplate.json",
2025-08-20T19:15:57.5053627Z [00:02:03.431]➜  			"zh-CN/live/GetEditingJobInfo.json",
2025-08-20T19:15:57.5053918Z [00:02:03.431]➜  			"zh-CN/live/GetMessageApp.json",
2025-08-20T19:15:57.5054219Z [00:02:03.431]➜  			"zh-CN/live/GetMessageGroup.json",
2025-08-20T19:15:57.5054522Z [00:02:03.431]➜  			"zh-CN/live/GetMessageToken.json",
2025-08-20T19:15:57.5054835Z [00:02:03.431]➜  			"zh-CN/live/GetMultiRateConfig.json",
2025-08-20T19:15:57.5055169Z [00:02:03.431]➜  			"zh-CN/live/GetMultiRateConfigList.json",
2025-08-20T19:15:57.5055477Z [00:02:03.431]➜  			"zh-CN/live/HotLiveRtcStream.json",
2025-08-20T19:15:57.5055827Z [00:02:03.431]➜  			"zh-CN/live/InitializeAutoShowListTask.json",
2025-08-20T19:15:57.5056152Z [00:02:03.431]➜  			"zh-CN/live/JoinMessageGroup.json",
2025-08-20T19:15:57.5056681Z [00:02:03.431]➜  			"zh-CN/live/KickLiveMessageGroupUser.json",
2025-08-20T19:15:57.5057001Z [00:02:03.431]➜  			"zh-CN/live/LeaveMessageGroup.json",
2025-08-20T19:15:57.5057309Z [00:02:03.431]➜  			"zh-CN/live/ListEdgeTranscodeJob.json",
2025-08-20T19:15:57.5057658Z [00:02:03.431]➜  			"zh-CN/live/ListEdgeTranscodeTemplate.json",
2025-08-20T19:15:57.5057938Z [00:02:03.431]➜  			"zh-CN/live/ListEventSub.json",
2025-08-20T19:15:57.5058372Z [00:02:03.431]➜  			"zh-CN/live/ListEventSubEvent.json",
2025-08-20T19:15:57.5058694Z [00:02:03.431]➜  			"zh-CN/live/ListLiveDelayConfig.json",
2025-08-20T19:15:57.5059015Z [00:02:03.431]➜  			"zh-CN/live/ListLiveMessageApps.json",
2025-08-20T19:15:57.5059378Z [00:02:03.431]➜  			"zh-CN/live/ListLiveMessageGroupMessages.json",
2025-08-20T19:15:57.5059726Z [00:02:03.431]➜  			"zh-CN/live/ListLiveMessageGroupUsers.json",
2025-08-20T19:15:57.5060041Z [00:02:03.431]➜  			"zh-CN/live/ListLiveMessageGroups.json",
2025-08-20T19:15:57.5060423Z [00:02:03.431]➜  			"zh-CN/live/ListLiveRealtimeLogDelivery.json",
2025-08-20T19:15:57.5060832Z [00:02:03.431]➜  			"zh-CN/live/ListLiveRealtimeLogDeliveryDomains.json",
2025-08-20T19:15:57.5061255Z [00:02:03.431]➜  			"zh-CN/live/ListLiveRealtimeLogDeliveryInfos.json",
2025-08-20T19:15:57.5061533Z [00:02:03.431]➜  			"zh-CN/live/ListMessage.json",
2025-08-20T19:15:57.5061828Z [00:02:03.431]➜  			"zh-CN/live/ListMessageApp.json",
2025-08-20T19:15:57.5062134Z [00:02:03.431]➜  			"zh-CN/live/ListMessageGroup.json",
2025-08-20T19:15:57.5092761Z [00:02:03.431]➜  			"zh-CN/live/ListMessageGroupUser.json",
2025-08-20T19:15:57.5093285Z [00:02:03.431]➜  			"zh-CN/live/ListMessageGroupUserById.json",
2025-08-20T19:15:57.5093601Z [00:02:03.431]➜  			"zh-CN/live/ListPlaylist.json",
2025-08-20T19:15:57.5093914Z [00:02:03.431]➜  			"zh-CN/live/ListPlaylistItems.json",
2025-08-20T19:15:57.5094240Z [00:02:03.431]➜  			"zh-CN/live/ModifyCasterComponent.json",
2025-08-20T19:15:57.5094735Z [00:02:03.431]➜  			"zh-CN/live/ModifyCasterEpisode.json",
2025-08-20T19:15:57.5095077Z [00:02:03.431]➜  			"zh-CN/live/ModifyCasterLayout.json",
2025-08-20T19:15:57.5095398Z [00:02:03.431]➜  			"zh-CN/live/ModifyCasterProgram.json",
2025-08-20T19:15:57.5095750Z [00:02:03.431]➜  			"zh-CN/live/ModifyCasterVideoResource.json",
2025-08-20T19:15:57.5096156Z [00:02:03.431]➜  			"zh-CN/live/ModifyLiveDomainSchdmByProperty.json",
2025-08-20T19:15:57.5096504Z [00:02:03.431]➜  			"zh-CN/live/ModifyLiveMessageAppAudit.json",
2025-08-20T19:15:57.5096888Z [00:02:03.431]➜  			"zh-CN/live/ModifyLiveMessageAppCallback.json",
2025-08-20T19:15:57.5097230Z [00:02:03.431]➜  			"zh-CN/live/ModifyLiveMessageAppDisable.json",
2025-08-20T19:15:57.5097804Z [00:02:03.431]➜  			"zh-CN/live/ModifyLiveMessageGroup.json",
2025-08-20T19:15:57.5098161Z [00:02:03.431]➜  			"zh-CN/live/ModifyLiveMessageGroupBand.json",
2025-08-20T19:15:57.5098499Z [00:02:03.431]➜  			"zh-CN/live/ModifyLiveMessageUserInfo.json",
2025-08-20T19:15:57.5098883Z [00:02:03.431]➜  			"zh-CN/live/ModifyLiveRealtimeLogDelivery.json",
2025-08-20T19:15:57.5099191Z [00:02:03.431]➜  			"zh-CN/live/ModifyShowList.json",
2025-08-20T19:15:57.5099494Z [00:02:03.431]➜  			"zh-CN/live/ModifyStudioLayout.json",
2025-08-20T19:15:57.5099801Z [00:02:03.431]➜  			"zh-CN/live/MuteAllGroupUser.json",
2025-08-20T19:15:57.5100083Z [00:02:03.431]➜  			"zh-CN/live/MuteGroupUser.json",
2025-08-20T19:15:57.5100367Z [00:02:03.431]➜  			"zh-CN/live/OpenLiveShift.json",
2025-08-20T19:15:57.5100676Z [00:02:03.431]➜  			"zh-CN/live/PlayChoosenShow.json",
2025-08-20T19:15:57.5101124Z [00:02:03.431]➜  			"zh-CN/live/PublishLiveStagingConfigToProduction.json",
2025-08-20T19:15:57.5101427Z [00:02:03.431]➜  			"zh-CN/live/QueryMessageApp.json",
2025-08-20T19:15:57.5101776Z [00:02:03.431]➜  			"zh-CN/live/QuerySnapshotCallbackAuth.json",
2025-08-20T19:15:57.5102162Z [00:02:03.431]➜  			"zh-CN/live/RealTimeRecordCommand.json",
2025-08-20T19:15:57.5102685Z [00:02:03.431]➜  			"zh-CN/live/RealTimeSnapshotCommand.json",
2025-08-20T19:15:57.5103203Z [00:02:03.431]➜  			"zh-CN/live/RemoveShowFromShowList.json",
2025-08-20T19:15:57.5103513Z [00:02:03.431]➜  			"zh-CN/live/RemoveTerminals.json",
2025-08-20T19:15:57.5103800Z [00:02:03.431]➜  			"zh-CN/live/RestartCaster.json",
2025-08-20T19:15:57.5104111Z [00:02:03.431]➜  			"zh-CN/live/ResumeLiveStream.json",
2025-08-20T19:15:57.5104453Z [00:02:03.431]➜  			"zh-CN/live/RollbackLiveStagingConfig.json",
2025-08-20T19:15:57.5104724Z [00:02:03.431]➜  			"zh-CN/live/SendLike.json",
2025-08-20T19:15:57.5105165Z [00:02:03.431]➜  			"zh-CN/live/SendLiveMessageGroup.json",
2025-08-20T19:15:57.5105480Z [00:02:03.431]➜  			"zh-CN/live/SendLiveMessageUser.json",
2025-08-20T19:15:57.5105793Z [00:02:03.431]➜  			"zh-CN/live/SendMessageToGroup.json",
2025-08-20T19:15:57.5106131Z [00:02:03.431]➜  			"zh-CN/live/SendMessageToGroupUsers.json",
2025-08-20T19:15:57.5106434Z [00:02:03.431]➜  			"zh-CN/live/SendRoomNotification.json",
2025-08-20T19:15:57.5106907Z [00:02:03.431]➜  			"zh-CN/live/SendRoomUserNotification.json",
2025-08-20T19:15:57.5107236Z [00:02:03.431]➜  			"zh-CN/live/SetCasterChannel.json",
2025-08-20T19:15:57.5107538Z [00:02:03.431]➜  			"zh-CN/live/SetCasterConfig.json",
2025-08-20T19:15:57.5107858Z [00:02:03.431]➜  			"zh-CN/live/SetCasterSceneConfig.json",
2025-08-20T19:15:57.5108171Z [00:02:03.431]➜  			"zh-CN/live/SetCasterSyncGroup.json",
2025-08-20T19:15:57.5108491Z [00:02:03.431]➜  			"zh-CN/live/SetCasterTimedEvent.json",
2025-08-20T19:15:57.5108846Z [00:02:03.431]➜  			"zh-CN/live/SetLiveDomainCertificate.json",
2025-08-20T19:15:57.5109193Z [00:02:03.431]➜  			"zh-CN/live/SetLiveDomainStagingConfig.json",
2025-08-20T19:15:57.5109505Z [00:02:03.431]➜  			"zh-CN/live/SetLiveEdgeTransfer.json",
2025-08-20T19:15:57.5109903Z [00:02:03.431]➜  			"zh-CN/live/SetLiveLazyPullStreamInfoConfig.json",
2025-08-20T19:15:57.5110221Z [00:02:03.431]➜  			"zh-CN/live/SetLiveMpuTaskSei.json",
2025-08-20T19:15:57.5110534Z [00:02:03.431]➜  			"zh-CN/live/SetLiveStreamBlock.json",
2025-08-20T19:15:57.5110889Z [00:02:03.431]➜  			"zh-CN/live/SetLiveStreamDelayConfig.json",
2025-08-20T19:15:57.5111325Z [00:02:03.431]➜  			"zh-CN/live/SetLiveStreamOptimizedFeatureConfig.json",
2025-08-20T19:15:57.5111671Z [00:02:03.431]➜  			"zh-CN/live/SetLiveStreamPreloadTasks.json",
2025-08-20T19:15:57.5112044Z [00:02:03.431]➜  			"zh-CN/live/SetLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:57.5112534Z [00:02:03.431]➜  			"zh-CN/live/SetSnapshotCallbackAuth.json",
2025-08-20T19:15:57.5112859Z [00:02:03.431]➜  			"zh-CN/live/StartCaster.json",
2025-08-20T19:15:57.5113171Z [00:02:03.431]➜  			"zh-CN/live/StartCasterScene.json",
2025-08-20T19:15:57.5113515Z [00:02:03.431]➜  			"zh-CN/live/StartEdgeTranscodeJob.json",
2025-08-20T19:15:57.5113999Z [00:02:03.431]➜  			"zh-CN/live/StartLiveDomain.json",
2025-08-20T19:15:57.5114307Z [00:02:03.431]➜  			"zh-CN/live/StartLiveMPUTask.json",
2025-08-20T19:15:57.5114637Z [00:02:03.431]➜  			"zh-CN/live/StartLiveStreamMonitor.json",
2025-08-20T19:15:57.5114938Z [00:02:03.431]➜  			"zh-CN/live/StartPlaylist.json",
2025-08-20T19:15:57.5115213Z [00:02:03.431]➜  			"zh-CN/live/StopCaster.json",
2025-08-20T19:15:57.5115519Z [00:02:03.431]➜  			"zh-CN/live/StopCasterScene.json",
2025-08-20T19:15:57.5115840Z [00:02:03.431]➜  			"zh-CN/live/StopEdgeTranscodeJob.json",
2025-08-20T19:15:57.5116139Z [00:02:03.431]➜  			"zh-CN/live/StopLiveDomain.json",
2025-08-20T19:15:57.5116431Z [00:02:03.431]➜  			"zh-CN/live/StopLiveMPUTask.json",
2025-08-20T19:15:57.5116770Z [00:02:03.431]➜  			"zh-CN/live/StopLiveStreamMonitor.json",
2025-08-20T19:15:57.5117049Z [00:02:03.431]➜  			"zh-CN/live/StopPlaylist.json",
2025-08-20T19:15:57.5117347Z [00:02:03.431]➜  			"zh-CN/live/TagLiveResources.json",
2025-08-20T19:15:57.5117661Z [00:02:03.431]➜  			"zh-CN/live/UnTagLiveResources.json",
2025-08-20T19:15:57.5117992Z [00:02:03.431]➜  			"zh-CN/live/UpdateCasterSceneAudio.json",
2025-08-20T19:15:57.5118335Z [00:02:03.431]➜  			"zh-CN/live/UpdateCasterSceneConfig.json",
2025-08-20T19:15:57.5118679Z [00:02:03.431]➜  			"zh-CN/live/UpdateEdgeTranscodeJob.json",
2025-08-20T19:15:57.5119113Z [00:02:03.431]➜  			"zh-CN/live/UpdateEventSub.json",
2025-08-20T19:15:57.5119480Z [00:02:03.431]➜  			"zh-CN/live/UpdateLiveAppRecordConfig.json",
2025-08-20T19:15:57.5119839Z [00:02:03.431]➜  			"zh-CN/live/UpdateLiveAppSnapshotConfig.json",
2025-08-20T19:15:57.5120183Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveAudioAuditConfig.json",
2025-08-20T19:15:57.5120575Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:57.5121059Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveCenterTransfer.json",
2025-08-20T19:15:57.5121398Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveDelayConfig.json",
2025-08-20T19:15:57.5121780Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveDetectNotifyConfig.json",
2025-08-20T19:15:57.5122088Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveMPUTask.json",
2025-08-20T19:15:57.5122649Z [00:02:03.432]➜  			"zh-CN/live/UpdateLivePackageConfig.json",
2025-08-20T19:15:57.5123189Z [00:02:03.432]➜  			"zh-CN/live/UpdateLivePullStreamInfoConfig.json",
2025-08-20T19:15:57.5123591Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveRecordNotifyConfig.json",
2025-08-20T19:15:57.5123937Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveRecordVodConfig.json",
2025-08-20T19:15:57.5124351Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:57.5124725Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:57.5125078Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveStreamMonitor.json",
2025-08-20T19:15:57.5125431Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveStreamWatermark.json",
2025-08-20T19:15:57.5125824Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveStreamWatermarkRule.json",
2025-08-20T19:15:57.5126177Z [00:02:03.432]➜  			"zh-CN/live/UpdateLiveTopLevelDomain.json",
2025-08-20T19:15:57.5126469Z [00:02:03.432]➜  			"zh-CN/live/UpdateMessageApp.json",
2025-08-20T19:15:57.5126772Z [00:02:03.432]➜  			"zh-CN/live/UpdateMessageGroup.json",
2025-08-20T19:15:57.5127071Z [00:02:03.432]➜  			"zh-CN/live/UpdateMixStream.json",
2025-08-20T19:15:57.5127414Z [00:02:03.432]➜  			"zh-CN/live/VerifyLiveDomainOwner.json",
2025-08-20T19:15:57.5127669Z [00:02:03.432]➜  			"zh-CN/live/version.json",
2025-08-20T19:15:57.5127942Z [00:02:03.432]➜  			"zh-CN/mse/AddAuthPolicy.json",
2025-08-20T19:15:57.5128226Z [00:02:03.432]➜  			"zh-CN/mse/AddAuthResource.json",
2025-08-20T19:15:57.5128527Z [00:02:03.432]➜  			"zh-CN/mse/AddBlackWhiteList.json",
2025-08-20T19:15:57.5128794Z [00:02:03.432]➜  			"zh-CN/mse/AddGateway.json",
2025-08-20T19:15:57.5129121Z [00:02:03.432]➜  			"zh-CN/mse/AddGatewayAuthConsumer.json",
2025-08-20T19:15:57.5129559Z [00:02:03.432]➜  			"zh-CN/mse/AddGatewayDomain.json",
2025-08-20T19:15:57.5129899Z [00:02:03.432]➜  			"zh-CN/mse/AddGatewayRoute.json",
2025-08-20T19:15:57.5130227Z [00:02:03.432]➜  			"zh-CN/mse/AddGatewayServiceVersion.json",
2025-08-20T19:15:57.5130506Z [00:02:03.432]➜  			"zh-CN/mse/AddGatewaySlb.json",
2025-08-20T19:15:57.5130808Z [00:02:03.432]➜  			"zh-CN/mse/AddMigrationTask.json",
2025-08-20T19:15:57.5131116Z [00:02:03.432]➜  			"zh-CN/mse/AddMockRule.json",
2025-08-20T19:15:57.5131377Z [00:02:03.432]➜  			"zh-CN/mse/AddSSLCert.json",
2025-08-20T19:15:57.5131690Z [00:02:03.432]➜  			"zh-CN/mse/AddSecurityGroupRule.json",
2025-08-20T19:15:57.5131970Z [00:02:03.432]➜  			"zh-CN/mse/AddServiceSource.json",
2025-08-20T19:15:57.5132274Z [00:02:03.432]➜  			"zh-CN/mse/ApplyGatewayRoute.json",
2025-08-20T19:15:57.5132767Z [00:02:03.432]➜  			"zh-CN/mse/ApplyTagPolicies.json",
2025-08-20T19:15:57.5133069Z [00:02:03.432]➜  			"zh-CN/mse/CloneNacosConfig.json",
2025-08-20T19:15:57.5133361Z [00:02:03.432]➜  			"zh-CN/mse/CreateApplication.json",
2025-08-20T19:15:57.5133707Z [00:02:03.432]➜  			"zh-CN/mse/CreateCircuitBreakerRule.json",
2025-08-20T19:15:57.5133980Z [00:02:03.432]➜  			"zh-CN/mse/CreateCluster.json",
2025-08-20T19:15:57.5134301Z [00:02:03.432]➜  			"zh-CN/mse/CreateEngineNamespace.json",
2025-08-20T19:15:57.5134582Z [00:02:03.432]➜  			"zh-CN/mse/CreateFlowRule.json",
2025-08-20T19:15:57.5135090Z [00:02:03.432]➜  			"zh-CN/mse/CreateMseServiceApplication.json",
2025-08-20T19:15:57.5135393Z [00:02:03.432]➜  			"zh-CN/mse/CreateNacosConfig.json",
2025-08-20T19:15:57.5135708Z [00:02:03.432]➜  			"zh-CN/mse/CreateNacosInstance.json",
2025-08-20T19:15:57.5136006Z [00:02:03.432]➜  			"zh-CN/mse/CreateNacosService.json",
2025-08-20T19:15:57.5136347Z [00:02:03.432]➜  			"zh-CN/mse/CreateOrUpdateSwimmingLane.json",
2025-08-20T19:15:57.5136861Z [00:02:03.432]➜  			"zh-CN/mse/CreateOrUpdateSwimmingLaneGroup.json",
2025-08-20T19:15:57.5137138Z [00:02:03.432]➜  			"zh-CN/mse/CreateZnode.json",
2025-08-20T19:15:57.5137451Z [00:02:03.432]➜  			"zh-CN/mse/DeleteAuthResource.json",
2025-08-20T19:15:57.5137798Z [00:02:03.432]➜  			"zh-CN/mse/DeleteCircuitBreakerRules.json",
2025-08-20T19:15:57.5138072Z [00:02:03.432]➜  			"zh-CN/mse/DeleteCluster.json",
2025-08-20T19:15:57.5138383Z [00:02:03.432]➜  			"zh-CN/mse/DeleteEngineNamespace.json",
2025-08-20T19:15:57.5138798Z [00:02:03.432]➜  			"zh-CN/mse/DeleteFlowRules.json",
2025-08-20T19:15:57.5139098Z [00:02:03.432]➜  			"zh-CN/mse/DeleteGateway.json",
2025-08-20T19:15:57.5139450Z [00:02:03.432]➜  			"zh-CN/mse/DeleteGatewayAuthConsumer.json",
2025-08-20T19:15:57.5139854Z [00:02:03.432]➜  			"zh-CN/mse/DeleteGatewayAuthConsumerResource.json",
2025-08-20T19:15:57.5140178Z [00:02:03.432]➜  			"zh-CN/mse/DeleteGatewayDomain.json",
2025-08-20T19:15:57.5140479Z [00:02:03.432]➜  			"zh-CN/mse/DeleteGatewayRoute.json",
2025-08-20T19:15:57.5140801Z [00:02:03.432]➜  			"zh-CN/mse/DeleteGatewayService.json",
2025-08-20T19:15:57.5141151Z [00:02:03.432]➜  			"zh-CN/mse/DeleteGatewayServiceVersion.json",
2025-08-20T19:15:57.5141453Z [00:02:03.432]➜  			"zh-CN/mse/DeleteGatewaySlb.json",
2025-08-20T19:15:57.5141755Z [00:02:03.432]➜  			"zh-CN/mse/DeleteMigrationTask.json",
2025-08-20T19:15:57.5142050Z [00:02:03.432]➜  			"zh-CN/mse/DeleteNacosConfig.json",
2025-08-20T19:15:57.5142341Z [00:02:03.432]➜  			"zh-CN/mse/DeleteNacosConfigs.json",
2025-08-20T19:15:57.5142885Z [00:02:03.432]➜  			"zh-CN/mse/DeleteNacosInstance.json",
2025-08-20T19:15:57.5143196Z [00:02:03.432]➜  			"zh-CN/mse/DeleteNacosService.json",
2025-08-20T19:15:57.5143500Z [00:02:03.432]➜  			"zh-CN/mse/DeleteNamespace.json",
2025-08-20T19:15:57.5143857Z [00:02:03.432]➜  			"zh-CN/mse/DeleteSecurityGroupRule.json",
2025-08-20T19:15:57.5144177Z [00:02:03.432]➜  			"zh-CN/mse/DeleteServiceSource.json",
2025-08-20T19:15:57.5144467Z [00:02:03.432]➜  			"zh-CN/mse/DeleteSwimmingLane.json",
2025-08-20T19:15:57.5144796Z [00:02:03.432]➜  			"zh-CN/mse/DeleteSwimmingLaneGroup.json",
2025-08-20T19:15:57.5145057Z [00:02:03.432]➜  			"zh-CN/mse/DeleteZnode.json",
2025-08-20T19:15:57.5145556Z [00:02:03.432]➜  			"zh-CN/mse/ExportNacosConfig.json",
2025-08-20T19:15:57.5145883Z [00:02:03.432]➜  			"zh-CN/mse/ExportZookeeperData.json",
2025-08-20T19:15:57.5146192Z [00:02:03.432]➜  			"zh-CN/mse/FetchLosslessRuleList.json",
2025-08-20T19:15:57.5146533Z [00:02:03.432]➜  			"zh-CN/mse/GetAppMessageQueueRoute.json",
2025-08-20T19:15:57.5147049Z [00:02:03.432]➜  			"zh-CN/mse/GetApplicationInstanceList.json",
2025-08-20T19:15:57.5147380Z [00:02:03.432]➜  			"zh-CN/mse/GetApplicationList.json",
2025-08-20T19:15:57.5147680Z [00:02:03.432]➜  			"zh-CN/mse/GetBlackWhiteList.json",
2025-08-20T19:15:57.5147982Z [00:02:03.432]➜  			"zh-CN/mse/GetEngineNamepace.json",
2025-08-20T19:15:57.5148246Z [00:02:03.432]➜  			"zh-CN/mse/GetGateway.json",
2025-08-20T19:15:57.5148623Z [00:02:03.432]➜  			"zh-CN/mse/GetGatewayAuthConsumerDetail.json",
2025-08-20T19:15:57.5148955Z [00:02:03.432]➜  			"zh-CN/mse/GetGatewayDomainDetail.json",
2025-08-20T19:15:57.5149298Z [00:02:03.432]➜  			"zh-CN/mse/GetGatewayOption.json",
2025-08-20T19:15:57.5149618Z [00:02:03.432]➜  			"zh-CN/mse/GetGatewayRouteDetail.json",
2025-08-20T19:15:57.5149937Z [00:02:03.432]➜  			"zh-CN/mse/GetGatewayServiceDetail.json",
2025-08-20T19:15:57.5150316Z [00:02:03.432]➜  			"zh-CN/mse/GetGovernanceKubernetesCluster.json",
2025-08-20T19:15:57.5150583Z [00:02:03.432]➜  			"zh-CN/mse/GetImage.json",
2025-08-20T19:15:57.5150883Z [00:02:03.432]➜  			"zh-CN/mse/GetImportFileUrl.json",
2025-08-20T19:15:57.5151201Z [00:02:03.432]➜  			"zh-CN/mse/GetKubernetesSource.json",
2025-08-20T19:15:57.5151511Z [00:02:03.432]➜  			"zh-CN/mse/GetLosslessRuleByApp.json",
2025-08-20T19:15:57.5151818Z [00:02:03.432]➜  			"zh-CN/mse/GetMseFeatureSwitch.json",
2025-08-20T19:15:57.5152086Z [00:02:03.432]➜  			"zh-CN/mse/GetMseSource.json",
2025-08-20T19:15:57.5152701Z [00:02:03.432]➜  			"zh-CN/mse/GetNacosConfig.json",
2025-08-20T19:15:57.5153074Z [00:02:03.432]➜  			"zh-CN/mse/GetNacosHistoryConfig.json",
2025-08-20T19:15:57.5153378Z [00:02:03.432]➜  			"zh-CN/mse/GetOverview.json",
2025-08-20T19:15:57.5153676Z [00:02:03.432]➜  			"zh-CN/mse/GetPluginConfig.json",
2025-08-20T19:15:57.5153957Z [00:02:03.432]➜  			"zh-CN/mse/GetPlugins.json",
2025-08-20T19:15:57.5154251Z [00:02:03.432]➜  			"zh-CN/mse/GetServiceList.json",
2025-08-20T19:15:57.5154716Z [00:02:03.432]➜  			"zh-CN/mse/GetServiceListPage.json",
2025-08-20T19:15:57.5155070Z [00:02:03.432]➜  			"zh-CN/mse/GetServiceListeners.json",
2025-08-20T19:15:57.5155398Z [00:02:03.432]➜  			"zh-CN/mse/GetServiceMethodPage.json",
2025-08-20T19:15:57.5155748Z [00:02:03.432]➜  			"zh-CN/mse/GetTagsBySwimmingLaneGroupId.json",
2025-08-20T19:15:57.5156115Z [00:02:03.432]➜  			"zh-CN/mse/GetZookeeperDataImportUrl.json",
2025-08-20T19:15:57.5156424Z [00:02:03.432]➜  			"zh-CN/mse/ImportNacosConfig.json",
2025-08-20T19:15:57.5156730Z [00:02:03.432]➜  			"zh-CN/mse/ImportServices.json",
2025-08-20T19:15:57.5157037Z [00:02:03.432]➜  			"zh-CN/mse/ImportZookeeperData.json",
2025-08-20T19:15:57.5157340Z [00:02:03.432]➜  			"zh-CN/mse/ListAnsInstances.json",
2025-08-20T19:15:57.5157657Z [00:02:03.432]➜  			"zh-CN/mse/ListAnsServiceClusters.json",
2025-08-20T19:15:57.5157950Z [00:02:03.432]➜  			"zh-CN/mse/ListAnsServices.json",
2025-08-20T19:15:57.5158323Z [00:02:03.432]➜  			"zh-CN/mse/ListAppBySwimmingLaneGroupTag.json",
2025-08-20T19:15:57.5158724Z [00:02:03.432]➜  			"zh-CN/mse/ListAppBySwimmingLaneGroupTags.json",
2025-08-20T19:15:57.5159089Z [00:02:03.432]➜  			"zh-CN/mse/ListApplicationsWithTagRules.json",
2025-08-20T19:15:57.5159379Z [00:02:03.432]➜  			"zh-CN/mse/ListAuthPolicy.json",
2025-08-20T19:15:57.5159690Z [00:02:03.432]➜  			"zh-CN/mse/ListCircuitBreakerRules.json",
2025-08-20T19:15:57.5160049Z [00:02:03.432]➜  			"zh-CN/mse/ListClusterConnectionTypes.json",
2025-08-20T19:15:57.5160400Z [00:02:03.432]➜  			"zh-CN/mse/ListClusterHealthCheckTask.json",
2025-08-20T19:15:57.5160702Z [00:02:03.432]➜  			"zh-CN/mse/ListClusterTypes.json",
2025-08-20T19:15:57.5161006Z [00:02:03.432]➜  			"zh-CN/mse/ListClusterVersions.json",
2025-08-20T19:15:57.5161442Z [00:02:03.432]➜  			"zh-CN/mse/ListClusters.json",
2025-08-20T19:15:57.5161732Z [00:02:03.432]➜  			"zh-CN/mse/ListConfigTrack.json",
2025-08-20T19:15:57.5162053Z [00:02:03.432]➜  			"zh-CN/mse/ListEngineNamespaces.json",
2025-08-20T19:15:57.5162368Z [00:02:03.432]➜  			"zh-CN/mse/ListEurekaInstances.json",
2025-08-20T19:15:57.5163031Z [00:02:03.432]➜  			"zh-CN/mse/ListEurekaServices.json",
2025-08-20T19:15:57.5163368Z [00:02:03.432]➜  			"zh-CN/mse/ListExportZookeeperData.json",
2025-08-20T19:15:57.5163651Z [00:02:03.432]➜  			"zh-CN/mse/ListFlowRules.json",
2025-08-20T19:15:57.5163921Z [00:02:03.432]➜  			"zh-CN/mse/ListGateway.json",
2025-08-20T19:15:57.5164242Z [00:02:03.432]➜  			"zh-CN/mse/ListGatewayAuthConsumer.json",
2025-08-20T19:15:57.5164662Z [00:02:03.432]➜  			"zh-CN/mse/ListGatewayAuthConsumerResource.json",
2025-08-20T19:15:57.5164977Z [00:02:03.432]➜  			"zh-CN/mse/ListGatewayDomain.json",
2025-08-20T19:15:57.5165289Z [00:02:03.432]➜  			"zh-CN/mse/ListGatewayRoute.json",
2025-08-20T19:15:57.5165610Z [00:02:03.432]➜  			"zh-CN/mse/ListGatewayRouteOnAuth.json",
2025-08-20T19:15:57.5165921Z [00:02:03.432]➜  			"zh-CN/mse/ListGatewayService.json",
2025-08-20T19:15:57.5166202Z [00:02:03.432]➜  			"zh-CN/mse/ListGatewaySlb.json",
2025-08-20T19:15:57.5166508Z [00:02:03.432]➜  			"zh-CN/mse/ListInstanceCount.json",
2025-08-20T19:15:57.5166827Z [00:02:03.432]➜  			"zh-CN/mse/ListListenersByConfig.json",
2025-08-20T19:15:57.5167123Z [00:02:03.432]➜  			"zh-CN/mse/ListListenersByIp.json",
2025-08-20T19:15:57.5167421Z [00:02:03.432]➜  			"zh-CN/mse/ListMigrationTask.json",
2025-08-20T19:15:57.5167718Z [00:02:03.432]➜  			"zh-CN/mse/ListNacosConfigs.json",
2025-08-20T19:15:57.5168034Z [00:02:03.432]➜  			"zh-CN/mse/ListNacosHistoryConfigs.json",
2025-08-20T19:15:57.5168474Z [00:02:03.432]➜  			"zh-CN/mse/ListNamingTrack.json",
2025-08-20T19:15:57.5168769Z [00:02:03.432]➜  			"zh-CN/mse/ListSSLCert.json",
2025-08-20T19:15:57.5169072Z [00:02:03.432]➜  			"zh-CN/mse/ListSecurityGroup.json",
2025-08-20T19:15:57.5169393Z [00:02:03.432]➜  			"zh-CN/mse/ListSecurityGroupRule.json",
2025-08-20T19:15:57.5169697Z [00:02:03.432]➜  			"zh-CN/mse/ListServiceSource.json",
2025-08-20T19:15:57.5169996Z [00:02:03.432]➜  			"zh-CN/mse/ListTagResources.json",
2025-08-20T19:15:57.5170413Z [00:02:03.432]➜  			"zh-CN/mse/ListZkTrack.json",
2025-08-20T19:15:57.5170740Z [00:02:03.432]➜  			"zh-CN/mse/ListZnodeChildren.json",
2025-08-20T19:15:57.5171157Z [00:02:03.432]➜  			"zh-CN/mse/ModifyGovernanceKubernetesCluster.json",
2025-08-20T19:15:57.5171470Z [00:02:03.432]➜  			"zh-CN/mse/ModifyLosslessRule.json",
2025-08-20T19:15:57.5171779Z [00:02:03.432]➜  			"zh-CN/mse/OfflineGatewayRoute.json",
2025-08-20T19:15:57.5172174Z [00:02:03.432]➜  			"zh-CN/mse/OrderClusterHealthCheckRiskNotice.json",
2025-08-20T19:15:57.5172668Z [00:02:03.432]➜  			"zh-CN/mse/PullServices.json",
2025-08-20T19:15:57.5173027Z [00:02:03.432]➜  			"zh-CN/mse/PutClusterHealthCheckTask.json",
2025-08-20T19:15:57.5173363Z [00:02:03.432]➜  			"zh-CN/mse/QueryAllSwimmingLane.json",
2025-08-20T19:15:57.5173708Z [00:02:03.432]➜  			"zh-CN/mse/QueryAllSwimmingLaneGroup.json",
2025-08-20T19:15:57.5174040Z [00:02:03.432]➜  			"zh-CN/mse/QueryBusinessLocations.json",
2025-08-20T19:15:57.5174339Z [00:02:03.432]➜  			"zh-CN/mse/QueryClusterDetail.json",
2025-08-20T19:15:57.5174775Z [00:02:03.432]➜  			"zh-CN/mse/QueryClusterDiskSpecification.json",
2025-08-20T19:15:57.5175065Z [00:02:03.432]➜  			"zh-CN/mse/QueryClusterInfo.json",
2025-08-20T19:15:57.5175406Z [00:02:03.432]➜  			"zh-CN/mse/QueryClusterSpecification.json",
2025-08-20T19:15:57.5175754Z [00:02:03.432]➜  			"zh-CN/mse/QueryConfig.json",
2025-08-20T19:15:57.5176126Z [00:02:03.432]➜  			"zh-CN/mse/QueryGatewayRegion.json",
2025-08-20T19:15:57.5176432Z [00:02:03.432]➜  			"zh-CN/mse/QueryGatewayType.json",
2025-08-20T19:15:57.5176840Z [00:02:03.432]➜  			"zh-CN/mse/QueryGovernanceKubernetesCluster.json",
2025-08-20T19:15:57.5177141Z [00:02:03.432]➜  			"zh-CN/mse/QueryInstancesInfo.json",
2025-08-20T19:15:57.5177591Z [00:02:03.432]➜  			"zh-CN/mse/QueryMonitor.json",
2025-08-20T19:15:57.5177879Z [00:02:03.432]➜  			"zh-CN/mse/QueryNamespace.json",
2025-08-20T19:15:57.5178155Z [00:02:03.432]➜  			"zh-CN/mse/QuerySlbSpec.json",
2025-08-20T19:15:57.5178487Z [00:02:03.432]➜  			"zh-CN/mse/QuerySwimmingLaneById.json",
2025-08-20T19:15:57.5178962Z [00:02:03.432]➜  			"zh-CN/mse/QueryZnodeDetail.json",
2025-08-20T19:15:57.5179277Z [00:02:03.432]➜  			"zh-CN/mse/RemoveApplication.json",
2025-08-20T19:15:57.5179580Z [00:02:03.432]➜  			"zh-CN/mse/RemoveAuthPolicy.json",
2025-08-20T19:15:57.5179883Z [00:02:03.432]➜  			"zh-CN/mse/RestartCluster.json",
2025-08-20T19:15:57.5180160Z [00:02:03.432]➜  			"zh-CN/mse/RetryCluster.json",
2025-08-20T19:15:57.5180452Z [00:02:03.432]➜  			"zh-CN/mse/SelectGatewaySlb.json",
2025-08-20T19:15:57.5180740Z [00:02:03.432]➜  			"zh-CN/mse/TagResources.json",
2025-08-20T19:15:57.5181025Z [00:02:03.432]➜  			"zh-CN/mse/UntagResources.json",
2025-08-20T19:15:57.5181282Z [00:02:03.432]➜  			"zh-CN/mse/UpdateAcl.json",
2025-08-20T19:15:57.5181573Z [00:02:03.432]➜  			"zh-CN/mse/UpdateAuthPolicy.json",
2025-08-20T19:15:57.5181877Z [00:02:03.432]➜  			"zh-CN/mse/UpdateBlackWhiteList.json",
2025-08-20T19:15:57.5182221Z [00:02:03.432]➜  			"zh-CN/mse/UpdateCircuitBreakerRule.json",
2025-08-20T19:15:57.5182717Z [00:02:03.432]➜  			"zh-CN/mse/UpdateCluster.json",
2025-08-20T19:15:57.5183021Z [00:02:03.432]➜  			"zh-CN/mse/UpdateClusterSpec.json",
2025-08-20T19:15:57.5183276Z [00:02:03.432]➜  			"zh-CN/mse/UpdateConfig.json",
2025-08-20T19:15:57.5183582Z [00:02:03.432]➜  			"zh-CN/mse/UpdateEngineNamespace.json",
2025-08-20T19:15:57.5183860Z [00:02:03.432]➜  			"zh-CN/mse/UpdateFlowRule.json",
2025-08-20T19:15:57.5184201Z [00:02:03.432]➜  			"zh-CN/mse/UpdateGatewayAuthConsumer.json",
2025-08-20T19:15:57.5184730Z [00:02:03.432]➜  			"zh-CN/mse/UpdateGatewayAuthConsumerResource.json",
2025-08-20T19:15:57.5185174Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayAuthConsumerResourceStatus.json",
2025-08-20T19:15:57.5185550Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayAuthConsumerStatus.json",
2025-08-20T19:15:57.5185855Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayDomain.json",
2025-08-20T19:15:57.5186142Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayName.json",
2025-08-20T19:15:57.5186544Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayOption.json",
2025-08-20T19:15:57.5186857Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayRoute.json",
2025-08-20T19:15:57.5187172Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayRouteAuth.json",
2025-08-20T19:15:57.5187474Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayRouteCORS.json",
2025-08-20T19:15:57.5187839Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayRouteHTTPRewrite.json",
2025-08-20T19:15:57.5188172Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayRouteHeaderOp.json",
2025-08-20T19:15:57.5188497Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayRouteRetry.json",
2025-08-20T19:15:57.5188823Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayRouteTimeout.json",
2025-08-20T19:15:57.5189181Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayRouteWafStatus.json",
2025-08-20T19:15:57.5189505Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayServiceCheck.json",
2025-08-20T19:15:57.5189905Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayServiceTrafficPolicy.json",
2025-08-20T19:15:57.5190248Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewayServiceVersion.json",
2025-08-20T19:15:57.5190552Z [00:02:03.433]➜  			"zh-CN/mse/UpdateGatewaySpec.json",
2025-08-20T19:15:57.5190823Z [00:02:03.433]➜  			"zh-CN/mse/UpdateImage.json",
2025-08-20T19:15:57.5191156Z [00:02:03.433]➜  			"zh-CN/mse/UpdateMessageQueueRoute.json",
2025-08-20T19:15:57.5191468Z [00:02:03.433]➜  			"zh-CN/mse/UpdateMigrationTask.json",
2025-08-20T19:15:57.5191762Z [00:02:03.433]➜  			"zh-CN/mse/UpdateNacosCluster.json",
2025-08-20T19:15:57.5192059Z [00:02:03.433]➜  			"zh-CN/mse/UpdateNacosConfig.json",
2025-08-20T19:15:57.5192343Z [00:02:03.433]➜  			"zh-CN/mse/UpdateNacosInstance.json",
2025-08-20T19:15:57.5192990Z [00:02:03.433]➜  			"zh-CN/mse/UpdateNacosService.json",
2025-08-20T19:15:57.5193291Z [00:02:03.433]➜  			"zh-CN/mse/UpdatePluginConfig.json",
2025-08-20T19:15:57.5193567Z [00:02:03.433]➜  			"zh-CN/mse/UpdateSSLCert.json",
2025-08-20T19:15:57.5193868Z [00:02:03.433]➜  			"zh-CN/mse/UpdateServiceSource.json",
2025-08-20T19:15:57.5194153Z [00:02:03.433]➜  			"zh-CN/mse/UpdateZnode.json",
2025-08-20T19:15:57.5194559Z [00:02:03.433]➜  			"zh-CN/mse/UpgradeCluster.json",
2025-08-20T19:15:57.5194815Z [00:02:03.433]➜  			"zh-CN/mse/version.json",
2025-08-20T19:15:57.5195117Z [00:02:03.433]➜  			"zh-CN/mts/ActivateMediaWorkflow.json",
2025-08-20T19:15:57.5195397Z [00:02:03.433]➜  			"zh-CN/mts/AddMedia.json",
2025-08-20T19:15:57.5195676Z [00:02:03.433]➜  			"zh-CN/mts/AddMediaTag.json",
2025-08-20T19:15:57.5195969Z [00:02:03.433]➜  			"zh-CN/mts/AddMediaWorkflow.json",
2025-08-20T19:15:57.5196240Z [00:02:03.433]➜  			"zh-CN/mts/AddPipeline.json",
2025-08-20T19:15:57.5196546Z [00:02:03.433]➜  			"zh-CN/mts/AddSmarttagTemplate.json",
2025-08-20T19:15:57.5196812Z [00:02:03.433]➜  			"zh-CN/mts/AddTemplate.json",
2025-08-20T19:15:57.5197113Z [00:02:03.433]➜  			"zh-CN/mts/AddWaterMarkTemplate.json",
2025-08-20T19:15:57.5197387Z [00:02:03.433]➜  			"zh-CN/mts/BindInputBucket.json",
2025-08-20T19:15:57.5197677Z [00:02:03.433]➜  			"zh-CN/mts/BindOutputBucket.json",
2025-08-20T19:15:57.5197954Z [00:02:03.433]➜  			"zh-CN/mts/CancelJob.json",
2025-08-20T19:15:57.5198251Z [00:02:03.433]➜  			"zh-CN/mts/CreateCustomEntity.json",
2025-08-20T19:15:57.5198539Z [00:02:03.433]➜  			"zh-CN/mts/CreateCustomGroup.json",
2025-08-20T19:15:57.5198830Z [00:02:03.433]➜  			"zh-CN/mts/CreateFpShotDB.json",
2025-08-20T19:15:57.5199151Z [00:02:03.433]➜  			"zh-CN/mts/DeactivateMediaWorkflow.json",
2025-08-20T19:15:57.5199451Z [00:02:03.433]➜  			"zh-CN/mts/DeleteCustomEntity.json",
2025-08-20T19:15:57.5199866Z [00:02:03.433]➜  			"zh-CN/mts/DeleteCustomGroup.json",
2025-08-20T19:15:57.5200173Z [00:02:03.433]➜  			"zh-CN/mts/DeleteCustomView.json",
2025-08-20T19:15:57.5200458Z [00:02:03.433]➜  			"zh-CN/mts/DeleteMedia.json",
2025-08-20T19:15:57.5200758Z [00:02:03.433]➜  			"zh-CN/mts/DeleteMediaTag.json",
2025-08-20T19:15:57.5201062Z [00:02:03.433]➜  			"zh-CN/mts/DeleteMediaWorkflow.json",
2025-08-20T19:15:57.5201334Z [00:02:03.433]➜  			"zh-CN/mts/DeletePipeline.json",
2025-08-20T19:15:57.5201766Z [00:02:03.433]➜  			"zh-CN/mts/DeleteSmarttagTemplate.json",
2025-08-20T19:15:57.5202114Z [00:02:03.433]➜  			"zh-CN/mts/DeleteTemplate.json",
2025-08-20T19:15:57.5202710Z [00:02:03.433]➜  			"zh-CN/mts/DeleteWaterMarkTemplate.json",
2025-08-20T19:15:57.5202979Z [00:02:03.433]➜  			"zh-CN/mts/ImAudit.json",
2025-08-20T19:15:57.5203270Z [00:02:03.433]➜  			"zh-CN/mts/ImportFpShotJob.json",
2025-08-20T19:15:57.5203569Z [00:02:03.433]➜  			"zh-CN/mts/ListAllMediaBucket.json",
2025-08-20T19:15:57.5203880Z [00:02:03.433]➜  			"zh-CN/mts/ListCustomEntities.json",
2025-08-20T19:15:57.5204169Z [00:02:03.433]➜  			"zh-CN/mts/ListCustomGroups.json",
2025-08-20T19:15:57.5204605Z [00:02:03.434]➜  			"zh-CN/mts/ListCustomPersons.json",
2025-08-20T19:15:57.5204883Z [00:02:03.434]➜  			"zh-CN/mts/ListCustomViews.json",
2025-08-20T19:15:57.5205162Z [00:02:03.434]➜  			"zh-CN/mts/ListFpShotDB.json",
2025-08-20T19:15:57.5205440Z [00:02:03.434]➜  			"zh-CN/mts/ListFpShotFiles.json",
2025-08-20T19:15:57.5205753Z [00:02:03.434]➜  			"zh-CN/mts/ListFpShotImportJob.json",
2025-08-20T19:15:57.5206005Z [00:02:03.434]➜  			"zh-CN/mts/ListJob.json",
2025-08-20T19:15:57.5206355Z [00:02:03.434]➜  			"zh-CN/mts/ListMediaWorkflowExecutions.json",
2025-08-20T19:15:57.5206658Z [00:02:03.434]➜  			"zh-CN/mts/QueryAnalysisJobList.json",
2025-08-20T19:15:57.5206982Z [00:02:03.434]➜  			"zh-CN/mts/QueryFpDBDeleteJobList.json",
2025-08-20T19:15:57.5207307Z [00:02:03.434]➜  			"zh-CN/mts/QueryFpFileDeleteJobList.json",
2025-08-20T19:15:57.5207605Z [00:02:03.434]➜  			"zh-CN/mts/QueryFpShotJobList.json",
2025-08-20T19:15:57.5207909Z [00:02:03.434]➜  			"zh-CN/mts/QueryIProductionJob.json",
2025-08-20T19:15:57.5208211Z [00:02:03.434]➜  			"zh-CN/mts/QueryJobList.json",
2025-08-20T19:15:57.5208547Z [00:02:03.434]➜  			"zh-CN/mts/QueryMediaCensorJobDetail.json",
2025-08-20T19:15:57.5208863Z [00:02:03.434]➜  			"zh-CN/mts/QueryMediaCensorJobList.json",
2025-08-20T19:15:57.5209170Z [00:02:03.434]➜  			"zh-CN/mts/QueryMediaInfoJobList.json",
2025-08-20T19:15:57.5209630Z [00:02:03.434]➜  			"zh-CN/mts/QueryMediaList.json",
2025-08-20T19:15:57.5209935Z [00:02:03.434]➜  			"zh-CN/mts/QueryMediaListByURL.json",
2025-08-20T19:15:57.5210320Z [00:02:03.434]➜  			"zh-CN/mts/QueryMediaWorkflowExecutionList.json",
2025-08-20T19:15:57.5210638Z [00:02:03.434]➜  			"zh-CN/mts/QueryMediaWorkflowList.json",
2025-08-20T19:15:57.5210936Z [00:02:03.434]➜  			"zh-CN/mts/QueryPipelineList.json",
2025-08-20T19:15:57.5211206Z [00:02:03.434]➜  			"zh-CN/mts/QuerySmarttagJob.json",
2025-08-20T19:15:57.5211664Z [00:02:03.434]➜  			"zh-CN/mts/QuerySmarttagTemplateList.json",
2025-08-20T19:15:57.5211996Z [00:02:03.434]➜  			"zh-CN/mts/QuerySnapshotJobList.json",
2025-08-20T19:15:57.5212313Z [00:02:03.434]➜  			"zh-CN/mts/QueryTemplateList.json",
2025-08-20T19:15:57.5212915Z [00:02:03.434]➜  			"zh-CN/mts/QueryWaterMarkTemplateList.json",
2025-08-20T19:15:57.5213242Z [00:02:03.434]➜  			"zh-CN/mts/RegisterCustomFace.json",
2025-08-20T19:15:57.5213541Z [00:02:03.434]➜  			"zh-CN/mts/RegisterCustomView.json",
2025-08-20T19:15:57.5213881Z [00:02:03.434]➜  			"zh-CN/mts/ReportFpShotJobResult.json",
2025-08-20T19:15:57.5214191Z [00:02:03.434]➜  			"zh-CN/mts/SearchMediaWorkflow.json",
2025-08-20T19:15:57.5214476Z [00:02:03.434]➜  			"zh-CN/mts/SearchPipeline.json",
2025-08-20T19:15:57.5214767Z [00:02:03.434]➜  			"zh-CN/mts/SearchTemplate.json",
2025-08-20T19:15:57.5215084Z [00:02:03.434]➜  			"zh-CN/mts/SearchWaterMarkTemplate.json",
2025-08-20T19:15:57.5215401Z [00:02:03.434]➜  			"zh-CN/mts/SubmitAnalysisJob.json",
2025-08-20T19:15:57.5215727Z [00:02:03.434]➜  			"zh-CN/mts/SubmitFpDBDeleteJob.json",
2025-08-20T19:15:57.5216048Z [00:02:03.434]➜  			"zh-CN/mts/SubmitFpFileDeleteJob.json",
2025-08-20T19:15:57.5216321Z [00:02:03.434]➜  			"zh-CN/mts/SubmitFpShotJob.json",
2025-08-20T19:15:57.5216631Z [00:02:03.434]➜  			"zh-CN/mts/SubmitIProductionJob.json",
2025-08-20T19:15:57.5216889Z [00:02:03.434]➜  			"zh-CN/mts/SubmitJobs.json",
2025-08-20T19:15:57.5217392Z [00:02:03.434]➜  			"zh-CN/mts/SubmitMediaCensorJob.json",
2025-08-20T19:15:57.5217728Z [00:02:03.434]➜  			"zh-CN/mts/SubmitMediaInfoJob.json",
2025-08-20T19:15:57.5218031Z [00:02:03.434]➜  			"zh-CN/mts/SubmitSmarttagJob.json",
2025-08-20T19:15:57.5218310Z [00:02:03.434]➜  			"zh-CN/mts/SubmitSnapshotJob.json",
2025-08-20T19:15:57.5218637Z [00:02:03.434]➜  			"zh-CN/mts/TagCustomPerson.json",
2025-08-20T19:15:57.5218958Z [00:02:03.434]➜  			"zh-CN/mts/UnbindInputBucket.json",
2025-08-20T19:15:57.5219277Z [00:02:03.434]➜  			"zh-CN/mts/UnbindOutputBucket.json",
2025-08-20T19:15:57.5219585Z [00:02:03.434]➜  			"zh-CN/mts/UnregisterCustomFace.json",
2025-08-20T19:15:57.5219990Z [00:02:03.434]➜  			"zh-CN/mts/UpdateMedia.json",
2025-08-20T19:15:57.5220297Z [00:02:03.434]➜  			"zh-CN/mts/UpdateMediaCategory.json",
2025-08-20T19:15:57.5220606Z [00:02:03.434]➜  			"zh-CN/mts/UpdateMediaCover.json",
2025-08-20T19:15:57.5220937Z [00:02:03.434]➜  			"zh-CN/mts/UpdateMediaPublishState.json",
2025-08-20T19:15:57.5221259Z [00:02:03.434]➜  			"zh-CN/mts/UpdateMediaWorkflow.json",
2025-08-20T19:15:57.5221631Z [00:02:03.434]➜  			"zh-CN/mts/UpdateMediaWorkflowTriggerMode.json",
2025-08-20T19:15:57.5221926Z [00:02:03.434]➜  			"zh-CN/mts/UpdatePipeline.json",
2025-08-20T19:15:57.5222245Z [00:02:03.434]➜  			"zh-CN/mts/UpdateSmarttagTemplate.json",
2025-08-20T19:15:57.5222794Z [00:02:03.434]➜  			"zh-CN/mts/UpdateTemplate.json",
2025-08-20T19:15:57.5223131Z [00:02:03.434]➜  			"zh-CN/mts/UpdateWaterMarkTemplate.json",
2025-08-20T19:15:57.5223401Z [00:02:03.434]➜  			"zh-CN/mts/version.json",
2025-08-20T19:15:57.5223704Z [00:02:03.434]➜  			"zh-CN/nas/AddClientToBlackList.json",
2025-08-20T19:15:57.5223965Z [00:02:03.435]➜  			"zh-CN/nas/AddTags.json",
2025-08-20T19:15:57.5224291Z [00:02:03.435]➜  			"zh-CN/nas/ApplyAutoSnapshotPolicy.json",
2025-08-20T19:15:57.5224636Z [00:02:03.435]➜  			"zh-CN/nas/ApplyDataFlowAutoRefresh.json",
2025-08-20T19:15:57.5224975Z [00:02:03.435]➜  			"zh-CN/nas/CancelAutoSnapshotPolicy.json",
2025-08-20T19:15:57.5225340Z [00:02:03.435]➜  			"zh-CN/nas/CancelDataFlowAutoRefresh.json",
2025-08-20T19:15:57.5225800Z [00:02:03.435]➜  			"zh-CN/nas/CancelDataFlowTask.json",
2025-08-20T19:15:57.5226104Z [00:02:03.435]➜  			"zh-CN/nas/CancelDirQuota.json",
2025-08-20T19:15:57.5226463Z [00:02:03.435]➜  			"zh-CN/nas/CancelLifecycleRetrieveJob.json",
2025-08-20T19:15:57.5226778Z [00:02:03.435]➜  			"zh-CN/nas/CancelRecycleBinJob.json",
2025-08-20T19:15:57.5227104Z [00:02:03.435]➜  			"zh-CN/nas/ChangeResourceGroup.json",
2025-08-20T19:15:57.5227540Z [00:02:03.435]➜  			"zh-CN/nas/CreateAccessGroup.json",
2025-08-20T19:15:57.5227864Z [00:02:03.435]➜  			"zh-CN/nas/CreateAccessRule.json",
2025-08-20T19:15:57.5228224Z [00:02:03.435]➜  			"zh-CN/nas/CreateAutoSnapshotPolicy.json",
2025-08-20T19:15:57.5228526Z [00:02:03.435]➜  			"zh-CN/nas/CreateDataFlow.json",
2025-08-20T19:15:57.5228832Z [00:02:03.435]➜  			"zh-CN/nas/CreateDataFlowTask.json",
2025-08-20T19:15:57.5229097Z [00:02:03.435]➜  			"zh-CN/nas/CreateFile.json",
2025-08-20T19:15:57.5229393Z [00:02:03.435]➜  			"zh-CN/nas/CreateFileSystem.json",
2025-08-20T19:15:57.5229675Z [00:02:03.435]➜  			"zh-CN/nas/CreateFileset.json",
2025-08-20T19:15:57.5229959Z [00:02:03.435]➜  			"zh-CN/nas/CreateLDAPConfig.json",
2025-08-20T19:15:57.5230279Z [00:02:03.435]➜  			"zh-CN/nas/CreateLifecyclePolicy.json",
2025-08-20T19:15:57.5230615Z [00:02:03.435]➜  			"zh-CN/nas/CreateLifecycleRetrieveJob.json",
2025-08-20T19:15:57.5230912Z [00:02:03.435]➜  			"zh-CN/nas/CreateLogAnalysis.json",
2025-08-20T19:15:57.5231212Z [00:02:03.435]➜  			"zh-CN/nas/CreateMountTarget.json",
2025-08-20T19:15:57.5231550Z [00:02:03.435]➜  			"zh-CN/nas/CreateProtocolMountTarget.json",
2025-08-20T19:15:57.5231859Z [00:02:03.435]➜  			"zh-CN/nas/CreateProtocolService.json",
2025-08-20T19:15:57.5232183Z [00:02:03.435]➜  			"zh-CN/nas/CreateRecycleBinDeleteJob.json",
2025-08-20T19:15:57.5232686Z [00:02:03.435]➜  			"zh-CN/nas/CreateRecycleBinRestoreJob.json",
2025-08-20T19:15:57.5232974Z [00:02:03.435]➜  			"zh-CN/nas/CreateSnapshot.json",
2025-08-20T19:15:57.5233468Z [00:02:03.435]➜  			"zh-CN/nas/DeleteAccessGroup.json",
2025-08-20T19:15:57.5233796Z [00:02:03.435]➜  			"zh-CN/nas/DeleteAccessRule.json",
2025-08-20T19:15:57.5234134Z [00:02:03.435]➜  			"zh-CN/nas/DeleteAutoSnapshotPolicy.json",
2025-08-20T19:15:57.5234422Z [00:02:03.435]➜  			"zh-CN/nas/DeleteDataFlow.json",
2025-08-20T19:15:57.5234703Z [00:02:03.435]➜  			"zh-CN/nas/DeleteFileSystem.json",
2025-08-20T19:15:57.5234981Z [00:02:03.435]➜  			"zh-CN/nas/DeleteFileset.json",
2025-08-20T19:15:57.5235280Z [00:02:03.435]➜  			"zh-CN/nas/DeleteLDAPConfig.json",
2025-08-20T19:15:57.5235582Z [00:02:03.435]➜  			"zh-CN/nas/DeleteLifecyclePolicy.json",
2025-08-20T19:15:57.5235978Z [00:02:03.435]➜  			"zh-CN/nas/DeleteLogAnalysis.json",
2025-08-20T19:15:57.5236264Z [00:02:03.435]➜  			"zh-CN/nas/DeleteMountTarget.json",
2025-08-20T19:15:57.5236588Z [00:02:03.435]➜  			"zh-CN/nas/DeleteProtocolMountTarget.json",
2025-08-20T19:15:57.5236897Z [00:02:03.435]➜  			"zh-CN/nas/DeleteProtocolService.json",
2025-08-20T19:15:57.5237190Z [00:02:03.435]➜  			"zh-CN/nas/DeleteSnapshot.json",
2025-08-20T19:15:57.5237491Z [00:02:03.435]➜  			"zh-CN/nas/DescribeAccessGroups.json",
2025-08-20T19:15:57.5237776Z [00:02:03.435]➜  			"zh-CN/nas/DescribeAccessRules.json",
2025-08-20T19:15:57.5238130Z [00:02:03.435]➜  			"zh-CN/nas/DescribeAutoSnapshotPolicies.json",
2025-08-20T19:15:57.5238457Z [00:02:03.435]➜  			"zh-CN/nas/DescribeAutoSnapshotTasks.json",
2025-08-20T19:15:57.5238794Z [00:02:03.435]➜  			"zh-CN/nas/DescribeBlackListClients.json",
2025-08-20T19:15:57.5239093Z [00:02:03.435]➜  			"zh-CN/nas/DescribeDataFlowTasks.json",
2025-08-20T19:15:57.5239369Z [00:02:03.435]➜  			"zh-CN/nas/DescribeDataFlows.json",
2025-08-20T19:15:57.5239664Z [00:02:03.435]➜  			"zh-CN/nas/DescribeDirQuotas.json",
2025-08-20T19:15:57.5240013Z [00:02:03.435]➜  			"zh-CN/nas/DescribeFileSystemStatistics.json",
2025-08-20T19:15:57.5240330Z [00:02:03.435]➜  			"zh-CN/nas/DescribeFileSystems.json",
2025-08-20T19:15:57.5240619Z [00:02:03.435]➜  			"zh-CN/nas/DescribeFilesets.json",
2025-08-20T19:15:57.5241096Z [00:02:03.435]➜  			"zh-CN/nas/DescribeLifecyclePolicies.json",
2025-08-20T19:15:57.5241389Z [00:02:03.435]➜  			"zh-CN/nas/DescribeLogAnalysis.json",
2025-08-20T19:15:57.5241690Z [00:02:03.435]➜  			"zh-CN/nas/DescribeMountTargets.json",
2025-08-20T19:15:57.5241991Z [00:02:03.435]➜  			"zh-CN/nas/DescribeMountedClients.json",
2025-08-20T19:15:57.5242259Z [00:02:03.435]➜  			"zh-CN/nas/DescribeNfsAcl.json",
2025-08-20T19:15:57.5242904Z [00:02:03.435]➜  			"zh-CN/nas/DescribeProtocolMountTarget.json",
2025-08-20T19:15:57.5243248Z [00:02:03.435]➜  			"zh-CN/nas/DescribeProtocolService.json",
2025-08-20T19:15:57.5243529Z [00:02:03.435]➜  			"zh-CN/nas/DescribeRegions.json",
2025-08-20T19:15:57.5243823Z [00:02:03.435]➜  			"zh-CN/nas/DescribeSmbAcl.json",
2025-08-20T19:15:57.5244118Z [00:02:03.435]➜  			"zh-CN/nas/DescribeSnapshots.json",
2025-08-20T19:15:57.5244447Z [00:02:03.435]➜  			"zh-CN/nas/DescribeStoragePackages.json",
2025-08-20T19:15:57.5244739Z [00:02:03.435]➜  			"zh-CN/nas/DescribeZones.json",
2025-08-20T19:15:57.5245092Z [00:02:03.435]➜  			"zh-CN/nas/DisableAndCleanRecycleBin.json",
2025-08-20T19:15:57.5245361Z [00:02:03.435]➜  			"zh-CN/nas/DisableNfsAcl.json",
2025-08-20T19:15:57.5245633Z [00:02:03.435]➜  			"zh-CN/nas/DisableSmbAcl.json",
2025-08-20T19:15:57.5245898Z [00:02:03.435]➜  			"zh-CN/nas/EnableNfsAcl.json",
2025-08-20T19:15:57.5246200Z [00:02:03.435]➜  			"zh-CN/nas/EnableRecycleBin.json",
2025-08-20T19:15:57.5246481Z [00:02:03.435]➜  			"zh-CN/nas/EnableSmbAcl.json",
2025-08-20T19:15:57.5246838Z [00:02:03.435]➜  			"zh-CN/nas/GetDirectoryOrFileProperties.json",
2025-08-20T19:15:57.5247167Z [00:02:03.435]➜  			"zh-CN/nas/GetRecycleBinAttribute.json",
2025-08-20T19:15:57.5247500Z [00:02:03.435]➜  			"zh-CN/nas/ListDirectoriesAndFiles.json",
2025-08-20T19:15:57.5247828Z [00:02:03.435]➜  			"zh-CN/nas/ListLifecycleRetrieveJobs.json",
2025-08-20T19:15:57.5248351Z [00:02:03.435]➜  			"zh-CN/nas/ListRecentlyRecycledDirectories.json",
2025-08-20T19:15:57.5248672Z [00:02:03.435]➜  			"zh-CN/nas/ListRecycleBinJobs.json",
2025-08-20T19:15:57.5249056Z [00:02:03.435]➜  			"zh-CN/nas/ListRecycledDirectoriesAndFiles.json",
2025-08-20T19:15:57.5249347Z [00:02:03.435]➜  			"zh-CN/nas/ListTagResources.json",
2025-08-20T19:15:57.5249634Z [00:02:03.435]➜  			"zh-CN/nas/ModifyAccessGroup.json",
2025-08-20T19:15:57.5249919Z [00:02:03.435]➜  			"zh-CN/nas/ModifyAccessRule.json",
2025-08-20T19:15:57.5250275Z [00:02:03.435]➜  			"zh-CN/nas/ModifyAutoSnapshotPolicy.json",
2025-08-20T19:15:57.5250547Z [00:02:03.435]➜  			"zh-CN/nas/ModifyDataFlow.json",
2025-08-20T19:15:57.5251006Z [00:02:03.435]➜  			"zh-CN/nas/ModifyDataFlowAutoRefresh.json",
2025-08-20T19:15:57.5251285Z [00:02:03.435]➜  			"zh-CN/nas/ModifyFileSystem.json",
2025-08-20T19:15:57.5251566Z [00:02:03.435]➜  			"zh-CN/nas/ModifyFileset.json",
2025-08-20T19:15:57.5251855Z [00:02:03.435]➜  			"zh-CN/nas/ModifyLDAPConfig.json",
2025-08-20T19:15:57.5252172Z [00:02:03.435]➜  			"zh-CN/nas/ModifyLifecyclePolicy.json",
2025-08-20T19:15:57.5252694Z [00:02:03.435]➜  			"zh-CN/nas/ModifyMountTarget.json",
2025-08-20T19:15:57.5253038Z [00:02:03.435]➜  			"zh-CN/nas/ModifyProtocolMountTarget.json",
2025-08-20T19:15:57.5253361Z [00:02:03.435]➜  			"zh-CN/nas/ModifyProtocolService.json",
2025-08-20T19:15:57.5253640Z [00:02:03.435]➜  			"zh-CN/nas/ModifySmbAcl.json",
2025-08-20T19:15:57.5253934Z [00:02:03.435]➜  			"zh-CN/nas/OpenNASService.json",
2025-08-20T19:15:57.5254274Z [00:02:03.435]➜  			"zh-CN/nas/RemoveClientFromBlackList.json",
2025-08-20T19:15:57.5254546Z [00:02:03.435]➜  			"zh-CN/nas/RemoveTags.json",
2025-08-20T19:15:57.5254832Z [00:02:03.435]➜  			"zh-CN/nas/ResetFileSystem.json",
2025-08-20T19:15:57.5255166Z [00:02:03.435]➜  			"zh-CN/nas/RetryLifecycleRetrieveJob.json",
2025-08-20T19:15:57.5255426Z [00:02:03.435]➜  			"zh-CN/nas/SetDirQuota.json",
2025-08-20T19:15:57.5255702Z [00:02:03.435]➜  			"zh-CN/nas/StartDataFlow.json",
2025-08-20T19:15:57.5255971Z [00:02:03.435]➜  			"zh-CN/nas/StopDataFlow.json",
2025-08-20T19:15:57.5256393Z [00:02:03.435]➜  			"zh-CN/nas/TagResources.json",
2025-08-20T19:15:57.5256660Z [00:02:03.435]➜  			"zh-CN/nas/UntagResources.json",
2025-08-20T19:15:57.5256996Z [00:02:03.435]➜  			"zh-CN/nas/UpdateRecycleBinAttribute.json",
2025-08-20T19:15:57.5257294Z [00:02:03.435]➜  			"zh-CN/nas/UpgradeFileSystem.json",
2025-08-20T19:15:57.5257546Z [00:02:03.435]➜  			"zh-CN/nas/version.json",
2025-08-20T19:15:57.5257970Z [00:02:03.435]➜  			"zh-CN/nlb/AddServersToServerGroup.json",
2025-08-20T19:15:57.5258491Z [00:02:03.435]➜  			"zh-CN/nlb/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:57.5258963Z [00:02:03.435]➜  			"zh-CN/nlb/AttachCommonBandwidthPackageToLoadBalancer.json",
2025-08-20T19:15:57.5259329Z [00:02:03.435]➜  			"zh-CN/nlb/CancelShiftLoadBalancerZones.json",
2025-08-20T19:15:57.5259617Z [00:02:03.435]➜  			"zh-CN/nlb/CreateListener.json",
2025-08-20T19:15:57.5259920Z [00:02:03.435]➜  			"zh-CN/nlb/CreateLoadBalancer.json",
2025-08-20T19:15:57.5260243Z [00:02:03.435]➜  			"zh-CN/nlb/CreateSecurityPolicy.json",
2025-08-20T19:15:57.5260534Z [00:02:03.435]➜  			"zh-CN/nlb/CreateServerGroup.json",
2025-08-20T19:15:57.5260799Z [00:02:03.435]➜  			"zh-CN/nlb/DeleteListener.json",
2025-08-20T19:15:57.5261088Z [00:02:03.435]➜  			"zh-CN/nlb/DeleteLoadBalancer.json",
2025-08-20T19:15:57.5261385Z [00:02:03.435]➜  			"zh-CN/nlb/DeleteSecurityPolicy.json",
2025-08-20T19:15:57.5261679Z [00:02:03.435]➜  			"zh-CN/nlb/DeleteServerGroup.json",
2025-08-20T19:15:57.5261962Z [00:02:03.435]➜  			"zh-CN/nlb/DescribeRegions.json",
2025-08-20T19:15:57.5262234Z [00:02:03.435]➜  			"zh-CN/nlb/DescribeZones.json",
2025-08-20T19:15:57.5262923Z [00:02:03.435]➜  			"zh-CN/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json",
2025-08-20T19:15:57.5263299Z [00:02:03.435]➜  			"zh-CN/nlb/DisableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:57.5263809Z [00:02:03.435]➜  			"zh-CN/nlb/DisassociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:57.5264326Z [00:02:03.435]➜  			"zh-CN/nlb/EnableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:57.5264604Z [00:02:03.435]➜  			"zh-CN/nlb/GetJobStatus.json",
2025-08-20T19:15:57.5264926Z [00:02:03.435]➜  			"zh-CN/nlb/GetListenerAttribute.json",
2025-08-20T19:15:57.5265255Z [00:02:03.435]➜  			"zh-CN/nlb/GetListenerHealthStatus.json",
2025-08-20T19:15:57.5265672Z [00:02:03.435]➜  			"zh-CN/nlb/GetLoadBalancerAttribute.json",
2025-08-20T19:15:57.5265996Z [00:02:03.435]➜  			"zh-CN/nlb/ListListenerCertificates.json",
2025-08-20T19:15:57.5266281Z [00:02:03.435]➜  			"zh-CN/nlb/ListListeners.json",
2025-08-20T19:15:57.5266592Z [00:02:03.435]➜  			"zh-CN/nlb/ListLoadBalancers.json",
2025-08-20T19:15:57.5267032Z [00:02:03.435]➜  			"zh-CN/nlb/ListSecurityPolicy.json",
2025-08-20T19:15:57.5267359Z [00:02:03.435]➜  			"zh-CN/nlb/ListServerGroupServers.json",
2025-08-20T19:15:57.5267648Z [00:02:03.435]➜  			"zh-CN/nlb/ListServerGroups.json",
2025-08-20T19:15:57.5267982Z [00:02:03.435]➜  			"zh-CN/nlb/ListSystemSecurityPolicy.json",
2025-08-20T19:15:57.5268292Z [00:02:03.436]➜  			"zh-CN/nlb/ListTagResources.json",
2025-08-20T19:15:57.5268659Z [00:02:03.436]➜  			"zh-CN/nlb/LoadBalancerJoinSecurityGroup.json",
2025-08-20T19:15:57.5269025Z [00:02:03.436]➜  			"zh-CN/nlb/LoadBalancerLeaveSecurityGroup.json",
2025-08-20T19:15:57.5269323Z [00:02:03.436]➜  			"zh-CN/nlb/MoveResourceGroup.json",
2025-08-20T19:15:57.5269679Z [00:02:03.436]➜  			"zh-CN/nlb/RemoveServersFromServerGroup.json",
2025-08-20T19:15:57.5269978Z [00:02:03.436]➜  			"zh-CN/nlb/StartListener.json",
2025-08-20T19:15:57.5270329Z [00:02:03.436]➜  			"zh-CN/nlb/StartShiftLoadBalancerZones.json",
2025-08-20T19:15:57.5270618Z [00:02:03.436]➜  			"zh-CN/nlb/StopListener.json",
2025-08-20T19:15:57.5270877Z [00:02:03.436]➜  			"zh-CN/nlb/TagResources.json",
2025-08-20T19:15:57.5271153Z [00:02:03.436]➜  			"zh-CN/nlb/UntagResources.json",
2025-08-20T19:15:57.5271474Z [00:02:03.436]➜  			"zh-CN/nlb/UpdateListenerAttribute.json",
2025-08-20T19:15:57.5271901Z [00:02:03.436]➜  			"zh-CN/nlb/UpdateLoadBalancerAddressTypeConfig.json",
2025-08-20T19:15:57.5272585Z [00:02:03.436]➜  			"zh-CN/nlb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:15:57.5272973Z [00:02:03.436]➜  			"zh-CN/nlb/UpdateLoadBalancerProtection.json",
2025-08-20T19:15:57.5273295Z [00:02:03.436]➜  			"zh-CN/nlb/UpdateLoadBalancerZones.json",
2025-08-20T19:15:57.5273659Z [00:02:03.436]➜  			"zh-CN/nlb/UpdateSecurityPolicyAttribute.json",
2025-08-20T19:15:57.5274136Z [00:02:03.436]➜  			"zh-CN/nlb/UpdateServerGroupAttribute.json",
2025-08-20T19:15:57.5274557Z [00:02:03.436]➜  			"zh-CN/nlb/UpdateServerGroupServersAttribute.json",
2025-08-20T19:15:57.5274821Z [00:02:03.436]➜  			"zh-CN/nlb/version.json",
2025-08-20T19:15:57.5275145Z [00:02:03.436]➜  			"zh-CN/objectdet/DetectIPCObject.json",
2025-08-20T19:15:57.5275488Z [00:02:03.436]➜  			"zh-CN/objectdet/DetectKitchenAnimals.json",
2025-08-20T19:15:57.5275798Z [00:02:03.436]➜  			"zh-CN/objectdet/DetectMainBody.json",
2025-08-20T19:15:57.5276229Z [00:02:03.436]➜  			"zh-CN/objectdet/DetectObject.json",
2025-08-20T19:15:57.5276629Z [00:02:03.436]➜  			"zh-CN/objectdet/DetectVehicleICongestion.json",
2025-08-20T19:15:57.5277018Z [00:02:03.436]➜  			"zh-CN/objectdet/DetectVehicleIllegalParking.json",
2025-08-20T19:15:57.5277373Z [00:02:03.436]➜  			"zh-CN/objectdet/DetectVideoIPCObject.json",
2025-08-20T19:15:57.5277704Z [00:02:03.436]➜  			"zh-CN/objectdet/DetectWhiteBaseImage.json",
2025-08-20T19:15:57.5278017Z [00:02:03.436]➜  			"zh-CN/objectdet/DetectWorkwear.json",
2025-08-20T19:15:57.5278341Z [00:02:03.436]➜  			"zh-CN/objectdet/GetAsyncJobResult.json",
2025-08-20T19:15:57.5278625Z [00:02:03.436]➜  			"zh-CN/objectdet/version.json",
2025-08-20T19:15:57.5279035Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CancelProjectModifyRecord.json",
2025-08-20T19:15:57.5279460Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateBackupSetDownloadLink.json",
2025-08-20T19:15:57.5279797Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateDatabase.json",
2025-08-20T19:15:57.5280144Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateInstance.json",
2025-08-20T19:15:57.5280458Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateLabel.json",
2025-08-20T19:15:57.5280825Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateMySqlDataSource.json",
2025-08-20T19:15:57.5281207Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateOceanBaseDataSource.json",
2025-08-20T19:15:57.5281594Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateOmsMysqlDataSource.json",
2025-08-20T19:15:57.5281986Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateOmsOpenAPIProject.json",
2025-08-20T19:15:57.5282310Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateProject.json",
2025-08-20T19:15:57.5283087Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateProjectModifyRecords.json",
2025-08-20T19:15:57.5283538Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateRdsPostgreSQLDataSource.json",
2025-08-20T19:15:57.5283912Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateSecurityIpGroup.json",
2025-08-20T19:15:57.5284231Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateTenant.json",
2025-08-20T19:15:57.5284700Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateTenantReadOnlyConnection.json",
2025-08-20T19:15:57.5285108Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateTenantSecurityIpGroup.json",
2025-08-20T19:15:57.5285451Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/CreateTenantUser.json",
2025-08-20T19:15:57.5285803Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DeleteDataSource.json",
2025-08-20T19:15:57.5286150Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DeleteDatabases.json",
2025-08-20T19:15:57.5286478Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DeleteInstances.json",
2025-08-20T19:15:57.5286860Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DeleteOmsOpenAPIProject.json",
2025-08-20T19:15:57.5287186Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DeleteProject.json",
2025-08-20T19:15:57.5287556Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DeleteSecurityIpGroup.json",
2025-08-20T19:15:57.5287965Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DeleteTenantSecurityIpGroup.json",
2025-08-20T19:15:57.5288323Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DeleteTenantUsers.json",
2025-08-20T19:15:57.5288785Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DeleteTenants.json",
2025-08-20T19:15:57.5289178Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeAnomalySQLList.json",
2025-08-20T19:15:57.5289592Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeAvailableCpuResource.json",
2025-08-20T19:15:57.5290009Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeAvailableMemResource.json",
2025-08-20T19:15:57.5290535Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeAvailableSpec.json",
2025-08-20T19:15:57.5290930Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeAvailableZone.json",
2025-08-20T19:15:57.5291268Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeCharset.json",
2025-08-20T19:15:57.5291655Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeDataBackupSet.json",
2025-08-20T19:15:57.5292002Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeDatabases.json",
2025-08-20T19:15:57.5292342Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeInstance.json",
2025-08-20T19:15:57.5293137Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeInstanceCreatableZone.json",
2025-08-20T19:15:57.5293512Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeInstanceSSL.json",
2025-08-20T19:15:57.5293941Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeInstanceSecurityConfigs.json",
2025-08-20T19:15:57.5294302Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeInstanceTags.json",
2025-08-20T19:15:57.5294706Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeInstanceTenantModes.json",
2025-08-20T19:15:57.5295099Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeInstanceTopology.json",
2025-08-20T19:15:57.5295424Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeInstances.json",
2025-08-20T19:15:57.5295772Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeMetricsData.json",
2025-08-20T19:15:57.5296095Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeNodeMetrics.json",
2025-08-20T19:15:57.5296481Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeOasAnomalySQLList.json",
2025-08-20T19:15:57.5296835Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeOasSQLDetails.json",
2025-08-20T19:15:57.5297226Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeOasSQLHistoryList.json",
2025-08-20T19:15:57.5297570Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeOasSQLPlans.json",
2025-08-20T19:15:57.5297941Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeOasSlowSQLList.json",
2025-08-20T19:15:57.5298299Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeOasTopSQLList.json",
2025-08-20T19:15:57.5298702Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeOmsOpenAPIProject.json",
2025-08-20T19:15:57.5299126Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeOmsOpenAPIProjectSteps.json",
2025-08-20T19:15:57.5299637Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeOutlineBinding.json",
2025-08-20T19:15:57.5299982Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeParameters.json",
2025-08-20T19:15:57.5300367Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeParametersHistory.json",
2025-08-20T19:15:57.5300693Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeProject.json",
2025-08-20T19:15:57.5301074Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeProjectComponents.json",
2025-08-20T19:15:57.5301433Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeProjectProgress.json",
2025-08-20T19:15:57.5301815Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeProjectStepMetric.json",
2025-08-20T19:15:57.5302239Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeProjectSteps.json",
2025-08-20T19:15:57.5302825Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeRecommendIndex.json",
2025-08-20T19:15:57.5303177Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeSQLDetails.json",
2025-08-20T19:15:57.5303549Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeSQLHistoryList.json",
2025-08-20T19:15:57.5303882Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeSQLPlans.json",
2025-08-20T19:15:57.5304236Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeSQLSamples.json",
2025-08-20T19:15:57.5304626Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeSampleSqlRawTexts.json",
2025-08-20T19:15:57.5305189Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeSecurityIpGroups.json",
2025-08-20T19:15:57.5305584Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeSlowSQLHistoryList.json",
2025-08-20T19:15:57.5305943Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeSlowSQLList.json",
2025-08-20T19:15:57.5306246Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeTenant.json",
2025-08-20T19:15:57.5306641Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeTenantEncryption.json",
2025-08-20T19:15:57.5307137Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeTenantMetrics.json",
2025-08-20T19:15:57.5307586Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeTenantSecurityConfigs.json",
2025-08-20T19:15:57.5308022Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeTenantSecurityIpGroups.json",
2025-08-20T19:15:57.5308391Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeTenantTags.json",
2025-08-20T19:15:57.5308776Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeTenantUserRoles.json",
2025-08-20T19:15:57.5309261Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeTenantUsers.json",
2025-08-20T19:15:57.5309665Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeTenantZonesRead.json",
2025-08-20T19:15:57.5310010Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeTenants.json",
2025-08-20T19:15:57.5310339Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeTimeZones.json",
2025-08-20T19:15:57.5310666Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeTopSQLList.json",
2025-08-20T19:15:57.5310998Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/DescribeZones.json",
2025-08-20T19:15:57.5311335Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/GetUploadOssUrl.json",
2025-08-20T19:15:57.5311688Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/KillProcessList.json",
2025-08-20T19:15:57.5311994Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ListAllLabels.json",
2025-08-20T19:15:57.5312324Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ListDataSource.json",
2025-08-20T19:15:57.5312974Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ListProjectFullVerifyResult.json",
2025-08-20T19:15:57.5313410Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ListProjectModifyRecords.json",
2025-08-20T19:15:57.5313744Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ListProjects.json",
2025-08-20T19:15:57.5314119Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ListWorkerInstances.json",
2025-08-20T19:15:57.5314510Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyDatabaseDescription.json",
2025-08-20T19:15:57.5314895Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyDatabaseUserRoles.json",
2025-08-20T19:15:57.5315242Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyInstanceName.json",
2025-08-20T19:15:57.5315602Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyInstanceNodeNum.json",
2025-08-20T19:15:57.5316112Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyInstanceSpec.json",
2025-08-20T19:15:57.5316439Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyInstanceTags.json",
2025-08-20T19:15:57.5316877Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyInstanceTemporaryCapacity.json",
2025-08-20T19:15:57.5317225Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyParameters.json",
2025-08-20T19:15:57.5317695Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifySecurityIps.json",
2025-08-20T19:15:57.5318073Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyTenantEncryption.json",
2025-08-20T19:15:57.5318448Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyTenantPrimaryZone.json",
2025-08-20T19:15:57.5318817Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyTenantResource.json",
2025-08-20T19:15:57.5319236Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyTenantSecurityIpGroup.json",
2025-08-20T19:15:57.5319569Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyTenantTags.json",
2025-08-20T19:15:57.5319962Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyTenantUserDescription.json",
2025-08-20T19:15:57.5320347Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyTenantUserPassword.json",
2025-08-20T19:15:57.5320691Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyTenantUserRoles.json",
2025-08-20T19:15:57.5321057Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ModifyTenantUserStatus.json",
2025-08-20T19:15:57.5321446Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ReleaseOmsOpenAPIProject.json",
2025-08-20T19:15:57.5321778Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ReleaseProject.json",
2025-08-20T19:15:57.5322141Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ReleaseWorkerInstance.json",
2025-08-20T19:15:57.5322752Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ResetOmsOpenAPIProject.json",
2025-08-20T19:15:57.5323153Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ResumeOmsOpenAPIProject.json",
2025-08-20T19:15:57.5323622Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/ResumeProject.json",
2025-08-20T19:15:57.5324025Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/RetryProjectModifyRecords.json",
2025-08-20T19:15:57.5324472Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/SearchOmsOpenAPIMonitorMetric.json",
2025-08-20T19:15:57.5324863Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/SearchOmsOpenAPIProjects.json",
2025-08-20T19:15:57.5325241Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/StartOmsOpenAPIProject.json",
2025-08-20T19:15:57.5325707Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/StartProject.json",
2025-08-20T19:15:57.5326123Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/StartProjectsByLabel.json",
2025-08-20T19:15:57.5326518Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/StopOmsOpenAPIProject.json",
2025-08-20T19:15:57.5326861Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/StopProject.json",
2025-08-20T19:15:57.5327285Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/StopProjectModifyRecords.json",
2025-08-20T19:15:57.5327705Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/StopProjectsByLabel.json",
2025-08-20T19:15:57.5328101Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/SwitchoverInstance.json",
2025-08-20T19:15:57.5328438Z [00:02:03.436]➜  			"zh-CN/oceanbasepro/version.json",
2025-08-20T19:15:57.5328757Z [00:02:03.436]➜  			"zh-CN/ocr/GetAsyncJobResult.json",
2025-08-20T19:15:57.5329080Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizeBankCard.json",
2025-08-20T19:15:57.5329462Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizeBusinessLicense.json",
2025-08-20T19:15:57.5329816Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizeCharacter.json",
2025-08-20T19:15:57.5330163Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizeDriverLicense.json",
2025-08-20T19:15:57.5330513Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizeDrivingLicense.json",
2025-08-20T19:15:57.5330831Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizeIdentityCard.json",
2025-08-20T19:15:57.5331158Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizeLicensePlate.json",
2025-08-20T19:15:57.5331445Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizePdf.json",
2025-08-20T19:15:57.5331742Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizeQrCode.json",
2025-08-20T19:15:57.5332066Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizeQuotaInvoice.json",
2025-08-20T19:15:57.5332769Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizeTable.json",
2025-08-20T19:15:57.5333105Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizeTaxiInvoice.json",
2025-08-20T19:15:57.5333440Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizeTicketInvoice.json",
2025-08-20T19:15:57.5333902Z [00:02:03.436]➜  			"zh-CN/ocr/RecognizeTrainTicket.json",
2025-08-20T19:15:57.5334251Z [00:02:03.437]➜  			"zh-CN/ocr/RecognizeVATInvoice.json",
2025-08-20T19:15:57.5334818Z [00:02:03.437]➜  			"zh-CN/ocr/RecognizeVINCode.json",
2025-08-20T19:15:57.5335155Z [00:02:03.437]➜  			"zh-CN/ocr/RecognizeVideoCharacter.json",
2025-08-20T19:15:57.5335427Z [00:02:03.437]➜  			"zh-CN/ocr/version.json",
2025-08-20T19:15:57.5335721Z [00:02:03.437]➜  			"zh-CN/ons/ListTagResources.json",
2025-08-20T19:15:57.5336049Z [00:02:03.437]➜  			"zh-CN/ons/OnsConsumerAccumulate.json",
2025-08-20T19:15:57.5336390Z [00:02:03.437]➜  			"zh-CN/ons/OnsConsumerGetConnection.json",
2025-08-20T19:15:57.5336722Z [00:02:03.437]➜  			"zh-CN/ons/OnsConsumerResetOffset.json",
2025-08-20T19:15:57.5337036Z [00:02:03.437]➜  			"zh-CN/ons/OnsConsumerStatus.json",
2025-08-20T19:15:57.5337363Z [00:02:03.437]➜  			"zh-CN/ons/OnsConsumerTimeSpan.json",
2025-08-20T19:15:57.5337671Z [00:02:03.437]➜  			"zh-CN/ons/OnsDLQMessageGetById.json",
2025-08-20T19:15:57.5338062Z [00:02:03.437]➜  			"zh-CN/ons/OnsDLQMessagePageQueryByGroupId.json",
2025-08-20T19:15:57.5338405Z [00:02:03.437]➜  			"zh-CN/ons/OnsDLQMessageResendById.json",
2025-08-20T19:15:57.5338735Z [00:02:03.437]➜  			"zh-CN/ons/OnsGroupConsumerUpdate.json",
2025-08-20T19:15:57.5339020Z [00:02:03.437]➜  			"zh-CN/ons/OnsGroupCreate.json",
2025-08-20T19:15:57.5339302Z [00:02:03.437]➜  			"zh-CN/ons/OnsGroupDelete.json",
2025-08-20T19:15:57.5339578Z [00:02:03.437]➜  			"zh-CN/ons/OnsGroupList.json",
2025-08-20T19:15:57.5339882Z [00:02:03.437]➜  			"zh-CN/ons/OnsGroupSubDetail.json",
2025-08-20T19:15:57.5340368Z [00:02:03.437]➜  			"zh-CN/ons/OnsInstanceBaseInfo.json",
2025-08-20T19:15:57.5340666Z [00:02:03.437]➜  			"zh-CN/ons/OnsInstanceCreate.json",
2025-08-20T19:15:57.5340963Z [00:02:03.437]➜  			"zh-CN/ons/OnsInstanceDelete.json",
2025-08-20T19:15:57.5341305Z [00:02:03.437]➜  			"zh-CN/ons/OnsInstanceInServiceList.json",
2025-08-20T19:15:57.5341603Z [00:02:03.437]➜  			"zh-CN/ons/OnsInstanceUpdate.json",
2025-08-20T19:15:57.5341894Z [00:02:03.437]➜  			"zh-CN/ons/OnsMessageDetail.json",
2025-08-20T19:15:57.5342300Z [00:02:03.437]➜  			"zh-CN/ons/OnsMessageGetByKey.json",
2025-08-20T19:15:57.5342791Z [00:02:03.437]➜  			"zh-CN/ons/OnsMessageGetByMsgId.json",
2025-08-20T19:15:57.5343136Z [00:02:03.437]➜  			"zh-CN/ons/OnsMessagePageQueryByTopic.json",
2025-08-20T19:15:57.5343416Z [00:02:03.437]➜  			"zh-CN/ons/OnsMessagePush.json",
2025-08-20T19:15:57.5343691Z [00:02:03.437]➜  			"zh-CN/ons/OnsMessageTrace.json",
2025-08-20T19:15:57.5343965Z [00:02:03.437]➜  			"zh-CN/ons/OnsRegionList.json",
2025-08-20T19:15:57.5344250Z [00:02:03.437]➜  			"zh-CN/ons/OnsTopicCreate.json",
2025-08-20T19:15:57.5344521Z [00:02:03.437]➜  			"zh-CN/ons/OnsTopicDelete.json",
2025-08-20T19:15:57.5344803Z [00:02:03.437]➜  			"zh-CN/ons/OnsTopicList.json",
2025-08-20T19:15:57.5345071Z [00:02:03.437]➜  			"zh-CN/ons/OnsTopicStatus.json",
2025-08-20T19:15:57.5345372Z [00:02:03.437]➜  			"zh-CN/ons/OnsTopicSubDetail.json",
2025-08-20T19:15:57.5345651Z [00:02:03.437]➜  			"zh-CN/ons/OnsTopicUpdate.json",
2025-08-20T19:15:57.5345967Z [00:02:03.437]➜  			"zh-CN/ons/OnsTraceGetResult.json",
2025-08-20T19:15:57.5346275Z [00:02:03.437]➜  			"zh-CN/ons/OnsTraceQueryByMsgId.json",
2025-08-20T19:15:57.5346591Z [00:02:03.437]➜  			"zh-CN/ons/OnsTraceQueryByMsgKey.json",
2025-08-20T19:15:57.5346900Z [00:02:03.437]➜  			"zh-CN/ons/OnsTrendGroupOutputTps.json",
2025-08-20T19:15:57.5347209Z [00:02:03.437]➜  			"zh-CN/ons/OnsTrendTopicInputTps.json",
2025-08-20T19:15:57.5347480Z [00:02:03.437]➜  			"zh-CN/ons/OpenOnsService.json",
2025-08-20T19:15:57.5347760Z [00:02:03.437]➜  			"zh-CN/ons/TagResources.json",
2025-08-20T19:15:57.5348072Z [00:02:03.437]➜  			"zh-CN/ons/UntagResources.json",
2025-08-20T19:15:57.5348501Z [00:02:03.437]➜  			"zh-CN/ons/version.json",
2025-08-20T19:15:57.5348782Z [00:02:03.437]➜  			"zh-CN/oos/CancelExecution.json",
2025-08-20T19:15:57.5349085Z [00:02:03.437]➜  			"zh-CN/oos/ChangeResourceGroup.json",
2025-08-20T19:15:57.5349452Z [00:02:03.437]➜  			"zh-CN/oos/ContinueDeployApplicationGroup.json",
2025-08-20T19:15:57.5349874Z [00:02:03.437]➜  			"zh-CN/oos/CreateApplication.json",
2025-08-20T19:15:57.5350186Z [00:02:03.437]➜  			"zh-CN/oos/CreateApplicationGroup.json",
2025-08-20T19:15:57.5350467Z [00:02:03.437]➜  			"zh-CN/oos/CreateOpsItem.json",
2025-08-20T19:15:57.5350753Z [00:02:03.437]➜  			"zh-CN/oos/CreateParameter.json",
2025-08-20T19:15:57.5351058Z [00:02:03.437]➜  			"zh-CN/oos/CreatePatchBaseline.json",
2025-08-20T19:15:57.5351365Z [00:02:03.437]➜  			"zh-CN/oos/CreateSecretParameter.json",
2025-08-20T19:15:57.5351718Z [00:02:03.437]➜  			"zh-CN/oos/CreateStateConfiguration.json",
2025-08-20T19:15:57.5351994Z [00:02:03.437]➜  			"zh-CN/oos/CreateTemplate.json",
2025-08-20T19:15:57.5352291Z [00:02:03.437]➜  			"zh-CN/oos/DeleteApplication.json",
2025-08-20T19:15:57.5352785Z [00:02:03.437]➜  			"zh-CN/oos/DeleteApplicationGroup.json",
2025-08-20T19:15:57.5353095Z [00:02:03.437]➜  			"zh-CN/oos/DeleteExecutions.json",
2025-08-20T19:15:57.5353378Z [00:02:03.437]➜  			"zh-CN/oos/DeleteParameter.json",
2025-08-20T19:15:57.5353702Z [00:02:03.437]➜  			"zh-CN/oos/DeletePatchBaseline.json",
2025-08-20T19:15:57.5354003Z [00:02:03.437]➜  			"zh-CN/oos/DeleteSecretParameter.json",
2025-08-20T19:15:57.5354326Z [00:02:03.437]➜  			"zh-CN/oos/DeleteStateConfigurations.json",
2025-08-20T19:15:57.5354591Z [00:02:03.437]➜  			"zh-CN/oos/DeleteTemplate.json",
2025-08-20T19:15:57.5354868Z [00:02:03.437]➜  			"zh-CN/oos/DeleteTemplates.json",
2025-08-20T19:15:57.5355178Z [00:02:03.437]➜  			"zh-CN/oos/DeployApplicationGroup.json",
2025-08-20T19:15:57.5355687Z [00:02:03.437]➜  			"zh-CN/oos/DescribeApplicationGroupBill.json",
2025-08-20T19:15:57.5355986Z [00:02:03.437]➜  			"zh-CN/oos/DescribeRegions.json",
2025-08-20T19:15:57.5356316Z [00:02:03.437]➜  			"zh-CN/oos/GenerateExecutionPolicy.json",
2025-08-20T19:15:57.5356596Z [00:02:03.437]➜  			"zh-CN/oos/GetApplication.json",
2025-08-20T19:15:57.5356897Z [00:02:03.437]➜  			"zh-CN/oos/GetApplicationGroup.json",
2025-08-20T19:15:57.5357292Z [00:02:03.437]➜  			"zh-CN/oos/GetExecutionTemplate.json",
2025-08-20T19:15:57.5357597Z [00:02:03.437]➜  			"zh-CN/oos/GetInventorySchema.json",
2025-08-20T19:15:57.5357862Z [00:02:03.437]➜  			"zh-CN/oos/GetOpsItem.json",
2025-08-20T19:15:57.5358123Z [00:02:03.437]➜  			"zh-CN/oos/GetParameter.json",
2025-08-20T19:15:57.5358381Z [00:02:03.437]➜  			"zh-CN/oos/GetParameters.json",
2025-08-20T19:15:57.5358657Z [00:02:03.437]➜  			"zh-CN/oos/GetParametersByPath.json",
2025-08-20T19:15:57.5358943Z [00:02:03.437]➜  			"zh-CN/oos/GetPatchBaseline.json",
2025-08-20T19:15:57.5359236Z [00:02:03.437]➜  			"zh-CN/oos/GetSecretParameter.json",
2025-08-20T19:15:57.5359522Z [00:02:03.437]➜  			"zh-CN/oos/GetSecretParameters.json",
2025-08-20T19:15:57.5359840Z [00:02:03.437]➜  			"zh-CN/oos/GetSecretParametersByPath.json",
2025-08-20T19:15:57.5360122Z [00:02:03.437]➜  			"zh-CN/oos/GetServiceSettings.json",
2025-08-20T19:15:57.5360369Z [00:02:03.437]➜  			"zh-CN/oos/GetTemplate.json",
2025-08-20T19:15:57.5360616Z [00:02:03.437]➜  			"zh-CN/oos/ListActions.json",
2025-08-20T19:15:57.5360915Z [00:02:03.437]➜  			"zh-CN/oos/ListApplicationGroups.json",
2025-08-20T19:15:57.5361190Z [00:02:03.437]➜  			"zh-CN/oos/ListApplications.json",
2025-08-20T19:15:57.5361457Z [00:02:03.437]➜  			"zh-CN/oos/ListExecutionLogs.json",
2025-08-20T19:15:57.5361758Z [00:02:03.437]➜  			"zh-CN/oos/ListExecutionRiskyTasks.json",
2025-08-20T19:15:57.5362007Z [00:02:03.437]➜  			"zh-CN/oos/ListExecutions.json",
2025-08-20T19:15:57.5362302Z [00:02:03.437]➜  			"zh-CN/oos/ListInstancePatchStates.json",
2025-08-20T19:15:57.5362780Z [00:02:03.437]➜  			"zh-CN/oos/ListInstancePatches.json",
2025-08-20T19:15:57.5363084Z [00:02:03.437]➜  			"zh-CN/oos/ListInventoryEntries.json",
2025-08-20T19:15:57.5363472Z [00:02:03.437]➜  			"zh-CN/oos/ListOpsItems.json",
2025-08-20T19:15:57.5363748Z [00:02:03.437]➜  			"zh-CN/oos/ListParameterVersions.json",
2025-08-20T19:15:57.5363981Z [00:02:03.437]➜  			"zh-CN/oos/ListParameters.json",
2025-08-20T19:15:57.5364236Z [00:02:03.437]➜  			"zh-CN/oos/ListPatchBaselines.json",
2025-08-20T19:15:57.5364699Z [00:02:03.437]➜  			"zh-CN/oos/ListResourceExecutionStatus.json",
2025-08-20T19:15:57.5365012Z [00:02:03.437]➜  			"zh-CN/oos/ListSecretParameterVersions.json",
2025-08-20T19:15:57.5365267Z [00:02:03.437]➜  			"zh-CN/oos/ListSecretParameters.json",
2025-08-20T19:15:57.5365554Z [00:02:03.437]➜  			"zh-CN/oos/ListStateConfigurations.json",
2025-08-20T19:15:57.5365791Z [00:02:03.437]➜  			"zh-CN/oos/ListTagKeys.json",
2025-08-20T19:15:57.5366092Z [00:02:03.437]➜  			"zh-CN/oos/ListTagResources.json",
2025-08-20T19:15:57.5366358Z [00:02:03.437]➜  			"zh-CN/oos/ListTagValues.json",
2025-08-20T19:15:57.5366671Z [00:02:03.437]➜  			"zh-CN/oos/ListTaskExecutions.json",
2025-08-20T19:15:57.5366964Z [00:02:03.437]➜  			"zh-CN/oos/ListTemplateVersions.json",
2025-08-20T19:15:57.5367225Z [00:02:03.437]➜  			"zh-CN/oos/ListTemplates.json",
2025-08-20T19:15:57.5367499Z [00:02:03.437]➜  			"zh-CN/oos/NotifyExecution.json",
2025-08-20T19:15:57.5367850Z [00:02:03.437]➜  			"zh-CN/oos/RegisterDefaultPatchBaseline.json",
2025-08-20T19:15:57.5368140Z [00:02:03.437]➜  			"zh-CN/oos/SearchInventory.json",
2025-08-20T19:15:57.5368432Z [00:02:03.437]➜  			"zh-CN/oos/SetServiceSettings.json",
2025-08-20T19:15:57.5368715Z [00:02:03.437]➜  			"zh-CN/oos/StartExecution.json",
2025-08-20T19:15:57.5368984Z [00:02:03.437]➜  			"zh-CN/oos/TagResources.json",
2025-08-20T19:15:57.5369279Z [00:02:03.437]➜  			"zh-CN/oos/TriggerExecution.json",
2025-08-20T19:15:57.5369692Z [00:02:03.437]➜  			"zh-CN/oos/UntagResources.json",
2025-08-20T19:15:57.5370011Z [00:02:03.437]➜  			"zh-CN/oos/UpdateApplication.json",
2025-08-20T19:15:57.5370334Z [00:02:03.437]➜  			"zh-CN/oos/UpdateApplicationGroup.json",
2025-08-20T19:15:57.5370629Z [00:02:03.437]➜  			"zh-CN/oos/UpdateExecution.json",
2025-08-20T19:15:57.5370902Z [00:02:03.437]➜  			"zh-CN/oos/UpdateOpsItem.json",
2025-08-20T19:15:57.5371185Z [00:02:03.437]➜  			"zh-CN/oos/UpdateParameter.json",
2025-08-20T19:15:57.5371480Z [00:02:03.437]➜  			"zh-CN/oos/UpdatePatchBaseline.json",
2025-08-20T19:15:57.5371931Z [00:02:03.437]➜  			"zh-CN/oos/UpdateSecretParameter.json",
2025-08-20T19:15:57.5372271Z [00:02:03.437]➜  			"zh-CN/oos/UpdateStateConfiguration.json",
2025-08-20T19:15:57.5372753Z [00:02:03.437]➜  			"zh-CN/oos/UpdateTemplate.json",
2025-08-20T19:15:57.5373078Z [00:02:03.437]➜  			"zh-CN/oos/ValidateTemplateContent.json",
2025-08-20T19:15:57.5373328Z [00:02:03.437]➜  			"zh-CN/oos/version.json",
2025-08-20T19:15:57.5373665Z [00:02:03.437]➜  			"zh-CN/polardb/CancelScheduleTasks.json",
2025-08-20T19:15:57.5373967Z [00:02:03.437]➜  			"zh-CN/polardb/CheckAccountName.json",
2025-08-20T19:15:57.5374243Z [00:02:03.437]➜  			"zh-CN/polardb/CheckDBName.json",
2025-08-20T19:15:57.5374564Z [00:02:03.437]➜  			"zh-CN/polardb/CheckKMSAuthorized.json",
2025-08-20T19:15:57.5374914Z [00:02:03.437]➜  			"zh-CN/polardb/CheckServiceLinkedRole.json",
2025-08-20T19:15:57.5375202Z [00:02:03.437]➜  			"zh-CN/polardb/CloseAITask.json",
2025-08-20T19:15:57.5375544Z [00:02:03.437]➜  			"zh-CN/polardb/CloseDBClusterMigration.json",
2025-08-20T19:15:57.5375846Z [00:02:03.437]➜  			"zh-CN/polardb/CreateAccount.json",
2025-08-20T19:15:57.5376131Z [00:02:03.437]➜  			"zh-CN/polardb/CreateBackup.json",
2025-08-20T19:15:57.5376487Z [00:02:03.437]➜  			"zh-CN/polardb/CreateColdStorageInstance.json",
2025-08-20T19:15:57.5376775Z [00:02:03.437]➜  			"zh-CN/polardb/CreateDBCluster.json",
2025-08-20T19:15:57.5377119Z [00:02:03.437]➜  			"zh-CN/polardb/CreateDBClusterEndpoint.json",
2025-08-20T19:15:57.5377460Z [00:02:03.437]➜  			"zh-CN/polardb/CreateDBEndpointAddress.json",
2025-08-20T19:15:57.5377748Z [00:02:03.437]➜  			"zh-CN/polardb/CreateDBLink.json",
2025-08-20T19:15:57.5378205Z [00:02:03.437]➜  			"zh-CN/polardb/CreateDBNodes.json",
2025-08-20T19:15:57.5378515Z [00:02:03.437]➜  			"zh-CN/polardb/CreateDatabase.json",
2025-08-20T19:15:57.5378891Z [00:02:03.437]➜  			"zh-CN/polardb/CreateGlobalDatabaseNetwork.json",
2025-08-20T19:15:57.5379284Z [00:02:03.437]➜  			"zh-CN/polardb/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.5379739Z [00:02:03.437]➜  			"zh-CN/polardb/CreateParameterGroup.json",
2025-08-20T19:15:57.5380085Z [00:02:03.437]➜  			"zh-CN/polardb/CreateServiceLinkedRole.json",
2025-08-20T19:15:57.5380397Z [00:02:03.437]➜  			"zh-CN/polardb/CreateStoragePlan.json",
2025-08-20T19:15:57.5380686Z [00:02:03.437]➜  			"zh-CN/polardb/DeleteAccount.json",
2025-08-20T19:15:57.5380974Z [00:02:03.437]➜  			"zh-CN/polardb/DeleteBackup.json",
2025-08-20T19:15:57.5381555Z [00:02:03.437]➜  			"zh-CN/polardb/DeleteDBCluster.json",
2025-08-20T19:15:57.5381924Z [00:02:03.437]➜  			"zh-CN/polardb/DeleteDBClusterEndpoint.json",
2025-08-20T19:15:57.5382275Z [00:02:03.437]➜  			"zh-CN/polardb/DeleteDBEndpointAddress.json",
2025-08-20T19:15:57.5382769Z [00:02:03.437]➜  			"zh-CN/polardb/DeleteDBLink.json",
2025-08-20T19:15:57.5383069Z [00:02:03.437]➜  			"zh-CN/polardb/DeleteDBNodes.json",
2025-08-20T19:15:57.5383373Z [00:02:03.437]➜  			"zh-CN/polardb/DeleteDatabase.json",
2025-08-20T19:15:57.5383757Z [00:02:03.437]➜  			"zh-CN/polardb/DeleteGlobalDatabaseNetwork.json",
2025-08-20T19:15:57.5384138Z [00:02:03.437]➜  			"zh-CN/polardb/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.5384452Z [00:02:03.437]➜  			"zh-CN/polardb/DeleteMaskingRules.json",
2025-08-20T19:15:57.5384784Z [00:02:03.437]➜  			"zh-CN/polardb/DeleteParameterGroup.json",
2025-08-20T19:15:57.5385099Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeAITaskStatus.json",
2025-08-20T19:15:57.5385404Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeAccounts.json",
2025-08-20T19:15:57.5385761Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeAutoRenewAttribute.json",
2025-08-20T19:15:57.5386081Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeBackupLogs.json",
2025-08-20T19:15:57.5386403Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeBackupPolicy.json",
2025-08-20T19:15:57.5386719Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeBackupTasks.json",
2025-08-20T19:15:57.5387004Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeBackups.json",
2025-08-20T19:15:57.5387487Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeCharacterSetName.json",
2025-08-20T19:15:57.5387828Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeClassList.json",
2025-08-20T19:15:57.5388248Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterAccessWhitelist.json",
2025-08-20T19:15:57.5388608Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterAttribute.json",
2025-08-20T19:15:57.5389026Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterAuditLogCollector.json",
2025-08-20T19:15:57.5389457Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterAvailableResources.json",
2025-08-20T19:15:57.5389854Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterConnectivity.json",
2025-08-20T19:15:57.5390331Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterEndpoints.json",
2025-08-20T19:15:57.5390682Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterMigration.json",
2025-08-20T19:15:57.5391005Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterMonitor.json",
2025-08-20T19:15:57.5391411Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterParameters.json",
2025-08-20T19:15:57.5391800Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterPerformance.json",
2025-08-20T19:15:57.5392131Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterSSL.json",
2025-08-20T19:15:57.5392716Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterServerlessConf.json",
2025-08-20T19:15:57.5393070Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterTDE.json",
2025-08-20T19:15:57.5393424Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusterVersion.json",
2025-08-20T19:15:57.5393759Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClusters.json",
2025-08-20T19:15:57.5394149Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBClustersWithBackups.json",
2025-08-20T19:15:57.5394594Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBInitializeVariable.json",
2025-08-20T19:15:57.5394893Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBLinks.json",
2025-08-20T19:15:57.5395254Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBNodePerformance.json",
2025-08-20T19:15:57.5395601Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBNodesParameters.json",
2025-08-20T19:15:57.5396140Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDBProxyPerformance.json",
2025-08-20T19:15:57.5396458Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDasConfig.json",
2025-08-20T19:15:57.5396782Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDatabases.json",
2025-08-20T19:15:57.5397139Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeDetachedBackups.json",
2025-08-20T19:15:57.5397653Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeGlobalDatabaseNetwork.json",
2025-08-20T19:15:57.5398053Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeGlobalDatabaseNetworks.json",
2025-08-20T19:15:57.5398455Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.5398909Z [00:02:03.437]➜  			"zh-CN/polardb/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:57.5399256Z [00:02:03.438]➜  			"zh-CN/polardb/DescribeLogBackupPolicy.json",
2025-08-20T19:15:57.5399579Z [00:02:03.438]➜  			"zh-CN/polardb/DescribeMaskingRules.json",
2025-08-20T19:15:57.5399910Z [00:02:03.438]➜  			"zh-CN/polardb/DescribeMetaList.json",
2025-08-20T19:15:57.5400255Z [00:02:03.438]➜  			"zh-CN/polardb/DescribeParameterGroup.json",
2025-08-20T19:15:57.5400610Z [00:02:03.438]➜  			"zh-CN/polardb/DescribeParameterGroups.json",
2025-08-20T19:15:57.5400983Z [00:02:03.438]➜  			"zh-CN/polardb/DescribeParameterTemplates.json",
2025-08-20T19:15:57.5401438Z [00:02:03.438]➜  			"zh-CN/polardb/DescribePendingMaintenanceAction.json",
2025-08-20T19:15:57.5401990Z [00:02:03.438]➜  			"zh-CN/polardb/DescribePendingMaintenanceActions.json",
2025-08-20T19:15:57.5402583Z [00:02:03.438]➜  			"zh-CN/polardb/DescribePolarSQLCollectorPolicy.json",
2025-08-20T19:15:57.5402922Z [00:02:03.438]➜  			"zh-CN/polardb/DescribeRegions.json",
2025-08-20T19:15:57.5403248Z [00:02:03.438]➜  			"zh-CN/polardb/DescribeScheduleTasks.json",
2025-08-20T19:15:57.5403589Z [00:02:03.438]➜  			"zh-CN/polardb/DescribeSlowLogRecords.json",
2025-08-20T19:15:57.5404027Z [00:02:03.438]➜  			"zh-CN/polardb/DescribeSlowLogs.json",
2025-08-20T19:15:57.5404353Z [00:02:03.438]➜  			"zh-CN/polardb/DescribeTasks.json",
2025-08-20T19:15:57.5404737Z [00:02:03.438]➜  			"zh-CN/polardb/DescribeUserEncryptionKeyList.json",
2025-08-20T19:15:57.5405055Z [00:02:03.438]➜  			"zh-CN/polardb/DescribeVSwitches.json",
2025-08-20T19:15:57.5405425Z [00:02:03.438]➜  			"zh-CN/polardb/DisableDBClusterServerless.json",
2025-08-20T19:15:57.5405780Z [00:02:03.438]➜  			"zh-CN/polardb/EnableDBClusterServerless.json",
2025-08-20T19:15:57.5406097Z [00:02:03.438]➜  			"zh-CN/polardb/EnableFirewallRules.json",
2025-08-20T19:15:57.5406433Z [00:02:03.438]➜  			"zh-CN/polardb/EvaluateRegionResource.json",
2025-08-20T19:15:57.5406856Z [00:02:03.438]➜  			"zh-CN/polardb/FailoverDBCluster.json",
2025-08-20T19:15:57.5407189Z [00:02:03.438]➜  			"zh-CN/polardb/GrantAccountPrivilege.json",
2025-08-20T19:15:57.5407480Z [00:02:03.438]➜  			"zh-CN/polardb/ListTagResources.json",
2025-08-20T19:15:57.5407819Z [00:02:03.438]➜  			"zh-CN/polardb/ManuallyStartDBCluster.json",
2025-08-20T19:15:57.5408166Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyAccountDescription.json",
2025-08-20T19:15:57.5408490Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyAccountPassword.json",
2025-08-20T19:15:57.5408819Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyAutoRenewAttribute.json",
2025-08-20T19:15:57.5409126Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyBackupPolicy.json",
2025-08-20T19:15:57.5409426Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBCluster.json",
2025-08-20T19:15:57.5409826Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterAccessWhitelist.json",
2025-08-20T19:15:57.5410238Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterAndNodesParameters.json",
2025-08-20T19:15:57.5410663Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterAuditLogCollector.json",
2025-08-20T19:15:57.5411000Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterDeletion.json",
2025-08-20T19:15:57.5411351Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterDescription.json",
2025-08-20T19:15:57.5411690Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterEndpoint.json",
2025-08-20T19:15:57.5412171Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterMaintainTime.json",
2025-08-20T19:15:57.5412686Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterMigration.json",
2025-08-20T19:15:57.5413010Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterMonitor.json",
2025-08-20T19:15:57.5413370Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterParameters.json",
2025-08-20T19:15:57.5413851Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterPrimaryZone.json",
2025-08-20T19:15:57.5414223Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterResourceGroup.json",
2025-08-20T19:15:57.5414538Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterSSL.json",
2025-08-20T19:15:57.5414910Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterServerlessConf.json",
2025-08-20T19:15:57.5415268Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterStorageSpace.json",
2025-08-20T19:15:57.5415559Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBClusterTDE.json",
2025-08-20T19:15:57.5415887Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBDescription.json",
2025-08-20T19:15:57.5416210Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBEndpointAddress.json",
2025-08-20T19:15:57.5416500Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBNodeClass.json",
2025-08-20T19:15:57.5416820Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBNodeHotReplicaMode.json",
2025-08-20T19:15:57.5417100Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBNodesClass.json",
2025-08-20T19:15:57.5417414Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyDBNodesParameters.json",
2025-08-20T19:15:57.5417751Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyGlobalDatabaseNetwork.json",
2025-08-20T19:15:57.5418088Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.5418460Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:15:57.5418846Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:57.5419246Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyLogBackupPolicy.json",
2025-08-20T19:15:57.5419533Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyMaskingRules.json",
2025-08-20T19:15:57.5419891Z [00:02:03.438]➜  			"zh-CN/polardb/ModifyPendingMaintenanceAction.json",
2025-08-20T19:15:57.5420136Z [00:02:03.438]➜  			"zh-CN/polardb/OpenAITask.json",
2025-08-20T19:15:57.5420481Z [00:02:03.438]➜  			"zh-CN/polardb/RefreshDBClusterStorageUsage.json",
2025-08-20T19:15:57.5420776Z [00:02:03.438]➜  			"zh-CN/polardb/RemoveDBClusterFromGDN.json",
2025-08-20T19:15:57.5421039Z [00:02:03.438]➜  			"zh-CN/polardb/ResetAccount.json",
2025-08-20T19:15:57.5421366Z [00:02:03.438]➜  			"zh-CN/polardb/ResetGlobalDatabaseNetwork.json",
2025-08-20T19:15:57.5421712Z [00:02:03.438]➜  			"zh-CN/polardb/RestartDBNode.json",
2025-08-20T19:15:57.5421964Z [00:02:03.438]➜  			"zh-CN/polardb/RestoreTable.json",
2025-08-20T19:15:57.5422261Z [00:02:03.438]➜  			"zh-CN/polardb/RevokeAccountPrivilege.json",
2025-08-20T19:15:57.5422792Z [00:02:03.438]➜  			"zh-CN/polardb/SwitchOverGlobalDatabaseNetwork.json",
2025-08-20T19:15:57.5423052Z [00:02:03.438]➜  			"zh-CN/polardb/TagResources.json",
2025-08-20T19:15:57.5423332Z [00:02:03.438]➜  			"zh-CN/polardb/TempModifyDBNode.json",
2025-08-20T19:15:57.5423654Z [00:02:03.438]➜  			"zh-CN/polardb/TransformDBClusterPayType.json",
2025-08-20T19:15:57.5423926Z [00:02:03.438]➜  			"zh-CN/polardb/UntagResources.json",
2025-08-20T19:15:57.5424262Z [00:02:03.438]➜  			"zh-CN/polardb/UpgradeDBClusterMinorVersion.json",
2025-08-20T19:15:57.5424571Z [00:02:03.438]➜  			"zh-CN/polardb/UpgradeDBClusterVersion.json",
2025-08-20T19:15:57.5424802Z [00:02:03.438]➜  			"zh-CN/polardb/version.json",
2025-08-20T19:15:57.5425155Z [00:02:03.438]➜  			"zh-CN/privatelink/AddUserToVpcEndpointService.json",
2025-08-20T19:15:57.5425455Z [00:02:03.438]➜  			"zh-CN/privatelink/AddZoneToVpcEndpoint.json",
2025-08-20T19:15:57.5425877Z [00:02:03.438]➜  			"zh-CN/privatelink/AttachResourceToVpcEndpointService.json",
2025-08-20T19:15:57.5426273Z [00:02:03.438]➜  			"zh-CN/privatelink/AttachSecurityGroupToVpcEndpoint.json",
2025-08-20T19:15:57.5426679Z [00:02:03.438]➜  			"zh-CN/privatelink/ChangeResourceGroup.json",
2025-08-20T19:15:57.5426962Z [00:02:03.438]➜  			"zh-CN/privatelink/CheckProductOpen.json",
2025-08-20T19:15:57.5427257Z [00:02:03.438]➜  			"zh-CN/privatelink/CreateVpcEndpoint.json",
2025-08-20T19:15:57.5427587Z [00:02:03.438]➜  			"zh-CN/privatelink/CreateVpcEndpointService.json",
2025-08-20T19:15:57.5427980Z [00:02:03.438]➜  			"zh-CN/privatelink/DeleteVpcEndpoint.json",
2025-08-20T19:15:57.5428319Z [00:02:03.438]➜  			"zh-CN/privatelink/DeleteVpcEndpointService.json",
2025-08-20T19:15:57.5428621Z [00:02:03.438]➜  			"zh-CN/privatelink/DescribeRegions.json",
2025-08-20T19:15:57.5428893Z [00:02:03.438]➜  			"zh-CN/privatelink/DescribeZones.json",
2025-08-20T19:15:57.5429322Z [00:02:03.438]➜  			"zh-CN/privatelink/DetachResourceFromVpcEndpointService.json",
2025-08-20T19:15:57.5429740Z [00:02:03.438]➜  			"zh-CN/privatelink/DetachSecurityGroupFromVpcEndpoint.json",
2025-08-20T19:15:57.5430119Z [00:02:03.438]➜  			"zh-CN/privatelink/DisableVpcEndpointConnection.json",
2025-08-20T19:15:57.5430519Z [00:02:03.438]➜  			"zh-CN/privatelink/DisableVpcEndpointZoneConnection.json",
2025-08-20T19:15:57.5430871Z [00:02:03.438]➜  			"zh-CN/privatelink/EnableVpcEndpointConnection.json",
2025-08-20T19:15:57.5431250Z [00:02:03.438]➜  			"zh-CN/privatelink/EnableVpcEndpointZoneConnection.json",
2025-08-20T19:15:57.5431586Z [00:02:03.438]➜  			"zh-CN/privatelink/GetVpcEndpointAttribute.json",
2025-08-20T19:15:57.5431946Z [00:02:03.438]➜  			"zh-CN/privatelink/GetVpcEndpointServiceAttribute.json",
2025-08-20T19:15:57.5432241Z [00:02:03.438]➜  			"zh-CN/privatelink/ListTagResources.json",
2025-08-20T19:15:57.5432748Z [00:02:03.438]➜  			"zh-CN/privatelink/ListVpcEndpointConnections.json",
2025-08-20T19:15:57.5433164Z [00:02:03.438]➜  			"zh-CN/privatelink/ListVpcEndpointSecurityGroups.json",
2025-08-20T19:15:57.5433583Z [00:02:03.438]➜  			"zh-CN/privatelink/ListVpcEndpointServiceResources.json",
2025-08-20T19:15:57.5434104Z [00:02:03.438]➜  			"zh-CN/privatelink/ListVpcEndpointServiceUsers.json",
2025-08-20T19:15:57.5434476Z [00:02:03.438]➜  			"zh-CN/privatelink/ListVpcEndpointServices.json",
2025-08-20T19:15:57.5434909Z [00:02:03.438]➜  			"zh-CN/privatelink/ListVpcEndpointServicesByEndUser.json",
2025-08-20T19:15:57.5435256Z [00:02:03.438]➜  			"zh-CN/privatelink/ListVpcEndpointZones.json",
2025-08-20T19:15:57.5435584Z [00:02:03.438]➜  			"zh-CN/privatelink/ListVpcEndpoints.json",
2025-08-20T19:15:57.5435943Z [00:02:03.438]➜  			"zh-CN/privatelink/OpenPrivateLinkService.json",
2025-08-20T19:15:57.5436361Z [00:02:03.438]➜  			"zh-CN/privatelink/RemoveUserFromVpcEndpointService.json",
2025-08-20T19:15:57.5436866Z [00:02:03.438]➜  			"zh-CN/privatelink/RemoveZoneFromVpcEndpoint.json",
2025-08-20T19:15:57.5437163Z [00:02:03.438]➜  			"zh-CN/privatelink/TagResources.json",
2025-08-20T19:15:57.5437463Z [00:02:03.438]➜  			"zh-CN/privatelink/UntagResources.json",
2025-08-20T19:15:57.5437874Z [00:02:03.438]➜  			"zh-CN/privatelink/UpdateVpcEndpointAttribute.json",
2025-08-20T19:15:57.5438351Z [00:02:03.438]➜  			"zh-CN/privatelink/UpdateVpcEndpointConnectionAttribute.json",
2025-08-20T19:15:57.5438802Z [00:02:03.438]➜  			"zh-CN/privatelink/UpdateVpcEndpointServiceAttribute.json",
2025-08-20T19:15:57.5439325Z [00:02:03.438]➜  			"zh-CN/privatelink/UpdateVpcEndpointServiceResourceAttribute.json",
2025-08-20T19:15:57.5439936Z [00:02:03.438]➜  			"zh-CN/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json",
2025-08-20T19:15:57.5440219Z [00:02:03.438]➜  			"zh-CN/privatelink/version.json",
2025-08-20T19:15:57.5440458Z [00:02:03.438]➜  			"zh-CN/products.json",
2025-08-20T19:15:57.5440716Z [00:02:03.438]➜  			"zh-CN/push/BindAlias.json",
2025-08-20T19:15:57.5440977Z [00:02:03.438]➜  			"zh-CN/push/BindPhone.json",
2025-08-20T19:15:57.5441221Z [00:02:03.438]➜  			"zh-CN/push/BindTag.json",
2025-08-20T19:15:57.5441498Z [00:02:03.438]➜  			"zh-CN/push/CancelPush.json",
2025-08-20T19:15:57.5441941Z [00:02:03.438]➜  			"zh-CN/push/CheckCertificate.json",
2025-08-20T19:15:57.5442211Z [00:02:03.438]➜  			"zh-CN/push/CheckDevice.json",
2025-08-20T19:15:57.5442691Z [00:02:03.438]➜  			"zh-CN/push/CheckDevices.json",
2025-08-20T19:15:57.5443043Z [00:02:03.438]➜  			"zh-CN/push/CompleteContinuouslyPush.json",
2025-08-20T19:15:57.5443350Z [00:02:03.438]➜  			"zh-CN/push/ContinuouslyPush.json",
2025-08-20T19:15:57.5443638Z [00:02:03.438]➜  			"zh-CN/push/ListSummaryApps.json",
2025-08-20T19:15:57.5444031Z [00:02:03.438]➜  			"zh-CN/push/ListTags.json",
2025-08-20T19:15:57.5444312Z [00:02:03.438]➜  			"zh-CN/push/MassPush.json",
2025-08-20T19:15:57.5444569Z [00:02:03.438]➜  			"zh-CN/push/Push.json",
2025-08-20T19:15:57.5444900Z [00:02:03.438]➜  			"zh-CN/push/PushMessageToAndroid.json",
2025-08-20T19:15:57.5445204Z [00:02:03.438]➜  			"zh-CN/push/PushMessageToiOS.json",
2025-08-20T19:15:57.5445506Z [00:02:03.438]➜  			"zh-CN/push/PushNoticeToAndroid.json",
2025-08-20T19:15:57.5445804Z [00:02:03.438]➜  			"zh-CN/push/PushNoticeToiOS.json",
2025-08-20T19:15:57.5446086Z [00:02:03.438]➜  			"zh-CN/push/QueryAliases.json",
2025-08-20T19:15:57.5446378Z [00:02:03.438]➜  			"zh-CN/push/QueryDeviceInfo.json",
2025-08-20T19:15:57.5446657Z [00:02:03.438]➜  			"zh-CN/push/QueryDeviceStat.json",
2025-08-20T19:15:57.5446973Z [00:02:03.438]➜  			"zh-CN/push/QueryDevicesByAccount.json",
2025-08-20T19:15:57.5447272Z [00:02:03.438]➜  			"zh-CN/push/QueryDevicesByAlias.json",
2025-08-20T19:15:57.5447573Z [00:02:03.438]➜  			"zh-CN/push/QueryPushRecords.json",
2025-08-20T19:15:57.5447883Z [00:02:03.438]➜  			"zh-CN/push/QueryPushStatByApp.json",
2025-08-20T19:15:57.5448194Z [00:02:03.438]➜  			"zh-CN/push/QueryPushStatByMsg.json",
2025-08-20T19:15:57.5448451Z [00:02:03.438]➜  			"zh-CN/push/QueryTags.json",
2025-08-20T19:15:57.5448767Z [00:02:03.438]➜  			"zh-CN/push/QueryUniqueDeviceStat.json",
2025-08-20T19:15:57.5449019Z [00:02:03.438]➜  			"zh-CN/push/RemoveTag.json",
2025-08-20T19:15:57.5449418Z [00:02:03.438]➜  			"zh-CN/push/UnbindAlias.json",
2025-08-20T19:15:57.5449696Z [00:02:03.438]➜  			"zh-CN/push/UnbindPhone.json",
2025-08-20T19:15:57.5449956Z [00:02:03.438]➜  			"zh-CN/push/UnbindTag.json",
2025-08-20T19:15:57.5450201Z [00:02:03.438]➜  			"zh-CN/push/version.json",
2025-08-20T19:15:57.5450509Z [00:02:03.438]➜  			"zh-CN/pvtz/AddResolverEndpoint.json",
2025-08-20T19:15:57.5450783Z [00:02:03.438]➜  			"zh-CN/pvtz/AddResolverRule.json",
2025-08-20T19:15:57.5451108Z [00:02:03.438]➜  			"zh-CN/pvtz/AddUserVpcAuthorization.json",
2025-08-20T19:15:57.5451358Z [00:02:03.438]➜  			"zh-CN/pvtz/AddZone.json",
2025-08-20T19:15:57.5451642Z [00:02:03.438]➜  			"zh-CN/pvtz/AddZoneRecord.json",
2025-08-20T19:15:57.5452104Z [00:02:03.438]➜  			"zh-CN/pvtz/BindResolverRuleVpc.json",
2025-08-20T19:15:57.5452579Z [00:02:03.438]➜  			"zh-CN/pvtz/BindZoneVpc.json",
2025-08-20T19:15:57.5452875Z [00:02:03.438]➜  			"zh-CN/pvtz/CheckZoneName.json",
2025-08-20T19:15:57.5453212Z [00:02:03.438]➜  			"zh-CN/pvtz/DeleteResolverEndpoint.json",
2025-08-20T19:15:57.5453548Z [00:02:03.438]➜  			"zh-CN/pvtz/DeleteResolverRule.json",
2025-08-20T19:15:57.5453906Z [00:02:03.438]➜  			"zh-CN/pvtz/DeleteUserVpcAuthorization.json",
2025-08-20T19:15:57.5454192Z [00:02:03.438]➜  			"zh-CN/pvtz/DeleteZone.json",
2025-08-20T19:15:57.5454476Z [00:02:03.438]➜  			"zh-CN/pvtz/DeleteZoneRecord.json",
2025-08-20T19:15:57.5454773Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeChangeLogs.json",
2025-08-20T19:15:57.5455051Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeRegions.json",
2025-08-20T19:15:57.5455378Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeRequestGraph.json",
2025-08-20T19:15:57.5455752Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeResolverAvailableZones.json",
2025-08-20T19:15:57.5456103Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeResolverEndpoint.json",
2025-08-20T19:15:57.5456444Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeResolverEndpoints.json",
2025-08-20T19:15:57.5456757Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeResolverRule.json",
2025-08-20T19:15:57.5457075Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeResolverRules.json",
2025-08-20T19:15:57.5457640Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeStatisticSummary.json",
2025-08-20T19:15:57.5457979Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeSyncEcsHostTask.json",
2025-08-20T19:15:57.5458262Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeTags.json",
2025-08-20T19:15:57.5458631Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeUserVpcAuthorizations.json",
2025-08-20T19:15:57.5458928Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeZoneInfo.json",
2025-08-20T19:15:57.5459348Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeZoneRecords.json",
2025-08-20T19:15:57.5459659Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeZoneVpcTree.json",
2025-08-20T19:15:57.5459942Z [00:02:03.438]➜  			"zh-CN/pvtz/DescribeZones.json",
2025-08-20T19:15:57.5460242Z [00:02:03.438]➜  			"zh-CN/pvtz/ListTagResources.json",
2025-08-20T19:15:57.5460555Z [00:02:03.438]➜  			"zh-CN/pvtz/MoveResourceGroup.json",
2025-08-20T19:15:57.5460852Z [00:02:03.438]➜  			"zh-CN/pvtz/SetProxyPattern.json",
2025-08-20T19:15:57.5461269Z [00:02:03.438]➜  			"zh-CN/pvtz/SetZoneRecordStatus.json",
2025-08-20T19:15:57.5461553Z [00:02:03.438]➜  			"zh-CN/pvtz/TagResources.json",
2025-08-20T19:15:57.5461830Z [00:02:03.438]➜  			"zh-CN/pvtz/UntagResources.json",
2025-08-20T19:15:57.5462134Z [00:02:03.438]➜  			"zh-CN/pvtz/UpdateRecordRemark.json",
2025-08-20T19:15:57.5462665Z [00:02:03.438]➜  			"zh-CN/pvtz/UpdateResolverEndpoint.json",
2025-08-20T19:15:57.5463007Z [00:02:03.438]➜  			"zh-CN/pvtz/UpdateResolverRule.json",
2025-08-20T19:15:57.5463328Z [00:02:03.438]➜  			"zh-CN/pvtz/UpdateSyncEcsHostTask.json",
2025-08-20T19:15:57.5463612Z [00:02:03.438]➜  			"zh-CN/pvtz/UpdateZoneRecord.json",
2025-08-20T19:15:57.5463899Z [00:02:03.439]➜  			"zh-CN/pvtz/UpdateZoneRemark.json",
2025-08-20T19:15:57.5464139Z [00:02:03.439]➜  			"zh-CN/pvtz/version.json",
2025-08-20T19:15:57.5464485Z [00:02:03.439]➜  			"zh-CN/qualitycheck/AddBusinessCategory.json",
2025-08-20T19:15:57.5464833Z [00:02:03.439]➜  			"zh-CN/qualitycheck/AddThesaurusForApi.json",
2025-08-20T19:15:57.5465154Z [00:02:03.439]➜  			"zh-CN/qualitycheck/CreateAsrVocab.json",
2025-08-20T19:15:57.5465493Z [00:02:03.439]➜  			"zh-CN/qualitycheck/DelThesaurusForApi.json",
2025-08-20T19:15:57.5465816Z [00:02:03.439]➜  			"zh-CN/qualitycheck/DeleteAsrVocab.json",
2025-08-20T19:15:57.5466194Z [00:02:03.439]➜  			"zh-CN/qualitycheck/DeleteBusinessCategory.json",
2025-08-20T19:15:57.5466537Z [00:02:03.439]➜  			"zh-CN/qualitycheck/DeleteScoreForApi.json",
2025-08-20T19:15:57.5466917Z [00:02:03.439]➜  			"zh-CN/qualitycheck/DeleteSubScoreForApi.json",
2025-08-20T19:15:57.5467235Z [00:02:03.439]➜  			"zh-CN/qualitycheck/DoCheckResource.json",
2025-08-20T19:15:57.5467755Z [00:02:03.439]➜  			"zh-CN/qualitycheck/DoLogicalDeleteResource.json",
2025-08-20T19:15:57.5468121Z [00:02:03.439]➜  			"zh-CN/qualitycheck/DoPhysicalDeleteResource.json",
2025-08-20T19:15:57.5468449Z [00:02:03.439]➜  			"zh-CN/qualitycheck/EditThesaurusForApi.json",
2025-08-20T19:15:57.5468817Z [00:02:03.439]➜  			"zh-CN/qualitycheck/ExecuteAsrTransform.json",
2025-08-20T19:15:57.5469243Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GenerateCustomizationModelId.json",
2025-08-20T19:15:57.5469572Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetAccAsrResult.json",
2025-08-20T19:15:57.5469875Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetAsrVocab.json",
2025-08-20T19:15:57.5470208Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetAudioDataStatus.json",
2025-08-20T19:15:57.5470564Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetBusinessCategoryList.json",
2025-08-20T19:15:57.5470971Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetCustomizationConfigList.json",
2025-08-20T19:15:57.5471285Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetDataSetList.json",
2025-08-20T19:15:57.5471628Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetFileDimension.json",
2025-08-20T19:15:57.5471922Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetResult.json",
2025-08-20T19:15:57.5472235Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetResultCount.json",
2025-08-20T19:15:57.5472760Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetReviewInfo.json",
2025-08-20T19:15:57.5473240Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetRule.json",
2025-08-20T19:15:57.5473556Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetRuleDetail.json",
2025-08-20T19:15:57.5473885Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetRuleDimension.json",
2025-08-20T19:15:57.5474181Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetScoreInfo.json",
2025-08-20T19:15:57.5474599Z [00:02:03.439]➜  			"zh-CN/qualitycheck/GetThesaurusBySynonymForApi.json",
2025-08-20T19:15:57.5475064Z [00:02:03.439]➜  			"zh-CN/qualitycheck/InsertScoreForApi.json",
2025-08-20T19:15:57.5475436Z [00:02:03.439]➜  			"zh-CN/qualitycheck/InsertSubScoreForApi.json",
2025-08-20T19:15:57.5475747Z [00:02:03.439]➜  			"zh-CN/qualitycheck/InvalidRule.json",
2025-08-20T19:15:57.5476071Z [00:02:03.439]➜  			"zh-CN/qualitycheck/ListDataSetTask.json",
2025-08-20T19:15:57.5476381Z [00:02:03.439]➜  			"zh-CN/qualitycheck/RegisterNotice.json",
2025-08-20T19:15:57.5476821Z [00:02:03.439]➜  			"zh-CN/qualitycheck/SaveReviewResult.json",
2025-08-20T19:15:57.5477160Z [00:02:03.439]➜  			"zh-CN/qualitycheck/SubmitReviewInfo.json",
2025-08-20T19:15:57.5477466Z [00:02:03.439]➜  			"zh-CN/qualitycheck/TestNetwork.json",
2025-08-20T19:15:57.5477829Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UpdateAsrVocab.json",
2025-08-20T19:15:57.5478240Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UpdateOnPurchaseSuccess.json",
2025-08-20T19:15:57.5478541Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UpdateRule.json",
2025-08-20T19:15:57.5478881Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UpdateRuleForAnt.json",
2025-08-20T19:15:57.5479216Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UpdateScoreForApi.json",
2025-08-20T19:15:57.5479590Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UpdateSubScoreForApi.json",
2025-08-20T19:15:57.5479920Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UploadAudioData.json",
2025-08-20T19:15:57.5480266Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UploadAudioData4Pre.json",
2025-08-20T19:15:57.5480655Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UploadAudioDataWithRules.json",
2025-08-20T19:15:57.5481075Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UploadAudioDataWithRules4Pre.json",
2025-08-20T19:15:57.5481367Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UploadData.json",
2025-08-20T19:15:57.5481729Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UploadDataSync.json",
2025-08-20T19:15:57.5482066Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UploadDataWithRules.json",
2025-08-20T19:15:57.5482359Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UploadRule.json",
2025-08-20T19:15:57.5483020Z [00:02:03.439]➜  			"zh-CN/qualitycheck/UploadRuleForAnt.json",
2025-08-20T19:15:57.5483313Z [00:02:03.439]➜  			"zh-CN/qualitycheck/version.json",
2025-08-20T19:15:57.5483805Z [00:02:03.439]➜  			"zh-CN/quotas/CreateQuotaAlarm.json",
2025-08-20T19:15:57.5484139Z [00:02:03.439]➜  			"zh-CN/quotas/CreateQuotaApplication.json",
2025-08-20T19:15:57.5484551Z [00:02:03.439]➜  			"zh-CN/quotas/CreateQuotaApplicationsForTemplate.json",
2025-08-20T19:15:57.5484903Z [00:02:03.439]➜  			"zh-CN/quotas/CreateTemplateQuotaItem.json",
2025-08-20T19:15:57.5485196Z [00:02:03.439]➜  			"zh-CN/quotas/DeleteQuotaAlarm.json",
2025-08-20T19:15:57.5485525Z [00:02:03.439]➜  			"zh-CN/quotas/DeleteTemplateQuotaItem.json",
2025-08-20T19:15:57.5485806Z [00:02:03.440]➜  			"zh-CN/quotas/GetProductQuota.json",
2025-08-20T19:15:57.5486156Z [00:02:03.440]➜  			"zh-CN/quotas/GetProductQuotaDimension.json",
2025-08-20T19:15:57.5493110Z [00:02:03.440]➜  			"zh-CN/quotas/GetQuotaAlarm.json",
2025-08-20T19:15:57.5493429Z [00:02:03.440]➜  			"zh-CN/quotas/GetQuotaApplication.json",
2025-08-20T19:15:57.5493867Z [00:02:03.440]➜  			"zh-CN/quotas/GetQuotaTemplateServiceStatus.json",
2025-08-20T19:15:57.5494203Z [00:02:03.440]➜  			"zh-CN/quotas/ListAlarmHistories.json",
2025-08-20T19:15:57.5494526Z [00:02:03.440]➜  			"zh-CN/quotas/ListDependentQuotas.json",
2025-08-20T19:15:57.5494858Z [00:02:03.440]➜  			"zh-CN/quotas/ListProductDimensionGroups.json",
2025-08-20T19:15:57.5495207Z [00:02:03.440]➜  			"zh-CN/quotas/ListProductQuotaDimensions.json",
2025-08-20T19:15:57.5495636Z [00:02:03.440]➜  			"zh-CN/quotas/ListProductQuotas.json",
2025-08-20T19:15:57.5495899Z [00:02:03.440]➜  			"zh-CN/quotas/ListProducts.json",
2025-08-20T19:15:57.5496165Z [00:02:03.440]➜  			"zh-CN/quotas/ListQuotaAlarms.json",
2025-08-20T19:15:57.5496519Z [00:02:03.440]➜  			"zh-CN/quotas/ListQuotaApplicationTemplates.json",
2025-08-20T19:15:57.5496815Z [00:02:03.440]➜  			"zh-CN/quotas/ListQuotaApplications.json",
2025-08-20T19:15:57.5497337Z [00:02:03.440]➜  			"zh-CN/quotas/ListQuotaApplicationsDetailForTemplate.json",
2025-08-20T19:15:57.5497710Z [00:02:03.440]➜  			"zh-CN/quotas/ListQuotaApplicationsForTemplate.json",
2025-08-20T19:15:57.5498084Z [00:02:03.440]➜  			"zh-CN/quotas/ModifyQuotaTemplateServiceStatus.json",
2025-08-20T19:15:57.5498393Z [00:02:03.440]➜  			"zh-CN/quotas/ModifyTemplateQuotaItem.json",
2025-08-20T19:15:57.5498666Z [00:02:03.440]➜  			"zh-CN/quotas/UpdateQuotaAlarm.json",
2025-08-20T19:15:57.5498988Z [00:02:03.440]➜  			"zh-CN/quotas/version.json",
2025-08-20T19:15:57.5499284Z [00:02:03.440]➜  			"zh-CN/r-kvstore/AddShardingNode.json",
2025-08-20T19:15:57.5499608Z [00:02:03.440]➜  			"zh-CN/r-kvstore/AllocateDirectConnection.json",
2025-08-20T19:15:57.5499986Z [00:02:03.440]➜  			"zh-CN/r-kvstore/AllocateInstancePublicConnection.json",
2025-08-20T19:15:57.5500328Z [00:02:03.440]➜  			"zh-CN/r-kvstore/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:57.5500582Z [00:02:03.440]➜  			"zh-CN/r-kvstore/CreateAccount.json",
2025-08-20T19:15:57.5500835Z [00:02:03.440]➜  			"zh-CN/r-kvstore/CreateBackup.json",
2025-08-20T19:15:57.5501143Z [00:02:03.440]➜  			"zh-CN/r-kvstore/CreateCacheAnalysisTask.json",
2025-08-20T19:15:57.5501480Z [00:02:03.440]➜  			"zh-CN/r-kvstore/CreateGlobalDistributeCache.json",
2025-08-20T19:15:57.5501803Z [00:02:03.440]➜  			"zh-CN/r-kvstore/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.5502113Z [00:02:03.440]➜  			"zh-CN/r-kvstore/CreateInstance.json",
2025-08-20T19:15:57.5502525Z [00:02:03.440]➜  			"zh-CN/r-kvstore/CreateInstances.json",
2025-08-20T19:15:57.5502820Z [00:02:03.440]➜  			"zh-CN/r-kvstore/CreateTairInstance.json",
2025-08-20T19:15:57.5503080Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DeleteAccount.json",
2025-08-20T19:15:57.5503401Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.5503667Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DeleteInstance.json",
2025-08-20T19:15:57.5503944Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DeleteShardingNode.json",
2025-08-20T19:15:57.5504233Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeAccounts.json",
2025-08-20T19:15:57.5504559Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeActiveOperationTask.json",
2025-08-20T19:15:57.5504958Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeAuditLogConfig.json",
2025-08-20T19:15:57.5505243Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeAuditRecords.json",
2025-08-20T19:15:57.5505558Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeAvailableResource.json",
2025-08-20T19:15:57.5505851Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeBackupPolicy.json",
2025-08-20T19:15:57.5506230Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeBackupTasks.json",
2025-08-20T19:15:57.5506495Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeBackups.json",
2025-08-20T19:15:57.5506829Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeCacheAnalysisReport.json",
2025-08-20T19:15:57.5507184Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeCacheAnalysisReportList.json",
2025-08-20T19:15:57.5507516Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeClusterBackupList.json",
2025-08-20T19:15:57.5507837Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeClusterMemberInfo.json",
2025-08-20T19:15:57.5508167Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeDBInstanceNetInfo.json",
2025-08-20T19:15:57.5508497Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeDBNodeDirectVipInfo.json",
2025-08-20T19:15:57.5508900Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeDedicatedClusterInstanceList.json",
2025-08-20T19:15:57.5509212Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeEncryptionKey.json",
2025-08-20T19:15:57.5509546Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeEncryptionKeyList.json",
2025-08-20T19:15:57.5509846Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeEngineVersion.json",
2025-08-20T19:15:57.5510198Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeGlobalDistributeCache.json",
2025-08-20T19:15:57.5510540Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.5511045Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:57.5511386Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeHistoryMonitorValues.json",
2025-08-20T19:15:57.5511688Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeHistoryTasks.json",
2025-08-20T19:15:57.5512019Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeInstanceAttribute.json",
2025-08-20T19:15:57.5512561Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:57.5512882Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeInstanceConfig.json",
2025-08-20T19:15:57.5513268Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeInstanceSSL.json",
2025-08-20T19:15:57.5513602Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeInstanceTDEStatus.json",
2025-08-20T19:15:57.5513883Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeInstances.json",
2025-08-20T19:15:57.5514213Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeInstancesOverview.json",
2025-08-20T19:15:57.5514530Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeIntranetAttribute.json",
2025-08-20T19:15:57.5514928Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeLogicInstanceTopology.json",
2025-08-20T19:15:57.5515250Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeMonitorItems.json",
2025-08-20T19:15:57.5515659Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeParameterModificationHistory.json",
2025-08-20T19:15:57.5515984Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeParameterTemplates.json",
2025-08-20T19:15:57.5516275Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeParameters.json",
2025-08-20T19:15:57.5516543Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribePrice.json",
2025-08-20T19:15:57.5516829Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeRegions.json",
2025-08-20T19:15:57.5517121Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeRoleZoneInfo.json",
2025-08-20T19:15:57.5517447Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeRunningLogRecords.json",
2025-08-20T19:15:57.5517835Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:15:57.5518140Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeSecurityIps.json",
2025-08-20T19:15:57.5518448Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeSlowLogRecords.json",
2025-08-20T19:15:57.5518816Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeTasks.json",
2025-08-20T19:15:57.5519072Z [00:02:03.440]➜  			"zh-CN/r-kvstore/DescribeZones.json",
2025-08-20T19:15:57.5519401Z [00:02:03.440]➜  			"zh-CN/r-kvstore/EnableAdditionalBandwidth.json",
2025-08-20T19:15:57.5519669Z [00:02:03.440]➜  			"zh-CN/r-kvstore/FlushExpireKeys.json",
2025-08-20T19:15:57.5519944Z [00:02:03.440]➜  			"zh-CN/r-kvstore/FlushInstance.json",
2025-08-20T19:15:57.5520317Z [00:02:03.440]➜  			"zh-CN/r-kvstore/FlushInstanceForDB.json",
2025-08-20T19:15:57.5520618Z [00:02:03.440]➜  			"zh-CN/r-kvstore/GrantAccountPrivilege.json",
2025-08-20T19:15:57.5520944Z [00:02:03.440]➜  			"zh-CN/r-kvstore/InitializeKvstorePermission.json",
2025-08-20T19:15:57.5521236Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ListTagResources.json",
2025-08-20T19:15:57.5521539Z [00:02:03.440]➜  			"zh-CN/r-kvstore/LockDBInstanceWrite.json",
2025-08-20T19:15:57.5521835Z [00:02:03.440]➜  			"zh-CN/r-kvstore/MigrateToOtherZone.json",
2025-08-20T19:15:57.5522157Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyAccountDescription.json",
2025-08-20T19:15:57.5522613Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyAccountPassword.json",
2025-08-20T19:15:57.5522963Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyActiveOperationTask.json",
2025-08-20T19:15:57.5523289Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyAuditLogConfig.json",
2025-08-20T19:15:57.5523622Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyBackupPolicy.json",
2025-08-20T19:15:57.5524020Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:57.5524378Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:15:57.5524771Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:15:57.5525201Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:57.5525671Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyInstanceAttribute.json",
2025-08-20T19:15:57.5526116Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:57.5526458Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyInstanceConfig.json",
2025-08-20T19:15:57.5526811Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:57.5527176Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyInstanceMajorVersion.json",
2025-08-20T19:15:57.5527631Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyInstanceMinorVersion.json",
2025-08-20T19:15:57.5528020Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyInstanceNetExpireTime.json",
2025-08-20T19:15:57.5528380Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyInstanceParameter.json",
2025-08-20T19:15:57.5528703Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyInstanceSSL.json",
2025-08-20T19:15:57.5529026Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyInstanceSpec.json",
2025-08-20T19:15:57.5529343Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyInstanceTDE.json",
2025-08-20T19:15:57.5529699Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyInstanceVpcAuthMode.json",
2025-08-20T19:15:57.5530044Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyIntranetAttribute.json",
2025-08-20T19:15:57.5530364Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifyResourceGroup.json",
2025-08-20T19:15:57.5530773Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifySecurityGroupConfiguration.json",
2025-08-20T19:15:57.5531080Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ModifySecurityIps.json",
2025-08-20T19:15:57.5531437Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ReleaseDirectConnection.json",
2025-08-20T19:15:57.5531828Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ReleaseInstancePublicConnection.json",
2025-08-20T19:15:57.5532128Z [00:02:03.440]➜  			"zh-CN/r-kvstore/RemoveSubInstance.json",
2025-08-20T19:15:57.5532663Z [00:02:03.440]➜  			"zh-CN/r-kvstore/RenewAdditionalBandwidth.json",
2025-08-20T19:15:57.5532960Z [00:02:03.440]➜  			"zh-CN/r-kvstore/RenewInstance.json",
2025-08-20T19:15:57.5533308Z [00:02:03.440]➜  			"zh-CN/r-kvstore/ResetAccountPassword.json",
2025-08-20T19:15:57.5533609Z [00:02:03.440]➜  			"zh-CN/r-kvstore/RestartInstance.json",
2025-08-20T19:15:57.5534054Z [00:02:03.440]➜  			"zh-CN/r-kvstore/RestoreInstance.json",
2025-08-20T19:15:57.5534370Z [00:02:03.440]➜  			"zh-CN/r-kvstore/SwitchInstanceHA.json",
2025-08-20T19:15:57.5534700Z [00:02:03.440]➜  			"zh-CN/r-kvstore/SwitchInstanceProxy.json",
2025-08-20T19:15:57.5534986Z [00:02:03.440]➜  			"zh-CN/r-kvstore/SwitchNetwork.json",
2025-08-20T19:15:57.5535446Z [00:02:03.440]➜  			"zh-CN/r-kvstore/SyncDtsStatus.json",
2025-08-20T19:15:57.5535728Z [00:02:03.440]➜  			"zh-CN/r-kvstore/TagResources.json",
2025-08-20T19:15:57.5536105Z [00:02:03.440]➜  			"zh-CN/r-kvstore/TransformInstanceChargeType.json",
2025-08-20T19:15:57.5536385Z [00:02:03.440]➜  			"zh-CN/r-kvstore/TransformToPrePaid.json",
2025-08-20T19:15:57.5536691Z [00:02:03.440]➜  			"zh-CN/r-kvstore/UnlockDBInstanceWrite.json",
2025-08-20T19:15:57.5536985Z [00:02:03.440]➜  			"zh-CN/r-kvstore/UntagResources.json",
2025-08-20T19:15:57.5537234Z [00:02:03.440]➜  			"zh-CN/r-kvstore/version.json",
2025-08-20T19:15:57.5537487Z [00:02:03.440]➜  			"zh-CN/ram/AddUserToGroup.json",
2025-08-20T19:15:57.5537762Z [00:02:03.440]➜  			"zh-CN/ram/AttachPolicyToGroup.json",
2025-08-20T19:15:57.5538022Z [00:02:03.440]➜  			"zh-CN/ram/AttachPolicyToRole.json",
2025-08-20T19:15:57.5538293Z [00:02:03.440]➜  			"zh-CN/ram/AttachPolicyToUser.json",
2025-08-20T19:15:57.5538549Z [00:02:03.440]➜  			"zh-CN/ram/BindMFADevice.json",
2025-08-20T19:15:57.5538830Z [00:02:03.440]➜  			"zh-CN/ram/ChangePassword.json",
2025-08-20T19:15:57.5539111Z [00:02:03.440]➜  			"zh-CN/ram/ClearAccountAlias.json",
2025-08-20T19:15:57.5539399Z [00:02:03.440]➜  			"zh-CN/ram/CreateAccessKey.json",
2025-08-20T19:15:57.5539663Z [00:02:03.440]➜  			"zh-CN/ram/CreateGroup.json",
2025-08-20T19:15:57.5539957Z [00:02:03.440]➜  			"zh-CN/ram/CreateLoginProfile.json",
2025-08-20T19:15:57.5540217Z [00:02:03.440]➜  			"zh-CN/ram/CreatePolicy.json",
2025-08-20T19:15:57.5540633Z [00:02:03.440]➜  			"zh-CN/ram/CreatePolicyVersion.json",
2025-08-20T19:15:57.5540891Z [00:02:03.440]➜  			"zh-CN/ram/CreateRole.json",
2025-08-20T19:15:57.5541162Z [00:02:03.440]➜  			"zh-CN/ram/CreateUser.json",
2025-08-20T19:15:57.5541468Z [00:02:03.440]➜  			"zh-CN/ram/CreateVirtualMFADevice.json",
2025-08-20T19:15:57.5541789Z [00:02:03.440]➜  			"zh-CN/ram/DecodeDiagnosticMessage.json",
2025-08-20T19:15:57.5542064Z [00:02:03.440]➜  			"zh-CN/ram/DeleteAccessKey.json",
2025-08-20T19:15:57.5542618Z [00:02:03.440]➜  			"zh-CN/ram/DeleteGroup.json",
2025-08-20T19:15:57.5542941Z [00:02:03.440]➜  			"zh-CN/ram/DeleteLoginProfile.json",
2025-08-20T19:15:57.5543215Z [00:02:03.440]➜  			"zh-CN/ram/DeletePolicy.json",
2025-08-20T19:15:57.5543503Z [00:02:03.440]➜  			"zh-CN/ram/DeletePolicyVersion.json",
2025-08-20T19:15:57.5543758Z [00:02:03.440]➜  			"zh-CN/ram/DeleteRole.json",
2025-08-20T19:15:57.5544018Z [00:02:03.440]➜  			"zh-CN/ram/DeleteUser.json",
2025-08-20T19:15:57.5544350Z [00:02:03.440]➜  			"zh-CN/ram/DeleteVirtualMFADevice.json",
2025-08-20T19:15:57.5544671Z [00:02:03.440]➜  			"zh-CN/ram/DetachPolicyFromGroup.json",
2025-08-20T19:15:57.5544976Z [00:02:03.440]➜  			"zh-CN/ram/DetachPolicyFromRole.json",
2025-08-20T19:15:57.5545267Z [00:02:03.440]➜  			"zh-CN/ram/DetachPolicyFromUser.json",
2025-08-20T19:15:57.5545562Z [00:02:03.440]➜  			"zh-CN/ram/GetAccessKeyLastUsed.json",
2025-08-20T19:15:57.5545844Z [00:02:03.440]➜  			"zh-CN/ram/GetAccountAlias.json",
2025-08-20T19:15:57.5546106Z [00:02:03.440]➜  			"zh-CN/ram/GetGroup.json",
2025-08-20T19:15:57.5546373Z [00:02:03.440]➜  			"zh-CN/ram/GetLoginProfile.json",
2025-08-20T19:15:57.5546662Z [00:02:03.440]➜  			"zh-CN/ram/GetPasswordPolicy.json",
2025-08-20T19:15:57.5546916Z [00:02:03.440]➜  			"zh-CN/ram/GetPolicy.json",
2025-08-20T19:15:57.5547196Z [00:02:03.440]➜  			"zh-CN/ram/GetPolicyVersion.json",
2025-08-20T19:15:57.5547428Z [00:02:03.440]➜  			"zh-CN/ram/GetRole.json",
2025-08-20T19:15:57.5547733Z [00:02:03.440]➜  			"zh-CN/ram/GetSecurityPreference.json",
2025-08-20T19:15:57.5547980Z [00:02:03.440]➜  			"zh-CN/ram/GetUser.json",
2025-08-20T19:15:57.5548369Z [00:02:03.440]➜  			"zh-CN/ram/GetUserMFAInfo.json",
2025-08-20T19:15:57.5548640Z [00:02:03.440]➜  			"zh-CN/ram/ListAccessKeys.json",
2025-08-20T19:15:57.5548939Z [00:02:03.440]➜  			"zh-CN/ram/ListEntitiesForPolicy.json",
2025-08-20T19:15:57.5549203Z [00:02:03.440]➜  			"zh-CN/ram/ListGroups.json",
2025-08-20T19:15:57.5549493Z [00:02:03.440]➜  			"zh-CN/ram/ListGroupsForUser.json",
2025-08-20T19:15:57.5549854Z [00:02:03.440]➜  			"zh-CN/ram/ListPolicies.json",
2025-08-20T19:15:57.5550149Z [00:02:03.440]➜  			"zh-CN/ram/ListPoliciesForGroup.json",
2025-08-20T19:15:57.5550447Z [00:02:03.440]➜  			"zh-CN/ram/ListPoliciesForRole.json",
2025-08-20T19:15:57.5550734Z [00:02:03.440]➜  			"zh-CN/ram/ListPoliciesForUser.json",
2025-08-20T19:15:57.5551025Z [00:02:03.440]➜  			"zh-CN/ram/ListPolicyVersions.json",
2025-08-20T19:15:57.5551279Z [00:02:03.440]➜  			"zh-CN/ram/ListRoles.json",
2025-08-20T19:15:57.5551523Z [00:02:03.440]➜  			"zh-CN/ram/ListUsers.json",
2025-08-20T19:15:57.5551798Z [00:02:03.440]➜  			"zh-CN/ram/ListUsersForGroup.json",
2025-08-20T19:15:57.5552112Z [00:02:03.440]➜  			"zh-CN/ram/ListVirtualMFADevices.json",
2025-08-20T19:15:57.5552574Z [00:02:03.440]➜  			"zh-CN/ram/RemoveUserFromGroup.json",
2025-08-20T19:15:57.5552873Z [00:02:03.440]➜  			"zh-CN/ram/SetAccountAlias.json",
2025-08-20T19:15:57.5553200Z [00:02:03.440]➜  			"zh-CN/ram/SetDefaultPolicyVersion.json",
2025-08-20T19:15:57.5553504Z [00:02:03.441]➜  			"zh-CN/ram/SetPasswordPolicy.json",
2025-08-20T19:15:57.5553800Z [00:02:03.441]➜  			"zh-CN/ram/SetSecurityPreference.json",
2025-08-20T19:15:57.5554077Z [00:02:03.441]➜  			"zh-CN/ram/UnbindMFADevice.json",
2025-08-20T19:15:57.5554351Z [00:02:03.441]➜  			"zh-CN/ram/UpdateAccessKey.json",
2025-08-20T19:15:57.5554611Z [00:02:03.441]➜  			"zh-CN/ram/UpdateGroup.json",
2025-08-20T19:15:57.5555040Z [00:02:03.441]➜  			"zh-CN/ram/UpdateLoginProfile.json",
2025-08-20T19:15:57.5555373Z [00:02:03.441]➜  			"zh-CN/ram/UpdatePolicyDescription.json",
2025-08-20T19:15:57.5555642Z [00:02:03.441]➜  			"zh-CN/ram/UpdateRole.json",
2025-08-20T19:15:57.5555913Z [00:02:03.441]➜  			"zh-CN/ram/UpdateUser.json",
2025-08-20T19:15:57.5556166Z [00:02:03.441]➜  			"zh-CN/ram/version.json",
2025-08-20T19:15:57.5556534Z [00:02:03.441]➜  			"zh-CN/rds/ActivateMigrationTargetInstance.json",
2025-08-20T19:15:57.5556828Z [00:02:03.441]➜  			"zh-CN/rds/AddTagsToResource.json",
2025-08-20T19:15:57.5557331Z [00:02:03.441]➜  			"zh-CN/rds/AllocateInstancePublicConnection.json",
2025-08-20T19:15:57.5557749Z [00:02:03.441]➜  			"zh-CN/rds/AllocateReadWriteSplittingConnection.json",
2025-08-20T19:15:57.5558130Z [00:02:03.441]➜  			"zh-CN/rds/AttachWhitelistTemplateToInstance.json",
2025-08-20T19:15:57.5558469Z [00:02:03.441]➜  			"zh-CN/rds/CalculateDBInstanceWeight.json",
2025-08-20T19:15:57.5558727Z [00:02:03.441]➜  			"zh-CN/rds/CancelImport.json",
2025-08-20T19:15:57.5559065Z [00:02:03.441]➜  			"zh-CN/rds/CheckAccountNameAvailable.json",
2025-08-20T19:15:57.5559408Z [00:02:03.441]➜  			"zh-CN/rds/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:57.5559738Z [00:02:03.441]➜  			"zh-CN/rds/CheckCreateDdrDBInstance.json",
2025-08-20T19:15:57.5560033Z [00:02:03.441]➜  			"zh-CN/rds/CheckDBNameAvailable.json",
2025-08-20T19:15:57.5560327Z [00:02:03.441]➜  			"zh-CN/rds/CheckInstanceExist.json",
2025-08-20T19:15:57.5560632Z [00:02:03.441]➜  			"zh-CN/rds/CheckServiceLinkedRole.json",
2025-08-20T19:15:57.5560929Z [00:02:03.441]➜  			"zh-CN/rds/CloneDBInstance.json",
2025-08-20T19:15:57.5561216Z [00:02:03.441]➜  			"zh-CN/rds/CloneParameterGroup.json",
2025-08-20T19:15:57.5561485Z [00:02:03.441]➜  			"zh-CN/rds/ConfirmNotify.json",
2025-08-20T19:15:57.5561744Z [00:02:03.441]➜  			"zh-CN/rds/CopyDatabase.json",
2025-08-20T19:15:57.5562093Z [00:02:03.441]➜  			"zh-CN/rds/CopyDatabaseBetweenInstances.json",
2025-08-20T19:15:57.5562357Z [00:02:03.441]➜  			"zh-CN/rds/CreateAccount.json",
2025-08-20T19:15:57.5562824Z [00:02:03.441]➜  			"zh-CN/rds/CreateBackup.json",
2025-08-20T19:15:57.5563196Z [00:02:03.441]➜  			"zh-CN/rds/CreateCloudMigrationPrecheckTask.json",
2025-08-20T19:15:57.5563681Z [00:02:03.441]➜  			"zh-CN/rds/CreateCloudMigrationTask.json",
2025-08-20T19:15:57.5563972Z [00:02:03.441]➜  			"zh-CN/rds/CreateDBInstance.json",
2025-08-20T19:15:57.5564301Z [00:02:03.441]➜  			"zh-CN/rds/CreateDBInstanceEndpoint.json",
2025-08-20T19:15:57.5564674Z [00:02:03.441]➜  			"zh-CN/rds/CreateDBInstanceEndpointAddress.json",
2025-08-20T19:15:57.5565121Z [00:02:03.441]➜  			"zh-CN/rds/CreateDBInstanceForRebuild.json",
2025-08-20T19:15:57.5565401Z [00:02:03.441]➜  			"zh-CN/rds/CreateDBNodes.json",
2025-08-20T19:15:57.5565760Z [00:02:03.441]➜  			"zh-CN/rds/CreateDBProxyEndpointAddress.json",
2025-08-20T19:15:57.5566046Z [00:02:03.441]➜  			"zh-CN/rds/CreateDatabase.json",
2025-08-20T19:15:57.5566336Z [00:02:03.441]➜  			"zh-CN/rds/CreateDdrInstance.json",
2025-08-20T19:15:57.5566776Z [00:02:03.441]➜  			"zh-CN/rds/CreateDiagnosticReport.json",
2025-08-20T19:15:57.5567097Z [00:02:03.441]➜  			"zh-CN/rds/CreateGADInstance.json",
2025-08-20T19:15:57.5567429Z [00:02:03.441]➜  			"zh-CN/rds/CreateGadInstanceMember.json",
2025-08-20T19:15:57.5567723Z [00:02:03.441]➜  			"zh-CN/rds/CreateMigrateTask.json",
2025-08-20T19:15:57.5568041Z [00:02:03.441]➜  			"zh-CN/rds/CreateOnlineDatabaseTask.json",
2025-08-20T19:15:57.5568374Z [00:02:03.441]➜  			"zh-CN/rds/CreateOrderForCreateDBNodes.json",
2025-08-20T19:15:57.5568723Z [00:02:03.441]➜  			"zh-CN/rds/CreateOrderForDeleteDBNodes.json",
2025-08-20T19:15:57.5569018Z [00:02:03.441]➜  			"zh-CN/rds/CreateParameterGroup.json",
2025-08-20T19:15:57.5569335Z [00:02:03.441]➜  			"zh-CN/rds/CreatePostgresExtensions.json",
2025-08-20T19:15:57.5569671Z [00:02:03.441]➜  			"zh-CN/rds/CreateReadOnlyDBInstance.json",
2025-08-20T19:15:57.5569956Z [00:02:03.441]➜  			"zh-CN/rds/CreateSecret.json",
2025-08-20T19:15:57.5570292Z [00:02:03.441]➜  			"zh-CN/rds/CreateServiceLinkedRole.json",
2025-08-20T19:15:57.5570612Z [00:02:03.441]➜  			"zh-CN/rds/CreateTempDBInstance.json",
2025-08-20T19:15:57.5570903Z [00:02:03.441]➜  			"zh-CN/rds/CreateYouhuiForOrder.json",
2025-08-20T19:15:57.5571188Z [00:02:03.441]➜  			"zh-CN/rds/DeleteADSetting.json",
2025-08-20T19:15:57.5571456Z [00:02:03.441]➜  			"zh-CN/rds/DeleteAccount.json",
2025-08-20T19:15:57.5571734Z [00:02:03.441]➜  			"zh-CN/rds/DeleteBackup.json",
2025-08-20T19:15:57.5572016Z [00:02:03.441]➜  			"zh-CN/rds/DeleteBackupFile.json",
2025-08-20T19:15:57.5572613Z [00:02:03.441]➜  			"zh-CN/rds/DeleteDBInstance.json",
2025-08-20T19:15:57.5572998Z [00:02:03.441]➜  			"zh-CN/rds/DeleteDBInstanceEndpoint.json",
2025-08-20T19:15:57.5573390Z [00:02:03.441]➜  			"zh-CN/rds/DeleteDBInstanceEndpointAddress.json",
2025-08-20T19:15:57.5573671Z [00:02:03.441]➜  			"zh-CN/rds/DeleteDBNodes.json",
2025-08-20T19:15:57.5574037Z [00:02:03.441]➜  			"zh-CN/rds/DeleteDBProxyEndpointAddress.json",
2025-08-20T19:15:57.5574334Z [00:02:03.441]➜  			"zh-CN/rds/DeleteDatabase.json",
2025-08-20T19:15:57.5574636Z [00:02:03.441]➜  			"zh-CN/rds/DeleteGadInstance.json",
2025-08-20T19:15:57.5575130Z [00:02:03.441]➜  			"zh-CN/rds/DeleteParameterGroup.json",
2025-08-20T19:15:57.5575462Z [00:02:03.441]➜  			"zh-CN/rds/DeletePostgresExtensions.json",
2025-08-20T19:15:57.5575733Z [00:02:03.441]➜  			"zh-CN/rds/DeleteSecret.json",
2025-08-20T19:15:57.5576000Z [00:02:03.441]➜  			"zh-CN/rds/DeleteSlot.json",
2025-08-20T19:15:57.5576309Z [00:02:03.441]➜  			"zh-CN/rds/DeleteUserBackupFile.json",
2025-08-20T19:15:57.5576657Z [00:02:03.441]➜  			"zh-CN/rds/DescibeImportsFromDatabase.json",
2025-08-20T19:15:57.5576927Z [00:02:03.441]➜  			"zh-CN/rds/DescribeADInfo.json",
2025-08-20T19:15:57.5577216Z [00:02:03.441]➜  			"zh-CN/rds/DescribeAccounts.json",
2025-08-20T19:15:57.5577551Z [00:02:03.441]➜  			"zh-CN/rds/DescribeActionEventPolicy.json",
2025-08-20T19:15:57.5577906Z [00:02:03.441]➜  			"zh-CN/rds/DescribeActiveOperationTasks.json",
2025-08-20T19:15:57.5578259Z [00:02:03.441]➜  			"zh-CN/rds/DescribeAllWhitelistTemplate.json",
2025-08-20T19:15:57.5578690Z [00:02:03.441]➜  			"zh-CN/rds/DescribeAnalyticdbByPrimaryDBInstance.json",
2025-08-20T19:15:57.5579029Z [00:02:03.441]➜  			"zh-CN/rds/DescribeAvailableClasses.json",
2025-08-20T19:15:57.5579386Z [00:02:03.441]➜  			"zh-CN/rds/DescribeAvailableCrossRegion.json",
2025-08-20T19:15:57.5579708Z [00:02:03.441]➜  			"zh-CN/rds/DescribeAvailableMetrics.json",
2025-08-20T19:15:57.5580072Z [00:02:03.441]➜  			"zh-CN/rds/DescribeAvailableRecoveryTime.json",
2025-08-20T19:15:57.5580528Z [00:02:03.441]➜  			"zh-CN/rds/DescribeAvailableZones.json",
2025-08-20T19:15:57.5580844Z [00:02:03.441]➜  			"zh-CN/rds/DescribeBackupDatabase.json",
2025-08-20T19:15:57.5581142Z [00:02:03.441]➜  			"zh-CN/rds/DescribeBackupPolicy.json",
2025-08-20T19:15:57.5581435Z [00:02:03.441]➜  			"zh-CN/rds/DescribeBackupTasks.json",
2025-08-20T19:15:57.5581711Z [00:02:03.441]➜  			"zh-CN/rds/DescribeBackups.json",
2025-08-20T19:15:57.5582142Z [00:02:03.441]➜  			"zh-CN/rds/DescribeBinlogFiles.json",
2025-08-20T19:15:57.5582653Z [00:02:03.441]➜  			"zh-CN/rds/DescribeCharacterSetName.json",
2025-08-20T19:15:57.5582992Z [00:02:03.441]➜  			"zh-CN/rds/DescribeClassDetails.json",
2025-08-20T19:15:57.5583415Z [00:02:03.441]➜  			"zh-CN/rds/DescribeCloudMigrationPrecheckResult.json",
2025-08-20T19:15:57.5583770Z [00:02:03.441]➜  			"zh-CN/rds/DescribeCloudMigrationResult.json",
2025-08-20T19:15:57.5584123Z [00:02:03.441]➜  			"zh-CN/rds/DescribeCollationTimeZones.json",
2025-08-20T19:15:57.5584496Z [00:02:03.441]➜  			"zh-CN/rds/DescribeCrossBackupMetaList.json",
2025-08-20T19:15:57.5584901Z [00:02:03.441]➜  			"zh-CN/rds/DescribeCrossRegionBackupDBInstance.json",
2025-08-20T19:15:57.5585227Z [00:02:03.441]➜  			"zh-CN/rds/DescribeCrossRegionBackups.json",
2025-08-20T19:15:57.5585617Z [00:02:03.441]➜  			"zh-CN/rds/DescribeCrossRegionLogBackupFiles.json",
2025-08-20T19:15:57.5585950Z [00:02:03.441]➜  			"zh-CN/rds/DescribeCurrentModifyOrder.json",
2025-08-20T19:15:57.5586303Z [00:02:03.441]➜  			"zh-CN/rds/DescribeCustinsResourceInfo.json",
2025-08-20T19:15:57.5586643Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceAttribute.json",
2025-08-20T19:15:57.5586974Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceByTags.json",
2025-08-20T19:15:57.5587328Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceConnectivity.json",
2025-08-20T19:15:57.5587662Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceDetail.json",
2025-08-20T19:15:57.5588169Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceEncryptionKey.json",
2025-08-20T19:15:57.5588532Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceEndpoints.json",
2025-08-20T19:15:57.5588870Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceHAConfig.json",
2025-08-20T19:15:57.5589242Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceIPArrayList.json",
2025-08-20T19:15:57.5589578Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceIpHostname.json",
2025-08-20T19:15:57.5589912Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceMetrics.json",
2025-08-20T19:15:57.5590244Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceMonitor.json",
2025-08-20T19:15:57.5590607Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceNetInfo.json",
2025-08-20T19:15:57.5591203Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceNetInfoForChannel.json",
2025-08-20T19:15:57.5591575Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstancePerformance.json",
2025-08-20T19:15:57.5591960Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstancePromoteActivity.json",
2025-08-20T19:15:57.5592561Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceProxyConfiguration.json",
2025-08-20T19:15:57.5592879Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceSSL.json",
2025-08-20T19:15:57.5593183Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstanceTDE.json",
2025-08-20T19:15:57.5593477Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstances.json",
2025-08-20T19:15:57.5593811Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstancesAsCsv.json",
2025-08-20T19:15:57.5594196Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstancesByExpireTime.json",
2025-08-20T19:15:57.5594581Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstancesByPerformance.json",
2025-08-20T19:15:57.5594925Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBInstancesForClone.json",
2025-08-20T19:15:57.5595267Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBMiniEngineVersions.json",
2025-08-20T19:15:57.5595546Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBProxy.json",
2025-08-20T19:15:57.5595870Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBProxyEndpoint.json",
2025-08-20T19:15:57.5596337Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDBProxyPerformance.json",
2025-08-20T19:15:57.5596762Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDTCSecurityIpHostsForSQLServer.json",
2025-08-20T19:15:57.5597058Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDatabases.json",
2025-08-20T19:15:57.5597409Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDedicatedHostGroups.json",
2025-08-20T19:15:57.5597722Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDedicatedHosts.json",
2025-08-20T19:15:57.5598160Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDetachedBackups.json",
2025-08-20T19:15:57.5598517Z [00:02:03.441]➜  			"zh-CN/rds/DescribeDiagnosticReportList.json",
2025-08-20T19:15:57.5598824Z [00:02:03.441]➜  			"zh-CN/rds/DescribeErrorLogs.json",
2025-08-20T19:15:57.5599099Z [00:02:03.441]➜  			"zh-CN/rds/DescribeEvents.json",
2025-08-20T19:15:57.5599400Z [00:02:03.441]➜  			"zh-CN/rds/DescribeGadInstances.json",
2025-08-20T19:15:57.5599726Z [00:02:03.441]➜  			"zh-CN/rds/DescribeHADiagnoseConfig.json",
2025-08-20T19:15:57.5600052Z [00:02:03.441]➜  			"zh-CN/rds/DescribeHASwitchConfig.json",
2025-08-20T19:15:57.5600356Z [00:02:03.441]➜  			"zh-CN/rds/DescribeHistoryEvents.json",
2025-08-20T19:15:57.5600684Z [00:02:03.441]➜  			"zh-CN/rds/DescribeHistoryEventsStat.json",
2025-08-20T19:15:57.5600976Z [00:02:03.441]➜  			"zh-CN/rds/DescribeHistoryTasks.json",
2025-08-20T19:15:57.5601295Z [00:02:03.441]➜  			"zh-CN/rds/DescribeHistoryTasksStat.json",
2025-08-20T19:15:57.5601771Z [00:02:03.441]➜  			"zh-CN/rds/DescribeHostGroupElasticStrategyParameters.json",
2025-08-20T19:15:57.5602148Z [00:02:03.441]➜  			"zh-CN/rds/DescribeHostWebShell.json",
2025-08-20T19:15:57.5602844Z [00:02:03.441]➜  			"zh-CN/rds/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:57.5603251Z [00:02:03.441]➜  			"zh-CN/rds/DescribeInstanceCrossBackupPolicy.json",
2025-08-20T19:15:57.5603571Z [00:02:03.441]➜  			"zh-CN/rds/DescribeInstanceKeywords.json",
2025-08-20T19:15:57.5604002Z [00:02:03.441]➜  			"zh-CN/rds/DescribeInstanceLinkedWhitelistTemplate.json",
2025-08-20T19:15:57.5604541Z [00:02:03.441]➜  			"zh-CN/rds/DescribeLocalAvailableRecoveryTime.json",
2025-08-20T19:15:57.5604879Z [00:02:03.441]➜  			"zh-CN/rds/DescribeLogBackupFiles.json",
2025-08-20T19:15:57.5605226Z [00:02:03.441]➜  			"zh-CN/rds/DescribeMarketingActivity.json",
2025-08-20T19:15:57.5605514Z [00:02:03.441]➜  			"zh-CN/rds/DescribeMetaList.json",
2025-08-20T19:15:57.5605852Z [00:02:03.441]➜  			"zh-CN/rds/DescribeMigrateTaskById.json",
2025-08-20T19:15:57.5606163Z [00:02:03.441]➜  			"zh-CN/rds/DescribeMigrateTasks.json",
2025-08-20T19:15:57.5606528Z [00:02:03.441]➜  			"zh-CN/rds/DescribeModifyPGHbaConfigLog.json",
2025-08-20T19:15:57.5607022Z [00:02:03.441]➜  			"zh-CN/rds/DescribeModifyParameterLog.json",
2025-08-20T19:15:57.5607336Z [00:02:03.441]➜  			"zh-CN/rds/DescribeOssDownloads.json",
2025-08-20T19:15:57.5607629Z [00:02:03.441]➜  			"zh-CN/rds/DescribePGHbaConfig.json",
2025-08-20T19:15:57.5607946Z [00:02:03.441]➜  			"zh-CN/rds/DescribeParameterGroup.json",
2025-08-20T19:15:57.5608289Z [00:02:03.441]➜  			"zh-CN/rds/DescribeParameterGroups.json",
2025-08-20T19:15:57.5608641Z [00:02:03.441]➜  			"zh-CN/rds/DescribeParameterTemplates.json",
2025-08-20T19:15:57.5608931Z [00:02:03.441]➜  			"zh-CN/rds/DescribeParameters.json",
2025-08-20T19:15:57.5609264Z [00:02:03.441]➜  			"zh-CN/rds/DescribePostgresExtensions.json",
2025-08-20T19:15:57.5609535Z [00:02:03.441]➜  			"zh-CN/rds/DescribePrice.json",
2025-08-20T19:15:57.5609858Z [00:02:03.441]➜  			"zh-CN/rds/DescribeQuickSaleConfig.json",
2025-08-20T19:15:57.5610208Z [00:02:03.441]➜  			"zh-CN/rds/DescribeRdsResourceSettings.json",
2025-08-20T19:15:57.5610563Z [00:02:03.441]➜  			"zh-CN/rds/DescribeReadDBInstanceDelay.json",
2025-08-20T19:15:57.5610866Z [00:02:03.441]➜  			"zh-CN/rds/DescribeRegionInfos.json",
2025-08-20T19:15:57.5611146Z [00:02:03.441]➜  			"zh-CN/rds/DescribeRegions.json",
2025-08-20T19:15:57.5611448Z [00:02:03.441]➜  			"zh-CN/rds/DescribeRenewalPrice.json",
2025-08-20T19:15:57.5611779Z [00:02:03.441]➜  			"zh-CN/rds/DescribeResourceDetails.json",
2025-08-20T19:15:57.5612223Z [00:02:03.441]➜  			"zh-CN/rds/DescribeResourceUsage.json",
2025-08-20T19:15:57.5612760Z [00:02:03.441]➜  			"zh-CN/rds/DescribeSQLCollectorPolicy.json",
2025-08-20T19:15:57.5613104Z [00:02:03.441]➜  			"zh-CN/rds/DescribeSQLCollectorRetention.json",
2025-08-20T19:15:57.5613376Z [00:02:03.441]➜  			"zh-CN/rds/DescribeSQLLogFiles.json",
2025-08-20T19:15:57.5613649Z [00:02:03.441]➜  			"zh-CN/rds/DescribeSQLLogRecords.json",
2025-08-20T19:15:57.5614057Z [00:02:03.441]➜  			"zh-CN/rds/DescribeSQLLogReportList.json",
2025-08-20T19:15:57.5614326Z [00:02:03.441]➜  			"zh-CN/rds/DescribeSecrets.json",
2025-08-20T19:15:57.5614702Z [00:02:03.441]➜  			"zh-CN/rds/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:15:57.5614944Z [00:02:03.441]➜  			"zh-CN/rds/DescribeSlots.json",
2025-08-20T19:15:57.5615237Z [00:02:03.441]➜  			"zh-CN/rds/DescribeSlowLogRecords.json",
2025-08-20T19:15:57.5615494Z [00:02:03.441]➜  			"zh-CN/rds/DescribeSlowLogs.json",
2025-08-20T19:15:57.5615860Z [00:02:03.441]➜  			"zh-CN/rds/DescribeSupportOnlineResizeDisk.json",
2025-08-20T19:15:57.5616106Z [00:02:03.441]➜  			"zh-CN/rds/DescribeTags.json",
2025-08-20T19:15:57.5616361Z [00:02:03.441]➜  			"zh-CN/rds/DescribeTasks.json",
2025-08-20T19:15:57.5616764Z [00:02:03.441]➜  			"zh-CN/rds/DescribeUpgradeMajorVersionPrecheckTask.json",
2025-08-20T19:15:57.5617123Z [00:02:03.441]➜  			"zh-CN/rds/DescribeUpgradeMajorVersionTasks.json",
2025-08-20T19:15:57.5617394Z [00:02:03.441]➜  			"zh-CN/rds/DescribeVSwitches.json",
2025-08-20T19:15:57.5617719Z [00:02:03.441]➜  			"zh-CN/rds/DescribeWhitelistTemplate.json",
2025-08-20T19:15:57.5618122Z [00:02:03.441]➜  			"zh-CN/rds/DescribeWhitelistTemplateLinkedInstance.json",
2025-08-20T19:15:57.5618382Z [00:02:03.441]➜  			"zh-CN/rds/DestroyDBInstance.json",
2025-08-20T19:15:57.5618666Z [00:02:03.441]➜  			"zh-CN/rds/DetachGadInstanceMember.json",
2025-08-20T19:15:57.5618999Z [00:02:03.441]➜  			"zh-CN/rds/DetachWhitelistTemplateToInstance.json",
2025-08-20T19:15:57.5619393Z [00:02:03.442]➜  			"zh-CN/rds/EvaluateLocalExtendDisk.json",
2025-08-20T19:15:57.5619668Z [00:02:03.442]➜  			"zh-CN/rds/GetDBInstanceTopology.json",
2025-08-20T19:15:57.5619947Z [00:02:03.442]➜  			"zh-CN/rds/GetDbProxyInstanceSsl.json",
2025-08-20T19:15:57.5620226Z [00:02:03.442]➜  			"zh-CN/rds/GrantAccountPrivilege.json",
2025-08-20T19:15:57.5620522Z [00:02:03.442]➜  			"zh-CN/rds/GrantOperatorPermission.json",
2025-08-20T19:15:57.5620858Z [00:02:03.442]➜  			"zh-CN/rds/ImportDatabaseBetweenInstances.json",
2025-08-20T19:15:57.5621141Z [00:02:03.442]➜  			"zh-CN/rds/ImportUserBackupFile.json",
2025-08-20T19:15:57.5621467Z [00:02:03.442]➜  			"zh-CN/rds/ListClasses.json",
2025-08-20T19:15:57.5621736Z [00:02:03.442]➜  			"zh-CN/rds/ListTagResources.json",
2025-08-20T19:15:57.5622004Z [00:02:03.442]➜  			"zh-CN/rds/ListUserBackupFiles.json",
2025-08-20T19:15:57.5622249Z [00:02:03.442]➜  			"zh-CN/rds/LockAccount.json",
2025-08-20T19:15:57.5622716Z [00:02:03.442]➜  			"zh-CN/rds/MigrateConnectionToOtherZone.json",
2025-08-20T19:15:57.5622989Z [00:02:03.442]➜  			"zh-CN/rds/MigrateDBInstance.json",
2025-08-20T19:15:57.5623262Z [00:02:03.442]➜  			"zh-CN/rds/MigrateSecurityIPMode.json",
2025-08-20T19:15:57.5623538Z [00:02:03.442]➜  			"zh-CN/rds/MigrateToOtherZone.json",
2025-08-20T19:15:57.5623776Z [00:02:03.442]➜  			"zh-CN/rds/ModifyADInfo.json",
2025-08-20T19:15:57.5624127Z [00:02:03.442]➜  			"zh-CN/rds/ModifyAccountDescription.json",
2025-08-20T19:15:57.5624413Z [00:02:03.442]➜  			"zh-CN/rds/ModifyActionEventPolicy.json",
2025-08-20T19:15:57.5624724Z [00:02:03.442]➜  			"zh-CN/rds/ModifyActiveOperationTasks.json",
2025-08-20T19:15:57.5624998Z [00:02:03.442]➜  			"zh-CN/rds/ModifyBackupPolicy.json",
2025-08-20T19:15:57.5625299Z [00:02:03.442]➜  			"zh-CN/rds/ModifyCollationTimeZone.json",
2025-08-20T19:15:57.5625572Z [00:02:03.442]➜  			"zh-CN/rds/ModifyCustinsResource.json",
2025-08-20T19:15:57.5625858Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBDescription.json",
2025-08-20T19:15:57.5626371Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json",
2025-08-20T19:15:57.5626665Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceConfig.json",
2025-08-20T19:15:57.5626992Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceConnectionMode.json",
2025-08-20T19:15:57.5627331Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:57.5627718Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceDelayedReplicationTime.json",
2025-08-20T19:15:57.5628169Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceDeletionProtection.json",
2025-08-20T19:15:57.5628483Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceDescription.json",
2025-08-20T19:15:57.5628792Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceEndpoint.json",
2025-08-20T19:15:57.5629127Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceEndpointAddress.json",
2025-08-20T19:15:57.5629428Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceHAConfig.json",
2025-08-20T19:15:57.5629750Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:15:57.5630046Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceMetrics.json",
2025-08-20T19:15:57.5630328Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceMonitor.json",
2025-08-20T19:15:57.5630688Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceNetworkExpireTime.json",
2025-08-20T19:15:57.5630989Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceNetworkType.json",
2025-08-20T19:15:57.5631277Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstancePayType.json",
2025-08-20T19:15:57.5631646Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceProxyConfiguration.json",
2025-08-20T19:15:57.5631917Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceSSL.json",
2025-08-20T19:15:57.5632201Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceSpec.json",
2025-08-20T19:15:57.5632611Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBInstanceTDE.json",
2025-08-20T19:15:57.5632862Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBNode.json",
2025-08-20T19:15:57.5633107Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBProxy.json",
2025-08-20T19:15:57.5633502Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBProxyEndpoint.json",
2025-08-20T19:15:57.5633839Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBProxyEndpointAddress.json",
2025-08-20T19:15:57.5634121Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDBProxyInstance.json",
2025-08-20T19:15:57.5634485Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDTCSecurityIpHostsForSQLServer.json",
2025-08-20T19:15:57.5634777Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDasInstanceConfig.json",
2025-08-20T19:15:57.5635050Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDatabaseConfig.json",
2025-08-20T19:15:57.5635358Z [00:02:03.442]➜  			"zh-CN/rds/ModifyDbProxyInstanceSsl.json",
2025-08-20T19:15:57.5635703Z [00:02:03.442]➜  			"zh-CN/rds/ModifyEventInfo.json",
2025-08-20T19:15:57.5635994Z [00:02:03.442]➜  			"zh-CN/rds/ModifyHADiagnoseConfig.json",
2025-08-20T19:15:57.5636259Z [00:02:03.442]➜  			"zh-CN/rds/ModifyHASwitchConfig.json",
2025-08-20T19:15:57.5636612Z [00:02:03.442]➜  			"zh-CN/rds/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:57.5636956Z [00:02:03.442]➜  			"zh-CN/rds/ModifyInstanceCrossBackupPolicy.json",
2025-08-20T19:15:57.5637228Z [00:02:03.442]➜  			"zh-CN/rds/ModifyPGHbaConfig.json",
2025-08-20T19:15:57.5637485Z [00:02:03.442]➜  			"zh-CN/rds/ModifyParameter.json",
2025-08-20T19:15:57.5637770Z [00:02:03.442]➜  			"zh-CN/rds/ModifyParameterGroup.json",
2025-08-20T19:15:57.5638111Z [00:02:03.442]➜  			"zh-CN/rds/ModifyReadWriteSplittingConnection.json",
2025-08-20T19:15:57.5638546Z [00:02:03.442]➜  			"zh-CN/rds/ModifyReadonlyInstanceDelayReplicationTime.json",
2025-08-20T19:15:57.5638815Z [00:02:03.442]➜  			"zh-CN/rds/ModifyResourceGroup.json",
2025-08-20T19:15:57.5639120Z [00:02:03.442]➜  			"zh-CN/rds/ModifySQLCollectorPolicy.json",
2025-08-20T19:15:57.5639423Z [00:02:03.442]➜  			"zh-CN/rds/ModifySQLCollectorRetention.json",
2025-08-20T19:15:57.5639764Z [00:02:03.442]➜  			"zh-CN/rds/ModifySecurityGroupConfiguration.json",
2025-08-20T19:15:57.5640019Z [00:02:03.442]➜  			"zh-CN/rds/ModifySecurityIps.json",
2025-08-20T19:15:57.5640375Z [00:02:03.442]➜  			"zh-CN/rds/ModifyTaskInfo.json",
2025-08-20T19:15:57.5640671Z [00:02:03.443]➜  			"zh-CN/rds/ModifyWhitelistTemplate.json",
2025-08-20T19:15:57.5641035Z [00:02:03.443]➜  			"zh-CN/rds/PreCheckCreateOrderForCreateDBNodes.json",
2025-08-20T19:15:57.5641395Z [00:02:03.443]➜  			"zh-CN/rds/PreCheckCreateOrderForDeleteDBNodes.json",
2025-08-20T19:15:57.5641671Z [00:02:03.443]➜  			"zh-CN/rds/PurgeDBInstanceLog.json",
2025-08-20T19:15:57.5642011Z [00:02:03.443]➜  			"zh-CN/rds/QueryNotify.json",
2025-08-20T19:15:57.5642299Z [00:02:03.443]➜  			"zh-CN/rds/QueryRecommendByCode.json",
2025-08-20T19:15:57.5642715Z [00:02:03.443]➜  			"zh-CN/rds/RebuildDBInstance.json",
2025-08-20T19:15:57.5643159Z [00:02:03.443]➜  			"zh-CN/rds/ReceiveDBInstance.json",
2025-08-20T19:15:57.5643434Z [00:02:03.443]➜  			"zh-CN/rds/RecoveryDBInstance.json",
2025-08-20T19:15:57.5643811Z [00:02:03.443]➜  			"zh-CN/rds/ReleaseInstanceConnection.json",
2025-08-20T19:15:57.5644255Z [00:02:03.443]➜  			"zh-CN/rds/ReleaseInstancePublicConnection.json",
2025-08-20T19:15:57.5644661Z [00:02:03.443]➜  			"zh-CN/rds/ReleaseReadWriteSplittingConnection.json",
2025-08-20T19:15:57.5644959Z [00:02:03.443]➜  			"zh-CN/rds/RemoveTagsFromResource.json",
2025-08-20T19:15:57.5645236Z [00:02:03.443]➜  			"zh-CN/rds/RenewInstance.json",
2025-08-20T19:15:57.5645499Z [00:02:03.443]➜  			"zh-CN/rds/ResetAccount.json",
2025-08-20T19:15:57.5645799Z [00:02:03.443]➜  			"zh-CN/rds/ResetAccountPassword.json",
2025-08-20T19:15:57.5646076Z [00:02:03.443]➜  			"zh-CN/rds/RestartDBInstance.json",
2025-08-20T19:15:57.5646356Z [00:02:03.443]➜  			"zh-CN/rds/RestoreDdrTable.json",
2025-08-20T19:15:57.5646613Z [00:02:03.443]➜  			"zh-CN/rds/RestoreTable.json",
2025-08-20T19:15:57.5646898Z [00:02:03.443]➜  			"zh-CN/rds/RevokeAccountPrivilege.json",
2025-08-20T19:15:57.5647221Z [00:02:03.443]➜  			"zh-CN/rds/RevokeOperatorPermission.json",
2025-08-20T19:15:57.5647483Z [00:02:03.443]➜  			"zh-CN/rds/StartDBInstance.json",
2025-08-20T19:15:57.5647784Z [00:02:03.443]➜  			"zh-CN/rds/StopDBInstance.json",
2025-08-20T19:15:57.5648081Z [00:02:03.443]➜  			"zh-CN/rds/SwitchDBInstanceHA.json",
2025-08-20T19:15:57.5648412Z [00:02:03.443]➜  			"zh-CN/rds/SwitchDBInstanceNetType.json",
2025-08-20T19:15:57.5648708Z [00:02:03.443]➜  			"zh-CN/rds/SwitchDBInstanceVpc.json",
2025-08-20T19:15:57.5649048Z [00:02:03.443]➜  			"zh-CN/rds/SwitchGuardToMasterInstance.json",
2025-08-20T19:15:57.5649306Z [00:02:03.443]➜  			"zh-CN/rds/TagResources.json",
2025-08-20T19:15:57.5649621Z [00:02:03.443]➜  			"zh-CN/rds/TerminateMigrateTask.json",
2025-08-20T19:15:57.5649964Z [00:02:03.443]➜  			"zh-CN/rds/TransformDBInstancePayType.json",
2025-08-20T19:15:57.5650392Z [00:02:03.443]➜  			"zh-CN/rds/UnlockAccount.json",
2025-08-20T19:15:57.5650669Z [00:02:03.443]➜  			"zh-CN/rds/UntagResources.json",
2025-08-20T19:15:57.5651016Z [00:02:03.443]➜  			"zh-CN/rds/UpdatePostgresExtensions.json",
2025-08-20T19:15:57.5651338Z [00:02:03.443]➜  			"zh-CN/rds/UpdateUserBackupFile.json",
2025-08-20T19:15:57.5651736Z [00:02:03.443]➜  			"zh-CN/rds/UpgradeDBInstanceEngineVersion.json",
2025-08-20T19:15:57.5652109Z [00:02:03.443]➜  			"zh-CN/rds/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:15:57.5652666Z [00:02:03.443]➜  			"zh-CN/rds/UpgradeDBInstanceMajorVersion.json",
2025-08-20T19:15:57.5653120Z [00:02:03.443]➜  			"zh-CN/rds/UpgradeDBInstanceMajorVersionPrecheck.json",
2025-08-20T19:15:57.5653527Z [00:02:03.443]➜  			"zh-CN/rds/UpgradeDBProxyInstanceKernelVersion.json",
2025-08-20T19:15:57.5653822Z [00:02:03.443]➜  			"zh-CN/rds/version.json",
2025-08-20T19:15:57.5654246Z [00:02:03.443]➜  			"zh-CN/resourcecenter/AssociateDefaultFilter.json",
2025-08-20T19:15:57.5654567Z [00:02:03.443]➜  			"zh-CN/resourcecenter/CreateFilter.json",
2025-08-20T19:15:57.5654903Z [00:02:03.443]➜  			"zh-CN/resourcecenter/CreateSavedQuery.json",
2025-08-20T19:15:57.5655218Z [00:02:03.443]➜  			"zh-CN/resourcecenter/DeleteFilter.json",
2025-08-20T19:15:57.5655561Z [00:02:03.443]➜  			"zh-CN/resourcecenter/DeleteSavedQuery.json",
2025-08-20T19:15:57.5656167Z [00:02:03.443]➜  			"zh-CN/resourcecenter/DisableMultiAccountResourceCenter.json",
2025-08-20T19:15:57.5656537Z [00:02:03.443]➜  			"zh-CN/resourcecenter/DisableResourceCenter.json",
2025-08-20T19:15:57.5656933Z [00:02:03.443]➜  			"zh-CN/resourcecenter/DisassociateDefaultFilter.json",
2025-08-20T19:15:57.5657396Z [00:02:03.443]➜  			"zh-CN/resourcecenter/EnableMultiAccountResourceCenter.json",
2025-08-20T19:15:57.5657885Z [00:02:03.443]➜  			"zh-CN/resourcecenter/EnableResourceCenter.json",
2025-08-20T19:15:57.5658318Z [00:02:03.443]➜  			"zh-CN/resourcecenter/ExecuteMultiAccountSQLQuery.json",
2025-08-20T19:15:57.5658659Z [00:02:03.443]➜  			"zh-CN/resourcecenter/ExecuteSQLQuery.json",
2025-08-20T19:15:57.5659004Z [00:02:03.443]➜  			"zh-CN/resourcecenter/GetExampleQuery.json",
2025-08-20T19:15:57.5659563Z [00:02:03.443]➜  			"zh-CN/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json",
2025-08-20T19:15:57.5660196Z [00:02:03.443]➜  			"zh-CN/resourcecenter/GetMultiAccountResourceConfiguration.json",
2025-08-20T19:15:57.5660662Z [00:02:03.443]➜  			"zh-CN/resourcecenter/GetResourceCenterServiceStatus.json",
2025-08-20T19:15:57.5661058Z [00:02:03.443]➜  			"zh-CN/resourcecenter/GetResourceConfiguration.json",
2025-08-20T19:15:57.5661399Z [00:02:03.443]➜  			"zh-CN/resourcecenter/GetResourceCounts.json",
2025-08-20T19:15:57.5661721Z [00:02:03.443]➜  			"zh-CN/resourcecenter/GetSavedQuery.json",
2025-08-20T19:15:57.5662066Z [00:02:03.443]➜  			"zh-CN/resourcecenter/ListExampleQueries.json",
2025-08-20T19:15:57.5662560Z [00:02:03.443]➜  			"zh-CN/resourcecenter/ListFilters.json",
2025-08-20T19:15:57.5663039Z [00:02:03.443]➜  			"zh-CN/resourcecenter/ListMultiAccountResourceGroups.json",
2025-08-20T19:15:57.5663425Z [00:02:03.443]➜  			"zh-CN/resourcecenter/ListMultiAccountTagKeys.json",
2025-08-20T19:15:57.5663814Z [00:02:03.443]➜  			"zh-CN/resourcecenter/ListMultiAccountTagValues.json",
2025-08-20T19:15:57.5664183Z [00:02:03.443]➜  			"zh-CN/resourcecenter/ListResourceTypes.json",
2025-08-20T19:15:57.5664526Z [00:02:03.443]➜  			"zh-CN/resourcecenter/ListSavedQueries.json",
2025-08-20T19:15:57.5664842Z [00:02:03.443]➜  			"zh-CN/resourcecenter/ListTagKeys.json",
2025-08-20T19:15:57.5665153Z [00:02:03.443]➜  			"zh-CN/resourcecenter/ListTagValues.json",
2025-08-20T19:15:57.5665568Z [00:02:03.443]➜  			"zh-CN/resourcecenter/SearchMultiAccountResources.json",
2025-08-20T19:15:57.5665885Z [00:02:03.443]➜  			"zh-CN/resourcecenter/SearchResources.json",
2025-08-20T19:15:57.5666214Z [00:02:03.443]➜  			"zh-CN/resourcecenter/UpdateFilter.json",
2025-08-20T19:15:57.5666550Z [00:02:03.443]➜  			"zh-CN/resourcecenter/UpdateSavedQuery.json",
2025-08-20T19:15:57.5666991Z [00:02:03.443]➜  			"zh-CN/resourcecenter/version.json",
2025-08-20T19:15:57.5667320Z [00:02:03.443]➜  			"zh-CN/resourcemanager/AcceptHandshake.json",
2025-08-20T19:15:57.5667705Z [00:02:03.443]➜  			"zh-CN/resourcemanager/AttachControlPolicy.json",
2025-08-20T19:15:57.5668044Z [00:02:03.443]➜  			"zh-CN/resourcemanager/AttachPolicy.json",
2025-08-20T19:15:57.5668443Z [00:02:03.443]➜  			"zh-CN/resourcemanager/BindSecureMobilePhone.json",
2025-08-20T19:15:57.5668833Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CancelChangeAccountEmail.json",
2025-08-20T19:15:57.5669218Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CancelCreateCloudAccount.json",
2025-08-20T19:15:57.5669546Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CancelHandshake.json",
2025-08-20T19:15:57.5669992Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CancelPromoteResourceAccount.json",
2025-08-20T19:15:57.5670360Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ChangeAccountEmail.json",
2025-08-20T19:15:57.5670711Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CheckAccountDelete.json",
2025-08-20T19:15:57.5671042Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CreateCloudAccount.json",
2025-08-20T19:15:57.5671375Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CreateControlPolicy.json",
2025-08-20T19:15:57.5671677Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CreateFolder.json",
2025-08-20T19:15:57.5672113Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CreatePolicy.json",
2025-08-20T19:15:57.5672606Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CreatePolicyVersion.json",
2025-08-20T19:15:57.5672967Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CreateResourceAccount.json",
2025-08-20T19:15:57.5673299Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CreateResourceGroup.json",
2025-08-20T19:15:57.5673582Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CreateRole.json",
2025-08-20T19:15:57.5674038Z [00:02:03.443]➜  			"zh-CN/resourcemanager/CreateServiceLinkedRole.json",
2025-08-20T19:15:57.5674356Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DeclineHandshake.json",
2025-08-20T19:15:57.5674667Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DeleteAccount.json",
2025-08-20T19:15:57.5674988Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DeleteControlPolicy.json",
2025-08-20T19:15:57.5675284Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DeleteFolder.json",
2025-08-20T19:15:57.5675653Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DeletePolicy.json",
2025-08-20T19:15:57.5675988Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DeletePolicyVersion.json",
2025-08-20T19:15:57.5676309Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DeleteResourceGroup.json",
2025-08-20T19:15:57.5676593Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DeleteRole.json",
2025-08-20T19:15:57.5676952Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DeleteServiceLinkedRole.json",
2025-08-20T19:15:57.5677390Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DeregisterDelegatedAdministrator.json",
2025-08-20T19:15:57.5677743Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DestroyResourceDirectory.json",
2025-08-20T19:15:57.5678097Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DetachControlPolicy.json",
2025-08-20T19:15:57.5678408Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DetachPolicy.json",
2025-08-20T19:15:57.5678804Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DisableAssociatedTransfer.json",
2025-08-20T19:15:57.5679155Z [00:02:03.443]➜  			"zh-CN/resourcemanager/DisableControlPolicy.json",
2025-08-20T19:15:57.5679539Z [00:02:03.443]➜  			"zh-CN/resourcemanager/EnableAssociatedTransfer.json",
2025-08-20T19:15:57.5679872Z [00:02:03.443]➜  			"zh-CN/resourcemanager/EnableControlPolicy.json",
2025-08-20T19:15:57.5680240Z [00:02:03.443]➜  			"zh-CN/resourcemanager/EnableResourceDirectory.json",
2025-08-20T19:15:57.5680530Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetAccount.json",
2025-08-20T19:15:57.5680965Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetAccountDeletionCheckResult.json",
2025-08-20T19:15:57.5681335Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetAccountDeletionStatus.json",
2025-08-20T19:15:57.5681788Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetControlPolicy.json",
2025-08-20T19:15:57.5682197Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetControlPolicyEnablementStatus.json",
2025-08-20T19:15:57.5682639Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetFolder.json",
2025-08-20T19:15:57.5682957Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetHandshake.json",
2025-08-20T19:15:57.5683469Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetPayerForAccount.json",
2025-08-20T19:15:57.5683787Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetPolicy.json",
2025-08-20T19:15:57.5684136Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetPolicyVersion.json",
2025-08-20T19:15:57.5684488Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetResourceDirectory.json",
2025-08-20T19:15:57.5684822Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetResourceGroup.json",
2025-08-20T19:15:57.5685113Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetRole.json",
2025-08-20T19:15:57.5685609Z [00:02:03.443]➜  			"zh-CN/resourcemanager/GetServiceLinkedRoleDeletionStatus.json",
2025-08-20T19:15:57.5686002Z [00:02:03.443]➜  			"zh-CN/resourcemanager/InitResourceDirectory.json",
2025-08-20T19:15:57.5686475Z [00:02:03.443]➜  			"zh-CN/resourcemanager/InviteAccountToResourceDirectory.json",
2025-08-20T19:15:57.5686785Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListAccounts.json",
2025-08-20T19:15:57.5687165Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListAccountsForParent.json",
2025-08-20T19:15:57.5687496Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListAncestors.json",
2025-08-20T19:15:57.5687940Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListAssociatedTransferSetting.json",
2025-08-20T19:15:57.5688292Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListControlPolicies.json",
2025-08-20T19:15:57.5688802Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListControlPolicyAttachmentsForTarget.json",
2025-08-20T19:15:57.5689355Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListDelegatedAdministrators.json",
2025-08-20T19:15:57.5689841Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListDelegatedServicesForAccount.json",
2025-08-20T19:15:57.5690207Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListFoldersForParent.json",
2025-08-20T19:15:57.5690616Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListHandshakesForAccount.json",
2025-08-20T19:15:57.5691097Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListHandshakesForResourceDirectory.json",
2025-08-20T19:15:57.5691600Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListPolicies.json",
2025-08-20T19:15:57.5691989Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListPolicyAttachments.json",
2025-08-20T19:15:57.5692352Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListPolicyVersions.json",
2025-08-20T19:15:57.5692923Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListResourceGroups.json",
2025-08-20T19:15:57.5693250Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListResources.json",
2025-08-20T19:15:57.5693557Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListRoles.json",
2025-08-20T19:15:57.5693879Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListTagKeys.json",
2025-08-20T19:15:57.5694228Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListTagResources.json",
2025-08-20T19:15:57.5694557Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListTagValues.json",
2025-08-20T19:15:57.5695079Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListTargetAttachmentsForControlPolicy.json",
2025-08-20T19:15:57.5695507Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ListTrustedServiceStatus.json",
2025-08-20T19:15:57.5695816Z [00:02:03.443]➜  			"zh-CN/resourcemanager/MoveAccount.json",
2025-08-20T19:15:57.5696138Z [00:02:03.443]➜  			"zh-CN/resourcemanager/MoveResources.json",
2025-08-20T19:15:57.5696507Z [00:02:03.443]➜  			"zh-CN/resourcemanager/PromoteResourceAccount.json",
2025-08-20T19:15:57.5696943Z [00:02:03.443]➜  			"zh-CN/resourcemanager/RegisterDelegatedAdministrator.json",
2025-08-20T19:15:57.5697279Z [00:02:03.443]➜  			"zh-CN/resourcemanager/RemoveCloudAccount.json",
2025-08-20T19:15:57.5697691Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ResendCreateCloudAccountEmail.json",
2025-08-20T19:15:57.5698288Z [00:02:03.443]➜  			"zh-CN/resourcemanager/ResendPromoteResourceAccountEmail.json",
2025-08-20T19:15:57.5698670Z [00:02:03.443]➜  			"zh-CN/resourcemanager/RetryChangeAccountEmail.json",
2025-08-20T19:15:57.5699280Z [00:02:03.443]➜  			"zh-CN/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json",
2025-08-20T19:15:57.5699735Z [00:02:03.443]➜  			"zh-CN/resourcemanager/SendVerificationCodeForEnableRD.json",
2025-08-20T19:15:57.5700205Z [00:02:03.443]➜  			"zh-CN/resourcemanager/SetDefaultPolicyVersion.json",
2025-08-20T19:15:57.5700594Z [00:02:03.443]➜  			"zh-CN/resourcemanager/SetMemberDeletionPermission.json",
2025-08-20T19:15:57.5700903Z [00:02:03.443]➜  			"zh-CN/resourcemanager/TagResources.json",
2025-08-20T19:15:57.5701215Z [00:02:03.443]➜  			"zh-CN/resourcemanager/UntagResources.json",
2025-08-20T19:15:57.5701537Z [00:02:03.443]➜  			"zh-CN/resourcemanager/UpdateAccount.json",
2025-08-20T19:15:57.5701970Z [00:02:03.443]➜  			"zh-CN/resourcemanager/UpdateAssociatedTransferSetting.json",
2025-08-20T19:15:57.5702536Z [00:02:03.443]➜  			"zh-CN/resourcemanager/UpdateControlPolicy.json",
2025-08-20T19:15:57.5702848Z [00:02:03.443]➜  			"zh-CN/resourcemanager/UpdateFolder.json",
2025-08-20T19:15:57.5703192Z [00:02:03.443]➜  			"zh-CN/resourcemanager/UpdateResourceGroup.json",
2025-08-20T19:15:57.5703494Z [00:02:03.443]➜  			"zh-CN/resourcemanager/UpdateRole.json",
2025-08-20T19:15:57.5703792Z [00:02:03.443]➜  			"zh-CN/resourcemanager/version.json",
2025-08-20T19:15:57.5704121Z [00:02:03.443]➜  			"zh-CN/rocketmq/ChangeResourceGroup.json",
2025-08-20T19:15:57.5704441Z [00:02:03.443]➜  			"zh-CN/rocketmq/CreateConsumerGroup.json",
2025-08-20T19:15:57.5704730Z [00:02:03.443]➜  			"zh-CN/rocketmq/CreateInstance.json",
2025-08-20T19:15:57.5705029Z [00:02:03.443]➜  			"zh-CN/rocketmq/CreateTopic.json",
2025-08-20T19:15:57.5705494Z [00:02:03.443]➜  			"zh-CN/rocketmq/DeleteConsumerGroup.json",
2025-08-20T19:15:57.5705846Z [00:02:03.443]➜  			"zh-CN/rocketmq/DeleteInstance.json",
2025-08-20T19:15:57.5706156Z [00:02:03.443]➜  			"zh-CN/rocketmq/DeleteTopic.json",
2025-08-20T19:15:57.5706484Z [00:02:03.443]➜  			"zh-CN/rocketmq/GetConsumerGroup.json",
2025-08-20T19:15:57.5706778Z [00:02:03.443]➜  			"zh-CN/rocketmq/GetInstance.json",
2025-08-20T19:15:57.5707089Z [00:02:03.443]➜  			"zh-CN/rocketmq/GetTopic.json",
2025-08-20T19:15:57.5707612Z [00:02:03.443]➜  			"zh-CN/rocketmq/ListConsumerGroupSubscriptions.json",
2025-08-20T19:15:57.5707954Z [00:02:03.443]➜  			"zh-CN/rocketmq/ListConsumerGroups.json",
2025-08-20T19:15:57.5708230Z [00:02:03.443]➜  			"zh-CN/rocketmq/ListInstances.json",
2025-08-20T19:15:57.5708508Z [00:02:03.443]➜  			"zh-CN/rocketmq/ListTopics.json",
2025-08-20T19:15:57.5708840Z [00:02:03.443]➜  			"zh-CN/rocketmq/ResetConsumeOffset.json",
2025-08-20T19:15:57.5709151Z [00:02:03.443]➜  			"zh-CN/rocketmq/UpdateConsumerGroup.json",
2025-08-20T19:15:57.5709474Z [00:02:03.443]➜  			"zh-CN/rocketmq/UpdateInstance.json",
2025-08-20T19:15:57.5709779Z [00:02:03.443]➜  			"zh-CN/rocketmq/UpdateTopic.json",
2025-08-20T19:15:57.5710039Z [00:02:03.443]➜  			"zh-CN/rocketmq/version.json",
2025-08-20T19:15:57.5710328Z [00:02:03.443]➜  			"zh-CN/ros/CancelStackOperation.json",
2025-08-20T19:15:57.5710593Z [00:02:03.443]➜  			"zh-CN/ros/CancelUpdateStack.json",
2025-08-20T19:15:57.5710896Z [00:02:03.444]➜  			"zh-CN/ros/ContinueCreateStack.json",
2025-08-20T19:15:57.5711189Z [00:02:03.444]➜  			"zh-CN/ros/CreateChangeSet.json",
2025-08-20T19:15:57.5711472Z [00:02:03.444]➜  			"zh-CN/ros/CreateDiagnostic.json",
2025-08-20T19:15:57.5711749Z [00:02:03.444]➜  			"zh-CN/ros/CreateStack.json",
2025-08-20T19:15:57.5712041Z [00:02:03.444]➜  			"zh-CN/ros/CreateStackGroup.json",
2025-08-20T19:15:57.5712354Z [00:02:03.444]➜  			"zh-CN/ros/CreateStackInstances.json",
2025-08-20T19:15:57.5712791Z [00:02:03.444]➜  			"zh-CN/ros/CreateTemplate.json",
2025-08-20T19:15:57.5713111Z [00:02:03.444]➜  			"zh-CN/ros/CreateTemplateScratch.json",
2025-08-20T19:15:57.5713406Z [00:02:03.444]➜  			"zh-CN/ros/DeleteChangeSet.json",
2025-08-20T19:15:57.5713837Z [00:02:03.444]➜  			"zh-CN/ros/DeleteDiagnostic.json",
2025-08-20T19:15:57.5714107Z [00:02:03.444]➜  			"zh-CN/ros/DeleteStack.json",
2025-08-20T19:15:57.5714400Z [00:02:03.444]➜  			"zh-CN/ros/DeleteStackGroup.json",
2025-08-20T19:15:57.5714702Z [00:02:03.444]➜  			"zh-CN/ros/DeleteStackInstances.json",
2025-08-20T19:15:57.5715136Z [00:02:03.444]➜  			"zh-CN/ros/DeleteTemplate.json",
2025-08-20T19:15:57.5715445Z [00:02:03.444]➜  			"zh-CN/ros/DeleteTemplateScratch.json",
2025-08-20T19:15:57.5715761Z [00:02:03.444]➜  			"zh-CN/ros/DeregisterResourceType.json",
2025-08-20T19:15:57.5716053Z [00:02:03.444]➜  			"zh-CN/ros/DescribeRegions.json",
2025-08-20T19:15:57.5716335Z [00:02:03.444]➜  			"zh-CN/ros/DetectStackDrift.json",
2025-08-20T19:15:57.5716640Z [00:02:03.444]➜  			"zh-CN/ros/DetectStackGroupDrift.json",
2025-08-20T19:15:57.5716987Z [00:02:03.444]➜  			"zh-CN/ros/DetectStackResourceDrift.json",
2025-08-20T19:15:57.5717263Z [00:02:03.444]➜  			"zh-CN/ros/ExecuteChangeSet.json",
2025-08-20T19:15:57.5717623Z [00:02:03.444]➜  			"zh-CN/ros/GenerateTemplateByScratch.json",
2025-08-20T19:15:57.5717939Z [00:02:03.444]➜  			"zh-CN/ros/GenerateTemplatePolicy.json",
2025-08-20T19:15:57.5718228Z [00:02:03.444]➜  			"zh-CN/ros/GetChangeSet.json",
2025-08-20T19:15:57.5718511Z [00:02:03.444]➜  			"zh-CN/ros/GetDiagnostic.json",
2025-08-20T19:15:57.5718826Z [00:02:03.444]➜  			"zh-CN/ros/GetFeatureDetails.json",
2025-08-20T19:15:57.5719125Z [00:02:03.444]➜  			"zh-CN/ros/GetResourceType.json",
2025-08-20T19:15:57.5719454Z [00:02:03.444]➜  			"zh-CN/ros/GetResourceTypeTemplate.json",
2025-08-20T19:15:57.5719727Z [00:02:03.444]➜  			"zh-CN/ros/GetServiceProvisions.json",
2025-08-20T19:15:57.5719973Z [00:02:03.444]➜  			"zh-CN/ros/GetStack.json",
2025-08-20T19:15:57.5720330Z [00:02:03.444]➜  			"zh-CN/ros/GetStackDriftDetectionStatus.json",
2025-08-20T19:15:57.5720736Z [00:02:03.444]➜  			"zh-CN/ros/GetStackGroup.json",
2025-08-20T19:15:57.5721085Z [00:02:03.444]➜  			"zh-CN/ros/GetStackGroupOperation.json",
2025-08-20T19:15:57.5721387Z [00:02:03.444]➜  			"zh-CN/ros/GetStackInstance.json",
2025-08-20T19:15:57.5721669Z [00:02:03.444]➜  			"zh-CN/ros/GetStackPolicy.json",
2025-08-20T19:15:57.5721934Z [00:02:03.444]➜  			"zh-CN/ros/GetStackResource.json",
2025-08-20T19:15:57.5722164Z [00:02:03.444]➜  			"zh-CN/ros/GetTemplate.json",
2025-08-20T19:15:57.5722787Z [00:02:03.444]➜  			"zh-CN/ros/GetTemplateEstimateCost.json",
2025-08-20T19:15:57.5723206Z [00:02:03.444]➜  			"zh-CN/ros/GetTemplateParameterConstraints.json",
2025-08-20T19:15:57.5723546Z [00:02:03.444]➜  			"zh-CN/ros/GetTemplateScratch.json",
2025-08-20T19:15:57.5723860Z [00:02:03.444]➜  			"zh-CN/ros/GetTemplateSummary.json",
2025-08-20T19:15:57.5724156Z [00:02:03.444]➜  			"zh-CN/ros/ListChangeSets.json",
2025-08-20T19:15:57.5724436Z [00:02:03.444]➜  			"zh-CN/ros/ListDiagnostics.json",
2025-08-20T19:15:57.5724779Z [00:02:03.444]➜  			"zh-CN/ros/ListResourceTypeRegistrations.json",
2025-08-20T19:15:57.5725136Z [00:02:03.444]➜  			"zh-CN/ros/ListResourceTypeVersions.json",
2025-08-20T19:15:57.5725447Z [00:02:03.444]➜  			"zh-CN/ros/ListResourceTypes.json",
2025-08-20T19:15:57.5725717Z [00:02:03.444]➜  			"zh-CN/ros/ListStackEvents.json",
2025-08-20T19:15:57.5726103Z [00:02:03.444]➜  			"zh-CN/ros/ListStackGroupOperationResults.json",
2025-08-20T19:15:57.5726447Z [00:02:03.444]➜  			"zh-CN/ros/ListStackGroupOperations.json",
2025-08-20T19:15:57.5726765Z [00:02:03.444]➜  			"zh-CN/ros/ListStackGroups.json",
2025-08-20T19:15:57.5727070Z [00:02:03.444]➜  			"zh-CN/ros/ListStackInstances.json",
2025-08-20T19:15:57.5727368Z [00:02:03.444]➜  			"zh-CN/ros/ListStackOperationRisks.json",
2025-08-20T19:15:57.5727680Z [00:02:03.444]➜  			"zh-CN/ros/ListStackResourceDrifts.json",
2025-08-20T19:15:57.5727976Z [00:02:03.444]➜  			"zh-CN/ros/ListStackResources.json",
2025-08-20T19:15:57.5728252Z [00:02:03.444]➜  			"zh-CN/ros/ListStacks.json",
2025-08-20T19:15:57.5728528Z [00:02:03.444]➜  			"zh-CN/ros/ListTagKeys.json",
2025-08-20T19:15:57.5728828Z [00:02:03.444]➜  			"zh-CN/ros/ListTagResources.json",
2025-08-20T19:15:57.5729259Z [00:02:03.444]➜  			"zh-CN/ros/ListTagValues.json",
2025-08-20T19:15:57.5729579Z [00:02:03.444]➜  			"zh-CN/ros/ListTemplateScratches.json",
2025-08-20T19:15:57.5729877Z [00:02:03.444]➜  			"zh-CN/ros/ListTemplateVersions.json",
2025-08-20T19:15:57.5730163Z [00:02:03.444]➜  			"zh-CN/ros/ListTemplates.json",
2025-08-20T19:15:57.5730583Z [00:02:03.444]➜  			"zh-CN/ros/MoveResourceGroup.json",
2025-08-20T19:15:57.5730869Z [00:02:03.444]➜  			"zh-CN/ros/PreviewStack.json",
2025-08-20T19:15:57.5731184Z [00:02:03.444]➜  			"zh-CN/ros/RegisterResourceType.json",
2025-08-20T19:15:57.5731508Z [00:02:03.444]➜  			"zh-CN/ros/SetDeletionProtection.json",
2025-08-20T19:15:57.5731800Z [00:02:03.444]➜  			"zh-CN/ros/SetResourceType.json",
2025-08-20T19:15:57.5732079Z [00:02:03.444]➜  			"zh-CN/ros/SetStackPolicy.json",
2025-08-20T19:15:57.5732359Z [00:02:03.444]➜  			"zh-CN/ros/SetTemplatePermission.json",
2025-08-20T19:15:57.5732776Z [00:02:03.444]➜  			"zh-CN/ros/SignalResource.json",
2025-08-20T19:15:57.5733109Z [00:02:03.444]➜  			"zh-CN/ros/StopStackGroupOperation.json",
2025-08-20T19:15:57.5733380Z [00:02:03.444]➜  			"zh-CN/ros/TagResources.json",
2025-08-20T19:15:57.5733658Z [00:02:03.444]➜  			"zh-CN/ros/UntagResources.json",
2025-08-20T19:15:57.5733923Z [00:02:03.444]➜  			"zh-CN/ros/UpdateStack.json",
2025-08-20T19:15:57.5734222Z [00:02:03.444]➜  			"zh-CN/ros/UpdateStackGroup.json",
2025-08-20T19:15:57.5734540Z [00:02:03.444]➜  			"zh-CN/ros/UpdateStackInstances.json",
2025-08-20T19:15:57.5734891Z [00:02:03.444]➜  			"zh-CN/ros/UpdateStackTemplateByResources.json",
2025-08-20T19:15:57.5735161Z [00:02:03.444]➜  			"zh-CN/ros/UpdateTemplate.json",
2025-08-20T19:15:57.5735443Z [00:02:03.444]➜  			"zh-CN/ros/UpdateTemplateScratch.json",
2025-08-20T19:15:57.5735827Z [00:02:03.444]➜  			"zh-CN/ros/ValidateTemplate.json",
2025-08-20T19:15:57.5736084Z [00:02:03.444]➜  			"zh-CN/ros/version.json",
2025-08-20T19:15:57.5736439Z [00:02:03.444]➜  			"zh-CN/sae/AbortAndRollbackChangeOrder.json",
2025-08-20T19:15:57.5736734Z [00:02:03.444]➜  			"zh-CN/sae/AbortChangeOrder.json",
2025-08-20T19:15:57.5737063Z [00:02:03.444]➜  			"zh-CN/sae/BatchStartApplications.json",
2025-08-20T19:15:57.5737372Z [00:02:03.444]➜  			"zh-CN/sae/BatchStopApplications.json",
2025-08-20T19:15:57.5737755Z [00:02:03.444]➜  			"zh-CN/sae/BindSlb.json",
2025-08-20T19:15:57.5738058Z [00:02:03.444]➜  			"zh-CN/sae/ConfirmPipelineBatch.json",
2025-08-20T19:15:57.5738335Z [00:02:03.444]➜  			"zh-CN/sae/CreateApplication.json",
2025-08-20T19:15:57.5738696Z [00:02:03.444]➜  			"zh-CN/sae/CreateApplicationScalingRule.json",
2025-08-20T19:15:57.5738975Z [00:02:03.444]➜  			"zh-CN/sae/CreateConfigMap.json",
2025-08-20T19:15:57.5739275Z [00:02:03.444]➜  			"zh-CN/sae/CreateGreyTagRoute.json",
2025-08-20T19:15:57.5739556Z [00:02:03.444]➜  			"zh-CN/sae/CreateIngress.json",
2025-08-20T19:15:57.5739813Z [00:02:03.444]➜  			"zh-CN/sae/CreateJob.json",
2025-08-20T19:15:57.5740104Z [00:02:03.444]➜  			"zh-CN/sae/CreateNamespace.json",
2025-08-20T19:15:57.5740482Z [00:02:03.444]➜  			"zh-CN/sae/CreateSecret.json",
2025-08-20T19:15:57.5740741Z [00:02:03.444]➜  			"zh-CN/sae/DeleteApplication.json",
2025-08-20T19:15:57.5741101Z [00:02:03.444]➜  			"zh-CN/sae/DeleteApplicationScalingRule.json",
2025-08-20T19:15:57.5741384Z [00:02:03.444]➜  			"zh-CN/sae/DeleteConfigMap.json",
2025-08-20T19:15:57.5741693Z [00:02:03.444]➜  			"zh-CN/sae/DeleteGreyTagRoute.json",
2025-08-20T19:15:57.5741983Z [00:02:03.444]➜  			"zh-CN/sae/DeleteHistoryJob.json",
2025-08-20T19:15:57.5742258Z [00:02:03.444]➜  			"zh-CN/sae/DeleteIngress.json",
2025-08-20T19:15:57.5742677Z [00:02:03.444]➜  			"zh-CN/sae/DeleteJob.json",
2025-08-20T19:15:57.5742955Z [00:02:03.444]➜  			"zh-CN/sae/DeleteNamespace.json",
2025-08-20T19:15:57.5743194Z [00:02:03.444]➜  			"zh-CN/sae/DeleteSecret.json",
2025-08-20T19:15:57.5743491Z [00:02:03.444]➜  			"zh-CN/sae/DeployApplication.json",
2025-08-20T19:15:57.5743817Z [00:02:03.444]➜  			"zh-CN/sae/DescribeAppServiceDetail.json",
2025-08-20T19:15:57.5744172Z [00:02:03.444]➜  			"zh-CN/sae/DescribeApplicationConfig.json",
2025-08-20T19:15:57.5744516Z [00:02:03.444]➜  			"zh-CN/sae/DescribeApplicationGroups.json",
2025-08-20T19:15:57.5744846Z [00:02:03.444]➜  			"zh-CN/sae/DescribeApplicationImage.json",
2025-08-20T19:15:57.5745215Z [00:02:03.444]➜  			"zh-CN/sae/DescribeApplicationInstances.json",
2025-08-20T19:15:57.5745708Z [00:02:03.444]➜  			"zh-CN/sae/DescribeApplicationScalingRule.json",
2025-08-20T19:15:57.5746071Z [00:02:03.444]➜  			"zh-CN/sae/DescribeApplicationScalingRules.json",
2025-08-20T19:15:57.5746414Z [00:02:03.444]➜  			"zh-CN/sae/DescribeApplicationSlbs.json",
2025-08-20T19:15:57.5746763Z [00:02:03.444]➜  			"zh-CN/sae/DescribeApplicationStatus.json",
2025-08-20T19:15:57.5747087Z [00:02:03.444]➜  			"zh-CN/sae/DescribeChangeOrder.json",
2025-08-20T19:15:57.5747520Z [00:02:03.444]➜  			"zh-CN/sae/DescribeComponents.json",
2025-08-20T19:15:57.5747834Z [00:02:03.444]➜  			"zh-CN/sae/DescribeConfigMap.json",
2025-08-20T19:15:57.5748159Z [00:02:03.444]➜  			"zh-CN/sae/DescribeConfigurationPrice.json",
2025-08-20T19:15:57.5748467Z [00:02:03.444]➜  			"zh-CN/sae/DescribeEdasContainers.json",
2025-08-20T19:15:57.5748768Z [00:02:03.444]➜  			"zh-CN/sae/DescribeGreyTagRoute.json",
2025-08-20T19:15:57.5749043Z [00:02:03.444]➜  			"zh-CN/sae/DescribeIngress.json",
2025-08-20T19:15:57.5749367Z [00:02:03.444]➜  			"zh-CN/sae/DescribeInstanceLog.json",
2025-08-20T19:15:57.5749733Z [00:02:03.444]➜  			"zh-CN/sae/DescribeInstanceSpecifications.json",
2025-08-20T19:15:57.5749993Z [00:02:03.444]➜  			"zh-CN/sae/DescribeJob.json",
2025-08-20T19:15:57.5750286Z [00:02:03.444]➜  			"zh-CN/sae/DescribeJobHistory.json",
2025-08-20T19:15:57.5750547Z [00:02:03.444]➜  			"zh-CN/sae/DescribeJobStatus.json",
2025-08-20T19:15:57.5750826Z [00:02:03.444]➜  			"zh-CN/sae/DescribeNamespace.json",
2025-08-20T19:15:57.5751152Z [00:02:03.444]➜  			"zh-CN/sae/DescribeNamespaceList.json",
2025-08-20T19:15:57.5751484Z [00:02:03.444]➜  			"zh-CN/sae/DescribeNamespaceResources.json",
2025-08-20T19:15:57.5751783Z [00:02:03.444]➜  			"zh-CN/sae/DescribeNamespaces.json",
2025-08-20T19:15:57.5752071Z [00:02:03.444]➜  			"zh-CN/sae/DescribePipeline.json",
2025-08-20T19:15:57.5752352Z [00:02:03.444]➜  			"zh-CN/sae/DescribeRegions.json",
2025-08-20T19:15:57.5752944Z [00:02:03.444]➜  			"zh-CN/sae/DescribeSecret.json",
2025-08-20T19:15:57.5753345Z [00:02:03.444]➜  			"zh-CN/sae/DisableApplicationScalingRule.json",
2025-08-20T19:15:57.5753703Z [00:02:03.444]➜  			"zh-CN/sae/EnableApplicationScalingRule.json",
2025-08-20T19:15:57.5753958Z [00:02:03.444]➜  			"zh-CN/sae/ExecJob.json",
2025-08-20T19:15:57.5754240Z [00:02:03.444]➜  			"zh-CN/sae/GetArmsTopNMetric.json",
2025-08-20T19:15:57.5754548Z [00:02:03.444]➜  			"zh-CN/sae/GetAvailabilityMetric.json",
2025-08-20T19:15:57.5754877Z [00:02:03.444]➜  			"zh-CN/sae/GetChangeOrderMetric.json",
2025-08-20T19:15:57.5755196Z [00:02:03.444]➜  			"zh-CN/sae/GetScaleAppMetric.json",
2025-08-20T19:15:57.5755650Z [00:02:03.444]➜  			"zh-CN/sae/GetWarningEventMetric.json",
2025-08-20T19:15:57.5755950Z [00:02:03.444]➜  			"zh-CN/sae/ListAppEvents.json",
2025-08-20T19:15:57.5756258Z [00:02:03.444]➜  			"zh-CN/sae/ListAppServicesPage.json",
2025-08-20T19:15:57.5756554Z [00:02:03.444]➜  			"zh-CN/sae/ListAppVersions.json",
2025-08-20T19:15:57.5756855Z [00:02:03.444]➜  			"zh-CN/sae/ListApplications.json",
2025-08-20T19:15:57.5757162Z [00:02:03.444]➜  			"zh-CN/sae/ListChangeOrders.json",
2025-08-20T19:15:57.5757459Z [00:02:03.444]➜  			"zh-CN/sae/ListConsumedServices.json",
2025-08-20T19:15:57.5757738Z [00:02:03.444]➜  			"zh-CN/sae/ListGreyTagRoute.json",
2025-08-20T19:15:57.5758014Z [00:02:03.444]➜  			"zh-CN/sae/ListIngresses.json",
2025-08-20T19:15:57.5758274Z [00:02:03.444]➜  			"zh-CN/sae/ListJobs.json",
2025-08-20T19:15:57.5758559Z [00:02:03.444]➜  			"zh-CN/sae/ListLogConfigs.json",
2025-08-20T19:15:57.5758911Z [00:02:03.444]➜  			"zh-CN/sae/ListNamespaceChangeOrders.json",
2025-08-20T19:15:57.5759207Z [00:02:03.444]➜  			"zh-CN/sae/ListNamespacedConfigMaps.json",
2025-08-20T19:15:57.5759495Z [00:02:03.444]➜  			"zh-CN/sae/ListPublishedServices.json",
2025-08-20T19:15:57.5759734Z [00:02:03.444]➜  			"zh-CN/sae/ListSecrets.json",
2025-08-20T19:15:57.5759991Z [00:02:03.444]➜  			"zh-CN/sae/ListTagResources.json",
2025-08-20T19:15:57.5760235Z [00:02:03.444]➜  			"zh-CN/sae/OpenSaeService.json",
2025-08-20T19:15:57.5760637Z [00:02:03.444]➜  			"zh-CN/sae/QueryResourceStatics.json",
2025-08-20T19:15:57.5761038Z [00:02:03.444]➜  			"zh-CN/sae/ReduceApplicationCapacityByInstanceIds.json",
2025-08-20T19:15:57.5761312Z [00:02:03.444]➜  			"zh-CN/sae/RescaleApplication.json",
2025-08-20T19:15:57.5761613Z [00:02:03.444]➜  			"zh-CN/sae/RescaleApplicationVertically.json",
2025-08-20T19:15:57.5761877Z [00:02:03.444]➜  			"zh-CN/sae/RestartApplication.json",
2025-08-20T19:15:57.5762222Z [00:02:03.444]➜  			"zh-CN/sae/RestartInstances.json",
2025-08-20T19:15:57.5762662Z [00:02:03.444]➜  			"zh-CN/sae/RollbackApplication.json",
2025-08-20T19:15:57.5762926Z [00:02:03.444]➜  			"zh-CN/sae/StartApplication.json",
2025-08-20T19:15:57.5763174Z [00:02:03.444]➜  			"zh-CN/sae/StopApplication.json",
2025-08-20T19:15:57.5763416Z [00:02:03.444]➜  			"zh-CN/sae/SuspendJob.json",
2025-08-20T19:15:57.5763657Z [00:02:03.444]➜  			"zh-CN/sae/TagResources.json",
2025-08-20T19:15:57.5763901Z [00:02:03.444]➜  			"zh-CN/sae/UnbindSlb.json",
2025-08-20T19:15:57.5764174Z [00:02:03.444]➜  			"zh-CN/sae/UntagResources.json",
2025-08-20T19:15:57.5764466Z [00:02:03.444]➜  			"zh-CN/sae/UpdateAppSecurityGroup.json",
2025-08-20T19:15:57.5764784Z [00:02:03.444]➜  			"zh-CN/sae/UpdateApplicationDescription.json",
2025-08-20T19:15:57.5765105Z [00:02:03.444]➜  			"zh-CN/sae/UpdateApplicationScalingRule.json",
2025-08-20T19:15:57.5765411Z [00:02:03.444]➜  			"zh-CN/sae/UpdateApplicationVswitches.json",
2025-08-20T19:15:57.5765673Z [00:02:03.444]➜  			"zh-CN/sae/UpdateConfigMap.json",
2025-08-20T19:15:57.5765976Z [00:02:03.444]➜  			"zh-CN/sae/UpdateGreyTagRoute.json",
2025-08-20T19:15:57.5766269Z [00:02:03.444]➜  			"zh-CN/sae/UpdateIngress.json",
2025-08-20T19:15:57.5766528Z [00:02:03.444]➜  			"zh-CN/sae/UpdateJob.json",
2025-08-20T19:15:57.5766813Z [00:02:03.444]➜  			"zh-CN/sae/UpdateNamespace.json",
2025-08-20T19:15:57.5767110Z [00:02:03.444]➜  			"zh-CN/sae/UpdateNamespaceVpc.json",
2025-08-20T19:15:57.5767506Z [00:02:03.444]➜  			"zh-CN/sae/UpdateSecret.json",
2025-08-20T19:15:57.5767774Z [00:02:03.444]➜  			"zh-CN/sae/version.json",
2025-08-20T19:15:57.5768111Z [00:02:03.444]➜  			"zh-CN/sas/AddAssetSelectionCriteria.json",
2025-08-20T19:15:57.5768483Z [00:02:03.444]➜  			"zh-CN/sas/AddCheckInstanceResultWhiteList.json",
2025-08-20T19:15:57.5768815Z [00:02:03.444]➜  			"zh-CN/sas/AddCheckResultWhiteList.json",
2025-08-20T19:15:57.5769123Z [00:02:03.444]➜  			"zh-CN/sas/AddClientUserDefineRule.json",
2025-08-20T19:15:57.5769441Z [00:02:03.444]➜  			"zh-CN/sas/AddContainerDefenseRule.json",
2025-08-20T19:15:57.5769748Z [00:02:03.444]➜  			"zh-CN/sas/AddContainerPluginRule.json",
2025-08-20T19:15:57.5770188Z [00:02:03.444]➜  			"zh-CN/sas/AddImageEventOperation.json",
2025-08-20T19:15:57.5770541Z [00:02:03.444]➜  			"zh-CN/sas/AddImageVulWhiteList.json",
2025-08-20T19:15:57.5770813Z [00:02:03.444]➜  			"zh-CN/sas/AddInstallCode.json",
2025-08-20T19:15:57.5771110Z [00:02:03.444]➜  			"zh-CN/sas/AddPrivateRegistry.json",
2025-08-20T19:15:57.5771486Z [00:02:03.444]➜  			"zh-CN/sas/AddSasContainerWebDefenseRule.json",
2025-08-20T19:15:57.5771757Z [00:02:03.444]➜  			"zh-CN/sas/AddSasModuleTrial.json",
2025-08-20T19:15:57.5772004Z [00:02:03.444]➜  			"zh-CN/sas/AddTagWithUuid.json",
2025-08-20T19:15:57.5772305Z [00:02:03.444]➜  			"zh-CN/sas/AddUninstallClientsByUuids.json",
2025-08-20T19:15:57.5772717Z [00:02:03.444]➜  			"zh-CN/sas/AddVpcHoneyPot.json",
2025-08-20T19:15:57.5773061Z [00:02:03.444]➜  			"zh-CN/sas/AdvanceSecurityEventOperations.json",
2025-08-20T19:15:57.5773472Z [00:02:03.444]➜  			"zh-CN/sas/BatchDeleteMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:57.5773808Z [00:02:03.444]➜  			"zh-CN/sas/BatchOperateCommonOverallConfig.json",
2025-08-20T19:15:57.5774208Z [00:02:03.444]➜  			"zh-CN/sas/BatchUpdateMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:57.5774460Z [00:02:03.444]➜  			"zh-CN/sas/BindAuthToMachine.json",
2025-08-20T19:15:57.5774714Z [00:02:03.444]➜  			"zh-CN/sas/BindHybridProxy.json",
2025-08-20T19:15:57.5775093Z [00:02:03.444]➜  			"zh-CN/sas/CancelOnceTask.json",
2025-08-20T19:15:57.5775404Z [00:02:03.444]➜  			"zh-CN/sas/ChangeAssetRefreshTaskConfig.json",
2025-08-20T19:15:57.5775660Z [00:02:03.444]➜  			"zh-CN/sas/ChangeCheckConfig.json",
2025-08-20T19:15:57.5775938Z [00:02:03.444]➜  			"zh-CN/sas/ChangeCheckCustomConfig.json",
2025-08-20T19:15:57.5776224Z [00:02:03.445]➜  			"zh-CN/sas/ChangeSecurityScoreRule.json",
2025-08-20T19:15:57.5776458Z [00:02:03.445]➜  			"zh-CN/sas/ChangeUserLang.json",
2025-08-20T19:15:57.5776822Z [00:02:03.445]➜  			"zh-CN/sas/CheckQuaraFileId.json",
2025-08-20T19:15:57.5777098Z [00:02:03.445]➜  			"zh-CN/sas/CheckSecurityEventId.json",
2025-08-20T19:15:57.5777347Z [00:02:03.445]➜  			"zh-CN/sas/CheckUserHasEcs.json",
2025-08-20T19:15:57.5777611Z [00:02:03.445]➜  			"zh-CN/sas/ConfirmVirusEvents.json",
2025-08-20T19:15:57.5777892Z [00:02:03.445]➜  			"zh-CN/sas/CreateAgentlessScanTask.json",
2025-08-20T19:15:57.5778185Z [00:02:03.445]➜  			"zh-CN/sas/CreateAntiBruteForceRule.json",
2025-08-20T19:15:57.5778508Z [00:02:03.445]➜  			"zh-CN/sas/CreateAssetSelectionConfig.json",
2025-08-20T19:15:57.5778772Z [00:02:03.445]➜  			"zh-CN/sas/CreateBackupPolicy.json",
2025-08-20T19:15:57.5779056Z [00:02:03.445]➜  			"zh-CN/sas/CreateContainerScanTask.json",
2025-08-20T19:15:57.5779419Z [00:02:03.445]➜  			"zh-CN/sas/CreateContainerScanTaskByAppName.json",
2025-08-20T19:15:57.5779752Z [00:02:03.445]➜  			"zh-CN/sas/CreateCustomBlockRecord.json",
2025-08-20T19:15:57.5780050Z [00:02:03.445]➜  			"zh-CN/sas/CreateCycleTask.json",
2025-08-20T19:15:57.5780334Z [00:02:03.445]➜  			"zh-CN/sas/CreateFileDetect.json",
2025-08-20T19:15:57.5780674Z [00:02:03.445]➜  			"zh-CN/sas/CreateFileDetectUploadUrl.json",
2025-08-20T19:15:57.5780986Z [00:02:03.445]➜  			"zh-CN/sas/CreateFileProtectRule.json",
2025-08-20T19:15:57.5781285Z [00:02:03.445]➜  			"zh-CN/sas/CreateFileUploadLimit.json",
2025-08-20T19:15:57.5781560Z [00:02:03.445]➜  			"zh-CN/sas/CreateHoneypot.json",
2025-08-20T19:15:57.5782011Z [00:02:03.445]➜  			"zh-CN/sas/CreateHoneypotNode.json",
2025-08-20T19:15:57.5782368Z [00:02:03.445]➜  			"zh-CN/sas/CreateHoneypotPreset.json",
2025-08-20T19:15:57.5782881Z [00:02:03.445]➜  			"zh-CN/sas/CreateHoneypotProbe.json",
2025-08-20T19:15:57.5783219Z [00:02:03.445]➜  			"zh-CN/sas/CreateHoneypotProbeBind.json",
2025-08-20T19:15:57.5783540Z [00:02:03.445]➜  			"zh-CN/sas/CreateInterceptionRule.json",
2025-08-20T19:15:57.5783876Z [00:02:03.445]➜  			"zh-CN/sas/CreateInterceptionTarget.json",
2025-08-20T19:15:57.5784239Z [00:02:03.445]➜  			"zh-CN/sas/CreateJenkinsImageRegistry.json",
2025-08-20T19:15:57.5784651Z [00:02:03.445]➜  			"zh-CN/sas/CreateMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:57.5785115Z [00:02:03.445]➜  			"zh-CN/sas/CreateMaliciousNote.json",
2025-08-20T19:15:57.5785440Z [00:02:03.445]➜  			"zh-CN/sas/CreateOpaClusterPlugin.json",
2025-08-20T19:15:57.5785738Z [00:02:03.445]➜  			"zh-CN/sas/CreateOpaStrategyNew.json",
2025-08-20T19:15:57.5786089Z [00:02:03.445]➜  			"zh-CN/sas/CreateOrUpdateAssetGroup.json",
2025-08-20T19:15:57.5786420Z [00:02:03.445]➜  			"zh-CN/sas/CreateOrUpdateDingTalk.json",
2025-08-20T19:15:57.5786747Z [00:02:03.445]➜  			"zh-CN/sas/CreateOssBucketScanTask.json",
2025-08-20T19:15:57.5787044Z [00:02:03.445]➜  			"zh-CN/sas/CreateOssScanConfig.json",
2025-08-20T19:15:57.5787344Z [00:02:03.445]➜  			"zh-CN/sas/CreateRestoreJob.json",
2025-08-20T19:15:57.5787654Z [00:02:03.445]➜  			"zh-CN/sas/CreateServiceLinkedRole.json",
2025-08-20T19:15:57.5787956Z [00:02:03.445]➜  			"zh-CN/sas/CreateServiceTrail.json",
2025-08-20T19:15:57.5788365Z [00:02:03.445]➜  			"zh-CN/sas/CreateSimilarSecurityEventsQueryTask.json",
2025-08-20T19:15:57.5788687Z [00:02:03.445]➜  			"zh-CN/sas/CreateSuspEventNote.json",
2025-08-20T19:15:57.5788992Z [00:02:03.445]➜  			"zh-CN/sas/CreateUniBackupPolicy.json",
2025-08-20T19:15:57.5789297Z [00:02:03.445]➜  			"zh-CN/sas/CreateUniRestorePlan.json",
2025-08-20T19:15:57.5789611Z [00:02:03.445]➜  			"zh-CN/sas/CreateVirusScanOnceTask.json",
2025-08-20T19:15:57.5790084Z [00:02:03.445]➜  			"zh-CN/sas/CreateVulAutoRepairConfig.json",
2025-08-20T19:15:57.5790407Z [00:02:03.445]➜  			"zh-CN/sas/DeleteAntiBruteForceRule.json",
2025-08-20T19:15:57.5790705Z [00:02:03.445]➜  			"zh-CN/sas/DeleteBackupPolicy.json",
2025-08-20T19:15:57.5791046Z [00:02:03.445]➜  			"zh-CN/sas/DeleteBackupPolicyMachine.json",
2025-08-20T19:15:57.5791386Z [00:02:03.445]➜  			"zh-CN/sas/DeleteBinarySecurityPolicy.json",
2025-08-20T19:15:57.5791833Z [00:02:03.445]➜  			"zh-CN/sas/DeleteClientUserDefineRule.json",
2025-08-20T19:15:57.5792180Z [00:02:03.445]➜  			"zh-CN/sas/DeleteContainerDefenseRule.json",
2025-08-20T19:15:57.5792722Z [00:02:03.445]➜  			"zh-CN/sas/DeleteContainerPluginRule.json",
2025-08-20T19:15:57.5793048Z [00:02:03.445]➜  			"zh-CN/sas/DeleteCustomBlockRecord.json",
2025-08-20T19:15:57.5793333Z [00:02:03.445]➜  			"zh-CN/sas/DeleteCycleTask.json",
2025-08-20T19:15:57.5793634Z [00:02:03.445]➜  			"zh-CN/sas/DeleteFileProtectRule.json",
2025-08-20T19:15:57.5793932Z [00:02:03.445]➜  			"zh-CN/sas/DeleteGroup.json",
2025-08-20T19:15:57.5794215Z [00:02:03.445]➜  			"zh-CN/sas/DeleteHoneypot.json",
2025-08-20T19:15:57.5794510Z [00:02:03.445]➜  			"zh-CN/sas/DeleteHoneypotNode.json",
2025-08-20T19:15:57.5794807Z [00:02:03.445]➜  			"zh-CN/sas/DeleteHoneypotPreset.json",
2025-08-20T19:15:57.5795104Z [00:02:03.445]➜  			"zh-CN/sas/DeleteHoneypotProbe.json",
2025-08-20T19:15:57.5795416Z [00:02:03.445]➜  			"zh-CN/sas/DeleteHoneypotProbeBind.json",
2025-08-20T19:15:57.5795749Z [00:02:03.445]➜  			"zh-CN/sas/DeleteImageEventOperation.json",
2025-08-20T19:15:57.5796051Z [00:02:03.445]➜  			"zh-CN/sas/DeleteImageVulWhitelist.json",
2025-08-20T19:15:57.5796352Z [00:02:03.445]➜  			"zh-CN/sas/DeleteInstallCode.json",
2025-08-20T19:15:57.5796655Z [00:02:03.445]➜  			"zh-CN/sas/DeleteInterceptionRule.json",
2025-08-20T19:15:57.5796971Z [00:02:03.445]➜  			"zh-CN/sas/DeleteInterceptionTarget.json",
2025-08-20T19:15:57.5797251Z [00:02:03.445]➜  			"zh-CN/sas/DeleteK8sAccessInfo.json",
2025-08-20T19:15:57.5797704Z [00:02:03.445]➜  			"zh-CN/sas/DeleteLoginBaseConfig.json",
2025-08-20T19:15:57.5798126Z [00:02:03.445]➜  			"zh-CN/sas/DeleteMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:57.5798452Z [00:02:03.445]➜  			"zh-CN/sas/DeleteMaliciousNote.json",
2025-08-20T19:15:57.5798751Z [00:02:03.445]➜  			"zh-CN/sas/DeleteOpaStrategyNew.json",
2025-08-20T19:15:57.5799045Z [00:02:03.445]➜  			"zh-CN/sas/DeleteOssScanConfig.json",
2025-08-20T19:15:57.5799344Z [00:02:03.445]➜  			"zh-CN/sas/DeletePrivateRegistry.json",
2025-08-20T19:15:57.5799712Z [00:02:03.445]➜  			"zh-CN/sas/DeleteSasContainerWebDefenseRule.json",
2025-08-20T19:15:57.5800217Z [00:02:03.445]➜  			"zh-CN/sas/DeleteSecurityEventMarkMissList.json",
2025-08-20T19:15:57.5800620Z [00:02:03.446]➜  			"zh-CN/sas/DeleteServiceTrail.json",
2025-08-20T19:15:57.5800946Z [00:02:03.446]➜  			"zh-CN/sas/DeleteStrategy.json",
2025-08-20T19:15:57.5801250Z [00:02:03.446]➜  			"zh-CN/sas/DeleteSuspEventNode.json",
2025-08-20T19:15:57.5801559Z [00:02:03.446]➜  			"zh-CN/sas/DeleteTagWithUuid.json",
2025-08-20T19:15:57.5801881Z [00:02:03.446]➜  			"zh-CN/sas/DeleteUniBackupPolicy.json",
2025-08-20T19:15:57.5802237Z [00:02:03.446]➜  			"zh-CN/sas/DeleteVpcHoneyPot.json",
2025-08-20T19:15:57.5802755Z [00:02:03.446]➜  			"zh-CN/sas/DeleteVulAutoRepairConfig.json",
2025-08-20T19:15:57.5803049Z [00:02:03.446]➜  			"zh-CN/sas/DeleteVulWhitelist.json",
2025-08-20T19:15:57.5803403Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAccessKeyLeakDetail.json",
2025-08-20T19:15:57.5803740Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAccesskeyLeakList.json",
2025-08-20T19:15:57.5804059Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAffectedAssets.json",
2025-08-20T19:15:57.5804459Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAffectedMaliciousFileImages.json",
2025-08-20T19:15:57.5804782Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAgentInstallStatus.json",
2025-08-20T19:15:57.5805103Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAlarmEventDetail.json",
2025-08-20T19:15:57.5805452Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAlarmEventStackInfo.json",
2025-08-20T19:15:57.5806100Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAllEntity.json",
2025-08-20T19:15:57.5806376Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAllGroups.json",
2025-08-20T19:15:57.5806683Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAllImageBaseline.json",
2025-08-20T19:15:57.5806992Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAntiBruteForceRules.json",
2025-08-20T19:15:57.5807298Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAppVulScanCycle.json",
2025-08-20T19:15:57.5807736Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAssetDetailByUuid.json",
2025-08-20T19:15:57.5808052Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAssetDetailByUuids.json",
2025-08-20T19:15:57.5808321Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAssetSummary.json",
2025-08-20T19:15:57.5808694Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAssetsSecurityEventSummary.json",
2025-08-20T19:15:57.5808976Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAttachRecords.json",
2025-08-20T19:15:57.5809394Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAttackAnalysisData.json",
2025-08-20T19:15:57.5809676Z [00:02:03.446]➜  			"zh-CN/sas/DescribeAutoDelConfig.json",
2025-08-20T19:15:57.5809975Z [00:02:03.446]➜  			"zh-CN/sas/DescribeBackUpExportInfo.json",
2025-08-20T19:15:57.5810234Z [00:02:03.446]➜  			"zh-CN/sas/DescribeBackupClients.json",
2025-08-20T19:15:57.5810491Z [00:02:03.446]➜  			"zh-CN/sas/DescribeBackupFiles.json",
2025-08-20T19:15:57.5810795Z [00:02:03.446]➜  			"zh-CN/sas/DescribeBackupMachineStatus.json",
2025-08-20T19:15:57.5811095Z [00:02:03.446]➜  			"zh-CN/sas/DescribeBackupPolicies.json",
2025-08-20T19:15:57.5811357Z [00:02:03.446]➜  			"zh-CN/sas/DescribeBackupPolicy.json",
2025-08-20T19:15:57.5811663Z [00:02:03.446]➜  			"zh-CN/sas/DescribeBackupRestoreCount.json",
2025-08-20T19:15:57.5811951Z [00:02:03.446]➜  			"zh-CN/sas/DescribeBruteForceRecords.json",
2025-08-20T19:15:57.5812248Z [00:02:03.446]➜  			"zh-CN/sas/DescribeBruteForceSummary.json",
2025-08-20T19:15:57.5812693Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCanFixVulList.json",
2025-08-20T19:15:57.5813002Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCheckEcsWarnings.json",
2025-08-20T19:15:57.5813280Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCheckFixDetails.json",
2025-08-20T19:15:57.5813581Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCheckWarningDetail.json",
2025-08-20T19:15:57.5813890Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCheckWarningMachines.json",
2025-08-20T19:15:57.5814204Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCheckWarningSummary.json",
2025-08-20T19:15:57.5814493Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCheckWarnings.json",
2025-08-20T19:15:57.5814798Z [00:02:03.446]➜  			"zh-CN/sas/DescribeClientConfSetup.json",
2025-08-20T19:15:57.5815237Z [00:02:03.446]➜  			"zh-CN/sas/DescribeClientConfStrategy.json",
2025-08-20T19:15:57.5815562Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCloudCenterInstances.json",
2025-08-20T19:15:57.5815933Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCloudProductFieldStatistics.json",
2025-08-20T19:15:57.5816262Z [00:02:03.446]➜  			"zh-CN/sas/DescribeClusterBasicInfo.json",
2025-08-20T19:15:57.5816565Z [00:02:03.446]➜  			"zh-CN/sas/DescribeClusterInfoList.json",
2025-08-20T19:15:57.5816861Z [00:02:03.446]➜  			"zh-CN/sas/DescribeClusterNetwork.json",
2025-08-20T19:15:57.5817208Z [00:02:03.446]➜  			"zh-CN/sas/DescribeClusterVulStatistics.json",
2025-08-20T19:15:57.5817519Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCommonOverallConfig.json",
2025-08-20T19:15:57.5817861Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCommonOverallConfigList.json",
2025-08-20T19:15:57.5818196Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCommonTargetConfig.json",
2025-08-20T19:15:57.5818540Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCommonTargetResultList.json",
2025-08-20T19:15:57.5818857Z [00:02:03.446]➜  			"zh-CN/sas/DescribeConcernNecessity.json",
2025-08-20T19:15:57.5819149Z [00:02:03.446]➜  			"zh-CN/sas/DescribeContainerApps.json",
2025-08-20T19:15:57.5819467Z [00:02:03.446]➜  			"zh-CN/sas/DescribeContainerCriteria.json",
2025-08-20T19:15:57.5819787Z [00:02:03.446]➜  			"zh-CN/sas/DescribeContainerInstances.json",
2025-08-20T19:15:57.5820234Z [00:02:03.446]➜  			"zh-CN/sas/DescribeContainerScanConfig.json",
2025-08-20T19:15:57.5820552Z [00:02:03.446]➜  			"zh-CN/sas/DescribeContainerStatistics.json",
2025-08-20T19:15:57.5820835Z [00:02:03.446]➜  			"zh-CN/sas/DescribeContainerTags.json",
2025-08-20T19:15:57.5821193Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCountNotScannedImage.json",
2025-08-20T19:15:57.5821536Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCountScannedImage.json",
2025-08-20T19:15:57.5821964Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCriteria.json",
2025-08-20T19:15:57.5822359Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCustomBlockInstances.json",
2025-08-20T19:15:57.5822887Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCustomBlockRecords.json",
2025-08-20T19:15:57.5823175Z [00:02:03.446]➜  			"zh-CN/sas/DescribeCycleTaskList.json",
2025-08-20T19:15:57.5823551Z [00:02:03.446]➜  			"zh-CN/sas/DescribeDefaultProxyInstallVersion.json",
2025-08-20T19:15:57.5823958Z [00:02:03.446]➜  			"zh-CN/sas/DescribeDingTalk.json",
2025-08-20T19:15:57.5824246Z [00:02:03.447]➜  			"zh-CN/sas/DescribeDomainCount.json",
2025-08-20T19:15:57.5824523Z [00:02:03.447]➜  			"zh-CN/sas/DescribeDomainDetail.json",
2025-08-20T19:15:57.5824797Z [00:02:03.447]➜  			"zh-CN/sas/DescribeDomainList.json",
2025-08-20T19:15:57.5825092Z [00:02:03.447]➜  			"zh-CN/sas/DescribeEmgUserAgreement.json",
2025-08-20T19:15:57.5825360Z [00:02:03.447]➜  			"zh-CN/sas/DescribeEmgVulItem.json",
2025-08-20T19:15:57.5825646Z [00:02:03.447]➜  			"zh-CN/sas/DescribeEventLevelCount.json",
2025-08-20T19:15:57.5825917Z [00:02:03.447]➜  			"zh-CN/sas/DescribeEventOnStage.json",
2025-08-20T19:15:57.5826226Z [00:02:03.447]➜  			"zh-CN/sas/DescribeExcludeSystemPath.json",
2025-08-20T19:15:57.5826497Z [00:02:03.447]➜  			"zh-CN/sas/DescribeExportInfo.json",
2025-08-20T19:15:57.5826801Z [00:02:03.447]➜  			"zh-CN/sas/DescribeExposedCheckWarning.json",
2025-08-20T19:15:57.5827134Z [00:02:03.447]➜  			"zh-CN/sas/DescribeExposedInstanceCriteria.json",
2025-08-20T19:15:57.5827466Z [00:02:03.447]➜  			"zh-CN/sas/DescribeExposedInstanceDetail.json",
2025-08-20T19:15:57.5827775Z [00:02:03.447]➜  			"zh-CN/sas/DescribeExposedInstanceList.json",
2025-08-20T19:15:57.5828066Z [00:02:03.447]➜  			"zh-CN/sas/DescribeExposedStatistics.json",
2025-08-20T19:15:57.5828383Z [00:02:03.447]➜  			"zh-CN/sas/DescribeExposedStatisticsDetail.json",
2025-08-20T19:15:57.5828668Z [00:02:03.447]➜  			"zh-CN/sas/DescribeFieldStatistics.json",
2025-08-20T19:15:57.5828945Z [00:02:03.447]➜  			"zh-CN/sas/DescribeFixUsedCount.json",
2025-08-20T19:15:57.5829246Z [00:02:03.447]➜  			"zh-CN/sas/DescribeFrontVulPatchList.json",
2025-08-20T19:15:57.5829631Z [00:02:03.447]➜  			"zh-CN/sas/DescribeGroupStruct.json",
2025-08-20T19:15:57.5829991Z [00:02:03.447]➜  			"zh-CN/sas/DescribeGroupedContainerInstances.json",
2025-08-20T19:15:57.5830291Z [00:02:03.447]➜  			"zh-CN/sas/DescribeGroupedInstances.json",
2025-08-20T19:15:57.5830614Z [00:02:03.447]➜  			"zh-CN/sas/DescribeGroupedMaliciousFiles.json",
2025-08-20T19:15:57.5830901Z [00:02:03.447]➜  			"zh-CN/sas/DescribeGroupedTags.json",
2025-08-20T19:15:57.5831155Z [00:02:03.447]➜  			"zh-CN/sas/DescribeGroupedVul.json",
2025-08-20T19:15:57.5831430Z [00:02:03.447]➜  			"zh-CN/sas/DescribeHcExportInfo.json",
2025-08-20T19:15:57.5831694Z [00:02:03.447]➜  			"zh-CN/sas/DescribeHoneyPotAuth.json",
2025-08-20T19:15:57.5832028Z [00:02:03.447]➜  			"zh-CN/sas/DescribeHoneyPotSuspStatistics.json",
2025-08-20T19:15:57.5832278Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImage.json",
2025-08-20T19:15:57.5832826Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageBaselineCheckResult.json",
2025-08-20T19:15:57.5833186Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageBaselineCheckSummary.json",
2025-08-20T19:15:57.5833504Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageBaselineDetail.json",
2025-08-20T19:15:57.5833819Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageBaselineItemList.json",
2025-08-20T19:15:57.5834136Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageBaselineStrategy.json",
2025-08-20T19:15:57.5834533Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageCriteria.json",
2025-08-20T19:15:57.5834910Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageEventOperationCondition.json",
2025-08-20T19:15:57.5835246Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageEventOperationPage.json",
2025-08-20T19:15:57.5835554Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageFixCycleConfig.json",
2025-08-20T19:15:57.5835820Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageFixTask.json",
2025-08-20T19:15:57.5836213Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageGroupedVulList.json",
2025-08-20T19:15:57.5836488Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageInfoList.json",
2025-08-20T19:15:57.5836770Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageInstances.json",
2025-08-20T19:15:57.5837082Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageLatestScanTask.json",
2025-08-20T19:15:57.5837408Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageListBySensitiveFile.json",
2025-08-20T19:15:57.5837860Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageListWithBaselineName.json",
2025-08-20T19:15:57.5838176Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageRepoCriteria.json",
2025-08-20T19:15:57.5838483Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageRepoDetailList.json",
2025-08-20T19:15:57.5838757Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageRepoList.json",
2025-08-20T19:15:57.5839065Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageScanAuthCount.json",
2025-08-20T19:15:57.5839394Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageScanAuthorization.json",
2025-08-20T19:15:57.5839731Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageSensitiveFileByKey.json",
2025-08-20T19:15:57.5840053Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageSensitiveFileList.json",
2025-08-20T19:15:57.5840353Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageStatistics.json",
2025-08-20T19:15:57.5840624Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageVulList.json",
2025-08-20T19:15:57.5840930Z [00:02:03.447]➜  			"zh-CN/sas/DescribeImageVulWhiteList.json",
2025-08-20T19:15:57.5841205Z [00:02:03.447]➜  			"zh-CN/sas/DescribeInstallCaptcha.json",
2025-08-20T19:15:57.5841481Z [00:02:03.447]➜  			"zh-CN/sas/DescribeInstallCode.json",
2025-08-20T19:15:57.5841746Z [00:02:03.447]➜  			"zh-CN/sas/DescribeInstallCodes.json",
2025-08-20T19:15:57.5842117Z [00:02:03.447]➜  			"zh-CN/sas/DescribeInstanceAntiBruteForceRules.json",
2025-08-20T19:15:57.5842576Z [00:02:03.447]➜  			"zh-CN/sas/DescribeInstanceRebootStatus.json",
2025-08-20T19:15:57.5842944Z [00:02:03.447]➜  			"zh-CN/sas/DescribeInstanceStatistics.json",
2025-08-20T19:15:57.5843251Z [00:02:03.447]➜  			"zh-CN/sas/DescribeIpTags.json",
2025-08-20T19:15:57.5843581Z [00:02:03.447]➜  			"zh-CN/sas/DescribeLatestScanTask.json",
2025-08-20T19:15:57.5844036Z [00:02:03.447]➜  			"zh-CN/sas/DescribeLogMeta.json",
2025-08-20T19:15:57.5844384Z [00:02:03.447]➜  			"zh-CN/sas/DescribeLogShipperStatus.json",
2025-08-20T19:15:57.5844720Z [00:02:03.447]➜  			"zh-CN/sas/DescribeLoginBaseConfigs.json",
2025-08-20T19:15:57.5845060Z [00:02:03.447]➜  			"zh-CN/sas/DescribeLoginSwitchConfigs.json",
2025-08-20T19:15:57.5845481Z [00:02:03.447]➜  			"zh-CN/sas/DescribeLogstoreStorage.json",
2025-08-20T19:15:57.5845793Z [00:02:03.447]➜  			"zh-CN/sas/DescribeMachineCanReboot.json",
2025-08-20T19:15:57.5846131Z [00:02:03.447]➜  			"zh-CN/sas/DescribeMatchedMaliciousNames.json",
2025-08-20T19:15:57.5846423Z [00:02:03.448]➜  			"zh-CN/sas/DescribeModuleConfig.json",
2025-08-20T19:15:57.5846720Z [00:02:03.448]➜  			"zh-CN/sas/DescribeMonitorAccounts.json",
2025-08-20T19:15:57.5847012Z [00:02:03.448]➜  			"zh-CN/sas/DescribeNoticeConfig.json",
2025-08-20T19:15:57.5847329Z [00:02:03.448]➜  			"zh-CN/sas/DescribeNsasSuspEventType.json",
2025-08-20T19:15:57.5847639Z [00:02:03.448]➜  			"zh-CN/sas/DescribeOfflineMachines.json",
2025-08-20T19:15:57.5847928Z [00:02:03.448]➜  			"zh-CN/sas/DescribeOnceTask.json",
2025-08-20T19:15:57.5848320Z [00:02:03.448]➜  			"zh-CN/sas/DescribeOnceTaskLeafRecordPage.json",
2025-08-20T19:15:57.5848664Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyCount.json",
2025-08-20T19:15:57.5849048Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyCronDetail.json",
2025-08-20T19:15:57.5849391Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyCronItem.json",
2025-08-20T19:15:57.5849744Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyPortDetail.json",
2025-08-20T19:15:57.5850056Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyPortItem.json",
2025-08-20T19:15:57.5850378Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyProcDetail.json",
2025-08-20T19:15:57.5850801Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyProcItem.json",
2025-08-20T19:15:57.5851128Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyScaDetail.json",
2025-08-20T19:15:57.5851432Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyScaItem.json",
2025-08-20T19:15:57.5851781Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyScheduleConfig.json",
2025-08-20T19:15:57.5852117Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertySoftwareDetail.json",
2025-08-20T19:15:57.5852617Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertySoftwareItem.json",
2025-08-20T19:15:57.5853081Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyTypeScaItem.json",
2025-08-20T19:15:57.5853429Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyUsageNewest.json",
2025-08-20T19:15:57.5853757Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyUserDetail.json",
2025-08-20T19:15:57.5854087Z [00:02:03.448]➜  			"zh-CN/sas/DescribePropertyUserItem.json",
2025-08-20T19:15:57.5854437Z [00:02:03.448]➜  			"zh-CN/sas/DescribeQuaraFileDownloadInfo.json",
2025-08-20T19:15:57.5854744Z [00:02:03.448]➜  			"zh-CN/sas/DescribeRestoreJobs.json",
2025-08-20T19:15:57.5855049Z [00:02:03.448]➜  			"zh-CN/sas/DescribeRestorePlans.json",
2025-08-20T19:15:57.5855395Z [00:02:03.448]➜  			"zh-CN/sas/DescribeRiskCheckItemResult.json",
2025-08-20T19:15:57.5855704Z [00:02:03.448]➜  			"zh-CN/sas/DescribeRiskCheckResult.json",
2025-08-20T19:15:57.5856024Z [00:02:03.448]➜  			"zh-CN/sas/DescribeRiskCheckSummary.json",
2025-08-20T19:15:57.5856339Z [00:02:03.448]➜  			"zh-CN/sas/DescribeRiskItemType.json",
2025-08-20T19:15:57.5856696Z [00:02:03.448]➜  			"zh-CN/sas/DescribeRiskListCheckResult.json",
2025-08-20T19:15:57.5856995Z [00:02:03.448]➜  			"zh-CN/sas/DescribeRiskType.json",
2025-08-20T19:15:57.5857270Z [00:02:03.448]➜  			"zh-CN/sas/DescribeRisks.json",
2025-08-20T19:15:57.5857608Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSasPmAgentList.json",
2025-08-20T19:15:57.5857935Z [00:02:03.448]➜  			"zh-CN/sas/DescribeScanTaskProgress.json",
2025-08-20T19:15:57.5858289Z [00:02:03.448]➜  			"zh-CN/sas/DescribeScanTaskStatistics.json",
2025-08-20T19:15:57.5858630Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSearchCondition.json",
2025-08-20T19:15:57.5858958Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSecureSuggestion.json",
2025-08-20T19:15:57.5859533Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSecurityCheckScheduleConfig.json",
2025-08-20T19:15:57.5859938Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSecurityEventMarkMissList.json",
2025-08-20T19:15:57.5860338Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSecurityEventOperationStatus.json",
2025-08-20T19:15:57.5860870Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSecurityEventOperations.json",
2025-08-20T19:15:57.5861206Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSecurityStatInfo.json",
2025-08-20T19:15:57.5861574Z [00:02:03.448]➜  			"zh-CN/sas/DescribeServiceLinkedRoleStatus.json",
2025-08-20T19:15:57.5861981Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSimilarEventScenarios.json",
2025-08-20T19:15:57.5862347Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSimilarSecurityEvents.json",
2025-08-20T19:15:57.5862885Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSnapshots.json",
2025-08-20T19:15:57.5863189Z [00:02:03.448]➜  			"zh-CN/sas/DescribeStrategy.json",
2025-08-20T19:15:57.5863538Z [00:02:03.448]➜  			"zh-CN/sas/DescribeStrategyDetail.json",
2025-08-20T19:15:57.5863938Z [00:02:03.448]➜  			"zh-CN/sas/DescribeStrategyExecDetail.json",
2025-08-20T19:15:57.5864276Z [00:02:03.448]➜  			"zh-CN/sas/DescribeStrategyTarget.json",
2025-08-20T19:15:57.5864583Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSummaryInfo.json",
2025-08-20T19:15:57.5864900Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSupportRegion.json",
2025-08-20T19:15:57.5865236Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSuspEventDetail.json",
2025-08-20T19:15:57.5865571Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSuspEventExportInfo.json",
2025-08-20T19:15:57.5865921Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSuspEventQuaraFiles.json",
2025-08-20T19:15:57.5866281Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSuspEventUserSetting.json",
2025-08-20T19:15:57.5866587Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSuspEvents.json",
2025-08-20T19:15:57.5867104Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSuspiciousOverallConfig.json",
2025-08-20T19:15:57.5867499Z [00:02:03.448]➜  			"zh-CN/sas/DescribeSuspiciousUUIDConfig.json",
2025-08-20T19:15:57.5867798Z [00:02:03.448]➜  			"zh-CN/sas/DescribeTarget.json",
2025-08-20T19:15:57.5868189Z [00:02:03.448]➜  			"zh-CN/sas/DescribeTaskErrorLog.json",
2025-08-20T19:15:57.5868539Z [00:02:03.448]➜  			"zh-CN/sas/DescribeTotalStatistics.json",
2025-08-20T19:15:57.5868968Z [00:02:03.448]➜  			"zh-CN/sas/DescribeTraceInfoDetail.json",
2025-08-20T19:15:57.5869288Z [00:02:03.448]➜  			"zh-CN/sas/DescribeTraceInfoNode.json",
2025-08-20T19:15:57.5869636Z [00:02:03.448]➜  			"zh-CN/sas/DescribeUniBackupDatabase.json",
2025-08-20T19:15:57.5869968Z [00:02:03.448]➜  			"zh-CN/sas/DescribeUniBackupPolicies.json",
2025-08-20T19:15:57.5870334Z [00:02:03.448]➜  			"zh-CN/sas/DescribeUniBackupPolicyDetail.json",
2025-08-20T19:15:57.5870666Z [00:02:03.448]➜  			"zh-CN/sas/DescribeUniRecoverableList.json",
2025-08-20T19:15:57.5870999Z [00:02:03.449]➜  			"zh-CN/sas/DescribeUniSupportRegion.json",
2025-08-20T19:15:57.5871323Z [00:02:03.449]➜  			"zh-CN/sas/DescribeUserBackupMachines.json",
2025-08-20T19:15:57.5871715Z [00:02:03.449]➜  			"zh-CN/sas/DescribeUserBaselineAuthorization.json",
2025-08-20T19:15:57.5872101Z [00:02:03.449]➜  			"zh-CN/sas/DescribeUserLayoutAuthorization.json",
2025-08-20T19:15:57.5872549Z [00:02:03.449]➜  			"zh-CN/sas/DescribeUuidsByVulNames.json",
2025-08-20T19:15:57.5872847Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVendorList.json",
2025-08-20T19:15:57.5873131Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVersionConfig.json",
2025-08-20T19:15:57.5873475Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVpcHoneyPotCriteria.json",
2025-08-20T19:15:57.5873777Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVpcHoneyPotList.json",
2025-08-20T19:15:57.5874076Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVpcList.json",
2025-08-20T19:15:57.5874476Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVulCheckTaskStatusDetail.json",
2025-08-20T19:15:57.5874813Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVulConfig.json",
2025-08-20T19:15:57.5875122Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVulDetails.json",
2025-08-20T19:15:57.5875583Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVulExportInfo.json",
2025-08-20T19:15:57.5875918Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVulFixStatistics.json",
2025-08-20T19:15:57.5876210Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVulList.json",
2025-08-20T19:15:57.5876499Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVulListPage.json",
2025-08-20T19:15:57.5876937Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVulNumStatistics.json",
2025-08-20T19:15:57.5877240Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVulTargetConfig.json",
2025-08-20T19:15:57.5877571Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVulTargetStatistics.json",
2025-08-20T19:15:57.5877856Z [00:02:03.449]➜  			"zh-CN/sas/DescribeVulWhitelist.json",
2025-08-20T19:15:57.5878180Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWarningExportInfo.json",
2025-08-20T19:15:57.5878482Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWarningMachines.json",
2025-08-20T19:15:57.5878785Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWebLockBindList.json",
2025-08-20T19:15:57.5879111Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWebLockConfigList.json",
2025-08-20T19:15:57.5879490Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWebLockExclusiveFileType.json",
2025-08-20T19:15:57.5879872Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWebLockFileChangeStatistics.json",
2025-08-20T19:15:57.5880203Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWebLockFileEvents.json",
2025-08-20T19:15:57.5880564Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWebLockFileTypeSummary.json",
2025-08-20T19:15:57.5880929Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWebLockInclusiveFileType.json",
2025-08-20T19:15:57.5881317Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWebLockProcessBlockStatistics.json",
2025-08-20T19:15:57.5881626Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWebLockProcessList.json",
2025-08-20T19:15:57.5881921Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWebLockStatus.json",
2025-08-20T19:15:57.5882538Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWebLockTotalFileChangeCount.json",
2025-08-20T19:15:57.5882823Z [00:02:03.449]➜  			"zh-CN/sas/DescribeWebPath.json",
2025-08-20T19:15:57.5883117Z [00:02:03.449]➜  			"zh-CN/sas/DisableBruteForceRecord.json",
2025-08-20T19:15:57.5883418Z [00:02:03.449]➜  			"zh-CN/sas/DisableCustomBlockRecord.json",
2025-08-20T19:15:57.5883703Z [00:02:03.449]➜  			"zh-CN/sas/EnableBruteForceRecord.json",
2025-08-20T19:15:57.5884088Z [00:02:03.449]➜  			"zh-CN/sas/EnableCustomBlockRecord.json",
2025-08-20T19:15:57.5884466Z [00:02:03.449]➜  			"zh-CN/sas/EnableCustomInstanceBlockRecord.json",
2025-08-20T19:15:57.5884710Z [00:02:03.449]➜  			"zh-CN/sas/ExecStrategy.json",
2025-08-20T19:15:57.5884968Z [00:02:03.449]➜  			"zh-CN/sas/ExportRecord.json",
2025-08-20T19:15:57.5885242Z [00:02:03.449]➜  			"zh-CN/sas/ExportSuspEvents.json",
2025-08-20T19:15:57.5885479Z [00:02:03.449]➜  			"zh-CN/sas/ExportVul.json",
2025-08-20T19:15:57.5885721Z [00:02:03.449]➜  			"zh-CN/sas/ExportWarning.json",
2025-08-20T19:15:57.5886070Z [00:02:03.449]➜  			"zh-CN/sas/FindContainerNetworkConnect.json",
2025-08-20T19:15:57.5886325Z [00:02:03.449]➜  			"zh-CN/sas/FixCheckWarnings.json",
2025-08-20T19:15:57.5886626Z [00:02:03.449]➜  			"zh-CN/sas/GenerateK8sAccessInfo.json",
2025-08-20T19:15:57.5886940Z [00:02:03.449]➜  			"zh-CN/sas/GenerateOnceTask.json",
2025-08-20T19:15:57.5887303Z [00:02:03.449]➜  			"zh-CN/sas/GetAegisContainerPluginRuleCriteria.json",
2025-08-20T19:15:57.5887615Z [00:02:03.449]➜  			"zh-CN/sas/GetAgentlessTaskCount.json",
2025-08-20T19:15:57.5887898Z [00:02:03.449]➜  			"zh-CN/sas/GetAlarmMachineCount.json",
2025-08-20T19:15:57.5888150Z [00:02:03.449]➜  			"zh-CN/sas/GetAppNetwork.json",
2025-08-20T19:15:57.5888427Z [00:02:03.449]➜  			"zh-CN/sas/GetAssetDetailByUuid.json",
2025-08-20T19:15:57.5888711Z [00:02:03.449]➜  			"zh-CN/sas/GetAssetSelectionConfig.json",
2025-08-20T19:15:57.5889001Z [00:02:03.449]➜  			"zh-CN/sas/GetAssetsPropertyDetail.json",
2025-08-20T19:15:57.5889297Z [00:02:03.449]➜  			"zh-CN/sas/GetAssetsPropertyItem.json",
2025-08-20T19:15:57.5889583Z [00:02:03.449]➜  			"zh-CN/sas/GetAuthVersionStatistic.json",
2025-08-20T19:15:57.5890002Z [00:02:03.449]➜  			"zh-CN/sas/GetBackupStorageCount.json",
2025-08-20T19:15:57.5890258Z [00:02:03.449]➜  			"zh-CN/sas/GetCheckConfig.json",
2025-08-20T19:15:57.5890510Z [00:02:03.449]➜  			"zh-CN/sas/GetCheckDetail.json",
2025-08-20T19:15:57.5890797Z [00:02:03.449]➜  			"zh-CN/sas/GetCheckProcess.json",
2025-08-20T19:15:57.5891262Z [00:02:03.449]➜  			"zh-CN/sas/GetCheckRiskStatistics.json",
2025-08-20T19:15:57.5891554Z [00:02:03.449]➜  			"zh-CN/sas/GetCheckSale.json",
2025-08-20T19:15:57.5891823Z [00:02:03.449]➜  			"zh-CN/sas/GetCheckSummary.json",
2025-08-20T19:15:57.5892160Z [00:02:03.449]➜  			"zh-CN/sas/GetClientInstallationStatistic.json",
2025-08-20T19:15:57.5892682Z [00:02:03.449]➜  			"zh-CN/sas/GetClientRatioStatistic.json",
2025-08-20T19:15:57.5893024Z [00:02:03.449]➜  			"zh-CN/sas/GetClientUserDefineRule.json",
2025-08-20T19:15:57.5893354Z [00:02:03.449]➜  			"zh-CN/sas/GetCloudAssetCriteria.json",
2025-08-20T19:15:57.5893671Z [00:02:03.449]➜  			"zh-CN/sas/GetCloudAssetDetail.json",
2025-08-20T19:15:57.5894007Z [00:02:03.449]➜  			"zh-CN/sas/GetCloudAssetSummary.json",
2025-08-20T19:15:57.5894445Z [00:02:03.449]➜  			"zh-CN/sas/GetClusterCheckItemWarningStatistics.json",
2025-08-20T19:15:57.5894778Z [00:02:03.449]➜  			"zh-CN/sas/GetClusterRuleSummary.json",
2025-08-20T19:15:57.5895116Z [00:02:03.449]➜  			"zh-CN/sas/GetClusterStrategyCount.json",
2025-08-20T19:15:57.5895526Z [00:02:03.449]➜  			"zh-CN/sas/GetClusterSuspEventStatistics.json",
2025-08-20T19:15:57.5895880Z [00:02:03.449]➜  			"zh-CN/sas/GetCommonSwitchConfig.json",
2025-08-20T19:15:57.5896224Z [00:02:03.449]➜  			"zh-CN/sas/GetContainerDefenseRuleDetail.json",
2025-08-20T19:15:57.5896540Z [00:02:03.449]➜  			"zh-CN/sas/GetFileDetectApiInvokeInfo.json",
2025-08-20T19:15:57.5896832Z [00:02:03.449]➜  			"zh-CN/sas/GetFileDetectReport.json",
2025-08-20T19:15:57.5897296Z [00:02:03.449]➜  			"zh-CN/sas/GetFileDetectResult.json",
2025-08-20T19:15:57.5897665Z [00:02:03.449]➜  			"zh-CN/sas/GetFileProtectDashboard.json",
2025-08-20T19:15:57.5897987Z [00:02:03.449]➜  			"zh-CN/sas/GetFileProtectEvent.json",
2025-08-20T19:15:57.5898301Z [00:02:03.449]➜  			"zh-CN/sas/GetFileProtectEventCount.json",
2025-08-20T19:15:57.5898588Z [00:02:03.449]➜  			"zh-CN/sas/GetFileProtectRule.json",
2025-08-20T19:15:57.5898876Z [00:02:03.449]➜  			"zh-CN/sas/GetFileUploadLimit.json",
2025-08-20T19:15:57.5899382Z [00:02:03.449]➜  			"zh-CN/sas/GetHoneyPotUploadPolicyInfo.json",
2025-08-20T19:15:57.5899774Z [00:02:03.449]➜  			"zh-CN/sas/GetHoneypotAttackStatistics.json",
2025-08-20T19:15:57.5900065Z [00:02:03.449]➜  			"zh-CN/sas/GetHoneypotEventTrend.json",
2025-08-20T19:15:57.5900353Z [00:02:03.449]➜  			"zh-CN/sas/GetHoneypotNode.json",
2025-08-20T19:15:57.5900690Z [00:02:03.449]➜  			"zh-CN/sas/GetHoneypotNodeMetricList.json",
2025-08-20T19:15:57.5900995Z [00:02:03.449]➜  			"zh-CN/sas/GetHoneypotPreset.json",
2025-08-20T19:15:57.5901283Z [00:02:03.449]➜  			"zh-CN/sas/GetHoneypotProbe.json",
2025-08-20T19:15:57.5901561Z [00:02:03.449]➜  			"zh-CN/sas/GetHoneypotStatistics.json",
2025-08-20T19:15:57.5901869Z [00:02:03.449]➜  			"zh-CN/sas/GetImageEventOperation.json",
2025-08-20T19:15:57.5902252Z [00:02:03.449]➜  			"zh-CN/sas/GetImageScanNumInPeriod.json",
2025-08-20T19:15:57.5902746Z [00:02:03.449]➜  			"zh-CN/sas/GetInterceptionRuleDetail.json",
2025-08-20T19:15:57.5903072Z [00:02:03.449]➜  			"zh-CN/sas/GetInterceptionSummary.json",
2025-08-20T19:15:57.5903434Z [00:02:03.449]➜  			"zh-CN/sas/GetInterceptionTargetDetail.json",
2025-08-20T19:15:57.5903708Z [00:02:03.449]➜  			"zh-CN/sas/GetLastOnceTaskInfo.json",
2025-08-20T19:15:57.5903952Z [00:02:03.449]➜  			"zh-CN/sas/GetLogMeta.json",
2025-08-20T19:15:57.5904309Z [00:02:03.449]➜  			"zh-CN/sas/GetMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:57.5904591Z [00:02:03.449]➜  			"zh-CN/sas/GetModuleConfig.json",
2025-08-20T19:15:57.5904995Z [00:02:03.449]➜  			"zh-CN/sas/GetModuleTrialAuthInfo.json",
2025-08-20T19:15:57.5905299Z [00:02:03.449]➜  			"zh-CN/sas/GetObjectScanEvent.json",
2025-08-20T19:15:57.5905704Z [00:02:03.449]➜  			"zh-CN/sas/GetOnceTaskResultInfo.json",
2025-08-20T19:15:57.5906037Z [00:02:03.449]➜  			"zh-CN/sas/GetOpaClusterBaseLineList.json",
2025-08-20T19:15:57.5906325Z [00:02:03.449]➜  			"zh-CN/sas/GetOpaClusterImageList.json",
2025-08-20T19:15:57.5906612Z [00:02:03.449]➜  			"zh-CN/sas/GetOpaClusterLabelList.json",
2025-08-20T19:15:57.5907077Z [00:02:03.449]➜  			"zh-CN/sas/GetOpaClusterNamespaceList.json",
2025-08-20T19:15:57.5907383Z [00:02:03.449]➜  			"zh-CN/sas/GetOpaPluginStatus.json",
2025-08-20T19:15:57.5907703Z [00:02:03.449]➜  			"zh-CN/sas/GetOpaStrategyDetailNew.json",
2025-08-20T19:15:57.5908136Z [00:02:03.449]➜  			"zh-CN/sas/GetOpaStrategyTemplateSummary.json",
2025-08-20T19:15:57.5908454Z [00:02:03.449]➜  			"zh-CN/sas/GetOssBucketScanStatistic.json",
2025-08-20T19:15:57.5908834Z [00:02:03.449]➜  			"zh-CN/sas/GetOssScanConfig.json",
2025-08-20T19:15:57.5909165Z [00:02:03.449]➜  			"zh-CN/sas/GetPropertyScheduleConfig.json",
2025-08-20T19:15:57.5909451Z [00:02:03.449]➜  			"zh-CN/sas/GetRulesCount.json",
2025-08-20T19:15:57.5909879Z [00:02:03.449]➜  			"zh-CN/sas/GetSasContainerWebDefenseRuleApplication.json",
2025-08-20T19:15:57.5910307Z [00:02:03.449]➜  			"zh-CN/sas/GetSasContainerWebDefenseRuleCriteria.json",
2025-08-20T19:15:57.5910606Z [00:02:03.449]➜  			"zh-CN/sas/GetSecurityScoreRule.json",
2025-08-20T19:15:57.5910981Z [00:02:03.449]➜  			"zh-CN/sas/GetSensitiveDefineRuleConfig.json",
2025-08-20T19:15:57.5911237Z [00:02:03.449]➜  			"zh-CN/sas/GetServiceTrail.json",
2025-08-20T19:15:57.5911551Z [00:02:03.449]➜  			"zh-CN/sas/GetStrategyTemplateDetail.json",
2025-08-20T19:15:57.5911869Z [00:02:03.449]➜  			"zh-CN/sas/GetSuspiciousStatistics.json",
2025-08-20T19:15:57.5912173Z [00:02:03.449]➜  			"zh-CN/sas/GetSwitchRegionDetail.json",
2025-08-20T19:15:57.5912577Z [00:02:03.449]➜  			"zh-CN/sas/GetUserLang.json",
2025-08-20T19:15:57.5912865Z [00:02:03.449]➜  			"zh-CN/sas/GetVirusScanConfig.json",
2025-08-20T19:15:57.5913262Z [00:02:03.449]➜  			"zh-CN/sas/GetVirusScanLatestTaskStatistic.json",
2025-08-20T19:15:57.5913565Z [00:02:03.449]➜  			"zh-CN/sas/GetVulStatistics.json",
2025-08-20T19:15:57.5913851Z [00:02:03.449]➜  			"zh-CN/sas/GetVulWhitelist.json",
2025-08-20T19:15:57.5914164Z [00:02:03.449]➜  			"zh-CN/sas/HandleSecurityEvents.json",
2025-08-20T19:15:57.5914590Z [00:02:03.449]➜  			"zh-CN/sas/HandleSimilarSecurityEvents.json",
2025-08-20T19:15:57.5914878Z [00:02:03.449]➜  			"zh-CN/sas/IgnoreCheckItems.json",
2025-08-20T19:15:57.5915187Z [00:02:03.449]➜  			"zh-CN/sas/IgnoreHcCheckWarnings.json",
2025-08-20T19:15:57.5915490Z [00:02:03.449]➜  			"zh-CN/sas/InstallBackupClient.json",
2025-08-20T19:15:57.5915785Z [00:02:03.449]➜  			"zh-CN/sas/InstallCloudMonitor.json",
2025-08-20T19:15:57.5916059Z [00:02:03.449]➜  			"zh-CN/sas/InstallHybridProxy.json",
2025-08-20T19:15:57.5916324Z [00:02:03.449]➜  			"zh-CN/sas/InstallPmAgent.json",
2025-08-20T19:15:57.5916622Z [00:02:03.449]➜  			"zh-CN/sas/InstallRaspAttach.json",
2025-08-20T19:15:57.5917052Z [00:02:03.449]➜  			"zh-CN/sas/InstallUniBackupAgent.json",
2025-08-20T19:15:57.5917406Z [00:02:03.449]➜  			"zh-CN/sas/JoinWebLockProcessWhiteList.json",
2025-08-20T19:15:57.5917763Z [00:02:03.449]➜  			"zh-CN/sas/ListAegisContainerPluginRule.json",
2025-08-20T19:15:57.5918069Z [00:02:03.449]➜  			"zh-CN/sas/ListAgentlessMaliciousFiles.json",
2025-08-20T19:15:57.5918392Z [00:02:03.449]➜  			"zh-CN/sas/ListAgentlessRegion.json",
2025-08-20T19:15:57.5918751Z [00:02:03.449]➜  			"zh-CN/sas/ListAgentlessRelateMalicious.json",
2025-08-20T19:15:57.5919069Z [00:02:03.449]➜  			"zh-CN/sas/ListAgentlessRiskUuid.json",
2025-08-20T19:15:57.5919407Z [00:02:03.450]➜  			"zh-CN/sas/ListAgentlessTask.json",
2025-08-20T19:15:57.5919688Z [00:02:03.450]➜  			"zh-CN/sas/ListAssetCleanConfig.json",
2025-08-20T19:15:57.5920027Z [00:02:03.450]➜  			"zh-CN/sas/ListAssetRefreshTaskConfig.json",
2025-08-20T19:15:57.5920407Z [00:02:03.450]➜  			"zh-CN/sas/ListAssetSelectionSelectedTarget.json",
2025-08-20T19:15:57.5920749Z [00:02:03.450]➜  			"zh-CN/sas/ListAssetSelectionTarget.json",
2025-08-20T19:15:57.5921040Z [00:02:03.450]➜  			"zh-CN/sas/ListAvailableHoneypot.json",
2025-08-20T19:15:57.5921299Z [00:02:03.450]➜  			"zh-CN/sas/ListBackupRecord.json",
2025-08-20T19:15:57.5921628Z [00:02:03.450]➜  			"zh-CN/sas/ListCheckInstanceResult.json",
2025-08-20T19:15:57.5921908Z [00:02:03.450]➜  			"zh-CN/sas/ListCheckItem.json",
2025-08-20T19:15:57.5922576Z [00:02:03.450]➜  			"zh-CN/sas/ListCheckItemWarningMachine.json",
2025-08-20T19:15:57.5922904Z [00:02:03.450]➜  			"zh-CN/sas/ListCheckItemWarningSummary.json",
2025-08-20T19:15:57.5923167Z [00:02:03.450]➜  			"zh-CN/sas/ListCheckResult.json",
2025-08-20T19:15:57.5923463Z [00:02:03.450]➜  			"zh-CN/sas/ListCheckStandard.json",
2025-08-20T19:15:57.5923744Z [00:02:03.450]➜  			"zh-CN/sas/ListCheckTypes.json",
2025-08-20T19:15:57.5924148Z [00:02:03.450]➜  			"zh-CN/sas/ListClientAlertMode.json",
2025-08-20T19:15:57.5924523Z [00:02:03.450]➜  			"zh-CN/sas/ListClientUserDefineRuleTypes.json",
2025-08-20T19:15:57.5924876Z [00:02:03.450]➜  			"zh-CN/sas/ListClientUserDefineRules.json",
2025-08-20T19:15:57.5925183Z [00:02:03.450]➜  			"zh-CN/sas/ListCloudAssetInstances.json",
2025-08-20T19:15:57.5925473Z [00:02:03.450]➜  			"zh-CN/sas/ListCloudVendorRegions.json",
2025-08-20T19:15:57.5925797Z [00:02:03.450]➜  			"zh-CN/sas/ListClusterCnnfStatusDetail.json",
2025-08-20T19:15:57.5926121Z [00:02:03.450]➜  			"zh-CN/sas/ListClusterInterceptionConfig.json",
2025-08-20T19:15:57.5926408Z [00:02:03.450]➜  			"zh-CN/sas/ListClusterPluginInfo.json",
2025-08-20T19:15:57.5926706Z [00:02:03.450]➜  			"zh-CN/sas/ListContainerDefenseRule.json",
2025-08-20T19:15:57.5927085Z [00:02:03.450]➜  			"zh-CN/sas/ListContainerDefenseRuleClusters.json",
2025-08-20T19:15:57.5927395Z [00:02:03.450]➜  			"zh-CN/sas/ListCriteriaStrategy.json",
2025-08-20T19:15:57.5927709Z [00:02:03.450]➜  			"zh-CN/sas/ListFileProtectEvent.json",
2025-08-20T19:15:57.5928050Z [00:02:03.450]➜  			"zh-CN/sas/ListFileProtectPluginStatus.json",
2025-08-20T19:15:57.5928383Z [00:02:03.450]➜  			"zh-CN/sas/ListFileProtectRule.json",
2025-08-20T19:15:57.5928638Z [00:02:03.450]➜  			"zh-CN/sas/ListGroups.json",
2025-08-20T19:15:57.5928907Z [00:02:03.450]➜  			"zh-CN/sas/ListHoneypot.json",
2025-08-20T19:15:57.5929226Z [00:02:03.450]➜  			"zh-CN/sas/ListHoneypotAlarmEvents.json",
2025-08-20T19:15:57.5929711Z [00:02:03.450]➜  			"zh-CN/sas/ListHoneypotAttackerPortrait.json",
2025-08-20T19:15:57.5930062Z [00:02:03.450]➜  			"zh-CN/sas/ListHoneypotAttackerSource.json",
2025-08-20T19:15:57.5930366Z [00:02:03.450]➜  			"zh-CN/sas/ListHoneypotEventFlows.json",
2025-08-20T19:15:57.5930668Z [00:02:03.450]➜  			"zh-CN/sas/ListHoneypotEvents.json",
2025-08-20T19:15:57.5930952Z [00:02:03.450]➜  			"zh-CN/sas/ListHoneypotNode.json",
2025-08-20T19:15:57.5931237Z [00:02:03.450]➜  			"zh-CN/sas/ListHoneypotPreset.json",
2025-08-20T19:15:57.5931499Z [00:02:03.450]➜  			"zh-CN/sas/ListHoneypotProbe.json",
2025-08-20T19:15:57.5931788Z [00:02:03.450]➜  			"zh-CN/sas/ListHoneypotProbeUuid.json",
2025-08-20T19:15:57.5932185Z [00:02:03.450]➜  			"zh-CN/sas/ListImageBuildRiskItem.json",
2025-08-20T19:15:57.5932626Z [00:02:03.450]➜  			"zh-CN/sas/ListImageRegistryRegion.json",
2025-08-20T19:15:57.5932883Z [00:02:03.450]➜  			"zh-CN/sas/ListImageRisk.json",
2025-08-20T19:15:57.5933159Z [00:02:03.450]➜  			"zh-CN/sas/ListInstanceCatalog.json",
2025-08-20T19:15:57.5933446Z [00:02:03.450]➜  			"zh-CN/sas/ListInstanceRiskLevels.json",
2025-08-20T19:15:57.5933719Z [00:02:03.450]➜  			"zh-CN/sas/ListInstanceRiskNum.json",
2025-08-20T19:15:57.5934012Z [00:02:03.450]➜  			"zh-CN/sas/ListInterceptionHistory.json",
2025-08-20T19:15:57.5934319Z [00:02:03.450]➜  			"zh-CN/sas/ListInterceptionRulePage.json",
2025-08-20T19:15:57.5934631Z [00:02:03.450]➜  			"zh-CN/sas/ListInterceptionTargetPage.json",
2025-08-20T19:15:57.5934910Z [00:02:03.450]➜  			"zh-CN/sas/ListK8sAccessInfo.json",
2025-08-20T19:15:57.5935264Z [00:02:03.450]➜  			"zh-CN/sas/ListMaliciousFileWhitelistConfigs.json",
2025-08-20T19:15:57.5935539Z [00:02:03.450]➜  			"zh-CN/sas/ListObjectScanEvent.json",
2025-08-20T19:15:57.5935833Z [00:02:03.450]➜  			"zh-CN/sas/ListOpaClusterStrategyNew.json",
2025-08-20T19:15:57.5936082Z [00:02:03.450]➜  			"zh-CN/sas/ListOssBucket.json",
2025-08-20T19:15:57.5936356Z [00:02:03.450]➜  			"zh-CN/sas/ListOssBucketScanInfo.json",
2025-08-20T19:15:57.5936737Z [00:02:03.450]➜  			"zh-CN/sas/ListOssScanConfig.json",
2025-08-20T19:15:57.5936993Z [00:02:03.450]➜  			"zh-CN/sas/ListPluginForUuid.json",
2025-08-20T19:15:57.5937237Z [00:02:03.450]➜  			"zh-CN/sas/ListPodRisk.json",
2025-08-20T19:15:57.5937524Z [00:02:03.450]➜  			"zh-CN/sas/ListPrivateRegistryList.json",
2025-08-20T19:15:57.5937836Z [00:02:03.450]➜  			"zh-CN/sas/ListPrivateRegistryType.json",
2025-08-20T19:15:57.5938136Z [00:02:03.450]➜  			"zh-CN/sas/ListQueryRaspAppInfo.json",
2025-08-20T19:15:57.5938563Z [00:02:03.450]➜  			"zh-CN/sas/ListRuleTargetAll.json",
2025-08-20T19:15:57.5938931Z [00:02:03.450]➜  			"zh-CN/sas/ListSasContainerWebDefenseRule.json",
2025-08-20T19:15:57.5939254Z [00:02:03.450]➜  			"zh-CN/sas/ListSupportObjectSuffix.json",
2025-08-20T19:15:57.5939579Z [00:02:03.450]➜  			"zh-CN/sas/ListSystemAggregationRules.json",
2025-08-20T19:15:57.5939920Z [00:02:03.450]➜  			"zh-CN/sas/ListSystemClientRuleTypes.json",
2025-08-20T19:15:57.5940235Z [00:02:03.450]➜  			"zh-CN/sas/ListSystemClientRules.json",
2025-08-20T19:15:57.5940615Z [00:02:03.450]➜  			"zh-CN/sas/ListSystemRuleAggregationTypes.json",
2025-08-20T19:15:57.5940938Z [00:02:03.450]➜  			"zh-CN/sas/ListUnfinishedOnceTask.json",
2025-08-20T19:15:57.5941288Z [00:02:03.450]➜  			"zh-CN/sas/ListUninstallAegisMachines.json",
2025-08-20T19:15:57.5941583Z [00:02:03.450]➜  			"zh-CN/sas/ListUuidsByWebPath.json",
2025-08-20T19:15:57.5941900Z [00:02:03.450]➜  			"zh-CN/sas/ListVirusScanMachine.json",
2025-08-20T19:15:57.5942241Z [00:02:03.450]➜  			"zh-CN/sas/ListVirusScanMachineEvent.json",
2025-08-20T19:15:57.5942714Z [00:02:03.450]➜  			"zh-CN/sas/ListVirusScanTask.json",
2025-08-20T19:15:57.5943041Z [00:02:03.450]➜  			"zh-CN/sas/ListVulAutoRepairConfig.json",
2025-08-20T19:15:57.5943340Z [00:02:03.450]➜  			"zh-CN/sas/ListVulGlobalConfig.json",
2025-08-20T19:15:57.5943643Z [00:02:03.450]➜  			"zh-CN/sas/MarkMonitorAccounts.json",
2025-08-20T19:15:57.5943952Z [00:02:03.450]➜  			"zh-CN/sas/ModifyAccessKeyLeakDeal.json",
2025-08-20T19:15:57.5944416Z [00:02:03.450]➜  			"zh-CN/sas/ModifyAntiBruteForceRule.json",
2025-08-20T19:15:57.5944737Z [00:02:03.450]➜  			"zh-CN/sas/ModifyAppVulScanCycle.json",
2025-08-20T19:15:57.5945054Z [00:02:03.450]➜  			"zh-CN/sas/ModifyAssetCleanConfig.json",
2025-08-20T19:15:57.5945334Z [00:02:03.450]➜  			"zh-CN/sas/ModifyAssetGroup.json",
2025-08-20T19:15:57.5945638Z [00:02:03.450]➜  			"zh-CN/sas/ModifyAssetImportant.json",
2025-08-20T19:15:57.5945927Z [00:02:03.450]➜  			"zh-CN/sas/ModifyAutoDelConfig.json",
2025-08-20T19:15:57.5946240Z [00:02:03.450]➜  			"zh-CN/sas/ModifyBackupPolicy.json",
2025-08-20T19:15:57.5946564Z [00:02:03.450]➜  			"zh-CN/sas/ModifyBackupPolicyStatus.json",
2025-08-20T19:15:57.5947049Z [00:02:03.450]➜  			"zh-CN/sas/ModifyClearLogstoreStorage.json",
2025-08-20T19:15:57.5947353Z [00:02:03.450]➜  			"zh-CN/sas/ModifyClientConfSetup.json",
2025-08-20T19:15:57.5947680Z [00:02:03.450]➜  			"zh-CN/sas/ModifyClientConfStrategy.json",
2025-08-20T19:15:57.5948022Z [00:02:03.450]➜  			"zh-CN/sas/ModifyClientUserDefineRule.json",
2025-08-20T19:15:57.5948429Z [00:02:03.450]➜  			"zh-CN/sas/ModifyClusterCnnfStatusUserConfirm.json",
2025-08-20T19:15:57.5948744Z [00:02:03.450]➜  			"zh-CN/sas/ModifyConcernNecessity.json",
2025-08-20T19:15:57.5949083Z [00:02:03.450]➜  			"zh-CN/sas/ModifyContainerDefenseRule.json",
2025-08-20T19:15:57.5949454Z [00:02:03.450]➜  			"zh-CN/sas/ModifyContainerDefenseRuleSwitch.json",
2025-08-20T19:15:57.5949803Z [00:02:03.450]➜  			"zh-CN/sas/ModifyContainerPluginRule.json",
2025-08-20T19:15:57.5950128Z [00:02:03.450]➜  			"zh-CN/sas/ModifyContainerScanConfig.json",
2025-08-20T19:15:57.5950453Z [00:02:03.450]➜  			"zh-CN/sas/ModifyCreateVulWhitelist.json",
2025-08-20T19:15:57.5950767Z [00:02:03.450]➜  			"zh-CN/sas/ModifyCustomBlockRecord.json",
2025-08-20T19:15:57.5951051Z [00:02:03.450]➜  			"zh-CN/sas/ModifyCycleTask.json",
2025-08-20T19:15:57.5951354Z [00:02:03.450]➜  			"zh-CN/sas/ModifyEmgVulSubmit.json",
2025-08-20T19:15:57.5951671Z [00:02:03.450]➜  			"zh-CN/sas/ModifyGroupProperty.json",
2025-08-20T19:15:57.5952110Z [00:02:03.450]➜  			"zh-CN/sas/ModifyImageFixCycleConfig.json",
2025-08-20T19:15:57.5952609Z [00:02:03.450]➜  			"zh-CN/sas/ModifyImageRegistry.json",
2025-08-20T19:15:57.5953002Z [00:02:03.450]➜  			"zh-CN/sas/ModifyInstanceAntiBruteForceRule.json",
2025-08-20T19:15:57.5960473Z [00:02:03.450]➜  			"zh-CN/sas/ModifyInterceptionRule.json",
2025-08-20T19:15:57.5960898Z [00:02:03.450]➜  			"zh-CN/sas/ModifyInterceptionRuleSwitch.json",
2025-08-20T19:15:57.5961370Z [00:02:03.450]➜  			"zh-CN/sas/ModifyInterceptionTarget.json",
2025-08-20T19:15:57.5961649Z [00:02:03.450]➜  			"zh-CN/sas/ModifyLogMetaStatus.json",
2025-08-20T19:15:57.5961950Z [00:02:03.450]➜  			"zh-CN/sas/ModifyLoginBaseConfig.json",
2025-08-20T19:15:57.5962258Z [00:02:03.450]➜  			"zh-CN/sas/ModifyLoginSwitchConfig.json",
2025-08-20T19:15:57.5962718Z [00:02:03.450]➜  			"zh-CN/sas/ModifyNoticeConfig.json",
2025-08-20T19:15:57.5963014Z [00:02:03.450]➜  			"zh-CN/sas/ModifyOpenLogShipper.json",
2025-08-20T19:15:57.5963305Z [00:02:03.450]➜  			"zh-CN/sas/ModifyOperateVul.json",
2025-08-20T19:15:57.5963631Z [00:02:03.450]➜  			"zh-CN/sas/ModifyPropertyScheduleConfig.json",
2025-08-20T19:15:57.5963905Z [00:02:03.450]➜  			"zh-CN/sas/ModifyPushAllTask.json",
2025-08-20T19:15:57.5964213Z [00:02:03.450]➜  			"zh-CN/sas/ModifyRefreshProcessInfo.json",
2025-08-20T19:15:57.5964509Z [00:02:03.450]➜  			"zh-CN/sas/ModifyRiskCheckStatus.json",
2025-08-20T19:15:57.5964841Z [00:02:03.450]➜  			"zh-CN/sas/ModifyRiskSingleResultStatus.json",
2025-08-20T19:15:57.5965197Z [00:02:03.450]➜  			"zh-CN/sas/ModifySasContainerWebDefenseRule.json",
2025-08-20T19:15:57.5965563Z [00:02:03.450]➜  			"zh-CN/sas/ModifySecurityCheckScheduleConfig.json",
2025-08-20T19:15:57.5965969Z [00:02:03.450]➜  			"zh-CN/sas/ModifySecurityEventMarkMissIndividually.json",
2025-08-20T19:15:57.5966245Z [00:02:03.450]➜  			"zh-CN/sas/ModifyStartVulScan.json",
2025-08-20T19:15:57.5966484Z [00:02:03.450]➜  			"zh-CN/sas/ModifyStrategy.json",
2025-08-20T19:15:57.5966856Z [00:02:03.450]➜  			"zh-CN/sas/ModifyStrategyTarget.json",
2025-08-20T19:15:57.5967115Z [00:02:03.450]➜  			"zh-CN/sas/ModifyTagWithUuid.json",
2025-08-20T19:15:57.5967393Z [00:02:03.450]➜  			"zh-CN/sas/ModifyUniBackupPolicy.json",
2025-08-20T19:15:57.5967652Z [00:02:03.450]➜  			"zh-CN/sas/ModifyVpcHoneyPot.json",
2025-08-20T19:15:57.5967902Z [00:02:03.450]➜  			"zh-CN/sas/ModifyVulConfig.json",
2025-08-20T19:15:57.5968142Z [00:02:03.450]➜  			"zh-CN/sas/ModifyVulTarget.json",
2025-08-20T19:15:57.5968423Z [00:02:03.450]➜  			"zh-CN/sas/ModifyVulTargetConfig.json",
2025-08-20T19:15:57.5968704Z [00:02:03.450]➜  			"zh-CN/sas/ModifyVulWhitelistTarget.json",
2025-08-20T19:15:57.5969093Z [00:02:03.450]➜  			"zh-CN/sas/ModifyWebLockCreateConfig.json",
2025-08-20T19:15:57.5969378Z [00:02:03.450]➜  			"zh-CN/sas/ModifyWebLockDeleteConfig.json",
2025-08-20T19:15:57.5969693Z [00:02:03.450]➜  			"zh-CN/sas/ModifyWebLockProcessStatus.json",
2025-08-20T19:15:57.5969972Z [00:02:03.450]➜  			"zh-CN/sas/ModifyWebLockStart.json",
2025-08-20T19:15:57.5970259Z [00:02:03.450]➜  			"zh-CN/sas/ModifyWebLockStatus.json",
2025-08-20T19:15:57.5970527Z [00:02:03.450]➜  			"zh-CN/sas/ModifyWebLockUnbind.json",
2025-08-20T19:15:57.5970836Z [00:02:03.450]➜  			"zh-CN/sas/ModifyWebLockUpdateConfig.json",
2025-08-20T19:15:57.5971089Z [00:02:03.450]➜  			"zh-CN/sas/ModifyWebPath.json",
2025-08-20T19:15:57.5971372Z [00:02:03.450]➜  			"zh-CN/sas/OpenSensitiveFileScan.json",
2025-08-20T19:15:57.5971681Z [00:02:03.450]➜  			"zh-CN/sas/OperateAgentClientInstall.json",
2025-08-20T19:15:57.5971959Z [00:02:03.450]➜  			"zh-CN/sas/OperateApplication.json",
2025-08-20T19:15:57.5972245Z [00:02:03.450]➜  			"zh-CN/sas/OperateBucketScanTask.json",
2025-08-20T19:15:57.5972730Z [00:02:03.450]➜  			"zh-CN/sas/OperateCommonOverallConfig.json",
2025-08-20T19:15:57.5973058Z [00:02:03.450]➜  			"zh-CN/sas/OperateCommonTargetConfig.json",
2025-08-20T19:15:57.5973408Z [00:02:03.450]➜  			"zh-CN/sas/OperateImageBaselineWhitelist.json",
2025-08-20T19:15:57.5973821Z [00:02:03.450]➜  			"zh-CN/sas/OperateImageVul.json",
2025-08-20T19:15:57.5974196Z [00:02:03.450]➜  			"zh-CN/sas/OperateSuspiciousOverallConfig.json",
2025-08-20T19:15:57.5974558Z [00:02:03.450]➜  			"zh-CN/sas/OperateSuspiciousTargetConfig.json",
2025-08-20T19:15:57.5974871Z [00:02:03.450]➜  			"zh-CN/sas/OperateSwitchStatus.json",
2025-08-20T19:15:57.5975155Z [00:02:03.450]➜  			"zh-CN/sas/OperateVirusEvents.json",
2025-08-20T19:15:57.5975565Z [00:02:03.450]➜  			"zh-CN/sas/OperateVuls.json",
2025-08-20T19:15:57.5975911Z [00:02:03.450]➜  			"zh-CN/sas/OperateWebLockFileEvents.json",
2025-08-20T19:15:57.5976276Z [00:02:03.450]➜  			"zh-CN/sas/OperationCancelIgnoreSuspEvent.json",
2025-08-20T19:15:57.5976584Z [00:02:03.450]➜  			"zh-CN/sas/OperationSuspEvents.json",
2025-08-20T19:15:57.5976891Z [00:02:03.450]➜  			"zh-CN/sas/PageImageRegistry.json",
2025-08-20T19:15:57.5977160Z [00:02:03.450]➜  			"zh-CN/sas/PauseClient.json",
2025-08-20T19:15:57.5977514Z [00:02:03.450]➜  			"zh-CN/sas/PublicCreateImageScanTask.json",
2025-08-20T19:15:57.5977882Z [00:02:03.450]➜  			"zh-CN/sas/PublicPreCheckImageScanTask.json",
2025-08-20T19:15:57.5978280Z [00:02:03.450]➜  			"zh-CN/sas/PublicSyncAndCreateImageScanTask.json",
2025-08-20T19:15:57.5978566Z [00:02:03.450]➜  			"zh-CN/sas/QueryAttackCount.json",
2025-08-20T19:15:57.5978873Z [00:02:03.450]➜  			"zh-CN/sas/QueryDiscoverDatabase.json",
2025-08-20T19:15:57.5979191Z [00:02:03.450]➜  			"zh-CN/sas/QueryGroupIdByGroupName.json",
2025-08-20T19:15:57.5979618Z [00:02:03.450]➜  			"zh-CN/sas/QueryGroupedSecurityEventMarkMissList.json",
2025-08-20T19:15:57.5979934Z [00:02:03.450]➜  			"zh-CN/sas/QueryIncidentIconList.json",
2025-08-20T19:15:57.5980271Z [00:02:03.450]➜  			"zh-CN/sas/QueryIncidentSubNodesCount.json",
2025-08-20T19:15:57.5980598Z [00:02:03.450]➜  			"zh-CN/sas/QueryIncidentTracingDetail.json",
2025-08-20T19:15:57.5980918Z [00:02:03.450]➜  			"zh-CN/sas/QueryIncidentTracingJudge.json",
2025-08-20T19:15:57.5981401Z [00:02:03.450]➜  			"zh-CN/sas/QueryIncidentVertexExtendInfo.json",
2025-08-20T19:15:57.5981749Z [00:02:03.450]➜  			"zh-CN/sas/QueryIncidentVertexNodes.json",
2025-08-20T19:15:57.5982199Z [00:02:03.450]➜  			"zh-CN/sas/QueryJenkinsImageRegistryPersistenceDay.json",
2025-08-20T19:15:57.5982784Z [00:02:03.450]➜  			"zh-CN/sas/QueryPreCheckDatabase.json",
2025-08-20T19:15:57.5983074Z [00:02:03.450]➜  			"zh-CN/sas/RebootMachine.json",
2025-08-20T19:15:57.5983344Z [00:02:03.450]➜  			"zh-CN/sas/RefreshAssets.json",
2025-08-20T19:15:57.5983671Z [00:02:03.450]➜  			"zh-CN/sas/RefreshContainerAssets.json",
2025-08-20T19:15:57.5983989Z [00:02:03.450]➜  			"zh-CN/sas/RefreshOssBucketScanInfo.json",
2025-08-20T19:15:57.5984597Z [00:02:03.450]➜  			"zh-CN/sas/RemoveCheckInstanceResultWhiteList.json",
2025-08-20T19:15:57.5984954Z [00:02:03.450]➜  			"zh-CN/sas/RemoveCheckResultWhiteList.json",
2025-08-20T19:15:57.5985245Z [00:02:03.450]➜  			"zh-CN/sas/ResetHoneypot.json",
2025-08-20T19:15:57.5985560Z [00:02:03.450]➜  			"zh-CN/sas/RetryAgentlessTask.json",
2025-08-20T19:15:57.5985863Z [00:02:03.450]➜  			"zh-CN/sas/RetryInstallProbe.json",
2025-08-20T19:15:57.5986199Z [00:02:03.450]➜  			"zh-CN/sas/RollbackSuspEventQuaraFile.json",
2025-08-20T19:15:57.5986486Z [00:02:03.450]➜  			"zh-CN/sas/SasInstallCode.json",
2025-08-20T19:15:57.5986809Z [00:02:03.450]➜  			"zh-CN/sas/SaveImageBaselineStrategy.json",
2025-08-20T19:15:57.5987143Z [00:02:03.450]➜  			"zh-CN/sas/SaveSuspEventUserSetting.json",
2025-08-20T19:15:57.5987504Z [00:02:03.450]➜  			"zh-CN/sas/SetClusterInterceptionConfig.json",
2025-08-20T19:15:57.5987916Z [00:02:03.450]➜  			"zh-CN/sas/SetImageSensitiveFileStatus.json",
2025-08-20T19:15:57.5988252Z [00:02:03.450]➜  			"zh-CN/sas/SetRegistryScanDayNum.json",
2025-08-20T19:15:57.5988606Z [00:02:03.450]➜  			"zh-CN/sas/SetSensitiveDefineRuleConfig.json",
2025-08-20T19:15:57.5988943Z [00:02:03.450]➜  			"zh-CN/sas/StartBaselineSecurityCheck.json",
2025-08-20T19:15:57.5989277Z [00:02:03.450]➜  			"zh-CN/sas/StartDiscoverDatabaseTask.json",
2025-08-20T19:15:57.5989742Z [00:02:03.450]➜  			"zh-CN/sas/StartHoneypot.json",
2025-08-20T19:15:57.5990070Z [00:02:03.450]➜  			"zh-CN/sas/StartPreCheckDatabase.json",
2025-08-20T19:15:57.5990381Z [00:02:03.450]➜  			"zh-CN/sas/StartVirusScanTask.json",
2025-08-20T19:15:57.5990740Z [00:02:03.450]➜  			"zh-CN/sas/StopHoneypot.json",
2025-08-20T19:15:57.5991009Z [00:02:03.450]➜  			"zh-CN/sas/SubmitCheck.json",
2025-08-20T19:15:57.5991317Z [00:02:03.450]➜  			"zh-CN/sas/UnMarkMonitorAccounts.json",
2025-08-20T19:15:57.5991682Z [00:02:03.450]➜  			"zh-CN/sas/UnbindAegis.json",
2025-08-20T19:15:57.5991974Z [00:02:03.450]➜  			"zh-CN/sas/UninstallBackupClient.json",
2025-08-20T19:15:57.5992249Z [00:02:03.450]➜  			"zh-CN/sas/UninstallRaspAttach.json",
2025-08-20T19:15:57.5992731Z [00:02:03.450]➜  			"zh-CN/sas/UninstallUniBackupAgent.json",
2025-08-20T19:15:57.5993004Z [00:02:03.450]➜  			"zh-CN/sas/UpdateAlarmEvent.json",
2025-08-20T19:15:57.5993277Z [00:02:03.451]➜  			"zh-CN/sas/UpdateClientAlertMode.json",
2025-08-20T19:15:57.5993672Z [00:02:03.451]➜  			"zh-CN/sas/UpdateCommonSwitchConfig.json",
2025-08-20T19:15:57.5994026Z [00:02:03.451]➜  			"zh-CN/sas/UpdateFileProtectEventStatus.json",
2025-08-20T19:15:57.5994339Z [00:02:03.451]➜  			"zh-CN/sas/UpdateFileProtectRemark.json",
2025-08-20T19:15:57.5994649Z [00:02:03.451]➜  			"zh-CN/sas/UpdateFileProtectRule.json",
2025-08-20T19:15:57.5994970Z [00:02:03.451]➜  			"zh-CN/sas/UpdateFileUploadLimit.json",
2025-08-20T19:15:57.5995263Z [00:02:03.451]➜  			"zh-CN/sas/UpdateHoneypot.json",
2025-08-20T19:15:57.5995592Z [00:02:03.451]➜  			"zh-CN/sas/UpdateHoneypotNode.json",
2025-08-20T19:15:57.5995927Z [00:02:03.451]➜  			"zh-CN/sas/UpdateHoneypotPreset.json",
2025-08-20T19:15:57.5996242Z [00:02:03.451]➜  			"zh-CN/sas/UpdateHoneypotProbe.json",
2025-08-20T19:15:57.5996561Z [00:02:03.451]➜  			"zh-CN/sas/UpdateHoneypotProbeBind.json",
2025-08-20T19:15:57.5996890Z [00:02:03.451]➜  			"zh-CN/sas/UpdateImageEventOperation.json",
2025-08-20T19:15:57.5997265Z [00:02:03.451]➜  			"zh-CN/sas/UpdateImageVulWhitelistTarget.json",
2025-08-20T19:15:57.5997661Z [00:02:03.451]➜  			"zh-CN/sas/UpdateJenkinsImageRegistryName.json",
2025-08-20T19:15:57.5998144Z [00:02:03.451]➜  			"zh-CN/sas/UpdateJenkinsImageRegistryPersistenceDay.json",
2025-08-20T19:15:57.5998558Z [00:02:03.451]➜  			"zh-CN/sas/UpdateMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:57.5998881Z [00:02:03.451]➜  			"zh-CN/sas/UpdateOpaStrategyNew.json",
2025-08-20T19:15:57.5999230Z [00:02:03.451]➜  			"zh-CN/sas/UpdateOssScanConfig.json",
2025-08-20T19:15:57.5999589Z [00:02:03.451]➜  			"zh-CN/sas/UpdateSelectionKeyByType.json",
2025-08-20T19:15:57.6000125Z [00:02:03.451]➜  			"zh-CN/sas/UpgradeBackupPolicyVersion.json",
2025-08-20T19:15:57.6000440Z [00:02:03.451]➜  			"zh-CN/sas/UploadedHoneyPotFile.json",
2025-08-20T19:15:57.6000766Z [00:02:03.451]➜  			"zh-CN/sas/ValidateHcWarnings.json",
2025-08-20T19:15:57.6001118Z [00:02:03.451]➜  			"zh-CN/sas/VerifyCheckInstanceResult.json",
2025-08-20T19:15:57.6001435Z [00:02:03.451]➜  			"zh-CN/sas/VerifyCheckResult.json",
2025-08-20T19:15:57.6001684Z [00:02:03.451]➜  			"zh-CN/sas/version.json",
2025-08-20T19:15:57.6001966Z [00:02:03.451]➜  			"zh-CN/scdn/AddScdnDomain.json",
2025-08-20T19:15:57.6002523Z [00:02:03.451]➜  			"zh-CN/scdn/BatchDeleteScdnDomainConfigs.json",
2025-08-20T19:15:57.6002892Z [00:02:03.451]➜  			"zh-CN/scdn/BatchSetScdnDomainConfigs.json",
2025-08-20T19:15:57.6003208Z [00:02:03.451]➜  			"zh-CN/scdn/BatchStartScdnDomain.json",
2025-08-20T19:15:57.6003530Z [00:02:03.451]➜  			"zh-CN/scdn/BatchStopScdnDomain.json",
2025-08-20T19:15:57.6003850Z [00:02:03.451]➜  			"zh-CN/scdn/BatchUpdateScdnDomain.json",
2025-08-20T19:15:57.6004144Z [00:02:03.451]➜  			"zh-CN/scdn/CheckScdnService.json",
2025-08-20T19:15:57.6004434Z [00:02:03.451]➜  			"zh-CN/scdn/DeleteScdnDomain.json",
2025-08-20T19:15:57.6004747Z [00:02:03.451]➜  			"zh-CN/scdn/DeleteScdnSpecificConfig.json",
2025-08-20T19:15:57.6005043Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnCcInfo.json",
2025-08-20T19:15:57.6005512Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnCcQpsInfo.json",
2025-08-20T19:15:57.6005807Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnCcTopIp.json",
2025-08-20T19:15:57.6006104Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnCcTopUrl.json",
2025-08-20T19:15:57.6006451Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnCertificateDetail.json",
2025-08-20T19:15:57.6006821Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnCertificateList.json",
2025-08-20T19:15:57.6007228Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDDoSInfo.json",
2025-08-20T19:15:57.6007580Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDDoSTrafficInfo.json",
2025-08-20T19:15:57.6007923Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainBpsData.json",
2025-08-20T19:15:57.6008318Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainCertificateInfo.json",
2025-08-20T19:15:57.6008626Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainCname.json",
2025-08-20T19:15:57.6008945Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainConfigs.json",
2025-08-20T19:15:57.6009362Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainDetail.json",
2025-08-20T19:15:57.6009718Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainHitRateData.json",
2025-08-20T19:15:57.6010067Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainHttpCodeData.json",
2025-08-20T19:15:57.6010384Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainIspData.json",
2025-08-20T19:15:57.6010680Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainLog.json",
2025-08-20T19:15:57.6011042Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainOriginBpsData.json",
2025-08-20T19:15:57.6011440Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainOriginTrafficData.json",
2025-08-20T19:15:57.6011740Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainPvData.json",
2025-08-20T19:15:57.6012026Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainQpsData.json",
2025-08-20T19:15:57.6012550Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainRealTimeBpsData.json",
2025-08-20T19:15:57.6013009Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:57.6013435Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:57.6013793Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainRealTimeQpsData.json",
2025-08-20T19:15:57.6014198Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:57.6014576Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:57.6014979Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:57.6015373Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainRealTimeTrafficData.json",
2025-08-20T19:15:57.6015812Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainRegionData.json",
2025-08-20T19:15:57.6016151Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainTopReferVisit.json",
2025-08-20T19:15:57.6016475Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainTopUrlVisit.json",
2025-08-20T19:15:57.6016807Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainTrafficData.json",
2025-08-20T19:15:57.6017100Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnDomainUvData.json",
2025-08-20T19:15:57.6017384Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnRefreshQuota.json",
2025-08-20T19:15:57.6017670Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnRefreshTasks.json",
2025-08-20T19:15:57.6017945Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnService.json",
2025-08-20T19:15:57.6018271Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnTopDomainsByFlow.json",
2025-08-20T19:15:57.6018565Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnUserDomains.json",
2025-08-20T19:15:57.6018875Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnUserProtectInfo.json",
2025-08-20T19:15:57.6019166Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnUserQuota.json",
2025-08-20T19:15:57.6019465Z [00:02:03.451]➜  			"zh-CN/scdn/DescribeScdnVerifyContent.json",
2025-08-20T19:15:57.6019759Z [00:02:03.451]➜  			"zh-CN/scdn/PreloadScdnObjectCaches.json",
2025-08-20T19:15:57.6020053Z [00:02:03.451]➜  			"zh-CN/scdn/RefreshScdnObjectCaches.json",
2025-08-20T19:15:57.6020404Z [00:02:03.451]➜  			"zh-CN/scdn/SetScdnBotInfo.json",
2025-08-20T19:15:57.6020646Z [00:02:03.451]➜  			"zh-CN/scdn/SetScdnCcInfo.json",
2025-08-20T19:15:57.6020913Z [00:02:03.451]➜  			"zh-CN/scdn/SetScdnDDoSInfo.json",
2025-08-20T19:15:57.6021209Z [00:02:03.451]➜  			"zh-CN/scdn/SetScdnDomainCertificate.json",
2025-08-20T19:15:57.6021460Z [00:02:03.451]➜  			"zh-CN/scdn/StartScdnDomain.json",
2025-08-20T19:15:57.6021785Z [00:02:03.451]➜  			"zh-CN/scdn/StopScdnDomain.json",
2025-08-20T19:15:57.6022056Z [00:02:03.451]➜  			"zh-CN/scdn/UpdateScdnDomain.json",
2025-08-20T19:15:57.6022347Z [00:02:03.451]➜  			"zh-CN/scdn/VerifyScdnDomainOwner.json",
2025-08-20T19:15:57.6022718Z [00:02:03.451]➜  			"zh-CN/scdn/version.json",
2025-08-20T19:15:57.6023050Z [00:02:03.451]➜  			"zh-CN/servicemesh/AddClusterIntoServiceMesh.json",
2025-08-20T19:15:57.6023365Z [00:02:03.451]➜  			"zh-CN/servicemesh/AddVMIntoServiceMesh.json",
2025-08-20T19:15:57.6023745Z [00:02:03.451]➜  			"zh-CN/servicemesh/AddVmAppToMesh.json",
2025-08-20T19:15:57.6024049Z [00:02:03.451]➜  			"zh-CN/servicemesh/CreateASMGateway.json",
2025-08-20T19:15:57.6024359Z [00:02:03.451]➜  			"zh-CN/servicemesh/CreateGatewaySecret.json",
2025-08-20T19:15:57.6024708Z [00:02:03.451]➜  			"zh-CN/servicemesh/CreateIstioGatewayDomains.json",
2025-08-20T19:15:57.6025050Z [00:02:03.451]➜  			"zh-CN/servicemesh/CreateIstioGatewayRoutes.json",
2025-08-20T19:15:57.6025361Z [00:02:03.451]➜  			"zh-CN/servicemesh/CreateServiceMesh.json",
2025-08-20T19:15:57.6025637Z [00:02:03.451]➜  			"zh-CN/servicemesh/CreateSwimLane.json",
2025-08-20T19:15:57.6025963Z [00:02:03.451]➜  			"zh-CN/servicemesh/CreateSwimLaneGroup.json",
2025-08-20T19:15:57.6026246Z [00:02:03.451]➜  			"zh-CN/servicemesh/CreateWaypoint.json",
2025-08-20T19:15:57.6026551Z [00:02:03.451]➜  			"zh-CN/servicemesh/DeleteGatewayRoute.json",
2025-08-20T19:15:57.6026849Z [00:02:03.451]➜  			"zh-CN/servicemesh/DeleteGatewaySecret.json",
2025-08-20T19:15:57.6027193Z [00:02:03.451]➜  			"zh-CN/servicemesh/DeleteIstioGatewayDomains.json",
2025-08-20T19:15:57.6027475Z [00:02:03.451]➜  			"zh-CN/servicemesh/DeleteServiceMesh.json",
2025-08-20T19:15:57.6027746Z [00:02:03.451]➜  			"zh-CN/servicemesh/DeleteSwimLane.json",
2025-08-20T19:15:57.6028034Z [00:02:03.451]➜  			"zh-CN/servicemesh/DeleteSwimLaneGroup.json",
2025-08-20T19:15:57.6028319Z [00:02:03.451]➜  			"zh-CN/servicemesh/DeleteWaypoint.json",
2025-08-20T19:15:57.6028744Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeASMGatewayImportedServices.json",
2025-08-20T19:15:57.6029030Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeCCMVersion.json",
2025-08-20T19:15:57.6029412Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeCens.json",
2025-08-20T19:15:57.6029762Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeClusterGrafana.json",
2025-08-20T19:15:57.6030149Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeClusterPrometheus.json",
2025-08-20T19:15:57.6030579Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeClustersInServiceMesh.json",
2025-08-20T19:15:57.6031097Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeCrTemplates.json",
2025-08-20T19:15:57.6031454Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeEipResources.json",
2025-08-20T19:15:57.6031870Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeGatewaySecretDetails.json",
2025-08-20T19:15:57.6032360Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeGuestClusterAccessLogDashboards.json",
2025-08-20T19:15:57.6033057Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeGuestClusterNamespaces.json",
2025-08-20T19:15:57.6033435Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeGuestClusterPods.json",
2025-08-20T19:15:57.6033866Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeImportedServicesDetail.json",
2025-08-20T19:15:57.6034262Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeIstioGatewayDomains.json",
2025-08-20T19:15:57.6034686Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeIstioGatewayRouteDetail.json",
2025-08-20T19:15:57.6035067Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeIstioGatewayRoutes.json",
2025-08-20T19:15:57.6035395Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeMetadata.json",
2025-08-20T19:15:57.6035860Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeNamespaceScopeSidecarConfig.json",
2025-08-20T19:15:57.6036242Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeNodesInstanceType.json",
2025-08-20T19:15:57.6036572Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeReusableSlb.json",
2025-08-20T19:15:57.6037166Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeServiceMeshAdditionalStatus.json",
2025-08-20T19:15:57.6037558Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeServiceMeshClusters.json",
2025-08-20T19:15:57.6037950Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeServiceMeshDetail.json",
2025-08-20T19:15:57.6038350Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeServiceMeshKubeconfig.json",
2025-08-20T19:15:57.6038712Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeServiceMeshLogs.json",
2025-08-20T19:15:57.6039238Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeServiceMeshProxyStatus.json",
2025-08-20T19:15:57.6039701Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeServiceMeshUpgradeStatus.json",
2025-08-20T19:15:57.6040068Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeServiceMeshVMs.json",
2025-08-20T19:15:57.6040425Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeServiceMeshes.json",
2025-08-20T19:15:57.6040770Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeUpgradeVersion.json",
2025-08-20T19:15:57.6041135Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeUserPermissions.json",
2025-08-20T19:15:57.6041525Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeUsersWithPermissions.json",
2025-08-20T19:15:57.6041908Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeVMsInServiceMesh.json",
2025-08-20T19:15:57.6042236Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeVSwitches.json",
2025-08-20T19:15:57.6042757Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeVersions.json",
2025-08-20T19:15:57.6043085Z [00:02:03.451]➜  			"zh-CN/servicemesh/DescribeVpcs.json",
2025-08-20T19:15:57.6043403Z [00:02:03.451]➜  			"zh-CN/servicemesh/GetCaCert.json",
2025-08-20T19:15:57.6043784Z [00:02:03.451]➜  			"zh-CN/servicemesh/GetDeploymentBySelector.json",
2025-08-20T19:15:57.6044149Z [00:02:03.451]➜  			"zh-CN/servicemesh/GetGrafanaDashboardUrl.json",
2025-08-20T19:15:57.6044565Z [00:02:03.451]➜  			"zh-CN/servicemesh/GetRegisteredServiceEndpoints.json",
2025-08-20T19:15:57.6044988Z [00:02:03.451]➜  			"zh-CN/servicemesh/GetRegisteredServiceNamespaces.json",
2025-08-20T19:15:57.6045337Z [00:02:03.451]➜  			"zh-CN/servicemesh/GetSwimLaneDetail.json",
2025-08-20T19:15:57.6045683Z [00:02:03.451]➜  			"zh-CN/servicemesh/GetSwimLaneGroupList.json",
2025-08-20T19:15:57.6046219Z [00:02:03.451]➜  			"zh-CN/servicemesh/GetSwimLaneList.json",
2025-08-20T19:15:57.6046566Z [00:02:03.451]➜  			"zh-CN/servicemesh/GetVmAppMeshInfo.json",
2025-08-20T19:15:57.6046852Z [00:02:03.451]➜  			"zh-CN/servicemesh/GetVmMeta.json",
2025-08-20T19:15:57.6047219Z [00:02:03.451]➜  			"zh-CN/servicemesh/GrantUserPermissions.json",
2025-08-20T19:15:57.6047671Z [00:02:03.451]➜  			"zh-CN/servicemesh/ListServiceAccounts.json",
2025-08-20T19:15:57.6047996Z [00:02:03.451]➜  			"zh-CN/servicemesh/ListTagResources.json",
2025-08-20T19:15:57.6048275Z [00:02:03.451]➜  			"zh-CN/servicemesh/ListWaypoints.json",
2025-08-20T19:15:57.6048655Z [00:02:03.451]➜  			"zh-CN/servicemesh/ModifyApiServerEipResource.json",
2025-08-20T19:15:57.6049001Z [00:02:03.451]➜  			"zh-CN/servicemesh/ModifyServiceMeshName.json",
2025-08-20T19:15:57.6049330Z [00:02:03.451]➜  			"zh-CN/servicemesh/ReActivateAudit.json",
2025-08-20T19:15:57.6049718Z [00:02:03.451]➜  			"zh-CN/servicemesh/RemoveClusterFromServiceMesh.json",
2025-08-20T19:15:57.6050069Z [00:02:03.451]➜  			"zh-CN/servicemesh/RemoveVMFromServiceMesh.json",
2025-08-20T19:15:57.6050412Z [00:02:03.451]➜  			"zh-CN/servicemesh/RemoveVmAppFromMesh.json",
2025-08-20T19:15:57.6050738Z [00:02:03.451]➜  			"zh-CN/servicemesh/RevokeKubeconfig.json",
2025-08-20T19:15:57.6051053Z [00:02:03.451]➜  			"zh-CN/servicemesh/TagResources.json",
2025-08-20T19:15:57.6051363Z [00:02:03.451]➜  			"zh-CN/servicemesh/UntagResources.json",
2025-08-20T19:15:57.6051743Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpdateASMGateway.json",
2025-08-20T19:15:57.6052205Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpdateASMGatewayImportedServices.json",
2025-08-20T19:15:57.6052795Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpdateASMNamespaceFromGuestCluster.json",
2025-08-20T19:15:57.6053273Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpdateControlPlaneLogConfig.json",
2025-08-20T19:15:57.6053617Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpdateIstioGatewayRoutes.json",
2025-08-20T19:15:57.6053971Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpdateIstioInjectionConfig.json",
2025-08-20T19:15:57.6054360Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpdateIstioRouteAdditionalStatus.json",
2025-08-20T19:15:57.6054697Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpdateMeshCRAggregation.json",
2025-08-20T19:15:57.6055086Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpdateMeshFeature.json",
2025-08-20T19:15:57.6055526Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpdateNamespaceScopeSidecarConfig.json",
2025-08-20T19:15:57.6055850Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpdateSwimLane.json",
2025-08-20T19:15:57.6056184Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpdateSwimLaneGroup.json",
2025-08-20T19:15:57.6056498Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpdateWaypoint.json",
2025-08-20T19:15:57.6056886Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpgradeMeshEditionPartially.json",
2025-08-20T19:15:57.6057238Z [00:02:03.451]➜  			"zh-CN/servicemesh/UpgradeMeshVersion.json",
2025-08-20T19:15:57.6057511Z [00:02:03.451]➜  			"zh-CN/servicemesh/version.json",
2025-08-20T19:15:57.6057849Z [00:02:03.451]➜  			"zh-CN/slb/AddAccessControlListEntry.json",
2025-08-20T19:15:57.6058131Z [00:02:03.451]➜  			"zh-CN/slb/AddBackendServers.json",
2025-08-20T19:15:57.6058458Z [00:02:03.451]➜  			"zh-CN/slb/AddListenerWhiteListItem.json",
2025-08-20T19:15:57.6058696Z [00:02:03.451]➜  			"zh-CN/slb/AddTags.json",
2025-08-20T19:15:57.6059061Z [00:02:03.451]➜  			"zh-CN/slb/AddVServerGroupBackendServers.json",
2025-08-20T19:15:57.6059380Z [00:02:03.451]➜  			"zh-CN/slb/CreateAccessControlList.json",
2025-08-20T19:15:57.6059697Z [00:02:03.451]➜  			"zh-CN/slb/CreateDomainExtension.json",
2025-08-20T19:15:57.6059994Z [00:02:03.451]➜  			"zh-CN/slb/CreateLoadBalancer.json",
2025-08-20T19:15:57.6060365Z [00:02:03.451]➜  			"zh-CN/slb/CreateLoadBalancerHTTPListener.json",
2025-08-20T19:15:57.6060736Z [00:02:03.451]➜  			"zh-CN/slb/CreateLoadBalancerHTTPSListener.json",
2025-08-20T19:15:57.6061088Z [00:02:03.451]➜  			"zh-CN/slb/CreateLoadBalancerTCPListener.json",
2025-08-20T19:15:57.6061573Z [00:02:03.451]➜  			"zh-CN/slb/CreateLoadBalancerUDPListener.json",
2025-08-20T19:15:57.6061929Z [00:02:03.451]➜  			"zh-CN/slb/CreateMasterSlaveServerGroup.json",
2025-08-20T19:15:57.6062186Z [00:02:03.451]➜  			"zh-CN/slb/CreateRules.json",
2025-08-20T19:15:57.6062743Z [00:02:03.451]➜  			"zh-CN/slb/CreateTLSCipherPolicy.json",
2025-08-20T19:15:57.6063178Z [00:02:03.451]➜  			"zh-CN/slb/CreateVServerGroup.json",
2025-08-20T19:15:57.6063502Z [00:02:03.451]➜  			"zh-CN/slb/DeleteAccessControlList.json",
2025-08-20T19:15:57.6063880Z [00:02:03.452]➜  			"zh-CN/slb/DeleteAccessLogsDownloadAttribute.json",
2025-08-20T19:15:57.6064176Z [00:02:03.452]➜  			"zh-CN/slb/DeleteCACertificate.json",
2025-08-20T19:15:57.6064473Z [00:02:03.452]➜  			"zh-CN/slb/DeleteDomainExtension.json",
2025-08-20T19:15:57.6064779Z [00:02:03.452]➜  			"zh-CN/slb/DeleteLoadBalancer.json",
2025-08-20T19:15:57.6065113Z [00:02:03.452]➜  			"zh-CN/slb/DeleteLoadBalancerListener.json",
2025-08-20T19:15:57.6065477Z [00:02:03.452]➜  			"zh-CN/slb/DeleteMasterSlaveServerGroup.json",
2025-08-20T19:15:57.6065737Z [00:02:03.452]➜  			"zh-CN/slb/DeleteRules.json",
2025-08-20T19:15:57.6066049Z [00:02:03.452]➜  			"zh-CN/slb/DeleteServerCertificate.json",
2025-08-20T19:15:57.6066341Z [00:02:03.452]➜  			"zh-CN/slb/DeleteTLSCipherPolicy.json",
2025-08-20T19:15:57.6066651Z [00:02:03.452]➜  			"zh-CN/slb/DeleteVServerGroup.json",
2025-08-20T19:15:57.6067039Z [00:02:03.452]➜  			"zh-CN/slb/DescribeAccessControlListAttribute.json",
2025-08-20T19:15:57.6067385Z [00:02:03.452]➜  			"zh-CN/slb/DescribeAccessControlLists.json",
2025-08-20T19:15:57.6067780Z [00:02:03.452]➜  			"zh-CN/slb/DescribeAccessLogsDownloadAttribute.json",
2025-08-20T19:15:57.6068116Z [00:02:03.452]➜  			"zh-CN/slb/DescribeAvailableResource.json",
2025-08-20T19:15:57.6068556Z [00:02:03.452]➜  			"zh-CN/slb/DescribeCACertificates.json",
2025-08-20T19:15:57.6068951Z [00:02:03.452]➜  			"zh-CN/slb/DescribeDomainExtensionAttribute.json",
2025-08-20T19:15:57.6069283Z [00:02:03.452]➜  			"zh-CN/slb/DescribeDomainExtensions.json",
2025-08-20T19:15:57.6069595Z [00:02:03.452]➜  			"zh-CN/slb/DescribeHealthStatus.json",
2025-08-20T19:15:57.6069948Z [00:02:03.452]➜  			"zh-CN/slb/DescribeHighDefinationMonitor.json",
2025-08-20T19:15:57.6070381Z [00:02:03.452]➜  			"zh-CN/slb/DescribeListenerAccessControlAttribute.json",
2025-08-20T19:15:57.6070845Z [00:02:03.452]➜  			"zh-CN/slb/DescribeLoadBalancerAttribute.json",
2025-08-20T19:15:57.6071311Z [00:02:03.452]➜  			"zh-CN/slb/DescribeLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:57.6071797Z [00:02:03.452]➜  			"zh-CN/slb/DescribeLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:57.6072145Z [00:02:03.452]➜  			"zh-CN/slb/DescribeLoadBalancerListeners.json",
2025-08-20T19:15:57.6072769Z [00:02:03.452]➜  			"zh-CN/slb/DescribeLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:57.6073226Z [00:02:03.452]➜  			"zh-CN/slb/DescribeLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:57.6073532Z [00:02:03.452]➜  			"zh-CN/slb/DescribeLoadBalancers.json",
2025-08-20T19:15:57.6073951Z [00:02:03.452]➜  			"zh-CN/slb/DescribeMasterSlaveServerGroupAttribute.json",
2025-08-20T19:15:57.6074332Z [00:02:03.452]➜  			"zh-CN/slb/DescribeMasterSlaveServerGroups.json",
2025-08-20T19:15:57.6074627Z [00:02:03.452]➜  			"zh-CN/slb/DescribeRegions.json",
2025-08-20T19:15:57.6074955Z [00:02:03.452]➜  			"zh-CN/slb/DescribeRuleAttribute.json",
2025-08-20T19:15:57.6075228Z [00:02:03.452]➜  			"zh-CN/slb/DescribeRules.json",
2025-08-20T19:15:57.6075566Z [00:02:03.452]➜  			"zh-CN/slb/DescribeServerCertificates.json",
2025-08-20T19:15:57.6075823Z [00:02:03.452]➜  			"zh-CN/slb/DescribeTags.json",
2025-08-20T19:15:57.6076172Z [00:02:03.452]➜  			"zh-CN/slb/DescribeVServerGroupAttribute.json",
2025-08-20T19:15:57.6076469Z [00:02:03.452]➜  			"zh-CN/slb/DescribeVServerGroups.json",
2025-08-20T19:15:57.6076741Z [00:02:03.452]➜  			"zh-CN/slb/DescribeZones.json",
2025-08-20T19:15:57.6077073Z [00:02:03.452]➜  			"zh-CN/slb/EnableHighDefinationMonitor.json",
2025-08-20T19:15:57.6077538Z [00:02:03.452]➜  			"zh-CN/slb/ListTLSCipherPolicies.json",
2025-08-20T19:15:57.6077822Z [00:02:03.452]➜  			"zh-CN/slb/ListTagResources.json",
2025-08-20T19:15:57.6078174Z [00:02:03.452]➜  			"zh-CN/slb/ModifyHighDefinationMonitor.json",
2025-08-20T19:15:57.6078588Z [00:02:03.452]➜  			"zh-CN/slb/ModifyLoadBalancerInstanceChargeType.json",
2025-08-20T19:15:57.6079072Z [00:02:03.452]➜  			"zh-CN/slb/ModifyLoadBalancerInstanceSpec.json",
2025-08-20T19:15:57.6079423Z [00:02:03.452]➜  			"zh-CN/slb/ModifyLoadBalancerInternetSpec.json",
2025-08-20T19:15:57.6079765Z [00:02:03.452]➜  			"zh-CN/slb/ModifyLoadBalancerPayType.json",
2025-08-20T19:15:57.6080142Z [00:02:03.452]➜  			"zh-CN/slb/ModifyVServerGroupBackendServers.json",
2025-08-20T19:15:57.6080452Z [00:02:03.452]➜  			"zh-CN/slb/MoveResourceGroup.json",
2025-08-20T19:15:57.6080810Z [00:02:03.452]➜  			"zh-CN/slb/RemoveAccessControlListEntry.json",
2025-08-20T19:15:57.6081110Z [00:02:03.452]➜  			"zh-CN/slb/RemoveBackendServers.json",
2025-08-20T19:15:57.6081449Z [00:02:03.452]➜  			"zh-CN/slb/RemoveListenerWhiteListItem.json",
2025-08-20T19:15:57.6081709Z [00:02:03.452]➜  			"zh-CN/slb/RemoveTags.json",
2025-08-20T19:15:57.6082085Z [00:02:03.453]➜  			"zh-CN/slb/RemoveVServerGroupBackendServers.json",
2025-08-20T19:15:57.6082636Z [00:02:03.453]➜  			"zh-CN/slb/SetAccessControlListAttribute.json",
2025-08-20T19:15:57.6083043Z [00:02:03.453]➜  			"zh-CN/slb/SetAccessLogsDownloadAttribute.json",
2025-08-20T19:15:57.6083356Z [00:02:03.453]➜  			"zh-CN/slb/SetBackendServers.json",
2025-08-20T19:15:57.6083667Z [00:02:03.453]➜  			"zh-CN/slb/SetCACertificateName.json",
2025-08-20T19:15:57.6084013Z [00:02:03.453]➜  			"zh-CN/slb/SetDomainExtensionAttribute.json",
2025-08-20T19:15:57.6084381Z [00:02:03.453]➜  			"zh-CN/slb/SetListenerAccessControlStatus.json",
2025-08-20T19:15:57.6084875Z [00:02:03.453]➜  			"zh-CN/slb/SetLoadBalancerDeleteProtection.json",
2025-08-20T19:15:57.6085285Z [00:02:03.453]➜  			"zh-CN/slb/SetLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:57.6085702Z [00:02:03.453]➜  			"zh-CN/slb/SetLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:57.6086100Z [00:02:03.453]➜  			"zh-CN/slb/SetLoadBalancerModificationProtection.json",
2025-08-20T19:15:57.6086396Z [00:02:03.453]➜  			"zh-CN/slb/SetLoadBalancerName.json",
2025-08-20T19:15:57.6086804Z [00:02:03.453]➜  			"zh-CN/slb/SetLoadBalancerStatus.json",
2025-08-20T19:15:57.6087201Z [00:02:03.453]➜  			"zh-CN/slb/SetLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:57.6087581Z [00:02:03.453]➜  			"zh-CN/slb/SetLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:57.6087836Z [00:02:03.453]➜  			"zh-CN/slb/SetRule.json",
2025-08-20T19:15:57.6088153Z [00:02:03.453]➜  			"zh-CN/slb/SetServerCertificateName.json",
2025-08-20T19:15:57.6088508Z [00:02:03.453]➜  			"zh-CN/slb/SetTLSCipherPolicyAttribute.json",
2025-08-20T19:15:57.6088821Z [00:02:03.453]➜  			"zh-CN/slb/SetVServerGroupAttribute.json",
2025-08-20T19:15:57.6089159Z [00:02:03.453]➜  			"zh-CN/slb/StartLoadBalancerListener.json",
2025-08-20T19:15:57.6089463Z [00:02:03.453]➜  			"zh-CN/slb/StopLoadBalancerListener.json",
2025-08-20T19:15:57.6089729Z [00:02:03.453]➜  			"zh-CN/slb/TagResources.json",
2025-08-20T19:15:57.6090005Z [00:02:03.453]➜  			"zh-CN/slb/UntagResources.json",
2025-08-20T19:15:57.6090317Z [00:02:03.453]➜  			"zh-CN/slb/UploadCACertificate.json",
2025-08-20T19:15:57.6090636Z [00:02:03.453]➜  			"zh-CN/slb/UploadServerCertificate.json",
2025-08-20T19:15:57.6090877Z [00:02:03.453]➜  			"zh-CN/slb/version.json",
2025-08-20T19:15:57.6091117Z [00:02:03.453]➜  			"zh-CN/sls/version.json",
2025-08-20T19:15:57.6091418Z [00:02:03.453]➜  			"zh-CN/smc/CreateAccessToken.json",
2025-08-20T19:15:57.6091723Z [00:02:03.453]➜  			"zh-CN/smc/CreateReplicationJob.json",
2025-08-20T19:15:57.6092042Z [00:02:03.453]➜  			"zh-CN/smc/CutOverReplicationJob.json",
2025-08-20T19:15:57.6092337Z [00:02:03.453]➜  			"zh-CN/smc/DeleteAccessToken.json",
2025-08-20T19:15:57.6092983Z [00:02:03.453]➜  			"zh-CN/smc/DeleteReplicationJob.json",
2025-08-20T19:15:57.6093303Z [00:02:03.453]➜  			"zh-CN/smc/DeleteSourceServer.json",
2025-08-20T19:15:57.6093640Z [00:02:03.453]➜  			"zh-CN/smc/DescribeReplicationJobs.json",
2025-08-20T19:15:57.6093958Z [00:02:03.453]➜  			"zh-CN/smc/DescribeSourceServers.json",
2025-08-20T19:15:57.6094277Z [00:02:03.453]➜  			"zh-CN/smc/DisableAccessToken.json",
2025-08-20T19:15:57.6094713Z [00:02:03.453]➜  			"zh-CN/smc/ListAccessTokens.json",
2025-08-20T19:15:57.6095000Z [00:02:03.453]➜  			"zh-CN/smc/ListTagResources.json",
2025-08-20T19:15:57.6095368Z [00:02:03.453]➜  			"zh-CN/smc/ModifyReplicationJobAttribute.json",
2025-08-20T19:15:57.6095713Z [00:02:03.453]➜  			"zh-CN/smc/ModifySourceServerAttribute.json",
2025-08-20T19:15:57.6096011Z [00:02:03.453]➜  			"zh-CN/smc/StartReplicationJob.json",
2025-08-20T19:15:57.6096416Z [00:02:03.453]➜  			"zh-CN/smc/StopReplicationJob.json",
2025-08-20T19:15:57.6096701Z [00:02:03.453]➜  			"zh-CN/smc/TagResources.json",
2025-08-20T19:15:57.6097007Z [00:02:03.453]➜  			"zh-CN/smc/UntagResources.json",
2025-08-20T19:15:57.6097266Z [00:02:03.453]➜  			"zh-CN/smc/version.json",
2025-08-20T19:15:57.6097528Z [00:02:03.453]➜  			"zh-CN/sts/AssumeRole.json",
2025-08-20T19:15:57.6097832Z [00:02:03.454]➜  			"zh-CN/sts/AssumeRoleWithOIDC.json",
2025-08-20T19:15:57.6098128Z [00:02:03.454]➜  			"zh-CN/sts/AssumeRoleWithSAML.json",
2025-08-20T19:15:57.6098427Z [00:02:03.454]➜  			"zh-CN/sts/GetCallerIdentity.json",
2025-08-20T19:15:57.6098667Z [00:02:03.454]➜  			"zh-CN/sts/version.json",
2025-08-20T19:15:57.6098942Z [00:02:03.454]➜  			"zh-CN/tag/AttachPolicy.json",
2025-08-20T19:15:57.6099256Z [00:02:03.454]➜  			"zh-CN/tag/CheckCreatedByEnabled.json",
2025-08-20T19:15:57.6099544Z [00:02:03.454]➜  			"zh-CN/tag/CloseCreatedBy.json",
2025-08-20T19:15:57.6099872Z [00:02:03.454]➜  			"zh-CN/tag/CreatePolicy.json",
2025-08-20T19:15:57.6100181Z [00:02:03.454]➜  			"zh-CN/tag/CreateTags.json",
2025-08-20T19:15:57.6100450Z [00:02:03.454]➜  			"zh-CN/tag/DeletePolicy.json",
2025-08-20T19:15:57.6100720Z [00:02:03.454]➜  			"zh-CN/tag/DeleteTag.json",
2025-08-20T19:15:57.6100996Z [00:02:03.454]➜  			"zh-CN/tag/DescribeRegions.json",
2025-08-20T19:15:57.6101260Z [00:02:03.454]➜  			"zh-CN/tag/DetachPolicy.json",
2025-08-20T19:15:57.6101545Z [00:02:03.454]➜  			"zh-CN/tag/DisablePolicyType.json",
2025-08-20T19:15:57.6101973Z [00:02:03.454]➜  			"zh-CN/tag/EnablePolicyType.json",
2025-08-20T19:15:57.6102572Z [00:02:03.454]➜  			"zh-CN/tag/GenerateConfigRuleReport.json",
2025-08-20T19:15:57.6102903Z [00:02:03.454]➜  			"zh-CN/tag/GetConfigRuleReport.json",
2025-08-20T19:15:57.6103203Z [00:02:03.454]➜  			"zh-CN/tag/GetEffectivePolicy.json",
2025-08-20T19:15:57.6103448Z [00:02:03.454]➜  			"zh-CN/tag/GetPolicy.json",
2025-08-20T19:15:57.6103756Z [00:02:03.454]➜  			"zh-CN/tag/GetPolicyEnableStatus.json",
2025-08-20T19:15:57.6104087Z [00:02:03.454]➜  			"zh-CN/tag/ListConfigRulesForTarget.json",
2025-08-20T19:15:57.6104359Z [00:02:03.454]➜  			"zh-CN/tag/ListPolicies.json",
2025-08-20T19:15:57.6104796Z [00:02:03.454]➜  			"zh-CN/tag/ListPoliciesForTarget.json",
2025-08-20T19:15:57.6105100Z [00:02:03.454]➜  			"zh-CN/tag/ListResourcesByTag.json",
2025-08-20T19:15:57.6105424Z [00:02:03.454]➜  			"zh-CN/tag/ListSupportResourceTypes.json",
2025-08-20T19:15:57.6105683Z [00:02:03.454]➜  			"zh-CN/tag/ListTagKeys.json",
2025-08-20T19:15:57.6105980Z [00:02:03.454]➜  			"zh-CN/tag/ListTagResources.json",
2025-08-20T19:15:57.6106247Z [00:02:03.454]➜  			"zh-CN/tag/ListTagValues.json",
2025-08-20T19:15:57.6106537Z [00:02:03.454]➜  			"zh-CN/tag/ListTargetsForPolicy.json",
2025-08-20T19:15:57.6106796Z [00:02:03.454]➜  			"zh-CN/tag/ModifyPolicy.json",
2025-08-20T19:15:57.6107052Z [00:02:03.454]➜  			"zh-CN/tag/OpenCreatedBy.json",
2025-08-20T19:15:57.6107322Z [00:02:03.454]➜  			"zh-CN/tag/TagResources.json",
2025-08-20T19:15:57.6107603Z [00:02:03.454]➜  			"zh-CN/tag/UntagResources.json",
2025-08-20T19:15:57.6107850Z [00:02:03.454]➜  			"zh-CN/tag/version.json",
2025-08-20T19:15:57.6108127Z [00:02:03.454]➜  			"zh-CN/vod/AddAITemplate.json",
2025-08-20T19:15:57.6108376Z [00:02:03.454]➜  			"zh-CN/vod/AddCategory.json",
2025-08-20T19:15:57.6108656Z [00:02:03.454]➜  			"zh-CN/vod/AddEditingProject.json",
2025-08-20T19:15:57.6109009Z [00:02:03.454]➜  			"zh-CN/vod/AddEditingProjectMaterials.json",
2025-08-20T19:15:57.6109352Z [00:02:03.454]➜  			"zh-CN/vod/AddTranscodeTemplateGroup.json",
2025-08-20T19:15:57.6109754Z [00:02:03.454]➜  			"zh-CN/vod/AddVodDomain.json",
2025-08-20T19:15:57.6110088Z [00:02:03.454]➜  			"zh-CN/vod/AddVodStorageForApp.json",
2025-08-20T19:15:57.6110396Z [00:02:03.454]➜  			"zh-CN/vod/AddVodTemplate.json",
2025-08-20T19:15:57.6110695Z [00:02:03.454]➜  			"zh-CN/vod/AddWatermark.json",
2025-08-20T19:15:57.6111059Z [00:02:03.454]➜  			"zh-CN/vod/AttachAppPolicyToIdentity.json",
2025-08-20T19:15:57.6111602Z [00:02:03.454]➜  			"zh-CN/vod/BatchSetVodDomainConfigs.json",
2025-08-20T19:15:57.6111936Z [00:02:03.454]➜  			"zh-CN/vod/BatchStartVodDomain.json",
2025-08-20T19:15:57.6112245Z [00:02:03.454]➜  			"zh-CN/vod/BatchStopVodDomain.json",
2025-08-20T19:15:57.6112923Z [00:02:03.454]➜  			"zh-CN/vod/CancelUrlUploadJobs.json",
2025-08-20T19:15:57.6113205Z [00:02:03.454]➜  			"zh-CN/vod/CreateAppInfo.json",
2025-08-20T19:15:57.6113467Z [00:02:03.454]➜  			"zh-CN/vod/CreateAudit.json",
2025-08-20T19:15:57.6113855Z [00:02:03.454]➜  			"zh-CN/vod/CreateUploadAttachedMedia.json",
2025-08-20T19:15:57.6114153Z [00:02:03.454]➜  			"zh-CN/vod/CreateUploadImage.json",
2025-08-20T19:15:57.6114450Z [00:02:03.454]➜  			"zh-CN/vod/CreateUploadVideo.json",
2025-08-20T19:15:57.6114730Z [00:02:03.454]➜  			"zh-CN/vod/DecryptKMSDataKey.json",
2025-08-20T19:15:57.6115030Z [00:02:03.454]➜  			"zh-CN/vod/DeleteAIImageInfos.json",
2025-08-20T19:15:57.6115323Z [00:02:03.454]➜  			"zh-CN/vod/DeleteAITemplate.json",
2025-08-20T19:15:57.6115611Z [00:02:03.454]➜  			"zh-CN/vod/DeleteAppInfo.json",
2025-08-20T19:15:57.6115914Z [00:02:03.454]➜  			"zh-CN/vod/DeleteAttachedMedia.json",
2025-08-20T19:15:57.6116213Z [00:02:03.454]➜  			"zh-CN/vod/DeleteCategory.json",
2025-08-20T19:15:57.6116516Z [00:02:03.454]➜  			"zh-CN/vod/DeleteDynamicImage.json",
2025-08-20T19:15:57.6116831Z [00:02:03.454]➜  			"zh-CN/vod/DeleteEditingProject.json",
2025-08-20T19:15:57.6117194Z [00:02:03.454]➜  			"zh-CN/vod/DeleteEditingProjectMaterials.json",
2025-08-20T19:15:57.6117620Z [00:02:03.454]➜  			"zh-CN/vod/DeleteImage.json",
2025-08-20T19:15:57.6117954Z [00:02:03.454]➜  			"zh-CN/vod/DeleteMessageCallback.json",
2025-08-20T19:15:57.6118245Z [00:02:03.454]➜  			"zh-CN/vod/DeleteMezzanines.json",
2025-08-20T19:15:57.6118553Z [00:02:03.454]➜  			"zh-CN/vod/DeleteMultipartUpload.json",
2025-08-20T19:15:57.6118818Z [00:02:03.454]➜  			"zh-CN/vod/DeleteStream.json",
2025-08-20T19:15:57.6119172Z [00:02:03.454]➜  			"zh-CN/vod/DeleteTranscodeTemplateGroup.json",
2025-08-20T19:15:57.6119453Z [00:02:03.454]➜  			"zh-CN/vod/DeleteVideo.json",
2025-08-20T19:15:57.6119744Z [00:02:03.454]➜  			"zh-CN/vod/DeleteVodDomain.json",
2025-08-20T19:15:57.6120224Z [00:02:03.454]➜  			"zh-CN/vod/DeleteVodSpecificConfig.json",
2025-08-20T19:15:57.6120517Z [00:02:03.454]➜  			"zh-CN/vod/DeleteVodTemplate.json",
2025-08-20T19:15:57.6120808Z [00:02:03.454]➜  			"zh-CN/vod/DeleteWatermark.json",
2025-08-20T19:15:57.6121111Z [00:02:03.454]➜  			"zh-CN/vod/DescribePlayTopVideos.json",
2025-08-20T19:15:57.6121431Z [00:02:03.454]➜  			"zh-CN/vod/DescribePlayUserAvg.json",
2025-08-20T19:15:57.6121737Z [00:02:03.454]➜  			"zh-CN/vod/DescribePlayUserTotal.json",
2025-08-20T19:15:57.6122067Z [00:02:03.454]➜  			"zh-CN/vod/DescribePlayVideoStatis.json",
2025-08-20T19:15:57.6122357Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodAIData.json",
2025-08-20T19:15:57.6122938Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodCertificateList.json",
2025-08-20T19:15:57.6123279Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodDomainBpsData.json",
2025-08-20T19:15:57.6123675Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodDomainCertificateInfo.json",
2025-08-20T19:15:57.6124011Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodDomainConfigs.json",
2025-08-20T19:15:57.6124331Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodDomainDetail.json",
2025-08-20T19:15:57.6124625Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodDomainLog.json",
2025-08-20T19:15:57.6124969Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodDomainSrcBpsData.json",
2025-08-20T19:15:57.6125358Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodDomainSrcTrafficData.json",
2025-08-20T19:15:57.6125933Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodDomainTrafficData.json",
2025-08-20T19:15:57.6126265Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodDomainUsageData.json",
2025-08-20T19:15:57.6126586Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodRefreshQuota.json",
2025-08-20T19:15:57.6126900Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodRefreshTasks.json",
2025-08-20T19:15:57.6127328Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodStorageData.json",
2025-08-20T19:15:57.6127664Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodTranscodeData.json",
2025-08-20T19:15:57.6127976Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodUserDomains.json",
2025-08-20T19:15:57.6128305Z [00:02:03.454]➜  			"zh-CN/vod/DescribeVodVerifyContent.json",
2025-08-20T19:15:57.6128636Z [00:02:03.454]➜  			"zh-CN/vod/DetachAppPolicyFromIdentity.json",
2025-08-20T19:15:57.6128966Z [00:02:03.454]➜  			"zh-CN/vod/GenerateDownloadSecretKey.json",
2025-08-20T19:15:57.6129282Z [00:02:03.454]➜  			"zh-CN/vod/GenerateKMSDataKey.json",
2025-08-20T19:15:57.6129575Z [00:02:03.454]➜  			"zh-CN/vod/GetAIImageJobs.json",
2025-08-20T19:15:57.6129873Z [00:02:03.454]➜  			"zh-CN/vod/GetAIMediaAuditJob.json",
2025-08-20T19:15:57.6130137Z [00:02:03.454]➜  			"zh-CN/vod/GetAITemplate.json",
2025-08-20T19:15:57.6130419Z [00:02:03.454]➜  			"zh-CN/vod/GetAIVideoTagResult.json",
2025-08-20T19:15:57.6130696Z [00:02:03.454]➜  			"zh-CN/vod/GetAppInfos.json",
2025-08-20T19:15:57.6131011Z [00:02:03.454]➜  			"zh-CN/vod/GetAttachedMediaInfo.json",
2025-08-20T19:15:57.6131299Z [00:02:03.454]➜  			"zh-CN/vod/GetAuditHistory.json",
2025-08-20T19:15:57.6131574Z [00:02:03.454]➜  			"zh-CN/vod/GetCategories.json",
2025-08-20T19:15:57.6131870Z [00:02:03.454]➜  			"zh-CN/vod/GetDefaultAITemplate.json",
2025-08-20T19:15:57.6132238Z [00:02:03.454]➜  			"zh-CN/vod/GetDigitalWatermarkExtractResult.json",
2025-08-20T19:15:57.6132782Z [00:02:03.454]➜  			"zh-CN/vod/GetEditingProject.json",
2025-08-20T19:15:57.6133263Z [00:02:03.454]➜  			"zh-CN/vod/GetEditingProjectMaterials.json",
2025-08-20T19:15:57.6133569Z [00:02:03.454]➜  			"zh-CN/vod/GetImageInfo.json",
2025-08-20T19:15:57.6133846Z [00:02:03.454]➜  			"zh-CN/vod/GetImageInfos.json",
2025-08-20T19:15:57.6134230Z [00:02:03.454]➜  			"zh-CN/vod/GetMediaAuditAudioResultDetail.json",
2025-08-20T19:15:57.6134602Z [00:02:03.454]➜  			"zh-CN/vod/GetMediaAuditResult.json",
2025-08-20T19:15:57.6135003Z [00:02:03.454]➜  			"zh-CN/vod/GetMediaAuditResultDetail.json",
2025-08-20T19:15:57.6135367Z [00:02:03.454]➜  			"zh-CN/vod/GetMediaAuditResultTimeline.json",
2025-08-20T19:15:57.6135660Z [00:02:03.454]➜  			"zh-CN/vod/GetMediaDNAResult.json",
2025-08-20T19:15:57.6136102Z [00:02:03.454]➜  			"zh-CN/vod/GetMediaRefreshJobs.json",
2025-08-20T19:15:57.6136407Z [00:02:03.454]➜  			"zh-CN/vod/GetMessageCallback.json",
2025-08-20T19:15:57.6136713Z [00:02:03.454]➜  			"zh-CN/vod/GetMezzanineInfo.json",
2025-08-20T19:15:57.6136996Z [00:02:03.454]➜  			"zh-CN/vod/GetPlayInfo.json",
2025-08-20T19:15:57.6137312Z [00:02:03.454]➜  			"zh-CN/vod/GetTranscodeSummary.json",
2025-08-20T19:15:57.6137611Z [00:02:03.454]➜  			"zh-CN/vod/GetTranscodeTask.json",
2025-08-20T19:15:57.6137924Z [00:02:03.454]➜  			"zh-CN/vod/GetTranscodeTemplateGroup.json",
2025-08-20T19:15:57.6138199Z [00:02:03.454]➜  			"zh-CN/vod/GetURLUploadInfos.json",
2025-08-20T19:15:57.6138468Z [00:02:03.454]➜  			"zh-CN/vod/GetUploadDetails.json",
2025-08-20T19:15:57.6138722Z [00:02:03.454]➜  			"zh-CN/vod/GetVideoInfo.json",
2025-08-20T19:15:57.6138987Z [00:02:03.454]➜  			"zh-CN/vod/GetVideoInfos.json",
2025-08-20T19:15:57.6139256Z [00:02:03.454]➜  			"zh-CN/vod/GetVideoList.json",
2025-08-20T19:15:57.6139528Z [00:02:03.454]➜  			"zh-CN/vod/GetVideoPlayAuth.json",
2025-08-20T19:15:57.6139791Z [00:02:03.454]➜  			"zh-CN/vod/GetVodTemplate.json",
2025-08-20T19:15:57.6140058Z [00:02:03.454]➜  			"zh-CN/vod/GetWatermark.json",
2025-08-20T19:15:57.6140311Z [00:02:03.454]➜  			"zh-CN/vod/ListAIImageInfo.json",
2025-08-20T19:15:57.6140702Z [00:02:03.454]➜  			"zh-CN/vod/ListAIJob.json",
2025-08-20T19:15:57.6140971Z [00:02:03.454]➜  			"zh-CN/vod/ListAITemplate.json",
2025-08-20T19:15:57.6141229Z [00:02:03.454]➜  			"zh-CN/vod/ListAppInfo.json",
2025-08-20T19:15:57.6141553Z [00:02:03.454]➜  			"zh-CN/vod/ListAppPoliciesForIdentity.json",
2025-08-20T19:15:57.6141846Z [00:02:03.454]➜  			"zh-CN/vod/ListAuditSecurityIp.json",
2025-08-20T19:15:57.6142112Z [00:02:03.454]➜  			"zh-CN/vod/ListDynamicImage.json",
2025-08-20T19:15:57.6142674Z [00:02:03.454]➜  			"zh-CN/vod/ListLiveRecordVideo.json",
2025-08-20T19:15:57.6142990Z [00:02:03.454]➜  			"zh-CN/vod/ListSnapshots.json",
2025-08-20T19:15:57.6143295Z [00:02:03.454]➜  			"zh-CN/vod/ListTranscodeTask.json",
2025-08-20T19:15:57.6143625Z [00:02:03.454]➜  			"zh-CN/vod/ListTranscodeTemplateGroup.json",
2025-08-20T19:15:57.6143898Z [00:02:03.454]➜  			"zh-CN/vod/ListVodTemplate.json",
2025-08-20T19:15:57.6144157Z [00:02:03.454]➜  			"zh-CN/vod/ListWatermark.json",
2025-08-20T19:15:57.6144451Z [00:02:03.454]➜  			"zh-CN/vod/MoveAppResource.json",
2025-08-20T19:15:57.6144785Z [00:02:03.454]➜  			"zh-CN/vod/PreloadVodObjectCaches.json",
2025-08-20T19:15:57.6145195Z [00:02:03.454]➜  			"zh-CN/vod/ProduceEditingProjectVideo.json",
2025-08-20T19:15:57.6145549Z [00:02:03.454]➜  			"zh-CN/vod/RefreshMediaPlayUrls.json",
2025-08-20T19:15:57.6145865Z [00:02:03.454]➜  			"zh-CN/vod/RefreshUploadVideo.json",
2025-08-20T19:15:57.6146170Z [00:02:03.454]➜  			"zh-CN/vod/RefreshVodObjectCaches.json",
2025-08-20T19:15:57.6146450Z [00:02:03.454]➜  			"zh-CN/vod/RegisterMedia.json",
2025-08-20T19:15:57.6146722Z [00:02:03.454]➜  			"zh-CN/vod/RestoreMedia.json",
2025-08-20T19:15:57.6147051Z [00:02:03.454]➜  			"zh-CN/vod/SearchEditingProject.json",
2025-08-20T19:15:57.6147323Z [00:02:03.454]➜  			"zh-CN/vod/SearchMedia.json",
2025-08-20T19:15:57.6147626Z [00:02:03.454]➜  			"zh-CN/vod/SetAuditSecurityIp.json",
2025-08-20T19:15:57.6147975Z [00:02:03.454]➜  			"zh-CN/vod/SetCrossdomainContent.json",
2025-08-20T19:15:57.6148430Z [00:02:03.454]➜  			"zh-CN/vod/SetDefaultAITemplate.json",
2025-08-20T19:15:57.6148826Z [00:02:03.454]➜  			"zh-CN/vod/SetDefaultTranscodeTemplateGroup.json",
2025-08-20T19:15:57.6149134Z [00:02:03.454]➜  			"zh-CN/vod/SetDefaultWatermark.json",
2025-08-20T19:15:57.6149465Z [00:02:03.454]➜  			"zh-CN/vod/SetEditingProjectMaterials.json",
2025-08-20T19:15:57.6149807Z [00:02:03.454]➜  			"zh-CN/vod/SetMessageCallback.json",
2025-08-20T19:15:57.6150143Z [00:02:03.455]➜  			"zh-CN/vod/SetVodDomainCertificate.json",
2025-08-20T19:15:57.6150525Z [00:02:03.455]➜  			"zh-CN/vod/SubmitAIImageAuditJob.json",
2025-08-20T19:15:57.6150811Z [00:02:03.455]➜  			"zh-CN/vod/SubmitAIImageJob.json",
2025-08-20T19:15:57.6151218Z [00:02:03.455]➜  			"zh-CN/vod/SubmitAIJob.json",
2025-08-20T19:15:57.6151548Z [00:02:03.455]➜  			"zh-CN/vod/SubmitAIMediaAuditJob.json",
2025-08-20T19:15:57.6151948Z [00:02:03.455]➜  			"zh-CN/vod/SubmitDigitalWatermarkExtractJob.json",
2025-08-20T19:15:57.6152264Z [00:02:03.455]➜  			"zh-CN/vod/SubmitDynamicImageJob.json",
2025-08-20T19:15:57.6152853Z [00:02:03.455]➜  			"zh-CN/vod/SubmitMediaDNADeleteJob.json",
2025-08-20T19:15:57.6153178Z [00:02:03.455]➜  			"zh-CN/vod/SubmitPreprocessJobs.json",
2025-08-20T19:15:57.6153464Z [00:02:03.455]➜  			"zh-CN/vod/SubmitSnapshotJob.json",
2025-08-20T19:15:57.6153757Z [00:02:03.455]➜  			"zh-CN/vod/SubmitTranscodeJobs.json",
2025-08-20T19:15:57.6154027Z [00:02:03.455]➜  			"zh-CN/vod/SubmitWorkflowJob.json",
2025-08-20T19:15:57.6154316Z [00:02:03.455]➜  			"zh-CN/vod/UpdateAITemplate.json",
2025-08-20T19:15:57.6154588Z [00:02:03.455]➜  			"zh-CN/vod/UpdateAppInfo.json",
2025-08-20T19:15:57.6154931Z [00:02:03.455]➜  			"zh-CN/vod/UpdateAttachedMediaInfos.json",
2025-08-20T19:15:57.6155201Z [00:02:03.455]➜  			"zh-CN/vod/UpdateCategory.json",
2025-08-20T19:15:57.6155516Z [00:02:03.455]➜  			"zh-CN/vod/UpdateEditingProject.json",
2025-08-20T19:15:57.6155821Z [00:02:03.455]➜  			"zh-CN/vod/UpdateImageInfos.json",
2025-08-20T19:15:57.6156197Z [00:02:03.455]➜  			"zh-CN/vod/UpdateMediaStorageClass.json",
2025-08-20T19:15:57.6156761Z [00:02:03.455]➜  			"zh-CN/vod/UpdateTranscodeTemplateGroup.json",
2025-08-20T19:15:57.6157069Z [00:02:03.455]➜  			"zh-CN/vod/UpdateVideoInfo.json",
2025-08-20T19:15:57.6157379Z [00:02:03.455]➜  			"zh-CN/vod/UpdateVideoInfos.json",
2025-08-20T19:15:57.6157673Z [00:02:03.455]➜  			"zh-CN/vod/UpdateVodDomain.json",
2025-08-20T19:15:57.6157955Z [00:02:03.455]➜  			"zh-CN/vod/UpdateVodTemplate.json",
2025-08-20T19:15:57.6158369Z [00:02:03.455]➜  			"zh-CN/vod/UpdateWatermark.json",
2025-08-20T19:15:57.6158676Z [00:02:03.455]➜  			"zh-CN/vod/UploadMediaByURL.json",
2025-08-20T19:15:57.6158973Z [00:02:03.455]➜  			"zh-CN/vod/UploadStreamByURL.json",
2025-08-20T19:15:57.6159262Z [00:02:03.455]➜  			"zh-CN/vod/VerifyVodDomainOwner.json",
2025-08-20T19:15:57.6159507Z [00:02:03.455]➜  			"zh-CN/vod/version.json",
2025-08-20T19:15:57.6159809Z [00:02:03.455]➜  			"zh-CN/vpc/ActivateRouterInterface.json",
2025-08-20T19:15:57.6160084Z [00:02:03.455]➜  			"zh-CN/vpc/ActiveFlowLog.json",
2025-08-20T19:15:57.6160346Z [00:02:03.455]➜  			"zh-CN/vpc/AddBgpNetwork.json",
2025-08-20T19:15:57.6160692Z [00:02:03.455]➜  			"zh-CN/vpc/AddCommonBandwidthPackageIp.json",
2025-08-20T19:15:57.6161050Z [00:02:03.455]➜  			"zh-CN/vpc/AddCommonBandwidthPackageIps.json",
2025-08-20T19:15:57.6161416Z [00:02:03.455]➜  			"zh-CN/vpc/AddGlobalAccelerationInstanceIp.json",
2025-08-20T19:15:57.6161775Z [00:02:03.455]➜  			"zh-CN/vpc/AddIPv6TranslatorAclListEntry.json",
2025-08-20T19:15:57.6162148Z [00:02:03.455]➜  			"zh-CN/vpc/AddPublicIpAddressPoolCidrBlock.json",
2025-08-20T19:15:57.6162649Z [00:02:03.455]➜  			"zh-CN/vpc/AddSourcesToTrafficMirrorSession.json",
2025-08-20T19:15:57.6162952Z [00:02:03.455]➜  			"zh-CN/vpc/AllocateEipAddress.json",
2025-08-20T19:15:57.6163246Z [00:02:03.455]➜  			"zh-CN/vpc/AllocateEipAddressPro.json",
2025-08-20T19:15:57.6163566Z [00:02:03.455]➜  			"zh-CN/vpc/AllocateEipSegmentAddress.json",
2025-08-20T19:15:57.6164033Z [00:02:03.455]➜  			"zh-CN/vpc/AllocateIpv6Address.json",
2025-08-20T19:15:57.6164390Z [00:02:03.455]➜  			"zh-CN/vpc/AllocateIpv6InternetBandwidth.json",
2025-08-20T19:15:57.6164677Z [00:02:03.455]➜  			"zh-CN/vpc/AllocateVpcIpv6Cidr.json",
2025-08-20T19:15:57.6165029Z [00:02:03.455]➜  			"zh-CN/vpc/ApplyPhysicalConnectionLOA.json",
2025-08-20T19:15:57.6165347Z [00:02:03.455]➜  			"zh-CN/vpc/AssociateEipAddress.json",
2025-08-20T19:15:57.6165728Z [00:02:03.455]➜  			"zh-CN/vpc/AssociateEipAddressBatch.json",
2025-08-20T19:15:57.6166045Z [00:02:03.455]➜  			"zh-CN/vpc/AssociateHaVip.json",
2025-08-20T19:15:57.6166359Z [00:02:03.455]➜  			"zh-CN/vpc/AssociateNetworkAcl.json",
2025-08-20T19:15:57.6167105Z [00:02:03.455]➜  			"zh-CN/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json",
2025-08-20T19:15:57.6167417Z [00:02:03.455]➜  			"zh-CN/vpc/AssociateRouteTable.json",
2025-08-20T19:15:57.6167810Z [00:02:03.455]➜  			"zh-CN/vpc/AssociateRouteTableWithGateway.json",
2025-08-20T19:15:57.6168309Z [00:02:03.455]➜  			"zh-CN/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json",
2025-08-20T19:15:57.6168665Z [00:02:03.455]➜  			"zh-CN/vpc/AssociateVpcCidrBlock.json",
2025-08-20T19:15:57.6169078Z [00:02:03.455]➜  			"zh-CN/vpc/AssociateVpnGatewayWithCertificate.json",
2025-08-20T19:15:57.6169439Z [00:02:03.455]➜  			"zh-CN/vpc/AttachDhcpOptionsSetToVpc.json",
2025-08-20T19:15:57.6169738Z [00:02:03.455]➜  			"zh-CN/vpc/AttachVbrToVpconn.json",
2025-08-20T19:15:57.6170196Z [00:02:03.455]➜  			"zh-CN/vpc/CancelCommonBandwidthPackageIpBandwidth.json",
2025-08-20T19:15:57.6170550Z [00:02:03.455]➜  			"zh-CN/vpc/CancelPhysicalConnection.json",
2025-08-20T19:15:57.6170873Z [00:02:03.455]➜  			"zh-CN/vpc/ChangeResourceGroup.json",
2025-08-20T19:15:57.6171296Z [00:02:03.455]➜  			"zh-CN/vpc/CheckCanAllocateVpcPrivateIpAddress.json",
2025-08-20T19:15:57.6171622Z [00:02:03.455]➜  			"zh-CN/vpc/CheckVpnBgpEnabled.json",
2025-08-20T19:15:57.6171997Z [00:02:03.455]➜  			"zh-CN/vpc/CompletePhysicalConnectionLOA.json",
2025-08-20T19:15:57.6172359Z [00:02:03.455]➜  			"zh-CN/vpc/ConfirmPhysicalConnection.json",
2025-08-20T19:15:57.6173046Z [00:02:03.455]➜  			"zh-CN/vpc/ConnectRouterInterface.json",
2025-08-20T19:15:57.6173395Z [00:02:03.455]➜  			"zh-CN/vpc/ConvertBandwidthPackage.json",
2025-08-20T19:15:57.6173718Z [00:02:03.455]➜  			"zh-CN/vpc/CopyNetworkAclEntries.json",
2025-08-20T19:15:57.6174010Z [00:02:03.455]➜  			"zh-CN/vpc/CreateBgpGroup.json",
2025-08-20T19:15:57.6174279Z [00:02:03.455]➜  			"zh-CN/vpc/CreateBgpPeer.json",
2025-08-20T19:15:57.6174728Z [00:02:03.455]➜  			"zh-CN/vpc/CreateCommonBandwidthPackage.json",
2025-08-20T19:15:57.6175039Z [00:02:03.455]➜  			"zh-CN/vpc/CreateCustomerGateway.json",
2025-08-20T19:15:57.6175377Z [00:02:03.455]➜  			"zh-CN/vpc/CreateDefaultVSwitch.json",
2025-08-20T19:15:57.6175680Z [00:02:03.455]➜  			"zh-CN/vpc/CreateDefaultVpc.json",
2025-08-20T19:15:57.6176010Z [00:02:03.455]➜  			"zh-CN/vpc/CreateDhcpOptionsSet.json",
2025-08-20T19:15:57.6176365Z [00:02:03.455]➜  			"zh-CN/vpc/CreateExpressCloudConnection.json",
2025-08-20T19:15:57.6176827Z [00:02:03.455]➜  			"zh-CN/vpc/CreateFailoverTestJob.json",
2025-08-20T19:15:57.6177133Z [00:02:03.455]➜  			"zh-CN/vpc/CreateFlowLog.json",
2025-08-20T19:15:57.6177455Z [00:02:03.455]➜  			"zh-CN/vpc/CreateForwardEntry.json",
2025-08-20T19:15:57.6177822Z [00:02:03.455]➜  			"zh-CN/vpc/CreateFullNatEntry.json",
2025-08-20T19:15:57.6178217Z [00:02:03.455]➜  			"zh-CN/vpc/CreateGlobalAccelerationInstance.json",
2025-08-20T19:15:57.6178499Z [00:02:03.455]➜  			"zh-CN/vpc/CreateHaVip.json",
2025-08-20T19:15:57.6178904Z [00:02:03.455]➜  			"zh-CN/vpc/CreateHighReliablePhysicalConnection.json",
2025-08-20T19:15:57.6179241Z [00:02:03.455]➜  			"zh-CN/vpc/CreateIPv6Translator.json",
2025-08-20T19:15:57.6179588Z [00:02:03.455]➜  			"zh-CN/vpc/CreateIPv6TranslatorAclList.json",
2025-08-20T19:15:57.6179916Z [00:02:03.455]➜  			"zh-CN/vpc/CreateIPv6TranslatorEntry.json",
2025-08-20T19:15:57.6180224Z [00:02:03.455]➜  			"zh-CN/vpc/CreateIpsecServer.json",
2025-08-20T19:15:57.6180508Z [00:02:03.455]➜  			"zh-CN/vpc/CreateIpv4Gateway.json",
2025-08-20T19:15:57.6180833Z [00:02:03.455]➜  			"zh-CN/vpc/CreateIpv6EgressOnlyRule.json",
2025-08-20T19:15:57.6181100Z [00:02:03.455]➜  			"zh-CN/vpc/CreateIpv6Gateway.json",
2025-08-20T19:15:57.6181381Z [00:02:03.455]➜  			"zh-CN/vpc/CreateNatGateway.json",
2025-08-20T19:15:57.6181644Z [00:02:03.455]➜  			"zh-CN/vpc/CreateNatIp.json",
2025-08-20T19:15:57.6181927Z [00:02:03.455]➜  			"zh-CN/vpc/CreateNatIpCidr.json",
2025-08-20T19:15:57.6182218Z [00:02:03.455]➜  			"zh-CN/vpc/CreateNetworkAcl.json",
2025-08-20T19:15:57.6182714Z [00:02:03.455]➜  			"zh-CN/vpc/CreatePhysicalConnection.json",
2025-08-20T19:15:57.6183312Z [00:02:03.455]➜  			"zh-CN/vpc/CreatePhysicalConnectionOccupancyOrder.json",
2025-08-20T19:15:57.6183719Z [00:02:03.455]➜  			"zh-CN/vpc/CreatePhysicalConnectionSetupOrder.json",
2025-08-20T19:15:57.6184087Z [00:02:03.455]➜  			"zh-CN/vpc/CreatePublicIpAddressPool.json",
2025-08-20T19:15:57.6184377Z [00:02:03.455]➜  			"zh-CN/vpc/CreateRouteEntries.json",
2025-08-20T19:15:57.6184696Z [00:02:03.455]➜  			"zh-CN/vpc/CreateRouteEntry.json",
2025-08-20T19:15:57.6184972Z [00:02:03.455]➜  			"zh-CN/vpc/CreateRouteTable.json",
2025-08-20T19:15:57.6185268Z [00:02:03.455]➜  			"zh-CN/vpc/CreateRouterInterface.json",
2025-08-20T19:15:57.6185553Z [00:02:03.455]➜  			"zh-CN/vpc/CreateSnatEntry.json",
2025-08-20T19:15:57.6185882Z [00:02:03.455]➜  			"zh-CN/vpc/CreateSslVpnClientCert.json",
2025-08-20T19:15:57.6186193Z [00:02:03.455]➜  			"zh-CN/vpc/CreateSslVpnServer.json",
2025-08-20T19:15:57.6186553Z [00:02:03.455]➜  			"zh-CN/vpc/CreateTrafficMirrorFilter.json",
2025-08-20T19:15:57.6186914Z [00:02:03.455]➜  			"zh-CN/vpc/CreateTrafficMirrorFilterRules.json",
2025-08-20T19:15:57.6187267Z [00:02:03.455]➜  			"zh-CN/vpc/CreateTrafficMirrorSession.json",
2025-08-20T19:15:57.6187531Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVSwitch.json",
2025-08-20T19:15:57.6187886Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVSwitchCidrReservation.json",
2025-08-20T19:15:57.6188170Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVbrHa.json",
2025-08-20T19:15:57.6188617Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVcoRouteEntry.json",
2025-08-20T19:15:57.6188968Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVirtualBorderRouter.json",
2025-08-20T19:15:57.6189353Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVirtualPhysicalConnection.json",
2025-08-20T19:15:57.6189635Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVpc.json",
2025-08-20T19:15:57.6189986Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVpcGatewayEndpoint.json",
2025-08-20T19:15:57.6190442Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVpcPrefixList.json",
2025-08-20T19:15:57.6190774Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVpconnFromVbr.json",
2025-08-20T19:15:57.6191096Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVpnAttachment.json",
2025-08-20T19:15:57.6191422Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVpnConnection.json",
2025-08-20T19:15:57.6191725Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVpnGateway.json",
2025-08-20T19:15:57.6192067Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVpnPbrRouteEntry.json",
2025-08-20T19:15:57.6192680Z [00:02:03.455]➜  			"zh-CN/vpc/CreateVpnRouteEntry.json",
2025-08-20T19:15:57.6193076Z [00:02:03.455]➜  			"zh-CN/vpc/DeactivateRouterInterface.json",
2025-08-20T19:15:57.6193374Z [00:02:03.455]➜  			"zh-CN/vpc/DeactiveFlowLog.json",
2025-08-20T19:15:57.6193677Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteBgpGroup.json",
2025-08-20T19:15:57.6194049Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteBgpNetwork.json",
2025-08-20T19:15:57.6194349Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteBgpPeer.json",
2025-08-20T19:15:57.6194733Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteCommonBandwidthPackage.json",
2025-08-20T19:15:57.6195051Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteCustomerGateway.json",
2025-08-20T19:15:57.6195379Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteDhcpOptionsSet.json",
2025-08-20T19:15:57.6195697Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteFailoverTestJob.json",
2025-08-20T19:15:57.6196006Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteFlowLog.json",
2025-08-20T19:15:57.6196323Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteForwardEntry.json",
2025-08-20T19:15:57.6196641Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteFullNatEntry.json",
2025-08-20T19:15:57.6197044Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteGlobalAccelerationInstance.json",
2025-08-20T19:15:57.6197319Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteHaVip.json",
2025-08-20T19:15:57.6197629Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteIPv6Translator.json",
2025-08-20T19:15:57.6197994Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteIPv6TranslatorAclList.json",
2025-08-20T19:15:57.6198350Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteIPv6TranslatorEntry.json",
2025-08-20T19:15:57.6198668Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteIpsecServer.json",
2025-08-20T19:15:57.6199124Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteIpv4Gateway.json",
2025-08-20T19:15:57.6199483Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteIpv6EgressOnlyRule.json",
2025-08-20T19:15:57.6199778Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteIpv6Gateway.json",
2025-08-20T19:15:57.6200139Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteIpv6InternetBandwidth.json",
2025-08-20T19:15:57.6200448Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteNatGateway.json",
2025-08-20T19:15:57.6200886Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteNatIp.json",
2025-08-20T19:15:57.6201195Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteNatIpCidr.json",
2025-08-20T19:15:57.6201497Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteNetworkAcl.json",
2025-08-20T19:15:57.6201840Z [00:02:03.455]➜  			"zh-CN/vpc/DeletePhysicalConnection.json",
2025-08-20T19:15:57.6202244Z [00:02:03.455]➜  			"zh-CN/vpc/DeletePublicIpAddressPool.json",
2025-08-20T19:15:57.6202842Z [00:02:03.455]➜  			"zh-CN/vpc/DeletePublicIpAddressPoolCidrBlock.json",
2025-08-20T19:15:57.6203181Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteRouteEntries.json",
2025-08-20T19:15:57.6203497Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteRouteEntry.json",
2025-08-20T19:15:57.6203799Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteRouteTable.json",
2025-08-20T19:15:57.6204113Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteRouterInterface.json",
2025-08-20T19:15:57.6204417Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteSnatEntry.json",
2025-08-20T19:15:57.6204769Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteSslVpnClientCert.json",
2025-08-20T19:15:57.6205090Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteSslVpnServer.json",
2025-08-20T19:15:57.6205442Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteTrafficMirrorFilter.json",
2025-08-20T19:15:57.6205824Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteTrafficMirrorFilterRules.json",
2025-08-20T19:15:57.6206194Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteTrafficMirrorSession.json",
2025-08-20T19:15:57.6206633Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteVSwitch.json",
2025-08-20T19:15:57.6207049Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteVSwitchCidrReservation.json",
2025-08-20T19:15:57.6207347Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteVbrHa.json",
2025-08-20T19:15:57.6207738Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteVcoRouteEntry.json",
2025-08-20T19:15:57.6208114Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteVirtualBorderRouter.json",
2025-08-20T19:15:57.6208389Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteVpc.json",
2025-08-20T19:15:57.6208902Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteVpcGatewayEndpoint.json",
2025-08-20T19:15:57.6209253Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteVpcPrefixList.json",
2025-08-20T19:15:57.6209585Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteVpnAttachment.json",
2025-08-20T19:15:57.6209900Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteVpnConnection.json",
2025-08-20T19:15:57.6210216Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteVpnGateway.json",
2025-08-20T19:15:57.6210557Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteVpnPbrRouteEntry.json",
2025-08-20T19:15:57.6210875Z [00:02:03.455]➜  			"zh-CN/vpc/DeleteVpnRouteEntry.json",
2025-08-20T19:15:57.6211180Z [00:02:03.455]➜  			"zh-CN/vpc/DeletionProtection.json",
2025-08-20T19:15:57.6211502Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeAccessPoints.json",
2025-08-20T19:15:57.6211808Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeBgpGroups.json",
2025-08-20T19:15:57.6212100Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeBgpNetworks.json",
2025-08-20T19:15:57.6212552Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeBgpPeers.json",
2025-08-20T19:15:57.6212966Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeCommonBandwidthPackages.json",
2025-08-20T19:15:57.6213301Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeCustomerGateway.json",
2025-08-20T19:15:57.6213653Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeCustomerGateways.json",
2025-08-20T19:15:57.6214016Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeEcGrantRelation.json",
2025-08-20T19:15:57.6214308Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeEipAddresses.json",
2025-08-20T19:15:57.6214628Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeEipGatewayInfo.json",
2025-08-20T19:15:57.6214960Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeEipMonitorData.json",
2025-08-20T19:15:57.6215268Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeEipSegment.json",
2025-08-20T19:15:57.6215747Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeFailoverTestJob.json",
2025-08-20T19:15:57.6216085Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeFailoverTestJobs.json",
2025-08-20T19:15:57.6216372Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeFlowLogs.json",
2025-08-20T19:15:57.6216736Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeForwardTableEntries.json",
2025-08-20T19:15:57.6217262Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeGlobalAccelerationInstances.json",
2025-08-20T19:15:57.6217581Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeGrantRulesToCen.json",
2025-08-20T19:15:57.6217862Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeHaVips.json",
2025-08-20T19:15:57.6218332Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeHighDefinitionMonitorLogAttribute.json",
2025-08-20T19:15:57.6218780Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeIPv6TranslatorAclListAttributes.json",
2025-08-20T19:15:57.6219188Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeIPv6TranslatorAclLists.json",
2025-08-20T19:15:57.6219545Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeIPv6TranslatorEntries.json",
2025-08-20T19:15:57.6219897Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeIPv6Translators.json",
2025-08-20T19:15:57.6220216Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeIpv6Addresses.json",
2025-08-20T19:15:57.6220565Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeIpv6EgressOnlyRules.json",
2025-08-20T19:15:57.6220931Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeIpv6GatewayAttribute.json",
2025-08-20T19:15:57.6221258Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeIpv6Gateways.json",
2025-08-20T19:15:57.6221543Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeNatGateways.json",
2025-08-20T19:15:57.6221889Z [00:02:03.455]➜  			"zh-CN/vpc/DescribeNetworkAclAttributes.json",
2025-08-20T19:15:57.6222186Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeNetworkAcls.json",
2025-08-20T19:15:57.6222740Z [00:02:03.456]➜  			"zh-CN/vpc/DescribePhysicalConnectionLOA.json",
2025-08-20T19:15:57.6223234Z [00:02:03.456]➜  			"zh-CN/vpc/DescribePhysicalConnections.json",
2025-08-20T19:15:57.6223581Z [00:02:03.456]➜  			"zh-CN/vpc/DescribePublicIpAddress.json",
2025-08-20T19:15:57.6223863Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeRegions.json",
2025-08-20T19:15:57.6224178Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeRouteEntryList.json",
2025-08-20T19:15:57.6224484Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeRouteTableList.json",
2025-08-20T19:15:57.6224896Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeRouteTables.json",
2025-08-20T19:15:57.6225304Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeRouterInterfaceAttribute.json",
2025-08-20T19:15:57.6225637Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeRouterInterfaces.json",
2025-08-20T19:15:57.6226190Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeServerRelatedGlobalAccelerationInstances.json",
2025-08-20T19:15:57.6226542Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeSnatTableEntries.json",
2025-08-20T19:15:57.6226864Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeSslVpnClientCert.json",
2025-08-20T19:15:57.6227210Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeSslVpnClientCerts.json",
2025-08-20T19:15:57.6227514Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeSslVpnClients.json",
2025-08-20T19:15:57.6227830Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeSslVpnServers.json",
2025-08-20T19:15:57.6228110Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeTagKeys.json",
2025-08-20T19:15:57.6228508Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeTagKeysForExpressConnect.json",
2025-08-20T19:15:57.6228792Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeTags.json",
2025-08-20T19:15:57.6229083Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVRouters.json",
2025-08-20T19:15:57.6229420Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVSwitchAttributes.json",
2025-08-20T19:15:57.6229718Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVSwitches.json",
2025-08-20T19:15:57.6229998Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVbrHa.json",
2025-08-20T19:15:57.6230316Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVcoRouteEntries.json",
2025-08-20T19:15:57.6230680Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVirtualBorderRouters.json",
2025-08-20T19:15:57.6231239Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json",
2025-08-20T19:15:57.6231744Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVpcAttribute.json",
2025-08-20T19:15:57.6232023Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVpcs.json",
2025-08-20T19:15:57.6232345Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVpnAttachments.json",
2025-08-20T19:15:57.6232917Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVpnConnection.json",
2025-08-20T19:15:57.6233403Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVpnConnectionLogs.json",
2025-08-20T19:15:57.6233716Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVpnConnections.json",
2025-08-20T19:15:57.6234142Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVpnCrossAccountAuthorizations.json",
2025-08-20T19:15:57.6234436Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVpnGateway.json",
2025-08-20T19:15:57.6234819Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVpnGatewayAvailableZones.json",
2025-08-20T19:15:57.6235127Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVpnGateways.json",
2025-08-20T19:15:57.6235470Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVpnPbrRouteEntries.json",
2025-08-20T19:15:57.6235791Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVpnRouteEntries.json",
2025-08-20T19:15:57.6236115Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeVpnSslServerLogs.json",
2025-08-20T19:15:57.6236382Z [00:02:03.456]➜  			"zh-CN/vpc/DescribeZones.json",
2025-08-20T19:15:57.6236739Z [00:02:03.456]➜  			"zh-CN/vpc/DetachDhcpOptionsSetFromVpc.json",
2025-08-20T19:15:57.6237068Z [00:02:03.456]➜  			"zh-CN/vpc/DiagnoseVpnConnections.json",
2025-08-20T19:15:57.6237368Z [00:02:03.456]➜  			"zh-CN/vpc/DiagnoseVpnGateway.json",
2025-08-20T19:15:57.6237692Z [00:02:03.456]➜  			"zh-CN/vpc/DisableNatGatewayEcsMetric.json",
2025-08-20T19:15:57.6238003Z [00:02:03.456]➜  			"zh-CN/vpc/DisableVpcClassicLink.json",
2025-08-20T19:15:57.6238382Z [00:02:03.456]➜  			"zh-CN/vpc/DissociateRouteTableFromGateway.json",
2025-08-20T19:15:57.6238993Z [00:02:03.456]➜  			"zh-CN/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json",
2025-08-20T19:15:57.6239442Z [00:02:03.456]➜  			"zh-CN/vpc/DissociateVpnGatewayWithCertificate.json",
2025-08-20T19:15:57.6239808Z [00:02:03.456]➜  			"zh-CN/vpc/DownloadVpnConnectionConfig.json",
2025-08-20T19:15:57.6240134Z [00:02:03.457]➜  			"zh-CN/vpc/EnableNatGatewayEcsMetric.json",
2025-08-20T19:15:57.6240463Z [00:02:03.457]➜  			"zh-CN/vpc/EnablePhysicalConnection.json",
2025-08-20T19:15:57.6240760Z [00:02:03.457]➜  			"zh-CN/vpc/EnableVpcClassicLink.json",
2025-08-20T19:15:57.6241212Z [00:02:03.457]➜  			"zh-CN/vpc/EnableVpcIpv4Gateway.json",
2025-08-20T19:15:57.6241534Z [00:02:03.457]➜  			"zh-CN/vpc/GetDhcpOptionsSet.json",
2025-08-20T19:15:57.6241866Z [00:02:03.457]➜  			"zh-CN/vpc/GetFlowLogServiceStatus.json",
2025-08-20T19:15:57.6242177Z [00:02:03.457]➜  			"zh-CN/vpc/GetIpv4GatewayAttribute.json",
2025-08-20T19:15:57.6242668Z [00:02:03.457]➜  			"zh-CN/vpc/GetNatGatewayAttribute.json",
2025-08-20T19:15:57.6243086Z [00:02:03.457]➜  			"zh-CN/vpc/GetPhysicalConnectionServiceStatus.json",
2025-08-20T19:15:57.6243446Z [00:02:03.457]➜  			"zh-CN/vpc/GetTrafficMirrorServiceStatus.json",
2025-08-20T19:15:57.6243809Z [00:02:03.457]➜  			"zh-CN/vpc/GetVSwitchCidrReservationUsage.json",
2025-08-20T19:15:57.6244180Z [00:02:03.457]➜  			"zh-CN/vpc/GetVpcGatewayEndpointAttribute.json",
2025-08-20T19:15:57.6244542Z [00:02:03.457]➜  			"zh-CN/vpc/GetVpcPrefixListAssociations.json",
2025-08-20T19:15:57.6244876Z [00:02:03.457]➜  			"zh-CN/vpc/GetVpcPrefixListEntries.json",
2025-08-20T19:15:57.6245220Z [00:02:03.457]➜  			"zh-CN/vpc/GetVpcRouteEntrySummary.json",
2025-08-20T19:15:57.6245576Z [00:02:03.457]➜  			"zh-CN/vpc/GetVpnGatewayDiagnoseResult.json",
2025-08-20T19:15:57.6245870Z [00:02:03.457]➜  			"zh-CN/vpc/GrantInstanceToCen.json",
2025-08-20T19:15:57.6246178Z [00:02:03.457]➜  			"zh-CN/vpc/GrantInstanceToVbr.json",
2025-08-20T19:15:57.6246524Z [00:02:03.457]➜  			"zh-CN/vpc/ListBusinessAccessPoints.json",
2025-08-20T19:15:57.6246842Z [00:02:03.457]➜  			"zh-CN/vpc/ListDhcpOptionsSets.json",
2025-08-20T19:15:57.6247285Z [00:02:03.457]➜  			"zh-CN/vpc/ListEnhanhcedNatGatewayAvailableZones.json",
2025-08-20T19:15:57.6247770Z [00:02:03.457]➜  			"zh-CN/vpc/ListFullNatEntries.json",
2025-08-20T19:15:57.6248150Z [00:02:03.457]➜  			"zh-CN/vpc/ListGatewayRouteTableEntries.json",
2025-08-20T19:15:57.6248485Z [00:02:03.457]➜  			"zh-CN/vpc/ListGeographicSubRegions.json",
2025-08-20T19:15:57.6248806Z [00:02:03.457]➜  			"zh-CN/vpc/ListIpsecServerLogs.json",
2025-08-20T19:15:57.6249213Z [00:02:03.457]➜  			"zh-CN/vpc/ListIpsecServers.json",
2025-08-20T19:15:57.6249497Z [00:02:03.457]➜  			"zh-CN/vpc/ListIpv4Gateways.json",
2025-08-20T19:15:57.6249784Z [00:02:03.457]➜  			"zh-CN/vpc/ListNatIpCidrs.json",
2025-08-20T19:15:57.6250053Z [00:02:03.457]➜  			"zh-CN/vpc/ListNatIps.json",
2025-08-20T19:15:57.6250375Z [00:02:03.457]➜  			"zh-CN/vpc/ListPrefixLists.json",
2025-08-20T19:15:57.6250770Z [00:02:03.457]➜  			"zh-CN/vpc/ListPublicIpAddressPoolCidrBlocks.json",
2025-08-20T19:15:57.6251104Z [00:02:03.457]➜  			"zh-CN/vpc/ListPublicIpAddressPools.json",
2025-08-20T19:15:57.6251397Z [00:02:03.457]➜  			"zh-CN/vpc/ListTagResources.json",
2025-08-20T19:15:57.6251783Z [00:02:03.457]➜  			"zh-CN/vpc/ListTagResourcesForExpressConnect.json",
2025-08-20T19:15:57.6252118Z [00:02:03.457]➜  			"zh-CN/vpc/ListTrafficMirrorFilters.json",
2025-08-20T19:15:57.6252643Z [00:02:03.457]➜  			"zh-CN/vpc/ListTrafficMirrorSessions.json",
2025-08-20T19:15:57.6253033Z [00:02:03.457]➜  			"zh-CN/vpc/ListVSwitchCidrReservations.json",
2025-08-20T19:15:57.6253428Z [00:02:03.457]➜  			"zh-CN/vpc/ListVirtualPhysicalConnections.json",
2025-08-20T19:15:57.6253822Z [00:02:03.457]➜  			"zh-CN/vpc/ListVpcEndpointServicesByEndUser.json",
2025-08-20T19:15:57.6254142Z [00:02:03.457]➜  			"zh-CN/vpc/ListVpcGatewayEndpoints.json",
2025-08-20T19:15:57.6254522Z [00:02:03.457]➜  			"zh-CN/vpc/ListVpnCertificateAssociations.json",
2025-08-20T19:15:57.6254841Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyBgpGroupAttribute.json",
2025-08-20T19:15:57.6255298Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyBgpPeerAttribute.json",
2025-08-20T19:15:57.6255724Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyCommonBandwidthPackageAttribute.json",
2025-08-20T19:15:57.6256173Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyCommonBandwidthPackageIpBandwidth.json",
2025-08-20T19:15:57.6256553Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyCommonBandwidthPackageSpec.json",
2025-08-20T19:15:57.6256936Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyCustomerGatewayAttribute.json",
2025-08-20T19:15:57.6257445Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyEipAddressAttribute.json",
2025-08-20T19:15:57.6257918Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyExpressCloudConnectionAttribute.json",
2025-08-20T19:15:57.6258337Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyExpressCloudConnectionBandwidth.json",
2025-08-20T19:15:57.6258660Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyFlowLogAttribute.json",
2025-08-20T19:15:57.6258954Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyForwardEntry.json",
2025-08-20T19:15:57.6259310Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyFullNatEntryAttribute.json",
2025-08-20T19:15:57.6259777Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyGlobalAccelerationInstanceAttributes.json",
2025-08-20T19:15:57.6260193Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyGlobalAccelerationInstanceSpec.json",
2025-08-20T19:15:57.6260497Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyHaVipAttribute.json",
2025-08-20T19:15:57.6260876Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyIPv6TranslatorAclAttribute.json",
2025-08-20T19:15:57.6261248Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyIPv6TranslatorAclListEntry.json",
2025-08-20T19:15:57.6261608Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyIPv6TranslatorAttribute.json",
2025-08-20T19:15:57.6261960Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyIPv6TranslatorBandwidth.json",
2025-08-20T19:15:57.6262299Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyIPv6TranslatorEntry.json",
2025-08-20T19:15:57.6262917Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyIpv6AddressAttribute.json",
2025-08-20T19:15:57.6263278Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyIpv6GatewayAttribute.json",
2025-08-20T19:15:57.6263649Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyIpv6InternetBandwidth.json",
2025-08-20T19:15:57.6263986Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyNatGatewayAttribute.json",
2025-08-20T19:15:57.6264434Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyNatGatewaySpec.json",
2025-08-20T19:15:57.6264738Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyNatIpAttribute.json",
2025-08-20T19:15:57.6265057Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyNatIpCidrAttribute.json",
2025-08-20T19:15:57.6265412Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyNetworkAclAttributes.json",
2025-08-20T19:15:57.6265952Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyPhysicalConnectionAttribute.json",
2025-08-20T19:15:57.6266282Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyRouteEntry.json",
2025-08-20T19:15:57.6266635Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyRouteTableAttributes.json",
2025-08-20T19:15:57.6267011Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyRouterInterfaceAttribute.json",
2025-08-20T19:15:57.6267347Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyRouterInterfaceSpec.json",
2025-08-20T19:15:57.6267645Z [00:02:03.457]➜  			"zh-CN/vpc/ModifySnatEntry.json",
2025-08-20T19:15:57.6267964Z [00:02:03.457]➜  			"zh-CN/vpc/ModifySslVpnClientCert.json",
2025-08-20T19:15:57.6268313Z [00:02:03.457]➜  			"zh-CN/vpc/ModifySslVpnServer.json",
2025-08-20T19:15:57.6268632Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyTunnelAttribute.json",
2025-08-20T19:15:57.6269002Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVRouterAttribute.json",
2025-08-20T19:15:57.6269319Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVSwitchAttribute.json",
2025-08-20T19:15:57.6269753Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVSwitchCidrReservationAttribute.json",
2025-08-20T19:15:57.6270091Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVcoRouteEntryWeight.json",
2025-08-20T19:15:57.6270478Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVirtualBorderRouterAttribute.json",
2025-08-20T19:15:57.6270776Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVpcAttribute.json",
2025-08-20T19:15:57.6271082Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVpcPrefixList.json",
2025-08-20T19:15:57.6271588Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVpnAttachmentAttribute.json",
2025-08-20T19:15:57.6271951Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVpnConnectionAttribute.json",
2025-08-20T19:15:57.6272308Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVpnGatewayAttribute.json",
2025-08-20T19:15:57.6272863Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVpnPbrRouteEntryAttribute.json",
2025-08-20T19:15:57.6273265Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVpnPbrRouteEntryPriority.json",
2025-08-20T19:15:57.6273768Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVpnPbrRouteEntryWeight.json",
2025-08-20T19:15:57.6274142Z [00:02:03.457]➜  			"zh-CN/vpc/ModifyVpnRouteEntryWeight.json",
2025-08-20T19:15:57.6274438Z [00:02:03.457]➜  			"zh-CN/vpc/MoveResourceGroup.json",
2025-08-20T19:15:57.6274750Z [00:02:03.457]➜  			"zh-CN/vpc/MoveVpnResourceGroup.json",
2025-08-20T19:15:57.6275044Z [00:02:03.457]➜  			"zh-CN/vpc/OpenFlowLogService.json",
2025-08-20T19:15:57.6275412Z [00:02:03.457]➜  			"zh-CN/vpc/OpenPhysicalConnectionService.json",
2025-08-20T19:15:57.6275752Z [00:02:03.457]➜  			"zh-CN/vpc/OpenTrafficMirrorService.json",
2025-08-20T19:15:57.6276062Z [00:02:03.457]➜  			"zh-CN/vpc/PublishVpnRouteEntry.json",
2025-08-20T19:15:57.6276617Z [00:02:03.457]➜  			"zh-CN/vpc/RecoverPhysicalConnection.json",
2025-08-20T19:15:57.6276949Z [00:02:03.457]➜  			"zh-CN/vpc/RecoverVirtualBorderRouter.json",
2025-08-20T19:15:57.6277231Z [00:02:03.457]➜  			"zh-CN/vpc/ReleaseEipAddress.json",
2025-08-20T19:15:57.6277550Z [00:02:03.457]➜  			"zh-CN/vpc/ReleaseEipSegmentAddress.json",
2025-08-20T19:15:57.6277861Z [00:02:03.457]➜  			"zh-CN/vpc/ReleaseIpv6Address.json",
2025-08-20T19:15:57.6278234Z [00:02:03.457]➜  			"zh-CN/vpc/RemoveCommonBandwidthPackageIp.json",
2025-08-20T19:15:57.6278636Z [00:02:03.457]➜  			"zh-CN/vpc/RemoveGlobalAccelerationInstanceIp.json",
2025-08-20T19:15:57.6279028Z [00:02:03.457]➜  			"zh-CN/vpc/RemoveIPv6TranslatorAclListEntry.json",
2025-08-20T19:15:57.6279458Z [00:02:03.457]➜  			"zh-CN/vpc/RemoveSourcesFromTrafficMirrorSession.json",
2025-08-20T19:15:57.6279824Z [00:02:03.457]➜  			"zh-CN/vpc/ReplaceVpcDhcpOptionsSet.json",
2025-08-20T19:15:57.6280196Z [00:02:03.457]➜  			"zh-CN/vpc/RetryVpcPrefixListAssociation.json",
2025-08-20T19:15:57.6280563Z [00:02:03.457]➜  			"zh-CN/vpc/RevokeInstanceFromCen.json",
2025-08-20T19:15:57.6280895Z [00:02:03.457]➜  			"zh-CN/vpc/RevokeInstanceFromVbr.json",
2025-08-20T19:15:57.6281319Z [00:02:03.457]➜  			"zh-CN/vpc/SecondApplyPhysicalConnectionLOA.json",
2025-08-20T19:15:57.6281754Z [00:02:03.457]➜  			"zh-CN/vpc/SetHighDefinitionMonitorLogStatus.json",
2025-08-20T19:15:57.6282336Z [00:02:03.457]➜  			"zh-CN/vpc/StartFailoverTestJob.json",
2025-08-20T19:15:57.6282969Z [00:02:03.457]➜  			"zh-CN/vpc/StopFailoverTestJob.json",
2025-08-20T19:15:57.6283268Z [00:02:03.457]➜  			"zh-CN/vpc/TagResources.json",
2025-08-20T19:15:57.6283626Z [00:02:03.457]➜  			"zh-CN/vpc/TagResourcesForExpressConnect.json",
2025-08-20T19:15:57.6283978Z [00:02:03.457]➜  			"zh-CN/vpc/TerminatePhysicalConnection.json",
2025-08-20T19:15:57.6284525Z [00:02:03.457]➜  			"zh-CN/vpc/TerminateVirtualBorderRouter.json",
2025-08-20T19:15:57.6284816Z [00:02:03.457]➜  			"zh-CN/vpc/UnTagResources.json",
2025-08-20T19:15:57.6285134Z [00:02:03.457]➜  			"zh-CN/vpc/UnassociateEipAddress.json",
2025-08-20T19:15:57.6285551Z [00:02:03.457]➜  			"zh-CN/vpc/UnassociateGlobalAccelerationInstance.json",
2025-08-20T19:15:57.6285851Z [00:02:03.457]➜  			"zh-CN/vpc/UnassociateHaVip.json",
2025-08-20T19:15:57.6286149Z [00:02:03.457]➜  			"zh-CN/vpc/UnassociateNetworkAcl.json",
2025-08-20T19:15:57.6286764Z [00:02:03.457]➜  			"zh-CN/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json",
2025-08-20T19:15:57.6287091Z [00:02:03.457]➜  			"zh-CN/vpc/UnassociateRouteTable.json",
2025-08-20T19:15:57.6287428Z [00:02:03.457]➜  			"zh-CN/vpc/UnassociateVpcCidrBlock.json",
2025-08-20T19:15:57.6287793Z [00:02:03.457]➜  			"zh-CN/vpc/UntagResourcesForExpressConnect.json",
2025-08-20T19:15:57.6288162Z [00:02:03.457]➜  			"zh-CN/vpc/UpdateDhcpOptionsSetAttribute.json",
2025-08-20T19:15:57.6288473Z [00:02:03.457]➜  			"zh-CN/vpc/UpdateFailoverTestJob.json",
2025-08-20T19:15:57.6288889Z [00:02:03.457]➜  			"zh-CN/vpc/UpdateGatewayRouteTableEntryAttribute.json",
2025-08-20T19:15:57.6289187Z [00:02:03.457]➜  			"zh-CN/vpc/UpdateIpsecServer.json",
2025-08-20T19:15:57.6289529Z [00:02:03.457]➜  			"zh-CN/vpc/UpdateIpv4GatewayAttribute.json",
2025-08-20T19:15:57.6289848Z [00:02:03.457]➜  			"zh-CN/vpc/UpdateNatGatewayNatType.json",
2025-08-20T19:15:57.6290294Z [00:02:03.457]➜  			"zh-CN/vpc/UpdateNetworkAclEntries.json",
2025-08-20T19:15:57.6290705Z [00:02:03.457]➜  			"zh-CN/vpc/UpdatePublicIpAddressPoolAttribute.json",
2025-08-20T19:15:57.6291095Z [00:02:03.457]➜  			"zh-CN/vpc/UpdateTrafficMirrorFilterAttribute.json",
2025-08-20T19:15:57.6291501Z [00:02:03.457]➜  			"zh-CN/vpc/UpdateTrafficMirrorFilterRuleAttribute.json",
2025-08-20T19:15:57.6291902Z [00:02:03.457]➜  			"zh-CN/vpc/UpdateTrafficMirrorSessionAttribute.json",
2025-08-20T19:15:57.6292252Z [00:02:03.457]➜  			"zh-CN/vpc/UpdateVirtualBorderBandwidth.json",
2025-08-20T19:15:57.6292826Z [00:02:03.457]➜  			"zh-CN/vpc/UpdateVirtualPhysicalConnection.json",
2025-08-20T19:15:57.6293375Z [00:02:03.457]➜  			"zh-CN/vpc/UpdateVpcGatewayEndpointAttribute.json",
2025-08-20T19:15:57.6293887Z [00:02:03.457]➜  			"zh-CN/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json",
2025-08-20T19:15:57.6294139Z [00:02:03.457]➜  			"zh-CN/vpc/version.json",
2025-08-20T19:15:57.6294494Z [00:02:03.457]➜  			"zh-CN/vpcpeer/AcceptVpcPeerConnection.json",
2025-08-20T19:15:57.6294854Z [00:02:03.457]➜  			"zh-CN/vpcpeer/CreateVpcPeerConnection.json",
2025-08-20T19:15:57.6295198Z [00:02:03.457]➜  			"zh-CN/vpcpeer/DeleteVpcPeerConnection.json",
2025-08-20T19:15:57.6295586Z [00:02:03.457]➜  			"zh-CN/vpcpeer/GetVpcPeerConnectionAttribute.json",
2025-08-20T19:15:57.6295896Z [00:02:03.457]➜  			"zh-CN/vpcpeer/ListTagResources.json",
2025-08-20T19:15:57.6296220Z [00:02:03.457]➜  			"zh-CN/vpcpeer/ListVpcPeerConnections.json",
2025-08-20T19:15:57.6296563Z [00:02:03.457]➜  			"zh-CN/vpcpeer/ModifyVpcPeerConnection.json",
2025-08-20T19:15:57.6296876Z [00:02:03.457]➜  			"zh-CN/vpcpeer/MoveResourceGroup.json",
2025-08-20T19:15:57.6297221Z [00:02:03.457]➜  			"zh-CN/vpcpeer/RejectVpcPeerConnection.json",
2025-08-20T19:15:57.6297502Z [00:02:03.457]➜  			"zh-CN/vpcpeer/TagResources.json",
2025-08-20T19:15:57.6297796Z [00:02:03.457]➜  			"zh-CN/vpcpeer/UnTagResources.json",
2025-08-20T19:15:57.6298049Z [00:02:03.457]➜  			"zh-CN/vpcpeer/version.json",
2025-08-20T19:15:57.6298540Z [00:02:03.457]➜  			"zh-CN/waf-openapi/CreateCertificate.json",
2025-08-20T19:15:57.6298969Z [00:02:03.457]➜  			"zh-CN/waf-openapi/CreateCertificateByCertificateId.json",
2025-08-20T19:15:57.6299283Z [00:02:03.457]➜  			"zh-CN/waf-openapi/CreateDomain.json",
2025-08-20T19:15:57.6299673Z [00:02:03.457]➜  			"zh-CN/waf-openapi/CreateProtectionModuleRule.json",
2025-08-20T19:15:57.6299978Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DeleteDomain.json",
2025-08-20T19:15:57.6300391Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DeleteInstance.json",
2025-08-20T19:15:57.6300781Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DeleteProtectionModuleRule.json",
2025-08-20T19:15:57.6301141Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeCertMatchStatus.json",
2025-08-20T19:15:57.6301483Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeCertificates.json",
2025-08-20T19:15:57.6301782Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeDomain.json",
2025-08-20T19:15:57.6302237Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeDomainAdvanceConfigs.json",
2025-08-20T19:15:57.6302811Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeDomainBasicConfigs.json",
2025-08-20T19:15:57.6303164Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeDomainList.json",
2025-08-20T19:15:57.6303493Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeDomainNames.json",
2025-08-20T19:15:57.6303883Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeDomainRuleGroup.json",
2025-08-20T19:15:57.6304243Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeInstanceInfo.json",
2025-08-20T19:15:57.6304639Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeInstanceSpecInfo.json",
2025-08-20T19:15:57.6305008Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeLogServiceStatus.json",
2025-08-20T19:15:57.6305478Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeProtectionModuleCodeConfig.json",
2025-08-20T19:15:57.6305874Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeProtectionModuleMode.json",
2025-08-20T19:15:57.6306285Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeProtectionModuleRules.json",
2025-08-20T19:15:57.6306867Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeProtectionModuleStatus.json",
2025-08-20T19:15:57.6307293Z [00:02:03.457]➜  			"zh-CN/waf-openapi/DescribeWafSourceIpSegment.json",
2025-08-20T19:15:57.6307610Z [00:02:03.457]➜  			"zh-CN/waf-openapi/ModifyDomain.json",
2025-08-20T19:15:57.6307968Z [00:02:03.457]➜  			"zh-CN/waf-openapi/ModifyDomainIpv6Status.json",
2025-08-20T19:15:57.6308345Z [00:02:03.457]➜  			"zh-CN/waf-openapi/ModifyLogRetrievalStatus.json",
2025-08-20T19:15:57.6308719Z [00:02:03.457]➜  			"zh-CN/waf-openapi/ModifyLogServiceStatus.json",
2025-08-20T19:15:57.6309125Z [00:02:03.457]➜  			"zh-CN/waf-openapi/ModifyProtectionModuleMode.json",
2025-08-20T19:15:57.6309649Z [00:02:03.457]➜  			"zh-CN/waf-openapi/ModifyProtectionModuleRule.json",
2025-08-20T19:15:57.6310045Z [00:02:03.457]➜  			"zh-CN/waf-openapi/ModifyProtectionModuleStatus.json",
2025-08-20T19:15:57.6310464Z [00:02:03.457]➜  			"zh-CN/waf-openapi/ModifyProtectionRuleCacheStatus.json",
2025-08-20T19:15:57.6310864Z [00:02:03.457]➜  			"zh-CN/waf-openapi/ModifyProtectionRuleStatus.json",
2025-08-20T19:15:57.6311193Z [00:02:03.457]➜  			"zh-CN/waf-openapi/MoveResourceGroup.json",
2025-08-20T19:15:57.6311530Z [00:02:03.457]➜  			"zh-CN/waf-openapi/SetDomainRuleGroup.json",
2025-08-20T19:15:57.6311819Z [00:02:03.457]➜  			"zh-CN/waf-openapi/version.json",
2025-08-20T19:15:57.6312217Z [00:02:03.457]➜  			"zh-CN/yundun-bastionhost/AcceptApproveCommand.json",
2025-08-20T19:15:57.6312889Z [00:02:03.457]➜  			"zh-CN/yundun-bastionhost/AcceptOperationTicket.json",
2025-08-20T19:15:57.6313275Z [00:02:03.457]➜  			"zh-CN/yundun-bastionhost/AddHostsToGroup.json",
2025-08-20T19:15:57.6313641Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/AddUsersToGroup.json",
2025-08-20T19:15:57.6314134Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/AttachHostAccountsToHostShareKey.json",
2025-08-20T19:15:57.6314543Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/AttachHostAccountsToUser.json",
2025-08-20T19:15:57.6315008Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/AttachHostAccountsToUserGroup.json",
2025-08-20T19:15:57.6315608Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/AttachHostGroupAccountsToUser.json",
2025-08-20T19:15:57.6316114Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json",
2025-08-20T19:15:57.6316565Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ConfigInstanceSecurityGroups.json",
2025-08-20T19:15:57.6316975Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ConfigInstanceWhiteList.json",
2025-08-20T19:15:57.6317459Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/CreateHost.json",
2025-08-20T19:15:57.6317877Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/CreateHostAccount.json",
2025-08-20T19:15:57.6318241Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/CreateHostGroup.json",
2025-08-20T19:15:57.6318603Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/CreateHostShareKey.json",
2025-08-20T19:15:57.6318911Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/CreateUser.json",
2025-08-20T19:15:57.6319272Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/CreateUserGroup.json",
2025-08-20T19:15:57.6319657Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/CreateUserPublicKey.json",
2025-08-20T19:15:57.6319974Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DeleteHost.json",
2025-08-20T19:15:57.6320315Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DeleteHostAccount.json",
2025-08-20T19:15:57.6320667Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DeleteHostGroup.json",
2025-08-20T19:15:57.6321049Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DeleteHostShareKey.json",
2025-08-20T19:15:57.6321374Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DeleteUser.json",
2025-08-20T19:15:57.6321715Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DeleteUserGroup.json",
2025-08-20T19:15:57.6322092Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DeleteUserPublicKey.json",
2025-08-20T19:15:57.6322699Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DescribeInstanceAttribute.json",
2025-08-20T19:15:57.6323212Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DescribeInstances.json",
2025-08-20T19:15:57.6323604Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DescribeRegions.json",
2025-08-20T19:15:57.6324117Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json",
2025-08-20T19:15:57.6324536Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DetachHostAccountsFromUser.json",
2025-08-20T19:15:57.6324994Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DetachHostAccountsFromUserGroup.json",
2025-08-20T19:15:57.6325454Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DetachHostGroupAccountsFromUser.json",
2025-08-20T19:15:57.6325968Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json",
2025-08-20T19:15:57.6326533Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/DisableInstancePublicAccess.json",
2025-08-20T19:15:57.6326963Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/EnableInstancePublicAccess.json",
2025-08-20T19:15:57.6327281Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/GetHost.json",
2025-08-20T19:15:57.6327662Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/GetHostAccount.json",
2025-08-20T19:15:57.6328006Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/GetHostGroup.json",
2025-08-20T19:15:57.6328363Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/GetHostShareKey.json",
2025-08-20T19:15:57.6328770Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/GetInstanceADAuthServer.json",
2025-08-20T19:15:57.6329196Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/GetInstanceLDAPAuthServer.json",
2025-08-20T19:15:57.6329589Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/GetInstanceTwoFactor.json",
2025-08-20T19:15:57.6329906Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/GetUser.json",
2025-08-20T19:15:57.6330247Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/GetUserGroup.json",
2025-08-20T19:15:57.6330620Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListApproveCommands.json",
2025-08-20T19:15:57.6330972Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListHostAccounts.json",
2025-08-20T19:15:57.6331456Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListHostAccountsForHostShareKey.json",
2025-08-20T19:15:57.6332021Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListHostAccountsForUser.json",
2025-08-20T19:15:57.6332706Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListHostAccountsForUserGroup.json",
2025-08-20T19:15:57.6333227Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListHostGroupAccountNamesForUser.json",
2025-08-20T19:15:57.6333958Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json",
2025-08-20T19:15:57.6334337Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListHostGroups.json",
2025-08-20T19:15:57.6334760Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListHostGroupsForUser.json",
2025-08-20T19:15:57.6335195Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListHostGroupsForUserGroup.json",
2025-08-20T19:15:57.6335564Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListHostShareKeys.json",
2025-08-20T19:15:57.6335888Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListHosts.json",
2025-08-20T19:15:57.6336268Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListHostsForUser.json",
2025-08-20T19:15:57.6336662Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListHostsForUserGroup.json",
2025-08-20T19:15:57.6337056Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListOperationTickets.json",
2025-08-20T19:15:57.6337380Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListTagKeys.json",
2025-08-20T19:15:57.6337759Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListTagResources.json",
2025-08-20T19:15:57.6338114Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListUserGroups.json",
2025-08-20T19:15:57.6338490Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListUserPublicKeys.json",
2025-08-20T19:15:57.6338817Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ListUsers.json",
2025-08-20T19:15:57.6339132Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/LockUsers.json",
2025-08-20T19:15:57.6339445Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ModifyHost.json",
2025-08-20T19:15:57.6339935Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ModifyHostAccount.json",
2025-08-20T19:15:57.6340298Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ModifyHostGroup.json",
2025-08-20T19:15:57.6340672Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ModifyHostShareKey.json",
2025-08-20T19:15:57.6341132Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ModifyHostsActiveAddressType.json",
2025-08-20T19:15:57.6341490Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ModifyHostsPort.json",
2025-08-20T19:15:57.6341911Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ModifyInstanceADAuthServer.json",
2025-08-20T19:15:57.6342324Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ModifyInstanceAttribute.json",
2025-08-20T19:15:57.6343178Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json",
2025-08-20T19:15:57.6343618Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ModifyInstanceTwoFactor.json",
2025-08-20T19:15:57.6343974Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ModifyUser.json",
2025-08-20T19:15:57.6344358Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ModifyUserGroup.json",
2025-08-20T19:15:57.6344767Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/MoveResourceGroup.json",
2025-08-20T19:15:57.6345180Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/RejectApproveCommand.json",
2025-08-20T19:15:57.6345585Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/RejectOperationTicket.json",
2025-08-20T19:15:57.6345966Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/RemoveHostsFromGroup.json",
2025-08-20T19:15:57.6346375Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/RemoveUsersFromGroup.json",
2025-08-20T19:15:57.6346815Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/ResetHostAccountCredential.json",
2025-08-20T19:15:57.6347168Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/StartInstance.json",
2025-08-20T19:15:57.6347498Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/TagResources.json",
2025-08-20T19:15:57.6347838Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/UnlockUsers.json",
2025-08-20T19:15:57.6348188Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/UntagResources.json",
2025-08-20T19:15:57.6348660Z [00:02:03.458]➜  			"zh-CN/yundun-bastionhost/version.json"
2025-08-20T19:15:57.6348847Z [00:02:03.458]➜  		]
2025-08-20T19:15:57.6349029Z [00:02:03.458]➜  	},
2025-08-20T19:15:57.6349240Z [00:02:03.458]➜  	"Files": {
2025-08-20T19:15:57.6350414Z [00:02:03.458]➜  		"en-US/actiontrail/CreateDeliveryHistoryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/CreateDeliveryHistoryJob.json",
2025-08-20T19:15:57.6351500Z [00:02:03.458]➜  		"en-US/actiontrail/CreateTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/CreateTrail.json",
2025-08-20T19:15:57.6352926Z [00:02:03.458]➜  		"en-US/actiontrail/DeleteDeliveryHistoryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/DeleteDeliveryHistoryJob.json",
2025-08-20T19:15:57.6353869Z [00:02:03.458]➜  		"en-US/actiontrail/DeleteTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/DeleteTrail.json",
2025-08-20T19:15:57.6354880Z [00:02:03.458]➜  		"en-US/actiontrail/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/DescribeRegions.json",
2025-08-20T19:15:57.6355864Z [00:02:03.458]➜  		"en-US/actiontrail/DescribeTrails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/DescribeTrails.json",
2025-08-20T19:15:57.6357079Z [00:02:03.458]➜  		"en-US/actiontrail/GetAccessKeyLastUsedEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedEvents.json",
2025-08-20T19:15:57.6358241Z [00:02:03.458]➜  		"en-US/actiontrail/GetAccessKeyLastUsedInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedInfo.json",
2025-08-20T19:15:57.6359394Z [00:02:03.458]➜  		"en-US/actiontrail/GetAccessKeyLastUsedIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedIps.json",
2025-08-20T19:15:57.6360801Z [00:02:03.458]➜  		"en-US/actiontrail/GetAccessKeyLastUsedProducts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedProducts.json",
2025-08-20T19:15:57.6362085Z [00:02:03.458]➜  		"en-US/actiontrail/GetAccessKeyLastUsedResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedResources.json",
2025-08-20T19:15:57.6363345Z [00:02:03.458]➜  		"en-US/actiontrail/GetDeliveryHistoryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetDeliveryHistoryJob.json",
2025-08-20T19:15:57.6364591Z [00:02:03.458]➜  		"en-US/actiontrail/GetGlobalEventsStorageRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetGlobalEventsStorageRegion.json",
2025-08-20T19:15:57.6365744Z [00:02:03.458]➜  		"en-US/actiontrail/GetTrailStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetTrailStatus.json",
2025-08-20T19:15:57.6366895Z [00:02:03.458]➜  		"en-US/actiontrail/ListDeliveryHistoryJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/ListDeliveryHistoryJobs.json",
2025-08-20T19:15:57.6367834Z [00:02:03.458]➜  		"en-US/actiontrail/LookupEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/LookupEvents.json",
2025-08-20T19:15:57.6368757Z [00:02:03.458]➜  		"en-US/actiontrail/StartLogging.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/StartLogging.json",
2025-08-20T19:15:57.6369679Z [00:02:03.458]➜  		"en-US/actiontrail/StopLogging.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/StopLogging.json",
2025-08-20T19:15:57.6370965Z [00:02:03.458]➜  		"en-US/actiontrail/UpdateGlobalEventsStorageRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/UpdateGlobalEventsStorageRegion.json",
2025-08-20T19:15:57.6371880Z [00:02:03.458]➜  		"en-US/actiontrail/UpdateTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/UpdateTrail.json",
2025-08-20T19:15:57.6373108Z [00:02:03.458]➜  		"en-US/actiontrail/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/version.json",
2025-08-20T19:15:57.6374253Z [00:02:03.458]➜  		"en-US/adb/AllocateClusterPublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/AllocateClusterPublicConnection.json",
2025-08-20T19:15:57.6375234Z [00:02:03.458]➜  		"en-US/adb/ApplyAdviceById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ApplyAdviceById.json",
2025-08-20T19:15:57.6376076Z [00:02:03.458]➜  		"en-US/adb/AttachUserENI.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/AttachUserENI.json",
2025-08-20T19:15:57.6377092Z [00:02:03.458]➜  		"en-US/adb/BatchApplyAdviceByIdList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/BatchApplyAdviceByIdList.json",
2025-08-20T19:15:57.6378295Z [00:02:03.458]➜  		"en-US/adb/BindDBResourceGroupWithUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/BindDBResourceGroupWithUser.json",
2025-08-20T19:15:57.6379379Z [00:02:03.458]➜  		"en-US/adb/BindDBResourcePoolWithUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/BindDBResourcePoolWithUser.json",
2025-08-20T19:15:57.6380197Z [00:02:03.458]➜  		"en-US/adb/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateAccount.json",
2025-08-20T19:15:57.6381062Z [00:02:03.458]➜  		"en-US/adb/CreateDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateDBCluster.json",
2025-08-20T19:15:57.6381999Z [00:02:03.458]➜  		"en-US/adb/CreateDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateDBResourceGroup.json",
2025-08-20T19:15:57.6383109Z [00:02:03.458]➜  		"en-US/adb/CreateDBResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateDBResourcePool.json",
2025-08-20T19:15:57.6383999Z [00:02:03.458]➜  		"en-US/adb/CreateElasticPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateElasticPlan.json",
2025-08-20T19:15:57.6384806Z [00:02:03.458]➜  		"en-US/adb/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteAccount.json",
2025-08-20T19:15:57.6385644Z [00:02:03.458]➜  		"en-US/adb/DeleteDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteDBCluster.json",
2025-08-20T19:15:57.6386611Z [00:02:03.458]➜  		"en-US/adb/DeleteDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteDBResourceGroup.json",
2025-08-20T19:15:57.6387554Z [00:02:03.458]➜  		"en-US/adb/DeleteDBResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteDBResourcePool.json",
2025-08-20T19:15:57.6388602Z [00:02:03.458]➜  		"en-US/adb/DeleteElasticPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteElasticPlan.json",
2025-08-20T19:15:57.6389478Z [00:02:03.458]➜  		"en-US/adb/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAccounts.json",
2025-08-20T19:15:57.6390560Z [00:02:03.458]➜  		"en-US/adb/DescribeAdviceServiceEnabled.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAdviceServiceEnabled.json",
2025-08-20T19:15:57.6391472Z [00:02:03.458]➜  		"en-US/adb/DescribeAllAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAllAccounts.json",
2025-08-20T19:15:57.6392692Z [00:02:03.458]➜  		"en-US/adb/DescribeAllDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAllDataSource.json",
2025-08-20T19:15:57.6393701Z [00:02:03.458]➜  		"en-US/adb/DescribeAppliedAdvices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAppliedAdvices.json",
2025-08-20T19:15:57.6394680Z [00:02:03.458]➜  		"en-US/adb/DescribeAuditLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAuditLogConfig.json",
2025-08-20T19:15:57.6395639Z [00:02:03.458]➜  		"en-US/adb/DescribeAuditLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAuditLogRecords.json",
2025-08-20T19:15:57.6396816Z [00:02:03.458]➜  		"en-US/adb/DescribeAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAutoRenewAttribute.json",
2025-08-20T19:15:57.6397833Z [00:02:03.458]➜  		"en-US/adb/DescribeAvailableAdvices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAvailableAdvices.json",
2025-08-20T19:15:57.6398981Z [00:02:03.458]➜  		"en-US/adb/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAvailableResource.json",
2025-08-20T19:15:57.6399934Z [00:02:03.458]➜  		"en-US/adb/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeBackupPolicy.json",
2025-08-20T19:15:57.6400766Z [00:02:03.458]➜  		"en-US/adb/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeBackups.json",
2025-08-20T19:15:57.6401739Z [00:02:03.458]➜  		"en-US/adb/DescribeColumns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeColumns.json",
2025-08-20T19:15:57.6403028Z [00:02:03.458]➜  		"en-US/adb/DescribeComputeResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeComputeResource.json",
2025-08-20T19:15:57.6404168Z [00:02:03.458]➜  		"en-US/adb/DescribeConnectionCountRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeConnectionCountRecords.json",
2025-08-20T19:15:57.6405336Z [00:02:03.458]➜  		"en-US/adb/DescribeDBClusterAccessWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterAccessWhiteList.json",
2025-08-20T19:15:57.6406380Z [00:02:03.458]➜  		"en-US/adb/DescribeDBClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterAttribute.json",
2025-08-20T19:15:57.6407501Z [00:02:03.458]➜  		"en-US/adb/DescribeDBClusterHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterHealthStatus.json",
2025-08-20T19:15:57.6408516Z [00:02:03.458]➜  		"en-US/adb/DescribeDBClusterNetInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterNetInfo.json",
2025-08-20T19:15:57.6409638Z [00:02:03.458]➜  		"en-US/adb/DescribeDBClusterPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterPerformance.json",
2025-08-20T19:15:57.6411006Z [00:02:03.458]➜  		"en-US/adb/DescribeDBClusterResourcePoolPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterResourcePoolPerformance.json",
2025-08-20T19:15:57.6412179Z [00:02:03.458]➜  		"en-US/adb/DescribeDBClusterStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterStatus.json",
2025-08-20T19:15:57.6413284Z [00:02:03.458]➜  		"en-US/adb/DescribeDBClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusters.json",
2025-08-20T19:15:57.6414282Z [00:02:03.458]➜  		"en-US/adb/DescribeDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBResourceGroup.json",
2025-08-20T19:15:57.6415229Z [00:02:03.458]➜  		"en-US/adb/DescribeDBResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBResourcePool.json",
2025-08-20T19:15:57.6416295Z [00:02:03.458]➜  		"en-US/adb/DescribeDiagnosisDimensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisDimensions.json",
2025-08-20T19:15:57.6417516Z [00:02:03.458]➜  		"en-US/adb/DescribeDiagnosisMonitorPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisMonitorPerformance.json",
2025-08-20T19:15:57.6418522Z [00:02:03.458]➜  		"en-US/adb/DescribeDiagnosisRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisRecords.json",
2025-08-20T19:15:57.6419529Z [00:02:03.458]➜  		"en-US/adb/DescribeDiagnosisSQLInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisSQLInfo.json",
2025-08-20T19:15:57.6420655Z [00:02:03.458]➜  		"en-US/adb/DescribeDiagnosisTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisTasks.json",
2025-08-20T19:15:57.6421645Z [00:02:03.458]➜  		"en-US/adb/DescribeDownloadRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDownloadRecords.json",
2025-08-20T19:15:57.6423099Z [00:02:03.458]➜  		"en-US/adb/DescribeEIURange.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeEIURange.json",
2025-08-20T19:15:57.6424189Z [00:02:03.458]➜  		"en-US/adb/DescribeElasticDailyPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeElasticDailyPlan.json",
2025-08-20T19:15:57.6425112Z [00:02:03.458]➜  		"en-US/adb/DescribeElasticPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeElasticPlan.json",
2025-08-20T19:15:57.6426216Z [00:02:03.458]➜  		"en-US/adb/DescribeInclinedTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeInclinedTables.json",
2025-08-20T19:15:57.6427282Z [00:02:03.458]➜  		"en-US/adb/DescribeLoadTasksRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeLoadTasksRecords.json",
2025-08-20T19:15:57.6428326Z [00:02:03.458]➜  		"en-US/adb/DescribeMaintenanceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeMaintenanceAction.json",
2025-08-20T19:15:57.6429366Z [00:02:03.458]➜  		"en-US/adb/DescribeOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeOperatorPermission.json",
2025-08-20T19:15:57.6430423Z [00:02:03.458]➜  		"en-US/adb/DescribePatternPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribePatternPerformance.json",
2025-08-20T19:15:57.6431309Z [00:02:03.458]➜  		"en-US/adb/DescribeProcessList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeProcessList.json",
2025-08-20T19:15:57.6432159Z [00:02:03.458]➜  		"en-US/adb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeRegions.json",
2025-08-20T19:15:57.6433348Z [00:02:03.458]➜  		"en-US/adb/DescribeResubmitConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeResubmitConfig.json",
2025-08-20T19:15:57.6434232Z [00:02:03.458]➜  		"en-US/adb/DescribeSQAConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSQAConfig.json",
2025-08-20T19:15:57.6435141Z [00:02:03.458]➜  		"en-US/adb/DescribeSQLPatterns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSQLPatterns.json",
2025-08-20T19:15:57.6436158Z [00:02:03.458]➜  		"en-US/adb/DescribeSQLPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSQLPlan.json",
2025-08-20T19:15:57.6437078Z [00:02:03.458]➜  		"en-US/adb/DescribeSQLPlanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSQLPlanTask.json",
2025-08-20T19:15:57.6437932Z [00:02:03.458]➜  		"en-US/adb/DescribeSchemas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSchemas.json",
2025-08-20T19:15:57.6438884Z [00:02:03.458]➜  		"en-US/adb/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSlowLogRecords.json",
2025-08-20T19:15:57.6439793Z [00:02:03.458]➜  		"en-US/adb/DescribeSlowLogTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSlowLogTrend.json",
2025-08-20T19:15:57.6440719Z [00:02:03.458]➜  		"en-US/adb/DescribeSqlPattern.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSqlPattern.json",
2025-08-20T19:15:57.6441704Z [00:02:03.458]➜  		"en-US/adb/DescribeTableAccessCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTableAccessCount.json",
2025-08-20T19:15:57.6442803Z [00:02:03.458]➜  		"en-US/adb/DescribeTableDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTableDetail.json",
2025-08-20T19:15:57.6444155Z [00:02:03.458]➜  		"en-US/adb/DescribeTablePartitionDiagnose.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTablePartitionDiagnose.json",
2025-08-20T19:15:57.6445149Z [00:02:03.458]➜  		"en-US/adb/DescribeTableStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTableStatistics.json",
2025-08-20T19:15:57.6446123Z [00:02:03.458]➜  		"en-US/adb/DescribeTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTables.json",
2025-08-20T19:15:57.6447041Z [00:02:03.458]➜  		"en-US/adb/DescribeTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTaskInfo.json",
2025-08-20T19:15:57.6447922Z [00:02:03.458]➜  		"en-US/adb/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeVSwitches.json",
2025-08-20T19:15:57.6448847Z [00:02:03.458]➜  		"en-US/adb/DetachUserENI.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DetachUserENI.json",
2025-08-20T19:15:57.6449788Z [00:02:03.458]➜  		"en-US/adb/DisableAdviceService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DisableAdviceService.json",
2025-08-20T19:15:57.6450790Z [00:02:03.458]➜  		"en-US/adb/DownloadDiagnosisRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DownloadDiagnosisRecords.json",
2025-08-20T19:15:57.6451723Z [00:02:03.458]➜  		"en-US/adb/EnableAdviceService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/EnableAdviceService.json",
2025-08-20T19:15:57.6452923Z [00:02:03.458]➜  		"en-US/adb/GrantOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/GrantOperatorPermission.json",
2025-08-20T19:15:57.6453735Z [00:02:03.458]➜  		"en-US/adb/KillProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/KillProcess.json",
2025-08-20T19:15:57.6454581Z [00:02:03.458]➜  		"en-US/adb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ListTagResources.json",
2025-08-20T19:15:57.6455437Z [00:02:03.458]➜  		"en-US/adb/MigrateDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/MigrateDBCluster.json",
2025-08-20T19:15:57.6456448Z [00:02:03.458]➜  		"en-US/adb/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyAccountDescription.json",
2025-08-20T19:15:57.6457402Z [00:02:03.458]➜  		"en-US/adb/ModifyAuditLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyAuditLogConfig.json",
2025-08-20T19:15:57.6458413Z [00:02:03.459]➜  		"en-US/adb/ModifyAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyAutoRenewAttribute.json",
2025-08-20T19:15:57.6459489Z [00:02:03.459]➜  		"en-US/adb/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyBackupPolicy.json",
2025-08-20T19:15:57.6460967Z [00:02:03.459]➜  		"en-US/adb/ModifyClusterConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyClusterConnectionString.json",
2025-08-20T19:15:57.6461858Z [00:02:03.459]➜  		"en-US/adb/ModifyDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBCluster.json",
2025-08-20T19:15:57.6463145Z [00:02:03.459]➜  		"en-US/adb/ModifyDBClusterAccessWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterAccessWhiteList.json",
2025-08-20T19:15:57.6464229Z [00:02:03.459]➜  		"en-US/adb/ModifyDBClusterDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterDescription.json",
2025-08-20T19:15:57.6465298Z [00:02:03.459]➜  		"en-US/adb/ModifyDBClusterMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterMaintainTime.json",
2025-08-20T19:15:57.6466278Z [00:02:03.459]➜  		"en-US/adb/ModifyDBClusterPayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterPayType.json",
2025-08-20T19:15:57.6467510Z [00:02:03.459]➜  		"en-US/adb/ModifyDBClusterResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterResourceGroup.json",
2025-08-20T19:15:57.6468434Z [00:02:03.459]➜  		"en-US/adb/ModifyDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBResourceGroup.json",
2025-08-20T19:15:57.6469502Z [00:02:03.459]➜  		"en-US/adb/ModifyDBResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBResourcePool.json",
2025-08-20T19:15:57.6470397Z [00:02:03.459]➜  		"en-US/adb/ModifyElasticPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyElasticPlan.json",
2025-08-20T19:15:57.6471347Z [00:02:03.459]➜  		"en-US/adb/ModifyLogBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyLogBackupPolicy.json",
2025-08-20T19:15:57.6472629Z [00:02:03.459]➜  		"en-US/adb/ModifyMaintenanceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyMaintenanceAction.json",
2025-08-20T19:15:57.6473617Z [00:02:03.459]➜  		"en-US/adb/ModifyResubmitConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyResubmitConfig.json",
2025-08-20T19:15:57.6474451Z [00:02:03.459]➜  		"en-US/adb/ModifySQAConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifySQAConfig.json",
2025-08-20T19:15:57.6475579Z [00:02:03.459]➜  		"en-US/adb/ReleaseClusterPublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ReleaseClusterPublicConnection.json",
2025-08-20T19:15:57.6476486Z [00:02:03.459]➜  		"en-US/adb/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ResetAccountPassword.json",
2025-08-20T19:15:57.6477481Z [00:02:03.459]➜  		"en-US/adb/RevokeOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/RevokeOperatorPermission.json",
2025-08-20T19:15:57.6478266Z [00:02:03.459]➜  		"en-US/adb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/TagResources.json",
2025-08-20T19:15:57.6479369Z [00:02:03.459]➜  		"en-US/adb/UnbindDBResourceGroupWithUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/UnbindDBResourceGroupWithUser.json",
2025-08-20T19:15:57.6480435Z [00:02:03.459]➜  		"en-US/adb/UnbindDBResourcePoolWithUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/UnbindDBResourcePoolWithUser.json",
2025-08-20T19:15:57.6481264Z [00:02:03.459]➜  		"en-US/adb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/UntagResources.json",
2025-08-20T19:15:57.6481930Z [00:02:03.459]➜  		"en-US/adb/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/version.json",
2025-08-20T19:15:57.6483257Z [00:02:03.459]➜  		"en-US/adcp/AttachClusterToHub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/AttachClusterToHub.json",
2025-08-20T19:15:57.6484160Z [00:02:03.459]➜  		"en-US/adcp/CreateHubCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/CreateHubCluster.json",
2025-08-20T19:15:57.6485238Z [00:02:03.459]➜  		"en-US/adcp/DeleteHubCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DeleteHubCluster.json",
2025-08-20T19:15:57.6486190Z [00:02:03.459]➜  		"en-US/adcp/DeletePolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DeletePolicyInstance.json",
2025-08-20T19:15:57.6487151Z [00:02:03.459]➜  		"en-US/adcp/DeleteUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DeleteUserPermission.json",
2025-08-20T19:15:57.6488106Z [00:02:03.459]➜  		"en-US/adcp/DeployPolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DeployPolicyInstance.json",
2025-08-20T19:15:57.6489143Z [00:02:03.459]➜  		"en-US/adcp/DescribeHubClusterDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeHubClusterDetails.json",
2025-08-20T19:15:57.6490231Z [00:02:03.459]➜  		"en-US/adcp/DescribeHubClusterKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeHubClusterKubeconfig.json",
2025-08-20T19:15:57.6491237Z [00:02:03.459]➜  		"en-US/adcp/DescribeHubClusterLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeHubClusterLogs.json",
2025-08-20T19:15:57.6492258Z [00:02:03.459]➜  		"en-US/adcp/DescribeHubClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeHubClusters.json",
2025-08-20T19:15:57.6493661Z [00:02:03.459]➜  		"en-US/adcp/DescribeManagedClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeManagedClusters.json",
2025-08-20T19:15:57.6494549Z [00:02:03.459]➜  		"en-US/adcp/DescribePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicies.json",
2025-08-20T19:15:57.6495488Z [00:02:03.459]➜  		"en-US/adcp/DescribePolicyDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicyDetails.json",
2025-08-20T19:15:57.6496817Z [00:02:03.459]➜  		"en-US/adcp/DescribePolicyGovernanceInCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicyGovernanceInCluster.json",
2025-08-20T19:15:57.6497793Z [00:02:03.459]➜  		"en-US/adcp/DescribePolicyInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicyInstances.json",
2025-08-20T19:15:57.6498904Z [00:02:03.459]➜  		"en-US/adcp/DescribePolicyInstancesStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicyInstancesStatus.json",
2025-08-20T19:15:57.6499745Z [00:02:03.459]➜  		"en-US/adcp/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeRegions.json",
2025-08-20T19:15:57.6500748Z [00:02:03.459]➜  		"en-US/adcp/DescribeUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeUserPermissions.json",
2025-08-20T19:15:57.6501668Z [00:02:03.459]➜  		"en-US/adcp/DetachClusterFromHub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DetachClusterFromHub.json",
2025-08-20T19:15:57.6502795Z [00:02:03.459]➜  		"en-US/adcp/GrantUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/GrantUserPermission.json",
2025-08-20T19:15:57.6503762Z [00:02:03.459]➜  		"en-US/adcp/GrantUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/GrantUserPermissions.json",
2025-08-20T19:15:57.6504740Z [00:02:03.459]➜  		"en-US/adcp/UpdateHubClusterFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/UpdateHubClusterFeature.json",
2025-08-20T19:15:57.6505666Z [00:02:03.459]➜  		"en-US/adcp/UpdateUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/UpdateUserPermission.json",
2025-08-20T19:15:57.6506553Z [00:02:03.459]➜  		"en-US/adcp/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/version.json",
2025-08-20T19:15:57.6507303Z [00:02:03.459]➜  		"en-US/agency/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/agency/version.json",
2025-08-20T19:15:57.6508226Z [00:02:03.459]➜  		"en-US/alb/AddEntriesToAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AddEntriesToAcl.json",
2025-08-20T19:15:57.6509214Z [00:02:03.459]➜  		"en-US/alb/AddServersToServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AddServersToServerGroup.json",
2025-08-20T19:15:57.6510461Z [00:02:03.459]➜  		"en-US/alb/ApplyHealthCheckTemplateToServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ApplyHealthCheckTemplateToServerGroup.json",
2025-08-20T19:15:57.6511474Z [00:02:03.459]➜  		"en-US/alb/AssociateAclsWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AssociateAclsWithListener.json",
2025-08-20T19:15:57.6512977Z [00:02:03.459]➜  		"en-US/alb/AssociateAdditionalCertificatesWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:57.6514287Z [00:02:03.460]➜  		"en-US/alb/AttachCommonBandwidthPackageToLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AttachCommonBandwidthPackageToLoadBalancer.json",
2025-08-20T19:15:57.6515360Z [00:02:03.460]➜  		"en-US/alb/CancelShiftLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CancelShiftLoadBalancerZones.json",
2025-08-20T19:15:57.6516346Z [00:02:03.460]➜  		"en-US/alb/CreateAScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateAScripts.json",
2025-08-20T19:15:57.6517128Z [00:02:03.460]➜  		"en-US/alb/CreateAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateAcl.json",
2025-08-20T19:15:57.6518137Z [00:02:03.460]➜  		"en-US/alb/CreateHealthCheckTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateHealthCheckTemplate.json",
2025-08-20T19:15:57.6519061Z [00:02:03.460]➜  		"en-US/alb/CreateListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateListener.json",
2025-08-20T19:15:57.6519960Z [00:02:03.460]➜  		"en-US/alb/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateLoadBalancer.json",
2025-08-20T19:15:57.6520704Z [00:02:03.460]➜  		"en-US/alb/CreateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateRule.json",
2025-08-20T19:15:57.6521471Z [00:02:03.460]➜  		"en-US/alb/CreateRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateRules.json",
2025-08-20T19:15:57.6522567Z [00:02:03.460]➜  		"en-US/alb/CreateSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateSecurityPolicy.json",
2025-08-20T19:15:57.6523466Z [00:02:03.460]➜  		"en-US/alb/CreateServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateServerGroup.json",
2025-08-20T19:15:57.6524305Z [00:02:03.460]➜  		"en-US/alb/DeleteAScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteAScripts.json",
2025-08-20T19:15:57.6525038Z [00:02:03.460]➜  		"en-US/alb/DeleteAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteAcl.json",
2025-08-20T19:15:57.6526097Z [00:02:03.460]➜  		"en-US/alb/DeleteHealthCheckTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteHealthCheckTemplates.json",
2025-08-20T19:15:57.6526919Z [00:02:03.460]➜  		"en-US/alb/DeleteListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteListener.json",
2025-08-20T19:15:57.6527816Z [00:02:03.460]➜  		"en-US/alb/DeleteLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteLoadBalancer.json",
2025-08-20T19:15:57.6528737Z [00:02:03.460]➜  		"en-US/alb/DeleteRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteRule.json",
2025-08-20T19:15:57.6529493Z [00:02:03.460]➜  		"en-US/alb/DeleteRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteRules.json",
2025-08-20T19:15:57.6530524Z [00:02:03.460]➜  		"en-US/alb/DeleteSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteSecurityPolicy.json",
2025-08-20T19:15:57.6531407Z [00:02:03.460]➜  		"en-US/alb/DeleteServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteServerGroup.json",
2025-08-20T19:15:57.6532242Z [00:02:03.460]➜  		"en-US/alb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DescribeRegions.json",
2025-08-20T19:15:57.6533208Z [00:02:03.460]➜  		"en-US/alb/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DescribeZones.json",
2025-08-20T19:15:57.6534629Z [00:02:03.460]➜  		"en-US/alb/DetachCommonBandwidthPackageFromLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DetachCommonBandwidthPackageFromLoadBalancer.json",
2025-08-20T19:15:57.6535629Z [00:02:03.460]➜  		"en-US/alb/DisableDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DisableDeletionProtection.json",
2025-08-20T19:15:57.6536714Z [00:02:03.460]➜  		"en-US/alb/DisableLoadBalancerAccessLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DisableLoadBalancerAccessLog.json",
2025-08-20T19:15:57.6537833Z [00:02:03.460]➜  		"en-US/alb/DisableLoadBalancerIpv6Internet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DisableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:57.6539005Z [00:02:03.460]➜  		"en-US/alb/DissociateAclsFromListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DissociateAclsFromListener.json",
2025-08-20T19:15:57.6540411Z [00:02:03.460]➜  		"en-US/alb/DissociateAdditionalCertificatesFromListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DissociateAdditionalCertificatesFromListener.json",
2025-08-20T19:15:57.6541421Z [00:02:03.460]➜  		"en-US/alb/EnableDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/EnableDeletionProtection.json",
2025-08-20T19:15:57.6542787Z [00:02:03.460]➜  		"en-US/alb/EnableLoadBalancerAccessLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/EnableLoadBalancerAccessLog.json",
2025-08-20T19:15:57.6543949Z [00:02:03.460]➜  		"en-US/alb/EnableLoadBalancerIpv6Internet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/EnableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:57.6545091Z [00:02:03.460]➜  		"en-US/alb/GetHealthCheckTemplateAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/GetHealthCheckTemplateAttribute.json",
2025-08-20T19:15:57.6546019Z [00:02:03.460]➜  		"en-US/alb/GetListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/GetListenerAttribute.json",
2025-08-20T19:15:57.6547064Z [00:02:03.460]➜  		"en-US/alb/GetListenerHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/GetListenerHealthStatus.json",
2025-08-20T19:15:57.6548056Z [00:02:03.460]➜  		"en-US/alb/GetLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/GetLoadBalancerAttribute.json",
2025-08-20T19:15:57.6548860Z [00:02:03.460]➜  		"en-US/alb/ListAScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAScripts.json",
2025-08-20T19:15:57.6549658Z [00:02:03.460]➜  		"en-US/alb/ListAclEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAclEntries.json",
2025-08-20T19:15:57.6550531Z [00:02:03.460]➜  		"en-US/alb/ListAclRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAclRelations.json",
2025-08-20T19:15:57.6551250Z [00:02:03.460]➜  		"en-US/alb/ListAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAcls.json",
2025-08-20T19:15:57.6552180Z [00:02:03.460]➜  		"en-US/alb/ListAsynJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAsynJobs.json",
2025-08-20T19:15:57.6553360Z [00:02:03.460]➜  		"en-US/alb/ListHealthCheckTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListHealthCheckTemplates.json",
2025-08-20T19:15:57.6554489Z [00:02:03.460]➜  		"en-US/alb/ListListenerCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListListenerCertificates.json",
2025-08-20T19:15:57.6555291Z [00:02:03.460]➜  		"en-US/alb/ListListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListListeners.json",
2025-08-20T19:15:57.6556181Z [00:02:03.460]➜  		"en-US/alb/ListLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListLoadBalancers.json",
2025-08-20T19:15:57.6556906Z [00:02:03.460]➜  		"en-US/alb/ListRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListRules.json",
2025-08-20T19:15:57.6557825Z [00:02:03.460]➜  		"en-US/alb/ListSecurityPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListSecurityPolicies.json",
2025-08-20T19:15:57.6558887Z [00:02:03.460]➜  		"en-US/alb/ListSecurityPolicyRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListSecurityPolicyRelations.json",
2025-08-20T19:15:57.6559893Z [00:02:03.460]➜  		"en-US/alb/ListServerGroupServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListServerGroupServers.json",
2025-08-20T19:15:57.6561077Z [00:02:03.460]➜  		"en-US/alb/ListServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListServerGroups.json",
2025-08-20T19:15:57.6562263Z [00:02:03.460]➜  		"en-US/alb/ListSystemSecurityPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListSystemSecurityPolicies.json",
2025-08-20T19:15:57.6563223Z [00:02:03.460]➜  		"en-US/alb/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListTagKeys.json",
2025-08-20T19:15:57.6564085Z [00:02:03.460]➜  		"en-US/alb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListTagResources.json",
2025-08-20T19:15:57.6564999Z [00:02:03.460]➜  		"en-US/alb/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListTagValues.json",
2025-08-20T19:15:57.6565890Z [00:02:03.460]➜  		"en-US/alb/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/MoveResourceGroup.json",
2025-08-20T19:15:57.6566778Z [00:02:03.460]➜  		"en-US/alb/RemoveEntriesFromAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/RemoveEntriesFromAcl.json",
2025-08-20T19:15:57.6567869Z [00:02:03.460]➜  		"en-US/alb/RemoveServersFromServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/RemoveServersFromServerGroup.json",
2025-08-20T19:15:57.6568933Z [00:02:03.460]➜  		"en-US/alb/ReplaceServersInServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ReplaceServersInServerGroup.json",
2025-08-20T19:15:57.6569739Z [00:02:03.460]➜  		"en-US/alb/StartListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/StartListener.json",
2025-08-20T19:15:57.6570836Z [00:02:03.460]➜  		"en-US/alb/StartShiftLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/StartShiftLoadBalancerZones.json",
2025-08-20T19:15:57.6571631Z [00:02:03.460]➜  		"en-US/alb/StopListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/StopListener.json",
2025-08-20T19:15:57.6572588Z [00:02:03.460]➜  		"en-US/alb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/TagResources.json",
2025-08-20T19:15:57.6573418Z [00:02:03.460]➜  		"en-US/alb/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UnTagResources.json",
2025-08-20T19:15:57.6574233Z [00:02:03.460]➜  		"en-US/alb/UpdateAScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateAScripts.json",
2025-08-20T19:15:57.6575260Z [00:02:03.460]➜  		"en-US/alb/UpdateAclAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateAclAttribute.json",
2025-08-20T19:15:57.6576478Z [00:02:03.460]➜  		"en-US/alb/UpdateHealthCheckTemplateAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateHealthCheckTemplateAttribute.json",
2025-08-20T19:15:57.6577599Z [00:02:03.460]➜  		"en-US/alb/UpdateListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateListenerAttribute.json",
2025-08-20T19:15:57.6578582Z [00:02:03.460]➜  		"en-US/alb/UpdateListenerLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateListenerLogConfig.json",
2025-08-20T19:15:57.6579825Z [00:02:03.460]➜  		"en-US/alb/UpdateLoadBalancerAddressTypeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateLoadBalancerAddressTypeConfig.json",
2025-08-20T19:15:57.6580986Z [00:02:03.460]➜  		"en-US/alb/UpdateLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:15:57.6582026Z [00:02:03.460]➜  		"en-US/alb/UpdateLoadBalancerEdition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateLoadBalancerEdition.json",
2025-08-20T19:15:57.6583279Z [00:02:03.460]➜  		"en-US/alb/UpdateLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateLoadBalancerZones.json",
2025-08-20T19:15:57.6584198Z [00:02:03.460]➜  		"en-US/alb/UpdateRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateRuleAttribute.json",
2025-08-20T19:15:57.6585241Z [00:02:03.460]➜  		"en-US/alb/UpdateRulesAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateRulesAttribute.json",
2025-08-20T19:15:57.6586360Z [00:02:03.460]➜  		"en-US/alb/UpdateSecurityPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateSecurityPolicyAttribute.json",
2025-08-20T19:15:57.6587416Z [00:02:03.460]➜  		"en-US/alb/UpdateServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateServerGroupAttribute.json",
2025-08-20T19:15:57.6588719Z [00:02:03.460]➜  		"en-US/alb/UpdateServerGroupServersAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateServerGroupServersAttribute.json",
2025-08-20T19:15:57.6589429Z [00:02:03.460]➜  		"en-US/alb/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/version.json",
2025-08-20T19:15:57.6590286Z [00:02:03.460]➜  		"en-US/alidns/AddCustomLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddCustomLine.json",
2025-08-20T19:15:57.6591215Z [00:02:03.460]➜  		"en-US/alidns/AddDnsCacheDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDnsCacheDomain.json",
2025-08-20T19:15:57.6592255Z [00:02:03.460]➜  		"en-US/alidns/AddDnsGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDnsGtmAccessStrategy.json",
2025-08-20T19:15:57.6593510Z [00:02:03.460]➜  		"en-US/alidns/AddDnsGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDnsGtmAddressPool.json",
2025-08-20T19:15:57.6594425Z [00:02:03.460]➜  		"en-US/alidns/AddDnsGtmMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDnsGtmMonitor.json",
2025-08-20T19:15:57.6595205Z [00:02:03.460]➜  		"en-US/alidns/AddDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDomain.json",
2025-08-20T19:15:57.6596069Z [00:02:03.460]➜  		"en-US/alidns/AddDomainBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDomainBackup.json",
2025-08-20T19:15:57.6596941Z [00:02:03.460]➜  		"en-US/alidns/AddDomainGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDomainGroup.json",
2025-08-20T19:15:57.6597812Z [00:02:03.460]➜  		"en-US/alidns/AddDomainRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDomainRecord.json",
2025-08-20T19:15:57.6599016Z [00:02:03.460]➜  		"en-US/alidns/AddGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddGtmAccessStrategy.json",
2025-08-20T19:15:57.6599925Z [00:02:03.460]➜  		"en-US/alidns/AddGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddGtmAddressPool.json",
2025-08-20T19:15:57.6600916Z [00:02:03.460]➜  		"en-US/alidns/AddGtmMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddGtmMonitor.json",
2025-08-20T19:15:57.6601841Z [00:02:03.460]➜  		"en-US/alidns/AddGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddGtmRecoveryPlan.json",
2025-08-20T19:15:57.6603048Z [00:02:03.460]➜  		"en-US/alidns/BindInstanceDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/BindInstanceDomains.json",
2025-08-20T19:15:57.6603966Z [00:02:03.460]➜  		"en-US/alidns/ChangeDomainGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ChangeDomainGroup.json",
2025-08-20T19:15:57.6604981Z [00:02:03.460]➜  		"en-US/alidns/ChangeDomainOfDnsProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ChangeDomainOfDnsProduct.json",
2025-08-20T19:15:57.6605826Z [00:02:03.460]➜  		"en-US/alidns/CopyGtmConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/CopyGtmConfig.json",
2025-08-20T19:15:57.6606761Z [00:02:03.460]➜  		"en-US/alidns/CreatePdnsAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/CreatePdnsAppKey.json",
2025-08-20T19:15:57.6607810Z [00:02:03.460]➜  		"en-US/alidns/CreatePdnsUdpIpSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/CreatePdnsUdpIpSegment.json",
2025-08-20T19:15:57.6608924Z [00:02:03.460]➜  		"en-US/alidns/DeleteCustomLines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteCustomLines.json",
2025-08-20T19:15:57.6609918Z [00:02:03.460]➜  		"en-US/alidns/DeleteDnsCacheDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDnsCacheDomain.json",
2025-08-20T19:15:57.6611086Z [00:02:03.460]➜  		"en-US/alidns/DeleteDnsGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDnsGtmAccessStrategy.json",
2025-08-20T19:15:57.6612121Z [00:02:03.460]➜  		"en-US/alidns/DeleteDnsGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDnsGtmAddressPool.json",
2025-08-20T19:15:57.6613147Z [00:02:03.460]➜  		"en-US/alidns/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDomain.json",
2025-08-20T19:15:57.6614103Z [00:02:03.460]➜  		"en-US/alidns/DeleteDomainGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDomainGroup.json",
2025-08-20T19:15:57.6615028Z [00:02:03.460]➜  		"en-US/alidns/DeleteDomainRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDomainRecord.json",
2025-08-20T19:15:57.6616068Z [00:02:03.460]➜  		"en-US/alidns/DeleteGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteGtmAccessStrategy.json",
2025-08-20T19:15:57.6617054Z [00:02:03.460]➜  		"en-US/alidns/DeleteGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteGtmAddressPool.json",
2025-08-20T19:15:57.6618108Z [00:02:03.460]➜  		"en-US/alidns/DeleteGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteGtmRecoveryPlan.json",
2025-08-20T19:15:57.6619104Z [00:02:03.460]➜  		"en-US/alidns/DeleteSubDomainRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteSubDomainRecords.json",
2025-08-20T19:15:57.6620189Z [00:02:03.460]➜  		"en-US/alidns/DescribeBatchResultCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeBatchResultCount.json",
2025-08-20T19:15:57.6621485Z [00:02:03.460]➜  		"en-US/alidns/DescribeBatchResultDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeBatchResultDetail.json",
2025-08-20T19:15:57.6622621Z [00:02:03.460]➜  		"en-US/alidns/DescribeCustomLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeCustomLine.json",
2025-08-20T19:15:57.6623594Z [00:02:03.460]➜  		"en-US/alidns/DescribeCustomLines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeCustomLines.json",
2025-08-20T19:15:57.6624781Z [00:02:03.460]➜  		"en-US/alidns/DescribeDNSSLBSubDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDNSSLBSubDomains.json",
2025-08-20T19:15:57.6625811Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsCacheDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsCacheDomains.json",
2025-08-20T19:15:57.6633246Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmAccessStrategies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAccessStrategies.json",
2025-08-20T19:15:57.6634431Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAccessStrategy.json",
2025-08-20T19:15:57.6635839Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json",
2025-08-20T19:15:57.6637008Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmAddrAttributeInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAddrAttributeInfo.json",
2025-08-20T19:15:57.6638541Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json",
2025-08-20T19:15:57.6639867Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmAvailableAlertGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAvailableAlertGroup.json",
2025-08-20T19:15:57.6640939Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstance.json",
2025-08-20T19:15:57.6642310Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmInstanceAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstanceAddressPool.json",
2025-08-20T19:15:57.6643795Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmInstanceAddressPools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstanceAddressPools.json",
2025-08-20T19:15:57.6644930Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstanceStatus.json",
2025-08-20T19:15:57.6646153Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmInstanceSystemCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstanceSystemCname.json",
2025-08-20T19:15:57.6647194Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstances.json",
2025-08-20T19:15:57.6648159Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmLogs.json",
2025-08-20T19:15:57.6649440Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmMonitorAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmMonitorAvailableConfig.json",
2025-08-20T19:15:57.6650527Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsGtmMonitorConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmMonitorConfig.json",
2025-08-20T19:15:57.6651599Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsProductInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsProductInstance.json",
2025-08-20T19:15:57.6653067Z [00:02:03.460]➜  		"en-US/alidns/DescribeDnsProductInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsProductInstances.json",
2025-08-20T19:15:57.6654227Z [00:02:03.460]➜  		"en-US/alidns/DescribeDohAccountStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohAccountStatistics.json",
2025-08-20T19:15:57.6655481Z [00:02:03.460]➜  		"en-US/alidns/DescribeDohDomainStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohDomainStatistics.json",
2025-08-20T19:15:57.6656713Z [00:02:03.460]➜  		"en-US/alidns/DescribeDohDomainStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohDomainStatisticsSummary.json",
2025-08-20T19:15:57.6657918Z [00:02:03.460]➜  		"en-US/alidns/DescribeDohSubDomainStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohSubDomainStatistics.json",
2025-08-20T19:15:57.6659241Z [00:02:03.460]➜  		"en-US/alidns/DescribeDohSubDomainStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohSubDomainStatisticsSummary.json",
2025-08-20T19:15:57.6660197Z [00:02:03.460]➜  		"en-US/alidns/DescribeDohUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohUserInfo.json",
2025-08-20T19:15:57.6661241Z [00:02:03.460]➜  		"en-US/alidns/DescribeDomainDnssecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainDnssecInfo.json",
2025-08-20T19:15:57.6662211Z [00:02:03.460]➜  		"en-US/alidns/DescribeDomainGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainGroups.json",
2025-08-20T19:15:57.6663550Z [00:02:03.460]➜  		"en-US/alidns/DescribeDomainInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainInfo.json",
2025-08-20T19:15:57.6664502Z [00:02:03.460]➜  		"en-US/alidns/DescribeDomainLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainLogs.json",
2025-08-20T19:15:57.6665415Z [00:02:03.460]➜  		"en-US/alidns/DescribeDomainNs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainNs.json",
2025-08-20T19:15:57.6666587Z [00:02:03.460]➜  		"en-US/alidns/DescribeDomainRecordInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainRecordInfo.json",
2025-08-20T19:15:57.6667620Z [00:02:03.460]➜  		"en-US/alidns/DescribeDomainRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainRecords.json",
2025-08-20T19:15:57.6668945Z [00:02:03.460]➜  		"en-US/alidns/DescribeDomainResolveStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainResolveStatisticsSummary.json",
2025-08-20T19:15:57.6669997Z [00:02:03.460]➜  		"en-US/alidns/DescribeDomainStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainStatistics.json",
2025-08-20T19:15:57.6671171Z [00:02:03.460]➜  		"en-US/alidns/DescribeDomainStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainStatisticsSummary.json",
2025-08-20T19:15:57.6672086Z [00:02:03.460]➜  		"en-US/alidns/DescribeDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomains.json",
2025-08-20T19:15:57.6673340Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmAccessStrategies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmAccessStrategies.json",
2025-08-20T19:15:57.6674430Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmAccessStrategy.json",
2025-08-20T19:15:57.6675764Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmAccessStrategyAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmAccessStrategyAvailableConfig.json",
2025-08-20T19:15:57.6677076Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmAvailableAlertGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmAvailableAlertGroup.json",
2025-08-20T19:15:57.6678033Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstance.json",
2025-08-20T19:15:57.6679318Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmInstanceAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstanceAddressPool.json",
2025-08-20T19:15:57.6680498Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmInstanceAddressPools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstanceAddressPools.json",
2025-08-20T19:15:57.6681676Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstanceStatus.json",
2025-08-20T19:15:57.6683038Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmInstanceSystemCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstanceSystemCname.json",
2025-08-20T19:15:57.6683996Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstances.json",
2025-08-20T19:15:57.6684883Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmLogs.json",
2025-08-20T19:15:57.6686130Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmMonitorAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmMonitorAvailableConfig.json",
2025-08-20T19:15:57.6687184Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmMonitorConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmMonitorConfig.json",
2025-08-20T19:15:57.6688208Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmRecoveryPlan.json",
2025-08-20T19:15:57.6689533Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmRecoveryPlanAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmRecoveryPlanAvailableConfig.json",
2025-08-20T19:15:57.6690681Z [00:02:03.460]➜  		"en-US/alidns/DescribeGtmRecoveryPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmRecoveryPlans.json",
2025-08-20T19:15:57.6691750Z [00:02:03.460]➜  		"en-US/alidns/DescribeInstanceDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeInstanceDomains.json",
2025-08-20T19:15:57.6693128Z [00:02:03.460]➜  		"en-US/alidns/DescribeIspFlushCacheInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeIspFlushCacheInstances.json",
2025-08-20T19:15:57.6694340Z [00:02:03.460]➜  		"en-US/alidns/DescribeIspFlushCacheRemainQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeIspFlushCacheRemainQuota.json",
2025-08-20T19:15:57.6695548Z [00:02:03.460]➜  		"en-US/alidns/DescribeIspFlushCacheTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeIspFlushCacheTask.json",
2025-08-20T19:15:57.6696662Z [00:02:03.460]➜  		"en-US/alidns/DescribeIspFlushCacheTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeIspFlushCacheTasks.json",
2025-08-20T19:15:57.6697751Z [00:02:03.460]➜  		"en-US/alidns/DescribePdnsAccountSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsAccountSummary.json",
2025-08-20T19:15:57.6698664Z [00:02:03.460]➜  		"en-US/alidns/DescribePdnsAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsAppKey.json",
2025-08-20T19:15:57.6699631Z [00:02:03.460]➜  		"en-US/alidns/DescribePdnsAppKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsAppKeys.json",
2025-08-20T19:15:57.6700656Z [00:02:03.460]➜  		"en-US/alidns/DescribePdnsOperateLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsOperateLogs.json",
2025-08-20T19:15:57.6701773Z [00:02:03.460]➜  		"en-US/alidns/DescribePdnsRequestStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsRequestStatistic.json",
2025-08-20T19:15:57.6703228Z [00:02:03.460]➜  		"en-US/alidns/DescribePdnsRequestStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsRequestStatistics.json",
2025-08-20T19:15:57.6704424Z [00:02:03.460]➜  		"en-US/alidns/DescribePdnsThreatLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsThreatLogs.json",
2025-08-20T19:15:57.6705522Z [00:02:03.460]➜  		"en-US/alidns/DescribePdnsThreatStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsThreatStatistic.json",
2025-08-20T19:15:57.6706752Z [00:02:03.460]➜  		"en-US/alidns/DescribePdnsThreatStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsThreatStatistics.json",
2025-08-20T19:15:57.6707836Z [00:02:03.460]➜  		"en-US/alidns/DescribePdnsUdpIpSegments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsUdpIpSegments.json",
2025-08-20T19:15:57.6708814Z [00:02:03.460]➜  		"en-US/alidns/DescribePdnsUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsUserInfo.json",
2025-08-20T19:15:57.6709782Z [00:02:03.460]➜  		"en-US/alidns/DescribeRecordLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeRecordLogs.json",
2025-08-20T19:15:57.6711151Z [00:02:03.460]➜  		"en-US/alidns/DescribeRecordResolveStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeRecordResolveStatisticsSummary.json",
2025-08-20T19:15:57.6712243Z [00:02:03.460]➜  		"en-US/alidns/DescribeRecordStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeRecordStatistics.json",
2025-08-20T19:15:57.6713615Z [00:02:03.460]➜  		"en-US/alidns/DescribeRecordStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeRecordStatisticsSummary.json",
2025-08-20T19:15:57.6714700Z [00:02:03.460]➜  		"en-US/alidns/DescribeSubDomainRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeSubDomainRecords.json",
2025-08-20T19:15:57.6715783Z [00:02:03.460]➜  		"en-US/alidns/DescribeSupportLines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeSupportLines.json",
2025-08-20T19:15:57.6716636Z [00:02:03.460]➜  		"en-US/alidns/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeTags.json",
2025-08-20T19:15:57.6717665Z [00:02:03.460]➜  		"en-US/alidns/DescribeTransferDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeTransferDomains.json",
2025-08-20T19:15:57.6718678Z [00:02:03.460]➜  		"en-US/alidns/ExecuteGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ExecuteGtmRecoveryPlan.json",
2025-08-20T19:15:57.6719729Z [00:02:03.460]➜  		"en-US/alidns/GetMainDomainName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/GetMainDomainName.json",
2025-08-20T19:15:57.6720733Z [00:02:03.461]➜  		"en-US/alidns/GetTxtRecordForVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/GetTxtRecordForVerify.json",
2025-08-20T19:15:57.6721668Z [00:02:03.461]➜  		"en-US/alidns/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ListTagResources.json",
2025-08-20T19:15:57.6722847Z [00:02:03.461]➜  		"en-US/alidns/ModifyHichinaDomainDNS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ModifyHichinaDomainDNS.json",
2025-08-20T19:15:57.6723894Z [00:02:03.461]➜  		"en-US/alidns/MoveDomainResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/MoveDomainResourceGroup.json",
2025-08-20T19:15:57.6724850Z [00:02:03.461]➜  		"en-US/alidns/MoveGtmResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/MoveGtmResourceGroup.json",
2025-08-20T19:15:57.6725820Z [00:02:03.461]➜  		"en-US/alidns/OperateBatchDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/OperateBatchDomain.json",
2025-08-20T19:15:57.6726747Z [00:02:03.461]➜  		"en-US/alidns/PausePdnsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/PausePdnsService.json",
2025-08-20T19:15:57.6727943Z [00:02:03.461]➜  		"en-US/alidns/PreviewGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/PreviewGtmRecoveryPlan.json",
2025-08-20T19:15:57.6728877Z [00:02:03.461]➜  		"en-US/alidns/RemovePdnsAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/RemovePdnsAppKey.json",
2025-08-20T19:15:57.6730106Z [00:02:03.461]➜  		"en-US/alidns/RemovePdnsUdpIpSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/RemovePdnsUdpIpSegment.json",
2025-08-20T19:15:57.6731076Z [00:02:03.461]➜  		"en-US/alidns/ResumePdnsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ResumePdnsService.json",
2025-08-20T19:15:57.6731969Z [00:02:03.461]➜  		"en-US/alidns/RetrieveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/RetrieveDomain.json",
2025-08-20T19:15:57.6733198Z [00:02:03.461]➜  		"en-US/alidns/RollbackGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/RollbackGtmRecoveryPlan.json",
2025-08-20T19:15:57.6734122Z [00:02:03.461]➜  		"en-US/alidns/SetDNSSLBStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDNSSLBStatus.json",
2025-08-20T19:15:57.6735002Z [00:02:03.461]➜  		"en-US/alidns/SetDnsGtmAccessMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDnsGtmAccessMode.json",
2025-08-20T19:15:57.6736010Z [00:02:03.461]➜  		"en-US/alidns/SetDnsGtmMonitorStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDnsGtmMonitorStatus.json",
2025-08-20T19:15:57.6736961Z [00:02:03.461]➜  		"en-US/alidns/SetDomainDnssecStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDomainDnssecStatus.json",
2025-08-20T19:15:57.6738127Z [00:02:03.461]➜  		"en-US/alidns/SetDomainRecordStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDomainRecordStatus.json",
2025-08-20T19:15:57.6739032Z [00:02:03.461]➜  		"en-US/alidns/SetGtmAccessMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetGtmAccessMode.json",
2025-08-20T19:15:57.6739961Z [00:02:03.461]➜  		"en-US/alidns/SetGtmMonitorStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetGtmMonitorStatus.json",
2025-08-20T19:15:57.6740994Z [00:02:03.461]➜  		"en-US/alidns/SubmitIspFlushCacheTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SubmitIspFlushCacheTask.json",
2025-08-20T19:15:57.6742199Z [00:02:03.461]➜  		"en-US/alidns/SwitchDnsGtmInstanceStrategyMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SwitchDnsGtmInstanceStrategyMode.json",
2025-08-20T19:15:57.6743310Z [00:02:03.461]➜  		"en-US/alidns/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/TagResources.json",
2025-08-20T19:15:57.6744211Z [00:02:03.461]➜  		"en-US/alidns/TransferDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/TransferDomain.json",
2025-08-20T19:15:57.6745215Z [00:02:03.461]➜  		"en-US/alidns/UnbindInstanceDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UnbindInstanceDomains.json",
2025-08-20T19:15:57.6746107Z [00:02:03.461]➜  		"en-US/alidns/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UntagResources.json",
2025-08-20T19:15:57.6747049Z [00:02:03.461]➜  		"en-US/alidns/UpdateAppKeyState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateAppKeyState.json",
2025-08-20T19:15:57.6747962Z [00:02:03.461]➜  		"en-US/alidns/UpdateCustomLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateCustomLine.json",
2025-08-20T19:15:57.6748900Z [00:02:03.461]➜  		"en-US/alidns/UpdateDNSSLBWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDNSSLBWeight.json",
2025-08-20T19:15:57.6749901Z [00:02:03.461]➜  		"en-US/alidns/UpdateDnsCacheDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsCacheDomain.json",
2025-08-20T19:15:57.6751163Z [00:02:03.461]➜  		"en-US/alidns/UpdateDnsCacheDomainRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsCacheDomainRemark.json",
2025-08-20T19:15:57.6752246Z [00:02:03.461]➜  		"en-US/alidns/UpdateDnsGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsGtmAccessStrategy.json",
2025-08-20T19:15:57.6753552Z [00:02:03.461]➜  		"en-US/alidns/UpdateDnsGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsGtmAddressPool.json",
2025-08-20T19:15:57.6754777Z [00:02:03.461]➜  		"en-US/alidns/UpdateDnsGtmInstanceGlobalConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsGtmInstanceGlobalConfig.json",
2025-08-20T19:15:57.6755735Z [00:02:03.461]➜  		"en-US/alidns/UpdateDnsGtmMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsGtmMonitor.json",
2025-08-20T19:15:57.6756649Z [00:02:03.461]➜  		"en-US/alidns/UpdateDomainGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDomainGroup.json",
2025-08-20T19:15:57.6757559Z [00:02:03.461]➜  		"en-US/alidns/UpdateDomainRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDomainRecord.json",
2025-08-20T19:15:57.6758610Z [00:02:03.461]➜  		"en-US/alidns/UpdateDomainRecordRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDomainRecordRemark.json",
2025-08-20T19:15:57.6759524Z [00:02:03.461]➜  		"en-US/alidns/UpdateDomainRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDomainRemark.json",
2025-08-20T19:15:57.6760563Z [00:02:03.461]➜  		"en-US/alidns/UpdateGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmAccessStrategy.json",
2025-08-20T19:15:57.6761646Z [00:02:03.461]➜  		"en-US/alidns/UpdateGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmAddressPool.json",
2025-08-20T19:15:57.6763020Z [00:02:03.461]➜  		"en-US/alidns/UpdateGtmInstanceGlobalConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmInstanceGlobalConfig.json",
2025-08-20T19:15:57.6763939Z [00:02:03.461]➜  		"en-US/alidns/UpdateGtmMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmMonitor.json",
2025-08-20T19:15:57.6764944Z [00:02:03.461]➜  		"en-US/alidns/UpdateGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmRecoveryPlan.json",
2025-08-20T19:15:57.6766287Z [00:02:03.461]➜  		"en-US/alidns/UpdateIspFlushCacheInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateIspFlushCacheInstanceConfig.json",
2025-08-20T19:15:57.6767355Z [00:02:03.461]➜  		"en-US/alidns/ValidateDnsGtmCnameRrCanUse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ValidateDnsGtmCnameRrCanUse.json",
2025-08-20T19:15:57.6768409Z [00:02:03.461]➜  		"en-US/alidns/ValidatePdnsUdpIpSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ValidatePdnsUdpIpSegment.json",
2025-08-20T19:15:57.6769154Z [00:02:03.461]➜  		"en-US/alidns/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/version.json",
2025-08-20T19:15:57.6770155Z [00:02:03.461]➜  		"en-US/alikafka/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ChangeResourceGroup.json",
2025-08-20T19:15:57.6771130Z [00:02:03.461]➜  		"en-US/alikafka/ConvertPostPayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ConvertPostPayOrder.json",
2025-08-20T19:15:57.6771946Z [00:02:03.461]➜  		"en-US/alikafka/CreateAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreateAcl.json",
2025-08-20T19:15:57.6773086Z [00:02:03.461]➜  		"en-US/alikafka/CreateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreateConsumerGroup.json",
2025-08-20T19:15:57.6774188Z [00:02:03.461]➜  		"en-US/alikafka/CreatePostPayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreatePostPayOrder.json",
2025-08-20T19:15:57.6775109Z [00:02:03.461]➜  		"en-US/alikafka/CreatePrePayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreatePrePayOrder.json",
2025-08-20T19:15:57.6776108Z [00:02:03.461]➜  		"en-US/alikafka/CreateSaslUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreateSaslUser.json",
2025-08-20T19:15:57.6776908Z [00:02:03.461]➜  		"en-US/alikafka/CreateTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreateTopic.json",
2025-08-20T19:15:57.6777710Z [00:02:03.461]➜  		"en-US/alikafka/DeleteAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteAcl.json",
2025-08-20T19:15:57.6778680Z [00:02:03.461]➜  		"en-US/alikafka/DeleteConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteConsumerGroup.json",
2025-08-20T19:15:57.6779595Z [00:02:03.461]➜  		"en-US/alikafka/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteInstance.json",
2025-08-20T19:15:57.6780480Z [00:02:03.461]➜  		"en-US/alikafka/DeleteSaslUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteSaslUser.json",
2025-08-20T19:15:57.6781339Z [00:02:03.461]➜  		"en-US/alikafka/DeleteTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteTopic.json",
2025-08-20T19:15:57.6782205Z [00:02:03.461]➜  		"en-US/alikafka/DescribeAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DescribeAcls.json",
2025-08-20T19:15:57.6783342Z [00:02:03.461]➜  		"en-US/alikafka/DescribeSaslUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DescribeSaslUsers.json",
2025-08-20T19:15:57.6784500Z [00:02:03.461]➜  		"en-US/alikafka/GetAllInstanceIdList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetAllInstanceIdList.json",
2025-08-20T19:15:57.6785484Z [00:02:03.461]➜  		"en-US/alikafka/GetAllowedIpList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetAllowedIpList.json",
2025-08-20T19:15:57.6786406Z [00:02:03.461]➜  		"en-US/alikafka/GetConsumerList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetConsumerList.json",
2025-08-20T19:15:57.6787416Z [00:02:03.461]➜  		"en-US/alikafka/GetConsumerProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetConsumerProgress.json",
2025-08-20T19:15:57.6788479Z [00:02:03.461]➜  		"en-US/alikafka/GetInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetInstanceList.json",
2025-08-20T19:15:57.6789340Z [00:02:03.461]➜  		"en-US/alikafka/GetQuotaTip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetQuotaTip.json",
2025-08-20T19:15:57.6790258Z [00:02:03.461]➜  		"en-US/alikafka/GetTopicList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetTopicList.json",
2025-08-20T19:15:57.6791166Z [00:02:03.461]➜  		"en-US/alikafka/GetTopicStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetTopicStatus.json",
2025-08-20T19:15:57.6792121Z [00:02:03.461]➜  		"en-US/alikafka/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ListTagResources.json",
2025-08-20T19:15:57.6793350Z [00:02:03.461]➜  		"en-US/alikafka/ModifyInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ModifyInstanceName.json",
2025-08-20T19:15:57.6794390Z [00:02:03.461]➜  		"en-US/alikafka/ModifyPartitionNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ModifyPartitionNum.json",
2025-08-20T19:15:57.6795406Z [00:02:03.461]➜  		"en-US/alikafka/ModifyTopicRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ModifyTopicRemark.json",
2025-08-20T19:15:57.6796466Z [00:02:03.461]➜  		"en-US/alikafka/QueryMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/QueryMessage.json",
2025-08-20T19:15:57.6797408Z [00:02:03.461]➜  		"en-US/alikafka/ReleaseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ReleaseInstance.json",
2025-08-20T19:15:57.6798481Z [00:02:03.461]➜  		"en-US/alikafka/StartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/StartInstance.json",
2025-08-20T19:15:57.6799402Z [00:02:03.461]➜  		"en-US/alikafka/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/TagResources.json",
2025-08-20T19:15:57.6800364Z [00:02:03.461]➜  		"en-US/alikafka/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UntagResources.json",
2025-08-20T19:15:57.6801332Z [00:02:03.461]➜  		"en-US/alikafka/UpdateAllowedIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpdateAllowedIp.json",
2025-08-20T19:15:57.6802619Z [00:02:03.461]➜  		"en-US/alikafka/UpdateConsumerOffset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpdateConsumerOffset.json",
2025-08-20T19:15:57.6803687Z [00:02:03.461]➜  		"en-US/alikafka/UpdateInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpdateInstanceConfig.json",
2025-08-20T19:15:57.6804704Z [00:02:03.461]➜  		"en-US/alikafka/UpdateTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpdateTopicConfig.json",
2025-08-20T19:15:57.6805809Z [00:02:03.461]➜  		"en-US/alikafka/UpgradeInstanceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpgradeInstanceVersion.json",
2025-08-20T19:15:57.6806860Z [00:02:03.461]➜  		"en-US/alikafka/UpgradePostPayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpgradePostPayOrder.json",
2025-08-20T19:15:57.6808087Z [00:02:03.461]➜  		"en-US/alikafka/UpgradePrePayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpgradePrePayOrder.json",
2025-08-20T19:15:57.6808952Z [00:02:03.461]➜  		"en-US/alikafka/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/version.json",
2025-08-20T19:15:57.6810272Z [00:02:03.461]➜  		"en-US/arms/AddAliClusterIdsToPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddAliClusterIdsToPrometheusGlobalView.json",
2025-08-20T19:15:57.6811066Z [00:02:03.461]➜  		"en-US/arms/AddGrafana.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddGrafana.json",
2025-08-20T19:15:57.6812103Z [00:02:03.461]➜  		"en-US/arms/AddIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddIntegration.json",
2025-08-20T19:15:57.6813308Z [00:02:03.461]➜  		"en-US/arms/AddPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusGlobalView.json",
2025-08-20T19:15:57.6814657Z [00:02:03.461]➜  		"en-US/arms/AddPrometheusGlobalViewByAliClusterIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusGlobalViewByAliClusterIds.json",
2025-08-20T19:15:57.6815652Z [00:02:03.461]➜  		"en-US/arms/AddPrometheusInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusInstance.json",
2025-08-20T19:15:57.6816719Z [00:02:03.461]➜  		"en-US/arms/AddPrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusIntegration.json",
2025-08-20T19:15:57.6817786Z [00:02:03.461]➜  		"en-US/arms/AddPrometheusRemoteWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusRemoteWrite.json",
2025-08-20T19:15:57.6818685Z [00:02:03.461]➜  		"en-US/arms/AddRecordingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddRecordingRule.json",
2025-08-20T19:15:57.6819653Z [00:02:03.461]➜  		"en-US/arms/AddTagToFlinkCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddTagToFlinkCluster.json",
2025-08-20T19:15:57.6821160Z [00:02:03.461]➜  		"en-US/arms/AppendInstancesToPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AppendInstancesToPrometheusGlobalView.json",
2025-08-20T19:15:57.6822027Z [00:02:03.461]➜  		"en-US/arms/ApplyScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ApplyScenario.json",
2025-08-20T19:15:57.6823567Z [00:02:03.461]➜  		"en-US/arms/BindPrometheusGrafanaInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/BindPrometheusGrafanaInstance.json",
2025-08-20T19:15:57.6824623Z [00:02:03.461]➜  		"en-US/arms/BlockAlarmNotification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/BlockAlarmNotification.json",
2025-08-20T19:15:57.6825560Z [00:02:03.461]➜  		"en-US/arms/ChangeAlarmSeverity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ChangeAlarmSeverity.json",
2025-08-20T19:15:57.6826502Z [00:02:03.461]➜  		"en-US/arms/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ChangeResourceGroup.json",
2025-08-20T19:15:57.6827544Z [00:02:03.461]➜  		"en-US/arms/CheckCommercialStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CheckCommercialStatus.json",
2025-08-20T19:15:57.6828470Z [00:02:03.461]➜  		"en-US/arms/CheckServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CheckServiceStatus.json",
2025-08-20T19:15:57.6829256Z [00:02:03.461]➜  		"en-US/arms/ClaimAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ClaimAlarm.json",
2025-08-20T19:15:57.6830041Z [00:02:03.461]➜  		"en-US/arms/CloseAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CloseAlarm.json",
2025-08-20T19:15:57.6830773Z [00:02:03.461]➜  		"en-US/arms/ConfigApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ConfigApp.json",
2025-08-20T19:15:57.6831834Z [00:02:03.461]➜  		"en-US/arms/CreateAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateAlertContact.json",
2025-08-20T19:15:57.6833058Z [00:02:03.461]➜  		"en-US/arms/CreateAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateAlertContactGroup.json",
2025-08-20T19:15:57.6834009Z [00:02:03.461]➜  		"en-US/arms/CreateDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateDispatchRule.json",
2025-08-20T19:15:57.6834933Z [00:02:03.461]➜  		"en-US/arms/CreateEnvCustomJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateEnvCustomJob.json",
2025-08-20T19:15:57.6835879Z [00:02:03.461]➜  		"en-US/arms/CreateEnvPodMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateEnvPodMonitor.json",
2025-08-20T19:15:57.6837076Z [00:02:03.461]➜  		"en-US/arms/CreateEnvServiceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateEnvServiceMonitor.json",
2025-08-20T19:15:57.6838077Z [00:02:03.461]➜  		"en-US/arms/CreateEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateEnvironment.json",
2025-08-20T19:15:57.6839089Z [00:02:03.461]➜  		"en-US/arms/CreateGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateGrafanaWorkspace.json",
2025-08-20T19:15:57.6839980Z [00:02:03.461]➜  		"en-US/arms/CreateIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateIntegration.json",
2025-08-20T19:15:57.6840967Z [00:02:03.461]➜  		"en-US/arms/CreateOrUpdateAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateAlertRule.json",
2025-08-20T19:15:57.6841886Z [00:02:03.461]➜  		"en-US/arms/CreateOrUpdateContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateContact.json",
2025-08-20T19:15:57.6843037Z [00:02:03.461]➜  		"en-US/arms/CreateOrUpdateContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateContactGroup.json",
2025-08-20T19:15:57.6844403Z [00:02:03.461]➜  		"en-US/arms/CreateOrUpdateEventBridgeIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateEventBridgeIntegration.json",
2025-08-20T19:15:57.6845358Z [00:02:03.461]➜  		"en-US/arms/CreateOrUpdateIMRobot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateIMRobot.json",
2025-08-20T19:15:57.6846632Z [00:02:03.461]➜  		"en-US/arms/CreateOrUpdateNotificationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateNotificationPolicy.json",
2025-08-20T19:15:57.6847677Z [00:02:03.461]➜  		"en-US/arms/CreateOrUpdateSilencePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateSilencePolicy.json",
2025-08-20T19:15:57.6848714Z [00:02:03.461]➜  		"en-US/arms/CreateOrUpdateWebhookContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateWebhookContact.json",
2025-08-20T19:15:57.6849681Z [00:02:03.461]➜  		"en-US/arms/CreatePrometheusAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreatePrometheusAlertRule.json",
2025-08-20T19:15:57.6850604Z [00:02:03.461]➜  		"en-US/arms/CreatePrometheusInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreatePrometheusInstance.json",
2025-08-20T19:15:57.6851592Z [00:02:03.461]➜  		"en-US/arms/CreatePrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreatePrometheusMonitoring.json",
2025-08-20T19:15:57.6852310Z [00:02:03.461]➜  		"en-US/arms/CreateRetcodeApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateRetcodeApp.json",
2025-08-20T19:15:57.6853235Z [00:02:03.461]➜  		"en-US/arms/CreateSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateSyntheticTask.json",
2025-08-20T19:15:57.6854220Z [00:02:03.461]➜  		"en-US/arms/CreateTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateTimingSyntheticTask.json",
2025-08-20T19:15:57.6854876Z [00:02:03.461]➜  		"en-US/arms/CreateWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateWebhook.json",
2025-08-20T19:15:57.6855542Z [00:02:03.461]➜  		"en-US/arms/DelAuthToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DelAuthToken.json",
2025-08-20T19:15:57.6856291Z [00:02:03.461]➜  		"en-US/arms/DeleteAddonRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAddonRelease.json",
2025-08-20T19:15:57.6857081Z [00:02:03.461]➜  		"en-US/arms/DeleteAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAlertContact.json",
2025-08-20T19:15:57.6858093Z [00:02:03.461]➜  		"en-US/arms/DeleteAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAlertContactGroup.json",
2025-08-20T19:15:57.6858833Z [00:02:03.461]➜  		"en-US/arms/DeleteAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAlertRule.json",
2025-08-20T19:15:57.6859598Z [00:02:03.461]➜  		"en-US/arms/DeleteAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAlertRules.json",
2025-08-20T19:15:57.6860306Z [00:02:03.461]➜  		"en-US/arms/DeleteAppList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAppList.json",
2025-08-20T19:15:57.6861134Z [00:02:03.461]➜  		"en-US/arms/DeleteCmsExporter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteCmsExporter.json",
2025-08-20T19:15:57.6861872Z [00:02:03.461]➜  		"en-US/arms/DeleteContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteContact.json",
2025-08-20T19:15:57.6862868Z [00:02:03.461]➜  		"en-US/arms/DeleteContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteContactGroup.json",
2025-08-20T19:15:57.6863649Z [00:02:03.461]➜  		"en-US/arms/DeleteDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteDispatchRule.json",
2025-08-20T19:15:57.6864600Z [00:02:03.461]➜  		"en-US/arms/DeleteEnvCustomJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvCustomJob.json",
2025-08-20T19:15:57.6865398Z [00:02:03.461]➜  		"en-US/arms/DeleteEnvPodMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvPodMonitor.json",
2025-08-20T19:15:57.6866351Z [00:02:03.461]➜  		"en-US/arms/DeleteEnvServiceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvServiceMonitor.json",
2025-08-20T19:15:57.6867118Z [00:02:03.461]➜  		"en-US/arms/DeleteEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvironment.json",
2025-08-20T19:15:57.6868013Z [00:02:03.461]➜  		"en-US/arms/DeleteEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvironmentFeature.json",
2025-08-20T19:15:57.6868989Z [00:02:03.461]➜  		"en-US/arms/DeleteEventBridgeIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEventBridgeIntegration.json",
2025-08-20T19:15:57.6869852Z [00:02:03.461]➜  		"en-US/arms/DeleteGrafanaResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteGrafanaResource.json",
2025-08-20T19:15:57.6870794Z [00:02:03.461]➜  		"en-US/arms/DeleteGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteGrafanaWorkspace.json",
2025-08-20T19:15:57.6871633Z [00:02:03.461]➜  		"en-US/arms/DeleteIMRobot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteIMRobot.json",
2025-08-20T19:15:57.6872673Z [00:02:03.461]➜  		"en-US/arms/DeleteIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteIntegration.json",
2025-08-20T19:15:57.6873578Z [00:02:03.461]➜  		"en-US/arms/DeleteIntegrations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteIntegrations.json",
2025-08-20T19:15:57.6874654Z [00:02:03.461]➜  		"en-US/arms/DeleteNotificationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteNotificationPolicy.json",
2025-08-20T19:15:57.6875684Z [00:02:03.462]➜  		"en-US/arms/DeletePrometheusAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusAlertRule.json",
2025-08-20T19:15:57.6876697Z [00:02:03.462]➜  		"en-US/arms/DeletePrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusGlobalView.json",
2025-08-20T19:15:57.6877747Z [00:02:03.462]➜  		"en-US/arms/DeletePrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusIntegration.json",
2025-08-20T19:15:57.6878878Z [00:02:03.462]➜  		"en-US/arms/DeletePrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusMonitoring.json",
2025-08-20T19:15:57.6879895Z [00:02:03.462]➜  		"en-US/arms/DeletePrometheusRemoteWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusRemoteWrite.json",
2025-08-20T19:15:57.6880723Z [00:02:03.462]➜  		"en-US/arms/DeleteRetcodeApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteRetcodeApp.json",
2025-08-20T19:15:57.6881513Z [00:02:03.462]➜  		"en-US/arms/DeleteScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteScenario.json",
2025-08-20T19:15:57.6882375Z [00:02:03.462]➜  		"en-US/arms/DeleteSilencePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteSilencePolicy.json",
2025-08-20T19:15:57.6883448Z [00:02:03.462]➜  		"en-US/arms/DeleteSourceMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteSourceMap.json",
2025-08-20T19:15:57.6884423Z [00:02:03.462]➜  		"en-US/arms/DeleteSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteSyntheticTask.json",
2025-08-20T19:15:57.6885503Z [00:02:03.462]➜  		"en-US/arms/DeleteTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteTimingSyntheticTask.json",
2025-08-20T19:15:57.6886504Z [00:02:03.462]➜  		"en-US/arms/DeleteTraceApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteTraceApp.json",
2025-08-20T19:15:57.6887400Z [00:02:03.462]➜  		"en-US/arms/DeleteWebhookContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteWebhookContact.json",
2025-08-20T19:15:57.6888386Z [00:02:03.462]➜  		"en-US/arms/DescribeAddonRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeAddonRelease.json",
2025-08-20T19:15:57.6889288Z [00:02:03.462]➜  		"en-US/arms/DescribeContactGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeContactGroups.json",
2025-08-20T19:15:57.6890105Z [00:02:03.462]➜  		"en-US/arms/DescribeContacts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeContacts.json",
2025-08-20T19:15:57.6890960Z [00:02:03.462]➜  		"en-US/arms/DescribeDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeDispatchRule.json",
2025-08-20T19:15:57.6891842Z [00:02:03.462]➜  		"en-US/arms/DescribeEnvCustomJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvCustomJob.json",
2025-08-20T19:15:57.6893234Z [00:02:03.462]➜  		"en-US/arms/DescribeEnvPodMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvPodMonitor.json",
2025-08-20T19:15:57.6894305Z [00:02:03.462]➜  		"en-US/arms/DescribeEnvServiceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvServiceMonitor.json",
2025-08-20T19:15:57.6895208Z [00:02:03.462]➜  		"en-US/arms/DescribeEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvironment.json",
2025-08-20T19:15:57.6896203Z [00:02:03.462]➜  		"en-US/arms/DescribeEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvironmentFeature.json",
2025-08-20T19:15:57.6897154Z [00:02:03.462]➜  		"en-US/arms/DescribeIMRobots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeIMRobots.json",
2025-08-20T19:15:57.6898168Z [00:02:03.462]➜  		"en-US/arms/DescribePrometheusAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribePrometheusAlertRule.json",
2025-08-20T19:15:57.6899109Z [00:02:03.462]➜  		"en-US/arms/DescribeTraceLicenseKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeTraceLicenseKey.json",
2025-08-20T19:15:57.6900049Z [00:02:03.462]➜  		"en-US/arms/DescribeWebhookContacts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeWebhookContacts.json",
2025-08-20T19:15:57.6900888Z [00:02:03.462]➜  		"en-US/arms/EnableMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/EnableMetric.json",
2025-08-20T19:15:57.6901732Z [00:02:03.462]➜  		"en-US/arms/GetAgentDownloadUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAgentDownloadUrl.json",
2025-08-20T19:15:57.6902695Z [00:02:03.462]➜  		"en-US/arms/GetAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAlertRules.json",
2025-08-20T19:15:57.6903533Z [00:02:03.462]➜  		"en-US/arms/GetAppApiByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAppApiByPage.json",
2025-08-20T19:15:57.6904360Z [00:02:03.462]➜  		"en-US/arms/GetAppJVMConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAppJVMConfig.json",
2025-08-20T19:15:57.6905120Z [00:02:03.462]➜  		"en-US/arms/GetAuthToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAuthToken.json",
2025-08-20T19:15:57.6906037Z [00:02:03.462]➜  		"en-US/arms/GetCloudClusterAllUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetCloudClusterAllUrl.json",
2025-08-20T19:15:57.6906858Z [00:02:03.462]➜  		"en-US/arms/GetClusterAllUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetClusterAllUrl.json",
2025-08-20T19:15:57.6907739Z [00:02:03.462]➜  		"en-US/arms/GetCommercialStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetCommercialStatus.json",
2025-08-20T19:15:57.6908624Z [00:02:03.462]➜  		"en-US/arms/GetExploreUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetExploreUrl.json",
2025-08-20T19:15:57.6909489Z [00:02:03.462]➜  		"en-US/arms/GetGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetGrafanaWorkspace.json",
2025-08-20T19:15:57.6910446Z [00:02:03.462]➜  		"en-US/arms/GetIntegrationState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetIntegrationState.json",
2025-08-20T19:15:57.6911459Z [00:02:03.462]➜  		"en-US/arms/GetManagedPrometheusStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetManagedPrometheusStatus.json",
2025-08-20T19:15:57.6912297Z [00:02:03.462]➜  		"en-US/arms/GetMultipleTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetMultipleTrace.json",
2025-08-20T19:15:57.6913527Z [00:02:03.462]➜  		"en-US/arms/GetOnCallSchedulesDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetOnCallSchedulesDetail.json",
2025-08-20T19:15:57.6914453Z [00:02:03.462]➜  		"en-US/arms/GetPrometheusApiToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusApiToken.json",
2025-08-20T19:15:57.6915407Z [00:02:03.462]➜  		"en-US/arms/GetPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusGlobalView.json",
2025-08-20T19:15:57.6916321Z [00:02:03.462]➜  		"en-US/arms/GetPrometheusInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusInstance.json",
2025-08-20T19:15:57.6917293Z [00:02:03.462]➜  		"en-US/arms/GetPrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusIntegration.json",
2025-08-20T19:15:57.6918248Z [00:02:03.462]➜  		"en-US/arms/GetPrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusMonitoring.json",
2025-08-20T19:15:57.6919176Z [00:02:03.462]➜  		"en-US/arms/GetPrometheusRemoteWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusRemoteWrite.json",
2025-08-20T19:15:57.6919992Z [00:02:03.462]➜  		"en-US/arms/GetRecordingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRecordingRule.json",
2025-08-20T19:15:57.6920836Z [00:02:03.462]➜  		"en-US/arms/GetRetcodeAppByPid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRetcodeAppByPid.json",
2025-08-20T19:15:57.6921753Z [00:02:03.462]➜  		"en-US/arms/GetRetcodeDataByQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRetcodeDataByQuery.json",
2025-08-20T19:15:57.6922872Z [00:02:03.462]➜  		"en-US/arms/GetRetcodeLogstore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRetcodeLogstore.json",
2025-08-20T19:15:57.6923726Z [00:02:03.462]➜  		"en-US/arms/GetRetcodeShareUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRetcodeShareUrl.json",
2025-08-20T19:15:57.6924558Z [00:02:03.462]➜  		"en-US/arms/GetSourceMapInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSourceMapInfo.json",
2025-08-20T19:15:57.6925243Z [00:02:03.462]➜  		"en-US/arms/GetStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetStack.json",
2025-08-20T19:15:57.6926127Z [00:02:03.462]➜  		"en-US/arms/GetSyntheticMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSyntheticMonitors.json",
2025-08-20T19:15:57.6927047Z [00:02:03.462]➜  		"en-US/arms/GetSyntheticTaskDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSyntheticTaskDetail.json",
2025-08-20T19:15:57.6927934Z [00:02:03.462]➜  		"en-US/arms/GetSyntheticTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSyntheticTaskList.json",
2025-08-20T19:15:57.6928898Z [00:02:03.462]➜  		"en-US/arms/GetSyntheticTaskMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSyntheticTaskMonitors.json",
2025-08-20T19:15:57.6929964Z [00:02:03.462]➜  		"en-US/arms/GetTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetTimingSyntheticTask.json",
2025-08-20T19:15:57.6930663Z [00:02:03.462]➜  		"en-US/arms/GetTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetTrace.json",
2025-08-20T19:15:57.6931523Z [00:02:03.462]➜  		"en-US/arms/GetTraceApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetTraceApp.json",
2025-08-20T19:15:57.6932529Z [00:02:03.462]➜  		"en-US/arms/ImportAppAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ImportAppAlertRules.json",
2025-08-20T19:15:57.6933368Z [00:02:03.462]➜  		"en-US/arms/InitEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InitEnvironment.json",
2025-08-20T19:15:57.6934216Z [00:02:03.462]➜  		"en-US/arms/InstallAddon.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InstallAddon.json",
2025-08-20T19:15:57.6935088Z [00:02:03.462]➜  		"en-US/arms/InstallCmsExporter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InstallCmsExporter.json",
2025-08-20T19:15:57.6936054Z [00:02:03.462]➜  		"en-US/arms/InstallEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InstallEnvironmentFeature.json",
2025-08-20T19:15:57.6937041Z [00:02:03.462]➜  		"en-US/arms/InstallManagedPrometheus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InstallManagedPrometheus.json",
2025-08-20T19:15:57.6937912Z [00:02:03.462]➜  		"en-US/arms/ListActivatedAlerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListActivatedAlerts.json",
2025-08-20T19:15:57.6938781Z [00:02:03.462]➜  		"en-US/arms/ListAddonReleases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListAddonReleases.json",
2025-08-20T19:15:57.6939629Z [00:02:03.462]➜  		"en-US/arms/ListAlertEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListAlertEvents.json",
2025-08-20T19:15:57.6940391Z [00:02:03.462]➜  		"en-US/arms/ListAlerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListAlerts.json",
2025-08-20T19:15:57.6941347Z [00:02:03.462]➜  		"en-US/arms/ListClusterFromGrafana.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListClusterFromGrafana.json",
2025-08-20T19:15:57.6942202Z [00:02:03.462]➜  		"en-US/arms/ListCmsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListCmsInstances.json",
2025-08-20T19:15:57.6943131Z [00:02:03.462]➜  		"en-US/arms/ListDashboards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListDashboards.json",
2025-08-20T19:15:57.6944111Z [00:02:03.462]➜  		"en-US/arms/ListDashboardsByName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListDashboardsByName.json",
2025-08-20T19:15:57.6945025Z [00:02:03.462]➜  		"en-US/arms/ListDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListDispatchRule.json",
2025-08-20T19:15:57.6945904Z [00:02:03.462]➜  		"en-US/arms/ListEnvCustomJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvCustomJobs.json",
2025-08-20T19:15:57.6946768Z [00:02:03.462]➜  		"en-US/arms/ListEnvPodMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvPodMonitors.json",
2025-08-20T19:15:57.6947705Z [00:02:03.462]➜  		"en-US/arms/ListEnvServiceMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvServiceMonitors.json",
2025-08-20T19:15:57.6948713Z [00:02:03.462]➜  		"en-US/arms/ListEnvironmentDashboards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvironmentDashboards.json",
2025-08-20T19:15:57.6949692Z [00:02:03.462]➜  		"en-US/arms/ListEnvironmentFeatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvironmentFeatures.json",
2025-08-20T19:15:57.6950547Z [00:02:03.462]➜  		"en-US/arms/ListEnvironments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvironments.json",
2025-08-20T19:15:57.6951522Z [00:02:03.462]➜  		"en-US/arms/ListEscalationPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEscalationPolicies.json",
2025-08-20T19:15:57.6952634Z [00:02:03.462]➜  		"en-US/arms/ListEventBridgeIntegrations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEventBridgeIntegrations.json",
2025-08-20T19:15:57.6953607Z [00:02:03.462]➜  		"en-US/arms/ListGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListGrafanaWorkspace.json",
2025-08-20T19:15:57.6954494Z [00:02:03.462]➜  		"en-US/arms/ListInsightsEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListInsightsEvents.json",
2025-08-20T19:15:57.6955321Z [00:02:03.462]➜  		"en-US/arms/ListIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListIntegration.json",
2025-08-20T19:15:57.6956396Z [00:02:03.462]➜  		"en-US/arms/ListNotificationPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListNotificationPolicies.json",
2025-08-20T19:15:57.6957312Z [00:02:03.462]➜  		"en-US/arms/ListOnCallSchedules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListOnCallSchedules.json",
2025-08-20T19:15:57.6958313Z [00:02:03.462]➜  		"en-US/arms/ListPrometheusAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusAlertRules.json",
2025-08-20T19:15:57.6959383Z [00:02:03.462]➜  		"en-US/arms/ListPrometheusAlertTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusAlertTemplates.json",
2025-08-20T19:15:57.6960382Z [00:02:03.462]➜  		"en-US/arms/ListPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusGlobalView.json",
2025-08-20T19:15:57.6961811Z [00:02:03.462]➜  		"en-US/arms/ListPrometheusInstanceByTagAndResourceGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusInstanceByTagAndResourceGroupId.json",
2025-08-20T19:15:57.6962916Z [00:02:03.462]➜  		"en-US/arms/ListPrometheusInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusInstances.json",
2025-08-20T19:15:57.6963989Z [00:02:03.462]➜  		"en-US/arms/ListPrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusIntegration.json",
2025-08-20T19:15:57.6964996Z [00:02:03.462]➜  		"en-US/arms/ListPrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusMonitoring.json",
2025-08-20T19:15:57.6966130Z [00:02:03.462]➜  		"en-US/arms/ListPrometheusRemoteWrites.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusRemoteWrites.json",
2025-08-20T19:15:57.6966982Z [00:02:03.462]➜  		"en-US/arms/ListRetcodeApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListRetcodeApps.json",
2025-08-20T19:15:57.6967792Z [00:02:03.462]➜  		"en-US/arms/ListScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListScenario.json",
2025-08-20T19:15:57.6968714Z [00:02:03.462]➜  		"en-US/arms/ListSilencePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListSilencePolicies.json",
2025-08-20T19:15:57.6969682Z [00:02:03.462]➜  		"en-US/arms/ListTimingSyntheticTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListTimingSyntheticTasks.json",
2025-08-20T19:15:57.6970480Z [00:02:03.462]➜  		"en-US/arms/ListTraceApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListTraceApps.json",
2025-08-20T19:15:57.6971429Z [00:02:03.462]➜  		"en-US/arms/ManageGetRecordingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ManageGetRecordingRule.json",
2025-08-20T19:15:57.6972340Z [00:02:03.462]➜  		"en-US/arms/ManageRecordingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ManageRecordingRule.json",
2025-08-20T19:15:57.6973489Z [00:02:03.462]➜  		"en-US/arms/OpenArmsDefaultSLR.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/OpenArmsDefaultSLR.json",
2025-08-20T19:15:57.6974536Z [00:02:03.462]➜  		"en-US/arms/OpenArmsServiceSecondVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/OpenArmsServiceSecondVersion.json",
2025-08-20T19:15:57.6975445Z [00:02:03.462]➜  		"en-US/arms/OpenVCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/OpenVCluster.json",
2025-08-20T19:15:57.6976364Z [00:02:03.462]➜  		"en-US/arms/OpenXtraceDefaultSLR.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/OpenXtraceDefaultSLR.json",
2025-08-20T19:15:57.6977204Z [00:02:03.462]➜  		"en-US/arms/QueryAppMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryAppMetadata.json",
2025-08-20T19:15:57.6978123Z [00:02:03.462]➜  		"en-US/arms/QueryAppTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryAppTopology.json",
2025-08-20T19:15:57.6979050Z [00:02:03.462]➜  		"en-US/arms/QueryCommercialUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryCommercialUsage.json",
2025-08-20T19:15:57.6979917Z [00:02:03.462]➜  		"en-US/arms/QueryMetricByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryMetricByPage.json",
2025-08-20T19:15:57.6980864Z [00:02:03.462]➜  		"en-US/arms/QueryPromInstallStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryPromInstallStatus.json",
2025-08-20T19:15:57.6981718Z [00:02:03.462]➜  		"en-US/arms/QueryReleaseMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryReleaseMetric.json",
2025-08-20T19:15:57.6983184Z [00:02:03.462]➜  		"en-US/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json",
2025-08-20T19:15:57.6984391Z [00:02:03.462]➜  		"en-US/arms/RemoveSourcesFromPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/RemoveSourcesFromPrometheusGlobalView.json",
2025-08-20T19:15:57.6985386Z [00:02:03.462]➜  		"en-US/arms/RestartEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/RestartEnvironmentFeature.json",
2025-08-20T19:15:57.6986234Z [00:02:03.462]➜  		"en-US/arms/SaveTraceAppConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SaveTraceAppConfig.json",
2025-08-20T19:15:57.6987081Z [00:02:03.462]➜  		"en-US/arms/SearchAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchAlertContact.json",
2025-08-20T19:15:57.6988159Z [00:02:03.462]➜  		"en-US/arms/SearchAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchAlertContactGroup.json",
2025-08-20T19:15:57.6989037Z [00:02:03.462]➜  		"en-US/arms/SearchAlertHistories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchAlertHistories.json",
2025-08-20T19:15:57.6989859Z [00:02:03.462]➜  		"en-US/arms/SearchAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchAlertRules.json",
2025-08-20T19:15:57.6990611Z [00:02:03.462]➜  		"en-US/arms/SearchEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchEvents.json",
2025-08-20T19:15:57.6991542Z [00:02:03.462]➜  		"en-US/arms/SearchRetcodeAppByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchRetcodeAppByPage.json",
2025-08-20T19:15:57.6992725Z [00:02:03.462]➜  		"en-US/arms/SearchTraceAppByName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchTraceAppByName.json",
2025-08-20T19:15:57.6993650Z [00:02:03.462]➜  		"en-US/arms/SearchTraceAppByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchTraceAppByPage.json",
2025-08-20T19:15:57.6994429Z [00:02:03.462]➜  		"en-US/arms/SearchTraces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchTraces.json",
2025-08-20T19:15:57.6995383Z [00:02:03.462]➜  		"en-US/arms/SearchTracesByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchTracesByPage.json",
2025-08-20T19:15:57.6996244Z [00:02:03.462]➜  		"en-US/arms/SendTTSVerifyLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SendTTSVerifyLink.json",
2025-08-20T19:15:57.6997209Z [00:02:03.462]➜  		"en-US/arms/SetRetcodeShareStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SetRetcodeShareStatus.json",
2025-08-20T19:15:57.6997908Z [00:02:03.462]➜  		"en-US/arms/StartAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/StartAlert.json",
2025-08-20T19:15:57.6998836Z [00:02:03.462]➜  		"en-US/arms/StartTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/StartTimingSyntheticTask.json",
2025-08-20T19:15:57.6999593Z [00:02:03.462]➜  		"en-US/arms/StopAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/StopAlert.json",
2025-08-20T19:15:57.7000540Z [00:02:03.462]➜  		"en-US/arms/StopTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/StopTimingSyntheticTask.json",
2025-08-20T19:15:57.7001509Z [00:02:03.462]➜  		"en-US/arms/SwitchSyntheticTaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SwitchSyntheticTaskStatus.json",
2025-08-20T19:15:57.7002360Z [00:02:03.462]➜  		"en-US/arms/SyncRecordingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SyncRecordingRules.json",
2025-08-20T19:15:57.7003287Z [00:02:03.462]➜  		"en-US/arms/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/TagResources.json",
2025-08-20T19:15:57.7004281Z [00:02:03.462]➜  		"en-US/arms/UninstallManagedPrometheus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UninstallManagedPrometheus.json",
2025-08-20T19:15:57.7005136Z [00:02:03.462]➜  		"en-US/arms/UninstallPromCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UninstallPromCluster.json",
2025-08-20T19:15:57.7005924Z [00:02:03.462]➜  		"en-US/arms/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UntagResources.json",
2025-08-20T19:15:57.7006788Z [00:02:03.462]➜  		"en-US/arms/UpdateAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateAlertContact.json",
2025-08-20T19:15:57.7007738Z [00:02:03.462]➜  		"en-US/arms/UpdateAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateAlertContactGroup.json",
2025-08-20T19:15:57.7008547Z [00:02:03.462]➜  		"en-US/arms/UpdateAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateAlertRule.json",
2025-08-20T19:15:57.7009485Z [00:02:03.462]➜  		"en-US/arms/UpdateDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateDispatchRule.json",
2025-08-20T19:15:57.7010320Z [00:02:03.462]➜  		"en-US/arms/UpdateEnvCustomJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateEnvCustomJob.json",
2025-08-20T19:15:57.7011263Z [00:02:03.462]➜  		"en-US/arms/UpdateEnvPodMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateEnvPodMonitor.json",
2025-08-20T19:15:57.7012188Z [00:02:03.462]➜  		"en-US/arms/UpdateEnvServiceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateEnvServiceMonitor.json",
2025-08-20T19:15:57.7013190Z [00:02:03.462]➜  		"en-US/arms/UpdateEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateEnvironment.json",
2025-08-20T19:15:57.7014105Z [00:02:03.462]➜  		"en-US/arms/UpdateGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateGrafanaWorkspace.json",
2025-08-20T19:15:57.7015164Z [00:02:03.462]➜  		"en-US/arms/UpdateGrafanaWorkspaceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateGrafanaWorkspaceVersion.json",
2025-08-20T19:15:57.7016005Z [00:02:03.462]➜  		"en-US/arms/UpdateIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateIntegration.json",
2025-08-20T19:15:57.7016807Z [00:02:03.462]➜  		"en-US/arms/UpdateMetricDrop.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateMetricDrop.json",
2025-08-20T19:15:57.7017772Z [00:02:03.462]➜  		"en-US/arms/UpdatePrometheusAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusAlertRule.json",
2025-08-20T19:15:57.7018848Z [00:02:03.462]➜  		"en-US/arms/UpdatePrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusGlobalView.json",
2025-08-20T19:15:57.7019854Z [00:02:03.462]➜  		"en-US/arms/UpdatePrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusIntegration.json",
2025-08-20T19:15:57.7020873Z [00:02:03.462]➜  		"en-US/arms/UpdatePrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusMonitoring.json",
2025-08-20T19:15:57.7021924Z [00:02:03.462]➜  		"en-US/arms/UpdatePrometheusMonitoringStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusMonitoringStatus.json",
2025-08-20T19:15:57.7023026Z [00:02:03.462]➜  		"en-US/arms/UpdatePrometheusRemoteWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusRemoteWrite.json",
2025-08-20T19:15:57.7023981Z [00:02:03.462]➜  		"en-US/arms/UpdateTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateTimingSyntheticTask.json",
2025-08-20T19:15:57.7024709Z [00:02:03.462]➜  		"en-US/arms/UpdateWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateWebhook.json",
2025-08-20T19:15:57.7025527Z [00:02:03.462]➜  		"en-US/arms/UpgradeAddonRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpgradeAddonRelease.json",
2025-08-20T19:15:57.7026509Z [00:02:03.462]➜  		"en-US/arms/UpgradeEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpgradeEnvironmentFeature.json",
2025-08-20T19:15:57.7027188Z [00:02:03.463]➜  		"en-US/arms/Upload.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/Upload.json",
2025-08-20T19:15:57.7027859Z [00:02:03.463]➜  		"en-US/arms/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/version.json",
2025-08-20T19:15:57.7028831Z [00:02:03.463]➜  		"en-US/bssopenapi/AddAccountRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/AddAccountRelation.json",
2025-08-20T19:15:57.7029919Z [00:02:03.463]➜  		"en-US/bssopenapi/AllocateCostUnitResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/AllocateCostUnitResource.json",
2025-08-20T19:15:57.7030887Z [00:02:03.463]➜  		"en-US/bssopenapi/ApplyInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ApplyInvoice.json",
2025-08-20T19:15:57.7031744Z [00:02:03.463]➜  		"en-US/bssopenapi/CancelOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CancelOrder.json",
2025-08-20T19:15:57.7033101Z [00:02:03.463]➜  		"en-US/bssopenapi/ChangeResellerConsumeAmount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ChangeResellerConsumeAmount.json",
2025-08-20T19:15:57.7034031Z [00:02:03.463]➜  		"en-US/bssopenapi/ConfirmRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ConfirmRelation.json",
2025-08-20T19:15:57.7034988Z [00:02:03.463]➜  		"en-US/bssopenapi/ConvertChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ConvertChargeType.json",
2025-08-20T19:15:57.7035909Z [00:02:03.463]➜  		"en-US/bssopenapi/CreateAgAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateAgAccount.json",
2025-08-20T19:15:57.7036756Z [00:02:03.463]➜  		"en-US/bssopenapi/CreateCostUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateCostUnit.json",
2025-08-20T19:15:57.7037609Z [00:02:03.463]➜  		"en-US/bssopenapi/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateInstance.json",
2025-08-20T19:15:57.7038558Z [00:02:03.463]➜  		"en-US/bssopenapi/CreateResellerUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateResellerUserQuota.json",
2025-08-20T19:15:57.7039698Z [00:02:03.463]➜  		"en-US/bssopenapi/CreateResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateResourcePackage.json",
2025-08-20T19:15:57.7040849Z [00:02:03.463]➜  		"en-US/bssopenapi/CreateSavingsPlansInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateSavingsPlansInstance.json",
2025-08-20T19:15:57.7041790Z [00:02:03.463]➜  		"en-US/bssopenapi/DeleteCostUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DeleteCostUnit.json",
2025-08-20T19:15:57.7043184Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeCostBudgetsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeCostBudgetsSummary.json",
2025-08-20T19:15:57.7044760Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json",
2025-08-20T19:15:57.7046277Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json",
2025-08-20T19:15:57.7047254Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeInstanceBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeInstanceBill.json",
2025-08-20T19:15:57.7048251Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribePricingModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribePricingModule.json",
2025-08-20T19:15:57.7049748Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json",
2025-08-20T19:15:57.7051143Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json",
2025-08-20T19:15:57.7052283Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeResourceCoverageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourceCoverageDetail.json",
2025-08-20T19:15:57.7053688Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeResourceCoverageTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourceCoverageTotal.json",
2025-08-20T19:15:57.7054856Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeResourcePackageProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourcePackageProduct.json",
2025-08-20T19:15:57.7056021Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeResourceUsageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourceUsageDetail.json",
2025-08-20T19:15:57.7057090Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeResourceUsageTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourceUsageTotal.json",
2025-08-20T19:15:57.7058308Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeSavingsPlansCoverageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSavingsPlansCoverageDetail.json",
2025-08-20T19:15:57.7059517Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeSavingsPlansCoverageTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSavingsPlansCoverageTotal.json",
2025-08-20T19:15:57.7060673Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeSavingsPlansUsageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSavingsPlansUsageDetail.json",
2025-08-20T19:15:57.7061815Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeSavingsPlansUsageTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSavingsPlansUsageTotal.json",
2025-08-20T19:15:57.7062971Z [00:02:03.463]➜  		"en-US/bssopenapi/DescribeSplitItemBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSplitItemBill.json",
2025-08-20T19:15:57.7064054Z [00:02:03.463]➜  		"en-US/bssopenapi/EnableBillGeneration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/EnableBillGeneration.json",
2025-08-20T19:15:57.7065058Z [00:02:03.463]➜  		"en-US/bssopenapi/GetAccountRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetAccountRelation.json",
2025-08-20T19:15:57.7066057Z [00:02:03.463]➜  		"en-US/bssopenapi/GetCustomerAccountInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetCustomerAccountInfo.json",
2025-08-20T19:15:57.7067042Z [00:02:03.463]➜  		"en-US/bssopenapi/GetCustomerList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetCustomerList.json",
2025-08-20T19:15:57.7067924Z [00:02:03.463]➜  		"en-US/bssopenapi/GetOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetOrderDetail.json",
2025-08-20T19:15:57.7068873Z [00:02:03.463]➜  		"en-US/bssopenapi/GetPayAsYouGoPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetPayAsYouGoPrice.json",
2025-08-20T19:15:57.7069891Z [00:02:03.463]➜  		"en-US/bssopenapi/GetResourcePackagePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetResourcePackagePrice.json",
2025-08-20T19:15:57.7070881Z [00:02:03.463]➜  		"en-US/bssopenapi/GetSubscriptionPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetSubscriptionPrice.json",
2025-08-20T19:15:57.7071991Z [00:02:03.463]➜  		"en-US/bssopenapi/InquiryPriceRefundInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/InquiryPriceRefundInstance.json",
2025-08-20T19:15:57.7073202Z [00:02:03.463]➜  		"en-US/bssopenapi/ModifyAccountRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ModifyAccountRelation.json",
2025-08-20T19:15:57.7074094Z [00:02:03.463]➜  		"en-US/bssopenapi/ModifyCostUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ModifyCostUnit.json",
2025-08-20T19:15:57.7074951Z [00:02:03.463]➜  		"en-US/bssopenapi/ModifyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ModifyInstance.json",
2025-08-20T19:15:57.7076001Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryAccountBalance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAccountBalance.json",
2025-08-20T19:15:57.7076896Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryAccountBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAccountBill.json",
2025-08-20T19:15:57.7078128Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryAccountTransactionDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAccountTransactionDetails.json",
2025-08-20T19:15:57.7079160Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryAccountTransactions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAccountTransactions.json",
2025-08-20T19:15:57.7080167Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryAvailableInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAvailableInstances.json",
2025-08-20T19:15:57.7080948Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryBill.json",
2025-08-20T19:15:57.7081861Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryBillOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryBillOverview.json",
2025-08-20T19:15:57.7083168Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryBillToOSSSubscription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryBillToOSSSubscription.json",
2025-08-20T19:15:57.7084148Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryCashCoupons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCashCoupons.json",
2025-08-20T19:15:57.7085105Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryCommodityList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCommodityList.json",
2025-08-20T19:15:57.7086077Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryCostUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCostUnit.json",
2025-08-20T19:15:57.7087091Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryCostUnitResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCostUnitResource.json",
2025-08-20T19:15:57.7088205Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryCustomerAddressList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCustomerAddressList.json",
2025-08-20T19:15:57.7089257Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryDPUtilizationDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryDPUtilizationDetail.json",
2025-08-20T19:15:57.7090197Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryEvaluateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryEvaluateList.json",
2025-08-20T19:15:57.7091256Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryFinancialAccountInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryFinancialAccountInfo.json",
2025-08-20T19:15:57.7092184Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryInstanceBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryInstanceBill.json",
2025-08-20T19:15:57.7093290Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryInstanceByTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryInstanceByTag.json",
2025-08-20T19:15:57.7094311Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryInstanceGaapCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryInstanceGaapCost.json",
2025-08-20T19:15:57.7095412Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryInvoicingCustomerList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryInvoicingCustomerList.json",
2025-08-20T19:15:57.7096228Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryOrders.json",
2025-08-20T19:15:57.7097218Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryPermissionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryPermissionList.json",
2025-08-20T19:15:57.7098245Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryPrepaidCards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryPrepaidCards.json",
2025-08-20T19:15:57.7099232Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryPriceEntityList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryPriceEntityList.json",
2025-08-20T19:15:57.7100221Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryProductList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryProductList.json",
2025-08-20T19:15:57.7101265Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryRIUtilizationDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryRIUtilizationDetail.json",
2025-08-20T19:15:57.7102086Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryRedeem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryRedeem.json",
2025-08-20T19:15:57.7103234Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryRelationList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryRelationList.json",
2025-08-20T19:15:57.7104352Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryResellerAvailableQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryResellerAvailableQuota.json",
2025-08-20T19:15:57.7105520Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryResellerUserAlarmThreshold.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryResellerUserAlarmThreshold.json",
2025-08-20T19:15:57.7106674Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryResourcePackageInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryResourcePackageInstances.json",
2025-08-20T19:15:57.7107843Z [00:02:03.463]➜  		"en-US/bssopenapi/QuerySavingsPlansDeductLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySavingsPlansDeductLog.json",
2025-08-20T19:15:57.7108914Z [00:02:03.463]➜  		"en-US/bssopenapi/QuerySavingsPlansDiscount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySavingsPlansDiscount.json",
2025-08-20T19:15:57.7109985Z [00:02:03.463]➜  		"en-US/bssopenapi/QuerySavingsPlansInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySavingsPlansInstance.json",
2025-08-20T19:15:57.7110972Z [00:02:03.463]➜  		"en-US/bssopenapi/QuerySettleBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySettleBill.json",
2025-08-20T19:15:57.7111905Z [00:02:03.463]➜  		"en-US/bssopenapi/QuerySkuPriceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySkuPriceList.json",
2025-08-20T19:15:57.7113064Z [00:02:03.463]➜  		"en-US/bssopenapi/QuerySplitItemBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySplitItemBill.json",
2025-08-20T19:15:57.7114000Z [00:02:03.463]➜  		"en-US/bssopenapi/QueryUserOmsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryUserOmsData.json",
2025-08-20T19:15:57.7114930Z [00:02:03.463]➜  		"en-US/bssopenapi/RefundInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RefundInstance.json",
2025-08-20T19:15:57.7115859Z [00:02:03.463]➜  		"en-US/bssopenapi/ReleaseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ReleaseInstance.json",
2025-08-20T19:15:57.7116928Z [00:02:03.463]➜  		"en-US/bssopenapi/RelieveAccountRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RelieveAccountRelation.json",
2025-08-20T19:15:57.7117878Z [00:02:03.463]➜  		"en-US/bssopenapi/RenewChangeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RenewChangeInstance.json",
2025-08-20T19:15:57.7118769Z [00:02:03.463]➜  		"en-US/bssopenapi/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RenewInstance.json",
2025-08-20T19:15:57.7119801Z [00:02:03.463]➜  		"en-US/bssopenapi/RenewResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RenewResourcePackage.json",
2025-08-20T19:15:57.7120865Z [00:02:03.463]➜  		"en-US/bssopenapi/SaveUserCredit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SaveUserCredit.json",
2025-08-20T19:15:57.7121866Z [00:02:03.463]➜  		"en-US/bssopenapi/SetAllExpirationDay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetAllExpirationDay.json",
2025-08-20T19:15:57.7123195Z [00:02:03.463]➜  		"en-US/bssopenapi/SetCreditLabelAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetCreditLabelAction.json",
2025-08-20T19:15:57.7124028Z [00:02:03.463]➜  		"en-US/bssopenapi/SetRenewal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetRenewal.json",
2025-08-20T19:15:57.7125041Z [00:02:03.463]➜  		"en-US/bssopenapi/SetResellerUserAlarmThreshold.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetResellerUserAlarmThreshold.json",
2025-08-20T19:15:57.7126025Z [00:02:03.463]➜  		"en-US/bssopenapi/SetResellerUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetResellerUserQuota.json",
2025-08-20T19:15:57.7127055Z [00:02:03.463]➜  		"en-US/bssopenapi/SetResellerUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetResellerUserStatus.json",
2025-08-20T19:15:57.7128011Z [00:02:03.463]➜  		"en-US/bssopenapi/SubscribeBillToOSS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SubscribeBillToOSS.json",
2025-08-20T19:15:57.7128869Z [00:02:03.463]➜  		"en-US/bssopenapi/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/TagResources.json",
2025-08-20T19:15:57.7130064Z [00:02:03.463]➜  		"en-US/bssopenapi/UnsubscribeBillToOSS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/UnsubscribeBillToOSS.json",
2025-08-20T19:15:57.7131015Z [00:02:03.463]➜  		"en-US/bssopenapi/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/UntagResources.json",
2025-08-20T19:15:57.7132074Z [00:02:03.463]➜  		"en-US/bssopenapi/UpgradeResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/UpgradeResourcePackage.json",
2025-08-20T19:15:57.7133183Z [00:02:03.463]➜  		"en-US/bssopenapi/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/version.json",
2025-08-20T19:15:57.7133953Z [00:02:03.463]➜  		"en-US/cas/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cas/version.json",
2025-08-20T19:15:57.7134737Z [00:02:03.463]➜  		"en-US/cbn/ActiveFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ActiveFlowLog.json",
2025-08-20T19:15:57.7136010Z [00:02:03.463]➜  		"en-US/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:15:57.7137318Z [00:02:03.463]➜  		"en-US/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:15:57.7138391Z [00:02:03.463]➜  		"en-US/cbn/AssociateCenBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AssociateCenBandwidthPackage.json",
2025-08-20T19:15:57.7139860Z [00:02:03.463]➜  		"en-US/cbn/AssociateTransitRouterAttachmentWithRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AssociateTransitRouterAttachmentWithRouteTable.json",
2025-08-20T19:15:57.7141097Z [00:02:03.463]➜  		"en-US/cbn/AssociateTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AssociateTransitRouterMulticastDomain.json",
2025-08-20T19:15:57.7142027Z [00:02:03.463]➜  		"en-US/cbn/AttachCenChildInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AttachCenChildInstance.json",
2025-08-20T19:15:57.7143169Z [00:02:03.463]➜  		"en-US/cbn/CheckTransitRouterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CheckTransitRouterService.json",
2025-08-20T19:15:57.7144075Z [00:02:03.463]➜  		"en-US/cbn/CreateCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCen.json",
2025-08-20T19:15:57.7145080Z [00:02:03.463]➜  		"en-US/cbn/CreateCenBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenBandwidthPackage.json",
2025-08-20T19:15:57.7146502Z [00:02:03.463]➜  		"en-US/cbn/CreateCenChildInstanceRouteEntryToAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenChildInstanceRouteEntryToAttachment.json",
2025-08-20T19:15:57.7147576Z [00:02:03.463]➜  		"en-US/cbn/CreateCenChildInstanceRouteEntryToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenChildInstanceRouteEntryToCen.json",
2025-08-20T19:15:57.7148761Z [00:02:03.463]➜  		"en-US/cbn/CreateCenInterRegionTrafficQosPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenInterRegionTrafficQosPolicy.json",
2025-08-20T19:15:57.7149947Z [00:02:03.463]➜  		"en-US/cbn/CreateCenInterRegionTrafficQosQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenInterRegionTrafficQosQueue.json",
2025-08-20T19:15:57.7150823Z [00:02:03.463]➜  		"en-US/cbn/CreateCenRouteMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenRouteMap.json",
2025-08-20T19:15:57.7151601Z [00:02:03.463]➜  		"en-US/cbn/CreateFlowlog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateFlowlog.json",
2025-08-20T19:15:57.7152936Z [00:02:03.463]➜  		"en-US/cbn/CreateTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTrafficMarkingPolicy.json",
2025-08-20T19:15:57.7154287Z [00:02:03.463]➜  		"en-US/cbn/CreateTransitRouteTableAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouteTableAggregation.json",
2025-08-20T19:15:57.7155167Z [00:02:03.463]➜  		"en-US/cbn/CreateTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouter.json",
2025-08-20T19:15:57.7156219Z [00:02:03.463]➜  		"en-US/cbn/CreateTransitRouterCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterCidr.json",
2025-08-20T19:15:57.7157687Z [00:02:03.463]➜  		"en-US/cbn/CreateTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterMulticastDomain.json",
2025-08-20T19:15:57.7158982Z [00:02:03.463]➜  		"en-US/cbn/CreateTransitRouterPeerAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterPeerAttachment.json",
2025-08-20T19:15:57.7160419Z [00:02:03.463]➜  		"en-US/cbn/CreateTransitRouterPrefixListAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:57.7161529Z [00:02:03.463]➜  		"en-US/cbn/CreateTransitRouterRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterRouteEntry.json",
2025-08-20T19:15:57.7162786Z [00:02:03.463]➜  		"en-US/cbn/CreateTransitRouterRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterRouteTable.json",
2025-08-20T19:15:57.7163986Z [00:02:03.463]➜  		"en-US/cbn/CreateTransitRouterVbrAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterVbrAttachment.json",
2025-08-20T19:15:57.7165220Z [00:02:03.463]➜  		"en-US/cbn/CreateTransitRouterVpcAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterVpcAttachment.json",
2025-08-20T19:15:57.7166416Z [00:02:03.463]➜  		"en-US/cbn/CreateTransitRouterVpnAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterVpnAttachment.json",
2025-08-20T19:15:57.7167299Z [00:02:03.463]➜  		"en-US/cbn/DeactiveFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeactiveFlowLog.json",
2025-08-20T19:15:57.7168226Z [00:02:03.463]➜  		"en-US/cbn/DeleteCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCen.json",
2025-08-20T19:15:57.7169269Z [00:02:03.463]➜  		"en-US/cbn/DeleteCenBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenBandwidthPackage.json",
2025-08-20T19:15:57.7170804Z [00:02:03.463]➜  		"en-US/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json",
2025-08-20T19:15:57.7172117Z [00:02:03.463]➜  		"en-US/cbn/DeleteCenChildInstanceRouteEntryToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenChildInstanceRouteEntryToCen.json",
2025-08-20T19:15:57.7173526Z [00:02:03.463]➜  		"en-US/cbn/DeleteCenInterRegionTrafficQosPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenInterRegionTrafficQosPolicy.json",
2025-08-20T19:15:57.7174730Z [00:02:03.463]➜  		"en-US/cbn/DeleteCenInterRegionTrafficQosQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenInterRegionTrafficQosQueue.json",
2025-08-20T19:15:57.7175634Z [00:02:03.463]➜  		"en-US/cbn/DeleteCenRouteMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenRouteMap.json",
2025-08-20T19:15:57.7176511Z [00:02:03.463]➜  		"en-US/cbn/DeleteFlowlog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteFlowlog.json",
2025-08-20T19:15:57.7177541Z [00:02:03.463]➜  		"en-US/cbn/DeleteRouteServiceInCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteRouteServiceInCen.json",
2025-08-20T19:15:57.7178810Z [00:02:03.463]➜  		"en-US/cbn/DeleteTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTrafficMarkingPolicy.json",
2025-08-20T19:15:57.7180045Z [00:02:03.463]➜  		"en-US/cbn/DeleteTransitRouteTableAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouteTableAggregation.json",
2025-08-20T19:15:57.7181010Z [00:02:03.463]➜  		"en-US/cbn/DeleteTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouter.json",
2025-08-20T19:15:57.7182012Z [00:02:03.463]➜  		"en-US/cbn/DeleteTransitRouterCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterCidr.json",
2025-08-20T19:15:57.7183418Z [00:02:03.463]➜  		"en-US/cbn/DeleteTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterMulticastDomain.json",
2025-08-20T19:15:57.7184445Z [00:02:03.463]➜  		"en-US/cbn/DeleteTransitRouterPeerAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterPeerAttachment.json",
2025-08-20T19:15:57.7185679Z [00:02:03.463]➜  		"en-US/cbn/DeleteTransitRouterPrefixListAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:57.7186725Z [00:02:03.463]➜  		"en-US/cbn/DeleteTransitRouterRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterRouteEntry.json",
2025-08-20T19:15:57.7187832Z [00:02:03.463]➜  		"en-US/cbn/DeleteTransitRouterRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterRouteTable.json",
2025-08-20T19:15:57.7189052Z [00:02:03.463]➜  		"en-US/cbn/DeleteTransitRouterVbrAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterVbrAttachment.json",
2025-08-20T19:15:57.7190215Z [00:02:03.463]➜  		"en-US/cbn/DeleteTransitRouterVpcAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterVpcAttachment.json",
2025-08-20T19:15:57.7191392Z [00:02:03.463]➜  		"en-US/cbn/DeleteTransitRouterVpnAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterVpnAttachment.json",
2025-08-20T19:15:57.7193140Z [00:02:03.463]➜  		"en-US/cbn/DeregisterTransitRouterMulticastGroupMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeregisterTransitRouterMulticastGroupMembers.json",
2025-08-20T19:15:57.7194587Z [00:02:03.463]➜  		"en-US/cbn/DeregisterTransitRouterMulticastGroupSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeregisterTransitRouterMulticastGroupSources.json",
2025-08-20T19:15:57.7196016Z [00:02:03.463]➜  		"en-US/cbn/DescribeCenAttachedChildInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenAttachedChildInstanceAttribute.json",
2025-08-20T19:15:57.7197176Z [00:02:03.463]➜  		"en-US/cbn/DescribeCenAttachedChildInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenAttachedChildInstances.json",
2025-08-20T19:15:57.7198598Z [00:02:03.463]➜  		"en-US/cbn/DescribeCenBandwidthPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenBandwidthPackages.json",
2025-08-20T19:15:57.7199907Z [00:02:03.463]➜  		"en-US/cbn/DescribeCenChildInstanceRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenChildInstanceRouteEntries.json",
2025-08-20T19:15:57.7201197Z [00:02:03.463]➜  		"en-US/cbn/DescribeCenGeographicSpanRemainingBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenGeographicSpanRemainingBandwidth.json",
2025-08-20T19:15:57.7202197Z [00:02:03.463]➜  		"en-US/cbn/DescribeCenGeographicSpans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenGeographicSpans.json",
2025-08-20T19:15:57.7203553Z [00:02:03.463]➜  		"en-US/cbn/DescribeCenInterRegionBandwidthLimits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenInterRegionBandwidthLimits.json",
2025-08-20T19:15:57.7204607Z [00:02:03.463]➜  		"en-US/cbn/DescribeCenPrivateZoneRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenPrivateZoneRoutes.json",
2025-08-20T19:15:57.7205897Z [00:02:03.463]➜  		"en-US/cbn/DescribeCenRegionDomainRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenRegionDomainRouteEntries.json",
2025-08-20T19:15:57.7207041Z [00:02:03.463]➜  		"en-US/cbn/DescribeCenRouteMaps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenRouteMaps.json",
2025-08-20T19:15:57.7207974Z [00:02:03.463]➜  		"en-US/cbn/DescribeCenVbrHealthCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenVbrHealthCheck.json",
2025-08-20T19:15:57.7208710Z [00:02:03.463]➜  		"en-US/cbn/DescribeCens.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCens.json",
2025-08-20T19:15:57.7209890Z [00:02:03.463]➜  		"en-US/cbn/DescribeChildInstanceRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeChildInstanceRegions.json",
2025-08-20T19:15:57.7210831Z [00:02:03.463]➜  		"en-US/cbn/DescribeFlowlogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeFlowlogs.json",
2025-08-20T19:15:57.7212276Z [00:02:03.463]➜  		"en-US/cbn/DescribeGeographicRegionMembership.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeGeographicRegionMembership.json",
2025-08-20T19:15:57.7213614Z [00:02:03.463]➜  		"en-US/cbn/DescribeGrantRulesToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeGrantRulesToCen.json",
2025-08-20T19:15:57.7214726Z [00:02:03.463]➜  		"en-US/cbn/DescribeGrantRulesToResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeGrantRulesToResource.json",
2025-08-20T19:15:57.7215848Z [00:02:03.463]➜  		"en-US/cbn/DescribePublishedRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribePublishedRouteEntries.json",
2025-08-20T19:15:57.7216817Z [00:02:03.463]➜  		"en-US/cbn/DescribeRouteConflict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeRouteConflict.json",
2025-08-20T19:15:57.7217861Z [00:02:03.463]➜  		"en-US/cbn/DescribeRouteServicesInCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeRouteServicesInCen.json",
2025-08-20T19:15:57.7219112Z [00:02:03.463]➜  		"en-US/cbn/DescribeTransitRouteTableAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeTransitRouteTableAggregation.json",
2025-08-20T19:15:57.7220626Z [00:02:03.464]➜  		"en-US/cbn/DescribeTransitRouteTableAggregationDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeTransitRouteTableAggregationDetail.json",
2025-08-20T19:15:57.7221604Z [00:02:03.464]➜  		"en-US/cbn/DetachCenChildInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DetachCenChildInstance.json",
2025-08-20T19:15:57.7222852Z [00:02:03.464]➜  		"en-US/cbn/DisableCenVbrHealthCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DisableCenVbrHealthCheck.json",
2025-08-20T19:15:57.7224265Z [00:02:03.464]➜  		"en-US/cbn/DisableTransitRouterRouteTablePropagation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DisableTransitRouterRouteTablePropagation.json",
2025-08-20T19:15:57.7225635Z [00:02:03.464]➜  		"en-US/cbn/DisassociateTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DisassociateTransitRouterMulticastDomain.json",
2025-08-20T19:15:57.7227155Z [00:02:03.464]➜  		"en-US/cbn/DissociateTransitRouterAttachmentFromRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DissociateTransitRouterAttachmentFromRouteTable.json",
2025-08-20T19:15:57.7228213Z [00:02:03.464]➜  		"en-US/cbn/EnableCenVbrHealthCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/EnableCenVbrHealthCheck.json",
2025-08-20T19:15:57.7229611Z [00:02:03.464]➜  		"en-US/cbn/EnableTransitRouterRouteTablePropagation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/EnableTransitRouterRouteTablePropagation.json",
2025-08-20T19:15:57.7230780Z [00:02:03.464]➜  		"en-US/cbn/GrantInstanceToTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/GrantInstanceToTransitRouter.json",
2025-08-20T19:15:57.7232601Z [00:02:03.464]➜  		"en-US/cbn/ListCenChildInstanceRouteEntriesToAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListCenChildInstanceRouteEntriesToAttachment.json",
2025-08-20T19:15:57.7233983Z [00:02:03.464]➜  		"en-US/cbn/ListCenInterRegionTrafficQosPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListCenInterRegionTrafficQosPolicies.json",
2025-08-20T19:15:57.7235238Z [00:02:03.464]➜  		"en-US/cbn/ListCenInterRegionTrafficQosQueues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListCenInterRegionTrafficQosQueues.json",
2025-08-20T19:15:57.7236220Z [00:02:03.464]➜  		"en-US/cbn/ListGrantVSwitchEnis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListGrantVSwitchEnis.json",
2025-08-20T19:15:57.7237261Z [00:02:03.464]➜  		"en-US/cbn/ListGrantVSwitchesToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListGrantVSwitchesToCen.json",
2025-08-20T19:15:57.7238381Z [00:02:03.464]➜  		"en-US/cbn/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTagResources.json",
2025-08-20T19:15:57.7239478Z [00:02:03.464]➜  		"en-US/cbn/ListTrafficMarkingPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTrafficMarkingPolicies.json",
2025-08-20T19:15:57.7240672Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterAvailableResource.json",
2025-08-20T19:15:57.7241489Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterCidr.json",
2025-08-20T19:15:57.7242717Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterCidrAllocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterCidrAllocation.json",
2025-08-20T19:15:57.7244073Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterMulticastDomainAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterMulticastDomainAssociations.json",
2025-08-20T19:15:57.7245459Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterMulticastDomainVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterMulticastDomainVSwitches.json",
2025-08-20T19:15:57.7246771Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterMulticastDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterMulticastDomains.json",
2025-08-20T19:15:57.7247996Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterMulticastGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterMulticastGroups.json",
2025-08-20T19:15:57.7249140Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterPeerAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterPeerAttachments.json",
2025-08-20T19:15:57.7250410Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterPrefixListAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:57.7251496Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterRouteEntries.json",
2025-08-20T19:15:57.7252959Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterRouteTableAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterRouteTableAssociations.json",
2025-08-20T19:15:57.7254262Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterRouteTablePropagations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterRouteTablePropagations.json",
2025-08-20T19:15:57.7255318Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterRouteTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterRouteTables.json",
2025-08-20T19:15:57.7256472Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterVbrAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterVbrAttachments.json",
2025-08-20T19:15:57.7257761Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterVpcAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterVpcAttachments.json",
2025-08-20T19:15:57.7258913Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouterVpnAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterVpnAttachments.json",
2025-08-20T19:15:57.7259795Z [00:02:03.464]➜  		"en-US/cbn/ListTransitRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouters.json",
2025-08-20T19:15:57.7260618Z [00:02:03.464]➜  		"en-US/cbn/ModifyCenAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyCenAttribute.json",
2025-08-20T19:15:57.7261875Z [00:02:03.464]➜  		"en-US/cbn/ModifyCenBandwidthPackageAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyCenBandwidthPackageAttribute.json",
2025-08-20T19:15:57.7263098Z [00:02:03.464]➜  		"en-US/cbn/ModifyCenBandwidthPackageSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyCenBandwidthPackageSpec.json",
2025-08-20T19:15:57.7263931Z [00:02:03.464]➜  		"en-US/cbn/ModifyCenRouteMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyCenRouteMap.json",
2025-08-20T19:15:57.7264799Z [00:02:03.464]➜  		"en-US/cbn/ModifyFlowLogAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyFlowLogAttribute.json",
2025-08-20T19:15:57.7265709Z [00:02:03.464]➜  		"en-US/cbn/ModifyTransitRouterCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyTransitRouterCidr.json",
2025-08-20T19:15:57.7266844Z [00:02:03.464]➜  		"en-US/cbn/ModifyTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyTransitRouterMulticastDomain.json",
2025-08-20T19:15:57.7267728Z [00:02:03.464]➜  		"en-US/cbn/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/MoveResourceGroup.json",
2025-08-20T19:15:57.7268677Z [00:02:03.464]➜  		"en-US/cbn/OpenTransitRouterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/OpenTransitRouterService.json",
2025-08-20T19:15:57.7269631Z [00:02:03.464]➜  		"en-US/cbn/PublishRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/PublishRouteEntries.json",
2025-08-20T19:15:57.7270727Z [00:02:03.464]➜  		"en-US/cbn/RefreshTransitRouteTableAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RefreshTransitRouteTableAggregation.json",
2025-08-20T19:15:57.7272139Z [00:02:03.464]➜  		"en-US/cbn/RegisterTransitRouterMulticastGroupMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RegisterTransitRouterMulticastGroupMembers.json",
2025-08-20T19:15:57.7273663Z [00:02:03.464]➜  		"en-US/cbn/RegisterTransitRouterMulticastGroupSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RegisterTransitRouterMulticastGroupSources.json",
2025-08-20T19:15:57.7275111Z [00:02:03.464]➜  		"en-US/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json",
2025-08-20T19:15:57.7276485Z [00:02:03.464]➜  		"en-US/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json",
2025-08-20T19:15:57.7277868Z [00:02:03.464]➜  		"en-US/cbn/ReplaceTransitRouterRouteTableAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ReplaceTransitRouterRouteTableAssociation.json",
2025-08-20T19:15:57.7278943Z [00:02:03.464]➜  		"en-US/cbn/ResolveAndRouteServiceInCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ResolveAndRouteServiceInCen.json",
2025-08-20T19:15:57.7280037Z [00:02:03.464]➜  		"en-US/cbn/RevokeInstanceFromTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RevokeInstanceFromTransitRouter.json",
2025-08-20T19:15:57.7281146Z [00:02:03.464]➜  		"en-US/cbn/RoutePrivateZoneInCenToVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RoutePrivateZoneInCenToVpc.json",
2025-08-20T19:15:57.7282281Z [00:02:03.464]➜  		"en-US/cbn/SetCenInterRegionBandwidthLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/SetCenInterRegionBandwidthLimit.json",
2025-08-20T19:15:57.7283285Z [00:02:03.464]➜  		"en-US/cbn/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/TagResources.json",
2025-08-20T19:15:57.7284483Z [00:02:03.464]➜  		"en-US/cbn/TempUpgradeCenBandwidthPackageSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/TempUpgradeCenBandwidthPackageSpec.json",
2025-08-20T19:15:57.7285718Z [00:02:03.464]➜  		"en-US/cbn/UnassociateCenBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UnassociateCenBandwidthPackage.json",
2025-08-20T19:15:57.7286778Z [00:02:03.464]➜  		"en-US/cbn/UnroutePrivateZoneInCenToVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UnroutePrivateZoneInCenToVpc.json",
2025-08-20T19:15:57.7287611Z [00:02:03.464]➜  		"en-US/cbn/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UntagResources.json",
2025-08-20T19:15:57.7288996Z [00:02:03.464]➜  		"en-US/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json",
2025-08-20T19:15:57.7290383Z [00:02:03.464]➜  		"en-US/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json",
2025-08-20T19:15:57.7291553Z [00:02:03.464]➜  		"en-US/cbn/UpdateTrafficMarkingPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTrafficMarkingPolicyAttribute.json",
2025-08-20T19:15:57.7292643Z [00:02:03.465]➜  		"en-US/cbn/UpdateTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouter.json",
2025-08-20T19:15:57.7293995Z [00:02:03.465]➜  		"en-US/cbn/UpdateTransitRouterPeerAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterPeerAttachmentAttribute.json",
2025-08-20T19:15:57.7295204Z [00:02:03.465]➜  		"en-US/cbn/UpdateTransitRouterRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterRouteEntry.json",
2025-08-20T19:15:57.7296364Z [00:02:03.465]➜  		"en-US/cbn/UpdateTransitRouterRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterRouteTable.json",
2025-08-20T19:15:57.7297638Z [00:02:03.465]➜  		"en-US/cbn/UpdateTransitRouterVbrAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterVbrAttachmentAttribute.json",
2025-08-20T19:15:57.7298917Z [00:02:03.465]➜  		"en-US/cbn/UpdateTransitRouterVpcAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterVpcAttachmentAttribute.json",
2025-08-20T19:15:57.7300140Z [00:02:03.465]➜  		"en-US/cbn/UpdateTransitRouterVpcAttachmentZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterVpcAttachmentZones.json",
2025-08-20T19:15:57.7301417Z [00:02:03.465]➜  		"en-US/cbn/UpdateTransitRouterVpnAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterVpnAttachmentAttribute.json",
2025-08-20T19:15:57.7302665Z [00:02:03.465]➜  		"en-US/cbn/WithdrawPublishedRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/WithdrawPublishedRouteEntries.json",
2025-08-20T19:15:57.7303416Z [00:02:03.465]➜  		"en-US/cbn/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/version.json",
2025-08-20T19:15:57.7304230Z [00:02:03.465]➜  		"en-US/ccc/AddAgentDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AddAgentDevice.json",
2025-08-20T19:15:57.7305215Z [00:02:03.465]➜  		"en-US/ccc/AddBulkPhoneNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AddBulkPhoneNumbers.json",
2025-08-20T19:15:57.7306052Z [00:02:03.465]➜  		"en-US/ccc/AddPhoneNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AddPhoneNumber.json",
2025-08-20T19:15:57.7306822Z [00:02:03.465]➜  		"en-US/ccc/AddPhoneTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AddPhoneTags.json",
2025-08-20T19:15:57.7307570Z [00:02:03.465]➜  		"en-US/ccc/AssignUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AssignUsers.json",
2025-08-20T19:15:57.7308512Z [00:02:03.465]➜  		"en-US/ccc/CallOnlinePrivacyNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CallOnlinePrivacyNumber.json",
2025-08-20T19:15:57.7309506Z [00:02:03.465]➜  		"en-US/ccc/CheckNumberAvaliable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CheckNumberAvaliable.json",
2025-08-20T19:15:57.7310708Z [00:02:03.465]➜  		"en-US/ccc/CommitContactFlowVersionModification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CommitContactFlowVersionModification.json",
2025-08-20T19:15:57.7311628Z [00:02:03.465]➜  		"en-US/ccc/CreateContactFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateContactFlow.json",
2025-08-20T19:15:57.7312350Z [00:02:03.465]➜  		"en-US/ccc/CreateFault.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateFault.json",
2025-08-20T19:15:57.7313348Z [00:02:03.465]➜  		"en-US/ccc/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateInstance.json",
2025-08-20T19:15:57.7314090Z [00:02:03.465]➜  		"en-US/ccc/CreateMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateMedia.json",
2025-08-20T19:15:57.7314921Z [00:02:03.465]➜  		"en-US/ccc/CreateSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateSkillGroup.json",
2025-08-20T19:15:57.7315705Z [00:02:03.465]➜  		"en-US/ccc/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateUser.json",
2025-08-20T19:15:57.7316812Z [00:02:03.465]➜  		"en-US/ccc/CreateVoiceAppraise.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateVoiceAppraise.json",
2025-08-20T19:15:57.7317664Z [00:02:03.465]➜  		"en-US/ccc/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DeleteInstance.json",
2025-08-20T19:15:57.7318417Z [00:02:03.465]➜  		"en-US/ccc/DeleteMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DeleteMedia.json",
2025-08-20T19:15:57.7319437Z [00:02:03.465]➜  		"en-US/ccc/DeletePhoneTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DeletePhoneTags.json",
2025-08-20T19:15:57.7320253Z [00:02:03.465]➜  		"en-US/ccc/DeleteSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DeleteSkillGroup.json",
2025-08-20T19:15:57.7320926Z [00:02:03.465]➜  		"en-US/ccc/DialEx.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DialEx.json",
2025-08-20T19:15:57.7321880Z [00:02:03.465]➜  		"en-US/ccc/DisableTrunkProviders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DisableTrunkProviders.json",
2025-08-20T19:15:57.7323061Z [00:02:03.465]➜  		"en-US/ccc/DownloadAllTypeRecording.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DownloadAllTypeRecording.json",
2025-08-20T19:15:57.7323935Z [00:02:03.465]➜  		"en-US/ccc/DownloadRecording.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DownloadRecording.json",
2025-08-20T19:15:57.7324692Z [00:02:03.465]➜  		"en-US/ccc/FindUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/FindUsers.json",
2025-08-20T19:15:57.7325787Z [00:02:03.465]➜  		"en-US/ccc/GenerateAgentStatisticReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GenerateAgentStatisticReport.json",
2025-08-20T19:15:57.7326672Z [00:02:03.465]➜  		"en-US/ccc/GetAgentData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetAgentData.json",
2025-08-20T19:15:57.7327928Z [00:02:03.465]➜  		"en-US/ccc/GetCallMeasureSummaryReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetCallMeasureSummaryReport.json",
2025-08-20T19:15:57.7328714Z [00:02:03.465]➜  		"en-US/ccc/GetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetConfig.json",
2025-08-20T19:15:57.7329903Z [00:02:03.465]➜  		"en-US/ccc/GetConversationDetailByContactId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetConversationDetailByContactId.json",
2025-08-20T19:15:57.7330671Z [00:02:03.465]➜  		"en-US/ccc/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstance.json",
2025-08-20T19:15:57.7331731Z [00:02:03.465]➜  		"en-US/ccc/GetInstanceState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstanceState.json",
2025-08-20T19:15:57.7332882Z [00:02:03.465]➜  		"en-US/ccc/GetInstanceSummaryReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstanceSummaryReport.json",
2025-08-20T19:15:57.7334153Z [00:02:03.465]➜  		"en-US/ccc/GetInstanceSummaryReportByInterval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstanceSummaryReportByInterval.json",
2025-08-20T19:15:57.7335485Z [00:02:03.465]➜  		"en-US/ccc/GetInstanceSummaryReportSinceMidnight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstanceSummaryReportSinceMidnight.json",
2025-08-20T19:15:57.7336464Z [00:02:03.465]➜  		"en-US/ccc/GetNumberRegionInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetNumberRegionInfo.json",
2025-08-20T19:15:57.7337488Z [00:02:03.465]➜  		"en-US/ccc/GetRecordOssUploadParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetRecordOssUploadParam.json",
2025-08-20T19:15:57.7338335Z [00:02:03.465]➜  		"en-US/ccc/GetRoutePoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetRoutePoint.json",
2025-08-20T19:15:57.7339281Z [00:02:03.465]➜  		"en-US/ccc/GetServiceExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetServiceExtensions.json",
2025-08-20T19:15:57.7340294Z [00:02:03.465]➜  		"en-US/ccc/GetSmsConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetSmsConfig.json",
2025-08-20T19:15:57.7341212Z [00:02:03.465]➜  		"en-US/ccc/GetTURNCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetTURNCredentials.json",
2025-08-20T19:15:57.7342540Z [00:02:03.465]➜  		"en-US/ccc/GetTURNServerList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetTURNServerList.json",
2025-08-20T19:15:57.7343396Z [00:02:03.465]➜  		"en-US/ccc/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetUser.json",
2025-08-20T19:15:57.7344328Z [00:02:03.465]➜  		"en-US/ccc/GetUserByExtension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetUserByExtension.json",
2025-08-20T19:15:57.7345158Z [00:02:03.465]➜  		"en-US/ccc/LaunchAppraise.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/LaunchAppraise.json",
2025-08-20T19:15:57.7346209Z [00:02:03.465]➜  		"en-US/ccc/LaunchShortMessageAppraise.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/LaunchShortMessageAppraise.json",
2025-08-20T19:15:57.7347066Z [00:02:03.465]➜  		"en-US/ccc/ListAgentDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentDevices.json",
2025-08-20T19:15:57.7347929Z [00:02:03.465]➜  		"en-US/ccc/ListAgentEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentEvents.json",
2025-08-20T19:15:57.7348858Z [00:02:03.465]➜  		"en-US/ccc/ListAgentStateLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentStateLogs.json",
2025-08-20T19:15:57.7349757Z [00:02:03.465]➜  		"en-US/ccc/ListAgentStates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentStates.json",
2025-08-20T19:15:57.7350955Z [00:02:03.465]➜  		"en-US/ccc/ListAgentSummaryReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentSummaryReports.json",
2025-08-20T19:15:57.7352185Z [00:02:03.465]➜  		"en-US/ccc/ListAgentSummaryReportsByInterval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentSummaryReportsByInterval.json",
2025-08-20T19:15:57.7353631Z [00:02:03.465]➜  		"en-US/ccc/ListAgentSummaryReportsSinceMidnight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentSummaryReportsSinceMidnight.json",
2025-08-20T19:15:57.7354646Z [00:02:03.465]➜  		"en-US/ccc/ListCallDetailRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListCallDetailRecords.json",
2025-08-20T19:15:57.7356002Z [00:02:03.465]➜  		"en-US/ccc/ListCallEventDetailByContactId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListCallEventDetailByContactId.json",
2025-08-20T19:15:57.7357152Z [00:02:03.465]➜  		"en-US/ccc/ListCallMeasureSummaryReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListCallMeasureSummaryReports.json",
2025-08-20T19:15:57.7357962Z [00:02:03.465]➜  		"en-US/ccc/ListConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListConfig.json",
2025-08-20T19:15:57.7358836Z [00:02:03.465]➜  		"en-US/ccc/ListContactFlows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListContactFlows.json",
2025-08-20T19:15:57.7359775Z [00:02:03.465]➜  		"en-US/ccc/ListInstancesOfUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListInstancesOfUser.json",
2025-08-20T19:15:57.7360763Z [00:02:03.465]➜  		"en-US/ccc/ListIvrTrackingDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListIvrTrackingDetail.json",
2025-08-20T19:15:57.7361533Z [00:02:03.465]➜  		"en-US/ccc/ListMedias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListMedias.json",
2025-08-20T19:15:57.7362830Z [00:02:03.465]➜  		"en-US/ccc/ListOutboundPhoneNumberOfUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListOutboundPhoneNumberOfUser.json",
2025-08-20T19:15:57.7363860Z [00:02:03.465]➜  		"en-US/ccc/ListPhoneNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListPhoneNumbers.json",
2025-08-20T19:15:57.7364665Z [00:02:03.465]➜  		"en-US/ccc/ListPhoneTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListPhoneTags.json",
2025-08-20T19:15:57.7365519Z [00:02:03.465]➜  		"en-US/ccc/ListRealTimeAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRealTimeAgent.json",
2025-08-20T19:15:57.7366561Z [00:02:03.465]➜  		"en-US/ccc/ListRecentCallRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRecentCallRecords.json",
2025-08-20T19:15:57.7367564Z [00:02:03.465]➜  		"en-US/ccc/ListRecordingOfDualTrack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRecordingOfDualTrack.json",
2025-08-20T19:15:57.7368404Z [00:02:03.465]➜  		"en-US/ccc/ListRecordings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRecordings.json",
2025-08-20T19:15:57.7369488Z [00:02:03.465]➜  		"en-US/ccc/ListRecordingsByContactId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRecordingsByContactId.json",
2025-08-20T19:15:57.7370211Z [00:02:03.465]➜  		"en-US/ccc/ListRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRoles.json",
2025-08-20T19:15:57.7371107Z [00:02:03.465]➜  		"en-US/ccc/ListSkillGroupStates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupStates.json",
2025-08-20T19:15:57.7372153Z [00:02:03.465]➜  		"en-US/ccc/ListSkillGroupSummaryReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupSummaryReports.json",
2025-08-20T19:15:57.7373638Z [00:02:03.465]➜  		"en-US/ccc/ListSkillGroupSummaryReportsByInterval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupSummaryReportsByInterval.json",
2025-08-20T19:15:57.7375321Z [00:02:03.465]➜  		"en-US/ccc/ListSkillGroupSummaryReportsSinceMidnight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupSummaryReportsSinceMidnight.json",
2025-08-20T19:15:57.7376217Z [00:02:03.465]➜  		"en-US/ccc/ListSkillGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroups.json",
2025-08-20T19:15:57.7377173Z [00:02:03.465]➜  		"en-US/ccc/ListSkillGroupsOfUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupsOfUser.json",
2025-08-20T19:15:57.7378238Z [00:02:03.465]➜  		"en-US/ccc/ListTransferableSkillGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListTransferableSkillGroups.json",
2025-08-20T19:15:57.7379134Z [00:02:03.465]➜  		"en-US/ccc/ListTrunkProviders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListTrunkProviders.json",
2025-08-20T19:15:57.7380280Z [00:02:03.465]➜  		"en-US/ccc/ListTrunksOfSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListTrunksOfSkillGroup.json",
2025-08-20T19:15:57.7381030Z [00:02:03.465]➜  		"en-US/ccc/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListUsers.json",
2025-08-20T19:15:57.7381969Z [00:02:03.465]➜  		"en-US/ccc/ListUsersOfSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListUsersOfSkillGroup.json",
2025-08-20T19:15:57.7383133Z [00:02:03.465]➜  		"en-US/ccc/ListVoiceAppraise.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListVoiceAppraise.json",
2025-08-20T19:15:57.7384041Z [00:02:03.465]➜  		"en-US/ccc/ModifyAgentDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyAgentDevice.json",
2025-08-20T19:15:57.7384913Z [00:02:03.465]➜  		"en-US/ccc/ModifyPhoneNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyPhoneNumber.json",
2025-08-20T19:15:57.7385758Z [00:02:03.465]➜  		"en-US/ccc/ModifyPhoneTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyPhoneTags.json",
2025-08-20T19:15:57.7386915Z [00:02:03.465]➜  		"en-US/ccc/ModifyPrimaryTrunksOfSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyPrimaryTrunksOfSkillGroup.json",
2025-08-20T19:15:57.7388121Z [00:02:03.465]➜  		"en-US/ccc/ModifyPrivacyNumberCallDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyPrivacyNumberCallDetail.json",
2025-08-20T19:15:57.7388964Z [00:02:03.465]➜  		"en-US/ccc/ModifySkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifySkillGroup.json",
2025-08-20T19:15:57.7390091Z [00:02:03.465]➜  		"en-US/ccc/ModifySkillGroupBasicInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifySkillGroupBasicInfo.json",
2025-08-20T19:15:57.7391092Z [00:02:03.465]➜  		"en-US/ccc/ModifySkillGroupOfUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifySkillGroupOfUser.json",
2025-08-20T19:15:57.7392245Z [00:02:03.465]➜  		"en-US/ccc/ModifySkillGroupOutboundNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifySkillGroupOutboundNumbers.json",
2025-08-20T19:15:57.7393219Z [00:02:03.465]➜  		"en-US/ccc/ModifyUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyUser.json",
2025-08-20T19:15:57.7394356Z [00:02:03.465]➜  		"en-US/ccc/PickGlobalOutboundNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/PickGlobalOutboundNumbers.json",
2025-08-20T19:15:57.7395213Z [00:02:03.465]➜  		"en-US/ccc/PickLocalNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/PickLocalNumber.json",
2025-08-20T19:15:57.7396119Z [00:02:03.465]➜  		"en-US/ccc/PickOutboundNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/PickOutboundNumbers.json",
2025-08-20T19:15:57.7397165Z [00:02:03.465]➜  		"en-US/ccc/PublishContactFlowVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/PublishContactFlowVersion.json",
2025-08-20T19:15:57.7398080Z [00:02:03.465]➜  		"en-US/ccc/RefreshToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RefreshToken.json",
2025-08-20T19:15:57.7399010Z [00:02:03.465]➜  		"en-US/ccc/RemovePhoneNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RemovePhoneNumber.json",
2025-08-20T19:15:57.7399807Z [00:02:03.465]➜  		"en-US/ccc/RemoveUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RemoveUsers.json",
2025-08-20T19:15:57.7400862Z [00:02:03.465]➜  		"en-US/ccc/RemoveUsersFromSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RemoveUsersFromSkillGroup.json",
2025-08-20T19:15:57.7401721Z [00:02:03.465]➜  		"en-US/ccc/RequestLoginInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RequestLoginInfo.json",
2025-08-20T19:15:57.7402885Z [00:02:03.465]➜  		"en-US/ccc/ResetUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ResetUserStatus.json",
2025-08-20T19:15:57.7403790Z [00:02:03.465]➜  		"en-US/ccc/SaveWebRTCStats.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/SaveWebRTCStats.json",
2025-08-20T19:15:57.7404899Z [00:02:03.465]➜  		"en-US/ccc/SendPredefinedShortMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/SendPredefinedShortMessage.json",
2025-08-20T19:15:57.7405799Z [00:02:03.465]➜  		"en-US/ccc/StartBack2BackCall.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/StartBack2BackCall.json",
2025-08-20T19:15:57.7406511Z [00:02:03.465]➜  		"en-US/ccc/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/version.json",
2025-08-20T19:15:57.7407305Z [00:02:03.465]➜  		"en-US/cdn/AddCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/AddCdnDomain.json",
2025-08-20T19:15:57.7408069Z [00:02:03.465]➜  		"en-US/cdn/AddFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/AddFCTrigger.json",
2025-08-20T19:15:57.7408935Z [00:02:03.465]➜  		"en-US/cdn/BatchAddCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchAddCdnDomain.json",
2025-08-20T19:15:57.7410261Z [00:02:03.465]➜  		"en-US/cdn/BatchDeleteCdnDomainConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchDeleteCdnDomainConfig.json",
2025-08-20T19:15:57.7411259Z [00:02:03.465]➜  		"en-US/cdn/BatchDescribeCdnIpInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchDescribeCdnIpInfo.json",
2025-08-20T19:15:57.7412252Z [00:02:03.465]➜  		"en-US/cdn/BatchSetCdnDomainConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchSetCdnDomainConfig.json",
2025-08-20T19:15:57.7413788Z [00:02:03.465]➜  		"en-US/cdn/BatchSetCdnDomainServerCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchSetCdnDomainServerCertificate.json",
2025-08-20T19:15:57.7414749Z [00:02:03.465]➜  		"en-US/cdn/BatchStartCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchStartCdnDomain.json",
2025-08-20T19:15:57.7415663Z [00:02:03.465]➜  		"en-US/cdn/BatchStopCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchStopCdnDomain.json",
2025-08-20T19:15:57.7416558Z [00:02:03.465]➜  		"en-US/cdn/BatchUpdateCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchUpdateCdnDomain.json",
2025-08-20T19:15:57.7417390Z [00:02:03.465]➜  		"en-US/cdn/CdnMigrateRegister.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CdnMigrateRegister.json",
2025-08-20T19:15:57.7418267Z [00:02:03.465]➜  		"en-US/cdn/ChangeCdnDomainToDcdn.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ChangeCdnDomainToDcdn.json",
2025-08-20T19:15:57.7419121Z [00:02:03.465]➜  		"en-US/cdn/CheckCdnDomainExist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CheckCdnDomainExist.json",
2025-08-20T19:15:57.7419996Z [00:02:03.465]➜  		"en-US/cdn/CheckCdnDomainICP.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CheckCdnDomainICP.json",
2025-08-20T19:15:57.7421309Z [00:02:03.465]➜  		"en-US/cdn/CreateCdnCertificateSigningRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateCdnCertificateSigningRequest.json",
2025-08-20T19:15:57.7422234Z [00:02:03.465]➜  		"en-US/cdn/CreateCdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateCdnDeliverTask.json",
2025-08-20T19:15:57.7423271Z [00:02:03.465]➜  		"en-US/cdn/CreateCdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateCdnSubTask.json",
2025-08-20T19:15:57.7424315Z [00:02:03.465]➜  		"en-US/cdn/CreateRealTimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateRealTimeLogDelivery.json",
2025-08-20T19:15:57.7425488Z [00:02:03.465]➜  		"en-US/cdn/CreateUsageDetailDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateUsageDetailDataExportTask.json",
2025-08-20T19:15:57.7426767Z [00:02:03.465]➜  		"en-US/cdn/CreateUserUsageDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateUserUsageDataExportTask.json",
2025-08-20T19:15:57.7427730Z [00:02:03.465]➜  		"en-US/cdn/DeleteCdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteCdnDeliverTask.json",
2025-08-20T19:15:57.7428588Z [00:02:03.465]➜  		"en-US/cdn/DeleteCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteCdnDomain.json",
2025-08-20T19:15:57.7429465Z [00:02:03.465]➜  		"en-US/cdn/DeleteCdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteCdnSubTask.json",
2025-08-20T19:15:57.7430308Z [00:02:03.465]➜  		"en-US/cdn/DeleteFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteFCTrigger.json",
2025-08-20T19:15:57.7431271Z [00:02:03.465]➜  		"en-US/cdn/DeleteRealTimeLogLogstore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteRealTimeLogLogstore.json",
2025-08-20T19:15:57.7432294Z [00:02:03.465]➜  		"en-US/cdn/DeleteRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteRealtimeLogDelivery.json",
2025-08-20T19:15:57.7433701Z [00:02:03.465]➜  		"en-US/cdn/DeleteSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteSpecificConfig.json",
2025-08-20T19:15:57.7434793Z [00:02:03.465]➜  		"en-US/cdn/DeleteSpecificStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteSpecificStagingConfig.json",
2025-08-20T19:15:57.7436071Z [00:02:03.465]➜  		"en-US/cdn/DeleteUsageDetailDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteUsageDetailDataExportTask.json",
2025-08-20T19:15:57.7437224Z [00:02:03.465]➜  		"en-US/cdn/DeleteUserUsageDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteUserUsageDataExportTask.json",
2025-08-20T19:15:57.7438221Z [00:02:03.465]➜  		"en-US/cdn/DescribeBlockedRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeBlockedRegions.json",
2025-08-20T19:15:57.7439431Z [00:02:03.465]➜  		"en-US/cdn/DescribeCdnCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnCertificateDetail.json",
2025-08-20T19:15:57.7440632Z [00:02:03.465]➜  		"en-US/cdn/DescribeCdnCertificateDetailById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnCertificateDetailById.json",
2025-08-20T19:15:57.7441705Z [00:02:03.465]➜  		"en-US/cdn/DescribeCdnCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnCertificateList.json",
2025-08-20T19:15:57.7442942Z [00:02:03.465]➜  		"en-US/cdn/DescribeCdnConditionIPBInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnConditionIPBInfo.json",
2025-08-20T19:15:57.7443967Z [00:02:03.465]➜  		"en-US/cdn/DescribeCdnDeletedDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDeletedDomains.json",
2025-08-20T19:15:57.7444923Z [00:02:03.465]➜  		"en-US/cdn/DescribeCdnDeliverList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDeliverList.json",
2025-08-20T19:15:57.7446060Z [00:02:03.465]➜  		"en-US/cdn/DescribeCdnDomainByCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainByCertificate.json",
2025-08-20T19:15:57.7447068Z [00:02:03.465]➜  		"en-US/cdn/DescribeCdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainConfigs.json",
2025-08-20T19:15:57.7448033Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainDetail.json",
2025-08-20T19:15:57.7448933Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnDomainLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainLogs.json",
2025-08-20T19:15:57.7450257Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainStagingConfig.json",
2025-08-20T19:15:57.7451331Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnHttpsDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnHttpsDomainList.json",
2025-08-20T19:15:57.7452679Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnMigrateRegisterStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnMigrateRegisterStatus.json",
2025-08-20T19:15:57.7453811Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnOrderCommodityCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnOrderCommodityCode.json",
2025-08-20T19:15:57.7454784Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnRegionAndIsp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnRegionAndIsp.json",
2025-08-20T19:15:57.7455672Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnReport.json",
2025-08-20T19:15:57.7456623Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnReportList.json",
2025-08-20T19:15:57.7457929Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnSMCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSMCertificateDetail.json",
2025-08-20T19:15:57.7459018Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnSMCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSMCertificateList.json",
2025-08-20T19:15:57.7460262Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnSSLCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSSLCertificateList.json",
2025-08-20T19:15:57.7461259Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnSecFuncInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSecFuncInfo.json",
2025-08-20T19:15:57.7462200Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnService.json",
2025-08-20T19:15:57.7463552Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnSubList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSubList.json",
2025-08-20T19:15:57.7464652Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnUserBillHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserBillHistory.json",
2025-08-20T19:15:57.7465788Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnUserBillPrediction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserBillPrediction.json",
2025-08-20T19:15:57.7466829Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnUserBillType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserBillType.json",
2025-08-20T19:15:57.7467833Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnUserConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserConfigs.json",
2025-08-20T19:15:57.7468988Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnUserDomainsByFunc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserDomainsByFunc.json",
2025-08-20T19:15:57.7469992Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserQuota.json",
2025-08-20T19:15:57.7471136Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnUserResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserResourcePackage.json",
2025-08-20T19:15:57.7472089Z [00:02:03.466]➜  		"en-US/cdn/DescribeCdnWafDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnWafDomain.json",
2025-08-20T19:15:57.7473366Z [00:02:03.466]➜  		"en-US/cdn/DescribeCertificateInfoByID.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCertificateInfoByID.json",
2025-08-20T19:15:57.7474507Z [00:02:03.466]➜  		"en-US/cdn/DescribeCustomLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCustomLogConfig.json",
2025-08-20T19:15:57.7475660Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainAverageResponseTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainAverageResponseTime.json",
2025-08-20T19:15:57.7476617Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainBpsData.json",
2025-08-20T19:15:57.7477695Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainBpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainBpsDataByLayer.json",
2025-08-20T19:15:57.7478852Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainBpsDataByTimeStamp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainBpsDataByTimeStamp.json",
2025-08-20T19:15:57.7479862Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainCcActivityLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainCcActivityLog.json",
2025-08-20T19:15:57.7480911Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainCertificateInfo.json",
2025-08-20T19:15:57.7482000Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainCname.json",
2025-08-20T19:15:57.7483379Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainCustomLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainCustomLogConfig.json",
2025-08-20T19:15:57.7484635Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainDetailDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainDetailDataByLayer.json",
2025-08-20T19:15:57.7485632Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainHitRateData.json",
2025-08-20T19:15:57.7486666Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainHttpCodeData.json",
2025-08-20T19:15:57.7487886Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainHttpCodeDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainHttpCodeDataByLayer.json",
2025-08-20T19:15:57.7488878Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainISPData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainISPData.json",
2025-08-20T19:15:57.7489898Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainMax95BpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainMax95BpsData.json",
2025-08-20T19:15:57.7490966Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainMultiUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainMultiUsageData.json",
2025-08-20T19:15:57.7491912Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainPathData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainPathData.json",
2025-08-20T19:15:57.7493040Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainPvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainPvData.json",
2025-08-20T19:15:57.7493992Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainQpsData.json",
2025-08-20T19:15:57.7495043Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainQpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainQpsDataByLayer.json",
2025-08-20T19:15:57.7496136Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeBpsData.json",
2025-08-20T19:15:57.7497360Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainRealTimeByteHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:57.7498674Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainRealTimeDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeDetailData.json",
2025-08-20T19:15:57.7499878Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainRealTimeHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:57.7500974Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainRealTimeQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeQpsData.json",
2025-08-20T19:15:57.7502172Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainRealTimeReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:57.7503589Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainRealTimeSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:57.7504844Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainRealTimeSrcHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeSrcHttpCodeData.json",
2025-08-20T19:15:57.7506033Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainRealTimeSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:57.7507392Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainRealTimeTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeTrafficData.json",
2025-08-20T19:15:57.7508667Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealtimeLogDelivery.json",
2025-08-20T19:15:57.7509665Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainRegionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRegionData.json",
2025-08-20T19:15:57.7510727Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainReqHitRateData.json",
2025-08-20T19:15:57.7511964Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcBpsData.json",
2025-08-20T19:15:57.7513345Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainSrcHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcHttpCodeData.json",
2025-08-20T19:15:57.7514403Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainSrcQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcQpsData.json",
2025-08-20T19:15:57.7515516Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainSrcTopUrlVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcTopUrlVisit.json",
2025-08-20T19:15:57.7516601Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcTrafficData.json",
2025-08-20T19:15:57.7517702Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainTopClientIpVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainTopClientIpVisit.json",
2025-08-20T19:15:57.7518794Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainTopReferVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainTopReferVisit.json",
2025-08-20T19:15:57.7519792Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainTopUrlVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainTopUrlVisit.json",
2025-08-20T19:15:57.7520813Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainTrafficData.json",
2025-08-20T19:15:57.7521778Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainUsageData.json",
2025-08-20T19:15:57.7523221Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainUvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainUvData.json",
2025-08-20T19:15:57.7524284Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainVerifyData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainVerifyData.json",
2025-08-20T19:15:57.7525270Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainsBySource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainsBySource.json",
2025-08-20T19:15:57.7526287Z [00:02:03.466]➜  		"en-US/cdn/DescribeDomainsUsageByDay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainsUsageByDay.json",
2025-08-20T19:15:57.7527287Z [00:02:03.466]➜  		"en-US/cdn/DescribeEsExceptionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeEsExceptionData.json",
2025-08-20T19:15:57.7528248Z [00:02:03.466]➜  		"en-US/cdn/DescribeEsExecuteData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeEsExecuteData.json",
2025-08-20T19:15:57.7529123Z [00:02:03.466]➜  		"en-US/cdn/DescribeFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeFCTrigger.json",
2025-08-20T19:15:57.7529934Z [00:02:03.466]➜  		"en-US/cdn/DescribeIpInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeIpInfo.json",
2025-08-20T19:15:57.7531005Z [00:02:03.466]➜  		"en-US/cdn/DescribeIpStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeIpStatus.json",
2025-08-20T19:15:57.7531986Z [00:02:03.466]➜  		"en-US/cdn/DescribeL2VipsByDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeL2VipsByDomain.json",
2025-08-20T19:15:57.7533290Z [00:02:03.466]➜  		"en-US/cdn/DescribePreloadDetailById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribePreloadDetailById.json",
2025-08-20T19:15:57.7534616Z [00:02:03.466]➜  		"en-US/cdn/DescribeRangeDataByLocateAndIspService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRangeDataByLocateAndIspService.json",
2025-08-20T19:15:57.7535679Z [00:02:03.466]➜  		"en-US/cdn/DescribeRealtimeDeliveryAcc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRealtimeDeliveryAcc.json",
2025-08-20T19:15:57.7536729Z [00:02:03.466]➜  		"en-US/cdn/DescribeRefreshQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRefreshQuota.json",
2025-08-20T19:15:57.7537714Z [00:02:03.466]➜  		"en-US/cdn/DescribeRefreshTaskById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRefreshTaskById.json",
2025-08-20T19:15:57.7538675Z [00:02:03.466]➜  		"en-US/cdn/DescribeRefreshTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRefreshTasks.json",
2025-08-20T19:15:57.7539543Z [00:02:03.466]➜  		"en-US/cdn/DescribeStagingIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeStagingIp.json",
2025-08-20T19:15:57.7540445Z [00:02:03.466]➜  		"en-US/cdn/DescribeTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeTagResources.json",
2025-08-20T19:15:57.7541446Z [00:02:03.466]➜  		"en-US/cdn/DescribeTopDomainsByFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeTopDomainsByFlow.json",
2025-08-20T19:15:57.7542861Z [00:02:03.466]➜  		"en-US/cdn/DescribeUserCertificateExpireCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserCertificateExpireCount.json",
2025-08-20T19:15:57.7543790Z [00:02:03.466]➜  		"en-US/cdn/DescribeUserConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserConfigs.json",
2025-08-20T19:15:57.7544696Z [00:02:03.466]➜  		"en-US/cdn/DescribeUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserDomains.json",
2025-08-20T19:15:57.7545540Z [00:02:03.466]➜  		"en-US/cdn/DescribeUserTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserTags.json",
2025-08-20T19:15:57.7546826Z [00:02:03.466]➜  		"en-US/cdn/DescribeUserUsageDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserUsageDataExportTask.json",
2025-08-20T19:15:57.7548087Z [00:02:03.466]➜  		"en-US/cdn/DescribeUserUsageDetailDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserUsageDetailDataExportTask.json",
2025-08-20T19:15:57.7549226Z [00:02:03.466]➜  		"en-US/cdn/DescribeUserVipsByDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserVipsByDomain.json",
2025-08-20T19:15:57.7550160Z [00:02:03.466]➜  		"en-US/cdn/DescribeVerifyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeVerifyContent.json",
2025-08-20T19:15:57.7551205Z [00:02:03.466]➜  		"en-US/cdn/DisableRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DisableRealtimeLogDelivery.json",
2025-08-20T19:15:57.7552218Z [00:02:03.466]➜  		"en-US/cdn/EnableRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/EnableRealtimeLogDelivery.json",
2025-08-20T19:15:57.7553436Z [00:02:03.466]➜  		"en-US/cdn/ListDomainsByLogConfigId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListDomainsByLogConfigId.json",
2025-08-20T19:15:57.7554278Z [00:02:03.466]➜  		"en-US/cdn/ListFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListFCTrigger.json",
2025-08-20T19:15:57.7555415Z [00:02:03.466]➜  		"en-US/cdn/ListRealtimeLogDeliveryDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListRealtimeLogDeliveryDomains.json",
2025-08-20T19:15:57.7556737Z [00:02:03.466]➜  		"en-US/cdn/ListRealtimeLogDeliveryInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListRealtimeLogDeliveryInfos.json",
2025-08-20T19:15:57.7557643Z [00:02:03.466]➜  		"en-US/cdn/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListTagResources.json",
2025-08-20T19:15:57.7558614Z [00:02:03.466]➜  		"en-US/cdn/ListUserCustomLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListUserCustomLogConfig.json",
2025-08-20T19:15:57.7559553Z [00:02:03.466]➜  		"en-US/cdn/ModifyCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ModifyCdnDomain.json",
2025-08-20T19:15:57.7560492Z [00:02:03.466]➜  		"en-US/cdn/ModifyCdnDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ModifyCdnDomainOwner.json",
2025-08-20T19:15:57.7561632Z [00:02:03.466]➜  		"en-US/cdn/ModifyCdnDomainSchdmByProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ModifyCdnDomainSchdmByProperty.json",
2025-08-20T19:15:57.7562854Z [00:02:03.467]➜  		"en-US/cdn/ModifyRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ModifyRealtimeLogDelivery.json",
2025-08-20T19:15:57.7563660Z [00:02:03.467]➜  		"en-US/cdn/OpenCdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/OpenCdnService.json",
2025-08-20T19:15:57.7564755Z [00:02:03.467]➜  		"en-US/cdn/PublishStagingConfigToProduction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/PublishStagingConfigToProduction.json",
2025-08-20T19:15:57.7565639Z [00:02:03.467]➜  		"en-US/cdn/PushObjectCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/PushObjectCache.json",
2025-08-20T19:15:57.7566527Z [00:02:03.467]➜  		"en-US/cdn/RefreshObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/RefreshObjectCaches.json",
2025-08-20T19:15:57.7567483Z [00:02:03.467]➜  		"en-US/cdn/RollbackStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/RollbackStagingConfig.json",
2025-08-20T19:15:57.7568498Z [00:02:03.467]➜  		"en-US/cdn/SetCdnDomainCSRCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetCdnDomainCSRCertificate.json",
2025-08-20T19:15:57.7569619Z [00:02:03.467]➜  		"en-US/cdn/SetCdnDomainSMCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetCdnDomainSMCertificate.json",
2025-08-20T19:15:57.7570697Z [00:02:03.467]➜  		"en-US/cdn/SetCdnDomainSSLCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetCdnDomainSSLCertificate.json",
2025-08-20T19:15:57.7571791Z [00:02:03.467]➜  		"en-US/cdn/SetCdnDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetCdnDomainStagingConfig.json",
2025-08-20T19:15:57.7572986Z [00:02:03.467]➜  		"en-US/cdn/SetDomainServerCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetDomainServerCertificate.json",
2025-08-20T19:15:57.7573878Z [00:02:03.467]➜  		"en-US/cdn/SetReqHeaderConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetReqHeaderConfig.json",
2025-08-20T19:15:57.7574743Z [00:02:03.467]➜  		"en-US/cdn/SetWaitingRoomConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetWaitingRoomConfig.json",
2025-08-20T19:15:57.7575502Z [00:02:03.467]➜  		"en-US/cdn/StartCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/StartCdnDomain.json",
2025-08-20T19:15:57.7576345Z [00:02:03.467]➜  		"en-US/cdn/StopCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/StopCdnDomain.json",
2025-08-20T19:15:57.7577179Z [00:02:03.467]➜  		"en-US/cdn/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/TagResources.json",
2025-08-20T19:15:57.7578004Z [00:02:03.467]➜  		"en-US/cdn/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/UntagResources.json",
2025-08-20T19:15:57.7579002Z [00:02:03.467]➜  		"en-US/cdn/UpdateCdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/UpdateCdnDeliverTask.json",
2025-08-20T19:15:57.7579894Z [00:02:03.467]➜  		"en-US/cdn/UpdateCdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/UpdateCdnSubTask.json",
2025-08-20T19:15:57.7580781Z [00:02:03.467]➜  		"en-US/cdn/UpdateFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/UpdateFCTrigger.json",
2025-08-20T19:15:57.7581663Z [00:02:03.467]➜  		"en-US/cdn/VerifyDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/VerifyDomainOwner.json",
2025-08-20T19:15:57.7582697Z [00:02:03.467]➜  		"en-US/cdn/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/version.json",
2025-08-20T19:15:57.7583753Z [00:02:03.467]➜  		"en-US/chatbot/ActivatePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ActivatePerspective.json",
2025-08-20T19:15:57.7584614Z [00:02:03.467]➜  		"en-US/chatbot/AddSynonym.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/AddSynonym.json",
2025-08-20T19:15:57.7585619Z [00:02:03.467]➜  		"en-US/chatbot/AppendEntityMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/AppendEntityMember.json",
2025-08-20T19:15:57.7586424Z [00:02:03.467]➜  		"en-US/chatbot/Associate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/Associate.json",
2025-08-20T19:15:57.7587171Z [00:02:03.467]➜  		"en-US/chatbot/Chat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/Chat.json",
2025-08-20T19:15:57.7588026Z [00:02:03.467]➜  		"en-US/chatbot/CreateBot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateBot.json",
2025-08-20T19:15:57.7588939Z [00:02:03.467]➜  		"en-US/chatbot/CreateCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateCategory.json",
2025-08-20T19:15:57.7589904Z [00:02:03.467]➜  		"en-US/chatbot/CreateCoreWord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateCoreWord.json",
2025-08-20T19:15:57.7590849Z [00:02:03.467]➜  		"en-US/chatbot/CreateDialog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateDialog.json",
2025-08-20T19:15:57.7591914Z [00:02:03.467]➜  		"en-US/chatbot/CreateEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateEntity.json",
2025-08-20T19:15:57.7592971Z [00:02:03.467]➜  		"en-US/chatbot/CreateIntent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateIntent.json",
2025-08-20T19:15:57.7593914Z [00:02:03.467]➜  		"en-US/chatbot/CreateKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateKnowledge.json",
2025-08-20T19:15:57.7595033Z [00:02:03.467]➜  		"en-US/chatbot/CreatePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreatePerspective.json",
2025-08-20T19:15:57.7595861Z [00:02:03.467]➜  		"en-US/chatbot/DeleteBot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteBot.json",
2025-08-20T19:15:57.7596812Z [00:02:03.467]➜  		"en-US/chatbot/DeleteCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteCategory.json",
2025-08-20T19:15:57.7597749Z [00:02:03.467]➜  		"en-US/chatbot/DeleteCoreWord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteCoreWord.json",
2025-08-20T19:15:57.7598623Z [00:02:03.467]➜  		"en-US/chatbot/DeleteDialog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteDialog.json",
2025-08-20T19:15:57.7599517Z [00:02:03.467]➜  		"en-US/chatbot/DeleteEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteEntity.json",
2025-08-20T19:15:57.7600409Z [00:02:03.467]➜  		"en-US/chatbot/DeleteIntent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteIntent.json",
2025-08-20T19:15:57.7601330Z [00:02:03.467]➜  		"en-US/chatbot/DeleteKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteKnowledge.json",
2025-08-20T19:15:57.7602602Z [00:02:03.467]➜  		"en-US/chatbot/DeletePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeletePerspective.json",
2025-08-20T19:15:57.7603574Z [00:02:03.467]➜  		"en-US/chatbot/DescribeBot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeBot.json",
2025-08-20T19:15:57.7604557Z [00:02:03.467]➜  		"en-US/chatbot/DescribeCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeCategory.json",
2025-08-20T19:15:57.7605668Z [00:02:03.467]➜  		"en-US/chatbot/DescribeCoreWord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeCoreWord.json",
2025-08-20T19:15:57.7606641Z [00:02:03.467]➜  		"en-US/chatbot/DescribeDialog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeDialog.json",
2025-08-20T19:15:57.7607643Z [00:02:03.467]➜  		"en-US/chatbot/DescribeDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeDialogFlow.json",
2025-08-20T19:15:57.7608607Z [00:02:03.467]➜  		"en-US/chatbot/DescribeEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeEntities.json",
2025-08-20T19:15:57.7609540Z [00:02:03.467]➜  		"en-US/chatbot/DescribeIntent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeIntent.json",
2025-08-20T19:15:57.7610484Z [00:02:03.467]➜  		"en-US/chatbot/DescribeKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeKnowledge.json",
2025-08-20T19:15:57.7611499Z [00:02:03.467]➜  		"en-US/chatbot/DescribePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribePerspective.json",
2025-08-20T19:15:57.7612694Z [00:02:03.467]➜  		"en-US/chatbot/DisableDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DisableDialogFlow.json",
2025-08-20T19:15:57.7613661Z [00:02:03.467]➜  		"en-US/chatbot/DisableKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DisableKnowledge.json",
2025-08-20T19:15:57.7614442Z [00:02:03.467]➜  		"en-US/chatbot/Feedback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/Feedback.json",
2025-08-20T19:15:57.7615452Z [00:02:03.467]➜  		"en-US/chatbot/GetAsyncResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetAsyncResult.json",
2025-08-20T19:15:57.7616341Z [00:02:03.467]➜  		"en-US/chatbot/GetBotChatData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetBotChatData.json",
2025-08-20T19:15:57.7617407Z [00:02:03.467]➜  		"en-US/chatbot/GetBotDsStatData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetBotDsStatData.json",
2025-08-20T19:15:57.7618482Z [00:02:03.467]➜  		"en-US/chatbot/GetBotKnowledgeStatData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetBotKnowledgeStatData.json",
2025-08-20T19:15:57.7619421Z [00:02:03.467]➜  		"en-US/chatbot/GetBotSessionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetBotSessionData.json",
2025-08-20T19:15:57.7620413Z [00:02:03.467]➜  		"en-US/chatbot/GetConversationList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetConversationList.json",
2025-08-20T19:15:57.7621389Z [00:02:03.467]➜  		"en-US/chatbot/ListBotChatHistorys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotChatHistorys.json",
2025-08-20T19:15:57.7622350Z [00:02:03.467]➜  		"en-US/chatbot/ListBotColdDsDatas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotColdDsDatas.json",
2025-08-20T19:15:57.7623578Z [00:02:03.467]➜  		"en-US/chatbot/ListBotColdKnowledges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotColdKnowledges.json",
2025-08-20T19:15:57.7624492Z [00:02:03.467]➜  		"en-US/chatbot/ListBotDsDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotDsDetails.json",
2025-08-20T19:15:57.7625588Z [00:02:03.467]➜  		"en-US/chatbot/ListBotHotDsDatas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotHotDsDatas.json",
2025-08-20T19:15:57.7626636Z [00:02:03.467]➜  		"en-US/chatbot/ListBotHotKnowledges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotHotKnowledges.json",
2025-08-20T19:15:57.7627713Z [00:02:03.467]➜  		"en-US/chatbot/ListBotKnowledgeDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotKnowledgeDetails.json",
2025-08-20T19:15:57.7628981Z [00:02:03.467]➜  		"en-US/chatbot/ListBotReceptionDetailDatas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotReceptionDetailDatas.json",
2025-08-20T19:15:57.7630016Z [00:02:03.467]➜  		"en-US/chatbot/ListConversationLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListConversationLogs.json",
2025-08-20T19:15:57.7631057Z [00:02:03.467]➜  		"en-US/chatbot/MoveKnowledgeCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/MoveKnowledgeCategory.json",
2025-08-20T19:15:57.7632035Z [00:02:03.467]➜  		"en-US/chatbot/PublishDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/PublishDialogFlow.json",
2025-08-20T19:15:57.7633161Z [00:02:03.467]➜  		"en-US/chatbot/PublishKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/PublishKnowledge.json",
2025-08-20T19:15:57.7633966Z [00:02:03.467]➜  		"en-US/chatbot/QueryBots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryBots.json",
2025-08-20T19:15:57.7634874Z [00:02:03.467]➜  		"en-US/chatbot/QueryCategories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryCategories.json",
2025-08-20T19:15:57.7635759Z [00:02:03.467]➜  		"en-US/chatbot/QueryCoreWords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryCoreWords.json",
2025-08-20T19:15:57.7636597Z [00:02:03.467]➜  		"en-US/chatbot/QueryDialogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryDialogs.json",
2025-08-20T19:15:57.7637504Z [00:02:03.467]➜  		"en-US/chatbot/QueryEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryEntities.json",
2025-08-20T19:15:57.7638506Z [00:02:03.467]➜  		"en-US/chatbot/QueryIntents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryIntents.json",
2025-08-20T19:15:57.7639387Z [00:02:03.467]➜  		"en-US/chatbot/QueryKnowledges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryKnowledges.json",
2025-08-20T19:15:57.7640423Z [00:02:03.467]➜  		"en-US/chatbot/QueryPerspectives.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryPerspectives.json",
2025-08-20T19:15:57.7641406Z [00:02:03.467]➜  		"en-US/chatbot/QuerySystemEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QuerySystemEntities.json",
2025-08-20T19:15:57.7642362Z [00:02:03.467]➜  		"en-US/chatbot/RemoveEntityMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/RemoveEntityMember.json",
﻿2025-08-20T19:15:57.7646267Z [00:02:03.467]➜  		"en-US/chatbot/RemoveSynonym.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/RemoveSynonym.json",
2025-08-20T19:15:57.7647163Z [00:02:03.467]➜  		"en-US/chatbot/TestDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/TestDialogFlow.json",
2025-08-20T19:15:57.7648033Z [00:02:03.467]➜  		"en-US/chatbot/UpdateCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateCategory.json",
2025-08-20T19:15:57.7648940Z [00:02:03.467]➜  		"en-US/chatbot/UpdateCoreWord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateCoreWord.json",
2025-08-20T19:15:57.7649773Z [00:02:03.467]➜  		"en-US/chatbot/UpdateDialog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateDialog.json",
2025-08-20T19:15:57.7650684Z [00:02:03.467]➜  		"en-US/chatbot/UpdateDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateDialogFlow.json",
2025-08-20T19:15:57.7651662Z [00:02:03.467]➜  		"en-US/chatbot/UpdateEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateEntity.json",
2025-08-20T19:15:57.7652750Z [00:02:03.467]➜  		"en-US/chatbot/UpdateIntent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateIntent.json",
2025-08-20T19:15:57.7653665Z [00:02:03.467]➜  		"en-US/chatbot/UpdateKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateKnowledge.json",
2025-08-20T19:15:57.7654684Z [00:02:03.467]➜  		"en-US/chatbot/UpdatePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdatePerspective.json",
2025-08-20T19:15:57.7655474Z [00:02:03.467]➜  		"en-US/chatbot/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/version.json",
2025-08-20T19:15:57.7656311Z [00:02:03.467]➜  		"en-US/cloudapi/AbolishApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AbolishApi.json",
2025-08-20T19:15:57.7657449Z [00:02:03.467]➜  		"en-US/cloudapi/AddAccessControlListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AddAccessControlListEntry.json",
2025-08-20T19:15:57.7658526Z [00:02:03.467]➜  		"en-US/cloudapi/AddIpControlPolicyItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AddIpControlPolicyItem.json",
2025-08-20T19:15:57.7659612Z [00:02:03.467]➜  		"en-US/cloudapi/AddTrafficSpecialControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AddTrafficSpecialControl.json",
2025-08-20T19:15:57.7660537Z [00:02:03.467]➜  		"en-US/cloudapi/AttachApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AttachApiProduct.json",
2025-08-20T19:15:57.7661425Z [00:02:03.467]➜  		"en-US/cloudapi/AttachPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AttachPlugin.json",
2025-08-20T19:15:57.7662569Z [00:02:03.467]➜  		"en-US/cloudapi/BatchAbolishApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/BatchAbolishApis.json",
2025-08-20T19:15:57.7663553Z [00:02:03.467]➜  		"en-US/cloudapi/BatchDeployApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/BatchDeployApis.json",
2025-08-20T19:15:57.7664803Z [00:02:03.467]➜  		"en-US/cloudapi/CreateAccessControlList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateAccessControlList.json",
2025-08-20T19:15:57.7665638Z [00:02:03.467]➜  		"en-US/cloudapi/CreateApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateApi.json",
2025-08-20T19:15:57.7666547Z [00:02:03.467]➜  		"en-US/cloudapi/CreateApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateApiGroup.json",
2025-08-20T19:15:57.7667619Z [00:02:03.467]➜  		"en-US/cloudapi/CreateApiStageVariable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateApiStageVariable.json",
2025-08-20T19:15:57.7668484Z [00:02:03.467]➜  		"en-US/cloudapi/CreateApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateApp.json",
2025-08-20T19:15:57.7669614Z [00:02:03.467]➜  		"en-US/cloudapi/CreateBackend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateBackend.json",
2025-08-20T19:15:57.7670585Z [00:02:03.467]➜  		"en-US/cloudapi/CreateBackendModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateBackendModel.json",
2025-08-20T19:15:57.7671453Z [00:02:03.467]➜  		"en-US/cloudapi/CreateDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateDataset.json",
2025-08-20T19:15:57.7672369Z [00:02:03.467]➜  		"en-US/cloudapi/CreateDatasetItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateDatasetItem.json",
2025-08-20T19:15:57.7673478Z [00:02:03.467]➜  		"en-US/cloudapi/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateInstance.json",
2025-08-20T19:15:57.7674546Z [00:02:03.467]➜  		"en-US/cloudapi/CreateIpControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateIpControl.json",
2025-08-20T19:15:57.7675464Z [00:02:03.467]➜  		"en-US/cloudapi/CreateLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateLogConfig.json",
2025-08-20T19:15:57.7676290Z [00:02:03.467]➜  		"en-US/cloudapi/CreateModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateModel.json",
2025-08-20T19:15:57.7677331Z [00:02:03.467]➜  		"en-US/cloudapi/CreateMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateMonitorGroup.json",
2025-08-20T19:15:57.7678190Z [00:02:03.467]➜  		"en-US/cloudapi/CreatePlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreatePlugin.json",
2025-08-20T19:15:57.7679119Z [00:02:03.467]➜  		"en-US/cloudapi/CreateSignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateSignature.json",
2025-08-20T19:15:57.7680174Z [00:02:03.467]➜  		"en-US/cloudapi/CreateTrafficControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateTrafficControl.json",
2025-08-20T19:15:57.7681265Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteAccessControlList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteAccessControlList.json",
2025-08-20T19:15:57.7682782Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteAllTrafficSpecialControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteAllTrafficSpecialControl.json",
2025-08-20T19:15:57.7683619Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApi.json",
2025-08-20T19:15:57.7684517Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApiGroup.json",
2025-08-20T19:15:57.7685434Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApiProduct.json",
2025-08-20T19:15:57.7686469Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteApiStageVariable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApiStageVariable.json",
2025-08-20T19:15:57.7687316Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApp.json",
2025-08-20T19:15:57.7688169Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteBackend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteBackend.json",
2025-08-20T19:15:57.7689115Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteBackendModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteBackendModel.json",
2025-08-20T19:15:57.7689961Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteDataset.json",
2025-08-20T19:15:57.7690755Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteDatasetItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteDatasetItem.json",
2025-08-20T19:15:57.7691792Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteDomain.json",
2025-08-20T19:15:57.7692981Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteDomainCertificate.json",
2025-08-20T19:15:57.7693886Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteInstance.json",
2025-08-20T19:15:57.7694777Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteIpControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteIpControl.json",
2025-08-20T19:15:57.7695657Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteLogConfig.json",
2025-08-20T19:15:57.7696617Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteModel.json",
2025-08-20T19:15:57.7697591Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteMonitorGroup.json",
2025-08-20T19:15:57.7698453Z [00:02:03.467]➜  		"en-US/cloudapi/DeletePlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeletePlugin.json",
2025-08-20T19:15:57.7699442Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteSignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteSignature.json",
2025-08-20T19:15:57.7700442Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteTrafficControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteTrafficControl.json",
2025-08-20T19:15:57.7701605Z [00:02:03.467]➜  		"en-US/cloudapi/DeleteTrafficSpecialControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteTrafficSpecialControl.json",
2025-08-20T19:15:57.7702624Z [00:02:03.467]➜  		"en-US/cloudapi/DeployApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeployApi.json",
2025-08-20T19:15:57.7703734Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeAbolishApiTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAbolishApiTask.json",
2025-08-20T19:15:57.7705047Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeAccessControlListAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAccessControlListAttribute.json",
2025-08-20T19:15:57.7706128Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeAccessControlLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAccessControlLists.json",
2025-08-20T19:15:57.7706945Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApi.json",
2025-08-20T19:15:57.7707823Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiDoc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiDoc.json",
2025-08-20T19:15:57.7708742Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiGroup.json",
2025-08-20T19:15:57.7709997Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiGroupVpcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiGroupVpcWhitelist.json",
2025-08-20T19:15:57.7710932Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiGroups.json",
2025-08-20T19:15:57.7711917Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiHistories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiHistories.json",
2025-08-20T19:15:57.7713034Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiHistory.json",
2025-08-20T19:15:57.7714050Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiIpControls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiIpControls.json",
2025-08-20T19:15:57.7715228Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiLatencyData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiLatencyData.json",
2025-08-20T19:15:57.7716300Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiMarketAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiMarketAttributes.json",
2025-08-20T19:15:57.7717232Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiProductApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiProductApis.json",
2025-08-20T19:15:57.7718163Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiProductsByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiProductsByApp.json",
2025-08-20T19:15:57.7719128Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiQpsData.json",
2025-08-20T19:15:57.7720086Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiSignatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiSignatures.json",
2025-08-20T19:15:57.7721107Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiTrafficControls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiTrafficControls.json",
2025-08-20T19:15:57.7722134Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApiTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiTrafficData.json",
2025-08-20T19:15:57.7723145Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApis.json",
2025-08-20T19:15:57.7724081Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApisByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisByApp.json",
2025-08-20T19:15:57.7725077Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApisByBackend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisByBackend.json",
2025-08-20T19:15:57.7726089Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApisByIpControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisByIpControl.json",
2025-08-20T19:15:57.7727086Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApisBySignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisBySignature.json",
2025-08-20T19:15:57.7728191Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApisByTrafficControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisByTrafficControl.json",
2025-08-20T19:15:57.7729491Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApisWithStageNameIntegratedByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisWithStageNameIntegratedByApp.json",
2025-08-20T19:15:57.7730318Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApp.json",
2025-08-20T19:15:57.7731298Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeAppAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAppAttributes.json",
2025-08-20T19:15:57.7732584Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeAppSecurity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAppSecurity.json",
2025-08-20T19:15:57.7733408Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApps.json",
2025-08-20T19:15:57.7734420Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeAppsByApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAppsByApiProduct.json",
2025-08-20T19:15:57.7735392Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeAuthorizedApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAuthorizedApis.json",
2025-08-20T19:15:57.7736463Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeAuthorizedApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAuthorizedApps.json",
2025-08-20T19:15:57.7737480Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeBackendInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeBackendInfo.json",
2025-08-20T19:15:57.7738425Z [00:02:03.467]➜  		"en-US/cloudapi/DescribeBackendList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeBackendList.json",
2025-08-20T19:15:57.7739344Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeDatasetInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDatasetInfo.json",
2025-08-20T19:15:57.7740359Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeDatasetItemInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDatasetItemInfo.json",
2025-08-20T19:15:57.7741364Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeDatasetItemList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDatasetItemList.json",
2025-08-20T19:15:57.7742303Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeDatasetList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDatasetList.json",
2025-08-20T19:15:57.7743433Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeDeployApiTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDeployApiTask.json",
2025-08-20T19:15:57.7744460Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeDeployedApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDeployedApi.json",
2025-08-20T19:15:57.7745424Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeDeployedApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDeployedApis.json",
2025-08-20T19:15:57.7746277Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDomain.json",
2025-08-20T19:15:57.7747235Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeGroupLatency.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeGroupLatency.json",
2025-08-20T19:15:57.7748207Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeGroupQps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeGroupQps.json",
2025-08-20T19:15:57.7749153Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeGroupTraffic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeGroupTraffic.json",
2025-08-20T19:15:57.7750115Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeHistoryApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeHistoryApis.json",
2025-08-20T19:15:57.7751123Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeImportOASTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeImportOASTask.json",
2025-08-20T19:15:57.7752281Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeInstanceDropConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceDropConnections.json",
2025-08-20T19:15:57.7753541Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeInstanceDropPacket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceDropPacket.json",
2025-08-20T19:15:57.7754575Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeInstanceHttpCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceHttpCode.json",
2025-08-20T19:15:57.7755588Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeInstanceLatency.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceLatency.json",
2025-08-20T19:15:57.7756720Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeInstanceNewConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceNewConnections.json",
2025-08-20T19:15:57.7757832Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeInstancePackets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstancePackets.json",
2025-08-20T19:15:57.7758842Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeInstanceQps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceQps.json",
2025-08-20T19:15:57.7759910Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeInstanceSlbConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceSlbConnect.json",
2025-08-20T19:15:57.7760923Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeInstanceTraffic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceTraffic.json",
2025-08-20T19:15:57.7761807Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstances.json",
2025-08-20T19:15:57.7763016Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeIpControlPolicyItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeIpControlPolicyItems.json",
2025-08-20T19:15:57.7763940Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeIpControls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeIpControls.json",
2025-08-20T19:15:57.7764831Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeLogConfig.json",
2025-08-20T19:15:57.7765866Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeMarketRemainsQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeMarketRemainsQuota.json",
2025-08-20T19:15:57.7766809Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeModels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeModels.json",
2025-08-20T19:15:57.7767693Z [00:02:03.468]➜  		"en-US/cloudapi/DescribePluginApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePluginApis.json",
2025-08-20T19:15:57.7768644Z [00:02:03.468]➜  		"en-US/cloudapi/DescribePluginSchemas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePluginSchemas.json",
2025-08-20T19:15:57.7769677Z [00:02:03.468]➜  		"en-US/cloudapi/DescribePluginTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePluginTemplates.json",
2025-08-20T19:15:57.7770662Z [00:02:03.468]➜  		"en-US/cloudapi/DescribePlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePlugins.json",
2025-08-20T19:15:57.7771578Z [00:02:03.468]➜  		"en-US/cloudapi/DescribePluginsByApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePluginsByApi.json",
2025-08-20T19:15:57.7772737Z [00:02:03.468]➜  		"en-US/cloudapi/DescribePurchasedApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePurchasedApiGroup.json",
2025-08-20T19:15:57.7773854Z [00:02:03.468]➜  		"en-US/cloudapi/DescribePurchasedApiGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePurchasedApiGroups.json",
2025-08-20T19:15:57.7774877Z [00:02:03.468]➜  		"en-US/cloudapi/DescribePurchasedApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePurchasedApis.json",
2025-08-20T19:15:57.7775779Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeRegions.json",
2025-08-20T19:15:57.7776733Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeSignatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeSignatures.json",
2025-08-20T19:15:57.7777766Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeSignaturesByApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeSignaturesByApi.json",
2025-08-20T19:15:57.7778727Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeSummaryData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeSummaryData.json",
2025-08-20T19:15:57.7779905Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeSystemParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeSystemParameters.json",
2025-08-20T19:15:57.7781022Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeTrafficControls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeTrafficControls.json",
2025-08-20T19:15:57.7782172Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeTrafficControlsByApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeTrafficControlsByApi.json",
2025-08-20T19:15:57.7783464Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeUpdateBackendTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeUpdateBackendTask.json",
2025-08-20T19:15:57.7784496Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeUpdateVpcInfoTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeUpdateVpcInfoTask.json",
2025-08-20T19:15:57.7785416Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeVpcAccesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeVpcAccesses.json",
2025-08-20T19:15:57.7786260Z [00:02:03.468]➜  		"en-US/cloudapi/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeZones.json",
2025-08-20T19:15:57.7787155Z [00:02:03.468]➜  		"en-US/cloudapi/DetachApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DetachApiProduct.json",
2025-08-20T19:15:57.7787982Z [00:02:03.468]➜  		"en-US/cloudapi/DetachPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DetachPlugin.json",
2025-08-20T19:15:57.7789209Z [00:02:03.468]➜  		"en-US/cloudapi/DisableInstanceAccessControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DisableInstanceAccessControl.json",
2025-08-20T19:15:57.7790048Z [00:02:03.468]➜  		"en-US/cloudapi/DryRunSwagger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DryRunSwagger.json",
2025-08-20T19:15:57.7791149Z [00:02:03.468]➜  		"en-US/cloudapi/EnableInstanceAccessControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/EnableInstanceAccessControl.json",
2025-08-20T19:15:57.7791930Z [00:02:03.468]➜  		"en-US/cloudapi/ImportOAS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ImportOAS.json",
2025-08-20T19:15:57.7793020Z [00:02:03.468]➜  		"en-US/cloudapi/ImportSwagger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ImportSwagger.json",
2025-08-20T19:15:57.7793905Z [00:02:03.468]➜  		"en-US/cloudapi/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ListTagResources.json",
2025-08-20T19:15:57.7794672Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApi.json",
2025-08-20T19:15:57.7795665Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyApiConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiConfiguration.json",
2025-08-20T19:15:57.7796535Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiGroup.json",
2025-08-20T19:15:57.7797530Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyApiGroupInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiGroupInstance.json",
2025-08-20T19:15:57.7798628Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyApiGroupNetworkPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiGroupNetworkPolicy.json",
2025-08-20T19:15:57.7799696Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyApiGroupVpcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiGroupVpcWhitelist.json",
2025-08-20T19:15:57.7800470Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApp.json",
2025-08-20T19:15:57.7801303Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyBackend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyBackend.json",
2025-08-20T19:15:57.7802330Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyBackendModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyBackendModel.json",
2025-08-20T19:15:57.7803451Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyDataset.json",
2025-08-20T19:15:57.7804328Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyDatasetItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyDatasetItem.json",
2025-08-20T19:15:57.7805340Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyInstanceAttribute.json",
2025-08-20T19:15:57.7806301Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyInstanceSpec.json",
2025-08-20T19:15:57.7807407Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyIntranetDomainPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyIntranetDomainPolicy.json",
2025-08-20T19:15:57.7808289Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyIpControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyIpControl.json",
2025-08-20T19:15:57.7809356Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyIpControlPolicyItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyIpControlPolicyItem.json",
2025-08-20T19:15:57.7810393Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyLogConfig.json",
2025-08-20T19:15:57.7811283Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyModel.json",
2025-08-20T19:15:57.7812162Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyPlugin.json",
2025-08-20T19:15:57.7813302Z [00:02:03.468]➜  		"en-US/cloudapi/ModifySignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifySignature.json",
2025-08-20T19:15:57.7814350Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyTrafficControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyTrafficControl.json",
2025-08-20T19:15:57.7815715Z [00:02:03.468]➜  		"en-US/cloudapi/ModifyVpcAccessAndUpdateApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyVpcAccessAndUpdateApis.json",
2025-08-20T19:15:57.7816751Z [00:02:03.468]➜  		"en-US/cloudapi/OpenApiGatewayService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/OpenApiGatewayService.json",
2025-08-20T19:15:57.7817737Z [00:02:03.468]➜  		"en-US/cloudapi/QueryRequestLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/QueryRequestLogs.json",
2025-08-20T19:15:57.7818669Z [00:02:03.468]➜  		"en-US/cloudapi/ReactivateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ReactivateDomain.json",
2025-08-20T19:15:57.7819872Z [00:02:03.468]➜  		"en-US/cloudapi/RemoveAccessControlListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveAccessControlListEntry.json",
2025-08-20T19:15:57.7821055Z [00:02:03.468]➜  		"en-US/cloudapi/RemoveApiProductsAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveApiProductsAuthorities.json",
2025-08-20T19:15:57.7822097Z [00:02:03.468]➜  		"en-US/cloudapi/RemoveApisAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveApisAuthorities.json",
2025-08-20T19:15:57.7823279Z [00:02:03.468]➜  		"en-US/cloudapi/RemoveAppsAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveAppsAuthorities.json",
2025-08-20T19:15:57.7824262Z [00:02:03.468]➜  		"en-US/cloudapi/RemoveIpControlApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveIpControlApis.json",
2025-08-20T19:15:57.7825495Z [00:02:03.468]➜  		"en-US/cloudapi/RemoveIpControlPolicyItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveIpControlPolicyItem.json",
2025-08-20T19:15:57.7826573Z [00:02:03.468]➜  		"en-US/cloudapi/RemoveSignatureApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveSignatureApis.json",
2025-08-20T19:15:57.7827657Z [00:02:03.468]➜  		"en-US/cloudapi/RemoveTrafficControlApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveTrafficControlApis.json",
2025-08-20T19:15:57.7828567Z [00:02:03.468]➜  		"en-US/cloudapi/RemoveVpcAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveVpcAccess.json",
2025-08-20T19:15:57.7829725Z [00:02:03.468]➜  		"en-US/cloudapi/RemoveVpcAccessAndAbolishApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveVpcAccessAndAbolishApis.json",
2025-08-20T19:15:57.7830589Z [00:02:03.468]➜  		"en-US/cloudapi/ResetAppCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ResetAppCode.json",
2025-08-20T19:15:57.7831501Z [00:02:03.468]➜  		"en-US/cloudapi/ResetAppSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ResetAppSecret.json",
2025-08-20T19:15:57.7832591Z [00:02:03.468]➜  		"en-US/cloudapi/SdkGenerateByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SdkGenerateByApp.json",
2025-08-20T19:15:57.7833693Z [00:02:03.468]➜  		"en-US/cloudapi/SdkGenerateByAppForRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SdkGenerateByAppForRegion.json",
2025-08-20T19:15:57.7834847Z [00:02:03.468]➜  		"en-US/cloudapi/SdkGenerateByGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SdkGenerateByGroup.json",
2025-08-20T19:15:57.7836065Z [00:02:03.468]➜  		"en-US/cloudapi/SetAccessControlListAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetAccessControlListAttribute.json",
2025-08-20T19:15:57.7837153Z [00:02:03.468]➜  		"en-US/cloudapi/SetApiProductsAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetApiProductsAuthorities.json",
2025-08-20T19:15:57.7838116Z [00:02:03.468]➜  		"en-US/cloudapi/SetApisAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetApisAuthorities.json",
2025-08-20T19:15:57.7839310Z [00:02:03.468]➜  		"en-US/cloudapi/SetAppsAuthToApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetAppsAuthToApiProduct.json",
2025-08-20T19:15:57.7840317Z [00:02:03.468]➜  		"en-US/cloudapi/SetAppsAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetAppsAuthorities.json",
2025-08-20T19:15:57.7841128Z [00:02:03.468]➜  		"en-US/cloudapi/SetDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetDomain.json",
2025-08-20T19:15:57.7842153Z [00:02:03.468]➜  		"en-US/cloudapi/SetDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetDomainCertificate.json",
2025-08-20T19:15:57.7843507Z [00:02:03.468]➜  		"en-US/cloudapi/SetDomainWebSocketStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetDomainWebSocketStatus.json",
2025-08-20T19:15:57.7844499Z [00:02:03.468]➜  		"en-US/cloudapi/SetIpControlApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetIpControlApis.json",
2025-08-20T19:15:57.7845449Z [00:02:03.468]➜  		"en-US/cloudapi/SetSignatureApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetSignatureApis.json",
2025-08-20T19:15:57.7846495Z [00:02:03.468]➜  		"en-US/cloudapi/SetTrafficControlApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetTrafficControlApis.json",
2025-08-20T19:15:57.7847379Z [00:02:03.468]➜  		"en-US/cloudapi/SetVpcAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetVpcAccess.json",
2025-08-20T19:15:57.7848618Z [00:02:03.468]➜  		"en-US/cloudapi/SetWildcardDomainPatterns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetWildcardDomainPatterns.json",
2025-08-20T19:15:57.7849559Z [00:02:03.468]➜  		"en-US/cloudapi/SwitchApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SwitchApi.json",
2025-08-20T19:15:57.7850449Z [00:02:03.468]➜  		"en-US/cloudapi/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/TagResources.json",
2025-08-20T19:15:57.7851370Z [00:02:03.468]➜  		"en-US/cloudapi/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/UntagResources.json",
2025-08-20T19:15:57.7852583Z [00:02:03.468]➜  		"en-US/cloudapi/ValidateVpcConnectivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ValidateVpcConnectivity.json",
2025-08-20T19:15:57.7853393Z [00:02:03.468]➜  		"en-US/cloudapi/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/version.json",
2025-08-20T19:15:57.7854230Z [00:02:03.468]➜  		"en-US/cloudauth/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudauth/version.json",
2025-08-20T19:15:57.7857932Z [00:02:03.468]➜  		"en-US/cloudfw/AddAddressBook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/AddAddressBook.json",
2025-08-20T19:15:57.7858936Z [00:02:03.468]➜  		"en-US/cloudfw/AddControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/AddControlPolicy.json",
2025-08-20T19:15:57.7859922Z [00:02:03.468]➜  		"en-US/cloudfw/AddInstanceMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/AddInstanceMembers.json",
2025-08-20T19:15:57.7861193Z [00:02:03.468]➜  		"en-US/cloudfw/BatchCopyVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/BatchCopyVpcFirewallControlPolicy.json",
2025-08-20T19:15:57.7862365Z [00:02:03.468]➜  		"en-US/cloudfw/CreateNatFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateNatFirewallControlPolicy.json",
2025-08-20T19:15:57.7863486Z [00:02:03.468]➜  		"en-US/cloudfw/CreateTrFirewallV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateTrFirewallV2.json",
2025-08-20T19:15:57.7864886Z [00:02:03.468]➜  		"en-US/cloudfw/CreateTrFirewallV2RoutePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateTrFirewallV2RoutePolicy.json",
2025-08-20T19:15:57.7866092Z [00:02:03.468]➜  		"en-US/cloudfw/CreateVpcFirewallCenConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateVpcFirewallCenConfigure.json",
2025-08-20T19:15:57.7867202Z [00:02:03.468]➜  		"en-US/cloudfw/CreateVpcFirewallConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateVpcFirewallConfigure.json",
2025-08-20T19:15:57.7868412Z [00:02:03.468]➜  		"en-US/cloudfw/CreateVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateVpcFirewallControlPolicy.json",
2025-08-20T19:15:57.7869372Z [00:02:03.468]➜  		"en-US/cloudfw/DeleteAddressBook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteAddressBook.json",
2025-08-20T19:15:57.7870373Z [00:02:03.468]➜  		"en-US/cloudfw/DeleteControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteControlPolicy.json",
2025-08-20T19:15:57.7871555Z [00:02:03.468]➜  		"en-US/cloudfw/DeleteFirewallV2RoutePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteFirewallV2RoutePolicies.json",
2025-08-20T19:15:57.7872942Z [00:02:03.468]➜  		"en-US/cloudfw/DeleteInstanceMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteInstanceMembers.json",
2025-08-20T19:15:57.7874194Z [00:02:03.468]➜  		"en-US/cloudfw/DeleteNatFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteNatFirewallControlPolicy.json",
2025-08-20T19:15:57.7875144Z [00:02:03.468]➜  		"en-US/cloudfw/DeleteTrFirewallV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteTrFirewallV2.json",
2025-08-20T19:15:57.7876434Z [00:02:03.468]➜  		"en-US/cloudfw/DeleteVpcFirewallCenConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteVpcFirewallCenConfigure.json",
2025-08-20T19:15:57.7877643Z [00:02:03.468]➜  		"en-US/cloudfw/DeleteVpcFirewallConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteVpcFirewallConfigure.json",
2025-08-20T19:15:57.7878654Z [00:02:03.468]➜  		"en-US/cloudfw/DeleteVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteVpcFirewallControlPolicy.json",
2025-08-20T19:15:57.7879586Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeACLProtectTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeACLProtectTrend.json",
2025-08-20T19:15:57.7880529Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeAddressBook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeAddressBook.json",
2025-08-20T19:15:57.7881476Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeAssetList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeAssetList.json",
2025-08-20T19:15:57.7882835Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeControlPolicy.json",
2025-08-20T19:15:57.7883863Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeDomainResolve.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeDomainResolve.json",
2025-08-20T19:15:57.7884881Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeInstanceMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeInstanceMembers.json",
2025-08-20T19:15:57.7885896Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeInternetOpenIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeInternetOpenIp.json",
2025-08-20T19:15:57.7887033Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeInternetTrafficTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeInternetTrafficTrend.json",
2025-08-20T19:15:57.7888063Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeInvadeEventList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeInvadeEventList.json",
2025-08-20T19:15:57.7889367Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeNatFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeNatFirewallControlPolicy.json",
2025-08-20T19:15:57.7890592Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeNatFirewallPolicyPriorUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeNatFirewallPolicyPriorUsed.json",
2025-08-20T19:15:57.7891709Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeOutgoingDestinationIP.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeOutgoingDestinationIP.json",
2025-08-20T19:15:57.7892933Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeOutgoingDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeOutgoingDomain.json",
2025-08-20T19:15:57.7894150Z [00:02:03.468]➜  		"en-US/cloudfw/DescribePolicyAdvancedConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribePolicyAdvancedConfig.json",
2025-08-20T19:15:57.7895130Z [00:02:03.468]➜  		"en-US/cloudfw/DescribePolicyPriorUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribePolicyPriorUsed.json",
2025-08-20T19:15:57.7896115Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeRiskEventGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeRiskEventGroup.json",
2025-08-20T19:15:57.7897124Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeRiskEventPayload.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeRiskEventPayload.json",
2025-08-20T19:15:57.7898556Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json",
2025-08-20T19:15:57.7899987Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeTrFirewallV2RoutePolicyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallV2RoutePolicyList.json",
2025-08-20T19:15:57.7901216Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeTrFirewallsV2Detail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallsV2Detail.json",
2025-08-20T19:15:57.7902296Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeTrFirewallsV2List.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallsV2List.json",
2025-08-20T19:15:57.7903659Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeTrFirewallsV2RouteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallsV2RouteList.json",
2025-08-20T19:15:57.7904803Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeUserAssetIPTrafficInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeUserAssetIPTrafficInfo.json",
2025-08-20T19:15:57.7905976Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeVpcFirewallAclGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallAclGroupList.json",
2025-08-20T19:15:57.7907235Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeVpcFirewallCenDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallCenDetail.json",
2025-08-20T19:15:57.7908337Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeVpcFirewallCenList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallCenList.json",
2025-08-20T19:15:57.7909538Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallControlPolicy.json",
2025-08-20T19:15:57.7910770Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json",
2025-08-20T19:15:57.7911828Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeVpcFirewallDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallDetail.json",
2025-08-20T19:15:57.7913220Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeVpcFirewallList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallList.json",
2025-08-20T19:15:57.7914462Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json",
2025-08-20T19:15:57.7915758Z [00:02:03.468]➜  		"en-US/cloudfw/DescribeVulnerabilityProtectedList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVulnerabilityProtectedList.json",
2025-08-20T19:15:57.7916664Z [00:02:03.468]➜  		"en-US/cloudfw/ModifyAddressBook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyAddressBook.json",
2025-08-20T19:15:57.7917626Z [00:02:03.468]➜  		"en-US/cloudfw/ModifyControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyControlPolicy.json",
2025-08-20T19:15:57.7918723Z [00:02:03.468]➜  		"en-US/cloudfw/ModifyControlPolicyPosition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyControlPolicyPosition.json",
2025-08-20T19:15:57.7919931Z [00:02:03.468]➜  		"en-US/cloudfw/ModifyFirewallV2RoutePolicySwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyFirewallV2RoutePolicySwitch.json",
2025-08-20T19:15:57.7921079Z [00:02:03.468]➜  		"en-US/cloudfw/ModifyInstanceMemberAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyInstanceMemberAttributes.json",
2025-08-20T19:15:57.7922207Z [00:02:03.468]➜  		"en-US/cloudfw/ModifyNatFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyNatFirewallControlPolicy.json",
2025-08-20T19:15:57.7923858Z [00:02:03.468]➜  		"en-US/cloudfw/ModifyNatFirewallControlPolicyPosition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyNatFirewallControlPolicyPosition.json",
2025-08-20T19:15:57.7925076Z [00:02:03.468]➜  		"en-US/cloudfw/ModifyPolicyAdvancedConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyPolicyAdvancedConfig.json",
2025-08-20T19:15:57.7926239Z [00:02:03.468]➜  		"en-US/cloudfw/ModifyTrFirewallV2Configuration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyTrFirewallV2Configuration.json",
2025-08-20T19:15:57.7927442Z [00:02:03.468]➜  		"en-US/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json",
2025-08-20T19:15:57.7928611Z [00:02:03.468]➜  		"en-US/cloudfw/ModifyVpcFirewallCenConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallCenConfigure.json",
2025-08-20T19:15:57.7929810Z [00:02:03.469]➜  		"en-US/cloudfw/ModifyVpcFirewallCenSwitchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallCenSwitchStatus.json",
2025-08-20T19:15:57.7931000Z [00:02:03.469]➜  		"en-US/cloudfw/ModifyVpcFirewallConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallConfigure.json",
2025-08-20T19:15:57.7932176Z [00:02:03.469]➜  		"en-US/cloudfw/ModifyVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallControlPolicy.json",
2025-08-20T19:15:57.7933644Z [00:02:03.469]➜  		"en-US/cloudfw/ModifyVpcFirewallControlPolicyPosition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallControlPolicyPosition.json",
2025-08-20T19:15:57.7934839Z [00:02:03.469]➜  		"en-US/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json",
2025-08-20T19:15:57.7936010Z [00:02:03.469]➜  		"en-US/cloudfw/ModifyVpcFirewallSwitchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallSwitchStatus.json",
2025-08-20T19:15:57.7937033Z [00:02:03.469]➜  		"en-US/cloudfw/PutDisableAllFwSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/PutDisableAllFwSwitch.json",
2025-08-20T19:15:57.7938156Z [00:02:03.469]➜  		"en-US/cloudfw/PutDisableFwSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/PutDisableFwSwitch.json",
2025-08-20T19:15:57.7939167Z [00:02:03.469]➜  		"en-US/cloudfw/PutEnableAllFwSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/PutEnableAllFwSwitch.json",
2025-08-20T19:15:57.7940110Z [00:02:03.469]➜  		"en-US/cloudfw/PutEnableFwSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/PutEnableFwSwitch.json",
2025-08-20T19:15:57.7941084Z [00:02:03.469]➜  		"en-US/cloudfw/ReleasePostInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ReleasePostInstance.json",
2025-08-20T19:15:57.7942229Z [00:02:03.469]➜  		"en-US/cloudfw/ResetVpcFirewallRuleHitCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ResetVpcFirewallRuleHitCount.json",
2025-08-20T19:15:57.7943205Z [00:02:03.469]➜  		"en-US/cloudfw/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/version.json",
2025-08-20T19:15:57.7944394Z [00:02:03.469]➜  		"en-US/cloudsso/AddExternalSAMLIdPCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/AddExternalSAMLIdPCertificate.json",
2025-08-20T19:15:57.7945816Z [00:02:03.469]➜  		"en-US/cloudsso/AddPermissionPolicyToAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/AddPermissionPolicyToAccessConfiguration.json",
2025-08-20T19:15:57.7946720Z [00:02:03.469]➜  		"en-US/cloudsso/AddUserToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/AddUserToGroup.json",
2025-08-20T19:15:57.7947998Z [00:02:03.469]➜  		"en-US/cloudsso/ClearExternalSAMLIdentityProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ClearExternalSAMLIdentityProvider.json",
2025-08-20T19:15:57.7949185Z [00:02:03.469]➜  		"en-US/cloudsso/CreateAccessAssignment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateAccessAssignment.json",
2025-08-20T19:15:57.7950309Z [00:02:03.469]➜  		"en-US/cloudsso/CreateAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateAccessConfiguration.json",
2025-08-20T19:15:57.7951219Z [00:02:03.469]➜  		"en-US/cloudsso/CreateDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateDirectory.json",
2025-08-20T19:15:57.7952076Z [00:02:03.469]➜  		"en-US/cloudsso/CreateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateGroup.json",
2025-08-20T19:15:57.7953322Z [00:02:03.469]➜  		"en-US/cloudsso/CreateSCIMServerCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateSCIMServerCredential.json",
2025-08-20T19:15:57.7954055Z [00:02:03.469]➜  		"en-US/cloudsso/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateUser.json",
2025-08-20T19:15:57.7955032Z [00:02:03.469]➜  		"en-US/cloudsso/CreateUserProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateUserProvisioning.json",
2025-08-20T19:15:57.7955966Z [00:02:03.469]➜  		"en-US/cloudsso/DeleteAccessAssignment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteAccessAssignment.json",
2025-08-20T19:15:57.7956993Z [00:02:03.469]➜  		"en-US/cloudsso/DeleteAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteAccessConfiguration.json",
2025-08-20T19:15:57.7957832Z [00:02:03.469]➜  		"en-US/cloudsso/DeleteDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteDirectory.json",
2025-08-20T19:15:57.7958610Z [00:02:03.469]➜  		"en-US/cloudsso/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteGroup.json",
2025-08-20T19:15:57.7959615Z [00:02:03.469]➜  		"en-US/cloudsso/DeleteMFADeviceForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteMFADeviceForUser.json",
2025-08-20T19:15:57.7960885Z [00:02:03.469]➜  		"en-US/cloudsso/DeleteSCIMServerCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteSCIMServerCredential.json",
2025-08-20T19:15:57.7961710Z [00:02:03.469]➜  		"en-US/cloudsso/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteUser.json",
2025-08-20T19:15:57.7962945Z [00:02:03.469]➜  		"en-US/cloudsso/DeleteUserProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteUserProvisioning.json",
2025-08-20T19:15:57.7964072Z [00:02:03.469]➜  		"en-US/cloudsso/DeleteUserProvisioningEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteUserProvisioningEvent.json",
2025-08-20T19:15:57.7965236Z [00:02:03.469]➜  		"en-US/cloudsso/DeprovisionAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeprovisionAccessConfiguration.json",
2025-08-20T19:15:57.7966103Z [00:02:03.469]➜  		"en-US/cloudsso/DisableService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DisableService.json",
2025-08-20T19:15:57.7966962Z [00:02:03.469]➜  		"en-US/cloudsso/EnableService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/EnableService.json",
2025-08-20T19:15:57.7967978Z [00:02:03.469]➜  		"en-US/cloudsso/GetAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetAccessConfiguration.json",
2025-08-20T19:15:57.7968811Z [00:02:03.469]➜  		"en-US/cloudsso/GetDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetDirectory.json",
2025-08-20T19:15:57.7970176Z [00:02:03.469]➜  		"en-US/cloudsso/GetDirectorySAMLServiceProviderInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetDirectorySAMLServiceProviderInfo.json",
2025-08-20T19:15:57.7971291Z [00:02:03.469]➜  		"en-US/cloudsso/GetDirectoryStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetDirectoryStatistics.json",
2025-08-20T19:15:57.7972691Z [00:02:03.469]➜  		"en-US/cloudsso/GetExternalSAMLIdentityProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetExternalSAMLIdentityProvider.json",
2025-08-20T19:15:57.7973508Z [00:02:03.469]➜  		"en-US/cloudsso/GetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetGroup.json",
2025-08-20T19:15:57.7974695Z [00:02:03.469]➜  		"en-US/cloudsso/GetMFAAuthenticationSettingInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetMFAAuthenticationSettingInfo.json",
2025-08-20T19:15:57.7975829Z [00:02:03.469]➜  		"en-US/cloudsso/GetMFAAuthenticationSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetMFAAuthenticationSettings.json",
2025-08-20T19:15:57.7977031Z [00:02:03.469]➜  		"en-US/cloudsso/GetMFAAuthenticationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetMFAAuthenticationStatus.json",
2025-08-20T19:15:57.7978187Z [00:02:03.469]➜  		"en-US/cloudsso/GetSCIMSynchronizationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetSCIMSynchronizationStatus.json",
2025-08-20T19:15:57.7979107Z [00:02:03.469]➜  		"en-US/cloudsso/GetServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetServiceStatus.json",
2025-08-20T19:15:57.7979881Z [00:02:03.469]➜  		"en-US/cloudsso/GetTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetTask.json",
2025-08-20T19:15:57.7980739Z [00:02:03.469]➜  		"en-US/cloudsso/GetTaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetTaskStatus.json",
2025-08-20T19:15:57.7981480Z [00:02:03.469]➜  		"en-US/cloudsso/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUser.json",
2025-08-20T19:15:57.7982906Z [00:02:03.469]➜  		"en-US/cloudsso/GetUserMFAAuthenticationSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserMFAAuthenticationSettings.json",
2025-08-20T19:15:57.7984080Z [00:02:03.469]➜  		"en-US/cloudsso/GetUserProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioning.json",
2025-08-20T19:15:57.7985355Z [00:02:03.469]➜  		"en-US/cloudsso/GetUserProvisioningConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioningConfiguration.json",
2025-08-20T19:15:57.7986417Z [00:02:03.469]➜  		"en-US/cloudsso/GetUserProvisioningEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioningEvent.json",
2025-08-20T19:15:57.7987721Z [00:02:03.469]➜  		"en-US/cloudsso/GetUserProvisioningRdAccountStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioningRdAccountStatistics.json",
2025-08-20T19:15:57.7988935Z [00:02:03.469]➜  		"en-US/cloudsso/GetUserProvisioningStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioningStatistics.json",
2025-08-20T19:15:57.7989958Z [00:02:03.469]➜  		"en-US/cloudsso/ListAccessAssignments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListAccessAssignments.json",
2025-08-20T19:15:57.7991297Z [00:02:03.469]➜  		"en-US/cloudsso/ListAccessConfigurationProvisionings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListAccessConfigurationProvisionings.json",
2025-08-20T19:15:57.7992341Z [00:02:03.469]➜  		"en-US/cloudsso/ListAccessConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListAccessConfigurations.json",
2025-08-20T19:15:57.7993758Z [00:02:03.469]➜  		"en-US/cloudsso/ListDirectories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListDirectories.json",
2025-08-20T19:15:57.7995091Z [00:02:03.469]➜  		"en-US/cloudsso/ListExternalSAMLIdPCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListExternalSAMLIdPCertificates.json",
2025-08-20T19:15:57.7996003Z [00:02:03.469]➜  		"en-US/cloudsso/ListGroupMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListGroupMembers.json",
2025-08-20T19:15:57.7996828Z [00:02:03.469]➜  		"en-US/cloudsso/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListGroups.json",
2025-08-20T19:15:57.7997849Z [00:02:03.469]➜  		"en-US/cloudsso/ListJoinedGroupsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListJoinedGroupsForUser.json",
2025-08-20T19:15:57.7998839Z [00:02:03.469]➜  		"en-US/cloudsso/ListMFADevicesForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListMFADevicesForUser.json",
2025-08-20T19:15:57.8000249Z [00:02:03.469]➜  		"en-US/cloudsso/ListPermissionPoliciesInAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListPermissionPoliciesInAccessConfiguration.json",
2025-08-20T19:15:57.8001427Z [00:02:03.469]➜  		"en-US/cloudsso/ListSCIMServerCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListSCIMServerCredentials.json",
2025-08-20T19:15:57.8002223Z [00:02:03.469]➜  		"en-US/cloudsso/ListTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListTasks.json",
2025-08-20T19:15:57.8003523Z [00:02:03.469]➜  		"en-US/cloudsso/ListUserProvisioningEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListUserProvisioningEvents.json",
2025-08-20T19:15:57.8004535Z [00:02:03.469]➜  		"en-US/cloudsso/ListUserProvisionings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListUserProvisionings.json",
2025-08-20T19:15:57.8013978Z [00:02:03.469]➜  		"en-US/cloudsso/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListUsers.json",
2025-08-20T19:15:57.8015284Z [00:02:03.469]➜  		"en-US/cloudsso/ProvisionAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ProvisionAccessConfiguration.json",
2025-08-20T19:15:57.8016723Z [00:02:03.469]➜  		"en-US/cloudsso/RemoveExternalSAMLIdPCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/RemoveExternalSAMLIdPCertificate.json",
2025-08-20T19:15:57.8018244Z [00:02:03.469]➜  		"en-US/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json",
2025-08-20T19:15:57.8019251Z [00:02:03.469]➜  		"en-US/cloudsso/RemoveUserFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/RemoveUserFromGroup.json",
2025-08-20T19:15:57.8020221Z [00:02:03.469]➜  		"en-US/cloudsso/ResetUserPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ResetUserPassword.json",
2025-08-20T19:15:57.8021361Z [00:02:03.469]➜  		"en-US/cloudsso/RetryUserProvisioningEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/RetryUserProvisioningEvent.json",
2025-08-20T19:15:57.8022767Z [00:02:03.469]➜  		"en-US/cloudsso/SetExternalSAMLIdentityProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/SetExternalSAMLIdentityProvider.json",
2025-08-20T19:15:57.8023887Z [00:02:03.469]➜  		"en-US/cloudsso/SetMFAAuthenticationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/SetMFAAuthenticationStatus.json",
2025-08-20T19:15:57.8025043Z [00:02:03.469]➜  		"en-US/cloudsso/SetSCIMSynchronizationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/SetSCIMSynchronizationStatus.json",
2025-08-20T19:15:57.8026133Z [00:02:03.469]➜  		"en-US/cloudsso/UpdateAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateAccessConfiguration.json",
2025-08-20T19:15:57.8027167Z [00:02:03.469]➜  		"en-US/cloudsso/UpdateDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateDirectory.json",
2025-08-20T19:15:57.8028133Z [00:02:03.469]➜  		"en-US/cloudsso/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateGroup.json",
2025-08-20T19:15:57.8029562Z [00:02:03.469]➜  		"en-US/cloudsso/UpdateInlinePolicyForAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateInlinePolicyForAccessConfiguration.json",
2025-08-20T19:15:57.8030781Z [00:02:03.469]➜  		"en-US/cloudsso/UpdateMFAAuthenticationSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateMFAAuthenticationSettings.json",
2025-08-20T19:15:57.8031999Z [00:02:03.469]➜  		"en-US/cloudsso/UpdateSCIMServerCredentialStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateSCIMServerCredentialStatus.json",
2025-08-20T19:15:57.8032992Z [00:02:03.469]➜  		"en-US/cloudsso/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUser.json",
2025-08-20T19:15:57.8034414Z [00:02:03.469]➜  		"en-US/cloudsso/UpdateUserMFAAuthenticationSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUserMFAAuthenticationSettings.json",
2025-08-20T19:15:57.8035456Z [00:02:03.469]➜  		"en-US/cloudsso/UpdateUserProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUserProvisioning.json",
2025-08-20T19:15:57.8036687Z [00:02:03.469]➜  		"en-US/cloudsso/UpdateUserProvisioningConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUserProvisioningConfiguration.json",
2025-08-20T19:15:57.8037580Z [00:02:03.469]➜  		"en-US/cloudsso/UpdateUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUserStatus.json",
2025-08-20T19:15:57.8038381Z [00:02:03.469]➜  		"en-US/cloudsso/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/version.json",
2025-08-20T19:15:57.8039092Z [00:02:03.469]➜  		"en-US/cms/AddTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/AddTags.json",
2025-08-20T19:15:57.8040181Z [00:02:03.469]➜  		"en-US/cms/ApplyMetricRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ApplyMetricRuleTemplate.json",
2025-08-20T19:15:57.8041291Z [00:02:03.469]➜  		"en-US/cms/BatchCreateInstantSiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/BatchCreateInstantSiteMonitor.json",
2025-08-20T19:15:57.8042366Z [00:02:03.469]➜  		"en-US/cms/BatchCreateIntantSiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/BatchCreateIntantSiteMonitor.json",
2025-08-20T19:15:57.8043587Z [00:02:03.469]➜  		"en-US/cms/BatchCreateOnceSiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/BatchCreateOnceSiteMonitor.json",
2025-08-20T19:15:57.8044370Z [00:02:03.469]➜  		"en-US/cms/BatchExport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/BatchExport.json",
2025-08-20T19:15:57.8045324Z [00:02:03.469]➜  		"en-US/cms/CreateCmsCallNumOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateCmsCallNumOrder.json",
2025-08-20T19:15:57.8046130Z [00:02:03.469]➜  		"en-US/cms/CreateCmsOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateCmsOrder.json",
2025-08-20T19:15:57.8047101Z [00:02:03.469]➜  		"en-US/cms/CreateCmsSmspackageOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateCmsSmspackageOrder.json",
2025-08-20T19:15:57.8048009Z [00:02:03.469]➜  		"en-US/cms/CreateDynamicTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateDynamicTagGroup.json",
2025-08-20T19:15:57.8048938Z [00:02:03.469]➜  		"en-US/cms/CreateGroupMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateGroupMetricRules.json",
2025-08-20T19:15:57.8050204Z [00:02:03.469]➜  		"en-US/cms/CreateGroupMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateGroupMonitoringAgentProcess.json",
2025-08-20T19:15:57.8051362Z [00:02:03.469]➜  		"en-US/cms/CreateHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateHostAvailability.json",
2025-08-20T19:15:57.8052595Z [00:02:03.469]➜  		"en-US/cms/CreateHybridMonitorNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateHybridMonitorNamespace.json",
2025-08-20T19:15:57.8053631Z [00:02:03.469]➜  		"en-US/cms/CreateHybridMonitorSLSGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateHybridMonitorSLSGroup.json",
2025-08-20T19:15:57.8054577Z [00:02:03.469]➜  		"en-US/cms/CreateHybridMonitorTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateHybridMonitorTask.json",
2025-08-20T19:15:57.8055546Z [00:02:03.469]➜  		"en-US/cms/CreateInstantSiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateInstantSiteMonitor.json",
2025-08-20T19:15:57.8056651Z [00:02:03.469]➜  		"en-US/cms/CreateMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMetricRuleBlackList.json",
2025-08-20T19:15:57.8057642Z [00:02:03.469]➜  		"en-US/cms/CreateMetricRuleResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMetricRuleResources.json",
2025-08-20T19:15:57.8058619Z [00:02:03.469]➜  		"en-US/cms/CreateMetricRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMetricRuleTemplate.json",
2025-08-20T19:15:57.8059615Z [00:02:03.469]➜  		"en-US/cms/CreateMonitorAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorAgentProcess.json",
2025-08-20T19:15:57.8060518Z [00:02:03.469]➜  		"en-US/cms/CreateMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorGroup.json",
2025-08-20T19:15:57.8061719Z [00:02:03.469]➜  		"en-US/cms/CreateMonitorGroupByResourceGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorGroupByResourceGroupId.json",
2025-08-20T19:15:57.8063107Z [00:02:03.469]➜  		"en-US/cms/CreateMonitorGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorGroupInstances.json",
2025-08-20T19:15:57.8064228Z [00:02:03.469]➜  		"en-US/cms/CreateMonitorGroupNotifyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorGroupNotifyPolicy.json",
2025-08-20T19:15:57.8065271Z [00:02:03.469]➜  		"en-US/cms/CreateMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitoringAgentProcess.json",
2025-08-20T19:15:57.8066113Z [00:02:03.469]➜  		"en-US/cms/CreateSiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateSiteMonitor.json",
2025-08-20T19:15:57.8066778Z [00:02:03.469]➜  		"en-US/cms/Cursor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/Cursor.json",
2025-08-20T19:15:57.8067569Z [00:02:03.469]➜  		"en-US/cms/DeleteContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteContact.json",
2025-08-20T19:15:57.8068438Z [00:02:03.469]➜  		"en-US/cms/DeleteContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteContactGroup.json",
2025-08-20T19:15:57.8069330Z [00:02:03.469]➜  		"en-US/cms/DeleteCustomMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteCustomMetric.json",
2025-08-20T19:15:57.8070253Z [00:02:03.469]➜  		"en-US/cms/DeleteDynamicTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteDynamicTagGroup.json",
2025-08-20T19:15:57.8071182Z [00:02:03.469]➜  		"en-US/cms/DeleteEventRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteEventRuleTargets.json",
2025-08-20T19:15:57.8072014Z [00:02:03.469]➜  		"en-US/cms/DeleteEventRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteEventRules.json",
2025-08-20T19:15:57.8073348Z [00:02:03.469]➜  		"en-US/cms/DeleteExporterOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteExporterOutput.json",
2025-08-20T19:15:57.8074420Z [00:02:03.469]➜  		"en-US/cms/DeleteExporterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteExporterRule.json",
2025-08-20T19:15:57.8075687Z [00:02:03.469]➜  		"en-US/cms/DeleteGroupMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteGroupMonitoringAgentProcess.json",
2025-08-20T19:15:57.8076642Z [00:02:03.469]➜  		"en-US/cms/DeleteHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteHostAvailability.json",
2025-08-20T19:15:57.8077701Z [00:02:03.469]➜  		"en-US/cms/DeleteHybridMonitorNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteHybridMonitorNamespace.json",
2025-08-20T19:15:57.8078694Z [00:02:03.469]➜  		"en-US/cms/DeleteHybridMonitorSLSGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteHybridMonitorSLSGroup.json",
2025-08-20T19:15:57.8079746Z [00:02:03.469]➜  		"en-US/cms/DeleteHybridMonitorTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteHybridMonitorTask.json",
2025-08-20T19:15:57.8080620Z [00:02:03.469]➜  		"en-US/cms/DeleteLogMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteLogMonitor.json",
2025-08-20T19:15:57.8081606Z [00:02:03.469]➜  		"en-US/cms/DeleteMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRuleBlackList.json",
2025-08-20T19:15:57.8082746Z [00:02:03.469]➜  		"en-US/cms/DeleteMetricRuleResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRuleResources.json",
2025-08-20T19:15:57.8083711Z [00:02:03.469]➜  		"en-US/cms/DeleteMetricRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRuleTargets.json",
2025-08-20T19:15:57.8084694Z [00:02:03.469]➜  		"en-US/cms/DeleteMetricRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRuleTemplate.json",
2025-08-20T19:15:57.8085688Z [00:02:03.469]➜  		"en-US/cms/DeleteMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRules.json",
2025-08-20T19:15:57.8086556Z [00:02:03.469]➜  		"en-US/cms/DeleteMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitorGroup.json",
2025-08-20T19:15:57.8087601Z [00:02:03.469]➜  		"en-US/cms/DeleteMonitorGroupDynamicRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitorGroupDynamicRule.json",
2025-08-20T19:15:57.8088615Z [00:02:03.469]➜  		"en-US/cms/DeleteMonitorGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitorGroupInstances.json",
2025-08-20T19:15:57.8089694Z [00:02:03.469]➜  		"en-US/cms/DeleteMonitorGroupNotifyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitorGroupNotifyPolicy.json",
2025-08-20T19:15:57.8090738Z [00:02:03.469]➜  		"en-US/cms/DeleteMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitoringAgentProcess.json",
2025-08-20T19:15:57.8091602Z [00:02:03.469]➜  		"en-US/cms/DeleteSiteMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteSiteMonitors.json",
2025-08-20T19:15:57.8092862Z [00:02:03.469]➜  		"en-US/cms/DescribeActiveMetricRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeActiveMetricRuleList.json",
2025-08-20T19:15:57.8093830Z [00:02:03.469]➜  		"en-US/cms/DescribeAlertHistoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertHistoryList.json",
2025-08-20T19:15:57.8094708Z [00:02:03.469]➜  		"en-US/cms/DescribeAlertLogCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertLogCount.json",
2025-08-20T19:15:57.8095806Z [00:02:03.469]➜  		"en-US/cms/DescribeAlertLogHistogram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertLogHistogram.json",
2025-08-20T19:15:57.8096795Z [00:02:03.469]➜  		"en-US/cms/DescribeAlertLogList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertLogList.json",
2025-08-20T19:15:57.8097975Z [00:02:03.469]➜  		"en-US/cms/DescribeAlertingMetricRuleResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertingMetricRuleResources.json",
2025-08-20T19:15:57.8098927Z [00:02:03.469]➜  		"en-US/cms/DescribeContactGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeContactGroupList.json",
2025-08-20T19:15:57.8099805Z [00:02:03.469]➜  		"en-US/cms/DescribeContactList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeContactList.json",
2025-08-20T19:15:57.8100926Z [00:02:03.469]➜  		"en-US/cms/DescribeContactListByContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeContactListByContactGroup.json",
2025-08-20T19:15:57.8102079Z [00:02:03.469]➜  		"en-US/cms/DescribeCustomEventAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeCustomEventAttribute.json",
2025-08-20T19:15:57.8103275Z [00:02:03.469]➜  		"en-US/cms/DescribeCustomEventCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeCustomEventCount.json",
2025-08-20T19:15:57.8104322Z [00:02:03.469]➜  		"en-US/cms/DescribeCustomEventHistogram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeCustomEventHistogram.json",
2025-08-20T19:15:57.8105277Z [00:02:03.469]➜  		"en-US/cms/DescribeCustomMetricList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeCustomMetricList.json",
2025-08-20T19:15:57.8106279Z [00:02:03.469]➜  		"en-US/cms/DescribeDynamicTagRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeDynamicTagRuleList.json",
2025-08-20T19:15:57.8107283Z [00:02:03.469]➜  		"en-US/cms/DescribeEventRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeEventRuleAttribute.json",
2025-08-20T19:15:57.8108309Z [00:02:03.469]➜  		"en-US/cms/DescribeEventRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeEventRuleList.json",
2025-08-20T19:15:57.8109324Z [00:02:03.469]➜  		"en-US/cms/DescribeEventRuleTargetList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeEventRuleTargetList.json",
2025-08-20T19:15:57.8110316Z [00:02:03.470]➜  		"en-US/cms/DescribeExporterOutputList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeExporterOutputList.json",
2025-08-20T19:15:57.8111276Z [00:02:03.470]➜  		"en-US/cms/DescribeExporterRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeExporterRuleList.json",
2025-08-20T19:15:57.8112615Z [00:02:03.470]➜  		"en-US/cms/DescribeGroupMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeGroupMonitoringAgentProcess.json",
2025-08-20T19:15:57.8113706Z [00:02:03.470]➜  		"en-US/cms/DescribeHostAvailabilityList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHostAvailabilityList.json",
2025-08-20T19:15:57.8114761Z [00:02:03.470]➜  		"en-US/cms/DescribeHybridMonitorDataList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHybridMonitorDataList.json",
2025-08-20T19:15:57.8115910Z [00:02:03.470]➜  		"en-US/cms/DescribeHybridMonitorNamespaceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHybridMonitorNamespaceList.json",
2025-08-20T19:15:57.8116940Z [00:02:03.470]➜  		"en-US/cms/DescribeHybridMonitorSLSGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHybridMonitorSLSGroup.json",
2025-08-20T19:15:57.8117954Z [00:02:03.470]➜  		"en-US/cms/DescribeHybridMonitorTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHybridMonitorTaskList.json",
2025-08-20T19:15:57.8119192Z [00:02:03.470]➜  		"en-US/cms/DescribeLogMonitorAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeLogMonitorAttribute.json",
2025-08-20T19:15:57.8120289Z [00:02:03.470]➜  		"en-US/cms/DescribeLogMonitorList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeLogMonitorList.json",
2025-08-20T19:15:57.8121196Z [00:02:03.470]➜  		"en-US/cms/DescribeMetricData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricData.json",
2025-08-20T19:15:57.8122026Z [00:02:03.470]➜  		"en-US/cms/DescribeMetricLast.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricLast.json",
2025-08-20T19:15:57.8123029Z [00:02:03.470]➜  		"en-US/cms/DescribeMetricList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricList.json",
2025-08-20T19:15:57.8123938Z [00:02:03.470]➜  		"en-US/cms/DescribeMetricMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricMetaList.json",
2025-08-20T19:15:57.8125096Z [00:02:03.470]➜  		"en-US/cms/DescribeMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleBlackList.json",
2025-08-20T19:15:57.8126077Z [00:02:03.470]➜  		"en-US/cms/DescribeMetricRuleCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleCount.json",
2025-08-20T19:15:57.8127018Z [00:02:03.470]➜  		"en-US/cms/DescribeMetricRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleList.json",
2025-08-20T19:15:57.8128034Z [00:02:03.470]➜  		"en-US/cms/DescribeMetricRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleTargets.json",
2025-08-20T19:15:57.8129183Z [00:02:03.470]➜  		"en-US/cms/DescribeMetricRuleTemplateAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleTemplateAttribute.json",
2025-08-20T19:15:57.8130281Z [00:02:03.470]➜  		"en-US/cms/DescribeMetricRuleTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleTemplateList.json",
2025-08-20T19:15:57.8131334Z [00:02:03.470]➜  		"en-US/cms/DescribeMetricTop.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricTop.json",
2025-08-20T19:15:57.8132611Z [00:02:03.470]➜  		"en-US/cms/DescribeMonitorGroupCategories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupCategories.json",
2025-08-20T19:15:57.8133818Z [00:02:03.470]➜  		"en-US/cms/DescribeMonitorGroupDynamicRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupDynamicRules.json",
2025-08-20T19:15:57.8135111Z [00:02:03.470]➜  		"en-US/cms/DescribeMonitorGroupInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupInstanceAttribute.json",
2025-08-20T19:15:57.8136220Z [00:02:03.470]➜  		"en-US/cms/DescribeMonitorGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupInstances.json",
2025-08-20T19:15:57.8137489Z [00:02:03.470]➜  		"en-US/cms/DescribeMonitorGroupNotifyPolicyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupNotifyPolicyList.json",
2025-08-20T19:15:57.8138430Z [00:02:03.470]➜  		"en-US/cms/DescribeMonitorGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroups.json",
2025-08-20T19:15:57.8139685Z [00:02:03.470]➜  		"en-US/cms/DescribeMonitorResourceQuotaAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorResourceQuotaAttribute.json",
2025-08-20T19:15:57.8140867Z [00:02:03.470]➜  		"en-US/cms/DescribeMonitoringAgentAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentAccessKey.json",
2025-08-20T19:15:57.8142126Z [00:02:03.470]➜  		"en-US/cms/DescribeMonitoringAgentConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentConfig.json",
2025-08-20T19:15:57.8143591Z [00:02:03.470]➜  		"en-US/cms/DescribeMonitoringAgentHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentHosts.json",
2025-08-20T19:15:57.8144780Z [00:02:03.470]➜  		"en-US/cms/DescribeMonitoringAgentProcesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentProcesses.json",
2025-08-20T19:15:57.8145879Z [00:02:03.470]➜  		"en-US/cms/DescribeMonitoringAgentStatuses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentStatuses.json",
2025-08-20T19:15:57.8146852Z [00:02:03.470]➜  		"en-US/cms/DescribeMonitoringConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringConfig.json",
2025-08-20T19:15:57.8147965Z [00:02:03.470]➜  		"en-US/cms/DescribeProductResourceTagKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeProductResourceTagKeyList.json",
2025-08-20T19:15:57.8149132Z [00:02:03.470]➜  		"en-US/cms/DescribeProductsOfActiveMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeProductsOfActiveMetricRule.json",
2025-08-20T19:15:57.8150237Z [00:02:03.470]➜  		"en-US/cms/DescribeProjectMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeProjectMeta.json",
2025-08-20T19:15:57.8151422Z [00:02:03.470]➜  		"en-US/cms/DescribeSiteInstantMonitorLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteInstantMonitorLog.json",
2025-08-20T19:15:57.8152671Z [00:02:03.470]➜  		"en-US/cms/DescribeSiteMonitorAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorAttribute.json",
2025-08-20T19:15:57.8153693Z [00:02:03.470]➜  		"en-US/cms/DescribeSiteMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorData.json",
2025-08-20T19:15:57.8154830Z [00:02:03.470]➜  		"en-US/cms/DescribeSiteMonitorISPCityList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorISPCityList.json",
2025-08-20T19:15:57.8155778Z [00:02:03.470]➜  		"en-US/cms/DescribeSiteMonitorList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorList.json",
2025-08-20T19:15:57.8156818Z [00:02:03.470]➜  		"en-US/cms/DescribeSiteMonitorLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorLog.json",
2025-08-20T19:15:57.8157771Z [00:02:03.470]➜  		"en-US/cms/DescribeSiteMonitorQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorQuota.json",
2025-08-20T19:15:57.8158864Z [00:02:03.470]➜  		"en-US/cms/DescribeSiteMonitorStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorStatistics.json",
2025-08-20T19:15:57.8159937Z [00:02:03.470]➜  		"en-US/cms/DescribeSystemEventAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSystemEventAttribute.json",
2025-08-20T19:15:57.8161004Z [00:02:03.470]➜  		"en-US/cms/DescribeSystemEventCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSystemEventCount.json",
2025-08-20T19:15:57.8162144Z [00:02:03.470]➜  		"en-US/cms/DescribeSystemEventHistogram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSystemEventHistogram.json",
2025-08-20T19:15:57.8163420Z [00:02:03.470]➜  		"en-US/cms/DescribeSystemEventMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSystemEventMetaList.json",
2025-08-20T19:15:57.8164386Z [00:02:03.470]➜  		"en-US/cms/DescribeTagKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeTagKeyList.json",
2025-08-20T19:15:57.8165346Z [00:02:03.470]➜  		"en-US/cms/DescribeTagValueList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeTagValueList.json",
2025-08-20T19:15:57.8166684Z [00:02:03.470]➜  		"en-US/cms/DescribeUnhealthyHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeUnhealthyHostAvailability.json",
2025-08-20T19:15:57.8167752Z [00:02:03.470]➜  		"en-US/cms/DisableActiveMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableActiveMetricRule.json",
2025-08-20T19:15:57.8168607Z [00:02:03.470]➜  		"en-US/cms/DisableEventRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableEventRules.json",
2025-08-20T19:15:57.8169529Z [00:02:03.470]➜  		"en-US/cms/DisableHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableHostAvailability.json",
2025-08-20T19:15:57.8170395Z [00:02:03.470]➜  		"en-US/cms/DisableMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableMetricRules.json",
2025-08-20T19:15:57.8171335Z [00:02:03.470]➜  		"en-US/cms/DisableSiteMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableSiteMonitors.json",
2025-08-20T19:15:57.8172328Z [00:02:03.470]➜  		"en-US/cms/EnableActiveMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableActiveMetricRule.json",
2025-08-20T19:15:57.8173498Z [00:02:03.470]➜  		"en-US/cms/EnableEventRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableEventRules.json",
2025-08-20T19:15:57.8174499Z [00:02:03.470]➜  		"en-US/cms/EnableHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableHostAvailability.json",
2025-08-20T19:15:57.8175498Z [00:02:03.470]➜  		"en-US/cms/EnableMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableMetricRuleBlackList.json",
2025-08-20T19:15:57.8176389Z [00:02:03.470]➜  		"en-US/cms/EnableMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableMetricRules.json",
2025-08-20T19:15:57.8177243Z [00:02:03.470]➜  		"en-US/cms/EnableSiteMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableSiteMonitors.json",
2025-08-20T19:15:57.8178221Z [00:02:03.470]➜  		"en-US/cms/InstallMonitoringAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/InstallMonitoringAgent.json",
2025-08-20T19:15:57.8179559Z [00:02:03.470]➜  		"en-US/cms/ModifyGroupMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyGroupMonitoringAgentProcess.json",
2025-08-20T19:15:57.8180493Z [00:02:03.470]➜  		"en-US/cms/ModifyHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHostAvailability.json",
2025-08-20T19:15:57.8181288Z [00:02:03.470]➜  		"en-US/cms/ModifyHostInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHostInfo.json",
2025-08-20T19:15:57.8182334Z [00:02:03.470]➜  		"en-US/cms/ModifyHybridMonitorNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHybridMonitorNamespace.json",
2025-08-20T19:15:57.8183535Z [00:02:03.470]➜  		"en-US/cms/ModifyHybridMonitorSLSGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHybridMonitorSLSGroup.json",
2025-08-20T19:15:57.8184480Z [00:02:03.470]➜  		"en-US/cms/ModifyHybridMonitorTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHybridMonitorTask.json",
2025-08-20T19:15:57.8185479Z [00:02:03.470]➜  		"en-US/cms/ModifyMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyMetricRuleBlackList.json",
2025-08-20T19:15:57.8186421Z [00:02:03.470]➜  		"en-US/cms/ModifyMetricRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyMetricRuleTemplate.json",
2025-08-20T19:15:57.8187302Z [00:02:03.470]➜  		"en-US/cms/ModifyMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyMonitorGroup.json",
2025-08-20T19:15:57.8188324Z [00:02:03.470]➜  		"en-US/cms/ModifyMonitorGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyMonitorGroupInstances.json",
2025-08-20T19:15:57.8189319Z [00:02:03.470]➜  		"en-US/cms/ModifySiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifySiteMonitor.json",
2025-08-20T19:15:57.8190250Z [00:02:03.470]➜  		"en-US/cms/OpenCmsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/OpenCmsService.json",
2025-08-20T19:15:57.8191035Z [00:02:03.470]➜  		"en-US/cms/PutContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutContact.json",
2025-08-20T19:15:57.8191845Z [00:02:03.470]➜  		"en-US/cms/PutContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutContactGroup.json",
2025-08-20T19:15:57.8192820Z [00:02:03.470]➜  		"en-US/cms/PutCustomEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutCustomEvent.json",
2025-08-20T19:15:57.8193701Z [00:02:03.470]➜  		"en-US/cms/PutCustomEventRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutCustomEventRule.json",
2025-08-20T19:15:57.8194527Z [00:02:03.470]➜  		"en-US/cms/PutCustomMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutCustomMetric.json",
2025-08-20T19:15:57.8195532Z [00:02:03.470]➜  		"en-US/cms/PutCustomMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutCustomMetricRule.json",
2025-08-20T19:15:57.8196339Z [00:02:03.470]➜  		"en-US/cms/PutEventRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutEventRule.json",
2025-08-20T19:15:57.8197241Z [00:02:03.470]➜  		"en-US/cms/PutEventRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutEventRuleTargets.json",
2025-08-20T19:15:57.8198101Z [00:02:03.470]➜  		"en-US/cms/PutExporterOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutExporterOutput.json",
2025-08-20T19:15:57.8198934Z [00:02:03.470]➜  		"en-US/cms/PutExporterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutExporterRule.json",
2025-08-20T19:15:57.8199807Z [00:02:03.470]➜  		"en-US/cms/PutGroupMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutGroupMetricRule.json",
2025-08-20T19:15:57.8200842Z [00:02:03.470]➜  		"en-US/cms/PutHybridMonitorMetricData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutHybridMonitorMetricData.json",
2025-08-20T19:15:57.8201760Z [00:02:03.470]➜  		"en-US/cms/PutLogMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutLogMonitor.json",
2025-08-20T19:15:57.8202849Z [00:02:03.470]➜  		"en-US/cms/PutMetricRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutMetricRuleTargets.json",
2025-08-20T19:15:57.8203926Z [00:02:03.470]➜  		"en-US/cms/PutMonitorGroupDynamicRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutMonitorGroupDynamicRule.json",
2025-08-20T19:15:57.8204823Z [00:02:03.470]➜  		"en-US/cms/PutMonitoringConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutMonitoringConfig.json",
2025-08-20T19:15:57.8205752Z [00:02:03.470]➜  		"en-US/cms/PutResourceMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutResourceMetricRule.json",
2025-08-20T19:15:57.8206835Z [00:02:03.470]➜  		"en-US/cms/PutResourceMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutResourceMetricRules.json",
2025-08-20T19:15:57.8207574Z [00:02:03.470]➜  		"en-US/cms/RemoveTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/RemoveTags.json",
2025-08-20T19:15:57.8208477Z [00:02:03.470]➜  		"en-US/cms/SendDryRunSystemEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/SendDryRunSystemEvent.json",
2025-08-20T19:15:57.8209441Z [00:02:03.470]➜  		"en-US/cms/UninstallMonitoringAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/UninstallMonitoringAgent.json",
2025-08-20T19:15:57.8210119Z [00:02:03.470]➜  		"en-US/cms/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/version.json",
2025-08-20T19:15:57.8211237Z [00:02:03.470]➜  		"en-US/computenest/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ChangeResourceGroup.json",
2025-08-20T19:15:57.8212702Z [00:02:03.470]➜  		"en-US/computenest/ContinueDeployServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ContinueDeployServiceInstance.json",
2025-08-20T19:15:57.8213807Z [00:02:03.470]➜  		"en-US/computenest/CreateServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/CreateServiceInstance.json",
2025-08-20T19:15:57.8214884Z [00:02:03.470]➜  		"en-US/computenest/DeleteServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/DeleteServiceInstances.json",
2025-08-20T19:15:57.8215899Z [00:02:03.470]➜  		"en-US/computenest/GetServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/GetServiceInstance.json",
2025-08-20T19:15:57.8217209Z [00:02:03.470]➜  		"en-US/computenest/GetServiceTemplateParameterConstraints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/GetServiceTemplateParameterConstraints.json",
2025-08-20T19:15:57.8218310Z [00:02:03.470]➜  		"en-US/computenest/ListServiceInstanceLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ListServiceInstanceLogs.json",
2025-08-20T19:15:57.8219438Z [00:02:03.470]➜  		"en-US/computenest/ListServiceInstanceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ListServiceInstanceResources.json",
2025-08-20T19:15:57.8220431Z [00:02:03.470]➜  		"en-US/computenest/ListServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ListServiceInstances.json",
2025-08-20T19:15:57.8221243Z [00:02:03.470]➜  		"en-US/computenest/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/version.json",
2025-08-20T19:15:57.8222691Z [00:02:03.470]➜  		"en-US/computenestsupplier/AddServiceSharedAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/AddServiceSharedAccounts.json",
2025-08-20T19:15:57.8224080Z [00:02:03.470]➜  		"en-US/computenestsupplier/ContinueDeployServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ContinueDeployServiceInstance.json",
2025-08-20T19:15:57.8225299Z [00:02:03.470]➜  		"en-US/computenestsupplier/CreateArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/CreateArtifact.json",
2025-08-20T19:15:57.8226352Z [00:02:03.470]➜  		"en-US/computenestsupplier/CreateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/CreateService.json",
2025-08-20T19:15:57.8227537Z [00:02:03.470]➜  		"en-US/computenestsupplier/CreateServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/CreateServiceInstance.json",
2025-08-20T19:15:57.8228595Z [00:02:03.470]➜  		"en-US/computenestsupplier/DeleteArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/DeleteArtifact.json",
2025-08-20T19:15:57.8229870Z [00:02:03.470]➜  		"en-US/computenestsupplier/DeleteService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/DeleteService.json",
2025-08-20T19:15:57.8231103Z [00:02:03.470]➜  		"en-US/computenestsupplier/DeleteServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/DeleteServiceInstances.json",
2025-08-20T19:15:57.8232290Z [00:02:03.470]➜  		"en-US/computenestsupplier/DeployServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/DeployServiceInstance.json",
2025-08-20T19:15:57.8233484Z [00:02:03.470]➜  		"en-US/computenestsupplier/GetArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetArtifact.json",
2025-08-20T19:15:57.8235007Z [00:02:03.470]➜  		"en-US/computenestsupplier/GetArtifactRepositoryCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetArtifactRepositoryCredentials.json",
2025-08-20T19:15:57.8236029Z [00:02:03.470]➜  		"en-US/computenestsupplier/GetService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetService.json",
2025-08-20T19:15:57.8237247Z [00:02:03.470]➜  		"en-US/computenestsupplier/GetServiceEstimateCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetServiceEstimateCost.json",
2025-08-20T19:15:57.8238386Z [00:02:03.470]➜  		"en-US/computenestsupplier/GetServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetServiceInstance.json",
2025-08-20T19:15:57.8239927Z [00:02:03.470]➜  		"en-US/computenestsupplier/GetServiceTemplateParameterConstraints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetServiceTemplateParameterConstraints.json",
2025-08-20T19:15:57.8241111Z [00:02:03.470]➜  		"en-US/computenestsupplier/GetUploadCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetUploadCredentials.json",
2025-08-20T19:15:57.8242670Z [00:02:03.470]➜  		"en-US/computenestsupplier/ListAcrImageRepositories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListAcrImageRepositories.json",
2025-08-20T19:15:57.8243868Z [00:02:03.470]➜  		"en-US/computenestsupplier/ListAcrImageTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListAcrImageTags.json",
2025-08-20T19:15:57.8245120Z [00:02:03.470]➜  		"en-US/computenestsupplier/ListArtifactVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListArtifactVersions.json",
2025-08-20T19:15:57.8246220Z [00:02:03.470]➜  		"en-US/computenestsupplier/ListArtifacts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListArtifacts.json",
2025-08-20T19:15:57.8247434Z [00:02:03.470]➜  		"en-US/computenestsupplier/ListServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListServiceInstances.json",
2025-08-20T19:15:57.8248610Z [00:02:03.470]➜  		"en-US/computenestsupplier/ListServiceUsages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListServiceUsages.json",
2025-08-20T19:15:57.8249850Z [00:02:03.470]➜  		"en-US/computenestsupplier/ListServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListServices.json",
2025-08-20T19:15:57.8251277Z [00:02:03.470]➜  		"en-US/computenestsupplier/ModifyServiceInstanceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ModifyServiceInstanceResources.json",
2025-08-20T19:15:57.8252633Z [00:02:03.470]➜  		"en-US/computenestsupplier/PushMeteringData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/PushMeteringData.json",
2025-08-20T19:15:57.8253762Z [00:02:03.470]➜  		"en-US/computenestsupplier/RegisterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/RegisterService.json",
2025-08-20T19:15:57.8255032Z [00:02:03.470]➜  		"en-US/computenestsupplier/ReleaseArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ReleaseArtifact.json",
2025-08-20T19:15:57.8256146Z [00:02:03.470]➜  		"en-US/computenestsupplier/UpdateArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/UpdateArtifact.json",
2025-08-20T19:15:57.8257229Z [00:02:03.470]➜  		"en-US/computenestsupplier/UpdateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/UpdateService.json",
2025-08-20T19:15:57.8258662Z [00:02:03.470]➜  		"en-US/computenestsupplier/UpdateServiceInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/UpdateServiceInstanceAttribute.json",
2025-08-20T19:15:57.8260046Z [00:02:03.470]➜  		"en-US/computenestsupplier/UpgradeServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/UpgradeServiceInstance.json",
2025-08-20T19:15:57.8261058Z [00:02:03.470]➜  		"en-US/computenestsupplier/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/version.json",
2025-08-20T19:15:57.8261997Z [00:02:03.470]➜  		"en-US/config/ActiveConfigRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ActiveConfigRules.json",
2025-08-20T19:15:57.8263039Z [00:02:03.470]➜  		"en-US/config/DeleteConfigRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DeleteConfigRules.json",
2025-08-20T19:15:57.8264007Z [00:02:03.470]➜  		"en-US/config/DescribeCompliance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeCompliance.json",
2025-08-20T19:15:57.8265062Z [00:02:03.470]➜  		"en-US/config/DescribeComplianceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeComplianceSummary.json",
2025-08-20T19:15:57.8265969Z [00:02:03.470]➜  		"en-US/config/DescribeConfigRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeConfigRule.json",
2025-08-20T19:15:57.8267209Z [00:02:03.470]➜  		"en-US/config/DescribeConfigurationRecorder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeConfigurationRecorder.json",
2025-08-20T19:15:57.8268185Z [00:02:03.470]➜  		"en-US/config/DescribeDeliveryChannels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeDeliveryChannels.json",
2025-08-20T19:15:57.8269089Z [00:02:03.470]➜  		"en-US/config/DescribeDiscoveredResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeDiscoveredResource.json",
2025-08-20T19:15:57.8270133Z [00:02:03.470]➜  		"en-US/config/DescribeEvaluationResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeEvaluationResults.json",
2025-08-20T19:15:57.8271282Z [00:02:03.470]➜  		"en-US/config/GetAggregateDiscoveredResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetAggregateDiscoveredResource.json",
2025-08-20T19:15:57.8272580Z [00:02:03.470]➜  		"en-US/config/GetDiscoveredResourceCounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetDiscoveredResourceCounts.json",
2025-08-20T19:15:57.8273833Z [00:02:03.470]➜  		"en-US/config/GetDiscoveredResourceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetDiscoveredResourceSummary.json",
2025-08-20T19:15:57.8274968Z [00:02:03.470]➜  		"en-US/config/GetResourceComplianceTimeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetResourceComplianceTimeline.json",
2025-08-20T19:15:57.8276164Z [00:02:03.470]➜  		"en-US/config/GetResourceConfigurationTimeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetResourceConfigurationTimeline.json",
2025-08-20T19:15:57.8277174Z [00:02:03.470]➜  		"en-US/config/GetSupportedResourceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetSupportedResourceTypes.json",
2025-08-20T19:15:57.8278359Z [00:02:03.470]➜  		"en-US/config/ListAggregateDiscoveredResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ListAggregateDiscoveredResources.json",
2025-08-20T19:15:57.8279408Z [00:02:03.470]➜  		"en-US/config/ListConfigRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ListConfigRules.json",
2025-08-20T19:15:57.8280353Z [00:02:03.470]➜  		"en-US/config/ListDiscoveredResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ListDiscoveredResources.json",
2025-08-20T19:15:57.8281316Z [00:02:03.470]➜  		"en-US/config/ListRemediationTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ListRemediationTemplates.json",
2025-08-20T19:15:57.8282169Z [00:02:03.470]➜  		"en-US/config/PutConfigRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/PutConfigRule.json",
2025-08-20T19:15:57.8283646Z [00:02:03.470]➜  		"en-US/config/PutConfigurationRecorder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/PutConfigurationRecorder.json",
2025-08-20T19:15:57.8284656Z [00:02:03.470]➜  		"en-US/config/PutDeliveryChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/PutDeliveryChannel.json",
2025-08-20T19:15:57.8285553Z [00:02:03.470]➜  		"en-US/config/PutEvaluations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/PutEvaluations.json",
2025-08-20T19:15:57.8286550Z [00:02:03.470]➜  		"en-US/config/StartConfigRuleEvaluation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/StartConfigRuleEvaluation.json",
2025-08-20T19:15:57.8287639Z [00:02:03.470]➜  		"en-US/config/StartConfigurationRecorder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/StartConfigurationRecorder.json",
2025-08-20T19:15:57.8288545Z [00:02:03.470]➜  		"en-US/config/StopConfigRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/StopConfigRules.json",
2025-08-20T19:15:57.8289299Z [00:02:03.470]➜  		"en-US/config/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/version.json",
2025-08-20T19:15:57.8290309Z [00:02:03.470]➜  		"en-US/cr/CancelArtifactBuildTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CancelArtifactBuildTask.json",
2025-08-20T19:15:57.8291226Z [00:02:03.470]➜  		"en-US/cr/CancelRepoBuildRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CancelRepoBuildRecord.json",
2025-08-20T19:15:57.8292123Z [00:02:03.470]➜  		"en-US/cr/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ChangeResourceGroup.json",
2025-08-20T19:15:57.8293269Z [00:02:03.471]➜  		"en-US/cr/CreateArtifactBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateArtifactBuildRule.json",
2025-08-20T19:15:57.8294260Z [00:02:03.471]➜  		"en-US/cr/CreateBuildRecordByRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateBuildRecordByRecord.json",
2025-08-20T19:15:57.8295216Z [00:02:03.471]➜  		"en-US/cr/CreateBuildRecordByRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateBuildRecordByRule.json",
2025-08-20T19:15:57.8296131Z [00:02:03.471]➜  		"en-US/cr/CreateChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateChain.json",
2025-08-20T19:15:57.8297019Z [00:02:03.471]➜  		"en-US/cr/CreateChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateChartNamespace.json",
2025-08-20T19:15:57.8297934Z [00:02:03.471]➜  		"en-US/cr/CreateChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateChartRepository.json",
2025-08-20T19:15:57.8299052Z [00:02:03.471]➜  		"en-US/cr/CreateInstanceEndpointAclPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateInstanceEndpointAclPolicy.json",
2025-08-20T19:15:57.8300364Z [00:02:03.471]➜  		"en-US/cr/CreateInstanceVpcEndpointLinkedVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateInstanceVpcEndpointLinkedVpc.json",
2025-08-20T19:15:57.8301300Z [00:02:03.471]➜  		"en-US/cr/CreateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateNamespace.json",
2025-08-20T19:15:57.8302205Z [00:02:03.471]➜  		"en-US/cr/CreateRepoBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoBuildRule.json",
2025-08-20T19:15:57.8303428Z [00:02:03.471]➜  		"en-US/cr/CreateRepoSourceCodeRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoSourceCodeRepo.json",
2025-08-20T19:15:57.8304288Z [00:02:03.471]➜  		"en-US/cr/CreateRepoSyncRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoSyncRule.json",
2025-08-20T19:15:57.8305156Z [00:02:03.471]➜  		"en-US/cr/CreateRepoSyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoSyncTask.json",
2025-08-20T19:15:57.8306145Z [00:02:03.471]➜  		"en-US/cr/CreateRepoSyncTaskByRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoSyncTaskByRule.json",
2025-08-20T19:15:57.8306935Z [00:02:03.471]➜  		"en-US/cr/CreateRepoTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoTag.json",
2025-08-20T19:15:57.8307876Z [00:02:03.471]➜  		"en-US/cr/CreateRepoTagScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoTagScanTask.json",
2025-08-20T19:15:57.8308732Z [00:02:03.471]➜  		"en-US/cr/CreateRepoTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoTrigger.json",
2025-08-20T19:15:57.8309547Z [00:02:03.471]➜  		"en-US/cr/CreateRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepository.json",
2025-08-20T19:15:57.8310309Z [00:02:03.471]➜  		"en-US/cr/DeleteChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteChain.json",
2025-08-20T19:15:57.8311212Z [00:02:03.471]➜  		"en-US/cr/DeleteChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteChartNamespace.json",
2025-08-20T19:15:57.8312122Z [00:02:03.471]➜  		"en-US/cr/DeleteChartRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteChartRelease.json",
2025-08-20T19:15:57.8313570Z [00:02:03.471]➜  		"en-US/cr/DeleteChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteChartRepository.json",
2025-08-20T19:15:57.8314556Z [00:02:03.471]➜  		"en-US/cr/DeleteEventCenterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteEventCenterRule.json",
2025-08-20T19:15:57.8315700Z [00:02:03.471]➜  		"en-US/cr/DeleteInstanceEndpointAclPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteInstanceEndpointAclPolicy.json",
2025-08-20T19:15:57.8316920Z [00:02:03.471]➜  		"en-US/cr/DeleteInstanceVpcEndpointLinkedVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteInstanceVpcEndpointLinkedVpc.json",
2025-08-20T19:15:57.8317796Z [00:02:03.471]➜  		"en-US/cr/DeleteNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteNamespace.json",
2025-08-20T19:15:57.8318712Z [00:02:03.471]➜  		"en-US/cr/DeleteRepoBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepoBuildRule.json",
2025-08-20T19:15:57.8319605Z [00:02:03.471]➜  		"en-US/cr/DeleteRepoSyncRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepoSyncRule.json",
2025-08-20T19:15:57.8320388Z [00:02:03.471]➜  		"en-US/cr/DeleteRepoTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepoTag.json",
2025-08-20T19:15:57.8321243Z [00:02:03.471]➜  		"en-US/cr/DeleteRepoTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepoTrigger.json",
2025-08-20T19:15:57.8322092Z [00:02:03.471]➜  		"en-US/cr/DeleteRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepository.json",
2025-08-20T19:15:57.8323304Z [00:02:03.471]➜  		"en-US/cr/GetArtifactBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetArtifactBuildRule.json",
2025-08-20T19:15:57.8324331Z [00:02:03.471]➜  		"en-US/cr/GetArtifactBuildTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetArtifactBuildTask.json",
2025-08-20T19:15:57.8325268Z [00:02:03.471]➜  		"en-US/cr/GetAuthorizationToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetAuthorizationToken.json",
2025-08-20T19:15:57.8325973Z [00:02:03.471]➜  		"en-US/cr/GetChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetChain.json",
2025-08-20T19:15:57.8326835Z [00:02:03.471]➜  		"en-US/cr/GetChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetChartNamespace.json",
2025-08-20T19:15:57.8327704Z [00:02:03.471]➜  		"en-US/cr/GetChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetChartRepository.json",
2025-08-20T19:15:57.8328470Z [00:02:03.471]➜  		"en-US/cr/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstance.json",
2025-08-20T19:15:57.8329357Z [00:02:03.471]➜  		"en-US/cr/GetInstanceCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstanceCount.json",
2025-08-20T19:15:57.8330277Z [00:02:03.471]➜  		"en-US/cr/GetInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstanceEndpoint.json",
2025-08-20T19:15:57.8331119Z [00:02:03.471]➜  		"en-US/cr/GetInstanceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstanceUsage.json",
2025-08-20T19:15:57.8332055Z [00:02:03.471]➜  		"en-US/cr/GetInstanceVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstanceVpcEndpoint.json",
2025-08-20T19:15:57.8332982Z [00:02:03.471]➜  		"en-US/cr/GetNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetNamespace.json",
2025-08-20T19:15:57.8333865Z [00:02:03.471]➜  		"en-US/cr/GetRepoBuildRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoBuildRecord.json",
2025-08-20T19:15:57.8334855Z [00:02:03.471]➜  		"en-US/cr/GetRepoBuildRecordStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoBuildRecordStatus.json",
2025-08-20T19:15:57.8336037Z [00:02:03.471]➜  		"en-US/cr/GetRepoSourceCodeRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoSourceCodeRepo.json",
2025-08-20T19:15:57.8336866Z [00:02:03.471]➜  		"en-US/cr/GetRepoSyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoSyncTask.json",
2025-08-20T19:15:57.8337578Z [00:02:03.471]➜  		"en-US/cr/GetRepoTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTag.json",
2025-08-20T19:15:57.8338410Z [00:02:03.471]➜  		"en-US/cr/GetRepoTagLayers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTagLayers.json",
2025-08-20T19:15:57.8339287Z [00:02:03.471]➜  		"en-US/cr/GetRepoTagManifest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTagManifest.json",
2025-08-20T19:15:57.8340203Z [00:02:03.471]➜  		"en-US/cr/GetRepoTagScanStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTagScanStatus.json",
2025-08-20T19:15:57.8341135Z [00:02:03.471]➜  		"en-US/cr/GetRepoTagScanSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTagScanSummary.json",
2025-08-20T19:15:57.8341916Z [00:02:03.471]➜  		"en-US/cr/GetRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepository.json",
2025-08-20T19:15:57.8343087Z [00:02:03.471]➜  		"en-US/cr/ListArtifactBuildTaskLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListArtifactBuildTaskLog.json",
2025-08-20T19:15:57.8343827Z [00:02:03.471]➜  		"en-US/cr/ListChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChain.json",
2025-08-20T19:15:57.8344685Z [00:02:03.471]➜  		"en-US/cr/ListChainInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChainInstance.json",
2025-08-20T19:15:57.8345732Z [00:02:03.471]➜  		"en-US/cr/ListChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChartNamespace.json",
2025-08-20T19:15:57.8346702Z [00:02:03.471]➜  		"en-US/cr/ListChartRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChartRelease.json",
2025-08-20T19:15:57.8347605Z [00:02:03.471]➜  		"en-US/cr/ListChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChartRepository.json",
2025-08-20T19:15:57.8348525Z [00:02:03.471]➜  		"en-US/cr/ListEventCenterRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListEventCenterRecord.json",
2025-08-20T19:15:57.8349463Z [00:02:03.471]➜  		"en-US/cr/ListEventCenterRuleName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListEventCenterRuleName.json",
2025-08-20T19:15:57.8350234Z [00:02:03.471]➜  		"en-US/cr/ListInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListInstance.json",
2025-08-20T19:15:57.8351139Z [00:02:03.471]➜  		"en-US/cr/ListInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListInstanceEndpoint.json",
2025-08-20T19:15:57.8352014Z [00:02:03.471]➜  		"en-US/cr/ListInstanceRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListInstanceRegion.json",
2025-08-20T19:15:57.8353047Z [00:02:03.471]➜  		"en-US/cr/ListNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListNamespace.json",
2025-08-20T19:15:57.8353954Z [00:02:03.471]➜  		"en-US/cr/ListRepoBuildRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoBuildRecord.json",
2025-08-20T19:15:57.8354880Z [00:02:03.471]➜  		"en-US/cr/ListRepoBuildRecordLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoBuildRecordLog.json",
2025-08-20T19:15:57.8355719Z [00:02:03.471]➜  		"en-US/cr/ListRepoBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoBuildRule.json",
2025-08-20T19:15:57.8356561Z [00:02:03.471]➜  		"en-US/cr/ListRepoSyncRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoSyncRule.json",
2025-08-20T19:15:57.8357525Z [00:02:03.471]➜  		"en-US/cr/ListRepoSyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoSyncTask.json",
2025-08-20T19:15:57.8358353Z [00:02:03.471]➜  		"en-US/cr/ListRepoTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoTag.json",
2025-08-20T19:15:57.8359310Z [00:02:03.471]➜  		"en-US/cr/ListRepoTagScanResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoTagScanResult.json",
2025-08-20T19:15:57.8360134Z [00:02:03.471]➜  		"en-US/cr/ListRepoTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoTrigger.json",
2025-08-20T19:15:57.8360923Z [00:02:03.471]➜  		"en-US/cr/ListRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepository.json",
2025-08-20T19:15:57.8361747Z [00:02:03.471]➜  		"en-US/cr/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListTagResources.json",
2025-08-20T19:15:57.8362814Z [00:02:03.471]➜  		"en-US/cr/ResetLoginPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ResetLoginPassword.json",
2025-08-20T19:15:57.8363588Z [00:02:03.471]➜  		"en-US/cr/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/TagResources.json",
2025-08-20T19:15:57.8364357Z [00:02:03.471]➜  		"en-US/cr/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UntagResources.json",
2025-08-20T19:15:57.8365100Z [00:02:03.471]➜  		"en-US/cr/UpdateChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateChain.json",
2025-08-20T19:15:57.8365992Z [00:02:03.471]➜  		"en-US/cr/UpdateChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateChartNamespace.json",
2025-08-20T19:15:57.8367032Z [00:02:03.471]➜  		"en-US/cr/UpdateChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateChartRepository.json",
2025-08-20T19:15:57.8368046Z [00:02:03.471]➜  		"en-US/cr/UpdateEventCenterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateEventCenterRule.json",
2025-08-20T19:15:57.8369122Z [00:02:03.471]➜  		"en-US/cr/UpdateInstanceEndpointStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateInstanceEndpointStatus.json",
2025-08-20T19:15:57.8369928Z [00:02:03.471]➜  		"en-US/cr/UpdateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateNamespace.json",
2025-08-20T19:15:57.8370802Z [00:02:03.471]➜  		"en-US/cr/UpdateRepoBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateRepoBuildRule.json",
2025-08-20T19:15:57.8371868Z [00:02:03.471]➜  		"en-US/cr/UpdateRepoSourceCodeRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateRepoSourceCodeRepo.json",
2025-08-20T19:15:57.8372911Z [00:02:03.471]➜  		"en-US/cr/UpdateRepoTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateRepoTrigger.json",
2025-08-20T19:15:57.8373755Z [00:02:03.471]➜  		"en-US/cr/UpdateRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateRepository.json",
2025-08-20T19:15:57.8374447Z [00:02:03.471]➜  		"en-US/cr/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/version.json",
2025-08-20T19:15:57.8375246Z [00:02:03.471]➜  		"en-US/cs/AttachInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/AttachInstances.json",
2025-08-20T19:15:57.8376237Z [00:02:03.471]➜  		"en-US/cs/AttachInstancesToNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/AttachInstancesToNodePool.json",
2025-08-20T19:15:57.8377127Z [00:02:03.471]➜  		"en-US/cs/CancelClusterUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelClusterUpgrade.json",
2025-08-20T19:15:57.8378071Z [00:02:03.471]➜  		"en-US/cs/CancelComponentUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelComponentUpgrade.json",
2025-08-20T19:15:57.8379085Z [00:02:03.471]➜  		"en-US/cs/CancelOperationPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelOperationPlan.json",
2025-08-20T19:15:57.8379893Z [00:02:03.471]➜  		"en-US/cs/CancelTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelTask.json",
2025-08-20T19:15:57.8380704Z [00:02:03.471]➜  		"en-US/cs/CancelWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelWorkflow.json",
2025-08-20T19:15:57.8381719Z [00:02:03.471]➜  		"en-US/cs/CheckControlPlaneLogEnable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CheckControlPlaneLogEnable.json",
2025-08-20T19:15:57.8382864Z [00:02:03.471]➜  		"en-US/cs/CreateAutoscalingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateAutoscalingConfig.json",
2025-08-20T19:15:57.8383655Z [00:02:03.471]➜  		"en-US/cs/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateCluster.json",
2025-08-20T19:15:57.8384584Z [00:02:03.471]➜  		"en-US/cs/CreateClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateClusterNodePool.json",
2025-08-20T19:15:57.8385555Z [00:02:03.471]➜  		"en-US/cs/CreateKubernetesTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateKubernetesTrigger.json",
2025-08-20T19:15:57.8386352Z [00:02:03.471]➜  		"en-US/cs/CreateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateTemplate.json",
2025-08-20T19:15:57.8387116Z [00:02:03.471]➜  		"en-US/cs/CreateTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateTrigger.json",
2025-08-20T19:15:57.8387991Z [00:02:03.471]➜  		"en-US/cs/DeleteAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteAlertContact.json",
2025-08-20T19:15:57.8388946Z [00:02:03.471]➜  		"en-US/cs/DeleteAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteAlertContactGroup.json",
2025-08-20T19:15:57.8389990Z [00:02:03.471]➜  		"en-US/cs/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteCluster.json",
2025-08-20T19:15:57.8390933Z [00:02:03.471]➜  		"en-US/cs/DeleteClusterNodepool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteClusterNodepool.json",
2025-08-20T19:15:57.8391807Z [00:02:03.471]➜  		"en-US/cs/DeleteClusterNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteClusterNodes.json",
2025-08-20T19:15:57.8392941Z [00:02:03.471]➜  		"en-US/cs/DeleteKubernetesTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteKubernetesTrigger.json",
2025-08-20T19:15:57.8393887Z [00:02:03.471]➜  		"en-US/cs/DeletePolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeletePolicyInstance.json",
2025-08-20T19:15:57.8394682Z [00:02:03.471]➜  		"en-US/cs/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteTemplate.json",
2025-08-20T19:15:57.8395467Z [00:02:03.471]➜  		"en-US/cs/DeleteTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteTrigger.json",
2025-08-20T19:15:57.8396385Z [00:02:03.471]➜  		"en-US/cs/DeployPolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeployPolicyInstance.json",
2025-08-20T19:15:57.8397197Z [00:02:03.471]➜  		"en-US/cs/DescirbeWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescirbeWorkflow.json",
2025-08-20T19:15:57.8397967Z [00:02:03.471]➜  		"en-US/cs/DescribeAddon.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeAddon.json",
2025-08-20T19:15:57.8398753Z [00:02:03.471]➜  		"en-US/cs/DescribeAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeAddons.json",
2025-08-20T19:15:57.8399832Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterAddonInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonInstance.json",
2025-08-20T19:15:57.8400896Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterAddonMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonMetadata.json",
2025-08-20T19:15:57.8402358Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterAddonUpgradeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonUpgradeStatus.json",
2025-08-20T19:15:57.8403923Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterAddonsUpgradeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonsUpgradeStatus.json",
2025-08-20T19:15:57.8404988Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterAddonsVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonsVersion.json",
2025-08-20T19:15:57.8406040Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterAttachScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAttachScripts.json",
2025-08-20T19:15:57.8406979Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterDetail.json",
2025-08-20T19:15:57.8407913Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterEvents.json",
2025-08-20T19:15:57.8408824Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterLogs.json",
2025-08-20T19:15:57.8409889Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterNodePoolDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterNodePoolDetail.json",
2025-08-20T19:15:57.8410868Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterNodePools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterNodePools.json",
2025-08-20T19:15:57.8411784Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterNodes.json",
2025-08-20T19:15:57.8413082Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterResources.json",
2025-08-20T19:15:57.8414105Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterTasks.json",
2025-08-20T19:15:57.8415178Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterUserKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterUserKubeconfig.json",
2025-08-20T19:15:57.8416290Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterV2UserKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterV2UserKubeconfig.json",
2025-08-20T19:15:57.8417167Z [00:02:03.471]➜  		"en-US/cs/DescribeClusterVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterVuls.json",
2025-08-20T19:15:57.8418014Z [00:02:03.471]➜  		"en-US/cs/DescribeClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusters.json",
2025-08-20T19:15:57.8418869Z [00:02:03.471]➜  		"en-US/cs/DescribeClustersV1.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClustersV1.json",
2025-08-20T19:15:57.8419800Z [00:02:03.471]➜  		"en-US/cs/DescribeEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeEvents.json",
2025-08-20T19:15:57.8420753Z [00:02:03.471]➜  		"en-US/cs/DescribeExternalAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeExternalAgent.json",
2025-08-20T19:15:57.8421925Z [00:02:03.471]➜  		"en-US/cs/DescribeKubernetesVersionMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeKubernetesVersionMetadata.json",
2025-08-20T19:15:57.8423031Z [00:02:03.471]➜  		"en-US/cs/DescribeNodePoolVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeNodePoolVuls.json",
2025-08-20T19:15:57.8423883Z [00:02:03.471]➜  		"en-US/cs/DescribePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicies.json",
2025-08-20T19:15:57.8424808Z [00:02:03.471]➜  		"en-US/cs/DescribePolicyDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicyDetails.json",
2025-08-20T19:15:57.8426138Z [00:02:03.471]➜  		"en-US/cs/DescribePolicyGovernanceInCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicyGovernanceInCluster.json",
2025-08-20T19:15:57.8427091Z [00:02:03.471]➜  		"en-US/cs/DescribePolicyInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicyInstances.json",
2025-08-20T19:15:57.8428176Z [00:02:03.471]➜  		"en-US/cs/DescribePolicyInstancesStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicyInstancesStatus.json",
2025-08-20T19:15:57.8429448Z [00:02:03.471]➜  		"en-US/cs/DescribeSubaccountK8sClusterUserConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeSubaccountK8sClusterUserConfig.json",
2025-08-20T19:15:57.8430278Z [00:02:03.471]➜  		"en-US/cs/DescribeTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeTaskInfo.json",
2025-08-20T19:15:57.8431311Z [00:02:03.471]➜  		"en-US/cs/DescribeTemplateAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeTemplateAttribute.json",
2025-08-20T19:15:57.8432175Z [00:02:03.471]➜  		"en-US/cs/DescribeTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeTemplates.json",
2025-08-20T19:15:57.8433258Z [00:02:03.471]➜  		"en-US/cs/DescribeTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeTrigger.json",
2025-08-20T19:15:57.8434344Z [00:02:03.471]➜  		"en-US/cs/DescribeUserClusterNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeUserClusterNamespaces.json",
2025-08-20T19:15:57.8435294Z [00:02:03.471]➜  		"en-US/cs/DescribeUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeUserPermission.json",
2025-08-20T19:15:57.8436274Z [00:02:03.471]➜  		"en-US/cs/DescribeUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeUserQuota.json",
2025-08-20T19:15:57.8437265Z [00:02:03.471]➜  		"en-US/cs/DescribeWorkflows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeWorkflows.json",
2025-08-20T19:15:57.8438087Z [00:02:03.471]➜  		"en-US/cs/FixNodePoolVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/FixNodePoolVuls.json",
2025-08-20T19:15:57.8439051Z [00:02:03.471]➜  		"en-US/cs/GetClusterAddonInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GetClusterAddonInstance.json",
2025-08-20T19:15:57.8439857Z [00:02:03.471]➜  		"en-US/cs/GetClusterCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GetClusterCheck.json",
2025-08-20T19:15:57.8440779Z [00:02:03.471]➜  		"en-US/cs/GetKubernetesTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GetKubernetesTrigger.json",
2025-08-20T19:15:57.8441615Z [00:02:03.471]➜  		"en-US/cs/GetUpgradeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GetUpgradeStatus.json",
2025-08-20T19:15:57.8442750Z [00:02:03.471]➜  		"en-US/cs/GrantPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GrantPermissions.json",
2025-08-20T19:15:57.8443661Z [00:02:03.471]➜  		"en-US/cs/InstallClusterAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/InstallClusterAddons.json",
2025-08-20T19:15:57.8444388Z [00:02:03.471]➜  		"en-US/cs/ListAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListAddons.json",
2025-08-20T19:15:57.8445386Z [00:02:03.471]➜  		"en-US/cs/ListClusterAddonInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListClusterAddonInstances.json",
2025-08-20T19:15:57.8446221Z [00:02:03.471]➜  		"en-US/cs/ListClusterChecks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListClusterChecks.json",
2025-08-20T19:15:57.8447113Z [00:02:03.471]➜  		"en-US/cs/ListOperationPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListOperationPlans.json",
2025-08-20T19:15:57.8448108Z [00:02:03.471]➜  		"en-US/cs/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListTagResources.json",
2025-08-20T19:15:57.8448894Z [00:02:03.471]➜  		"en-US/cs/MigrateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/MigrateCluster.json",
2025-08-20T19:15:57.8449662Z [00:02:03.471]➜  		"en-US/cs/ModifyCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyCluster.json",
2025-08-20T19:15:57.8450550Z [00:02:03.471]➜  		"en-US/cs/ModifyClusterAddon.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyClusterAddon.json",
2025-08-20T19:15:57.8451473Z [00:02:03.471]➜  		"en-US/cs/ModifyClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyClusterNodePool.json",
2025-08-20T19:15:57.8452327Z [00:02:03.471]➜  		"en-US/cs/ModifyClusterTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyClusterTags.json",
2025-08-20T19:15:57.8453526Z [00:02:03.471]➜  		"en-US/cs/ModifyNodePoolNodeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyNodePoolNodeConfig.json",
2025-08-20T19:15:57.8454466Z [00:02:03.471]➜  		"en-US/cs/ModifyPolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyPolicyInstance.json",
2025-08-20T19:15:57.8455248Z [00:02:03.471]➜  		"en-US/cs/OpenAckService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/OpenAckService.json",
2025-08-20T19:15:57.8456134Z [00:02:03.471]➜  		"en-US/cs/PauseClusterUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/PauseClusterUpgrade.json",
2025-08-20T19:15:57.8457054Z [00:02:03.471]➜  		"en-US/cs/PauseComponentUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/PauseComponentUpgrade.json",
2025-08-20T19:15:57.8457918Z [00:02:03.471]➜  		"en-US/cs/PauseTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/PauseTask.json",
2025-08-20T19:15:57.8458873Z [00:02:03.471]➜  		"en-US/cs/RemoveNodePoolNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/RemoveNodePoolNodes.json",
2025-08-20T19:15:57.8459702Z [00:02:03.472]➜  		"en-US/cs/RemoveWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/RemoveWorkflow.json",
2025-08-20T19:15:57.8460628Z [00:02:03.472]➜  		"en-US/cs/RepairClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/RepairClusterNodePool.json",
2025-08-20T19:15:57.8461558Z [00:02:03.472]➜  		"en-US/cs/ResumeComponentUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ResumeComponentUpgrade.json",
2025-08-20T19:15:57.8462312Z [00:02:03.472]➜  		"en-US/cs/ResumeTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ResumeTask.json",
2025-08-20T19:15:57.8463473Z [00:02:03.472]➜  		"en-US/cs/ResumeUpgradeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ResumeUpgradeCluster.json",
2025-08-20T19:15:57.8464438Z [00:02:03.472]➜  		"en-US/cs/RunClusterCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/RunClusterCheck.json",
2025-08-20T19:15:57.8465316Z [00:02:03.472]➜  		"en-US/cs/ScaleClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ScaleClusterNodePool.json",
2025-08-20T19:15:57.8466123Z [00:02:03.472]➜  		"en-US/cs/ScanClusterVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ScanClusterVuls.json",
2025-08-20T19:15:57.8466855Z [00:02:03.472]➜  		"en-US/cs/StartAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/StartAlert.json",
2025-08-20T19:15:57.8467635Z [00:02:03.472]➜  		"en-US/cs/StartWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/StartWorkflow.json",
2025-08-20T19:15:57.8468344Z [00:02:03.472]➜  		"en-US/cs/StopAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/StopAlert.json",
2025-08-20T19:15:57.8469239Z [00:02:03.472]➜  		"en-US/cs/SyncClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/SyncClusterNodePool.json",
2025-08-20T19:15:57.8470142Z [00:02:03.472]➜  		"en-US/cs/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/TagResources.json",
2025-08-20T19:15:57.8471082Z [00:02:03.472]➜  		"en-US/cs/UnInstallClusterAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UnInstallClusterAddons.json",
2025-08-20T19:15:57.8471859Z [00:02:03.472]➜  		"en-US/cs/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UntagResources.json",
2025-08-20T19:15:57.8473154Z [00:02:03.472]➜  		"en-US/cs/UpdateContactGroupForAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpdateContactGroupForAlert.json",
2025-08-20T19:15:57.8474097Z [00:02:03.472]➜  		"en-US/cs/UpdateControlPlaneLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpdateControlPlaneLog.json",
2025-08-20T19:15:57.8475287Z [00:02:03.472]➜  		"en-US/cs/UpdateK8sClusterUserConfigExpire.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpdateK8sClusterUserConfigExpire.json",
2025-08-20T19:15:57.8476109Z [00:02:03.472]➜  		"en-US/cs/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpdateTemplate.json",
2025-08-20T19:15:57.8476933Z [00:02:03.472]➜  		"en-US/cs/UpgradeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpgradeCluster.json",
2025-08-20T19:15:57.8477863Z [00:02:03.472]➜  		"en-US/cs/UpgradeClusterAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpgradeClusterAddons.json",
2025-08-20T19:15:57.8478790Z [00:02:03.472]➜  		"en-US/cs/UpgradeClusterNodepool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpgradeClusterNodepool.json",
2025-08-20T19:15:57.8479458Z [00:02:03.472]➜  		"en-US/cs/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/version.json",
2025-08-20T19:15:57.8480513Z [00:02:03.472]➜  		"en-US/dcdn/AddDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/AddDcdnDomain.json",
2025-08-20T19:15:57.8481407Z [00:02:03.472]➜  		"en-US/dcdn/AddDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/AddDcdnIpaDomain.json",
2025-08-20T19:15:57.8482302Z [00:02:03.472]➜  		"en-US/dcdn/BatchAddDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchAddDcdnDomain.json",
2025-08-20T19:15:57.8483512Z [00:02:03.472]➜  		"en-US/dcdn/BatchCreateDcdnWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchCreateDcdnWafRules.json",
2025-08-20T19:15:57.8484607Z [00:02:03.472]➜  		"en-US/dcdn/BatchDeleteDcdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchDeleteDcdnDomainConfigs.json",
2025-08-20T19:15:57.8485619Z [00:02:03.472]➜  		"en-US/dcdn/BatchDeleteDcdnWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchDeleteDcdnWafRules.json",
2025-08-20T19:15:57.8486739Z [00:02:03.472]➜  		"en-US/dcdn/BatchModifyDcdnWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchModifyDcdnWafRules.json",
2025-08-20T19:15:57.8487610Z [00:02:03.472]➜  		"en-US/dcdn/BatchPutDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchPutDcdnKv.json",
2025-08-20T19:15:57.8488714Z [00:02:03.472]➜  		"en-US/dcdn/BatchSetDcdnDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchSetDcdnDomainCertificate.json",
2025-08-20T19:15:57.8489735Z [00:02:03.472]➜  		"en-US/dcdn/BatchSetDcdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchSetDcdnDomainConfigs.json",
2025-08-20T19:15:57.8490817Z [00:02:03.472]➜  		"en-US/dcdn/BatchSetDcdnIpaDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchSetDcdnIpaDomainConfigs.json",
2025-08-20T19:15:57.8491910Z [00:02:03.472]➜  		"en-US/dcdn/BatchSetDcdnWafDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchSetDcdnWafDomainConfigs.json",
2025-08-20T19:15:57.8493235Z [00:02:03.472]➜  		"en-US/dcdn/BatchStartDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchStartDcdnDomain.json",
2025-08-20T19:15:57.8494177Z [00:02:03.472]➜  		"en-US/dcdn/BatchStopDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchStopDcdnDomain.json",
2025-08-20T19:15:57.8495130Z [00:02:03.472]➜  		"en-US/dcdn/CheckDcdnProjectExist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CheckDcdnProjectExist.json",
2025-08-20T19:15:57.8496147Z [00:02:03.472]➜  		"en-US/dcdn/CommitStagingRoutineCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CommitStagingRoutineCode.json",
2025-08-20T19:15:57.8497396Z [00:02:03.472]➜  		"en-US/dcdn/CreateDcdnCertificateSigningRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnCertificateSigningRequest.json",
2025-08-20T19:15:57.8498345Z [00:02:03.472]➜  		"en-US/dcdn/CreateDcdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnDeliverTask.json",
2025-08-20T19:15:57.8499523Z [00:02:03.472]➜  		"en-US/dcdn/CreateDcdnSLSRealTimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnSLSRealTimeLogDelivery.json",
2025-08-20T19:15:57.8500423Z [00:02:03.472]➜  		"en-US/dcdn/CreateDcdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnSubTask.json",
2025-08-20T19:15:57.8501322Z [00:02:03.472]➜  		"en-US/dcdn/CreateDcdnWafGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnWafGroup.json",
2025-08-20T19:15:57.8502256Z [00:02:03.472]➜  		"en-US/dcdn/CreateDcdnWafPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnWafPolicy.json",
2025-08-20T19:15:57.8503438Z [00:02:03.472]➜  		"en-US/dcdn/CreateRoutine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateRoutine.json",
2025-08-20T19:15:57.8504513Z [00:02:03.472]➜  		"en-US/dcdn/CreateSlrAndSlsProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateSlrAndSlsProject.json",
2025-08-20T19:15:57.8505490Z [00:02:03.472]➜  		"en-US/dcdn/DeleteDcdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnDeliverTask.json",
2025-08-20T19:15:57.8506358Z [00:02:03.472]➜  		"en-US/dcdn/DeleteDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnDomain.json",
2025-08-20T19:15:57.8507271Z [00:02:03.472]➜  		"en-US/dcdn/DeleteDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnIpaDomain.json",
2025-08-20T19:15:57.8508336Z [00:02:03.472]➜  		"en-US/dcdn/DeleteDcdnIpaSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnIpaSpecificConfig.json",
2025-08-20T19:15:57.8509134Z [00:02:03.472]➜  		"en-US/dcdn/DeleteDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnKv.json",
2025-08-20T19:15:57.8510212Z [00:02:03.472]➜  		"en-US/dcdn/DeleteDcdnKvNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnKvNamespace.json",
2025-08-20T19:15:57.8511304Z [00:02:03.472]➜  		"en-US/dcdn/DeleteDcdnRealTimeLogProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnRealTimeLogProject.json",
2025-08-20T19:15:57.8512323Z [00:02:03.472]➜  		"en-US/dcdn/DeleteDcdnSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnSpecificConfig.json",
2025-08-20T19:15:57.8513625Z [00:02:03.472]➜  		"en-US/dcdn/DeleteDcdnSpecificStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnSpecificStagingConfig.json",
2025-08-20T19:15:57.8514504Z [00:02:03.472]➜  		"en-US/dcdn/DeleteDcdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnSubTask.json",
2025-08-20T19:15:57.8515441Z [00:02:03.472]➜  		"en-US/dcdn/DeleteDcdnUserConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnUserConfig.json",
2025-08-20T19:15:57.8516493Z [00:02:03.472]➜  		"en-US/dcdn/DeleteDcdnWafGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnWafGroup.json",
2025-08-20T19:15:57.8517403Z [00:02:03.472]➜  		"en-US/dcdn/DeleteDcdnWafPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnWafPolicy.json",
2025-08-20T19:15:57.8518241Z [00:02:03.472]➜  		"en-US/dcdn/DeleteRoutine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteRoutine.json",
2025-08-20T19:15:57.8519277Z [00:02:03.472]➜  		"en-US/dcdn/DeleteRoutineCodeRevision.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteRoutineCodeRevision.json",
2025-08-20T19:15:57.8520227Z [00:02:03.472]➜  		"en-US/dcdn/DeleteRoutineConfEnvs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteRoutineConfEnvs.json",
2025-08-20T19:15:57.8521204Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnAclFields.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnAclFields.json",
2025-08-20T19:15:57.8522205Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnBgpBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnBgpBpsData.json",
2025-08-20T19:15:57.8523441Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnBgpTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnBgpTrafficData.json",
2025-08-20T19:15:57.8524495Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnBlockedRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnBlockedRegions.json",
2025-08-20T19:15:57.8525606Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnCertificateDetail.json",
2025-08-20T19:15:57.8526790Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnCertificateList.json",
2025-08-20T19:15:57.8527911Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDdosService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDdosService.json",
2025-08-20T19:15:57.8528942Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDdosSpecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDdosSpecInfo.json",
2025-08-20T19:15:57.8529986Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDeletedDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDeletedDomains.json",
2025-08-20T19:15:57.8530996Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDeliverList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDeliverList.json",
2025-08-20T19:15:57.8532047Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainBpsData.json",
2025-08-20T19:15:57.8533522Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainBpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainBpsDataByLayer.json",
2025-08-20T19:15:57.8534669Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainByCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainByCertificate.json",
2025-08-20T19:15:57.8535801Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainCcActivityLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainCcActivityLog.json",
2025-08-20T19:15:57.8537001Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainCertificateInfo.json",
2025-08-20T19:15:57.8538046Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainCname.json",
2025-08-20T19:15:57.8539060Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainConfigs.json",
2025-08-20T19:15:57.8540180Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainDetail.json",
2025-08-20T19:15:57.8541282Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainHitRateData.json",
2025-08-20T19:15:57.8542564Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainHttpCodeData.json",
2025-08-20T19:15:57.8543842Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json",
2025-08-20T19:15:57.8544938Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainIpaBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainIpaBpsData.json",
2025-08-20T19:15:57.8546069Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainIpaConnData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainIpaConnData.json",
2025-08-20T19:15:57.8547253Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainIpaTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainIpaTrafficData.json",
2025-08-20T19:15:57.8548280Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainIspData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainIspData.json",
2025-08-20T19:15:57.8549249Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainLog.json",
2025-08-20T19:15:57.8550554Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainMultiUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainMultiUsageData.json",
2025-08-20T19:15:57.8551782Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainOriginBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainOriginBpsData.json",
2025-08-20T19:15:57.8553212Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainOriginTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainOriginTrafficData.json",
2025-08-20T19:15:57.8554268Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainProperty.json",
2025-08-20T19:15:57.8555293Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainPvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainPvData.json",
2025-08-20T19:15:57.8556335Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainQpsData.json",
2025-08-20T19:15:57.8557641Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainQpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainQpsDataByLayer.json",
2025-08-20T19:15:57.8558877Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeBpsData.json",
2025-08-20T19:15:57.8560253Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:57.8561496Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainRealTimeDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeDetailData.json",
2025-08-20T19:15:57.8563005Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:57.8564215Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainRealTimeQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeQpsData.json",
2025-08-20T19:15:57.8565728Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:57.8566980Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:57.8568347Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json",
2025-08-20T19:15:57.8569718Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:57.8571001Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainRealTimeTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeTrafficData.json",
2025-08-20T19:15:57.8572137Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainRegionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRegionData.json",
2025-08-20T19:15:57.8573472Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainStagingConfig.json",
2025-08-20T19:15:57.8574618Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainTopReferVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainTopReferVisit.json",
2025-08-20T19:15:57.8575844Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainTopUrlVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainTopUrlVisit.json",
2025-08-20T19:15:57.8577023Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainTrafficData.json",
2025-08-20T19:15:57.8578096Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainUsageData.json",
2025-08-20T19:15:57.8579118Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainUvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainUvData.json",
2025-08-20T19:15:57.8580311Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainWebsocketBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainWebsocketBpsData.json",
2025-08-20T19:15:57.8581630Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json",
2025-08-20T19:15:57.8583311Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainWebsocketTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainWebsocketTrafficData.json",
2025-08-20T19:15:57.8584448Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnDomainsBySource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainsBySource.json",
2025-08-20T19:15:57.8585466Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnErUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnErUsageData.json",
2025-08-20T19:15:57.8586722Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json",
2025-08-20T19:15:57.8588023Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json",
2025-08-20T19:15:57.8589110Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnHttpsDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnHttpsDomainList.json",
2025-08-20T19:15:57.8590151Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnIpInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpInfo.json",
2025-08-20T19:15:57.8591198Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnIpaDomainCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaDomainCidr.json",
2025-08-20T19:15:57.8592293Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnIpaDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaDomainConfigs.json",
2025-08-20T19:15:57.8593469Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnIpaDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaDomainDetail.json",
2025-08-20T19:15:57.8594440Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnIpaService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaService.json",
2025-08-20T19:15:57.8595536Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnIpaUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaUserDomains.json",
2025-08-20T19:15:57.8596509Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnKvAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnKvAccount.json",
2025-08-20T19:15:57.8597563Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnKvAccountStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnKvAccountStatus.json",
2025-08-20T19:15:57.8598573Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnKvNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnKvNamespace.json",
2025-08-20T19:15:57.8599467Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnL2Ips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnL2Ips.json",
2025-08-20T19:15:57.8600491Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnL2Vips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnL2Vips.json",
2025-08-20T19:15:57.8601842Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnOriginSiteHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnOriginSiteHealthStatus.json",
2025-08-20T19:15:57.8603252Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnRealTimeDeliveryField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRealTimeDeliveryField.json",
2025-08-20T19:15:57.8604326Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnRefreshQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRefreshQuota.json",
2025-08-20T19:15:57.8605408Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnRefreshTaskById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRefreshTaskById.json",
2025-08-20T19:15:57.8606459Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnRefreshTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRefreshTasks.json",
2025-08-20T19:15:57.8607606Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnRegionAndIsp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRegionAndIsp.json",
2025-08-20T19:15:57.8608560Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnReport.json",
2025-08-20T19:15:57.8609548Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnReportList.json",
2025-08-20T19:15:57.8610665Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnSLSRealTimeLogType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSLSRealTimeLogType.json",
2025-08-20T19:15:57.8611890Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json",
2025-08-20T19:15:57.8613240Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnSMCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSMCertificateDetail.json",
2025-08-20T19:15:57.8614520Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnSMCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSMCertificateList.json",
2025-08-20T19:15:57.8615642Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnSSLCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSSLCertificateList.json",
2025-08-20T19:15:57.8616679Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnSecFuncInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSecFuncInfo.json",
2025-08-20T19:15:57.8617708Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnSecSpecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSecSpecInfo.json",
2025-08-20T19:15:57.8618684Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnService.json",
2025-08-20T19:15:57.8619663Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnStagingIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnStagingIp.json",
2025-08-20T19:15:57.8620585Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnSubList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSubList.json",
2025-08-20T19:15:57.8621634Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnTagResources.json",
2025-08-20T19:15:57.8622933Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnTopDomainsByFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnTopDomainsByFlow.json",
2025-08-20T19:15:57.8624132Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnUserBillHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserBillHistory.json",
2025-08-20T19:15:57.8625274Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnUserBillType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserBillType.json",
2025-08-20T19:15:57.8626595Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnUserCertificateExpireCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserCertificateExpireCount.json",
2025-08-20T19:15:57.8627611Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnUserConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserConfigs.json",
2025-08-20T19:15:57.8628627Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserDomains.json",
2025-08-20T19:15:57.8629733Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnUserDomainsByFunc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserDomainsByFunc.json",
2025-08-20T19:15:57.8630726Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserQuota.json",
2025-08-20T19:15:57.8632130Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnUserRealTimeDeliveryField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserRealTimeDeliveryField.json",
2025-08-20T19:15:57.8633453Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnUserResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserResourcePackage.json",
2025-08-20T19:15:57.8634446Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnUserSecDrop.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserSecDrop.json",
2025-08-20T19:15:57.8635594Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnUserSecDropByMinute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserSecDropByMinute.json",
2025-08-20T19:15:57.8636531Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnUserTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserTags.json",
2025-08-20T19:15:57.8637630Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnUserVipsByDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserVipsByDomain.json",
2025-08-20T19:15:57.8638793Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnVerifyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnVerifyContent.json",
2025-08-20T19:15:57.8639817Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnWafBotAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafBotAppKey.json",
2025-08-20T19:15:57.8640889Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnWafDefaultRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafDefaultRules.json",
2025-08-20T19:15:57.8641833Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnWafDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafDomain.json",
2025-08-20T19:15:57.8643088Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnWafDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafDomainDetail.json",
2025-08-20T19:15:57.8644074Z [00:02:03.472]➜  		"en-US/dcdn/DescribeDcdnWafDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafDomains.json",
2025-08-20T19:15:57.8645104Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafFilterInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafFilterInfo.json",
2025-08-20T19:15:57.8646058Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafGeoInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafGeoInfo.json",
2025-08-20T19:15:57.8647001Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafGroup.json",
2025-08-20T19:15:57.8648089Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafGroups.json",
2025-08-20T19:15:57.8649127Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafLogs.json",
2025-08-20T19:15:57.8650148Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafPolicies.json",
2025-08-20T19:15:57.8651110Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafPolicy.json",
2025-08-20T19:15:57.8652196Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafPolicyDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafPolicyDomains.json",
2025-08-20T19:15:57.8653620Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafPolicyValidDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafPolicyValidDomains.json",
2025-08-20T19:15:57.8654554Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafRule.json",
2025-08-20T19:15:57.8655623Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafRules.json",
2025-08-20T19:15:57.8656610Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafScenes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafScenes.json",
2025-08-20T19:15:57.8657575Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafService.json",
2025-08-20T19:15:57.8658591Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafSpecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafSpecInfo.json",
2025-08-20T19:15:57.8659627Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnWafUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafUsageData.json",
2025-08-20T19:15:57.8660609Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDcdnsecService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnsecService.json",
2025-08-20T19:15:57.8661779Z [00:02:03.473]➜  		"en-US/dcdn/DescribeDdosAllEventList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDdosAllEventList.json",
2025-08-20T19:15:57.8663010Z [00:02:03.473]➜  		"en-US/dcdn/DescribeEncryptRoutineUid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeEncryptRoutineUid.json",
2025-08-20T19:15:57.8663973Z [00:02:03.473]➜  		"en-US/dcdn/DescribeHighlightInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeHighlightInfo.json",
2025-08-20T19:15:57.8664895Z [00:02:03.473]➜  		"en-US/dcdn/DescribeKvUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeKvUsageData.json",
2025-08-20T19:15:57.8665871Z [00:02:03.473]➜  		"en-US/dcdn/DescribeRDDomainConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRDDomainConfig.json",
2025-08-20T19:15:57.8666729Z [00:02:03.473]➜  		"en-US/dcdn/DescribeRoutine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutine.json",
2025-08-20T19:15:57.8667754Z [00:02:03.473]➜  		"en-US/dcdn/DescribeRoutineCanaryEnvs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineCanaryEnvs.json",
2025-08-20T19:15:57.8668842Z [00:02:03.473]➜  		"en-US/dcdn/DescribeRoutineCodeRevision.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineCodeRevision.json",
2025-08-20T19:15:57.8669976Z [00:02:03.473]➜  		"en-US/dcdn/DescribeRoutineRelatedDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineRelatedDomains.json",
2025-08-20T19:15:57.8670905Z [00:02:03.473]➜  		"en-US/dcdn/DescribeRoutineSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineSpec.json",
2025-08-20T19:15:57.8672269Z [00:02:03.473]➜  		"en-US/dcdn/DescribeRoutineUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineUserInfo.json",
2025-08-20T19:15:57.8673530Z [00:02:03.473]➜  		"en-US/dcdn/DescribeUserDcdnIpaStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeUserDcdnIpaStatus.json",
2025-08-20T19:15:57.8674521Z [00:02:03.473]➜  		"en-US/dcdn/DescribeUserDcdnStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeUserDcdnStatus.json",
2025-08-20T19:15:57.8675465Z [00:02:03.473]➜  		"en-US/dcdn/DescribeUserErStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeUserErStatus.json",
2025-08-20T19:15:57.8676543Z [00:02:03.473]➜  		"en-US/dcdn/DescribeUserLogserviceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeUserLogserviceStatus.json",
2025-08-20T19:15:57.8677410Z [00:02:03.473]➜  		"en-US/dcdn/EditRoutineConf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/EditRoutineConf.json",
2025-08-20T19:15:57.8678274Z [00:02:03.473]➜  		"en-US/dcdn/GetDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/GetDcdnKv.json",
2025-08-20T19:15:57.8679132Z [00:02:03.473]➜  		"en-US/dcdn/GetDcdnKvStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/GetDcdnKvStatus.json",
2025-08-20T19:15:57.8679878Z [00:02:03.473]➜  		"en-US/dcdn/ListDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ListDcdnKv.json",
2025-08-20T19:15:57.8681037Z [00:02:03.473]➜  		"en-US/dcdn/ListDcdnRealTimeDeliveryProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ListDcdnRealTimeDeliveryProject.json",
2025-08-20T19:15:57.8682200Z [00:02:03.473]➜  		"en-US/dcdn/ModifyDCdnDomainSchdmByProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDCdnDomainSchdmByProperty.json",
2025-08-20T19:15:57.8683292Z [00:02:03.473]➜  		"en-US/dcdn/ModifyDcdnWafGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDcdnWafGroup.json",
2025-08-20T19:15:57.8684237Z [00:02:03.473]➜  		"en-US/dcdn/ModifyDcdnWafPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDcdnWafPolicy.json",
2025-08-20T19:15:57.8685422Z [00:02:03.473]➜  		"en-US/dcdn/ModifyDcdnWafPolicyDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDcdnWafPolicyDomains.json",
2025-08-20T19:15:57.8686292Z [00:02:03.473]➜  		"en-US/dcdn/ModifyDcdnWafRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDcdnWafRule.json",
2025-08-20T19:15:57.8687154Z [00:02:03.473]➜  		"en-US/dcdn/OpenDcdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/OpenDcdnService.json",
2025-08-20T19:15:57.8688155Z [00:02:03.473]➜  		"en-US/dcdn/PreloadDcdnObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PreloadDcdnObjectCaches.json",
2025-08-20T19:15:57.8689409Z [00:02:03.473]➜  		"en-US/dcdn/PublishDcdnStagingConfigToProduction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PublishDcdnStagingConfigToProduction.json",
2025-08-20T19:15:57.8690498Z [00:02:03.473]➜  		"en-US/dcdn/PublishRoutineCodeRevision.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PublishRoutineCodeRevision.json",
2025-08-20T19:15:57.8691251Z [00:02:03.473]➜  		"en-US/dcdn/PutDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PutDcdnKv.json",
2025-08-20T19:15:57.8692150Z [00:02:03.473]➜  		"en-US/dcdn/PutDcdnKvNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PutDcdnKvNamespace.json",
2025-08-20T19:15:57.8693329Z [00:02:03.473]➜  		"en-US/dcdn/RefreshDcdnObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/RefreshDcdnObjectCaches.json",
2025-08-20T19:15:57.8694431Z [00:02:03.473]➜  		"en-US/dcdn/RefreshErObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/RefreshErObjectCaches.json",
2025-08-20T19:15:57.8695536Z [00:02:03.473]➜  		"en-US/dcdn/RollbackDcdnStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/RollbackDcdnStagingConfig.json",
2025-08-20T19:15:57.8696616Z [00:02:03.473]➜  		"en-US/dcdn/SetDcdnDomainCSRCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainCSRCertificate.json",
2025-08-20T19:15:57.8697627Z [00:02:03.473]➜  		"en-US/dcdn/SetDcdnDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainCertificate.json",
2025-08-20T19:15:57.8698687Z [00:02:03.473]➜  		"en-US/dcdn/SetDcdnDomainSMCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainSMCertificate.json",
2025-08-20T19:15:57.8699776Z [00:02:03.473]➜  		"en-US/dcdn/SetDcdnDomainSSLCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainSSLCertificate.json",
2025-08-20T19:15:57.8700837Z [00:02:03.473]➜  		"en-US/dcdn/SetDcdnDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainStagingConfig.json",
2025-08-20T19:15:57.8702023Z [00:02:03.473]➜  		"en-US/dcdn/SetDcdnFullDomainsBlockIP.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnFullDomainsBlockIP.json",
2025-08-20T19:15:57.8703151Z [00:02:03.473]➜  		"en-US/dcdn/SetDcdnUserConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnUserConfig.json",
2025-08-20T19:15:57.8704153Z [00:02:03.473]➜  		"en-US/dcdn/SetRoutineSubdomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetRoutineSubdomain.json",
2025-08-20T19:15:57.8705000Z [00:02:03.473]➜  		"en-US/dcdn/StartDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/StartDcdnDomain.json",
2025-08-20T19:15:57.8705888Z [00:02:03.473]➜  		"en-US/dcdn/StartDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/StartDcdnIpaDomain.json",
2025-08-20T19:15:57.8706763Z [00:02:03.473]➜  		"en-US/dcdn/StopDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/StopDcdnDomain.json",
2025-08-20T19:15:57.8707822Z [00:02:03.473]➜  		"en-US/dcdn/StopDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/StopDcdnIpaDomain.json",
2025-08-20T19:15:57.8708700Z [00:02:03.473]➜  		"en-US/dcdn/TagDcdnResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/TagDcdnResources.json",
2025-08-20T19:15:57.8709586Z [00:02:03.473]➜  		"en-US/dcdn/UntagDcdnResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UntagDcdnResources.json",
2025-08-20T19:15:57.8710546Z [00:02:03.473]➜  		"en-US/dcdn/UpdateDcdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnDeliverTask.json",
2025-08-20T19:15:57.8711402Z [00:02:03.473]➜  		"en-US/dcdn/UpdateDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnDomain.json",
2025-08-20T19:15:57.8712324Z [00:02:03.473]➜  		"en-US/dcdn/UpdateDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnIpaDomain.json",
2025-08-20T19:15:57.8713758Z [00:02:03.473]➜  		"en-US/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json",
2025-08-20T19:15:57.8714660Z [00:02:03.473]➜  		"en-US/dcdn/UpdateDcdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnSubTask.json",
2025-08-20T19:15:57.8715868Z [00:02:03.473]➜  		"en-US/dcdn/UpdateDcdnUserRealTimeDeliveryField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnUserRealTimeDeliveryField.json",
2025-08-20T19:15:57.8716769Z [00:02:03.473]➜  		"en-US/dcdn/UploadRoutineCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UploadRoutineCode.json",
2025-08-20T19:15:57.8717950Z [00:02:03.473]➜  		"en-US/dcdn/UploadStagingRoutineCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UploadStagingRoutineCode.json",
2025-08-20T19:15:57.8718985Z [00:02:03.473]➜  		"en-US/dcdn/VerifyDcdnDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/VerifyDcdnDomainOwner.json",
2025-08-20T19:15:57.8719736Z [00:02:03.473]➜  		"en-US/dcdn/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/version.json",
2025-08-20T19:15:57.8720686Z [00:02:03.473]➜  		"en-US/ddoscoo/AddAutoCcBlacklist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/AddAutoCcBlacklist.json",
2025-08-20T19:15:57.8721632Z [00:02:03.473]➜  		"en-US/ddoscoo/AddAutoCcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/AddAutoCcWhitelist.json",
2025-08-20T19:15:57.8722727Z [00:02:03.473]➜  		"en-US/ddoscoo/AssociateWebCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/AssociateWebCert.json",
2025-08-20T19:15:57.8723813Z [00:02:03.473]➜  		"en-US/ddoscoo/AttachSceneDefenseObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/AttachSceneDefenseObject.json",
2025-08-20T19:15:57.8724874Z [00:02:03.473]➜  		"en-US/ddoscoo/ConfigL7RsPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigL7RsPolicy.json",
2025-08-20T19:15:57.8725824Z [00:02:03.473]➜  		"en-US/ddoscoo/ConfigLayer4Remark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigLayer4Remark.json",
2025-08-20T19:15:57.8726873Z [00:02:03.473]➜  		"en-US/ddoscoo/ConfigLayer4RuleBakMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigLayer4RuleBakMode.json",
2025-08-20T19:15:57.8727903Z [00:02:03.473]➜  		"en-US/ddoscoo/ConfigLayer4RulePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigLayer4RulePolicy.json",
2025-08-20T19:15:57.8728947Z [00:02:03.473]➜  		"en-US/ddoscoo/ConfigNetworkRegionBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigNetworkRegionBlock.json",
2025-08-20T19:15:57.8729893Z [00:02:03.473]➜  		"en-US/ddoscoo/ConfigNetworkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigNetworkRules.json",
2025-08-20T19:15:57.8730946Z [00:02:03.473]➜  		"en-US/ddoscoo/ConfigUdpReflect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigUdpReflect.json",
2025-08-20T19:15:57.8731895Z [00:02:03.473]➜  		"en-US/ddoscoo/ConfigWebCCTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigWebCCTemplate.json",
2025-08-20T19:15:57.8733006Z [00:02:03.473]➜  		"en-US/ddoscoo/ConfigWebIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigWebIpSet.json",
2025-08-20T19:15:57.8733905Z [00:02:03.473]➜  		"en-US/ddoscoo/CreateAsyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateAsyncTask.json",
2025-08-20T19:15:57.8734892Z [00:02:03.473]➜  		"en-US/ddoscoo/CreateDomainResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateDomainResource.json",
2025-08-20T19:15:57.8736014Z [00:02:03.473]➜  		"en-US/ddoscoo/CreateNetworkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateNetworkRules.json",
2025-08-20T19:15:57.8736847Z [00:02:03.473]➜  		"en-US/ddoscoo/CreatePort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreatePort.json",
2025-08-20T19:15:57.8737905Z [00:02:03.473]➜  		"en-US/ddoscoo/CreateSceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateSceneDefensePolicy.json",
2025-08-20T19:15:57.8738878Z [00:02:03.473]➜  		"en-US/ddoscoo/CreateSchedulerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateSchedulerRule.json",
2025-08-20T19:15:57.8739812Z [00:02:03.473]➜  		"en-US/ddoscoo/CreateTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateTagResources.json",
2025-08-20T19:15:57.8740831Z [00:02:03.473]➜  		"en-US/ddoscoo/CreateWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateWebCCRule.json",
2025-08-20T19:15:57.8741722Z [00:02:03.473]➜  		"en-US/ddoscoo/CreateWebRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateWebRule.json",
2025-08-20T19:15:57.8742822Z [00:02:03.473]➜  		"en-US/ddoscoo/DeleteAsyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteAsyncTask.json",
2025-08-20T19:15:57.8743854Z [00:02:03.473]➜  		"en-US/ddoscoo/DeleteAutoCcBlacklist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteAutoCcBlacklist.json",
2025-08-20T19:15:57.8744862Z [00:02:03.473]➜  		"en-US/ddoscoo/DeleteAutoCcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteAutoCcWhitelist.json",
2025-08-20T19:15:57.8745884Z [00:02:03.473]➜  		"en-US/ddoscoo/DeleteDomainResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteDomainResource.json",
2025-08-20T19:15:57.8746777Z [00:02:03.473]➜  		"en-US/ddoscoo/DeleteNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteNetworkRule.json",
2025-08-20T19:15:57.8747773Z [00:02:03.473]➜  		"en-US/ddoscoo/DeletePort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeletePort.json",
2025-08-20T19:15:57.8748880Z [00:02:03.473]➜  		"en-US/ddoscoo/DeleteSceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteSceneDefensePolicy.json",
2025-08-20T19:15:57.8749873Z [00:02:03.473]➜  		"en-US/ddoscoo/DeleteSchedulerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteSchedulerRule.json",
2025-08-20T19:15:57.8750860Z [00:02:03.473]➜  		"en-US/ddoscoo/DeleteTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteTagResources.json",
2025-08-20T19:15:57.8751785Z [00:02:03.473]➜  		"en-US/ddoscoo/DeleteWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteWebCCRule.json",
2025-08-20T19:15:57.8753005Z [00:02:03.473]➜  		"en-US/ddoscoo/DeleteWebCacheCustomRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteWebCacheCustomRule.json",
2025-08-20T19:15:57.8754298Z [00:02:03.473]➜  		"en-US/ddoscoo/DeleteWebPreciseAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteWebPreciseAccessRule.json",
2025-08-20T19:15:57.8755197Z [00:02:03.473]➜  		"en-US/ddoscoo/DeleteWebRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteWebRule.json",
2025-08-20T19:15:57.8756164Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeAsyncTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAsyncTasks.json",
2025-08-20T19:15:57.8757320Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeAttackAnalysisMaxQps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAttackAnalysisMaxQps.json",
2025-08-20T19:15:57.8758406Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeAutoCcBlacklist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAutoCcBlacklist.json",
2025-08-20T19:15:57.8759628Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeAutoCcListCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAutoCcListCount.json",
2025-08-20T19:15:57.8760673Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeAutoCcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAutoCcWhitelist.json",
2025-08-20T19:15:57.8761705Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeBackSourceCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeBackSourceCidr.json",
2025-08-20T19:15:57.8762995Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeBlackholeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeBlackholeStatus.json",
2025-08-20T19:15:57.8763972Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeBlockStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeBlockStatus.json",
2025-08-20T19:15:57.8764989Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeCerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeCerts.json",
2025-08-20T19:15:57.8766001Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeCnameReuses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeCnameReuses.json",
2025-08-20T19:15:57.8766928Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDDoSEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDoSEvents.json",
2025-08-20T19:15:57.8767904Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDDosAllEventList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosAllEventList.json",
2025-08-20T19:15:57.8768865Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDDosEventArea.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventArea.json",
2025-08-20T19:15:57.8769985Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDDosEventAttackType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventAttackType.json",
2025-08-20T19:15:57.8771067Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDDosEventIsp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventIsp.json",
2025-08-20T19:15:57.8772028Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDDosEventMax.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventMax.json",
2025-08-20T19:15:57.8773215Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDDosEventSrcIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventSrcIp.json",
2025-08-20T19:15:57.8774407Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDefenseCountStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDefenseCountStatistics.json",
2025-08-20T19:15:57.8775403Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDefenseRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDefenseRecords.json",
2025-08-20T19:15:57.8776362Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDomainAttackEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainAttackEvents.json",
2025-08-20T19:15:57.8777570Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDomainOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainOverview.json",
2025-08-20T19:15:57.8778538Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDomainQPSList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainQPSList.json",
2025-08-20T19:15:57.8779631Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDomainQpsWithCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainQpsWithCache.json",
2025-08-20T19:15:57.8780662Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDomainResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainResource.json",
2025-08-20T19:15:57.8781780Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDomainStatusCodeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainStatusCodeCount.json",
2025-08-20T19:15:57.8783155Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDomainStatusCodeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainStatusCodeList.json",
2025-08-20T19:15:57.8784273Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDomainTopAttackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainTopAttackList.json",
2025-08-20T19:15:57.8785462Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDomainViewSourceCountries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainViewSourceCountries.json",
2025-08-20T19:15:57.8786688Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDomainViewSourceProvinces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainViewSourceProvinces.json",
2025-08-20T19:15:57.8788006Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDomainViewTopCostTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainViewTopCostTime.json",
2025-08-20T19:15:57.8789074Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDomainViewTopUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainViewTopUrl.json",
2025-08-20T19:15:57.8790013Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomains.json",
2025-08-20T19:15:57.8791146Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeElasticBandwidthSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeElasticBandwidthSpec.json",
2025-08-20T19:15:57.8792197Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeHealthCheckList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeHealthCheckList.json",
2025-08-20T19:15:57.8793455Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeHealthCheckStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeHealthCheckStatus.json",
2025-08-20T19:15:57.8794630Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeInstanceDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceDetails.json",
2025-08-20T19:15:57.8795604Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeInstanceExt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceExt.json",
2025-08-20T19:15:57.8796544Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeInstanceIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceIds.json",
2025-08-20T19:15:57.8797517Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeInstanceSpecs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceSpecs.json",
2025-08-20T19:15:57.8798602Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeInstanceStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceStatistics.json",
2025-08-20T19:15:57.8799612Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceStatus.json",
2025-08-20T19:15:57.8800665Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstances.json",
2025-08-20T19:15:57.8801620Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeL7RsPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeL7RsPolicy.json",
2025-08-20T19:15:57.8802973Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeLayer4RulePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeLayer4RulePolicy.json",
2025-08-20T19:15:57.8804006Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeLogStoreExistStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeLogStoreExistStatus.json",
2025-08-20T19:15:57.8804897Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeNetworkRegionBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeNetworkRegionBlock.json",
2025-08-20T19:15:57.8806063Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeNetworkRuleAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeNetworkRuleAttributes.json",
2025-08-20T19:15:57.8806952Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeNetworkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeNetworkRules.json",
2025-08-20T19:15:57.8807822Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeOpEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeOpEntities.json",
2025-08-20T19:15:57.8808615Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribePort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePort.json",
2025-08-20T19:15:57.8809649Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribePortAttackMaxFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortAttackMaxFlow.json",
2025-08-20T19:15:57.8810771Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribePortAutoCcStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortAutoCcStatus.json",
2025-08-20T19:15:57.8811773Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribePortConnsCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortConnsCount.json",
2025-08-20T19:15:57.8812901Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribePortConnsList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortConnsList.json",
2025-08-20T19:15:57.8813881Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribePortFlowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortFlowList.json",
2025-08-20T19:15:57.8814809Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribePortMaxConns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortMaxConns.json",
2025-08-20T19:15:57.8815974Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribePortViewSourceCountries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortViewSourceCountries.json",
2025-08-20T19:15:57.8817150Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribePortViewSourceIsps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortViewSourceIsps.json",
2025-08-20T19:15:57.8818393Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribePortViewSourceProvinces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortViewSourceProvinces.json",
2025-08-20T19:15:57.8819427Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeSceneDefenseObjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSceneDefenseObjects.json",
2025-08-20T19:15:57.8820530Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeSceneDefensePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSceneDefensePolicies.json",
2025-08-20T19:15:57.8821526Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeSchedulerRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSchedulerRules.json",
2025-08-20T19:15:57.8822662Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeSlaEventList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSlaEventList.json",
2025-08-20T19:15:57.8823659Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeSlsAuthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSlsAuthStatus.json",
2025-08-20T19:15:57.8824689Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeSlsLogstoreInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSlsLogstoreInfo.json",
2025-08-20T19:15:57.8825687Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeSlsOpenStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSlsOpenStatus.json",
2025-08-20T19:15:57.8826696Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeStsGrantStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeStsGrantStatus.json",
2025-08-20T19:15:57.8827725Z [00:02:03.473]➜  		"en-US/ddoscoo/DescribeSystemLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSystemLog.json",
2025-08-20T19:15:57.8828720Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeTagKeys.json",
2025-08-20T19:15:57.8829717Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeTagResources.json",
2025-08-20T19:15:57.8830680Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeUdpReflect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeUdpReflect.json",
2025-08-20T19:15:57.8831731Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeUnBlackholeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeUnBlackholeCount.json",
2025-08-20T19:15:57.8832883Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeUnBlockCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeUnBlockCount.json",
2025-08-20T19:15:57.8834117Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeWebAccessLogDispatchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAccessLogDispatchStatus.json",
2025-08-20T19:15:57.8835286Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeWebAccessLogEmptyCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAccessLogEmptyCount.json",
2025-08-20T19:15:57.8836324Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeWebAccessLogStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAccessLogStatus.json",
2025-08-20T19:15:57.8837288Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeWebAccessMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAccessMode.json",
2025-08-20T19:15:57.8838405Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeWebAreaBlockConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAreaBlockConfigs.json",
2025-08-20T19:15:57.8839405Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeWebCCRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebCCRules.json",
2025-08-20T19:15:57.8840747Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeWebCacheConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebCacheConfigs.json",
2025-08-20T19:15:57.8841874Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeWebCcProtectSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebCcProtectSwitch.json",
2025-08-20T19:15:57.8843090Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeWebCustomPorts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebCustomPorts.json",
2025-08-20T19:15:57.8844250Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeWebInstanceRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebInstanceRelations.json",
2025-08-20T19:15:57.8845425Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeWebPreciseAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebPreciseAccessRule.json",
2025-08-20T19:15:57.8846367Z [00:02:03.474]➜  		"en-US/ddoscoo/DescribeWebRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebRules.json",
2025-08-20T19:15:57.8847459Z [00:02:03.474]➜  		"en-US/ddoscoo/DetachSceneDefenseObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DetachSceneDefenseObject.json",
2025-08-20T19:15:57.8848549Z [00:02:03.474]➜  		"en-US/ddoscoo/DisableSceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DisableSceneDefensePolicy.json",
2025-08-20T19:15:57.8849622Z [00:02:03.474]➜  		"en-US/ddoscoo/DisableWebAccessLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DisableWebAccessLogConfig.json",
2025-08-20T19:15:57.8850467Z [00:02:03.474]➜  		"en-US/ddoscoo/DisableWebCC.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DisableWebCC.json",
2025-08-20T19:15:57.8851550Z [00:02:03.474]➜  		"en-US/ddoscoo/DisableWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DisableWebCCRule.json",
2025-08-20T19:15:57.8852857Z [00:02:03.474]➜  		"en-US/ddoscoo/EmptyAutoCcBlacklist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EmptyAutoCcBlacklist.json",
2025-08-20T19:15:57.8853903Z [00:02:03.474]➜  		"en-US/ddoscoo/EmptyAutoCcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EmptyAutoCcWhitelist.json",
2025-08-20T19:15:57.8854811Z [00:02:03.474]➜  		"en-US/ddoscoo/EmptySlsLogstore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EmptySlsLogstore.json",
2025-08-20T19:15:57.8855877Z [00:02:03.474]➜  		"en-US/ddoscoo/EnableSceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EnableSceneDefensePolicy.json",
2025-08-20T19:15:57.8856971Z [00:02:03.474]➜  		"en-US/ddoscoo/EnableWebAccessLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EnableWebAccessLogConfig.json",
2025-08-20T19:15:57.8857812Z [00:02:03.474]➜  		"en-US/ddoscoo/EnableWebCC.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EnableWebCC.json",
2025-08-20T19:15:57.8858705Z [00:02:03.474]➜  		"en-US/ddoscoo/EnableWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EnableWebCCRule.json",
2025-08-20T19:15:57.8859710Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyBlackholeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyBlackholeStatus.json",
2025-08-20T19:15:57.8860633Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyBlockStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyBlockStatus.json",
2025-08-20T19:15:57.8861533Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyCnameReuse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyCnameReuse.json",
2025-08-20T19:15:57.8862711Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyDomainResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyDomainResource.json",
2025-08-20T19:15:57.8863909Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyElasticBandWidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyElasticBandWidth.json",
2025-08-20T19:15:57.8864977Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyFullLogTtl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyFullLogTtl.json",
2025-08-20T19:15:57.8866060Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyHealthCheckConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyHealthCheckConfig.json",
2025-08-20T19:15:57.8867020Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyHttp2Enable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyHttp2Enable.json",
2025-08-20T19:15:57.8868087Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyInstanceRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyInstanceRemark.json",
2025-08-20T19:15:57.8869179Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyNetworkRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyNetworkRuleAttribute.json",
2025-08-20T19:15:57.8870084Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyOcspStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyOcspStatus.json",
2025-08-20T19:15:57.8870911Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyPort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyPort.json",
2025-08-20T19:15:57.8871950Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyPortAutoCcStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyPortAutoCcStatus.json",
2025-08-20T19:15:57.8873208Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifySceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifySceneDefensePolicy.json",
2025-08-20T19:15:57.8874314Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifySchedulerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifySchedulerRule.json",
2025-08-20T19:15:57.8875290Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyTlsConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyTlsConfig.json",
2025-08-20T19:15:57.8876319Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyWebAIProtectMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAIProtectMode.json",
2025-08-20T19:15:57.8877348Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyWebAIProtectSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAIProtectSwitch.json",
2025-08-20T19:15:57.8878278Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyWebAccessMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAccessMode.json",
2025-08-20T19:15:57.8879163Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyWebAreaBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAreaBlock.json",
2025-08-20T19:15:57.8880207Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyWebAreaBlockSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAreaBlockSwitch.json",
2025-08-20T19:15:57.8881160Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebCCRule.json",
2025-08-20T19:15:57.8882273Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyWebCacheCustomRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebCacheCustomRule.json",
2025-08-20T19:15:57.8883431Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyWebCacheMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebCacheMode.json",
2025-08-20T19:15:57.8884418Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyWebCacheSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebCacheSwitch.json",
2025-08-20T19:15:57.8885414Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyWebIpSetSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebIpSetSwitch.json",
2025-08-20T19:15:57.8886503Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyWebPreciseAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebPreciseAccessRule.json",
2025-08-20T19:15:57.8887937Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyWebPreciseAccessSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebPreciseAccessSwitch.json",
2025-08-20T19:15:57.8888813Z [00:02:03.474]➜  		"en-US/ddoscoo/ModifyWebRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebRule.json",
2025-08-20T19:15:57.8889730Z [00:02:03.474]➜  		"en-US/ddoscoo/ReleaseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ReleaseInstance.json",
2025-08-20T19:15:57.8890682Z [00:02:03.474]➜  		"en-US/ddoscoo/SwitchSchedulerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/SwitchSchedulerRule.json",
2025-08-20T19:15:57.8891482Z [00:02:03.474]➜  		"en-US/ddoscoo/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/version.json",
2025-08-20T19:15:57.8892829Z [00:02:03.474]➜  		"en-US/dds/AllocateNodePrivateNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/AllocateNodePrivateNetworkAddress.json",
2025-08-20T19:15:57.8893904Z [00:02:03.474]➜  		"en-US/dds/AllocatePublicNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/AllocatePublicNetworkAddress.json",
2025-08-20T19:15:57.8894883Z [00:02:03.474]➜  		"en-US/dds/CheckCloudResourceAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:57.8895865Z [00:02:03.474]➜  		"en-US/dds/CheckRecoveryCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CheckRecoveryCondition.json",
2025-08-20T19:15:57.8896646Z [00:02:03.474]➜  		"en-US/dds/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateAccount.json",
2025-08-20T19:15:57.8897583Z [00:02:03.474]➜  		"en-US/dds/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateBackup.json",
2025-08-20T19:15:57.8898557Z [00:02:03.474]➜  		"en-US/dds/CreateDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateDBInstance.json",
2025-08-20T19:15:57.8899322Z [00:02:03.474]➜  		"en-US/dds/CreateNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateNode.json",
2025-08-20T19:15:57.8900106Z [00:02:03.474]➜  		"en-US/dds/CreateNodeBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateNodeBatch.json",
2025-08-20T19:15:57.8901090Z [00:02:03.474]➜  		"en-US/dds/CreateShardingDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateShardingDBInstance.json",
2025-08-20T19:15:57.8901937Z [00:02:03.474]➜  		"en-US/dds/DeleteDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DeleteDBInstance.json",
2025-08-20T19:15:57.8902887Z [00:02:03.474]➜  		"en-US/dds/DeleteNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DeleteNode.json",
2025-08-20T19:15:57.8903794Z [00:02:03.474]➜  		"en-US/dds/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAccounts.json",
2025-08-20T19:15:57.8904923Z [00:02:03.474]➜  		"en-US/dds/DescribeActiveOperationTaskCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeActiveOperationTaskCount.json",
2025-08-20T19:15:57.8906074Z [00:02:03.474]➜  		"en-US/dds/DescribeActiveOperationTaskType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeActiveOperationTaskType.json",
2025-08-20T19:15:57.8907125Z [00:02:03.474]➜  		"en-US/dds/DescribeActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeActiveOperationTasks.json",
2025-08-20T19:15:57.8908058Z [00:02:03.474]➜  		"en-US/dds/DescribeAuditLogFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAuditLogFilter.json",
2025-08-20T19:15:57.8908987Z [00:02:03.474]➜  		"en-US/dds/DescribeAuditPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAuditPolicy.json",
2025-08-20T19:15:57.8910264Z [00:02:03.474]➜  		"en-US/dds/DescribeAuditRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAuditRecords.json",
2025-08-20T19:15:57.8911353Z [00:02:03.474]➜  		"en-US/dds/DescribeAvailabilityZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAvailabilityZones.json",
2025-08-20T19:15:57.8912601Z [00:02:03.474]➜  		"en-US/dds/DescribeAvailableEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAvailableEngineVersion.json",
2025-08-20T19:15:57.8913841Z [00:02:03.474]➜  		"en-US/dds/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAvailableResource.json",
2025-08-20T19:15:57.8914700Z [00:02:03.474]➜  		"en-US/dds/DescribeBackupDBs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeBackupDBs.json",
2025-08-20T19:15:57.8915575Z [00:02:03.474]➜  		"en-US/dds/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeBackupPolicy.json",
2025-08-20T19:15:57.8916414Z [00:02:03.474]➜  		"en-US/dds/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeBackups.json",
2025-08-20T19:15:57.8917341Z [00:02:03.474]➜  		"en-US/dds/DescribeClusterBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeClusterBackups.json",
2025-08-20T19:15:57.8918334Z [00:02:03.474]➜  		"en-US/dds/DescribeClusterRecoverTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeClusterRecoverTime.json",
2025-08-20T19:15:57.8919352Z [00:02:03.474]➜  		"en-US/dds/DescribeDBInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceAttribute.json",
2025-08-20T19:15:57.8920590Z [00:02:03.474]➜  		"en-US/dds/DescribeDBInstanceEncryptionKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceEncryptionKey.json",
2025-08-20T19:15:57.8921675Z [00:02:03.474]➜  		"en-US/dds/DescribeDBInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceMonitor.json",
2025-08-20T19:15:57.8922927Z [00:02:03.474]➜  		"en-US/dds/DescribeDBInstancePerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstancePerformance.json",
2025-08-20T19:15:57.8923859Z [00:02:03.474]➜  		"en-US/dds/DescribeDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceSSL.json",
2025-08-20T19:15:57.8924896Z [00:02:03.474]➜  		"en-US/dds/DescribeDBInstanceSwitchLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceSwitchLog.json",
2025-08-20T19:15:57.8925898Z [00:02:03.474]➜  		"en-US/dds/DescribeDBInstanceTDEInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceTDEInfo.json",
2025-08-20T19:15:57.8926809Z [00:02:03.474]➜  		"en-US/dds/DescribeDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstances.json",
2025-08-20T19:15:57.8927882Z [00:02:03.474]➜  		"en-US/dds/DescribeDBInstancesOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstancesOverview.json",
2025-08-20T19:15:57.8928842Z [00:02:03.474]➜  		"en-US/dds/DescribeErrorLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeErrorLogRecords.json",
2025-08-20T19:15:57.8929737Z [00:02:03.474]➜  		"en-US/dds/DescribeHistoryTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeHistoryTasks.json",
2025-08-20T19:15:57.8930694Z [00:02:03.474]➜  		"en-US/dds/DescribeHistoryTasksStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeHistoryTasksStat.json",
2025-08-20T19:15:57.8931916Z [00:02:03.474]➜  		"en-US/dds/DescribeInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:57.8933451Z [00:02:03.474]➜  		"en-US/dds/DescribeKernelReleaseNotes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeKernelReleaseNotes.json",
2025-08-20T19:15:57.8934473Z [00:02:03.474]➜  		"en-US/dds/DescribeKmsKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeKmsKeys.json",
2025-08-20T19:15:57.8935467Z [00:02:03.474]➜  		"en-US/dds/DescribeMongoDBLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeMongoDBLogConfig.json",
2025-08-20T19:15:57.8936714Z [00:02:03.475]➜  		"en-US/dds/DescribeParameterModificationHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeParameterModificationHistory.json",
2025-08-20T19:15:57.8937756Z [00:02:03.475]➜  		"en-US/dds/DescribeParameterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeParameterTemplates.json",
2025-08-20T19:15:57.8938655Z [00:02:03.475]➜  		"en-US/dds/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeParameters.json",
2025-08-20T19:15:57.8939491Z [00:02:03.475]➜  		"en-US/dds/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribePrice.json",
2025-08-20T19:15:57.8940365Z [00:02:03.475]➜  		"en-US/dds/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeRegions.json",
2025-08-20T19:15:57.8941315Z [00:02:03.475]➜  		"en-US/dds/DescribeRenewalPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeRenewalPrice.json",
2025-08-20T19:15:57.8942356Z [00:02:03.475]➜  		"en-US/dds/DescribeReplicaSetRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeReplicaSetRole.json",
2025-08-20T19:15:57.8943471Z [00:02:03.475]➜  		"en-US/dds/DescribeRoleZoneInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeRoleZoneInfo.json",
2025-08-20T19:15:57.8944712Z [00:02:03.475]➜  		"en-US/dds/DescribeRunningLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeRunningLogRecords.json",
2025-08-20T19:15:57.8946093Z [00:02:03.475]➜  		"en-US/dds/DescribeSecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:15:57.8947034Z [00:02:03.475]➜  		"en-US/dds/DescribeSecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeSecurityIps.json",
2025-08-20T19:15:57.8948157Z [00:02:03.475]➜  		"en-US/dds/DescribeShardingNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeShardingNetworkAddress.json",
2025-08-20T19:15:57.8949133Z [00:02:03.475]➜  		"en-US/dds/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeSlowLogRecords.json",
2025-08-20T19:15:57.8949946Z [00:02:03.475]➜  		"en-US/dds/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeTags.json",
2025-08-20T19:15:57.8951192Z [00:02:03.475]➜  		"en-US/dds/DescribeUserEncryptionKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeUserEncryptionKeyList.json",
2025-08-20T19:15:57.8952098Z [00:02:03.475]➜  		"en-US/dds/DestroyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DestroyInstance.json",
2025-08-20T19:15:57.8953144Z [00:02:03.475]➜  		"en-US/dds/EvaluateResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/EvaluateResource.json",
2025-08-20T19:15:57.8953941Z [00:02:03.475]➜  		"en-US/dds/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ListTagResources.json",
2025-08-20T19:15:57.8954814Z [00:02:03.475]➜  		"en-US/dds/MigrateAvailableZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/MigrateAvailableZone.json",
2025-08-20T19:15:57.8955650Z [00:02:03.475]➜  		"en-US/dds/MigrateToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/MigrateToOtherZone.json",
2025-08-20T19:15:57.8956615Z [00:02:03.475]➜  		"en-US/dds/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyAccountDescription.json",
2025-08-20T19:15:57.8957596Z [00:02:03.475]➜  		"en-US/dds/ModifyAuditLogFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyAuditLogFilter.json",
2025-08-20T19:15:57.8958425Z [00:02:03.475]➜  		"en-US/dds/ModifyAuditPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyAuditPolicy.json",
2025-08-20T19:15:57.8959262Z [00:02:03.475]➜  		"en-US/dds/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyBackupPolicy.json",
2025-08-20T19:15:57.8960358Z [00:02:03.475]➜  		"en-US/dds/ModifyDBInstanceConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:57.8961382Z [00:02:03.475]➜  		"en-US/dds/ModifyDBInstanceDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceDescription.json",
2025-08-20T19:15:57.8962584Z [00:02:03.475]➜  		"en-US/dds/ModifyDBInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:15:57.8963528Z [00:02:03.475]➜  		"en-US/dds/ModifyDBInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceMonitor.json",
2025-08-20T19:15:57.8964582Z [00:02:03.475]➜  		"en-US/dds/ModifyDBInstanceNetExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceNetExpireTime.json",
2025-08-20T19:15:57.8965578Z [00:02:03.475]➜  		"en-US/dds/ModifyDBInstanceNetworkType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceNetworkType.json",
2025-08-20T19:15:57.8966556Z [00:02:03.475]➜  		"en-US/dds/ModifyDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceSSL.json",
2025-08-20T19:15:57.8967518Z [00:02:03.475]➜  		"en-US/dds/ModifyDBInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceSpec.json",
2025-08-20T19:15:57.8968385Z [00:02:03.475]➜  		"en-US/dds/ModifyDBInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceTDE.json",
2025-08-20T19:15:57.8969527Z [00:02:03.475]➜  		"en-US/dds/ModifyInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:57.8970434Z [00:02:03.475]➜  		"en-US/dds/ModifyInstanceVpcAuthMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyInstanceVpcAuthMode.json",
2025-08-20T19:15:57.8971160Z [00:02:03.475]➜  		"en-US/dds/ModifyNodeSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyNodeSpec.json",
2025-08-20T19:15:57.8971970Z [00:02:03.475]➜  		"en-US/dds/ModifyNodeSpecBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyNodeSpecBatch.json",
2025-08-20T19:15:57.8972977Z [00:02:03.475]➜  		"en-US/dds/ModifyParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyParameters.json",
2025-08-20T19:15:57.8973825Z [00:02:03.475]➜  		"en-US/dds/ModifyResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyResourceGroup.json",
2025-08-20T19:15:57.8974907Z [00:02:03.475]➜  		"en-US/dds/ModifySecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifySecurityGroupConfiguration.json",
2025-08-20T19:15:57.8975715Z [00:02:03.475]➜  		"en-US/dds/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifySecurityIps.json",
2025-08-20T19:15:57.8976480Z [00:02:03.475]➜  		"en-US/dds/ModifyTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyTaskInfo.json",
2025-08-20T19:15:57.8977561Z [00:02:03.475]➜  		"en-US/dds/ReleaseNodePrivateNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ReleaseNodePrivateNetworkAddress.json",
2025-08-20T19:15:57.8978671Z [00:02:03.475]➜  		"en-US/dds/ReleasePublicNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ReleasePublicNetworkAddress.json",
2025-08-20T19:15:57.8979449Z [00:02:03.475]➜  		"en-US/dds/RenewDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/RenewDBInstance.json",
2025-08-20T19:15:57.8980325Z [00:02:03.475]➜  		"en-US/dds/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ResetAccountPassword.json",
2025-08-20T19:15:57.8981145Z [00:02:03.475]➜  		"en-US/dds/RestartDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/RestartDBInstance.json",
2025-08-20T19:15:57.8981952Z [00:02:03.475]➜  		"en-US/dds/RestoreDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/RestoreDBInstance.json",
2025-08-20T19:15:57.8983106Z [00:02:03.475]➜  		"en-US/dds/SwitchDBInstanceHA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/SwitchDBInstanceHA.json",
2025-08-20T19:15:57.8983897Z [00:02:03.475]➜  		"en-US/dds/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/TagResources.json",
2025-08-20T19:15:57.8984811Z [00:02:03.475]➜  		"en-US/dds/TransferClusterBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/TransferClusterBackup.json",
2025-08-20T19:15:57.8985846Z [00:02:03.475]➜  		"en-US/dds/TransformInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/TransformInstanceChargeType.json",
2025-08-20T19:15:57.8986700Z [00:02:03.475]➜  		"en-US/dds/TransformToPrePaid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/TransformToPrePaid.json",
2025-08-20T19:15:57.8987461Z [00:02:03.475]➜  		"en-US/dds/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/UntagResources.json",
2025-08-20T19:15:57.8988630Z [00:02:03.475]➜  		"en-US/dds/UpgradeDBInstanceEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/UpgradeDBInstanceEngineVersion.json",
2025-08-20T19:15:57.8989751Z [00:02:03.475]➜  		"en-US/dds/UpgradeDBInstanceKernelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:15:57.8990412Z [00:02:03.475]➜  		"en-US/dds/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/version.json",
2025-08-20T19:15:57.8991201Z [00:02:03.475]➜  		"en-US/devops/AddGroupMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/AddGroupMember.json",
2025-08-20T19:15:57.8992082Z [00:02:03.475]➜  		"en-US/devops/AddPipelineRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/AddPipelineRelations.json",
2025-08-20T19:15:57.8993110Z [00:02:03.475]➜  		"en-US/devops/AddRepositoryMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/AddRepositoryMember.json",
2025-08-20T19:15:57.8993833Z [00:02:03.475]➜  		"en-US/devops/AddWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/AddWebhook.json",
2025-08-20T19:15:57.8994768Z [00:02:03.475]➜  		"en-US/devops/CloseMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CloseMergeRequest.json",
2025-08-20T19:15:57.8995573Z [00:02:03.475]➜  		"en-US/devops/CreateAppMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateAppMembers.json",
2025-08-20T19:15:57.8996346Z [00:02:03.475]➜  		"en-US/devops/CreateBranch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateBranch.json",
2025-08-20T19:15:57.8997234Z [00:02:03.475]➜  		"en-US/devops/CreateCommitStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateCommitStatus.json",
2025-08-20T19:15:57.8998103Z [00:02:03.475]➜  		"en-US/devops/CreateDeployKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateDeployKey.json",
2025-08-20T19:15:57.8998862Z [00:02:03.475]➜  		"en-US/devops/CreateFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateFile.json",
2025-08-20T19:15:57.8999785Z [00:02:03.475]➜  		"en-US/devops/CreateFlowTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateFlowTag.json",
2025-08-20T19:15:57.9000655Z [00:02:03.475]➜  		"en-US/devops/CreateFlowTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateFlowTagGroup.json",
2025-08-20T19:15:57.9001483Z [00:02:03.475]➜  		"en-US/devops/CreateHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateHostGroup.json",
2025-08-20T19:15:57.9002339Z [00:02:03.475]➜  		"en-US/devops/CreateMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateMergeRequest.json",
2025-08-20T19:15:57.9003324Z [00:02:03.475]➜  		"en-US/devops/CreateOAuthToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateOAuthToken.json",
2025-08-20T19:15:57.9004173Z [00:02:03.475]➜  		"en-US/devops/CreatePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreatePipeline.json",
2025-08-20T19:15:57.9005058Z [00:02:03.475]➜  		"en-US/devops/CreatePipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreatePipelineGroup.json",
2025-08-20T19:15:57.9005845Z [00:02:03.475]➜  		"en-US/devops/CreateProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateProject.json",
2025-08-20T19:15:57.9006712Z [00:02:03.475]➜  		"en-US/devops/CreateProjectLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateProjectLabel.json",
2025-08-20T19:15:57.9007622Z [00:02:03.475]➜  		"en-US/devops/CreateProtectdBranch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateProtectdBranch.json",
2025-08-20T19:15:57.9008519Z [00:02:03.475]➜  		"en-US/devops/CreatePushRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreatePushRule.json",
2025-08-20T19:15:57.9009437Z [00:02:03.475]➜  		"en-US/devops/CreateRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateRepository.json",
2025-08-20T19:15:57.9010377Z [00:02:03.475]➜  		"en-US/devops/CreateRepositoryGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateRepositoryGroup.json",
2025-08-20T19:15:57.9011298Z [00:02:03.475]➜  		"en-US/devops/CreateResourceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateResourceMember.json",
2025-08-20T19:15:57.9012156Z [00:02:03.475]➜  		"en-US/devops/CreateServiceAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateServiceAuth.json",
2025-08-20T19:15:57.9013250Z [00:02:03.475]➜  		"en-US/devops/CreateServiceConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateServiceConnection.json",
2025-08-20T19:15:57.9014574Z [00:02:03.475]➜  		"en-US/devops/CreateServiceCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateServiceCredential.json",
2025-08-20T19:15:57.9015535Z [00:02:03.475]➜  		"en-US/devops/CreateSprint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateSprint.json",
2025-08-20T19:15:57.9016359Z [00:02:03.475]➜  		"en-US/devops/CreateSshKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateSshKey.json",
2025-08-20T19:15:57.9017101Z [00:02:03.475]➜  		"en-US/devops/CreateTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateTag.json",
2025-08-20T19:15:57.9017932Z [00:02:03.475]➜  		"en-US/devops/CreateTestCase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateTestCase.json",
2025-08-20T19:15:57.9018780Z [00:02:03.475]➜  		"en-US/devops/CreateUserKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateUserKey.json",
2025-08-20T19:15:57.9019730Z [00:02:03.475]➜  		"en-US/devops/CreateVariableGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateVariableGroup.json",
2025-08-20T19:15:57.9020597Z [00:02:03.475]➜  		"en-US/devops/CreateWorkitem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitem.json",
2025-08-20T19:15:57.9021706Z [00:02:03.475]➜  		"en-US/devops/CreateWorkitemComment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitemComment.json",
2025-08-20T19:15:57.9022882Z [00:02:03.475]➜  		"en-US/devops/CreateWorkitemEstimate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitemEstimate.json",
2025-08-20T19:15:57.9023861Z [00:02:03.475]➜  		"en-US/devops/CreateWorkitemRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitemRecord.json",
2025-08-20T19:15:57.9024760Z [00:02:03.475]➜  		"en-US/devops/CreateWorkitemV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitemV2.json",
2025-08-20T19:15:57.9025623Z [00:02:03.475]➜  		"en-US/devops/CreateWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkspace.json",
2025-08-20T19:15:57.9026513Z [00:02:03.475]➜  		"en-US/devops/DeleteAppMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteAppMember.json",
2025-08-20T19:15:57.9027322Z [00:02:03.475]➜  		"en-US/devops/DeleteBranch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteBranch.json",
2025-08-20T19:15:57.9028097Z [00:02:03.475]➜  		"en-US/devops/DeleteFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteFile.json",
2025-08-20T19:15:57.9028932Z [00:02:03.475]➜  		"en-US/devops/DeleteFlowTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteFlowTag.json",
2025-08-20T19:15:57.9029844Z [00:02:03.475]➜  		"en-US/devops/DeleteFlowTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteFlowTagGroup.json",
2025-08-20T19:15:57.9030883Z [00:02:03.475]➜  		"en-US/devops/DeleteGroupMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteGroupMember.json",
2025-08-20T19:15:57.9031844Z [00:02:03.475]➜  		"en-US/devops/DeleteHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteHostGroup.json",
2025-08-20T19:15:57.9032891Z [00:02:03.475]➜  		"en-US/devops/DeletePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeletePipeline.json",
2025-08-20T19:15:57.9033833Z [00:02:03.475]➜  		"en-US/devops/DeletePipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeletePipelineGroup.json",
2025-08-20T19:15:57.9034853Z [00:02:03.475]➜  		"en-US/devops/DeletePipelineRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeletePipelineRelations.json",
2025-08-20T19:15:57.9035699Z [00:02:03.475]➜  		"en-US/devops/DeleteProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteProject.json",
2025-08-20T19:15:57.9036639Z [00:02:03.475]➜  		"en-US/devops/DeleteProjectLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteProjectLabel.json",
2025-08-20T19:15:57.9037764Z [00:02:03.475]➜  		"en-US/devops/DeleteProtectedBranch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteProtectedBranch.json",
2025-08-20T19:15:57.9038617Z [00:02:03.475]➜  		"en-US/devops/DeletePushRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeletePushRule.json",
2025-08-20T19:15:57.9039500Z [00:02:03.475]➜  		"en-US/devops/DeleteRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteRepository.json",
2025-08-20T19:15:57.9040467Z [00:02:03.475]➜  		"en-US/devops/DeleteRepositoryGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteRepositoryGroup.json",
2025-08-20T19:15:57.9041458Z [00:02:03.475]➜  		"en-US/devops/DeleteRepositoryMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteRepositoryMember.json",
2025-08-20T19:15:57.9042659Z [00:02:03.475]➜  		"en-US/devops/DeleteRepositoryWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteRepositoryWebhook.json",
2025-08-20T19:15:57.9043752Z [00:02:03.475]➜  		"en-US/devops/DeleteResourceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteResourceMember.json",
2025-08-20T19:15:57.9044530Z [00:02:03.475]➜  		"en-US/devops/DeleteTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteTag.json",
2025-08-20T19:15:57.9045369Z [00:02:03.475]➜  		"en-US/devops/DeleteUserKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteUserKey.json",
2025-08-20T19:15:57.9046302Z [00:02:03.475]➜  		"en-US/devops/DeleteVariableGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteVariableGroup.json",
2025-08-20T19:15:57.9047162Z [00:02:03.475]➜  		"en-US/devops/DeleteWorkitem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteWorkitem.json",
2025-08-20T19:15:57.9048224Z [00:02:03.475]➜  		"en-US/devops/DeleteWorkitemAllComment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteWorkitemAllComment.json",
2025-08-20T19:15:57.9049220Z [00:02:03.475]➜  		"en-US/devops/DeleteWorkitemComment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteWorkitemComment.json",
2025-08-20T19:15:57.9050084Z [00:02:03.475]➜  		"en-US/devops/EnableDeployKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/EnableDeployKey.json",
2025-08-20T19:15:57.9050948Z [00:02:03.475]➜  		"en-US/devops/FrozenWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/FrozenWorkspace.json",
2025-08-20T19:15:57.9051795Z [00:02:03.475]➜  		"en-US/devops/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetApplication.json",
2025-08-20T19:15:57.9052920Z [00:02:03.475]➜  		"en-US/devops/GetBranchInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetBranchInfo.json",
2025-08-20T19:15:57.9053978Z [00:02:03.475]➜  		"en-US/devops/GetCodeupOrganization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetCodeupOrganization.json",
2025-08-20T19:15:57.9054868Z [00:02:03.475]➜  		"en-US/devops/GetCompareDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetCompareDetail.json",
2025-08-20T19:15:57.9055809Z [00:02:03.475]➜  		"en-US/devops/GetCustomFieldOption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetCustomFieldOption.json",
2025-08-20T19:15:57.9056615Z [00:02:03.475]➜  		"en-US/devops/GetFileBlobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetFileBlobs.json",
2025-08-20T19:15:57.9057473Z [00:02:03.475]➜  		"en-US/devops/GetFileLastCommit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetFileLastCommit.json",
2025-08-20T19:15:57.9058311Z [00:02:03.475]➜  		"en-US/devops/GetFlowTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetFlowTagGroup.json",
2025-08-20T19:15:57.9059294Z [00:02:03.475]➜  		"en-US/devops/GetGroupByPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetGroupByPath.json",
2025-08-20T19:15:57.9060077Z [00:02:03.475]➜  		"en-US/devops/GetGroupDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetGroupDetail.json",
2025-08-20T19:15:57.9060876Z [00:02:03.475]➜  		"en-US/devops/GetHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetHostGroup.json",
2025-08-20T19:15:57.9061696Z [00:02:03.475]➜  		"en-US/devops/GetMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetMergeRequest.json",
2025-08-20T19:15:57.9062924Z [00:02:03.475]➜  		"en-US/devops/GetMergeRequestChangeTree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetMergeRequestChangeTree.json",
2025-08-20T19:15:57.9063872Z [00:02:03.475]➜  		"en-US/devops/GetOrganizationMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetOrganizationMember.json",
2025-08-20T19:15:57.9064699Z [00:02:03.475]➜  		"en-US/devops/GetPipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipeline.json",
2025-08-20T19:15:57.9065813Z [00:02:03.475]➜  		"en-US/devops/GetPipelineArtifactUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineArtifactUrl.json",
2025-08-20T19:15:57.9066849Z [00:02:03.475]➜  		"en-US/devops/GetPipelineEmasArtifactUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineEmasArtifactUrl.json",
2025-08-20T19:15:57.9067722Z [00:02:03.475]➜  		"en-US/devops/GetPipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineGroup.json",
2025-08-20T19:15:57.9068622Z [00:02:03.475]➜  		"en-US/devops/GetPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineRun.json",
2025-08-20T19:15:57.9069708Z [00:02:03.475]➜  		"en-US/devops/GetPipelineScanReportUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineScanReportUrl.json",
2025-08-20T19:15:57.9070610Z [00:02:03.475]➜  		"en-US/devops/GetProjectInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetProjectInfo.json",
2025-08-20T19:15:57.9071484Z [00:02:03.475]➜  		"en-US/devops/GetProjectMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetProjectMember.json",
2025-08-20T19:15:57.9072287Z [00:02:03.476]➜  		"en-US/devops/GetPushRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPushRule.json",
2025-08-20T19:15:57.9073303Z [00:02:03.476]➜  		"en-US/devops/GetRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetRepository.json",
2025-08-20T19:15:57.9074238Z [00:02:03.476]➜  		"en-US/devops/GetRepositoryCommit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetRepositoryCommit.json",
2025-08-20T19:15:57.9075261Z [00:02:03.476]➜  		"en-US/devops/GetRepositoryTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetRepositoryTag.json",
2025-08-20T19:15:57.9076325Z [00:02:03.476]➜  		"en-US/devops/GetSearchCodePreview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetSearchCodePreview.json",
2025-08-20T19:15:57.9077196Z [00:02:03.476]➜  		"en-US/devops/GetSprintInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetSprintInfo.json",
2025-08-20T19:15:57.9078137Z [00:02:03.476]➜  		"en-US/devops/GetTestResultList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetTestResultList.json",
2025-08-20T19:15:57.9079023Z [00:02:03.476]➜  		"en-US/devops/GetTestcaseList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetTestcaseList.json",
2025-08-20T19:15:57.9079814Z [00:02:03.476]➜  		"en-US/devops/GetUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetUserInfo.json",
2025-08-20T19:15:57.9080718Z [00:02:03.476]➜  		"en-US/devops/GetVMDeployOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetVMDeployOrder.json",
2025-08-20T19:15:57.9081755Z [00:02:03.476]➜  		"en-US/devops/GetVariableGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetVariableGroup.json",
2025-08-20T19:15:57.9082919Z [00:02:03.476]➜  		"en-US/devops/GetWorkItemActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkItemActivity.json",
2025-08-20T19:15:57.9083790Z [00:02:03.476]➜  		"en-US/devops/GetWorkItemInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkItemInfo.json",
2025-08-20T19:15:57.9084832Z [00:02:03.476]➜  		"en-US/devops/GetWorkItemWorkFlowInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkItemWorkFlowInfo.json",
2025-08-20T19:15:57.9086090Z [00:02:03.476]➜  		"en-US/devops/GetWorkitemAttachmentCreatemeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemAttachmentCreatemeta.json",
2025-08-20T19:15:57.9087198Z [00:02:03.476]➜  		"en-US/devops/GetWorkitemCommentList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemCommentList.json",
2025-08-20T19:15:57.9088224Z [00:02:03.476]➜  		"en-US/devops/GetWorkitemFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemFile.json",
2025-08-20T19:15:57.9089185Z [00:02:03.476]➜  		"en-US/devops/GetWorkitemRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemRelations.json",
2025-08-20T19:15:57.9090239Z [00:02:03.476]➜  		"en-US/devops/GetWorkitemTimeTypeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemTimeTypeList.json",
2025-08-20T19:15:57.9091108Z [00:02:03.476]➜  		"en-US/devops/GetWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkspace.json",
2025-08-20T19:15:57.9092038Z [00:02:03.476]➜  		"en-US/devops/JoinPipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/JoinPipelineGroup.json",
2025-08-20T19:15:57.9093195Z [00:02:03.476]➜  		"en-US/devops/LinkMergeRequestLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/LinkMergeRequestLabel.json",
2025-08-20T19:15:57.9094265Z [00:02:03.476]➜  		"en-US/devops/ListApplicationMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListApplicationMembers.json",
2025-08-20T19:15:57.9095154Z [00:02:03.476]➜  		"en-US/devops/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListApplications.json",
2025-08-20T19:15:57.9096019Z [00:02:03.476]➜  		"en-US/devops/ListCommitStatuses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListCommitStatuses.json",
2025-08-20T19:15:57.9096841Z [00:02:03.476]➜  		"en-US/devops/ListFlowTagGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListFlowTagGroups.json",
2025-08-20T19:15:57.9097750Z [00:02:03.476]➜  		"en-US/devops/ListGroupMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListGroupMember.json",
2025-08-20T19:15:57.9098773Z [00:02:03.476]➜  		"en-US/devops/ListGroupRepositories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListGroupRepositories.json",
2025-08-20T19:15:57.9099623Z [00:02:03.476]➜  		"en-US/devops/ListHostGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListHostGroups.json",
2025-08-20T19:15:57.9100609Z [00:02:03.476]➜  		"en-US/devops/ListMergeRequestComments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequestComments.json",
2025-08-20T19:15:57.9101625Z [00:02:03.476]➜  		"en-US/devops/ListMergeRequestFilesReads.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequestFilesReads.json",
2025-08-20T19:15:57.9102849Z [00:02:03.476]➜  		"en-US/devops/ListMergeRequestLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequestLabels.json",
2025-08-20T19:15:57.9104031Z [00:02:03.476]➜  		"en-US/devops/ListMergeRequestPatchSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequestPatchSets.json",
2025-08-20T19:15:57.9104903Z [00:02:03.476]➜  		"en-US/devops/ListMergeRequests.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequests.json",
2025-08-20T19:15:57.9105853Z [00:02:03.476]➜  		"en-US/devops/ListOrganizationMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListOrganizationMembers.json",
2025-08-20T19:15:57.9106698Z [00:02:03.476]➜  		"en-US/devops/ListOrganizations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListOrganizations.json",
2025-08-20T19:15:57.9107731Z [00:02:03.476]➜  		"en-US/devops/ListPipelineGroupPipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineGroupPipelines.json",
2025-08-20T19:15:57.9108622Z [00:02:03.476]➜  		"en-US/devops/ListPipelineGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineGroups.json",
2025-08-20T19:15:57.9109591Z [00:02:03.476]➜  		"en-US/devops/ListPipelineJobHistorys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineJobHistorys.json",
2025-08-20T19:15:57.9110505Z [00:02:03.476]➜  		"en-US/devops/ListPipelineJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineJobs.json",
2025-08-20T19:15:57.9111379Z [00:02:03.476]➜  		"en-US/devops/ListPipelineRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineRelations.json",
2025-08-20T19:15:57.9112220Z [00:02:03.476]➜  		"en-US/devops/ListPipelineRuns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineRuns.json",
2025-08-20T19:15:57.9113164Z [00:02:03.476]➜  		"en-US/devops/ListPipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelines.json",
2025-08-20T19:15:57.9113980Z [00:02:03.476]➜  		"en-US/devops/ListProjectLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjectLabels.json",
2025-08-20T19:15:57.9114856Z [00:02:03.476]➜  		"en-US/devops/ListProjectMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjectMembers.json",
2025-08-20T19:15:57.9115774Z [00:02:03.476]➜  		"en-US/devops/ListProjectTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjectTemplates.json",
2025-08-20T19:15:57.9116757Z [00:02:03.476]➜  		"en-US/devops/ListProjectWorkitemTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjectWorkitemTypes.json",
2025-08-20T19:15:57.9117651Z [00:02:03.476]➜  		"en-US/devops/ListProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjects.json",
2025-08-20T19:15:57.9118603Z [00:02:03.476]➜  		"en-US/devops/ListProtectedBranches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProtectedBranches.json",
2025-08-20T19:15:57.9119534Z [00:02:03.476]➜  		"en-US/devops/ListPushRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPushRules.json",
2025-08-20T19:15:57.9120470Z [00:02:03.476]➜  		"en-US/devops/ListRepositories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositories.json",
2025-08-20T19:15:57.9121417Z [00:02:03.476]➜  		"en-US/devops/ListRepositoryBranches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryBranches.json",
2025-08-20T19:15:57.9122552Z [00:02:03.476]➜  		"en-US/devops/ListRepositoryCommitDiff.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryCommitDiff.json",
2025-08-20T19:15:57.9123541Z [00:02:03.476]➜  		"en-US/devops/ListRepositoryCommits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryCommits.json",
2025-08-20T19:15:57.9124815Z [00:02:03.476]➜  		"en-US/devops/ListRepositoryGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryGroups.json",
2025-08-20T19:15:57.9126701Z [00:02:03.476]➜  		"en-US/devops/ListRepositoryMemberWithInherited.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryMemberWithInherited.json",
2025-08-20T19:15:57.9128058Z [00:02:03.476]➜  		"en-US/devops/ListRepositoryTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryTags.json",
2025-08-20T19:15:57.9129350Z [00:02:03.476]➜  		"en-US/devops/ListRepositoryTree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryTree.json",
2025-08-20T19:15:57.9130548Z [00:02:03.476]➜  		"en-US/devops/ListRepositoryWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryWebhook.json",
2025-08-20T19:15:57.9131870Z [00:02:03.476]➜  		"en-US/devops/ListResourceMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListResourceMembers.json",
2025-08-20T19:15:57.9133038Z [00:02:03.476]➜  		"en-US/devops/ListSearchCommit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListSearchCommit.json",
2025-08-20T19:15:57.9134547Z [00:02:03.476]➜  		"en-US/devops/ListSearchRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListSearchRepository.json",
2025-08-20T19:15:57.9135691Z [00:02:03.476]➜  		"en-US/devops/ListSearchSourceCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListSearchSourceCode.json",
2025-08-20T19:15:57.9137041Z [00:02:03.476]➜  		"en-US/devops/ListServiceAuths.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListServiceAuths.json",
2025-08-20T19:15:57.9138386Z [00:02:03.476]➜  		"en-US/devops/ListServiceConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListServiceConnections.json",
2025-08-20T19:15:57.9139434Z [00:02:03.476]➜  		"en-US/devops/ListServiceCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListServiceCredentials.json",
2025-08-20T19:15:57.9140276Z [00:02:03.476]➜  		"en-US/devops/ListSprints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListSprints.json",
2025-08-20T19:15:57.9141230Z [00:02:03.476]➜  		"en-US/devops/ListTestCaseFields.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListTestCaseFields.json",
2025-08-20T19:15:57.9142099Z [00:02:03.476]➜  		"en-US/devops/ListUserKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListUserKeys.json",
2025-08-20T19:15:57.9143188Z [00:02:03.476]➜  		"en-US/devops/ListUserResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListUserResources.json",
2025-08-20T19:15:57.9144112Z [00:02:03.476]➜  		"en-US/devops/ListVariableGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListVariableGroups.json",
2025-08-20T19:15:57.9145270Z [00:02:03.476]➜  		"en-US/devops/ListWorkItemAllFields.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkItemAllFields.json",
2025-08-20T19:15:57.9146517Z [00:02:03.476]➜  		"en-US/devops/ListWorkItemWorkFlowStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkItemWorkFlowStatus.json",
2025-08-20T19:15:57.9147569Z [00:02:03.476]➜  		"en-US/devops/ListWorkitemAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkitemAttachments.json",
2025-08-20T19:15:57.9148534Z [00:02:03.476]➜  		"en-US/devops/ListWorkitemEstimate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkitemEstimate.json",
2025-08-20T19:15:57.9149426Z [00:02:03.476]➜  		"en-US/devops/ListWorkitemTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkitemTime.json",
2025-08-20T19:15:57.9150183Z [00:02:03.476]➜  		"en-US/devops/ListWorkitems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkitems.json",
2025-08-20T19:15:57.9151033Z [00:02:03.476]➜  		"en-US/devops/ListWorkspaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkspaces.json",
2025-08-20T19:15:57.9152045Z [00:02:03.476]➜  		"en-US/devops/LogPipelineJobRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/LogPipelineJobRun.json",
2025-08-20T19:15:57.9153125Z [00:02:03.476]➜  		"en-US/devops/LogVMDeployMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/LogVMDeployMachine.json",
2025-08-20T19:15:57.9154000Z [00:02:03.476]➜  		"en-US/devops/MergeMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/MergeMergeRequest.json",
2025-08-20T19:15:57.9154979Z [00:02:03.476]➜  		"en-US/devops/PassPipelineValidate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/PassPipelineValidate.json",
2025-08-20T19:15:57.9155979Z [00:02:03.476]➜  		"en-US/devops/RefusePipelineValidate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/RefusePipelineValidate.json",
2025-08-20T19:15:57.9156880Z [00:02:03.476]➜  		"en-US/devops/ReleaseWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ReleaseWorkspace.json",
2025-08-20T19:15:57.9157836Z [00:02:03.476]➜  		"en-US/devops/ReopenMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ReopenMergeRequest.json",
2025-08-20T19:15:57.9158814Z [00:02:03.476]➜  		"en-US/devops/ResetSshKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ResetSshKey.json",
2025-08-20T19:15:57.9159784Z [00:02:03.476]➜  		"en-US/devops/ResumeVMDeployOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ResumeVMDeployOrder.json",
2025-08-20T19:15:57.9160747Z [00:02:03.476]➜  		"en-US/devops/RetryPipelineJobRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/RetryPipelineJobRun.json",
2025-08-20T19:15:57.9161705Z [00:02:03.476]➜  		"en-US/devops/RetryVMDeployMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/RetryVMDeployMachine.json",
2025-08-20T19:15:57.9162824Z [00:02:03.476]➜  		"en-US/devops/ReviewMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ReviewMergeRequest.json",
2025-08-20T19:15:57.9163850Z [00:02:03.476]➜  		"en-US/devops/SkipPipelineJobRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/SkipPipelineJobRun.json",
2025-08-20T19:15:57.9164796Z [00:02:03.476]➜  		"en-US/devops/SkipVMDeployMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/SkipVMDeployMachine.json",
2025-08-20T19:15:57.9165702Z [00:02:03.476]➜  		"en-US/devops/StartPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/StartPipelineRun.json",
2025-08-20T19:15:57.9166624Z [00:02:03.476]➜  		"en-US/devops/StopPipelineJobRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/StopPipelineJobRun.json",
2025-08-20T19:15:57.9167519Z [00:02:03.476]➜  		"en-US/devops/StopPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/StopPipelineRun.json",
2025-08-20T19:15:57.9168597Z [00:02:03.476]➜  		"en-US/devops/StopVMDeployOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/StopVMDeployOrder.json",
2025-08-20T19:15:57.9169634Z [00:02:03.476]➜  		"en-US/devops/TransferRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/TransferRepository.json",
2025-08-20T19:15:57.9170760Z [00:02:03.476]➜  		"en-US/devops/TriggerRepositoryMirrorSync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/TriggerRepositoryMirrorSync.json",
2025-08-20T19:15:57.9171653Z [00:02:03.476]➜  		"en-US/devops/UpdateAppMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateAppMember.json",
2025-08-20T19:15:57.9172734Z [00:02:03.476]➜  		"en-US/devops/UpdateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateApplication.json",
2025-08-20T19:15:57.9173419Z [00:02:03.476]➜  		"en-US/devops/UpdateFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateFile.json",
2025-08-20T19:15:57.9174126Z [00:02:03.476]➜  		"en-US/devops/UpdateFlowTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateFlowTag.json",
2025-08-20T19:15:57.9175060Z [00:02:03.476]➜  		"en-US/devops/UpdateFlowTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateFlowTagGroup.json",
2025-08-20T19:15:57.9175893Z [00:02:03.476]➜  		"en-US/devops/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateGroup.json",
2025-08-20T19:15:57.9176779Z [00:02:03.476]➜  		"en-US/devops/UpdateGroupMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateGroupMember.json",
2025-08-20T19:15:57.9177549Z [00:02:03.476]➜  		"en-US/devops/UpdateHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateHostGroup.json",
2025-08-20T19:15:57.9178366Z [00:02:03.476]➜  		"en-US/devops/UpdateMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateMergeRequest.json",
2025-08-20T19:15:57.9179381Z [00:02:03.476]➜  		"en-US/devops/UpdateMergeRequestPersonnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateMergeRequestPersonnel.json",
2025-08-20T19:15:57.9180498Z [00:02:03.476]➜  		"en-US/devops/UpdatePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePipeline.json",
2025-08-20T19:15:57.9181476Z [00:02:03.476]➜  		"en-US/devops/UpdatePipelineBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePipelineBaseInfo.json",
2025-08-20T19:15:57.9182687Z [00:02:03.476]➜  		"en-US/devops/UpdatePipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePipelineGroup.json",
2025-08-20T19:15:57.9183686Z [00:02:03.476]➜  		"en-US/devops/UpdateProjectField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateProjectField.json",
2025-08-20T19:15:57.9184632Z [00:02:03.476]➜  		"en-US/devops/UpdateProjectLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateProjectLabel.json",
2025-08-20T19:15:57.9185589Z [00:02:03.476]➜  		"en-US/devops/UpdateProjectMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateProjectMember.json",
2025-08-20T19:15:57.9186639Z [00:02:03.476]➜  		"en-US/devops/UpdateProtectedBranches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateProtectedBranches.json",
2025-08-20T19:15:57.9187618Z [00:02:03.476]➜  		"en-US/devops/UpdatePushReviewOnOff.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePushReviewOnOff.json",
2025-08-20T19:15:57.9188535Z [00:02:03.476]➜  		"en-US/devops/UpdatePushRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePushRule.json",
2025-08-20T19:15:57.9189476Z [00:02:03.476]➜  		"en-US/devops/UpdateRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateRepository.json",
2025-08-20T19:15:57.9190649Z [00:02:03.476]➜  		"en-US/devops/UpdateRepositoryMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateRepositoryMember.json",
2025-08-20T19:15:57.9191766Z [00:02:03.476]➜  		"en-US/devops/UpdateResourceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateResourceMember.json",
2025-08-20T19:15:57.9192878Z [00:02:03.476]➜  		"en-US/devops/UpdateTestCase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateTestCase.json",
2025-08-20T19:15:57.9193855Z [00:02:03.476]➜  		"en-US/devops/UpdateTestResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateTestResult.json",
2025-08-20T19:15:57.9194865Z [00:02:03.476]➜  		"en-US/devops/UpdateVariableGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateVariableGroup.json",
2025-08-20T19:15:57.9195745Z [00:02:03.476]➜  		"en-US/devops/UpdateWorkItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateWorkItem.json",
2025-08-20T19:15:57.9196736Z [00:02:03.476]➜  		"en-US/devops/UpdateWorkitemComment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateWorkitemComment.json",
2025-08-20T19:15:57.9197852Z [00:02:03.476]➜  		"en-US/devops/UpdateWorkitemField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateWorkitemField.json",
2025-08-20T19:15:57.9198942Z [00:02:03.476]➜  		"en-US/devops/WorkitemAttachmentCreate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/WorkitemAttachmentCreate.json",
2025-08-20T19:15:57.9199704Z [00:02:03.476]➜  		"en-US/devops/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/version.json",
2025-08-20T19:15:57.9200441Z [00:02:03.476]➜  		"en-US/dm/AddIpfilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/AddIpfilter.json",
2025-08-20T19:15:57.9201400Z [00:02:03.476]➜  		"en-US/dm/ApproveReplyMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/ApproveReplyMailAddress.json",
2025-08-20T19:15:57.9202193Z [00:02:03.476]➜  		"en-US/dm/BatchSendMail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/BatchSendMail.json",
2025-08-20T19:15:57.9203307Z [00:02:03.476]➜  		"en-US/dm/CheckDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CheckDomain.json",
2025-08-20T19:15:57.9204399Z [00:02:03.476]➜  		"en-US/dm/CheckReplyToMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CheckReplyToMailAddress.json",
2025-08-20T19:15:57.9205158Z [00:02:03.476]➜  		"en-US/dm/CreateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CreateDomain.json",
2025-08-20T19:15:57.9205977Z [00:02:03.476]➜  		"en-US/dm/CreateMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CreateMailAddress.json",
2025-08-20T19:15:57.9206748Z [00:02:03.476]➜  		"en-US/dm/CreateReceiver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CreateReceiver.json",
2025-08-20T19:15:57.9207474Z [00:02:03.476]➜  		"en-US/dm/CreateTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CreateTag.json",
2025-08-20T19:15:57.9208252Z [00:02:03.476]➜  		"en-US/dm/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteDomain.json",
2025-08-20T19:15:57.9209144Z [00:02:03.476]➜  		"en-US/dm/DeleteInvalidAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteInvalidAddress.json",
2025-08-20T19:15:57.9210082Z [00:02:03.476]➜  		"en-US/dm/DeleteIpfilterByEdmId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteIpfilterByEdmId.json",
2025-08-20T19:15:57.9210915Z [00:02:03.476]➜  		"en-US/dm/DeleteMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteMailAddress.json",
2025-08-20T19:15:57.9211713Z [00:02:03.476]➜  		"en-US/dm/DeleteReceiver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteReceiver.json",
2025-08-20T19:15:57.9213060Z [00:02:03.476]➜  		"en-US/dm/DeleteReceiverDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteReceiverDetail.json",
2025-08-20T19:15:57.9213956Z [00:02:03.476]➜  		"en-US/dm/DeleteTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteTag.json",
2025-08-20T19:15:57.9214842Z [00:02:03.476]➜  		"en-US/dm/DescAccountSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DescAccountSummary.json",
2025-08-20T19:15:57.9215578Z [00:02:03.476]➜  		"en-US/dm/DescDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DescDomain.json",
2025-08-20T19:15:57.9216355Z [00:02:03.476]➜  		"en-US/dm/GetIpProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/GetIpProtection.json",
2025-08-20T19:15:57.9217155Z [00:02:03.476]➜  		"en-US/dm/GetIpfilterList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/GetIpfilterList.json",
2025-08-20T19:15:57.9217913Z [00:02:03.476]➜  		"en-US/dm/GetTrackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/GetTrackList.json",
2025-08-20T19:15:57.9219179Z [00:02:03.476]➜  		"en-US/dm/GetTrackListByMailFromAndTagName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/GetTrackListByMailFromAndTagName.json",
2025-08-20T19:15:57.9220055Z [00:02:03.476]➜  		"en-US/dm/ModifyMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/ModifyMailAddress.json",
2025-08-20T19:15:57.9220871Z [00:02:03.476]➜  		"en-US/dm/ModifyPWByDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/ModifyPWByDomain.json",
2025-08-20T19:15:57.9221581Z [00:02:03.476]➜  		"en-US/dm/ModifyTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/ModifyTag.json",
2025-08-20T19:15:57.9222641Z [00:02:03.476]➜  		"en-US/dm/QueryDomainByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryDomainByParam.json",
2025-08-20T19:15:57.9223538Z [00:02:03.476]➜  		"en-US/dm/QueryInvalidAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryInvalidAddress.json",
2025-08-20T19:15:57.9224493Z [00:02:03.476]➜  		"en-US/dm/QueryMailAddressByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryMailAddressByParam.json",
2025-08-20T19:15:57.9225542Z [00:02:03.476]➜  		"en-US/dm/QueryReceiverByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryReceiverByParam.json",
2025-08-20T19:15:57.9226492Z [00:02:03.476]➜  		"en-US/dm/QueryReceiverDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryReceiverDetail.json",
2025-08-20T19:15:57.9227322Z [00:02:03.476]➜  		"en-US/dm/QueryTagByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryTagByParam.json",
2025-08-20T19:15:57.9228140Z [00:02:03.476]➜  		"en-US/dm/QueryTaskByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryTaskByParam.json",
2025-08-20T19:15:57.9229007Z [00:02:03.476]➜  		"en-US/dm/SaveReceiverDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SaveReceiverDetail.json",
2025-08-20T19:15:57.9229996Z [00:02:03.476]➜  		"en-US/dm/SendTestByTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SendTestByTemplate.json",
2025-08-20T19:15:57.9231187Z [00:02:03.476]➜  		"en-US/dm/SenderStatisticsByTagNameAndBatchID.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SenderStatisticsByTagNameAndBatchID.json",
2025-08-20T19:15:57.9232227Z [00:02:03.476]➜  		"en-US/dm/SenderStatisticsDetailByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SenderStatisticsDetailByParam.json",
2025-08-20T19:15:57.9233197Z [00:02:03.476]➜  		"en-US/dm/SingleSendMail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SingleSendMail.json",
2025-08-20T19:15:57.9234052Z [00:02:03.476]➜  		"en-US/dm/UpdateIpProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/UpdateIpProtection.json",
2025-08-20T19:15:57.9234852Z [00:02:03.476]➜  		"en-US/dm/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/version.json",
2025-08-20T19:15:57.9235971Z [00:02:03.476]➜  		"en-US/dms-enterprise/AddDesensitizationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddDesensitizationRule.json",
2025-08-20T19:15:57.9236888Z [00:02:03.476]➜  		"en-US/dms-enterprise/AddInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddInstance.json",
2025-08-20T19:15:57.9237832Z [00:02:03.476]➜  		"en-US/dms-enterprise/AddLhMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddLhMembers.json",
2025-08-20T19:15:57.9238986Z [00:02:03.476]➜  		"en-US/dms-enterprise/AddLogicTableRouteConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddLogicTableRouteConfig.json",
2025-08-20T19:15:57.9240004Z [00:02:03.476]➜  		"en-US/dms-enterprise/AddTaskFlowEdges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddTaskFlowEdges.json",
2025-08-20T19:15:57.9241042Z [00:02:03.476]➜  		"en-US/dms-enterprise/AnalyzeSQLLineage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AnalyzeSQLLineage.json",
2025-08-20T19:15:57.9242098Z [00:02:03.476]➜  		"en-US/dms-enterprise/ApproveOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ApproveOrder.json",
2025-08-20T19:15:57.9243152Z [00:02:03.476]➜  		"en-US/dms-enterprise/BackFill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/BackFill.json",
2025-08-20T19:15:57.9244235Z [00:02:03.476]➜  		"en-US/dms-enterprise/BuyPayAsYouGoOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/BuyPayAsYouGoOrder.json",
2025-08-20T19:15:57.9245339Z [00:02:03.476]➜  		"en-US/dms-enterprise/ChangeColumnSecLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ChangeColumnSecLevel.json",
2025-08-20T19:15:57.9246596Z [00:02:03.476]➜  		"en-US/dms-enterprise/ChangeColumnSecurityLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ChangeColumnSecurityLevel.json",
2025-08-20T19:15:57.9247656Z [00:02:03.476]➜  		"en-US/dms-enterprise/ChangeLhDagOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ChangeLhDagOwner.json",
2025-08-20T19:15:57.9248708Z [00:02:03.477]➜  		"en-US/dms-enterprise/CloseOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CloseOrder.json",
2025-08-20T19:15:57.9249873Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateAuthorityTemplate.json",
2025-08-20T19:15:57.9251042Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateDataArchiveOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataArchiveOrder.json",
2025-08-20T19:15:57.9252204Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateDataCorrectOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataCorrectOrder.json",
2025-08-20T19:15:57.9253707Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateDataCronClearOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataCronClearOrder.json",
2025-08-20T19:15:57.9254861Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateDataExportOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataExportOrder.json",
2025-08-20T19:15:57.9255997Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateDataImportOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataImportOrder.json",
2025-08-20T19:15:57.9257162Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateDataTrackOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataTrackOrder.json",
2025-08-20T19:15:57.9258357Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateDatabaseExportOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDatabaseExportOrder.json",
2025-08-20T19:15:57.9259788Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateFreeLockCorrectOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateFreeLockCorrectOrder.json",
2025-08-20T19:15:57.9260898Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateLakeHouseSpace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateLakeHouseSpace.json",
2025-08-20T19:15:57.9261981Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateLogicDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateLogicDatabase.json",
2025-08-20T19:15:57.9263127Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateOrder.json",
2025-08-20T19:15:57.9264255Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateProcCorrectOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateProcCorrectOrder.json",
2025-08-20T19:15:57.9265214Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateProxy.json",
2025-08-20T19:15:57.9266410Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateProxyAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateProxyAccess.json",
2025-08-20T19:15:57.9267611Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreatePublishGroupTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreatePublishGroupTask.json",
2025-08-20T19:15:57.9268726Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateSQLReviewOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateSQLReviewOrder.json",
2025-08-20T19:15:57.9269750Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateScenario.json",
2025-08-20T19:15:57.9270867Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateStandardGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateStandardGroup.json",
2025-08-20T19:15:57.9272032Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateStructSyncOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateStructSyncOrder.json",
2025-08-20T19:15:57.9273402Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateTask.json",
2025-08-20T19:15:57.9274476Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateTaskFlow.json",
2025-08-20T19:15:57.9275598Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateUploadFileJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateUploadFileJob.json",
2025-08-20T19:15:57.9276838Z [00:02:03.477]➜  		"en-US/dms-enterprise/CreateUploadOSSFileJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateUploadOSSFileJob.json",
2025-08-20T19:15:57.9278222Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteAuthorityTemplate.json",
2025-08-20T19:15:57.9279247Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteInstance.json",
2025-08-20T19:15:57.9280385Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteLakeHouseSpace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteLakeHouseSpace.json",
2025-08-20T19:15:57.9281439Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteLhMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteLhMembers.json",
2025-08-20T19:15:57.9282787Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteLogicDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteLogicDatabase.json",
2025-08-20T19:15:57.9284187Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteLogicTableRouteConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteLogicTableRouteConfig.json",
2025-08-20T19:15:57.9285184Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteProxy.json",
2025-08-20T19:15:57.9286212Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteProxyAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteProxyAccess.json",
2025-08-20T19:15:57.9287218Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteScenario.json",
2025-08-20T19:15:57.9288293Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteStandardGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteStandardGroup.json",
2025-08-20T19:15:57.9289229Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteTask.json",
2025-08-20T19:15:57.9290425Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteTaskFlow.json",
2025-08-20T19:15:57.9291785Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteTaskFlowEdgesByCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteTaskFlowEdgesByCondition.json",
2025-08-20T19:15:57.9292869Z [00:02:03.477]➜  		"en-US/dms-enterprise/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteUser.json",
2025-08-20T19:15:57.9293754Z [00:02:03.477]➜  		"en-US/dms-enterprise/DisableUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DisableUser.json",
2025-08-20T19:15:57.9294854Z [00:02:03.477]➜  		"en-US/dms-enterprise/DownloadDataTrackResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DownloadDataTrackResult.json",
2025-08-20T19:15:57.9295823Z [00:02:03.477]➜  		"en-US/dms-enterprise/EditLogicDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/EditLogicDatabase.json",
2025-08-20T19:15:57.9296776Z [00:02:03.477]➜  		"en-US/dms-enterprise/EnableUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/EnableUser.json",
2025-08-20T19:15:57.9297764Z [00:02:03.477]➜  		"en-US/dms-enterprise/ExecuteDataCorrect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ExecuteDataCorrect.json",
2025-08-20T19:15:57.9298762Z [00:02:03.477]➜  		"en-US/dms-enterprise/ExecuteDataExport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ExecuteDataExport.json",
2025-08-20T19:15:57.9299625Z [00:02:03.477]➜  		"en-US/dms-enterprise/ExecuteScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ExecuteScript.json",
2025-08-20T19:15:57.9300593Z [00:02:03.477]➜  		"en-US/dms-enterprise/ExecuteStructSync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ExecuteStructSync.json",
2025-08-20T19:15:57.9301640Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetApprovalDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetApprovalDetail.json",
2025-08-20T19:15:57.9302791Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetAuthorityTemplate.json",
2025-08-20T19:15:57.9303923Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetAuthorityTemplateItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetAuthorityTemplateItem.json",
2025-08-20T19:15:57.9305060Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetClassificationTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetClassificationTemplate.json",
2025-08-20T19:15:57.9306175Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDBTaskSQLJobLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDBTaskSQLJobLog.json",
2025-08-20T19:15:57.9307106Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDBTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDBTopology.json",
2025-08-20T19:15:57.9308131Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataArchiveCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataArchiveCount.json",
2025-08-20T19:15:57.9309257Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataArchiveOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataArchiveOrderDetail.json",
2025-08-20T19:15:57.9310371Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataCorrectBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectBackupFiles.json",
2025-08-20T19:15:57.9311487Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataCorrectOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectOrderDetail.json",
2025-08-20T19:15:57.9312941Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataCorrectRollbackFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectRollbackFile.json",
2025-08-20T19:15:57.9314124Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataCorrectSQLFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectSQLFile.json",
2025-08-20T19:15:57.9315331Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataCorrectTaskDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectTaskDetail.json",
2025-08-20T19:15:57.9316397Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataCronClearConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCronClearConfig.json",
2025-08-20T19:15:57.9317617Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataCronClearTaskDetailList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCronClearTaskDetailList.json",
2025-08-20T19:15:57.9329412Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataExportDownloadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataExportDownloadURL.json",
2025-08-20T19:15:57.9333297Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataExportOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataExportOrderDetail.json",
2025-08-20T19:15:57.9334611Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataExportPreCheckDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataExportPreCheckDetail.json",
2025-08-20T19:15:57.9335703Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataImportSQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataImportSQL.json",
2025-08-20T19:15:57.9336896Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataTrackJobDegree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataTrackJobDegree.json",
2025-08-20T19:15:57.9338316Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataTrackJobTableMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataTrackJobTableMeta.json",
2025-08-20T19:15:57.9339591Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDataTrackOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataTrackOrderDetail.json",
2025-08-20T19:15:57.9340563Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDatabase.json",
2025-08-20T19:15:57.9341793Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDatabaseExportOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDatabaseExportOrderDetail.json",
2025-08-20T19:15:57.9343333Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetDbExportDownloadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDbExportDownloadURL.json",
2025-08-20T19:15:57.9344360Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetInstance.json",
2025-08-20T19:15:57.9345579Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetIntervalLimitOfSLA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetIntervalLimitOfSLA.json",
2025-08-20T19:15:57.9346638Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetLhSpaceByName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetLhSpaceByName.json",
2025-08-20T19:15:57.9347726Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetLogicDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetLogicDatabase.json",
2025-08-20T19:15:57.9348830Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetMetaTableColumn.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetMetaTableColumn.json",
2025-08-20T19:15:57.9350028Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetMetaTableDetailInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetMetaTableDetailInfo.json",
2025-08-20T19:15:57.9351511Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetOnlineDDLProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOnlineDDLProgress.json",
2025-08-20T19:15:57.9352754Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetOpLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOpLog.json",
2025-08-20T19:15:57.9353938Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetOrderAttachmentFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOrderAttachmentFile.json",
2025-08-20T19:15:57.9354938Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetOrderBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOrderBaseInfo.json",
2025-08-20T19:15:57.9356153Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetOwnerApplyOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOwnerApplyOrderDetail.json",
2025-08-20T19:15:57.9357197Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetPagedInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetPagedInstance.json",
2025-08-20T19:15:57.9358382Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetPermApplyOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetPermApplyOrderDetail.json",
2025-08-20T19:15:57.9359471Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetPhysicalDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetPhysicalDatabase.json",
2025-08-20T19:15:57.9360371Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetProxy.json",
2025-08-20T19:15:57.9361517Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetProxyAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetProxyAccess.json",
2025-08-20T19:15:57.9364418Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetRuleNumLimitOfSLA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetRuleNumLimitOfSLA.json",
2025-08-20T19:15:57.9365746Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetSQLReviewCheckResultStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetSQLReviewCheckResultStatus.json",
2025-08-20T19:15:57.9366991Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetSQLReviewOptimizeDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetSQLReviewOptimizeDetail.json",
2025-08-20T19:15:57.9368061Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetStandardGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStandardGroup.json",
2025-08-20T19:15:57.9369285Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetStructSyncExecSqlDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStructSyncExecSqlDetail.json",
2025-08-20T19:15:57.9370664Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetStructSyncJobAnalyzeResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStructSyncJobAnalyzeResult.json",
2025-08-20T19:15:57.9371795Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetStructSyncJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStructSyncJobDetail.json",
2025-08-20T19:15:57.9373078Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetStructSyncOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStructSyncOrderDetail.json",
2025-08-20T19:15:57.9389019Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetTableDBTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTableDBTopology.json",
2025-08-20T19:15:57.9391207Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetTableTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTableTopology.json",
2025-08-20T19:15:57.9393372Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTask.json",
2025-08-20T19:15:57.9395572Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetTaskFlowGraph.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTaskFlowGraph.json",
2025-08-20T19:15:57.9397694Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetTaskFlowNotification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTaskFlowNotification.json",
2025-08-20T19:15:57.9399980Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetTaskInstanceRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTaskInstanceRelation.json",
2025-08-20T19:15:57.9401901Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetUser.json",
2025-08-20T19:15:57.9403972Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetUserActiveTenant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetUserActiveTenant.json",
2025-08-20T19:15:57.9406157Z [00:02:03.477]➜  		"en-US/dms-enterprise/GetUserUploadFileJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetUserUploadFileJob.json",
2025-08-20T19:15:57.9408455Z [00:02:03.477]➜  		"en-US/dms-enterprise/GrantTemplateAuthority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GrantTemplateAuthority.json",
2025-08-20T19:15:57.9410671Z [00:02:03.477]➜  		"en-US/dms-enterprise/GrantUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GrantUserPermission.json",
2025-08-20T19:15:57.9413147Z [00:02:03.477]➜  		"en-US/dms-enterprise/InspectProxyAccessSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/InspectProxyAccessSecret.json",
2025-08-20T19:15:57.9415523Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListAuthorityTemplate.json",
2025-08-20T19:15:57.9417902Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListClassificationTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListClassificationTemplates.json",
2025-08-20T19:15:57.9419994Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListColumns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListColumns.json",
2025-08-20T19:15:57.9421857Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListDAGVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDAGVersions.json",
2025-08-20T19:15:57.9424082Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListDBTaskSQLJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDBTaskSQLJob.json",
2025-08-20T19:15:57.9426264Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListDBTaskSQLJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDBTaskSQLJobDetail.json",
2025-08-20T19:15:57.9428547Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListDDLPublishRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDDLPublishRecords.json",
2025-08-20T19:15:57.9430875Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListDataCorrectPreCheckDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDataCorrectPreCheckDB.json",
2025-08-20T19:15:57.9433568Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListDataCorrectPreCheckSQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDataCorrectPreCheckSQL.json",
2025-08-20T19:15:57.9436029Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListDataImportSQLPreCheckDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDataImportSQLPreCheckDetail.json",
2025-08-20T19:15:57.9438385Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListDataImportSQLType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDataImportSQLType.json",
2025-08-20T19:15:57.9440834Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListDatabaseUserPermssions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDatabaseUserPermssions.json",
2025-08-20T19:15:57.9443360Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDatabases.json",
2025-08-20T19:15:57.9445416Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListDefaultSLARules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDefaultSLARules.json",
2025-08-20T19:15:57.9447592Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListDesensitizationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDesensitizationRule.json",
2025-08-20T19:15:57.9449770Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListEffectiveOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListEffectiveOrders.json",
2025-08-20T19:15:57.9451729Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListIndexes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListIndexes.json",
2025-08-20T19:15:57.9453994Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListInstanceLoginAuditLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListInstanceLoginAuditLog.json",
2025-08-20T19:15:57.9456381Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListInstanceUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListInstanceUserPermissions.json",
2025-08-20T19:15:57.9458501Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListInstances.json",
2025-08-20T19:15:57.9460647Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListLhTaskFlowAndScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListLhTaskFlowAndScenario.json",
2025-08-20T19:15:57.9463180Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListLogicDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListLogicDatabases.json",
2025-08-20T19:15:57.9465469Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListLogicTableRouteConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListLogicTableRouteConfig.json",
2025-08-20T19:15:57.9467563Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListLogicTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListLogicTables.json",
2025-08-20T19:15:57.9469419Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListOrders.json",
2025-08-20T19:15:57.9471193Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListProxies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListProxies.json",
2025-08-20T19:15:57.9473302Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListProxyAccesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListProxyAccesses.json",
2025-08-20T19:15:57.9475467Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListProxySQLExecAuditLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListProxySQLExecAuditLog.json",
2025-08-20T19:15:57.9477412Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListSLARules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSLARules.json",
2025-08-20T19:15:57.9479389Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListSQLExecAuditLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSQLExecAuditLog.json",
2025-08-20T19:15:57.9481555Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListSQLReviewOriginSQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSQLReviewOriginSQL.json",
2025-08-20T19:15:57.9483735Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListScenarios.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListScenarios.json",
2025-08-20T19:15:57.9485855Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListSensitiveColumns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSensitiveColumns.json",
2025-08-20T19:15:57.9488169Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListSensitiveColumnsDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSensitiveColumnsDetail.json",
2025-08-20T19:15:57.9490466Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListSensitiveDataAuditLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSensitiveDataAuditLog.json",
2025-08-20T19:15:57.9492824Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListSensitivityLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSensitivityLevel.json",
2025-08-20T19:15:57.9494924Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListStandardGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListStandardGroups.json",
2025-08-20T19:15:57.9496855Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTables.json",
2025-08-20T19:15:57.9498679Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlow.json",
2025-08-20T19:15:57.9500691Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListTaskFlowConstants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowConstants.json",
2025-08-20T19:15:57.9503089Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListTaskFlowCooperators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowCooperators.json",
2025-08-20T19:15:57.9505459Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListTaskFlowEdgesByCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowEdgesByCondition.json",
2025-08-20T19:15:57.9507873Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowInstance.json",
2025-08-20T19:15:57.9510161Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListTaskFlowTimeVariables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowTimeVariables.json",
2025-08-20T19:15:57.9512287Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListTaskFlowsByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowsByPage.json",
2025-08-20T19:15:57.9514446Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListTasksInTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTasksInTaskFlow.json",
2025-08-20T19:15:57.9516521Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListUserPermissions.json",
2025-08-20T19:15:57.9518450Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListUserTenants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListUserTenants.json",
2025-08-20T19:15:57.9520289Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListUsers.json",
2025-08-20T19:15:57.9522132Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListWorkFlowNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListWorkFlowNodes.json",
2025-08-20T19:15:57.9524461Z [00:02:03.477]➜  		"en-US/dms-enterprise/ListWorkFlowTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListWorkFlowTemplates.json",
2025-08-20T19:15:57.9526738Z [00:02:03.477]➜  		"en-US/dms-enterprise/MakeTaskFlowInstanceSuccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/MakeTaskFlowInstanceSuccess.json",
2025-08-20T19:15:57.9529100Z [00:02:03.477]➜  		"en-US/dms-enterprise/ModifyDataCorrectExecSQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ModifyDataCorrectExecSQL.json",
2025-08-20T19:15:57.9531576Z [00:02:03.477]➜  		"en-US/dms-enterprise/ModifyDesensitizationStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ModifyDesensitizationStrategy.json",
2025-08-20T19:15:57.9534066Z [00:02:03.477]➜  		"en-US/dms-enterprise/ModifyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ModifyInstance.json",
2025-08-20T19:15:57.9536063Z [00:02:03.477]➜  		"en-US/dms-enterprise/MoveTaskFlowToScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/MoveTaskFlowToScenario.json",
2025-08-20T19:15:57.9538105Z [00:02:03.477]➜  		"en-US/dms-enterprise/OfflineTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/OfflineTaskFlow.json",
2025-08-20T19:15:57.9540148Z [00:02:03.477]➜  		"en-US/dms-enterprise/PauseDataCorrectSQLJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/PauseDataCorrectSQLJob.json",
2025-08-20T19:15:57.9542233Z [00:02:03.477]➜  		"en-US/dms-enterprise/PreviewWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/PreviewWorkflow.json",
2025-08-20T19:15:57.9544554Z [00:02:03.477]➜  		"en-US/dms-enterprise/PublishAndDeployTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/PublishAndDeployTaskFlow.json",
2025-08-20T19:15:57.9546995Z [00:02:03.477]➜  		"en-US/dms-enterprise/QueryDataTrackResultDownloadStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/QueryDataTrackResultDownloadStatus.json",
2025-08-20T19:15:57.9549309Z [00:02:03.477]➜  		"en-US/dms-enterprise/ReDeployLhDagVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ReDeployLhDagVersion.json",
2025-08-20T19:15:57.9551423Z [00:02:03.477]➜  		"en-US/dms-enterprise/ReRunTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ReRunTaskFlowInstance.json",
2025-08-20T19:15:57.9553774Z [00:02:03.477]➜  		"en-US/dms-enterprise/RefundPayAsYouGoOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RefundPayAsYouGoOrder.json",
2025-08-20T19:15:57.9555991Z [00:02:03.478]➜  		"en-US/dms-enterprise/RegisterInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RegisterInstance.json",
2025-08-20T19:15:57.9558068Z [00:02:03.478]➜  		"en-US/dms-enterprise/RegisterUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RegisterUser.json",
2025-08-20T19:15:57.9560217Z [00:02:03.478]➜  		"en-US/dms-enterprise/RestartDataCorrectSQLJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RestartDataCorrectSQLJob.json",
2025-08-20T19:15:57.9562863Z [00:02:03.478]➜  		"en-US/dms-enterprise/ResumeTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ResumeTaskFlowInstance.json",
2025-08-20T19:15:57.9565188Z [00:02:03.478]➜  		"en-US/dms-enterprise/RetryDataCorrectPreCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RetryDataCorrectPreCheck.json",
2025-08-20T19:15:57.9567560Z [00:02:03.478]➜  		"en-US/dms-enterprise/RevokeTemplateAuthority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RevokeTemplateAuthority.json",
2025-08-20T19:15:57.9569926Z [00:02:03.478]➜  		"en-US/dms-enterprise/RevokeUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RevokeUserPermission.json",
2025-08-20T19:15:57.9572165Z [00:02:03.478]➜  		"en-US/dms-enterprise/SearchDataTrackResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SearchDataTrackResult.json",
2025-08-20T19:15:57.9574497Z [00:02:03.478]➜  		"en-US/dms-enterprise/SearchDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SearchDatabase.json",
2025-08-20T19:15:57.9576521Z [00:02:03.478]➜  		"en-US/dms-enterprise/SearchTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SearchTable.json",
2025-08-20T19:15:57.9578603Z [00:02:03.478]➜  		"en-US/dms-enterprise/SetOwners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SetOwners.json",
2025-08-20T19:15:57.9580813Z [00:02:03.478]➜  		"en-US/dms-enterprise/SkipDataCorrectRowCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SkipDataCorrectRowCheck.json",
2025-08-20T19:15:57.9583275Z [00:02:03.478]➜  		"en-US/dms-enterprise/StopTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/StopTaskFlowInstance.json",
2025-08-20T19:15:57.9585456Z [00:02:03.478]➜  		"en-US/dms-enterprise/SubmitOrderApproval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SubmitOrderApproval.json",
2025-08-20T19:15:57.9587786Z [00:02:03.478]➜  		"en-US/dms-enterprise/SubmitStructSyncOrderApproval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SubmitStructSyncOrderApproval.json",
2025-08-20T19:15:57.9590207Z [00:02:03.478]➜  		"en-US/dms-enterprise/SuspendTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SuspendTaskFlowInstance.json",
2025-08-20T19:15:57.9592635Z [00:02:03.478]➜  		"en-US/dms-enterprise/SyncDatabaseMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SyncDatabaseMeta.json",
2025-08-20T19:15:57.9594612Z [00:02:03.478]➜  		"en-US/dms-enterprise/SyncInstanceMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SyncInstanceMeta.json",
2025-08-20T19:15:57.9596707Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateAuthorityTemplate.json",
2025-08-20T19:15:57.9598756Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateInstance.json",
2025-08-20T19:15:57.9600542Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateSLARules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateSLARules.json",
2025-08-20T19:15:57.9602865Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateScenario.json",
2025-08-20T19:15:57.9604871Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateStandardGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateStandardGroup.json",
2025-08-20T19:15:57.9606874Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskConfig.json",
2025-08-20T19:15:57.9608834Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskContent.json",
2025-08-20T19:15:57.9610969Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskFlowConstants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowConstants.json",
2025-08-20T19:15:57.9613622Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskFlowCooperators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowCooperators.json",
2025-08-20T19:15:57.9615739Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskFlowEdges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowEdges.json",
2025-08-20T19:15:57.9617998Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskFlowNameAndDesc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowNameAndDesc.json",
2025-08-20T19:15:57.9620367Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskFlowNotification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowNotification.json",
2025-08-20T19:15:57.9622859Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskFlowOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowOwner.json",
2025-08-20T19:15:57.9629066Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskFlowRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowRelations.json",
2025-08-20T19:15:57.9631815Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskFlowSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowSchedule.json",
2025-08-20T19:15:57.9634260Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskFlowTimeVariables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowTimeVariables.json",
2025-08-20T19:15:57.9636336Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskName.json",
2025-08-20T19:15:57.9638235Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskOutput.json",
2025-08-20T19:15:57.9640299Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateTaskTimeVariables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskTimeVariables.json",
2025-08-20T19:15:57.9642315Z [00:02:03.478]➜  		"en-US/dms-enterprise/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateUser.json",
2025-08-20T19:15:57.9647611Z [00:02:03.478]➜  		"en-US/dms-enterprise/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/version.json",
2025-08-20T19:15:57.9649248Z [00:02:03.478]➜  		"en-US/domain/CheckDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/CheckDomain.json",
2025-08-20T19:15:57.9650825Z [00:02:03.478]➜  		"en-US/domain/CreateOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/CreateOrder.json",
2025-08-20T19:15:57.9652858Z [00:02:03.478]➜  		"en-US/domain/DeleteContactTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/DeleteContactTemplate.json",
2025-08-20T19:15:57.9654703Z [00:02:03.478]➜  		"en-US/domain/GetWhoisInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/GetWhoisInfo.json",
2025-08-20T19:15:57.9656191Z [00:02:03.478]➜  		"en-US/domain/OSuborderDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/OSuborderDomain.json",
2025-08-20T19:15:57.9657864Z [00:02:03.478]➜  		"en-US/domain/QueryBatchTaskDetailList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryBatchTaskDetailList.json",
2025-08-20T19:15:57.9659773Z [00:02:03.478]➜  		"en-US/domain/QueryBatchTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryBatchTaskList.json",
2025-08-20T19:15:57.9661461Z [00:02:03.478]➜  		"en-US/domain/QueryContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryContact.json",
2025-08-20T19:15:57.9663430Z [00:02:03.478]➜  		"en-US/domain/QueryContactTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryContactTemplate.json",
2025-08-20T19:15:57.9665397Z [00:02:03.478]➜  		"en-US/domain/QueryDomainBySaleId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryDomainBySaleId.json",
2025-08-20T19:15:57.9667107Z [00:02:03.478]➜  		"en-US/domain/QueryDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryDomainList.json",
2025-08-20T19:15:57.9668900Z [00:02:03.478]➜  		"en-US/domain/QueryFailReasonList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryFailReasonList.json",
2025-08-20T19:15:57.9670580Z [00:02:03.478]➜  		"en-US/domain/QueryOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryOrder.json",
2025-08-20T19:15:57.9672249Z [00:02:03.478]➜  		"en-US/domain/SaveContactTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveContactTemplate.json",
2025-08-20T19:15:57.9683088Z [00:02:03.478]➜  		"en-US/domain/SaveContactTemplateCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveContactTemplateCredential.json",
2025-08-20T19:15:57.9685568Z [00:02:03.478]➜  		"en-US/domain/SaveTaskForModifyingDomainDns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForModifyingDomainDns.json",
2025-08-20T19:15:57.9688044Z [00:02:03.478]➜  		"en-US/domain/SaveTaskForSubmittingDomainNameCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForSubmittingDomainNameCredential.json",
2025-08-20T19:15:57.9691115Z [00:02:03.478]➜  		"en-US/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json",
2025-08-20T19:15:57.9694350Z [00:02:03.478]➜  		"en-US/domain/SaveTaskForUpdatingContactByTempateId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForUpdatingContactByTempateId.json",
2025-08-20T19:15:57.9697013Z [00:02:03.478]➜  		"en-US/domain/SaveTaskForUpdatingContactByTemplateId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForUpdatingContactByTemplateId.json",
2025-08-20T19:15:57.9700894Z [00:02:03.478]➜  		"en-US/domain/WhoisProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/WhoisProtection.json",
2025-08-20T19:15:57.9702759Z [00:02:03.478]➜  		"en-US/domain/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/version.json",
2025-08-20T19:15:57.9704613Z [00:02:03.478]➜  		"en-US/drds/ChangeAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ChangeAccountPassword.json",
2025-08-20T19:15:57.9706541Z [00:02:03.478]➜  		"en-US/drds/ChangeInstanceAzone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ChangeInstanceAzone.json",
2025-08-20T19:15:57.9708571Z [00:02:03.478]➜  		"en-US/drds/CheckDrdsDbName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CheckDrdsDbName.json",
2025-08-20T19:15:57.9710570Z [00:02:03.478]➜  		"en-US/drds/CheckExpandStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CheckExpandStatus.json",
2025-08-20T19:15:57.9712861Z [00:02:03.478]➜  		"en-US/drds/CheckSqlAuditEnableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CheckSqlAuditEnableStatus.json",
2025-08-20T19:15:57.9714647Z [00:02:03.478]➜  		"en-US/drds/CreateDrdsDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateDrdsDB.json",
2025-08-20T19:15:57.9716271Z [00:02:03.478]➜  		"en-US/drds/CreateDrdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateDrdsInstance.json",
2025-08-20T19:15:57.9718011Z [00:02:03.478]➜  		"en-US/drds/CreateInstanceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateInstanceAccount.json",
2025-08-20T19:15:57.9720020Z [00:02:03.478]➜  		"en-US/drds/CreateInstanceInternetAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateInstanceInternetAddress.json",
2025-08-20T19:15:57.9722045Z [00:02:03.478]➜  		"en-US/drds/CreateOrderForRds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateOrderForRds.json",
2025-08-20T19:15:57.9723936Z [00:02:03.478]➜  		"en-US/drds/CreateShardTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateShardTask.json",
2025-08-20T19:15:57.9725659Z [00:02:03.478]➜  		"en-US/drds/DescribeBackMenu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackMenu.json",
2025-08-20T19:15:57.9727465Z [00:02:03.478]➜  		"en-US/drds/DescribeBackupDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupDbs.json",
2025-08-20T19:15:57.9729361Z [00:02:03.478]➜  		"en-US/drds/DescribeBackupLocal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupLocal.json",
2025-08-20T19:15:57.9731245Z [00:02:03.478]➜  		"en-US/drds/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupPolicy.json",
2025-08-20T19:15:57.9733731Z [00:02:03.478]➜  		"en-US/drds/DescribeBackupSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupSets.json",
2025-08-20T19:15:57.9735609Z [00:02:03.478]➜  		"en-US/drds/DescribeBackupTimes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupTimes.json",
2025-08-20T19:15:57.9737561Z [00:02:03.478]➜  		"en-US/drds/DescribeBroadcastTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBroadcastTables.json",
2025-08-20T19:15:57.9739579Z [00:02:03.478]➜  		"en-US/drds/DescribeDbInstanceDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDbInstanceDbs.json",
2025-08-20T19:15:57.9741524Z [00:02:03.478]➜  		"en-US/drds/DescribeDbInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDbInstances.json",
2025-08-20T19:15:57.9743593Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDB.json",
2025-08-20T19:15:57.9745463Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDBCluster.json",
2025-08-20T19:15:57.9747493Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsDBIpWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDBIpWhiteList.json",
2025-08-20T19:15:57.9749414Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsDBs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDBs.json",
2025-08-20T19:15:57.9751239Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsDbInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDbInstance.json",
2025-08-20T19:15:57.9753477Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsDbInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDbInstances.json",
2025-08-20T19:15:57.9755519Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsDbRdsNameList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDbRdsNameList.json",
2025-08-20T19:15:57.9757372Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstance.json",
2025-08-20T19:15:57.9759284Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsInstanceDbMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstanceDbMonitor.json",
2025-08-20T19:15:57.9761291Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsInstanceLevelTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstanceLevelTasks.json",
2025-08-20T19:15:57.9763644Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstanceMonitor.json",
2025-08-20T19:15:57.9765792Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsInstanceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstanceVersion.json",
2025-08-20T19:15:57.9767976Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstances.json",
2025-08-20T19:15:57.9769863Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsParams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsParams.json",
2025-08-20T19:15:57.9771834Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsRdsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsRdsInstances.json",
2025-08-20T19:15:57.9774121Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsShardingDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsShardingDbs.json",
2025-08-20T19:15:57.9776121Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsSlowSqls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsSlowSqls.json",
2025-08-20T19:15:57.9778178Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsSqlAuditStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsSqlAuditStatus.json",
2025-08-20T19:15:57.9780368Z [00:02:03.478]➜  		"en-US/drds/DescribeDrdsTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsTasks.json",
2025-08-20T19:15:57.9782768Z [00:02:03.478]➜  		"en-US/drds/DescribeExpandLogicTableInfoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeExpandLogicTableInfoList.json",
2025-08-20T19:15:57.9784862Z [00:02:03.478]➜  		"en-US/drds/DescribeHotDbList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeHotDbList.json",
2025-08-20T19:15:57.9786742Z [00:02:03.478]➜  		"en-US/drds/DescribeInstDbLogInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstDbLogInfo.json",
2025-08-20T19:15:57.9788693Z [00:02:03.478]➜  		"en-US/drds/DescribeInstDbSlsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstDbSlsInfo.json",
2025-08-20T19:15:57.9790665Z [00:02:03.478]➜  		"en-US/drds/DescribeInstanceAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstanceAccounts.json",
2025-08-20T19:15:57.9793124Z [00:02:03.478]➜  		"en-US/drds/DescribeInstanceSwitchAzone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstanceSwitchAzone.json",
2025-08-20T19:15:57.9795334Z [00:02:03.478]➜  		"en-US/drds/DescribeInstanceSwitchNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstanceSwitchNetwork.json",
2025-08-20T19:15:57.9797484Z [00:02:03.478]➜  		"en-US/drds/DescribePreCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribePreCheckResult.json",
2025-08-20T19:15:57.9799512Z [00:02:03.478]➜  		"en-US/drds/DescribeRDSPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRDSPerformance.json",
2025-08-20T19:15:57.9801712Z [00:02:03.478]➜  		"en-US/drds/DescribeRdsCommodity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRdsCommodity.json",
2025-08-20T19:15:57.9804250Z [00:02:03.478]➜  		"en-US/drds/DescribeRdsPerformanceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRdsPerformanceSummary.json",
2025-08-20T19:15:57.9806595Z [00:02:03.478]➜  		"en-US/drds/DescribeRdsSuperAccountInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRdsSuperAccountInstances.json",
2025-08-20T19:15:57.9808862Z [00:02:03.478]➜  		"en-US/drds/DescribeRecycleBinStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRecycleBinStatus.json",
2025-08-20T19:15:57.9810939Z [00:02:03.478]➜  		"en-US/drds/DescribeRecycleBinTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRecycleBinTables.json",
2025-08-20T19:15:57.9813159Z [00:02:03.478]➜  		"en-US/drds/DescribeRestoreOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRestoreOrder.json",
2025-08-20T19:15:57.9815290Z [00:02:03.478]➜  		"en-US/drds/DescribeShardTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeShardTaskInfo.json",
2025-08-20T19:15:57.9817263Z [00:02:03.478]➜  		"en-US/drds/DescribeSqlFlashbakTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeSqlFlashbakTask.json",
2025-08-20T19:15:57.9819057Z [00:02:03.478]➜  		"en-US/drds/DescribeTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeTable.json",
2025-08-20T19:15:57.9820884Z [00:02:03.478]➜  		"en-US/drds/DescribeTableListByType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeTableListByType.json",
2025-08-20T19:15:57.9822908Z [00:02:03.478]➜  		"en-US/drds/DescribeTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeTables.json",
2025-08-20T19:15:57.9824559Z [00:02:03.478]➜  		"en-US/drds/DisableSqlAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DisableSqlAudit.json",
2025-08-20T19:15:57.9826480Z [00:02:03.478]➜  		"en-US/drds/EnableInstanceIpv6Address.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/EnableInstanceIpv6Address.json",
2025-08-20T19:15:57.9828552Z [00:02:03.478]➜  		"en-US/drds/EnableSqlAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/EnableSqlAudit.json",
2025-08-20T19:15:57.9830581Z [00:02:03.478]➜  		"en-US/drds/EnableSqlFlashbackMatchSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/EnableSqlFlashbackMatchSwitch.json",
2025-08-20T19:15:57.9832952Z [00:02:03.478]➜  		"en-US/drds/FlashbackRecycleBinTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/FlashbackRecycleBinTable.json",
2025-08-20T19:15:57.9835036Z [00:02:03.478]➜  		"en-US/drds/GetDrdsDbRdsRelationInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/GetDrdsDbRdsRelationInfo.json",
2025-08-20T19:15:57.9836937Z [00:02:03.478]➜  		"en-US/drds/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ListTagResources.json",
2025-08-20T19:15:57.9838686Z [00:02:03.478]➜  		"en-US/drds/ManagePrivateRds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ManagePrivateRds.json",
2025-08-20T19:15:57.9840575Z [00:02:03.478]➜  		"en-US/drds/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyAccountDescription.json",
2025-08-20T19:15:57.9842828Z [00:02:03.478]➜  		"en-US/drds/ModifyAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyAccountPrivilege.json",
2025-08-20T19:15:57.9845010Z [00:02:03.478]➜  		"en-US/drds/ModifyDrdsInstanceDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyDrdsInstanceDescription.json",
2025-08-20T19:15:57.9847400Z [00:02:03.478]➜  		"en-US/drds/ModifyDrdsIpWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyDrdsIpWhiteList.json",
2025-08-20T19:15:57.9849613Z [00:02:03.478]➜  		"en-US/drds/ModifyPolarDbReadWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyPolarDbReadWeight.json",
2025-08-20T19:15:57.9851551Z [00:02:03.478]➜  		"en-US/drds/ModifyRdsReadWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyRdsReadWeight.json",
2025-08-20T19:15:57.9853591Z [00:02:03.478]➜  		"en-US/drds/PutStartBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/PutStartBackup.json",
2025-08-20T19:15:57.9855394Z [00:02:03.478]➜  		"en-US/drds/RefreshDrdsAtomUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RefreshDrdsAtomUrl.json",
2025-08-20T19:15:57.9857531Z [00:02:03.478]➜  		"en-US/drds/ReleaseInstanceInternetAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ReleaseInstanceInternetAddress.json",
2025-08-20T19:15:57.9859591Z [00:02:03.478]➜  		"en-US/drds/RemoveBackupsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveBackupsSet.json",
2025-08-20T19:15:57.9861472Z [00:02:03.478]➜  		"en-US/drds/RemoveDrdsDb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveDrdsDb.json",
2025-08-20T19:15:57.9863591Z [00:02:03.478]➜  		"en-US/drds/RemoveDrdsDbFailedRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveDrdsDbFailedRecord.json",
2025-08-20T19:15:57.9865505Z [00:02:03.478]➜  		"en-US/drds/RemoveDrdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveDrdsInstance.json",
2025-08-20T19:15:57.9867407Z [00:02:03.478]➜  		"en-US/drds/RemoveInstanceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveInstanceAccount.json",
2025-08-20T19:15:57.9869335Z [00:02:03.478]➜  		"en-US/drds/RemoveRecycleBinTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveRecycleBinTable.json",
2025-08-20T19:15:57.9871244Z [00:02:03.478]➜  		"en-US/drds/RestartDrdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RestartDrdsInstance.json",
2025-08-20T19:15:57.9873368Z [00:02:03.478]➜  		"en-US/drds/RollbackInstanceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RollbackInstanceVersion.json",
2025-08-20T19:15:57.9875357Z [00:02:03.478]➜  		"en-US/drds/SetBackupLocal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetBackupLocal.json",
2025-08-20T19:15:57.9877062Z [00:02:03.478]➜  		"en-US/drds/SetBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetBackupPolicy.json",
2025-08-20T19:15:57.9878883Z [00:02:03.479]➜  		"en-US/drds/SetupBroadcastTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetupBroadcastTables.json",
2025-08-20T19:15:57.9880736Z [00:02:03.479]➜  		"en-US/drds/SetupDrdsParams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetupDrdsParams.json",
2025-08-20T19:15:57.9882926Z [00:02:03.479]➜  		"en-US/drds/SetupRecycleBinStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetupRecycleBinStatus.json",
2025-08-20T19:15:57.9884793Z [00:02:03.479]➜  		"en-US/drds/SetupTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetupTable.json",
2025-08-20T19:15:57.9886476Z [00:02:03.479]➜  		"en-US/drds/StartRestore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/StartRestore.json",
2025-08-20T19:15:57.9888232Z [00:02:03.479]➜  		"en-US/drds/SubmitCleanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitCleanTask.json",
2025-08-20T19:15:57.9890253Z [00:02:03.479]➜  		"en-US/drds/SubmitHotExpandPreCheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitHotExpandPreCheckTask.json",
2025-08-20T19:15:57.9892315Z [00:02:03.479]➜  		"en-US/drds/SubmitHotExpandTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitHotExpandTask.json",
2025-08-20T19:15:57.9894750Z [00:02:03.479]➜  		"en-US/drds/SubmitSmoothExpandPreCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitSmoothExpandPreCheck.json",
2025-08-20T19:15:57.9897098Z [00:02:03.479]➜  		"en-US/drds/SubmitSmoothExpandPreCheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitSmoothExpandPreCheckTask.json",
2025-08-20T19:15:57.9899166Z [00:02:03.479]➜  		"en-US/drds/SubmitSqlFlashbackTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitSqlFlashbackTask.json",
2025-08-20T19:15:57.9901208Z [00:02:03.479]➜  		"en-US/drds/SwitchGlobalBroadcastType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SwitchGlobalBroadcastType.json",
2025-08-20T19:15:57.9903275Z [00:02:03.479]➜  		"en-US/drds/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/TagResources.json",
2025-08-20T19:15:57.9905035Z [00:02:03.479]➜  		"en-US/drds/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UntagResources.json",
2025-08-20T19:15:57.9906965Z [00:02:03.479]➜  		"en-US/drds/UpdateInstanceNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpdateInstanceNetwork.json",
2025-08-20T19:15:57.9909177Z [00:02:03.479]➜  		"en-US/drds/UpdatePrivateRdsClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpdatePrivateRdsClass.json",
2025-08-20T19:15:57.9911299Z [00:02:03.479]➜  		"en-US/drds/UpdateResourceGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpdateResourceGroupAttribute.json",
2025-08-20T19:15:57.9913626Z [00:02:03.479]➜  		"en-US/drds/UpgradeHiStoreInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpgradeHiStoreInstance.json",
2025-08-20T19:15:57.9915618Z [00:02:03.479]➜  		"en-US/drds/UpgradeInstanceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpgradeInstanceVersion.json",
2025-08-20T19:15:57.9917487Z [00:02:03.479]➜  		"en-US/drds/ValidateShardTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ValidateShardTask.json",
2025-08-20T19:15:57.9919132Z [00:02:03.479]➜  		"en-US/drds/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/version.json",
2025-08-20T19:15:57.9921004Z [00:02:03.479]➜  		"en-US/dts/ConfigureDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureDtsJob.json",
2025-08-20T19:15:57.9923122Z [00:02:03.479]➜  		"en-US/dts/ConfigureMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureMigrationJob.json",
2025-08-20T19:15:57.9925118Z [00:02:03.479]➜  		"en-US/dts/ConfigureMigrationJobAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureMigrationJobAlert.json",
2025-08-20T19:15:57.9927076Z [00:02:03.479]➜  		"en-US/dts/ConfigureSubscription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSubscription.json",
2025-08-20T19:15:57.9929238Z [00:02:03.479]➜  		"en-US/dts/ConfigureSubscriptionInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSubscriptionInstance.json",
2025-08-20T19:15:57.9931620Z [00:02:03.479]➜  		"en-US/dts/ConfigureSubscriptionInstanceAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSubscriptionInstanceAlert.json",
2025-08-20T19:15:57.9934162Z [00:02:03.479]➜  		"en-US/dts/ConfigureSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSynchronizationJob.json",
2025-08-20T19:15:57.9936456Z [00:02:03.479]➜  		"en-US/dts/ConfigureSynchronizationJobAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSynchronizationJobAlert.json",
2025-08-20T19:15:57.9939037Z [00:02:03.479]➜  		"en-US/dts/ConfigureSynchronizationJobReplicatorCompare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSynchronizationJobReplicatorCompare.json",
2025-08-20T19:15:57.9941558Z [00:02:03.479]➜  		"en-US/dts/CountJobByCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CountJobByCondition.json",
2025-08-20T19:15:57.9944108Z [00:02:03.479]➜  		"en-US/dts/CreateConsumerChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateConsumerChannel.json",
2025-08-20T19:15:57.9945989Z [00:02:03.479]➜  		"en-US/dts/CreateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateConsumerGroup.json",
2025-08-20T19:15:57.9948126Z [00:02:03.479]➜  		"en-US/dts/CreateDedicatedClusterMonitorRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateDedicatedClusterMonitorRule.json",
2025-08-20T19:15:57.9950276Z [00:02:03.479]➜  		"en-US/dts/CreateDtsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateDtsInstance.json",
2025-08-20T19:15:57.9952157Z [00:02:03.479]➜  		"en-US/dts/CreateJobMonitorRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateJobMonitorRule.json",
2025-08-20T19:15:57.9954763Z [00:02:03.479]➜  		"en-US/dts/CreateMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateMigrationJob.json",
2025-08-20T19:15:57.9956781Z [00:02:03.479]➜  		"en-US/dts/CreateReverseDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateReverseDtsJob.json",
2025-08-20T19:15:57.9958825Z [00:02:03.479]➜  		"en-US/dts/CreateSubscriptionInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateSubscriptionInstance.json",
2025-08-20T19:15:57.9960952Z [00:02:03.479]➜  		"en-US/dts/CreateSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateSynchronizationJob.json",
2025-08-20T19:15:57.9963159Z [00:02:03.479]➜  		"en-US/dts/DeleteConsumerChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteConsumerChannel.json",
2025-08-20T19:15:57.9965091Z [00:02:03.479]➜  		"en-US/dts/DeleteConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteConsumerGroup.json",
2025-08-20T19:15:57.9966832Z [00:02:03.479]➜  		"en-US/dts/DeleteDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteDtsJob.json",
2025-08-20T19:15:57.9968679Z [00:02:03.479]➜  		"en-US/dts/DeleteDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteDtsJobs.json",
2025-08-20T19:15:57.9970395Z [00:02:03.479]➜  		"en-US/dts/DeleteMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteMigrationJob.json",
2025-08-20T19:15:57.9972367Z [00:02:03.479]➜  		"en-US/dts/DeleteSubscriptionInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteSubscriptionInstance.json",
2025-08-20T19:15:57.9974757Z [00:02:03.479]➜  		"en-US/dts/DeleteSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteSynchronizationJob.json",
2025-08-20T19:15:57.9976734Z [00:02:03.479]➜  		"en-US/dts/DescribeCheckJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeCheckJobs.json",
2025-08-20T19:15:57.9978728Z [00:02:03.479]➜  		"en-US/dts/DescribeClusterOperateLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeClusterOperateLogs.json",
2025-08-20T19:15:57.9980945Z [00:02:03.479]➜  		"en-US/dts/DescribeClusterUsedUtilization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeClusterUsedUtilization.json",
2025-08-20T19:15:57.9983293Z [00:02:03.479]➜  		"en-US/dts/DescribeConnectionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeConnectionStatus.json",
2025-08-20T19:15:57.9985269Z [00:02:03.479]➜  		"en-US/dts/DescribeConsumerChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeConsumerChannel.json",
2025-08-20T19:15:57.9987159Z [00:02:03.479]➜  		"en-US/dts/DescribeConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeConsumerGroup.json",
2025-08-20T19:15:57.9989002Z [00:02:03.479]➜  		"en-US/dts/DescribeDTSIP.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDTSIP.json",
2025-08-20T19:15:57.9990981Z [00:02:03.479]➜  		"en-US/dts/DescribeDataCheckReportUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDataCheckReportUrl.json",
2025-08-20T19:15:57.9993407Z [00:02:03.479]➜  		"en-US/dts/DescribeDataCheckTableDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDataCheckTableDetails.json",
2025-08-20T19:15:57.9995986Z [00:02:03.479]➜  		"en-US/dts/DescribeDataCheckTableDiffDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDataCheckTableDiffDetails.json",
2025-08-20T19:15:57.9998092Z [00:02:03.479]➜  		"en-US/dts/DescribeDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDedicatedCluster.json",
2025-08-20T19:15:58.0000266Z [00:02:03.479]➜  		"en-US/dts/DescribeDedicatedClusterMonitorRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDedicatedClusterMonitorRule.json",
2025-08-20T19:15:58.0002675Z [00:02:03.479]➜  		"en-US/dts/DescribeDtsEtlJobVersionInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDtsEtlJobVersionInfo.json",
2025-08-20T19:15:58.0015243Z [00:02:03.479]➜  		"en-US/dts/DescribeDtsJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDtsJobDetail.json",
2025-08-20T19:15:58.0017270Z [00:02:03.479]➜  		"en-US/dts/DescribeDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDtsJobs.json",
2025-08-20T19:15:58.0019029Z [00:02:03.479]➜  		"en-US/dts/DescribeDtsServiceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDtsServiceLog.json",
2025-08-20T19:15:58.0021023Z [00:02:03.479]➜  		"en-US/dts/DescribeEndpointSwitchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeEndpointSwitchStatus.json",
2025-08-20T19:15:58.0023243Z [00:02:03.479]➜  		"en-US/dts/DescribeEtlJobLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeEtlJobLogs.json",
2025-08-20T19:15:58.0025195Z [00:02:03.479]➜  		"en-US/dts/DescribeInitializationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeInitializationStatus.json",
2025-08-20T19:15:58.0027329Z [00:02:03.479]➜  		"en-US/dts/DescribeJobMonitorRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeJobMonitorRule.json",
2025-08-20T19:15:58.0029124Z [00:02:03.479]➜  		"en-US/dts/DescribeMetricList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMetricList.json",
2025-08-20T19:15:58.0031070Z [00:02:03.479]➜  		"en-US/dts/DescribeMigrationJobAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMigrationJobAlert.json",
2025-08-20T19:15:58.0033266Z [00:02:03.479]➜  		"en-US/dts/DescribeMigrationJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMigrationJobDetail.json",
2025-08-20T19:15:58.0035291Z [00:02:03.479]➜  		"en-US/dts/DescribeMigrationJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMigrationJobStatus.json",
2025-08-20T19:15:58.0037212Z [00:02:03.479]➜  		"en-US/dts/DescribeMigrationJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMigrationJobs.json",
2025-08-20T19:15:58.0039099Z [00:02:03.479]➜  		"en-US/dts/DescribePreCheckStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribePreCheckStatus.json",
2025-08-20T19:15:58.0041128Z [00:02:03.479]➜  		"en-US/dts/DescribeSubscriptionInstanceAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSubscriptionInstanceAlert.json",
2025-08-20T19:15:58.0043557Z [00:02:03.479]➜  		"en-US/dts/DescribeSubscriptionInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSubscriptionInstanceStatus.json",
2025-08-20T19:15:58.0045758Z [00:02:03.479]➜  		"en-US/dts/DescribeSubscriptionInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSubscriptionInstances.json",
2025-08-20T19:15:58.0048263Z [00:02:03.479]➜  		"en-US/dts/DescribeSubscriptionMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSubscriptionMeta.json",
2025-08-20T19:15:58.0050351Z [00:02:03.479]➜  		"en-US/dts/DescribeSynchronizationJobAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobAlert.json",
2025-08-20T19:15:58.0052817Z [00:02:03.479]➜  		"en-US/dts/DescribeSynchronizationJobReplicatorCompare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobReplicatorCompare.json",
2025-08-20T19:15:58.0055143Z [00:02:03.479]➜  		"en-US/dts/DescribeSynchronizationJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobStatus.json",
2025-08-20T19:15:58.0057381Z [00:02:03.479]➜  		"en-US/dts/DescribeSynchronizationJobStatusList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobStatusList.json",
2025-08-20T19:15:58.0059594Z [00:02:03.479]➜  		"en-US/dts/DescribeSynchronizationJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobs.json",
2025-08-20T19:15:58.0061887Z [00:02:03.479]➜  		"en-US/dts/DescribeSynchronizationObjectModifyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationObjectModifyStatus.json",
2025-08-20T19:15:58.0064347Z [00:02:03.479]➜  		"en-US/dts/DescribeTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeTagKeys.json",
2025-08-20T19:15:58.0065957Z [00:02:03.479]➜  		"en-US/dts/DescribeTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeTagValues.json",
2025-08-20T19:15:58.0067594Z [00:02:03.479]➜  		"en-US/dts/InitDtsRdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/InitDtsRdsInstance.json",
2025-08-20T19:15:58.0069313Z [00:02:03.479]➜  		"en-US/dts/ListDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ListDedicatedCluster.json",
2025-08-20T19:15:58.0071051Z [00:02:03.479]➜  		"en-US/dts/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ListTagResources.json",
2025-08-20T19:15:58.0073200Z [00:02:03.479]➜  		"en-US/dts/ModifyConsumerChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyConsumerChannel.json",
2025-08-20T19:15:58.0075203Z [00:02:03.479]➜  		"en-US/dts/ModifyConsumerGroupPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyConsumerGroupPassword.json",
2025-08-20T19:15:58.0077258Z [00:02:03.479]➜  		"en-US/dts/ModifyConsumptionTimestamp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyConsumptionTimestamp.json",
2025-08-20T19:15:58.0079233Z [00:02:03.479]➜  		"en-US/dts/ModifyDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDedicatedCluster.json",
2025-08-20T19:15:58.0080953Z [00:02:03.479]➜  		"en-US/dts/ModifyDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJob.json",
2025-08-20T19:15:58.0082880Z [00:02:03.479]➜  		"en-US/dts/ModifyDtsJobConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobConfig.json",
2025-08-20T19:15:58.0084843Z [00:02:03.479]➜  		"en-US/dts/ModifyDtsJobDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobDedicatedCluster.json",
2025-08-20T19:15:58.0086710Z [00:02:03.479]➜  		"en-US/dts/ModifyDtsJobDuLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobDuLimit.json",
2025-08-20T19:15:58.0088399Z [00:02:03.479]➜  		"en-US/dts/ModifyDtsJobEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobEndpoint.json",
2025-08-20T19:15:58.0090045Z [00:02:03.479]➜  		"en-US/dts/ModifyDtsJobName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobName.json",
2025-08-20T19:15:58.0091928Z [00:02:03.479]➜  		"en-US/dts/ModifyDtsJobPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobPassword.json",
2025-08-20T19:15:58.0094001Z [00:02:03.479]➜  		"en-US/dts/ModifyDynamicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDynamicConfig.json",
2025-08-20T19:15:58.0095723Z [00:02:03.479]➜  		"en-US/dts/ModifySubscription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifySubscription.json",
2025-08-20T19:15:58.0098020Z [00:02:03.479]➜  		"en-US/dts/ModifySubscriptionObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifySubscriptionObject.json",
2025-08-20T19:15:58.0100259Z [00:02:03.479]➜  		"en-US/dts/ModifySynchronizationObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifySynchronizationObject.json",
2025-08-20T19:15:58.0101999Z [00:02:03.479]➜  		"en-US/dts/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/RenewInstance.json",
2025-08-20T19:15:58.0103760Z [00:02:03.479]➜  		"en-US/dts/ResetDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ResetDtsJob.json",
2025-08-20T19:15:58.0105840Z [00:02:03.479]➜  		"en-US/dts/ResetSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ResetSynchronizationJob.json",
2025-08-20T19:15:58.0107781Z [00:02:03.479]➜  		"en-US/dts/ShieldPrecheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ShieldPrecheck.json",
2025-08-20T19:15:58.0109314Z [00:02:03.479]➜  		"en-US/dts/SkipPreCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SkipPreCheck.json",
2025-08-20T19:15:58.0110786Z [00:02:03.479]➜  		"en-US/dts/StartDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartDtsJob.json",
2025-08-20T19:15:58.0112253Z [00:02:03.479]➜  		"en-US/dts/StartDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartDtsJobs.json",
2025-08-20T19:15:58.0114033Z [00:02:03.479]➜  		"en-US/dts/StartMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartMigrationJob.json",
2025-08-20T19:15:58.0115721Z [00:02:03.479]➜  		"en-US/dts/StartReverseWriter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartReverseWriter.json",
2025-08-20T19:15:58.0117640Z [00:02:03.479]➜  		"en-US/dts/StartSubscriptionInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartSubscriptionInstance.json",
2025-08-20T19:15:58.0119510Z [00:02:03.479]➜  		"en-US/dts/StartSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartSynchronizationJob.json",
2025-08-20T19:15:58.0121291Z [00:02:03.479]➜  		"en-US/dts/StopDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StopDedicatedCluster.json",
2025-08-20T19:15:58.0123025Z [00:02:03.479]➜  		"en-US/dts/StopDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StopDtsJob.json",
2025-08-20T19:15:58.0124500Z [00:02:03.479]➜  		"en-US/dts/StopDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StopDtsJobs.json",
2025-08-20T19:15:58.0126042Z [00:02:03.479]➜  		"en-US/dts/StopMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StopMigrationJob.json",
2025-08-20T19:15:58.0127645Z [00:02:03.479]➜  		"en-US/dts/SummaryJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SummaryJobDetail.json",
2025-08-20T19:15:58.0129206Z [00:02:03.479]➜  		"en-US/dts/SuspendDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SuspendDtsJob.json",
2025-08-20T19:15:58.0130733Z [00:02:03.479]➜  		"en-US/dts/SuspendDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SuspendDtsJobs.json",
2025-08-20T19:15:58.0132372Z [00:02:03.479]➜  		"en-US/dts/SuspendMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SuspendMigrationJob.json",
2025-08-20T19:15:58.0134546Z [00:02:03.479]➜  		"en-US/dts/SuspendSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SuspendSynchronizationJob.json",
2025-08-20T19:15:58.0136612Z [00:02:03.479]➜  		"en-US/dts/SwitchPhysicalDtsJobToCloud.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SwitchPhysicalDtsJobToCloud.json",
2025-08-20T19:15:58.0138735Z [00:02:03.479]➜  		"en-US/dts/SwitchSynchronizationEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SwitchSynchronizationEndpoint.json",
2025-08-20T19:15:58.0140916Z [00:02:03.479]➜  		"en-US/dts/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/TagResources.json",
2025-08-20T19:15:58.0142735Z [00:02:03.479]➜  		"en-US/dts/TransferInstanceClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/TransferInstanceClass.json",
2025-08-20T19:15:58.0144330Z [00:02:03.479]➜  		"en-US/dts/TransferPayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/TransferPayType.json",
2025-08-20T19:15:58.0145867Z [00:02:03.479]➜  		"en-US/dts/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/UntagResources.json",
2025-08-20T19:15:58.0147556Z [00:02:03.479]➜  		"en-US/dts/UpgradeTwoWay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/UpgradeTwoWay.json",
2025-08-20T19:15:58.0149105Z [00:02:03.479]➜  		"en-US/dts/WhiteIpList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/WhiteIpList.json",
2025-08-20T19:15:58.0150588Z [00:02:03.479]➜  		"en-US/dts/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/version.json",
2025-08-20T19:15:58.0152195Z [00:02:03.479]➜  		"en-US/eci/CommitContainer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CommitContainer.json",
2025-08-20T19:15:58.0154015Z [00:02:03.479]➜  		"en-US/eci/CopyDataCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CopyDataCache.json",
2025-08-20T19:15:58.0155692Z [00:02:03.479]➜  		"en-US/eci/CreateContainerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateContainerGroup.json",
2025-08-20T19:15:58.0157438Z [00:02:03.479]➜  		"en-US/eci/CreateDataCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateDataCache.json",
2025-08-20T19:15:58.0159258Z [00:02:03.479]➜  		"en-US/eci/CreateImageCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateImageCache.json",
2025-08-20T19:15:58.0161148Z [00:02:03.479]➜  		"en-US/eci/CreateInstanceOpsTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateInstanceOpsTask.json",
2025-08-20T19:15:58.0163084Z [00:02:03.479]➜  		"en-US/eci/CreateVirtualNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateVirtualNode.json",
2025-08-20T19:15:58.0164833Z [00:02:03.479]➜  		"en-US/eci/DeleteContainerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DeleteContainerGroup.json",
2025-08-20T19:15:58.0166554Z [00:02:03.479]➜  		"en-US/eci/DeleteDataCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DeleteDataCache.json",
2025-08-20T19:15:58.0168221Z [00:02:03.479]➜  		"en-US/eci/DeleteImageCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DeleteImageCache.json",
2025-08-20T19:15:58.0169957Z [00:02:03.479]➜  		"en-US/eci/DeleteVirtualNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DeleteVirtualNode.json",
2025-08-20T19:15:58.0171808Z [00:02:03.479]➜  		"en-US/eci/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeAvailableResource.json",
2025-08-20T19:15:58.0173945Z [00:02:03.479]➜  		"en-US/eci/DescribeCommitContainerTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeCommitContainerTask.json",
2025-08-20T19:15:58.0176034Z [00:02:03.479]➜  		"en-US/eci/DescribeContainerGroupEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroupEvents.json",
2025-08-20T19:15:58.0178322Z [00:02:03.479]➜  		"en-US/eci/DescribeContainerGroupMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroupMetric.json",
2025-08-20T19:15:58.0180497Z [00:02:03.479]➜  		"en-US/eci/DescribeContainerGroupPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroupPrice.json",
2025-08-20T19:15:58.0182810Z [00:02:03.479]➜  		"en-US/eci/DescribeContainerGroupStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroupStatus.json",
2025-08-20T19:15:58.0184873Z [00:02:03.479]➜  		"en-US/eci/DescribeContainerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroups.json",
2025-08-20T19:15:58.0186840Z [00:02:03.479]➜  		"en-US/eci/DescribeContainerLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerLog.json",
2025-08-20T19:15:58.0188754Z [00:02:03.479]➜  		"en-US/eci/DescribeDataCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeDataCaches.json",
2025-08-20T19:15:58.0190610Z [00:02:03.479]➜  		"en-US/eci/DescribeImageCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeImageCaches.json",
2025-08-20T19:15:58.0193009Z [00:02:03.479]➜  		"en-US/eci/DescribeInstanceOpsRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeInstanceOpsRecords.json",
2025-08-20T19:15:58.0195186Z [00:02:03.479]➜  		"en-US/eci/DescribeMultiContainerGroupMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeMultiContainerGroupMetric.json",
2025-08-20T19:15:58.0197104Z [00:02:03.479]➜  		"en-US/eci/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeRegions.json",
2025-08-20T19:15:58.0198821Z [00:02:03.479]➜  		"en-US/eci/DescribeVirtualNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeVirtualNodes.json",
2025-08-20T19:15:58.0200575Z [00:02:03.479]➜  		"en-US/eci/ExecContainerCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/ExecContainerCommand.json",
2025-08-20T19:15:58.0202102Z [00:02:03.479]➜  		"en-US/eci/ListUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/ListUsage.json",
2025-08-20T19:15:58.0204208Z [00:02:03.479]➜  		"en-US/eci/ResizeContainerGroupVolume.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/ResizeContainerGroupVolume.json",
2025-08-20T19:15:58.0206070Z [00:02:03.479]➜  		"en-US/eci/RestartContainerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/RestartContainerGroup.json",
2025-08-20T19:15:58.0207788Z [00:02:03.479]➜  		"en-US/eci/UpdateContainerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/UpdateContainerGroup.json",
2025-08-20T19:15:58.0209454Z [00:02:03.479]➜  		"en-US/eci/UpdateDataCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/UpdateDataCache.json",
2025-08-20T19:15:58.0211052Z [00:02:03.479]➜  		"en-US/eci/UpdateImageCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/UpdateImageCache.json",
2025-08-20T19:15:58.0212907Z [00:02:03.479]➜  		"en-US/eci/UpdateVirtualNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/UpdateVirtualNode.json",
2025-08-20T19:15:58.0214406Z [00:02:03.479]➜  		"en-US/eci/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/version.json",
2025-08-20T19:15:58.0216019Z [00:02:03.479]➜  		"en-US/ecs/AcceptInquiredSystemEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AcceptInquiredSystemEvent.json",
2025-08-20T19:15:58.0217829Z [00:02:03.479]➜  		"en-US/ecs/ActivateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ActivateRouterInterface.json",
2025-08-20T19:15:58.0219539Z [00:02:03.479]➜  		"en-US/ecs/AddBandwidthPackageIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AddBandwidthPackageIps.json",
2025-08-20T19:15:58.0221118Z [00:02:03.479]➜  		"en-US/ecs/AddTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AddTags.json",
2025-08-20T19:15:58.0222886Z [00:02:03.479]➜  		"en-US/ecs/AllocateDedicatedHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AllocateDedicatedHosts.json",
2025-08-20T19:15:58.0224672Z [00:02:03.479]➜  		"en-US/ecs/AllocateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AllocateEipAddress.json",
2025-08-20T19:15:58.0226464Z [00:02:03.479]➜  		"en-US/ecs/AllocatePublicIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AllocatePublicIpAddress.json",
2025-08-20T19:15:58.0228287Z [00:02:03.479]➜  		"en-US/ecs/ApplyAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ApplyAutoSnapshotPolicy.json",
2025-08-20T19:15:58.0229967Z [00:02:03.479]➜  		"en-US/ecs/AssignIpv6Addresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AssignIpv6Addresses.json",
2025-08-20T19:15:58.0231805Z [00:02:03.479]➜  		"en-US/ecs/AssignPrivateIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AssignPrivateIpAddresses.json",
2025-08-20T19:15:58.0233963Z [00:02:03.480]➜  		"en-US/ecs/AssociateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AssociateEipAddress.json",
2025-08-20T19:15:58.0235680Z [00:02:03.480]➜  		"en-US/ecs/AssociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AssociateHaVip.json",
2025-08-20T19:15:58.0237406Z [00:02:03.480]➜  		"en-US/ecs/AttachClassicLinkVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachClassicLinkVpc.json",
2025-08-20T19:15:58.0239040Z [00:02:03.480]➜  		"en-US/ecs/AttachDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachDisk.json",
2025-08-20T19:15:58.0240706Z [00:02:03.480]➜  		"en-US/ecs/AttachInstanceRamRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachInstanceRamRole.json",
2025-08-20T19:15:58.0242621Z [00:02:03.480]➜  		"en-US/ecs/AttachKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachKeyPair.json",
2025-08-20T19:15:58.0244398Z [00:02:03.480]➜  		"en-US/ecs/AttachNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachNetworkInterface.json",
2025-08-20T19:15:58.0246456Z [00:02:03.480]➜  		"en-US/ecs/AuthorizeSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AuthorizeSecurityGroup.json",
2025-08-20T19:15:58.0248521Z [00:02:03.480]➜  		"en-US/ecs/AuthorizeSecurityGroupEgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AuthorizeSecurityGroupEgress.json",
2025-08-20T19:15:58.0250523Z [00:02:03.480]➜  		"en-US/ecs/CancelAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelAutoSnapshotPolicy.json",
2025-08-20T19:15:58.0252340Z [00:02:03.480]➜  		"en-US/ecs/CancelCopyImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelCopyImage.json",
2025-08-20T19:15:58.0254442Z [00:02:03.480]➜  		"en-US/ecs/CancelImagePipelineExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelImagePipelineExecution.json",
2025-08-20T19:15:58.0256644Z [00:02:03.480]➜  		"en-US/ecs/CancelPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelPhysicalConnection.json",
2025-08-20T19:15:58.0258652Z [00:02:03.480]➜  		"en-US/ecs/CancelSimulatedSystemEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelSimulatedSystemEvents.json",
2025-08-20T19:15:58.0260424Z [00:02:03.480]➜  		"en-US/ecs/CancelTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelTask.json",
2025-08-20T19:15:58.0262105Z [00:02:03.480]➜  		"en-US/ecs/ConnectRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ConnectRouterInterface.json",
2025-08-20T19:15:58.0264197Z [00:02:03.480]➜  		"en-US/ecs/ConvertNatPublicIpToEip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ConvertNatPublicIpToEip.json",
2025-08-20T19:15:58.0266164Z [00:02:03.480]➜  		"en-US/ecs/CopyImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CopyImage.json",
2025-08-20T19:15:58.0267787Z [00:02:03.480]➜  		"en-US/ecs/CopySnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CopySnapshot.json",
2025-08-20T19:15:58.0269348Z [00:02:03.480]➜  		"en-US/ecs/CreateActivation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateActivation.json",
2025-08-20T19:15:58.0271180Z [00:02:03.480]➜  		"en-US/ecs/CreateAutoProvisioningGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateAutoProvisioningGroup.json",
2025-08-20T19:15:58.0273406Z [00:02:03.480]➜  		"en-US/ecs/CreateAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateAutoSnapshotPolicy.json",
2025-08-20T19:15:58.0275415Z [00:02:03.480]➜  		"en-US/ecs/CreateCapacityReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateCapacityReservation.json",
2025-08-20T19:15:58.0277191Z [00:02:03.480]➜  		"en-US/ecs/CreateCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateCommand.json",
2025-08-20T19:15:58.0279135Z [00:02:03.480]➜  		"en-US/ecs/CreateDedicatedHostCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDedicatedHostCluster.json",
2025-08-20T19:15:58.0280881Z [00:02:03.480]➜  		"en-US/ecs/CreateDemand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDemand.json",
2025-08-20T19:15:58.0282725Z [00:02:03.480]➜  		"en-US/ecs/CreateDeploymentSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDeploymentSet.json",
2025-08-20T19:15:58.0285010Z [00:02:03.480]➜  		"en-US/ecs/CreateDiagnosticMetricSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDiagnosticMetricSet.json",
2025-08-20T19:15:58.0286924Z [00:02:03.480]➜  		"en-US/ecs/CreateDiagnosticReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDiagnosticReport.json",
2025-08-20T19:15:58.0288367Z [00:02:03.480]➜  		"en-US/ecs/CreateDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDisk.json",
2025-08-20T19:15:58.0290220Z [00:02:03.480]➜  		"en-US/ecs/CreateElasticityAssurance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateElasticityAssurance.json",
2025-08-20T19:15:58.0292067Z [00:02:03.480]➜  		"en-US/ecs/CreateForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateForwardEntry.json",
2025-08-20T19:15:58.0293942Z [00:02:03.480]➜  		"en-US/ecs/CreateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateHaVip.json",
2025-08-20T19:15:58.0295512Z [00:02:03.480]➜  		"en-US/ecs/CreateHpcCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateHpcCluster.json",
2025-08-20T19:15:58.0297093Z [00:02:03.480]➜  		"en-US/ecs/CreateImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateImage.json",
2025-08-20T19:15:58.0299107Z [00:02:03.480]➜  		"en-US/ecs/CreateImageComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateImageComponent.json",
2025-08-20T19:15:58.0302830Z [00:02:03.480]➜  		"en-US/ecs/CreateImagePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateImagePipeline.json",
2025-08-20T19:15:58.0304927Z [00:02:03.480]➜  		"en-US/ecs/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateInstance.json",
2025-08-20T19:15:58.0306587Z [00:02:03.480]➜  		"en-US/ecs/CreateKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateKeyPair.json",
2025-08-20T19:15:58.0308374Z [00:02:03.480]➜  		"en-US/ecs/CreateLaunchTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateLaunchTemplate.json",
2025-08-20T19:15:58.0310529Z [00:02:03.480]➜  		"en-US/ecs/CreateLaunchTemplateVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateLaunchTemplateVersion.json",
2025-08-20T19:15:58.0312592Z [00:02:03.480]➜  		"en-US/ecs/CreateNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateNatGateway.json",
2025-08-20T19:15:58.0314315Z [00:02:03.480]➜  		"en-US/ecs/CreateNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateNetworkInterface.json",
2025-08-20T19:15:58.0316323Z [00:02:03.480]➜  		"en-US/ecs/CreateNetworkInterfacePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateNetworkInterfacePermission.json",
2025-08-20T19:15:58.0318337Z [00:02:03.480]➜  		"en-US/ecs/CreatePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreatePhysicalConnection.json",
2025-08-20T19:15:58.0320222Z [00:02:03.480]➜  		"en-US/ecs/CreatePrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreatePrefixList.json",
2025-08-20T19:15:58.0324109Z [00:02:03.480]➜  		"en-US/ecs/CreateRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateRouteEntry.json",
2025-08-20T19:15:58.0325987Z [00:02:03.480]➜  		"en-US/ecs/CreateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateRouterInterface.json",
2025-08-20T19:15:58.0327776Z [00:02:03.480]➜  		"en-US/ecs/CreateSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateSecurityGroup.json",
2025-08-20T19:15:58.0329646Z [00:02:03.480]➜  		"en-US/ecs/CreateSimulatedSystemEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateSimulatedSystemEvents.json",
2025-08-20T19:15:58.0331421Z [00:02:03.480]➜  		"en-US/ecs/CreateSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateSnapshot.json",
2025-08-20T19:15:58.0333265Z [00:02:03.480]➜  		"en-US/ecs/CreateSnapshotGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateSnapshotGroup.json",
2025-08-20T19:15:58.0335082Z [00:02:03.480]➜  		"en-US/ecs/CreateStorageSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateStorageSet.json",
2025-08-20T19:15:58.0336771Z [00:02:03.480]➜  		"en-US/ecs/CreateVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateVSwitch.json",
2025-08-20T19:15:58.0338766Z [00:02:03.480]➜  		"en-US/ecs/CreateVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateVirtualBorderRouter.json",
2025-08-20T19:15:58.0340458Z [00:02:03.480]➜  		"en-US/ecs/CreateVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateVpc.json",
2025-08-20T19:15:58.0342190Z [00:02:03.480]➜  		"en-US/ecs/DeactivateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeactivateRouterInterface.json",
2025-08-20T19:15:58.0344376Z [00:02:03.480]➜  		"en-US/ecs/DeleteActivation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteActivation.json",
2025-08-20T19:15:58.0346314Z [00:02:03.480]➜  		"en-US/ecs/DeleteAutoProvisioningGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteAutoProvisioningGroup.json",
2025-08-20T19:15:58.0348692Z [00:02:03.480]➜  		"en-US/ecs/DeleteAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteAutoSnapshotPolicy.json",
2025-08-20T19:15:58.0350556Z [00:02:03.480]➜  		"en-US/ecs/DeleteBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteBandwidthPackage.json",
2025-08-20T19:15:58.0352177Z [00:02:03.480]➜  		"en-US/ecs/DeleteCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteCommand.json",
2025-08-20T19:15:58.0354175Z [00:02:03.480]➜  		"en-US/ecs/DeleteDedicatedHostCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDedicatedHostCluster.json",
2025-08-20T19:15:58.0355903Z [00:02:03.480]➜  		"en-US/ecs/DeleteDemand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDemand.json",
2025-08-20T19:15:58.0357652Z [00:02:03.480]➜  		"en-US/ecs/DeleteDeploymentSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDeploymentSet.json",
2025-08-20T19:15:58.0359556Z [00:02:03.480]➜  		"en-US/ecs/DeleteDiagnosticMetricSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDiagnosticMetricSets.json",
2025-08-20T19:15:58.0361497Z [00:02:03.480]➜  		"en-US/ecs/DeleteDiagnosticReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDiagnosticReports.json",
2025-08-20T19:15:58.0363323Z [00:02:03.480]➜  		"en-US/ecs/DeleteDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDisk.json",
2025-08-20T19:15:58.0364905Z [00:02:03.480]➜  		"en-US/ecs/DeleteForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteForwardEntry.json",
2025-08-20T19:15:58.0366556Z [00:02:03.480]➜  		"en-US/ecs/DeleteHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteHaVip.json",
2025-08-20T19:15:58.0368162Z [00:02:03.480]➜  		"en-US/ecs/DeleteHpcCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteHpcCluster.json",
2025-08-20T19:15:58.0369821Z [00:02:03.480]➜  		"en-US/ecs/DeleteImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteImage.json",
2025-08-20T19:15:58.0371427Z [00:02:03.480]➜  		"en-US/ecs/DeleteImageComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteImageComponent.json",
2025-08-20T19:15:58.0373371Z [00:02:03.480]➜  		"en-US/ecs/DeleteImagePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteImagePipeline.json",
2025-08-20T19:15:58.0374970Z [00:02:03.480]➜  		"en-US/ecs/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteInstance.json",
2025-08-20T19:15:58.0376529Z [00:02:03.480]➜  		"en-US/ecs/DeleteInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteInstances.json",
2025-08-20T19:15:58.0378110Z [00:02:03.480]➜  		"en-US/ecs/DeleteKeyPairs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteKeyPairs.json",
2025-08-20T19:15:58.0379772Z [00:02:03.480]➜  		"en-US/ecs/DeleteLaunchTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteLaunchTemplate.json",
2025-08-20T19:15:58.0381767Z [00:02:03.480]➜  		"en-US/ecs/DeleteLaunchTemplateVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteLaunchTemplateVersion.json",
2025-08-20T19:15:58.0383789Z [00:02:03.480]➜  		"en-US/ecs/DeleteNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteNatGateway.json",
2025-08-20T19:15:58.0385572Z [00:02:03.480]➜  		"en-US/ecs/DeleteNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteNetworkInterface.json",
2025-08-20T19:15:58.0387612Z [00:02:03.480]➜  		"en-US/ecs/DeleteNetworkInterfacePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteNetworkInterfacePermission.json",
2025-08-20T19:15:58.0389721Z [00:02:03.480]➜  		"en-US/ecs/DeletePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeletePhysicalConnection.json",
2025-08-20T19:15:58.0391721Z [00:02:03.480]➜  		"en-US/ecs/DeletePrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeletePrefixList.json",
2025-08-20T19:15:58.0393597Z [00:02:03.480]➜  		"en-US/ecs/DeleteRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteRouteEntry.json",
2025-08-20T19:15:58.0395310Z [00:02:03.480]➜  		"en-US/ecs/DeleteRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteRouterInterface.json",
2025-08-20T19:15:58.0397046Z [00:02:03.480]➜  		"en-US/ecs/DeleteSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteSecurityGroup.json",
2025-08-20T19:15:58.0398792Z [00:02:03.480]➜  		"en-US/ecs/DeleteSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteSnapshot.json",
2025-08-20T19:15:58.0400703Z [00:02:03.480]➜  		"en-US/ecs/DeleteSnapshotGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteSnapshotGroup.json",
2025-08-20T19:15:58.0402822Z [00:02:03.480]➜  		"en-US/ecs/DeleteStorageSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteStorageSet.json",
2025-08-20T19:15:58.0404535Z [00:02:03.480]➜  		"en-US/ecs/DeleteVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteVSwitch.json",
2025-08-20T19:15:58.0406381Z [00:02:03.480]➜  		"en-US/ecs/DeleteVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteVirtualBorderRouter.json",
2025-08-20T19:15:58.0408092Z [00:02:03.480]➜  		"en-US/ecs/DeleteVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteVpc.json",
2025-08-20T19:15:58.0409825Z [00:02:03.480]➜  		"en-US/ecs/DeregisterManagedInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeregisterManagedInstance.json",
2025-08-20T19:15:58.0411702Z [00:02:03.480]➜  		"en-US/ecs/DescribeAccessPoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAccessPoints.json",
2025-08-20T19:15:58.0414065Z [00:02:03.480]➜  		"en-US/ecs/DescribeAccountAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAccountAttributes.json",
2025-08-20T19:15:58.0416515Z [00:02:03.480]➜  		"en-US/ecs/DescribeActivations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeActivations.json",
2025-08-20T19:15:58.0418567Z [00:02:03.480]➜  		"en-US/ecs/DescribeAutoProvisioningGroupHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAutoProvisioningGroupHistory.json",
2025-08-20T19:15:58.0421010Z [00:02:03.480]➜  		"en-US/ecs/DescribeAutoProvisioningGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAutoProvisioningGroupInstances.json",
2025-08-20T19:15:58.0423513Z [00:02:03.480]➜  		"en-US/ecs/DescribeAutoProvisioningGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAutoProvisioningGroups.json",
2025-08-20T19:15:58.0425672Z [00:02:03.480]➜  		"en-US/ecs/DescribeAutoSnapshotPolicyEx.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAutoSnapshotPolicyEx.json",
2025-08-20T19:15:58.0427704Z [00:02:03.480]➜  		"en-US/ecs/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAvailableResource.json",
2025-08-20T19:15:58.0429730Z [00:02:03.480]➜  		"en-US/ecs/DescribeBandwidthLimitation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeBandwidthLimitation.json",
2025-08-20T19:15:58.0430750Z [00:02:03.480]➜  		"en-US/ecs/DescribeBandwidthPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeBandwidthPackages.json",
2025-08-20T19:15:58.0432197Z [00:02:03.480]➜  		"en-US/ecs/DescribeCapacityReservationInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeCapacityReservationInstances.json",
2025-08-20T19:15:58.0433576Z [00:02:03.480]➜  		"en-US/ecs/DescribeCapacityReservations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeCapacityReservations.json",
2025-08-20T19:15:58.0434680Z [00:02:03.480]➜  		"en-US/ecs/DescribeClassicLinkInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeClassicLinkInstances.json",
2025-08-20T19:15:58.0435747Z [00:02:03.480]➜  		"en-US/ecs/DescribeCloudAssistantStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeCloudAssistantStatus.json",
2025-08-20T19:15:58.0436605Z [00:02:03.480]➜  		"en-US/ecs/DescribeClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeClusters.json",
2025-08-20T19:15:58.0437453Z [00:02:03.480]➜  		"en-US/ecs/DescribeCommands.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeCommands.json",
2025-08-20T19:15:58.0438589Z [00:02:03.480]➜  		"en-US/ecs/DescribeDedicatedHostAutoRenew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDedicatedHostAutoRenew.json",
2025-08-20T19:15:58.0439685Z [00:02:03.480]➜  		"en-US/ecs/DescribeDedicatedHostClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDedicatedHostClusters.json",
2025-08-20T19:15:58.0440745Z [00:02:03.480]➜  		"en-US/ecs/DescribeDedicatedHostTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDedicatedHostTypes.json",
2025-08-20T19:15:58.0441702Z [00:02:03.480]➜  		"en-US/ecs/DescribeDedicatedHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDedicatedHosts.json",
2025-08-20T19:15:58.0442681Z [00:02:03.480]➜  		"en-US/ecs/DescribeDemands.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDemands.json",
2025-08-20T19:15:58.0444174Z [00:02:03.480]➜  		"en-US/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json",
2025-08-20T19:15:58.0445251Z [00:02:03.480]➜  		"en-US/ecs/DescribeDeploymentSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDeploymentSets.json",
2025-08-20T19:15:58.0446421Z [00:02:03.480]➜  		"en-US/ecs/DescribeDiagnosticMetricSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiagnosticMetricSets.json",
2025-08-20T19:15:58.0447417Z [00:02:03.480]➜  		"en-US/ecs/DescribeDiagnosticMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiagnosticMetrics.json",
2025-08-20T19:15:58.0448596Z [00:02:03.480]➜  		"en-US/ecs/DescribeDiagnosticReportAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiagnosticReportAttributes.json",
2025-08-20T19:15:58.0449594Z [00:02:03.480]➜  		"en-US/ecs/DescribeDiagnosticReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiagnosticReports.json",
2025-08-20T19:15:58.0450567Z [00:02:03.480]➜  		"en-US/ecs/DescribeDiskMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiskMonitorData.json",
2025-08-20T19:15:58.0451383Z [00:02:03.480]➜  		"en-US/ecs/DescribeDisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDisks.json",
2025-08-20T19:15:58.0452332Z [00:02:03.480]➜  		"en-US/ecs/DescribeDisksFullStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDisksFullStatus.json",
2025-08-20T19:15:58.0453443Z [00:02:03.480]➜  		"en-US/ecs/DescribeEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeEipAddresses.json",
2025-08-20T19:15:58.0454390Z [00:02:03.480]➜  		"en-US/ecs/DescribeEipMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeEipMonitorData.json",
2025-08-20T19:15:58.0455606Z [00:02:03.480]➜  		"en-US/ecs/DescribeElasticityAssuranceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeElasticityAssuranceInstances.json",
2025-08-20T19:15:58.0456902Z [00:02:03.480]➜  		"en-US/ecs/DescribeElasticityAssurances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeElasticityAssurances.json",
2025-08-20T19:15:58.0457888Z [00:02:03.480]➜  		"en-US/ecs/DescribeEniMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeEniMonitorData.json",
2025-08-20T19:15:58.0458922Z [00:02:03.480]➜  		"en-US/ecs/DescribeForwardTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeForwardTableEntries.json",
2025-08-20T19:15:58.0459726Z [00:02:03.480]➜  		"en-US/ecs/DescribeHaVips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeHaVips.json",
2025-08-20T19:15:58.0460629Z [00:02:03.480]➜  		"en-US/ecs/DescribeHpcClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeHpcClusters.json",
2025-08-20T19:15:58.0461607Z [00:02:03.480]➜  		"en-US/ecs/DescribeImageComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImageComponents.json",
2025-08-20T19:15:58.0462796Z [00:02:03.480]➜  		"en-US/ecs/DescribeImageFromFamily.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImageFromFamily.json",
2025-08-20T19:15:58.0463927Z [00:02:03.480]➜  		"en-US/ecs/DescribeImagePipelineExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImagePipelineExecutions.json",
2025-08-20T19:15:58.0464869Z [00:02:03.480]➜  		"en-US/ecs/DescribeImagePipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImagePipelines.json",
2025-08-20T19:15:58.0465936Z [00:02:03.480]➜  		"en-US/ecs/DescribeImageSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImageSharePermission.json",
2025-08-20T19:15:58.0467097Z [00:02:03.480]➜  		"en-US/ecs/DescribeImageSupportInstanceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImageSupportInstanceTypes.json",
2025-08-20T19:15:58.0467897Z [00:02:03.480]➜  		"en-US/ecs/DescribeImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImages.json",
2025-08-20T19:15:58.0469396Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstanceAttachmentAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceAttachmentAttributes.json",
2025-08-20T19:15:58.0470418Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceAttribute.json",
2025-08-20T19:15:58.0471602Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceAutoRenewAttribute.json",
2025-08-20T19:15:58.0472851Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstanceHistoryEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceHistoryEvents.json",
2025-08-20T19:15:58.0474181Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstanceMaintenanceAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceMaintenanceAttributes.json",
2025-08-20T19:15:58.0475375Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstanceModificationPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceModificationPrice.json",
2025-08-20T19:15:58.0476427Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstanceMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceMonitorData.json",
2025-08-20T19:15:58.0477361Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstanceRamRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceRamRole.json",
2025-08-20T19:15:58.0478322Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceStatus.json",
2025-08-20T19:15:58.0479456Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstanceTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceTopology.json",
2025-08-20T19:15:58.0480675Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstanceTypeFamilies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceTypeFamilies.json",
2025-08-20T19:15:58.0481630Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstanceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceTypes.json",
2025-08-20T19:15:58.0482821Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstanceVncUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceVncUrl.json",
2025-08-20T19:15:58.0483731Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstances.json",
2025-08-20T19:15:58.0484809Z [00:02:03.480]➜  		"en-US/ecs/DescribeInstancesFullStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstancesFullStatus.json",
2025-08-20T19:15:58.0485848Z [00:02:03.480]➜  		"en-US/ecs/DescribeInvocationResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInvocationResults.json",
2025-08-20T19:15:58.0486782Z [00:02:03.480]➜  		"en-US/ecs/DescribeInvocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInvocations.json",
2025-08-20T19:15:58.0487664Z [00:02:03.480]➜  		"en-US/ecs/DescribeKeyPairs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeKeyPairs.json",
2025-08-20T19:15:58.0488769Z [00:02:03.480]➜  		"en-US/ecs/DescribeLaunchTemplateVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeLaunchTemplateVersions.json",
2025-08-20T19:15:58.0489749Z [00:02:03.480]➜  		"en-US/ecs/DescribeLaunchTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeLaunchTemplates.json",
2025-08-20T19:15:58.0490644Z [00:02:03.480]➜  		"en-US/ecs/DescribeLimitation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeLimitation.json",
2025-08-20T19:15:58.0491665Z [00:02:03.480]➜  		"en-US/ecs/DescribeManagedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeManagedInstances.json",
2025-08-20T19:15:58.0493052Z [00:02:03.480]➜  		"en-US/ecs/DescribeNatGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNatGateways.json",
2025-08-20T19:15:58.0494252Z [00:02:03.480]➜  		"en-US/ecs/DescribeNetworkInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNetworkInterfaceAttribute.json",
2025-08-20T19:15:58.0495467Z [00:02:03.480]➜  		"en-US/ecs/DescribeNetworkInterfacePermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNetworkInterfacePermissions.json",
2025-08-20T19:15:58.0496479Z [00:02:03.480]➜  		"en-US/ecs/DescribeNetworkInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNetworkInterfaces.json",
2025-08-20T19:15:58.0497655Z [00:02:03.480]➜  		"en-US/ecs/DescribeNewProjectEipMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNewProjectEipMonitorData.json",
2025-08-20T19:15:58.0498722Z [00:02:03.480]➜  		"en-US/ecs/DescribePhysicalConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePhysicalConnections.json",
2025-08-20T19:15:58.0499838Z [00:02:03.480]➜  		"en-US/ecs/DescribePrefixListAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePrefixListAssociations.json",
2025-08-20T19:15:58.0500889Z [00:02:03.480]➜  		"en-US/ecs/DescribePrefixListAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePrefixListAttributes.json",
2025-08-20T19:15:58.0501824Z [00:02:03.480]➜  		"en-US/ecs/DescribePrefixLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePrefixLists.json",
2025-08-20T19:15:58.0502928Z [00:02:03.480]➜  		"en-US/ecs/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePrice.json",
2025-08-20T19:15:58.0504392Z [00:02:03.480]➜  		"en-US/ecs/DescribeRecommendInstanceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRecommendInstanceType.json",
2025-08-20T19:15:58.0505363Z [00:02:03.480]➜  		"en-US/ecs/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRegions.json",
2025-08-20T19:15:58.0506297Z [00:02:03.480]➜  		"en-US/ecs/DescribeRenewalPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRenewalPrice.json",
2025-08-20T19:15:58.0507622Z [00:02:03.480]➜  		"en-US/ecs/DescribeReservedInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeReservedInstanceAutoRenewAttribute.json",
2025-08-20T19:15:58.0508582Z [00:02:03.481]➜  		"en-US/ecs/DescribeReservedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeReservedInstances.json",
2025-08-20T19:15:58.0509468Z [00:02:03.481]➜  		"en-US/ecs/DescribeResourceByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeResourceByTags.json",
2025-08-20T19:15:58.0510527Z [00:02:03.481]➜  		"en-US/ecs/DescribeResourcesModification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeResourcesModification.json",
2025-08-20T19:15:58.0511433Z [00:02:03.481]➜  		"en-US/ecs/DescribeRouteTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRouteTables.json",
2025-08-20T19:15:58.0512636Z [00:02:03.481]➜  		"en-US/ecs/DescribeRouterInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRouterInterfaces.json",
2025-08-20T19:15:58.0513775Z [00:02:03.481]➜  		"en-US/ecs/DescribeSecurityGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSecurityGroupAttribute.json",
2025-08-20T19:15:58.0514874Z [00:02:03.481]➜  		"en-US/ecs/DescribeSecurityGroupReferences.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSecurityGroupReferences.json",
2025-08-20T19:15:58.0515803Z [00:02:03.481]➜  		"en-US/ecs/DescribeSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSecurityGroups.json",
2025-08-20T19:15:58.0517060Z [00:02:03.481]➜  		"en-US/ecs/DescribeSendFileResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSendFileResults.json",
2025-08-20T19:15:58.0518054Z [00:02:03.481]➜  		"en-US/ecs/DescribeSnapshotGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotGroups.json",
2025-08-20T19:15:58.0518944Z [00:02:03.481]➜  		"en-US/ecs/DescribeSnapshotLinks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotLinks.json",
2025-08-20T19:15:58.0519972Z [00:02:03.481]➜  		"en-US/ecs/DescribeSnapshotMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotMonitorData.json",
2025-08-20T19:15:58.0520959Z [00:02:03.481]➜  		"en-US/ecs/DescribeSnapshotPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotPackage.json",
2025-08-20T19:15:58.0521835Z [00:02:03.481]➜  		"en-US/ecs/DescribeSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshots.json",
2025-08-20T19:15:58.0522955Z [00:02:03.481]➜  		"en-US/ecs/DescribeSnapshotsUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotsUsage.json",
2025-08-20T19:15:58.0523826Z [00:02:03.481]➜  		"en-US/ecs/DescribeSpotAdvice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSpotAdvice.json",
2025-08-20T19:15:58.0524821Z [00:02:03.481]➜  		"en-US/ecs/DescribeSpotPriceHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSpotPriceHistory.json",
2025-08-20T19:15:58.0525944Z [00:02:03.481]➜  		"en-US/ecs/DescribeStorageCapacityUnits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeStorageCapacityUnits.json",
2025-08-20T19:15:58.0527071Z [00:02:03.481]➜  		"en-US/ecs/DescribeStorageSetDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeStorageSetDetails.json",
2025-08-20T19:15:58.0528072Z [00:02:03.481]➜  		"en-US/ecs/DescribeStorageSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeStorageSets.json",
2025-08-20T19:15:58.0528912Z [00:02:03.481]➜  		"en-US/ecs/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeTags.json",
2025-08-20T19:15:58.0529877Z [00:02:03.481]➜  		"en-US/ecs/DescribeTaskAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeTaskAttribute.json",
2025-08-20T19:15:58.0530703Z [00:02:03.481]➜  		"en-US/ecs/DescribeTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeTasks.json",
2025-08-20T19:15:58.0531781Z [00:02:03.481]➜  		"en-US/ecs/DescribeUserBusinessBehavior.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeUserBusinessBehavior.json",
2025-08-20T19:15:58.0532896Z [00:02:03.481]➜  		"en-US/ecs/DescribeUserData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeUserData.json",
2025-08-20T19:15:58.0533755Z [00:02:03.481]➜  		"en-US/ecs/DescribeVRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVRouters.json",
2025-08-20T19:15:58.0534632Z [00:02:03.481]➜  		"en-US/ecs/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVSwitches.json",
2025-08-20T19:15:58.0535688Z [00:02:03.481]➜  		"en-US/ecs/DescribeVirtualBorderRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVirtualBorderRouters.json",
2025-08-20T19:15:58.0537129Z [00:02:03.481]➜  		"en-US/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json",
2025-08-20T19:15:58.0537870Z [00:02:03.481]➜  		"en-US/ecs/DescribeVpcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVpcs.json",
2025-08-20T19:15:58.0538780Z [00:02:03.481]➜  		"en-US/ecs/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeZones.json",
2025-08-20T19:15:58.0539971Z [00:02:03.481]➜  		"en-US/ecs/DetachClassicLinkVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachClassicLinkVpc.json",
2025-08-20T19:15:58.0540700Z [00:02:03.481]➜  		"en-US/ecs/DetachDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachDisk.json",
2025-08-20T19:15:58.0541559Z [00:02:03.481]➜  		"en-US/ecs/DetachInstanceRamRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachInstanceRamRole.json",
2025-08-20T19:15:58.0542347Z [00:02:03.481]➜  		"en-US/ecs/DetachKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachKeyPair.json",
2025-08-20T19:15:58.0543577Z [00:02:03.481]➜  		"en-US/ecs/DetachNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachNetworkInterface.json",
2025-08-20T19:15:58.0544472Z [00:02:03.481]➜  		"en-US/ecs/DisableActivation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DisableActivation.json",
2025-08-20T19:15:58.0545316Z [00:02:03.481]➜  		"en-US/ecs/EipFillParams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/EipFillParams.json",
2025-08-20T19:15:58.0546142Z [00:02:03.481]➜  		"en-US/ecs/EipFillProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/EipFillProduct.json",
2025-08-20T19:15:58.0546956Z [00:02:03.481]➜  		"en-US/ecs/EipNotifyPaid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/EipNotifyPaid.json",
2025-08-20T19:15:58.0547961Z [00:02:03.481]➜  		"en-US/ecs/EnablePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/EnablePhysicalConnection.json",
2025-08-20T19:15:58.0548730Z [00:02:03.481]➜  		"en-US/ecs/ExportImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ExportImage.json",
2025-08-20T19:15:58.0549657Z [00:02:03.481]➜  		"en-US/ecs/ExportSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ExportSnapshot.json",
2025-08-20T19:15:58.0550786Z [00:02:03.481]➜  		"en-US/ecs/GetInstanceConsoleOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/GetInstanceConsoleOutput.json",
2025-08-20T19:15:58.0551726Z [00:02:03.481]➜  		"en-US/ecs/GetInstanceScreenshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/GetInstanceScreenshot.json",
2025-08-20T19:15:58.0552687Z [00:02:03.481]➜  		"en-US/ecs/ImportImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ImportImage.json",
2025-08-20T19:15:58.0553501Z [00:02:03.481]➜  		"en-US/ecs/ImportKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ImportKeyPair.json",
2025-08-20T19:15:58.0554428Z [00:02:03.481]➜  		"en-US/ecs/InstallCloudAssistant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/InstallCloudAssistant.json",
2025-08-20T19:15:58.0555220Z [00:02:03.481]➜  		"en-US/ecs/InvokeCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/InvokeCommand.json",
2025-08-20T19:15:58.0556222Z [00:02:03.481]➜  		"en-US/ecs/JoinResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/JoinResourceGroup.json",
2025-08-20T19:15:58.0557125Z [00:02:03.481]➜  		"en-US/ecs/JoinSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/JoinSecurityGroup.json",
2025-08-20T19:15:58.0558024Z [00:02:03.481]➜  		"en-US/ecs/LeaveSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/LeaveSecurityGroup.json",
2025-08-20T19:15:58.0558870Z [00:02:03.481]➜  		"en-US/ecs/ListPluginStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ListPluginStatus.json",
2025-08-20T19:15:58.0559723Z [00:02:03.481]➜  		"en-US/ecs/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ListTagResources.json",
2025-08-20T19:15:58.0560803Z [00:02:03.481]➜  		"en-US/ecs/ModifyAutoProvisioningGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyAutoProvisioningGroup.json",
2025-08-20T19:15:58.0561815Z [00:02:03.481]➜  		"en-US/ecs/ModifyAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyAutoSnapshotPolicy.json",
2025-08-20T19:15:58.0563287Z [00:02:03.481]➜  		"en-US/ecs/ModifyAutoSnapshotPolicyEx.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyAutoSnapshotPolicyEx.json",
2025-08-20T19:15:58.0564301Z [00:02:03.481]➜  		"en-US/ecs/ModifyBandwidthPackageSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyBandwidthPackageSpec.json",
2025-08-20T19:15:58.0565296Z [00:02:03.481]➜  		"en-US/ecs/ModifyCapacityReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyCapacityReservation.json",
2025-08-20T19:15:58.0566091Z [00:02:03.481]➜  		"en-US/ecs/ModifyCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyCommand.json",
2025-08-20T19:15:58.0567183Z [00:02:03.481]➜  		"en-US/ecs/ModifyDedicatedHostAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostAttribute.json",
2025-08-20T19:15:58.0568375Z [00:02:03.481]➜  		"en-US/ecs/ModifyDedicatedHostAutoReleaseTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostAutoReleaseTime.json",
2025-08-20T19:15:58.0569588Z [00:02:03.481]➜  		"en-US/ecs/ModifyDedicatedHostAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostAutoRenewAttribute.json",
2025-08-20T19:15:58.0570713Z [00:02:03.481]➜  		"en-US/ecs/ModifyDedicatedHostClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostClusterAttribute.json",
2025-08-20T19:15:58.0571851Z [00:02:03.481]➜  		"en-US/ecs/ModifyDedicatedHostsChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostsChargeType.json",
2025-08-20T19:15:58.0572915Z [00:02:03.481]➜  		"en-US/ecs/ModifyDemand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDemand.json",
2025-08-20T19:15:58.0574072Z [00:02:03.481]➜  		"en-US/ecs/ModifyDeploymentSetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDeploymentSetAttribute.json",
2025-08-20T19:15:58.0575088Z [00:02:03.481]➜  		"en-US/ecs/ModifyDiagnosticMetricSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDiagnosticMetricSet.json",
2025-08-20T19:15:58.0575988Z [00:02:03.481]➜  		"en-US/ecs/ModifyDiskAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDiskAttribute.json",
2025-08-20T19:15:58.0576903Z [00:02:03.481]➜  		"en-US/ecs/ModifyDiskChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDiskChargeType.json",
2025-08-20T19:15:58.0577692Z [00:02:03.481]➜  		"en-US/ecs/ModifyDiskSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDiskSpec.json",
2025-08-20T19:15:58.0578701Z [00:02:03.481]➜  		"en-US/ecs/ModifyEipAddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyEipAddressAttribute.json",
2025-08-20T19:15:58.0579873Z [00:02:03.481]➜  		"en-US/ecs/ModifyElasticityAssurance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyElasticityAssurance.json",
2025-08-20T19:15:58.0580782Z [00:02:03.481]➜  		"en-US/ecs/ModifyForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyForwardEntry.json",
2025-08-20T19:15:58.0581698Z [00:02:03.481]➜  		"en-US/ecs/ModifyHaVipAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyHaVipAttribute.json",
2025-08-20T19:15:58.0582915Z [00:02:03.481]➜  		"en-US/ecs/ModifyHpcClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyHpcClusterAttribute.json",
2025-08-20T19:15:58.0583862Z [00:02:03.481]➜  		"en-US/ecs/ModifyImageAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyImageAttribute.json",
2025-08-20T19:15:58.0585002Z [00:02:03.481]➜  		"en-US/ecs/ModifyImageShareGroupPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyImageShareGroupPermission.json",
2025-08-20T19:15:58.0586143Z [00:02:03.481]➜  		"en-US/ecs/ModifyImageSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyImageSharePermission.json",
2025-08-20T19:15:58.0587333Z [00:02:03.481]➜  		"en-US/ecs/ModifyInstanceAttachmentAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceAttachmentAttributes.json",
2025-08-20T19:15:58.0588266Z [00:02:03.481]➜  		"en-US/ecs/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceAttribute.json",
2025-08-20T19:15:58.0589326Z [00:02:03.481]➜  		"en-US/ecs/ModifyInstanceAutoReleaseTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceAutoReleaseTime.json",
2025-08-20T19:15:58.0590466Z [00:02:03.481]➜  		"en-US/ecs/ModifyInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceAutoRenewAttribute.json",
2025-08-20T19:15:58.0591459Z [00:02:03.481]➜  		"en-US/ecs/ModifyInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceChargeType.json",
2025-08-20T19:15:58.0592644Z [00:02:03.481]➜  		"en-US/ecs/ModifyInstanceDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceDeployment.json",
2025-08-20T19:15:58.0593869Z [00:02:03.481]➜  		"en-US/ecs/ModifyInstanceMaintenanceAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceMaintenanceAttributes.json",
2025-08-20T19:15:58.0594965Z [00:02:03.481]➜  		"en-US/ecs/ModifyInstanceMetadataOptions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceMetadataOptions.json",
2025-08-20T19:15:58.0596130Z [00:02:03.481]➜  		"en-US/ecs/ModifyInstanceNetworkSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceNetworkSpec.json",
2025-08-20T19:15:58.0597165Z [00:02:03.481]➜  		"en-US/ecs/ModifyInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceSpec.json",
2025-08-20T19:15:58.0598142Z [00:02:03.481]➜  		"en-US/ecs/ModifyInstanceVncPasswd.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceVncPasswd.json",
2025-08-20T19:15:58.0599189Z [00:02:03.481]➜  		"en-US/ecs/ModifyInstanceVpcAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceVpcAttribute.json",
2025-08-20T19:15:58.0600373Z [00:02:03.481]➜  		"en-US/ecs/ModifyLaunchTemplateDefaultVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyLaunchTemplateDefaultVersion.json",
2025-08-20T19:15:58.0601314Z [00:02:03.481]➜  		"en-US/ecs/ModifyManagedInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyManagedInstance.json",
2025-08-20T19:15:58.0602651Z [00:02:03.481]➜  		"en-US/ecs/ModifyNetworkInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyNetworkInterfaceAttribute.json",
2025-08-20T19:15:58.0604070Z [00:02:03.481]➜  		"en-US/ecs/ModifyPhysicalConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyPhysicalConnectionAttribute.json",
2025-08-20T19:15:58.0604980Z [00:02:03.481]➜  		"en-US/ecs/ModifyPrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyPrefixList.json",
2025-08-20T19:15:58.0605971Z [00:02:03.481]➜  		"en-US/ecs/ModifyPrepayInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyPrepayInstanceSpec.json",
2025-08-20T19:15:58.0607106Z [00:02:03.481]➜  		"en-US/ecs/ModifyReservedInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyReservedInstanceAttribute.json",
2025-08-20T19:15:58.0608415Z [00:02:03.481]➜  		"en-US/ecs/ModifyReservedInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyReservedInstanceAutoRenewAttribute.json",
2025-08-20T19:15:58.0609576Z [00:02:03.481]➜  		"en-US/ecs/ModifyReservedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyReservedInstances.json",
2025-08-20T19:15:58.0610696Z [00:02:03.481]➜  		"en-US/ecs/ModifyRouterInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyRouterInterfaceAttribute.json",
2025-08-20T19:15:58.0611738Z [00:02:03.481]➜  		"en-US/ecs/ModifyRouterInterfaceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyRouterInterfaceSpec.json",
2025-08-20T19:15:58.0613010Z [00:02:03.481]➜  		"en-US/ecs/ModifySecurityGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySecurityGroupAttribute.json",
2025-08-20T19:15:58.0614111Z [00:02:03.481]➜  		"en-US/ecs/ModifySecurityGroupEgressRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySecurityGroupEgressRule.json",
2025-08-20T19:15:58.0615133Z [00:02:03.481]➜  		"en-US/ecs/ModifySecurityGroupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySecurityGroupPolicy.json",
2025-08-20T19:15:58.0616126Z [00:02:03.481]➜  		"en-US/ecs/ModifySecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySecurityGroupRule.json",
2025-08-20T19:15:58.0617077Z [00:02:03.481]➜  		"en-US/ecs/ModifySnapshotAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySnapshotAttribute.json",
2025-08-20T19:15:58.0617986Z [00:02:03.481]➜  		"en-US/ecs/ModifySnapshotGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySnapshotGroup.json",
2025-08-20T19:15:58.0619157Z [00:02:03.481]➜  		"en-US/ecs/ModifyStorageCapacityUnitAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyStorageCapacityUnitAttribute.json",
2025-08-20T19:15:58.0620316Z [00:02:03.481]➜  		"en-US/ecs/ModifyStorageSetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyStorageSetAttribute.json",
2025-08-20T19:15:58.0621497Z [00:02:03.481]➜  		"en-US/ecs/ModifyUserBusinessBehavior.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyUserBusinessBehavior.json",
2025-08-20T19:15:58.0622639Z [00:02:03.481]➜  		"en-US/ecs/ModifyVRouterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyVRouterAttribute.json",
2025-08-20T19:15:58.0623618Z [00:02:03.481]➜  		"en-US/ecs/ModifyVSwitchAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyVSwitchAttribute.json",
2025-08-20T19:15:58.0624797Z [00:02:03.481]➜  		"en-US/ecs/ModifyVirtualBorderRouterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyVirtualBorderRouterAttribute.json",
2025-08-20T19:15:58.0625705Z [00:02:03.481]➜  		"en-US/ecs/ModifyVpcAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyVpcAttribute.json",
2025-08-20T19:15:58.0627027Z [00:02:03.481]➜  		"en-US/ecs/PurchaseReservedInstancesOffering.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/PurchaseReservedInstancesOffering.json",
2025-08-20T19:15:58.0628152Z [00:02:03.481]➜  		"en-US/ecs/PurchaseStorageCapacityUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/PurchaseStorageCapacityUnit.json",
2025-08-20T19:15:58.0629071Z [00:02:03.481]➜  		"en-US/ecs/ReActivateInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReActivateInstances.json",
2025-08-20T19:15:58.0629851Z [00:02:03.481]➜  		"en-US/ecs/ReInitDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReInitDisk.json",
2025-08-20T19:15:58.0630679Z [00:02:03.481]➜  		"en-US/ecs/RebootInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RebootInstance.json",
2025-08-20T19:15:58.0631528Z [00:02:03.481]➜  		"en-US/ecs/RebootInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RebootInstances.json",
2025-08-20T19:15:58.0632790Z [00:02:03.481]➜  		"en-US/ecs/RecoverVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RecoverVirtualBorderRouter.json",
2025-08-20T19:15:58.0633918Z [00:02:03.481]➜  		"en-US/ecs/RedeployDedicatedHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RedeployDedicatedHost.json",
2025-08-20T19:15:58.0634791Z [00:02:03.481]➜  		"en-US/ecs/RedeployInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RedeployInstance.json",
2025-08-20T19:15:58.0635848Z [00:02:03.482]➜  		"en-US/ecs/ReleaseCapacityReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReleaseCapacityReservation.json",
2025-08-20T19:15:58.0636789Z [00:02:03.482]➜  		"en-US/ecs/ReleaseDedicatedHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReleaseDedicatedHost.json",
2025-08-20T19:15:58.0637669Z [00:02:03.482]➜  		"en-US/ecs/ReleaseEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReleaseEipAddress.json",
2025-08-20T19:15:58.0638632Z [00:02:03.482]➜  		"en-US/ecs/ReleasePublicIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReleasePublicIpAddress.json",
2025-08-20T19:15:58.0639663Z [00:02:03.482]➜  		"en-US/ecs/RemoveBandwidthPackageIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RemoveBandwidthPackageIps.json",
2025-08-20T19:15:58.0640435Z [00:02:03.482]➜  		"en-US/ecs/RemoveTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RemoveTags.json",
2025-08-20T19:15:58.0641336Z [00:02:03.482]➜  		"en-US/ecs/RenewDedicatedHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RenewDedicatedHosts.json",
2025-08-20T19:15:58.0642148Z [00:02:03.482]➜  		"en-US/ecs/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RenewInstance.json",
2025-08-20T19:15:58.0643477Z [00:02:03.482]➜  		"en-US/ecs/RenewReservedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RenewReservedInstances.json",
2025-08-20T19:15:58.0644515Z [00:02:03.482]➜  		"en-US/ecs/ReplaceSystemDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReplaceSystemDisk.json",
2025-08-20T19:15:58.0645480Z [00:02:03.482]➜  		"en-US/ecs/ReportInstancesStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReportInstancesStatus.json",
2025-08-20T19:15:58.0646238Z [00:02:03.482]➜  		"en-US/ecs/ResetDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ResetDisk.json",
2025-08-20T19:15:58.0647000Z [00:02:03.482]➜  		"en-US/ecs/ResetDisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ResetDisks.json",
2025-08-20T19:15:58.0647738Z [00:02:03.482]➜  		"en-US/ecs/ResizeDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ResizeDisk.json",
2025-08-20T19:15:58.0648689Z [00:02:03.482]➜  		"en-US/ecs/RevokeSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RevokeSecurityGroup.json",
2025-08-20T19:15:58.0649871Z [00:02:03.482]➜  		"en-US/ecs/RevokeSecurityGroupEgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RevokeSecurityGroupEgress.json",
2025-08-20T19:15:58.0650668Z [00:02:03.482]➜  		"en-US/ecs/RunCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RunCommand.json",
2025-08-20T19:15:58.0651469Z [00:02:03.482]➜  		"en-US/ecs/RunInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RunInstances.json",
2025-08-20T19:15:58.0652196Z [00:02:03.482]➜  		"en-US/ecs/SendFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/SendFile.json",
2025-08-20T19:15:58.0653577Z [00:02:03.482]➜  		"en-US/ecs/StartElasticityAssurance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartElasticityAssurance.json",
2025-08-20T19:15:58.0654948Z [00:02:03.482]➜  		"en-US/ecs/StartImagePipelineExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartImagePipelineExecution.json",
2025-08-20T19:15:58.0655967Z [00:02:03.482]➜  		"en-US/ecs/StartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartInstance.json",
2025-08-20T19:15:58.0657160Z [00:02:03.482]➜  		"en-US/ecs/StartInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartInstances.json",
2025-08-20T19:15:58.0658107Z [00:02:03.482]➜  		"en-US/ecs/StartTerminalSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartTerminalSession.json",
2025-08-20T19:15:58.0658912Z [00:02:03.482]➜  		"en-US/ecs/StopInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StopInstance.json",
2025-08-20T19:15:58.0659696Z [00:02:03.482]➜  		"en-US/ecs/StopInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StopInstances.json",
2025-08-20T19:15:58.0660530Z [00:02:03.482]➜  		"en-US/ecs/StopInvocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StopInvocation.json",
2025-08-20T19:15:58.0661349Z [00:02:03.482]➜  		"en-US/ecs/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/TagResources.json",
2025-08-20T19:15:58.0662701Z [00:02:03.482]➜  		"en-US/ecs/TerminatePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/TerminatePhysicalConnection.json",
2025-08-20T19:15:58.0663808Z [00:02:03.482]➜  		"en-US/ecs/TerminateVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/TerminateVirtualBorderRouter.json",
2025-08-20T19:15:58.0664796Z [00:02:03.482]➜  		"en-US/ecs/UnassignIpv6Addresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UnassignIpv6Addresses.json",
2025-08-20T19:15:58.0665822Z [00:02:03.482]➜  		"en-US/ecs/UnassignPrivateIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UnassignPrivateIpAddresses.json",
2025-08-20T19:15:58.0666927Z [00:02:03.482]➜  		"en-US/ecs/UnassociateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UnassociateEipAddress.json",
2025-08-20T19:15:58.0667899Z [00:02:03.482]➜  		"en-US/ecs/UnassociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UnassociateHaVip.json",
2025-08-20T19:15:58.0668734Z [00:02:03.482]➜  		"en-US/ecs/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UntagResources.json",
2025-08-20T19:15:58.0669444Z [00:02:03.482]➜  		"en-US/ecs/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/version.json",
2025-08-20T19:15:58.0670512Z [00:02:03.482]➜  		"en-US/edas/AbortAndRollbackChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AbortAndRollbackChangeOrder.json",
2025-08-20T19:15:58.0671357Z [00:02:03.482]➜  		"en-US/edas/AbortChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AbortChangeOrder.json",
2025-08-20T19:15:58.0672108Z [00:02:03.482]➜  		"en-US/edas/AddLogPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AddLogPath.json",
2025-08-20T19:15:58.0674265Z [00:02:03.482]➜  		"en-US/edas/AuthorizeApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AuthorizeApplication.json",
2025-08-20T19:15:58.0675301Z [00:02:03.482]➜  		"en-US/edas/AuthorizeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AuthorizeResourceGroup.json",
2025-08-20T19:15:58.0676118Z [00:02:03.482]➜  		"en-US/edas/AuthorizeRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AuthorizeRole.json",
2025-08-20T19:15:58.0676872Z [00:02:03.482]➜  		"en-US/edas/BindEcsSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/BindEcsSlb.json",
2025-08-20T19:15:58.0677651Z [00:02:03.482]➜  		"en-US/edas/BindK8sSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/BindK8sSlb.json",
2025-08-20T19:15:58.0678352Z [00:02:03.482]➜  		"en-US/edas/BindSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/BindSlb.json",
2025-08-20T19:15:58.0679267Z [00:02:03.482]➜  		"en-US/edas/ChangeDeployGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ChangeDeployGroup.json",
2025-08-20T19:15:58.0680306Z [00:02:03.482]➜  		"en-US/edas/ContinuePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ContinuePipeline.json",
2025-08-20T19:15:58.0693292Z [00:02:03.482]➜  		"en-US/edas/ConvertK8sResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ConvertK8sResource.json",
2025-08-20T19:15:58.0694479Z [00:02:03.482]➜  		"en-US/edas/CreateApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateApplicationScalingRule.json",
2025-08-20T19:15:58.0695403Z [00:02:03.482]➜  		"en-US/edas/CreateConfigTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateConfigTemplate.json",
2025-08-20T19:15:58.0696373Z [00:02:03.482]➜  		"en-US/edas/CreateIDCImportCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateIDCImportCommand.json",
2025-08-20T19:15:58.0697267Z [00:02:03.482]➜  		"en-US/edas/CreateK8sConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateK8sConfigMap.json",
2025-08-20T19:15:58.0698204Z [00:02:03.482]➜  		"en-US/edas/CreateK8sIngressRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateK8sIngressRule.json",
2025-08-20T19:15:58.0699028Z [00:02:03.482]➜  		"en-US/edas/CreateK8sSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateK8sSecret.json",
2025-08-20T19:15:58.0699890Z [00:02:03.482]➜  		"en-US/edas/CreateK8sService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateK8sService.json",
2025-08-20T19:15:58.0700788Z [00:02:03.482]➜  		"en-US/edas/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteApplication.json",
2025-08-20T19:15:58.0702068Z [00:02:03.482]➜  		"en-US/edas/DeleteApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteApplicationScalingRule.json",
2025-08-20T19:15:58.0703228Z [00:02:03.482]➜  		"en-US/edas/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteCluster.json",
2025-08-20T19:15:58.0704284Z [00:02:03.482]➜  		"en-US/edas/DeleteClusterMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteClusterMember.json",
2025-08-20T19:15:58.0705233Z [00:02:03.482]➜  		"en-US/edas/DeleteConfigTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteConfigTemplate.json",
2025-08-20T19:15:58.0706132Z [00:02:03.482]➜  		"en-US/edas/DeleteDeployGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteDeployGroup.json",
2025-08-20T19:15:58.0706883Z [00:02:03.482]➜  		"en-US/edas/DeleteEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteEcu.json",
2025-08-20T19:15:58.0707822Z [00:02:03.482]➜  		"en-US/edas/DeleteK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sApplication.json",
2025-08-20T19:15:58.0708816Z [00:02:03.482]➜  		"en-US/edas/DeleteK8sConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sConfigMap.json",
2025-08-20T19:15:58.0709696Z [00:02:03.482]➜  		"en-US/edas/DeleteK8sIngressRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sIngressRule.json",
2025-08-20T19:15:58.0710517Z [00:02:03.482]➜  		"en-US/edas/DeleteK8sSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sSecret.json",
2025-08-20T19:15:58.0711307Z [00:02:03.482]➜  		"en-US/edas/DeleteK8sService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sService.json",
2025-08-20T19:15:58.0712022Z [00:02:03.482]➜  		"en-US/edas/DeleteLogPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteLogPath.json",
2025-08-20T19:15:58.0712897Z [00:02:03.482]➜  		"en-US/edas/DeleteRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteRole.json",
2025-08-20T19:15:58.0713721Z [00:02:03.482]➜  		"en-US/edas/DeleteServiceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteServiceGroup.json",
2025-08-20T19:15:58.0714634Z [00:02:03.482]➜  		"en-US/edas/DeleteSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteSwimmingLane.json",
2025-08-20T19:15:58.0715500Z [00:02:03.482]➜  		"en-US/edas/DeleteUserDefineRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteUserDefineRegion.json",
2025-08-20T19:15:58.0716305Z [00:02:03.482]➜  		"en-US/edas/DeployApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeployApplication.json",
2025-08-20T19:15:58.0717183Z [00:02:03.482]➜  		"en-US/edas/DeployK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeployK8sApplication.json",
2025-08-20T19:15:58.0718143Z [00:02:03.482]➜  		"en-US/edas/DescribeAppInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DescribeAppInstanceList.json",
2025-08-20T19:15:58.0719275Z [00:02:03.482]➜  		"en-US/edas/DescribeApplicationScalingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DescribeApplicationScalingRules.json",
2025-08-20T19:15:58.0720353Z [00:02:03.482]➜  		"en-US/edas/DisableApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DisableApplicationScalingRule.json",
2025-08-20T19:15:58.0721396Z [00:02:03.482]➜  		"en-US/edas/EnableApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/EnableApplicationScalingRule.json",
2025-08-20T19:15:58.0722218Z [00:02:03.482]➜  		"en-US/edas/GetAppDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetAppDeployment.json",
2025-08-20T19:15:58.0723182Z [00:02:03.482]➜  		"en-US/edas/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetApplication.json",
2025-08-20T19:15:58.0724149Z [00:02:03.482]➜  		"en-US/edas/GetChangeOrderInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetChangeOrderInfo.json",
2025-08-20T19:15:58.0724979Z [00:02:03.482]➜  		"en-US/edas/GetCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetCluster.json",
2025-08-20T19:15:58.0725966Z [00:02:03.482]➜  		"en-US/edas/GetContainerConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetContainerConfiguration.json",
2025-08-20T19:15:58.0726857Z [00:02:03.482]➜  		"en-US/edas/GetJavaStartUpConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetJavaStartUpConfig.json",
2025-08-20T19:15:58.0727742Z [00:02:03.482]➜  		"en-US/edas/GetJvmConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetJvmConfiguration.json",
2025-08-20T19:15:58.0728720Z [00:02:03.482]➜  		"en-US/edas/GetK8sAppPrecheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetK8sAppPrecheckResult.json",
2025-08-20T19:15:58.0729592Z [00:02:03.482]➜  		"en-US/edas/GetK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetK8sApplication.json",
2025-08-20T19:15:58.0730475Z [00:02:03.482]➜  		"en-US/edas/GetK8sCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetK8sCluster.json",
2025-08-20T19:15:58.0731278Z [00:02:03.482]➜  		"en-US/edas/GetK8sServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetK8sServices.json",
2025-08-20T19:15:58.0732265Z [00:02:03.482]➜  		"en-US/edas/GetPackageStorageCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetPackageStorageCredential.json",
2025-08-20T19:15:58.0733236Z [00:02:03.482]➜  		"en-US/edas/GetScalingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetScalingRules.json",
2025-08-20T19:15:58.0734005Z [00:02:03.482]➜  		"en-US/edas/GetSecureToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetSecureToken.json",
2025-08-20T19:15:58.0734990Z [00:02:03.482]➜  		"en-US/edas/GetServiceConsumersPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceConsumersPage.json",
2025-08-20T19:15:58.0736027Z [00:02:03.482]➜  		"en-US/edas/GetServiceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceDetail.json",
2025-08-20T19:15:58.0736912Z [00:02:03.482]➜  		"en-US/edas/GetServiceListPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceListPage.json",
2025-08-20T19:15:58.0737857Z [00:02:03.482]➜  		"en-US/edas/GetServiceMethodPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceMethodPage.json",
2025-08-20T19:15:58.0738862Z [00:02:03.482]➜  		"en-US/edas/GetServiceProvidersPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceProvidersPage.json",
2025-08-20T19:15:58.0739840Z [00:02:03.482]➜  		"en-US/edas/GetWebContainerConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetWebContainerConfig.json",
2025-08-20T19:15:58.0740725Z [00:02:03.482]➜  		"en-US/edas/ImportK8sCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ImportK8sCluster.json",
2025-08-20T19:15:58.0741581Z [00:02:03.482]➜  		"en-US/edas/InsertApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertApplication.json",
2025-08-20T19:15:58.0742366Z [00:02:03.482]➜  		"en-US/edas/InsertCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertCluster.json",
2025-08-20T19:15:58.0743470Z [00:02:03.482]➜  		"en-US/edas/InsertClusterMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertClusterMember.json",
2025-08-20T19:15:58.0744302Z [00:02:03.482]➜  		"en-US/edas/InsertDeployGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertDeployGroup.json",
2025-08-20T19:15:58.0745311Z [00:02:03.482]➜  		"en-US/edas/InsertK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertK8sApplication.json",
2025-08-20T19:15:58.0746246Z [00:02:03.482]➜  		"en-US/edas/InsertOrUpdateRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertOrUpdateRegion.json",
2025-08-20T19:15:58.0746950Z [00:02:03.482]➜  		"en-US/edas/InsertRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertRole.json",
2025-08-20T19:15:58.0747774Z [00:02:03.482]➜  		"en-US/edas/InsertServiceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertServiceGroup.json",
2025-08-20T19:15:58.0748618Z [00:02:03.482]➜  		"en-US/edas/InsertSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertSwimmingLane.json",
2025-08-20T19:15:58.0749528Z [00:02:03.482]➜  		"en-US/edas/InsertSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertSwimmingLaneGroup.json",
2025-08-20T19:15:58.0750297Z [00:02:03.482]➜  		"en-US/edas/InstallAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InstallAgent.json",
2025-08-20T19:15:58.0751313Z [00:02:03.482]➜  		"en-US/edas/ListAliyunRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListAliyunRegion.json",
2025-08-20T19:15:58.0752180Z [00:02:03.482]➜  		"en-US/edas/ListApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListApplication.json",
2025-08-20T19:15:58.0753241Z [00:02:03.482]➜  		"en-US/edas/ListApplicationEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListApplicationEcu.json",
2025-08-20T19:15:58.0754054Z [00:02:03.482]➜  		"en-US/edas/ListAuthority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListAuthority.json",
2025-08-20T19:15:58.0754834Z [00:02:03.482]➜  		"en-US/edas/ListBuildPack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListBuildPack.json",
2025-08-20T19:15:58.0755606Z [00:02:03.482]➜  		"en-US/edas/ListCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListCluster.json",
2025-08-20T19:15:58.0756507Z [00:02:03.482]➜  		"en-US/edas/ListClusterMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListClusterMembers.json",
2025-08-20T19:15:58.0757518Z [00:02:03.482]➜  		"en-US/edas/ListComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListComponents.json",
2025-08-20T19:15:58.0758465Z [00:02:03.482]➜  		"en-US/edas/ListConfigTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListConfigTemplates.json",
2025-08-20T19:15:58.0759428Z [00:02:03.482]➜  		"en-US/edas/ListConsumedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListConsumedServices.json",
2025-08-20T19:15:58.0760352Z [00:02:03.482]➜  		"en-US/edas/ListConvertableEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListConvertableEcu.json",
2025-08-20T19:15:58.0761241Z [00:02:03.482]➜  		"en-US/edas/ListDeployGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListDeployGroup.json",
2025-08-20T19:15:58.0762203Z [00:02:03.482]➜  		"en-US/edas/ListEcsNotInCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListEcsNotInCluster.json",
2025-08-20T19:15:58.0763277Z [00:02:03.482]➜  		"en-US/edas/ListEcuByRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListEcuByRegion.json",
2025-08-20T19:15:58.0764336Z [00:02:03.482]➜  		"en-US/edas/ListHistoryDeployVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListHistoryDeployVersion.json",
2025-08-20T19:15:58.0765220Z [00:02:03.482]➜  		"en-US/edas/ListK8sConfigMaps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListK8sConfigMaps.json",
2025-08-20T19:15:58.0766139Z [00:02:03.482]➜  		"en-US/edas/ListK8sIngressRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListK8sIngressRules.json",
2025-08-20T19:15:58.0767167Z [00:02:03.482]➜  		"en-US/edas/ListK8sNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListK8sNamespaces.json",
2025-08-20T19:15:58.0768104Z [00:02:03.482]➜  		"en-US/edas/ListK8sSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListK8sSecrets.json",
2025-08-20T19:15:58.0768869Z [00:02:03.482]➜  		"en-US/edas/ListMethods.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListMethods.json",
2025-08-20T19:15:58.0769823Z [00:02:03.482]➜  		"en-US/edas/ListPublishedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListPublishedServices.json",
2025-08-20T19:15:58.0770780Z [00:02:03.482]➜  		"en-US/edas/ListRecentChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListRecentChangeOrder.json",
2025-08-20T19:15:58.0771691Z [00:02:03.482]➜  		"en-US/edas/ListResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListResourceGroup.json",
2025-08-20T19:15:58.0772726Z [00:02:03.482]➜  		"en-US/edas/ListRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListRole.json",
2025-08-20T19:15:58.0773632Z [00:02:03.482]➜  		"en-US/edas/ListScaleOutEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListScaleOutEcu.json",
2025-08-20T19:15:58.0774661Z [00:02:03.482]➜  		"en-US/edas/ListServiceGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListServiceGroups.json",
2025-08-20T19:15:58.0775384Z [00:02:03.482]➜  		"en-US/edas/ListSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListSlb.json",
2025-08-20T19:15:58.0776193Z [00:02:03.482]➜  		"en-US/edas/ListSubAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListSubAccount.json",
2025-08-20T19:15:58.0777066Z [00:02:03.482]➜  		"en-US/edas/ListSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListSwimmingLane.json",
2025-08-20T19:15:58.0777978Z [00:02:03.482]➜  		"en-US/edas/ListSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListSwimmingLaneGroup.json",
2025-08-20T19:15:58.0778820Z [00:02:03.482]➜  		"en-US/edas/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListTagResources.json",
2025-08-20T19:15:58.0779942Z [00:02:03.482]➜  		"en-US/edas/ListUserDefineRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListUserDefineRegion.json",
2025-08-20T19:15:58.0780664Z [00:02:03.482]➜  		"en-US/edas/ListVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListVpc.json",
2025-08-20T19:15:58.0781452Z [00:02:03.482]➜  		"en-US/edas/MigrateEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/MigrateEcu.json",
2025-08-20T19:15:58.0782318Z [00:02:03.482]➜  		"en-US/edas/ModifyScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ModifyScalingRule.json",
2025-08-20T19:15:58.0783519Z [00:02:03.482]➜  		"en-US/edas/QueryApplicationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryApplicationStatus.json",
2025-08-20T19:15:58.0784328Z [00:02:03.482]➜  		"en-US/edas/QueryEccInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryEccInfo.json",
2025-08-20T19:15:58.0785260Z [00:02:03.482]➜  		"en-US/edas/QueryMigrateEcuList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryMigrateEcuList.json",
2025-08-20T19:15:58.0786241Z [00:02:03.482]➜  		"en-US/edas/QueryMigrateRegionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryMigrateRegionList.json",
2025-08-20T19:15:58.0787124Z [00:02:03.482]➜  		"en-US/edas/QueryRegionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryRegionConfig.json",
2025-08-20T19:15:58.0788031Z [00:02:03.482]➜  		"en-US/edas/QuerySlsLogStoreList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QuerySlsLogStoreList.json",
2025-08-20T19:15:58.0788898Z [00:02:03.482]➜  		"en-US/edas/ResetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ResetApplication.json",
2025-08-20T19:15:58.0789918Z [00:02:03.482]➜  		"en-US/edas/RestartApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RestartApplication.json",
2025-08-20T19:15:58.0790989Z [00:02:03.482]➜  		"en-US/edas/RestartK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RestartK8sApplication.json",
2025-08-20T19:15:58.0791899Z [00:02:03.482]➜  		"en-US/edas/RetryChangeOrderTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RetryChangeOrderTask.json",
2025-08-20T19:15:58.0793038Z [00:02:03.482]➜  		"en-US/edas/RollbackApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RollbackApplication.json",
2025-08-20T19:15:58.0793971Z [00:02:03.482]➜  		"en-US/edas/RollbackChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RollbackChangeOrder.json",
2025-08-20T19:15:58.0794880Z [00:02:03.482]➜  		"en-US/edas/ScaleInApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ScaleInApplication.json",
2025-08-20T19:15:58.0795795Z [00:02:03.482]➜  		"en-US/edas/ScaleK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ScaleK8sApplication.json",
2025-08-20T19:15:58.0796820Z [00:02:03.482]➜  		"en-US/edas/ScaleOutApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ScaleOutApplication.json",
2025-08-20T19:15:58.0798061Z [00:02:03.482]➜  		"en-US/edas/ScaleoutApplicationWithNewInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ScaleoutApplicationWithNewInstances.json",
2025-08-20T19:15:58.0798919Z [00:02:03.482]➜  		"en-US/edas/StartApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StartApplication.json",
2025-08-20T19:15:58.0799827Z [00:02:03.482]➜  		"en-US/edas/StartK8sAppPrecheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StartK8sAppPrecheck.json",
2025-08-20T19:15:58.0800717Z [00:02:03.482]➜  		"en-US/edas/StartK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StartK8sApplication.json",
2025-08-20T19:15:58.0801580Z [00:02:03.482]➜  		"en-US/edas/StopApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StopApplication.json",
2025-08-20T19:15:58.0802821Z [00:02:03.482]➜  		"en-US/edas/StopK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StopK8sApplication.json",
2025-08-20T19:15:58.0803873Z [00:02:03.482]➜  		"en-US/edas/SwitchAdvancedMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/SwitchAdvancedMonitoring.json",
2025-08-20T19:15:58.0804817Z [00:02:03.482]➜  		"en-US/edas/SynchronizeResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/SynchronizeResource.json",
2025-08-20T19:15:58.0805608Z [00:02:03.482]➜  		"en-US/edas/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/TagResources.json",
2025-08-20T19:15:58.0806574Z [00:02:03.482]➜  		"en-US/edas/TransformClusterMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/TransformClusterMember.json",
2025-08-20T19:15:58.0807373Z [00:02:03.482]➜  		"en-US/edas/UnbindK8sSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UnbindK8sSlb.json",
2025-08-20T19:15:58.0808121Z [00:02:03.482]➜  		"en-US/edas/UnbindSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UnbindSlb.json",
2025-08-20T19:15:58.0809010Z [00:02:03.482]➜  		"en-US/edas/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UntagResources.json",
2025-08-20T19:15:58.0809953Z [00:02:03.482]➜  		"en-US/edas/UpdateAccountInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateAccountInfo.json",
2025-08-20T19:15:58.0811023Z [00:02:03.482]➜  		"en-US/edas/UpdateApplicationBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateApplicationBaseInfo.json",
2025-08-20T19:15:58.0812274Z [00:02:03.482]➜  		"en-US/edas/UpdateApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateApplicationScalingRule.json",
2025-08-20T19:15:58.0813627Z [00:02:03.482]➜  		"en-US/edas/UpdateConfigTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateConfigTemplate.json",
2025-08-20T19:15:58.0814534Z [00:02:03.482]➜  		"en-US/edas/UpdateContainer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateContainer.json",
2025-08-20T19:15:58.0815636Z [00:02:03.482]➜  		"en-US/edas/UpdateContainerConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateContainerConfiguration.json",
2025-08-20T19:15:58.0816611Z [00:02:03.482]➜  		"en-US/edas/UpdateHealthCheckUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateHealthCheckUrl.json",
2025-08-20T19:15:58.0817601Z [00:02:03.482]➜  		"en-US/edas/UpdateHookConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateHookConfiguration.json",
2025-08-20T19:15:58.0818657Z [00:02:03.483]➜  		"en-US/edas/UpdateJvmConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateJvmConfiguration.json",
2025-08-20T19:15:58.0819901Z [00:02:03.483]➜  		"en-US/edas/UpdateK8sApplicationBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sApplicationBaseInfo.json",
2025-08-20T19:15:58.0821002Z [00:02:03.483]➜  		"en-US/edas/UpdateK8sApplicationConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sApplicationConfig.json",
2025-08-20T19:15:58.0821927Z [00:02:03.483]➜  		"en-US/edas/UpdateK8sConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sConfigMap.json",
2025-08-20T19:15:58.0823086Z [00:02:03.483]➜  		"en-US/edas/UpdateK8sIngressRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sIngressRule.json",
2025-08-20T19:15:58.0824022Z [00:02:03.483]➜  		"en-US/edas/UpdateK8sResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sResource.json",
2025-08-20T19:15:58.0824916Z [00:02:03.483]➜  		"en-US/edas/UpdateK8sSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sSecret.json",
2025-08-20T19:15:58.0825975Z [00:02:03.483]➜  		"en-US/edas/UpdateK8sService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sService.json",
2025-08-20T19:15:58.0826786Z [00:02:03.483]➜  		"en-US/edas/UpdateK8sSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sSlb.json",
2025-08-20T19:15:58.0827575Z [00:02:03.483]➜  		"en-US/edas/UpdateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateRole.json",
2025-08-20T19:15:58.0828473Z [00:02:03.483]➜  		"en-US/edas/UpdateSlsLogStore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateSlsLogStore.json",
2025-08-20T19:15:58.0829390Z [00:02:03.483]➜  		"en-US/edas/UpdateSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateSwimmingLane.json",
2025-08-20T19:15:58.0830437Z [00:02:03.483]➜  		"en-US/edas/UpdateSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateSwimmingLaneGroup.json",
2025-08-20T19:15:58.0831197Z [00:02:03.483]➜  		"en-US/edas/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/version.json",
2025-08-20T19:15:58.0832068Z [00:02:03.483]➜  		"en-US/ehpc/AddContainerApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddContainerApp.json",
2025-08-20T19:15:58.0833129Z [00:02:03.483]➜  		"en-US/ehpc/AddExistedNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddExistedNodes.json",
2025-08-20T19:15:58.0833988Z [00:02:03.483]➜  		"en-US/ehpc/AddLocalNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddLocalNodes.json",
2025-08-20T19:15:58.0834730Z [00:02:03.483]➜  		"en-US/ehpc/AddNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddNodes.json",
2025-08-20T19:15:58.0835578Z [00:02:03.483]➜  		"en-US/ehpc/AddQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddQueue.json",
2025-08-20T19:15:58.0836531Z [00:02:03.483]➜  		"en-US/ehpc/AddSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddSecurityGroup.json",
2025-08-20T19:15:58.0837234Z [00:02:03.483]➜  		"en-US/ehpc/AddUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddUsers.json",
2025-08-20T19:15:58.0837982Z [00:02:03.483]➜  		"en-US/ehpc/ApplyNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ApplyNodes.json",
2025-08-20T19:15:58.0838763Z [00:02:03.483]➜  		"en-US/ehpc/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateCluster.json",
2025-08-20T19:15:58.0839601Z [00:02:03.483]➜  		"en-US/ehpc/CreateGWSCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateGWSCluster.json",
2025-08-20T19:15:58.0840407Z [00:02:03.483]➜  		"en-US/ehpc/CreateGWSImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateGWSImage.json",
2025-08-20T19:15:58.0841391Z [00:02:03.483]➜  		"en-US/ehpc/CreateGWSInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateGWSInstance.json",
2025-08-20T19:15:58.0842301Z [00:02:03.483]➜  		"en-US/ehpc/CreateHybridCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateHybridCluster.json",
2025-08-20T19:15:58.0843273Z [00:02:03.483]➜  		"en-US/ehpc/CreateJobFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateJobFile.json",
2025-08-20T19:15:58.0844122Z [00:02:03.483]➜  		"en-US/ehpc/CreateJobTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateJobTemplate.json",
2025-08-20T19:15:58.0844920Z [00:02:03.483]➜  		"en-US/ehpc/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteCluster.json",
2025-08-20T19:15:58.0845830Z [00:02:03.483]➜  		"en-US/ehpc/DeleteContainerApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteContainerApps.json",
2025-08-20T19:15:58.0846672Z [00:02:03.483]➜  		"en-US/ehpc/DeleteGWSCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteGWSCluster.json",
2025-08-20T19:15:58.0847681Z [00:02:03.483]➜  		"en-US/ehpc/DeleteGWSInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteGWSInstance.json",
2025-08-20T19:15:58.0848399Z [00:02:03.483]➜  		"en-US/ehpc/DeleteImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteImage.json",
2025-08-20T19:15:58.0849275Z [00:02:03.483]➜  		"en-US/ehpc/DeleteJobTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteJobTemplates.json",
2025-08-20T19:15:58.0850012Z [00:02:03.483]➜  		"en-US/ehpc/DeleteJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteJobs.json",
2025-08-20T19:15:58.0850874Z [00:02:03.483]➜  		"en-US/ehpc/DeleteLocalImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteLocalImage.json",
2025-08-20T19:15:58.0851741Z [00:02:03.483]➜  		"en-US/ehpc/DeleteNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteNodes.json",
2025-08-20T19:15:58.0852770Z [00:02:03.483]➜  		"en-US/ehpc/DeleteQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteQueue.json",
2025-08-20T19:15:58.0853666Z [00:02:03.483]➜  		"en-US/ehpc/DeleteSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteSecurityGroup.json",
2025-08-20T19:15:58.0854420Z [00:02:03.483]➜  		"en-US/ehpc/DeleteUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteUsers.json",
2025-08-20T19:15:58.0855374Z [00:02:03.483]➜  		"en-US/ehpc/DescribeAutoScaleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeAutoScaleConfig.json",
2025-08-20T19:15:58.0856323Z [00:02:03.483]➜  		"en-US/ehpc/DescribeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeCluster.json",
2025-08-20T19:15:58.0857267Z [00:02:03.483]➜  		"en-US/ehpc/DescribeContainerApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeContainerApp.json",
2025-08-20T19:15:58.0858179Z [00:02:03.483]➜  		"en-US/ehpc/DescribeEstackImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeEstackImage.json",
2025-08-20T19:15:58.0859175Z [00:02:03.483]➜  		"en-US/ehpc/DescribeGWSClusterPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeGWSClusterPolicy.json",
2025-08-20T19:15:58.0860070Z [00:02:03.483]➜  		"en-US/ehpc/DescribeGWSClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeGWSClusters.json",
2025-08-20T19:15:58.0860933Z [00:02:03.483]➜  		"en-US/ehpc/DescribeGWSImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeGWSImages.json",
2025-08-20T19:15:58.0861849Z [00:02:03.483]➜  		"en-US/ehpc/DescribeGWSInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeGWSInstances.json",
2025-08-20T19:15:58.0863016Z [00:02:03.483]➜  		"en-US/ehpc/DescribeImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeImage.json",
2025-08-20T19:15:58.0864125Z [00:02:03.483]➜  		"en-US/ehpc/DescribeImageGatewayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeImageGatewayConfig.json",
2025-08-20T19:15:58.0865060Z [00:02:03.483]➜  		"en-US/ehpc/DescribeImagePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeImagePrice.json",
2025-08-20T19:15:58.0865862Z [00:02:03.483]➜  		"en-US/ehpc/DescribeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeJob.json",
2025-08-20T19:15:58.0866904Z [00:02:03.483]➜  		"en-US/ehpc/DescribeNFSClientStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeNFSClientStatus.json",
2025-08-20T19:15:58.0867744Z [00:02:03.483]➜  		"en-US/ehpc/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribePrice.json",
2025-08-20T19:15:58.0868738Z [00:02:03.483]➜  		"en-US/ehpc/DescribeServerlessJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeServerlessJobs.json",
2025-08-20T19:15:58.0869808Z [00:02:03.483]➜  		"en-US/ehpc/EditJobTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/EditJobTemplate.json",
2025-08-20T19:15:58.0870758Z [00:02:03.483]➜  		"en-US/ehpc/GetAccountingReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetAccountingReport.json",
2025-08-20T19:15:58.0871690Z [00:02:03.483]➜  		"en-US/ehpc/GetAutoScaleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetAutoScaleConfig.json",
2025-08-20T19:15:58.0872831Z [00:02:03.483]➜  		"en-US/ehpc/GetCloudMetricLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetCloudMetricLogs.json",
2025-08-20T19:15:58.0873852Z [00:02:03.483]➜  		"en-US/ehpc/GetCloudMetricProfiling.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetCloudMetricProfiling.json",
2025-08-20T19:15:58.0874856Z [00:02:03.483]➜  		"en-US/ehpc/GetClusterVolumes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetClusterVolumes.json",
2025-08-20T19:15:58.0875690Z [00:02:03.483]➜  		"en-US/ehpc/GetCommonImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetCommonImage.json",
2025-08-20T19:15:58.0876589Z [00:02:03.483]➜  		"en-US/ehpc/GetGWSConnectTicket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetGWSConnectTicket.json",
2025-08-20T19:15:58.0877562Z [00:02:03.483]➜  		"en-US/ehpc/GetHybridClusterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetHybridClusterConfig.json",
2025-08-20T19:15:58.0878626Z [00:02:03.483]➜  		"en-US/ehpc/GetIfEcsTypeSupportHtConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetIfEcsTypeSupportHtConfig.json",
2025-08-20T19:15:58.0879485Z [00:02:03.483]➜  		"en-US/ehpc/GetJobLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetJobLog.json",
2025-08-20T19:15:58.0880323Z [00:02:03.483]➜  		"en-US/ehpc/GetPostScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetPostScripts.json",
2025-08-20T19:15:58.0881208Z [00:02:03.483]➜  		"en-US/ehpc/GetSchedulerInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetSchedulerInfo.json",
2025-08-20T19:15:58.0881984Z [00:02:03.483]➜  		"en-US/ehpc/GetUserImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetUserImage.json",
2025-08-20T19:15:58.0883234Z [00:02:03.483]➜  		"en-US/ehpc/GetVisualServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetVisualServiceStatus.json",
2025-08-20T19:15:58.0884094Z [00:02:03.483]➜  		"en-US/ehpc/InitializeEHPC.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/InitializeEHPC.json",
2025-08-20T19:15:58.0884930Z [00:02:03.483]➜  		"en-US/ehpc/InspectImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/InspectImage.json",
2025-08-20T19:15:58.0885919Z [00:02:03.483]➜  		"en-US/ehpc/InstallSoftware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/InstallSoftware.json",
2025-08-20T19:15:58.0886849Z [00:02:03.483]➜  		"en-US/ehpc/InvokeShellCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/InvokeShellCommand.json",
2025-08-20T19:15:58.0887807Z [00:02:03.483]➜  		"en-US/ehpc/ListAvailableEcsTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListAvailableEcsTypes.json",
2025-08-20T19:15:58.0888851Z [00:02:03.483]➜  		"en-US/ehpc/ListCloudMetricProfilings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCloudMetricProfilings.json",
2025-08-20T19:15:58.0889704Z [00:02:03.483]➜  		"en-US/ehpc/ListClusterLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListClusterLogs.json",
2025-08-20T19:15:58.0890497Z [00:02:03.483]➜  		"en-US/ehpc/ListClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListClusters.json",
2025-08-20T19:15:58.0891374Z [00:02:03.483]➜  		"en-US/ehpc/ListClustersMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListClustersMeta.json",
2025-08-20T19:15:58.0892302Z [00:02:03.483]➜  		"en-US/ehpc/ListCommands.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCommands.json",
2025-08-20T19:15:58.0893461Z [00:02:03.483]➜  		"en-US/ehpc/ListCommunityImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCommunityImages.json",
2025-08-20T19:15:58.0894336Z [00:02:03.483]➜  		"en-US/ehpc/ListContainerApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListContainerApps.json",
2025-08-20T19:15:58.0895235Z [00:02:03.483]➜  		"en-US/ehpc/ListContainerImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListContainerImages.json",
2025-08-20T19:15:58.0896141Z [00:02:03.483]➜  		"en-US/ehpc/ListCpfsFileSystems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCpfsFileSystems.json",
2025-08-20T19:15:58.0897345Z [00:02:03.483]➜  		"en-US/ehpc/ListCurrentClientVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCurrentClientVersion.json",
2025-08-20T19:15:58.0898189Z [00:02:03.483]➜  		"en-US/ehpc/ListCustomImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCustomImages.json",
2025-08-20T19:15:58.0899335Z [00:02:03.483]➜  		"en-US/ehpc/ListFileSystemWithMountTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListFileSystemWithMountTargets.json",
2025-08-20T19:15:58.0900095Z [00:02:03.483]➜  		"en-US/ehpc/ListImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListImages.json",
2025-08-20T19:15:58.0901043Z [00:02:03.483]➜  		"en-US/ehpc/ListInstalledSoftware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListInstalledSoftware.json",
2025-08-20T19:15:58.0902171Z [00:02:03.483]➜  		"en-US/ehpc/ListInvocationResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListInvocationResults.json",
2025-08-20T19:15:58.0903409Z [00:02:03.483]➜  		"en-US/ehpc/ListInvocationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListInvocationStatus.json",
2025-08-20T19:15:58.0904369Z [00:02:03.483]➜  		"en-US/ehpc/ListJobTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListJobTemplates.json",
2025-08-20T19:15:58.0905139Z [00:02:03.483]➜  		"en-US/ehpc/ListJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListJobs.json",
2025-08-20T19:15:58.0906056Z [00:02:03.483]➜  		"en-US/ehpc/ListJobsWithFilters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListJobsWithFilters.json",
2025-08-20T19:15:58.0906824Z [00:02:03.483]➜  		"en-US/ehpc/ListNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListNodes.json",
2025-08-20T19:15:58.0907720Z [00:02:03.483]➜  		"en-US/ehpc/ListNodesByQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListNodesByQueue.json",
2025-08-20T19:15:58.0908763Z [00:02:03.483]➜  		"en-US/ehpc/ListNodesNoPaging.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListNodesNoPaging.json",
2025-08-20T19:15:58.0909768Z [00:02:03.483]➜  		"en-US/ehpc/ListPreferredEcsTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListPreferredEcsTypes.json",
2025-08-20T19:15:58.0910541Z [00:02:03.483]➜  		"en-US/ehpc/ListQueues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListQueues.json",
2025-08-20T19:15:58.0911340Z [00:02:03.483]➜  		"en-US/ehpc/ListRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListRegions.json",
2025-08-20T19:15:58.0912262Z [00:02:03.483]➜  		"en-US/ehpc/ListSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListSecurityGroups.json",
2025-08-20T19:15:58.0913420Z [00:02:03.483]➜  		"en-US/ehpc/ListServerlessJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListServerlessJobs.json",
2025-08-20T19:15:58.0914264Z [00:02:03.483]➜  		"en-US/ehpc/ListSoftwares.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListSoftwares.json",
2025-08-20T19:15:58.0915272Z [00:02:03.483]➜  		"en-US/ehpc/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListTagResources.json",
2025-08-20T19:15:58.0916008Z [00:02:03.483]➜  		"en-US/ehpc/ListTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListTasks.json",
2025-08-20T19:15:58.0916928Z [00:02:03.483]➜  		"en-US/ehpc/ListUpgradeClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListUpgradeClients.json",
2025-08-20T19:15:58.0917696Z [00:02:03.483]➜  		"en-US/ehpc/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListUsers.json",
2025-08-20T19:15:58.0918539Z [00:02:03.483]➜  		"en-US/ehpc/ListUsersAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListUsersAsync.json",
2025-08-20T19:15:58.0919464Z [00:02:03.483]➜  		"en-US/ehpc/ListVolumes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListVolumes.json",
2025-08-20T19:15:58.0920489Z [00:02:03.483]➜  		"en-US/ehpc/ModifyClusterAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyClusterAttributes.json",
2025-08-20T19:15:58.0921575Z [00:02:03.483]➜  		"en-US/ehpc/ModifyContainerAppAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyContainerAppAttributes.json",
2025-08-20T19:15:58.0922776Z [00:02:03.483]➜  		"en-US/ehpc/ModifyImageGatewayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyImageGatewayConfig.json",
2025-08-20T19:15:58.0923674Z [00:02:03.483]➜  		"en-US/ehpc/ModifyUserGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyUserGroups.json",
2025-08-20T19:15:58.0924788Z [00:02:03.483]➜  		"en-US/ehpc/ModifyUserPasswords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyUserPasswords.json",
2025-08-20T19:15:58.0925864Z [00:02:03.483]➜  		"en-US/ehpc/ModifyVisualServicePasswd.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyVisualServicePasswd.json",
2025-08-20T19:15:58.0926603Z [00:02:03.483]➜  		"en-US/ehpc/MountNFS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/MountNFS.json",
2025-08-20T19:15:58.0927369Z [00:02:03.483]➜  		"en-US/ehpc/PullImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/PullImage.json",
2025-08-20T19:15:58.0928312Z [00:02:03.483]➜  		"en-US/ehpc/QueryServicePackAndPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/QueryServicePackAndPrice.json",
2025-08-20T19:15:58.0929050Z [00:02:03.483]➜  		"en-US/ehpc/RecoverCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/RecoverCluster.json",
2025-08-20T19:15:58.0929741Z [00:02:03.483]➜  		"en-US/ehpc/RerunJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/RerunJobs.json",
2025-08-20T19:15:58.0930555Z [00:02:03.483]➜  		"en-US/ehpc/ResetNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ResetNodes.json",
2025-08-20T19:15:58.0931588Z [00:02:03.483]➜  		"en-US/ehpc/RunCloudMetricProfiling.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/RunCloudMetricProfiling.json",
2025-08-20T19:15:58.0932657Z [00:02:03.483]➜  		"en-US/ehpc/SetAutoScaleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetAutoScaleConfig.json",
2025-08-20T19:15:58.0933567Z [00:02:03.483]➜  		"en-US/ehpc/SetGWSClusterPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetGWSClusterPolicy.json",
2025-08-20T19:15:58.0934519Z [00:02:03.483]➜  		"en-US/ehpc/SetGWSInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetGWSInstanceName.json",
2025-08-20T19:15:58.0935447Z [00:02:03.483]➜  		"en-US/ehpc/SetGWSInstanceUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetGWSInstanceUser.json",
2025-08-20T19:15:58.0936283Z [00:02:03.483]➜  		"en-US/ehpc/SetPostScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetPostScripts.json",
2025-08-20T19:15:58.0937016Z [00:02:03.483]➜  		"en-US/ehpc/SetQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetQueue.json",
2025-08-20T19:15:58.0937877Z [00:02:03.483]➜  		"en-US/ehpc/SetSchedulerInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetSchedulerInfo.json",
2025-08-20T19:15:58.0938634Z [00:02:03.483]➜  		"en-US/ehpc/StartCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StartCluster.json",
2025-08-20T19:15:58.0939457Z [00:02:03.483]➜  		"en-US/ehpc/StartGWSInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StartGWSInstance.json",
2025-08-20T19:15:58.0940325Z [00:02:03.483]➜  		"en-US/ehpc/StartNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StartNodes.json",
2025-08-20T19:15:58.0941285Z [00:02:03.483]➜  		"en-US/ehpc/StartVisualService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StartVisualService.json",
2025-08-20T19:15:58.0942095Z [00:02:03.483]➜  		"en-US/ehpc/StopCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopCluster.json",
2025-08-20T19:15:58.0943196Z [00:02:03.483]➜  		"en-US/ehpc/StopGWSInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopGWSInstance.json",
2025-08-20T19:15:58.0943944Z [00:02:03.483]➜  		"en-US/ehpc/StopJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopJobs.json",
2025-08-20T19:15:58.0944666Z [00:02:03.483]➜  		"en-US/ehpc/StopNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopNodes.json",
2025-08-20T19:15:58.0945545Z [00:02:03.483]➜  		"en-US/ehpc/StopServerlessJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopServerlessJobs.json",
2025-08-20T19:15:58.0946426Z [00:02:03.483]➜  		"en-US/ehpc/StopVisualService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopVisualService.json",
2025-08-20T19:15:58.0947200Z [00:02:03.483]➜  		"en-US/ehpc/SubmitJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SubmitJob.json",
2025-08-20T19:15:58.0948113Z [00:02:03.483]➜  		"en-US/ehpc/SubmitServerlessJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SubmitServerlessJob.json",
2025-08-20T19:15:58.0948937Z [00:02:03.483]➜  		"en-US/ehpc/SummaryImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SummaryImages.json",
2025-08-20T19:15:58.0949816Z [00:02:03.483]➜  		"en-US/ehpc/SummaryImagesInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SummaryImagesInfo.json",
2025-08-20T19:15:58.0950599Z [00:02:03.483]➜  		"en-US/ehpc/SyncUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SyncUsers.json",
2025-08-20T19:15:58.0951417Z [00:02:03.483]➜  		"en-US/ehpc/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/TagResources.json",
2025-08-20T19:15:58.0952366Z [00:02:03.483]➜  		"en-US/ehpc/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UnTagResources.json",
2025-08-20T19:15:58.0953503Z [00:02:03.483]➜  		"en-US/ehpc/UninstallSoftware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UninstallSoftware.json",
2025-08-20T19:15:58.0954340Z [00:02:03.483]➜  		"en-US/ehpc/UpdateClusterVolumes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UpdateClusterVolumes.json",
2025-08-20T19:15:58.0955133Z [00:02:03.483]➜  		"en-US/ehpc/UpdateQueueConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UpdateQueueConfig.json",
2025-08-20T19:15:58.0955875Z [00:02:03.483]➜  		"en-US/ehpc/UpgradeClient.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UpgradeClient.json",
2025-08-20T19:15:58.0956589Z [00:02:03.483]➜  		"en-US/ehpc/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/version.json",
2025-08-20T19:15:58.0957738Z [00:02:03.483]➜  		"en-US/eipanycast/AllocateAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/AllocateAnycastEipAddress.json",
2025-08-20T19:15:58.0958903Z [00:02:03.483]➜  		"en-US/eipanycast/AssociateAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/AssociateAnycastEipAddress.json",
2025-08-20T19:15:58.0960020Z [00:02:03.483]➜  		"en-US/eipanycast/DescribeAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/DescribeAnycastEipAddress.json",
2025-08-20T19:15:58.0961193Z [00:02:03.483]➜  		"en-US/eipanycast/DescribeAnycastPopLocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/DescribeAnycastPopLocations.json",
2025-08-20T19:15:58.0962686Z [00:02:03.483]➜  		"en-US/eipanycast/DescribeAnycastServerRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/DescribeAnycastServerRegions.json",
2025-08-20T19:15:58.0963892Z [00:02:03.483]➜  		"en-US/eipanycast/ListAnycastEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ListAnycastEipAddresses.json",
2025-08-20T19:15:58.0964827Z [00:02:03.483]➜  		"en-US/eipanycast/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ListTagResources.json",
2025-08-20T19:15:58.0966005Z [00:02:03.483]➜  		"en-US/eipanycast/ModifyAnycastEipAddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ModifyAnycastEipAddressAttribute.json",
2025-08-20T19:15:58.0967067Z [00:02:03.483]➜  		"en-US/eipanycast/ModifyAnycastEipAddressSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ModifyAnycastEipAddressSpec.json",
2025-08-20T19:15:58.0968165Z [00:02:03.483]➜  		"en-US/eipanycast/ReleaseAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ReleaseAnycastEipAddress.json",
2025-08-20T19:15:58.0969073Z [00:02:03.483]➜  		"en-US/eipanycast/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/TagResources.json",
2025-08-20T19:15:58.0970157Z [00:02:03.483]➜  		"en-US/eipanycast/UnassociateAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/UnassociateAnycastEipAddress.json",
2025-08-20T19:15:58.0971051Z [00:02:03.483]➜  		"en-US/eipanycast/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/UntagResources.json",
2025-08-20T19:15:58.0972643Z [00:02:03.483]➜  		"en-US/eipanycast/UpdateAnycastEipAddressAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/UpdateAnycastEipAddressAssociations.json",
2025-08-20T19:15:58.0973477Z [00:02:03.483]➜  		"en-US/eipanycast/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/version.json",
2025-08-20T19:15:58.0974424Z [00:02:03.483]➜  		"en-US/elasticsearch/ActivateZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ActivateZones.json",
2025-08-20T19:15:58.0975790Z [00:02:03.483]➜  		"en-US/elasticsearch/AddConnectableCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/AddConnectableCluster.json",
2025-08-20T19:15:58.0976785Z [00:02:03.483]➜  		"en-US/elasticsearch/AddSnapshotRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/AddSnapshotRepo.json",
2025-08-20T19:15:58.0977765Z [00:02:03.483]➜  		"en-US/elasticsearch/CancelDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CancelDeletion.json",
2025-08-20T19:15:58.0978913Z [00:02:03.483]➜  		"en-US/elasticsearch/CancelLogstashDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CancelLogstashDeletion.json",
2025-08-20T19:15:58.0979847Z [00:02:03.483]➜  		"en-US/elasticsearch/CancelTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CancelTask.json",
2025-08-20T19:15:58.0980799Z [00:02:03.483]➜  		"en-US/elasticsearch/CapacityPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CapacityPlan.json",
2025-08-20T19:15:58.0981784Z [00:02:03.484]➜  		"en-US/elasticsearch/CloseDiagnosis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CloseDiagnosis.json",
2025-08-20T19:15:58.0982869Z [00:02:03.484]➜  		"en-US/elasticsearch/CloseHttps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CloseHttps.json",
2025-08-20T19:15:58.0983928Z [00:02:03.484]➜  		"en-US/elasticsearch/CloseManagedIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CloseManagedIndex.json",
2025-08-20T19:15:58.0984928Z [00:02:03.484]➜  		"en-US/elasticsearch/CreateCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateCollector.json",
2025-08-20T19:15:58.0986165Z [00:02:03.484]➜  		"en-US/elasticsearch/CreateComponentIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateComponentIndex.json",
2025-08-20T19:15:58.0987312Z [00:02:03.484]➜  		"en-US/elasticsearch/CreateDataStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateDataStream.json",
2025-08-20T19:15:58.0988311Z [00:02:03.484]➜  		"en-US/elasticsearch/CreateDataTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateDataTasks.json",
2025-08-20T19:15:58.0989316Z [00:02:03.484]➜  		"en-US/elasticsearch/CreateILMPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateILMPolicy.json",
2025-08-20T19:15:58.0990390Z [00:02:03.484]➜  		"en-US/elasticsearch/CreateIndexTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateIndexTemplate.json",
2025-08-20T19:15:58.0991380Z [00:02:03.484]➜  		"en-US/elasticsearch/CreateLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateLogstash.json",
2025-08-20T19:15:58.0992594Z [00:02:03.484]➜  		"en-US/elasticsearch/CreatePipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreatePipelines.json",
2025-08-20T19:15:58.0993670Z [00:02:03.484]➜  		"en-US/elasticsearch/CreateSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateSnapshot.json",
2025-08-20T19:15:58.0994717Z [00:02:03.484]➜  		"en-US/elasticsearch/CreateVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateVpcEndpoint.json",
2025-08-20T19:15:58.0995700Z [00:02:03.484]➜  		"en-US/elasticsearch/DeactivateZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeactivateZones.json",
2025-08-20T19:15:58.0996667Z [00:02:03.484]➜  		"en-US/elasticsearch/DeleteCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteCollector.json",
2025-08-20T19:15:58.0997772Z [00:02:03.484]➜  		"en-US/elasticsearch/DeleteComponentIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteComponentIndex.json",
2025-08-20T19:15:58.0999181Z [00:02:03.484]➜  		"en-US/elasticsearch/DeleteConnectedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteConnectedCluster.json",
2025-08-20T19:15:58.1000230Z [00:02:03.484]➜  		"en-US/elasticsearch/DeleteDataStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteDataStream.json",
2025-08-20T19:15:58.1001182Z [00:02:03.484]➜  		"en-US/elasticsearch/DeleteDataTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteDataTask.json",
2025-08-20T19:15:58.1002367Z [00:02:03.484]➜  		"en-US/elasticsearch/DeleteDeprecatedTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteDeprecatedTemplate.json",
2025-08-20T19:15:58.1003555Z [00:02:03.484]➜  		"en-US/elasticsearch/DeleteILMPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteILMPolicy.json",
2025-08-20T19:15:58.1004615Z [00:02:03.484]➜  		"en-US/elasticsearch/DeleteIndexTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteIndexTemplate.json",
2025-08-20T19:15:58.1005570Z [00:02:03.484]➜  		"en-US/elasticsearch/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteInstance.json",
2025-08-20T19:15:58.1006495Z [00:02:03.484]➜  		"en-US/elasticsearch/DeleteLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteLogstash.json",
2025-08-20T19:15:58.1007453Z [00:02:03.484]➜  		"en-US/elasticsearch/DeletePipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeletePipelines.json",
2025-08-20T19:15:58.1008467Z [00:02:03.484]➜  		"en-US/elasticsearch/DeleteSnapshotRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteSnapshotRepo.json",
2025-08-20T19:15:58.1009680Z [00:02:03.484]➜  		"en-US/elasticsearch/DeleteVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteVpcEndpoint.json",
2025-08-20T19:15:58.1010853Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeAckOperator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeAckOperator.json",
2025-08-20T19:15:58.1011798Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeApm.json",
2025-08-20T19:15:58.1013034Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeCollector.json",
2025-08-20T19:15:58.1014160Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeComponentIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeComponentIndex.json",
2025-08-20T19:15:58.1015359Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeConnectableClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeConnectableClusters.json",
2025-08-20T19:15:58.1016752Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeDeprecatedTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeDeprecatedTemplate.json",
2025-08-20T19:15:58.1017916Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeDiagnoseReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeDiagnoseReport.json",
2025-08-20T19:15:58.1019087Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeDiagnosisSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeDiagnosisSettings.json",
2025-08-20T19:15:58.1020213Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeDynamicSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeDynamicSettings.json",
2025-08-20T19:15:58.1021448Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeElasticsearchHealth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeElasticsearchHealth.json",
2025-08-20T19:15:58.1022841Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeILMPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeILMPolicy.json",
2025-08-20T19:15:58.1024100Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeIndexTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeIndexTemplate.json",
2025-08-20T19:15:58.1025161Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeInstance.json",
2025-08-20T19:15:58.1026320Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeKibanaSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeKibanaSettings.json",
2025-08-20T19:15:58.1027397Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeLogstash.json",
2025-08-20T19:15:58.1028446Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribePipeline.json",
2025-08-20T19:15:58.1029826Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribePipelineManagementConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribePipelineManagementConfig.json",
2025-08-20T19:15:58.1030873Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeRegions.json",
2025-08-20T19:15:58.1032060Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeSnapshotSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeSnapshotSetting.json",
2025-08-20T19:15:58.1033266Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeTemplates.json",
2025-08-20T19:15:58.1034706Z [00:02:03.484]➜  		"en-US/elasticsearch/DescribeXpackMonitorConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeXpackMonitorConfig.json",
2025-08-20T19:15:58.1035938Z [00:02:03.484]➜  		"en-US/elasticsearch/DiagnoseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DiagnoseInstance.json",
2025-08-20T19:15:58.1037139Z [00:02:03.484]➜  		"en-US/elasticsearch/EstimatedLogstashRestartTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/EstimatedLogstashRestartTime.json",
2025-08-20T19:15:58.1038208Z [00:02:03.484]➜  		"en-US/elasticsearch/EstimatedRestartTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/EstimatedRestartTime.json",
2025-08-20T19:15:58.1039348Z [00:02:03.484]➜  		"en-US/elasticsearch/GetClusterDataInformation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetClusterDataInformation.json",
2025-08-20T19:15:58.1040327Z [00:02:03.484]➜  		"en-US/elasticsearch/GetElastictask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetElastictask.json",
2025-08-20T19:15:58.1041469Z [00:02:03.484]➜  		"en-US/elasticsearch/GetEmonGrafanaAlerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetEmonGrafanaAlerts.json",
2025-08-20T19:15:58.1085064Z [00:02:03.484]➜  		"en-US/elasticsearch/GetEmonGrafanaDashboards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetEmonGrafanaDashboards.json",
2025-08-20T19:15:58.1086262Z [00:02:03.484]➜  		"en-US/elasticsearch/GetEmonMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetEmonMonitorData.json",
2025-08-20T19:15:58.1087362Z [00:02:03.484]➜  		"en-US/elasticsearch/GetOpenStoreUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetOpenStoreUsage.json",
2025-08-20T19:15:58.1088517Z [00:02:03.484]➜  		"en-US/elasticsearch/GetRegionConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetRegionConfiguration.json",
2025-08-20T19:15:58.1089889Z [00:02:03.484]➜  		"en-US/elasticsearch/GetSuggestShrinkableNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetSuggestShrinkableNodes.json",
2025-08-20T19:15:58.1091130Z [00:02:03.484]➜  		"en-US/elasticsearch/GetTransferableNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetTransferableNodes.json",
2025-08-20T19:15:58.1092315Z [00:02:03.484]➜  		"en-US/elasticsearch/InitializeOperationRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InitializeOperationRole.json",
2025-08-20T19:15:58.1093633Z [00:02:03.484]➜  		"en-US/elasticsearch/InstallAckOperator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallAckOperator.json",
2025-08-20T19:15:58.1094813Z [00:02:03.484]➜  		"en-US/elasticsearch/InstallKibanaSystemPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallKibanaSystemPlugin.json",
2025-08-20T19:15:58.1096076Z [00:02:03.484]➜  		"en-US/elasticsearch/InstallLogstashSystemPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallLogstashSystemPlugin.json",
2025-08-20T19:15:58.1097147Z [00:02:03.484]➜  		"en-US/elasticsearch/InstallSystemPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallSystemPlugin.json",
2025-08-20T19:15:58.1098226Z [00:02:03.484]➜  		"en-US/elasticsearch/InstallUserPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallUserPlugins.json",
2025-08-20T19:15:58.1099448Z [00:02:03.484]➜  		"en-US/elasticsearch/InterruptElasticsearchTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InterruptElasticsearchTask.json",
2025-08-20T19:15:58.1100700Z [00:02:03.484]➜  		"en-US/elasticsearch/InterruptLogstashTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InterruptLogstashTask.json",
2025-08-20T19:15:58.1101828Z [00:02:03.484]➜  		"en-US/elasticsearch/ListAckClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAckClusters.json",
2025-08-20T19:15:58.1103080Z [00:02:03.484]➜  		"en-US/elasticsearch/ListAckNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAckNamespaces.json",
2025-08-20T19:15:58.1104212Z [00:02:03.484]➜  		"en-US/elasticsearch/ListActionRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListActionRecords.json",
2025-08-20T19:15:58.1105169Z [00:02:03.484]➜  		"en-US/elasticsearch/ListAllNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAllNode.json",
2025-08-20T19:15:58.1106440Z [00:02:03.484]➜  		"en-US/elasticsearch/ListAlternativeSnapshotRepos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAlternativeSnapshotRepos.json",
2025-08-20T19:15:58.1107307Z [00:02:03.484]➜  		"en-US/elasticsearch/ListApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListApm.json",
2025-08-20T19:15:58.1108697Z [00:02:03.484]➜  		"en-US/elasticsearch/ListAvailableEsInstanceIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAvailableEsInstanceIds.json",
2025-08-20T19:15:58.1109722Z [00:02:03.484]➜  		"en-US/elasticsearch/ListCollectors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListCollectors.json",
2025-08-20T19:15:58.1110839Z [00:02:03.484]➜  		"en-US/elasticsearch/ListComponentIndices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListComponentIndices.json",
2025-08-20T19:15:58.1111982Z [00:02:03.484]➜  		"en-US/elasticsearch/ListConnectedClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListConnectedClusters.json",
2025-08-20T19:15:58.1143418Z [00:02:03.484]➜  		"en-US/elasticsearch/ListDataStreams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDataStreams.json",
2025-08-20T19:15:58.1144518Z [00:02:03.484]➜  		"en-US/elasticsearch/ListDataTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDataTasks.json",
2025-08-20T19:15:58.1146041Z [00:02:03.484]➜  		"en-US/elasticsearch/ListDefaultCollectorConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDefaultCollectorConfigurations.json",
2025-08-20T19:15:58.1147188Z [00:02:03.484]➜  		"en-US/elasticsearch/ListDeprecatedTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDeprecatedTemplates.json",
2025-08-20T19:15:58.1148228Z [00:02:03.484]➜  		"en-US/elasticsearch/ListDiagnoseIndices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDiagnoseIndices.json",
2025-08-20T19:15:58.1149293Z [00:02:03.484]➜  		"en-US/elasticsearch/ListDiagnoseReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDiagnoseReport.json",
2025-08-20T19:15:58.1150414Z [00:02:03.484]➜  		"en-US/elasticsearch/ListDiagnoseReportIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDiagnoseReportIds.json",
2025-08-20T19:15:58.1151436Z [00:02:03.484]➜  		"en-US/elasticsearch/ListDiagnosisItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDiagnosisItems.json",
2025-08-20T19:15:58.1152667Z [00:02:03.484]➜  		"en-US/elasticsearch/ListDictInformation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDictInformation.json",
2025-08-20T19:15:58.1153593Z [00:02:03.484]➜  		"en-US/elasticsearch/ListDicts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDicts.json",
2025-08-20T19:15:58.1154638Z [00:02:03.484]➜  		"en-US/elasticsearch/ListEcsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListEcsInstances.json",
2025-08-20T19:15:58.1155832Z [00:02:03.484]➜  		"en-US/elasticsearch/ListExtendfiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListExtendfiles.json",
2025-08-20T19:15:58.1157037Z [00:02:03.484]➜  		"en-US/elasticsearch/ListILMPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListILMPolicies.json",
2025-08-20T19:15:58.1158111Z [00:02:03.484]➜  		"en-US/elasticsearch/ListIndexTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListIndexTemplates.json",
2025-08-20T19:15:58.1159059Z [00:02:03.484]➜  		"en-US/elasticsearch/ListInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListInstance.json",
2025-08-20T19:15:58.1160289Z [00:02:03.484]➜  		"en-US/elasticsearch/ListInstanceHistoryEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListInstanceHistoryEvents.json",
2025-08-20T19:15:58.1161400Z [00:02:03.484]➜  		"en-US/elasticsearch/ListInstanceIndices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListInstanceIndices.json",
2025-08-20T19:15:58.1162755Z [00:02:03.484]➜  		"en-US/elasticsearch/ListKibanaPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListKibanaPlugins.json",
2025-08-20T19:15:58.1163754Z [00:02:03.484]➜  		"en-US/elasticsearch/ListLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListLogstash.json",
2025-08-20T19:15:58.1164800Z [00:02:03.484]➜  		"en-US/elasticsearch/ListLogstashLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListLogstashLog.json",
2025-08-20T19:15:58.1165895Z [00:02:03.484]➜  		"en-US/elasticsearch/ListLogstashPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListLogstashPlugins.json",
2025-08-20T19:15:58.1166784Z [00:02:03.484]➜  		"en-US/elasticsearch/ListNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListNodes.json",
2025-08-20T19:15:58.1167750Z [00:02:03.484]➜  		"en-US/elasticsearch/ListPipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListPipeline.json",
2025-08-20T19:15:58.1168936Z [00:02:03.484]➜  		"en-US/elasticsearch/ListPipelineIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListPipelineIds.json",
2025-08-20T19:15:58.1169904Z [00:02:03.484]➜  		"en-US/elasticsearch/ListPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListPlugins.json",
2025-08-20T19:15:58.1170870Z [00:02:03.484]➜  		"en-US/elasticsearch/ListSearchLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListSearchLog.json",
2025-08-20T19:15:58.1171978Z [00:02:03.484]➜  		"en-US/elasticsearch/ListShardRecoveries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListShardRecoveries.json",
2025-08-20T19:15:58.1221352Z [00:02:03.484]➜  		"en-US/elasticsearch/ListSnapshotReposByInstanceId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListSnapshotReposByInstanceId.json",
2025-08-20T19:15:58.1222719Z [00:02:03.484]➜  		"en-US/elasticsearch/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListTagResources.json",
2025-08-20T19:15:58.1223710Z [00:02:03.484]➜  		"en-US/elasticsearch/ListTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListTags.json",
2025-08-20T19:15:58.1224742Z [00:02:03.484]➜  		"en-US/elasticsearch/ListVpcEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListVpcEndpoints.json",
2025-08-20T19:15:58.1225799Z [00:02:03.484]➜  		"en-US/elasticsearch/MigrateToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/MigrateToOtherZone.json",
2025-08-20T19:15:58.1226897Z [00:02:03.484]➜  		"en-US/elasticsearch/ModifyDeployMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ModifyDeployMachine.json",
2025-08-20T19:15:58.1228134Z [00:02:03.484]➜  		"en-US/elasticsearch/ModifyElastictask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ModifyElastictask.json",
2025-08-20T19:15:58.1229491Z [00:02:03.484]➜  		"en-US/elasticsearch/ModifyInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:58.1230487Z [00:02:03.484]➜  		"en-US/elasticsearch/ModifyWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ModifyWhiteIps.json",
2025-08-20T19:15:58.1231513Z [00:02:03.484]➜  		"en-US/elasticsearch/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/MoveResourceGroup.json",
2025-08-20T19:15:58.1232665Z [00:02:03.484]➜  		"en-US/elasticsearch/OpenDiagnosis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/OpenDiagnosis.json",
2025-08-20T19:15:58.1233574Z [00:02:03.484]➜  		"en-US/elasticsearch/OpenHttps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/OpenHttps.json",
2025-08-20T19:15:58.1234826Z [00:02:03.484]➜  		"en-US/elasticsearch/PostEmonTryAlarmRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/PostEmonTryAlarmRule.json",
2025-08-20T19:15:58.1235925Z [00:02:03.484]➜  		"en-US/elasticsearch/RecommendTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RecommendTemplates.json",
2025-08-20T19:15:58.1236982Z [00:02:03.484]➜  		"en-US/elasticsearch/ReinstallCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ReinstallCollector.json",
2025-08-20T19:15:58.1237862Z [00:02:03.484]➜  		"en-US/elasticsearch/RemoveApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RemoveApm.json",
2025-08-20T19:15:58.1238808Z [00:02:03.484]➜  		"en-US/elasticsearch/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RenewInstance.json",
2025-08-20T19:15:58.1239767Z [00:02:03.484]➜  		"en-US/elasticsearch/RenewLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RenewLogstash.json",
2025-08-20T19:15:58.1240961Z [00:02:03.484]➜  		"en-US/elasticsearch/RestartCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RestartCollector.json",
2025-08-20T19:15:58.1242030Z [00:02:03.484]➜  		"en-US/elasticsearch/RestartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RestartInstance.json",
2025-08-20T19:15:58.1243334Z [00:02:03.484]➜  		"en-US/elasticsearch/RestartLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RestartLogstash.json",
2025-08-20T19:15:58.1244575Z [00:02:03.484]➜  		"en-US/elasticsearch/ResumeElasticsearchTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ResumeElasticsearchTask.json",
2025-08-20T19:15:58.1245715Z [00:02:03.484]➜  		"en-US/elasticsearch/ResumeLogstashTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ResumeLogstashTask.json",
2025-08-20T19:15:58.1246815Z [00:02:03.484]➜  		"en-US/elasticsearch/RolloverDataStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RolloverDataStream.json",
2025-08-20T19:15:58.1247826Z [00:02:03.484]➜  		"en-US/elasticsearch/RunPipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RunPipelines.json",
2025-08-20T19:15:58.1248817Z [00:02:03.484]➜  		"en-US/elasticsearch/ShrinkNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ShrinkNode.json",
2025-08-20T19:15:58.1249735Z [00:02:03.484]➜  		"en-US/elasticsearch/StartApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StartApm.json",
2025-08-20T19:15:58.1250758Z [00:02:03.484]➜  		"en-US/elasticsearch/StartCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StartCollector.json",
2025-08-20T19:15:58.1251833Z [00:02:03.484]➜  		"en-US/elasticsearch/StopApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StopApm.json",
2025-08-20T19:15:58.1253171Z [00:02:03.484]➜  		"en-US/elasticsearch/StopCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StopCollector.json",
2025-08-20T19:15:58.1254190Z [00:02:03.484]➜  		"en-US/elasticsearch/StopPipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StopPipelines.json",
2025-08-20T19:15:58.1255173Z [00:02:03.484]➜  		"en-US/elasticsearch/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/TagResources.json",
2025-08-20T19:15:58.1256225Z [00:02:03.484]➜  		"en-US/elasticsearch/TransferNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/TransferNode.json",
2025-08-20T19:15:58.1257234Z [00:02:03.485]➜  		"en-US/elasticsearch/TriggerNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/TriggerNetwork.json",
2025-08-20T19:15:58.1258525Z [00:02:03.485]➜  		"en-US/elasticsearch/UninstallKibanaPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UninstallKibanaPlugin.json",
2025-08-20T19:15:58.1259700Z [00:02:03.485]➜  		"en-US/elasticsearch/UninstallLogstashPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UninstallLogstashPlugin.json",
2025-08-20T19:15:58.1260722Z [00:02:03.485]➜  		"en-US/elasticsearch/UninstallPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UninstallPlugin.json",
2025-08-20T19:15:58.1261727Z [00:02:03.485]➜  		"en-US/elasticsearch/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UntagResources.json",
2025-08-20T19:15:58.1262961Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateAdminPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateAdminPassword.json",
2025-08-20T19:15:58.1264122Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateAdvancedSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateAdvancedSetting.json",
2025-08-20T19:15:58.1265334Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateAliwsDict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateAliwsDict.json",
2025-08-20T19:15:58.1266257Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateApm.json",
2025-08-20T19:15:58.1267278Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateBlackIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateBlackIps.json",
2025-08-20T19:15:58.1268285Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateCollector.json",
2025-08-20T19:15:58.1269368Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateCollectorName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateCollectorName.json",
2025-08-20T19:15:58.1270515Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateComponentIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateComponentIndex.json",
2025-08-20T19:15:58.1271564Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateDescription.json",
2025-08-20T19:15:58.1272893Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateDiagnosisSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateDiagnosisSettings.json",
2025-08-20T19:15:58.1273853Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateDict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateDict.json",
2025-08-20T19:15:58.1275019Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateDynamicSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateDynamicSettings.json",
2025-08-20T19:15:58.1276301Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateExtendConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateExtendConfig.json",
2025-08-20T19:15:58.1277478Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateExtendfiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateExtendfiles.json",
2025-08-20T19:15:58.1278528Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateHotIkDicts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateHotIkDicts.json",
2025-08-20T19:15:58.1279551Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateILMPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateILMPolicy.json",
2025-08-20T19:15:58.1280623Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateIndexTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateIndexTemplate.json",
2025-08-20T19:15:58.1281640Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateInstance.json",
2025-08-20T19:15:58.1327271Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateInstanceChargeType.json",
2025-08-20T19:15:58.1328601Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateInstanceSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateInstanceSettings.json",
2025-08-20T19:15:58.1329748Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateKibanaSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateKibanaSettings.json",
2025-08-20T19:15:58.1330899Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateKibanaWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateKibanaWhiteIps.json",
2025-08-20T19:15:58.1331948Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateLogstash.json",
2025-08-20T19:15:58.1333380Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateLogstashChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateLogstashChargeType.json",
2025-08-20T19:15:58.1334791Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateLogstashDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateLogstashDescription.json",
2025-08-20T19:15:58.1335909Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateLogstashSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateLogstashSettings.json",
2025-08-20T19:15:58.1337198Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdatePipelineManagementConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePipelineManagementConfig.json",
2025-08-20T19:15:58.1338254Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdatePipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePipelines.json",
2025-08-20T19:15:58.1339555Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdatePrivateNetworkWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePrivateNetworkWhiteIps.json",
2025-08-20T19:15:58.1340679Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdatePublicNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePublicNetwork.json",
2025-08-20T19:15:58.1341804Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdatePublicWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePublicWhiteIps.json",
2025-08-20T19:15:58.1343150Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateReadWritePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateReadWritePolicy.json",
2025-08-20T19:15:58.1344275Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateSnapshotSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateSnapshotSetting.json",
2025-08-20T19:15:58.1345511Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateSynonymsDicts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateSynonymsDicts.json",
2025-08-20T19:15:58.1346669Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateTemplate.json",
2025-08-20T19:15:58.1347681Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateWhiteIps.json",
2025-08-20T19:15:58.1348868Z [00:02:03.485]➜  		"en-US/elasticsearch/UpdateXpackMonitorConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateXpackMonitorConfig.json",
2025-08-20T19:15:58.1349971Z [00:02:03.485]➜  		"en-US/elasticsearch/UpgradeEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpgradeEngineVersion.json",
2025-08-20T19:15:58.1351047Z [00:02:03.485]➜  		"en-US/elasticsearch/ValidateConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ValidateConnection.json",
2025-08-20T19:15:58.1352288Z [00:02:03.485]➜  		"en-US/elasticsearch/ValidateShrinkNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ValidateShrinkNodes.json",
2025-08-20T19:15:58.1370669Z [00:02:03.485]➜  		"en-US/elasticsearch/ValidateSlrPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ValidateSlrPermission.json",
2025-08-20T19:15:58.1371910Z [00:02:03.485]➜  		"en-US/elasticsearch/ValidateTransferableNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ValidateTransferableNodes.json",
2025-08-20T19:15:58.1373124Z [00:02:03.485]➜  		"en-US/elasticsearch/createInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/createInstance.json",
2025-08-20T19:15:58.1374060Z [00:02:03.485]➜  		"en-US/elasticsearch/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/version.json",
2025-08-20T19:15:58.1374971Z [00:02:03.485]➜  		"en-US/emr/AddClusterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/AddClusterService.json",
2025-08-20T19:15:58.1376106Z [00:02:03.485]➜  		"en-US/emr/AddScalingConfigItemV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/AddScalingConfigItemV2.json",
2025-08-20T19:15:58.1376847Z [00:02:03.485]➜  		"en-US/emr/CloneFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CloneFlow.json",
2025-08-20T19:15:58.1377618Z [00:02:03.485]➜  		"en-US/emr/CloneFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CloneFlowJob.json",
2025-08-20T19:15:58.1378577Z [00:02:03.485]➜  		"en-US/emr/CreateClusterHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateClusterHostGroup.json",
2025-08-20T19:15:58.1379562Z [00:02:03.485]➜  		"en-US/emr/CreateClusterTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateClusterTemplate.json",
2025-08-20T19:15:58.1380433Z [00:02:03.485]➜  		"en-US/emr/CreateClusterV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateClusterV2.json",
2025-08-20T19:15:58.1381442Z [00:02:03.485]➜  		"en-US/emr/CreateClusterWithTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateClusterWithTemplate.json",
2025-08-20T19:15:58.1382192Z [00:02:03.485]➜  		"en-US/emr/CreateFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlow.json",
2025-08-20T19:15:58.1383243Z [00:02:03.485]➜  		"en-US/emr/CreateFlowCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowCategory.json",
2025-08-20T19:15:58.1384125Z [00:02:03.485]➜  		"en-US/emr/CreateFlowForWeb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowForWeb.json",
2025-08-20T19:15:58.1385112Z [00:02:03.485]➜  		"en-US/emr/CreateFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowJob.json",
2025-08-20T19:15:58.1386143Z [00:02:03.485]➜  		"en-US/emr/CreateFlowProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowProject.json",
2025-08-20T19:15:58.1387349Z [00:02:03.485]➜  		"en-US/emr/CreateFlowProjectClusterSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowProjectClusterSetting.json",
2025-08-20T19:15:58.1388360Z [00:02:03.485]➜  		"en-US/emr/CreateFlowProjectUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowProjectUser.json",
2025-08-20T19:15:58.1389265Z [00:02:03.485]➜  		"en-US/emr/CreateResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateResourcePool.json",
2025-08-20T19:15:58.1390194Z [00:02:03.485]➜  		"en-US/emr/CreateResourceQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateResourceQueue.json",
2025-08-20T19:15:58.1391180Z [00:02:03.485]➜  		"en-US/emr/CreateScalingGroupV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateScalingGroupV2.json",
2025-08-20T19:15:58.1432709Z [00:02:03.485]➜  		"en-US/emr/DeleteClusterTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteClusterTemplate.json",
2025-08-20T19:15:58.1433745Z [00:02:03.485]➜  		"en-US/emr/DeleteFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlow.json",
2025-08-20T19:15:58.1434696Z [00:02:03.485]➜  		"en-US/emr/DeleteFlowCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowCategory.json",
2025-08-20T19:15:58.1435546Z [00:02:03.485]➜  		"en-US/emr/DeleteFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowJob.json",
2025-08-20T19:15:58.1436443Z [00:02:03.485]➜  		"en-US/emr/DeleteFlowProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowProject.json",
2025-08-20T19:15:58.1437614Z [00:02:03.485]➜  		"en-US/emr/DeleteFlowProjectClusterSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowProjectClusterSetting.json",
2025-08-20T19:15:58.1438647Z [00:02:03.485]➜  		"en-US/emr/DeleteFlowProjectUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowProjectUser.json",
2025-08-20T19:15:58.1439898Z [00:02:03.485]➜  		"en-US/emr/DeleteResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteResourcePool.json",
2025-08-20T19:15:58.1440845Z [00:02:03.485]➜  		"en-US/emr/DeleteResourceQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteResourceQueue.json",
2025-08-20T19:15:58.1441895Z [00:02:03.485]➜  		"en-US/emr/DescribeClusterBasicInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterBasicInfo.json",
2025-08-20T19:15:58.1443268Z [00:02:03.485]➜  		"en-US/emr/DescribeClusterOperationHostTaskLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterOperationHostTaskLog.json",
2025-08-20T19:15:58.1444603Z [00:02:03.485]➜  		"en-US/emr/DescribeClusterResourcePoolSchedulerType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterResourcePoolSchedulerType.json",
2025-08-20T19:15:58.1445575Z [00:02:03.485]➜  		"en-US/emr/DescribeClusterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterService.json",
2025-08-20T19:15:58.1446635Z [00:02:03.485]➜  		"en-US/emr/DescribeClusterServiceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterServiceConfig.json",
2025-08-20T19:15:58.1447780Z [00:02:03.485]➜  		"en-US/emr/DescribeClusterServiceConfigTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterServiceConfigTag.json",
2025-08-20T19:15:58.1448773Z [00:02:03.485]➜  		"en-US/emr/DescribeClusterTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterTemplate.json",
2025-08-20T19:15:58.1449834Z [00:02:03.485]➜  		"en-US/emr/DescribeClusterV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterV2.json",
2025-08-20T19:15:58.1450768Z [00:02:03.485]➜  		"en-US/emr/DescribeFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlow.json",
2025-08-20T19:15:58.1451730Z [00:02:03.485]➜  		"en-US/emr/DescribeFlowCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowCategory.json",
2025-08-20T19:15:58.1452942Z [00:02:03.485]➜  		"en-US/emr/DescribeFlowCategoryTree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowCategoryTree.json",
2025-08-20T19:15:58.1453852Z [00:02:03.485]➜  		"en-US/emr/DescribeFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowInstance.json",
2025-08-20T19:15:58.1454687Z [00:02:03.485]➜  		"en-US/emr/DescribeFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowJob.json",
2025-08-20T19:15:58.1455713Z [00:02:03.485]➜  		"en-US/emr/DescribeFlowNodeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowNodeInstance.json",
2025-08-20T19:15:58.1457106Z [00:02:03.485]➜  		"en-US/emr/DescribeFlowNodeInstanceContainerLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowNodeInstanceContainerLog.json",
2025-08-20T19:15:58.1458355Z [00:02:03.485]➜  		"en-US/emr/DescribeFlowNodeInstanceLauncherLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowNodeInstanceLauncherLog.json",
2025-08-20T19:15:58.1459295Z [00:02:03.485]➜  		"en-US/emr/DescribeFlowProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowProject.json",
2025-08-20T19:15:58.1460476Z [00:02:03.485]➜  		"en-US/emr/DescribeFlowProjectClusterSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowProjectClusterSetting.json",
2025-08-20T19:15:58.1461552Z [00:02:03.485]➜  		"en-US/emr/DescribeScalingConfigItemV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeScalingConfigItemV2.json",
2025-08-20T19:15:58.1479701Z [00:02:03.485]➜  		"en-US/emr/DescribeScalingGroupInstanceV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeScalingGroupInstanceV2.json",
2025-08-20T19:15:58.1480920Z [00:02:03.485]➜  		"en-US/emr/DescribeScalingGroupV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeScalingGroupV2.json",
2025-08-20T19:15:58.1481821Z [00:02:03.485]➜  		"en-US/emr/JoinResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/JoinResourceGroup.json",
2025-08-20T19:15:58.1482828Z [00:02:03.485]➜  		"en-US/emr/KillFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/KillFlowJob.json",
2025-08-20T19:15:58.1483660Z [00:02:03.485]➜  		"en-US/emr/ListClusterHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterHost.json",
2025-08-20T19:15:58.1484682Z [00:02:03.485]➜  		"en-US/emr/ListClusterHostComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterHostComponent.json",
2025-08-20T19:15:58.1485644Z [00:02:03.485]➜  		"en-US/emr/ListClusterHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterHostGroup.json",
2025-08-20T19:15:58.1486742Z [00:02:03.485]➜  		"en-US/emr/ListClusterInstalledService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterInstalledService.json",
2025-08-20T19:15:58.1487709Z [00:02:03.485]➜  		"en-US/emr/ListClusterOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterOperation.json",
2025-08-20T19:15:58.1488728Z [00:02:03.485]➜  		"en-US/emr/ListClusterOperationHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterOperationHost.json",
2025-08-20T19:15:58.1489883Z [00:02:03.485]➜  		"en-US/emr/ListClusterOperationHostTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterOperationHostTask.json",
2025-08-20T19:15:58.1491107Z [00:02:03.485]➜  		"en-US/emr/ListClusterOperationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterOperationTask.json",
2025-08-20T19:15:58.1492148Z [00:02:03.485]➜  		"en-US/emr/ListClusterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterService.json",
2025-08-20T19:15:58.1493661Z [00:02:03.485]➜  		"en-US/emr/ListClusterServiceComponentHealthInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterServiceComponentHealthInfo.json",
2025-08-20T19:15:58.1494825Z [00:02:03.485]➜  		"en-US/emr/ListClusterServiceConfigHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterServiceConfigHistory.json",
2025-08-20T19:15:58.1495898Z [00:02:03.485]➜  		"en-US/emr/ListClusterServiceQuickLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterServiceQuickLink.json",
2025-08-20T19:15:58.1496873Z [00:02:03.485]➜  		"en-US/emr/ListClusterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterTemplates.json",
2025-08-20T19:15:58.1497698Z [00:02:03.485]➜  		"en-US/emr/ListClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusters.json",
2025-08-20T19:15:58.1498841Z [00:02:03.485]➜  		"en-US/emr/ListEmrAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListEmrAvailableConfig.json",
2025-08-20T19:15:58.1499860Z [00:02:03.485]➜  		"en-US/emr/ListEmrAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListEmrAvailableResource.json",
2025-08-20T19:15:58.1500795Z [00:02:03.485]➜  		"en-US/emr/ListEmrMainVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListEmrMainVersion.json",
2025-08-20T19:15:58.1501523Z [00:02:03.485]➜  		"en-US/emr/ListFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlow.json",
2025-08-20T19:15:58.1532651Z [00:02:03.485]➜  		"en-US/emr/ListFlowCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowCategory.json",
2025-08-20T19:15:58.1533693Z [00:02:03.485]➜  		"en-US/emr/ListFlowCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowCluster.json",
2025-08-20T19:15:58.1534864Z [00:02:03.485]➜  		"en-US/emr/ListFlowClusterAll.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowClusterAll.json",
2025-08-20T19:15:58.1535879Z [00:02:03.485]➜  		"en-US/emr/ListFlowClusterAllHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowClusterAllHosts.json",
2025-08-20T19:15:58.1536823Z [00:02:03.485]➜  		"en-US/emr/ListFlowClusterHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowClusterHost.json",
2025-08-20T19:15:58.1537682Z [00:02:03.485]➜  		"en-US/emr/ListFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowInstance.json",
2025-08-20T19:15:58.1538445Z [00:02:03.485]➜  		"en-US/emr/ListFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowJob.json",
2025-08-20T19:15:58.1539339Z [00:02:03.485]➜  		"en-US/emr/ListFlowJobHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowJobHistory.json",
2025-08-20T19:15:58.1540294Z [00:02:03.485]➜  		"en-US/emr/ListFlowNodeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowNodeInstance.json",
2025-08-20T19:15:58.1541556Z [00:02:03.485]➜  		"en-US/emr/ListFlowNodeInstanceContainerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowNodeInstanceContainerStatus.json",
2025-08-20T19:15:58.1542711Z [00:02:03.485]➜  		"en-US/emr/ListFlowNodeSqlResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowNodeSqlResult.json",
2025-08-20T19:15:58.1543594Z [00:02:03.485]➜  		"en-US/emr/ListFlowProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowProject.json",
2025-08-20T19:15:58.1544832Z [00:02:03.485]➜  		"en-US/emr/ListFlowProjectClusterSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowProjectClusterSetting.json",
2025-08-20T19:15:58.1545894Z [00:02:03.485]➜  		"en-US/emr/ListFlowProjectUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowProjectUser.json",
2025-08-20T19:15:58.1546782Z [00:02:03.485]➜  		"en-US/emr/ListResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListResourcePool.json",
2025-08-20T19:15:58.1547718Z [00:02:03.485]➜  		"en-US/emr/ListScalingActivityV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListScalingActivityV2.json",
2025-08-20T19:15:58.1548690Z [00:02:03.485]➜  		"en-US/emr/ListScalingConfigItemV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListScalingConfigItemV2.json",
2025-08-20T19:15:58.1549579Z [00:02:03.485]➜  		"en-US/emr/ListScalingGroupV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListScalingGroupV2.json",
2025-08-20T19:15:58.1550421Z [00:02:03.485]➜  		"en-US/emr/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListTagResources.json",
2025-08-20T19:15:58.1551463Z [00:02:03.485]➜  		"en-US/emr/ModifyClusterName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyClusterName.json",
2025-08-20T19:15:58.1552771Z [00:02:03.485]➜  		"en-US/emr/ModifyClusterServiceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyClusterServiceConfig.json",
2025-08-20T19:15:58.1553680Z [00:02:03.485]➜  		"en-US/emr/ModifyClusterTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyClusterTemplate.json",
2025-08-20T19:15:58.1554558Z [00:02:03.485]➜  		"en-US/emr/ModifyFlowCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyFlowCategory.json",
2025-08-20T19:15:58.1555441Z [00:02:03.485]➜  		"en-US/emr/ModifyFlowForWeb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyFlowForWeb.json",
2025-08-20T19:15:58.1556352Z [00:02:03.485]➜  		"en-US/emr/ModifyFlowProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyFlowProject.json",
2025-08-20T19:15:58.1557489Z [00:02:03.485]➜  		"en-US/emr/ModifyFlowProjectClusterSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyFlowProjectClusterSetting.json",
2025-08-20T19:15:58.1558597Z [00:02:03.485]➜  		"en-US/emr/ModifyResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyResourcePool.json",
2025-08-20T19:15:58.1559746Z [00:02:03.485]➜  		"en-US/emr/ModifyResourcePoolSchedulerType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyResourcePoolSchedulerType.json",
2025-08-20T19:15:58.1560666Z [00:02:03.485]➜  		"en-US/emr/ModifyResourceQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyResourceQueue.json",
2025-08-20T19:15:58.1561678Z [00:02:03.485]➜  		"en-US/emr/ModifyScalingConfigItemV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyScalingConfigItemV2.json",
2025-08-20T19:15:58.1586079Z [00:02:03.485]➜  		"en-US/emr/ModifyScalingGroupV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyScalingGroupV2.json",
2025-08-20T19:15:58.1587433Z [00:02:03.485]➜  		"en-US/emr/RefreshClusterResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RefreshClusterResourcePool.json",
2025-08-20T19:15:58.1588313Z [00:02:03.485]➜  		"en-US/emr/ReleaseCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ReleaseCluster.json",
2025-08-20T19:15:58.1589308Z [00:02:03.485]➜  		"en-US/emr/ReleaseClusterHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ReleaseClusterHostGroup.json",
2025-08-20T19:15:58.1590321Z [00:02:03.485]➜  		"en-US/emr/RemoveScalingConfigItemV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RemoveScalingConfigItemV2.json",
2025-08-20T19:15:58.1591251Z [00:02:03.485]➜  		"en-US/emr/RerunFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RerunFlow.json",
2025-08-20T19:15:58.1592193Z [00:02:03.485]➜  		"en-US/emr/ResizeClusterV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ResizeClusterV2.json",
2025-08-20T19:15:58.1593121Z [00:02:03.485]➜  		"en-US/emr/ResumeFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ResumeFlow.json",
2025-08-20T19:15:58.1594126Z [00:02:03.485]➜  		"en-US/emr/RunClusterServiceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RunClusterServiceAction.json",
2025-08-20T19:15:58.1594999Z [00:02:03.485]➜  		"en-US/emr/RunScalingActionV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RunScalingActionV2.json",
2025-08-20T19:15:58.1595730Z [00:02:03.485]➜  		"en-US/emr/StartFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/StartFlow.json",
2025-08-20T19:15:58.1596478Z [00:02:03.485]➜  		"en-US/emr/SubmitFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/SubmitFlow.json",
2025-08-20T19:15:58.1597297Z [00:02:03.485]➜  		"en-US/emr/SubmitFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/SubmitFlowJob.json",
2025-08-20T19:15:58.1598375Z [00:02:03.485]➜  		"en-US/emr/SuspendFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/SuspendFlow.json",
2025-08-20T19:15:58.1599267Z [00:02:03.485]➜  		"en-US/emr/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/TagResources.json",
2025-08-20T19:15:58.1600136Z [00:02:03.485]➜  		"en-US/emr/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/UntagResources.json",
2025-08-20T19:15:58.1600853Z [00:02:03.485]➜  		"en-US/emr/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/version.json",
2025-08-20T19:15:58.1613108Z [00:02:03.485]➜  		"en-US/ens/AccosicateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AccosicateNetworkAcl.json",
2025-08-20T19:15:58.1614284Z [00:02:03.485]➜  		"en-US/ens/AddBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AddBackendServers.json",
2025-08-20T19:15:58.1615249Z [00:02:03.485]➜  		"en-US/ens/AddDeviceInternetPort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AddDeviceInternetPort.json",
2025-08-20T19:15:58.1616422Z [00:02:03.485]➜  		"en-US/ens/AddNetworkInterfaceToInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AddNetworkInterfaceToInstance.json",
2025-08-20T19:15:58.1617318Z [00:02:03.485]➜  		"en-US/ens/AddSnatIpForSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AddSnatIpForSnatEntry.json",
2025-08-20T19:15:58.1618261Z [00:02:03.485]➜  		"en-US/ens/AssignPrivateIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AssignPrivateIpAddresses.json",
2025-08-20T19:15:58.1619221Z [00:02:03.485]➜  		"en-US/ens/AssociateEnsEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AssociateEnsEipAddress.json",
2025-08-20T19:15:58.1619995Z [00:02:03.485]➜  		"en-US/ens/AttachDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AttachDisk.json",
2025-08-20T19:15:58.1620902Z [00:02:03.485]➜  		"en-US/ens/AttachEnsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AttachEnsInstances.json",
2025-08-20T19:15:58.1621850Z [00:02:03.485]➜  		"en-US/ens/AuthorizeSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AuthorizeSecurityGroup.json",
2025-08-20T19:15:58.1636054Z [00:02:03.486]➜  		"en-US/ens/AuthorizeSecurityGroupEgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AuthorizeSecurityGroupEgress.json",
2025-08-20T19:15:58.1636837Z [00:02:03.486]➜  		"en-US/ens/CopySDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CopySDG.json",
2025-08-20T19:15:58.1637644Z [00:02:03.486]➜  		"en-US/ens/CopySnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CopySnapshot.json",
2025-08-20T19:15:58.1638796Z [00:02:03.486]➜  		"en-US/ens/CreateARMServerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateARMServerInstances.json",
2025-08-20T19:15:58.1639793Z [00:02:03.486]➜  		"en-US/ens/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateApplication.json",
2025-08-20T19:15:58.1640705Z [00:02:03.486]➜  		"en-US/ens/CreateClassicNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateClassicNetwork.json",
2025-08-20T19:15:58.1641459Z [00:02:03.486]➜  		"en-US/ens/CreateDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateDisk.json",
2025-08-20T19:15:58.1642332Z [00:02:03.486]➜  		"en-US/ens/CreateEipInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateEipInstance.json",
2025-08-20T19:15:58.1643466Z [00:02:03.486]➜  		"en-US/ens/CreateEnsRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateEnsRouteEntry.json",
2025-08-20T19:15:58.1644347Z [00:02:03.486]➜  		"en-US/ens/CreateEnsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateEnsService.json",
2025-08-20T19:15:58.1645331Z [00:02:03.486]➜  		"en-US/ens/CreateEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateEpnInstance.json",
2025-08-20T19:15:58.1646182Z [00:02:03.486]➜  		"en-US/ens/CreateFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateFileSystem.json",
2025-08-20T19:15:58.1647054Z [00:02:03.486]➜  		"en-US/ens/CreateForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateForwardEntry.json",
2025-08-20T19:15:58.1647805Z [00:02:03.486]➜  		"en-US/ens/CreateImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateImage.json",
2025-08-20T19:15:58.1648578Z [00:02:03.486]➜  		"en-US/ens/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateInstance.json",
2025-08-20T19:15:58.1649392Z [00:02:03.486]➜  		"en-US/ens/CreateKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateKeyPair.json",
2025-08-20T19:15:58.1650295Z [00:02:03.486]➜  		"en-US/ens/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancer.json",
2025-08-20T19:15:58.1651510Z [00:02:03.486]➜  		"en-US/ens/CreateLoadBalancerHTTPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancerHTTPListener.json",
2025-08-20T19:15:58.1652801Z [00:02:03.486]➜  		"en-US/ens/CreateLoadBalancerHTTPSListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancerHTTPSListener.json",
2025-08-20T19:15:58.1653899Z [00:02:03.486]➜  		"en-US/ens/CreateLoadBalancerTCPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancerTCPListener.json",
2025-08-20T19:15:58.1654977Z [00:02:03.486]➜  		"en-US/ens/CreateLoadBalancerUDPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancerUDPListener.json",
2025-08-20T19:15:58.1655925Z [00:02:03.486]➜  		"en-US/ens/CreateMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateMountTarget.json",
2025-08-20T19:15:58.1656802Z [00:02:03.486]➜  		"en-US/ens/CreateNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateNatGateway.json",
2025-08-20T19:15:58.1657600Z [00:02:03.486]➜  		"en-US/ens/CreateNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateNetwork.json",
2025-08-20T19:15:58.1658463Z [00:02:03.486]➜  		"en-US/ens/CreateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateNetworkAcl.json",
2025-08-20T19:15:58.1659392Z [00:02:03.486]➜  		"en-US/ens/CreateNetworkAclEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateNetworkAclEntry.json",
2025-08-20T19:15:58.1660307Z [00:02:03.486]➜  		"en-US/ens/CreateSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateSecurityGroup.json",
2025-08-20T19:15:58.1661266Z [00:02:03.486]➜  		"en-US/ens/CreateSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateSnapshot.json",
2025-08-20T19:15:58.1662342Z [00:02:03.486]➜  		"en-US/ens/CreateSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateSnatEntry.json",
2025-08-20T19:15:58.1713571Z [00:02:03.486]➜  		"en-US/ens/CreateVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateVSwitch.json",
2025-08-20T19:15:58.1714497Z [00:02:03.486]➜  		"en-US/ens/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteApplication.json",
2025-08-20T19:15:58.1715250Z [00:02:03.486]➜  		"en-US/ens/DeleteBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteBucket.json",
2025-08-20T19:15:58.1716250Z [00:02:03.486]➜  		"en-US/ens/DeleteBucketLifecycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteBucketLifecycle.json",
2025-08-20T19:15:58.1717275Z [00:02:03.486]➜  		"en-US/ens/DeleteDeviceInternetPort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteDeviceInternetPort.json",
2025-08-20T19:15:58.1718230Z [00:02:03.486]➜  		"en-US/ens/DeleteDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteDisk.json",
2025-08-20T19:15:58.1719142Z [00:02:03.486]➜  		"en-US/ens/DeleteEnsRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteEnsRouteEntry.json",
2025-08-20T19:15:58.1720019Z [00:02:03.486]➜  		"en-US/ens/DeleteEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteEpnInstance.json",
2025-08-20T19:15:58.1720874Z [00:02:03.486]➜  		"en-US/ens/DeleteFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteFileSystem.json",
2025-08-20T19:15:58.1721776Z [00:02:03.486]➜  		"en-US/ens/DeleteForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteForwardEntry.json",
2025-08-20T19:15:58.1722722Z [00:02:03.486]➜  		"en-US/ens/DeleteImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteImage.json",
2025-08-20T19:15:58.1723546Z [00:02:03.486]➜  		"en-US/ens/DeleteKeyPairs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteKeyPairs.json",
2025-08-20T19:15:58.1724710Z [00:02:03.486]➜  		"en-US/ens/DeleteLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteLoadBalancerListener.json",
2025-08-20T19:15:58.1725564Z [00:02:03.486]➜  		"en-US/ens/DeleteMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteMountTarget.json",
2025-08-20T19:15:58.1726402Z [00:02:03.486]➜  		"en-US/ens/DeleteNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteNatGateway.json",
2025-08-20T19:15:58.1727180Z [00:02:03.486]➜  		"en-US/ens/DeleteNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteNetwork.json",
2025-08-20T19:15:58.1728035Z [00:02:03.486]➜  		"en-US/ens/DeleteNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteNetworkAcl.json",
2025-08-20T19:15:58.1728987Z [00:02:03.486]➜  		"en-US/ens/DeleteNetworkAclEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteNetworkAclEntry.json",
2025-08-20T19:15:58.1729764Z [00:02:03.486]➜  		"en-US/ens/DeleteObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteObject.json",
2025-08-20T19:15:58.1730660Z [00:02:03.486]➜  		"en-US/ens/DeleteSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteSecurityGroup.json",
2025-08-20T19:15:58.1731469Z [00:02:03.486]➜  		"en-US/ens/DeleteSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteSnapshot.json",
2025-08-20T19:15:58.1732285Z [00:02:03.486]➜  		"en-US/ens/DeleteSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteSnatEntry.json",
2025-08-20T19:15:58.1733688Z [00:02:03.486]➜  		"en-US/ens/DeleteSnatIpForSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteSnatIpForSnatEntry.json",
2025-08-20T19:15:58.1734574Z [00:02:03.486]➜  		"en-US/ens/DeleteVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteVSwitch.json",
2025-08-20T19:15:58.1735281Z [00:02:03.486]➜  		"en-US/ens/DeploySDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeploySDG.json",
2025-08-20T19:15:58.1736122Z [00:02:03.486]➜  		"en-US/ens/DescribeAICImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeAICImages.json",
2025-08-20T19:15:58.1737164Z [00:02:03.486]➜  		"en-US/ens/DescribeARMServerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeARMServerInstances.json",
2025-08-20T19:15:58.1738047Z [00:02:03.486]➜  		"en-US/ens/DescribeApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeApplication.json",
2025-08-20T19:15:58.1739258Z [00:02:03.486]➜  		"en-US/ens/DescribeApplicationResourceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeApplicationResourceSummary.json",
2025-08-20T19:15:58.1740407Z [00:02:03.486]➜  		"en-US/ens/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeAvailableResource.json",
2025-08-20T19:15:58.1741533Z [00:02:03.486]➜  		"en-US/ens/DescribeAvailableResourceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeAvailableResourceInfo.json",
2025-08-20T19:15:58.1752348Z [00:02:03.486]➜  		"en-US/ens/DescribeBandWithdChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeBandWithdChargeType.json",
2025-08-20T19:15:58.1753999Z [00:02:03.486]➜  		"en-US/ens/DescribeBandwitdhByInternetChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeBandwitdhByInternetChargeType.json",
2025-08-20T19:15:58.1755322Z [00:02:03.486]➜  		"en-US/ens/DescribeCloudDiskAvailableResourceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeCloudDiskAvailableResourceInfo.json",
2025-08-20T19:15:58.1756286Z [00:02:03.486]➜  		"en-US/ens/DescribeCloudDiskTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeCloudDiskTypes.json",
2025-08-20T19:15:58.1757741Z [00:02:03.486]➜  		"en-US/ens/DescribeCreatePrePaidInstanceResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeCreatePrePaidInstanceResult.json",
2025-08-20T19:15:58.1758673Z [00:02:03.486]➜  		"en-US/ens/DescribeDataDistResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDataDistResult.json",
2025-08-20T19:15:58.1759661Z [00:02:03.486]➜  		"en-US/ens/DescribeDataDownloadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDataDownloadURL.json",
2025-08-20T19:15:58.1760613Z [00:02:03.486]➜  		"en-US/ens/DescribeDataPushResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDataPushResult.json",
2025-08-20T19:15:58.1761556Z [00:02:03.486]➜  		"en-US/ens/DescribeDeviceService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDeviceService.json",
2025-08-20T19:15:58.1762696Z [00:02:03.486]➜  		"en-US/ens/DescribeDisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDisks.json",
2025-08-20T19:15:58.1763614Z [00:02:03.486]➜  		"en-US/ens/DescribeEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEipAddresses.json",
2025-08-20T19:15:58.1764769Z [00:02:03.486]➜  		"en-US/ens/DescribeElbAvailableResourceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeElbAvailableResourceInfo.json",
2025-08-20T19:15:58.1765771Z [00:02:03.486]➜  		"en-US/ens/DescribeEnsEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsEipAddresses.json",
2025-08-20T19:15:58.1766846Z [00:02:03.486]➜  		"en-US/ens/DescribeEnsNetDistrict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsNetDistrict.json",
2025-08-20T19:15:58.1767781Z [00:02:03.486]➜  		"en-US/ens/DescribeEnsNetLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsNetLevel.json",
2025-08-20T19:15:58.1768803Z [00:02:03.486]➜  		"en-US/ens/DescribeEnsNetSaleDistrict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsNetSaleDistrict.json",
2025-08-20T19:15:58.1769842Z [00:02:03.486]➜  		"en-US/ens/DescribeEnsRegionIdIpv6Info.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsRegionIdIpv6Info.json",
2025-08-20T19:15:58.1770895Z [00:02:03.486]➜  		"en-US/ens/DescribeEnsRegionIdResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsRegionIdResource.json",
2025-08-20T19:15:58.1771813Z [00:02:03.486]➜  		"en-US/ens/DescribeEnsRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsRegions.json",
2025-08-20T19:15:58.1773104Z [00:02:03.486]➜  		"en-US/ens/DescribeEnsResourceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsResourceUsage.json",
2025-08-20T19:15:58.1774325Z [00:02:03.486]➜  		"en-US/ens/DescribeEnsRouteEntryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsRouteEntryList.json",
2025-08-20T19:15:58.1775392Z [00:02:03.486]➜  		"en-US/ens/DescribeEpnBandWidthData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnBandWidthData.json",
2025-08-20T19:15:58.1776731Z [00:02:03.486]➜  		"en-US/ens/DescribeEpnBandwitdhByInternetChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnBandwitdhByInternetChargeType.json",
2025-08-20T19:15:58.1777852Z [00:02:03.486]➜  		"en-US/ens/DescribeEpnInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnInstanceAttribute.json",
2025-08-20T19:15:58.1778815Z [00:02:03.486]➜  		"en-US/ens/DescribeEpnInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnInstances.json",
2025-08-20T19:15:58.1779902Z [00:02:03.486]➜  		"en-US/ens/DescribeEpnMeasurementData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnMeasurementData.json",
2025-08-20T19:15:58.1781063Z [00:02:03.486]➜  		"en-US/ens/DescribeExportImageInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeExportImageInfo.json",
2025-08-20T19:15:58.1782128Z [00:02:03.486]➜  		"en-US/ens/DescribeExportImageStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeExportImageStatus.json",
2025-08-20T19:15:58.1823395Z [00:02:03.486]➜  		"en-US/ens/DescribeFileSystems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeFileSystems.json",
2025-08-20T19:15:58.1824566Z [00:02:03.486]➜  		"en-US/ens/DescribeForwardTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeForwardTableEntries.json",
2025-08-20T19:15:58.1825514Z [00:02:03.486]➜  		"en-US/ens/DescribeImageInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeImageInfos.json",
2025-08-20T19:15:58.1826789Z [00:02:03.486]➜  		"en-US/ens/DescribeImageSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeImageSharePermission.json",
2025-08-20T19:15:58.1827631Z [00:02:03.486]➜  		"en-US/ens/DescribeImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeImages.json",
2025-08-20T19:15:58.1828815Z [00:02:03.486]➜  		"en-US/ens/DescribeInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceAutoRenewAttribute.json",
2025-08-20T19:15:58.1829846Z [00:02:03.486]➜  		"en-US/ens/DescribeInstanceMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceMonitorData.json",
2025-08-20T19:15:58.1830738Z [00:02:03.486]➜  		"en-US/ens/DescribeInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceSpec.json",
2025-08-20T19:15:58.1831853Z [00:02:03.486]➜  		"en-US/ens/DescribeInstanceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceTypes.json",
2025-08-20T19:15:58.1833072Z [00:02:03.486]➜  		"en-US/ens/DescribeInstanceVncUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceVncUrl.json",
2025-08-20T19:15:58.1833941Z [00:02:03.486]➜  		"en-US/ens/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstances.json",
2025-08-20T19:15:58.1834785Z [00:02:03.486]➜  		"en-US/ens/DescribeKeyPairs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeKeyPairs.json",
2025-08-20T19:15:58.1835872Z [00:02:03.486]➜  		"en-US/ens/DescribeLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerAttribute.json",
2025-08-20T19:15:58.1837241Z [00:02:03.486]➜  		"en-US/ens/DescribeLoadBalancerHTTPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:58.1838719Z [00:02:03.486]➜  		"en-US/ens/DescribeLoadBalancerHTTPSListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:58.1839724Z [00:02:03.486]➜  		"en-US/ens/DescribeLoadBalancerSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerSpec.json",
2025-08-20T19:15:58.1841007Z [00:02:03.486]➜  		"en-US/ens/DescribeLoadBalancerTCPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:58.1842354Z [00:02:03.486]➜  		"en-US/ens/DescribeLoadBalancerUDPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:58.1843523Z [00:02:03.486]➜  		"en-US/ens/DescribeLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancers.json",
2025-08-20T19:15:58.1844524Z [00:02:03.486]➜  		"en-US/ens/DescribeMeasurementData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeMeasurementData.json",
2025-08-20T19:15:58.1845602Z [00:02:03.486]➜  		"en-US/ens/DescribeMountTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeMountTargets.json",
2025-08-20T19:15:58.1846529Z [00:02:03.486]➜  		"en-US/ens/DescribeNatGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNatGateways.json",
2025-08-20T19:15:58.1847413Z [00:02:03.486]➜  		"en-US/ens/DescribeNetworkAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNetworkAcls.json",
2025-08-20T19:15:58.1848416Z [00:02:03.486]➜  		"en-US/ens/DescribeNetworkAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNetworkAttribute.json",
2025-08-20T19:15:58.1849419Z [00:02:03.486]➜  		"en-US/ens/DescribeNetworkInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNetworkInterfaces.json",
2025-08-20T19:15:58.1850403Z [00:02:03.486]➜  		"en-US/ens/DescribeNetworks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNetworks.json",
2025-08-20T19:15:58.1851494Z [00:02:03.486]➜  		"en-US/ens/DescribePrePaidInstanceStock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribePrePaidInstanceStock.json",
2025-08-20T19:15:58.1852307Z [00:02:03.486]➜  		"en-US/ens/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribePrice.json",
2025-08-20T19:15:58.1870630Z [00:02:03.486]➜  		"en-US/ens/DescribeRegionIsps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeRegionIsps.json",
2025-08-20T19:15:58.1871535Z [00:02:03.486]➜  		"en-US/ens/DescribeReservedResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeReservedResource.json",
2025-08-20T19:15:58.1872844Z [00:02:03.486]➜  		"en-US/ens/DescribeSDGDeploymentStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSDGDeploymentStatus.json",
2025-08-20T19:15:58.1873865Z [00:02:03.486]➜  		"en-US/ens/DescribeSecurityGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSecurityGroupAttribute.json",
2025-08-20T19:15:58.1874768Z [00:02:03.486]➜  		"en-US/ens/DescribeSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSecurityGroups.json",
2025-08-20T19:15:58.1875663Z [00:02:03.486]➜  		"en-US/ens/DescribeSelfImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSelfImages.json",
2025-08-20T19:15:58.1876654Z [00:02:03.486]➜  		"en-US/ens/DescribeServcieSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeServcieSchedule.json",
2025-08-20T19:15:58.1877565Z [00:02:03.486]➜  		"en-US/ens/DescribeSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSnapshots.json",
2025-08-20T19:15:58.1878540Z [00:02:03.486]➜  		"en-US/ens/DescribeSnatAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSnatAttribute.json",
2025-08-20T19:15:58.1879689Z [00:02:03.486]➜  		"en-US/ens/DescribeSnatTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSnatTableEntries.json",
2025-08-20T19:15:58.1880761Z [00:02:03.486]➜  		"en-US/ens/DescribeUserBandWidthData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeUserBandWidthData.json",
2025-08-20T19:15:58.1881616Z [00:02:03.486]➜  		"en-US/ens/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeVSwitches.json",
2025-08-20T19:15:58.1882336Z [00:02:03.486]➜  		"en-US/ens/DetachDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DetachDisk.json",
2025-08-20T19:15:58.1883473Z [00:02:03.486]➜  		"en-US/ens/DistApplicationData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DistApplicationData.json",
2025-08-20T19:15:58.1884353Z [00:02:03.486]➜  		"en-US/ens/ExportBillDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ExportBillDetailData.json",
2025-08-20T19:15:58.1885202Z [00:02:03.486]➜  		"en-US/ens/ExportImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ExportImage.json",
2025-08-20T19:15:58.1886056Z [00:02:03.486]➜  		"en-US/ens/ExportMeasurementData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ExportMeasurementData.json",
2025-08-20T19:15:58.1886747Z [00:02:03.486]➜  		"en-US/ens/GetBucketAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetBucketAcl.json",
2025-08-20T19:15:58.1887428Z [00:02:03.486]➜  		"en-US/ens/GetBucketInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetBucketInfo.json",
2025-08-20T19:15:58.1888199Z [00:02:03.486]➜  		"en-US/ens/GetBucketLifecycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetBucketLifecycle.json",
2025-08-20T19:15:58.1889001Z [00:02:03.486]➜  		"en-US/ens/GetDeviceInternetPort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetDeviceInternetPort.json",
2025-08-20T19:15:58.1890163Z [00:02:03.486]➜  		"en-US/ens/GetOssStorageAndAccByBuckets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetOssStorageAndAccByBuckets.json",
2025-08-20T19:15:58.1890883Z [00:02:03.486]➜  		"en-US/ens/GetOssUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetOssUsageData.json",
2025-08-20T19:15:58.1891560Z [00:02:03.486]➜  		"en-US/ens/ImportKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ImportKeyPair.json",
2025-08-20T19:15:58.1922734Z [00:02:03.486]➜  		"en-US/ens/JoinPublicIpsToEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/JoinPublicIpsToEpnInstance.json",
2025-08-20T19:15:58.1923930Z [00:02:03.486]➜  		"en-US/ens/JoinSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/JoinSecurityGroup.json",
2025-08-20T19:15:58.1924932Z [00:02:03.486]➜  		"en-US/ens/JoinVSwitchesToEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/JoinVSwitchesToEpnInstance.json",
2025-08-20T19:15:58.1925779Z [00:02:03.486]➜  		"en-US/ens/LeaveSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/LeaveSecurityGroup.json",
2025-08-20T19:15:58.1926603Z [00:02:03.486]➜  		"en-US/ens/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ListApplications.json",
2025-08-20T19:15:58.1927339Z [00:02:03.486]➜  		"en-US/ens/ListBuckets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ListBuckets.json",
2025-08-20T19:15:58.1928046Z [00:02:03.486]➜  		"en-US/ens/ListObjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ListObjects.json",
2025-08-20T19:15:58.1929072Z [00:02:03.486]➜  		"en-US/ens/ModifyEnsEipAddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyEnsEipAddressAttribute.json",
2025-08-20T19:15:58.1929969Z [00:02:03.486]➜  		"en-US/ens/ModifyEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyEpnInstance.json",
2025-08-20T19:15:58.1931098Z [00:02:03.486]➜  		"en-US/ens/ModifyFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyFileSystem.json",
2025-08-20T19:15:58.1931934Z [00:02:03.486]➜  		"en-US/ens/ModifyForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyForwardEntry.json",
2025-08-20T19:15:58.1932993Z [00:02:03.486]➜  		"en-US/ens/ModifyImageAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyImageAttribute.json",
2025-08-20T19:15:58.1934050Z [00:02:03.486]➜  		"en-US/ens/ModifyImageSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyImageSharePermission.json",
2025-08-20T19:15:58.1935002Z [00:02:03.486]➜  		"en-US/ens/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyInstanceAttribute.json",
2025-08-20T19:15:58.1936162Z [00:02:03.486]➜  		"en-US/ens/ModifyInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyInstanceAutoRenewAttribute.json",
2025-08-20T19:15:58.1937133Z [00:02:03.486]➜  		"en-US/ens/ModifyInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyInstanceChargeType.json",
2025-08-20T19:15:58.1938139Z [00:02:03.486]➜  		"en-US/ens/ModifyLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyLoadBalancerAttribute.json",
2025-08-20T19:15:58.1939084Z [00:02:03.486]➜  		"en-US/ens/ModifyNetworkAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyNetworkAttribute.json",
2025-08-20T19:15:58.1940029Z [00:02:03.486]➜  		"en-US/ens/ModifyPrepayInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyPrepayInstanceSpec.json",
2025-08-20T19:15:58.1941216Z [00:02:03.486]➜  		"en-US/ens/ModifySecurityGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifySecurityGroupAttribute.json",
2025-08-20T19:15:58.1942314Z [00:02:03.486]➜  		"en-US/ens/ModifySnapshotAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifySnapshotAttribute.json",
2025-08-20T19:15:58.1943529Z [00:02:03.486]➜  		"en-US/ens/ModifyVSwitchAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyVSwitchAttribute.json",
2025-08-20T19:15:58.1944457Z [00:02:03.486]➜  		"en-US/ens/PushApplicationData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/PushApplicationData.json",
2025-08-20T19:15:58.1945182Z [00:02:03.486]➜  		"en-US/ens/PutBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/PutBucket.json",
2025-08-20T19:15:58.1945938Z [00:02:03.486]➜  		"en-US/ens/PutBucketAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/PutBucketAcl.json",
2025-08-20T19:15:58.1946835Z [00:02:03.486]➜  		"en-US/ens/PutBucketLifecycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/PutBucketLifecycle.json",
2025-08-20T19:15:58.1947578Z [00:02:03.487]➜  		"en-US/ens/ReInitDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReInitDisk.json",
2025-08-20T19:15:58.1948442Z [00:02:03.487]➜  		"en-US/ens/RebootAICInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RebootAICInstance.json",
2025-08-20T19:15:58.1949418Z [00:02:03.487]➜  		"en-US/ens/RebootARMServerInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RebootARMServerInstance.json",
2025-08-20T19:15:58.1950198Z [00:02:03.487]➜  		"en-US/ens/RebootInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RebootInstance.json",
2025-08-20T19:15:58.1951034Z [00:02:03.487]➜  		"en-US/ens/RecoverAICInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RecoverAICInstance.json",
2025-08-20T19:15:58.1951864Z [00:02:03.487]➜  		"en-US/ens/ReinitInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReinitInstance.json",
2025-08-20T19:15:58.2003449Z [00:02:03.487]➜  		"en-US/ens/ReleaseAICInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleaseAICInstance.json",
2025-08-20T19:15:58.2004636Z [00:02:03.487]➜  		"en-US/ens/ReleaseARMServerInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleaseARMServerInstance.json",
2025-08-20T19:15:58.2005481Z [00:02:03.487]➜  		"en-US/ens/ReleaseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleaseInstance.json",
2025-08-20T19:15:58.2006468Z [00:02:03.487]➜  		"en-US/ens/ReleasePostPaidInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleasePostPaidInstance.json",
2025-08-20T19:15:58.2007410Z [00:02:03.487]➜  		"en-US/ens/ReleasePrePaidInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleasePrePaidInstance.json",
2025-08-20T19:15:58.2008331Z [00:02:03.487]➜  		"en-US/ens/RemoveBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RemoveBackendServers.json",
2025-08-20T19:15:58.2009428Z [00:02:03.487]➜  		"en-US/ens/RemovePublicIpsFromEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RemovePublicIpsFromEpnInstance.json",
2025-08-20T19:15:58.2010510Z [00:02:03.487]➜  		"en-US/ens/RemoveVSwitchesFromEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RemoveVSwitchesFromEpnInstance.json",
2025-08-20T19:15:58.2011443Z [00:02:03.487]➜  		"en-US/ens/RenewARMServerInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RenewARMServerInstance.json",
2025-08-20T19:15:58.2012203Z [00:02:03.487]➜  		"en-US/ens/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RenewInstance.json",
2025-08-20T19:15:58.2013398Z [00:02:03.487]➜  		"en-US/ens/RescaleApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RescaleApplication.json",
2025-08-20T19:15:58.2014451Z [00:02:03.487]➜  		"en-US/ens/RescaleDeviceService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RescaleDeviceService.json",
2025-08-20T19:15:58.2015314Z [00:02:03.487]➜  		"en-US/ens/ResetAICInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ResetAICInstance.json",
2025-08-20T19:15:58.2016197Z [00:02:03.487]➜  		"en-US/ens/ResetDeviceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ResetDeviceInstance.json",
2025-08-20T19:15:58.2016930Z [00:02:03.487]➜  		"en-US/ens/ResetDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ResetDisk.json",
2025-08-20T19:15:58.2017671Z [00:02:03.487]➜  		"en-US/ens/ResizeDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ResizeDisk.json",
2025-08-20T19:15:58.2018610Z [00:02:03.487]➜  		"en-US/ens/RestartDeviceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RestartDeviceInstance.json",
2025-08-20T19:15:58.2019510Z [00:02:03.487]➜  		"en-US/ens/RevokeSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RevokeSecurityGroup.json",
2025-08-20T19:15:58.2020419Z [00:02:03.487]➜  		"en-US/ens/RevokeSecurityGroupEgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RevokeSecurityGroupEgress.json",
2025-08-20T19:15:58.2021266Z [00:02:03.487]➜  		"en-US/ens/RollbackApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RollbackApplication.json",
2025-08-20T19:15:58.2022073Z [00:02:03.487]➜  		"en-US/ens/RunInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RunInstances.json",
2025-08-20T19:15:58.2023169Z [00:02:03.487]➜  		"en-US/ens/RunServiceSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RunServiceSchedule.json",
2025-08-20T19:15:58.2024062Z [00:02:03.487]➜  		"en-US/ens/SetBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetBackendServers.json",
2025-08-20T19:15:58.2025383Z [00:02:03.487]➜  		"en-US/ens/SetLoadBalancerHTTPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:58.2026767Z [00:02:03.487]➜  		"en-US/ens/SetLoadBalancerHTTPSListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:58.2027714Z [00:02:03.487]➜  		"en-US/ens/SetLoadBalancerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerStatus.json",
2025-08-20T19:15:58.2028902Z [00:02:03.487]➜  		"en-US/ens/SetLoadBalancerTCPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:58.2030103Z [00:02:03.487]➜  		"en-US/ens/SetLoadBalancerUDPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:58.2030967Z [00:02:03.487]➜  		"en-US/ens/StartEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StartEpnInstance.json",
2025-08-20T19:15:58.2031780Z [00:02:03.487]➜  		"en-US/ens/StartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StartInstance.json",
2025-08-20T19:15:58.2032920Z [00:02:03.487]➜  		"en-US/ens/StartLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StartLoadBalancerListener.json",
2025-08-20T19:15:58.2033853Z [00:02:03.487]➜  		"en-US/ens/StartSnatIpForSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StartSnatIpForSnatEntry.json",
2025-08-20T19:15:58.2034711Z [00:02:03.487]➜  		"en-US/ens/StopEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StopEpnInstance.json",
2025-08-20T19:15:58.2035499Z [00:02:03.487]➜  		"en-US/ens/StopInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StopInstance.json",
2025-08-20T19:15:58.2036628Z [00:02:03.487]➜  		"en-US/ens/StopLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StopLoadBalancerListener.json",
2025-08-20T19:15:58.2037713Z [00:02:03.487]➜  		"en-US/ens/StopSnatIpForSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StopSnatIpForSnatEntry.json",
2025-08-20T19:15:58.2038652Z [00:02:03.487]➜  		"en-US/ens/UnAssociateEnsEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UnAssociateEnsEipAddress.json",
2025-08-20T19:15:58.2039652Z [00:02:03.487]➜  		"en-US/ens/UnassignPrivateIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UnassignPrivateIpAddresses.json",
2025-08-20T19:15:58.2040604Z [00:02:03.487]➜  		"en-US/ens/UnassociateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UnassociateNetworkAcl.json",
2025-08-20T19:15:58.2041643Z [00:02:03.487]➜  		"en-US/ens/UpgradeAICInstanceImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UpgradeAICInstanceImage.json",
2025-08-20T19:15:58.2042836Z [00:02:03.487]➜  		"en-US/ens/UpgradeApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UpgradeApplication.json",
2025-08-20T19:15:58.2043621Z [00:02:03.487]➜  		"en-US/ens/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/version.json",
2025-08-20T19:15:58.2044578Z [00:02:03.487]➜  		"en-US/ess/AttachAlbServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachAlbServerGroups.json",
2025-08-20T19:15:58.2045448Z [00:02:03.487]➜  		"en-US/ess/AttachDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachDBInstances.json",
2025-08-20T19:15:58.2046302Z [00:02:03.487]➜  		"en-US/ess/AttachInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachInstances.json",
2025-08-20T19:15:58.2047234Z [00:02:03.487]➜  		"en-US/ess/AttachLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachLoadBalancers.json",
2025-08-20T19:15:58.2048348Z [00:02:03.487]➜  		"en-US/ess/AttachServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachServerGroups.json",
2025-08-20T19:15:58.2049375Z [00:02:03.487]➜  		"en-US/ess/AttachVServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachVServerGroups.json",
2025-08-20T19:15:58.2050265Z [00:02:03.487]➜  		"en-US/ess/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ChangeResourceGroup.json",
2025-08-20T19:15:58.2051215Z [00:02:03.487]➜  		"en-US/ess/CompleteLifecycleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CompleteLifecycleAction.json",
2025-08-20T19:15:58.2051956Z [00:02:03.487]➜  		"en-US/ess/CreateAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateAlarm.json",
2025-08-20T19:15:58.2053110Z [00:02:03.487]➜  		"en-US/ess/CreateEciScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateEciScalingConfiguration.json",
2025-08-20T19:15:58.2053931Z [00:02:03.487]➜  		"en-US/ess/CreateLifecycleHook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateLifecycleHook.json",
2025-08-20T19:15:58.2054966Z [00:02:03.487]➜  		"en-US/ess/CreateNotificationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateNotificationConfiguration.json",
2025-08-20T19:15:58.2055889Z [00:02:03.487]➜  		"en-US/ess/CreateScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateScalingConfiguration.json",
2025-08-20T19:15:58.2056674Z [00:02:03.487]➜  		"en-US/ess/CreateScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateScalingGroup.json",
2025-08-20T19:15:58.2057530Z [00:02:03.487]➜  		"en-US/ess/CreateScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateScalingRule.json",
2025-08-20T19:15:58.2058552Z [00:02:03.487]➜  		"en-US/ess/CreateScheduledTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateScheduledTask.json",
2025-08-20T19:15:58.2059750Z [00:02:03.487]➜  		"en-US/ess/DeactivateScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeactivateScalingConfiguration.json",
2025-08-20T19:15:58.2060508Z [00:02:03.487]➜  		"en-US/ess/DeleteAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteAlarm.json",
2025-08-20T19:15:58.2061577Z [00:02:03.487]➜  		"en-US/ess/DeleteEciScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteEciScalingConfiguration.json",
2025-08-20T19:15:58.2092757Z [00:02:03.487]➜  		"en-US/ess/DeleteLifecycleHook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteLifecycleHook.json",
2025-08-20T19:15:58.2094011Z [00:02:03.487]➜  		"en-US/ess/DeleteNotificationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteNotificationConfiguration.json",
2025-08-20T19:15:58.2095112Z [00:02:03.487]➜  		"en-US/ess/DeleteScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteScalingConfiguration.json",
2025-08-20T19:15:58.2096030Z [00:02:03.487]➜  		"en-US/ess/DeleteScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteScalingGroup.json",
2025-08-20T19:15:58.2096892Z [00:02:03.487]➜  		"en-US/ess/DeleteScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteScalingRule.json",
2025-08-20T19:15:58.2097764Z [00:02:03.487]➜  		"en-US/ess/DeleteScheduledTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteScheduledTask.json",
2025-08-20T19:15:58.2098542Z [00:02:03.487]➜  		"en-US/ess/DescribeAlarms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeAlarms.json",
2025-08-20T19:15:58.2099686Z [00:02:03.487]➜  		"en-US/ess/DescribeEciScalingConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeEciScalingConfigurations.json",
2025-08-20T19:15:58.2100814Z [00:02:03.487]➜  		"en-US/ess/DescribeLifecycleActions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeLifecycleActions.json",
2025-08-20T19:15:58.2101939Z [00:02:03.487]➜  		"en-US/ess/DescribeLifecycleHooks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeLifecycleHooks.json",
2025-08-20T19:15:58.2103039Z [00:02:03.487]➜  		"en-US/ess/DescribeLimitation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeLimitation.json",
2025-08-20T19:15:58.2104241Z [00:02:03.487]➜  		"en-US/ess/DescribeNotificationConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeNotificationConfigurations.json",
2025-08-20T19:15:58.2105218Z [00:02:03.487]➜  		"en-US/ess/DescribeNotificationTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeNotificationTypes.json",
2025-08-20T19:15:58.2106034Z [00:02:03.487]➜  		"en-US/ess/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeRegions.json",
2025-08-20T19:15:58.2107076Z [00:02:03.487]➜  		"en-US/ess/DescribeScalingActivities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingActivities.json",
2025-08-20T19:15:58.2108169Z [00:02:03.487]➜  		"en-US/ess/DescribeScalingActivityDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingActivityDetail.json",
2025-08-20T19:15:58.2109267Z [00:02:03.487]➜  		"en-US/ess/DescribeScalingConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingConfigurations.json",
2025-08-20T19:15:58.2110198Z [00:02:03.487]➜  		"en-US/ess/DescribeScalingGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingGroups.json",
2025-08-20T19:15:58.2111127Z [00:02:03.487]➜  		"en-US/ess/DescribeScalingInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingInstances.json",
2025-08-20T19:15:58.2112124Z [00:02:03.487]➜  		"en-US/ess/DescribeScalingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingRules.json",
2025-08-20T19:15:58.2113305Z [00:02:03.487]➜  		"en-US/ess/DescribeScheduledTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScheduledTasks.json",
2025-08-20T19:15:58.2114216Z [00:02:03.487]➜  		"en-US/ess/DetachAlbServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachAlbServerGroups.json",
2025-08-20T19:15:58.2115041Z [00:02:03.487]➜  		"en-US/ess/DetachDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachDBInstances.json",
2025-08-20T19:15:58.2115820Z [00:02:03.487]➜  		"en-US/ess/DetachInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachInstances.json",
2025-08-20T19:15:58.2116666Z [00:02:03.487]➜  		"en-US/ess/DetachLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachLoadBalancers.json",
2025-08-20T19:15:58.2117523Z [00:02:03.487]➜  		"en-US/ess/DetachServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachServerGroups.json",
2025-08-20T19:15:58.2118408Z [00:02:03.487]➜  		"en-US/ess/DetachVServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachVServerGroups.json",
2025-08-20T19:15:58.2119169Z [00:02:03.487]➜  		"en-US/ess/DisableAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DisableAlarm.json",
2025-08-20T19:15:58.2120064Z [00:02:03.487]➜  		"en-US/ess/DisableScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DisableScalingGroup.json",
2025-08-20T19:15:58.2120808Z [00:02:03.487]➜  		"en-US/ess/EnableAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/EnableAlarm.json",
2025-08-20T19:15:58.2121670Z [00:02:03.487]➜  		"en-US/ess/EnableScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/EnableScalingGroup.json",
2025-08-20T19:15:58.2152711Z [00:02:03.487]➜  		"en-US/ess/EnterStandby.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/EnterStandby.json",
2025-08-20T19:15:58.2153977Z [00:02:03.487]➜  		"en-US/ess/ExecuteScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ExecuteScalingRule.json",
2025-08-20T19:15:58.2154764Z [00:02:03.487]➜  		"en-US/ess/ExitStandby.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ExitStandby.json",
2025-08-20T19:15:58.2155531Z [00:02:03.487]➜  		"en-US/ess/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ListTagKeys.json",
2025-08-20T19:15:58.2156372Z [00:02:03.487]➜  		"en-US/ess/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ListTagResources.json",
2025-08-20T19:15:58.2157135Z [00:02:03.487]➜  		"en-US/ess/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ListTagValues.json",
2025-08-20T19:15:58.2157872Z [00:02:03.487]➜  		"en-US/ess/ModifyAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyAlarm.json",
2025-08-20T19:15:58.2158947Z [00:02:03.487]➜  		"en-US/ess/ModifyEciScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyEciScalingConfiguration.json",
2025-08-20T19:15:58.2159840Z [00:02:03.487]➜  		"en-US/ess/ModifyLifecycleHook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyLifecycleHook.json",
2025-08-20T19:15:58.2160914Z [00:02:03.487]➜  		"en-US/ess/ModifyNotificationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyNotificationConfiguration.json",
2025-08-20T19:15:58.2161910Z [00:02:03.487]➜  		"en-US/ess/ModifyScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyScalingConfiguration.json",
2025-08-20T19:15:58.2162930Z [00:02:03.487]➜  		"en-US/ess/ModifyScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyScalingGroup.json",
2025-08-20T19:15:58.2163883Z [00:02:03.487]➜  		"en-US/ess/ModifyScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyScalingRule.json",
2025-08-20T19:15:58.2164861Z [00:02:03.487]➜  		"en-US/ess/ModifyScheduledTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyScheduledTask.json",
2025-08-20T19:15:58.2165696Z [00:02:03.487]➜  		"en-US/ess/RebalanceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/RebalanceInstances.json",
2025-08-20T19:15:58.2166730Z [00:02:03.487]➜  		"en-US/ess/RecordLifecycleActionHeartbeat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/RecordLifecycleActionHeartbeat.json",
2025-08-20T19:15:58.2167510Z [00:02:03.487]➜  		"en-US/ess/RemoveInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/RemoveInstances.json",
2025-08-20T19:15:58.2168235Z [00:02:03.487]➜  		"en-US/ess/ResumeProcesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ResumeProcesses.json",
2025-08-20T19:15:58.2169028Z [00:02:03.487]➜  		"en-US/ess/ScaleWithAdjustment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ScaleWithAdjustment.json",
2025-08-20T19:15:58.2170026Z [00:02:03.487]➜  		"en-US/ess/SetGroupDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/SetGroupDeletionProtection.json",
2025-08-20T19:15:58.2170810Z [00:02:03.487]➜  		"en-US/ess/SetInstanceHealth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/SetInstanceHealth.json",
2025-08-20T19:15:58.2171663Z [00:02:03.487]➜  		"en-US/ess/SetInstancesProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/SetInstancesProtection.json",
2025-08-20T19:15:58.2172603Z [00:02:03.487]➜  		"en-US/ess/SuspendProcesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/SuspendProcesses.json",
2025-08-20T19:15:58.2173358Z [00:02:03.487]➜  		"en-US/ess/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/TagResources.json",
2025-08-20T19:15:58.2174181Z [00:02:03.487]➜  		"en-US/ess/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/UntagResources.json",
2025-08-20T19:15:58.2175177Z [00:02:03.487]➜  		"en-US/ess/VerifyAuthentication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/VerifyAuthentication.json",
2025-08-20T19:15:58.2175907Z [00:02:03.487]➜  		"en-US/ess/VerifyUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/VerifyUser.json",
2025-08-20T19:15:58.2176570Z [00:02:03.488]➜  		"en-US/ess/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/version.json",
2025-08-20T19:15:58.2177611Z [00:02:03.488]➜  		"en-US/eventbridge/CreateApiDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateApiDestination.json",
2025-08-20T19:15:58.2178568Z [00:02:03.488]➜  		"en-US/eventbridge/CreateConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateConnection.json",
2025-08-20T19:15:58.2179457Z [00:02:03.488]➜  		"en-US/eventbridge/CreateEventBus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateEventBus.json",
2025-08-20T19:15:58.2180365Z [00:02:03.488]➜  		"en-US/eventbridge/CreateEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateEventSource.json",
2025-08-20T19:15:58.2181339Z [00:02:03.488]➜  		"en-US/eventbridge/CreateEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateEventStreaming.json",
2025-08-20T19:15:58.2182292Z [00:02:03.488]➜  		"en-US/eventbridge/CreateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateRule.json",
2025-08-20T19:15:58.2213898Z [00:02:03.488]➜  		"en-US/eventbridge/CreateServiceLinkedRoleForProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateServiceLinkedRoleForProduct.json",
2025-08-20T19:15:58.2215111Z [00:02:03.488]➜  		"en-US/eventbridge/DeleteApiDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteApiDestination.json",
2025-08-20T19:15:58.2242072Z [00:02:03.488]➜  		"en-US/eventbridge/DeleteConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteConnection.json",
2025-08-20T19:15:58.2243363Z [00:02:03.488]➜  		"en-US/eventbridge/DeleteEventBus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteEventBus.json",
2025-08-20T19:15:58.2244373Z [00:02:03.488]➜  		"en-US/eventbridge/DeleteEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteEventSource.json",
2025-08-20T19:15:58.2245453Z [00:02:03.488]➜  		"en-US/eventbridge/DeleteEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteEventStreaming.json",
2025-08-20T19:15:58.2246341Z [00:02:03.488]➜  		"en-US/eventbridge/DeleteRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteRule.json",
2025-08-20T19:15:58.2247268Z [00:02:03.488]➜  		"en-US/eventbridge/DeleteTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteTargets.json",
2025-08-20T19:15:58.2248350Z [00:02:03.488]➜  		"en-US/eventbridge/DisableRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DisableRule.json",
2025-08-20T19:15:58.2249299Z [00:02:03.488]➜  		"en-US/eventbridge/EnableRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/EnableRule.json",
2025-08-20T19:15:58.2250354Z [00:02:03.488]➜  		"en-US/eventbridge/GetApiDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetApiDestination.json",
2025-08-20T19:15:58.2251356Z [00:02:03.488]➜  		"en-US/eventbridge/GetConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetConnection.json",
2025-08-20T19:15:58.2252297Z [00:02:03.488]➜  		"en-US/eventbridge/GetEventBus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetEventBus.json",
2025-08-20T19:15:58.2253501Z [00:02:03.488]➜  		"en-US/eventbridge/GetEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetEventStreaming.json",
2025-08-20T19:15:58.2254471Z [00:02:03.488]➜  		"en-US/eventbridge/GetRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetRule.json",
2025-08-20T19:15:58.2255710Z [00:02:03.488]➜  		"en-US/eventbridge/ListAliyunOfficialEventSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListAliyunOfficialEventSources.json",
2025-08-20T19:15:58.2256761Z [00:02:03.488]➜  		"en-US/eventbridge/ListApiDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListApiDestinations.json",
2025-08-20T19:15:58.2257645Z [00:02:03.488]➜  		"en-US/eventbridge/ListConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListConnections.json",
2025-08-20T19:15:58.2258518Z [00:02:03.488]➜  		"en-US/eventbridge/ListEventBuses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListEventBuses.json",
2025-08-20T19:15:58.2259549Z [00:02:03.488]➜  		"en-US/eventbridge/ListEventStreamings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListEventStreamings.json",
2025-08-20T19:15:58.2260400Z [00:02:03.488]➜  		"en-US/eventbridge/ListRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListRules.json",
2025-08-20T19:15:58.2261323Z [00:02:03.488]➜  		"en-US/eventbridge/ListTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListTargets.json",
2025-08-20T19:15:58.2262847Z [00:02:03.488]➜  		"en-US/eventbridge/ListUserDefinedEventSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListUserDefinedEventSources.json",
2025-08-20T19:15:58.2264115Z [00:02:03.488]➜  		"en-US/eventbridge/PauseEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/PauseEventStreaming.json",
2025-08-20T19:15:58.2265160Z [00:02:03.488]➜  		"en-US/eventbridge/PutTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/PutTargets.json",
2025-08-20T19:15:58.2266082Z [00:02:03.488]➜  		"en-US/eventbridge/QueryEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/QueryEvent.json",
2025-08-20T19:15:58.2267075Z [00:02:03.488]➜  		"en-US/eventbridge/QueryEventTraces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/QueryEventTraces.json",
2025-08-20T19:15:58.2268295Z [00:02:03.488]➜  		"en-US/eventbridge/QueryTracedEventByEventId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/QueryTracedEventByEventId.json",
2025-08-20T19:15:58.2269337Z [00:02:03.488]➜  		"en-US/eventbridge/QueryTracedEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/QueryTracedEvents.json",
2025-08-20T19:15:58.2270436Z [00:02:03.488]➜  		"en-US/eventbridge/StartEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/StartEventStreaming.json",
2025-08-20T19:15:58.2271622Z [00:02:03.488]➜  		"en-US/eventbridge/TestEventPattern.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/TestEventPattern.json",
2025-08-20T19:15:58.2272970Z [00:02:03.488]➜  		"en-US/eventbridge/UpdateApiDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateApiDestination.json",
2025-08-20T19:15:58.2274028Z [00:02:03.488]➜  		"en-US/eventbridge/UpdateConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateConnection.json",
2025-08-20T19:15:58.2275035Z [00:02:03.488]➜  		"en-US/eventbridge/UpdateEventBus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateEventBus.json",
2025-08-20T19:15:58.2276091Z [00:02:03.488]➜  		"en-US/eventbridge/UpdateEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateEventSource.json",
2025-08-20T19:15:58.2277211Z [00:02:03.488]➜  		"en-US/eventbridge/UpdateEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateEventStreaming.json",
2025-08-20T19:15:58.2278291Z [00:02:03.488]➜  		"en-US/eventbridge/UpdateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateRule.json",
2025-08-20T19:15:58.2279154Z [00:02:03.488]➜  		"en-US/eventbridge/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/version.json",
2025-08-20T19:15:58.2279921Z [00:02:03.488]➜  		"en-US/facebody/AddFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/AddFace.json",
2025-08-20T19:15:58.2297206Z [00:02:03.488]➜  		"en-US/facebody/AddFaceEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/AddFaceEntity.json",
2025-08-20T19:15:58.2298303Z [00:02:03.488]➜  		"en-US/facebody/AddFaceImageTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/AddFaceImageTemplate.json",
2025-08-20T19:15:58.2299165Z [00:02:03.488]➜  		"en-US/facebody/BatchAddFaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/BatchAddFaces.json",
2025-08-20T19:15:58.2299944Z [00:02:03.488]➜  		"en-US/facebody/BeautifyBody.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/BeautifyBody.json",
2025-08-20T19:15:58.2300650Z [00:02:03.488]➜  		"en-US/facebody/BlurFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/BlurFace.json",
2025-08-20T19:15:58.2301451Z [00:02:03.488]➜  		"en-US/facebody/BodyPosture.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/BodyPosture.json",
2025-08-20T19:15:58.2302568Z [00:02:03.488]➜  		"en-US/facebody/CompareFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/CompareFace.json",
2025-08-20T19:15:58.2303630Z [00:02:03.488]➜  		"en-US/facebody/CompareFaceWithMask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/CompareFaceWithMask.json",
2025-08-20T19:15:58.2304869Z [00:02:03.488]➜  		"en-US/facebody/CreateFaceDb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/CreateFaceDb.json",
2025-08-20T19:15:58.2305767Z [00:02:03.488]➜  		"en-US/facebody/DeepfakeFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeepfakeFace.json",
2025-08-20T19:15:58.2306568Z [00:02:03.488]➜  		"en-US/facebody/DeleteFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeleteFace.json",
2025-08-20T19:15:58.2307431Z [00:02:03.488]➜  		"en-US/facebody/DeleteFaceDb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeleteFaceDb.json",
2025-08-20T19:15:58.2308330Z [00:02:03.488]➜  		"en-US/facebody/DeleteFaceEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeleteFaceEntity.json",
2025-08-20T19:15:58.2309391Z [00:02:03.488]➜  		"en-US/facebody/DeleteFaceImageTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeleteFaceImageTemplate.json",
2025-08-20T19:15:58.2310478Z [00:02:03.488]➜  		"en-US/facebody/DetectBodyCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectBodyCount.json",
2025-08-20T19:15:58.2311440Z [00:02:03.488]➜  		"en-US/facebody/DetectCelebrity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectCelebrity.json",
2025-08-20T19:15:58.2312299Z [00:02:03.488]➜  		"en-US/facebody/DetectChefCap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectChefCap.json",
2025-08-20T19:15:58.2313301Z [00:02:03.488]➜  		"en-US/facebody/DetectFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectFace.json",
2025-08-20T19:15:58.2314382Z [00:02:03.488]➜  		"en-US/facebody/DetectInfraredLivingFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectInfraredLivingFace.json",
2025-08-20T19:15:58.2315294Z [00:02:03.488]➜  		"en-US/facebody/DetectLivingFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectLivingFace.json",
2025-08-20T19:15:58.2316290Z [00:02:03.488]➜  		"en-US/facebody/DetectPedestrian.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectPedestrian.json",
2025-08-20T19:15:58.2317585Z [00:02:03.488]➜  		"en-US/facebody/DetectPedestrianIntrusion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectPedestrianIntrusion.json",
2025-08-20T19:15:58.2318598Z [00:02:03.488]➜  		"en-US/facebody/DetectVideoLivingFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectVideoLivingFace.json",
2025-08-20T19:15:58.2319456Z [00:02:03.488]➜  		"en-US/facebody/EnhanceFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/EnhanceFace.json",
2025-08-20T19:15:58.2320461Z [00:02:03.488]➜  		"en-US/facebody/ExtractFingerPrint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/ExtractFingerPrint.json",
2025-08-20T19:15:58.2321647Z [00:02:03.488]➜  		"en-US/facebody/ExtractPedestrianFeatureAttr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/ExtractPedestrianFeatureAttr.json",
2025-08-20T19:15:58.2322712Z [00:02:03.488]➜  		"en-US/facebody/FaceBeauty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/FaceBeauty.json",
2025-08-20T19:15:58.2323569Z [00:02:03.488]➜  		"en-US/facebody/FaceFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/FaceFilter.json",
2025-08-20T19:15:58.2324405Z [00:02:03.488]➜  		"en-US/facebody/FaceMakeup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/FaceMakeup.json",
2025-08-20T19:15:58.2325263Z [00:02:03.488]➜  		"en-US/facebody/FaceTidyup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/FaceTidyup.json",
2025-08-20T19:15:58.2326483Z [00:02:03.488]➜  		"en-US/facebody/GenRealPersonVerificationToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GenRealPersonVerificationToken.json",
2025-08-20T19:15:58.2327674Z [00:02:03.488]➜  		"en-US/facebody/GenerateHumanAnimeStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GenerateHumanAnimeStyle.json",
2025-08-20T19:15:58.2328903Z [00:02:03.488]➜  		"en-US/facebody/GenerateHumanSketchStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GenerateHumanSketchStyle.json",
2025-08-20T19:15:58.2329872Z [00:02:03.488]➜  		"en-US/facebody/GetFaceEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GetFaceEntity.json",
2025-08-20T19:15:58.2331156Z [00:02:03.488]➜  		"en-US/facebody/GetRealPersonVerificationResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GetRealPersonVerificationResult.json",
2025-08-20T19:15:58.2332094Z [00:02:03.488]➜  		"en-US/facebody/HandPosture.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/HandPosture.json",
2025-08-20T19:15:58.2333395Z [00:02:03.488]➜  		"en-US/facebody/LiquifyFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/LiquifyFace.json",
2025-08-20T19:15:58.2334485Z [00:02:03.488]➜  		"en-US/facebody/ListFaceDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/ListFaceDbs.json",
2025-08-20T19:15:58.2335530Z [00:02:03.488]➜  		"en-US/facebody/ListFaceEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/ListFaceEntities.json",
2025-08-20T19:15:58.2336502Z [00:02:03.488]➜  		"en-US/facebody/MergeImageFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/MergeImageFace.json",
2025-08-20T19:15:58.2337523Z [00:02:03.488]➜  		"en-US/facebody/MonitorExamination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/MonitorExamination.json",
2025-08-20T19:15:58.2338709Z [00:02:03.488]➜  		"en-US/facebody/PedestrianDetectAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/PedestrianDetectAttribute.json",
2025-08-20T19:15:58.2339865Z [00:02:03.488]➜  		"en-US/facebody/QueryFaceImageTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/QueryFaceImageTemplate.json",
2025-08-20T19:15:58.2340863Z [00:02:03.488]➜  		"en-US/facebody/RecognizeAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizeAction.json",
2025-08-20T19:15:58.2342061Z [00:02:03.488]➜  		"en-US/facebody/RecognizeExpression.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizeExpression.json",
2025-08-20T19:15:58.2372834Z [00:02:03.488]➜  		"en-US/facebody/RecognizeFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizeFace.json",
2025-08-20T19:15:58.2374038Z [00:02:03.488]➜  		"en-US/facebody/RecognizeHandGesture.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizeHandGesture.json",
2025-08-20T19:15:58.2375092Z [00:02:03.488]➜  		"en-US/facebody/RecognizePublicFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizePublicFace.json",
2025-08-20T19:15:58.2376092Z [00:02:03.488]➜  		"en-US/facebody/RetouchBody.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RetouchBody.json",
2025-08-20T19:15:58.2377030Z [00:02:03.488]➜  		"en-US/facebody/RetouchSkin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RetouchSkin.json",
2025-08-20T19:15:58.2378007Z [00:02:03.488]➜  		"en-US/facebody/SearchFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/SearchFace.json",
2025-08-20T19:15:58.2378961Z [00:02:03.488]➜  		"en-US/facebody/UpdateFaceEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/UpdateFaceEntity.json",
2025-08-20T19:15:58.2379886Z [00:02:03.488]➜  		"en-US/facebody/VerifyFaceMask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/VerifyFaceMask.json",
2025-08-20T19:15:58.2380702Z [00:02:03.488]➜  		"en-US/facebody/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/version.json",
2025-08-20T19:15:58.2381836Z [00:02:03.488]➜  		"en-US/fc-open/ClaimGPUInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ClaimGPUInstance.json",
2025-08-20T19:15:58.2383086Z [00:02:03.488]➜  		"en-US/fc-open/CreateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateAlias.json",
2025-08-20T19:15:58.2384149Z [00:02:03.488]➜  		"en-US/fc-open/CreateCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateCustomDomain.json",
2025-08-20T19:15:58.2385041Z [00:02:03.488]➜  		"en-US/fc-open/CreateFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateFunction.json",
2025-08-20T19:15:58.2385961Z [00:02:03.488]➜  		"en-US/fc-open/CreateLayerVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateLayerVersion.json",
2025-08-20T19:15:58.2386807Z [00:02:03.488]➜  		"en-US/fc-open/CreateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateService.json",
2025-08-20T19:15:58.2387677Z [00:02:03.488]➜  		"en-US/fc-open/CreateTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateTrigger.json",
2025-08-20T19:15:58.2388727Z [00:02:03.488]➜  		"en-US/fc-open/CreateVpcBinding.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateVpcBinding.json",
2025-08-20T19:15:58.2389579Z [00:02:03.488]➜  		"en-US/fc-open/DeleteAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteAlias.json",
2025-08-20T19:15:58.2390502Z [00:02:03.488]➜  		"en-US/fc-open/DeleteCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteCustomDomain.json",
2025-08-20T19:15:58.2391374Z [00:02:03.488]➜  		"en-US/fc-open/DeleteFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteFunction.json",
2025-08-20T19:15:58.2392831Z [00:02:03.488]➜  		"en-US/fc-open/DeleteFunctionAsyncInvokeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:58.2393990Z [00:02:03.488]➜  		"en-US/fc-open/DeleteFunctionOnDemandConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteFunctionOnDemandConfig.json",
2025-08-20T19:15:58.2395124Z [00:02:03.488]➜  		"en-US/fc-open/DeleteLayerVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteLayerVersion.json",
2025-08-20T19:15:58.2395981Z [00:02:03.488]➜  		"en-US/fc-open/DeleteService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteService.json",
2025-08-20T19:15:58.2396982Z [00:02:03.488]➜  		"en-US/fc-open/DeleteServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteServiceVersion.json",
2025-08-20T19:15:58.2397851Z [00:02:03.488]➜  		"en-US/fc-open/DeleteTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteTrigger.json",
2025-08-20T19:15:58.2398777Z [00:02:03.488]➜  		"en-US/fc-open/DeleteVpcBinding.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteVpcBinding.json",
2025-08-20T19:15:58.2399775Z [00:02:03.488]➜  		"en-US/fc-open/DeregisterEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeregisterEventSource.json",
2025-08-20T19:15:58.2400705Z [00:02:03.488]➜  		"en-US/fc-open/GetAccountSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetAccountSettings.json",
2025-08-20T19:15:58.2401456Z [00:02:03.488]➜  		"en-US/fc-open/GetAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetAlias.json",
2025-08-20T19:15:58.2402339Z [00:02:03.488]➜  		"en-US/fc-open/GetCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetCustomDomain.json",
2025-08-20T19:15:58.2433937Z [00:02:03.488]➜  		"en-US/fc-open/GetFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetFunction.json",
2025-08-20T19:15:58.2435321Z [00:02:03.488]➜  		"en-US/fc-open/GetFunctionAsyncInvokeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:58.2436321Z [00:02:03.488]➜  		"en-US/fc-open/GetFunctionCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetFunctionCode.json",
2025-08-20T19:15:58.2437428Z [00:02:03.488]➜  		"en-US/fc-open/GetFunctionOnDemandConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetFunctionOnDemandConfig.json",
2025-08-20T19:15:58.2438340Z [00:02:03.488]➜  		"en-US/fc-open/GetLayerVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetLayerVersion.json",
2025-08-20T19:15:58.2439245Z [00:02:03.488]➜  		"en-US/fc-open/GetProvisionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetProvisionConfig.json",
2025-08-20T19:15:58.2440133Z [00:02:03.488]➜  		"en-US/fc-open/GetResourceTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetResourceTags.json",
2025-08-20T19:15:58.2440947Z [00:02:03.488]➜  		"en-US/fc-open/GetService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetService.json",
2025-08-20T19:15:58.2442258Z [00:02:03.488]➜  		"en-US/fc-open/GetStatefulAsyncInvocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetStatefulAsyncInvocation.json",
2025-08-20T19:15:58.2443322Z [00:02:03.488]➜  		"en-US/fc-open/GetTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetTrigger.json",
2025-08-20T19:15:58.2444275Z [00:02:03.488]➜  		"en-US/fc-open/InvokeFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/InvokeFunction.json",
2025-08-20T19:15:58.2445132Z [00:02:03.488]➜  		"en-US/fc-open/ListAliases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListAliases.json",
2025-08-20T19:15:58.2446093Z [00:02:03.488]➜  		"en-US/fc-open/ListCustomDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListCustomDomains.json",
2025-08-20T19:15:58.2447024Z [00:02:03.488]➜  		"en-US/fc-open/ListEventSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListEventSources.json",
2025-08-20T19:15:58.2448427Z [00:02:03.488]➜  		"en-US/fc-open/ListFunctionAsyncInvokeConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListFunctionAsyncInvokeConfigs.json",
2025-08-20T19:15:58.2449331Z [00:02:03.488]➜  		"en-US/fc-open/ListFunctions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListFunctions.json",
2025-08-20T19:15:58.2450230Z [00:02:03.488]➜  		"en-US/fc-open/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListInstances.json",
2025-08-20T19:15:58.2451140Z [00:02:03.488]➜  		"en-US/fc-open/ListLayerVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListLayerVersions.json",
2025-08-20T19:15:58.2451986Z [00:02:03.488]➜  		"en-US/fc-open/ListLayers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListLayers.json",
2025-08-20T19:15:58.2453174Z [00:02:03.488]➜  		"en-US/fc-open/ListOnDemandConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListOnDemandConfigs.json",
2025-08-20T19:15:58.2454163Z [00:02:03.488]➜  		"en-US/fc-open/ListProvisionConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListProvisionConfigs.json",
2025-08-20T19:15:58.2455195Z [00:02:03.488]➜  		"en-US/fc-open/ListReservedCapacities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListReservedCapacities.json",
2025-08-20T19:15:58.2456152Z [00:02:03.488]➜  		"en-US/fc-open/ListServiceVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListServiceVersions.json",
2025-08-20T19:15:58.2456977Z [00:02:03.488]➜  		"en-US/fc-open/ListServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListServices.json",
2025-08-20T19:15:58.2458474Z [00:02:03.488]➜  		"en-US/fc-open/ListStatefulAsyncInvocationFunctions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListStatefulAsyncInvocationFunctions.json",
2025-08-20T19:15:58.2459714Z [00:02:03.488]➜  		"en-US/fc-open/ListStatefulAsyncInvocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListStatefulAsyncInvocations.json",
2025-08-20T19:15:58.2460693Z [00:02:03.488]➜  		"en-US/fc-open/ListTaggedResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListTaggedResources.json",
2025-08-20T19:15:58.2461549Z [00:02:03.488]➜  		"en-US/fc-open/ListTriggers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListTriggers.json",
2025-08-20T19:15:58.2484485Z [00:02:03.488]➜  		"en-US/fc-open/ListVpcBindings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListVpcBindings.json",
2025-08-20T19:15:58.2485672Z [00:02:03.488]➜  		"en-US/fc-open/PublishServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PublishServiceVersion.json",
2025-08-20T19:15:58.2486874Z [00:02:03.488]➜  		"en-US/fc-open/PutFunctionAsyncInvokeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PutFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:58.2488261Z [00:02:03.488]➜  		"en-US/fc-open/PutFunctionOnDemandConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PutFunctionOnDemandConfig.json",
2025-08-20T19:15:58.2489145Z [00:02:03.488]➜  		"en-US/fc-open/PutLayerACL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PutLayerACL.json",
2025-08-20T19:15:58.2490123Z [00:02:03.488]➜  		"en-US/fc-open/PutProvisionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PutProvisionConfig.json",
2025-08-20T19:15:58.2491108Z [00:02:03.488]➜  		"en-US/fc-open/RegisterEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/RegisterEventSource.json",
2025-08-20T19:15:58.2492038Z [00:02:03.488]➜  		"en-US/fc-open/ReleaseGPUInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ReleaseGPUInstance.json",
2025-08-20T19:15:58.2493361Z [00:02:03.488]➜  		"en-US/fc-open/StopStatefulAsyncInvocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/StopStatefulAsyncInvocation.json",
2025-08-20T19:15:58.2494329Z [00:02:03.488]➜  		"en-US/fc-open/TagResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/TagResource.json",
2025-08-20T19:15:58.2495164Z [00:02:03.488]➜  		"en-US/fc-open/UntagResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UntagResource.json",
2025-08-20T19:15:58.2495969Z [00:02:03.488]➜  		"en-US/fc-open/UpdateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateAlias.json",
2025-08-20T19:15:58.2496938Z [00:02:03.488]➜  		"en-US/fc-open/UpdateCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateCustomDomain.json",
2025-08-20T19:15:58.2497800Z [00:02:03.488]➜  		"en-US/fc-open/UpdateFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateFunction.json",
2025-08-20T19:15:58.2498676Z [00:02:03.488]➜  		"en-US/fc-open/UpdateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateService.json",
2025-08-20T19:15:58.2499545Z [00:02:03.488]➜  		"en-US/fc-open/UpdateTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateTrigger.json",
2025-08-20T19:15:58.2500305Z [00:02:03.488]➜  		"en-US/fc-open/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/version.json",
2025-08-20T19:15:58.2501062Z [00:02:03.488]➜  		"en-US/fnf/CreateFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/CreateFlow.json",
2025-08-20T19:15:58.2501892Z [00:02:03.488]➜  		"en-US/fnf/CreateSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/CreateSchedule.json",
2025-08-20T19:15:58.2502987Z [00:02:03.488]➜  		"en-US/fnf/DeleteFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DeleteFlow.json",
2025-08-20T19:15:58.2503924Z [00:02:03.488]➜  		"en-US/fnf/DeleteSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DeleteSchedule.json",
2025-08-20T19:15:58.2504881Z [00:02:03.488]➜  		"en-US/fnf/DescribeExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DescribeExecution.json",
2025-08-20T19:15:58.2505694Z [00:02:03.488]➜  		"en-US/fnf/DescribeFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DescribeFlow.json",
2025-08-20T19:15:58.2506621Z [00:02:03.488]➜  		"en-US/fnf/DescribeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DescribeSchedule.json",
2025-08-20T19:15:58.2507556Z [00:02:03.488]➜  		"en-US/fnf/GetExecutionHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/GetExecutionHistory.json",
2025-08-20T19:15:58.2508383Z [00:02:03.488]➜  		"en-US/fnf/ListExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ListExecutions.json",
2025-08-20T19:15:58.2509140Z [00:02:03.488]➜  		"en-US/fnf/ListFlows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ListFlows.json",
2025-08-20T19:15:58.2510111Z [00:02:03.489]➜  		"en-US/fnf/ListSchedules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ListSchedules.json",
2025-08-20T19:15:58.2511025Z [00:02:03.489]➜  		"en-US/fnf/ReportTaskFailed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ReportTaskFailed.json",
2025-08-20T19:15:58.2511954Z [00:02:03.489]➜  		"en-US/fnf/ReportTaskSucceeded.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ReportTaskSucceeded.json",
2025-08-20T19:15:58.2523163Z [00:02:03.489]➜  		"en-US/fnf/StartExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/StartExecution.json",
2025-08-20T19:15:58.2524173Z [00:02:03.489]➜  		"en-US/fnf/StartSyncExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/StartSyncExecution.json",
2025-08-20T19:15:58.2525033Z [00:02:03.489]➜  		"en-US/fnf/StopExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/StopExecution.json",
2025-08-20T19:15:58.2525986Z [00:02:03.489]➜  		"en-US/fnf/UpdateFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/UpdateFlow.json",
2025-08-20T19:15:58.2526839Z [00:02:03.489]➜  		"en-US/fnf/UpdateSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/UpdateSchedule.json",
2025-08-20T19:15:58.2527531Z [00:02:03.489]➜  		"en-US/fnf/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/version.json",
2025-08-20T19:15:58.2528328Z [00:02:03.489]➜  		"en-US/ga/AddEntriesToAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AddEntriesToAcl.json",
2025-08-20T19:15:58.2529342Z [00:02:03.489]➜  		"en-US/ga/AssociateAclsWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AssociateAclsWithListener.json",
2025-08-20T19:15:58.2530721Z [00:02:03.489]➜  		"en-US/ga/AssociateAdditionalCertificatesWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:58.2531664Z [00:02:03.489]➜  		"en-US/ga/AttachDdosToAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AttachDdosToAccelerator.json",
2025-08-20T19:15:58.2533047Z [00:02:03.489]➜  		"en-US/ga/AttachLogStoreToEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AttachLogStoreToEndpointGroup.json",
2025-08-20T19:15:58.2534275Z [00:02:03.489]➜  		"en-US/ga/BandwidthPackageAddAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/BandwidthPackageAddAccelerator.json",
2025-08-20T19:15:58.2535470Z [00:02:03.489]➜  		"en-US/ga/BandwidthPackageRemoveAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/BandwidthPackageRemoveAccelerator.json",
2025-08-20T19:15:58.2536519Z [00:02:03.489]➜  		"en-US/ga/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ChangeResourceGroup.json",
2025-08-20T19:15:58.2537532Z [00:02:03.489]➜  		"en-US/ga/ConfigEndpointProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ConfigEndpointProbe.json",
2025-08-20T19:15:58.2538398Z [00:02:03.489]➜  		"en-US/ga/CreateAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateAccelerator.json",
2025-08-20T19:15:58.2539113Z [00:02:03.489]➜  		"en-US/ga/CreateAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateAcl.json",
2025-08-20T19:15:58.2540077Z [00:02:03.489]➜  		"en-US/ga/CreateApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateApplicationMonitor.json",
2025-08-20T19:15:58.2541027Z [00:02:03.489]➜  		"en-US/ga/CreateBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBandwidthPackage.json",
2025-08-20T19:15:58.2542015Z [00:02:03.489]➜  		"en-US/ga/CreateBasicAccelerateIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicAccelerateIp.json",
2025-08-20T19:15:58.2543830Z [00:02:03.489]➜  		"en-US/ga/CreateBasicAccelerateIpEndpointRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:58.2545192Z [00:02:03.489]➜  		"en-US/ga/CreateBasicAccelerateIpEndpointRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicAccelerateIpEndpointRelations.json",
2025-08-20T19:15:58.2546180Z [00:02:03.489]➜  		"en-US/ga/CreateBasicAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicAccelerator.json",
2025-08-20T19:15:58.2547066Z [00:02:03.489]➜  		"en-US/ga/CreateBasicEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicEndpoint.json",
2025-08-20T19:15:58.2548048Z [00:02:03.489]➜  		"en-US/ga/CreateBasicEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicEndpointGroup.json",
2025-08-20T19:15:58.2548972Z [00:02:03.489]➜  		"en-US/ga/CreateBasicEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicEndpoints.json",
2025-08-20T19:15:58.2549996Z [00:02:03.489]➜  		"en-US/ga/CreateBasicIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicIpSet.json",
2025-08-20T19:15:58.2551353Z [00:02:03.489]➜  		"en-US/ga/CreateCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:58.2572910Z [00:02:03.489]➜  		"en-US/ga/CreateCustomRoutingEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateCustomRoutingEndpointGroups.json",
2025-08-20T19:15:58.2574419Z [00:02:03.489]➜  		"en-US/ga/CreateCustomRoutingEndpointTrafficPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:58.2575563Z [00:02:03.489]➜  		"en-US/ga/CreateCustomRoutingEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateCustomRoutingEndpoints.json",
2025-08-20T19:15:58.2576392Z [00:02:03.489]➜  		"en-US/ga/CreateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateDomain.json",
2025-08-20T19:15:58.2577325Z [00:02:03.489]➜  		"en-US/ga/CreateEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateEndpointGroup.json",
2025-08-20T19:15:58.2578300Z [00:02:03.489]➜  		"en-US/ga/CreateEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateEndpointGroups.json",
2025-08-20T19:15:58.2579288Z [00:02:03.489]➜  		"en-US/ga/CreateForwardingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateForwardingRules.json",
2025-08-20T19:15:58.2580115Z [00:02:03.489]➜  		"en-US/ga/CreateIpSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateIpSets.json",
2025-08-20T19:15:58.2581150Z [00:02:03.489]➜  		"en-US/ga/CreateListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateListener.json",
2025-08-20T19:15:58.2582166Z [00:02:03.489]➜  		"en-US/ga/CreateSpareIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateSpareIps.json",
2025-08-20T19:15:58.2583348Z [00:02:03.489]➜  		"en-US/ga/DeleteAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteAccelerator.json",
2025-08-20T19:15:58.2584129Z [00:02:03.489]➜  		"en-US/ga/DeleteAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteAcl.json",
2025-08-20T19:15:58.2585162Z [00:02:03.489]➜  		"en-US/ga/DeleteApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteApplicationMonitor.json",
2025-08-20T19:15:58.2586139Z [00:02:03.489]➜  		"en-US/ga/DeleteBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBandwidthPackage.json",
2025-08-20T19:15:58.2587138Z [00:02:03.489]➜  		"en-US/ga/DeleteBasicAccelerateIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicAccelerateIp.json",
2025-08-20T19:15:58.2588644Z [00:02:03.489]➜  		"en-US/ga/DeleteBasicAccelerateIpEndpointRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:58.2589649Z [00:02:03.489]➜  		"en-US/ga/DeleteBasicAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicAccelerator.json",
2025-08-20T19:15:58.2590562Z [00:02:03.489]➜  		"en-US/ga/DeleteBasicEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicEndpoint.json",
2025-08-20T19:15:58.2591620Z [00:02:03.489]➜  		"en-US/ga/DeleteBasicEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicEndpointGroup.json",
2025-08-20T19:15:58.2592716Z [00:02:03.489]➜  		"en-US/ga/DeleteBasicIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicIpSet.json",
2025-08-20T19:15:58.2594168Z [00:02:03.489]➜  		"en-US/ga/DeleteCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:58.2595595Z [00:02:03.490]➜  		"en-US/ga/DeleteCustomRoutingEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteCustomRoutingEndpointGroups.json",
2025-08-20T19:15:58.2596992Z [00:02:03.490]➜  		"en-US/ga/DeleteCustomRoutingEndpointTrafficPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:58.2598094Z [00:02:03.490]➜  		"en-US/ga/DeleteCustomRoutingEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteCustomRoutingEndpoints.json",
2025-08-20T19:15:58.2599273Z [00:02:03.490]➜  		"en-US/ga/DeleteDomainAcceleratorRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteDomainAcceleratorRelation.json",
2025-08-20T19:15:58.2600242Z [00:02:03.490]➜  		"en-US/ga/DeleteEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteEndpointGroup.json",
2025-08-20T19:15:58.2601242Z [00:02:03.490]➜  		"en-US/ga/DeleteEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteEndpointGroups.json",
2025-08-20T19:15:58.2602189Z [00:02:03.490]➜  		"en-US/ga/DeleteForwardingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteForwardingRules.json",
2025-08-20T19:15:58.2643281Z [00:02:03.490]➜  		"en-US/ga/DeleteIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteIpSet.json",
2025-08-20T19:15:58.2644138Z [00:02:03.490]➜  		"en-US/ga/DeleteIpSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteIpSets.json",
2025-08-20T19:15:58.2644928Z [00:02:03.490]➜  		"en-US/ga/DeleteListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteListener.json",
2025-08-20T19:15:58.2645912Z [00:02:03.490]➜  		"en-US/ga/DeleteSpareIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteSpareIps.json",
2025-08-20T19:15:58.2646984Z [00:02:03.490]➜  		"en-US/ga/DescribeAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeAccelerator.json",
2025-08-20T19:15:58.2648298Z [00:02:03.490]➜  		"en-US/ga/DescribeAcceleratorAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeAcceleratorAutoRenewAttribute.json",
2025-08-20T19:15:58.2649448Z [00:02:03.490]➜  		"en-US/ga/DescribeAcceleratorServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeAcceleratorServiceStatus.json",
2025-08-20T19:15:58.2650575Z [00:02:03.490]➜  		"en-US/ga/DescribeApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeApplicationMonitor.json",
2025-08-20T19:15:58.2651620Z [00:02:03.490]➜  		"en-US/ga/DescribeBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeBandwidthPackage.json",
2025-08-20T19:15:58.2653394Z [00:02:03.490]➜  		"en-US/ga/DescribeBandwidthPackageAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeBandwidthPackageAutoRenewAttribute.json",
2025-08-20T19:15:58.2654469Z [00:02:03.490]➜  		"en-US/ga/DescribeCommodity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCommodity.json",
2025-08-20T19:15:58.2655495Z [00:02:03.490]➜  		"en-US/ga/DescribeCommodityPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCommodityPrice.json",
2025-08-20T19:15:58.2656916Z [00:02:03.490]➜  		"en-US/ga/DescribeCustomRoutingEndPointTrafficPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCustomRoutingEndPointTrafficPolicy.json",
2025-08-20T19:15:58.2657971Z [00:02:03.490]➜  		"en-US/ga/DescribeCustomRoutingEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCustomRoutingEndpoint.json",
2025-08-20T19:15:58.2659179Z [00:02:03.490]➜  		"en-US/ga/DescribeCustomRoutingEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCustomRoutingEndpointGroup.json",
2025-08-20T19:15:58.2660883Z [00:02:03.490]➜  		"en-US/ga/DescribeCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:58.2661883Z [00:02:03.490]➜  		"en-US/ga/DescribeEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeEndpointGroup.json",
2025-08-20T19:15:58.2662895Z [00:02:03.490]➜  		"en-US/ga/DescribeIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeIpSet.json",
2025-08-20T19:15:58.2663763Z [00:02:03.490]➜  		"en-US/ga/DescribeListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeListener.json",
2025-08-20T19:15:58.2664922Z [00:02:03.490]➜  		"en-US/ga/DescribeLogStoreOfEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeLogStoreOfEndpointGroup.json",
2025-08-20T19:15:58.2665764Z [00:02:03.490]➜  		"en-US/ga/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeRegions.json",
2025-08-20T19:15:58.2666780Z [00:02:03.490]➜  		"en-US/ga/DetachDdosFromAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DetachDdosFromAccelerator.json",
2025-08-20T19:15:58.2667948Z [00:02:03.490]➜  		"en-US/ga/DetachLogStoreFromEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DetachLogStoreFromEndpointGroup.json",
2025-08-20T19:15:58.2668944Z [00:02:03.490]➜  		"en-US/ga/DetectApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DetectApplicationMonitor.json",
2025-08-20T19:15:58.2669942Z [00:02:03.490]➜  		"en-US/ga/DisableApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DisableApplicationMonitor.json",
2025-08-20T19:15:58.2671187Z [00:02:03.490]➜  		"en-US/ga/DissociateAclsFromListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DissociateAclsFromListener.json",
2025-08-20T19:15:58.2686439Z [00:02:03.490]➜  		"en-US/ga/DissociateAdditionalCertificatesFromListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DissociateAdditionalCertificatesFromListener.json",
2025-08-20T19:15:58.2687569Z [00:02:03.490]➜  		"en-US/ga/EnableApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/EnableApplicationMonitor.json",
2025-08-20T19:15:58.2688274Z [00:02:03.490]➜  		"en-US/ga/GetAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetAcl.json",
2025-08-20T19:15:58.2689242Z [00:02:03.490]➜  		"en-US/ga/GetBasicAccelerateIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicAccelerateIp.json",
2025-08-20T19:15:58.2690622Z [00:02:03.490]➜  		"en-US/ga/GetBasicAccelerateIpEndpointRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:58.2691794Z [00:02:03.490]➜  		"en-US/ga/GetBasicAccelerateIpIdleCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicAccelerateIpIdleCount.json",
2025-08-20T19:15:58.2693092Z [00:02:03.490]➜  		"en-US/ga/GetBasicAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicAccelerator.json",
2025-08-20T19:15:58.2693999Z [00:02:03.490]➜  		"en-US/ga/GetBasicEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicEndpoint.json",
2025-08-20T19:15:58.2694943Z [00:02:03.490]➜  		"en-US/ga/GetBasicEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicEndpointGroup.json",
2025-08-20T19:15:58.2695750Z [00:02:03.490]➜  		"en-US/ga/GetBasicIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicIpSet.json",
2025-08-20T19:15:58.2696557Z [00:02:03.490]➜  		"en-US/ga/GetHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetHealthStatus.json",
2025-08-20T19:15:58.2697460Z [00:02:03.490]➜  		"en-US/ga/GetInvalidDomainCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetInvalidDomainCount.json",
2025-08-20T19:15:58.2698592Z [00:02:03.490]➜  		"en-US/ga/GetIpsetsBandwidthLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetIpsetsBandwidthLimit.json",
2025-08-20T19:15:58.2699363Z [00:02:03.490]➜  		"en-US/ga/GetSpareIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetSpareIp.json",
2025-08-20T19:15:58.2700259Z [00:02:03.490]➜  		"en-US/ga/ListAccelerateAreas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAccelerateAreas.json",
2025-08-20T19:15:58.2701092Z [00:02:03.490]➜  		"en-US/ga/ListAccelerators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAccelerators.json",
2025-08-20T19:15:58.2701815Z [00:02:03.490]➜  		"en-US/ga/ListAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAcls.json",
2025-08-20T19:15:58.2702991Z [00:02:03.490]➜  		"en-US/ga/ListApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListApplicationMonitor.json",
2025-08-20T19:15:58.2704422Z [00:02:03.490]➜  		"en-US/ga/ListApplicationMonitorDetectResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListApplicationMonitorDetectResult.json",
2025-08-20T19:15:58.2705506Z [00:02:03.490]➜  		"en-US/ga/ListAvailableAccelerateAreas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAvailableAccelerateAreas.json",
2025-08-20T19:15:58.2706464Z [00:02:03.490]➜  		"en-US/ga/ListAvailableBusiRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAvailableBusiRegions.json",
2025-08-20T19:15:58.2707416Z [00:02:03.490]➜  		"en-US/ga/ListBandwidthPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBandwidthPackages.json",
2025-08-20T19:15:58.2708499Z [00:02:03.490]➜  		"en-US/ga/ListBandwidthackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBandwidthackages.json",
2025-08-20T19:15:58.2709774Z [00:02:03.490]➜  		"en-US/ga/ListBasicAccelerateIpEndpointRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBasicAccelerateIpEndpointRelations.json",
2025-08-20T19:15:58.2710748Z [00:02:03.490]➜  		"en-US/ga/ListBasicAccelerateIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBasicAccelerateIps.json",
2025-08-20T19:15:58.2711672Z [00:02:03.490]➜  		"en-US/ga/ListBasicAccelerators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBasicAccelerators.json",
2025-08-20T19:15:58.2722908Z [00:02:03.490]➜  		"en-US/ga/ListBasicEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBasicEndpoints.json",
2025-08-20T19:15:58.2723740Z [00:02:03.490]➜  		"en-US/ga/ListBusiRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBusiRegions.json",
2025-08-20T19:15:58.2724572Z [00:02:03.490]➜  		"en-US/ga/ListCommonAreas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCommonAreas.json",
2025-08-20T19:15:58.2725990Z [00:02:03.490]➜  		"en-US/ga/ListCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:58.2727085Z [00:02:03.490]➜  		"en-US/ga/ListCustomRoutingEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingEndpointGroups.json",
2025-08-20T19:15:58.2728241Z [00:02:03.490]➜  		"en-US/ga/ListCustomRoutingEndpointTrafficPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:58.2729262Z [00:02:03.490]➜  		"en-US/ga/ListCustomRoutingEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingEndpoints.json",
2025-08-20T19:15:58.2730329Z [00:02:03.490]➜  		"en-US/ga/ListCustomRoutingPortMappings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingPortMappings.json",
2025-08-20T19:15:58.2731686Z [00:02:03.490]➜  		"en-US/ga/ListCustomRoutingPortMappingsByDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingPortMappingsByDestination.json",
2025-08-20T19:15:58.2732804Z [00:02:03.490]➜  		"en-US/ga/ListDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListDomains.json",
2025-08-20T19:15:58.2734037Z [00:02:03.490]➜  		"en-US/ga/ListEndpointGroupIpAddressCidrBlocks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListEndpointGroupIpAddressCidrBlocks.json",
2025-08-20T19:15:58.2734995Z [00:02:03.490]➜  		"en-US/ga/ListEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListEndpointGroups.json",
2025-08-20T19:15:58.2735935Z [00:02:03.490]➜  		"en-US/ga/ListForwardingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListForwardingRules.json",
2025-08-20T19:15:58.2736754Z [00:02:03.490]➜  		"en-US/ga/ListIpSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListIpSets.json",
2025-08-20T19:15:58.2737728Z [00:02:03.490]➜  		"en-US/ga/ListIspTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListIspTypes.json",
2025-08-20T19:15:58.2738745Z [00:02:03.490]➜  		"en-US/ga/ListListenerCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListListenerCertificates.json",
2025-08-20T19:15:58.2739560Z [00:02:03.490]➜  		"en-US/ga/ListListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListListeners.json",
2025-08-20T19:15:58.2740375Z [00:02:03.490]➜  		"en-US/ga/ListSpareIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListSpareIps.json",
2025-08-20T19:15:58.2741338Z [00:02:03.490]➜  		"en-US/ga/ListSystemSecurityPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListSystemSecurityPolicies.json",
2025-08-20T19:15:58.2742366Z [00:02:03.490]➜  		"en-US/ga/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListTagResources.json",
2025-08-20T19:15:58.2743576Z [00:02:03.490]➜  		"en-US/ga/OpenAcceleratorService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/OpenAcceleratorService.json",
2025-08-20T19:15:58.2744703Z [00:02:03.490]➜  		"en-US/ga/QueryCrossBorderApprovalStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/QueryCrossBorderApprovalStatus.json",
2025-08-20T19:15:58.2745608Z [00:02:03.490]➜  		"en-US/ga/RemoveEntriesFromAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/RemoveEntriesFromAcl.json",
2025-08-20T19:15:58.2746557Z [00:02:03.490]➜  		"en-US/ga/ReplaceBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ReplaceBandwidthPackage.json",
2025-08-20T19:15:58.2747331Z [00:02:03.490]➜  		"en-US/ga/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/TagResources.json",
2025-08-20T19:15:58.2748151Z [00:02:03.490]➜  		"en-US/ga/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UntagResources.json",
2025-08-20T19:15:58.2749164Z [00:02:03.490]➜  		"en-US/ga/UpdateAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAccelerator.json",
2025-08-20T19:15:58.2750371Z [00:02:03.490]➜  		"en-US/ga/UpdateAcceleratorAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAcceleratorAutoRenewAttribute.json",
2025-08-20T19:15:58.2751398Z [00:02:03.490]➜  		"en-US/ga/UpdateAcceleratorConfirm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAcceleratorConfirm.json",
2025-08-20T19:15:58.2782839Z [00:02:03.490]➜  		"en-US/ga/UpdateAcceleratorCrossBorderMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAcceleratorCrossBorderMode.json",
2025-08-20T19:15:58.2784258Z [00:02:03.490]➜  		"en-US/ga/UpdateAcceleratorCrossBorderStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAcceleratorCrossBorderStatus.json",
2025-08-20T19:15:58.2785172Z [00:02:03.490]➜  		"en-US/ga/UpdateAclAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAclAttribute.json",
2025-08-20T19:15:58.2786756Z [00:02:03.490]➜  		"en-US/ga/UpdateAdditionalCertificateWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAdditionalCertificateWithListener.json",
2025-08-20T19:15:58.2787759Z [00:02:03.490]➜  		"en-US/ga/UpdateApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateApplicationMonitor.json",
2025-08-20T19:15:58.2789064Z [00:02:03.490]➜  		"en-US/ga/UpdateBandwidthPackagaAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBandwidthPackagaAutoRenewAttribute.json",
2025-08-20T19:15:58.2790002Z [00:02:03.490]➜  		"en-US/ga/UpdateBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBandwidthPackage.json",
2025-08-20T19:15:58.2790950Z [00:02:03.490]➜  		"en-US/ga/UpdateBasicAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBasicAccelerator.json",
2025-08-20T19:15:58.2792068Z [00:02:03.490]➜  		"en-US/ga/UpdateBasicEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBasicEndpoint.json",
2025-08-20T19:15:58.2793238Z [00:02:03.490]➜  		"en-US/ga/UpdateBasicEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBasicEndpointGroup.json",
2025-08-20T19:15:58.2794092Z [00:02:03.490]➜  		"en-US/ga/UpdateBasicIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBasicIpSet.json",
2025-08-20T19:15:58.2795422Z [00:02:03.490]➜  		"en-US/ga/UpdateCustomRoutingEndpointGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateCustomRoutingEndpointGroupAttribute.json",
2025-08-20T19:15:58.2796965Z [00:02:03.490]➜  		"en-US/ga/UpdateCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:58.2798333Z [00:02:03.490]➜  		"en-US/ga/UpdateCustomRoutingEndpointTrafficPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:58.2799390Z [00:02:03.490]➜  		"en-US/ga/UpdateCustomRoutingEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateCustomRoutingEndpoints.json",
2025-08-20T19:15:58.2800155Z [00:02:03.490]➜  		"en-US/ga/UpdateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateDomain.json",
2025-08-20T19:15:58.2800995Z [00:02:03.490]➜  		"en-US/ga/UpdateDomainState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateDomainState.json",
2025-08-20T19:15:58.2801857Z [00:02:03.490]➜  		"en-US/ga/UpdateEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateEndpointGroup.json",
2025-08-20T19:15:58.2848256Z [00:02:03.490]➜  		"en-US/ga/UpdateEndpointGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateEndpointGroupAttribute.json",
2025-08-20T19:15:58.2849640Z [00:02:03.490]➜  		"en-US/ga/UpdateEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateEndpointGroups.json",
2025-08-20T19:15:58.2850687Z [00:02:03.490]➜  		"en-US/ga/UpdateForwardingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateForwardingRules.json",
2025-08-20T19:15:58.2851495Z [00:02:03.490]➜  		"en-US/ga/UpdateIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateIpSet.json",
2025-08-20T19:15:58.2852293Z [00:02:03.490]➜  		"en-US/ga/UpdateIpSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateIpSets.json",
2025-08-20T19:15:58.2853213Z [00:02:03.490]➜  		"en-US/ga/UpdateListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateListener.json",
2025-08-20T19:15:58.2854241Z [00:02:03.490]➜  		"en-US/ga/UpdateServiceManagedControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateServiceManagedControl.json",
2025-08-20T19:15:58.2854919Z [00:02:03.490]➜  		"en-US/ga/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/version.json",
2025-08-20T19:15:58.2856067Z [00:02:03.490]➜  		"en-US/goodstech/ClassifyCommodity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/goodstech/ClassifyCommodity.json",
2025-08-20T19:15:58.2856862Z [00:02:03.490]➜  		"en-US/goodstech/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/goodstech/version.json",
2025-08-20T19:15:58.2857868Z [00:02:03.490]➜  		"en-US/gpdb/DescribeDBInstanceForDms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/DescribeDBInstanceForDms.json",
2025-08-20T19:15:58.2858978Z [00:02:03.490]➜  		"en-US/gpdb/DescribeDBInstanceSecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/DescribeDBInstanceSecurityIps.json",
2025-08-20T19:15:58.2860032Z [00:02:03.490]➜  		"en-US/gpdb/DescribeDBInstancesForDms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/DescribeDBInstancesForDms.json",
2025-08-20T19:15:58.2861261Z [00:02:03.490]➜  		"en-US/gpdb/ModifyDBInstanceSecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/ModifyDBInstanceSecurityIps.json",
2025-08-20T19:15:58.2861953Z [00:02:03.490]➜  		"en-US/gpdb/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/version.json",
2025-08-20T19:15:58.2862917Z [00:02:03.491]➜  		"en-US/green/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/green/version.json",
2025-08-20T19:15:58.2863844Z [00:02:03.491]➜  		"en-US/hbase/AddUserHdfsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/AddUserHdfsInfo.json",
2025-08-20T19:15:58.2865014Z [00:02:03.491]➜  		"en-US/hbase/AllocatePublicNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/AllocatePublicNetworkAddress.json",
2025-08-20T19:15:58.2866351Z [00:02:03.491]➜  		"en-US/hbase/CancelActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CancelActiveOperationTasks.json",
2025-08-20T19:15:58.2867443Z [00:02:03.491]➜  		"en-US/hbase/CheckComponentsVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CheckComponentsVersion.json",
2025-08-20T19:15:58.2868281Z [00:02:03.491]➜  		"en-US/hbase/CloseBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CloseBackup.json",
2025-08-20T19:15:58.2869181Z [00:02:03.491]➜  		"en-US/hbase/ConvertInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ConvertInstance.json",
2025-08-20T19:15:58.2870117Z [00:02:03.491]➜  		"en-US/hbase/CreateBackupPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateBackupPlan.json",
2025-08-20T19:15:58.2870983Z [00:02:03.491]➜  		"en-US/hbase/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateCluster.json",
2025-08-20T19:15:58.2872016Z [00:02:03.491]➜  		"en-US/hbase/CreateGlobalResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateGlobalResource.json",
2025-08-20T19:15:58.2873509Z [00:02:03.491]➜  		"en-US/hbase/CreateHBaseSlbServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateHBaseSlbServer.json",
2025-08-20T19:15:58.2874501Z [00:02:03.491]➜  		"en-US/hbase/CreateHbaseHaSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateHbaseHaSlb.json",
2025-08-20T19:15:58.2875538Z [00:02:03.491]➜  		"en-US/hbase/CreateMultiZoneCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateMultiZoneCluster.json",
2025-08-20T19:15:58.2876498Z [00:02:03.491]➜  		"en-US/hbase/CreateRestorePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateRestorePlan.json",
2025-08-20T19:15:58.2877552Z [00:02:03.491]➜  		"en-US/hbase/CreateServerlessCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateServerlessCluster.json",
2025-08-20T19:15:58.2878572Z [00:02:03.491]➜  		"en-US/hbase/DeleteGlobalResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteGlobalResource.json",
2025-08-20T19:15:58.2879690Z [00:02:03.491]➜  		"en-US/hbase/DeleteHBaseHaDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteHBaseHaDB.json",
2025-08-20T19:15:58.2880700Z [00:02:03.491]➜  		"en-US/hbase/DeleteHBaseSlbServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteHBaseSlbServer.json",
2025-08-20T19:15:58.2881632Z [00:02:03.491]➜  		"en-US/hbase/DeleteHbaseHaSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteHbaseHaSlb.json",
2025-08-20T19:15:58.2882749Z [00:02:03.491]➜  		"en-US/hbase/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteInstance.json",
2025-08-20T19:15:58.2883906Z [00:02:03.491]➜  		"en-US/hbase/DeleteMultiZoneCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteMultiZoneCluster.json",
2025-08-20T19:15:58.2885027Z [00:02:03.491]➜  		"en-US/hbase/DeleteServerlessCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteServerlessCluster.json",
2025-08-20T19:15:58.2885952Z [00:02:03.491]➜  		"en-US/hbase/DeleteUserHdfsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteUserHdfsInfo.json",
2025-08-20T19:15:58.2887114Z [00:02:03.491]➜  		"en-US/hbase/DescribeActiveOperationTaskType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeActiveOperationTaskType.json",
2025-08-20T19:15:58.2888209Z [00:02:03.491]➜  		"en-US/hbase/DescribeActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeActiveOperationTasks.json",
2025-08-20T19:15:58.2889267Z [00:02:03.491]➜  		"en-US/hbase/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeAvailableResource.json",
2025-08-20T19:15:58.2890302Z [00:02:03.491]➜  		"en-US/hbase/DescribeBackupPlanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupPlanConfig.json",
2025-08-20T19:15:58.2891242Z [00:02:03.491]➜  		"en-US/hbase/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupPolicy.json",
2025-08-20T19:15:58.2892189Z [00:02:03.491]➜  		"en-US/hbase/DescribeBackupStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupStatus.json",
2025-08-20T19:15:58.2893356Z [00:02:03.491]➜  		"en-US/hbase/DescribeBackupSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupSummary.json",
2025-08-20T19:15:58.2894311Z [00:02:03.491]➜  		"en-US/hbase/DescribeBackupTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupTables.json",
2025-08-20T19:15:58.2895183Z [00:02:03.491]➜  		"en-US/hbase/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackups.json",
2025-08-20T19:15:58.2896364Z [00:02:03.491]➜  		"en-US/hbase/DescribeClusterConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeClusterConnection.json",
2025-08-20T19:15:58.2897376Z [00:02:03.491]➜  		"en-US/hbase/DescribeColdStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeColdStorage.json",
2025-08-20T19:15:58.2898378Z [00:02:03.491]➜  		"en-US/hbase/DescribeDBInstanceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeDBInstanceUsage.json",
2025-08-20T19:15:58.2899445Z [00:02:03.491]➜  		"en-US/hbase/DescribeDeletedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeDeletedInstances.json",
2025-08-20T19:15:58.2900446Z [00:02:03.491]➜  		"en-US/hbase/DescribeDiskWarningLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeDiskWarningLine.json",
2025-08-20T19:15:58.2901330Z [00:02:03.491]➜  		"en-US/hbase/DescribeEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeEndpoints.json",
2025-08-20T19:15:58.2902221Z [00:02:03.491]➜  		"en-US/hbase/DescribeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeInstance.json",
2025-08-20T19:15:58.2903379Z [00:02:03.491]➜  		"en-US/hbase/DescribeInstanceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeInstanceType.json",
2025-08-20T19:15:58.2904334Z [00:02:03.491]➜  		"en-US/hbase/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeInstances.json",
2025-08-20T19:15:58.2905378Z [00:02:03.491]➜  		"en-US/hbase/DescribeIpWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeIpWhitelist.json",
2025-08-20T19:15:58.2906628Z [00:02:03.491]➜  		"en-US/hbase/DescribeMultiZoneAvailableRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeMultiZoneAvailableRegions.json",
2025-08-20T19:15:58.2908099Z [00:02:03.491]➜  		"en-US/hbase/DescribeMultiZoneAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeMultiZoneAvailableResource.json",
2025-08-20T19:15:58.2909348Z [00:02:03.491]➜  		"en-US/hbase/DescribeMultiZoneCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeMultiZoneCluster.json",
2025-08-20T19:15:58.2910530Z [00:02:03.492]➜  		"en-US/hbase/DescribeRecoverableTimeRange.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRecoverableTimeRange.json",
2025-08-20T19:15:58.2911422Z [00:02:03.492]➜  		"en-US/hbase/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRegions.json",
2025-08-20T19:15:58.2912815Z [00:02:03.492]➜  		"en-US/hbase/DescribeRestoreFullDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreFullDetails.json",
2025-08-20T19:15:58.2913868Z [00:02:03.492]➜  		"en-US/hbase/DescribeRestoreIncrDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreIncrDetail.json",
2025-08-20T19:15:58.2914952Z [00:02:03.492]➜  		"en-US/hbase/DescribeRestoreSchemaDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreSchemaDetails.json",
2025-08-20T19:15:58.2915957Z [00:02:03.492]➜  		"en-US/hbase/DescribeRestoreSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreSummary.json",
2025-08-20T19:15:58.2916945Z [00:02:03.492]➜  		"en-US/hbase/DescribeRestoreTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreTables.json",
2025-08-20T19:15:58.2917960Z [00:02:03.492]➜  		"en-US/hbase/DescribeSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeSecurityGroups.json",
2025-08-20T19:15:58.2919037Z [00:02:03.492]➜  		"en-US/hbase/DescribeServerlessCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeServerlessCluster.json",
2025-08-20T19:15:58.2919983Z [00:02:03.492]➜  		"en-US/hbase/DescribeSubDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeSubDomain.json",
2025-08-20T19:15:58.2921224Z [00:02:03.492]➜  		"en-US/hbase/EnableHBaseueBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/EnableHBaseueBackup.json",
2025-08-20T19:15:58.2922220Z [00:02:03.492]➜  		"en-US/hbase/EnableHBaseueModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/EnableHBaseueModule.json",
2025-08-20T19:15:58.2923558Z [00:02:03.492]➜  		"en-US/hbase/EvaluateMultiZoneResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/EvaluateMultiZoneResource.json",
2025-08-20T19:15:58.2924494Z [00:02:03.492]➜  		"en-US/hbase/GetMultimodeCmsUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/GetMultimodeCmsUrl.json",
2025-08-20T19:15:58.2925426Z [00:02:03.492]➜  		"en-US/hbase/ListHBaseInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListHBaseInstances.json",
2025-08-20T19:15:58.2926686Z [00:02:03.492]➜  		"en-US/hbase/ListInstanceServiceConfigHistories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListInstanceServiceConfigHistories.json",
2025-08-20T19:15:58.2927919Z [00:02:03.492]➜  		"en-US/hbase/ListInstanceServiceConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListInstanceServiceConfigurations.json",
2025-08-20T19:15:58.2928837Z [00:02:03.492]➜  		"en-US/hbase/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListTagResources.json",
2025-08-20T19:15:58.2929592Z [00:02:03.492]➜  		"en-US/hbase/ListTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListTags.json",
2025-08-20T19:15:58.2930685Z [00:02:03.492]➜  		"en-US/hbase/ModifyActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyActiveOperationTasks.json",
2025-08-20T19:15:58.2931843Z [00:02:03.492]➜  		"en-US/hbase/ModifyBackupPlanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyBackupPlanConfig.json",
2025-08-20T19:15:58.2933120Z [00:02:03.492]➜  		"en-US/hbase/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyBackupPolicy.json",
2025-08-20T19:15:58.2934316Z [00:02:03.492]➜  		"en-US/hbase/ModifyClusterDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyClusterDeletionProtection.json",
2025-08-20T19:15:58.2935316Z [00:02:03.492]➜  		"en-US/hbase/ModifyDiskWarningLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyDiskWarningLine.json",
2025-08-20T19:15:58.2936387Z [00:02:03.492]➜  		"en-US/hbase/ModifyInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:58.2937340Z [00:02:03.492]➜  		"en-US/hbase/ModifyInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyInstanceName.json",
2025-08-20T19:15:58.2938467Z [00:02:03.492]➜  		"en-US/hbase/ModifyInstanceServiceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyInstanceServiceConfig.json",
2025-08-20T19:15:58.2939433Z [00:02:03.492]➜  		"en-US/hbase/ModifyInstanceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyInstanceType.json",
2025-08-20T19:15:58.2940392Z [00:02:03.492]➜  		"en-US/hbase/ModifyIpWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyIpWhitelist.json",
2025-08-20T19:15:58.2941583Z [00:02:03.492]➜  		"en-US/hbase/ModifyMultiZoneClusterNodeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyMultiZoneClusterNodeType.json",
2025-08-20T19:15:58.2942815Z [00:02:03.492]➜  		"en-US/hbase/ModifySecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifySecurityGroups.json",
2025-08-20T19:15:58.2943941Z [00:02:03.492]➜  		"en-US/hbase/ModifyUIAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyUIAccountPassword.json",
2025-08-20T19:15:58.2945082Z [00:02:03.492]➜  		"en-US/hbase/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/MoveResourceGroup.json",
2025-08-20T19:15:58.2946056Z [00:02:03.492]➜  		"en-US/hbase/OpenBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/OpenBackup.json",
2025-08-20T19:15:58.2946972Z [00:02:03.492]➜  		"en-US/hbase/PurgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/PurgeInstance.json",
2025-08-20T19:15:58.2947868Z [00:02:03.492]➜  		"en-US/hbase/QueryHBaseHaDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/QueryHBaseHaDB.json",
2025-08-20T19:15:58.2948852Z [00:02:03.492]➜  		"en-US/hbase/QueryXpackRelateDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/QueryXpackRelateDB.json",
2025-08-20T19:15:58.2949810Z [00:02:03.492]➜  		"en-US/hbase/RelateDbForHBaseHa.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/RelateDbForHBaseHa.json",
2025-08-20T19:15:58.2950970Z [00:02:03.492]➜  		"en-US/hbase/ReleasePublicNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ReleasePublicNetworkAddress.json",
2025-08-20T19:15:58.2951874Z [00:02:03.492]➜  		"en-US/hbase/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/RenewInstance.json",
2025-08-20T19:15:58.2953113Z [00:02:03.492]➜  		"en-US/hbase/ResizeColdStorageSize.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeColdStorageSize.json",
2025-08-20T19:15:58.2954009Z [00:02:03.492]➜  		"en-US/hbase/ResizeDiskSize.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeDiskSize.json",
2025-08-20T19:15:58.2955185Z [00:02:03.492]➜  		"en-US/hbase/ResizeMultiZoneClusterDiskSize.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeMultiZoneClusterDiskSize.json",
2025-08-20T19:15:58.2956541Z [00:02:03.492]➜  		"en-US/hbase/ResizeMultiZoneClusterNodeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeMultiZoneClusterNodeCount.json",
2025-08-20T19:15:58.2957566Z [00:02:03.492]➜  		"en-US/hbase/ResizeNodeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeNodeCount.json",
2025-08-20T19:15:58.2958436Z [00:02:03.492]➜  		"en-US/hbase/RestartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/RestartInstance.json",
2025-08-20T19:15:58.2959298Z [00:02:03.492]➜  		"en-US/hbase/SwitchHbaseHaSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/SwitchHbaseHaSlb.json",
2025-08-20T19:15:58.2960192Z [00:02:03.492]➜  		"en-US/hbase/SwitchService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/SwitchService.json",
2025-08-20T19:15:58.2961013Z [00:02:03.492]➜  		"en-US/hbase/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/TagResources.json",
2025-08-20T19:15:58.2961875Z [00:02:03.492]➜  		"en-US/hbase/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/UnTagResources.json",
2025-08-20T19:15:58.2963223Z [00:02:03.492]➜  		"en-US/hbase/UpgradeMinorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/UpgradeMinorVersion.json",
2025-08-20T19:15:58.2964317Z [00:02:03.493]➜  		"en-US/hbase/UpgradeMultiZoneCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/UpgradeMultiZoneCluster.json",
2025-08-20T19:15:58.2965185Z [00:02:03.493]➜  		"en-US/hbase/XpackRelateDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/XpackRelateDB.json",
2025-08-20T19:15:58.2965959Z [00:02:03.493]➜  		"en-US/hbase/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/version.json",
2025-08-20T19:15:58.2966797Z [00:02:03.493]➜  		"en-US/httpdns/AddDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/AddDomain.json",
2025-08-20T19:15:58.2967695Z [00:02:03.493]➜  		"en-US/httpdns/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/DeleteDomain.json",
2025-08-20T19:15:58.2968960Z [00:02:03.493]➜  		"en-US/httpdns/DescribeDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/DescribeDomains.json",
2025-08-20T19:15:58.2969912Z [00:02:03.493]➜  		"en-US/httpdns/GetAccountInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/GetAccountInfo.json",
2025-08-20T19:15:58.2971012Z [00:02:03.493]➜  		"en-US/httpdns/GetResolveCountSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/GetResolveCountSummary.json",
2025-08-20T19:15:58.2972035Z [00:02:03.493]➜  		"en-US/httpdns/GetResolveStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/GetResolveStatistics.json",
2025-08-20T19:15:58.2973134Z [00:02:03.493]➜  		"en-US/httpdns/ListDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/ListDomains.json",
2025-08-20T19:15:58.2973973Z [00:02:03.493]➜  		"en-US/httpdns/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/version.json",
2025-08-20T19:15:58.2974903Z [00:02:03.493]➜  		"en-US/imageaudit/ScanImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageaudit/ScanImage.json",
2025-08-20T19:15:58.2975771Z [00:02:03.493]➜  		"en-US/imageaudit/ScanText.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageaudit/ScanText.json",
2025-08-20T19:15:58.2976589Z [00:02:03.493]➜  		"en-US/imageaudit/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageaudit/version.json",
2025-08-20T19:15:58.2977577Z [00:02:03.493]➜  		"en-US/imageenhan/AssessComposition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/AssessComposition.json",
2025-08-20T19:15:58.2978521Z [00:02:03.493]➜  		"en-US/imageenhan/AssessExposure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/AssessExposure.json",
2025-08-20T19:15:58.2979641Z [00:02:03.493]➜  		"en-US/imageenhan/AssessSharpness.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/AssessSharpness.json",
2025-08-20T19:15:58.2980734Z [00:02:03.493]➜  		"en-US/imageenhan/ChangeImageSize.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ChangeImageSize.json",
2025-08-20T19:15:58.2981657Z [00:02:03.493]➜  		"en-US/imageenhan/ColorizeImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ColorizeImage.json",
2025-08-20T19:15:58.2982875Z [00:02:03.493]➜  		"en-US/imageenhan/EnhanceImageColor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/EnhanceImageColor.json",
2025-08-20T19:15:58.2983772Z [00:02:03.493]➜  		"en-US/imageenhan/ErasePerson.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ErasePerson.json",
2025-08-20T19:15:58.2984759Z [00:02:03.493]➜  		"en-US/imageenhan/ExtendImageStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ExtendImageStyle.json",
2025-08-20T19:15:58.2985930Z [00:02:03.493]➜  		"en-US/imageenhan/GenerateCartoonizedImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateCartoonizedImage.json",
2025-08-20T19:15:58.2987007Z [00:02:03.493]➜  		"en-US/imageenhan/GenerateDynamicImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateDynamicImage.json",
2025-08-20T19:15:58.2988055Z [00:02:03.493]➜  		"en-US/imageenhan/GenerateImageWithText.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateImageWithText.json",
2025-08-20T19:15:58.2989277Z [00:02:03.493]➜  		"en-US/imageenhan/GenerateImageWithTextAndImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateImageWithTextAndImage.json",
2025-08-20T19:15:58.2990525Z [00:02:03.493]➜  		"en-US/imageenhan/GenerateSuperResolutionImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateSuperResolutionImage.json",
2025-08-20T19:15:58.2991559Z [00:02:03.493]➜  		"en-US/imageenhan/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GetAsyncJobResult.json",
2025-08-20T19:15:58.2993495Z [00:02:03.493]➜  		"en-US/imageenhan/ImageBlindCharacterWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ImageBlindCharacterWatermark.json",
2025-08-20T19:15:58.2994654Z [00:02:03.493]➜  		"en-US/imageenhan/ImageBlindPicWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ImageBlindPicWatermark.json",
2025-08-20T19:15:58.2995670Z [00:02:03.493]➜  		"en-US/imageenhan/ImitatePhotoStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ImitatePhotoStyle.json",
2025-08-20T19:15:58.2996761Z [00:02:03.493]➜  		"en-US/imageenhan/IntelligentComposition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/IntelligentComposition.json",
2025-08-20T19:15:58.2997905Z [00:02:03.493]➜  		"en-US/imageenhan/MakeSuperResolutionImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/MakeSuperResolutionImage.json",
2025-08-20T19:15:58.2998875Z [00:02:03.493]➜  		"en-US/imageenhan/RecolorHDImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/RecolorHDImage.json",
2025-08-20T19:15:58.2999815Z [00:02:03.493]➜  		"en-US/imageenhan/RecolorImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/RecolorImage.json",
2025-08-20T19:15:58.3000896Z [00:02:03.493]➜  		"en-US/imageenhan/RemoveImageSubtitles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/RemoveImageSubtitles.json",
2025-08-20T19:15:58.3001967Z [00:02:03.493]➜  		"en-US/imageenhan/RemoveImageWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/RemoveImageWatermark.json",
2025-08-20T19:15:58.3003165Z [00:02:03.493]➜  		"en-US/imageenhan/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/version.json",
2025-08-20T19:15:58.3004362Z [00:02:03.493]➜  		"en-US/imagerecog/ClassifyingRubbish.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/ClassifyingRubbish.json",
2025-08-20T19:15:58.3005603Z [00:02:03.493]➜  		"en-US/imagerecog/DetectImageElements.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/DetectImageElements.json",
2025-08-20T19:15:58.3006739Z [00:02:03.493]➜  		"en-US/imagerecog/EvaluateCertificateQuality.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/EvaluateCertificateQuality.json",
2025-08-20T19:15:58.3007686Z [00:02:03.493]➜  		"en-US/imagerecog/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/GetAsyncJobResult.json",
2025-08-20T19:15:58.3008562Z [00:02:03.493]➜  		"en-US/imagerecog/RecognizeFood.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/RecognizeFood.json",
2025-08-20T19:15:58.3009599Z [00:02:03.493]➜  		"en-US/imagerecog/RecognizeImageColor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/RecognizeImageColor.json",
2025-08-20T19:15:58.3010741Z [00:02:03.493]➜  		"en-US/imagerecog/RecognizeImageStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/RecognizeImageStyle.json",
2025-08-20T19:15:58.3011698Z [00:02:03.493]➜  		"en-US/imagerecog/RecognizeScene.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/RecognizeScene.json",
2025-08-20T19:15:58.3012820Z [00:02:03.493]➜  		"en-US/imagerecog/TaggingAdImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/TaggingAdImage.json",
2025-08-20T19:15:58.3013743Z [00:02:03.493]➜  		"en-US/imagerecog/TaggingImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/TaggingImage.json",
2025-08-20T19:15:58.3014558Z [00:02:03.493]➜  		"en-US/imagerecog/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/version.json",
2025-08-20T19:15:58.3015371Z [00:02:03.493]➜  		"en-US/imageseg/ChangeSky.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/ChangeSky.json",
2025-08-20T19:15:58.3016343Z [00:02:03.493]➜  		"en-US/imageseg/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/GetAsyncJobResult.json",
2025-08-20T19:15:58.3017300Z [00:02:03.493]➜  		"en-US/imageseg/ParseFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/ParseFace.json",
2025-08-20T19:15:58.3018141Z [00:02:03.493]➜  		"en-US/imageseg/RefineMask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/RefineMask.json",
2025-08-20T19:15:58.3018986Z [00:02:03.493]➜  		"en-US/imageseg/SegmentBody.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentBody.json",
2025-08-20T19:15:58.3019857Z [00:02:03.493]➜  		"en-US/imageseg/SegmentCloth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentCloth.json",
2025-08-20T19:15:58.3020782Z [00:02:03.493]➜  		"en-US/imageseg/SegmentCommodity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentCommodity.json",
2025-08-20T19:15:58.3021768Z [00:02:03.493]➜  		"en-US/imageseg/SegmentCommonImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentCommonImage.json",
2025-08-20T19:15:58.3022822Z [00:02:03.493]➜  		"en-US/imageseg/SegmentFood.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentFood.json",
2025-08-20T19:15:58.3023753Z [00:02:03.493]➜  		"en-US/imageseg/SegmentHDBody.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHDBody.json",
2025-08-20T19:15:58.3024794Z [00:02:03.493]➜  		"en-US/imageseg/SegmentHDCommonImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHDCommonImage.json",
2025-08-20T19:15:58.3025655Z [00:02:03.493]➜  		"en-US/imageseg/SegmentHDSky.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHDSky.json",
2025-08-20T19:15:58.3026695Z [00:02:03.493]➜  		"en-US/imageseg/SegmentHair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHair.json",
2025-08-20T19:15:58.3027662Z [00:02:03.493]➜  		"en-US/imageseg/SegmentHead.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHead.json",
2025-08-20T19:15:58.3028512Z [00:02:03.493]➜  		"en-US/imageseg/SegmentScene.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentScene.json",
2025-08-20T19:15:58.3029352Z [00:02:03.493]➜  		"en-US/imageseg/SegmentSkin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentSkin.json",
2025-08-20T19:15:58.3030172Z [00:02:03.493]➜  		"en-US/imageseg/SegmentSky.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentSky.json",
2025-08-20T19:15:58.3030974Z [00:02:03.493]➜  		"en-US/imageseg/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/version.json",
2025-08-20T19:15:58.3032005Z [00:02:03.493]➜  		"en-US/ims/AddClientIdToOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/AddClientIdToOIDCProvider.json",
2025-08-20T19:15:58.3033407Z [00:02:03.493]➜  		"en-US/ims/AddFingerprintToOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/AddFingerprintToOIDCProvider.json",
2025-08-20T19:15:58.3034274Z [00:02:03.493]➜  		"en-US/ims/AddUserToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/AddUserToGroup.json",
2025-08-20T19:15:58.3035087Z [00:02:03.493]➜  		"en-US/ims/BindMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/BindMFADevice.json",
2025-08-20T19:15:58.3035907Z [00:02:03.493]➜  		"en-US/ims/ChangePassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ChangePassword.json",
2025-08-20T19:15:58.3036743Z [00:02:03.493]➜  		"en-US/ims/CreateAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateAccessKey.json",
2025-08-20T19:15:58.3037577Z [00:02:03.493]➜  		"en-US/ims/CreateAppSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateAppSecret.json",
2025-08-20T19:15:58.3038473Z [00:02:03.493]➜  		"en-US/ims/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateApplication.json",
2025-08-20T19:15:58.3039391Z [00:02:03.493]➜  		"en-US/ims/CreateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateGroup.json",
2025-08-20T19:15:58.3040284Z [00:02:03.493]➜  		"en-US/ims/CreateLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateLoginProfile.json",
2025-08-20T19:15:58.3041170Z [00:02:03.493]➜  		"en-US/ims/CreateOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateOIDCProvider.json",
2025-08-20T19:15:58.3042027Z [00:02:03.493]➜  		"en-US/ims/CreateSAMLProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateSAMLProvider.json",
2025-08-20T19:15:58.3042968Z [00:02:03.493]➜  		"en-US/ims/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateUser.json",
2025-08-20T19:15:58.3043957Z [00:02:03.493]➜  		"en-US/ims/CreateVirtualMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateVirtualMFADevice.json",
2025-08-20T19:15:58.3044828Z [00:02:03.493]➜  		"en-US/ims/DeleteAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteAccessKey.json",
2025-08-20T19:15:58.3045699Z [00:02:03.494]➜  		"en-US/ims/DeleteAppSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteAppSecret.json",
2025-08-20T19:15:58.3046608Z [00:02:03.494]➜  		"en-US/ims/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteApplication.json",
2025-08-20T19:15:58.3047401Z [00:02:03.494]➜  		"en-US/ims/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteGroup.json",
2025-08-20T19:15:58.3048471Z [00:02:03.494]➜  		"en-US/ims/DeleteLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteLoginProfile.json",
2025-08-20T19:15:58.3049515Z [00:02:03.494]➜  		"en-US/ims/DeleteOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteOIDCProvider.json",
2025-08-20T19:15:58.3050419Z [00:02:03.494]➜  		"en-US/ims/DeleteSAMLProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteSAMLProvider.json",
2025-08-20T19:15:58.3051177Z [00:02:03.494]➜  		"en-US/ims/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteUser.json",
2025-08-20T19:15:58.3052141Z [00:02:03.494]➜  		"en-US/ims/DeleteVirtualMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteVirtualMFADevice.json",
2025-08-20T19:15:58.3053201Z [00:02:03.494]➜  		"en-US/ims/DisableVirtualMFA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DisableVirtualMFA.json",
2025-08-20T19:15:58.3054208Z [00:02:03.494]➜  		"en-US/ims/GenerateCredentialReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GenerateCredentialReport.json",
2025-08-20T19:15:58.3055295Z [00:02:03.494]➜  		"en-US/ims/GetAccessKeyLastUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAccessKeyLastUsed.json",
2025-08-20T19:15:58.3056219Z [00:02:03.494]➜  		"en-US/ims/GetAccountMFAInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAccountMFAInfo.json",
2025-08-20T19:15:58.3057426Z [00:02:03.494]➜  		"en-US/ims/GetAccountSecurityPracticeReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAccountSecurityPracticeReport.json",
2025-08-20T19:15:58.3058320Z [00:02:03.494]➜  		"en-US/ims/GetAccountSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAccountSummary.json",
2025-08-20T19:15:58.3059121Z [00:02:03.494]➜  		"en-US/ims/GetAppSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAppSecret.json",
2025-08-20T19:15:58.3059956Z [00:02:03.494]➜  		"en-US/ims/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetApplication.json",
2025-08-20T19:15:58.3060891Z [00:02:03.494]➜  		"en-US/ims/GetCredentialReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetCredentialReport.json",
2025-08-20T19:15:58.3061940Z [00:02:03.494]➜  		"en-US/ims/GetDefaultDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetDefaultDomain.json",
2025-08-20T19:15:58.3062861Z [00:02:03.494]➜  		"en-US/ims/GetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetGroup.json",
2025-08-20T19:15:58.3063734Z [00:02:03.494]➜  		"en-US/ims/GetLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetLoginProfile.json",
2025-08-20T19:15:58.3064576Z [00:02:03.494]➜  		"en-US/ims/GetOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetOIDCProvider.json",
2025-08-20T19:15:58.3065457Z [00:02:03.494]➜  		"en-US/ims/GetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetPasswordPolicy.json",
2025-08-20T19:15:58.3066309Z [00:02:03.494]➜  		"en-US/ims/GetSAMLProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetSAMLProvider.json",
2025-08-20T19:15:58.3067263Z [00:02:03.494]➜  		"en-US/ims/GetSecurityPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetSecurityPreference.json",
2025-08-20T19:15:58.3067982Z [00:02:03.494]➜  		"en-US/ims/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetUser.json",
2025-08-20T19:15:58.3068804Z [00:02:03.494]➜  		"en-US/ims/GetUserMFAInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetUserMFAInfo.json",
2025-08-20T19:15:58.3069698Z [00:02:03.494]➜  		"en-US/ims/GetUserSsoSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetUserSsoSettings.json",
2025-08-20T19:15:58.3070518Z [00:02:03.494]➜  		"en-US/ims/ListAccessKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListAccessKeys.json",
2025-08-20T19:15:58.3071538Z [00:02:03.494]➜  		"en-US/ims/ListAppSecretIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListAppSecretIds.json",
2025-08-20T19:15:58.3072786Z [00:02:03.494]➜  		"en-US/ims/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListApplications.json",
2025-08-20T19:15:58.3073555Z [00:02:03.494]➜  		"en-US/ims/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListGroups.json",
2025-08-20T19:15:58.3074477Z [00:02:03.494]➜  		"en-US/ims/ListGroupsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListGroupsForUser.json",
2025-08-20T19:15:58.3075350Z [00:02:03.494]➜  		"en-US/ims/ListOIDCProviders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListOIDCProviders.json",
2025-08-20T19:15:58.3076282Z [00:02:03.494]➜  		"en-US/ims/ListPredefinedScopes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListPredefinedScopes.json",
2025-08-20T19:15:58.3077151Z [00:02:03.494]➜  		"en-US/ims/ListSAMLProviders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListSAMLProviders.json",
2025-08-20T19:15:58.3078145Z [00:02:03.494]➜  		"en-US/ims/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListTagResources.json",
2025-08-20T19:15:58.3079042Z [00:02:03.494]➜  		"en-US/ims/ListUserBasicInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListUserBasicInfos.json",
2025-08-20T19:15:58.3079790Z [00:02:03.494]➜  		"en-US/ims/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListUsers.json",
2025-08-20T19:15:58.3080662Z [00:02:03.494]➜  		"en-US/ims/ListUsersForGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListUsersForGroup.json",
2025-08-20T19:15:58.3081609Z [00:02:03.494]➜  		"en-US/ims/ListVirtualMFADevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListVirtualMFADevices.json",
2025-08-20T19:15:58.3082905Z [00:02:03.494]➜  		"en-US/ims/RemoveClientIdFromOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/RemoveClientIdFromOIDCProvider.json",
2025-08-20T19:15:58.3084300Z [00:02:03.494]➜  		"en-US/ims/RemoveFingerprintFromOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/RemoveFingerprintFromOIDCProvider.json",
2025-08-20T19:15:58.3085215Z [00:02:03.494]➜  		"en-US/ims/RemoveUserFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/RemoveUserFromGroup.json",
2025-08-20T19:15:58.3086075Z [00:02:03.494]➜  		"en-US/ims/SetDefaultDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/SetDefaultDomain.json",
2025-08-20T19:15:58.3086968Z [00:02:03.494]➜  		"en-US/ims/SetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/SetPasswordPolicy.json",
2025-08-20T19:15:58.3087919Z [00:02:03.494]➜  		"en-US/ims/SetSecurityPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/SetSecurityPreference.json",
2025-08-20T19:15:58.3088853Z [00:02:03.494]➜  		"en-US/ims/SetUserSsoSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/SetUserSsoSettings.json",
2025-08-20T19:15:58.3089667Z [00:02:03.494]➜  		"en-US/ims/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/TagResources.json",
2025-08-20T19:15:58.3090517Z [00:02:03.494]➜  		"en-US/ims/UnbindMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UnbindMFADevice.json",
2025-08-20T19:15:58.3091343Z [00:02:03.494]➜  		"en-US/ims/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UntagResources.json",
2025-08-20T19:15:58.3092174Z [00:02:03.494]➜  		"en-US/ims/UpdateAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateAccessKey.json",
2025-08-20T19:15:58.3093237Z [00:02:03.494]➜  		"en-US/ims/UpdateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateApplication.json",
2025-08-20T19:15:58.3094184Z [00:02:03.494]➜  		"en-US/ims/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateGroup.json",
2025-08-20T19:15:58.3095216Z [00:02:03.494]➜  		"en-US/ims/UpdateLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateLoginProfile.json",
2025-08-20T19:15:58.3096126Z [00:02:03.494]➜  		"en-US/ims/UpdateOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateOIDCProvider.json",
2025-08-20T19:15:58.3097012Z [00:02:03.494]➜  		"en-US/ims/UpdateSAMLProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateSAMLProvider.json",
2025-08-20T19:15:58.3097751Z [00:02:03.494]➜  		"en-US/ims/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateUser.json",
2025-08-20T19:15:58.3098438Z [00:02:03.494]➜  		"en-US/ims/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/version.json",
2025-08-20T19:15:58.3099353Z [00:02:03.494]➜  		"en-US/iot/AddDataForApiSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AddDataForApiSource.json",
2025-08-20T19:15:58.3100516Z [00:02:03.494]➜  		"en-US/iot/AddDeviceToSharePromotion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AddDeviceToSharePromotion.json",
2025-08-20T19:15:58.3101390Z [00:02:03.494]➜  		"en-US/iot/AddPowerStation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AddPowerStation.json",
2025-08-20T19:15:58.3102283Z [00:02:03.494]➜  		"en-US/iot/AddShareTaskDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AddShareTaskDevice.json",
2025-08-20T19:15:58.3103267Z [00:02:03.494]➜  		"en-US/iot/AsyncRRpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AsyncRRpc.json",
2025-08-20T19:15:58.3104153Z [00:02:03.494]➜  		"en-US/iot/AttachDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AttachDestination.json",
2025-08-20T19:15:58.3105187Z [00:02:03.494]➜  		"en-US/iot/AttachParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AttachParserDataSource.json",
2025-08-20T19:15:58.3106248Z [00:02:03.494]➜  		"en-US/iot/BatchAddDataForApiSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchAddDataForApiSource.json",
2025-08-20T19:15:58.3107512Z [00:02:03.494]➜  		"en-US/iot/BatchAddDeviceGroupRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchAddDeviceGroupRelations.json",
2025-08-20T19:15:58.3108406Z [00:02:03.494]➜  		"en-US/iot/BatchAddThingTopo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchAddThingTopo.json",
2025-08-20T19:15:58.3109774Z [00:02:03.494]➜  		"en-US/iot/BatchBindDeviceToEdgeInstanceWithDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchBindDeviceToEdgeInstanceWithDriver.json",
2025-08-20T19:15:58.3110864Z [00:02:03.494]➜  		"en-US/iot/BatchBindDevicesIntoProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchBindDevicesIntoProject.json",
2025-08-20T19:15:58.3111957Z [00:02:03.494]➜  		"en-US/iot/BatchBindProductsIntoProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchBindProductsIntoProject.json",
2025-08-20T19:15:58.3113107Z [00:02:03.494]➜  		"en-US/iot/BatchCheckDeviceNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCheckDeviceNames.json",
2025-08-20T19:15:58.3114087Z [00:02:03.494]➜  		"en-US/iot/BatchCheckImportDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCheckImportDevice.json",
2025-08-20T19:15:58.3115088Z [00:02:03.494]➜  		"en-US/iot/BatchCheckVehicleDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCheckVehicleDevice.json",
2025-08-20T19:15:58.3116261Z [00:02:03.494]➜  		"en-US/iot/BatchClearEdgeInstanceDeviceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchClearEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:58.3117455Z [00:02:03.494]➜  		"en-US/iot/BatchCreateSoundCodeLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCreateSoundCodeLabel.json",
2025-08-20T19:15:58.3118817Z [00:02:03.494]➜  		"en-US/iot/BatchCreateSoundCodeLabelWithLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCreateSoundCodeLabelWithLabels.json",
2025-08-20T19:15:58.3119996Z [00:02:03.494]➜  		"en-US/iot/BatchDeleteDeviceGroupRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchDeleteDeviceGroupRelations.json",
2025-08-20T19:15:58.3121130Z [00:02:03.494]➜  		"en-US/iot/BatchDeleteEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchDeleteEdgeInstanceChannel.json",
2025-08-20T19:15:58.3122141Z [00:02:03.494]➜  		"en-US/iot/BatchGetDeviceBindStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetDeviceBindStatus.json",
2025-08-20T19:15:58.3123271Z [00:02:03.494]➜  		"en-US/iot/BatchGetDeviceState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetDeviceState.json",
2025-08-20T19:15:58.3124320Z [00:02:03.494]➜  		"en-US/iot/BatchGetEdgeDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeDriver.json",
2025-08-20T19:15:58.3125432Z [00:02:03.494]➜  		"en-US/iot/BatchGetEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceChannel.json",
2025-08-20T19:15:58.3126630Z [00:02:03.494]➜  		"en-US/iot/BatchGetEdgeInstanceDeviceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceDeviceChannel.json",
2025-08-20T19:15:58.3127782Z [00:02:03.494]➜  		"en-US/iot/BatchGetEdgeInstanceDeviceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:58.3128944Z [00:02:03.494]➜  		"en-US/iot/BatchGetEdgeInstanceDeviceDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceDeviceDriver.json",
2025-08-20T19:15:58.3130198Z [00:02:03.494]➜  		"en-US/iot/BatchGetEdgeInstanceDriverConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:58.3131449Z [00:02:03.494]➜  		"en-US/iot/BatchGrayMigrationDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGrayMigrationDevice.json",
2025-08-20T19:15:58.3132568Z [00:02:03.494]➜  		"en-US/iot/BatchImportDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchImportDevice.json",
2025-08-20T19:15:58.3133633Z [00:02:03.494]➜  		"en-US/iot/BatchImportVehicleDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchImportVehicleDevice.json",
2025-08-20T19:15:58.3134366Z [00:02:03.494]➜  		"en-US/iot/BatchPub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchPub.json",
2025-08-20T19:15:58.3135349Z [00:02:03.494]➜  		"en-US/iot/BatchQueryDeviceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchQueryDeviceDetail.json",
2025-08-20T19:15:58.3136287Z [00:02:03.494]➜  		"en-US/iot/BatchRegisterDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchRegisterDevice.json",
2025-08-20T19:15:58.3137462Z [00:02:03.494]➜  		"en-US/iot/BatchRegisterDeviceWithApplyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchRegisterDeviceWithApplyId.json",
2025-08-20T19:15:58.3138657Z [00:02:03.494]➜  		"en-US/iot/BatchSetEdgeInstanceDeviceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchSetEdgeInstanceDeviceChannel.json",
2025-08-20T19:15:58.3139837Z [00:02:03.494]➜  		"en-US/iot/BatchSetEdgeInstanceDeviceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchSetEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:58.3141059Z [00:02:03.494]➜  		"en-US/iot/BatchUnbindDeviceFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchUnbindDeviceFromEdgeInstance.json",
2025-08-20T19:15:58.3142269Z [00:02:03.494]➜  		"en-US/iot/BatchUnbindProjectDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchUnbindProjectDevices.json",
2025-08-20T19:15:58.3143757Z [00:02:03.494]➜  		"en-US/iot/BatchUnbindProjectProducts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchUnbindProjectProducts.json",
2025-08-20T19:15:58.3144706Z [00:02:03.494]➜  		"en-US/iot/BatchUpdateDeviceNickname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchUpdateDeviceNickname.json",
2025-08-20T19:15:58.3145748Z [00:02:03.494]➜  		"en-US/iot/BindApplicationToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindApplicationToEdgeInstance.json",
2025-08-20T19:15:58.3146759Z [00:02:03.494]➜  		"en-US/iot/BindDriverToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindDriverToEdgeInstance.json",
2025-08-20T19:15:58.3147798Z [00:02:03.494]➜  		"en-US/iot/BindGatewayToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindGatewayToEdgeInstance.json",
2025-08-20T19:15:58.3148833Z [00:02:03.494]➜  		"en-US/iot/BindLicenseDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindLicenseDevice.json",
2025-08-20T19:15:58.3149750Z [00:02:03.494]➜  		"en-US/iot/BindLicenseProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindLicenseProduct.json",
2025-08-20T19:15:58.3150716Z [00:02:03.494]➜  		"en-US/iot/BindRoleToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindRoleToEdgeInstance.json",
2025-08-20T19:15:58.3151802Z [00:02:03.494]➜  		"en-US/iot/BindSceneRuleToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindSceneRuleToEdgeInstance.json",
2025-08-20T19:15:58.3152746Z [00:02:03.494]➜  		"en-US/iot/CancelJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelJob.json",
2025-08-20T19:15:58.3153768Z [00:02:03.494]➜  		"en-US/iot/CancelOTAStrategyByJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelOTAStrategyByJob.json",
2025-08-20T19:15:58.3154745Z [00:02:03.494]➜  		"en-US/iot/CancelOTATaskByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelOTATaskByDevice.json",
2025-08-20T19:15:58.3155811Z [00:02:03.494]➜  		"en-US/iot/CancelOTATaskByJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelOTATaskByJob.json",
2025-08-20T19:15:58.3156686Z [00:02:03.494]➜  		"en-US/iot/CancelReleaseProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelReleaseProduct.json",
2025-08-20T19:15:58.3157787Z [00:02:03.494]➜  		"en-US/iot/CheckBindLicenseDeviceProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CheckBindLicenseDeviceProgress.json",
2025-08-20T19:15:58.3158846Z [00:02:03.494]➜  		"en-US/iot/ClearDeviceDesiredProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ClearDeviceDesiredProperty.json",
2025-08-20T19:15:58.3159944Z [00:02:03.494]➜  		"en-US/iot/ClearEdgeInstanceDriverConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ClearEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:58.3160828Z [00:02:03.494]➜  		"en-US/iot/CloseDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CloseDeviceTunnel.json",
2025-08-20T19:15:58.3161780Z [00:02:03.494]➜  		"en-US/iot/CloseEdgeInstanceDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CloseEdgeInstanceDeployment.json",
2025-08-20T19:15:58.3162657Z [00:02:03.494]➜  		"en-US/iot/ConfirmOTATask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ConfirmOTATask.json",
2025-08-20T19:15:58.3163354Z [00:02:03.494]➜  		"en-US/iot/CopyThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CopyThingModel.json",
2025-08-20T19:15:58.3164117Z [00:02:03.494]➜  		"en-US/iot/CopyThingModelAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CopyThingModelAsync.json",
2025-08-20T19:15:58.3165053Z [00:02:03.494]➜  		"en-US/iot/CountSpeechBroadcastHour.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CountSpeechBroadcastHour.json",
2025-08-20T19:15:58.3166105Z [00:02:03.494]➜  		"en-US/iot/CreateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateConsumerGroup.json",
2025-08-20T19:15:58.3167160Z [00:02:03.494]➜  		"en-US/iot/CreateConsumerGroupSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateConsumerGroupSubscribeRelation.json",
2025-08-20T19:15:58.3167964Z [00:02:03.494]➜  		"en-US/iot/CreateDataAPIService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDataAPIService.json",
2025-08-20T19:15:58.3168825Z [00:02:03.494]➜  		"en-US/iot/CreateDataSourceItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDataSourceItem.json",
2025-08-20T19:15:58.3169657Z [00:02:03.494]➜  		"en-US/iot/CreateDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDestination.json",
2025-08-20T19:15:58.3170825Z [00:02:03.494]➜  		"en-US/iot/CreateDeviceDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDeviceDistributeJob.json",
2025-08-20T19:15:58.3171855Z [00:02:03.494]➜  		"en-US/iot/CreateDeviceDynamicGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDeviceDynamicGroup.json",
2025-08-20T19:15:58.3179536Z [00:02:03.494]➜  		"en-US/iot/CreateDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDeviceGroup.json",
2025-08-20T19:15:58.3180537Z [00:02:03.494]➜  		"en-US/iot/CreateDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDeviceTunnel.json",
2025-08-20T19:15:58.3181495Z [00:02:03.494]➜  		"en-US/iot/CreateDownloadDataJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDownloadDataJob.json",
2025-08-20T19:15:58.3182370Z [00:02:03.494]➜  		"en-US/iot/CreateEdgeDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeDriver.json",
2025-08-20T19:15:58.3183547Z [00:02:03.494]➜  		"en-US/iot/CreateEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeDriverVersion.json",
2025-08-20T19:15:58.3184629Z [00:02:03.494]➜  		"en-US/iot/CreateEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeInstance.json",
2025-08-20T19:15:58.3185620Z [00:02:03.494]➜  		"en-US/iot/CreateEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeInstanceChannel.json",
2025-08-20T19:15:58.3186748Z [00:02:03.494]➜  		"en-US/iot/CreateEdgeInstanceDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeInstanceDeployment.json",
2025-08-20T19:15:58.3187965Z [00:02:03.494]➜  		"en-US/iot/CreateEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeInstanceMessageRouting.json",
2025-08-20T19:15:58.3189124Z [00:02:03.494]➜  		"en-US/iot/CreateEdgeOssPreSignedAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeOssPreSignedAddress.json",
2025-08-20T19:15:58.3189934Z [00:02:03.494]➜  		"en-US/iot/CreateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateJob.json",
2025-08-20T19:15:58.3190872Z [00:02:03.494]➜  		"en-US/iot/CreateLoRaNodesTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateLoRaNodesTask.json",
2025-08-20T19:15:58.3191940Z [00:02:03.494]➜  		"en-US/iot/CreateOTADynamicUpgradeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTADynamicUpgradeJob.json",
2025-08-20T19:15:58.3193083Z [00:02:03.494]➜  		"en-US/iot/CreateOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTAFirmware.json",
2025-08-20T19:15:58.3193978Z [00:02:03.494]➜  		"en-US/iot/CreateOTAModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTAModule.json",
2025-08-20T19:15:58.3195162Z [00:02:03.494]➜  		"en-US/iot/CreateOTAStaticUpgradeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTAStaticUpgradeJob.json",
2025-08-20T19:15:58.3196216Z [00:02:03.494]➜  		"en-US/iot/CreateOTAVerifyJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTAVerifyJob.json",
2025-08-20T19:15:58.3197023Z [00:02:03.494]➜  		"en-US/iot/CreateParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateParser.json",
2025-08-20T19:15:58.3198002Z [00:02:03.494]➜  		"en-US/iot/CreateParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateParserDataSource.json",
2025-08-20T19:15:58.3198837Z [00:02:03.494]➜  		"en-US/iot/CreateProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateProduct.json",
2025-08-20T19:15:58.3199895Z [00:02:03.494]➜  		"en-US/iot/CreateProductDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateProductDistributeJob.json",
2025-08-20T19:15:58.3200772Z [00:02:03.494]➜  		"en-US/iot/CreateProductTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateProductTags.json",
2025-08-20T19:15:58.3201833Z [00:02:03.494]➜  		"en-US/iot/CreateProductTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateProductTopic.json",
2025-08-20T19:15:58.3232968Z [00:02:03.494]➜  		"en-US/iot/CreateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateRule.json",
2025-08-20T19:15:58.3233962Z [00:02:03.494]➜  		"en-US/iot/CreateRuleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateRuleAction.json",
2025-08-20T19:15:58.3234862Z [00:02:03.494]➜  		"en-US/iot/CreateSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSceneRule.json",
2025-08-20T19:15:58.3235817Z [00:02:03.494]➜  		"en-US/iot/CreateSchedulePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSchedulePeriod.json",
2025-08-20T19:15:58.3236966Z [00:02:03.494]➜  		"en-US/iot/CreateSharePromotionActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSharePromotionActivity.json",
2025-08-20T19:15:58.3238372Z [00:02:03.494]➜  		"en-US/iot/CreateSharePromotionSpeechModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSharePromotionSpeechModel.json",
2025-08-20T19:15:58.3239262Z [00:02:03.494]➜  		"en-US/iot/CreateSoundCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSoundCode.json",
2025-08-20T19:15:58.3240221Z [00:02:03.494]➜  		"en-US/iot/CreateSoundCodeLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSoundCodeLabel.json",
2025-08-20T19:15:58.3241256Z [00:02:03.494]➜  		"en-US/iot/CreateSoundCodeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSoundCodeSchedule.json",
2025-08-20T19:15:58.3242092Z [00:02:03.494]➜  		"en-US/iot/CreateSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSpeech.json",
2025-08-20T19:15:58.3243327Z [00:02:03.494]➜  		"en-US/iot/CreateStudioAppDomainOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateStudioAppDomainOpen.json",
2025-08-20T19:15:58.3244312Z [00:02:03.494]➜  		"en-US/iot/CreateSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSubscribeRelation.json",
2025-08-20T19:15:58.3245160Z [00:02:03.494]➜  		"en-US/iot/CreateThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateThingModel.json",
2025-08-20T19:15:58.3246020Z [00:02:03.494]➜  		"en-US/iot/CreateThingScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateThingScript.json",
2025-08-20T19:15:58.3246870Z [00:02:03.494]➜  		"en-US/iot/CreateTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateTopicConfig.json",
2025-08-20T19:15:58.3247917Z [00:02:03.494]➜  		"en-US/iot/CreateTopicRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateTopicRouteTable.json",
2025-08-20T19:15:58.3248866Z [00:02:03.494]➜  		"en-US/iot/DeleteClientIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteClientIds.json",
2025-08-20T19:15:58.3249824Z [00:02:03.494]➜  		"en-US/iot/DeleteConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteConsumerGroup.json",
2025-08-20T19:15:58.3251104Z [00:02:03.494]➜  		"en-US/iot/DeleteConsumerGroupSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteConsumerGroupSubscribeRelation.json",
2025-08-20T19:15:58.3252101Z [00:02:03.494]➜  		"en-US/iot/DeleteDataSourceItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDataSourceItem.json",
2025-08-20T19:15:58.3253243Z [00:02:03.494]➜  		"en-US/iot/DeleteDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDestination.json",
2025-08-20T19:15:58.3254100Z [00:02:03.494]➜  		"en-US/iot/DeleteDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDevice.json",
2025-08-20T19:15:58.3255398Z [00:02:03.494]➜  		"en-US/iot/DeleteDeviceDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceDistributeJob.json",
2025-08-20T19:15:58.3256496Z [00:02:03.494]➜  		"en-US/iot/DeleteDeviceDynamicGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceDynamicGroup.json",
2025-08-20T19:15:58.3257402Z [00:02:03.494]➜  		"en-US/iot/DeleteDeviceFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceFile.json",
2025-08-20T19:15:58.3258334Z [00:02:03.494]➜  		"en-US/iot/DeleteDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceGroup.json",
2025-08-20T19:15:58.3259225Z [00:02:03.494]➜  		"en-US/iot/DeleteDeviceProp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceProp.json",
2025-08-20T19:15:58.3260164Z [00:02:03.494]➜  		"en-US/iot/DeleteDeviceSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceSpeech.json",
2025-08-20T19:15:58.3261112Z [00:02:03.494]➜  		"en-US/iot/DeleteDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceTunnel.json",
2025-08-20T19:15:58.3262169Z [00:02:03.494]➜  		"en-US/iot/DeleteEdgeDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteEdgeDriver.json",
2025-08-20T19:15:58.3263430Z [00:02:03.494]➜  		"en-US/iot/DeleteEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteEdgeDriverVersion.json",
2025-08-20T19:15:58.3264369Z [00:02:03.494]➜  		"en-US/iot/DeleteEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteEdgeInstance.json",
2025-08-20T19:15:58.3265563Z [00:02:03.494]➜  		"en-US/iot/DeleteEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteEdgeInstanceMessageRouting.json",
2025-08-20T19:15:58.3266372Z [00:02:03.494]➜  		"en-US/iot/DeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteJob.json",
2025-08-20T19:15:58.3267286Z [00:02:03.494]➜  		"en-US/iot/DeleteOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteOTAFirmware.json",
2025-08-20T19:15:58.3268167Z [00:02:03.494]➜  		"en-US/iot/DeleteOTAModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteOTAModule.json",
2025-08-20T19:15:58.3268987Z [00:02:03.494]➜  		"en-US/iot/DeleteParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteParser.json",
2025-08-20T19:15:58.3270015Z [00:02:03.494]➜  		"en-US/iot/DeleteParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteParserDataSource.json",
2025-08-20T19:15:58.3270926Z [00:02:03.494]➜  		"en-US/iot/DeletePowerStation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeletePowerStation.json",
2025-08-20T19:15:58.3271899Z [00:02:03.494]➜  		"en-US/iot/DeleteProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteProduct.json",
2025-08-20T19:15:58.3273050Z [00:02:03.494]➜  		"en-US/iot/DeleteProductTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteProductTags.json",
2025-08-20T19:15:58.3273883Z [00:02:03.494]➜  		"en-US/iot/DeleteProductTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteProductTopic.json",
2025-08-20T19:15:58.3274560Z [00:02:03.494]➜  		"en-US/iot/DeleteRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteRule.json",
2025-08-20T19:15:58.3275316Z [00:02:03.494]➜  		"en-US/iot/DeleteRuleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteRuleAction.json",
2025-08-20T19:15:58.3276035Z [00:02:03.494]➜  		"en-US/iot/DeleteSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSceneRule.json",
2025-08-20T19:15:58.3276820Z [00:02:03.494]➜  		"en-US/iot/DeleteSchedulePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSchedulePeriod.json",
2025-08-20T19:15:58.3277723Z [00:02:03.494]➜  		"en-US/iot/DeleteShareTaskDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteShareTaskDevice.json",
2025-08-20T19:15:58.3278448Z [00:02:03.494]➜  		"en-US/iot/DeleteSoundCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSoundCode.json",
2025-08-20T19:15:58.3279241Z [00:02:03.494]➜  		"en-US/iot/DeleteSoundCodeLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSoundCodeLabel.json",
2025-08-20T19:15:58.3280073Z [00:02:03.494]➜  		"en-US/iot/DeleteSoundCodeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSoundCodeSchedule.json",
2025-08-20T19:15:58.3280763Z [00:02:03.494]➜  		"en-US/iot/DeleteSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSpeech.json",
2025-08-20T19:15:58.3281636Z [00:02:03.494]➜  		"en-US/iot/DeleteStudioAppDomainOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteStudioAppDomainOpen.json",
2025-08-20T19:15:58.3282664Z [00:02:03.494]➜  		"en-US/iot/DeleteSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSubscribeRelation.json",
2025-08-20T19:15:58.3283572Z [00:02:03.494]➜  		"en-US/iot/DeleteThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteThingModel.json",
2025-08-20T19:15:58.3284420Z [00:02:03.494]➜  		"en-US/iot/DeleteTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteTopicConfig.json",
2025-08-20T19:15:58.3285326Z [00:02:03.494]➜  		"en-US/iot/DeleteTopicRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteTopicRouteTable.json",
2025-08-20T19:15:58.3286531Z [00:02:03.494]➜  		"en-US/iot/DeleteUserDefineTableDataByPrimaryKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteUserDefineTableDataByPrimaryKey.json",
2025-08-20T19:15:58.3287400Z [00:02:03.494]➜  		"en-US/iot/DetachDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DetachDestination.json",
2025-08-20T19:15:58.3288348Z [00:02:03.494]➜  		"en-US/iot/DetachParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DetachParserDataSource.json",
2025-08-20T19:15:58.3289231Z [00:02:03.494]➜  		"en-US/iot/DisableDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DisableDeviceTunnel.json",
2025-08-20T19:15:58.3290162Z [00:02:03.494]➜  		"en-US/iot/DisableDeviceTunnelShare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DisableDeviceTunnelShare.json",
2025-08-20T19:15:58.3290995Z [00:02:03.494]➜  		"en-US/iot/DisableSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DisableSceneRule.json",
2025-08-20T19:15:58.3291730Z [00:02:03.494]➜  		"en-US/iot/DisableThing.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DisableThing.json",
2025-08-20T19:15:58.3292952Z [00:02:03.494]➜  		"en-US/iot/EnableDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/EnableDeviceTunnel.json",
2025-08-20T19:15:58.3294051Z [00:02:03.494]➜  		"en-US/iot/EnableDeviceTunnelShare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/EnableDeviceTunnelShare.json",
2025-08-20T19:15:58.3294914Z [00:02:03.494]➜  		"en-US/iot/EnableSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/EnableSceneRule.json",
2025-08-20T19:15:58.3295675Z [00:02:03.494]➜  		"en-US/iot/EnableThing.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/EnableThing.json",
2025-08-20T19:15:58.3296701Z [00:02:03.494]➜  		"en-US/iot/GenerateDeviceNameListURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GenerateDeviceNameListURL.json",
2025-08-20T19:15:58.3297659Z [00:02:03.495]➜  		"en-US/iot/GenerateFileUploadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GenerateFileUploadURL.json",
2025-08-20T19:15:58.3298586Z [00:02:03.495]➜  		"en-US/iot/GenerateOTAUploadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GenerateOTAUploadURL.json",
2025-08-20T19:15:58.3299699Z [00:02:03.495]➜  		"en-US/iot/GetDataAPIServiceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDataAPIServiceDetail.json",
2025-08-20T19:15:58.3300547Z [00:02:03.495]➜  		"en-US/iot/GetDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDestination.json",
2025-08-20T19:15:58.3301396Z [00:02:03.495]➜  		"en-US/iot/GetDeviceShadow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDeviceShadow.json",
2025-08-20T19:15:58.3302219Z [00:02:03.495]➜  		"en-US/iot/GetDeviceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDeviceStatus.json",
2025-08-20T19:15:58.3303444Z [00:02:03.495]➜  		"en-US/iot/GetDeviceTunnelShareStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDeviceTunnelShareStatus.json",
2025-08-20T19:15:58.3304407Z [00:02:03.495]➜  		"en-US/iot/GetDeviceTunnelStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDeviceTunnelStatus.json",
2025-08-20T19:15:58.3305548Z [00:02:03.495]➜  		"en-US/iot/GetDownloadFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDownloadFile.json",
2025-08-20T19:15:58.3306471Z [00:02:03.495]➜  		"en-US/iot/GetEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetEdgeDriverVersion.json",
2025-08-20T19:15:58.3307324Z [00:02:03.495]➜  		"en-US/iot/GetEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetEdgeInstance.json",
2025-08-20T19:15:58.3308356Z [00:02:03.495]➜  		"en-US/iot/GetEdgeInstanceDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetEdgeInstanceDeployment.json",
2025-08-20T19:15:58.3309496Z [00:02:03.495]➜  		"en-US/iot/GetEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetEdgeInstanceMessageRouting.json",
2025-08-20T19:15:58.3310472Z [00:02:03.495]➜  		"en-US/iot/GetGatewayBySubDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetGatewayBySubDevice.json",
2025-08-20T19:15:58.3311371Z [00:02:03.495]➜  		"en-US/iot/GetLoraNodesTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetLoraNodesTask.json",
2025-08-20T19:15:58.3312146Z [00:02:03.495]➜  		"en-US/iot/GetParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetParser.json",
2025-08-20T19:15:58.3313306Z [00:02:03.495]➜  		"en-US/iot/GetParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetParserDataSource.json",
2025-08-20T19:15:58.3314052Z [00:02:03.495]➜  		"en-US/iot/GetRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetRule.json",
2025-08-20T19:15:58.3314864Z [00:02:03.495]➜  		"en-US/iot/GetRuleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetRuleAction.json",
2025-08-20T19:15:58.3315818Z [00:02:03.495]➜  		"en-US/iot/GetSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSceneRule.json",
2025-08-20T19:15:58.3317070Z [00:02:03.495]➜  		"en-US/iot/GetShareSpeechModelAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetShareSpeechModelAudio.json",
2025-08-20T19:15:58.3318107Z [00:02:03.495]➜  		"en-US/iot/GetShareTaskByDeviceOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetShareTaskByDeviceOpen.json",
2025-08-20T19:15:58.3318984Z [00:02:03.495]➜  		"en-US/iot/GetSoundCodeAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSoundCodeAudio.json",
2025-08-20T19:15:58.3319911Z [00:02:03.495]➜  		"en-US/iot/GetSoundCodeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSoundCodeSchedule.json",
2025-08-20T19:15:58.3320850Z [00:02:03.495]➜  		"en-US/iot/GetSpeechDeviceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSpeechDeviceDetail.json",
2025-08-20T19:15:58.3322232Z [00:02:03.495]➜  		"en-US/iot/GetSpeechLicenseDeviceStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSpeechLicenseDeviceStatistics.json",
2025-08-20T19:15:58.3323354Z [00:02:03.495]➜  		"en-US/iot/GetSpeechVoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSpeechVoice.json",
2025-08-20T19:15:58.3324312Z [00:02:03.495]➜  		"en-US/iot/GetStudioAppTokenOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetStudioAppTokenOpen.json",
2025-08-20T19:15:58.3325303Z [00:02:03.495]➜  		"en-US/iot/GetThingModelStatusInner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingModelStatusInner.json",
2025-08-20T19:15:58.3326155Z [00:02:03.495]➜  		"en-US/iot/GetThingModelTsl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingModelTsl.json",
2025-08-20T19:15:58.3327142Z [00:02:03.495]➜  		"en-US/iot/GetThingModelTslPublished.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingModelTslPublished.json",
2025-08-20T19:15:58.3327975Z [00:02:03.495]➜  		"en-US/iot/GetThingScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingScript.json",
2025-08-20T19:15:58.3329003Z [00:02:03.495]➜  		"en-US/iot/GetThingTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingTemplate.json",
2025-08-20T19:15:58.3329799Z [00:02:03.495]➜  		"en-US/iot/GetThingTopo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingTopo.json",
2025-08-20T19:15:58.3330760Z [00:02:03.495]➜  		"en-US/iot/GisQueryDeviceLocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GisQueryDeviceLocation.json",
2025-08-20T19:15:58.3331681Z [00:02:03.495]➜  		"en-US/iot/GisSearchDeviceTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GisSearchDeviceTrace.json",
2025-08-20T19:15:58.3332668Z [00:02:03.495]➜  		"en-US/iot/ImportDTData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ImportDTData.json",
2025-08-20T19:15:58.3333450Z [00:02:03.495]➜  		"en-US/iot/ImportDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ImportDevice.json",
2025-08-20T19:15:58.3334417Z [00:02:03.495]➜  		"en-US/iot/ImportThingModelTsl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ImportThingModelTsl.json",
2025-08-20T19:15:58.3335365Z [00:02:03.495]➜  		"en-US/iot/InvokeDataAPIService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/InvokeDataAPIService.json",
2025-08-20T19:15:58.3336267Z [00:02:03.495]➜  		"en-US/iot/InvokeThingService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/InvokeThingService.json",
2025-08-20T19:15:58.3337171Z [00:02:03.495]➜  		"en-US/iot/InvokeThingsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/InvokeThingsService.json",
2025-08-20T19:15:58.3338226Z [00:02:03.495]➜  		"en-US/iot/ListAnalyticsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListAnalyticsData.json",
2025-08-20T19:15:58.3339240Z [00:02:03.495]➜  		"en-US/iot/ListDataSourceItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDataSourceItem.json",
2025-08-20T19:15:58.3340107Z [00:02:03.495]➜  		"en-US/iot/ListDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDestination.json",
2025-08-20T19:15:58.3341114Z [00:02:03.495]➜  		"en-US/iot/ListDeviceDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDeviceDistributeJob.json",
2025-08-20T19:15:58.3342074Z [00:02:03.495]➜  		"en-US/iot/ListDistributedDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDistributedDevice.json",
2025-08-20T19:15:58.3343277Z [00:02:03.495]➜  		"en-US/iot/ListDistributedProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDistributedProduct.json",
2025-08-20T19:15:58.3344030Z [00:02:03.495]➜  		"en-US/iot/ListJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListJob.json",
2025-08-20T19:15:58.3344900Z [00:02:03.495]➜  		"en-US/iot/ListOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAFirmware.json",
2025-08-20T19:15:58.3345968Z [00:02:03.495]➜  		"en-US/iot/ListOTAJobByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAJobByDevice.json",
2025-08-20T19:15:58.3346930Z [00:02:03.495]➜  		"en-US/iot/ListOTAJobByFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAJobByFirmware.json",
2025-08-20T19:15:58.3347902Z [00:02:03.495]➜  		"en-US/iot/ListOTAModuleByProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAModuleByProduct.json",
2025-08-20T19:15:58.3349006Z [00:02:03.495]➜  		"en-US/iot/ListOTAModuleVersionsByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAModuleVersionsByDevice.json",
2025-08-20T19:15:58.3349895Z [00:02:03.495]➜  		"en-US/iot/ListOTATaskByJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTATaskByJob.json",
2025-08-20T19:15:58.3351013Z [00:02:03.495]➜  		"en-US/iot/ListOTAUnfinishedTaskByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAUnfinishedTaskByDevice.json",
2025-08-20T19:15:58.3352034Z [00:02:03.495]➜  		"en-US/iot/ListParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListParser.json",
2025-08-20T19:15:58.3383411Z [00:02:03.495]➜  		"en-US/iot/ListParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListParserDataSource.json",
2025-08-20T19:15:58.3384515Z [00:02:03.495]➜  		"en-US/iot/ListParserDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListParserDestination.json",
2025-08-20T19:15:58.3385472Z [00:02:03.495]➜  		"en-US/iot/ListPowerStation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListPowerStation.json",
2025-08-20T19:15:58.3386439Z [00:02:03.495]➜  		"en-US/iot/ListProductByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListProductByTags.json",
2025-08-20T19:15:58.3387545Z [00:02:03.495]➜  		"en-US/iot/ListProductTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListProductTags.json",
2025-08-20T19:15:58.3388284Z [00:02:03.495]➜  		"en-US/iot/ListRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListRule.json",
2025-08-20T19:15:58.3389146Z [00:02:03.495]➜  		"en-US/iot/ListRuleActions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListRuleActions.json",
2025-08-20T19:15:58.3389893Z [00:02:03.495]➜  		"en-US/iot/ListTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListTask.json",
2025-08-20T19:15:58.3390856Z [00:02:03.495]➜  		"en-US/iot/ListThingModelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListThingModelVersion.json",
2025-08-20T19:15:58.3391907Z [00:02:03.495]➜  		"en-US/iot/ListThingTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListThingTemplates.json",
2025-08-20T19:15:58.3392989Z [00:02:03.495]➜  		"en-US/iot/ModifyOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ModifyOTAFirmware.json",
2025-08-20T19:15:58.3393850Z [00:02:03.495]➜  		"en-US/iot/ModifyPowerStation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ModifyPowerStation.json",
2025-08-20T19:15:58.3394701Z [00:02:03.495]➜  		"en-US/iot/NotifyAddThingTopo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/NotifyAddThingTopo.json",
2025-08-20T19:15:58.3395488Z [00:02:03.495]➜  		"en-US/iot/OpenIotService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/OpenIotService.json",
2025-08-20T19:15:58.3396579Z [00:02:03.495]➜  		"en-US/iot/PackageSoundCodeLabelBatchAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PackageSoundCodeLabelBatchAudio.json",
2025-08-20T19:15:58.3397582Z [00:02:03.495]➜  		"en-US/iot/PageQuerySharedSpeechOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PageQuerySharedSpeechOpen.json",
2025-08-20T19:15:58.3398709Z [00:02:03.495]➜  		"en-US/iot/PageQuerySpeechBroadcastHour.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PageQuerySpeechBroadcastHour.json",
2025-08-20T19:15:58.3399557Z [00:02:03.495]➜  		"en-US/iot/PrintByTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PrintByTemplate.json",
2025-08-20T19:15:58.3400111Z [00:02:03.495]➜  		"en-US/iot/Pub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/Pub.json",
2025-08-20T19:15:58.3400884Z [00:02:03.495]➜  		"en-US/iot/PubBroadcast.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PubBroadcast.json",
2025-08-20T19:15:58.3401662Z [00:02:03.495]➜  		"en-US/iot/PublishScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishScript.json",
2025-08-20T19:15:58.3402684Z [00:02:03.495]➜  		"en-US/iot/PublishStudioApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishStudioApp.json",
2025-08-20T19:15:58.3403547Z [00:02:03.495]➜  		"en-US/iot/PublishThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishThingModel.json",
2025-08-20T19:15:58.3404710Z [00:02:03.495]➜  		"en-US/iot/PublishThingModelAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishThingModelAsync.json",
2025-08-20T19:15:58.3405701Z [00:02:03.495]➜  		"en-US/iot/PublishThingModelAsyncInner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishThingModelAsyncInner.json",
2025-08-20T19:15:58.3406462Z [00:02:03.495]➜  		"en-US/iot/PushSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PushSpeech.json",
2025-08-20T19:15:58.3407491Z [00:02:03.495]➜  		"en-US/iot/QueryBatchRegisterDeviceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryBatchRegisterDeviceStatus.json",
2025-08-20T19:15:58.3408452Z [00:02:03.495]➜  		"en-US/iot/QueryCertUrlByApplyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryCertUrlByApplyId.json",
2025-08-20T19:15:58.3409440Z [00:02:03.495]➜  		"en-US/iot/QueryClientIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryClientIds.json",
2025-08-20T19:15:58.3410471Z [00:02:03.495]➜  		"en-US/iot/QueryConsumerGroupByGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryConsumerGroupByGroupId.json",
2025-08-20T19:15:58.3411400Z [00:02:03.495]➜  		"en-US/iot/QueryConsumerGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryConsumerGroupList.json",
2025-08-20T19:15:58.3412356Z [00:02:03.495]➜  		"en-US/iot/QueryConsumerGroupStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryConsumerGroupStatus.json",
2025-08-20T19:15:58.3413676Z [00:02:03.495]➜  		"en-US/iot/QueryCustomTimelineTableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryCustomTimelineTableStatus.json",
2025-08-20T19:15:58.3414745Z [00:02:03.495]➜  		"en-US/iot/QueryDetailSceneRuleLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDetailSceneRuleLog.json",
2025-08-20T19:15:58.3415552Z [00:02:03.495]➜  		"en-US/iot/QueryDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevice.json",
2025-08-20T19:15:58.3416394Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceBySQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceBySQL.json",
2025-08-20T19:15:58.3417300Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceByStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceByStatus.json",
2025-08-20T19:15:58.3418175Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceByTags.json",
2025-08-20T19:15:58.3419008Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceCert.json",
2025-08-20T19:15:58.3420063Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceDesiredProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceDesiredProperty.json",
2025-08-20T19:15:58.3421110Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceDetail.json",
2025-08-20T19:15:58.3422201Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceDistributeDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceDistributeDetail.json",
2025-08-20T19:15:58.3423386Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceDistributeJob.json",
2025-08-20T19:15:58.3424314Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceEventData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceEventData.json",
2025-08-20T19:15:58.3425133Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceFile.json",
2025-08-20T19:15:58.3426025Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceFileList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceFileList.json",
2025-08-20T19:15:58.3427172Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceGroupByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupByDevice.json",
2025-08-20T19:15:58.3428144Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceGroupByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupByTags.json",
2025-08-20T19:15:58.3429079Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceGroupInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupInfo.json",
2025-08-20T19:15:58.3430108Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupList.json",
2025-08-20T19:15:58.3431077Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceGroupTagList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupTagList.json",
2025-08-20T19:15:58.3432109Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceInfo.json",
2025-08-20T19:15:58.3433406Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceListByDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceListByDeviceGroup.json",
2025-08-20T19:15:58.3434481Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceOriginalEventData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceOriginalEventData.json",
2025-08-20T19:15:58.3435638Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceOriginalPropertyData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceOriginalPropertyData.json",
2025-08-20T19:15:58.3436823Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceOriginalPropertyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceOriginalPropertyStatus.json",
2025-08-20T19:15:58.3438079Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceOriginalServiceData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceOriginalServiceData.json",
2025-08-20T19:15:58.3438950Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceProp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceProp.json",
2025-08-20T19:15:58.3439967Z [00:02:03.495]➜  		"en-US/iot/QueryDevicePropertiesData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicePropertiesData.json",
2025-08-20T19:15:58.3440945Z [00:02:03.495]➜  		"en-US/iot/QueryDevicePropertyData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicePropertyData.json",
2025-08-20T19:15:58.3441946Z [00:02:03.495]➜  		"en-US/iot/QueryDevicePropertyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicePropertyStatus.json",
2025-08-20T19:15:58.3443143Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceProvisioning.json",
2025-08-20T19:15:58.3444117Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceServiceData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceServiceData.json",
2025-08-20T19:15:58.3445114Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceSpeech.json",
2025-08-20T19:15:58.3446082Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceStatistics.json",
2025-08-20T19:15:58.3447048Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceSubTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceSubTopic.json",
2025-08-20T19:15:58.3448222Z [00:02:03.495]➜  		"en-US/iot/QueryDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceTunnel.json",
2025-08-20T19:15:58.3449597Z [00:02:03.495]➜  		"en-US/iot/QueryDevicesHotStorageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicesHotStorageData.json",
2025-08-20T19:15:58.3450813Z [00:02:03.495]➜  		"en-US/iot/QueryDevicesHotStorageDataStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicesHotStorageDataStatus.json",
2025-08-20T19:15:58.3452037Z [00:02:03.495]➜  		"en-US/iot/QueryDynamicGroupDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDynamicGroupDevices.json",
2025-08-20T19:15:58.3453053Z [00:02:03.495]➜  		"en-US/iot/QueryEdgeDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeDriver.json",
2025-08-20T19:15:58.3454027Z [00:02:03.495]➜  		"en-US/iot/QueryEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeDriverVersion.json",
2025-08-20T19:15:58.3454907Z [00:02:03.495]➜  		"en-US/iot/QueryEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstance.json",
2025-08-20T19:15:58.3455946Z [00:02:03.495]➜  		"en-US/iot/QueryEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceChannel.json",
2025-08-20T19:15:58.3457185Z [00:02:03.495]➜  		"en-US/iot/QueryEdgeInstanceDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceDevice.json",
2025-08-20T19:15:58.3458342Z [00:02:03.495]➜  		"en-US/iot/QueryEdgeInstanceDeviceByDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceDeviceByDriver.json",
2025-08-20T19:15:58.3459380Z [00:02:03.495]➜  		"en-US/iot/QueryEdgeInstanceDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceDriver.json",
2025-08-20T19:15:58.3460373Z [00:02:03.495]➜  		"en-US/iot/QueryEdgeInstanceGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceGateway.json",
2025-08-20T19:15:58.3461602Z [00:02:03.495]➜  		"en-US/iot/QueryEdgeInstanceHistoricDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceHistoricDeployment.json",
2025-08-20T19:15:58.3463177Z [00:02:03.495]➜  		"en-US/iot/QueryEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceMessageRouting.json",
2025-08-20T19:15:58.3464332Z [00:02:03.495]➜  		"en-US/iot/QueryEdgeInstanceSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceSceneRule.json",
2025-08-20T19:15:58.3465473Z [00:02:03.495]➜  		"en-US/iot/QueryImportedDeviceByApplyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryImportedDeviceByApplyId.json",
2025-08-20T19:15:58.3466260Z [00:02:03.495]➜  		"en-US/iot/QueryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryJob.json",
2025-08-20T19:15:58.3467190Z [00:02:03.495]➜  		"en-US/iot/QueryJobStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryJobStatistics.json",
2025-08-20T19:15:58.3468193Z [00:02:03.495]➜  		"en-US/iot/QueryLicenseDeviceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryLicenseDeviceList.json",
2025-08-20T19:15:58.3469545Z [00:02:03.495]➜  		"en-US/iot/QueryLoRaJoinPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryLoRaJoinPermissions.json",
2025-08-20T19:15:58.3470649Z [00:02:03.495]➜  		"en-US/iot/QueryMessageInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryMessageInfo.json",
2025-08-20T19:15:58.3471576Z [00:02:03.495]➜  		"en-US/iot/QueryOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryOTAFirmware.json",
2025-08-20T19:15:58.3472603Z [00:02:03.495]➜  		"en-US/iot/QueryOTAJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryOTAJob.json",
2025-08-20T19:15:58.3473636Z [00:02:03.495]➜  		"en-US/iot/QueryPageByApplyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryPageByApplyId.json",
2025-08-20T19:15:58.3474508Z [00:02:03.495]➜  		"en-US/iot/QueryProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProduct.json",
2025-08-20T19:15:58.3475684Z [00:02:03.495]➜  		"en-US/iot/QueryProductCertInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProductCertInfo.json",
2025-08-20T19:15:58.3476546Z [00:02:03.495]➜  		"en-US/iot/QueryProductList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProductList.json",
2025-08-20T19:15:58.3477508Z [00:02:03.495]➜  		"en-US/iot/QueryProductTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProductTopic.json",
2025-08-20T19:15:58.3478676Z [00:02:03.495]➜  		"en-US/iot/QueryProjectShareDeviceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProjectShareDeviceList.json",
2025-08-20T19:15:58.3479602Z [00:02:03.495]➜  		"en-US/iot/QuerySceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySceneRule.json",
2025-08-20T19:15:58.3480696Z [00:02:03.495]➜  		"en-US/iot/QuerySchedulePeriodList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySchedulePeriodList.json",
2025-08-20T19:15:58.3513309Z [00:02:03.495]➜  		"en-US/iot/QueryShareProductNameByProductKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryShareProductNameByProductKey.json",
2025-08-20T19:15:58.3514956Z [00:02:03.495]➜  		"en-US/iot/QuerySharePromotionActivityAuditResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySharePromotionActivityAuditResult.json",
2025-08-20T19:15:58.3515981Z [00:02:03.495]➜  		"en-US/iot/QueryShareTaskDeviceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryShareTaskDeviceList.json",
2025-08-20T19:15:58.3517092Z [00:02:03.495]➜  		"en-US/iot/QuerySolutionDeviceGroupPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySolutionDeviceGroupPage.json",
2025-08-20T19:15:58.3518301Z [00:02:03.495]➜  		"en-US/iot/QuerySoundCodeLabelBatchFailedResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeLabelBatchFailedResult.json",
2025-08-20T19:15:58.3519370Z [00:02:03.495]➜  		"en-US/iot/QuerySoundCodeLabelBatchList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeLabelBatchList.json",
2025-08-20T19:15:58.3520327Z [00:02:03.495]➜  		"en-US/iot/QuerySoundCodeLabelList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeLabelList.json",
2025-08-20T19:15:58.3521199Z [00:02:03.495]➜  		"en-US/iot/QuerySoundCodeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeList.json",
2025-08-20T19:15:58.3522205Z [00:02:03.495]➜  		"en-US/iot/QuerySoundCodeScheduleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeScheduleList.json",
2025-08-20T19:15:58.3523156Z [00:02:03.495]➜  		"en-US/iot/QuerySpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeech.json",
2025-08-20T19:15:58.3524048Z [00:02:03.495]➜  		"en-US/iot/QuerySpeechDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechDevice.json",
2025-08-20T19:15:58.3525408Z [00:02:03.495]➜  		"en-US/iot/QuerySpeechLicenseAvailableQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechLicenseAvailableQuota.json",
2025-08-20T19:15:58.3526608Z [00:02:03.495]➜  		"en-US/iot/QuerySpeechLicenseDeviceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechLicenseDeviceList.json",
2025-08-20T19:15:58.3527462Z [00:02:03.495]➜  		"en-US/iot/QuerySpeechList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechList.json",
2025-08-20T19:15:58.3528361Z [00:02:03.495]➜  		"en-US/iot/QuerySpeechPushJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechPushJob.json",
2025-08-20T19:15:58.3529356Z [00:02:03.495]➜  		"en-US/iot/QuerySpeechPushJobDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechPushJobDevice.json",
2025-08-20T19:15:58.3530343Z [00:02:03.495]➜  		"en-US/iot/QuerySpeechPushJobSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechPushJobSpeech.json",
2025-08-20T19:15:58.3531355Z [00:02:03.495]➜  		"en-US/iot/QueryStudioAppDomainListOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryStudioAppDomainListOpen.json",
2025-08-20T19:15:58.3532238Z [00:02:03.495]➜  		"en-US/iot/QueryStudioAppList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryStudioAppList.json",
2025-08-20T19:15:58.3533441Z [00:02:03.495]➜  		"en-US/iot/QueryStudioAppPageListOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryStudioAppPageListOpen.json",
2025-08-20T19:15:58.3534405Z [00:02:03.495]➜  		"en-US/iot/QueryStudioProjectList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryStudioProjectList.json",
2025-08-20T19:15:58.3535363Z [00:02:03.495]➜  		"en-US/iot/QuerySubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySubscribeRelation.json",
2025-08-20T19:15:58.3536663Z [00:02:03.495]➜  		"en-US/iot/QuerySummarySceneRuleLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySummarySceneRuleLog.json",
2025-08-20T19:15:58.3537635Z [00:02:03.495]➜  		"en-US/iot/QuerySuperDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySuperDeviceGroup.json",
2025-08-20T19:15:58.3538378Z [00:02:03.495]➜  		"en-US/iot/QueryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryTask.json",
2025-08-20T19:15:58.3539193Z [00:02:03.495]➜  		"en-US/iot/QueryThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryThingModel.json",
2025-08-20T19:15:58.3540273Z [00:02:03.495]➜  		"en-US/iot/QueryThingModelExtendConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryThingModelExtendConfig.json",
2025-08-20T19:15:58.3541564Z [00:02:03.495]➜  		"en-US/iot/QueryThingModelExtendConfigPublished.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryThingModelExtendConfigPublished.json",
2025-08-20T19:15:58.3542768Z [00:02:03.495]➜  		"en-US/iot/QueryThingModelPublished.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryThingModelPublished.json",
2025-08-20T19:15:58.3543665Z [00:02:03.495]➜  		"en-US/iot/QueryTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryTopicConfig.json",
2025-08-20T19:15:58.3544713Z [00:02:03.495]➜  		"en-US/iot/QueryTopicReverseRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryTopicReverseRouteTable.json",
2025-08-20T19:15:58.3545599Z [00:02:03.495]➜  		"en-US/iot/QueryTopicRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryTopicRouteTable.json",
2025-08-20T19:15:58.3546451Z [00:02:03.495]➜  		"en-US/iot/QueryVehicleDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryVehicleDevice.json",
2025-08-20T19:15:58.3547088Z [00:02:03.495]➜  		"en-US/iot/RRpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RRpc.json",
2025-08-20T19:15:58.3548145Z [00:02:03.495]➜  		"en-US/iot/ReBindLicenseDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReBindLicenseDevice.json",
2025-08-20T19:15:58.3549097Z [00:02:03.495]➜  		"en-US/iot/RecognizeCarNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RecognizeCarNum.json",
2025-08-20T19:15:58.3550040Z [00:02:03.495]➜  		"en-US/iot/RecognizePictureGeneral.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RecognizePictureGeneral.json",
2025-08-20T19:15:58.3551209Z [00:02:03.495]➜  		"en-US/iot/RefreshDeviceTunnelSharePassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RefreshDeviceTunnelSharePassword.json",
2025-08-20T19:15:58.3552217Z [00:02:03.495]➜  		"en-US/iot/RefreshStudioAppTokenOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RefreshStudioAppTokenOpen.json",
2025-08-20T19:15:58.3553219Z [00:02:03.495]➜  		"en-US/iot/RegisterDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RegisterDevice.json",
2025-08-20T19:15:58.3554228Z [00:02:03.495]➜  		"en-US/iot/ReleaseEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReleaseEdgeDriverVersion.json",
2025-08-20T19:15:58.3555094Z [00:02:03.495]➜  		"en-US/iot/ReleaseProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReleaseProduct.json",
2025-08-20T19:15:58.3555969Z [00:02:03.495]➜  		"en-US/iot/RemoveThingTopo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RemoveThingTopo.json",
2025-08-20T19:15:58.3557025Z [00:02:03.495]➜  		"en-US/iot/ReplaceEdgeInstanceGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReplaceEdgeInstanceGateway.json",
2025-08-20T19:15:58.3557751Z [00:02:03.495]➜  		"en-US/iot/RerunJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RerunJob.json",
2025-08-20T19:15:58.3558879Z [00:02:03.495]➜  		"en-US/iot/ResetConsumerGroupPosition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ResetConsumerGroupPosition.json",
2025-08-20T19:15:58.3559926Z [00:02:03.495]➜  		"en-US/iot/ResetDeviceTimeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ResetDeviceTimeline.json",
2025-08-20T19:15:58.3560701Z [00:02:03.495]➜  		"en-US/iot/ResetThing.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ResetThing.json",
2025-08-20T19:15:58.3561716Z [00:02:03.495]➜  		"en-US/iot/RetrySoundCodeLabelBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RetrySoundCodeLabelBatch.json",
2025-08-20T19:15:58.3562799Z [00:02:03.495]➜  		"en-US/iot/ReupgradeOTATask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReupgradeOTATask.json",
2025-08-20T19:15:58.3563616Z [00:02:03.495]➜  		"en-US/iot/SaveDeviceProp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SaveDeviceProp.json",
2025-08-20T19:15:58.3564357Z [00:02:03.495]➜  		"en-US/iot/SaveScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SaveScript.json",
2025-08-20T19:15:58.3565341Z [00:02:03.495]➜  		"en-US/iot/SetDeviceDesiredProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetDeviceDesiredProperty.json",
2025-08-20T19:15:58.3566270Z [00:02:03.495]➜  		"en-US/iot/SetDeviceGroupTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetDeviceGroupTags.json",
2025-08-20T19:15:58.3567130Z [00:02:03.495]➜  		"en-US/iot/SetDeviceProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetDeviceProperty.json",
2025-08-20T19:15:58.3567995Z [00:02:03.495]➜  		"en-US/iot/SetDevicesProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetDevicesProperty.json",
2025-08-20T19:15:58.3569054Z [00:02:03.495]➜  		"en-US/iot/SetEdgeInstanceDriverConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:58.3569935Z [00:02:03.495]➜  		"en-US/iot/SetProductCertInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetProductCertInfo.json",
2025-08-20T19:15:58.3571318Z [00:02:03.495]➜  		"en-US/iot/SetStudioProjectCooperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetStudioProjectCooperation.json",
2025-08-20T19:15:58.3572364Z [00:02:03.495]➜  		"en-US/iot/SetupStudioAppAuthModeOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetupStudioAppAuthModeOpen.json",
2025-08-20T19:15:58.3573550Z [00:02:03.495]➜  		"en-US/iot/ShareSpeechByCombination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ShareSpeechByCombination.json",
2025-08-20T19:15:58.3574446Z [00:02:03.495]➜  		"en-US/iot/SpeechByCombination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SpeechByCombination.json",
2025-08-20T19:15:58.3575309Z [00:02:03.495]➜  		"en-US/iot/SpeechBySynthesis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SpeechBySynthesis.json",
2025-08-20T19:15:58.3576184Z [00:02:03.495]➜  		"en-US/iot/StartPTDetection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StartPTDetection.json",
2025-08-20T19:15:58.3576936Z [00:02:03.495]➜  		"en-US/iot/StartParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StartParser.json",
2025-08-20T19:15:58.3577644Z [00:02:03.495]➜  		"en-US/iot/StartRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StartRule.json",
2025-08-20T19:15:58.3578375Z [00:02:03.495]➜  		"en-US/iot/StopParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StopParser.json",
2025-08-20T19:15:58.3579096Z [00:02:03.495]➜  		"en-US/iot/StopRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StopRule.json",
2025-08-20T19:15:58.3579879Z [00:02:03.495]➜  		"en-US/iot/SubscribeTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SubscribeTopic.json",
2025-08-20T19:15:58.3580993Z [00:02:03.495]➜  		"en-US/iot/SyncSpeechByCombination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SyncSpeechByCombination.json",
2025-08-20T19:15:58.3581840Z [00:02:03.495]➜  		"en-US/iot/TestSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/TestSpeech.json",
2025-08-20T19:15:58.3582839Z [00:02:03.496]➜  		"en-US/iot/TestSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/TestSwitch.json",
2025-08-20T19:15:58.3583711Z [00:02:03.496]➜  		"en-US/iot/TransformClientId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/TransformClientId.json",
2025-08-20T19:15:58.3584556Z [00:02:03.496]➜  		"en-US/iot/TriggerSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/TriggerSceneRule.json",
2025-08-20T19:15:58.3585710Z [00:02:03.496]➜  		"en-US/iot/UnbindApplicationFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindApplicationFromEdgeInstance.json",
2025-08-20T19:15:58.3586795Z [00:02:03.496]➜  		"en-US/iot/UnbindDriverFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindDriverFromEdgeInstance.json",
2025-08-20T19:15:58.3587709Z [00:02:03.496]➜  		"en-US/iot/UnbindLicenseProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindLicenseProduct.json",
2025-08-20T19:15:58.3588699Z [00:02:03.496]➜  		"en-US/iot/UnbindRoleFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindRoleFromEdgeInstance.json",
2025-08-20T19:15:58.3589796Z [00:02:03.496]➜  		"en-US/iot/UnbindSceneRuleFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindSceneRuleFromEdgeInstance.json",
2025-08-20T19:15:58.3590670Z [00:02:03.496]➜  		"en-US/iot/UpdateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateConsumerGroup.json",
2025-08-20T19:15:58.3591560Z [00:02:03.496]➜  		"en-US/iot/UpdateDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateDestination.json",
2025-08-20T19:15:58.3592675Z [00:02:03.496]➜  		"en-US/iot/UpdateDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateDeviceGroup.json",
2025-08-20T19:15:58.3593924Z [00:02:03.496]➜  		"en-US/iot/UpdateDeviceShadow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateDeviceShadow.json",
2025-08-20T19:15:58.3594930Z [00:02:03.496]➜  		"en-US/iot/UpdateEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateEdgeDriverVersion.json",
2025-08-20T19:15:58.3595837Z [00:02:03.496]➜  		"en-US/iot/UpdateEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateEdgeInstance.json",
2025-08-20T19:15:58.3596869Z [00:02:03.496]➜  		"en-US/iot/UpdateEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateEdgeInstanceChannel.json",
2025-08-20T19:15:58.3598075Z [00:02:03.496]➜  		"en-US/iot/UpdateEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateEdgeInstanceMessageRouting.json",
2025-08-20T19:15:58.3598860Z [00:02:03.496]➜  		"en-US/iot/UpdateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateJob.json",
2025-08-20T19:15:58.3599727Z [00:02:03.496]➜  		"en-US/iot/UpdateOTAJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateOTAJob.json",
2025-08-20T19:15:58.3600599Z [00:02:03.496]➜  		"en-US/iot/UpdateOTAModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateOTAModule.json",
2025-08-20T19:15:58.3601416Z [00:02:03.496]➜  		"en-US/iot/UpdateParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateParser.json",
2025-08-20T19:15:58.3602363Z [00:02:03.496]➜  		"en-US/iot/UpdateParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateParserDataSource.json",
2025-08-20T19:15:58.3603378Z [00:02:03.496]➜  		"en-US/iot/UpdateProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateProduct.json",
2025-08-20T19:15:58.3604554Z [00:02:03.496]➜  		"en-US/iot/UpdateProductFilterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateProductFilterConfig.json",
2025-08-20T19:15:58.3605684Z [00:02:03.496]➜  		"en-US/iot/UpdateProductTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateProductTags.json",
2025-08-20T19:15:58.3606598Z [00:02:03.496]➜  		"en-US/iot/UpdateProductTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateProductTopic.json",
2025-08-20T19:15:58.3607374Z [00:02:03.496]➜  		"en-US/iot/UpdateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateRule.json",
2025-08-20T19:15:58.3608277Z [00:02:03.496]➜  		"en-US/iot/UpdateRuleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateRuleAction.json",
2025-08-20T19:15:58.3609135Z [00:02:03.496]➜  		"en-US/iot/UpdateSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSceneRule.json",
2025-08-20T19:15:58.3610100Z [00:02:03.496]➜  		"en-US/iot/UpdateSchedulePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSchedulePeriod.json",
2025-08-20T19:15:58.3611096Z [00:02:03.496]➜  		"en-US/iot/UpdateSoundCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSoundCode.json",
2025-08-20T19:15:58.3612070Z [00:02:03.496]➜  		"en-US/iot/UpdateSoundCodeLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSoundCodeLabel.json",
2025-08-20T19:15:58.3613291Z [00:02:03.496]➜  		"en-US/iot/UpdateSoundCodeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSoundCodeSchedule.json",
2025-08-20T19:15:58.3614097Z [00:02:03.496]➜  		"en-US/iot/UpdateSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSpeech.json",
2025-08-20T19:15:58.3615105Z [00:02:03.496]➜  		"en-US/iot/UpdateSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSubscribeRelation.json",
2025-08-20T19:15:58.3616010Z [00:02:03.496]➜  		"en-US/iot/UpdateThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateThingModel.json",
2025-08-20T19:15:58.3617095Z [00:02:03.496]➜  		"en-US/iot/UpdateThingScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateThingScript.json",
2025-08-20T19:15:58.3617997Z [00:02:03.496]➜  		"en-US/iot/UpdateTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateTopicConfig.json",
2025-08-20T19:15:58.3619087Z [00:02:03.496]➜  		"en-US/iot/WriteDevicesHotStorageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/WriteDevicesHotStorageData.json",
2025-08-20T19:15:58.3619872Z [00:02:03.496]➜  		"en-US/iot/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/version.json",
2025-08-20T19:15:58.3620779Z [00:02:03.496]➜  		"en-US/kms/AsymmetricDecrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/AsymmetricDecrypt.json",
2025-08-20T19:15:58.3621671Z [00:02:03.496]➜  		"en-US/kms/AsymmetricEncrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/AsymmetricEncrypt.json",
2025-08-20T19:15:58.3622732Z [00:02:03.496]➜  		"en-US/kms/AsymmetricSign.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/AsymmetricSign.json",
2025-08-20T19:15:58.3623596Z [00:02:03.496]➜  		"en-US/kms/AsymmetricVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/AsymmetricVerify.json",
2025-08-20T19:15:58.3624451Z [00:02:03.496]➜  		"en-US/kms/CancelKeyDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CancelKeyDeletion.json",
2025-08-20T19:15:58.3625515Z [00:02:03.496]➜  		"en-US/kms/CertificatePrivateKeyDecrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CertificatePrivateKeyDecrypt.json",
2025-08-20T19:15:58.3626468Z [00:02:03.496]➜  		"en-US/kms/CertificatePrivateKeySign.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CertificatePrivateKeySign.json",
2025-08-20T19:15:58.3627788Z [00:02:03.496]➜  		"en-US/kms/CertificatePublicKeyEncrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CertificatePublicKeyEncrypt.json",
2025-08-20T19:15:58.3628869Z [00:02:03.496]➜  		"en-US/kms/CertificatePublicKeyVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CertificatePublicKeyVerify.json",
2025-08-20T19:15:58.3629764Z [00:02:03.496]➜  		"en-US/kms/ConnectKmsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ConnectKmsInstance.json",
2025-08-20T19:15:58.3630535Z [00:02:03.496]➜  		"en-US/kms/CreateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateAlias.json",
2025-08-20T19:15:58.3631600Z [00:02:03.496]➜  		"en-US/kms/CreateApplicationAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateApplicationAccessPoint.json",
2025-08-20T19:15:58.3632690Z [00:02:03.496]➜  		"en-US/kms/CreateCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateCertificate.json",
2025-08-20T19:15:58.3633706Z [00:02:03.496]➜  		"en-US/kms/CreateClientKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateClientKey.json",
2025-08-20T19:15:58.3634587Z [00:02:03.496]➜  		"en-US/kms/CreateKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateKey.json",
2025-08-20T19:15:58.3635437Z [00:02:03.496]➜  		"en-US/kms/CreateKeyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateKeyVersion.json",
2025-08-20T19:15:58.3636307Z [00:02:03.496]➜  		"en-US/kms/CreateNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateNetworkRule.json",
2025-08-20T19:15:58.3637113Z [00:02:03.496]➜  		"en-US/kms/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreatePolicy.json",
2025-08-20T19:15:58.3637911Z [00:02:03.496]➜  		"en-US/kms/CreateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateSecret.json",
2025-08-20T19:15:58.3638605Z [00:02:03.496]➜  		"en-US/kms/Decrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/Decrypt.json",
2025-08-20T19:15:58.3639586Z [00:02:03.496]➜  		"en-US/kms/DeleteAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteAlias.json",
2025-08-20T19:15:58.3640671Z [00:02:03.496]➜  		"en-US/kms/DeleteApplicationAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteApplicationAccessPoint.json",
2025-08-20T19:15:58.3641548Z [00:02:03.496]➜  		"en-US/kms/DeleteCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteCertificate.json",
2025-08-20T19:15:58.3642339Z [00:02:03.496]➜  		"en-US/kms/DeleteClientKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteClientKey.json",
2025-08-20T19:15:58.3643385Z [00:02:03.496]➜  		"en-US/kms/DeleteKeyMaterial.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteKeyMaterial.json",
2025-08-20T19:15:58.3644294Z [00:02:03.496]➜  		"en-US/kms/DeleteNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteNetworkRule.json",
2025-08-20T19:15:58.3645104Z [00:02:03.496]➜  		"en-US/kms/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeletePolicy.json",
2025-08-20T19:15:58.3645906Z [00:02:03.496]➜  		"en-US/kms/DeleteSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteSecret.json",
2025-08-20T19:15:58.3646920Z [00:02:03.496]➜  		"en-US/kms/DescribeAccountKmsStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeAccountKmsStatus.json",
2025-08-20T19:15:58.3648059Z [00:02:03.496]➜  		"en-US/kms/DescribeApplicationAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeApplicationAccessPoint.json",
2025-08-20T19:15:58.3648970Z [00:02:03.496]➜  		"en-US/kms/DescribeCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeCertificate.json",
2025-08-20T19:15:58.3649877Z [00:02:03.496]➜  		"en-US/kms/DescribeKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeKey.json",
2025-08-20T19:15:58.3650971Z [00:02:03.496]➜  		"en-US/kms/DescribeKeyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeKeyVersion.json",
2025-08-20T19:15:58.3651908Z [00:02:03.496]➜  		"en-US/kms/DescribeNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeNetworkRule.json",
2025-08-20T19:15:58.3683072Z [00:02:03.496]➜  		"en-US/kms/DescribePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribePolicy.json",
2025-08-20T19:15:58.3684083Z [00:02:03.496]➜  		"en-US/kms/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeRegions.json",
2025-08-20T19:15:58.3684943Z [00:02:03.496]➜  		"en-US/kms/DescribeSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeSecret.json",
2025-08-20T19:15:58.3685729Z [00:02:03.496]➜  		"en-US/kms/DisableKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DisableKey.json",
2025-08-20T19:15:58.3686671Z [00:02:03.496]➜  		"en-US/kms/EnableKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/EnableKey.json",
2025-08-20T19:15:58.3687414Z [00:02:03.496]➜  		"en-US/kms/Encrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/Encrypt.json",
2025-08-20T19:15:58.3688220Z [00:02:03.496]➜  		"en-US/kms/ExportDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ExportDataKey.json",
2025-08-20T19:15:58.3689232Z [00:02:03.496]➜  		"en-US/kms/GenerateAndExportDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GenerateAndExportDataKey.json",
2025-08-20T19:15:58.3690086Z [00:02:03.496]➜  		"en-US/kms/GenerateDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GenerateDataKey.json",
2025-08-20T19:15:58.3691247Z [00:02:03.496]➜  		"en-US/kms/GenerateDataKeyWithoutPlaintext.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GenerateDataKeyWithoutPlaintext.json",
2025-08-20T19:15:58.3692126Z [00:02:03.496]➜  		"en-US/kms/GetCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetCertificate.json",
2025-08-20T19:15:58.3693337Z [00:02:03.496]➜  		"en-US/kms/GetClientKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetClientKey.json",
2025-08-20T19:15:58.3694192Z [00:02:03.496]➜  		"en-US/kms/GetKmsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetKmsInstance.json",
2025-08-20T19:15:58.3695195Z [00:02:03.496]➜  		"en-US/kms/GetParametersForImport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetParametersForImport.json",
2025-08-20T19:15:58.3696011Z [00:02:03.496]➜  		"en-US/kms/GetPublicKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetPublicKey.json",
2025-08-20T19:15:58.3696913Z [00:02:03.496]➜  		"en-US/kms/GetRandomPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetRandomPassword.json",
2025-08-20T19:15:58.3697769Z [00:02:03.496]➜  		"en-US/kms/GetSecretValue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetSecretValue.json",
2025-08-20T19:15:58.3698699Z [00:02:03.496]➜  		"en-US/kms/ImportKeyMaterial.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ImportKeyMaterial.json",
2025-08-20T19:15:58.3699513Z [00:02:03.496]➜  		"en-US/kms/ListAliases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListAliases.json",
2025-08-20T19:15:58.3700443Z [00:02:03.496]➜  		"en-US/kms/ListAliasesByKeyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListAliasesByKeyId.json",
2025-08-20T19:15:58.3701569Z [00:02:03.496]➜  		"en-US/kms/ListApplicationAccessPoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListApplicationAccessPoints.json",
2025-08-20T19:15:58.3702742Z [00:02:03.496]➜  		"en-US/kms/ListClientKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListClientKeys.json",
2025-08-20T19:15:58.3703747Z [00:02:03.496]➜  		"en-US/kms/ListKeyVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListKeyVersions.json",
2025-08-20T19:15:58.3704487Z [00:02:03.496]➜  		"en-US/kms/ListKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListKeys.json",
2025-08-20T19:15:58.3705416Z [00:02:03.496]➜  		"en-US/kms/ListKmsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListKmsInstances.json",
2025-08-20T19:15:58.3706321Z [00:02:03.496]➜  		"en-US/kms/ListNetworkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListNetworkRules.json",
2025-08-20T19:15:58.3707125Z [00:02:03.496]➜  		"en-US/kms/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListPolicies.json",
2025-08-20T19:15:58.3707991Z [00:02:03.496]➜  		"en-US/kms/ListResourceTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListResourceTags.json",
2025-08-20T19:15:58.3708922Z [00:02:03.496]➜  		"en-US/kms/ListSecretVersionIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListSecretVersionIds.json",
2025-08-20T19:15:58.3709847Z [00:02:03.496]➜  		"en-US/kms/ListSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListSecrets.json",
2025-08-20T19:15:58.3710742Z [00:02:03.496]➜  		"en-US/kms/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListTagResources.json",
2025-08-20T19:15:58.3711571Z [00:02:03.496]➜  		"en-US/kms/OpenKmsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/OpenKmsService.json",
2025-08-20T19:15:58.3712637Z [00:02:03.496]➜  		"en-US/kms/PutSecretValue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/PutSecretValue.json",
2025-08-20T19:15:58.3713397Z [00:02:03.496]➜  		"en-US/kms/ReEncrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ReEncrypt.json",
2025-08-20T19:15:58.3714231Z [00:02:03.496]➜  		"en-US/kms/RestoreSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/RestoreSecret.json",
2025-08-20T19:15:58.3715046Z [00:02:03.496]➜  		"en-US/kms/RotateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/RotateSecret.json",
2025-08-20T19:15:58.3716155Z [00:02:03.496]➜  		"en-US/kms/ScheduleKeyDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ScheduleKeyDeletion.json",
2025-08-20T19:15:58.3717124Z [00:02:03.496]➜  		"en-US/kms/SetDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/SetDeletionProtection.json",
2025-08-20T19:15:58.3717907Z [00:02:03.496]➜  		"en-US/kms/TagResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/TagResource.json",
2025-08-20T19:15:58.3718702Z [00:02:03.496]➜  		"en-US/kms/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/TagResources.json",
2025-08-20T19:15:58.3719534Z [00:02:03.496]➜  		"en-US/kms/UntagResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UntagResource.json",
2025-08-20T19:15:58.3720375Z [00:02:03.496]➜  		"en-US/kms/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UntagResources.json",
2025-08-20T19:15:58.3721140Z [00:02:03.496]➜  		"en-US/kms/UpdateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateAlias.json",
2025-08-20T19:15:58.3722244Z [00:02:03.496]➜  		"en-US/kms/UpdateApplicationAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateApplicationAccessPoint.json",
2025-08-20T19:15:58.3723435Z [00:02:03.496]➜  		"en-US/kms/UpdateCertificateStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateCertificateStatus.json",
2025-08-20T19:15:58.3724373Z [00:02:03.496]➜  		"en-US/kms/UpdateKeyDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateKeyDescription.json",
2025-08-20T19:15:58.3725527Z [00:02:03.496]➜  		"en-US/kms/UpdateKmsInstanceBindVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateKmsInstanceBindVpc.json",
2025-08-20T19:15:58.3726557Z [00:02:03.496]➜  		"en-US/kms/UpdateNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateNetworkRule.json",
2025-08-20T19:15:58.3727381Z [00:02:03.496]➜  		"en-US/kms/UpdatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdatePolicy.json",
2025-08-20T19:15:58.3728319Z [00:02:03.496]➜  		"en-US/kms/UpdateRotationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateRotationPolicy.json",
2025-08-20T19:15:58.3729118Z [00:02:03.496]➜  		"en-US/kms/UpdateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateSecret.json",
2025-08-20T19:15:58.3730170Z [00:02:03.496]➜  		"en-US/kms/UpdateSecretRotationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateSecretRotationPolicy.json",
2025-08-20T19:15:58.3731199Z [00:02:03.496]➜  		"en-US/kms/UpdateSecretVersionStage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateSecretVersionStage.json",
2025-08-20T19:15:58.3732256Z [00:02:03.496]➜  		"en-US/kms/UploadCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UploadCertificate.json",
2025-08-20T19:15:58.3733160Z [00:02:03.496]➜  		"en-US/kms/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/version.json",
2025-08-20T19:15:58.3734071Z [00:02:03.496]➜  		"en-US/live/AddCasterComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterComponent.json",
2025-08-20T19:15:58.3734957Z [00:02:03.496]➜  		"en-US/live/AddCasterEpisode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterEpisode.json",
2025-08-20T19:15:58.3735925Z [00:02:03.496]➜  		"en-US/live/AddCasterEpisodeGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterEpisodeGroup.json",
2025-08-20T19:15:58.3737051Z [00:02:03.496]➜  		"en-US/live/AddCasterEpisodeGroupContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterEpisodeGroupContent.json",
2025-08-20T19:15:58.3738091Z [00:02:03.496]➜  		"en-US/live/AddCasterLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterLayout.json",
2025-08-20T19:15:58.3738988Z [00:02:03.496]➜  		"en-US/live/AddCasterProgram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterProgram.json",
2025-08-20T19:15:58.3739980Z [00:02:03.496]➜  		"en-US/live/AddCasterVideoResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterVideoResource.json",
2025-08-20T19:15:58.3741075Z [00:02:03.496]➜  		"en-US/live/AddCustomLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCustomLiveStreamTranscode.json",
2025-08-20T19:15:58.3742084Z [00:02:03.496]➜  		"en-US/live/AddLiveAppRecordConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveAppRecordConfig.json",
2025-08-20T19:15:58.3743302Z [00:02:03.496]➜  		"en-US/live/AddLiveAppSnapshotConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveAppSnapshotConfig.json",
2025-08-20T19:15:58.3744278Z [00:02:03.496]➜  		"en-US/live/AddLiveAudioAuditConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveAudioAuditConfig.json",
2025-08-20T19:15:58.3745378Z [00:02:03.496]➜  		"en-US/live/AddLiveAudioAuditNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:58.3746325Z [00:02:03.496]➜  		"en-US/live/AddLiveCenterTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveCenterTransfer.json",
2025-08-20T19:15:58.3747348Z [00:02:03.496]➜  		"en-US/live/AddLiveDetectNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveDetectNotifyConfig.json",
2025-08-20T19:15:58.3748349Z [00:02:03.496]➜  		"en-US/live/AddLiveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveDomain.json",
2025-08-20T19:15:58.3749431Z [00:02:03.496]➜  		"en-US/live/AddLiveDomainMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveDomainMapping.json",
2025-08-20T19:15:58.3750510Z [00:02:03.496]➜  		"en-US/live/AddLiveDomainPlayMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveDomainPlayMapping.json",
2025-08-20T19:15:58.3751487Z [00:02:03.496]➜  		"en-US/live/AddLivePackageConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLivePackageConfig.json",
2025-08-20T19:15:58.3752835Z [00:02:03.496]➜  		"en-US/live/AddLivePullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLivePullStreamInfoConfig.json",
2025-08-20T19:15:58.3753860Z [00:02:03.496]➜  		"en-US/live/AddLiveRecordNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveRecordNotifyConfig.json",
2025-08-20T19:15:58.3754748Z [00:02:03.496]➜  		"en-US/live/AddLiveRecordVodConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveRecordVodConfig.json",
2025-08-20T19:15:58.3756046Z [00:02:03.496]➜  		"en-US/live/AddLiveSnapshotDetectPornConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:58.3757146Z [00:02:03.496]➜  		"en-US/live/AddLiveSnapshotNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:58.3758072Z [00:02:03.496]➜  		"en-US/live/AddLiveStreamMerge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveStreamMerge.json",
2025-08-20T19:15:58.3759048Z [00:02:03.496]➜  		"en-US/live/AddLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveStreamTranscode.json",
2025-08-20T19:15:58.3760059Z [00:02:03.496]➜  		"en-US/live/AddLiveStreamWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveStreamWatermark.json",
2025-08-20T19:15:58.3761153Z [00:02:03.496]➜  		"en-US/live/AddLiveStreamWatermarkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveStreamWatermarkRule.json",
2025-08-20T19:15:58.3762247Z [00:02:03.496]➜  		"en-US/live/AddMultiRateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddMultiRateConfig.json",
2025-08-20T19:15:58.3763339Z [00:02:03.496]➜  		"en-US/live/AddPlaylistItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddPlaylistItems.json",
2025-08-20T19:15:58.3764409Z [00:02:03.496]➜  		"en-US/live/AddRtsLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddRtsLiveStreamTranscode.json",
2025-08-20T19:15:58.3765349Z [00:02:03.496]➜  		"en-US/live/AddShowIntoShowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddShowIntoShowList.json",
2025-08-20T19:15:58.3766228Z [00:02:03.496]➜  		"en-US/live/AddStudioLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddStudioLayout.json",
2025-08-20T19:15:58.3767077Z [00:02:03.496]➜  		"en-US/live/AddTrancodeSEI.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddTrancodeSEI.json",
2025-08-20T19:15:58.3767944Z [00:02:03.496]➜  		"en-US/live/AllowPushStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AllowPushStream.json",
2025-08-20T19:15:58.3769030Z [00:02:03.496]➜  		"en-US/live/BatchDeleteLiveDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/BatchDeleteLiveDomainConfigs.json",
2025-08-20T19:15:58.3769921Z [00:02:03.496]➜  		"en-US/live/BatchGetOnlineUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/BatchGetOnlineUsers.json",
2025-08-20T19:15:58.3770975Z [00:02:03.496]➜  		"en-US/live/BatchSetLiveDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/BatchSetLiveDomainConfigs.json",
2025-08-20T19:15:58.3772059Z [00:02:03.496]➜  		"en-US/live/CancelMuteAllGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CancelMuteAllGroupUser.json",
2025-08-20T19:15:58.3773322Z [00:02:03.496]➜  		"en-US/live/CancelMuteGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CancelMuteGroupUser.json",
2025-08-20T19:15:58.3774444Z [00:02:03.496]➜  		"en-US/live/CheckLiveMessageUsersInGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CheckLiveMessageUsersInGroup.json",
2025-08-20T19:15:58.3775515Z [00:02:03.496]➜  		"en-US/live/CheckLiveMessageUsersOnline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CheckLiveMessageUsersOnline.json",
2025-08-20T19:15:58.3776337Z [00:02:03.496]➜  		"en-US/live/CloseLiveShift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CloseLiveShift.json",
2025-08-20T19:15:58.3777111Z [00:02:03.496]➜  		"en-US/live/CopyCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CopyCaster.json",
2025-08-20T19:15:58.3778083Z [00:02:03.496]➜  		"en-US/live/CopyCasterSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CopyCasterSceneConfig.json",
2025-08-20T19:15:58.3779030Z [00:02:03.496]➜  		"en-US/live/CreateCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateCaster.json",
2025-08-20T19:15:58.3779986Z [00:02:03.496]➜  		"en-US/live/CreateCustomTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateCustomTemplate.json",
2025-08-20T19:15:58.3780978Z [00:02:03.496]➜  		"en-US/live/CreateEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateEdgeTranscodeJob.json",
2025-08-20T19:15:58.3781837Z [00:02:03.496]➜  		"en-US/live/CreateEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateEventSub.json",
2025-08-20T19:15:58.3783014Z [00:02:03.496]➜  		"en-US/live/CreateLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveDelayConfig.json",
2025-08-20T19:15:58.3784056Z [00:02:03.496]➜  		"en-US/live/CreateLiveMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveMessageApp.json",
2025-08-20T19:15:58.3785249Z [00:02:03.496]➜  		"en-US/live/CreateLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveMessageGroup.json",
2025-08-20T19:15:58.3786366Z [00:02:03.496]➜  		"en-US/live/CreateLiveRealTimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveRealTimeLogDelivery.json",
2025-08-20T19:15:58.3787368Z [00:02:03.496]➜  		"en-US/live/CreateLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveStreamMonitor.json",
2025-08-20T19:15:58.3788535Z [00:02:03.496]➜  		"en-US/live/CreateLiveStreamRecordIndexFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:58.3789604Z [00:02:03.496]➜  		"en-US/live/CreateLiveTranscodeTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveTranscodeTemplate.json",
2025-08-20T19:15:58.3790484Z [00:02:03.496]➜  		"en-US/live/CreateMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateMessageApp.json",
2025-08-20T19:15:58.3791407Z [00:02:03.496]➜  		"en-US/live/CreateMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateMessageGroup.json",
2025-08-20T19:15:58.3792249Z [00:02:03.496]➜  		"en-US/live/CreateMixStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateMixStream.json",
2025-08-20T19:15:58.3793599Z [00:02:03.496]➜  		"en-US/live/CreateRoomRealTimeStreamAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateRoomRealTimeStreamAddress.json",
2025-08-20T19:15:58.3794399Z [00:02:03.496]➜  		"en-US/live/DeleteCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCaster.json",
2025-08-20T19:15:58.3795514Z [00:02:03.496]➜  		"en-US/live/DeleteCasterComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterComponent.json",
2025-08-20T19:15:58.3796557Z [00:02:03.496]➜  		"en-US/live/DeleteCasterEpisode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterEpisode.json",
2025-08-20T19:15:58.3797580Z [00:02:03.496]➜  		"en-US/live/DeleteCasterEpisodeGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterEpisodeGroup.json",
2025-08-20T19:15:58.3798482Z [00:02:03.496]➜  		"en-US/live/DeleteCasterLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterLayout.json",
2025-08-20T19:15:58.3799383Z [00:02:03.496]➜  		"en-US/live/DeleteCasterProgram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterProgram.json",
2025-08-20T19:15:58.3800371Z [00:02:03.496]➜  		"en-US/live/DeleteCasterSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterSceneConfig.json",
2025-08-20T19:15:58.3801394Z [00:02:03.496]➜  		"en-US/live/DeleteCasterVideoResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterVideoResource.json",
2025-08-20T19:15:58.3802314Z [00:02:03.496]➜  		"en-US/live/DeleteChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteChannel.json",
2025-08-20T19:15:58.3803478Z [00:02:03.496]➜  		"en-US/live/DeleteCustomTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCustomTemplate.json",
2025-08-20T19:15:58.3804478Z [00:02:03.496]➜  		"en-US/live/DeleteEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteEdgeTranscodeJob.json",
2025-08-20T19:15:58.3805357Z [00:02:03.496]➜  		"en-US/live/DeleteEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteEventSub.json",
2025-08-20T19:15:58.3806389Z [00:02:03.496]➜  		"en-US/live/DeleteLiveAppRecordConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveAppRecordConfig.json",
2025-08-20T19:15:58.3807553Z [00:02:03.496]➜  		"en-US/live/DeleteLiveAppSnapshotConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveAppSnapshotConfig.json",
2025-08-20T19:15:58.3808768Z [00:02:03.496]➜  		"en-US/live/DeleteLiveAudioAuditConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveAudioAuditConfig.json",
2025-08-20T19:15:58.3809963Z [00:02:03.496]➜  		"en-US/live/DeleteLiveAudioAuditNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:58.3810919Z [00:02:03.496]➜  		"en-US/live/DeleteLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDelayConfig.json",
2025-08-20T19:15:58.3812600Z [00:02:03.496]➜  		"en-US/live/DeleteLiveDetectNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDetectNotifyConfig.json",
2025-08-20T19:15:58.3813553Z [00:02:03.496]➜  		"en-US/live/DeleteLiveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDomain.json",
2025-08-20T19:15:58.3814580Z [00:02:03.496]➜  		"en-US/live/DeleteLiveDomainMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDomainMapping.json",
2025-08-20T19:15:58.3815668Z [00:02:03.496]➜  		"en-US/live/DeleteLiveDomainPlayMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDomainPlayMapping.json",
2025-08-20T19:15:58.3816693Z [00:02:03.496]➜  		"en-US/live/DeleteLiveEdgeTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveEdgeTransfer.json",
2025-08-20T19:15:58.3817966Z [00:02:03.496]➜  		"en-US/live/DeleteLiveLazyPullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveLazyPullStreamInfoConfig.json",
2025-08-20T19:15:58.3819098Z [00:02:03.496]➜  		"en-US/live/DeleteLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveMessageGroup.json",
2025-08-20T19:15:58.3820359Z [00:02:03.496]➜  		"en-US/live/DeleteLiveMessageGroupMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveMessageGroupMessage.json",
2025-08-20T19:15:58.3821489Z [00:02:03.496]➜  		"en-US/live/DeleteLiveMessageUserMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveMessageUserMessage.json",
2025-08-20T19:15:58.3823185Z [00:02:03.496]➜  		"en-US/live/DeleteLivePackageConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLivePackageConfig.json",
2025-08-20T19:15:58.3824399Z [00:02:03.496]➜  		"en-US/live/DeleteLivePullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLivePullStreamInfoConfig.json",
2025-08-20T19:15:58.3825539Z [00:02:03.496]➜  		"en-US/live/DeleteLiveRealTimeLogLogstore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveRealTimeLogLogstore.json",
2025-08-20T19:15:58.3826672Z [00:02:03.496]➜  		"en-US/live/DeleteLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveRealtimeLogDelivery.json",
2025-08-20T19:15:58.3827948Z [00:02:03.496]➜  		"en-US/live/DeleteLiveRecordNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveRecordNotifyConfig.json",
2025-08-20T19:15:58.3829017Z [00:02:03.496]➜  		"en-US/live/DeleteLiveRecordVodConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveRecordVodConfig.json",
2025-08-20T19:15:58.3830231Z [00:02:03.496]➜  		"en-US/live/DeleteLiveSnapshotDetectPornConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:58.3831381Z [00:02:03.496]➜  		"en-US/live/DeleteLiveSnapshotNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:58.3832755Z [00:02:03.496]➜  		"en-US/live/DeleteLiveSpecificStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveSpecificStagingConfig.json",
2025-08-20T19:15:58.3833874Z [00:02:03.496]➜  		"en-US/live/DeleteLiveStreamBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamBlock.json",
2025-08-20T19:15:58.3834878Z [00:02:03.496]➜  		"en-US/live/DeleteLiveStreamMerge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamMerge.json",
2025-08-20T19:15:58.3835879Z [00:02:03.496]➜  		"en-US/live/DeleteLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamMonitor.json",
2025-08-20T19:15:58.3837036Z [00:02:03.496]➜  		"en-US/live/DeleteLiveStreamRecordIndexFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:58.3838092Z [00:02:03.496]➜  		"en-US/live/DeleteLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamTranscode.json",
2025-08-20T19:15:58.3839150Z [00:02:03.496]➜  		"en-US/live/DeleteLiveStreamWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamWatermark.json",
2025-08-20T19:15:58.3840286Z [00:02:03.496]➜  		"en-US/live/DeleteLiveStreamWatermarkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamWatermarkRule.json",
2025-08-20T19:15:58.3841475Z [00:02:03.496]➜  		"en-US/live/DeleteLiveStreamsNotifyUrlConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:58.3842334Z [00:02:03.496]➜  		"en-US/live/DeleteMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteMessageApp.json",
2025-08-20T19:15:58.3843373Z [00:02:03.496]➜  		"en-US/live/DeleteMixStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteMixStream.json",
2025-08-20T19:15:58.3844504Z [00:02:03.496]➜  		"en-US/live/DeleteMultiRateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteMultiRateConfig.json",
2025-08-20T19:15:58.3845518Z [00:02:03.496]➜  		"en-US/live/DeletePlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeletePlaylist.json",
2025-08-20T19:15:58.3846505Z [00:02:03.496]➜  		"en-US/live/DeletePlaylistItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeletePlaylistItems.json",
2025-08-20T19:15:58.3847298Z [00:02:03.496]➜  		"en-US/live/DeleteRoom.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteRoom.json",
2025-08-20T19:15:58.3848344Z [00:02:03.496]➜  		"en-US/live/DeleteSnapshotCallbackAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteSnapshotCallbackAuth.json",
2025-08-20T19:15:58.3849292Z [00:02:03.496]➜  		"en-US/live/DeleteSnapshotFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteSnapshotFiles.json",
2025-08-20T19:15:58.3850213Z [00:02:03.496]➜  		"en-US/live/DeleteStudioLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteStudioLayout.json",
2025-08-20T19:15:58.3851408Z [00:02:03.496]➜  		"en-US/live/DescribeAutoShowListTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeAutoShowListTasks.json",
2025-08-20T19:15:58.3852679Z [00:02:03.496]➜  		"en-US/live/DescribeCasterChannels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterChannels.json",
2025-08-20T19:15:58.3853736Z [00:02:03.496]➜  		"en-US/live/DescribeCasterComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterComponents.json",
2025-08-20T19:15:58.3854680Z [00:02:03.496]➜  		"en-US/live/DescribeCasterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterConfig.json",
2025-08-20T19:15:58.3855641Z [00:02:03.496]➜  		"en-US/live/DescribeCasterLayouts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterLayouts.json",
2025-08-20T19:15:58.3856600Z [00:02:03.496]➜  		"en-US/live/DescribeCasterProgram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterProgram.json",
2025-08-20T19:15:58.3857810Z [00:02:03.496]➜  		"en-US/live/DescribeCasterSceneAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterSceneAudio.json",
2025-08-20T19:15:58.3858731Z [00:02:03.496]➜  		"en-US/live/DescribeCasterScenes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterScenes.json",
2025-08-20T19:15:58.3859725Z [00:02:03.496]➜  		"en-US/live/DescribeCasterStreamUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterStreamUrl.json",
2025-08-20T19:15:58.3860730Z [00:02:03.496]➜  		"en-US/live/DescribeCasterSyncGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterSyncGroup.json",
2025-08-20T19:15:58.3861864Z [00:02:03.496]➜  		"en-US/live/DescribeCasterVideoResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterVideoResources.json",
2025-08-20T19:15:58.3862970Z [00:02:03.496]➜  		"en-US/live/DescribeCasters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasters.json",
2025-08-20T19:15:58.3864103Z [00:02:03.496]➜  		"en-US/live/DescribeChannelParticipants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeChannelParticipants.json",
2025-08-20T19:15:58.3865078Z [00:02:03.496]➜  		"en-US/live/DescribeChannelUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeChannelUsers.json",
2025-08-20T19:15:58.3866089Z [00:02:03.496]➜  		"en-US/live/DescribeDomainUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeDomainUsageData.json",
2025-08-20T19:15:58.3867182Z [00:02:03.496]➜  		"en-US/live/DescribeDomainWithIntegrity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeDomainWithIntegrity.json",
2025-08-20T19:15:58.3868529Z [00:02:03.496]➜  		"en-US/live/DescribeForbidPushStreamRoomList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeForbidPushStreamRoomList.json",
2025-08-20T19:15:58.3869976Z [00:02:03.496]➜  		"en-US/live/DescribeHlsLiveStreamRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeHlsLiveStreamRealTimeBpsData.json",
2025-08-20T19:15:58.3871128Z [00:02:03.496]➜  		"en-US/live/DescribeLiveAudioAuditConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveAudioAuditConfig.json",
2025-08-20T19:15:58.3872619Z [00:02:03.496]➜  		"en-US/live/DescribeLiveAudioAuditNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:58.3873734Z [00:02:03.496]➜  		"en-US/live/DescribeLiveCenterTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveCenterTransfer.json",
2025-08-20T19:15:58.3874844Z [00:02:03.497]➜  		"en-US/live/DescribeLiveCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveCertificateDetail.json",
2025-08-20T19:15:58.3876064Z [00:02:03.497]➜  		"en-US/live/DescribeLiveCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveCertificateList.json",
2025-08-20T19:15:58.3877104Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDelayConfig.json",
2025-08-20T19:15:58.3878323Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDelayedStreamingUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDelayedStreamingUsage.json",
2025-08-20T19:15:58.3879479Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDetectNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDetectNotifyConfig.json",
2025-08-20T19:15:58.3880637Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDetectPornData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDetectPornData.json",
2025-08-20T19:15:58.3881699Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainBpsData.json",
2025-08-20T19:15:58.3883208Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainBpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainBpsDataByLayer.json",
2025-08-20T19:15:58.3884432Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainBpsDataByTimeStamp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainBpsDataByTimeStamp.json",
2025-08-20T19:15:58.3885595Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainByCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainByCertificate.json",
2025-08-20T19:15:58.3886814Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainCertificateInfo.json",
2025-08-20T19:15:58.3887880Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainConfigs.json",
2025-08-20T19:15:58.3888843Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainDetail.json",
2025-08-20T19:15:58.3890187Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainFrameRateAndBitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainFrameRateAndBitRateData.json",
2025-08-20T19:15:58.3891138Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainLimit.json",
2025-08-20T19:15:58.3892131Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainLog.json",
2025-08-20T19:15:58.3893529Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainMapping.json",
2025-08-20T19:15:58.3895076Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainMonitoringUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainMonitoringUsageData.json",
2025-08-20T19:15:58.3896262Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainOnlineUserNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainOnlineUserNum.json",
2025-08-20T19:15:58.3897387Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainPushBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainPushBpsData.json",
2025-08-20T19:15:58.3898584Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainPushTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainPushTrafficData.json",
2025-08-20T19:15:58.3899671Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainPvUvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainPvUvData.json",
2025-08-20T19:15:58.3901045Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRealTimeBpsData.json",
2025-08-20T19:15:58.3902371Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainRealTimeHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:58.3903862Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainRealTimeTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRealTimeTrafficData.json",
2025-08-20T19:15:58.3905223Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRealtimeLogDelivery.json",
2025-08-20T19:15:58.3906365Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainRecordData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRecordData.json",
2025-08-20T19:15:58.3907711Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainRecordUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRecordUsageData.json",
2025-08-20T19:15:58.3908857Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainSnapshotData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainSnapshotData.json",
2025-08-20T19:15:58.3910106Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainStagingConfig.json",
2025-08-20T19:15:58.3911340Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainStreamTranscodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainStreamTranscodeData.json",
2025-08-20T19:15:58.3912703Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainTimeShiftData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainTimeShiftData.json",
2025-08-20T19:15:58.3913824Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainTrafficData.json",
2025-08-20T19:15:58.3914970Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDomainTranscodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainTranscodeData.json",
2025-08-20T19:15:58.3915978Z [00:02:03.497]➜  		"en-US/live/DescribeLiveDrmUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDrmUsageData.json",
2025-08-20T19:15:58.3917042Z [00:02:03.497]➜  		"en-US/live/DescribeLiveEdgeTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveEdgeTransfer.json",
2025-08-20T19:15:58.3918293Z [00:02:03.497]➜  		"en-US/live/DescribeLiveGrtnDuration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveGrtnDuration.json",
2025-08-20T19:15:58.3919523Z [00:02:03.497]➜  		"en-US/live/DescribeLiveGrtnTrafficUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveGrtnTrafficUsage.json",
2025-08-20T19:15:58.3920630Z [00:02:03.497]➜  		"en-US/live/DescribeLiveHttpsDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveHttpsDomainList.json",
2025-08-20T19:15:58.3921556Z [00:02:03.497]➜  		"en-US/live/DescribeLiveIpInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveIpInfo.json",
2025-08-20T19:15:58.3922934Z [00:02:03.497]➜  		"en-US/live/DescribeLiveLazyPullStreamConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveLazyPullStreamConfig.json",
2025-08-20T19:15:58.3923945Z [00:02:03.497]➜  		"en-US/live/DescribeLiveMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveMessageApp.json",
2025-08-20T19:15:58.3924982Z [00:02:03.497]➜  		"en-US/live/DescribeLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveMessageGroup.json",
2025-08-20T19:15:58.3926222Z [00:02:03.497]➜  		"en-US/live/DescribeLiveMessageGroupBand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveMessageGroupBand.json",
2025-08-20T19:15:58.3927279Z [00:02:03.497]➜  		"en-US/live/DescribeLivePackageConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLivePackageConfig.json",
2025-08-20T19:15:58.3928391Z [00:02:03.497]➜  		"en-US/live/DescribeLiveProducerUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveProducerUsageData.json",
2025-08-20T19:15:58.3929462Z [00:02:03.497]➜  		"en-US/live/DescribeLivePullStreamConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLivePullStreamConfig.json",
2025-08-20T19:15:58.3930513Z [00:02:03.497]➜  		"en-US/live/DescribeLivePushProxyLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLivePushProxyLog.json",
2025-08-20T19:15:58.3931670Z [00:02:03.497]➜  		"en-US/live/DescribeLivePushProxyUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLivePushProxyUsageData.json",
2025-08-20T19:15:58.3933154Z [00:02:03.497]➜  		"en-US/live/DescribeLiveRealtimeDeliveryAcc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRealtimeDeliveryAcc.json",
2025-08-20T19:15:58.3934346Z [00:02:03.497]➜  		"en-US/live/DescribeLiveRealtimeLogAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRealtimeLogAuthorized.json",
2025-08-20T19:15:58.3935376Z [00:02:03.497]➜  		"en-US/live/DescribeLiveRecordConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRecordConfig.json",
2025-08-20T19:15:58.3936535Z [00:02:03.497]➜  		"en-US/live/DescribeLiveRecordNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRecordNotifyConfig.json",
2025-08-20T19:15:58.3937736Z [00:02:03.497]➜  		"en-US/live/DescribeLiveRecordNotifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRecordNotifyRecords.json",
2025-08-20T19:15:58.3938901Z [00:02:03.497]➜  		"en-US/live/DescribeLiveRecordVodConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRecordVodConfigs.json",
2025-08-20T19:15:58.3939942Z [00:02:03.497]➜  		"en-US/live/DescribeLiveShiftConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveShiftConfigs.json",
2025-08-20T19:15:58.3941010Z [00:02:03.497]➜  		"en-US/live/DescribeLiveSnapshotConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveSnapshotConfig.json",
2025-08-20T19:15:58.3942352Z [00:02:03.497]➜  		"en-US/live/DescribeLiveSnapshotDetectPornConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:58.3943902Z [00:02:03.497]➜  		"en-US/live/DescribeLiveSnapshotNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:58.3945106Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamAuthChecking.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamAuthChecking.json",
2025-08-20T19:15:58.3946228Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamBitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamBitRateData.json",
2025-08-20T19:15:58.3947234Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamCount.json",
2025-08-20T19:15:58.3948282Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamDelayConfig.json",
2025-08-20T19:15:58.3949454Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamHistoryUserNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamHistoryUserNum.json",
2025-08-20T19:15:58.3950792Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamMetricDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamMetricDetailData.json",
2025-08-20T19:15:58.3951914Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamMonitorList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamMonitorList.json",
2025-08-20T19:15:58.3953433Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamOptimizedFeatureConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamOptimizedFeatureConfig.json",
2025-08-20T19:15:58.3954569Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamPreloadTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamPreloadTasks.json",
2025-08-20T19:15:58.3955839Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamPushMetricDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamPushMetricDetailData.json",
2025-08-20T19:15:58.3957193Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamRecordContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamRecordContent.json",
2025-08-20T19:15:58.3958373Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamRecordIndexFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamRecordIndexFile.json",
2025-08-20T19:15:58.3959515Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamRecordIndexFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:58.3960674Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamSnapshotInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamSnapshotInfo.json",
2025-08-20T19:15:58.3961675Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamState.json",
2025-08-20T19:15:58.3963170Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamTranscodeInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamTranscodeInfo.json",
2025-08-20T19:15:58.3964452Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamTranscodeMetricData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamTranscodeMetricData.json",
2025-08-20T19:15:58.3965705Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamTranscodeStreamNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamTranscodeStreamNum.json",
2025-08-20T19:15:58.3966847Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamWatermarkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamWatermarkRules.json",
2025-08-20T19:15:58.3968066Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamWatermarks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamWatermarks.json",
2025-08-20T19:15:58.3969209Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamsBlockList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsBlockList.json",
2025-08-20T19:15:58.3970441Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamsControlHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsControlHistory.json",
2025-08-20T19:15:58.3971662Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamsNotifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsNotifyRecords.json",
2025-08-20T19:15:58.3973102Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamsNotifyUrlConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:58.3974271Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamsOnlineList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsOnlineList.json",
2025-08-20T19:15:58.3975608Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamsPublishList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsPublishList.json",
2025-08-20T19:15:58.3976777Z [00:02:03.497]➜  		"en-US/live/DescribeLiveStreamsTotalCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsTotalCount.json",
2025-08-20T19:15:58.3977811Z [00:02:03.497]➜  		"en-US/live/DescribeLiveTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveTagResources.json",
2025-08-20T19:15:58.3978923Z [00:02:03.497]➜  		"en-US/live/DescribeLiveTopDomainsByFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveTopDomainsByFlow.json",
2025-08-20T19:15:58.3980065Z [00:02:03.497]➜  		"en-US/live/DescribeLiveUserBillPrediction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveUserBillPrediction.json",
2025-08-20T19:15:58.3981106Z [00:02:03.497]➜  		"en-US/live/DescribeLiveUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveUserDomains.json",
2025-08-20T19:15:58.3982241Z [00:02:03.497]➜  		"en-US/live/DescribeLiveUserTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveUserTags.json",
2025-08-20T19:15:58.3983638Z [00:02:03.497]➜  		"en-US/live/DescribeMeterLiveInteractionDau.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeMeterLiveInteractionDau.json",
2025-08-20T19:15:58.3984733Z [00:02:03.497]➜  		"en-US/live/DescribeMeterLiveRtcDuration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeMeterLiveRtcDuration.json",
2025-08-20T19:15:58.3985689Z [00:02:03.497]➜  		"en-US/live/DescribeMixStreamList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeMixStreamList.json",
2025-08-20T19:15:58.3986931Z [00:02:03.497]➜  		"en-US/live/DescribeRTSNativeSDKFirstFrameCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKFirstFrameCost.json",
2025-08-20T19:15:58.3988314Z [00:02:03.497]➜  		"en-US/live/DescribeRTSNativeSDKFirstFrameDelay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKFirstFrameDelay.json",
2025-08-20T19:15:58.3989573Z [00:02:03.497]➜  		"en-US/live/DescribeRTSNativeSDKPlayFailStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKPlayFailStatus.json",
2025-08-20T19:15:58.3990693Z [00:02:03.497]➜  		"en-US/live/DescribeRTSNativeSDKPlayTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKPlayTime.json",
2025-08-20T19:15:58.3991778Z [00:02:03.497]➜  		"en-US/live/DescribeRTSNativeSDKVvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKVvData.json",
2025-08-20T19:15:58.3993370Z [00:02:03.497]➜  		"en-US/live/DescribeRoomKickoutUserList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRoomKickoutUserList.json",
2025-08-20T19:15:58.3994330Z [00:02:03.497]➜  		"en-US/live/DescribeRoomList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRoomList.json",
2025-08-20T19:15:58.3995250Z [00:02:03.497]➜  		"en-US/live/DescribeRoomStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRoomStatus.json",
2025-08-20T19:15:58.3996148Z [00:02:03.497]➜  		"en-US/live/DescribeShowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeShowList.json",
2025-08-20T19:15:58.3997236Z [00:02:03.497]➜  		"en-US/live/DescribeStreamLocationBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeStreamLocationBlock.json",
2025-08-20T19:15:58.3998187Z [00:02:03.497]➜  		"en-US/live/DescribeStudioLayouts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeStudioLayouts.json",
2025-08-20T19:15:58.3999208Z [00:02:03.497]➜  		"en-US/live/DescribeToutiaoLivePlay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeToutiaoLivePlay.json",
2025-08-20T19:15:58.4000467Z [00:02:03.497]➜  		"en-US/live/DescribeToutiaoLivePublish.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeToutiaoLivePublish.json",
2025-08-20T19:15:58.4001489Z [00:02:03.497]➜  		"en-US/live/DescribeUpBpsPeakData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeUpBpsPeakData.json",
2025-08-20T19:15:58.4002748Z [00:02:03.497]➜  		"en-US/live/DescribeUpBpsPeakOfLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeUpBpsPeakOfLine.json",
2025-08-20T19:15:58.4003911Z [00:02:03.497]➜  		"en-US/live/DescribeUpPeakPublishStreamData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeUpPeakPublishStreamData.json",
2025-08-20T19:15:58.4005109Z [00:02:03.497]➜  		"en-US/live/DisableLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DisableLiveRealtimeLogDelivery.json",
2025-08-20T19:15:58.4006338Z [00:02:03.497]➜  		"en-US/live/DynamicUpdateWaterMarkStreamRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DynamicUpdateWaterMarkStreamRule.json",
2025-08-20T19:15:58.4007324Z [00:02:03.497]➜  		"en-US/live/EditPlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EditPlaylist.json",
2025-08-20T19:15:58.4008249Z [00:02:03.497]➜  		"en-US/live/EditShowAndReplace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EditShowAndReplace.json",
2025-08-20T19:15:58.4009173Z [00:02:03.497]➜  		"en-US/live/EffectCasterUrgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EffectCasterUrgent.json",
2025-08-20T19:15:58.4010247Z [00:02:03.497]➜  		"en-US/live/EffectCasterVideoResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EffectCasterVideoResource.json",
2025-08-20T19:15:58.4011383Z [00:02:03.497]➜  		"en-US/live/EnableLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EnableLiveRealtimeLogDelivery.json",
2025-08-20T19:15:58.4012632Z [00:02:03.497]➜  		"en-US/live/ForbidLiveStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ForbidLiveStream.json",
2025-08-20T19:15:58.4013542Z [00:02:03.497]➜  		"en-US/live/ForbidPushStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ForbidPushStream.json",
2025-08-20T19:15:58.4014537Z [00:02:03.497]➜  		"en-US/live/GetAllCustomTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetAllCustomTemplates.json",
2025-08-20T19:15:58.4015456Z [00:02:03.497]➜  		"en-US/live/GetCustomTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetCustomTemplate.json",
2025-08-20T19:15:58.4016398Z [00:02:03.497]➜  		"en-US/live/GetEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetEdgeTranscodeJob.json",
2025-08-20T19:15:58.4017592Z [00:02:03.497]➜  		"en-US/live/GetEdgeTranscodeTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetEdgeTranscodeTemplate.json",
2025-08-20T19:15:58.4018539Z [00:02:03.497]➜  		"en-US/live/GetEditingJobInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetEditingJobInfo.json",
2025-08-20T19:15:58.4019388Z [00:02:03.497]➜  		"en-US/live/GetMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMessageApp.json",
2025-08-20T19:15:58.4020267Z [00:02:03.497]➜  		"en-US/live/GetMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMessageGroup.json",
2025-08-20T19:15:58.4021136Z [00:02:03.497]➜  		"en-US/live/GetMessageToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMessageToken.json",
2025-08-20T19:15:58.4022063Z [00:02:03.497]➜  		"en-US/live/GetMultiRateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMultiRateConfig.json",
2025-08-20T19:15:58.4023286Z [00:02:03.497]➜  		"en-US/live/GetMultiRateConfigList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMultiRateConfigList.json",
2025-08-20T19:15:58.4024363Z [00:02:03.497]➜  		"en-US/live/HotLiveRtcStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/HotLiveRtcStream.json",
2025-08-20T19:15:58.4025467Z [00:02:03.497]➜  		"en-US/live/InitializeAutoShowListTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/InitializeAutoShowListTask.json",
2025-08-20T19:15:58.4026364Z [00:02:03.497]➜  		"en-US/live/JoinMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/JoinMessageGroup.json",
2025-08-20T19:15:58.4027413Z [00:02:03.497]➜  		"en-US/live/KickLiveMessageGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/KickLiveMessageGroupUser.json",
2025-08-20T19:15:58.4028328Z [00:02:03.497]➜  		"en-US/live/LeaveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/LeaveMessageGroup.json",
2025-08-20T19:15:58.4029287Z [00:02:03.497]➜  		"en-US/live/ListEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListEdgeTranscodeJob.json",
2025-08-20T19:15:58.4030522Z [00:02:03.497]➜  		"en-US/live/ListEdgeTranscodeTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListEdgeTranscodeTemplate.json",
2025-08-20T19:15:58.4031351Z [00:02:03.497]➜  		"en-US/live/ListEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListEventSub.json",
2025-08-20T19:15:58.4032251Z [00:02:03.497]➜  		"en-US/live/ListEventSubEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListEventSubEvent.json",
2025-08-20T19:15:58.4033323Z [00:02:03.497]➜  		"en-US/live/ListLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveDelayConfig.json",
2025-08-20T19:15:58.4034205Z [00:02:03.497]➜  		"en-US/live/ListLiveMessageApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveMessageApps.json",
2025-08-20T19:15:58.4035437Z [00:02:03.497]➜  		"en-US/live/ListLiveMessageGroupMessages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveMessageGroupMessages.json",
2025-08-20T19:15:58.4036509Z [00:02:03.497]➜  		"en-US/live/ListLiveMessageGroupUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveMessageGroupUsers.json",
2025-08-20T19:15:58.4037477Z [00:02:03.497]➜  		"en-US/live/ListLiveMessageGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveMessageGroups.json",
2025-08-20T19:15:58.4038538Z [00:02:03.497]➜  		"en-US/live/ListLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveRealtimeLogDelivery.json",
2025-08-20T19:15:58.4039742Z [00:02:03.497]➜  		"en-US/live/ListLiveRealtimeLogDeliveryDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveRealtimeLogDeliveryDomains.json",
2025-08-20T19:15:58.4041041Z [00:02:03.497]➜  		"en-US/live/ListLiveRealtimeLogDeliveryInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveRealtimeLogDeliveryInfos.json",
2025-08-20T19:15:58.4041892Z [00:02:03.497]➜  		"en-US/live/ListMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessage.json",
2025-08-20T19:15:58.4042929Z [00:02:03.497]➜  		"en-US/live/ListMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessageApp.json",
2025-08-20T19:15:58.4043811Z [00:02:03.497]➜  		"en-US/live/ListMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessageGroup.json",
2025-08-20T19:15:58.4044726Z [00:02:03.497]➜  		"en-US/live/ListMessageGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessageGroupUser.json",
2025-08-20T19:15:58.4045739Z [00:02:03.497]➜  		"en-US/live/ListMessageGroupUserById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessageGroupUserById.json",
2025-08-20T19:15:58.4046569Z [00:02:03.497]➜  		"en-US/live/ListPlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListPlaylist.json",
2025-08-20T19:15:58.4047597Z [00:02:03.497]➜  		"en-US/live/ListPlaylistItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListPlaylistItems.json",
2025-08-20T19:15:58.4048571Z [00:02:03.497]➜  		"en-US/live/ModifyCasterComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterComponent.json",
2025-08-20T19:15:58.4049508Z [00:02:03.497]➜  		"en-US/live/ModifyCasterEpisode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterEpisode.json",
2025-08-20T19:15:58.4050424Z [00:02:03.497]➜  		"en-US/live/ModifyCasterLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterLayout.json",
2025-08-20T19:15:58.4051350Z [00:02:03.497]➜  		"en-US/live/ModifyCasterProgram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterProgram.json",
2025-08-20T19:15:58.4052578Z [00:02:03.497]➜  		"en-US/live/ModifyCasterVideoResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterVideoResource.json",
2025-08-20T19:15:58.4053942Z [00:02:03.497]➜  		"en-US/live/ModifyLiveDomainSchdmByProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveDomainSchdmByProperty.json",
2025-08-20T19:15:58.4054967Z [00:02:03.497]➜  		"en-US/live/ModifyLiveMessageAppAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageAppAudit.json",
2025-08-20T19:15:58.4056070Z [00:02:03.497]➜  		"en-US/live/ModifyLiveMessageAppCallback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageAppCallback.json",
2025-08-20T19:15:58.4057131Z [00:02:03.497]➜  		"en-US/live/ModifyLiveMessageAppDisable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageAppDisable.json",
2025-08-20T19:15:58.4058240Z [00:02:03.497]➜  		"en-US/live/ModifyLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageGroup.json",
2025-08-20T19:15:58.4059376Z [00:02:03.497]➜  		"en-US/live/ModifyLiveMessageGroupBand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageGroupBand.json",
2025-08-20T19:15:58.4060412Z [00:02:03.497]➜  		"en-US/live/ModifyLiveMessageUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageUserInfo.json",
2025-08-20T19:15:58.4061521Z [00:02:03.497]➜  		"en-US/live/ModifyLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveRealtimeLogDelivery.json",
2025-08-20T19:15:58.4062372Z [00:02:03.497]➜  		"en-US/live/ModifyShowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyShowList.json",
2025-08-20T19:15:58.4063481Z [00:02:03.497]➜  		"en-US/live/ModifyStudioLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyStudioLayout.json",
2025-08-20T19:15:58.4064356Z [00:02:03.497]➜  		"en-US/live/MuteAllGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/MuteAllGroupUser.json",
2025-08-20T19:15:58.4065192Z [00:02:03.497]➜  		"en-US/live/MuteGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/MuteGroupUser.json",
2025-08-20T19:15:58.4065982Z [00:02:03.498]➜  		"en-US/live/OpenLiveShift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/OpenLiveShift.json",
2025-08-20T19:15:58.4066853Z [00:02:03.498]➜  		"en-US/live/PlayChoosenShow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/PlayChoosenShow.json",
2025-08-20T19:15:58.4068134Z [00:02:03.498]➜  		"en-US/live/PublishLiveStagingConfigToProduction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/PublishLiveStagingConfigToProduction.json",
2025-08-20T19:15:58.4069003Z [00:02:03.498]➜  		"en-US/live/QueryMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/QueryMessageApp.json",
2025-08-20T19:15:58.4070050Z [00:02:03.498]➜  		"en-US/live/QuerySnapshotCallbackAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/QuerySnapshotCallbackAuth.json",
2025-08-20T19:15:58.4071310Z [00:02:03.498]➜  		"en-US/live/RealTimeRecordCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RealTimeRecordCommand.json",
2025-08-20T19:15:58.4072324Z [00:02:03.498]➜  		"en-US/live/RealTimeSnapshotCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RealTimeSnapshotCommand.json",
2025-08-20T19:15:58.4073561Z [00:02:03.498]➜  		"en-US/live/RemoveShowFromShowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RemoveShowFromShowList.json",
2025-08-20T19:15:58.4074436Z [00:02:03.498]➜  		"en-US/live/RemoveTerminals.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RemoveTerminals.json",
2025-08-20T19:15:58.4075262Z [00:02:03.498]➜  		"en-US/live/RestartCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RestartCaster.json",
2025-08-20T19:15:58.4076130Z [00:02:03.498]➜  		"en-US/live/ResumeLiveStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ResumeLiveStream.json",
2025-08-20T19:15:58.4077184Z [00:02:03.498]➜  		"en-US/live/RollbackLiveStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RollbackLiveStagingConfig.json",
2025-08-20T19:15:58.4077916Z [00:02:03.498]➜  		"en-US/live/SendLike.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendLike.json",
2025-08-20T19:15:58.4078844Z [00:02:03.498]➜  		"en-US/live/SendLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendLiveMessageGroup.json",
2025-08-20T19:15:58.4079829Z [00:02:03.498]➜  		"en-US/live/SendLiveMessageUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendLiveMessageUser.json",
2025-08-20T19:15:58.4080857Z [00:02:03.498]➜  		"en-US/live/SendMessageToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendMessageToGroup.json",
2025-08-20T19:15:58.4081964Z [00:02:03.498]➜  		"en-US/live/SendMessageToGroupUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendMessageToGroupUsers.json",
2025-08-20T19:15:58.4083114Z [00:02:03.498]➜  		"en-US/live/SendRoomNotification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendRoomNotification.json",
2025-08-20T19:15:58.4084138Z [00:02:03.498]➜  		"en-US/live/SendRoomUserNotification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendRoomUserNotification.json",
2025-08-20T19:15:58.4084983Z [00:02:03.498]➜  		"en-US/live/SetCasterChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterChannel.json",
2025-08-20T19:15:58.4085814Z [00:02:03.498]➜  		"en-US/live/SetCasterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterConfig.json",
2025-08-20T19:15:58.4086744Z [00:02:03.498]➜  		"en-US/live/SetCasterSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterSceneConfig.json",
2025-08-20T19:15:58.4087699Z [00:02:03.498]➜  		"en-US/live/SetCasterSyncGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterSyncGroup.json",
2025-08-20T19:15:58.4088645Z [00:02:03.498]➜  		"en-US/live/SetCasterTimedEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterTimedEvent.json",
2025-08-20T19:15:58.4089649Z [00:02:03.498]➜  		"en-US/live/SetLiveDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveDomainCertificate.json",
2025-08-20T19:15:58.4090755Z [00:02:03.498]➜  		"en-US/live/SetLiveDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveDomainStagingConfig.json",
2025-08-20T19:15:58.4091663Z [00:02:03.498]➜  		"en-US/live/SetLiveEdgeTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveEdgeTransfer.json",
2025-08-20T19:15:58.4092961Z [00:02:03.498]➜  		"en-US/live/SetLiveLazyPullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveLazyPullStreamInfoConfig.json",
2025-08-20T19:15:58.4094169Z [00:02:03.498]➜  		"en-US/live/SetLiveMpuTaskSei.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveMpuTaskSei.json",
2025-08-20T19:15:58.4095109Z [00:02:03.498]➜  		"en-US/live/SetLiveStreamBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamBlock.json",
2025-08-20T19:15:58.4096156Z [00:02:03.498]➜  		"en-US/live/SetLiveStreamDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamDelayConfig.json",
2025-08-20T19:15:58.4097428Z [00:02:03.498]➜  		"en-US/live/SetLiveStreamOptimizedFeatureConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamOptimizedFeatureConfig.json",
2025-08-20T19:15:58.4098555Z [00:02:03.498]➜  		"en-US/live/SetLiveStreamPreloadTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamPreloadTasks.json",
2025-08-20T19:15:58.4099683Z [00:02:03.498]➜  		"en-US/live/SetLiveStreamsNotifyUrlConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:58.4100710Z [00:02:03.498]➜  		"en-US/live/SetSnapshotCallbackAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetSnapshotCallbackAuth.json",
2025-08-20T19:15:58.4101528Z [00:02:03.498]➜  		"en-US/live/StartCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartCaster.json",
2025-08-20T19:15:58.4102609Z [00:02:03.498]➜  		"en-US/live/StartCasterScene.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartCasterScene.json",
2025-08-20T19:15:58.4103610Z [00:02:03.498]➜  		"en-US/live/StartEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartEdgeTranscodeJob.json",
2025-08-20T19:15:58.4104633Z [00:02:03.498]➜  		"en-US/live/StartLiveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartLiveDomain.json",
2025-08-20T19:15:58.4105714Z [00:02:03.498]➜  		"en-US/live/StartLiveMPUTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartLiveMPUTask.json",
2025-08-20T19:15:58.4106707Z [00:02:03.498]➜  		"en-US/live/StartLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartLiveStreamMonitor.json",
2025-08-20T19:15:58.4107553Z [00:02:03.498]➜  		"en-US/live/StartPlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartPlaylist.json",
2025-08-20T19:15:58.4108315Z [00:02:03.498]➜  		"en-US/live/StopCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopCaster.json",
2025-08-20T19:15:58.4109188Z [00:02:03.498]➜  		"en-US/live/StopCasterScene.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopCasterScene.json",
2025-08-20T19:15:58.4110165Z [00:02:03.498]➜  		"en-US/live/StopEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopEdgeTranscodeJob.json",
2025-08-20T19:15:58.4111046Z [00:02:03.498]➜  		"en-US/live/StopLiveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopLiveDomain.json",
2025-08-20T19:15:58.4111925Z [00:02:03.498]➜  		"en-US/live/StopLiveMPUTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopLiveMPUTask.json",
2025-08-20T19:15:58.4113265Z [00:02:03.498]➜  		"en-US/live/StopLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopLiveStreamMonitor.json",
2025-08-20T19:15:58.4114115Z [00:02:03.498]➜  		"en-US/live/StopPlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopPlaylist.json",
2025-08-20T19:15:58.4114989Z [00:02:03.498]➜  		"en-US/live/TagLiveResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/TagLiveResources.json",
2025-08-20T19:15:58.4115912Z [00:02:03.498]➜  		"en-US/live/UnTagLiveResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UnTagLiveResources.json",
2025-08-20T19:15:58.4117062Z [00:02:03.498]➜  		"en-US/live/UpdateCasterSceneAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateCasterSceneAudio.json",
2025-08-20T19:15:58.4118181Z [00:02:03.498]➜  		"en-US/live/UpdateCasterSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateCasterSceneConfig.json",
2025-08-20T19:15:58.4119152Z [00:02:03.498]➜  		"en-US/live/UpdateEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateEdgeTranscodeJob.json",
2025-08-20T19:15:58.4120031Z [00:02:03.498]➜  		"en-US/live/UpdateEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateEventSub.json",
2025-08-20T19:15:58.4121082Z [00:02:03.498]➜  		"en-US/live/UpdateLiveAppRecordConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveAppRecordConfig.json",
2025-08-20T19:15:58.4122197Z [00:02:03.498]➜  		"en-US/live/UpdateLiveAppSnapshotConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveAppSnapshotConfig.json",
2025-08-20T19:15:58.4123589Z [00:02:03.498]➜  		"en-US/live/UpdateLiveAudioAuditConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveAudioAuditConfig.json",
2025-08-20T19:15:58.4124803Z [00:02:03.498]➜  		"en-US/live/UpdateLiveAudioAuditNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:58.4125833Z [00:02:03.498]➜  		"en-US/live/UpdateLiveCenterTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveCenterTransfer.json",
2025-08-20T19:15:58.4126786Z [00:02:03.498]➜  		"en-US/live/UpdateLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveDelayConfig.json",
2025-08-20T19:15:58.4128017Z [00:02:03.498]➜  		"en-US/live/UpdateLiveDetectNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveDetectNotifyConfig.json",
2025-08-20T19:15:58.4129024Z [00:02:03.498]➜  		"en-US/live/UpdateLiveMPUTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveMPUTask.json",
2025-08-20T19:15:58.4130054Z [00:02:03.498]➜  		"en-US/live/UpdateLivePackageConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLivePackageConfig.json",
2025-08-20T19:15:58.4131205Z [00:02:03.498]➜  		"en-US/live/UpdateLivePullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLivePullStreamInfoConfig.json",
2025-08-20T19:15:58.4132321Z [00:02:03.498]➜  		"en-US/live/UpdateLiveRecordNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveRecordNotifyConfig.json",
2025-08-20T19:15:58.4133606Z [00:02:03.498]➜  		"en-US/live/UpdateLiveRecordVodConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveRecordVodConfig.json",
2025-08-20T19:15:58.4134859Z [00:02:03.498]➜  		"en-US/live/UpdateLiveSnapshotDetectPornConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:58.4136020Z [00:02:03.498]➜  		"en-US/live/UpdateLiveSnapshotNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:58.4137048Z [00:02:03.498]➜  		"en-US/live/UpdateLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveStreamMonitor.json",
2025-08-20T19:15:58.4138106Z [00:02:03.498]➜  		"en-US/live/UpdateLiveStreamWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveStreamWatermark.json",
2025-08-20T19:15:58.4139219Z [00:02:03.498]➜  		"en-US/live/UpdateLiveStreamWatermarkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveStreamWatermarkRule.json",
2025-08-20T19:15:58.4140249Z [00:02:03.498]➜  		"en-US/live/UpdateLiveTopLevelDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveTopLevelDomain.json",
2025-08-20T19:15:58.4141295Z [00:02:03.498]➜  		"en-US/live/UpdateMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateMessageApp.json",
2025-08-20T19:15:58.4142323Z [00:02:03.498]➜  		"en-US/live/UpdateMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateMessageGroup.json",
2025-08-20T19:15:58.4143410Z [00:02:03.498]➜  		"en-US/live/UpdateMixStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateMixStream.json",
2025-08-20T19:15:58.4144386Z [00:02:03.498]➜  		"en-US/live/VerifyLiveDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/VerifyLiveDomainOwner.json",
2025-08-20T19:15:58.4145100Z [00:02:03.498]➜  		"en-US/live/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/version.json",
2025-08-20T19:15:58.4145921Z [00:02:03.498]➜  		"en-US/mse/AddAuthPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddAuthPolicy.json",
2025-08-20T19:15:58.4146764Z [00:02:03.498]➜  		"en-US/mse/AddAuthResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddAuthResource.json",
2025-08-20T19:15:58.4147654Z [00:02:03.499]➜  		"en-US/mse/AddBlackWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddBlackWhiteList.json",
2025-08-20T19:15:58.4148392Z [00:02:03.499]➜  		"en-US/mse/AddGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGateway.json",
2025-08-20T19:15:58.4149357Z [00:02:03.499]➜  		"en-US/mse/AddGatewayAuthConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewayAuthConsumer.json",
2025-08-20T19:15:58.4150248Z [00:02:03.499]➜  		"en-US/mse/AddGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewayDomain.json",
2025-08-20T19:15:58.4151247Z [00:02:03.499]➜  		"en-US/mse/AddGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewayRoute.json",
2025-08-20T19:15:58.4152627Z [00:02:03.499]➜  		"en-US/mse/AddGatewayServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewayServiceVersion.json",
2025-08-20T19:15:58.4153456Z [00:02:03.499]➜  		"en-US/mse/AddGatewaySlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewaySlb.json",
2025-08-20T19:15:58.4154326Z [00:02:03.499]➜  		"en-US/mse/AddMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddMigrationTask.json",
2025-08-20T19:15:58.4155104Z [00:02:03.499]➜  		"en-US/mse/AddMockRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddMockRule.json",
2025-08-20T19:15:58.4155862Z [00:02:03.499]➜  		"en-US/mse/AddSSLCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddSSLCert.json",
2025-08-20T19:15:58.4156802Z [00:02:03.499]➜  		"en-US/mse/AddSecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddSecurityGroupRule.json",
2025-08-20T19:15:58.4157668Z [00:02:03.499]➜  		"en-US/mse/AddServiceSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddServiceSource.json",
2025-08-20T19:15:58.4158567Z [00:02:03.499]➜  		"en-US/mse/ApplyGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ApplyGatewayRoute.json",
2025-08-20T19:15:58.4159432Z [00:02:03.499]➜  		"en-US/mse/ApplyTagPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ApplyTagPolicies.json",
2025-08-20T19:15:58.4160310Z [00:02:03.499]➜  		"en-US/mse/CloneNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CloneNacosConfig.json",
2025-08-20T19:15:58.4161191Z [00:02:03.499]➜  		"en-US/mse/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateApplication.json",
2025-08-20T19:15:58.4162193Z [00:02:03.499]➜  		"en-US/mse/CreateCircuitBreakerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateCircuitBreakerRule.json",
2025-08-20T19:15:58.4163238Z [00:02:03.499]➜  		"en-US/mse/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateCluster.json",
2025-08-20T19:15:58.4164465Z [00:02:03.499]➜  		"en-US/mse/CreateEngineNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateEngineNamespace.json",
2025-08-20T19:15:58.4165301Z [00:02:03.499]➜  		"en-US/mse/CreateFlowRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateFlowRule.json",
2025-08-20T19:15:58.4166380Z [00:02:03.499]➜  		"en-US/mse/CreateMseServiceApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateMseServiceApplication.json",
2025-08-20T19:15:58.4167275Z [00:02:03.499]➜  		"en-US/mse/CreateNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateNacosConfig.json",
2025-08-20T19:15:58.4168185Z [00:02:03.499]➜  		"en-US/mse/CreateNacosInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateNacosInstance.json",
2025-08-20T19:15:58.4169117Z [00:02:03.499]➜  		"en-US/mse/CreateNacosService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateNacosService.json",
2025-08-20T19:15:58.4170181Z [00:02:03.499]➜  		"en-US/mse/CreateOrUpdateSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateOrUpdateSwimmingLane.json",
2025-08-20T19:15:58.4171335Z [00:02:03.499]➜  		"en-US/mse/CreateOrUpdateSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateOrUpdateSwimmingLaneGroup.json",
2025-08-20T19:15:58.4172115Z [00:02:03.499]➜  		"en-US/mse/CreateZnode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateZnode.json",
2025-08-20T19:15:58.4173225Z [00:02:03.499]➜  		"en-US/mse/DeleteAuthResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteAuthResource.json",
2025-08-20T19:15:58.4174410Z [00:02:03.499]➜  		"en-US/mse/DeleteCircuitBreakerRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteCircuitBreakerRules.json",
2025-08-20T19:15:58.4175303Z [00:02:03.499]➜  		"en-US/mse/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteCluster.json",
2025-08-20T19:15:58.4176251Z [00:02:03.499]➜  		"en-US/mse/DeleteEngineNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteEngineNamespace.json",
2025-08-20T19:15:58.4177104Z [00:02:03.499]➜  		"en-US/mse/DeleteFlowRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteFlowRules.json",
2025-08-20T19:15:58.4177918Z [00:02:03.499]➜  		"en-US/mse/DeleteGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGateway.json",
2025-08-20T19:15:58.4178962Z [00:02:03.499]➜  		"en-US/mse/DeleteGatewayAuthConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayAuthConsumer.json",
2025-08-20T19:15:58.4180179Z [00:02:03.499]➜  		"en-US/mse/DeleteGatewayAuthConsumerResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayAuthConsumerResource.json",
2025-08-20T19:15:58.4181248Z [00:02:03.499]➜  		"en-US/mse/DeleteGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayDomain.json",
2025-08-20T19:15:58.4182197Z [00:02:03.499]➜  		"en-US/mse/DeleteGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayRoute.json",
2025-08-20T19:15:58.4183306Z [00:02:03.499]➜  		"en-US/mse/DeleteGatewayService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayService.json",
2025-08-20T19:15:58.4184344Z [00:02:03.499]➜  		"en-US/mse/DeleteGatewayServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayServiceVersion.json",
2025-08-20T19:15:58.4185208Z [00:02:03.499]➜  		"en-US/mse/DeleteGatewaySlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewaySlb.json",
2025-08-20T19:15:58.4186132Z [00:02:03.499]➜  		"en-US/mse/DeleteMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteMigrationTask.json",
2025-08-20T19:15:58.4187016Z [00:02:03.499]➜  		"en-US/mse/DeleteNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNacosConfig.json",
2025-08-20T19:15:58.4188041Z [00:02:03.499]➜  		"en-US/mse/DeleteNacosConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNacosConfigs.json",
2025-08-20T19:15:58.4188970Z [00:02:03.499]➜  		"en-US/mse/DeleteNacosInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNacosInstance.json",
2025-08-20T19:15:58.4189839Z [00:02:03.499]➜  		"en-US/mse/DeleteNacosService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNacosService.json",
2025-08-20T19:15:58.4190648Z [00:02:03.499]➜  		"en-US/mse/DeleteNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNamespace.json",
2025-08-20T19:15:58.4191619Z [00:02:03.499]➜  		"en-US/mse/DeleteSecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteSecurityGroupRule.json",
2025-08-20T19:15:58.4222891Z [00:02:03.499]➜  		"en-US/mse/DeleteServiceSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteServiceSource.json",
2025-08-20T19:15:58.4223932Z [00:02:03.499]➜  		"en-US/mse/DeleteSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteSwimmingLane.json",
2025-08-20T19:15:58.4224962Z [00:02:03.499]➜  		"en-US/mse/DeleteSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteSwimmingLaneGroup.json",
2025-08-20T19:15:58.4225748Z [00:02:03.499]➜  		"en-US/mse/DeleteZnode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteZnode.json",
2025-08-20T19:15:58.4226632Z [00:02:03.499]➜  		"en-US/mse/ExportNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ExportNacosConfig.json",
2025-08-20T19:15:58.4227734Z [00:02:03.499]➜  		"en-US/mse/ExportZookeeperData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ExportZookeeperData.json",
2025-08-20T19:15:58.4228826Z [00:02:03.499]➜  		"en-US/mse/FetchLosslessRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/FetchLosslessRuleList.json",
2025-08-20T19:15:58.4229842Z [00:02:03.499]➜  		"en-US/mse/GetAppMessageQueueRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetAppMessageQueueRoute.json",
2025-08-20T19:15:58.4230900Z [00:02:03.499]➜  		"en-US/mse/GetApplicationInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetApplicationInstanceList.json",
2025-08-20T19:15:58.4231796Z [00:02:03.499]➜  		"en-US/mse/GetApplicationList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetApplicationList.json",
2025-08-20T19:15:58.4232873Z [00:02:03.499]➜  		"en-US/mse/GetBlackWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetBlackWhiteList.json",
2025-08-20T19:15:58.4233778Z [00:02:03.499]➜  		"en-US/mse/GetEngineNamepace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetEngineNamepace.json",
2025-08-20T19:15:58.4234711Z [00:02:03.499]➜  		"en-US/mse/GetGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGateway.json",
2025-08-20T19:15:58.4235831Z [00:02:03.499]➜  		"en-US/mse/GetGatewayAuthConsumerDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayAuthConsumerDetail.json",
2025-08-20T19:15:58.4236792Z [00:02:03.499]➜  		"en-US/mse/GetGatewayDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayDomainDetail.json",
2025-08-20T19:15:58.4237642Z [00:02:03.499]➜  		"en-US/mse/GetGatewayOption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayOption.json",
2025-08-20T19:15:58.4238587Z [00:02:03.499]➜  		"en-US/mse/GetGatewayRouteDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayRouteDetail.json",
2025-08-20T19:15:58.4239598Z [00:02:03.499]➜  		"en-US/mse/GetGatewayServiceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayServiceDetail.json",
2025-08-20T19:15:58.4240919Z [00:02:03.499]➜  		"en-US/mse/GetGovernanceKubernetesCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGovernanceKubernetesCluster.json",
2025-08-20T19:15:58.4241666Z [00:02:03.499]➜  		"en-US/mse/GetImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetImage.json",
2025-08-20T19:15:58.4242740Z [00:02:03.499]➜  		"en-US/mse/GetImportFileUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetImportFileUrl.json",
2025-08-20T19:15:58.4243646Z [00:02:03.499]➜  		"en-US/mse/GetKubernetesSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetKubernetesSource.json",
2025-08-20T19:15:58.4244547Z [00:02:03.499]➜  		"en-US/mse/GetLosslessRuleByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetLosslessRuleByApp.json",
2025-08-20T19:15:58.4245463Z [00:02:03.499]➜  		"en-US/mse/GetMseFeatureSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetMseFeatureSwitch.json",
2025-08-20T19:15:58.4246259Z [00:02:03.499]➜  		"en-US/mse/GetMseSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetMseSource.json",
2025-08-20T19:15:58.4247072Z [00:02:03.499]➜  		"en-US/mse/GetNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetNacosConfig.json",
2025-08-20T19:15:58.4248006Z [00:02:03.499]➜  		"en-US/mse/GetNacosHistoryConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetNacosHistoryConfig.json",
2025-08-20T19:15:58.4248793Z [00:02:03.499]➜  		"en-US/mse/GetOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetOverview.json",
2025-08-20T19:15:58.4249626Z [00:02:03.499]➜  		"en-US/mse/GetPluginConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetPluginConfig.json",
2025-08-20T19:15:58.4250546Z [00:02:03.499]➜  		"en-US/mse/GetPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetPlugins.json",
2025-08-20T19:15:58.4251515Z [00:02:03.499]➜  		"en-US/mse/GetServiceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetServiceList.json",
2025-08-20T19:15:58.4252671Z [00:02:03.499]➜  		"en-US/mse/GetServiceListPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetServiceListPage.json",
2025-08-20T19:15:58.4253593Z [00:02:03.499]➜  		"en-US/mse/GetServiceListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetServiceListeners.json",
2025-08-20T19:15:58.4254521Z [00:02:03.499]➜  		"en-US/mse/GetServiceMethodPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetServiceMethodPage.json",
2025-08-20T19:15:58.4255583Z [00:02:03.499]➜  		"en-US/mse/GetTagsBySwimmingLaneGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetTagsBySwimmingLaneGroupId.json",
2025-08-20T19:15:58.4256631Z [00:02:03.499]➜  		"en-US/mse/GetZookeeperDataImportUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetZookeeperDataImportUrl.json",
2025-08-20T19:15:58.4257677Z [00:02:03.499]➜  		"en-US/mse/ImportNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ImportNacosConfig.json",
2025-08-20T19:15:58.4258515Z [00:02:03.499]➜  		"en-US/mse/ImportServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ImportServices.json",
2025-08-20T19:15:58.4259432Z [00:02:03.499]➜  		"en-US/mse/ImportZookeeperData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ImportZookeeperData.json",
2025-08-20T19:15:58.4260274Z [00:02:03.499]➜  		"en-US/mse/ListAnsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAnsInstances.json",
2025-08-20T19:15:58.4261216Z [00:02:03.499]➜  		"en-US/mse/ListAnsServiceClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAnsServiceClusters.json",
2025-08-20T19:15:58.4262052Z [00:02:03.499]➜  		"en-US/mse/ListAnsServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAnsServices.json",
2025-08-20T19:15:58.4263510Z [00:02:03.499]➜  		"en-US/mse/ListAppBySwimmingLaneGroupTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAppBySwimmingLaneGroupTag.json",
2025-08-20T19:15:58.4264655Z [00:02:03.499]➜  		"en-US/mse/ListAppBySwimmingLaneGroupTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAppBySwimmingLaneGroupTags.json",
2025-08-20T19:15:58.4265781Z [00:02:03.499]➜  		"en-US/mse/ListApplicationsWithTagRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListApplicationsWithTagRules.json",
2025-08-20T19:15:58.4266639Z [00:02:03.499]➜  		"en-US/mse/ListAuthPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAuthPolicy.json",
2025-08-20T19:15:58.4267653Z [00:02:03.499]➜  		"en-US/mse/ListCircuitBreakerRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListCircuitBreakerRules.json",
2025-08-20T19:15:58.4268718Z [00:02:03.499]➜  		"en-US/mse/ListClusterConnectionTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusterConnectionTypes.json",
2025-08-20T19:15:58.4269779Z [00:02:03.499]➜  		"en-US/mse/ListClusterHealthCheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusterHealthCheckTask.json",
2025-08-20T19:15:58.4270671Z [00:02:03.499]➜  		"en-US/mse/ListClusterTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusterTypes.json",
2025-08-20T19:15:58.4271593Z [00:02:03.499]➜  		"en-US/mse/ListClusterVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusterVersions.json",
2025-08-20T19:15:58.4272365Z [00:02:03.499]➜  		"en-US/mse/ListClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusters.json",
2025-08-20T19:15:58.4273573Z [00:02:03.499]➜  		"en-US/mse/ListConfigTrack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListConfigTrack.json",
2025-08-20T19:15:58.4274634Z [00:02:03.499]➜  		"en-US/mse/ListEngineNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListEngineNamespaces.json",
2025-08-20T19:15:58.4275549Z [00:02:03.499]➜  		"en-US/mse/ListEurekaInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListEurekaInstances.json",
2025-08-20T19:15:58.4276471Z [00:02:03.499]➜  		"en-US/mse/ListEurekaServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListEurekaServices.json",
2025-08-20T19:15:58.4277445Z [00:02:03.499]➜  		"en-US/mse/ListExportZookeeperData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListExportZookeeperData.json",
2025-08-20T19:15:58.4278256Z [00:02:03.499]➜  		"en-US/mse/ListFlowRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListFlowRules.json",
2025-08-20T19:15:58.4279044Z [00:02:03.499]➜  		"en-US/mse/ListGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGateway.json",
2025-08-20T19:15:58.4280170Z [00:02:03.499]➜  		"en-US/mse/ListGatewayAuthConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayAuthConsumer.json",
2025-08-20T19:15:58.4281346Z [00:02:03.499]➜  		"en-US/mse/ListGatewayAuthConsumerResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayAuthConsumerResource.json",
2025-08-20T19:15:58.4282241Z [00:02:03.499]➜  		"en-US/mse/ListGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayDomain.json",
2025-08-20T19:15:58.4283309Z [00:02:03.499]➜  		"en-US/mse/ListGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayRoute.json",
2025-08-20T19:15:58.4284276Z [00:02:03.499]➜  		"en-US/mse/ListGatewayRouteOnAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayRouteOnAuth.json",
2025-08-20T19:15:58.4285157Z [00:02:03.499]➜  		"en-US/mse/ListGatewayService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayService.json",
2025-08-20T19:15:58.4286016Z [00:02:03.499]➜  		"en-US/mse/ListGatewaySlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewaySlb.json",
2025-08-20T19:15:58.4287069Z [00:02:03.499]➜  		"en-US/mse/ListInstanceCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListInstanceCount.json",
2025-08-20T19:15:58.4288023Z [00:02:03.499]➜  		"en-US/mse/ListListenersByConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListListenersByConfig.json",
2025-08-20T19:15:58.4288871Z [00:02:03.499]➜  		"en-US/mse/ListListenersByIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListListenersByIp.json",
2025-08-20T19:15:58.4289747Z [00:02:03.499]➜  		"en-US/mse/ListMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListMigrationTask.json",
2025-08-20T19:15:58.4290637Z [00:02:03.499]➜  		"en-US/mse/ListNacosConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListNacosConfigs.json",
2025-08-20T19:15:58.4291625Z [00:02:03.499]➜  		"en-US/mse/ListNacosHistoryConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListNacosHistoryConfigs.json",
2025-08-20T19:15:58.4292682Z [00:02:03.499]➜  		"en-US/mse/ListNamingTrack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListNamingTrack.json",
2025-08-20T19:15:58.4293464Z [00:02:03.499]➜  		"en-US/mse/ListSSLCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListSSLCert.json",
2025-08-20T19:15:58.4294347Z [00:02:03.499]➜  		"en-US/mse/ListSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListSecurityGroup.json",
2025-08-20T19:15:58.4295317Z [00:02:03.499]➜  		"en-US/mse/ListSecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListSecurityGroupRule.json",
2025-08-20T19:15:58.4296326Z [00:02:03.499]➜  		"en-US/mse/ListServiceSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListServiceSource.json",
2025-08-20T19:15:58.4297259Z [00:02:03.499]➜  		"en-US/mse/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListTagResources.json",
2025-08-20T19:15:58.4298040Z [00:02:03.499]➜  		"en-US/mse/ListZkTrack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListZkTrack.json",
2025-08-20T19:15:58.4298921Z [00:02:03.499]➜  		"en-US/mse/ListZnodeChildren.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListZnodeChildren.json",
2025-08-20T19:15:58.4300119Z [00:02:03.499]➜  		"en-US/mse/ModifyGovernanceKubernetesCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ModifyGovernanceKubernetesCluster.json",
2025-08-20T19:15:58.4301026Z [00:02:03.499]➜  		"en-US/mse/ModifyLosslessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ModifyLosslessRule.json",
2025-08-20T19:15:58.4301939Z [00:02:03.499]➜  		"en-US/mse/OfflineGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/OfflineGatewayRoute.json",
2025-08-20T19:15:58.4303463Z [00:02:03.499]➜  		"en-US/mse/OrderClusterHealthCheckRiskNotice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/OrderClusterHealthCheckRiskNotice.json",
2025-08-20T19:15:58.4304312Z [00:02:03.499]➜  		"en-US/mse/PullServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/PullServices.json",
2025-08-20T19:15:58.4305418Z [00:02:03.499]➜  		"en-US/mse/PutClusterHealthCheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/PutClusterHealthCheckTask.json",
2025-08-20T19:15:58.4306361Z [00:02:03.499]➜  		"en-US/mse/QueryAllSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryAllSwimmingLane.json",
2025-08-20T19:15:58.4307407Z [00:02:03.499]➜  		"en-US/mse/QueryAllSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryAllSwimmingLaneGroup.json",
2025-08-20T19:15:58.4308424Z [00:02:03.499]➜  		"en-US/mse/QueryBusinessLocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryBusinessLocations.json",
2025-08-20T19:15:58.4309507Z [00:02:03.499]➜  		"en-US/mse/QueryClusterDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryClusterDetail.json",
2025-08-20T19:15:58.4310606Z [00:02:03.499]➜  		"en-US/mse/QueryClusterDiskSpecification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryClusterDiskSpecification.json",
2025-08-20T19:15:58.4311470Z [00:02:03.499]➜  		"en-US/mse/QueryClusterInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryClusterInfo.json",
2025-08-20T19:15:58.4312759Z [00:02:03.499]➜  		"en-US/mse/QueryClusterSpecification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryClusterSpecification.json",
2025-08-20T19:15:58.4313580Z [00:02:03.499]➜  		"en-US/mse/QueryConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryConfig.json",
2025-08-20T19:15:58.4314474Z [00:02:03.499]➜  		"en-US/mse/QueryGatewayRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryGatewayRegion.json",
2025-08-20T19:15:58.4315362Z [00:02:03.499]➜  		"en-US/mse/QueryGatewayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryGatewayType.json",
2025-08-20T19:15:58.4316514Z [00:02:03.499]➜  		"en-US/mse/QueryGovernanceKubernetesCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryGovernanceKubernetesCluster.json",
2025-08-20T19:15:58.4317421Z [00:02:03.500]➜  		"en-US/mse/QueryInstancesInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryInstancesInfo.json",
2025-08-20T19:15:58.4318227Z [00:02:03.500]➜  		"en-US/mse/QueryMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryMonitor.json",
2025-08-20T19:15:58.4319049Z [00:02:03.500]➜  		"en-US/mse/QueryNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryNamespace.json",
2025-08-20T19:15:58.4320207Z [00:02:03.500]➜  		"en-US/mse/QuerySlbSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QuerySlbSpec.json",
2025-08-20T19:15:58.4321215Z [00:02:03.500]➜  		"en-US/mse/QuerySwimmingLaneById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QuerySwimmingLaneById.json",
2025-08-20T19:15:58.4322101Z [00:02:03.500]➜  		"en-US/mse/QueryZnodeDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryZnodeDetail.json",
2025-08-20T19:15:58.4323267Z [00:02:03.500]➜  		"en-US/mse/RemoveApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/RemoveApplication.json",
2025-08-20T19:15:58.4324151Z [00:02:03.500]➜  		"en-US/mse/RemoveAuthPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/RemoveAuthPolicy.json",
2025-08-20T19:15:58.4324980Z [00:02:03.500]➜  		"en-US/mse/RestartCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/RestartCluster.json",
2025-08-20T19:15:58.4325781Z [00:02:03.500]➜  		"en-US/mse/RetryCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/RetryCluster.json",
2025-08-20T19:15:58.4326819Z [00:02:03.500]➜  		"en-US/mse/SelectGatewaySlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/SelectGatewaySlb.json",
2025-08-20T19:15:58.4327632Z [00:02:03.500]➜  		"en-US/mse/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/TagResources.json",
2025-08-20T19:15:58.4328447Z [00:02:03.500]➜  		"en-US/mse/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UntagResources.json",
2025-08-20T19:15:58.4329194Z [00:02:03.500]➜  		"en-US/mse/UpdateAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateAcl.json",
2025-08-20T19:15:58.4330060Z [00:02:03.500]➜  		"en-US/mse/UpdateAuthPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateAuthPolicy.json",
2025-08-20T19:15:58.4331002Z [00:02:03.500]➜  		"en-US/mse/UpdateBlackWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateBlackWhiteList.json",
2025-08-20T19:15:58.4332033Z [00:02:03.500]➜  		"en-US/mse/UpdateCircuitBreakerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateCircuitBreakerRule.json",
2025-08-20T19:15:58.4333163Z [00:02:03.500]➜  		"en-US/mse/UpdateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateCluster.json",
2025-08-20T19:15:58.4334044Z [00:02:03.500]➜  		"en-US/mse/UpdateClusterSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateClusterSpec.json",
2025-08-20T19:15:58.4334819Z [00:02:03.500]➜  		"en-US/mse/UpdateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateConfig.json",
2025-08-20T19:15:58.4335746Z [00:02:03.500]➜  		"en-US/mse/UpdateEngineNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateEngineNamespace.json",
2025-08-20T19:15:58.4336575Z [00:02:03.500]➜  		"en-US/mse/UpdateFlowRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateFlowRule.json",
2025-08-20T19:15:58.4337595Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayAuthConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayAuthConsumer.json",
2025-08-20T19:15:58.4338882Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayAuthConsumerResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayAuthConsumerResource.json",
2025-08-20T19:15:58.4340174Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayAuthConsumerResourceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayAuthConsumerResourceStatus.json",
2025-08-20T19:15:58.4341302Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayAuthConsumerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayAuthConsumerStatus.json",
2025-08-20T19:15:58.4342362Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayDomain.json",
2025-08-20T19:15:58.4343619Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayName.json",
2025-08-20T19:15:58.4344576Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayOption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayOption.json",
2025-08-20T19:15:58.4345465Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRoute.json",
2025-08-20T19:15:58.4346450Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayRouteAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteAuth.json",
2025-08-20T19:15:58.4347395Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayRouteCORS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteCORS.json",
2025-08-20T19:15:58.4348496Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayRouteHTTPRewrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteHTTPRewrite.json",
2025-08-20T19:15:58.4349744Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayRouteHeaderOp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteHeaderOp.json",
2025-08-20T19:15:58.4350764Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayRouteRetry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteRetry.json",
2025-08-20T19:15:58.4351804Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayRouteTimeout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteTimeout.json",
2025-08-20T19:15:58.4353059Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayRouteWafStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteWafStatus.json",
2025-08-20T19:15:58.4354066Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayServiceCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayServiceCheck.json",
2025-08-20T19:15:58.4366390Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayServiceTrafficPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayServiceTrafficPolicy.json",
2025-08-20T19:15:58.4367833Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewayServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayServiceVersion.json",
2025-08-20T19:15:58.4368746Z [00:02:03.500]➜  		"en-US/mse/UpdateGatewaySpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewaySpec.json",
2025-08-20T19:15:58.4369528Z [00:02:03.500]➜  		"en-US/mse/UpdateImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateImage.json",
2025-08-20T19:15:58.4370512Z [00:02:03.500]➜  		"en-US/mse/UpdateMessageQueueRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateMessageQueueRoute.json",
2025-08-20T19:15:58.4371449Z [00:02:03.500]➜  		"en-US/mse/UpdateMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateMigrationTask.json",
2025-08-20T19:15:58.4372330Z [00:02:03.500]➜  		"en-US/mse/UpdateNacosCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateNacosCluster.json",
2025-08-20T19:15:58.4397436Z [00:02:03.500]➜  		"en-US/mse/UpdateNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateNacosConfig.json",
2025-08-20T19:15:58.4398393Z [00:02:03.500]➜  		"en-US/mse/UpdateNacosInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateNacosInstance.json",
2025-08-20T19:15:58.4399295Z [00:02:03.500]➜  		"en-US/mse/UpdateNacosService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateNacosService.json",
2025-08-20T19:15:58.4400195Z [00:02:03.500]➜  		"en-US/mse/UpdatePluginConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdatePluginConfig.json",
2025-08-20T19:15:58.4401187Z [00:02:03.500]➜  		"en-US/mse/UpdateSSLCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateSSLCert.json",
2025-08-20T19:15:58.4402231Z [00:02:03.500]➜  		"en-US/mse/UpdateServiceSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateServiceSource.json",
2025-08-20T19:15:58.4403233Z [00:02:03.500]➜  		"en-US/mse/UpdateZnode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateZnode.json",
2025-08-20T19:15:58.4404072Z [00:02:03.500]➜  		"en-US/mse/UpgradeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpgradeCluster.json",
2025-08-20T19:15:58.4405686Z [00:02:03.500]➜  		"en-US/mse/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/version.json",
2025-08-20T19:15:58.4407382Z [00:02:03.500]➜  		"en-US/mts/ActivateMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ActivateMediaWorkflow.json",
2025-08-20T19:15:58.4409076Z [00:02:03.500]➜  		"en-US/mts/AddMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddMedia.json",
2025-08-20T19:15:58.4410611Z [00:02:03.500]➜  		"en-US/mts/AddMediaTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddMediaTag.json",
2025-08-20T19:15:58.4412667Z [00:02:03.500]➜  		"en-US/mts/AddMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddMediaWorkflow.json",
2025-08-20T19:15:58.4414331Z [00:02:03.500]➜  		"en-US/mts/AddPipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddPipeline.json",
2025-08-20T19:15:58.4416101Z [00:02:03.500]➜  		"en-US/mts/AddSmarttagTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddSmarttagTemplate.json",
2025-08-20T19:15:58.4417808Z [00:02:03.500]➜  		"en-US/mts/AddTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddTemplate.json",
2025-08-20T19:15:58.4419637Z [00:02:03.500]➜  		"en-US/mts/AddWaterMarkTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddWaterMarkTemplate.json",
2025-08-20T19:15:58.4421466Z [00:02:03.500]➜  		"en-US/mts/BindInputBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/BindInputBucket.json",
2025-08-20T19:15:58.4423533Z [00:02:03.500]➜  		"en-US/mts/BindOutputBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/BindOutputBucket.json",
2025-08-20T19:15:58.4425365Z [00:02:03.500]➜  		"en-US/mts/CancelJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/CancelJob.json",
2025-08-20T19:15:58.4427043Z [00:02:03.500]➜  		"en-US/mts/CreateCustomEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/CreateCustomEntity.json",
2025-08-20T19:15:58.4428871Z [00:02:03.500]➜  		"en-US/mts/CreateCustomGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/CreateCustomGroup.json",
2025-08-20T19:15:58.4430606Z [00:02:03.500]➜  		"en-US/mts/CreateFpShotDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/CreateFpShotDB.json",
2025-08-20T19:15:58.4432727Z [00:02:03.500]➜  		"en-US/mts/DeactivateMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeactivateMediaWorkflow.json",
2025-08-20T19:15:58.4434531Z [00:02:03.500]➜  		"en-US/mts/DeleteCustomEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteCustomEntity.json",
2025-08-20T19:15:58.4436288Z [00:02:03.500]➜  		"en-US/mts/DeleteCustomGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteCustomGroup.json",
2025-08-20T19:15:58.4437979Z [00:02:03.500]➜  		"en-US/mts/DeleteCustomView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteCustomView.json",
2025-08-20T19:15:58.4439553Z [00:02:03.500]➜  		"en-US/mts/DeleteMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteMedia.json",
2025-08-20T19:15:58.4441097Z [00:02:03.500]➜  		"en-US/mts/DeleteMediaTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteMediaTag.json",
2025-08-20T19:15:58.4443147Z [00:02:03.500]➜  		"en-US/mts/DeleteMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteMediaWorkflow.json",
2025-08-20T19:15:58.4445037Z [00:02:03.500]➜  		"en-US/mts/DeletePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeletePipeline.json",
2025-08-20T19:15:58.4446849Z [00:02:03.500]➜  		"en-US/mts/DeleteSmarttagTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteSmarttagTemplate.json",
2025-08-20T19:15:58.4448557Z [00:02:03.500]➜  		"en-US/mts/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteTemplate.json",
2025-08-20T19:15:58.4450308Z [00:02:03.500]➜  		"en-US/mts/DeleteWaterMarkTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteWaterMarkTemplate.json",
2025-08-20T19:15:58.4451970Z [00:02:03.500]➜  		"en-US/mts/ImAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ImAudit.json",
2025-08-20T19:15:58.4453820Z [00:02:03.500]➜  		"en-US/mts/ImportFpShotJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ImportFpShotJob.json",
2025-08-20T19:15:58.4455636Z [00:02:03.500]➜  		"en-US/mts/ListAllMediaBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListAllMediaBucket.json",
2025-08-20T19:15:58.4457596Z [00:02:03.500]➜  		"en-US/mts/ListCustomEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListCustomEntities.json",
2025-08-20T19:15:58.4459388Z [00:02:03.500]➜  		"en-US/mts/ListCustomGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListCustomGroups.json",
2025-08-20T19:15:58.4461113Z [00:02:03.500]➜  		"en-US/mts/ListCustomPersons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListCustomPersons.json",
2025-08-20T19:15:58.4462979Z [00:02:03.500]➜  		"en-US/mts/ListCustomViews.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListCustomViews.json",
2025-08-20T19:15:58.4464583Z [00:02:03.500]➜  		"en-US/mts/ListFpShotDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListFpShotDB.json",
2025-08-20T19:15:58.4466311Z [00:02:03.500]➜  		"en-US/mts/ListFpShotFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListFpShotFiles.json",
2025-08-20T19:15:58.4468278Z [00:02:03.500]➜  		"en-US/mts/ListFpShotImportJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListFpShotImportJob.json",
2025-08-20T19:15:58.4469932Z [00:02:03.500]➜  		"en-US/mts/ListJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListJob.json",
2025-08-20T19:15:58.4471750Z [00:02:03.500]➜  		"en-US/mts/ListMediaWorkflowExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListMediaWorkflowExecutions.json",
2025-08-20T19:15:58.4473986Z [00:02:03.500]➜  		"en-US/mts/QueryAnalysisJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryAnalysisJobList.json",
2025-08-20T19:15:58.4475892Z [00:02:03.500]➜  		"en-US/mts/QueryFpDBDeleteJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryFpDBDeleteJobList.json",
2025-08-20T19:15:58.4477936Z [00:02:03.500]➜  		"en-US/mts/QueryFpFileDeleteJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryFpFileDeleteJobList.json",
2025-08-20T19:15:58.4479864Z [00:02:03.500]➜  		"en-US/mts/QueryFpShotJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryFpShotJobList.json",
2025-08-20T19:15:58.4481726Z [00:02:03.500]➜  		"en-US/mts/QueryIProductionJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryIProductionJob.json",
2025-08-20T19:15:58.4483713Z [00:02:03.500]➜  		"en-US/mts/QueryJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryJobList.json",
2025-08-20T19:15:58.4485580Z [00:02:03.500]➜  		"en-US/mts/QueryMediaCensorJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaCensorJobDetail.json",
2025-08-20T19:15:58.4487668Z [00:02:03.500]➜  		"en-US/mts/QueryMediaCensorJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaCensorJobList.json",
2025-08-20T19:15:58.4489725Z [00:02:03.500]➜  		"en-US/mts/QueryMediaInfoJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaInfoJobList.json",
2025-08-20T19:15:58.4491493Z [00:02:03.500]➜  		"en-US/mts/QueryMediaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaList.json",
2025-08-20T19:15:58.4493471Z [00:02:03.500]➜  		"en-US/mts/QueryMediaListByURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaListByURL.json",
2025-08-20T19:15:58.4495524Z [00:02:03.500]➜  		"en-US/mts/QueryMediaWorkflowExecutionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaWorkflowExecutionList.json",
2025-08-20T19:15:58.4497604Z [00:02:03.500]➜  		"en-US/mts/QueryMediaWorkflowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaWorkflowList.json",
2025-08-20T19:15:58.4499428Z [00:02:03.500]➜  		"en-US/mts/QueryPipelineList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryPipelineList.json",
2025-08-20T19:15:58.4501296Z [00:02:03.500]➜  		"en-US/mts/QuerySmarttagJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QuerySmarttagJob.json",
2025-08-20T19:15:58.4503363Z [00:02:03.500]➜  		"en-US/mts/QuerySmarttagTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QuerySmarttagTemplateList.json",
2025-08-20T19:15:58.4505343Z [00:02:03.500]➜  		"en-US/mts/QuerySnapshotJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QuerySnapshotJobList.json",
2025-08-20T19:15:58.4507103Z [00:02:03.500]➜  		"en-US/mts/QueryTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryTemplateList.json",
2025-08-20T19:15:58.4508995Z [00:02:03.500]➜  		"en-US/mts/QueryWaterMarkTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryWaterMarkTemplateList.json",
2025-08-20T19:15:58.4510898Z [00:02:03.500]➜  		"en-US/mts/RegisterCustomFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/RegisterCustomFace.json",
2025-08-20T19:15:58.4512886Z [00:02:03.500]➜  		"en-US/mts/RegisterCustomView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/RegisterCustomView.json",
2025-08-20T19:15:58.4514869Z [00:02:03.500]➜  		"en-US/mts/ReportFpShotJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ReportFpShotJobResult.json",
2025-08-20T19:15:58.4516711Z [00:02:03.500]➜  		"en-US/mts/SearchMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SearchMediaWorkflow.json",
2025-08-20T19:15:58.4518409Z [00:02:03.500]➜  		"en-US/mts/SearchPipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SearchPipeline.json",
2025-08-20T19:15:58.4520042Z [00:02:03.500]➜  		"en-US/mts/SearchTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SearchTemplate.json",
2025-08-20T19:15:58.4521861Z [00:02:03.500]➜  		"en-US/mts/SearchWaterMarkTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SearchWaterMarkTemplate.json",
2025-08-20T19:15:58.4523868Z [00:02:03.500]➜  		"en-US/mts/SubmitAnalysisJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitAnalysisJob.json",
2025-08-20T19:15:58.4525653Z [00:02:03.500]➜  		"en-US/mts/SubmitFpDBDeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitFpDBDeleteJob.json",
2025-08-20T19:15:58.4527590Z [00:02:03.500]➜  		"en-US/mts/SubmitFpFileDeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitFpFileDeleteJob.json",
2025-08-20T19:15:58.4529443Z [00:02:03.500]➜  		"en-US/mts/SubmitFpShotJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitFpShotJob.json",
2025-08-20T19:15:58.4531262Z [00:02:03.500]➜  		"en-US/mts/SubmitIProductionJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitIProductionJob.json",
2025-08-20T19:15:58.4533417Z [00:02:03.500]➜  		"en-US/mts/SubmitJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitJobs.json",
2025-08-20T19:15:58.4535353Z [00:02:03.500]➜  		"en-US/mts/SubmitMediaCensorJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitMediaCensorJob.json",
2025-08-20T19:15:58.4537192Z [00:02:03.500]➜  		"en-US/mts/SubmitMediaInfoJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitMediaInfoJob.json",
2025-08-20T19:15:58.4539031Z [00:02:03.500]➜  		"en-US/mts/SubmitSmarttagJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitSmarttagJob.json",
2025-08-20T19:15:58.4540808Z [00:02:03.500]➜  		"en-US/mts/SubmitSnapshotJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitSnapshotJob.json",
2025-08-20T19:15:58.4572939Z [00:02:03.500]➜  		"en-US/mts/TagCustomPerson.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/TagCustomPerson.json",
2025-08-20T19:15:58.4574883Z [00:02:03.500]➜  		"en-US/mts/UnbindInputBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UnbindInputBucket.json",
2025-08-20T19:15:58.4576944Z [00:02:03.500]➜  		"en-US/mts/UnbindOutputBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UnbindOutputBucket.json",
2025-08-20T19:15:58.4578846Z [00:02:03.500]➜  		"en-US/mts/UnregisterCustomFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UnregisterCustomFace.json",
2025-08-20T19:15:58.4580506Z [00:02:03.500]➜  		"en-US/mts/UpdateMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMedia.json",
2025-08-20T19:15:58.4582158Z [00:02:03.500]➜  		"en-US/mts/UpdateMediaCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaCategory.json",
2025-08-20T19:15:58.4584086Z [00:02:03.500]➜  		"en-US/mts/UpdateMediaCover.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaCover.json",
2025-08-20T19:15:58.4585944Z [00:02:03.500]➜  		"en-US/mts/UpdateMediaPublishState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaPublishState.json",
2025-08-20T19:15:58.4587826Z [00:02:03.500]➜  		"en-US/mts/UpdateMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaWorkflow.json",
2025-08-20T19:15:58.4589990Z [00:02:03.500]➜  		"en-US/mts/UpdateMediaWorkflowTriggerMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaWorkflowTriggerMode.json",
2025-08-20T19:15:58.4591888Z [00:02:03.500]➜  		"en-US/mts/UpdatePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdatePipeline.json",
2025-08-20T19:15:58.4593851Z [00:02:03.500]➜  		"en-US/mts/UpdateSmarttagTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateSmarttagTemplate.json",
2025-08-20T19:15:58.4595595Z [00:02:03.500]➜  		"en-US/mts/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateTemplate.json",
2025-08-20T19:15:58.4597393Z [00:02:03.500]➜  		"en-US/mts/UpdateWaterMarkTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateWaterMarkTemplate.json",
2025-08-20T19:15:58.4599060Z [00:02:03.500]➜  		"en-US/mts/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/version.json",
2025-08-20T19:15:58.4600650Z [00:02:03.500]➜  		"en-US/nas/AddClientToBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/AddClientToBlackList.json",
2025-08-20T19:15:58.4602240Z [00:02:03.500]➜  		"en-US/nas/AddTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/AddTags.json",
2025-08-20T19:15:58.4604149Z [00:02:03.500]➜  		"en-US/nas/ApplyAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ApplyAutoSnapshotPolicy.json",
2025-08-20T19:15:58.4606139Z [00:02:03.500]➜  		"en-US/nas/ApplyDataFlowAutoRefresh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ApplyDataFlowAutoRefresh.json",
2025-08-20T19:15:58.4608227Z [00:02:03.500]➜  		"en-US/nas/CancelAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelAutoSnapshotPolicy.json",
2025-08-20T19:15:58.4610291Z [00:02:03.500]➜  		"en-US/nas/CancelDataFlowAutoRefresh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelDataFlowAutoRefresh.json",
2025-08-20T19:15:58.4612155Z [00:02:03.500]➜  		"en-US/nas/CancelDataFlowTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelDataFlowTask.json",
2025-08-20T19:15:58.4614030Z [00:02:03.500]➜  		"en-US/nas/CancelDirQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelDirQuota.json",
2025-08-20T19:15:58.4615889Z [00:02:03.500]➜  		"en-US/nas/CancelLifecycleRetrieveJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelLifecycleRetrieveJob.json",
2025-08-20T19:15:58.4617882Z [00:02:03.500]➜  		"en-US/nas/CancelRecycleBinJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelRecycleBinJob.json",
2025-08-20T19:15:58.4619747Z [00:02:03.500]➜  		"en-US/nas/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ChangeResourceGroup.json",
2025-08-20T19:15:58.4621758Z [00:02:03.500]➜  		"en-US/nas/CreateAccessGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateAccessGroup.json",
2025-08-20T19:15:58.4623712Z [00:02:03.500]➜  		"en-US/nas/CreateAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateAccessRule.json",
2025-08-20T19:15:58.4625466Z [00:02:03.500]➜  		"en-US/nas/CreateAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateAutoSnapshotPolicy.json",
2025-08-20T19:15:58.4627256Z [00:02:03.500]➜  		"en-US/nas/CreateDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateDataFlow.json",
2025-08-20T19:15:58.4628946Z [00:02:03.500]➜  		"en-US/nas/CreateDataFlowTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateDataFlowTask.json",
2025-08-20T19:15:58.4630554Z [00:02:03.500]➜  		"en-US/nas/CreateFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateFile.json",
2025-08-20T19:15:58.4632367Z [00:02:03.500]➜  		"en-US/nas/CreateFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateFileSystem.json",
2025-08-20T19:15:58.4634263Z [00:02:03.500]➜  		"en-US/nas/CreateFileset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateFileset.json",
2025-08-20T19:15:58.4635908Z [00:02:03.500]➜  		"en-US/nas/CreateLDAPConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateLDAPConfig.json",
2025-08-20T19:15:58.4637695Z [00:02:03.500]➜  		"en-US/nas/CreateLifecyclePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateLifecyclePolicy.json",
2025-08-20T19:15:58.4639659Z [00:02:03.500]➜  		"en-US/nas/CreateLifecycleRetrieveJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateLifecycleRetrieveJob.json",
2025-08-20T19:15:58.4641542Z [00:02:03.500]➜  		"en-US/nas/CreateLogAnalysis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateLogAnalysis.json",
2025-08-20T19:15:58.4643445Z [00:02:03.500]➜  		"en-US/nas/CreateMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateMountTarget.json",
2025-08-20T19:15:58.4645261Z [00:02:03.500]➜  		"en-US/nas/CreateProtocolMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateProtocolMountTarget.json",
2025-08-20T19:15:58.4647187Z [00:02:03.500]➜  		"en-US/nas/CreateProtocolService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateProtocolService.json",
2025-08-20T19:15:58.4649064Z [00:02:03.501]➜  		"en-US/nas/CreateRecycleBinDeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateRecycleBinDeleteJob.json",
2025-08-20T19:15:58.4651055Z [00:02:03.501]➜  		"en-US/nas/CreateRecycleBinRestoreJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateRecycleBinRestoreJob.json",
2025-08-20T19:15:58.4653359Z [00:02:03.501]➜  		"en-US/nas/CreateSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateSnapshot.json",
2025-08-20T19:15:58.4655083Z [00:02:03.501]➜  		"en-US/nas/DeleteAccessGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteAccessGroup.json",
2025-08-20T19:15:58.4656790Z [00:02:03.501]➜  		"en-US/nas/DeleteAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteAccessRule.json",
2025-08-20T19:15:58.4658642Z [00:02:03.501]➜  		"en-US/nas/DeleteAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteAutoSnapshotPolicy.json",
2025-08-20T19:15:58.4660471Z [00:02:03.501]➜  		"en-US/nas/DeleteDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteDataFlow.json",
2025-08-20T19:15:58.4662123Z [00:02:03.501]➜  		"en-US/nas/DeleteFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteFileSystem.json",
2025-08-20T19:15:58.4663982Z [00:02:03.501]➜  		"en-US/nas/DeleteFileset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteFileset.json",
2025-08-20T19:15:58.4665762Z [00:02:03.501]➜  		"en-US/nas/DeleteLDAPConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteLDAPConfig.json",
2025-08-20T19:15:58.4667562Z [00:02:03.501]➜  		"en-US/nas/DeleteLifecyclePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteLifecyclePolicy.json",
2025-08-20T19:15:58.4669350Z [00:02:03.501]➜  		"en-US/nas/DeleteLogAnalysis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteLogAnalysis.json",
2025-08-20T19:15:58.4671054Z [00:02:03.501]➜  		"en-US/nas/DeleteMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteMountTarget.json",
2025-08-20T19:15:58.4673100Z [00:02:03.501]➜  		"en-US/nas/DeleteProtocolMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteProtocolMountTarget.json",
2025-08-20T19:15:58.4675031Z [00:02:03.501]➜  		"en-US/nas/DeleteProtocolService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteProtocolService.json",
2025-08-20T19:15:58.4676949Z [00:02:03.501]➜  		"en-US/nas/DeleteSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteSnapshot.json",
2025-08-20T19:15:58.4678633Z [00:02:03.501]➜  		"en-US/nas/DescribeAccessGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeAccessGroups.json",
2025-08-20T19:15:58.4680428Z [00:02:03.501]➜  		"en-US/nas/DescribeAccessRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeAccessRules.json",
2025-08-20T19:15:58.4682584Z [00:02:03.501]➜  		"en-US/nas/DescribeAutoSnapshotPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeAutoSnapshotPolicies.json",
2025-08-20T19:15:58.4684666Z [00:02:03.501]➜  		"en-US/nas/DescribeAutoSnapshotTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeAutoSnapshotTasks.json",
2025-08-20T19:15:58.4686758Z [00:02:03.501]➜  		"en-US/nas/DescribeBlackListClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeBlackListClients.json",
2025-08-20T19:15:58.4688648Z [00:02:03.501]➜  		"en-US/nas/DescribeDataFlowTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeDataFlowTasks.json",
2025-08-20T19:15:58.4690410Z [00:02:03.501]➜  		"en-US/nas/DescribeDataFlows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeDataFlows.json",
2025-08-20T19:15:58.4692142Z [00:02:03.501]➜  		"en-US/nas/DescribeDirQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeDirQuotas.json",
2025-08-20T19:15:58.4694319Z [00:02:03.501]➜  		"en-US/nas/DescribeFileSystemStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeFileSystemStatistics.json",
2025-08-20T19:15:58.4696436Z [00:02:03.501]➜  		"en-US/nas/DescribeFileSystems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeFileSystems.json",
2025-08-20T19:15:58.4698225Z [00:02:03.501]➜  		"en-US/nas/DescribeFilesets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeFilesets.json",
2025-08-20T19:15:58.4700115Z [00:02:03.501]➜  		"en-US/nas/DescribeLifecyclePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeLifecyclePolicies.json",
2025-08-20T19:15:58.4701952Z [00:02:03.501]➜  		"en-US/nas/DescribeLogAnalysis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeLogAnalysis.json",
2025-08-20T19:15:58.4703893Z [00:02:03.501]➜  		"en-US/nas/DescribeMountTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeMountTargets.json",
2025-08-20T19:15:58.4705768Z [00:02:03.501]➜  		"en-US/nas/DescribeMountedClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeMountedClients.json",
2025-08-20T19:15:58.4707524Z [00:02:03.501]➜  		"en-US/nas/DescribeNfsAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeNfsAcl.json",
2025-08-20T19:15:58.4709536Z [00:02:03.501]➜  		"en-US/nas/DescribeProtocolMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeProtocolMountTarget.json",
2025-08-20T19:15:58.4711543Z [00:02:03.501]➜  		"en-US/nas/DescribeProtocolService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeProtocolService.json",
2025-08-20T19:15:58.4713559Z [00:02:03.501]➜  		"en-US/nas/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeRegions.json",
2025-08-20T19:15:58.4715183Z [00:02:03.501]➜  		"en-US/nas/DescribeSmbAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeSmbAcl.json",
2025-08-20T19:15:58.4716787Z [00:02:03.501]➜  		"en-US/nas/DescribeSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeSnapshots.json",
2025-08-20T19:15:58.4718616Z [00:02:03.501]➜  		"en-US/nas/DescribeStoragePackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeStoragePackages.json",
2025-08-20T19:15:58.4720561Z [00:02:03.501]➜  		"en-US/nas/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeZones.json",
2025-08-20T19:15:58.4722606Z [00:02:03.501]➜  		"en-US/nas/DisableAndCleanRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DisableAndCleanRecycleBin.json",
2025-08-20T19:15:58.4724366Z [00:02:03.501]➜  		"en-US/nas/DisableNfsAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DisableNfsAcl.json",
2025-08-20T19:15:58.4725733Z [00:02:03.501]➜  		"en-US/nas/DisableSmbAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DisableSmbAcl.json",
2025-08-20T19:15:58.4727149Z [00:02:03.501]➜  		"en-US/nas/EnableNfsAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/EnableNfsAcl.json",
2025-08-20T19:15:58.4728612Z [00:02:03.501]➜  		"en-US/nas/EnableRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/EnableRecycleBin.json",
2025-08-20T19:15:58.4730265Z [00:02:03.501]➜  		"en-US/nas/EnableSmbAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/EnableSmbAcl.json",
2025-08-20T19:15:58.4731930Z [00:02:03.501]➜  		"en-US/nas/GetDirectoryOrFileProperties.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/GetDirectoryOrFileProperties.json",
2025-08-20T19:15:58.4734061Z [00:02:03.501]➜  		"en-US/nas/GetRecycleBinAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/GetRecycleBinAttribute.json",
2025-08-20T19:15:58.4736018Z [00:02:03.501]➜  		"en-US/nas/ListDirectoriesAndFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListDirectoriesAndFiles.json",
2025-08-20T19:15:58.4738039Z [00:02:03.501]➜  		"en-US/nas/ListLifecycleRetrieveJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListLifecycleRetrieveJobs.json",
2025-08-20T19:15:58.4740368Z [00:02:03.501]➜  		"en-US/nas/ListRecentlyRecycledDirectories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListRecentlyRecycledDirectories.json",
2025-08-20T19:15:58.4742649Z [00:02:03.501]➜  		"en-US/nas/ListRecycleBinJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListRecycleBinJobs.json",
2025-08-20T19:15:58.4744681Z [00:02:03.501]➜  		"en-US/nas/ListRecycledDirectoriesAndFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListRecycledDirectoriesAndFiles.json",
2025-08-20T19:15:58.4746738Z [00:02:03.501]➜  		"en-US/nas/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListTagResources.json",
2025-08-20T19:15:58.4748576Z [00:02:03.501]➜  		"en-US/nas/ModifyAccessGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyAccessGroup.json",
2025-08-20T19:15:58.4750346Z [00:02:03.501]➜  		"en-US/nas/ModifyAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyAccessRule.json",
2025-08-20T19:15:58.4752286Z [00:02:03.501]➜  		"en-US/nas/ModifyAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyAutoSnapshotPolicy.json",
2025-08-20T19:15:58.4754550Z [00:02:03.501]➜  		"en-US/nas/ModifyDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyDataFlow.json",
2025-08-20T19:15:58.4756425Z [00:02:03.501]➜  		"en-US/nas/ModifyDataFlowAutoRefresh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyDataFlowAutoRefresh.json",
2025-08-20T19:15:58.4758252Z [00:02:03.501]➜  		"en-US/nas/ModifyFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyFileSystem.json",
2025-08-20T19:15:58.4759921Z [00:02:03.501]➜  		"en-US/nas/ModifyFileset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyFileset.json",
2025-08-20T19:15:58.4761560Z [00:02:03.501]➜  		"en-US/nas/ModifyLDAPConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyLDAPConfig.json",
2025-08-20T19:15:58.4763620Z [00:02:03.501]➜  		"en-US/nas/ModifyLifecyclePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyLifecyclePolicy.json",
2025-08-20T19:15:58.4765587Z [00:02:03.501]➜  		"en-US/nas/ModifyMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyMountTarget.json",
2025-08-20T19:15:58.4767483Z [00:02:03.501]➜  		"en-US/nas/ModifyProtocolMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyProtocolMountTarget.json",
2025-08-20T19:15:58.4769385Z [00:02:03.501]➜  		"en-US/nas/ModifyProtocolService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyProtocolService.json",
2025-08-20T19:15:58.4771073Z [00:02:03.501]➜  		"en-US/nas/ModifySmbAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifySmbAcl.json",
2025-08-20T19:15:58.4772851Z [00:02:03.501]➜  		"en-US/nas/OpenNASService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/OpenNASService.json",
2025-08-20T19:15:58.4774941Z [00:02:03.501]➜  		"en-US/nas/RemoveClientFromBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/RemoveClientFromBlackList.json",
2025-08-20T19:15:58.4776831Z [00:02:03.501]➜  		"en-US/nas/RemoveTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/RemoveTags.json",
2025-08-20T19:15:58.4778557Z [00:02:03.501]➜  		"en-US/nas/ResetFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ResetFileSystem.json",
2025-08-20T19:15:58.4780489Z [00:02:03.501]➜  		"en-US/nas/RetryLifecycleRetrieveJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/RetryLifecycleRetrieveJob.json",
2025-08-20T19:15:58.4782329Z [00:02:03.501]➜  		"en-US/nas/SetDirQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/SetDirQuota.json",
2025-08-20T19:15:58.4784192Z [00:02:03.501]➜  		"en-US/nas/StartDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/StartDataFlow.json",
2025-08-20T19:15:58.4785983Z [00:02:03.501]➜  		"en-US/nas/StopDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/StopDataFlow.json",
2025-08-20T19:15:58.4787507Z [00:02:03.501]➜  		"en-US/nas/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/TagResources.json",
2025-08-20T19:15:58.4789095Z [00:02:03.501]➜  		"en-US/nas/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/UntagResources.json",
2025-08-20T19:15:58.4790950Z [00:02:03.501]➜  		"en-US/nas/UpdateRecycleBinAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/UpdateRecycleBinAttribute.json",
2025-08-20T19:15:58.4793129Z [00:02:03.501]➜  		"en-US/nas/UpgradeFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/UpgradeFileSystem.json",
2025-08-20T19:15:58.4794742Z [00:02:03.501]➜  		"en-US/nas/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/version.json",
2025-08-20T19:15:58.4796543Z [00:02:03.501]➜  		"en-US/nlb/AddServersToServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/AddServersToServerGroup.json",
2025-08-20T19:15:58.4799198Z [00:02:03.501]➜  		"en-US/nlb/AssociateAdditionalCertificatesWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:58.4802003Z [00:02:03.501]➜  		"en-US/nlb/AttachCommonBandwidthPackageToLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/AttachCommonBandwidthPackageToLoadBalancer.json",
2025-08-20T19:15:58.4804596Z [00:02:03.501]➜  		"en-US/nlb/CancelShiftLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CancelShiftLoadBalancerZones.json",
2025-08-20T19:15:58.4806524Z [00:02:03.501]➜  		"en-US/nlb/CreateListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CreateListener.json",
2025-08-20T19:15:58.4808234Z [00:02:03.501]➜  		"en-US/nlb/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CreateLoadBalancer.json",
2025-08-20T19:15:58.4810034Z [00:02:03.501]➜  		"en-US/nlb/CreateSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CreateSecurityPolicy.json",
2025-08-20T19:15:58.4811993Z [00:02:03.501]➜  		"en-US/nlb/CreateServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CreateServerGroup.json",
2025-08-20T19:15:58.4813896Z [00:02:03.501]➜  		"en-US/nlb/DeleteListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DeleteListener.json",
2025-08-20T19:15:58.4815625Z [00:02:03.501]➜  		"en-US/nlb/DeleteLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DeleteLoadBalancer.json",
2025-08-20T19:15:58.4817394Z [00:02:03.501]➜  		"en-US/nlb/DeleteSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DeleteSecurityPolicy.json",
2025-08-20T19:15:58.4819169Z [00:02:03.501]➜  		"en-US/nlb/DeleteServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DeleteServerGroup.json",
2025-08-20T19:15:58.4821011Z [00:02:03.501]➜  		"en-US/nlb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DescribeRegions.json",
2025-08-20T19:15:58.4822834Z [00:02:03.501]➜  		"en-US/nlb/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DescribeZones.json",
2025-08-20T19:15:58.4825023Z [00:02:03.501]➜  		"en-US/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json",
2025-08-20T19:15:58.4827457Z [00:02:03.501]➜  		"en-US/nlb/DisableLoadBalancerIpv6Internet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DisableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:58.4830114Z [00:02:03.501]➜  		"en-US/nlb/DisassociateAdditionalCertificatesWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DisassociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:58.4833718Z [00:02:03.501]➜  		"en-US/nlb/EnableLoadBalancerIpv6Internet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/EnableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:58.4835671Z [00:02:03.501]➜  		"en-US/nlb/GetJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/GetJobStatus.json",
2025-08-20T19:15:58.4837393Z [00:02:03.501]➜  		"en-US/nlb/GetListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/GetListenerAttribute.json",
2025-08-20T19:15:58.4839291Z [00:02:03.501]➜  		"en-US/nlb/GetListenerHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/GetListenerHealthStatus.json",
2025-08-20T19:15:58.4841431Z [00:02:03.501]➜  		"en-US/nlb/GetLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/GetLoadBalancerAttribute.json",
2025-08-20T19:15:58.4843794Z [00:02:03.501]➜  		"en-US/nlb/ListListenerCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListListenerCertificates.json",
2025-08-20T19:15:58.4845845Z [00:02:03.501]➜  		"en-US/nlb/ListListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListListeners.json",
2025-08-20T19:15:58.4847590Z [00:02:03.501]➜  		"en-US/nlb/ListLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListLoadBalancers.json",
2025-08-20T19:15:58.4849401Z [00:02:03.501]➜  		"en-US/nlb/ListSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListSecurityPolicy.json",
2025-08-20T19:15:58.4851338Z [00:02:03.501]➜  		"en-US/nlb/ListServerGroupServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListServerGroupServers.json",
2025-08-20T19:15:58.4853365Z [00:02:03.501]➜  		"en-US/nlb/ListServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListServerGroups.json",
2025-08-20T19:15:58.4855228Z [00:02:03.501]➜  		"en-US/nlb/ListSystemSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListSystemSecurityPolicy.json",
2025-08-20T19:15:58.4857156Z [00:02:03.501]➜  		"en-US/nlb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListTagResources.json",
2025-08-20T19:15:58.4859345Z [00:02:03.501]➜  		"en-US/nlb/LoadBalancerJoinSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/LoadBalancerJoinSecurityGroup.json",
2025-08-20T19:15:58.4861564Z [00:02:03.501]➜  		"en-US/nlb/LoadBalancerLeaveSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/LoadBalancerLeaveSecurityGroup.json",
2025-08-20T19:15:58.4863765Z [00:02:03.501]➜  		"en-US/nlb/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/MoveResourceGroup.json",
2025-08-20T19:15:58.4865725Z [00:02:03.501]➜  		"en-US/nlb/RemoveServersFromServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/RemoveServersFromServerGroup.json",
2025-08-20T19:15:58.4867759Z [00:02:03.501]➜  		"en-US/nlb/StartListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/StartListener.json",
2025-08-20T19:15:58.4869777Z [00:02:03.501]➜  		"en-US/nlb/StartShiftLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/StartShiftLoadBalancerZones.json",
2025-08-20T19:15:58.4871735Z [00:02:03.501]➜  		"en-US/nlb/StopListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/StopListener.json",
2025-08-20T19:15:58.4873632Z [00:02:03.501]➜  		"en-US/nlb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/TagResources.json",
2025-08-20T19:15:58.4875302Z [00:02:03.501]➜  		"en-US/nlb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UntagResources.json",
2025-08-20T19:15:58.4877089Z [00:02:03.501]➜  		"en-US/nlb/UpdateListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateListenerAttribute.json",
2025-08-20T19:15:58.4879308Z [00:02:03.501]➜  		"en-US/nlb/UpdateLoadBalancerAddressTypeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateLoadBalancerAddressTypeConfig.json",
2025-08-20T19:15:58.4881581Z [00:02:03.501]➜  		"en-US/nlb/UpdateLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:15:58.4883959Z [00:02:03.501]➜  		"en-US/nlb/UpdateLoadBalancerProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateLoadBalancerProtection.json",
2025-08-20T19:15:58.4885964Z [00:02:03.501]➜  		"en-US/nlb/UpdateLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateLoadBalancerZones.json",
2025-08-20T19:15:58.4887983Z [00:02:03.501]➜  		"en-US/nlb/UpdateSecurityPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateSecurityPolicyAttribute.json",
2025-08-20T19:15:58.4890084Z [00:02:03.501]➜  		"en-US/nlb/UpdateServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateServerGroupAttribute.json",
2025-08-20T19:15:58.4892642Z [00:02:03.501]➜  		"en-US/nlb/UpdateServerGroupServersAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateServerGroupServersAttribute.json",
2025-08-20T19:15:58.4894631Z [00:02:03.501]➜  		"en-US/nlb/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/version.json",
2025-08-20T19:15:58.4896263Z [00:02:03.501]➜  		"en-US/objectdet/DetectIPCObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectIPCObject.json",
2025-08-20T19:15:58.4898203Z [00:02:03.501]➜  		"en-US/objectdet/DetectKitchenAnimals.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectKitchenAnimals.json",
2025-08-20T19:15:58.4900195Z [00:02:03.501]➜  		"en-US/objectdet/DetectMainBody.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectMainBody.json",
2025-08-20T19:15:58.4902127Z [00:02:03.501]➜  		"en-US/objectdet/DetectObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectObject.json",
2025-08-20T19:15:58.4904371Z [00:02:03.501]➜  		"en-US/objectdet/DetectVehicleICongestion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectVehicleICongestion.json",
2025-08-20T19:15:58.4906688Z [00:02:03.501]➜  		"en-US/objectdet/DetectVehicleIllegalParking.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectVehicleIllegalParking.json",
2025-08-20T19:15:58.4908805Z [00:02:03.501]➜  		"en-US/objectdet/DetectVideoIPCObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectVideoIPCObject.json",
2025-08-20T19:15:58.4910824Z [00:02:03.501]➜  		"en-US/objectdet/DetectWhiteBaseImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectWhiteBaseImage.json",
2025-08-20T19:15:58.4913297Z [00:02:03.501]➜  		"en-US/objectdet/DetectWorkwear.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectWorkwear.json",
2025-08-20T19:15:58.4915408Z [00:02:03.501]➜  		"en-US/objectdet/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/GetAsyncJobResult.json",
2025-08-20T19:15:58.4917221Z [00:02:03.501]➜  		"en-US/objectdet/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/version.json",
2025-08-20T19:15:58.4919267Z [00:02:03.501]➜  		"en-US/oceanbasepro/CancelProjectModifyRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CancelProjectModifyRecord.json",
2025-08-20T19:15:58.4921614Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateBackupSetDownloadLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateBackupSetDownloadLink.json",
2025-08-20T19:15:58.4923937Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateDatabase.json",
2025-08-20T19:15:58.4925797Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateInstance.json",
2025-08-20T19:15:58.4927625Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateLabel.json",
2025-08-20T19:15:58.4929597Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateMySqlDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateMySqlDataSource.json",
2025-08-20T19:15:58.4931827Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateOceanBaseDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateOceanBaseDataSource.json",
2025-08-20T19:15:58.4934397Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateOmsMysqlDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateOmsMysqlDataSource.json",
2025-08-20T19:15:58.4936742Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateOmsOpenAPIProject.json",
2025-08-20T19:15:58.4938987Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateProject.json",
2025-08-20T19:15:58.4941280Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateProjectModifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateProjectModifyRecords.json",
2025-08-20T19:15:58.4943880Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateRdsPostgreSQLDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateRdsPostgreSQLDataSource.json",
2025-08-20T19:15:58.4946197Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateSecurityIpGroup.json",
2025-08-20T19:15:58.4948163Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateTenant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateTenant.json",
2025-08-20T19:15:58.4950308Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateTenantReadOnlyConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateTenantReadOnlyConnection.json",
2025-08-20T19:15:58.4952908Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateTenantSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateTenantSecurityIpGroup.json",
2025-08-20T19:15:58.4955073Z [00:02:03.501]➜  		"en-US/oceanbasepro/CreateTenantUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateTenantUser.json",
2025-08-20T19:15:58.4956999Z [00:02:03.501]➜  		"en-US/oceanbasepro/DeleteDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteDataSource.json",
2025-08-20T19:15:58.4958929Z [00:02:03.501]➜  		"en-US/oceanbasepro/DeleteDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteDatabases.json",
2025-08-20T19:15:58.4960971Z [00:02:03.501]➜  		"en-US/oceanbasepro/DeleteInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteInstances.json",
2025-08-20T19:15:58.4963340Z [00:02:03.501]➜  		"en-US/oceanbasepro/DeleteOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteOmsOpenAPIProject.json",
2025-08-20T19:15:58.4965374Z [00:02:03.501]➜  		"en-US/oceanbasepro/DeleteProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteProject.json",
2025-08-20T19:15:58.4967346Z [00:02:03.502]➜  		"en-US/oceanbasepro/DeleteSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteSecurityIpGroup.json",
2025-08-20T19:15:58.4969607Z [00:02:03.502]➜  		"en-US/oceanbasepro/DeleteTenantSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteTenantSecurityIpGroup.json",
2025-08-20T19:15:58.4971780Z [00:02:03.502]➜  		"en-US/oceanbasepro/DeleteTenantUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteTenantUsers.json",
2025-08-20T19:15:58.4973873Z [00:02:03.502]➜  		"en-US/oceanbasepro/DeleteTenants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteTenants.json",
2025-08-20T19:15:58.4975877Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeAnomalySQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAnomalySQLList.json",
2025-08-20T19:15:58.4978132Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeAvailableCpuResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAvailableCpuResource.json",
2025-08-20T19:15:58.4980474Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeAvailableMemResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAvailableMemResource.json",
2025-08-20T19:15:58.4982901Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeAvailableSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAvailableSpec.json",
2025-08-20T19:15:58.4985129Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeAvailableZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAvailableZone.json",
2025-08-20T19:15:58.4987239Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeCharset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeCharset.json",
2025-08-20T19:15:58.4989283Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeDataBackupSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeDataBackupSet.json",
2025-08-20T19:15:58.4991433Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeDatabases.json",
2025-08-20T19:15:58.4993631Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstance.json",
2025-08-20T19:15:58.4995865Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeInstanceCreatableZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceCreatableZone.json",
2025-08-20T19:15:58.4998165Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceSSL.json",
2025-08-20T19:15:58.5000587Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeInstanceSecurityConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceSecurityConfigs.json",
2025-08-20T19:15:58.5003116Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeInstanceTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceTags.json",
2025-08-20T19:15:58.5005446Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeInstanceTenantModes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceTenantModes.json",
2025-08-20T19:15:58.5007916Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeInstanceTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceTopology.json",
2025-08-20T19:15:58.5010217Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstances.json",
2025-08-20T19:15:58.5012293Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeMetricsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeMetricsData.json",
2025-08-20T19:15:58.5014592Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeNodeMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeNodeMetrics.json",
2025-08-20T19:15:58.5016776Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeOasAnomalySQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasAnomalySQLList.json",
2025-08-20T19:15:58.5018985Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeOasSQLDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasSQLDetails.json",
2025-08-20T19:15:58.5021214Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeOasSQLHistoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasSQLHistoryList.json",
2025-08-20T19:15:58.5023512Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeOasSQLPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasSQLPlans.json",
2025-08-20T19:15:58.5025639Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeOasSlowSQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasSlowSQLList.json",
2025-08-20T19:15:58.5027832Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeOasTopSQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasTopSQLList.json",
2025-08-20T19:15:58.5030095Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOmsOpenAPIProject.json",
2025-08-20T19:15:58.5032950Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeOmsOpenAPIProjectSteps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOmsOpenAPIProjectSteps.json",
2025-08-20T19:15:58.5035490Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeOutlineBinding.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOutlineBinding.json",
2025-08-20T19:15:58.5037633Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeParameters.json",
2025-08-20T19:15:58.5039843Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeParametersHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeParametersHistory.json",
2025-08-20T19:15:58.5041950Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProject.json",
2025-08-20T19:15:58.5044343Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeProjectComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProjectComponents.json",
2025-08-20T19:15:58.5046612Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeProjectProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProjectProgress.json",
2025-08-20T19:15:58.5048867Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeProjectStepMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProjectStepMetric.json",
2025-08-20T19:15:58.5051044Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeProjectSteps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProjectSteps.json",
2025-08-20T19:15:58.5053687Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeRecommendIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeRecommendIndex.json",
2025-08-20T19:15:58.5055941Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeSQLDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSQLDetails.json",
2025-08-20T19:15:58.5058074Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeSQLHistoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSQLHistoryList.json",
2025-08-20T19:15:58.5060158Z [00:02:03.502]➜  		"en-US/oceanbasepro/DescribeSQLPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSQLPlans.json",
2025-08-20T19:15:58.5062177Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeSQLSamples.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSQLSamples.json",
2025-08-20T19:15:58.5064582Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeSampleSqlRawTexts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSampleSqlRawTexts.json",
2025-08-20T19:15:58.5066952Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeSecurityIpGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSecurityIpGroups.json",
2025-08-20T19:15:58.5069380Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeSlowSQLHistoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSlowSQLHistoryList.json",
2025-08-20T19:15:58.5071611Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeSlowSQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSlowSQLList.json",
2025-08-20T19:15:58.5073823Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeTenant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenant.json",
2025-08-20T19:15:58.5075952Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeTenantEncryption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantEncryption.json",
2025-08-20T19:15:58.5078137Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeTenantMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantMetrics.json",
2025-08-20T19:15:58.5080587Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeTenantSecurityConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantSecurityConfigs.json",
2025-08-20T19:15:58.5083349Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeTenantSecurityIpGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantSecurityIpGroups.json",
2025-08-20T19:15:58.5085615Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeTenantTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantTags.json",
2025-08-20T19:15:58.5087737Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeTenantUserRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantUserRoles.json",
2025-08-20T19:15:58.5089875Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeTenantUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantUsers.json",
2025-08-20T19:15:58.5092042Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeTenantZonesRead.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantZonesRead.json",
2025-08-20T19:15:58.5094369Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeTenants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenants.json",
2025-08-20T19:15:58.5096449Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeTimeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTimeZones.json",
2025-08-20T19:15:58.5098537Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeTopSQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTopSQLList.json",
2025-08-20T19:15:58.5100530Z [00:02:03.503]➜  		"en-US/oceanbasepro/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeZones.json",
2025-08-20T19:15:58.5102940Z [00:02:03.503]➜  		"en-US/oceanbasepro/GetUploadOssUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/GetUploadOssUrl.json",
2025-08-20T19:15:58.5105152Z [00:02:03.503]➜  		"en-US/oceanbasepro/KillProcessList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/KillProcessList.json",
2025-08-20T19:15:58.5107091Z [00:02:03.503]➜  		"en-US/oceanbasepro/ListAllLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListAllLabels.json",
2025-08-20T19:15:58.5109101Z [00:02:03.503]➜  		"en-US/oceanbasepro/ListDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListDataSource.json",
2025-08-20T19:15:58.5111306Z [00:02:03.503]➜  		"en-US/oceanbasepro/ListProjectFullVerifyResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListProjectFullVerifyResult.json",
2025-08-20T19:15:58.5113913Z [00:02:03.503]➜  		"en-US/oceanbasepro/ListProjectModifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListProjectModifyRecords.json",
2025-08-20T19:15:58.5116128Z [00:02:03.503]➜  		"en-US/oceanbasepro/ListProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListProjects.json",
2025-08-20T19:15:58.5118136Z [00:02:03.503]➜  		"en-US/oceanbasepro/ListWorkerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListWorkerInstances.json",
2025-08-20T19:15:58.5120382Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyDatabaseDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyDatabaseDescription.json",
2025-08-20T19:15:58.5122953Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyDatabaseUserRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyDatabaseUserRoles.json",
2025-08-20T19:15:58.5125160Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceName.json",
2025-08-20T19:15:58.5127300Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyInstanceNodeNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceNodeNum.json",
2025-08-20T19:15:58.5129539Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceSpec.json",
2025-08-20T19:15:58.5131561Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyInstanceTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceTags.json",
2025-08-20T19:15:58.5134014Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyInstanceTemporaryCapacity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceTemporaryCapacity.json",
2025-08-20T19:15:58.5136246Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyParameters.json",
2025-08-20T19:15:58.5138254Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifySecurityIps.json",
2025-08-20T19:15:58.5140378Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyTenantEncryption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantEncryption.json",
2025-08-20T19:15:58.5142734Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyTenantPrimaryZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantPrimaryZone.json",
2025-08-20T19:15:58.5144837Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyTenantResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantResource.json",
2025-08-20T19:15:58.5147036Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyTenantSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantSecurityIpGroup.json",
2025-08-20T19:15:58.5149282Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyTenantTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantTags.json",
2025-08-20T19:15:58.5151628Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyTenantUserDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantUserDescription.json",
2025-08-20T19:15:58.5154197Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyTenantUserPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantUserPassword.json",
2025-08-20T19:15:58.5156484Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyTenantUserRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantUserRoles.json",
2025-08-20T19:15:58.5158700Z [00:02:03.503]➜  		"en-US/oceanbasepro/ModifyTenantUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantUserStatus.json",
2025-08-20T19:15:58.5161047Z [00:02:03.503]➜  		"en-US/oceanbasepro/ReleaseOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ReleaseOmsOpenAPIProject.json",
2025-08-20T19:15:58.5163514Z [00:02:03.503]➜  		"en-US/oceanbasepro/ReleaseProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ReleaseProject.json",
2025-08-20T19:15:58.5165618Z [00:02:03.503]➜  		"en-US/oceanbasepro/ReleaseWorkerInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ReleaseWorkerInstance.json",
2025-08-20T19:15:58.5167831Z [00:02:03.503]➜  		"en-US/oceanbasepro/ResetOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ResetOmsOpenAPIProject.json",
2025-08-20T19:15:58.5170078Z [00:02:03.503]➜  		"en-US/oceanbasepro/ResumeOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ResumeOmsOpenAPIProject.json",
2025-08-20T19:15:58.5172177Z [00:02:03.503]➜  		"en-US/oceanbasepro/ResumeProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ResumeProject.json",
2025-08-20T19:15:58.5174713Z [00:02:03.503]➜  		"en-US/oceanbasepro/RetryProjectModifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/RetryProjectModifyRecords.json",
2025-08-20T19:15:58.5177416Z [00:02:03.503]➜  		"en-US/oceanbasepro/SearchOmsOpenAPIMonitorMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/SearchOmsOpenAPIMonitorMetric.json",
2025-08-20T19:15:58.5179879Z [00:02:03.503]➜  		"en-US/oceanbasepro/SearchOmsOpenAPIProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/SearchOmsOpenAPIProjects.json",
2025-08-20T19:15:58.5182182Z [00:02:03.503]➜  		"en-US/oceanbasepro/StartOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StartOmsOpenAPIProject.json",
2025-08-20T19:15:58.5184412Z [00:02:03.503]➜  		"en-US/oceanbasepro/StartProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StartProject.json",
2025-08-20T19:15:58.5186463Z [00:02:03.503]➜  		"en-US/oceanbasepro/StartProjectsByLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StartProjectsByLabel.json",
2025-08-20T19:15:58.5188642Z [00:02:03.503]➜  		"en-US/oceanbasepro/StopOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StopOmsOpenAPIProject.json",
2025-08-20T19:15:58.5190738Z [00:02:03.503]➜  		"en-US/oceanbasepro/StopProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StopProject.json",
2025-08-20T19:15:58.5192991Z [00:02:03.503]➜  		"en-US/oceanbasepro/StopProjectModifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StopProjectModifyRecords.json",
2025-08-20T19:15:58.5195225Z [00:02:03.503]➜  		"en-US/oceanbasepro/StopProjectsByLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StopProjectsByLabel.json",
2025-08-20T19:15:58.5197489Z [00:02:03.503]➜  		"en-US/oceanbasepro/SwitchoverInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/SwitchoverInstance.json",
2025-08-20T19:15:58.5199448Z [00:02:03.503]➜  		"en-US/oceanbasepro/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/version.json",
2025-08-20T19:15:58.5201140Z [00:02:03.503]➜  		"en-US/ocr/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/GetAsyncJobResult.json",
2025-08-20T19:15:58.5203057Z [00:02:03.503]➜  		"en-US/ocr/RecognizeBankCard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeBankCard.json",
2025-08-20T19:15:58.5204931Z [00:02:03.503]➜  		"en-US/ocr/RecognizeBusinessLicense.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeBusinessLicense.json",
2025-08-20T19:15:58.5206881Z [00:02:03.503]➜  		"en-US/ocr/RecognizeCharacter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeCharacter.json",
2025-08-20T19:15:58.5208744Z [00:02:03.503]➜  		"en-US/ocr/RecognizeDriverLicense.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeDriverLicense.json",
2025-08-20T19:15:58.5210834Z [00:02:03.503]➜  		"en-US/ocr/RecognizeDrivingLicense.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeDrivingLicense.json",
2025-08-20T19:15:58.5212861Z [00:02:03.503]➜  		"en-US/ocr/RecognizeIdentityCard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeIdentityCard.json",
2025-08-20T19:15:58.5214690Z [00:02:03.503]➜  		"en-US/ocr/RecognizeLicensePlate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeLicensePlate.json",
2025-08-20T19:15:58.5216371Z [00:02:03.503]➜  		"en-US/ocr/RecognizePdf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizePdf.json",
2025-08-20T19:15:58.5217996Z [00:02:03.503]➜  		"en-US/ocr/RecognizeQrCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeQrCode.json",
2025-08-20T19:15:58.5219747Z [00:02:03.503]➜  		"en-US/ocr/RecognizeQuotaInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeQuotaInvoice.json",
2025-08-20T19:15:58.5221637Z [00:02:03.503]➜  		"en-US/ocr/RecognizeTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeTable.json",
2025-08-20T19:15:58.5223715Z [00:02:03.503]➜  		"en-US/ocr/RecognizeTaxiInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeTaxiInvoice.json",
2025-08-20T19:15:58.5225653Z [00:02:03.503]➜  		"en-US/ocr/RecognizeTicketInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeTicketInvoice.json",
2025-08-20T19:15:58.5227572Z [00:02:03.503]➜  		"en-US/ocr/RecognizeTrainTicket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeTrainTicket.json",
2025-08-20T19:15:58.5229422Z [00:02:03.503]➜  		"en-US/ocr/RecognizeVATInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeVATInvoice.json",
2025-08-20T19:15:58.5231310Z [00:02:03.503]➜  		"en-US/ocr/RecognizeVINCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeVINCode.json",
2025-08-20T19:15:58.5233457Z [00:02:03.503]➜  		"en-US/ocr/RecognizeVideoCharacter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeVideoCharacter.json",
2025-08-20T19:15:58.5235189Z [00:02:03.503]➜  		"en-US/ocr/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/version.json",
2025-08-20T19:15:58.5236740Z [00:02:03.503]➜  		"en-US/ons/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/ListTagResources.json",
2025-08-20T19:15:58.5238532Z [00:02:03.503]➜  		"en-US/ons/OnsConsumerAccumulate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerAccumulate.json",
2025-08-20T19:15:58.5240444Z [00:02:03.503]➜  		"en-US/ons/OnsConsumerGetConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerGetConnection.json",
2025-08-20T19:15:58.5242743Z [00:02:03.503]➜  		"en-US/ons/OnsConsumerResetOffset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerResetOffset.json",
2025-08-20T19:15:58.5244756Z [00:02:03.503]➜  		"en-US/ons/OnsConsumerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerStatus.json",
2025-08-20T19:15:58.5246531Z [00:02:03.503]➜  		"en-US/ons/OnsConsumerTimeSpan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerTimeSpan.json",
2025-08-20T19:15:58.5248348Z [00:02:03.503]➜  		"en-US/ons/OnsDLQMessageGetById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsDLQMessageGetById.json",
2025-08-20T19:15:58.5250598Z [00:02:03.503]➜  		"en-US/ons/OnsDLQMessagePageQueryByGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsDLQMessagePageQueryByGroupId.json",
2025-08-20T19:15:58.5252925Z [00:02:03.503]➜  		"en-US/ons/OnsDLQMessageResendById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsDLQMessageResendById.json",
2025-08-20T19:15:58.5255023Z [00:02:03.503]➜  		"en-US/ons/OnsGroupConsumerUpdate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupConsumerUpdate.json",
2025-08-20T19:15:58.5256802Z [00:02:03.503]➜  		"en-US/ons/OnsGroupCreate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupCreate.json",
2025-08-20T19:15:58.5258404Z [00:02:03.503]➜  		"en-US/ons/OnsGroupDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupDelete.json",
2025-08-20T19:15:58.5259992Z [00:02:03.503]➜  		"en-US/ons/OnsGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupList.json",
2025-08-20T19:15:58.5261626Z [00:02:03.503]➜  		"en-US/ons/OnsGroupSubDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupSubDetail.json",
2025-08-20T19:15:58.5263584Z [00:02:03.503]➜  		"en-US/ons/OnsInstanceBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceBaseInfo.json",
2025-08-20T19:15:58.5265277Z [00:02:03.503]➜  		"en-US/ons/OnsInstanceCreate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceCreate.json",
2025-08-20T19:15:58.5267209Z [00:02:03.503]➜  		"en-US/ons/OnsInstanceDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceDelete.json",
2025-08-20T19:15:58.5269027Z [00:02:03.503]➜  		"en-US/ons/OnsInstanceInServiceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceInServiceList.json",
2025-08-20T19:15:58.5270861Z [00:02:03.503]➜  		"en-US/ons/OnsInstanceUpdate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceUpdate.json",
2025-08-20T19:15:58.5272777Z [00:02:03.503]➜  		"en-US/ons/OnsMessageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessageDetail.json",
2025-08-20T19:15:58.5274551Z [00:02:03.503]➜  		"en-US/ons/OnsMessageGetByKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessageGetByKey.json",
2025-08-20T19:15:58.5276362Z [00:02:03.503]➜  		"en-US/ons/OnsMessageGetByMsgId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessageGetByMsgId.json",
2025-08-20T19:15:58.5278361Z [00:02:03.503]➜  		"en-US/ons/OnsMessagePageQueryByTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessagePageQueryByTopic.json",
2025-08-20T19:15:58.5280176Z [00:02:03.503]➜  		"en-US/ons/OnsMessagePush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessagePush.json",
2025-08-20T19:15:58.5281814Z [00:02:03.503]➜  		"en-US/ons/OnsMessageTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessageTrace.json",
2025-08-20T19:15:58.5283627Z [00:02:03.503]➜  		"en-US/ons/OnsRegionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsRegionList.json",
2025-08-20T19:15:58.5285378Z [00:02:03.503]➜  		"en-US/ons/OnsTopicCreate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicCreate.json",
2025-08-20T19:15:58.5287147Z [00:02:03.503]➜  		"en-US/ons/OnsTopicDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicDelete.json",
2025-08-20T19:15:58.5288753Z [00:02:03.503]➜  		"en-US/ons/OnsTopicList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicList.json",
2025-08-20T19:15:58.5290323Z [00:02:03.503]➜  		"en-US/ons/OnsTopicStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicStatus.json",
2025-08-20T19:15:58.5292018Z [00:02:03.503]➜  		"en-US/ons/OnsTopicSubDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicSubDetail.json",
2025-08-20T19:15:58.5293959Z [00:02:03.503]➜  		"en-US/ons/OnsTopicUpdate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicUpdate.json",
2025-08-20T19:15:58.5295621Z [00:02:03.503]➜  		"en-US/ons/OnsTraceGetResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTraceGetResult.json",
2025-08-20T19:15:58.5297444Z [00:02:03.503]➜  		"en-US/ons/OnsTraceQueryByMsgId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTraceQueryByMsgId.json",
2025-08-20T19:15:58.5299408Z [00:02:03.503]➜  		"en-US/ons/OnsTraceQueryByMsgKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTraceQueryByMsgKey.json",
2025-08-20T19:15:58.5301279Z [00:02:03.503]➜  		"en-US/ons/OnsTrendGroupOutputTps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTrendGroupOutputTps.json",
2025-08-20T19:15:58.5303328Z [00:02:03.503]➜  		"en-US/ons/OnsTrendTopicInputTps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTrendTopicInputTps.json",
2025-08-20T19:15:58.5305138Z [00:02:03.503]➜  		"en-US/ons/OpenOnsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OpenOnsService.json",
2025-08-20T19:15:58.5306740Z [00:02:03.503]➜  		"en-US/ons/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/TagResources.json",
2025-08-20T19:15:58.5308343Z [00:02:03.503]➜  		"en-US/ons/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/UntagResources.json",
2025-08-20T19:15:58.5310038Z [00:02:03.503]➜  		"en-US/ons/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/version.json",
2025-08-20T19:15:58.5311556Z [00:02:03.503]➜  		"en-US/oos/CancelExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CancelExecution.json",
2025-08-20T19:15:58.5313481Z [00:02:03.503]➜  		"en-US/oos/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ChangeResourceGroup.json",
2025-08-20T19:15:58.5315453Z [00:02:03.503]➜  		"en-US/oos/ContinueDeployApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ContinueDeployApplicationGroup.json",
2025-08-20T19:15:58.5317390Z [00:02:03.503]➜  		"en-US/oos/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateApplication.json",
2025-08-20T19:15:58.5319193Z [00:02:03.503]➜  		"en-US/oos/CreateApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateApplicationGroup.json",
2025-08-20T19:15:58.5320916Z [00:02:03.503]➜  		"en-US/oos/CreateOpsItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateOpsItem.json",
2025-08-20T19:15:58.5322704Z [00:02:03.503]➜  		"en-US/oos/CreateParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateParameter.json",
2025-08-20T19:15:58.5324431Z [00:02:03.503]➜  		"en-US/oos/CreatePatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreatePatchBaseline.json",
2025-08-20T19:15:58.5326229Z [00:02:03.503]➜  		"en-US/oos/CreateSecretParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateSecretParameter.json",
2025-08-20T19:15:58.5328120Z [00:02:03.503]➜  		"en-US/oos/CreateStateConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateStateConfiguration.json",
2025-08-20T19:15:58.5330005Z [00:02:03.503]➜  		"en-US/oos/CreateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateTemplate.json",
2025-08-20T19:15:58.5331880Z [00:02:03.503]➜  		"en-US/oos/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteApplication.json",
2025-08-20T19:15:58.5333865Z [00:02:03.503]➜  		"en-US/oos/DeleteApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteApplicationGroup.json",
2025-08-20T19:15:58.5335654Z [00:02:03.503]➜  		"en-US/oos/DeleteExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteExecutions.json",
2025-08-20T19:15:58.5337430Z [00:02:03.503]➜  		"en-US/oos/DeleteParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteParameter.json",
2025-08-20T19:15:58.5339202Z [00:02:03.503]➜  		"en-US/oos/DeletePatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeletePatchBaseline.json",
2025-08-20T19:15:58.5341177Z [00:02:03.503]➜  		"en-US/oos/DeleteSecretParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteSecretParameter.json",
2025-08-20T19:15:58.5343587Z [00:02:03.503]➜  		"en-US/oos/DeleteStateConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteStateConfigurations.json",
2025-08-20T19:15:58.5345476Z [00:02:03.503]➜  		"en-US/oos/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteTemplate.json",
2025-08-20T19:15:58.5347201Z [00:02:03.503]➜  		"en-US/oos/DeleteTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteTemplates.json",
2025-08-20T19:15:58.5349122Z [00:02:03.503]➜  		"en-US/oos/DeployApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeployApplicationGroup.json",
2025-08-20T19:15:58.5351256Z [00:02:03.503]➜  		"en-US/oos/DescribeApplicationGroupBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DescribeApplicationGroupBill.json",
2025-08-20T19:15:58.5353413Z [00:02:03.503]➜  		"en-US/oos/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DescribeRegions.json",
2025-08-20T19:15:58.5355455Z [00:02:03.503]➜  		"en-US/oos/GenerateExecutionPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GenerateExecutionPolicy.json",
2025-08-20T19:15:58.5357302Z [00:02:03.503]➜  		"en-US/oos/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetApplication.json",
2025-08-20T19:15:58.5359083Z [00:02:03.503]➜  		"en-US/oos/GetApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetApplicationGroup.json",
2025-08-20T19:15:58.5360955Z [00:02:03.503]➜  		"en-US/oos/GetExecutionTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetExecutionTemplate.json",
2025-08-20T19:15:58.5363140Z [00:02:03.503]➜  		"en-US/oos/GetInventorySchema.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetInventorySchema.json",
2025-08-20T19:15:58.5364841Z [00:02:03.503]➜  		"en-US/oos/GetOpsItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetOpsItem.json",
2025-08-20T19:15:58.5366459Z [00:02:03.503]➜  		"en-US/oos/GetParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetParameter.json",
2025-08-20T19:15:58.5368074Z [00:02:03.503]➜  		"en-US/oos/GetParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetParameters.json",
2025-08-20T19:15:58.5369825Z [00:02:03.503]➜  		"en-US/oos/GetParametersByPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetParametersByPath.json",
2025-08-20T19:15:58.5371594Z [00:02:03.503]➜  		"en-US/oos/GetPatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetPatchBaseline.json",
2025-08-20T19:15:58.5373566Z [00:02:03.503]➜  		"en-US/oos/GetSecretParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetSecretParameter.json",
2025-08-20T19:15:58.5375497Z [00:02:03.503]➜  		"en-US/oos/GetSecretParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetSecretParameters.json",
2025-08-20T19:15:58.5377525Z [00:02:03.503]➜  		"en-US/oos/GetSecretParametersByPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetSecretParametersByPath.json",
2025-08-20T19:15:58.5379377Z [00:02:03.503]➜  		"en-US/oos/GetServiceSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetServiceSettings.json",
2025-08-20T19:15:58.5381011Z [00:02:03.503]➜  		"en-US/oos/GetTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetTemplate.json",
2025-08-20T19:15:58.5382724Z [00:02:03.503]➜  		"en-US/oos/ListActions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListActions.json",
2025-08-20T19:15:58.5384395Z [00:02:03.503]➜  		"en-US/oos/ListApplicationGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListApplicationGroups.json",
2025-08-20T19:15:58.5386184Z [00:02:03.503]➜  		"en-US/oos/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListApplications.json",
2025-08-20T19:15:58.5388044Z [00:02:03.503]➜  		"en-US/oos/ListExecutionLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListExecutionLogs.json",
2025-08-20T19:15:58.5389980Z [00:02:03.503]➜  		"en-US/oos/ListExecutionRiskyTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListExecutionRiskyTasks.json",
2025-08-20T19:15:58.5391814Z [00:02:03.503]➜  		"en-US/oos/ListExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListExecutions.json",
2025-08-20T19:15:58.5393781Z [00:02:03.503]➜  		"en-US/oos/ListInstancePatchStates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListInstancePatchStates.json",
2025-08-20T19:15:58.5395434Z [00:02:03.503]➜  		"en-US/oos/ListInstancePatches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListInstancePatches.json",
2025-08-20T19:15:58.5396912Z [00:02:03.503]➜  		"en-US/oos/ListInventoryEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListInventoryEntries.json",
2025-08-20T19:15:58.5398506Z [00:02:03.503]➜  		"en-US/oos/ListOpsItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListOpsItems.json",
2025-08-20T19:15:58.5399969Z [00:02:03.503]➜  		"en-US/oos/ListParameterVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListParameterVersions.json",
2025-08-20T19:15:58.5401446Z [00:02:03.504]➜  		"en-US/oos/ListParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListParameters.json",
2025-08-20T19:15:58.5403308Z [00:02:03.504]➜  		"en-US/oos/ListPatchBaselines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListPatchBaselines.json",
2025-08-20T19:15:58.5405269Z [00:02:03.504]➜  		"en-US/oos/ListResourceExecutionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListResourceExecutionStatus.json",
2025-08-20T19:15:58.5407243Z [00:02:03.504]➜  		"en-US/oos/ListSecretParameterVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListSecretParameterVersions.json",
2025-08-20T19:15:58.5409108Z [00:02:03.504]➜  		"en-US/oos/ListSecretParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListSecretParameters.json",
2025-08-20T19:15:58.5410860Z [00:02:03.504]➜  		"en-US/oos/ListStateConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListStateConfigurations.json",
2025-08-20T19:15:58.5412629Z [00:02:03.504]➜  		"en-US/oos/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTagKeys.json",
2025-08-20T19:15:58.5414122Z [00:02:03.504]➜  		"en-US/oos/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTagResources.json",
2025-08-20T19:15:58.5415692Z [00:02:03.504]➜  		"en-US/oos/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTagValues.json",
2025-08-20T19:15:58.5417606Z [00:02:03.504]➜  		"en-US/oos/ListTaskExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTaskExecutions.json",
2025-08-20T19:15:58.5419385Z [00:02:03.504]➜  		"en-US/oos/ListTemplateVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTemplateVersions.json",
2025-08-20T19:15:58.5421050Z [00:02:03.504]➜  		"en-US/oos/ListTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTemplates.json",
2025-08-20T19:15:58.5422754Z [00:02:03.504]➜  		"en-US/oos/NotifyExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/NotifyExecution.json",
2025-08-20T19:15:58.5423820Z [00:02:03.504]➜  		"en-US/oos/RegisterDefaultPatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/RegisterDefaultPatchBaseline.json",
2025-08-20T19:15:58.5424650Z [00:02:03.504]➜  		"en-US/oos/SearchInventory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/SearchInventory.json",
2025-08-20T19:15:58.5425548Z [00:02:03.504]➜  		"en-US/oos/SetServiceSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/SetServiceSettings.json",
2025-08-20T19:15:58.5426486Z [00:02:03.504]➜  		"en-US/oos/StartExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/StartExecution.json",
2025-08-20T19:15:58.5427281Z [00:02:03.504]➜  		"en-US/oos/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/TagResources.json",
2025-08-20T19:15:58.5428136Z [00:02:03.504]➜  		"en-US/oos/TriggerExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/TriggerExecution.json",
2025-08-20T19:15:58.5428959Z [00:02:03.504]➜  		"en-US/oos/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UntagResources.json",
2025-08-20T19:15:58.5429816Z [00:02:03.504]➜  		"en-US/oos/UpdateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateApplication.json",
2025-08-20T19:15:58.5430796Z [00:02:03.504]➜  		"en-US/oos/UpdateApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateApplicationGroup.json",
2025-08-20T19:15:58.5431792Z [00:02:03.504]➜  		"en-US/oos/UpdateExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateExecution.json",
2025-08-20T19:15:58.5432806Z [00:02:03.504]➜  		"en-US/oos/UpdateOpsItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateOpsItem.json",
2025-08-20T19:15:58.5433652Z [00:02:03.504]➜  		"en-US/oos/UpdateParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateParameter.json",
2025-08-20T19:15:58.5434561Z [00:02:03.504]➜  		"en-US/oos/UpdatePatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdatePatchBaseline.json",
2025-08-20T19:15:58.5435510Z [00:02:03.504]➜  		"en-US/oos/UpdateSecretParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateSecretParameter.json",
2025-08-20T19:15:58.5436531Z [00:02:03.504]➜  		"en-US/oos/UpdateStateConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateStateConfiguration.json",
2025-08-20T19:15:58.5437373Z [00:02:03.504]➜  		"en-US/oos/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateTemplate.json",
2025-08-20T19:15:58.5438348Z [00:02:03.504]➜  		"en-US/oos/ValidateTemplateContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ValidateTemplateContent.json",
2025-08-20T19:15:58.5439040Z [00:02:03.504]➜  		"en-US/oos/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/version.json",
2025-08-20T19:15:58.5440000Z [00:02:03.504]➜  		"en-US/polardb/CancelScheduleTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CancelScheduleTasks.json",
2025-08-20T19:15:58.5440897Z [00:02:03.504]➜  		"en-US/polardb/CheckAccountName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CheckAccountName.json",
2025-08-20T19:15:58.5441968Z [00:02:03.504]➜  		"en-US/polardb/CheckDBName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CheckDBName.json",
2025-08-20T19:15:58.5443273Z [00:02:03.504]➜  		"en-US/polardb/CheckKMSAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CheckKMSAuthorized.json",
2025-08-20T19:15:58.5444379Z [00:02:03.504]➜  		"en-US/polardb/CheckServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CheckServiceLinkedRole.json",
2025-08-20T19:15:58.5445277Z [00:02:03.504]➜  		"en-US/polardb/CloseAITask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CloseAITask.json",
2025-08-20T19:15:58.5446391Z [00:02:03.504]➜  		"en-US/polardb/CloseDBClusterMigration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CloseDBClusterMigration.json",
2025-08-20T19:15:58.5447286Z [00:02:03.504]➜  		"en-US/polardb/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateAccount.json",
2025-08-20T19:15:58.5448166Z [00:02:03.504]➜  		"en-US/polardb/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateBackup.json",
2025-08-20T19:15:58.5449450Z [00:02:03.504]➜  		"en-US/polardb/CreateColdStorageInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateColdStorageInstance.json",
2025-08-20T19:15:58.5450455Z [00:02:03.504]➜  		"en-US/polardb/CreateDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBCluster.json",
2025-08-20T19:15:58.5451537Z [00:02:03.504]➜  		"en-US/polardb/CreateDBClusterEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBClusterEndpoint.json",
2025-08-20T19:15:58.5452862Z [00:02:03.504]➜  		"en-US/polardb/CreateDBEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBEndpointAddress.json",
2025-08-20T19:15:58.5453718Z [00:02:03.504]➜  		"en-US/polardb/CreateDBLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBLink.json",
2025-08-20T19:15:58.5454531Z [00:02:03.504]➜  		"en-US/polardb/CreateDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBNodes.json",
2025-08-20T19:15:58.5455480Z [00:02:03.504]➜  		"en-US/polardb/CreateDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDatabase.json",
2025-08-20T19:15:58.5456553Z [00:02:03.504]➜  		"en-US/polardb/CreateGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateGlobalDatabaseNetwork.json",
2025-08-20T19:15:58.5457589Z [00:02:03.504]➜  		"en-US/polardb/CreateGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:15:58.5458506Z [00:02:03.504]➜  		"en-US/polardb/CreateParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateParameterGroup.json",
2025-08-20T19:15:58.5459491Z [00:02:03.504]➜  		"en-US/polardb/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateServiceLinkedRole.json",
2025-08-20T19:15:58.5460361Z [00:02:03.504]➜  		"en-US/polardb/CreateStoragePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateStoragePlan.json",
2025-08-20T19:15:58.5461158Z [00:02:03.504]➜  		"en-US/polardb/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteAccount.json",
2025-08-20T19:15:58.5461916Z [00:02:03.504]➜  		"en-US/polardb/DeleteBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteBackup.json",
2025-08-20T19:15:58.5462889Z [00:02:03.504]➜  		"en-US/polardb/DeleteDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBCluster.json",
2025-08-20T19:15:58.5463858Z [00:02:03.504]➜  		"en-US/polardb/DeleteDBClusterEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBClusterEndpoint.json",
2025-08-20T19:15:58.5464930Z [00:02:03.504]➜  		"en-US/polardb/DeleteDBEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBEndpointAddress.json",
2025-08-20T19:15:58.5465810Z [00:02:03.504]➜  		"en-US/polardb/DeleteDBLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBLink.json",
2025-08-20T19:15:58.5466606Z [00:02:03.504]➜  		"en-US/polardb/DeleteDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBNodes.json",
2025-08-20T19:15:58.5467459Z [00:02:03.504]➜  		"en-US/polardb/DeleteDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDatabase.json",
2025-08-20T19:15:58.5468571Z [00:02:03.504]➜  		"en-US/polardb/DeleteGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteGlobalDatabaseNetwork.json",
2025-08-20T19:15:58.5469674Z [00:02:03.504]➜  		"en-US/polardb/DeleteGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:15:58.5470677Z [00:02:03.504]➜  		"en-US/polardb/DeleteMaskingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteMaskingRules.json",
2025-08-20T19:15:58.5471664Z [00:02:03.504]➜  		"en-US/polardb/DeleteParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteParameterGroup.json",
2025-08-20T19:15:58.5472828Z [00:02:03.504]➜  		"en-US/polardb/DescribeAITaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeAITaskStatus.json",
2025-08-20T19:15:58.5473729Z [00:02:03.504]➜  		"en-US/polardb/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeAccounts.json",
2025-08-20T19:15:58.5474819Z [00:02:03.504]➜  		"en-US/polardb/DescribeAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeAutoRenewAttribute.json",
2025-08-20T19:15:58.5475803Z [00:02:03.504]➜  		"en-US/polardb/DescribeBackupLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeBackupLogs.json",
2025-08-20T19:15:58.5476896Z [00:02:03.504]➜  		"en-US/polardb/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeBackupPolicy.json",
2025-08-20T19:15:58.5477853Z [00:02:03.504]➜  		"en-US/polardb/DescribeBackupTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeBackupTasks.json",
2025-08-20T19:15:58.5478722Z [00:02:03.504]➜  		"en-US/polardb/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeBackups.json",
2025-08-20T19:15:58.5479778Z [00:02:03.504]➜  		"en-US/polardb/DescribeCharacterSetName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeCharacterSetName.json",
2025-08-20T19:15:58.5480689Z [00:02:03.504]➜  		"en-US/polardb/DescribeClassList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeClassList.json",
2025-08-20T19:15:58.5481907Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterAccessWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterAccessWhitelist.json",
2025-08-20T19:15:58.5483184Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterAttribute.json",
2025-08-20T19:15:58.5484534Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterAuditLogCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterAuditLogCollector.json",
2025-08-20T19:15:58.5485818Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterAvailableResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterAvailableResources.json",
2025-08-20T19:15:58.5487142Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterConnectivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterConnectivity.json",
2025-08-20T19:15:58.5488381Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterEndpoints.json",
2025-08-20T19:15:58.5489516Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterMigration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterMigration.json",
2025-08-20T19:15:58.5490617Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterMonitor.json",
2025-08-20T19:15:58.5491777Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterParameters.json",
2025-08-20T19:15:58.5493136Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterPerformance.json",
2025-08-20T19:15:58.5494217Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterSSL.json",
2025-08-20T19:15:58.5495610Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterServerlessConf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterServerlessConf.json",
2025-08-20T19:15:58.5496645Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterTDE.json",
2025-08-20T19:15:58.5497751Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusterVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterVersion.json",
2025-08-20T19:15:58.5498726Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusters.json",
2025-08-20T19:15:58.5499954Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBClustersWithBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClustersWithBackups.json",
2025-08-20T19:15:58.5501171Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBInitializeVariable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBInitializeVariable.json",
2025-08-20T19:15:58.5502332Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBLinks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBLinks.json",
2025-08-20T19:15:58.5503736Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBNodePerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBNodePerformance.json",
2025-08-20T19:15:58.5504866Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBNodesParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBNodesParameters.json",
2025-08-20T19:15:58.5506064Z [00:02:03.504]➜  		"en-US/polardb/DescribeDBProxyPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBProxyPerformance.json",
2025-08-20T19:15:58.5507006Z [00:02:03.504]➜  		"en-US/polardb/DescribeDasConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDasConfig.json",
2025-08-20T19:15:58.5507960Z [00:02:03.504]➜  		"en-US/polardb/DescribeDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDatabases.json",
2025-08-20T19:15:58.5509016Z [00:02:03.504]➜  		"en-US/polardb/DescribeDetachedBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDetachedBackups.json",
2025-08-20T19:15:58.5510206Z [00:02:03.504]➜  		"en-US/polardb/DescribeGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeGlobalDatabaseNetwork.json",
2025-08-20T19:15:58.5511380Z [00:02:03.504]➜  		"en-US/polardb/DescribeGlobalDatabaseNetworks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeGlobalDatabaseNetworks.json",
2025-08-20T19:15:58.5512944Z [00:02:03.504]➜  		"en-US/polardb/DescribeGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:15:58.5514402Z [00:02:03.504]➜  		"en-US/polardb/DescribeGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:58.5515433Z [00:02:03.504]➜  		"en-US/polardb/DescribeLogBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeLogBackupPolicy.json",
2025-08-20T19:15:58.5516406Z [00:02:03.504]➜  		"en-US/polardb/DescribeMaskingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeMaskingRules.json",
2025-08-20T19:15:58.5517323Z [00:02:03.504]➜  		"en-US/polardb/DescribeMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeMetaList.json",
2025-08-20T19:15:58.5518352Z [00:02:03.504]➜  		"en-US/polardb/DescribeParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeParameterGroup.json",
2025-08-20T19:15:58.5519532Z [00:02:03.504]➜  		"en-US/polardb/DescribeParameterGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeParameterGroups.json",
2025-08-20T19:15:58.5520629Z [00:02:03.504]➜  		"en-US/polardb/DescribeParameterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeParameterTemplates.json",
2025-08-20T19:15:58.5521775Z [00:02:03.504]➜  		"en-US/polardb/DescribePendingMaintenanceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribePendingMaintenanceAction.json",
2025-08-20T19:15:58.5523136Z [00:02:03.504]➜  		"en-US/polardb/DescribePendingMaintenanceActions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribePendingMaintenanceActions.json",
2025-08-20T19:15:58.5524302Z [00:02:03.504]➜  		"en-US/polardb/DescribePolarSQLCollectorPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribePolarSQLCollectorPolicy.json",
2025-08-20T19:15:58.5525199Z [00:02:03.504]➜  		"en-US/polardb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeRegions.json",
2025-08-20T19:15:58.5526289Z [00:02:03.504]➜  		"en-US/polardb/DescribeScheduleTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeScheduleTasks.json",
2025-08-20T19:15:58.5527252Z [00:02:03.504]➜  		"en-US/polardb/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeSlowLogRecords.json",
2025-08-20T19:15:58.5528113Z [00:02:03.504]➜  		"en-US/polardb/DescribeSlowLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeSlowLogs.json",
2025-08-20T19:15:58.5528980Z [00:02:03.504]➜  		"en-US/polardb/DescribeTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeTasks.json",
2025-08-20T19:15:58.5530117Z [00:02:03.504]➜  		"en-US/polardb/DescribeUserEncryptionKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeUserEncryptionKeyList.json",
2025-08-20T19:15:58.5531001Z [00:02:03.504]➜  		"en-US/polardb/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeVSwitches.json",
2025-08-20T19:15:58.5532019Z [00:02:03.504]➜  		"en-US/polardb/DisableDBClusterServerless.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DisableDBClusterServerless.json",
2025-08-20T19:15:58.5533162Z [00:02:03.504]➜  		"en-US/polardb/EnableDBClusterServerless.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/EnableDBClusterServerless.json",
2025-08-20T19:15:58.5534072Z [00:02:03.504]➜  		"en-US/polardb/EnableFirewallRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/EnableFirewallRules.json",
2025-08-20T19:15:58.5535129Z [00:02:03.504]➜  		"en-US/polardb/EvaluateRegionResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/EvaluateRegionResource.json",
2025-08-20T19:15:58.5536141Z [00:02:03.504]➜  		"en-US/polardb/FailoverDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/FailoverDBCluster.json",
2025-08-20T19:15:58.5537160Z [00:02:03.504]➜  		"en-US/polardb/GrantAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/GrantAccountPrivilege.json",
2025-08-20T19:15:58.5538094Z [00:02:03.504]➜  		"en-US/polardb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ListTagResources.json",
2025-08-20T19:15:58.5539122Z [00:02:03.504]➜  		"en-US/polardb/ManuallyStartDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ManuallyStartDBCluster.json",
2025-08-20T19:15:58.5540189Z [00:02:03.504]➜  		"en-US/polardb/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyAccountDescription.json",
2025-08-20T19:15:58.5541206Z [00:02:03.504]➜  		"en-US/polardb/ModifyAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyAccountPassword.json",
2025-08-20T19:15:58.5542551Z [00:02:03.504]➜  		"en-US/polardb/ModifyAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyAutoRenewAttribute.json",
2025-08-20T19:15:58.5543559Z [00:02:03.504]➜  		"en-US/polardb/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyBackupPolicy.json",
2025-08-20T19:15:58.5544449Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBCluster.json",
2025-08-20T19:15:58.5545606Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterAccessWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterAccessWhitelist.json",
2025-08-20T19:15:58.5546848Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterAndNodesParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterAndNodesParameters.json",
2025-08-20T19:15:58.5548065Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterAuditLogCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterAuditLogCollector.json",
2025-08-20T19:15:58.5549277Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterDeletion.json",
2025-08-20T19:15:58.5550434Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterDescription.json",
2025-08-20T19:15:58.5551479Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterEndpoint.json",
2025-08-20T19:15:58.5552770Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterMaintainTime.json",
2025-08-20T19:15:58.5553804Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterMigration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterMigration.json",
2025-08-20T19:15:58.5554796Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterMonitor.json",
2025-08-20T19:15:58.5555813Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterParameters.json",
2025-08-20T19:15:58.5556860Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterPrimaryZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterPrimaryZone.json",
2025-08-20T19:15:58.5557878Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterResourceGroup.json",
2025-08-20T19:15:58.5558829Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterSSL.json",
2025-08-20T19:15:58.5559953Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterServerlessConf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterServerlessConf.json",
2025-08-20T19:15:58.5560937Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterStorageSpace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterStorageSpace.json",
2025-08-20T19:15:58.5561776Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBClusterTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterTDE.json",
2025-08-20T19:15:58.5562796Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBDescription.json",
2025-08-20T19:15:58.5563799Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBEndpointAddress.json",
2025-08-20T19:15:58.5564736Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBNodeClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBNodeClass.json",
2025-08-20T19:15:58.5565834Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBNodeHotReplicaMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBNodeHotReplicaMode.json",
2025-08-20T19:15:58.5566764Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBNodesClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBNodesClass.json",
2025-08-20T19:15:58.5567791Z [00:02:03.504]➜  		"en-US/polardb/ModifyDBNodesParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBNodesParameters.json",
2025-08-20T19:15:58.5568879Z [00:02:03.504]➜  		"en-US/polardb/ModifyGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyGlobalDatabaseNetwork.json",
2025-08-20T19:15:58.5569987Z [00:02:03.504]➜  		"en-US/polardb/ModifyGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:15:58.5571308Z [00:02:03.504]➜  		"en-US/polardb/ModifyGlobalSecurityIPGroupName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:15:58.5572717Z [00:02:03.504]➜  		"en-US/polardb/ModifyGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:58.5573781Z [00:02:03.504]➜  		"en-US/polardb/ModifyLogBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyLogBackupPolicy.json",
2025-08-20T19:15:58.5574695Z [00:02:03.504]➜  		"en-US/polardb/ModifyMaskingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyMaskingRules.json",
2025-08-20T19:15:58.5575767Z [00:02:03.504]➜  		"en-US/polardb/ModifyPendingMaintenanceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyPendingMaintenanceAction.json",
2025-08-20T19:15:58.5576697Z [00:02:03.504]➜  		"en-US/polardb/OpenAITask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/OpenAITask.json",
2025-08-20T19:15:58.5577832Z [00:02:03.504]➜  		"en-US/polardb/RefreshDBClusterStorageUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RefreshDBClusterStorageUsage.json",
2025-08-20T19:15:58.5578824Z [00:02:03.504]➜  		"en-US/polardb/RemoveDBClusterFromGDN.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RemoveDBClusterFromGDN.json",
2025-08-20T19:15:58.5579669Z [00:02:03.504]➜  		"en-US/polardb/ResetAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ResetAccount.json",
2025-08-20T19:15:58.5580757Z [00:02:03.504]➜  		"en-US/polardb/ResetGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ResetGlobalDatabaseNetwork.json",
2025-08-20T19:15:58.5581733Z [00:02:03.504]➜  		"en-US/polardb/RestartDBNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RestartDBNode.json",
2025-08-20T19:15:58.5582792Z [00:02:03.504]➜  		"en-US/polardb/RestoreTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RestoreTable.json",
2025-08-20T19:15:58.5583799Z [00:02:03.504]➜  		"en-US/polardb/RevokeAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RevokeAccountPrivilege.json",
2025-08-20T19:15:58.5585032Z [00:02:03.504]➜  		"en-US/polardb/SwitchOverGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/SwitchOverGlobalDatabaseNetwork.json",
2025-08-20T19:15:58.5585895Z [00:02:03.504]➜  		"en-US/polardb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/TagResources.json",
2025-08-20T19:15:58.5586813Z [00:02:03.504]➜  		"en-US/polardb/TempModifyDBNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/TempModifyDBNode.json",
2025-08-20T19:15:58.5588533Z [00:02:03.504]➜  		"en-US/polardb/TransformDBClusterPayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/TransformDBClusterPayType.json",
2025-08-20T19:15:58.5589478Z [00:02:03.504]➜  		"en-US/polardb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/UntagResources.json",
2025-08-20T19:15:58.5590662Z [00:02:03.504]➜  		"en-US/polardb/UpgradeDBClusterMinorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/UpgradeDBClusterMinorVersion.json",
2025-08-20T19:15:58.5591720Z [00:02:03.504]➜  		"en-US/polardb/UpgradeDBClusterVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/UpgradeDBClusterVersion.json",
2025-08-20T19:15:58.5592669Z [00:02:03.504]➜  		"en-US/polardb/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/version.json",
2025-08-20T19:15:58.5593898Z [00:02:03.504]➜  		"en-US/privatelink/AddUserToVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/AddUserToVpcEndpointService.json",
2025-08-20T19:15:58.5595081Z [00:02:03.504]➜  		"en-US/privatelink/AddZoneToVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/AddZoneToVpcEndpoint.json",
2025-08-20T19:15:58.5596398Z [00:02:03.504]➜  		"en-US/privatelink/AttachResourceToVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/AttachResourceToVpcEndpointService.json",
2025-08-20T19:15:58.5597668Z [00:02:03.505]➜  		"en-US/privatelink/AttachSecurityGroupToVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/AttachSecurityGroupToVpcEndpoint.json",
2025-08-20T19:15:58.5598710Z [00:02:03.505]➜  		"en-US/privatelink/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ChangeResourceGroup.json",
2025-08-20T19:15:58.5599717Z [00:02:03.505]➜  		"en-US/privatelink/CheckProductOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/CheckProductOpen.json",
2025-08-20T19:15:58.5600863Z [00:02:03.505]➜  		"en-US/privatelink/CreateVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/CreateVpcEndpoint.json",
2025-08-20T19:15:58.5602035Z [00:02:03.505]➜  		"en-US/privatelink/CreateVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/CreateVpcEndpointService.json",
2025-08-20T19:15:58.5603205Z [00:02:03.505]➜  		"en-US/privatelink/DeleteVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DeleteVpcEndpoint.json",
2025-08-20T19:15:58.5604272Z [00:02:03.505]➜  		"en-US/privatelink/DeleteVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DeleteVpcEndpointService.json",
2025-08-20T19:15:58.5605376Z [00:02:03.505]➜  		"en-US/privatelink/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DescribeRegions.json",
2025-08-20T19:15:58.5606603Z [00:02:03.505]➜  		"en-US/privatelink/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DescribeZones.json",
2025-08-20T19:15:58.5608256Z [00:02:03.505]➜  		"en-US/privatelink/DetachResourceFromVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DetachResourceFromVpcEndpointService.json",
2025-08-20T19:15:58.5609572Z [00:02:03.505]➜  		"en-US/privatelink/DetachSecurityGroupFromVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DetachSecurityGroupFromVpcEndpoint.json",
2025-08-20T19:15:58.5610724Z [00:02:03.505]➜  		"en-US/privatelink/DisableVpcEndpointConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DisableVpcEndpointConnection.json",
2025-08-20T19:15:58.5611974Z [00:02:03.505]➜  		"en-US/privatelink/DisableVpcEndpointZoneConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DisableVpcEndpointZoneConnection.json",
2025-08-20T19:15:58.5613334Z [00:02:03.505]➜  		"en-US/privatelink/EnableVpcEndpointConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/EnableVpcEndpointConnection.json",
2025-08-20T19:15:58.5614638Z [00:02:03.505]➜  		"en-US/privatelink/EnableVpcEndpointZoneConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/EnableVpcEndpointZoneConnection.json",
2025-08-20T19:15:58.5615748Z [00:02:03.505]➜  		"en-US/privatelink/GetVpcEndpointAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/GetVpcEndpointAttribute.json",
2025-08-20T19:15:58.5616938Z [00:02:03.505]➜  		"en-US/privatelink/GetVpcEndpointServiceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/GetVpcEndpointServiceAttribute.json",
2025-08-20T19:15:58.5617907Z [00:02:03.505]➜  		"en-US/privatelink/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListTagResources.json",
2025-08-20T19:15:58.5619083Z [00:02:03.505]➜  		"en-US/privatelink/ListVpcEndpointConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointConnections.json",
2025-08-20T19:15:58.5620407Z [00:02:03.505]➜  		"en-US/privatelink/ListVpcEndpointSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointSecurityGroups.json",
2025-08-20T19:15:58.5621631Z [00:02:03.505]➜  		"en-US/privatelink/ListVpcEndpointServiceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointServiceResources.json",
2025-08-20T19:15:58.5622941Z [00:02:03.505]➜  		"en-US/privatelink/ListVpcEndpointServiceUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointServiceUsers.json",
2025-08-20T19:15:58.5624078Z [00:02:03.505]➜  		"en-US/privatelink/ListVpcEndpointServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointServices.json",
2025-08-20T19:15:58.5625573Z [00:02:03.505]➜  		"en-US/privatelink/ListVpcEndpointServicesByEndUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointServicesByEndUser.json",
2025-08-20T19:15:58.5626654Z [00:02:03.505]➜  		"en-US/privatelink/ListVpcEndpointZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointZones.json",
2025-08-20T19:15:58.5627591Z [00:02:03.505]➜  		"en-US/privatelink/ListVpcEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpoints.json",
2025-08-20T19:15:58.5628650Z [00:02:03.505]➜  		"en-US/privatelink/OpenPrivateLinkService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/OpenPrivateLinkService.json",
2025-08-20T19:15:58.5629899Z [00:02:03.505]➜  		"en-US/privatelink/RemoveUserFromVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/RemoveUserFromVpcEndpointService.json",
2025-08-20T19:15:58.5631158Z [00:02:03.505]➜  		"en-US/privatelink/RemoveZoneFromVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/RemoveZoneFromVpcEndpoint.json",
2025-08-20T19:15:58.5632094Z [00:02:03.505]➜  		"en-US/privatelink/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/TagResources.json",
2025-08-20T19:15:58.5633161Z [00:02:03.505]➜  		"en-US/privatelink/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UntagResources.json",
2025-08-20T19:15:58.5634286Z [00:02:03.505]➜  		"en-US/privatelink/UpdateVpcEndpointAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointAttribute.json",
2025-08-20T19:15:58.5635619Z [00:02:03.505]➜  		"en-US/privatelink/UpdateVpcEndpointConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointConnectionAttribute.json",
2025-08-20T19:15:58.5636955Z [00:02:03.505]➜  		"en-US/privatelink/UpdateVpcEndpointServiceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointServiceAttribute.json",
2025-08-20T19:15:58.5638552Z [00:02:03.505]➜  		"en-US/privatelink/UpdateVpcEndpointServiceResourceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointServiceResourceAttribute.json",
2025-08-20T19:15:58.5640160Z [00:02:03.505]➜  		"en-US/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json",
2025-08-20T19:15:58.5640981Z [00:02:03.505]➜  		"en-US/privatelink/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/version.json",
2025-08-20T19:15:58.5641617Z [00:02:03.505]➜  		"en-US/products.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/products.json",
2025-08-20T19:15:58.5642335Z [00:02:03.505]➜  		"en-US/push/BindAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/BindAlias.json",
2025-08-20T19:15:58.5643215Z [00:02:03.505]➜  		"en-US/push/BindPhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/BindPhone.json",
2025-08-20T19:15:58.5644090Z [00:02:03.505]➜  		"en-US/push/BindTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/BindTag.json",
2025-08-20T19:15:58.5644864Z [00:02:03.505]➜  		"en-US/push/CancelPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CancelPush.json",
2025-08-20T19:15:58.5645738Z [00:02:03.505]➜  		"en-US/push/CheckCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CheckCertificate.json",
2025-08-20T19:15:58.5646521Z [00:02:03.505]➜  		"en-US/push/CheckDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CheckDevice.json",
2025-08-20T19:15:58.5647321Z [00:02:03.505]➜  		"en-US/push/CheckDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CheckDevices.json",
2025-08-20T19:15:58.5648463Z [00:02:03.505]➜  		"en-US/push/CompleteContinuouslyPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CompleteContinuouslyPush.json",
2025-08-20T19:15:58.5649311Z [00:02:03.505]➜  		"en-US/push/ContinuouslyPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/ContinuouslyPush.json",
2025-08-20T19:15:58.5650124Z [00:02:03.505]➜  		"en-US/push/ListSummaryApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/ListSummaryApps.json",
2025-08-20T19:15:58.5650817Z [00:02:03.505]➜  		"en-US/push/ListTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/ListTags.json",
2025-08-20T19:15:58.5651511Z [00:02:03.505]➜  		"en-US/push/MassPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/MassPush.json",
2025-08-20T19:15:58.5652121Z [00:02:03.505]➜  		"en-US/push/Push.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/Push.json",
2025-08-20T19:15:58.5653308Z [00:02:03.505]➜  		"en-US/push/PushMessageToAndroid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/PushMessageToAndroid.json",
2025-08-20T19:15:58.5654219Z [00:02:03.505]➜  		"en-US/push/PushMessageToiOS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/PushMessageToiOS.json",
2025-08-20T19:15:58.5655142Z [00:02:03.505]➜  		"en-US/push/PushNoticeToAndroid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/PushNoticeToAndroid.json",
2025-08-20T19:15:58.5655975Z [00:02:03.505]➜  		"en-US/push/PushNoticeToiOS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/PushNoticeToiOS.json",
2025-08-20T19:15:58.5656761Z [00:02:03.505]➜  		"en-US/push/QueryAliases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryAliases.json",
2025-08-20T19:15:58.5657615Z [00:02:03.505]➜  		"en-US/push/QueryDeviceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryDeviceInfo.json",
2025-08-20T19:15:58.5658482Z [00:02:03.505]➜  		"en-US/push/QueryDeviceStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryDeviceStat.json",
2025-08-20T19:15:58.5659585Z [00:02:03.505]➜  		"en-US/push/QueryDevicesByAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryDevicesByAccount.json",
2025-08-20T19:15:58.5660542Z [00:02:03.505]➜  		"en-US/push/QueryDevicesByAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryDevicesByAlias.json",
2025-08-20T19:15:58.5661339Z [00:02:03.505]➜  		"en-US/push/QueryPushRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryPushRecords.json",
2025-08-20T19:15:58.5662223Z [00:02:03.505]➜  		"en-US/push/QueryPushStatByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryPushStatByApp.json",
2025-08-20T19:15:58.5663326Z [00:02:03.505]➜  		"en-US/push/QueryPushStatByMsg.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryPushStatByMsg.json",
2025-08-20T19:15:58.5664062Z [00:02:03.505]➜  		"en-US/push/QueryTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryTags.json",
2025-08-20T19:15:58.5665082Z [00:02:03.505]➜  		"en-US/push/QueryUniqueDeviceStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryUniqueDeviceStat.json",
2025-08-20T19:15:58.5665800Z [00:02:03.505]➜  		"en-US/push/RemoveTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/RemoveTag.json",
2025-08-20T19:15:58.5666534Z [00:02:03.505]➜  		"en-US/push/UnbindAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/UnbindAlias.json",
2025-08-20T19:15:58.5667253Z [00:02:03.505]➜  		"en-US/push/UnbindPhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/UnbindPhone.json",
2025-08-20T19:15:58.5667952Z [00:02:03.505]➜  		"en-US/push/UnbindTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/UnbindTag.json",
2025-08-20T19:15:58.5668696Z [00:02:03.505]➜  		"en-US/push/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/version.json",
2025-08-20T19:15:58.5669653Z [00:02:03.505]➜  		"en-US/pvtz/AddResolverEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddResolverEndpoint.json",
2025-08-20T19:15:58.5670452Z [00:02:03.505]➜  		"en-US/pvtz/AddResolverRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddResolverRule.json",
2025-08-20T19:15:58.5671380Z [00:02:03.505]➜  		"en-US/pvtz/AddUserVpcAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddUserVpcAuthorization.json",
2025-08-20T19:15:58.5672041Z [00:02:03.505]➜  		"en-US/pvtz/AddZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddZone.json",
2025-08-20T19:15:58.5673036Z [00:02:03.505]➜  		"en-US/pvtz/AddZoneRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddZoneRecord.json",
2025-08-20T19:15:58.5673905Z [00:02:03.505]➜  		"en-US/pvtz/BindResolverRuleVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/BindResolverRuleVpc.json",
2025-08-20T19:15:58.5674677Z [00:02:03.505]➜  		"en-US/pvtz/BindZoneVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/BindZoneVpc.json",
2025-08-20T19:15:58.5675483Z [00:02:03.505]➜  		"en-US/pvtz/CheckZoneName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/CheckZoneName.json",
2025-08-20T19:15:58.5676479Z [00:02:03.505]➜  		"en-US/pvtz/DeleteResolverEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteResolverEndpoint.json",
2025-08-20T19:15:58.5677353Z [00:02:03.505]➜  		"en-US/pvtz/DeleteResolverRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteResolverRule.json",
2025-08-20T19:15:58.5678358Z [00:02:03.505]➜  		"en-US/pvtz/DeleteUserVpcAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteUserVpcAuthorization.json",
2025-08-20T19:15:58.5679120Z [00:02:03.506]➜  		"en-US/pvtz/DeleteZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteZone.json",
2025-08-20T19:15:58.5680098Z [00:02:03.506]➜  		"en-US/pvtz/DeleteZoneRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteZoneRecord.json",
2025-08-20T19:15:58.5681141Z [00:02:03.506]➜  		"en-US/pvtz/DescribeChangeLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeChangeLogs.json",
2025-08-20T19:15:58.5682021Z [00:02:03.506]➜  		"en-US/pvtz/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeRegions.json",
2025-08-20T19:15:58.5683142Z [00:02:03.506]➜  		"en-US/pvtz/DescribeRequestGraph.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeRequestGraph.json",
2025-08-20T19:15:58.5684281Z [00:02:03.506]➜  		"en-US/pvtz/DescribeResolverAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverAvailableZones.json",
2025-08-20T19:15:58.5685314Z [00:02:03.506]➜  		"en-US/pvtz/DescribeResolverEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverEndpoint.json",
2025-08-20T19:15:58.5686356Z [00:02:03.506]➜  		"en-US/pvtz/DescribeResolverEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverEndpoints.json",
2025-08-20T19:15:58.5687301Z [00:02:03.506]➜  		"en-US/pvtz/DescribeResolverRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverRule.json",
2025-08-20T19:15:58.5688253Z [00:02:03.506]➜  		"en-US/pvtz/DescribeResolverRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverRules.json",
2025-08-20T19:15:58.5689259Z [00:02:03.506]➜  		"en-US/pvtz/DescribeStatisticSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeStatisticSummary.json",
2025-08-20T19:15:58.5690230Z [00:02:03.506]➜  		"en-US/pvtz/DescribeSyncEcsHostTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeSyncEcsHostTask.json",
2025-08-20T19:15:58.5691129Z [00:02:03.506]➜  		"en-US/pvtz/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeTags.json",
2025-08-20T19:15:58.5692564Z [00:02:03.506]➜  		"en-US/pvtz/DescribeUserVpcAuthorizations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeUserVpcAuthorizations.json",
2025-08-20T19:15:58.5693424Z [00:02:03.506]➜  		"en-US/pvtz/DescribeZoneInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeZoneInfo.json",
2025-08-20T19:15:58.5694341Z [00:02:03.506]➜  		"en-US/pvtz/DescribeZoneRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeZoneRecords.json",
2025-08-20T19:15:58.5695268Z [00:02:03.506]➜  		"en-US/pvtz/DescribeZoneVpcTree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeZoneVpcTree.json",
2025-08-20T19:15:58.5696072Z [00:02:03.506]➜  		"en-US/pvtz/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeZones.json",
2025-08-20T19:15:58.5696898Z [00:02:03.506]➜  		"en-US/pvtz/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/ListTagResources.json",
2025-08-20T19:15:58.5697803Z [00:02:03.506]➜  		"en-US/pvtz/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/MoveResourceGroup.json",
2025-08-20T19:15:58.5698654Z [00:02:03.506]➜  		"en-US/pvtz/SetProxyPattern.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/SetProxyPattern.json",
2025-08-20T19:15:58.5699541Z [00:02:03.506]➜  		"en-US/pvtz/SetZoneRecordStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/SetZoneRecordStatus.json",
2025-08-20T19:15:58.5700568Z [00:02:03.506]➜  		"en-US/pvtz/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/TagResources.json",
2025-08-20T19:15:58.5701604Z [00:02:03.506]➜  		"en-US/pvtz/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UntagResources.json",
2025-08-20T19:15:58.5702721Z [00:02:03.506]➜  		"en-US/pvtz/UpdateRecordRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateRecordRemark.json",
2025-08-20T19:15:58.5704026Z [00:02:03.506]➜  		"en-US/pvtz/UpdateResolverEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateResolverEndpoint.json",
2025-08-20T19:15:58.5704956Z [00:02:03.506]➜  		"en-US/pvtz/UpdateResolverRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateResolverRule.json",
2025-08-20T19:15:58.5706004Z [00:02:03.506]➜  		"en-US/pvtz/UpdateSyncEcsHostTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateSyncEcsHostTask.json",
2025-08-20T19:15:58.5706870Z [00:02:03.506]➜  		"en-US/pvtz/UpdateZoneRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateZoneRecord.json",
2025-08-20T19:15:58.5707750Z [00:02:03.506]➜  		"en-US/pvtz/UpdateZoneRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateZoneRemark.json",
2025-08-20T19:15:58.5708510Z [00:02:03.506]➜  		"en-US/pvtz/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/version.json",
2025-08-20T19:15:58.5709614Z [00:02:03.506]➜  		"en-US/qualitycheck/AddBusinessCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/AddBusinessCategory.json",
2025-08-20T19:15:58.5710622Z [00:02:03.506]➜  		"en-US/qualitycheck/AddThesaurusForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/AddThesaurusForApi.json",
2025-08-20T19:15:58.5711597Z [00:02:03.506]➜  		"en-US/qualitycheck/CreateAsrVocab.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/CreateAsrVocab.json",
2025-08-20T19:15:58.5712845Z [00:02:03.506]➜  		"en-US/qualitycheck/DelThesaurusForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DelThesaurusForApi.json",
2025-08-20T19:15:58.5713976Z [00:02:03.506]➜  		"en-US/qualitycheck/DeleteAsrVocab.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DeleteAsrVocab.json",
2025-08-20T19:15:58.5715221Z [00:02:03.506]➜  		"en-US/qualitycheck/DeleteBusinessCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DeleteBusinessCategory.json",
2025-08-20T19:15:58.5716274Z [00:02:03.506]➜  		"en-US/qualitycheck/DeleteScoreForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DeleteScoreForApi.json",
2025-08-20T19:15:58.5717359Z [00:02:03.506]➜  		"en-US/qualitycheck/DeleteSubScoreForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DeleteSubScoreForApi.json",
2025-08-20T19:15:58.5718326Z [00:02:03.506]➜  		"en-US/qualitycheck/DoCheckResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DoCheckResource.json",
2025-08-20T19:15:58.5719450Z [00:02:03.506]➜  		"en-US/qualitycheck/DoLogicalDeleteResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DoLogicalDeleteResource.json",
2025-08-20T19:15:58.5720586Z [00:02:03.506]➜  		"en-US/qualitycheck/DoPhysicalDeleteResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DoPhysicalDeleteResource.json",
2025-08-20T19:15:58.5733172Z [00:02:03.506]➜  		"en-US/qualitycheck/EditThesaurusForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/EditThesaurusForApi.json",
2025-08-20T19:15:58.5734356Z [00:02:03.506]➜  		"en-US/qualitycheck/ExecuteAsrTransform.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/ExecuteAsrTransform.json",
2025-08-20T19:15:58.5735652Z [00:02:03.506]➜  		"en-US/qualitycheck/GenerateCustomizationModelId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GenerateCustomizationModelId.json",
2025-08-20T19:15:58.5736622Z [00:02:03.506]➜  		"en-US/qualitycheck/GetAccAsrResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetAccAsrResult.json",
2025-08-20T19:15:58.5737544Z [00:02:03.506]➜  		"en-US/qualitycheck/GetAsrVocab.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetAsrVocab.json",
2025-08-20T19:15:58.5738840Z [00:02:03.506]➜  		"en-US/qualitycheck/GetAudioDataStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetAudioDataStatus.json",
2025-08-20T19:15:58.5739957Z [00:02:03.506]➜  		"en-US/qualitycheck/GetBusinessCategoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetBusinessCategoryList.json",
2025-08-20T19:15:58.5741129Z [00:02:03.506]➜  		"en-US/qualitycheck/GetCustomizationConfigList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetCustomizationConfigList.json",
2025-08-20T19:15:58.5742065Z [00:02:03.506]➜  		"en-US/qualitycheck/GetDataSetList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetDataSetList.json",
2025-08-20T19:15:58.5743257Z [00:02:03.506]➜  		"en-US/qualitycheck/GetFileDimension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetFileDimension.json",
2025-08-20T19:15:58.5744133Z [00:02:03.506]➜  		"en-US/qualitycheck/GetResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetResult.json",
2025-08-20T19:15:58.5745085Z [00:02:03.506]➜  		"en-US/qualitycheck/GetResultCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetResultCount.json",
2025-08-20T19:15:58.5746004Z [00:02:03.506]➜  		"en-US/qualitycheck/GetReviewInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetReviewInfo.json",
2025-08-20T19:15:58.5746844Z [00:02:03.506]➜  		"en-US/qualitycheck/GetRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetRule.json",
2025-08-20T19:15:58.5747787Z [00:02:03.506]➜  		"en-US/qualitycheck/GetRuleDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetRuleDetail.json",
2025-08-20T19:15:58.5748909Z [00:02:03.506]➜  		"en-US/qualitycheck/GetRuleDimension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetRuleDimension.json",
2025-08-20T19:15:58.5749889Z [00:02:03.506]➜  		"en-US/qualitycheck/GetScoreInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetScoreInfo.json",
2025-08-20T19:15:58.5751104Z [00:02:03.506]➜  		"en-US/qualitycheck/GetThesaurusBySynonymForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetThesaurusBySynonymForApi.json",
2025-08-20T19:15:58.5752240Z [00:02:03.506]➜  		"en-US/qualitycheck/InsertScoreForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/InsertScoreForApi.json",
2025-08-20T19:15:58.5756141Z [00:02:03.506]➜  		"en-US/qualitycheck/InsertSubScoreForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/InsertSubScoreForApi.json",
2025-08-20T19:15:58.5757142Z [00:02:03.506]➜  		"en-US/qualitycheck/InvalidRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/InvalidRule.json",
2025-08-20T19:15:58.5758163Z [00:02:03.506]➜  		"en-US/qualitycheck/ListDataSetTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/ListDataSetTask.json",
2025-08-20T19:15:58.5759151Z [00:02:03.506]➜  		"en-US/qualitycheck/RegisterNotice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/RegisterNotice.json",
2025-08-20T19:15:58.5760139Z [00:02:03.506]➜  		"en-US/qualitycheck/SaveReviewResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/SaveReviewResult.json",
2025-08-20T19:15:58.5761155Z [00:02:03.506]➜  		"en-US/qualitycheck/SubmitReviewInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/SubmitReviewInfo.json",
2025-08-20T19:15:58.5762085Z [00:02:03.506]➜  		"en-US/qualitycheck/TestNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/TestNetwork.json",
2025-08-20T19:15:58.5763209Z [00:02:03.506]➜  		"en-US/qualitycheck/UpdateAsrVocab.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateAsrVocab.json",
2025-08-20T19:15:58.5764496Z [00:02:03.506]➜  		"en-US/qualitycheck/UpdateOnPurchaseSuccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateOnPurchaseSuccess.json",
2025-08-20T19:15:58.5765508Z [00:02:03.506]➜  		"en-US/qualitycheck/UpdateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateRule.json",
2025-08-20T19:15:58.5766531Z [00:02:03.506]➜  		"en-US/qualitycheck/UpdateRuleForAnt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateRuleForAnt.json",
2025-08-20T19:15:58.5767585Z [00:02:03.506]➜  		"en-US/qualitycheck/UpdateScoreForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateScoreForApi.json",
2025-08-20T19:15:58.5768667Z [00:02:03.506]➜  		"en-US/qualitycheck/UpdateSubScoreForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateSubScoreForApi.json",
2025-08-20T19:15:58.5769680Z [00:02:03.506]➜  		"en-US/qualitycheck/UploadAudioData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadAudioData.json",
2025-08-20T19:15:58.5770783Z [00:02:03.506]➜  		"en-US/qualitycheck/UploadAudioData4Pre.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadAudioData4Pre.json",
2025-08-20T19:15:58.5771922Z [00:02:03.506]➜  		"en-US/qualitycheck/UploadAudioDataWithRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadAudioDataWithRules.json",
2025-08-20T19:15:58.5773275Z [00:02:03.506]➜  		"en-US/qualitycheck/UploadAudioDataWithRules4Pre.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadAudioDataWithRules4Pre.json",
2025-08-20T19:15:58.5774148Z [00:02:03.506]➜  		"en-US/qualitycheck/UploadData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadData.json",
2025-08-20T19:15:58.5775104Z [00:02:03.506]➜  		"en-US/qualitycheck/UploadDataSync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadDataSync.json",
2025-08-20T19:15:58.5776254Z [00:02:03.506]➜  		"en-US/qualitycheck/UploadDataWithRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadDataWithRules.json",
2025-08-20T19:15:58.5777145Z [00:02:03.506]➜  		"en-US/qualitycheck/UploadRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadRule.json",
2025-08-20T19:15:58.5778150Z [00:02:03.506]➜  		"en-US/qualitycheck/UploadRuleForAnt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadRuleForAnt.json",
2025-08-20T19:15:58.5779003Z [00:02:03.506]➜  		"en-US/qualitycheck/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/version.json",
2025-08-20T19:15:58.5779899Z [00:02:03.506]➜  		"en-US/quotas/CreateQuotaAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/CreateQuotaAlarm.json",
2025-08-20T19:15:58.5780922Z [00:02:03.506]➜  		"en-US/quotas/CreateQuotaApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/CreateQuotaApplication.json",
2025-08-20T19:15:58.5782200Z [00:02:03.506]➜  		"en-US/quotas/CreateQuotaApplicationsForTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/CreateQuotaApplicationsForTemplate.json",
2025-08-20T19:15:58.5783394Z [00:02:03.506]➜  		"en-US/quotas/CreateTemplateQuotaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/CreateTemplateQuotaItem.json",
2025-08-20T19:15:58.5784354Z [00:02:03.506]➜  		"en-US/quotas/DeleteQuotaAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/DeleteQuotaAlarm.json",
2025-08-20T19:15:58.5785402Z [00:02:03.506]➜  		"en-US/quotas/DeleteTemplateQuotaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/DeleteTemplateQuotaItem.json",
2025-08-20T19:15:58.5786315Z [00:02:03.506]➜  		"en-US/quotas/GetProductQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetProductQuota.json",
2025-08-20T19:15:58.5787484Z [00:02:03.506]➜  		"en-US/quotas/GetProductQuotaDimension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetProductQuotaDimension.json",
2025-08-20T19:15:58.5788474Z [00:02:03.506]➜  		"en-US/quotas/GetQuotaAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetQuotaAlarm.json",
2025-08-20T19:15:58.5789450Z [00:02:03.506]➜  		"en-US/quotas/GetQuotaApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetQuotaApplication.json",
2025-08-20T19:15:58.5790605Z [00:02:03.506]➜  		"en-US/quotas/GetQuotaTemplateServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetQuotaTemplateServiceStatus.json",
2025-08-20T19:15:58.5791567Z [00:02:03.506]➜  		"en-US/quotas/ListAlarmHistories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListAlarmHistories.json",
2025-08-20T19:15:58.5792675Z [00:02:03.506]➜  		"en-US/quotas/ListDependentQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListDependentQuotas.json",
2025-08-20T19:15:58.5793800Z [00:02:03.506]➜  		"en-US/quotas/ListProductDimensionGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListProductDimensionGroups.json",
2025-08-20T19:15:58.5794940Z [00:02:03.506]➜  		"en-US/quotas/ListProductQuotaDimensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListProductQuotaDimensions.json",
2025-08-20T19:15:58.5795858Z [00:02:03.506]➜  		"en-US/quotas/ListProductQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListProductQuotas.json",
2025-08-20T19:15:58.5796689Z [00:02:03.506]➜  		"en-US/quotas/ListProducts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListProducts.json",
2025-08-20T19:15:58.5797559Z [00:02:03.506]➜  		"en-US/quotas/ListQuotaAlarms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaAlarms.json",
2025-08-20T19:15:58.5798829Z [00:02:03.506]➜  		"en-US/quotas/ListQuotaApplicationTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaApplicationTemplates.json",
2025-08-20T19:15:58.5799960Z [00:02:03.506]➜  		"en-US/quotas/ListQuotaApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaApplications.json",
2025-08-20T19:15:58.5801349Z [00:02:03.506]➜  		"en-US/quotas/ListQuotaApplicationsDetailForTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaApplicationsDetailForTemplate.json",
2025-08-20T19:15:58.5802843Z [00:02:03.506]➜  		"en-US/quotas/ListQuotaApplicationsForTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaApplicationsForTemplate.json",
2025-08-20T19:15:58.5804130Z [00:02:03.506]➜  		"en-US/quotas/ModifyQuotaTemplateServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ModifyQuotaTemplateServiceStatus.json",
2025-08-20T19:15:58.5805292Z [00:02:03.506]➜  		"en-US/quotas/ModifyTemplateQuotaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ModifyTemplateQuotaItem.json",
2025-08-20T19:15:58.5806382Z [00:02:03.506]➜  		"en-US/quotas/UpdateQuotaAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/UpdateQuotaAlarm.json",
2025-08-20T19:15:58.5807132Z [00:02:03.506]➜  		"en-US/quotas/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/version.json",
2025-08-20T19:15:58.5807998Z [00:02:03.506]➜  		"en-US/r-kvstore/AddShardingNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/AddShardingNode.json",
2025-08-20T19:15:58.5808890Z [00:02:03.506]➜  		"en-US/r-kvstore/AllocateDirectConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/AllocateDirectConnection.json",
2025-08-20T19:15:58.5809971Z [00:02:03.506]➜  		"en-US/r-kvstore/AllocateInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/AllocateInstancePublicConnection.json",
2025-08-20T19:15:58.5811032Z [00:02:03.506]➜  		"en-US/r-kvstore/CheckCloudResourceAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:58.5811922Z [00:02:03.506]➜  		"en-US/r-kvstore/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateAccount.json",
2025-08-20T19:15:58.5812907Z [00:02:03.506]➜  		"en-US/r-kvstore/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateBackup.json",
2025-08-20T19:15:58.5813927Z [00:02:03.506]➜  		"en-US/r-kvstore/CreateCacheAnalysisTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateCacheAnalysisTask.json",
2025-08-20T19:15:58.5815057Z [00:02:03.506]➜  		"en-US/r-kvstore/CreateGlobalDistributeCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateGlobalDistributeCache.json",
2025-08-20T19:15:58.5816217Z [00:02:03.506]➜  		"en-US/r-kvstore/CreateGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:15:58.5817241Z [00:02:03.506]➜  		"en-US/r-kvstore/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateInstance.json",
2025-08-20T19:15:58.5818117Z [00:02:03.506]➜  		"en-US/r-kvstore/CreateInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateInstances.json",
2025-08-20T19:15:58.5819024Z [00:02:03.506]➜  		"en-US/r-kvstore/CreateTairInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateTairInstance.json",
2025-08-20T19:15:58.5819850Z [00:02:03.506]➜  		"en-US/r-kvstore/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DeleteAccount.json",
2025-08-20T19:15:58.5821052Z [00:02:03.506]➜  		"en-US/r-kvstore/DeleteGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:15:58.5822037Z [00:02:03.506]➜  		"en-US/r-kvstore/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DeleteInstance.json",
2025-08-20T19:15:58.5823179Z [00:02:03.506]➜  		"en-US/r-kvstore/DeleteShardingNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DeleteShardingNode.json",
2025-08-20T19:15:58.5824092Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeAccounts.json",
2025-08-20T19:15:58.5825198Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeActiveOperationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeActiveOperationTask.json",
2025-08-20T19:15:58.5826214Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeAuditLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeAuditLogConfig.json",
2025-08-20T19:15:58.5827195Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeAuditRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeAuditRecords.json",
2025-08-20T19:15:58.5828353Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeAvailableResource.json",
2025-08-20T19:15:58.5829320Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeBackupPolicy.json",
2025-08-20T19:15:58.5830258Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeBackupTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeBackupTasks.json",
2025-08-20T19:15:58.5831125Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeBackups.json",
2025-08-20T19:15:58.5832227Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeCacheAnalysisReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeCacheAnalysisReport.json",
2025-08-20T19:15:58.5833700Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeCacheAnalysisReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeCacheAnalysisReportList.json",
2025-08-20T19:15:58.5834901Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeClusterBackupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeClusterBackupList.json",
2025-08-20T19:15:58.5835996Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeClusterMemberInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeClusterMemberInfo.json",
2025-08-20T19:15:58.5837085Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeDBInstanceNetInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeDBInstanceNetInfo.json",
2025-08-20T19:15:58.5838204Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeDBNodeDirectVipInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeDBNodeDirectVipInfo.json",
2025-08-20T19:15:58.5839510Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeDedicatedClusterInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeDedicatedClusterInstanceList.json",
2025-08-20T19:15:58.5840524Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeEncryptionKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeEncryptionKey.json",
2025-08-20T19:15:58.5841591Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeEncryptionKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeEncryptionKeyList.json",
2025-08-20T19:15:58.5842787Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeEngineVersion.json",
2025-08-20T19:15:58.5844045Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeGlobalDistributeCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeGlobalDistributeCache.json",
2025-08-20T19:15:58.5845227Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:15:58.5846499Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:58.5847604Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeHistoryMonitorValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeHistoryMonitorValues.json",
2025-08-20T19:15:58.5848570Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeHistoryTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeHistoryTasks.json",
2025-08-20T19:15:58.5849627Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceAttribute.json",
2025-08-20T19:15:58.5851061Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:58.5852264Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceConfig.json",
2025-08-20T19:15:58.5853472Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceSSL.json",
2025-08-20T19:15:58.5854553Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeInstanceTDEStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceTDEStatus.json",
2025-08-20T19:15:58.5855479Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstances.json",
2025-08-20T19:15:58.5856542Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeInstancesOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstancesOverview.json",
2025-08-20T19:15:58.5857740Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeIntranetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeIntranetAttribute.json",
2025-08-20T19:15:58.5858868Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeLogicInstanceTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeLogicInstanceTopology.json",
2025-08-20T19:15:58.5859829Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeMonitorItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeMonitorItems.json",
2025-08-20T19:15:58.5861055Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeParameterModificationHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeParameterModificationHistory.json",
2025-08-20T19:15:58.5862151Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeParameterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeParameterTemplates.json",
2025-08-20T19:15:58.5863951Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeParameters.json",
2025-08-20T19:15:58.5865094Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribePrice.json",
2025-08-20T19:15:58.5866397Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeRegions.json",
2025-08-20T19:15:58.5867613Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeRoleZoneInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeRoleZoneInfo.json",
2025-08-20T19:15:58.5869206Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeRunningLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeRunningLogRecords.json",
2025-08-20T19:15:58.5871000Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeSecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:15:58.5872621Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeSecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeSecurityIps.json",
2025-08-20T19:15:58.5873841Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeSlowLogRecords.json",
2025-08-20T19:15:58.5874876Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeTasks.json",
2025-08-20T19:15:58.5876086Z [00:02:03.506]➜  		"en-US/r-kvstore/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeZones.json",
2025-08-20T19:15:58.5877313Z [00:02:03.506]➜  		"en-US/r-kvstore/EnableAdditionalBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/EnableAdditionalBandwidth.json",
2025-08-20T19:15:58.5878653Z [00:02:03.506]➜  		"en-US/r-kvstore/FlushExpireKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/FlushExpireKeys.json",
2025-08-20T19:15:58.5879677Z [00:02:03.506]➜  		"en-US/r-kvstore/FlushInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/FlushInstance.json",
2025-08-20T19:15:58.5880973Z [00:02:03.506]➜  		"en-US/r-kvstore/FlushInstanceForDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/FlushInstanceForDB.json",
2025-08-20T19:15:58.5882136Z [00:02:03.506]➜  		"en-US/r-kvstore/GrantAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/GrantAccountPrivilege.json",
2025-08-20T19:15:58.5883664Z [00:02:03.506]➜  		"en-US/r-kvstore/InitializeKvstorePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/InitializeKvstorePermission.json",
2025-08-20T19:15:58.5884856Z [00:02:03.506]➜  		"en-US/r-kvstore/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ListTagResources.json",
2025-08-20T19:15:58.5886052Z [00:02:03.507]➜  		"en-US/r-kvstore/LockDBInstanceWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/LockDBInstanceWrite.json",
2025-08-20T19:15:58.5887055Z [00:02:03.507]➜  		"en-US/r-kvstore/MigrateToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/MigrateToOtherZone.json",
2025-08-20T19:15:58.5888291Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyAccountDescription.json",
2025-08-20T19:15:58.5889357Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyAccountPassword.json",
2025-08-20T19:15:58.5890742Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyActiveOperationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyActiveOperationTask.json",
2025-08-20T19:15:58.5892030Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyAuditLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyAuditLogConfig.json",
2025-08-20T19:15:58.5893219Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyBackupPolicy.json",
2025-08-20T19:15:58.5894730Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyDBInstanceConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:58.5895915Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:15:58.5897169Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyGlobalSecurityIPGroupName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:15:58.5898572Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:58.5899644Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceAttribute.json",
2025-08-20T19:15:58.5900891Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:58.5901886Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceConfig.json",
2025-08-20T19:15:58.5903117Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:58.5904312Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyInstanceMajorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceMajorVersion.json",
2025-08-20T19:15:58.5905501Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyInstanceMinorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceMinorVersion.json",
2025-08-20T19:15:58.5906892Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyInstanceNetExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceNetExpireTime.json",
2025-08-20T19:15:58.5908453Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyInstanceParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceParameter.json",
2025-08-20T19:15:58.5909551Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceSSL.json",
2025-08-20T19:15:58.5910805Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceSpec.json",
2025-08-20T19:15:58.5911981Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceTDE.json",
2025-08-20T19:15:58.5913589Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyInstanceVpcAuthMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceVpcAuthMode.json",
2025-08-20T19:15:58.5914725Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyIntranetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyIntranetAttribute.json",
2025-08-20T19:15:58.5915787Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifyResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyResourceGroup.json",
2025-08-20T19:15:58.5917112Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifySecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifySecurityGroupConfiguration.json",
2025-08-20T19:15:58.5918273Z [00:02:03.507]➜  		"en-US/r-kvstore/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifySecurityIps.json",
2025-08-20T19:15:58.5919348Z [00:02:03.507]➜  		"en-US/r-kvstore/ReleaseDirectConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ReleaseDirectConnection.json",
2025-08-20T19:15:58.5920716Z [00:02:03.507]➜  		"en-US/r-kvstore/ReleaseInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ReleaseInstancePublicConnection.json",
2025-08-20T19:15:58.5921653Z [00:02:03.507]➜  		"en-US/r-kvstore/RemoveSubInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RemoveSubInstance.json",
2025-08-20T19:15:58.5922917Z [00:02:03.507]➜  		"en-US/r-kvstore/RenewAdditionalBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RenewAdditionalBandwidth.json",
2025-08-20T19:15:58.5924104Z [00:02:03.507]➜  		"en-US/r-kvstore/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RenewInstance.json",
2025-08-20T19:15:58.5925105Z [00:02:03.507]➜  		"en-US/r-kvstore/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ResetAccountPassword.json",
2025-08-20T19:15:58.5926028Z [00:02:03.507]➜  		"en-US/r-kvstore/RestartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RestartInstance.json",
2025-08-20T19:15:58.5926913Z [00:02:03.507]➜  		"en-US/r-kvstore/RestoreInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RestoreInstance.json",
2025-08-20T19:15:58.5927848Z [00:02:03.507]➜  		"en-US/r-kvstore/SwitchInstanceHA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/SwitchInstanceHA.json",
2025-08-20T19:15:58.5928866Z [00:02:03.507]➜  		"en-US/r-kvstore/SwitchInstanceProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/SwitchInstanceProxy.json",
2025-08-20T19:15:58.5929897Z [00:02:03.507]➜  		"en-US/r-kvstore/SwitchNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/SwitchNetwork.json",
2025-08-20T19:15:58.5930939Z [00:02:03.507]➜  		"en-US/r-kvstore/SyncDtsStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/SyncDtsStatus.json",
2025-08-20T19:15:58.5931812Z [00:02:03.507]➜  		"en-US/r-kvstore/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/TagResources.json",
2025-08-20T19:15:58.5933109Z [00:02:03.507]➜  		"en-US/r-kvstore/TransformInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/TransformInstanceChargeType.json",
2025-08-20T19:15:58.5934156Z [00:02:03.507]➜  		"en-US/r-kvstore/TransformToPrePaid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/TransformToPrePaid.json",
2025-08-20T19:15:58.5935236Z [00:02:03.507]➜  		"en-US/r-kvstore/UnlockDBInstanceWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/UnlockDBInstanceWrite.json",
2025-08-20T19:15:58.5936473Z [00:02:03.507]➜  		"en-US/r-kvstore/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/UntagResources.json",
2025-08-20T19:15:58.5937446Z [00:02:03.507]➜  		"en-US/r-kvstore/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/version.json",
2025-08-20T19:15:58.5938267Z [00:02:03.507]➜  		"en-US/ram/AddUserToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/AddUserToGroup.json",
2025-08-20T19:15:58.5939192Z [00:02:03.507]➜  		"en-US/ram/AttachPolicyToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/AttachPolicyToGroup.json",
2025-08-20T19:15:58.5940429Z [00:02:03.507]➜  		"en-US/ram/AttachPolicyToRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/AttachPolicyToRole.json",
2025-08-20T19:15:58.5941432Z [00:02:03.507]➜  		"en-US/ram/AttachPolicyToUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/AttachPolicyToUser.json",
2025-08-20T19:15:58.5942669Z [00:02:03.507]➜  		"en-US/ram/BindMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/BindMFADevice.json",
2025-08-20T19:15:58.5943518Z [00:02:03.507]➜  		"en-US/ram/ChangePassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ChangePassword.json",
2025-08-20T19:15:58.5944552Z [00:02:03.507]➜  		"en-US/ram/ClearAccountAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ClearAccountAlias.json",
2025-08-20T19:15:58.5945499Z [00:02:03.507]➜  		"en-US/ram/CreateAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateAccessKey.json",
2025-08-20T19:15:58.5946330Z [00:02:03.507]➜  		"en-US/ram/CreateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateGroup.json",
2025-08-20T19:15:58.5947502Z [00:02:03.507]➜  		"en-US/ram/CreateLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateLoginProfile.json",
2025-08-20T19:15:58.5948341Z [00:02:03.507]➜  		"en-US/ram/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreatePolicy.json",
2025-08-20T19:15:58.5949298Z [00:02:03.507]➜  		"en-US/ram/CreatePolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreatePolicyVersion.json",
2025-08-20T19:15:58.5950081Z [00:02:03.507]➜  		"en-US/ram/CreateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateRole.json",
2025-08-20T19:15:58.5951115Z [00:02:03.507]➜  		"en-US/ram/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateUser.json",
2025-08-20T19:15:58.5952290Z [00:02:03.507]➜  		"en-US/ram/CreateVirtualMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateVirtualMFADevice.json",
2025-08-20T19:15:58.5953429Z [00:02:03.507]➜  		"en-US/ram/DecodeDiagnosticMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DecodeDiagnosticMessage.json",
2025-08-20T19:15:58.5954419Z [00:02:03.507]➜  		"en-US/ram/DeleteAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteAccessKey.json",
2025-08-20T19:15:58.5955239Z [00:02:03.507]➜  		"en-US/ram/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteGroup.json",
2025-08-20T19:15:58.5956067Z [00:02:03.507]➜  		"en-US/ram/DeleteLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteLoginProfile.json",
2025-08-20T19:15:58.5956855Z [00:02:03.507]➜  		"en-US/ram/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeletePolicy.json",
2025-08-20T19:15:58.5957765Z [00:02:03.507]➜  		"en-US/ram/DeletePolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeletePolicyVersion.json",
2025-08-20T19:15:58.5958504Z [00:02:03.507]➜  		"en-US/ram/DeleteRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteRole.json",
2025-08-20T19:15:58.5959342Z [00:02:03.507]➜  		"en-US/ram/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteUser.json",
2025-08-20T19:15:58.5960242Z [00:02:03.507]➜  		"en-US/ram/DeleteVirtualMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteVirtualMFADevice.json",
2025-08-20T19:15:58.5961152Z [00:02:03.507]➜  		"en-US/ram/DetachPolicyFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DetachPolicyFromGroup.json",
2025-08-20T19:15:58.5961993Z [00:02:03.507]➜  		"en-US/ram/DetachPolicyFromRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DetachPolicyFromRole.json",
2025-08-20T19:15:58.5962938Z [00:02:03.507]➜  		"en-US/ram/DetachPolicyFromUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DetachPolicyFromUser.json",
2025-08-20T19:15:58.5963844Z [00:02:03.507]➜  		"en-US/ram/GetAccessKeyLastUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetAccessKeyLastUsed.json",
2025-08-20T19:15:58.5964862Z [00:02:03.507]➜  		"en-US/ram/GetAccountAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetAccountAlias.json",
2025-08-20T19:15:58.5965755Z [00:02:03.507]➜  		"en-US/ram/GetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetGroup.json",
2025-08-20T19:15:58.5966579Z [00:02:03.507]➜  		"en-US/ram/GetLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetLoginProfile.json",
2025-08-20T19:15:58.5967435Z [00:02:03.507]➜  		"en-US/ram/GetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetPasswordPolicy.json",
2025-08-20T19:15:58.5968131Z [00:02:03.507]➜  		"en-US/ram/GetPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetPolicy.json",
2025-08-20T19:15:58.5969151Z [00:02:03.507]➜  		"en-US/ram/GetPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetPolicyVersion.json",
2025-08-20T19:15:58.5970032Z [00:02:03.507]➜  		"en-US/ram/GetRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetRole.json",
2025-08-20T19:15:58.5970984Z [00:02:03.507]➜  		"en-US/ram/GetSecurityPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetSecurityPreference.json",
2025-08-20T19:15:58.5971652Z [00:02:03.507]➜  		"en-US/ram/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetUser.json",
2025-08-20T19:15:58.5972580Z [00:02:03.507]➜  		"en-US/ram/GetUserMFAInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetUserMFAInfo.json",
2025-08-20T19:15:58.5973406Z [00:02:03.507]➜  		"en-US/ram/ListAccessKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListAccessKeys.json",
2025-08-20T19:15:58.5974404Z [00:02:03.507]➜  		"en-US/ram/ListEntitiesForPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListEntitiesForPolicy.json",
2025-08-20T19:15:58.5975122Z [00:02:03.507]➜  		"en-US/ram/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListGroups.json",
2025-08-20T19:15:58.5976131Z [00:02:03.507]➜  		"en-US/ram/ListGroupsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListGroupsForUser.json",
2025-08-20T19:15:58.5977339Z [00:02:03.507]➜  		"en-US/ram/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPolicies.json",
2025-08-20T19:15:58.5978304Z [00:02:03.507]➜  		"en-US/ram/ListPoliciesForGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPoliciesForGroup.json",
2025-08-20T19:15:58.5979232Z [00:02:03.507]➜  		"en-US/ram/ListPoliciesForRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPoliciesForRole.json",
2025-08-20T19:15:58.5980153Z [00:02:03.507]➜  		"en-US/ram/ListPoliciesForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPoliciesForUser.json",
2025-08-20T19:15:58.5981071Z [00:02:03.507]➜  		"en-US/ram/ListPolicyVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPolicyVersions.json",
2025-08-20T19:15:58.5981980Z [00:02:03.507]➜  		"en-US/ram/ListRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListRoles.json",
2025-08-20T19:15:58.5982901Z [00:02:03.507]➜  		"en-US/ram/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListUsers.json",
2025-08-20T19:15:58.5983799Z [00:02:03.507]➜  		"en-US/ram/ListUsersForGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListUsersForGroup.json",
2025-08-20T19:15:58.5984743Z [00:02:03.507]➜  		"en-US/ram/ListVirtualMFADevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListVirtualMFADevices.json",
2025-08-20T19:15:58.5985665Z [00:02:03.507]➜  		"en-US/ram/RemoveUserFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/RemoveUserFromGroup.json",
2025-08-20T19:15:58.5986513Z [00:02:03.507]➜  		"en-US/ram/SetAccountAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/SetAccountAlias.json",
2025-08-20T19:15:58.5987517Z [00:02:03.507]➜  		"en-US/ram/SetDefaultPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/SetDefaultPolicyVersion.json",
2025-08-20T19:15:58.5988380Z [00:02:03.507]➜  		"en-US/ram/SetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/SetPasswordPolicy.json",
2025-08-20T19:15:58.5989323Z [00:02:03.507]➜  		"en-US/ram/SetSecurityPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/SetSecurityPreference.json",
2025-08-20T19:15:58.5990142Z [00:02:03.507]➜  		"en-US/ram/UnbindMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UnbindMFADevice.json",
2025-08-20T19:15:58.5990993Z [00:02:03.507]➜  		"en-US/ram/UpdateAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateAccessKey.json",
2025-08-20T19:15:58.5991911Z [00:02:03.507]➜  		"en-US/ram/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateGroup.json",
2025-08-20T19:15:58.5993144Z [00:02:03.507]➜  		"en-US/ram/UpdateLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateLoginProfile.json",
2025-08-20T19:15:58.5994147Z [00:02:03.507]➜  		"en-US/ram/UpdatePolicyDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdatePolicyDescription.json",
2025-08-20T19:15:58.5994877Z [00:02:03.507]➜  		"en-US/ram/UpdateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateRole.json",
2025-08-20T19:15:58.5995637Z [00:02:03.507]➜  		"en-US/ram/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateUser.json",
2025-08-20T19:15:58.5996342Z [00:02:03.507]➜  		"en-US/ram/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/version.json",
2025-08-20T19:15:58.5997477Z [00:02:03.507]➜  		"en-US/rds/ActivateMigrationTargetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ActivateMigrationTargetInstance.json",
2025-08-20T19:15:58.5998428Z [00:02:03.507]➜  		"en-US/rds/AddTagsToResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/AddTagsToResource.json",
2025-08-20T19:15:58.5999523Z [00:02:03.507]➜  		"en-US/rds/AllocateInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/AllocateInstancePublicConnection.json",
2025-08-20T19:15:58.6000707Z [00:02:03.507]➜  		"en-US/rds/AllocateReadWriteSplittingConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/AllocateReadWriteSplittingConnection.json",
2025-08-20T19:15:58.6001844Z [00:02:03.507]➜  		"en-US/rds/AttachWhitelistTemplateToInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/AttachWhitelistTemplateToInstance.json",
2025-08-20T19:15:58.6002982Z [00:02:03.507]➜  		"en-US/rds/CalculateDBInstanceWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CalculateDBInstanceWeight.json",
2025-08-20T19:15:58.6003772Z [00:02:03.507]➜  		"en-US/rds/CancelImport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CancelImport.json",
2025-08-20T19:15:58.6004867Z [00:02:03.507]➜  		"en-US/rds/CheckAccountNameAvailable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckAccountNameAvailable.json",
2025-08-20T19:15:58.6005976Z [00:02:03.507]➜  		"en-US/rds/CheckCloudResourceAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:58.6006980Z [00:02:03.507]➜  		"en-US/rds/CheckCreateDdrDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckCreateDdrDBInstance.json",
2025-08-20T19:15:58.6007870Z [00:02:03.507]➜  		"en-US/rds/CheckDBNameAvailable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckDBNameAvailable.json",
2025-08-20T19:15:58.6008751Z [00:02:03.507]➜  		"en-US/rds/CheckInstanceExist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckInstanceExist.json",
2025-08-20T19:15:58.6009690Z [00:02:03.507]➜  		"en-US/rds/CheckServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckServiceLinkedRole.json",
2025-08-20T19:15:58.6010505Z [00:02:03.507]➜  		"en-US/rds/CloneDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CloneDBInstance.json",
2025-08-20T19:15:58.6011374Z [00:02:03.507]➜  		"en-US/rds/CloneParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CloneParameterGroup.json",
2025-08-20T19:15:58.6012130Z [00:02:03.507]➜  		"en-US/rds/ConfirmNotify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ConfirmNotify.json",
2025-08-20T19:15:58.6013140Z [00:02:03.507]➜  		"en-US/rds/CopyDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CopyDatabase.json",
2025-08-20T19:15:58.6014404Z [00:02:03.507]➜  		"en-US/rds/CopyDatabaseBetweenInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CopyDatabaseBetweenInstances.json",
2025-08-20T19:15:58.6015355Z [00:02:03.507]➜  		"en-US/rds/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateAccount.json",
2025-08-20T19:15:58.6016139Z [00:02:03.507]➜  		"en-US/rds/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateBackup.json",
2025-08-20T19:15:58.6017314Z [00:02:03.507]➜  		"en-US/rds/CreateCloudMigrationPrecheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateCloudMigrationPrecheckTask.json",
2025-08-20T19:15:58.6018271Z [00:02:03.507]➜  		"en-US/rds/CreateCloudMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateCloudMigrationTask.json",
2025-08-20T19:15:58.6019138Z [00:02:03.507]➜  		"en-US/rds/CreateDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBInstance.json",
2025-08-20T19:15:58.6020186Z [00:02:03.507]➜  		"en-US/rds/CreateDBInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBInstanceEndpoint.json",
2025-08-20T19:15:58.6021514Z [00:02:03.507]➜  		"en-US/rds/CreateDBInstanceEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBInstanceEndpointAddress.json",
2025-08-20T19:15:58.6022819Z [00:02:03.507]➜  		"en-US/rds/CreateDBInstanceForRebuild.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBInstanceForRebuild.json",
2025-08-20T19:15:58.6023629Z [00:02:03.507]➜  		"en-US/rds/CreateDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBNodes.json",
2025-08-20T19:15:58.6024760Z [00:02:03.507]➜  		"en-US/rds/CreateDBProxyEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBProxyEndpointAddress.json",
2025-08-20T19:15:58.6025557Z [00:02:03.507]➜  		"en-US/rds/CreateDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDatabase.json",
2025-08-20T19:15:58.6026420Z [00:02:03.507]➜  		"en-US/rds/CreateDdrInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDdrInstance.json",
2025-08-20T19:15:58.6027516Z [00:02:03.507]➜  		"en-US/rds/CreateDiagnosticReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDiagnosticReport.json",
2025-08-20T19:15:58.6028353Z [00:02:03.507]➜  		"en-US/rds/CreateGADInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateGADInstance.json",
2025-08-20T19:15:58.6029588Z [00:02:03.507]➜  		"en-US/rds/CreateGadInstanceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateGadInstanceMember.json",
2025-08-20T19:15:58.6030511Z [00:02:03.507]➜  		"en-US/rds/CreateMigrateTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateMigrateTask.json",
2025-08-20T19:15:58.6031502Z [00:02:03.507]➜  		"en-US/rds/CreateOnlineDatabaseTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateOnlineDatabaseTask.json",
2025-08-20T19:15:58.6032760Z [00:02:03.507]➜  		"en-US/rds/CreateOrderForCreateDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateOrderForCreateDBNodes.json",
2025-08-20T19:15:58.6033803Z [00:02:03.507]➜  		"en-US/rds/CreateOrderForDeleteDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateOrderForDeleteDBNodes.json",
2025-08-20T19:15:58.6034684Z [00:02:03.507]➜  		"en-US/rds/CreateParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateParameterGroup.json",
2025-08-20T19:15:58.6035696Z [00:02:03.507]➜  		"en-US/rds/CreatePostgresExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreatePostgresExtensions.json",
2025-08-20T19:15:58.6036687Z [00:02:03.507]➜  		"en-US/rds/CreateReadOnlyDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateReadOnlyDBInstance.json",
2025-08-20T19:15:58.6037595Z [00:02:03.507]➜  		"en-US/rds/CreateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateSecret.json",
2025-08-20T19:15:58.6038708Z [00:02:03.507]➜  		"en-US/rds/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateServiceLinkedRole.json",
2025-08-20T19:15:58.6039687Z [00:02:03.507]➜  		"en-US/rds/CreateTempDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateTempDBInstance.json",
2025-08-20T19:15:58.6040633Z [00:02:03.507]➜  		"en-US/rds/CreateYouhuiForOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateYouhuiForOrder.json",
2025-08-20T19:15:58.6041489Z [00:02:03.507]➜  		"en-US/rds/DeleteADSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteADSetting.json",
2025-08-20T19:15:58.6042314Z [00:02:03.507]➜  		"en-US/rds/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteAccount.json",
2025-08-20T19:15:58.6043317Z [00:02:03.507]➜  		"en-US/rds/DeleteBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteBackup.json",
2025-08-20T19:15:58.6044382Z [00:02:03.507]➜  		"en-US/rds/DeleteBackupFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteBackupFile.json",
2025-08-20T19:15:58.6045329Z [00:02:03.507]➜  		"en-US/rds/DeleteDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBInstance.json",
2025-08-20T19:15:58.6046373Z [00:02:03.507]➜  		"en-US/rds/DeleteDBInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBInstanceEndpoint.json",
2025-08-20T19:15:58.6047554Z [00:02:03.507]➜  		"en-US/rds/DeleteDBInstanceEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBInstanceEndpointAddress.json",
2025-08-20T19:15:58.6048430Z [00:02:03.507]➜  		"en-US/rds/DeleteDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBNodes.json",
2025-08-20T19:15:58.6049566Z [00:02:03.507]➜  		"en-US/rds/DeleteDBProxyEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBProxyEndpointAddress.json",
2025-08-20T19:15:58.6050577Z [00:02:03.507]➜  		"en-US/rds/DeleteDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDatabase.json",
2025-08-20T19:15:58.6051444Z [00:02:03.507]➜  		"en-US/rds/DeleteGadInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteGadInstance.json",
2025-08-20T19:15:58.6052366Z [00:02:03.507]➜  		"en-US/rds/DeleteParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteParameterGroup.json",
2025-08-20T19:15:58.6053527Z [00:02:03.507]➜  		"en-US/rds/DeletePostgresExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeletePostgresExtensions.json",
2025-08-20T19:15:58.6054363Z [00:02:03.507]➜  		"en-US/rds/DeleteSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteSecret.json",
2025-08-20T19:15:58.6055143Z [00:02:03.507]➜  		"en-US/rds/DeleteSlot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteSlot.json",
2025-08-20T19:15:58.6056118Z [00:02:03.507]➜  		"en-US/rds/DeleteUserBackupFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteUserBackupFile.json",
2025-08-20T19:15:58.6057185Z [00:02:03.507]➜  		"en-US/rds/DescibeImportsFromDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescibeImportsFromDatabase.json",
2025-08-20T19:15:58.6058011Z [00:02:03.507]➜  		"en-US/rds/DescribeADInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeADInfo.json",
2025-08-20T19:15:58.6058876Z [00:02:03.507]➜  		"en-US/rds/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAccounts.json",
2025-08-20T19:15:58.6059925Z [00:02:03.507]➜  		"en-US/rds/DescribeActionEventPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeActionEventPolicy.json",
2025-08-20T19:15:58.6061188Z [00:02:03.507]➜  		"en-US/rds/DescribeActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeActiveOperationTasks.json",
2025-08-20T19:15:58.6062641Z [00:02:03.507]➜  		"en-US/rds/DescribeAllWhitelistTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAllWhitelistTemplate.json",
2025-08-20T19:15:58.6063977Z [00:02:03.507]➜  		"en-US/rds/DescribeAnalyticdbByPrimaryDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAnalyticdbByPrimaryDBInstance.json",
2025-08-20T19:15:58.6065050Z [00:02:03.507]➜  		"en-US/rds/DescribeAvailableClasses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableClasses.json",
2025-08-20T19:15:58.6066195Z [00:02:03.507]➜  		"en-US/rds/DescribeAvailableCrossRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableCrossRegion.json",
2025-08-20T19:15:58.6067161Z [00:02:03.508]➜  		"en-US/rds/DescribeAvailableMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableMetrics.json",
2025-08-20T19:15:58.6068395Z [00:02:03.508]➜  		"en-US/rds/DescribeAvailableRecoveryTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableRecoveryTime.json",
2025-08-20T19:15:58.6069372Z [00:02:03.508]➜  		"en-US/rds/DescribeAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableZones.json",
2025-08-20T19:15:58.6070346Z [00:02:03.508]➜  		"en-US/rds/DescribeBackupDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBackupDatabase.json",
2025-08-20T19:15:58.6071259Z [00:02:03.508]➜  		"en-US/rds/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBackupPolicy.json",
2025-08-20T19:15:58.6072159Z [00:02:03.508]➜  		"en-US/rds/DescribeBackupTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBackupTasks.json",
2025-08-20T19:15:58.6073214Z [00:02:03.508]➜  		"en-US/rds/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBackups.json",
2025-08-20T19:15:58.6074148Z [00:02:03.508]➜  		"en-US/rds/DescribeBinlogFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBinlogFiles.json",
2025-08-20T19:15:58.6075360Z [00:02:03.508]➜  		"en-US/rds/DescribeCharacterSetName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCharacterSetName.json",
2025-08-20T19:15:58.6076304Z [00:02:03.508]➜  		"en-US/rds/DescribeClassDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeClassDetails.json",
2025-08-20T19:15:58.6077519Z [00:02:03.508]➜  		"en-US/rds/DescribeCloudMigrationPrecheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCloudMigrationPrecheckResult.json",
2025-08-20T19:15:58.6078581Z [00:02:03.508]➜  		"en-US/rds/DescribeCloudMigrationResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCloudMigrationResult.json",
2025-08-20T19:15:58.6079628Z [00:02:03.508]➜  		"en-US/rds/DescribeCollationTimeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCollationTimeZones.json",
2025-08-20T19:15:58.6080672Z [00:02:03.508]➜  		"en-US/rds/DescribeCrossBackupMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCrossBackupMetaList.json",
2025-08-20T19:15:58.6081882Z [00:02:03.508]➜  		"en-US/rds/DescribeCrossRegionBackupDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCrossRegionBackupDBInstance.json",
2025-08-20T19:15:58.6083067Z [00:02:03.508]➜  		"en-US/rds/DescribeCrossRegionBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCrossRegionBackups.json",
2025-08-20T19:15:58.6084227Z [00:02:03.508]➜  		"en-US/rds/DescribeCrossRegionLogBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCrossRegionLogBackupFiles.json",
2025-08-20T19:15:58.6085352Z [00:02:03.508]➜  		"en-US/rds/DescribeCurrentModifyOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCurrentModifyOrder.json",
2025-08-20T19:15:58.6086516Z [00:02:03.508]➜  		"en-US/rds/DescribeCustinsResourceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCustinsResourceInfo.json",
2025-08-20T19:15:58.6087574Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceAttribute.json",
2025-08-20T19:15:58.6088569Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceByTags.json",
2025-08-20T19:15:58.6089694Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceConnectivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceConnectivity.json",
2025-08-20T19:15:58.6090704Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceDetail.json",
2025-08-20T19:15:58.6091957Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceEncryptionKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceEncryptionKey.json",
2025-08-20T19:15:58.6093201Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceEndpoints.json",
2025-08-20T19:15:58.6094207Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceHAConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceHAConfig.json",
2025-08-20T19:15:58.6095233Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceIPArrayList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceIPArrayList.json",
2025-08-20T19:15:58.6096301Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceIpHostname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceIpHostname.json",
2025-08-20T19:15:58.6097331Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceMetrics.json",
2025-08-20T19:15:58.6098501Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceMonitor.json",
2025-08-20T19:15:58.6099483Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceNetInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceNetInfo.json",
2025-08-20T19:15:58.6100644Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceNetInfoForChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceNetInfoForChannel.json",
2025-08-20T19:15:58.6101782Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstancePerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancePerformance.json",
2025-08-20T19:15:58.6103169Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstancePromoteActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancePromoteActivity.json",
2025-08-20T19:15:58.6104463Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceProxyConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceProxyConfiguration.json",
2025-08-20T19:15:58.6105523Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceSSL.json",
2025-08-20T19:15:58.6106503Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceTDE.json",
2025-08-20T19:15:58.6107447Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstances.json",
2025-08-20T19:15:58.6108633Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstancesAsCsv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancesAsCsv.json",
2025-08-20T19:15:58.6109926Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstancesByExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancesByExpireTime.json",
2025-08-20T19:15:58.6111116Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstancesByPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancesByPerformance.json",
2025-08-20T19:15:58.6112154Z [00:02:03.508]➜  		"en-US/rds/DescribeDBInstancesForClone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancesForClone.json",
2025-08-20T19:15:58.6113347Z [00:02:03.508]➜  		"en-US/rds/DescribeDBMiniEngineVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBMiniEngineVersions.json",
2025-08-20T19:15:58.6114200Z [00:02:03.508]➜  		"en-US/rds/DescribeDBProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBProxy.json",
2025-08-20T19:15:58.6115413Z [00:02:03.508]➜  		"en-US/rds/DescribeDBProxyEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBProxyEndpoint.json",
2025-08-20T19:15:58.6116837Z [00:02:03.508]➜  		"en-US/rds/DescribeDBProxyPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBProxyPerformance.json",
2025-08-20T19:15:58.6118105Z [00:02:03.508]➜  		"en-US/rds/DescribeDTCSecurityIpHostsForSQLServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDTCSecurityIpHostsForSQLServer.json",
2025-08-20T19:15:58.6118966Z [00:02:03.508]➜  		"en-US/rds/DescribeDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDatabases.json",
2025-08-20T19:15:58.6120012Z [00:02:03.508]➜  		"en-US/rds/DescribeDedicatedHostGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDedicatedHostGroups.json",
2025-08-20T19:15:58.6120962Z [00:02:03.508]➜  		"en-US/rds/DescribeDedicatedHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDedicatedHosts.json",
2025-08-20T19:15:58.6121991Z [00:02:03.508]➜  		"en-US/rds/DescribeDetachedBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDetachedBackups.json",
2025-08-20T19:15:58.6123587Z [00:02:03.508]➜  		"en-US/rds/DescribeDiagnosticReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDiagnosticReportList.json",
2025-08-20T19:15:58.6124897Z [00:02:03.508]➜  		"en-US/rds/DescribeErrorLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeErrorLogs.json",
2025-08-20T19:15:58.6125958Z [00:02:03.508]➜  		"en-US/rds/DescribeEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeEvents.json",
2025-08-20T19:15:58.6126915Z [00:02:03.508]➜  		"en-US/rds/DescribeGadInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeGadInstances.json",
2025-08-20T19:15:58.6127941Z [00:02:03.508]➜  		"en-US/rds/DescribeHADiagnoseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHADiagnoseConfig.json",
2025-08-20T19:15:58.6129077Z [00:02:03.508]➜  		"en-US/rds/DescribeHASwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHASwitchConfig.json",
2025-08-20T19:15:58.6130105Z [00:02:03.508]➜  		"en-US/rds/DescribeHistoryEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHistoryEvents.json",
2025-08-20T19:15:58.6131135Z [00:02:03.508]➜  		"en-US/rds/DescribeHistoryEventsStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHistoryEventsStat.json",
2025-08-20T19:15:58.6132582Z [00:02:03.508]➜  		"en-US/rds/DescribeHistoryTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHistoryTasks.json",
2025-08-20T19:15:58.6133640Z [00:02:03.508]➜  		"en-US/rds/DescribeHistoryTasksStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHistoryTasksStat.json",
2025-08-20T19:15:58.6135125Z [00:02:03.508]➜  		"en-US/rds/DescribeHostGroupElasticStrategyParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHostGroupElasticStrategyParameters.json",
2025-08-20T19:15:58.6136116Z [00:02:03.508]➜  		"en-US/rds/DescribeHostWebShell.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHostWebShell.json",
2025-08-20T19:15:58.6137355Z [00:02:03.508]➜  		"en-US/rds/DescribeInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:58.6138576Z [00:02:03.508]➜  		"en-US/rds/DescribeInstanceCrossBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeInstanceCrossBackupPolicy.json",
2025-08-20T19:15:58.6139534Z [00:02:03.508]➜  		"en-US/rds/DescribeInstanceKeywords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeInstanceKeywords.json",
2025-08-20T19:15:58.6140657Z [00:02:03.508]➜  		"en-US/rds/DescribeInstanceLinkedWhitelistTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeInstanceLinkedWhitelistTemplate.json",
2025-08-20T19:15:58.6141939Z [00:02:03.508]➜  		"en-US/rds/DescribeLocalAvailableRecoveryTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeLocalAvailableRecoveryTime.json",
2025-08-20T19:15:58.6143067Z [00:02:03.508]➜  		"en-US/rds/DescribeLogBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeLogBackupFiles.json",
2025-08-20T19:15:58.6144106Z [00:02:03.508]➜  		"en-US/rds/DescribeMarketingActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeMarketingActivity.json",
2025-08-20T19:15:58.6144959Z [00:02:03.508]➜  		"en-US/rds/DescribeMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeMetaList.json",
2025-08-20T19:15:58.6145902Z [00:02:03.508]➜  		"en-US/rds/DescribeMigrateTaskById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeMigrateTaskById.json",
2025-08-20T19:15:58.6146833Z [00:02:03.508]➜  		"en-US/rds/DescribeMigrateTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeMigrateTasks.json",
2025-08-20T19:15:58.6148097Z [00:02:03.508]➜  		"en-US/rds/DescribeModifyPGHbaConfigLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeModifyPGHbaConfigLog.json",
2025-08-20T19:15:58.6149131Z [00:02:03.508]➜  		"en-US/rds/DescribeModifyParameterLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeModifyParameterLog.json",
2025-08-20T19:15:58.6149999Z [00:02:03.508]➜  		"en-US/rds/DescribeOssDownloads.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeOssDownloads.json",
2025-08-20T19:15:58.6150903Z [00:02:03.508]➜  		"en-US/rds/DescribePGHbaConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribePGHbaConfig.json",
2025-08-20T19:15:58.6151885Z [00:02:03.508]➜  		"en-US/rds/DescribeParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeParameterGroup.json",
2025-08-20T19:15:58.6153236Z [00:02:03.508]➜  		"en-US/rds/DescribeParameterGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeParameterGroups.json",
2025-08-20T19:15:58.6154285Z [00:02:03.508]➜  		"en-US/rds/DescribeParameterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeParameterTemplates.json",
2025-08-20T19:15:58.6155161Z [00:02:03.508]➜  		"en-US/rds/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeParameters.json",
2025-08-20T19:15:58.6156201Z [00:02:03.508]➜  		"en-US/rds/DescribePostgresExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribePostgresExtensions.json",
2025-08-20T19:15:58.6157012Z [00:02:03.508]➜  		"en-US/rds/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribePrice.json",
2025-08-20T19:15:58.6158103Z [00:02:03.508]➜  		"en-US/rds/DescribeQuickSaleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeQuickSaleConfig.json",
2025-08-20T19:15:58.6159197Z [00:02:03.508]➜  		"en-US/rds/DescribeRdsResourceSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeRdsResourceSettings.json",
2025-08-20T19:15:58.6160262Z [00:02:03.508]➜  		"en-US/rds/DescribeReadDBInstanceDelay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeReadDBInstanceDelay.json",
2025-08-20T19:15:58.6161161Z [00:02:03.508]➜  		"en-US/rds/DescribeRegionInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeRegionInfos.json",
2025-08-20T19:15:58.6161987Z [00:02:03.508]➜  		"en-US/rds/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeRegions.json",
2025-08-20T19:15:58.6163061Z [00:02:03.508]➜  		"en-US/rds/DescribeRenewalPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeRenewalPrice.json",
2025-08-20T19:15:58.6164093Z [00:02:03.508]➜  		"en-US/rds/DescribeResourceDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeResourceDetails.json",
2025-08-20T19:15:58.6165190Z [00:02:03.508]➜  		"en-US/rds/DescribeResourceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeResourceUsage.json",
2025-08-20T19:15:58.6166242Z [00:02:03.508]➜  		"en-US/rds/DescribeSQLCollectorPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLCollectorPolicy.json",
2025-08-20T19:15:58.6167318Z [00:02:03.508]➜  		"en-US/rds/DescribeSQLCollectorRetention.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLCollectorRetention.json",
2025-08-20T19:15:58.6168188Z [00:02:03.508]➜  		"en-US/rds/DescribeSQLLogFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLLogFiles.json",
2025-08-20T19:15:58.6169187Z [00:02:03.508]➜  		"en-US/rds/DescribeSQLLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLLogRecords.json",
2025-08-20T19:15:58.6170183Z [00:02:03.508]➜  		"en-US/rds/DescribeSQLLogReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLLogReportList.json",
2025-08-20T19:15:58.6171150Z [00:02:03.508]➜  		"en-US/rds/DescribeSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSecrets.json",
2025-08-20T19:15:58.6172340Z [00:02:03.508]➜  		"en-US/rds/DescribeSecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:15:58.6173348Z [00:02:03.508]➜  		"en-US/rds/DescribeSlots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSlots.json",
2025-08-20T19:15:58.6174309Z [00:02:03.508]➜  		"en-US/rds/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSlowLogRecords.json",
2025-08-20T19:15:58.6175192Z [00:02:03.508]➜  		"en-US/rds/DescribeSlowLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSlowLogs.json",
2025-08-20T19:15:58.6176423Z [00:02:03.508]➜  		"en-US/rds/DescribeSupportOnlineResizeDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSupportOnlineResizeDisk.json",
2025-08-20T19:15:58.6177240Z [00:02:03.508]➜  		"en-US/rds/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeTags.json",
2025-08-20T19:15:58.6178044Z [00:02:03.508]➜  		"en-US/rds/DescribeTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeTasks.json",
2025-08-20T19:15:58.6179336Z [00:02:03.508]➜  		"en-US/rds/DescribeUpgradeMajorVersionPrecheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeUpgradeMajorVersionPrecheckTask.json",
2025-08-20T19:15:58.6180520Z [00:02:03.508]➜  		"en-US/rds/DescribeUpgradeMajorVersionTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeUpgradeMajorVersionTasks.json",
2025-08-20T19:15:58.6181532Z [00:02:03.508]➜  		"en-US/rds/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeVSwitches.json",
2025-08-20T19:15:58.6182826Z [00:02:03.508]➜  		"en-US/rds/DescribeWhitelistTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeWhitelistTemplate.json",
2025-08-20T19:15:58.6184069Z [00:02:03.508]➜  		"en-US/rds/DescribeWhitelistTemplateLinkedInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeWhitelistTemplateLinkedInstance.json",
2025-08-20T19:15:58.6184896Z [00:02:03.508]➜  		"en-US/rds/DestroyDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DestroyDBInstance.json",
2025-08-20T19:15:58.6185818Z [00:02:03.508]➜  		"en-US/rds/DetachGadInstanceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DetachGadInstanceMember.json",
2025-08-20T19:15:58.6186961Z [00:02:03.508]➜  		"en-US/rds/DetachWhitelistTemplateToInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DetachWhitelistTemplateToInstance.json",
2025-08-20T19:15:58.6188019Z [00:02:03.508]➜  		"en-US/rds/EvaluateLocalExtendDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/EvaluateLocalExtendDisk.json",
2025-08-20T19:15:58.6188975Z [00:02:03.508]➜  		"en-US/rds/GetDBInstanceTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/GetDBInstanceTopology.json",
2025-08-20T19:15:58.6189880Z [00:02:03.508]➜  		"en-US/rds/GetDbProxyInstanceSsl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/GetDbProxyInstanceSsl.json",
2025-08-20T19:15:58.6190795Z [00:02:03.508]➜  		"en-US/rds/GrantAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/GrantAccountPrivilege.json",
2025-08-20T19:15:58.6191765Z [00:02:03.508]➜  		"en-US/rds/GrantOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/GrantOperatorPermission.json",
2025-08-20T19:15:58.6193085Z [00:02:03.508]➜  		"en-US/rds/ImportDatabaseBetweenInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ImportDatabaseBetweenInstances.json",
2025-08-20T19:15:58.6194170Z [00:02:03.508]➜  		"en-US/rds/ImportUserBackupFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ImportUserBackupFile.json",
2025-08-20T19:15:58.6194967Z [00:02:03.508]➜  		"en-US/rds/ListClasses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ListClasses.json",
2025-08-20T19:15:58.6195890Z [00:02:03.508]➜  		"en-US/rds/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ListTagResources.json",
2025-08-20T19:15:58.6196868Z [00:02:03.508]➜  		"en-US/rds/ListUserBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ListUserBackupFiles.json",
2025-08-20T19:15:58.6197639Z [00:02:03.508]➜  		"en-US/rds/LockAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/LockAccount.json",
2025-08-20T19:15:58.6198701Z [00:02:03.508]➜  		"en-US/rds/MigrateConnectionToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/MigrateConnectionToOtherZone.json",
2025-08-20T19:15:58.6199754Z [00:02:03.508]➜  		"en-US/rds/MigrateDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/MigrateDBInstance.json",
2025-08-20T19:15:58.6200660Z [00:02:03.508]➜  		"en-US/rds/MigrateSecurityIPMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/MigrateSecurityIPMode.json",
2025-08-20T19:15:58.6201532Z [00:02:03.508]➜  		"en-US/rds/MigrateToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/MigrateToOtherZone.json",
2025-08-20T19:15:58.6202288Z [00:02:03.508]➜  		"en-US/rds/ModifyADInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyADInfo.json",
2025-08-20T19:15:58.6203429Z [00:02:03.508]➜  		"en-US/rds/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyAccountDescription.json",
2025-08-20T19:15:58.6204516Z [00:02:03.508]➜  		"en-US/rds/ModifyActionEventPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyActionEventPolicy.json",
2025-08-20T19:15:58.6205615Z [00:02:03.508]➜  		"en-US/rds/ModifyActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyActiveOperationTasks.json",
2025-08-20T19:15:58.6206492Z [00:02:03.508]➜  		"en-US/rds/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyBackupPolicy.json",
2025-08-20T19:15:58.6207436Z [00:02:03.508]➜  		"en-US/rds/ModifyCollationTimeZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyCollationTimeZone.json",
2025-08-20T19:15:58.6208329Z [00:02:03.508]➜  		"en-US/rds/ModifyCustinsResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyCustinsResource.json",
2025-08-20T19:15:58.6209188Z [00:02:03.508]➜  		"en-US/rds/ModifyDBDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBDescription.json",
2025-08-20T19:15:58.6210631Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json",
2025-08-20T19:15:58.6211604Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceConfig.json",
2025-08-20T19:15:58.6212888Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceConnectionMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceConnectionMode.json",
2025-08-20T19:15:58.6214071Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:58.6215380Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceDelayedReplicationTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceDelayedReplicationTime.json",
2025-08-20T19:15:58.6216592Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceDeletionProtection.json",
2025-08-20T19:15:58.6217826Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceDescription.json",
2025-08-20T19:15:58.6218839Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceEndpoint.json",
2025-08-20T19:15:58.6220002Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceEndpointAddress.json",
2025-08-20T19:15:58.6221012Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceHAConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceHAConfig.json",
2025-08-20T19:15:58.6222232Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:15:58.6223548Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceMetrics.json",
2025-08-20T19:15:58.6224571Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceMonitor.json",
2025-08-20T19:15:58.6225762Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceNetworkExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceNetworkExpireTime.json",
2025-08-20T19:15:58.6226779Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceNetworkType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceNetworkType.json",
2025-08-20T19:15:58.6227742Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstancePayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstancePayType.json",
2025-08-20T19:15:58.6228937Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceProxyConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceProxyConfiguration.json",
2025-08-20T19:15:58.6229855Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceSSL.json",
2025-08-20T19:15:58.6230782Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceSpec.json",
2025-08-20T19:15:58.6231678Z [00:02:03.508]➜  		"en-US/rds/ModifyDBInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceTDE.json",
2025-08-20T19:15:58.6232570Z [00:02:03.508]➜  		"en-US/rds/ModifyDBNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBNode.json",
2025-08-20T19:15:58.6233424Z [00:02:03.508]➜  		"en-US/rds/ModifyDBProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBProxy.json",
2025-08-20T19:15:58.6234511Z [00:02:03.508]➜  		"en-US/rds/ModifyDBProxyEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBProxyEndpoint.json",
2025-08-20T19:15:58.6235687Z [00:02:03.508]➜  		"en-US/rds/ModifyDBProxyEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBProxyEndpointAddress.json",
2025-08-20T19:15:58.6236622Z [00:02:03.508]➜  		"en-US/rds/ModifyDBProxyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBProxyInstance.json",
2025-08-20T19:15:58.6237849Z [00:02:03.508]➜  		"en-US/rds/ModifyDTCSecurityIpHostsForSQLServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDTCSecurityIpHostsForSQLServer.json",
2025-08-20T19:15:58.6238813Z [00:02:03.508]➜  		"en-US/rds/ModifyDasInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDasInstanceConfig.json",
2025-08-20T19:15:58.6239727Z [00:02:03.508]➜  		"en-US/rds/ModifyDatabaseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDatabaseConfig.json",
2025-08-20T19:15:58.6240725Z [00:02:03.508]➜  		"en-US/rds/ModifyDbProxyInstanceSsl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDbProxyInstanceSsl.json",
2025-08-20T19:15:58.6241540Z [00:02:03.508]➜  		"en-US/rds/ModifyEventInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyEventInfo.json",
2025-08-20T19:15:58.6242683Z [00:02:03.508]➜  		"en-US/rds/ModifyHADiagnoseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyHADiagnoseConfig.json",
2025-08-20T19:15:58.6243644Z [00:02:03.508]➜  		"en-US/rds/ModifyHASwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyHASwitchConfig.json",
2025-08-20T19:15:58.6244846Z [00:02:03.508]➜  		"en-US/rds/ModifyInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:58.6246308Z [00:02:03.508]➜  		"en-US/rds/ModifyInstanceCrossBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyInstanceCrossBackupPolicy.json",
2025-08-20T19:15:58.6247230Z [00:02:03.508]➜  		"en-US/rds/ModifyPGHbaConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyPGHbaConfig.json",
2025-08-20T19:15:58.6248075Z [00:02:03.508]➜  		"en-US/rds/ModifyParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyParameter.json",
2025-08-20T19:15:58.6249002Z [00:02:03.508]➜  		"en-US/rds/ModifyParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyParameterGroup.json",
2025-08-20T19:15:58.6250192Z [00:02:03.508]➜  		"en-US/rds/ModifyReadWriteSplittingConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyReadWriteSplittingConnection.json",
2025-08-20T19:15:58.6251553Z [00:02:03.508]➜  		"en-US/rds/ModifyReadonlyInstanceDelayReplicationTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyReadonlyInstanceDelayReplicationTime.json",
2025-08-20T19:15:58.6252690Z [00:02:03.508]➜  		"en-US/rds/ModifyResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyResourceGroup.json",
2025-08-20T19:15:58.6253712Z [00:02:03.509]➜  		"en-US/rds/ModifySQLCollectorPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifySQLCollectorPolicy.json",
2025-08-20T19:15:58.6254818Z [00:02:03.509]➜  		"en-US/rds/ModifySQLCollectorRetention.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifySQLCollectorRetention.json",
2025-08-20T19:15:58.6256010Z [00:02:03.509]➜  		"en-US/rds/ModifySecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifySecurityGroupConfiguration.json",
2025-08-20T19:15:58.6256900Z [00:02:03.509]➜  		"en-US/rds/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifySecurityIps.json",
2025-08-20T19:15:58.6257740Z [00:02:03.509]➜  		"en-US/rds/ModifyTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyTaskInfo.json",
2025-08-20T19:15:58.6259021Z [00:02:03.509]➜  		"en-US/rds/ModifyWhitelistTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyWhitelistTemplate.json",
2025-08-20T19:15:58.6260247Z [00:02:03.509]➜  		"en-US/rds/PreCheckCreateOrderForCreateDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/PreCheckCreateOrderForCreateDBNodes.json",
2025-08-20T19:15:58.6261449Z [00:02:03.509]➜  		"en-US/rds/PreCheckCreateOrderForDeleteDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/PreCheckCreateOrderForDeleteDBNodes.json",
2025-08-20T19:15:58.6262341Z [00:02:03.509]➜  		"en-US/rds/PurgeDBInstanceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/PurgeDBInstanceLog.json",
2025-08-20T19:15:58.6263367Z [00:02:03.509]➜  		"en-US/rds/QueryNotify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/QueryNotify.json",
2025-08-20T19:15:58.6264346Z [00:02:03.509]➜  		"en-US/rds/QueryRecommendByCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/QueryRecommendByCode.json",
2025-08-20T19:15:58.6265230Z [00:02:03.509]➜  		"en-US/rds/RebuildDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RebuildDBInstance.json",
2025-08-20T19:15:58.6266529Z [00:02:03.509]➜  		"en-US/rds/ReceiveDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ReceiveDBInstance.json",
2025-08-20T19:15:58.6267378Z [00:02:03.509]➜  		"en-US/rds/RecoveryDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RecoveryDBInstance.json",
2025-08-20T19:15:58.6268339Z [00:02:03.509]➜  		"en-US/rds/ReleaseInstanceConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ReleaseInstanceConnection.json",
2025-08-20T19:15:58.6269580Z [00:02:03.509]➜  		"en-US/rds/ReleaseInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ReleaseInstancePublicConnection.json",
2025-08-20T19:15:58.6270881Z [00:02:03.509]➜  		"en-US/rds/ReleaseReadWriteSplittingConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ReleaseReadWriteSplittingConnection.json",
2025-08-20T19:15:58.6271807Z [00:02:03.509]➜  		"en-US/rds/RemoveTagsFromResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RemoveTagsFromResource.json",
2025-08-20T19:15:58.6272796Z [00:02:03.509]➜  		"en-US/rds/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RenewInstance.json",
2025-08-20T19:15:58.6273573Z [00:02:03.509]➜  		"en-US/rds/ResetAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ResetAccount.json",
2025-08-20T19:15:58.6274502Z [00:02:03.509]➜  		"en-US/rds/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ResetAccountPassword.json",
2025-08-20T19:15:58.6275427Z [00:02:03.509]➜  		"en-US/rds/RestartDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RestartDBInstance.json",
2025-08-20T19:15:58.6276855Z [00:02:03.509]➜  		"en-US/rds/RestoreDdrTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RestoreDdrTable.json",
2025-08-20T19:15:58.6277637Z [00:02:03.509]➜  		"en-US/rds/RestoreTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RestoreTable.json",
2025-08-20T19:15:58.6278577Z [00:02:03.509]➜  		"en-US/rds/RevokeAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RevokeAccountPrivilege.json",
2025-08-20T19:15:58.6279540Z [00:02:03.509]➜  		"en-US/rds/RevokeOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RevokeOperatorPermission.json",
2025-08-20T19:15:58.6280351Z [00:02:03.509]➜  		"en-US/rds/StartDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/StartDBInstance.json",
2025-08-20T19:15:58.6281165Z [00:02:03.509]➜  		"en-US/rds/StopDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/StopDBInstance.json",
2025-08-20T19:15:58.6282192Z [00:02:03.509]➜  		"en-US/rds/SwitchDBInstanceHA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/SwitchDBInstanceHA.json",
2025-08-20T19:15:58.6283433Z [00:02:03.509]➜  		"en-US/rds/SwitchDBInstanceNetType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/SwitchDBInstanceNetType.json",
2025-08-20T19:15:58.6284358Z [00:02:03.509]➜  		"en-US/rds/SwitchDBInstanceVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/SwitchDBInstanceVpc.json",
2025-08-20T19:15:58.6285462Z [00:02:03.509]➜  		"en-US/rds/SwitchGuardToMasterInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/SwitchGuardToMasterInstance.json",
2025-08-20T19:15:58.6286249Z [00:02:03.509]➜  		"en-US/rds/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/TagResources.json",
2025-08-20T19:15:58.6287212Z [00:02:03.509]➜  		"en-US/rds/TerminateMigrateTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/TerminateMigrateTask.json",
2025-08-20T19:15:58.6288413Z [00:02:03.509]➜  		"en-US/rds/TransformDBInstancePayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/TransformDBInstancePayType.json",
2025-08-20T19:15:58.6289253Z [00:02:03.509]➜  		"en-US/rds/UnlockAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UnlockAccount.json",
2025-08-20T19:15:58.6290096Z [00:02:03.509]➜  		"en-US/rds/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UntagResources.json",
2025-08-20T19:15:58.6291063Z [00:02:03.509]➜  		"en-US/rds/UpdatePostgresExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpdatePostgresExtensions.json",
2025-08-20T19:15:58.6292025Z [00:02:03.509]➜  		"en-US/rds/UpdateUserBackupFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpdateUserBackupFile.json",
2025-08-20T19:15:58.6293523Z [00:02:03.509]➜  		"en-US/rds/UpgradeDBInstanceEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBInstanceEngineVersion.json",
2025-08-20T19:15:58.6294754Z [00:02:03.509]➜  		"en-US/rds/UpgradeDBInstanceKernelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:15:58.6295851Z [00:02:03.509]➜  		"en-US/rds/UpgradeDBInstanceMajorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBInstanceMajorVersion.json",
2025-08-20T19:15:58.6297107Z [00:02:03.509]➜  		"en-US/rds/UpgradeDBInstanceMajorVersionPrecheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBInstanceMajorVersionPrecheck.json",
2025-08-20T19:15:58.6298341Z [00:02:03.509]➜  		"en-US/rds/UpgradeDBProxyInstanceKernelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBProxyInstanceKernelVersion.json",
2025-08-20T19:15:58.6299045Z [00:02:03.509]➜  		"en-US/rds/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/version.json",
2025-08-20T19:15:58.6300210Z [00:02:03.509]➜  		"en-US/resourcecenter/AssociateDefaultFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/AssociateDefaultFilter.json",
2025-08-20T19:15:58.6301165Z [00:02:03.509]➜  		"en-US/resourcecenter/CreateFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/CreateFilter.json",
2025-08-20T19:15:58.6302130Z [00:02:03.509]➜  		"en-US/resourcecenter/CreateSavedQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/CreateSavedQuery.json",
2025-08-20T19:15:58.6303361Z [00:02:03.509]➜  		"en-US/resourcecenter/DeleteFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DeleteFilter.json",
2025-08-20T19:15:58.6304451Z [00:02:03.509]➜  		"en-US/resourcecenter/DeleteSavedQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DeleteSavedQuery.json",
2025-08-20T19:15:58.6306053Z [00:02:03.509]➜  		"en-US/resourcecenter/DisableMultiAccountResourceCenter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DisableMultiAccountResourceCenter.json",
2025-08-20T19:15:58.6307331Z [00:02:03.509]➜  		"en-US/resourcecenter/DisableResourceCenter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DisableResourceCenter.json",
2025-08-20T19:15:58.6308566Z [00:02:03.509]➜  		"en-US/resourcecenter/DisassociateDefaultFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DisassociateDefaultFilter.json",
2025-08-20T19:15:58.6309950Z [00:02:03.509]➜  		"en-US/resourcecenter/EnableMultiAccountResourceCenter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/EnableMultiAccountResourceCenter.json",
2025-08-20T19:15:58.6311127Z [00:02:03.509]➜  		"en-US/resourcecenter/EnableResourceCenter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/EnableResourceCenter.json",
2025-08-20T19:15:58.6312614Z [00:02:03.509]➜  		"en-US/resourcecenter/ExecuteMultiAccountSQLQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ExecuteMultiAccountSQLQuery.json",
2025-08-20T19:15:58.6313703Z [00:02:03.509]➜  		"en-US/resourcecenter/ExecuteSQLQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ExecuteSQLQuery.json",
2025-08-20T19:15:58.6314734Z [00:02:03.509]➜  		"en-US/resourcecenter/GetExampleQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetExampleQuery.json",
2025-08-20T19:15:58.6316329Z [00:02:03.509]➜  		"en-US/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json",
2025-08-20T19:15:58.6317908Z [00:02:03.509]➜  		"en-US/resourcecenter/GetMultiAccountResourceConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetMultiAccountResourceConfiguration.json",
2025-08-20T19:15:58.6319374Z [00:02:03.509]➜  		"en-US/resourcecenter/GetResourceCenterServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetResourceCenterServiceStatus.json",
2025-08-20T19:15:58.6320601Z [00:02:03.509]➜  		"en-US/resourcecenter/GetResourceConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetResourceConfiguration.json",
2025-08-20T19:15:58.6321644Z [00:02:03.509]➜  		"en-US/resourcecenter/GetResourceCounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetResourceCounts.json",
2025-08-20T19:15:58.6322789Z [00:02:03.509]➜  		"en-US/resourcecenter/GetSavedQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetSavedQuery.json",
2025-08-20T19:15:58.6323867Z [00:02:03.509]➜  		"en-US/resourcecenter/ListExampleQueries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListExampleQueries.json",
2025-08-20T19:15:58.6324778Z [00:02:03.509]➜  		"en-US/resourcecenter/ListFilters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListFilters.json",
2025-08-20T19:15:58.6326028Z [00:02:03.509]➜  		"en-US/resourcecenter/ListMultiAccountResourceGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListMultiAccountResourceGroups.json",
2025-08-20T19:15:58.6327175Z [00:02:03.509]➜  		"en-US/resourcecenter/ListMultiAccountTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListMultiAccountTagKeys.json",
2025-08-20T19:15:58.6328373Z [00:02:03.509]➜  		"en-US/resourcecenter/ListMultiAccountTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListMultiAccountTagValues.json",
2025-08-20T19:15:58.6329404Z [00:02:03.509]➜  		"en-US/resourcecenter/ListResourceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListResourceTypes.json",
2025-08-20T19:15:58.6330419Z [00:02:03.509]➜  		"en-US/resourcecenter/ListSavedQueries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListSavedQueries.json",
2025-08-20T19:15:58.6331581Z [00:02:03.509]➜  		"en-US/resourcecenter/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListTagKeys.json",
2025-08-20T19:15:58.6332815Z [00:02:03.509]➜  		"en-US/resourcecenter/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListTagValues.json",
2025-08-20T19:15:58.6334109Z [00:02:03.509]➜  		"en-US/resourcecenter/SearchMultiAccountResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/SearchMultiAccountResources.json",
2025-08-20T19:15:58.6335126Z [00:02:03.509]➜  		"en-US/resourcecenter/SearchResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/SearchResources.json",
2025-08-20T19:15:58.6336120Z [00:02:03.509]➜  		"en-US/resourcecenter/UpdateFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/UpdateFilter.json",
2025-08-20T19:15:58.6337201Z [00:02:03.509]➜  		"en-US/resourcecenter/UpdateSavedQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/UpdateSavedQuery.json",
2025-08-20T19:15:58.6338097Z [00:02:03.509]➜  		"en-US/resourcecenter/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/version.json",
2025-08-20T19:15:58.6339126Z [00:02:03.509]➜  		"en-US/resourcemanager/AcceptHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/AcceptHandshake.json",
2025-08-20T19:15:58.6340257Z [00:02:03.509]➜  		"en-US/resourcemanager/AttachControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/AttachControlPolicy.json",
2025-08-20T19:15:58.6341498Z [00:02:03.509]➜  		"en-US/resourcemanager/AttachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/AttachPolicy.json",
2025-08-20T19:15:58.6342987Z [00:02:03.509]➜  		"en-US/resourcemanager/BindSecureMobilePhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/BindSecureMobilePhone.json",
2025-08-20T19:15:58.6344227Z [00:02:03.509]➜  		"en-US/resourcemanager/CancelChangeAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CancelChangeAccountEmail.json",
2025-08-20T19:15:58.6345446Z [00:02:03.509]➜  		"en-US/resourcemanager/CancelCreateCloudAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CancelCreateCloudAccount.json",
2025-08-20T19:15:58.6346542Z [00:02:03.509]➜  		"en-US/resourcemanager/CancelHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CancelHandshake.json",
2025-08-20T19:15:58.6347814Z [00:02:03.509]➜  		"en-US/resourcemanager/CancelPromoteResourceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CancelPromoteResourceAccount.json",
2025-08-20T19:15:58.6348880Z [00:02:03.509]➜  		"en-US/resourcemanager/ChangeAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ChangeAccountEmail.json",
2025-08-20T19:15:58.6349947Z [00:02:03.509]➜  		"en-US/resourcemanager/CheckAccountDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CheckAccountDelete.json",
2025-08-20T19:15:58.6351005Z [00:02:03.509]➜  		"en-US/resourcemanager/CreateCloudAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateCloudAccount.json",
2025-08-20T19:15:58.6352098Z [00:02:03.509]➜  		"en-US/resourcemanager/CreateControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateControlPolicy.json",
2025-08-20T19:15:58.6353310Z [00:02:03.509]➜  		"en-US/resourcemanager/CreateFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateFolder.json",
2025-08-20T19:15:58.6354314Z [00:02:03.509]➜  		"en-US/resourcemanager/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreatePolicy.json",
2025-08-20T19:15:58.6355697Z [00:02:03.509]➜  		"en-US/resourcemanager/CreatePolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreatePolicyVersion.json",
2025-08-20T19:15:58.6356892Z [00:02:03.509]➜  		"en-US/resourcemanager/CreateResourceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateResourceAccount.json",
2025-08-20T19:15:58.6357994Z [00:02:03.509]➜  		"en-US/resourcemanager/CreateResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateResourceGroup.json",
2025-08-20T19:15:58.6358955Z [00:02:03.509]➜  		"en-US/resourcemanager/CreateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateRole.json",
2025-08-20T19:15:58.6360085Z [00:02:03.509]➜  		"en-US/resourcemanager/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateServiceLinkedRole.json",
2025-08-20T19:15:58.6361188Z [00:02:03.509]➜  		"en-US/resourcemanager/DeclineHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeclineHandshake.json",
2025-08-20T19:15:58.6362218Z [00:02:03.509]➜  		"en-US/resourcemanager/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteAccount.json",
2025-08-20T19:15:58.6363528Z [00:02:03.509]➜  		"en-US/resourcemanager/DeleteControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteControlPolicy.json",
2025-08-20T19:15:58.6364562Z [00:02:03.509]➜  		"en-US/resourcemanager/DeleteFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteFolder.json",
2025-08-20T19:15:58.6365553Z [00:02:03.509]➜  		"en-US/resourcemanager/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeletePolicy.json",
2025-08-20T19:15:58.6366995Z [00:02:03.509]➜  		"en-US/resourcemanager/DeletePolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeletePolicyVersion.json",
2025-08-20T19:15:58.6368137Z [00:02:03.509]➜  		"en-US/resourcemanager/DeleteResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteResourceGroup.json",
2025-08-20T19:15:58.6369132Z [00:02:03.509]➜  		"en-US/resourcemanager/DeleteRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteRole.json",
2025-08-20T19:15:58.6370294Z [00:02:03.509]➜  		"en-US/resourcemanager/DeleteServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteServiceLinkedRole.json",
2025-08-20T19:15:58.6371665Z [00:02:03.509]➜  		"en-US/resourcemanager/DeregisterDelegatedAdministrator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeregisterDelegatedAdministrator.json",
2025-08-20T19:15:58.6373096Z [00:02:03.509]➜  		"en-US/resourcemanager/DestroyResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DestroyResourceDirectory.json",
2025-08-20T19:15:58.6374381Z [00:02:03.509]➜  		"en-US/resourcemanager/DetachControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DetachControlPolicy.json",
2025-08-20T19:15:58.6375386Z [00:02:03.509]➜  		"en-US/resourcemanager/DetachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DetachPolicy.json",
2025-08-20T19:15:58.6376609Z [00:02:03.509]➜  		"en-US/resourcemanager/DisableAssociatedTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DisableAssociatedTransfer.json",
2025-08-20T19:15:58.6377684Z [00:02:03.509]➜  		"en-US/resourcemanager/DisableControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DisableControlPolicy.json",
2025-08-20T19:15:58.6378825Z [00:02:03.509]➜  		"en-US/resourcemanager/EnableAssociatedTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/EnableAssociatedTransfer.json",
2025-08-20T19:15:58.6380050Z [00:02:03.509]➜  		"en-US/resourcemanager/EnableControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/EnableControlPolicy.json",
2025-08-20T19:15:58.6381191Z [00:02:03.509]➜  		"en-US/resourcemanager/EnableResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/EnableResourceDirectory.json",
2025-08-20T19:15:58.6382111Z [00:02:03.509]➜  		"en-US/resourcemanager/GetAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetAccount.json",
2025-08-20T19:15:58.6383611Z [00:02:03.509]➜  		"en-US/resourcemanager/GetAccountDeletionCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetAccountDeletionCheckResult.json",
2025-08-20T19:15:58.6384810Z [00:02:03.509]➜  		"en-US/resourcemanager/GetAccountDeletionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetAccountDeletionStatus.json",
2025-08-20T19:15:58.6385846Z [00:02:03.509]➜  		"en-US/resourcemanager/GetControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetControlPolicy.json",
2025-08-20T19:15:58.6387171Z [00:02:03.509]➜  		"en-US/resourcemanager/GetControlPolicyEnablementStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetControlPolicyEnablementStatus.json",
2025-08-20T19:15:58.6388084Z [00:02:03.509]➜  		"en-US/resourcemanager/GetFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetFolder.json",
2025-08-20T19:15:58.6389055Z [00:02:03.509]➜  		"en-US/resourcemanager/GetHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetHandshake.json",
2025-08-20T19:15:58.6390272Z [00:02:03.509]➜  		"en-US/resourcemanager/GetPayerForAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetPayerForAccount.json",
2025-08-20T19:15:58.6391317Z [00:02:03.509]➜  		"en-US/resourcemanager/GetPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetPolicy.json",
2025-08-20T19:15:58.6392621Z [00:02:03.509]➜  		"en-US/resourcemanager/GetPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetPolicyVersion.json",
2025-08-20T19:15:58.6393749Z [00:02:03.509]➜  		"en-US/resourcemanager/GetResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetResourceDirectory.json",
2025-08-20T19:15:58.6394786Z [00:02:03.509]➜  		"en-US/resourcemanager/GetResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetResourceGroup.json",
2025-08-20T19:15:58.6395687Z [00:02:03.509]➜  		"en-US/resourcemanager/GetRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetRole.json",
2025-08-20T19:15:58.6397230Z [00:02:03.509]➜  		"en-US/resourcemanager/GetServiceLinkedRoleDeletionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetServiceLinkedRoleDeletionStatus.json",
2025-08-20T19:15:58.6398422Z [00:02:03.509]➜  		"en-US/resourcemanager/InitResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/InitResourceDirectory.json",
2025-08-20T19:15:58.6399805Z [00:02:03.509]➜  		"en-US/resourcemanager/InviteAccountToResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/InviteAccountToResourceDirectory.json",
2025-08-20T19:15:58.6400792Z [00:02:03.509]➜  		"en-US/resourcemanager/ListAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListAccounts.json",
2025-08-20T19:15:58.6401940Z [00:02:03.509]➜  		"en-US/resourcemanager/ListAccountsForParent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListAccountsForParent.json",
2025-08-20T19:15:58.6403175Z [00:02:03.509]➜  		"en-US/resourcemanager/ListAncestors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListAncestors.json",
2025-08-20T19:15:58.6404670Z [00:02:03.509]➜  		"en-US/resourcemanager/ListAssociatedTransferSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListAssociatedTransferSetting.json",
2025-08-20T19:15:58.6405879Z [00:02:03.509]➜  		"en-US/resourcemanager/ListControlPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListControlPolicies.json",
2025-08-20T19:15:58.6407369Z [00:02:03.509]➜  		"en-US/resourcemanager/ListControlPolicyAttachmentsForTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListControlPolicyAttachmentsForTarget.json",
2025-08-20T19:15:58.6408603Z [00:02:03.509]➜  		"en-US/resourcemanager/ListDelegatedAdministrators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListDelegatedAdministrators.json",
2025-08-20T19:15:58.6409982Z [00:02:03.509]➜  		"en-US/resourcemanager/ListDelegatedServicesForAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListDelegatedServicesForAccount.json",
2025-08-20T19:15:58.6411084Z [00:02:03.509]➜  		"en-US/resourcemanager/ListFoldersForParent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListFoldersForParent.json",
2025-08-20T19:15:58.6412283Z [00:02:03.509]➜  		"en-US/resourcemanager/ListHandshakesForAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListHandshakesForAccount.json",
2025-08-20T19:15:58.6414597Z [00:02:03.509]➜  		"en-US/resourcemanager/ListHandshakesForResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListHandshakesForResourceDirectory.json",
2025-08-20T19:15:58.6415729Z [00:02:03.509]➜  		"en-US/resourcemanager/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListPolicies.json",
2025-08-20T19:15:58.6417026Z [00:02:03.509]➜  		"en-US/resourcemanager/ListPolicyAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListPolicyAttachments.json",
2025-08-20T19:15:58.6418146Z [00:02:03.509]➜  		"en-US/resourcemanager/ListPolicyVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListPolicyVersions.json",
2025-08-20T19:15:58.6419423Z [00:02:03.509]➜  		"en-US/resourcemanager/ListResourceGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListResourceGroups.json",
2025-08-20T19:15:58.6420444Z [00:02:03.509]➜  		"en-US/resourcemanager/ListResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListResources.json",
2025-08-20T19:15:58.6421384Z [00:02:03.509]➜  		"en-US/resourcemanager/ListRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListRoles.json",
2025-08-20T19:15:58.6422370Z [00:02:03.509]➜  		"en-US/resourcemanager/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTagKeys.json",
2025-08-20T19:15:58.6423733Z [00:02:03.509]➜  		"en-US/resourcemanager/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTagResources.json",
2025-08-20T19:15:58.6424692Z [00:02:03.509]➜  		"en-US/resourcemanager/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTagValues.json",
2025-08-20T19:15:58.6426155Z [00:02:03.509]➜  		"en-US/resourcemanager/ListTargetAttachmentsForControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTargetAttachmentsForControlPolicy.json",
2025-08-20T19:15:58.6427362Z [00:02:03.509]➜  		"en-US/resourcemanager/ListTrustedServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTrustedServiceStatus.json",
2025-08-20T19:15:58.6428329Z [00:02:03.509]➜  		"en-US/resourcemanager/MoveAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/MoveAccount.json",
2025-08-20T19:15:58.6429460Z [00:02:03.509]➜  		"en-US/resourcemanager/MoveResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/MoveResources.json",
2025-08-20T19:15:58.6430621Z [00:02:03.509]➜  		"en-US/resourcemanager/PromoteResourceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/PromoteResourceAccount.json",
2025-08-20T19:15:58.6431948Z [00:02:03.509]➜  		"en-US/resourcemanager/RegisterDelegatedAdministrator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/RegisterDelegatedAdministrator.json",
2025-08-20T19:15:58.6433283Z [00:02:03.509]➜  		"en-US/resourcemanager/RemoveCloudAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/RemoveCloudAccount.json",
2025-08-20T19:15:58.6434616Z [00:02:03.509]➜  		"en-US/resourcemanager/ResendCreateCloudAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ResendCreateCloudAccountEmail.json",
2025-08-20T19:15:58.6436017Z [00:02:03.509]➜  		"en-US/resourcemanager/ResendPromoteResourceAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ResendPromoteResourceAccountEmail.json",
2025-08-20T19:15:58.6437185Z [00:02:03.509]➜  		"en-US/resourcemanager/RetryChangeAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/RetryChangeAccountEmail.json",
2025-08-20T19:15:58.6438803Z [00:02:03.509]➜  		"en-US/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json",
2025-08-20T19:15:58.6440174Z [00:02:03.509]➜  		"en-US/resourcemanager/SendVerificationCodeForEnableRD.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/SendVerificationCodeForEnableRD.json",
2025-08-20T19:15:58.6441471Z [00:02:03.509]➜  		"en-US/resourcemanager/SetDefaultPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/SetDefaultPolicyVersion.json",
2025-08-20T19:15:58.6443166Z [00:02:03.509]➜  		"en-US/resourcemanager/SetMemberDeletionPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/SetMemberDeletionPermission.json",
2025-08-20T19:15:58.6444178Z [00:02:03.509]➜  		"en-US/resourcemanager/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/TagResources.json",
2025-08-20T19:15:58.6445180Z [00:02:03.509]➜  		"en-US/resourcemanager/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UntagResources.json",
2025-08-20T19:15:58.6446170Z [00:02:03.509]➜  		"en-US/resourcemanager/UpdateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateAccount.json",
2025-08-20T19:15:58.6447493Z [00:02:03.509]➜  		"en-US/resourcemanager/UpdateAssociatedTransferSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateAssociatedTransferSetting.json",
2025-08-20T19:15:58.6448719Z [00:02:03.509]➜  		"en-US/resourcemanager/UpdateControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateControlPolicy.json",
2025-08-20T19:15:58.6449702Z [00:02:03.510]➜  		"en-US/resourcemanager/UpdateFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateFolder.json",
2025-08-20T19:15:58.6450793Z [00:02:03.510]➜  		"en-US/resourcemanager/UpdateResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateResourceGroup.json",
2025-08-20T19:15:58.6451715Z [00:02:03.510]➜  		"en-US/resourcemanager/UpdateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateRole.json",
2025-08-20T19:15:58.6452791Z [00:02:03.510]➜  		"en-US/resourcemanager/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/version.json",
2025-08-20T19:15:58.6453848Z [00:02:03.510]➜  		"en-US/rocketmq/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ChangeResourceGroup.json",
2025-08-20T19:15:58.6455038Z [00:02:03.510]➜  		"en-US/rocketmq/CreateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/CreateConsumerGroup.json",
2025-08-20T19:15:58.6455923Z [00:02:03.510]➜  		"en-US/rocketmq/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/CreateInstance.json",
2025-08-20T19:15:58.6456799Z [00:02:03.510]➜  		"en-US/rocketmq/CreateTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/CreateTopic.json",
2025-08-20T19:15:58.6457792Z [00:02:03.510]➜  		"en-US/rocketmq/DeleteConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/DeleteConsumerGroup.json",
2025-08-20T19:15:58.6458724Z [00:02:03.510]➜  		"en-US/rocketmq/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/DeleteInstance.json",
2025-08-20T19:15:58.6459600Z [00:02:03.510]➜  		"en-US/rocketmq/DeleteTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/DeleteTopic.json",
2025-08-20T19:15:58.6460551Z [00:02:03.510]➜  		"en-US/rocketmq/GetConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/GetConsumerGroup.json",
2025-08-20T19:15:58.6461397Z [00:02:03.510]➜  		"en-US/rocketmq/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/GetInstance.json",
2025-08-20T19:15:58.6462191Z [00:02:03.510]➜  		"en-US/rocketmq/GetTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/GetTopic.json",
2025-08-20T19:15:58.6463624Z [00:02:03.510]➜  		"en-US/rocketmq/ListConsumerGroupSubscriptions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ListConsumerGroupSubscriptions.json",
2025-08-20T19:15:58.6464800Z [00:02:03.510]➜  		"en-US/rocketmq/ListConsumerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ListConsumerGroups.json",
2025-08-20T19:15:58.6465815Z [00:02:03.510]➜  		"en-US/rocketmq/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ListInstances.json",
2025-08-20T19:15:58.6466669Z [00:02:03.510]➜  		"en-US/rocketmq/ListTopics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ListTopics.json",
2025-08-20T19:15:58.6467695Z [00:02:03.510]➜  		"en-US/rocketmq/ResetConsumeOffset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ResetConsumeOffset.json",
2025-08-20T19:15:58.6468677Z [00:02:03.510]➜  		"en-US/rocketmq/UpdateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/UpdateConsumerGroup.json",
2025-08-20T19:15:58.6469572Z [00:02:03.510]➜  		"en-US/rocketmq/UpdateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/UpdateInstance.json",
2025-08-20T19:15:58.6470435Z [00:02:03.510]➜  		"en-US/rocketmq/UpdateTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/UpdateTopic.json",
2025-08-20T19:15:58.6471377Z [00:02:03.510]➜  		"en-US/rocketmq/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/version.json",
2025-08-20T19:15:58.6472369Z [00:02:03.510]➜  		"en-US/ros/CancelStackOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CancelStackOperation.json",
2025-08-20T19:15:58.6473527Z [00:02:03.510]➜  		"en-US/ros/CancelUpdateStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CancelUpdateStack.json",
2025-08-20T19:15:58.6474430Z [00:02:03.510]➜  		"en-US/ros/ContinueCreateStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ContinueCreateStack.json",
2025-08-20T19:15:58.6475252Z [00:02:03.510]➜  		"en-US/ros/CreateChangeSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateChangeSet.json",
2025-08-20T19:15:58.6476141Z [00:02:03.510]➜  		"en-US/ros/CreateDiagnostic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateDiagnostic.json",
2025-08-20T19:15:58.6477083Z [00:02:03.510]➜  		"en-US/ros/CreateStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateStack.json",
2025-08-20T19:15:58.6477938Z [00:02:03.510]➜  		"en-US/ros/CreateStackGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateStackGroup.json",
2025-08-20T19:15:58.6478860Z [00:02:03.510]➜  		"en-US/ros/CreateStackInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateStackInstances.json",
2025-08-20T19:15:58.6479672Z [00:02:03.510]➜  		"en-US/ros/CreateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateTemplate.json",
2025-08-20T19:15:58.6480585Z [00:02:03.510]➜  		"en-US/ros/CreateTemplateScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateTemplateScratch.json",
2025-08-20T19:15:58.6481429Z [00:02:03.510]➜  		"en-US/ros/DeleteChangeSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteChangeSet.json",
2025-08-20T19:15:58.6482313Z [00:02:03.510]➜  		"en-US/ros/DeleteDiagnostic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteDiagnostic.json",
2025-08-20T19:15:58.6483288Z [00:02:03.510]➜  		"en-US/ros/DeleteStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteStack.json",
2025-08-20T19:15:58.6484169Z [00:02:03.510]➜  		"en-US/ros/DeleteStackGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteStackGroup.json",
2025-08-20T19:15:58.6485075Z [00:02:03.510]➜  		"en-US/ros/DeleteStackInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteStackInstances.json",
2025-08-20T19:15:58.6485878Z [00:02:03.510]➜  		"en-US/ros/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteTemplate.json",
2025-08-20T19:15:58.6486931Z [00:02:03.510]➜  		"en-US/ros/DeleteTemplateScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteTemplateScratch.json",
2025-08-20T19:15:58.6488044Z [00:02:03.510]➜  		"en-US/ros/DeregisterResourceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeregisterResourceType.json",
2025-08-20T19:15:58.6488883Z [00:02:03.510]➜  		"en-US/ros/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DescribeRegions.json",
2025-08-20T19:15:58.6489727Z [00:02:03.510]➜  		"en-US/ros/DetectStackDrift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DetectStackDrift.json",
2025-08-20T19:15:58.6490656Z [00:02:03.510]➜  		"en-US/ros/DetectStackGroupDrift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DetectStackGroupDrift.json",
2025-08-20T19:15:58.6491670Z [00:02:03.510]➜  		"en-US/ros/DetectStackResourceDrift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DetectStackResourceDrift.json",
2025-08-20T19:15:58.6492735Z [00:02:03.510]➜  		"en-US/ros/ExecuteChangeSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ExecuteChangeSet.json",
2025-08-20T19:15:58.6493878Z [00:02:03.510]➜  		"en-US/ros/GenerateTemplateByScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GenerateTemplateByScratch.json",
2025-08-20T19:15:58.6494868Z [00:02:03.510]➜  		"en-US/ros/GenerateTemplatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GenerateTemplatePolicy.json",
2025-08-20T19:15:58.6495670Z [00:02:03.510]➜  		"en-US/ros/GetChangeSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetChangeSet.json",
2025-08-20T19:15:58.6496461Z [00:02:03.510]➜  		"en-US/ros/GetDiagnostic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetDiagnostic.json",
2025-08-20T19:15:58.6497345Z [00:02:03.510]➜  		"en-US/ros/GetFeatureDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetFeatureDetails.json",
2025-08-20T19:15:58.6498209Z [00:02:03.510]➜  		"en-US/ros/GetResourceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetResourceType.json",
2025-08-20T19:15:58.6499241Z [00:02:03.510]➜  		"en-US/ros/GetResourceTypeTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetResourceTypeTemplate.json",
2025-08-20T19:15:58.6500356Z [00:02:03.510]➜  		"en-US/ros/GetServiceProvisions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetServiceProvisions.json",
2025-08-20T19:15:58.6501078Z [00:02:03.510]➜  		"en-US/ros/GetStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStack.json",
2025-08-20T19:15:58.6502180Z [00:02:03.510]➜  		"en-US/ros/GetStackDriftDetectionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackDriftDetectionStatus.json",
2025-08-20T19:15:58.6503213Z [00:02:03.510]➜  		"en-US/ros/GetStackGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackGroup.json",
2025-08-20T19:15:58.6504229Z [00:02:03.510]➜  		"en-US/ros/GetStackGroupOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackGroupOperation.json",
2025-08-20T19:15:58.6505126Z [00:02:03.510]➜  		"en-US/ros/GetStackInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackInstance.json",
2025-08-20T19:15:58.6506033Z [00:02:03.510]➜  		"en-US/ros/GetStackPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackPolicy.json",
2025-08-20T19:15:58.6506900Z [00:02:03.510]➜  		"en-US/ros/GetStackResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackResource.json",
2025-08-20T19:15:58.6507682Z [00:02:03.510]➜  		"en-US/ros/GetTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplate.json",
2025-08-20T19:15:58.6508708Z [00:02:03.510]➜  		"en-US/ros/GetTemplateEstimateCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplateEstimateCost.json",
2025-08-20T19:15:58.6510019Z [00:02:03.510]➜  		"en-US/ros/GetTemplateParameterConstraints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplateParameterConstraints.json",
2025-08-20T19:15:58.6511078Z [00:02:03.510]➜  		"en-US/ros/GetTemplateScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplateScratch.json",
2025-08-20T19:15:58.6512018Z [00:02:03.510]➜  		"en-US/ros/GetTemplateSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplateSummary.json",
2025-08-20T19:15:58.6513105Z [00:02:03.510]➜  		"en-US/ros/ListChangeSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListChangeSets.json",
2025-08-20T19:15:58.6514012Z [00:02:03.510]➜  		"en-US/ros/ListDiagnostics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListDiagnostics.json",
2025-08-20T19:15:58.6515150Z [00:02:03.510]➜  		"en-US/ros/ListResourceTypeRegistrations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListResourceTypeRegistrations.json",
2025-08-20T19:15:58.6516232Z [00:02:03.510]➜  		"en-US/ros/ListResourceTypeVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListResourceTypeVersions.json",
2025-08-20T19:15:58.6517312Z [00:02:03.510]➜  		"en-US/ros/ListResourceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListResourceTypes.json",
2025-08-20T19:15:58.6518215Z [00:02:03.510]➜  		"en-US/ros/ListStackEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackEvents.json",
2025-08-20T19:15:58.6519380Z [00:02:03.510]➜  		"en-US/ros/ListStackGroupOperationResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackGroupOperationResults.json",
2025-08-20T19:15:58.6520473Z [00:02:03.510]➜  		"en-US/ros/ListStackGroupOperations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackGroupOperations.json",
2025-08-20T19:15:58.6521412Z [00:02:03.510]➜  		"en-US/ros/ListStackGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackGroups.json",
2025-08-20T19:15:58.6522603Z [00:02:03.510]➜  		"en-US/ros/ListStackInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackInstances.json",
2025-08-20T19:15:58.6523767Z [00:02:03.510]➜  		"en-US/ros/ListStackOperationRisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackOperationRisks.json",
2025-08-20T19:15:58.6524756Z [00:02:03.510]➜  		"en-US/ros/ListStackResourceDrifts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackResourceDrifts.json",
2025-08-20T19:15:58.6525688Z [00:02:03.510]➜  		"en-US/ros/ListStackResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackResources.json",
2025-08-20T19:15:58.6526484Z [00:02:03.510]➜  		"en-US/ros/ListStacks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStacks.json",
2025-08-20T19:15:58.6527268Z [00:02:03.510]➜  		"en-US/ros/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTagKeys.json",
2025-08-20T19:15:58.6528170Z [00:02:03.510]➜  		"en-US/ros/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTagResources.json",
2025-08-20T19:15:58.6529009Z [00:02:03.510]➜  		"en-US/ros/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTagValues.json",
2025-08-20T19:15:58.6529990Z [00:02:03.510]➜  		"en-US/ros/ListTemplateScratches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTemplateScratches.json",
2025-08-20T19:15:58.6530968Z [00:02:03.510]➜  		"en-US/ros/ListTemplateVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTemplateVersions.json",
2025-08-20T19:15:58.6531826Z [00:02:03.510]➜  		"en-US/ros/ListTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTemplates.json",
2025-08-20T19:15:58.6532958Z [00:02:03.510]➜  		"en-US/ros/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/MoveResourceGroup.json",
2025-08-20T19:15:58.6533968Z [00:02:03.510]➜  		"en-US/ros/PreviewStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/PreviewStack.json",
2025-08-20T19:15:58.6535096Z [00:02:03.510]➜  		"en-US/ros/RegisterResourceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/RegisterResourceType.json",
2025-08-20T19:15:58.6536097Z [00:02:03.510]➜  		"en-US/ros/SetDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SetDeletionProtection.json",
2025-08-20T19:15:58.6536978Z [00:02:03.510]➜  		"en-US/ros/SetResourceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SetResourceType.json",
2025-08-20T19:15:58.6537827Z [00:02:03.510]➜  		"en-US/ros/SetStackPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SetStackPolicy.json",
2025-08-20T19:15:58.6538800Z [00:02:03.510]➜  		"en-US/ros/SetTemplatePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SetTemplatePermission.json",
2025-08-20T19:15:58.6539704Z [00:02:03.510]➜  		"en-US/ros/SignalResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SignalResource.json",
2025-08-20T19:15:58.6540886Z [00:02:03.510]➜  		"en-US/ros/StopStackGroupOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/StopStackGroupOperation.json",
2025-08-20T19:15:58.6541774Z [00:02:03.510]➜  		"en-US/ros/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/TagResources.json",
2025-08-20T19:15:58.6542827Z [00:02:03.510]➜  		"en-US/ros/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UntagResources.json",
2025-08-20T19:15:58.6543558Z [00:02:03.510]➜  		"en-US/ros/UpdateStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateStack.json",
2025-08-20T19:15:58.6544373Z [00:02:03.510]➜  		"en-US/ros/UpdateStackGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateStackGroup.json",
2025-08-20T19:15:58.6545326Z [00:02:03.510]➜  		"en-US/ros/UpdateStackInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateStackInstances.json",
2025-08-20T19:15:58.6546552Z [00:02:03.510]➜  		"en-US/ros/UpdateStackTemplateByResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateStackTemplateByResources.json",
2025-08-20T19:15:58.6547368Z [00:02:03.510]➜  		"en-US/ros/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateTemplate.json",
2025-08-20T19:15:58.6548245Z [00:02:03.510]➜  		"en-US/ros/UpdateTemplateScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateTemplateScratch.json",
2025-08-20T19:15:58.6549029Z [00:02:03.510]➜  		"en-US/ros/ValidateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ValidateTemplate.json",
2025-08-20T19:15:58.6549682Z [00:02:03.510]➜  		"en-US/ros/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/version.json",
2025-08-20T19:15:58.6550714Z [00:02:03.510]➜  		"en-US/sae/AbortAndRollbackChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/AbortAndRollbackChangeOrder.json",
2025-08-20T19:15:58.6551586Z [00:02:03.510]➜  		"en-US/sae/AbortChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/AbortChangeOrder.json",
2025-08-20T19:15:58.6552715Z [00:02:03.510]➜  		"en-US/sae/BatchStartApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/BatchStartApplications.json",
2025-08-20T19:15:58.6553667Z [00:02:03.511]➜  		"en-US/sae/BatchStopApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/BatchStopApplications.json",
2025-08-20T19:15:58.6554368Z [00:02:03.511]➜  		"en-US/sae/BindSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/BindSlb.json",
2025-08-20T19:15:58.6555286Z [00:02:03.511]➜  		"en-US/sae/ConfirmPipelineBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ConfirmPipelineBatch.json",
2025-08-20T19:15:58.6556313Z [00:02:03.511]➜  		"en-US/sae/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateApplication.json",
2025-08-20T19:15:58.6557499Z [00:02:03.511]➜  		"en-US/sae/CreateApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateApplicationScalingRule.json",
2025-08-20T19:15:58.6558324Z [00:02:03.511]➜  		"en-US/sae/CreateConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateConfigMap.json",
2025-08-20T19:15:58.6559213Z [00:02:03.511]➜  		"en-US/sae/CreateGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateGreyTagRoute.json",
2025-08-20T19:15:58.6560000Z [00:02:03.511]➜  		"en-US/sae/CreateIngress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateIngress.json",
2025-08-20T19:15:58.6560739Z [00:02:03.511]➜  		"en-US/sae/CreateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateJob.json",
2025-08-20T19:15:58.6561580Z [00:02:03.511]➜  		"en-US/sae/CreateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateNamespace.json",
2025-08-20T19:15:58.6562702Z [00:02:03.511]➜  		"en-US/sae/CreateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateSecret.json",
2025-08-20T19:15:58.6563644Z [00:02:03.511]➜  		"en-US/sae/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteApplication.json",
2025-08-20T19:15:58.6564743Z [00:02:03.511]➜  		"en-US/sae/DeleteApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteApplicationScalingRule.json",
2025-08-20T19:15:58.6565614Z [00:02:03.511]➜  		"en-US/sae/DeleteConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteConfigMap.json",
2025-08-20T19:15:58.6566520Z [00:02:03.511]➜  		"en-US/sae/DeleteGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteGreyTagRoute.json",
2025-08-20T19:15:58.6567400Z [00:02:03.511]➜  		"en-US/sae/DeleteHistoryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteHistoryJob.json",
2025-08-20T19:15:58.6568217Z [00:02:03.511]➜  		"en-US/sae/DeleteIngress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteIngress.json",
2025-08-20T19:15:58.6569110Z [00:02:03.511]➜  		"en-US/sae/DeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteJob.json",
2025-08-20T19:15:58.6569966Z [00:02:03.511]➜  		"en-US/sae/DeleteNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteNamespace.json",
2025-08-20T19:15:58.6570756Z [00:02:03.511]➜  		"en-US/sae/DeleteSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteSecret.json",
2025-08-20T19:15:58.6571617Z [00:02:03.511]➜  		"en-US/sae/DeployApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeployApplication.json",
2025-08-20T19:15:58.6572775Z [00:02:03.511]➜  		"en-US/sae/DescribeAppServiceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeAppServiceDetail.json",
2025-08-20T19:15:58.6573938Z [00:02:03.511]➜  		"en-US/sae/DescribeApplicationConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationConfig.json",
2025-08-20T19:15:58.6574989Z [00:02:03.511]➜  		"en-US/sae/DescribeApplicationGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationGroups.json",
2025-08-20T19:15:58.6575983Z [00:02:03.511]➜  		"en-US/sae/DescribeApplicationImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationImage.json",
2025-08-20T19:15:58.6577049Z [00:02:03.511]➜  		"en-US/sae/DescribeApplicationInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationInstances.json",
2025-08-20T19:15:58.6578221Z [00:02:03.511]➜  		"en-US/sae/DescribeApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationScalingRule.json",
2025-08-20T19:15:58.6579524Z [00:02:03.511]➜  		"en-US/sae/DescribeApplicationScalingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationScalingRules.json",
2025-08-20T19:15:58.6580605Z [00:02:03.511]➜  		"en-US/sae/DescribeApplicationSlbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationSlbs.json",
2025-08-20T19:15:58.6581630Z [00:02:03.511]➜  		"en-US/sae/DescribeApplicationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationStatus.json",
2025-08-20T19:15:58.6582736Z [00:02:03.511]➜  		"en-US/sae/DescribeChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeChangeOrder.json",
2025-08-20T19:15:58.6583622Z [00:02:03.511]➜  		"en-US/sae/DescribeComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeComponents.json",
2025-08-20T19:15:58.6584501Z [00:02:03.511]➜  		"en-US/sae/DescribeConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeConfigMap.json",
2025-08-20T19:15:58.6585675Z [00:02:03.511]➜  		"en-US/sae/DescribeConfigurationPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeConfigurationPrice.json",
2025-08-20T19:15:58.6586657Z [00:02:03.511]➜  		"en-US/sae/DescribeEdasContainers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeEdasContainers.json",
2025-08-20T19:15:58.6587555Z [00:02:03.511]➜  		"en-US/sae/DescribeGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeGreyTagRoute.json",
2025-08-20T19:15:58.6588376Z [00:02:03.511]➜  		"en-US/sae/DescribeIngress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeIngress.json",
2025-08-20T19:15:58.6589300Z [00:02:03.511]➜  		"en-US/sae/DescribeInstanceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeInstanceLog.json",
2025-08-20T19:15:58.6590360Z [00:02:03.511]➜  		"en-US/sae/DescribeInstanceSpecifications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeInstanceSpecifications.json",
2025-08-20T19:15:58.6591143Z [00:02:03.511]➜  		"en-US/sae/DescribeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeJob.json",
2025-08-20T19:15:58.6592171Z [00:02:03.511]➜  		"en-US/sae/DescribeJobHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeJobHistory.json",
2025-08-20T19:15:58.6593255Z [00:02:03.511]➜  		"en-US/sae/DescribeJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeJobStatus.json",
2025-08-20T19:15:58.6594111Z [00:02:03.511]➜  		"en-US/sae/DescribeNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeNamespace.json",
2025-08-20T19:15:58.6595027Z [00:02:03.511]➜  		"en-US/sae/DescribeNamespaceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeNamespaceList.json",
2025-08-20T19:15:58.6596070Z [00:02:03.511]➜  		"en-US/sae/DescribeNamespaceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeNamespaceResources.json",
2025-08-20T19:15:58.6596988Z [00:02:03.511]➜  		"en-US/sae/DescribeNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeNamespaces.json",
2025-08-20T19:15:58.6597884Z [00:02:03.511]➜  		"en-US/sae/DescribePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribePipeline.json",
2025-08-20T19:15:58.6598764Z [00:02:03.511]➜  		"en-US/sae/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeRegions.json",
2025-08-20T19:15:58.6599602Z [00:02:03.511]➜  		"en-US/sae/DescribeSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeSecret.json",
2025-08-20T19:15:58.6600736Z [00:02:03.511]➜  		"en-US/sae/DisableApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DisableApplicationScalingRule.json",
2025-08-20T19:15:58.6602027Z [00:02:03.511]➜  		"en-US/sae/EnableApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/EnableApplicationScalingRule.json",
2025-08-20T19:15:58.6603097Z [00:02:03.511]➜  		"en-US/sae/ExecJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ExecJob.json",
2025-08-20T19:15:58.6603983Z [00:02:03.511]➜  		"en-US/sae/GetArmsTopNMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetArmsTopNMetric.json",
2025-08-20T19:15:58.6604924Z [00:02:03.511]➜  		"en-US/sae/GetAvailabilityMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetAvailabilityMetric.json",
2025-08-20T19:15:58.6605948Z [00:02:03.511]➜  		"en-US/sae/GetChangeOrderMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetChangeOrderMetric.json",
2025-08-20T19:15:58.6606885Z [00:02:03.511]➜  		"en-US/sae/GetScaleAppMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetScaleAppMetric.json",
2025-08-20T19:15:58.6607873Z [00:02:03.511]➜  		"en-US/sae/GetWarningEventMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetWarningEventMetric.json",
2025-08-20T19:15:58.6608857Z [00:02:03.511]➜  		"en-US/sae/ListAppEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListAppEvents.json",
2025-08-20T19:15:58.6609848Z [00:02:03.511]➜  		"en-US/sae/ListAppServicesPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListAppServicesPage.json",
2025-08-20T19:15:58.6610741Z [00:02:03.511]➜  		"en-US/sae/ListAppVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListAppVersions.json",
2025-08-20T19:15:58.6611636Z [00:02:03.511]➜  		"en-US/sae/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListApplications.json",
2025-08-20T19:15:58.6612726Z [00:02:03.511]➜  		"en-US/sae/ListChangeOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListChangeOrders.json",
2025-08-20T19:15:58.6613742Z [00:02:03.511]➜  		"en-US/sae/ListConsumedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListConsumedServices.json",
2025-08-20T19:15:58.6614651Z [00:02:03.511]➜  		"en-US/sae/ListGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListGreyTagRoute.json",
2025-08-20T19:15:58.6615678Z [00:02:03.511]➜  		"en-US/sae/ListIngresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListIngresses.json",
2025-08-20T19:15:58.6616430Z [00:02:03.511]➜  		"en-US/sae/ListJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListJobs.json",
2025-08-20T19:15:58.6617288Z [00:02:03.511]➜  		"en-US/sae/ListLogConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListLogConfigs.json",
2025-08-20T19:15:58.6618344Z [00:02:03.511]➜  		"en-US/sae/ListNamespaceChangeOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListNamespaceChangeOrders.json",
2025-08-20T19:15:58.6619406Z [00:02:03.511]➜  		"en-US/sae/ListNamespacedConfigMaps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListNamespacedConfigMaps.json",
2025-08-20T19:15:58.6620425Z [00:02:03.511]➜  		"en-US/sae/ListPublishedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListPublishedServices.json",
2025-08-20T19:15:58.6621255Z [00:02:03.511]➜  		"en-US/sae/ListSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListSecrets.json",
2025-08-20T19:15:58.6622135Z [00:02:03.511]➜  		"en-US/sae/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListTagResources.json",
2025-08-20T19:15:58.6623108Z [00:02:03.511]➜  		"en-US/sae/OpenSaeService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/OpenSaeService.json",
2025-08-20T19:15:58.6624015Z [00:02:03.511]➜  		"en-US/sae/QueryResourceStatics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/QueryResourceStatics.json",
2025-08-20T19:15:58.6625512Z [00:02:03.511]➜  		"en-US/sae/ReduceApplicationCapacityByInstanceIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ReduceApplicationCapacityByInstanceIds.json",
2025-08-20T19:15:58.6626558Z [00:02:03.511]➜  		"en-US/sae/RescaleApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RescaleApplication.json",
2025-08-20T19:15:58.6627665Z [00:02:03.511]➜  		"en-US/sae/RescaleApplicationVertically.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RescaleApplicationVertically.json",
2025-08-20T19:15:58.6628587Z [00:02:03.511]➜  		"en-US/sae/RestartApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RestartApplication.json",
2025-08-20T19:15:58.6629452Z [00:02:03.511]➜  		"en-US/sae/RestartInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RestartInstances.json",
2025-08-20T19:15:58.6630364Z [00:02:03.511]➜  		"en-US/sae/RollbackApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RollbackApplication.json",
2025-08-20T19:15:58.6631286Z [00:02:03.511]➜  		"en-US/sae/StartApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/StartApplication.json",
2025-08-20T19:15:58.6632315Z [00:02:03.511]➜  		"en-US/sae/StopApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/StopApplication.json",
2025-08-20T19:15:58.6633297Z [00:02:03.511]➜  		"en-US/sae/SuspendJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/SuspendJob.json",
2025-08-20T19:15:58.6634088Z [00:02:03.511]➜  		"en-US/sae/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/TagResources.json",
2025-08-20T19:15:58.6634815Z [00:02:03.511]➜  		"en-US/sae/UnbindSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UnbindSlb.json",
2025-08-20T19:15:58.6635617Z [00:02:03.511]➜  		"en-US/sae/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UntagResources.json",
2025-08-20T19:15:58.6636590Z [00:02:03.511]➜  		"en-US/sae/UpdateAppSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateAppSecurityGroup.json",
2025-08-20T19:15:58.6637717Z [00:02:03.511]➜  		"en-US/sae/UpdateApplicationDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateApplicationDescription.json",
2025-08-20T19:15:58.6638931Z [00:02:03.511]➜  		"en-US/sae/UpdateApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateApplicationScalingRule.json",
2025-08-20T19:15:58.6639983Z [00:02:03.511]➜  		"en-US/sae/UpdateApplicationVswitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateApplicationVswitches.json",
2025-08-20T19:15:58.6640845Z [00:02:03.511]➜  		"en-US/sae/UpdateConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateConfigMap.json",
2025-08-20T19:15:58.6641728Z [00:02:03.511]➜  		"en-US/sae/UpdateGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateGreyTagRoute.json",
2025-08-20T19:15:58.6642709Z [00:02:03.511]➜  		"en-US/sae/UpdateIngress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateIngress.json",
2025-08-20T19:15:58.6643466Z [00:02:03.511]➜  		"en-US/sae/UpdateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateJob.json",
2025-08-20T19:15:58.6644305Z [00:02:03.511]➜  		"en-US/sae/UpdateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateNamespace.json",
2025-08-20T19:15:58.6645225Z [00:02:03.511]➜  		"en-US/sae/UpdateNamespaceVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateNamespaceVpc.json",
2025-08-20T19:15:58.6646026Z [00:02:03.511]➜  		"en-US/sae/UpdateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateSecret.json",
2025-08-20T19:15:58.6646713Z [00:02:03.511]➜  		"en-US/sae/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/version.json",
2025-08-20T19:15:58.6647884Z [00:02:03.511]➜  		"en-US/sas/AddAssetSelectionCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddAssetSelectionCriteria.json",
2025-08-20T19:15:58.6649123Z [00:02:03.511]➜  		"en-US/sas/AddCheckInstanceResultWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddCheckInstanceResultWhiteList.json",
2025-08-20T19:15:58.6650144Z [00:02:03.511]➜  		"en-US/sas/AddCheckResultWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddCheckResultWhiteList.json",
2025-08-20T19:15:58.6651146Z [00:02:03.511]➜  		"en-US/sas/AddClientUserDefineRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddClientUserDefineRule.json",
2025-08-20T19:15:58.6652127Z [00:02:03.511]➜  		"en-US/sas/AddContainerDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddContainerDefenseRule.json",
2025-08-20T19:15:58.6653297Z [00:02:03.511]➜  		"en-US/sas/AddContainerPluginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddContainerPluginRule.json",
2025-08-20T19:15:58.6654295Z [00:02:03.511]➜  		"en-US/sas/AddImageEventOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddImageEventOperation.json",
2025-08-20T19:15:58.6655362Z [00:02:03.511]➜  		"en-US/sas/AddImageVulWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddImageVulWhiteList.json",
2025-08-20T19:15:58.6656230Z [00:02:03.511]➜  		"en-US/sas/AddInstallCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddInstallCode.json",
2025-08-20T19:15:58.6657148Z [00:02:03.511]➜  		"en-US/sas/AddPrivateRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddPrivateRegistry.json",
2025-08-20T19:15:58.6658262Z [00:02:03.511]➜  		"en-US/sas/AddSasContainerWebDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddSasContainerWebDefenseRule.json",
2025-08-20T19:15:58.6659134Z [00:02:03.511]➜  		"en-US/sas/AddSasModuleTrial.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddSasModuleTrial.json",
2025-08-20T19:15:58.6659983Z [00:02:03.511]➜  		"en-US/sas/AddTagWithUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddTagWithUuid.json",
2025-08-20T19:15:58.6661168Z [00:02:03.511]➜  		"en-US/sas/AddUninstallClientsByUuids.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddUninstallClientsByUuids.json",
2025-08-20T19:15:58.6662047Z [00:02:03.511]➜  		"en-US/sas/AddVpcHoneyPot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddVpcHoneyPot.json",
2025-08-20T19:15:58.6663342Z [00:02:03.511]➜  		"en-US/sas/AdvanceSecurityEventOperations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AdvanceSecurityEventOperations.json",
2025-08-20T19:15:58.6664660Z [00:02:03.511]➜  		"en-US/sas/BatchDeleteMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BatchDeleteMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:58.6665850Z [00:02:03.511]➜  		"en-US/sas/BatchOperateCommonOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BatchOperateCommonOverallConfig.json",
2025-08-20T19:15:58.6667381Z [00:02:03.511]➜  		"en-US/sas/BatchUpdateMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BatchUpdateMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:58.6668332Z [00:02:03.511]➜  		"en-US/sas/BindAuthToMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BindAuthToMachine.json",
2025-08-20T19:15:58.6669201Z [00:02:03.512]➜  		"en-US/sas/BindHybridProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BindHybridProxy.json",
2025-08-20T19:15:58.6670051Z [00:02:03.512]➜  		"en-US/sas/CancelOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CancelOnceTask.json",
2025-08-20T19:15:58.6671168Z [00:02:03.512]➜  		"en-US/sas/ChangeAssetRefreshTaskConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeAssetRefreshTaskConfig.json",
2025-08-20T19:15:58.6672240Z [00:02:03.512]➜  		"en-US/sas/ChangeCheckConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeCheckConfig.json",
2025-08-20T19:15:58.6673624Z [00:02:03.512]➜  		"en-US/sas/ChangeCheckCustomConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeCheckCustomConfig.json",
2025-08-20T19:15:58.6674655Z [00:02:03.512]➜  		"en-US/sas/ChangeSecurityScoreRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeSecurityScoreRule.json",
2025-08-20T19:15:58.6675510Z [00:02:03.512]➜  		"en-US/sas/ChangeUserLang.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeUserLang.json",
2025-08-20T19:15:58.6676414Z [00:02:03.512]➜  		"en-US/sas/CheckQuaraFileId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CheckQuaraFileId.json",
2025-08-20T19:15:58.6677385Z [00:02:03.512]➜  		"en-US/sas/CheckSecurityEventId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CheckSecurityEventId.json",
2025-08-20T19:15:58.6678269Z [00:02:03.512]➜  		"en-US/sas/CheckUserHasEcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CheckUserHasEcs.json",
2025-08-20T19:15:58.6679367Z [00:02:03.512]➜  		"en-US/sas/ConfirmVirusEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ConfirmVirusEvents.json",
2025-08-20T19:15:58.6680423Z [00:02:03.512]➜  		"en-US/sas/CreateAgentlessScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateAgentlessScanTask.json",
2025-08-20T19:15:58.6681492Z [00:02:03.512]➜  		"en-US/sas/CreateAntiBruteForceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateAntiBruteForceRule.json",
2025-08-20T19:15:58.6682736Z [00:02:03.512]➜  		"en-US/sas/CreateAssetSelectionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateAssetSelectionConfig.json",
2025-08-20T19:15:58.6683686Z [00:02:03.512]➜  		"en-US/sas/CreateBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateBackupPolicy.json",
2025-08-20T19:15:58.6684729Z [00:02:03.512]➜  		"en-US/sas/CreateContainerScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateContainerScanTask.json",
2025-08-20T19:15:58.6686117Z [00:02:03.512]➜  		"en-US/sas/CreateContainerScanTaskByAppName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateContainerScanTaskByAppName.json",
2025-08-20T19:15:58.6687146Z [00:02:03.512]➜  		"en-US/sas/CreateCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateCustomBlockRecord.json",
2025-08-20T19:15:58.6688034Z [00:02:03.512]➜  		"en-US/sas/CreateCycleTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateCycleTask.json",
2025-08-20T19:15:58.6688919Z [00:02:03.512]➜  		"en-US/sas/CreateFileDetect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateFileDetect.json",
2025-08-20T19:15:58.6689993Z [00:02:03.512]➜  		"en-US/sas/CreateFileDetectUploadUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateFileDetectUploadUrl.json",
2025-08-20T19:15:58.6691203Z [00:02:03.512]➜  		"en-US/sas/CreateFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateFileProtectRule.json",
2025-08-20T19:15:58.6692209Z [00:02:03.512]➜  		"en-US/sas/CreateFileUploadLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateFileUploadLimit.json",
2025-08-20T19:15:58.6693252Z [00:02:03.512]➜  		"en-US/sas/CreateHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypot.json",
2025-08-20T19:15:58.6694181Z [00:02:03.512]➜  		"en-US/sas/CreateHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypotNode.json",
2025-08-20T19:15:58.6695133Z [00:02:03.512]➜  		"en-US/sas/CreateHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypotPreset.json",
2025-08-20T19:15:58.6696206Z [00:02:03.512]➜  		"en-US/sas/CreateHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypotProbe.json",
2025-08-20T19:15:58.6697250Z [00:02:03.512]➜  		"en-US/sas/CreateHoneypotProbeBind.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypotProbeBind.json",
2025-08-20T19:15:58.6698302Z [00:02:03.512]➜  		"en-US/sas/CreateInterceptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateInterceptionRule.json",
2025-08-20T19:15:58.6699422Z [00:02:03.512]➜  		"en-US/sas/CreateInterceptionTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateInterceptionTarget.json",
2025-08-20T19:15:58.6700485Z [00:02:03.512]➜  		"en-US/sas/CreateJenkinsImageRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateJenkinsImageRegistry.json",
2025-08-20T19:15:58.6701681Z [00:02:03.512]➜  		"en-US/sas/CreateMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:58.6702806Z [00:02:03.512]➜  		"en-US/sas/CreateMaliciousNote.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateMaliciousNote.json",
2025-08-20T19:15:58.6703962Z [00:02:03.512]➜  		"en-US/sas/CreateOpaClusterPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOpaClusterPlugin.json",
2025-08-20T19:15:58.6704906Z [00:02:03.512]➜  		"en-US/sas/CreateOpaStrategyNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOpaStrategyNew.json",
2025-08-20T19:15:58.6705995Z [00:02:03.512]➜  		"en-US/sas/CreateOrUpdateAssetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOrUpdateAssetGroup.json",
2025-08-20T19:15:58.6706976Z [00:02:03.512]➜  		"en-US/sas/CreateOrUpdateDingTalk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOrUpdateDingTalk.json",
2025-08-20T19:15:58.6707973Z [00:02:03.512]➜  		"en-US/sas/CreateOssBucketScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOssBucketScanTask.json",
2025-08-20T19:15:58.6708883Z [00:02:03.512]➜  		"en-US/sas/CreateOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOssScanConfig.json",
2025-08-20T19:15:58.6709889Z [00:02:03.512]➜  		"en-US/sas/CreateRestoreJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateRestoreJob.json",
2025-08-20T19:15:58.6710846Z [00:02:03.512]➜  		"en-US/sas/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateServiceLinkedRole.json",
2025-08-20T19:15:58.6711752Z [00:02:03.512]➜  		"en-US/sas/CreateServiceTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateServiceTrail.json",
2025-08-20T19:15:58.6713184Z [00:02:03.512]➜  		"en-US/sas/CreateSimilarSecurityEventsQueryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateSimilarSecurityEventsQueryTask.json",
2025-08-20T19:15:58.6714142Z [00:02:03.512]➜  		"en-US/sas/CreateSuspEventNote.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateSuspEventNote.json",
2025-08-20T19:15:58.6715293Z [00:02:03.512]➜  		"en-US/sas/CreateUniBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateUniBackupPolicy.json",
2025-08-20T19:15:58.6716225Z [00:02:03.512]➜  		"en-US/sas/CreateUniRestorePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateUniRestorePlan.json",
2025-08-20T19:15:58.6717197Z [00:02:03.512]➜  		"en-US/sas/CreateVirusScanOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateVirusScanOnceTask.json",
2025-08-20T19:15:58.6718243Z [00:02:03.512]➜  		"en-US/sas/CreateVulAutoRepairConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateVulAutoRepairConfig.json",
2025-08-20T19:15:58.6719252Z [00:02:03.512]➜  		"en-US/sas/DeleteAntiBruteForceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteAntiBruteForceRule.json",
2025-08-20T19:15:58.6720337Z [00:02:03.512]➜  		"en-US/sas/DeleteBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteBackupPolicy.json",
2025-08-20T19:15:58.6721411Z [00:02:03.512]➜  		"en-US/sas/DeleteBackupPolicyMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteBackupPolicyMachine.json",
2025-08-20T19:15:58.6722656Z [00:02:03.512]➜  		"en-US/sas/DeleteBinarySecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteBinarySecurityPolicy.json",
2025-08-20T19:15:58.6723771Z [00:02:03.512]➜  		"en-US/sas/DeleteClientUserDefineRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteClientUserDefineRule.json",
2025-08-20T19:15:58.6724849Z [00:02:03.512]➜  		"en-US/sas/DeleteContainerDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteContainerDefenseRule.json",
2025-08-20T19:15:58.6725949Z [00:02:03.512]➜  		"en-US/sas/DeleteContainerPluginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteContainerPluginRule.json",
2025-08-20T19:15:58.6727164Z [00:02:03.512]➜  		"en-US/sas/DeleteCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteCustomBlockRecord.json",
2025-08-20T19:15:58.6728080Z [00:02:03.512]➜  		"en-US/sas/DeleteCycleTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteCycleTask.json",
2025-08-20T19:15:58.6729072Z [00:02:03.512]➜  		"en-US/sas/DeleteFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteFileProtectRule.json",
2025-08-20T19:15:58.6729881Z [00:02:03.512]➜  		"en-US/sas/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteGroup.json",
2025-08-20T19:15:58.6730733Z [00:02:03.512]➜  		"en-US/sas/DeleteHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypot.json",
2025-08-20T19:15:58.6731723Z [00:02:03.512]➜  		"en-US/sas/DeleteHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypotNode.json",
2025-08-20T19:15:58.6732965Z [00:02:03.512]➜  		"en-US/sas/DeleteHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypotPreset.json",
2025-08-20T19:15:58.6734125Z [00:02:03.512]➜  		"en-US/sas/DeleteHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypotProbe.json",
2025-08-20T19:15:58.6735163Z [00:02:03.512]➜  		"en-US/sas/DeleteHoneypotProbeBind.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypotProbeBind.json",
2025-08-20T19:15:58.6736223Z [00:02:03.512]➜  		"en-US/sas/DeleteImageEventOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteImageEventOperation.json",
2025-08-20T19:15:58.6737244Z [00:02:03.512]➜  		"en-US/sas/DeleteImageVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteImageVulWhitelist.json",
2025-08-20T19:15:58.6738163Z [00:02:03.512]➜  		"en-US/sas/DeleteInstallCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteInstallCode.json",
2025-08-20T19:15:58.6739395Z [00:02:03.512]➜  		"en-US/sas/DeleteInterceptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteInterceptionRule.json",
2025-08-20T19:15:58.6740428Z [00:02:03.512]➜  		"en-US/sas/DeleteInterceptionTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteInterceptionTarget.json",
2025-08-20T19:15:58.6741375Z [00:02:03.512]➜  		"en-US/sas/DeleteK8sAccessInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteK8sAccessInfo.json",
2025-08-20T19:15:58.6742344Z [00:02:03.512]➜  		"en-US/sas/DeleteLoginBaseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteLoginBaseConfig.json",
2025-08-20T19:15:58.6743860Z [00:02:03.512]➜  		"en-US/sas/DeleteMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:58.6744924Z [00:02:03.512]➜  		"en-US/sas/DeleteMaliciousNote.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteMaliciousNote.json",
2025-08-20T19:15:58.6745873Z [00:02:03.512]➜  		"en-US/sas/DeleteOpaStrategyNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteOpaStrategyNew.json",
2025-08-20T19:15:58.6746733Z [00:02:03.512]➜  		"en-US/sas/DeleteOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteOssScanConfig.json",
2025-08-20T19:15:58.6747671Z [00:02:03.512]➜  		"en-US/sas/DeletePrivateRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeletePrivateRegistry.json",
2025-08-20T19:15:58.6748834Z [00:02:03.512]➜  		"en-US/sas/DeleteSasContainerWebDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteSasContainerWebDefenseRule.json",
2025-08-20T19:15:58.6749941Z [00:02:03.512]➜  		"en-US/sas/DeleteSecurityEventMarkMissList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteSecurityEventMarkMissList.json",
2025-08-20T19:15:58.6750959Z [00:02:03.512]➜  		"en-US/sas/DeleteServiceTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteServiceTrail.json",
2025-08-20T19:15:58.6751809Z [00:02:03.512]➜  		"en-US/sas/DeleteStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteStrategy.json",
2025-08-20T19:15:58.6752997Z [00:02:03.512]➜  		"en-US/sas/DeleteSuspEventNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteSuspEventNode.json",
2025-08-20T19:15:58.6753898Z [00:02:03.512]➜  		"en-US/sas/DeleteTagWithUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteTagWithUuid.json",
2025-08-20T19:15:58.6754854Z [00:02:03.512]➜  		"en-US/sas/DeleteUniBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteUniBackupPolicy.json",
2025-08-20T19:15:58.6755722Z [00:02:03.512]➜  		"en-US/sas/DeleteVpcHoneyPot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteVpcHoneyPot.json",
2025-08-20T19:15:58.6756775Z [00:02:03.512]➜  		"en-US/sas/DeleteVulAutoRepairConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteVulAutoRepairConfig.json",
2025-08-20T19:15:58.6757825Z [00:02:03.512]➜  		"en-US/sas/DeleteVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteVulWhitelist.json",
2025-08-20T19:15:58.6758861Z [00:02:03.512]➜  		"en-US/sas/DescribeAccessKeyLeakDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAccessKeyLeakDetail.json",
2025-08-20T19:15:58.6759812Z [00:02:03.512]➜  		"en-US/sas/DescribeAccesskeyLeakList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAccesskeyLeakList.json",
2025-08-20T19:15:58.6760721Z [00:02:03.512]➜  		"en-US/sas/DescribeAffectedAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAffectedAssets.json",
2025-08-20T19:15:58.6761994Z [00:02:03.512]➜  		"en-US/sas/DescribeAffectedMaliciousFileImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAffectedMaliciousFileImages.json",
2025-08-20T19:15:58.6763271Z [00:02:03.512]➜  		"en-US/sas/DescribeAgentInstallStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAgentInstallStatus.json",
2025-08-20T19:15:58.6764215Z [00:02:03.512]➜  		"en-US/sas/DescribeAlarmEventDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAlarmEventDetail.json",
2025-08-20T19:15:58.6765206Z [00:02:03.512]➜  		"en-US/sas/DescribeAlarmEventStackInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAlarmEventStackInfo.json",
2025-08-20T19:15:58.6766010Z [00:02:03.512]➜  		"en-US/sas/DescribeAllEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAllEntity.json",
2025-08-20T19:15:58.6766806Z [00:02:03.512]➜  		"en-US/sas/DescribeAllGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAllGroups.json",
2025-08-20T19:15:58.6767744Z [00:02:03.512]➜  		"en-US/sas/DescribeAllImageBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAllImageBaseline.json",
2025-08-20T19:15:58.6768745Z [00:02:03.512]➜  		"en-US/sas/DescribeAntiBruteForceRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAntiBruteForceRules.json",
2025-08-20T19:15:58.6769696Z [00:02:03.512]➜  		"en-US/sas/DescribeAppVulScanCycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAppVulScanCycle.json",
2025-08-20T19:15:58.6770685Z [00:02:03.512]➜  		"en-US/sas/DescribeAssetDetailByUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAssetDetailByUuid.json",
2025-08-20T19:15:58.6771695Z [00:02:03.512]➜  		"en-US/sas/DescribeAssetDetailByUuids.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAssetDetailByUuids.json",
2025-08-20T19:15:58.6772772Z [00:02:03.512]➜  		"en-US/sas/DescribeAssetSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAssetSummary.json",
2025-08-20T19:15:58.6774163Z [00:02:03.512]➜  		"en-US/sas/DescribeAssetsSecurityEventSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAssetsSecurityEventSummary.json",
2025-08-20T19:15:58.6775255Z [00:02:03.512]➜  		"en-US/sas/DescribeAttachRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAttachRecords.json",
2025-08-20T19:15:58.6776359Z [00:02:03.512]➜  		"en-US/sas/DescribeAttackAnalysisData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAttackAnalysisData.json",
2025-08-20T19:15:58.6777333Z [00:02:03.512]➜  		"en-US/sas/DescribeAutoDelConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAutoDelConfig.json",
2025-08-20T19:15:58.6778399Z [00:02:03.512]➜  		"en-US/sas/DescribeBackUpExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackUpExportInfo.json",
2025-08-20T19:15:58.6779388Z [00:02:03.512]➜  		"en-US/sas/DescribeBackupClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupClients.json",
2025-08-20T19:15:58.6780345Z [00:02:03.512]➜  		"en-US/sas/DescribeBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupFiles.json",
2025-08-20T19:15:58.6781460Z [00:02:03.512]➜  		"en-US/sas/DescribeBackupMachineStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupMachineStatus.json",
2025-08-20T19:15:58.6782656Z [00:02:03.512]➜  		"en-US/sas/DescribeBackupPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupPolicies.json",
2025-08-20T19:15:58.6783687Z [00:02:03.512]➜  		"en-US/sas/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupPolicy.json",
2025-08-20T19:15:58.6784903Z [00:02:03.512]➜  		"en-US/sas/DescribeBackupRestoreCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupRestoreCount.json",
2025-08-20T19:15:58.6786101Z [00:02:03.512]➜  		"en-US/sas/DescribeBruteForceRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBruteForceRecords.json",
2025-08-20T19:15:58.6787159Z [00:02:03.512]➜  		"en-US/sas/DescribeBruteForceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBruteForceSummary.json",
2025-08-20T19:15:58.6788140Z [00:02:03.512]➜  		"en-US/sas/DescribeCanFixVulList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCanFixVulList.json",
2025-08-20T19:15:58.6789170Z [00:02:03.512]➜  		"en-US/sas/DescribeCheckEcsWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckEcsWarnings.json",
2025-08-20T19:15:58.6790175Z [00:02:03.512]➜  		"en-US/sas/DescribeCheckFixDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckFixDetails.json",
2025-08-20T19:15:58.6791277Z [00:02:03.512]➜  		"en-US/sas/DescribeCheckWarningDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckWarningDetail.json",
2025-08-20T19:15:58.6792634Z [00:02:03.512]➜  		"en-US/sas/DescribeCheckWarningMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckWarningMachines.json",
2025-08-20T19:15:58.6793789Z [00:02:03.512]➜  		"en-US/sas/DescribeCheckWarningSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckWarningSummary.json",
2025-08-20T19:15:58.6794751Z [00:02:03.512]➜  		"en-US/sas/DescribeCheckWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckWarnings.json",
2025-08-20T19:15:58.6795788Z [00:02:03.512]➜  		"en-US/sas/DescribeClientConfSetup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClientConfSetup.json",
2025-08-20T19:15:58.6796886Z [00:02:03.512]➜  		"en-US/sas/DescribeClientConfStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClientConfStrategy.json",
2025-08-20T19:15:58.6798023Z [00:02:03.512]➜  		"en-US/sas/DescribeCloudCenterInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCloudCenterInstances.json",
2025-08-20T19:15:58.6799652Z [00:02:03.512]➜  		"en-US/sas/DescribeCloudProductFieldStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCloudProductFieldStatistics.json",
2025-08-20T19:15:58.6800735Z [00:02:03.512]➜  		"en-US/sas/DescribeClusterBasicInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClusterBasicInfo.json",
2025-08-20T19:15:58.6801771Z [00:02:03.512]➜  		"en-US/sas/DescribeClusterInfoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClusterInfoList.json",
2025-08-20T19:15:58.6802985Z [00:02:03.512]➜  		"en-US/sas/DescribeClusterNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClusterNetwork.json",
2025-08-20T19:15:58.6804157Z [00:02:03.512]➜  		"en-US/sas/DescribeClusterVulStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClusterVulStatistics.json",
2025-08-20T19:15:58.6805299Z [00:02:03.512]➜  		"en-US/sas/DescribeCommonOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCommonOverallConfig.json",
2025-08-20T19:15:58.6806565Z [00:02:03.512]➜  		"en-US/sas/DescribeCommonOverallConfigList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCommonOverallConfigList.json",
2025-08-20T19:15:58.6807666Z [00:02:03.512]➜  		"en-US/sas/DescribeCommonTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCommonTargetConfig.json",
2025-08-20T19:15:58.6808837Z [00:02:03.512]➜  		"en-US/sas/DescribeCommonTargetResultList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCommonTargetResultList.json",
2025-08-20T19:15:58.6810038Z [00:02:03.512]➜  		"en-US/sas/DescribeConcernNecessity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeConcernNecessity.json",
2025-08-20T19:15:58.6811125Z [00:02:03.512]➜  		"en-US/sas/DescribeContainerApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerApps.json",
2025-08-20T19:15:58.6812197Z [00:02:03.512]➜  		"en-US/sas/DescribeContainerCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerCriteria.json",
2025-08-20T19:15:58.6813477Z [00:02:03.512]➜  		"en-US/sas/DescribeContainerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerInstances.json",
2025-08-20T19:15:58.6814521Z [00:02:03.512]➜  		"en-US/sas/DescribeContainerScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerScanConfig.json",
2025-08-20T19:15:58.6815564Z [00:02:03.512]➜  		"en-US/sas/DescribeContainerStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerStatistics.json",
2025-08-20T19:15:58.6816494Z [00:02:03.512]➜  		"en-US/sas/DescribeContainerTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerTags.json",
2025-08-20T19:15:58.6817567Z [00:02:03.512]➜  		"en-US/sas/DescribeCountNotScannedImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCountNotScannedImage.json",
2025-08-20T19:15:58.6818590Z [00:02:03.512]➜  		"en-US/sas/DescribeCountScannedImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCountScannedImage.json",
2025-08-20T19:15:58.6819482Z [00:02:03.512]➜  		"en-US/sas/DescribeCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCriteria.json",
2025-08-20T19:15:58.6820577Z [00:02:03.512]➜  		"en-US/sas/DescribeCustomBlockInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCustomBlockInstances.json",
2025-08-20T19:15:58.6821628Z [00:02:03.512]➜  		"en-US/sas/DescribeCustomBlockRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCustomBlockRecords.json",
2025-08-20T19:15:58.6822798Z [00:02:03.512]➜  		"en-US/sas/DescribeCycleTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCycleTaskList.json",
2025-08-20T19:15:58.6824429Z [00:02:03.512]➜  		"en-US/sas/DescribeDefaultProxyInstallVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDefaultProxyInstallVersion.json",
2025-08-20T19:15:58.6825351Z [00:02:03.512]➜  		"en-US/sas/DescribeDingTalk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDingTalk.json",
2025-08-20T19:15:58.6826270Z [00:02:03.512]➜  		"en-US/sas/DescribeDomainCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDomainCount.json",
2025-08-20T19:15:58.6827217Z [00:02:03.512]➜  		"en-US/sas/DescribeDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDomainDetail.json",
2025-08-20T19:15:58.6828131Z [00:02:03.512]➜  		"en-US/sas/DescribeDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDomainList.json",
2025-08-20T19:15:58.6829152Z [00:02:03.512]➜  		"en-US/sas/DescribeEmgUserAgreement.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeEmgUserAgreement.json",
2025-08-20T19:15:58.6830038Z [00:02:03.512]➜  		"en-US/sas/DescribeEmgVulItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeEmgVulItem.json",
2025-08-20T19:15:58.6831009Z [00:02:03.512]➜  		"en-US/sas/DescribeEventLevelCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeEventLevelCount.json",
2025-08-20T19:15:58.6831922Z [00:02:03.512]➜  		"en-US/sas/DescribeEventOnStage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeEventOnStage.json",
2025-08-20T19:15:58.6833106Z [00:02:03.512]➜  		"en-US/sas/DescribeExcludeSystemPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExcludeSystemPath.json",
2025-08-20T19:15:58.6834165Z [00:02:03.512]➜  		"en-US/sas/DescribeExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExportInfo.json",
2025-08-20T19:15:58.6835420Z [00:02:03.512]➜  		"en-US/sas/DescribeExposedCheckWarning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedCheckWarning.json",
2025-08-20T19:15:58.6836628Z [00:02:03.512]➜  		"en-US/sas/DescribeExposedInstanceCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedInstanceCriteria.json",
2025-08-20T19:15:58.6837794Z [00:02:03.512]➜  		"en-US/sas/DescribeExposedInstanceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedInstanceDetail.json",
2025-08-20T19:15:58.6838879Z [00:02:03.512]➜  		"en-US/sas/DescribeExposedInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedInstanceList.json",
2025-08-20T19:15:58.6839982Z [00:02:03.512]➜  		"en-US/sas/DescribeExposedStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedStatistics.json",
2025-08-20T19:15:58.6841247Z [00:02:03.512]➜  		"en-US/sas/DescribeExposedStatisticsDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedStatisticsDetail.json",
2025-08-20T19:15:58.6842298Z [00:02:03.512]➜  		"en-US/sas/DescribeFieldStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeFieldStatistics.json",
2025-08-20T19:15:58.6843542Z [00:02:03.512]➜  		"en-US/sas/DescribeFixUsedCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeFixUsedCount.json",
2025-08-20T19:15:58.6844613Z [00:02:03.512]➜  		"en-US/sas/DescribeFrontVulPatchList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeFrontVulPatchList.json",
2025-08-20T19:15:58.6845598Z [00:02:03.512]➜  		"en-US/sas/DescribeGroupStruct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupStruct.json",
2025-08-20T19:15:58.6846830Z [00:02:03.512]➜  		"en-US/sas/DescribeGroupedContainerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedContainerInstances.json",
2025-08-20T19:15:58.6848124Z [00:02:03.512]➜  		"en-US/sas/DescribeGroupedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedInstances.json",
2025-08-20T19:15:58.6849398Z [00:02:03.512]➜  		"en-US/sas/DescribeGroupedMaliciousFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedMaliciousFiles.json",
2025-08-20T19:15:58.6850371Z [00:02:03.512]➜  		"en-US/sas/DescribeGroupedTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedTags.json",
2025-08-20T19:15:58.6851328Z [00:02:03.512]➜  		"en-US/sas/DescribeGroupedVul.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedVul.json",
2025-08-20T19:15:58.6852290Z [00:02:03.512]➜  		"en-US/sas/DescribeHcExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeHcExportInfo.json",
2025-08-20T19:15:58.6853498Z [00:02:03.512]➜  		"en-US/sas/DescribeHoneyPotAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeHoneyPotAuth.json",
2025-08-20T19:15:58.6854692Z [00:02:03.512]➜  		"en-US/sas/DescribeHoneyPotSuspStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeHoneyPotSuspStatistics.json",
2025-08-20T19:15:58.6855526Z [00:02:03.512]➜  		"en-US/sas/DescribeImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImage.json",
2025-08-20T19:15:58.6856751Z [00:02:03.512]➜  		"en-US/sas/DescribeImageBaselineCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineCheckResult.json",
2025-08-20T19:15:58.6857968Z [00:02:03.513]➜  		"en-US/sas/DescribeImageBaselineCheckSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineCheckSummary.json",
2025-08-20T19:15:58.6859200Z [00:02:03.513]➜  		"en-US/sas/DescribeImageBaselineDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineDetail.json",
2025-08-20T19:15:58.6860450Z [00:02:03.513]➜  		"en-US/sas/DescribeImageBaselineItemList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineItemList.json",
2025-08-20T19:15:58.6861572Z [00:02:03.513]➜  		"en-US/sas/DescribeImageBaselineStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineStrategy.json",
2025-08-20T19:15:58.6862736Z [00:02:03.513]➜  		"en-US/sas/DescribeImageCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageCriteria.json",
2025-08-20T19:15:58.6864006Z [00:02:03.513]➜  		"en-US/sas/DescribeImageEventOperationCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageEventOperationCondition.json",
2025-08-20T19:15:58.6865171Z [00:02:03.513]➜  		"en-US/sas/DescribeImageEventOperationPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageEventOperationPage.json",
2025-08-20T19:15:58.6866270Z [00:02:03.513]➜  		"en-US/sas/DescribeImageFixCycleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageFixCycleConfig.json",
2025-08-20T19:15:58.6867222Z [00:02:03.513]➜  		"en-US/sas/DescribeImageFixTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageFixTask.json",
2025-08-20T19:15:58.6868290Z [00:02:03.513]➜  		"en-US/sas/DescribeImageGroupedVulList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageGroupedVulList.json",
2025-08-20T19:15:58.6869273Z [00:02:03.513]➜  		"en-US/sas/DescribeImageInfoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageInfoList.json",
2025-08-20T19:15:58.6870239Z [00:02:03.513]➜  		"en-US/sas/DescribeImageInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageInstances.json",
2025-08-20T19:15:58.6871380Z [00:02:03.513]➜  		"en-US/sas/DescribeImageLatestScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageLatestScanTask.json",
2025-08-20T19:15:58.6872891Z [00:02:03.513]➜  		"en-US/sas/DescribeImageListBySensitiveFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageListBySensitiveFile.json",
2025-08-20T19:15:58.6874245Z [00:02:03.513]➜  		"en-US/sas/DescribeImageListWithBaselineName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageListWithBaselineName.json",
2025-08-20T19:15:58.6875325Z [00:02:03.513]➜  		"en-US/sas/DescribeImageRepoCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageRepoCriteria.json",
2025-08-20T19:15:58.6876405Z [00:02:03.513]➜  		"en-US/sas/DescribeImageRepoDetailList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageRepoDetailList.json",
2025-08-20T19:15:58.6877419Z [00:02:03.513]➜  		"en-US/sas/DescribeImageRepoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageRepoList.json",
2025-08-20T19:15:58.6878516Z [00:02:03.513]➜  		"en-US/sas/DescribeImageScanAuthCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageScanAuthCount.json",
2025-08-20T19:15:58.6879676Z [00:02:03.513]➜  		"en-US/sas/DescribeImageScanAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageScanAuthorization.json",
2025-08-20T19:15:58.6880823Z [00:02:03.513]➜  		"en-US/sas/DescribeImageSensitiveFileByKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageSensitiveFileByKey.json",
2025-08-20T19:15:58.6881974Z [00:02:03.513]➜  		"en-US/sas/DescribeImageSensitiveFileList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageSensitiveFileList.json",
2025-08-20T19:15:58.6883197Z [00:02:03.513]➜  		"en-US/sas/DescribeImageStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageStatistics.json",
2025-08-20T19:15:58.6884349Z [00:02:03.513]➜  		"en-US/sas/DescribeImageVulList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageVulList.json",
2025-08-20T19:15:58.6885539Z [00:02:03.513]➜  		"en-US/sas/DescribeImageVulWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageVulWhiteList.json",
2025-08-20T19:15:58.6886561Z [00:02:03.513]➜  		"en-US/sas/DescribeInstallCaptcha.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstallCaptcha.json",
2025-08-20T19:15:58.6887486Z [00:02:03.513]➜  		"en-US/sas/DescribeInstallCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstallCode.json",
2025-08-20T19:15:58.6888431Z [00:02:03.513]➜  		"en-US/sas/DescribeInstallCodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstallCodes.json",
2025-08-20T19:15:58.6889688Z [00:02:03.513]➜  		"en-US/sas/DescribeInstanceAntiBruteForceRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstanceAntiBruteForceRules.json",
2025-08-20T19:15:58.6890910Z [00:02:03.513]➜  		"en-US/sas/DescribeInstanceRebootStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstanceRebootStatus.json",
2025-08-20T19:15:58.6892005Z [00:02:03.513]➜  		"en-US/sas/DescribeInstanceStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstanceStatistics.json",
2025-08-20T19:15:58.6893040Z [00:02:03.513]➜  		"en-US/sas/DescribeIpTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeIpTags.json",
2025-08-20T19:15:58.6894028Z [00:02:03.513]➜  		"en-US/sas/DescribeLatestScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLatestScanTask.json",
2025-08-20T19:15:58.6894881Z [00:02:03.513]➜  		"en-US/sas/DescribeLogMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLogMeta.json",
2025-08-20T19:15:58.6895906Z [00:02:03.513]➜  		"en-US/sas/DescribeLogShipperStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLogShipperStatus.json",
2025-08-20T19:15:58.6896921Z [00:02:03.513]➜  		"en-US/sas/DescribeLoginBaseConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLoginBaseConfigs.json",
2025-08-20T19:15:58.6898128Z [00:02:03.513]➜  		"en-US/sas/DescribeLoginSwitchConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLoginSwitchConfigs.json",
2025-08-20T19:15:58.6899127Z [00:02:03.513]➜  		"en-US/sas/DescribeLogstoreStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLogstoreStorage.json",
2025-08-20T19:15:58.6900114Z [00:02:03.513]➜  		"en-US/sas/DescribeMachineCanReboot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeMachineCanReboot.json",
2025-08-20T19:15:58.6901156Z [00:02:03.513]➜  		"en-US/sas/DescribeMatchedMaliciousNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeMatchedMaliciousNames.json",
2025-08-20T19:15:58.6902055Z [00:02:03.513]➜  		"en-US/sas/DescribeModuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeModuleConfig.json",
2025-08-20T19:15:58.6903183Z [00:02:03.513]➜  		"en-US/sas/DescribeMonitorAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeMonitorAccounts.json",
2025-08-20T19:15:58.6904096Z [00:02:03.513]➜  		"en-US/sas/DescribeNoticeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeNoticeConfig.json",
2025-08-20T19:15:58.6905105Z [00:02:03.513]➜  		"en-US/sas/DescribeNsasSuspEventType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeNsasSuspEventType.json",
2025-08-20T19:15:58.6906023Z [00:02:03.513]➜  		"en-US/sas/DescribeOfflineMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeOfflineMachines.json",
2025-08-20T19:15:58.6906890Z [00:02:03.513]➜  		"en-US/sas/DescribeOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeOnceTask.json",
2025-08-20T19:15:58.6908309Z [00:02:03.513]➜  		"en-US/sas/DescribeOnceTaskLeafRecordPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeOnceTaskLeafRecordPage.json",
2025-08-20T19:15:58.6909322Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyCount.json",
2025-08-20T19:15:58.6910408Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyCronDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyCronDetail.json",
2025-08-20T19:15:58.6911494Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyCronItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyCronItem.json",
2025-08-20T19:15:58.6913626Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyPortDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyPortDetail.json",
2025-08-20T19:15:58.6914769Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyPortItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyPortItem.json",
2025-08-20T19:15:58.6916004Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyProcDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyProcDetail.json",
2025-08-20T19:15:58.6917079Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyProcItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyProcItem.json",
2025-08-20T19:15:58.6918087Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyScaDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyScaDetail.json",
2025-08-20T19:15:58.6919053Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyScaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyScaItem.json",
2025-08-20T19:15:58.6920149Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyScheduleConfig.json",
2025-08-20T19:15:58.6921271Z [00:02:03.513]➜  		"en-US/sas/DescribePropertySoftwareDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertySoftwareDetail.json",
2025-08-20T19:15:58.6922639Z [00:02:03.513]➜  		"en-US/sas/DescribePropertySoftwareItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertySoftwareItem.json",
2025-08-20T19:15:58.6923700Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyTypeScaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyTypeScaItem.json",
2025-08-20T19:15:58.6924759Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyUsageNewest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyUsageNewest.json",
2025-08-20T19:15:58.6925739Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyUserDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyUserDetail.json",
2025-08-20T19:15:58.6926802Z [00:02:03.513]➜  		"en-US/sas/DescribePropertyUserItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyUserItem.json",
2025-08-20T19:15:58.6927909Z [00:02:03.513]➜  		"en-US/sas/DescribeQuaraFileDownloadInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeQuaraFileDownloadInfo.json",
2025-08-20T19:15:58.6928818Z [00:02:03.513]➜  		"en-US/sas/DescribeRestoreJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRestoreJobs.json",
2025-08-20T19:15:58.6929726Z [00:02:03.513]➜  		"en-US/sas/DescribeRestorePlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRestorePlans.json",
2025-08-20T19:15:58.6930783Z [00:02:03.513]➜  		"en-US/sas/DescribeRiskCheckItemResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskCheckItemResult.json",
2025-08-20T19:15:58.6931757Z [00:02:03.513]➜  		"en-US/sas/DescribeRiskCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskCheckResult.json",
2025-08-20T19:15:58.6933300Z [00:02:03.513]➜  		"en-US/sas/DescribeRiskCheckSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskCheckSummary.json",
2025-08-20T19:15:58.6934276Z [00:02:03.513]➜  		"en-US/sas/DescribeRiskItemType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskItemType.json",
2025-08-20T19:15:58.6935359Z [00:02:03.513]➜  		"en-US/sas/DescribeRiskListCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskListCheckResult.json",
2025-08-20T19:15:58.6936242Z [00:02:03.513]➜  		"en-US/sas/DescribeRiskType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskType.json",
2025-08-20T19:15:58.6937045Z [00:02:03.513]➜  		"en-US/sas/DescribeRisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRisks.json",
2025-08-20T19:15:58.6938032Z [00:02:03.513]➜  		"en-US/sas/DescribeSasPmAgentList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSasPmAgentList.json",
2025-08-20T19:15:58.6939166Z [00:02:03.513]➜  		"en-US/sas/DescribeScanTaskProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeScanTaskProgress.json",
2025-08-20T19:15:58.6940238Z [00:02:03.513]➜  		"en-US/sas/DescribeScanTaskStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeScanTaskStatistics.json",
2025-08-20T19:15:58.6941223Z [00:02:03.513]➜  		"en-US/sas/DescribeSearchCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSearchCondition.json",
2025-08-20T19:15:58.6942234Z [00:02:03.513]➜  		"en-US/sas/DescribeSecureSuggestion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecureSuggestion.json",
2025-08-20T19:15:58.6943661Z [00:02:03.513]➜  		"en-US/sas/DescribeSecurityCheckScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityCheckScheduleConfig.json",
2025-08-20T19:15:58.6944882Z [00:02:03.513]➜  		"en-US/sas/DescribeSecurityEventMarkMissList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityEventMarkMissList.json",
2025-08-20T19:15:58.6946264Z [00:02:03.513]➜  		"en-US/sas/DescribeSecurityEventOperationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityEventOperationStatus.json",
2025-08-20T19:15:58.6947402Z [00:02:03.513]➜  		"en-US/sas/DescribeSecurityEventOperations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityEventOperations.json",
2025-08-20T19:15:58.6948403Z [00:02:03.513]➜  		"en-US/sas/DescribeSecurityStatInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityStatInfo.json",
2025-08-20T19:15:58.6949558Z [00:02:03.513]➜  		"en-US/sas/DescribeServiceLinkedRoleStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeServiceLinkedRoleStatus.json",
2025-08-20T19:15:58.6950660Z [00:02:03.513]➜  		"en-US/sas/DescribeSimilarEventScenarios.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSimilarEventScenarios.json",
2025-08-20T19:15:58.6951792Z [00:02:03.513]➜  		"en-US/sas/DescribeSimilarSecurityEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSimilarSecurityEvents.json",
2025-08-20T19:15:58.6952872Z [00:02:03.513]➜  		"en-US/sas/DescribeSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSnapshots.json",
2025-08-20T19:15:58.6953756Z [00:02:03.513]➜  		"en-US/sas/DescribeStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeStrategy.json",
2025-08-20T19:15:58.6954704Z [00:02:03.513]➜  		"en-US/sas/DescribeStrategyDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeStrategyDetail.json",
2025-08-20T19:15:58.6955738Z [00:02:03.513]➜  		"en-US/sas/DescribeStrategyExecDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeStrategyExecDetail.json",
2025-08-20T19:15:58.6956875Z [00:02:03.513]➜  		"en-US/sas/DescribeStrategyTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeStrategyTarget.json",
2025-08-20T19:15:58.6957967Z [00:02:03.513]➜  		"en-US/sas/DescribeSummaryInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSummaryInfo.json",
2025-08-20T19:15:58.6958855Z [00:02:03.513]➜  		"en-US/sas/DescribeSupportRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSupportRegion.json",
2025-08-20T19:15:58.6959841Z [00:02:03.513]➜  		"en-US/sas/DescribeSuspEventDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEventDetail.json",
2025-08-20T19:15:58.6960914Z [00:02:03.513]➜  		"en-US/sas/DescribeSuspEventExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEventExportInfo.json",
2025-08-20T19:15:58.6961924Z [00:02:03.513]➜  		"en-US/sas/DescribeSuspEventQuaraFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEventQuaraFiles.json",
2025-08-20T19:15:58.6963355Z [00:02:03.513]➜  		"en-US/sas/DescribeSuspEventUserSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEventUserSetting.json",
2025-08-20T19:15:58.6964283Z [00:02:03.513]➜  		"en-US/sas/DescribeSuspEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEvents.json",
2025-08-20T19:15:58.6965432Z [00:02:03.513]➜  		"en-US/sas/DescribeSuspiciousOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspiciousOverallConfig.json",
2025-08-20T19:15:58.6966507Z [00:02:03.513]➜  		"en-US/sas/DescribeSuspiciousUUIDConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspiciousUUIDConfig.json",
2025-08-20T19:15:58.6967345Z [00:02:03.513]➜  		"en-US/sas/DescribeTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTarget.json",
2025-08-20T19:15:58.6968287Z [00:02:03.513]➜  		"en-US/sas/DescribeTaskErrorLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTaskErrorLog.json",
2025-08-20T19:15:58.6969292Z [00:02:03.513]➜  		"en-US/sas/DescribeTotalStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTotalStatistics.json",
2025-08-20T19:15:58.6970423Z [00:02:03.513]➜  		"en-US/sas/DescribeTraceInfoDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTraceInfoDetail.json",
2025-08-20T19:15:58.6971374Z [00:02:03.513]➜  		"en-US/sas/DescribeTraceInfoNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTraceInfoNode.json",
2025-08-20T19:15:58.6972582Z [00:02:03.513]➜  		"en-US/sas/DescribeUniBackupDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniBackupDatabase.json",
2025-08-20T19:15:58.6973616Z [00:02:03.513]➜  		"en-US/sas/DescribeUniBackupPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniBackupPolicies.json",
2025-08-20T19:15:58.6974729Z [00:02:03.513]➜  		"en-US/sas/DescribeUniBackupPolicyDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniBackupPolicyDetail.json",
2025-08-20T19:15:58.6975799Z [00:02:03.513]➜  		"en-US/sas/DescribeUniRecoverableList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniRecoverableList.json",
2025-08-20T19:15:58.6976816Z [00:02:03.513]➜  		"en-US/sas/DescribeUniSupportRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniSupportRegion.json",
2025-08-20T19:15:58.6977860Z [00:02:03.513]➜  		"en-US/sas/DescribeUserBackupMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUserBackupMachines.json",
2025-08-20T19:15:58.6979042Z [00:02:03.513]➜  		"en-US/sas/DescribeUserBaselineAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUserBaselineAuthorization.json",
2025-08-20T19:15:58.6980293Z [00:02:03.513]➜  		"en-US/sas/DescribeUserLayoutAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUserLayoutAuthorization.json",
2025-08-20T19:15:58.6981359Z [00:02:03.513]➜  		"en-US/sas/DescribeUuidsByVulNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUuidsByVulNames.json",
2025-08-20T19:15:58.6982238Z [00:02:03.513]➜  		"en-US/sas/DescribeVendorList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVendorList.json",
2025-08-20T19:15:58.6983408Z [00:02:03.513]➜  		"en-US/sas/DescribeVersionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVersionConfig.json",
2025-08-20T19:15:58.6984507Z [00:02:03.513]➜  		"en-US/sas/DescribeVpcHoneyPotCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVpcHoneyPotCriteria.json",
2025-08-20T19:15:58.6985477Z [00:02:03.513]➜  		"en-US/sas/DescribeVpcHoneyPotList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVpcHoneyPotList.json",
2025-08-20T19:15:58.6986336Z [00:02:03.513]➜  		"en-US/sas/DescribeVpcList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVpcList.json",
2025-08-20T19:15:58.6987701Z [00:02:03.513]➜  		"en-US/sas/DescribeVulCheckTaskStatusDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulCheckTaskStatusDetail.json",
2025-08-20T19:15:58.6988647Z [00:02:03.513]➜  		"en-US/sas/DescribeVulConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulConfig.json",
2025-08-20T19:15:58.6989566Z [00:02:03.513]➜  		"en-US/sas/DescribeVulDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulDetails.json",
2025-08-20T19:15:58.6990527Z [00:02:03.513]➜  		"en-US/sas/DescribeVulExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulExportInfo.json",
2025-08-20T19:15:58.6991546Z [00:02:03.513]➜  		"en-US/sas/DescribeVulFixStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulFixStatistics.json",
2025-08-20T19:15:58.6992596Z [00:02:03.513]➜  		"en-US/sas/DescribeVulList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulList.json",
2025-08-20T19:15:58.6993719Z [00:02:03.513]➜  		"en-US/sas/DescribeVulListPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulListPage.json",
2025-08-20T19:15:58.6994753Z [00:02:03.513]➜  		"en-US/sas/DescribeVulNumStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulNumStatistics.json",
2025-08-20T19:15:58.6995748Z [00:02:03.513]➜  		"en-US/sas/DescribeVulTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulTargetConfig.json",
2025-08-20T19:15:58.6996827Z [00:02:03.513]➜  		"en-US/sas/DescribeVulTargetStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulTargetStatistics.json",
2025-08-20T19:15:58.6997788Z [00:02:03.513]➜  		"en-US/sas/DescribeVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulWhitelist.json",
2025-08-20T19:15:58.6998852Z [00:02:03.513]➜  		"en-US/sas/DescribeWarningExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWarningExportInfo.json",
2025-08-20T19:15:58.6999885Z [00:02:03.513]➜  		"en-US/sas/DescribeWarningMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWarningMachines.json",
2025-08-20T19:15:58.7000892Z [00:02:03.513]➜  		"en-US/sas/DescribeWebLockBindList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockBindList.json",
2025-08-20T19:15:58.7001941Z [00:02:03.513]➜  		"en-US/sas/DescribeWebLockConfigList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockConfigList.json",
2025-08-20T19:15:58.7003317Z [00:02:03.513]➜  		"en-US/sas/DescribeWebLockExclusiveFileType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockExclusiveFileType.json",
2025-08-20T19:15:58.7004730Z [00:02:03.513]➜  		"en-US/sas/DescribeWebLockFileChangeStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockFileChangeStatistics.json",
2025-08-20T19:15:58.7005961Z [00:02:03.513]➜  		"en-US/sas/DescribeWebLockFileEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockFileEvents.json",
2025-08-20T19:15:58.7007130Z [00:02:03.513]➜  		"en-US/sas/DescribeWebLockFileTypeSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockFileTypeSummary.json",
2025-08-20T19:15:58.7008331Z [00:02:03.513]➜  		"en-US/sas/DescribeWebLockInclusiveFileType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockInclusiveFileType.json",
2025-08-20T19:15:58.7009642Z [00:02:03.513]➜  		"en-US/sas/DescribeWebLockProcessBlockStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockProcessBlockStatistics.json",
2025-08-20T19:15:58.7010721Z [00:02:03.513]➜  		"en-US/sas/DescribeWebLockProcessList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockProcessList.json",
2025-08-20T19:15:58.7011852Z [00:02:03.513]➜  		"en-US/sas/DescribeWebLockStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockStatus.json",
2025-08-20T19:15:58.7013275Z [00:02:03.513]➜  		"en-US/sas/DescribeWebLockTotalFileChangeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockTotalFileChangeCount.json",
2025-08-20T19:15:58.7014165Z [00:02:03.513]➜  		"en-US/sas/DescribeWebPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebPath.json",
2025-08-20T19:15:58.7015180Z [00:02:03.513]➜  		"en-US/sas/DisableBruteForceRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DisableBruteForceRecord.json",
2025-08-20T19:15:58.7016221Z [00:02:03.513]➜  		"en-US/sas/DisableCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DisableCustomBlockRecord.json",
2025-08-20T19:15:58.7017216Z [00:02:03.513]➜  		"en-US/sas/EnableBruteForceRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/EnableBruteForceRecord.json",
2025-08-20T19:15:58.7018400Z [00:02:03.514]➜  		"en-US/sas/EnableCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/EnableCustomBlockRecord.json",
2025-08-20T19:15:58.7019554Z [00:02:03.514]➜  		"en-US/sas/EnableCustomInstanceBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/EnableCustomInstanceBlockRecord.json",
2025-08-20T19:15:58.7020332Z [00:02:03.514]➜  		"en-US/sas/ExecStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExecStrategy.json",
2025-08-20T19:15:58.7021186Z [00:02:03.514]➜  		"en-US/sas/ExportRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExportRecord.json",
2025-08-20T19:15:58.7022092Z [00:02:03.514]➜  		"en-US/sas/ExportSuspEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExportSuspEvents.json",
2025-08-20T19:15:58.7023058Z [00:02:03.514]➜  		"en-US/sas/ExportVul.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExportVul.json",
2025-08-20T19:15:58.7023934Z [00:02:03.514]➜  		"en-US/sas/ExportWarning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExportWarning.json",
2025-08-20T19:15:58.7025019Z [00:02:03.514]➜  		"en-US/sas/FindContainerNetworkConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/FindContainerNetworkConnect.json",
2025-08-20T19:15:58.7025893Z [00:02:03.514]➜  		"en-US/sas/FixCheckWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/FixCheckWarnings.json",
2025-08-20T19:15:58.7026851Z [00:02:03.514]➜  		"en-US/sas/GenerateK8sAccessInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GenerateK8sAccessInfo.json",
2025-08-20T19:15:58.7027851Z [00:02:03.514]➜  		"en-US/sas/GenerateOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GenerateOnceTask.json",
2025-08-20T19:15:58.7029215Z [00:02:03.514]➜  		"en-US/sas/GetAegisContainerPluginRuleCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAegisContainerPluginRuleCriteria.json",
2025-08-20T19:15:58.7030196Z [00:02:03.514]➜  		"en-US/sas/GetAgentlessTaskCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAgentlessTaskCount.json",
2025-08-20T19:15:58.7031140Z [00:02:03.514]➜  		"en-US/sas/GetAlarmMachineCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAlarmMachineCount.json",
2025-08-20T19:15:58.7031955Z [00:02:03.514]➜  		"en-US/sas/GetAppNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAppNetwork.json",
2025-08-20T19:15:58.7033065Z [00:02:03.514]➜  		"en-US/sas/GetAssetDetailByUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAssetDetailByUuid.json",
2025-08-20T19:15:58.7034107Z [00:02:03.514]➜  		"en-US/sas/GetAssetSelectionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAssetSelectionConfig.json",
2025-08-20T19:15:58.7035210Z [00:02:03.514]➜  		"en-US/sas/GetAssetsPropertyDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAssetsPropertyDetail.json",
2025-08-20T19:15:58.7036229Z [00:02:03.514]➜  		"en-US/sas/GetAssetsPropertyItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAssetsPropertyItem.json",
2025-08-20T19:15:58.7037243Z [00:02:03.514]➜  		"en-US/sas/GetAuthVersionStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAuthVersionStatistic.json",
2025-08-20T19:15:58.7038211Z [00:02:03.514]➜  		"en-US/sas/GetBackupStorageCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetBackupStorageCount.json",
2025-08-20T19:15:58.7039091Z [00:02:03.514]➜  		"en-US/sas/GetCheckConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckConfig.json",
2025-08-20T19:15:58.7040027Z [00:02:03.514]➜  		"en-US/sas/GetCheckDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckDetail.json",
2025-08-20T19:15:58.7040924Z [00:02:03.514]➜  		"en-US/sas/GetCheckProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckProcess.json",
2025-08-20T19:15:58.7042093Z [00:02:03.514]➜  		"en-US/sas/GetCheckRiskStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckRiskStatistics.json",
2025-08-20T19:15:58.7043117Z [00:02:03.514]➜  		"en-US/sas/GetCheckSale.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckSale.json",
2025-08-20T19:15:58.7044013Z [00:02:03.514]➜  		"en-US/sas/GetCheckSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckSummary.json",
2025-08-20T19:15:58.7045150Z [00:02:03.514]➜  		"en-US/sas/GetClientInstallationStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClientInstallationStatistic.json",
2025-08-20T19:15:58.7046142Z [00:02:03.514]➜  		"en-US/sas/GetClientRatioStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClientRatioStatistic.json",
2025-08-20T19:15:58.7047140Z [00:02:03.514]➜  		"en-US/sas/GetClientUserDefineRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClientUserDefineRule.json",
2025-08-20T19:15:58.7048103Z [00:02:03.514]➜  		"en-US/sas/GetCloudAssetCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCloudAssetCriteria.json",
2025-08-20T19:15:58.7049018Z [00:02:03.514]➜  		"en-US/sas/GetCloudAssetDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCloudAssetDetail.json",
2025-08-20T19:15:58.7049931Z [00:02:03.514]➜  		"en-US/sas/GetCloudAssetSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCloudAssetSummary.json",
2025-08-20T19:15:58.7051162Z [00:02:03.514]➜  		"en-US/sas/GetClusterCheckItemWarningStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClusterCheckItemWarningStatistics.json",
2025-08-20T19:15:58.7052243Z [00:02:03.514]➜  		"en-US/sas/GetClusterRuleSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClusterRuleSummary.json",
2025-08-20T19:15:58.7053550Z [00:02:03.514]➜  		"en-US/sas/GetClusterStrategyCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClusterStrategyCount.json",
2025-08-20T19:15:58.7054678Z [00:02:03.514]➜  		"en-US/sas/GetClusterSuspEventStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClusterSuspEventStatistics.json",
2025-08-20T19:15:58.7055638Z [00:02:03.514]➜  		"en-US/sas/GetCommonSwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCommonSwitchConfig.json",
2025-08-20T19:15:58.7056735Z [00:02:03.514]➜  		"en-US/sas/GetContainerDefenseRuleDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetContainerDefenseRuleDetail.json",
2025-08-20T19:15:58.7057810Z [00:02:03.514]➜  		"en-US/sas/GetFileDetectApiInvokeInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileDetectApiInvokeInfo.json",
2025-08-20T19:15:58.7058885Z [00:02:03.514]➜  		"en-US/sas/GetFileDetectReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileDetectReport.json",
2025-08-20T19:15:58.7059849Z [00:02:03.514]➜  		"en-US/sas/GetFileDetectResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileDetectResult.json",
2025-08-20T19:15:58.7060841Z [00:02:03.514]➜  		"en-US/sas/GetFileProtectDashboard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileProtectDashboard.json",
2025-08-20T19:15:58.7061770Z [00:02:03.514]➜  		"en-US/sas/GetFileProtectEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileProtectEvent.json",
2025-08-20T19:15:58.7062905Z [00:02:03.514]➜  		"en-US/sas/GetFileProtectEventCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileProtectEventCount.json",
2025-08-20T19:15:58.7063819Z [00:02:03.514]➜  		"en-US/sas/GetFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileProtectRule.json",
2025-08-20T19:15:58.7064737Z [00:02:03.514]➜  		"en-US/sas/GetFileUploadLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileUploadLimit.json",
2025-08-20T19:15:58.7065987Z [00:02:03.514]➜  		"en-US/sas/GetHoneyPotUploadPolicyInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneyPotUploadPolicyInfo.json",
2025-08-20T19:15:58.7067169Z [00:02:03.514]➜  		"en-US/sas/GetHoneypotAttackStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotAttackStatistics.json",
2025-08-20T19:15:58.7068118Z [00:02:03.514]➜  		"en-US/sas/GetHoneypotEventTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotEventTrend.json",
2025-08-20T19:15:58.7068970Z [00:02:03.514]➜  		"en-US/sas/GetHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotNode.json",
2025-08-20T19:15:58.7070013Z [00:02:03.514]➜  		"en-US/sas/GetHoneypotNodeMetricList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotNodeMetricList.json",
2025-08-20T19:15:58.7070940Z [00:02:03.514]➜  		"en-US/sas/GetHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotPreset.json",
2025-08-20T19:15:58.7071803Z [00:02:03.514]➜  		"en-US/sas/GetHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotProbe.json",
2025-08-20T19:15:58.7072941Z [00:02:03.515]➜  		"en-US/sas/GetHoneypotStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotStatistics.json",
2025-08-20T19:15:58.7073938Z [00:02:03.515]➜  		"en-US/sas/GetImageEventOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetImageEventOperation.json",
2025-08-20T19:15:58.7075070Z [00:02:03.515]➜  		"en-US/sas/GetImageScanNumInPeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetImageScanNumInPeriod.json",
2025-08-20T19:15:58.7076200Z [00:02:03.515]➜  		"en-US/sas/GetInterceptionRuleDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetInterceptionRuleDetail.json",
2025-08-20T19:15:58.7077185Z [00:02:03.515]➜  		"en-US/sas/GetInterceptionSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetInterceptionSummary.json",
2025-08-20T19:15:58.7078241Z [00:02:03.515]➜  		"en-US/sas/GetInterceptionTargetDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetInterceptionTargetDetail.json",
2025-08-20T19:15:58.7079178Z [00:02:03.515]➜  		"en-US/sas/GetLastOnceTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetLastOnceTaskInfo.json",
2025-08-20T19:15:58.7079951Z [00:02:03.515]➜  		"en-US/sas/GetLogMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetLogMeta.json",
2025-08-20T19:15:58.7081094Z [00:02:03.515]➜  		"en-US/sas/GetMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:58.7082075Z [00:02:03.515]➜  		"en-US/sas/GetModuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetModuleConfig.json",
2025-08-20T19:15:58.7083286Z [00:02:03.515]➜  		"en-US/sas/GetModuleTrialAuthInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetModuleTrialAuthInfo.json",
2025-08-20T19:15:58.7084223Z [00:02:03.515]➜  		"en-US/sas/GetObjectScanEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetObjectScanEvent.json",
2025-08-20T19:15:58.7085191Z [00:02:03.515]➜  		"en-US/sas/GetOnceTaskResultInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOnceTaskResultInfo.json",
2025-08-20T19:15:58.7086259Z [00:02:03.515]➜  		"en-US/sas/GetOpaClusterBaseLineList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaClusterBaseLineList.json",
2025-08-20T19:15:58.7087258Z [00:02:03.515]➜  		"en-US/sas/GetOpaClusterImageList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaClusterImageList.json",
2025-08-20T19:15:58.7088245Z [00:02:03.515]➜  		"en-US/sas/GetOpaClusterLabelList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaClusterLabelList.json",
2025-08-20T19:15:58.7089478Z [00:02:03.515]➜  		"en-US/sas/GetOpaClusterNamespaceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaClusterNamespaceList.json",
2025-08-20T19:15:58.7090404Z [00:02:03.515]➜  		"en-US/sas/GetOpaPluginStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaPluginStatus.json",
2025-08-20T19:15:58.7091403Z [00:02:03.515]➜  		"en-US/sas/GetOpaStrategyDetailNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaStrategyDetailNew.json",
2025-08-20T19:15:58.7092738Z [00:02:03.515]➜  		"en-US/sas/GetOpaStrategyTemplateSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaStrategyTemplateSummary.json",
2025-08-20T19:15:58.7093805Z [00:02:03.515]➜  		"en-US/sas/GetOssBucketScanStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOssBucketScanStatistic.json",
2025-08-20T19:15:58.7094673Z [00:02:03.515]➜  		"en-US/sas/GetOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOssScanConfig.json",
2025-08-20T19:15:58.7095686Z [00:02:03.515]➜  		"en-US/sas/GetPropertyScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetPropertyScheduleConfig.json",
2025-08-20T19:15:58.7096501Z [00:02:03.515]➜  		"en-US/sas/GetRulesCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetRulesCount.json",
2025-08-20T19:15:58.7097877Z [00:02:03.515]➜  		"en-US/sas/GetSasContainerWebDefenseRuleApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSasContainerWebDefenseRuleApplication.json",
2025-08-20T19:15:58.7099269Z [00:02:03.515]➜  		"en-US/sas/GetSasContainerWebDefenseRuleCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSasContainerWebDefenseRuleCriteria.json",
2025-08-20T19:15:58.7100299Z [00:02:03.515]➜  		"en-US/sas/GetSecurityScoreRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSecurityScoreRule.json",
2025-08-20T19:15:58.7101369Z [00:02:03.515]➜  		"en-US/sas/GetSensitiveDefineRuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSensitiveDefineRuleConfig.json",
2025-08-20T19:15:58.7102221Z [00:02:03.515]➜  		"en-US/sas/GetServiceTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetServiceTrail.json",
2025-08-20T19:15:58.7103459Z [00:02:03.515]➜  		"en-US/sas/GetStrategyTemplateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetStrategyTemplateDetail.json",
2025-08-20T19:15:58.7104467Z [00:02:03.515]➜  		"en-US/sas/GetSuspiciousStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSuspiciousStatistics.json",
2025-08-20T19:15:58.7105461Z [00:02:03.515]➜  		"en-US/sas/GetSwitchRegionDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSwitchRegionDetail.json",
2025-08-20T19:15:58.7106541Z [00:02:03.515]➜  		"en-US/sas/GetUserLang.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetUserLang.json",
2025-08-20T19:15:58.7107503Z [00:02:03.515]➜  		"en-US/sas/GetVirusScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetVirusScanConfig.json",
2025-08-20T19:15:58.7108660Z [00:02:03.515]➜  		"en-US/sas/GetVirusScanLatestTaskStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetVirusScanLatestTaskStatistic.json",
2025-08-20T19:15:58.7109521Z [00:02:03.515]➜  		"en-US/sas/GetVulStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetVulStatistics.json",
2025-08-20T19:15:58.7110353Z [00:02:03.515]➜  		"en-US/sas/GetVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetVulWhitelist.json",
2025-08-20T19:15:58.7111267Z [00:02:03.515]➜  		"en-US/sas/HandleSecurityEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/HandleSecurityEvents.json",
2025-08-20T19:15:58.7112700Z [00:02:03.515]➜  		"en-US/sas/HandleSimilarSecurityEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/HandleSimilarSecurityEvents.json",
2025-08-20T19:15:58.7113619Z [00:02:03.515]➜  		"en-US/sas/IgnoreCheckItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/IgnoreCheckItems.json",
2025-08-20T19:15:58.7114589Z [00:02:03.515]➜  		"en-US/sas/IgnoreHcCheckWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/IgnoreHcCheckWarnings.json",
2025-08-20T19:15:58.7115524Z [00:02:03.515]➜  		"en-US/sas/InstallBackupClient.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallBackupClient.json",
2025-08-20T19:15:58.7116426Z [00:02:03.515]➜  		"en-US/sas/InstallCloudMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallCloudMonitor.json",
2025-08-20T19:15:58.7117346Z [00:02:03.515]➜  		"en-US/sas/InstallHybridProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallHybridProxy.json",
2025-08-20T19:15:58.7118198Z [00:02:03.515]➜  		"en-US/sas/InstallPmAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallPmAgent.json",
2025-08-20T19:15:58.7119174Z [00:02:03.515]➜  		"en-US/sas/InstallRaspAttach.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallRaspAttach.json",
2025-08-20T19:15:58.7120123Z [00:02:03.515]➜  		"en-US/sas/InstallUniBackupAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallUniBackupAgent.json",
2025-08-20T19:15:58.7121214Z [00:02:03.515]➜  		"en-US/sas/JoinWebLockProcessWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/JoinWebLockProcessWhiteList.json",
2025-08-20T19:15:58.7122657Z [00:02:03.515]➜  		"en-US/sas/ListAegisContainerPluginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAegisContainerPluginRule.json",
2025-08-20T19:15:58.7123868Z [00:02:03.515]➜  		"en-US/sas/ListAgentlessMaliciousFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessMaliciousFiles.json",
2025-08-20T19:15:58.7124788Z [00:02:03.515]➜  		"en-US/sas/ListAgentlessRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessRegion.json",
2025-08-20T19:15:58.7125848Z [00:02:03.515]➜  		"en-US/sas/ListAgentlessRelateMalicious.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessRelateMalicious.json",
2025-08-20T19:15:58.7126788Z [00:02:03.515]➜  		"en-US/sas/ListAgentlessRiskUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessRiskUuid.json",
2025-08-20T19:15:58.7127688Z [00:02:03.515]➜  		"en-US/sas/ListAgentlessTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessTask.json",
2025-08-20T19:15:58.7128619Z [00:02:03.515]➜  		"en-US/sas/ListAssetCleanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAssetCleanConfig.json",
2025-08-20T19:15:58.7129862Z [00:02:03.515]➜  		"en-US/sas/ListAssetRefreshTaskConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAssetRefreshTaskConfig.json",
2025-08-20T19:15:58.7131123Z [00:02:03.515]➜  		"en-US/sas/ListAssetSelectionSelectedTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAssetSelectionSelectedTarget.json",
2025-08-20T19:15:58.7132165Z [00:02:03.515]➜  		"en-US/sas/ListAssetSelectionTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAssetSelectionTarget.json",
2025-08-20T19:15:58.7133300Z [00:02:03.515]➜  		"en-US/sas/ListAvailableHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAvailableHoneypot.json",
2025-08-20T19:15:58.7134159Z [00:02:03.515]➜  		"en-US/sas/ListBackupRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListBackupRecord.json",
2025-08-20T19:15:58.7135150Z [00:02:03.515]➜  		"en-US/sas/ListCheckInstanceResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckInstanceResult.json",
2025-08-20T19:15:58.7136224Z [00:02:03.515]➜  		"en-US/sas/ListCheckItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckItem.json",
2025-08-20T19:15:58.7137289Z [00:02:03.515]➜  		"en-US/sas/ListCheckItemWarningMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckItemWarningMachine.json",
2025-08-20T19:15:58.7138342Z [00:02:03.515]➜  		"en-US/sas/ListCheckItemWarningSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckItemWarningSummary.json",
2025-08-20T19:15:58.7139218Z [00:02:03.515]➜  		"en-US/sas/ListCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckResult.json",
2025-08-20T19:15:58.7147153Z [00:02:03.515]➜  		"en-US/sas/ListCheckStandard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckStandard.json",
2025-08-20T19:15:58.7148118Z [00:02:03.515]➜  		"en-US/sas/ListCheckTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckTypes.json",
2025-08-20T19:15:58.7149086Z [00:02:03.515]➜  		"en-US/sas/ListClientAlertMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClientAlertMode.json",
2025-08-20T19:15:58.7150234Z [00:02:03.515]➜  		"en-US/sas/ListClientUserDefineRuleTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClientUserDefineRuleTypes.json",
2025-08-20T19:15:58.7151271Z [00:02:03.515]➜  		"en-US/sas/ListClientUserDefineRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClientUserDefineRules.json",
2025-08-20T19:15:58.7152238Z [00:02:03.515]➜  		"en-US/sas/ListCloudAssetInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCloudAssetInstances.json",
2025-08-20T19:15:58.7153580Z [00:02:03.515]➜  		"en-US/sas/ListCloudVendorRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCloudVendorRegions.json",
2025-08-20T19:15:58.7154783Z [00:02:03.515]➜  		"en-US/sas/ListClusterCnnfStatusDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClusterCnnfStatusDetail.json",
2025-08-20T19:15:58.7155894Z [00:02:03.515]➜  		"en-US/sas/ListClusterInterceptionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClusterInterceptionConfig.json",
2025-08-20T19:15:58.7156844Z [00:02:03.515]➜  		"en-US/sas/ListClusterPluginInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClusterPluginInfo.json",
2025-08-20T19:15:58.7157805Z [00:02:03.515]➜  		"en-US/sas/ListContainerDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListContainerDefenseRule.json",
2025-08-20T19:15:58.7158992Z [00:02:03.515]➜  		"en-US/sas/ListContainerDefenseRuleClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListContainerDefenseRuleClusters.json",
2025-08-20T19:15:58.7159952Z [00:02:03.515]➜  		"en-US/sas/ListCriteriaStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCriteriaStrategy.json",
2025-08-20T19:15:58.7160999Z [00:02:03.515]➜  		"en-US/sas/ListFileProtectEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListFileProtectEvent.json",
2025-08-20T19:15:58.7162073Z [00:02:03.515]➜  		"en-US/sas/ListFileProtectPluginStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListFileProtectPluginStatus.json",
2025-08-20T19:15:58.7163226Z [00:02:03.515]➜  		"en-US/sas/ListFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListFileProtectRule.json",
2025-08-20T19:15:58.7164018Z [00:02:03.515]➜  		"en-US/sas/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListGroups.json",
2025-08-20T19:15:58.7164797Z [00:02:03.515]➜  		"en-US/sas/ListHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypot.json",
2025-08-20T19:15:58.7165785Z [00:02:03.515]➜  		"en-US/sas/ListHoneypotAlarmEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotAlarmEvents.json",
2025-08-20T19:15:58.7166994Z [00:02:03.515]➜  		"en-US/sas/ListHoneypotAttackerPortrait.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotAttackerPortrait.json",
2025-08-20T19:15:58.7168040Z [00:02:03.515]➜  		"en-US/sas/ListHoneypotAttackerSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotAttackerSource.json",
2025-08-20T19:15:58.7169034Z [00:02:03.515]➜  		"en-US/sas/ListHoneypotEventFlows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotEventFlows.json",
2025-08-20T19:15:58.7169930Z [00:02:03.515]➜  		"en-US/sas/ListHoneypotEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotEvents.json",
2025-08-20T19:15:58.7170798Z [00:02:03.515]➜  		"en-US/sas/ListHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotNode.json",
2025-08-20T19:15:58.7171705Z [00:02:03.515]➜  		"en-US/sas/ListHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotPreset.json",
2025-08-20T19:15:58.7172783Z [00:02:03.515]➜  		"en-US/sas/ListHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotProbe.json",
2025-08-20T19:15:58.7173769Z [00:02:03.515]➜  		"en-US/sas/ListHoneypotProbeUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotProbeUuid.json",
2025-08-20T19:15:58.7174756Z [00:02:03.515]➜  		"en-US/sas/ListImageBuildRiskItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListImageBuildRiskItem.json",
2025-08-20T19:15:58.7175782Z [00:02:03.515]➜  		"en-US/sas/ListImageRegistryRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListImageRegistryRegion.json",
2025-08-20T19:15:58.7176784Z [00:02:03.515]➜  		"en-US/sas/ListImageRisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListImageRisk.json",
2025-08-20T19:15:58.7177946Z [00:02:03.515]➜  		"en-US/sas/ListInstanceCatalog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInstanceCatalog.json",
2025-08-20T19:15:58.7178997Z [00:02:03.515]➜  		"en-US/sas/ListInstanceRiskLevels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInstanceRiskLevels.json",
2025-08-20T19:15:58.7179960Z [00:02:03.515]➜  		"en-US/sas/ListInstanceRiskNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInstanceRiskNum.json",
2025-08-20T19:15:58.7180993Z [00:02:03.515]➜  		"en-US/sas/ListInterceptionHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInterceptionHistory.json",
2025-08-20T19:15:58.7182026Z [00:02:03.515]➜  		"en-US/sas/ListInterceptionRulePage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInterceptionRulePage.json",
2025-08-20T19:15:58.7183313Z [00:02:03.515]➜  		"en-US/sas/ListInterceptionTargetPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInterceptionTargetPage.json",
2025-08-20T19:15:58.7184385Z [00:02:03.515]➜  		"en-US/sas/ListK8sAccessInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListK8sAccessInfo.json",
2025-08-20T19:15:58.7185660Z [00:02:03.515]➜  		"en-US/sas/ListMaliciousFileWhitelistConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListMaliciousFileWhitelistConfigs.json",
2025-08-20T19:15:58.7186614Z [00:02:03.515]➜  		"en-US/sas/ListObjectScanEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListObjectScanEvent.json",
2025-08-20T19:15:58.7187686Z [00:02:03.515]➜  		"en-US/sas/ListOpaClusterStrategyNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListOpaClusterStrategyNew.json",
2025-08-20T19:15:58.7188517Z [00:02:03.515]➜  		"en-US/sas/ListOssBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListOssBucket.json",
2025-08-20T19:15:58.7189504Z [00:02:03.515]➜  		"en-US/sas/ListOssBucketScanInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListOssBucketScanInfo.json",
2025-08-20T19:15:58.7190635Z [00:02:03.515]➜  		"en-US/sas/ListOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListOssScanConfig.json",
2025-08-20T19:15:58.7191529Z [00:02:03.515]➜  		"en-US/sas/ListPluginForUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListPluginForUuid.json",
2025-08-20T19:15:58.7192351Z [00:02:03.515]➜  		"en-US/sas/ListPodRisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListPodRisk.json",
2025-08-20T19:15:58.7193596Z [00:02:03.515]➜  		"en-US/sas/ListPrivateRegistryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListPrivateRegistryList.json",
2025-08-20T19:15:58.7194651Z [00:02:03.515]➜  		"en-US/sas/ListPrivateRegistryType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListPrivateRegistryType.json",
2025-08-20T19:15:58.7195643Z [00:02:03.515]➜  		"en-US/sas/ListQueryRaspAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListQueryRaspAppInfo.json",
2025-08-20T19:15:58.7196594Z [00:02:03.515]➜  		"en-US/sas/ListRuleTargetAll.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListRuleTargetAll.json",
2025-08-20T19:15:58.7197748Z [00:02:03.515]➜  		"en-US/sas/ListSasContainerWebDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSasContainerWebDefenseRule.json",
2025-08-20T19:15:58.7198797Z [00:02:03.515]➜  		"en-US/sas/ListSupportObjectSuffix.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSupportObjectSuffix.json",
2025-08-20T19:15:58.7199903Z [00:02:03.515]➜  		"en-US/sas/ListSystemAggregationRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSystemAggregationRules.json",
2025-08-20T19:15:58.7201173Z [00:02:03.515]➜  		"en-US/sas/ListSystemClientRuleTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSystemClientRuleTypes.json",
2025-08-20T19:15:58.7202321Z [00:02:03.515]➜  		"en-US/sas/ListSystemClientRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSystemClientRules.json",
2025-08-20T19:15:58.7203720Z [00:02:03.515]➜  		"en-US/sas/ListSystemRuleAggregationTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSystemRuleAggregationTypes.json",
2025-08-20T19:15:58.7204782Z [00:02:03.515]➜  		"en-US/sas/ListUnfinishedOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListUnfinishedOnceTask.json",
2025-08-20T19:15:58.7205951Z [00:02:03.515]➜  		"en-US/sas/ListUninstallAegisMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListUninstallAegisMachines.json",
2025-08-20T19:15:58.7206897Z [00:02:03.515]➜  		"en-US/sas/ListUuidsByWebPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListUuidsByWebPath.json",
2025-08-20T19:15:58.7207868Z [00:02:03.515]➜  		"en-US/sas/ListVirusScanMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVirusScanMachine.json",
2025-08-20T19:15:58.7209129Z [00:02:03.515]➜  		"en-US/sas/ListVirusScanMachineEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVirusScanMachineEvent.json",
2025-08-20T19:15:58.7210102Z [00:02:03.515]➜  		"en-US/sas/ListVirusScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVirusScanTask.json",
2025-08-20T19:15:58.7211151Z [00:02:03.515]➜  		"en-US/sas/ListVulAutoRepairConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVulAutoRepairConfig.json",
2025-08-20T19:15:58.7212113Z [00:02:03.515]➜  		"en-US/sas/ListVulGlobalConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVulGlobalConfig.json",
2025-08-20T19:15:58.7213270Z [00:02:03.515]➜  		"en-US/sas/MarkMonitorAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/MarkMonitorAccounts.json",
2025-08-20T19:15:58.7214270Z [00:02:03.515]➜  		"en-US/sas/ModifyAccessKeyLeakDeal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAccessKeyLeakDeal.json",
2025-08-20T19:15:58.7215437Z [00:02:03.515]➜  		"en-US/sas/ModifyAntiBruteForceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAntiBruteForceRule.json",
2025-08-20T19:15:58.7216371Z [00:02:03.515]➜  		"en-US/sas/ModifyAppVulScanCycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAppVulScanCycle.json",
2025-08-20T19:15:58.7217351Z [00:02:03.515]➜  		"en-US/sas/ModifyAssetCleanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAssetCleanConfig.json",
2025-08-20T19:15:58.7218238Z [00:02:03.515]➜  		"en-US/sas/ModifyAssetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAssetGroup.json",
2025-08-20T19:15:58.7219198Z [00:02:03.515]➜  		"en-US/sas/ModifyAssetImportant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAssetImportant.json",
2025-08-20T19:15:58.7220117Z [00:02:03.515]➜  		"en-US/sas/ModifyAutoDelConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAutoDelConfig.json",
2025-08-20T19:15:58.7221246Z [00:02:03.515]➜  		"en-US/sas/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyBackupPolicy.json",
2025-08-20T19:15:58.7222280Z [00:02:03.515]➜  		"en-US/sas/ModifyBackupPolicyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyBackupPolicyStatus.json",
2025-08-20T19:15:58.7223580Z [00:02:03.515]➜  		"en-US/sas/ModifyClearLogstoreStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClearLogstoreStorage.json",
2025-08-20T19:15:58.7224566Z [00:02:03.515]➜  		"en-US/sas/ModifyClientConfSetup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClientConfSetup.json",
2025-08-20T19:15:58.7225792Z [00:02:03.515]➜  		"en-US/sas/ModifyClientConfStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClientConfStrategy.json",
2025-08-20T19:15:58.7226899Z [00:02:03.515]➜  		"en-US/sas/ModifyClientUserDefineRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClientUserDefineRule.json",
2025-08-20T19:15:58.7228114Z [00:02:03.515]➜  		"en-US/sas/ModifyClusterCnnfStatusUserConfirm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClusterCnnfStatusUserConfirm.json",
2025-08-20T19:15:58.7229067Z [00:02:03.515]➜  		"en-US/sas/ModifyConcernNecessity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyConcernNecessity.json",
2025-08-20T19:15:58.7230107Z [00:02:03.515]➜  		"en-US/sas/ModifyContainerDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyContainerDefenseRule.json",
2025-08-20T19:15:58.7231287Z [00:02:03.516]➜  		"en-US/sas/ModifyContainerDefenseRuleSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyContainerDefenseRuleSwitch.json",
2025-08-20T19:15:58.7232314Z [00:02:03.516]➜  		"en-US/sas/ModifyContainerPluginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyContainerPluginRule.json",
2025-08-20T19:15:58.7233693Z [00:02:03.516]➜  		"en-US/sas/ModifyContainerScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyContainerScanConfig.json",
2025-08-20T19:15:58.7234718Z [00:02:03.516]➜  		"en-US/sas/ModifyCreateVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyCreateVulWhitelist.json",
2025-08-20T19:15:58.7235688Z [00:02:03.516]➜  		"en-US/sas/ModifyCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyCustomBlockRecord.json",
2025-08-20T19:15:58.7236538Z [00:02:03.516]➜  		"en-US/sas/ModifyCycleTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyCycleTask.json",
2025-08-20T19:15:58.7237411Z [00:02:03.516]➜  		"en-US/sas/ModifyEmgVulSubmit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyEmgVulSubmit.json",
2025-08-20T19:15:58.7238337Z [00:02:03.516]➜  		"en-US/sas/ModifyGroupProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyGroupProperty.json",
2025-08-20T19:15:58.7239485Z [00:02:03.516]➜  		"en-US/sas/ModifyImageFixCycleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyImageFixCycleConfig.json",
2025-08-20T19:15:58.7240396Z [00:02:03.516]➜  		"en-US/sas/ModifyImageRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyImageRegistry.json",
2025-08-20T19:15:58.7241537Z [00:02:03.516]➜  		"en-US/sas/ModifyInstanceAntiBruteForceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyInstanceAntiBruteForceRule.json",
2025-08-20T19:15:58.7242688Z [00:02:03.516]➜  		"en-US/sas/ModifyInterceptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyInterceptionRule.json",
2025-08-20T19:15:58.7243770Z [00:02:03.516]➜  		"en-US/sas/ModifyInterceptionRuleSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyInterceptionRuleSwitch.json",
2025-08-20T19:15:58.7244911Z [00:02:03.516]➜  		"en-US/sas/ModifyInterceptionTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyInterceptionTarget.json",
2025-08-20T19:15:58.7245797Z [00:02:03.516]➜  		"en-US/sas/ModifyLogMetaStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyLogMetaStatus.json",
2025-08-20T19:15:58.7246689Z [00:02:03.516]➜  		"en-US/sas/ModifyLoginBaseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyLoginBaseConfig.json",
2025-08-20T19:15:58.7247689Z [00:02:03.516]➜  		"en-US/sas/ModifyLoginSwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyLoginSwitchConfig.json",
2025-08-20T19:15:58.7248606Z [00:02:03.516]➜  		"en-US/sas/ModifyNoticeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyNoticeConfig.json",
2025-08-20T19:15:58.7249759Z [00:02:03.516]➜  		"en-US/sas/ModifyOpenLogShipper.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyOpenLogShipper.json",
2025-08-20T19:15:58.7250738Z [00:02:03.516]➜  		"en-US/sas/ModifyOperateVul.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyOperateVul.json",
2025-08-20T19:15:58.7251879Z [00:02:03.516]➜  		"en-US/sas/ModifyPropertyScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyPropertyScheduleConfig.json",
2025-08-20T19:15:58.7252981Z [00:02:03.516]➜  		"en-US/sas/ModifyPushAllTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyPushAllTask.json",
2025-08-20T19:15:58.7254049Z [00:02:03.516]➜  		"en-US/sas/ModifyRefreshProcessInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyRefreshProcessInfo.json",
2025-08-20T19:15:58.7255049Z [00:02:03.516]➜  		"en-US/sas/ModifyRiskCheckStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyRiskCheckStatus.json",
2025-08-20T19:15:58.7256212Z [00:02:03.516]➜  		"en-US/sas/ModifyRiskSingleResultStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyRiskSingleResultStatus.json",
2025-08-20T19:15:58.7257608Z [00:02:03.516]➜  		"en-US/sas/ModifySasContainerWebDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifySasContainerWebDefenseRule.json",
2025-08-20T19:15:58.7258910Z [00:02:03.516]➜  		"en-US/sas/ModifySecurityCheckScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifySecurityCheckScheduleConfig.json",
2025-08-20T19:15:58.7260303Z [00:02:03.516]➜  		"en-US/sas/ModifySecurityEventMarkMissIndividually.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifySecurityEventMarkMissIndividually.json",
2025-08-20T19:15:58.7261272Z [00:02:03.516]➜  		"en-US/sas/ModifyStartVulScan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyStartVulScan.json",
2025-08-20T19:15:58.7262184Z [00:02:03.516]➜  		"en-US/sas/ModifyStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyStrategy.json",
2025-08-20T19:15:58.7263405Z [00:02:03.516]➜  		"en-US/sas/ModifyStrategyTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyStrategyTarget.json",
2025-08-20T19:15:58.7264528Z [00:02:03.516]➜  		"en-US/sas/ModifyTagWithUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyTagWithUuid.json",
2025-08-20T19:15:58.7265544Z [00:02:03.516]➜  		"en-US/sas/ModifyUniBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyUniBackupPolicy.json",
2025-08-20T19:15:58.7266463Z [00:02:03.516]➜  		"en-US/sas/ModifyVpcHoneyPot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVpcHoneyPot.json",
2025-08-20T19:15:58.7267362Z [00:02:03.516]➜  		"en-US/sas/ModifyVulConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVulConfig.json",
2025-08-20T19:15:58.7268243Z [00:02:03.516]➜  		"en-US/sas/ModifyVulTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVulTarget.json",
2025-08-20T19:15:58.7269438Z [00:02:03.516]➜  		"en-US/sas/ModifyVulTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVulTargetConfig.json",
2025-08-20T19:15:58.7270535Z [00:02:03.516]➜  		"en-US/sas/ModifyVulWhitelistTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVulWhitelistTarget.json",
2025-08-20T19:15:58.7271621Z [00:02:03.516]➜  		"en-US/sas/ModifyWebLockCreateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockCreateConfig.json",
2025-08-20T19:15:58.7272901Z [00:02:03.516]➜  		"en-US/sas/ModifyWebLockDeleteConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockDeleteConfig.json",
2025-08-20T19:15:58.7274022Z [00:02:03.516]➜  		"en-US/sas/ModifyWebLockProcessStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockProcessStatus.json",
2025-08-20T19:15:58.7275146Z [00:02:03.516]➜  		"en-US/sas/ModifyWebLockStart.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockStart.json",
2025-08-20T19:15:58.7276169Z [00:02:03.516]➜  		"en-US/sas/ModifyWebLockStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockStatus.json",
2025-08-20T19:15:58.7277144Z [00:02:03.516]➜  		"en-US/sas/ModifyWebLockUnbind.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockUnbind.json",
2025-08-20T19:15:58.7278233Z [00:02:03.516]➜  		"en-US/sas/ModifyWebLockUpdateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockUpdateConfig.json",
2025-08-20T19:15:58.7279096Z [00:02:03.516]➜  		"en-US/sas/ModifyWebPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebPath.json",
2025-08-20T19:15:58.7280075Z [00:02:03.516]➜  		"en-US/sas/OpenSensitiveFileScan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OpenSensitiveFileScan.json",
2025-08-20T19:15:58.7281181Z [00:02:03.516]➜  		"en-US/sas/OperateAgentClientInstall.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateAgentClientInstall.json",
2025-08-20T19:15:58.7282314Z [00:02:03.516]➜  		"en-US/sas/OperateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateApplication.json",
2025-08-20T19:15:58.7283649Z [00:02:03.516]➜  		"en-US/sas/OperateBucketScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateBucketScanTask.json",
2025-08-20T19:15:58.7284771Z [00:02:03.516]➜  		"en-US/sas/OperateCommonOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateCommonOverallConfig.json",
2025-08-20T19:15:58.7285843Z [00:02:03.516]➜  		"en-US/sas/OperateCommonTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateCommonTargetConfig.json",
2025-08-20T19:15:58.7287092Z [00:02:03.516]➜  		"en-US/sas/OperateImageBaselineWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateImageBaselineWhitelist.json",
2025-08-20T19:15:58.7288005Z [00:02:03.516]➜  		"en-US/sas/OperateImageVul.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateImageVul.json",
2025-08-20T19:15:58.7289350Z [00:02:03.516]➜  		"en-US/sas/OperateSuspiciousOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateSuspiciousOverallConfig.json",
2025-08-20T19:15:58.7290482Z [00:02:03.516]➜  		"en-US/sas/OperateSuspiciousTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateSuspiciousTargetConfig.json",
2025-08-20T19:15:58.7291446Z [00:02:03.516]➜  		"en-US/sas/OperateSwitchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateSwitchStatus.json",
2025-08-20T19:15:58.7292611Z [00:02:03.516]➜  		"en-US/sas/OperateVirusEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateVirusEvents.json",
2025-08-20T19:15:58.7293462Z [00:02:03.516]➜  		"en-US/sas/OperateVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateVuls.json",
2025-08-20T19:15:58.7294704Z [00:02:03.516]➜  		"en-US/sas/OperateWebLockFileEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateWebLockFileEvents.json",
2025-08-20T19:15:58.7295900Z [00:02:03.516]➜  		"en-US/sas/OperationCancelIgnoreSuspEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperationCancelIgnoreSuspEvent.json",
2025-08-20T19:15:58.7296861Z [00:02:03.516]➜  		"en-US/sas/OperationSuspEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperationSuspEvents.json",
2025-08-20T19:15:58.7297816Z [00:02:03.516]➜  		"en-US/sas/PageImageRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PageImageRegistry.json",
2025-08-20T19:15:58.7298626Z [00:02:03.516]➜  		"en-US/sas/PauseClient.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PauseClient.json",
2025-08-20T19:15:58.7299854Z [00:02:03.516]➜  		"en-US/sas/PublicCreateImageScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PublicCreateImageScanTask.json",
2025-08-20T19:15:58.7301024Z [00:02:03.516]➜  		"en-US/sas/PublicPreCheckImageScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PublicPreCheckImageScanTask.json",
2025-08-20T19:15:58.7302259Z [00:02:03.516]➜  		"en-US/sas/PublicSyncAndCreateImageScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PublicSyncAndCreateImageScanTask.json",
2025-08-20T19:15:58.7303401Z [00:02:03.516]➜  		"en-US/sas/QueryAttackCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryAttackCount.json",
2025-08-20T19:15:58.7304387Z [00:02:03.516]➜  		"en-US/sas/QueryDiscoverDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryDiscoverDatabase.json",
2025-08-20T19:15:58.7305394Z [00:02:03.516]➜  		"en-US/sas/QueryGroupIdByGroupName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryGroupIdByGroupName.json",
2025-08-20T19:15:58.7306920Z [00:02:03.516]➜  		"en-US/sas/QueryGroupedSecurityEventMarkMissList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryGroupedSecurityEventMarkMissList.json",
2025-08-20T19:15:58.7307951Z [00:02:03.516]➜  		"en-US/sas/QueryIncidentIconList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentIconList.json",
2025-08-20T19:15:58.7309023Z [00:02:03.516]➜  		"en-US/sas/QueryIncidentSubNodesCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentSubNodesCount.json",
2025-08-20T19:15:58.7310093Z [00:02:03.516]➜  		"en-US/sas/QueryIncidentTracingDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentTracingDetail.json",
2025-08-20T19:15:58.7311129Z [00:02:03.516]➜  		"en-US/sas/QueryIncidentTracingJudge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentTracingJudge.json",
2025-08-20T19:15:58.7312274Z [00:02:03.516]➜  		"en-US/sas/QueryIncidentVertexExtendInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentVertexExtendInfo.json",
2025-08-20T19:15:58.7313678Z [00:02:03.516]➜  		"en-US/sas/QueryIncidentVertexNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentVertexNodes.json",
2025-08-20T19:15:58.7315044Z [00:02:03.516]➜  		"en-US/sas/QueryJenkinsImageRegistryPersistenceDay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryJenkinsImageRegistryPersistenceDay.json",
2025-08-20T19:15:58.7316056Z [00:02:03.516]➜  		"en-US/sas/QueryPreCheckDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryPreCheckDatabase.json",
2025-08-20T19:15:58.7316890Z [00:02:03.516]➜  		"en-US/sas/RebootMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RebootMachine.json",
2025-08-20T19:15:58.7317873Z [00:02:03.516]➜  		"en-US/sas/RefreshAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RefreshAssets.json",
2025-08-20T19:15:58.7319025Z [00:02:03.516]➜  		"en-US/sas/RefreshContainerAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RefreshContainerAssets.json",
2025-08-20T19:15:58.7320078Z [00:02:03.516]➜  		"en-US/sas/RefreshOssBucketScanInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RefreshOssBucketScanInfo.json",
2025-08-20T19:15:58.7321320Z [00:02:03.516]➜  		"en-US/sas/RemoveCheckInstanceResultWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RemoveCheckInstanceResultWhiteList.json",
2025-08-20T19:15:58.7322608Z [00:02:03.516]➜  		"en-US/sas/RemoveCheckResultWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RemoveCheckResultWhiteList.json",
2025-08-20T19:15:58.7323471Z [00:02:03.516]➜  		"en-US/sas/ResetHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ResetHoneypot.json",
2025-08-20T19:15:58.7324405Z [00:02:03.516]➜  		"en-US/sas/RetryAgentlessTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RetryAgentlessTask.json",
2025-08-20T19:15:58.7325312Z [00:02:03.516]➜  		"en-US/sas/RetryInstallProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RetryInstallProbe.json",
2025-08-20T19:15:58.7326413Z [00:02:03.516]➜  		"en-US/sas/RollbackSuspEventQuaraFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RollbackSuspEventQuaraFile.json",
2025-08-20T19:15:58.7327281Z [00:02:03.516]➜  		"en-US/sas/SasInstallCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SasInstallCode.json",
2025-08-20T19:15:58.7328350Z [00:02:03.516]➜  		"en-US/sas/SaveImageBaselineStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SaveImageBaselineStrategy.json",
2025-08-20T19:15:58.7329408Z [00:02:03.516]➜  		"en-US/sas/SaveSuspEventUserSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SaveSuspEventUserSetting.json",
2025-08-20T19:15:58.7330537Z [00:02:03.516]➜  		"en-US/sas/SetClusterInterceptionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SetClusterInterceptionConfig.json",
2025-08-20T19:15:58.7331980Z [00:02:03.516]➜  		"en-US/sas/SetImageSensitiveFileStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SetImageSensitiveFileStatus.json",
2025-08-20T19:15:58.7333216Z [00:02:03.516]➜  		"en-US/sas/SetRegistryScanDayNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SetRegistryScanDayNum.json",
2025-08-20T19:15:58.7334403Z [00:02:03.516]➜  		"en-US/sas/SetSensitiveDefineRuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SetSensitiveDefineRuleConfig.json",
2025-08-20T19:15:58.7335531Z [00:02:03.516]➜  		"en-US/sas/StartBaselineSecurityCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartBaselineSecurityCheck.json",
2025-08-20T19:15:58.7336718Z [00:02:03.516]➜  		"en-US/sas/StartDiscoverDatabaseTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartDiscoverDatabaseTask.json",
2025-08-20T19:15:58.7337604Z [00:02:03.516]➜  		"en-US/sas/StartHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartHoneypot.json",
2025-08-20T19:15:58.7338639Z [00:02:03.516]➜  		"en-US/sas/StartPreCheckDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartPreCheckDatabase.json",
2025-08-20T19:15:58.7339619Z [00:02:03.516]➜  		"en-US/sas/StartVirusScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartVirusScanTask.json",
2025-08-20T19:15:58.7340479Z [00:02:03.516]➜  		"en-US/sas/StopHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StopHoneypot.json",
2025-08-20T19:15:58.7341358Z [00:02:03.516]➜  		"en-US/sas/SubmitCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SubmitCheck.json",
2025-08-20T19:15:58.7342662Z [00:02:03.516]➜  		"en-US/sas/UnMarkMonitorAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UnMarkMonitorAccounts.json",
2025-08-20T19:15:58.7343638Z [00:02:03.516]➜  		"en-US/sas/UnbindAegis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UnbindAegis.json",
2025-08-20T19:15:58.7344676Z [00:02:03.516]➜  		"en-US/sas/UninstallBackupClient.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UninstallBackupClient.json",
2025-08-20T19:15:58.7345629Z [00:02:03.516]➜  		"en-US/sas/UninstallRaspAttach.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UninstallRaspAttach.json",
2025-08-20T19:15:58.7346662Z [00:02:03.516]➜  		"en-US/sas/UninstallUniBackupAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UninstallUniBackupAgent.json",
2025-08-20T19:15:58.7347606Z [00:02:03.516]➜  		"en-US/sas/UpdateAlarmEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateAlarmEvent.json",
2025-08-20T19:15:58.7348639Z [00:02:03.516]➜  		"en-US/sas/UpdateClientAlertMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateClientAlertMode.json",
2025-08-20T19:15:58.7349671Z [00:02:03.516]➜  		"en-US/sas/UpdateCommonSwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateCommonSwitchConfig.json",
2025-08-20T19:15:58.7350801Z [00:02:03.516]➜  		"en-US/sas/UpdateFileProtectEventStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateFileProtectEventStatus.json",
2025-08-20T19:15:58.7351833Z [00:02:03.516]➜  		"en-US/sas/UpdateFileProtectRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateFileProtectRemark.json",
2025-08-20T19:15:58.7352980Z [00:02:03.516]➜  		"en-US/sas/UpdateFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateFileProtectRule.json",
2025-08-20T19:15:58.7353987Z [00:02:03.516]➜  		"en-US/sas/UpdateFileUploadLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateFileUploadLimit.json",
2025-08-20T19:15:58.7354880Z [00:02:03.516]➜  		"en-US/sas/UpdateHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypot.json",
2025-08-20T19:15:58.7355987Z [00:02:03.516]➜  		"en-US/sas/UpdateHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypotNode.json",
2025-08-20T19:15:58.7357038Z [00:02:03.516]➜  		"en-US/sas/UpdateHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypotPreset.json",
2025-08-20T19:15:58.7357999Z [00:02:03.516]➜  		"en-US/sas/UpdateHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypotProbe.json",
2025-08-20T19:15:58.7359026Z [00:02:03.516]➜  		"en-US/sas/UpdateHoneypotProbeBind.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypotProbeBind.json",
2025-08-20T19:15:58.7360068Z [00:02:03.516]➜  		"en-US/sas/UpdateImageEventOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateImageEventOperation.json",
2025-08-20T19:15:58.7361221Z [00:02:03.516]➜  		"en-US/sas/UpdateImageVulWhitelistTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateImageVulWhitelistTarget.json",
2025-08-20T19:15:58.7362638Z [00:02:03.516]➜  		"en-US/sas/UpdateJenkinsImageRegistryName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateJenkinsImageRegistryName.json",
2025-08-20T19:15:58.7364015Z [00:02:03.516]➜  		"en-US/sas/UpdateJenkinsImageRegistryPersistenceDay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateJenkinsImageRegistryPersistenceDay.json",
2025-08-20T19:15:58.7365286Z [00:02:03.516]➜  		"en-US/sas/UpdateMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateMaliciousFileWhitelistConfig.json",
2025-08-20T19:15:58.7366266Z [00:02:03.516]➜  		"en-US/sas/UpdateOpaStrategyNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateOpaStrategyNew.json",
2025-08-20T19:15:58.7367411Z [00:02:03.516]➜  		"en-US/sas/UpdateOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateOssScanConfig.json",
2025-08-20T19:15:58.7368587Z [00:02:03.516]➜  		"en-US/sas/UpdateSelectionKeyByType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateSelectionKeyByType.json",
2025-08-20T19:15:58.7369685Z [00:02:03.516]➜  		"en-US/sas/UpgradeBackupPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpgradeBackupPolicyVersion.json",
2025-08-20T19:15:58.7370653Z [00:02:03.516]➜  		"en-US/sas/UploadedHoneyPotFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UploadedHoneyPotFile.json",
2025-08-20T19:15:58.7371577Z [00:02:03.516]➜  		"en-US/sas/ValidateHcWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ValidateHcWarnings.json",
2025-08-20T19:15:58.7372963Z [00:02:03.516]➜  		"en-US/sas/VerifyCheckInstanceResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/VerifyCheckInstanceResult.json",
2025-08-20T19:15:58.7373931Z [00:02:03.516]➜  		"en-US/sas/VerifyCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/VerifyCheckResult.json",
2025-08-20T19:15:58.7374708Z [00:02:03.516]➜  		"en-US/sas/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/version.json",
2025-08-20T19:15:58.7375591Z [00:02:03.516]➜  		"en-US/scdn/AddScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/AddScdnDomain.json",
2025-08-20T19:15:58.7376764Z [00:02:03.516]➜  		"en-US/scdn/BatchDeleteScdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchDeleteScdnDomainConfigs.json",
2025-08-20T19:15:58.7377853Z [00:02:03.516]➜  		"en-US/scdn/BatchSetScdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchSetScdnDomainConfigs.json",
2025-08-20T19:15:58.7378904Z [00:02:03.516]➜  		"en-US/scdn/BatchStartScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchStartScdnDomain.json",
2025-08-20T19:15:58.7380000Z [00:02:03.516]➜  		"en-US/scdn/BatchStopScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchStopScdnDomain.json",
2025-08-20T19:15:58.7381304Z [00:02:03.516]➜  		"en-US/scdn/BatchUpdateScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchUpdateScdnDomain.json",
2025-08-20T19:15:58.7382231Z [00:02:03.516]➜  		"en-US/scdn/CheckScdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/CheckScdnService.json",
2025-08-20T19:15:58.7383384Z [00:02:03.516]➜  		"en-US/scdn/DeleteScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DeleteScdnDomain.json",
2025-08-20T19:15:58.7384454Z [00:02:03.516]➜  		"en-US/scdn/DeleteScdnSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DeleteScdnSpecificConfig.json",
2025-08-20T19:15:58.7385424Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnCcInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCcInfo.json",
2025-08-20T19:15:58.7386439Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnCcQpsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCcQpsInfo.json",
2025-08-20T19:15:58.7387412Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnCcTopIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCcTopIp.json",
2025-08-20T19:15:58.7388399Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnCcTopUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCcTopUrl.json",
2025-08-20T19:15:58.7389557Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCertificateDetail.json",
2025-08-20T19:15:58.7390666Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCertificateList.json",
2025-08-20T19:15:58.7391768Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnDDoSInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDDoSInfo.json",
2025-08-20T19:15:58.7393209Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnDDoSTrafficInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDDoSTrafficInfo.json",
2025-08-20T19:15:58.7394303Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainBpsData.json",
2025-08-20T19:15:58.7395523Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainCertificateInfo.json",
2025-08-20T19:15:58.7396552Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnDomainCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainCname.json",
2025-08-20T19:15:58.7397628Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainConfigs.json",
2025-08-20T19:15:58.7398666Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainDetail.json",
2025-08-20T19:15:58.7399805Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnDomainHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainHitRateData.json",
2025-08-20T19:15:58.7400970Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnDomainHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainHttpCodeData.json",
2025-08-20T19:15:58.7402033Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnDomainIspData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainIspData.json",
2025-08-20T19:15:58.7403219Z [00:02:03.516]➜  		"en-US/scdn/DescribeScdnDomainLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainLog.json",
2025-08-20T19:15:58.7404411Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainOriginBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainOriginBpsData.json",
2025-08-20T19:15:58.7405869Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainOriginTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainOriginTrafficData.json",
2025-08-20T19:15:58.7407050Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainPvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainPvData.json",
2025-08-20T19:15:58.7408142Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainQpsData.json",
2025-08-20T19:15:58.7409364Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeBpsData.json",
2025-08-20T19:15:58.7410767Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainRealTimeByteHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:58.7412095Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainRealTimeHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:58.7413529Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainRealTimeQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeQpsData.json",
2025-08-20T19:15:58.7414917Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainRealTimeReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:58.7416211Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainRealTimeSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:58.7417710Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:58.7419201Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainRealTimeTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeTrafficData.json",
2025-08-20T19:15:58.7420362Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainRegionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRegionData.json",
2025-08-20T19:15:58.7421593Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainTopReferVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainTopReferVisit.json",
2025-08-20T19:15:58.7422981Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainTopUrlVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainTopUrlVisit.json",
2025-08-20T19:15:58.7424172Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainTrafficData.json",
2025-08-20T19:15:58.7425279Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnDomainUvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainUvData.json",
2025-08-20T19:15:58.7426342Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnRefreshQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnRefreshQuota.json",
2025-08-20T19:15:58.7427387Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnRefreshTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnRefreshTasks.json",
2025-08-20T19:15:58.7428326Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnService.json",
2025-08-20T19:15:58.7429442Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnTopDomainsByFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnTopDomainsByFlow.json",
2025-08-20T19:15:58.7430475Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnUserDomains.json",
2025-08-20T19:15:58.7431966Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnUserProtectInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnUserProtectInfo.json",
2025-08-20T19:15:58.7433188Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnUserQuota.json",
2025-08-20T19:15:58.7434249Z [00:02:03.517]➜  		"en-US/scdn/DescribeScdnVerifyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnVerifyContent.json",
2025-08-20T19:15:58.7435263Z [00:02:03.517]➜  		"en-US/scdn/PreloadScdnObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/PreloadScdnObjectCaches.json",
2025-08-20T19:15:58.7436278Z [00:02:03.517]➜  		"en-US/scdn/RefreshScdnObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/RefreshScdnObjectCaches.json",
2025-08-20T19:15:58.7437168Z [00:02:03.517]➜  		"en-US/scdn/SetScdnBotInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/SetScdnBotInfo.json",
2025-08-20T19:15:58.7438000Z [00:02:03.517]➜  		"en-US/scdn/SetScdnCcInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/SetScdnCcInfo.json",
2025-08-20T19:15:58.7438863Z [00:02:03.517]➜  		"en-US/scdn/SetScdnDDoSInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/SetScdnDDoSInfo.json",
2025-08-20T19:15:58.7439875Z [00:02:03.517]➜  		"en-US/scdn/SetScdnDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/SetScdnDomainCertificate.json",
2025-08-20T19:15:58.7440739Z [00:02:03.517]➜  		"en-US/scdn/StartScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/StartScdnDomain.json",
2025-08-20T19:15:58.7441725Z [00:02:03.517]➜  		"en-US/scdn/StopScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/StopScdnDomain.json",
2025-08-20T19:15:58.7442938Z [00:02:03.517]➜  		"en-US/scdn/UpdateScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/UpdateScdnDomain.json",
2025-08-20T19:15:58.7443952Z [00:02:03.517]➜  		"en-US/scdn/VerifyScdnDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/VerifyScdnDomainOwner.json",
2025-08-20T19:15:58.7444702Z [00:02:03.517]➜  		"en-US/scdn/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/version.json",
2025-08-20T19:15:58.7445890Z [00:02:03.517]➜  		"en-US/servicemesh/AddClusterIntoServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/AddClusterIntoServiceMesh.json",
2025-08-20T19:15:58.7446971Z [00:02:03.517]➜  		"en-US/servicemesh/AddVMIntoServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/AddVMIntoServiceMesh.json",
2025-08-20T19:15:58.7447948Z [00:02:03.517]➜  		"en-US/servicemesh/AddVmAppToMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/AddVmAppToMesh.json",
2025-08-20T19:15:58.7449103Z [00:02:03.517]➜  		"en-US/servicemesh/CreateASMGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateASMGateway.json",
2025-08-20T19:15:58.7450293Z [00:02:03.517]➜  		"en-US/servicemesh/CreateGatewaySecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateGatewaySecret.json",
2025-08-20T19:15:58.7451514Z [00:02:03.517]➜  		"en-US/servicemesh/CreateIstioGatewayDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateIstioGatewayDomains.json",
2025-08-20T19:15:58.7452935Z [00:02:03.517]➜  		"en-US/servicemesh/CreateIstioGatewayRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateIstioGatewayRoutes.json",
2025-08-20T19:15:58.7453967Z [00:02:03.517]➜  		"en-US/servicemesh/CreateServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateServiceMesh.json",
2025-08-20T19:15:58.7454945Z [00:02:03.517]➜  		"en-US/servicemesh/CreateSwimLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateSwimLane.json",
2025-08-20T19:15:58.7456144Z [00:02:03.517]➜  		"en-US/servicemesh/CreateSwimLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateSwimLaneGroup.json",
2025-08-20T19:15:58.7457108Z [00:02:03.517]➜  		"en-US/servicemesh/CreateWaypoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateWaypoint.json",
2025-08-20T19:15:58.7458115Z [00:02:03.517]➜  		"en-US/servicemesh/DeleteGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteGatewayRoute.json",
2025-08-20T19:15:58.7459146Z [00:02:03.517]➜  		"en-US/servicemesh/DeleteGatewaySecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteGatewaySecret.json",
2025-08-20T19:15:58.7460311Z [00:02:03.517]➜  		"en-US/servicemesh/DeleteIstioGatewayDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteIstioGatewayDomains.json",
2025-08-20T19:15:58.7461345Z [00:02:03.517]➜  		"en-US/servicemesh/DeleteServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteServiceMesh.json",
2025-08-20T19:15:58.7462306Z [00:02:03.517]➜  		"en-US/servicemesh/DeleteSwimLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteSwimLane.json",
2025-08-20T19:15:58.7463514Z [00:02:03.517]➜  		"en-US/servicemesh/DeleteSwimLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteSwimLaneGroup.json",
2025-08-20T19:15:58.7464481Z [00:02:03.517]➜  		"en-US/servicemesh/DeleteWaypoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteWaypoint.json",
2025-08-20T19:15:58.7465979Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeASMGatewayImportedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeASMGatewayImportedServices.json",
2025-08-20T19:15:58.7467132Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeCCMVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeCCMVersion.json",
2025-08-20T19:15:58.7468052Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeCens.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeCens.json",
2025-08-20T19:15:58.7469152Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeClusterGrafana.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeClusterGrafana.json",
2025-08-20T19:15:58.7470335Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeClusterPrometheus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeClusterPrometheus.json",
2025-08-20T19:15:58.7471564Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeClustersInServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeClustersInServiceMesh.json",
2025-08-20T19:15:58.7472954Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeCrTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeCrTemplates.json",
2025-08-20T19:15:58.7474177Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeEipResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeEipResources.json",
2025-08-20T19:15:58.7475376Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeGatewaySecretDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeGatewaySecretDetails.json",
2025-08-20T19:15:58.7476799Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeGuestClusterAccessLogDashboards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeGuestClusterAccessLogDashboards.json",
2025-08-20T19:15:58.7478040Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeGuestClusterNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeGuestClusterNamespaces.json",
2025-08-20T19:15:58.7479205Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeGuestClusterPods.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeGuestClusterPods.json",
2025-08-20T19:15:58.7480573Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeImportedServicesDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeImportedServicesDetail.json",
2025-08-20T19:15:58.7481753Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeIstioGatewayDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeIstioGatewayDomains.json",
2025-08-20T19:15:58.7483096Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeIstioGatewayRouteDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeIstioGatewayRouteDetail.json",
2025-08-20T19:15:58.7484192Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeIstioGatewayRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeIstioGatewayRoutes.json",
2025-08-20T19:15:58.7485135Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeMetadata.json",
2025-08-20T19:15:58.7486872Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeNamespaceScopeSidecarConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeNamespaceScopeSidecarConfig.json",
2025-08-20T19:15:58.7488100Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeNodesInstanceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeNodesInstanceType.json",
2025-08-20T19:15:58.7489122Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeReusableSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeReusableSlb.json",
2025-08-20T19:15:58.7490427Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeServiceMeshAdditionalStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshAdditionalStatus.json",
2025-08-20T19:15:58.7491893Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeServiceMeshClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshClusters.json",
2025-08-20T19:15:58.7493230Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeServiceMeshDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshDetail.json",
2025-08-20T19:15:58.7494417Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeServiceMeshKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshKubeconfig.json",
2025-08-20T19:15:58.7495519Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeServiceMeshLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshLogs.json",
2025-08-20T19:15:58.7496824Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeServiceMeshProxyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshProxyStatus.json",
2025-08-20T19:15:58.7498285Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeServiceMeshUpgradeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshUpgradeStatus.json",
2025-08-20T19:15:58.7499350Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeServiceMeshVMs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshVMs.json",
2025-08-20T19:15:58.7500392Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeServiceMeshes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshes.json",
2025-08-20T19:15:58.7501500Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeUpgradeVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeUpgradeVersion.json",
2025-08-20T19:15:58.7502707Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeUserPermissions.json",
2025-08-20T19:15:58.7503970Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeUsersWithPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeUsersWithPermissions.json",
2025-08-20T19:15:58.7505297Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeVMsInServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeVMsInServiceMesh.json",
2025-08-20T19:15:58.7506372Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeVSwitches.json",
2025-08-20T19:15:58.7507339Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeVersions.json",
2025-08-20T19:15:58.7508271Z [00:02:03.517]➜  		"en-US/servicemesh/DescribeVpcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeVpcs.json",
2025-08-20T19:15:58.7509138Z [00:02:03.517]➜  		"en-US/servicemesh/GetCaCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetCaCert.json",
2025-08-20T19:15:58.7510258Z [00:02:03.517]➜  		"en-US/servicemesh/GetDeploymentBySelector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetDeploymentBySelector.json",
2025-08-20T19:15:58.7511387Z [00:02:03.517]➜  		"en-US/servicemesh/GetGrafanaDashboardUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetGrafanaDashboardUrl.json",
2025-08-20T19:15:58.7512741Z [00:02:03.517]➜  		"en-US/servicemesh/GetRegisteredServiceEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetRegisteredServiceEndpoints.json",
2025-08-20T19:15:58.7514001Z [00:02:03.517]➜  		"en-US/servicemesh/GetRegisteredServiceNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetRegisteredServiceNamespaces.json",
2025-08-20T19:15:58.7515083Z [00:02:03.517]➜  		"en-US/servicemesh/GetSwimLaneDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetSwimLaneDetail.json",
2025-08-20T19:15:58.7516225Z [00:02:03.517]➜  		"en-US/servicemesh/GetSwimLaneGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetSwimLaneGroupList.json",
2025-08-20T19:15:58.7517188Z [00:02:03.517]➜  		"en-US/servicemesh/GetSwimLaneList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetSwimLaneList.json",
2025-08-20T19:15:58.7518182Z [00:02:03.517]➜  		"en-US/servicemesh/GetVmAppMeshInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetVmAppMeshInfo.json",
2025-08-20T19:15:58.7519075Z [00:02:03.517]➜  		"en-US/servicemesh/GetVmMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetVmMeta.json",
2025-08-20T19:15:58.7520177Z [00:02:03.517]➜  		"en-US/servicemesh/GrantUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GrantUserPermissions.json",
2025-08-20T19:15:58.7521260Z [00:02:03.517]➜  		"en-US/servicemesh/ListServiceAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ListServiceAccounts.json",
2025-08-20T19:15:58.7522729Z [00:02:03.517]➜  		"en-US/servicemesh/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ListTagResources.json",
2025-08-20T19:15:58.7523905Z [00:02:03.517]➜  		"en-US/servicemesh/ListWaypoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ListWaypoints.json",
2025-08-20T19:15:58.7525102Z [00:02:03.517]➜  		"en-US/servicemesh/ModifyApiServerEipResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ModifyApiServerEipResource.json",
2025-08-20T19:15:58.7526210Z [00:02:03.517]➜  		"en-US/servicemesh/ModifyServiceMeshName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ModifyServiceMeshName.json",
2025-08-20T19:15:58.7527218Z [00:02:03.517]➜  		"en-US/servicemesh/ReActivateAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ReActivateAudit.json",
2025-08-20T19:15:58.7528673Z [00:02:03.517]➜  		"en-US/servicemesh/RemoveClusterFromServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/RemoveClusterFromServiceMesh.json",
2025-08-20T19:15:58.7530218Z [00:02:03.517]➜  		"en-US/servicemesh/RemoveVMFromServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/RemoveVMFromServiceMesh.json",
2025-08-20T19:15:58.7531324Z [00:02:03.517]➜  		"en-US/servicemesh/RemoveVmAppFromMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/RemoveVmAppFromMesh.json",
2025-08-20T19:15:58.7532360Z [00:02:03.517]➜  		"en-US/servicemesh/RevokeKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/RevokeKubeconfig.json",
2025-08-20T19:15:58.7533532Z [00:02:03.517]➜  		"en-US/servicemesh/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/TagResources.json",
2025-08-20T19:15:58.7534533Z [00:02:03.517]➜  		"en-US/servicemesh/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UntagResources.json",
2025-08-20T19:15:58.7535609Z [00:02:03.517]➜  		"en-US/servicemesh/UpdateASMGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateASMGateway.json",
2025-08-20T19:15:58.7537292Z [00:02:03.517]➜  		"en-US/servicemesh/UpdateASMGatewayImportedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateASMGatewayImportedServices.json",
2025-08-20T19:15:58.7538627Z [00:02:03.517]➜  		"en-US/servicemesh/UpdateASMNamespaceFromGuestCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateASMNamespaceFromGuestCluster.json",
2025-08-20T19:15:58.7540050Z [00:02:03.517]➜  		"en-US/servicemesh/UpdateControlPlaneLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateControlPlaneLogConfig.json",
2025-08-20T19:15:58.7541428Z [00:02:03.517]➜  		"en-US/servicemesh/UpdateIstioGatewayRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateIstioGatewayRoutes.json",
2025-08-20T19:15:58.7542781Z [00:02:03.517]➜  		"en-US/servicemesh/UpdateIstioInjectionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateIstioInjectionConfig.json",
2025-08-20T19:15:58.7544012Z [00:02:03.517]➜  		"en-US/servicemesh/UpdateIstioRouteAdditionalStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateIstioRouteAdditionalStatus.json",
2025-08-20T19:15:58.7545093Z [00:02:03.517]➜  		"en-US/servicemesh/UpdateMeshCRAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateMeshCRAggregation.json",
2025-08-20T19:15:58.7546088Z [00:02:03.517]➜  		"en-US/servicemesh/UpdateMeshFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateMeshFeature.json",
2025-08-20T19:15:58.7547355Z [00:02:03.517]➜  		"en-US/servicemesh/UpdateNamespaceScopeSidecarConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateNamespaceScopeSidecarConfig.json",
2025-08-20T19:15:58.7548452Z [00:02:03.517]➜  		"en-US/servicemesh/UpdateSwimLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateSwimLane.json",
2025-08-20T19:15:58.7549540Z [00:02:03.517]➜  		"en-US/servicemesh/UpdateSwimLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateSwimLaneGroup.json",
2025-08-20T19:15:58.7550498Z [00:02:03.517]➜  		"en-US/servicemesh/UpdateWaypoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateWaypoint.json",
2025-08-20T19:15:58.7551625Z [00:02:03.517]➜  		"en-US/servicemesh/UpgradeMeshEditionPartially.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpgradeMeshEditionPartially.json",
2025-08-20T19:15:58.7552818Z [00:02:03.517]➜  		"en-US/servicemesh/UpgradeMeshVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpgradeMeshVersion.json",
2025-08-20T19:15:58.7553906Z [00:02:03.517]➜  		"en-US/servicemesh/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/version.json",
2025-08-20T19:15:58.7555704Z [00:02:03.517]➜  		"en-US/slb/AddAccessControlListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddAccessControlListEntry.json",
2025-08-20T19:15:58.7556653Z [00:02:03.517]➜  		"en-US/slb/AddBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddBackendServers.json",
2025-08-20T19:15:58.7557701Z [00:02:03.517]➜  		"en-US/slb/AddListenerWhiteListItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddListenerWhiteListItem.json",
2025-08-20T19:15:58.7558440Z [00:02:03.517]➜  		"en-US/slb/AddTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddTags.json",
2025-08-20T19:15:58.7559584Z [00:02:03.517]➜  		"en-US/slb/AddVServerGroupBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddVServerGroupBackendServers.json",
2025-08-20T19:15:58.7560628Z [00:02:03.517]➜  		"en-US/slb/CreateAccessControlList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateAccessControlList.json",
2025-08-20T19:15:58.7561608Z [00:02:03.517]➜  		"en-US/slb/CreateDomainExtension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateDomainExtension.json",
2025-08-20T19:15:58.7562883Z [00:02:03.517]➜  		"en-US/slb/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancer.json",
2025-08-20T19:15:58.7564216Z [00:02:03.517]➜  		"en-US/slb/CreateLoadBalancerHTTPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancerHTTPListener.json",
2025-08-20T19:15:58.7565747Z [00:02:03.517]➜  		"en-US/slb/CreateLoadBalancerHTTPSListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancerHTTPSListener.json",
2025-08-20T19:15:58.7567416Z [00:02:03.517]➜  		"en-US/slb/CreateLoadBalancerTCPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancerTCPListener.json",
2025-08-20T19:15:58.7569077Z [00:02:03.517]➜  		"en-US/slb/CreateLoadBalancerUDPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancerUDPListener.json",
2025-08-20T19:15:58.7570276Z [00:02:03.517]➜  		"en-US/slb/CreateMasterSlaveServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateMasterSlaveServerGroup.json",
2025-08-20T19:15:58.7571085Z [00:02:03.517]➜  		"en-US/slb/CreateRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateRules.json",
2025-08-20T19:15:58.7572028Z [00:02:03.517]➜  		"en-US/slb/CreateTLSCipherPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateTLSCipherPolicy.json",
2025-08-20T19:15:58.7573116Z [00:02:03.517]➜  		"en-US/slb/CreateVServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateVServerGroup.json",
2025-08-20T19:15:58.7574150Z [00:02:03.517]➜  		"en-US/slb/DeleteAccessControlList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteAccessControlList.json",
2025-08-20T19:15:58.7575511Z [00:02:03.517]➜  		"en-US/slb/DeleteAccessLogsDownloadAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteAccessLogsDownloadAttribute.json",
2025-08-20T19:15:58.7576438Z [00:02:03.517]➜  		"en-US/slb/DeleteCACertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteCACertificate.json",
2025-08-20T19:15:58.7577366Z [00:02:03.517]➜  		"en-US/slb/DeleteDomainExtension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteDomainExtension.json",
2025-08-20T19:15:58.7578370Z [00:02:03.517]➜  		"en-US/slb/DeleteLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteLoadBalancer.json",
2025-08-20T19:15:58.7579458Z [00:02:03.517]➜  		"en-US/slb/DeleteLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteLoadBalancerListener.json",
2025-08-20T19:15:58.7580549Z [00:02:03.517]➜  		"en-US/slb/DeleteMasterSlaveServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteMasterSlaveServerGroup.json",
2025-08-20T19:15:58.7581488Z [00:02:03.517]➜  		"en-US/slb/DeleteRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteRules.json",
2025-08-20T19:15:58.7582567Z [00:02:03.517]➜  		"en-US/slb/DeleteServerCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteServerCertificate.json",
2025-08-20T19:15:58.7583467Z [00:02:03.517]➜  		"en-US/slb/DeleteTLSCipherPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteTLSCipherPolicy.json",
2025-08-20T19:15:58.7584313Z [00:02:03.517]➜  		"en-US/slb/DeleteVServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteVServerGroup.json",
2025-08-20T19:15:58.7585494Z [00:02:03.517]➜  		"en-US/slb/DescribeAccessControlListAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeAccessControlListAttribute.json",
2025-08-20T19:15:58.7586498Z [00:02:03.517]➜  		"en-US/slb/DescribeAccessControlLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeAccessControlLists.json",
2025-08-20T19:15:58.7587665Z [00:02:03.517]➜  		"en-US/slb/DescribeAccessLogsDownloadAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeAccessLogsDownloadAttribute.json",
2025-08-20T19:15:58.7588619Z [00:02:03.517]➜  		"en-US/slb/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeAvailableResource.json",
2025-08-20T19:15:58.7589571Z [00:02:03.517]➜  		"en-US/slb/DescribeCACertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeCACertificates.json",
2025-08-20T19:15:58.7590846Z [00:02:03.517]➜  		"en-US/slb/DescribeDomainExtensionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeDomainExtensionAttribute.json",
2025-08-20T19:15:58.7592065Z [00:02:03.517]➜  		"en-US/slb/DescribeDomainExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeDomainExtensions.json",
2025-08-20T19:15:58.7593185Z [00:02:03.518]➜  		"en-US/slb/DescribeHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeHealthStatus.json",
2025-08-20T19:15:58.7594298Z [00:02:03.518]➜  		"en-US/slb/DescribeHighDefinationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeHighDefinationMonitor.json",
2025-08-20T19:15:58.7595537Z [00:02:03.518]➜  		"en-US/slb/DescribeListenerAccessControlAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeListenerAccessControlAttribute.json",
2025-08-20T19:15:58.7596586Z [00:02:03.518]➜  		"en-US/slb/DescribeLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerAttribute.json",
2025-08-20T19:15:58.7598027Z [00:02:03.518]➜  		"en-US/slb/DescribeLoadBalancerHTTPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:58.7599320Z [00:02:03.518]➜  		"en-US/slb/DescribeLoadBalancerHTTPSListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:58.7600384Z [00:02:03.518]➜  		"en-US/slb/DescribeLoadBalancerListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerListeners.json",
2025-08-20T19:15:58.7601665Z [00:02:03.518]➜  		"en-US/slb/DescribeLoadBalancerTCPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:58.7603219Z [00:02:03.518]➜  		"en-US/slb/DescribeLoadBalancerUDPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:58.7604211Z [00:02:03.518]➜  		"en-US/slb/DescribeLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancers.json",
2025-08-20T19:15:58.7605679Z [00:02:03.518]➜  		"en-US/slb/DescribeMasterSlaveServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeMasterSlaveServerGroupAttribute.json",
2025-08-20T19:15:58.7606954Z [00:02:03.518]➜  		"en-US/slb/DescribeMasterSlaveServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeMasterSlaveServerGroups.json",
2025-08-20T19:15:58.7607853Z [00:02:03.518]➜  		"en-US/slb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeRegions.json",
2025-08-20T19:15:58.7608858Z [00:02:03.518]➜  		"en-US/slb/DescribeRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeRuleAttribute.json",
2025-08-20T19:15:58.7609710Z [00:02:03.518]➜  		"en-US/slb/DescribeRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeRules.json",
2025-08-20T19:15:58.7610815Z [00:02:03.518]➜  		"en-US/slb/DescribeServerCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeServerCertificates.json",
2025-08-20T19:15:58.7611675Z [00:02:03.518]➜  		"en-US/slb/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeTags.json",
2025-08-20T19:15:58.7612987Z [00:02:03.518]➜  		"en-US/slb/DescribeVServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeVServerGroupAttribute.json",
2025-08-20T19:15:58.7613961Z [00:02:03.518]➜  		"en-US/slb/DescribeVServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeVServerGroups.json",
2025-08-20T19:15:58.7614763Z [00:02:03.518]➜  		"en-US/slb/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeZones.json",
2025-08-20T19:15:58.7616071Z [00:02:03.518]➜  		"en-US/slb/EnableHighDefinationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/EnableHighDefinationMonitor.json",
2025-08-20T19:15:58.7617109Z [00:02:03.518]➜  		"en-US/slb/ListTLSCipherPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ListTLSCipherPolicies.json",
2025-08-20T19:15:58.7618040Z [00:02:03.518]➜  		"en-US/slb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ListTagResources.json",
2025-08-20T19:15:58.7619196Z [00:02:03.518]➜  		"en-US/slb/ModifyHighDefinationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyHighDefinationMonitor.json",
2025-08-20T19:15:58.7620551Z [00:02:03.518]➜  		"en-US/slb/ModifyLoadBalancerInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyLoadBalancerInstanceChargeType.json",
2025-08-20T19:15:58.7621762Z [00:02:03.518]➜  		"en-US/slb/ModifyLoadBalancerInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyLoadBalancerInstanceSpec.json",
2025-08-20T19:15:58.7623249Z [00:02:03.518]➜  		"en-US/slb/ModifyLoadBalancerInternetSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyLoadBalancerInternetSpec.json",
2025-08-20T19:15:58.7624397Z [00:02:03.518]➜  		"en-US/slb/ModifyLoadBalancerPayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyLoadBalancerPayType.json",
2025-08-20T19:15:58.7625659Z [00:02:03.518]➜  		"en-US/slb/ModifyVServerGroupBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyVServerGroupBackendServers.json",
2025-08-20T19:15:58.7626590Z [00:02:03.518]➜  		"en-US/slb/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/MoveResourceGroup.json",
2025-08-20T19:15:58.7627694Z [00:02:03.518]➜  		"en-US/slb/RemoveAccessControlListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveAccessControlListEntry.json",
2025-08-20T19:15:58.7628678Z [00:02:03.518]➜  		"en-US/slb/RemoveBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveBackendServers.json",
2025-08-20T19:15:58.7630000Z [00:02:03.518]➜  		"en-US/slb/RemoveListenerWhiteListItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveListenerWhiteListItem.json",
2025-08-20T19:15:58.7630814Z [00:02:03.518]➜  		"en-US/slb/RemoveTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveTags.json",
2025-08-20T19:15:58.7632026Z [00:02:03.518]➜  		"en-US/slb/RemoveVServerGroupBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveVServerGroupBackendServers.json",
2025-08-20T19:15:58.7633327Z [00:02:03.518]➜  		"en-US/slb/SetAccessControlListAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetAccessControlListAttribute.json",
2025-08-20T19:15:58.7634501Z [00:02:03.518]➜  		"en-US/slb/SetAccessLogsDownloadAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetAccessLogsDownloadAttribute.json",
2025-08-20T19:15:58.7635437Z [00:02:03.518]➜  		"en-US/slb/SetBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetBackendServers.json",
2025-08-20T19:15:58.7636413Z [00:02:03.518]➜  		"en-US/slb/SetCACertificateName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetCACertificateName.json",
2025-08-20T19:15:58.7637508Z [00:02:03.518]➜  		"en-US/slb/SetDomainExtensionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetDomainExtensionAttribute.json",
2025-08-20T19:15:58.7638671Z [00:02:03.518]➜  		"en-US/slb/SetListenerAccessControlStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetListenerAccessControlStatus.json",
2025-08-20T19:15:58.7639885Z [00:02:03.518]➜  		"en-US/slb/SetLoadBalancerDeleteProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerDeleteProtection.json",
2025-08-20T19:15:58.7641305Z [00:02:03.518]➜  		"en-US/slb/SetLoadBalancerHTTPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:58.7642880Z [00:02:03.518]➜  		"en-US/slb/SetLoadBalancerHTTPSListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:58.7644190Z [00:02:03.518]➜  		"en-US/slb/SetLoadBalancerModificationProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerModificationProtection.json",
2025-08-20T19:15:58.7645182Z [00:02:03.518]➜  		"en-US/slb/SetLoadBalancerName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerName.json",
2025-08-20T19:15:58.7646159Z [00:02:03.518]➜  		"en-US/slb/SetLoadBalancerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerStatus.json",
2025-08-20T19:15:58.7647453Z [00:02:03.518]➜  		"en-US/slb/SetLoadBalancerTCPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:58.7648856Z [00:02:03.518]➜  		"en-US/slb/SetLoadBalancerUDPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:58.7649618Z [00:02:03.518]➜  		"en-US/slb/SetRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetRule.json",
2025-08-20T19:15:58.7650662Z [00:02:03.518]➜  		"en-US/slb/SetServerCertificateName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetServerCertificateName.json",
2025-08-20T19:15:58.7651739Z [00:02:03.518]➜  		"en-US/slb/SetTLSCipherPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetTLSCipherPolicyAttribute.json",
2025-08-20T19:15:58.7652957Z [00:02:03.518]➜  		"en-US/slb/SetVServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetVServerGroupAttribute.json",
2025-08-20T19:15:58.7654074Z [00:02:03.518]➜  		"en-US/slb/StartLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/StartLoadBalancerListener.json",
2025-08-20T19:15:58.7655283Z [00:02:03.518]➜  		"en-US/slb/StopLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/StopLoadBalancerListener.json",
2025-08-20T19:15:58.7656089Z [00:02:03.518]➜  		"en-US/slb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/TagResources.json",
2025-08-20T19:15:58.7656920Z [00:02:03.518]➜  		"en-US/slb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/UntagResources.json",
2025-08-20T19:15:58.7657834Z [00:02:03.518]➜  		"en-US/slb/UploadCACertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/UploadCACertificate.json",
2025-08-20T19:15:58.7658828Z [00:02:03.518]➜  		"en-US/slb/UploadServerCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/UploadServerCertificate.json",
2025-08-20T19:15:58.7659549Z [00:02:03.518]➜  		"en-US/slb/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/version.json",
2025-08-20T19:15:58.7660274Z [00:02:03.518]➜  		"en-US/sls/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sls/version.json",
2025-08-20T19:15:58.7661165Z [00:02:03.518]➜  		"en-US/smc/CreateAccessToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/CreateAccessToken.json",
2025-08-20T19:15:58.7662111Z [00:02:03.518]➜  		"en-US/smc/CreateReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/CreateReplicationJob.json",
2025-08-20T19:15:58.7663320Z [00:02:03.518]➜  		"en-US/smc/CutOverReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/CutOverReplicationJob.json",
2025-08-20T19:15:58.7664231Z [00:02:03.518]➜  		"en-US/smc/DeleteAccessToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DeleteAccessToken.json",
2025-08-20T19:15:58.7665316Z [00:02:03.518]➜  		"en-US/smc/DeleteReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DeleteReplicationJob.json",
2025-08-20T19:15:58.7666284Z [00:02:03.518]➜  		"en-US/smc/DeleteSourceServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DeleteSourceServer.json",
2025-08-20T19:15:58.7667193Z [00:02:03.518]➜  		"en-US/smc/DescribeReplicationJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DescribeReplicationJobs.json",
2025-08-20T19:15:58.7668074Z [00:02:03.518]➜  		"en-US/smc/DescribeSourceServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DescribeSourceServers.json",
2025-08-20T19:15:58.7668953Z [00:02:03.518]➜  		"en-US/smc/DisableAccessToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DisableAccessToken.json",
2025-08-20T19:15:58.7669792Z [00:02:03.518]➜  		"en-US/smc/ListAccessTokens.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/ListAccessTokens.json",
2025-08-20T19:15:58.7670668Z [00:02:03.518]➜  		"en-US/smc/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/ListTagResources.json",
2025-08-20T19:15:58.7671904Z [00:02:03.518]➜  		"en-US/smc/ModifyReplicationJobAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/ModifyReplicationJobAttribute.json",
2025-08-20T19:15:58.7673179Z [00:02:03.518]➜  		"en-US/smc/ModifySourceServerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/ModifySourceServerAttribute.json",
2025-08-20T19:15:58.7674114Z [00:02:03.518]➜  		"en-US/smc/StartReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/StartReplicationJob.json",
2025-08-20T19:15:58.7675031Z [00:02:03.518]➜  		"en-US/smc/StopReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/StopReplicationJob.json",
2025-08-20T19:15:58.7675838Z [00:02:03.518]➜  		"en-US/smc/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/TagResources.json",
2025-08-20T19:15:58.7676663Z [00:02:03.518]➜  		"en-US/smc/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/UntagResources.json",
2025-08-20T19:15:58.7677545Z [00:02:03.518]➜  		"en-US/smc/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/version.json",
2025-08-20T19:15:58.7678335Z [00:02:03.518]➜  		"en-US/sts/AssumeRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/AssumeRole.json",
2025-08-20T19:15:58.7679258Z [00:02:03.518]➜  		"en-US/sts/AssumeRoleWithOIDC.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/AssumeRoleWithOIDC.json",
2025-08-20T19:15:58.7680186Z [00:02:03.518]➜  		"en-US/sts/AssumeRoleWithSAML.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/AssumeRoleWithSAML.json",
2025-08-20T19:15:58.7681063Z [00:02:03.518]➜  		"en-US/sts/GetCallerIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/GetCallerIdentity.json",
2025-08-20T19:15:58.7681788Z [00:02:03.518]➜  		"en-US/sts/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/version.json",
2025-08-20T19:15:58.7682818Z [00:02:03.518]➜  		"en-US/tag/AttachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/AttachPolicy.json",
2025-08-20T19:15:58.7683827Z [00:02:03.518]➜  		"en-US/tag/CheckCreatedByEnabled.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/CheckCreatedByEnabled.json",
2025-08-20T19:15:58.7684654Z [00:02:03.518]➜  		"en-US/tag/CloseCreatedBy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/CloseCreatedBy.json",
2025-08-20T19:15:58.7685435Z [00:02:03.518]➜  		"en-US/tag/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/CreatePolicy.json",
2025-08-20T19:15:58.7686215Z [00:02:03.518]➜  		"en-US/tag/CreateTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/CreateTags.json",
2025-08-20T19:15:58.7687170Z [00:02:03.518]➜  		"en-US/tag/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DeletePolicy.json",
2025-08-20T19:15:58.7688040Z [00:02:03.518]➜  		"en-US/tag/DeleteTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DeleteTag.json",
2025-08-20T19:15:58.7688932Z [00:02:03.518]➜  		"en-US/tag/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DescribeRegions.json",
2025-08-20T19:15:58.7689750Z [00:02:03.518]➜  		"en-US/tag/DetachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DetachPolicy.json",
2025-08-20T19:15:58.7690675Z [00:02:03.518]➜  		"en-US/tag/DisablePolicyType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DisablePolicyType.json",
2025-08-20T19:15:58.7691580Z [00:02:03.518]➜  		"en-US/tag/EnablePolicyType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/EnablePolicyType.json",
2025-08-20T19:15:58.7692877Z [00:02:03.518]➜  		"en-US/tag/GenerateConfigRuleReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GenerateConfigRuleReport.json",
2025-08-20T19:15:58.7693951Z [00:02:03.518]➜  		"en-US/tag/GetConfigRuleReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GetConfigRuleReport.json",
2025-08-20T19:15:58.7694859Z [00:02:03.518]➜  		"en-US/tag/GetEffectivePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GetEffectivePolicy.json",
2025-08-20T19:15:58.7695610Z [00:02:03.518]➜  		"en-US/tag/GetPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GetPolicy.json",
2025-08-20T19:15:58.7696549Z [00:02:03.518]➜  		"en-US/tag/GetPolicyEnableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GetPolicyEnableStatus.json",
2025-08-20T19:15:58.7697572Z [00:02:03.518]➜  		"en-US/tag/ListConfigRulesForTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListConfigRulesForTarget.json",
2025-08-20T19:15:58.7698348Z [00:02:03.518]➜  		"en-US/tag/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListPolicies.json",
2025-08-20T19:15:58.7699312Z [00:02:03.518]➜  		"en-US/tag/ListPoliciesForTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListPoliciesForTarget.json",
2025-08-20T19:15:58.7700353Z [00:02:03.518]➜  		"en-US/tag/ListResourcesByTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListResourcesByTag.json",
2025-08-20T19:15:58.7701379Z [00:02:03.518]➜  		"en-US/tag/ListSupportResourceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListSupportResourceTypes.json",
2025-08-20T19:15:58.7702179Z [00:02:03.518]➜  		"en-US/tag/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListTagKeys.json",
2025-08-20T19:15:58.7703278Z [00:02:03.518]➜  		"en-US/tag/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListTagResources.json",
2025-08-20T19:15:58.7704105Z [00:02:03.518]➜  		"en-US/tag/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListTagValues.json",
2025-08-20T19:15:58.7705063Z [00:02:03.518]➜  		"en-US/tag/ListTargetsForPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListTargetsForPolicy.json",
2025-08-20T19:15:58.7705925Z [00:02:03.518]➜  		"en-US/tag/ModifyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ModifyPolicy.json",
2025-08-20T19:15:58.7706775Z [00:02:03.518]➜  		"en-US/tag/OpenCreatedBy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/OpenCreatedBy.json",
2025-08-20T19:15:58.7707588Z [00:02:03.518]➜  		"en-US/tag/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/TagResources.json",
2025-08-20T19:15:58.7708395Z [00:02:03.518]➜  		"en-US/tag/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/UntagResources.json",
2025-08-20T19:15:58.7709090Z [00:02:03.518]➜  		"en-US/tag/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/version.json",
2025-08-20T19:15:58.7710015Z [00:02:03.518]➜  		"en-US/vod/AddAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddAITemplate.json",
2025-08-20T19:15:58.7710911Z [00:02:03.518]➜  		"en-US/vod/AddCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddCategory.json",
2025-08-20T19:15:58.7711782Z [00:02:03.518]➜  		"en-US/vod/AddEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddEditingProject.json",
2025-08-20T19:15:58.7713097Z [00:02:03.518]➜  		"en-US/vod/AddEditingProjectMaterials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddEditingProjectMaterials.json",
2025-08-20T19:15:58.7714165Z [00:02:03.518]➜  		"en-US/vod/AddTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddTranscodeTemplateGroup.json",
2025-08-20T19:15:58.7714969Z [00:02:03.518]➜  		"en-US/vod/AddVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddVodDomain.json",
2025-08-20T19:15:58.7715916Z [00:02:03.518]➜  		"en-US/vod/AddVodStorageForApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddVodStorageForApp.json",
2025-08-20T19:15:58.7716917Z [00:02:03.518]➜  		"en-US/vod/AddVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddVodTemplate.json",
2025-08-20T19:15:58.7717752Z [00:02:03.518]➜  		"en-US/vod/AddWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddWatermark.json",
2025-08-20T19:15:58.7718804Z [00:02:03.518]➜  		"en-US/vod/AttachAppPolicyToIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AttachAppPolicyToIdentity.json",
2025-08-20T19:15:58.7719842Z [00:02:03.518]➜  		"en-US/vod/BatchSetVodDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/BatchSetVodDomainConfigs.json",
2025-08-20T19:15:58.7720769Z [00:02:03.518]➜  		"en-US/vod/BatchStartVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/BatchStartVodDomain.json",
2025-08-20T19:15:58.7721703Z [00:02:03.518]➜  		"en-US/vod/BatchStopVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/BatchStopVodDomain.json",
2025-08-20T19:15:58.7723043Z [00:02:03.518]➜  		"en-US/vod/CancelUrlUploadJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CancelUrlUploadJobs.json",
2025-08-20T19:15:58.7723905Z [00:02:03.518]➜  		"en-US/vod/CreateAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateAppInfo.json",
2025-08-20T19:15:58.7724669Z [00:02:03.518]➜  		"en-US/vod/CreateAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateAudit.json",
2025-08-20T19:15:58.7725712Z [00:02:03.518]➜  		"en-US/vod/CreateUploadAttachedMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateUploadAttachedMedia.json",
2025-08-20T19:15:58.7726602Z [00:02:03.518]➜  		"en-US/vod/CreateUploadImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateUploadImage.json",
2025-08-20T19:15:58.7727486Z [00:02:03.518]➜  		"en-US/vod/CreateUploadVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateUploadVideo.json",
2025-08-20T19:15:58.7728384Z [00:02:03.518]➜  		"en-US/vod/DecryptKMSDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DecryptKMSDataKey.json",
2025-08-20T19:15:58.7729295Z [00:02:03.518]➜  		"en-US/vod/DeleteAIImageInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteAIImageInfos.json",
2025-08-20T19:15:58.7730135Z [00:02:03.518]➜  		"en-US/vod/DeleteAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteAITemplate.json",
2025-08-20T19:15:58.7730976Z [00:02:03.518]➜  		"en-US/vod/DeleteAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteAppInfo.json",
2025-08-20T19:15:58.7731924Z [00:02:03.518]➜  		"en-US/vod/DeleteAttachedMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteAttachedMedia.json",
2025-08-20T19:15:58.7733136Z [00:02:03.518]➜  		"en-US/vod/DeleteCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteCategory.json",
2025-08-20T19:15:58.7734232Z [00:02:03.518]➜  		"en-US/vod/DeleteDynamicImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteDynamicImage.json",
2025-08-20T19:15:58.7735179Z [00:02:03.518]➜  		"en-US/vod/DeleteEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteEditingProject.json",
2025-08-20T19:15:58.7736300Z [00:02:03.518]➜  		"en-US/vod/DeleteEditingProjectMaterials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteEditingProjectMaterials.json",
2025-08-20T19:15:58.7737116Z [00:02:03.518]➜  		"en-US/vod/DeleteImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteImage.json",
2025-08-20T19:15:58.7738088Z [00:02:03.518]➜  		"en-US/vod/DeleteMessageCallback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteMessageCallback.json",
2025-08-20T19:15:58.7738997Z [00:02:03.518]➜  		"en-US/vod/DeleteMezzanines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteMezzanines.json",
2025-08-20T19:15:58.7740246Z [00:02:03.518]➜  		"en-US/vod/DeleteMultipartUpload.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteMultipartUpload.json",
2025-08-20T19:15:58.7741109Z [00:02:03.518]➜  		"en-US/vod/DeleteStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteStream.json",
2025-08-20T19:15:58.7742227Z [00:02:03.518]➜  		"en-US/vod/DeleteTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteTranscodeTemplateGroup.json",
2025-08-20T19:15:58.7743228Z [00:02:03.518]➜  		"en-US/vod/DeleteVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteVideo.json",
2025-08-20T19:15:58.7744107Z [00:02:03.519]➜  		"en-US/vod/DeleteVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteVodDomain.json",
2025-08-20T19:15:58.7745127Z [00:02:03.519]➜  		"en-US/vod/DeleteVodSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteVodSpecificConfig.json",
2025-08-20T19:15:58.7746217Z [00:02:03.519]➜  		"en-US/vod/DeleteVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteVodTemplate.json",
2025-08-20T19:15:58.7747087Z [00:02:03.519]➜  		"en-US/vod/DeleteWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteWatermark.json",
2025-08-20T19:15:58.7748062Z [00:02:03.519]➜  		"en-US/vod/DescribePlayTopVideos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribePlayTopVideos.json",
2025-08-20T19:15:58.7748944Z [00:02:03.519]➜  		"en-US/vod/DescribePlayUserAvg.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribePlayUserAvg.json",
2025-08-20T19:15:58.7749831Z [00:02:03.519]➜  		"en-US/vod/DescribePlayUserTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribePlayUserTotal.json",
2025-08-20T19:15:58.7750774Z [00:02:03.519]➜  		"en-US/vod/DescribePlayVideoStatis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribePlayVideoStatis.json",
2025-08-20T19:15:58.7751632Z [00:02:03.519]➜  		"en-US/vod/DescribeVodAIData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodAIData.json",
2025-08-20T19:15:58.7752861Z [00:02:03.519]➜  		"en-US/vod/DescribeVodCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodCertificateList.json",
2025-08-20T19:15:58.7753916Z [00:02:03.519]➜  		"en-US/vod/DescribeVodDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainBpsData.json",
2025-08-20T19:15:58.7755198Z [00:02:03.519]➜  		"en-US/vod/DescribeVodDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainCertificateInfo.json",
2025-08-20T19:15:58.7756415Z [00:02:03.519]➜  		"en-US/vod/DescribeVodDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainConfigs.json",
2025-08-20T19:15:58.7757571Z [00:02:03.519]➜  		"en-US/vod/DescribeVodDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainDetail.json",
2025-08-20T19:15:58.7758577Z [00:02:03.519]➜  		"en-US/vod/DescribeVodDomainLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainLog.json",
2025-08-20T19:15:58.7759698Z [00:02:03.519]➜  		"en-US/vod/DescribeVodDomainSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainSrcBpsData.json",
2025-08-20T19:15:58.7760871Z [00:02:03.519]➜  		"en-US/vod/DescribeVodDomainSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainSrcTrafficData.json",
2025-08-20T19:15:58.7761996Z [00:02:03.519]➜  		"en-US/vod/DescribeVodDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainTrafficData.json",
2025-08-20T19:15:58.7763320Z [00:02:03.519]➜  		"en-US/vod/DescribeVodDomainUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainUsageData.json",
2025-08-20T19:15:58.7764530Z [00:02:03.519]➜  		"en-US/vod/DescribeVodRefreshQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodRefreshQuota.json",
2025-08-20T19:15:58.7765569Z [00:02:03.519]➜  		"en-US/vod/DescribeVodRefreshTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodRefreshTasks.json",
2025-08-20T19:15:58.7766590Z [00:02:03.519]➜  		"en-US/vod/DescribeVodStorageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodStorageData.json",
2025-08-20T19:15:58.7767664Z [00:02:03.519]➜  		"en-US/vod/DescribeVodTranscodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodTranscodeData.json",
2025-08-20T19:15:58.7768681Z [00:02:03.519]➜  		"en-US/vod/DescribeVodUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodUserDomains.json",
2025-08-20T19:15:58.7769724Z [00:02:03.519]➜  		"en-US/vod/DescribeVodVerifyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodVerifyContent.json",
2025-08-20T19:15:58.7770976Z [00:02:03.519]➜  		"en-US/vod/DetachAppPolicyFromIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DetachAppPolicyFromIdentity.json",
2025-08-20T19:15:58.7772027Z [00:02:03.519]➜  		"en-US/vod/GenerateDownloadSecretKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GenerateDownloadSecretKey.json",
2025-08-20T19:15:58.7773133Z [00:02:03.519]➜  		"en-US/vod/GenerateKMSDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GenerateKMSDataKey.json",
2025-08-20T19:15:58.7773986Z [00:02:03.519]➜  		"en-US/vod/GetAIImageJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAIImageJobs.json",
2025-08-20T19:15:58.7774876Z [00:02:03.519]➜  		"en-US/vod/GetAIMediaAuditJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAIMediaAuditJob.json",
2025-08-20T19:15:58.7775892Z [00:02:03.519]➜  		"en-US/vod/GetAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAITemplate.json",
2025-08-20T19:15:58.7776838Z [00:02:03.519]➜  		"en-US/vod/GetAIVideoTagResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAIVideoTagResult.json",
2025-08-20T19:15:58.7777655Z [00:02:03.519]➜  		"en-US/vod/GetAppInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAppInfos.json",
2025-08-20T19:15:58.7778599Z [00:02:03.519]➜  		"en-US/vod/GetAttachedMediaInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAttachedMediaInfo.json",
2025-08-20T19:15:58.7779466Z [00:02:03.519]➜  		"en-US/vod/GetAuditHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAuditHistory.json",
2025-08-20T19:15:58.7780437Z [00:02:03.519]➜  		"en-US/vod/GetCategories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetCategories.json",
2025-08-20T19:15:58.7781434Z [00:02:03.519]➜  		"en-US/vod/GetDefaultAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetDefaultAITemplate.json",
2025-08-20T19:15:58.7782934Z [00:02:03.519]➜  		"en-US/vod/GetDigitalWatermarkExtractResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetDigitalWatermarkExtractResult.json",
2025-08-20T19:15:58.7783888Z [00:02:03.519]➜  		"en-US/vod/GetEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetEditingProject.json",
2025-08-20T19:15:58.7784963Z [00:02:03.519]➜  		"en-US/vod/GetEditingProjectMaterials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetEditingProjectMaterials.json",
2025-08-20T19:15:58.7785738Z [00:02:03.519]➜  		"en-US/vod/GetImageInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetImageInfo.json",
2025-08-20T19:15:58.7786546Z [00:02:03.519]➜  		"en-US/vod/GetImageInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetImageInfos.json",
2025-08-20T19:15:58.7787777Z [00:02:03.519]➜  		"en-US/vod/GetMediaAuditAudioResultDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaAuditAudioResultDetail.json",
2025-08-20T19:15:58.7788740Z [00:02:03.519]➜  		"en-US/vod/GetMediaAuditResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaAuditResult.json",
2025-08-20T19:15:58.7789788Z [00:02:03.519]➜  		"en-US/vod/GetMediaAuditResultDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaAuditResultDetail.json",
2025-08-20T19:15:58.7790858Z [00:02:03.519]➜  		"en-US/vod/GetMediaAuditResultTimeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaAuditResultTimeline.json",
2025-08-20T19:15:58.7791747Z [00:02:03.519]➜  		"en-US/vod/GetMediaDNAResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaDNAResult.json",
2025-08-20T19:15:58.7792885Z [00:02:03.519]➜  		"en-US/vod/GetMediaRefreshJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaRefreshJobs.json",
2025-08-20T19:15:58.7793995Z [00:02:03.519]➜  		"en-US/vod/GetMessageCallback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMessageCallback.json",
2025-08-20T19:15:58.7794888Z [00:02:03.519]➜  		"en-US/vod/GetMezzanineInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMezzanineInfo.json",
2025-08-20T19:15:58.7795675Z [00:02:03.519]➜  		"en-US/vod/GetPlayInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetPlayInfo.json",
2025-08-20T19:15:58.7796608Z [00:02:03.519]➜  		"en-US/vod/GetTranscodeSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetTranscodeSummary.json",
2025-08-20T19:15:58.7797486Z [00:02:03.519]➜  		"en-US/vod/GetTranscodeTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetTranscodeTask.json",
2025-08-20T19:15:58.7798567Z [00:02:03.519]➜  		"en-US/vod/GetTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetTranscodeTemplateGroup.json",
2025-08-20T19:15:58.7799648Z [00:02:03.519]➜  		"en-US/vod/GetURLUploadInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetURLUploadInfos.json",
2025-08-20T19:15:58.7800511Z [00:02:03.519]➜  		"en-US/vod/GetUploadDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetUploadDetails.json",
2025-08-20T19:15:58.7801321Z [00:02:03.519]➜  		"en-US/vod/GetVideoInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVideoInfo.json",
2025-08-20T19:15:58.7802121Z [00:02:03.519]➜  		"en-US/vod/GetVideoInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVideoInfos.json",
2025-08-20T19:15:58.7803131Z [00:02:03.519]➜  		"en-US/vod/GetVideoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVideoList.json",
2025-08-20T19:15:58.7804177Z [00:02:03.519]➜  		"en-US/vod/GetVideoPlayAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVideoPlayAuth.json",
2025-08-20T19:15:58.7805085Z [00:02:03.519]➜  		"en-US/vod/GetVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVodTemplate.json",
2025-08-20T19:15:58.7805943Z [00:02:03.519]➜  		"en-US/vod/GetWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetWatermark.json",
2025-08-20T19:15:58.7806825Z [00:02:03.519]➜  		"en-US/vod/ListAIImageInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAIImageInfo.json",
2025-08-20T19:15:58.7807587Z [00:02:03.519]➜  		"en-US/vod/ListAIJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAIJob.json",
2025-08-20T19:15:58.7808444Z [00:02:03.519]➜  		"en-US/vod/ListAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAITemplate.json",
2025-08-20T19:15:58.7809272Z [00:02:03.519]➜  		"en-US/vod/ListAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAppInfo.json",
2025-08-20T19:15:58.7810519Z [00:02:03.519]➜  		"en-US/vod/ListAppPoliciesForIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAppPoliciesForIdentity.json",
2025-08-20T19:15:58.7811527Z [00:02:03.519]➜  		"en-US/vod/ListAuditSecurityIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAuditSecurityIp.json",
2025-08-20T19:15:58.7812594Z [00:02:03.519]➜  		"en-US/vod/ListDynamicImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListDynamicImage.json",
2025-08-20T19:15:58.7813533Z [00:02:03.519]➜  		"en-US/vod/ListLiveRecordVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListLiveRecordVideo.json",
2025-08-20T19:15:58.7814380Z [00:02:03.519]➜  		"en-US/vod/ListSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListSnapshots.json",
2025-08-20T19:15:58.7815315Z [00:02:03.519]➜  		"en-US/vod/ListTranscodeTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListTranscodeTask.json",
2025-08-20T19:15:58.7816451Z [00:02:03.519]➜  		"en-US/vod/ListTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListTranscodeTemplateGroup.json",
2025-08-20T19:15:58.7817501Z [00:02:03.519]➜  		"en-US/vod/ListVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListVodTemplate.json",
2025-08-20T19:15:58.7818308Z [00:02:03.519]➜  		"en-US/vod/ListWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListWatermark.json",
2025-08-20T19:15:58.7819183Z [00:02:03.519]➜  		"en-US/vod/MoveAppResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/MoveAppResource.json",
2025-08-20T19:15:58.7820197Z [00:02:03.519]➜  		"en-US/vod/PreloadVodObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/PreloadVodObjectCaches.json",
2025-08-20T19:15:58.7821316Z [00:02:03.519]➜  		"en-US/vod/ProduceEditingProjectVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ProduceEditingProjectVideo.json",
2025-08-20T19:15:58.7822641Z [00:02:03.519]➜  		"en-US/vod/RefreshMediaPlayUrls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RefreshMediaPlayUrls.json",
2025-08-20T19:15:58.7823590Z [00:02:03.519]➜  		"en-US/vod/RefreshUploadVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RefreshUploadVideo.json",
2025-08-20T19:15:58.7824538Z [00:02:03.519]➜  		"en-US/vod/RefreshVodObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RefreshVodObjectCaches.json",
2025-08-20T19:15:58.7825344Z [00:02:03.519]➜  		"en-US/vod/RegisterMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RegisterMedia.json",
2025-08-20T19:15:58.7826152Z [00:02:03.519]➜  		"en-US/vod/RestoreMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RestoreMedia.json",
2025-08-20T19:15:58.7827266Z [00:02:03.519]➜  		"en-US/vod/SearchEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SearchEditingProject.json",
2025-08-20T19:15:58.7828083Z [00:02:03.519]➜  		"en-US/vod/SearchMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SearchMedia.json",
2025-08-20T19:15:58.7829035Z [00:02:03.519]➜  		"en-US/vod/SetAuditSecurityIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetAuditSecurityIp.json",
2025-08-20T19:15:58.7829998Z [00:02:03.519]➜  		"en-US/vod/SetCrossdomainContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetCrossdomainContent.json",
2025-08-20T19:15:58.7830948Z [00:02:03.519]➜  		"en-US/vod/SetDefaultAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetDefaultAITemplate.json",
2025-08-20T19:15:58.7832120Z [00:02:03.519]➜  		"en-US/vod/SetDefaultTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetDefaultTranscodeTemplateGroup.json",
2025-08-20T19:15:58.7833264Z [00:02:03.519]➜  		"en-US/vod/SetDefaultWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetDefaultWatermark.json",
2025-08-20T19:15:58.7834490Z [00:02:03.519]➜  		"en-US/vod/SetEditingProjectMaterials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetEditingProjectMaterials.json",
2025-08-20T19:15:58.7835432Z [00:02:03.519]➜  		"en-US/vod/SetMessageCallback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetMessageCallback.json",
2025-08-20T19:15:58.7836442Z [00:02:03.519]➜  		"en-US/vod/SetVodDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetVodDomainCertificate.json",
2025-08-20T19:15:58.7837380Z [00:02:03.519]➜  		"en-US/vod/SubmitAIImageAuditJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitAIImageAuditJob.json",
2025-08-20T19:15:58.7838236Z [00:02:03.519]➜  		"en-US/vod/SubmitAIImageJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitAIImageJob.json",
2025-08-20T19:15:58.7839016Z [00:02:03.519]➜  		"en-US/vod/SubmitAIJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitAIJob.json",
2025-08-20T19:15:58.7840046Z [00:02:03.519]➜  		"en-US/vod/SubmitAIMediaAuditJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitAIMediaAuditJob.json",
2025-08-20T19:15:58.7841376Z [00:02:03.519]➜  		"en-US/vod/SubmitDigitalWatermarkExtractJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitDigitalWatermarkExtractJob.json",
2025-08-20T19:15:58.7842346Z [00:02:03.519]➜  		"en-US/vod/SubmitDynamicImageJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitDynamicImageJob.json",
2025-08-20T19:15:58.7843533Z [00:02:03.519]➜  		"en-US/vod/SubmitMediaDNADeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitMediaDNADeleteJob.json",
2025-08-20T19:15:58.7844464Z [00:02:03.519]➜  		"en-US/vod/SubmitPreprocessJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitPreprocessJobs.json",
2025-08-20T19:15:58.7845367Z [00:02:03.519]➜  		"en-US/vod/SubmitSnapshotJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitSnapshotJob.json",
2025-08-20T19:15:58.7846542Z [00:02:03.519]➜  		"en-US/vod/SubmitTranscodeJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitTranscodeJobs.json",
2025-08-20T19:15:58.7847494Z [00:02:03.519]➜  		"en-US/vod/SubmitWorkflowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitWorkflowJob.json",
2025-08-20T19:15:58.7848459Z [00:02:03.519]➜  		"en-US/vod/UpdateAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateAITemplate.json",
2025-08-20T19:15:58.7849292Z [00:02:03.519]➜  		"en-US/vod/UpdateAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateAppInfo.json",
2025-08-20T19:15:58.7850314Z [00:02:03.519]➜  		"en-US/vod/UpdateAttachedMediaInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateAttachedMediaInfos.json",
2025-08-20T19:15:58.7851321Z [00:02:03.519]➜  		"en-US/vod/UpdateCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateCategory.json",
2025-08-20T19:15:58.7852313Z [00:02:03.519]➜  		"en-US/vod/UpdateEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateEditingProject.json",
2025-08-20T19:15:58.7853443Z [00:02:03.519]➜  		"en-US/vod/UpdateImageInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateImageInfos.json",
2025-08-20T19:15:58.7854455Z [00:02:03.519]➜  		"en-US/vod/UpdateMediaStorageClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateMediaStorageClass.json",
2025-08-20T19:15:58.7855523Z [00:02:03.519]➜  		"en-US/vod/UpdateTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateTranscodeTemplateGroup.json",
2025-08-20T19:15:58.7856386Z [00:02:03.519]➜  		"en-US/vod/UpdateVideoInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateVideoInfo.json",
2025-08-20T19:15:58.7857265Z [00:02:03.519]➜  		"en-US/vod/UpdateVideoInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateVideoInfos.json",
2025-08-20T19:15:58.7858347Z [00:02:03.519]➜  		"en-US/vod/UpdateVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateVodDomain.json",
2025-08-20T19:15:58.7859232Z [00:02:03.519]➜  		"en-US/vod/UpdateVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateVodTemplate.json",
2025-08-20T19:15:58.7860069Z [00:02:03.519]➜  		"en-US/vod/UpdateWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateWatermark.json",
2025-08-20T19:15:58.7860936Z [00:02:03.519]➜  		"en-US/vod/UploadMediaByURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UploadMediaByURL.json",
2025-08-20T19:15:58.7861789Z [00:02:03.519]➜  		"en-US/vod/UploadStreamByURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UploadStreamByURL.json",
2025-08-20T19:15:58.7862870Z [00:02:03.519]➜  		"en-US/vod/VerifyVodDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/VerifyVodDomainOwner.json",
2025-08-20T19:15:58.7863580Z [00:02:03.519]➜  		"en-US/vod/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/version.json",
2025-08-20T19:15:58.7864557Z [00:02:03.519]➜  		"en-US/vpc/ActivateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ActivateRouterInterface.json",
2025-08-20T19:15:58.7865306Z [00:02:03.519]➜  		"en-US/vpc/ActiveFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ActiveFlowLog.json",
2025-08-20T19:15:58.7866153Z [00:02:03.519]➜  		"en-US/vpc/AddBgpNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddBgpNetwork.json",
2025-08-20T19:15:58.7867228Z [00:02:03.519]➜  		"en-US/vpc/AddCommonBandwidthPackageIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddCommonBandwidthPackageIp.json",
2025-08-20T19:15:58.7868469Z [00:02:03.519]➜  		"en-US/vpc/AddCommonBandwidthPackageIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddCommonBandwidthPackageIps.json",
2025-08-20T19:15:58.7869751Z [00:02:03.519]➜  		"en-US/vpc/AddGlobalAccelerationInstanceIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddGlobalAccelerationInstanceIp.json",
2025-08-20T19:15:58.7870857Z [00:02:03.519]➜  		"en-US/vpc/AddIPv6TranslatorAclListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddIPv6TranslatorAclListEntry.json",
2025-08-20T19:15:58.7871982Z [00:02:03.519]➜  		"en-US/vpc/AddPublicIpAddressPoolCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddPublicIpAddressPoolCidrBlock.json",
2025-08-20T19:15:58.7873311Z [00:02:03.519]➜  		"en-US/vpc/AddSourcesToTrafficMirrorSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddSourcesToTrafficMirrorSession.json",
2025-08-20T19:15:58.7874249Z [00:02:03.519]➜  		"en-US/vpc/AllocateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateEipAddress.json",
2025-08-20T19:15:58.7875220Z [00:02:03.519]➜  		"en-US/vpc/AllocateEipAddressPro.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateEipAddressPro.json",
2025-08-20T19:15:58.7876239Z [00:02:03.519]➜  		"en-US/vpc/AllocateEipSegmentAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateEipSegmentAddress.json",
2025-08-20T19:15:58.7877130Z [00:02:03.519]➜  		"en-US/vpc/AllocateIpv6Address.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateIpv6Address.json",
2025-08-20T19:15:58.7878226Z [00:02:03.519]➜  		"en-US/vpc/AllocateIpv6InternetBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateIpv6InternetBandwidth.json",
2025-08-20T19:15:58.7879136Z [00:02:03.519]➜  		"en-US/vpc/AllocateVpcIpv6Cidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateVpcIpv6Cidr.json",
2025-08-20T19:15:58.7880193Z [00:02:03.519]➜  		"en-US/vpc/ApplyPhysicalConnectionLOA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ApplyPhysicalConnectionLOA.json",
2025-08-20T19:15:58.7881321Z [00:02:03.519]➜  		"en-US/vpc/AssociateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateEipAddress.json",
2025-08-20T19:15:58.7882371Z [00:02:03.519]➜  		"en-US/vpc/AssociateEipAddressBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateEipAddressBatch.json",
2025-08-20T19:15:58.7883439Z [00:02:03.519]➜  		"en-US/vpc/AssociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateHaVip.json",
2025-08-20T19:15:58.7884371Z [00:02:03.519]➜  		"en-US/vpc/AssociateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateNetworkAcl.json",
2025-08-20T19:15:58.7885939Z [00:02:03.519]➜  		"en-US/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json",
2025-08-20T19:15:58.7886930Z [00:02:03.519]➜  		"en-US/vpc/AssociateRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateRouteTable.json",
2025-08-20T19:15:58.7888094Z [00:02:03.519]➜  		"en-US/vpc/AssociateRouteTableWithGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateRouteTableWithGateway.json",
2025-08-20T19:15:58.7889524Z [00:02:03.519]➜  		"en-US/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json",
2025-08-20T19:15:58.7890551Z [00:02:03.519]➜  		"en-US/vpc/AssociateVpcCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateVpcCidrBlock.json",
2025-08-20T19:15:58.7891819Z [00:02:03.519]➜  		"en-US/vpc/AssociateVpnGatewayWithCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateVpnGatewayWithCertificate.json",
2025-08-20T19:15:58.7893308Z [00:02:03.519]➜  		"en-US/vpc/AttachDhcpOptionsSetToVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AttachDhcpOptionsSetToVpc.json",
2025-08-20T19:15:58.7894425Z [00:02:03.519]➜  		"en-US/vpc/AttachVbrToVpconn.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AttachVbrToVpconn.json",
2025-08-20T19:15:58.7895785Z [00:02:03.519]➜  		"en-US/vpc/CancelCommonBandwidthPackageIpBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CancelCommonBandwidthPackageIpBandwidth.json",
2025-08-20T19:15:58.7896861Z [00:02:03.519]➜  		"en-US/vpc/CancelPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CancelPhysicalConnection.json",
2025-08-20T19:15:58.7897822Z [00:02:03.519]➜  		"en-US/vpc/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ChangeResourceGroup.json",
2025-08-20T19:15:58.7899110Z [00:02:03.519]➜  		"en-US/vpc/CheckCanAllocateVpcPrivateIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CheckCanAllocateVpcPrivateIpAddress.json",
2025-08-20T19:15:58.7900070Z [00:02:03.519]➜  		"en-US/vpc/CheckVpnBgpEnabled.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CheckVpnBgpEnabled.json",
2025-08-20T19:15:58.7901225Z [00:02:03.519]➜  		"en-US/vpc/CompletePhysicalConnectionLOA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CompletePhysicalConnectionLOA.json",
2025-08-20T19:15:58.7902291Z [00:02:03.520]➜  		"en-US/vpc/ConfirmPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ConfirmPhysicalConnection.json",
2025-08-20T19:15:58.7903508Z [00:02:03.520]➜  		"en-US/vpc/ConnectRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ConnectRouterInterface.json",
2025-08-20T19:15:58.7904526Z [00:02:03.520]➜  		"en-US/vpc/ConvertBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ConvertBandwidthPackage.json",
2025-08-20T19:15:58.7905523Z [00:02:03.520]➜  		"en-US/vpc/CopyNetworkAclEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CopyNetworkAclEntries.json",
2025-08-20T19:15:58.7906765Z [00:02:03.520]➜  		"en-US/vpc/CreateBgpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateBgpGroup.json",
2025-08-20T19:15:58.7907613Z [00:02:03.520]➜  		"en-US/vpc/CreateBgpPeer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateBgpPeer.json",
2025-08-20T19:15:58.7908741Z [00:02:03.520]➜  		"en-US/vpc/CreateCommonBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateCommonBandwidthPackage.json",
2025-08-20T19:15:58.7909726Z [00:02:03.520]➜  		"en-US/vpc/CreateCustomerGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateCustomerGateway.json",
2025-08-20T19:15:58.7910676Z [00:02:03.520]➜  		"en-US/vpc/CreateDefaultVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateDefaultVSwitch.json",
2025-08-20T19:15:58.7911591Z [00:02:03.520]➜  		"en-US/vpc/CreateDefaultVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateDefaultVpc.json",
2025-08-20T19:15:58.7912780Z [00:02:03.520]➜  		"en-US/vpc/CreateDhcpOptionsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateDhcpOptionsSet.json",
2025-08-20T19:15:58.7913907Z [00:02:03.520]➜  		"en-US/vpc/CreateExpressCloudConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateExpressCloudConnection.json",
2025-08-20T19:15:58.7914894Z [00:02:03.520]➜  		"en-US/vpc/CreateFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateFailoverTestJob.json",
2025-08-20T19:15:58.7915715Z [00:02:03.520]➜  		"en-US/vpc/CreateFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateFlowLog.json",
2025-08-20T19:15:58.7916653Z [00:02:03.520]➜  		"en-US/vpc/CreateForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateForwardEntry.json",
2025-08-20T19:15:58.7917935Z [00:02:03.520]➜  		"en-US/vpc/CreateFullNatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateFullNatEntry.json",
2025-08-20T19:15:58.7919209Z [00:02:03.520]➜  		"en-US/vpc/CreateGlobalAccelerationInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateGlobalAccelerationInstance.json",
2025-08-20T19:15:58.7920058Z [00:02:03.520]➜  		"en-US/vpc/CreateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateHaVip.json",
2025-08-20T19:15:58.7921338Z [00:02:03.520]➜  		"en-US/vpc/CreateHighReliablePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateHighReliablePhysicalConnection.json",
2025-08-20T19:15:58.7922298Z [00:02:03.520]➜  		"en-US/vpc/CreateIPv6Translator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIPv6Translator.json",
2025-08-20T19:15:58.7923625Z [00:02:03.520]➜  		"en-US/vpc/CreateIPv6TranslatorAclList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIPv6TranslatorAclList.json",
2025-08-20T19:15:58.7924701Z [00:02:03.520]➜  		"en-US/vpc/CreateIPv6TranslatorEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIPv6TranslatorEntry.json",
2025-08-20T19:15:58.7925635Z [00:02:03.520]➜  		"en-US/vpc/CreateIpsecServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIpsecServer.json",
2025-08-20T19:15:58.7926582Z [00:02:03.520]➜  		"en-US/vpc/CreateIpv4Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIpv4Gateway.json",
2025-08-20T19:15:58.7927624Z [00:02:03.520]➜  		"en-US/vpc/CreateIpv6EgressOnlyRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIpv6EgressOnlyRule.json",
2025-08-20T19:15:58.7928542Z [00:02:03.520]➜  		"en-US/vpc/CreateIpv6Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIpv6Gateway.json",
2025-08-20T19:15:58.7929448Z [00:02:03.520]➜  		"en-US/vpc/CreateNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateNatGateway.json",
2025-08-20T19:15:58.7930392Z [00:02:03.520]➜  		"en-US/vpc/CreateNatIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateNatIp.json",
2025-08-20T19:15:58.7931384Z [00:02:03.520]➜  		"en-US/vpc/CreateNatIpCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateNatIpCidr.json",
2025-08-20T19:15:58.7932276Z [00:02:03.520]➜  		"en-US/vpc/CreateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateNetworkAcl.json",
2025-08-20T19:15:58.7933527Z [00:02:03.520]➜  		"en-US/vpc/CreatePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreatePhysicalConnection.json",
2025-08-20T19:15:58.7934861Z [00:02:03.520]➜  		"en-US/vpc/CreatePhysicalConnectionOccupancyOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreatePhysicalConnectionOccupancyOrder.json",
2025-08-20T19:15:58.7936140Z [00:02:03.520]➜  		"en-US/vpc/CreatePhysicalConnectionSetupOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreatePhysicalConnectionSetupOrder.json",
2025-08-20T19:15:58.7937256Z [00:02:03.520]➜  		"en-US/vpc/CreatePublicIpAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreatePublicIpAddressPool.json",
2025-08-20T19:15:58.7938190Z [00:02:03.520]➜  		"en-US/vpc/CreateRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateRouteEntries.json",
2025-08-20T19:15:58.7939087Z [00:02:03.520]➜  		"en-US/vpc/CreateRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateRouteEntry.json",
2025-08-20T19:15:58.7939968Z [00:02:03.520]➜  		"en-US/vpc/CreateRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateRouteTable.json",
2025-08-20T19:15:58.7940957Z [00:02:03.520]➜  		"en-US/vpc/CreateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateRouterInterface.json",
2025-08-20T19:15:58.7942130Z [00:02:03.520]➜  		"en-US/vpc/CreateSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateSnatEntry.json",
2025-08-20T19:15:58.7943329Z [00:02:03.520]➜  		"en-US/vpc/CreateSslVpnClientCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateSslVpnClientCert.json",
2025-08-20T19:15:58.7944241Z [00:02:03.520]➜  		"en-US/vpc/CreateSslVpnServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateSslVpnServer.json",
2025-08-20T19:15:58.7945283Z [00:02:03.520]➜  		"en-US/vpc/CreateTrafficMirrorFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateTrafficMirrorFilter.json",
2025-08-20T19:15:58.7946387Z [00:02:03.520]➜  		"en-US/vpc/CreateTrafficMirrorFilterRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateTrafficMirrorFilterRules.json",
2025-08-20T19:15:58.7947445Z [00:02:03.520]➜  		"en-US/vpc/CreateTrafficMirrorSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateTrafficMirrorSession.json",
2025-08-20T19:15:58.7948256Z [00:02:03.520]➜  		"en-US/vpc/CreateVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVSwitch.json",
2025-08-20T19:15:58.7949320Z [00:02:03.520]➜  		"en-US/vpc/CreateVSwitchCidrReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVSwitchCidrReservation.json",
2025-08-20T19:15:58.7950082Z [00:02:03.520]➜  		"en-US/vpc/CreateVbrHa.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVbrHa.json",
2025-08-20T19:15:58.7951017Z [00:02:03.520]➜  		"en-US/vpc/CreateVcoRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVcoRouteEntry.json",
2025-08-20T19:15:58.7952071Z [00:02:03.520]➜  		"en-US/vpc/CreateVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVirtualBorderRouter.json",
2025-08-20T19:15:58.7953442Z [00:02:03.520]➜  		"en-US/vpc/CreateVirtualPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVirtualPhysicalConnection.json",
2025-08-20T19:15:58.7954403Z [00:02:03.520]➜  		"en-US/vpc/CreateVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpc.json",
2025-08-20T19:15:58.7955537Z [00:02:03.520]➜  		"en-US/vpc/CreateVpcGatewayEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpcGatewayEndpoint.json",
2025-08-20T19:15:58.7956514Z [00:02:03.520]➜  		"en-US/vpc/CreateVpcPrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpcPrefixList.json",
2025-08-20T19:15:58.7957461Z [00:02:03.520]➜  		"en-US/vpc/CreateVpconnFromVbr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpconnFromVbr.json",
2025-08-20T19:15:58.7958420Z [00:02:03.520]➜  		"en-US/vpc/CreateVpnAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnAttachment.json",
2025-08-20T19:15:58.7959376Z [00:02:03.520]➜  		"en-US/vpc/CreateVpnConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnConnection.json",
2025-08-20T19:15:58.7960289Z [00:02:03.520]➜  		"en-US/vpc/CreateVpnGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnGateway.json",
2025-08-20T19:15:58.7961229Z [00:02:03.520]➜  		"en-US/vpc/CreateVpnPbrRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnPbrRouteEntry.json",
2025-08-20T19:15:58.7962129Z [00:02:03.520]➜  		"en-US/vpc/CreateVpnRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnRouteEntry.json",
2025-08-20T19:15:58.7963349Z [00:02:03.520]➜  		"en-US/vpc/DeactivateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeactivateRouterInterface.json",
2025-08-20T19:15:58.7964211Z [00:02:03.520]➜  		"en-US/vpc/DeactiveFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeactiveFlowLog.json",
2025-08-20T19:15:58.7965201Z [00:02:03.520]➜  		"en-US/vpc/DeleteBgpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteBgpGroup.json",
2025-08-20T19:15:58.7966186Z [00:02:03.520]➜  		"en-US/vpc/DeleteBgpNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteBgpNetwork.json",
2025-08-20T19:15:58.7967008Z [00:02:03.520]➜  		"en-US/vpc/DeleteBgpPeer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteBgpPeer.json",
2025-08-20T19:15:58.7968129Z [00:02:03.520]➜  		"en-US/vpc/DeleteCommonBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteCommonBandwidthPackage.json",
2025-08-20T19:15:58.7969106Z [00:02:03.520]➜  		"en-US/vpc/DeleteCustomerGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteCustomerGateway.json",
2025-08-20T19:15:58.7970064Z [00:02:03.520]➜  		"en-US/vpc/DeleteDhcpOptionsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteDhcpOptionsSet.json",
2025-08-20T19:15:58.7971059Z [00:02:03.520]➜  		"en-US/vpc/DeleteFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteFailoverTestJob.json",
2025-08-20T19:15:58.7971935Z [00:02:03.520]➜  		"en-US/vpc/DeleteFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteFlowLog.json",
2025-08-20T19:15:58.7973073Z [00:02:03.520]➜  		"en-US/vpc/DeleteForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteForwardEntry.json",
2025-08-20T19:15:58.7974074Z [00:02:03.520]➜  		"en-US/vpc/DeleteFullNatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteFullNatEntry.json",
2025-08-20T19:15:58.7975308Z [00:02:03.520]➜  		"en-US/vpc/DeleteGlobalAccelerationInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteGlobalAccelerationInstance.json",
2025-08-20T19:15:58.7976159Z [00:02:03.520]➜  		"en-US/vpc/DeleteHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteHaVip.json",
2025-08-20T19:15:58.7977131Z [00:02:03.520]➜  		"en-US/vpc/DeleteIPv6Translator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIPv6Translator.json",
2025-08-20T19:15:58.7978619Z [00:02:03.520]➜  		"en-US/vpc/DeleteIPv6TranslatorAclList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIPv6TranslatorAclList.json",
2025-08-20T19:15:58.7979727Z [00:02:03.520]➜  		"en-US/vpc/DeleteIPv6TranslatorEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIPv6TranslatorEntry.json",
2025-08-20T19:15:58.7980653Z [00:02:03.520]➜  		"en-US/vpc/DeleteIpsecServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpsecServer.json",
2025-08-20T19:15:58.7981568Z [00:02:03.520]➜  		"en-US/vpc/DeleteIpv4Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpv4Gateway.json",
2025-08-20T19:15:58.7982737Z [00:02:03.520]➜  		"en-US/vpc/DeleteIpv6EgressOnlyRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpv6EgressOnlyRule.json",
2025-08-20T19:15:58.7983622Z [00:02:03.520]➜  		"en-US/vpc/DeleteIpv6Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpv6Gateway.json",
2025-08-20T19:15:58.7984669Z [00:02:03.520]➜  		"en-US/vpc/DeleteIpv6InternetBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpv6InternetBandwidth.json",
2025-08-20T19:15:58.7985557Z [00:02:03.520]➜  		"en-US/vpc/DeleteNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteNatGateway.json",
2025-08-20T19:15:58.7986365Z [00:02:03.520]➜  		"en-US/vpc/DeleteNatIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteNatIp.json",
2025-08-20T19:15:58.7987190Z [00:02:03.520]➜  		"en-US/vpc/DeleteNatIpCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteNatIpCidr.json",
2025-08-20T19:15:58.7988051Z [00:02:03.520]➜  		"en-US/vpc/DeleteNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteNetworkAcl.json",
2025-08-20T19:15:58.7989224Z [00:02:03.520]➜  		"en-US/vpc/DeletePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeletePhysicalConnection.json",
2025-08-20T19:15:58.7990277Z [00:02:03.520]➜  		"en-US/vpc/DeletePublicIpAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeletePublicIpAddressPool.json",
2025-08-20T19:15:58.7991486Z [00:02:03.520]➜  		"en-US/vpc/DeletePublicIpAddressPoolCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeletePublicIpAddressPoolCidrBlock.json",
2025-08-20T19:15:58.7992370Z [00:02:03.520]➜  		"en-US/vpc/DeleteRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteRouteEntries.json",
2025-08-20T19:15:58.7993394Z [00:02:03.520]➜  		"en-US/vpc/DeleteRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteRouteEntry.json",
2025-08-20T19:15:58.7994239Z [00:02:03.520]➜  		"en-US/vpc/DeleteRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteRouteTable.json",
2025-08-20T19:15:58.7995250Z [00:02:03.520]➜  		"en-US/vpc/DeleteRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteRouterInterface.json",
2025-08-20T19:15:58.7996058Z [00:02:03.520]➜  		"en-US/vpc/DeleteSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteSnatEntry.json",
2025-08-20T19:15:58.7996960Z [00:02:03.520]➜  		"en-US/vpc/DeleteSslVpnClientCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteSslVpnClientCert.json",
2025-08-20T19:15:58.7997803Z [00:02:03.520]➜  		"en-US/vpc/DeleteSslVpnServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteSslVpnServer.json",
2025-08-20T19:15:58.7998751Z [00:02:03.520]➜  		"en-US/vpc/DeleteTrafficMirrorFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteTrafficMirrorFilter.json",
2025-08-20T19:15:58.7999770Z [00:02:03.520]➜  		"en-US/vpc/DeleteTrafficMirrorFilterRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteTrafficMirrorFilterRules.json",
2025-08-20T19:15:58.8000814Z [00:02:03.520]➜  		"en-US/vpc/DeleteTrafficMirrorSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteTrafficMirrorSession.json",
2025-08-20T19:15:58.8001768Z [00:02:03.520]➜  		"en-US/vpc/DeleteVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVSwitch.json",
2025-08-20T19:15:58.8002925Z [00:02:03.520]➜  		"en-US/vpc/DeleteVSwitchCidrReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVSwitchCidrReservation.json",
2025-08-20T19:15:58.8003628Z [00:02:03.520]➜  		"en-US/vpc/DeleteVbrHa.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVbrHa.json",
2025-08-20T19:15:58.8004496Z [00:02:03.520]➜  		"en-US/vpc/DeleteVcoRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVcoRouteEntry.json",
2025-08-20T19:15:58.8005486Z [00:02:03.520]➜  		"en-US/vpc/DeleteVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVirtualBorderRouter.json",
2025-08-20T19:15:58.8006269Z [00:02:03.520]➜  		"en-US/vpc/DeleteVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpc.json",
2025-08-20T19:15:58.8007370Z [00:02:03.520]➜  		"en-US/vpc/DeleteVpcGatewayEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpcGatewayEndpoint.json",
2025-08-20T19:15:58.8008422Z [00:02:03.520]➜  		"en-US/vpc/DeleteVpcPrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpcPrefixList.json",
2025-08-20T19:15:58.8009275Z [00:02:03.520]➜  		"en-US/vpc/DeleteVpnAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnAttachment.json",
2025-08-20T19:15:58.8010109Z [00:02:03.520]➜  		"en-US/vpc/DeleteVpnConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnConnection.json",
2025-08-20T19:15:58.8011069Z [00:02:03.520]➜  		"en-US/vpc/DeleteVpnGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnGateway.json",
2025-08-20T19:15:58.8012175Z [00:02:03.520]➜  		"en-US/vpc/DeleteVpnPbrRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnPbrRouteEntry.json",
2025-08-20T19:15:58.8013249Z [00:02:03.520]➜  		"en-US/vpc/DeleteVpnRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnRouteEntry.json",
2025-08-20T19:15:58.8014105Z [00:02:03.520]➜  		"en-US/vpc/DeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeletionProtection.json",
2025-08-20T19:15:58.8015043Z [00:02:03.520]➜  		"en-US/vpc/DescribeAccessPoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeAccessPoints.json",
2025-08-20T19:15:58.8015859Z [00:02:03.520]➜  		"en-US/vpc/DescribeBgpGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeBgpGroups.json",
2025-08-20T19:15:58.8016792Z [00:02:03.520]➜  		"en-US/vpc/DescribeBgpNetworks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeBgpNetworks.json",
2025-08-20T19:15:58.8017811Z [00:02:03.520]➜  		"en-US/vpc/DescribeBgpPeers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeBgpPeers.json",
2025-08-20T19:15:58.8018935Z [00:02:03.520]➜  		"en-US/vpc/DescribeCommonBandwidthPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeCommonBandwidthPackages.json",
2025-08-20T19:15:58.8019963Z [00:02:03.520]➜  		"en-US/vpc/DescribeCustomerGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeCustomerGateway.json",
2025-08-20T19:15:58.8021036Z [00:02:03.520]➜  		"en-US/vpc/DescribeCustomerGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeCustomerGateways.json",
2025-08-20T19:15:58.8022203Z [00:02:03.520]➜  		"en-US/vpc/DescribeEcGrantRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEcGrantRelation.json",
2025-08-20T19:15:58.8023457Z [00:02:03.520]➜  		"en-US/vpc/DescribeEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEipAddresses.json",
2025-08-20T19:15:58.8024519Z [00:02:03.520]➜  		"en-US/vpc/DescribeEipGatewayInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEipGatewayInfo.json",
2025-08-20T19:15:58.8025512Z [00:02:03.520]➜  		"en-US/vpc/DescribeEipMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEipMonitorData.json",
2025-08-20T19:15:58.8026415Z [00:02:03.520]➜  		"en-US/vpc/DescribeEipSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEipSegment.json",
2025-08-20T19:15:58.8027401Z [00:02:03.520]➜  		"en-US/vpc/DescribeFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeFailoverTestJob.json",
2025-08-20T19:15:58.8028465Z [00:02:03.520]➜  		"en-US/vpc/DescribeFailoverTestJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeFailoverTestJobs.json",
2025-08-20T19:15:58.8029741Z [00:02:03.520]➜  		"en-US/vpc/DescribeFlowLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeFlowLogs.json",
2025-08-20T19:15:58.8030815Z [00:02:03.520]➜  		"en-US/vpc/DescribeForwardTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeForwardTableEntries.json",
2025-08-20T19:15:58.8032558Z [00:02:03.520]➜  		"en-US/vpc/DescribeGlobalAccelerationInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeGlobalAccelerationInstances.json",
2025-08-20T19:15:58.8033572Z [00:02:03.520]➜  		"en-US/vpc/DescribeGrantRulesToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeGrantRulesToCen.json",
2025-08-20T19:15:58.8034380Z [00:02:03.520]➜  		"en-US/vpc/DescribeHaVips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeHaVips.json",
2025-08-20T19:15:58.8035900Z [00:02:03.520]➜  		"en-US/vpc/DescribeHighDefinitionMonitorLogAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeHighDefinitionMonitorLogAttribute.json",
2025-08-20T19:15:58.8037390Z [00:02:03.520]➜  		"en-US/vpc/DescribeIPv6TranslatorAclListAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIPv6TranslatorAclListAttributes.json",
2025-08-20T19:15:58.8038889Z [00:02:03.520]➜  		"en-US/vpc/DescribeIPv6TranslatorAclLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIPv6TranslatorAclLists.json",
2025-08-20T19:15:58.8039999Z [00:02:03.520]➜  		"en-US/vpc/DescribeIPv6TranslatorEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIPv6TranslatorEntries.json",
2025-08-20T19:15:58.8041037Z [00:02:03.520]➜  		"en-US/vpc/DescribeIPv6Translators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIPv6Translators.json",
2025-08-20T19:15:58.8042342Z [00:02:03.520]➜  		"en-US/vpc/DescribeIpv6Addresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIpv6Addresses.json",
2025-08-20T19:15:58.8043720Z [00:02:03.520]➜  		"en-US/vpc/DescribeIpv6EgressOnlyRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIpv6EgressOnlyRules.json",
2025-08-20T19:15:58.8045151Z [00:02:03.520]➜  		"en-US/vpc/DescribeIpv6GatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIpv6GatewayAttribute.json",
2025-08-20T19:15:58.8046109Z [00:02:03.520]➜  		"en-US/vpc/DescribeIpv6Gateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIpv6Gateways.json",
2025-08-20T19:15:58.8046988Z [00:02:03.520]➜  		"en-US/vpc/DescribeNatGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeNatGateways.json",
2025-08-20T19:15:58.8048049Z [00:02:03.520]➜  		"en-US/vpc/DescribeNetworkAclAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeNetworkAclAttributes.json",
2025-08-20T19:15:58.8048970Z [00:02:03.520]➜  		"en-US/vpc/DescribeNetworkAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeNetworkAcls.json",
2025-08-20T19:15:58.8050061Z [00:02:03.520]➜  		"en-US/vpc/DescribePhysicalConnectionLOA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribePhysicalConnectionLOA.json",
2025-08-20T19:15:58.8051056Z [00:02:03.520]➜  		"en-US/vpc/DescribePhysicalConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribePhysicalConnections.json",
2025-08-20T19:15:58.8052017Z [00:02:03.520]➜  		"en-US/vpc/DescribePublicIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribePublicIpAddress.json",
2025-08-20T19:15:58.8053011Z [00:02:03.520]➜  		"en-US/vpc/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRegions.json",
2025-08-20T19:15:58.8053942Z [00:02:03.520]➜  		"en-US/vpc/DescribeRouteEntryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouteEntryList.json",
2025-08-20T19:15:58.8054905Z [00:02:03.520]➜  		"en-US/vpc/DescribeRouteTableList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouteTableList.json",
2025-08-20T19:15:58.8055813Z [00:02:03.520]➜  		"en-US/vpc/DescribeRouteTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouteTables.json",
2025-08-20T19:15:58.8056965Z [00:02:03.520]➜  		"en-US/vpc/DescribeRouterInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouterInterfaceAttribute.json",
2025-08-20T19:15:58.8057908Z [00:02:03.520]➜  		"en-US/vpc/DescribeRouterInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouterInterfaces.json",
2025-08-20T19:15:58.8059428Z [00:02:03.520]➜  		"en-US/vpc/DescribeServerRelatedGlobalAccelerationInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeServerRelatedGlobalAccelerationInstances.json",
2025-08-20T19:15:58.8060695Z [00:02:03.520]➜  		"en-US/vpc/DescribeSnatTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSnatTableEntries.json",
2025-08-20T19:15:58.8061683Z [00:02:03.520]➜  		"en-US/vpc/DescribeSslVpnClientCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSslVpnClientCert.json",
2025-08-20T19:15:58.8062817Z [00:02:03.520]➜  		"en-US/vpc/DescribeSslVpnClientCerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSslVpnClientCerts.json",
2025-08-20T19:15:58.8063728Z [00:02:03.520]➜  		"en-US/vpc/DescribeSslVpnClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSslVpnClients.json",
2025-08-20T19:15:58.8064658Z [00:02:03.520]➜  		"en-US/vpc/DescribeSslVpnServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSslVpnServers.json",
2025-08-20T19:15:58.8065544Z [00:02:03.520]➜  		"en-US/vpc/DescribeTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeTagKeys.json",
2025-08-20T19:15:58.8067182Z [00:02:03.520]➜  		"en-US/vpc/DescribeTagKeysForExpressConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeTagKeysForExpressConnect.json",
2025-08-20T19:15:58.8068015Z [00:02:03.520]➜  		"en-US/vpc/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeTags.json",
2025-08-20T19:15:58.8068906Z [00:02:03.520]➜  		"en-US/vpc/DescribeVRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVRouters.json",
2025-08-20T19:15:58.8069928Z [00:02:03.520]➜  		"en-US/vpc/DescribeVSwitchAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVSwitchAttributes.json",
2025-08-20T19:15:58.8070818Z [00:02:03.520]➜  		"en-US/vpc/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVSwitches.json",
2025-08-20T19:15:58.8071647Z [00:02:03.520]➜  		"en-US/vpc/DescribeVbrHa.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVbrHa.json",
2025-08-20T19:15:58.8072854Z [00:02:03.520]➜  		"en-US/vpc/DescribeVcoRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVcoRouteEntries.json",
2025-08-20T19:15:58.8074108Z [00:02:03.520]➜  		"en-US/vpc/DescribeVirtualBorderRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVirtualBorderRouters.json",
2025-08-20T19:15:58.8075632Z [00:02:03.520]➜  		"en-US/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json",
2025-08-20T19:15:58.8076573Z [00:02:03.520]➜  		"en-US/vpc/DescribeVpcAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpcAttribute.json",
2025-08-20T19:15:58.8077345Z [00:02:03.521]➜  		"en-US/vpc/DescribeVpcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpcs.json",
2025-08-20T19:15:58.8078307Z [00:02:03.521]➜  		"en-US/vpc/DescribeVpnAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnAttachments.json",
2025-08-20T19:15:58.8079290Z [00:02:03.521]➜  		"en-US/vpc/DescribeVpnConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnConnection.json",
2025-08-20T19:15:58.8080329Z [00:02:03.521]➜  		"en-US/vpc/DescribeVpnConnectionLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnConnectionLogs.json",
2025-08-20T19:15:58.8081276Z [00:02:03.521]➜  		"en-US/vpc/DescribeVpnConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnConnections.json",
2025-08-20T19:15:58.8082716Z [00:02:03.521]➜  		"en-US/vpc/DescribeVpnCrossAccountAuthorizations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnCrossAccountAuthorizations.json",
2025-08-20T19:15:58.8083722Z [00:02:03.521]➜  		"en-US/vpc/DescribeVpnGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnGateway.json",
2025-08-20T19:15:58.8084975Z [00:02:03.521]➜  		"en-US/vpc/DescribeVpnGatewayAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnGatewayAvailableZones.json",
2025-08-20T19:15:58.8085867Z [00:02:03.521]➜  		"en-US/vpc/DescribeVpnGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnGateways.json",
2025-08-20T19:15:58.8086900Z [00:02:03.521]➜  		"en-US/vpc/DescribeVpnPbrRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnPbrRouteEntries.json",
2025-08-20T19:15:58.8087856Z [00:02:03.521]➜  		"en-US/vpc/DescribeVpnRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnRouteEntries.json",
2025-08-20T19:15:58.8088838Z [00:02:03.521]➜  		"en-US/vpc/DescribeVpnSslServerLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnSslServerLogs.json",
2025-08-20T19:15:58.8089641Z [00:02:03.521]➜  		"en-US/vpc/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeZones.json",
2025-08-20T19:15:58.8090779Z [00:02:03.521]➜  		"en-US/vpc/DetachDhcpOptionsSetFromVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DetachDhcpOptionsSetFromVpc.json",
2025-08-20T19:15:58.8091719Z [00:02:03.521]➜  		"en-US/vpc/DiagnoseVpnConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DiagnoseVpnConnections.json",
2025-08-20T19:15:58.8093264Z [00:02:03.521]➜  		"en-US/vpc/DiagnoseVpnGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DiagnoseVpnGateway.json",
2025-08-20T19:15:58.8094335Z [00:02:03.521]➜  		"en-US/vpc/DisableNatGatewayEcsMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DisableNatGatewayEcsMetric.json",
2025-08-20T19:15:58.8095273Z [00:02:03.521]➜  		"en-US/vpc/DisableVpcClassicLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DisableVpcClassicLink.json",
2025-08-20T19:15:58.8096419Z [00:02:03.521]➜  		"en-US/vpc/DissociateRouteTableFromGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DissociateRouteTableFromGateway.json",
2025-08-20T19:15:58.8097952Z [00:02:03.521]➜  		"en-US/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json",
2025-08-20T19:15:58.8099146Z [00:02:03.521]➜  		"en-US/vpc/DissociateVpnGatewayWithCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DissociateVpnGatewayWithCertificate.json",
2025-08-20T19:15:58.8100184Z [00:02:03.521]➜  		"en-US/vpc/DownloadVpnConnectionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DownloadVpnConnectionConfig.json",
2025-08-20T19:15:58.8101185Z [00:02:03.521]➜  		"en-US/vpc/EnableNatGatewayEcsMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/EnableNatGatewayEcsMetric.json",
2025-08-20T19:15:58.8102174Z [00:02:03.521]➜  		"en-US/vpc/EnablePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/EnablePhysicalConnection.json",
2025-08-20T19:15:58.8103324Z [00:02:03.521]➜  		"en-US/vpc/EnableVpcClassicLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/EnableVpcClassicLink.json",
2025-08-20T19:15:58.8104235Z [00:02:03.521]➜  		"en-US/vpc/EnableVpcIpv4Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/EnableVpcIpv4Gateway.json",
2025-08-20T19:15:58.8105099Z [00:02:03.521]➜  		"en-US/vpc/GetDhcpOptionsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetDhcpOptionsSet.json",
2025-08-20T19:15:58.8106103Z [00:02:03.521]➜  		"en-US/vpc/GetFlowLogServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetFlowLogServiceStatus.json",
2025-08-20T19:15:58.8107075Z [00:02:03.521]➜  		"en-US/vpc/GetIpv4GatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetIpv4GatewayAttribute.json",
2025-08-20T19:15:58.8108183Z [00:02:03.521]➜  		"en-US/vpc/GetNatGatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetNatGatewayAttribute.json",
2025-08-20T19:15:58.8109385Z [00:02:03.521]➜  		"en-US/vpc/GetPhysicalConnectionServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetPhysicalConnectionServiceStatus.json",
2025-08-20T19:15:58.8110452Z [00:02:03.521]➜  		"en-US/vpc/GetTrafficMirrorServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetTrafficMirrorServiceStatus.json",
2025-08-20T19:15:58.8111536Z [00:02:03.521]➜  		"en-US/vpc/GetVSwitchCidrReservationUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVSwitchCidrReservationUsage.json",
2025-08-20T19:15:58.8112796Z [00:02:03.521]➜  		"en-US/vpc/GetVpcGatewayEndpointAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpcGatewayEndpointAttribute.json",
2025-08-20T19:15:58.8113931Z [00:02:03.521]➜  		"en-US/vpc/GetVpcPrefixListAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpcPrefixListAssociations.json",
2025-08-20T19:15:58.8115134Z [00:02:03.521]➜  		"en-US/vpc/GetVpcPrefixListEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpcPrefixListEntries.json",
2025-08-20T19:15:58.8116212Z [00:02:03.521]➜  		"en-US/vpc/GetVpcRouteEntrySummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpcRouteEntrySummary.json",
2025-08-20T19:15:58.8117342Z [00:02:03.521]➜  		"en-US/vpc/GetVpnGatewayDiagnoseResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpnGatewayDiagnoseResult.json",
2025-08-20T19:15:58.8118301Z [00:02:03.521]➜  		"en-US/vpc/GrantInstanceToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GrantInstanceToCen.json",
2025-08-20T19:15:58.8119277Z [00:02:03.521]➜  		"en-US/vpc/GrantInstanceToVbr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GrantInstanceToVbr.json",
2025-08-20T19:15:58.8120338Z [00:02:03.521]➜  		"en-US/vpc/ListBusinessAccessPoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListBusinessAccessPoints.json",
2025-08-20T19:15:58.8121454Z [00:02:03.521]➜  		"en-US/vpc/ListDhcpOptionsSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListDhcpOptionsSets.json",
2025-08-20T19:15:58.8122856Z [00:02:03.521]➜  		"en-US/vpc/ListEnhanhcedNatGatewayAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListEnhanhcedNatGatewayAvailableZones.json",
2025-08-20T19:15:58.8123719Z [00:02:03.521]➜  		"en-US/vpc/ListFullNatEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListFullNatEntries.json",
2025-08-20T19:15:58.8124729Z [00:02:03.521]➜  		"en-US/vpc/ListGatewayRouteTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListGatewayRouteTableEntries.json",
2025-08-20T19:15:58.8125628Z [00:02:03.521]➜  		"en-US/vpc/ListGeographicSubRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListGeographicSubRegions.json",
2025-08-20T19:15:58.8126488Z [00:02:03.521]➜  		"en-US/vpc/ListIpsecServerLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListIpsecServerLogs.json",
2025-08-20T19:15:58.8127305Z [00:02:03.521]➜  		"en-US/vpc/ListIpsecServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListIpsecServers.json",
2025-08-20T19:15:58.8128137Z [00:02:03.521]➜  		"en-US/vpc/ListIpv4Gateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListIpv4Gateways.json",
2025-08-20T19:15:58.8128935Z [00:02:03.521]➜  		"en-US/vpc/ListNatIpCidrs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListNatIpCidrs.json",
2025-08-20T19:15:58.8129653Z [00:02:03.521]➜  		"en-US/vpc/ListNatIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListNatIps.json",
2025-08-20T19:15:58.8130619Z [00:02:03.521]➜  		"en-US/vpc/ListPrefixLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListPrefixLists.json",
2025-08-20T19:15:58.8131902Z [00:02:03.521]➜  		"en-US/vpc/ListPublicIpAddressPoolCidrBlocks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListPublicIpAddressPoolCidrBlocks.json",
2025-08-20T19:15:58.8133055Z [00:02:03.521]➜  		"en-US/vpc/ListPublicIpAddressPools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListPublicIpAddressPools.json",
2025-08-20T19:15:58.8133888Z [00:02:03.521]➜  		"en-US/vpc/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListTagResources.json",
2025-08-20T19:15:58.8135033Z [00:02:03.521]➜  		"en-US/vpc/ListTagResourcesForExpressConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListTagResourcesForExpressConnect.json",
2025-08-20T19:15:58.8135990Z [00:02:03.521]➜  		"en-US/vpc/ListTrafficMirrorFilters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListTrafficMirrorFilters.json",
2025-08-20T19:15:58.8136973Z [00:02:03.521]➜  		"en-US/vpc/ListTrafficMirrorSessions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListTrafficMirrorSessions.json",
2025-08-20T19:15:58.8138158Z [00:02:03.521]➜  		"en-US/vpc/ListVSwitchCidrReservations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVSwitchCidrReservations.json",
2025-08-20T19:15:58.8139273Z [00:02:03.521]➜  		"en-US/vpc/ListVirtualPhysicalConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVirtualPhysicalConnections.json",
2025-08-20T19:15:58.8140421Z [00:02:03.521]➜  		"en-US/vpc/ListVpcEndpointServicesByEndUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVpcEndpointServicesByEndUser.json",
2025-08-20T19:15:58.8141407Z [00:02:03.521]➜  		"en-US/vpc/ListVpcGatewayEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVpcGatewayEndpoints.json",
2025-08-20T19:15:58.8142648Z [00:02:03.521]➜  		"en-US/vpc/ListVpnCertificateAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVpnCertificateAssociations.json",
2025-08-20T19:15:58.8143629Z [00:02:03.521]➜  		"en-US/vpc/ModifyBgpGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyBgpGroupAttribute.json",
2025-08-20T19:15:58.8144692Z [00:02:03.521]➜  		"en-US/vpc/ModifyBgpPeerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyBgpPeerAttribute.json",
2025-08-20T19:15:58.8145872Z [00:02:03.521]➜  		"en-US/vpc/ModifyCommonBandwidthPackageAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyCommonBandwidthPackageAttribute.json",
2025-08-20T19:15:58.8147108Z [00:02:03.521]➜  		"en-US/vpc/ModifyCommonBandwidthPackageIpBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyCommonBandwidthPackageIpBandwidth.json",
2025-08-20T19:15:58.8148228Z [00:02:03.521]➜  		"en-US/vpc/ModifyCommonBandwidthPackageSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyCommonBandwidthPackageSpec.json",
2025-08-20T19:15:58.8149323Z [00:02:03.521]➜  		"en-US/vpc/ModifyCustomerGatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyCustomerGatewayAttribute.json",
2025-08-20T19:15:58.8150388Z [00:02:03.521]➜  		"en-US/vpc/ModifyEipAddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyEipAddressAttribute.json",
2025-08-20T19:15:58.8151641Z [00:02:03.521]➜  		"en-US/vpc/ModifyExpressCloudConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyExpressCloudConnectionAttribute.json",
2025-08-20T19:15:58.8153025Z [00:02:03.521]➜  		"en-US/vpc/ModifyExpressCloudConnectionBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyExpressCloudConnectionBandwidth.json",
2025-08-20T19:15:58.8153939Z [00:02:03.521]➜  		"en-US/vpc/ModifyFlowLogAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyFlowLogAttribute.json",
2025-08-20T19:15:58.8155084Z [00:02:03.521]➜  		"en-US/vpc/ModifyForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyForwardEntry.json",
2025-08-20T19:15:58.8156591Z [00:02:03.521]➜  		"en-US/vpc/ModifyFullNatEntryAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyFullNatEntryAttribute.json",
2025-08-20T19:15:58.8157968Z [00:02:03.521]➜  		"en-US/vpc/ModifyGlobalAccelerationInstanceAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyGlobalAccelerationInstanceAttributes.json",
2025-08-20T19:15:58.8159216Z [00:02:03.521]➜  		"en-US/vpc/ModifyGlobalAccelerationInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyGlobalAccelerationInstanceSpec.json",
2025-08-20T19:15:58.8160140Z [00:02:03.521]➜  		"en-US/vpc/ModifyHaVipAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyHaVipAttribute.json",
2025-08-20T19:15:58.8161301Z [00:02:03.521]➜  		"en-US/vpc/ModifyIPv6TranslatorAclAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorAclAttribute.json",
2025-08-20T19:15:58.8162742Z [00:02:03.521]➜  		"en-US/vpc/ModifyIPv6TranslatorAclListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorAclListEntry.json",
2025-08-20T19:15:58.8163896Z [00:02:03.521]➜  		"en-US/vpc/ModifyIPv6TranslatorAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorAttribute.json",
2025-08-20T19:15:58.8165020Z [00:02:03.521]➜  		"en-US/vpc/ModifyIPv6TranslatorBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorBandwidth.json",
2025-08-20T19:15:58.8166071Z [00:02:03.521]➜  		"en-US/vpc/ModifyIPv6TranslatorEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorEntry.json",
2025-08-20T19:15:58.8167121Z [00:02:03.521]➜  		"en-US/vpc/ModifyIpv6AddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIpv6AddressAttribute.json",
2025-08-20T19:15:58.8168191Z [00:02:03.521]➜  		"en-US/vpc/ModifyIpv6GatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIpv6GatewayAttribute.json",
2025-08-20T19:15:58.8169350Z [00:02:03.521]➜  		"en-US/vpc/ModifyIpv6InternetBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIpv6InternetBandwidth.json",
2025-08-20T19:15:58.8170356Z [00:02:03.521]➜  		"en-US/vpc/ModifyNatGatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNatGatewayAttribute.json",
2025-08-20T19:15:58.8171280Z [00:02:03.521]➜  		"en-US/vpc/ModifyNatGatewaySpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNatGatewaySpec.json",
2025-08-20T19:15:58.8172183Z [00:02:03.521]➜  		"en-US/vpc/ModifyNatIpAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNatIpAttribute.json",
2025-08-20T19:15:58.8173395Z [00:02:03.521]➜  		"en-US/vpc/ModifyNatIpCidrAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNatIpCidrAttribute.json",
2025-08-20T19:15:58.8174480Z [00:02:03.521]➜  		"en-US/vpc/ModifyNetworkAclAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNetworkAclAttributes.json",
2025-08-20T19:15:58.8175683Z [00:02:03.521]➜  		"en-US/vpc/ModifyPhysicalConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyPhysicalConnectionAttribute.json",
2025-08-20T19:15:58.8176542Z [00:02:03.521]➜  		"en-US/vpc/ModifyRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyRouteEntry.json",
2025-08-20T19:15:58.8177572Z [00:02:03.521]➜  		"en-US/vpc/ModifyRouteTableAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyRouteTableAttributes.json",
2025-08-20T19:15:58.8178768Z [00:02:03.521]➜  		"en-US/vpc/ModifyRouterInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyRouterInterfaceAttribute.json",
2025-08-20T19:15:58.8179861Z [00:02:03.521]➜  		"en-US/vpc/ModifyRouterInterfaceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyRouterInterfaceSpec.json",
2025-08-20T19:15:58.8180752Z [00:02:03.521]➜  		"en-US/vpc/ModifySnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifySnatEntry.json",
2025-08-20T19:15:58.8181712Z [00:02:03.521]➜  		"en-US/vpc/ModifySslVpnClientCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifySslVpnClientCert.json",
2025-08-20T19:15:58.8182791Z [00:02:03.521]➜  		"en-US/vpc/ModifySslVpnServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifySslVpnServer.json",
2025-08-20T19:15:58.8183732Z [00:02:03.521]➜  		"en-US/vpc/ModifyTunnelAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyTunnelAttribute.json",
2025-08-20T19:15:58.8184679Z [00:02:03.521]➜  		"en-US/vpc/ModifyVRouterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVRouterAttribute.json",
2025-08-20T19:15:58.8185706Z [00:02:03.521]➜  		"en-US/vpc/ModifyVSwitchAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVSwitchAttribute.json",
2025-08-20T19:15:58.8186964Z [00:02:03.521]➜  		"en-US/vpc/ModifyVSwitchCidrReservationAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVSwitchCidrReservationAttribute.json",
2025-08-20T19:15:58.8187967Z [00:02:03.521]➜  		"en-US/vpc/ModifyVcoRouteEntryWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVcoRouteEntryWeight.json",
2025-08-20T19:15:58.8189141Z [00:02:03.521]➜  		"en-US/vpc/ModifyVirtualBorderRouterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVirtualBorderRouterAttribute.json",
2025-08-20T19:15:58.8190016Z [00:02:03.521]➜  		"en-US/vpc/ModifyVpcAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpcAttribute.json",
2025-08-20T19:15:58.8190923Z [00:02:03.521]➜  		"en-US/vpc/ModifyVpcPrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpcPrefixList.json",
2025-08-20T19:15:58.8192069Z [00:02:03.521]➜  		"en-US/vpc/ModifyVpnAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnAttachmentAttribute.json",
2025-08-20T19:15:58.8193370Z [00:02:03.521]➜  		"en-US/vpc/ModifyVpnConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnConnectionAttribute.json",
2025-08-20T19:15:58.8194377Z [00:02:03.521]➜  		"en-US/vpc/ModifyVpnGatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnGatewayAttribute.json",
2025-08-20T19:15:58.8195526Z [00:02:03.521]➜  		"en-US/vpc/ModifyVpnPbrRouteEntryAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnPbrRouteEntryAttribute.json",
2025-08-20T19:15:58.8196661Z [00:02:03.521]➜  		"en-US/vpc/ModifyVpnPbrRouteEntryPriority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnPbrRouteEntryPriority.json",
2025-08-20T19:15:58.8197683Z [00:02:03.521]➜  		"en-US/vpc/ModifyVpnPbrRouteEntryWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnPbrRouteEntryWeight.json",
2025-08-20T19:15:58.8198857Z [00:02:03.521]➜  		"en-US/vpc/ModifyVpnRouteEntryWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnRouteEntryWeight.json",
2025-08-20T19:15:58.8199923Z [00:02:03.521]➜  		"en-US/vpc/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/MoveResourceGroup.json",
2025-08-20T19:15:58.8200875Z [00:02:03.521]➜  		"en-US/vpc/MoveVpnResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/MoveVpnResourceGroup.json",
2025-08-20T19:15:58.8201897Z [00:02:03.521]➜  		"en-US/vpc/OpenFlowLogService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/OpenFlowLogService.json",
2025-08-20T19:15:58.8203415Z [00:02:03.521]➜  		"en-US/vpc/OpenPhysicalConnectionService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/OpenPhysicalConnectionService.json",
2025-08-20T19:15:58.8204582Z [00:02:03.521]➜  		"en-US/vpc/OpenTrafficMirrorService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/OpenTrafficMirrorService.json",
2025-08-20T19:15:58.8205569Z [00:02:03.521]➜  		"en-US/vpc/PublishVpnRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/PublishVpnRouteEntry.json",
2025-08-20T19:15:58.8206758Z [00:02:03.521]➜  		"en-US/vpc/RecoverPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RecoverPhysicalConnection.json",
2025-08-20T19:15:58.8207838Z [00:02:03.521]➜  		"en-US/vpc/RecoverVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RecoverVirtualBorderRouter.json",
2025-08-20T19:15:58.8208710Z [00:02:03.521]➜  		"en-US/vpc/ReleaseEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ReleaseEipAddress.json",
2025-08-20T19:15:58.8209934Z [00:02:03.521]➜  		"en-US/vpc/ReleaseEipSegmentAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ReleaseEipSegmentAddress.json",
2025-08-20T19:15:58.8210894Z [00:02:03.521]➜  		"en-US/vpc/ReleaseIpv6Address.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ReleaseIpv6Address.json",
2025-08-20T19:15:58.8212042Z [00:02:03.521]➜  		"en-US/vpc/RemoveCommonBandwidthPackageIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RemoveCommonBandwidthPackageIp.json",
2025-08-20T19:15:58.8213416Z [00:02:03.521]➜  		"en-US/vpc/RemoveGlobalAccelerationInstanceIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RemoveGlobalAccelerationInstanceIp.json",
2025-08-20T19:15:58.8214596Z [00:02:03.521]➜  		"en-US/vpc/RemoveIPv6TranslatorAclListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RemoveIPv6TranslatorAclListEntry.json",
2025-08-20T19:15:58.8215878Z [00:02:03.521]➜  		"en-US/vpc/RemoveSourcesFromTrafficMirrorSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RemoveSourcesFromTrafficMirrorSession.json",
2025-08-20T19:15:58.8217056Z [00:02:03.521]➜  		"en-US/vpc/ReplaceVpcDhcpOptionsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ReplaceVpcDhcpOptionsSet.json",
2025-08-20T19:15:58.8218190Z [00:02:03.521]➜  		"en-US/vpc/RetryVpcPrefixListAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RetryVpcPrefixListAssociation.json",
2025-08-20T19:15:58.8219140Z [00:02:03.521]➜  		"en-US/vpc/RevokeInstanceFromCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RevokeInstanceFromCen.json",
2025-08-20T19:15:58.8220105Z [00:02:03.521]➜  		"en-US/vpc/RevokeInstanceFromVbr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RevokeInstanceFromVbr.json",
2025-08-20T19:15:58.8221287Z [00:02:03.521]➜  		"en-US/vpc/SecondApplyPhysicalConnectionLOA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/SecondApplyPhysicalConnectionLOA.json",
2025-08-20T19:15:58.8222653Z [00:02:03.521]➜  		"en-US/vpc/SetHighDefinitionMonitorLogStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/SetHighDefinitionMonitorLogStatus.json",
2025-08-20T19:15:58.8223595Z [00:02:03.521]➜  		"en-US/vpc/StartFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/StartFailoverTestJob.json",
2025-08-20T19:15:58.8224528Z [00:02:03.521]➜  		"en-US/vpc/StopFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/StopFailoverTestJob.json",
2025-08-20T19:15:58.8225341Z [00:02:03.521]➜  		"en-US/vpc/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/TagResources.json",
2025-08-20T19:15:58.8226454Z [00:02:03.521]➜  		"en-US/vpc/TagResourcesForExpressConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/TagResourcesForExpressConnect.json",
2025-08-20T19:15:58.8227673Z [00:02:03.521]➜  		"en-US/vpc/TerminatePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/TerminatePhysicalConnection.json",
2025-08-20T19:15:58.8228880Z [00:02:03.521]➜  		"en-US/vpc/TerminateVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/TerminateVirtualBorderRouter.json",
2025-08-20T19:15:58.8229721Z [00:02:03.521]➜  		"en-US/vpc/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnTagResources.json",
2025-08-20T19:15:58.8230707Z [00:02:03.521]➜  		"en-US/vpc/UnassociateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateEipAddress.json",
2025-08-20T19:15:58.8232027Z [00:02:03.521]➜  		"en-US/vpc/UnassociateGlobalAccelerationInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateGlobalAccelerationInstance.json",
2025-08-20T19:15:58.8233047Z [00:02:03.521]➜  		"en-US/vpc/UnassociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateHaVip.json",
2025-08-20T19:15:58.8234026Z [00:02:03.521]➜  		"en-US/vpc/UnassociateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateNetworkAcl.json",
2025-08-20T19:15:58.8235335Z [00:02:03.521]➜  		"en-US/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json",
2025-08-20T19:15:58.8236164Z [00:02:03.521]➜  		"en-US/vpc/UnassociateRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateRouteTable.json",
2025-08-20T19:15:58.8237079Z [00:02:03.521]➜  		"en-US/vpc/UnassociateVpcCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateVpcCidrBlock.json",
2025-08-20T19:15:58.8238169Z [00:02:03.521]➜  		"en-US/vpc/UntagResourcesForExpressConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UntagResourcesForExpressConnect.json",
2025-08-20T19:15:58.8239233Z [00:02:03.521]➜  		"en-US/vpc/UpdateDhcpOptionsSetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateDhcpOptionsSetAttribute.json",
2025-08-20T19:15:58.8240323Z [00:02:03.521]➜  		"en-US/vpc/UpdateFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateFailoverTestJob.json",
2025-08-20T19:15:58.8241505Z [00:02:03.521]➜  		"en-US/vpc/UpdateGatewayRouteTableEntryAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateGatewayRouteTableEntryAttribute.json",
2025-08-20T19:15:58.8242355Z [00:02:03.521]➜  		"en-US/vpc/UpdateIpsecServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateIpsecServer.json",
2025-08-20T19:15:58.8243777Z [00:02:03.521]➜  		"en-US/vpc/UpdateIpv4GatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateIpv4GatewayAttribute.json",
2025-08-20T19:15:58.8244841Z [00:02:03.521]➜  		"en-US/vpc/UpdateNatGatewayNatType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateNatGatewayNatType.json",
2025-08-20T19:15:58.8245902Z [00:02:03.521]➜  		"en-US/vpc/UpdateNetworkAclEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateNetworkAclEntries.json",
2025-08-20T19:15:58.8247158Z [00:02:03.521]➜  		"en-US/vpc/UpdatePublicIpAddressPoolAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdatePublicIpAddressPoolAttribute.json",
2025-08-20T19:15:58.8248311Z [00:02:03.521]➜  		"en-US/vpc/UpdateTrafficMirrorFilterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateTrafficMirrorFilterAttribute.json",
2025-08-20T19:15:58.8249500Z [00:02:03.521]➜  		"en-US/vpc/UpdateTrafficMirrorFilterRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateTrafficMirrorFilterRuleAttribute.json",
2025-08-20T19:15:58.8250748Z [00:02:03.521]➜  		"en-US/vpc/UpdateTrafficMirrorSessionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateTrafficMirrorSessionAttribute.json",
2025-08-20T19:15:58.8252001Z [00:02:03.521]➜  		"en-US/vpc/UpdateVirtualBorderBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateVirtualBorderBandwidth.json",
2025-08-20T19:15:58.8253397Z [00:02:03.521]➜  		"en-US/vpc/UpdateVirtualPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateVirtualPhysicalConnection.json",
2025-08-20T19:15:58.8254607Z [00:02:03.522]➜  		"en-US/vpc/UpdateVpcGatewayEndpointAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateVpcGatewayEndpointAttribute.json",
2025-08-20T19:15:58.8256073Z [00:02:03.522]➜  		"en-US/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json",
2025-08-20T19:15:58.8256803Z [00:02:03.522]➜  		"en-US/vpc/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/version.json",
2025-08-20T19:15:58.8257909Z [00:02:03.522]➜  		"en-US/vpcpeer/AcceptVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/AcceptVpcPeerConnection.json",
2025-08-20T19:15:58.8259157Z [00:02:03.522]➜  		"en-US/vpcpeer/CreateVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/CreateVpcPeerConnection.json",
2025-08-20T19:15:58.8260260Z [00:02:03.522]➜  		"en-US/vpcpeer/DeleteVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/DeleteVpcPeerConnection.json",
2025-08-20T19:15:58.8261448Z [00:02:03.522]➜  		"en-US/vpcpeer/GetVpcPeerConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/GetVpcPeerConnectionAttribute.json",
2025-08-20T19:15:58.8262331Z [00:02:03.522]➜  		"en-US/vpcpeer/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/ListTagResources.json",
2025-08-20T19:15:58.8263625Z [00:02:03.522]➜  		"en-US/vpcpeer/ListVpcPeerConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/ListVpcPeerConnections.json",
2025-08-20T19:15:58.8264715Z [00:02:03.522]➜  		"en-US/vpcpeer/ModifyVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/ModifyVpcPeerConnection.json",
2025-08-20T19:15:58.8265805Z [00:02:03.522]➜  		"en-US/vpcpeer/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/MoveResourceGroup.json",
2025-08-20T19:15:58.8266885Z [00:02:03.522]➜  		"en-US/vpcpeer/RejectVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/RejectVpcPeerConnection.json",
2025-08-20T19:15:58.8267728Z [00:02:03.522]➜  		"en-US/vpcpeer/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/TagResources.json",
2025-08-20T19:15:58.8268636Z [00:02:03.522]➜  		"en-US/vpcpeer/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/UnTagResources.json",
2025-08-20T19:15:58.8269399Z [00:02:03.522]➜  		"en-US/vpcpeer/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/version.json",
2025-08-20T19:15:58.8270410Z [00:02:03.522]➜  		"en-US/waf-openapi/CreateCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/CreateCertificate.json",
2025-08-20T19:15:58.8271691Z [00:02:03.522]➜  		"en-US/waf-openapi/CreateCertificateByCertificateId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/CreateCertificateByCertificateId.json",
2025-08-20T19:15:58.8272760Z [00:02:03.522]➜  		"en-US/waf-openapi/CreateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/CreateDomain.json",
2025-08-20T19:15:58.8273950Z [00:02:03.522]➜  		"en-US/waf-openapi/CreateProtectionModuleRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/CreateProtectionModuleRule.json",
2025-08-20T19:15:58.8275012Z [00:02:03.522]➜  		"en-US/waf-openapi/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DeleteDomain.json",
2025-08-20T19:15:58.8276065Z [00:02:03.522]➜  		"en-US/waf-openapi/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DeleteInstance.json",
2025-08-20T19:15:58.8277262Z [00:02:03.522]➜  		"en-US/waf-openapi/DeleteProtectionModuleRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DeleteProtectionModuleRule.json",
2025-08-20T19:15:58.8278383Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeCertMatchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeCertMatchStatus.json",
2025-08-20T19:15:58.8279464Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeCertificates.json",
2025-08-20T19:15:58.8280395Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomain.json",
2025-08-20T19:15:58.8281624Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeDomainAdvanceConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainAdvanceConfigs.json",
2025-08-20T19:15:58.8283133Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeDomainBasicConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainBasicConfigs.json",
2025-08-20T19:15:58.8284196Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainList.json",
2025-08-20T19:15:58.8285247Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeDomainNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainNames.json",
2025-08-20T19:15:58.8286352Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeDomainRuleGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainRuleGroup.json",
2025-08-20T19:15:58.8287424Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeInstanceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeInstanceInfo.json",
2025-08-20T19:15:58.8288680Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeInstanceSpecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeInstanceSpecInfo.json",
2025-08-20T19:15:58.8289774Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeLogServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeLogServiceStatus.json",
2025-08-20T19:15:58.8291112Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeProtectionModuleCodeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeProtectionModuleCodeConfig.json",
2025-08-20T19:15:58.8292345Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeProtectionModuleMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeProtectionModuleMode.json",
2025-08-20T19:15:58.8293799Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeProtectionModuleRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeProtectionModuleRules.json",
2025-08-20T19:15:58.8295047Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeProtectionModuleStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeProtectionModuleStatus.json",
2025-08-20T19:15:58.8296181Z [00:02:03.522]➜  		"en-US/waf-openapi/DescribeWafSourceIpSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeWafSourceIpSegment.json",
2025-08-20T19:15:58.8297101Z [00:02:03.522]➜  		"en-US/waf-openapi/ModifyDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyDomain.json",
2025-08-20T19:15:58.8298179Z [00:02:03.522]➜  		"en-US/waf-openapi/ModifyDomainIpv6Status.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyDomainIpv6Status.json",
2025-08-20T19:15:58.8299449Z [00:02:03.522]➜  		"en-US/waf-openapi/ModifyLogRetrievalStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyLogRetrievalStatus.json",
2025-08-20T19:15:58.8300634Z [00:02:03.522]➜  		"en-US/waf-openapi/ModifyLogServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyLogServiceStatus.json",
2025-08-20T19:15:58.8301804Z [00:02:03.522]➜  		"en-US/waf-openapi/ModifyProtectionModuleMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionModuleMode.json",
2025-08-20T19:15:58.8303153Z [00:02:03.522]➜  		"en-US/waf-openapi/ModifyProtectionModuleRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionModuleRule.json",
2025-08-20T19:15:58.8304257Z [00:02:03.522]➜  		"en-US/waf-openapi/ModifyProtectionModuleStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionModuleStatus.json",
2025-08-20T19:15:58.8305458Z [00:02:03.522]➜  		"en-US/waf-openapi/ModifyProtectionRuleCacheStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionRuleCacheStatus.json",
2025-08-20T19:15:58.8306810Z [00:02:03.522]➜  		"en-US/waf-openapi/ModifyProtectionRuleStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionRuleStatus.json",
2025-08-20T19:15:58.8307806Z [00:02:03.522]➜  		"en-US/waf-openapi/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/MoveResourceGroup.json",
2025-08-20T19:15:58.8308773Z [00:02:03.522]➜  		"en-US/waf-openapi/SetDomainRuleGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/SetDomainRuleGroup.json",
2025-08-20T19:15:58.8309627Z [00:02:03.522]➜  		"en-US/waf-openapi/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/version.json",
2025-08-20T19:15:58.8310802Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/AcceptApproveCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AcceptApproveCommand.json",
2025-08-20T19:15:58.8311992Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/AcceptOperationTicket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AcceptOperationTicket.json",
2025-08-20T19:15:58.8313319Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/AddHostsToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AddHostsToGroup.json",
2025-08-20T19:15:58.8314465Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/AddUsersToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AddUsersToGroup.json",
2025-08-20T19:15:58.8315909Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/AttachHostAccountsToHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostAccountsToHostShareKey.json",
2025-08-20T19:15:58.8317165Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/AttachHostAccountsToUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostAccountsToUser.json",
2025-08-20T19:15:58.8318589Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/AttachHostAccountsToUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostAccountsToUserGroup.json",
2025-08-20T19:15:58.8319897Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/AttachHostGroupAccountsToUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostGroupAccountsToUser.json",
2025-08-20T19:15:58.8321310Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json",
2025-08-20T19:15:58.8322908Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ConfigInstanceSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ConfigInstanceSecurityGroups.json",
2025-08-20T19:15:58.8324280Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ConfigInstanceWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ConfigInstanceWhiteList.json",
2025-08-20T19:15:58.8325287Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/CreateHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateHost.json",
2025-08-20T19:15:58.8326413Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/CreateHostAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateHostAccount.json",
2025-08-20T19:15:58.8327498Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/CreateHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateHostGroup.json",
2025-08-20T19:15:58.8328658Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/CreateHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateHostShareKey.json",
2025-08-20T19:15:58.8329663Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateUser.json",
2025-08-20T19:15:58.8330866Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/CreateUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateUserGroup.json",
2025-08-20T19:15:58.8332000Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/CreateUserPublicKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateUserPublicKey.json",
2025-08-20T19:15:58.8333150Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DeleteHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteHost.json",
2025-08-20T19:15:58.8334245Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DeleteHostAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteHostAccount.json",
2025-08-20T19:15:58.8335350Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DeleteHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteHostGroup.json",
2025-08-20T19:15:58.8336481Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DeleteHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteHostShareKey.json",
2025-08-20T19:15:58.8337617Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteUser.json",
2025-08-20T19:15:58.8338669Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DeleteUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteUserGroup.json",
2025-08-20T19:15:58.8339796Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DeleteUserPublicKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteUserPublicKey.json",
2025-08-20T19:15:58.8341038Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DescribeInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DescribeInstanceAttribute.json",
2025-08-20T19:15:58.8342203Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DescribeInstances.json",
2025-08-20T19:15:58.8343554Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DescribeRegions.json",
2025-08-20T19:15:58.8344971Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json",
2025-08-20T19:15:58.8346227Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DetachHostAccountsFromUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostAccountsFromUser.json",
2025-08-20T19:15:58.8347658Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DetachHostAccountsFromUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostAccountsFromUserGroup.json",
2025-08-20T19:15:58.8349019Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DetachHostGroupAccountsFromUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostGroupAccountsFromUser.json",
2025-08-20T19:15:58.8350485Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json",
2025-08-20T19:15:58.8351747Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/DisableInstancePublicAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DisableInstancePublicAccess.json",
2025-08-20T19:15:58.8353153Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/EnableInstancePublicAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/EnableInstancePublicAccess.json",
2025-08-20T19:15:58.8354130Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/GetHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetHost.json",
2025-08-20T19:15:58.8355401Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/GetHostAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetHostAccount.json",
2025-08-20T19:15:58.8356553Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/GetHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetHostGroup.json",
2025-08-20T19:15:58.8357647Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/GetHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetHostShareKey.json",
2025-08-20T19:15:58.8358883Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/GetInstanceADAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetInstanceADAuthServer.json",
2025-08-20T19:15:58.8360222Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/GetInstanceLDAPAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetInstanceLDAPAuthServer.json",
2025-08-20T19:15:58.8361448Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/GetInstanceTwoFactor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetInstanceTwoFactor.json",
2025-08-20T19:15:58.8362815Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetUser.json",
2025-08-20T19:15:58.8363883Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/GetUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetUserGroup.json",
2025-08-20T19:15:58.8365078Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListApproveCommands.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListApproveCommands.json",
2025-08-20T19:15:58.8366244Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListHostAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostAccounts.json",
2025-08-20T19:15:58.8367820Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListHostAccountsForHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostAccountsForHostShareKey.json",
2025-08-20T19:15:58.8369102Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListHostAccountsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostAccountsForUser.json",
2025-08-20T19:15:58.8370457Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListHostAccountsForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostAccountsForUserGroup.json",
2025-08-20T19:15:58.8371914Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListHostGroupAccountNamesForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroupAccountNamesForUser.json",
2025-08-20T19:15:58.8373869Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json",
2025-08-20T19:15:58.8375026Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListHostGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroups.json",
2025-08-20T19:15:58.8376276Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListHostGroupsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroupsForUser.json",
2025-08-20T19:15:58.8377612Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListHostGroupsForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroupsForUserGroup.json",
2025-08-20T19:15:58.8378753Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListHostShareKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostShareKeys.json",
2025-08-20T19:15:58.8379788Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHosts.json",
2025-08-20T19:15:58.8381070Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListHostsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostsForUser.json",
2025-08-20T19:15:58.8382354Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListHostsForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostsForUserGroup.json",
2025-08-20T19:15:58.8383817Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListOperationTickets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListOperationTickets.json",
2025-08-20T19:15:58.8384884Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListTagKeys.json",
2025-08-20T19:15:58.8385994Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListTagResources.json",
2025-08-20T19:15:58.8387048Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListUserGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListUserGroups.json",
2025-08-20T19:15:58.8388261Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListUserPublicKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListUserPublicKeys.json",
2025-08-20T19:15:58.8389205Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListUsers.json",
2025-08-20T19:15:58.8390148Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/LockUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/LockUsers.json",
2025-08-20T19:15:58.8391108Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ModifyHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHost.json",
2025-08-20T19:15:58.8392190Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ModifyHostAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostAccount.json",
2025-08-20T19:15:58.8393594Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ModifyHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostGroup.json",
2025-08-20T19:15:58.8394787Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ModifyHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostShareKey.json",
2025-08-20T19:15:58.8396165Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ModifyHostsActiveAddressType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostsActiveAddressType.json",
2025-08-20T19:15:58.8397317Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ModifyHostsPort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostsPort.json",
2025-08-20T19:15:58.8398815Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ModifyInstanceADAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyInstanceADAuthServer.json",
2025-08-20T19:15:58.8400126Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyInstanceAttribute.json",
2025-08-20T19:15:58.8401465Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json",
2025-08-20T19:15:58.8402944Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ModifyInstanceTwoFactor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyInstanceTwoFactor.json",
2025-08-20T19:15:58.8404010Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ModifyUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyUser.json",
2025-08-20T19:15:58.8405103Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ModifyUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyUserGroup.json",
2025-08-20T19:15:58.8406444Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/MoveResourceGroup.json",
2025-08-20T19:15:58.8407662Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/RejectApproveCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/RejectApproveCommand.json",
2025-08-20T19:15:58.8408879Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/RejectOperationTicket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/RejectOperationTicket.json",
2025-08-20T19:15:58.8410039Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/RemoveHostsFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/RemoveHostsFromGroup.json",
2025-08-20T19:15:58.8411212Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/RemoveUsersFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/RemoveUsersFromGroup.json",
2025-08-20T19:15:58.8412810Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/ResetHostAccountCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ResetHostAccountCredential.json",
2025-08-20T19:15:58.8413862Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/StartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/StartInstance.json",
2025-08-20T19:15:58.8414928Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/TagResources.json",
2025-08-20T19:15:58.8415955Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/UnlockUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/UnlockUsers.json",
2025-08-20T19:15:58.8416979Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/UntagResources.json",
2025-08-20T19:15:58.8418072Z [00:02:03.522]➜  		"en-US/yundun-bastionhost/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/version.json",
2025-08-20T19:15:58.8419343Z [00:02:03.522]➜  		"metadatas/actiontrail/CreateAdvancedQueryHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/CreateAdvancedQueryHistory.json",
2025-08-20T19:15:58.8420641Z [00:02:03.522]➜  		"metadatas/actiontrail/CreateAdvancedQueryTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/CreateAdvancedQueryTemplate.json",
2025-08-20T19:15:58.8421891Z [00:02:03.522]➜  		"metadatas/actiontrail/CreateDeliveryHistoryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/CreateDeliveryHistoryJob.json",
2025-08-20T19:15:58.8423269Z [00:02:03.522]➜  		"metadatas/actiontrail/CreateTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/CreateTrail.json",
2025-08-20T19:15:58.8424622Z [00:02:03.522]➜  		"metadatas/actiontrail/DeleteAdvancedQueryHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DeleteAdvancedQueryHistory.json",
2025-08-20T19:15:58.8425953Z [00:02:03.522]➜  		"metadatas/actiontrail/DeleteAdvancedQueryTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DeleteAdvancedQueryTemplate.json",
2025-08-20T19:15:58.8427237Z [00:02:03.522]➜  		"metadatas/actiontrail/DeleteDeliveryHistoryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DeleteDeliveryHistoryJob.json",
2025-08-20T19:15:58.8428230Z [00:02:03.522]➜  		"metadatas/actiontrail/DeleteTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DeleteTrail.json",
2025-08-20T19:15:58.8429575Z [00:02:03.523]➜  		"metadatas/actiontrail/DescribeAdvancedQueryHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeAdvancedQueryHistory.json",
2025-08-20T19:15:58.8431322Z [00:02:03.523]➜  		"metadatas/actiontrail/DescribeAdvancedQueryTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeAdvancedQueryTemplate.json",
2025-08-20T19:15:58.8432579Z [00:02:03.523]➜  		"metadatas/actiontrail/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeRegions.json",
2025-08-20T19:15:58.8434149Z [00:02:03.523]➜  		"metadatas/actiontrail/DescribeResourceLifeCycleEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeResourceLifeCycleEvents.json",
2025-08-20T19:15:58.8435466Z [00:02:03.523]➜  		"metadatas/actiontrail/DescribeScenes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeScenes.json",
2025-08-20T19:15:58.8437086Z [00:02:03.523]➜  		"metadatas/actiontrail/DescribeSearchTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeSearchTemplates.json",
2025-08-20T19:15:58.8438628Z [00:02:03.523]➜  		"metadatas/actiontrail/DescribeTrails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeTrails.json",
2025-08-20T19:15:58.8440203Z [00:02:03.523]➜  		"metadatas/actiontrail/DescribeUserAlertCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeUserAlertCount.json",
2025-08-20T19:15:58.8441701Z [00:02:03.523]➜  		"metadatas/actiontrail/DescribeUserLogCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeUserLogCount.json",
2025-08-20T19:15:58.8443183Z [00:02:03.523]➜  		"metadatas/actiontrail/EnableInsight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/EnableInsight.json",
2025-08-20T19:15:58.8445189Z [00:02:03.523]➜  		"metadatas/actiontrail/GetAccessKeyLastUsedEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedEvents.json",
2025-08-20T19:15:58.8446896Z [00:02:03.523]➜  		"metadatas/actiontrail/GetAccessKeyLastUsedInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedInfo.json",
2025-08-20T19:15:58.8448214Z [00:02:03.523]➜  		"metadatas/actiontrail/GetAccessKeyLastUsedIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedIps.json",
2025-08-20T19:15:58.8449579Z [00:02:03.523]➜  		"metadatas/actiontrail/GetAccessKeyLastUsedProducts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedProducts.json",
2025-08-20T19:15:58.8450921Z [00:02:03.523]➜  		"metadatas/actiontrail/GetAccessKeyLastUsedResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedResources.json",
2025-08-20T19:15:58.8452167Z [00:02:03.523]➜  		"metadatas/actiontrail/GetAdvancedQueryTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAdvancedQueryTemplate.json",
2025-08-20T19:15:58.8453534Z [00:02:03.523]➜  		"metadatas/actiontrail/GetDeliveryHistoryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetDeliveryHistoryJob.json",
2025-08-20T19:15:58.8454883Z [00:02:03.523]➜  		"metadatas/actiontrail/GetGlobalEventsStorageRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetGlobalEventsStorageRegion.json",
2025-08-20T19:15:58.8456018Z [00:02:03.523]➜  		"metadatas/actiontrail/GetGovernanceMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetGovernanceMetrics.json",
2025-08-20T19:15:58.8457049Z [00:02:03.523]➜  		"metadatas/actiontrail/GetTrailStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetTrailStatus.json",
2025-08-20T19:15:58.8458240Z [00:02:03.523]➜  		"metadatas/actiontrail/ListDataEventServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/ListDataEventServices.json",
2025-08-20T19:15:58.8459644Z [00:02:03.523]➜  		"metadatas/actiontrail/ListDeliveryHistoryJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/ListDeliveryHistoryJobs.json",
2025-08-20T19:15:58.8460785Z [00:02:03.523]➜  		"metadatas/actiontrail/LookupEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/LookupEvents.json",
2025-08-20T19:15:58.8461835Z [00:02:03.523]➜  		"metadatas/actiontrail/StartLogging.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/StartLogging.json",
2025-08-20T19:15:58.8463077Z [00:02:03.523]➜  		"metadatas/actiontrail/StopLogging.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/StopLogging.json",
2025-08-20T19:15:58.8464401Z [00:02:03.523]➜  		"metadatas/actiontrail/UpdateAdvancedQueryTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/UpdateAdvancedQueryTemplate.json",
2025-08-20T19:15:58.8465867Z [00:02:03.523]➜  		"metadatas/actiontrail/UpdateGlobalEventsStorageRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/UpdateGlobalEventsStorageRegion.json",
2025-08-20T19:15:58.8466942Z [00:02:03.523]➜  		"metadatas/actiontrail/UpdateTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/UpdateTrail.json",
2025-08-20T19:15:58.8468217Z [00:02:03.523]➜  		"metadatas/adb/AllocateClusterPublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/AllocateClusterPublicConnection.json",
2025-08-20T19:15:58.8469197Z [00:02:03.523]➜  		"metadatas/adb/ApplyAdviceById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ApplyAdviceById.json",
2025-08-20T19:15:58.8470174Z [00:02:03.523]➜  		"metadatas/adb/AttachUserENI.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/AttachUserENI.json",
2025-08-20T19:15:58.8471520Z [00:02:03.523]➜  		"metadatas/adb/BatchApplyAdviceByIdList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/BatchApplyAdviceByIdList.json",
2025-08-20T19:15:58.8473187Z [00:02:03.523]➜  		"metadatas/adb/BindDBResourceGroupWithUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/BindDBResourceGroupWithUser.json",
2025-08-20T19:15:58.8474344Z [00:02:03.523]➜  		"metadatas/adb/BindDBResourcePoolWithUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/BindDBResourcePoolWithUser.json",
2025-08-20T19:15:58.8475508Z [00:02:03.523]➜  		"metadatas/adb/CancelActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CancelActiveOperationTasks.json",
2025-08-20T19:15:58.8476628Z [00:02:03.523]➜  		"metadatas/adb/CheckServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CheckServiceLinkedRole.json",
2025-08-20T19:15:58.8477560Z [00:02:03.523]➜  		"metadatas/adb/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateAccount.json",
2025-08-20T19:15:58.8478530Z [00:02:03.523]➜  		"metadatas/adb/CreateDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateDBCluster.json",
2025-08-20T19:15:58.8479615Z [00:02:03.523]➜  		"metadatas/adb/CreateDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateDBResourceGroup.json",
2025-08-20T19:15:58.8480675Z [00:02:03.523]➜  		"metadatas/adb/CreateDBResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateDBResourcePool.json",
2025-08-20T19:15:58.8481680Z [00:02:03.523]➜  		"metadatas/adb/CreateElasticPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateElasticPlan.json",
2025-08-20T19:15:58.8483081Z [00:02:03.523]➜  		"metadatas/adb/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateServiceLinkedRole.json",
2025-08-20T19:15:58.8484059Z [00:02:03.523]➜  		"metadatas/adb/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteAccount.json",
2025-08-20T19:15:58.8485111Z [00:02:03.523]➜  		"metadatas/adb/DeleteBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteBackups.json",
2025-08-20T19:15:58.8486169Z [00:02:03.523]➜  		"metadatas/adb/DeleteDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteDBCluster.json",
2025-08-20T19:15:58.8487236Z [00:02:03.523]➜  		"metadatas/adb/DeleteDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteDBResourceGroup.json",
2025-08-20T19:15:58.8488263Z [00:02:03.523]➜  		"metadatas/adb/DeleteDBResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteDBResourcePool.json",
2025-08-20T19:15:58.8489244Z [00:02:03.523]➜  		"metadatas/adb/DeleteElasticPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteElasticPlan.json",
2025-08-20T19:15:58.8490538Z [00:02:03.523]➜  		"metadatas/adb/DescribeAbnormalPatternDetection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAbnormalPatternDetection.json",
2025-08-20T19:15:58.8491608Z [00:02:03.523]➜  		"metadatas/adb/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAccounts.json",
2025-08-20T19:15:58.8493076Z [00:02:03.523]➜  		"metadatas/adb/DescribeActiveOperationMaintainConf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeActiveOperationMaintainConf.json",
2025-08-20T19:15:58.8494282Z [00:02:03.523]➜  		"metadatas/adb/DescribeActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeActiveOperationTasks.json",
2025-08-20T19:15:58.8495482Z [00:02:03.523]➜  		"metadatas/adb/DescribeAdviceServiceEnabled.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAdviceServiceEnabled.json",
2025-08-20T19:15:58.8496581Z [00:02:03.523]➜  		"metadatas/adb/DescribeAllAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAllAccounts.json",
2025-08-20T19:15:58.8497750Z [00:02:03.523]➜  		"metadatas/adb/DescribeAllDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAllDataSource.json",
2025-08-20T19:15:58.8498827Z [00:02:03.523]➜  		"metadatas/adb/DescribeAppliedAdvices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAppliedAdvices.json",
2025-08-20T19:15:58.8499951Z [00:02:03.523]➜  		"metadatas/adb/DescribeAuditLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAuditLogConfig.json",
2025-08-20T19:15:58.8501057Z [00:02:03.523]➜  		"metadatas/adb/DescribeAuditLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAuditLogRecords.json",
2025-08-20T19:15:58.8502212Z [00:02:03.523]➜  		"metadatas/adb/DescribeAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAutoRenewAttribute.json",
2025-08-20T19:15:58.8503527Z [00:02:03.523]➜  		"metadatas/adb/DescribeAvailableAdvices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAvailableAdvices.json",
2025-08-20T19:15:58.8504721Z [00:02:03.523]➜  		"metadatas/adb/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAvailableResource.json",
2025-08-20T19:15:58.8505774Z [00:02:03.523]➜  		"metadatas/adb/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeBackupPolicy.json",
2025-08-20T19:15:58.8506786Z [00:02:03.523]➜  		"metadatas/adb/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeBackups.json",
2025-08-20T19:15:58.8507871Z [00:02:03.523]➜  		"metadatas/adb/DescribeBadSqlDetection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeBadSqlDetection.json",
2025-08-20T19:15:58.8508813Z [00:02:03.523]➜  		"metadatas/adb/DescribeColumns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeColumns.json",
2025-08-20T19:15:58.8510129Z [00:02:03.523]➜  		"metadatas/adb/DescribeComputeResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeComputeResource.json",
2025-08-20T19:15:58.8511364Z [00:02:03.523]➜  		"metadatas/adb/DescribeConnectionCountRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeConnectionCountRecords.json",
2025-08-20T19:15:58.8512708Z [00:02:03.523]➜  		"metadatas/adb/DescribeControllerDetection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeControllerDetection.json",
2025-08-20T19:15:58.8513992Z [00:02:03.523]➜  		"metadatas/adb/DescribeDBClusterAccessWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterAccessWhiteList.json",
2025-08-20T19:15:58.8515161Z [00:02:03.523]➜  		"metadatas/adb/DescribeDBClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterAttribute.json",
2025-08-20T19:15:58.8516382Z [00:02:03.523]➜  		"metadatas/adb/DescribeDBClusterHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterHealthStatus.json",
2025-08-20T19:15:58.8517489Z [00:02:03.523]➜  		"metadatas/adb/DescribeDBClusterNetInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterNetInfo.json",
2025-08-20T19:15:58.8518648Z [00:02:03.523]➜  		"metadatas/adb/DescribeDBClusterPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterPerformance.json",
2025-08-20T19:15:58.8520068Z [00:02:03.523]➜  		"metadatas/adb/DescribeDBClusterResourcePoolPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterResourcePoolPerformance.json",
2025-08-20T19:15:58.8521172Z [00:02:03.523]➜  		"metadatas/adb/DescribeDBClusterSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterSSL.json",
2025-08-20T19:15:58.8522592Z [00:02:03.523]➜  		"metadatas/adb/DescribeDBClusterShardNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterShardNumber.json",
2025-08-20T19:15:58.8523823Z [00:02:03.523]➜  		"metadatas/adb/DescribeDBClusterSpaceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterSpaceSummary.json",
2025-08-20T19:15:58.8524908Z [00:02:03.523]➜  		"metadatas/adb/DescribeDBClusterStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterStatus.json",
2025-08-20T19:15:58.8525916Z [00:02:03.523]➜  		"metadatas/adb/DescribeDBClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusters.json",
2025-08-20T19:15:58.8526989Z [00:02:03.523]➜  		"metadatas/adb/DescribeDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBResourceGroup.json",
2025-08-20T19:15:58.8528104Z [00:02:03.523]➜  		"metadatas/adb/DescribeDBResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBResourcePool.json",
2025-08-20T19:15:58.8529313Z [00:02:03.523]➜  		"metadatas/adb/DescribeDiagnosisDimensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisDimensions.json",
2025-08-20T19:15:58.8530617Z [00:02:03.523]➜  		"metadatas/adb/DescribeDiagnosisMonitorPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisMonitorPerformance.json",
2025-08-20T19:15:58.8531691Z [00:02:03.523]➜  		"metadatas/adb/DescribeDiagnosisRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisRecords.json",
2025-08-20T19:15:58.8532930Z [00:02:03.523]➜  		"metadatas/adb/DescribeDiagnosisSQLInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisSQLInfo.json",
2025-08-20T19:15:58.8534055Z [00:02:03.523]➜  		"metadatas/adb/DescribeDiagnosisTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisTasks.json",
2025-08-20T19:15:58.8535454Z [00:02:03.523]➜  		"metadatas/adb/DescribeDownloadRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDownloadRecords.json",
2025-08-20T19:15:58.8536448Z [00:02:03.523]➜  		"metadatas/adb/DescribeEIURange.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeEIURange.json",
2025-08-20T19:15:58.8537583Z [00:02:03.523]➜  		"metadatas/adb/DescribeElasticDailyPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeElasticDailyPlan.json",
2025-08-20T19:15:58.8538599Z [00:02:03.523]➜  		"metadatas/adb/DescribeElasticPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeElasticPlan.json",
2025-08-20T19:15:58.8539818Z [00:02:03.523]➜  		"metadatas/adb/DescribeExcessivePrimaryKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeExcessivePrimaryKeys.json",
2025-08-20T19:15:58.8540991Z [00:02:03.523]➜  		"metadatas/adb/DescribeExecutorDetection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeExecutorDetection.json",
2025-08-20T19:15:58.8542159Z [00:02:03.523]➜  		"metadatas/adb/DescribeHistoryEventsStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeHistoryEventsStat.json",
2025-08-20T19:15:58.8543470Z [00:02:03.523]➜  		"metadatas/adb/DescribeInclinedNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeInclinedNodes.json",
2025-08-20T19:15:58.8544556Z [00:02:03.523]➜  		"metadatas/adb/DescribeInclinedTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeInclinedTables.json",
2025-08-20T19:15:58.8545585Z [00:02:03.523]➜  		"metadatas/adb/DescribeKernelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeKernelVersion.json",
2025-08-20T19:15:58.8546599Z [00:02:03.523]➜  		"metadatas/adb/DescribeKmsKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeKmsKeys.json",
2025-08-20T19:15:58.8547765Z [00:02:03.523]➜  		"metadatas/adb/DescribeLoadTasksRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeLoadTasksRecords.json",
2025-08-20T19:15:58.8548813Z [00:02:03.523]➜  		"metadatas/adb/DescribeLogHubAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeLogHubAttribute.json",
2025-08-20T19:15:58.8549809Z [00:02:03.523]➜  		"metadatas/adb/DescribeLogStoreKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeLogStoreKeys.json",
2025-08-20T19:15:58.8550856Z [00:02:03.523]➜  		"metadatas/adb/DescribeLoghubDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeLoghubDetail.json",
2025-08-20T19:15:58.8552031Z [00:02:03.523]➜  		"metadatas/adb/DescribeMaintenanceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeMaintenanceAction.json",
2025-08-20T19:15:58.8553387Z [00:02:03.523]➜  		"metadatas/adb/DescribeOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeOperatorPermission.json",
2025-08-20T19:15:58.8554777Z [00:02:03.523]➜  		"metadatas/adb/DescribeOversizeNonPartitionTableInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeOversizeNonPartitionTableInfos.json",
2025-08-20T19:15:58.8556080Z [00:02:03.523]➜  		"metadatas/adb/DescribePatternPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribePatternPerformance.json",
2025-08-20T19:15:58.8557222Z [00:02:03.523]➜  		"metadatas/adb/DescribeProcessList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeProcessList.json",
2025-08-20T19:15:58.8558505Z [00:02:03.523]➜  		"metadatas/adb/DescribeRdsAnalysisResourceQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeRdsAnalysisResourceQuotas.json",
2025-08-20T19:15:58.8559606Z [00:02:03.523]➜  		"metadatas/adb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeRegions.json",
2025-08-20T19:15:58.8560930Z [00:02:03.523]➜  		"metadatas/adb/DescribeRegionsMixed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeRegionsMixed.json",
2025-08-20T19:15:58.8562185Z [00:02:03.523]➜  		"metadatas/adb/DescribeResubmitConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeResubmitConfig.json",
2025-08-20T19:15:58.8563310Z [00:02:03.523]➜  		"metadatas/adb/DescribeSQAConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSQAConfig.json",
2025-08-20T19:15:58.8564334Z [00:02:03.523]➜  		"metadatas/adb/DescribeSQLPatterns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSQLPatterns.json",
2025-08-20T19:15:58.8565300Z [00:02:03.523]➜  		"metadatas/adb/DescribeSQLPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSQLPlan.json",
2025-08-20T19:15:58.8566319Z [00:02:03.523]➜  		"metadatas/adb/DescribeSQLPlanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSQLPlanTask.json",
2025-08-20T19:15:58.8567257Z [00:02:03.523]➜  		"metadatas/adb/DescribeSchemas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSchemas.json",
2025-08-20T19:15:58.8568316Z [00:02:03.523]➜  		"metadatas/adb/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSlowLogRecords.json",
2025-08-20T19:15:58.8569305Z [00:02:03.523]➜  		"metadatas/adb/DescribeSqlPattern.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSqlPattern.json",
2025-08-20T19:15:58.8570619Z [00:02:03.523]➜  		"metadatas/adb/DescribeSyncAvailableDBClusterList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSyncAvailableDBClusterList.json",
2025-08-20T19:15:58.8571950Z [00:02:03.523]➜  		"metadatas/adb/DescribeSyncJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSyncJobList.json",
2025-08-20T19:15:58.8573487Z [00:02:03.523]➜  		"metadatas/adb/DescribeTableAccessCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTableAccessCount.json",
2025-08-20T19:15:58.8574527Z [00:02:03.523]➜  		"metadatas/adb/DescribeTableDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTableDetail.json",
2025-08-20T19:15:58.8591306Z [00:02:03.523]➜  		"metadatas/adb/DescribeTablePartitionDiagnose.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTablePartitionDiagnose.json",
2025-08-20T19:15:58.8592621Z [00:02:03.523]➜  		"metadatas/adb/DescribeTableStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTableStatistics.json",
2025-08-20T19:15:58.8593606Z [00:02:03.523]➜  		"metadatas/adb/DescribeTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTables.json",
2025-08-20T19:15:58.8594767Z [00:02:03.523]➜  		"metadatas/adb/DescribeTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTaskInfo.json",
2025-08-20T19:15:58.8595782Z [00:02:03.523]➜  		"metadatas/adb/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeVSwitches.json",
2025-08-20T19:15:58.8596776Z [00:02:03.523]➜  		"metadatas/adb/DescribeVSwitchs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeVSwitchs.json",
2025-08-20T19:15:58.8597711Z [00:02:03.523]➜  		"metadatas/adb/DescribeVpcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeVpcs.json",
2025-08-20T19:15:58.8598835Z [00:02:03.523]➜  		"metadatas/adb/DescribeWorkerDetection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeWorkerDetection.json",
2025-08-20T19:15:58.8599795Z [00:02:03.523]➜  		"metadatas/adb/DetachUserENI.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DetachUserENI.json",
2025-08-20T19:15:58.8600878Z [00:02:03.523]➜  		"metadatas/adb/DisableAdviceService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DisableAdviceService.json",
2025-08-20T19:15:58.8602126Z [00:02:03.523]➜  		"metadatas/adb/DownloadDiagnosisRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DownloadDiagnosisRecords.json",
2025-08-20T19:15:58.8603271Z [00:02:03.523]➜  		"metadatas/adb/EnableAdviceService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/EnableAdviceService.json",
2025-08-20T19:15:58.8604244Z [00:02:03.523]➜  		"metadatas/adb/GetCreateTableSQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/GetCreateTableSQL.json",
2025-08-20T19:15:58.8605898Z [00:02:03.523]➜  		"metadatas/adb/GrantOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/GrantOperatorPermission.json",
2025-08-20T19:15:58.8607134Z [00:02:03.523]➜  		"metadatas/adb/KillProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/KillProcess.json",
2025-08-20T19:15:58.8608178Z [00:02:03.523]➜  		"metadatas/adb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ListTagResources.json",
2025-08-20T19:15:58.8609162Z [00:02:03.523]➜  		"metadatas/adb/MigrateDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/MigrateDBCluster.json",
2025-08-20T19:15:58.8610299Z [00:02:03.523]➜  		"metadatas/adb/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyAccountDescription.json",
2025-08-20T19:15:58.8611662Z [00:02:03.523]➜  		"metadatas/adb/ModifyActiveOperationMaintainConf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyActiveOperationMaintainConf.json",
2025-08-20T19:15:58.8613263Z [00:02:03.523]➜  		"metadatas/adb/ModifyActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyActiveOperationTasks.json",
2025-08-20T19:15:58.8614614Z [00:02:03.523]➜  		"metadatas/adb/ModifyAuditLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyAuditLogConfig.json",
2025-08-20T19:15:58.8624503Z [00:02:03.523]➜  		"metadatas/adb/ModifyAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyAutoRenewAttribute.json",
2025-08-20T19:15:58.8625599Z [00:02:03.523]➜  		"metadatas/adb/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyBackupPolicy.json",
2025-08-20T19:15:58.8626861Z [00:02:03.523]➜  		"metadatas/adb/ModifyClusterConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyClusterConnectionString.json",
2025-08-20T19:15:58.8627823Z [00:02:03.523]➜  		"metadatas/adb/ModifyDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBCluster.json",
2025-08-20T19:15:58.8629124Z [00:02:03.523]➜  		"metadatas/adb/ModifyDBClusterAccessWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterAccessWhiteList.json",
2025-08-20T19:15:58.8630410Z [00:02:03.523]➜  		"metadatas/adb/ModifyDBClusterDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterDescription.json",
2025-08-20T19:15:58.8631574Z [00:02:03.523]➜  		"metadatas/adb/ModifyDBClusterMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterMaintainTime.json",
2025-08-20T19:15:58.8632932Z [00:02:03.523]➜  		"metadatas/adb/ModifyDBClusterPayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterPayType.json",
2025-08-20T19:15:58.8634104Z [00:02:03.523]➜  		"metadatas/adb/ModifyDBClusterResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterResourceGroup.json",
2025-08-20T19:15:58.8635107Z [00:02:03.523]➜  		"metadatas/adb/ModifyDBClusterSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterSSL.json",
2025-08-20T19:15:58.8636442Z [00:02:03.523]➜  		"metadatas/adb/ModifyDBClusterShardNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterShardNumber.json",
2025-08-20T19:15:58.8637525Z [00:02:03.523]➜  		"metadatas/adb/ModifyDBClusterVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterVip.json",
2025-08-20T19:15:58.8638591Z [00:02:03.523]➜  		"metadatas/adb/ModifyDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBResourceGroup.json",
2025-08-20T19:15:58.8639677Z [00:02:03.523]➜  		"metadatas/adb/ModifyDBResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBResourcePool.json",
2025-08-20T19:15:58.8640703Z [00:02:03.523]➜  		"metadatas/adb/ModifyElasticPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyElasticPlan.json",
2025-08-20T19:15:58.8641803Z [00:02:03.523]➜  		"metadatas/adb/ModifyLogBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyLogBackupPolicy.json",
2025-08-20T19:15:58.8643058Z [00:02:03.523]➜  		"metadatas/adb/ModifyLogHubStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyLogHubStatus.json",
2025-08-20T19:15:58.8644210Z [00:02:03.523]➜  		"metadatas/adb/ModifyMaintenanceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyMaintenanceAction.json",
2025-08-20T19:15:58.8645266Z [00:02:03.523]➜  		"metadatas/adb/ModifyResubmitConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyResubmitConfig.json",
2025-08-20T19:15:58.8646240Z [00:02:03.523]➜  		"metadatas/adb/ModifySQAConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifySQAConfig.json",
2025-08-20T19:15:58.8647313Z [00:02:03.523]➜  		"metadatas/adb/ModifySyncJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifySyncJob.json",
2025-08-20T19:15:58.8648351Z [00:02:03.523]➜  		"metadatas/adb/OperateLogHub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/OperateLogHub.json",
2025-08-20T19:15:58.8649604Z [00:02:03.524]➜  		"metadatas/adb/ReleaseClusterPublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ReleaseClusterPublicConnection.json",
2025-08-20T19:15:58.8650654Z [00:02:03.524]➜  		"metadatas/adb/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ResetAccountPassword.json",
2025-08-20T19:15:58.8651815Z [00:02:03.524]➜  		"metadatas/adb/RevokeOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/RevokeOperatorPermission.json",
2025-08-20T19:15:58.8652875Z [00:02:03.524]➜  		"metadatas/adb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/TagResources.json",
2025-08-20T19:15:58.8654133Z [00:02:03.524]➜  		"metadatas/adb/UnbindDBResourceGroupWithUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/UnbindDBResourceGroupWithUser.json",
2025-08-20T19:15:58.8655426Z [00:02:03.524]➜  		"metadatas/adb/UnbindDBResourcePoolWithUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/UnbindDBResourcePoolWithUser.json",
2025-08-20T19:15:58.8656392Z [00:02:03.524]➜  		"metadatas/adb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/UntagResources.json",
2025-08-20T19:15:58.8657424Z [00:02:03.524]➜  		"metadatas/adb/UpgradeKernelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/UpgradeKernelVersion.json",
2025-08-20T19:15:58.8658430Z [00:02:03.524]➜  		"metadatas/adcp/AttachClusterToHub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/AttachClusterToHub.json",
2025-08-20T19:15:58.8659449Z [00:02:03.524]➜  		"metadatas/adcp/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/ChangeResourceGroup.json",
2025-08-20T19:15:58.8660437Z [00:02:03.524]➜  		"metadatas/adcp/CreateHubCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/CreateHubCluster.json",
2025-08-20T19:15:58.8661513Z [00:02:03.524]➜  		"metadatas/adcp/DeleteHubCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DeleteHubCluster.json",
2025-08-20T19:15:58.8662719Z [00:02:03.524]➜  		"metadatas/adcp/DeletePolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DeletePolicyInstance.json",
2025-08-20T19:15:58.8663800Z [00:02:03.524]➜  		"metadatas/adcp/DeleteUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DeleteUserPermission.json",
2025-08-20T19:15:58.8664872Z [00:02:03.524]➜  		"metadatas/adcp/DeployPolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DeployPolicyInstance.json",
2025-08-20T19:15:58.8666088Z [00:02:03.524]➜  		"metadatas/adcp/DescribeHubClusterDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeHubClusterDetails.json",
2025-08-20T19:15:58.8667487Z [00:02:03.524]➜  		"metadatas/adcp/DescribeHubClusterKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeHubClusterKubeconfig.json",
2025-08-20T19:15:58.8668603Z [00:02:03.524]➜  		"metadatas/adcp/DescribeHubClusterLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeHubClusterLogs.json",
2025-08-20T19:15:58.8669644Z [00:02:03.524]➜  		"metadatas/adcp/DescribeHubClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeHubClusters.json",
2025-08-20T19:15:58.8670749Z [00:02:03.524]➜  		"metadatas/adcp/DescribeManagedClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeManagedClusters.json",
2025-08-20T19:15:58.8671837Z [00:02:03.524]➜  		"metadatas/adcp/DescribePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicies.json",
2025-08-20T19:15:58.8673253Z [00:02:03.524]➜  		"metadatas/adcp/DescribePolicyDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicyDetails.json",
2025-08-20T19:15:58.8674609Z [00:02:03.524]➜  		"metadatas/adcp/DescribePolicyGovernanceInCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicyGovernanceInCluster.json",
2025-08-20T19:15:58.8675748Z [00:02:03.524]➜  		"metadatas/adcp/DescribePolicyInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicyInstances.json",
2025-08-20T19:15:58.8676954Z [00:02:03.524]➜  		"metadatas/adcp/DescribePolicyInstancesStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicyInstancesStatus.json",
2025-08-20T19:15:58.8677888Z [00:02:03.524]➜  		"metadatas/adcp/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeRegions.json",
2025-08-20T19:15:58.8678984Z [00:02:03.524]➜  		"metadatas/adcp/DescribeUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeUserPermissions.json",
2025-08-20T19:15:58.8680151Z [00:02:03.524]➜  		"metadatas/adcp/DetachClusterFromHub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DetachClusterFromHub.json",
2025-08-20T19:15:58.8681203Z [00:02:03.524]➜  		"metadatas/adcp/GrantUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/GrantUserPermission.json",
2025-08-20T19:15:58.8682290Z [00:02:03.524]➜  		"metadatas/adcp/UpdateHubClusterFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/UpdateHubClusterFeature.json",
2025-08-20T19:15:58.8683550Z [00:02:03.524]➜  		"metadatas/adcp/UpdateUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/UpdateUserPermission.json",
2025-08-20T19:15:58.8684722Z [00:02:03.524]➜  		"metadatas/aiworkspace/AcceptDataworksEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/AcceptDataworksEvent.json",
2025-08-20T19:15:58.8685712Z [00:02:03.524]➜  		"metadatas/aiworkspace/AddImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/AddImage.json",
2025-08-20T19:15:58.8686885Z [00:02:03.524]➜  		"metadatas/aiworkspace/AddImageLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/AddImageLabels.json",
2025-08-20T19:15:58.8687908Z [00:02:03.524]➜  		"metadatas/aiworkspace/AddMemberRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/AddMemberRole.json",
2025-08-20T19:15:58.8689047Z [00:02:03.524]➜  		"metadatas/aiworkspace/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ChangeResourceGroup.json",
2025-08-20T19:15:58.8690143Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateCodeSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateCodeSource.json",
2025-08-20T19:15:58.8691241Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateConnection.json",
2025-08-20T19:15:58.8692259Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDataset.json",
2025-08-20T19:15:58.8693595Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateDatasetFileMetas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetFileMetas.json",
2025-08-20T19:15:58.8694733Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateDatasetJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetJob.json",
2025-08-20T19:15:58.8695952Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateDatasetJobConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetJobConfig.json",
2025-08-20T19:15:58.8697278Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateDatasetLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetLabels.json",
2025-08-20T19:15:58.8698609Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateDatasetVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetVersion.json",
2025-08-20T19:15:58.8699921Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateDatasetVersionLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetVersionLabels.json",
2025-08-20T19:15:58.8701036Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateExperiment.json",
2025-08-20T19:15:58.8702045Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateMember.json",
2025-08-20T19:15:58.8703314Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateModel.json",
2025-08-20T19:15:58.8704620Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateModelLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateModelLabels.json",
2025-08-20T19:15:58.8705868Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateModelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateModelVersion.json",
2025-08-20T19:15:58.8707183Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateModelVersionLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateModelVersionLabels.json",
2025-08-20T19:15:58.8708356Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateProductOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateProductOrders.json",
2025-08-20T19:15:58.8709349Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateRun.json",
2025-08-20T19:15:58.8710468Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateWorkspace.json",
2025-08-20T19:15:58.8711887Z [00:02:03.524]➜  		"metadatas/aiworkspace/CreateWorkspaceResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateWorkspaceResource.json",
2025-08-20T19:15:58.8713241Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteCodeSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteCodeSource.json",
2025-08-20T19:15:58.8714279Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteConfig.json",
2025-08-20T19:15:58.8715340Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteConnection.json",
2025-08-20T19:15:58.8716367Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDataset.json",
2025-08-20T19:15:58.8717582Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteDatasetFileMetas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetFileMetas.json",
2025-08-20T19:15:58.8718664Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteDatasetJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetJob.json",
2025-08-20T19:15:58.8720252Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteDatasetJobConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetJobConfig.json",
2025-08-20T19:15:58.8721421Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteDatasetLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetLabels.json",
2025-08-20T19:15:58.8722796Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteDatasetVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetVersion.json",
2025-08-20T19:15:58.8724160Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteDatasetVersionLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetVersionLabels.json",
2025-08-20T19:15:58.8725217Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteExperiment.json",
2025-08-20T19:15:58.8726384Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteExperimentLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteExperimentLabel.json",
2025-08-20T19:15:58.8727422Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteMembers.json",
2025-08-20T19:15:58.8728443Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteModel.json",
2025-08-20T19:15:58.8729702Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteModelLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteModelLabels.json",
2025-08-20T19:15:58.8731668Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteModelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteModelVersion.json",
2025-08-20T19:15:58.8733167Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteModelVersionLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteModelVersionLabels.json",
2025-08-20T19:15:58.8734173Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteRun.json",
2025-08-20T19:15:58.8735282Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteRunLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteRunLabel.json",
2025-08-20T19:15:58.8736441Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteUserConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteUserConfig.json",
2025-08-20T19:15:58.8737729Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteWorkspace.json",
2025-08-20T19:15:58.8738946Z [00:02:03.524]➜  		"metadatas/aiworkspace/DeleteWorkspaceResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteWorkspaceResource.json",
2025-08-20T19:15:58.8739996Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetCodeSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetCodeSource.json",
2025-08-20T19:15:58.8740948Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetConfig.json",
2025-08-20T19:15:58.8742030Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetConnection.json",
2025-08-20T19:15:58.8743226Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDataset.json",
2025-08-20T19:15:58.8744327Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetDatasetFileMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetFileMeta.json",
2025-08-20T19:15:58.8745592Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetDatasetFileMetasStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetFileMetasStatistics.json",
2025-08-20T19:15:58.8746546Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetDatasetJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetJob.json",
2025-08-20T19:15:58.8747724Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetDatasetJobConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetJobConfig.json",
2025-08-20T19:15:58.8748832Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetDatasetVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetVersion.json",
2025-08-20T19:15:58.8749906Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetDefaultWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDefaultWorkspace.json",
2025-08-20T19:15:58.8750860Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetExperiment.json",
2025-08-20T19:15:58.8751701Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetImage.json",
2025-08-20T19:15:58.8752747Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetMember.json",
2025-08-20T19:15:58.8753747Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetModel.json",
2025-08-20T19:15:58.8754958Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetModelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetModelVersion.json",
2025-08-20T19:15:58.8756017Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetPermission.json",
2025-08-20T19:15:58.8756928Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetRun.json",
2025-08-20T19:15:58.8757935Z [00:02:03.524]➜  		"metadatas/aiworkspace/GetWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetWorkspace.json",
2025-08-20T19:15:58.8758996Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListCodeSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListCodeSources.json",
2025-08-20T19:15:58.8760008Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListConfigs.json",
2025-08-20T19:15:58.8761266Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListConnections.json",
2025-08-20T19:15:58.8762707Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListDatasetFileMetas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasetFileMetas.json",
2025-08-20T19:15:58.8763868Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListDatasetJobConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasetJobConfigs.json",
2025-08-20T19:15:58.8764885Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListDatasetJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasetJobs.json",
2025-08-20T19:15:58.8765971Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListDatasetVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasetVersions.json",
2025-08-20T19:15:58.8766995Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListDatasets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasets.json",
2025-08-20T19:15:58.8768065Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListExperiment.json",
2025-08-20T19:15:58.8769082Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListImageLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListImageLabels.json",
2025-08-20T19:15:58.8770070Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListImages.json",
2025-08-20T19:15:58.8771213Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListMembers.json",
2025-08-20T19:15:58.8772599Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListModelVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListModelVersions.json",
2025-08-20T19:15:58.8773613Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListModels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListModels.json",
2025-08-20T19:15:58.8774625Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListPermissions.json",
2025-08-20T19:15:58.8775593Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListProducts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListProducts.json",
2025-08-20T19:15:58.8776534Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListQuotas.json",
2025-08-20T19:15:58.8777552Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListResources.json",
2025-08-20T19:15:58.8778708Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListRunMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListRunMetrics.json",
2025-08-20T19:15:58.8779622Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListRuns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListRuns.json",
2025-08-20T19:15:58.8780703Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListUserConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListUserConfigs.json",
2025-08-20T19:15:58.8781902Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListWorkspaceUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListWorkspaceUsers.json",
2025-08-20T19:15:58.8783311Z [00:02:03.524]➜  		"metadatas/aiworkspace/ListWorkspaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListWorkspaces.json",
2025-08-20T19:15:58.8784420Z [00:02:03.524]➜  		"metadatas/aiworkspace/LogRunMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/LogRunMetrics.json",
2025-08-20T19:15:58.8785706Z [00:02:03.524]➜  		"metadatas/aiworkspace/PublishCodeSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/PublishCodeSource.json",
2025-08-20T19:15:58.8786803Z [00:02:03.524]➜  		"metadatas/aiworkspace/PublishDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/PublishDataset.json",
2025-08-20T19:15:58.8787849Z [00:02:03.524]➜  		"metadatas/aiworkspace/PublishImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/PublishImage.json",
2025-08-20T19:15:58.8788857Z [00:02:03.524]➜  		"metadatas/aiworkspace/RemoveImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/RemoveImage.json",
2025-08-20T19:15:58.8790006Z [00:02:03.524]➜  		"metadatas/aiworkspace/RemoveImageLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/RemoveImageLabels.json",
2025-08-20T19:15:58.8791126Z [00:02:03.524]➜  		"metadatas/aiworkspace/RemoveMemberRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/RemoveMemberRole.json",
2025-08-20T19:15:58.8792365Z [00:02:03.524]➜  		"metadatas/aiworkspace/SetExperimentLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/SetExperimentLabels.json",
2025-08-20T19:15:58.8793752Z [00:02:03.524]➜  		"metadatas/aiworkspace/SetUserConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/SetUserConfigs.json",
2025-08-20T19:15:58.8794870Z [00:02:03.524]➜  		"metadatas/aiworkspace/StopDatasetJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/StopDatasetJob.json",
2025-08-20T19:15:58.8796282Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateCodeSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateCodeSource.json",
2025-08-20T19:15:58.8797563Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateConfig.json",
2025-08-20T19:15:58.8798621Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateConfigs.json",
2025-08-20T19:15:58.8799754Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateConnection.json",
2025-08-20T19:15:58.8800792Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDataset.json",
2025-08-20T19:15:58.8802057Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateDatasetFileMetas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDatasetFileMetas.json",
2025-08-20T19:15:58.8803573Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateDatasetJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDatasetJob.json",
2025-08-20T19:15:58.8804795Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateDatasetJobConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDatasetJobConfig.json",
2025-08-20T19:15:58.8805845Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateDatasetVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDatasetVersion.json",
2025-08-20T19:15:58.8807041Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateDefaultWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDefaultWorkspace.json",
2025-08-20T19:15:58.8808084Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateExperiment.json",
2025-08-20T19:15:58.8809055Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateModel.json",
2025-08-20T19:15:58.8810267Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateModelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateModelVersion.json",
2025-08-20T19:15:58.8811195Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateRun.json",
2025-08-20T19:15:58.8812229Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateWorkspace.json",
2025-08-20T19:15:58.8813478Z [00:02:03.524]➜  		"metadatas/aiworkspace/UpdateWorkspaceResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateWorkspaceResource.json",
2025-08-20T19:15:58.8814322Z [00:02:03.524]➜  		"metadatas/alb/AddEntriesToAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AddEntriesToAcl.json",
2025-08-20T19:15:58.8815422Z [00:02:03.524]➜  		"metadatas/alb/AddServersToServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AddServersToServerGroup.json",
2025-08-20T19:15:58.8816825Z [00:02:03.524]➜  		"metadatas/alb/ApplyHealthCheckTemplateToServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ApplyHealthCheckTemplateToServerGroup.json",
2025-08-20T19:15:58.8817973Z [00:02:03.524]➜  		"metadatas/alb/AssociateAclsWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AssociateAclsWithListener.json",
2025-08-20T19:15:58.8819469Z [00:02:03.524]➜  		"metadatas/alb/AssociateAdditionalCertificatesWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:58.8821122Z [00:02:03.525]➜  		"metadatas/alb/AttachCommonBandwidthPackageToLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AttachCommonBandwidthPackageToLoadBalancer.json",
2025-08-20T19:15:58.8822791Z [00:02:03.525]➜  		"metadatas/alb/CancelShiftLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CancelShiftLoadBalancerZones.json",
2025-08-20T19:15:58.8823807Z [00:02:03.525]➜  		"metadatas/alb/CreateAScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateAScripts.json",
2025-08-20T19:15:58.8824617Z [00:02:03.525]➜  		"metadatas/alb/CreateAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateAcl.json",
2025-08-20T19:15:58.8825726Z [00:02:03.525]➜  		"metadatas/alb/CreateHealthCheckTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateHealthCheckTemplate.json",
2025-08-20T19:15:58.8826660Z [00:02:03.525]➜  		"metadatas/alb/CreateListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateListener.json",
2025-08-20T19:15:58.8827690Z [00:02:03.525]➜  		"metadatas/alb/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateLoadBalancer.json",
2025-08-20T19:15:58.8828612Z [00:02:03.525]➜  		"metadatas/alb/CreateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateRule.json",
2025-08-20T19:15:58.8829477Z [00:02:03.525]➜  		"metadatas/alb/CreateRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateRules.json",
2025-08-20T19:15:58.8830475Z [00:02:03.525]➜  		"metadatas/alb/CreateSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateSecurityPolicy.json",
2025-08-20T19:15:58.8831413Z [00:02:03.525]➜  		"metadatas/alb/CreateServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateServerGroup.json",
2025-08-20T19:15:58.8832335Z [00:02:03.525]➜  		"metadatas/alb/DeleteAScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteAScripts.json",
2025-08-20T19:15:58.8833338Z [00:02:03.525]➜  		"metadatas/alb/DeleteAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteAcl.json",
2025-08-20T19:15:58.8834620Z [00:02:03.525]➜  		"metadatas/alb/DeleteHealthCheckTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteHealthCheckTemplates.json",
2025-08-20T19:15:58.8835547Z [00:02:03.525]➜  		"metadatas/alb/DeleteListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteListener.json",
2025-08-20T19:15:58.8836518Z [00:02:03.525]➜  		"metadatas/alb/DeleteLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteLoadBalancer.json",
2025-08-20T19:15:58.8837356Z [00:02:03.525]➜  		"metadatas/alb/DeleteRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteRule.json",
2025-08-20T19:15:58.8838213Z [00:02:03.525]➜  		"metadatas/alb/DeleteRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteRules.json",
2025-08-20T19:15:58.8839237Z [00:02:03.525]➜  		"metadatas/alb/DeleteSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteSecurityPolicy.json",
2025-08-20T19:15:58.8840230Z [00:02:03.525]➜  		"metadatas/alb/DeleteServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteServerGroup.json",
2025-08-20T19:15:58.8841144Z [00:02:03.525]➜  		"metadatas/alb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DescribeRegions.json",
2025-08-20T19:15:58.8842057Z [00:02:03.525]➜  		"metadatas/alb/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DescribeZones.json",
2025-08-20T19:15:58.8843790Z [00:02:03.525]➜  		"metadatas/alb/DetachCommonBandwidthPackageFromLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DetachCommonBandwidthPackageFromLoadBalancer.json",
2025-08-20T19:15:58.8845066Z [00:02:03.525]➜  		"metadatas/alb/DisableDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DisableDeletionProtection.json",
2025-08-20T19:15:58.8846763Z [00:02:03.525]➜  		"metadatas/alb/DisableLoadBalancerAccessLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DisableLoadBalancerAccessLog.json",
2025-08-20T19:15:58.8848067Z [00:02:03.525]➜  		"metadatas/alb/DisableLoadBalancerIpv6Internet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DisableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:58.8849210Z [00:02:03.525]➜  		"metadatas/alb/DissociateAclsFromListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DissociateAclsFromListener.json",
2025-08-20T19:15:58.8850802Z [00:02:03.525]➜  		"metadatas/alb/DissociateAdditionalCertificatesFromListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DissociateAdditionalCertificatesFromListener.json",
2025-08-20T19:15:58.8851986Z [00:02:03.525]➜  		"metadatas/alb/EnableDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/EnableDeletionProtection.json",
2025-08-20T19:15:58.8853543Z [00:02:03.525]➜  		"metadatas/alb/EnableLoadBalancerAccessLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/EnableLoadBalancerAccessLog.json",
2025-08-20T19:15:58.8854833Z [00:02:03.525]➜  		"metadatas/alb/EnableLoadBalancerIpv6Internet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/EnableLoadBalancerIpv6Internet.json",
2025-08-20T19:15:58.8856101Z [00:02:03.525]➜  		"metadatas/alb/GetHealthCheckTemplateAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/GetHealthCheckTemplateAttribute.json",
2025-08-20T19:15:58.8857142Z [00:02:03.525]➜  		"metadatas/alb/GetListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/GetListenerAttribute.json",
2025-08-20T19:15:58.8858309Z [00:02:03.525]➜  		"metadatas/alb/GetListenerHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/GetListenerHealthStatus.json",
2025-08-20T19:15:58.8859536Z [00:02:03.525]➜  		"metadatas/alb/GetLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/GetLoadBalancerAttribute.json",
2025-08-20T19:15:58.8860635Z [00:02:03.525]➜  		"metadatas/alb/ListAScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAScripts.json",
2025-08-20T19:15:58.8861577Z [00:02:03.525]➜  		"metadatas/alb/ListAclEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAclEntries.json",
2025-08-20T19:15:58.8862755Z [00:02:03.525]➜  		"metadatas/alb/ListAclRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAclRelations.json",
2025-08-20T19:15:58.8863617Z [00:02:03.525]➜  		"metadatas/alb/ListAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAcls.json",
2025-08-20T19:15:58.8864519Z [00:02:03.525]➜  		"metadatas/alb/ListAsynJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAsynJobs.json",
2025-08-20T19:15:58.8865629Z [00:02:03.525]➜  		"metadatas/alb/ListHealthCheckTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListHealthCheckTemplates.json",
2025-08-20T19:15:58.8866748Z [00:02:03.525]➜  		"metadatas/alb/ListListenerCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListListenerCertificates.json",
2025-08-20T19:15:58.8867641Z [00:02:03.525]➜  		"metadatas/alb/ListListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListListeners.json",
2025-08-20T19:15:58.8868591Z [00:02:03.525]➜  		"metadatas/alb/ListLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListLoadBalancers.json",
2025-08-20T19:15:58.8869403Z [00:02:03.525]➜  		"metadatas/alb/ListRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListRules.json",
2025-08-20T19:15:58.8870581Z [00:02:03.525]➜  		"metadatas/alb/ListSecurityPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListSecurityPolicies.json",
2025-08-20T19:15:58.8871878Z [00:02:03.525]➜  		"metadatas/alb/ListSecurityPolicyRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListSecurityPolicyRelations.json",
2025-08-20T19:15:58.8873128Z [00:02:03.525]➜  		"metadatas/alb/ListServerGroupServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListServerGroupServers.json",
2025-08-20T19:15:58.8874094Z [00:02:03.525]➜  		"metadatas/alb/ListServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListServerGroups.json",
2025-08-20T19:15:58.8875229Z [00:02:03.525]➜  		"metadatas/alb/ListSystemSecurityPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListSystemSecurityPolicies.json",
2025-08-20T19:15:58.8876108Z [00:02:03.525]➜  		"metadatas/alb/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListTagKeys.json",
2025-08-20T19:15:58.8877082Z [00:02:03.525]➜  		"metadatas/alb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListTagResources.json",
2025-08-20T19:15:58.8878131Z [00:02:03.525]➜  		"metadatas/alb/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListTagValues.json",
2025-08-20T19:15:58.8879410Z [00:02:03.525]➜  		"metadatas/alb/LoadBalancerJoinSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/LoadBalancerJoinSecurityGroup.json",
2025-08-20T19:15:58.8880714Z [00:02:03.525]➜  		"metadatas/alb/LoadBalancerLeaveSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/LoadBalancerLeaveSecurityGroup.json",
2025-08-20T19:15:58.8881716Z [00:02:03.525]➜  		"metadatas/alb/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/MoveResourceGroup.json",
2025-08-20T19:15:58.8883014Z [00:02:03.525]➜  		"metadatas/alb/RemoveEntriesFromAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/RemoveEntriesFromAcl.json",
2025-08-20T19:15:58.8884259Z [00:02:03.525]➜  		"metadatas/alb/RemoveServersFromServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/RemoveServersFromServerGroup.json",
2025-08-20T19:15:58.8885626Z [00:02:03.525]➜  		"metadatas/alb/ReplaceServersInServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ReplaceServersInServerGroup.json",
2025-08-20T19:15:58.8886551Z [00:02:03.525]➜  		"metadatas/alb/StartListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/StartListener.json",
2025-08-20T19:15:58.8887744Z [00:02:03.525]➜  		"metadatas/alb/StartShiftLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/StartShiftLoadBalancerZones.json",
2025-08-20T19:15:58.8888658Z [00:02:03.525]➜  		"metadatas/alb/StopListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/StopListener.json",
2025-08-20T19:15:58.8889571Z [00:02:03.525]➜  		"metadatas/alb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/TagResources.json",
2025-08-20T19:15:58.8890509Z [00:02:03.525]➜  		"metadatas/alb/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UnTagResources.json",
2025-08-20T19:15:58.8891421Z [00:02:03.525]➜  		"metadatas/alb/UpdateAScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateAScripts.json",
2025-08-20T19:15:58.8892635Z [00:02:03.525]➜  		"metadatas/alb/UpdateAclAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateAclAttribute.json",
2025-08-20T19:15:58.8893957Z [00:02:03.525]➜  		"metadatas/alb/UpdateHealthCheckTemplateAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateHealthCheckTemplateAttribute.json",
2025-08-20T19:15:58.8895198Z [00:02:03.525]➜  		"metadatas/alb/UpdateListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateListenerAttribute.json",
2025-08-20T19:15:58.8896415Z [00:02:03.525]➜  		"metadatas/alb/UpdateListenerLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateListenerLogConfig.json",
2025-08-20T19:15:58.8897759Z [00:02:03.525]➜  		"metadatas/alb/UpdateLoadBalancerAddressTypeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateLoadBalancerAddressTypeConfig.json",
2025-08-20T19:15:58.8898960Z [00:02:03.525]➜  		"metadatas/alb/UpdateLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:15:58.8900186Z [00:02:03.525]➜  		"metadatas/alb/UpdateLoadBalancerEdition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateLoadBalancerEdition.json",
2025-08-20T19:15:58.8901303Z [00:02:03.525]➜  		"metadatas/alb/UpdateLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateLoadBalancerZones.json",
2025-08-20T19:15:58.8902348Z [00:02:03.525]➜  		"metadatas/alb/UpdateRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateRuleAttribute.json",
2025-08-20T19:15:58.8903624Z [00:02:03.525]➜  		"metadatas/alb/UpdateRulesAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateRulesAttribute.json",
2025-08-20T19:15:58.8904852Z [00:02:03.525]➜  		"metadatas/alb/UpdateSecurityPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateSecurityPolicyAttribute.json",
2025-08-20T19:15:58.8905999Z [00:02:03.525]➜  		"metadatas/alb/UpdateServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateServerGroupAttribute.json",
2025-08-20T19:15:58.8907353Z [00:02:03.525]➜  		"metadatas/alb/UpdateServerGroupServersAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateServerGroupServersAttribute.json",
2025-08-20T19:15:58.8908309Z [00:02:03.525]➜  		"metadatas/alidns/AddCustomLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddCustomLine.json",
2025-08-20T19:15:58.8909473Z [00:02:03.525]➜  		"metadatas/alidns/AddDnsCacheDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDnsCacheDomain.json",
2025-08-20T19:15:58.8910632Z [00:02:03.525]➜  		"metadatas/alidns/AddDnsGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDnsGtmAccessStrategy.json",
2025-08-20T19:15:58.8911708Z [00:02:03.525]➜  		"metadatas/alidns/AddDnsGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDnsGtmAddressPool.json",
2025-08-20T19:15:58.8912856Z [00:02:03.525]➜  		"metadatas/alidns/AddDnsGtmMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDnsGtmMonitor.json",
2025-08-20T19:15:58.8913742Z [00:02:03.525]➜  		"metadatas/alidns/AddDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDomain.json",
2025-08-20T19:15:58.8914727Z [00:02:03.525]➜  		"metadatas/alidns/AddDomainBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDomainBackup.json",
2025-08-20T19:15:58.8915689Z [00:02:03.525]➜  		"metadatas/alidns/AddDomainGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDomainGroup.json",
2025-08-20T19:15:58.8916679Z [00:02:03.525]➜  		"metadatas/alidns/AddDomainRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDomainRecord.json",
2025-08-20T19:15:58.8917806Z [00:02:03.525]➜  		"metadatas/alidns/AddGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddGtmAccessStrategy.json",
2025-08-20T19:15:58.8918876Z [00:02:03.525]➜  		"metadatas/alidns/AddGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddGtmAddressPool.json",
2025-08-20T19:15:58.8920013Z [00:02:03.525]➜  		"metadatas/alidns/AddGtmMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddGtmMonitor.json",
2025-08-20T19:15:58.8921212Z [00:02:03.525]➜  		"metadatas/alidns/AddGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddGtmRecoveryPlan.json",
2025-08-20T19:15:58.8922327Z [00:02:03.525]➜  		"metadatas/alidns/AddRecursionRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddRecursionRecord.json",
2025-08-20T19:15:58.8924218Z [00:02:03.525]➜  		"metadatas/alidns/AddRecursionZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddRecursionZone.json",
2025-08-20T19:15:58.8925936Z [00:02:03.525]➜  		"metadatas/alidns/BindInstanceDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/BindInstanceDomains.json",
2025-08-20T19:15:58.8927494Z [00:02:03.525]➜  		"metadatas/alidns/ChangeDomainGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ChangeDomainGroup.json",
2025-08-20T19:15:58.8929072Z [00:02:03.525]➜  		"metadatas/alidns/ChangeDomainOfDnsProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ChangeDomainOfDnsProduct.json",
2025-08-20T19:15:58.8930354Z [00:02:03.525]➜  		"metadatas/alidns/CopyGtmConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CopyGtmConfig.json",
2025-08-20T19:15:58.8931827Z [00:02:03.525]➜  		"metadatas/alidns/CreateCloudGtmAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreateCloudGtmAddress.json",
2025-08-20T19:15:58.8933649Z [00:02:03.525]➜  		"metadatas/alidns/CreateCloudGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreateCloudGtmAddressPool.json",
2025-08-20T19:15:58.8935262Z [00:02:03.525]➜  		"metadatas/alidns/CreateCloudGtmInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreateCloudGtmInstanceConfig.json",
2025-08-20T19:15:58.8936876Z [00:02:03.525]➜  		"metadatas/alidns/CreateCloudGtmMonitorTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreateCloudGtmMonitorTemplate.json",
2025-08-20T19:15:58.8938204Z [00:02:03.525]➜  		"metadatas/alidns/CreatePdnsAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreatePdnsAppKey.json",
2025-08-20T19:15:58.8939726Z [00:02:03.525]➜  		"metadatas/alidns/CreatePdnsUdpIpSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreatePdnsUdpIpSegment.json",
2025-08-20T19:15:58.8941296Z [00:02:03.525]➜  		"metadatas/alidns/DeleteCloudGtmAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCloudGtmAddress.json",
2025-08-20T19:15:58.8942892Z [00:02:03.525]➜  		"metadatas/alidns/DeleteCloudGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCloudGtmAddressPool.json",
2025-08-20T19:15:58.8944555Z [00:02:03.525]➜  		"metadatas/alidns/DeleteCloudGtmInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCloudGtmInstanceConfig.json",
2025-08-20T19:15:58.8946427Z [00:02:03.525]➜  		"metadatas/alidns/DeleteCloudGtmMonitorTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCloudGtmMonitorTemplate.json",
2025-08-20T19:15:58.8947876Z [00:02:03.525]➜  		"metadatas/alidns/DeleteCustomLines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCustomLines.json",
2025-08-20T19:15:58.8949396Z [00:02:03.525]➜  		"metadatas/alidns/DeleteDnsCacheDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDnsCacheDomain.json",
2025-08-20T19:15:58.8950753Z [00:02:03.525]➜  		"metadatas/alidns/DeleteDnsGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDnsGtmAccessStrategy.json",
2025-08-20T19:15:58.8952025Z [00:02:03.525]➜  		"metadatas/alidns/DeleteDnsGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDnsGtmAddressPool.json",
2025-08-20T19:15:58.8953192Z [00:02:03.525]➜  		"metadatas/alidns/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDomain.json",
2025-08-20T19:15:58.8954269Z [00:02:03.525]➜  		"metadatas/alidns/DeleteDomainGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDomainGroup.json",
2025-08-20T19:15:58.8955325Z [00:02:03.525]➜  		"metadatas/alidns/DeleteDomainRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDomainRecord.json",
2025-08-20T19:15:58.8956486Z [00:02:03.525]➜  		"metadatas/alidns/DeleteGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteGtmAccessStrategy.json",
2025-08-20T19:15:58.8957585Z [00:02:03.525]➜  		"metadatas/alidns/DeleteGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteGtmAddressPool.json",
2025-08-20T19:15:58.8958709Z [00:02:03.525]➜  		"metadatas/alidns/DeleteGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteGtmRecoveryPlan.json",
2025-08-20T19:15:58.8959943Z [00:02:03.525]➜  		"metadatas/alidns/DeleteRecursionRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteRecursionRecord.json",
2025-08-20T19:15:58.8961014Z [00:02:03.525]➜  		"metadatas/alidns/DeleteRecursionZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteRecursionZone.json",
2025-08-20T19:15:58.8962105Z [00:02:03.525]➜  		"metadatas/alidns/DeleteSubDomainRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteSubDomainRecords.json",
2025-08-20T19:15:58.8963445Z [00:02:03.525]➜  		"metadatas/alidns/DescribeBatchResultCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeBatchResultCount.json",
2025-08-20T19:15:58.8964647Z [00:02:03.525]➜  		"metadatas/alidns/DescribeBatchResultDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeBatchResultDetail.json",
2025-08-20T19:15:58.8965792Z [00:02:03.525]➜  		"metadatas/alidns/DescribeCloudGtmAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmAddress.json",
2025-08-20T19:15:58.8967137Z [00:02:03.525]➜  		"metadatas/alidns/DescribeCloudGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmAddressPool.json",
2025-08-20T19:15:58.8968525Z [00:02:03.525]➜  		"metadatas/alidns/DescribeCloudGtmAddressPoolReference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmAddressPoolReference.json",
2025-08-20T19:15:58.8969831Z [00:02:03.525]➜  		"metadatas/alidns/DescribeCloudGtmAddressReference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmAddressReference.json",
2025-08-20T19:15:58.8971063Z [00:02:03.525]➜  		"metadatas/alidns/DescribeCloudGtmGlobalAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmGlobalAlert.json",
2025-08-20T19:15:58.8972909Z [00:02:03.525]➜  		"metadatas/alidns/DescribeCloudGtmInstanceConfigAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmInstanceConfigAlert.json",
2025-08-20T19:15:58.8974766Z [00:02:03.525]➜  		"metadatas/alidns/DescribeCloudGtmInstanceConfigFullInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmInstanceConfigFullInfo.json",
2025-08-20T19:15:58.8976454Z [00:02:03.525]➜  		"metadatas/alidns/DescribeCloudGtmMonitorTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmMonitorTemplate.json",
2025-08-20T19:15:58.8977942Z [00:02:03.525]➜  		"metadatas/alidns/DescribeCloudGtmSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmSummary.json",
2025-08-20T19:15:58.8979715Z [00:02:03.525]➜  		"metadatas/alidns/DescribeCloudGtmSystemLines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmSystemLines.json",
2025-08-20T19:15:58.8981318Z [00:02:03.525]➜  		"metadatas/alidns/DescribeCustomLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCustomLine.json",
2025-08-20T19:15:58.8982839Z [00:02:03.525]➜  		"metadatas/alidns/DescribeCustomLines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCustomLines.json",
2025-08-20T19:15:58.8984368Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDNSSLBSubDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDNSSLBSubDomains.json",
2025-08-20T19:15:58.8985679Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsCacheDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsCacheDomains.json",
2025-08-20T19:15:58.8987312Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmAccessStrategies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAccessStrategies.json",
2025-08-20T19:15:58.8988819Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAccessStrategy.json",
2025-08-20T19:15:58.8990568Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json",
2025-08-20T19:15:58.8992006Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmAddrAttributeInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAddrAttributeInfo.json",
2025-08-20T19:15:58.8994492Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json",
2025-08-20T19:15:58.8996073Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmAvailableAlertGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAvailableAlertGroup.json",
2025-08-20T19:15:58.8997290Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstance.json",
2025-08-20T19:15:58.8998578Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmInstanceAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstanceAddressPool.json",
2025-08-20T19:15:58.8999888Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmInstanceAddressPools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstanceAddressPools.json",
2025-08-20T19:15:58.9001073Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstanceStatus.json",
2025-08-20T19:15:58.9002696Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmInstanceSystemCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstanceSystemCname.json",
2025-08-20T19:15:58.9003929Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstances.json",
2025-08-20T19:15:58.9004913Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmLogs.json",
2025-08-20T19:15:58.9006312Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmMonitorAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmMonitorAvailableConfig.json",
2025-08-20T19:15:58.9007486Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsGtmMonitorConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmMonitorConfig.json",
2025-08-20T19:15:58.9008720Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsProductInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsProductInstance.json",
2025-08-20T19:15:58.9009941Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDnsProductInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsProductInstances.json",
2025-08-20T19:15:58.9011155Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDohAccountStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohAccountStatistics.json",
2025-08-20T19:15:58.9012316Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDohDomainStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohDomainStatistics.json",
2025-08-20T19:15:58.9013789Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDohDomainStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohDomainStatisticsSummary.json",
2025-08-20T19:15:58.9015038Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDohSubDomainStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohSubDomainStatistics.json",
2025-08-20T19:15:58.9016725Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDohSubDomainStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohSubDomainStatisticsSummary.json",
2025-08-20T19:15:58.9017791Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDohUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohUserInfo.json",
2025-08-20T19:15:58.9018900Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDomainDnssecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainDnssecInfo.json",
2025-08-20T19:15:58.9019954Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDomainGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainGroups.json",
2025-08-20T19:15:58.9020953Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDomainInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainInfo.json",
2025-08-20T19:15:58.9021963Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDomainLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainLogs.json",
2025-08-20T19:15:58.9023171Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDomainNs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainNs.json",
2025-08-20T19:15:58.9024291Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDomainRecordInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainRecordInfo.json",
2025-08-20T19:15:58.9025338Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDomainRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainRecords.json",
2025-08-20T19:15:58.9026744Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDomainResolveStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainResolveStatisticsSummary.json",
2025-08-20T19:15:58.9027952Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDomainStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainStatistics.json",
2025-08-20T19:15:58.9029230Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDomainStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainStatisticsSummary.json",
2025-08-20T19:15:58.9030172Z [00:02:03.525]➜  		"metadatas/alidns/DescribeDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomains.json",
2025-08-20T19:15:58.9031343Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmAccessStrategies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmAccessStrategies.json",
2025-08-20T19:15:58.9032698Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmAccessStrategy.json",
2025-08-20T19:15:58.9034278Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmAccessStrategyAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmAccessStrategyAvailableConfig.json",
2025-08-20T19:15:58.9035545Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmAvailableAlertGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmAvailableAlertGroup.json",
2025-08-20T19:15:58.9036569Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstance.json",
2025-08-20T19:15:58.9037803Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmInstanceAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstanceAddressPool.json",
2025-08-20T19:15:58.9039050Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmInstanceAddressPools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstanceAddressPools.json",
2025-08-20T19:15:58.9040266Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstanceStatus.json",
2025-08-20T19:15:58.9042113Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmInstanceSystemCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstanceSystemCname.json",
2025-08-20T19:15:58.9043323Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstances.json",
2025-08-20T19:15:58.9044271Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmLogs.json",
2025-08-20T19:15:58.9045557Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmMonitorAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmMonitorAvailableConfig.json",
2025-08-20T19:15:58.9046694Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmMonitorConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmMonitorConfig.json",
2025-08-20T19:15:58.9047892Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmRecoveryPlan.json",
2025-08-20T19:15:58.9049297Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmRecoveryPlanAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmRecoveryPlanAvailableConfig.json",
2025-08-20T19:15:58.9050410Z [00:02:03.525]➜  		"metadatas/alidns/DescribeGtmRecoveryPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmRecoveryPlans.json",
2025-08-20T19:15:58.9051501Z [00:02:03.525]➜  		"metadatas/alidns/DescribeInstanceDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeInstanceDomains.json",
2025-08-20T19:15:58.9052752Z [00:02:03.525]➜  		"metadatas/alidns/DescribeInternetDnsLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeInternetDnsLogs.json",
2025-08-20T19:15:58.9054103Z [00:02:03.525]➜  		"metadatas/alidns/DescribeIspFlushCacheInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeIspFlushCacheInstances.json",
2025-08-20T19:15:58.9055368Z [00:02:03.525]➜  		"metadatas/alidns/DescribeIspFlushCacheRemainQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeIspFlushCacheRemainQuota.json",
2025-08-20T19:15:58.9056498Z [00:02:03.525]➜  		"metadatas/alidns/DescribeIspFlushCacheTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeIspFlushCacheTask.json",
2025-08-20T19:15:58.9057646Z [00:02:03.525]➜  		"metadatas/alidns/DescribeIspFlushCacheTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeIspFlushCacheTasks.json",
2025-08-20T19:15:58.9058882Z [00:02:03.525]➜  		"metadatas/alidns/DescribePdnsAccountSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsAccountSummary.json",
2025-08-20T19:15:58.9059908Z [00:02:03.525]➜  		"metadatas/alidns/DescribePdnsAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsAppKey.json",
2025-08-20T19:15:58.9060948Z [00:02:03.525]➜  		"metadatas/alidns/DescribePdnsAppKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsAppKeys.json",
2025-08-20T19:15:58.9062038Z [00:02:03.525]➜  		"metadatas/alidns/DescribePdnsOperateLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsOperateLogs.json",
2025-08-20T19:15:58.9063366Z [00:02:03.525]➜  		"metadatas/alidns/DescribePdnsRequestStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsRequestStatistic.json",
2025-08-20T19:15:58.9064598Z [00:02:03.526]➜  		"metadatas/alidns/DescribePdnsRequestStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsRequestStatistics.json",
2025-08-20T19:15:58.9065873Z [00:02:03.526]➜  		"metadatas/alidns/DescribePdnsThreatLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsThreatLogs.json",
2025-08-20T19:15:58.9067057Z [00:02:03.526]➜  		"metadatas/alidns/DescribePdnsThreatStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsThreatStatistic.json",
2025-08-20T19:15:58.9068239Z [00:02:03.526]➜  		"metadatas/alidns/DescribePdnsThreatStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsThreatStatistics.json",
2025-08-20T19:15:58.9069375Z [00:02:03.526]➜  		"metadatas/alidns/DescribePdnsUdpIpSegments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsUdpIpSegments.json",
2025-08-20T19:15:58.9070429Z [00:02:03.526]➜  		"metadatas/alidns/DescribePdnsUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsUserInfo.json",
2025-08-20T19:15:58.9071432Z [00:02:03.526]➜  		"metadatas/alidns/DescribeRecordLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecordLogs.json",
2025-08-20T19:15:58.9072985Z [00:02:03.526]➜  		"metadatas/alidns/DescribeRecordResolveStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecordResolveStatisticsSummary.json",
2025-08-20T19:15:58.9074114Z [00:02:03.526]➜  		"metadatas/alidns/DescribeRecordStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecordStatistics.json",
2025-08-20T19:15:58.9075363Z [00:02:03.526]➜  		"metadatas/alidns/DescribeRecordStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecordStatisticsSummary.json",
2025-08-20T19:15:58.9076537Z [00:02:03.526]➜  		"metadatas/alidns/DescribeRecursionRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecursionRecord.json",
2025-08-20T19:15:58.9077677Z [00:02:03.526]➜  		"metadatas/alidns/DescribeRecursionZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecursionZone.json",
2025-08-20T19:15:58.9078788Z [00:02:03.526]➜  		"metadatas/alidns/DescribeSubDomainRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeSubDomainRecords.json",
2025-08-20T19:15:58.9079828Z [00:02:03.526]➜  		"metadatas/alidns/DescribeSupportLines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeSupportLines.json",
2025-08-20T19:15:58.9080894Z [00:02:03.526]➜  		"metadatas/alidns/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeTags.json",
2025-08-20T19:15:58.9082201Z [00:02:03.526]➜  		"metadatas/alidns/DescribeTransferDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeTransferDomains.json",
2025-08-20T19:15:58.9083476Z [00:02:03.526]➜  		"metadatas/alidns/ExecuteGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ExecuteGtmRecoveryPlan.json",
2025-08-20T19:15:58.9084480Z [00:02:03.526]➜  		"metadatas/alidns/GetMainDomainName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/GetMainDomainName.json",
2025-08-20T19:15:58.9085874Z [00:02:03.526]➜  		"metadatas/alidns/GetTxtRecordForVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/GetTxtRecordForVerify.json",
2025-08-20T19:15:58.9087008Z [00:02:03.526]➜  		"metadatas/alidns/ListCloudGtmAddressPools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmAddressPools.json",
2025-08-20T19:15:58.9088081Z [00:02:03.526]➜  		"metadatas/alidns/ListCloudGtmAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmAddresses.json",
2025-08-20T19:15:58.9089133Z [00:02:03.526]➜  		"metadatas/alidns/ListCloudGtmAlertLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmAlertLogs.json",
2025-08-20T19:15:58.9090953Z [00:02:03.526]➜  		"metadatas/alidns/ListCloudGtmAvailableAlertGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmAvailableAlertGroups.json",
2025-08-20T19:15:58.9092153Z [00:02:03.526]➜  		"metadatas/alidns/ListCloudGtmInstanceConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmInstanceConfigs.json",
2025-08-20T19:15:58.9093370Z [00:02:03.526]➜  		"metadatas/alidns/ListCloudGtmInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmInstances.json",
2025-08-20T19:15:58.9094967Z [00:02:03.526]➜  		"metadatas/alidns/ListCloudGtmMonitorNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmMonitorNodes.json",
2025-08-20T19:15:58.9096210Z [00:02:03.526]➜  		"metadatas/alidns/ListCloudGtmMonitorTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmMonitorTemplates.json",
2025-08-20T19:15:58.9097272Z [00:02:03.526]➜  		"metadatas/alidns/ListRecursionRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListRecursionRecords.json",
2025-08-20T19:15:58.9098435Z [00:02:03.526]➜  		"metadatas/alidns/ListRecursionZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListRecursionZones.json",
2025-08-20T19:15:58.9099591Z [00:02:03.526]➜  		"metadatas/alidns/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListTagResources.json",
2025-08-20T19:15:58.9100683Z [00:02:03.526]➜  		"metadatas/alidns/ModifyHichinaDomainDNS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ModifyHichinaDomainDNS.json",
2025-08-20T19:15:58.9101875Z [00:02:03.526]➜  		"metadatas/alidns/MoveDomainResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/MoveDomainResourceGroup.json",
2025-08-20T19:15:58.9103151Z [00:02:03.526]➜  		"metadatas/alidns/MoveGtmResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/MoveGtmResourceGroup.json",
2025-08-20T19:15:58.9104179Z [00:02:03.526]➜  		"metadatas/alidns/OperateBatchDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/OperateBatchDomain.json",
2025-08-20T19:15:58.9105138Z [00:02:03.526]➜  		"metadatas/alidns/PausePdnsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/PausePdnsService.json",
2025-08-20T19:15:58.9106264Z [00:02:03.526]➜  		"metadatas/alidns/PreviewGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/PreviewGtmRecoveryPlan.json",
2025-08-20T19:15:58.9107234Z [00:02:03.526]➜  		"metadatas/alidns/RemovePdnsAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/RemovePdnsAppKey.json",
2025-08-20T19:15:58.9108321Z [00:02:03.526]➜  		"metadatas/alidns/RemovePdnsUdpIpSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/RemovePdnsUdpIpSegment.json",
2025-08-20T19:15:58.9109634Z [00:02:03.526]➜  		"metadatas/alidns/ReplaceCloudGtmAddressPoolAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ReplaceCloudGtmAddressPoolAddress.json",
2025-08-20T19:15:58.9111081Z [00:02:03.526]➜  		"metadatas/alidns/ReplaceCloudGtmInstanceConfigAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ReplaceCloudGtmInstanceConfigAddressPool.json",
2025-08-20T19:15:58.9112098Z [00:02:03.526]➜  		"metadatas/alidns/ResumePdnsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ResumePdnsService.json",
2025-08-20T19:15:58.9113176Z [00:02:03.526]➜  		"metadatas/alidns/RetrieveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/RetrieveDomain.json",
2025-08-20T19:15:58.9119577Z [00:02:03.526]➜  		"metadatas/alidns/RollbackGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/RollbackGtmRecoveryPlan.json",
2025-08-20T19:15:58.9120944Z [00:02:03.526]➜  		"metadatas/alidns/SearchCloudGtmAddressPools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmAddressPools.json",
2025-08-20T19:15:58.9122133Z [00:02:03.526]➜  		"metadatas/alidns/SearchCloudGtmAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmAddresses.json",
2025-08-20T19:15:58.9123535Z [00:02:03.526]➜  		"metadatas/alidns/SearchCloudGtmInstanceConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmInstanceConfigs.json",
2025-08-20T19:15:58.9124651Z [00:02:03.526]➜  		"metadatas/alidns/SearchCloudGtmInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmInstances.json",
2025-08-20T19:15:58.9125890Z [00:02:03.526]➜  		"metadatas/alidns/SearchCloudGtmMonitorTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmMonitorTemplates.json",
2025-08-20T19:15:58.9126994Z [00:02:03.526]➜  		"metadatas/alidns/SearchRecursionRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchRecursionRecords.json",
2025-08-20T19:15:58.9128037Z [00:02:03.526]➜  		"metadatas/alidns/SearchRecursionZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchRecursionZones.json",
2025-08-20T19:15:58.9129037Z [00:02:03.526]➜  		"metadatas/alidns/SetDNSSLBStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDNSSLBStatus.json",
2025-08-20T19:15:58.9130089Z [00:02:03.526]➜  		"metadatas/alidns/SetDnsGtmAccessMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDnsGtmAccessMode.json",
2025-08-20T19:15:58.9131176Z [00:02:03.526]➜  		"metadatas/alidns/SetDnsGtmMonitorStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDnsGtmMonitorStatus.json",
2025-08-20T19:15:58.9132688Z [00:02:03.526]➜  		"metadatas/alidns/SetDomainDnssecStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDomainDnssecStatus.json",
2025-08-20T19:15:58.9133803Z [00:02:03.526]➜  		"metadatas/alidns/SetDomainRecordStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDomainRecordStatus.json",
2025-08-20T19:15:58.9142359Z [00:02:03.526]➜  		"metadatas/alidns/SetGtmAccessMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetGtmAccessMode.json",
2025-08-20T19:15:58.9143782Z [00:02:03.526]➜  		"metadatas/alidns/SetGtmMonitorStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetGtmMonitorStatus.json",
2025-08-20T19:15:58.9144901Z [00:02:03.526]➜  		"metadatas/alidns/SubmitIspFlushCacheTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SubmitIspFlushCacheTask.json",
2025-08-20T19:15:58.9146187Z [00:02:03.526]➜  		"metadatas/alidns/SwitchDnsGtmInstanceStrategyMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SwitchDnsGtmInstanceStrategyMode.json",
2025-08-20T19:15:58.9147110Z [00:02:03.526]➜  		"metadatas/alidns/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/TagResources.json",
2025-08-20T19:15:58.9148019Z [00:02:03.526]➜  		"metadatas/alidns/TransferDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/TransferDomain.json",
2025-08-20T19:15:58.9149084Z [00:02:03.526]➜  		"metadatas/alidns/UnbindInstanceDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UnbindInstanceDomains.json",
2025-08-20T19:15:58.9150005Z [00:02:03.526]➜  		"metadatas/alidns/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UntagResources.json",
2025-08-20T19:15:58.9151013Z [00:02:03.526]➜  		"metadatas/alidns/UpdateAppKeyState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateAppKeyState.json",
2025-08-20T19:15:58.9152182Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddress.json",
2025-08-20T19:15:58.9153784Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmAddressEnableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressEnableStatus.json",
2025-08-20T19:15:58.9155279Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmAddressManualAvailableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressManualAvailableStatus.json",
2025-08-20T19:15:58.9156647Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmAddressPoolBasicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressPoolBasicConfig.json",
2025-08-20T19:15:58.9158047Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmAddressPoolEnableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressPoolEnableStatus.json",
2025-08-20T19:15:58.9159391Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmAddressPoolLbStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressPoolLbStrategy.json",
2025-08-20T19:15:58.9160669Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmAddressPoolRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressPoolRemark.json",
2025-08-20T19:15:58.9161851Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmAddressRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressRemark.json",
2025-08-20T19:15:58.9163159Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmGlobalAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmGlobalAlert.json",
2025-08-20T19:15:58.9164564Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmInstanceConfigAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigAlert.json",
2025-08-20T19:15:58.9165947Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmInstanceConfigBasic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigBasic.json",
2025-08-20T19:15:58.9167384Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmInstanceConfigEnableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigEnableStatus.json",
2025-08-20T19:15:58.9168795Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmInstanceConfigLbStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigLbStrategy.json",
2025-08-20T19:15:58.9170111Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmInstanceConfigRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigRemark.json",
2025-08-20T19:15:58.9171276Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceName.json",
2025-08-20T19:15:58.9172673Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmMonitorTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmMonitorTemplate.json",
2025-08-20T19:15:58.9174044Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCloudGtmMonitorTemplateRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmMonitorTemplateRemark.json",
2025-08-20T19:15:58.9175024Z [00:02:03.526]➜  		"metadatas/alidns/UpdateCustomLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCustomLine.json",
2025-08-20T19:15:58.9176021Z [00:02:03.526]➜  		"metadatas/alidns/UpdateDNSSLBWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDNSSLBWeight.json",
2025-08-20T19:15:58.9177072Z [00:02:03.526]➜  		"metadatas/alidns/UpdateDnsCacheDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsCacheDomain.json",
2025-08-20T19:15:58.9178401Z [00:02:03.526]➜  		"metadatas/alidns/UpdateDnsCacheDomainRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsCacheDomainRemark.json",
2025-08-20T19:15:58.9179561Z [00:02:03.526]➜  		"metadatas/alidns/UpdateDnsGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsGtmAccessStrategy.json",
2025-08-20T19:15:58.9180656Z [00:02:03.526]➜  		"metadatas/alidns/UpdateDnsGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsGtmAddressPool.json",
2025-08-20T19:15:58.9181933Z [00:02:03.526]➜  		"metadatas/alidns/UpdateDnsGtmInstanceGlobalConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsGtmInstanceGlobalConfig.json",
2025-08-20T19:15:58.9183122Z [00:02:03.526]➜  		"metadatas/alidns/UpdateDnsGtmMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsGtmMonitor.json",
2025-08-20T19:15:58.9184138Z [00:02:03.526]➜  		"metadatas/alidns/UpdateDomainGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDomainGroup.json",
2025-08-20T19:15:58.9185149Z [00:02:03.526]➜  		"metadatas/alidns/UpdateDomainRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDomainRecord.json",
2025-08-20T19:15:58.9186250Z [00:02:03.526]➜  		"metadatas/alidns/UpdateDomainRecordRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDomainRecordRemark.json",
2025-08-20T19:15:58.9187250Z [00:02:03.526]➜  		"metadatas/alidns/UpdateDomainRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDomainRemark.json",
2025-08-20T19:15:58.9188486Z [00:02:03.526]➜  		"metadatas/alidns/UpdateGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmAccessStrategy.json",
2025-08-20T19:15:58.9189742Z [00:02:03.526]➜  		"metadatas/alidns/UpdateGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmAddressPool.json",
2025-08-20T19:15:58.9191010Z [00:02:03.526]➜  		"metadatas/alidns/UpdateGtmInstanceGlobalConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmInstanceGlobalConfig.json",
2025-08-20T19:15:58.9192015Z [00:02:03.526]➜  		"metadatas/alidns/UpdateGtmMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmMonitor.json",
2025-08-20T19:15:58.9193397Z [00:02:03.526]➜  		"metadatas/alidns/UpdateGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmRecoveryPlan.json",
2025-08-20T19:15:58.9194809Z [00:02:03.526]➜  		"metadatas/alidns/UpdateIspFlushCacheInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateIspFlushCacheInstanceConfig.json",
2025-08-20T19:15:58.9195924Z [00:02:03.526]➜  		"metadatas/alidns/UpdateRecursionRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionRecord.json",
2025-08-20T19:15:58.9197286Z [00:02:03.526]➜  		"metadatas/alidns/UpdateRecursionRecordEnableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionRecordEnableStatus.json",
2025-08-20T19:15:58.9198499Z [00:02:03.526]➜  		"metadatas/alidns/UpdateRecursionRecordWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionRecordWeight.json",
2025-08-20T19:15:58.9199987Z [00:02:03.526]➜  		"metadatas/alidns/UpdateRecursionRecordWeightEnableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionRecordWeightEnableStatus.json",
2025-08-20T19:15:58.9201380Z [00:02:03.526]➜  		"metadatas/alidns/UpdateRecursionZoneEffectiveScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionZoneEffectiveScope.json",
2025-08-20T19:15:58.9202962Z [00:02:03.526]➜  		"metadatas/alidns/UpdateRecursionZoneProxyPattern.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionZoneProxyPattern.json",
2025-08-20T19:15:58.9204212Z [00:02:03.526]➜  		"metadatas/alidns/UpdateRecursionZoneRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionZoneRemark.json",
2025-08-20T19:15:58.9205341Z [00:02:03.526]➜  		"metadatas/alidns/ValidateDnsGtmCnameRrCanUse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ValidateDnsGtmCnameRrCanUse.json",
2025-08-20T19:15:58.9206507Z [00:02:03.526]➜  		"metadatas/alidns/ValidatePdnsUdpIpSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ValidatePdnsUdpIpSegment.json",
2025-08-20T19:15:58.9207562Z [00:02:03.526]➜  		"metadatas/alikafka/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ChangeResourceGroup.json",
2025-08-20T19:15:58.9208653Z [00:02:03.526]➜  		"metadatas/alikafka/ConvertPostPayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ConvertPostPayOrder.json",
2025-08-20T19:15:58.9209571Z [00:02:03.526]➜  		"metadatas/alikafka/CreateAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateAcl.json",
2025-08-20T19:15:58.9210634Z [00:02:03.526]➜  		"metadatas/alikafka/CreateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateConsumerGroup.json",
2025-08-20T19:15:58.9211768Z [00:02:03.526]➜  		"metadatas/alikafka/CreatePostPayInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreatePostPayInstance.json",
2025-08-20T19:15:58.9212963Z [00:02:03.526]➜  		"metadatas/alikafka/CreatePostPayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreatePostPayOrder.json",
2025-08-20T19:15:58.9214182Z [00:02:03.526]➜  		"metadatas/alikafka/CreatePrePayInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreatePrePayInstance.json",
2025-08-20T19:15:58.9215383Z [00:02:03.526]➜  		"metadatas/alikafka/CreatePrePayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreatePrePayOrder.json",
2025-08-20T19:15:58.9216386Z [00:02:03.526]➜  		"metadatas/alikafka/CreateSaslUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateSaslUser.json",
2025-08-20T19:15:58.9217637Z [00:02:03.526]➜  		"metadatas/alikafka/CreateScheduledScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateScheduledScalingRule.json",
2025-08-20T19:15:58.9218612Z [00:02:03.526]➜  		"metadatas/alikafka/CreateTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateTopic.json",
2025-08-20T19:15:58.9219553Z [00:02:03.526]➜  		"metadatas/alikafka/DeleteAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteAcl.json",
2025-08-20T19:15:58.9220674Z [00:02:03.526]➜  		"metadatas/alikafka/DeleteConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteConsumerGroup.json",
2025-08-20T19:15:58.9221822Z [00:02:03.526]➜  		"metadatas/alikafka/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteInstance.json",
2025-08-20T19:15:58.9223000Z [00:02:03.526]➜  		"metadatas/alikafka/DeleteSaslUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteSaslUser.json",
2025-08-20T19:15:58.9224285Z [00:02:03.526]➜  		"metadatas/alikafka/DeleteScheduledScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteScheduledScalingRule.json",
2025-08-20T19:15:58.9225248Z [00:02:03.526]➜  		"metadatas/alikafka/DeleteTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteTopic.json",
2025-08-20T19:15:58.9226437Z [00:02:03.526]➜  		"metadatas/alikafka/DescribeAclResourceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DescribeAclResourceName.json",
2025-08-20T19:15:58.9227461Z [00:02:03.526]➜  		"metadatas/alikafka/DescribeAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DescribeAcls.json",
2025-08-20T19:15:58.9228683Z [00:02:03.526]➜  		"metadatas/alikafka/DescribeSaslUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DescribeSaslUsers.json",
2025-08-20T19:15:58.9229876Z [00:02:03.526]➜  		"metadatas/alikafka/EnableAutoGroupCreation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/EnableAutoGroupCreation.json",
2025-08-20T19:15:58.9231062Z [00:02:03.526]➜  		"metadatas/alikafka/EnableAutoTopicCreation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/EnableAutoTopicCreation.json",
2025-08-20T19:15:58.9232219Z [00:02:03.526]➜  		"metadatas/alikafka/GetAllInstanceIdList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetAllInstanceIdList.json",
2025-08-20T19:15:58.9233497Z [00:02:03.526]➜  		"metadatas/alikafka/GetAllowedIpList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetAllowedIpList.json",
2025-08-20T19:15:58.9234732Z [00:02:03.526]➜  		"metadatas/alikafka/GetAutoScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetAutoScalingConfiguration.json",
2025-08-20T19:15:58.9235776Z [00:02:03.526]➜  		"metadatas/alikafka/GetConsumerList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetConsumerList.json",
2025-08-20T19:15:58.9236866Z [00:02:03.526]➜  		"metadatas/alikafka/GetConsumerProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetConsumerProgress.json",
2025-08-20T19:15:58.9237902Z [00:02:03.526]➜  		"metadatas/alikafka/GetInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetInstanceList.json",
2025-08-20T19:15:58.9239086Z [00:02:03.526]➜  		"metadatas/alikafka/GetKafkaClientIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetKafkaClientIp.json",
2025-08-20T19:15:58.9240132Z [00:02:03.526]➜  		"metadatas/alikafka/GetQuotaTip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetQuotaTip.json",
2025-08-20T19:15:58.9241036Z [00:02:03.526]➜  		"metadatas/alikafka/GetRiskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetRiskList.json",
2025-08-20T19:15:58.9241968Z [00:02:03.526]➜  		"metadatas/alikafka/GetTopicList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetTopicList.json",
2025-08-20T19:15:58.9243340Z [00:02:03.526]➜  		"metadatas/alikafka/GetTopicStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetTopicStatus.json",
2025-08-20T19:15:58.9244513Z [00:02:03.526]➜  		"metadatas/alikafka/GetTopicSubscribeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetTopicSubscribeStatus.json",
2025-08-20T19:15:58.9245549Z [00:02:03.526]➜  		"metadatas/alikafka/ListRebalanceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ListRebalanceInfo.json",
2025-08-20T19:15:58.9246716Z [00:02:03.526]➜  		"metadatas/alikafka/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ListTagResources.json",
2025-08-20T19:15:58.9247806Z [00:02:03.526]➜  		"metadatas/alikafka/ModifyInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ModifyInstanceName.json",
2025-08-20T19:15:58.9248857Z [00:02:03.526]➜  		"metadatas/alikafka/ModifyPartitionNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ModifyPartitionNum.json",
2025-08-20T19:15:58.9250072Z [00:02:03.526]➜  		"metadatas/alikafka/ModifyScheduledScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ModifyScheduledScalingRule.json",
2025-08-20T19:15:58.9251088Z [00:02:03.526]➜  		"metadatas/alikafka/ModifyTopicRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ModifyTopicRemark.json",
2025-08-20T19:15:58.9252180Z [00:02:03.526]➜  		"metadatas/alikafka/QueryMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/QueryMessage.json",
2025-08-20T19:15:58.9253371Z [00:02:03.527]➜  		"metadatas/alikafka/ReleaseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ReleaseInstance.json",
2025-08-20T19:15:58.9254391Z [00:02:03.527]➜  		"metadatas/alikafka/ReopenInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ReopenInstance.json",
2025-08-20T19:15:58.9255374Z [00:02:03.527]➜  		"metadatas/alikafka/StartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/StartInstance.json",
2025-08-20T19:15:58.9256307Z [00:02:03.527]➜  		"metadatas/alikafka/StopInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/StopInstance.json",
2025-08-20T19:15:58.9257244Z [00:02:03.527]➜  		"metadatas/alikafka/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/TagResources.json",
2025-08-20T19:15:58.9258224Z [00:02:03.527]➜  		"metadatas/alikafka/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UntagResources.json",
2025-08-20T19:15:58.9259213Z [00:02:03.527]➜  		"metadatas/alikafka/UpdateAllowedIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpdateAllowedIp.json",
2025-08-20T19:15:58.9260338Z [00:02:03.527]➜  		"metadatas/alikafka/UpdateConsumerOffset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpdateConsumerOffset.json",
2025-08-20T19:15:58.9261438Z [00:02:03.527]➜  		"metadatas/alikafka/UpdateInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpdateInstanceConfig.json",
2025-08-20T19:15:58.9262826Z [00:02:03.527]➜  		"metadatas/alikafka/UpdateTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpdateTopicConfig.json",
2025-08-20T19:15:58.9264075Z [00:02:03.527]➜  		"metadatas/alikafka/UpgradeInstanceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpgradeInstanceVersion.json",
2025-08-20T19:15:58.9265151Z [00:02:03.527]➜  		"metadatas/alikafka/UpgradePostPayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpgradePostPayOrder.json",
2025-08-20T19:15:58.9266195Z [00:02:03.527]➜  		"metadatas/alikafka/UpgradePrePayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpgradePrePayOrder.json",
2025-08-20T19:15:58.9267329Z [00:02:03.527]➜  		"metadatas/apig/AddGatewaySecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/AddGatewaySecurityGroupRule.json",
2025-08-20T19:15:58.9268669Z [00:02:03.527]➜  		"metadatas/apig/BatchDeleteConsumerAuthorizationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/BatchDeleteConsumerAuthorizationRule.json",
2025-08-20T19:15:58.9269738Z [00:02:03.527]➜  		"metadatas/apig/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ChangeResourceGroup.json",
2025-08-20T19:15:58.9270776Z [00:02:03.527]➜  		"metadatas/apig/CreateAndAttachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateAndAttachPolicy.json",
2025-08-20T19:15:58.9271675Z [00:02:03.527]➜  		"metadatas/apig/CreateConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateConsumer.json",
2025-08-20T19:15:58.9273076Z [00:02:03.527]➜  		"metadatas/apig/CreateConsumerAuthorizationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateConsumerAuthorizationRule.json",
2025-08-20T19:15:58.9274340Z [00:02:03.527]➜  		"metadatas/apig/CreateConsumerAuthorizationRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateConsumerAuthorizationRules.json",
2025-08-20T19:15:58.9275257Z [00:02:03.527]➜  		"metadatas/apig/CreateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateDomain.json",
2025-08-20T19:15:58.9276335Z [00:02:03.527]➜  		"metadatas/apig/CreateEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateEnvironment.json",
2025-08-20T19:15:58.9277239Z [00:02:03.527]➜  		"metadatas/apig/CreateGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateGateway.json",
2025-08-20T19:15:58.9278127Z [00:02:03.527]➜  		"metadatas/apig/CreateHttpApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateHttpApi.json",
2025-08-20T19:15:58.9279169Z [00:02:03.527]➜  		"metadatas/apig/CreateHttpApiOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateHttpApiOperation.json",
2025-08-20T19:15:58.9280143Z [00:02:03.527]➜  		"metadatas/apig/CreateHttpApiRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateHttpApiRoute.json",
2025-08-20T19:15:58.9281188Z [00:02:03.527]➜  		"metadatas/apig/CreatePluginAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreatePluginAttachment.json",
2025-08-20T19:15:58.9282056Z [00:02:03.527]➜  		"metadatas/apig/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreatePolicy.json",
2025-08-20T19:15:58.9283288Z [00:02:03.527]➜  		"metadatas/apig/CreatePolicyAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreatePolicyAttachment.json",
2025-08-20T19:15:58.9284189Z [00:02:03.527]➜  		"metadatas/apig/CreateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateService.json",
2025-08-20T19:15:58.9285091Z [00:02:03.527]➜  		"metadatas/apig/DeleteConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteConsumer.json",
2025-08-20T19:15:58.9286432Z [00:02:03.527]➜  		"metadatas/apig/DeleteConsumerAuthorizationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteConsumerAuthorizationRule.json",
2025-08-20T19:15:58.9287393Z [00:02:03.527]➜  		"metadatas/apig/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteDomain.json",
2025-08-20T19:15:58.9288358Z [00:02:03.527]➜  		"metadatas/apig/DeleteEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteEnvironment.json",
2025-08-20T19:15:58.9289232Z [00:02:03.527]➜  		"metadatas/apig/DeleteGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteGateway.json",
2025-08-20T19:15:58.9290434Z [00:02:03.527]➜  		"metadatas/apig/DeleteGatewaySecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteGatewaySecurityGroupRule.json",
2025-08-20T19:15:58.9291307Z [00:02:03.527]➜  		"metadatas/apig/DeleteHttpApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteHttpApi.json",
2025-08-20T19:15:58.9292351Z [00:02:03.527]➜  		"metadatas/apig/DeleteHttpApiOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteHttpApiOperation.json",
2025-08-20T19:15:58.9293597Z [00:02:03.527]➜  		"metadatas/apig/DeleteHttpApiRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteHttpApiRoute.json",
2025-08-20T19:15:58.9294642Z [00:02:03.527]➜  		"metadatas/apig/DeletePluginAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeletePluginAttachment.json",
2025-08-20T19:15:58.9295506Z [00:02:03.527]➜  		"metadatas/apig/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeletePolicy.json",
2025-08-20T19:15:58.9296537Z [00:02:03.527]➜  		"metadatas/apig/DeletePolicyAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeletePolicyAttachment.json",
2025-08-20T19:15:58.9297859Z [00:02:03.527]➜  		"metadatas/apig/DeleteService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteService.json",
2025-08-20T19:15:58.9298783Z [00:02:03.527]➜  		"metadatas/apig/DeployHttpApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeployHttpApi.json",
2025-08-20T19:15:58.9299787Z [00:02:03.527]➜  		"metadatas/apig/ExportHttpApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ExportHttpApi.json",
2025-08-20T19:15:58.9300625Z [00:02:03.527]➜  		"metadatas/apig/GetConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetConsumer.json",
2025-08-20T19:15:58.9301785Z [00:02:03.527]➜  		"metadatas/apig/GetConsumerAuthorizationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetConsumerAuthorizationRule.json",
2025-08-20T19:15:58.9302809Z [00:02:03.527]➜  		"metadatas/apig/GetDashboard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetDashboard.json",
2025-08-20T19:15:58.9303658Z [00:02:03.527]➜  		"metadatas/apig/GetDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetDomain.json",
2025-08-20T19:15:58.9304569Z [00:02:03.527]➜  		"metadatas/apig/GetEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetEnvironment.json",
2025-08-20T19:15:58.9305424Z [00:02:03.527]➜  		"metadatas/apig/GetGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetGateway.json",
2025-08-20T19:15:58.9306321Z [00:02:03.527]➜  		"metadatas/apig/GetHttpApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetHttpApi.json",
2025-08-20T19:15:58.9307351Z [00:02:03.527]➜  		"metadatas/apig/GetHttpApiOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetHttpApiOperation.json",
2025-08-20T19:15:58.9308272Z [00:02:03.527]➜  		"metadatas/apig/GetHttpApiRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetHttpApiRoute.json",
2025-08-20T19:15:58.9309353Z [00:02:03.527]➜  		"metadatas/apig/GetPluginAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetPluginAttachment.json",
2025-08-20T19:15:58.9310329Z [00:02:03.527]➜  		"metadatas/apig/GetPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetPolicy.json",
2025-08-20T19:15:58.9311314Z [00:02:03.527]➜  		"metadatas/apig/GetPolicyAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetPolicyAttachment.json",
2025-08-20T19:15:58.9312294Z [00:02:03.527]➜  		"metadatas/apig/GetResourceOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetResourceOverview.json",
2025-08-20T19:15:58.9313296Z [00:02:03.527]➜  		"metadatas/apig/GetService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetService.json",
2025-08-20T19:15:58.9314363Z [00:02:03.527]➜  		"metadatas/apig/GetTraceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetTraceConfig.json",
2025-08-20T19:15:58.9315469Z [00:02:03.527]➜  		"metadatas/apig/ImportHttpApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ImportHttpApi.json",
2025-08-20T19:15:58.9316430Z [00:02:03.527]➜  		"metadatas/apig/ListConsumers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListConsumers.json",
2025-08-20T19:15:58.9317325Z [00:02:03.527]➜  		"metadatas/apig/ListDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListDomains.json",
2025-08-20T19:15:58.9318327Z [00:02:03.527]➜  		"metadatas/apig/ListEnvironments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListEnvironments.json",
2025-08-20T19:15:58.9319214Z [00:02:03.527]➜  		"metadatas/apig/ListGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListGateways.json",
2025-08-20T19:15:58.9320277Z [00:02:03.527]➜  		"metadatas/apig/ListHttpApiOperations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListHttpApiOperations.json",
2025-08-20T19:15:58.9321258Z [00:02:03.527]➜  		"metadatas/apig/ListHttpApiRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListHttpApiRoutes.json",
2025-08-20T19:15:58.9322308Z [00:02:03.527]➜  		"metadatas/apig/ListHttpApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListHttpApis.json",
2025-08-20T19:15:58.9323533Z [00:02:03.527]➜  		"metadatas/apig/ListPluginAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListPluginAttachments.json",
2025-08-20T19:15:58.9324374Z [00:02:03.527]➜  		"metadatas/apig/ListPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListPlugins.json",
2025-08-20T19:15:58.9325223Z [00:02:03.527]➜  		"metadatas/apig/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListPolicies.json",
2025-08-20T19:15:58.9326146Z [00:02:03.527]➜  		"metadatas/apig/ListPolicyClasses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListPolicyClasses.json",
2025-08-20T19:15:58.9327000Z [00:02:03.527]➜  		"metadatas/apig/ListServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListServices.json",
2025-08-20T19:15:58.9327849Z [00:02:03.527]➜  		"metadatas/apig/ListSslCerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListSslCerts.json",
2025-08-20T19:15:58.9328649Z [00:02:03.527]➜  		"metadatas/apig/ListZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListZones.json",
2025-08-20T19:15:58.9329863Z [00:02:03.527]➜  		"metadatas/apig/QueryConsumerAuthorizationRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/QueryConsumerAuthorizationRules.json",
2025-08-20T19:15:58.9331083Z [00:02:03.527]➜  		"metadatas/apig/RemoveConsumerAuthorizationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/RemoveConsumerAuthorizationRule.json",
2025-08-20T19:15:58.9332105Z [00:02:03.527]➜  		"metadatas/apig/RestartGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/RestartGateway.json",
2025-08-20T19:15:58.9333259Z [00:02:03.527]➜  		"metadatas/apig/UndeployHttpApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UndeployHttpApi.json",
2025-08-20T19:15:58.9334290Z [00:02:03.527]➜  		"metadatas/apig/UpdateAndAttachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateAndAttachPolicy.json",
2025-08-20T19:15:58.9335199Z [00:02:03.527]➜  		"metadatas/apig/UpdateConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateConsumer.json",
2025-08-20T19:15:58.9336418Z [00:02:03.527]➜  		"metadatas/apig/UpdateConsumerAuthorizationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateConsumerAuthorizationRule.json",
2025-08-20T19:15:58.9337289Z [00:02:03.527]➜  		"metadatas/apig/UpdateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateDomain.json",
2025-08-20T19:15:58.9338280Z [00:02:03.527]➜  		"metadatas/apig/UpdateEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateEnvironment.json",
2025-08-20T19:15:58.9339393Z [00:02:03.527]➜  		"metadatas/apig/UpdateGatewayFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateGatewayFeature.json",
2025-08-20T19:15:58.9340369Z [00:02:03.527]➜  		"metadatas/apig/UpdateGatewayName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateGatewayName.json",
2025-08-20T19:15:58.9341212Z [00:02:03.527]➜  		"metadatas/apig/UpdateHttpApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateHttpApi.json",
2025-08-20T19:15:58.9342221Z [00:02:03.527]➜  		"metadatas/apig/UpdateHttpApiOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateHttpApiOperation.json",
2025-08-20T19:15:58.9343586Z [00:02:03.527]➜  		"metadatas/apig/UpdateHttpApiRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateHttpApiRoute.json",
2025-08-20T19:15:58.9344673Z [00:02:03.527]➜  		"metadatas/apig/UpdatePluginAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdatePluginAttachment.json",
2025-08-20T19:15:58.9345712Z [00:02:03.527]➜  		"metadatas/apig/UpdatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdatePolicy.json",
2025-08-20T19:15:58.9346623Z [00:02:03.527]➜  		"metadatas/apig/UpgradeGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpgradeGateway.json",
2025-08-20T19:15:58.9348082Z [00:02:03.527]➜  		"metadatas/arms/AddAliClusterIdsToPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddAliClusterIdsToPrometheusGlobalView.json",
2025-08-20T19:15:58.9348945Z [00:02:03.527]➜  		"metadatas/arms/AddGrafana.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddGrafana.json",
2025-08-20T19:15:58.9349879Z [00:02:03.527]➜  		"metadatas/arms/AddIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddIntegration.json",
2025-08-20T19:15:58.9351002Z [00:02:03.527]➜  		"metadatas/arms/AddPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddPrometheusGlobalView.json",
2025-08-20T19:15:58.9352630Z [00:02:03.527]➜  		"metadatas/arms/AddPrometheusGlobalViewByAliClusterIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddPrometheusGlobalViewByAliClusterIds.json",
2025-08-20T19:15:58.9353773Z [00:02:03.527]➜  		"metadatas/arms/AddPrometheusInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddPrometheusInstance.json",
2025-08-20T19:15:58.9354916Z [00:02:03.527]➜  		"metadatas/arms/AddPrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddPrometheusIntegration.json",
2025-08-20T19:15:58.9355862Z [00:02:03.527]➜  		"metadatas/arms/AddRecordingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddRecordingRule.json",
2025-08-20T19:15:58.9357050Z [00:02:03.527]➜  		"metadatas/arms/AddTagToFlinkCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddTagToFlinkCluster.json",
2025-08-20T19:15:58.9358595Z [00:02:03.527]➜  		"metadatas/arms/AppendInstancesToPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AppendInstancesToPrometheusGlobalView.json",
2025-08-20T19:15:58.9359542Z [00:02:03.527]➜  		"metadatas/arms/ApplyScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ApplyScenario.json",
2025-08-20T19:15:58.9361028Z [00:02:03.527]➜  		"metadatas/arms/BindPrometheusGrafanaInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/BindPrometheusGrafanaInstance.json",
2025-08-20T19:15:58.9363902Z [00:02:03.527]➜  		"metadatas/arms/BlockAlarmNotification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/BlockAlarmNotification.json",
2025-08-20T19:15:58.9365001Z [00:02:03.527]➜  		"metadatas/arms/ChangeAlarmSeverity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ChangeAlarmSeverity.json",
2025-08-20T19:15:58.9366173Z [00:02:03.527]➜  		"metadatas/arms/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ChangeResourceGroup.json",
2025-08-20T19:15:58.9367271Z [00:02:03.527]➜  		"metadatas/arms/CheckCommercialStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CheckCommercialStatus.json",
2025-08-20T19:15:58.9368312Z [00:02:03.527]➜  		"metadatas/arms/CheckServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CheckServiceStatus.json",
2025-08-20T19:15:58.9369181Z [00:02:03.527]➜  		"metadatas/arms/ClaimAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ClaimAlarm.json",
2025-08-20T19:15:58.9370065Z [00:02:03.527]➜  		"metadatas/arms/CloseAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CloseAlarm.json",
2025-08-20T19:15:58.9370947Z [00:02:03.527]➜  		"metadatas/arms/ConfigApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ConfigApp.json",
2025-08-20T19:15:58.9372200Z [00:02:03.527]➜  		"metadatas/arms/CreateAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateAlertContact.json",
2025-08-20T19:15:58.9373543Z [00:02:03.527]➜  		"metadatas/arms/CreateAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateAlertContactGroup.json",
2025-08-20T19:15:58.9374555Z [00:02:03.527]➜  		"metadatas/arms/CreateDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateDispatchRule.json",
2025-08-20T19:15:58.9375536Z [00:02:03.527]➜  		"metadatas/arms/CreateEnvCustomJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateEnvCustomJob.json",
2025-08-20T19:15:58.9376624Z [00:02:03.527]➜  		"metadatas/arms/CreateEnvPodMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateEnvPodMonitor.json",
2025-08-20T19:15:58.9377751Z [00:02:03.527]➜  		"metadatas/arms/CreateEnvServiceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateEnvServiceMonitor.json",
2025-08-20T19:15:58.9378752Z [00:02:03.527]➜  		"metadatas/arms/CreateEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateEnvironment.json",
2025-08-20T19:15:58.9379863Z [00:02:03.527]➜  		"metadatas/arms/CreateGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateGrafanaWorkspace.json",
2025-08-20T19:15:58.9380901Z [00:02:03.527]➜  		"metadatas/arms/CreateIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateIntegration.json",
2025-08-20T19:15:58.9382047Z [00:02:03.527]➜  		"metadatas/arms/CreateOrUpdateAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateAlertRule.json",
2025-08-20T19:15:58.9396603Z [00:02:03.527]➜  		"metadatas/arms/CreateOrUpdateContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateContact.json",
2025-08-20T19:15:58.9397982Z [00:02:03.527]➜  		"metadatas/arms/CreateOrUpdateContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateContactGroup.json",
2025-08-20T19:15:58.9399379Z [00:02:03.527]➜  		"metadatas/arms/CreateOrUpdateEventBridgeIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateEventBridgeIntegration.json",
2025-08-20T19:15:58.9400477Z [00:02:03.527]➜  		"metadatas/arms/CreateOrUpdateIMRobot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateIMRobot.json",
2025-08-20T19:15:58.9401798Z [00:02:03.527]➜  		"metadatas/arms/CreateOrUpdateNotificationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateNotificationPolicy.json",
2025-08-20T19:15:58.9403152Z [00:02:03.527]➜  		"metadatas/arms/CreateOrUpdateSilencePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateSilencePolicy.json",
2025-08-20T19:15:58.9404550Z [00:02:03.527]➜  		"metadatas/arms/CreateOrUpdateWebhookContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateWebhookContact.json",
2025-08-20T19:15:58.9405796Z [00:02:03.527]➜  		"metadatas/arms/CreatePrometheusAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreatePrometheusAlertRule.json",
2025-08-20T19:15:58.9407082Z [00:02:03.527]➜  		"metadatas/arms/CreatePrometheusInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreatePrometheusInstance.json",
2025-08-20T19:15:58.9408357Z [00:02:03.527]➜  		"metadatas/arms/CreatePrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreatePrometheusMonitoring.json",
2025-08-20T19:15:58.9409439Z [00:02:03.527]➜  		"metadatas/arms/CreateRetcodeApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateRetcodeApp.json",
2025-08-20T19:15:58.9410337Z [00:02:03.527]➜  		"metadatas/arms/CreateRumApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateRumApp.json",
2025-08-20T19:15:58.9411601Z [00:02:03.527]➜  		"metadatas/arms/CreateRumUploadFileUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateRumUploadFileUrl.json",
2025-08-20T19:15:58.9412846Z [00:02:03.527]➜  		"metadatas/arms/CreateSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateSyntheticTask.json",
2025-08-20T19:15:58.9414044Z [00:02:03.527]➜  		"metadatas/arms/CreateTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateTimingSyntheticTask.json",
2025-08-20T19:15:58.9414980Z [00:02:03.527]➜  		"metadatas/arms/CreateWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateWebhook.json",
2025-08-20T19:15:58.9415863Z [00:02:03.527]➜  		"metadatas/arms/DelAuthToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DelAuthToken.json",
2025-08-20T19:15:58.9416867Z [00:02:03.527]➜  		"metadatas/arms/DeleteAddonRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAddonRelease.json",
2025-08-20T19:15:58.9417898Z [00:02:03.527]➜  		"metadatas/arms/DeleteAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAlertContact.json",
2025-08-20T19:15:58.9418983Z [00:02:03.527]➜  		"metadatas/arms/DeleteAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAlertContactGroup.json",
2025-08-20T19:15:58.9419927Z [00:02:03.527]➜  		"metadatas/arms/DeleteAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAlertRule.json",
2025-08-20T19:15:58.9420904Z [00:02:03.527]➜  		"metadatas/arms/DeleteAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAlertRules.json",
2025-08-20T19:15:58.9421938Z [00:02:03.527]➜  		"metadatas/arms/DeleteAppList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAppList.json",
2025-08-20T19:15:58.9423338Z [00:02:03.527]➜  		"metadatas/arms/DeleteCmsExporter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteCmsExporter.json",
2025-08-20T19:15:58.9424261Z [00:02:03.527]➜  		"metadatas/arms/DeleteContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteContact.json",
2025-08-20T19:15:58.9425240Z [00:02:03.527]➜  		"metadatas/arms/DeleteContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteContactGroup.json",
2025-08-20T19:15:58.9426223Z [00:02:03.527]➜  		"metadatas/arms/DeleteDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteDispatchRule.json",
2025-08-20T19:15:58.9427112Z [00:02:03.527]➜  		"metadatas/arms/DeleteEnvCustomJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvCustomJob.json",
2025-08-20T19:15:58.9428233Z [00:02:03.527]➜  		"metadatas/arms/DeleteEnvPodMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvPodMonitor.json",
2025-08-20T19:15:58.9429236Z [00:02:03.527]➜  		"metadatas/arms/DeleteEnvServiceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvServiceMonitor.json",
2025-08-20T19:15:58.9430124Z [00:02:03.527]➜  		"metadatas/arms/DeleteEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvironment.json",
2025-08-20T19:15:58.9431238Z [00:02:03.527]➜  		"metadatas/arms/DeleteEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvironmentFeature.json",
2025-08-20T19:15:58.9432713Z [00:02:03.527]➜  		"metadatas/arms/DeleteEventBridgeIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEventBridgeIntegration.json",
2025-08-20T19:15:58.9433801Z [00:02:03.527]➜  		"metadatas/arms/DeleteGrafanaResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteGrafanaResource.json",
2025-08-20T19:15:58.9435046Z [00:02:03.527]➜  		"metadatas/arms/DeleteGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteGrafanaWorkspace.json",
2025-08-20T19:15:58.9435916Z [00:02:03.527]➜  		"metadatas/arms/DeleteIMRobot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteIMRobot.json",
2025-08-20T19:15:58.9437583Z [00:02:03.527]➜  		"metadatas/arms/DeleteIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteIntegration.json",
2025-08-20T19:15:58.9439421Z [00:02:03.527]➜  		"metadatas/arms/DeleteIntegrations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteIntegrations.json",
2025-08-20T19:15:58.9441508Z [00:02:03.527]➜  		"metadatas/arms/DeleteNotificationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteNotificationPolicy.json",
2025-08-20T19:15:58.9444140Z [00:02:03.527]➜  		"metadatas/arms/DeletePrometheusAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeletePrometheusAlertRule.json",
2025-08-20T19:15:58.9446421Z [00:02:03.527]➜  		"metadatas/arms/DeletePrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeletePrometheusGlobalView.json",
2025-08-20T19:15:58.9448695Z [00:02:03.527]➜  		"metadatas/arms/DeletePrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeletePrometheusIntegration.json",
2025-08-20T19:15:58.9450966Z [00:02:03.527]➜  		"metadatas/arms/DeletePrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeletePrometheusMonitoring.json",
2025-08-20T19:15:58.9453194Z [00:02:03.527]➜  		"metadatas/arms/DeleteRetcodeApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteRetcodeApp.json",
2025-08-20T19:15:58.9455037Z [00:02:03.527]➜  		"metadatas/arms/DeleteRumApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteRumApp.json",
2025-08-20T19:15:58.9457111Z [00:02:03.527]➜  		"metadatas/arms/DeleteRumUploadFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteRumUploadFile.json",
2025-08-20T19:15:58.9458962Z [00:02:03.527]➜  		"metadatas/arms/DeleteScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteScenario.json",
2025-08-20T19:15:58.9460843Z [00:02:03.527]➜  		"metadatas/arms/DeleteSilencePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteSilencePolicy.json",
2025-08-20T19:15:58.9462957Z [00:02:03.527]➜  		"metadatas/arms/DeleteSourceMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteSourceMap.json",
2025-08-20T19:15:58.9464897Z [00:02:03.527]➜  		"metadatas/arms/DeleteSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteSyntheticTask.json",
2025-08-20T19:15:58.9466964Z [00:02:03.527]➜  		"metadatas/arms/DeleteTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteTimingSyntheticTask.json",
2025-08-20T19:15:58.9469141Z [00:02:03.527]➜  		"metadatas/arms/DeleteTraceApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteTraceApp.json",
2025-08-20T19:15:58.9471020Z [00:02:03.527]➜  		"metadatas/arms/DeleteWebhookContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteWebhookContact.json",
2025-08-20T19:15:58.9473281Z [00:02:03.527]➜  		"metadatas/arms/DescribeAddonMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeAddonMetrics.json",
2025-08-20T19:15:58.9475231Z [00:02:03.527]➜  		"metadatas/arms/DescribeAddonRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeAddonRelease.json",
2025-08-20T19:15:58.9477232Z [00:02:03.527]➜  		"metadatas/arms/DescribeContactGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeContactGroups.json",
2025-08-20T19:15:58.9479213Z [00:02:03.527]➜  		"metadatas/arms/DescribeContacts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeContacts.json",
2025-08-20T19:15:58.9481297Z [00:02:03.527]➜  		"metadatas/arms/DescribeDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeDispatchRule.json",
2025-08-20T19:15:58.9508136Z [00:02:03.527]➜  		"metadatas/arms/DescribeEnvCustomJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvCustomJob.json",
2025-08-20T19:15:58.9510337Z [00:02:03.528]➜  		"metadatas/arms/DescribeEnvDropMetricsRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvDropMetricsRule.json",
2025-08-20T19:15:58.9512688Z [00:02:03.528]➜  		"metadatas/arms/DescribeEnvPodMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvPodMonitor.json",
2025-08-20T19:15:58.9514838Z [00:02:03.528]➜  		"metadatas/arms/DescribeEnvServiceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvServiceMonitor.json",
2025-08-20T19:15:58.9516883Z [00:02:03.528]➜  		"metadatas/arms/DescribeEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvironment.json",
2025-08-20T19:15:58.9518860Z [00:02:03.528]➜  		"metadatas/arms/DescribeEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvironmentFeature.json",
2025-08-20T19:15:58.9520763Z [00:02:03.528]➜  		"metadatas/arms/DescribeIMRobots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeIMRobots.json",
2025-08-20T19:15:58.9522919Z [00:02:03.528]➜  		"metadatas/arms/DescribePrometheusAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribePrometheusAlertRule.json",
2025-08-20T19:15:58.9525271Z [00:02:03.528]➜  		"metadatas/arms/DescribeTraceLicenseKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeTraceLicenseKey.json",
2025-08-20T19:15:58.9527433Z [00:02:03.528]➜  		"metadatas/arms/DescribeWebhookContacts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeWebhookContacts.json",
2025-08-20T19:15:58.9529370Z [00:02:03.528]➜  		"metadatas/arms/DoInsightsAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DoInsightsAction.json",
2025-08-20T19:15:58.9531108Z [00:02:03.528]➜  		"metadatas/arms/EnableMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/EnableMetric.json",
2025-08-20T19:15:58.9533128Z [00:02:03.528]➜  		"metadatas/arms/GetAgentDownloadUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAgentDownloadUrl.json",
2025-08-20T19:15:58.9535103Z [00:02:03.528]➜  		"metadatas/arms/GetAgentDownloadUrlV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAgentDownloadUrlV2.json",
2025-08-20T19:15:58.9536975Z [00:02:03.528]➜  		"metadatas/arms/GetAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAlertRules.json",
2025-08-20T19:15:58.9538931Z [00:02:03.528]➜  		"metadatas/arms/GetAppApiByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAppApiByPage.json",
2025-08-20T19:15:58.9540802Z [00:02:03.528]➜  		"metadatas/arms/GetAppJVMConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAppJVMConfig.json",
2025-08-20T19:15:58.9542742Z [00:02:03.528]➜  		"metadatas/arms/GetAuthToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAuthToken.json",
2025-08-20T19:15:58.9544437Z [00:02:03.528]➜  		"metadatas/arms/GetCloudClusterAllUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetCloudClusterAllUrl.json",
2025-08-20T19:15:58.9546140Z [00:02:03.528]➜  		"metadatas/arms/GetClusterAllUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetClusterAllUrl.json",
2025-08-20T19:15:58.9547983Z [00:02:03.528]➜  		"metadatas/arms/GetCommercialStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetCommercialStatus.json",
2025-08-20T19:15:58.9549875Z [00:02:03.528]➜  		"metadatas/arms/GetExploreUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetExploreUrl.json",
2025-08-20T19:15:58.9551730Z [00:02:03.528]➜  		"metadatas/arms/GetGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetGrafanaWorkspace.json",
2025-08-20T19:15:58.9553882Z [00:02:03.528]➜  		"metadatas/arms/GetIntegrationState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetIntegrationState.json",
2025-08-20T19:15:58.9556001Z [00:02:03.528]➜  		"metadatas/arms/GetManagedPrometheusStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetManagedPrometheusStatus.json",
2025-08-20T19:15:58.9558048Z [00:02:03.528]➜  		"metadatas/arms/GetMultipleTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetMultipleTrace.json",
2025-08-20T19:15:58.9560189Z [00:02:03.528]➜  		"metadatas/arms/GetOnCallSchedulesDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetOnCallSchedulesDetail.json",
2025-08-20T19:15:58.9562706Z [00:02:03.528]➜  		"metadatas/arms/GetPrometheusApiToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusApiToken.json",
2025-08-20T19:15:58.9564800Z [00:02:03.528]➜  		"metadatas/arms/GetPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusGlobalView.json",
2025-08-20T19:15:58.9566851Z [00:02:03.528]➜  		"metadatas/arms/GetPrometheusInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusInstance.json",
2025-08-20T19:15:58.9569017Z [00:02:03.528]➜  		"metadatas/arms/GetPrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusIntegration.json",
2025-08-20T19:15:58.9571220Z [00:02:03.528]➜  		"metadatas/arms/GetPrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusMonitoring.json",
2025-08-20T19:15:58.9573355Z [00:02:03.528]➜  		"metadatas/arms/GetRecordingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRecordingRule.json",
2025-08-20T19:15:58.9575241Z [00:02:03.528]➜  		"metadatas/arms/GetRetcodeAppByPid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRetcodeAppByPid.json",
2025-08-20T19:15:58.9577256Z [00:02:03.528]➜  		"metadatas/arms/GetRetcodeDataByQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRetcodeDataByQuery.json",
2025-08-20T19:15:58.9579145Z [00:02:03.528]➜  		"metadatas/arms/GetRetcodeLogstore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRetcodeLogstore.json",
2025-08-20T19:15:58.9581044Z [00:02:03.528]➜  		"metadatas/arms/GetRetcodeShareUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRetcodeShareUrl.json",
2025-08-20T19:15:58.9583266Z [00:02:03.528]➜  		"metadatas/arms/GetRumAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumAppInfo.json",
2025-08-20T19:15:58.9584997Z [00:02:03.528]➜  		"metadatas/arms/GetRumApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumApps.json",
2025-08-20T19:15:58.9586767Z [00:02:03.528]➜  		"metadatas/arms/GetRumDataForPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumDataForPage.json",
2025-08-20T19:15:58.9588925Z [00:02:03.528]➜  		"metadatas/arms/GetRumExceptionStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumExceptionStack.json",
2025-08-20T19:15:58.9591289Z [00:02:03.528]➜  		"metadatas/arms/GetRumOcuStatisticData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumOcuStatisticData.json",
2025-08-20T19:15:58.9593411Z [00:02:03.528]➜  		"metadatas/arms/GetRumUploadFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumUploadFiles.json",
2025-08-20T19:15:58.9595430Z [00:02:03.528]➜  		"metadatas/arms/GetSourceMapInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSourceMapInfo.json",
2025-08-20T19:15:58.9597113Z [00:02:03.528]➜  		"metadatas/arms/GetStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetStack.json",
2025-08-20T19:15:58.9598892Z [00:02:03.528]➜  		"metadatas/arms/GetSyntheticMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSyntheticMonitors.json",
2025-08-20T19:15:58.9600861Z [00:02:03.528]➜  		"metadatas/arms/GetSyntheticTaskDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSyntheticTaskDetail.json",
2025-08-20T19:15:58.9603083Z [00:02:03.528]➜  		"metadatas/arms/GetSyntheticTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSyntheticTaskList.json",
2025-08-20T19:15:58.9605113Z [00:02:03.528]➜  		"metadatas/arms/GetSyntheticTaskMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSyntheticTaskMonitors.json",
2025-08-20T19:15:58.9607275Z [00:02:03.528]➜  		"metadatas/arms/GetTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetTimingSyntheticTask.json",
2025-08-20T19:15:58.9609074Z [00:02:03.528]➜  		"metadatas/arms/GetTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetTrace.json",
2025-08-20T19:15:58.9610694Z [00:02:03.528]➜  		"metadatas/arms/GetTraceApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetTraceApp.json",
2025-08-20T19:15:58.9612631Z [00:02:03.528]➜  		"metadatas/arms/GetTraceAppConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetTraceAppConfig.json",
2025-08-20T19:15:58.9614690Z [00:02:03.528]➜  		"metadatas/arms/ImportAppAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ImportAppAlertRules.json",
2025-08-20T19:15:58.9616643Z [00:02:03.528]➜  		"metadatas/arms/InitEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InitEnvironment.json",
2025-08-20T19:15:58.9618376Z [00:02:03.528]➜  		"metadatas/arms/InstallAddon.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InstallAddon.json",
2025-08-20T19:15:58.9620167Z [00:02:03.528]➜  		"metadatas/arms/InstallCmsExporter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InstallCmsExporter.json",
2025-08-20T19:15:58.9622192Z [00:02:03.528]➜  		"metadatas/arms/InstallEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InstallEnvironmentFeature.json",
2025-08-20T19:15:58.9624569Z [00:02:03.528]➜  		"metadatas/arms/InstallManagedPrometheus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InstallManagedPrometheus.json",
2025-08-20T19:15:58.9626653Z [00:02:03.528]➜  		"metadatas/arms/ListActivatedAlerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListActivatedAlerts.json",
2025-08-20T19:15:58.9628664Z [00:02:03.528]➜  		"metadatas/arms/ListAddonReleases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListAddonReleases.json",
2025-08-20T19:15:58.9630420Z [00:02:03.528]➜  		"metadatas/arms/ListAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListAddons.json",
2025-08-20T19:15:58.9632117Z [00:02:03.528]➜  		"metadatas/arms/ListAlertEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListAlertEvents.json",
2025-08-20T19:15:58.9633981Z [00:02:03.528]➜  		"metadatas/arms/ListAlerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListAlerts.json",
2025-08-20T19:15:58.9635838Z [00:02:03.528]➜  		"metadatas/arms/ListClusterFromGrafana.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListClusterFromGrafana.json",
2025-08-20T19:15:58.9637772Z [00:02:03.528]➜  		"metadatas/arms/ListCmsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListCmsInstances.json",
2025-08-20T19:15:58.9639683Z [00:02:03.528]➜  		"metadatas/arms/ListDashboards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListDashboards.json",
2025-08-20T19:15:58.9641537Z [00:02:03.528]➜  		"metadatas/arms/ListDashboardsByName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListDashboardsByName.json",
2025-08-20T19:15:58.9643642Z [00:02:03.528]➜  		"metadatas/arms/ListDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListDispatchRule.json",
2025-08-20T19:15:58.9645462Z [00:02:03.528]➜  		"metadatas/arms/ListEnvCustomJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvCustomJobs.json",
2025-08-20T19:15:58.9647323Z [00:02:03.528]➜  		"metadatas/arms/ListEnvPodMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvPodMonitors.json",
2025-08-20T19:15:58.9649293Z [00:02:03.528]➜  		"metadatas/arms/ListEnvServiceMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvServiceMonitors.json",
2025-08-20T19:15:58.9651303Z [00:02:03.528]➜  		"metadatas/arms/ListEnvironmentAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentAddons.json",
2025-08-20T19:15:58.9653532Z [00:02:03.528]➜  		"metadatas/arms/ListEnvironmentAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentAlertRules.json",
2025-08-20T19:15:58.9655660Z [00:02:03.528]➜  		"metadatas/arms/ListEnvironmentDashboards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentDashboards.json",
2025-08-20T19:15:58.9657740Z [00:02:03.528]➜  		"metadatas/arms/ListEnvironmentFeatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentFeatures.json",
2025-08-20T19:15:58.9659839Z [00:02:03.528]➜  		"metadatas/arms/ListEnvironmentKubeResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentKubeResources.json",
2025-08-20T19:15:58.9661987Z [00:02:03.528]➜  		"metadatas/arms/ListEnvironmentMetricTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentMetricTargets.json",
2025-08-20T19:15:58.9664160Z [00:02:03.528]➜  		"metadatas/arms/ListEnvironments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironments.json",
2025-08-20T19:15:58.9666096Z [00:02:03.528]➜  		"metadatas/arms/ListEscalationPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEscalationPolicies.json",
2025-08-20T19:15:58.9668207Z [00:02:03.528]➜  		"metadatas/arms/ListEventBridgeIntegrations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEventBridgeIntegrations.json",
2025-08-20T19:15:58.9670280Z [00:02:03.528]➜  		"metadatas/arms/ListGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListGrafanaWorkspace.json",
2025-08-20T19:15:58.9672306Z [00:02:03.528]➜  		"metadatas/arms/ListInsightsEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListInsightsEvents.json",
2025-08-20T19:15:58.9674359Z [00:02:03.528]➜  		"metadatas/arms/ListIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListIntegration.json",
2025-08-20T19:15:58.9676310Z [00:02:03.528]➜  		"metadatas/arms/ListNotificationPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListNotificationPolicies.json",
2025-08-20T19:15:58.9678348Z [00:02:03.528]➜  		"metadatas/arms/ListOnCallSchedules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListOnCallSchedules.json",
2025-08-20T19:15:58.9680379Z [00:02:03.528]➜  		"metadatas/arms/ListPrometheusAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusAlertRules.json",
2025-08-20T19:15:58.9683039Z [00:02:03.528]➜  		"metadatas/arms/ListPrometheusAlertTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusAlertTemplates.json",
2025-08-20T19:15:58.9685535Z [00:02:03.528]➜  		"metadatas/arms/ListPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusGlobalView.json",
2025-08-20T19:15:58.9688103Z [00:02:03.528]➜  		"metadatas/arms/ListPrometheusInstanceByTagAndResourceGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusInstanceByTagAndResourceGroupId.json",
2025-08-20T19:15:58.9690606Z [00:02:03.528]➜  		"metadatas/arms/ListPrometheusInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusInstances.json",
2025-08-20T19:15:58.9692869Z [00:02:03.528]➜  		"metadatas/arms/ListPrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusIntegration.json",
2025-08-20T19:15:58.9695002Z [00:02:03.528]➜  		"metadatas/arms/ListPrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusMonitoring.json",
2025-08-20T19:15:58.9697127Z [00:02:03.528]➜  		"metadatas/arms/ListRetcodeApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListRetcodeApps.json",
2025-08-20T19:15:58.9698840Z [00:02:03.528]➜  		"metadatas/arms/ListScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListScenario.json",
2025-08-20T19:15:58.9700635Z [00:02:03.528]➜  		"metadatas/arms/ListSilencePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListSilencePolicies.json",
2025-08-20T19:15:58.9702713Z [00:02:03.528]➜  		"metadatas/arms/ListSyntheticDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListSyntheticDetail.json",
2025-08-20T19:15:58.9704621Z [00:02:03.528]➜  		"metadatas/arms/ListTimingSyntheticTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListTimingSyntheticTasks.json",
2025-08-20T19:15:58.9706412Z [00:02:03.528]➜  		"metadatas/arms/ListTraceApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListTraceApps.json",
2025-08-20T19:15:58.9708076Z [00:02:03.528]➜  		"metadatas/arms/OpenArmsDefaultSLR.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/OpenArmsDefaultSLR.json",
2025-08-20T19:15:58.9710273Z [00:02:03.528]➜  		"metadatas/arms/OpenArmsServiceSecondVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/OpenArmsServiceSecondVersion.json",
2025-08-20T19:15:58.9712096Z [00:02:03.528]➜  		"metadatas/arms/OpenVCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/OpenVCluster.json",
2025-08-20T19:15:58.9714393Z [00:02:03.528]➜  		"metadatas/arms/OpenXtraceDefaultSLR.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/OpenXtraceDefaultSLR.json",
2025-08-20T19:15:58.9716205Z [00:02:03.528]➜  		"metadatas/arms/QueryAppMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryAppMetadata.json",
2025-08-20T19:15:58.9718006Z [00:02:03.528]➜  		"metadatas/arms/QueryAppTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryAppTopology.json",
2025-08-20T19:15:58.9719767Z [00:02:03.528]➜  		"metadatas/arms/QueryCommercialUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryCommercialUsage.json",
2025-08-20T19:15:58.9721545Z [00:02:03.528]➜  		"metadatas/arms/QueryMetricByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryMetricByPage.json",
2025-08-20T19:15:58.9723630Z [00:02:03.528]➜  		"metadatas/arms/QueryPromInstallStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryPromInstallStatus.json",
2025-08-20T19:15:58.9725592Z [00:02:03.528]➜  		"metadatas/arms/QueryReleaseMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryReleaseMetric.json",
2025-08-20T19:15:58.9727987Z [00:02:03.528]➜  		"metadatas/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json",
2025-08-20T19:15:58.9730847Z [00:02:03.528]➜  		"metadatas/arms/RemoveSourcesFromPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/RemoveSourcesFromPrometheusGlobalView.json",
2025-08-20T19:15:58.9733266Z [00:02:03.528]➜  		"metadatas/arms/RestartEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/RestartEnvironmentFeature.json",
2025-08-20T19:15:58.9735271Z [00:02:03.528]➜  		"metadatas/arms/SaveTraceAppConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SaveTraceAppConfig.json",
2025-08-20T19:15:58.9737097Z [00:02:03.528]➜  		"metadatas/arms/SearchAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchAlertContact.json",
2025-08-20T19:15:58.9739070Z [00:02:03.528]➜  		"metadatas/arms/SearchAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchAlertContactGroup.json",
2025-08-20T19:15:58.9741221Z [00:02:03.528]➜  		"metadatas/arms/SearchAlertHistories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchAlertHistories.json",
2025-08-20T19:15:58.9743276Z [00:02:03.528]➜  		"metadatas/arms/SearchAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchAlertRules.json",
2025-08-20T19:15:58.9745044Z [00:02:03.528]➜  		"metadatas/arms/SearchEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchEvents.json",
2025-08-20T19:15:58.9747011Z [00:02:03.528]➜  		"metadatas/arms/SearchRetcodeAppByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchRetcodeAppByPage.json",
2025-08-20T19:15:58.9749203Z [00:02:03.528]➜  		"metadatas/arms/SearchTraceAppByName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchTraceAppByName.json",
2025-08-20T19:15:58.9751260Z [00:02:03.528]➜  		"metadatas/arms/SearchTraceAppByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchTraceAppByPage.json",
2025-08-20T19:15:58.9753443Z [00:02:03.528]➜  		"metadatas/arms/SearchTraces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchTraces.json",
2025-08-20T19:15:58.9755311Z [00:02:03.528]➜  		"metadatas/arms/SearchTracesByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchTracesByPage.json",
2025-08-20T19:15:58.9757287Z [00:02:03.528]➜  		"metadatas/arms/SendTTSVerifyLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SendTTSVerifyLink.json",
2025-08-20T19:15:58.9759248Z [00:02:03.528]➜  		"metadatas/arms/SetRetcodeShareStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SetRetcodeShareStatus.json",
2025-08-20T19:15:58.9761161Z [00:02:03.528]➜  		"metadatas/arms/StartAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/StartAlert.json",
2025-08-20T19:15:58.9763512Z [00:02:03.528]➜  		"metadatas/arms/StartTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/StartTimingSyntheticTask.json",
2025-08-20T19:15:58.9765357Z [00:02:03.528]➜  		"metadatas/arms/StopAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/StopAlert.json",
2025-08-20T19:15:58.9767068Z [00:02:03.528]➜  		"metadatas/arms/StopTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/StopTimingSyntheticTask.json",
2025-08-20T19:15:58.9769354Z [00:02:03.528]➜  		"metadatas/arms/SwitchSyntheticTaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SwitchSyntheticTaskStatus.json",
2025-08-20T19:15:58.9771541Z [00:02:03.528]➜  		"metadatas/arms/SyncRecordingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SyncRecordingRules.json",
2025-08-20T19:15:58.9773462Z [00:02:03.528]➜  		"metadatas/arms/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/TagResources.json",
2025-08-20T19:15:58.9775489Z [00:02:03.528]➜  		"metadatas/arms/UninstallManagedPrometheus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UninstallManagedPrometheus.json",
2025-08-20T19:15:58.9777456Z [00:02:03.528]➜  		"metadatas/arms/UninstallPromCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UninstallPromCluster.json",
2025-08-20T19:15:58.9779242Z [00:02:03.528]➜  		"metadatas/arms/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UntagResources.json",
2025-08-20T19:15:58.9781085Z [00:02:03.528]➜  		"metadatas/arms/UpdateAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateAlertContact.json",
2025-08-20T19:15:58.9783208Z [00:02:03.528]➜  		"metadatas/arms/UpdateAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateAlertContactGroup.json",
2025-08-20T19:15:58.9785344Z [00:02:03.528]➜  		"metadatas/arms/UpdateAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateAlertRule.json",
2025-08-20T19:15:58.9787228Z [00:02:03.528]➜  		"metadatas/arms/UpdateDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateDispatchRule.json",
2025-08-20T19:15:58.9789090Z [00:02:03.528]➜  		"metadatas/arms/UpdateEnvCustomJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvCustomJob.json",
2025-08-20T19:15:58.9791048Z [00:02:03.528]➜  		"metadatas/arms/UpdateEnvDropMetricsRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvDropMetricsRule.json",
2025-08-20T19:15:58.9793207Z [00:02:03.528]➜  		"metadatas/arms/UpdateEnvPodMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvPodMonitor.json",
2025-08-20T19:15:58.9795355Z [00:02:03.528]➜  		"metadatas/arms/UpdateEnvServiceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvServiceMonitor.json",
2025-08-20T19:15:58.9797377Z [00:02:03.528]➜  		"metadatas/arms/UpdateEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvironment.json",
2025-08-20T19:15:58.9799320Z [00:02:03.528]➜  		"metadatas/arms/UpdateGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateGrafanaWorkspace.json",
2025-08-20T19:15:58.9801458Z [00:02:03.528]➜  		"metadatas/arms/UpdateGrafanaWorkspaceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateGrafanaWorkspaceVersion.json",
2025-08-20T19:15:58.9803773Z [00:02:03.528]➜  		"metadatas/arms/UpdateIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateIntegration.json",
2025-08-20T19:15:58.9805629Z [00:02:03.528]➜  		"metadatas/arms/UpdateMetricDrop.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateMetricDrop.json",
2025-08-20T19:15:58.9807756Z [00:02:03.528]➜  		"metadatas/arms/UpdatePrometheusAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusAlertRule.json",
2025-08-20T19:15:58.9809973Z [00:02:03.528]➜  		"metadatas/arms/UpdatePrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusGlobalView.json",
2025-08-20T19:15:58.9812124Z [00:02:03.528]➜  		"metadatas/arms/UpdatePrometheusInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusInstance.json",
2025-08-20T19:15:58.9814456Z [00:02:03.528]➜  		"metadatas/arms/UpdatePrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusIntegration.json",
2025-08-20T19:15:58.9816657Z [00:02:03.528]➜  		"metadatas/arms/UpdatePrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusMonitoring.json",
2025-08-20T19:15:58.9819008Z [00:02:03.528]➜  		"metadatas/arms/UpdatePrometheusMonitoringStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusMonitoringStatus.json",
2025-08-20T19:15:58.9821029Z [00:02:03.528]➜  		"metadatas/arms/UpdateRumApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateRumApp.json",
2025-08-20T19:15:58.9822987Z [00:02:03.528]➜  		"metadatas/arms/UpdateRumFileStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateRumFileStatus.json",
2025-08-20T19:15:58.9825117Z [00:02:03.529]➜  		"metadatas/arms/UpdateTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateTimingSyntheticTask.json",
2025-08-20T19:15:58.9827157Z [00:02:03.529]➜  		"metadatas/arms/UpdateWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateWebhook.json",
2025-08-20T19:15:58.9829032Z [00:02:03.529]➜  		"metadatas/arms/UpgradeAddonRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpgradeAddonRelease.json",
2025-08-20T19:15:58.9831052Z [00:02:03.529]➜  		"metadatas/arms/UpgradeEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpgradeEnvironmentFeature.json",
2025-08-20T19:15:58.9832866Z [00:02:03.529]➜  		"metadatas/arms/Upload.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/Upload.json",
2025-08-20T19:15:58.9834533Z [00:02:03.529]➜  		"metadatas/bssopenapi/AddAccountRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/AddAccountRelation.json",
2025-08-20T19:15:58.9836551Z [00:02:03.529]➜  		"metadatas/bssopenapi/AllocateCostUnitResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/AllocateCostUnitResource.json",
2025-08-20T19:15:58.9838438Z [00:02:03.529]➜  		"metadatas/bssopenapi/ApplyInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ApplyInvoice.json",
2025-08-20T19:15:58.9840231Z [00:02:03.529]➜  		"metadatas/bssopenapi/CancelOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CancelOrder.json",
2025-08-20T19:15:58.9842204Z [00:02:03.529]➜  		"metadatas/bssopenapi/ChangeResellerConsumeAmount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ChangeResellerConsumeAmount.json",
2025-08-20T19:15:58.9844342Z [00:02:03.529]➜  		"metadatas/bssopenapi/ConfirmRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ConfirmRelation.json",
2025-08-20T19:15:58.9846155Z [00:02:03.529]➜  		"metadatas/bssopenapi/ConvertChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ConvertChargeType.json",
2025-08-20T19:15:58.9847957Z [00:02:03.529]➜  		"metadatas/bssopenapi/CreateAgAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateAgAccount.json",
2025-08-20T19:15:58.9849735Z [00:02:03.529]➜  		"metadatas/bssopenapi/CreateCostUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateCostUnit.json",
2025-08-20T19:15:58.9851595Z [00:02:03.529]➜  		"metadatas/bssopenapi/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateInstance.json",
2025-08-20T19:15:58.9853831Z [00:02:03.529]➜  		"metadatas/bssopenapi/CreateResellerUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateResellerUserQuota.json",
2025-08-20T19:15:58.9856140Z [00:02:03.529]➜  		"metadatas/bssopenapi/CreateResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateResourcePackage.json",
2025-08-20T19:15:58.9858559Z [00:02:03.529]➜  		"metadatas/bssopenapi/CreateSavingsPlansInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateSavingsPlansInstance.json",
2025-08-20T19:15:58.9860763Z [00:02:03.529]➜  		"metadatas/bssopenapi/DeleteCostUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DeleteCostUnit.json",
2025-08-20T19:15:58.9863583Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeCostBudgetsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeCostBudgetsSummary.json",
2025-08-20T19:15:58.9866404Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json",
2025-08-20T19:15:58.9869359Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json",
2025-08-20T19:15:58.9871844Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeInstanceBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeInstanceBill.json",
2025-08-20T19:15:58.9874423Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribePricingModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribePricingModule.json",
2025-08-20T19:15:58.9877134Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json",
2025-08-20T19:15:58.9880547Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json",
2025-08-20T19:15:58.9883606Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeResourceCoverageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourceCoverageDetail.json",
2025-08-20T19:15:58.9886277Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeResourceCoverageTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourceCoverageTotal.json",
2025-08-20T19:15:58.9888934Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeResourcePackageProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourcePackageProduct.json",
2025-08-20T19:15:58.9891548Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeResourceUsageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourceUsageDetail.json",
2025-08-20T19:15:58.9894196Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeResourceUsageTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourceUsageTotal.json",
2025-08-20T19:15:58.9896551Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeSavingsPlansCoverageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSavingsPlansCoverageDetail.json",
2025-08-20T19:15:58.9898977Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeSavingsPlansCoverageTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSavingsPlansCoverageTotal.json",
2025-08-20T19:15:58.9901586Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeSavingsPlansUsageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSavingsPlansUsageDetail.json",
2025-08-20T19:15:58.9904152Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeSavingsPlansUsageTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSavingsPlansUsageTotal.json",
2025-08-20T19:15:58.9906674Z [00:02:03.529]➜  		"metadatas/bssopenapi/DescribeSplitItemBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSplitItemBill.json",
2025-08-20T19:15:58.9908900Z [00:02:03.529]➜  		"metadatas/bssopenapi/GetAccountRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetAccountRelation.json",
2025-08-20T19:15:58.9911228Z [00:02:03.529]➜  		"metadatas/bssopenapi/GetCustomerAccountInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetCustomerAccountInfo.json",
2025-08-20T19:15:58.9913612Z [00:02:03.529]➜  		"metadatas/bssopenapi/GetCustomerList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetCustomerList.json",
2025-08-20T19:15:58.9915699Z [00:02:03.529]➜  		"metadatas/bssopenapi/GetOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetOrderDetail.json",
2025-08-20T19:15:58.9917820Z [00:02:03.529]➜  		"metadatas/bssopenapi/GetPayAsYouGoPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetPayAsYouGoPrice.json",
2025-08-20T19:15:58.9920112Z [00:02:03.529]➜  		"metadatas/bssopenapi/GetResourcePackagePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetResourcePackagePrice.json",
2025-08-20T19:15:58.9922369Z [00:02:03.529]➜  		"metadatas/bssopenapi/GetSubscriptionPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetSubscriptionPrice.json",
2025-08-20T19:15:58.9924852Z [00:02:03.529]➜  		"metadatas/bssopenapi/InquiryPriceRefundInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/InquiryPriceRefundInstance.json",
2025-08-20T19:15:58.9927071Z [00:02:03.529]➜  		"metadatas/bssopenapi/ModifyAccountRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ModifyAccountRelation.json",
2025-08-20T19:15:58.9929005Z [00:02:03.529]➜  		"metadatas/bssopenapi/ModifyCostUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ModifyCostUnit.json",
2025-08-20T19:15:58.9930766Z [00:02:03.529]➜  		"metadatas/bssopenapi/ModifyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ModifyInstance.json",
2025-08-20T19:15:58.9932774Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryAccountBalance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAccountBalance.json",
2025-08-20T19:15:58.9934663Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryAccountBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAccountBill.json",
2025-08-20T19:15:58.9936752Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryAccountTransactionDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAccountTransactionDetails.json",
2025-08-20T19:15:58.9938947Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryAccountTransactions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAccountTransactions.json",
2025-08-20T19:15:58.9941005Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryAvailableInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAvailableInstances.json",
2025-08-20T19:15:58.9942957Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryBill.json",
2025-08-20T19:15:58.9944717Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryBillOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryBillOverview.json",
2025-08-20T19:15:58.9947092Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryBillToOSSSubscription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryBillToOSSSubscription.json",
2025-08-20T19:15:58.9949075Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryCashCoupons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCashCoupons.json",
2025-08-20T19:15:58.9950934Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryCommodityList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCommodityList.json",
2025-08-20T19:15:58.9952888Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryCostUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCostUnit.json",
2025-08-20T19:15:58.9954783Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryCostUnitResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCostUnitResource.json",
2025-08-20T19:15:58.9956950Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryCustomerAddressList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCustomerAddressList.json",
2025-08-20T19:15:58.9959184Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryDPUtilizationDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryDPUtilizationDetail.json",
2025-08-20T19:15:58.9961345Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryEvaluateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryEvaluateList.json",
2025-08-20T19:15:58.9963657Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryFinancialAccountInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryFinancialAccountInfo.json",
2025-08-20T19:15:58.9965913Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryInstanceBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryInstanceBill.json",
2025-08-20T19:15:58.9968011Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryInstanceByTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryInstanceByTag.json",
2025-08-20T19:15:58.9970006Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryInstanceGaapCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryInstanceGaapCost.json",
2025-08-20T19:15:58.9972103Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryInvoicingCustomerList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryInvoicingCustomerList.json",
2025-08-20T19:15:58.9974184Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryOrders.json",
2025-08-20T19:15:58.9976015Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryPermissionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryPermissionList.json",
2025-08-20T19:15:58.9977938Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryPrepaidCards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryPrepaidCards.json",
2025-08-20T19:15:58.9979877Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryPriceEntityList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryPriceEntityList.json",
2025-08-20T19:15:58.9981780Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryProductList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryProductList.json",
2025-08-20T19:15:58.9983908Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryRIUtilizationDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryRIUtilizationDetail.json",
2025-08-20T19:15:58.9985778Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryRedeem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryRedeem.json",
2025-08-20T19:15:58.9987663Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryRelationList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryRelationList.json",
2025-08-20T19:15:58.9989991Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryResellerAvailableQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryResellerAvailableQuota.json",
2025-08-20T19:15:58.9992291Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryResellerUserAlarmThreshold.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryResellerUserAlarmThreshold.json",
2025-08-20T19:15:58.9994781Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryResourcePackageInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryResourcePackageInstances.json",
2025-08-20T19:15:58.9997025Z [00:02:03.529]➜  		"metadatas/bssopenapi/QuerySavingsPlansDeductLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySavingsPlansDeductLog.json",
2025-08-20T19:15:58.9999235Z [00:02:03.529]➜  		"metadatas/bssopenapi/QuerySavingsPlansDiscount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySavingsPlansDiscount.json",
2025-08-20T19:15:59.0001370Z [00:02:03.529]➜  		"metadatas/bssopenapi/QuerySavingsPlansInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySavingsPlansInstance.json",
2025-08-20T19:15:59.0003469Z [00:02:03.529]➜  		"metadatas/bssopenapi/QuerySettleBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySettleBill.json",
2025-08-20T19:15:59.0005301Z [00:02:03.529]➜  		"metadatas/bssopenapi/QuerySkuPriceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySkuPriceList.json",
2025-08-20T19:15:59.0007233Z [00:02:03.529]➜  		"metadatas/bssopenapi/QuerySplitItemBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySplitItemBill.json",
2025-08-20T19:15:59.0009208Z [00:02:03.529]➜  		"metadatas/bssopenapi/QueryUserOmsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryUserOmsData.json",
2025-08-20T19:15:59.0011111Z [00:02:03.529]➜  		"metadatas/bssopenapi/RefundInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RefundInstance.json",
2025-08-20T19:15:59.0013107Z [00:02:03.529]➜  		"metadatas/bssopenapi/ReleaseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ReleaseInstance.json",
2025-08-20T19:15:59.0015585Z [00:02:03.529]➜  		"metadatas/bssopenapi/RelieveAccountRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RelieveAccountRelation.json",
2025-08-20T19:15:59.0018007Z [00:02:03.529]➜  		"metadatas/bssopenapi/RenewChangeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RenewChangeInstance.json",
2025-08-20T19:15:59.0020285Z [00:02:03.529]➜  		"metadatas/bssopenapi/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RenewInstance.json",
2025-08-20T19:15:59.0022712Z [00:02:03.529]➜  		"metadatas/bssopenapi/RenewResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RenewResourcePackage.json",
2025-08-20T19:15:59.0025300Z [00:02:03.529]➜  		"metadatas/bssopenapi/SetAllExpirationDay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetAllExpirationDay.json",
2025-08-20T19:15:59.0027942Z [00:02:03.529]➜  		"metadatas/bssopenapi/SetRenewal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetRenewal.json",
2025-08-20T19:15:59.0030687Z [00:02:03.529]➜  		"metadatas/bssopenapi/SetResellerUserAlarmThreshold.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetResellerUserAlarmThreshold.json",
2025-08-20T19:15:59.0033134Z [00:02:03.529]➜  		"metadatas/bssopenapi/SetResellerUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetResellerUserQuota.json",
2025-08-20T19:15:59.0035435Z [00:02:03.529]➜  		"metadatas/bssopenapi/SetResellerUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetResellerUserStatus.json",
2025-08-20T19:15:59.0037538Z [00:02:03.529]➜  		"metadatas/bssopenapi/SubscribeBillToOSS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SubscribeBillToOSS.json",
2025-08-20T19:15:59.0039338Z [00:02:03.529]➜  		"metadatas/bssopenapi/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/TagResources.json",
2025-08-20T19:15:59.0041319Z [00:02:03.529]➜  		"metadatas/bssopenapi/UnsubscribeBillToOSS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/UnsubscribeBillToOSS.json",
2025-08-20T19:15:59.0043531Z [00:02:03.529]➜  		"metadatas/bssopenapi/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/UntagResources.json",
2025-08-20T19:15:59.0045656Z [00:02:03.529]➜  		"metadatas/bssopenapi/UpgradeResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/UpgradeResourcePackage.json",
2025-08-20T19:15:59.0048017Z [00:02:03.529]➜  		"metadatas/cas/CancelCertificateForPackageRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CancelCertificateForPackageRequest.json",
2025-08-20T19:15:59.0050131Z [00:02:03.529]➜  		"metadatas/cas/CancelOrderRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CancelOrderRequest.json",
2025-08-20T19:15:59.0052296Z [00:02:03.529]➜  		"metadatas/cas/CreateCertificateForPackageRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateCertificateForPackageRequest.json",
2025-08-20T19:15:59.0056343Z [00:02:03.529]➜  		"metadatas/cas/CreateCertificateRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateCertificateRequest.json",
2025-08-20T19:15:59.0058719Z [00:02:03.529]➜  		"metadatas/cas/CreateCertificateWithCsrRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateCertificateWithCsrRequest.json",
2025-08-20T19:15:59.0060725Z [00:02:03.529]➜  		"metadatas/cas/CreateCsr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateCsr.json",
2025-08-20T19:15:59.0062576Z [00:02:03.529]➜  		"metadatas/cas/CreateDeploymentJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateDeploymentJob.json",
2025-08-20T19:15:59.0064239Z [00:02:03.529]➜  		"metadatas/cas/Decrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/Decrypt.json",
2025-08-20T19:15:59.0066002Z [00:02:03.529]➜  		"metadatas/cas/DeleteCertificateRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteCertificateRequest.json",
2025-08-20T19:15:59.0067751Z [00:02:03.529]➜  		"metadatas/cas/DeleteCsr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteCsr.json",
2025-08-20T19:15:59.0069441Z [00:02:03.529]➜  		"metadatas/cas/DeleteDeploymentJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteDeploymentJob.json",
2025-08-20T19:15:59.0071198Z [00:02:03.529]➜  		"metadatas/cas/DeletePCACert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeletePCACert.json",
2025-08-20T19:15:59.0073118Z [00:02:03.529]➜  		"metadatas/cas/DeleteUserCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteUserCertificate.json",
2025-08-20T19:15:59.0075089Z [00:02:03.529]➜  		"metadatas/cas/DeleteWorkerResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteWorkerResource.json",
2025-08-20T19:15:59.0076949Z [00:02:03.529]➜  		"metadatas/cas/DescribeCertificateState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribeCertificateState.json",
2025-08-20T19:15:59.0078915Z [00:02:03.529]➜  		"metadatas/cas/DescribeCloudResourceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribeCloudResourceStatus.json",
2025-08-20T19:15:59.0080926Z [00:02:03.529]➜  		"metadatas/cas/DescribeDeploymentJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribeDeploymentJob.json",
2025-08-20T19:15:59.0083064Z [00:02:03.529]➜  		"metadatas/cas/DescribeDeploymentJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribeDeploymentJobStatus.json",
2025-08-20T19:15:59.0084987Z [00:02:03.529]➜  		"metadatas/cas/DescribePackageState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribePackageState.json",
2025-08-20T19:15:59.0094992Z [00:02:03.529]➜  		"metadatas/cas/Encrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/Encrypt.json",
2025-08-20T19:15:59.0096804Z [00:02:03.529]➜  		"metadatas/cas/GetCertWarehouseQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/GetCertWarehouseQuota.json",
2025-08-20T19:15:59.0098492Z [00:02:03.529]➜  		"metadatas/cas/GetCsrDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/GetCsrDetail.json",
2025-08-20T19:15:59.0100212Z [00:02:03.529]➜  		"metadatas/cas/GetUserCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/GetUserCertificateDetail.json",
2025-08-20T19:15:59.0101839Z [00:02:03.529]➜  		"metadatas/cas/ListCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCert.json",
2025-08-20T19:15:59.0103606Z [00:02:03.529]➜  		"metadatas/cas/ListCertWarehouse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCertWarehouse.json",
2025-08-20T19:15:59.0105293Z [00:02:03.529]➜  		"metadatas/cas/ListCloudAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCloudAccess.json",
2025-08-20T19:15:59.0106984Z [00:02:03.529]➜  		"metadatas/cas/ListCloudResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCloudResources.json",
2025-08-20T19:15:59.0108709Z [00:02:03.529]➜  		"metadatas/cas/ListContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListContact.json",
2025-08-20T19:15:59.0110267Z [00:02:03.529]➜  		"metadatas/cas/ListCsr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCsr.json",
2025-08-20T19:15:59.0111785Z [00:02:03.529]➜  		"metadatas/cas/ListDeploymentJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListDeploymentJob.json",
2025-08-20T19:15:59.0113646Z [00:02:03.529]➜  		"metadatas/cas/ListDeploymentJobCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListDeploymentJobCert.json",
2025-08-20T19:15:59.0115533Z [00:02:03.529]➜  		"metadatas/cas/ListDeploymentJobResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListDeploymentJobResource.json",
2025-08-20T19:15:59.0117647Z [00:02:03.529]➜  		"metadatas/cas/ListUserCertificateOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListUserCertificateOrder.json",
2025-08-20T19:15:59.0119686Z [00:02:03.529]➜  		"metadatas/cas/ListWorkerResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListWorkerResource.json",
2025-08-20T19:15:59.0121424Z [00:02:03.529]➜  		"metadatas/cas/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/MoveResourceGroup.json",
2025-08-20T19:15:59.0123953Z [00:02:03.529]➜  		"metadatas/cas/RenewCertificateOrderForPackageRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/RenewCertificateOrderForPackageRequest.json",
2025-08-20T19:15:59.0125778Z [00:02:03.529]➜  		"metadatas/cas/Sign.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/Sign.json",
2025-08-20T19:15:59.0127139Z [00:02:03.529]➜  		"metadatas/cas/UpdateCsr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UpdateCsr.json",
2025-08-20T19:15:59.0128723Z [00:02:03.529]➜  		"metadatas/cas/UpdateDeploymentJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UpdateDeploymentJob.json",
2025-08-20T19:15:59.0130671Z [00:02:03.529]➜  		"metadatas/cas/UpdateDeploymentJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UpdateDeploymentJobStatus.json",
2025-08-20T19:15:59.0134827Z [00:02:03.529]➜  		"metadatas/cas/UpdateWorkerResourceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UpdateWorkerResourceStatus.json",
2025-08-20T19:15:59.0136585Z [00:02:03.529]➜  		"metadatas/cas/UploadCsr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UploadCsr.json",
2025-08-20T19:15:59.0138205Z [00:02:03.529]➜  		"metadatas/cas/UploadUserCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UploadUserCertificate.json",
2025-08-20T19:15:59.0139750Z [00:02:03.529]➜  		"metadatas/cas/Verify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/Verify.json",
2025-08-20T19:15:59.0141200Z [00:02:03.529]➜  		"metadatas/cbn/ActiveFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ActiveFlowLog.json",
2025-08-20T19:15:59.0143417Z [00:02:03.529]➜  		"metadatas/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:15:59.0146184Z [00:02:03.529]➜  		"metadatas/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:15:59.0148526Z [00:02:03.530]➜  		"metadatas/cbn/AssociateCenBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AssociateCenBandwidthPackage.json",
2025-08-20T19:15:59.0150911Z [00:02:03.530]➜  		"metadatas/cbn/AssociateTransitRouterAttachmentWithRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AssociateTransitRouterAttachmentWithRouteTable.json",
2025-08-20T19:15:59.0153721Z [00:02:03.530]➜  		"metadatas/cbn/AssociateTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AssociateTransitRouterMulticastDomain.json",
2025-08-20T19:15:59.0155917Z [00:02:03.530]➜  		"metadatas/cbn/AttachCenChildInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AttachCenChildInstance.json",
2025-08-20T19:15:59.0157809Z [00:02:03.530]➜  		"metadatas/cbn/CheckTransitRouterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CheckTransitRouterService.json",
2025-08-20T19:15:59.0159524Z [00:02:03.530]➜  		"metadatas/cbn/CreateCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCen.json",
2025-08-20T19:15:59.0161308Z [00:02:03.530]➜  		"metadatas/cbn/CreateCenBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenBandwidthPackage.json",
2025-08-20T19:15:59.0163943Z [00:02:03.530]➜  		"metadatas/cbn/CreateCenChildInstanceRouteEntryToAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenChildInstanceRouteEntryToAttachment.json",
2025-08-20T19:15:59.0166784Z [00:02:03.530]➜  		"metadatas/cbn/CreateCenChildInstanceRouteEntryToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenChildInstanceRouteEntryToCen.json",
2025-08-20T19:15:59.0169109Z [00:02:03.530]➜  		"metadatas/cbn/CreateCenInterRegionTrafficQosPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenInterRegionTrafficQosPolicy.json",
2025-08-20T19:15:59.0171581Z [00:02:03.530]➜  		"metadatas/cbn/CreateCenInterRegionTrafficQosQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenInterRegionTrafficQosQueue.json",
2025-08-20T19:15:59.0174111Z [00:02:03.530]➜  		"metadatas/cbn/CreateCenRouteMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenRouteMap.json",
2025-08-20T19:15:59.0176203Z [00:02:03.530]➜  		"metadatas/cbn/CreateFlowlog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateFlowlog.json",
2025-08-20T19:15:59.0178198Z [00:02:03.530]➜  		"metadatas/cbn/CreateTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTrafficMarkingPolicy.json",
2025-08-20T19:15:59.0180606Z [00:02:03.530]➜  		"metadatas/cbn/CreateTransitRouteTableAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouteTableAggregation.json",
2025-08-20T19:15:59.0182967Z [00:02:03.530]➜  		"metadatas/cbn/CreateTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouter.json",
2025-08-20T19:15:59.0184821Z [00:02:03.530]➜  		"metadatas/cbn/CreateTransitRouterCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterCidr.json",
2025-08-20T19:15:59.0186866Z [00:02:03.530]➜  		"metadatas/cbn/CreateTransitRouterEcrAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterEcrAttachment.json",
2025-08-20T19:15:59.0189143Z [00:02:03.530]➜  		"metadatas/cbn/CreateTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterMulticastDomain.json",
2025-08-20T19:15:59.0191404Z [00:02:03.530]➜  		"metadatas/cbn/CreateTransitRouterPeerAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterPeerAttachment.json",
2025-08-20T19:15:59.0193914Z [00:02:03.530]➜  		"metadatas/cbn/CreateTransitRouterPrefixListAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:59.0196175Z [00:02:03.530]➜  		"metadatas/cbn/CreateTransitRouterRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterRouteEntry.json",
2025-08-20T19:15:59.0198380Z [00:02:03.530]➜  		"metadatas/cbn/CreateTransitRouterRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterRouteTable.json",
2025-08-20T19:15:59.0200619Z [00:02:03.530]➜  		"metadatas/cbn/CreateTransitRouterVbrAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterVbrAttachment.json",
2025-08-20T19:15:59.0203294Z [00:02:03.530]➜  		"metadatas/cbn/CreateTransitRouterVpcAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterVpcAttachment.json",
2025-08-20T19:15:59.0205512Z [00:02:03.530]➜  		"metadatas/cbn/CreateTransitRouterVpnAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterVpnAttachment.json",
2025-08-20T19:15:59.0207449Z [00:02:03.530]➜  		"metadatas/cbn/DeactiveFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeactiveFlowLog.json",
2025-08-20T19:15:59.0208958Z [00:02:03.530]➜  		"metadatas/cbn/DeleteCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCen.json",
2025-08-20T19:15:59.0210666Z [00:02:03.530]➜  		"metadatas/cbn/DeleteCenBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenBandwidthPackage.json",
2025-08-20T19:15:59.0213259Z [00:02:03.530]➜  		"metadatas/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json",
2025-08-20T19:15:59.0215884Z [00:02:03.530]➜  		"metadatas/cbn/DeleteCenChildInstanceRouteEntryToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenChildInstanceRouteEntryToCen.json",
2025-08-20T19:15:59.0218384Z [00:02:03.530]➜  		"metadatas/cbn/DeleteCenInterRegionTrafficQosPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenInterRegionTrafficQosPolicy.json",
2025-08-20T19:15:59.0220866Z [00:02:03.530]➜  		"metadatas/cbn/DeleteCenInterRegionTrafficQosQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenInterRegionTrafficQosQueue.json",
2025-08-20T19:15:59.0223198Z [00:02:03.530]➜  		"metadatas/cbn/DeleteCenRouteMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenRouteMap.json",
2025-08-20T19:15:59.0225132Z [00:02:03.530]➜  		"metadatas/cbn/DeleteFlowlog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteFlowlog.json",
2025-08-20T19:15:59.0227002Z [00:02:03.530]➜  		"metadatas/cbn/DeleteRouteServiceInCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteRouteServiceInCen.json",
2025-08-20T19:15:59.0229068Z [00:02:03.530]➜  		"metadatas/cbn/DeleteTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTrafficMarkingPolicy.json",
2025-08-20T19:15:59.0231434Z [00:02:03.530]➜  		"metadatas/cbn/DeleteTransitRouteTableAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouteTableAggregation.json",
2025-08-20T19:15:59.0233765Z [00:02:03.530]➜  		"metadatas/cbn/DeleteTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouter.json",
2025-08-20T19:15:59.0235743Z [00:02:03.530]➜  		"metadatas/cbn/DeleteTransitRouterCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterCidr.json",
2025-08-20T19:15:59.0238012Z [00:02:03.530]➜  		"metadatas/cbn/DeleteTransitRouterEcrAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterEcrAttachment.json",
2025-08-20T19:15:59.0240561Z [00:02:03.530]➜  		"metadatas/cbn/DeleteTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterMulticastDomain.json",
2025-08-20T19:15:59.0243301Z [00:02:03.530]➜  		"metadatas/cbn/DeleteTransitRouterPeerAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterPeerAttachment.json",
2025-08-20T19:15:59.0246146Z [00:02:03.530]➜  		"metadatas/cbn/DeleteTransitRouterPrefixListAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:59.0248841Z [00:02:03.530]➜  		"metadatas/cbn/DeleteTransitRouterRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterRouteEntry.json",
2025-08-20T19:15:59.0251167Z [00:02:03.530]➜  		"metadatas/cbn/DeleteTransitRouterRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterRouteTable.json",
2025-08-20T19:15:59.0253696Z [00:02:03.530]➜  		"metadatas/cbn/DeleteTransitRouterVbrAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterVbrAttachment.json",
2025-08-20T19:15:59.0256139Z [00:02:03.530]➜  		"metadatas/cbn/DeleteTransitRouterVpcAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterVpcAttachment.json",
2025-08-20T19:15:59.0258590Z [00:02:03.530]➜  		"metadatas/cbn/DeleteTransitRouterVpnAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterVpnAttachment.json",
2025-08-20T19:15:59.0261508Z [00:02:03.530]➜  		"metadatas/cbn/DeregisterTransitRouterMulticastGroupMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeregisterTransitRouterMulticastGroupMembers.json",
2025-08-20T19:15:59.0264686Z [00:02:03.530]➜  		"metadatas/cbn/DeregisterTransitRouterMulticastGroupSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeregisterTransitRouterMulticastGroupSources.json",
2025-08-20T19:15:59.0267416Z [00:02:03.530]➜  		"metadatas/cbn/DescribeCenAttachedChildInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenAttachedChildInstanceAttribute.json",
2025-08-20T19:15:59.0269805Z [00:02:03.530]➜  		"metadatas/cbn/DescribeCenAttachedChildInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenAttachedChildInstances.json",
2025-08-20T19:15:59.0271964Z [00:02:03.530]➜  		"metadatas/cbn/DescribeCenBandwidthPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenBandwidthPackages.json",
2025-08-20T19:15:59.0274478Z [00:02:03.530]➜  		"metadatas/cbn/DescribeCenChildInstanceRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenChildInstanceRouteEntries.json",
2025-08-20T19:15:59.0276956Z [00:02:03.530]➜  		"metadatas/cbn/DescribeCenGeographicSpanRemainingBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenGeographicSpanRemainingBandwidth.json",
2025-08-20T19:15:59.0279313Z [00:02:03.530]➜  		"metadatas/cbn/DescribeCenGeographicSpans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenGeographicSpans.json",
2025-08-20T19:15:59.0281607Z [00:02:03.530]➜  		"metadatas/cbn/DescribeCenInterRegionBandwidthLimits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenInterRegionBandwidthLimits.json",
2025-08-20T19:15:59.0284045Z [00:02:03.530]➜  		"metadatas/cbn/DescribeCenPrivateZoneRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenPrivateZoneRoutes.json",
2025-08-20T19:15:59.0286300Z [00:02:03.530]➜  		"metadatas/cbn/DescribeCenRegionDomainRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenRegionDomainRouteEntries.json",
2025-08-20T19:15:59.0288576Z [00:02:03.530]➜  		"metadatas/cbn/DescribeCenRouteMaps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenRouteMaps.json",
2025-08-20T19:15:59.0290764Z [00:02:03.530]➜  		"metadatas/cbn/DescribeCenVbrHealthCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenVbrHealthCheck.json",
2025-08-20T19:15:59.0292770Z [00:02:03.530]➜  		"metadatas/cbn/DescribeCens.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCens.json",
2025-08-20T19:15:59.0294811Z [00:02:03.530]➜  		"metadatas/cbn/DescribeChildInstanceRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeChildInstanceRegions.json",
2025-08-20T19:15:59.0296925Z [00:02:03.530]➜  		"metadatas/cbn/DescribeFlowlogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeFlowlogs.json",
2025-08-20T19:15:59.0299090Z [00:02:03.530]➜  		"metadatas/cbn/DescribeGeographicRegionMembership.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeGeographicRegionMembership.json",
2025-08-20T19:15:59.0301278Z [00:02:03.530]➜  		"metadatas/cbn/DescribeGrantRulesToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeGrantRulesToCen.json",
2025-08-20T19:15:59.0303576Z [00:02:03.530]➜  		"metadatas/cbn/DescribeGrantRulesToResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeGrantRulesToResource.json",
2025-08-20T19:15:59.0306084Z [00:02:03.530]➜  		"metadatas/cbn/DescribePublishedRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribePublishedRouteEntries.json",
2025-08-20T19:15:59.0308391Z [00:02:03.530]➜  		"metadatas/cbn/DescribeRouteConflict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeRouteConflict.json",
2025-08-20T19:15:59.0310519Z [00:02:03.530]➜  		"metadatas/cbn/DescribeRouteServicesInCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeRouteServicesInCen.json",
2025-08-20T19:15:59.0313260Z [00:02:03.530]➜  		"metadatas/cbn/DescribeTransitRouteTableAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeTransitRouteTableAggregation.json",
2025-08-20T19:15:59.0315840Z [00:02:03.530]➜  		"metadatas/cbn/DescribeTransitRouteTableAggregationDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeTransitRouteTableAggregationDetail.json",
2025-08-20T19:15:59.0318197Z [00:02:03.530]➜  		"metadatas/cbn/DetachCenChildInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DetachCenChildInstance.json",
2025-08-20T19:15:59.0320182Z [00:02:03.530]➜  		"metadatas/cbn/DisableCenVbrHealthCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DisableCenVbrHealthCheck.json",
2025-08-20T19:15:59.0322839Z [00:02:03.530]➜  		"metadatas/cbn/DisableTransitRouterRouteTablePropagation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DisableTransitRouterRouteTablePropagation.json",
2025-08-20T19:15:59.0325371Z [00:02:03.530]➜  		"metadatas/cbn/DisassociateTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DisassociateTransitRouterMulticastDomain.json",
2025-08-20T19:15:59.0328205Z [00:02:03.530]➜  		"metadatas/cbn/DissociateTransitRouterAttachmentFromRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DissociateTransitRouterAttachmentFromRouteTable.json",
2025-08-20T19:15:59.0330798Z [00:02:03.530]➜  		"metadatas/cbn/EnableCenVbrHealthCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/EnableCenVbrHealthCheck.json",
2025-08-20T19:15:59.0333370Z [00:02:03.530]➜  		"metadatas/cbn/EnableTransitRouterRouteTablePropagation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/EnableTransitRouterRouteTablePropagation.json",
2025-08-20T19:15:59.0335666Z [00:02:03.530]➜  		"metadatas/cbn/GrantInstanceToTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/GrantInstanceToTransitRouter.json",
2025-08-20T19:15:59.0338153Z [00:02:03.530]➜  		"metadatas/cbn/ListCenChildInstanceRouteEntriesToAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListCenChildInstanceRouteEntriesToAttachment.json",
2025-08-20T19:15:59.0340895Z [00:02:03.530]➜  		"metadatas/cbn/ListCenInterRegionTrafficQosPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListCenInterRegionTrafficQosPolicies.json",
2025-08-20T19:15:59.0343722Z [00:02:03.530]➜  		"metadatas/cbn/ListCenInterRegionTrafficQosQueues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListCenInterRegionTrafficQosQueues.json",
2025-08-20T19:15:59.0346158Z [00:02:03.530]➜  		"metadatas/cbn/ListGrantVSwitchEnis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListGrantVSwitchEnis.json",
2025-08-20T19:15:59.0348114Z [00:02:03.530]➜  		"metadatas/cbn/ListGrantVSwitchesToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListGrantVSwitchesToCen.json",
2025-08-20T19:15:59.0349874Z [00:02:03.530]➜  		"metadatas/cbn/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTagResources.json",
2025-08-20T19:15:59.0351700Z [00:02:03.530]➜  		"metadatas/cbn/ListTrafficMarkingPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTrafficMarkingPolicies.json",
2025-08-20T19:15:59.0354004Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterAvailableResource.json",
2025-08-20T19:15:59.0356565Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterCidr.json",
2025-08-20T19:15:59.0358785Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterCidrAllocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterCidrAllocation.json",
2025-08-20T19:15:59.0361123Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterEcrAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterEcrAttachments.json",
2025-08-20T19:15:59.0363938Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterMulticastDomainAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterMulticastDomainAssociations.json",
2025-08-20T19:15:59.0366763Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterMulticastDomainVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterMulticastDomainVSwitches.json",
2025-08-20T19:15:59.0369596Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterMulticastDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterMulticastDomains.json",
2025-08-20T19:15:59.0372023Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterMulticastGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterMulticastGroups.json",
2025-08-20T19:15:59.0374444Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterPeerAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterPeerAttachments.json",
2025-08-20T19:15:59.0376762Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterPrefixListAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterPrefixListAssociation.json",
2025-08-20T19:15:59.0379002Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterRouteEntries.json",
2025-08-20T19:15:59.0381284Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterRouteTableAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterRouteTableAssociations.json",
2025-08-20T19:15:59.0383943Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterRouteTablePropagations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterRouteTablePropagations.json",
2025-08-20T19:15:59.0386180Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterRouteTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterRouteTables.json",
2025-08-20T19:15:59.0388260Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterVbrAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterVbrAttachments.json",
2025-08-20T19:15:59.0390535Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterVpcAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterVpcAttachments.json",
2025-08-20T19:15:59.0393008Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouterVpnAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterVpnAttachments.json",
2025-08-20T19:15:59.0395107Z [00:02:03.530]➜  		"metadatas/cbn/ListTransitRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouters.json",
2025-08-20T19:15:59.0396991Z [00:02:03.530]➜  		"metadatas/cbn/ModifyCenAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyCenAttribute.json",
2025-08-20T19:15:59.0399121Z [00:02:03.530]➜  		"metadatas/cbn/ModifyCenBandwidthPackageAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyCenBandwidthPackageAttribute.json",
2025-08-20T19:15:59.0401519Z [00:02:03.530]➜  		"metadatas/cbn/ModifyCenBandwidthPackageSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyCenBandwidthPackageSpec.json",
2025-08-20T19:15:59.0403887Z [00:02:03.530]➜  		"metadatas/cbn/ModifyCenRouteMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyCenRouteMap.json",
2025-08-20T19:15:59.0405672Z [00:02:03.530]➜  		"metadatas/cbn/ModifyFlowLogAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyFlowLogAttribute.json",
2025-08-20T19:15:59.0407977Z [00:02:03.530]➜  		"metadatas/cbn/ModifyTrafficMatchRuleToTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyTrafficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:15:59.0410410Z [00:02:03.530]➜  		"metadatas/cbn/ModifyTransitRouteTableAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyTransitRouteTableAggregation.json",
2025-08-20T19:15:59.0412626Z [00:02:03.530]➜  		"metadatas/cbn/ModifyTransitRouterCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyTransitRouterCidr.json",
2025-08-20T19:15:59.0414854Z [00:02:03.530]➜  		"metadatas/cbn/ModifyTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyTransitRouterMulticastDomain.json",
2025-08-20T19:15:59.0416879Z [00:02:03.530]➜  		"metadatas/cbn/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/MoveResourceGroup.json",
2025-08-20T19:15:59.0418718Z [00:02:03.530]➜  		"metadatas/cbn/OpenTransitRouterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/OpenTransitRouterService.json",
2025-08-20T19:15:59.0420540Z [00:02:03.530]➜  		"metadatas/cbn/PublishRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/PublishRouteEntries.json",
2025-08-20T19:15:59.0422790Z [00:02:03.530]➜  		"metadatas/cbn/RefreshTransitRouteTableAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RefreshTransitRouteTableAggregation.json",
2025-08-20T19:15:59.0425456Z [00:02:03.530]➜  		"metadatas/cbn/RegisterTransitRouterMulticastGroupMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RegisterTransitRouterMulticastGroupMembers.json",
2025-08-20T19:15:59.0428228Z [00:02:03.530]➜  		"metadatas/cbn/RegisterTransitRouterMulticastGroupSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RegisterTransitRouterMulticastGroupSources.json",
2025-08-20T19:15:59.0431196Z [00:02:03.530]➜  		"metadatas/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json",
2025-08-20T19:15:59.0434325Z [00:02:03.530]➜  		"metadatas/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json",
2025-08-20T19:15:59.0437212Z [00:02:03.530]➜  		"metadatas/cbn/ReplaceTransitRouterRouteTableAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ReplaceTransitRouterRouteTableAssociation.json",
2025-08-20T19:15:59.0439698Z [00:02:03.530]➜  		"metadatas/cbn/ResolveAndRouteServiceInCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ResolveAndRouteServiceInCen.json",
2025-08-20T19:15:59.0441944Z [00:02:03.530]➜  		"metadatas/cbn/RevokeInstanceFromTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RevokeInstanceFromTransitRouter.json",
2025-08-20T19:15:59.0444416Z [00:02:03.530]➜  		"metadatas/cbn/RoutePrivateZoneInCenToVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RoutePrivateZoneInCenToVpc.json",
2025-08-20T19:15:59.0446600Z [00:02:03.530]➜  		"metadatas/cbn/SetCenInterRegionBandwidthLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/SetCenInterRegionBandwidthLimit.json",
2025-08-20T19:15:59.0448538Z [00:02:03.530]➜  		"metadatas/cbn/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/TagResources.json",
2025-08-20T19:15:59.0450825Z [00:02:03.530]➜  		"metadatas/cbn/TempUpgradeCenBandwidthPackageSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/TempUpgradeCenBandwidthPackageSpec.json",
2025-08-20T19:15:59.0453249Z [00:02:03.530]➜  		"metadatas/cbn/UnassociateCenBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UnassociateCenBandwidthPackage.json",
2025-08-20T19:15:59.0455413Z [00:02:03.530]➜  		"metadatas/cbn/UnroutePrivateZoneInCenToVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UnroutePrivateZoneInCenToVpc.json",
2025-08-20T19:15:59.0457208Z [00:02:03.530]➜  		"metadatas/cbn/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UntagResources.json",
2025-08-20T19:15:59.0459357Z [00:02:03.530]➜  		"metadatas/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json",
2025-08-20T19:15:59.0462118Z [00:02:03.530]➜  		"metadatas/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json",
2025-08-20T19:15:59.0464711Z [00:02:03.530]➜  		"metadatas/cbn/UpdateTrafficMarkingPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTrafficMarkingPolicyAttribute.json",
2025-08-20T19:15:59.0466697Z [00:02:03.530]➜  		"metadatas/cbn/UpdateTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouter.json",
2025-08-20T19:15:59.0468822Z [00:02:03.530]➜  		"metadatas/cbn/UpdateTransitRouterEcrAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterEcrAttachmentAttribute.json",
2025-08-20T19:15:59.0471339Z [00:02:03.530]➜  		"metadatas/cbn/UpdateTransitRouterPeerAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterPeerAttachmentAttribute.json",
2025-08-20T19:15:59.0473805Z [00:02:03.530]➜  		"metadatas/cbn/UpdateTransitRouterRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterRouteEntry.json",
2025-08-20T19:15:59.0475870Z [00:02:03.530]➜  		"metadatas/cbn/UpdateTransitRouterRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterRouteTable.json",
2025-08-20T19:15:59.0478159Z [00:02:03.530]➜  		"metadatas/cbn/UpdateTransitRouterVbrAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterVbrAttachmentAttribute.json",
2025-08-20T19:15:59.0480661Z [00:02:03.530]➜  		"metadatas/cbn/UpdateTransitRouterVpcAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterVpcAttachmentAttribute.json",
2025-08-20T19:15:59.0483481Z [00:02:03.530]➜  		"metadatas/cbn/UpdateTransitRouterVpcAttachmentZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterVpcAttachmentZones.json",
2025-08-20T19:15:59.0485925Z [00:02:03.530]➜  		"metadatas/cbn/UpdateTransitRouterVpnAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterVpnAttachmentAttribute.json",
2025-08-20T19:15:59.0488187Z [00:02:03.530]➜  		"metadatas/cbn/WithdrawPublishedRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/WithdrawPublishedRouteEntries.json",
2025-08-20T19:15:59.0489999Z [00:02:03.530]➜  		"metadatas/ccc/AddAgentDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AddAgentDevice.json",
2025-08-20T19:15:59.0491649Z [00:02:03.530]➜  		"metadatas/ccc/AddBulkPhoneNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AddBulkPhoneNumbers.json",
2025-08-20T19:15:59.0493448Z [00:02:03.530]➜  		"metadatas/ccc/AddPhoneNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AddPhoneNumber.json",
2025-08-20T19:15:59.0495090Z [00:02:03.530]➜  		"metadatas/ccc/AddPhoneTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AddPhoneTags.json",
2025-08-20T19:15:59.0496586Z [00:02:03.530]➜  		"metadatas/ccc/AssignUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AssignUsers.json",
2025-08-20T19:15:59.0498262Z [00:02:03.530]➜  		"metadatas/ccc/CallOnlinePrivacyNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CallOnlinePrivacyNumber.json",
2025-08-20T19:15:59.0500052Z [00:02:03.530]➜  		"metadatas/ccc/CheckNumberAvaliable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CheckNumberAvaliable.json",
2025-08-20T19:15:59.0502093Z [00:02:03.530]➜  		"metadatas/ccc/CommitContactFlowVersionModification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CommitContactFlowVersionModification.json",
2025-08-20T19:15:59.0504203Z [00:02:03.530]➜  		"metadatas/ccc/CreateContactFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateContactFlow.json",
2025-08-20T19:15:59.0505868Z [00:02:03.530]➜  		"metadatas/ccc/CreateFault.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateFault.json",
2025-08-20T19:15:59.0507447Z [00:02:03.530]➜  		"metadatas/ccc/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateInstance.json",
2025-08-20T19:15:59.0508958Z [00:02:03.530]➜  		"metadatas/ccc/CreateMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateMedia.json",
2025-08-20T19:15:59.0510504Z [00:02:03.530]➜  		"metadatas/ccc/CreateSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateSkillGroup.json",
2025-08-20T19:15:59.0512035Z [00:02:03.530]➜  		"metadatas/ccc/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateUser.json",
2025-08-20T19:15:59.0513857Z [00:02:03.530]➜  		"metadatas/ccc/CreateVoiceAppraise.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateVoiceAppraise.json",
2025-08-20T19:15:59.0515683Z [00:02:03.530]➜  		"metadatas/ccc/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DeleteInstance.json",
2025-08-20T19:15:59.0517299Z [00:02:03.530]➜  		"metadatas/ccc/DeleteMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DeleteMedia.json",
2025-08-20T19:15:59.0518951Z [00:02:03.530]➜  		"metadatas/ccc/DeletePhoneTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DeletePhoneTags.json",
2025-08-20T19:15:59.0520744Z [00:02:03.530]➜  		"metadatas/ccc/DeleteSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DeleteSkillGroup.json",
2025-08-20T19:15:59.0522706Z [00:02:03.530]➜  		"metadatas/ccc/DialEx.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DialEx.json",
2025-08-20T19:15:59.0524648Z [00:02:03.530]➜  		"metadatas/ccc/DisableTrunkProviders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DisableTrunkProviders.json",
2025-08-20T19:15:59.0526715Z [00:02:03.530]➜  		"metadatas/ccc/DownloadAllTypeRecording.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DownloadAllTypeRecording.json",
2025-08-20T19:15:59.0528703Z [00:02:03.530]➜  		"metadatas/ccc/DownloadRecording.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DownloadRecording.json",
2025-08-20T19:15:59.0530455Z [00:02:03.530]➜  		"metadatas/ccc/FindUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/FindUsers.json",
2025-08-20T19:15:59.0532604Z [00:02:03.530]➜  		"metadatas/ccc/GenerateAgentStatisticReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GenerateAgentStatisticReport.json",
2025-08-20T19:15:59.0534661Z [00:02:03.530]➜  		"metadatas/ccc/GetAgentData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetAgentData.json",
2025-08-20T19:15:59.0536861Z [00:02:03.530]➜  		"metadatas/ccc/GetCallMeasureSummaryReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetCallMeasureSummaryReport.json",
2025-08-20T19:15:59.0538789Z [00:02:03.531]➜  		"metadatas/ccc/GetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetConfig.json",
2025-08-20T19:15:59.0540812Z [00:02:03.531]➜  		"metadatas/ccc/GetConversationDetailByContactId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetConversationDetailByContactId.json",
2025-08-20T19:15:59.0541701Z [00:02:03.531]➜  		"metadatas/ccc/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstance.json",
2025-08-20T19:15:59.0542765Z [00:02:03.531]➜  		"metadatas/ccc/GetInstanceState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstanceState.json",
2025-08-20T19:15:59.0543851Z [00:02:03.531]➜  		"metadatas/ccc/GetInstanceSummaryReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstanceSummaryReport.json",
2025-08-20T19:15:59.0545324Z [00:02:03.531]➜  		"metadatas/ccc/GetInstanceSummaryReportByInterval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstanceSummaryReportByInterval.json",
2025-08-20T19:15:59.0546677Z [00:02:03.531]➜  		"metadatas/ccc/GetInstanceSummaryReportSinceMidnight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstanceSummaryReportSinceMidnight.json",
2025-08-20T19:15:59.0547711Z [00:02:03.531]➜  		"metadatas/ccc/GetNumberRegionInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetNumberRegionInfo.json",
2025-08-20T19:15:59.0548796Z [00:02:03.531]➜  		"metadatas/ccc/GetRecordOssUploadParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetRecordOssUploadParam.json",
2025-08-20T19:15:59.0549666Z [00:02:03.531]➜  		"metadatas/ccc/GetRoutePoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetRoutePoint.json",
2025-08-20T19:15:59.0550716Z [00:02:03.531]➜  		"metadatas/ccc/GetServiceExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetServiceExtensions.json",
2025-08-20T19:15:59.0551558Z [00:02:03.531]➜  		"metadatas/ccc/GetSmsConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetSmsConfig.json",
2025-08-20T19:15:59.0552694Z [00:02:03.531]➜  		"metadatas/ccc/GetTURNCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetTURNCredentials.json",
2025-08-20T19:15:59.0553646Z [00:02:03.531]➜  		"metadatas/ccc/GetTURNServerList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetTURNServerList.json",
2025-08-20T19:15:59.0554403Z [00:02:03.531]➜  		"metadatas/ccc/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetUser.json",
2025-08-20T19:15:59.0555507Z [00:02:03.531]➜  		"metadatas/ccc/GetUserByExtension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetUserByExtension.json",
2025-08-20T19:15:59.0556534Z [00:02:03.531]➜  		"metadatas/ccc/LaunchAppraise.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/LaunchAppraise.json",
2025-08-20T19:15:59.0557667Z [00:02:03.531]➜  		"metadatas/ccc/LaunchShortMessageAppraise.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/LaunchShortMessageAppraise.json",
2025-08-20T19:15:59.0558623Z [00:02:03.531]➜  		"metadatas/ccc/ListAgentDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentDevices.json",
2025-08-20T19:15:59.0559505Z [00:02:03.531]➜  		"metadatas/ccc/ListAgentEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentEvents.json",
2025-08-20T19:15:59.0560493Z [00:02:03.531]➜  		"metadatas/ccc/ListAgentStateLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentStateLogs.json",
2025-08-20T19:15:59.0561372Z [00:02:03.531]➜  		"metadatas/ccc/ListAgentStates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentStates.json",
2025-08-20T19:15:59.0562777Z [00:02:03.531]➜  		"metadatas/ccc/ListAgentSummaryReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentSummaryReports.json",
2025-08-20T19:15:59.0564080Z [00:02:03.531]➜  		"metadatas/ccc/ListAgentSummaryReportsByInterval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentSummaryReportsByInterval.json",
2025-08-20T19:15:59.0565440Z [00:02:03.531]➜  		"metadatas/ccc/ListAgentSummaryReportsSinceMidnight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentSummaryReportsSinceMidnight.json",
2025-08-20T19:15:59.0566480Z [00:02:03.531]➜  		"metadatas/ccc/ListCallDetailRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListCallDetailRecords.json",
2025-08-20T19:15:59.0567638Z [00:02:03.531]➜  		"metadatas/ccc/ListCallEventDetailByContactId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListCallEventDetailByContactId.json",
2025-08-20T19:15:59.0568961Z [00:02:03.531]➜  		"metadatas/ccc/ListCallMeasureSummaryReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListCallMeasureSummaryReports.json",
2025-08-20T19:15:59.0569808Z [00:02:03.531]➜  		"metadatas/ccc/ListConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListConfig.json",
2025-08-20T19:15:59.0570748Z [00:02:03.531]➜  		"metadatas/ccc/ListContactFlows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListContactFlows.json",
2025-08-20T19:15:59.0571665Z [00:02:03.531]➜  		"metadatas/ccc/ListInstancesOfUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListInstancesOfUser.json",
2025-08-20T19:15:59.0572822Z [00:02:03.531]➜  		"metadatas/ccc/ListIvrTrackingDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListIvrTrackingDetail.json",
2025-08-20T19:15:59.0573634Z [00:02:03.531]➜  		"metadatas/ccc/ListMedias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListMedias.json",
2025-08-20T19:15:59.0574785Z [00:02:03.531]➜  		"metadatas/ccc/ListOutboundPhoneNumberOfUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListOutboundPhoneNumberOfUser.json",
2025-08-20T19:15:59.0575765Z [00:02:03.531]➜  		"metadatas/ccc/ListPhoneNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListPhoneNumbers.json",
2025-08-20T19:15:59.0576682Z [00:02:03.531]➜  		"metadatas/ccc/ListPhoneTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListPhoneTags.json",
2025-08-20T19:15:59.0577650Z [00:02:03.531]➜  		"metadatas/ccc/ListRealTimeAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRealTimeAgent.json",
2025-08-20T19:15:59.0578859Z [00:02:03.531]➜  		"metadatas/ccc/ListRecentCallRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRecentCallRecords.json",
2025-08-20T19:15:59.0580109Z [00:02:03.531]➜  		"metadatas/ccc/ListRecordingOfDualTrack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRecordingOfDualTrack.json",
2025-08-20T19:15:59.0581071Z [00:02:03.531]➜  		"metadatas/ccc/ListRecordings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRecordings.json",
2025-08-20T19:15:59.0582209Z [00:02:03.531]➜  		"metadatas/ccc/ListRecordingsByContactId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRecordingsByContactId.json",
2025-08-20T19:15:59.0583249Z [00:02:03.531]➜  		"metadatas/ccc/ListRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRoles.json",
2025-08-20T19:15:59.0584180Z [00:02:03.531]➜  		"metadatas/ccc/ListSkillGroupStates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupStates.json",
2025-08-20T19:15:59.0585275Z [00:02:03.531]➜  		"metadatas/ccc/ListSkillGroupSummaryReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupSummaryReports.json",
2025-08-20T19:15:59.0586649Z [00:02:03.531]➜  		"metadatas/ccc/ListSkillGroupSummaryReportsByInterval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupSummaryReportsByInterval.json",
2025-08-20T19:15:59.0587972Z [00:02:03.531]➜  		"metadatas/ccc/ListSkillGroupSummaryReportsSinceMidnight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupSummaryReportsSinceMidnight.json",
2025-08-20T19:15:59.0588820Z [00:02:03.531]➜  		"metadatas/ccc/ListSkillGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroups.json",
2025-08-20T19:15:59.0589743Z [00:02:03.531]➜  		"metadatas/ccc/ListSkillGroupsOfUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupsOfUser.json",
2025-08-20T19:15:59.0590771Z [00:02:03.531]➜  		"metadatas/ccc/ListTransferableSkillGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListTransferableSkillGroups.json",
2025-08-20T19:15:59.0591753Z [00:02:03.531]➜  		"metadatas/ccc/ListTrunkProviders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListTrunkProviders.json",
2025-08-20T19:15:59.0592898Z [00:02:03.531]➜  		"metadatas/ccc/ListTrunksOfSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListTrunksOfSkillGroup.json",
2025-08-20T19:15:59.0593729Z [00:02:03.531]➜  		"metadatas/ccc/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListUsers.json",
2025-08-20T19:15:59.0594738Z [00:02:03.531]➜  		"metadatas/ccc/ListUsersOfSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListUsersOfSkillGroup.json",
2025-08-20T19:15:59.0595717Z [00:02:03.531]➜  		"metadatas/ccc/ListVoiceAppraise.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListVoiceAppraise.json",
2025-08-20T19:15:59.0596690Z [00:02:03.531]➜  		"metadatas/ccc/ModifyAgentDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyAgentDevice.json",
2025-08-20T19:15:59.0597639Z [00:02:03.531]➜  		"metadatas/ccc/ModifyPhoneNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyPhoneNumber.json",
2025-08-20T19:15:59.0598608Z [00:02:03.531]➜  		"metadatas/ccc/ModifyPhoneTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyPhoneTags.json",
2025-08-20T19:15:59.0599889Z [00:02:03.531]➜  		"metadatas/ccc/ModifyPrimaryTrunksOfSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyPrimaryTrunksOfSkillGroup.json",
2025-08-20T19:15:59.0601055Z [00:02:03.531]➜  		"metadatas/ccc/ModifyPrivacyNumberCallDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyPrivacyNumberCallDetail.json",
2025-08-20T19:15:59.0602131Z [00:02:03.531]➜  		"metadatas/ccc/ModifySkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifySkillGroup.json",
2025-08-20T19:15:59.0603652Z [00:02:03.531]➜  		"metadatas/ccc/ModifySkillGroupBasicInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifySkillGroupBasicInfo.json",
2025-08-20T19:15:59.0604737Z [00:02:03.531]➜  		"metadatas/ccc/ModifySkillGroupOfUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifySkillGroupOfUser.json",
2025-08-20T19:15:59.0606034Z [00:02:03.531]➜  		"metadatas/ccc/ModifySkillGroupOutboundNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifySkillGroupOutboundNumbers.json",
2025-08-20T19:15:59.0606895Z [00:02:03.531]➜  		"metadatas/ccc/ModifyUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyUser.json",
2025-08-20T19:15:59.0608008Z [00:02:03.531]➜  		"metadatas/ccc/PickGlobalOutboundNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/PickGlobalOutboundNumbers.json",
2025-08-20T19:15:59.0608980Z [00:02:03.531]➜  		"metadatas/ccc/PickLocalNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/PickLocalNumber.json",
2025-08-20T19:15:59.0610144Z [00:02:03.531]➜  		"metadatas/ccc/PickOutboundNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/PickOutboundNumbers.json",
2025-08-20T19:15:59.0611289Z [00:02:03.531]➜  		"metadatas/ccc/PublishContactFlowVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/PublishContactFlowVersion.json",
2025-08-20T19:15:59.0612178Z [00:02:03.531]➜  		"metadatas/ccc/RefreshToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RefreshToken.json",
2025-08-20T19:15:59.0613306Z [00:02:03.531]➜  		"metadatas/ccc/RemovePhoneNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RemovePhoneNumber.json",
2025-08-20T19:15:59.0614187Z [00:02:03.531]➜  		"metadatas/ccc/RemoveUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RemoveUsers.json",
2025-08-20T19:15:59.0615312Z [00:02:03.531]➜  		"metadatas/ccc/RemoveUsersFromSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RemoveUsersFromSkillGroup.json",
2025-08-20T19:15:59.0616460Z [00:02:03.531]➜  		"metadatas/ccc/RequestLoginInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RequestLoginInfo.json",
2025-08-20T19:15:59.0617435Z [00:02:03.531]➜  		"metadatas/ccc/ResetUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ResetUserStatus.json",
2025-08-20T19:15:59.0618396Z [00:02:03.531]➜  		"metadatas/ccc/SaveWebRTCStats.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/SaveWebRTCStats.json",
2025-08-20T19:15:59.0619500Z [00:02:03.531]➜  		"metadatas/ccc/SendPredefinedShortMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/SendPredefinedShortMessage.json",
2025-08-20T19:15:59.0620473Z [00:02:03.531]➜  		"metadatas/ccc/StartBack2BackCall.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/StartBack2BackCall.json",
2025-08-20T19:15:59.0621367Z [00:02:03.531]➜  		"metadatas/cdn/AddCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/AddCdnDomain.json",
2025-08-20T19:15:59.0622177Z [00:02:03.531]➜  		"metadatas/cdn/AddFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/AddFCTrigger.json",
2025-08-20T19:15:59.0623212Z [00:02:03.531]➜  		"metadatas/cdn/BatchAddCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchAddCdnDomain.json",
2025-08-20T19:15:59.0624241Z [00:02:03.531]➜  		"metadatas/cdn/BatchDeleteCdnDomainConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchDeleteCdnDomainConfig.json",
2025-08-20T19:15:59.0625175Z [00:02:03.531]➜  		"metadatas/cdn/BatchDescribeCdnIpInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchDescribeCdnIpInfo.json",
2025-08-20T19:15:59.0626324Z [00:02:03.531]➜  		"metadatas/cdn/BatchSetCdnDomainConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchSetCdnDomainConfig.json",
2025-08-20T19:15:59.0627360Z [00:02:03.531]➜  		"metadatas/cdn/BatchStartCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchStartCdnDomain.json",
2025-08-20T19:15:59.0628223Z [00:02:03.531]➜  		"metadatas/cdn/BatchStopCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchStopCdnDomain.json",
2025-08-20T19:15:59.0629128Z [00:02:03.531]➜  		"metadatas/cdn/BatchUpdateCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchUpdateCdnDomain.json",
2025-08-20T19:15:59.0629983Z [00:02:03.531]➜  		"metadatas/cdn/CdnMigrateRegister.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CdnMigrateRegister.json",
2025-08-20T19:15:59.0630908Z [00:02:03.531]➜  		"metadatas/cdn/ChangeCdnDomainToDcdn.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ChangeCdnDomainToDcdn.json",
2025-08-20T19:15:59.0631909Z [00:02:03.531]➜  		"metadatas/cdn/CheckCdnDomainExist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CheckCdnDomainExist.json",
2025-08-20T19:15:59.0633070Z [00:02:03.531]➜  		"metadatas/cdn/CheckCdnDomainICP.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CheckCdnDomainICP.json",
2025-08-20T19:15:59.0634280Z [00:02:03.531]➜  		"metadatas/cdn/CreateCdnCertificateSigningRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateCdnCertificateSigningRequest.json",
2025-08-20T19:15:59.0635182Z [00:02:03.531]➜  		"metadatas/cdn/CreateCdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateCdnDeliverTask.json",
2025-08-20T19:15:59.0636021Z [00:02:03.531]➜  		"metadatas/cdn/CreateCdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateCdnSubTask.json",
2025-08-20T19:15:59.0637036Z [00:02:03.531]➜  		"metadatas/cdn/CreateRealTimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateRealTimeLogDelivery.json",
2025-08-20T19:15:59.0638262Z [00:02:03.531]➜  		"metadatas/cdn/CreateUsageDetailDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateUsageDetailDataExportTask.json",
2025-08-20T19:15:59.0639331Z [00:02:03.531]➜  		"metadatas/cdn/CreateUserUsageDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateUserUsageDataExportTask.json",
2025-08-20T19:15:59.0640223Z [00:02:03.531]➜  		"metadatas/cdn/DeleteCdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteCdnDeliverTask.json",
2025-08-20T19:15:59.0641030Z [00:02:03.531]➜  		"metadatas/cdn/DeleteCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteCdnDomain.json",
2025-08-20T19:15:59.0641875Z [00:02:03.531]➜  		"metadatas/cdn/DeleteCdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteCdnSubTask.json",
2025-08-20T19:15:59.0642895Z [00:02:03.531]➜  		"metadatas/cdn/DeleteFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteFCTrigger.json",
2025-08-20T19:15:59.0643902Z [00:02:03.531]➜  		"metadatas/cdn/DeleteRealTimeLogLogstore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteRealTimeLogLogstore.json",
2025-08-20T19:15:59.0644876Z [00:02:03.531]➜  		"metadatas/cdn/DeleteRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteRealtimeLogDelivery.json",
2025-08-20T19:15:59.0645771Z [00:02:03.531]➜  		"metadatas/cdn/DeleteSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteSpecificConfig.json",
2025-08-20T19:15:59.0646791Z [00:02:03.531]➜  		"metadatas/cdn/DeleteSpecificStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteSpecificStagingConfig.json",
2025-08-20T19:15:59.0647979Z [00:02:03.531]➜  		"metadatas/cdn/DeleteUsageDetailDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteUsageDetailDataExportTask.json",
2025-08-20T19:15:59.0649180Z [00:02:03.531]➜  		"metadatas/cdn/DeleteUserUsageDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteUserUsageDataExportTask.json",
2025-08-20T19:15:59.0650122Z [00:02:03.531]➜  		"metadatas/cdn/DescribeBlockedRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeBlockedRegions.json",
2025-08-20T19:15:59.0651164Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnCertificateDetail.json",
2025-08-20T19:15:59.0652284Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnCertificateDetailById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnCertificateDetailById.json",
2025-08-20T19:15:59.0653528Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnCertificateList.json",
2025-08-20T19:15:59.0654809Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnConditionIPBInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnConditionIPBInfo.json",
2025-08-20T19:15:59.0655941Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnDeletedDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDeletedDomains.json",
2025-08-20T19:15:59.0657114Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnDeliverList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDeliverList.json",
2025-08-20T19:15:59.0658433Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnDomainByCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainByCertificate.json",
2025-08-20T19:15:59.0659606Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainConfigs.json",
2025-08-20T19:15:59.0660698Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainDetail.json",
2025-08-20T19:15:59.0661857Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnDomainLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainLogs.json",
2025-08-20T19:15:59.0663320Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainStagingConfig.json",
2025-08-20T19:15:59.0664614Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnFullDomainsBlockIPConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnFullDomainsBlockIPConfig.json",
2025-08-20T19:15:59.0665948Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnFullDomainsBlockIPHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnFullDomainsBlockIPHistory.json",
2025-08-20T19:15:59.0667083Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnHttpsDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnHttpsDomainList.json",
2025-08-20T19:15:59.0668331Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnMigrateRegisterStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnMigrateRegisterStatus.json",
2025-08-20T19:15:59.0669497Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnOrderCommodityCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnOrderCommodityCode.json",
2025-08-20T19:15:59.0670530Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnRegionAndIsp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnRegionAndIsp.json",
2025-08-20T19:15:59.0671463Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnReport.json",
2025-08-20T19:15:59.0672894Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnReportList.json",
2025-08-20T19:15:59.0674295Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnSMCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSMCertificateDetail.json",
2025-08-20T19:15:59.0675518Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnSMCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSMCertificateList.json",
2025-08-20T19:15:59.0676721Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnSSLCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSSLCertificateList.json",
2025-08-20T19:15:59.0677763Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnSecFuncInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSecFuncInfo.json",
2025-08-20T19:15:59.0678779Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnService.json",
2025-08-20T19:15:59.0679935Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnSubList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSubList.json",
2025-08-20T19:15:59.0680907Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnTypes.json",
2025-08-20T19:15:59.0682054Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnUserBillHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserBillHistory.json",
2025-08-20T19:15:59.0683394Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnUserBillPrediction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserBillPrediction.json",
2025-08-20T19:15:59.0684411Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnUserBillType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserBillType.json",
2025-08-20T19:15:59.0685361Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnUserConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserConfigs.json",
2025-08-20T19:15:59.0686562Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnUserDomainsByFunc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserDomainsByFunc.json",
2025-08-20T19:15:59.0687468Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserQuota.json",
2025-08-20T19:15:59.0688563Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnUserResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserResourcePackage.json",
2025-08-20T19:15:59.0689458Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCdnWafDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnWafDomain.json",
2025-08-20T19:15:59.0690497Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCertificateInfoByID.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCertificateInfoByID.json",
2025-08-20T19:15:59.0691585Z [00:02:03.531]➜  		"metadatas/cdn/DescribeCustomLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCustomLogConfig.json",
2025-08-20T19:15:59.0692972Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainAverageResponseTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainAverageResponseTime.json",
2025-08-20T19:15:59.0693910Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainBpsData.json",
2025-08-20T19:15:59.0694966Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainBpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainBpsDataByLayer.json",
2025-08-20T19:15:59.0696236Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainBpsDataByTimeStamp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainBpsDataByTimeStamp.json",
2025-08-20T19:15:59.0697362Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainCcActivityLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainCcActivityLog.json",
2025-08-20T19:15:59.0698440Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainCertificateInfo.json",
2025-08-20T19:15:59.0699331Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainCname.json",
2025-08-20T19:15:59.0700390Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainCustomLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainCustomLogConfig.json",
2025-08-20T19:15:59.0701502Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainDetailDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainDetailDataByLayer.json",
2025-08-20T19:15:59.0702727Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainHitRateData.json",
2025-08-20T19:15:59.0703752Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainHttpCodeData.json",
2025-08-20T19:15:59.0704904Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainHttpCodeDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainHttpCodeDataByLayer.json",
2025-08-20T19:15:59.0705827Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainISPData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainISPData.json",
2025-08-20T19:15:59.0706894Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainMax95BpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainMax95BpsData.json",
2025-08-20T19:15:59.0707943Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainMultiUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainMultiUsageData.json",
2025-08-20T19:15:59.0708998Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainPathData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainPathData.json",
2025-08-20T19:15:59.0709908Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainPvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainPvData.json",
2025-08-20T19:15:59.0710822Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainQpsData.json",
2025-08-20T19:15:59.0711857Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainQpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainQpsDataByLayer.json",
2025-08-20T19:15:59.0713090Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeBpsData.json",
2025-08-20T19:15:59.0714579Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainRealTimeByteHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:59.0715808Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainRealTimeDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeDetailData.json",
2025-08-20T19:15:59.0717089Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainRealTimeHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:59.0718252Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainRealTimeQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeQpsData.json",
2025-08-20T19:15:59.0719725Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainRealTimeReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:59.0720964Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainRealTimeSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:59.0722255Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainRealTimeSrcHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeSrcHttpCodeData.json",
2025-08-20T19:15:59.0723904Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainRealTimeSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:59.0725188Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainRealTimeTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeTrafficData.json",
2025-08-20T19:15:59.0726787Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealtimeLogDelivery.json",
2025-08-20T19:15:59.0727993Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainRegionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRegionData.json",
2025-08-20T19:15:59.0729216Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainReqHitRateData.json",
2025-08-20T19:15:59.0730310Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcBpsData.json",
2025-08-20T19:15:59.0731491Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainSrcHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcHttpCodeData.json",
2025-08-20T19:15:59.0732797Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainSrcQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcQpsData.json",
2025-08-20T19:15:59.0734242Z [00:02:03.531]➜  		"metadatas/cdn/DescribeDomainSrcTopUrlVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcTopUrlVisit.json",
2025-08-20T19:15:59.0735419Z [00:02:03.532]➜  		"metadatas/cdn/DescribeDomainSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcTrafficData.json",
2025-08-20T19:15:59.0736618Z [00:02:03.532]➜  		"metadatas/cdn/DescribeDomainTopClientIpVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainTopClientIpVisit.json",
2025-08-20T19:15:59.0737756Z [00:02:03.532]➜  		"metadatas/cdn/DescribeDomainTopReferVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainTopReferVisit.json",
2025-08-20T19:15:59.0738868Z [00:02:03.532]➜  		"metadatas/cdn/DescribeDomainTopUrlVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainTopUrlVisit.json",
2025-08-20T19:15:59.0740048Z [00:02:03.532]➜  		"metadatas/cdn/DescribeDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainTrafficData.json",
2025-08-20T19:15:59.0741059Z [00:02:03.532]➜  		"metadatas/cdn/DescribeDomainUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainUsageData.json",
2025-08-20T19:15:59.0742020Z [00:02:03.532]➜  		"metadatas/cdn/DescribeDomainUvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainUvData.json",
2025-08-20T19:15:59.0743160Z [00:02:03.532]➜  		"metadatas/cdn/DescribeDomainVerifyData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainVerifyData.json",
2025-08-20T19:15:59.0744252Z [00:02:03.532]➜  		"metadatas/cdn/DescribeDomainsBySource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainsBySource.json",
2025-08-20T19:15:59.0745256Z [00:02:03.532]➜  		"metadatas/cdn/DescribeDomainsUsageByDay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainsUsageByDay.json",
2025-08-20T19:15:59.0746221Z [00:02:03.532]➜  		"metadatas/cdn/DescribeEsExceptionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeEsExceptionData.json",
2025-08-20T19:15:59.0747132Z [00:02:03.532]➜  		"metadatas/cdn/DescribeEsExecuteData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeEsExecuteData.json",
2025-08-20T19:15:59.0747977Z [00:02:03.532]➜  		"metadatas/cdn/DescribeFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeFCTrigger.json",
2025-08-20T19:15:59.0748787Z [00:02:03.532]➜  		"metadatas/cdn/DescribeIpInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeIpInfo.json",
2025-08-20T19:15:59.0749620Z [00:02:03.532]➜  		"metadatas/cdn/DescribeIpStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeIpStatus.json",
2025-08-20T19:15:59.0750653Z [00:02:03.532]➜  		"metadatas/cdn/DescribeL2VipsByDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeL2VipsByDomain.json",
2025-08-20T19:15:59.0751654Z [00:02:03.532]➜  		"metadatas/cdn/DescribePreloadDetailById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribePreloadDetailById.json",
2025-08-20T19:15:59.0753165Z [00:02:03.532]➜  		"metadatas/cdn/DescribeRangeDataByLocateAndIspService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRangeDataByLocateAndIspService.json",
2025-08-20T19:15:59.0754205Z [00:02:03.532]➜  		"metadatas/cdn/DescribeRealtimeDeliveryAcc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRealtimeDeliveryAcc.json",
2025-08-20T19:15:59.0755118Z [00:02:03.532]➜  		"metadatas/cdn/DescribeRefreshQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRefreshQuota.json",
2025-08-20T19:15:59.0756081Z [00:02:03.532]➜  		"metadatas/cdn/DescribeRefreshTaskById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRefreshTaskById.json",
2025-08-20T19:15:59.0757076Z [00:02:03.532]➜  		"metadatas/cdn/DescribeRefreshTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRefreshTasks.json",
2025-08-20T19:15:59.0757913Z [00:02:03.532]➜  		"metadatas/cdn/DescribeStagingIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeStagingIp.json",
2025-08-20T19:15:59.0758793Z [00:02:03.532]➜  		"metadatas/cdn/DescribeTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeTagResources.json",
2025-08-20T19:15:59.0759750Z [00:02:03.532]➜  		"metadatas/cdn/DescribeTopDomainsByFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeTopDomainsByFlow.json",
2025-08-20T19:15:59.0760668Z [00:02:03.532]➜  		"metadatas/cdn/DescribeUserCdnStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserCdnStatus.json",
2025-08-20T19:15:59.0761914Z [00:02:03.532]➜  		"metadatas/cdn/DescribeUserCertificateExpireCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserCertificateExpireCount.json",
2025-08-20T19:15:59.0762943Z [00:02:03.532]➜  		"metadatas/cdn/DescribeUserConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserConfigs.json",
2025-08-20T19:15:59.0763811Z [00:02:03.532]➜  		"metadatas/cdn/DescribeUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserDomains.json",
2025-08-20T19:15:59.0764630Z [00:02:03.532]➜  		"metadatas/cdn/DescribeUserTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserTags.json",
2025-08-20T19:15:59.0765810Z [00:02:03.532]➜  		"metadatas/cdn/DescribeUserUsageDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserUsageDataExportTask.json",
2025-08-20T19:15:59.0767030Z [00:02:03.532]➜  		"metadatas/cdn/DescribeUserUsageDetailDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserUsageDetailDataExportTask.json",
2025-08-20T19:15:59.0767996Z [00:02:03.532]➜  		"metadatas/cdn/DescribeUserVipsByDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserVipsByDomain.json",
2025-08-20T19:15:59.0768889Z [00:02:03.532]➜  		"metadatas/cdn/DescribeVerifyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeVerifyContent.json",
2025-08-20T19:15:59.0769886Z [00:02:03.532]➜  		"metadatas/cdn/DisableRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DisableRealtimeLogDelivery.json",
2025-08-20T19:15:59.0770864Z [00:02:03.532]➜  		"metadatas/cdn/EnableRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/EnableRealtimeLogDelivery.json",
2025-08-20T19:15:59.0771916Z [00:02:03.532]➜  		"metadatas/cdn/ListDomainsByLogConfigId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListDomainsByLogConfigId.json",
2025-08-20T19:15:59.0772914Z [00:02:03.532]➜  		"metadatas/cdn/ListFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListFCTrigger.json",
2025-08-20T19:15:59.0773866Z [00:02:03.532]➜  		"metadatas/cdn/ListRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListRealtimeLogDelivery.json",
2025-08-20T19:15:59.0774951Z [00:02:03.532]➜  		"metadatas/cdn/ListRealtimeLogDeliveryDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListRealtimeLogDeliveryDomains.json",
2025-08-20T19:15:59.0775991Z [00:02:03.532]➜  		"metadatas/cdn/ListRealtimeLogDeliveryInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListRealtimeLogDeliveryInfos.json",
2025-08-20T19:15:59.0776819Z [00:02:03.532]➜  		"metadatas/cdn/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListTagResources.json",
2025-08-20T19:15:59.0777797Z [00:02:03.532]➜  		"metadatas/cdn/ListUserCustomLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListUserCustomLogConfig.json",
2025-08-20T19:15:59.0778590Z [00:02:03.532]➜  		"metadatas/cdn/ModifyCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyCdnDomain.json",
2025-08-20T19:15:59.0779485Z [00:02:03.532]➜  		"metadatas/cdn/ModifyCdnDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyCdnDomainOwner.json",
2025-08-20T19:15:59.0780551Z [00:02:03.532]➜  		"metadatas/cdn/ModifyCdnDomainSchdmByProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyCdnDomainSchdmByProperty.json",
2025-08-20T19:15:59.0781509Z [00:02:03.532]➜  		"metadatas/cdn/ModifyCdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyCdnService.json",
2025-08-20T19:15:59.0782874Z [00:02:03.532]➜  		"metadatas/cdn/ModifyRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyRealtimeLogDelivery.json",
2025-08-20T19:15:59.0783764Z [00:02:03.532]➜  		"metadatas/cdn/OpenCdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/OpenCdnService.json",
2025-08-20T19:15:59.0784991Z [00:02:03.532]➜  		"metadatas/cdn/PublishStagingConfigToProduction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/PublishStagingConfigToProduction.json",
2025-08-20T19:15:59.0785883Z [00:02:03.532]➜  		"metadatas/cdn/PushObjectCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/PushObjectCache.json",
2025-08-20T19:15:59.0787015Z [00:02:03.532]➜  		"metadatas/cdn/RefreshObjectCacheByCacheTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/RefreshObjectCacheByCacheTag.json",
2025-08-20T19:15:59.0787963Z [00:02:03.532]➜  		"metadatas/cdn/RefreshObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/RefreshObjectCaches.json",
2025-08-20T19:15:59.0788962Z [00:02:03.532]➜  		"metadatas/cdn/RollbackStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/RollbackStagingConfig.json",
2025-08-20T19:15:59.0790048Z [00:02:03.532]➜  		"metadatas/cdn/SetCdnDomainCSRCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnDomainCSRCertificate.json",
2025-08-20T19:15:59.0791125Z [00:02:03.532]➜  		"metadatas/cdn/SetCdnDomainSMCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnDomainSMCertificate.json",
2025-08-20T19:15:59.0792204Z [00:02:03.532]➜  		"metadatas/cdn/SetCdnDomainSSLCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnDomainSSLCertificate.json",
2025-08-20T19:15:59.0793429Z [00:02:03.532]➜  		"metadatas/cdn/SetCdnDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnDomainStagingConfig.json",
2025-08-20T19:15:59.0794596Z [00:02:03.532]➜  		"metadatas/cdn/SetCdnFullDomainsBlockIP.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnFullDomainsBlockIP.json",
2025-08-20T19:15:59.0795649Z [00:02:03.532]➜  		"metadatas/cdn/SetReqHeaderConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetReqHeaderConfig.json",
2025-08-20T19:15:59.0796590Z [00:02:03.532]➜  		"metadatas/cdn/SetWaitingRoomConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetWaitingRoomConfig.json",
2025-08-20T19:15:59.0797458Z [00:02:03.532]➜  		"metadatas/cdn/StartCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/StartCdnDomain.json",
2025-08-20T19:15:59.0798306Z [00:02:03.532]➜  		"metadatas/cdn/StopCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/StopCdnDomain.json",
2025-08-20T19:15:59.0799150Z [00:02:03.532]➜  		"metadatas/cdn/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/TagResources.json",
2025-08-20T19:15:59.0800015Z [00:02:03.532]➜  		"metadatas/cdn/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/UntagResources.json",
2025-08-20T19:15:59.0800982Z [00:02:03.532]➜  		"metadatas/cdn/UpdateCdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/UpdateCdnDeliverTask.json",
2025-08-20T19:15:59.0801881Z [00:02:03.532]➜  		"metadatas/cdn/UpdateCdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/UpdateCdnSubTask.json",
2025-08-20T19:15:59.0802904Z [00:02:03.532]➜  		"metadatas/cdn/UpdateFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/UpdateFCTrigger.json",
2025-08-20T19:15:59.0803757Z [00:02:03.532]➜  		"metadatas/cdn/VerifyDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/VerifyDomainOwner.json",
2025-08-20T19:15:59.0804808Z [00:02:03.532]➜  		"metadatas/chatbot/ActivatePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ActivatePerspective.json",
2025-08-20T19:15:59.0805723Z [00:02:03.532]➜  		"metadatas/chatbot/AddSynonym.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/AddSynonym.json",
2025-08-20T19:15:59.0806702Z [00:02:03.532]➜  		"metadatas/chatbot/AppendEntityMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/AppendEntityMember.json",
2025-08-20T19:15:59.0807488Z [00:02:03.532]➜  		"metadatas/chatbot/Associate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/Associate.json",
2025-08-20T19:15:59.0808183Z [00:02:03.532]➜  		"metadatas/chatbot/Chat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/Chat.json",
2025-08-20T19:15:59.0808959Z [00:02:03.532]➜  		"metadatas/chatbot/CreateBot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateBot.json",
2025-08-20T19:15:59.0809830Z [00:02:03.532]➜  		"metadatas/chatbot/CreateCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateCategory.json",
2025-08-20T19:15:59.0810687Z [00:02:03.532]➜  		"metadatas/chatbot/CreateCoreWord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateCoreWord.json",
2025-08-20T19:15:59.0811505Z [00:02:03.532]➜  		"metadatas/chatbot/CreateDialog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateDialog.json",
2025-08-20T19:15:59.0812312Z [00:02:03.532]➜  		"metadatas/chatbot/CreateEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateEntity.json",
2025-08-20T19:15:59.0813291Z [00:02:03.532]➜  		"metadatas/chatbot/CreateIntent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateIntent.json",
2025-08-20T19:15:59.0814161Z [00:02:03.532]➜  		"metadatas/chatbot/CreateKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateKnowledge.json",
2025-08-20T19:15:59.0815188Z [00:02:03.532]➜  		"metadatas/chatbot/CreatePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreatePerspective.json",
2025-08-20T19:15:59.0816036Z [00:02:03.532]➜  		"metadatas/chatbot/DeleteBot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteBot.json",
2025-08-20T19:15:59.0816891Z [00:02:03.532]➜  		"metadatas/chatbot/DeleteCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteCategory.json",
2025-08-20T19:15:59.0817732Z [00:02:03.532]➜  		"metadatas/chatbot/DeleteCoreWord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteCoreWord.json",
2025-08-20T19:15:59.0818553Z [00:02:03.532]➜  		"metadatas/chatbot/DeleteDialog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteDialog.json",
2025-08-20T19:15:59.0819363Z [00:02:03.532]➜  		"metadatas/chatbot/DeleteEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteEntity.json",
2025-08-20T19:15:59.0820188Z [00:02:03.532]➜  		"metadatas/chatbot/DeleteIntent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteIntent.json",
2025-08-20T19:15:59.0821062Z [00:02:03.532]➜  		"metadatas/chatbot/DeleteKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteKnowledge.json",
2025-08-20T19:15:59.0821964Z [00:02:03.532]➜  		"metadatas/chatbot/DeletePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeletePerspective.json",
2025-08-20T19:15:59.0822968Z [00:02:03.532]➜  		"metadatas/chatbot/DescribeBot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeBot.json",
2025-08-20T19:15:59.0823860Z [00:02:03.532]➜  		"metadatas/chatbot/DescribeCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeCategory.json",
2025-08-20T19:15:59.0824888Z [00:02:03.532]➜  		"metadatas/chatbot/DescribeCoreWord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeCoreWord.json",
2025-08-20T19:15:59.0825830Z [00:02:03.532]➜  		"metadatas/chatbot/DescribeDialog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeDialog.json",
2025-08-20T19:15:59.0826762Z [00:02:03.532]➜  		"metadatas/chatbot/DescribeDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeDialogFlow.json",
2025-08-20T19:15:59.0827642Z [00:02:03.532]➜  		"metadatas/chatbot/DescribeEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeEntities.json",
2025-08-20T19:15:59.0828485Z [00:02:03.532]➜  		"metadatas/chatbot/DescribeIntent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeIntent.json",
2025-08-20T19:15:59.0829385Z [00:02:03.532]➜  		"metadatas/chatbot/DescribeKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeKnowledge.json",
2025-08-20T19:15:59.0830340Z [00:02:03.532]➜  		"metadatas/chatbot/DescribePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribePerspective.json",
2025-08-20T19:15:59.0831238Z [00:02:03.532]➜  		"metadatas/chatbot/DisableDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DisableDialogFlow.json",
2025-08-20T19:15:59.0832121Z [00:02:03.532]➜  		"metadatas/chatbot/DisableKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DisableKnowledge.json",
2025-08-20T19:15:59.0833089Z [00:02:03.532]➜  		"metadatas/chatbot/Feedback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/Feedback.json",
2025-08-20T19:15:59.0834026Z [00:02:03.532]➜  		"metadatas/chatbot/GetAsyncResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetAsyncResult.json",
2025-08-20T19:15:59.0834977Z [00:02:03.532]➜  		"metadatas/chatbot/GetBotChatData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetBotChatData.json",
2025-08-20T19:15:59.0836109Z [00:02:03.532]➜  		"metadatas/chatbot/GetBotDsStatData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetBotDsStatData.json",
2025-08-20T19:15:59.0837356Z [00:02:03.532]➜  		"metadatas/chatbot/GetBotKnowledgeStatData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetBotKnowledgeStatData.json",
2025-08-20T19:15:59.0838387Z [00:02:03.532]➜  		"metadatas/chatbot/GetBotSessionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetBotSessionData.json",
2025-08-20T19:15:59.0839439Z [00:02:03.532]➜  		"metadatas/chatbot/GetConversationList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetConversationList.json",
2025-08-20T19:15:59.0840465Z [00:02:03.532]➜  		"metadatas/chatbot/ListBotChatHistorys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotChatHistorys.json",
2025-08-20T19:15:59.0841530Z [00:02:03.532]➜  		"metadatas/chatbot/ListBotColdDsDatas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotColdDsDatas.json",
2025-08-20T19:15:59.0842800Z [00:02:03.532]➜  		"metadatas/chatbot/ListBotColdKnowledges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotColdKnowledges.json",
2025-08-20T19:15:59.0843801Z [00:02:03.532]➜  		"metadatas/chatbot/ListBotDsDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotDsDetails.json",
2025-08-20T19:15:59.0844792Z [00:02:03.532]➜  		"metadatas/chatbot/ListBotHotDsDatas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotHotDsDatas.json",
2025-08-20T19:15:59.0845867Z [00:02:03.532]➜  		"metadatas/chatbot/ListBotHotKnowledges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotHotKnowledges.json",
2025-08-20T19:15:59.0847110Z [00:02:03.532]➜  		"metadatas/chatbot/ListBotKnowledgeDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotKnowledgeDetails.json",
2025-08-20T19:15:59.0848433Z [00:02:03.532]➜  		"metadatas/chatbot/ListBotReceptionDetailDatas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotReceptionDetailDatas.json",
2025-08-20T19:15:59.0849476Z [00:02:03.532]➜  		"metadatas/chatbot/ListConversationLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListConversationLogs.json",
2025-08-20T19:15:59.0850556Z [00:02:03.532]➜  		"metadatas/chatbot/MoveKnowledgeCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/MoveKnowledgeCategory.json",
2025-08-20T19:15:59.0851561Z [00:02:03.532]➜  		"metadatas/chatbot/PublishDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/PublishDialogFlow.json",
2025-08-20T19:15:59.0852744Z [00:02:03.532]➜  		"metadatas/chatbot/PublishKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/PublishKnowledge.json",
2025-08-20T19:15:59.0853639Z [00:02:03.532]➜  		"metadatas/chatbot/QueryBots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryBots.json",
2025-08-20T19:15:59.0854566Z [00:02:03.532]➜  		"metadatas/chatbot/QueryCategories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryCategories.json",
2025-08-20T19:15:59.0855487Z [00:02:03.532]➜  		"metadatas/chatbot/QueryCoreWords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryCoreWords.json",
2025-08-20T19:15:59.0856383Z [00:02:03.532]➜  		"metadatas/chatbot/QueryDialogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryDialogs.json",
2025-08-20T19:15:59.0857302Z [00:02:03.532]➜  		"metadatas/chatbot/QueryEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryEntities.json",
2025-08-20T19:15:59.0858200Z [00:02:03.532]➜  		"metadatas/chatbot/QueryIntents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryIntents.json",
2025-08-20T19:15:59.0859286Z [00:02:03.532]➜  		"metadatas/chatbot/QueryKnowledges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryKnowledges.json",
2025-08-20T19:15:59.0860384Z [00:02:03.532]➜  		"metadatas/chatbot/QueryPerspectives.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryPerspectives.json",
2025-08-20T19:15:59.0861435Z [00:02:03.532]➜  		"metadatas/chatbot/QuerySystemEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QuerySystemEntities.json",
2025-08-20T19:15:59.0862624Z [00:02:03.532]➜  		"metadatas/chatbot/RemoveEntityMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/RemoveEntityMember.json",
2025-08-20T19:15:59.0863513Z [00:02:03.532]➜  		"metadatas/chatbot/RemoveSynonym.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/RemoveSynonym.json",
2025-08-20T19:15:59.0864376Z [00:02:03.532]➜  		"metadatas/chatbot/TestDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/TestDialogFlow.json",
2025-08-20T19:15:59.0865254Z [00:02:03.532]➜  		"metadatas/chatbot/UpdateCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateCategory.json",
2025-08-20T19:15:59.0866101Z [00:02:03.532]➜  		"metadatas/chatbot/UpdateCoreWord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateCoreWord.json",
2025-08-20T19:15:59.0866923Z [00:02:03.532]➜  		"metadatas/chatbot/UpdateDialog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateDialog.json",
2025-08-20T19:15:59.0867810Z [00:02:03.532]➜  		"metadatas/chatbot/UpdateDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateDialogFlow.json",
2025-08-20T19:15:59.0868734Z [00:02:03.532]➜  		"metadatas/chatbot/UpdateEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateEntity.json",
2025-08-20T19:15:59.0869645Z [00:02:03.532]➜  		"metadatas/chatbot/UpdateIntent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateIntent.json",
2025-08-20T19:15:59.0870513Z [00:02:03.532]➜  		"metadatas/chatbot/UpdateKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateKnowledge.json",
2025-08-20T19:15:59.0871424Z [00:02:03.532]➜  		"metadatas/chatbot/UpdatePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdatePerspective.json",
2025-08-20T19:15:59.0872779Z [00:02:03.532]➜  		"metadatas/clickhouse/AllocateClusterPublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/AllocateClusterPublicConnection.json",
2025-08-20T19:15:59.0873790Z [00:02:03.532]➜  		"metadatas/clickhouse/CheckClickhouseToRDS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckClickhouseToRDS.json",
2025-08-20T19:15:59.0874943Z [00:02:03.532]➜  		"metadatas/clickhouse/CheckModifyConfigNeedRestart.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckModifyConfigNeedRestart.json",
2025-08-20T19:15:59.0875920Z [00:02:03.532]➜  		"metadatas/clickhouse/CheckMonitorAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckMonitorAlert.json",
2025-08-20T19:15:59.0876937Z [00:02:03.532]➜  		"metadatas/clickhouse/CheckScaleOutBalanced.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckScaleOutBalanced.json",
2025-08-20T19:15:59.0877976Z [00:02:03.532]➜  		"metadatas/clickhouse/CheckServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckServiceLinkedRole.json",
2025-08-20T19:15:59.0878856Z [00:02:03.532]➜  		"metadatas/clickhouse/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateAccount.json",
2025-08-20T19:15:59.0879951Z [00:02:03.532]➜  		"metadatas/clickhouse/CreateAccountAndAuthority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateAccountAndAuthority.json",
2025-08-20T19:15:59.0881115Z [00:02:03.532]➜  		"metadatas/clickhouse/CreateBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateBackupPolicy.json",
2025-08-20T19:15:59.0882063Z [00:02:03.532]➜  		"metadatas/clickhouse/CreateDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateDBInstance.json",
2025-08-20T19:15:59.0883357Z [00:02:03.532]➜  		"metadatas/clickhouse/CreateMonitorDataReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateMonitorDataReport.json",
2025-08-20T19:15:59.0884323Z [00:02:03.532]➜  		"metadatas/clickhouse/CreateOSSStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateOSSStorage.json",
2025-08-20T19:15:59.0885412Z [00:02:03.532]➜  		"metadatas/clickhouse/CreatePortsForClickHouse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreatePortsForClickHouse.json",
2025-08-20T19:15:59.0886476Z [00:02:03.532]➜  		"metadatas/clickhouse/CreateRDSToClickhouseDb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateRDSToClickhouseDb.json",
2025-08-20T19:15:59.0887419Z [00:02:03.532]➜  		"metadatas/clickhouse/CreateSQLAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateSQLAccount.json",
2025-08-20T19:15:59.0888462Z [00:02:03.532]➜  		"metadatas/clickhouse/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateServiceLinkedRole.json",
2025-08-20T19:15:59.0889339Z [00:02:03.532]➜  		"metadatas/clickhouse/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DeleteAccount.json",
2025-08-20T19:15:59.0890341Z [00:02:03.532]➜  		"metadatas/clickhouse/DeleteDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DeleteDBCluster.json",
2025-08-20T19:15:59.0891289Z [00:02:03.532]➜  		"metadatas/clickhouse/DeleteSyndb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DeleteSyndb.json",
2025-08-20T19:15:59.0892365Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeAccountAuthority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeAccountAuthority.json",
2025-08-20T19:15:59.0893554Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeAccounts.json",
2025-08-20T19:15:59.0894690Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeAllDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeAllDataSource.json",
2025-08-20T19:15:59.0895836Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeAllDataSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeAllDataSources.json",
2025-08-20T19:15:59.0896962Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeBackupPolicy.json",
2025-08-20T19:15:59.0898095Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeBackups.json",
2025-08-20T19:15:59.0899106Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeColumns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeColumns.json",
2025-08-20T19:15:59.0900226Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeConfigHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeConfigHistory.json",
2025-08-20T19:15:59.0901540Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeConfigVersionDifference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeConfigVersionDifference.json",
2025-08-20T19:15:59.0903059Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeDBClusterAccessWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterAccessWhiteList.json",
2025-08-20T19:15:59.0904472Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeDBClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterAttribute.json",
2025-08-20T19:15:59.0905642Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeDBClusterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterConfig.json",
2025-08-20T19:15:59.0906959Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeDBClusterConfigInXML.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterConfigInXML.json",
2025-08-20T19:15:59.0908238Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeDBClusterNetInfoItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterNetInfoItems.json",
2025-08-20T19:15:59.0909504Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeDBClusterPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterPerformance.json",
2025-08-20T19:15:59.0910585Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeDBClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusters.json",
2025-08-20T19:15:59.0911620Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeDBConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBConfig.json",
2025-08-20T19:15:59.0912912Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeOSSStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeOSSStorage.json",
2025-08-20T19:15:59.0914022Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeProcessList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeProcessList.json",
2025-08-20T19:15:59.0915202Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeRegions.json",
2025-08-20T19:15:59.0916329Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeSchemas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeSchemas.json",
2025-08-20T19:15:59.0917475Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeSlowLogRecords.json",
2025-08-20T19:15:59.0918560Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeSynDbTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeSynDbTables.json",
2025-08-20T19:15:59.0919557Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeSynDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeSynDbs.json",
2025-08-20T19:15:59.0920566Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeTables.json",
2025-08-20T19:15:59.0921848Z [00:02:03.533]➜  		"metadatas/clickhouse/DescribeTransferHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeTransferHistory.json",
2025-08-20T19:15:59.0922972Z [00:02:03.533]➜  		"metadatas/clickhouse/KillProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/KillProcess.json",
2025-08-20T19:15:59.0924038Z [00:02:03.533]➜  		"metadatas/clickhouse/ModifyAccountAuthority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyAccountAuthority.json",
2025-08-20T19:15:59.0925123Z [00:02:03.533]➜  		"metadatas/clickhouse/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyAccountDescription.json",
2025-08-20T19:15:59.0926087Z [00:02:03.533]➜  		"metadatas/clickhouse/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyBackupPolicy.json",
2025-08-20T19:15:59.0927017Z [00:02:03.533]➜  		"metadatas/clickhouse/ModifyDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBCluster.json",
2025-08-20T19:15:59.0928318Z [00:02:03.533]➜  		"metadatas/clickhouse/ModifyDBClusterAccessWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterAccessWhiteList.json",
2025-08-20T19:15:59.0929340Z [00:02:03.533]➜  		"metadatas/clickhouse/ModifyDBClusterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterConfig.json",
2025-08-20T19:15:59.0930450Z [00:02:03.533]➜  		"metadatas/clickhouse/ModifyDBClusterConfigInXML.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterConfigInXML.json",
2025-08-20T19:15:59.0931571Z [00:02:03.533]➜  		"metadatas/clickhouse/ModifyDBClusterDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterDescription.json",
2025-08-20T19:15:59.0932858Z [00:02:03.533]➜  		"metadatas/clickhouse/ModifyDBClusterMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterMaintainTime.json",
2025-08-20T19:15:59.0933775Z [00:02:03.533]➜  		"metadatas/clickhouse/ModifyDBConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBConfig.json",
2025-08-20T19:15:59.0934926Z [00:02:03.533]➜  		"metadatas/clickhouse/ModifyMinorVersionGreadeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyMinorVersionGreadeType.json",
2025-08-20T19:15:59.0935975Z [00:02:03.533]➜  		"metadatas/clickhouse/ModifyRDSToClickhouseDb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyRDSToClickhouseDb.json",
2025-08-20T19:15:59.0937152Z [00:02:03.533]➜  		"metadatas/clickhouse/ReleaseClusterPublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ReleaseClusterPublicConnection.json",
2025-08-20T19:15:59.0938353Z [00:02:03.533]➜  		"metadatas/clickhouse/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ResetAccountPassword.json",
2025-08-20T19:15:59.0939284Z [00:02:03.533]➜  		"metadatas/clickhouse/RestartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/RestartInstance.json",
2025-08-20T19:15:59.0940188Z [00:02:03.533]➜  		"metadatas/clickhouse/TransferVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/TransferVersion.json",
2025-08-20T19:15:59.0941165Z [00:02:03.533]➜  		"metadatas/clickhouse/UpgradeMinorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/UpgradeMinorVersion.json",
2025-08-20T19:15:59.0942026Z [00:02:03.533]➜  		"metadatas/cloud-siem/AddDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/AddDataSource.json",
2025-08-20T19:15:59.0943103Z [00:02:03.533]➜  		"metadatas/cloud-siem/AddDataSourceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/AddDataSourceLog.json",
2025-08-20T19:15:59.0944237Z [00:02:03.533]➜  		"metadatas/cloud-siem/AddUserSourceLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/AddUserSourceLogConfig.json",
2025-08-20T19:15:59.0945084Z [00:02:03.533]➜  		"metadatas/cloud-siem/BindAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/BindAccount.json",
2025-08-20T19:15:59.0945950Z [00:02:03.533]➜  		"metadatas/cloud-siem/CloseDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/CloseDelivery.json",
2025-08-20T19:15:59.0947068Z [00:02:03.533]➜  		"metadatas/cloud-siem/DeleteAutomateResponseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteAutomateResponseConfig.json",
2025-08-20T19:15:59.0948005Z [00:02:03.533]➜  		"metadatas/cloud-siem/DeleteBindAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteBindAccount.json",
2025-08-20T19:15:59.0948968Z [00:02:03.533]➜  		"metadatas/cloud-siem/DeleteCustomizeRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteCustomizeRule.json",
2025-08-20T19:15:59.0949975Z [00:02:03.533]➜  		"metadatas/cloud-siem/DeleteDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteDataSource.json",
2025-08-20T19:15:59.0950932Z [00:02:03.533]➜  		"metadatas/cloud-siem/DeleteDataSourceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteDataSourceLog.json",
2025-08-20T19:15:59.0951890Z [00:02:03.533]➜  		"metadatas/cloud-siem/DeleteWhiteRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteWhiteRuleList.json",
2025-08-20T19:15:59.0953155Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAggregateFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAggregateFunction.json",
2025-08-20T19:15:59.0954226Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAlertScene.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertScene.json",
2025-08-20T19:15:59.0955398Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAlertSceneByEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertSceneByEvent.json",
2025-08-20T19:15:59.0956467Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAlertSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertSource.json",
2025-08-20T19:15:59.0957713Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAlertSourceWithEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertSourceWithEvent.json",
2025-08-20T19:15:59.0958762Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAlertType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertType.json",
2025-08-20T19:15:59.0959865Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAlerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlerts.json",
2025-08-20T19:15:59.0961028Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAlertsCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertsCount.json",
2025-08-20T19:15:59.0962183Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAlertsWithEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertsWithEntity.json",
2025-08-20T19:15:59.0963502Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAlertsWithEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertsWithEvent.json",
2025-08-20T19:15:59.0964457Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAuth.json",
2025-08-20T19:15:59.0965865Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAutomateResponseConfigCounter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAutomateResponseConfigCounter.json",
2025-08-20T19:15:59.0967416Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAutomateResponseConfigFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAutomateResponseConfigFeature.json",
2025-08-20T19:15:59.0968886Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeAutomateResponseConfigPlayBooks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAutomateResponseConfigPlayBooks.json",
2025-08-20T19:15:59.0970038Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeCloudSiemAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCloudSiemAssets.json",
2025-08-20T19:15:59.0971328Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeCloudSiemAssetsCounter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCloudSiemAssetsCounter.json",
2025-08-20T19:15:59.0972760Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeCloudSiemEventDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCloudSiemEventDetail.json",
2025-08-20T19:15:59.0974015Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeCloudSiemEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCloudSiemEvents.json",
2025-08-20T19:15:59.0975228Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeCustomizeRuleCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCustomizeRuleCount.json",
2025-08-20T19:15:59.0976418Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeCustomizeRuleTest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCustomizeRuleTest.json",
2025-08-20T19:15:59.0977801Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeCustomizeRuleTestHistogram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCustomizeRuleTestHistogram.json",
2025-08-20T19:15:59.0979007Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeDataSourceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeDataSourceInstance.json",
2025-08-20T19:15:59.0980251Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeDataSourceParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeDataSourceParameters.json",
2025-08-20T19:15:59.0981452Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeDisposeAndPlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeDisposeAndPlaybook.json",
2025-08-20T19:15:59.0982982Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeDisposeStrategyPlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeDisposeStrategyPlaybook.json",
2025-08-20T19:15:59.0984099Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeEntityInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeEntityInfo.json",
2025-08-20T19:15:59.0985370Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeEventCountByThreatLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeEventCountByThreatLevel.json",
2025-08-20T19:15:59.0986370Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeEventDispose.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeEventDispose.json",
2025-08-20T19:15:59.0987427Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeImportedLogCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeImportedLogCount.json",
2025-08-20T19:15:59.0988362Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeLogFields.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeLogFields.json",
2025-08-20T19:15:59.0989297Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeLogSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeLogSource.json",
2025-08-20T19:15:59.0990283Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeLogType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeLogType.json",
2025-08-20T19:15:59.0991237Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeOperators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeOperators.json",
2025-08-20T19:15:59.0992161Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeProdCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeProdCount.json",
2025-08-20T19:15:59.0993264Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeScopeUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeScopeUsers.json",
2025-08-20T19:15:59.0994267Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeServiceStatus.json",
2025-08-20T19:15:59.0995184Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeStorage.json",
2025-08-20T19:15:59.0996339Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeUserBuyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeUserBuyStatus.json",
2025-08-20T19:15:59.0997261Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeWafScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeWafScope.json",
2025-08-20T19:15:59.0998254Z [00:02:03.533]➜  		"metadatas/cloud-siem/DescribeWhiteRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeWhiteRuleList.json",
2025-08-20T19:15:59.0999297Z [00:02:03.533]➜  		"metadatas/cloud-siem/EnableAccessForCloudSiem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/EnableAccessForCloudSiem.json",
2025-08-20T19:15:59.1000374Z [00:02:03.533]➜  		"metadatas/cloud-siem/EnableServiceForCloudSiem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/EnableServiceForCloudSiem.json",
2025-08-20T19:15:59.1001218Z [00:02:03.533]➜  		"metadatas/cloud-siem/GetCapacity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/GetCapacity.json",
2025-08-20T19:15:59.1002088Z [00:02:03.533]➜  		"metadatas/cloud-siem/GetStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/GetStorage.json",
2025-08-20T19:15:59.1003188Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListAccountAccessId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListAccountAccessId.json",
2025-08-20T19:15:59.1004159Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListAccountsByLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListAccountsByLog.json",
2025-08-20T19:15:59.1005239Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListAllProds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListAllProds.json",
2025-08-20T19:15:59.1006573Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListAutomateResponseConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListAutomateResponseConfigs.json",
2025-08-20T19:15:59.1007635Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListBindAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListBindAccount.json",
2025-08-20T19:15:59.1008706Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListBindDataSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListBindDataSources.json",
2025-08-20T19:15:59.1009918Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListCloudSiemCustomizeRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListCloudSiemCustomizeRules.json",
2025-08-20T19:15:59.1011170Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListCloudSiemPredefinedRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListCloudSiemPredefinedRules.json",
2025-08-20T19:15:59.1012803Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListCustomizeRuleTestResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListCustomizeRuleTestResult.json",
2025-08-20T19:15:59.1013928Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListDataSourceLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListDataSourceLogs.json",
2025-08-20T19:15:59.1015015Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListDataSourceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListDataSourceTypes.json",
2025-08-20T19:15:59.1015968Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListDelivery.json",
2025-08-20T19:15:59.1017046Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListDisposeStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListDisposeStrategy.json",
2025-08-20T19:15:59.1017989Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListEntities.json",
2025-08-20T19:15:59.1019258Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListImportedLogsByProd.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListImportedLogsByProd.json",
2025-08-20T19:15:59.1020335Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListProjectLogStores.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListProjectLogStores.json",
2025-08-20T19:15:59.1021260Z [00:02:03.533]➜  		"metadatas/cloud-siem/ListRdUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListRdUsers.json",
2025-08-20T19:15:59.1022290Z [00:02:03.533]➜  		"metadatas/cloud-siem/ModifyBindAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ModifyBindAccount.json",
2025-08-20T19:15:59.1023597Z [00:02:03.533]➜  		"metadatas/cloud-siem/ModifyDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ModifyDataSource.json",
2025-08-20T19:15:59.1024678Z [00:02:03.533]➜  		"metadatas/cloud-siem/ModifyDataSourceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ModifyDataSourceLog.json",
2025-08-20T19:15:59.1025633Z [00:02:03.533]➜  		"metadatas/cloud-siem/OpenDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/OpenDelivery.json",
2025-08-20T19:15:59.1026823Z [00:02:03.533]➜  		"metadatas/cloud-siem/PostAutomateResponseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostAutomateResponseConfig.json",
2025-08-20T19:15:59.1027861Z [00:02:03.533]➜  		"metadatas/cloud-siem/PostCustomizeRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostCustomizeRule.json",
2025-08-20T19:15:59.1029083Z [00:02:03.533]➜  		"metadatas/cloud-siem/PostCustomizeRuleTest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostCustomizeRuleTest.json",
2025-08-20T19:15:59.1030489Z [00:02:03.533]➜  		"metadatas/cloud-siem/PostEventDisposeAndWhiteruleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostEventDisposeAndWhiteruleList.json",
2025-08-20T19:15:59.1031612Z [00:02:03.533]➜  		"metadatas/cloud-siem/PostEventWhiteruleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostEventWhiteruleList.json",
2025-08-20T19:15:59.1032989Z [00:02:03.533]➜  		"metadatas/cloud-siem/PostFinishCustomizeRuleTest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostFinishCustomizeRuleTest.json",
2025-08-20T19:15:59.1033998Z [00:02:03.533]➜  		"metadatas/cloud-siem/PostRuleStatusChange.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostRuleStatusChange.json",
2025-08-20T19:15:59.1034931Z [00:02:03.533]➜  		"metadatas/cloud-siem/RestoreCapacity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/RestoreCapacity.json",
2025-08-20T19:15:59.1035872Z [00:02:03.533]➜  		"metadatas/cloud-siem/SetStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/SetStorage.json",
2025-08-20T19:15:59.1036874Z [00:02:03.533]➜  		"metadatas/cloud-siem/SubmitImportLogTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/SubmitImportLogTasks.json",
2025-08-20T19:15:59.1038115Z [00:02:03.533]➜  		"metadatas/cloud-siem/UpdateAutomateResponseConfigStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/UpdateAutomateResponseConfigStatus.json",
2025-08-20T19:15:59.1039103Z [00:02:03.533]➜  		"metadatas/cloud-siem/UpdateWhiteRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/UpdateWhiteRuleList.json",
2025-08-20T19:15:59.1039932Z [00:02:03.533]➜  		"metadatas/cloudapi/AbolishApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AbolishApi.json",
2025-08-20T19:15:59.1041034Z [00:02:03.533]➜  		"metadatas/cloudapi/AddAccessControlListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AddAccessControlListEntry.json",
2025-08-20T19:15:59.1042168Z [00:02:03.533]➜  		"metadatas/cloudapi/AddIpControlPolicyItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AddIpControlPolicyItem.json",
2025-08-20T19:15:59.1043419Z [00:02:03.533]➜  		"metadatas/cloudapi/AddTrafficSpecialControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AddTrafficSpecialControl.json",
2025-08-20T19:15:59.1044623Z [00:02:03.533]➜  		"metadatas/cloudapi/AssociateInstanceWithPrivateDNS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AssociateInstanceWithPrivateDNS.json",
2025-08-20T19:15:59.1045537Z [00:02:03.533]➜  		"metadatas/cloudapi/AttachApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AttachApiProduct.json",
2025-08-20T19:15:59.1046464Z [00:02:03.533]➜  		"metadatas/cloudapi/AttachGroupPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AttachGroupPlugin.json",
2025-08-20T19:15:59.1047311Z [00:02:03.533]➜  		"metadatas/cloudapi/AttachPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AttachPlugin.json",
2025-08-20T19:15:59.1048208Z [00:02:03.533]➜  		"metadatas/cloudapi/BatchAbolishApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/BatchAbolishApis.json",
2025-08-20T19:15:59.1049088Z [00:02:03.533]➜  		"metadatas/cloudapi/BatchDeployApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/BatchDeployApis.json",
2025-08-20T19:15:59.1050100Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateAccessControlList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateAccessControlList.json",
2025-08-20T19:15:59.1050997Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateApi.json",
2025-08-20T19:15:59.1051953Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateApiGroup.json",
2025-08-20T19:15:59.1053116Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateApiStageVariable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateApiStageVariable.json",
2025-08-20T19:15:59.1053919Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateApp.json",
2025-08-20T19:15:59.1054780Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateAppCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateAppCode.json",
2025-08-20T19:15:59.1055618Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateAppKey.json",
2025-08-20T19:15:59.1056468Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateBackend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateBackend.json",
2025-08-20T19:15:59.1057514Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateBackendModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateBackendModel.json",
2025-08-20T19:15:59.1058362Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateDataset.json",
2025-08-20T19:15:59.1059278Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateDatasetItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateDatasetItem.json",
2025-08-20T19:15:59.1060140Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateInstance.json",
2025-08-20T19:15:59.1061036Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateIpControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateIpControl.json",
2025-08-20T19:15:59.1061924Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateLogConfig.json",
2025-08-20T19:15:59.1063016Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateModel.json",
2025-08-20T19:15:59.1063961Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateMonitorGroup.json",
2025-08-20T19:15:59.1064793Z [00:02:03.533]➜  		"metadatas/cloudapi/CreatePlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreatePlugin.json",
2025-08-20T19:15:59.1065701Z [00:02:03.533]➜  		"metadatas/cloudapi/CreatePrivateDNS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreatePrivateDNS.json",
2025-08-20T19:15:59.1066582Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateSignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateSignature.json",
2025-08-20T19:15:59.1067566Z [00:02:03.533]➜  		"metadatas/cloudapi/CreateTrafficControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateTrafficControl.json",
2025-08-20T19:15:59.1068584Z [00:02:03.533]➜  		"metadatas/cloudapi/DeleteAccessControlList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteAccessControlList.json",
2025-08-20T19:15:59.1069735Z [00:02:03.533]➜  		"metadatas/cloudapi/DeleteAllTrafficSpecialControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteAllTrafficSpecialControl.json",
2025-08-20T19:15:59.1070517Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApi.json",
2025-08-20T19:15:59.1071489Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApiGroup.json",
2025-08-20T19:15:59.1073491Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApiProduct.json",
2025-08-20T19:15:59.1074638Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteApiStageVariable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApiStageVariable.json",
2025-08-20T19:15:59.1075454Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApp.json",
2025-08-20T19:15:59.1076431Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteAppCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteAppCode.json",
2025-08-20T19:15:59.1077375Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteAppKey.json",
2025-08-20T19:15:59.1078313Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteBackend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteBackend.json",
2025-08-20T19:15:59.1079438Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteBackendModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteBackendModel.json",
2025-08-20T19:15:59.1080325Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteDataset.json",
2025-08-20T19:15:59.1081307Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteDatasetItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteDatasetItem.json",
2025-08-20T19:15:59.1082172Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteDomain.json",
2025-08-20T19:15:59.1083568Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteDomainCertificate.json",
2025-08-20T19:15:59.1084547Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteInstance.json",
2025-08-20T19:15:59.1085670Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteIpControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteIpControl.json",
2025-08-20T19:15:59.1086642Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteLogConfig.json",
2025-08-20T19:15:59.1087536Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteModel.json",
2025-08-20T19:15:59.1088537Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteMonitorGroup.json",
2025-08-20T19:15:59.1089435Z [00:02:03.534]➜  		"metadatas/cloudapi/DeletePlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeletePlugin.json",
2025-08-20T19:15:59.1090400Z [00:02:03.534]➜  		"metadatas/cloudapi/DeletePrivateDNS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeletePrivateDNS.json",
2025-08-20T19:15:59.1091390Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteSignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteSignature.json",
2025-08-20T19:15:59.1092733Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteTrafficControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteTrafficControl.json",
2025-08-20T19:15:59.1093992Z [00:02:03.534]➜  		"metadatas/cloudapi/DeleteTrafficSpecialControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteTrafficSpecialControl.json",
2025-08-20T19:15:59.1094919Z [00:02:03.534]➜  		"metadatas/cloudapi/DeployApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeployApi.json",
2025-08-20T19:15:59.1096210Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeAbolishApiTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAbolishApiTask.json",
2025-08-20T19:15:59.1097742Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeAccessControlListAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAccessControlListAttribute.json",
2025-08-20T19:15:59.1098980Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeAccessControlLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAccessControlLists.json",
2025-08-20T19:15:59.1099872Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApi.json",
2025-08-20T19:15:59.1100801Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiDoc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiDoc.json",
2025-08-20T19:15:59.1101830Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiGroup.json",
2025-08-20T19:15:59.1103350Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiGroupVpcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiGroupVpcWhitelist.json",
2025-08-20T19:15:59.1104318Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiGroups.json",
2025-08-20T19:15:59.1105327Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiHistories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiHistories.json",
2025-08-20T19:15:59.1106289Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiHistory.json",
2025-08-20T19:15:59.1107394Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiIpControls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiIpControls.json",
2025-08-20T19:15:59.1108434Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiLatencyData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiLatencyData.json",
2025-08-20T19:15:59.1109648Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiMarketAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiMarketAttributes.json",
2025-08-20T19:15:59.1110651Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiProductApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiProductApis.json",
2025-08-20T19:15:59.1111686Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiProductsByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiProductsByApp.json",
2025-08-20T19:15:59.1112851Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiQpsData.json",
2025-08-20T19:15:59.1113887Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiSignatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiSignatures.json",
2025-08-20T19:15:59.1114967Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiTrafficControls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiTrafficControls.json",
2025-08-20T19:15:59.1115973Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApiTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiTrafficData.json",
2025-08-20T19:15:59.1116798Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApis.json",
2025-08-20T19:15:59.1117717Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApisByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByApp.json",
2025-08-20T19:15:59.1118785Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApisByBackend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByBackend.json",
2025-08-20T19:15:59.1119900Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApisByIpControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByIpControl.json",
2025-08-20T19:15:59.1120910Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApisBySignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisBySignature.json",
2025-08-20T19:15:59.1122019Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApisByTrafficControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByTrafficControl.json",
2025-08-20T19:15:59.1123213Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApisByVpcAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByVpcAccess.json",
2025-08-20T19:15:59.1124556Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApisWithStageNameIntegratedByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisWithStageNameIntegratedByApp.json",
2025-08-20T19:15:59.1125505Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApp.json",
2025-08-20T19:15:59.1126499Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeAppAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAppAttributes.json",
2025-08-20T19:15:59.1127489Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeAppSecurities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAppSecurities.json",
2025-08-20T19:15:59.1128439Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeAppSecurity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAppSecurity.json",
2025-08-20T19:15:59.1129278Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApps.json",
2025-08-20T19:15:59.1130322Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeAppsByApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAppsByApiProduct.json",
2025-08-20T19:15:59.1131429Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeAuthorizedApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAuthorizedApis.json",
2025-08-20T19:15:59.1132563Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeAuthorizedApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAuthorizedApps.json",
2025-08-20T19:15:59.1133533Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeBackendInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeBackendInfo.json",
2025-08-20T19:15:59.1134486Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeBackendList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeBackendList.json",
2025-08-20T19:15:59.1135443Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeDatasetInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDatasetInfo.json",
2025-08-20T19:15:59.1136468Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeDatasetItemInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDatasetItemInfo.json",
2025-08-20T19:15:59.1137479Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeDatasetItemList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDatasetItemList.json",
2025-08-20T19:15:59.1138423Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeDatasetList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDatasetList.json",
2025-08-20T19:15:59.1139401Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeDeployApiTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDeployApiTask.json",
2025-08-20T19:15:59.1140456Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeDeployedApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDeployedApi.json",
2025-08-20T19:15:59.1141508Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeDeployedApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDeployedApis.json",
2025-08-20T19:15:59.1142615Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDomain.json",
2025-08-20T19:15:59.1143606Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeGroupLatency.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeGroupLatency.json",
2025-08-20T19:15:59.1144509Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeGroupQps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeGroupQps.json",
2025-08-20T19:15:59.1145478Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeGroupTraffic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeGroupTraffic.json",
2025-08-20T19:15:59.1146556Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeHistoryApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeHistoryApis.json",
2025-08-20T19:15:59.1147547Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeImportOASTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeImportOASTask.json",
2025-08-20T19:15:59.1148642Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeInstanceClusterInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceClusterInfo.json",
2025-08-20T19:15:59.1149726Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeInstanceClusterList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceClusterList.json",
2025-08-20T19:15:59.1150887Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeInstanceDropConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceDropConnections.json",
2025-08-20T19:15:59.1151971Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeInstanceDropPacket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceDropPacket.json",
2025-08-20T19:15:59.1153425Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeInstanceHttpCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceHttpCode.json",
2025-08-20T19:15:59.1154501Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeInstanceLatency.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceLatency.json",
2025-08-20T19:15:59.1155662Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeInstanceNewConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceNewConnections.json",
2025-08-20T19:15:59.1156700Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeInstancePackets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstancePackets.json",
2025-08-20T19:15:59.1157675Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeInstanceQps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceQps.json",
2025-08-20T19:15:59.1158759Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeInstanceSlbConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceSlbConnect.json",
2025-08-20T19:15:59.1159776Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeInstanceTraffic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceTraffic.json",
2025-08-20T19:15:59.1160697Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstances.json",
2025-08-20T19:15:59.1161908Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeIpControlPolicyItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeIpControlPolicyItems.json",
2025-08-20T19:15:59.1163134Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeIpControls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeIpControls.json",
2025-08-20T19:15:59.1164147Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeLogConfig.json",
2025-08-20T19:15:59.1165296Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeMarketRemainsQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeMarketRemainsQuota.json",
2025-08-20T19:15:59.1166258Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeModels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeModels.json",
2025-08-20T19:15:59.1167272Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribePluginApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginApis.json",
2025-08-20T19:15:59.1168347Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribePluginGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginGroups.json",
2025-08-20T19:15:59.1169640Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribePluginSchemas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginSchemas.json",
2025-08-20T19:15:59.1170764Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribePluginTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginTemplates.json",
2025-08-20T19:15:59.1171783Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribePlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePlugins.json",
2025-08-20T19:15:59.1173064Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribePluginsByApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginsByApi.json",
2025-08-20T19:15:59.1174598Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribePluginsByGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginsByGroup.json",
2025-08-20T19:15:59.1175844Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribePurchasedApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePurchasedApiGroup.json",
2025-08-20T19:15:59.1177199Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribePurchasedApiGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePurchasedApiGroups.json",
2025-08-20T19:15:59.1178314Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribePurchasedApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePurchasedApis.json",
2025-08-20T19:15:59.1179283Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeRegions.json",
2025-08-20T19:15:59.1180306Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeSignatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeSignatures.json",
2025-08-20T19:15:59.1181480Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeSignaturesByApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeSignaturesByApi.json",
2025-08-20T19:15:59.1182754Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeSummaryData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeSummaryData.json",
2025-08-20T19:15:59.1183944Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeSystemParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeSystemParameters.json",
2025-08-20T19:15:59.1185587Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeTrafficControls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeTrafficControls.json",
2025-08-20T19:15:59.1187019Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeTrafficControlsByApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeTrafficControlsByApi.json",
2025-08-20T19:15:59.1188441Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeUpdateBackendTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeUpdateBackendTask.json",
2025-08-20T19:15:59.1189627Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeUpdateVpcInfoTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeUpdateVpcInfoTask.json",
2025-08-20T19:15:59.1190692Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeVpcAccesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeVpcAccesses.json",
2025-08-20T19:15:59.1191651Z [00:02:03.534]➜  		"metadatas/cloudapi/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeZones.json",
2025-08-20T19:15:59.1192908Z [00:02:03.534]➜  		"metadatas/cloudapi/DetachApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DetachApiProduct.json",
2025-08-20T19:15:59.1193875Z [00:02:03.534]➜  		"metadatas/cloudapi/DetachGroupPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DetachGroupPlugin.json",
2025-08-20T19:15:59.1194876Z [00:02:03.534]➜  		"metadatas/cloudapi/DetachPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DetachPlugin.json",
2025-08-20T19:15:59.1196029Z [00:02:03.534]➜  		"metadatas/cloudapi/DisableInstanceAccessControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DisableInstanceAccessControl.json",
2025-08-20T19:15:59.1197228Z [00:02:03.534]➜  		"metadatas/cloudapi/DissociateInstanceWithPrivateDNS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DissociateInstanceWithPrivateDNS.json",
2025-08-20T19:15:59.1198079Z [00:02:03.534]➜  		"metadatas/cloudapi/DryRunSwagger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DryRunSwagger.json",
2025-08-20T19:15:59.1199207Z [00:02:03.534]➜  		"metadatas/cloudapi/EnableInstanceAccessControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/EnableInstanceAccessControl.json",
2025-08-20T19:15:59.1200248Z [00:02:03.534]➜  		"metadatas/cloudapi/ExportOAS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ExportOAS.json",
2025-08-20T19:15:59.1201035Z [00:02:03.534]➜  		"metadatas/cloudapi/ImportOAS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ImportOAS.json",
2025-08-20T19:15:59.1201880Z [00:02:03.534]➜  		"metadatas/cloudapi/ImportSwagger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ImportSwagger.json",
2025-08-20T19:15:59.1202919Z [00:02:03.534]➜  		"metadatas/cloudapi/ListPrivateDNS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ListPrivateDNS.json",
2025-08-20T19:15:59.1203830Z [00:02:03.534]➜  		"metadatas/cloudapi/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ListTagResources.json",
2025-08-20T19:15:59.1204629Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApi.json",
2025-08-20T19:15:59.1205699Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyApiConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiConfiguration.json",
2025-08-20T19:15:59.1206725Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiGroup.json",
2025-08-20T19:15:59.1207868Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyApiGroupInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiGroupInstance.json",
2025-08-20T19:15:59.1209065Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyApiGroupNetworkPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiGroupNetworkPolicy.json",
2025-08-20T19:15:59.1210401Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyApiGroupVpcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiGroupVpcWhitelist.json",
2025-08-20T19:15:59.1211415Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApp.json",
2025-08-20T19:15:59.1212375Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyBackend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyBackend.json",
2025-08-20T19:15:59.1213571Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyBackendModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyBackendModel.json",
2025-08-20T19:15:59.1214515Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyDataset.json",
2025-08-20T19:15:59.1215534Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyDatasetItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyDatasetItem.json",
2025-08-20T19:15:59.1216801Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyInstanceAttribute.json",
2025-08-20T19:15:59.1217859Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyInstanceSpec.json",
2025-08-20T19:15:59.1219252Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyInstanceVpcAttributeForConsole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyInstanceVpcAttributeForConsole.json",
2025-08-20T19:15:59.1220436Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyIntranetDomainPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyIntranetDomainPolicy.json",
2025-08-20T19:15:59.1221414Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyIpControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyIpControl.json",
2025-08-20T19:15:59.1222739Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyIpControlPolicyItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyIpControlPolicyItem.json",
2025-08-20T19:15:59.1223851Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyLogConfig.json",
2025-08-20T19:15:59.1224742Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyModel.json",
2025-08-20T19:15:59.1225646Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyPlugin.json",
2025-08-20T19:15:59.1226689Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifySignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifySignature.json",
2025-08-20T19:15:59.1227813Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyTrafficControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyTrafficControl.json",
2025-08-20T19:15:59.1229217Z [00:02:03.534]➜  		"metadatas/cloudapi/ModifyVpcAccessAndUpdateApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyVpcAccessAndUpdateApis.json",
2025-08-20T19:15:59.1230344Z [00:02:03.534]➜  		"metadatas/cloudapi/OpenApiGatewayService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/OpenApiGatewayService.json",
2025-08-20T19:15:59.1231360Z [00:02:03.534]➜  		"metadatas/cloudapi/QueryRequestLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/QueryRequestLogs.json",
2025-08-20T19:15:59.1232358Z [00:02:03.534]➜  		"metadatas/cloudapi/ReactivateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ReactivateDomain.json",
2025-08-20T19:15:59.1233897Z [00:02:03.534]➜  		"metadatas/cloudapi/RemoveAccessControlListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveAccessControlListEntry.json",
2025-08-20T19:15:59.1235052Z [00:02:03.534]➜  		"metadatas/cloudapi/RemoveApiProductsAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveApiProductsAuthorities.json",
2025-08-20T19:15:59.1236049Z [00:02:03.534]➜  		"metadatas/cloudapi/RemoveApisAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveApisAuthorities.json",
2025-08-20T19:15:59.1237038Z [00:02:03.534]➜  		"metadatas/cloudapi/RemoveAppsAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveAppsAuthorities.json",
2025-08-20T19:15:59.1237986Z [00:02:03.534]➜  		"metadatas/cloudapi/RemoveIpControlApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveIpControlApis.json",
2025-08-20T19:15:59.1239048Z [00:02:03.534]➜  		"metadatas/cloudapi/RemoveIpControlPolicyItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveIpControlPolicyItem.json",
2025-08-20T19:15:59.1240010Z [00:02:03.534]➜  		"metadatas/cloudapi/RemoveSignatureApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveSignatureApis.json",
2025-08-20T19:15:59.1241140Z [00:02:03.534]➜  		"metadatas/cloudapi/RemoveTrafficControlApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveTrafficControlApis.json",
2025-08-20T19:15:59.1242024Z [00:02:03.534]➜  		"metadatas/cloudapi/RemoveVpcAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveVpcAccess.json",
2025-08-20T19:15:59.1243318Z [00:02:03.534]➜  		"metadatas/cloudapi/RemoveVpcAccessAndAbolishApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveVpcAccessAndAbolishApis.json",
2025-08-20T19:15:59.1244159Z [00:02:03.534]➜  		"metadatas/cloudapi/ResetAppCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ResetAppCode.json",
2025-08-20T19:15:59.1245040Z [00:02:03.534]➜  		"metadatas/cloudapi/ResetAppSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ResetAppSecret.json",
2025-08-20T19:15:59.1246054Z [00:02:03.534]➜  		"metadatas/cloudapi/SdkGenerateByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SdkGenerateByApp.json",
2025-08-20T19:15:59.1247121Z [00:02:03.534]➜  		"metadatas/cloudapi/SdkGenerateByAppForRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SdkGenerateByAppForRegion.json",
2025-08-20T19:15:59.1248061Z [00:02:03.534]➜  		"metadatas/cloudapi/SdkGenerateByGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SdkGenerateByGroup.json",
2025-08-20T19:15:59.1249186Z [00:02:03.534]➜  		"metadatas/cloudapi/SetAccessControlListAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetAccessControlListAttribute.json",
2025-08-20T19:15:59.1250253Z [00:02:03.534]➜  		"metadatas/cloudapi/SetApiProductsAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetApiProductsAuthorities.json",
2025-08-20T19:15:59.1251287Z [00:02:03.534]➜  		"metadatas/cloudapi/SetApisAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetApisAuthorities.json",
2025-08-20T19:15:59.1252318Z [00:02:03.534]➜  		"metadatas/cloudapi/SetAppsAuthToApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetAppsAuthToApiProduct.json",
2025-08-20T19:15:59.1253417Z [00:02:03.534]➜  		"metadatas/cloudapi/SetAppsAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetAppsAuthorities.json",
2025-08-20T19:15:59.1254211Z [00:02:03.534]➜  		"metadatas/cloudapi/SetDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetDomain.json",
2025-08-20T19:15:59.1255173Z [00:02:03.534]➜  		"metadatas/cloudapi/SetDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetDomainCertificate.json",
2025-08-20T19:15:59.1256400Z [00:02:03.534]➜  		"metadatas/cloudapi/SetDomainWebSocketStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetDomainWebSocketStatus.json",
2025-08-20T19:15:59.1257435Z [00:02:03.534]➜  		"metadatas/cloudapi/SetIpControlApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetIpControlApis.json",
2025-08-20T19:15:59.1258445Z [00:02:03.534]➜  		"metadatas/cloudapi/SetSignatureApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetSignatureApis.json",
2025-08-20T19:15:59.1259534Z [00:02:03.534]➜  		"metadatas/cloudapi/SetTrafficControlApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetTrafficControlApis.json",
2025-08-20T19:15:59.1260455Z [00:02:03.534]➜  		"metadatas/cloudapi/SetVpcAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetVpcAccess.json",
2025-08-20T19:15:59.1261647Z [00:02:03.534]➜  		"metadatas/cloudapi/SetWildcardDomainPatterns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetWildcardDomainPatterns.json",
2025-08-20T19:15:59.1262854Z [00:02:03.534]➜  		"metadatas/cloudapi/SwitchApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SwitchApi.json",
2025-08-20T19:15:59.1263789Z [00:02:03.534]➜  		"metadatas/cloudapi/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/TagResources.json",
2025-08-20T19:15:59.1264788Z [00:02:03.534]➜  		"metadatas/cloudapi/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/UntagResources.json",
2025-08-20T19:15:59.1265814Z [00:02:03.534]➜  		"metadatas/cloudapi/UpdatePrivateDNS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/UpdatePrivateDNS.json",
2025-08-20T19:15:59.1266967Z [00:02:03.534]➜  		"metadatas/cloudapi/ValidateVpcConnectivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ValidateVpcConnectivity.json",
2025-08-20T19:15:59.1268008Z [00:02:03.534]➜  		"metadatas/cloudauth/AIGCFaceVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/AIGCFaceVerify.json",
2025-08-20T19:15:59.1269189Z [00:02:03.534]➜  		"metadatas/cloudauth/BankMetaVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/BankMetaVerify.json",
2025-08-20T19:15:59.1270266Z [00:02:03.534]➜  		"metadatas/cloudauth/CompareFaceVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CompareFaceVerify.json",
2025-08-20T19:15:59.1271242Z [00:02:03.534]➜  		"metadatas/cloudauth/CompareFaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CompareFaces.json",
2025-08-20T19:15:59.1272330Z [00:02:03.534]➜  		"metadatas/cloudauth/ContrastFaceVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/ContrastFaceVerify.json",
2025-08-20T19:15:59.1273549Z [00:02:03.534]➜  		"metadatas/cloudauth/CreateAuthKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CreateAuthKey.json",
2025-08-20T19:15:59.1274841Z [00:02:03.534]➜  		"metadatas/cloudauth/CreateVerifySetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CreateVerifySetting.json",
2025-08-20T19:15:59.1276105Z [00:02:03.534]➜  		"metadatas/cloudauth/CredentialProductVerifyV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CredentialProductVerifyV2.json",
2025-08-20T19:15:59.1277154Z [00:02:03.534]➜  		"metadatas/cloudauth/CredentialVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CredentialVerify.json",
2025-08-20T19:15:59.1278248Z [00:02:03.534]➜  		"metadatas/cloudauth/CredentialVerifyV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CredentialVerifyV2.json",
2025-08-20T19:15:59.1279375Z [00:02:03.534]➜  		"metadatas/cloudauth/DeepfakeDetect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DeepfakeDetect.json",
2025-08-20T19:15:59.1280570Z [00:02:03.534]➜  		"metadatas/cloudauth/DeleteFaceVerifyResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DeleteFaceVerifyResult.json",
2025-08-20T19:15:59.1281706Z [00:02:03.534]➜  		"metadatas/cloudauth/DescribeCardVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeCardVerify.json",
2025-08-20T19:15:59.1282969Z [00:02:03.534]➜  		"metadatas/cloudauth/DescribeDeviceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeDeviceInfo.json",
2025-08-20T19:15:59.1284130Z [00:02:03.534]➜  		"metadatas/cloudauth/DescribeFaceGuardRisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeFaceGuardRisk.json",
2025-08-20T19:15:59.1285222Z [00:02:03.534]➜  		"metadatas/cloudauth/DescribeFaceVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeFaceVerify.json",
2025-08-20T19:15:59.1286402Z [00:02:03.534]➜  		"metadatas/cloudauth/DescribeOssUploadToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeOssUploadToken.json",
2025-08-20T19:15:59.1287812Z [00:02:03.534]➜  		"metadatas/cloudauth/DescribePageFaceVerifyData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribePageFaceVerifyData.json",
2025-08-20T19:15:59.1289190Z [00:02:03.534]➜  		"metadatas/cloudauth/DescribeSmartStatisticsPageList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeSmartStatisticsPageList.json",
2025-08-20T19:15:59.1290333Z [00:02:03.534]➜  		"metadatas/cloudauth/DescribeVerifyResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeVerifyResult.json",
2025-08-20T19:15:59.1291408Z [00:02:03.534]➜  		"metadatas/cloudauth/DescribeVerifySDK.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeVerifySDK.json",
2025-08-20T19:15:59.1292728Z [00:02:03.534]➜  		"metadatas/cloudauth/DescribeVerifyToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeVerifyToken.json",
2025-08-20T19:15:59.1294105Z [00:02:03.534]➜  		"metadatas/cloudauth/DetectFaceAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DetectFaceAttributes.json",
2025-08-20T19:15:59.1295224Z [00:02:03.534]➜  		"metadatas/cloudauth/Id2MetaPeriodVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Id2MetaPeriodVerify.json",
2025-08-20T19:15:59.1296383Z [00:02:03.534]➜  		"metadatas/cloudauth/Id2MetaStandardVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Id2MetaStandardVerify.json",
2025-08-20T19:15:59.1297376Z [00:02:03.534]➜  		"metadatas/cloudauth/Id2MetaVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Id2MetaVerify.json",
2025-08-20T19:15:59.1298517Z [00:02:03.534]➜  		"metadatas/cloudauth/Id2MetaVerifyWithOCR.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Id2MetaVerifyWithOCR.json",
2025-08-20T19:15:59.1299691Z [00:02:03.534]➜  		"metadatas/cloudauth/InitCardVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/InitCardVerify.json",
2025-08-20T19:15:59.1300706Z [00:02:03.534]➜  		"metadatas/cloudauth/InitFaceVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/InitFaceVerify.json",
2025-08-20T19:15:59.1301861Z [00:02:03.534]➜  		"metadatas/cloudauth/InsertWhiteListSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/InsertWhiteListSetting.json",
2025-08-20T19:15:59.1303139Z [00:02:03.534]➜  		"metadatas/cloudauth/LivenessFaceVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/LivenessFaceVerify.json",
2025-08-20T19:15:59.1304193Z [00:02:03.534]➜  		"metadatas/cloudauth/Mobile2MetaVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile2MetaVerify.json",
2025-08-20T19:15:59.1305619Z [00:02:03.534]➜  		"metadatas/cloudauth/Mobile3MetaDetailStandardVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile3MetaDetailStandardVerify.json",
2025-08-20T19:15:59.1306813Z [00:02:03.534]➜  		"metadatas/cloudauth/Mobile3MetaDetailVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile3MetaDetailVerify.json",
2025-08-20T19:15:59.1308007Z [00:02:03.534]➜  		"metadatas/cloudauth/Mobile3MetaSimpleStandardVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile3MetaSimpleStandardVerify.json",
2025-08-20T19:15:59.1309042Z [00:02:03.534]➜  		"metadatas/cloudauth/Mobile3MetaSimpleVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile3MetaSimpleVerify.json",
2025-08-20T19:15:59.1309887Z [00:02:03.534]➜  		"metadatas/cloudauth/MobileDetect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/MobileDetect.json",
2025-08-20T19:15:59.1310853Z [00:02:03.534]➜  		"metadatas/cloudauth/MobileOnlineStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/MobileOnlineStatus.json",
2025-08-20T19:15:59.1311867Z [00:02:03.534]➜  		"metadatas/cloudauth/MobileOnlineTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/MobileOnlineTime.json",
2025-08-20T19:15:59.1312950Z [00:02:03.534]➜  		"metadatas/cloudauth/ModifyDeviceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/ModifyDeviceInfo.json",
2025-08-20T19:15:59.1314032Z [00:02:03.534]➜  		"metadatas/cloudauth/PageQueryWhiteListSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/PageQueryWhiteListSetting.json",
2025-08-20T19:15:59.1315049Z [00:02:03.534]➜  		"metadatas/cloudauth/RemoveWhiteListSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/RemoveWhiteListSetting.json",
2025-08-20T19:15:59.1315979Z [00:02:03.534]➜  		"metadatas/cloudauth/Vehicle5ItemQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Vehicle5ItemQuery.json",
2025-08-20T19:15:59.1317047Z [00:02:03.534]➜  		"metadatas/cloudauth/VehicleInsureQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VehicleInsureQuery.json",
2025-08-20T19:15:59.1317971Z [00:02:03.535]➜  		"metadatas/cloudauth/VehicleMetaVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VehicleMetaVerify.json",
2025-08-20T19:15:59.1318922Z [00:02:03.535]➜  		"metadatas/cloudauth/VehicleMetaVerifyV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VehicleMetaVerifyV2.json",
2025-08-20T19:15:59.1319760Z [00:02:03.535]➜  		"metadatas/cloudauth/VehicleQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VehicleQuery.json",
2025-08-20T19:15:59.1320723Z [00:02:03.535]➜  		"metadatas/cloudauth/VerifyMaterial.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VerifyMaterial.json",
2025-08-20T19:15:59.1321649Z [00:02:03.535]➜  		"metadatas/cloudfw/AddAddressBook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddAddressBook.json",
2025-08-20T19:15:59.1322697Z [00:02:03.535]➜  		"metadatas/cloudfw/AddControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddControlPolicy.json",
2025-08-20T19:15:59.1323753Z [00:02:03.535]➜  		"metadatas/cloudfw/AddDnsFirewallPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddDnsFirewallPolicy.json",
2025-08-20T19:15:59.1324731Z [00:02:03.535]➜  		"metadatas/cloudfw/AddInstanceMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddInstanceMembers.json",
2025-08-20T19:15:59.1325886Z [00:02:03.535]➜  		"metadatas/cloudfw/AddPrivateDnsDomainName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddPrivateDnsDomainName.json",
2025-08-20T19:15:59.1327169Z [00:02:03.535]➜  		"metadatas/cloudfw/BatchCopyVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/BatchCopyVpcFirewallControlPolicy.json",
2025-08-20T19:15:59.1328553Z [00:02:03.535]➜  		"metadatas/cloudfw/BatchDeleteVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/BatchDeleteVpcFirewallControlPolicy.json",
2025-08-20T19:15:59.1329607Z [00:02:03.535]➜  		"metadatas/cloudfw/CreateDownloadTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateDownloadTask.json",
2025-08-20T19:15:59.1330896Z [00:02:03.535]➜  		"metadatas/cloudfw/CreateNatFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateNatFirewallControlPolicy.json",
2025-08-20T19:15:59.1331975Z [00:02:03.535]➜  		"metadatas/cloudfw/CreateSecurityProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateSecurityProxy.json",
2025-08-20T19:15:59.1333263Z [00:02:03.535]➜  		"metadatas/cloudfw/CreateSlsLogDispatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateSlsLogDispatch.json",
2025-08-20T19:15:59.1334627Z [00:02:03.535]➜  		"metadatas/cloudfw/CreateTrFirewallV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateTrFirewallV2.json",
2025-08-20T19:15:59.1335922Z [00:02:03.535]➜  		"metadatas/cloudfw/CreateTrFirewallV2RoutePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateTrFirewallV2RoutePolicy.json",
2025-08-20T19:15:59.1337204Z [00:02:03.535]➜  		"metadatas/cloudfw/CreateVpcFirewallCenConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateVpcFirewallCenConfigure.json",
2025-08-20T19:15:59.1338607Z [00:02:03.535]➜  		"metadatas/cloudfw/CreateVpcFirewallCenManualConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateVpcFirewallCenManualConfigure.json",
2025-08-20T19:15:59.1339803Z [00:02:03.535]➜  		"metadatas/cloudfw/CreateVpcFirewallConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateVpcFirewallConfigure.json",
2025-08-20T19:15:59.1341084Z [00:02:03.535]➜  		"metadatas/cloudfw/CreateVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateVpcFirewallControlPolicy.json",
2025-08-20T19:15:59.1342126Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteAddressBook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteAddressBook.json",
2025-08-20T19:15:59.1343383Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteControlPolicy.json",
2025-08-20T19:15:59.1344613Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteControlPolicyTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteControlPolicyTemplate.json",
2025-08-20T19:15:59.1345881Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteDnsFirewallPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteDnsFirewallPolicy.json",
2025-08-20T19:15:59.1347138Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteDownloadTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteDownloadTask.json",
2025-08-20T19:15:59.1348400Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteFirewallV2RoutePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteFirewallV2RoutePolicies.json",
2025-08-20T19:15:59.1349516Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteInstanceMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteInstanceMembers.json",
2025-08-20T19:15:59.1350795Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteNatFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteNatFirewallControlPolicy.json",
2025-08-20T19:15:59.1352197Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteNatFirewallControlPolicyBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteNatFirewallControlPolicyBatch.json",
2025-08-20T19:15:59.1353648Z [00:02:03.535]➜  		"metadatas/cloudfw/DeletePrivateDnsAllDomainName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeletePrivateDnsAllDomainName.json",
2025-08-20T19:15:59.1354725Z [00:02:03.535]➜  		"metadatas/cloudfw/DeletePrivateDnsDomainName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeletePrivateDnsDomainName.json",
2025-08-20T19:15:59.1355745Z [00:02:03.535]➜  		"metadatas/cloudfw/DeletePrivateDnsEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeletePrivateDnsEndpoint.json",
2025-08-20T19:15:59.1356674Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteSecurityProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteSecurityProxy.json",
2025-08-20T19:15:59.1357600Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteTrFirewallV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteTrFirewallV2.json",
2025-08-20T19:15:59.1358832Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteVpcFirewallCenConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteVpcFirewallCenConfigure.json",
2025-08-20T19:15:59.1359978Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteVpcFirewallConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteVpcFirewallConfigure.json",
2025-08-20T19:15:59.1361105Z [00:02:03.535]➜  		"metadatas/cloudfw/DeleteVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteVpcFirewallControlPolicy.json",
2025-08-20T19:15:59.1362105Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeACLProtectTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeACLProtectTrend.json",
2025-08-20T19:15:59.1363413Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeAITrafficAnalysisStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAITrafficAnalysisStatus.json",
2025-08-20T19:15:59.1364360Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeAddressBook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAddressBook.json",
2025-08-20T19:15:59.1365263Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeAssetList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAssetList.json",
2025-08-20T19:15:59.1366228Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeAssetRiskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAssetRiskList.json",
2025-08-20T19:15:59.1367211Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeAssetStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAssetStatistic.json",
2025-08-20T19:15:59.1368362Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeCfwRiskLevelSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeCfwRiskLevelSummary.json",
2025-08-20T19:15:59.1369422Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeControlPolicy.json",
2025-08-20T19:15:59.1370438Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeDefaultIPSConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDefaultIPSConfig.json",
2025-08-20T19:15:59.1371472Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeDnsFirewallPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDnsFirewallPolicy.json",
2025-08-20T19:15:59.1372580Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeDomainResolve.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDomainResolve.json",
2025-08-20T19:15:59.1373548Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeDownloadTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDownloadTask.json",
2025-08-20T19:15:59.1374588Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeDownloadTaskType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDownloadTaskType.json",
2025-08-20T19:15:59.1375598Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeInstanceMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInstanceMembers.json",
2025-08-20T19:15:59.1376655Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeInstanceRiskLevels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInstanceRiskLevels.json",
2025-08-20T19:15:59.1377632Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeInternetOpenIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInternetOpenIp.json",
2025-08-20T19:15:59.1378721Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeInternetTrafficTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInternetTrafficTrend.json",
2025-08-20T19:15:59.1379719Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeInvadeEventList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInvadeEventList.json",
2025-08-20T19:15:59.1380849Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeLogStoreInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeLogStoreInfo.json",
2025-08-20T19:15:59.1381867Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeNatAclPageStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatAclPageStatus.json",
2025-08-20T19:15:59.1383254Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeNatFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatFirewallControlPolicy.json",
2025-08-20T19:15:59.1384417Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeNatFirewallList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatFirewallList.json",
2025-08-20T19:15:59.1385801Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeNatFirewallPolicyPriorUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatFirewallPolicyPriorUsed.json",
2025-08-20T19:15:59.1387099Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeNatFirewallTrafficTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatFirewallTrafficTrend.json",
2025-08-20T19:15:59.1388373Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeOutgoingDestinationIP.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeOutgoingDestinationIP.json",
2025-08-20T19:15:59.1389507Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeOutgoingDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeOutgoingDomain.json",
2025-08-20T19:15:59.1390750Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribePolicyAdvancedConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePolicyAdvancedConfig.json",
2025-08-20T19:15:59.1391988Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribePolicyPriorUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePolicyPriorUsed.json",
2025-08-20T19:15:59.1393531Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribePostpayTrafficDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePostpayTrafficDetail.json",
2025-08-20T19:15:59.1394782Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribePostpayTrafficTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePostpayTrafficTotal.json",
2025-08-20T19:15:59.1395853Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribePrefixLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePrefixLists.json",
2025-08-20T19:15:59.1397176Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribePrivateDnsDomainNameList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePrivateDnsDomainNameList.json",
2025-08-20T19:15:59.1398496Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribePrivateDnsEndpointDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePrivateDnsEndpointDetail.json",
2025-08-20T19:15:59.1399812Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribePrivateDnsEndpointList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePrivateDnsEndpointList.json",
2025-08-20T19:15:59.1400941Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeRiskEventGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeRiskEventGroup.json",
2025-08-20T19:15:59.1402095Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeRiskEventPayload.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeRiskEventPayload.json",
2025-08-20T19:15:59.1403499Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeSignatureLibVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeSignatureLibVersion.json",
2025-08-20T19:15:59.1405132Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json",
2025-08-20T19:15:59.1406877Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeTrFirewallV2RoutePolicyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallV2RoutePolicyList.json",
2025-08-20T19:15:59.1408083Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeTrFirewallsV2Detail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallsV2Detail.json",
2025-08-20T19:15:59.1409143Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeTrFirewallsV2List.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallsV2List.json",
2025-08-20T19:15:59.1410276Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeTrFirewallsV2RouteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallsV2RouteList.json",
2025-08-20T19:15:59.1411433Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeUserAssetIPTrafficInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeUserAssetIPTrafficInfo.json",
2025-08-20T19:15:59.1412585Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeUserBuyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeUserBuyVersion.json",
2025-08-20T19:15:59.1413747Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeVpcFirewallAclGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallAclGroupList.json",
2025-08-20T19:15:59.1414843Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeVpcFirewallCenDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallCenDetail.json",
2025-08-20T19:15:59.1415889Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeVpcFirewallCenList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallCenList.json",
2025-08-20T19:15:59.1417261Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallControlPolicy.json",
2025-08-20T19:15:59.1418494Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json",
2025-08-20T19:15:59.1419551Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeVpcFirewallDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallDetail.json",
2025-08-20T19:15:59.1420693Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeVpcFirewallIPSWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallIPSWhitelist.json",
2025-08-20T19:15:59.1421706Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeVpcFirewallList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallList.json",
2025-08-20T19:15:59.1423067Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json",
2025-08-20T19:15:59.1424026Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeVpcListLite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcListLite.json",
2025-08-20T19:15:59.1424888Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeVpcZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcZone.json",
2025-08-20T19:15:59.1426098Z [00:02:03.535]➜  		"metadatas/cloudfw/DescribeVulnerabilityProtectedList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVulnerabilityProtectedList.json",
2025-08-20T19:15:59.1427009Z [00:02:03.535]➜  		"metadatas/cloudfw/ModifyAddressBook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyAddressBook.json",
2025-08-20T19:15:59.1427945Z [00:02:03.535]➜  		"metadatas/cloudfw/ModifyControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyControlPolicy.json",
2025-08-20T19:15:59.1429237Z [00:02:03.535]➜  		"metadatas/cloudfw/ModifyControlPolicyPosition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyControlPolicyPosition.json",
2025-08-20T19:15:59.1430312Z [00:02:03.535]➜  		"metadatas/cloudfw/ModifyControlPolicyPriority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyControlPolicyPriority.json",
2025-08-20T19:15:59.1431299Z [00:02:03.535]➜  		"metadatas/cloudfw/ModifyDefaultIPSConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyDefaultIPSConfig.json",
2025-08-20T19:15:59.1432289Z [00:02:03.535]➜  		"metadatas/cloudfw/ModifyDnsFirewallPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyDnsFirewallPolicy.json",
2025-08-20T19:15:59.1433713Z [00:02:03.535]➜  		"metadatas/cloudfw/ModifyFirewallV2RoutePolicySwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyFirewallV2RoutePolicySwitch.json",
2025-08-20T19:15:59.1434987Z [00:02:03.535]➜  		"metadatas/cloudfw/ModifyInstanceMemberAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyInstanceMemberAttributes.json",
2025-08-20T19:15:59.1436274Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyNatFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyNatFirewallControlPolicy.json",
2025-08-20T19:15:59.1437716Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyNatFirewallControlPolicyPosition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyNatFirewallControlPolicyPosition.json",
2025-08-20T19:15:59.1438931Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyObjectGroupOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyObjectGroupOperation.json",
2025-08-20T19:15:59.1440405Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyPolicyAdvancedConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyPolicyAdvancedConfig.json",
2025-08-20T19:15:59.1441583Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyPrivateDnsEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyPrivateDnsEndpoint.json",
2025-08-20T19:15:59.1443029Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyTrFirewallV2Configuration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyTrFirewallV2Configuration.json",
2025-08-20T19:15:59.1444373Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json",
2025-08-20T19:15:59.1445624Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyVpcFirewallCenConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallCenConfigure.json",
2025-08-20T19:15:59.1446930Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyVpcFirewallCenSwitchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallCenSwitchStatus.json",
2025-08-20T19:15:59.1448115Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyVpcFirewallConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallConfigure.json",
2025-08-20T19:15:59.1449348Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallControlPolicy.json",
2025-08-20T19:15:59.1450777Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyVpcFirewallControlPolicyPosition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallControlPolicyPosition.json",
2025-08-20T19:15:59.1452089Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json",
2025-08-20T19:15:59.1453663Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyVpcFirewallIPSWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallIPSWhitelist.json",
2025-08-20T19:15:59.1454980Z [00:02:03.536]➜  		"metadatas/cloudfw/ModifyVpcFirewallSwitchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallSwitchStatus.json",
2025-08-20T19:15:59.1456105Z [00:02:03.536]➜  		"metadatas/cloudfw/PutDisableAllFwSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/PutDisableAllFwSwitch.json",
2025-08-20T19:15:59.1457149Z [00:02:03.536]➜  		"metadatas/cloudfw/PutDisableFwSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/PutDisableFwSwitch.json",
2025-08-20T19:15:59.1458144Z [00:02:03.536]➜  		"metadatas/cloudfw/PutEnableAllFwSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/PutEnableAllFwSwitch.json",
2025-08-20T19:15:59.1459088Z [00:02:03.536]➜  		"metadatas/cloudfw/PutEnableFwSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/PutEnableFwSwitch.json",
2025-08-20T19:15:59.1460167Z [00:02:03.536]➜  		"metadatas/cloudfw/ReleaseExpiredInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ReleaseExpiredInstance.json",
2025-08-20T19:15:59.1461210Z [00:02:03.536]➜  		"metadatas/cloudfw/ReleasePostInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ReleasePostInstance.json",
2025-08-20T19:15:59.1462577Z [00:02:03.536]➜  		"metadatas/cloudfw/ResetNatFirewallRuleHitCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ResetNatFirewallRuleHitCount.json",
2025-08-20T19:15:59.1463788Z [00:02:03.536]➜  		"metadatas/cloudfw/ResetVpcFirewallRuleHitCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ResetVpcFirewallRuleHitCount.json",
2025-08-20T19:15:59.1465098Z [00:02:03.536]➜  		"metadatas/cloudfw/SwitchSecurityProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/SwitchSecurityProxy.json",
2025-08-20T19:15:59.1466392Z [00:02:03.536]➜  		"metadatas/cloudfw/UpdateAITrafficAnalysisStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/UpdateAITrafficAnalysisStatus.json",
2025-08-20T19:15:59.1467696Z [00:02:03.536]➜  		"metadatas/cloudsso/AddExternalSAMLIdPCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/AddExternalSAMLIdPCertificate.json",
2025-08-20T19:15:59.1469234Z [00:02:03.536]➜  		"metadatas/cloudsso/AddPermissionPolicyToAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/AddPermissionPolicyToAccessConfiguration.json",
2025-08-20T19:15:59.1470233Z [00:02:03.536]➜  		"metadatas/cloudsso/AddUserToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/AddUserToGroup.json",
2025-08-20T19:15:59.1471713Z [00:02:03.536]➜  		"metadatas/cloudsso/ClearExternalSAMLIdentityProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ClearExternalSAMLIdentityProvider.json",
2025-08-20T19:15:59.1473105Z [00:02:03.536]➜  		"metadatas/cloudsso/CreateAccessAssignment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateAccessAssignment.json",
2025-08-20T19:15:59.1474212Z [00:02:03.536]➜  		"metadatas/cloudsso/CreateAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateAccessConfiguration.json",
2025-08-20T19:15:59.1475105Z [00:02:03.536]➜  		"metadatas/cloudsso/CreateDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateDirectory.json",
2025-08-20T19:15:59.1475921Z [00:02:03.536]➜  		"metadatas/cloudsso/CreateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateGroup.json",
2025-08-20T19:15:59.1477014Z [00:02:03.536]➜  		"metadatas/cloudsso/CreateSCIMServerCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateSCIMServerCredential.json",
2025-08-20T19:15:59.1477961Z [00:02:03.536]➜  		"metadatas/cloudsso/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateUser.json",
2025-08-20T19:15:59.1478976Z [00:02:03.536]➜  		"metadatas/cloudsso/CreateUserProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateUserProvisioning.json",
2025-08-20T19:15:59.1479986Z [00:02:03.536]➜  		"metadatas/cloudsso/DeleteAccessAssignment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteAccessAssignment.json",
2025-08-20T19:15:59.1481052Z [00:02:03.536]➜  		"metadatas/cloudsso/DeleteAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteAccessConfiguration.json",
2025-08-20T19:15:59.1481940Z [00:02:03.536]➜  		"metadatas/cloudsso/DeleteDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteDirectory.json",
2025-08-20T19:15:59.1482938Z [00:02:03.536]➜  		"metadatas/cloudsso/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteGroup.json",
2025-08-20T19:15:59.1483957Z [00:02:03.536]➜  		"metadatas/cloudsso/DeleteMFADeviceForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteMFADeviceForUser.json",
2025-08-20T19:15:59.1485025Z [00:02:03.536]➜  		"metadatas/cloudsso/DeleteSCIMServerCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteSCIMServerCredential.json",
2025-08-20T19:15:59.1485838Z [00:02:03.536]➜  		"metadatas/cloudsso/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteUser.json",
2025-08-20T19:15:59.1486848Z [00:02:03.536]➜  		"metadatas/cloudsso/DeleteUserProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteUserProvisioning.json",
2025-08-20T19:15:59.1488233Z [00:02:03.536]➜  		"metadatas/cloudsso/DeleteUserProvisioningEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteUserProvisioningEvent.json",
2025-08-20T19:15:59.1489410Z [00:02:03.536]➜  		"metadatas/cloudsso/DeprovisionAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeprovisionAccessConfiguration.json",
2025-08-20T19:15:59.1490415Z [00:02:03.536]➜  		"metadatas/cloudsso/DisableDelegateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DisableDelegateAccount.json",
2025-08-20T19:15:59.1491279Z [00:02:03.536]➜  		"metadatas/cloudsso/DisableService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DisableService.json",
2025-08-20T19:15:59.1492267Z [00:02:03.536]➜  		"metadatas/cloudsso/EnableDelegateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/EnableDelegateAccount.json",
2025-08-20T19:15:59.1493283Z [00:02:03.536]➜  		"metadatas/cloudsso/EnableService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/EnableService.json",
2025-08-20T19:15:59.1494403Z [00:02:03.536]➜  		"metadatas/cloudsso/GetAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetAccessConfiguration.json",
2025-08-20T19:15:59.1495238Z [00:02:03.536]➜  		"metadatas/cloudsso/GetDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetDirectory.json",
2025-08-20T19:15:59.1496477Z [00:02:03.536]➜  		"metadatas/cloudsso/GetDirectorySAMLServiceProviderInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetDirectorySAMLServiceProviderInfo.json",
2025-08-20T19:15:59.1497482Z [00:02:03.536]➜  		"metadatas/cloudsso/GetDirectoryStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetDirectoryStatistics.json",
2025-08-20T19:15:59.1498648Z [00:02:03.536]➜  		"metadatas/cloudsso/GetExternalSAMLIdentityProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetExternalSAMLIdentityProvider.json",
2025-08-20T19:15:59.1499541Z [00:02:03.536]➜  		"metadatas/cloudsso/GetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetGroup.json",
2025-08-20T19:15:59.1500483Z [00:02:03.537]➜  		"metadatas/cloudsso/GetLoginPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetLoginPreference.json",
2025-08-20T19:15:59.1501648Z [00:02:03.537]➜  		"metadatas/cloudsso/GetMFAAuthenticationSettingInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetMFAAuthenticationSettingInfo.json",
2025-08-20T19:15:59.1502927Z [00:02:03.537]➜  		"metadatas/cloudsso/GetMFAAuthenticationSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetMFAAuthenticationSettings.json",
2025-08-20T19:15:59.1504114Z [00:02:03.537]➜  		"metadatas/cloudsso/GetMFAAuthenticationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetMFAAuthenticationStatus.json",
2025-08-20T19:15:59.1505118Z [00:02:03.537]➜  		"metadatas/cloudsso/GetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetPasswordPolicy.json",
2025-08-20T19:15:59.1506345Z [00:02:03.537]➜  		"metadatas/cloudsso/GetSCIMSynchronizationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetSCIMSynchronizationStatus.json",
2025-08-20T19:15:59.1507450Z [00:02:03.537]➜  		"metadatas/cloudsso/GetServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetServiceStatus.json",
2025-08-20T19:15:59.1508375Z [00:02:03.537]➜  		"metadatas/cloudsso/GetTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetTask.json",
2025-08-20T19:15:59.1509390Z [00:02:03.537]➜  		"metadatas/cloudsso/GetTaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetTaskStatus.json",
2025-08-20T19:15:59.1510653Z [00:02:03.537]➜  		"metadatas/cloudsso/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUser.json",
2025-08-20T19:15:59.1511585Z [00:02:03.537]➜  		"metadatas/cloudsso/GetUserId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserId.json",
2025-08-20T19:15:59.1513115Z [00:02:03.537]➜  		"metadatas/cloudsso/GetUserMFAAuthenticationSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserMFAAuthenticationSettings.json",
2025-08-20T19:15:59.1514237Z [00:02:03.537]➜  		"metadatas/cloudsso/GetUserProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioning.json",
2025-08-20T19:15:59.1515604Z [00:02:03.537]➜  		"metadatas/cloudsso/GetUserProvisioningConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioningConfiguration.json",
2025-08-20T19:15:59.1516825Z [00:02:03.537]➜  		"metadatas/cloudsso/GetUserProvisioningEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioningEvent.json",
2025-08-20T19:15:59.1518460Z [00:02:03.537]➜  		"metadatas/cloudsso/GetUserProvisioningRdAccountStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioningRdAccountStatistics.json",
2025-08-20T19:15:59.1519799Z [00:02:03.537]➜  		"metadatas/cloudsso/GetUserProvisioningStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioningStatistics.json",
2025-08-20T19:15:59.1520944Z [00:02:03.537]➜  		"metadatas/cloudsso/ListAccessAssignments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListAccessAssignments.json",
2025-08-20T19:15:59.1522576Z [00:02:03.537]➜  		"metadatas/cloudsso/ListAccessConfigurationProvisionings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListAccessConfigurationProvisionings.json",
2025-08-20T19:15:59.1523820Z [00:02:03.537]➜  		"metadatas/cloudsso/ListAccessConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListAccessConfigurations.json",
2025-08-20T19:15:59.1525013Z [00:02:03.537]➜  		"metadatas/cloudsso/ListDirectories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListDirectories.json",
2025-08-20T19:15:59.1526342Z [00:02:03.537]➜  		"metadatas/cloudsso/ListExternalSAMLIdPCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListExternalSAMLIdPCertificates.json",
2025-08-20T19:15:59.1527372Z [00:02:03.537]➜  		"metadatas/cloudsso/ListGroupMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListGroupMembers.json",
2025-08-20T19:15:59.1536267Z [00:02:03.537]➜  		"metadatas/cloudsso/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListGroups.json",
2025-08-20T19:15:59.1537446Z [00:02:03.537]➜  		"metadatas/cloudsso/ListJoinedGroupsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListJoinedGroupsForUser.json",
2025-08-20T19:15:59.1538470Z [00:02:03.537]➜  		"metadatas/cloudsso/ListMFADevicesForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListMFADevicesForUser.json",
2025-08-20T19:15:59.1539856Z [00:02:03.537]➜  		"metadatas/cloudsso/ListPermissionPoliciesInAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListPermissionPoliciesInAccessConfiguration.json",
2025-08-20T19:15:59.1540920Z [00:02:03.537]➜  		"metadatas/cloudsso/ListSCIMServerCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListSCIMServerCredentials.json",
2025-08-20T19:15:59.1541710Z [00:02:03.537]➜  		"metadatas/cloudsso/ListTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListTasks.json",
2025-08-20T19:15:59.1543154Z [00:02:03.537]➜  		"metadatas/cloudsso/ListUserProvisioningEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListUserProvisioningEvents.json",
2025-08-20T19:15:59.1544245Z [00:02:03.537]➜  		"metadatas/cloudsso/ListUserProvisionings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListUserProvisionings.json",
2025-08-20T19:15:59.1545042Z [00:02:03.537]➜  		"metadatas/cloudsso/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListUsers.json",
2025-08-20T19:15:59.1546166Z [00:02:03.537]➜  		"metadatas/cloudsso/ProvisionAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ProvisionAccessConfiguration.json",
2025-08-20T19:15:59.1547337Z [00:02:03.537]➜  		"metadatas/cloudsso/RemoveExternalSAMLIdPCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/RemoveExternalSAMLIdPCertificate.json",
2025-08-20T19:15:59.1548773Z [00:02:03.537]➜  		"metadatas/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json",
2025-08-20T19:15:59.1549838Z [00:02:03.537]➜  		"metadatas/cloudsso/RemoveUserFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/RemoveUserFromGroup.json",
2025-08-20T19:15:59.1550759Z [00:02:03.537]➜  		"metadatas/cloudsso/ResetUserPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ResetUserPassword.json",
2025-08-20T19:15:59.1551823Z [00:02:03.537]➜  		"metadatas/cloudsso/RetryUserProvisioningEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/RetryUserProvisioningEvent.json",
2025-08-20T19:15:59.1553228Z [00:02:03.537]➜  		"metadatas/cloudsso/SetExternalSAMLIdentityProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetExternalSAMLIdentityProvider.json",
2025-08-20T19:15:59.1554188Z [00:02:03.537]➜  		"metadatas/cloudsso/SetLoginPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetLoginPreference.json",
2025-08-20T19:15:59.1555281Z [00:02:03.537]➜  		"metadatas/cloudsso/SetMFAAuthenticationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetMFAAuthenticationStatus.json",
2025-08-20T19:15:59.1556295Z [00:02:03.537]➜  		"metadatas/cloudsso/SetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetPasswordPolicy.json",
2025-08-20T19:15:59.1557401Z [00:02:03.537]➜  		"metadatas/cloudsso/SetSCIMSynchronizationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetSCIMSynchronizationStatus.json",
2025-08-20T19:15:59.1558456Z [00:02:03.537]➜  		"metadatas/cloudsso/UpdateAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateAccessConfiguration.json",
2025-08-20T19:15:59.1559337Z [00:02:03.537]➜  		"metadatas/cloudsso/UpdateDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateDirectory.json",
2025-08-20T19:15:59.1560165Z [00:02:03.537]➜  		"metadatas/cloudsso/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateGroup.json",
2025-08-20T19:15:59.1561492Z [00:02:03.537]➜  		"metadatas/cloudsso/UpdateInlinePolicyForAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateInlinePolicyForAccessConfiguration.json",
2025-08-20T19:15:59.1562823Z [00:02:03.537]➜  		"metadatas/cloudsso/UpdateMFAAuthenticationSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateMFAAuthenticationSettings.json",
2025-08-20T19:15:59.1564147Z [00:02:03.537]➜  		"metadatas/cloudsso/UpdateSCIMServerCredentialStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateSCIMServerCredentialStatus.json",
2025-08-20T19:15:59.1565214Z [00:02:03.537]➜  		"metadatas/cloudsso/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUser.json",
2025-08-20T19:15:59.1566693Z [00:02:03.537]➜  		"metadatas/cloudsso/UpdateUserMFAAuthenticationSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUserMFAAuthenticationSettings.json",
2025-08-20T19:15:59.1567858Z [00:02:03.537]➜  		"metadatas/cloudsso/UpdateUserProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUserProvisioning.json",
2025-08-20T19:15:59.1569278Z [00:02:03.537]➜  		"metadatas/cloudsso/UpdateUserProvisioningConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUserProvisioningConfiguration.json",
2025-08-20T19:15:59.1570307Z [00:02:03.537]➜  		"metadatas/cloudsso/UpdateUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUserStatus.json",
2025-08-20T19:15:59.1571059Z [00:02:03.537]➜  		"metadatas/cms/AddTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/AddTags.json",
2025-08-20T19:15:59.1572129Z [00:02:03.537]➜  		"metadatas/cms/ApplyMetricRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ApplyMetricRuleTemplate.json",
2025-08-20T19:15:59.1573644Z [00:02:03.537]➜  		"metadatas/cms/BatchCreateInstantSiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/BatchCreateInstantSiteMonitor.json",
2025-08-20T19:15:59.1574509Z [00:02:03.537]➜  		"metadatas/cms/BatchExport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/BatchExport.json",
2025-08-20T19:15:59.1575535Z [00:02:03.537]➜  		"metadatas/cms/CreateDynamicTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateDynamicTagGroup.json",
2025-08-20T19:15:59.1576573Z [00:02:03.537]➜  		"metadatas/cms/CreateGroupMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateGroupMetricRules.json",
2025-08-20T19:15:59.1577884Z [00:02:03.537]➜  		"metadatas/cms/CreateGroupMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateGroupMonitoringAgentProcess.json",
2025-08-20T19:15:59.1578962Z [00:02:03.537]➜  		"metadatas/cms/CreateHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateHostAvailability.json",
2025-08-20T19:15:59.1580270Z [00:02:03.538]➜  		"metadatas/cms/CreateHybridMonitorNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateHybridMonitorNamespace.json",
2025-08-20T19:15:59.1581422Z [00:02:03.538]➜  		"metadatas/cms/CreateHybridMonitorSLSGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateHybridMonitorSLSGroup.json",
2025-08-20T19:15:59.1582665Z [00:02:03.538]➜  		"metadatas/cms/CreateHybridMonitorTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateHybridMonitorTask.json",
2025-08-20T19:15:59.1583785Z [00:02:03.538]➜  		"metadatas/cms/CreateInstantSiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateInstantSiteMonitor.json",
2025-08-20T19:15:59.1584917Z [00:02:03.538]➜  		"metadatas/cms/CreateMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMetricRuleBlackList.json",
2025-08-20T19:15:59.1586030Z [00:02:03.538]➜  		"metadatas/cms/CreateMetricRuleResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMetricRuleResources.json",
2025-08-20T19:15:59.1587122Z [00:02:03.538]➜  		"metadatas/cms/CreateMetricRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMetricRuleTemplate.json",
2025-08-20T19:15:59.1588237Z [00:02:03.538]➜  		"metadatas/cms/CreateMonitorAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorAgentProcess.json",
2025-08-20T19:15:59.1589199Z [00:02:03.538]➜  		"metadatas/cms/CreateMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorGroup.json",
2025-08-20T19:15:59.1590623Z [00:02:03.538]➜  		"metadatas/cms/CreateMonitorGroupByResourceGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorGroupByResourceGroupId.json",
2025-08-20T19:15:59.1591879Z [00:02:03.538]➜  		"metadatas/cms/CreateMonitorGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorGroupInstances.json",
2025-08-20T19:15:59.1593195Z [00:02:03.538]➜  		"metadatas/cms/CreateMonitorGroupNotifyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorGroupNotifyPolicy.json",
2025-08-20T19:15:59.1594242Z [00:02:03.538]➜  		"metadatas/cms/CreateMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitoringAgentProcess.json",
2025-08-20T19:15:59.1595085Z [00:02:03.538]➜  		"metadatas/cms/CreateSiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateSiteMonitor.json",
2025-08-20T19:15:59.1595757Z [00:02:03.538]➜  		"metadatas/cms/Cursor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/Cursor.json",
2025-08-20T19:15:59.1596642Z [00:02:03.538]➜  		"metadatas/cms/DeleteContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteContact.json",
2025-08-20T19:15:59.1597506Z [00:02:03.538]➜  		"metadatas/cms/DeleteContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteContactGroup.json",
2025-08-20T19:15:59.1598358Z [00:02:03.538]➜  		"metadatas/cms/DeleteCustomMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteCustomMetric.json",
2025-08-20T19:15:59.1599251Z [00:02:03.538]➜  		"metadatas/cms/DeleteDynamicTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteDynamicTagGroup.json",
2025-08-20T19:15:59.1600162Z [00:02:03.538]➜  		"metadatas/cms/DeleteEventRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteEventRuleTargets.json",
2025-08-20T19:15:59.1601048Z [00:02:03.538]➜  		"metadatas/cms/DeleteEventRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteEventRules.json",
2025-08-20T19:15:59.1602095Z [00:02:03.538]➜  		"metadatas/cms/DeleteExporterOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteExporterOutput.json",
2025-08-20T19:15:59.1603187Z [00:02:03.538]➜  		"metadatas/cms/DeleteExporterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteExporterRule.json",
2025-08-20T19:15:59.1604372Z [00:02:03.538]➜  		"metadatas/cms/DeleteGroupMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteGroupMonitoringAgentProcess.json",
2025-08-20T19:15:59.1605344Z [00:02:03.538]➜  		"metadatas/cms/DeleteHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteHostAvailability.json",
2025-08-20T19:15:59.1606426Z [00:02:03.538]➜  		"metadatas/cms/DeleteHybridMonitorNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteHybridMonitorNamespace.json",
2025-08-20T19:15:59.1607560Z [00:02:03.538]➜  		"metadatas/cms/DeleteHybridMonitorSLSGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteHybridMonitorSLSGroup.json",
2025-08-20T19:15:59.1608588Z [00:02:03.538]➜  		"metadatas/cms/DeleteHybridMonitorTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteHybridMonitorTask.json",
2025-08-20T19:15:59.1609617Z [00:02:03.538]➜  		"metadatas/cms/DeleteLogMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteLogMonitor.json",
2025-08-20T19:15:59.1610784Z [00:02:03.538]➜  		"metadatas/cms/DeleteMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRuleBlackList.json",
2025-08-20T19:15:59.1611950Z [00:02:03.538]➜  		"metadatas/cms/DeleteMetricRuleResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRuleResources.json",
2025-08-20T19:15:59.1613377Z [00:02:03.538]➜  		"metadatas/cms/DeleteMetricRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRuleTargets.json",
2025-08-20T19:15:59.1614617Z [00:02:03.538]➜  		"metadatas/cms/DeleteMetricRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRuleTemplate.json",
2025-08-20T19:15:59.1615572Z [00:02:03.538]➜  		"metadatas/cms/DeleteMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRules.json",
2025-08-20T19:15:59.1616520Z [00:02:03.538]➜  		"metadatas/cms/DeleteMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitorGroup.json",
2025-08-20T19:15:59.1617696Z [00:02:03.538]➜  		"metadatas/cms/DeleteMonitorGroupDynamicRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitorGroupDynamicRule.json",
2025-08-20T19:15:59.1618857Z [00:02:03.538]➜  		"metadatas/cms/DeleteMonitorGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitorGroupInstances.json",
2025-08-20T19:15:59.1620227Z [00:02:03.538]➜  		"metadatas/cms/DeleteMonitorGroupNotifyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitorGroupNotifyPolicy.json",
2025-08-20T19:15:59.1621473Z [00:02:03.538]➜  		"metadatas/cms/DeleteMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitoringAgentProcess.json",
2025-08-20T19:15:59.1622663Z [00:02:03.538]➜  		"metadatas/cms/DeleteSiteMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteSiteMonitors.json",
2025-08-20T19:15:59.1623829Z [00:02:03.538]➜  		"metadatas/cms/DescribeActiveMetricRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeActiveMetricRuleList.json",
2025-08-20T19:15:59.1624932Z [00:02:03.538]➜  		"metadatas/cms/DescribeAlertHistoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertHistoryList.json",
2025-08-20T19:15:59.1625992Z [00:02:03.538]➜  		"metadatas/cms/DescribeAlertLogCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertLogCount.json",
2025-08-20T19:15:59.1627269Z [00:02:03.538]➜  		"metadatas/cms/DescribeAlertLogHistogram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertLogHistogram.json",
2025-08-20T19:15:59.1628319Z [00:02:03.538]➜  		"metadatas/cms/DescribeAlertLogList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertLogList.json",
2025-08-20T19:15:59.1629642Z [00:02:03.538]➜  		"metadatas/cms/DescribeAlertingMetricRuleResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertingMetricRuleResources.json",
2025-08-20T19:15:59.1630733Z [00:02:03.538]➜  		"metadatas/cms/DescribeContactGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeContactGroupList.json",
2025-08-20T19:15:59.1631739Z [00:02:03.538]➜  		"metadatas/cms/DescribeContactList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeContactList.json",
2025-08-20T19:15:59.1633223Z [00:02:03.538]➜  		"metadatas/cms/DescribeContactListByContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeContactListByContactGroup.json",
2025-08-20T19:15:59.1634350Z [00:02:03.538]➜  		"metadatas/cms/DescribeCustomEventAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeCustomEventAttribute.json",
2025-08-20T19:15:59.1635365Z [00:02:03.538]➜  		"metadatas/cms/DescribeCustomEventCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeCustomEventCount.json",
2025-08-20T19:15:59.1636433Z [00:02:03.538]➜  		"metadatas/cms/DescribeCustomEventHistogram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeCustomEventHistogram.json",
2025-08-20T19:15:59.1637451Z [00:02:03.538]➜  		"metadatas/cms/DescribeCustomMetricList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeCustomMetricList.json",
2025-08-20T19:15:59.1638589Z [00:02:03.538]➜  		"metadatas/cms/DescribeDynamicTagRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeDynamicTagRuleList.json",
2025-08-20T19:15:59.1639624Z [00:02:03.538]➜  		"metadatas/cms/DescribeEventRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeEventRuleAttribute.json",
2025-08-20T19:15:59.1640473Z [00:02:03.538]➜  		"metadatas/cms/DescribeEventRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeEventRuleList.json",
2025-08-20T19:15:59.1641529Z [00:02:03.538]➜  		"metadatas/cms/DescribeEventRuleTargetList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeEventRuleTargetList.json",
2025-08-20T19:15:59.1642738Z [00:02:03.538]➜  		"metadatas/cms/DescribeExporterOutputList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeExporterOutputList.json",
2025-08-20T19:15:59.1643903Z [00:02:03.538]➜  		"metadatas/cms/DescribeExporterRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeExporterRuleList.json",
2025-08-20T19:15:59.1645097Z [00:02:03.538]➜  		"metadatas/cms/DescribeGroupMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeGroupMonitoringAgentProcess.json",
2025-08-20T19:15:59.1646166Z [00:02:03.538]➜  		"metadatas/cms/DescribeHostAvailabilityList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHostAvailabilityList.json",
2025-08-20T19:15:59.1647327Z [00:02:03.538]➜  		"metadatas/cms/DescribeHybridMonitorDataList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHybridMonitorDataList.json",
2025-08-20T19:15:59.1648656Z [00:02:03.538]➜  		"metadatas/cms/DescribeHybridMonitorNamespaceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHybridMonitorNamespaceList.json",
2025-08-20T19:15:59.1649879Z [00:02:03.538]➜  		"metadatas/cms/DescribeHybridMonitorSLSGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHybridMonitorSLSGroup.json",
2025-08-20T19:15:59.1651259Z [00:02:03.538]➜  		"metadatas/cms/DescribeHybridMonitorTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHybridMonitorTaskList.json",
2025-08-20T19:15:59.1652693Z [00:02:03.538]➜  		"metadatas/cms/DescribeLogMonitorAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeLogMonitorAttribute.json",
2025-08-20T19:15:59.1653796Z [00:02:03.538]➜  		"metadatas/cms/DescribeLogMonitorList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeLogMonitorList.json",
2025-08-20T19:15:59.1654805Z [00:02:03.538]➜  		"metadatas/cms/DescribeMetricData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricData.json",
2025-08-20T19:15:59.1655818Z [00:02:03.538]➜  		"metadatas/cms/DescribeMetricLast.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricLast.json",
2025-08-20T19:15:59.1656842Z [00:02:03.538]➜  		"metadatas/cms/DescribeMetricList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricList.json",
2025-08-20T19:15:59.1657895Z [00:02:03.538]➜  		"metadatas/cms/DescribeMetricMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricMetaList.json",
2025-08-20T19:15:59.1659054Z [00:02:03.538]➜  		"metadatas/cms/DescribeMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleBlackList.json",
2025-08-20T19:15:59.1660133Z [00:02:03.538]➜  		"metadatas/cms/DescribeMetricRuleCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleCount.json",
2025-08-20T19:15:59.1661338Z [00:02:03.538]➜  		"metadatas/cms/DescribeMetricRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleList.json",
2025-08-20T19:15:59.1662772Z [00:02:03.538]➜  		"metadatas/cms/DescribeMetricRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleTargets.json",
2025-08-20T19:15:59.1664064Z [00:02:03.538]➜  		"metadatas/cms/DescribeMetricRuleTemplateAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleTemplateAttribute.json",
2025-08-20T19:15:59.1665233Z [00:02:03.539]➜  		"metadatas/cms/DescribeMetricRuleTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleTemplateList.json",
2025-08-20T19:15:59.1666120Z [00:02:03.539]➜  		"metadatas/cms/DescribeMetricTop.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricTop.json",
2025-08-20T19:15:59.1667249Z [00:02:03.539]➜  		"metadatas/cms/DescribeMonitorGroupCategories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupCategories.json",
2025-08-20T19:15:59.1668503Z [00:02:03.539]➜  		"metadatas/cms/DescribeMonitorGroupDynamicRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupDynamicRules.json",
2025-08-20T19:15:59.1669776Z [00:02:03.539]➜  		"metadatas/cms/DescribeMonitorGroupInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupInstanceAttribute.json",
2025-08-20T19:15:59.1670874Z [00:02:03.539]➜  		"metadatas/cms/DescribeMonitorGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupInstances.json",
2025-08-20T19:15:59.1672114Z [00:02:03.539]➜  		"metadatas/cms/DescribeMonitorGroupNotifyPolicyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupNotifyPolicyList.json",
2025-08-20T19:15:59.1673318Z [00:02:03.539]➜  		"metadatas/cms/DescribeMonitorGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroups.json",
2025-08-20T19:15:59.1674782Z [00:02:03.539]➜  		"metadatas/cms/DescribeMonitorResourceQuotaAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorResourceQuotaAttribute.json",
2025-08-20T19:15:59.1676254Z [00:02:03.539]➜  		"metadatas/cms/DescribeMonitoringAgentAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentAccessKey.json",
2025-08-20T19:15:59.1677470Z [00:02:03.539]➜  		"metadatas/cms/DescribeMonitoringAgentConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentConfig.json",
2025-08-20T19:15:59.1678684Z [00:02:03.539]➜  		"metadatas/cms/DescribeMonitoringAgentHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentHosts.json",
2025-08-20T19:15:59.1679936Z [00:02:03.539]➜  		"metadatas/cms/DescribeMonitoringAgentProcesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentProcesses.json",
2025-08-20T19:15:59.1681105Z [00:02:03.539]➜  		"metadatas/cms/DescribeMonitoringAgentStatuses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentStatuses.json",
2025-08-20T19:15:59.1682129Z [00:02:03.539]➜  		"metadatas/cms/DescribeMonitoringConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringConfig.json",
2025-08-20T19:15:59.1683532Z [00:02:03.539]➜  		"metadatas/cms/DescribeProductResourceTagKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeProductResourceTagKeyList.json",
2025-08-20T19:15:59.1684731Z [00:02:03.539]➜  		"metadatas/cms/DescribeProductsOfActiveMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeProductsOfActiveMetricRule.json",
2025-08-20T19:15:59.1685768Z [00:02:03.539]➜  		"metadatas/cms/DescribeProjectMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeProjectMeta.json",
2025-08-20T19:15:59.1686936Z [00:02:03.539]➜  		"metadatas/cms/DescribeSiteMonitorAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorAttribute.json",
2025-08-20T19:15:59.1687929Z [00:02:03.539]➜  		"metadatas/cms/DescribeSiteMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorData.json",
2025-08-20T19:15:59.1689042Z [00:02:03.539]➜  		"metadatas/cms/DescribeSiteMonitorISPCityList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorISPCityList.json",
2025-08-20T19:15:59.1690030Z [00:02:03.539]➜  		"metadatas/cms/DescribeSiteMonitorList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorList.json",
2025-08-20T19:15:59.1691012Z [00:02:03.539]➜  		"metadatas/cms/DescribeSiteMonitorLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorLog.json",
2025-08-20T19:15:59.1692022Z [00:02:03.539]➜  		"metadatas/cms/DescribeSiteMonitorQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorQuota.json",
2025-08-20T19:15:59.1693379Z [00:02:03.539]➜  		"metadatas/cms/DescribeSiteMonitorStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorStatistics.json",
2025-08-20T19:15:59.1694445Z [00:02:03.539]➜  		"metadatas/cms/DescribeSyntheticProbeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSyntheticProbeList.json",
2025-08-20T19:15:59.1695526Z [00:02:03.539]➜  		"metadatas/cms/DescribeSystemEventAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSystemEventAttribute.json",
2025-08-20T19:15:59.1696532Z [00:02:03.539]➜  		"metadatas/cms/DescribeSystemEventCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSystemEventCount.json",
2025-08-20T19:15:59.1697614Z [00:02:03.539]➜  		"metadatas/cms/DescribeSystemEventHistogram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSystemEventHistogram.json",
2025-08-20T19:15:59.1698782Z [00:02:03.539]➜  		"metadatas/cms/DescribeSystemEventMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSystemEventMetaList.json",
2025-08-20T19:15:59.1699684Z [00:02:03.539]➜  		"metadatas/cms/DescribeTagKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeTagKeyList.json",
2025-08-20T19:15:59.1700639Z [00:02:03.539]➜  		"metadatas/cms/DescribeTagValueList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeTagValueList.json",
2025-08-20T19:15:59.1701822Z [00:02:03.539]➜  		"metadatas/cms/DescribeUnhealthyHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeUnhealthyHostAvailability.json",
2025-08-20T19:15:59.1702983Z [00:02:03.539]➜  		"metadatas/cms/DisableActiveMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableActiveMetricRule.json",
2025-08-20T19:15:59.1703964Z [00:02:03.539]➜  		"metadatas/cms/DisableEventRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableEventRules.json",
2025-08-20T19:15:59.1705084Z [00:02:03.539]➜  		"metadatas/cms/DisableHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableHostAvailability.json",
2025-08-20T19:15:59.1706083Z [00:02:03.539]➜  		"metadatas/cms/DisableMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableMetricRules.json",
2025-08-20T19:15:59.1707153Z [00:02:03.539]➜  		"metadatas/cms/DisableSiteMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableSiteMonitors.json",
2025-08-20T19:15:59.1708354Z [00:02:03.539]➜  		"metadatas/cms/EnableActiveMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableActiveMetricRule.json",
2025-08-20T19:15:59.1709490Z [00:02:03.539]➜  		"metadatas/cms/EnableEventRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableEventRules.json",
2025-08-20T19:15:59.1710742Z [00:02:03.539]➜  		"metadatas/cms/EnableHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableHostAvailability.json",
2025-08-20T19:15:59.1711902Z [00:02:03.539]➜  		"metadatas/cms/EnableMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableMetricRuleBlackList.json",
2025-08-20T19:15:59.1713121Z [00:02:03.539]➜  		"metadatas/cms/EnableMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableMetricRules.json",
2025-08-20T19:15:59.1714106Z [00:02:03.539]➜  		"metadatas/cms/EnableSiteMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableSiteMonitors.json",
2025-08-20T19:15:59.1715240Z [00:02:03.539]➜  		"metadatas/cms/InstallMonitoringAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/InstallMonitoringAgent.json",
2025-08-20T19:15:59.1716783Z [00:02:03.539]➜  		"metadatas/cms/ModifyGroupMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyGroupMonitoringAgentProcess.json",
2025-08-20T19:15:59.1717959Z [00:02:03.539]➜  		"metadatas/cms/ModifyHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHostAvailability.json",
2025-08-20T19:15:59.1718962Z [00:02:03.539]➜  		"metadatas/cms/ModifyHostInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHostInfo.json",
2025-08-20T19:15:59.1720204Z [00:02:03.539]➜  		"metadatas/cms/ModifyHybridMonitorNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHybridMonitorNamespace.json",
2025-08-20T19:15:59.1721405Z [00:02:03.539]➜  		"metadatas/cms/ModifyHybridMonitorSLSGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHybridMonitorSLSGroup.json",
2025-08-20T19:15:59.1722858Z [00:02:03.539]➜  		"metadatas/cms/ModifyHybridMonitorTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHybridMonitorTask.json",
2025-08-20T19:15:59.1724302Z [00:02:03.539]➜  		"metadatas/cms/ModifyMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyMetricRuleBlackList.json",
2025-08-20T19:15:59.1725435Z [00:02:03.539]➜  		"metadatas/cms/ModifyMetricRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyMetricRuleTemplate.json",
2025-08-20T19:15:59.1726432Z [00:02:03.540]➜  		"metadatas/cms/ModifyMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyMonitorGroup.json",
2025-08-20T19:15:59.1727623Z [00:02:03.540]➜  		"metadatas/cms/ModifyMonitorGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyMonitorGroupInstances.json",
2025-08-20T19:15:59.1728628Z [00:02:03.540]➜  		"metadatas/cms/ModifySiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifySiteMonitor.json",
2025-08-20T19:15:59.1729530Z [00:02:03.540]➜  		"metadatas/cms/PutContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutContact.json",
2025-08-20T19:15:59.1730518Z [00:02:03.540]➜  		"metadatas/cms/PutContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutContactGroup.json",
2025-08-20T19:15:59.1731492Z [00:02:03.540]➜  		"metadatas/cms/PutCustomEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutCustomEvent.json",
2025-08-20T19:15:59.1732763Z [00:02:03.540]➜  		"metadatas/cms/PutCustomEventRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutCustomEventRule.json",
2025-08-20T19:15:59.1733773Z [00:02:03.540]➜  		"metadatas/cms/PutCustomMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutCustomMetric.json",
2025-08-20T19:15:59.1735007Z [00:02:03.540]➜  		"metadatas/cms/PutCustomMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutCustomMetricRule.json",
2025-08-20T19:15:59.1736101Z [00:02:03.540]➜  		"metadatas/cms/PutEventRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutEventRule.json",
2025-08-20T19:15:59.1737141Z [00:02:03.540]➜  		"metadatas/cms/PutEventRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutEventRuleTargets.json",
2025-08-20T19:15:59.1738216Z [00:02:03.540]➜  		"metadatas/cms/PutExporterOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutExporterOutput.json",
2025-08-20T19:15:59.1739221Z [00:02:03.540]➜  		"metadatas/cms/PutExporterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutExporterRule.json",
2025-08-20T19:15:59.1740239Z [00:02:03.540]➜  		"metadatas/cms/PutGroupMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutGroupMetricRule.json",
2025-08-20T19:15:59.1741462Z [00:02:03.540]➜  		"metadatas/cms/PutHybridMonitorMetricData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutHybridMonitorMetricData.json",
2025-08-20T19:15:59.1742766Z [00:02:03.540]➜  		"metadatas/cms/PutLogMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutLogMonitor.json",
2025-08-20T19:15:59.1743855Z [00:02:03.540]➜  		"metadatas/cms/PutMetricRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutMetricRuleTargets.json",
2025-08-20T19:15:59.1745034Z [00:02:03.540]➜  		"metadatas/cms/PutMonitorGroupDynamicRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutMonitorGroupDynamicRule.json",
2025-08-20T19:15:59.1746084Z [00:02:03.540]➜  		"metadatas/cms/PutMonitoringConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutMonitoringConfig.json",
2025-08-20T19:15:59.1747152Z [00:02:03.540]➜  		"metadatas/cms/PutResourceMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutResourceMetricRule.json",
2025-08-20T19:15:59.1748253Z [00:02:03.540]➜  		"metadatas/cms/PutResourceMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutResourceMetricRules.json",
2025-08-20T19:15:59.1749243Z [00:02:03.540]➜  		"metadatas/cms/RemoveTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/RemoveTags.json",
2025-08-20T19:15:59.1750566Z [00:02:03.540]➜  		"metadatas/cms/SendDryRunSystemEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/SendDryRunSystemEvent.json",
2025-08-20T19:15:59.1751699Z [00:02:03.540]➜  		"metadatas/cms/UninstallMonitoringAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/UninstallMonitoringAgent.json",
2025-08-20T19:15:59.1752978Z [00:02:03.540]➜  		"metadatas/computenest/CancelServiceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CancelServiceUsage.json",
2025-08-20T19:15:59.1754112Z [00:02:03.540]➜  		"metadatas/computenest/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ChangeResourceGroup.json",
2025-08-20T19:15:59.1755273Z [00:02:03.540]➜  		"metadatas/computenest/CheckServiceDeployable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CheckServiceDeployable.json",
2025-08-20T19:15:59.1756524Z [00:02:03.540]➜  		"metadatas/computenest/ContinueDeployServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ContinueDeployServiceInstance.json",
2025-08-20T19:15:59.1757464Z [00:02:03.540]➜  		"metadatas/computenest/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CreateBackup.json",
2025-08-20T19:15:59.1758499Z [00:02:03.540]➜  		"metadatas/computenest/CreateRestoreTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CreateRestoreTask.json",
2025-08-20T19:15:59.1759703Z [00:02:03.540]➜  		"metadatas/computenest/CreateServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CreateServiceInstance.json",
2025-08-20T19:15:59.1760820Z [00:02:03.540]➜  		"metadatas/computenest/CreateServiceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CreateServiceUsage.json",
2025-08-20T19:15:59.1761756Z [00:02:03.540]➜  		"metadatas/computenest/DeleteBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/DeleteBackup.json",
2025-08-20T19:15:59.1763047Z [00:02:03.540]➜  		"metadatas/computenest/DeleteServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/DeleteServiceInstances.json",
2025-08-20T19:15:59.1764156Z [00:02:03.540]➜  		"metadatas/computenest/DeployServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/DeployServiceInstance.json",
2025-08-20T19:15:59.1765140Z [00:02:03.540]➜  		"metadatas/computenest/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/DescribeRegions.json",
2025-08-20T19:15:59.1766344Z [00:02:03.540]➜  		"metadatas/computenest/GenerateServicePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GenerateServicePolicy.json",
2025-08-20T19:15:59.1767232Z [00:02:03.540]➜  		"metadatas/computenest/GetBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetBackup.json",
2025-08-20T19:15:59.1768132Z [00:02:03.540]➜  		"metadatas/computenest/GetService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetService.json",
2025-08-20T19:15:59.1769245Z [00:02:03.540]➜  		"metadatas/computenest/GetServiceEstimateCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceEstimateCost.json",
2025-08-20T19:15:59.1770326Z [00:02:03.540]➜  		"metadatas/computenest/GetServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceInstance.json",
2025-08-20T19:15:59.1771960Z [00:02:03.540]➜  		"metadatas/computenest/GetServiceInstanceSubscriptionEstimateCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceInstanceSubscriptionEstimateCost.json",
2025-08-20T19:15:59.1773594Z [00:02:03.540]➜  		"metadatas/computenest/GetServiceProvisions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceProvisions.json",
2025-08-20T19:15:59.1775153Z [00:02:03.540]➜  		"metadatas/computenest/GetServiceTemplateParameterConstraints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceTemplateParameterConstraints.json",
2025-08-20T19:15:59.1776309Z [00:02:03.540]➜  		"metadatas/computenest/GetUserInformation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetUserInformation.json",
2025-08-20T19:15:59.1777346Z [00:02:03.540]➜  		"metadatas/computenest/ListBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListBackups.json",
2025-08-20T19:15:59.1778407Z [00:02:03.540]➜  		"metadatas/computenest/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListPolicies.json",
2025-08-20T19:15:59.1779545Z [00:02:03.540]➜  		"metadatas/computenest/ListRestoreTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListRestoreTasks.json",
2025-08-20T19:15:59.1780761Z [00:02:03.540]➜  		"metadatas/computenest/ListServiceCategories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceCategories.json",
2025-08-20T19:15:59.1782066Z [00:02:03.540]➜  		"metadatas/computenest/ListServiceInstanceBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstanceBill.json",
2025-08-20T19:15:59.1783606Z [00:02:03.540]➜  		"metadatas/computenest/ListServiceInstanceLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstanceLogs.json",
2025-08-20T19:15:59.1785151Z [00:02:03.540]➜  		"metadatas/computenest/ListServiceInstanceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstanceResources.json",
2025-08-20T19:15:59.1786725Z [00:02:03.540]➜  		"metadatas/computenest/ListServiceInstanceUpgradeHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstanceUpgradeHistory.json",
2025-08-20T19:15:59.1787895Z [00:02:03.540]➜  		"metadatas/computenest/ListServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstances.json",
2025-08-20T19:15:59.1789009Z [00:02:03.540]➜  		"metadatas/computenest/ListServiceUsages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceUsages.json",
2025-08-20T19:15:59.1790033Z [00:02:03.540]➜  		"metadatas/computenest/ListServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServices.json",
2025-08-20T19:15:59.1791016Z [00:02:03.540]➜  		"metadatas/computenest/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListTagKeys.json",
2025-08-20T19:15:59.1792244Z [00:02:03.540]➜  		"metadatas/computenest/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListTagResources.json",
2025-08-20T19:15:59.1793640Z [00:02:03.540]➜  		"metadatas/computenest/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListTagValues.json",
2025-08-20T19:15:59.1794905Z [00:02:03.540]➜  		"metadatas/computenest/RenewServiceInstanceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/RenewServiceInstanceResources.json",
2025-08-20T19:15:59.1796031Z [00:02:03.540]➜  		"metadatas/computenest/RestartServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/RestartServiceInstance.json",
2025-08-20T19:15:59.1797176Z [00:02:03.540]➜  		"metadatas/computenest/RollbackServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/RollbackServiceInstance.json",
2025-08-20T19:15:59.1798372Z [00:02:03.540]➜  		"metadatas/computenest/StartServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/StartServiceInstance.json",
2025-08-20T19:15:59.1799428Z [00:02:03.540]➜  		"metadatas/computenest/StopServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/StopServiceInstance.json",
2025-08-20T19:15:59.1800355Z [00:02:03.540]➜  		"metadatas/computenest/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/TagResources.json",
2025-08-20T19:15:59.1801311Z [00:02:03.540]➜  		"metadatas/computenest/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UnTagResources.json",
2025-08-20T19:15:59.1802759Z [00:02:03.540]➜  		"metadatas/computenest/UpdateServiceInstanceAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpdateServiceInstanceAttributes.json",
2025-08-20T19:15:59.1804070Z [00:02:03.540]➜  		"metadatas/computenest/UpdateServiceInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpdateServiceInstanceSpec.json",
2025-08-20T19:15:59.1805239Z [00:02:03.540]➜  		"metadatas/computenest/UpdateServiceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpdateServiceUsage.json",
2025-08-20T19:15:59.1806445Z [00:02:03.540]➜  		"metadatas/computenest/UpdateUserInformation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpdateUserInformation.json",
2025-08-20T19:15:59.1807754Z [00:02:03.540]➜  		"metadatas/computenest/UpgradeServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpgradeServiceInstance.json",
2025-08-20T19:15:59.1809331Z [00:02:03.540]➜  		"metadatas/computenestsupplier/AddServiceSharedAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/AddServiceSharedAccounts.json",
2025-08-20T19:15:59.1810798Z [00:02:03.540]➜  		"metadatas/computenestsupplier/ApproveServiceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ApproveServiceUsage.json",
2025-08-20T19:15:59.1812272Z [00:02:03.540]➜  		"metadatas/computenestsupplier/CancelServiceRegistration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CancelServiceRegistration.json",
2025-08-20T19:15:59.1814124Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ContinueDeployServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ContinueDeployServiceInstance.json",
2025-08-20T19:15:59.1815368Z [00:02:03.541]➜  		"metadatas/computenestsupplier/CreateArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateArtifact.json",
2025-08-20T19:15:59.1816548Z [00:02:03.541]➜  		"metadatas/computenestsupplier/CreateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateService.json",
2025-08-20T19:15:59.1818056Z [00:02:03.541]➜  		"metadatas/computenestsupplier/CreateServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateServiceInstance.json",
2025-08-20T19:15:59.1819470Z [00:02:03.541]➜  		"metadatas/computenestsupplier/CreateServiceTestCase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateServiceTestCase.json",
2025-08-20T19:15:59.1820874Z [00:02:03.541]➜  		"metadatas/computenestsupplier/CreateServiceTestTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateServiceTestTask.json",
2025-08-20T19:15:59.1822217Z [00:02:03.541]➜  		"metadatas/computenestsupplier/CreateServiceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateServiceUsage.json",
2025-08-20T19:15:59.1823936Z [00:02:03.541]➜  		"metadatas/computenestsupplier/CreateSupplierRegistration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateSupplierRegistration.json",
2025-08-20T19:15:59.1825430Z [00:02:03.541]➜  		"metadatas/computenestsupplier/DeleteArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeleteArtifact.json",
2025-08-20T19:15:59.1826647Z [00:02:03.541]➜  		"metadatas/computenestsupplier/DeleteService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeleteService.json",
2025-08-20T19:15:59.1827985Z [00:02:03.541]➜  		"metadatas/computenestsupplier/DeleteServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeleteServiceInstances.json",
2025-08-20T19:15:59.1829334Z [00:02:03.541]➜  		"metadatas/computenestsupplier/DeleteServiceTestCase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeleteServiceTestCase.json",
2025-08-20T19:15:59.1830795Z [00:02:03.541]➜  		"metadatas/computenestsupplier/DeployServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeployServiceInstance.json",
2025-08-20T19:15:59.1832328Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GenerateDefaultServiceTestConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GenerateDefaultServiceTestConfig.json",
2025-08-20T19:15:59.1833837Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GenerateServicePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GenerateServicePolicy.json",
2025-08-20T19:15:59.1834900Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GetArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetArtifact.json",
2025-08-20T19:15:59.1836445Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GetArtifactRepositoryCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetArtifactRepositoryCredentials.json",
2025-08-20T19:15:59.1837509Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GetService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetService.json",
2025-08-20T19:15:59.1838770Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GetServiceEstimateCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceEstimateCost.json",
2025-08-20T19:15:59.1839961Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GetServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceInstance.json",
2025-08-20T19:15:59.1841161Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GetServiceProvisions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceProvisions.json",
2025-08-20T19:15:59.1842574Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GetServiceRegistration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceRegistration.json",
2025-08-20T19:15:59.1844125Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GetServiceTemplateCriterionIssues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceTemplateCriterionIssues.json",
2025-08-20T19:15:59.1845713Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GetServiceTemplateParameterConstraints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceTemplateParameterConstraints.json",
2025-08-20T19:15:59.1846896Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GetServiceTestTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceTestTask.json",
2025-08-20T19:15:59.1848155Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GetSupplierInformation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetSupplierInformation.json",
2025-08-20T19:15:59.1849404Z [00:02:03.541]➜  		"metadatas/computenestsupplier/GetUploadCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetUploadCredentials.json",
2025-08-20T19:15:59.1850583Z [00:02:03.541]➜  		"metadatas/computenestsupplier/LaunchService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/LaunchService.json",
2025-08-20T19:15:59.1851873Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListAcrImageRepositories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListAcrImageRepositories.json",
2025-08-20T19:15:59.1853236Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListAcrImageTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListAcrImageTags.json",
2025-08-20T19:15:59.1854508Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListArtifactRisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListArtifactRisks.json",
2025-08-20T19:15:59.1855929Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListArtifactVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListArtifactVersions.json",
2025-08-20T19:15:59.1857075Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListArtifacts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListArtifacts.json",
2025-08-20T19:15:59.1858184Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListResellers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListResellers.json",
2025-08-20T19:15:59.1859523Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListServiceInstanceBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceBill.json",
2025-08-20T19:15:59.1861146Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListServiceInstanceDeployDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceDeployDetails.json",
2025-08-20T19:15:59.1862705Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListServiceInstanceLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceLogs.json",
2025-08-20T19:15:59.1864172Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListServiceInstanceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceResources.json",
2025-08-20T19:15:59.1865743Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListServiceInstanceUpgradeHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceUpgradeHistory.json",
2025-08-20T19:15:59.1866954Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstances.json",
2025-08-20T19:15:59.1868284Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListServiceRegistrations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceRegistrations.json",
2025-08-20T19:15:59.1869501Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListServiceSharedAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceSharedAccounts.json",
2025-08-20T19:15:59.1870588Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListServiceTestCases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceTestCases.json",
2025-08-20T19:15:59.1871728Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListServiceTestTaskLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceTestTaskLogs.json",
2025-08-20T19:15:59.1872984Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListServiceTestTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceTestTasks.json",
2025-08-20T19:15:59.1874040Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListServiceUsages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceUsages.json",
2025-08-20T19:15:59.1875106Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServices.json",
2025-08-20T19:15:59.1876265Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListSupplierRegistrations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListSupplierRegistrations.json",
2025-08-20T19:15:59.1877197Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListTagKeys.json",
2025-08-20T19:15:59.1878205Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListTagResources.json",
2025-08-20T19:15:59.1879262Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListTagValues.json",
2025-08-20T19:15:59.1880490Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ModifyServiceInstanceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ModifyServiceInstanceResources.json",
2025-08-20T19:15:59.1881503Z [00:02:03.541]➜  		"metadatas/computenestsupplier/PreLaunchService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/PreLaunchService.json",
2025-08-20T19:15:59.1882682Z [00:02:03.541]➜  		"metadatas/computenestsupplier/PushMeteringData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/PushMeteringData.json",
2025-08-20T19:15:59.1883912Z [00:02:03.541]➜  		"metadatas/computenestsupplier/RegisterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RegisterService.json",
2025-08-20T19:15:59.1885122Z [00:02:03.541]➜  		"metadatas/computenestsupplier/RejectServiceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RejectServiceUsage.json",
2025-08-20T19:15:59.1886254Z [00:02:03.541]➜  		"metadatas/computenestsupplier/ReleaseArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ReleaseArtifact.json",
2025-08-20T19:15:59.1887599Z [00:02:03.541]➜  		"metadatas/computenestsupplier/RemoveServiceSharedAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RemoveServiceSharedAccounts.json",
2025-08-20T19:15:59.1888834Z [00:02:03.541]➜  		"metadatas/computenestsupplier/RestartServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RestartServiceInstance.json",
2025-08-20T19:15:59.1890099Z [00:02:03.541]➜  		"metadatas/computenestsupplier/RollbackServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RollbackServiceInstance.json",
2025-08-20T19:15:59.1891275Z [00:02:03.541]➜  		"metadatas/computenestsupplier/StartServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/StartServiceInstance.json",
2025-08-20T19:15:59.1892344Z [00:02:03.541]➜  		"metadatas/computenestsupplier/StopServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/StopServiceInstance.json",
2025-08-20T19:15:59.1893440Z [00:02:03.541]➜  		"metadatas/computenestsupplier/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/TagResources.json",
2025-08-20T19:15:59.1894408Z [00:02:03.542]➜  		"metadatas/computenestsupplier/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UnTagResources.json",
2025-08-20T19:15:59.1895381Z [00:02:03.542]➜  		"metadatas/computenestsupplier/UpdateArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateArtifact.json",
2025-08-20T19:15:59.1896440Z [00:02:03.542]➜  		"metadatas/computenestsupplier/UpdateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateService.json",
2025-08-20T19:15:59.1897656Z [00:02:03.542]➜  		"metadatas/computenestsupplier/UpdateServiceInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateServiceInstanceAttribute.json",
2025-08-20T19:15:59.1898785Z [00:02:03.542]➜  		"metadatas/computenestsupplier/UpdateServiceInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateServiceInstanceSpec.json",
2025-08-20T19:15:59.1899864Z [00:02:03.542]➜  		"metadatas/computenestsupplier/UpdateServiceTestCase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateServiceTestCase.json",
2025-08-20T19:15:59.1901147Z [00:02:03.542]➜  		"metadatas/computenestsupplier/UpdateSharedAccountPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateSharedAccountPermission.json",
2025-08-20T19:15:59.1902282Z [00:02:03.542]➜  		"metadatas/computenestsupplier/UpdateSupplierInformation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateSupplierInformation.json",
2025-08-20T19:15:59.1903507Z [00:02:03.542]➜  		"metadatas/computenestsupplier/UpgradeServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpgradeServiceInstance.json",
2025-08-20T19:15:59.1904479Z [00:02:03.542]➜  		"metadatas/computenestsupplier/WithdrawService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/WithdrawService.json",
2025-08-20T19:15:59.1905380Z [00:02:03.542]➜  		"metadatas/config/ActiveConfigRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ActiveConfigRules.json",
2025-08-20T19:15:59.1906210Z [00:02:03.542]➜  		"metadatas/config/DeleteConfigRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DeleteConfigRules.json",
2025-08-20T19:15:59.1907033Z [00:02:03.542]➜  		"metadatas/config/DescribeCompliance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeCompliance.json",
2025-08-20T19:15:59.1908130Z [00:02:03.542]➜  		"metadatas/config/DescribeComplianceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeComplianceSummary.json",
2025-08-20T19:15:59.1909169Z [00:02:03.542]➜  		"metadatas/config/DescribeConfigRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeConfigRule.json",
2025-08-20T19:15:59.1910412Z [00:02:03.542]➜  		"metadatas/config/DescribeConfigurationRecorder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeConfigurationRecorder.json",
2025-08-20T19:15:59.1911697Z [00:02:03.542]➜  		"metadatas/config/DescribeDeliveryChannels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeDeliveryChannels.json",
2025-08-20T19:15:59.1913088Z [00:02:03.542]➜  		"metadatas/config/DescribeDiscoveredResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeDiscoveredResource.json",
2025-08-20T19:15:59.1914214Z [00:02:03.542]➜  		"metadatas/config/DescribeEvaluationResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeEvaluationResults.json",
2025-08-20T19:15:59.1915383Z [00:02:03.542]➜  		"metadatas/config/GetAggregateDiscoveredResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetAggregateDiscoveredResource.json",
2025-08-20T19:15:59.1916513Z [00:02:03.542]➜  		"metadatas/config/GetDiscoveredResourceCounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetDiscoveredResourceCounts.json",
2025-08-20T19:15:59.1917674Z [00:02:03.542]➜  		"metadatas/config/GetDiscoveredResourceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetDiscoveredResourceSummary.json",
2025-08-20T19:15:59.1918920Z [00:02:03.542]➜  		"metadatas/config/GetResourceComplianceTimeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetResourceComplianceTimeline.json",
2025-08-20T19:15:59.1920130Z [00:02:03.542]➜  		"metadatas/config/GetResourceConfigurationTimeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetResourceConfigurationTimeline.json",
2025-08-20T19:15:59.1921239Z [00:02:03.542]➜  		"metadatas/config/GetSupportedResourceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetSupportedResourceTypes.json",
2025-08-20T19:15:59.1922743Z [00:02:03.542]➜  		"metadatas/config/ListAggregateDiscoveredResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ListAggregateDiscoveredResources.json",
2025-08-20T19:15:59.1923758Z [00:02:03.542]➜  		"metadatas/config/ListConfigRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ListConfigRules.json",
2025-08-20T19:15:59.1924812Z [00:02:03.542]➜  		"metadatas/config/ListDiscoveredResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ListDiscoveredResources.json",
2025-08-20T19:15:59.1925871Z [00:02:03.542]➜  		"metadatas/config/ListRemediationTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ListRemediationTemplates.json",
2025-08-20T19:15:59.1926745Z [00:02:03.542]➜  		"metadatas/config/PutConfigRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/PutConfigRule.json",
2025-08-20T19:15:59.1927802Z [00:02:03.542]➜  		"metadatas/config/PutConfigurationRecorder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/PutConfigurationRecorder.json",
2025-08-20T19:15:59.1928772Z [00:02:03.542]➜  		"metadatas/config/PutDeliveryChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/PutDeliveryChannel.json",
2025-08-20T19:15:59.1929661Z [00:02:03.542]➜  		"metadatas/config/PutEvaluations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/PutEvaluations.json",
2025-08-20T19:15:59.1930739Z [00:02:03.542]➜  		"metadatas/config/StartConfigRuleEvaluation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/StartConfigRuleEvaluation.json",
2025-08-20T19:15:59.1931826Z [00:02:03.542]➜  		"metadatas/config/StartConfigurationRecorder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/StartConfigurationRecorder.json",
2025-08-20T19:15:59.1932882Z [00:02:03.542]➜  		"metadatas/config/StopConfigRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/StopConfigRules.json",
2025-08-20T19:15:59.1933871Z [00:02:03.542]➜  		"metadatas/cr/CancelArtifactBuildTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CancelArtifactBuildTask.json",
2025-08-20T19:15:59.1934907Z [00:02:03.542]➜  		"metadatas/cr/CancelRepoBuildRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CancelRepoBuildRecord.json",
2025-08-20T19:15:59.1935999Z [00:02:03.542]➜  		"metadatas/cr/CancelRepoSyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CancelRepoSyncTask.json",
2025-08-20T19:15:59.1936905Z [00:02:03.542]➜  		"metadatas/cr/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ChangeResourceGroup.json",
2025-08-20T19:15:59.1937885Z [00:02:03.542]➜  		"metadatas/cr/CreateArtifactBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateArtifactBuildRule.json",
2025-08-20T19:15:59.1938945Z [00:02:03.542]➜  		"metadatas/cr/CreateArtifactLifecycleRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateArtifactLifecycleRule.json",
2025-08-20T19:15:59.1940060Z [00:02:03.542]➜  		"metadatas/cr/CreateArtifactSubscriptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateArtifactSubscriptionRule.json",
2025-08-20T19:15:59.1941171Z [00:02:03.542]➜  		"metadatas/cr/CreateArtifactSubscriptionTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateArtifactSubscriptionTask.json",
2025-08-20T19:15:59.1942191Z [00:02:03.542]➜  		"metadatas/cr/CreateBuildRecordByRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateBuildRecordByRecord.json",
2025-08-20T19:15:59.1943267Z [00:02:03.542]➜  		"metadatas/cr/CreateBuildRecordByRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateBuildRecordByRule.json",
2025-08-20T19:15:59.1944059Z [00:02:03.542]➜  		"metadatas/cr/CreateChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateChain.json",
2025-08-20T19:15:59.1945475Z [00:02:03.542]➜  		"metadatas/cr/CreateChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateChartNamespace.json",
2025-08-20T19:15:59.1946501Z [00:02:03.542]➜  		"metadatas/cr/CreateChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateChartRepository.json",
2025-08-20T19:15:59.1947560Z [00:02:03.542]➜  		"metadatas/cr/CreateInstanceEndpointAclPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateInstanceEndpointAclPolicy.json",
2025-08-20T19:15:59.1948731Z [00:02:03.542]➜  		"metadatas/cr/CreateInstanceVpcEndpointLinkedVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateInstanceVpcEndpointLinkedVpc.json",
2025-08-20T19:15:59.1949585Z [00:02:03.542]➜  		"metadatas/cr/CreateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateNamespace.json",
2025-08-20T19:15:59.1950520Z [00:02:03.542]➜  		"metadatas/cr/CreateRepoBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoBuildRule.json",
2025-08-20T19:15:59.1951584Z [00:02:03.542]➜  		"metadatas/cr/CreateRepoSourceCodeRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoSourceCodeRepo.json",
2025-08-20T19:15:59.1952702Z [00:02:03.542]➜  		"metadatas/cr/CreateRepoSyncRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoSyncRule.json",
2025-08-20T19:15:59.1953650Z [00:02:03.542]➜  		"metadatas/cr/CreateRepoSyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoSyncTask.json",
2025-08-20T19:15:59.1954654Z [00:02:03.542]➜  		"metadatas/cr/CreateRepoSyncTaskByRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoSyncTaskByRule.json",
2025-08-20T19:15:59.1955460Z [00:02:03.542]➜  		"metadatas/cr/CreateRepoTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoTag.json",
2025-08-20T19:15:59.1956313Z [00:02:03.542]➜  		"metadatas/cr/CreateRepoTagScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoTagScanTask.json",
2025-08-20T19:15:59.1957364Z [00:02:03.542]➜  		"metadatas/cr/CreateRepoTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoTrigger.json",
2025-08-20T19:15:59.1958394Z [00:02:03.542]➜  		"metadatas/cr/CreateRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepository.json",
2025-08-20T19:15:59.1959330Z [00:02:03.542]➜  		"metadatas/cr/DeleteArtifactLifecycleRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteArtifactLifecycleRule.json",
2025-08-20T19:15:59.1960457Z [00:02:03.542]➜  		"metadatas/cr/DeleteArtifactSubscriptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteArtifactSubscriptionRule.json",
2025-08-20T19:15:59.1961210Z [00:02:03.542]➜  		"metadatas/cr/DeleteChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteChain.json",
2025-08-20T19:15:59.1962155Z [00:02:03.542]➜  		"metadatas/cr/DeleteChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteChartNamespace.json",
2025-08-20T19:15:59.1963232Z [00:02:03.542]➜  		"metadatas/cr/DeleteChartRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteChartRelease.json",
2025-08-20T19:15:59.1964199Z [00:02:03.542]➜  		"metadatas/cr/DeleteChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteChartRepository.json",
2025-08-20T19:15:59.1965191Z [00:02:03.542]➜  		"metadatas/cr/DeleteEventCenterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteEventCenterRule.json",
2025-08-20T19:15:59.1966401Z [00:02:03.542]➜  		"metadatas/cr/DeleteInstanceEndpointAclPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteInstanceEndpointAclPolicy.json",
2025-08-20T19:15:59.1967780Z [00:02:03.542]➜  		"metadatas/cr/DeleteInstanceVpcEndpointLinkedVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteInstanceVpcEndpointLinkedVpc.json",
2025-08-20T19:15:59.1968755Z [00:02:03.542]➜  		"metadatas/cr/DeleteNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteNamespace.json",
2025-08-20T19:15:59.1969743Z [00:02:03.542]➜  		"metadatas/cr/DeleteRepoBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepoBuildRule.json",
2025-08-20T19:15:59.1970683Z [00:02:03.542]➜  		"metadatas/cr/DeleteRepoSyncRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepoSyncRule.json",
2025-08-20T19:15:59.1971491Z [00:02:03.542]➜  		"metadatas/cr/DeleteRepoTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepoTag.json",
2025-08-20T19:15:59.1972596Z [00:02:03.542]➜  		"metadatas/cr/DeleteRepoTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepoTrigger.json",
2025-08-20T19:15:59.1973556Z [00:02:03.542]➜  		"metadatas/cr/DeleteRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepository.json",
2025-08-20T19:15:59.1974837Z [00:02:03.542]➜  		"metadatas/cr/GetArtifactBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactBuildRule.json",
2025-08-20T19:15:59.1975807Z [00:02:03.542]➜  		"metadatas/cr/GetArtifactBuildTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactBuildTask.json",
2025-08-20T19:15:59.1976869Z [00:02:03.542]➜  		"metadatas/cr/GetArtifactLifecycleRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactLifecycleRule.json",
2025-08-20T19:15:59.1977962Z [00:02:03.542]➜  		"metadatas/cr/GetArtifactSubscriptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactSubscriptionRule.json",
2025-08-20T19:15:59.1979078Z [00:02:03.542]➜  		"metadatas/cr/GetArtifactSubscriptionTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactSubscriptionTask.json",
2025-08-20T19:15:59.1980283Z [00:02:03.542]➜  		"metadatas/cr/GetArtifactSubscriptionTaskResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactSubscriptionTaskResult.json",
2025-08-20T19:15:59.1981557Z [00:02:03.542]➜  		"metadatas/cr/GetAuthorizationToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetAuthorizationToken.json",
2025-08-20T19:15:59.1982374Z [00:02:03.542]➜  		"metadatas/cr/GetChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetChain.json",
2025-08-20T19:15:59.1983479Z [00:02:03.542]➜  		"metadatas/cr/GetChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetChartNamespace.json",
2025-08-20T19:15:59.1984455Z [00:02:03.542]➜  		"metadatas/cr/GetChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetChartRepository.json",
2025-08-20T19:15:59.1985251Z [00:02:03.542]➜  		"metadatas/cr/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstance.json",
2025-08-20T19:15:59.1986151Z [00:02:03.542]➜  		"metadatas/cr/GetInstanceCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstanceCount.json",
2025-08-20T19:15:59.1987099Z [00:02:03.542]➜  		"metadatas/cr/GetInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstanceEndpoint.json",
2025-08-20T19:15:59.1988020Z [00:02:03.542]➜  		"metadatas/cr/GetInstanceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstanceUsage.json",
2025-08-20T19:15:59.1988994Z [00:02:03.542]➜  		"metadatas/cr/GetInstanceVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstanceVpcEndpoint.json",
2025-08-20T19:15:59.1989860Z [00:02:03.542]➜  		"metadatas/cr/GetNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetNamespace.json",
2025-08-20T19:15:59.1990967Z [00:02:03.542]➜  		"metadatas/cr/GetRepoBuildRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoBuildRecord.json",
2025-08-20T19:15:59.1992244Z [00:02:03.542]➜  		"metadatas/cr/GetRepoBuildRecordStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoBuildRecordStatus.json",
2025-08-20T19:15:59.1993494Z [00:02:03.542]➜  		"metadatas/cr/GetRepoSourceCodeRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoSourceCodeRepo.json",
2025-08-20T19:15:59.1994368Z [00:02:03.542]➜  		"metadatas/cr/GetRepoSyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoSyncTask.json",
2025-08-20T19:15:59.1995197Z [00:02:03.542]➜  		"metadatas/cr/GetRepoTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoTag.json",
2025-08-20T19:15:59.1996202Z [00:02:03.542]➜  		"metadatas/cr/GetRepoTagScanStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoTagScanStatus.json",
2025-08-20T19:15:59.1997242Z [00:02:03.542]➜  		"metadatas/cr/GetRepoTagScanSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoTagScanSummary.json",
2025-08-20T19:15:59.1998128Z [00:02:03.542]➜  		"metadatas/cr/GetRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepository.json",
2025-08-20T19:15:59.1999261Z [00:02:03.543]➜  		"metadatas/cr/ListArtifactBuildTaskLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListArtifactBuildTaskLog.json",
2025-08-20T19:15:59.2000374Z [00:02:03.543]➜  		"metadatas/cr/ListArtifactLifecycleRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListArtifactLifecycleRule.json",
2025-08-20T19:15:59.2001467Z [00:02:03.543]➜  		"metadatas/cr/ListArtifactSubscriptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListArtifactSubscriptionRule.json",
2025-08-20T19:15:59.2002862Z [00:02:03.543]➜  		"metadatas/cr/ListArtifactSubscriptionTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListArtifactSubscriptionTask.json",
2025-08-20T19:15:59.2003755Z [00:02:03.543]➜  		"metadatas/cr/ListChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChain.json",
2025-08-20T19:15:59.2005023Z [00:02:03.543]➜  		"metadatas/cr/ListChainInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChainInstance.json",
2025-08-20T19:15:59.2006009Z [00:02:03.543]➜  		"metadatas/cr/ListChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChartNamespace.json",
2025-08-20T19:15:59.2006907Z [00:02:03.543]➜  		"metadatas/cr/ListChartRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChartRelease.json",
2025-08-20T19:15:59.2007948Z [00:02:03.543]➜  		"metadatas/cr/ListChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChartRepository.json",
2025-08-20T19:15:59.2008987Z [00:02:03.543]➜  		"metadatas/cr/ListEventCenterRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListEventCenterRecord.json",
2025-08-20T19:15:59.2010064Z [00:02:03.543]➜  		"metadatas/cr/ListEventCenterRuleName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListEventCenterRuleName.json",
2025-08-20T19:15:59.2010935Z [00:02:03.543]➜  		"metadatas/cr/ListInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListInstance.json",
2025-08-20T19:15:59.2011933Z [00:02:03.543]➜  		"metadatas/cr/ListInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListInstanceEndpoint.json",
2025-08-20T19:15:59.2013141Z [00:02:03.543]➜  		"metadatas/cr/ListInstanceRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListInstanceRegion.json",
2025-08-20T19:15:59.2014032Z [00:02:03.543]➜  		"metadatas/cr/ListNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListNamespace.json",
2025-08-20T19:15:59.2015159Z [00:02:03.543]➜  		"metadatas/cr/ListRepoBuildRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoBuildRecord.json",
2025-08-20T19:15:59.2016333Z [00:02:03.543]➜  		"metadatas/cr/ListRepoBuildRecordLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoBuildRecordLog.json",
2025-08-20T19:15:59.2017286Z [00:02:03.543]➜  		"metadatas/cr/ListRepoBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoBuildRule.json",
2025-08-20T19:15:59.2018214Z [00:02:03.543]➜  		"metadatas/cr/ListRepoSyncRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoSyncRule.json",
2025-08-20T19:15:59.2019203Z [00:02:03.543]➜  		"metadatas/cr/ListRepoSyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoSyncTask.json",
2025-08-20T19:15:59.2020106Z [00:02:03.543]➜  		"metadatas/cr/ListRepoTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoTag.json",
2025-08-20T19:15:59.2021201Z [00:02:03.543]➜  		"metadatas/cr/ListRepoTagScanResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoTagScanResult.json",
2025-08-20T19:15:59.2022157Z [00:02:03.543]➜  		"metadatas/cr/ListRepoTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoTrigger.json",
2025-08-20T19:15:59.2023315Z [00:02:03.543]➜  		"metadatas/cr/ListRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepository.json",
2025-08-20T19:15:59.2024441Z [00:02:03.543]➜  		"metadatas/cr/ListScanBaselineByTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListScanBaselineByTask.json",
2025-08-20T19:15:59.2025639Z [00:02:03.543]➜  		"metadatas/cr/ListScanMaliciousFileByTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListScanMaliciousFileByTask.json",
2025-08-20T19:15:59.2026602Z [00:02:03.543]➜  		"metadatas/cr/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListTagResources.json",
2025-08-20T19:15:59.2027593Z [00:02:03.543]➜  		"metadatas/cr/ResetLoginPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ResetLoginPassword.json",
2025-08-20T19:15:59.2028614Z [00:02:03.543]➜  		"metadatas/cr/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/TagResources.json",
2025-08-20T19:15:59.2029635Z [00:02:03.543]➜  		"metadatas/cr/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UntagResources.json",
2025-08-20T19:15:59.2030838Z [00:02:03.543]➜  		"metadatas/cr/UpdateArtifactLifecycleRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateArtifactLifecycleRule.json",
2025-08-20T19:15:59.2032005Z [00:02:03.543]➜  		"metadatas/cr/UpdateArtifactSubscriptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateArtifactSubscriptionRule.json",
2025-08-20T19:15:59.2032967Z [00:02:03.543]➜  		"metadatas/cr/UpdateChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateChain.json",
2025-08-20T19:15:59.2033959Z [00:02:03.543]➜  		"metadatas/cr/UpdateChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateChartNamespace.json",
2025-08-20T19:15:59.2034963Z [00:02:03.543]➜  		"metadatas/cr/UpdateChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateChartRepository.json",
2025-08-20T19:15:59.2035926Z [00:02:03.543]➜  		"metadatas/cr/UpdateEventCenterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateEventCenterRule.json",
2025-08-20T19:15:59.2037047Z [00:02:03.543]➜  		"metadatas/cr/UpdateInstanceEndpointStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateInstanceEndpointStatus.json",
2025-08-20T19:15:59.2037916Z [00:02:03.543]➜  		"metadatas/cr/UpdateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateNamespace.json",
2025-08-20T19:15:59.2038971Z [00:02:03.543]➜  		"metadatas/cr/UpdateRepoBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateRepoBuildRule.json",
2025-08-20T19:15:59.2040080Z [00:02:03.543]➜  		"metadatas/cr/UpdateRepoSourceCodeRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateRepoSourceCodeRepo.json",
2025-08-20T19:15:59.2040971Z [00:02:03.543]➜  		"metadatas/cr/UpdateRepoTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateRepoTrigger.json",
2025-08-20T19:15:59.2041846Z [00:02:03.543]➜  		"metadatas/cr/UpdateRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateRepository.json",
2025-08-20T19:15:59.2042862Z [00:02:03.543]➜  		"metadatas/cs/AttachInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/AttachInstances.json",
2025-08-20T19:15:59.2044012Z [00:02:03.543]➜  		"metadatas/cs/AttachInstancesToNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/AttachInstancesToNodePool.json",
2025-08-20T19:15:59.2045104Z [00:02:03.543]➜  		"metadatas/cs/CancelClusterUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CancelClusterUpgrade.json",
2025-08-20T19:15:59.2046323Z [00:02:03.543]➜  		"metadatas/cs/CancelComponentUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CancelComponentUpgrade.json",
2025-08-20T19:15:59.2047372Z [00:02:03.543]➜  		"metadatas/cs/CancelOperationPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CancelOperationPlan.json",
2025-08-20T19:15:59.2048223Z [00:02:03.543]➜  		"metadatas/cs/CancelTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CancelTask.json",
2025-08-20T19:15:59.2049356Z [00:02:03.543]➜  		"metadatas/cs/CheckControlPlaneLogEnable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CheckControlPlaneLogEnable.json",
2025-08-20T19:15:59.2050286Z [00:02:03.543]➜  		"metadatas/cs/CheckServiceRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CheckServiceRole.json",
2025-08-20T19:15:59.2051470Z [00:02:03.543]➜  		"metadatas/cs/CleanClusterUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CleanClusterUserPermissions.json",
2025-08-20T19:15:59.2052885Z [00:02:03.543]➜  		"metadatas/cs/CleanUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CleanUserPermissions.json",
2025-08-20T19:15:59.2054008Z [00:02:03.543]➜  		"metadatas/cs/CreateAutoscalingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateAutoscalingConfig.json",
2025-08-20T19:15:59.2054924Z [00:02:03.543]➜  		"metadatas/cs/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateCluster.json",
2025-08-20T19:15:59.2056006Z [00:02:03.543]➜  		"metadatas/cs/CreateClusterDiagnosis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateClusterDiagnosis.json",
2025-08-20T19:15:59.2057212Z [00:02:03.543]➜  		"metadatas/cs/CreateClusterInspectConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateClusterInspectConfig.json",
2025-08-20T19:15:59.2058290Z [00:02:03.543]➜  		"metadatas/cs/CreateClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateClusterNodePool.json",
2025-08-20T19:15:59.2059389Z [00:02:03.543]➜  		"metadatas/cs/CreateKubernetesTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateKubernetesTrigger.json",
2025-08-20T19:15:59.2060350Z [00:02:03.543]➜  		"metadatas/cs/CreateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateTemplate.json",
2025-08-20T19:15:59.2061248Z [00:02:03.543]➜  		"metadatas/cs/CreateTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateTrigger.json",
2025-08-20T19:15:59.2062246Z [00:02:03.543]➜  		"metadatas/cs/DeleteAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteAlertContact.json",
2025-08-20T19:15:59.2063685Z [00:02:03.543]➜  		"metadatas/cs/DeleteAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteAlertContactGroup.json",
2025-08-20T19:15:59.2064738Z [00:02:03.543]➜  		"metadatas/cs/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteCluster.json",
2025-08-20T19:15:59.2065908Z [00:02:03.543]➜  		"metadatas/cs/DeleteClusterInspectConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteClusterInspectConfig.json",
2025-08-20T19:15:59.2066987Z [00:02:03.543]➜  		"metadatas/cs/DeleteClusterNodepool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteClusterNodepool.json",
2025-08-20T19:15:59.2068027Z [00:02:03.543]➜  		"metadatas/cs/DeleteClusterNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteClusterNodes.json",
2025-08-20T19:15:59.2069212Z [00:02:03.543]➜  		"metadatas/cs/DeleteKubernetesTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteKubernetesTrigger.json",
2025-08-20T19:15:59.2070247Z [00:02:03.543]➜  		"metadatas/cs/DeletePolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeletePolicyInstance.json",
2025-08-20T19:15:59.2071340Z [00:02:03.543]➜  		"metadatas/cs/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteTemplate.json",
2025-08-20T19:15:59.2072285Z [00:02:03.543]➜  		"metadatas/cs/DeleteTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteTrigger.json",
2025-08-20T19:15:59.2073552Z [00:02:03.543]➜  		"metadatas/cs/DeployPolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeployPolicyInstance.json",
2025-08-20T19:15:59.2074426Z [00:02:03.543]➜  		"metadatas/cs/DescribeAddon.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeAddon.json",
2025-08-20T19:15:59.2075327Z [00:02:03.543]➜  		"metadatas/cs/DescribeAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeAddons.json",
2025-08-20T19:15:59.2076450Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterAddonInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonInstance.json",
2025-08-20T19:15:59.2077676Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterAddonMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonMetadata.json",
2025-08-20T19:15:59.2078885Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterAddonUpgradeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonUpgradeStatus.json",
2025-08-20T19:15:59.2080115Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterAddonsUpgradeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonsUpgradeStatus.json",
2025-08-20T19:15:59.2081218Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterAddonsVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonsVersion.json",
2025-08-20T19:15:59.2082306Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterAttachScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAttachScripts.json",
2025-08-20T19:15:59.2083558Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterDetail.json",
2025-08-20T19:15:59.2084527Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterEvents.json",
2025-08-20T19:15:59.2085475Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterLogs.json",
2025-08-20T19:15:59.2086609Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterNodePoolDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterNodePoolDetail.json",
2025-08-20T19:15:59.2087744Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterNodePools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterNodePools.json",
2025-08-20T19:15:59.2088872Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterNodes.json",
2025-08-20T19:15:59.2089908Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterResources.json",
2025-08-20T19:15:59.2090961Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterTasks.json",
2025-08-20T19:15:59.2092204Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterUserKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterUserKubeconfig.json",
2025-08-20T19:15:59.2093636Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterV2UserKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterV2UserKubeconfig.json",
2025-08-20T19:15:59.2094655Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusterVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterVuls.json",
2025-08-20T19:15:59.2095735Z [00:02:03.543]➜  		"metadatas/cs/DescribeClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusters.json",
2025-08-20T19:15:59.2096853Z [00:02:03.543]➜  		"metadatas/cs/DescribeClustersForRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClustersForRegion.json",
2025-08-20T19:15:59.2097797Z [00:02:03.543]➜  		"metadatas/cs/DescribeClustersV1.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClustersV1.json",
2025-08-20T19:15:59.2098686Z [00:02:03.543]➜  		"metadatas/cs/DescribeEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeEvents.json",
2025-08-20T19:15:59.2099789Z [00:02:03.543]➜  		"metadatas/cs/DescribeEventsForRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeEventsForRegion.json",
2025-08-20T19:15:59.2100814Z [00:02:03.543]➜  		"metadatas/cs/DescribeExternalAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeExternalAgent.json",
2025-08-20T19:15:59.2102242Z [00:02:03.543]➜  		"metadatas/cs/DescribeKubernetesVersionMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeKubernetesVersionMetadata.json",
2025-08-20T19:15:59.2103437Z [00:02:03.543]➜  		"metadatas/cs/DescribeNodePoolVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeNodePoolVuls.json",
2025-08-20T19:15:59.2104348Z [00:02:03.543]➜  		"metadatas/cs/DescribePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicies.json",
2025-08-20T19:15:59.2105324Z [00:02:03.543]➜  		"metadatas/cs/DescribePolicyDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicyDetails.json",
2025-08-20T19:15:59.2106560Z [00:02:03.543]➜  		"metadatas/cs/DescribePolicyGovernanceInCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicyGovernanceInCluster.json",
2025-08-20T19:15:59.2107650Z [00:02:03.543]➜  		"metadatas/cs/DescribePolicyInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicyInstances.json",
2025-08-20T19:15:59.2108856Z [00:02:03.543]➜  		"metadatas/cs/DescribePolicyInstancesStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicyInstancesStatus.json",
2025-08-20T19:15:59.2110179Z [00:02:03.543]➜  		"metadatas/cs/DescribeResourcesDeleteProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeResourcesDeleteProtection.json",
2025-08-20T19:15:59.2111607Z [00:02:03.543]➜  		"metadatas/cs/DescribeSubaccountK8sClusterUserConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeSubaccountK8sClusterUserConfig.json",
2025-08-20T19:15:59.2113192Z [00:02:03.543]➜  		"metadatas/cs/DescribeTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeTaskInfo.json",
2025-08-20T19:15:59.2114513Z [00:02:03.543]➜  		"metadatas/cs/DescribeTemplateAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeTemplateAttribute.json",
2025-08-20T19:15:59.2115484Z [00:02:03.543]➜  		"metadatas/cs/DescribeTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeTemplates.json",
2025-08-20T19:15:59.2116405Z [00:02:03.543]➜  		"metadatas/cs/DescribeTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeTrigger.json",
2025-08-20T19:15:59.2117604Z [00:02:03.543]➜  		"metadatas/cs/DescribeUserClusterNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeUserClusterNamespaces.json",
2025-08-20T19:15:59.2118673Z [00:02:03.543]➜  		"metadatas/cs/DescribeUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeUserPermission.json",
2025-08-20T19:15:59.2119792Z [00:02:03.543]➜  		"metadatas/cs/DescribeUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeUserQuota.json",
2025-08-20T19:15:59.2120735Z [00:02:03.543]➜  		"metadatas/cs/FixNodePoolVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/FixNodePoolVuls.json",
2025-08-20T19:15:59.2121843Z [00:02:03.543]➜  		"metadatas/cs/GetClusterAddonInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterAddonInstance.json",
2025-08-20T19:15:59.2123109Z [00:02:03.543]➜  		"metadatas/cs/GetClusterAuditProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterAuditProject.json",
2025-08-20T19:15:59.2124021Z [00:02:03.543]➜  		"metadatas/cs/GetClusterCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterCheck.json",
2025-08-20T19:15:59.2125183Z [00:02:03.543]➜  		"metadatas/cs/GetClusterDiagnosisCheckItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterDiagnosisCheckItems.json",
2025-08-20T19:15:59.2126267Z [00:02:03.543]➜  		"metadatas/cs/GetClusterDiagnosisResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterDiagnosisResult.json",
2025-08-20T19:15:59.2127377Z [00:02:03.543]➜  		"metadatas/cs/GetClusterInspectConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterInspectConfig.json",
2025-08-20T19:15:59.2128519Z [00:02:03.543]➜  		"metadatas/cs/GetClusterInspectReportDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterInspectReportDetail.json",
2025-08-20T19:15:59.2129468Z [00:02:03.543]➜  		"metadatas/cs/GetKubernetesTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetKubernetesTrigger.json",
2025-08-20T19:15:59.2130366Z [00:02:03.543]➜  		"metadatas/cs/GetUpgradeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetUpgradeStatus.json",
2025-08-20T19:15:59.2131362Z [00:02:03.543]➜  		"metadatas/cs/GrantPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GrantPermissions.json",
2025-08-20T19:15:59.2132374Z [00:02:03.543]➜  		"metadatas/cs/InstallClusterAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/InstallClusterAddons.json",
2025-08-20T19:15:59.2133407Z [00:02:03.543]➜  		"metadatas/cs/ListAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListAddons.json",
2025-08-20T19:15:59.2134496Z [00:02:03.543]➜  		"metadatas/cs/ListClusterAddonInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListClusterAddonInstances.json",
2025-08-20T19:15:59.2135483Z [00:02:03.543]➜  		"metadatas/cs/ListClusterChecks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListClusterChecks.json",
2025-08-20T19:15:59.2136760Z [00:02:03.543]➜  		"metadatas/cs/ListClusterInspectReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListClusterInspectReports.json",
2025-08-20T19:15:59.2137987Z [00:02:03.543]➜  		"metadatas/cs/ListClusterKubeconfigStates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListClusterKubeconfigStates.json",
2025-08-20T19:15:59.2138913Z [00:02:03.543]➜  		"metadatas/cs/ListOperationPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListOperationPlans.json",
2025-08-20T19:15:59.2139840Z [00:02:03.543]➜  		"metadatas/cs/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListTagResources.json",
2025-08-20T19:15:59.2140931Z [00:02:03.543]➜  		"metadatas/cs/ListUserKubeConfigStates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListUserKubeConfigStates.json",
2025-08-20T19:15:59.2141807Z [00:02:03.543]➜  		"metadatas/cs/MigrateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/MigrateCluster.json",
2025-08-20T19:15:59.2142938Z [00:02:03.543]➜  		"metadatas/cs/ModifyCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyCluster.json",
2025-08-20T19:15:59.2144029Z [00:02:03.543]➜  		"metadatas/cs/ModifyClusterAddon.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyClusterAddon.json",
2025-08-20T19:15:59.2145102Z [00:02:03.543]➜  		"metadatas/cs/ModifyClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyClusterNodePool.json",
2025-08-20T19:15:59.2146033Z [00:02:03.543]➜  		"metadatas/cs/ModifyClusterTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyClusterTags.json",
2025-08-20T19:15:59.2147104Z [00:02:03.543]➜  		"metadatas/cs/ModifyNodePoolNodeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyNodePoolNodeConfig.json",
2025-08-20T19:15:59.2148135Z [00:02:03.543]➜  		"metadatas/cs/ModifyPolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyPolicyInstance.json",
2025-08-20T19:15:59.2149086Z [00:02:03.543]➜  		"metadatas/cs/OpenAckService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/OpenAckService.json",
2025-08-20T19:15:59.2150248Z [00:02:03.543]➜  		"metadatas/cs/PauseClusterUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/PauseClusterUpgrade.json",
2025-08-20T19:15:59.2151326Z [00:02:03.543]➜  		"metadatas/cs/PauseComponentUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/PauseComponentUpgrade.json",
2025-08-20T19:15:59.2152155Z [00:02:03.543]➜  		"metadatas/cs/PauseTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/PauseTask.json",
2025-08-20T19:15:59.2153356Z [00:02:03.543]➜  		"metadatas/cs/RemoveNodePoolNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RemoveNodePoolNodes.json",
2025-08-20T19:15:59.2154399Z [00:02:03.543]➜  		"metadatas/cs/RepairClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RepairClusterNodePool.json",
2025-08-20T19:15:59.2155443Z [00:02:03.543]➜  		"metadatas/cs/ResumeComponentUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ResumeComponentUpgrade.json",
2025-08-20T19:15:59.2156235Z [00:02:03.543]➜  		"metadatas/cs/ResumeTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ResumeTask.json",
2025-08-20T19:15:59.2157179Z [00:02:03.543]➜  		"metadatas/cs/ResumeUpgradeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ResumeUpgradeCluster.json",
2025-08-20T19:15:59.2158257Z [00:02:03.543]➜  		"metadatas/cs/RevokeK8sClusterKubeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RevokeK8sClusterKubeConfig.json",
2025-08-20T19:15:59.2159110Z [00:02:03.543]➜  		"metadatas/cs/RunClusterCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RunClusterCheck.json",
2025-08-20T19:15:59.2160101Z [00:02:03.543]➜  		"metadatas/cs/RunClusterInspect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RunClusterInspect.json",
2025-08-20T19:15:59.2161127Z [00:02:03.543]➜  		"metadatas/cs/ScaleClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ScaleClusterNodePool.json",
2025-08-20T19:15:59.2161979Z [00:02:03.543]➜  		"metadatas/cs/ScanClusterVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ScanClusterVuls.json",
2025-08-20T19:15:59.2162885Z [00:02:03.543]➜  		"metadatas/cs/StartAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/StartAlert.json",
2025-08-20T19:15:59.2163649Z [00:02:03.543]➜  		"metadatas/cs/StopAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/StopAlert.json",
2025-08-20T19:15:59.2164561Z [00:02:03.543]➜  		"metadatas/cs/SyncClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/SyncClusterNodePool.json",
2025-08-20T19:15:59.2165374Z [00:02:03.543]➜  		"metadatas/cs/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/TagResources.json",
2025-08-20T19:15:59.2166423Z [00:02:03.543]➜  		"metadatas/cs/UnInstallClusterAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UnInstallClusterAddons.json",
2025-08-20T19:15:59.2167259Z [00:02:03.543]➜  		"metadatas/cs/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UntagResources.json",
2025-08-20T19:15:59.2168305Z [00:02:03.543]➜  		"metadatas/cs/UpdateClusterAuditLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateClusterAuditLogConfig.json",
2025-08-20T19:15:59.2169342Z [00:02:03.543]➜  		"metadatas/cs/UpdateClusterInspectConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateClusterInspectConfig.json",
2025-08-20T19:15:59.2170363Z [00:02:03.543]➜  		"metadatas/cs/UpdateContactGroupForAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateContactGroupForAlert.json",
2025-08-20T19:15:59.2171417Z [00:02:03.543]➜  		"metadatas/cs/UpdateControlPlaneLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateControlPlaneLog.json",
2025-08-20T19:15:59.2173258Z [00:02:03.543]➜  		"metadatas/cs/UpdateK8sClusterUserConfigExpire.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateK8sClusterUserConfigExpire.json",
2025-08-20T19:15:59.2174482Z [00:02:03.543]➜  		"metadatas/cs/UpdateResourcesDeleteProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateResourcesDeleteProtection.json",
2025-08-20T19:15:59.2175367Z [00:02:03.543]➜  		"metadatas/cs/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateTemplate.json",
2025-08-20T19:15:59.2176367Z [00:02:03.543]➜  		"metadatas/cs/UpdateUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateUserPermissions.json",
2025-08-20T19:15:59.2177293Z [00:02:03.543]➜  		"metadatas/cs/UpgradeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpgradeCluster.json",
2025-08-20T19:15:59.2178351Z [00:02:03.543]➜  		"metadatas/cs/UpgradeClusterAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpgradeClusterAddons.json",
2025-08-20T19:15:59.2179450Z [00:02:03.543]➜  		"metadatas/cs/UpgradeClusterNodepool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpgradeClusterNodepool.json",
2025-08-20T19:15:59.2180623Z [00:02:03.543]➜  		"metadatas/csas/AttachApplication2Connector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/AttachApplication2Connector.json",
2025-08-20T19:15:59.2181823Z [00:02:03.543]➜  		"metadatas/csas/AttachPolicy2ApprovalProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/AttachPolicy2ApprovalProcess.json",
2025-08-20T19:15:59.2183093Z [00:02:03.543]➜  		"metadatas/csas/CreateApprovalProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateApprovalProcess.json",
2025-08-20T19:15:59.2184240Z [00:02:03.543]➜  		"metadatas/csas/CreateClientUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateClientUser.json",
2025-08-20T19:15:59.2185326Z [00:02:03.543]➜  		"metadatas/csas/CreateDynamicRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateDynamicRoute.json",
2025-08-20T19:15:59.2186577Z [00:02:03.544]➜  		"metadatas/csas/CreateEnterpriseAcceleratePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateEnterpriseAcceleratePolicy.json",
2025-08-20T19:15:59.2187851Z [00:02:03.544]➜  		"metadatas/csas/CreateEnterpriseAccelerateTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateEnterpriseAccelerateTarget.json",
2025-08-20T19:15:59.2188875Z [00:02:03.544]➜  		"metadatas/csas/CreateIdpDepartment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateIdpDepartment.json",
2025-08-20T19:15:59.2190158Z [00:02:03.544]➜  		"metadatas/csas/CreatePrivateAccessApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreatePrivateAccessApplication.json",
2025-08-20T19:15:59.2191402Z [00:02:03.544]➜  		"metadatas/csas/CreatePrivateAccessPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreatePrivateAccessPolicy.json",
2025-08-20T19:15:59.2192662Z [00:02:03.544]➜  		"metadatas/csas/CreatePrivateAccessTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreatePrivateAccessTag.json",
2025-08-20T19:15:59.2193859Z [00:02:03.544]➜  		"metadatas/csas/CreateRegistrationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateRegistrationPolicy.json",
2025-08-20T19:15:59.2194812Z [00:02:03.544]➜  		"metadatas/csas/CreateUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateUserGroup.json",
2025-08-20T19:15:59.2195784Z [00:02:03.544]➜  		"metadatas/csas/CreateWmBaseImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateWmBaseImage.json",
2025-08-20T19:15:59.2196756Z [00:02:03.544]➜  		"metadatas/csas/CreateWmEmbedTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateWmEmbedTask.json",
2025-08-20T19:15:59.2197895Z [00:02:03.544]➜  		"metadatas/csas/CreateWmExtractTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateWmExtractTask.json",
2025-08-20T19:15:59.2198915Z [00:02:03.544]➜  		"metadatas/csas/CreateWmInfoMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateWmInfoMapping.json",
2025-08-20T19:15:59.2200013Z [00:02:03.544]➜  		"metadatas/csas/DeleteApprovalProcesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteApprovalProcesses.json",
2025-08-20T19:15:59.2201066Z [00:02:03.544]➜  		"metadatas/csas/DeleteClientUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteClientUser.json",
2025-08-20T19:15:59.2202060Z [00:02:03.544]➜  		"metadatas/csas/DeleteDynamicRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteDynamicRoute.json",
2025-08-20T19:15:59.2203558Z [00:02:03.544]➜  		"metadatas/csas/DeleteEnterpriseAcceleratePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteEnterpriseAcceleratePolicy.json",
2025-08-20T19:15:59.2204836Z [00:02:03.544]➜  		"metadatas/csas/DeleteEnterpriseAccelerateTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteEnterpriseAccelerateTarget.json",
2025-08-20T19:15:59.2205786Z [00:02:03.544]➜  		"metadatas/csas/DeleteIdpDepartment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteIdpDepartment.json",
2025-08-20T19:15:59.2206673Z [00:02:03.544]➜  		"metadatas/csas/DeleteOtpConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteOtpConfig.json",
2025-08-20T19:15:59.2207926Z [00:02:03.544]➜  		"metadatas/csas/DeletePrivateAccessApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeletePrivateAccessApplication.json",
2025-08-20T19:15:59.2209154Z [00:02:03.544]➜  		"metadatas/csas/DeletePrivateAccessPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeletePrivateAccessPolicy.json",
2025-08-20T19:15:59.2210181Z [00:02:03.544]➜  		"metadatas/csas/DeletePrivateAccessTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeletePrivateAccessTag.json",
2025-08-20T19:15:59.2211258Z [00:02:03.544]➜  		"metadatas/csas/DeleteRegistrationPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteRegistrationPolicies.json",
2025-08-20T19:15:59.2212159Z [00:02:03.544]➜  		"metadatas/csas/DeleteUserDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteUserDevices.json",
2025-08-20T19:15:59.2213235Z [00:02:03.544]➜  		"metadatas/csas/DeleteUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteUserGroup.json",
2025-08-20T19:15:59.2214361Z [00:02:03.544]➜  		"metadatas/csas/DetachApplication2Connector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DetachApplication2Connector.json",
2025-08-20T19:15:59.2215584Z [00:02:03.544]➜  		"metadatas/csas/DetachPolicy2ApprovalProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DetachPolicy2ApprovalProcess.json",
2025-08-20T19:15:59.2216824Z [00:02:03.544]➜  		"metadatas/csas/DisableEnterpriseAcceleratePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DisableEnterpriseAcceleratePolicy.json",
2025-08-20T19:15:59.2218085Z [00:02:03.544]➜  		"metadatas/csas/EnableEnterpriseAcceleratePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/EnableEnterpriseAcceleratePolicy.json",
2025-08-20T19:15:59.2219060Z [00:02:03.544]➜  		"metadatas/csas/ExportUserDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ExportUserDevices.json",
2025-08-20T19:15:59.2220061Z [00:02:03.544]➜  		"metadatas/csas/GetActiveIdpConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetActiveIdpConfig.json",
2025-08-20T19:15:59.2220962Z [00:02:03.544]➜  		"metadatas/csas/GetApproval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetApproval.json",
2025-08-20T19:15:59.2222067Z [00:02:03.544]➜  		"metadatas/csas/GetApprovalProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetApprovalProcess.json",
2025-08-20T19:15:59.2223409Z [00:02:03.544]➜  		"metadatas/csas/GetApprovalSchema.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetApprovalSchema.json",
2025-08-20T19:15:59.2224602Z [00:02:03.544]➜  		"metadatas/csas/GetBootAndAntiUninstallPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetBootAndAntiUninstallPolicy.json",
2025-08-20T19:15:59.2225450Z [00:02:03.544]➜  		"metadatas/csas/GetClientUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetClientUser.json",
2025-08-20T19:15:59.2226322Z [00:02:03.544]➜  		"metadatas/csas/GetDynamicRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetDynamicRoute.json",
2025-08-20T19:15:59.2227170Z [00:02:03.544]➜  		"metadatas/csas/GetIdpConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetIdpConfig.json",
2025-08-20T19:15:59.2228255Z [00:02:03.544]➜  		"metadatas/csas/GetPrivateAccessApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetPrivateAccessApplication.json",
2025-08-20T19:15:59.2229256Z [00:02:03.544]➜  		"metadatas/csas/GetPrivateAccessPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetPrivateAccessPolicy.json",
2025-08-20T19:15:59.2230222Z [00:02:03.544]➜  		"metadatas/csas/GetRegistrationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetRegistrationPolicy.json",
2025-08-20T19:15:59.2231148Z [00:02:03.544]➜  		"metadatas/csas/GetUserDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetUserDevice.json",
2025-08-20T19:15:59.2232053Z [00:02:03.544]➜  		"metadatas/csas/GetUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetUserGroup.json",
2025-08-20T19:15:59.2233119Z [00:02:03.544]➜  		"metadatas/csas/GetWmEmbedTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetWmEmbedTask.json",
2025-08-20T19:15:59.2234019Z [00:02:03.544]➜  		"metadatas/csas/GetWmExtractTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetWmExtractTask.json",
2025-08-20T19:15:59.2235227Z [00:02:03.544]➜  		"metadatas/csas/ImportEnterpriseAccelerateTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ImportEnterpriseAccelerateTargets.json",
2025-08-20T19:15:59.2236528Z [00:02:03.544]➜  		"metadatas/csas/ListApplicationsForPrivateAccessPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApplicationsForPrivateAccessPolicy.json",
2025-08-20T19:15:59.2237789Z [00:02:03.544]➜  		"metadatas/csas/ListApplicationsForPrivateAccessTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApplicationsForPrivateAccessTag.json",
2025-08-20T19:15:59.2238917Z [00:02:03.544]➜  		"metadatas/csas/ListApprovalProcesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovalProcesses.json",
2025-08-20T19:15:59.2240360Z [00:02:03.544]➜  		"metadatas/csas/ListApprovalProcessesForApprovalSchemas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovalProcessesForApprovalSchemas.json",
2025-08-20T19:15:59.2241360Z [00:02:03.544]➜  		"metadatas/csas/ListApprovalSchemas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovalSchemas.json",
2025-08-20T19:15:59.2243039Z [00:02:03.544]➜  		"metadatas/csas/ListApprovalSchemasForApprovalProcesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovalSchemasForApprovalProcesses.json",
2025-08-20T19:15:59.2244017Z [00:02:03.544]➜  		"metadatas/csas/ListApprovals.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovals.json",
2025-08-20T19:15:59.2245157Z [00:02:03.544]➜  		"metadatas/csas/ListClientUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListClientUsers.json",
2025-08-20T19:15:59.2246114Z [00:02:03.544]➜  		"metadatas/csas/ListConnectors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListConnectors.json",
2025-08-20T19:15:59.2247344Z [00:02:03.544]➜  		"metadatas/csas/ListDynamicDisposalProcesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListDynamicDisposalProcesses.json",
2025-08-20T19:15:59.2248402Z [00:02:03.544]➜  		"metadatas/csas/ListDynamicRouteRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListDynamicRouteRegions.json",
2025-08-20T19:15:59.2249272Z [00:02:03.544]➜  		"metadatas/csas/ListDynamicRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListDynamicRoutes.json",
2025-08-20T19:15:59.2250285Z [00:02:03.544]➜  		"metadatas/csas/ListEnterpriseAccelerateLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListEnterpriseAccelerateLogs.json",
2025-08-20T19:15:59.2251370Z [00:02:03.544]➜  		"metadatas/csas/ListEnterpriseAcceleratePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListEnterpriseAcceleratePolicies.json",
2025-08-20T19:15:59.2253375Z [00:02:03.544]➜  		"metadatas/csas/ListEnterpriseAccelerateTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListEnterpriseAccelerateTargets.json",
2025-08-20T19:15:59.2254916Z [00:02:03.544]➜  		"metadatas/csas/ListExcessiveDeviceRegistrationApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListExcessiveDeviceRegistrationApplications.json",
2025-08-20T19:15:59.2256006Z [00:02:03.544]➜  		"metadatas/csas/ListIdpConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListIdpConfigs.json",
2025-08-20T19:15:59.2257132Z [00:02:03.544]➜  		"metadatas/csas/ListIdpDepartments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListIdpDepartments.json",
2025-08-20T19:15:59.2258107Z [00:02:03.544]➜  		"metadatas/csas/ListNacUserCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListNacUserCert.json",
2025-08-20T19:15:59.2259520Z [00:02:03.544]➜  		"metadatas/csas/ListPolicesForPrivateAccessApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPolicesForPrivateAccessApplication.json",
2025-08-20T19:15:59.2260760Z [00:02:03.544]➜  		"metadatas/csas/ListPolicesForPrivateAccessTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPolicesForPrivateAccessTag.json",
2025-08-20T19:15:59.2261876Z [00:02:03.544]➜  		"metadatas/csas/ListPolicesForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPolicesForUserGroup.json",
2025-08-20T19:15:59.2263278Z [00:02:03.544]➜  		"metadatas/csas/ListPopTrafficStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPopTrafficStatistics.json",
2025-08-20T19:15:59.2264850Z [00:02:03.544]➜  		"metadatas/csas/ListPrivateAccessApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessApplications.json",
2025-08-20T19:15:59.2266535Z [00:02:03.544]➜  		"metadatas/csas/ListPrivateAccessApplicationsForDynamicRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessApplicationsForDynamicRoute.json",
2025-08-20T19:15:59.2267704Z [00:02:03.544]➜  		"metadatas/csas/ListPrivateAccessPolices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessPolices.json",
2025-08-20T19:15:59.2268792Z [00:02:03.544]➜  		"metadatas/csas/ListPrivateAccessTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessTags.json",
2025-08-20T19:15:59.2270253Z [00:02:03.544]➜  		"metadatas/csas/ListPrivateAccessTagsForDynamicRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessTagsForDynamicRoute.json",
2025-08-20T19:15:59.2271586Z [00:02:03.544]➜  		"metadatas/csas/ListRegistrationPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListRegistrationPolicies.json",
2025-08-20T19:15:59.2273111Z [00:02:03.544]➜  		"metadatas/csas/ListRegistrationPoliciesForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListRegistrationPoliciesForUserGroup.json",
2025-08-20T19:15:59.2274195Z [00:02:03.544]➜  		"metadatas/csas/ListSoftwareForUserDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListSoftwareForUserDevice.json",
2025-08-20T19:15:59.2275449Z [00:02:03.544]➜  		"metadatas/csas/ListTagsForPrivateAccessApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListTagsForPrivateAccessApplication.json",
2025-08-20T19:15:59.2276635Z [00:02:03.544]➜  		"metadatas/csas/ListTagsForPrivateAccessPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListTagsForPrivateAccessPolicy.json",
2025-08-20T19:15:59.2277711Z [00:02:03.544]➜  		"metadatas/csas/ListUninstallApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUninstallApplications.json",
2025-08-20T19:15:59.2278674Z [00:02:03.544]➜  		"metadatas/csas/ListUserApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserApplications.json",
2025-08-20T19:15:59.2279549Z [00:02:03.544]➜  		"metadatas/csas/ListUserDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserDevices.json",
2025-08-20T19:15:59.2280399Z [00:02:03.544]➜  		"metadatas/csas/ListUserGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserGroups.json",
2025-08-20T19:15:59.2281835Z [00:02:03.544]➜  		"metadatas/csas/ListUserGroupsForPrivateAccessPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserGroupsForPrivateAccessPolicy.json",
2025-08-20T19:15:59.2283592Z [00:02:03.544]➜  		"metadatas/csas/ListUserGroupsForRegistrationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserGroupsForRegistrationPolicy.json",
2025-08-20T19:15:59.2284857Z [00:02:03.544]➜  		"metadatas/csas/ListUserPrivateAccessPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserPrivateAccessPolicies.json",
2025-08-20T19:15:59.2285684Z [00:02:03.544]➜  		"metadatas/csas/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUsers.json",
2025-08-20T19:15:59.2286694Z [00:02:03.544]➜  		"metadatas/csas/LookupWmInfoMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/LookupWmInfoMapping.json",
2025-08-20T19:15:59.2287977Z [00:02:03.544]➜  		"metadatas/csas/ModifyEnterpriseAcceleratePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ModifyEnterpriseAcceleratePolicy.json",
2025-08-20T19:15:59.2289121Z [00:02:03.544]➜  		"metadatas/csas/RevokeUserSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/RevokeUserSession.json",
2025-08-20T19:15:59.2290222Z [00:02:03.544]➜  		"metadatas/csas/UpdateApprovalProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateApprovalProcess.json",
2025-08-20T19:15:59.2291257Z [00:02:03.544]➜  		"metadatas/csas/UpdateApprovalStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateApprovalStatus.json",
2025-08-20T19:15:59.2292723Z [00:02:03.544]➜  		"metadatas/csas/UpdateBootAndAntiUninstallPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateBootAndAntiUninstallPolicy.json",
2025-08-20T19:15:59.2293698Z [00:02:03.544]➜  		"metadatas/csas/UpdateClientUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateClientUser.json",
2025-08-20T19:15:59.2294845Z [00:02:03.544]➜  		"metadatas/csas/UpdateClientUserPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateClientUserPassword.json",
2025-08-20T19:15:59.2323193Z [00:02:03.544]➜  		"metadatas/csas/UpdateClientUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateClientUserStatus.json",
2025-08-20T19:15:59.2324547Z [00:02:03.544]➜  		"metadatas/csas/UpdateDynamicRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateDynamicRoute.json",
2025-08-20T19:15:59.2326290Z [00:02:03.544]➜  		"metadatas/csas/UpdateExcessiveDeviceRegistrationApplicationsStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateExcessiveDeviceRegistrationApplicationsStatus.json",
2025-08-20T19:15:59.2327384Z [00:02:03.544]➜  		"metadatas/csas/UpdateIdpDepartment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateIdpDepartment.json",
2025-08-20T19:15:59.2328517Z [00:02:03.544]➜  		"metadatas/csas/UpdateNacUserCertStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateNacUserCertStatus.json",
2025-08-20T19:15:59.2329871Z [00:02:03.544]➜  		"metadatas/csas/UpdatePrivateAccessApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdatePrivateAccessApplication.json",
2025-08-20T19:15:59.2331087Z [00:02:03.544]➜  		"metadatas/csas/UpdatePrivateAccessPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdatePrivateAccessPolicy.json",
2025-08-20T19:15:59.2332303Z [00:02:03.544]➜  		"metadatas/csas/UpdateRegistrationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateRegistrationPolicy.json",
2025-08-20T19:15:59.2333965Z [00:02:03.544]➜  		"metadatas/csas/UpdateUninstallApplicationsStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUninstallApplicationsStatus.json",
2025-08-20T19:15:59.2335442Z [00:02:03.544]➜  		"metadatas/csas/UpdateUserDevicesSharingStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUserDevicesSharingStatus.json",
2025-08-20T19:15:59.2336701Z [00:02:03.544]➜  		"metadatas/csas/UpdateUserDevicesStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUserDevicesStatus.json",
2025-08-20T19:15:59.2338169Z [00:02:03.544]➜  		"metadatas/csas/UpdateUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUserGroup.json",
2025-08-20T19:15:59.2339263Z [00:02:03.544]➜  		"metadatas/csas/UpdateUsersStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUsersStatus.json",
2025-08-20T19:15:59.2340182Z [00:02:03.544]➜  		"metadatas/das/AddHDMInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/AddHDMInstance.json",
2025-08-20T19:15:59.2341260Z [00:02:03.544]➜  		"metadatas/das/CreateCacheAnalysisJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateCacheAnalysisJob.json",
2025-08-20T19:15:59.2342360Z [00:02:03.544]➜  		"metadatas/das/CreateCloudBenchTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateCloudBenchTasks.json",
2025-08-20T19:15:59.2343864Z [00:02:03.544]➜  		"metadatas/das/CreateDiagnosticReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateDiagnosticReport.json",
2025-08-20T19:15:59.2345107Z [00:02:03.544]➜  		"metadatas/das/CreateKillInstanceSessionTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateKillInstanceSessionTask.json",
2025-08-20T19:15:59.2346337Z [00:02:03.544]➜  		"metadatas/das/CreateLatestDeadLockAnalysis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateLatestDeadLockAnalysis.json",
2025-08-20T19:15:59.2347453Z [00:02:03.544]➜  		"metadatas/das/CreateQueryOptimizeTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateQueryOptimizeTag.json",
2025-08-20T19:15:59.2348558Z [00:02:03.544]➜  		"metadatas/das/CreateRequestDiagnosis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateRequestDiagnosis.json",
2025-08-20T19:15:59.2349694Z [00:02:03.544]➜  		"metadatas/das/CreateSqlLogTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateSqlLogTask.json",
2025-08-20T19:15:59.2350812Z [00:02:03.544]➜  		"metadatas/das/CreateStorageAnalysisTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateStorageAnalysisTask.json",
2025-08-20T19:15:59.2351841Z [00:02:03.544]➜  		"metadatas/das/DeleteCloudBenchTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DeleteCloudBenchTask.json",
2025-08-20T19:15:59.2353005Z [00:02:03.544]➜  		"metadatas/das/DeleteStopGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DeleteStopGateway.json",
2025-08-20T19:15:59.2383096Z [00:02:03.544]➜  		"metadatas/das/DescribeAutoScalingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeAutoScalingConfig.json",
2025-08-20T19:15:59.2384328Z [00:02:03.544]➜  		"metadatas/das/DescribeAutoScalingHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeAutoScalingHistory.json",
2025-08-20T19:15:59.2385605Z [00:02:03.544]➜  		"metadatas/das/DescribeCacheAnalysisJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCacheAnalysisJob.json",
2025-08-20T19:15:59.2386921Z [00:02:03.544]➜  		"metadatas/das/DescribeCacheAnalysisJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCacheAnalysisJobs.json",
2025-08-20T19:15:59.2387990Z [00:02:03.544]➜  		"metadatas/das/DescribeCloudBenchTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCloudBenchTasks.json",
2025-08-20T19:15:59.2389041Z [00:02:03.544]➜  		"metadatas/das/DescribeCloudbenchTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCloudbenchTask.json",
2025-08-20T19:15:59.2390348Z [00:02:03.544]➜  		"metadatas/das/DescribeCloudbenchTaskConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCloudbenchTaskConfig.json",
2025-08-20T19:15:59.2391646Z [00:02:03.544]➜  		"metadatas/das/DescribeDiagnosticReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeDiagnosticReportList.json",
2025-08-20T19:15:59.2392959Z [00:02:03.544]➜  		"metadatas/das/DescribeErrorLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeErrorLogRecords.json",
2025-08-20T19:15:59.2393900Z [00:02:03.544]➜  		"metadatas/das/DescribeHotBigKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeHotBigKeys.json",
2025-08-20T19:15:59.2394776Z [00:02:03.544]➜  		"metadatas/das/DescribeHotKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeHotKeys.json",
2025-08-20T19:15:59.2395785Z [00:02:03.544]➜  		"metadatas/das/DescribeInstanceDasPro.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeInstanceDasPro.json",
2025-08-20T19:15:59.2396817Z [00:02:03.544]➜  		"metadatas/das/DescribeQueryExplain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeQueryExplain.json",
2025-08-20T19:15:59.2397943Z [00:02:03.544]➜  		"metadatas/das/DescribeSlowLogHistogramAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSlowLogHistogramAsync.json",
2025-08-20T19:15:59.2398916Z [00:02:03.545]➜  		"metadatas/das/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSlowLogRecords.json",
2025-08-20T19:15:59.2399933Z [00:02:03.545]➜  		"metadatas/das/DescribeSlowLogStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSlowLogStatistic.json",
2025-08-20T19:15:59.2400865Z [00:02:03.545]➜  		"metadatas/das/DescribeSqlLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogConfig.json",
2025-08-20T19:15:59.2401838Z [00:02:03.545]➜  		"metadatas/das/DescribeSqlLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogRecords.json",
2025-08-20T19:15:59.2403137Z [00:02:03.545]➜  		"metadatas/das/DescribeSqlLogStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogStatistic.json",
2025-08-20T19:15:59.2404183Z [00:02:03.545]➜  		"metadatas/das/DescribeSqlLogTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogTask.json",
2025-08-20T19:15:59.2405169Z [00:02:03.545]➜  		"metadatas/das/DescribeSqlLogTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogTasks.json",
2025-08-20T19:15:59.2406119Z [00:02:03.545]➜  		"metadatas/das/DescribeTopBigKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeTopBigKeys.json",
2025-08-20T19:15:59.2407167Z [00:02:03.545]➜  		"metadatas/das/DescribeTopHotKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeTopHotKeys.json",
2025-08-20T19:15:59.2408650Z [00:02:03.545]➜  		"metadatas/das/DisableAllSqlConcurrencyControlRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableAllSqlConcurrencyControlRules.json",
2025-08-20T19:15:59.2409904Z [00:02:03.545]➜  		"metadatas/das/DisableAutoResourceOptimizeRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableAutoResourceOptimizeRules.json",
2025-08-20T19:15:59.2410964Z [00:02:03.545]➜  		"metadatas/das/DisableAutoThrottleRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableAutoThrottleRules.json",
2025-08-20T19:15:59.2411870Z [00:02:03.545]➜  		"metadatas/das/DisableDasPro.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableDasPro.json",
2025-08-20T19:15:59.2443269Z [00:02:03.545]➜  		"metadatas/das/DisableInstanceDasConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableInstanceDasConfig.json",
2025-08-20T19:15:59.2444823Z [00:02:03.545]➜  		"metadatas/das/DisableSqlConcurrencyControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableSqlConcurrencyControl.json",
2025-08-20T19:15:59.2445765Z [00:02:03.545]➜  		"metadatas/das/EnableDasPro.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/EnableDasPro.json",
2025-08-20T19:15:59.2446948Z [00:02:03.545]➜  		"metadatas/das/EnableSqlConcurrencyControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/EnableSqlConcurrencyControl.json",
2025-08-20T19:15:59.2448162Z [00:02:03.545]➜  		"metadatas/das/GetAsyncErrorRequestListByCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAsyncErrorRequestListByCode.json",
2025-08-20T19:15:59.2449386Z [00:02:03.545]➜  		"metadatas/das/GetAsyncErrorRequestStatByCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAsyncErrorRequestStatByCode.json",
2025-08-20T19:15:59.2450588Z [00:02:03.545]➜  		"metadatas/das/GetAsyncErrorRequestStatResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAsyncErrorRequestStatResult.json",
2025-08-20T19:15:59.2451963Z [00:02:03.545]➜  		"metadatas/das/GetAutoIncrementUsageStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutoIncrementUsageStatistic.json",
2025-08-20T19:15:59.2453466Z [00:02:03.545]➜  		"metadatas/das/GetAutoResourceOptimizeRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutoResourceOptimizeRules.json",
2025-08-20T19:15:59.2454534Z [00:02:03.545]➜  		"metadatas/das/GetAutoThrottleRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutoThrottleRules.json",
2025-08-20T19:15:59.2455834Z [00:02:03.545]➜  		"metadatas/das/GetAutonomousNotifyEventContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutonomousNotifyEventContent.json",
2025-08-20T19:15:59.2457170Z [00:02:03.545]➜  		"metadatas/das/GetAutonomousNotifyEventsInRange.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutonomousNotifyEventsInRange.json",
2025-08-20T19:15:59.2458518Z [00:02:03.545]➜  		"metadatas/das/GetBlockingDetailList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetBlockingDetailList.json",
2025-08-20T19:15:59.2459877Z [00:02:03.545]➜  		"metadatas/das/GetDBInstanceConnectivityDiagnosis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDBInstanceConnectivityDiagnosis.json",
2025-08-20T19:15:59.2460949Z [00:02:03.545]➜  		"metadatas/das/GetDasProServiceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDasProServiceUsage.json",
2025-08-20T19:15:59.2461956Z [00:02:03.545]➜  		"metadatas/das/GetDasSQLLogHotData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDasSQLLogHotData.json",
2025-08-20T19:15:59.2463158Z [00:02:03.545]➜  		"metadatas/das/GetDeadLockDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDeadLockDetail.json",
2025-08-20T19:15:59.2464233Z [00:02:03.545]➜  		"metadatas/das/GetDeadLockDetailList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDeadLockDetailList.json",
2025-08-20T19:15:59.2465225Z [00:02:03.545]➜  		"metadatas/das/GetDeadLockHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDeadLockHistory.json",
2025-08-20T19:15:59.2466260Z [00:02:03.545]➜  		"metadatas/das/GetDeadlockHistogram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDeadlockHistogram.json",
2025-08-20T19:15:59.2467316Z [00:02:03.545]➜  		"metadatas/das/GetEndpointSwitchTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetEndpointSwitchTask.json",
2025-08-20T19:15:59.2468369Z [00:02:03.545]➜  		"metadatas/das/GetErrorRequestSample.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetErrorRequestSample.json",
2025-08-20T19:15:59.2469580Z [00:02:03.545]➜  		"metadatas/das/GetEventSubscription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetEventSubscription.json",
2025-08-20T19:15:59.2471084Z [00:02:03.545]➜  		"metadatas/das/GetFullRequestOriginStatByInstanceId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetFullRequestOriginStatByInstanceId.json",
2025-08-20T19:15:59.2472374Z [00:02:03.545]➜  		"metadatas/das/GetFullRequestSampleByInstanceId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetFullRequestSampleByInstanceId.json",
2025-08-20T19:15:59.2477019Z [00:02:03.545]➜  		"metadatas/das/GetFullRequestStatResultByInstanceId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetFullRequestStatResultByInstanceId.json",
2025-08-20T19:15:59.2478232Z [00:02:03.545]➜  		"metadatas/das/GetHDMAliyunResourceSyncResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetHDMAliyunResourceSyncResult.json",
2025-08-20T19:15:59.2479560Z [00:02:03.545]➜  		"metadatas/das/GetHDMLastAliyunResourceSyncResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetHDMLastAliyunResourceSyncResult.json",
2025-08-20T19:15:59.2481226Z [00:02:03.545]➜  		"metadatas/das/GetInstanceInspections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetInstanceInspections.json",
2025-08-20T19:15:59.2482752Z [00:02:03.545]➜  		"metadatas/das/GetInstanceMissingIndexList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetInstanceMissingIndexList.json",
2025-08-20T19:15:59.2484006Z [00:02:03.545]➜  		"metadatas/das/GetInstanceSqlOptimizeStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetInstanceSqlOptimizeStatistic.json",
2025-08-20T19:15:59.2485261Z [00:02:03.545]➜  		"metadatas/das/GetKillInstanceSessionTaskResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetKillInstanceSessionTaskResult.json",
2025-08-20T19:15:59.2486242Z [00:02:03.545]➜  		"metadatas/das/GetMongoDBCurrentOp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetMongoDBCurrentOp.json",
2025-08-20T19:15:59.2487307Z [00:02:03.545]➜  		"metadatas/das/GetMySQLAllSessionAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetMySQLAllSessionAsync.json",
2025-08-20T19:15:59.2488464Z [00:02:03.545]➜  		"metadatas/das/GetPartitionsHeatmap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetPartitionsHeatmap.json",
2025-08-20T19:15:59.2489442Z [00:02:03.545]➜  		"metadatas/das/GetPfsMetricTrends.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetPfsMetricTrends.json",
2025-08-20T19:15:59.2490360Z [00:02:03.545]➜  		"metadatas/das/GetPfsSqlSample.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetPfsSqlSample.json",
2025-08-20T19:15:59.2491363Z [00:02:03.545]➜  		"metadatas/das/GetPfsSqlSummaries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetPfsSqlSummaries.json",
2025-08-20T19:15:59.2492691Z [00:02:03.545]➜  		"metadatas/das/GetQueryOptimizeDataStats.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeDataStats.json",
2025-08-20T19:15:59.2493926Z [00:02:03.545]➜  		"metadatas/das/GetQueryOptimizeDataTop.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeDataTop.json",
2025-08-20T19:15:59.2495020Z [00:02:03.545]➜  		"metadatas/das/GetQueryOptimizeDataTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeDataTrend.json",
2025-08-20T19:15:59.2496229Z [00:02:03.545]➜  		"metadatas/das/GetQueryOptimizeExecErrorSample.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeExecErrorSample.json",
2025-08-20T19:15:59.2497511Z [00:02:03.545]➜  		"metadatas/das/GetQueryOptimizeExecErrorStats.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeExecErrorStats.json",
2025-08-20T19:15:59.2498832Z [00:02:03.545]➜  		"metadatas/das/GetQueryOptimizeRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeRuleList.json",
2025-08-20T19:15:59.2500015Z [00:02:03.545]➜  		"metadatas/das/GetQueryOptimizeShareUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeShareUrl.json",
2025-08-20T19:15:59.2501131Z [00:02:03.545]➜  		"metadatas/das/GetQueryOptimizeSolution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeSolution.json",
2025-08-20T19:15:59.2502149Z [00:02:03.545]➜  		"metadatas/das/GetQueryOptimizeTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeTag.json",
2025-08-20T19:15:59.2503440Z [00:02:03.545]➜  		"metadatas/das/GetRedisAllSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetRedisAllSession.json",
2025-08-20T19:15:59.2504548Z [00:02:03.545]➜  		"metadatas/das/GetRequestDiagnosisPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetRequestDiagnosisPage.json",
2025-08-20T19:15:59.2505850Z [00:02:03.545]➜  		"metadatas/das/GetRequestDiagnosisResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetRequestDiagnosisResult.json",
2025-08-20T19:15:59.2507227Z [00:02:03.545]➜  		"metadatas/das/GetRunningSqlConcurrencyControlRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetRunningSqlConcurrencyControlRules.json",
2025-08-20T19:15:59.2508790Z [00:02:03.545]➜  		"metadatas/das/GetSqlConcurrencyControlKeywordsFromSqlText.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetSqlConcurrencyControlKeywordsFromSqlText.json",
2025-08-20T19:15:59.2510138Z [00:02:03.545]➜  		"metadatas/das/GetSqlConcurrencyControlRulesHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetSqlConcurrencyControlRulesHistory.json",
2025-08-20T19:15:59.2511167Z [00:02:03.545]➜  		"metadatas/das/GetSqlOptimizeAdvice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetSqlOptimizeAdvice.json",
2025-08-20T19:15:59.2512285Z [00:02:03.545]➜  		"metadatas/das/GetStorageAnalysisResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetStorageAnalysisResult.json",
2025-08-20T19:15:59.2513670Z [00:02:03.545]➜  		"metadatas/das/KillInstanceAllSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/KillInstanceAllSession.json",
2025-08-20T19:15:59.2514771Z [00:02:03.545]➜  		"metadatas/das/ModifyAutoScalingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/ModifyAutoScalingConfig.json",
2025-08-20T19:15:59.2515769Z [00:02:03.545]➜  		"metadatas/das/ModifySqlLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/ModifySqlLogConfig.json",
2025-08-20T19:15:59.2516731Z [00:02:03.545]➜  		"metadatas/das/RunCloudBenchTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/RunCloudBenchTask.json",
2025-08-20T19:15:59.2517795Z [00:02:03.545]➜  		"metadatas/das/SetEventSubscription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/SetEventSubscription.json",
2025-08-20T19:15:59.2519365Z [00:02:03.545]➜  		"metadatas/das/UpdateAutoResourceOptimizeRulesAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/UpdateAutoResourceOptimizeRulesAsync.json",
2025-08-20T19:15:59.2520586Z [00:02:03.545]➜  		"metadatas/das/UpdateAutoSqlOptimizeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/UpdateAutoSqlOptimizeStatus.json",
2025-08-20T19:15:59.2521755Z [00:02:03.545]➜  		"metadatas/das/UpdateAutoThrottleRulesAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/UpdateAutoThrottleRulesAsync.json",
2025-08-20T19:15:59.2523168Z [00:02:03.545]➜  		"metadatas/dataworks-public/AbolishPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/AbolishPipelineRun.json",
2025-08-20T19:15:59.2524636Z [00:02:03.545]➜  		"metadatas/dataworks-public/AddEntityIntoMetaCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/AddEntityIntoMetaCollection.json",
2025-08-20T19:15:59.2526073Z [00:02:03.545]➜  		"metadatas/dataworks-public/AssociateProjectToResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/AssociateProjectToResourceGroup.json",
2025-08-20T19:15:59.2527597Z [00:02:03.545]➜  		"metadatas/dataworks-public/AttachDataQualityRulesToEvaluationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/AttachDataQualityRulesToEvaluationTask.json",
2025-08-20T19:15:59.2528728Z [00:02:03.545]➜  		"metadatas/dataworks-public/BatchUpdateTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/BatchUpdateTasks.json",
2025-08-20T19:15:59.2529866Z [00:02:03.545]➜  		"metadatas/dataworks-public/CloneDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CloneDataSource.json",
2025-08-20T19:15:59.2531025Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateAlertRule.json",
2025-08-20T19:15:59.2532368Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateBusiness.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateBusiness.json",
2025-08-20T19:15:59.2533820Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateDIAlarmRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDIAlarmRule.json",
2025-08-20T19:15:59.2534952Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateDIJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDIJob.json",
2025-08-20T19:15:59.2536204Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateDataAssetTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataAssetTag.json",
2025-08-20T19:15:59.2537648Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateDataQualityAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityAlertRule.json",
2025-08-20T19:15:59.2539302Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateDataQualityEvaluationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityEvaluationTask.json",
2025-08-20T19:15:59.2540975Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateDataQualityEvaluationTaskInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityEvaluationTaskInstance.json",
2025-08-20T19:15:59.2542257Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateDataQualityRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityRule.json",
2025-08-20T19:15:59.2543888Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateDataQualityRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityRuleTemplate.json",
2025-08-20T19:15:59.2545310Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateDataQualityScan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityScan.json",
2025-08-20T19:15:59.2546663Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateDataQualityScanRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityScanRun.json",
2025-08-20T19:15:59.2548064Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateDataQualityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityTemplate.json",
2025-08-20T19:15:59.2549260Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataSource.json",
2025-08-20T19:15:59.2550801Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateDataSourceSharedRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataSourceSharedRule.json",
2025-08-20T19:15:59.2551972Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateFile.json",
2025-08-20T19:15:59.2553290Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateFolder.json",
2025-08-20T19:15:59.2554401Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateFunction.json",
2025-08-20T19:15:59.2555696Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateLineageRelationship.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateLineageRelationship.json",
2025-08-20T19:15:59.2556911Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateMetaCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateMetaCollection.json",
2025-08-20T19:15:59.2558072Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateNetwork.json",
2025-08-20T19:15:59.2559084Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateNode.json",
2025-08-20T19:15:59.2560236Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreatePipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreatePipelineRun.json",
2025-08-20T19:15:59.2561302Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateProject.json",
2025-08-20T19:15:59.2562609Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateProjectMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateProjectMember.json",
2025-08-20T19:15:59.2563696Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateResource.json",
2025-08-20T19:15:59.2564976Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateResourceFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateResourceFile.json",
2025-08-20T19:15:59.2566130Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateResourceGroup.json",
2025-08-20T19:15:59.2567188Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateRoute.json",
2025-08-20T19:15:59.2568308Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateUdfFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateUdfFile.json",
2025-08-20T19:15:59.2569809Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateWorkflowDefinition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateWorkflowDefinition.json",
2025-08-20T19:15:59.2571134Z [00:02:03.545]➜  		"metadatas/dataworks-public/CreateWorkflowInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateWorkflowInstances.json",
2025-08-20T19:15:59.2572307Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteAlertRule.json",
2025-08-20T19:15:59.2573665Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteBusiness.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteBusiness.json",
2025-08-20T19:15:59.2575019Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteCertificate.json",
2025-08-20T19:15:59.2576245Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteDIAlarmRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDIAlarmRule.json",
2025-08-20T19:15:59.2577365Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteDIJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDIJob.json",
2025-08-20T19:15:59.2578586Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteDataAssetTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataAssetTag.json",
2025-08-20T19:15:59.2579951Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteDataQualityAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityAlertRule.json",
2025-08-20T19:15:59.2581445Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteDataQualityEvaluationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityEvaluationTask.json",
2025-08-20T19:15:59.2583149Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteDataQualityRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityRule.json",
2025-08-20T19:15:59.2584640Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteDataQualityRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityRuleTemplate.json",
2025-08-20T19:15:59.2585927Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteDataQualityScan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityScan.json",
2025-08-20T19:15:59.2587300Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteDataQualityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityTemplate.json",
﻿2025-08-20T19:15:59.2591379Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataSource.json",
2025-08-20T19:15:59.2593443Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteDataSourceSharedRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataSourceSharedRule.json",
2025-08-20T19:15:59.2594556Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteFile.json",
2025-08-20T19:15:59.2595629Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteFolder.json",
2025-08-20T19:15:59.2596717Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteFunction.json",
2025-08-20T19:15:59.2598142Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteLineageRelationship.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteLineageRelationship.json",
2025-08-20T19:15:59.2599397Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteMetaCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteMetaCollection.json",
2025-08-20T19:15:59.2600486Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteNetwork.json",
2025-08-20T19:15:59.2601504Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteNode.json",
2025-08-20T19:15:59.2602794Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteProject.json",
2025-08-20T19:15:59.2604085Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteProjectMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteProjectMember.json",
2025-08-20T19:15:59.2605181Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteResource.json",
2025-08-20T19:15:59.2606371Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteResourceGroup.json",
2025-08-20T19:15:59.2607407Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteRoute.json",
2025-08-20T19:15:59.2608474Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteTask.json",
2025-08-20T19:15:59.2609551Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteWorkflow.json",
2025-08-20T19:15:59.2610968Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeleteWorkflowDefinition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteWorkflowDefinition.json",
2025-08-20T19:15:59.2612158Z [00:02:03.545]➜  		"metadatas/dataworks-public/DeployFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeployFile.json",
2025-08-20T19:15:59.2614033Z [00:02:03.545]➜  		"metadatas/dataworks-public/DetachDataQualityRulesFromEvaluationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DetachDataQualityRulesFromEvaluationTask.json",
2025-08-20T19:15:59.2615653Z [00:02:03.545]➜  		"metadatas/dataworks-public/DissociateProjectFromResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DissociateProjectFromResourceGroup.json",
2025-08-20T19:15:59.2617146Z [00:02:03.545]➜  		"metadatas/dataworks-public/EstablishRelationTableToBusiness.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/EstablishRelationTableToBusiness.json",
2025-08-20T19:15:59.2618610Z [00:02:03.545]➜  		"metadatas/dataworks-public/ExecPipelineRunStage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ExecPipelineRunStage.json",
2025-08-20T19:15:59.2620021Z [00:02:03.545]➜  		"metadatas/dataworks-public/ExecuteAdhocWorkflowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ExecuteAdhocWorkflowInstance.json",
2025-08-20T19:15:59.2621135Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetAlertRule.json",
2025-08-20T19:15:59.2622191Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetBusiness.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetBusiness.json",
2025-08-20T19:15:59.2623645Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetCatalog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetCatalog.json",
2025-08-20T19:15:59.2624789Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetCertificate.json",
2025-08-20T19:15:59.2625841Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetColumn.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetColumn.json",
2025-08-20T19:15:59.2627329Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetCreateWorkflowInstancesResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetCreateWorkflowInstancesResult.json",
2025-08-20T19:15:59.2628363Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetDIJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDIJob.json",
2025-08-20T19:15:59.2629441Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetDIJobLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDIJobLog.json",
2025-08-20T19:15:59.2630782Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetDataQualityAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityAlertRule.json",
2025-08-20T19:15:59.2632224Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetDataQualityEvaluationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityEvaluationTask.json",
2025-08-20T19:15:59.2634006Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetDataQualityEvaluationTaskInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityEvaluationTaskInstance.json",
2025-08-20T19:15:59.2635207Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetDataQualityRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityRule.json",
2025-08-20T19:15:59.2636563Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetDataQualityRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityRuleTemplate.json",
2025-08-20T19:15:59.2638032Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetDataQualityScan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityScan.json",
2025-08-20T19:15:59.2639266Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetDataQualityScanRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityScanRun.json",
2025-08-20T19:15:59.2640555Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetDataQualityScanRunLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityScanRunLog.json",
2025-08-20T19:15:59.2641807Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetDataQualityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityTemplate.json",
2025-08-20T19:15:59.2643204Z [00:02:03.545]➜  		"metadatas/dataworks-public/GetDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataSource.json",
2025-08-20T19:15:59.2644266Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDatabase.json",
2025-08-20T19:15:59.2645434Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetDeploymentPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDeploymentPackage.json",
2025-08-20T19:15:59.2646387Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetFile.json",
2025-08-20T19:15:59.2647436Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetFileVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetFileVersion.json",
2025-08-20T19:15:59.2648518Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetFolder.json",
2025-08-20T19:15:59.2649524Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetFunction.json",
2025-08-20T19:15:59.2650616Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetIDEEventDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetIDEEventDetail.json",
2025-08-20T19:15:59.2651625Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetJobStatus.json",
2025-08-20T19:15:59.2652978Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetLineageRelationship.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetLineageRelationship.json",
2025-08-20T19:15:59.2654080Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetMetaCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetMetaCollection.json",
2025-08-20T19:15:59.2655079Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetNetwork.json",
2025-08-20T19:15:59.2656012Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetNode.json",
2025-08-20T19:15:59.2657019Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetPartition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetPartition.json",
2025-08-20T19:15:59.2658054Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetPipelineRun.json",
2025-08-20T19:15:59.2659040Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetProject.json",
2025-08-20T19:15:59.2660216Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetProjectMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetProjectMember.json",
2025-08-20T19:15:59.2661317Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetProjectRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetProjectRole.json",
2025-08-20T19:15:59.2662878Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetRerunWorkflowInstancesResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetRerunWorkflowInstancesResult.json",
2025-08-20T19:15:59.2663878Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetResource.json",
2025-08-20T19:15:59.2664978Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetResourceGroup.json",
2025-08-20T19:15:59.2665999Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetRoute.json",
2025-08-20T19:15:59.2666966Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetSchema.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetSchema.json",
2025-08-20T19:15:59.2667901Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetTable.json",
2025-08-20T19:15:59.2668830Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetTask.json",
2025-08-20T19:15:59.2669884Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetTaskInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetTaskInstance.json",
2025-08-20T19:15:59.2671085Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetTaskInstanceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetTaskInstanceLog.json",
2025-08-20T19:15:59.2672092Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetWorkflow.json",
2025-08-20T19:15:59.2673366Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetWorkflowDefinition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetWorkflowDefinition.json",
2025-08-20T19:15:59.2674568Z [00:02:03.546]➜  		"metadatas/dataworks-public/GetWorkflowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetWorkflowInstance.json",
2025-08-20T19:15:59.2675944Z [00:02:03.546]➜  		"metadatas/dataworks-public/GrantMemberProjectRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GrantMemberProjectRoles.json",
2025-08-20T19:15:59.2677104Z [00:02:03.546]➜  		"metadatas/dataworks-public/ImportCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ImportCertificate.json",
2025-08-20T19:15:59.2678390Z [00:02:03.546]➜  		"metadatas/dataworks-public/ImportWorkflowDefinition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ImportWorkflowDefinition.json",
2025-08-20T19:15:59.2679496Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListAlertRules.json",
2025-08-20T19:15:59.2680552Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListBusiness.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListBusiness.json",
2025-08-20T19:15:59.2681610Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListCatalogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListCatalogs.json",
2025-08-20T19:15:59.2682923Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListCertificates.json",
2025-08-20T19:15:59.2684221Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListColumns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListColumns.json",
2025-08-20T19:15:59.2685369Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListCrawlerTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListCrawlerTypes.json",
2025-08-20T19:15:59.2686525Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDIAlarmRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIAlarmRules.json",
2025-08-20T19:15:59.2687727Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDIJobEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIJobEvents.json",
2025-08-20T19:15:59.2688863Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDIJobMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIJobMetrics.json",
2025-08-20T19:15:59.2690176Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDIJobRunDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIJobRunDetails.json",
2025-08-20T19:15:59.2691218Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDIJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIJobs.json",
2025-08-20T19:15:59.2692369Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDataAssetTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataAssetTags.json",
2025-08-20T19:15:59.2693669Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDataAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataAssets.json",
2025-08-20T19:15:59.2695087Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDataQualityAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityAlertRules.json",
2025-08-20T19:15:59.2696679Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDataQualityEvaluationTaskInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityEvaluationTaskInstances.json",
2025-08-20T19:15:59.2698076Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDataQualityEvaluationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityEvaluationTasks.json",
2025-08-20T19:15:59.2699296Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDataQualityResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityResults.json",
2025-08-20T19:15:59.2700700Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDataQualityRuleTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityRuleTemplates.json",
2025-08-20T19:15:59.2702031Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDataQualityRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityRules.json",
2025-08-20T19:15:59.2703565Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDataQualityScanRuns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityScanRuns.json",
2025-08-20T19:15:59.2704794Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDataQualityScans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityScans.json",
2025-08-20T19:15:59.2706098Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDataQualityTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityTemplates.json",
2025-08-20T19:15:59.2707435Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDataSourceSharedRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataSourceSharedRules.json",
2025-08-20T19:15:59.2708808Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDataSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataSources.json",
2025-08-20T19:15:59.2710047Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDatabases.json",
2025-08-20T19:15:59.2711437Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDeploymentPackageFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDeploymentPackageFiles.json",
2025-08-20T19:15:59.2712941Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDeploymentPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDeploymentPackages.json",
2025-08-20T19:15:59.2714359Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDownstreamTaskInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDownstreamTaskInstances.json",
2025-08-20T19:15:59.2715804Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListDownstreamTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDownstreamTasks.json",
2025-08-20T19:15:59.2717276Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListEntitiesInMetaCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListEntitiesInMetaCollection.json",
2025-08-20T19:15:59.2718490Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListFileVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListFileVersions.json",
2025-08-20T19:15:59.2719607Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListFiles.json",
2025-08-20T19:15:59.2720878Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListFolders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListFolders.json",
2025-08-20T19:15:59.2722040Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListFunctions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListFunctions.json",
2025-08-20T19:15:59.2723582Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListLineageRelationships.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListLineageRelationships.json",
2025-08-20T19:15:59.2724745Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListLineages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListLineages.json",
2025-08-20T19:15:59.2725983Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListMetaCollections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListMetaCollections.json",
2025-08-20T19:15:59.2727110Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListNetworks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListNetworks.json",
2025-08-20T19:15:59.2728415Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListNodeDependencies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListNodeDependencies.json",
2025-08-20T19:15:59.2729475Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListNodes.json",
2025-08-20T19:15:59.2730643Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListPartitions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListPartitions.json",
2025-08-20T19:15:59.2731914Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListPipelineRunItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListPipelineRunItems.json",
2025-08-20T19:15:59.2733317Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListPipelineRuns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListPipelineRuns.json",
2025-08-20T19:15:59.2734627Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListProjectMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListProjectMembers.json",
2025-08-20T19:15:59.2735835Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListProjectRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListProjectRoles.json",
2025-08-20T19:15:59.2736900Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListProjects.json",
2025-08-20T19:15:59.2738071Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListResourceGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListResourceGroups.json",
2025-08-20T19:15:59.2739175Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListResources.json",
2025-08-20T19:15:59.2740343Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListRoutes.json",
2025-08-20T19:15:59.2741403Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListSchemas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListSchemas.json",
2025-08-20T19:15:59.2742647Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTables.json",
2025-08-20T19:15:59.2744028Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListTaskInstanceOperationLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTaskInstanceOperationLogs.json",
2025-08-20T19:15:59.2745176Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListTaskInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTaskInstances.json",
2025-08-20T19:15:59.2746528Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListTaskOperationLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTaskOperationLogs.json",
2025-08-20T19:15:59.2747579Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTasks.json",
2025-08-20T19:15:59.2748881Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListUpstreamTaskInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListUpstreamTaskInstances.json",
2025-08-20T19:15:59.2750061Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListUpstreamTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListUpstreamTasks.json",
2025-08-20T19:15:59.2751309Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListWorkflowDefinitions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListWorkflowDefinitions.json",
2025-08-20T19:15:59.2752729Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListWorkflowInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListWorkflowInstances.json",
2025-08-20T19:15:59.2754009Z [00:02:03.546]➜  		"metadatas/dataworks-public/ListWorkflows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListWorkflows.json",
2025-08-20T19:15:59.2755120Z [00:02:03.546]➜  		"metadatas/dataworks-public/MoveFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/MoveFunction.json",
2025-08-20T19:15:59.2756184Z [00:02:03.546]➜  		"metadatas/dataworks-public/MoveNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/MoveNode.json",
2025-08-20T19:15:59.2757250Z [00:02:03.546]➜  		"metadatas/dataworks-public/MoveResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/MoveResource.json",
2025-08-20T19:15:59.2758600Z [00:02:03.546]➜  		"metadatas/dataworks-public/MoveWorkflowDefinition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/MoveWorkflowDefinition.json",
2025-08-20T19:15:59.2760258Z [00:02:03.546]➜  		"metadatas/dataworks-public/RemoveEntityFromMetaCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RemoveEntityFromMetaCollection.json",
2025-08-20T19:15:59.2761793Z [00:02:03.546]➜  		"metadatas/dataworks-public/RemoveTaskInstanceDependencies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RemoveTaskInstanceDependencies.json",
2025-08-20T19:15:59.2763219Z [00:02:03.546]➜  		"metadatas/dataworks-public/RenameFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RenameFunction.json",
2025-08-20T19:15:59.2764291Z [00:02:03.546]➜  		"metadatas/dataworks-public/RenameNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RenameNode.json",
2025-08-20T19:15:59.2765584Z [00:02:03.546]➜  		"metadatas/dataworks-public/RenameResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RenameResource.json",
2025-08-20T19:15:59.2766902Z [00:02:03.546]➜  		"metadatas/dataworks-public/RenameWorkflowDefinition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RenameWorkflowDefinition.json",
2025-08-20T19:15:59.2768066Z [00:02:03.546]➜  		"metadatas/dataworks-public/RerunTaskInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RerunTaskInstances.json",
2025-08-20T19:15:59.2769285Z [00:02:03.546]➜  		"metadatas/dataworks-public/RerunWorkflowInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RerunWorkflowInstances.json",
2025-08-20T19:15:59.2770468Z [00:02:03.546]➜  		"metadatas/dataworks-public/ResumeTaskInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ResumeTaskInstances.json",
2025-08-20T19:15:59.2771897Z [00:02:03.546]➜  		"metadatas/dataworks-public/RevokeMemberProjectRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RevokeMemberProjectRoles.json",
2025-08-20T19:15:59.2773429Z [00:02:03.546]➜  		"metadatas/dataworks-public/SetSuccessTaskInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/SetSuccessTaskInstances.json",
2025-08-20T19:15:59.2774476Z [00:02:03.546]➜  		"metadatas/dataworks-public/StartDIJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StartDIJob.json",
2025-08-20T19:15:59.2775675Z [00:02:03.546]➜  		"metadatas/dataworks-public/StartWorkflowInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StartWorkflowInstances.json",
2025-08-20T19:15:59.2776688Z [00:02:03.546]➜  		"metadatas/dataworks-public/StopDIJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StopDIJob.json",
2025-08-20T19:15:59.2777840Z [00:02:03.546]➜  		"metadatas/dataworks-public/StopTaskInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StopTaskInstances.json",
2025-08-20T19:15:59.2779205Z [00:02:03.546]➜  		"metadatas/dataworks-public/StopWorkflowInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StopWorkflowInstances.json",
2025-08-20T19:15:59.2780235Z [00:02:03.546]➜  		"metadatas/dataworks-public/SubmitFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/SubmitFile.json",
2025-08-20T19:15:59.2781451Z [00:02:03.546]➜  		"metadatas/dataworks-public/SuspendTaskInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/SuspendTaskInstances.json",
2025-08-20T19:15:59.2782666Z [00:02:03.546]➜  		"metadatas/dataworks-public/TagDataAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/TagDataAssets.json",
2025-08-20T19:15:59.2783987Z [00:02:03.546]➜  		"metadatas/dataworks-public/TestDataSourceConnectivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/TestDataSourceConnectivity.json",
2025-08-20T19:15:59.2785442Z [00:02:03.546]➜  		"metadatas/dataworks-public/TriggerSchedulerTaskInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/TriggerSchedulerTaskInstance.json",
2025-08-20T19:15:59.2786550Z [00:02:03.546]➜  		"metadatas/dataworks-public/UnTagDataAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UnTagDataAssets.json",
2025-08-20T19:15:59.2787648Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateAlertRule.json",
2025-08-20T19:15:59.2788694Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateBusiness.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateBusiness.json",
2025-08-20T19:15:59.2790126Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateColumnBusinessMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateColumnBusinessMetadata.json",
2025-08-20T19:15:59.2791219Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateDIAlarmRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDIAlarmRule.json",
2025-08-20T19:15:59.2792243Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateDIJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDIJob.json",
2025-08-20T19:15:59.2793790Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateDataAssetTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataAssetTag.json",
2025-08-20T19:15:59.2795170Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateDataQualityAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityAlertRule.json",
2025-08-20T19:15:59.2796763Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateDataQualityEvaluationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityEvaluationTask.json",
2025-08-20T19:15:59.2798020Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateDataQualityRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityRule.json",
2025-08-20T19:15:59.2799431Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateDataQualityRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityRuleTemplate.json",
2025-08-20T19:15:59.2800683Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateDataQualityScan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityScan.json",
2025-08-20T19:15:59.2802101Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateDataQualityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityTemplate.json",
2025-08-20T19:15:59.2803612Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataSource.json",
2025-08-20T19:15:59.2804699Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateFile.json",
2025-08-20T19:15:59.2805794Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateFolder.json",
2025-08-20T19:15:59.2806909Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateFunction.json",
2025-08-20T19:15:59.2808127Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateIDEEventResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateIDEEventResult.json",
2025-08-20T19:15:59.2809405Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateMetaCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateMetaCollection.json",
2025-08-20T19:15:59.2810508Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateNode.json",
2025-08-20T19:15:59.2811553Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateProject.json",
2025-08-20T19:15:59.2812867Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateResource.json",
2025-08-20T19:15:59.2814035Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateResourceGroup.json",
2025-08-20T19:15:59.2815167Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateRoute.json",
2025-08-20T19:15:59.2816522Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateTableBusinessMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateTableBusinessMetadata.json",
2025-08-20T19:15:59.2817663Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateTask.json",
2025-08-20T19:15:59.2818863Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateTaskInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateTaskInstances.json",
2025-08-20T19:15:59.2820031Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateUdfFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateUdfFile.json",
2025-08-20T19:15:59.2824312Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateWorkflow.json",
2025-08-20T19:15:59.2825816Z [00:02:03.546]➜  		"metadatas/dataworks-public/UpdateWorkflowDefinition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateWorkflowDefinition.json",
2025-08-20T19:15:59.2826791Z [00:02:03.546]➜  		"metadatas/dbs/ConfigureBackupPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ConfigureBackupPlan.json",
2025-08-20T19:15:59.2827834Z [00:02:03.546]➜  		"metadatas/dbs/CreateAndStartBackupPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateAndStartBackupPlan.json",
2025-08-20T19:15:59.2828721Z [00:02:03.546]➜  		"metadatas/dbs/CreateBackupPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateBackupPlan.json",
2025-08-20T19:15:59.2829815Z [00:02:03.546]➜  		"metadatas/dbs/CreateFullBackupSetDownload.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateFullBackupSetDownload.json",
2025-08-20T19:15:59.2830952Z [00:02:03.546]➜  		"metadatas/dbs/CreateGetDBListFromAgentTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateGetDBListFromAgentTask.json",
2025-08-20T19:15:59.2832125Z [00:02:03.546]➜  		"metadatas/dbs/CreateIncrementBackupSetDownload.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateIncrementBackupSetDownload.json",
2025-08-20T19:15:59.2833238Z [00:02:03.546]➜  		"metadatas/dbs/CreateRestoreTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateRestoreTask.json",
2025-08-20T19:15:59.2834286Z [00:02:03.546]➜  		"metadatas/dbs/DescribeBackupGatewayList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeBackupGatewayList.json",
2025-08-20T19:15:59.2835337Z [00:02:03.546]➜  		"metadatas/dbs/DescribeBackupPlanBilling.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeBackupPlanBilling.json",
2025-08-20T19:15:59.2836400Z [00:02:03.546]➜  		"metadatas/dbs/DescribeBackupPlanList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeBackupPlanList.json",
2025-08-20T19:15:59.2838069Z [00:02:03.546]➜  		"metadatas/dbs/DescribeBackupSetDownloadTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeBackupSetDownloadTaskList.json",
2025-08-20T19:15:59.2839161Z [00:02:03.546]➜  		"metadatas/dbs/DescribeDLAService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeDLAService.json",
2025-08-20T19:15:59.2840230Z [00:02:03.546]➜  		"metadatas/dbs/DescribeFullBackupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeFullBackupList.json",
2025-08-20T19:15:59.2841359Z [00:02:03.546]➜  		"metadatas/dbs/DescribeIncrementBackupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeIncrementBackupList.json",
2025-08-20T19:15:59.2842834Z [00:02:03.546]➜  		"metadatas/dbs/DescribeJobErrorCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeJobErrorCode.json",
2025-08-20T19:15:59.2843923Z [00:02:03.546]➜  		"metadatas/dbs/DescribeNodeCidrList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeNodeCidrList.json",
2025-08-20T19:15:59.2845149Z [00:02:03.546]➜  		"metadatas/dbs/DescribePreCheckProgressList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribePreCheckProgressList.json",
2025-08-20T19:15:59.2846102Z [00:02:03.546]➜  		"metadatas/dbs/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeRegions.json",
2025-08-20T19:15:59.2847172Z [00:02:03.546]➜  		"metadatas/dbs/DescribeRestoreRangeInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeRestoreRangeInfo.json",
2025-08-20T19:15:59.2848443Z [00:02:03.546]➜  		"metadatas/dbs/DescribeRestoreTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeRestoreTaskList.json",
2025-08-20T19:15:59.2849621Z [00:02:03.546]➜  		"metadatas/dbs/DisableBackupLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DisableBackupLog.json",
2025-08-20T19:15:59.2850599Z [00:02:03.546]➜  		"metadatas/dbs/EnableBackupLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/EnableBackupLog.json",
2025-08-20T19:15:59.2851589Z [00:02:03.546]➜  		"metadatas/dbs/GetDBListFromAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/GetDBListFromAgent.json",
2025-08-20T19:15:59.2853117Z [00:02:03.546]➜  		"metadatas/dbs/InitializeDbsServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/InitializeDbsServiceLinkedRole.json",
2025-08-20T19:15:59.2854168Z [00:02:03.546]➜  		"metadatas/dbs/ModifyBackupObjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupObjects.json",
2025-08-20T19:15:59.2855279Z [00:02:03.546]➜  		"metadatas/dbs/ModifyBackupPlanName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupPlanName.json",
2025-08-20T19:15:59.2856478Z [00:02:03.547]➜  		"metadatas/dbs/ModifyBackupSetDownloadRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupSetDownloadRules.json",
2025-08-20T19:15:59.2857572Z [00:02:03.547]➜  		"metadatas/dbs/ModifyBackupSourceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupSourceEndpoint.json",
2025-08-20T19:15:59.2858530Z [00:02:03.547]➜  		"metadatas/dbs/ModifyBackupStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupStrategy.json",
2025-08-20T19:15:59.2859505Z [00:02:03.547]➜  		"metadatas/dbs/ModifyStorageStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyStorageStrategy.json",
2025-08-20T19:15:59.2860407Z [00:02:03.547]➜  		"metadatas/dbs/ReleaseBackupPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ReleaseBackupPlan.json",
2025-08-20T19:15:59.2861291Z [00:02:03.547]➜  		"metadatas/dbs/RenewBackupPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/RenewBackupPlan.json",
2025-08-20T19:15:59.2862251Z [00:02:03.547]➜  		"metadatas/dbs/StartBackupPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/StartBackupPlan.json",
2025-08-20T19:15:59.2863323Z [00:02:03.547]➜  		"metadatas/dbs/StartRestoreTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/StartRestoreTask.json",
2025-08-20T19:15:59.2864175Z [00:02:03.547]➜  		"metadatas/dbs/StopBackupPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/StopBackupPlan.json",
2025-08-20T19:15:59.2865061Z [00:02:03.547]➜  		"metadatas/dbs/UpgradeBackupPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/UpgradeBackupPlan.json",
2025-08-20T19:15:59.2866088Z [00:02:03.547]➜  		"metadatas/dcdn/AddDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/AddDcdnDomain.json",
2025-08-20T19:15:59.2866976Z [00:02:03.547]➜  		"metadatas/dcdn/AddDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/AddDcdnIpaDomain.json",
2025-08-20T19:15:59.2867911Z [00:02:03.547]➜  		"metadatas/dcdn/BatchAddDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchAddDcdnDomain.json",
2025-08-20T19:15:59.2868921Z [00:02:03.547]➜  		"metadatas/dcdn/BatchCreateDcdnWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchCreateDcdnWafRules.json",
2025-08-20T19:15:59.2870039Z [00:02:03.547]➜  		"metadatas/dcdn/BatchDeleteDcdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchDeleteDcdnDomainConfigs.json",
2025-08-20T19:15:59.2870936Z [00:02:03.547]➜  		"metadatas/dcdn/BatchDeleteDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchDeleteDcdnKv.json",
2025-08-20T19:15:59.2872329Z [00:02:03.547]➜  		"metadatas/dcdn/BatchDeleteDcdnKvWithHighCapacity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchDeleteDcdnKvWithHighCapacity.json",
2025-08-20T19:15:59.2873625Z [00:02:03.547]➜  		"metadatas/dcdn/BatchDeleteDcdnWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchDeleteDcdnWafRules.json",
2025-08-20T19:15:59.2874775Z [00:02:03.547]➜  		"metadatas/dcdn/BatchModifyDcdnWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchModifyDcdnWafRules.json",
2025-08-20T19:15:59.2875729Z [00:02:03.547]➜  		"metadatas/dcdn/BatchPutDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchPutDcdnKv.json",
2025-08-20T19:15:59.2876910Z [00:02:03.547]➜  		"metadatas/dcdn/BatchPutDcdnKvWithHighCapacity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchPutDcdnKvWithHighCapacity.json",
2025-08-20T19:15:59.2877995Z [00:02:03.547]➜  		"metadatas/dcdn/BatchSetDcdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchSetDcdnDomainConfigs.json",
2025-08-20T19:15:59.2879120Z [00:02:03.547]➜  		"metadatas/dcdn/BatchSetDcdnIpaDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchSetDcdnIpaDomainConfigs.json",
2025-08-20T19:15:59.2880233Z [00:02:03.547]➜  		"metadatas/dcdn/BatchSetDcdnWafDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchSetDcdnWafDomainConfigs.json",
2025-08-20T19:15:59.2881219Z [00:02:03.547]➜  		"metadatas/dcdn/BatchStartDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchStartDcdnDomain.json",
2025-08-20T19:15:59.2882194Z [00:02:03.547]➜  		"metadatas/dcdn/BatchStopDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchStopDcdnDomain.json",
2025-08-20T19:15:59.2883352Z [00:02:03.547]➜  		"metadatas/dcdn/CheckDcdnProjectExist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CheckDcdnProjectExist.json",
2025-08-20T19:15:59.2884413Z [00:02:03.547]➜  		"metadatas/dcdn/CommitStagingRoutineCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CommitStagingRoutineCode.json",
2025-08-20T19:15:59.2885752Z [00:02:03.547]➜  		"metadatas/dcdn/CreateDcdnCertificateSigningRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnCertificateSigningRequest.json",
2025-08-20T19:15:59.2886727Z [00:02:03.547]➜  		"metadatas/dcdn/CreateDcdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnDeliverTask.json",
2025-08-20T19:15:59.2887904Z [00:02:03.547]➜  		"metadatas/dcdn/CreateDcdnSLSRealTimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnSLSRealTimeLogDelivery.json",
2025-08-20T19:15:59.2888825Z [00:02:03.547]➜  		"metadatas/dcdn/CreateDcdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnSubTask.json",
2025-08-20T19:15:59.2889849Z [00:02:03.547]➜  		"metadatas/dcdn/CreateDcdnWafGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnWafGroup.json",
2025-08-20T19:15:59.2890797Z [00:02:03.547]➜  		"metadatas/dcdn/CreateDcdnWafPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnWafPolicy.json",
2025-08-20T19:15:59.2891637Z [00:02:03.547]➜  		"metadatas/dcdn/CreateRoutine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateRoutine.json",
2025-08-20T19:15:59.2892790Z [00:02:03.547]➜  		"metadatas/dcdn/CreateSlrAndSlsProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateSlrAndSlsProject.json",
2025-08-20T19:15:59.2893839Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteDcdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnDeliverTask.json",
2025-08-20T19:15:59.2894804Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnDomain.json",
2025-08-20T19:15:59.2895840Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnIpaDomain.json",
2025-08-20T19:15:59.2896928Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteDcdnIpaSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnIpaSpecificConfig.json",
2025-08-20T19:15:59.2897755Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnKv.json",
2025-08-20T19:15:59.2898721Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteDcdnKvNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnKvNamespace.json",
2025-08-20T19:15:59.2899826Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteDcdnRealTimeLogProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnRealTimeLogProject.json",
2025-08-20T19:15:59.2900867Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteDcdnSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnSpecificConfig.json",
2025-08-20T19:15:59.2902039Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteDcdnSpecificStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnSpecificStagingConfig.json",
2025-08-20T19:15:59.2903153Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteDcdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnSubTask.json",
2025-08-20T19:15:59.2904124Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteDcdnUserConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnUserConfig.json",
2025-08-20T19:15:59.2905050Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteDcdnWafGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnWafGroup.json",
2025-08-20T19:15:59.2905999Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteDcdnWafPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnWafPolicy.json",
2025-08-20T19:15:59.2906836Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteRoutine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteRoutine.json",
2025-08-20T19:15:59.2908036Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteRoutineCodeRevision.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteRoutineCodeRevision.json",
2025-08-20T19:15:59.2909073Z [00:02:03.547]➜  		"metadatas/dcdn/DeleteRoutineConfEnvs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteRoutineConfEnvs.json",
2025-08-20T19:15:59.2910050Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnAclFields.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnAclFields.json",
2025-08-20T19:15:59.2912680Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnBgpBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnBgpBpsData.json",
2025-08-20T19:15:59.2913959Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnBgpTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnBgpTrafficData.json",
2025-08-20T19:15:59.2915055Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnBlockedRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnBlockedRegions.json",
2025-08-20T19:15:59.2916186Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnCertificateDetail.json",
2025-08-20T19:15:59.2917281Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnCertificateList.json",
2025-08-20T19:15:59.2918367Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDdosService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDdosService.json",
2025-08-20T19:15:59.2919568Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDdosSpecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDdosSpecInfo.json",
2025-08-20T19:15:59.2920733Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDeletedDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDeletedDomains.json",
2025-08-20T19:15:59.2921748Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDeliverList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDeliverList.json",
2025-08-20T19:15:59.2922964Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainBpsData.json",
2025-08-20T19:15:59.2924128Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainBpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainBpsDataByLayer.json",
2025-08-20T19:15:59.2925334Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainByCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainByCertificate.json",
2025-08-20T19:15:59.2926507Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainCcActivityLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainCcActivityLog.json",
2025-08-20T19:15:59.2927707Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainCertificateInfo.json",
2025-08-20T19:15:59.2928708Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainCname.json",
2025-08-20T19:15:59.2929749Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainConfigs.json",
2025-08-20T19:15:59.2930782Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainDetail.json",
2025-08-20T19:15:59.2932003Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainHitRateData.json",
2025-08-20T19:15:59.2933168Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainHttpCodeData.json",
2025-08-20T19:15:59.2934414Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json",
2025-08-20T19:15:59.2935561Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainIpaBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainIpaBpsData.json",
2025-08-20T19:15:59.2936817Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainIpaConnData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainIpaConnData.json",
2025-08-20T19:15:59.2938063Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainIpaTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainIpaTrafficData.json",
2025-08-20T19:15:59.2939145Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainIspData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainIspData.json",
2025-08-20T19:15:59.2940146Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainLog.json",
2025-08-20T19:15:59.2941375Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainMultiUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainMultiUsageData.json",
2025-08-20T19:15:59.2942906Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainOriginBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainOriginBpsData.json",
2025-08-20T19:15:59.2944318Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainOriginTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainOriginTrafficData.json",
2025-08-20T19:15:59.2945455Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainProperty.json",
2025-08-20T19:15:59.2946482Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainPvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainPvData.json",
2025-08-20T19:15:59.2947571Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainQpsData.json",
2025-08-20T19:15:59.2948857Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainQpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainQpsDataByLayer.json",
2025-08-20T19:15:59.2973656Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeBpsData.json",
2025-08-20T19:15:59.2975138Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json",
2025-08-20T19:15:59.2976410Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainRealTimeDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeDetailData.json",
2025-08-20T19:15:59.2977722Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:59.2978944Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainRealTimeQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeQpsData.json",
2025-08-20T19:15:59.2980413Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json",
2025-08-20T19:15:59.2981689Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json",
2025-08-20T19:15:59.2983214Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json",
2025-08-20T19:15:59.2984611Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json",
2025-08-20T19:15:59.2986009Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainRealTimeTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeTrafficData.json",
2025-08-20T19:15:59.2987134Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainRegionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRegionData.json",
2025-08-20T19:15:59.2988292Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainStagingConfig.json",
2025-08-20T19:15:59.2989474Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainTopReferVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainTopReferVisit.json",
2025-08-20T19:15:59.2990688Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainTopUrlVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainTopUrlVisit.json",
2025-08-20T19:15:59.2991901Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainTrafficData.json",
2025-08-20T19:15:59.2993158Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainUsageData.json",
2025-08-20T19:15:59.2994207Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainUvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainUvData.json",
2025-08-20T19:15:59.2995432Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainWebsocketBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainWebsocketBpsData.json",
2025-08-20T19:15:59.2996771Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json",
2025-08-20T19:15:59.2998092Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainWebsocketTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainWebsocketTrafficData.json",
2025-08-20T19:15:59.2999183Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnDomainsBySource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainsBySource.json",
2025-08-20T19:15:59.3000189Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnErUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnErUsageData.json",
2025-08-20T19:15:59.3001462Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json",
2025-08-20T19:15:59.3002910Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json",
2025-08-20T19:15:59.3004025Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnHttpsDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnHttpsDomainList.json",
2025-08-20T19:15:59.3005047Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnIpInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpInfo.json",
2025-08-20T19:15:59.3006106Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnIpaDomainCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaDomainCidr.json",
2025-08-20T19:15:59.3007223Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnIpaDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaDomainConfigs.json",
2025-08-20T19:15:59.3008366Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnIpaDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaDomainDetail.json",
2025-08-20T19:15:59.3009520Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnIpaService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaService.json",
2025-08-20T19:15:59.3010614Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnIpaUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaUserDomains.json",
2025-08-20T19:15:59.3011584Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnKvAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnKvAccount.json",
2025-08-20T19:15:59.3012818Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnKvAccountStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnKvAccountStatus.json",
2025-08-20T19:15:59.3013848Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnKvNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnKvNamespace.json",
2025-08-20T19:15:59.3014864Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnL2Ips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnL2Ips.json",
2025-08-20T19:15:59.3015879Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnL2Vips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnL2Vips.json",
2025-08-20T19:15:59.3017141Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnOriginSiteHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnOriginSiteHealthStatus.json",
2025-08-20T19:15:59.3018371Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnRealTimeDeliveryField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRealTimeDeliveryField.json",
2025-08-20T19:15:59.3019415Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnRefreshQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRefreshQuota.json",
2025-08-20T19:15:59.3020511Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnRefreshTaskById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRefreshTaskById.json",
2025-08-20T19:15:59.3021565Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnRefreshTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRefreshTasks.json",
2025-08-20T19:15:59.3022753Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnRegionAndIsp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRegionAndIsp.json",
2025-08-20T19:15:59.3023715Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnReport.json",
2025-08-20T19:15:59.3024730Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnReportList.json",
2025-08-20T19:15:59.3025878Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnSLSRealTimeLogType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSLSRealTimeLogType.json",
2025-08-20T19:15:59.3027122Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json",
2025-08-20T19:15:59.3028386Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnSMCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSMCertificateDetail.json",
2025-08-20T19:15:59.3029504Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnSMCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSMCertificateList.json",
2025-08-20T19:15:59.3030631Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnSSLCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSSLCertificateList.json",
2025-08-20T19:15:59.3031649Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnSecFuncInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSecFuncInfo.json",
2025-08-20T19:15:59.3032960Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnSecSpecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSecSpecInfo.json",
2025-08-20T19:15:59.3033914Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnService.json",
2025-08-20T19:15:59.3034888Z [00:02:03.547]➜  		"metadatas/dcdn/DescribeDcdnStagingIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnStagingIp.json",
2025-08-20T19:15:59.3035856Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnSubList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSubList.json",
2025-08-20T19:15:59.3036886Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnTagResources.json",
2025-08-20T19:15:59.3038092Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnTopDomainsByFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnTopDomainsByFlow.json",
2025-08-20T19:15:59.3039286Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnUserBillHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserBillHistory.json",
2025-08-20T19:15:59.3040325Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnUserBillType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserBillType.json",
2025-08-20T19:15:59.3041631Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnUserCertificateExpireCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserCertificateExpireCount.json",
2025-08-20T19:15:59.3042808Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnUserConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserConfigs.json",
2025-08-20T19:15:59.3043843Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserDomains.json",
2025-08-20T19:15:59.3044981Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnUserDomainsByFunc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserDomainsByFunc.json",
2025-08-20T19:15:59.3045960Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserQuota.json",
2025-08-20T19:15:59.3047248Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnUserRealTimeDeliveryField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserRealTimeDeliveryField.json",
2025-08-20T19:15:59.3048408Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnUserResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserResourcePackage.json",
2025-08-20T19:15:59.3049423Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnUserSecDrop.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserSecDrop.json",
2025-08-20T19:15:59.3050589Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnUserSecDropByMinute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserSecDropByMinute.json",
2025-08-20T19:15:59.3051638Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnUserTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserTags.json",
2025-08-20T19:15:59.3053159Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnUserVipsByDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserVipsByDomain.json",
2025-08-20T19:15:59.3054222Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnVerifyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnVerifyContent.json",
2025-08-20T19:15:59.3055337Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafBotAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafBotAppKey.json",
2025-08-20T19:15:59.3056525Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafDefaultRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafDefaultRules.json",
2025-08-20T19:15:59.3057503Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafDomain.json",
2025-08-20T19:15:59.3058600Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafDomainDetail.json",
2025-08-20T19:15:59.3059596Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafDomains.json",
2025-08-20T19:15:59.3060741Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafFilterInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafFilterInfo.json",
2025-08-20T19:15:59.3061829Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafGeoInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafGeoInfo.json",
2025-08-20T19:15:59.3093153Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafGroup.json",
2025-08-20T19:15:59.3094279Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafGroups.json",
2025-08-20T19:15:59.3095264Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafLogs.json",
2025-08-20T19:15:59.3096292Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafPolicies.json",
2025-08-20T19:15:59.3097287Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafPolicy.json",
2025-08-20T19:15:59.3098416Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafPolicyDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafPolicyDomains.json",
2025-08-20T19:15:59.3099613Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafPolicyValidDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafPolicyValidDomains.json",
2025-08-20T19:15:59.3100554Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafRule.json",
2025-08-20T19:15:59.3101504Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafRules.json",
2025-08-20T19:15:59.3102641Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafScenes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafScenes.json",
2025-08-20T19:15:59.3103677Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafService.json",
2025-08-20T19:15:59.3104833Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafSpecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafSpecInfo.json",
2025-08-20T19:15:59.3105868Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnWafUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafUsageData.json",
2025-08-20T19:15:59.3106880Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDcdnsecService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnsecService.json",
2025-08-20T19:15:59.3107915Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeDdosAllEventList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDdosAllEventList.json",
2025-08-20T19:15:59.3109140Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeEncryptRoutineUid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeEncryptRoutineUid.json",
2025-08-20T19:15:59.3110143Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeHighlightInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeHighlightInfo.json",
2025-08-20T19:15:59.3111198Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeKvRealTimeQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeKvRealTimeQpsData.json",
2025-08-20T19:15:59.3112154Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeKvUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeKvUsageData.json",
2025-08-20T19:15:59.3113303Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeRDDomainConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRDDomainConfig.json",
2025-08-20T19:15:59.3114277Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeRoutine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutine.json",
2025-08-20T19:15:59.3115416Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeRoutineCanaryEnvs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineCanaryEnvs.json",
2025-08-20T19:15:59.3116521Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeRoutineCodeRevision.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineCodeRevision.json",
2025-08-20T19:15:59.3117660Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeRoutineRelatedDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineRelatedDomains.json",
2025-08-20T19:15:59.3118613Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeRoutineSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineSpec.json",
2025-08-20T19:15:59.3119625Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeRoutineUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineUserInfo.json",
2025-08-20T19:15:59.3120700Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeUserDcdnIpaStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeUserDcdnIpaStatus.json",
2025-08-20T19:15:59.3121701Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeUserDcdnStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeUserDcdnStatus.json",
2025-08-20T19:15:59.3122837Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeUserErStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeUserErStatus.json",
2025-08-20T19:15:59.3123963Z [00:02:03.548]➜  		"metadatas/dcdn/DescribeUserLogserviceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeUserLogserviceStatus.json",
2025-08-20T19:15:59.3124830Z [00:02:03.548]➜  		"metadatas/dcdn/EditRoutineConf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/EditRoutineConf.json",
2025-08-20T19:15:59.3125619Z [00:02:03.548]➜  		"metadatas/dcdn/GetDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/GetDcdnKv.json",
2025-08-20T19:15:59.3126576Z [00:02:03.548]➜  		"metadatas/dcdn/GetDcdnKvDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/GetDcdnKvDetail.json",
2025-08-20T19:15:59.3127442Z [00:02:03.548]➜  		"metadatas/dcdn/GetDcdnKvStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/GetDcdnKvStatus.json",
2025-08-20T19:15:59.3128229Z [00:02:03.548]➜  		"metadatas/dcdn/ListDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ListDcdnKv.json",
2025-08-20T19:15:59.3129390Z [00:02:03.548]➜  		"metadatas/dcdn/ListDcdnRealTimeDeliveryProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ListDcdnRealTimeDeliveryProject.json",
2025-08-20T19:15:59.3130560Z [00:02:03.548]➜  		"metadatas/dcdn/ModifyDCdnDomainSchdmByProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDCdnDomainSchdmByProperty.json",
2025-08-20T19:15:59.3131568Z [00:02:03.548]➜  		"metadatas/dcdn/ModifyDcdnWafGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDcdnWafGroup.json",
2025-08-20T19:15:59.3132658Z [00:02:03.548]➜  		"metadatas/dcdn/ModifyDcdnWafPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDcdnWafPolicy.json",
2025-08-20T19:15:59.3133753Z [00:02:03.548]➜  		"metadatas/dcdn/ModifyDcdnWafPolicyDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDcdnWafPolicyDomains.json",
2025-08-20T19:15:59.3134650Z [00:02:03.548]➜  		"metadatas/dcdn/ModifyDcdnWafRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDcdnWafRule.json",
2025-08-20T19:15:59.3135539Z [00:02:03.548]➜  		"metadatas/dcdn/OpenDcdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/OpenDcdnService.json",
2025-08-20T19:15:59.3136666Z [00:02:03.548]➜  		"metadatas/dcdn/PreloadDcdnObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PreloadDcdnObjectCaches.json",
2025-08-20T19:15:59.3138039Z [00:02:03.548]➜  		"metadatas/dcdn/PublishDcdnStagingConfigToProduction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PublishDcdnStagingConfigToProduction.json",
2025-08-20T19:15:59.3139131Z [00:02:03.548]➜  		"metadatas/dcdn/PublishRoutineCodeRevision.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PublishRoutineCodeRevision.json",
2025-08-20T19:15:59.3139929Z [00:02:03.548]➜  		"metadatas/dcdn/PutDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PutDcdnKv.json",
2025-08-20T19:15:59.3140870Z [00:02:03.548]➜  		"metadatas/dcdn/PutDcdnKvNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PutDcdnKvNamespace.json",
2025-08-20T19:15:59.3141940Z [00:02:03.548]➜  		"metadatas/dcdn/PutDcdnKvWithHighCapacity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PutDcdnKvWithHighCapacity.json",
2025-08-20T19:15:59.3143315Z [00:02:03.548]➜  		"metadatas/dcdn/RefreshDcdnObjectCacheByCacheTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/RefreshDcdnObjectCacheByCacheTag.json",
2025-08-20T19:15:59.3144362Z [00:02:03.548]➜  		"metadatas/dcdn/RefreshDcdnObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/RefreshDcdnObjectCaches.json",
2025-08-20T19:15:59.3145351Z [00:02:03.548]➜  		"metadatas/dcdn/RefreshErObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/RefreshErObjectCaches.json",
2025-08-20T19:15:59.3146397Z [00:02:03.548]➜  		"metadatas/dcdn/RollbackDcdnStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/RollbackDcdnStagingConfig.json",
2025-08-20T19:15:59.3147483Z [00:02:03.548]➜  		"metadatas/dcdn/SetDcdnDomainCSRCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnDomainCSRCertificate.json",
2025-08-20T19:15:59.3148557Z [00:02:03.548]➜  		"metadatas/dcdn/SetDcdnDomainSMCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnDomainSMCertificate.json",
2025-08-20T19:15:59.3149743Z [00:02:03.548]➜  		"metadatas/dcdn/SetDcdnDomainSSLCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnDomainSSLCertificate.json",
2025-08-20T19:15:59.3150806Z [00:02:03.548]➜  		"metadatas/dcdn/SetDcdnDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnDomainStagingConfig.json",
2025-08-20T19:15:59.3151866Z [00:02:03.548]➜  		"metadatas/dcdn/SetDcdnFullDomainsBlockIP.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnFullDomainsBlockIP.json",
2025-08-20T19:15:59.3153989Z [00:02:03.548]➜  		"metadatas/dcdn/SetDcdnUserConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnUserConfig.json",
2025-08-20T19:15:59.3155087Z [00:02:03.548]➜  		"metadatas/dcdn/SetRoutineSubdomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetRoutineSubdomain.json",
2025-08-20T19:15:59.3155979Z [00:02:03.548]➜  		"metadatas/dcdn/StartDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/StartDcdnDomain.json",
2025-08-20T19:15:59.3156898Z [00:02:03.548]➜  		"metadatas/dcdn/StartDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/StartDcdnIpaDomain.json",
2025-08-20T19:15:59.3157762Z [00:02:03.548]➜  		"metadatas/dcdn/StopDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/StopDcdnDomain.json",
2025-08-20T19:15:59.3158666Z [00:02:03.548]➜  		"metadatas/dcdn/StopDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/StopDcdnIpaDomain.json",
2025-08-20T19:15:59.3159548Z [00:02:03.548]➜  		"metadatas/dcdn/TagDcdnResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/TagDcdnResources.json",
2025-08-20T19:15:59.3160550Z [00:02:03.548]➜  		"metadatas/dcdn/UntagDcdnResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UntagDcdnResources.json",
2025-08-20T19:15:59.3161623Z [00:02:03.548]➜  		"metadatas/dcdn/UpdateDcdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnDeliverTask.json",
2025-08-20T19:15:59.3162677Z [00:02:03.548]➜  		"metadatas/dcdn/UpdateDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnDomain.json",
2025-08-20T19:15:59.3163647Z [00:02:03.548]➜  		"metadatas/dcdn/UpdateDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnIpaDomain.json",
2025-08-20T19:15:59.3164840Z [00:02:03.548]➜  		"metadatas/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json",
2025-08-20T19:15:59.3165793Z [00:02:03.548]➜  		"metadatas/dcdn/UpdateDcdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnSubTask.json",
2025-08-20T19:15:59.3167065Z [00:02:03.548]➜  		"metadatas/dcdn/UpdateDcdnUserRealTimeDeliveryField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnUserRealTimeDeliveryField.json",
2025-08-20T19:15:59.3167975Z [00:02:03.548]➜  		"metadatas/dcdn/UploadRoutineCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UploadRoutineCode.json",
2025-08-20T19:15:59.3169004Z [00:02:03.548]➜  		"metadatas/dcdn/UploadStagingRoutineCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UploadStagingRoutineCode.json",
2025-08-20T19:15:59.3169981Z [00:02:03.548]➜  		"metadatas/dcdn/VerifyDcdnDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/VerifyDcdnDomainOwner.json",
2025-08-20T19:15:59.3170742Z [00:02:03.548]➜  		"metadatas/ddosbgp/AddIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/AddIp.json",
2025-08-20T19:15:59.3171676Z [00:02:03.548]➜  		"metadatas/ddosbgp/AddRdMemberList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/AddRdMemberList.json",
2025-08-20T19:15:59.3173125Z [00:02:03.548]➜  		"metadatas/ddosbgp/AttachAssetGroupToInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/AttachAssetGroupToInstance.json",
2025-08-20T19:15:59.3174041Z [00:02:03.548]➜  		"metadatas/ddosbgp/AttachToPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/AttachToPolicy.json",
2025-08-20T19:15:59.3175027Z [00:02:03.548]➜  		"metadatas/ddosbgp/CheckAccessLogAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/CheckAccessLogAuth.json",
2025-08-20T19:15:59.3175872Z [00:02:03.548]➜  		"metadatas/ddosbgp/CheckGrant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/CheckGrant.json",
2025-08-20T19:15:59.3176970Z [00:02:03.548]➜  		"metadatas/ddosbgp/ConfigSchedruleOnDemand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ConfigSchedruleOnDemand.json",
2025-08-20T19:15:59.3177937Z [00:02:03.548]➜  		"metadatas/ddosbgp/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/CreatePolicy.json",
2025-08-20T19:15:59.3179067Z [00:02:03.548]➜  		"metadatas/ddosbgp/CreateSchedruleOnDemand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/CreateSchedruleOnDemand.json",
2025-08-20T19:15:59.3179981Z [00:02:03.548]➜  		"metadatas/ddosbgp/DeleteBlackhole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeleteBlackhole.json",
2025-08-20T19:15:59.3180789Z [00:02:03.548]➜  		"metadatas/ddosbgp/DeleteIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeleteIp.json",
2025-08-20T19:15:59.3181657Z [00:02:03.548]➜  		"metadatas/ddosbgp/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeletePolicy.json",
2025-08-20T19:15:59.3182887Z [00:02:03.548]➜  		"metadatas/ddosbgp/DeleteRdMemberList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeleteRdMemberList.json",
2025-08-20T19:15:59.3184043Z [00:02:03.548]➜  		"metadatas/ddosbgp/DeleteSchedruleOnDemand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeleteSchedruleOnDemand.json",
2025-08-20T19:15:59.3185013Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeAssetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeAssetGroup.json",
2025-08-20T19:15:59.3186176Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeAssetGroupToInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeAssetGroupToInstance.json",
2025-08-20T19:15:59.3187120Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeDdosEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeDdosEvent.json",
2025-08-20T19:15:59.3188337Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeDdosOriginInstanceBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeDdosOriginInstanceBill.json",
2025-08-20T19:15:59.3189397Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeExcpetionCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeExcpetionCount.json",
2025-08-20T19:15:59.3190420Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeInstanceList.json",
2025-08-20T19:15:59.3191441Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeInstanceSpecs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeInstanceSpecs.json",
2025-08-20T19:15:59.3192711Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeOnDemandDdosEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeOnDemandDdosEvent.json",
2025-08-20T19:15:59.3193919Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeOnDemandInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeOnDemandInstanceStatus.json",
2025-08-20T19:15:59.3194903Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeOpEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeOpEntities.json",
2025-08-20T19:15:59.3195975Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribePackIpList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribePackIpList.json",
2025-08-20T19:15:59.3196976Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeRdMemberList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeRdMemberList.json",
2025-08-20T19:15:59.3197939Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeRdStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeRdStatus.json",
2025-08-20T19:15:59.3198854Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeRegions.json",
2025-08-20T19:15:59.3199855Z [00:02:03.548]➜  		"metadatas/ddosbgp/DescribeTraffic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeTraffic.json",
2025-08-20T19:15:59.3200791Z [00:02:03.548]➜  		"metadatas/ddosbgp/DetachFromPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DetachFromPolicy.json",
2025-08-20T19:15:59.3201942Z [00:02:03.548]➜  		"metadatas/ddosbgp/DettachAssetGroupToInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DettachAssetGroupToInstance.json",
2025-08-20T19:15:59.3209906Z [00:02:03.548]➜  		"metadatas/ddosbgp/GetSlsOpenStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/GetSlsOpenStatus.json",
2025-08-20T19:15:59.3211184Z [00:02:03.548]➜  		"metadatas/ddosbgp/ListOpenedAccessLogInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListOpenedAccessLogInstances.json",
2025-08-20T19:15:59.3212179Z [00:02:03.548]➜  		"metadatas/ddosbgp/ListPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListPolicy.json",
2025-08-20T19:15:59.3243663Z [00:02:03.548]➜  		"metadatas/ddosbgp/ListPolicyAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListPolicyAttachment.json",
2025-08-20T19:15:59.3244621Z [00:02:03.548]➜  		"metadatas/ddosbgp/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListTagKeys.json",
2025-08-20T19:15:59.3245577Z [00:02:03.548]➜  		"metadatas/ddosbgp/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListTagResources.json",
2025-08-20T19:15:59.3246465Z [00:02:03.548]➜  		"metadatas/ddosbgp/ModifyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ModifyPolicy.json",
2025-08-20T19:15:59.3247479Z [00:02:03.548]➜  		"metadatas/ddosbgp/ModifyPolicyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ModifyPolicyContent.json",
2025-08-20T19:15:59.3248367Z [00:02:03.548]➜  		"metadatas/ddosbgp/ModifyRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ModifyRemark.json",
2025-08-20T19:15:59.3249326Z [00:02:03.548]➜  		"metadatas/ddosbgp/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/MoveResourceGroup.json",
2025-08-20T19:15:59.3250371Z [00:02:03.548]➜  		"metadatas/ddosbgp/QuerySchedruleOnDemand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/QuerySchedruleOnDemand.json",
2025-08-20T19:15:59.3251464Z [00:02:03.548]➜  		"metadatas/ddosbgp/ReleaseDdosOriginInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ReleaseDdosOriginInstance.json",
2025-08-20T19:15:59.3252679Z [00:02:03.548]➜  		"metadatas/ddosbgp/SetInstanceModeOnDemand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/SetInstanceModeOnDemand.json",
2025-08-20T19:15:59.3253565Z [00:02:03.548]➜  		"metadatas/ddosbgp/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/TagResources.json",
2025-08-20T19:15:59.3254490Z [00:02:03.548]➜  		"metadatas/ddosbgp/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/UntagResources.json",
2025-08-20T19:15:59.3255554Z [00:02:03.548]➜  		"metadatas/ddoscoo/AddAutoCcBlacklist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/AddAutoCcBlacklist.json",
2025-08-20T19:15:59.3256524Z [00:02:03.548]➜  		"metadatas/ddoscoo/AddAutoCcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/AddAutoCcWhitelist.json",
2025-08-20T19:15:59.3257454Z [00:02:03.548]➜  		"metadatas/ddoscoo/AssociateWebCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/AssociateWebCert.json",
2025-08-20T19:15:59.3258535Z [00:02:03.548]➜  		"metadatas/ddoscoo/AttachSceneDefenseObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/AttachSceneDefenseObject.json",
2025-08-20T19:15:59.3259590Z [00:02:03.548]➜  		"metadatas/ddoscoo/ConfigL7GlobalRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigL7GlobalRule.json",
2025-08-20T19:15:59.3260539Z [00:02:03.548]➜  		"metadatas/ddoscoo/ConfigL7RsPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigL7RsPolicy.json",
2025-08-20T19:15:59.3261525Z [00:02:03.548]➜  		"metadatas/ddoscoo/ConfigL7UsKeepalive.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigL7UsKeepalive.json",
2025-08-20T19:15:59.3262713Z [00:02:03.548]➜  		"metadatas/ddoscoo/ConfigLayer4Remark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigLayer4Remark.json",
2025-08-20T19:15:59.3263825Z [00:02:03.548]➜  		"metadatas/ddoscoo/ConfigLayer4RuleBakMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigLayer4RuleBakMode.json",
2025-08-20T19:15:59.3264967Z [00:02:03.548]➜  		"metadatas/ddoscoo/ConfigLayer4RulePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigLayer4RulePolicy.json",
2025-08-20T19:15:59.3266131Z [00:02:03.548]➜  		"metadatas/ddoscoo/ConfigNetworkRegionBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigNetworkRegionBlock.json",
2025-08-20T19:15:59.3267104Z [00:02:03.548]➜  		"metadatas/ddoscoo/ConfigNetworkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigNetworkRules.json",
2025-08-20T19:15:59.3268042Z [00:02:03.548]➜  		"metadatas/ddoscoo/ConfigUdpReflect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigUdpReflect.json",
2025-08-20T19:15:59.3268987Z [00:02:03.548]➜  		"metadatas/ddoscoo/ConfigWebCCRuleV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigWebCCRuleV2.json",
2025-08-20T19:15:59.3269978Z [00:02:03.549]➜  		"metadatas/ddoscoo/ConfigWebCCTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigWebCCTemplate.json",
2025-08-20T19:15:59.3270885Z [00:02:03.549]➜  		"metadatas/ddoscoo/ConfigWebIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigWebIpSet.json",
2025-08-20T19:15:59.3271880Z [00:02:03.549]➜  		"metadatas/ddoscoo/CreateAsyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateAsyncTask.json",
2025-08-20T19:15:59.3273089Z [00:02:03.549]➜  		"metadatas/ddoscoo/CreateDomainResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateDomainResource.json",
2025-08-20T19:15:59.3274066Z [00:02:03.549]➜  		"metadatas/ddoscoo/CreateNetworkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateNetworkRules.json",
2025-08-20T19:15:59.3274902Z [00:02:03.549]➜  		"metadatas/ddoscoo/CreatePort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreatePort.json",
2025-08-20T19:15:59.3275993Z [00:02:03.549]➜  		"metadatas/ddoscoo/CreateSceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateSceneDefensePolicy.json",
2025-08-20T19:15:59.3277072Z [00:02:03.549]➜  		"metadatas/ddoscoo/CreateSchedulerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateSchedulerRule.json",
2025-08-20T19:15:59.3278048Z [00:02:03.549]➜  		"metadatas/ddoscoo/CreateTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateTagResources.json",
2025-08-20T19:15:59.3278964Z [00:02:03.549]➜  		"metadatas/ddoscoo/CreateWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateWebCCRule.json",
2025-08-20T19:15:59.3279828Z [00:02:03.549]➜  		"metadatas/ddoscoo/CreateWebRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateWebRule.json",
2025-08-20T19:15:59.3280746Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeleteAsyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteAsyncTask.json",
2025-08-20T19:15:59.3281866Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeleteAutoCcBlacklist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteAutoCcBlacklist.json",
2025-08-20T19:15:59.3283178Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeleteAutoCcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteAutoCcWhitelist.json",
2025-08-20T19:15:59.3284271Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeleteDomainResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteDomainResource.json",
2025-08-20T19:15:59.3285246Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeleteNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteNetworkRule.json",
2025-08-20T19:15:59.3286096Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeletePort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeletePort.json",
2025-08-20T19:15:59.3287204Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeleteSceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteSceneDefensePolicy.json",
2025-08-20T19:15:59.3288313Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeleteSchedulerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteSchedulerRule.json",
2025-08-20T19:15:59.3289301Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeleteTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteTagResources.json",
2025-08-20T19:15:59.3290215Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeleteWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebCCRule.json",
2025-08-20T19:15:59.3291155Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeleteWebCCRuleV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebCCRuleV2.json",
2025-08-20T19:15:59.3292232Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeleteWebCacheCustomRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebCacheCustomRule.json",
2025-08-20T19:15:59.3293540Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeleteWebPreciseAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebPreciseAccessRule.json",
2025-08-20T19:15:59.3294539Z [00:02:03.549]➜  		"metadatas/ddoscoo/DeleteWebRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebRule.json",
2025-08-20T19:15:59.3295512Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeAsyncTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAsyncTasks.json",
2025-08-20T19:15:59.3296672Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeAttackAnalysisMaxQps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAttackAnalysisMaxQps.json",
2025-08-20T19:15:59.3297715Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeAutoCcBlacklist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAutoCcBlacklist.json",
2025-08-20T19:15:59.3298850Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeAutoCcListCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAutoCcListCount.json",
2025-08-20T19:15:59.3299919Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeAutoCcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAutoCcWhitelist.json",
2025-08-20T19:15:59.3300963Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeBackSourceCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeBackSourceCidr.json",
2025-08-20T19:15:59.3302009Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeBlackholeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeBlackholeStatus.json",
2025-08-20T19:15:59.3303207Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeBlockStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeBlockStatus.json",
2025-08-20T19:15:59.3304189Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeCerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeCerts.json",
2025-08-20T19:15:59.3305185Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeCnameReuses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeCnameReuses.json",
2025-08-20T19:15:59.3306162Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDDoSEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDoSEvents.json",
2025-08-20T19:15:59.3307236Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDDosAllEventList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosAllEventList.json",
2025-08-20T19:15:59.3308252Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDDosEventArea.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventArea.json",
2025-08-20T19:15:59.3309455Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDDosEventAttackType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventAttackType.json",
2025-08-20T19:15:59.3310546Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDDosEventIsp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventIsp.json",
2025-08-20T19:15:59.3311551Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDDosEventMax.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventMax.json",
2025-08-20T19:15:59.3312744Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDDosEventSrcIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventSrcIp.json",
2025-08-20T19:15:59.3313940Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDefenseCountStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDefenseCountStatistics.json",
2025-08-20T19:15:59.3314988Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDefenseRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDefenseRecords.json",
2025-08-20T19:15:59.3316171Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDestinationPortEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDestinationPortEvent.json",
2025-08-20T19:15:59.3317375Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainAttackEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainAttackEvents.json",
2025-08-20T19:15:59.3318331Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainBps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainBps.json",
2025-08-20T19:15:59.3319467Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainH2Fingerprint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainH2Fingerprint.json",
2025-08-20T19:15:59.3320512Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainOverview.json",
2025-08-20T19:15:59.3321624Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainQPSList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainQPSList.json",
2025-08-20T19:15:59.3322827Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainResource.json",
2025-08-20T19:15:59.3324005Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainStatusCodeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainStatusCodeCount.json",
2025-08-20T19:15:59.3325188Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainStatusCodeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainStatusCodeList.json",
2025-08-20T19:15:59.3326319Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainTopAttackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopAttackList.json",
2025-08-20T19:15:59.3327570Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainTopFingerprint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopFingerprint.json",
2025-08-20T19:15:59.3328701Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainTopHttpMethod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopHttpMethod.json",
2025-08-20T19:15:59.3329789Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainTopReferer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopReferer.json",
2025-08-20T19:15:59.3330897Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainTopUserAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopUserAgent.json",
2025-08-20T19:15:59.3332145Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainViewSourceCountries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainViewSourceCountries.json",
2025-08-20T19:15:59.3333600Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainViewSourceProvinces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainViewSourceProvinces.json",
2025-08-20T19:15:59.3334937Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainViewTopCostTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainViewTopCostTime.json",
2025-08-20T19:15:59.3336017Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomainViewTopUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainViewTopUrl.json",
2025-08-20T19:15:59.3336959Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomains.json",
2025-08-20T19:15:59.3338137Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeElasticBandwidthSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeElasticBandwidthSpec.json",
2025-08-20T19:15:59.3339131Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeElasticQps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeElasticQps.json",
2025-08-20T19:15:59.3340300Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeElasticQpsRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeElasticQpsRecord.json",
2025-08-20T19:15:59.3341367Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeHealthCheckList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeHealthCheckList.json",
2025-08-20T19:15:59.3342607Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeHealthCheckStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeHealthCheckStatus.json",
2025-08-20T19:15:59.3343716Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeInstanceDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceDetails.json",
2025-08-20T19:15:59.3344720Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeInstanceExt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceExt.json",
2025-08-20T19:15:59.3345807Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeInstanceIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceIds.json",
2025-08-20T19:15:59.3346843Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeInstanceSpecs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceSpecs.json",
2025-08-20T19:15:59.3347962Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeInstanceStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceStatistics.json",
2025-08-20T19:15:59.3348992Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceStatus.json",
2025-08-20T19:15:59.3350043Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstances.json",
2025-08-20T19:15:59.3351066Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeL7GlobalRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeL7GlobalRule.json",
2025-08-20T19:15:59.3352044Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeL7RsPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeL7RsPolicy.json",
2025-08-20T19:15:59.3353241Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeL7UsKeepalive.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeL7UsKeepalive.json",
2025-08-20T19:15:59.3354329Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeLayer4RulePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeLayer4RulePolicy.json",
2025-08-20T19:15:59.3355465Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeLogStoreExistStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeLogStoreExistStatus.json",
2025-08-20T19:15:59.3356701Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeNetworkRegionBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeNetworkRegionBlock.json",
2025-08-20T19:15:59.3357921Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeNetworkRuleAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeNetworkRuleAttributes.json",
2025-08-20T19:15:59.3358935Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeNetworkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeNetworkRules.json",
2025-08-20T19:15:59.3359917Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeOpEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeOpEntities.json",
2025-08-20T19:15:59.3360774Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribePort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePort.json",
2025-08-20T19:15:59.3361896Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribePortAttackMaxFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortAttackMaxFlow.json",
2025-08-20T19:15:59.3363226Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribePortAutoCcStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortAutoCcStatus.json",
2025-08-20T19:15:59.3364293Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribePortConnsCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortConnsCount.json",
2025-08-20T19:15:59.3365319Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribePortConnsList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortConnsList.json",
2025-08-20T19:15:59.3366333Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribePortFlowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortFlowList.json",
2025-08-20T19:15:59.3367339Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribePortMaxConns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortMaxConns.json",
2025-08-20T19:15:59.3368676Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribePortViewSourceCountries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortViewSourceCountries.json",
2025-08-20T19:15:59.3369795Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribePortViewSourceIsps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortViewSourceIsps.json",
2025-08-20T19:15:59.3371008Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribePortViewSourceProvinces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortViewSourceProvinces.json",
2025-08-20T19:15:59.3372155Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeSceneDefenseObjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSceneDefenseObjects.json",
2025-08-20T19:15:59.3373554Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeSceneDefensePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSceneDefensePolicies.json",
2025-08-20T19:15:59.3374624Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeSchedulerRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSchedulerRules.json",
2025-08-20T19:15:59.3375629Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeSlaEventList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSlaEventList.json",
2025-08-20T19:15:59.3376652Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeSlsAuthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSlsAuthStatus.json",
2025-08-20T19:15:59.3377702Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeSlsLogstoreInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSlsLogstoreInfo.json",
2025-08-20T19:15:59.3378732Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeSlsOpenStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSlsOpenStatus.json",
2025-08-20T19:15:59.3379852Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeStsGrantStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeStsGrantStatus.json",
2025-08-20T19:15:59.3380819Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeSystemLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSystemLog.json",
2025-08-20T19:15:59.3381734Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeTagKeys.json",
2025-08-20T19:15:59.3382901Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeTagResources.json",
2025-08-20T19:15:59.3383880Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeUdpReflect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeUdpReflect.json",
2025-08-20T19:15:59.3384988Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeUnBlackholeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeUnBlackholeCount.json",
2025-08-20T19:15:59.3386087Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeUnBlockCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeUnBlockCount.json",
2025-08-20T19:15:59.3387360Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeWebAccessLogDispatchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAccessLogDispatchStatus.json",
2025-08-20T19:15:59.3388548Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeWebAccessLogEmptyCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAccessLogEmptyCount.json",
2025-08-20T19:15:59.3389563Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeWebAccessLogStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAccessLogStatus.json",
2025-08-20T19:15:59.3390761Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeWebAccessMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAccessMode.json",
2025-08-20T19:15:59.3391897Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeWebAreaBlockConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAreaBlockConfigs.json",
2025-08-20T19:15:59.3405992Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeWebCCRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCCRules.json",
2025-08-20T19:15:59.3407123Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeWebCCRulesV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCCRulesV2.json",
2025-08-20T19:15:59.3408253Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeWebCacheConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCacheConfigs.json",
2025-08-20T19:15:59.3409617Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeWebCcProtectSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCcProtectSwitch.json",
2025-08-20T19:15:59.3410738Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeWebCustomPorts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCustomPorts.json",
2025-08-20T19:15:59.3412023Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeWebInstanceRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebInstanceRelations.json",
2025-08-20T19:15:59.3413426Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeWebPreciseAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebPreciseAccessRule.json",
2025-08-20T19:15:59.3414406Z [00:02:03.549]➜  		"metadatas/ddoscoo/DescribeWebRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebRules.json",
2025-08-20T19:15:59.3415511Z [00:02:03.549]➜  		"metadatas/ddoscoo/DetachSceneDefenseObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DetachSceneDefenseObject.json",
2025-08-20T19:15:59.3416825Z [00:02:03.549]➜  		"metadatas/ddoscoo/DisableSceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DisableSceneDefensePolicy.json",
2025-08-20T19:15:59.3418027Z [00:02:03.549]➜  		"metadatas/ddoscoo/DisableWebAccessLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DisableWebAccessLogConfig.json",
2025-08-20T19:15:59.3418938Z [00:02:03.549]➜  		"metadatas/ddoscoo/DisableWebCC.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DisableWebCC.json",
2025-08-20T19:15:59.3419945Z [00:02:03.549]➜  		"metadatas/ddoscoo/DisableWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DisableWebCCRule.json",
2025-08-20T19:15:59.3421022Z [00:02:03.549]➜  		"metadatas/ddoscoo/EmptyAutoCcBlacklist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EmptyAutoCcBlacklist.json",
2025-08-20T19:15:59.3422112Z [00:02:03.549]➜  		"metadatas/ddoscoo/EmptyAutoCcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EmptyAutoCcWhitelist.json",
2025-08-20T19:15:59.3423474Z [00:02:03.549]➜  		"metadatas/ddoscoo/EmptySlsLogstore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EmptySlsLogstore.json",
2025-08-20T19:15:59.3424631Z [00:02:03.549]➜  		"metadatas/ddoscoo/EnableSceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EnableSceneDefensePolicy.json",
2025-08-20T19:15:59.3425793Z [00:02:03.549]➜  		"metadatas/ddoscoo/EnableWebAccessLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EnableWebAccessLogConfig.json",
2025-08-20T19:15:59.3426710Z [00:02:03.549]➜  		"metadatas/ddoscoo/EnableWebCC.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EnableWebCC.json",
2025-08-20T19:15:59.3427688Z [00:02:03.549]➜  		"metadatas/ddoscoo/EnableWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EnableWebCCRule.json",
2025-08-20T19:15:59.3428920Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyBlackholeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyBlackholeStatus.json",
2025-08-20T19:15:59.3429926Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyBlockStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyBlockStatus.json",
2025-08-20T19:15:59.3430926Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyCnameReuse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyCnameReuse.json",
2025-08-20T19:15:59.3431998Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyDomainResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyDomainResource.json",
2025-08-20T19:15:59.3433394Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyElasticBandWidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyElasticBandWidth.json",
2025-08-20T19:15:59.3434473Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyElasticBizQps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyElasticBizQps.json",
2025-08-20T19:15:59.3435473Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyFullLogTtl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyFullLogTtl.json",
2025-08-20T19:15:59.3436389Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyHeaders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyHeaders.json",
2025-08-20T19:15:59.3437524Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyHealthCheckConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyHealthCheckConfig.json",
2025-08-20T19:15:59.3438572Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyHttp2Enable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyHttp2Enable.json",
2025-08-20T19:15:59.3439524Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyInstance.json",
2025-08-20T19:15:59.3440702Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyInstanceRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyInstanceRemark.json",
2025-08-20T19:15:59.3441918Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyNetworkRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyNetworkRuleAttribute.json",
2025-08-20T19:15:59.3443053Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyOcspStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyOcspStatus.json",
2025-08-20T19:15:59.3443895Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyPort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyPort.json",
2025-08-20T19:15:59.3444992Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyPortAutoCcStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyPortAutoCcStatus.json",
2025-08-20T19:15:59.3445884Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifyQpsMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyQpsMode.json",
2025-08-20T19:15:59.3447152Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifySceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifySceneDefensePolicy.json",
2025-08-20T19:15:59.3448076Z [00:02:03.549]➜  		"metadatas/ddoscoo/ModifySchedulerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifySchedulerRule.json",
2025-08-20T19:15:59.3449073Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyTlsConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyTlsConfig.json",
2025-08-20T19:15:59.3450192Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebAIProtectMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAIProtectMode.json",
2025-08-20T19:15:59.3451463Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebAIProtectSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAIProtectSwitch.json",
2025-08-20T19:15:59.3452795Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebAccessMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAccessMode.json",
2025-08-20T19:15:59.3453853Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebAreaBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAreaBlock.json",
2025-08-20T19:15:59.3454984Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebAreaBlockSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAreaBlockSwitch.json",
2025-08-20T19:15:59.3456087Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebCCGlobalSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCCGlobalSwitch.json",
2025-08-20T19:15:59.3457191Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCCRule.json",
2025-08-20T19:15:59.3458371Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebCacheCustomRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCacheCustomRule.json",
2025-08-20T19:15:59.3459402Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebCacheMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCacheMode.json",
2025-08-20T19:15:59.3460439Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebCacheSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCacheSwitch.json",
2025-08-20T19:15:59.3461477Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebIpSetSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebIpSetSwitch.json",
2025-08-20T19:15:59.3462846Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebPreciseAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebPreciseAccessRule.json",
2025-08-20T19:15:59.3464205Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebPreciseAccessSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebPreciseAccessSwitch.json",
2025-08-20T19:15:59.3465145Z [00:02:03.550]➜  		"metadatas/ddoscoo/ModifyWebRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebRule.json",
2025-08-20T19:15:59.3466099Z [00:02:03.550]➜  		"metadatas/ddoscoo/ReleaseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ReleaseInstance.json",
2025-08-20T19:15:59.3467162Z [00:02:03.550]➜  		"metadatas/ddoscoo/SwitchSchedulerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/SwitchSchedulerRule.json",
2025-08-20T19:15:59.3468387Z [00:02:03.550]➜  		"metadatas/dds/AllocateNodePrivateNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/AllocateNodePrivateNetworkAddress.json",
2025-08-20T19:15:59.3469606Z [00:02:03.550]➜  		"metadatas/dds/AllocatePublicNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/AllocatePublicNetworkAddress.json",
2025-08-20T19:15:59.3470925Z [00:02:03.550]➜  		"metadatas/dds/CheckCloudResourceAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CheckCloudResourceAuthorized.json",
2025-08-20T19:15:59.3471970Z [00:02:03.550]➜  		"metadatas/dds/CheckRecoveryCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CheckRecoveryCondition.json",
2025-08-20T19:15:59.3473182Z [00:02:03.550]➜  		"metadatas/dds/CheckServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CheckServiceLinkedRole.json",
2025-08-20T19:15:59.3474093Z [00:02:03.550]➜  		"metadatas/dds/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateAccount.json",
2025-08-20T19:15:59.3474979Z [00:02:03.550]➜  		"metadatas/dds/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateBackup.json",
2025-08-20T19:15:59.3476057Z [00:02:03.550]➜  		"metadatas/dds/CreateDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateDBInstance.json",
2025-08-20T19:15:59.3477208Z [00:02:03.550]➜  		"metadatas/dds/CreateGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:15:59.3478034Z [00:02:03.550]➜  		"metadatas/dds/CreateNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateNode.json",
2025-08-20T19:15:59.3478945Z [00:02:03.550]➜  		"metadatas/dds/CreateNodeBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateNodeBatch.json",
2025-08-20T19:15:59.3480075Z [00:02:03.550]➜  		"metadatas/dds/CreateShardingDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateShardingDBInstance.json",
2025-08-20T19:15:59.3481119Z [00:02:03.550]➜  		"metadatas/dds/DeleteDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DeleteDBInstance.json",
2025-08-20T19:15:59.3482300Z [00:02:03.550]➜  		"metadatas/dds/DeleteGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:15:59.3483340Z [00:02:03.550]➜  		"metadatas/dds/DeleteNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DeleteNode.json",
2025-08-20T19:15:59.3484275Z [00:02:03.550]➜  		"metadatas/dds/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAccounts.json",
2025-08-20T19:15:59.3485709Z [00:02:03.550]➜  		"metadatas/dds/DescribeActiveOperationMaintenanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationMaintenanceConfig.json",
2025-08-20T19:15:59.3486870Z [00:02:03.550]➜  		"metadatas/dds/DescribeActiveOperationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTask.json",
2025-08-20T19:15:59.3488240Z [00:02:03.550]➜  		"metadatas/dds/DescribeActiveOperationTaskCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTaskCount.json",
2025-08-20T19:15:59.3489542Z [00:02:03.550]➜  		"metadatas/dds/DescribeActiveOperationTaskRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTaskRegion.json",
2025-08-20T19:15:59.3490808Z [00:02:03.550]➜  		"metadatas/dds/DescribeActiveOperationTaskType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTaskType.json",
2025-08-20T19:15:59.3491976Z [00:02:03.550]➜  		"metadatas/dds/DescribeActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTasks.json",
2025-08-20T19:15:59.3493242Z [00:02:03.550]➜  		"metadatas/dds/DescribeAuditLogFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAuditLogFilter.json",
2025-08-20T19:15:59.3494287Z [00:02:03.550]➜  		"metadatas/dds/DescribeAuditPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAuditPolicy.json",
2025-08-20T19:15:59.3495474Z [00:02:03.550]➜  		"metadatas/dds/DescribeAuditRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAuditRecords.json",
2025-08-20T19:15:59.3496622Z [00:02:03.550]➜  		"metadatas/dds/DescribeAvailabilityZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAvailabilityZones.json",
2025-08-20T19:15:59.3497908Z [00:02:03.550]➜  		"metadatas/dds/DescribeAvailableEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAvailableEngineVersion.json",
2025-08-20T19:15:59.3499026Z [00:02:03.550]➜  		"metadatas/dds/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAvailableResource.json",
2025-08-20T19:15:59.3500083Z [00:02:03.550]➜  		"metadatas/dds/DescribeBackupDBs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackupDBs.json",
2025-08-20T19:15:59.3501153Z [00:02:03.550]➜  		"metadatas/dds/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackupPolicy.json",
2025-08-20T19:15:59.3502227Z [00:02:03.550]➜  		"metadatas/dds/DescribeBackupStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackupStorage.json",
2025-08-20T19:15:59.3503444Z [00:02:03.550]➜  		"metadatas/dds/DescribeBackupTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackupTasks.json",
2025-08-20T19:15:59.3504374Z [00:02:03.550]➜  		"metadatas/dds/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackups.json",
2025-08-20T19:15:59.3505486Z [00:02:03.550]➜  		"metadatas/dds/DescribeClusterBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeClusterBackups.json",
2025-08-20T19:15:59.3506956Z [00:02:03.550]➜  		"metadatas/dds/DescribeClusterRecoverTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeClusterRecoverTime.json",
2025-08-20T19:15:59.3508183Z [00:02:03.550]➜  		"metadatas/dds/DescribeDBInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceAttribute.json",
2025-08-20T19:15:59.3509545Z [00:02:03.550]➜  		"metadatas/dds/DescribeDBInstanceEncryptionKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceEncryptionKey.json",
2025-08-20T19:15:59.3510691Z [00:02:03.550]➜  		"metadatas/dds/DescribeDBInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceMonitor.json",
2025-08-20T19:15:59.3511869Z [00:02:03.550]➜  		"metadatas/dds/DescribeDBInstancePerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstancePerformance.json",
2025-08-20T19:15:59.3513134Z [00:02:03.550]➜  		"metadatas/dds/DescribeDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceSSL.json",
2025-08-20T19:15:59.3514299Z [00:02:03.550]➜  		"metadatas/dds/DescribeDBInstanceSpecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceSpecInfo.json",
2025-08-20T19:15:59.3515423Z [00:02:03.550]➜  		"metadatas/dds/DescribeDBInstanceSwitchLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceSwitchLog.json",
2025-08-20T19:15:59.3516578Z [00:02:03.550]➜  		"metadatas/dds/DescribeDBInstanceTDEInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceTDEInfo.json",
2025-08-20T19:15:59.3517564Z [00:02:03.550]➜  		"metadatas/dds/DescribeDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstances.json",
2025-08-20T19:15:59.3518713Z [00:02:03.550]➜  		"metadatas/dds/DescribeDBInstancesOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstancesOverview.json",
2025-08-20T19:15:59.3519795Z [00:02:03.550]➜  		"metadatas/dds/DescribeErrorLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeErrorLogRecords.json",
2025-08-20T19:15:59.3521127Z [00:02:03.550]➜  		"metadatas/dds/DescribeGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:15:59.3522663Z [00:02:03.550]➜  		"metadatas/dds/DescribeGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:59.3523636Z [00:02:03.550]➜  		"metadatas/dds/DescribeHistoryTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeHistoryTasks.json",
2025-08-20T19:15:59.3524730Z [00:02:03.550]➜  		"metadatas/dds/DescribeHistoryTasksStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeHistoryTasksStat.json",
2025-08-20T19:15:59.3526206Z [00:02:03.550]➜  		"metadatas/dds/DescribeInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:59.3527375Z [00:02:03.550]➜  		"metadatas/dds/DescribeInstanceRecoverTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeInstanceRecoverTime.json",
2025-08-20T19:15:59.3528527Z [00:02:03.550]➜  		"metadatas/dds/DescribeKernelReleaseNotes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeKernelReleaseNotes.json",
2025-08-20T19:15:59.3529428Z [00:02:03.550]➜  		"metadatas/dds/DescribeKmsKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeKmsKeys.json",
2025-08-20T19:15:59.3530525Z [00:02:03.550]➜  		"metadatas/dds/DescribeMongoDBLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeMongoDBLogConfig.json",
2025-08-20T19:15:59.3532039Z [00:02:03.550]➜  		"metadatas/dds/DescribeParameterModificationHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeParameterModificationHistory.json",
2025-08-20T19:15:59.3533427Z [00:02:03.550]➜  		"metadatas/dds/DescribeParameterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeParameterTemplates.json",
2025-08-20T19:15:59.3534425Z [00:02:03.550]➜  		"metadatas/dds/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeParameters.json",
2025-08-20T19:15:59.3535329Z [00:02:03.550]➜  		"metadatas/dds/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribePrice.json",
2025-08-20T19:15:59.3536269Z [00:02:03.550]➜  		"metadatas/dds/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRegions.json",
2025-08-20T19:15:59.3537290Z [00:02:03.550]➜  		"metadatas/dds/DescribeRenewalPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRenewalPrice.json",
2025-08-20T19:15:59.3538362Z [00:02:03.550]➜  		"metadatas/dds/DescribeReplicaSetRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeReplicaSetRole.json",
2025-08-20T19:15:59.3539536Z [00:02:03.550]➜  		"metadatas/dds/DescribeRestoreDBInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRestoreDBInstanceList.json",
2025-08-20T19:15:59.3540537Z [00:02:03.550]➜  		"metadatas/dds/DescribeRoleZoneInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRoleZoneInfo.json",
2025-08-20T19:15:59.3541650Z [00:02:03.550]➜  		"metadatas/dds/DescribeRunningLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRunningLogRecords.json",
2025-08-20T19:15:59.3543239Z [00:02:03.550]➜  		"metadatas/dds/DescribeSecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:15:59.3544255Z [00:02:03.550]➜  		"metadatas/dds/DescribeSecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeSecurityIps.json",
2025-08-20T19:15:59.3545589Z [00:02:03.550]➜  		"metadatas/dds/DescribeShardingNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeShardingNetworkAddress.json",
2025-08-20T19:15:59.3546643Z [00:02:03.550]➜  		"metadatas/dds/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeSlowLogRecords.json",
2025-08-20T19:15:59.3547483Z [00:02:03.550]➜  		"metadatas/dds/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeTags.json",
2025-08-20T19:15:59.3548622Z [00:02:03.550]➜  		"metadatas/dds/DescribeUserEncryptionKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeUserEncryptionKeyList.json",
2025-08-20T19:15:59.3549670Z [00:02:03.550]➜  		"metadatas/dds/DestroyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DestroyInstance.json",
2025-08-20T19:15:59.3550626Z [00:02:03.550]➜  		"metadatas/dds/EvaluateResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/EvaluateResource.json",
2025-08-20T19:15:59.3551581Z [00:02:03.550]➜  		"metadatas/dds/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ListTagResources.json",
2025-08-20T19:15:59.3552812Z [00:02:03.550]➜  		"metadatas/dds/MigrateAvailableZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/MigrateAvailableZone.json",
2025-08-20T19:15:59.3553822Z [00:02:03.550]➜  		"metadatas/dds/MigrateToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/MigrateToOtherZone.json",
2025-08-20T19:15:59.3554948Z [00:02:03.550]➜  		"metadatas/dds/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyAccountDescription.json",
2025-08-20T19:15:59.3556274Z [00:02:03.550]➜  		"metadatas/dds/ModifyActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyActiveOperationTasks.json",
2025-08-20T19:15:59.3557382Z [00:02:03.550]➜  		"metadatas/dds/ModifyAuditLogFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyAuditLogFilter.json",
2025-08-20T19:15:59.3558356Z [00:02:03.550]➜  		"metadatas/dds/ModifyAuditPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyAuditPolicy.json",
2025-08-20T19:15:59.3559388Z [00:02:03.550]➜  		"metadatas/dds/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyBackupPolicy.json",
2025-08-20T19:15:59.3560522Z [00:02:03.550]➜  		"metadatas/dds/ModifyDBInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceAttribute.json",
2025-08-20T19:15:59.3561631Z [00:02:03.550]➜  		"metadatas/dds/ModifyDBInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceConfig.json",
2025-08-20T19:15:59.3563112Z [00:02:03.550]➜  		"metadatas/dds/ModifyDBInstanceConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:59.3564322Z [00:02:03.550]➜  		"metadatas/dds/ModifyDBInstanceDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceDescription.json",
2025-08-20T19:15:59.3565447Z [00:02:03.550]➜  		"metadatas/dds/ModifyDBInstanceDiskType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceDiskType.json",
2025-08-20T19:15:59.3566663Z [00:02:03.550]➜  		"metadatas/dds/ModifyDBInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:15:59.3567771Z [00:02:03.550]➜  		"metadatas/dds/ModifyDBInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceMonitor.json",
2025-08-20T19:15:59.3568985Z [00:02:03.550]➜  		"metadatas/dds/ModifyDBInstanceNetExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceNetExpireTime.json",
2025-08-20T19:15:59.3570305Z [00:02:03.550]➜  		"metadatas/dds/ModifyDBInstanceNetworkType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceNetworkType.json",
2025-08-20T19:15:59.3571305Z [00:02:03.550]➜  		"metadatas/dds/ModifyDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceSSL.json",
2025-08-20T19:15:59.3572353Z [00:02:03.550]➜  		"metadatas/dds/ModifyDBInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceSpec.json",
2025-08-20T19:15:59.3573567Z [00:02:03.550]➜  		"metadatas/dds/ModifyDBInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceTDE.json",
2025-08-20T19:15:59.3574889Z [00:02:03.550]➜  		"metadatas/dds/ModifyGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:15:59.3576147Z [00:02:03.550]➜  		"metadatas/dds/ModifyGlobalSecurityIPGroupName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:15:59.3577504Z [00:02:03.550]➜  		"metadatas/dds/ModifyGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:15:59.3578834Z [00:02:03.550]➜  		"metadatas/dds/ModifyInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:15:59.3579954Z [00:02:03.550]➜  		"metadatas/dds/ModifyInstanceVpcAuthMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyInstanceVpcAuthMode.json",
2025-08-20T19:15:59.3581016Z [00:02:03.550]➜  		"metadatas/dds/ModifyNodeSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyNodeSpec.json",
2025-08-20T19:15:59.3582138Z [00:02:03.550]➜  		"metadatas/dds/ModifyNodeSpecBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyNodeSpecBatch.json",
2025-08-20T19:15:59.3583379Z [00:02:03.550]➜  		"metadatas/dds/ModifyParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyParameters.json",
2025-08-20T19:15:59.3584407Z [00:02:03.550]➜  		"metadatas/dds/ModifyResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyResourceGroup.json",
2025-08-20T19:15:59.3585683Z [00:02:03.550]➜  		"metadatas/dds/ModifySecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifySecurityGroupConfiguration.json",
2025-08-20T19:15:59.3586659Z [00:02:03.550]➜  		"metadatas/dds/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifySecurityIps.json",
2025-08-20T19:15:59.3587592Z [00:02:03.550]➜  		"metadatas/dds/ModifyTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyTaskInfo.json",
2025-08-20T19:15:59.3588869Z [00:02:03.550]➜  		"metadatas/dds/ReleaseNodePrivateNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ReleaseNodePrivateNetworkAddress.json",
2025-08-20T19:15:59.3590034Z [00:02:03.550]➜  		"metadatas/dds/ReleasePublicNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ReleasePublicNetworkAddress.json",
2025-08-20T19:15:59.3590954Z [00:02:03.550]➜  		"metadatas/dds/RenewDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/RenewDBInstance.json",
2025-08-20T19:15:59.3591987Z [00:02:03.550]➜  		"metadatas/dds/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ResetAccountPassword.json",
2025-08-20T19:15:59.3593160Z [00:02:03.550]➜  		"metadatas/dds/RestartDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/RestartDBInstance.json",
2025-08-20T19:15:59.3594071Z [00:02:03.550]➜  		"metadatas/dds/RestartNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/RestartNode.json",
2025-08-20T19:15:59.3595247Z [00:02:03.550]➜  		"metadatas/dds/SwitchDBInstanceHA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/SwitchDBInstanceHA.json",
2025-08-20T19:15:59.3596131Z [00:02:03.550]➜  		"metadatas/dds/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/TagResources.json",
2025-08-20T19:15:59.3597198Z [00:02:03.550]➜  		"metadatas/dds/TransferClusterBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/TransferClusterBackup.json",
2025-08-20T19:15:59.3598356Z [00:02:03.550]➜  		"metadatas/dds/TransformInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/TransformInstanceChargeType.json",
2025-08-20T19:15:59.3599504Z [00:02:03.550]➜  		"metadatas/dds/TransformToPrePaid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/TransformToPrePaid.json",
2025-08-20T19:15:59.3600433Z [00:02:03.550]➜  		"metadatas/dds/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/UntagResources.json",
2025-08-20T19:15:59.3601663Z [00:02:03.550]➜  		"metadatas/dds/UpgradeDBInstanceEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/UpgradeDBInstanceEngineVersion.json",
2025-08-20T19:15:59.3603070Z [00:02:03.550]➜  		"metadatas/dds/UpgradeDBInstanceKernelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:15:59.3604046Z [00:02:03.550]➜  		"metadatas/devops/AddGroupMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/AddGroupMember.json",
2025-08-20T19:15:59.3605281Z [00:02:03.550]➜  		"metadatas/devops/AddPipelineRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/AddPipelineRelations.json",
2025-08-20T19:15:59.3606488Z [00:02:03.550]➜  		"metadatas/devops/AddRepositoryMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/AddRepositoryMember.json",
2025-08-20T19:15:59.3607401Z [00:02:03.550]➜  		"metadatas/devops/AddWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/AddWebhook.json",
2025-08-20T19:15:59.3608681Z [00:02:03.550]➜  		"metadatas/devops/CancelExecutionReleaseStage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CancelExecutionReleaseStage.json",
2025-08-20T19:15:59.3609706Z [00:02:03.550]➜  		"metadatas/devops/CloseMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CloseMergeRequest.json",
2025-08-20T19:15:59.3610699Z [00:02:03.550]➜  		"metadatas/devops/CreateAppMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateAppMembers.json",
2025-08-20T19:15:59.3611658Z [00:02:03.550]➜  		"metadatas/devops/CreateBranch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateBranch.json",
2025-08-20T19:15:59.3612915Z [00:02:03.550]➜  		"metadatas/devops/CreateChangeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateChangeRequest.json",
2025-08-20T19:15:59.3613895Z [00:02:03.550]➜  		"metadatas/devops/CreateCheckRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateCheckRun.json",
2025-08-20T19:15:59.3614833Z [00:02:03.550]➜  		"metadatas/devops/CreateComment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateComment.json",
2025-08-20T19:15:59.3615895Z [00:02:03.551]➜  		"metadatas/devops/CreateCommitStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateCommitStatus.json",
2025-08-20T19:15:59.3617201Z [00:02:03.551]➜  		"metadatas/devops/CreateCommitWithMultipleFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateCommitWithMultipleFiles.json",
2025-08-20T19:15:59.3618192Z [00:02:03.551]➜  		"metadatas/devops/CreateDeployKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateDeployKey.json",
2025-08-20T19:15:59.3619233Z [00:02:03.551]➜  		"metadatas/devops/CreateFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateFile.json",
2025-08-20T19:15:59.3620199Z [00:02:03.551]➜  		"metadatas/devops/CreateFlowTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateFlowTag.json",
2025-08-20T19:15:59.3621275Z [00:02:03.551]➜  		"metadatas/devops/CreateFlowTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateFlowTagGroup.json",
2025-08-20T19:15:59.3622282Z [00:02:03.551]➜  		"metadatas/devops/CreateHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateHostGroup.json",
2025-08-20T19:15:59.3623676Z [00:02:03.551]➜  		"metadatas/devops/CreateMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateMergeRequest.json",
2025-08-20T19:15:59.3624716Z [00:02:03.551]➜  		"metadatas/devops/CreateOAuthToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateOAuthToken.json",
2025-08-20T19:15:59.3625693Z [00:02:03.551]➜  		"metadatas/devops/CreatePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreatePipeline.json",
2025-08-20T19:15:59.3626771Z [00:02:03.551]➜  		"metadatas/devops/CreatePipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreatePipelineGroup.json",
2025-08-20T19:15:59.3628181Z [00:02:03.551]➜  		"metadatas/devops/CreateProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateProject.json",
2025-08-20T19:15:59.3629267Z [00:02:03.551]➜  		"metadatas/devops/CreateProjectLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateProjectLabel.json",
2025-08-20T19:15:59.3630573Z [00:02:03.551]➜  		"metadatas/devops/CreateProtectdBranch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateProtectdBranch.json",
2025-08-20T19:15:59.3631703Z [00:02:03.551]➜  		"metadatas/devops/CreatePushRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreatePushRule.json",
2025-08-20T19:15:59.3632956Z [00:02:03.551]➜  		"metadatas/devops/CreateRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateRepository.json",
2025-08-20T19:15:59.3634099Z [00:02:03.551]➜  		"metadatas/devops/CreateRepositoryGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateRepositoryGroup.json",
2025-08-20T19:15:59.3635193Z [00:02:03.551]➜  		"metadatas/devops/CreateResourceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateResourceMember.json",
2025-08-20T19:15:59.3636281Z [00:02:03.551]➜  		"metadatas/devops/CreateServiceAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateServiceAuth.json",
2025-08-20T19:15:59.3637471Z [00:02:03.551]➜  		"metadatas/devops/CreateServiceConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateServiceConnection.json",
2025-08-20T19:15:59.3639217Z [00:02:03.551]➜  		"metadatas/devops/CreateServiceCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateServiceCredential.json",
2025-08-20T19:15:59.3640219Z [00:02:03.551]➜  		"metadatas/devops/CreateSprint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateSprint.json",
2025-08-20T19:15:59.3641177Z [00:02:03.551]➜  		"metadatas/devops/CreateSshKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateSshKey.json",
2025-08-20T19:15:59.3642090Z [00:02:03.551]➜  		"metadatas/devops/CreateTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateTag.json",
2025-08-20T19:15:59.3643325Z [00:02:03.551]➜  		"metadatas/devops/CreateTestCase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateTestCase.json",
2025-08-20T19:15:59.3644454Z [00:02:03.551]➜  		"metadatas/devops/CreateUserKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateUserKey.json",
2025-08-20T19:15:59.3645533Z [00:02:03.551]➜  		"metadatas/devops/CreateVariableGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateVariableGroup.json",
2025-08-20T19:15:59.3646539Z [00:02:03.551]➜  		"metadatas/devops/CreateWorkitem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitem.json",
2025-08-20T19:15:59.3647756Z [00:02:03.551]➜  		"metadatas/devops/CreateWorkitemComment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitemComment.json",
2025-08-20T19:15:59.3648920Z [00:02:03.551]➜  		"metadatas/devops/CreateWorkitemEstimate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitemEstimate.json",
2025-08-20T19:15:59.3650200Z [00:02:03.551]➜  		"metadatas/devops/CreateWorkitemRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitemRecord.json",
2025-08-20T19:15:59.3651216Z [00:02:03.551]➜  		"metadatas/devops/CreateWorkitemV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitemV2.json",
2025-08-20T19:15:59.3652201Z [00:02:03.551]➜  		"metadatas/devops/DeleteAppMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteAppMember.json",
2025-08-20T19:15:59.3653368Z [00:02:03.551]➜  		"metadatas/devops/DeleteBranch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteBranch.json",
2025-08-20T19:15:59.3654285Z [00:02:03.551]➜  		"metadatas/devops/DeleteFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteFile.json",
2025-08-20T19:15:59.3655350Z [00:02:03.551]➜  		"metadatas/devops/DeleteFlowTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteFlowTag.json",
2025-08-20T19:15:59.3656526Z [00:02:03.551]➜  		"metadatas/devops/DeleteFlowTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteFlowTagGroup.json",
2025-08-20T19:15:59.3657598Z [00:02:03.551]➜  		"metadatas/devops/DeleteGroupMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteGroupMember.json",
2025-08-20T19:15:59.3658584Z [00:02:03.551]➜  		"metadatas/devops/DeleteHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteHostGroup.json",
2025-08-20T19:15:59.3659539Z [00:02:03.551]➜  		"metadatas/devops/DeletePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeletePipeline.json",
2025-08-20T19:15:59.3660607Z [00:02:03.551]➜  		"metadatas/devops/DeletePipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeletePipelineGroup.json",
2025-08-20T19:15:59.3661775Z [00:02:03.551]➜  		"metadatas/devops/DeletePipelineRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeletePipelineRelations.json",
2025-08-20T19:15:59.3662906Z [00:02:03.551]➜  		"metadatas/devops/DeleteProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteProject.json",
2025-08-20T19:15:59.3663901Z [00:02:03.551]➜  		"metadatas/devops/DeleteProjectLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteProjectLabel.json",
2025-08-20T19:15:59.3664971Z [00:02:03.551]➜  		"metadatas/devops/DeleteProtectedBranch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteProtectedBranch.json",
2025-08-20T19:15:59.3665939Z [00:02:03.551]➜  		"metadatas/devops/DeletePushRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeletePushRule.json",
2025-08-20T19:15:59.3666947Z [00:02:03.551]➜  		"metadatas/devops/DeleteRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteRepository.json",
2025-08-20T19:15:59.3668064Z [00:02:03.551]➜  		"metadatas/devops/DeleteRepositoryGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteRepositoryGroup.json",
2025-08-20T19:15:59.3669320Z [00:02:03.551]➜  		"metadatas/devops/DeleteRepositoryMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteRepositoryMember.json",
2025-08-20T19:15:59.3670450Z [00:02:03.551]➜  		"metadatas/devops/DeleteRepositoryWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteRepositoryWebhook.json",
2025-08-20T19:15:59.3671541Z [00:02:03.551]➜  		"metadatas/devops/DeleteResourceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteResourceMember.json",
2025-08-20T19:15:59.3672597Z [00:02:03.551]➜  		"metadatas/devops/DeleteTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteTag.json",
2025-08-20T19:15:59.3673719Z [00:02:03.551]➜  		"metadatas/devops/DeleteUserKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteUserKey.json",
2025-08-20T19:15:59.3674773Z [00:02:03.551]➜  		"metadatas/devops/DeleteVariableGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteVariableGroup.json",
2025-08-20T19:15:59.3675726Z [00:02:03.551]➜  		"metadatas/devops/DeleteWorkitem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteWorkitem.json",
2025-08-20T19:15:59.3676890Z [00:02:03.551]➜  		"metadatas/devops/DeleteWorkitemAllComment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteWorkitemAllComment.json",
2025-08-20T19:15:59.3677987Z [00:02:03.551]➜  		"metadatas/devops/DeleteWorkitemComment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteWorkitemComment.json",
2025-08-20T19:15:59.3679089Z [00:02:03.551]➜  		"metadatas/devops/EnableDeployKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/EnableDeployKey.json",
2025-08-20T19:15:59.3680517Z [00:02:03.551]➜  		"metadatas/devops/ExecuteChangeRequestReleaseStage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExecuteChangeRequestReleaseStage.json",
2025-08-20T19:15:59.3681686Z [00:02:03.551]➜  		"metadatas/devops/ExportInsightCustomValue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightCustomValue.json",
2025-08-20T19:15:59.3683169Z [00:02:03.551]➜  		"metadatas/devops/ExportInsightExpectedWorkTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightExpectedWorkTime.json",
2025-08-20T19:15:59.3684226Z [00:02:03.551]➜  		"metadatas/devops/ExportInsightField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightField.json",
2025-08-20T19:15:59.3685280Z [00:02:03.551]➜  		"metadatas/devops/ExportInsightSpace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightSpace.json",
2025-08-20T19:15:59.3686413Z [00:02:03.551]➜  		"metadatas/devops/ExportInsightSpaceRef.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightSpaceRef.json",
2025-08-20T19:15:59.3687495Z [00:02:03.551]➜  		"metadatas/devops/ExportInsightSprint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightSprint.json",
2025-08-20T19:15:59.3688551Z [00:02:03.551]➜  		"metadatas/devops/ExportInsightTagRef.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightTagRef.json",
2025-08-20T19:15:59.3689651Z [00:02:03.551]➜  		"metadatas/devops/ExportInsightWorkTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightWorkTime.json",
2025-08-20T19:15:59.3690848Z [00:02:03.551]➜  		"metadatas/devops/ExportInsightWorkitemStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightWorkitemStatus.json",
2025-08-20T19:15:59.3692747Z [00:02:03.551]➜  		"metadatas/devops/ExportInsightWorkitemStatusJoinWorkitemDefectExtra.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightWorkitemStatusJoinWorkitemDefectExtra.json",
2025-08-20T19:15:59.3694215Z [00:02:03.551]➜  		"metadatas/devops/ExportInsightWorkitemVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightWorkitemVersion.json",
2025-08-20T19:15:59.3695334Z [00:02:03.551]➜  		"metadatas/devops/ExportWorkitemActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportWorkitemActivity.json",
2025-08-20T19:15:59.3696294Z [00:02:03.551]➜  		"metadatas/devops/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetApplication.json",
2025-08-20T19:15:59.3697226Z [00:02:03.551]➜  		"metadatas/devops/GetBranchInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetBranchInfo.json",
2025-08-20T19:15:59.3698153Z [00:02:03.551]➜  		"metadatas/devops/GetCheckRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetCheckRun.json",
2025-08-20T19:15:59.3699476Z [00:02:03.551]➜  		"metadatas/devops/GetCodeupOrganization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetCodeupOrganization.json",
2025-08-20T19:15:59.3700536Z [00:02:03.551]➜  		"metadatas/devops/GetCompareDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetCompareDetail.json",
2025-08-20T19:15:59.3701654Z [00:02:03.551]➜  		"metadatas/devops/GetCustomFieldOption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetCustomFieldOption.json",
2025-08-20T19:15:59.3702778Z [00:02:03.551]➜  		"metadatas/devops/GetFileBlobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetFileBlobs.json",
2025-08-20T19:15:59.3703775Z [00:02:03.551]➜  		"metadatas/devops/GetFileLastCommit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetFileLastCommit.json",
2025-08-20T19:15:59.3704968Z [00:02:03.551]➜  		"metadatas/devops/GetFlowTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetFlowTagGroup.json",
2025-08-20T19:15:59.3706122Z [00:02:03.551]➜  		"metadatas/devops/GetGroupByPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetGroupByPath.json",
2025-08-20T19:15:59.3707100Z [00:02:03.551]➜  		"metadatas/devops/GetGroupDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetGroupDetail.json",
2025-08-20T19:15:59.3708019Z [00:02:03.551]➜  		"metadatas/devops/GetHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetHostGroup.json",
2025-08-20T19:15:59.3709030Z [00:02:03.551]➜  		"metadatas/devops/GetMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetMergeRequest.json",
2025-08-20T19:15:59.3710172Z [00:02:03.551]➜  		"metadatas/devops/GetMergeRequestChangeTree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetMergeRequestChangeTree.json",
2025-08-20T19:15:59.3711200Z [00:02:03.551]➜  		"metadatas/devops/GetOrganizationMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetOrganizationMember.json",
2025-08-20T19:15:59.3712022Z [00:02:03.551]➜  		"metadatas/devops/GetPipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipeline.json",
2025-08-20T19:15:59.3713211Z [00:02:03.551]➜  		"metadatas/devops/GetPipelineArtifactUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineArtifactUrl.json",
2025-08-20T19:15:59.3714312Z [00:02:03.551]➜  		"metadatas/devops/GetPipelineEmasArtifactUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineEmasArtifactUrl.json",
2025-08-20T19:15:59.3715216Z [00:02:03.551]➜  		"metadatas/devops/GetPipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineGroup.json",
2025-08-20T19:15:59.3716127Z [00:02:03.551]➜  		"metadatas/devops/GetPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineRun.json",
2025-08-20T19:15:59.3717231Z [00:02:03.551]➜  		"metadatas/devops/GetPipelineScanReportUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineScanReportUrl.json",
2025-08-20T19:15:59.3718275Z [00:02:03.551]➜  		"metadatas/devops/GetProjectInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetProjectInfo.json",
2025-08-20T19:15:59.3719234Z [00:02:03.551]➜  		"metadatas/devops/GetProjectMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetProjectMember.json",
2025-08-20T19:15:59.3720378Z [00:02:03.551]➜  		"metadatas/devops/GetReleaseStagePipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetReleaseStagePipelineRun.json",
2025-08-20T19:15:59.3721285Z [00:02:03.551]➜  		"metadatas/devops/GetRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetRepository.json",
2025-08-20T19:15:59.3722556Z [00:02:03.551]➜  		"metadatas/devops/GetRepositoryCommit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetRepositoryCommit.json",
2025-08-20T19:15:59.3723519Z [00:02:03.551]➜  		"metadatas/devops/GetRepositoryTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetRepositoryTag.json",
2025-08-20T19:15:59.3724543Z [00:02:03.551]➜  		"metadatas/devops/GetSearchCodePreview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetSearchCodePreview.json",
2025-08-20T19:15:59.3725436Z [00:02:03.551]➜  		"metadatas/devops/GetSprintInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetSprintInfo.json",
2025-08-20T19:15:59.3726392Z [00:02:03.551]➜  		"metadatas/devops/GetTestResultList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetTestResultList.json",
2025-08-20T19:15:59.3727416Z [00:02:03.551]➜  		"metadatas/devops/GetTestcaseList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetTestcaseList.json",
2025-08-20T19:15:59.3728363Z [00:02:03.551]➜  		"metadatas/devops/GetUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetUserInfo.json",
2025-08-20T19:15:59.3729330Z [00:02:03.551]➜  		"metadatas/devops/GetVMDeployOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetVMDeployOrder.json",
2025-08-20T19:15:59.3730273Z [00:02:03.551]➜  		"metadatas/devops/GetVariableGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetVariableGroup.json",
2025-08-20T19:15:59.3731288Z [00:02:03.551]➜  		"metadatas/devops/GetWorkItemActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkItemActivity.json",
2025-08-20T19:15:59.3732214Z [00:02:03.551]➜  		"metadatas/devops/GetWorkItemInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkItemInfo.json",
2025-08-20T19:15:59.3733481Z [00:02:03.551]➜  		"metadatas/devops/GetWorkItemWorkFlowInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkItemWorkFlowInfo.json",
2025-08-20T19:15:59.3734766Z [00:02:03.551]➜  		"metadatas/devops/GetWorkitemAttachmentCreatemeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemAttachmentCreatemeta.json",
2025-08-20T19:15:59.3735831Z [00:02:03.551]➜  		"metadatas/devops/GetWorkitemCommentList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemCommentList.json",
2025-08-20T19:15:59.3736791Z [00:02:03.551]➜  		"metadatas/devops/GetWorkitemFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemFile.json",
2025-08-20T19:15:59.3737871Z [00:02:03.551]➜  		"metadatas/devops/GetWorkitemRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemRelations.json",
2025-08-20T19:15:59.3739030Z [00:02:03.551]➜  		"metadatas/devops/GetWorkitemTimeTypeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemTimeTypeList.json",
2025-08-20T19:15:59.3740097Z [00:02:03.551]➜  		"metadatas/devops/JoinPipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/JoinPipelineGroup.json",
2025-08-20T19:15:59.3741342Z [00:02:03.551]➜  		"metadatas/devops/LinkMergeRequestLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/LinkMergeRequestLabel.json",
2025-08-20T19:15:59.3742647Z [00:02:03.551]➜  		"metadatas/devops/ListAllReleaseWorkflows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListAllReleaseWorkflows.json",
2025-08-20T19:15:59.3744326Z [00:02:03.551]➜  		"metadatas/devops/ListAppReleaseStageExecutionIntegratedMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListAppReleaseStageExecutionIntegratedMetadata.json",
2025-08-20T19:15:59.3745636Z [00:02:03.551]➜  		"metadatas/devops/ListAppReleaseStageExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListAppReleaseStageExecutions.json",
2025-08-20T19:15:59.3746921Z [00:02:03.551]➜  		"metadatas/devops/ListApplicationMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListApplicationMembers.json",
2025-08-20T19:15:59.3747959Z [00:02:03.551]➜  		"metadatas/devops/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListApplications.json",
2025-08-20T19:15:59.3749350Z [00:02:03.551]➜  		"metadatas/devops/ListChangeRequestWorkflowExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListChangeRequestWorkflowExecutions.json",
2025-08-20T19:15:59.3750373Z [00:02:03.551]➜  		"metadatas/devops/ListChangeRequests.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListChangeRequests.json",
2025-08-20T19:15:59.3751425Z [00:02:03.551]➜  		"metadatas/devops/ListCheckRuns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListCheckRuns.json",
2025-08-20T19:15:59.3752823Z [00:02:03.551]➜  		"metadatas/devops/ListCommitStatuses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListCommitStatuses.json",
2025-08-20T19:15:59.3753897Z [00:02:03.551]➜  		"metadatas/devops/ListFlowTagGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListFlowTagGroups.json",
2025-08-20T19:15:59.3754879Z [00:02:03.551]➜  		"metadatas/devops/ListGroupMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListGroupMember.json",
2025-08-20T19:15:59.3755961Z [00:02:03.551]➜  		"metadatas/devops/ListGroupRepositories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListGroupRepositories.json",
2025-08-20T19:15:59.3756917Z [00:02:03.551]➜  		"metadatas/devops/ListHostGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListHostGroups.json",
2025-08-20T19:15:59.3758057Z [00:02:03.551]➜  		"metadatas/devops/ListJoinedOrganizations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListJoinedOrganizations.json",
2025-08-20T19:15:59.3759200Z [00:02:03.551]➜  		"metadatas/devops/ListMergeRequestComments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequestComments.json",
2025-08-20T19:15:59.3760362Z [00:02:03.551]➜  		"metadatas/devops/ListMergeRequestFilesReads.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequestFilesReads.json",
2025-08-20T19:15:59.3761455Z [00:02:03.551]➜  		"metadatas/devops/ListMergeRequestLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequestLabels.json",
2025-08-20T19:15:59.3762796Z [00:02:03.551]➜  		"metadatas/devops/ListMergeRequestPatchSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequestPatchSets.json",
2025-08-20T19:15:59.3763830Z [00:02:03.551]➜  		"metadatas/devops/ListMergeRequests.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequests.json",
2025-08-20T19:15:59.3764963Z [00:02:03.551]➜  		"metadatas/devops/ListOrganizationMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListOrganizationMembers.json",
2025-08-20T19:15:59.3766115Z [00:02:03.551]➜  		"metadatas/devops/ListOrganizations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListOrganizations.json",
2025-08-20T19:15:59.3767298Z [00:02:03.551]➜  		"metadatas/devops/ListPipelineGroupPipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineGroupPipelines.json",
2025-08-20T19:15:59.3768313Z [00:02:03.551]➜  		"metadatas/devops/ListPipelineGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineGroups.json",
2025-08-20T19:15:59.3769438Z [00:02:03.551]➜  		"metadatas/devops/ListPipelineJobHistorys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineJobHistorys.json",
2025-08-20T19:15:59.3770551Z [00:02:03.551]➜  		"metadatas/devops/ListPipelineJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineJobs.json",
2025-08-20T19:15:59.3771648Z [00:02:03.551]➜  		"metadatas/devops/ListPipelineRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineRelations.json",
2025-08-20T19:15:59.3772806Z [00:02:03.551]➜  		"metadatas/devops/ListPipelineRuns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineRuns.json",
2025-08-20T19:15:59.3773753Z [00:02:03.551]➜  		"metadatas/devops/ListPipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelines.json",
2025-08-20T19:15:59.3774773Z [00:02:03.551]➜  		"metadatas/devops/ListProjectLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjectLabels.json",
2025-08-20T19:15:59.3775938Z [00:02:03.551]➜  		"metadatas/devops/ListProjectMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjectMembers.json",
2025-08-20T19:15:59.3777139Z [00:02:03.551]➜  		"metadatas/devops/ListProjectTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjectTemplates.json",
2025-08-20T19:15:59.3778303Z [00:02:03.551]➜  		"metadatas/devops/ListProjectWorkitemTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjectWorkitemTypes.json",
2025-08-20T19:15:59.3779222Z [00:02:03.551]➜  		"metadatas/devops/ListProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjects.json",
2025-08-20T19:15:59.3780286Z [00:02:03.551]➜  		"metadatas/devops/ListProtectedBranches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProtectedBranches.json",
2025-08-20T19:15:59.3781221Z [00:02:03.551]➜  		"metadatas/devops/ListPushRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPushRules.json",
2025-08-20T19:15:59.3782227Z [00:02:03.551]➜  		"metadatas/devops/ListRepositories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositories.json",
2025-08-20T19:15:59.3783588Z [00:02:03.551]➜  		"metadatas/devops/ListRepositoryBranches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryBranches.json",
2025-08-20T19:15:59.3784775Z [00:02:03.551]➜  		"metadatas/devops/ListRepositoryCommitDiff.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryCommitDiff.json",
2025-08-20T19:15:59.3785926Z [00:02:03.551]➜  		"metadatas/devops/ListRepositoryCommits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryCommits.json",
2025-08-20T19:15:59.3787037Z [00:02:03.551]➜  		"metadatas/devops/ListRepositoryGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryGroups.json",
2025-08-20T19:15:59.3788397Z [00:02:03.551]➜  		"metadatas/devops/ListRepositoryMemberWithInherited.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryMemberWithInherited.json",
2025-08-20T19:15:59.3789456Z [00:02:03.551]➜  		"metadatas/devops/ListRepositoryTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryTags.json",
2025-08-20T19:15:59.3790621Z [00:02:03.551]➜  		"metadatas/devops/ListRepositoryTree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryTree.json",
2025-08-20T19:15:59.3791696Z [00:02:03.551]➜  		"metadatas/devops/ListRepositoryWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryWebhook.json",
2025-08-20T19:15:59.3792931Z [00:02:03.551]➜  		"metadatas/devops/ListResourceMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListResourceMembers.json",
2025-08-20T19:15:59.3793892Z [00:02:03.551]➜  		"metadatas/devops/ListSearchCommit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListSearchCommit.json",
2025-08-20T19:15:59.3795089Z [00:02:03.551]➜  		"metadatas/devops/ListSearchRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListSearchRepository.json",
2025-08-20T19:15:59.3796113Z [00:02:03.551]➜  		"metadatas/devops/ListSearchSourceCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListSearchSourceCode.json",
2025-08-20T19:15:59.3797039Z [00:02:03.551]➜  		"metadatas/devops/ListServiceAuths.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListServiceAuths.json",
2025-08-20T19:15:59.3798082Z [00:02:03.551]➜  		"metadatas/devops/ListServiceConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListServiceConnections.json",
2025-08-20T19:15:59.3799108Z [00:02:03.551]➜  		"metadatas/devops/ListServiceCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListServiceCredentials.json",
2025-08-20T19:15:59.3800055Z [00:02:03.552]➜  		"metadatas/devops/ListSprints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListSprints.json",
2025-08-20T19:15:59.3801094Z [00:02:03.552]➜  		"metadatas/devops/ListTestCaseFields.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListTestCaseFields.json",
2025-08-20T19:15:59.3802139Z [00:02:03.552]➜  		"metadatas/devops/ListUserDrawRecordByPk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListUserDrawRecordByPk.json",
2025-08-20T19:15:59.3803151Z [00:02:03.552]➜  		"metadatas/devops/ListUserKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListUserKeys.json",
2025-08-20T19:15:59.3804110Z [00:02:03.552]➜  		"metadatas/devops/ListUserResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListUserResources.json",
2025-08-20T19:15:59.3805074Z [00:02:03.552]➜  		"metadatas/devops/ListVariableGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListVariableGroups.json",
2025-08-20T19:15:59.3806119Z [00:02:03.552]➜  		"metadatas/devops/ListWorkItemAllFields.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkItemAllFields.json",
2025-08-20T19:15:59.3807243Z [00:02:03.552]➜  		"metadatas/devops/ListWorkItemWorkFlowStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkItemWorkFlowStatus.json",
2025-08-20T19:15:59.3808302Z [00:02:03.552]➜  		"metadatas/devops/ListWorkitemAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkitemAttachments.json",
2025-08-20T19:15:59.3809353Z [00:02:03.552]➜  		"metadatas/devops/ListWorkitemEstimate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkitemEstimate.json",
2025-08-20T19:15:59.3810274Z [00:02:03.552]➜  		"metadatas/devops/ListWorkitemTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkitemTime.json",
2025-08-20T19:15:59.3811164Z [00:02:03.552]➜  		"metadatas/devops/ListWorkitems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkitems.json",
2025-08-20T19:15:59.3812116Z [00:02:03.552]➜  		"metadatas/devops/LogPipelineJobRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/LogPipelineJobRun.json",
2025-08-20T19:15:59.3813356Z [00:02:03.552]➜  		"metadatas/devops/LogVMDeployMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/LogVMDeployMachine.json",
2025-08-20T19:15:59.3814359Z [00:02:03.552]➜  		"metadatas/devops/MergeMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/MergeMergeRequest.json",
2025-08-20T19:15:59.3815376Z [00:02:03.552]➜  		"metadatas/devops/PassPipelineValidate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/PassPipelineValidate.json",
2025-08-20T19:15:59.3816709Z [00:02:03.552]➜  		"metadatas/devops/PassReleaseStagePipelineValidate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/PassReleaseStagePipelineValidate.json",
2025-08-20T19:15:59.3817970Z [00:02:03.552]➜  		"metadatas/devops/RefusePipelineValidate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/RefusePipelineValidate.json",
2025-08-20T19:15:59.3819306Z [00:02:03.552]➜  		"metadatas/devops/RefuseReleaseStagePipelineValidate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/RefuseReleaseStagePipelineValidate.json",
2025-08-20T19:15:59.3820320Z [00:02:03.552]➜  		"metadatas/devops/ReopenMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ReopenMergeRequest.json",
2025-08-20T19:15:59.3821205Z [00:02:03.552]➜  		"metadatas/devops/ResetSshKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ResetSshKey.json",
2025-08-20T19:15:59.3822230Z [00:02:03.552]➜  		"metadatas/devops/ResumeVMDeployOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ResumeVMDeployOrder.json",
2025-08-20T19:15:59.3823593Z [00:02:03.552]➜  		"metadatas/devops/RetryPipelineJobRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/RetryPipelineJobRun.json",
2025-08-20T19:15:59.3824753Z [00:02:03.552]➜  		"metadatas/devops/RetryVMDeployMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/RetryVMDeployMachine.json",
2025-08-20T19:15:59.3825776Z [00:02:03.552]➜  		"metadatas/devops/ReviewMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ReviewMergeRequest.json",
2025-08-20T19:15:59.3826774Z [00:02:03.552]➜  		"metadatas/devops/SkipPipelineJobRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/SkipPipelineJobRun.json",
2025-08-20T19:15:59.3827801Z [00:02:03.552]➜  		"metadatas/devops/SkipVMDeployMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/SkipVMDeployMachine.json",
2025-08-20T19:15:59.3828776Z [00:02:03.552]➜  		"metadatas/devops/StartPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/StartPipelineRun.json",
2025-08-20T19:15:59.3829799Z [00:02:03.552]➜  		"metadatas/devops/StopPipelineJobRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/StopPipelineJobRun.json",
2025-08-20T19:15:59.3830795Z [00:02:03.552]➜  		"metadatas/devops/StopPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/StopPipelineRun.json",
2025-08-20T19:15:59.3831779Z [00:02:03.552]➜  		"metadatas/devops/StopVMDeployOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/StopVMDeployOrder.json",
2025-08-20T19:15:59.3832965Z [00:02:03.552]➜  		"metadatas/devops/TransferRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/TransferRepository.json",
2025-08-20T19:15:59.3834176Z [00:02:03.552]➜  		"metadatas/devops/TriggerRepositoryMirrorSync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/TriggerRepositoryMirrorSync.json",
2025-08-20T19:15:59.3835154Z [00:02:03.552]➜  		"metadatas/devops/UpdateAppMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateAppMember.json",
2025-08-20T19:15:59.3836282Z [00:02:03.552]➜  		"metadatas/devops/UpdateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateApplication.json",
2025-08-20T19:15:59.3837212Z [00:02:03.552]➜  		"metadatas/devops/UpdateCheckRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateCheckRun.json",
2025-08-20T19:15:59.3838087Z [00:02:03.552]➜  		"metadatas/devops/UpdateFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateFile.json",
2025-08-20T19:15:59.3839003Z [00:02:03.552]➜  		"metadatas/devops/UpdateFlowTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateFlowTag.json",
2025-08-20T19:15:59.3840011Z [00:02:03.552]➜  		"metadatas/devops/UpdateFlowTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateFlowTagGroup.json",
2025-08-20T19:15:59.3841034Z [00:02:03.552]➜  		"metadatas/devops/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateGroup.json",
2025-08-20T19:15:59.3842027Z [00:02:03.552]➜  		"metadatas/devops/UpdateGroupMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateGroupMember.json",
2025-08-20T19:15:59.3843153Z [00:02:03.552]➜  		"metadatas/devops/UpdateHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateHostGroup.json",
2025-08-20T19:15:59.3844154Z [00:02:03.552]➜  		"metadatas/devops/UpdateMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateMergeRequest.json",
2025-08-20T19:15:59.3845310Z [00:02:03.552]➜  		"metadatas/devops/UpdateMergeRequestPersonnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateMergeRequestPersonnel.json",
2025-08-20T19:15:59.3846510Z [00:02:03.552]➜  		"metadatas/devops/UpdateOrganizationMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateOrganizationMember.json",
2025-08-20T19:15:59.3847497Z [00:02:03.552]➜  		"metadatas/devops/UpdatePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePipeline.json",
2025-08-20T19:15:59.3848553Z [00:02:03.552]➜  		"metadatas/devops/UpdatePipelineBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePipelineBaseInfo.json",
2025-08-20T19:15:59.3849548Z [00:02:03.552]➜  		"metadatas/devops/UpdatePipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePipelineGroup.json",
2025-08-20T19:15:59.3850510Z [00:02:03.552]➜  		"metadatas/devops/UpdateProjectField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateProjectField.json",
2025-08-20T19:15:59.3851480Z [00:02:03.552]➜  		"metadatas/devops/UpdateProjectLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateProjectLabel.json",
2025-08-20T19:15:59.3852643Z [00:02:03.552]➜  		"metadatas/devops/UpdateProjectMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateProjectMember.json",
2025-08-20T19:15:59.3853824Z [00:02:03.552]➜  		"metadatas/devops/UpdateProtectedBranches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateProtectedBranches.json",
2025-08-20T19:15:59.3854825Z [00:02:03.552]➜  		"metadatas/devops/UpdatePushReviewOnOff.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePushReviewOnOff.json",
2025-08-20T19:15:59.3855695Z [00:02:03.552]➜  		"metadatas/devops/UpdatePushRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePushRule.json",
2025-08-20T19:15:59.3856604Z [00:02:03.552]➜  		"metadatas/devops/UpdateRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateRepository.json",
2025-08-20T19:15:59.3857723Z [00:02:03.552]➜  		"metadatas/devops/UpdateRepositoryMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateRepositoryMember.json",
2025-08-20T19:15:59.3858708Z [00:02:03.552]➜  		"metadatas/devops/UpdateResourceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateResourceMember.json",
2025-08-20T19:15:59.3859571Z [00:02:03.552]➜  		"metadatas/devops/UpdateTestCase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateTestCase.json",
2025-08-20T19:15:59.3860473Z [00:02:03.552]➜  		"metadatas/devops/UpdateTestResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateTestResult.json",
2025-08-20T19:15:59.3861429Z [00:02:03.552]➜  		"metadatas/devops/UpdateVariableGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateVariableGroup.json",
2025-08-20T19:15:59.3862298Z [00:02:03.552]➜  		"metadatas/devops/UpdateWorkItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateWorkItem.json",
2025-08-20T19:15:59.3863557Z [00:02:03.552]➜  		"metadatas/devops/UpdateWorkitemComment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateWorkitemComment.json",
2025-08-20T19:15:59.3864541Z [00:02:03.552]➜  		"metadatas/devops/UpdateWorkitemField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateWorkitemField.json",
2025-08-20T19:15:59.3865583Z [00:02:03.552]➜  		"metadatas/devops/WorkitemAttachmentCreate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/WorkitemAttachmentCreate.json",
2025-08-20T19:15:59.3866385Z [00:02:03.552]➜  		"metadatas/dm/AddIpfilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/AddIpfilter.json",
2025-08-20T19:15:59.3867443Z [00:02:03.552]➜  		"metadatas/dm/ApproveReplyMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ApproveReplyMailAddress.json",
2025-08-20T19:15:59.3868382Z [00:02:03.552]➜  		"metadatas/dm/BatchSendMail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/BatchSendMail.json",
2025-08-20T19:15:59.3869374Z [00:02:03.552]➜  		"metadatas/dm/CheckDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CheckDomain.json",
2025-08-20T19:15:59.3870427Z [00:02:03.552]➜  		"metadatas/dm/CheckReplyToMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CheckReplyToMailAddress.json",
2025-08-20T19:15:59.3871248Z [00:02:03.552]➜  		"metadatas/dm/CreateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateDomain.json",
2025-08-20T19:15:59.3872127Z [00:02:03.552]➜  		"metadatas/dm/CreateMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateMailAddress.json",
2025-08-20T19:15:59.3873404Z [00:02:03.552]➜  		"metadatas/dm/CreateReceiver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateReceiver.json",
2025-08-20T19:15:59.3874216Z [00:02:03.552]➜  		"metadatas/dm/CreateTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateTag.json",
2025-08-20T19:15:59.3875236Z [00:02:03.552]➜  		"metadatas/dm/CreateUserSuppression.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateUserSuppression.json",
2025-08-20T19:15:59.3876386Z [00:02:03.552]➜  		"metadatas/dm/DedicatedIpAutoRenewal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpAutoRenewal.json",
2025-08-20T19:15:59.3877500Z [00:02:03.552]➜  		"metadatas/dm/DedicatedIpChangeWarmupType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpChangeWarmupType.json",
2025-08-20T19:15:59.3878380Z [00:02:03.552]➜  		"metadatas/dm/DedicatedIpList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpList.json",
2025-08-20T19:15:59.3879413Z [00:02:03.552]➜  		"metadatas/dm/DedicatedIpNonePoolList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpNonePoolList.json",
2025-08-20T19:15:59.3880583Z [00:02:03.552]➜  		"metadatas/dm/DedicatedIpPoolCreate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpPoolCreate.json",
2025-08-20T19:15:59.3881605Z [00:02:03.552]➜  		"metadatas/dm/DedicatedIpPoolDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpPoolDelete.json",
2025-08-20T19:15:59.3882751Z [00:02:03.552]➜  		"metadatas/dm/DedicatedIpPoolList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpPoolList.json",
2025-08-20T19:15:59.3883756Z [00:02:03.552]➜  		"metadatas/dm/DedicatedIpPoolUpdate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpPoolUpdate.json",
2025-08-20T19:15:59.3884592Z [00:02:03.552]➜  		"metadatas/dm/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteDomain.json",
2025-08-20T19:15:59.3885558Z [00:02:03.552]➜  		"metadatas/dm/DeleteInvalidAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteInvalidAddress.json",
2025-08-20T19:15:59.3886607Z [00:02:03.552]➜  		"metadatas/dm/DeleteIpfilterByEdmId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteIpfilterByEdmId.json",
2025-08-20T19:15:59.3887546Z [00:02:03.552]➜  		"metadatas/dm/DeleteMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteMailAddress.json",
2025-08-20T19:15:59.3888440Z [00:02:03.552]➜  		"metadatas/dm/DeleteReceiver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteReceiver.json",
2025-08-20T19:15:59.3889377Z [00:02:03.552]➜  		"metadatas/dm/DeleteReceiverDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteReceiverDetail.json",
2025-08-20T19:15:59.3890148Z [00:02:03.552]➜  		"metadatas/dm/DeleteTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteTag.json",
2025-08-20T19:15:59.3891067Z [00:02:03.552]➜  		"metadatas/dm/DescAccountSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DescAccountSummary.json",
2025-08-20T19:15:59.3891949Z [00:02:03.552]➜  		"metadatas/dm/DescDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DescDomain.json",
2025-08-20T19:15:59.3892993Z [00:02:03.552]➜  		"metadatas/dm/GetIpProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetIpProtection.json",
2025-08-20T19:15:59.3893883Z [00:02:03.552]➜  		"metadatas/dm/GetIpfilterList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetIpfilterList.json",
2025-08-20T19:15:59.3894738Z [00:02:03.552]➜  		"metadatas/dm/GetTrackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetTrackList.json",
2025-08-20T19:15:59.3895928Z [00:02:03.552]➜  		"metadatas/dm/GetTrackListByMailFromAndTagName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetTrackListByMailFromAndTagName.json",
2025-08-20T19:15:59.3896676Z [00:02:03.552]➜  		"metadatas/dm/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetUser.json",
2025-08-20T19:15:59.3897611Z [00:02:03.552]➜  		"metadatas/dm/ListBlockSending.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ListBlockSending.json",
2025-08-20T19:15:59.3898838Z [00:02:03.552]➜  		"metadatas/dm/ListUserSuppression.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ListUserSuppression.json",
2025-08-20T19:15:59.3899814Z [00:02:03.552]➜  		"metadatas/dm/ModifyMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ModifyMailAddress.json",
2025-08-20T19:15:59.3900713Z [00:02:03.552]➜  		"metadatas/dm/ModifyPWByDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ModifyPWByDomain.json",
2025-08-20T19:15:59.3901468Z [00:02:03.552]➜  		"metadatas/dm/ModifyTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ModifyTag.json",
2025-08-20T19:15:59.3902610Z [00:02:03.552]➜  		"metadatas/dm/QueryDomainByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryDomainByParam.json",
2025-08-20T19:15:59.3903725Z [00:02:03.552]➜  		"metadatas/dm/QueryInvalidAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryInvalidAddress.json",
2025-08-20T19:15:59.3904738Z [00:02:03.552]➜  		"metadatas/dm/QueryMailAddressByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryMailAddressByParam.json",
2025-08-20T19:15:59.3905676Z [00:02:03.552]➜  		"metadatas/dm/QueryReceiverByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryReceiverByParam.json",
2025-08-20T19:15:59.3906591Z [00:02:03.552]➜  		"metadatas/dm/QueryReceiverDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryReceiverDetail.json",
2025-08-20T19:15:59.3907435Z [00:02:03.552]➜  		"metadatas/dm/QueryTagByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryTagByParam.json",
2025-08-20T19:15:59.3908388Z [00:02:03.552]➜  		"metadatas/dm/QueryTaskByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryTaskByParam.json",
2025-08-20T19:15:59.3909411Z [00:02:03.552]➜  		"metadatas/dm/RemoveUserSuppression.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/RemoveUserSuppression.json",
2025-08-20T19:15:59.3910309Z [00:02:03.552]➜  		"metadatas/dm/SaveReceiverDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SaveReceiverDetail.json",
2025-08-20T19:15:59.3911191Z [00:02:03.552]➜  		"metadatas/dm/SendTestByTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SendTestByTemplate.json",
2025-08-20T19:15:59.3912576Z [00:02:03.552]➜  		"metadatas/dm/SenderStatisticsByTagNameAndBatchID.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SenderStatisticsByTagNameAndBatchID.json",
2025-08-20T19:15:59.3913699Z [00:02:03.552]➜  		"metadatas/dm/SenderStatisticsDetailByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SenderStatisticsDetailByParam.json",
2025-08-20T19:15:59.3914672Z [00:02:03.552]➜  		"metadatas/dm/SingleSendMail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SingleSendMail.json",
2025-08-20T19:15:59.3915508Z [00:02:03.552]➜  		"metadatas/dm/UnblockSending.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/UnblockSending.json",
2025-08-20T19:15:59.3916400Z [00:02:03.552]➜  		"metadatas/dm/UpdateIpProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/UpdateIpProtection.json",
2025-08-20T19:15:59.3917160Z [00:02:03.552]➜  		"metadatas/dm/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/UpdateUser.json",
2025-08-20T19:15:59.3917985Z [00:02:03.552]➜  		"metadatas/dms-dg/AddDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/AddDatabase.json",
2025-08-20T19:15:59.3918869Z [00:02:03.552]➜  		"metadatas/dms-dg/AddDatabaseList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/AddDatabaseList.json",
2025-08-20T19:15:59.3919748Z [00:02:03.552]➜  		"metadatas/dms-dg/CheckDGEnabled.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/CheckDGEnabled.json",
2025-08-20T19:15:59.3920736Z [00:02:03.552]➜  		"metadatas/dms-dg/ConnectDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/ConnectDatabase.json",
2025-08-20T19:15:59.3921594Z [00:02:03.552]➜  		"metadatas/dms-dg/CreateGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/CreateGateway.json",
2025-08-20T19:15:59.3922798Z [00:02:03.552]➜  		"metadatas/dms-dg/CreateGatewayVerifyCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/CreateGatewayVerifyCode.json",
2025-08-20T19:15:59.3923673Z [00:02:03.552]➜  		"metadatas/dms-dg/DeleteDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DeleteDatabase.json",
2025-08-20T19:15:59.3924538Z [00:02:03.552]➜  		"metadatas/dms-dg/DeleteGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DeleteGateway.json",
2025-08-20T19:15:59.3925636Z [00:02:03.552]➜  		"metadatas/dms-dg/DeleteGatewayInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DeleteGatewayInstance.json",
2025-08-20T19:15:59.3926533Z [00:02:03.552]➜  		"metadatas/dms-dg/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DescribeRegions.json",
2025-08-20T19:15:59.3927553Z [00:02:03.552]➜  		"metadatas/dms-dg/DownloadGatewayProgram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DownloadGatewayProgram.json",
2025-08-20T19:15:59.3928521Z [00:02:03.552]➜  		"metadatas/dms-dg/FindUserGatewayById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/FindUserGatewayById.json",
2025-08-20T19:15:59.3929433Z [00:02:03.552]➜  		"metadatas/dms-dg/GetUserDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/GetUserDatabases.json",
2025-08-20T19:15:59.3930553Z [00:02:03.552]➜  		"metadatas/dms-dg/GetUserGatewayInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/GetUserGatewayInstances.json",
2025-08-20T19:15:59.3931463Z [00:02:03.552]➜  		"metadatas/dms-dg/GetUserGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/GetUserGateways.json",
2025-08-20T19:15:59.3932638Z [00:02:03.552]➜  		"metadatas/dms-dg/ListDatabaseAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/ListDatabaseAccessPoint.json",
2025-08-20T19:15:59.3933561Z [00:02:03.552]➜  		"metadatas/dms-dg/ModifyDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/ModifyDatabase.json",
2025-08-20T19:15:59.3934465Z [00:02:03.552]➜  		"metadatas/dms-dg/ModifyGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/ModifyGateway.json",
2025-08-20T19:15:59.3935387Z [00:02:03.552]➜  		"metadatas/dms-dg/RetryDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/RetryDatabase.json",
2025-08-20T19:15:59.3936392Z [00:02:03.552]➜  		"metadatas/dms-dg/StopGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/StopGateway.json",
2025-08-20T19:15:59.3937709Z [00:02:03.552]➜  		"metadatas/dms-enterprise/AddAuthorityTemplateItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddAuthorityTemplateItems.json",
2025-08-20T19:15:59.3938912Z [00:02:03.552]➜  		"metadatas/dms-enterprise/AddDesensitizationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddDesensitizationRule.json",
2025-08-20T19:15:59.3939897Z [00:02:03.552]➜  		"metadatas/dms-enterprise/AddInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddInstance.json",
2025-08-20T19:15:59.3940906Z [00:02:03.552]➜  		"metadatas/dms-enterprise/AddLhMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddLhMembers.json",
2025-08-20T19:15:59.3942170Z [00:02:03.552]➜  		"metadatas/dms-enterprise/AddLogicTableRouteConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddLogicTableRouteConfig.json",
2025-08-20T19:15:59.3943692Z [00:02:03.552]➜  		"metadatas/dms-enterprise/AddTableToCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddTableToCategory.json",
2025-08-20T19:15:59.3944775Z [00:02:03.552]➜  		"metadatas/dms-enterprise/AddTaskFlowEdges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddTaskFlowEdges.json",
2025-08-20T19:15:59.3945929Z [00:02:03.552]➜  		"metadatas/dms-enterprise/AnalyzeSQLLineage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AnalyzeSQLLineage.json",
2025-08-20T19:15:59.3946978Z [00:02:03.552]➜  		"metadatas/dms-enterprise/ApproveOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ApproveOrder.json",
2025-08-20T19:15:59.3948091Z [00:02:03.552]➜  		"metadatas/dms-enterprise/BackFill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BackFill.json",
2025-08-20T19:15:59.3949472Z [00:02:03.552]➜  		"metadatas/dms-enterprise/BatchCreateDataLakePartitions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BatchCreateDataLakePartitions.json",
2025-08-20T19:15:59.3950842Z [00:02:03.552]➜  		"metadatas/dms-enterprise/BatchDeleteDataLakePartitions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BatchDeleteDataLakePartitions.json",
2025-08-20T19:15:59.3952198Z [00:02:03.552]➜  		"metadatas/dms-enterprise/BatchUpdateDataLakePartitions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BatchUpdateDataLakePartitions.json",
2025-08-20T19:15:59.3953577Z [00:02:03.552]➜  		"metadatas/dms-enterprise/BuyPayAsYouGoOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BuyPayAsYouGoOrder.json",
2025-08-20T19:15:59.3954903Z [00:02:03.552]➜  		"metadatas/dms-enterprise/ChangeColumnSecLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ChangeColumnSecLevel.json",
2025-08-20T19:15:59.3956223Z [00:02:03.552]➜  		"metadatas/dms-enterprise/ChangeColumnSecurityLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ChangeColumnSecurityLevel.json",
2025-08-20T19:15:59.3957352Z [00:02:03.552]➜  		"metadatas/dms-enterprise/ChangeLhDagOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ChangeLhDagOwner.json",
2025-08-20T19:15:59.3958354Z [00:02:03.552]➜  		"metadatas/dms-enterprise/CloseOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CloseOrder.json",
2025-08-20T19:15:59.3959613Z [00:02:03.552]➜  		"metadatas/dms-enterprise/CreateAbacAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateAbacAuthorization.json",
2025-08-20T19:15:59.3960879Z [00:02:03.552]➜  		"metadatas/dms-enterprise/CreateAbacPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateAbacPolicy.json",
2025-08-20T19:15:59.3962182Z [00:02:03.552]➜  		"metadatas/dms-enterprise/CreateAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateAuthorityTemplate.json",
2025-08-20T19:15:59.3963592Z [00:02:03.552]➜  		"metadatas/dms-enterprise/CreateDataArchiveOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataArchiveOrder.json",
2025-08-20T19:15:59.3964747Z [00:02:03.552]➜  		"metadatas/dms-enterprise/CreateDataCorrectOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataCorrectOrder.json",
2025-08-20T19:15:59.3965910Z [00:02:03.552]➜  		"metadatas/dms-enterprise/CreateDataCronClearOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataCronClearOrder.json",
2025-08-20T19:15:59.3967052Z [00:02:03.552]➜  		"metadatas/dms-enterprise/CreateDataExportOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataExportOrder.json",
2025-08-20T19:15:59.3968290Z [00:02:03.552]➜  		"metadatas/dms-enterprise/CreateDataImportOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataImportOrder.json",
2025-08-20T19:15:59.3969424Z [00:02:03.552]➜  		"metadatas/dms-enterprise/CreateDataLakeDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataLakeDatabase.json",
2025-08-20T19:15:59.3970558Z [00:02:03.552]➜  		"metadatas/dms-enterprise/CreateDataLakeFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataLakeFunction.json",
2025-08-20T19:15:59.3971709Z [00:02:03.552]➜  		"metadatas/dms-enterprise/CreateDataLakePartition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataLakePartition.json",
2025-08-20T19:15:59.3973038Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateDataLakeTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataLakeTable.json",
2025-08-20T19:15:59.3974119Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateDataTrackOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataTrackOrder.json",
2025-08-20T19:15:59.3975259Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateDatabaseExportOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDatabaseExportOrder.json",
2025-08-20T19:15:59.3976552Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateFreeLockCorrectOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateFreeLockCorrectOrder.json",
2025-08-20T19:15:59.3977915Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateLakeHouseSpace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateLakeHouseSpace.json",
2025-08-20T19:15:59.3979096Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateLogicDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateLogicDatabase.json",
2025-08-20T19:15:59.3980213Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateMetaCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateMetaCategory.json",
2025-08-20T19:15:59.3981170Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateOrder.json",
2025-08-20T19:15:59.3982341Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateProcCorrectOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateProcCorrectOrder.json",
2025-08-20T19:15:59.3983512Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateProxy.json",
2025-08-20T19:15:59.3984697Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateProxyAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateProxyAccess.json",
2025-08-20T19:15:59.3985877Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreatePublishGroupTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreatePublishGroupTask.json",
2025-08-20T19:15:59.3986996Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateSQLReviewOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateSQLReviewOrder.json",
2025-08-20T19:15:59.3988030Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateScenario.json",
2025-08-20T19:15:59.3989125Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateStandardGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateStandardGroup.json",
2025-08-20T19:15:59.3990311Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateStructSyncOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateStructSyncOrder.json",
2025-08-20T19:15:59.3991342Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateTask.json",
2025-08-20T19:15:59.3992362Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateTaskFlow.json",
2025-08-20T19:15:59.3993699Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateUploadFileJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateUploadFileJob.json",
2025-08-20T19:15:59.3994968Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateUploadOSSFileJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateUploadOSSFileJob.json",
2025-08-20T19:15:59.3996280Z [00:02:03.553]➜  		"metadatas/dms-enterprise/CreateWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateWorkspace.json",
2025-08-20T19:15:59.3997564Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteAbacAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteAbacAuthorization.json",
2025-08-20T19:15:59.3998687Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteAbacPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteAbacPolicy.json",
2025-08-20T19:15:59.3999947Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteAuthorityTemplate.json",
2025-08-20T19:15:59.4001198Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteDataLakeDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteDataLakeDatabase.json",
2025-08-20T19:15:59.4002810Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteDataLakeFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteDataLakeFunction.json",
2025-08-20T19:15:59.4004203Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteDataLakePartition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteDataLakePartition.json",
2025-08-20T19:15:59.4005391Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteDataLakeTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteDataLakeTable.json",
2025-08-20T19:15:59.4006475Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteInstance.json",
2025-08-20T19:15:59.4007667Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteLakeHouseSpace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteLakeHouseSpace.json",
2025-08-20T19:15:59.4008851Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteLhMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteLhMembers.json",
2025-08-20T19:15:59.4010146Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteLogicDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteLogicDatabase.json",
2025-08-20T19:15:59.4011486Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteLogicTableRouteConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteLogicTableRouteConfig.json",
2025-08-20T19:15:59.4012890Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteMetaCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteMetaCategory.json",
2025-08-20T19:15:59.4014020Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteProxy.json",
2025-08-20T19:15:59.4015262Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteProxyAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteProxyAccess.json",
2025-08-20T19:15:59.4016509Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteScenario.json",
2025-08-20T19:15:59.4017775Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteStandardGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteStandardGroup.json",
2025-08-20T19:15:59.4018791Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteTask.json",
2025-08-20T19:15:59.4019889Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteTaskFlow.json",
2025-08-20T19:15:59.4021269Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteTaskFlowEdgesByCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteTaskFlowEdgesByCondition.json",
2025-08-20T19:15:59.4022614Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteUser.json",
2025-08-20T19:15:59.4023708Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DeleteWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteWorkspace.json",
2025-08-20T19:15:59.4024685Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DisableUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DisableUser.json",
2025-08-20T19:15:59.4025866Z [00:02:03.553]➜  		"metadatas/dms-enterprise/DownloadDataTrackResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DownloadDataTrackResult.json",
2025-08-20T19:15:59.4027054Z [00:02:03.553]➜  		"metadatas/dms-enterprise/EditLogicDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/EditLogicDatabase.json",
2025-08-20T19:15:59.4028017Z [00:02:03.553]➜  		"metadatas/dms-enterprise/EnableUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/EnableUser.json",
2025-08-20T19:15:59.4029104Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ExecuteDataCorrect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ExecuteDataCorrect.json",
2025-08-20T19:15:59.4030176Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ExecuteDataExport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ExecuteDataExport.json",
2025-08-20T19:15:59.4031170Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ExecuteScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ExecuteScript.json",
2025-08-20T19:15:59.4032246Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ExecuteStructSync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ExecuteStructSync.json",
2025-08-20T19:15:59.4033604Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GenerateSqlFromNL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GenerateSqlFromNL.json",
2025-08-20T19:15:59.4034621Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetAbacPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetAbacPolicy.json",
2025-08-20T19:15:59.4035681Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetApprovalDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetApprovalDetail.json",
2025-08-20T19:15:59.4036812Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetAuthorityTemplate.json",
2025-08-20T19:15:59.4038006Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetAuthorityTemplateItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetAuthorityTemplateItem.json",
2025-08-20T19:15:59.4039239Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetClassificationTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetClassificationTemplate.json",
2025-08-20T19:15:59.4040416Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDBTaskSQLJobLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDBTaskSQLJobLog.json",
2025-08-20T19:15:59.4041395Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDBTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDBTopology.json",
2025-08-20T19:15:59.4042645Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataArchiveCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataArchiveCount.json",
2025-08-20T19:15:59.4043843Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataArchiveOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataArchiveOrderDetail.json",
2025-08-20T19:15:59.4045151Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataCorrectBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectBackupFiles.json",
2025-08-20T19:15:59.4046345Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataCorrectOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectOrderDetail.json",
2025-08-20T19:15:59.4047557Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataCorrectRollbackFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectRollbackFile.json",
2025-08-20T19:15:59.4048676Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataCorrectSQLFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectSQLFile.json",
2025-08-20T19:15:59.4049938Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataCorrectTaskDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectTaskDetail.json",
2025-08-20T19:15:59.4051096Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataCronClearConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCronClearConfig.json",
2025-08-20T19:15:59.4052539Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataCronClearTaskDetailList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCronClearTaskDetailList.json",
2025-08-20T19:15:59.4053862Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataExportDownloadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataExportDownloadURL.json",
2025-08-20T19:15:59.4055137Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataExportOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataExportOrderDetail.json",
2025-08-20T19:15:59.4056488Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataExportPreCheckDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataExportPreCheckDetail.json",
2025-08-20T19:15:59.4057755Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataImportSQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataImportSQL.json",
2025-08-20T19:15:59.4058941Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataLakeCatalog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakeCatalog.json",
2025-08-20T19:15:59.4060119Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataLakeDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakeDatabase.json",
2025-08-20T19:15:59.4061295Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataLakeFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakeFunction.json",
2025-08-20T19:15:59.4062669Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataLakePartition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakePartition.json",
2025-08-20T19:15:59.4063821Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataLakeTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakeTable.json",
2025-08-20T19:15:59.4065227Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataTrackJobDegree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataTrackJobDegree.json",
2025-08-20T19:15:59.4066496Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataTrackJobTableMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataTrackJobTableMeta.json",
2025-08-20T19:15:59.4067756Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDataTrackOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataTrackOrderDetail.json",
2025-08-20T19:15:59.4068792Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDatabase.json",
2025-08-20T19:15:59.4070280Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDatabaseExportOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDatabaseExportOrderDetail.json",
2025-08-20T19:15:59.4071503Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetDbExportDownloadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDbExportDownloadURL.json",
2025-08-20T19:15:59.4072707Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetInstance.json",
2025-08-20T19:15:59.4073909Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetIntervalLimitOfSLA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetIntervalLimitOfSLA.json",
2025-08-20T19:15:59.4075144Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetLhSpaceByName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetLhSpaceByName.json",
2025-08-20T19:15:59.4076374Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetLogicDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetLogicDatabase.json",
2025-08-20T19:15:59.4077566Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetMetaTableColumn.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetMetaTableColumn.json",
2025-08-20T19:15:59.4078802Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetMetaTableDetailInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetMetaTableDetailInfo.json",
2025-08-20T19:15:59.4079999Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetOnlineDDLProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOnlineDDLProgress.json",
2025-08-20T19:15:59.4080983Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetOpLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOpLog.json",
2025-08-20T19:15:59.4082221Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetOrderAttachmentFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOrderAttachmentFile.json",
2025-08-20T19:15:59.4083495Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetOrderBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOrderBaseInfo.json",
2025-08-20T19:15:59.4084655Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetOwnerApplyOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOwnerApplyOrderDetail.json",
2025-08-20T19:15:59.4085769Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetPagedInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetPagedInstance.json",
2025-08-20T19:15:59.4087042Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetPermApplyOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetPermApplyOrderDetail.json",
2025-08-20T19:15:59.4088198Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetPhysicalDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetPhysicalDatabase.json",
2025-08-20T19:15:59.4089263Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetProxy.json",
2025-08-20T19:15:59.4090277Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetProxyAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetProxyAccess.json",
2025-08-20T19:15:59.4091399Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetRuleNumLimitOfSLA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetRuleNumLimitOfSLA.json",
2025-08-20T19:15:59.4092900Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetSQLReviewCheckResultStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetSQLReviewCheckResultStatus.json",
2025-08-20T19:15:59.4094281Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetSQLReviewOptimizeDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetSQLReviewOptimizeDetail.json",
2025-08-20T19:15:59.4095337Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetStandardGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStandardGroup.json",
2025-08-20T19:15:59.4096575Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetStructSyncExecSqlDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStructSyncExecSqlDetail.json",
2025-08-20T19:15:59.4097858Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetStructSyncJobAnalyzeResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStructSyncJobAnalyzeResult.json",
2025-08-20T19:15:59.4099111Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetStructSyncJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStructSyncJobDetail.json",
2025-08-20T19:15:59.4100385Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetStructSyncOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStructSyncOrderDetail.json",
2025-08-20T19:15:59.4101483Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetTableDBTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTableDBTopology.json",
2025-08-20T19:15:59.4102842Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetTableDesignProjectFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTableDesignProjectFlow.json",
2025-08-20T19:15:59.4104068Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetTableDesignProjectInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTableDesignProjectInfo.json",
2025-08-20T19:15:59.4105125Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetTableTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTableTopology.json",
2025-08-20T19:15:59.4106039Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTask.json",
2025-08-20T19:15:59.4107099Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetTaskFlowGraph.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTaskFlowGraph.json",
2025-08-20T19:15:59.4108276Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetTaskFlowNotification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTaskFlowNotification.json",
2025-08-20T19:15:59.4109503Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetTaskInstanceRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTaskInstanceRelation.json",
2025-08-20T19:15:59.4110399Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetUser.json",
2025-08-20T19:15:59.4111521Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetUserActiveTenant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetUserActiveTenant.json",
2025-08-20T19:15:59.4112892Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetUserUploadFileJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetUserUploadFileJob.json",
2025-08-20T19:15:59.4113838Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GetWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetWorkspace.json",
2025-08-20T19:15:59.4115025Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GrantTemplateAuthority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GrantTemplateAuthority.json",
2025-08-20T19:15:59.4116215Z [00:02:03.553]➜  		"metadatas/dms-enterprise/GrantUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GrantUserPermission.json",
2025-08-20T19:15:59.4117639Z [00:02:03.553]➜  		"metadatas/dms-enterprise/InspectProxyAccessSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/InspectProxyAccessSecret.json",
2025-08-20T19:15:59.4118890Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListAbacAuthorizations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAbacAuthorizations.json",
2025-08-20T19:15:59.4120018Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListAbacPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAbacPolicies.json",
2025-08-20T19:15:59.4121219Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorityTemplate.json",
2025-08-20T19:15:59.4122961Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListAuthorizedDatabasesForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorizedDatabasesForUser.json",
2025-08-20T19:15:59.4124525Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListAuthorizedInstancesForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorizedInstancesForUser.json",
2025-08-20T19:15:59.4125931Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListAuthorizedUsersForDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorizedUsersForDatabase.json",
2025-08-20T19:15:59.4127334Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListAuthorizedUsersForInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorizedUsersForInstance.json",
2025-08-20T19:15:59.4128635Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListClassificationTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListClassificationTemplates.json",
2025-08-20T19:15:59.4129631Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListColumns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListColumns.json",
2025-08-20T19:15:59.4130656Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDAGVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDAGVersions.json",
2025-08-20T19:15:59.4131685Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDBTaskSQLJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDBTaskSQLJob.json",
2025-08-20T19:15:59.4133022Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDBTaskSQLJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDBTaskSQLJobDetail.json",
2025-08-20T19:15:59.4134217Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDDLPublishRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDDLPublishRecords.json",
2025-08-20T19:15:59.4135463Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDataCorrectPreCheckDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataCorrectPreCheckDB.json",
2025-08-20T19:15:59.4136716Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDataCorrectPreCheckSQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataCorrectPreCheckSQL.json",
2025-08-20T19:15:59.4138186Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDataImportSQLPreCheckDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataImportSQLPreCheckDetail.json",
2025-08-20T19:15:59.4139342Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDataImportSQLType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataImportSQLType.json",
2025-08-20T19:15:59.4140385Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDataLakeCatalog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeCatalog.json",
2025-08-20T19:15:59.4141665Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDataLakeDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeDatabase.json",
2025-08-20T19:15:59.4143026Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDataLakeFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeFunction.json",
2025-08-20T19:15:59.4144258Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDataLakeFunctionName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeFunctionName.json",
2025-08-20T19:15:59.4145404Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDataLakePartition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakePartition.json",
2025-08-20T19:15:59.4146710Z [00:02:03.553]➜  		"metadatas/dms-enterprise/ListDataLakePartitionByFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakePartitionByFilter.json",
2025-08-20T19:15:59.4148075Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListDataLakePartitionName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakePartitionName.json",
2025-08-20T19:15:59.4149233Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListDataLakeTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeTable.json",
2025-08-20T19:15:59.4150363Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListDataLakeTableName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeTableName.json",
2025-08-20T19:15:59.4151556Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListDataLakeTablebaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeTablebaseInfo.json",
2025-08-20T19:15:59.4152925Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListDatabaseUserPermssions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDatabaseUserPermssions.json",
2025-08-20T19:15:59.4153927Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDatabases.json",
2025-08-20T19:15:59.4155020Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListDefaultSLARules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDefaultSLARules.json",
2025-08-20T19:15:59.4156178Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListDesensitizationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDesensitizationRule.json",
2025-08-20T19:15:59.4157265Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListEffectiveOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListEffectiveOrders.json",
2025-08-20T19:15:59.4158209Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListIndexes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListIndexes.json",
2025-08-20T19:15:59.4159411Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListInstanceLoginAuditLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListInstanceLoginAuditLog.json",
2025-08-20T19:15:59.4160757Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListInstanceUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListInstanceUserPermissions.json",
2025-08-20T19:15:59.4161792Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListInstances.json",
2025-08-20T19:15:59.4163346Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListLhTaskFlowAndScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListLhTaskFlowAndScenario.json",
2025-08-20T19:15:59.4164520Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListLogicDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListLogicDatabases.json",
2025-08-20T19:15:59.4165927Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListLogicTableRouteConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListLogicTableRouteConfig.json",
2025-08-20T19:15:59.4166993Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListLogicTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListLogicTables.json",
2025-08-20T19:15:59.4168072Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListMetaCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListMetaCategory.json",
2025-08-20T19:15:59.4169037Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListOrders.json",
2025-08-20T19:15:59.4170055Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListProxies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListProxies.json",
2025-08-20T19:15:59.4171251Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListProxyAccesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListProxyAccesses.json",
2025-08-20T19:15:59.4172791Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListProxySQLExecAuditLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListProxySQLExecAuditLog.json",
2025-08-20T19:15:59.4173850Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListSLARules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSLARules.json",
2025-08-20T19:15:59.4174988Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListSQLExecAuditLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSQLExecAuditLog.json",
2025-08-20T19:15:59.4176216Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListSQLReviewOriginSQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSQLReviewOriginSQL.json",
2025-08-20T19:15:59.4177299Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListScenarios.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListScenarios.json",
2025-08-20T19:15:59.4178568Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListSensitiveColumnInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitiveColumnInfo.json",
2025-08-20T19:15:59.4179796Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListSensitiveColumns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitiveColumns.json",
2025-08-20T19:15:59.4181112Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListSensitiveColumnsDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitiveColumnsDetail.json",
2025-08-20T19:15:59.4182604Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListSensitiveDataAuditLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitiveDataAuditLog.json",
2025-08-20T19:15:59.4183873Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListSensitivityLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitivityLevel.json",
2025-08-20T19:15:59.4185205Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListStandardGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListStandardGroups.json",
2025-08-20T19:15:59.4186340Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListTableColumns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTableColumns.json",
2025-08-20T19:15:59.4187375Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTables.json",
2025-08-20T19:15:59.4188576Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListTablesInCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTablesInCategory.json",
2025-08-20T19:15:59.4189663Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlow.json",
2025-08-20T19:15:59.4191061Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListTaskFlowConstants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowConstants.json",
2025-08-20T19:15:59.4192366Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListTaskFlowCooperators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowCooperators.json",
2025-08-20T19:15:59.4193929Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListTaskFlowEdgesByCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowEdgesByCondition.json",
2025-08-20T19:15:59.4195198Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowInstance.json",
2025-08-20T19:15:59.4196657Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListTaskFlowTimeVariables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowTimeVariables.json",
2025-08-20T19:15:59.4197970Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListTaskFlowsByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowsByPage.json",
2025-08-20T19:15:59.4199087Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListTasksInTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTasksInTaskFlow.json",
2025-08-20T19:15:59.4200188Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListUserPermissions.json",
2025-08-20T19:15:59.4201223Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListUserTenants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListUserTenants.json",
2025-08-20T19:15:59.4202155Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListUsers.json",
2025-08-20T19:15:59.4203426Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListWorkFlowNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListWorkFlowNodes.json",
2025-08-20T19:15:59.4204582Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListWorkFlowTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListWorkFlowTemplates.json",
2025-08-20T19:15:59.4205599Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ListWorkspaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListWorkspaces.json",
2025-08-20T19:15:59.4206851Z [00:02:03.554]➜  		"metadatas/dms-enterprise/MakeTaskFlowInstanceSuccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/MakeTaskFlowInstanceSuccess.json",
2025-08-20T19:15:59.4208047Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ModifyDataCorrectExecSQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ModifyDataCorrectExecSQL.json",
2025-08-20T19:15:59.4209392Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ModifyDesensitizationStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ModifyDesensitizationStrategy.json",
2025-08-20T19:15:59.4210515Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ModifyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ModifyInstance.json",
2025-08-20T19:15:59.4211672Z [00:02:03.554]➜  		"metadatas/dms-enterprise/MoveTaskFlowToScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/MoveTaskFlowToScenario.json",
2025-08-20T19:15:59.4212849Z [00:02:03.554]➜  		"metadatas/dms-enterprise/OfflineTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/OfflineTaskFlow.json",
2025-08-20T19:15:59.4214041Z [00:02:03.554]➜  		"metadatas/dms-enterprise/PauseDataCorrectSQLJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/PauseDataCorrectSQLJob.json",
2025-08-20T19:15:59.4215237Z [00:02:03.554]➜  		"metadatas/dms-enterprise/PauseDataExportJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/PauseDataExportJob.json",
2025-08-20T19:15:59.4216272Z [00:02:03.554]➜  		"metadatas/dms-enterprise/PreviewWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/PreviewWorkflow.json",
2025-08-20T19:15:59.4217474Z [00:02:03.554]➜  		"metadatas/dms-enterprise/PublishAndDeployTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/PublishAndDeployTaskFlow.json",
2025-08-20T19:15:59.4218874Z [00:02:03.554]➜  		"metadatas/dms-enterprise/QueryDataTrackResultDownloadStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/QueryDataTrackResultDownloadStatus.json",
2025-08-20T19:15:59.4220084Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ReDeployLhDagVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ReDeployLhDagVersion.json",
2025-08-20T19:15:59.4221316Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ReRunTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ReRunTaskFlowInstance.json",
2025-08-20T19:15:59.4222632Z [00:02:03.554]➜  		"metadatas/dms-enterprise/RefundPayAsYouGoOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RefundPayAsYouGoOrder.json",
2025-08-20T19:15:59.4223719Z [00:02:03.554]➜  		"metadatas/dms-enterprise/RegisterInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RegisterInstance.json",
2025-08-20T19:15:59.4224702Z [00:02:03.554]➜  		"metadatas/dms-enterprise/RegisterUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RegisterUser.json",
2025-08-20T19:15:59.4225825Z [00:02:03.554]➜  		"metadatas/dms-enterprise/RemoveDataExportJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RemoveDataExportJob.json",
2025-08-20T19:15:59.4227031Z [00:02:03.554]➜  		"metadatas/dms-enterprise/RemoveTableFromCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RemoveTableFromCategory.json",
2025-08-20T19:15:59.4228251Z [00:02:03.554]➜  		"metadatas/dms-enterprise/RestartDataCorrectSQLJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RestartDataCorrectSQLJob.json",
2025-08-20T19:15:59.4229382Z [00:02:03.554]➜  		"metadatas/dms-enterprise/RestartDataExportJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RestartDataExportJob.json",
2025-08-20T19:15:59.4230528Z [00:02:03.554]➜  		"metadatas/dms-enterprise/ResumeTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ResumeTaskFlowInstance.json",
2025-08-20T19:15:59.4231725Z [00:02:03.554]➜  		"metadatas/dms-enterprise/RetryDataCorrectPreCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RetryDataCorrectPreCheck.json",
2025-08-20T19:15:59.4233226Z [00:02:03.554]➜  		"metadatas/dms-enterprise/RevokeTemplateAuthority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RevokeTemplateAuthority.json",
2025-08-20T19:15:59.4234352Z [00:02:03.554]➜  		"metadatas/dms-enterprise/RevokeUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RevokeUserPermission.json",
2025-08-20T19:15:59.4235479Z [00:02:03.554]➜  		"metadatas/dms-enterprise/SearchDataTrackResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SearchDataTrackResult.json",
2025-08-20T19:15:59.4236485Z [00:02:03.554]➜  		"metadatas/dms-enterprise/SearchDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SearchDatabase.json",
2025-08-20T19:15:59.4237626Z [00:02:03.554]➜  		"metadatas/dms-enterprise/SearchTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SearchTable.json",
2025-08-20T19:15:59.4238558Z [00:02:03.554]➜  		"metadatas/dms-enterprise/SetOwners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SetOwners.json",
2025-08-20T19:15:59.4239676Z [00:02:03.554]➜  		"metadatas/dms-enterprise/SetWorkflowExtraInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SetWorkflowExtraInfo.json",
2025-08-20T19:15:59.4240763Z [00:02:03.554]➜  		"metadatas/dms-enterprise/SimplyAddInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SimplyAddInstance.json",
2025-08-20T19:15:59.4242044Z [00:02:03.554]➜  		"metadatas/dms-enterprise/SkipDataCorrectRowCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SkipDataCorrectRowCheck.json",
2025-08-20T19:15:59.4243587Z [00:02:03.554]➜  		"metadatas/dms-enterprise/StopTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/StopTaskFlowInstance.json",
2025-08-20T19:15:59.4245011Z [00:02:03.554]➜  		"metadatas/dms-enterprise/SubmitOrderApproval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SubmitOrderApproval.json",
2025-08-20T19:15:59.4246441Z [00:02:03.554]➜  		"metadatas/dms-enterprise/SubmitStructSyncOrderApproval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SubmitStructSyncOrderApproval.json",
2025-08-20T19:15:59.4247695Z [00:02:03.554]➜  		"metadatas/dms-enterprise/SuspendDataExportJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SuspendDataExportJob.json",
2025-08-20T19:15:59.4248954Z [00:02:03.554]➜  		"metadatas/dms-enterprise/SuspendTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SuspendTaskFlowInstance.json",
2025-08-20T19:15:59.4250047Z [00:02:03.554]➜  		"metadatas/dms-enterprise/SyncDatabaseMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SyncDatabaseMeta.json",
2025-08-20T19:15:59.4251111Z [00:02:03.554]➜  		"metadatas/dms-enterprise/SyncInstanceMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SyncInstanceMeta.json",
2025-08-20T19:15:59.4252142Z [00:02:03.554]➜  		"metadatas/dms-enterprise/TryRunTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/TryRunTaskFlow.json",
2025-08-20T19:15:59.4253374Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateAbacPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateAbacPolicy.json",
2025-08-20T19:15:59.4254577Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateAuthorityTemplate.json",
2025-08-20T19:15:59.4255753Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateDataLakeDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateDataLakeDatabase.json",
2025-08-20T19:15:59.4256919Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateDataLakeFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateDataLakeFunction.json",
2025-08-20T19:15:59.4258242Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateDataLakePartition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateDataLakePartition.json",
2025-08-20T19:15:59.4259345Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateDataLakeTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateDataLakeTable.json",
2025-08-20T19:15:59.4260360Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateInstance.json",
2025-08-20T19:15:59.4261446Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateMetaCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateMetaCategory.json",
2025-08-20T19:15:59.4262713Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateSLARules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateSLARules.json",
2025-08-20T19:15:59.4263732Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateScenario.json",
2025-08-20T19:15:59.4264844Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateStandardGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateStandardGroup.json",
2025-08-20T19:15:59.4265888Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskConfig.json",
2025-08-20T19:15:59.4267053Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskContent.json",
2025-08-20T19:15:59.4268237Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskContentV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskContentV2.json",
2025-08-20T19:15:59.4269421Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskFlowConstants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowConstants.json",
2025-08-20T19:15:59.4270642Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskFlowCooperators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowCooperators.json",
2025-08-20T19:15:59.4271745Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskFlowEdges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowEdges.json",
2025-08-20T19:15:59.4273124Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskFlowNameAndDesc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowNameAndDesc.json",
2025-08-20T19:15:59.4274389Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskFlowNotification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowNotification.json",
2025-08-20T19:15:59.4275505Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskFlowOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowOwner.json",
2025-08-20T19:15:59.4276682Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskFlowRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowRelations.json",
2025-08-20T19:15:59.4277842Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskFlowSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowSchedule.json",
2025-08-20T19:15:59.4279095Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskFlowTimeVariables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowTimeVariables.json",
2025-08-20T19:15:59.4280123Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskName.json",
2025-08-20T19:15:59.4281272Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskOutput.json",
2025-08-20T19:15:59.4282576Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateTaskTimeVariables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskTimeVariables.json",
2025-08-20T19:15:59.4283539Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateUser.json",
2025-08-20T19:15:59.4284576Z [00:02:03.554]➜  		"metadatas/dms-enterprise/UpdateWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateWorkspace.json",
2025-08-20T19:15:59.4285537Z [00:02:03.554]➜  		"metadatas/domain/CheckDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/CheckDomain.json",
2025-08-20T19:15:59.4286570Z [00:02:03.554]➜  		"metadatas/domain/DeleteContactTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/DeleteContactTemplate.json",
2025-08-20T19:15:59.4287660Z [00:02:03.554]➜  		"metadatas/domain/QueryBatchTaskDetailList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryBatchTaskDetailList.json",
2025-08-20T19:15:59.4288625Z [00:02:03.554]➜  		"metadatas/domain/QueryBatchTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryBatchTaskList.json",
2025-08-20T19:15:59.4289492Z [00:02:03.554]➜  		"metadatas/domain/QueryContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryContact.json",
2025-08-20T19:15:59.4290589Z [00:02:03.554]➜  		"metadatas/domain/QueryContactTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryContactTemplate.json",
2025-08-20T19:15:59.4291691Z [00:02:03.554]➜  		"metadatas/domain/QueryDomainBySaleId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryDomainBySaleId.json",
2025-08-20T19:15:59.4292841Z [00:02:03.554]➜  		"metadatas/domain/QueryDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryDomainList.json",
2025-08-20T19:15:59.4293962Z [00:02:03.554]➜  		"metadatas/domain/QueryFailReasonList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryFailReasonList.json",
2025-08-20T19:15:59.4295063Z [00:02:03.554]➜  		"metadatas/domain/SaveContactTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveContactTemplate.json",
2025-08-20T19:15:59.4296388Z [00:02:03.554]➜  		"metadatas/domain/SaveContactTemplateCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveContactTemplateCredential.json",
2025-08-20T19:15:59.4297686Z [00:02:03.554]➜  		"metadatas/domain/SaveTaskForModifyingDomainDns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForModifyingDomainDns.json",
2025-08-20T19:15:59.4299148Z [00:02:03.554]➜  		"metadatas/domain/SaveTaskForSubmittingDomainNameCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForSubmittingDomainNameCredential.json",
2025-08-20T19:15:59.4300830Z [00:02:03.554]➜  		"metadatas/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json",
2025-08-20T19:15:59.4302183Z [00:02:03.554]➜  		"metadatas/domain/SaveTaskForUpdatingContactByTempateId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForUpdatingContactByTempateId.json",
2025-08-20T19:15:59.4303764Z [00:02:03.554]➜  		"metadatas/domain/SaveTaskForUpdatingContactByTemplateId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForUpdatingContactByTemplateId.json",
2025-08-20T19:15:59.4304825Z [00:02:03.554]➜  		"metadatas/domain/WhoisProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/WhoisProtection.json",
2025-08-20T19:15:59.4305830Z [00:02:03.554]➜  		"metadatas/drds/ChangeAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ChangeAccountPassword.json",
2025-08-20T19:15:59.4306780Z [00:02:03.554]➜  		"metadatas/drds/ChangeInstanceAzone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ChangeInstanceAzone.json",
2025-08-20T19:15:59.4307671Z [00:02:03.554]➜  		"metadatas/drds/CheckDrdsDbName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CheckDrdsDbName.json",
2025-08-20T19:15:59.4308641Z [00:02:03.554]➜  		"metadatas/drds/CheckExpandStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CheckExpandStatus.json",
2025-08-20T19:15:59.4309813Z [00:02:03.554]➜  		"metadatas/drds/CheckSqlAuditEnableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CheckSqlAuditEnableStatus.json",
2025-08-20T19:15:59.4310659Z [00:02:03.554]➜  		"metadatas/drds/CreateDrdsDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateDrdsDB.json",
2025-08-20T19:15:59.4311588Z [00:02:03.554]➜  		"metadatas/drds/CreateDrdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateDrdsInstance.json",
2025-08-20T19:15:59.4312729Z [00:02:03.554]➜  		"metadatas/drds/CreateInstanceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateInstanceAccount.json",
2025-08-20T19:15:59.4313893Z [00:02:03.554]➜  		"metadatas/drds/CreateInstanceInternetAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateInstanceInternetAddress.json",
2025-08-20T19:15:59.4314910Z [00:02:03.554]➜  		"metadatas/drds/CreateOrderForRds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateOrderForRds.json",
2025-08-20T19:15:59.4315867Z [00:02:03.554]➜  		"metadatas/drds/CreateShardTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateShardTask.json",
2025-08-20T19:15:59.4316768Z [00:02:03.554]➜  		"metadatas/drds/DescribeBackMenu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackMenu.json",
2025-08-20T19:15:59.4317677Z [00:02:03.554]➜  		"metadatas/drds/DescribeBackupDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupDbs.json",
2025-08-20T19:15:59.4318633Z [00:02:03.554]➜  		"metadatas/drds/DescribeBackupLocal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupLocal.json",
2025-08-20T19:15:59.4319607Z [00:02:03.554]➜  		"metadatas/drds/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupPolicy.json",
2025-08-20T19:15:59.4320555Z [00:02:03.554]➜  		"metadatas/drds/DescribeBackupSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupSets.json",
2025-08-20T19:15:59.4321506Z [00:02:03.554]➜  		"metadatas/drds/DescribeBackupTimes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupTimes.json",
2025-08-20T19:15:59.4322694Z [00:02:03.554]➜  		"metadatas/drds/DescribeBroadcastTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBroadcastTables.json",
2025-08-20T19:15:59.4323730Z [00:02:03.554]➜  		"metadatas/drds/DescribeDbInstanceDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDbInstanceDbs.json",
2025-08-20T19:15:59.4324689Z [00:02:03.554]➜  		"metadatas/drds/DescribeDbInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDbInstances.json",
2025-08-20T19:15:59.4325577Z [00:02:03.554]➜  		"metadatas/drds/DescribeDrdsDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDB.json",
2025-08-20T19:15:59.4326591Z [00:02:03.554]➜  		"metadatas/drds/DescribeDrdsDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDBCluster.json",
2025-08-20T19:15:59.4327833Z [00:02:03.554]➜  		"metadatas/drds/DescribeDrdsDBIpWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDBIpWhiteList.json",
2025-08-20T19:15:59.4328703Z [00:02:03.554]➜  		"metadatas/drds/DescribeDrdsDBs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDBs.json",
2025-08-20T19:15:59.4329715Z [00:02:03.554]➜  		"metadatas/drds/DescribeDrdsDbInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDbInstance.json",
2025-08-20T19:15:59.4330726Z [00:02:03.554]➜  		"metadatas/drds/DescribeDrdsDbInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDbInstances.json",
2025-08-20T19:15:59.4331902Z [00:02:03.554]➜  		"metadatas/drds/DescribeDrdsDbRdsNameList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDbRdsNameList.json",
2025-08-20T19:15:59.4333018Z [00:02:03.554]➜  		"metadatas/drds/DescribeDrdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstance.json",
2025-08-20T19:15:59.4334178Z [00:02:03.554]➜  		"metadatas/drds/DescribeDrdsInstanceDbMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstanceDbMonitor.json",
2025-08-20T19:15:59.4335339Z [00:02:03.555]➜  		"metadatas/drds/DescribeDrdsInstanceLevelTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstanceLevelTasks.json",
2025-08-20T19:15:59.4336445Z [00:02:03.555]➜  		"metadatas/drds/DescribeDrdsInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstanceMonitor.json",
2025-08-20T19:15:59.4337651Z [00:02:03.555]➜  		"metadatas/drds/DescribeDrdsInstanceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstanceVersion.json",
2025-08-20T19:15:59.4338722Z [00:02:03.555]➜  		"metadatas/drds/DescribeDrdsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstances.json",
2025-08-20T19:15:59.4339653Z [00:02:03.555]➜  		"metadatas/drds/DescribeDrdsParams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsParams.json",
2025-08-20T19:15:59.4340699Z [00:02:03.555]➜  		"metadatas/drds/DescribeDrdsRdsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsRdsInstances.json",
2025-08-20T19:15:59.4341819Z [00:02:03.555]➜  		"metadatas/drds/DescribeDrdsShardingDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsShardingDbs.json",
2025-08-20T19:15:59.4343077Z [00:02:03.555]➜  		"metadatas/drds/DescribeDrdsSlowSqls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsSlowSqls.json",
2025-08-20T19:15:59.4344287Z [00:02:03.555]➜  		"metadatas/drds/DescribeDrdsSqlAuditStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsSqlAuditStatus.json",
2025-08-20T19:15:59.4345296Z [00:02:03.555]➜  		"metadatas/drds/DescribeDrdsTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsTasks.json",
2025-08-20T19:15:59.4346631Z [00:02:03.555]➜  		"metadatas/drds/DescribeExpandLogicTableInfoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeExpandLogicTableInfoList.json",
2025-08-20T19:15:59.4347610Z [00:02:03.555]➜  		"metadatas/drds/DescribeHotDbList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeHotDbList.json",
2025-08-20T19:15:59.4348650Z [00:02:03.555]➜  		"metadatas/drds/DescribeInstDbLogInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstDbLogInfo.json",
2025-08-20T19:15:59.4349667Z [00:02:03.555]➜  		"metadatas/drds/DescribeInstDbSlsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstDbSlsInfo.json",
2025-08-20T19:15:59.4350882Z [00:02:03.555]➜  		"metadatas/drds/DescribeInstanceAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstanceAccounts.json",
2025-08-20T19:15:59.4351998Z [00:02:03.555]➜  		"metadatas/drds/DescribeInstanceSwitchAzone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstanceSwitchAzone.json",
2025-08-20T19:15:59.4353329Z [00:02:03.555]➜  		"metadatas/drds/DescribeInstanceSwitchNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstanceSwitchNetwork.json",
2025-08-20T19:15:59.4354370Z [00:02:03.555]➜  		"metadatas/drds/DescribePreCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribePreCheckResult.json",
2025-08-20T19:15:59.4355491Z [00:02:03.555]➜  		"metadatas/drds/DescribeRDSPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRDSPerformance.json",
2025-08-20T19:15:59.4356481Z [00:02:03.555]➜  		"metadatas/drds/DescribeRdsCommodity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRdsCommodity.json",
2025-08-20T19:15:59.4357625Z [00:02:03.555]➜  		"metadatas/drds/DescribeRdsPerformanceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRdsPerformanceSummary.json",
2025-08-20T19:15:59.4358837Z [00:02:03.555]➜  		"metadatas/drds/DescribeRdsSuperAccountInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRdsSuperAccountInstances.json",
2025-08-20T19:15:59.4359878Z [00:02:03.555]➜  		"metadatas/drds/DescribeRecycleBinStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRecycleBinStatus.json",
2025-08-20T19:15:59.4361013Z [00:02:03.555]➜  		"metadatas/drds/DescribeRecycleBinTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRecycleBinTables.json",
2025-08-20T19:15:59.4362084Z [00:02:03.555]➜  		"metadatas/drds/DescribeRestoreOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRestoreOrder.json",
2025-08-20T19:15:59.4363233Z [00:02:03.555]➜  		"metadatas/drds/DescribeShardTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeShardTaskInfo.json",
2025-08-20T19:15:59.4364263Z [00:02:03.555]➜  		"metadatas/drds/DescribeSqlFlashbakTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeSqlFlashbakTask.json",
2025-08-20T19:15:59.4365147Z [00:02:03.555]➜  		"metadatas/drds/DescribeTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeTable.json",
2025-08-20T19:15:59.4366181Z [00:02:03.555]➜  		"metadatas/drds/DescribeTableListByType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeTableListByType.json",
2025-08-20T19:15:59.4367063Z [00:02:03.555]➜  		"metadatas/drds/DescribeTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeTables.json",
2025-08-20T19:15:59.4367951Z [00:02:03.555]➜  		"metadatas/drds/DisableSqlAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DisableSqlAudit.json",
2025-08-20T19:15:59.4369014Z [00:02:03.555]➜  		"metadatas/drds/EnableInstanceIpv6Address.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/EnableInstanceIpv6Address.json",
2025-08-20T19:15:59.4369881Z [00:02:03.555]➜  		"metadatas/drds/EnableSqlAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/EnableSqlAudit.json",
2025-08-20T19:15:59.4371025Z [00:02:03.555]➜  		"metadatas/drds/EnableSqlFlashbackMatchSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/EnableSqlFlashbackMatchSwitch.json",
2025-08-20T19:15:59.4372082Z [00:02:03.555]➜  		"metadatas/drds/FlashbackRecycleBinTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/FlashbackRecycleBinTable.json",
2025-08-20T19:15:59.4373289Z [00:02:03.555]➜  		"metadatas/drds/GetDrdsDbRdsRelationInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/GetDrdsDbRdsRelationInfo.json",
2025-08-20T19:15:59.4374298Z [00:02:03.555]➜  		"metadatas/drds/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ListTagResources.json",
2025-08-20T19:15:59.4375184Z [00:02:03.555]➜  		"metadatas/drds/ManagePrivateRds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ManagePrivateRds.json",
2025-08-20T19:15:59.4376231Z [00:02:03.555]➜  		"metadatas/drds/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyAccountDescription.json",
2025-08-20T19:15:59.4377234Z [00:02:03.555]➜  		"metadatas/drds/ModifyAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyAccountPrivilege.json",
2025-08-20T19:15:59.4378631Z [00:02:03.555]➜  		"metadatas/drds/ModifyDrdsInstanceDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyDrdsInstanceDescription.json",
2025-08-20T19:15:59.4379625Z [00:02:03.555]➜  		"metadatas/drds/ModifyDrdsIpWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyDrdsIpWhiteList.json",
2025-08-20T19:15:59.4380653Z [00:02:03.555]➜  		"metadatas/drds/ModifyPolarDbReadWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyPolarDbReadWeight.json",
2025-08-20T19:15:59.4381609Z [00:02:03.555]➜  		"metadatas/drds/ModifyRdsReadWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyRdsReadWeight.json",
2025-08-20T19:15:59.4382645Z [00:02:03.555]➜  		"metadatas/drds/PutStartBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/PutStartBackup.json",
2025-08-20T19:15:59.4383691Z [00:02:03.555]➜  		"metadatas/drds/RefreshDrdsAtomUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RefreshDrdsAtomUrl.json",
2025-08-20T19:15:59.4384961Z [00:02:03.555]➜  		"metadatas/drds/ReleaseInstanceInternetAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ReleaseInstanceInternetAddress.json",
2025-08-20T19:15:59.4385875Z [00:02:03.555]➜  		"metadatas/drds/RemoveBackupsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveBackupsSet.json",
2025-08-20T19:15:59.4386704Z [00:02:03.555]➜  		"metadatas/drds/RemoveDrdsDb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveDrdsDb.json",
2025-08-20T19:15:59.4387756Z [00:02:03.555]➜  		"metadatas/drds/RemoveDrdsDbFailedRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveDrdsDbFailedRecord.json",
2025-08-20T19:15:59.4388683Z [00:02:03.555]➜  		"metadatas/drds/RemoveDrdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveDrdsInstance.json",
2025-08-20T19:15:59.4389703Z [00:02:03.555]➜  		"metadatas/drds/RemoveInstanceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveInstanceAccount.json",
2025-08-20T19:15:59.4390762Z [00:02:03.555]➜  		"metadatas/drds/RemoveRecycleBinTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveRecycleBinTable.json",
2025-08-20T19:15:59.4391847Z [00:02:03.555]➜  		"metadatas/drds/RestartDrdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RestartDrdsInstance.json",
2025-08-20T19:15:59.4393160Z [00:02:03.555]➜  		"metadatas/drds/RollbackInstanceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RollbackInstanceVersion.json",
2025-08-20T19:15:59.4394157Z [00:02:03.555]➜  		"metadatas/drds/SetBackupLocal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetBackupLocal.json",
2025-08-20T19:15:59.4395156Z [00:02:03.555]➜  		"metadatas/drds/SetBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetBackupPolicy.json",
2025-08-20T19:15:59.4396246Z [00:02:03.555]➜  		"metadatas/drds/SetupBroadcastTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetupBroadcastTables.json",
2025-08-20T19:15:59.4397314Z [00:02:03.555]➜  		"metadatas/drds/SetupDrdsParams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetupDrdsParams.json",
2025-08-20T19:15:59.4398328Z [00:02:03.555]➜  		"metadatas/drds/SetupRecycleBinStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetupRecycleBinStatus.json",
2025-08-20T19:15:59.4399136Z [00:02:03.555]➜  		"metadatas/drds/SetupTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetupTable.json",
2025-08-20T19:15:59.4399967Z [00:02:03.555]➜  		"metadatas/drds/StartRestore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/StartRestore.json",
2025-08-20T19:15:59.4400964Z [00:02:03.555]➜  		"metadatas/drds/SubmitCleanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitCleanTask.json",
2025-08-20T19:15:59.4402085Z [00:02:03.555]➜  		"metadatas/drds/SubmitHotExpandPreCheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitHotExpandPreCheckTask.json",
2025-08-20T19:15:59.4403236Z [00:02:03.555]➜  		"metadatas/drds/SubmitHotExpandTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitHotExpandTask.json",
2025-08-20T19:15:59.4404344Z [00:02:03.555]➜  		"metadatas/drds/SubmitSmoothExpandPreCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitSmoothExpandPreCheck.json",
2025-08-20T19:15:59.4405522Z [00:02:03.555]➜  		"metadatas/drds/SubmitSmoothExpandPreCheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitSmoothExpandPreCheckTask.json",
2025-08-20T19:15:59.4406627Z [00:02:03.555]➜  		"metadatas/drds/SubmitSqlFlashbackTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitSqlFlashbackTask.json",
2025-08-20T19:15:59.4407783Z [00:02:03.555]➜  		"metadatas/drds/SwitchGlobalBroadcastType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SwitchGlobalBroadcastType.json",
2025-08-20T19:15:59.4408672Z [00:02:03.555]➜  		"metadatas/drds/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/TagResources.json",
2025-08-20T19:15:59.4409545Z [00:02:03.555]➜  		"metadatas/drds/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UntagResources.json",
2025-08-20T19:15:59.4410540Z [00:02:03.555]➜  		"metadatas/drds/UpdateInstanceNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpdateInstanceNetwork.json",
2025-08-20T19:15:59.4411522Z [00:02:03.555]➜  		"metadatas/drds/UpdatePrivateRdsClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpdatePrivateRdsClass.json",
2025-08-20T19:15:59.4412833Z [00:02:03.555]➜  		"metadatas/drds/UpdateResourceGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpdateResourceGroupAttribute.json",
2025-08-20T19:15:59.4413869Z [00:02:03.555]➜  		"metadatas/drds/UpgradeHiStoreInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpgradeHiStoreInstance.json",
2025-08-20T19:15:59.4414888Z [00:02:03.555]➜  		"metadatas/drds/UpgradeInstanceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpgradeInstanceVersion.json",
2025-08-20T19:15:59.4415799Z [00:02:03.555]➜  		"metadatas/drds/ValidateShardTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ValidateShardTask.json",
2025-08-20T19:15:59.4416666Z [00:02:03.555]➜  		"metadatas/dts/ConfigureDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureDtsJob.json",
2025-08-20T19:15:59.4417641Z [00:02:03.555]➜  		"metadatas/dts/ConfigureMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureMigrationJob.json",
2025-08-20T19:15:59.4418720Z [00:02:03.555]➜  		"metadatas/dts/ConfigureMigrationJobAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureMigrationJobAlert.json",
2025-08-20T19:15:59.4419801Z [00:02:03.555]➜  		"metadatas/dts/ConfigureSubscription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSubscription.json",
2025-08-20T19:15:59.4420931Z [00:02:03.555]➜  		"metadatas/dts/ConfigureSubscriptionInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSubscriptionInstance.json",
2025-08-20T19:15:59.4422154Z [00:02:03.555]➜  		"metadatas/dts/ConfigureSubscriptionInstanceAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSubscriptionInstanceAlert.json",
2025-08-20T19:15:59.4423382Z [00:02:03.555]➜  		"metadatas/dts/ConfigureSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSynchronizationJob.json",
2025-08-20T19:15:59.4424684Z [00:02:03.555]➜  		"metadatas/dts/ConfigureSynchronizationJobAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSynchronizationJobAlert.json",
2025-08-20T19:15:59.4426122Z [00:02:03.555]➜  		"metadatas/dts/ConfigureSynchronizationJobReplicatorCompare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSynchronizationJobReplicatorCompare.json",
2025-08-20T19:15:59.4427228Z [00:02:03.555]➜  		"metadatas/dts/ConvertInstanceResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConvertInstanceResourceGroup.json",
2025-08-20T19:15:59.4428154Z [00:02:03.555]➜  		"metadatas/dts/CountJobByCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CountJobByCondition.json",
2025-08-20T19:15:59.4429120Z [00:02:03.555]➜  		"metadatas/dts/CreateConsumerChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateConsumerChannel.json",
2025-08-20T19:15:59.4430255Z [00:02:03.555]➜  		"metadatas/dts/CreateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateConsumerGroup.json",
2025-08-20T19:15:59.4431629Z [00:02:03.555]➜  		"metadatas/dts/CreateDedicatedClusterMonitorRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateDedicatedClusterMonitorRule.json",
2025-08-20T19:15:59.4432763Z [00:02:03.555]➜  		"metadatas/dts/CreateDocParserJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateDocParserJob.json",
2025-08-20T19:15:59.4433670Z [00:02:03.555]➜  		"metadatas/dts/CreateDtsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateDtsInstance.json",
2025-08-20T19:15:59.4434619Z [00:02:03.555]➜  		"metadatas/dts/CreateJobMonitorRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateJobMonitorRule.json",
2025-08-20T19:15:59.4435539Z [00:02:03.555]➜  		"metadatas/dts/CreateMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateMigrationJob.json",
2025-08-20T19:15:59.4436479Z [00:02:03.555]➜  		"metadatas/dts/CreateReverseDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateReverseDtsJob.json",
2025-08-20T19:15:59.4437654Z [00:02:03.555]➜  		"metadatas/dts/CreateSubscriptionInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateSubscriptionInstance.json",
2025-08-20T19:15:59.4438688Z [00:02:03.555]➜  		"metadatas/dts/CreateSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateSynchronizationJob.json",
2025-08-20T19:15:59.4439668Z [00:02:03.555]➜  		"metadatas/dts/DeleteConsumerChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteConsumerChannel.json",
2025-08-20T19:15:59.4440679Z [00:02:03.555]➜  		"metadatas/dts/DeleteConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteConsumerGroup.json",
2025-08-20T19:15:59.4441750Z [00:02:03.555]➜  		"metadatas/dts/DeleteDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteDtsJob.json",
2025-08-20T19:15:59.4442873Z [00:02:03.555]➜  		"metadatas/dts/DeleteDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteDtsJobs.json",
2025-08-20T19:15:59.4443910Z [00:02:03.555]➜  		"metadatas/dts/DeleteMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteMigrationJob.json",
2025-08-20T19:15:59.4445097Z [00:02:03.555]➜  		"metadatas/dts/DeleteSubscriptionInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteSubscriptionInstance.json",
2025-08-20T19:15:59.4446199Z [00:02:03.555]➜  		"metadatas/dts/DeleteSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteSynchronizationJob.json",
2025-08-20T19:15:59.4447295Z [00:02:03.555]➜  		"metadatas/dts/DescribeCheckJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeCheckJobs.json",
2025-08-20T19:15:59.4449497Z [00:02:03.555]➜  		"metadatas/dts/DescribeClusterOperateLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeClusterOperateLogs.json",
2025-08-20T19:15:59.4451876Z [00:02:03.555]➜  		"metadatas/dts/DescribeClusterUsedUtilization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeClusterUsedUtilization.json",
2025-08-20T19:15:59.4454350Z [00:02:03.555]➜  		"metadatas/dts/DescribeConnectionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeConnectionStatus.json",
2025-08-20T19:15:59.4456522Z [00:02:03.555]➜  		"metadatas/dts/DescribeConsumerChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeConsumerChannel.json",
2025-08-20T19:15:59.4458664Z [00:02:03.555]➜  		"metadatas/dts/DescribeConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeConsumerGroup.json",
2025-08-20T19:15:59.4460651Z [00:02:03.555]➜  		"metadatas/dts/DescribeDTSIP.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDTSIP.json",
2025-08-20T19:15:59.4463089Z [00:02:03.555]➜  		"metadatas/dts/DescribeDataCheckReportUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDataCheckReportUrl.json",
2025-08-20T19:15:59.4465480Z [00:02:03.555]➜  		"metadatas/dts/DescribeDataCheckTableDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDataCheckTableDetails.json",
2025-08-20T19:15:59.4467890Z [00:02:03.555]➜  		"metadatas/dts/DescribeDataCheckTableDiffDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDataCheckTableDiffDetails.json",
2025-08-20T19:15:59.4470148Z [00:02:03.555]➜  		"metadatas/dts/DescribeDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDedicatedCluster.json",
2025-08-20T19:15:59.4472667Z [00:02:03.555]➜  		"metadatas/dts/DescribeDedicatedClusterMonitorRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDedicatedClusterMonitorRule.json",
2025-08-20T19:15:59.4474928Z [00:02:03.555]➜  		"metadatas/dts/DescribeDocParserJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDocParserJobResult.json",
2025-08-20T19:15:59.4477335Z [00:02:03.555]➜  		"metadatas/dts/DescribeDocParserJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDocParserJobStatus.json",
2025-08-20T19:15:59.4479615Z [00:02:03.555]➜  		"metadatas/dts/DescribeDtsEtlJobVersionInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDtsEtlJobVersionInfo.json",
2025-08-20T19:15:59.4481761Z [00:02:03.555]➜  		"metadatas/dts/DescribeDtsJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDtsJobDetail.json",
2025-08-20T19:15:59.4483895Z [00:02:03.555]➜  		"metadatas/dts/DescribeDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDtsJobs.json",
2025-08-20T19:15:59.4485989Z [00:02:03.555]➜  		"metadatas/dts/DescribeDtsServiceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDtsServiceLog.json",
2025-08-20T19:15:59.4488014Z [00:02:03.555]➜  		"metadatas/dts/DescribeEndpointSwitchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeEndpointSwitchStatus.json",
2025-08-20T19:15:59.4489965Z [00:02:03.555]➜  		"metadatas/dts/DescribeEtlJobLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeEtlJobLogs.json",
2025-08-20T19:15:59.4491871Z [00:02:03.555]➜  		"metadatas/dts/DescribeFullProcessList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeFullProcessList.json",
2025-08-20T19:15:59.4494084Z [00:02:03.555]➜  		"metadatas/dts/DescribeGadInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeGadInstances.json",
2025-08-20T19:15:59.4496283Z [00:02:03.555]➜  		"metadatas/dts/DescribeInitializationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeInitializationStatus.json",
2025-08-20T19:15:59.4498376Z [00:02:03.555]➜  		"metadatas/dts/DescribeJobMonitorRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeJobMonitorRule.json",
2025-08-20T19:15:59.4500262Z [00:02:03.555]➜  		"metadatas/dts/DescribeMetricList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMetricList.json",
2025-08-20T19:15:59.4502178Z [00:02:03.555]➜  		"metadatas/dts/DescribeMigrationJobAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMigrationJobAlert.json",
2025-08-20T19:15:59.4504426Z [00:02:03.555]➜  		"metadatas/dts/DescribeMigrationJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMigrationJobDetail.json",
2025-08-20T19:15:59.4506479Z [00:02:03.555]➜  		"metadatas/dts/DescribeMigrationJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMigrationJobStatus.json",
2025-08-20T19:15:59.4508695Z [00:02:03.555]➜  		"metadatas/dts/DescribeMigrationJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMigrationJobs.json",
2025-08-20T19:15:59.4510997Z [00:02:03.555]➜  		"metadatas/dts/DescribePreCheckCreateGadOrderResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribePreCheckCreateGadOrderResult.json",
2025-08-20T19:15:59.4514294Z [00:02:03.555]➜  		"metadatas/dts/DescribePreCheckStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribePreCheckStatus.json",
2025-08-20T19:15:59.4516478Z [00:02:03.555]➜  		"metadatas/dts/DescribeSubscriptionInstanceAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSubscriptionInstanceAlert.json",
2025-08-20T19:15:59.4518748Z [00:02:03.555]➜  		"metadatas/dts/DescribeSubscriptionInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSubscriptionInstanceStatus.json",
2025-08-20T19:15:59.4521151Z [00:02:03.555]➜  		"metadatas/dts/DescribeSubscriptionInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSubscriptionInstances.json",
2025-08-20T19:15:59.4523604Z [00:02:03.555]➜  		"metadatas/dts/DescribeSubscriptionMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSubscriptionMeta.json",
2025-08-20T19:15:59.4525848Z [00:02:03.555]➜  		"metadatas/dts/DescribeSynchronizationJobAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobAlert.json",
2025-08-20T19:15:59.4528475Z [00:02:03.555]➜  		"metadatas/dts/DescribeSynchronizationJobReplicatorCompare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobReplicatorCompare.json",
2025-08-20T19:15:59.4531123Z [00:02:03.555]➜  		"metadatas/dts/DescribeSynchronizationJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobStatus.json",
2025-08-20T19:15:59.4533908Z [00:02:03.555]➜  		"metadatas/dts/DescribeSynchronizationJobStatusList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobStatusList.json",
2025-08-20T19:15:59.4536358Z [00:02:03.555]➜  		"metadatas/dts/DescribeSynchronizationJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobs.json",
2025-08-20T19:15:59.4538901Z [00:02:03.555]➜  		"metadatas/dts/DescribeSynchronizationObjectModifyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationObjectModifyStatus.json",
2025-08-20T19:15:59.4541194Z [00:02:03.555]➜  		"metadatas/dts/DescribeTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeTagKeys.json",
2025-08-20T19:15:59.4543221Z [00:02:03.555]➜  		"metadatas/dts/DescribeTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeTagValues.json",
2025-08-20T19:15:59.4545235Z [00:02:03.555]➜  		"metadatas/dts/DetachGadInstanceDbMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DetachGadInstanceDbMember.json",
2025-08-20T19:15:59.4547263Z [00:02:03.555]➜  		"metadatas/dts/InitDtsRdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/InitDtsRdsInstance.json",
2025-08-20T19:15:59.4549175Z [00:02:03.555]➜  		"metadatas/dts/ListDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ListDedicatedCluster.json",
2025-08-20T19:15:59.4551011Z [00:02:03.555]➜  		"metadatas/dts/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ListTagResources.json",
2025-08-20T19:15:59.4552993Z [00:02:03.555]➜  		"metadatas/dts/ModifyConsumerChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyConsumerChannel.json",
2025-08-20T19:15:59.4555037Z [00:02:03.555]➜  		"metadatas/dts/ModifyConsumerGroupPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyConsumerGroupPassword.json",
2025-08-20T19:15:59.4557340Z [00:02:03.555]➜  		"metadatas/dts/ModifyConsumptionTimestamp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyConsumptionTimestamp.json",
2025-08-20T19:15:59.4559409Z [00:02:03.555]➜  		"metadatas/dts/ModifyDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDedicatedCluster.json",
2025-08-20T19:15:59.4561224Z [00:02:03.555]➜  		"metadatas/dts/ModifyDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJob.json",
2025-08-20T19:15:59.4563107Z [00:02:03.555]➜  		"metadatas/dts/ModifyDtsJobConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobConfig.json",
2025-08-20T19:15:59.4565174Z [00:02:03.555]➜  		"metadatas/dts/ModifyDtsJobDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobDedicatedCluster.json",
2025-08-20T19:15:59.4567208Z [00:02:03.555]➜  		"metadatas/dts/ModifyDtsJobDuLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobDuLimit.json",
2025-08-20T19:15:59.4569222Z [00:02:03.555]➜  		"metadatas/dts/ModifyDtsJobEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobEndpoint.json",
2025-08-20T19:15:59.4571058Z [00:02:03.555]➜  		"metadatas/dts/ModifyDtsJobName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobName.json",
2025-08-20T19:15:59.4573040Z [00:02:03.555]➜  		"metadatas/dts/ModifyDtsJobPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobPassword.json",
2025-08-20T19:15:59.4574980Z [00:02:03.555]➜  		"metadatas/dts/ModifyDynamicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDynamicConfig.json",
2025-08-20T19:15:59.4576835Z [00:02:03.555]➜  		"metadatas/dts/ModifyGadInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyGadInstanceName.json",
2025-08-20T19:15:59.4578770Z [00:02:03.556]➜  		"metadatas/dts/ModifySubscription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifySubscription.json",
2025-08-20T19:15:59.4580752Z [00:02:03.556]➜  		"metadatas/dts/ModifySubscriptionObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifySubscriptionObject.json",
2025-08-20T19:15:59.4583123Z [00:02:03.556]➜  		"metadatas/dts/ModifySynchronizationObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifySynchronizationObject.json",
2025-08-20T19:15:59.4585238Z [00:02:03.556]➜  		"metadatas/dts/PreCheckCreateGadOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/PreCheckCreateGadOrder.json",
2025-08-20T19:15:59.4587220Z [00:02:03.556]➜  		"metadatas/dts/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/RenewInstance.json",
2025-08-20T19:15:59.4588938Z [00:02:03.556]➜  		"metadatas/dts/ResetDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ResetDtsJob.json",
2025-08-20T19:15:59.4590854Z [00:02:03.556]➜  		"metadatas/dts/ResetSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ResetSynchronizationJob.json",
2025-08-20T19:15:59.4594046Z [00:02:03.556]➜  		"metadatas/dts/ShieldPrecheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ShieldPrecheck.json",
2025-08-20T19:15:59.4595873Z [00:02:03.556]➜  		"metadatas/dts/SkipFullJobTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SkipFullJobTable.json",
2025-08-20T19:15:59.4597553Z [00:02:03.556]➜  		"metadatas/dts/SkipPreCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SkipPreCheck.json",
2025-08-20T19:15:59.4599148Z [00:02:03.556]➜  		"metadatas/dts/StartDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartDtsJob.json",
2025-08-20T19:15:59.4600843Z [00:02:03.556]➜  		"metadatas/dts/StartDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartDtsJobs.json",
2025-08-20T19:15:59.4602982Z [00:02:03.556]➜  		"metadatas/dts/StartMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartMigrationJob.json",
2025-08-20T19:15:59.4604942Z [00:02:03.556]➜  		"metadatas/dts/StartReverseWriter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartReverseWriter.json",
2025-08-20T19:15:59.4606994Z [00:02:03.556]➜  		"metadatas/dts/StartSubscriptionInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartSubscriptionInstance.json",
2025-08-20T19:15:59.4609178Z [00:02:03.556]➜  		"metadatas/dts/StartSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartSynchronizationJob.json",
2025-08-20T19:15:59.4611213Z [00:02:03.556]➜  		"metadatas/dts/StopDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StopDedicatedCluster.json",
2025-08-20T19:15:59.4613169Z [00:02:03.556]➜  		"metadatas/dts/StopDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StopDtsJob.json",
2025-08-20T19:15:59.4614977Z [00:02:03.556]➜  		"metadatas/dts/StopDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StopDtsJobs.json",
2025-08-20T19:15:59.4616745Z [00:02:03.556]➜  		"metadatas/dts/StopMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StopMigrationJob.json",
2025-08-20T19:15:59.4618556Z [00:02:03.556]➜  		"metadatas/dts/SummaryJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SummaryJobDetail.json",
2025-08-20T19:15:59.4620319Z [00:02:03.556]➜  		"metadatas/dts/SuspendDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SuspendDtsJob.json",
2025-08-20T19:15:59.4622066Z [00:02:03.556]➜  		"metadatas/dts/SuspendDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SuspendDtsJobs.json",
2025-08-20T19:15:59.4624032Z [00:02:03.556]➜  		"metadatas/dts/SuspendMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SuspendMigrationJob.json",
2025-08-20T19:15:59.4626052Z [00:02:03.556]➜  		"metadatas/dts/SuspendSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SuspendSynchronizationJob.json",
2025-08-20T19:15:59.4628213Z [00:02:03.556]➜  		"metadatas/dts/SwitchPhysicalDtsJobToCloud.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SwitchPhysicalDtsJobToCloud.json",
2025-08-20T19:15:59.4630493Z [00:02:03.556]➜  		"metadatas/dts/SwitchSynchronizationEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SwitchSynchronizationEndpoint.json",
2025-08-20T19:15:59.4632585Z [00:02:03.556]➜  		"metadatas/dts/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/TagResources.json",
2025-08-20T19:15:59.4634548Z [00:02:03.556]➜  		"metadatas/dts/TransferInstanceClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/TransferInstanceClass.json",
2025-08-20T19:15:59.4636436Z [00:02:03.556]➜  		"metadatas/dts/TransferPayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/TransferPayType.json",
2025-08-20T19:15:59.4638233Z [00:02:03.556]➜  		"metadatas/dts/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/UntagResources.json",
2025-08-20T19:15:59.4639938Z [00:02:03.556]➜  		"metadatas/dts/UpgradeTwoWay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/UpgradeTwoWay.json",
2025-08-20T19:15:59.4641588Z [00:02:03.556]➜  		"metadatas/dts/WhiteIpList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/WhiteIpList.json",
2025-08-20T19:15:59.4643421Z [00:02:03.556]➜  		"metadatas/eais/AttachEai.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/AttachEai.json",
2025-08-20T19:15:59.4645078Z [00:02:03.556]➜  		"metadatas/eais/AttachEaisEi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/AttachEaisEi.json",
2025-08-20T19:15:59.4647031Z [00:02:03.556]➜  		"metadatas/eais/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/ChangeResourceGroup.json",
2025-08-20T19:15:59.4648714Z [00:02:03.556]➜  		"metadatas/eais/CreateEai.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEai.json",
2025-08-20T19:15:59.4650388Z [00:02:03.556]➜  		"metadatas/eais/CreateEaiEci.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEaiEci.json",
2025-08-20T19:15:59.4652095Z [00:02:03.556]➜  		"metadatas/eais/CreateEaiEcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEaiEcs.json",
2025-08-20T19:15:59.4654100Z [00:02:03.556]➜  		"metadatas/eais/CreateEaiJupyter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEaiJupyter.json",
2025-08-20T19:15:59.4655880Z [00:02:03.556]➜  		"metadatas/eais/CreateEaisEi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEaisEi.json",
2025-08-20T19:15:59.4657686Z [00:02:03.556]➜  		"metadatas/eais/DeleteEai.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DeleteEai.json",
2025-08-20T19:15:59.4659339Z [00:02:03.556]➜  		"metadatas/eais/DeleteEaiAll.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DeleteEaiAll.json",
2025-08-20T19:15:59.4661023Z [00:02:03.556]➜  		"metadatas/eais/DeleteEaisEi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DeleteEaisEi.json",
2025-08-20T19:15:59.4662884Z [00:02:03.556]➜  		"metadatas/eais/DescribeEais.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DescribeEais.json",
2025-08-20T19:15:59.4664659Z [00:02:03.556]➜  		"metadatas/eais/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DescribeRegions.json",
2025-08-20T19:15:59.4675760Z [00:02:03.556]➜  		"metadatas/eais/DetachEai.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DetachEai.json",
2025-08-20T19:15:59.4677542Z [00:02:03.556]➜  		"metadatas/eais/DetachEaisEi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DetachEaisEi.json",
2025-08-20T19:15:59.4679424Z [00:02:03.556]➜  		"metadatas/eais/GetInstanceMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/GetInstanceMetrics.json",
2025-08-20T19:15:59.4681381Z [00:02:03.556]➜  		"metadatas/eais/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/ListTagResources.json",
2025-08-20T19:15:59.4683519Z [00:02:03.556]➜  		"metadatas/eais/StartEaiJupyter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/StartEaiJupyter.json",
2025-08-20T19:15:59.4685333Z [00:02:03.556]➜  		"metadatas/eais/StartEaisEi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/StartEaisEi.json",
2025-08-20T19:15:59.4687297Z [00:02:03.556]➜  		"metadatas/eais/StopEaiJupyter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/StopEaiJupyter.json",
2025-08-20T19:15:59.4689102Z [00:02:03.556]➜  		"metadatas/eais/StopEaisEi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/StopEaisEi.json",
2025-08-20T19:15:59.4690904Z [00:02:03.556]➜  		"metadatas/eais/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/TagResources.json",
2025-08-20T19:15:59.4693003Z [00:02:03.556]➜  		"metadatas/eais/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/UntagResources.json",
2025-08-20T19:15:59.4694947Z [00:02:03.556]➜  		"metadatas/eas/AttachGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/AttachGatewayDomain.json",
2025-08-20T19:15:59.4696748Z [00:02:03.556]➜  		"metadatas/eas/CloneService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CloneService.json",
2025-08-20T19:15:59.4698532Z [00:02:03.556]➜  		"metadatas/eas/CommitService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CommitService.json",
2025-08-20T19:15:59.4700510Z [00:02:03.556]➜  		"metadatas/eas/CreateAclPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateAclPolicy.json",
2025-08-20T19:15:59.4702813Z [00:02:03.556]➜  		"metadatas/eas/CreateAppService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateAppService.json",
2025-08-20T19:15:59.4704801Z [00:02:03.556]➜  		"metadatas/eas/CreateBenchmarkTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateBenchmarkTask.json",
2025-08-20T19:15:59.4706734Z [00:02:03.556]➜  		"metadatas/eas/CreateGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateGateway.json",
2025-08-20T19:15:59.4708903Z [00:02:03.556]➜  		"metadatas/eas/CreateGatewayIntranetLinkedVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateGatewayIntranetLinkedVpc.json",
2025-08-20T19:15:59.4711423Z [00:02:03.556]➜  		"metadatas/eas/CreateGatewayIntranetLinkedVpcPeer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateGatewayIntranetLinkedVpcPeer.json",
2025-08-20T19:15:59.4713983Z [00:02:03.556]➜  		"metadatas/eas/CreateResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateResource.json",
2025-08-20T19:15:59.4716013Z [00:02:03.556]➜  		"metadatas/eas/CreateResourceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateResourceInstances.json",
2025-08-20T19:15:59.4717995Z [00:02:03.556]➜  		"metadatas/eas/CreateResourceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateResourceLog.json",
2025-08-20T19:15:59.4719787Z [00:02:03.556]➜  		"metadatas/eas/CreateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateService.json",
2025-08-20T19:15:59.4721776Z [00:02:03.556]➜  		"metadatas/eas/CreateServiceAutoScaler.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateServiceAutoScaler.json",
2025-08-20T19:15:59.4724366Z [00:02:03.556]➜  		"metadatas/eas/CreateServiceCronScaler.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateServiceCronScaler.json",
2025-08-20T19:15:59.4726435Z [00:02:03.556]➜  		"metadatas/eas/CreateServiceMirror.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateServiceMirror.json",
2025-08-20T19:15:59.4728465Z [00:02:03.556]➜  		"metadatas/eas/CreateVirtualResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateVirtualResource.json",
2025-08-20T19:15:59.4730399Z [00:02:03.556]➜  		"metadatas/eas/DeleteAclPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteAclPolicy.json",
2025-08-20T19:15:59.4732326Z [00:02:03.556]➜  		"metadatas/eas/DeleteBenchmarkTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteBenchmarkTask.json",
2025-08-20T19:15:59.4734435Z [00:02:03.556]➜  		"metadatas/eas/DeleteGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteGateway.json",
2025-08-20T19:15:59.4736590Z [00:02:03.556]➜  		"metadatas/eas/DeleteGatewayIntranetLinkedVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteGatewayIntranetLinkedVpc.json",
2025-08-20T19:15:59.4739120Z [00:02:03.556]➜  		"metadatas/eas/DeleteGatewayIntranetLinkedVpcPeer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteGatewayIntranetLinkedVpcPeer.json",
2025-08-20T19:15:59.4741299Z [00:02:03.556]➜  		"metadatas/eas/DeleteResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResource.json",
2025-08-20T19:15:59.4743495Z [00:02:03.556]➜  		"metadatas/eas/DeleteResourceDLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResourceDLink.json",
2025-08-20T19:15:59.4745646Z [00:02:03.556]➜  		"metadatas/eas/DeleteResourceInstanceLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResourceInstanceLabel.json",
2025-08-20T19:15:59.4748049Z [00:02:03.556]➜  		"metadatas/eas/DeleteResourceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResourceInstances.json",
2025-08-20T19:15:59.4750084Z [00:02:03.556]➜  		"metadatas/eas/DeleteResourceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResourceLog.json",
2025-08-20T19:15:59.4751919Z [00:02:03.556]➜  		"metadatas/eas/DeleteService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteService.json",
2025-08-20T19:15:59.4754186Z [00:02:03.556]➜  		"metadatas/eas/DeleteServiceAutoScaler.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceAutoScaler.json",
2025-08-20T19:15:59.4756321Z [00:02:03.556]➜  		"metadatas/eas/DeleteServiceCronScaler.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceCronScaler.json",
2025-08-20T19:15:59.4758479Z [00:02:03.556]➜  		"metadatas/eas/DeleteServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceInstances.json",
2025-08-20T19:15:59.4760702Z [00:02:03.556]➜  		"metadatas/eas/DeleteServiceLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceLabel.json",
2025-08-20T19:15:59.4762886Z [00:02:03.556]➜  		"metadatas/eas/DeleteServiceMirror.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceMirror.json",
2025-08-20T19:15:59.4764946Z [00:02:03.556]➜  		"metadatas/eas/DeleteVirtualResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteVirtualResource.json",
2025-08-20T19:15:59.4767014Z [00:02:03.556]➜  		"metadatas/eas/DescribeBenchmarkTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeBenchmarkTask.json",
2025-08-20T19:15:59.4769249Z [00:02:03.556]➜  		"metadatas/eas/DescribeBenchmarkTaskReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeBenchmarkTaskReport.json",
2025-08-20T19:15:59.4771523Z [00:02:03.556]➜  		"metadatas/eas/DescribeGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeGateway.json",
2025-08-20T19:15:59.4773607Z [00:02:03.556]➜  		"metadatas/eas/DescribeGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeGroup.json",
2025-08-20T19:15:59.4775574Z [00:02:03.556]➜  		"metadatas/eas/DescribeGroupEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeGroupEndpoints.json",
2025-08-20T19:15:59.4777614Z [00:02:03.556]➜  		"metadatas/eas/DescribeMachineSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeMachineSpec.json",
2025-08-20T19:15:59.4779572Z [00:02:03.556]➜  		"metadatas/eas/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeRegions.json",
2025-08-20T19:15:59.4781594Z [00:02:03.556]➜  		"metadatas/eas/DescribeResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeResource.json",
2025-08-20T19:15:59.4783707Z [00:02:03.556]➜  		"metadatas/eas/DescribeResourceDLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeResourceDLink.json",
2025-08-20T19:15:59.4785719Z [00:02:03.556]➜  		"metadatas/eas/DescribeResourceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeResourceLog.json",
2025-08-20T19:15:59.4787658Z [00:02:03.556]➜  		"metadatas/eas/DescribeService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeService.json",
2025-08-20T19:15:59.4789744Z [00:02:03.556]➜  		"metadatas/eas/DescribeServiceAutoScaler.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceAutoScaler.json",
2025-08-20T19:15:59.4791957Z [00:02:03.556]➜  		"metadatas/eas/DescribeServiceCronScaler.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceCronScaler.json",
2025-08-20T19:15:59.4794624Z [00:02:03.556]➜  		"metadatas/eas/DescribeServiceDiagnosis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceDiagnosis.json",
2025-08-20T19:15:59.4796963Z [00:02:03.556]➜  		"metadatas/eas/DescribeServiceEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceEndpoints.json",
2025-08-20T19:15:59.4799117Z [00:02:03.556]➜  		"metadatas/eas/DescribeServiceEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceEvent.json",
2025-08-20T19:15:59.4801403Z [00:02:03.556]➜  		"metadatas/eas/DescribeServiceInstanceDiagnosis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceInstanceDiagnosis.json",
2025-08-20T19:15:59.4803835Z [00:02:03.556]➜  		"metadatas/eas/DescribeServiceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceLog.json",
2025-08-20T19:15:59.4805905Z [00:02:03.556]➜  		"metadatas/eas/DescribeServiceMirror.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceMirror.json",
2025-08-20T19:15:59.4808244Z [00:02:03.556]➜  		"metadatas/eas/DescribeServiceSignedUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceSignedUrl.json",
2025-08-20T19:15:59.4810530Z [00:02:03.556]➜  		"metadatas/eas/DescribeSpotDiscountHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeSpotDiscountHistory.json",
2025-08-20T19:15:59.4812924Z [00:02:03.556]➜  		"metadatas/eas/DescribeVirtualResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeVirtualResource.json",
2025-08-20T19:15:59.4815004Z [00:02:03.556]➜  		"metadatas/eas/DetachGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DetachGatewayDomain.json",
2025-08-20T19:15:59.4816904Z [00:02:03.556]➜  		"metadatas/eas/DevelopService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DevelopService.json",
2025-08-20T19:15:59.4818899Z [00:02:03.556]➜  		"metadatas/eas/ListAclPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListAclPolicy.json",
2025-08-20T19:15:59.4820791Z [00:02:03.556]➜  		"metadatas/eas/ListBenchmarkTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListBenchmarkTask.json",
2025-08-20T19:15:59.4822783Z [00:02:03.556]➜  		"metadatas/eas/ListGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGateway.json",
2025-08-20T19:15:59.4824652Z [00:02:03.556]➜  		"metadatas/eas/ListGatewayDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGatewayDomains.json",
2025-08-20T19:15:59.4826848Z [00:02:03.556]➜  		"metadatas/eas/ListGatewayIntranetLinkedVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGatewayIntranetLinkedVpc.json",
2025-08-20T19:15:59.4829463Z [00:02:03.556]➜  		"metadatas/eas/ListGatewayIntranetLinkedVpcPeer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGatewayIntranetLinkedVpcPeer.json",
2025-08-20T19:15:59.4832153Z [00:02:03.556]➜  		"metadatas/eas/ListGatewayIntranetSupportedZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGatewayIntranetSupportedZone.json",
2025-08-20T19:15:59.4834462Z [00:02:03.556]➜  		"metadatas/eas/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGroups.json",
2025-08-20T19:15:59.4836475Z [00:02:03.556]➜  		"metadatas/eas/ListResourceInstanceWorker.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListResourceInstanceWorker.json",
2025-08-20T19:15:59.4838670Z [00:02:03.556]➜  		"metadatas/eas/ListResourceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListResourceInstances.json",
2025-08-20T19:15:59.4840735Z [00:02:03.556]➜  		"metadatas/eas/ListResourceServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListResourceServices.json",
2025-08-20T19:15:59.4842875Z [00:02:03.556]➜  		"metadatas/eas/ListResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListResources.json",
2025-08-20T19:15:59.4844874Z [00:02:03.556]➜  		"metadatas/eas/ListServiceContainers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListServiceContainers.json",
2025-08-20T19:15:59.4846953Z [00:02:03.556]➜  		"metadatas/eas/ListServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListServiceInstances.json",
2025-08-20T19:15:59.4848937Z [00:02:03.556]➜  		"metadatas/eas/ListServiceVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListServiceVersions.json",
2025-08-20T19:15:59.4850751Z [00:02:03.556]➜  		"metadatas/eas/ListServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListServices.json",
2025-08-20T19:15:59.4852750Z [00:02:03.556]➜  		"metadatas/eas/ListTenantAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListTenantAddons.json",
2025-08-20T19:15:59.4854721Z [00:02:03.556]➜  		"metadatas/eas/ListVirtualResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListVirtualResource.json",
2025-08-20T19:15:59.4856934Z [00:02:03.557]➜  		"metadatas/eas/ReinstallTenantAddon.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ReinstallTenantAddon.json",
2025-08-20T19:15:59.4858826Z [00:02:03.557]➜  		"metadatas/eas/ReleaseService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ReleaseService.json",
2025-08-20T19:15:59.4860636Z [00:02:03.557]➜  		"metadatas/eas/RestartService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/RestartService.json",
2025-08-20T19:15:59.4862680Z [00:02:03.557]➜  		"metadatas/eas/StartBenchmarkTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/StartBenchmarkTask.json",
2025-08-20T19:15:59.4864531Z [00:02:03.557]➜  		"metadatas/eas/StartService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/StartService.json",
2025-08-20T19:15:59.4866529Z [00:02:03.557]➜  		"metadatas/eas/StopBenchmarkTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/StopBenchmarkTask.json",
2025-08-20T19:15:59.4868345Z [00:02:03.557]➜  		"metadatas/eas/StopService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/StopService.json",
2025-08-20T19:15:59.4869994Z [00:02:03.557]➜  		"metadatas/eas/UpdateAppService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateAppService.json",
2025-08-20T19:15:59.4871864Z [00:02:03.557]➜  		"metadatas/eas/UpdateBenchmarkTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateBenchmarkTask.json",
2025-08-20T19:15:59.4873869Z [00:02:03.557]➜  		"metadatas/eas/UpdateGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateGateway.json",
2025-08-20T19:15:59.4875689Z [00:02:03.557]➜  		"metadatas/eas/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateGroup.json",
2025-08-20T19:15:59.4877535Z [00:02:03.557]➜  		"metadatas/eas/UpdateResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateResource.json",
2025-08-20T19:15:59.4879406Z [00:02:03.557]➜  		"metadatas/eas/UpdateResourceDLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateResourceDLink.json",
2025-08-20T19:15:59.4881315Z [00:02:03.557]➜  		"metadatas/eas/UpdateResourceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateResourceInstance.json",
2025-08-20T19:15:59.4883671Z [00:02:03.557]➜  		"metadatas/eas/UpdateResourceInstanceLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateResourceInstanceLabel.json",
2025-08-20T19:15:59.4885598Z [00:02:03.557]➜  		"metadatas/eas/UpdateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateService.json",
2025-08-20T19:15:59.4887489Z [00:02:03.557]➜  		"metadatas/eas/UpdateServiceAutoScaler.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceAutoScaler.json",
2025-08-20T19:15:59.4889551Z [00:02:03.557]➜  		"metadatas/eas/UpdateServiceCronScaler.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceCronScaler.json",
2025-08-20T19:15:59.4891539Z [00:02:03.557]➜  		"metadatas/eas/UpdateServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceInstance.json",
2025-08-20T19:15:59.4893829Z [00:02:03.557]➜  		"metadatas/eas/UpdateServiceLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceLabel.json",
2025-08-20T19:15:59.4895779Z [00:02:03.557]➜  		"metadatas/eas/UpdateServiceMirror.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceMirror.json",
2025-08-20T19:15:59.4897640Z [00:02:03.557]➜  		"metadatas/eas/UpdateServiceSafetyLock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceSafetyLock.json",
2025-08-20T19:15:59.4899495Z [00:02:03.557]➜  		"metadatas/eas/UpdateServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceVersion.json",
2025-08-20T19:15:59.4901523Z [00:02:03.557]➜  		"metadatas/eas/UpdateVirtualResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateVirtualResource.json",
2025-08-20T19:15:59.4903582Z [00:02:03.557]➜  		"metadatas/ebs/AddDiskReplicaPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/AddDiskReplicaPair.json",
2025-08-20T19:15:59.4905380Z [00:02:03.557]➜  		"metadatas/ebs/ApplyLensService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ApplyLensService.json",
2025-08-20T19:15:59.4907359Z [00:02:03.557]➜  		"metadatas/ebs/BindEnterpriseSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/BindEnterpriseSnapshotPolicy.json",
2025-08-20T19:15:59.4909514Z [00:02:03.557]➜  		"metadatas/ebs/CancelLensService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CancelLensService.json",
2025-08-20T19:15:59.4911302Z [00:02:03.557]➜  		"metadatas/ebs/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ChangeResourceGroup.json",
2025-08-20T19:15:59.4913252Z [00:02:03.557]➜  		"metadatas/ebs/ClearPairDrill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ClearPairDrill.json",
2025-08-20T19:15:59.4915077Z [00:02:03.557]➜  		"metadatas/ebs/ClearReplicaGroupDrill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ClearReplicaGroupDrill.json",
2025-08-20T19:15:59.4917303Z [00:02:03.557]➜  		"metadatas/ebs/CreateDedicatedBlockStorageCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CreateDedicatedBlockStorageCluster.json",
2025-08-20T19:15:59.4919631Z [00:02:03.557]➜  		"metadatas/ebs/CreateDiskReplicaGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CreateDiskReplicaGroup.json",
2025-08-20T19:15:59.4921813Z [00:02:03.557]➜  		"metadatas/ebs/CreateDiskReplicaPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CreateDiskReplicaPair.json",
2025-08-20T19:15:59.4924227Z [00:02:03.557]➜  		"metadatas/ebs/CreateEnterpriseSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CreateEnterpriseSnapshotPolicy.json",
2025-08-20T19:15:59.4926432Z [00:02:03.557]➜  		"metadatas/ebs/DeleteDiskReplicaGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DeleteDiskReplicaGroup.json",
2025-08-20T19:15:59.4928425Z [00:02:03.557]➜  		"metadatas/ebs/DeleteDiskReplicaPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DeleteDiskReplicaPair.json",
2025-08-20T19:15:59.4930563Z [00:02:03.557]➜  		"metadatas/ebs/DeleteEnterpriseSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DeleteEnterpriseSnapshotPolicy.json",
2025-08-20T19:15:59.4933355Z [00:02:03.557]➜  		"metadatas/ebs/DescribeDedicatedBlockStorageClusterDisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDedicatedBlockStorageClusterDisks.json",
2025-08-20T19:15:59.4936085Z [00:02:03.557]➜  		"metadatas/ebs/DescribeDedicatedBlockStorageClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDedicatedBlockStorageClusters.json",
2025-08-20T19:15:59.4938346Z [00:02:03.557]➜  		"metadatas/ebs/DescribeDiskEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskEvents.json",
2025-08-20T19:15:59.4940294Z [00:02:03.557]➜  		"metadatas/ebs/DescribeDiskMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskMonitorData.json",
2025-08-20T19:15:59.4942626Z [00:02:03.557]➜  		"metadatas/ebs/DescribeDiskMonitorDataList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskMonitorDataList.json",
2025-08-20T19:15:59.4944834Z [00:02:03.557]➜  		"metadatas/ebs/DescribeDiskReplicaGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskReplicaGroups.json",
2025-08-20T19:15:59.4947242Z [00:02:03.557]➜  		"metadatas/ebs/DescribeDiskReplicaPairProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskReplicaPairProgress.json",
2025-08-20T19:15:59.4949570Z [00:02:03.557]➜  		"metadatas/ebs/DescribeDiskReplicaPairs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskReplicaPairs.json",
2025-08-20T19:15:59.4952063Z [00:02:03.557]➜  		"metadatas/ebs/DescribeEnterpriseSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeEnterpriseSnapshotPolicy.json",
2025-08-20T19:15:59.4954382Z [00:02:03.557]➜  		"metadatas/ebs/DescribeEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeEvents.json",
2025-08-20T19:15:59.4956360Z [00:02:03.557]➜  		"metadatas/ebs/DescribeLensMonitorDisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeLensMonitorDisks.json",
2025-08-20T19:15:59.4958687Z [00:02:03.557]➜  		"metadatas/ebs/DescribeLensServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeLensServiceStatus.json",
2025-08-20T19:15:59.4960693Z [00:02:03.557]➜  		"metadatas/ebs/DescribeMetricData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeMetricData.json",
2025-08-20T19:15:59.4962867Z [00:02:03.557]➜  		"metadatas/ebs/DescribePairDrills.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribePairDrills.json",
2025-08-20T19:15:59.4964700Z [00:02:03.557]➜  		"metadatas/ebs/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeRegions.json",
2025-08-20T19:15:59.4966663Z [00:02:03.557]➜  		"metadatas/ebs/DescribeReplicaGroupDrills.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeReplicaGroupDrills.json",
2025-08-20T19:15:59.4969298Z [00:02:03.557]➜  		"metadatas/ebs/DescribeSolutionInstanceConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeSolutionInstanceConfiguration.json",
2025-08-20T19:15:59.4971654Z [00:02:03.557]➜  		"metadatas/ebs/DescribeUserTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeUserTagKeys.json",
2025-08-20T19:15:59.4973875Z [00:02:03.557]➜  		"metadatas/ebs/DescribeUserTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeUserTagValues.json",
2025-08-20T19:15:59.4975920Z [00:02:03.557]➜  		"metadatas/ebs/FailoverDiskReplicaGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/FailoverDiskReplicaGroup.json",
2025-08-20T19:15:59.4978050Z [00:02:03.557]➜  		"metadatas/ebs/FailoverDiskReplicaPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/FailoverDiskReplicaPair.json",
2025-08-20T19:15:59.4979943Z [00:02:03.557]➜  		"metadatas/ebs/GetReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/GetReport.json",
2025-08-20T19:15:59.4981615Z [00:02:03.557]➜  		"metadatas/ebs/ListReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ListReports.json",
2025-08-20T19:15:59.4983482Z [00:02:03.557]➜  		"metadatas/ebs/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ListTagResources.json",
2025-08-20T19:15:59.4985842Z [00:02:03.557]➜  		"metadatas/ebs/ModifyDedicatedBlockStorageClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ModifyDedicatedBlockStorageClusterAttribute.json",
2025-08-20T19:15:59.4988286Z [00:02:03.557]➜  		"metadatas/ebs/ModifyDiskReplicaGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ModifyDiskReplicaGroup.json",
2025-08-20T19:15:59.4990368Z [00:02:03.557]➜  		"metadatas/ebs/ModifyDiskReplicaPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ModifyDiskReplicaPair.json",
2025-08-20T19:15:59.4993273Z [00:02:03.557]➜  		"metadatas/ebs/QueryDedicatedBlockStorageClusterDiskThroughputStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/QueryDedicatedBlockStorageClusterDiskThroughputStatus.json",
2025-08-20T19:15:59.4996677Z [00:02:03.557]➜  		"metadatas/ebs/QueryDedicatedBlockStorageClusterInventoryData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/QueryDedicatedBlockStorageClusterInventoryData.json",
2025-08-20T19:15:59.4999263Z [00:02:03.557]➜  		"metadatas/ebs/RemoveDiskReplicaPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/RemoveDiskReplicaPair.json",
2025-08-20T19:15:59.5001353Z [00:02:03.557]➜  		"metadatas/ebs/ReprotectDiskReplicaGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ReprotectDiskReplicaGroup.json",
2025-08-20T19:15:59.5003735Z [00:02:03.557]➜  		"metadatas/ebs/ReprotectDiskReplicaPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ReprotectDiskReplicaPair.json",
2025-08-20T19:15:59.5006470Z [00:02:03.557]➜  		"metadatas/ebs/SetDedicatedBlockStorageClusterDiskThroughput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/SetDedicatedBlockStorageClusterDiskThroughput.json",
2025-08-20T19:15:59.5009078Z [00:02:03.557]➜  		"metadatas/ebs/StartDiskReplicaGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StartDiskReplicaGroup.json",
2025-08-20T19:15:59.5011094Z [00:02:03.557]➜  		"metadatas/ebs/StartDiskReplicaPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StartDiskReplicaPair.json",
2025-08-20T19:15:59.5013145Z [00:02:03.557]➜  		"metadatas/ebs/StartPairDrill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StartPairDrill.json",
2025-08-20T19:15:59.5015071Z [00:02:03.557]➜  		"metadatas/ebs/StartReplicaGroupDrill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StartReplicaGroupDrill.json",
2025-08-20T19:15:59.5017280Z [00:02:03.557]➜  		"metadatas/ebs/StopDiskReplicaGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StopDiskReplicaGroup.json",
2025-08-20T19:15:59.5019444Z [00:02:03.557]➜  		"metadatas/ebs/StopDiskReplicaPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StopDiskReplicaPair.json",
2025-08-20T19:15:59.5021408Z [00:02:03.557]➜  		"metadatas/ebs/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/TagResources.json",
2025-08-20T19:15:59.5023759Z [00:02:03.557]➜  		"metadatas/ebs/UnbindEnterpriseSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/UnbindEnterpriseSnapshotPolicy.json",
2025-08-20T19:15:59.5025887Z [00:02:03.557]➜  		"metadatas/ebs/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/UntagResources.json",
2025-08-20T19:15:59.5028052Z [00:02:03.557]➜  		"metadatas/ebs/UpdateEnterpriseSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/UpdateEnterpriseSnapshotPolicy.json",
2025-08-20T19:15:59.5030399Z [00:02:03.557]➜  		"metadatas/ebs/UpdateSolutionInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/UpdateSolutionInstanceAttribute.json",
2025-08-20T19:15:59.5032374Z [00:02:03.557]➜  		"metadatas/eci/CommitContainer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CommitContainer.json",
2025-08-20T19:15:59.5034301Z [00:02:03.557]➜  		"metadatas/eci/CopyDataCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CopyDataCache.json",
2025-08-20T19:15:59.5036074Z [00:02:03.557]➜  		"metadatas/eci/CreateContainerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateContainerGroup.json",
2025-08-20T19:15:59.5037952Z [00:02:03.557]➜  		"metadatas/eci/CreateDataCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateDataCache.json",
2025-08-20T19:15:59.5039790Z [00:02:03.557]➜  		"metadatas/eci/CreateImageCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateImageCache.json",
2025-08-20T19:15:59.5041822Z [00:02:03.557]➜  		"metadatas/eci/CreateInstanceOpsTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateInstanceOpsTask.json",
2025-08-20T19:15:59.5044107Z [00:02:03.557]➜  		"metadatas/eci/CreateVirtualNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateVirtualNode.json",
2025-08-20T19:15:59.5046093Z [00:02:03.557]➜  		"metadatas/eci/DeleteContainerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DeleteContainerGroup.json",
2025-08-20T19:15:59.5048042Z [00:02:03.557]➜  		"metadatas/eci/DeleteDataCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DeleteDataCache.json",
2025-08-20T19:15:59.5049875Z [00:02:03.557]➜  		"metadatas/eci/DeleteImageCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DeleteImageCache.json",
2025-08-20T19:15:59.5051916Z [00:02:03.557]➜  		"metadatas/eci/DeleteVirtualNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DeleteVirtualNode.json",
2025-08-20T19:15:59.5054138Z [00:02:03.557]➜  		"metadatas/eci/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeAvailableResource.json",
2025-08-20T19:15:59.5056453Z [00:02:03.557]➜  		"metadatas/eci/DescribeCommitContainerTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeCommitContainerTask.json",
2025-08-20T19:15:59.5058796Z [00:02:03.557]➜  		"metadatas/eci/DescribeContainerGroupEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroupEvents.json",
2025-08-20T19:15:59.5061141Z [00:02:03.557]➜  		"metadatas/eci/DescribeContainerGroupMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroupMetric.json",
2025-08-20T19:15:59.5065425Z [00:02:03.557]➜  		"metadatas/eci/DescribeContainerGroupPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroupPrice.json",
2025-08-20T19:15:59.5067935Z [00:02:03.557]➜  		"metadatas/eci/DescribeContainerGroupStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroupStatus.json",
2025-08-20T19:15:59.5070184Z [00:02:03.557]➜  		"metadatas/eci/DescribeContainerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroups.json",
2025-08-20T19:15:59.5072291Z [00:02:03.557]➜  		"metadatas/eci/DescribeContainerLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerLog.json",
2025-08-20T19:15:59.5074432Z [00:02:03.557]➜  		"metadatas/eci/DescribeDataCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeDataCaches.json",
2025-08-20T19:15:59.5076427Z [00:02:03.557]➜  		"metadatas/eci/DescribeImageCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeImageCaches.json",
2025-08-20T19:15:59.5078640Z [00:02:03.557]➜  		"metadatas/eci/DescribeInstanceOpsRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeInstanceOpsRecords.json",
2025-08-20T19:15:59.5081087Z [00:02:03.557]➜  		"metadatas/eci/DescribeMultiContainerGroupMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeMultiContainerGroupMetric.json",
2025-08-20T19:15:59.5083475Z [00:02:03.557]➜  		"metadatas/eci/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeRegions.json",
2025-08-20T19:15:59.5085424Z [00:02:03.557]➜  		"metadatas/eci/DescribeVirtualNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeVirtualNodes.json",
2025-08-20T19:15:59.5087455Z [00:02:03.557]➜  		"metadatas/eci/ExecContainerCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/ExecContainerCommand.json",
2025-08-20T19:15:59.5089316Z [00:02:03.557]➜  		"metadatas/eci/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/ListTagResources.json",
2025-08-20T19:15:59.5091008Z [00:02:03.557]➜  		"metadatas/eci/ListUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/ListUsage.json",
2025-08-20T19:15:59.5093226Z [00:02:03.557]➜  		"metadatas/eci/ResizeContainerGroupVolume.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/ResizeContainerGroupVolume.json",
2025-08-20T19:15:59.5095333Z [00:02:03.557]➜  		"metadatas/eci/RestartContainerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/RestartContainerGroup.json",
2025-08-20T19:15:59.5097175Z [00:02:03.557]➜  		"metadatas/eci/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/TagResources.json",
2025-08-20T19:15:59.5098924Z [00:02:03.557]➜  		"metadatas/eci/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UntagResources.json",
2025-08-20T19:15:59.5101037Z [00:02:03.557]➜  		"metadatas/eci/UpdateContainerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UpdateContainerGroup.json",
2025-08-20T19:15:59.5103190Z [00:02:03.557]➜  		"metadatas/eci/UpdateDataCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UpdateDataCache.json",
2025-08-20T19:15:59.5105120Z [00:02:03.557]➜  		"metadatas/eci/UpdateImageCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UpdateImageCache.json",
2025-08-20T19:15:59.5107170Z [00:02:03.557]➜  		"metadatas/eci/UpdateVirtualNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UpdateVirtualNode.json",
2025-08-20T19:15:59.5109423Z [00:02:03.557]➜  		"metadatas/ecs/AcceptInquiredSystemEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AcceptInquiredSystemEvent.json",
2025-08-20T19:15:59.5111763Z [00:02:03.557]➜  		"metadatas/ecs/ActivateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ActivateRouterInterface.json",
2025-08-20T19:15:59.5114275Z [00:02:03.557]➜  		"metadatas/ecs/AddBandwidthPackageIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AddBandwidthPackageIps.json",
2025-08-20T19:15:59.5116182Z [00:02:03.557]➜  		"metadatas/ecs/AddTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AddTags.json",
2025-08-20T19:15:59.5118077Z [00:02:03.557]➜  		"metadatas/ecs/AllocateDedicatedHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AllocateDedicatedHosts.json",
2025-08-20T19:15:59.5120117Z [00:02:03.557]➜  		"metadatas/ecs/AllocateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AllocateEipAddress.json",
2025-08-20T19:15:59.5122194Z [00:02:03.557]➜  		"metadatas/ecs/AllocatePublicIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AllocatePublicIpAddress.json",
2025-08-20T19:15:59.5124488Z [00:02:03.557]➜  		"metadatas/ecs/ApplyAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ApplyAutoSnapshotPolicy.json",
2025-08-20T19:15:59.5126530Z [00:02:03.557]➜  		"metadatas/ecs/AssignIpv6Addresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AssignIpv6Addresses.json",
2025-08-20T19:15:59.5128537Z [00:02:03.557]➜  		"metadatas/ecs/AssignPrivateIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AssignPrivateIpAddresses.json",
2025-08-20T19:15:59.5130515Z [00:02:03.557]➜  		"metadatas/ecs/AssociateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AssociateEipAddress.json",
2025-08-20T19:15:59.5132575Z [00:02:03.557]➜  		"metadatas/ecs/AssociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AssociateHaVip.json",
2025-08-20T19:15:59.5134566Z [00:02:03.557]➜  		"metadatas/ecs/AttachClassicLinkVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachClassicLinkVpc.json",
2025-08-20T19:15:59.5136440Z [00:02:03.557]➜  		"metadatas/ecs/AttachDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachDisk.json",
2025-08-20T19:15:59.5138586Z [00:02:03.557]➜  		"metadatas/ecs/AttachInstanceRamRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachInstanceRamRole.json",
2025-08-20T19:15:59.5140548Z [00:02:03.557]➜  		"metadatas/ecs/AttachKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachKeyPair.json",
2025-08-20T19:15:59.5142786Z [00:02:03.557]➜  		"metadatas/ecs/AttachNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachNetworkInterface.json",
2025-08-20T19:15:59.5144992Z [00:02:03.557]➜  		"metadatas/ecs/AuthorizeSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AuthorizeSecurityGroup.json",
2025-08-20T19:15:59.5147211Z [00:02:03.557]➜  		"metadatas/ecs/AuthorizeSecurityGroupEgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AuthorizeSecurityGroupEgress.json",
2025-08-20T19:15:59.5149655Z [00:02:03.557]➜  		"metadatas/ecs/CancelAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelAutoSnapshotPolicy.json",
2025-08-20T19:15:59.5151707Z [00:02:03.557]➜  		"metadatas/ecs/CancelCopyImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelCopyImage.json",
2025-08-20T19:15:59.5154040Z [00:02:03.557]➜  		"metadatas/ecs/CancelImagePipelineExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelImagePipelineExecution.json",
2025-08-20T19:15:59.5156323Z [00:02:03.557]➜  		"metadatas/ecs/CancelPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelPhysicalConnection.json",
2025-08-20T19:15:59.5158566Z [00:02:03.557]➜  		"metadatas/ecs/CancelSimulatedSystemEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelSimulatedSystemEvents.json",
2025-08-20T19:15:59.5160714Z [00:02:03.557]➜  		"metadatas/ecs/CancelTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelTask.json",
2025-08-20T19:15:59.5163024Z [00:02:03.557]➜  		"metadatas/ecs/ConnectRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ConnectRouterInterface.json",
2025-08-20T19:15:59.5165212Z [00:02:03.557]➜  		"metadatas/ecs/ConvertNatPublicIpToEip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ConvertNatPublicIpToEip.json",
2025-08-20T19:15:59.5167138Z [00:02:03.557]➜  		"metadatas/ecs/CopyImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CopyImage.json",
2025-08-20T19:15:59.5168880Z [00:02:03.557]➜  		"metadatas/ecs/CopySnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CopySnapshot.json",
2025-08-20T19:15:59.5170764Z [00:02:03.557]➜  		"metadatas/ecs/CreateActivation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateActivation.json",
2025-08-20T19:15:59.5173189Z [00:02:03.557]➜  		"metadatas/ecs/CreateAutoProvisioningGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateAutoProvisioningGroup.json",
2025-08-20T19:15:59.5175487Z [00:02:03.557]➜  		"metadatas/ecs/CreateAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateAutoSnapshotPolicy.json",
2025-08-20T19:15:59.5177763Z [00:02:03.557]➜  		"metadatas/ecs/CreateCapacityReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateCapacityReservation.json",
2025-08-20T19:15:59.5179754Z [00:02:03.557]➜  		"metadatas/ecs/CreateCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateCommand.json",
2025-08-20T19:15:59.5181827Z [00:02:03.557]➜  		"metadatas/ecs/CreateDedicatedHostCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDedicatedHostCluster.json",
2025-08-20T19:15:59.5184229Z [00:02:03.557]➜  		"metadatas/ecs/CreateDeploymentSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDeploymentSet.json",
2025-08-20T19:15:59.5186426Z [00:02:03.557]➜  		"metadatas/ecs/CreateDiagnosticMetricSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDiagnosticMetricSet.json",
2025-08-20T19:15:59.5188814Z [00:02:03.557]➜  		"metadatas/ecs/CreateDiagnosticReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDiagnosticReport.json",
2025-08-20T19:15:59.5190765Z [00:02:03.557]➜  		"metadatas/ecs/CreateDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDisk.json",
2025-08-20T19:15:59.5192989Z [00:02:03.557]➜  		"metadatas/ecs/CreateElasticityAssurance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateElasticityAssurance.json",
2025-08-20T19:15:59.5195113Z [00:02:03.557]➜  		"metadatas/ecs/CreateForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateForwardEntry.json",
2025-08-20T19:15:59.5197106Z [00:02:03.557]➜  		"metadatas/ecs/CreateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateHaVip.json",
2025-08-20T19:15:59.5198956Z [00:02:03.557]➜  		"metadatas/ecs/CreateHpcCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateHpcCluster.json",
2025-08-20T19:15:59.5200779Z [00:02:03.557]➜  		"metadatas/ecs/CreateImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateImage.json",
2025-08-20T19:15:59.5202892Z [00:02:03.557]➜  		"metadatas/ecs/CreateImageComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateImageComponent.json",
2025-08-20T19:15:59.5204925Z [00:02:03.557]➜  		"metadatas/ecs/CreateImagePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateImagePipeline.json",
2025-08-20T19:15:59.5206810Z [00:02:03.557]➜  		"metadatas/ecs/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateInstance.json",
2025-08-20T19:15:59.5208885Z [00:02:03.557]➜  		"metadatas/ecs/CreateKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateKeyPair.json",
2025-08-20T19:15:59.5211079Z [00:02:03.557]➜  		"metadatas/ecs/CreateLaunchTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateLaunchTemplate.json",
2025-08-20T19:15:59.5213616Z [00:02:03.557]➜  		"metadatas/ecs/CreateLaunchTemplateVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateLaunchTemplateVersion.json",
2025-08-20T19:15:59.5215707Z [00:02:03.557]➜  		"metadatas/ecs/CreateNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateNatGateway.json",
2025-08-20T19:15:59.5217690Z [00:02:03.558]➜  		"metadatas/ecs/CreateNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateNetworkInterface.json",
2025-08-20T19:15:59.5220001Z [00:02:03.558]➜  		"metadatas/ecs/CreateNetworkInterfacePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateNetworkInterfacePermission.json",
2025-08-20T19:15:59.5222331Z [00:02:03.558]➜  		"metadatas/ecs/CreatePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreatePhysicalConnection.json",
2025-08-20T19:15:59.5224670Z [00:02:03.558]➜  		"metadatas/ecs/CreatePortRangeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreatePortRangeList.json",
2025-08-20T19:15:59.5226625Z [00:02:03.558]➜  		"metadatas/ecs/CreatePrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreatePrefixList.json",
2025-08-20T19:15:59.5228537Z [00:02:03.558]➜  		"metadatas/ecs/CreateRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateRouteEntry.json",
2025-08-20T19:15:59.5230510Z [00:02:03.558]➜  		"metadatas/ecs/CreateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateRouterInterface.json",
2025-08-20T19:15:59.5233741Z [00:02:03.558]➜  		"metadatas/ecs/CreateSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateSecurityGroup.json",
2025-08-20T19:15:59.5236103Z [00:02:03.558]➜  		"metadatas/ecs/CreateSimulatedSystemEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateSimulatedSystemEvents.json",
2025-08-20T19:15:59.5238134Z [00:02:03.558]➜  		"metadatas/ecs/CreateSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateSnapshot.json",
2025-08-20T19:15:59.5240012Z [00:02:03.558]➜  		"metadatas/ecs/CreateSnapshotGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateSnapshotGroup.json",
2025-08-20T19:15:59.5241875Z [00:02:03.558]➜  		"metadatas/ecs/CreateVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateVSwitch.json",
2025-08-20T19:15:59.5244169Z [00:02:03.558]➜  		"metadatas/ecs/CreateVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateVirtualBorderRouter.json",
2025-08-20T19:15:59.5246282Z [00:02:03.558]➜  		"metadatas/ecs/CreateVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateVpc.json",
2025-08-20T19:15:59.5248213Z [00:02:03.558]➜  		"metadatas/ecs/DeactivateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeactivateRouterInterface.json",
2025-08-20T19:15:59.5250242Z [00:02:03.558]➜  		"metadatas/ecs/DeleteActivation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteActivation.json",
2025-08-20T19:15:59.5252324Z [00:02:03.558]➜  		"metadatas/ecs/DeleteAutoProvisioningGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteAutoProvisioningGroup.json",
2025-08-20T19:15:59.5254782Z [00:02:03.558]➜  		"metadatas/ecs/DeleteAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteAutoSnapshotPolicy.json",
2025-08-20T19:15:59.5257082Z [00:02:03.558]➜  		"metadatas/ecs/DeleteBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteBandwidthPackage.json",
2025-08-20T19:15:59.5259151Z [00:02:03.558]➜  		"metadatas/ecs/DeleteCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteCommand.json",
2025-08-20T19:15:59.5261202Z [00:02:03.558]➜  		"metadatas/ecs/DeleteDedicatedHostCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDedicatedHostCluster.json",
2025-08-20T19:15:59.5263533Z [00:02:03.558]➜  		"metadatas/ecs/DeleteDeploymentSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDeploymentSet.json",
2025-08-20T19:15:59.5265773Z [00:02:03.558]➜  		"metadatas/ecs/DeleteDiagnosticMetricSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDiagnosticMetricSets.json",
2025-08-20T19:15:59.5267976Z [00:02:03.558]➜  		"metadatas/ecs/DeleteDiagnosticReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDiagnosticReports.json",
2025-08-20T19:15:59.5269914Z [00:02:03.558]➜  		"metadatas/ecs/DeleteDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDisk.json",
2025-08-20T19:15:59.5271730Z [00:02:03.558]➜  		"metadatas/ecs/DeleteForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteForwardEntry.json",
2025-08-20T19:15:59.5273732Z [00:02:03.558]➜  		"metadatas/ecs/DeleteHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteHaVip.json",
2025-08-20T19:15:59.5275548Z [00:02:03.558]➜  		"metadatas/ecs/DeleteHpcCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteHpcCluster.json",
2025-08-20T19:15:59.5277293Z [00:02:03.558]➜  		"metadatas/ecs/DeleteImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteImage.json",
2025-08-20T19:15:59.5279172Z [00:02:03.558]➜  		"metadatas/ecs/DeleteImageComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteImageComponent.json",
2025-08-20T19:15:59.5281142Z [00:02:03.558]➜  		"metadatas/ecs/DeleteImagePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteImagePipeline.json",
2025-08-20T19:15:59.5283430Z [00:02:03.558]➜  		"metadatas/ecs/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteInstance.json",
2025-08-20T19:15:59.5285261Z [00:02:03.558]➜  		"metadatas/ecs/DeleteInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteInstances.json",
2025-08-20T19:15:59.5287082Z [00:02:03.558]➜  		"metadatas/ecs/DeleteKeyPairs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteKeyPairs.json",
2025-08-20T19:15:59.5289021Z [00:02:03.558]➜  		"metadatas/ecs/DeleteLaunchTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteLaunchTemplate.json",
2025-08-20T19:15:59.5291232Z [00:02:03.558]➜  		"metadatas/ecs/DeleteLaunchTemplateVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteLaunchTemplateVersion.json",
2025-08-20T19:15:59.5293689Z [00:02:03.558]➜  		"metadatas/ecs/DeleteNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteNatGateway.json",
2025-08-20T19:15:59.5295684Z [00:02:03.558]➜  		"metadatas/ecs/DeleteNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteNetworkInterface.json",
2025-08-20T19:15:59.5298024Z [00:02:03.558]➜  		"metadatas/ecs/DeleteNetworkInterfacePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteNetworkInterfacePermission.json",
2025-08-20T19:15:59.5300392Z [00:02:03.558]➜  		"metadatas/ecs/DeletePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeletePhysicalConnection.json",
2025-08-20T19:15:59.5302698Z [00:02:03.558]➜  		"metadatas/ecs/DeletePortRangeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeletePortRangeList.json",
2025-08-20T19:15:59.5304860Z [00:02:03.558]➜  		"metadatas/ecs/DeletePrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeletePrefixList.json",
2025-08-20T19:15:59.5306920Z [00:02:03.558]➜  		"metadatas/ecs/DeleteRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteRouteEntry.json",
2025-08-20T19:15:59.5309019Z [00:02:03.558]➜  		"metadatas/ecs/DeleteRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteRouterInterface.json",
2025-08-20T19:15:59.5311069Z [00:02:03.558]➜  		"metadatas/ecs/DeleteSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteSecurityGroup.json",
2025-08-20T19:15:59.5313210Z [00:02:03.558]➜  		"metadatas/ecs/DeleteSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteSnapshot.json",
2025-08-20T19:15:59.5315168Z [00:02:03.558]➜  		"metadatas/ecs/DeleteSnapshotGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteSnapshotGroup.json",
2025-08-20T19:15:59.5317118Z [00:02:03.558]➜  		"metadatas/ecs/DeleteVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteVSwitch.json",
2025-08-20T19:15:59.5319139Z [00:02:03.558]➜  		"metadatas/ecs/DeleteVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteVirtualBorderRouter.json",
2025-08-20T19:15:59.5321110Z [00:02:03.558]➜  		"metadatas/ecs/DeleteVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteVpc.json",
2025-08-20T19:15:59.5323208Z [00:02:03.558]➜  		"metadatas/ecs/DeregisterManagedInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeregisterManagedInstance.json",
2025-08-20T19:15:59.5325276Z [00:02:03.558]➜  		"metadatas/ecs/DescribeAccessPoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAccessPoints.json",
2025-08-20T19:15:59.5327400Z [00:02:03.558]➜  		"metadatas/ecs/DescribeAccountAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAccountAttributes.json",
2025-08-20T19:15:59.5329498Z [00:02:03.558]➜  		"metadatas/ecs/DescribeActivations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeActivations.json",
2025-08-20T19:15:59.5332031Z [00:02:03.558]➜  		"metadatas/ecs/DescribeAutoProvisioningGroupHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAutoProvisioningGroupHistory.json",
2025-08-20T19:15:59.5334948Z [00:02:03.558]➜  		"metadatas/ecs/DescribeAutoProvisioningGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAutoProvisioningGroupInstances.json",
2025-08-20T19:15:59.5337561Z [00:02:03.558]➜  		"metadatas/ecs/DescribeAutoProvisioningGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAutoProvisioningGroups.json",
2025-08-20T19:15:59.5340069Z [00:02:03.558]➜  		"metadatas/ecs/DescribeAutoSnapshotPolicyEx.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAutoSnapshotPolicyEx.json",
2025-08-20T19:15:59.5342705Z [00:02:03.558]➜  		"metadatas/ecs/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAvailableResource.json",
2025-08-20T19:15:59.5345066Z [00:02:03.558]➜  		"metadatas/ecs/DescribeBandwidthLimitation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeBandwidthLimitation.json",
2025-08-20T19:15:59.5347361Z [00:02:03.558]➜  		"metadatas/ecs/DescribeBandwidthPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeBandwidthPackages.json",
2025-08-20T19:15:59.5349880Z [00:02:03.558]➜  		"metadatas/ecs/DescribeCapacityReservationInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCapacityReservationInstances.json",
2025-08-20T19:15:59.5352754Z [00:02:03.558]➜  		"metadatas/ecs/DescribeCapacityReservations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCapacityReservations.json",
2025-08-20T19:15:59.5355341Z [00:02:03.558]➜  		"metadatas/ecs/DescribeClassicLinkInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeClassicLinkInstances.json",
2025-08-20T19:15:59.5357770Z [00:02:03.558]➜  		"metadatas/ecs/DescribeCloudAssistantSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCloudAssistantSettings.json",
2025-08-20T19:15:59.5360200Z [00:02:03.558]➜  		"metadatas/ecs/DescribeCloudAssistantStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCloudAssistantStatus.json",
2025-08-20T19:15:59.5362342Z [00:02:03.558]➜  		"metadatas/ecs/DescribeClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeClusters.json",
2025-08-20T19:15:59.5364445Z [00:02:03.558]➜  		"metadatas/ecs/DescribeCommands.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCommands.json",
2025-08-20T19:15:59.5366630Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDedicatedHostAutoRenew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDedicatedHostAutoRenew.json",
2025-08-20T19:15:59.5369063Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDedicatedHostClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDedicatedHostClusters.json",
2025-08-20T19:15:59.5371493Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDedicatedHostTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDedicatedHostTypes.json",
2025-08-20T19:15:59.5373927Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDedicatedHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDedicatedHosts.json",
2025-08-20T19:15:59.5376589Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json",
2025-08-20T19:15:59.5379248Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDeploymentSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDeploymentSets.json",
2025-08-20T19:15:59.5381637Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDiagnosticMetricSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiagnosticMetricSets.json",
2025-08-20T19:15:59.5384131Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDiagnosticMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiagnosticMetrics.json",
2025-08-20T19:15:59.5386521Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDiagnosticReportAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiagnosticReportAttributes.json",
2025-08-20T19:15:59.5388871Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDiagnosticReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiagnosticReports.json",
2025-08-20T19:15:59.5391364Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDiskDefaultKMSKeyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiskDefaultKMSKeyId.json",
2025-08-20T19:15:59.5394103Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDiskEncryptionByDefaultStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiskEncryptionByDefaultStatus.json",
2025-08-20T19:15:59.5396497Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDiskMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiskMonitorData.json",
2025-08-20T19:15:59.5398457Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDisks.json",
2025-08-20T19:15:59.5400354Z [00:02:03.558]➜  		"metadatas/ecs/DescribeDisksFullStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDisksFullStatus.json",
2025-08-20T19:15:59.5402749Z [00:02:03.558]➜  		"metadatas/ecs/DescribeEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeEipAddresses.json",
2025-08-20T19:15:59.5405146Z [00:02:03.558]➜  		"metadatas/ecs/DescribeEipMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeEipMonitorData.json",
2025-08-20T19:15:59.5407825Z [00:02:03.558]➜  		"metadatas/ecs/DescribeElasticityAssuranceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeElasticityAssuranceAutoRenewAttribute.json",
2025-08-20T19:15:59.5410796Z [00:02:03.558]➜  		"metadatas/ecs/DescribeElasticityAssuranceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeElasticityAssuranceInstances.json",
2025-08-20T19:15:59.5413464Z [00:02:03.558]➜  		"metadatas/ecs/DescribeElasticityAssurances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeElasticityAssurances.json",
2025-08-20T19:15:59.5415648Z [00:02:03.558]➜  		"metadatas/ecs/DescribeEniMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeEniMonitorData.json",
2025-08-20T19:15:59.5417879Z [00:02:03.558]➜  		"metadatas/ecs/DescribeForwardTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeForwardTableEntries.json",
2025-08-20T19:15:59.5419930Z [00:02:03.558]➜  		"metadatas/ecs/DescribeHaVips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeHaVips.json",
2025-08-20T19:15:59.5421874Z [00:02:03.558]➜  		"metadatas/ecs/DescribeHpcClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeHpcClusters.json",
2025-08-20T19:15:59.5424134Z [00:02:03.558]➜  		"metadatas/ecs/DescribeImageComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImageComponents.json",
2025-08-20T19:15:59.5426293Z [00:02:03.558]➜  		"metadatas/ecs/DescribeImageFromFamily.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImageFromFamily.json",
2025-08-20T19:15:59.5428591Z [00:02:03.558]➜  		"metadatas/ecs/DescribeImagePipelineExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImagePipelineExecutions.json",
2025-08-20T19:15:59.5431124Z [00:02:03.558]➜  		"metadatas/ecs/DescribeImagePipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImagePipelines.json",
2025-08-20T19:15:59.5433679Z [00:02:03.558]➜  		"metadatas/ecs/DescribeImageSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImageSharePermission.json",
2025-08-20T19:15:59.5436170Z [00:02:03.558]➜  		"metadatas/ecs/DescribeImageSupportInstanceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImageSupportInstanceTypes.json",
2025-08-20T19:15:59.5438372Z [00:02:03.558]➜  		"metadatas/ecs/DescribeImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImages.json",
2025-08-20T19:15:59.5440825Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstanceAttachmentAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceAttachmentAttributes.json",
2025-08-20T19:15:59.5443526Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceAttribute.json",
2025-08-20T19:15:59.5445888Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceAutoRenewAttribute.json",
2025-08-20T19:15:59.5448375Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstanceHistoryEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceHistoryEvents.json",
2025-08-20T19:15:59.5450948Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstanceMaintenanceAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceMaintenanceAttributes.json",
2025-08-20T19:15:59.5453931Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstanceModificationPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceModificationPrice.json",
2025-08-20T19:15:59.5456538Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstanceMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceMonitorData.json",
2025-08-20T19:15:59.5458802Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstanceRamRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceRamRole.json",
2025-08-20T19:15:59.5460959Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceStatus.json",
2025-08-20T19:15:59.5463444Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstanceTypeFamilies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceTypeFamilies.json",
2025-08-20T19:15:59.5465764Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstanceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceTypes.json",
2025-08-20T19:15:59.5467888Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstanceVncUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceVncUrl.json",
2025-08-20T19:15:59.5469905Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstances.json",
2025-08-20T19:15:59.5471989Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInstancesFullStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstancesFullStatus.json",
2025-08-20T19:15:59.5474453Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInvocationResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInvocationResults.json",
2025-08-20T19:15:59.5476561Z [00:02:03.558]➜  		"metadatas/ecs/DescribeInvocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInvocations.json",
2025-08-20T19:15:59.5478574Z [00:02:03.558]➜  		"metadatas/ecs/DescribeKeyPairs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeKeyPairs.json",
2025-08-20T19:15:59.5481024Z [00:02:03.558]➜  		"metadatas/ecs/DescribeLaunchTemplateVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeLaunchTemplateVersions.json",
2025-08-20T19:15:59.5483500Z [00:02:03.558]➜  		"metadatas/ecs/DescribeLaunchTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeLaunchTemplates.json",
2025-08-20T19:15:59.5485525Z [00:02:03.558]➜  		"metadatas/ecs/DescribeLimitation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeLimitation.json",
2025-08-20T19:15:59.5487614Z [00:02:03.558]➜  		"metadatas/ecs/DescribeManagedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeManagedInstances.json",
2025-08-20T19:15:59.5489736Z [00:02:03.558]➜  		"metadatas/ecs/DescribeNatGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNatGateways.json",
2025-08-20T19:15:59.5492206Z [00:02:03.558]➜  		"metadatas/ecs/DescribeNetworkInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNetworkInterfaceAttribute.json",
2025-08-20T19:15:59.5495039Z [00:02:03.558]➜  		"metadatas/ecs/DescribeNetworkInterfacePermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNetworkInterfacePermissions.json",
2025-08-20T19:15:59.5497452Z [00:02:03.558]➜  		"metadatas/ecs/DescribeNetworkInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNetworkInterfaces.json",
2025-08-20T19:15:59.5499852Z [00:02:03.558]➜  		"metadatas/ecs/DescribeNewProjectEipMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNewProjectEipMonitorData.json",
2025-08-20T19:15:59.5502667Z [00:02:03.558]➜  		"metadatas/ecs/DescribePhysicalConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePhysicalConnections.json",
2025-08-20T19:15:59.5505349Z [00:02:03.558]➜  		"metadatas/ecs/DescribePortRangeListAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePortRangeListAssociations.json",
2025-08-20T19:15:59.5507806Z [00:02:03.558]➜  		"metadatas/ecs/DescribePortRangeListEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePortRangeListEntries.json",
2025-08-20T19:15:59.5510114Z [00:02:03.558]➜  		"metadatas/ecs/DescribePortRangeLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePortRangeLists.json",
2025-08-20T19:15:59.5512646Z [00:02:03.558]➜  		"metadatas/ecs/DescribePrefixListAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePrefixListAssociations.json",
2025-08-20T19:15:59.5515070Z [00:02:03.558]➜  		"metadatas/ecs/DescribePrefixListAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePrefixListAttributes.json",
2025-08-20T19:15:59.5517248Z [00:02:03.558]➜  		"metadatas/ecs/DescribePrefixLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePrefixLists.json",
2025-08-20T19:15:59.5519277Z [00:02:03.558]➜  		"metadatas/ecs/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePrice.json",
2025-08-20T19:15:59.5521372Z [00:02:03.558]➜  		"metadatas/ecs/DescribeRecommendInstanceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRecommendInstanceType.json",
2025-08-20T19:15:59.5523691Z [00:02:03.558]➜  		"metadatas/ecs/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRegions.json",
2025-08-20T19:15:59.5525710Z [00:02:03.558]➜  		"metadatas/ecs/DescribeRenewalPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRenewalPrice.json",
2025-08-20T19:15:59.5528362Z [00:02:03.558]➜  		"metadatas/ecs/DescribeReservedInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeReservedInstanceAutoRenewAttribute.json",
2025-08-20T19:15:59.5530880Z [00:02:03.558]➜  		"metadatas/ecs/DescribeReservedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeReservedInstances.json",
2025-08-20T19:15:59.5533184Z [00:02:03.558]➜  		"metadatas/ecs/DescribeResourceByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeResourceByTags.json",
2025-08-20T19:15:59.5535420Z [00:02:03.558]➜  		"metadatas/ecs/DescribeResourcesModification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeResourcesModification.json",
2025-08-20T19:15:59.5537567Z [00:02:03.558]➜  		"metadatas/ecs/DescribeRouteTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRouteTables.json",
2025-08-20T19:15:59.5538813Z [00:02:03.558]➜  		"metadatas/ecs/DescribeRouterInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRouterInterfaces.json",
2025-08-20T19:15:59.5540039Z [00:02:03.558]➜  		"metadatas/ecs/DescribeSecurityGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSecurityGroupAttribute.json",
2025-08-20T19:15:59.5541294Z [00:02:03.558]➜  		"metadatas/ecs/DescribeSecurityGroupReferences.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSecurityGroupReferences.json",
2025-08-20T19:15:59.5542333Z [00:02:03.558]➜  		"metadatas/ecs/DescribeSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSecurityGroups.json",
2025-08-20T19:15:59.5543610Z [00:02:03.558]➜  		"metadatas/ecs/DescribeSendFileResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSendFileResults.json",
2025-08-20T19:15:59.5544686Z [00:02:03.558]➜  		"metadatas/ecs/DescribeSnapshotGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotGroups.json",
2025-08-20T19:15:59.5545858Z [00:02:03.558]➜  		"metadatas/ecs/DescribeSnapshotLinks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotLinks.json",
2025-08-20T19:15:59.5547093Z [00:02:03.558]➜  		"metadatas/ecs/DescribeSnapshotMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotMonitorData.json",
2025-08-20T19:15:59.5548236Z [00:02:03.558]➜  		"metadatas/ecs/DescribeSnapshotPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotPackage.json",
2025-08-20T19:15:59.5549238Z [00:02:03.558]➜  		"metadatas/ecs/DescribeSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshots.json",
2025-08-20T19:15:59.5550290Z [00:02:03.558]➜  		"metadatas/ecs/DescribeSnapshotsUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotsUsage.json",
2025-08-20T19:15:59.5551291Z [00:02:03.558]➜  		"metadatas/ecs/DescribeSpotAdvice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSpotAdvice.json",
2025-08-20T19:15:59.5552738Z [00:02:03.558]➜  		"metadatas/ecs/DescribeSpotPriceHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSpotPriceHistory.json",
2025-08-20T19:15:59.5553917Z [00:02:03.558]➜  		"metadatas/ecs/DescribeStorageCapacityUnits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeStorageCapacityUnits.json",
2025-08-20T19:15:59.5554778Z [00:02:03.558]➜  		"metadatas/ecs/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeTags.json",
2025-08-20T19:15:59.5555833Z [00:02:03.558]➜  		"metadatas/ecs/DescribeTaskAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeTaskAttribute.json",
2025-08-20T19:15:59.5556743Z [00:02:03.558]➜  		"metadatas/ecs/DescribeTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeTasks.json",
2025-08-20T19:15:59.5558038Z [00:02:03.558]➜  		"metadatas/ecs/DescribeTerminalSessions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeTerminalSessions.json",
2025-08-20T19:15:59.5559226Z [00:02:03.558]➜  		"metadatas/ecs/DescribeUserBusinessBehavior.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeUserBusinessBehavior.json",
2025-08-20T19:15:59.5560151Z [00:02:03.558]➜  		"metadatas/ecs/DescribeUserData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeUserData.json",
2025-08-20T19:15:59.5561109Z [00:02:03.558]➜  		"metadatas/ecs/DescribeVRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVRouters.json",
2025-08-20T19:15:59.5562070Z [00:02:03.558]➜  		"metadatas/ecs/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVSwitches.json",
2025-08-20T19:15:59.5563594Z [00:02:03.558]➜  		"metadatas/ecs/DescribeVirtualBorderRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVirtualBorderRouters.json",
2025-08-20T19:15:59.5565264Z [00:02:03.559]➜  		"metadatas/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json",
2025-08-20T19:15:59.5566159Z [00:02:03.559]➜  		"metadatas/ecs/DescribeVpcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVpcs.json",
2025-08-20T19:15:59.5567053Z [00:02:03.559]➜  		"metadatas/ecs/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeZones.json",
2025-08-20T19:15:59.5568128Z [00:02:03.559]➜  		"metadatas/ecs/DetachClassicLinkVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachClassicLinkVpc.json",
2025-08-20T19:15:59.5568999Z [00:02:03.559]➜  		"metadatas/ecs/DetachDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachDisk.json",
2025-08-20T19:15:59.5570209Z [00:02:03.559]➜  		"metadatas/ecs/DetachInstanceRamRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachInstanceRamRole.json",
2025-08-20T19:15:59.5571145Z [00:02:03.559]➜  		"metadatas/ecs/DetachKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachKeyPair.json",
2025-08-20T19:15:59.5572227Z [00:02:03.559]➜  		"metadatas/ecs/DetachNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachNetworkInterface.json",
2025-08-20T19:15:59.5573407Z [00:02:03.559]➜  		"metadatas/ecs/DisableActivation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DisableActivation.json",
2025-08-20T19:15:59.5574714Z [00:02:03.559]➜  		"metadatas/ecs/DisableDiskEncryptionByDefault.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DisableDiskEncryptionByDefault.json",
2025-08-20T19:15:59.5576021Z [00:02:03.559]➜  		"metadatas/ecs/EnableDiskEncryptionByDefault.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/EnableDiskEncryptionByDefault.json",
2025-08-20T19:15:59.5577175Z [00:02:03.559]➜  		"metadatas/ecs/EnablePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/EnablePhysicalConnection.json",
2025-08-20T19:15:59.5578341Z [00:02:03.559]➜  		"metadatas/ecs/EndTerminalSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/EndTerminalSession.json",
2025-08-20T19:15:59.5579224Z [00:02:03.559]➜  		"metadatas/ecs/ExportImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ExportImage.json",
2025-08-20T19:15:59.5580176Z [00:02:03.559]➜  		"metadatas/ecs/ExportSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ExportSnapshot.json",
2025-08-20T19:15:59.5581294Z [00:02:03.559]➜  		"metadatas/ecs/GetInstanceConsoleOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/GetInstanceConsoleOutput.json",
2025-08-20T19:15:59.5582878Z [00:02:03.559]➜  		"metadatas/ecs/GetInstanceScreenshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/GetInstanceScreenshot.json",
2025-08-20T19:15:59.5583825Z [00:02:03.559]➜  		"metadatas/ecs/ImportImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ImportImage.json",
2025-08-20T19:15:59.5584734Z [00:02:03.559]➜  		"metadatas/ecs/ImportKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ImportKeyPair.json",
2025-08-20T19:15:59.5585788Z [00:02:03.559]➜  		"metadatas/ecs/InstallCloudAssistant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/InstallCloudAssistant.json",
2025-08-20T19:15:59.5586700Z [00:02:03.559]➜  		"metadatas/ecs/InvokeCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/InvokeCommand.json",
2025-08-20T19:15:59.5587691Z [00:02:03.559]➜  		"metadatas/ecs/JoinResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/JoinResourceGroup.json",
2025-08-20T19:15:59.5588826Z [00:02:03.559]➜  		"metadatas/ecs/JoinSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/JoinSecurityGroup.json",
2025-08-20T19:15:59.5589813Z [00:02:03.559]➜  		"metadatas/ecs/LeaveSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/LeaveSecurityGroup.json",
2025-08-20T19:15:59.5590763Z [00:02:03.559]➜  		"metadatas/ecs/ListPluginStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ListPluginStatus.json",
2025-08-20T19:15:59.5591711Z [00:02:03.559]➜  		"metadatas/ecs/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ListTagResources.json",
2025-08-20T19:15:59.5593075Z [00:02:03.559]➜  		"metadatas/ecs/ModifyAutoProvisioningGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyAutoProvisioningGroup.json",
2025-08-20T19:15:59.5594257Z [00:02:03.559]➜  		"metadatas/ecs/ModifyAutoSnapshotPolicyEx.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyAutoSnapshotPolicyEx.json",
2025-08-20T19:15:59.5595533Z [00:02:03.559]➜  		"metadatas/ecs/ModifyBandwidthPackageSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyBandwidthPackageSpec.json",
2025-08-20T19:15:59.5596656Z [00:02:03.559]➜  		"metadatas/ecs/ModifyCapacityReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyCapacityReservation.json",
2025-08-20T19:15:59.5597843Z [00:02:03.559]➜  		"metadatas/ecs/ModifyCloudAssistantSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyCloudAssistantSettings.json",
2025-08-20T19:15:59.5598753Z [00:02:03.559]➜  		"metadatas/ecs/ModifyCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyCommand.json",
2025-08-20T19:15:59.5599949Z [00:02:03.559]➜  		"metadatas/ecs/ModifyDedicatedHostAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostAttribute.json",
2025-08-20T19:15:59.5601295Z [00:02:03.559]➜  		"metadatas/ecs/ModifyDedicatedHostAutoReleaseTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostAutoReleaseTime.json",
2025-08-20T19:15:59.5603053Z [00:02:03.559]➜  		"metadatas/ecs/ModifyDedicatedHostAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostAutoRenewAttribute.json",
2025-08-20T19:15:59.5604426Z [00:02:03.559]➜  		"metadatas/ecs/ModifyDedicatedHostClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostClusterAttribute.json",
2025-08-20T19:15:59.5605674Z [00:02:03.559]➜  		"metadatas/ecs/ModifyDedicatedHostsChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostsChargeType.json",
2025-08-20T19:15:59.5606913Z [00:02:03.559]➜  		"metadatas/ecs/ModifyDeploymentSetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDeploymentSetAttribute.json",
2025-08-20T19:15:59.5608228Z [00:02:03.559]➜  		"metadatas/ecs/ModifyDiagnosticMetricSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiagnosticMetricSet.json",
2025-08-20T19:15:59.5609305Z [00:02:03.559]➜  		"metadatas/ecs/ModifyDiskAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskAttribute.json",
2025-08-20T19:15:59.5610356Z [00:02:03.559]➜  		"metadatas/ecs/ModifyDiskChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskChargeType.json",
2025-08-20T19:15:59.5611465Z [00:02:03.559]➜  		"metadatas/ecs/ModifyDiskDefaultKMSKeyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskDefaultKMSKeyId.json",
2025-08-20T19:15:59.5612692Z [00:02:03.559]➜  		"metadatas/ecs/ModifyDiskDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskDeployment.json",
2025-08-20T19:15:59.5613784Z [00:02:03.559]➜  		"metadatas/ecs/ModifyDiskSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskSpec.json",
2025-08-20T19:15:59.5614964Z [00:02:03.559]➜  		"metadatas/ecs/ModifyEipAddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyEipAddressAttribute.json",
2025-08-20T19:15:59.5616105Z [00:02:03.559]➜  		"metadatas/ecs/ModifyElasticityAssurance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyElasticityAssurance.json",
2025-08-20T19:15:59.5617615Z [00:02:03.559]➜  		"metadatas/ecs/ModifyElasticityAssuranceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyElasticityAssuranceAutoRenewAttribute.json",
2025-08-20T19:15:59.5618622Z [00:02:03.559]➜  		"metadatas/ecs/ModifyForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyForwardEntry.json",
2025-08-20T19:15:59.5619666Z [00:02:03.559]➜  		"metadatas/ecs/ModifyHaVipAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyHaVipAttribute.json",
2025-08-20T19:15:59.5620920Z [00:02:03.559]➜  		"metadatas/ecs/ModifyHpcClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyHpcClusterAttribute.json",
2025-08-20T19:15:59.5621995Z [00:02:03.559]➜  		"metadatas/ecs/ModifyImageAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyImageAttribute.json",
2025-08-20T19:15:59.5623448Z [00:02:03.559]➜  		"metadatas/ecs/ModifyImageShareGroupPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyImageShareGroupPermission.json",
2025-08-20T19:15:59.5624618Z [00:02:03.559]➜  		"metadatas/ecs/ModifyImageSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyImageSharePermission.json",
2025-08-20T19:15:59.5625951Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceAttachmentAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceAttachmentAttributes.json",
2025-08-20T19:15:59.5627078Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceAttribute.json",
2025-08-20T19:15:59.5628461Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceAutoReleaseTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceAutoReleaseTime.json",
2025-08-20T19:15:59.5629712Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceAutoRenewAttribute.json",
2025-08-20T19:15:59.5630813Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceChargeType.json",
2025-08-20T19:15:59.5631938Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceClockOptions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceClockOptions.json",
2025-08-20T19:15:59.5633410Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceDeployment.json",
2025-08-20T19:15:59.5634764Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceMaintenanceAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceMaintenanceAttributes.json",
2025-08-20T19:15:59.5635985Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceMetadataOptions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceMetadataOptions.json",
2025-08-20T19:15:59.5637183Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceNetworkOptions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceNetworkOptions.json",
2025-08-20T19:15:59.5638332Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceNetworkSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceNetworkSpec.json",
2025-08-20T19:15:59.5639498Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceSpec.json",
2025-08-20T19:15:59.5640658Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceVncPasswd.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceVncPasswd.json",
2025-08-20T19:15:59.5641818Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInstanceVpcAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceVpcAttribute.json",
2025-08-20T19:15:59.5643159Z [00:02:03.559]➜  		"metadatas/ecs/ModifyInvocationAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInvocationAttribute.json",
2025-08-20T19:15:59.5644519Z [00:02:03.559]➜  		"metadatas/ecs/ModifyLaunchTemplateDefaultVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyLaunchTemplateDefaultVersion.json",
2025-08-20T19:15:59.5645587Z [00:02:03.559]➜  		"metadatas/ecs/ModifyManagedInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyManagedInstance.json",
2025-08-20T19:15:59.5647014Z [00:02:03.559]➜  		"metadatas/ecs/ModifyNetworkInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyNetworkInterfaceAttribute.json",
2025-08-20T19:15:59.5648348Z [00:02:03.559]➜  		"metadatas/ecs/ModifyPhysicalConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyPhysicalConnectionAttribute.json",
2025-08-20T19:15:59.5649362Z [00:02:03.559]➜  		"metadatas/ecs/ModifyPortRangeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyPortRangeList.json",
2025-08-20T19:15:59.5650305Z [00:02:03.559]➜  		"metadatas/ecs/ModifyPrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyPrefixList.json",
2025-08-20T19:15:59.5651414Z [00:02:03.559]➜  		"metadatas/ecs/ModifyPrepayInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyPrepayInstanceSpec.json",
2025-08-20T19:15:59.5652878Z [00:02:03.559]➜  		"metadatas/ecs/ModifyReservedInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyReservedInstanceAttribute.json",
2025-08-20T19:15:59.5654444Z [00:02:03.559]➜  		"metadatas/ecs/ModifyReservedInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyReservedInstanceAutoRenewAttribute.json",
2025-08-20T19:15:59.5655535Z [00:02:03.559]➜  		"metadatas/ecs/ModifyReservedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyReservedInstances.json",
2025-08-20T19:15:59.5656767Z [00:02:03.559]➜  		"metadatas/ecs/ModifyRouterInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyRouterInterfaceAttribute.json",
2025-08-20T19:15:59.5657884Z [00:02:03.559]➜  		"metadatas/ecs/ModifyRouterInterfaceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyRouterInterfaceSpec.json",
2025-08-20T19:15:59.5659194Z [00:02:03.559]➜  		"metadatas/ecs/ModifySecurityGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySecurityGroupAttribute.json",
2025-08-20T19:15:59.5660412Z [00:02:03.559]➜  		"metadatas/ecs/ModifySecurityGroupEgressRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySecurityGroupEgressRule.json",
2025-08-20T19:15:59.5661514Z [00:02:03.559]➜  		"metadatas/ecs/ModifySecurityGroupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySecurityGroupPolicy.json",
2025-08-20T19:15:59.5662792Z [00:02:03.559]➜  		"metadatas/ecs/ModifySecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySecurityGroupRule.json",
2025-08-20T19:15:59.5663891Z [00:02:03.559]➜  		"metadatas/ecs/ModifySnapshotAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySnapshotAttribute.json",
2025-08-20T19:15:59.5665122Z [00:02:03.559]➜  		"metadatas/ecs/ModifySnapshotCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySnapshotCategory.json",
2025-08-20T19:15:59.5666161Z [00:02:03.559]➜  		"metadatas/ecs/ModifySnapshotGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySnapshotGroup.json",
2025-08-20T19:15:59.5667469Z [00:02:03.559]➜  		"metadatas/ecs/ModifyStorageCapacityUnitAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyStorageCapacityUnitAttribute.json",
2025-08-20T19:15:59.5668594Z [00:02:03.559]➜  		"metadatas/ecs/ModifyUserBusinessBehavior.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyUserBusinessBehavior.json",
2025-08-20T19:15:59.5669630Z [00:02:03.559]➜  		"metadatas/ecs/ModifyVRouterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyVRouterAttribute.json",
2025-08-20T19:15:59.5670646Z [00:02:03.559]➜  		"metadatas/ecs/ModifyVSwitchAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyVSwitchAttribute.json",
2025-08-20T19:15:59.5672068Z [00:02:03.559]➜  		"metadatas/ecs/ModifyVirtualBorderRouterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyVirtualBorderRouterAttribute.json",
2025-08-20T19:15:59.5673261Z [00:02:03.559]➜  		"metadatas/ecs/ModifyVpcAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyVpcAttribute.json",
2025-08-20T19:15:59.5674437Z [00:02:03.559]➜  		"metadatas/ecs/PurchaseElasticityAssurance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/PurchaseElasticityAssurance.json",
2025-08-20T19:15:59.5675714Z [00:02:03.559]➜  		"metadatas/ecs/PurchaseReservedInstancesOffering.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/PurchaseReservedInstancesOffering.json",
2025-08-20T19:15:59.5676890Z [00:02:03.559]➜  		"metadatas/ecs/PurchaseStorageCapacityUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/PurchaseStorageCapacityUnit.json",
2025-08-20T19:15:59.5677927Z [00:02:03.559]➜  		"metadatas/ecs/ReActivateInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReActivateInstances.json",
2025-08-20T19:15:59.5678914Z [00:02:03.559]➜  		"metadatas/ecs/ReInitDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReInitDisk.json",
2025-08-20T19:15:59.5679837Z [00:02:03.559]➜  		"metadatas/ecs/RebootInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RebootInstance.json",
2025-08-20T19:15:59.5680752Z [00:02:03.559]➜  		"metadatas/ecs/RebootInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RebootInstances.json",
2025-08-20T19:15:59.5681900Z [00:02:03.559]➜  		"metadatas/ecs/RecoverVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RecoverVirtualBorderRouter.json",
2025-08-20T19:15:59.5683300Z [00:02:03.559]➜  		"metadatas/ecs/RedeployDedicatedHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RedeployDedicatedHost.json",
2025-08-20T19:15:59.5684276Z [00:02:03.559]➜  		"metadatas/ecs/RedeployInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RedeployInstance.json",
2025-08-20T19:15:59.5685426Z [00:02:03.559]➜  		"metadatas/ecs/ReleaseCapacityReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReleaseCapacityReservation.json",
2025-08-20T19:15:59.5686461Z [00:02:03.559]➜  		"metadatas/ecs/ReleaseDedicatedHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReleaseDedicatedHost.json",
2025-08-20T19:15:59.5687440Z [00:02:03.559]➜  		"metadatas/ecs/ReleaseEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReleaseEipAddress.json",
2025-08-20T19:15:59.5688503Z [00:02:03.559]➜  		"metadatas/ecs/ReleasePublicIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReleasePublicIpAddress.json",
2025-08-20T19:15:59.5689794Z [00:02:03.559]➜  		"metadatas/ecs/RemoveBandwidthPackageIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RemoveBandwidthPackageIps.json",
2025-08-20T19:15:59.5690658Z [00:02:03.559]➜  		"metadatas/ecs/RemoveTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RemoveTags.json",
2025-08-20T19:15:59.5691657Z [00:02:03.559]➜  		"metadatas/ecs/RenewDedicatedHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RenewDedicatedHosts.json",
2025-08-20T19:15:59.5692990Z [00:02:03.559]➜  		"metadatas/ecs/RenewElasticityAssurances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RenewElasticityAssurances.json",
2025-08-20T19:15:59.5693897Z [00:02:03.559]➜  		"metadatas/ecs/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RenewInstance.json",
2025-08-20T19:15:59.5694965Z [00:02:03.559]➜  		"metadatas/ecs/RenewReservedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RenewReservedInstances.json",
2025-08-20T19:15:59.5696083Z [00:02:03.559]➜  		"metadatas/ecs/ReplaceSystemDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReplaceSystemDisk.json",
2025-08-20T19:15:59.5697196Z [00:02:03.559]➜  		"metadatas/ecs/ReportInstancesStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReportInstancesStatus.json",
2025-08-20T19:15:59.5698083Z [00:02:03.559]➜  		"metadatas/ecs/ResetDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ResetDisk.json",
2025-08-20T19:15:59.5699208Z [00:02:03.559]➜  		"metadatas/ecs/ResetDiskDefaultKMSKeyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ResetDiskDefaultKMSKeyId.json",
2025-08-20T19:15:59.5700090Z [00:02:03.559]➜  		"metadatas/ecs/ResetDisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ResetDisks.json",
2025-08-20T19:15:59.5700950Z [00:02:03.559]➜  		"metadatas/ecs/ResizeDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ResizeDisk.json",
2025-08-20T19:15:59.5701969Z [00:02:03.559]➜  		"metadatas/ecs/RevokeSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RevokeSecurityGroup.json",
2025-08-20T19:15:59.5703743Z [00:02:03.559]➜  		"metadatas/ecs/RevokeSecurityGroupEgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RevokeSecurityGroupEgress.json",
2025-08-20T19:15:59.5704646Z [00:02:03.559]➜  		"metadatas/ecs/RunCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RunCommand.json",
2025-08-20T19:15:59.5705541Z [00:02:03.559]➜  		"metadatas/ecs/RunInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RunInstances.json",
2025-08-20T19:15:59.5706395Z [00:02:03.559]➜  		"metadatas/ecs/SendFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/SendFile.json",
2025-08-20T19:15:59.5707633Z [00:02:03.559]➜  		"metadatas/ecs/StartImagePipelineExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StartImagePipelineExecution.json",
2025-08-20T19:15:59.5708825Z [00:02:03.559]➜  		"metadatas/ecs/StartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StartInstance.json",
2025-08-20T19:15:59.5709840Z [00:02:03.559]➜  		"metadatas/ecs/StartInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StartInstances.json",
2025-08-20T19:15:59.5710870Z [00:02:03.559]➜  		"metadatas/ecs/StartTerminalSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StartTerminalSession.json",
2025-08-20T19:15:59.5711772Z [00:02:03.559]➜  		"metadatas/ecs/StopInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StopInstance.json",
2025-08-20T19:15:59.5712860Z [00:02:03.559]➜  		"metadatas/ecs/StopInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StopInstances.json",
2025-08-20T19:15:59.5713962Z [00:02:03.559]➜  		"metadatas/ecs/StopInvocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StopInvocation.json",
2025-08-20T19:15:59.5714893Z [00:02:03.559]➜  		"metadatas/ecs/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/TagResources.json",
2025-08-20T19:15:59.5716080Z [00:02:03.559]➜  		"metadatas/ecs/TerminatePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/TerminatePhysicalConnection.json",
2025-08-20T19:15:59.5717231Z [00:02:03.559]➜  		"metadatas/ecs/TerminateVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/TerminateVirtualBorderRouter.json",
2025-08-20T19:15:59.5718243Z [00:02:03.559]➜  		"metadatas/ecs/UnassignIpv6Addresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UnassignIpv6Addresses.json",
2025-08-20T19:15:59.5719387Z [00:02:03.559]➜  		"metadatas/ecs/UnassignPrivateIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UnassignPrivateIpAddresses.json",
2025-08-20T19:15:59.5720575Z [00:02:03.559]➜  		"metadatas/ecs/UnassociateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UnassociateEipAddress.json",
2025-08-20T19:15:59.5721564Z [00:02:03.559]➜  		"metadatas/ecs/UnassociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UnassociateHaVip.json",
2025-08-20T19:15:59.5722714Z [00:02:03.559]➜  		"metadatas/ecs/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UntagResources.json",
2025-08-20T19:15:59.5723912Z [00:02:03.559]➜  		"metadatas/edas/AbortAndRollbackChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AbortAndRollbackChangeOrder.json",
2025-08-20T19:15:59.5724851Z [00:02:03.559]➜  		"metadatas/edas/AbortChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AbortChangeOrder.json",
2025-08-20T19:15:59.5725726Z [00:02:03.559]➜  		"metadatas/edas/AddLogPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AddLogPath.json",
2025-08-20T19:15:59.5726779Z [00:02:03.559]➜  		"metadatas/edas/AuthorizeApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AuthorizeApplication.json",
2025-08-20T19:15:59.5728017Z [00:02:03.559]➜  		"metadatas/edas/AuthorizeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AuthorizeResourceGroup.json",
2025-08-20T19:15:59.5728901Z [00:02:03.559]➜  		"metadatas/edas/AuthorizeRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AuthorizeRole.json",
2025-08-20T19:15:59.5729724Z [00:02:03.559]➜  		"metadatas/edas/BindEcsSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/BindEcsSlb.json",
2025-08-20T19:15:59.5730555Z [00:02:03.559]➜  		"metadatas/edas/BindK8sSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/BindK8sSlb.json",
2025-08-20T19:15:59.5731530Z [00:02:03.559]➜  		"metadatas/edas/BindSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/BindSlb.json",
2025-08-20T19:15:59.5732756Z [00:02:03.559]➜  		"metadatas/edas/ChangeDeployGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ChangeDeployGroup.json",
2025-08-20T19:15:59.5733767Z [00:02:03.559]➜  		"metadatas/edas/ContinuePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ContinuePipeline.json",
2025-08-20T19:15:59.5734760Z [00:02:03.559]➜  		"metadatas/edas/ConvertK8sResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ConvertK8sResource.json",
2025-08-20T19:15:59.5735988Z [00:02:03.559]➜  		"metadatas/edas/CreateApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateApplicationScalingRule.json",
2025-08-20T19:15:59.5737047Z [00:02:03.559]➜  		"metadatas/edas/CreateConfigTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateConfigTemplate.json",
2025-08-20T19:15:59.5738286Z [00:02:03.560]➜  		"metadatas/edas/CreateIDCImportCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateIDCImportCommand.json",
2025-08-20T19:15:59.5739313Z [00:02:03.560]➜  		"metadatas/edas/CreateK8sConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateK8sConfigMap.json",
2025-08-20T19:15:59.5740338Z [00:02:03.560]➜  		"metadatas/edas/CreateK8sIngressRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateK8sIngressRule.json",
2025-08-20T19:15:59.5741292Z [00:02:03.560]➜  		"metadatas/edas/CreateK8sSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateK8sSecret.json",
2025-08-20T19:15:59.5742242Z [00:02:03.560]➜  		"metadatas/edas/CreateK8sService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateK8sService.json",
2025-08-20T19:15:59.5743429Z [00:02:03.560]➜  		"metadatas/edas/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteApplication.json",
2025-08-20T19:15:59.5744688Z [00:02:03.560]➜  		"metadatas/edas/DeleteApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteApplicationScalingRule.json",
2025-08-20T19:15:59.5745655Z [00:02:03.560]➜  		"metadatas/edas/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteCluster.json",
2025-08-20T19:15:59.5746659Z [00:02:03.560]➜  		"metadatas/edas/DeleteClusterMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteClusterMember.json",
2025-08-20T19:15:59.5747700Z [00:02:03.560]➜  		"metadatas/edas/DeleteConfigTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteConfigTemplate.json",
2025-08-20T19:15:59.5748695Z [00:02:03.560]➜  		"metadatas/edas/DeleteDeployGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteDeployGroup.json",
2025-08-20T19:15:59.5749557Z [00:02:03.560]➜  		"metadatas/edas/DeleteEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteEcu.json",
2025-08-20T19:15:59.5750613Z [00:02:03.560]➜  		"metadatas/edas/DeleteK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sApplication.json",
2025-08-20T19:15:59.5751803Z [00:02:03.560]➜  		"metadatas/edas/DeleteK8sConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sConfigMap.json",
2025-08-20T19:15:59.5753062Z [00:02:03.560]➜  		"metadatas/edas/DeleteK8sIngressRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sIngressRule.json",
2025-08-20T19:15:59.5754005Z [00:02:03.560]➜  		"metadatas/edas/DeleteK8sSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sSecret.json",
2025-08-20T19:15:59.5754954Z [00:02:03.560]➜  		"metadatas/edas/DeleteK8sService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sService.json",
2025-08-20T19:15:59.5756072Z [00:02:03.560]➜  		"metadatas/edas/DeleteLogPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteLogPath.json",
2025-08-20T19:15:59.5756960Z [00:02:03.560]➜  		"metadatas/edas/DeleteRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteRole.json",
2025-08-20T19:15:59.5757950Z [00:02:03.560]➜  		"metadatas/edas/DeleteServiceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteServiceGroup.json",
2025-08-20T19:15:59.5758949Z [00:02:03.560]➜  		"metadatas/edas/DeleteSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteSwimmingLane.json",
2025-08-20T19:15:59.5760032Z [00:02:03.560]➜  		"metadatas/edas/DeleteUserDefineRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteUserDefineRegion.json",
2025-08-20T19:15:59.5761122Z [00:02:03.560]➜  		"metadatas/edas/DeployApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeployApplication.json",
2025-08-20T19:15:59.5762269Z [00:02:03.560]➜  		"metadatas/edas/DeployK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeployK8sApplication.json",
2025-08-20T19:15:59.5763577Z [00:02:03.560]➜  		"metadatas/edas/DescribeAppInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DescribeAppInstanceList.json",
2025-08-20T19:15:59.5764826Z [00:02:03.560]➜  		"metadatas/edas/DescribeApplicationScalingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DescribeApplicationScalingRules.json",
2025-08-20T19:15:59.5766031Z [00:02:03.560]➜  		"metadatas/edas/DisableApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DisableApplicationScalingRule.json",
2025-08-20T19:15:59.5767245Z [00:02:03.560]➜  		"metadatas/edas/EnableApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/EnableApplicationScalingRule.json",
2025-08-20T19:15:59.5768228Z [00:02:03.560]➜  		"metadatas/edas/GetAppDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetAppDeployment.json",
2025-08-20T19:15:59.5769159Z [00:02:03.560]➜  		"metadatas/edas/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetApplication.json",
2025-08-20T19:15:59.5770132Z [00:02:03.560]➜  		"metadatas/edas/GetChangeOrderInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetChangeOrderInfo.json",
2025-08-20T19:15:59.5770980Z [00:02:03.560]➜  		"metadatas/edas/GetCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetCluster.json",
2025-08-20T19:15:59.5772118Z [00:02:03.560]➜  		"metadatas/edas/GetContainerConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetContainerConfiguration.json",
2025-08-20T19:15:59.5773373Z [00:02:03.560]➜  		"metadatas/edas/GetJavaStartUpConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetJavaStartUpConfig.json",
2025-08-20T19:15:59.5774444Z [00:02:03.560]➜  		"metadatas/edas/GetJvmConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetJvmConfiguration.json",
2025-08-20T19:15:59.5775724Z [00:02:03.560]➜  		"metadatas/edas/GetK8sAppPrecheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetK8sAppPrecheckResult.json",
2025-08-20T19:15:59.5776725Z [00:02:03.560]➜  		"metadatas/edas/GetK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetK8sApplication.json",
2025-08-20T19:15:59.5777642Z [00:02:03.560]➜  		"metadatas/edas/GetK8sCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetK8sCluster.json",
2025-08-20T19:15:59.5778555Z [00:02:03.560]➜  		"metadatas/edas/GetK8sServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetK8sServices.json",
2025-08-20T19:15:59.5779906Z [00:02:03.560]➜  		"metadatas/edas/GetPackageStorageCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetPackageStorageCredential.json",
2025-08-20T19:15:59.5780868Z [00:02:03.560]➜  		"metadatas/edas/GetScalingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetScalingRules.json",
2025-08-20T19:15:59.5781789Z [00:02:03.560]➜  		"metadatas/edas/GetSecureToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetSecureToken.json",
2025-08-20T19:15:59.5783077Z [00:02:03.560]➜  		"metadatas/edas/GetServiceConsumersPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceConsumersPage.json",
2025-08-20T19:15:59.5784048Z [00:02:03.560]➜  		"metadatas/edas/GetServiceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceDetail.json",
2025-08-20T19:15:59.5785082Z [00:02:03.560]➜  		"metadatas/edas/GetServiceListPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceListPage.json",
2025-08-20T19:15:59.5786259Z [00:02:03.560]➜  		"metadatas/edas/GetServiceMethodPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceMethodPage.json",
2025-08-20T19:15:59.5787618Z [00:02:03.560]➜  		"metadatas/edas/GetServiceProvidersPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceProvidersPage.json",
2025-08-20T19:15:59.5788743Z [00:02:03.560]➜  		"metadatas/edas/GetWebContainerConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetWebContainerConfig.json",
2025-08-20T19:15:59.5789747Z [00:02:03.560]➜  		"metadatas/edas/ImportK8sCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ImportK8sCluster.json",
2025-08-20T19:15:59.5790722Z [00:02:03.560]➜  		"metadatas/edas/InsertApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertApplication.json",
2025-08-20T19:15:59.5791663Z [00:02:03.560]➜  		"metadatas/edas/InsertCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertCluster.json",
2025-08-20T19:15:59.5793095Z [00:02:03.560]➜  		"metadatas/edas/InsertClusterMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertClusterMember.json",
2025-08-20T19:15:59.5794135Z [00:02:03.560]➜  		"metadatas/edas/InsertDeployGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertDeployGroup.json",
2025-08-20T19:15:59.5795185Z [00:02:03.560]➜  		"metadatas/edas/InsertK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertK8sApplication.json",
2025-08-20T19:15:59.5796228Z [00:02:03.560]➜  		"metadatas/edas/InsertOrUpdateRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertOrUpdateRegion.json",
2025-08-20T19:15:59.5797093Z [00:02:03.560]➜  		"metadatas/edas/InsertRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertRole.json",
2025-08-20T19:15:59.5798089Z [00:02:03.560]➜  		"metadatas/edas/InsertServiceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertServiceGroup.json",
2025-08-20T19:15:59.5799091Z [00:02:03.560]➜  		"metadatas/edas/InsertSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertSwimmingLane.json",
2025-08-20T19:15:59.5800365Z [00:02:03.560]➜  		"metadatas/edas/InsertSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertSwimmingLaneGroup.json",
2025-08-20T19:15:59.5801258Z [00:02:03.560]➜  		"metadatas/edas/InstallAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InstallAgent.json",
2025-08-20T19:15:59.5802191Z [00:02:03.560]➜  		"metadatas/edas/ListAliyunRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListAliyunRegion.json",
2025-08-20T19:15:59.5803334Z [00:02:03.560]➜  		"metadatas/edas/ListApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListApplication.json",
2025-08-20T19:15:59.5804498Z [00:02:03.560]➜  		"metadatas/edas/ListApplicationEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListApplicationEcu.json",
2025-08-20T19:15:59.5805422Z [00:02:03.560]➜  		"metadatas/edas/ListAuthority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListAuthority.json",
2025-08-20T19:15:59.5806314Z [00:02:03.560]➜  		"metadatas/edas/ListBuildPack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListBuildPack.json",
2025-08-20T19:15:59.5807170Z [00:02:03.560]➜  		"metadatas/edas/ListCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListCluster.json",
2025-08-20T19:15:59.5808142Z [00:02:03.560]➜  		"metadatas/edas/ListClusterMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListClusterMembers.json",
2025-08-20T19:15:59.5809086Z [00:02:03.560]➜  		"metadatas/edas/ListComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListComponents.json",
2025-08-20T19:15:59.5810306Z [00:02:03.560]➜  		"metadatas/edas/ListConfigTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListConfigTemplates.json",
2025-08-20T19:15:59.5811376Z [00:02:03.560]➜  		"metadatas/edas/ListConsumedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListConsumedServices.json",
2025-08-20T19:15:59.5812545Z [00:02:03.560]➜  		"metadatas/edas/ListConvertableEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListConvertableEcu.json",
2025-08-20T19:15:59.5813494Z [00:02:03.560]➜  		"metadatas/edas/ListDeployGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListDeployGroup.json",
2025-08-20T19:15:59.5814507Z [00:02:03.560]➜  		"metadatas/edas/ListEcsNotInCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListEcsNotInCluster.json",
2025-08-20T19:15:59.5815463Z [00:02:03.560]➜  		"metadatas/edas/ListEcuByRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListEcuByRegion.json",
2025-08-20T19:15:59.5816587Z [00:02:03.560]➜  		"metadatas/edas/ListHistoryDeployVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListHistoryDeployVersion.json",
2025-08-20T19:15:59.5817546Z [00:02:03.560]➜  		"metadatas/edas/ListK8sConfigMaps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListK8sConfigMaps.json",
2025-08-20T19:15:59.5818573Z [00:02:03.560]➜  		"metadatas/edas/ListK8sIngressRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListK8sIngressRules.json",
2025-08-20T19:15:59.5819546Z [00:02:03.560]➜  		"metadatas/edas/ListK8sNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListK8sNamespaces.json",
2025-08-20T19:15:59.5820479Z [00:02:03.560]➜  		"metadatas/edas/ListK8sSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListK8sSecrets.json",
2025-08-20T19:15:59.5821386Z [00:02:03.560]➜  		"metadatas/edas/ListMethods.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListMethods.json",
2025-08-20T19:15:59.5822669Z [00:02:03.560]➜  		"metadatas/edas/ListPublishedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListPublishedServices.json",
2025-08-20T19:15:59.5823941Z [00:02:03.560]➜  		"metadatas/edas/ListRecentChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListRecentChangeOrder.json",
2025-08-20T19:15:59.5824924Z [00:02:03.560]➜  		"metadatas/edas/ListResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListResourceGroup.json",
2025-08-20T19:15:59.5825747Z [00:02:03.560]➜  		"metadatas/edas/ListRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListRole.json",
2025-08-20T19:15:59.5826683Z [00:02:03.560]➜  		"metadatas/edas/ListScaleOutEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListScaleOutEcu.json",
2025-08-20T19:15:59.5827847Z [00:02:03.560]➜  		"metadatas/edas/ListServiceGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListServiceGroups.json",
2025-08-20T19:15:59.5828672Z [00:02:03.560]➜  		"metadatas/edas/ListSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListSlb.json",
2025-08-20T19:15:59.5829579Z [00:02:03.560]➜  		"metadatas/edas/ListSubAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListSubAccount.json",
2025-08-20T19:15:59.5830529Z [00:02:03.560]➜  		"metadatas/edas/ListSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListSwimmingLane.json",
2025-08-20T19:15:59.5831604Z [00:02:03.560]➜  		"metadatas/edas/ListSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListSwimmingLaneGroup.json",
2025-08-20T19:15:59.5832815Z [00:02:03.560]➜  		"metadatas/edas/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListTagResources.json",
2025-08-20T19:15:59.5834132Z [00:02:03.560]➜  		"metadatas/edas/ListUserDefineRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListUserDefineRegion.json",
2025-08-20T19:15:59.5835010Z [00:02:03.560]➜  		"metadatas/edas/ListVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListVpc.json",
2025-08-20T19:15:59.5835890Z [00:02:03.560]➜  		"metadatas/edas/MigrateEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/MigrateEcu.json",
2025-08-20T19:15:59.5836878Z [00:02:03.560]➜  		"metadatas/edas/ModifyScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ModifyScalingRule.json",
2025-08-20T19:15:59.5837940Z [00:02:03.560]➜  		"metadatas/edas/QueryApplicationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryApplicationStatus.json",
2025-08-20T19:15:59.5838828Z [00:02:03.560]➜  		"metadatas/edas/QueryEccInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryEccInfo.json",
2025-08-20T19:15:59.5839861Z [00:02:03.560]➜  		"metadatas/edas/QueryMigrateEcuList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryMigrateEcuList.json",
2025-08-20T19:15:59.5840933Z [00:02:03.560]➜  		"metadatas/edas/QueryMigrateRegionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryMigrateRegionList.json",
2025-08-20T19:15:59.5841930Z [00:02:03.560]➜  		"metadatas/edas/QueryRegionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryRegionConfig.json",
2025-08-20T19:15:59.5843171Z [00:02:03.560]➜  		"metadatas/edas/QuerySlsLogStoreList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QuerySlsLogStoreList.json",
2025-08-20T19:15:59.5844145Z [00:02:03.560]➜  		"metadatas/edas/ResetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ResetApplication.json",
2025-08-20T19:15:59.5845128Z [00:02:03.560]➜  		"metadatas/edas/RestartApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RestartApplication.json",
2025-08-20T19:15:59.5846180Z [00:02:03.560]➜  		"metadatas/edas/RestartK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RestartK8sApplication.json",
2025-08-20T19:15:59.5847373Z [00:02:03.560]➜  		"metadatas/edas/RetryChangeOrderTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RetryChangeOrderTask.json",
2025-08-20T19:15:59.5848359Z [00:02:03.560]➜  		"metadatas/edas/RollbackApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RollbackApplication.json",
2025-08-20T19:15:59.5849364Z [00:02:03.560]➜  		"metadatas/edas/RollbackChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RollbackChangeOrder.json",
2025-08-20T19:15:59.5850343Z [00:02:03.560]➜  		"metadatas/edas/ScaleInApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ScaleInApplication.json",
2025-08-20T19:15:59.5851537Z [00:02:03.560]➜  		"metadatas/edas/ScaleK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ScaleK8sApplication.json",
2025-08-20T19:15:59.5852783Z [00:02:03.560]➜  		"metadatas/edas/ScaleOutApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ScaleOutApplication.json",
2025-08-20T19:15:59.5854125Z [00:02:03.560]➜  		"metadatas/edas/ScaleoutApplicationWithNewInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ScaleoutApplicationWithNewInstances.json",
2025-08-20T19:15:59.5855081Z [00:02:03.560]➜  		"metadatas/edas/StartApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StartApplication.json",
2025-08-20T19:15:59.5856087Z [00:02:03.560]➜  		"metadatas/edas/StartK8sAppPrecheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StartK8sAppPrecheck.json",
2025-08-20T19:15:59.5857223Z [00:02:03.560]➜  		"metadatas/edas/StartK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StartK8sApplication.json",
2025-08-20T19:15:59.5858268Z [00:02:03.560]➜  		"metadatas/edas/StopApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StopApplication.json",
2025-08-20T19:15:59.5859262Z [00:02:03.560]➜  		"metadatas/edas/StopK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StopK8sApplication.json",
2025-08-20T19:15:59.5860383Z [00:02:03.560]➜  		"metadatas/edas/SwitchAdvancedMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/SwitchAdvancedMonitoring.json",
2025-08-20T19:15:59.5861377Z [00:02:03.560]➜  		"metadatas/edas/SynchronizeResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/SynchronizeResource.json",
2025-08-20T19:15:59.5862238Z [00:02:03.560]➜  		"metadatas/edas/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/TagResources.json",
2025-08-20T19:15:59.5863546Z [00:02:03.560]➜  		"metadatas/edas/TransformClusterMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/TransformClusterMember.json",
2025-08-20T19:15:59.5864456Z [00:02:03.560]➜  		"metadatas/edas/UnbindK8sSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UnbindK8sSlb.json",
2025-08-20T19:15:59.5865292Z [00:02:03.560]➜  		"metadatas/edas/UnbindSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UnbindSlb.json",
2025-08-20T19:15:59.5866210Z [00:02:03.560]➜  		"metadatas/edas/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UntagResources.json",
2025-08-20T19:15:59.5867182Z [00:02:03.560]➜  		"metadatas/edas/UpdateAccountInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateAccountInfo.json",
2025-08-20T19:15:59.5868290Z [00:02:03.560]➜  		"metadatas/edas/UpdateApplicationBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateApplicationBaseInfo.json",
2025-08-20T19:15:59.5869504Z [00:02:03.560]➜  		"metadatas/edas/UpdateApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateApplicationScalingRule.json",
2025-08-20T19:15:59.5870716Z [00:02:03.560]➜  		"metadatas/edas/UpdateConfigTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateConfigTemplate.json",
2025-08-20T19:15:59.5871674Z [00:02:03.560]➜  		"metadatas/edas/UpdateContainer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateContainer.json",
2025-08-20T19:15:59.5873137Z [00:02:03.560]➜  		"metadatas/edas/UpdateContainerConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateContainerConfiguration.json",
2025-08-20T19:15:59.5874168Z [00:02:03.560]➜  		"metadatas/edas/UpdateHealthCheckUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateHealthCheckUrl.json",
2025-08-20T19:15:59.5875386Z [00:02:03.560]➜  		"metadatas/edas/UpdateHookConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateHookConfiguration.json",
2025-08-20T19:15:59.5876496Z [00:02:03.560]➜  		"metadatas/edas/UpdateJvmConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateJvmConfiguration.json",
2025-08-20T19:15:59.5877714Z [00:02:03.560]➜  		"metadatas/edas/UpdateK8sApplicationBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sApplicationBaseInfo.json",
2025-08-20T19:15:59.5878849Z [00:02:03.560]➜  		"metadatas/edas/UpdateK8sApplicationConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sApplicationConfig.json",
2025-08-20T19:15:59.5879821Z [00:02:03.560]➜  		"metadatas/edas/UpdateK8sConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sConfigMap.json",
2025-08-20T19:15:59.5881004Z [00:02:03.560]➜  		"metadatas/edas/UpdateK8sIngressRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sIngressRule.json",
2025-08-20T19:15:59.5882171Z [00:02:03.560]➜  		"metadatas/edas/UpdateK8sResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sResource.json",
2025-08-20T19:15:59.5883383Z [00:02:03.560]➜  		"metadatas/edas/UpdateK8sSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sSecret.json",
2025-08-20T19:15:59.5884350Z [00:02:03.560]➜  		"metadatas/edas/UpdateK8sService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sService.json",
2025-08-20T19:15:59.5885234Z [00:02:03.560]➜  		"metadatas/edas/UpdateK8sSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sSlb.json",
2025-08-20T19:15:59.5886301Z [00:02:03.560]➜  		"metadatas/edas/UpdateLocalitySetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateLocalitySetting.json",
2025-08-20T19:15:59.5887159Z [00:02:03.560]➜  		"metadatas/edas/UpdateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateRole.json",
2025-08-20T19:15:59.5888140Z [00:02:03.560]➜  		"metadatas/edas/UpdateSlsLogStore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateSlsLogStore.json",
2025-08-20T19:15:59.5889128Z [00:02:03.560]➜  		"metadatas/edas/UpdateSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateSwimmingLane.json",
2025-08-20T19:15:59.5890239Z [00:02:03.560]➜  		"metadatas/edas/UpdateSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateSwimmingLaneGroup.json",
2025-08-20T19:15:59.5891269Z [00:02:03.560]➜  		"metadatas/eflo-cnp/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ChangeResourceGroup.json",
2025-08-20T19:15:59.5892960Z [00:02:03.561]➜  		"metadatas/eflo-cnp/CheckServiceLinkedRoleEfloCnpForDeleting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/CheckServiceLinkedRoleEfloCnpForDeleting.json",
2025-08-20T19:15:59.5894100Z [00:02:03.561]➜  		"metadatas/eflo-cnp/CreateExperimentPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/CreateExperimentPlan.json",
2025-08-20T19:15:59.5895483Z [00:02:03.561]➜  		"metadatas/eflo-cnp/CreateExperimentPlanTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/CreateExperimentPlanTemplate.json",
2025-08-20T19:15:59.5896481Z [00:02:03.561]➜  		"metadatas/eflo-cnp/CreateResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/CreateResource.json",
2025-08-20T19:15:59.5897490Z [00:02:03.561]➜  		"metadatas/eflo-cnp/DeleteExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/DeleteExperiment.json",
2025-08-20T19:15:59.5898586Z [00:02:03.561]➜  		"metadatas/eflo-cnp/DeleteExperimentPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/DeleteExperimentPlan.json",
2025-08-20T19:15:59.5900003Z [00:02:03.561]➜  		"metadatas/eflo-cnp/DeleteExperimentPlanTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/DeleteExperimentPlanTemplate.json",
2025-08-20T19:15:59.5900986Z [00:02:03.561]➜  		"metadatas/eflo-cnp/GetExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetExperiment.json",
2025-08-20T19:15:59.5902027Z [00:02:03.561]➜  		"metadatas/eflo-cnp/GetExperimentPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetExperimentPlan.json",
2025-08-20T19:15:59.5903406Z [00:02:03.561]➜  		"metadatas/eflo-cnp/GetExperimentPlanTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetExperimentPlanTemplate.json",
2025-08-20T19:15:59.5904567Z [00:02:03.561]➜  		"metadatas/eflo-cnp/GetExperimentResultData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetExperimentResultData.json",
2025-08-20T19:15:59.5905647Z [00:02:03.561]➜  		"metadatas/eflo-cnp/GetResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetResource.json",
2025-08-20T19:15:59.5906892Z [00:02:03.561]➜  		"metadatas/eflo-cnp/GetResourcePredictResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetResourcePredictResult.json",
2025-08-20T19:15:59.5907811Z [00:02:03.561]➜  		"metadatas/eflo-cnp/GetWorkload.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetWorkload.json",
2025-08-20T19:15:59.5909077Z [00:02:03.561]➜  		"metadatas/eflo-cnp/ListExperimentPlanTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListExperimentPlanTemplates.json",
2025-08-20T19:15:59.5910124Z [00:02:03.561]➜  		"metadatas/eflo-cnp/ListExperimentPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListExperimentPlans.json",
2025-08-20T19:15:59.5911123Z [00:02:03.561]➜  		"metadatas/eflo-cnp/ListExperiments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListExperiments.json",
2025-08-20T19:15:59.5912149Z [00:02:03.561]➜  		"metadatas/eflo-cnp/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListTagResources.json",
2025-08-20T19:15:59.5913286Z [00:02:03.561]➜  		"metadatas/eflo-cnp/ListWorkloads.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListWorkloads.json",
2025-08-20T19:15:59.5914275Z [00:02:03.561]➜  		"metadatas/eflo-cnp/StopExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/StopExperiment.json",
2025-08-20T19:15:59.5915202Z [00:02:03.561]➜  		"metadatas/eflo-cnp/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/TagResources.json",
2025-08-20T19:15:59.5916179Z [00:02:03.561]➜  		"metadatas/eflo-cnp/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/UntagResources.json",
2025-08-20T19:15:59.5917285Z [00:02:03.561]➜  		"metadatas/eflo-cnp/UpdateExperimentPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/UpdateExperimentPlan.json",
2025-08-20T19:15:59.5918528Z [00:02:03.561]➜  		"metadatas/eflo-cnp/UpdateExperimentPlanTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/UpdateExperimentPlanTemplate.json",
2025-08-20T19:15:59.5919693Z [00:02:03.561]➜  		"metadatas/eflo-cnp/ValidateResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ValidateResource.json",
2025-08-20T19:15:59.5920804Z [00:02:03.561]➜  		"metadatas/eflo-controller/ApproveOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ApproveOperation.json",
2025-08-20T19:15:59.5922009Z [00:02:03.561]➜  		"metadatas/eflo-controller/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ChangeResourceGroup.json",
2025-08-20T19:15:59.5923281Z [00:02:03.561]➜  		"metadatas/eflo-controller/CloseSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CloseSession.json",
2025-08-20T19:15:59.5924520Z [00:02:03.561]➜  		"metadatas/eflo-controller/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateCluster.json",
2025-08-20T19:15:59.5925732Z [00:02:03.561]➜  		"metadatas/eflo-controller/CreateDiagnosticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateDiagnosticTask.json",
2025-08-20T19:15:59.5926866Z [00:02:03.561]➜  		"metadatas/eflo-controller/CreateNetTestTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateNetTestTask.json",
2025-08-20T19:15:59.5927994Z [00:02:03.561]➜  		"metadatas/eflo-controller/CreateNodeGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateNodeGroup.json",
2025-08-20T19:15:59.5929184Z [00:02:03.561]➜  		"metadatas/eflo-controller/CreateSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateSession.json",
2025-08-20T19:15:59.5930390Z [00:02:03.561]➜  		"metadatas/eflo-controller/CreateVsc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateVsc.json",
2025-08-20T19:15:59.5931522Z [00:02:03.561]➜  		"metadatas/eflo-controller/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DeleteCluster.json",
2025-08-20T19:15:59.5932839Z [00:02:03.561]➜  		"metadatas/eflo-controller/DeleteNodeGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DeleteNodeGroup.json",
2025-08-20T19:15:59.5933835Z [00:02:03.561]➜  		"metadatas/eflo-controller/DeleteVsc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DeleteVsc.json",
2025-08-20T19:15:59.5934946Z [00:02:03.561]➜  		"metadatas/eflo-controller/DescribeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeCluster.json",
2025-08-20T19:15:59.5936267Z [00:02:03.561]➜  		"metadatas/eflo-controller/DescribeDiagnosticResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeDiagnosticResult.json",
2025-08-20T19:15:59.5937452Z [00:02:03.561]➜  		"metadatas/eflo-controller/DescribeInvocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeInvocations.json",
2025-08-20T19:15:59.5938668Z [00:02:03.561]➜  		"metadatas/eflo-controller/DescribeNetTestResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeNetTestResult.json",
2025-08-20T19:15:59.5939690Z [00:02:03.561]➜  		"metadatas/eflo-controller/DescribeNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeNode.json",
2025-08-20T19:15:59.5940782Z [00:02:03.561]➜  		"metadatas/eflo-controller/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeRegions.json",
2025-08-20T19:15:59.5942045Z [00:02:03.561]➜  		"metadatas/eflo-controller/DescribeSendFileResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeSendFileResults.json",
2025-08-20T19:15:59.5943509Z [00:02:03.561]➜  		"metadatas/eflo-controller/DescribeTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeTask.json",
2025-08-20T19:15:59.5944635Z [00:02:03.561]➜  		"metadatas/eflo-controller/DescribeVsc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeVsc.json",
2025-08-20T19:15:59.5945718Z [00:02:03.561]➜  		"metadatas/eflo-controller/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeZones.json",
2025-08-20T19:15:59.5946756Z [00:02:03.561]➜  		"metadatas/eflo-controller/ExtendCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ExtendCluster.json",
2025-08-20T19:15:59.5947913Z [00:02:03.561]➜  		"metadatas/eflo-controller/ListClusterNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListClusterNodes.json",
2025-08-20T19:15:59.5949114Z [00:02:03.561]➜  		"metadatas/eflo-controller/ListClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListClusters.json",
2025-08-20T19:15:59.5950338Z [00:02:03.561]➜  		"metadatas/eflo-controller/ListDiagnosticResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListDiagnosticResults.json",
2025-08-20T19:15:59.5951391Z [00:02:03.561]➜  		"metadatas/eflo-controller/ListFreeNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListFreeNodes.json",
2025-08-20T19:15:59.5952626Z [00:02:03.561]➜  		"metadatas/eflo-controller/ListImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListImages.json",
2025-08-20T19:15:59.5954063Z [00:02:03.561]➜  		"metadatas/eflo-controller/ListMachineNetworkInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListMachineNetworkInfo.json",
2025-08-20T19:15:59.5955340Z [00:02:03.561]➜  		"metadatas/eflo-controller/ListMachineTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListMachineTypes.json",
2025-08-20T19:15:59.5956528Z [00:02:03.561]➜  		"metadatas/eflo-controller/ListNetTestResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListNetTestResults.json",
2025-08-20T19:15:59.5957600Z [00:02:03.561]➜  		"metadatas/eflo-controller/ListNodeGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListNodeGroups.json",
2025-08-20T19:15:59.5958694Z [00:02:03.561]➜  		"metadatas/eflo-controller/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListTagResources.json",
2025-08-20T19:15:59.5959885Z [00:02:03.561]➜  		"metadatas/eflo-controller/ListUserClusterTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListUserClusterTypes.json",
2025-08-20T19:15:59.5960877Z [00:02:03.561]➜  		"metadatas/eflo-controller/ListVscs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListVscs.json",
2025-08-20T19:15:59.5961919Z [00:02:03.561]➜  		"metadatas/eflo-controller/RebootNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/RebootNodes.json",
2025-08-20T19:15:59.5963166Z [00:02:03.561]➜  		"metadatas/eflo-controller/ReimageNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ReimageNodes.json",
2025-08-20T19:15:59.5964194Z [00:02:03.561]➜  		"metadatas/eflo-controller/RunCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/RunCommand.json",
2025-08-20T19:15:59.5965161Z [00:02:03.561]➜  		"metadatas/eflo-controller/SendFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/SendFile.json",
2025-08-20T19:15:59.5966265Z [00:02:03.561]➜  		"metadatas/eflo-controller/ShrinkCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ShrinkCluster.json",
2025-08-20T19:15:59.5967479Z [00:02:03.561]➜  		"metadatas/eflo-controller/StopInvocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/StopInvocation.json",
2025-08-20T19:15:59.5968465Z [00:02:03.561]➜  		"metadatas/eflo-controller/StopNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/StopNodes.json",
2025-08-20T19:15:59.5969483Z [00:02:03.561]➜  		"metadatas/eflo-controller/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/TagResources.json",
2025-08-20T19:15:59.5970555Z [00:02:03.561]➜  		"metadatas/eflo-controller/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/UntagResources.json",
2025-08-20T19:15:59.5971701Z [00:02:03.561]➜  		"metadatas/eflo-controller/UpdateNodeGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/UpdateNodeGroup.json",
2025-08-20T19:15:59.5973214Z [00:02:03.561]➜  		"metadatas/eflo/AssignLeniPrivateIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/AssignLeniPrivateIpAddress.json",
2025-08-20T19:15:59.5974331Z [00:02:03.561]➜  		"metadatas/eflo/AssignPrivateIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/AssignPrivateIpAddress.json",
2025-08-20T19:15:59.5975401Z [00:02:03.561]➜  		"metadatas/eflo/AssociateVpdCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/AssociateVpdCidrBlock.json",
2025-08-20T19:15:59.5976627Z [00:02:03.561]➜  		"metadatas/eflo/AttachElasticNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/AttachElasticNetworkInterface.json",
2025-08-20T19:15:59.5977987Z [00:02:03.561]➜  		"metadatas/eflo/CreateElasticNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateElasticNetworkInterface.json",
2025-08-20T19:15:59.5978963Z [00:02:03.561]➜  		"metadatas/eflo/CreateEr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateEr.json",
2025-08-20T19:15:59.5980010Z [00:02:03.561]➜  		"metadatas/eflo/CreateErAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateErAttachment.json",
2025-08-20T19:15:59.5980958Z [00:02:03.561]➜  		"metadatas/eflo/CreateErRouteMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateErRouteMap.json",
2025-08-20T19:15:59.5981822Z [00:02:03.561]➜  		"metadatas/eflo/CreateSubnet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateSubnet.json",
2025-08-20T19:15:59.5982862Z [00:02:03.561]➜  		"metadatas/eflo/CreateVcc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVcc.json",
2025-08-20T19:15:59.5983881Z [00:02:03.561]➜  		"metadatas/eflo/CreateVccGrantRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVccGrantRule.json",
2025-08-20T19:15:59.5984926Z [00:02:03.561]➜  		"metadatas/eflo/CreateVccRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVccRouteEntry.json",
2025-08-20T19:15:59.5985774Z [00:02:03.561]➜  		"metadatas/eflo/CreateVpd.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVpd.json",
2025-08-20T19:15:59.5986746Z [00:02:03.561]➜  		"metadatas/eflo/CreateVpdGrantRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVpdGrantRule.json",
2025-08-20T19:15:59.5987960Z [00:02:03.561]➜  		"metadatas/eflo/DeleteElasticNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteElasticNetworkInterface.json",
2025-08-20T19:15:59.5988815Z [00:02:03.561]➜  		"metadatas/eflo/DeleteEr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteEr.json",
2025-08-20T19:15:59.5989852Z [00:02:03.561]➜  		"metadatas/eflo/DeleteErAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteErAttachment.json",
2025-08-20T19:15:59.5990827Z [00:02:03.561]➜  		"metadatas/eflo/DeleteErRouteMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteErRouteMap.json",
2025-08-20T19:15:59.5991886Z [00:02:03.561]➜  		"metadatas/eflo/DeleteSubnet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteSubnet.json",
2025-08-20T19:15:59.5993039Z [00:02:03.561]➜  		"metadatas/eflo/DeleteVccGrantRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteVccGrantRule.json",
2025-08-20T19:15:59.5994143Z [00:02:03.561]➜  		"metadatas/eflo/DeleteVccRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteVccRouteEntry.json",
2025-08-20T19:15:59.5995055Z [00:02:03.561]➜  		"metadatas/eflo/DeleteVpd.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteVpd.json",
2025-08-20T19:15:59.5996231Z [00:02:03.561]➜  		"metadatas/eflo/DeleteVpdGrantRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteVpdGrantRule.json",
2025-08-20T19:15:59.5997136Z [00:02:03.561]➜  		"metadatas/eflo/DescribeSlr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DescribeSlr.json",
2025-08-20T19:15:59.5998382Z [00:02:03.561]➜  		"metadatas/eflo/DetachElasticNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DetachElasticNetworkInterface.json",
2025-08-20T19:15:59.5999554Z [00:02:03.561]➜  		"metadatas/eflo/GetDestinationCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetDestinationCidrBlock.json",
2025-08-20T19:15:59.6000734Z [00:02:03.561]➜  		"metadatas/eflo/GetElasticNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetElasticNetworkInterface.json",
2025-08-20T19:15:59.6001667Z [00:02:03.561]➜  		"metadatas/eflo/GetEr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetEr.json",
2025-08-20T19:15:59.6002943Z [00:02:03.561]➜  		"metadatas/eflo/GetErAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetErAttachment.json",
2025-08-20T19:15:59.6003926Z [00:02:03.561]➜  		"metadatas/eflo/GetErRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetErRouteEntry.json",
2025-08-20T19:15:59.6004849Z [00:02:03.561]➜  		"metadatas/eflo/GetErRouteMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetErRouteMap.json",
2025-08-20T19:15:59.6005825Z [00:02:03.561]➜  		"metadatas/eflo/GetFabricTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetFabricTopology.json",
2025-08-20T19:15:59.6006908Z [00:02:03.561]➜  		"metadatas/eflo/GetLeniPrivateIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetLeniPrivateIpAddress.json",
2025-08-20T19:15:59.6007974Z [00:02:03.561]➜  		"metadatas/eflo/GetLniPrivateIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetLniPrivateIpAddress.json",
2025-08-20T19:15:59.6008994Z [00:02:03.561]➜  		"metadatas/eflo/GetNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetNetworkInterface.json",
2025-08-20T19:15:59.6010042Z [00:02:03.561]➜  		"metadatas/eflo/GetNodeInfoForPod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetNodeInfoForPod.json",
2025-08-20T19:15:59.6010895Z [00:02:03.561]➜  		"metadatas/eflo/GetSubnet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetSubnet.json",
2025-08-20T19:15:59.6011687Z [00:02:03.561]➜  		"metadatas/eflo/GetVcc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVcc.json",
2025-08-20T19:15:59.6012799Z [00:02:03.561]➜  		"metadatas/eflo/GetVccGrantRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVccGrantRule.json",
2025-08-20T19:15:59.6013799Z [00:02:03.561]➜  		"metadatas/eflo/GetVccRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVccRouteEntry.json",
2025-08-20T19:15:59.6014571Z [00:02:03.561]➜  		"metadatas/eflo/GetVpd.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVpd.json",
2025-08-20T19:15:59.6015632Z [00:02:03.561]➜  		"metadatas/eflo/GetVpdGrantRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVpdGrantRule.json",
2025-08-20T19:15:59.6016555Z [00:02:03.561]➜  		"metadatas/eflo/GetVpdRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVpdRouteEntry.json",
2025-08-20T19:15:59.6017445Z [00:02:03.561]➜  		"metadatas/eflo/InitializeVcc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/InitializeVcc.json",
2025-08-20T19:15:59.6018615Z [00:02:03.561]➜  		"metadatas/eflo/ListElasticNetworkInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListElasticNetworkInterfaces.json",
2025-08-20T19:15:59.6019718Z [00:02:03.561]➜  		"metadatas/eflo/ListErAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListErAttachments.json",
2025-08-20T19:15:59.6020710Z [00:02:03.561]➜  		"metadatas/eflo/ListErRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListErRouteEntries.json",
2025-08-20T19:15:59.6021726Z [00:02:03.561]➜  		"metadatas/eflo/ListErRouteMaps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListErRouteMaps.json",
2025-08-20T19:15:59.6022718Z [00:02:03.561]➜  		"metadatas/eflo/ListErs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListErs.json",
2025-08-20T19:15:59.6023724Z [00:02:03.561]➜  		"metadatas/eflo/ListInstancesByNcd.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListInstancesByNcd.json",
2025-08-20T19:15:59.6024848Z [00:02:03.561]➜  		"metadatas/eflo/ListLeniPrivateIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListLeniPrivateIpAddresses.json",
2025-08-20T19:15:59.6026150Z [00:02:03.561]➜  		"metadatas/eflo/ListLniPrivateIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListLniPrivateIpAddress.json",
2025-08-20T19:15:59.6027203Z [00:02:03.561]➜  		"metadatas/eflo/ListNetworkInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListNetworkInterfaces.json",
2025-08-20T19:15:59.6028217Z [00:02:03.561]➜  		"metadatas/eflo/ListNodeInfosForPod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListNodeInfosForPod.json",
2025-08-20T19:15:59.6029072Z [00:02:03.561]➜  		"metadatas/eflo/ListSubnets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListSubnets.json",
2025-08-20T19:15:59.6029989Z [00:02:03.561]➜  		"metadatas/eflo/ListVccFlowInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVccFlowInfos.json",
2025-08-20T19:15:59.6030981Z [00:02:03.561]➜  		"metadatas/eflo/ListVccGrantRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVccGrantRules.json",
2025-08-20T19:15:59.6031992Z [00:02:03.561]➜  		"metadatas/eflo/ListVccRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVccRouteEntries.json",
2025-08-20T19:15:59.6033007Z [00:02:03.562]➜  		"metadatas/eflo/ListVccs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVccs.json",
2025-08-20T19:15:59.6033977Z [00:02:03.562]➜  		"metadatas/eflo/ListVpdGrantRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVpdGrantRules.json",
2025-08-20T19:15:59.6034983Z [00:02:03.562]➜  		"metadatas/eflo/ListVpdRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVpdRouteEntries.json",
2025-08-20T19:15:59.6035784Z [00:02:03.562]➜  		"metadatas/eflo/ListVpds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVpds.json",
2025-08-20T19:15:59.6036742Z [00:02:03.562]➜  		"metadatas/eflo/QueryInstanceNcd.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/QueryInstanceNcd.json",
2025-08-20T19:15:59.6037559Z [00:02:03.562]➜  		"metadatas/eflo/RefundVcc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/RefundVcc.json",
2025-08-20T19:15:59.6038535Z [00:02:03.562]➜  		"metadatas/eflo/RetryVcc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/RetryVcc.json",
2025-08-20T19:15:59.6039633Z [00:02:03.562]➜  		"metadatas/eflo/UnAssignPrivateIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UnAssignPrivateIpAddress.json",
2025-08-20T19:15:59.6040725Z [00:02:03.562]➜  		"metadatas/eflo/UnAssociateVpdCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UnAssociateVpdCidrBlock.json",
2025-08-20T19:15:59.6041906Z [00:02:03.562]➜  		"metadatas/eflo/UnassignLeniPrivateIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UnassignLeniPrivateIpAddress.json",
2025-08-20T19:15:59.6043584Z [00:02:03.562]➜  		"metadatas/eflo/UpdateElasticNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateElasticNetworkInterface.json",
2025-08-20T19:15:59.6044479Z [00:02:03.562]➜  		"metadatas/eflo/UpdateEr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateEr.json",
2025-08-20T19:15:59.6045467Z [00:02:03.562]➜  		"metadatas/eflo/UpdateErAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateErAttachment.json",
2025-08-20T19:15:59.6046426Z [00:02:03.562]➜  		"metadatas/eflo/UpdateErRouteMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateErRouteMap.json",
2025-08-20T19:15:59.6047604Z [00:02:03.562]➜  		"metadatas/eflo/UpdateLeniPrivateIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateLeniPrivateIpAddress.json",
2025-08-20T19:15:59.6048621Z [00:02:03.562]➜  		"metadatas/eflo/UpdateSubnet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateSubnet.json",
2025-08-20T19:15:59.6049578Z [00:02:03.562]➜  		"metadatas/eflo/UpdateVcc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateVcc.json",
2025-08-20T19:15:59.6050449Z [00:02:03.562]➜  		"metadatas/eflo/UpdateVpd.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateVpd.json",
2025-08-20T19:15:59.6051374Z [00:02:03.562]➜  		"metadatas/ehpc/AddExistedNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddExistedNodes.json",
2025-08-20T19:15:59.6052282Z [00:02:03.562]➜  		"metadatas/ehpc/AddLocalNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddLocalNodes.json",
2025-08-20T19:15:59.6053399Z [00:02:03.562]➜  		"metadatas/ehpc/AddNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddNodes.json",
2025-08-20T19:15:59.6054230Z [00:02:03.562]➜  		"metadatas/ehpc/AddQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddQueue.json",
2025-08-20T19:15:59.6055188Z [00:02:03.562]➜  		"metadatas/ehpc/AddSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddSecurityGroup.json",
2025-08-20T19:15:59.6056052Z [00:02:03.562]➜  		"metadatas/ehpc/AddUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddUsers.json",
2025-08-20T19:15:59.6056911Z [00:02:03.562]➜  		"metadatas/ehpc/ApplyNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ApplyNodes.json",
2025-08-20T19:15:59.6057798Z [00:02:03.562]➜  		"metadatas/ehpc/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/CreateCluster.json",
2025-08-20T19:15:59.6058787Z [00:02:03.562]➜  		"metadatas/ehpc/CreateHybridCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/CreateHybridCluster.json",
2025-08-20T19:15:59.6059667Z [00:02:03.562]➜  		"metadatas/ehpc/CreateJobFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/CreateJobFile.json",
2025-08-20T19:15:59.6060633Z [00:02:03.562]➜  		"metadatas/ehpc/CreateJobTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/CreateJobTemplate.json",
2025-08-20T19:15:59.6061659Z [00:02:03.562]➜  		"metadatas/ehpc/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteCluster.json",
2025-08-20T19:15:59.6062842Z [00:02:03.562]➜  		"metadatas/ehpc/DeleteJobTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteJobTemplates.json",
2025-08-20T19:15:59.6063708Z [00:02:03.562]➜  		"metadatas/ehpc/DeleteJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteJobs.json",
2025-08-20T19:15:59.6064600Z [00:02:03.562]➜  		"metadatas/ehpc/DeleteNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteNodes.json",
2025-08-20T19:15:59.6065444Z [00:02:03.562]➜  		"metadatas/ehpc/DeleteQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteQueue.json",
2025-08-20T19:15:59.6066597Z [00:02:03.562]➜  		"metadatas/ehpc/DeleteSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteSecurityGroup.json",
2025-08-20T19:15:59.6067446Z [00:02:03.562]➜  		"metadatas/ehpc/DeleteUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteUsers.json",
2025-08-20T19:15:59.6068517Z [00:02:03.562]➜  		"metadatas/ehpc/DescribeAutoScaleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeAutoScaleConfig.json",
2025-08-20T19:15:59.6069445Z [00:02:03.562]➜  		"metadatas/ehpc/DescribeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeCluster.json",
2025-08-20T19:15:59.6070464Z [00:02:03.562]➜  		"metadatas/ehpc/DescribeEstackImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeEstackImage.json",
2025-08-20T19:15:59.6071546Z [00:02:03.562]➜  		"metadatas/ehpc/DescribeImagePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeImagePrice.json",
2025-08-20T19:15:59.6072683Z [00:02:03.562]➜  		"metadatas/ehpc/DescribeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeJob.json",
2025-08-20T19:15:59.6073585Z [00:02:03.562]➜  		"metadatas/ehpc/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribePrice.json",
2025-08-20T19:15:59.6074642Z [00:02:03.562]➜  		"metadatas/ehpc/DescribeServerlessJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeServerlessJobs.json",
2025-08-20T19:15:59.6075553Z [00:02:03.562]➜  		"metadatas/ehpc/EditJobTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/EditJobTemplate.json",
2025-08-20T19:15:59.6076562Z [00:02:03.562]➜  		"metadatas/ehpc/GetAccountingReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetAccountingReport.json",
2025-08-20T19:15:59.6077567Z [00:02:03.562]➜  		"metadatas/ehpc/GetAutoScaleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetAutoScaleConfig.json",
2025-08-20T19:15:59.6078496Z [00:02:03.562]➜  		"metadatas/ehpc/GetCloudMetricLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetCloudMetricLogs.json",
2025-08-20T19:15:59.6079569Z [00:02:03.562]➜  		"metadatas/ehpc/GetCloudMetricProfiling.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetCloudMetricProfiling.json",
2025-08-20T19:15:59.6080514Z [00:02:03.562]➜  		"metadatas/ehpc/GetClusterVolumes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetClusterVolumes.json",
2025-08-20T19:15:59.6081601Z [00:02:03.562]➜  		"metadatas/ehpc/GetHybridClusterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetHybridClusterConfig.json",
2025-08-20T19:15:59.6082914Z [00:02:03.562]➜  		"metadatas/ehpc/GetIfEcsTypeSupportHtConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetIfEcsTypeSupportHtConfig.json",
2025-08-20T19:15:59.6083788Z [00:02:03.562]➜  		"metadatas/ehpc/GetJobLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetJobLog.json",
2025-08-20T19:15:59.6084866Z [00:02:03.562]➜  		"metadatas/ehpc/GetPostScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetPostScripts.json",
2025-08-20T19:15:59.6085809Z [00:02:03.562]➜  		"metadatas/ehpc/GetSchedulerInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetSchedulerInfo.json",
2025-08-20T19:15:59.6086871Z [00:02:03.562]➜  		"metadatas/ehpc/GetVisualServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetVisualServiceStatus.json",
2025-08-20T19:15:59.6087764Z [00:02:03.562]➜  		"metadatas/ehpc/InitializeEHPC.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/InitializeEHPC.json",
2025-08-20T19:15:59.6088810Z [00:02:03.562]➜  		"metadatas/ehpc/InstallSoftware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/InstallSoftware.json",
2025-08-20T19:15:59.6089945Z [00:02:03.562]➜  		"metadatas/ehpc/InvokeShellCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/InvokeShellCommand.json",
2025-08-20T19:15:59.6091031Z [00:02:03.562]➜  		"metadatas/ehpc/ListAvailableEcsTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListAvailableEcsTypes.json",
2025-08-20T19:15:59.6092191Z [00:02:03.562]➜  		"metadatas/ehpc/ListCloudMetricProfilings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCloudMetricProfilings.json",
2025-08-20T19:15:59.6093331Z [00:02:03.562]➜  		"metadatas/ehpc/ListClusterLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListClusterLogs.json",
2025-08-20T19:15:59.6094199Z [00:02:03.562]➜  		"metadatas/ehpc/ListClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListClusters.json",
2025-08-20T19:15:59.6095199Z [00:02:03.562]➜  		"metadatas/ehpc/ListClustersMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListClustersMeta.json",
2025-08-20T19:15:59.6096344Z [00:02:03.562]➜  		"metadatas/ehpc/ListCommands.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCommands.json",
2025-08-20T19:15:59.6097405Z [00:02:03.562]➜  		"metadatas/ehpc/ListCommunityImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCommunityImages.json",
2025-08-20T19:15:59.6098425Z [00:02:03.562]➜  		"metadatas/ehpc/ListCpfsFileSystems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCpfsFileSystems.json",
2025-08-20T19:15:59.6099574Z [00:02:03.562]➜  		"metadatas/ehpc/ListCurrentClientVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCurrentClientVersion.json",
2025-08-20T19:15:59.6100526Z [00:02:03.562]➜  		"metadatas/ehpc/ListCustomImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCustomImages.json",
2025-08-20T19:15:59.6101780Z [00:02:03.562]➜  		"metadatas/ehpc/ListFileSystemWithMountTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListFileSystemWithMountTargets.json",
2025-08-20T19:15:59.6102986Z [00:02:03.562]➜  		"metadatas/ehpc/ListImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListImages.json",
2025-08-20T19:15:59.6104055Z [00:02:03.562]➜  		"metadatas/ehpc/ListInstalledSoftware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListInstalledSoftware.json",
2025-08-20T19:15:59.6105097Z [00:02:03.562]➜  		"metadatas/ehpc/ListInvocationResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListInvocationResults.json",
2025-08-20T19:15:59.6106115Z [00:02:03.562]➜  		"metadatas/ehpc/ListInvocationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListInvocationStatus.json",
2025-08-20T19:15:59.6107053Z [00:02:03.562]➜  		"metadatas/ehpc/ListJobTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListJobTemplates.json",
2025-08-20T19:15:59.6108032Z [00:02:03.562]➜  		"metadatas/ehpc/ListJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListJobs.json",
2025-08-20T19:15:59.6109038Z [00:02:03.562]➜  		"metadatas/ehpc/ListJobsWithFilters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListJobsWithFilters.json",
2025-08-20T19:15:59.6109905Z [00:02:03.562]➜  		"metadatas/ehpc/ListNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListNodes.json",
2025-08-20T19:15:59.6110836Z [00:02:03.562]➜  		"metadatas/ehpc/ListNodesByQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListNodesByQueue.json",
2025-08-20T19:15:59.6111781Z [00:02:03.562]➜  		"metadatas/ehpc/ListNodesNoPaging.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListNodesNoPaging.json",
2025-08-20T19:15:59.6113195Z [00:02:03.562]➜  		"metadatas/ehpc/ListPreferredEcsTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListPreferredEcsTypes.json",
2025-08-20T19:15:59.6114103Z [00:02:03.562]➜  		"metadatas/ehpc/ListQueues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListQueues.json",
2025-08-20T19:15:59.6114970Z [00:02:03.562]➜  		"metadatas/ehpc/ListRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListRegions.json",
2025-08-20T19:15:59.6115931Z [00:02:03.562]➜  		"metadatas/ehpc/ListSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListSecurityGroups.json",
2025-08-20T19:15:59.6116914Z [00:02:03.562]➜  		"metadatas/ehpc/ListServerlessJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListServerlessJobs.json",
2025-08-20T19:15:59.6117796Z [00:02:03.562]➜  		"metadatas/ehpc/ListSoftwares.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListSoftwares.json",
2025-08-20T19:15:59.6118737Z [00:02:03.562]➜  		"metadatas/ehpc/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListTagResources.json",
2025-08-20T19:15:59.6119639Z [00:02:03.562]➜  		"metadatas/ehpc/ListTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListTasks.json",
2025-08-20T19:15:59.6120602Z [00:02:03.562]➜  		"metadatas/ehpc/ListUpgradeClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListUpgradeClients.json",
2025-08-20T19:15:59.6121411Z [00:02:03.562]➜  		"metadatas/ehpc/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListUsers.json",
2025-08-20T19:15:59.6122294Z [00:02:03.562]➜  		"metadatas/ehpc/ListUsersAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListUsersAsync.json",
2025-08-20T19:15:59.6123334Z [00:02:03.562]➜  		"metadatas/ehpc/ListVolumes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListVolumes.json",
2025-08-20T19:15:59.6124405Z [00:02:03.562]➜  		"metadatas/ehpc/ModifyClusterAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ModifyClusterAttributes.json",
2025-08-20T19:15:59.6125526Z [00:02:03.562]➜  		"metadatas/ehpc/ModifyUserGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ModifyUserGroups.json",
2025-08-20T19:15:59.6126458Z [00:02:03.562]➜  		"metadatas/ehpc/ModifyUserPasswords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ModifyUserPasswords.json",
2025-08-20T19:15:59.6127552Z [00:02:03.562]➜  		"metadatas/ehpc/ModifyVisualServicePasswd.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ModifyVisualServicePasswd.json",
2025-08-20T19:15:59.6128347Z [00:02:03.562]➜  		"metadatas/ehpc/PullImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/PullImage.json",
2025-08-20T19:15:59.6129389Z [00:02:03.562]➜  		"metadatas/ehpc/QueryServicePackAndPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/QueryServicePackAndPrice.json",
2025-08-20T19:15:59.6130273Z [00:02:03.562]➜  		"metadatas/ehpc/RecoverCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/RecoverCluster.json",
2025-08-20T19:15:59.6131000Z [00:02:03.562]➜  		"metadatas/ehpc/RerunJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/RerunJobs.json",
2025-08-20T19:15:59.6131736Z [00:02:03.562]➜  		"metadatas/ehpc/ResetNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ResetNodes.json",
2025-08-20T19:15:59.6132905Z [00:02:03.562]➜  		"metadatas/ehpc/RunCloudMetricProfiling.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/RunCloudMetricProfiling.json",
2025-08-20T19:15:59.6133780Z [00:02:03.562]➜  		"metadatas/ehpc/SetAutoScaleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SetAutoScaleConfig.json",
2025-08-20T19:15:59.6134709Z [00:02:03.562]➜  		"metadatas/ehpc/SetPostScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SetPostScripts.json",
2025-08-20T19:15:59.6143035Z [00:02:03.562]➜  		"metadatas/ehpc/SetQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SetQueue.json",
2025-08-20T19:15:59.6144065Z [00:02:03.562]➜  		"metadatas/ehpc/SetSchedulerInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SetSchedulerInfo.json",
2025-08-20T19:15:59.6144961Z [00:02:03.562]➜  		"metadatas/ehpc/StartCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StartCluster.json",
2025-08-20T19:15:59.6145771Z [00:02:03.562]➜  		"metadatas/ehpc/StartNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StartNodes.json",
2025-08-20T19:15:59.6146719Z [00:02:03.562]➜  		"metadatas/ehpc/StartVisualService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StartVisualService.json",
2025-08-20T19:15:59.6147569Z [00:02:03.562]➜  		"metadatas/ehpc/StopCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopCluster.json",
2025-08-20T19:15:59.6148536Z [00:02:03.562]➜  		"metadatas/ehpc/StopJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopJobs.json",
2025-08-20T19:15:59.6149354Z [00:02:03.562]➜  		"metadatas/ehpc/StopNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopNodes.json",
2025-08-20T19:15:59.6150338Z [00:02:03.562]➜  		"metadatas/ehpc/StopServerlessJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopServerlessJobs.json",
2025-08-20T19:15:59.6151355Z [00:02:03.562]➜  		"metadatas/ehpc/StopVisualService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopVisualService.json",
2025-08-20T19:15:59.6152220Z [00:02:03.562]➜  		"metadatas/ehpc/SubmitJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SubmitJob.json",
2025-08-20T19:15:59.6153512Z [00:02:03.562]➜  		"metadatas/ehpc/SubmitServerlessJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SubmitServerlessJob.json",
2025-08-20T19:15:59.6154357Z [00:02:03.562]➜  		"metadatas/ehpc/SyncUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SyncUsers.json",
2025-08-20T19:15:59.6155321Z [00:02:03.562]➜  		"metadatas/ehpc/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/TagResources.json",
2025-08-20T19:15:59.6156196Z [00:02:03.562]➜  		"metadatas/ehpc/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UnTagResources.json",
2025-08-20T19:15:59.6157128Z [00:02:03.562]➜  		"metadatas/ehpc/UninstallSoftware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UninstallSoftware.json",
2025-08-20T19:15:59.6158134Z [00:02:03.562]➜  		"metadatas/ehpc/UpdateClusterVolumes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UpdateClusterVolumes.json",
2025-08-20T19:15:59.6159069Z [00:02:03.562]➜  		"metadatas/ehpc/UpdateQueueConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UpdateQueueConfig.json",
2025-08-20T19:15:59.6160063Z [00:02:03.562]➜  		"metadatas/ehpc/UpgradeClient.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UpgradeClient.json",
2025-08-20T19:15:59.6161184Z [00:02:03.562]➜  		"metadatas/eiam/AddUserToOrganizationalUnits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AddUserToOrganizationalUnits.json",
2025-08-20T19:15:59.6162075Z [00:02:03.562]➜  		"metadatas/eiam/AddUsersToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AddUsersToGroup.json",
2025-08-20T19:15:59.6163346Z [00:02:03.562]➜  		"metadatas/eiam/AuthorizeApplicationToGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AuthorizeApplicationToGroups.json",
2025-08-20T19:15:59.6164860Z [00:02:03.562]➜  		"metadatas/eiam/AuthorizeApplicationToOrganizationalUnits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AuthorizeApplicationToOrganizationalUnits.json",
2025-08-20T19:15:59.6166025Z [00:02:03.562]➜  		"metadatas/eiam/AuthorizeApplicationToUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AuthorizeApplicationToUsers.json",
2025-08-20T19:15:59.6166985Z [00:02:03.562]➜  		"metadatas/eiam/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateApplication.json",
2025-08-20T19:15:59.6168154Z [00:02:03.562]➜  		"metadatas/eiam/CreateApplicationClientSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateApplicationClientSecret.json",
2025-08-20T19:15:59.6169340Z [00:02:03.562]➜  		"metadatas/eiam/CreateConditionalAccessPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateConditionalAccessPolicy.json",
2025-08-20T19:15:59.6170222Z [00:02:03.563]➜  		"metadatas/eiam/CreateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateDomain.json",
2025-08-20T19:15:59.6171289Z [00:02:03.563]➜  		"metadatas/eiam/CreateDomainProxyToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateDomainProxyToken.json",
2025-08-20T19:15:59.6172238Z [00:02:03.563]➜  		"metadatas/eiam/CreateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateGroup.json",
2025-08-20T19:15:59.6173504Z [00:02:03.563]➜  		"metadatas/eiam/CreateIdentityProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateIdentityProvider.json",
2025-08-20T19:15:59.6174408Z [00:02:03.563]➜  		"metadatas/eiam/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateInstance.json",
2025-08-20T19:15:59.6175549Z [00:02:03.563]➜  		"metadatas/eiam/CreateNetworkAccessEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateNetworkAccessEndpoint.json",
2025-08-20T19:15:59.6176627Z [00:02:03.563]➜  		"metadatas/eiam/CreateOrganizationalUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateOrganizationalUnit.json",
2025-08-20T19:15:59.6177498Z [00:02:03.563]➜  		"metadatas/eiam/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateUser.json",
2025-08-20T19:15:59.6178683Z [00:02:03.563]➜  		"metadatas/eiam/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteApplication.json",
2025-08-20T19:15:59.6179886Z [00:02:03.563]➜  		"metadatas/eiam/DeleteApplicationClientSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteApplicationClientSecret.json",
2025-08-20T19:15:59.6181049Z [00:02:03.563]➜  		"metadatas/eiam/DeleteConditionalAccessPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteConditionalAccessPolicy.json",
2025-08-20T19:15:59.6181900Z [00:02:03.563]➜  		"metadatas/eiam/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteDomain.json",
2025-08-20T19:15:59.6183170Z [00:02:03.563]➜  		"metadatas/eiam/DeleteDomainProxyToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteDomainProxyToken.json",
2025-08-20T19:15:59.6184040Z [00:02:03.563]➜  		"metadatas/eiam/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteGroup.json",
2025-08-20T19:15:59.6185051Z [00:02:03.563]➜  		"metadatas/eiam/DeleteIdentityProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteIdentityProvider.json",
2025-08-20T19:15:59.6185930Z [00:02:03.563]➜  		"metadatas/eiam/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteInstance.json",
2025-08-20T19:15:59.6186995Z [00:02:03.563]➜  		"metadatas/eiam/DeleteNetworkAccessEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteNetworkAccessEndpoint.json",
2025-08-20T19:15:59.6188053Z [00:02:03.563]➜  		"metadatas/eiam/DeleteOrganizationalUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteOrganizationalUnit.json",
2025-08-20T19:15:59.6189360Z [00:02:03.563]➜  		"metadatas/eiam/DeleteOrganizationalUnitChildren.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteOrganizationalUnitChildren.json",
2025-08-20T19:15:59.6190206Z [00:02:03.563]➜  		"metadatas/eiam/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteUser.json",
2025-08-20T19:15:59.6191206Z [00:02:03.563]➜  		"metadatas/eiam/DisableApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplication.json",
2025-08-20T19:15:59.6192585Z [00:02:03.563]➜  		"metadatas/eiam/DisableApplicationApiInvoke.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplicationApiInvoke.json",
2025-08-20T19:15:59.6193896Z [00:02:03.563]➜  		"metadatas/eiam/DisableApplicationClientSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplicationClientSecret.json",
2025-08-20T19:15:59.6195150Z [00:02:03.563]➜  		"metadatas/eiam/DisableApplicationProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplicationProvisioning.json",
2025-08-20T19:15:59.6196372Z [00:02:03.563]➜  		"metadatas/eiam/DisableApplicationSso.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplicationSso.json",
2025-08-20T19:15:59.6197632Z [00:02:03.563]➜  		"metadatas/eiam/DisableConditionalAccessPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableConditionalAccessPolicy.json",
2025-08-20T19:15:59.6198765Z [00:02:03.563]➜  		"metadatas/eiam/DisableDomainProxyToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableDomainProxyToken.json",
2025-08-20T19:15:59.6200013Z [00:02:03.563]➜  		"metadatas/eiam/DisableIdentityProviderUdPull.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableIdentityProviderUdPull.json",
2025-08-20T19:15:59.6201255Z [00:02:03.563]➜  		"metadatas/eiam/DisableInitDomainAutoRedirect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableInitDomainAutoRedirect.json",
2025-08-20T19:15:59.6202660Z [00:02:03.563]➜  		"metadatas/eiam/DisableUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableUser.json",
2025-08-20T19:15:59.6203716Z [00:02:03.563]➜  		"metadatas/eiam/EnableApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplication.json",
2025-08-20T19:15:59.6204959Z [00:02:03.563]➜  		"metadatas/eiam/EnableApplicationApiInvoke.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplicationApiInvoke.json",
2025-08-20T19:15:59.6206206Z [00:02:03.563]➜  		"metadatas/eiam/EnableApplicationClientSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplicationClientSecret.json",
2025-08-20T19:15:59.6207403Z [00:02:03.563]➜  		"metadatas/eiam/EnableApplicationProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplicationProvisioning.json",
2025-08-20T19:15:59.6208629Z [00:02:03.563]➜  		"metadatas/eiam/EnableApplicationSso.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplicationSso.json",
2025-08-20T19:15:59.6209901Z [00:02:03.563]➜  		"metadatas/eiam/EnableConditionalAccessPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableConditionalAccessPolicy.json",
2025-08-20T19:15:59.6211007Z [00:02:03.563]➜  		"metadatas/eiam/EnableDomainProxyToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableDomainProxyToken.json",
2025-08-20T19:15:59.6212218Z [00:02:03.563]➜  		"metadatas/eiam/EnableIdentityProviderUdPull.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableIdentityProviderUdPull.json",
2025-08-20T19:15:59.6213625Z [00:02:03.563]➜  		"metadatas/eiam/EnableInitDomainAutoRedirect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableInitDomainAutoRedirect.json",
2025-08-20T19:15:59.6214668Z [00:02:03.563]➜  		"metadatas/eiam/EnableUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableUser.json",
2025-08-20T19:15:59.6215643Z [00:02:03.563]➜  		"metadatas/eiam/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplication.json",
2025-08-20T19:15:59.6216764Z [00:02:03.563]➜  		"metadatas/eiam/GetApplicationGrantScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplicationGrantScope.json",
2025-08-20T19:15:59.6218045Z [00:02:03.563]➜  		"metadatas/eiam/GetApplicationProvisioningConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplicationProvisioningConfig.json",
2025-08-20T19:15:59.6219273Z [00:02:03.563]➜  		"metadatas/eiam/GetApplicationProvisioningScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplicationProvisioningScope.json",
2025-08-20T19:15:59.6220371Z [00:02:03.563]➜  		"metadatas/eiam/GetApplicationSsoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplicationSsoConfig.json",
2025-08-20T19:15:59.6221742Z [00:02:03.563]➜  		"metadatas/eiam/GetConditionalAccessPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetConditionalAccessPolicy.json",
2025-08-20T19:15:59.6222855Z [00:02:03.563]➜  		"metadatas/eiam/GetDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetDomain.json",
2025-08-20T19:15:59.6223887Z [00:02:03.563]➜  		"metadatas/eiam/GetDomainDnsChallenge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetDomainDnsChallenge.json",
2025-08-20T19:15:59.6225052Z [00:02:03.563]➜  		"metadatas/eiam/GetForgetPasswordConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetForgetPasswordConfiguration.json",
2025-08-20T19:15:59.6225804Z [00:02:03.563]➜  		"metadatas/eiam/GetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetGroup.json",
2025-08-20T19:15:59.6226764Z [00:02:03.563]➜  		"metadatas/eiam/GetIdentityProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetIdentityProvider.json",
2025-08-20T19:15:59.6228185Z [00:02:03.563]➜  		"metadatas/eiam/GetIdentityProviderUdPullConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetIdentityProviderUdPullConfiguration.json",
2025-08-20T19:15:59.6228942Z [00:02:03.563]➜  		"metadatas/eiam/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetInstance.json",
2025-08-20T19:15:59.6229808Z [00:02:03.563]➜  		"metadatas/eiam/GetInstanceLicense.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetInstanceLicense.json",
2025-08-20T19:15:59.6230816Z [00:02:03.563]➜  		"metadatas/eiam/GetNetworkAccessEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetNetworkAccessEndpoint.json",
2025-08-20T19:15:59.6231902Z [00:02:03.563]➜  		"metadatas/eiam/GetOrganizationalUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetOrganizationalUnit.json",
2025-08-20T19:15:59.6233263Z [00:02:03.563]➜  		"metadatas/eiam/GetPasswordComplexityConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetPasswordComplexityConfiguration.json",
2025-08-20T19:15:59.6234543Z [00:02:03.563]➜  		"metadatas/eiam/GetPasswordExpirationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetPasswordExpirationConfiguration.json",
2025-08-20T19:15:59.6235778Z [00:02:03.563]➜  		"metadatas/eiam/GetPasswordHistoryConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetPasswordHistoryConfiguration.json",
2025-08-20T19:15:59.6237129Z [00:02:03.563]➜  		"metadatas/eiam/GetPasswordInitializationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetPasswordInitializationConfiguration.json",
2025-08-20T19:15:59.6238332Z [00:02:03.563]➜  		"metadatas/eiam/GetRootOrganizationalUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetRootOrganizationalUnit.json",
2025-08-20T19:15:59.6239364Z [00:02:03.563]➜  		"metadatas/eiam/GetSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetSynchronizationJob.json",
2025-08-20T19:15:59.6240132Z [00:02:03.563]➜  		"metadatas/eiam/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetUser.json",
2025-08-20T19:15:59.6241294Z [00:02:03.563]➜  		"metadatas/eiam/ListApplicationClientSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListApplicationClientSecrets.json",
2025-08-20T19:15:59.6242160Z [00:02:03.563]➜  		"metadatas/eiam/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListApplications.json",
2025-08-20T19:15:59.6243543Z [00:02:03.563]➜  		"metadatas/eiam/ListApplicationsForOrganizationalUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListApplicationsForOrganizationalUnit.json",
2025-08-20T19:15:59.6244724Z [00:02:03.563]➜  		"metadatas/eiam/ListApplicationsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListApplicationsForUser.json",
2025-08-20T19:15:59.6245939Z [00:02:03.563]➜  		"metadatas/eiam/ListConditionalAccessPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListConditionalAccessPolicies.json",
2025-08-20T19:15:59.6247383Z [00:02:03.563]➜  		"metadatas/eiam/ListConditionalAccessPoliciesForNetworkZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListConditionalAccessPoliciesForNetworkZone.json",
2025-08-20T19:15:59.6248368Z [00:02:03.563]➜  		"metadatas/eiam/ListDomainProxyTokens.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListDomainProxyTokens.json",
2025-08-20T19:15:59.6249169Z [00:02:03.563]➜  		"metadatas/eiam/ListDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListDomains.json",
2025-08-20T19:15:59.6250107Z [00:02:03.563]➜  		"metadatas/eiam/ListEiamInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListEiamInstances.json",
2025-08-20T19:15:59.6251113Z [00:02:03.563]➜  		"metadatas/eiam/ListEiamRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListEiamRegions.json",
2025-08-20T19:15:59.6251947Z [00:02:03.563]➜  		"metadatas/eiam/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListGroups.json",
2025-08-20T19:15:59.6253189Z [00:02:03.563]➜  		"metadatas/eiam/ListGroupsForApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListGroupsForApplication.json",
2025-08-20T19:15:59.6254114Z [00:02:03.563]➜  		"metadatas/eiam/ListGroupsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListGroupsForUser.json",
2025-08-20T19:15:59.6255110Z [00:02:03.563]➜  		"metadatas/eiam/ListIdentityProviders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListIdentityProviders.json",
2025-08-20T19:15:59.6256060Z [00:02:03.563]➜  		"metadatas/eiam/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListInstances.json",
2025-08-20T19:15:59.6257457Z [00:02:03.563]➜  		"metadatas/eiam/ListNetworkAccessEndpointAvailableRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListNetworkAccessEndpointAvailableRegions.json",
2025-08-20T19:15:59.6258798Z [00:02:03.563]➜  		"metadatas/eiam/ListNetworkAccessEndpointAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListNetworkAccessEndpointAvailableZones.json",
2025-08-20T19:15:59.6259883Z [00:02:03.563]➜  		"metadatas/eiam/ListNetworkAccessEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListNetworkAccessEndpoints.json",
2025-08-20T19:15:59.6260969Z [00:02:03.563]➜  		"metadatas/eiam/ListNetworkAccessPaths.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListNetworkAccessPaths.json",
2025-08-20T19:15:59.6262126Z [00:02:03.563]➜  		"metadatas/eiam/ListOrganizationalUnitParents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListOrganizationalUnitParents.json",
2025-08-20T19:15:59.6263317Z [00:02:03.563]➜  		"metadatas/eiam/ListOrganizationalUnits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListOrganizationalUnits.json",
2025-08-20T19:15:59.6264635Z [00:02:03.563]➜  		"metadatas/eiam/ListOrganizationalUnitsForApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListOrganizationalUnitsForApplication.json",
2025-08-20T19:15:59.6265446Z [00:02:03.563]➜  		"metadatas/eiam/ListRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListRegions.json",
2025-08-20T19:15:59.6266475Z [00:02:03.563]➜  		"metadatas/eiam/ListSynchronizationJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListSynchronizationJobs.json",
2025-08-20T19:15:59.6267271Z [00:02:03.563]➜  		"metadatas/eiam/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListUsers.json",
2025-08-20T19:15:59.6268386Z [00:02:03.563]➜  		"metadatas/eiam/ListUsersForApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListUsersForApplication.json",
2025-08-20T19:15:59.6269306Z [00:02:03.563]➜  		"metadatas/eiam/ListUsersForGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListUsersForGroup.json",
2025-08-20T19:15:59.6270452Z [00:02:03.563]➜  		"metadatas/eiam/ObtainApplicationClientSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ObtainApplicationClientSecret.json",
2025-08-20T19:15:59.6271463Z [00:02:03.563]➜  		"metadatas/eiam/ObtainDomainProxyToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ObtainDomainProxyToken.json",
2025-08-20T19:15:59.6272805Z [00:02:03.563]➜  		"metadatas/eiam/RemoveUserFromOrganizationalUnits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RemoveUserFromOrganizationalUnits.json",
2025-08-20T19:15:59.6273857Z [00:02:03.563]➜  		"metadatas/eiam/RemoveUsersFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RemoveUsersFromGroup.json",
2025-08-20T19:15:59.6275203Z [00:02:03.563]➜  		"metadatas/eiam/RevokeApplicationFromGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RevokeApplicationFromGroups.json",
2025-08-20T19:15:59.6276687Z [00:02:03.563]➜  		"metadatas/eiam/RevokeApplicationFromOrganizationalUnits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RevokeApplicationFromOrganizationalUnits.json",
2025-08-20T19:15:59.6277856Z [00:02:03.563]➜  		"metadatas/eiam/RevokeApplicationFromUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RevokeApplicationFromUsers.json",
2025-08-20T19:15:59.6278963Z [00:02:03.563]➜  		"metadatas/eiam/RunSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RunSynchronizationJob.json",
2025-08-20T19:15:59.6280271Z [00:02:03.563]➜  		"metadatas/eiam/SetApplicationGrantScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetApplicationGrantScope.json",
2025-08-20T19:15:59.6281594Z [00:02:03.563]➜  		"metadatas/eiam/SetApplicationProvisioningConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetApplicationProvisioningConfig.json",
2025-08-20T19:15:59.6283098Z [00:02:03.563]➜  		"metadatas/eiam/SetApplicationProvisioningScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetApplicationProvisioningScope.json",
2025-08-20T19:15:59.6284241Z [00:02:03.563]➜  		"metadatas/eiam/SetApplicationSsoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetApplicationSsoConfig.json",
2025-08-20T19:15:59.6285364Z [00:02:03.563]➜  		"metadatas/eiam/SetDefaultDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetDefaultDomain.json",
2025-08-20T19:15:59.6286625Z [00:02:03.563]➜  		"metadatas/eiam/SetForgetPasswordConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetForgetPasswordConfiguration.json",
2025-08-20T19:15:59.6288044Z [00:02:03.563]➜  		"metadatas/eiam/SetIdentityProviderUdPullConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetIdentityProviderUdPullConfiguration.json",
2025-08-20T19:15:59.6289406Z [00:02:03.563]➜  		"metadatas/eiam/SetPasswordComplexityConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetPasswordComplexityConfiguration.json",
2025-08-20T19:15:59.6290673Z [00:02:03.563]➜  		"metadatas/eiam/SetPasswordExpirationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetPasswordExpirationConfiguration.json",
2025-08-20T19:15:59.6291845Z [00:02:03.563]➜  		"metadatas/eiam/SetPasswordHistoryConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetPasswordHistoryConfiguration.json",
2025-08-20T19:15:59.6293527Z [00:02:03.563]➜  		"metadatas/eiam/SetPasswordInitializationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetPasswordInitializationConfiguration.json",
2025-08-20T19:15:59.6295227Z [00:02:03.563]➜  		"metadatas/eiam/SetUserPrimaryOrganizationalUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetUserPrimaryOrganizationalUnit.json",
2025-08-20T19:15:59.6296117Z [00:02:03.563]➜  		"metadatas/eiam/UnlockUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UnlockUser.json",
2025-08-20T19:15:59.6297330Z [00:02:03.563]➜  		"metadatas/eiam/UpdateApplicationAuthorizationType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateApplicationAuthorizationType.json",
2025-08-20T19:15:59.6298731Z [00:02:03.563]➜  		"metadatas/eiam/UpdateApplicationClientSecretExpirationTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateApplicationClientSecretExpirationTime.json",
2025-08-20T19:15:59.6299837Z [00:02:03.563]➜  		"metadatas/eiam/UpdateApplicationDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateApplicationDescription.json",
2025-08-20T19:15:59.6301093Z [00:02:03.563]➜  		"metadatas/eiam/UpdateConditionalAccessPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateConditionalAccessPolicy.json",
2025-08-20T19:15:59.6302648Z [00:02:03.563]➜  		"metadatas/eiam/UpdateConditionalAccessPolicyDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateConditionalAccessPolicyDescription.json",
2025-08-20T19:15:59.6303515Z [00:02:03.563]➜  		"metadatas/eiam/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateGroup.json",
2025-08-20T19:15:59.6304555Z [00:02:03.563]➜  		"metadatas/eiam/UpdateGroupDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateGroupDescription.json",
2025-08-20T19:15:59.6305806Z [00:02:03.563]➜  		"metadatas/eiam/UpdateIdentityProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateIdentityProvider.json",
2025-08-20T19:15:59.6306873Z [00:02:03.563]➜  		"metadatas/eiam/UpdateInstanceDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateInstanceDescription.json",
2025-08-20T19:15:59.6308114Z [00:02:03.563]➜  		"metadatas/eiam/UpdateNetworkAccessEndpointName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateNetworkAccessEndpointName.json",
2025-08-20T19:15:59.6309190Z [00:02:03.563]➜  		"metadatas/eiam/UpdateOrganizationalUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateOrganizationalUnit.json",
2025-08-20T19:15:59.6310528Z [00:02:03.563]➜  		"metadatas/eiam/UpdateOrganizationalUnitDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateOrganizationalUnitDescription.json",
2025-08-20T19:15:59.6311980Z [00:02:03.563]➜  		"metadatas/eiam/UpdateOrganizationalUnitParentId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateOrganizationalUnitParentId.json",
2025-08-20T19:15:59.6313015Z [00:02:03.563]➜  		"metadatas/eiam/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateUser.json",
2025-08-20T19:15:59.6314000Z [00:02:03.563]➜  		"metadatas/eiam/UpdateUserDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateUserDescription.json",
2025-08-20T19:15:59.6314982Z [00:02:03.563]➜  		"metadatas/eiam/UpdateUserPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateUserPassword.json",
2025-08-20T19:15:59.6316165Z [00:02:03.563]➜  		"metadatas/eipanycast/AllocateAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/AllocateAnycastEipAddress.json",
2025-08-20T19:15:59.6317443Z [00:02:03.563]➜  		"metadatas/eipanycast/AssociateAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/AssociateAnycastEipAddress.json",
2025-08-20T19:15:59.6318550Z [00:02:03.563]➜  		"metadatas/eipanycast/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ChangeResourceGroup.json",
2025-08-20T19:15:59.6319806Z [00:02:03.563]➜  		"metadatas/eipanycast/DescribeAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/DescribeAnycastEipAddress.json",
2025-08-20T19:15:59.6321098Z [00:02:03.563]➜  		"metadatas/eipanycast/DescribeAnycastPopLocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/DescribeAnycastPopLocations.json",
2025-08-20T19:15:59.6322563Z [00:02:03.563]➜  		"metadatas/eipanycast/DescribeAnycastServerRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/DescribeAnycastServerRegions.json",
2025-08-20T19:15:59.6323774Z [00:02:03.563]➜  		"metadatas/eipanycast/ListAnycastEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ListAnycastEipAddresses.json",
2025-08-20T19:15:59.6324954Z [00:02:03.564]➜  		"metadatas/eipanycast/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ListTagResources.json",
2025-08-20T19:15:59.6326321Z [00:02:03.564]➜  		"metadatas/eipanycast/ModifyAnycastEipAddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ModifyAnycastEipAddressAttribute.json",
2025-08-20T19:15:59.6327603Z [00:02:03.564]➜  		"metadatas/eipanycast/ModifyAnycastEipAddressSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ModifyAnycastEipAddressSpec.json",
2025-08-20T19:15:59.6328794Z [00:02:03.564]➜  		"metadatas/eipanycast/ReleaseAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ReleaseAnycastEipAddress.json",
2025-08-20T19:15:59.6329912Z [00:02:03.564]➜  		"metadatas/eipanycast/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/TagResources.json",
2025-08-20T19:15:59.6331198Z [00:02:03.564]➜  		"metadatas/eipanycast/UnassociateAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/UnassociateAnycastEipAddress.json",
2025-08-20T19:15:59.6332185Z [00:02:03.564]➜  		"metadatas/eipanycast/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/UntagResources.json",
2025-08-20T19:15:59.6333714Z [00:02:03.564]➜  		"metadatas/eipanycast/UpdateAnycastEipAddressAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/UpdateAnycastEipAddressAssociations.json",
2025-08-20T19:15:59.6334734Z [00:02:03.564]➜  		"metadatas/elasticsearch/ActivateZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ActivateZones.json",
2025-08-20T19:15:59.6335967Z [00:02:03.564]➜  		"metadatas/elasticsearch/AddConnectableCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/AddConnectableCluster.json",
2025-08-20T19:15:59.6337165Z [00:02:03.564]➜  		"metadatas/elasticsearch/AddSnapshotRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/AddSnapshotRepo.json",
2025-08-20T19:15:59.6338256Z [00:02:03.564]➜  		"metadatas/elasticsearch/CancelDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CancelDeletion.json",
2025-08-20T19:15:59.6339481Z [00:02:03.564]➜  		"metadatas/elasticsearch/CancelLogstashDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CancelLogstashDeletion.json",
2025-08-20T19:15:59.6340473Z [00:02:03.564]➜  		"metadatas/elasticsearch/CancelTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CancelTask.json",
2025-08-20T19:15:59.6341516Z [00:02:03.564]➜  		"metadatas/elasticsearch/CapacityPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CapacityPlan.json",
2025-08-20T19:15:59.6342698Z [00:02:03.564]➜  		"metadatas/elasticsearch/CloseDiagnosis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CloseDiagnosis.json",
2025-08-20T19:15:59.6343634Z [00:02:03.564]➜  		"metadatas/elasticsearch/CloseHttps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CloseHttps.json",
2025-08-20T19:15:59.6344680Z [00:02:03.564]➜  		"metadatas/elasticsearch/CloseManagedIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CloseManagedIndex.json",
2025-08-20T19:15:59.6345701Z [00:02:03.564]➜  		"metadatas/elasticsearch/CreateCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateCollector.json",
2025-08-20T19:15:59.6346816Z [00:02:03.564]➜  		"metadatas/elasticsearch/CreateComponentIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateComponentIndex.json",
2025-08-20T19:15:59.6347940Z [00:02:03.564]➜  		"metadatas/elasticsearch/CreateDataStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateDataStream.json",
2025-08-20T19:15:59.6349165Z [00:02:03.564]➜  		"metadatas/elasticsearch/CreateILMPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateILMPolicy.json",
2025-08-20T19:15:59.6350237Z [00:02:03.564]➜  		"metadatas/elasticsearch/CreateIndexTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateIndexTemplate.json",
2025-08-20T19:15:59.6351212Z [00:02:03.564]➜  		"metadatas/elasticsearch/CreateLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateLogstash.json",
2025-08-20T19:15:59.6352218Z [00:02:03.564]➜  		"metadatas/elasticsearch/CreatePipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreatePipelines.json",
2025-08-20T19:15:59.6353550Z [00:02:03.564]➜  		"metadatas/elasticsearch/CreateSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateSnapshot.json",
2025-08-20T19:15:59.6354701Z [00:02:03.564]➜  		"metadatas/elasticsearch/CreateVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateVpcEndpoint.json",
2025-08-20T19:15:59.6355815Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeactivateZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeactivateZones.json",
2025-08-20T19:15:59.6356883Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeleteCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteCollector.json",
2025-08-20T19:15:59.6358068Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeleteComponentIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteComponentIndex.json",
2025-08-20T19:15:59.6359612Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeleteConnectedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteConnectedCluster.json",
2025-08-20T19:15:59.6360914Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeleteDataStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteDataStream.json",
2025-08-20T19:15:59.6361957Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeleteDataTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteDataTask.json",
2025-08-20T19:15:59.6363297Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeleteDeprecatedTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteDeprecatedTemplate.json",
2025-08-20T19:15:59.6364303Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeleteILMPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteILMPolicy.json",
2025-08-20T19:15:59.6365438Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeleteIndexTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteIndexTemplate.json",
2025-08-20T19:15:59.6366542Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteInstance.json",
2025-08-20T19:15:59.6367785Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeleteLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteLogstash.json",
2025-08-20T19:15:59.6369065Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeletePipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeletePipelines.json",
2025-08-20T19:15:59.6370197Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeleteSnapshotRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteSnapshotRepo.json",
2025-08-20T19:15:59.6371457Z [00:02:03.564]➜  		"metadatas/elasticsearch/DeleteVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteVpcEndpoint.json",
2025-08-20T19:15:59.6372970Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeAckOperator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeAckOperator.json",
2025-08-20T19:15:59.6374207Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeApm.json",
2025-08-20T19:15:59.6375338Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeCollector.json",
2025-08-20T19:15:59.6376556Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeComponentIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeComponentIndex.json",
2025-08-20T19:15:59.6377886Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeConnectableClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeConnectableClusters.json",
2025-08-20T19:15:59.6379548Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeDeprecatedTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeDeprecatedTemplate.json",
2025-08-20T19:15:59.6380749Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeDiagnoseReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeDiagnoseReport.json",
2025-08-20T19:15:59.6382037Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeDiagnosisSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeDiagnosisSettings.json",
2025-08-20T19:15:59.6383504Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeDynamicSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeDynamicSettings.json",
2025-08-20T19:15:59.6385000Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeElasticsearchHealth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeElasticsearchHealth.json",
2025-08-20T19:15:59.6386267Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeILMPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeILMPolicy.json",
2025-08-20T19:15:59.6387479Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeIndexTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeIndexTemplate.json",
2025-08-20T19:15:59.6388782Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeInstance.json",
2025-08-20T19:15:59.6390274Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeKibanaSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeKibanaSettings.json",
2025-08-20T19:15:59.6391427Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeLogstash.json",
2025-08-20T19:15:59.6392708Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribePipeline.json",
2025-08-20T19:15:59.6404058Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribePipelineManagementConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribePipelineManagementConfig.json",
2025-08-20T19:15:59.6405235Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeRegions.json",
2025-08-20T19:15:59.6406502Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeSnapshotSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeSnapshotSetting.json",
2025-08-20T19:15:59.6407642Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeTemplates.json",
2025-08-20T19:15:59.6408912Z [00:02:03.564]➜  		"metadatas/elasticsearch/DescribeXpackMonitorConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeXpackMonitorConfig.json",
2025-08-20T19:15:59.6410270Z [00:02:03.564]➜  		"metadatas/elasticsearch/DiagnoseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DiagnoseInstance.json",
2025-08-20T19:15:59.6411525Z [00:02:03.564]➜  		"metadatas/elasticsearch/DisableKibanaPvlNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DisableKibanaPvlNetwork.json",
2025-08-20T19:15:59.6412989Z [00:02:03.564]➜  		"metadatas/elasticsearch/EnableKibanaPvlNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/EnableKibanaPvlNetwork.json",
2025-08-20T19:15:59.6414396Z [00:02:03.564]➜  		"metadatas/elasticsearch/EstimatedLogstashRestartTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/EstimatedLogstashRestartTime.json",
2025-08-20T19:15:59.6415837Z [00:02:03.564]➜  		"metadatas/elasticsearch/EstimatedRestartTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/EstimatedRestartTime.json",
2025-08-20T19:15:59.6417165Z [00:02:03.564]➜  		"metadatas/elasticsearch/GetClusterDataInformation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetClusterDataInformation.json",
2025-08-20T19:15:59.6418232Z [00:02:03.564]➜  		"metadatas/elasticsearch/GetElastictask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetElastictask.json",
2025-08-20T19:15:59.6419407Z [00:02:03.564]➜  		"metadatas/elasticsearch/GetEmonGrafanaAlerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetEmonGrafanaAlerts.json",
2025-08-20T19:15:59.6420904Z [00:02:03.564]➜  		"metadatas/elasticsearch/GetEmonGrafanaDashboards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetEmonGrafanaDashboards.json",
2025-08-20T19:15:59.6422265Z [00:02:03.564]➜  		"metadatas/elasticsearch/GetEmonMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetEmonMonitorData.json",
2025-08-20T19:15:59.6423684Z [00:02:03.564]➜  		"metadatas/elasticsearch/GetOpenStoreUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetOpenStoreUsage.json",
2025-08-20T19:15:59.6424956Z [00:02:03.564]➜  		"metadatas/elasticsearch/GetRegionConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetRegionConfiguration.json",
2025-08-20T19:15:59.6426255Z [00:02:03.564]➜  		"metadatas/elasticsearch/GetSuggestShrinkableNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetSuggestShrinkableNodes.json",
2025-08-20T19:15:59.6427500Z [00:02:03.564]➜  		"metadatas/elasticsearch/GetTransferableNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetTransferableNodes.json",
2025-08-20T19:15:59.6428759Z [00:02:03.564]➜  		"metadatas/elasticsearch/InitializeOperationRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InitializeOperationRole.json",
2025-08-20T19:15:59.6429909Z [00:02:03.564]➜  		"metadatas/elasticsearch/InstallAckOperator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallAckOperator.json",
2025-08-20T19:15:59.6431215Z [00:02:03.564]➜  		"metadatas/elasticsearch/InstallKibanaSystemPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallKibanaSystemPlugin.json",
2025-08-20T19:15:59.6432771Z [00:02:03.564]➜  		"metadatas/elasticsearch/InstallLogstashSystemPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallLogstashSystemPlugin.json",
2025-08-20T19:15:59.6433944Z [00:02:03.564]➜  		"metadatas/elasticsearch/InstallSystemPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallSystemPlugin.json",
2025-08-20T19:15:59.6435054Z [00:02:03.564]➜  		"metadatas/elasticsearch/InstallUserPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallUserPlugins.json",
2025-08-20T19:15:59.6436456Z [00:02:03.564]➜  		"metadatas/elasticsearch/InterruptElasticsearchTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InterruptElasticsearchTask.json",
2025-08-20T19:15:59.6437613Z [00:02:03.564]➜  		"metadatas/elasticsearch/InterruptLogstashTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InterruptLogstashTask.json",
2025-08-20T19:15:59.6438652Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListAckClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAckClusters.json",
2025-08-20T19:15:59.6439738Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListAckNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAckNamespaces.json",
2025-08-20T19:15:59.6440924Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListActionRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListActionRecords.json",
2025-08-20T19:15:59.6441891Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListAllNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAllNode.json",
2025-08-20T19:15:59.6443329Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListAlternativeSnapshotRepos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAlternativeSnapshotRepos.json",
2025-08-20T19:15:59.6444229Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListApm.json",
2025-08-20T19:15:59.6445478Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListAvailableEsInstanceIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAvailableEsInstanceIds.json",
2025-08-20T19:15:59.6446662Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListCollectors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListCollectors.json",
2025-08-20T19:15:59.6447804Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListComponentIndices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListComponentIndices.json",
2025-08-20T19:15:59.6448952Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListConnectedClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListConnectedClusters.json",
2025-08-20T19:15:59.6449974Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListDataStreams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDataStreams.json",
2025-08-20T19:15:59.6450971Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListDataTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDataTasks.json",
2025-08-20T19:15:59.6452542Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListDefaultCollectorConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDefaultCollectorConfigurations.json",
2025-08-20T19:15:59.6453751Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListDeprecatedTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDeprecatedTemplates.json",
2025-08-20T19:15:59.6454848Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListDiagnoseIndices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDiagnoseIndices.json",
2025-08-20T19:15:59.6455904Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListDiagnoseReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDiagnoseReport.json",
2025-08-20T19:15:59.6457006Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListDiagnoseReportIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDiagnoseReportIds.json",
2025-08-20T19:15:59.6458080Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListDiagnosisItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDiagnosisItems.json",
2025-08-20T19:15:59.6459256Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListDictInformation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDictInformation.json",
2025-08-20T19:15:59.6460161Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListDicts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDicts.json",
2025-08-20T19:15:59.6461188Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListEcsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListEcsInstances.json",
2025-08-20T19:15:59.6462187Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListExtendfiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListExtendfiles.json",
2025-08-20T19:15:59.6463453Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListILMPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListILMPolicies.json",
2025-08-20T19:15:59.6464526Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListIndexTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListIndexTemplates.json",
2025-08-20T19:15:59.6465484Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListInstance.json",
2025-08-20T19:15:59.6466633Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListInstanceHistoryEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListInstanceHistoryEvents.json",
2025-08-20T19:15:59.6467799Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListInstanceIndices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListInstanceIndices.json",
2025-08-20T19:15:59.6469122Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListKibanaPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListKibanaPlugins.json",
2025-08-20T19:15:59.6470511Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListKibanaPvlNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListKibanaPvlNetwork.json",
2025-08-20T19:15:59.6471589Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListLogstash.json",
2025-08-20T19:15:59.6472974Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListLogstashLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListLogstashLog.json",
2025-08-20T19:15:59.6474185Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListLogstashPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListLogstashPlugins.json",
2025-08-20T19:15:59.6475221Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListNodes.json",
2025-08-20T19:15:59.6476312Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListPipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListPipeline.json",
2025-08-20T19:15:59.6477441Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListPipelineIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListPipelineIds.json",
2025-08-20T19:15:59.6478484Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListPlugins.json",
2025-08-20T19:15:59.6479544Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListSearchLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListSearchLog.json",
2025-08-20T19:15:59.6480737Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListShardRecoveries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListShardRecoveries.json",
2025-08-20T19:15:59.6482162Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListSnapshotReposByInstanceId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListSnapshotReposByInstanceId.json",
2025-08-20T19:15:59.6488130Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListTagResources.json",
2025-08-20T19:15:59.6489119Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListTags.json",
2025-08-20T19:15:59.6490262Z [00:02:03.564]➜  		"metadatas/elasticsearch/ListVpcEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListVpcEndpoints.json",
2025-08-20T19:15:59.6491410Z [00:02:03.565]➜  		"metadatas/elasticsearch/MigrateToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/MigrateToOtherZone.json",
2025-08-20T19:15:59.6492993Z [00:02:03.565]➜  		"metadatas/elasticsearch/ModifyDeployMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ModifyDeployMachine.json",
2025-08-20T19:15:59.6494043Z [00:02:03.565]➜  		"metadatas/elasticsearch/ModifyElastictask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ModifyElastictask.json",
2025-08-20T19:15:59.6495359Z [00:02:03.565]➜  		"metadatas/elasticsearch/ModifyInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:59.6496470Z [00:02:03.565]➜  		"metadatas/elasticsearch/ModifyWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ModifyWhiteIps.json",
2025-08-20T19:15:59.6497630Z [00:02:03.565]➜  		"metadatas/elasticsearch/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/MoveResourceGroup.json",
2025-08-20T19:15:59.6498872Z [00:02:03.565]➜  		"metadatas/elasticsearch/OpenDiagnosis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/OpenDiagnosis.json",
2025-08-20T19:15:59.6500115Z [00:02:03.565]➜  		"metadatas/elasticsearch/OpenHttps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/OpenHttps.json",
2025-08-20T19:15:59.6501369Z [00:02:03.565]➜  		"metadatas/elasticsearch/PostEmonTryAlarmRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/PostEmonTryAlarmRule.json",
2025-08-20T19:15:59.6502677Z [00:02:03.565]➜  		"metadatas/elasticsearch/RecommendTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RecommendTemplates.json",
2025-08-20T19:15:59.6503838Z [00:02:03.565]➜  		"metadatas/elasticsearch/ReinstallCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ReinstallCollector.json",
2025-08-20T19:15:59.6504780Z [00:02:03.565]➜  		"metadatas/elasticsearch/RemoveApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RemoveApm.json",
2025-08-20T19:15:59.6505793Z [00:02:03.565]➜  		"metadatas/elasticsearch/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RenewInstance.json",
2025-08-20T19:15:59.6506807Z [00:02:03.565]➜  		"metadatas/elasticsearch/RenewLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RenewLogstash.json",
2025-08-20T19:15:59.6507865Z [00:02:03.565]➜  		"metadatas/elasticsearch/RestartCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RestartCollector.json",
2025-08-20T19:15:59.6508888Z [00:02:03.565]➜  		"metadatas/elasticsearch/RestartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RestartInstance.json",
2025-08-20T19:15:59.6509962Z [00:02:03.565]➜  		"metadatas/elasticsearch/RestartLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RestartLogstash.json",
2025-08-20T19:15:59.6511165Z [00:02:03.565]➜  		"metadatas/elasticsearch/ResumeElasticsearchTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ResumeElasticsearchTask.json",
2025-08-20T19:15:59.6512546Z [00:02:03.565]➜  		"metadatas/elasticsearch/ResumeLogstashTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ResumeLogstashTask.json",
2025-08-20T19:15:59.6513640Z [00:02:03.565]➜  		"metadatas/elasticsearch/RolloverDataStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RolloverDataStream.json",
2025-08-20T19:15:59.6514620Z [00:02:03.565]➜  		"metadatas/elasticsearch/RunPipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RunPipelines.json",
2025-08-20T19:15:59.6515559Z [00:02:03.565]➜  		"metadatas/elasticsearch/ShrinkNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ShrinkNode.json",
2025-08-20T19:15:59.6516592Z [00:02:03.565]➜  		"metadatas/elasticsearch/StartApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StartApm.json",
2025-08-20T19:15:59.6517611Z [00:02:03.565]➜  		"metadatas/elasticsearch/StartCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StartCollector.json",
2025-08-20T19:15:59.6518514Z [00:02:03.565]➜  		"metadatas/elasticsearch/StopApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StopApm.json",
2025-08-20T19:15:59.6519513Z [00:02:03.565]➜  		"metadatas/elasticsearch/StopCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StopCollector.json",
2025-08-20T19:15:59.6520506Z [00:02:03.565]➜  		"metadatas/elasticsearch/StopPipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StopPipelines.json",
2025-08-20T19:15:59.6521482Z [00:02:03.565]➜  		"metadatas/elasticsearch/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/TagResources.json",
2025-08-20T19:15:59.6522772Z [00:02:03.565]➜  		"metadatas/elasticsearch/TransferNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/TransferNode.json",
2025-08-20T19:15:59.6523873Z [00:02:03.565]➜  		"metadatas/elasticsearch/TriggerNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/TriggerNetwork.json",
2025-08-20T19:15:59.6525116Z [00:02:03.565]➜  		"metadatas/elasticsearch/UninstallKibanaPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UninstallKibanaPlugin.json",
2025-08-20T19:15:59.6526384Z [00:02:03.565]➜  		"metadatas/elasticsearch/UninstallLogstashPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UninstallLogstashPlugin.json",
2025-08-20T19:15:59.6527483Z [00:02:03.565]➜  		"metadatas/elasticsearch/UninstallPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UninstallPlugin.json",
2025-08-20T19:15:59.6528569Z [00:02:03.565]➜  		"metadatas/elasticsearch/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UntagResources.json",
2025-08-20T19:15:59.6529762Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateAdminPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateAdminPassword.json",
2025-08-20T19:15:59.6530995Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateAdvancedSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateAdvancedSetting.json",
2025-08-20T19:15:59.6532072Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateAliwsDict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateAliwsDict.json",
2025-08-20T19:15:59.6533226Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateApm.json",
2025-08-20T19:15:59.6534251Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateBlackIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateBlackIps.json",
2025-08-20T19:15:59.6535354Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateCollector.json",
2025-08-20T19:15:59.6537092Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateCollectorName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateCollectorName.json",
2025-08-20T19:15:59.6538351Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateComponentIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateComponentIndex.json",
2025-08-20T19:15:59.6539546Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateDescription.json",
2025-08-20T19:15:59.6540905Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateDiagnosisSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateDiagnosisSettings.json",
2025-08-20T19:15:59.6542141Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateDict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateDict.json",
2025-08-20T19:15:59.6543638Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateDynamicSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateDynamicSettings.json",
2025-08-20T19:15:59.6544831Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateExtendConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateExtendConfig.json",
2025-08-20T19:15:59.6545965Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateExtendfiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateExtendfiles.json",
2025-08-20T19:15:59.6547239Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateHotIkDicts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateHotIkDicts.json",
2025-08-20T19:15:59.6548499Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateILMPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateILMPolicy.json",
2025-08-20T19:15:59.6549715Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateIndexTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateIndexTemplate.json",
2025-08-20T19:15:59.6550817Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateInstance.json",
2025-08-20T19:15:59.6552095Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateInstanceChargeType.json",
2025-08-20T19:15:59.6553611Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateInstanceSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateInstanceSettings.json",
2025-08-20T19:15:59.6554837Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateKibanaPvlNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateKibanaPvlNetwork.json",
2025-08-20T19:15:59.6555979Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateKibanaSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateKibanaSettings.json",
2025-08-20T19:15:59.6557111Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateKibanaWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateKibanaWhiteIps.json",
2025-08-20T19:15:59.6558122Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateLogstash.json",
2025-08-20T19:15:59.6559338Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateLogstashChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateLogstashChargeType.json",
2025-08-20T19:15:59.6560570Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateLogstashDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateLogstashDescription.json",
2025-08-20T19:15:59.6561883Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateLogstashSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateLogstashSettings.json",
2025-08-20T19:15:59.6563471Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdatePipelineManagementConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePipelineManagementConfig.json",
2025-08-20T19:15:59.6564531Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdatePipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePipelines.json",
2025-08-20T19:15:59.6565883Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdatePrivateNetworkWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePrivateNetworkWhiteIps.json",
2025-08-20T19:15:59.6567139Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdatePublicNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePublicNetwork.json",
2025-08-20T19:15:59.6568252Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdatePublicWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePublicWhiteIps.json",
2025-08-20T19:15:59.6569368Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateReadWritePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateReadWritePolicy.json",
2025-08-20T19:15:59.6570488Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateSnapshotSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateSnapshotSetting.json",
2025-08-20T19:15:59.6571651Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateSynonymsDicts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateSynonymsDicts.json",
2025-08-20T19:15:59.6572924Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateTemplate.json",
2025-08-20T19:15:59.6573932Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateWhiteIps.json",
2025-08-20T19:15:59.6575116Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpdateXpackMonitorConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateXpackMonitorConfig.json",
2025-08-20T19:15:59.6576219Z [00:02:03.565]➜  		"metadatas/elasticsearch/UpgradeEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpgradeEngineVersion.json",
2025-08-20T19:15:59.6577270Z [00:02:03.565]➜  		"metadatas/elasticsearch/ValidateConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ValidateConnection.json",
2025-08-20T19:15:59.6578481Z [00:02:03.565]➜  		"metadatas/elasticsearch/ValidateShrinkNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ValidateShrinkNodes.json",
2025-08-20T19:15:59.6579740Z [00:02:03.565]➜  		"metadatas/elasticsearch/ValidateSlrPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ValidateSlrPermission.json",
2025-08-20T19:15:59.6581044Z [00:02:03.565]➜  		"metadatas/elasticsearch/ValidateTransferableNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ValidateTransferableNodes.json",
2025-08-20T19:15:59.6582085Z [00:02:03.565]➜  		"metadatas/elasticsearch/createInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/createInstance.json",
2025-08-20T19:15:59.6583218Z [00:02:03.565]➜  		"metadatas/emr/CreateApiTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateApiTemplate.json",
2025-08-20T19:15:59.6584082Z [00:02:03.565]➜  		"metadatas/emr/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateCluster.json",
2025-08-20T19:15:59.6585139Z [00:02:03.565]➜  		"metadatas/emr/CreateNodeGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateNodeGroup.json",
2025-08-20T19:15:59.6585957Z [00:02:03.565]➜  		"metadatas/emr/CreateScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateScript.json",
2025-08-20T19:15:59.6586757Z [00:02:03.565]➜  		"metadatas/emr/CreateUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateUsers.json",
2025-08-20T19:15:59.6587592Z [00:02:03.565]➜  		"metadatas/emr/DecreaseNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DecreaseNodes.json",
2025-08-20T19:15:59.6588486Z [00:02:03.565]➜  		"metadatas/emr/DeleteApiTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DeleteApiTemplate.json",
2025-08-20T19:15:59.6589417Z [00:02:03.565]➜  		"metadatas/emr/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DeleteCluster.json",
2025-08-20T19:15:59.6590245Z [00:02:03.565]➜  		"metadatas/emr/DeleteScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DeleteScript.json",
2025-08-20T19:15:59.6591030Z [00:02:03.565]➜  		"metadatas/emr/DeleteUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DeleteUsers.json",
2025-08-20T19:15:59.6592081Z [00:02:03.565]➜  		"metadatas/emr/ExportApplicationConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ExportApplicationConfigs.json",
2025-08-20T19:15:59.6593107Z [00:02:03.565]➜  		"metadatas/emr/GetApiTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetApiTemplate.json",
2025-08-20T19:15:59.6594012Z [00:02:03.565]➜  		"metadatas/emr/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetApplication.json",
2025-08-20T19:15:59.6595185Z [00:02:03.565]➜  		"metadatas/emr/GetAutoScalingActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetAutoScalingActivity.json",
2025-08-20T19:15:59.6596347Z [00:02:03.565]➜  		"metadatas/emr/GetAutoScalingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetAutoScalingPolicy.json",
2025-08-20T19:15:59.6597215Z [00:02:03.565]➜  		"metadatas/emr/GetCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetCluster.json",
2025-08-20T19:15:59.6598225Z [00:02:03.565]➜  		"metadatas/emr/GetClusterCloneMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetClusterCloneMeta.json",
2025-08-20T19:15:59.6599230Z [00:02:03.565]➜  		"metadatas/emr/GetDoctorApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorApplication.json",
2025-08-20T19:15:59.6600347Z [00:02:03.565]➜  		"metadatas/emr/GetDoctorComputeSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorComputeSummary.json",
2025-08-20T19:15:59.6601454Z [00:02:03.565]➜  		"metadatas/emr/GetDoctorHBaseCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHBaseCluster.json",
2025-08-20T19:15:59.6602787Z [00:02:03.565]➜  		"metadatas/emr/GetDoctorHBaseRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHBaseRegion.json",
2025-08-20T19:15:59.6603964Z [00:02:03.565]➜  		"metadatas/emr/GetDoctorHBaseRegionServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHBaseRegionServer.json",
2025-08-20T19:15:59.6604973Z [00:02:03.565]➜  		"metadatas/emr/GetDoctorHBaseTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHBaseTable.json",
2025-08-20T19:15:59.6605993Z [00:02:03.565]➜  		"metadatas/emr/GetDoctorHDFSCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHDFSCluster.json",
2025-08-20T19:15:59.6607058Z [00:02:03.565]➜  		"metadatas/emr/GetDoctorHDFSDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHDFSDirectory.json",
2025-08-20T19:15:59.6608309Z [00:02:03.565]➜  		"metadatas/emr/GetDoctorHiveCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHiveCluster.json",
2025-08-20T19:15:59.6609436Z [00:02:03.565]➜  		"metadatas/emr/GetDoctorHiveDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHiveDatabase.json",
2025-08-20T19:15:59.6610421Z [00:02:03.565]➜  		"metadatas/emr/GetDoctorHiveTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHiveTable.json",
2025-08-20T19:15:59.6611293Z [00:02:03.565]➜  		"metadatas/emr/GetDoctorJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorJob.json",
2025-08-20T19:15:59.6612771Z [00:02:03.565]➜  		"metadatas/emr/GetDoctorReportComponentSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorReportComponentSummary.json",
2025-08-20T19:15:59.6614047Z [00:02:03.565]➜  		"metadatas/emr/GetManagedScalingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetManagedScalingPolicy.json",
2025-08-20T19:15:59.6614938Z [00:02:03.565]➜  		"metadatas/emr/GetNodeGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetNodeGroup.json",
2025-08-20T19:15:59.6615815Z [00:02:03.565]➜  		"metadatas/emr/GetOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetOperation.json",
2025-08-20T19:15:59.6616680Z [00:02:03.565]➜  		"metadatas/emr/IncreaseNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/IncreaseNodes.json",
2025-08-20T19:15:59.6617604Z [00:02:03.565]➜  		"metadatas/emr/JoinResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/JoinResourceGroup.json",
2025-08-20T19:15:59.6618698Z [00:02:03.565]➜  		"metadatas/emr/ListApiTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListApiTemplates.json",
2025-08-20T19:15:59.6619939Z [00:02:03.565]➜  		"metadatas/emr/ListApplicationConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListApplicationConfigs.json",
2025-08-20T19:15:59.6620919Z [00:02:03.565]➜  		"metadatas/emr/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListApplications.json",
2025-08-20T19:15:59.6622071Z [00:02:03.565]➜  		"metadatas/emr/ListAutoScalingActivities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListAutoScalingActivities.json",
2025-08-20T19:15:59.6623099Z [00:02:03.565]➜  		"metadatas/emr/ListClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListClusters.json",
2025-08-20T19:15:59.6624091Z [00:02:03.565]➜  		"metadatas/emr/ListComponentInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListComponentInstances.json",
2025-08-20T19:15:59.6624993Z [00:02:03.565]➜  		"metadatas/emr/ListComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListComponents.json",
2025-08-20T19:15:59.6626006Z [00:02:03.565]➜  		"metadatas/emr/ListDoctorApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorApplications.json",
2025-08-20T19:15:59.6627043Z [00:02:03.565]➜  		"metadatas/emr/ListDoctorComputeSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorComputeSummary.json",
2025-08-20T19:15:59.6628161Z [00:02:03.565]➜  		"metadatas/emr/ListDoctorHBaseRegionServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHBaseRegionServers.json",
2025-08-20T19:15:59.6629134Z [00:02:03.565]➜  		"metadatas/emr/ListDoctorHBaseTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHBaseTables.json",
2025-08-20T19:15:59.6630182Z [00:02:03.565]➜  		"metadatas/emr/ListDoctorHDFSDirectories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHDFSDirectories.json",
2025-08-20T19:15:59.6631086Z [00:02:03.565]➜  		"metadatas/emr/ListDoctorHDFSUGI.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHDFSUGI.json",
2025-08-20T19:15:59.6632240Z [00:02:03.565]➜  		"metadatas/emr/ListDoctorHiveDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHiveDatabases.json",
2025-08-20T19:15:59.6633391Z [00:02:03.565]➜  		"metadatas/emr/ListDoctorHiveTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHiveTables.json",
2025-08-20T19:15:59.6634302Z [00:02:03.565]➜  		"metadatas/emr/ListDoctorJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorJobs.json",
2025-08-20T19:15:59.6635297Z [00:02:03.565]➜  		"metadatas/emr/ListDoctorJobsStats.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorJobsStats.json",
2025-08-20T19:15:59.6636278Z [00:02:03.565]➜  		"metadatas/emr/ListDoctorReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorReports.json",
2025-08-20T19:15:59.6637418Z [00:02:03.565]➜  		"metadatas/emr/ListInstanceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListInstanceTypes.json",
2025-08-20T19:15:59.6638354Z [00:02:03.565]➜  		"metadatas/emr/ListNodeGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListNodeGroups.json",
2025-08-20T19:15:59.6639173Z [00:02:03.565]➜  		"metadatas/emr/ListNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListNodes.json",
2025-08-20T19:15:59.6640169Z [00:02:03.565]➜  		"metadatas/emr/ListReleaseVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListReleaseVersions.json",
2025-08-20T19:15:59.6641027Z [00:02:03.565]➜  		"metadatas/emr/ListScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListScripts.json",
2025-08-20T19:15:59.6642102Z [00:02:03.565]➜  		"metadatas/emr/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListTagResources.json",
2025-08-20T19:15:59.6643127Z [00:02:03.565]➜  		"metadatas/emr/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListUsers.json",
2025-08-20T19:15:59.6644120Z [00:02:03.565]➜  		"metadatas/emr/PutAutoScalingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/PutAutoScalingPolicy.json",
2025-08-20T19:15:59.6645149Z [00:02:03.565]➜  		"metadatas/emr/PutManagedScalingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/PutManagedScalingPolicy.json",
2025-08-20T19:15:59.6646163Z [00:02:03.565]➜  		"metadatas/emr/RemoveAutoScalingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/RemoveAutoScalingPolicy.json",
2025-08-20T19:15:59.6647010Z [00:02:03.565]➜  		"metadatas/emr/RunApiTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/RunApiTemplate.json",
2025-08-20T19:15:59.6647985Z [00:02:03.565]➜  		"metadatas/emr/RunApplicationAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/RunApplicationAction.json",
2025-08-20T19:15:59.6648772Z [00:02:03.565]➜  		"metadatas/emr/RunCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/RunCluster.json",
2025-08-20T19:15:59.6649588Z [00:02:03.565]➜  		"metadatas/emr/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/TagResources.json",
2025-08-20T19:15:59.6650431Z [00:02:03.565]➜  		"metadatas/emr/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UntagResources.json",
2025-08-20T19:15:59.6651330Z [00:02:03.565]➜  		"metadatas/emr/UpdateApiTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateApiTemplate.json",
2025-08-20T19:15:59.6652361Z [00:02:03.565]➜  		"metadatas/emr/UpdateApplicationConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateApplicationConfigs.json",
2025-08-20T19:15:59.6653527Z [00:02:03.565]➜  		"metadatas/emr/UpdateClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateClusterAttribute.json",
2025-08-20T19:15:59.6654497Z [00:02:03.565]➜  		"metadatas/emr/UpdateScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateScript.json",
2025-08-20T19:15:59.6655420Z [00:02:03.565]➜  		"metadatas/emr/UpdateUserAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateUserAttribute.json",
2025-08-20T19:15:59.6656591Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/AnalyzeVlRealtime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/AnalyzeVlRealtime.json",
2025-08-20T19:15:59.6657942Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/BatchSaveInstructionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/BatchSaveInstructionStatus.json",
2025-08-20T19:15:59.6659434Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/BatchUpdateSystemRunningPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/BatchUpdateSystemRunningPlan.json",
2025-08-20T19:15:59.6660382Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/Chat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/Chat.json",
2025-08-20T19:15:59.6661438Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/ChatStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/ChatStream.json",
2025-08-20T19:15:59.6662775Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/CreateChatSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/CreateChatSession.json",
2025-08-20T19:15:59.6664134Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/EditProhibitedDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/EditProhibitedDevices.json",
2025-08-20T19:15:59.6665830Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/EditUnfavorableAreaDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/EditUnfavorableAreaDevices.json",
2025-08-20T19:15:59.6667087Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GenerateResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GenerateResult.json",
2025-08-20T19:15:59.6668502Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetAreaElecConstitute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetAreaElecConstitute.json",
2025-08-20T19:15:59.6669889Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetCarbonEmissionTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetCarbonEmissionTrend.json",
2025-08-20T19:15:59.6671127Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetChatFolderList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetChatFolderList.json",
2025-08-20T19:15:59.6672313Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetChatList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetChatList.json",
2025-08-20T19:15:59.6673848Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetChatSessionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetChatSessionList.json",
2025-08-20T19:15:59.6675123Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetDataItemList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDataItemList.json",
2025-08-20T19:15:59.6676540Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetDataQualityAnalysis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDataQualityAnalysis.json",
2025-08-20T19:15:59.6677738Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetDeviceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDeviceInfo.json",
2025-08-20T19:15:59.6678947Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetDeviceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDeviceList.json",
2025-08-20T19:15:59.6680468Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetDocExtractionResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDocExtractionResult.json",
2025-08-20T19:15:59.6681770Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetDocParsingResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDocParsingResult.json",
2025-08-20T19:15:59.6683445Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetDocumentAnalyzeResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDocumentAnalyzeResult.json",
2025-08-20T19:15:59.6684752Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetElecConstitute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetElecConstitute.json",
2025-08-20T19:15:59.6686078Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetElecTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetElecTrend.json",
2025-08-20T19:15:59.6687518Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetEmissionSourceConstitute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetEmissionSourceConstitute.json",
2025-08-20T19:15:59.6688887Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetEmissionSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetEmissionSummary.json",
2025-08-20T19:15:59.6690361Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetEpdInventoryConstitute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetEpdInventoryConstitute.json",
2025-08-20T19:15:59.6691799Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetEpdSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetEpdSummary.json",
2025-08-20T19:15:59.6693446Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetFootprintList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetFootprintList.json",
2025-08-20T19:15:59.6694735Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetGasConstitute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGasConstitute.json",
2025-08-20T19:15:59.6696021Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetGwpBenchmarkList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGwpBenchmarkList.json",
2025-08-20T19:15:59.6697388Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetGwpBenchmarkSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGwpBenchmarkSummary.json",
2025-08-20T19:15:59.6698829Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetGwpInventoryConstitute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGwpInventoryConstitute.json",
2025-08-20T19:15:59.6700386Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetGwpInventorySummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGwpInventorySummary.json",
2025-08-20T19:15:59.6701673Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetInventoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetInventoryList.json",
2025-08-20T19:15:59.6703122Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetOrgAndFactory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetOrgAndFactory.json",
2025-08-20T19:15:59.6704405Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetOrgConstitute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetOrgConstitute.json",
2025-08-20T19:15:59.6705681Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetPcrInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetPcrInfo.json",
2025-08-20T19:15:59.6707037Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetReductionProposal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetReductionProposal.json",
2025-08-20T19:15:59.6708426Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/GetVLExtractionResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetVLExtractionResult.json",
2025-08-20T19:15:59.6709618Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/IsCompleted.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/IsCompleted.json",
2025-08-20T19:15:59.6710969Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/PushDeviceData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/PushDeviceData.json",
2025-08-20T19:15:59.6712185Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/PushItemData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/PushItemData.json",
2025-08-20T19:15:59.6713849Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/RecalculateCarbonEmission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/RecalculateCarbonEmission.json",
2025-08-20T19:15:59.6715127Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/SendDocumentAskQuestion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SendDocumentAskQuestion.json",
2025-08-20T19:15:59.6716162Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/SetRunningPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SetRunningPlan.json",
2025-08-20T19:15:59.6717537Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/SubmitDocExtractionTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SubmitDocExtractionTask.json",
2025-08-20T19:15:59.6719012Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/SubmitDocParsingTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SubmitDocParsingTask.json",
2025-08-20T19:15:59.6720410Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/SubmitDocumentAnalyzeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SubmitDocumentAnalyzeJob.json",
2025-08-20T19:15:59.6721735Z [00:02:03.565]➜  		"metadatas/energyexpertexternal/SubmitVLExtractionTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SubmitVLExtractionTask.json",
2025-08-20T19:15:59.6722893Z [00:02:03.565]➜  		"metadatas/ens/AccosicateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AccosicateNetworkAcl.json",
2025-08-20T19:15:59.6723815Z [00:02:03.565]➜  		"metadatas/ens/AddBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AddBackendServers.json",
2025-08-20T19:15:59.6724963Z [00:02:03.566]➜  		"metadatas/ens/AddNetworkInterfaceToInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AddNetworkInterfaceToInstance.json",
2025-08-20T19:15:59.6726052Z [00:02:03.566]➜  		"metadatas/ens/AddSnatIpForSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AddSnatIpForSnatEntry.json",
2025-08-20T19:15:59.6727088Z [00:02:03.566]➜  		"metadatas/ens/AssignPrivateIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AssignPrivateIpAddresses.json",
2025-08-20T19:15:59.6728083Z [00:02:03.566]➜  		"metadatas/ens/AssociateEnsEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AssociateEnsEipAddress.json",
2025-08-20T19:15:59.6728939Z [00:02:03.566]➜  		"metadatas/ens/AssociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AssociateHaVip.json",
2025-08-20T19:15:59.6729809Z [00:02:03.566]➜  		"metadatas/ens/AttachDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AttachDisk.json",
2025-08-20T19:15:59.6730738Z [00:02:03.566]➜  		"metadatas/ens/AttachEnsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AttachEnsInstances.json",
2025-08-20T19:15:59.6731622Z [00:02:03.566]➜  		"metadatas/ens/AttachInstanceSDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AttachInstanceSDG.json",
2025-08-20T19:15:59.6732771Z [00:02:03.566]➜  		"metadatas/ens/AttachNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AttachNetworkInterface.json",
2025-08-20T19:15:59.6733756Z [00:02:03.566]➜  		"metadatas/ens/AuthorizeSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AuthorizeSecurityGroup.json",
2025-08-20T19:15:59.6734960Z [00:02:03.566]➜  		"metadatas/ens/AuthorizeSecurityGroupEgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AuthorizeSecurityGroupEgress.json",
2025-08-20T19:15:59.6735706Z [00:02:03.566]➜  		"metadatas/ens/CopySDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CopySDG.json",
2025-08-20T19:15:59.6736531Z [00:02:03.566]➜  		"metadatas/ens/CopySnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CopySnapshot.json",
2025-08-20T19:15:59.6737552Z [00:02:03.566]➜  		"metadatas/ens/CreateARMServerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateARMServerInstances.json",
2025-08-20T19:15:59.6738448Z [00:02:03.566]➜  		"metadatas/ens/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateApplication.json",
2025-08-20T19:15:59.6739387Z [00:02:03.566]➜  		"metadatas/ens/CreateClassicNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateClassicNetwork.json",
2025-08-20T19:15:59.6740241Z [00:02:03.566]➜  		"metadatas/ens/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateCluster.json",
2025-08-20T19:15:59.6741128Z [00:02:03.566]➜  		"metadatas/ens/CreateDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateDisk.json",
2025-08-20T19:15:59.6742069Z [00:02:03.566]➜  		"metadatas/ens/CreateEipInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateEipInstance.json",
2025-08-20T19:15:59.6743165Z [00:02:03.566]➜  		"metadatas/ens/CreateEnsRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateEnsRouteEntry.json",
2025-08-20T19:15:59.6744054Z [00:02:03.566]➜  		"metadatas/ens/CreateEnsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateEnsService.json",
2025-08-20T19:15:59.6744953Z [00:02:03.566]➜  		"metadatas/ens/CreateEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateEpnInstance.json",
2025-08-20T19:15:59.6745848Z [00:02:03.566]➜  		"metadatas/ens/CreateFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateFileSystem.json",
2025-08-20T19:15:59.6746793Z [00:02:03.566]➜  		"metadatas/ens/CreateForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateForwardEntry.json",
2025-08-20T19:15:59.6747704Z [00:02:03.566]➜  		"metadatas/ens/CreateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateHaVip.json",
2025-08-20T19:15:59.6748497Z [00:02:03.566]➜  		"metadatas/ens/CreateImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateImage.json",
2025-08-20T19:15:59.6749341Z [00:02:03.566]➜  		"metadatas/ens/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateInstance.json",
2025-08-20T19:15:59.6750171Z [00:02:03.566]➜  		"metadatas/ens/CreateKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateKeyPair.json",
2025-08-20T19:15:59.6751166Z [00:02:03.566]➜  		"metadatas/ens/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancer.json",
2025-08-20T19:15:59.6752325Z [00:02:03.566]➜  		"metadatas/ens/CreateLoadBalancerHTTPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancerHTTPListener.json",
2025-08-20T19:15:59.6753652Z [00:02:03.566]➜  		"metadatas/ens/CreateLoadBalancerHTTPSListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancerHTTPSListener.json",
2025-08-20T19:15:59.6754771Z [00:02:03.566]➜  		"metadatas/ens/CreateLoadBalancerTCPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancerTCPListener.json",
2025-08-20T19:15:59.6755877Z [00:02:03.566]➜  		"metadatas/ens/CreateLoadBalancerUDPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancerUDPListener.json",
2025-08-20T19:15:59.6756860Z [00:02:03.566]➜  		"metadatas/ens/CreateMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateMountTarget.json",
2025-08-20T19:15:59.6757743Z [00:02:03.566]➜  		"metadatas/ens/CreateNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNatGateway.json",
2025-08-20T19:15:59.6758566Z [00:02:03.566]➜  		"metadatas/ens/CreateNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNetwork.json",
2025-08-20T19:15:59.6759435Z [00:02:03.566]➜  		"metadatas/ens/CreateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNetworkAcl.json",
2025-08-20T19:15:59.6760388Z [00:02:03.566]➜  		"metadatas/ens/CreateNetworkAclEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNetworkAclEntry.json",
2025-08-20T19:15:59.6761368Z [00:02:03.566]➜  		"metadatas/ens/CreateNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNetworkInterface.json",
2025-08-20T19:15:59.6762133Z [00:02:03.566]➜  		"metadatas/ens/CreateSDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateSDG.json",
2025-08-20T19:15:59.6763311Z [00:02:03.566]➜  		"metadatas/ens/CreateSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateSecurityGroup.json",
2025-08-20T19:15:59.6764174Z [00:02:03.566]➜  		"metadatas/ens/CreateSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateSnapshot.json",
2025-08-20T19:15:59.6765049Z [00:02:03.566]➜  		"metadatas/ens/CreateSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateSnatEntry.json",
2025-08-20T19:15:59.6766090Z [00:02:03.566]➜  		"metadatas/ens/CreateStorageGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateStorageGateway.json",
2025-08-20T19:15:59.6767135Z [00:02:03.566]➜  		"metadatas/ens/CreateStorageVolume.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateStorageVolume.json",
2025-08-20T19:15:59.6768081Z [00:02:03.566]➜  		"metadatas/ens/CreateVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateVSwitch.json",
2025-08-20T19:15:59.6769268Z [00:02:03.566]➜  		"metadatas/ens/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteApplication.json",
2025-08-20T19:15:59.6770185Z [00:02:03.566]➜  		"metadatas/ens/DeleteBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteBucket.json",
2025-08-20T19:15:59.6771266Z [00:02:03.566]➜  		"metadatas/ens/DeleteBucketLifecycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteBucketLifecycle.json",
2025-08-20T19:15:59.6772091Z [00:02:03.566]➜  		"metadatas/ens/DeleteDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteDisk.json",
2025-08-20T19:15:59.6773026Z [00:02:03.566]➜  		"metadatas/ens/DeleteEip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteEip.json",
2025-08-20T19:15:59.6774123Z [00:02:03.566]➜  		"metadatas/ens/DeleteEnsRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteEnsRouteEntry.json",
2025-08-20T19:15:59.6775035Z [00:02:03.566]➜  		"metadatas/ens/DeleteEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteEpnInstance.json",
2025-08-20T19:15:59.6775926Z [00:02:03.566]➜  		"metadatas/ens/DeleteFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteFileSystem.json",
2025-08-20T19:15:59.6776838Z [00:02:03.566]➜  		"metadatas/ens/DeleteForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteForwardEntry.json",
2025-08-20T19:15:59.6777656Z [00:02:03.566]➜  		"metadatas/ens/DeleteHaVips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteHaVips.json",
2025-08-20T19:15:59.6778448Z [00:02:03.566]➜  		"metadatas/ens/DeleteImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteImage.json",
2025-08-20T19:15:59.6779389Z [00:02:03.566]➜  		"metadatas/ens/DeleteKeyPairs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteKeyPairs.json",
2025-08-20T19:15:59.6780467Z [00:02:03.566]➜  		"metadatas/ens/DeleteLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteLoadBalancerListener.json",
2025-08-20T19:15:59.6781360Z [00:02:03.566]➜  		"metadatas/ens/DeleteMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteMountTarget.json",
2025-08-20T19:15:59.6782232Z [00:02:03.566]➜  		"metadatas/ens/DeleteNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNatGateway.json",
2025-08-20T19:15:59.6783221Z [00:02:03.566]➜  		"metadatas/ens/DeleteNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNetwork.json",
2025-08-20T19:15:59.6784105Z [00:02:03.566]➜  		"metadatas/ens/DeleteNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNetworkAcl.json",
2025-08-20T19:15:59.6785178Z [00:02:03.566]➜  		"metadatas/ens/DeleteNetworkAclEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNetworkAclEntry.json",
2025-08-20T19:15:59.6786211Z [00:02:03.566]➜  		"metadatas/ens/DeleteNetworkInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNetworkInterfaces.json",
2025-08-20T19:15:59.6787034Z [00:02:03.566]➜  		"metadatas/ens/DeleteObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteObject.json",
2025-08-20T19:15:59.6787790Z [00:02:03.566]➜  		"metadatas/ens/DeleteSDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSDG.json",
2025-08-20T19:15:59.6788731Z [00:02:03.566]➜  		"metadatas/ens/DeleteSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSecurityGroup.json",
2025-08-20T19:15:59.6789587Z [00:02:03.566]➜  		"metadatas/ens/DeleteSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSnapshot.json",
2025-08-20T19:15:59.6790462Z [00:02:03.566]➜  		"metadatas/ens/DeleteSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSnatEntry.json",
2025-08-20T19:15:59.6791587Z [00:02:03.566]➜  		"metadatas/ens/DeleteSnatIpForSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSnatIpForSnatEntry.json",
2025-08-20T19:15:59.6792691Z [00:02:03.566]➜  		"metadatas/ens/DeleteStorageGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteStorageGateway.json",
2025-08-20T19:15:59.6793632Z [00:02:03.566]➜  		"metadatas/ens/DeleteStorageVolume.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteStorageVolume.json",
2025-08-20T19:15:59.6794460Z [00:02:03.566]➜  		"metadatas/ens/DeleteVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteVSwitch.json",
2025-08-20T19:15:59.6795458Z [00:02:03.566]➜  		"metadatas/ens/DeployInstanceSDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeployInstanceSDG.json",
2025-08-20T19:15:59.6796220Z [00:02:03.566]➜  		"metadatas/ens/DeploySDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeploySDG.json",
2025-08-20T19:15:59.6797115Z [00:02:03.566]➜  		"metadatas/ens/DescribeAICImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeAICImages.json",
2025-08-20T19:15:59.6798176Z [00:02:03.566]➜  		"metadatas/ens/DescribeARMServerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeARMServerInstances.json",
2025-08-20T19:15:59.6799107Z [00:02:03.566]➜  		"metadatas/ens/DescribeApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeApplication.json",
2025-08-20T19:15:59.6800151Z [00:02:03.566]➜  		"metadatas/ens/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeAvailableResource.json",
2025-08-20T19:15:59.6801369Z [00:02:03.566]➜  		"metadatas/ens/DescribeAvailableResourceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeAvailableResourceInfo.json",
2025-08-20T19:15:59.6802608Z [00:02:03.566]➜  		"metadatas/ens/DescribeBandWithdChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeBandWithdChargeType.json",
2025-08-20T19:15:59.6803909Z [00:02:03.566]➜  		"metadatas/ens/DescribeBandwitdhByInternetChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeBandwitdhByInternetChargeType.json",
2025-08-20T19:15:59.6805220Z [00:02:03.566]➜  		"metadatas/ens/DescribeCloudDiskAvailableResourceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeCloudDiskAvailableResourceInfo.json",
2025-08-20T19:15:59.6806223Z [00:02:03.566]➜  		"metadatas/ens/DescribeCloudDiskTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeCloudDiskTypes.json",
2025-08-20T19:15:59.6807105Z [00:02:03.566]➜  		"metadatas/ens/DescribeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeCluster.json",
2025-08-20T19:15:59.6808246Z [00:02:03.566]➜  		"metadatas/ens/DescribeClusterKubeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeClusterKubeConfig.json",
2025-08-20T19:15:59.6809553Z [00:02:03.566]➜  		"metadatas/ens/DescribeCreatePrePaidInstanceResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeCreatePrePaidInstanceResult.json",
2025-08-20T19:15:59.6810539Z [00:02:03.566]➜  		"metadatas/ens/DescribeDataDistResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDataDistResult.json",
2025-08-20T19:15:59.6811551Z [00:02:03.566]➜  		"metadatas/ens/DescribeDataDownloadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDataDownloadURL.json",
2025-08-20T19:15:59.6812694Z [00:02:03.566]➜  		"metadatas/ens/DescribeDataPushResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDataPushResult.json",
2025-08-20T19:15:59.6813687Z [00:02:03.566]➜  		"metadatas/ens/DescribeDeviceService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDeviceService.json",
2025-08-20T19:15:59.6814742Z [00:02:03.566]➜  		"metadatas/ens/DescribeDiskIopsList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDiskIopsList.json",
2025-08-20T19:15:59.6815647Z [00:02:03.566]➜  		"metadatas/ens/DescribeDisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDisks.json",
2025-08-20T19:15:59.6816948Z [00:02:03.566]➜  		"metadatas/ens/DescribeElbAvailableResourceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeElbAvailableResourceInfo.json",
2025-08-20T19:15:59.6818031Z [00:02:03.566]➜  		"metadatas/ens/DescribeEnsEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsEipAddresses.json",
2025-08-20T19:15:59.6819313Z [00:02:03.566]➜  		"metadatas/ens/DescribeEnsNetDistrict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsNetDistrict.json",
2025-08-20T19:15:59.6820367Z [00:02:03.566]➜  		"metadatas/ens/DescribeEnsNetLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsNetLevel.json",
2025-08-20T19:15:59.6821543Z [00:02:03.566]➜  		"metadatas/ens/DescribeEnsNetSaleDistrict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsNetSaleDistrict.json",
2025-08-20T19:15:59.6822902Z [00:02:03.566]➜  		"metadatas/ens/DescribeEnsRegionIdIpv6Info.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRegionIdIpv6Info.json",
2025-08-20T19:15:59.6824124Z [00:02:03.566]➜  		"metadatas/ens/DescribeEnsRegionIdResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRegionIdResource.json",
2025-08-20T19:15:59.6825370Z [00:02:03.566]➜  		"metadatas/ens/DescribeEnsRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRegions.json",
2025-08-20T19:15:59.6826590Z [00:02:03.566]➜  		"metadatas/ens/DescribeEnsResourceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsResourceUsage.json",
2025-08-20T19:15:59.6827758Z [00:02:03.566]➜  		"metadatas/ens/DescribeEnsRouteEntryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRouteEntryList.json",
2025-08-20T19:15:59.6828873Z [00:02:03.566]➜  		"metadatas/ens/DescribeEnsRouteTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRouteTables.json",
2025-08-20T19:15:59.6830029Z [00:02:03.566]➜  		"metadatas/ens/DescribeEpnBandWidthData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnBandWidthData.json",
2025-08-20T19:15:59.6831555Z [00:02:03.566]➜  		"metadatas/ens/DescribeEpnBandwitdhByInternetChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnBandwitdhByInternetChargeType.json",
2025-08-20T19:15:59.6833146Z [00:02:03.566]➜  		"metadatas/ens/DescribeEpnInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnInstanceAttribute.json",
2025-08-20T19:15:59.6834292Z [00:02:03.566]➜  		"metadatas/ens/DescribeEpnInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnInstances.json",
2025-08-20T19:15:59.6835489Z [00:02:03.566]➜  		"metadatas/ens/DescribeEpnMeasurementData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnMeasurementData.json",
2025-08-20T19:15:59.6836637Z [00:02:03.566]➜  		"metadatas/ens/DescribeExportImageInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeExportImageInfo.json",
2025-08-20T19:15:59.6837836Z [00:02:03.566]➜  		"metadatas/ens/DescribeExportImageStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeExportImageStatus.json",
2025-08-20T19:15:59.6838905Z [00:02:03.566]➜  		"metadatas/ens/DescribeFileSystems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeFileSystems.json",
2025-08-20T19:15:59.6840264Z [00:02:03.566]➜  		"metadatas/ens/DescribeForwardTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeForwardTableEntries.json",
2025-08-20T19:15:59.6841219Z [00:02:03.566]➜  		"metadatas/ens/DescribeHaVips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeHaVips.json",
2025-08-20T19:15:59.6842253Z [00:02:03.566]➜  		"metadatas/ens/DescribeImageInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeImageInfos.json",
2025-08-20T19:15:59.6843666Z [00:02:03.566]➜  		"metadatas/ens/DescribeImageSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeImageSharePermission.json",
2025-08-20T19:15:59.6844806Z [00:02:03.566]➜  		"metadatas/ens/DescribeImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeImages.json",
2025-08-20T19:15:59.6846171Z [00:02:03.566]➜  		"metadatas/ens/DescribeInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceAutoRenewAttribute.json",
2025-08-20T19:15:59.6847475Z [00:02:03.566]➜  		"metadatas/ens/DescribeInstanceBandwidthDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceBandwidthDetail.json",
2025-08-20T19:15:59.6848793Z [00:02:03.566]➜  		"metadatas/ens/DescribeInstanceBootConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceBootConfiguration.json",
2025-08-20T19:15:59.6849993Z [00:02:03.566]➜  		"metadatas/ens/DescribeInstanceMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceMonitorData.json",
2025-08-20T19:15:59.6851287Z [00:02:03.566]➜  		"metadatas/ens/DescribeInstanceSDGStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceSDGStatus.json",
2025-08-20T19:15:59.6852368Z [00:02:03.566]➜  		"metadatas/ens/DescribeInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceSpec.json",
2025-08-20T19:15:59.6853626Z [00:02:03.566]➜  		"metadatas/ens/DescribeInstanceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceTypes.json",
2025-08-20T19:15:59.6854715Z [00:02:03.566]➜  		"metadatas/ens/DescribeInstanceVncUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceVncUrl.json",
2025-08-20T19:15:59.6855667Z [00:02:03.566]➜  		"metadatas/ens/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstances.json",
2025-08-20T19:15:59.6856520Z [00:02:03.566]➜  		"metadatas/ens/DescribeKeyPairs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeKeyPairs.json",
2025-08-20T19:15:59.6857689Z [00:02:03.566]➜  		"metadatas/ens/DescribeLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerAttribute.json",
2025-08-20T19:15:59.6859212Z [00:02:03.566]➜  		"metadatas/ens/DescribeLoadBalancerHTTPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:59.6860685Z [00:02:03.566]➜  		"metadatas/ens/DescribeLoadBalancerHTTPSListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:59.6861990Z [00:02:03.566]➜  		"metadatas/ens/DescribeLoadBalancerListenMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerListenMonitor.json",
2025-08-20T19:15:59.6863223Z [00:02:03.566]➜  		"metadatas/ens/DescribeLoadBalancerListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerListeners.json",
2025-08-20T19:15:59.6864353Z [00:02:03.566]➜  		"metadatas/ens/DescribeLoadBalancerSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerSpec.json",
2025-08-20T19:15:59.6865957Z [00:02:03.566]➜  		"metadatas/ens/DescribeLoadBalancerTCPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:59.6867394Z [00:02:03.566]➜  		"metadatas/ens/DescribeLoadBalancerUDPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:59.6868442Z [00:02:03.566]➜  		"metadatas/ens/DescribeLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancers.json",
2025-08-20T19:15:59.6869532Z [00:02:03.566]➜  		"metadatas/ens/DescribeMeasurementData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeMeasurementData.json",
2025-08-20T19:15:59.6870781Z [00:02:03.566]➜  		"metadatas/ens/DescribeMountTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeMountTargets.json",
2025-08-20T19:15:59.6871795Z [00:02:03.566]➜  		"metadatas/ens/DescribeNatGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNatGateways.json",
2025-08-20T19:15:59.6872982Z [00:02:03.566]➜  		"metadatas/ens/DescribeNetworkAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNetworkAcls.json",
2025-08-20T19:15:59.6874106Z [00:02:03.566]➜  		"metadatas/ens/DescribeNetworkAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNetworkAttribute.json",
2025-08-20T19:15:59.6875244Z [00:02:03.566]➜  		"metadatas/ens/DescribeNetworkInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNetworkInterfaces.json",
2025-08-20T19:15:59.6876272Z [00:02:03.566]➜  		"metadatas/ens/DescribeNetworks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNetworks.json",
2025-08-20T19:15:59.6877446Z [00:02:03.566]➜  		"metadatas/ens/DescribePrePaidInstanceStock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribePrePaidInstanceStock.json",
2025-08-20T19:15:59.6878337Z [00:02:03.566]➜  		"metadatas/ens/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribePrice.json",
2025-08-20T19:15:59.6879308Z [00:02:03.566]➜  		"metadatas/ens/DescribeRegionIsps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeRegionIsps.json",
2025-08-20T19:15:59.6880309Z [00:02:03.566]➜  		"metadatas/ens/DescribeReservedResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeReservedResource.json",
2025-08-20T19:15:59.6881095Z [00:02:03.566]➜  		"metadatas/ens/DescribeSDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSDG.json",
2025-08-20T19:15:59.6882153Z [00:02:03.566]➜  		"metadatas/ens/DescribeSDGDeploymentStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSDGDeploymentStatus.json",
2025-08-20T19:15:59.6883320Z [00:02:03.566]➜  		"metadatas/ens/DescribeSDGs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSDGs.json",
2025-08-20T19:15:59.6884591Z [00:02:03.566]➜  		"metadatas/ens/DescribeSecondaryPublicIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSecondaryPublicIpAddresses.json",
2025-08-20T19:15:59.6885677Z [00:02:03.566]➜  		"metadatas/ens/DescribeSecurityGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSecurityGroupAttribute.json",
2025-08-20T19:15:59.6886695Z [00:02:03.566]➜  		"metadatas/ens/DescribeSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSecurityGroups.json",
2025-08-20T19:15:59.6887633Z [00:02:03.566]➜  		"metadatas/ens/DescribeSelfImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSelfImages.json",
2025-08-20T19:15:59.6888674Z [00:02:03.566]➜  		"metadatas/ens/DescribeServcieSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeServcieSchedule.json",
2025-08-20T19:15:59.6890132Z [00:02:03.566]➜  		"metadatas/ens/DescribeServerLoadBalancerListenMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeServerLoadBalancerListenMonitor.json",
2025-08-20T19:15:59.6891352Z [00:02:03.566]➜  		"metadatas/ens/DescribeServerLoadBalancerMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeServerLoadBalancerMonitor.json",
2025-08-20T19:15:59.6892265Z [00:02:03.566]➜  		"metadatas/ens/DescribeSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSnapshots.json",
2025-08-20T19:15:59.6893455Z [00:02:03.566]➜  		"metadatas/ens/DescribeSnatAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSnatAttribute.json",
2025-08-20T19:15:59.6894595Z [00:02:03.566]➜  		"metadatas/ens/DescribeSnatTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSnatTableEntries.json",
2025-08-20T19:15:59.6895588Z [00:02:03.566]➜  		"metadatas/ens/DescribeStorageGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeStorageGateway.json",
2025-08-20T19:15:59.6896586Z [00:02:03.566]➜  		"metadatas/ens/DescribeStorageVolume.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeStorageVolume.json",
2025-08-20T19:15:59.6897670Z [00:02:03.566]➜  		"metadatas/ens/DescribeUserBandWidthData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeUserBandWidthData.json",
2025-08-20T19:15:59.6898647Z [00:02:03.566]➜  		"metadatas/ens/DescribeVSwitchAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeVSwitchAttributes.json",
2025-08-20T19:15:59.6899663Z [00:02:03.566]➜  		"metadatas/ens/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeVSwitches.json",
2025-08-20T19:15:59.6900640Z [00:02:03.566]➜  		"metadatas/ens/DetachDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DetachDisk.json",
2025-08-20T19:15:59.6901527Z [00:02:03.566]➜  		"metadatas/ens/DetachInstanceSDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DetachInstanceSDG.json",
2025-08-20T19:15:59.6902701Z [00:02:03.566]➜  		"metadatas/ens/DetachNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DetachNetworkInterface.json",
2025-08-20T19:15:59.6903702Z [00:02:03.566]➜  		"metadatas/ens/DistApplicationData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DistApplicationData.json",
2025-08-20T19:15:59.6904680Z [00:02:03.566]➜  		"metadatas/ens/ExportBillDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ExportBillDetailData.json",
2025-08-20T19:15:59.6905562Z [00:02:03.566]➜  		"metadatas/ens/ExportImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ExportImage.json",
2025-08-20T19:15:59.6906606Z [00:02:03.566]➜  		"metadatas/ens/ExportMeasurementData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ExportMeasurementData.json",
2025-08-20T19:15:59.6907485Z [00:02:03.566]➜  		"metadatas/ens/GetBucketAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetBucketAcl.json",
2025-08-20T19:15:59.6908331Z [00:02:03.566]➜  		"metadatas/ens/GetBucketInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetBucketInfo.json",
2025-08-20T19:15:59.6909246Z [00:02:03.566]➜  		"metadatas/ens/GetBucketLifecycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetBucketLifecycle.json",
2025-08-20T19:15:59.6910284Z [00:02:03.566]➜  		"metadatas/ens/GetOssStorageAndAccByBuckets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetOssStorageAndAccByBuckets.json",
2025-08-20T19:15:59.6911222Z [00:02:03.566]➜  		"metadatas/ens/GetOssUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetOssUsageData.json",
2025-08-20T19:15:59.6912268Z [00:02:03.566]➜  		"metadatas/ens/ImportImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ImportImage.json",
2025-08-20T19:15:59.6913324Z [00:02:03.566]➜  		"metadatas/ens/ImportKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ImportKeyPair.json",
2025-08-20T19:15:59.6914420Z [00:02:03.566]➜  		"metadatas/ens/JoinPublicIpsToEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/JoinPublicIpsToEpnInstance.json",
2025-08-20T19:15:59.6915352Z [00:02:03.566]➜  		"metadatas/ens/JoinSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/JoinSecurityGroup.json",
2025-08-20T19:15:59.6916455Z [00:02:03.566]➜  		"metadatas/ens/JoinVSwitchesToEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/JoinVSwitchesToEpnInstance.json",
2025-08-20T19:15:59.6917567Z [00:02:03.566]➜  		"metadatas/ens/LeaveSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/LeaveSecurityGroup.json",
2025-08-20T19:15:59.6918516Z [00:02:03.566]➜  		"metadatas/ens/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListApplications.json",
2025-08-20T19:15:59.6919419Z [00:02:03.566]➜  		"metadatas/ens/ListBuckets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListBuckets.json",
2025-08-20T19:15:59.6920268Z [00:02:03.566]➜  		"metadatas/ens/ListObjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListObjects.json",
2025-08-20T19:15:59.6921256Z [00:02:03.566]➜  		"metadatas/ens/ListProductAbilities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListProductAbilities.json",
2025-08-20T19:15:59.6922359Z [00:02:03.566]➜  		"metadatas/ens/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListTagResources.json",
2025-08-20T19:15:59.6923735Z [00:02:03.566]➜  		"metadatas/ens/ModifyEnsEipAddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyEnsEipAddressAttribute.json",
2025-08-20T19:15:59.6924741Z [00:02:03.566]➜  		"metadatas/ens/ModifyEnsRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyEnsRouteEntry.json",
2025-08-20T19:15:59.6925707Z [00:02:03.566]➜  		"metadatas/ens/ModifyEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyEpnInstance.json",
2025-08-20T19:15:59.6926634Z [00:02:03.566]➜  		"metadatas/ens/ModifyFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyFileSystem.json",
2025-08-20T19:15:59.6927618Z [00:02:03.566]➜  		"metadatas/ens/ModifyForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyForwardEntry.json",
2025-08-20T19:15:59.6928584Z [00:02:03.566]➜  		"metadatas/ens/ModifyHaVipAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyHaVipAttribute.json",
2025-08-20T19:15:59.6929651Z [00:02:03.566]➜  		"metadatas/ens/ModifyImageAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyImageAttribute.json",
2025-08-20T19:15:59.6930808Z [00:02:03.566]➜  		"metadatas/ens/ModifyImageSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyImageSharePermission.json",
2025-08-20T19:15:59.6931900Z [00:02:03.566]➜  		"metadatas/ens/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyInstanceAttribute.json",
2025-08-20T19:15:59.6933267Z [00:02:03.566]➜  		"metadatas/ens/ModifyInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyInstanceAutoRenewAttribute.json",
2025-08-20T19:15:59.6934587Z [00:02:03.566]➜  		"metadatas/ens/ModifyInstanceBootConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyInstanceBootConfiguration.json",
2025-08-20T19:15:59.6935870Z [00:02:03.566]➜  		"metadatas/ens/ModifyInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyInstanceChargeType.json",
2025-08-20T19:15:59.6937053Z [00:02:03.566]➜  		"metadatas/ens/ModifyLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyLoadBalancerAttribute.json",
2025-08-20T19:15:59.6938126Z [00:02:03.566]➜  		"metadatas/ens/ModifyNetworkAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyNetworkAttribute.json",
2025-08-20T19:15:59.6939387Z [00:02:03.566]➜  		"metadatas/ens/ModifyNetworkInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyNetworkInterfaceAttribute.json",
2025-08-20T19:15:59.6940514Z [00:02:03.566]➜  		"metadatas/ens/ModifyPrepayInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyPrepayInstanceSpec.json",
2025-08-20T19:15:59.6941864Z [00:02:03.566]➜  		"metadatas/ens/ModifySecurityGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifySecurityGroupAttribute.json",
2025-08-20T19:15:59.6943134Z [00:02:03.566]➜  		"metadatas/ens/ModifySnapshotAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifySnapshotAttribute.json",
2025-08-20T19:15:59.6944062Z [00:02:03.566]➜  		"metadatas/ens/ModifySnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifySnatEntry.json",
2025-08-20T19:15:59.6945090Z [00:02:03.566]➜  		"metadatas/ens/ModifyVSwitchAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyVSwitchAttribute.json",
2025-08-20T19:15:59.6946001Z [00:02:03.566]➜  		"metadatas/ens/MountInstanceSDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/MountInstanceSDG.json",
2025-08-20T19:15:59.6947066Z [00:02:03.566]➜  		"metadatas/ens/PreloadRegionSDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PreloadRegionSDG.json",
2025-08-20T19:15:59.6948028Z [00:02:03.566]➜  		"metadatas/ens/PrepareUpload.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PrepareUpload.json",
2025-08-20T19:15:59.6949011Z [00:02:03.566]➜  		"metadatas/ens/PushApplicationData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PushApplicationData.json",
2025-08-20T19:15:59.6949813Z [00:02:03.566]➜  		"metadatas/ens/PutBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PutBucket.json",
2025-08-20T19:15:59.6950634Z [00:02:03.566]➜  		"metadatas/ens/PutBucketAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PutBucketAcl.json",
2025-08-20T19:15:59.6951579Z [00:02:03.566]➜  		"metadatas/ens/PutBucketLifecycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PutBucketLifecycle.json",
2025-08-20T19:15:59.6952570Z [00:02:03.566]➜  		"metadatas/ens/ReInitDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReInitDisk.json",
2025-08-20T19:15:59.6953508Z [00:02:03.566]➜  		"metadatas/ens/RebootAICInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RebootAICInstance.json",
2025-08-20T19:15:59.6954552Z [00:02:03.566]➜  		"metadatas/ens/RebootARMServerInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RebootARMServerInstance.json",
2025-08-20T19:15:59.6955441Z [00:02:03.566]➜  		"metadatas/ens/RebootInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RebootInstance.json",
2025-08-20T19:15:59.6956355Z [00:02:03.566]➜  		"metadatas/ens/RecoverAICInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RecoverAICInstance.json",
2025-08-20T19:15:59.6957209Z [00:02:03.566]➜  		"metadatas/ens/ReinitInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReinitInstance.json",
2025-08-20T19:15:59.6958130Z [00:02:03.566]➜  		"metadatas/ens/ReleaseAICInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleaseAICInstance.json",
2025-08-20T19:15:59.6959233Z [00:02:03.566]➜  		"metadatas/ens/ReleaseARMServerInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleaseARMServerInstance.json",
2025-08-20T19:15:59.6960121Z [00:02:03.566]➜  		"metadatas/ens/ReleaseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleaseInstance.json",
2025-08-20T19:15:59.6961161Z [00:02:03.566]➜  		"metadatas/ens/ReleasePostPaidInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleasePostPaidInstance.json",
2025-08-20T19:15:59.6962190Z [00:02:03.566]➜  		"metadatas/ens/ReleasePrePaidInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleasePrePaidInstance.json",
2025-08-20T19:15:59.6963368Z [00:02:03.566]➜  		"metadatas/ens/RemoveBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveBackendServers.json",
2025-08-20T19:15:59.6964409Z [00:02:03.566]➜  		"metadatas/ens/RemoveInstanceSDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveInstanceSDG.json",
2025-08-20T19:15:59.6965600Z [00:02:03.566]➜  		"metadatas/ens/RemovePublicIpsFromEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemovePublicIpsFromEpnInstance.json",
2025-08-20T19:15:59.6966414Z [00:02:03.566]➜  		"metadatas/ens/RemoveSDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveSDG.json",
2025-08-20T19:15:59.6967213Z [00:02:03.566]➜  		"metadatas/ens/RemoveSDGs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveSDGs.json",
2025-08-20T19:15:59.6968386Z [00:02:03.566]➜  		"metadatas/ens/RemoveVSwitchesFromEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveVSwitchesFromEpnInstance.json",
2025-08-20T19:15:59.6969529Z [00:02:03.566]➜  		"metadatas/ens/RenewARMServerInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RenewARMServerInstance.json",
2025-08-20T19:15:59.6970484Z [00:02:03.566]➜  		"metadatas/ens/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RenewInstance.json",
2025-08-20T19:15:59.6971416Z [00:02:03.566]➜  		"metadatas/ens/RescaleApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RescaleApplication.json",
2025-08-20T19:15:59.6972570Z [00:02:03.566]➜  		"metadatas/ens/RescaleDeviceService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RescaleDeviceService.json",
2025-08-20T19:15:59.6973488Z [00:02:03.566]➜  		"metadatas/ens/ResetAICInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ResetAICInstance.json",
2025-08-20T19:15:59.6974279Z [00:02:03.566]➜  		"metadatas/ens/ResetDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ResetDisk.json",
2025-08-20T19:15:59.6975085Z [00:02:03.566]➜  		"metadatas/ens/ResizeDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ResizeDisk.json",
2025-08-20T19:15:59.6976040Z [00:02:03.566]➜  		"metadatas/ens/RevokeSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RevokeSecurityGroup.json",
2025-08-20T19:15:59.6977117Z [00:02:03.566]➜  		"metadatas/ens/RevokeSecurityGroupEgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RevokeSecurityGroupEgress.json",
2025-08-20T19:15:59.6978082Z [00:02:03.566]➜  		"metadatas/ens/RollbackApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RollbackApplication.json",
2025-08-20T19:15:59.6978891Z [00:02:03.566]➜  		"metadatas/ens/RunInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RunInstances.json",
2025-08-20T19:15:59.6979826Z [00:02:03.566]➜  		"metadatas/ens/RunServiceSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RunServiceSchedule.json",
2025-08-20T19:15:59.6980577Z [00:02:03.566]➜  		"metadatas/ens/SaveSDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SaveSDG.json",
2025-08-20T19:15:59.6981609Z [00:02:03.566]➜  		"metadatas/ens/SetBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetBackendServers.json",
2025-08-20T19:15:59.6983204Z [00:02:03.566]➜  		"metadatas/ens/SetLoadBalancerHTTPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:15:59.6984529Z [00:02:03.567]➜  		"metadatas/ens/SetLoadBalancerHTTPSListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:15:59.6985557Z [00:02:03.567]➜  		"metadatas/ens/SetLoadBalancerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerStatus.json",
2025-08-20T19:15:59.6986955Z [00:02:03.567]➜  		"metadatas/ens/SetLoadBalancerTCPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:15:59.6988282Z [00:02:03.567]➜  		"metadatas/ens/SetLoadBalancerUDPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:15:59.6989186Z [00:02:03.567]➜  		"metadatas/ens/StartEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StartEpnInstance.json",
2025-08-20T19:15:59.6990021Z [00:02:03.567]➜  		"metadatas/ens/StartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StartInstance.json",
2025-08-20T19:15:59.6991046Z [00:02:03.567]➜  		"metadatas/ens/StartLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StartLoadBalancerListener.json",
2025-08-20T19:15:59.6992156Z [00:02:03.567]➜  		"metadatas/ens/StartSnatIpForSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StartSnatIpForSnatEntry.json",
2025-08-20T19:15:59.6993373Z [00:02:03.567]➜  		"metadatas/ens/StopEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StopEpnInstance.json",
2025-08-20T19:15:59.6994236Z [00:02:03.567]➜  		"metadatas/ens/StopInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StopInstance.json",
2025-08-20T19:15:59.6995340Z [00:02:03.567]➜  		"metadatas/ens/StopLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StopLoadBalancerListener.json",
2025-08-20T19:15:59.6996376Z [00:02:03.567]➜  		"metadatas/ens/StopSnatIpForSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StopSnatIpForSnatEntry.json",
2025-08-20T19:15:59.6997219Z [00:02:03.567]➜  		"metadatas/ens/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/TagResources.json",
2025-08-20T19:15:59.6998290Z [00:02:03.567]➜  		"metadatas/ens/UnAssociateEnsEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnAssociateEnsEipAddress.json",
2025-08-20T19:15:59.6999461Z [00:02:03.567]➜  		"metadatas/ens/UnassignPrivateIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnassignPrivateIpAddresses.json",
2025-08-20T19:15:59.7000394Z [00:02:03.567]➜  		"metadatas/ens/UnassociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnassociateHaVip.json",
2025-08-20T19:15:59.7001374Z [00:02:03.567]➜  		"metadatas/ens/UnassociateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnassociateNetworkAcl.json",
2025-08-20T19:15:59.7002266Z [00:02:03.567]➜  		"metadatas/ens/UnloadRegionSDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnloadRegionSDG.json",
2025-08-20T19:15:59.7003325Z [00:02:03.567]➜  		"metadatas/ens/UnmountInstanceSDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnmountInstanceSDG.json",
2025-08-20T19:15:59.7004190Z [00:02:03.567]➜  		"metadatas/ens/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UntagResources.json",
2025-08-20T19:15:59.7005353Z [00:02:03.567]➜  		"metadatas/ens/UpgradeAICInstanceImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UpgradeAICInstanceImage.json",
2025-08-20T19:15:59.7006300Z [00:02:03.567]➜  		"metadatas/ens/UpgradeApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UpgradeApplication.json",
2025-08-20T19:15:59.7007359Z [00:02:03.567]➜  		"metadatas/esa/ActivateClientCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ActivateClientCertificate.json",
2025-08-20T19:15:59.7008400Z [00:02:03.567]➜  		"metadatas/esa/ActivateVersionManagement.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ActivateVersionManagement.json",
2025-08-20T19:15:59.7009461Z [00:02:03.567]➜  		"metadatas/esa/ApplyCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ApplyCertificate.json",
2025-08-20T19:15:59.7010397Z [00:02:03.567]➜  		"metadatas/esa/BatchCreateRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchCreateRecords.json",
2025-08-20T19:15:59.7011341Z [00:02:03.567]➜  		"metadatas/esa/BatchCreateWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchCreateWafRules.json",
2025-08-20T19:15:59.7012169Z [00:02:03.567]➜  		"metadatas/esa/BatchDeleteKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchDeleteKv.json",
2025-08-20T19:15:59.7013475Z [00:02:03.567]➜  		"metadatas/esa/BatchDeleteKvWithHighCapacity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchDeleteKvWithHighCapacity.json",
2025-08-20T19:15:59.7014523Z [00:02:03.567]➜  		"metadatas/esa/BatchGetExpressionFields.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchGetExpressionFields.json",
2025-08-20T19:15:59.7015488Z [00:02:03.567]➜  		"metadatas/esa/BatchPutKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchPutKv.json",
2025-08-20T19:15:59.7016707Z [00:02:03.567]➜  		"metadatas/esa/BatchPutKvWithHighCapacity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchPutKvWithHighCapacity.json",
2025-08-20T19:15:59.7017706Z [00:02:03.567]➜  		"metadatas/esa/BatchUpdateWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchUpdateWafRules.json",
2025-08-20T19:15:59.7018563Z [00:02:03.567]➜  		"metadatas/esa/BlockObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BlockObject.json",
2025-08-20T19:15:59.7019433Z [00:02:03.567]➜  		"metadatas/esa/CheckSiteName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CheckSiteName.json",
2025-08-20T19:15:59.7020444Z [00:02:03.567]➜  		"metadatas/esa/CheckSiteProjectName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CheckSiteProjectName.json",
2025-08-20T19:15:59.7021441Z [00:02:03.567]➜  		"metadatas/esa/CheckUserProjectName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CheckUserProjectName.json",
2025-08-20T19:15:59.7022353Z [00:02:03.567]➜  		"metadatas/esa/CreateCacheRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateCacheRule.json",
2025-08-20T19:15:59.7023596Z [00:02:03.567]➜  		"metadatas/esa/CreateClientCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateClientCertificate.json",
2025-08-20T19:15:59.7024622Z [00:02:03.567]➜  		"metadatas/esa/CreateCompressionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateCompressionRule.json",
2025-08-20T19:15:59.7025679Z [00:02:03.567]➜  		"metadatas/esa/CreateCustomScenePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateCustomScenePolicy.json",
2025-08-20T19:15:59.7026736Z [00:02:03.567]➜  		"metadatas/esa/CreateEdgeContainerApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateEdgeContainerApp.json",
2025-08-20T19:15:59.7028026Z [00:02:03.567]➜  		"metadatas/esa/CreateEdgeContainerAppRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateEdgeContainerAppRecord.json",
2025-08-20T19:15:59.7029203Z [00:02:03.567]➜  		"metadatas/esa/CreateEdgeContainerAppVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateEdgeContainerAppVersion.json",
2025-08-20T19:15:59.7030585Z [00:02:03.567]➜  		"metadatas/esa/CreateHttpRequestHeaderModificationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateHttpRequestHeaderModificationRule.json",
2025-08-20T19:15:59.7031999Z [00:02:03.567]➜  		"metadatas/esa/CreateHttpResponseHeaderModificationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateHttpResponseHeaderModificationRule.json",
2025-08-20T19:15:59.7033626Z [00:02:03.567]➜  		"metadatas/esa/CreateHttpsApplicationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateHttpsApplicationConfiguration.json",
2025-08-20T19:15:59.7034835Z [00:02:03.567]➜  		"metadatas/esa/CreateHttpsBasicConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateHttpsBasicConfiguration.json",
2025-08-20T19:15:59.7035838Z [00:02:03.567]➜  		"metadatas/esa/CreateImageTransform.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateImageTransform.json",
2025-08-20T19:15:59.7036774Z [00:02:03.567]➜  		"metadatas/esa/CreateKvNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateKvNamespace.json",
2025-08-20T19:15:59.7037599Z [00:02:03.567]➜  		"metadatas/esa/CreateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateList.json",
2025-08-20T19:15:59.7038644Z [00:02:03.567]➜  		"metadatas/esa/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateLoadBalancer.json",
2025-08-20T19:15:59.7039842Z [00:02:03.567]➜  		"metadatas/esa/CreateNetworkOptimization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateNetworkOptimization.json",
2025-08-20T19:15:59.7040772Z [00:02:03.567]➜  		"metadatas/esa/CreateOriginPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateOriginPool.json",
2025-08-20T19:15:59.7041790Z [00:02:03.567]➜  		"metadatas/esa/CreateOriginProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateOriginProtection.json",
2025-08-20T19:15:59.7042854Z [00:02:03.567]➜  		"metadatas/esa/CreateOriginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateOriginRule.json",
2025-08-20T19:15:59.7043677Z [00:02:03.567]➜  		"metadatas/esa/CreatePage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreatePage.json",
2025-08-20T19:15:59.7044498Z [00:02:03.567]➜  		"metadatas/esa/CreateRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRecord.json",
2025-08-20T19:15:59.7045497Z [00:02:03.567]➜  		"metadatas/esa/CreateRedirectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRedirectRule.json",
2025-08-20T19:15:59.7046510Z [00:02:03.567]➜  		"metadatas/esa/CreateRewriteUrlRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRewriteUrlRule.json",
2025-08-20T19:15:59.7047380Z [00:02:03.567]➜  		"metadatas/esa/CreateRoutine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRoutine.json",
2025-08-20T19:15:59.7048341Z [00:02:03.567]➜  		"metadatas/esa/CreateRoutineRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRoutineRoute.json",
2025-08-20T19:15:59.7049570Z [00:02:03.567]➜  		"metadatas/esa/CreateScheduledPreloadExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateScheduledPreloadExecutions.json",
2025-08-20T19:15:59.7050677Z [00:02:03.567]➜  		"metadatas/esa/CreateScheduledPreloadJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateScheduledPreloadJob.json",
2025-08-20T19:15:59.7051693Z [00:02:03.567]➜  		"metadatas/esa/CreateSite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateSite.json",
2025-08-20T19:15:59.7052859Z [00:02:03.567]➜  		"metadatas/esa/CreateSiteCustomLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateSiteCustomLog.json",
2025-08-20T19:15:59.7053922Z [00:02:03.567]➜  		"metadatas/esa/CreateSiteDeliveryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateSiteDeliveryTask.json",
2025-08-20T19:15:59.7054924Z [00:02:03.567]➜  		"metadatas/esa/CreateUrlObservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateUrlObservation.json",
2025-08-20T19:15:59.7055963Z [00:02:03.567]➜  		"metadatas/esa/CreateUserDeliveryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateUserDeliveryTask.json",
2025-08-20T19:15:59.7057125Z [00:02:03.567]➜  		"metadatas/esa/CreateVideoProcessing.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateVideoProcessing.json",
2025-08-20T19:15:59.7058012Z [00:02:03.567]➜  		"metadatas/esa/CreateWafRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWafRule.json",
2025-08-20T19:15:59.7058936Z [00:02:03.567]➜  		"metadatas/esa/CreateWafRuleset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWafRuleset.json",
2025-08-20T19:15:59.7059866Z [00:02:03.567]➜  		"metadatas/esa/CreateWaitingRoom.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWaitingRoom.json",
2025-08-20T19:15:59.7060913Z [00:02:03.567]➜  		"metadatas/esa/CreateWaitingRoomEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWaitingRoomEvent.json",
2025-08-20T19:15:59.7062042Z [00:02:03.567]➜  		"metadatas/esa/CreateWaitingRoomRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWaitingRoomRule.json",
2025-08-20T19:15:59.7063491Z [00:02:03.567]➜  		"metadatas/esa/DeactivateVersionManagement.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeactivateVersionManagement.json",
2025-08-20T19:15:59.7064441Z [00:02:03.567]➜  		"metadatas/esa/DeleteCacheRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteCacheRule.json",
2025-08-20T19:15:59.7065404Z [00:02:03.567]➜  		"metadatas/esa/DeleteCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteCertificate.json",
2025-08-20T19:15:59.7066499Z [00:02:03.567]➜  		"metadatas/esa/DeleteClientCaCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteClientCaCertificate.json",
2025-08-20T19:15:59.7067599Z [00:02:03.567]➜  		"metadatas/esa/DeleteClientCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteClientCertificate.json",
2025-08-20T19:15:59.7068733Z [00:02:03.567]➜  		"metadatas/esa/DeleteCompressionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteCompressionRule.json",
2025-08-20T19:15:59.7069828Z [00:02:03.567]➜  		"metadatas/esa/DeleteCustomScenePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteCustomScenePolicy.json",
2025-08-20T19:15:59.7070896Z [00:02:03.567]➜  		"metadatas/esa/DeleteEdgeContainerApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteEdgeContainerApp.json",
2025-08-20T19:15:59.7072014Z [00:02:03.567]➜  		"metadatas/esa/DeleteEdgeContainerAppRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteEdgeContainerAppRecord.json",
2025-08-20T19:15:59.7073487Z [00:02:03.567]➜  		"metadatas/esa/DeleteEdgeContainerAppVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteEdgeContainerAppVersion.json",
2025-08-20T19:15:59.7074985Z [00:02:03.567]➜  		"metadatas/esa/DeleteHttpRequestHeaderModificationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteHttpRequestHeaderModificationRule.json",
2025-08-20T19:15:59.7076626Z [00:02:03.567]➜  		"metadatas/esa/DeleteHttpResponseHeaderModificationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteHttpResponseHeaderModificationRule.json",
2025-08-20T19:15:59.7077997Z [00:02:03.567]➜  		"metadatas/esa/DeleteHttpsApplicationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteHttpsApplicationConfiguration.json",
2025-08-20T19:15:59.7079137Z [00:02:03.567]➜  		"metadatas/esa/DeleteHttpsBasicConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteHttpsBasicConfiguration.json",
2025-08-20T19:15:59.7080182Z [00:02:03.567]➜  		"metadatas/esa/DeleteImageTransform.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteImageTransform.json",
2025-08-20T19:15:59.7081192Z [00:02:03.567]➜  		"metadatas/esa/DeleteKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteKv.json",
2025-08-20T19:15:59.7082195Z [00:02:03.567]➜  		"metadatas/esa/DeleteKvNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteKvNamespace.json",
2025-08-20T19:15:59.7083321Z [00:02:03.567]➜  		"metadatas/esa/DeleteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteList.json",
2025-08-20T19:15:59.7084329Z [00:02:03.567]➜  		"metadatas/esa/DeleteLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteLoadBalancer.json",
2025-08-20T19:15:59.7085505Z [00:02:03.567]➜  		"metadatas/esa/DeleteNetworkOptimization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteNetworkOptimization.json",
2025-08-20T19:15:59.7086694Z [00:02:03.567]➜  		"metadatas/esa/DeleteOriginCaCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginCaCertificate.json",
2025-08-20T19:15:59.7088145Z [00:02:03.567]➜  		"metadatas/esa/DeleteOriginClientCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginClientCertificate.json",
2025-08-20T19:15:59.7089152Z [00:02:03.567]➜  		"metadatas/esa/DeleteOriginPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginPool.json",
2025-08-20T19:15:59.7090250Z [00:02:03.567]➜  		"metadatas/esa/DeleteOriginProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginProtection.json",
2025-08-20T19:15:59.7091184Z [00:02:03.567]➜  		"metadatas/esa/DeleteOriginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginRule.json",
2025-08-20T19:15:59.7092025Z [00:02:03.567]➜  		"metadatas/esa/DeletePage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeletePage.json",
2025-08-20T19:15:59.7093100Z [00:02:03.567]➜  		"metadatas/esa/DeleteRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRecord.json",
2025-08-20T19:15:59.7094099Z [00:02:03.567]➜  		"metadatas/esa/DeleteRedirectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRedirectRule.json",
2025-08-20T19:15:59.7095186Z [00:02:03.567]➜  		"metadatas/esa/DeleteRewriteUrlRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRewriteUrlRule.json",
2025-08-20T19:15:59.7096112Z [00:02:03.567]➜  		"metadatas/esa/DeleteRoutine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRoutine.json",
2025-08-20T19:15:59.7097242Z [00:02:03.567]➜  		"metadatas/esa/DeleteRoutineCodeVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRoutineCodeVersion.json",
2025-08-20T19:15:59.7098252Z [00:02:03.567]➜  		"metadatas/esa/DeleteRoutineRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRoutineRoute.json",
2025-08-20T19:15:59.7099570Z [00:02:03.567]➜  		"metadatas/esa/DeleteScheduledPreloadExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteScheduledPreloadExecution.json",
2025-08-20T19:15:59.7100770Z [00:02:03.567]➜  		"metadatas/esa/DeleteScheduledPreloadJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteScheduledPreloadJob.json",
2025-08-20T19:15:59.7101809Z [00:02:03.567]➜  		"metadatas/esa/DeleteSite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteSite.json",
2025-08-20T19:15:59.7103112Z [00:02:03.567]➜  		"metadatas/esa/DeleteSiteDeliveryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteSiteDeliveryTask.json",
2025-08-20T19:15:59.7104422Z [00:02:03.567]➜  		"metadatas/esa/DeleteSiteOriginClientCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteSiteOriginClientCertificate.json",
2025-08-20T19:15:59.7105474Z [00:02:03.567]➜  		"metadatas/esa/DeleteUrlObservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteUrlObservation.json",
2025-08-20T19:15:59.7106758Z [00:02:03.567]➜  		"metadatas/esa/DeleteUserDeliveryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteUserDeliveryTask.json",
2025-08-20T19:15:59.7107878Z [00:02:03.567]➜  		"metadatas/esa/DeleteVideoProcessing.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteVideoProcessing.json",
2025-08-20T19:15:59.7108812Z [00:02:03.567]➜  		"metadatas/esa/DeleteWafRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWafRule.json",
2025-08-20T19:15:59.7109852Z [00:02:03.567]➜  		"metadatas/esa/DeleteWafRuleset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWafRuleset.json",
2025-08-20T19:15:59.7110838Z [00:02:03.567]➜  		"metadatas/esa/DeleteWaitingRoom.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWaitingRoom.json",
2025-08-20T19:15:59.7112080Z [00:02:03.567]➜  		"metadatas/esa/DeleteWaitingRoomEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWaitingRoomEvent.json",
2025-08-20T19:15:59.7113463Z [00:02:03.567]➜  		"metadatas/esa/DeleteWaitingRoomRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWaitingRoomRule.json",
2025-08-20T19:15:59.7114665Z [00:02:03.567]➜  		"metadatas/esa/DescribeCustomScenePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeCustomScenePolicies.json",
2025-08-20T19:15:59.7115795Z [00:02:03.567]➜  		"metadatas/esa/DescribeDDoSAllEventList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeDDoSAllEventList.json",
2025-08-20T19:15:59.7116848Z [00:02:03.567]➜  		"metadatas/esa/DescribeDDoSBpsList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeDDoSBpsList.json",
2025-08-20T19:15:59.7117913Z [00:02:03.567]➜  		"metadatas/esa/DescribeDDoSL7QpsList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeDDoSL7QpsList.json",
2025-08-20T19:15:59.7119168Z [00:02:03.567]➜  		"metadatas/esa/DescribeEdgeContainerAppStats.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeEdgeContainerAppStats.json",
2025-08-20T19:15:59.7120727Z [00:02:03.567]➜  		"metadatas/esa/DescribeHttpDDoSAttackIntelligentProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeHttpDDoSAttackIntelligentProtection.json",
2025-08-20T19:15:59.7122028Z [00:02:03.567]➜  		"metadatas/esa/DescribeHttpDDoSAttackProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeHttpDDoSAttackProtection.json",
2025-08-20T19:15:59.7123329Z [00:02:03.567]➜  		"metadatas/esa/DescribeKvAccountStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeKvAccountStatus.json",
2025-08-20T19:15:59.7124408Z [00:02:03.567]➜  		"metadatas/esa/DescribePreloadTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribePreloadTasks.json",
2025-08-20T19:15:59.7125434Z [00:02:03.567]➜  		"metadatas/esa/DescribePurgeTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribePurgeTasks.json",
2025-08-20T19:15:59.7126879Z [00:02:03.567]➜  		"metadatas/esa/DescribeRatePlanInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeRatePlanInstanceStatus.json",
2025-08-20T19:15:59.7127877Z [00:02:03.567]➜  		"metadatas/esa/DescribeSiteLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeSiteLogs.json",
2025-08-20T19:15:59.7129071Z [00:02:03.567]➜  		"metadatas/esa/DescribeSiteTimeSeriesData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeSiteTimeSeriesData.json",
2025-08-20T19:15:59.7130116Z [00:02:03.567]➜  		"metadatas/esa/DescribeSiteTopData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeSiteTopData.json",
2025-08-20T19:15:59.7131319Z [00:02:03.567]➜  		"metadatas/esa/DescribeUrlObservationData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeUrlObservationData.json",
2025-08-20T19:15:59.7132826Z [00:02:03.567]➜  		"metadatas/esa/DisableCustomScenePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DisableCustomScenePolicy.json",
2025-08-20T19:15:59.7133872Z [00:02:03.567]➜  		"metadatas/esa/EditSiteWafSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/EditSiteWafSettings.json",
2025-08-20T19:15:59.7134977Z [00:02:03.567]➜  		"metadatas/esa/EnableCustomScenePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/EnableCustomScenePolicy.json",
2025-08-20T19:15:59.7135902Z [00:02:03.567]➜  		"metadatas/esa/ExportRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ExportRecords.json",
2025-08-20T19:15:59.7137126Z [00:02:03.567]➜  		"metadatas/esa/GetCacheReserveSpecification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCacheReserveSpecification.json",
2025-08-20T19:15:59.7138176Z [00:02:03.567]➜  		"metadatas/esa/GetCacheRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCacheRule.json",
2025-08-20T19:15:59.7139246Z [00:02:03.567]➜  		"metadatas/esa/GetCacheTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCacheTag.json",
2025-08-20T19:15:59.7140252Z [00:02:03.567]➜  		"metadatas/esa/GetCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCertificate.json",
2025-08-20T19:15:59.7141350Z [00:02:03.567]➜  		"metadatas/esa/GetCertificateQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCertificateQuota.json",
2025-08-20T19:15:59.7142610Z [00:02:03.567]➜  		"metadatas/esa/GetClientCaCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetClientCaCertificate.json",
2025-08-20T19:15:59.7143722Z [00:02:03.567]➜  		"metadatas/esa/GetClientCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetClientCertificate.json",
2025-08-20T19:15:59.7144979Z [00:02:03.567]➜  		"metadatas/esa/GetClientCertificateHostnames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetClientCertificateHostnames.json",
2025-08-20T19:15:59.7146006Z [00:02:03.567]➜  		"metadatas/esa/GetCnameFlattening.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCnameFlattening.json",
2025-08-20T19:15:59.7146994Z [00:02:03.567]➜  		"metadatas/esa/GetCompressionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCompressionRule.json",
2025-08-20T19:15:59.7148201Z [00:02:03.567]➜  		"metadatas/esa/GetCrossBorderOptimization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCrossBorderOptimization.json",
2025-08-20T19:15:59.7149285Z [00:02:03.567]➜  		"metadatas/esa/GetDevelopmentMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetDevelopmentMode.json",
2025-08-20T19:15:59.7150331Z [00:02:03.567]➜  		"metadatas/esa/GetEdgeContainerApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerApp.json",
2025-08-20T19:15:59.7151534Z [00:02:03.567]➜  		"metadatas/esa/GetEdgeContainerAppLogRiver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppLogRiver.json",
2025-08-20T19:15:59.7153205Z [00:02:03.567]➜  		"metadatas/esa/GetEdgeContainerAppResourceReserve.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppResourceReserve.json",
2025-08-20T19:15:59.7154561Z [00:02:03.567]➜  		"metadatas/esa/GetEdgeContainerAppResourceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppResourceStatus.json",
2025-08-20T19:15:59.7155701Z [00:02:03.567]➜  		"metadatas/esa/GetEdgeContainerAppStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppStatus.json",
2025-08-20T19:15:59.7156872Z [00:02:03.567]➜  		"metadatas/esa/GetEdgeContainerAppVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppVersion.json",
2025-08-20T19:15:59.7158281Z [00:02:03.567]➜  		"metadatas/esa/GetEdgeContainerDeployRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerDeployRegions.json",
2025-08-20T19:15:59.7159399Z [00:02:03.567]➜  		"metadatas/esa/GetEdgeContainerLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerLogs.json",
2025-08-20T19:15:59.7160735Z [00:02:03.567]➜  		"metadatas/esa/GetEdgeContainerStagingDeployStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerStagingDeployStatus.json",
2025-08-20T19:15:59.7161876Z [00:02:03.567]➜  		"metadatas/esa/GetEdgeContainerTerminal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerTerminal.json",
2025-08-20T19:15:59.7163076Z [00:02:03.567]➜  		"metadatas/esa/GetErService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetErService.json",
2025-08-20T19:15:59.7164571Z [00:02:03.567]➜  		"metadatas/esa/GetHttpRequestHeaderModificationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetHttpRequestHeaderModificationRule.json",
2025-08-20T19:15:59.7165976Z [00:02:03.567]➜  		"metadatas/esa/GetHttpResponseHeaderModificationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetHttpResponseHeaderModificationRule.json",
2025-08-20T19:15:59.7167259Z [00:02:03.567]➜  		"metadatas/esa/GetHttpsApplicationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetHttpsApplicationConfiguration.json",
2025-08-20T19:15:59.7168435Z [00:02:03.567]➜  		"metadatas/esa/GetHttpsBasicConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetHttpsBasicConfiguration.json",
2025-08-20T19:15:59.7169265Z [00:02:03.567]➜  		"metadatas/esa/GetIPv6.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetIPv6.json",
2025-08-20T19:15:59.7170257Z [00:02:03.567]➜  		"metadatas/esa/GetImageTransform.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetImageTransform.json",
2025-08-20T19:15:59.7171046Z [00:02:03.567]➜  		"metadatas/esa/GetKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetKv.json",
2025-08-20T19:15:59.7171942Z [00:02:03.567]➜  		"metadatas/esa/GetKvAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetKvAccount.json",
2025-08-20T19:15:59.7173081Z [00:02:03.567]➜  		"metadatas/esa/GetKvNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetKvNamespace.json",
2025-08-20T19:15:59.7173909Z [00:02:03.567]➜  		"metadatas/esa/GetList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetList.json",
2025-08-20T19:15:59.7174850Z [00:02:03.567]➜  		"metadatas/esa/GetLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetLoadBalancer.json",
2025-08-20T19:15:59.7175869Z [00:02:03.567]➜  		"metadatas/esa/GetManagedTransform.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetManagedTransform.json",
2025-08-20T19:15:59.7177097Z [00:02:03.567]➜  		"metadatas/esa/GetNetworkOptimization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetNetworkOptimization.json",
2025-08-20T19:15:59.7178194Z [00:02:03.567]➜  		"metadatas/esa/GetOriginCaCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginCaCertificate.json",
2025-08-20T19:15:59.7179392Z [00:02:03.567]➜  		"metadatas/esa/GetOriginClientCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginClientCertificate.json",
2025-08-20T19:15:59.7180795Z [00:02:03.567]➜  		"metadatas/esa/GetOriginClientCertificateHostnames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginClientCertificateHostnames.json",
2025-08-20T19:15:59.7181760Z [00:02:03.567]➜  		"metadatas/esa/GetOriginPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginPool.json",
2025-08-20T19:15:59.7183215Z [00:02:03.567]➜  		"metadatas/esa/GetOriginProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginProtection.json",
2025-08-20T19:15:59.7184156Z [00:02:03.567]➜  		"metadatas/esa/GetOriginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginRule.json",
2025-08-20T19:15:59.7185001Z [00:02:03.567]➜  		"metadatas/esa/GetPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetPage.json",
2025-08-20T19:15:59.7185956Z [00:02:03.567]➜  		"metadatas/esa/GetPurgeQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetPurgeQuota.json",
2025-08-20T19:15:59.7187128Z [00:02:03.567]➜  		"metadatas/esa/GetRealtimeDeliveryField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRealtimeDeliveryField.json",
2025-08-20T19:15:59.7188140Z [00:02:03.567]➜  		"metadatas/esa/GetRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRecord.json",
2025-08-20T19:15:59.7189284Z [00:02:03.567]➜  		"metadatas/esa/GetRedirectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRedirectRule.json",
2025-08-20T19:15:59.7190343Z [00:02:03.567]➜  		"metadatas/esa/GetRewriteUrlRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRewriteUrlRule.json",
2025-08-20T19:15:59.7191249Z [00:02:03.567]➜  		"metadatas/esa/GetRoutine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRoutine.json",
2025-08-20T19:15:59.7192229Z [00:02:03.567]➜  		"metadatas/esa/GetRoutineRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRoutineRoute.json",
2025-08-20T19:15:59.7193608Z [00:02:03.567]➜  		"metadatas/esa/GetScheduledPreloadJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetScheduledPreloadJob.json",
2025-08-20T19:15:59.7194560Z [00:02:03.567]➜  		"metadatas/esa/GetSeoBypass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSeoBypass.json",
2025-08-20T19:15:59.7195378Z [00:02:03.567]➜  		"metadatas/esa/GetSite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSite.json",
2025-08-20T19:15:59.7196378Z [00:02:03.567]➜  		"metadatas/esa/GetSiteCurrentNS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteCurrentNS.json",
2025-08-20T19:15:59.7197388Z [00:02:03.567]➜  		"metadatas/esa/GetSiteCustomLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteCustomLog.json",
2025-08-20T19:15:59.7198463Z [00:02:03.567]➜  		"metadatas/esa/GetSiteDeliveryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteDeliveryTask.json",
2025-08-20T19:15:59.7199627Z [00:02:03.567]➜  		"metadatas/esa/GetSiteLogDeliveryQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteLogDeliveryQuota.json",
2025-08-20T19:15:59.7200744Z [00:02:03.567]➜  		"metadatas/esa/GetSiteNameExclusive.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteNameExclusive.json",
2025-08-20T19:15:59.7202162Z [00:02:03.567]➜  		"metadatas/esa/GetSiteOriginClientCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteOriginClientCertificate.json",
2025-08-20T19:15:59.7203259Z [00:02:03.567]➜  		"metadatas/esa/GetSitePause.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSitePause.json",
2025-08-20T19:15:59.7204261Z [00:02:03.567]➜  		"metadatas/esa/GetSiteWafSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteWafSettings.json",
2025-08-20T19:15:59.7205210Z [00:02:03.567]➜  		"metadatas/esa/GetTieredCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetTieredCache.json",
2025-08-20T19:15:59.7206116Z [00:02:03.567]➜  		"metadatas/esa/GetUploadTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetUploadTask.json",
2025-08-20T19:15:59.7207327Z [00:02:03.567]➜  		"metadatas/esa/GetUserDeliveryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetUserDeliveryTask.json",
2025-08-20T19:15:59.7208464Z [00:02:03.567]➜  		"metadatas/esa/GetUserLogDeliveryQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetUserLogDeliveryQuota.json",
2025-08-20T19:15:59.7209519Z [00:02:03.567]➜  		"metadatas/esa/GetVideoProcessing.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetVideoProcessing.json",
2025-08-20T19:15:59.7210478Z [00:02:03.567]➜  		"metadatas/esa/GetWafBotAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafBotAppKey.json",
2025-08-20T19:15:59.7211377Z [00:02:03.567]➜  		"metadatas/esa/GetWafFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafFilter.json",
2025-08-20T19:15:59.7212610Z [00:02:03.567]➜  		"metadatas/esa/GetWafQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafQuota.json",
2025-08-20T19:15:59.7213627Z [00:02:03.567]➜  		"metadatas/esa/GetWafRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafRule.json",
2025-08-20T19:15:59.7214631Z [00:02:03.567]➜  		"metadatas/esa/GetWafRuleset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafRuleset.json",
2025-08-20T19:15:59.7215778Z [00:02:03.567]➜  		"metadatas/esa/ListCacheReserveInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCacheReserveInstances.json",
2025-08-20T19:15:59.7216697Z [00:02:03.567]➜  		"metadatas/esa/ListCacheRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCacheRules.json",
2025-08-20T19:15:59.7217659Z [00:02:03.567]➜  		"metadatas/esa/ListCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCertificates.json",
2025-08-20T19:15:59.7218778Z [00:02:03.567]➜  		"metadatas/esa/ListCertificatesByRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCertificatesByRecord.json",
2025-08-20T19:15:59.7219672Z [00:02:03.567]➜  		"metadatas/esa/ListCiphers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCiphers.json",
2025-08-20T19:15:59.7220855Z [00:02:03.567]➜  		"metadatas/esa/ListClientCaCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListClientCaCertificates.json",
2025-08-20T19:15:59.7221974Z [00:02:03.567]➜  		"metadatas/esa/ListClientCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListClientCertificates.json",
2025-08-20T19:15:59.7223261Z [00:02:03.567]➜  		"metadatas/esa/ListCompressionRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCompressionRules.json",
2025-08-20T19:15:59.7224194Z [00:02:03.567]➜  		"metadatas/esa/ListESAIPInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListESAIPInfo.json",
2025-08-20T19:15:59.7225419Z [00:02:03.567]➜  		"metadatas/esa/ListEdgeContainerAppRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeContainerAppRecords.json",
2025-08-20T19:15:59.7226808Z [00:02:03.567]➜  		"metadatas/esa/ListEdgeContainerAppVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeContainerAppVersions.json",
2025-08-20T19:15:59.7227891Z [00:02:03.567]➜  		"metadatas/esa/ListEdgeContainerApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeContainerApps.json",
2025-08-20T19:15:59.7229061Z [00:02:03.567]➜  		"metadatas/esa/ListEdgeContainerRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeContainerRecords.json",
2025-08-20T19:15:59.7230121Z [00:02:03.567]➜  		"metadatas/esa/ListEdgeRoutinePlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeRoutinePlans.json",
2025-08-20T19:15:59.7231245Z [00:02:03.567]➜  		"metadatas/esa/ListEdgeRoutineRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeRoutineRecords.json",
2025-08-20T19:15:59.7233050Z [00:02:03.567]➜  		"metadatas/esa/ListHttpRequestHeaderModificationRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListHttpRequestHeaderModificationRules.json",
2025-08-20T19:15:59.7234527Z [00:02:03.567]➜  		"metadatas/esa/ListHttpResponseHeaderModificationRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListHttpResponseHeaderModificationRules.json",
2025-08-20T19:15:59.7235879Z [00:02:03.567]➜  		"metadatas/esa/ListHttpsApplicationConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListHttpsApplicationConfigurations.json",
2025-08-20T19:15:59.7237133Z [00:02:03.567]➜  		"metadatas/esa/ListHttpsBasicConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListHttpsBasicConfigurations.json",
2025-08-20T19:15:59.7238344Z [00:02:03.567]➜  		"metadatas/esa/ListImageTransforms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListImageTransforms.json",
2025-08-20T19:15:59.7239596Z [00:02:03.567]➜  		"metadatas/esa/ListInstanceQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListInstanceQuotas.json",
2025-08-20T19:15:59.7240830Z [00:02:03.567]➜  		"metadatas/esa/ListInstanceQuotasWithUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListInstanceQuotasWithUsage.json",
2025-08-20T19:15:59.7241673Z [00:02:03.567]➜  		"metadatas/esa/ListKvs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListKvs.json",
2025-08-20T19:15:59.7242798Z [00:02:03.567]➜  		"metadatas/esa/ListLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListLists.json",
2025-08-20T19:15:59.7244039Z [00:02:03.567]➜  		"metadatas/esa/ListLoadBalancerOriginStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListLoadBalancerOriginStatus.json",
2025-08-20T19:15:59.7245143Z [00:02:03.567]➜  		"metadatas/esa/ListLoadBalancerRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListLoadBalancerRegions.json",
2025-08-20T19:15:59.7246113Z [00:02:03.567]➜  		"metadatas/esa/ListLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListLoadBalancers.json",
2025-08-20T19:15:59.7247179Z [00:02:03.567]➜  		"metadatas/esa/ListManagedRulesGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListManagedRulesGroups.json",
2025-08-20T19:15:59.7248297Z [00:02:03.567]➜  		"metadatas/esa/ListNetworkOptimizations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListNetworkOptimizations.json",
2025-08-20T19:15:59.7249403Z [00:02:03.567]➜  		"metadatas/esa/ListOriginCaCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListOriginCaCertificates.json",
2025-08-20T19:15:59.7250605Z [00:02:03.567]➜  		"metadatas/esa/ListOriginClientCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListOriginClientCertificates.json",
2025-08-20T19:15:59.7251771Z [00:02:03.567]➜  		"metadatas/esa/ListOriginPools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListOriginPools.json",
2025-08-20T19:15:59.7252978Z [00:02:03.567]➜  		"metadatas/esa/ListOriginRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListOriginRules.json",
2025-08-20T19:15:59.7253788Z [00:02:03.567]➜  		"metadatas/esa/ListPages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListPages.json",
2025-08-20T19:15:59.7254643Z [00:02:03.567]➜  		"metadatas/esa/ListRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRecords.json",
2025-08-20T19:15:59.7255612Z [00:02:03.568]➜  		"metadatas/esa/ListRedirectRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRedirectRules.json",
2025-08-20T19:15:59.7256769Z [00:02:03.568]➜  		"metadatas/esa/ListRewriteUrlRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRewriteUrlRules.json",
2025-08-20T19:15:59.7257897Z [00:02:03.568]➜  		"metadatas/esa/ListRoutineCodeVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRoutineCodeVersions.json",
2025-08-20T19:15:59.7259035Z [00:02:03.568]➜  		"metadatas/esa/ListRoutineRelatedRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRoutineRelatedRecords.json",
2025-08-20T19:15:59.7260003Z [00:02:03.568]➜  		"metadatas/esa/ListRoutineRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRoutineRoutes.json",
2025-08-20T19:15:59.7261227Z [00:02:03.568]➜  		"metadatas/esa/ListScheduledPreloadExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListScheduledPreloadExecutions.json",
2025-08-20T19:15:59.7262356Z [00:02:03.568]➜  		"metadatas/esa/ListScheduledPreloadJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListScheduledPreloadJobs.json",
2025-08-20T19:15:59.7263727Z [00:02:03.568]➜  		"metadatas/esa/ListSiteDeliveryTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListSiteDeliveryTasks.json",
2025-08-20T19:15:59.7264817Z [00:02:03.568]➜  		"metadatas/esa/ListSiteRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListSiteRoutes.json",
2025-08-20T19:15:59.7265655Z [00:02:03.568]➜  		"metadatas/esa/ListSites.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListSites.json",
2025-08-20T19:15:59.7266552Z [00:02:03.568]➜  		"metadatas/esa/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListTagResources.json",
2025-08-20T19:15:59.7267506Z [00:02:03.568]➜  		"metadatas/esa/ListUploadTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUploadTasks.json",
2025-08-20T19:15:59.7268480Z [00:02:03.568]➜  		"metadatas/esa/ListUrlObservations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUrlObservations.json",
2025-08-20T19:15:59.7269454Z [00:02:03.568]➜  		"metadatas/esa/ListUserDeliveryTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUserDeliveryTasks.json",
2025-08-20T19:15:59.7270643Z [00:02:03.568]➜  		"metadatas/esa/ListUserRatePlanInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUserRatePlanInstances.json",
2025-08-20T19:15:59.7271548Z [00:02:03.568]➜  		"metadatas/esa/ListUserRoutines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUserRoutines.json",
2025-08-20T19:15:59.7272744Z [00:02:03.568]➜  		"metadatas/esa/ListVideoProcessings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListVideoProcessings.json",
2025-08-20T19:15:59.7273714Z [00:02:03.568]➜  		"metadatas/esa/ListWafManagedRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafManagedRules.json",
2025-08-20T19:15:59.7274587Z [00:02:03.568]➜  		"metadatas/esa/ListWafPhases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafPhases.json",
2025-08-20T19:15:59.7275594Z [00:02:03.568]➜  		"metadatas/esa/ListWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafRules.json",
2025-08-20T19:15:59.7276490Z [00:02:03.568]➜  		"metadatas/esa/ListWafRulesets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafRulesets.json",
2025-08-20T19:15:59.7277484Z [00:02:03.568]➜  		"metadatas/esa/ListWafTemplateRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafTemplateRules.json",
2025-08-20T19:15:59.7278397Z [00:02:03.568]➜  		"metadatas/esa/ListWafUsageOfRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafUsageOfRules.json",
2025-08-20T19:15:59.7279395Z [00:02:03.568]➜  		"metadatas/esa/ListWaitingRoomEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWaitingRoomEvents.json",
2025-08-20T19:15:59.7280511Z [00:02:03.568]➜  		"metadatas/esa/ListWaitingRoomRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWaitingRoomRules.json",
2025-08-20T19:15:59.7281455Z [00:02:03.568]➜  		"metadatas/esa/ListWaitingRooms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWaitingRooms.json",
2025-08-20T19:15:59.7282310Z [00:02:03.568]➜  		"metadatas/esa/OpenErService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/OpenErService.json",
2025-08-20T19:15:59.7283376Z [00:02:03.568]➜  		"metadatas/esa/PreloadCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PreloadCaches.json",
2025-08-20T19:15:59.7284573Z [00:02:03.568]➜  		"metadatas/esa/PublishEdgeContainerAppVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PublishEdgeContainerAppVersion.json",
2025-08-20T19:15:59.7285573Z [00:02:03.568]➜  		"metadatas/esa/PurchaseCacheReserve.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PurchaseCacheReserve.json",
2025-08-20T19:15:59.7286511Z [00:02:03.568]➜  		"metadatas/esa/PurchaseRatePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PurchaseRatePlan.json",
2025-08-20T19:15:59.7287468Z [00:02:03.568]➜  		"metadatas/esa/PurgeCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PurgeCaches.json",
2025-08-20T19:15:59.7288213Z [00:02:03.568]➜  		"metadatas/esa/PutKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PutKv.json",
2025-08-20T19:15:59.7289226Z [00:02:03.568]➜  		"metadatas/esa/PutKvWithHighCapacity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PutKvWithHighCapacity.json",
2025-08-20T19:15:59.7290446Z [00:02:03.568]➜  		"metadatas/esa/RebuildEdgeContainerAppStagingEnv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/RebuildEdgeContainerAppStagingEnv.json",
2025-08-20T19:15:59.7291510Z [00:02:03.568]➜  		"metadatas/esa/ResetScheduledPreloadJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ResetScheduledPreloadJob.json",
2025-08-20T19:15:59.7292831Z [00:02:03.568]➜  		"metadatas/esa/RevokeClientCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/RevokeClientCertificate.json",
2025-08-20T19:15:59.7294338Z [00:02:03.568]➜  		"metadatas/esa/RollbackEdgeContainerAppVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/RollbackEdgeContainerAppVersion.json",
2025-08-20T19:15:59.7295193Z [00:02:03.568]➜  		"metadatas/esa/SetCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetCertificate.json",
2025-08-20T19:15:59.7296334Z [00:02:03.568]➜  		"metadatas/esa/SetClientCertificateHostnames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetClientCertificateHostnames.json",
2025-08-20T19:15:59.7297717Z [00:02:03.568]➜  		"metadatas/esa/SetHttpDDoSAttackIntelligentProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetHttpDDoSAttackIntelligentProtection.json",
2025-08-20T19:15:59.7298966Z [00:02:03.568]➜  		"metadatas/esa/SetHttpDDoSAttackProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetHttpDDoSAttackProtection.json",
2025-08-20T19:15:59.7300230Z [00:02:03.568]➜  		"metadatas/esa/SetOriginClientCertificateHostnames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetOriginClientCertificateHostnames.json",
2025-08-20T19:15:59.7301394Z [00:02:03.568]➜  		"metadatas/esa/StartScheduledPreloadExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/StartScheduledPreloadExecution.json",
2025-08-20T19:15:59.7302740Z [00:02:03.568]➜  		"metadatas/esa/StopScheduledPreloadExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/StopScheduledPreloadExecution.json",
2025-08-20T19:15:59.7303572Z [00:02:03.568]➜  		"metadatas/esa/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/TagResources.json",
2025-08-20T19:15:59.7304547Z [00:02:03.568]➜  		"metadatas/esa/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UntagResources.json",
2025-08-20T19:15:59.7305514Z [00:02:03.568]➜  		"metadatas/esa/UpdateCacheReserveSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCacheReserveSpec.json",
2025-08-20T19:15:59.7306338Z [00:02:03.568]➜  		"metadatas/esa/UpdateCacheRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCacheRule.json",
2025-08-20T19:15:59.7307206Z [00:02:03.568]➜  		"metadatas/esa/UpdateCacheTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCacheTag.json",
2025-08-20T19:15:59.7308215Z [00:02:03.568]➜  		"metadatas/esa/UpdateCnameFlattening.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCnameFlattening.json",
2025-08-20T19:15:59.7309142Z [00:02:03.568]➜  		"metadatas/esa/UpdateCompressionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCompressionRule.json",
2025-08-20T19:15:59.7310455Z [00:02:03.568]➜  		"metadatas/esa/UpdateCrossBorderOptimization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCrossBorderOptimization.json",
2025-08-20T19:15:59.7311473Z [00:02:03.568]➜  		"metadatas/esa/UpdateCustomScenePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCustomScenePolicy.json",
2025-08-20T19:15:59.7313518Z [00:02:03.568]➜  		"metadatas/esa/UpdateDevelopmentMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateDevelopmentMode.json",
2025-08-20T19:15:59.7314770Z [00:02:03.568]➜  		"metadatas/esa/UpdateEdgeContainerAppLogRiver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateEdgeContainerAppLogRiver.json",
2025-08-20T19:15:59.7316069Z [00:02:03.568]➜  		"metadatas/esa/UpdateEdgeContainerAppResourceReserve.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateEdgeContainerAppResourceReserve.json",
2025-08-20T19:15:59.7317387Z [00:02:03.568]➜  		"metadatas/esa/UpdateHttpRequestHeaderModificationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateHttpRequestHeaderModificationRule.json",
2025-08-20T19:15:59.7318944Z [00:02:03.568]➜  		"metadatas/esa/UpdateHttpResponseHeaderModificationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateHttpResponseHeaderModificationRule.json",
2025-08-20T19:15:59.7320245Z [00:02:03.568]➜  		"metadatas/esa/UpdateHttpsApplicationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateHttpsApplicationConfiguration.json",
2025-08-20T19:15:59.7321397Z [00:02:03.568]➜  		"metadatas/esa/UpdateHttpsBasicConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateHttpsBasicConfiguration.json",
2025-08-20T19:15:59.7322223Z [00:02:03.568]➜  		"metadatas/esa/UpdateIPv6.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateIPv6.json",
2025-08-20T19:15:59.7323546Z [00:02:03.568]➜  		"metadatas/esa/UpdateImageTransform.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateImageTransform.json",
2025-08-20T19:15:59.7324365Z [00:02:03.568]➜  		"metadatas/esa/UpdateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateList.json",
2025-08-20T19:15:59.7325314Z [00:02:03.568]➜  		"metadatas/esa/UpdateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateLoadBalancer.json",
2025-08-20T19:15:59.7326372Z [00:02:03.568]➜  		"metadatas/esa/UpdateManagedTransform.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateManagedTransform.json",
2025-08-20T19:15:59.7327473Z [00:02:03.568]➜  		"metadatas/esa/UpdateNetworkOptimization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateNetworkOptimization.json",
2025-08-20T19:15:59.7328565Z [00:02:03.568]➜  		"metadatas/esa/UpdateOriginPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateOriginPool.json",
2025-08-20T19:15:59.7329670Z [00:02:03.568]➜  		"metadatas/esa/UpdateOriginProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateOriginProtection.json",
2025-08-20T19:15:59.7330965Z [00:02:03.568]➜  		"metadatas/esa/UpdateOriginProtectionIpWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateOriginProtectionIpWhiteList.json",
2025-08-20T19:15:59.7331913Z [00:02:03.568]➜  		"metadatas/esa/UpdateOriginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateOriginRule.json",
2025-08-20T19:15:59.7332897Z [00:02:03.568]➜  		"metadatas/esa/UpdatePage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdatePage.json",
2025-08-20T19:15:59.7333819Z [00:02:03.568]➜  		"metadatas/esa/UpdateRatePlanSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRatePlanSpec.json",
2025-08-20T19:15:59.7334677Z [00:02:03.568]➜  		"metadatas/esa/UpdateRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRecord.json",
2025-08-20T19:15:59.7335662Z [00:02:03.568]➜  		"metadatas/esa/UpdateRedirectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRedirectRule.json",
2025-08-20T19:15:59.7336550Z [00:02:03.568]➜  		"metadatas/esa/UpdateRewriteUrlRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRewriteUrlRule.json",
2025-08-20T19:15:59.7337515Z [00:02:03.568]➜  		"metadatas/esa/UpdateRoutineRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRoutineRoute.json",
2025-08-20T19:15:59.7338762Z [00:02:03.568]➜  		"metadatas/esa/UpdateScheduledPreloadExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateScheduledPreloadExecution.json",
2025-08-20T19:15:59.7339689Z [00:02:03.568]➜  		"metadatas/esa/UpdateSeoBypass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSeoBypass.json",
2025-08-20T19:15:59.7340645Z [00:02:03.568]➜  		"metadatas/esa/UpdateSiteAccessType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteAccessType.json",
2025-08-20T19:15:59.7341736Z [00:02:03.568]➜  		"metadatas/esa/UpdateSiteCoverage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteCoverage.json",
2025-08-20T19:15:59.7342838Z [00:02:03.568]➜  		"metadatas/esa/UpdateSiteCustomLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteCustomLog.json",
2025-08-20T19:15:59.7343864Z [00:02:03.568]➜  		"metadatas/esa/UpdateSiteDeliveryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteDeliveryTask.json",
2025-08-20T19:15:59.7345024Z [00:02:03.568]➜  		"metadatas/esa/UpdateSiteDeliveryTaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteDeliveryTaskStatus.json",
2025-08-20T19:15:59.7346109Z [00:02:03.568]➜  		"metadatas/esa/UpdateSiteNameExclusive.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteNameExclusive.json",
2025-08-20T19:15:59.7347186Z [00:02:03.568]➜  		"metadatas/esa/UpdateSitePause.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSitePause.json",
2025-08-20T19:15:59.7348168Z [00:02:03.568]➜  		"metadatas/esa/UpdateSiteVanityNS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteVanityNS.json",
2025-08-20T19:15:59.7349157Z [00:02:03.568]➜  		"metadatas/esa/UpdateTieredCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateTieredCache.json",
2025-08-20T19:15:59.7350140Z [00:02:03.568]➜  		"metadatas/esa/UpdateUrlObservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateUrlObservation.json",
2025-08-20T19:15:59.7351181Z [00:02:03.568]➜  		"metadatas/esa/UpdateUserDeliveryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateUserDeliveryTask.json",
2025-08-20T19:15:59.7352630Z [00:02:03.568]➜  		"metadatas/esa/UpdateUserDeliveryTaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateUserDeliveryTaskStatus.json",
2025-08-20T19:15:59.7353714Z [00:02:03.568]➜  		"metadatas/esa/UpdateVideoProcessing.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateVideoProcessing.json",
2025-08-20T19:15:59.7354580Z [00:02:03.568]➜  		"metadatas/esa/UpdateWafRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWafRule.json",
2025-08-20T19:15:59.7355550Z [00:02:03.568]➜  		"metadatas/esa/UpdateWafRuleset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWafRuleset.json",
2025-08-20T19:15:59.7356518Z [00:02:03.568]➜  		"metadatas/esa/UpdateWaitingRoom.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWaitingRoom.json",
2025-08-20T19:15:59.7357578Z [00:02:03.568]➜  		"metadatas/esa/UpdateWaitingRoomEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWaitingRoomEvent.json",
2025-08-20T19:15:59.7358761Z [00:02:03.568]➜  		"metadatas/esa/UpdateWaitingRoomRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWaitingRoomRule.json",
2025-08-20T19:15:59.7359944Z [00:02:03.568]➜  		"metadatas/esa/UploadClientCaCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadClientCaCertificate.json",
2025-08-20T19:15:59.7360816Z [00:02:03.568]➜  		"metadatas/esa/UploadFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadFile.json",
2025-08-20T19:15:59.7361956Z [00:02:03.568]➜  		"metadatas/esa/UploadOriginCaCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadOriginCaCertificate.json",
2025-08-20T19:15:59.7363334Z [00:02:03.568]➜  		"metadatas/esa/UploadOriginClientCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadOriginClientCertificate.json",
2025-08-20T19:15:59.7364661Z [00:02:03.568]➜  		"metadatas/esa/UploadSiteOriginClientCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadSiteOriginClientCertificate.json",
2025-08-20T19:15:59.7365680Z [00:02:03.568]➜  		"metadatas/esa/VerifySite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/VerifySite.json",
2025-08-20T19:15:59.7366699Z [00:02:03.568]➜  		"metadatas/ess/AttachAlbServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachAlbServerGroups.json",
2025-08-20T19:15:59.7367637Z [00:02:03.568]➜  		"metadatas/ess/AttachDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachDBInstances.json",
2025-08-20T19:15:59.7368560Z [00:02:03.568]➜  		"metadatas/ess/AttachInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachInstances.json",
2025-08-20T19:15:59.7369517Z [00:02:03.568]➜  		"metadatas/ess/AttachLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachLoadBalancers.json",
2025-08-20T19:15:59.7370583Z [00:02:03.568]➜  		"metadatas/ess/AttachServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachServerGroups.json",
2025-08-20T19:15:59.7371539Z [00:02:03.568]➜  		"metadatas/ess/AttachVServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachVServerGroups.json",
2025-08-20T19:15:59.7372646Z [00:02:03.568]➜  		"metadatas/ess/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ChangeResourceGroup.json",
2025-08-20T19:15:59.7373747Z [00:02:03.568]➜  		"metadatas/ess/CompleteLifecycleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CompleteLifecycleAction.json",
2025-08-20T19:15:59.7374550Z [00:02:03.568]➜  		"metadatas/ess/CreateAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateAlarm.json",
2025-08-20T19:15:59.7375829Z [00:02:03.568]➜  		"metadatas/ess/CreateEciScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateEciScalingConfiguration.json",
2025-08-20T19:15:59.7376792Z [00:02:03.568]➜  		"metadatas/ess/CreateLifecycleHook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateLifecycleHook.json",
2025-08-20T19:15:59.7378026Z [00:02:03.568]➜  		"metadatas/ess/CreateNotificationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateNotificationConfiguration.json",
2025-08-20T19:15:59.7379164Z [00:02:03.568]➜  		"metadatas/ess/CreateScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateScalingConfiguration.json",
2025-08-20T19:15:59.7380110Z [00:02:03.568]➜  		"metadatas/ess/CreateScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateScalingGroup.json",
2025-08-20T19:15:59.7381013Z [00:02:03.568]➜  		"metadatas/ess/CreateScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateScalingRule.json",
2025-08-20T19:15:59.7381990Z [00:02:03.568]➜  		"metadatas/ess/CreateScheduledTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateScheduledTask.json",
2025-08-20T19:15:59.7383471Z [00:02:03.568]➜  		"metadatas/ess/DeactivateScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeactivateScalingConfiguration.json",
2025-08-20T19:15:59.7384329Z [00:02:03.568]➜  		"metadatas/ess/DeleteAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteAlarm.json",
2025-08-20T19:15:59.7385492Z [00:02:03.568]➜  		"metadatas/ess/DeleteEciScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteEciScalingConfiguration.json",
2025-08-20T19:15:59.7386444Z [00:02:03.568]➜  		"metadatas/ess/DeleteLifecycleHook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteLifecycleHook.json",
2025-08-20T19:15:59.7387648Z [00:02:03.568]➜  		"metadatas/ess/DeleteNotificationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteNotificationConfiguration.json",
2025-08-20T19:15:59.7388773Z [00:02:03.568]➜  		"metadatas/ess/DeleteScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteScalingConfiguration.json",
2025-08-20T19:15:59.7389850Z [00:02:03.568]➜  		"metadatas/ess/DeleteScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteScalingGroup.json",
2025-08-20T19:15:59.7390757Z [00:02:03.568]➜  		"metadatas/ess/DeleteScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteScalingRule.json",
2025-08-20T19:15:59.7391673Z [00:02:03.568]➜  		"metadatas/ess/DeleteScheduledTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteScheduledTask.json",
2025-08-20T19:15:59.7392647Z [00:02:03.568]➜  		"metadatas/ess/DescribeAlarms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeAlarms.json",
2025-08-20T19:15:59.7393990Z [00:02:03.568]➜  		"metadatas/ess/DescribeEciScalingConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeEciScalingConfigurations.json",
2025-08-20T19:15:59.7395035Z [00:02:03.568]➜  		"metadatas/ess/DescribeElasticStrength.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeElasticStrength.json",
2025-08-20T19:15:59.7396080Z [00:02:03.568]➜  		"metadatas/ess/DescribeLifecycleActions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeLifecycleActions.json",
2025-08-20T19:15:59.7397096Z [00:02:03.568]➜  		"metadatas/ess/DescribeLifecycleHooks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeLifecycleHooks.json",
2025-08-20T19:15:59.7398028Z [00:02:03.568]➜  		"metadatas/ess/DescribeLimitation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeLimitation.json",
2025-08-20T19:15:59.7399370Z [00:02:03.568]➜  		"metadatas/ess/DescribeNotificationConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeNotificationConfigurations.json",
2025-08-20T19:15:59.7400457Z [00:02:03.568]➜  		"metadatas/ess/DescribeNotificationTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeNotificationTypes.json",
2025-08-20T19:15:59.7401431Z [00:02:03.568]➜  		"metadatas/ess/DescribePatternTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribePatternTypes.json",
2025-08-20T19:15:59.7402316Z [00:02:03.568]➜  		"metadatas/ess/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeRegions.json",
2025-08-20T19:15:59.7403557Z [00:02:03.568]➜  		"metadatas/ess/DescribeScalingActivities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingActivities.json",
2025-08-20T19:15:59.7404688Z [00:02:03.568]➜  		"metadatas/ess/DescribeScalingActivityDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingActivityDetail.json",
2025-08-20T19:15:59.7405941Z [00:02:03.568]➜  		"metadatas/ess/DescribeScalingConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingConfigurations.json",
2025-08-20T19:15:59.7406932Z [00:02:03.568]➜  		"metadatas/ess/DescribeScalingGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingGroups.json",
2025-08-20T19:15:59.7407999Z [00:02:03.568]➜  		"metadatas/ess/DescribeScalingInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingInstances.json",
2025-08-20T19:15:59.7408978Z [00:02:03.568]➜  		"metadatas/ess/DescribeScalingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingRules.json",
2025-08-20T19:15:59.7410069Z [00:02:03.568]➜  		"metadatas/ess/DescribeScheduledTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScheduledTasks.json",
2025-08-20T19:15:59.7411051Z [00:02:03.568]➜  		"metadatas/ess/DetachAlbServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachAlbServerGroups.json",
2025-08-20T19:15:59.7412205Z [00:02:03.568]➜  		"metadatas/ess/DetachDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachDBInstances.json",
2025-08-20T19:15:59.7413276Z [00:02:03.568]➜  		"metadatas/ess/DetachInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachInstances.json",
2025-08-20T19:15:59.7414216Z [00:02:03.568]➜  		"metadatas/ess/DetachLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachLoadBalancers.json",
2025-08-20T19:15:59.7415133Z [00:02:03.568]➜  		"metadatas/ess/DetachServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachServerGroups.json",
2025-08-20T19:15:59.7416055Z [00:02:03.568]➜  		"metadatas/ess/DetachVServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachVServerGroups.json",
2025-08-20T19:15:59.7416988Z [00:02:03.568]➜  		"metadatas/ess/DisableAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DisableAlarm.json",
2025-08-20T19:15:59.7417913Z [00:02:03.568]➜  		"metadatas/ess/DisableScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DisableScalingGroup.json",
2025-08-20T19:15:59.7418718Z [00:02:03.568]➜  		"metadatas/ess/EnableAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/EnableAlarm.json",
2025-08-20T19:15:59.7419651Z [00:02:03.568]➜  		"metadatas/ess/EnableScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/EnableScalingGroup.json",
2025-08-20T19:15:59.7420490Z [00:02:03.568]➜  		"metadatas/ess/EnterStandby.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/EnterStandby.json",
2025-08-20T19:15:59.7421426Z [00:02:03.568]➜  		"metadatas/ess/ExecuteScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ExecuteScalingRule.json",
2025-08-20T19:15:59.7422585Z [00:02:03.568]➜  		"metadatas/ess/ExitStandby.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ExitStandby.json",
2025-08-20T19:15:59.7423444Z [00:02:03.568]➜  		"metadatas/ess/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ListTagKeys.json",
2025-08-20T19:15:59.7424351Z [00:02:03.568]➜  		"metadatas/ess/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ListTagResources.json",
2025-08-20T19:15:59.7425186Z [00:02:03.568]➜  		"metadatas/ess/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ListTagValues.json",
2025-08-20T19:15:59.7425986Z [00:02:03.568]➜  		"metadatas/ess/ModifyAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyAlarm.json",
2025-08-20T19:15:59.7427113Z [00:02:03.568]➜  		"metadatas/ess/ModifyEciScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyEciScalingConfiguration.json",
2025-08-20T19:15:59.7428240Z [00:02:03.568]➜  		"metadatas/ess/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyInstanceAttribute.json",
2025-08-20T19:15:59.7429209Z [00:02:03.568]➜  		"metadatas/ess/ModifyLifecycleHook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyLifecycleHook.json",
2025-08-20T19:15:59.7430398Z [00:02:03.568]➜  		"metadatas/ess/ModifyNotificationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyNotificationConfiguration.json",
2025-08-20T19:15:59.7431545Z [00:02:03.568]➜  		"metadatas/ess/ModifyScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyScalingConfiguration.json",
2025-08-20T19:15:59.7432670Z [00:02:03.568]➜  		"metadatas/ess/ModifyScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyScalingGroup.json",
2025-08-20T19:15:59.7433598Z [00:02:03.568]➜  		"metadatas/ess/ModifyScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyScalingRule.json",
2025-08-20T19:15:59.7434691Z [00:02:03.568]➜  		"metadatas/ess/ModifyScheduledTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyScheduledTask.json",
2025-08-20T19:15:59.7435609Z [00:02:03.568]➜  		"metadatas/ess/RebalanceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/RebalanceInstances.json",
2025-08-20T19:15:59.7436747Z [00:02:03.568]➜  		"metadatas/ess/RecordLifecycleActionHeartbeat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/RecordLifecycleActionHeartbeat.json",
2025-08-20T19:15:59.7437607Z [00:02:03.568]➜  		"metadatas/ess/RemoveInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/RemoveInstances.json",
2025-08-20T19:15:59.7438468Z [00:02:03.568]➜  		"metadatas/ess/ResumeProcesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ResumeProcesses.json",
2025-08-20T19:15:59.7439615Z [00:02:03.568]➜  		"metadatas/ess/ScaleWithAdjustment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ScaleWithAdjustment.json",
2025-08-20T19:15:59.7440727Z [00:02:03.568]➜  		"metadatas/ess/SetGroupDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/SetGroupDeletionProtection.json",
2025-08-20T19:15:59.7441669Z [00:02:03.568]➜  		"metadatas/ess/SetInstanceHealth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/SetInstanceHealth.json",
2025-08-20T19:15:59.7442907Z [00:02:03.568]➜  		"metadatas/ess/SetInstancesProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/SetInstancesProtection.json",
2025-08-20T19:15:59.7443851Z [00:02:03.568]➜  		"metadatas/ess/SuspendProcesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/SuspendProcesses.json",
2025-08-20T19:15:59.7444847Z [00:02:03.568]➜  		"metadatas/ess/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/TagResources.json",
2025-08-20T19:15:59.7445843Z [00:02:03.568]➜  		"metadatas/ess/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/UntagResources.json",
2025-08-20T19:15:59.7446884Z [00:02:03.568]➜  		"metadatas/ess/VerifyAuthentication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/VerifyAuthentication.json",
2025-08-20T19:15:59.7447706Z [00:02:03.568]➜  		"metadatas/ess/VerifyUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/VerifyUser.json",
2025-08-20T19:15:59.7449108Z [00:02:03.568]➜  		"metadatas/eventbridge/CheckServiceLinkedRoleForProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CheckServiceLinkedRoleForProduct.json",
2025-08-20T19:15:59.7450253Z [00:02:03.568]➜  		"metadatas/eventbridge/CreateApiDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateApiDestination.json",
2025-08-20T19:15:59.7451354Z [00:02:03.568]➜  		"metadatas/eventbridge/CreateConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateConnection.json",
2025-08-20T19:15:59.7452536Z [00:02:03.568]➜  		"metadatas/eventbridge/CreateEventBus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateEventBus.json",
2025-08-20T19:15:59.7453616Z [00:02:03.568]➜  		"metadatas/eventbridge/CreateEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateEventSource.json",
2025-08-20T19:15:59.7454765Z [00:02:03.568]➜  		"metadatas/eventbridge/CreateEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateEventStreaming.json",
2025-08-20T19:15:59.7455709Z [00:02:03.568]➜  		"metadatas/eventbridge/CreateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateRule.json",
2025-08-20T19:15:59.7457142Z [00:02:03.568]➜  		"metadatas/eventbridge/CreateServiceLinkedRoleForProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateServiceLinkedRoleForProduct.json",
2025-08-20T19:15:59.7458425Z [00:02:03.568]➜  		"metadatas/eventbridge/DeleteApiDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteApiDestination.json",
2025-08-20T19:15:59.7459490Z [00:02:03.568]➜  		"metadatas/eventbridge/DeleteConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteConnection.json",
2025-08-20T19:15:59.7460516Z [00:02:03.568]➜  		"metadatas/eventbridge/DeleteEventBus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteEventBus.json",
2025-08-20T19:15:59.7461604Z [00:02:03.568]➜  		"metadatas/eventbridge/DeleteEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteEventSource.json",
2025-08-20T19:15:59.7462903Z [00:02:03.568]➜  		"metadatas/eventbridge/DeleteEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteEventStreaming.json",
2025-08-20T19:15:59.7463973Z [00:02:03.568]➜  		"metadatas/eventbridge/DeleteRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteRule.json",
2025-08-20T19:15:59.7464975Z [00:02:03.568]➜  		"metadatas/eventbridge/DeleteTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteTargets.json",
2025-08-20T19:15:59.7465935Z [00:02:03.568]➜  		"metadatas/eventbridge/DisableRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DisableRule.json",
2025-08-20T19:15:59.7467040Z [00:02:03.568]➜  		"metadatas/eventbridge/DiscoverEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DiscoverEventSource.json",
2025-08-20T19:15:59.7468054Z [00:02:03.568]➜  		"metadatas/eventbridge/EnableRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/EnableRule.json",
2025-08-20T19:15:59.7469349Z [00:02:03.568]➜  		"metadatas/eventbridge/EventCenterQueryEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/EventCenterQueryEvents.json",
2025-08-20T19:15:59.7470487Z [00:02:03.568]➜  		"metadatas/eventbridge/GetApiDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetApiDestination.json",
2025-08-20T19:15:59.7471503Z [00:02:03.568]➜  		"metadatas/eventbridge/GetConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetConnection.json",
2025-08-20T19:15:59.7472642Z [00:02:03.568]➜  		"metadatas/eventbridge/GetEventBus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetEventBus.json",
2025-08-20T19:15:59.7473756Z [00:02:03.568]➜  		"metadatas/eventbridge/GetEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetEventStreaming.json",
2025-08-20T19:15:59.7474664Z [00:02:03.568]➜  		"metadatas/eventbridge/GetRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetRule.json",
2025-08-20T19:15:59.7476016Z [00:02:03.568]➜  		"metadatas/eventbridge/ListAliyunOfficialEventSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListAliyunOfficialEventSources.json",
2025-08-20T19:15:59.7477142Z [00:02:03.568]➜  		"metadatas/eventbridge/ListApiDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListApiDestinations.json",
2025-08-20T19:15:59.7478195Z [00:02:03.568]➜  		"metadatas/eventbridge/ListConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListConnections.json",
2025-08-20T19:15:59.7479210Z [00:02:03.568]➜  		"metadatas/eventbridge/ListEventBuses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListEventBuses.json",
2025-08-20T19:15:59.7480336Z [00:02:03.568]➜  		"metadatas/eventbridge/ListEventStreamings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListEventStreamings.json",
2025-08-20T19:15:59.7481271Z [00:02:03.568]➜  		"metadatas/eventbridge/ListRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListRules.json",
2025-08-20T19:15:59.7482546Z [00:02:03.568]➜  		"metadatas/eventbridge/ListTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListTargets.json",
2025-08-20T19:15:59.7483880Z [00:02:03.568]➜  		"metadatas/eventbridge/ListUserDefinedEventSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListUserDefinedEventSources.json",
2025-08-20T19:15:59.7485017Z [00:02:03.568]➜  		"metadatas/eventbridge/PauseEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/PauseEventStreaming.json",
2025-08-20T19:15:59.7485976Z [00:02:03.568]➜  		"metadatas/eventbridge/PutTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/PutTargets.json",
2025-08-20T19:15:59.7487056Z [00:02:03.568]➜  		"metadatas/eventbridge/QueryEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/QueryEvent.json",
2025-08-20T19:15:59.7488139Z [00:02:03.568]➜  		"metadatas/eventbridge/QueryEventTraces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/QueryEventTraces.json",
2025-08-20T19:15:59.7489387Z [00:02:03.568]➜  		"metadatas/eventbridge/QueryTracedEventByEventId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/QueryTracedEventByEventId.json",
2025-08-20T19:15:59.7490447Z [00:02:03.568]➜  		"metadatas/eventbridge/QueryTracedEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/QueryTracedEvents.json",
2025-08-20T19:15:59.7491606Z [00:02:03.568]➜  		"metadatas/eventbridge/StartEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/StartEventStreaming.json",
2025-08-20T19:15:59.7493033Z [00:02:03.568]➜  		"metadatas/eventbridge/TestEventPattern.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/TestEventPattern.json",
2025-08-20T19:15:59.7494346Z [00:02:03.568]➜  		"metadatas/eventbridge/TestEventSourceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/TestEventSourceConfig.json",
2025-08-20T19:15:59.7495551Z [00:02:03.568]➜  		"metadatas/eventbridge/UpdateApiDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateApiDestination.json",
2025-08-20T19:15:59.7496598Z [00:02:03.568]➜  		"metadatas/eventbridge/UpdateConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateConnection.json",
2025-08-20T19:15:59.7497672Z [00:02:03.568]➜  		"metadatas/eventbridge/UpdateEventBus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateEventBus.json",
2025-08-20T19:15:59.7498804Z [00:02:03.568]➜  		"metadatas/eventbridge/UpdateEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateEventSource.json",
2025-08-20T19:15:59.7499989Z [00:02:03.568]➜  		"metadatas/eventbridge/UpdateEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateEventStreaming.json",
2025-08-20T19:15:59.7501469Z [00:02:03.568]➜  		"metadatas/eventbridge/UpdateEventStreamingBusinessOption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateEventStreamingBusinessOption.json",
2025-08-20T19:15:59.7502598Z [00:02:03.568]➜  		"metadatas/eventbridge/UpdateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateRule.json",
2025-08-20T19:15:59.7503848Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/ActivateFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ActivateFlowLog.json",
2025-08-20T19:15:59.7505595Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/AttachExpressConnectRouterChildInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/AttachExpressConnectRouterChildInstance.json",
2025-08-20T19:15:59.7507302Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/CheckAddRegionToExpressConnectRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/CheckAddRegionToExpressConnectRouter.json",
2025-08-20T19:15:59.7508993Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/CreateExpressConnectRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/CreateExpressConnectRouter.json",
2025-08-20T19:15:59.7510794Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/CreateExpressConnectRouterAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/CreateExpressConnectRouterAssociation.json",
2025-08-20T19:15:59.7512053Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/CreateFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/CreateFlowLog.json",
2025-08-20T19:15:59.7513713Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DeactivateFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DeactivateFlowLog.json",
2025-08-20T19:15:59.7515134Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DeleteExpressConnectRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DeleteExpressConnectRouter.json",
2025-08-20T19:15:59.7516808Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DeleteExpressConnectRouterAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DeleteExpressConnectRouterAssociation.json",
2025-08-20T19:15:59.7518066Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DeleteFlowlog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DeleteFlowlog.json",
2025-08-20T19:15:59.7520192Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DescribeDisabledExpressConnectRouterRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeDisabledExpressConnectRouterRouteEntries.json",
2025-08-20T19:15:59.7521932Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DescribeExpressConnectRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouter.json",
2025-08-20T19:15:59.7524094Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DescribeExpressConnectRouterAllowedPrefixHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterAllowedPrefixHistory.json",
2025-08-20T19:15:59.7525865Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DescribeExpressConnectRouterAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterAssociation.json",
2025-08-20T19:15:59.7527667Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DescribeExpressConnectRouterChildInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterChildInstance.json",
2025-08-20T19:15:59.7529709Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DescribeExpressConnectRouterInterRegionTransitMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterInterRegionTransitMode.json",
2025-08-20T19:15:59.7531313Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DescribeExpressConnectRouterRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterRegion.json",
2025-08-20T19:15:59.7533251Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DescribeExpressConnectRouterRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterRouteEntries.json",
2025-08-20T19:15:59.7534576Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DescribeFlowLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeFlowLogs.json",
2025-08-20T19:15:59.7536494Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DescribeInstanceGrantedToExpressConnectRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeInstanceGrantedToExpressConnectRouter.json",
2025-08-20T19:15:59.7538431Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DetachExpressConnectRouterChildInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DetachExpressConnectRouterChildInstance.json",
2025-08-20T19:15:59.7540162Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/DisableExpressConnectRouterRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DisableExpressConnectRouterRouteEntries.json",
2025-08-20T19:15:59.7541871Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/EnableExpressConnectRouterRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/EnableExpressConnectRouterRouteEntries.json",
2025-08-20T19:15:59.7543793Z [00:02:03.568]➜  		"metadatas/expressconnectrouter/ForceDeleteExpressConnectRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ForceDeleteExpressConnectRouter.json",
2025-08-20T19:15:59.7545488Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/GrantInstanceToExpressConnectRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/GrantInstanceToExpressConnectRouter.json",
2025-08-20T19:15:59.7547279Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/ListExpressConnectRouterSupportedRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ListExpressConnectRouterSupportedRegion.json",
2025-08-20T19:15:59.7548683Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ListTagResources.json",
2025-08-20T19:15:59.7550271Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/ModifyExpressConnectRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouter.json",
2025-08-20T19:15:59.7552050Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/ModifyExpressConnectRouterAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouterAssociation.json",
2025-08-20T19:15:59.7554183Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/ModifyExpressConnectRouterAssociationAllowedPrefix.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouterAssociationAllowedPrefix.json",
2025-08-20T19:15:59.7555957Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/ModifyExpressConnectRouterChildInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouterChildInstance.json",
2025-08-20T19:15:59.7557945Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/ModifyExpressConnectRouterInterRegionTransitMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouterInterRegionTransitMode.json",
2025-08-20T19:15:59.7559378Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/ModifyFlowLogAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyFlowLogAttribute.json",
2025-08-20T19:15:59.7560700Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/MoveResourceGroup.json",
2025-08-20T19:15:59.7562629Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/RevokeInstanceFromExpressConnectRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/RevokeInstanceFromExpressConnectRouter.json",
2025-08-20T19:15:59.7564676Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/SynchronizeExpressConnectRouterInterRegionBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/SynchronizeExpressConnectRouterInterRegionBandwidth.json",
2025-08-20T19:15:59.7566073Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/TagResources.json",
2025-08-20T19:15:59.7567325Z [00:02:03.569]➜  		"metadatas/expressconnectrouter/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/UntagResources.json",
2025-08-20T19:15:59.7568213Z [00:02:03.569]➜  		"metadatas/facebody/AddFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/AddFace.json",
2025-08-20T19:15:59.7569210Z [00:02:03.569]➜  		"metadatas/facebody/AddFaceEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/AddFaceEntity.json",
2025-08-20T19:15:59.7570512Z [00:02:03.569]➜  		"metadatas/facebody/AddFaceImageTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/AddFaceImageTemplate.json",
2025-08-20T19:15:59.7571539Z [00:02:03.569]➜  		"metadatas/facebody/BatchAddFaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/BatchAddFaces.json",
2025-08-20T19:15:59.7572622Z [00:02:03.569]➜  		"metadatas/facebody/BlurFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/BlurFace.json",
2025-08-20T19:15:59.7573586Z [00:02:03.569]➜  		"metadatas/facebody/BodyPosture.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/BodyPosture.json",
2025-08-20T19:15:59.7574529Z [00:02:03.569]➜  		"metadatas/facebody/CompareFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/CompareFace.json",
2025-08-20T19:15:59.7575774Z [00:02:03.569]➜  		"metadatas/facebody/CompareFaceWithMask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/CompareFaceWithMask.json",
2025-08-20T19:15:59.7576888Z [00:02:03.569]➜  		"metadatas/facebody/CreateFaceDb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/CreateFaceDb.json",
2025-08-20T19:15:59.7577891Z [00:02:03.569]➜  		"metadatas/facebody/DeepfakeFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeepfakeFace.json",
2025-08-20T19:15:59.7578836Z [00:02:03.569]➜  		"metadatas/facebody/DeleteFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeleteFace.json",
2025-08-20T19:15:59.7579814Z [00:02:03.569]➜  		"metadatas/facebody/DeleteFaceDb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeleteFaceDb.json",
2025-08-20T19:15:59.7580870Z [00:02:03.569]➜  		"metadatas/facebody/DeleteFaceEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeleteFaceEntity.json",
2025-08-20T19:15:59.7582075Z [00:02:03.569]➜  		"metadatas/facebody/DeleteFaceImageTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeleteFaceImageTemplate.json",
2025-08-20T19:15:59.7583318Z [00:02:03.569]➜  		"metadatas/facebody/DetectBodyCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectBodyCount.json",
2025-08-20T19:15:59.7584362Z [00:02:03.569]➜  		"metadatas/facebody/DetectCelebrity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectCelebrity.json",
2025-08-20T19:15:59.7585287Z [00:02:03.569]➜  		"metadatas/facebody/DetectFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectFace.json",
2025-08-20T19:15:59.7586470Z [00:02:03.569]➜  		"metadatas/facebody/DetectInfraredLivingFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectInfraredLivingFace.json",
2025-08-20T19:15:59.7587500Z [00:02:03.569]➜  		"metadatas/facebody/DetectLivingFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectLivingFace.json",
2025-08-20T19:15:59.7588547Z [00:02:03.569]➜  		"metadatas/facebody/DetectPedestrian.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectPedestrian.json",
2025-08-20T19:15:59.7590002Z [00:02:03.569]➜  		"metadatas/facebody/DetectPedestrianIntrusion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectPedestrianIntrusion.json",
2025-08-20T19:15:59.7591153Z [00:02:03.569]➜  		"metadatas/facebody/DetectVideoLivingFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectVideoLivingFace.json",
2025-08-20T19:15:59.7592117Z [00:02:03.569]➜  		"metadatas/facebody/EnhanceFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/EnhanceFace.json",
2025-08-20T19:15:59.7593369Z [00:02:03.569]➜  		"metadatas/facebody/ExtractFingerPrint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/ExtractFingerPrint.json",
2025-08-20T19:15:59.7594320Z [00:02:03.569]➜  		"metadatas/facebody/FaceBeauty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/FaceBeauty.json",
2025-08-20T19:15:59.7595393Z [00:02:03.569]➜  		"metadatas/facebody/FaceMakeup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/FaceMakeup.json",
2025-08-20T19:15:59.7596336Z [00:02:03.569]➜  		"metadatas/facebody/FaceTidyup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/FaceTidyup.json",
2025-08-20T19:15:59.7597656Z [00:02:03.569]➜  		"metadatas/facebody/GenRealPersonVerificationToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GenRealPersonVerificationToken.json",
2025-08-20T19:15:59.7598860Z [00:02:03.569]➜  		"metadatas/facebody/GenerateHumanAnimeStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GenerateHumanAnimeStyle.json",
2025-08-20T19:15:59.7600190Z [00:02:03.569]➜  		"metadatas/facebody/GenerateHumanSketchStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GenerateHumanSketchStyle.json",
2025-08-20T19:15:59.7601314Z [00:02:03.569]➜  		"metadatas/facebody/GetFaceEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GetFaceEntity.json",
2025-08-20T19:15:59.7602848Z [00:02:03.569]➜  		"metadatas/facebody/GetRealPersonVerificationResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GetRealPersonVerificationResult.json",
2025-08-20T19:15:59.7603843Z [00:02:03.569]➜  		"metadatas/facebody/HandPosture.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/HandPosture.json",
2025-08-20T19:15:59.7604789Z [00:02:03.569]➜  		"metadatas/facebody/LiquifyFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/LiquifyFace.json",
2025-08-20T19:15:59.7605708Z [00:02:03.569]➜  		"metadatas/facebody/ListFaceDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/ListFaceDbs.json",
2025-08-20T19:15:59.7606774Z [00:02:03.569]➜  		"metadatas/facebody/ListFaceEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/ListFaceEntities.json",
2025-08-20T19:15:59.7607882Z [00:02:03.569]➜  		"metadatas/facebody/MergeImageFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/MergeImageFace.json",
2025-08-20T19:15:59.7609099Z [00:02:03.569]➜  		"metadatas/facebody/MonitorExamination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/MonitorExamination.json",
2025-08-20T19:15:59.7610390Z [00:02:03.569]➜  		"metadatas/facebody/PedestrianDetectAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/PedestrianDetectAttribute.json",
2025-08-20T19:15:59.7611601Z [00:02:03.569]➜  		"metadatas/facebody/QueryFaceImageTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/QueryFaceImageTemplate.json",
2025-08-20T19:15:59.7612826Z [00:02:03.569]➜  		"metadatas/facebody/RecognizeAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizeAction.json",
2025-08-20T19:15:59.7614005Z [00:02:03.569]➜  		"metadatas/facebody/RecognizeExpression.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizeExpression.json",
2025-08-20T19:15:59.7615140Z [00:02:03.569]➜  		"metadatas/facebody/RecognizeFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizeFace.json",
2025-08-20T19:15:59.7616262Z [00:02:03.569]➜  		"metadatas/facebody/RecognizeHandGesture.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizeHandGesture.json",
2025-08-20T19:15:59.7617373Z [00:02:03.569]➜  		"metadatas/facebody/RecognizePublicFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizePublicFace.json",
2025-08-20T19:15:59.7618306Z [00:02:03.569]➜  		"metadatas/facebody/RetouchSkin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RetouchSkin.json",
2025-08-20T19:15:59.7619427Z [00:02:03.569]➜  		"metadatas/facebody/SearchFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/SearchFace.json",
2025-08-20T19:15:59.7620497Z [00:02:03.569]➜  		"metadatas/facebody/UpdateFaceEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/UpdateFaceEntity.json",
2025-08-20T19:15:59.7621449Z [00:02:03.569]➜  		"metadatas/fc-open/CreateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateAlias.json",
2025-08-20T19:15:59.7622698Z [00:02:03.569]➜  		"metadatas/fc-open/CreateCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateCustomDomain.json",
2025-08-20T19:15:59.7623654Z [00:02:03.569]➜  		"metadatas/fc-open/CreateFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateFunction.json",
2025-08-20T19:15:59.7624674Z [00:02:03.569]➜  		"metadatas/fc-open/CreateLayerVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateLayerVersion.json",
2025-08-20T19:15:59.7625717Z [00:02:03.569]➜  		"metadatas/fc-open/CreateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateService.json",
2025-08-20T19:15:59.7626829Z [00:02:03.569]➜  		"metadatas/fc-open/CreateTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateTrigger.json",
2025-08-20T19:15:59.7627884Z [00:02:03.569]➜  		"metadatas/fc-open/CreateVpcBinding.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateVpcBinding.json",
2025-08-20T19:15:59.7628825Z [00:02:03.569]➜  		"metadatas/fc-open/DeleteAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteAlias.json",
2025-08-20T19:15:59.7629872Z [00:02:03.569]➜  		"metadatas/fc-open/DeleteCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteCustomDomain.json",
2025-08-20T19:15:59.7630822Z [00:02:03.569]➜  		"metadatas/fc-open/DeleteFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteFunction.json",
2025-08-20T19:15:59.7632063Z [00:02:03.569]➜  		"metadatas/fc-open/DeleteFunctionAsyncInvokeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:59.7633416Z [00:02:03.569]➜  		"metadatas/fc-open/DeleteFunctionOnDemandConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteFunctionOnDemandConfig.json",
2025-08-20T19:15:59.7634405Z [00:02:03.569]➜  		"metadatas/fc-open/DeleteLayerVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteLayerVersion.json",
2025-08-20T19:15:59.7635291Z [00:02:03.569]➜  		"metadatas/fc-open/DeleteService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteService.json",
2025-08-20T19:15:59.7636288Z [00:02:03.569]➜  		"metadatas/fc-open/DeleteServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteServiceVersion.json",
2025-08-20T19:15:59.7637177Z [00:02:03.569]➜  		"metadatas/fc-open/DeleteTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteTrigger.json",
2025-08-20T19:15:59.7638243Z [00:02:03.569]➜  		"metadatas/fc-open/DeleteVpcBinding.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteVpcBinding.json",
2025-08-20T19:15:59.7639268Z [00:02:03.569]➜  		"metadatas/fc-open/DeregisterEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeregisterEventSource.json",
2025-08-20T19:15:59.7640171Z [00:02:03.569]➜  		"metadatas/fc-open/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DescribeRegions.json",
2025-08-20T19:15:59.7641135Z [00:02:03.569]➜  		"metadatas/fc-open/GetAccountSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetAccountSettings.json",
2025-08-20T19:15:59.7641936Z [00:02:03.569]➜  		"metadatas/fc-open/GetAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetAlias.json",
2025-08-20T19:15:59.7643096Z [00:02:03.569]➜  		"metadatas/fc-open/GetCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetCustomDomain.json",
2025-08-20T19:15:59.7643966Z [00:02:03.569]➜  		"metadatas/fc-open/GetFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetFunction.json",
2025-08-20T19:15:59.7645119Z [00:02:03.569]➜  		"metadatas/fc-open/GetFunctionAsyncInvokeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:59.7646043Z [00:02:03.569]➜  		"metadatas/fc-open/GetFunctionCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetFunctionCode.json",
2025-08-20T19:15:59.7647142Z [00:02:03.569]➜  		"metadatas/fc-open/GetFunctionOnDemandConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetFunctionOnDemandConfig.json",
2025-08-20T19:15:59.7654439Z [00:02:03.569]➜  		"metadatas/fc-open/GetLayerVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetLayerVersion.json",
2025-08-20T19:15:59.7655647Z [00:02:03.569]➜  		"metadatas/fc-open/GetProvisionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetProvisionConfig.json",
2025-08-20T19:15:59.7656604Z [00:02:03.569]➜  		"metadatas/fc-open/GetResourceTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetResourceTags.json",
2025-08-20T19:15:59.7657452Z [00:02:03.569]➜  		"metadatas/fc-open/GetService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetService.json",
2025-08-20T19:15:59.7658575Z [00:02:03.569]➜  		"metadatas/fc-open/GetStatefulAsyncInvocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetStatefulAsyncInvocation.json",
2025-08-20T19:15:59.7659412Z [00:02:03.569]➜  		"metadatas/fc-open/GetTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetTrigger.json",
2025-08-20T19:15:59.7660326Z [00:02:03.569]➜  		"metadatas/fc-open/InvokeFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/InvokeFunction.json",
2025-08-20T19:15:59.7661178Z [00:02:03.569]➜  		"metadatas/fc-open/ListAliases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListAliases.json",
2025-08-20T19:15:59.7662135Z [00:02:03.569]➜  		"metadatas/fc-open/ListCustomDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListCustomDomains.json",
2025-08-20T19:15:59.7663238Z [00:02:03.569]➜  		"metadatas/fc-open/ListEventSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListEventSources.json",
2025-08-20T19:15:59.7664432Z [00:02:03.569]➜  		"metadatas/fc-open/ListFunctionAsyncInvokeConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListFunctionAsyncInvokeConfigs.json",
2025-08-20T19:15:59.7665326Z [00:02:03.569]➜  		"metadatas/fc-open/ListFunctions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListFunctions.json",
2025-08-20T19:15:59.7666311Z [00:02:03.569]➜  		"metadatas/fc-open/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListInstances.json",
2025-08-20T19:15:59.7667260Z [00:02:03.569]➜  		"metadatas/fc-open/ListLayerVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListLayerVersions.json",
2025-08-20T19:15:59.7668081Z [00:02:03.569]➜  		"metadatas/fc-open/ListLayers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListLayers.json",
2025-08-20T19:15:59.7669063Z [00:02:03.569]➜  		"metadatas/fc-open/ListOnDemandConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListOnDemandConfigs.json",
2025-08-20T19:15:59.7670061Z [00:02:03.569]➜  		"metadatas/fc-open/ListProvisionConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListProvisionConfigs.json",
2025-08-20T19:15:59.7671194Z [00:02:03.569]➜  		"metadatas/fc-open/ListReservedCapacities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListReservedCapacities.json",
2025-08-20T19:15:59.7672177Z [00:02:03.569]➜  		"metadatas/fc-open/ListServiceVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListServiceVersions.json",
2025-08-20T19:15:59.7673209Z [00:02:03.569]➜  		"metadatas/fc-open/ListServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListServices.json",
2025-08-20T19:15:59.7674516Z [00:02:03.569]➜  		"metadatas/fc-open/ListStatefulAsyncInvocationFunctions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListStatefulAsyncInvocationFunctions.json",
2025-08-20T19:15:59.7675668Z [00:02:03.569]➜  		"metadatas/fc-open/ListStatefulAsyncInvocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListStatefulAsyncInvocations.json",
2025-08-20T19:15:59.7676860Z [00:02:03.569]➜  		"metadatas/fc-open/ListTaggedResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListTaggedResources.json",
2025-08-20T19:15:59.7677817Z [00:02:03.569]➜  		"metadatas/fc-open/ListTriggers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListTriggers.json",
2025-08-20T19:15:59.7678790Z [00:02:03.569]➜  		"metadatas/fc-open/ListVpcBindings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListVpcBindings.json",
2025-08-20T19:15:59.7679915Z [00:02:03.569]➜  		"metadatas/fc-open/PublishServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PublishServiceVersion.json",
2025-08-20T19:15:59.7681208Z [00:02:03.569]➜  		"metadatas/fc-open/PutFunctionAsyncInvokeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PutFunctionAsyncInvokeConfig.json",
2025-08-20T19:15:59.7682626Z [00:02:03.569]➜  		"metadatas/fc-open/PutFunctionOnDemandConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PutFunctionOnDemandConfig.json",
2025-08-20T19:15:59.7683570Z [00:02:03.569]➜  		"metadatas/fc-open/PutLayerACL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PutLayerACL.json",
2025-08-20T19:15:59.7684588Z [00:02:03.569]➜  		"metadatas/fc-open/PutProvisionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PutProvisionConfig.json",
2025-08-20T19:15:59.7685599Z [00:02:03.569]➜  		"metadatas/fc-open/RegisterEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/RegisterEventSource.json",
2025-08-20T19:15:59.7686761Z [00:02:03.569]➜  		"metadatas/fc-open/StopStatefulAsyncInvocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/StopStatefulAsyncInvocation.json",
2025-08-20T19:15:59.7687734Z [00:02:03.569]➜  		"metadatas/fc-open/TagResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/TagResource.json",
2025-08-20T19:15:59.7688736Z [00:02:03.569]➜  		"metadatas/fc-open/UntagResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UntagResource.json",
2025-08-20T19:15:59.7689739Z [00:02:03.569]➜  		"metadatas/fc-open/UpdateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateAlias.json",
2025-08-20T19:15:59.7690725Z [00:02:03.569]➜  		"metadatas/fc-open/UpdateCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateCustomDomain.json",
2025-08-20T19:15:59.7691678Z [00:02:03.569]➜  		"metadatas/fc-open/UpdateFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateFunction.json",
2025-08-20T19:15:59.7692805Z [00:02:03.569]➜  		"metadatas/fc-open/UpdateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateService.json",
2025-08-20T19:15:59.7693731Z [00:02:03.569]➜  		"metadatas/fc-open/UpdateTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateTrigger.json",
2025-08-20T19:15:59.7694854Z [00:02:03.569]➜  		"metadatas/fc/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ChangeResourceGroup.json",
2025-08-20T19:15:59.7695668Z [00:02:03.569]➜  		"metadatas/fc/CreateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateAlias.json",
2025-08-20T19:15:59.7696507Z [00:02:03.569]➜  		"metadatas/fc/CreateCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateCustomDomain.json",
2025-08-20T19:15:59.7697309Z [00:02:03.569]➜  		"metadatas/fc/CreateFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateFunction.json",
2025-08-20T19:15:59.7698163Z [00:02:03.569]➜  		"metadatas/fc/CreateLayerVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateLayerVersion.json",
2025-08-20T19:15:59.7699088Z [00:02:03.569]➜  		"metadatas/fc/CreateTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateTrigger.json",
2025-08-20T19:15:59.7700132Z [00:02:03.569]➜  		"metadatas/fc/CreateVpcBinding.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateVpcBinding.json",
2025-08-20T19:15:59.7700954Z [00:02:03.569]➜  		"metadatas/fc/DeleteAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteAlias.json",
2025-08-20T19:15:59.7701906Z [00:02:03.569]➜  		"metadatas/fc/DeleteAsyncInvokeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteAsyncInvokeConfig.json",
2025-08-20T19:15:59.7703079Z [00:02:03.569]➜  		"metadatas/fc/DeleteConcurrencyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteConcurrencyConfig.json",
2025-08-20T19:15:59.7703998Z [00:02:03.569]➜  		"metadatas/fc/DeleteCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteCustomDomain.json",
2025-08-20T19:15:59.7704858Z [00:02:03.569]➜  		"metadatas/fc/DeleteFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteFunction.json",
2025-08-20T19:15:59.7705837Z [00:02:03.569]➜  		"metadatas/fc/DeleteFunctionVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteFunctionVersion.json",
2025-08-20T19:15:59.7706736Z [00:02:03.569]➜  		"metadatas/fc/DeleteLayerVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteLayerVersion.json",
2025-08-20T19:15:59.7707692Z [00:02:03.569]➜  		"metadatas/fc/DeleteProvisionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteProvisionConfig.json",
2025-08-20T19:15:59.7708509Z [00:02:03.569]➜  		"metadatas/fc/DeleteTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteTrigger.json",
2025-08-20T19:15:59.7709388Z [00:02:03.569]➜  		"metadatas/fc/DeleteVpcBinding.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteVpcBinding.json",
2025-08-20T19:15:59.7710307Z [00:02:03.569]➜  		"metadatas/fc/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DescribeRegions.json",
2025-08-20T19:15:59.7711411Z [00:02:03.569]➜  		"metadatas/fc/DisableFunctionInvocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DisableFunctionInvocation.json",
2025-08-20T19:15:59.7712763Z [00:02:03.569]➜  		"metadatas/fc/EnableFunctionInvocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/EnableFunctionInvocation.json",
2025-08-20T19:15:59.7713594Z [00:02:03.569]➜  		"metadatas/fc/GetAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetAlias.json",
2025-08-20T19:15:59.7714590Z [00:02:03.569]➜  		"metadatas/fc/GetAsyncInvokeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetAsyncInvokeConfig.json",
2025-08-20T19:15:59.7715341Z [00:02:03.569]➜  		"metadatas/fc/GetAsyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetAsyncTask.json",
2025-08-20T19:15:59.7716425Z [00:02:03.569]➜  		"metadatas/fc/GetConcurrencyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetConcurrencyConfig.json",
2025-08-20T19:15:59.7717281Z [00:02:03.569]➜  		"metadatas/fc/GetCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetCustomDomain.json",
2025-08-20T19:15:59.7718076Z [00:02:03.569]➜  		"metadatas/fc/GetFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetFunction.json",
2025-08-20T19:15:59.7718969Z [00:02:03.569]➜  		"metadatas/fc/GetFunctionCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetFunctionCode.json",
2025-08-20T19:15:59.7719846Z [00:02:03.569]➜  		"metadatas/fc/GetLayerVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetLayerVersion.json",
2025-08-20T19:15:59.7720825Z [00:02:03.569]➜  		"metadatas/fc/GetLayerVersionByArn.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetLayerVersionByArn.json",
2025-08-20T19:15:59.7721995Z [00:02:03.569]➜  		"metadatas/fc/GetProvisionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetProvisionConfig.json",
2025-08-20T19:15:59.7722980Z [00:02:03.569]➜  		"metadatas/fc/GetTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetTrigger.json",
2025-08-20T19:15:59.7723850Z [00:02:03.569]➜  		"metadatas/fc/InvokeFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/InvokeFunction.json",
2025-08-20T19:15:59.7724661Z [00:02:03.569]➜  		"metadatas/fc/ListAliases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListAliases.json",
2025-08-20T19:15:59.7725497Z [00:02:03.569]➜  		"metadatas/fc/ListAsyncInvokeConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListAsyncInvokeConfigs.json",
2025-08-20T19:15:59.7726288Z [00:02:03.569]➜  		"metadatas/fc/ListAsyncTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListAsyncTasks.json",
2025-08-20T19:15:59.7727365Z [00:02:03.569]➜  		"metadatas/fc/ListConcurrencyConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListConcurrencyConfigs.json",
2025-08-20T19:15:59.7728346Z [00:02:03.569]➜  		"metadatas/fc/ListCustomDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListCustomDomains.json",
2025-08-20T19:15:59.7729322Z [00:02:03.569]➜  		"metadatas/fc/ListFunctionVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListFunctionVersions.json",
2025-08-20T19:15:59.7730134Z [00:02:03.569]➜  		"metadatas/fc/ListFunctions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListFunctions.json",
2025-08-20T19:15:59.7730968Z [00:02:03.569]➜  		"metadatas/fc/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListInstances.json",
2025-08-20T19:15:59.7731888Z [00:02:03.569]➜  		"metadatas/fc/ListLayerVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListLayerVersions.json",
2025-08-20T19:15:59.7732800Z [00:02:03.569]➜  		"metadatas/fc/ListLayers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListLayers.json",
2025-08-20T19:15:59.7733969Z [00:02:03.569]➜  		"metadatas/fc/ListProvisionConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListProvisionConfigs.json",
2025-08-20T19:15:59.7734866Z [00:02:03.569]➜  		"metadatas/fc/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListTagResources.json",
2025-08-20T19:15:59.7735722Z [00:02:03.569]➜  		"metadatas/fc/ListTriggers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListTriggers.json",
2025-08-20T19:15:59.7736601Z [00:02:03.569]➜  		"metadatas/fc/ListVpcBindings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListVpcBindings.json",
2025-08-20T19:15:59.7737654Z [00:02:03.569]➜  		"metadatas/fc/PublishFunctionVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PublishFunctionVersion.json",
2025-08-20T19:15:59.7738784Z [00:02:03.569]➜  		"metadatas/fc/PutAsyncInvokeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PutAsyncInvokeConfig.json",
2025-08-20T19:15:59.7739768Z [00:02:03.569]➜  		"metadatas/fc/PutConcurrencyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PutConcurrencyConfig.json",
2025-08-20T19:15:59.7740594Z [00:02:03.571]➜  		"metadatas/fc/PutLayerACL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PutLayerACL.json",
2025-08-20T19:15:59.7741556Z [00:02:03.571]➜  		"metadatas/fc/PutProvisionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PutProvisionConfig.json",
2025-08-20T19:15:59.7742589Z [00:02:03.571]➜  		"metadatas/fc/StopAsyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/StopAsyncTask.json",
2025-08-20T19:15:59.7743519Z [00:02:03.571]➜  		"metadatas/fc/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/TagResources.json",
2025-08-20T19:15:59.7744605Z [00:02:03.571]➜  		"metadatas/fc/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UntagResources.json",
2025-08-20T19:15:59.7745499Z [00:02:03.571]➜  		"metadatas/fc/UpdateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UpdateAlias.json",
2025-08-20T19:15:59.7746458Z [00:02:03.571]➜  		"metadatas/fc/UpdateCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UpdateCustomDomain.json",
2025-08-20T19:15:59.7747317Z [00:02:03.571]➜  		"metadatas/fc/UpdateFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UpdateFunction.json",
2025-08-20T19:15:59.7748209Z [00:02:03.571]➜  		"metadatas/fc/UpdateTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UpdateTrigger.json",
2025-08-20T19:15:59.7749065Z [00:02:03.571]➜  		"metadatas/fnf/CreateFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/CreateFlow.json",
2025-08-20T19:15:59.7750007Z [00:02:03.571]➜  		"metadatas/fnf/CreateSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/CreateSchedule.json",
2025-08-20T19:15:59.7750881Z [00:02:03.571]➜  		"metadatas/fnf/DeleteFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DeleteFlow.json",
2025-08-20T19:15:59.7751805Z [00:02:03.571]➜  		"metadatas/fnf/DeleteSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DeleteSchedule.json",
2025-08-20T19:15:59.7752925Z [00:02:03.571]➜  		"metadatas/fnf/DescribeExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DescribeExecution.json",
2025-08-20T19:15:59.7753831Z [00:02:03.571]➜  		"metadatas/fnf/DescribeFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DescribeFlow.json",
2025-08-20T19:15:59.7754773Z [00:02:03.571]➜  		"metadatas/fnf/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DescribeRegions.json",
2025-08-20T19:15:59.7755756Z [00:02:03.571]➜  		"metadatas/fnf/DescribeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DescribeSchedule.json",
2025-08-20T19:15:59.7756956Z [00:02:03.571]➜  		"metadatas/fnf/GetExecutionHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/GetExecutionHistory.json",
2025-08-20T19:15:59.7757881Z [00:02:03.571]➜  		"metadatas/fnf/ListExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ListExecutions.json",
2025-08-20T19:15:59.7758682Z [00:02:03.571]➜  		"metadatas/fnf/ListFlows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ListFlows.json",
2025-08-20T19:15:59.7759563Z [00:02:03.571]➜  		"metadatas/fnf/ListSchedules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ListSchedules.json",
2025-08-20T19:15:59.7760486Z [00:02:03.571]➜  		"metadatas/fnf/ReportTaskFailed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ReportTaskFailed.json",
2025-08-20T19:15:59.7761611Z [00:02:03.571]➜  		"metadatas/fnf/ReportTaskSucceeded.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ReportTaskSucceeded.json",
2025-08-20T19:15:59.7762688Z [00:02:03.571]➜  		"metadatas/fnf/StartExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/StartExecution.json",
2025-08-20T19:15:59.7763714Z [00:02:03.571]➜  		"metadatas/fnf/StartSyncExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/StartSyncExecution.json",
2025-08-20T19:15:59.7764606Z [00:02:03.571]➜  		"metadatas/fnf/StopExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/StopExecution.json",
2025-08-20T19:15:59.7765404Z [00:02:03.571]➜  		"metadatas/fnf/UpdateFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/UpdateFlow.json",
2025-08-20T19:15:59.7766451Z [00:02:03.571]➜  		"metadatas/fnf/UpdateSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/UpdateSchedule.json",
2025-08-20T19:15:59.7767697Z [00:02:03.571]➜  		"metadatas/foasconsole/ConvertHybridInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ConvertHybridInstance.json",
2025-08-20T19:15:59.7768744Z [00:02:03.571]➜  		"metadatas/foasconsole/ConvertInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ConvertInstance.json",
2025-08-20T19:15:59.7769897Z [00:02:03.571]➜  		"metadatas/foasconsole/ConvertPrepayInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ConvertPrepayInstance.json",
2025-08-20T19:15:59.7770966Z [00:02:03.571]➜  		"metadatas/foasconsole/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/CreateInstance.json",
2025-08-20T19:15:59.7771961Z [00:02:03.571]➜  		"metadatas/foasconsole/CreateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/CreateNamespace.json",
2025-08-20T19:15:59.7773133Z [00:02:03.571]➜  		"metadatas/foasconsole/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DeleteInstance.json",
2025-08-20T19:15:59.7774098Z [00:02:03.571]➜  		"metadatas/foasconsole/DeleteNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DeleteNamespace.json",
2025-08-20T19:15:59.7775133Z [00:02:03.571]➜  		"metadatas/foasconsole/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DescribeInstances.json",
2025-08-20T19:15:59.7776211Z [00:02:03.571]➜  		"metadatas/foasconsole/DescribeNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DescribeNamespaces.json",
2025-08-20T19:15:59.7777395Z [00:02:03.571]➜  		"metadatas/foasconsole/DescribeSupportedRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DescribeSupportedRegions.json",
2025-08-20T19:15:59.7778537Z [00:02:03.571]➜  		"metadatas/foasconsole/DescribeSupportedZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DescribeSupportedZones.json",
2025-08-20T19:15:59.7779694Z [00:02:03.571]➜  		"metadatas/foasconsole/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ListTagResources.json",
2025-08-20T19:15:59.7780897Z [00:02:03.571]➜  		"metadatas/foasconsole/ModifyElasticResourceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyElasticResourceSpec.json",
2025-08-20T19:15:59.7782015Z [00:02:03.571]➜  		"metadatas/foasconsole/ModifyInstanceVswitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyInstanceVswitch.json",
2025-08-20T19:15:59.7783310Z [00:02:03.571]➜  		"metadatas/foasconsole/ModifyNamespaceSpecV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyNamespaceSpecV2.json",
2025-08-20T19:15:59.7784629Z [00:02:03.571]➜  		"metadatas/foasconsole/ModifyPrepayInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyPrepayInstanceSpec.json",
2025-08-20T19:15:59.7785879Z [00:02:03.571]➜  		"metadatas/foasconsole/ModifyPrepayNamespaceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyPrepayNamespaceSpec.json",
2025-08-20T19:15:59.7787075Z [00:02:03.571]➜  		"metadatas/foasconsole/QueryConvertInstancePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryConvertInstancePrice.json",
2025-08-20T19:15:59.7788394Z [00:02:03.571]➜  		"metadatas/foasconsole/QueryConvertPrepayInstancePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryConvertPrepayInstancePrice.json",
2025-08-20T19:15:59.7789575Z [00:02:03.571]➜  		"metadatas/foasconsole/QueryCreateInstancePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryCreateInstancePrice.json",
2025-08-20T19:15:59.7790884Z [00:02:03.571]➜  		"metadatas/foasconsole/QueryModifyInstancePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryModifyInstancePrice.json",
2025-08-20T19:15:59.7792162Z [00:02:03.571]➜  		"metadatas/foasconsole/QueryRenewInstancePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryRenewInstancePrice.json",
2025-08-20T19:15:59.7793312Z [00:02:03.571]➜  		"metadatas/foasconsole/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/RenewInstance.json",
2025-08-20T19:15:59.7794283Z [00:02:03.571]➜  		"metadatas/foasconsole/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/TagResources.json",
2025-08-20T19:15:59.7795278Z [00:02:03.571]➜  		"metadatas/foasconsole/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/UntagResources.json",
2025-08-20T19:15:59.7796134Z [00:02:03.571]➜  		"metadatas/ga/AddEntriesToAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AddEntriesToAcl.json",
2025-08-20T19:15:59.7797193Z [00:02:03.571]➜  		"metadatas/ga/AssociateAclsWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AssociateAclsWithListener.json",
2025-08-20T19:15:59.7798590Z [00:02:03.571]➜  		"metadatas/ga/AssociateAdditionalCertificatesWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:15:59.7799625Z [00:02:03.571]➜  		"metadatas/ga/AttachDdosToAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AttachDdosToAccelerator.json",
2025-08-20T19:15:59.7800763Z [00:02:03.571]➜  		"metadatas/ga/AttachLogStoreToEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AttachLogStoreToEndpointGroup.json",
2025-08-20T19:15:59.7801944Z [00:02:03.571]➜  		"metadatas/ga/BandwidthPackageAddAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/BandwidthPackageAddAccelerator.json",
2025-08-20T19:15:59.7803296Z [00:02:03.571]➜  		"metadatas/ga/BandwidthPackageRemoveAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/BandwidthPackageRemoveAccelerator.json",
2025-08-20T19:15:59.7804519Z [00:02:03.571]➜  		"metadatas/ga/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ChangeResourceGroup.json",
2025-08-20T19:15:59.7805474Z [00:02:03.571]➜  		"metadatas/ga/ConfigEndpointProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ConfigEndpointProbe.json",
2025-08-20T19:15:59.7806354Z [00:02:03.571]➜  		"metadatas/ga/CreateAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateAccelerator.json",
2025-08-20T19:15:59.7807085Z [00:02:03.571]➜  		"metadatas/ga/CreateAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateAcl.json",
2025-08-20T19:15:59.7808216Z [00:02:03.571]➜  		"metadatas/ga/CreateApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateApplicationMonitor.json",
2025-08-20T19:15:59.7809173Z [00:02:03.571]➜  		"metadatas/ga/CreateBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBandwidthPackage.json",
2025-08-20T19:15:59.7810215Z [00:02:03.571]➜  		"metadatas/ga/CreateBasicAccelerateIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicAccelerateIp.json",
2025-08-20T19:15:59.7811570Z [00:02:03.571]➜  		"metadatas/ga/CreateBasicAccelerateIpEndpointRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:59.7813005Z [00:02:03.571]➜  		"metadatas/ga/CreateBasicAccelerateIpEndpointRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicAccelerateIpEndpointRelations.json",
2025-08-20T19:15:59.7814107Z [00:02:03.571]➜  		"metadatas/ga/CreateBasicAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicAccelerator.json",
2025-08-20T19:15:59.7815249Z [00:02:03.571]➜  		"metadatas/ga/CreateBasicEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicEndpoint.json",
2025-08-20T19:15:59.7816562Z [00:02:03.571]➜  		"metadatas/ga/CreateBasicEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicEndpointGroup.json",
2025-08-20T19:15:59.7817768Z [00:02:03.571]➜  		"metadatas/ga/CreateBasicEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicEndpoints.json",
2025-08-20T19:15:59.7818737Z [00:02:03.571]➜  		"metadatas/ga/CreateBasicIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicIpSet.json",
2025-08-20T19:15:59.7820216Z [00:02:03.571]➜  		"metadatas/ga/CreateCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:59.7821496Z [00:02:03.571]➜  		"metadatas/ga/CreateCustomRoutingEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateCustomRoutingEndpointGroups.json",
2025-08-20T19:15:59.7823251Z [00:02:03.571]➜  		"metadatas/ga/CreateCustomRoutingEndpointTrafficPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:59.7824395Z [00:02:03.571]➜  		"metadatas/ga/CreateCustomRoutingEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateCustomRoutingEndpoints.json",
2025-08-20T19:15:59.7825228Z [00:02:03.571]➜  		"metadatas/ga/CreateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateDomain.json",
2025-08-20T19:15:59.7826190Z [00:02:03.571]➜  		"metadatas/ga/CreateEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateEndpointGroup.json",
2025-08-20T19:15:59.7827280Z [00:02:03.571]➜  		"metadatas/ga/CreateEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateEndpointGroups.json",
2025-08-20T19:15:59.7828327Z [00:02:03.571]➜  		"metadatas/ga/CreateForwardingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateForwardingRules.json",
2025-08-20T19:15:59.7829175Z [00:02:03.571]➜  		"metadatas/ga/CreateIpSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateIpSets.json",
2025-08-20T19:15:59.7830096Z [00:02:03.571]➜  		"metadatas/ga/CreateListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateListener.json",
2025-08-20T19:15:59.7830970Z [00:02:03.571]➜  		"metadatas/ga/CreateSpareIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateSpareIps.json",
2025-08-20T19:15:59.7831901Z [00:02:03.571]➜  		"metadatas/ga/DeleteAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteAccelerator.json",
2025-08-20T19:15:59.7833007Z [00:02:03.571]➜  		"metadatas/ga/DeleteAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteAcl.json",
2025-08-20T19:15:59.7834075Z [00:02:03.571]➜  		"metadatas/ga/DeleteApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteApplicationMonitor.json",
2025-08-20T19:15:59.7835100Z [00:02:03.571]➜  		"metadatas/ga/DeleteBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBandwidthPackage.json",
2025-08-20T19:15:59.7836118Z [00:02:03.571]➜  		"metadatas/ga/DeleteBasicAccelerateIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicAccelerateIp.json",
2025-08-20T19:15:59.7837469Z [00:02:03.571]➜  		"metadatas/ga/DeleteBasicAccelerateIpEndpointRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:59.7838466Z [00:02:03.571]➜  		"metadatas/ga/DeleteBasicAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicAccelerator.json",
2025-08-20T19:15:59.7839538Z [00:02:03.571]➜  		"metadatas/ga/DeleteBasicEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicEndpoint.json",
2025-08-20T19:15:59.7840637Z [00:02:03.571]➜  		"metadatas/ga/DeleteBasicEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicEndpointGroup.json",
2025-08-20T19:15:59.7841590Z [00:02:03.571]➜  		"metadatas/ga/DeleteBasicIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicIpSet.json",
2025-08-20T19:15:59.7844597Z [00:02:03.571]➜  		"metadatas/ga/DeleteCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:59.7845871Z [00:02:03.571]➜  		"metadatas/ga/DeleteCustomRoutingEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteCustomRoutingEndpointGroups.json",
2025-08-20T19:15:59.7847342Z [00:02:03.571]➜  		"metadatas/ga/DeleteCustomRoutingEndpointTrafficPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:59.7848694Z [00:02:03.571]➜  		"metadatas/ga/DeleteCustomRoutingEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteCustomRoutingEndpoints.json",
2025-08-20T19:15:59.7849939Z [00:02:03.571]➜  		"metadatas/ga/DeleteDomainAcceleratorRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteDomainAcceleratorRelation.json",
2025-08-20T19:15:59.7850931Z [00:02:03.571]➜  		"metadatas/ga/DeleteEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteEndpointGroup.json",
2025-08-20T19:15:59.7851928Z [00:02:03.571]➜  		"metadatas/ga/DeleteEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteEndpointGroups.json",
2025-08-20T19:15:59.7853251Z [00:02:03.571]➜  		"metadatas/ga/DeleteForwardingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteForwardingRules.json",
2025-08-20T19:15:59.7854151Z [00:02:03.571]➜  		"metadatas/ga/DeleteIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteIpSet.json",
2025-08-20T19:15:59.7855000Z [00:02:03.571]➜  		"metadatas/ga/DeleteIpSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteIpSets.json",
2025-08-20T19:15:59.7855894Z [00:02:03.571]➜  		"metadatas/ga/DeleteListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteListener.json",
2025-08-20T19:15:59.7856776Z [00:02:03.571]➜  		"metadatas/ga/DeleteSpareIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteSpareIps.json",
2025-08-20T19:15:59.7857741Z [00:02:03.571]➜  		"metadatas/ga/DescribeAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeAccelerator.json",
2025-08-20T19:15:59.7859164Z [00:02:03.571]➜  		"metadatas/ga/DescribeAcceleratorAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeAcceleratorAutoRenewAttribute.json",
2025-08-20T19:15:59.7860445Z [00:02:03.571]➜  		"metadatas/ga/DescribeAcceleratorServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeAcceleratorServiceStatus.json",
2025-08-20T19:15:59.7861564Z [00:02:03.571]➜  		"metadatas/ga/DescribeApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeApplicationMonitor.json",
2025-08-20T19:15:59.7862772Z [00:02:03.571]➜  		"metadatas/ga/DescribeBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeBandwidthPackage.json",
2025-08-20T19:15:59.7864253Z [00:02:03.571]➜  		"metadatas/ga/DescribeBandwidthPackageAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeBandwidthPackageAutoRenewAttribute.json",
2025-08-20T19:15:59.7865179Z [00:02:03.571]➜  		"metadatas/ga/DescribeCommodity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCommodity.json",
2025-08-20T19:15:59.7866325Z [00:02:03.571]➜  		"metadatas/ga/DescribeCommodityPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCommodityPrice.json",
2025-08-20T19:15:59.7867771Z [00:02:03.571]➜  		"metadatas/ga/DescribeCustomRoutingEndPointTrafficPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCustomRoutingEndPointTrafficPolicy.json",
2025-08-20T19:15:59.7868950Z [00:02:03.571]➜  		"metadatas/ga/DescribeCustomRoutingEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCustomRoutingEndpoint.json",
2025-08-20T19:15:59.7870159Z [00:02:03.571]➜  		"metadatas/ga/DescribeCustomRoutingEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCustomRoutingEndpointGroup.json",
2025-08-20T19:15:59.7871664Z [00:02:03.571]➜  		"metadatas/ga/DescribeCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:59.7873019Z [00:02:03.571]➜  		"metadatas/ga/DescribeEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeEndpointGroup.json",
2025-08-20T19:15:59.7873924Z [00:02:03.571]➜  		"metadatas/ga/DescribeIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeIpSet.json",
2025-08-20T19:15:59.7874830Z [00:02:03.571]➜  		"metadatas/ga/DescribeListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeListener.json",
2025-08-20T19:15:59.7876034Z [00:02:03.571]➜  		"metadatas/ga/DescribeLogStoreOfEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeLogStoreOfEndpointGroup.json",
2025-08-20T19:15:59.7876937Z [00:02:03.571]➜  		"metadatas/ga/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeRegions.json",
2025-08-20T19:15:59.7878185Z [00:02:03.571]➜  		"metadatas/ga/DetachDdosFromAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DetachDdosFromAccelerator.json",
2025-08-20T19:15:59.7879397Z [00:02:03.571]➜  		"metadatas/ga/DetachLogStoreFromEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DetachLogStoreFromEndpointGroup.json",
2025-08-20T19:15:59.7880451Z [00:02:03.571]➜  		"metadatas/ga/DetectApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DetectApplicationMonitor.json",
2025-08-20T19:15:59.7881534Z [00:02:03.571]➜  		"metadatas/ga/DisableApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DisableApplicationMonitor.json",
2025-08-20T19:15:59.7882892Z [00:02:03.571]➜  		"metadatas/ga/DissociateAclsFromListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DissociateAclsFromListener.json",
2025-08-20T19:15:59.7884391Z [00:02:03.571]➜  		"metadatas/ga/DissociateAdditionalCertificatesFromListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DissociateAdditionalCertificatesFromListener.json",
2025-08-20T19:15:59.7885451Z [00:02:03.571]➜  		"metadatas/ga/EnableApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/EnableApplicationMonitor.json",
2025-08-20T19:15:59.7886187Z [00:02:03.571]➜  		"metadatas/ga/GetAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetAcl.json",
2025-08-20T19:15:59.7887140Z [00:02:03.571]➜  		"metadatas/ga/GetBasicAccelerateIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicAccelerateIp.json",
2025-08-20T19:15:59.7888450Z [00:02:03.571]➜  		"metadatas/ga/GetBasicAccelerateIpEndpointRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:15:59.7889604Z [00:02:03.571]➜  		"metadatas/ga/GetBasicAccelerateIpIdleCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicAccelerateIpIdleCount.json",
2025-08-20T19:15:59.7890709Z [00:02:03.571]➜  		"metadatas/ga/GetBasicAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicAccelerator.json",
2025-08-20T19:15:59.7891646Z [00:02:03.571]➜  		"metadatas/ga/GetBasicEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicEndpoint.json",
2025-08-20T19:15:59.7892868Z [00:02:03.571]➜  		"metadatas/ga/GetBasicEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicEndpointGroup.json",
2025-08-20T19:15:59.7893759Z [00:02:03.571]➜  		"metadatas/ga/GetBasicIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicIpSet.json",
2025-08-20T19:15:59.7894662Z [00:02:03.571]➜  		"metadatas/ga/GetHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetHealthStatus.json",
2025-08-20T19:15:59.7895699Z [00:02:03.571]➜  		"metadatas/ga/GetInvalidDomainCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetInvalidDomainCount.json",
2025-08-20T19:15:59.7896880Z [00:02:03.571]➜  		"metadatas/ga/GetIpsetsBandwidthLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetIpsetsBandwidthLimit.json",
2025-08-20T19:15:59.7897699Z [00:02:03.571]➜  		"metadatas/ga/GetSpareIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetSpareIp.json",
2025-08-20T19:15:59.7898653Z [00:02:03.571]➜  		"metadatas/ga/ListAccelerateAreas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAccelerateAreas.json",
2025-08-20T19:15:59.7899557Z [00:02:03.571]➜  		"metadatas/ga/ListAccelerators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAccelerators.json",
2025-08-20T19:15:59.7900328Z [00:02:03.571]➜  		"metadatas/ga/ListAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAcls.json",
2025-08-20T19:15:59.7901473Z [00:02:03.571]➜  		"metadatas/ga/ListApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListApplicationMonitor.json",
2025-08-20T19:15:59.7902916Z [00:02:03.571]➜  		"metadatas/ga/ListApplicationMonitorDetectResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListApplicationMonitorDetectResult.json",
2025-08-20T19:15:59.7904065Z [00:02:03.571]➜  		"metadatas/ga/ListAvailableAccelerateAreas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAvailableAccelerateAreas.json",
2025-08-20T19:15:59.7905118Z [00:02:03.571]➜  		"metadatas/ga/ListAvailableBusiRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAvailableBusiRegions.json",
2025-08-20T19:15:59.7906104Z [00:02:03.571]➜  		"metadatas/ga/ListBandwidthPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBandwidthPackages.json",
2025-08-20T19:15:59.7907267Z [00:02:03.571]➜  		"metadatas/ga/ListBandwidthackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBandwidthackages.json",
2025-08-20T19:15:59.7908588Z [00:02:03.571]➜  		"metadatas/ga/ListBasicAccelerateIpEndpointRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBasicAccelerateIpEndpointRelations.json",
2025-08-20T19:15:59.7909696Z [00:02:03.571]➜  		"metadatas/ga/ListBasicAccelerateIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBasicAccelerateIps.json",
2025-08-20T19:15:59.7910730Z [00:02:03.571]➜  		"metadatas/ga/ListBasicAccelerators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBasicAccelerators.json",
2025-08-20T19:15:59.7911655Z [00:02:03.571]➜  		"metadatas/ga/ListBasicEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBasicEndpoints.json",
2025-08-20T19:15:59.7912753Z [00:02:03.571]➜  		"metadatas/ga/ListBusiRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBusiRegions.json",
2025-08-20T19:15:59.7913841Z [00:02:03.571]➜  		"metadatas/ga/ListCommonAreas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCommonAreas.json",
2025-08-20T19:15:59.7915323Z [00:02:03.571]➜  		"metadatas/ga/ListCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:59.7916548Z [00:02:03.571]➜  		"metadatas/ga/ListCustomRoutingEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingEndpointGroups.json",
2025-08-20T19:15:59.7917923Z [00:02:03.571]➜  		"metadatas/ga/ListCustomRoutingEndpointTrafficPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:59.7919099Z [00:02:03.571]➜  		"metadatas/ga/ListCustomRoutingEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingEndpoints.json",
2025-08-20T19:15:59.7920307Z [00:02:03.571]➜  		"metadatas/ga/ListCustomRoutingPortMappings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingPortMappings.json",
2025-08-20T19:15:59.7922120Z [00:02:03.571]➜  		"metadatas/ga/ListCustomRoutingPortMappingsByDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingPortMappingsByDestination.json",
2025-08-20T19:15:59.7923155Z [00:02:03.571]➜  		"metadatas/ga/ListDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListDomains.json",
2025-08-20T19:15:59.7924495Z [00:02:03.571]➜  		"metadatas/ga/ListEndpointGroupIpAddressCidrBlocks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListEndpointGroupIpAddressCidrBlocks.json",
2025-08-20T19:15:59.7925418Z [00:02:03.571]➜  		"metadatas/ga/ListEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListEndpointGroups.json",
2025-08-20T19:15:59.7926544Z [00:02:03.571]➜  		"metadatas/ga/ListForwardingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListForwardingRules.json",
2025-08-20T19:15:59.7927317Z [00:02:03.571]➜  		"metadatas/ga/ListIpSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListIpSets.json",
2025-08-20T19:15:59.7928092Z [00:02:03.571]➜  		"metadatas/ga/ListIspTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListIspTypes.json",
2025-08-20T19:15:59.7929136Z [00:02:03.571]➜  		"metadatas/ga/ListListenerCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListListenerCertificates.json",
2025-08-20T19:15:59.7929951Z [00:02:03.571]➜  		"metadatas/ga/ListListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListListeners.json",
2025-08-20T19:15:59.7930774Z [00:02:03.571]➜  		"metadatas/ga/ListSpareIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListSpareIps.json",
2025-08-20T19:15:59.7932001Z [00:02:03.571]➜  		"metadatas/ga/ListSystemSecurityPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListSystemSecurityPolicies.json",
2025-08-20T19:15:59.7933090Z [00:02:03.571]➜  		"metadatas/ga/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListTagResources.json",
2025-08-20T19:15:59.7934080Z [00:02:03.571]➜  		"metadatas/ga/OpenAcceleratorService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/OpenAcceleratorService.json",
2025-08-20T19:15:59.7935217Z [00:02:03.571]➜  		"metadatas/ga/QueryCrossBorderApprovalStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/QueryCrossBorderApprovalStatus.json",
2025-08-20T19:15:59.7936198Z [00:02:03.571]➜  		"metadatas/ga/RemoveEntriesFromAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/RemoveEntriesFromAcl.json",
2025-08-20T19:15:59.7937247Z [00:02:03.571]➜  		"metadatas/ga/ReplaceBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ReplaceBandwidthPackage.json",
2025-08-20T19:15:59.7938230Z [00:02:03.571]➜  		"metadatas/ga/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/TagResources.json",
2025-08-20T19:15:59.7939149Z [00:02:03.571]➜  		"metadatas/ga/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UntagResources.json",
2025-08-20T19:15:59.7940087Z [00:02:03.571]➜  		"metadatas/ga/UpdateAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAccelerator.json",
2025-08-20T19:15:59.7941332Z [00:02:03.571]➜  		"metadatas/ga/UpdateAcceleratorAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAcceleratorAutoRenewAttribute.json",
2025-08-20T19:15:59.7942628Z [00:02:03.571]➜  		"metadatas/ga/UpdateAcceleratorConfirm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAcceleratorConfirm.json",
2025-08-20T19:15:59.7943871Z [00:02:03.571]➜  		"metadatas/ga/UpdateAcceleratorCrossBorderMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAcceleratorCrossBorderMode.json",
2025-08-20T19:15:59.7945235Z [00:02:03.571]➜  		"metadatas/ga/UpdateAcceleratorCrossBorderStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAcceleratorCrossBorderStatus.json",
2025-08-20T19:15:59.7946219Z [00:02:03.571]➜  		"metadatas/ga/UpdateAclAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAclAttribute.json",
2025-08-20T19:15:59.7947594Z [00:02:03.571]➜  		"metadatas/ga/UpdateAdditionalCertificateWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAdditionalCertificateWithListener.json",
2025-08-20T19:15:59.7948702Z [00:02:03.571]➜  		"metadatas/ga/UpdateApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateApplicationMonitor.json",
2025-08-20T19:15:59.7950633Z [00:02:03.571]➜  		"metadatas/ga/UpdateBandwidthPackagaAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBandwidthPackagaAutoRenewAttribute.json",
2025-08-20T19:15:59.7951978Z [00:02:03.571]➜  		"metadatas/ga/UpdateBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBandwidthPackage.json",
2025-08-20T19:15:59.7953332Z [00:02:03.571]➜  		"metadatas/ga/UpdateBasicAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBasicAccelerator.json",
2025-08-20T19:15:59.7954373Z [00:02:03.571]➜  		"metadatas/ga/UpdateBasicEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBasicEndpoint.json",
2025-08-20T19:15:59.7955465Z [00:02:03.571]➜  		"metadatas/ga/UpdateBasicEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBasicEndpointGroup.json",
2025-08-20T19:15:59.7956703Z [00:02:03.571]➜  		"metadatas/ga/UpdateBasicIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBasicIpSet.json",
2025-08-20T19:15:59.7958455Z [00:02:03.571]➜  		"metadatas/ga/UpdateCustomRoutingEndpointGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateCustomRoutingEndpointGroupAttribute.json",
2025-08-20T19:15:59.7960019Z [00:02:03.571]➜  		"metadatas/ga/UpdateCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:15:59.7961512Z [00:02:03.571]➜  		"metadatas/ga/UpdateCustomRoutingEndpointTrafficPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:15:59.7962829Z [00:02:03.571]➜  		"metadatas/ga/UpdateCustomRoutingEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateCustomRoutingEndpoints.json",
2025-08-20T19:15:59.7963657Z [00:02:03.571]➜  		"metadatas/ga/UpdateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateDomain.json",
2025-08-20T19:15:59.7964836Z [00:02:03.571]➜  		"metadatas/ga/UpdateDomainState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateDomainState.json",
2025-08-20T19:15:59.7965918Z [00:02:03.571]➜  		"metadatas/ga/UpdateEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateEndpointGroup.json",
2025-08-20T19:15:59.7967171Z [00:02:03.571]➜  		"metadatas/ga/UpdateEndpointGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateEndpointGroupAttribute.json",
2025-08-20T19:15:59.7968225Z [00:02:03.571]➜  		"metadatas/ga/UpdateEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateEndpointGroups.json",
2025-08-20T19:15:59.7969306Z [00:02:03.571]➜  		"metadatas/ga/UpdateForwardingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateForwardingRules.json",
2025-08-20T19:15:59.7970374Z [00:02:03.571]➜  		"metadatas/ga/UpdateIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateIpSet.json",
2025-08-20T19:15:59.7971648Z [00:02:03.571]➜  		"metadatas/ga/UpdateIpSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateIpSets.json",
2025-08-20T19:15:59.7972720Z [00:02:03.571]➜  		"metadatas/ga/UpdateListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateListener.json",
2025-08-20T19:15:59.7973861Z [00:02:03.571]➜  		"metadatas/ga/UpdateServiceManagedControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateServiceManagedControl.json",
2025-08-20T19:15:59.7974980Z [00:02:03.571]➜  		"metadatas/goodstech/ClassifyCommodity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/goodstech/ClassifyCommodity.json",
2025-08-20T19:15:59.7976360Z [00:02:03.571]➜  		"metadatas/gpdb/AllocateInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/AllocateInstancePublicConnection.json",
2025-08-20T19:15:59.7977781Z [00:02:03.571]➜  		"metadatas/gpdb/BindDBResourceGroupWithRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/BindDBResourceGroupWithRole.json",
2025-08-20T19:15:59.7978884Z [00:02:03.571]➜  		"metadatas/gpdb/CancelCreateIndexJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CancelCreateIndexJob.json",
2025-08-20T19:15:59.7980026Z [00:02:03.571]➜  		"metadatas/gpdb/CancelUploadDocumentJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CancelUploadDocumentJob.json",
2025-08-20T19:15:59.7981305Z [00:02:03.571]➜  		"metadatas/gpdb/CancelUpsertCollectionDataJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CancelUpsertCollectionDataJob.json",
2025-08-20T19:15:59.7982534Z [00:02:03.571]➜  		"metadatas/gpdb/CheckHadoopDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CheckHadoopDataSource.json",
2025-08-20T19:15:59.7983845Z [00:02:03.571]➜  		"metadatas/gpdb/CheckHadoopNetConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CheckHadoopNetConnection.json",
2025-08-20T19:15:59.7985130Z [00:02:03.571]➜  		"metadatas/gpdb/CheckJDBCSourceNetConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CheckJDBCSourceNetConnection.json",
2025-08-20T19:15:59.7986796Z [00:02:03.571]➜  		"metadatas/gpdb/CheckServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CheckServiceLinkedRole.json",
2025-08-20T19:15:59.7987794Z [00:02:03.571]➜  		"metadatas/gpdb/CloneDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CloneDBInstance.json",
2025-08-20T19:15:59.7988752Z [00:02:03.571]➜  		"metadatas/gpdb/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateAccount.json",
2025-08-20T19:15:59.7989672Z [00:02:03.571]➜  		"metadatas/gpdb/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateBackup.json",
2025-08-20T19:15:59.7991088Z [00:02:03.571]➜  		"metadatas/gpdb/CreateCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateCollection.json",
2025-08-20T19:15:59.7992105Z [00:02:03.571]➜  		"metadatas/gpdb/CreateDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateDBInstance.json",
2025-08-20T19:15:59.7993348Z [00:02:03.571]➜  		"metadatas/gpdb/CreateDBInstancePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateDBInstancePlan.json",
2025-08-20T19:15:59.7994467Z [00:02:03.571]➜  		"metadatas/gpdb/CreateDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateDBResourceGroup.json",
2025-08-20T19:15:59.7995628Z [00:02:03.571]➜  		"metadatas/gpdb/CreateDocumentCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateDocumentCollection.json",
2025-08-20T19:15:59.7996642Z [00:02:03.571]➜  		"metadatas/gpdb/CreateExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateExtensions.json",
2025-08-20T19:15:59.7998160Z [00:02:03.571]➜  		"metadatas/gpdb/CreateExternalDataService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateExternalDataService.json",
2025-08-20T19:15:59.7999493Z [00:02:03.571]➜  		"metadatas/gpdb/CreateHadoopDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateHadoopDataSource.json",
2025-08-20T19:15:59.8000400Z [00:02:03.571]➜  		"metadatas/gpdb/CreateIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateIndex.json",
2025-08-20T19:15:59.8001458Z [00:02:03.572]➜  		"metadatas/gpdb/CreateJDBCDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateJDBCDataSource.json",
2025-08-20T19:15:59.8002602Z [00:02:03.572]➜  		"metadatas/gpdb/CreateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateNamespace.json",
2025-08-20T19:15:59.8004296Z [00:02:03.572]➜  		"metadatas/gpdb/CreateRemoteADBDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateRemoteADBDataSource.json",
2025-08-20T19:15:59.8005346Z [00:02:03.572]➜  		"metadatas/gpdb/CreateSampleData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateSampleData.json",
2025-08-20T19:15:59.8006314Z [00:02:03.572]➜  		"metadatas/gpdb/CreateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateSecret.json",
2025-08-20T19:15:59.8007462Z [00:02:03.572]➜  		"metadatas/gpdb/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateServiceLinkedRole.json",
2025-08-20T19:15:59.8008662Z [00:02:03.572]➜  		"metadatas/gpdb/CreateStreamingDataService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateStreamingDataService.json",
2025-08-20T19:15:59.8010011Z [00:02:03.572]➜  		"metadatas/gpdb/CreateStreamingDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateStreamingDataSource.json",
2025-08-20T19:15:59.8011110Z [00:02:03.572]➜  		"metadatas/gpdb/CreateStreamingJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateStreamingJob.json",
2025-08-20T19:15:59.8012188Z [00:02:03.572]➜  		"metadatas/gpdb/CreateSupabaseProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateSupabaseProject.json",
2025-08-20T19:15:59.8013401Z [00:02:03.572]➜  		"metadatas/gpdb/CreateVectorIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateVectorIndex.json",
2025-08-20T19:15:59.8014339Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteAccount.json",
2025-08-20T19:15:59.8015256Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteBackup.json",
2025-08-20T19:15:59.8016266Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteCollection.json",
2025-08-20T19:15:59.8017420Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteCollectionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteCollectionData.json",
2025-08-20T19:15:59.8018391Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDBInstance.json",
2025-08-20T19:15:59.8019458Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteDBInstancePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDBInstancePlan.json",
2025-08-20T19:15:59.8020555Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDBResourceGroup.json",
2025-08-20T19:15:59.8021503Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteDocument.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDocument.json",
2025-08-20T19:15:59.8022846Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteDocumentCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDocumentCollection.json",
2025-08-20T19:15:59.8023953Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteExtension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteExtension.json",
2025-08-20T19:15:59.8025118Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteExternalDataService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteExternalDataService.json",
2025-08-20T19:15:59.8026199Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteHadoopDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteHadoopDataSource.json",
2025-08-20T19:15:59.8027104Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteIndex.json",
2025-08-20T19:15:59.8028338Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteJDBCDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteJDBCDataSource.json",
2025-08-20T19:15:59.8029287Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteNamespace.json",
2025-08-20T19:15:59.8030440Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteRemoteADBDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteRemoteADBDataSource.json",
2025-08-20T19:15:59.8031351Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteSecret.json",
2025-08-20T19:15:59.8032743Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteStreamingDataService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteStreamingDataService.json",
2025-08-20T19:15:59.8033941Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteStreamingDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteStreamingDataSource.json",
2025-08-20T19:15:59.8035177Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteStreamingJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteStreamingJob.json",
2025-08-20T19:15:59.8036265Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteSupabaseProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteSupabaseProject.json",
2025-08-20T19:15:59.8037259Z [00:02:03.572]➜  		"metadatas/gpdb/DeleteVectorIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteVectorIndex.json",
2025-08-20T19:15:59.8038259Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeAccounts.json",
2025-08-20T19:15:59.8039838Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeActiveSQLRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeActiveSQLRecords.json",
2025-08-20T19:15:59.8041068Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeAvailableResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeAvailableResources.json",
2025-08-20T19:15:59.8042121Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeBackupJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeBackupJob.json",
2025-08-20T19:15:59.8043344Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeBackupPolicy.json",
2025-08-20T19:15:59.8044293Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeCollection.json",
2025-08-20T19:15:59.8045169Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeCreateIndexJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeCreateIndexJob.json",
2025-08-20T19:15:59.8046188Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBClusterNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBClusterNode.json",
2025-08-20T19:15:59.8047326Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBClusterPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBClusterPerformance.json",
2025-08-20T19:15:59.8048600Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceAttribute.json",
2025-08-20T19:15:59.8049731Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBInstanceDataBloat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceDataBloat.json",
2025-08-20T19:15:59.8050815Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBInstanceDataSkew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceDataSkew.json",
2025-08-20T19:15:59.8052164Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBInstanceDiagnosisSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceDiagnosisSummary.json",
2025-08-20T19:15:59.8053641Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBInstanceErrorLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceErrorLog.json",
2025-08-20T19:15:59.8054800Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBInstanceIPArrayList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceIPArrayList.json",
2025-08-20T19:15:59.8055965Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBInstanceIndexUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceIndexUsage.json",
2025-08-20T19:15:59.8057073Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBInstanceNetInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceNetInfo.json",
2025-08-20T19:15:59.8058343Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBInstancePerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstancePerformance.json",
2025-08-20T19:15:59.8059648Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBInstancePlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstancePlans.json",
2025-08-20T19:15:59.8060898Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceSSL.json",
2025-08-20T19:15:59.8062358Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBInstanceSupportMaxPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceSupportMaxPerformance.json",
2025-08-20T19:15:59.8064981Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstances.json",
2025-08-20T19:15:59.8066127Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBResourceGroup.json",
2025-08-20T19:15:59.8067444Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBResourceManagementMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBResourceManagementMode.json",
2025-08-20T19:15:59.8068590Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDBVersionInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBVersionInfos.json",
2025-08-20T19:15:59.8069612Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDataBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDataBackups.json",
2025-08-20T19:15:59.8070797Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDataReDistributeInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDataReDistributeInfo.json",
2025-08-20T19:15:59.8071959Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDataShareInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDataShareInstances.json",
2025-08-20T19:15:59.8073385Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDataSharePerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDataSharePerformance.json",
2025-08-20T19:15:59.8074638Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDiagnosisDimensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDiagnosisDimensions.json",
2025-08-20T19:15:59.8076252Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDiagnosisMonitorPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDiagnosisMonitorPerformance.json",
2025-08-20T19:15:59.8077421Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDiagnosisRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDiagnosisRecords.json",
2025-08-20T19:15:59.8078546Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDiagnosisSQLInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDiagnosisSQLInfo.json",
2025-08-20T19:15:59.8079653Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDocument.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDocument.json",
2025-08-20T19:15:59.8080945Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDownloadRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDownloadRecords.json",
2025-08-20T19:15:59.8082104Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeDownloadSQLLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDownloadSQLLogs.json",
2025-08-20T19:15:59.8083465Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeExternalDataService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeExternalDataService.json",
2025-08-20T19:15:59.8084672Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeHadoopClustersInSameNet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeHadoopClustersInSameNet.json",
2025-08-20T19:15:59.8085656Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeHadoopConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeHadoopConfigs.json",
2025-08-20T19:15:59.8086844Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeHadoopDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeHadoopDataSource.json",
2025-08-20T19:15:59.8087942Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeHealthStatus.json",
2025-08-20T19:15:59.8088838Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeIMVInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeIMVInfos.json",
2025-08-20T19:15:59.8089727Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeIndex.json",
2025-08-20T19:15:59.8090723Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeJDBCDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeJDBCDataSource.json",
2025-08-20T19:15:59.8091697Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeLogBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeLogBackups.json",
2025-08-20T19:15:59.8093077Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeModifyParameterLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeModifyParameterLog.json",
2025-08-20T19:15:59.8094058Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeNamespace.json",
2025-08-20T19:15:59.8095021Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeParameters.json",
2025-08-20T19:15:59.8096003Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeRdsVSwitchs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeRdsVSwitchs.json",
2025-08-20T19:15:59.8096906Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeRdsVpcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeRdsVpcs.json",
2025-08-20T19:15:59.8097824Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeRegions.json",
2025-08-20T19:15:59.8098688Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeRoles.json",
2025-08-20T19:15:59.8099780Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeSQLLogCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSQLLogCount.json",
2025-08-20T19:15:59.8100670Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeSQLLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSQLLogs.json",
2025-08-20T19:15:59.8101588Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeSQLLogsV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSQLLogsV2.json",
2025-08-20T19:15:59.8102809Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeSampleData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSampleData.json",
2025-08-20T19:15:59.8104203Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeStreamingDataService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeStreamingDataService.json",
2025-08-20T19:15:59.8105466Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeStreamingDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeStreamingDataSource.json",
2025-08-20T19:15:59.8106565Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeStreamingJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeStreamingJob.json",
2025-08-20T19:15:59.8107711Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeSupportFeatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSupportFeatures.json",
2025-08-20T19:15:59.8108668Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeTable.json",
2025-08-20T19:15:59.8109835Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeTags.json",
2025-08-20T19:15:59.8111267Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeUserEncryptionKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeUserEncryptionKeyList.json",
2025-08-20T19:15:59.8112572Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeWaitingSQLInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeWaitingSQLInfo.json",
2025-08-20T19:15:59.8113726Z [00:02:03.572]➜  		"metadatas/gpdb/DescribeWaitingSQLRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeWaitingSQLRecords.json",
2025-08-20T19:15:59.8114864Z [00:02:03.572]➜  		"metadatas/gpdb/DisableDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DisableDBResourceGroup.json",
2025-08-20T19:15:59.8115989Z [00:02:03.572]➜  		"metadatas/gpdb/DownloadDiagnosisRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DownloadDiagnosisRecords.json",
2025-08-20T19:15:59.8117096Z [00:02:03.572]➜  		"metadatas/gpdb/DownloadSQLLogsRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DownloadSQLLogsRecords.json",
2025-08-20T19:15:59.8118170Z [00:02:03.572]➜  		"metadatas/gpdb/EnableDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/EnableDBResourceGroup.json",
2025-08-20T19:15:59.8119112Z [00:02:03.572]➜  		"metadatas/gpdb/ExecuteStatement.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ExecuteStatement.json",
2025-08-20T19:15:59.8120012Z [00:02:03.572]➜  		"metadatas/gpdb/GetAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetAccount.json",
2025-08-20T19:15:59.8120948Z [00:02:03.572]➜  		"metadatas/gpdb/GetSecretValue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetSecretValue.json",
2025-08-20T19:15:59.8121956Z [00:02:03.572]➜  		"metadatas/gpdb/GetStatementResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetStatementResult.json",
2025-08-20T19:15:59.8123212Z [00:02:03.572]➜  		"metadatas/gpdb/GetSupabaseProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetSupabaseProject.json",
2025-08-20T19:15:59.8124560Z [00:02:03.572]➜  		"metadatas/gpdb/GetSupabaseProjectApiKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetSupabaseProjectApiKeys.json",
2025-08-20T19:15:59.8125939Z [00:02:03.572]➜  		"metadatas/gpdb/GetSupabaseProjectDashboardAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetSupabaseProjectDashboardAccount.json",
2025-08-20T19:15:59.8127033Z [00:02:03.572]➜  		"metadatas/gpdb/GetUploadDocumentJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetUploadDocumentJob.json",
2025-08-20T19:15:59.8128205Z [00:02:03.572]➜  		"metadatas/gpdb/GetUpsertCollectionDataJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetUpsertCollectionDataJob.json",
2025-08-20T19:15:59.8129423Z [00:02:03.572]➜  		"metadatas/gpdb/GrantCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GrantCollection.json",
2025-08-20T19:15:59.8130526Z [00:02:03.572]➜  		"metadatas/gpdb/HandleActiveSQLRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/HandleActiveSQLRecord.json",
2025-08-20T19:15:59.8131576Z [00:02:03.572]➜  		"metadatas/gpdb/InitVectorDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/InitVectorDatabase.json",
2025-08-20T19:15:59.8132753Z [00:02:03.572]➜  		"metadatas/gpdb/ListBackupJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListBackupJobs.json",
2025-08-20T19:15:59.8133645Z [00:02:03.572]➜  		"metadatas/gpdb/ListCollections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListCollections.json",
2025-08-20T19:15:59.8134655Z [00:02:03.572]➜  		"metadatas/gpdb/ListDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListDatabases.json",
2025-08-20T19:15:59.8135820Z [00:02:03.572]➜  		"metadatas/gpdb/ListDocumentCollections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListDocumentCollections.json",
2025-08-20T19:15:59.8136716Z [00:02:03.572]➜  		"metadatas/gpdb/ListDocuments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListDocuments.json",
2025-08-20T19:15:59.8137790Z [00:02:03.572]➜  		"metadatas/gpdb/ListExternalDataServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListExternalDataServices.json",
2025-08-20T19:15:59.8138832Z [00:02:03.572]➜  		"metadatas/gpdb/ListExternalDataSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListExternalDataSources.json",
2025-08-20T19:15:59.8139693Z [00:02:03.572]➜  		"metadatas/gpdb/ListIndices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListIndices.json",
2025-08-20T19:15:59.8140776Z [00:02:03.572]➜  		"metadatas/gpdb/ListInstanceExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListInstanceExtensions.json",
2025-08-20T19:15:59.8141713Z [00:02:03.572]➜  		"metadatas/gpdb/ListNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListNamespaces.json",
2025-08-20T19:15:59.8143010Z [00:02:03.572]➜  		"metadatas/gpdb/ListRemoteADBDataSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListRemoteADBDataSources.json",
2025-08-20T19:15:59.8143845Z [00:02:03.572]➜  		"metadatas/gpdb/ListSchemas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListSchemas.json",
2025-08-20T19:15:59.8144706Z [00:02:03.572]➜  		"metadatas/gpdb/ListSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListSecrets.json",
2025-08-20T19:15:59.8145810Z [00:02:03.572]➜  		"metadatas/gpdb/ListStreamingDataServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListStreamingDataServices.json",
2025-08-20T19:15:59.8146951Z [00:02:03.572]➜  		"metadatas/gpdb/ListStreamingDataSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListStreamingDataSources.json",
2025-08-20T19:15:59.8148078Z [00:02:03.572]➜  		"metadatas/gpdb/ListStreamingJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListStreamingJobs.json",
2025-08-20T19:15:59.8149131Z [00:02:03.572]➜  		"metadatas/gpdb/ListSupabaseProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListSupabaseProjects.json",
2025-08-20T19:15:59.8149995Z [00:02:03.572]➜  		"metadatas/gpdb/ListTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListTables.json",
2025-08-20T19:15:59.8150908Z [00:02:03.572]➜  		"metadatas/gpdb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListTagResources.json",
2025-08-20T19:15:59.8152020Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyAccountDescription.json",
2025-08-20T19:15:59.8153304Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyBackupPolicy.json",
2025-08-20T19:15:59.8154274Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyCollection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyCollection.json",
2025-08-20T19:15:59.8155307Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyDBInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceConfig.json",
2025-08-20T19:15:59.8156557Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyDBInstanceConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceConnectionString.json",
2025-08-20T19:15:59.8157677Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyDBInstanceDeploymentMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceDeploymentMode.json",
2025-08-20T19:15:59.8159095Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyDBInstanceDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceDescription.json",
2025-08-20T19:15:59.8160305Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyDBInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:15:59.8161496Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyDBInstanceNetworkType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceNetworkType.json",
2025-08-20T19:15:59.8162817Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyDBInstancePayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstancePayType.json",
2025-08-20T19:15:59.8164147Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyDBInstanceResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceResourceGroup.json",
2025-08-20T19:15:59.8165245Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceSSL.json",
2025-08-20T19:15:59.8166374Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBResourceGroup.json",
2025-08-20T19:15:59.8167578Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyExternalDataService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyExternalDataService.json",
2025-08-20T19:15:59.8168721Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyHadoopDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyHadoopDataSource.json",
2025-08-20T19:15:59.8169813Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyJDBCDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyJDBCDataSource.json",
2025-08-20T19:15:59.8170833Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyMasterSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyMasterSpec.json",
2025-08-20T19:15:59.8171903Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyParameters.json",
2025-08-20T19:15:59.8173596Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyRemoteADBDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyRemoteADBDataSource.json",
2025-08-20T19:15:59.8174819Z [00:02:03.572]➜  		"metadatas/gpdb/ModifySQLCollectorPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifySQLCollectorPolicy.json",
2025-08-20T19:15:59.8175877Z [00:02:03.572]➜  		"metadatas/gpdb/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifySecurityIps.json",
2025-08-20T19:15:59.8177090Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyStreamingDataService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyStreamingDataService.json",
2025-08-20T19:15:59.8178593Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyStreamingDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyStreamingDataSource.json",
2025-08-20T19:15:59.8179749Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyStreamingJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyStreamingJob.json",
2025-08-20T19:15:59.8181033Z [00:02:03.572]➜  		"metadatas/gpdb/ModifySupabaseProjectSecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifySupabaseProjectSecurityIps.json",
2025-08-20T19:15:59.8182165Z [00:02:03.572]➜  		"metadatas/gpdb/ModifyVectorConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyVectorConfiguration.json",
2025-08-20T19:15:59.8183504Z [00:02:03.572]➜  		"metadatas/gpdb/PauseDataRedistribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/PauseDataRedistribute.json",
2025-08-20T19:15:59.8184640Z [00:02:03.572]➜  		"metadatas/gpdb/PauseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/PauseInstance.json",
2025-08-20T19:15:59.8185790Z [00:02:03.572]➜  		"metadatas/gpdb/QueryCollectionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/QueryCollectionData.json",
2025-08-20T19:15:59.8186704Z [00:02:03.572]➜  		"metadatas/gpdb/QueryContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/QueryContent.json",
2025-08-20T19:15:59.8187738Z [00:02:03.572]➜  		"metadatas/gpdb/RebalanceDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/RebalanceDBInstance.json",
2025-08-20T19:15:59.8189017Z [00:02:03.572]➜  		"metadatas/gpdb/ReleaseInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ReleaseInstancePublicConnection.json",
2025-08-20T19:15:59.8189808Z [00:02:03.572]➜  		"metadatas/gpdb/Rerank.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/Rerank.json",
2025-08-20T19:15:59.8190857Z [00:02:03.572]➜  		"metadatas/gpdb/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResetAccountPassword.json",
2025-08-20T19:15:59.8191924Z [00:02:03.572]➜  		"metadatas/gpdb/ResetIMVMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResetIMVMonitorData.json",
2025-08-20T19:15:59.8193337Z [00:02:03.572]➜  		"metadatas/gpdb/ResetSupabaseProjectPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResetSupabaseProjectPassword.json",
2025-08-20T19:15:59.8194369Z [00:02:03.572]➜  		"metadatas/gpdb/RestartDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/RestartDBInstance.json",
2025-08-20T19:15:59.8195477Z [00:02:03.572]➜  		"metadatas/gpdb/ResumeDataRedistribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResumeDataRedistribute.json",
2025-08-20T19:15:59.8196428Z [00:02:03.572]➜  		"metadatas/gpdb/ResumeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResumeInstance.json",
2025-08-20T19:15:59.8197555Z [00:02:03.572]➜  		"metadatas/gpdb/SetDBInstancePlanStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/SetDBInstancePlanStatus.json",
2025-08-20T19:15:59.8198789Z [00:02:03.572]➜  		"metadatas/gpdb/SetDataShareInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/SetDataShareInstance.json",
2025-08-20T19:15:59.8199925Z [00:02:03.572]➜  		"metadatas/gpdb/SwitchDBInstanceNetType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/SwitchDBInstanceNetType.json",
2025-08-20T19:15:59.8200832Z [00:02:03.572]➜  		"metadatas/gpdb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/TagResources.json",
2025-08-20T19:15:59.8201760Z [00:02:03.572]➜  		"metadatas/gpdb/TextEmbedding.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/TextEmbedding.json",
2025-08-20T19:15:59.8203267Z [00:02:03.572]➜  		"metadatas/gpdb/UnbindDBResourceGroupWithRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UnbindDBResourceGroupWithRole.json",
2025-08-20T19:15:59.8204182Z [00:02:03.572]➜  		"metadatas/gpdb/UnloadSampleData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UnloadSampleData.json",
2025-08-20T19:15:59.8205468Z [00:02:03.572]➜  		"metadatas/gpdb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UntagResources.json",
2025-08-20T19:15:59.8206672Z [00:02:03.572]➜  		"metadatas/gpdb/UpdateCollectionDataMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpdateCollectionDataMetadata.json",
2025-08-20T19:15:59.8207687Z [00:02:03.572]➜  		"metadatas/gpdb/UpdateDBInstancePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpdateDBInstancePlan.json",
2025-08-20T19:15:59.8208777Z [00:02:03.572]➜  		"metadatas/gpdb/UpgradeDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpgradeDBInstance.json",
2025-08-20T19:15:59.8209872Z [00:02:03.572]➜  		"metadatas/gpdb/UpgradeDBVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpgradeDBVersion.json",
2025-08-20T19:15:59.8210862Z [00:02:03.572]➜  		"metadatas/gpdb/UpgradeExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpgradeExtensions.json",
2025-08-20T19:15:59.8211861Z [00:02:03.572]➜  		"metadatas/gpdb/UploadDocumentAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UploadDocumentAsync.json",
2025-08-20T19:15:59.8212932Z [00:02:03.572]➜  		"metadatas/gpdb/UpsertChunks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpsertChunks.json",
2025-08-20T19:15:59.8213993Z [00:02:03.572]➜  		"metadatas/gpdb/UpsertCollectionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpsertCollectionData.json",
2025-08-20T19:15:59.8215143Z [00:02:03.572]➜  		"metadatas/gpdb/UpsertCollectionDataAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpsertCollectionDataAsync.json",
2025-08-20T19:15:59.8216379Z [00:02:03.572]➜  		"metadatas/green/DescribeFileModerationResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeFileModerationResult.json",
2025-08-20T19:15:59.8217616Z [00:02:03.572]➜  		"metadatas/green/DescribeImageModerationResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeImageModerationResult.json",
2025-08-20T19:15:59.8218704Z [00:02:03.572]➜  		"metadatas/green/DescribeImageResultExt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeImageResultExt.json",
2025-08-20T19:15:59.8219745Z [00:02:03.572]➜  		"metadatas/green/DescribeUploadToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeUploadToken.json",
2025-08-20T19:15:59.8220948Z [00:02:03.572]➜  		"metadatas/green/DescribeUrlModerationResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeUrlModerationResult.json",
2025-08-20T19:15:59.8221891Z [00:02:03.572]➜  		"metadatas/green/FileModeration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/FileModeration.json",
2025-08-20T19:15:59.8223283Z [00:02:03.572]➜  		"metadatas/green/ImageAsyncModeration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ImageAsyncModeration.json",
2025-08-20T19:15:59.8224361Z [00:02:03.572]➜  		"metadatas/green/ImageBatchModeration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ImageBatchModeration.json",
2025-08-20T19:15:59.8225368Z [00:02:03.572]➜  		"metadatas/green/ImageModeration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ImageModeration.json",
2025-08-20T19:15:59.8226298Z [00:02:03.572]➜  		"metadatas/green/ManualCallback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ManualCallback.json",
2025-08-20T19:15:59.8227329Z [00:02:03.572]➜  		"metadatas/green/ManualModeration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ManualModeration.json",
2025-08-20T19:15:59.8228408Z [00:02:03.572]➜  		"metadatas/green/ManualModerationResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ManualModerationResult.json",
2025-08-20T19:15:59.8229345Z [00:02:03.572]➜  		"metadatas/green/MultiModalGuard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/MultiModalGuard.json",
2025-08-20T19:15:59.8230196Z [00:02:03.572]➜  		"metadatas/green/TextModeration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/TextModeration.json",
2025-08-20T19:15:59.8231157Z [00:02:03.572]➜  		"metadatas/green/TextModerationPlus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/TextModerationPlus.json",
2025-08-20T19:15:59.8232125Z [00:02:03.572]➜  		"metadatas/green/UrlAsyncModeration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/UrlAsyncModeration.json",
2025-08-20T19:15:59.8233398Z [00:02:03.572]➜  		"metadatas/green/VideoModeration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VideoModeration.json",
2025-08-20T19:15:59.8234632Z [00:02:03.572]➜  		"metadatas/green/VideoModerationCancel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VideoModerationCancel.json",
2025-08-20T19:15:59.8235744Z [00:02:03.572]➜  		"metadatas/green/VideoModerationResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VideoModerationResult.json",
2025-08-20T19:15:59.8236659Z [00:02:03.572]➜  		"metadatas/green/VoiceModeration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VoiceModeration.json",
2025-08-20T19:15:59.8237665Z [00:02:03.572]➜  		"metadatas/green/VoiceModerationCancel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VoiceModerationCancel.json",
2025-08-20T19:15:59.8238766Z [00:02:03.572]➜  		"metadatas/green/VoiceModerationResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VoiceModerationResult.json",
2025-08-20T19:15:59.8239799Z [00:02:03.572]➜  		"metadatas/gwlb/AddServersToServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/AddServersToServerGroup.json",
2025-08-20T19:15:59.8240722Z [00:02:03.572]➜  		"metadatas/gwlb/CreateListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/CreateListener.json",
2025-08-20T19:15:59.8241711Z [00:02:03.572]➜  		"metadatas/gwlb/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/CreateLoadBalancer.json",
2025-08-20T19:15:59.8242901Z [00:02:03.572]➜  		"metadatas/gwlb/CreateServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/CreateServerGroup.json",
2025-08-20T19:15:59.8243826Z [00:02:03.572]➜  		"metadatas/gwlb/DeleteListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DeleteListener.json",
2025-08-20T19:15:59.8244831Z [00:02:03.572]➜  		"metadatas/gwlb/DeleteLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DeleteLoadBalancer.json",
2025-08-20T19:15:59.8245931Z [00:02:03.572]➜  		"metadatas/gwlb/DeleteServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DeleteServerGroup.json",
2025-08-20T19:15:59.8246845Z [00:02:03.572]➜  		"metadatas/gwlb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DescribeRegions.json",
2025-08-20T19:15:59.8247745Z [00:02:03.572]➜  		"metadatas/gwlb/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DescribeZones.json",
2025-08-20T19:15:59.8248772Z [00:02:03.572]➜  		"metadatas/gwlb/GetListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/GetListenerAttribute.json",
2025-08-20T19:15:59.8249866Z [00:02:03.572]➜  		"metadatas/gwlb/GetListenerHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/GetListenerHealthStatus.json",
2025-08-20T19:15:59.8251054Z [00:02:03.572]➜  		"metadatas/gwlb/GetLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/GetLoadBalancerAttribute.json",
2025-08-20T19:15:59.8251986Z [00:02:03.572]➜  		"metadatas/gwlb/ListListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListListeners.json",
2025-08-20T19:15:59.8253162Z [00:02:03.572]➜  		"metadatas/gwlb/ListLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListLoadBalancers.json",
2025-08-20T19:15:59.8254274Z [00:02:03.572]➜  		"metadatas/gwlb/ListServerGroupServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListServerGroupServers.json",
2025-08-20T19:15:59.8255232Z [00:02:03.572]➜  		"metadatas/gwlb/ListServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListServerGroups.json",
2025-08-20T19:15:59.8256323Z [00:02:03.572]➜  		"metadatas/gwlb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListTagResources.json",
2025-08-20T19:15:59.8257475Z [00:02:03.572]➜  		"metadatas/gwlb/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/MoveResourceGroup.json",
2025-08-20T19:15:59.8258721Z [00:02:03.572]➜  		"metadatas/gwlb/RemoveServersFromServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/RemoveServersFromServerGroup.json",
2025-08-20T19:15:59.8259643Z [00:02:03.572]➜  		"metadatas/gwlb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/TagResources.json",
2025-08-20T19:15:59.8260580Z [00:02:03.572]➜  		"metadatas/gwlb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UntagResources.json",
2025-08-20T19:15:59.8261710Z [00:02:03.572]➜  		"metadatas/gwlb/UpdateListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UpdateListenerAttribute.json",
2025-08-20T19:15:59.8263108Z [00:02:03.572]➜  		"metadatas/gwlb/UpdateLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:15:59.8264212Z [00:02:03.572]➜  		"metadatas/gwlb/UpdateLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UpdateLoadBalancerZones.json",
2025-08-20T19:15:59.8265325Z [00:02:03.572]➜  		"metadatas/gwlb/UpdateServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UpdateServerGroupAttribute.json",
2025-08-20T19:15:59.8266192Z [00:02:03.572]➜  		"metadatas/hbase/AddUserHdfsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/AddUserHdfsInfo.json",
2025-08-20T19:15:59.8267354Z [00:02:03.572]➜  		"metadatas/hbase/AllocatePublicNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/AllocatePublicNetworkAddress.json",
2025-08-20T19:15:59.8268497Z [00:02:03.572]➜  		"metadatas/hbase/CancelActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CancelActiveOperationTasks.json",
2025-08-20T19:15:59.8269555Z [00:02:03.572]➜  		"metadatas/hbase/CheckComponentsVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CheckComponentsVersion.json",
2025-08-20T19:15:59.8270541Z [00:02:03.572]➜  		"metadatas/hbase/CloseBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CloseBackup.json",
2025-08-20T19:15:59.8271446Z [00:02:03.572]➜  		"metadatas/hbase/ConvertInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ConvertInstance.json",
2025-08-20T19:15:59.8272327Z [00:02:03.572]➜  		"metadatas/hbase/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateAccount.json",
2025-08-20T19:15:59.8273463Z [00:02:03.572]➜  		"metadatas/hbase/CreateBackupPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateBackupPlan.json",
2025-08-20T19:15:59.8274446Z [00:02:03.572]➜  		"metadatas/hbase/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateCluster.json",
2025-08-20T19:15:59.8275425Z [00:02:03.572]➜  		"metadatas/hbase/CreateGlobalResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateGlobalResource.json",
2025-08-20T19:15:59.8276378Z [00:02:03.572]➜  		"metadatas/hbase/CreateHBaseSlbServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateHBaseSlbServer.json",
2025-08-20T19:15:59.8277276Z [00:02:03.572]➜  		"metadatas/hbase/CreateHbaseHaSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateHbaseHaSlb.json",
2025-08-20T19:15:59.8278353Z [00:02:03.572]➜  		"metadatas/hbase/CreateMultiZoneCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateMultiZoneCluster.json",
2025-08-20T19:15:59.8279385Z [00:02:03.573]➜  		"metadatas/hbase/CreateRestorePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateRestorePlan.json",
2025-08-20T19:15:59.8280542Z [00:02:03.573]➜  		"metadatas/hbase/CreateServerlessCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateServerlessCluster.json",
2025-08-20T19:15:59.8281452Z [00:02:03.573]➜  		"metadatas/hbase/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteAccount.json",
2025-08-20T19:15:59.8282696Z [00:02:03.573]➜  		"metadatas/hbase/DeleteGlobalResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteGlobalResource.json",
2025-08-20T19:15:59.8283634Z [00:02:03.573]➜  		"metadatas/hbase/DeleteHBaseHaDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteHBaseHaDB.json",
2025-08-20T19:15:59.8284671Z [00:02:03.573]➜  		"metadatas/hbase/DeleteHBaseSlbServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteHBaseSlbServer.json",
2025-08-20T19:15:59.8285657Z [00:02:03.573]➜  		"metadatas/hbase/DeleteHbaseHaSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteHbaseHaSlb.json",
2025-08-20T19:15:59.8286598Z [00:02:03.573]➜  		"metadatas/hbase/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteInstance.json",
2025-08-20T19:15:59.8287671Z [00:02:03.573]➜  		"metadatas/hbase/DeleteMultiZoneCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteMultiZoneCluster.json",
2025-08-20T19:15:59.8288763Z [00:02:03.573]➜  		"metadatas/hbase/DeleteServerlessCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteServerlessCluster.json",
2025-08-20T19:15:59.8289741Z [00:02:03.573]➜  		"metadatas/hbase/DeleteUserHdfsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteUserHdfsInfo.json",
2025-08-20T19:15:59.8290669Z [00:02:03.573]➜  		"metadatas/hbase/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeAccounts.json",
2025-08-20T19:15:59.8291941Z [00:02:03.573]➜  		"metadatas/hbase/DescribeActiveOperationTaskType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeActiveOperationTaskType.json",
2025-08-20T19:15:59.8293510Z [00:02:03.573]➜  		"metadatas/hbase/DescribeActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeActiveOperationTasks.json",
2025-08-20T19:15:59.8294584Z [00:02:03.573]➜  		"metadatas/hbase/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeAvailableResource.json",
2025-08-20T19:15:59.8295655Z [00:02:03.573]➜  		"metadatas/hbase/DescribeBackupPlanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupPlanConfig.json",
2025-08-20T19:15:59.8296604Z [00:02:03.573]➜  		"metadatas/hbase/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupPolicy.json",
2025-08-20T19:15:59.8297842Z [00:02:03.573]➜  		"metadatas/hbase/DescribeBackupStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupStatus.json",
2025-08-20T19:15:59.8298898Z [00:02:03.573]➜  		"metadatas/hbase/DescribeBackupSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupSummary.json",
2025-08-20T19:15:59.8299899Z [00:02:03.573]➜  		"metadatas/hbase/DescribeBackupTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupTables.json",
2025-08-20T19:15:59.8300796Z [00:02:03.573]➜  		"metadatas/hbase/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackups.json",
2025-08-20T19:15:59.8301867Z [00:02:03.573]➜  		"metadatas/hbase/DescribeClusterConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeClusterConnection.json",
2025-08-20T19:15:59.8303194Z [00:02:03.573]➜  		"metadatas/hbase/DescribeColdStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeColdStorage.json",
2025-08-20T19:15:59.8304418Z [00:02:03.573]➜  		"metadatas/hbase/DescribeDBInstanceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeDBInstanceUsage.json",
2025-08-20T19:15:59.8305570Z [00:02:03.573]➜  		"metadatas/hbase/DescribeDeletedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeDeletedInstances.json",
2025-08-20T19:15:59.8306614Z [00:02:03.573]➜  		"metadatas/hbase/DescribeDiskWarningLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeDiskWarningLine.json",
2025-08-20T19:15:59.8307634Z [00:02:03.573]➜  		"metadatas/hbase/DescribeEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeEndpoints.json",
2025-08-20T19:15:59.8308632Z [00:02:03.573]➜  		"metadatas/hbase/DescribeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeInstance.json",
2025-08-20T19:15:59.8309794Z [00:02:03.573]➜  		"metadatas/hbase/DescribeInstanceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeInstanceType.json",
2025-08-20T19:15:59.8310830Z [00:02:03.573]➜  		"metadatas/hbase/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeInstances.json",
2025-08-20T19:15:59.8311934Z [00:02:03.573]➜  		"metadatas/hbase/DescribeIpWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeIpWhitelist.json",
2025-08-20T19:15:59.8313504Z [00:02:03.573]➜  		"metadatas/hbase/DescribeMultiZoneAvailableRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeMultiZoneAvailableRegions.json",
2025-08-20T19:15:59.8314887Z [00:02:03.573]➜  		"metadatas/hbase/DescribeMultiZoneAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeMultiZoneAvailableResource.json",
2025-08-20T19:15:59.8316011Z [00:02:03.573]➜  		"metadatas/hbase/DescribeMultiZoneCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeMultiZoneCluster.json",
2025-08-20T19:15:59.8317386Z [00:02:03.573]➜  		"metadatas/hbase/DescribeRecoverableTimeRange.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRecoverableTimeRange.json",
2025-08-20T19:15:59.8318281Z [00:02:03.573]➜  		"metadatas/hbase/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRegions.json",
2025-08-20T19:15:59.8319373Z [00:02:03.573]➜  		"metadatas/hbase/DescribeRestoreFullDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreFullDetails.json",
2025-08-20T19:15:59.8320449Z [00:02:03.573]➜  		"metadatas/hbase/DescribeRestoreIncrDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreIncrDetail.json",
2025-08-20T19:15:59.8321608Z [00:02:03.573]➜  		"metadatas/hbase/DescribeRestoreSchemaDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreSchemaDetails.json",
2025-08-20T19:15:59.8323046Z [00:02:03.573]➜  		"metadatas/hbase/DescribeRestoreSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreSummary.json",
2025-08-20T19:15:59.8324097Z [00:02:03.573]➜  		"metadatas/hbase/DescribeRestoreTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreTables.json",
2025-08-20T19:15:59.8325145Z [00:02:03.573]➜  		"metadatas/hbase/DescribeSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeSecurityGroups.json",
2025-08-20T19:15:59.8326272Z [00:02:03.573]➜  		"metadatas/hbase/DescribeServerlessCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeServerlessCluster.json",
2025-08-20T19:15:59.8327403Z [00:02:03.573]➜  		"metadatas/hbase/DescribeSubDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeSubDomain.json",
2025-08-20T19:15:59.8328616Z [00:02:03.573]➜  		"metadatas/hbase/EnableHBaseueBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/EnableHBaseueBackup.json",
2025-08-20T19:15:59.8329711Z [00:02:03.573]➜  		"metadatas/hbase/EnableHBaseueModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/EnableHBaseueModule.json",
2025-08-20T19:15:59.8330863Z [00:02:03.573]➜  		"metadatas/hbase/EvaluateMultiZoneResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/EvaluateMultiZoneResource.json",
2025-08-20T19:15:59.8331898Z [00:02:03.573]➜  		"metadatas/hbase/GetMultimodeCmsUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/GetMultimodeCmsUrl.json",
2025-08-20T19:15:59.8332876Z [00:02:03.573]➜  		"metadatas/hbase/Grant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/Grant.json",
2025-08-20T19:15:59.8333891Z [00:02:03.573]➜  		"metadatas/hbase/ListHBaseInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListHBaseInstances.json",
2025-08-20T19:15:59.8335282Z [00:02:03.573]➜  		"metadatas/hbase/ListInstanceServiceConfigHistories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListInstanceServiceConfigHistories.json",
2025-08-20T19:15:59.8336605Z [00:02:03.573]➜  		"metadatas/hbase/ListInstanceServiceConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListInstanceServiceConfigurations.json",
2025-08-20T19:15:59.8337607Z [00:02:03.573]➜  		"metadatas/hbase/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListTagResources.json",
2025-08-20T19:15:59.8338460Z [00:02:03.573]➜  		"metadatas/hbase/ListTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListTags.json",
2025-08-20T19:15:59.8339558Z [00:02:03.573]➜  		"metadatas/hbase/ModifyAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyAccountPassword.json",
2025-08-20T19:15:59.8340749Z [00:02:03.573]➜  		"metadatas/hbase/ModifyActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyActiveOperationTasks.json",
2025-08-20T19:15:59.8342037Z [00:02:03.573]➜  		"metadatas/hbase/ModifyBackupPlanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyBackupPlanConfig.json",
2025-08-20T19:15:59.8343262Z [00:02:03.573]➜  		"metadatas/hbase/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyBackupPolicy.json",
2025-08-20T19:15:59.8344572Z [00:02:03.573]➜  		"metadatas/hbase/ModifyClusterDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyClusterDeletionProtection.json",
2025-08-20T19:15:59.8345650Z [00:02:03.573]➜  		"metadatas/hbase/ModifyDiskWarningLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyDiskWarningLine.json",
2025-08-20T19:15:59.8346935Z [00:02:03.573]➜  		"metadatas/hbase/ModifyInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyInstanceMaintainTime.json",
2025-08-20T19:15:59.8347937Z [00:02:03.573]➜  		"metadatas/hbase/ModifyInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyInstanceName.json",
2025-08-20T19:15:59.8349082Z [00:02:03.573]➜  		"metadatas/hbase/ModifyInstanceServiceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyInstanceServiceConfig.json",
2025-08-20T19:15:59.8350098Z [00:02:03.573]➜  		"metadatas/hbase/ModifyInstanceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyInstanceType.json",
2025-08-20T19:15:59.8351067Z [00:02:03.573]➜  		"metadatas/hbase/ModifyIpWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyIpWhitelist.json",
2025-08-20T19:15:59.8352678Z [00:02:03.573]➜  		"metadatas/hbase/ModifyMultiZoneClusterNodeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyMultiZoneClusterNodeType.json",
2025-08-20T19:15:59.8353886Z [00:02:03.573]➜  		"metadatas/hbase/ModifySecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifySecurityGroups.json",
2025-08-20T19:15:59.8355024Z [00:02:03.573]➜  		"metadatas/hbase/ModifyUIAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyUIAccountPassword.json",
2025-08-20T19:15:59.8356039Z [00:02:03.573]➜  		"metadatas/hbase/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/MoveResourceGroup.json",
2025-08-20T19:15:59.8356927Z [00:02:03.573]➜  		"metadatas/hbase/OpenBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/OpenBackup.json",
2025-08-20T19:15:59.8357850Z [00:02:03.573]➜  		"metadatas/hbase/PurgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/PurgeInstance.json",
2025-08-20T19:15:59.8358796Z [00:02:03.573]➜  		"metadatas/hbase/QueryHBaseHaDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/QueryHBaseHaDB.json",
2025-08-20T19:15:59.8359823Z [00:02:03.573]➜  		"metadatas/hbase/QueryXpackRelateDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/QueryXpackRelateDB.json",
2025-08-20T19:15:59.8360854Z [00:02:03.573]➜  		"metadatas/hbase/RelateDbForHBaseHa.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/RelateDbForHBaseHa.json",
2025-08-20T19:15:59.8362041Z [00:02:03.573]➜  		"metadatas/hbase/ReleasePublicNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ReleasePublicNetworkAddress.json",
2025-08-20T19:15:59.8363128Z [00:02:03.573]➜  		"metadatas/hbase/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/RenewInstance.json",
2025-08-20T19:15:59.8364217Z [00:02:03.573]➜  		"metadatas/hbase/ResizeColdStorageSize.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeColdStorageSize.json",
2025-08-20T19:15:59.8365172Z [00:02:03.573]➜  		"metadatas/hbase/ResizeDiskSize.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeDiskSize.json",
2025-08-20T19:15:59.8366563Z [00:02:03.573]➜  		"metadatas/hbase/ResizeMultiZoneClusterDiskSize.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeMultiZoneClusterDiskSize.json",
2025-08-20T19:15:59.8367838Z [00:02:03.573]➜  		"metadatas/hbase/ResizeMultiZoneClusterNodeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeMultiZoneClusterNodeCount.json",
2025-08-20T19:15:59.8368790Z [00:02:03.573]➜  		"metadatas/hbase/ResizeNodeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeNodeCount.json",
2025-08-20T19:15:59.8369721Z [00:02:03.573]➜  		"metadatas/hbase/RestartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/RestartInstance.json",
2025-08-20T19:15:59.8370657Z [00:02:03.573]➜  		"metadatas/hbase/Revoke.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/Revoke.json",
2025-08-20T19:15:59.8371642Z [00:02:03.573]➜  		"metadatas/hbase/SwitchHbaseHaSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/SwitchHbaseHaSlb.json",
2025-08-20T19:15:59.8372717Z [00:02:03.573]➜  		"metadatas/hbase/SwitchService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/SwitchService.json",
2025-08-20T19:15:59.8373570Z [00:02:03.573]➜  		"metadatas/hbase/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/TagResources.json",
2025-08-20T19:15:59.8374510Z [00:02:03.573]➜  		"metadatas/hbase/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/UnTagResources.json",
2025-08-20T19:15:59.8375526Z [00:02:03.573]➜  		"metadatas/hbase/UpgradeMinorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/UpgradeMinorVersion.json",
2025-08-20T19:15:59.8376846Z [00:02:03.573]➜  		"metadatas/hbase/UpgradeMultiZoneCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/UpgradeMultiZoneCluster.json",
2025-08-20T19:15:59.8377775Z [00:02:03.573]➜  		"metadatas/hbase/XpackRelateDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/XpackRelateDB.json",
2025-08-20T19:15:59.8378773Z [00:02:03.573]➜  		"metadatas/hitsdb/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/ChangeResourceGroup.json",
2025-08-20T19:15:59.8379884Z [00:02:03.573]➜  		"metadatas/hitsdb/CreateLindormInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/CreateLindormInstance.json",
2025-08-20T19:15:59.8380869Z [00:02:03.573]➜  		"metadatas/hitsdb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/DescribeRegions.json",
2025-08-20T19:15:59.8382011Z [00:02:03.573]➜  		"metadatas/hitsdb/GetInstanceIpWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetInstanceIpWhiteList.json",
2025-08-20T19:15:59.8383257Z [00:02:03.573]➜  		"metadatas/hitsdb/GetLindormFsUsedDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetLindormFsUsedDetail.json",
2025-08-20T19:15:59.8384318Z [00:02:03.573]➜  		"metadatas/hitsdb/GetLindormInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetLindormInstance.json",
2025-08-20T19:15:59.8385564Z [00:02:03.573]➜  		"metadatas/hitsdb/GetLindormInstanceEngineList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetLindormInstanceEngineList.json",
2025-08-20T19:15:59.8386736Z [00:02:03.573]➜  		"metadatas/hitsdb/GetLindormInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetLindormInstanceList.json",
2025-08-20T19:15:59.8387755Z [00:02:03.573]➜  		"metadatas/hitsdb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/ListTagResources.json",
2025-08-20T19:15:59.8388887Z [00:02:03.573]➜  		"metadatas/hitsdb/ModifyInstancePayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/ModifyInstancePayType.json",
2025-08-20T19:15:59.8390183Z [00:02:03.573]➜  		"metadatas/hitsdb/ReleaseLindormInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/ReleaseLindormInstance.json",
2025-08-20T19:15:59.8391276Z [00:02:03.573]➜  		"metadatas/hitsdb/RenewLindormInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/RenewLindormInstance.json",
2025-08-20T19:15:59.8392636Z [00:02:03.573]➜  		"metadatas/hitsdb/SwitchLSQLV3MySQLService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/SwitchLSQLV3MySQLService.json",
2025-08-20T19:15:59.8393594Z [00:02:03.573]➜  		"metadatas/hitsdb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/TagResources.json",
2025-08-20T19:15:59.8394726Z [00:02:03.573]➜  		"metadatas/hitsdb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/UntagResources.json",
2025-08-20T19:15:59.8395914Z [00:02:03.573]➜  		"metadatas/hitsdb/UpdateInstanceIpWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/UpdateInstanceIpWhiteList.json",
2025-08-20T19:15:59.8397031Z [00:02:03.573]➜  		"metadatas/hitsdb/UpgradeLindormInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/UpgradeLindormInstance.json",
2025-08-20T19:15:59.8398117Z [00:02:03.573]➜  		"metadatas/hologram/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ChangeResourceGroup.json",
2025-08-20T19:15:59.8399210Z [00:02:03.573]➜  		"metadatas/hologram/CreateHoloWarehouse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/CreateHoloWarehouse.json",
2025-08-20T19:15:59.8400464Z [00:02:03.573]➜  		"metadatas/hologram/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/CreateInstance.json",
2025-08-20T19:15:59.8401693Z [00:02:03.573]➜  		"metadatas/hologram/DeleteHoloWarehouse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/DeleteHoloWarehouse.json",
2025-08-20T19:15:59.8402907Z [00:02:03.573]➜  		"metadatas/hologram/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/DeleteInstance.json",
2025-08-20T19:15:59.8403989Z [00:02:03.573]➜  		"metadatas/hologram/DisableHiveAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/DisableHiveAccess.json",
2025-08-20T19:15:59.8405023Z [00:02:03.573]➜  		"metadatas/hologram/EnableHiveAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/EnableHiveAccess.json",
2025-08-20T19:15:59.8405974Z [00:02:03.573]➜  		"metadatas/hologram/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/GetInstance.json",
2025-08-20T19:15:59.8407063Z [00:02:03.573]➜  		"metadatas/hologram/GetWarehouseDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/GetWarehouseDetail.json",
2025-08-20T19:15:59.8408247Z [00:02:03.573]➜  		"metadatas/hologram/ListBackupData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ListBackupData.json",
2025-08-20T19:15:59.8409285Z [00:02:03.573]➜  		"metadatas/hologram/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ListInstances.json",
2025-08-20T19:15:59.8410383Z [00:02:03.573]➜  		"metadatas/hologram/ListWarehouses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ListWarehouses.json",
2025-08-20T19:15:59.8411706Z [00:02:03.573]➜  		"metadatas/hologram/RebalanceHoloWarehouse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RebalanceHoloWarehouse.json",
2025-08-20T19:15:59.8413111Z [00:02:03.573]➜  		"metadatas/hologram/RenameHoloWarehouse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RenameHoloWarehouse.json",
2025-08-20T19:15:59.8414245Z [00:02:03.573]➜  		"metadatas/hologram/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RenewInstance.json",
2025-08-20T19:15:59.8415333Z [00:02:03.573]➜  		"metadatas/hologram/RestartHoloWarehouse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RestartHoloWarehouse.json",
2025-08-20T19:15:59.8416307Z [00:02:03.573]➜  		"metadatas/hologram/RestartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RestartInstance.json",
2025-08-20T19:15:59.8417368Z [00:02:03.573]➜  		"metadatas/hologram/ResumeHoloWarehouse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ResumeHoloWarehouse.json",
2025-08-20T19:15:59.8418324Z [00:02:03.573]➜  		"metadatas/hologram/ResumeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ResumeInstance.json",
2025-08-20T19:15:59.8419532Z [00:02:03.573]➜  		"metadatas/hologram/ScaleHoloWarehouse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ScaleHoloWarehouse.json",
2025-08-20T19:15:59.8420519Z [00:02:03.573]➜  		"metadatas/hologram/ScaleInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ScaleInstance.json",
2025-08-20T19:15:59.8421439Z [00:02:03.573]➜  		"metadatas/hologram/StopInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/StopInstance.json",
2025-08-20T19:15:59.8422741Z [00:02:03.573]➜  		"metadatas/hologram/SuspendHoloWarehouse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/SuspendHoloWarehouse.json",
2025-08-20T19:15:59.8423800Z [00:02:03.573]➜  		"metadatas/hologram/UpdateInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/UpdateInstanceName.json",
2025-08-20T19:15:59.8425048Z [00:02:03.573]➜  		"metadatas/hologram/UpdateInstanceNetworkType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/UpdateInstanceNetworkType.json",
2025-08-20T19:15:59.8426104Z [00:02:03.573]➜  		"metadatas/httpdns/AddDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/AddDomain.json",
2025-08-20T19:15:59.8427024Z [00:02:03.573]➜  		"metadatas/httpdns/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/DeleteDomain.json",
2025-08-20T19:15:59.8428016Z [00:02:03.573]➜  		"metadatas/httpdns/DescribeDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/DescribeDomains.json",
2025-08-20T19:15:59.8428995Z [00:02:03.573]➜  		"metadatas/httpdns/GetAccountInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/GetAccountInfo.json",
2025-08-20T19:15:59.8430116Z [00:02:03.573]➜  		"metadatas/httpdns/GetResolveCountSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/GetResolveCountSummary.json",
2025-08-20T19:15:59.8431214Z [00:02:03.573]➜  		"metadatas/httpdns/GetResolveStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/GetResolveStatistics.json",
2025-08-20T19:15:59.8432336Z [00:02:03.573]➜  		"metadatas/httpdns/ListDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/ListDomains.json",
2025-08-20T19:15:59.8433685Z [00:02:03.573]➜  		"metadatas/httpdns/RefreshResolveCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/RefreshResolveCache.json",
2025-08-20T19:15:59.8434672Z [00:02:03.573]➜  		"metadatas/imageaudit/ScanImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageaudit/ScanImage.json",
2025-08-20T19:15:59.8435586Z [00:02:03.573]➜  		"metadatas/imageaudit/ScanText.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageaudit/ScanText.json",
2025-08-20T19:15:59.8436657Z [00:02:03.573]➜  		"metadatas/imageenhan/AssessComposition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/AssessComposition.json",
2025-08-20T19:15:59.8437890Z [00:02:03.573]➜  		"metadatas/imageenhan/AssessExposure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/AssessExposure.json",
2025-08-20T19:15:59.8438963Z [00:02:03.573]➜  		"metadatas/imageenhan/AssessSharpness.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/AssessSharpness.json",
2025-08-20T19:15:59.8439986Z [00:02:03.573]➜  		"metadatas/imageenhan/ChangeImageSize.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ChangeImageSize.json",
2025-08-20T19:15:59.8440971Z [00:02:03.573]➜  		"metadatas/imageenhan/ColorizeImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ColorizeImage.json",
2025-08-20T19:15:59.8442045Z [00:02:03.573]➜  		"metadatas/imageenhan/EnhanceImageColor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/EnhanceImageColor.json",
2025-08-20T19:15:59.8443445Z [00:02:03.573]➜  		"metadatas/imageenhan/ErasePerson.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ErasePerson.json",
2025-08-20T19:15:59.8444562Z [00:02:03.573]➜  		"metadatas/imageenhan/ExtendImageStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ExtendImageStyle.json",
2025-08-20T19:15:59.8445842Z [00:02:03.573]➜  		"metadatas/imageenhan/GenerateCartoonizedImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateCartoonizedImage.json",
2025-08-20T19:15:59.8446989Z [00:02:03.573]➜  		"metadatas/imageenhan/GenerateDynamicImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateDynamicImage.json",
2025-08-20T19:15:59.8448127Z [00:02:03.573]➜  		"metadatas/imageenhan/GenerateImageWithText.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateImageWithText.json",
2025-08-20T19:15:59.8449491Z [00:02:03.573]➜  		"metadatas/imageenhan/GenerateImageWithTextAndImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateImageWithTextAndImage.json",
2025-08-20T19:15:59.8450897Z [00:02:03.573]➜  		"metadatas/imageenhan/GenerateSuperResolutionImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateSuperResolutionImage.json",
2025-08-20T19:15:59.8451980Z [00:02:03.573]➜  		"metadatas/imageenhan/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GetAsyncJobResult.json",
2025-08-20T19:15:59.8453452Z [00:02:03.573]➜  		"metadatas/imageenhan/ImageBlindCharacterWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ImageBlindCharacterWatermark.json",
2025-08-20T19:15:59.8454667Z [00:02:03.573]➜  		"metadatas/imageenhan/ImageBlindPicWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ImageBlindPicWatermark.json",
2025-08-20T19:15:59.8455776Z [00:02:03.573]➜  		"metadatas/imageenhan/ImitatePhotoStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ImitatePhotoStyle.json",
2025-08-20T19:15:59.8456956Z [00:02:03.573]➜  		"metadatas/imageenhan/IntelligentComposition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/IntelligentComposition.json",
2025-08-20T19:15:59.8458345Z [00:02:03.573]➜  		"metadatas/imageenhan/MakeSuperResolutionImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/MakeSuperResolutionImage.json",
2025-08-20T19:15:59.8459374Z [00:02:03.573]➜  		"metadatas/imageenhan/RecolorHDImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/RecolorHDImage.json",
2025-08-20T19:15:59.8460343Z [00:02:03.573]➜  		"metadatas/imageenhan/RecolorImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/RecolorImage.json",
2025-08-20T19:15:59.8461460Z [00:02:03.573]➜  		"metadatas/imageenhan/RemoveImageSubtitles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/RemoveImageSubtitles.json",
2025-08-20T19:15:59.8463018Z [00:02:03.573]➜  		"metadatas/imageenhan/RemoveImageWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/RemoveImageWatermark.json",
2025-08-20T19:15:59.8464044Z [00:02:03.573]➜  		"metadatas/imagerecog/ClassifyingRubbish.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/ClassifyingRubbish.json",
2025-08-20T19:15:59.8465098Z [00:02:03.573]➜  		"metadatas/imagerecog/DetectImageElements.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/DetectImageElements.json",
2025-08-20T19:15:59.8466366Z [00:02:03.573]➜  		"metadatas/imagerecog/EvaluateCertificateQuality.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/EvaluateCertificateQuality.json",
2025-08-20T19:15:59.8467477Z [00:02:03.573]➜  		"metadatas/imagerecog/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/GetAsyncJobResult.json",
2025-08-20T19:15:59.8468669Z [00:02:03.573]➜  		"metadatas/imagerecog/RecognizeFood.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/RecognizeFood.json",
2025-08-20T19:15:59.8469888Z [00:02:03.573]➜  		"metadatas/imagerecog/RecognizeImageColor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/RecognizeImageColor.json",
2025-08-20T19:15:59.8471055Z [00:02:03.573]➜  		"metadatas/imagerecog/RecognizeImageStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/RecognizeImageStyle.json",
2025-08-20T19:15:59.8472091Z [00:02:03.573]➜  		"metadatas/imagerecog/RecognizeScene.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/RecognizeScene.json",
2025-08-20T19:15:59.8473319Z [00:02:03.573]➜  		"metadatas/imagerecog/TaggingAdImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/TaggingAdImage.json",
2025-08-20T19:15:59.8474327Z [00:02:03.573]➜  		"metadatas/imagerecog/TaggingImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/TaggingImage.json",
2025-08-20T19:15:59.8475392Z [00:02:03.573]➜  		"metadatas/imageseg/ChangeSky.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/ChangeSky.json",
2025-08-20T19:15:59.8476479Z [00:02:03.573]➜  		"metadatas/imageseg/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/GetAsyncJobResult.json",
2025-08-20T19:15:59.8477359Z [00:02:03.573]➜  		"metadatas/imageseg/ParseFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/ParseFace.json",
2025-08-20T19:15:59.8478302Z [00:02:03.573]➜  		"metadatas/imageseg/RefineMask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/RefineMask.json",
2025-08-20T19:15:59.8479249Z [00:02:03.573]➜  		"metadatas/imageseg/SegmentBody.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentBody.json",
2025-08-20T19:15:59.8480194Z [00:02:03.573]➜  		"metadatas/imageseg/SegmentCloth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentCloth.json",
2025-08-20T19:15:59.8481240Z [00:02:03.573]➜  		"metadatas/imageseg/SegmentCommodity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentCommodity.json",
2025-08-20T19:15:59.8482747Z [00:02:03.573]➜  		"metadatas/imageseg/SegmentCommonImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentCommonImage.json",
2025-08-20T19:15:59.8483724Z [00:02:03.573]➜  		"metadatas/imageseg/SegmentFood.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentFood.json",
2025-08-20T19:15:59.8484693Z [00:02:03.573]➜  		"metadatas/imageseg/SegmentHDBody.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHDBody.json",
2025-08-20T19:15:59.8485791Z [00:02:03.573]➜  		"metadatas/imageseg/SegmentHDCommonImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHDCommonImage.json",
2025-08-20T19:15:59.8486957Z [00:02:03.573]➜  		"metadatas/imageseg/SegmentHDSky.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHDSky.json",
2025-08-20T19:15:59.8487907Z [00:02:03.573]➜  		"metadatas/imageseg/SegmentHair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHair.json",
2025-08-20T19:15:59.8488827Z [00:02:03.573]➜  		"metadatas/imageseg/SegmentHead.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHead.json",
2025-08-20T19:15:59.8489750Z [00:02:03.573]➜  		"metadatas/imageseg/SegmentSkin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentSkin.json",
2025-08-20T19:15:59.8490677Z [00:02:03.573]➜  		"metadatas/imageseg/SegmentSky.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentSky.json",
2025-08-20T19:15:59.8491950Z [00:02:03.573]➜  		"metadatas/ims/AddClientIdToOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/AddClientIdToOIDCProvider.json",
2025-08-20T19:15:59.8493360Z [00:02:03.573]➜  		"metadatas/ims/AddFingerprintToOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/AddFingerprintToOIDCProvider.json",
2025-08-20T19:15:59.8494283Z [00:02:03.573]➜  		"metadatas/ims/AddUserToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/AddUserToGroup.json",
2025-08-20T19:15:59.8495186Z [00:02:03.573]➜  		"metadatas/ims/BindMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/BindMFADevice.json",
2025-08-20T19:15:59.8496080Z [00:02:03.573]➜  		"metadatas/ims/ChangePassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ChangePassword.json",
2025-08-20T19:15:59.8496999Z [00:02:03.573]➜  		"metadatas/ims/CreateAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateAccessKey.json",
2025-08-20T19:15:59.8497908Z [00:02:03.573]➜  		"metadatas/ims/CreateAppSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateAppSecret.json",
2025-08-20T19:15:59.8499051Z [00:02:03.573]➜  		"metadatas/ims/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateApplication.json",
2025-08-20T19:15:59.8499948Z [00:02:03.573]➜  		"metadatas/ims/CreateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateGroup.json",
2025-08-20T19:15:59.8500928Z [00:02:03.573]➜  		"metadatas/ims/CreateLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateLoginProfile.json",
2025-08-20T19:15:59.8501898Z [00:02:03.573]➜  		"metadatas/ims/CreateOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateOIDCProvider.json",
2025-08-20T19:15:59.8503065Z [00:02:03.573]➜  		"metadatas/ims/CreateSAMLProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateSAMLProvider.json",
2025-08-20T19:15:59.8503924Z [00:02:03.573]➜  		"metadatas/ims/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateUser.json",
2025-08-20T19:15:59.8504993Z [00:02:03.573]➜  		"metadatas/ims/CreateVirtualMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateVirtualMFADevice.json",
2025-08-20T19:15:59.8506081Z [00:02:03.573]➜  		"metadatas/ims/DeleteAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteAccessKey.json",
2025-08-20T19:15:59.8507231Z [00:02:03.573]➜  		"metadatas/ims/DeleteAccessKeyInRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteAccessKeyInRecycleBin.json",
2025-08-20T19:15:59.8508120Z [00:02:03.573]➜  		"metadatas/ims/DeleteAppSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteAppSecret.json",
2025-08-20T19:15:59.8509048Z [00:02:03.573]➜  		"metadatas/ims/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteApplication.json",
2025-08-20T19:15:59.8510089Z [00:02:03.573]➜  		"metadatas/ims/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteGroup.json",
2025-08-20T19:15:59.8511195Z [00:02:03.573]➜  		"metadatas/ims/DeleteLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteLoginProfile.json",
2025-08-20T19:15:59.8512222Z [00:02:03.573]➜  		"metadatas/ims/DeleteOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteOIDCProvider.json",
2025-08-20T19:15:59.8513557Z [00:02:03.573]➜  		"metadatas/ims/DeletePasskey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeletePasskey.json",
2025-08-20T19:15:59.8514612Z [00:02:03.573]➜  		"metadatas/ims/DeleteSAMLProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteSAMLProvider.json",
2025-08-20T19:15:59.8515485Z [00:02:03.573]➜  		"metadatas/ims/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteUser.json",
2025-08-20T19:15:59.8516723Z [00:02:03.573]➜  		"metadatas/ims/DeleteUserInRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteUserInRecycleBin.json",
2025-08-20T19:15:59.8517849Z [00:02:03.573]➜  		"metadatas/ims/DeleteVirtualMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteVirtualMFADevice.json",
2025-08-20T19:15:59.8518946Z [00:02:03.573]➜  		"metadatas/ims/DeprovisionApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeprovisionApplication.json",
2025-08-20T19:15:59.8520189Z [00:02:03.573]➜  		"metadatas/ims/DeprovisionExternalApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeprovisionExternalApplication.json",
2025-08-20T19:15:59.8521185Z [00:02:03.573]➜  		"metadatas/ims/DisableVirtualMFA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DisableVirtualMFA.json",
2025-08-20T19:15:59.8522355Z [00:02:03.573]➜  		"metadatas/ims/GenerateCredentialReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GenerateCredentialReport.json",
2025-08-20T19:15:59.8523996Z [00:02:03.573]➜  		"metadatas/ims/GenerateGovernanceReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GenerateGovernanceReport.json",
2025-08-20T19:15:59.8525274Z [00:02:03.573]➜  		"metadatas/ims/GetAccessKeyInfoInRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccessKeyInfoInRecycleBin.json",
2025-08-20T19:15:59.8526282Z [00:02:03.573]➜  		"metadatas/ims/GetAccessKeyLastUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccessKeyLastUsed.json",
2025-08-20T19:15:59.8527223Z [00:02:03.573]➜  		"metadatas/ims/GetAccountMFAInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccountMFAInfo.json",
2025-08-20T19:15:59.8528440Z [00:02:03.573]➜  		"metadatas/ims/GetAccountSecurityPracticeReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccountSecurityPracticeReport.json",
2025-08-20T19:15:59.8529419Z [00:02:03.573]➜  		"metadatas/ims/GetAccountSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccountSummary.json",
2025-08-20T19:15:59.8530448Z [00:02:03.573]➜  		"metadatas/ims/GetAppSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAppSecret.json",
2025-08-20T19:15:59.8531350Z [00:02:03.573]➜  		"metadatas/ims/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetApplication.json",
2025-08-20T19:15:59.8532718Z [00:02:03.573]➜  		"metadatas/ims/GetApplicationProvisionInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetApplicationProvisionInfo.json",
2025-08-20T19:15:59.8533726Z [00:02:03.573]➜  		"metadatas/ims/GetCredentialReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetCredentialReport.json",
2025-08-20T19:15:59.8534657Z [00:02:03.573]➜  		"metadatas/ims/GetDefaultDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetDefaultDomain.json",
2025-08-20T19:15:59.8535837Z [00:02:03.573]➜  		"metadatas/ims/GetExternalApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetExternalApplication.json",
2025-08-20T19:15:59.8536890Z [00:02:03.573]➜  		"metadatas/ims/GetGovernanceItemReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetGovernanceItemReport.json",
2025-08-20T19:15:59.8537989Z [00:02:03.573]➜  		"metadatas/ims/GetGovernanceReportStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetGovernanceReportStatus.json",
2025-08-20T19:15:59.8538810Z [00:02:03.573]➜  		"metadatas/ims/GetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetGroup.json",
2025-08-20T19:15:59.8539727Z [00:02:03.573]➜  		"metadatas/ims/GetLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetLoginProfile.json",
2025-08-20T19:15:59.8540845Z [00:02:03.573]➜  		"metadatas/ims/GetOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetOIDCProvider.json",
2025-08-20T19:15:59.8541875Z [00:02:03.573]➜  		"metadatas/ims/GetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetPasswordPolicy.json",
2025-08-20T19:15:59.8543061Z [00:02:03.573]➜  		"metadatas/ims/GetSAMLProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetSAMLProvider.json",
2025-08-20T19:15:59.8544166Z [00:02:03.573]➜  		"metadatas/ims/GetSecurityPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetSecurityPreference.json",
2025-08-20T19:15:59.8545028Z [00:02:03.573]➜  		"metadatas/ims/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetUser.json",
2025-08-20T19:15:59.8546030Z [00:02:03.573]➜  		"metadatas/ims/GetUserInRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetUserInRecycleBin.json",
2025-08-20T19:15:59.8546955Z [00:02:03.573]➜  		"metadatas/ims/GetUserMFAInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetUserMFAInfo.json",
2025-08-20T19:15:59.8548083Z [00:02:03.573]➜  		"metadatas/ims/GetUserSsoSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetUserSsoSettings.json",
2025-08-20T19:15:59.8549125Z [00:02:03.573]➜  		"metadatas/ims/GetVerificationInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetVerificationInfo.json",
2025-08-20T19:15:59.8550091Z [00:02:03.573]➜  		"metadatas/ims/ListAccessKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListAccessKeys.json",
2025-08-20T19:15:59.8551277Z [00:02:03.573]➜  		"metadatas/ims/ListAccessKeysInRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListAccessKeysInRecycleBin.json",
2025-08-20T19:15:59.8552276Z [00:02:03.573]➜  		"metadatas/ims/ListAppSecretIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListAppSecretIds.json",
2025-08-20T19:15:59.8553738Z [00:02:03.574]➜  		"metadatas/ims/ListApplicationProvisionInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListApplicationProvisionInfos.json",
2025-08-20T19:15:59.8554842Z [00:02:03.574]➜  		"metadatas/ims/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListApplications.json",
2025-08-20T19:15:59.8555958Z [00:02:03.574]➜  		"metadatas/ims/ListExternalApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListExternalApplications.json",
2025-08-20T19:15:59.8556824Z [00:02:03.574]➜  		"metadatas/ims/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListGroups.json",
2025-08-20T19:15:59.8557787Z [00:02:03.574]➜  		"metadatas/ims/ListGroupsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListGroupsForUser.json",
2025-08-20T19:15:59.8558757Z [00:02:03.574]➜  		"metadatas/ims/ListOIDCProviders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListOIDCProviders.json",
2025-08-20T19:15:59.8559775Z [00:02:03.574]➜  		"metadatas/ims/ListPasskeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListPasskeys.json",
2025-08-20T19:15:59.8560854Z [00:02:03.574]➜  		"metadatas/ims/ListPredefinedScopes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListPredefinedScopes.json",
2025-08-20T19:15:59.8562051Z [00:02:03.574]➜  		"metadatas/ims/ListRecentGovernanceMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListRecentGovernanceMetrics.json",
2025-08-20T19:15:59.8563209Z [00:02:03.574]➜  		"metadatas/ims/ListSAMLProviders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListSAMLProviders.json",
2025-08-20T19:15:59.8564219Z [00:02:03.574]➜  		"metadatas/ims/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListTagResources.json",
2025-08-20T19:15:59.8565384Z [00:02:03.574]➜  		"metadatas/ims/ListUserBasicInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListUserBasicInfos.json",
2025-08-20T19:15:59.8566272Z [00:02:03.574]➜  		"metadatas/ims/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListUsers.json",
2025-08-20T19:15:59.8567289Z [00:02:03.574]➜  		"metadatas/ims/ListUsersForGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListUsersForGroup.json",
2025-08-20T19:15:59.8568352Z [00:02:03.574]➜  		"metadatas/ims/ListUsersInRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListUsersInRecycleBin.json",
2025-08-20T19:15:59.8569422Z [00:02:03.574]➜  		"metadatas/ims/ListVirtualMFADevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListVirtualMFADevices.json",
2025-08-20T19:15:59.8570506Z [00:02:03.574]➜  		"metadatas/ims/ProvisionApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ProvisionApplication.json",
2025-08-20T19:15:59.8571876Z [00:02:03.574]➜  		"metadatas/ims/ProvisionExternalApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ProvisionExternalApplication.json",
2025-08-20T19:15:59.8573378Z [00:02:03.574]➜  		"metadatas/ims/RemoveClientIdFromOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RemoveClientIdFromOIDCProvider.json",
2025-08-20T19:15:59.8574693Z [00:02:03.574]➜  		"metadatas/ims/RemoveFingerprintFromOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RemoveFingerprintFromOIDCProvider.json",
2025-08-20T19:15:59.8575729Z [00:02:03.574]➜  		"metadatas/ims/RemoveUserFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RemoveUserFromGroup.json",
2025-08-20T19:15:59.8577004Z [00:02:03.574]➜  		"metadatas/ims/RestoreAccessKeyFromRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RestoreAccessKeyFromRecycleBin.json",
2025-08-20T19:15:59.8578144Z [00:02:03.574]➜  		"metadatas/ims/RestoreUserFromRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RestoreUserFromRecycleBin.json",
2025-08-20T19:15:59.8579349Z [00:02:03.574]➜  		"metadatas/ims/SetDefaultDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetDefaultDomain.json",
2025-08-20T19:15:59.8580373Z [00:02:03.574]➜  		"metadatas/ims/SetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetPasswordPolicy.json",
2025-08-20T19:15:59.8581443Z [00:02:03.574]➜  		"metadatas/ims/SetSecurityPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetSecurityPreference.json",
2025-08-20T19:15:59.8582665Z [00:02:03.574]➜  		"metadatas/ims/SetUserSsoSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetUserSsoSettings.json",
2025-08-20T19:15:59.8583714Z [00:02:03.574]➜  		"metadatas/ims/SetVerificationInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetVerificationInfo.json",
2025-08-20T19:15:59.8584740Z [00:02:03.574]➜  		"metadatas/ims/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/TagResources.json",
2025-08-20T19:15:59.8585703Z [00:02:03.574]➜  		"metadatas/ims/UnbindMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UnbindMFADevice.json",
2025-08-20T19:15:59.8586683Z [00:02:03.574]➜  		"metadatas/ims/UnbindVerification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UnbindVerification.json",
2025-08-20T19:15:59.8587597Z [00:02:03.574]➜  		"metadatas/ims/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UntagResources.json",
2025-08-20T19:15:59.8588506Z [00:02:03.574]➜  		"metadatas/ims/UpdateAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateAccessKey.json",
2025-08-20T19:15:59.8589604Z [00:02:03.574]➜  		"metadatas/ims/UpdateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateApplication.json",
2025-08-20T19:15:59.8590510Z [00:02:03.574]➜  		"metadatas/ims/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateGroup.json",
2025-08-20T19:15:59.8591506Z [00:02:03.574]➜  		"metadatas/ims/UpdateLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateLoginProfile.json",
2025-08-20T19:15:59.8592642Z [00:02:03.574]➜  		"metadatas/ims/UpdateOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateOIDCProvider.json",
2025-08-20T19:15:59.8593558Z [00:02:03.574]➜  		"metadatas/ims/UpdatePasskey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdatePasskey.json",
2025-08-20T19:15:59.8594510Z [00:02:03.574]➜  		"metadatas/ims/UpdateSAMLProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateSAMLProvider.json",
2025-08-20T19:15:59.8595329Z [00:02:03.574]➜  		"metadatas/ims/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateUser.json",
2025-08-20T19:15:59.8596446Z [00:02:03.574]➜  		"metadatas/iot/AddDataForApiSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AddDataForApiSource.json",
2025-08-20T19:15:59.8597600Z [00:02:03.574]➜  		"metadatas/iot/AddDeviceToSharePromotion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AddDeviceToSharePromotion.json",
2025-08-20T19:15:59.8598529Z [00:02:03.574]➜  		"metadatas/iot/AddPowerStation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AddPowerStation.json",
2025-08-20T19:15:59.8599488Z [00:02:03.574]➜  		"metadatas/iot/AddShareTaskDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AddShareTaskDevice.json",
2025-08-20T19:15:59.8600275Z [00:02:03.574]➜  		"metadatas/iot/AsyncRRpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AsyncRRpc.json",
2025-08-20T19:15:59.8601220Z [00:02:03.574]➜  		"metadatas/iot/AttachDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AttachDestination.json",
2025-08-20T19:15:59.8602275Z [00:02:03.574]➜  		"metadatas/iot/AttachParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AttachParserDataSource.json",
2025-08-20T19:15:59.8603678Z [00:02:03.574]➜  		"metadatas/iot/BatchAddDataForApiSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchAddDataForApiSource.json",
2025-08-20T19:15:59.8604852Z [00:02:03.574]➜  		"metadatas/iot/BatchAddDeviceGroupRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchAddDeviceGroupRelations.json",
2025-08-20T19:15:59.8605788Z [00:02:03.574]➜  		"metadatas/iot/BatchAddThingTopo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchAddThingTopo.json",
2025-08-20T19:15:59.8607258Z [00:02:03.574]➜  		"metadatas/iot/BatchBindDeviceToEdgeInstanceWithDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchBindDeviceToEdgeInstanceWithDriver.json",
2025-08-20T19:15:59.8608563Z [00:02:03.574]➜  		"metadatas/iot/BatchBindDevicesIntoProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchBindDevicesIntoProject.json",
2025-08-20T19:15:59.8609751Z [00:02:03.574]➜  		"metadatas/iot/BatchBindProductsIntoProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchBindProductsIntoProject.json",
2025-08-20T19:15:59.8610865Z [00:02:03.574]➜  		"metadatas/iot/BatchCheckDeviceNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCheckDeviceNames.json",
2025-08-20T19:15:59.8611952Z [00:02:03.574]➜  		"metadatas/iot/BatchCheckImportDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCheckImportDevice.json",
2025-08-20T19:15:59.8613341Z [00:02:03.574]➜  		"metadatas/iot/BatchCheckVehicleDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCheckVehicleDevice.json",
2025-08-20T19:15:59.8614917Z [00:02:03.574]➜  		"metadatas/iot/BatchClearEdgeInstanceDeviceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchClearEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:59.8616057Z [00:02:03.574]➜  		"metadatas/iot/BatchCreateSoundCodeLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCreateSoundCodeLabel.json",
2025-08-20T19:15:59.8617375Z [00:02:03.574]➜  		"metadatas/iot/BatchCreateSoundCodeLabelWithLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCreateSoundCodeLabelWithLabels.json",
2025-08-20T19:15:59.8618598Z [00:02:03.574]➜  		"metadatas/iot/BatchDeleteDeviceGroupRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchDeleteDeviceGroupRelations.json",
2025-08-20T19:15:59.8619821Z [00:02:03.574]➜  		"metadatas/iot/BatchDeleteEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchDeleteEdgeInstanceChannel.json",
2025-08-20T19:15:59.8620958Z [00:02:03.574]➜  		"metadatas/iot/BatchGetDeviceBindStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetDeviceBindStatus.json",
2025-08-20T19:15:59.8621980Z [00:02:03.574]➜  		"metadatas/iot/BatchGetDeviceState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetDeviceState.json",
2025-08-20T19:15:59.8623231Z [00:02:03.574]➜  		"metadatas/iot/BatchGetEdgeDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeDriver.json",
2025-08-20T19:15:59.8624397Z [00:02:03.574]➜  		"metadatas/iot/BatchGetEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceChannel.json",
2025-08-20T19:15:59.8625712Z [00:02:03.574]➜  		"metadatas/iot/BatchGetEdgeInstanceDeviceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceDeviceChannel.json",
2025-08-20T19:15:59.8626966Z [00:02:03.574]➜  		"metadatas/iot/BatchGetEdgeInstanceDeviceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:59.8628232Z [00:02:03.574]➜  		"metadatas/iot/BatchGetEdgeInstanceDeviceDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceDeviceDriver.json",
2025-08-20T19:15:59.8629637Z [00:02:03.574]➜  		"metadatas/iot/BatchGetEdgeInstanceDriverConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:59.8630725Z [00:02:03.574]➜  		"metadatas/iot/BatchGrayMigrationDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGrayMigrationDevice.json",
2025-08-20T19:15:59.8631679Z [00:02:03.574]➜  		"metadatas/iot/BatchImportDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchImportDevice.json",
2025-08-20T19:15:59.8632940Z [00:02:03.574]➜  		"metadatas/iot/BatchImportVehicleDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchImportVehicleDevice.json",
2025-08-20T19:15:59.8633877Z [00:02:03.574]➜  		"metadatas/iot/BatchPub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchPub.json",
2025-08-20T19:15:59.8634919Z [00:02:03.574]➜  		"metadatas/iot/BatchQueryDeviceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchQueryDeviceDetail.json",
2025-08-20T19:15:59.8635938Z [00:02:03.574]➜  		"metadatas/iot/BatchRegisterDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchRegisterDevice.json",
2025-08-20T19:15:59.8637161Z [00:02:03.574]➜  		"metadatas/iot/BatchRegisterDeviceWithApplyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchRegisterDeviceWithApplyId.json",
2025-08-20T19:15:59.8638444Z [00:02:03.574]➜  		"metadatas/iot/BatchSetEdgeInstanceDeviceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchSetEdgeInstanceDeviceChannel.json",
2025-08-20T19:15:59.8639916Z [00:02:03.574]➜  		"metadatas/iot/BatchSetEdgeInstanceDeviceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchSetEdgeInstanceDeviceConfig.json",
2025-08-20T19:15:59.8641211Z [00:02:03.574]➜  		"metadatas/iot/BatchUnbindDeviceFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchUnbindDeviceFromEdgeInstance.json",
2025-08-20T19:15:59.8642628Z [00:02:03.574]➜  		"metadatas/iot/BatchUnbindProjectDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchUnbindProjectDevices.json",
2025-08-20T19:15:59.8643806Z [00:02:03.574]➜  		"metadatas/iot/BatchUnbindProjectProducts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchUnbindProjectProducts.json",
2025-08-20T19:15:59.8644906Z [00:02:03.574]➜  		"metadatas/iot/BatchUpdateDeviceNickname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchUpdateDeviceNickname.json",
2025-08-20T19:15:59.8646108Z [00:02:03.574]➜  		"metadatas/iot/BindApplicationToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindApplicationToEdgeInstance.json",
2025-08-20T19:15:59.8647221Z [00:02:03.574]➜  		"metadatas/iot/BindDriverToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindDriverToEdgeInstance.json",
2025-08-20T19:15:59.8648342Z [00:02:03.574]➜  		"metadatas/iot/BindGatewayToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindGatewayToEdgeInstance.json",
2025-08-20T19:15:59.8649294Z [00:02:03.574]➜  		"metadatas/iot/BindLicenseDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindLicenseDevice.json",
2025-08-20T19:15:59.8650209Z [00:02:03.574]➜  		"metadatas/iot/BindLicenseProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindLicenseProduct.json",
2025-08-20T19:15:59.8651236Z [00:02:03.574]➜  		"metadatas/iot/BindRoleToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindRoleToEdgeInstance.json",
2025-08-20T19:15:59.8652576Z [00:02:03.574]➜  		"metadatas/iot/BindSceneRuleToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindSceneRuleToEdgeInstance.json",
2025-08-20T19:15:59.8653588Z [00:02:03.574]➜  		"metadatas/iot/CancelJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelJob.json",
2025-08-20T19:15:59.8654631Z [00:02:03.574]➜  		"metadatas/iot/CancelOTAStrategyByJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelOTAStrategyByJob.json",
2025-08-20T19:15:59.8655686Z [00:02:03.574]➜  		"metadatas/iot/CancelOTATaskByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelOTATaskByDevice.json",
2025-08-20T19:15:59.8656711Z [00:02:03.574]➜  		"metadatas/iot/CancelOTATaskByJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelOTATaskByJob.json",
2025-08-20T19:15:59.8658002Z [00:02:03.574]➜  		"metadatas/iot/CancelReleaseProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelReleaseProduct.json",
2025-08-20T19:15:59.8659257Z [00:02:03.574]➜  		"metadatas/iot/CheckBindLicenseDeviceProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CheckBindLicenseDeviceProgress.json",
2025-08-20T19:15:59.8660433Z [00:02:03.574]➜  		"metadatas/iot/ClearDeviceDesiredProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ClearDeviceDesiredProperty.json",
2025-08-20T19:15:59.8661691Z [00:02:03.574]➜  		"metadatas/iot/ClearEdgeInstanceDriverConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ClearEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:59.8662875Z [00:02:03.574]➜  		"metadatas/iot/CloseDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CloseDeviceTunnel.json",
2025-08-20T19:15:59.8664222Z [00:02:03.574]➜  		"metadatas/iot/CloseEdgeInstanceDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CloseEdgeInstanceDeployment.json",
2025-08-20T19:15:59.8665297Z [00:02:03.574]➜  		"metadatas/iot/ConfirmOTATask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ConfirmOTATask.json",
2025-08-20T19:15:59.8666225Z [00:02:03.574]➜  		"metadatas/iot/CopyThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CopyThingModel.json",
2025-08-20T19:15:59.8667198Z [00:02:03.574]➜  		"metadatas/iot/CopyThingModelAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CopyThingModelAsync.json",
2025-08-20T19:15:59.8668292Z [00:02:03.574]➜  		"metadatas/iot/CountSpeechBroadcastHour.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CountSpeechBroadcastHour.json",
2025-08-20T19:15:59.8669286Z [00:02:03.574]➜  		"metadatas/iot/CreateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateConsumerGroup.json",
2025-08-20T19:15:59.8670614Z [00:02:03.574]➜  		"metadatas/iot/CreateConsumerGroupSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateConsumerGroupSubscribeRelation.json",
2025-08-20T19:15:59.8671622Z [00:02:03.574]➜  		"metadatas/iot/CreateDataAPIService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDataAPIService.json",
2025-08-20T19:15:59.8672820Z [00:02:03.574]➜  		"metadatas/iot/CreateDataSourceItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDataSourceItem.json",
2025-08-20T19:15:59.8673769Z [00:02:03.574]➜  		"metadatas/iot/CreateDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDestination.json",
2025-08-20T19:15:59.8674888Z [00:02:03.574]➜  		"metadatas/iot/CreateDeviceDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDeviceDistributeJob.json",
2025-08-20T19:15:59.8675958Z [00:02:03.574]➜  		"metadatas/iot/CreateDeviceDynamicGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDeviceDynamicGroup.json",
2025-08-20T19:15:59.8676911Z [00:02:03.574]➜  		"metadatas/iot/CreateDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDeviceGroup.json",
2025-08-20T19:15:59.8678019Z [00:02:03.574]➜  		"metadatas/iot/CreateDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDeviceTunnel.json",
2025-08-20T19:15:59.8679030Z [00:02:03.574]➜  		"metadatas/iot/CreateDownloadDataJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDownloadDataJob.json",
2025-08-20T19:15:59.8679954Z [00:02:03.574]➜  		"metadatas/iot/CreateEdgeDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeDriver.json",
2025-08-20T19:15:59.8680983Z [00:02:03.574]➜  		"metadatas/iot/CreateEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeDriverVersion.json",
2025-08-20T19:15:59.8682044Z [00:02:03.574]➜  		"metadatas/iot/CreateEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeInstance.json",
2025-08-20T19:15:59.8683318Z [00:02:03.574]➜  		"metadatas/iot/CreateEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeInstanceChannel.json",
2025-08-20T19:15:59.8684457Z [00:02:03.574]➜  		"metadatas/iot/CreateEdgeInstanceDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeInstanceDeployment.json",
2025-08-20T19:15:59.8685592Z [00:02:03.574]➜  		"metadatas/iot/CreateEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeInstanceMessageRouting.json",
2025-08-20T19:15:59.8686685Z [00:02:03.574]➜  		"metadatas/iot/CreateEdgeOssPreSignedAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeOssPreSignedAddress.json",
2025-08-20T19:15:59.8687670Z [00:02:03.574]➜  		"metadatas/iot/CreateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateJob.json",
2025-08-20T19:15:59.8688744Z [00:02:03.574]➜  		"metadatas/iot/CreateLoRaNodesTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateLoRaNodesTask.json",
2025-08-20T19:15:59.8689849Z [00:02:03.574]➜  		"metadatas/iot/CreateOTADynamicUpgradeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTADynamicUpgradeJob.json",
2025-08-20T19:15:59.8690747Z [00:02:03.574]➜  		"metadatas/iot/CreateOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTAFirmware.json",
2025-08-20T19:15:59.8691604Z [00:02:03.574]➜  		"metadatas/iot/CreateOTAModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTAModule.json",
2025-08-20T19:15:59.8692845Z [00:02:03.574]➜  		"metadatas/iot/CreateOTAStaticUpgradeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTAStaticUpgradeJob.json",
2025-08-20T19:15:59.8693819Z [00:02:03.574]➜  		"metadatas/iot/CreateOTAVerifyJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTAVerifyJob.json",
2025-08-20T19:15:59.8694666Z [00:02:03.574]➜  		"metadatas/iot/CreateParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateParser.json",
2025-08-20T19:15:59.8695692Z [00:02:03.574]➜  		"metadatas/iot/CreateParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateParserDataSource.json",
2025-08-20T19:15:59.8696540Z [00:02:03.574]➜  		"metadatas/iot/CreateProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateProduct.json",
2025-08-20T19:15:59.8697663Z [00:02:03.574]➜  		"metadatas/iot/CreateProductDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateProductDistributeJob.json",
2025-08-20T19:15:59.8698601Z [00:02:03.574]➜  		"metadatas/iot/CreateProductTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateProductTags.json",
2025-08-20T19:15:59.8699586Z [00:02:03.574]➜  		"metadatas/iot/CreateProductTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateProductTopic.json",
2025-08-20T19:15:59.8700533Z [00:02:03.574]➜  		"metadatas/iot/CreateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateRule.json",
2025-08-20T19:15:59.8701486Z [00:02:03.574]➜  		"metadatas/iot/CreateRuleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateRuleAction.json",
2025-08-20T19:15:59.8702556Z [00:02:03.574]➜  		"metadatas/iot/CreateSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSceneRule.json",
2025-08-20T19:15:59.8703566Z [00:02:03.574]➜  		"metadatas/iot/CreateSchedulePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSchedulePeriod.json",
2025-08-20T19:15:59.8704731Z [00:02:03.574]➜  		"metadatas/iot/CreateSharePromotionActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSharePromotionActivity.json",
2025-08-20T19:15:59.8706061Z [00:02:03.574]➜  		"metadatas/iot/CreateSharePromotionSpeechModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSharePromotionSpeechModel.json",
2025-08-20T19:15:59.8706972Z [00:02:03.574]➜  		"metadatas/iot/CreateSoundCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSoundCode.json",
2025-08-20T19:15:59.8707972Z [00:02:03.574]➜  		"metadatas/iot/CreateSoundCodeLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSoundCodeLabel.json",
2025-08-20T19:15:59.8708996Z [00:02:03.574]➜  		"metadatas/iot/CreateSoundCodeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSoundCodeSchedule.json",
2025-08-20T19:15:59.8709807Z [00:02:03.574]➜  		"metadatas/iot/CreateSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSpeech.json",
2025-08-20T19:15:59.8711036Z [00:02:03.574]➜  		"metadatas/iot/CreateStudioAppDomainOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateStudioAppDomainOpen.json",
2025-08-20T19:15:59.8712131Z [00:02:03.574]➜  		"metadatas/iot/CreateSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSubscribeRelation.json",
2025-08-20T19:15:59.8713219Z [00:02:03.574]➜  		"metadatas/iot/CreateThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateThingModel.json",
2025-08-20T19:15:59.8714097Z [00:02:03.574]➜  		"metadatas/iot/CreateThingScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateThingScript.json",
2025-08-20T19:15:59.8714968Z [00:02:03.574]➜  		"metadatas/iot/CreateTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateTopicConfig.json",
2025-08-20T19:15:59.8715971Z [00:02:03.574]➜  		"metadatas/iot/CreateTopicRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateTopicRouteTable.json",
2025-08-20T19:15:59.8716878Z [00:02:03.574]➜  		"metadatas/iot/DeleteClientIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteClientIds.json",
2025-08-20T19:15:59.8717786Z [00:02:03.574]➜  		"metadatas/iot/DeleteConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteConsumerGroup.json",
2025-08-20T19:15:59.8718961Z [00:02:03.574]➜  		"metadatas/iot/DeleteConsumerGroupSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteConsumerGroupSubscribeRelation.json",
2025-08-20T19:15:59.8719912Z [00:02:03.574]➜  		"metadatas/iot/DeleteDataSourceItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDataSourceItem.json",
2025-08-20T19:15:59.8720813Z [00:02:03.574]➜  		"metadatas/iot/DeleteDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDestination.json",
2025-08-20T19:15:59.8721629Z [00:02:03.574]➜  		"metadatas/iot/DeleteDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDevice.json",
2025-08-20T19:15:59.8723129Z [00:02:03.574]➜  		"metadatas/iot/DeleteDeviceDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceDistributeJob.json",
2025-08-20T19:15:59.8724316Z [00:02:03.574]➜  		"metadatas/iot/DeleteDeviceDynamicGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceDynamicGroup.json",
2025-08-20T19:15:59.8725206Z [00:02:03.574]➜  		"metadatas/iot/DeleteDeviceFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceFile.json",
2025-08-20T19:15:59.8726109Z [00:02:03.574]➜  		"metadatas/iot/DeleteDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceGroup.json",
2025-08-20T19:15:59.8726975Z [00:02:03.574]➜  		"metadatas/iot/DeleteDeviceProp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceProp.json",
2025-08-20T19:15:59.8728049Z [00:02:03.574]➜  		"metadatas/iot/DeleteDeviceSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceSpeech.json",
2025-08-20T19:15:59.8729014Z [00:02:03.574]➜  		"metadatas/iot/DeleteDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceTunnel.json",
2025-08-20T19:15:59.8729977Z [00:02:03.574]➜  		"metadatas/iot/DeleteEdgeDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteEdgeDriver.json",
2025-08-20T19:15:59.8731000Z [00:02:03.574]➜  		"metadatas/iot/DeleteEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteEdgeDriverVersion.json",
2025-08-20T19:15:59.8731896Z [00:02:03.574]➜  		"metadatas/iot/DeleteEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteEdgeInstance.json",
2025-08-20T19:15:59.8733378Z [00:02:03.574]➜  		"metadatas/iot/DeleteEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteEdgeInstanceMessageRouting.json",
2025-08-20T19:15:59.8734297Z [00:02:03.574]➜  		"metadatas/iot/DeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteJob.json",
2025-08-20T19:15:59.8735280Z [00:02:03.574]➜  		"metadatas/iot/DeleteOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteOTAFirmware.json",
2025-08-20T19:15:59.8736206Z [00:02:03.574]➜  		"metadatas/iot/DeleteOTAModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteOTAModule.json",
2025-08-20T19:15:59.8737043Z [00:02:03.574]➜  		"metadatas/iot/DeleteParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteParser.json",
2025-08-20T19:15:59.8738052Z [00:02:03.574]➜  		"metadatas/iot/DeleteParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteParserDataSource.json",
2025-08-20T19:15:59.8739043Z [00:02:03.574]➜  		"metadatas/iot/DeletePowerStation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeletePowerStation.json",
2025-08-20T19:15:59.8740009Z [00:02:03.574]➜  		"metadatas/iot/DeleteProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteProduct.json",
2025-08-20T19:15:59.8741001Z [00:02:03.574]➜  		"metadatas/iot/DeleteProductTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteProductTags.json",
2025-08-20T19:15:59.8742139Z [00:02:03.574]➜  		"metadatas/iot/DeleteProductTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteProductTopic.json",
2025-08-20T19:15:59.8743440Z [00:02:03.574]➜  		"metadatas/iot/DeleteRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteRule.json",
2025-08-20T19:15:59.8744342Z [00:02:03.574]➜  		"metadatas/iot/DeleteRuleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteRuleAction.json",
2025-08-20T19:15:59.8745231Z [00:02:03.574]➜  		"metadatas/iot/DeleteSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSceneRule.json",
2025-08-20T19:15:59.8746207Z [00:02:03.574]➜  		"metadatas/iot/DeleteSchedulePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSchedulePeriod.json",
2025-08-20T19:15:59.8747508Z [00:02:03.574]➜  		"metadatas/iot/DeleteShareTaskDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteShareTaskDevice.json",
2025-08-20T19:15:59.8748475Z [00:02:03.574]➜  		"metadatas/iot/DeleteSoundCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSoundCode.json",
2025-08-20T19:15:59.8749731Z [00:02:03.574]➜  		"metadatas/iot/DeleteSoundCodeLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSoundCodeLabel.json",
2025-08-20T19:15:59.8751008Z [00:02:03.574]➜  		"metadatas/iot/DeleteSoundCodeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSoundCodeSchedule.json",
2025-08-20T19:15:59.8752057Z [00:02:03.574]➜  		"metadatas/iot/DeleteSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSpeech.json",
2025-08-20T19:15:59.8753305Z [00:02:03.574]➜  		"metadatas/iot/DeleteStudioAppDomainOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteStudioAppDomainOpen.json",
2025-08-20T19:15:59.8754441Z [00:02:03.574]➜  		"metadatas/iot/DeleteSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSubscribeRelation.json",
2025-08-20T19:15:59.8755446Z [00:02:03.574]➜  		"metadatas/iot/DeleteThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteThingModel.json",
2025-08-20T19:15:59.8756457Z [00:02:03.574]➜  		"metadatas/iot/DeleteTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteTopicConfig.json",
2025-08-20T19:15:59.8757806Z [00:02:03.574]➜  		"metadatas/iot/DeleteTopicRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteTopicRouteTable.json",
2025-08-20T19:15:59.8759556Z [00:02:03.574]➜  		"metadatas/iot/DeleteUserDefineTableDataByPrimaryKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteUserDefineTableDataByPrimaryKey.json",
2025-08-20T19:15:59.8760565Z [00:02:03.574]➜  		"metadatas/iot/DetachDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DetachDestination.json",
2025-08-20T19:15:59.8761585Z [00:02:03.574]➜  		"metadatas/iot/DetachParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DetachParserDataSource.json",
2025-08-20T19:15:59.8762692Z [00:02:03.574]➜  		"metadatas/iot/DisableDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DisableDeviceTunnel.json",
2025-08-20T19:15:59.8763813Z [00:02:03.574]➜  		"metadatas/iot/DisableDeviceTunnelShare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DisableDeviceTunnelShare.json",
2025-08-20T19:15:59.8765162Z [00:02:03.574]➜  		"metadatas/iot/DisableSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DisableSceneRule.json",
2025-08-20T19:15:59.8766248Z [00:02:03.574]➜  		"metadatas/iot/DisableThing.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DisableThing.json",
2025-08-20T19:15:59.8767419Z [00:02:03.574]➜  		"metadatas/iot/EnableDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/EnableDeviceTunnel.json",
2025-08-20T19:15:59.8768478Z [00:02:03.574]➜  		"metadatas/iot/EnableDeviceTunnelShare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/EnableDeviceTunnelShare.json",
2025-08-20T19:15:59.8769390Z [00:02:03.574]➜  		"metadatas/iot/EnableSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/EnableSceneRule.json",
2025-08-20T19:15:59.8770205Z [00:02:03.574]➜  		"metadatas/iot/EnableThing.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/EnableThing.json",
2025-08-20T19:15:59.8771295Z [00:02:03.574]➜  		"metadatas/iot/GenerateDeviceNameListURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GenerateDeviceNameListURL.json",
2025-08-20T19:15:59.8772326Z [00:02:03.574]➜  		"metadatas/iot/GenerateFileUploadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GenerateFileUploadURL.json",
2025-08-20T19:15:59.8773490Z [00:02:03.574]➜  		"metadatas/iot/GenerateOTAUploadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GenerateOTAUploadURL.json",
2025-08-20T19:15:59.8774557Z [00:02:03.574]➜  		"metadatas/iot/GetDataAPIServiceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDataAPIServiceDetail.json",
2025-08-20T19:15:59.8775436Z [00:02:03.574]➜  		"metadatas/iot/GetDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDestination.json",
2025-08-20T19:15:59.8776353Z [00:02:03.574]➜  		"metadatas/iot/GetDeviceShadow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDeviceShadow.json",
2025-08-20T19:15:59.8777405Z [00:02:03.574]➜  		"metadatas/iot/GetDeviceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDeviceStatus.json",
2025-08-20T19:15:59.8778548Z [00:02:03.574]➜  		"metadatas/iot/GetDeviceTunnelShareStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDeviceTunnelShareStatus.json",
2025-08-20T19:15:59.8779584Z [00:02:03.574]➜  		"metadatas/iot/GetDeviceTunnelStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDeviceTunnelStatus.json",
2025-08-20T19:15:59.8780501Z [00:02:03.574]➜  		"metadatas/iot/GetDownloadFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDownloadFile.json",
2025-08-20T19:15:59.8781553Z [00:02:03.574]➜  		"metadatas/iot/GetEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetEdgeDriverVersion.json",
2025-08-20T19:15:59.8782728Z [00:02:03.574]➜  		"metadatas/iot/GetEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetEdgeInstance.json",
2025-08-20T19:15:59.8783917Z [00:02:03.574]➜  		"metadatas/iot/GetEdgeInstanceDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetEdgeInstanceDeployment.json",
2025-08-20T19:15:59.8785086Z [00:02:03.574]➜  		"metadatas/iot/GetEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetEdgeInstanceMessageRouting.json",
2025-08-20T19:15:59.8786129Z [00:02:03.574]➜  		"metadatas/iot/GetGatewayBySubDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetGatewayBySubDevice.json",
2025-08-20T19:15:59.8787059Z [00:02:03.574]➜  		"metadatas/iot/GetLoraNodesTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetLoraNodesTask.json",
2025-08-20T19:15:59.8787902Z [00:02:03.574]➜  		"metadatas/iot/GetParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetParser.json",
2025-08-20T19:15:59.8788978Z [00:02:03.574]➜  		"metadatas/iot/GetParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetParserDataSource.json",
2025-08-20T19:15:59.8789914Z [00:02:03.574]➜  		"metadatas/iot/GetRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetRule.json",
2025-08-20T19:15:59.8790816Z [00:02:03.574]➜  		"metadatas/iot/GetRuleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetRuleAction.json",
2025-08-20T19:15:59.8791670Z [00:02:03.574]➜  		"metadatas/iot/GetSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSceneRule.json",
2025-08-20T19:15:59.8792858Z [00:02:03.574]➜  		"metadatas/iot/GetShareSpeechModelAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetShareSpeechModelAudio.json",
2025-08-20T19:15:59.8793929Z [00:02:03.574]➜  		"metadatas/iot/GetShareTaskByDeviceOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetShareTaskByDeviceOpen.json",
2025-08-20T19:15:59.8794847Z [00:02:03.574]➜  		"metadatas/iot/GetSoundCodeAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSoundCodeAudio.json",
2025-08-20T19:15:59.8795948Z [00:02:03.574]➜  		"metadatas/iot/GetSoundCodeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSoundCodeSchedule.json",
2025-08-20T19:15:59.8796946Z [00:02:03.574]➜  		"metadatas/iot/GetSpeechDeviceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSpeechDeviceDetail.json",
2025-08-20T19:15:59.8798169Z [00:02:03.574]➜  		"metadatas/iot/GetSpeechLicenseDeviceStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSpeechLicenseDeviceStatistics.json",
2025-08-20T19:15:59.8799089Z [00:02:03.574]➜  		"metadatas/iot/GetSpeechVoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSpeechVoice.json",
2025-08-20T19:15:59.8800311Z [00:02:03.574]➜  		"metadatas/iot/GetStudioAppTokenOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetStudioAppTokenOpen.json",
2025-08-20T19:15:59.8801425Z [00:02:03.574]➜  		"metadatas/iot/GetThingModelStatusInner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingModelStatusInner.json",
2025-08-20T19:15:59.8802362Z [00:02:03.574]➜  		"metadatas/iot/GetThingModelTsl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingModelTsl.json",
2025-08-20T19:15:59.8803576Z [00:02:03.574]➜  		"metadatas/iot/GetThingModelTslPublished.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingModelTslPublished.json",
2025-08-20T19:15:59.8804462Z [00:02:03.574]➜  		"metadatas/iot/GetThingScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingScript.json",
2025-08-20T19:15:59.8805378Z [00:02:03.574]➜  		"metadatas/iot/GetThingTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingTemplate.json",
2025-08-20T19:15:59.8806392Z [00:02:03.574]➜  		"metadatas/iot/GetThingTopo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingTopo.json",
2025-08-20T19:15:59.8807520Z [00:02:03.574]➜  		"metadatas/iot/GisQueryDeviceLocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GisQueryDeviceLocation.json",
2025-08-20T19:15:59.8808512Z [00:02:03.574]➜  		"metadatas/iot/GisSearchDeviceTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GisSearchDeviceTrace.json",
2025-08-20T19:15:59.8809371Z [00:02:03.574]➜  		"metadatas/iot/ImportDTData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ImportDTData.json",
2025-08-20T19:15:59.8810210Z [00:02:03.574]➜  		"metadatas/iot/ImportDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ImportDevice.json",
2025-08-20T19:15:59.8811250Z [00:02:03.574]➜  		"metadatas/iot/ImportThingModelTsl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ImportThingModelTsl.json",
2025-08-20T19:15:59.8812254Z [00:02:03.574]➜  		"metadatas/iot/InvokeDataAPIService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/InvokeDataAPIService.json",
2025-08-20T19:15:59.8813321Z [00:02:03.574]➜  		"metadatas/iot/InvokeThingService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/InvokeThingService.json",
2025-08-20T19:15:59.8814291Z [00:02:03.574]➜  		"metadatas/iot/InvokeThingsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/InvokeThingsService.json",
2025-08-20T19:15:59.8815238Z [00:02:03.574]➜  		"metadatas/iot/ListAnalyticsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListAnalyticsData.json",
2025-08-20T19:15:59.8816185Z [00:02:03.574]➜  		"metadatas/iot/ListDataSourceItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDataSourceItem.json",
2025-08-20T19:15:59.8817108Z [00:02:03.574]➜  		"metadatas/iot/ListDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDestination.json",
2025-08-20T19:15:59.8818187Z [00:02:03.574]➜  		"metadatas/iot/ListDeviceDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDeviceDistributeJob.json",
2025-08-20T19:15:59.8819353Z [00:02:03.574]➜  		"metadatas/iot/ListDistributedDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDistributedDevice.json",
2025-08-20T19:15:59.8820386Z [00:02:03.574]➜  		"metadatas/iot/ListDistributedProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDistributedProduct.json",
2025-08-20T19:15:59.8821150Z [00:02:03.574]➜  		"metadatas/iot/ListJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListJob.json",
2025-08-20T19:15:59.8822063Z [00:02:03.574]➜  		"metadatas/iot/ListOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAFirmware.json",
2025-08-20T19:15:59.8823343Z [00:02:03.574]➜  		"metadatas/iot/ListOTAJobByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAJobByDevice.json",
2025-08-20T19:15:59.8824384Z [00:02:03.575]➜  		"metadatas/iot/ListOTAJobByFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAJobByFirmware.json",
2025-08-20T19:15:59.8825429Z [00:02:03.575]➜  		"metadatas/iot/ListOTAModuleByProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAModuleByProduct.json",
2025-08-20T19:15:59.8826652Z [00:02:03.575]➜  		"metadatas/iot/ListOTAModuleVersionsByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAModuleVersionsByDevice.json",
2025-08-20T19:15:59.8827588Z [00:02:03.575]➜  		"metadatas/iot/ListOTATaskByJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTATaskByJob.json",
2025-08-20T19:15:59.8828911Z [00:02:03.575]➜  		"metadatas/iot/ListOTAUnfinishedTaskByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAUnfinishedTaskByDevice.json",
2025-08-20T19:15:59.8829891Z [00:02:03.575]➜  		"metadatas/iot/ListParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListParser.json",
2025-08-20T19:15:59.8830958Z [00:02:03.575]➜  		"metadatas/iot/ListParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListParserDataSource.json",
2025-08-20T19:15:59.8832036Z [00:02:03.575]➜  		"metadatas/iot/ListParserDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListParserDestination.json",
2025-08-20T19:15:59.8833106Z [00:02:03.575]➜  		"metadatas/iot/ListPowerStation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListPowerStation.json",
2025-08-20T19:15:59.8834061Z [00:02:03.575]➜  		"metadatas/iot/ListProductByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListProductByTags.json",
2025-08-20T19:15:59.8835019Z [00:02:03.575]➜  		"metadatas/iot/ListProductTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListProductTags.json",
2025-08-20T19:15:59.8835863Z [00:02:03.575]➜  		"metadatas/iot/ListRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListRule.json",
2025-08-20T19:15:59.8836785Z [00:02:03.575]➜  		"metadatas/iot/ListRuleActions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListRuleActions.json",
2025-08-20T19:15:59.8837577Z [00:02:03.575]➜  		"metadatas/iot/ListTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListTask.json",
2025-08-20T19:15:59.8838587Z [00:02:03.575]➜  		"metadatas/iot/ListThingModelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListThingModelVersion.json",
2025-08-20T19:15:59.8839558Z [00:02:03.575]➜  		"metadatas/iot/ListThingTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListThingTemplates.json",
2025-08-20T19:15:59.8840461Z [00:02:03.575]➜  		"metadatas/iot/ModifyOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ModifyOTAFirmware.json",
2025-08-20T19:15:59.8841407Z [00:02:03.575]➜  		"metadatas/iot/ModifyPowerStation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ModifyPowerStation.json",
2025-08-20T19:15:59.8842659Z [00:02:03.575]➜  		"metadatas/iot/NotifyAddThingTopo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/NotifyAddThingTopo.json",
2025-08-20T19:15:59.8843569Z [00:02:03.575]➜  		"metadatas/iot/OpenIotService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/OpenIotService.json",
2025-08-20T19:15:59.8844774Z [00:02:03.575]➜  		"metadatas/iot/PackageSoundCodeLabelBatchAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PackageSoundCodeLabelBatchAudio.json",
2025-08-20T19:15:59.8845929Z [00:02:03.575]➜  		"metadatas/iot/PageQuerySharedSpeechOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PageQuerySharedSpeechOpen.json",
2025-08-20T19:15:59.8847308Z [00:02:03.575]➜  		"metadatas/iot/PageQuerySpeechBroadcastHour.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PageQuerySpeechBroadcastHour.json",
2025-08-20T19:15:59.8848288Z [00:02:03.575]➜  		"metadatas/iot/PrintByTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PrintByTemplate.json",
2025-08-20T19:15:59.8849026Z [00:02:03.575]➜  		"metadatas/iot/Pub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/Pub.json",
2025-08-20T19:15:59.8849930Z [00:02:03.575]➜  		"metadatas/iot/PubBroadcast.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PubBroadcast.json",
2025-08-20T19:15:59.8850826Z [00:02:03.575]➜  		"metadatas/iot/PublishScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishScript.json",
2025-08-20T19:15:59.8851789Z [00:02:03.575]➜  		"metadatas/iot/PublishStudioApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishStudioApp.json",
2025-08-20T19:15:59.8853185Z [00:02:03.575]➜  		"metadatas/iot/PublishThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishThingModel.json",
2025-08-20T19:15:59.8854316Z [00:02:03.575]➜  		"metadatas/iot/PublishThingModelAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishThingModelAsync.json",
2025-08-20T19:15:59.8855503Z [00:02:03.575]➜  		"metadatas/iot/PublishThingModelAsyncInner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishThingModelAsyncInner.json",
2025-08-20T19:15:59.8856373Z [00:02:03.575]➜  		"metadatas/iot/PushSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PushSpeech.json",
2025-08-20T19:15:59.8857583Z [00:02:03.575]➜  		"metadatas/iot/QueryBatchRegisterDeviceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryBatchRegisterDeviceStatus.json",
2025-08-20T19:15:59.8858589Z [00:02:03.575]➜  		"metadatas/iot/QueryCertUrlByApplyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryCertUrlByApplyId.json",
2025-08-20T19:15:59.8859485Z [00:02:03.575]➜  		"metadatas/iot/QueryClientIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryClientIds.json",
2025-08-20T19:15:59.8860601Z [00:02:03.575]➜  		"metadatas/iot/QueryConsumerGroupByGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryConsumerGroupByGroupId.json",
2025-08-20T19:15:59.8861620Z [00:02:03.575]➜  		"metadatas/iot/QueryConsumerGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryConsumerGroupList.json",
2025-08-20T19:15:59.8862832Z [00:02:03.575]➜  		"metadatas/iot/QueryConsumerGroupStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryConsumerGroupStatus.json",
2025-08-20T19:15:59.8864036Z [00:02:03.575]➜  		"metadatas/iot/QueryCustomTimelineTableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryCustomTimelineTableStatus.json",
2025-08-20T19:15:59.8865080Z [00:02:03.575]➜  		"metadatas/iot/QueryDetailSceneRuleLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDetailSceneRuleLog.json",
2025-08-20T19:15:59.8866093Z [00:02:03.575]➜  		"metadatas/iot/QueryDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevice.json",
2025-08-20T19:15:59.8867033Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceBySQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceBySQL.json",
2025-08-20T19:15:59.8868017Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceByStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceByStatus.json",
2025-08-20T19:15:59.8868961Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceByTags.json",
2025-08-20T19:15:59.8869884Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceCert.json",
2025-08-20T19:15:59.8871223Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceDesiredProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceDesiredProperty.json",
2025-08-20T19:15:59.8872190Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceDetail.json",
2025-08-20T19:15:59.8873607Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceDistributeDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceDistributeDetail.json",
2025-08-20T19:15:59.8874707Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceDistributeJob.json",
2025-08-20T19:15:59.8875710Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceEventData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceEventData.json",
2025-08-20T19:15:59.8876772Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceFile.json",
2025-08-20T19:15:59.8877896Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceFileList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceFileList.json",
2025-08-20T19:15:59.8878997Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceGroupByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupByDevice.json",
2025-08-20T19:15:59.8880045Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceGroupByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupByTags.json",
2025-08-20T19:15:59.8881059Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceGroupInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupInfo.json",
2025-08-20T19:15:59.8882051Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupList.json",
2025-08-20T19:15:59.8883311Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceGroupTagList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupTagList.json",
2025-08-20T19:15:59.8884287Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceInfo.json",
2025-08-20T19:15:59.8885419Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceListByDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceListByDeviceGroup.json",
2025-08-20T19:15:59.8886579Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceOriginalEventData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceOriginalEventData.json",
2025-08-20T19:15:59.8887838Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceOriginalPropertyData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceOriginalPropertyData.json",
2025-08-20T19:15:59.8889133Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceOriginalPropertyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceOriginalPropertyStatus.json",
2025-08-20T19:15:59.8890572Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceOriginalServiceData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceOriginalServiceData.json",
2025-08-20T19:15:59.8891529Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceProp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceProp.json",
2025-08-20T19:15:59.8892862Z [00:02:03.575]➜  		"metadatas/iot/QueryDevicePropertiesData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicePropertiesData.json",
2025-08-20T19:15:59.8893969Z [00:02:03.575]➜  		"metadatas/iot/QueryDevicePropertyData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicePropertyData.json",
2025-08-20T19:15:59.8895270Z [00:02:03.575]➜  		"metadatas/iot/QueryDevicePropertyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicePropertyStatus.json",
2025-08-20T19:15:59.8896387Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceProvisioning.json",
2025-08-20T19:15:59.8897465Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceServiceData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceServiceData.json",
2025-08-20T19:15:59.8898455Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceSpeech.json",
2025-08-20T19:15:59.8899498Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceStatistics.json",
2025-08-20T19:15:59.8900633Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceSubTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceSubTopic.json",
2025-08-20T19:15:59.8901762Z [00:02:03.575]➜  		"metadatas/iot/QueryDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceTunnel.json",
2025-08-20T19:15:59.8903200Z [00:02:03.575]➜  		"metadatas/iot/QueryDevicesHotStorageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicesHotStorageData.json",
2025-08-20T19:15:59.8904487Z [00:02:03.575]➜  		"metadatas/iot/QueryDevicesHotStorageDataStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicesHotStorageDataStatus.json",
2025-08-20T19:15:59.8905616Z [00:02:03.575]➜  		"metadatas/iot/QueryDynamicGroupDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDynamicGroupDevices.json",
2025-08-20T19:15:59.8906548Z [00:02:03.575]➜  		"metadatas/iot/QueryEdgeDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeDriver.json",
2025-08-20T19:15:59.8907644Z [00:02:03.575]➜  		"metadatas/iot/QueryEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeDriverVersion.json",
2025-08-20T19:15:59.8908623Z [00:02:03.575]➜  		"metadatas/iot/QueryEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstance.json",
2025-08-20T19:15:59.8909731Z [00:02:03.575]➜  		"metadatas/iot/QueryEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceChannel.json",
2025-08-20T19:15:59.8910883Z [00:02:03.575]➜  		"metadatas/iot/QueryEdgeInstanceDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceDevice.json",
2025-08-20T19:15:59.8912138Z [00:02:03.575]➜  		"metadatas/iot/QueryEdgeInstanceDeviceByDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceDeviceByDriver.json",
2025-08-20T19:15:59.8913425Z [00:02:03.575]➜  		"metadatas/iot/QueryEdgeInstanceDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceDriver.json",
2025-08-20T19:15:59.8914461Z [00:02:03.575]➜  		"metadatas/iot/QueryEdgeInstanceGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceGateway.json",
2025-08-20T19:15:59.8915843Z [00:02:03.575]➜  		"metadatas/iot/QueryEdgeInstanceHistoricDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceHistoricDeployment.json",
2025-08-20T19:15:59.8917027Z [00:02:03.575]➜  		"metadatas/iot/QueryEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceMessageRouting.json",
2025-08-20T19:15:59.8918173Z [00:02:03.575]➜  		"metadatas/iot/QueryEdgeInstanceSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceSceneRule.json",
2025-08-20T19:15:59.8919333Z [00:02:03.575]➜  		"metadatas/iot/QueryImportedDeviceByApplyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryImportedDeviceByApplyId.json",
2025-08-20T19:15:59.8920268Z [00:02:03.575]➜  		"metadatas/iot/QueryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryJob.json",
2025-08-20T19:15:59.8921249Z [00:02:03.575]➜  		"metadatas/iot/QueryJobStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryJobStatistics.json",
2025-08-20T19:15:59.8922336Z [00:02:03.575]➜  		"metadatas/iot/QueryLicenseDeviceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryLicenseDeviceList.json",
2025-08-20T19:15:59.8923695Z [00:02:03.575]➜  		"metadatas/iot/QueryLoRaJoinPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryLoRaJoinPermissions.json",
2025-08-20T19:15:59.8924684Z [00:02:03.575]➜  		"metadatas/iot/QueryMessageInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryMessageInfo.json",
2025-08-20T19:15:59.8925757Z [00:02:03.575]➜  		"metadatas/iot/QueryOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryOTAFirmware.json",
2025-08-20T19:15:59.8926792Z [00:02:03.575]➜  		"metadatas/iot/QueryOTAJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryOTAJob.json",
2025-08-20T19:15:59.8927800Z [00:02:03.575]➜  		"metadatas/iot/QueryPageByApplyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryPageByApplyId.json",
2025-08-20T19:15:59.8928697Z [00:02:03.575]➜  		"metadatas/iot/QueryProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProduct.json",
2025-08-20T19:15:59.8929770Z [00:02:03.575]➜  		"metadatas/iot/QueryProductCertInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProductCertInfo.json",
2025-08-20T19:15:59.8930652Z [00:02:03.575]➜  		"metadatas/iot/QueryProductList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProductList.json",
2025-08-20T19:15:59.8931631Z [00:02:03.575]➜  		"metadatas/iot/QueryProductTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProductTopic.json",
2025-08-20T19:15:59.8933133Z [00:02:03.575]➜  		"metadatas/iot/QueryProjectShareDeviceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProjectShareDeviceList.json",
2025-08-20T19:15:59.8934323Z [00:02:03.575]➜  		"metadatas/iot/QuerySceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySceneRule.json",
2025-08-20T19:15:59.8935501Z [00:02:03.575]➜  		"metadatas/iot/QuerySchedulePeriodList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySchedulePeriodList.json",
2025-08-20T19:15:59.8936872Z [00:02:03.575]➜  		"metadatas/iot/QueryShareProductNameByProductKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryShareProductNameByProductKey.json",
2025-08-20T19:15:59.8938290Z [00:02:03.575]➜  		"metadatas/iot/QuerySharePromotionActivityAuditResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySharePromotionActivityAuditResult.json",
2025-08-20T19:15:59.8939396Z [00:02:03.575]➜  		"metadatas/iot/QueryShareTaskDeviceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryShareTaskDeviceList.json",
2025-08-20T19:15:59.8940579Z [00:02:03.575]➜  		"metadatas/iot/QuerySolutionDeviceGroupPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySolutionDeviceGroupPage.json",
2025-08-20T19:15:59.8941888Z [00:02:03.575]➜  		"metadatas/iot/QuerySoundCodeLabelBatchFailedResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeLabelBatchFailedResult.json",
2025-08-20T19:15:59.8943251Z [00:02:03.575]➜  		"metadatas/iot/QuerySoundCodeLabelBatchList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeLabelBatchList.json",
2025-08-20T19:15:59.8944376Z [00:02:03.575]➜  		"metadatas/iot/QuerySoundCodeLabelList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeLabelList.json",
2025-08-20T19:15:59.8945518Z [00:02:03.575]➜  		"metadatas/iot/QuerySoundCodeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeList.json",
2025-08-20T19:15:59.8946679Z [00:02:03.575]➜  		"metadatas/iot/QuerySoundCodeScheduleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeScheduleList.json",
2025-08-20T19:15:59.8947542Z [00:02:03.575]➜  		"metadatas/iot/QuerySpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeech.json",
2025-08-20T19:15:59.8948479Z [00:02:03.575]➜  		"metadatas/iot/QuerySpeechDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechDevice.json",
2025-08-20T19:15:59.8949723Z [00:02:03.575]➜  		"metadatas/iot/QuerySpeechLicenseAvailableQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechLicenseAvailableQuota.json",
2025-08-20T19:15:59.8951040Z [00:02:03.575]➜  		"metadatas/iot/QuerySpeechLicenseDeviceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechLicenseDeviceList.json",
2025-08-20T19:15:59.8952085Z [00:02:03.575]➜  		"metadatas/iot/QuerySpeechList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechList.json",
2025-08-20T19:15:59.8953394Z [00:02:03.575]➜  		"metadatas/iot/QuerySpeechPushJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechPushJob.json",
2025-08-20T19:15:59.8954521Z [00:02:03.575]➜  		"metadatas/iot/QuerySpeechPushJobDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechPushJobDevice.json",
2025-08-20T19:15:59.8955634Z [00:02:03.575]➜  		"metadatas/iot/QuerySpeechPushJobSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechPushJobSpeech.json",
2025-08-20T19:15:59.8956847Z [00:02:03.575]➜  		"metadatas/iot/QueryStudioAppDomainListOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryStudioAppDomainListOpen.json",
2025-08-20T19:15:59.8957883Z [00:02:03.575]➜  		"metadatas/iot/QueryStudioAppList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryStudioAppList.json",
2025-08-20T19:15:59.8959272Z [00:02:03.575]➜  		"metadatas/iot/QueryStudioAppPageListOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryStudioAppPageListOpen.json",
2025-08-20T19:15:59.8960318Z [00:02:03.575]➜  		"metadatas/iot/QueryStudioProjectList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryStudioProjectList.json",
2025-08-20T19:15:59.8961376Z [00:02:03.575]➜  		"metadatas/iot/QuerySubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySubscribeRelation.json",
2025-08-20T19:15:59.8962652Z [00:02:03.575]➜  		"metadatas/iot/QuerySummarySceneRuleLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySummarySceneRuleLog.json",
2025-08-20T19:15:59.8963905Z [00:02:03.575]➜  		"metadatas/iot/QuerySuperDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySuperDeviceGroup.json",
2025-08-20T19:15:59.8964778Z [00:02:03.575]➜  		"metadatas/iot/QueryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryTask.json",
2025-08-20T19:15:59.8965705Z [00:02:03.575]➜  		"metadatas/iot/QueryThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryThingModel.json",
2025-08-20T19:15:59.8966870Z [00:02:03.575]➜  		"metadatas/iot/QueryThingModelExtendConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryThingModelExtendConfig.json",
2025-08-20T19:15:59.8968206Z [00:02:03.575]➜  		"metadatas/iot/QueryThingModelExtendConfigPublished.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryThingModelExtendConfigPublished.json",
2025-08-20T19:15:59.8969459Z [00:02:03.575]➜  		"metadatas/iot/QueryThingModelPublished.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryThingModelPublished.json",
2025-08-20T19:15:59.8970441Z [00:02:03.575]➜  		"metadatas/iot/QueryTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryTopicConfig.json",
2025-08-20T19:15:59.8971607Z [00:02:03.575]➜  		"metadatas/iot/QueryTopicReverseRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryTopicReverseRouteTable.json",
2025-08-20T19:15:59.8972833Z [00:02:03.575]➜  		"metadatas/iot/QueryTopicRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryTopicRouteTable.json",
2025-08-20T19:15:59.8973797Z [00:02:03.575]➜  		"metadatas/iot/QueryVehicleDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryVehicleDevice.json",
2025-08-20T19:15:59.8974485Z [00:02:03.575]➜  		"metadatas/iot/RRpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RRpc.json",
2025-08-20T19:15:59.8975399Z [00:02:03.575]➜  		"metadatas/iot/ReBindLicenseDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReBindLicenseDevice.json",
2025-08-20T19:15:59.8976728Z [00:02:03.575]➜  		"metadatas/iot/RefreshDeviceTunnelSharePassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RefreshDeviceTunnelSharePassword.json",
2025-08-20T19:15:59.8977813Z [00:02:03.575]➜  		"metadatas/iot/RefreshStudioAppTokenOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RefreshStudioAppTokenOpen.json",
2025-08-20T19:15:59.8978694Z [00:02:03.575]➜  		"metadatas/iot/RegisterDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RegisterDevice.json",
2025-08-20T19:15:59.8979728Z [00:02:03.575]➜  		"metadatas/iot/ReleaseEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReleaseEdgeDriverVersion.json",
2025-08-20T19:15:59.8980629Z [00:02:03.575]➜  		"metadatas/iot/ReleaseProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReleaseProduct.json",
2025-08-20T19:15:59.8981526Z [00:02:03.575]➜  		"metadatas/iot/RemoveThingTopo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RemoveThingTopo.json",
2025-08-20T19:15:59.8982970Z [00:02:03.575]➜  		"metadatas/iot/ReplaceEdgeInstanceGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReplaceEdgeInstanceGateway.json",
2025-08-20T19:15:59.8983743Z [00:02:03.575]➜  		"metadatas/iot/RerunJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RerunJob.json",
2025-08-20T19:15:59.8984851Z [00:02:03.575]➜  		"metadatas/iot/ResetConsumerGroupPosition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ResetConsumerGroupPosition.json",
2025-08-20T19:15:59.8985876Z [00:02:03.575]➜  		"metadatas/iot/ResetDeviceTimeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ResetDeviceTimeline.json",
2025-08-20T19:15:59.8986735Z [00:02:03.575]➜  		"metadatas/iot/ResetThing.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ResetThing.json",
2025-08-20T19:15:59.8987934Z [00:02:03.575]➜  		"metadatas/iot/RetrySoundCodeLabelBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RetrySoundCodeLabelBatch.json",
2025-08-20T19:15:59.8988732Z [00:02:03.575]➜  		"metadatas/iot/ReupgradeOTATask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReupgradeOTATask.json",
2025-08-20T19:15:59.8989643Z [00:02:03.575]➜  		"metadatas/iot/SaveDeviceProp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SaveDeviceProp.json",
2025-08-20T19:15:59.8990486Z [00:02:03.575]➜  		"metadatas/iot/SaveScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SaveScript.json",
2025-08-20T19:15:59.8991576Z [00:02:03.575]➜  		"metadatas/iot/SetDeviceDesiredProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetDeviceDesiredProperty.json",
2025-08-20T19:15:59.8992943Z [00:02:03.575]➜  		"metadatas/iot/SetDeviceGroupTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetDeviceGroupTags.json",
2025-08-20T19:15:59.8993981Z [00:02:03.575]➜  		"metadatas/iot/SetDeviceProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetDeviceProperty.json",
2025-08-20T19:15:59.8994989Z [00:02:03.575]➜  		"metadatas/iot/SetDevicesProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetDevicesProperty.json",
2025-08-20T19:15:59.8996171Z [00:02:03.575]➜  		"metadatas/iot/SetEdgeInstanceDriverConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetEdgeInstanceDriverConfigs.json",
2025-08-20T19:15:59.8997139Z [00:02:03.575]➜  		"metadatas/iot/SetProductCertInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetProductCertInfo.json",
2025-08-20T19:15:59.8998294Z [00:02:03.575]➜  		"metadatas/iot/SetStudioProjectCooperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetStudioProjectCooperation.json",
2025-08-20T19:15:59.8999590Z [00:02:03.575]➜  		"metadatas/iot/SetupStudioAppAuthModeOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetupStudioAppAuthModeOpen.json",
2025-08-20T19:15:59.9000706Z [00:02:03.575]➜  		"metadatas/iot/ShareSpeechByCombination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ShareSpeechByCombination.json",
2025-08-20T19:15:59.9001713Z [00:02:03.575]➜  		"metadatas/iot/SpeechByCombination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SpeechByCombination.json",
2025-08-20T19:15:59.9002897Z [00:02:03.575]➜  		"metadatas/iot/SpeechBySynthesis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SpeechBySynthesis.json",
2025-08-20T19:15:59.9003860Z [00:02:03.575]➜  		"metadatas/iot/StartPTDetection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StartPTDetection.json",
2025-08-20T19:15:59.9004730Z [00:02:03.575]➜  		"metadatas/iot/StartParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StartParser.json",
2025-08-20T19:15:59.9005575Z [00:02:03.575]➜  		"metadatas/iot/StartRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StartRule.json",
2025-08-20T19:15:59.9006560Z [00:02:03.575]➜  		"metadatas/iot/StopParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StopParser.json",
2025-08-20T19:15:59.9007369Z [00:02:03.575]➜  		"metadatas/iot/StopRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StopRule.json",
2025-08-20T19:15:59.9008271Z [00:02:03.575]➜  		"metadatas/iot/SubscribeTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SubscribeTopic.json",
2025-08-20T19:15:59.9009378Z [00:02:03.575]➜  		"metadatas/iot/SyncSpeechByCombination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SyncSpeechByCombination.json",
2025-08-20T19:15:59.9010231Z [00:02:03.575]➜  		"metadatas/iot/TestSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/TestSpeech.json",
2025-08-20T19:15:59.9011295Z [00:02:03.575]➜  		"metadatas/iot/TestSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/TestSwitch.json",
2025-08-20T19:15:59.9012216Z [00:02:03.575]➜  		"metadatas/iot/TransformClientId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/TransformClientId.json",
2025-08-20T19:15:59.9013634Z [00:02:03.575]➜  		"metadatas/iot/TriggerSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/TriggerSceneRule.json",
2025-08-20T19:15:59.9015002Z [00:02:03.575]➜  		"metadatas/iot/UnbindApplicationFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindApplicationFromEdgeInstance.json",
2025-08-20T19:15:59.9016171Z [00:02:03.575]➜  		"metadatas/iot/UnbindDriverFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindDriverFromEdgeInstance.json",
2025-08-20T19:15:59.9017331Z [00:02:03.575]➜  		"metadatas/iot/UnbindLicenseProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindLicenseProduct.json",
2025-08-20T19:15:59.9018497Z [00:02:03.575]➜  		"metadatas/iot/UnbindRoleFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindRoleFromEdgeInstance.json",
2025-08-20T19:15:59.9019664Z [00:02:03.575]➜  		"metadatas/iot/UnbindSceneRuleFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindSceneRuleFromEdgeInstance.json",
2025-08-20T19:15:59.9020555Z [00:02:03.575]➜  		"metadatas/iot/UnsubscribeTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnsubscribeTopic.json",
2025-08-20T19:15:59.9021507Z [00:02:03.575]➜  		"metadatas/iot/UpdateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateConsumerGroup.json",
2025-08-20T19:15:59.9022633Z [00:02:03.575]➜  		"metadatas/iot/UpdateDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateDestination.json",
2025-08-20T19:15:59.9023705Z [00:02:03.575]➜  		"metadatas/iot/UpdateDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateDeviceGroup.json",
2025-08-20T19:15:59.9024664Z [00:02:03.575]➜  		"metadatas/iot/UpdateDeviceShadow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateDeviceShadow.json",
2025-08-20T19:15:59.9025705Z [00:02:03.575]➜  		"metadatas/iot/UpdateEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateEdgeDriverVersion.json",
2025-08-20T19:15:59.9026630Z [00:02:03.575]➜  		"metadatas/iot/UpdateEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateEdgeInstance.json",
2025-08-20T19:15:59.9027692Z [00:02:03.575]➜  		"metadatas/iot/UpdateEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateEdgeInstanceChannel.json",
2025-08-20T19:15:59.9028849Z [00:02:03.575]➜  		"metadatas/iot/UpdateEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateEdgeInstanceMessageRouting.json",
2025-08-20T19:15:59.9029753Z [00:02:03.575]➜  		"metadatas/iot/UpdateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateJob.json",
2025-08-20T19:15:59.9030591Z [00:02:03.575]➜  		"metadatas/iot/UpdateOTAJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateOTAJob.json",
2025-08-20T19:15:59.9031474Z [00:02:03.575]➜  		"metadatas/iot/UpdateOTAModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateOTAModule.json",
2025-08-20T19:15:59.9032289Z [00:02:03.575]➜  		"metadatas/iot/UpdateParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateParser.json",
2025-08-20T19:15:59.9033460Z [00:02:03.575]➜  		"metadatas/iot/UpdateParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateParserDataSource.json",
2025-08-20T19:15:59.9034453Z [00:02:03.575]➜  		"metadatas/iot/UpdateProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateProduct.json",
2025-08-20T19:15:59.9035549Z [00:02:03.575]➜  		"metadatas/iot/UpdateProductFilterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateProductFilterConfig.json",
2025-08-20T19:15:59.9036460Z [00:02:03.575]➜  		"metadatas/iot/UpdateProductTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateProductTags.json",
2025-08-20T19:15:59.9037391Z [00:02:03.575]➜  		"metadatas/iot/UpdateProductTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateProductTopic.json",
2025-08-20T19:15:59.9038194Z [00:02:03.575]➜  		"metadatas/iot/UpdateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateRule.json",
2025-08-20T19:15:59.9039084Z [00:02:03.575]➜  		"metadatas/iot/UpdateRuleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateRuleAction.json",
2025-08-20T19:15:59.9040062Z [00:02:03.575]➜  		"metadatas/iot/UpdateSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSceneRule.json",
2025-08-20T19:15:59.9041046Z [00:02:03.575]➜  		"metadatas/iot/UpdateSchedulePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSchedulePeriod.json",
2025-08-20T19:15:59.9041893Z [00:02:03.575]➜  		"metadatas/iot/UpdateSoundCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSoundCode.json",
2025-08-20T19:15:59.9043034Z [00:02:03.575]➜  		"metadatas/iot/UpdateSoundCodeLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSoundCodeLabel.json",
2025-08-20T19:15:59.9044137Z [00:02:03.575]➜  		"metadatas/iot/UpdateSoundCodeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSoundCodeSchedule.json",
2025-08-20T19:15:59.9045050Z [00:02:03.575]➜  		"metadatas/iot/UpdateSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSpeech.json",
2025-08-20T19:15:59.9046363Z [00:02:03.575]➜  		"metadatas/iot/UpdateSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSubscribeRelation.json",
2025-08-20T19:15:59.9047381Z [00:02:03.575]➜  		"metadatas/iot/UpdateThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateThingModel.json",
2025-08-20T19:15:59.9048372Z [00:02:03.575]➜  		"metadatas/iot/UpdateThingScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateThingScript.json",
2025-08-20T19:15:59.9049367Z [00:02:03.575]➜  		"metadatas/iot/UpdateTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateTopicConfig.json",
2025-08-20T19:15:59.9050561Z [00:02:03.575]➜  		"metadatas/iot/WriteDevicesHotStorageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/WriteDevicesHotStorageData.json",
2025-08-20T19:15:59.9051401Z [00:02:03.575]➜  		"metadatas/iqs/AiSearch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/AiSearch.json",
2025-08-20T19:15:59.9052658Z [00:02:03.575]➜  		"metadatas/iqs/GenericAdvancedSearch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/GenericAdvancedSearch.json",
2025-08-20T19:15:59.9053742Z [00:02:03.575]➜  		"metadatas/iqs/GenericSearch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/GenericSearch.json",
2025-08-20T19:15:59.9054632Z [00:02:03.575]➜  		"metadatas/iqs/GetIqsUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/GetIqsUsage.json",
2025-08-20T19:15:59.9055547Z [00:02:03.575]➜  		"metadatas/iqs/GlobalSearch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/GlobalSearch.json",
2025-08-20T19:15:59.9056444Z [00:02:03.575]➜  		"metadatas/iqs/UnifiedSearch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/UnifiedSearch.json",
2025-08-20T19:15:59.9057435Z [00:02:03.575]➜  		"metadatas/kms/AsymmetricDecrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/AsymmetricDecrypt.json",
2025-08-20T19:15:59.9058599Z [00:02:03.575]➜  		"metadatas/kms/AsymmetricEncrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/AsymmetricEncrypt.json",
2025-08-20T19:15:59.9059568Z [00:02:03.575]➜  		"metadatas/kms/AsymmetricSign.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/AsymmetricSign.json",
2025-08-20T19:15:59.9060524Z [00:02:03.575]➜  		"metadatas/kms/AsymmetricVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/AsymmetricVerify.json",
2025-08-20T19:15:59.9061473Z [00:02:03.575]➜  		"metadatas/kms/CancelKeyDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CancelKeyDeletion.json",
2025-08-20T19:15:59.9062862Z [00:02:03.575]➜  		"metadatas/kms/CertificatePrivateKeyDecrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CertificatePrivateKeyDecrypt.json",
2025-08-20T19:15:59.9064191Z [00:02:03.575]➜  		"metadatas/kms/CertificatePrivateKeySign.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CertificatePrivateKeySign.json",
2025-08-20T19:15:59.9065397Z [00:02:03.575]➜  		"metadatas/kms/CertificatePublicKeyEncrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CertificatePublicKeyEncrypt.json",
2025-08-20T19:15:59.9066587Z [00:02:03.575]➜  		"metadatas/kms/CertificatePublicKeyVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CertificatePublicKeyVerify.json",
2025-08-20T19:15:59.9067554Z [00:02:03.575]➜  		"metadatas/kms/ConnectKmsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ConnectKmsInstance.json",
2025-08-20T19:15:59.9068416Z [00:02:03.575]➜  		"metadatas/kms/CreateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateAlias.json",
2025-08-20T19:15:59.9069592Z [00:02:03.575]➜  		"metadatas/kms/CreateApplicationAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateApplicationAccessPoint.json",
2025-08-20T19:15:59.9070676Z [00:02:03.575]➜  		"metadatas/kms/CreateCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateCertificate.json",
2025-08-20T19:15:59.9071612Z [00:02:03.575]➜  		"metadatas/kms/CreateClientKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateClientKey.json",
2025-08-20T19:15:59.9072605Z [00:02:03.575]➜  		"metadatas/kms/CreateKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateKey.json",
2025-08-20T19:15:59.9073536Z [00:02:03.575]➜  		"metadatas/kms/CreateKeyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateKeyVersion.json",
2025-08-20T19:15:59.9074454Z [00:02:03.575]➜  		"metadatas/kms/CreateNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateNetworkRule.json",
2025-08-20T19:15:59.9075275Z [00:02:03.575]➜  		"metadatas/kms/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreatePolicy.json",
2025-08-20T19:15:59.9076123Z [00:02:03.575]➜  		"metadatas/kms/CreateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateSecret.json",
2025-08-20T19:15:59.9077040Z [00:02:03.575]➜  		"metadatas/kms/Decrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/Decrypt.json",
2025-08-20T19:15:59.9077864Z [00:02:03.575]➜  		"metadatas/kms/DeleteAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteAlias.json",
2025-08-20T19:15:59.9079031Z [00:02:03.575]➜  		"metadatas/kms/DeleteApplicationAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteApplicationAccessPoint.json",
2025-08-20T19:15:59.9080015Z [00:02:03.575]➜  		"metadatas/kms/DeleteCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteCertificate.json",
2025-08-20T19:15:59.9080941Z [00:02:03.575]➜  		"metadatas/kms/DeleteClientKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteClientKey.json",
2025-08-20T19:15:59.9082022Z [00:02:03.575]➜  		"metadatas/kms/DeleteKeyMaterial.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteKeyMaterial.json",
2025-08-20T19:15:59.9083144Z [00:02:03.575]➜  		"metadatas/kms/DeleteNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteNetworkRule.json",
2025-08-20T19:15:59.9084016Z [00:02:03.575]➜  		"metadatas/kms/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeletePolicy.json",
2025-08-20T19:15:59.9084866Z [00:02:03.575]➜  		"metadatas/kms/DeleteSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteSecret.json",
2025-08-20T19:15:59.9085970Z [00:02:03.575]➜  		"metadatas/kms/DescribeAccountKmsStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeAccountKmsStatus.json",
2025-08-20T19:15:59.9087351Z [00:02:03.575]➜  		"metadatas/kms/DescribeApplicationAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeApplicationAccessPoint.json",
2025-08-20T19:15:59.9088416Z [00:02:03.575]➜  		"metadatas/kms/DescribeCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeCertificate.json",
2025-08-20T19:15:59.9089302Z [00:02:03.575]➜  		"metadatas/kms/DescribeKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeKey.json",
2025-08-20T19:15:59.9090263Z [00:02:03.575]➜  		"metadatas/kms/DescribeKeyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeKeyVersion.json",
2025-08-20T19:15:59.9091236Z [00:02:03.575]➜  		"metadatas/kms/DescribeNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeNetworkRule.json",
2025-08-20T19:15:59.9092141Z [00:02:03.575]➜  		"metadatas/kms/DescribePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribePolicy.json",
2025-08-20T19:15:59.9093368Z [00:02:03.575]➜  		"metadatas/kms/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeRegions.json",
2025-08-20T19:15:59.9094371Z [00:02:03.575]➜  		"metadatas/kms/DescribeSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeSecret.json",
2025-08-20T19:15:59.9095152Z [00:02:03.575]➜  		"metadatas/kms/DisableKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DisableKey.json",
2025-08-20T19:15:59.9095955Z [00:02:03.575]➜  		"metadatas/kms/EnableKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/EnableKey.json",
2025-08-20T19:15:59.9096691Z [00:02:03.575]➜  		"metadatas/kms/Encrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/Encrypt.json",
2025-08-20T19:15:59.9097554Z [00:02:03.575]➜  		"metadatas/kms/ExportDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ExportDataKey.json",
2025-08-20T19:15:59.9098617Z [00:02:03.576]➜  		"metadatas/kms/GenerateAndExportDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GenerateAndExportDataKey.json",
2025-08-20T19:15:59.9107140Z [00:02:03.576]➜  		"metadatas/kms/GenerateDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GenerateDataKey.json",
2025-08-20T19:15:59.9108462Z [00:02:03.576]➜  		"metadatas/kms/GenerateDataKeyWithoutPlaintext.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GenerateDataKeyWithoutPlaintext.json",
2025-08-20T19:15:59.9109384Z [00:02:03.576]➜  		"metadatas/kms/GetCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetCertificate.json",
2025-08-20T19:15:59.9110236Z [00:02:03.576]➜  		"metadatas/kms/GetClientKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetClientKey.json",
2025-08-20T19:15:59.9111312Z [00:02:03.576]➜  		"metadatas/kms/GetDefaultKmsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetDefaultKmsInstance.json",
2025-08-20T19:15:59.9112304Z [00:02:03.576]➜  		"metadatas/kms/GetKeyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetKeyPolicy.json",
2025-08-20T19:15:59.9113375Z [00:02:03.576]➜  		"metadatas/kms/GetKmsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetKmsInstance.json",
2025-08-20T19:15:59.9114372Z [00:02:03.576]➜  		"metadatas/kms/GetParametersForImport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetParametersForImport.json",
2025-08-20T19:15:59.9115200Z [00:02:03.576]➜  		"metadatas/kms/GetPublicKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetPublicKey.json",
2025-08-20T19:15:59.9116127Z [00:02:03.576]➜  		"metadatas/kms/GetRandomPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetRandomPassword.json",
2025-08-20T19:15:59.9117096Z [00:02:03.576]➜  		"metadatas/kms/GetSecretPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetSecretPolicy.json",
2025-08-20T19:15:59.9117985Z [00:02:03.576]➜  		"metadatas/kms/GetSecretValue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetSecretValue.json",
2025-08-20T19:15:59.9118895Z [00:02:03.576]➜  		"metadatas/kms/ImportKeyMaterial.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ImportKeyMaterial.json",
2025-08-20T19:15:59.9119698Z [00:02:03.576]➜  		"metadatas/kms/ListAliases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListAliases.json",
2025-08-20T19:15:59.9120616Z [00:02:03.576]➜  		"metadatas/kms/ListAliasesByKeyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListAliasesByKeyId.json",
2025-08-20T19:15:59.9121724Z [00:02:03.576]➜  		"metadatas/kms/ListApplicationAccessPoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListApplicationAccessPoints.json",
2025-08-20T19:15:59.9122782Z [00:02:03.576]➜  		"metadatas/kms/ListClientKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListClientKeys.json",
2025-08-20T19:15:59.9123865Z [00:02:03.576]➜  		"metadatas/kms/ListKeyVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListKeyVersions.json",
2025-08-20T19:15:59.9124703Z [00:02:03.576]➜  		"metadatas/kms/ListKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListKeys.json",
2025-08-20T19:15:59.9125612Z [00:02:03.576]➜  		"metadatas/kms/ListKmsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListKmsInstances.json",
2025-08-20T19:15:59.9126519Z [00:02:03.576]➜  		"metadatas/kms/ListNetworkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListNetworkRules.json",
2025-08-20T19:15:59.9127363Z [00:02:03.576]➜  		"metadatas/kms/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListPolicies.json",
2025-08-20T19:15:59.9128288Z [00:02:03.576]➜  		"metadatas/kms/ListResourceTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListResourceTags.json",
2025-08-20T19:15:59.9129297Z [00:02:03.576]➜  		"metadatas/kms/ListSecretVersionIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListSecretVersionIds.json",
2025-08-20T19:15:59.9130281Z [00:02:03.576]➜  		"metadatas/kms/ListSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListSecrets.json",
2025-08-20T19:15:59.9131183Z [00:02:03.576]➜  		"metadatas/kms/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListTagResources.json",
2025-08-20T19:15:59.9132065Z [00:02:03.576]➜  		"metadatas/kms/OpenKmsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/OpenKmsService.json",
2025-08-20T19:15:59.9133117Z [00:02:03.576]➜  		"metadatas/kms/PutSecretValue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/PutSecretValue.json",
2025-08-20T19:15:59.9134078Z [00:02:03.576]➜  		"metadatas/kms/ReEncrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ReEncrypt.json",
2025-08-20T19:15:59.9135073Z [00:02:03.576]➜  		"metadatas/kms/ReleaseKmsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ReleaseKmsInstance.json",
2025-08-20T19:15:59.9135971Z [00:02:03.576]➜  		"metadatas/kms/RestoreSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/RestoreSecret.json",
2025-08-20T19:15:59.9136827Z [00:02:03.576]➜  		"metadatas/kms/RotateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/RotateSecret.json",
2025-08-20T19:15:59.9137801Z [00:02:03.576]➜  		"metadatas/kms/ScheduleKeyDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ScheduleKeyDeletion.json",
2025-08-20T19:15:59.9138841Z [00:02:03.576]➜  		"metadatas/kms/SetDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/SetDeletionProtection.json",
2025-08-20T19:15:59.9139817Z [00:02:03.576]➜  		"metadatas/kms/SetKeyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/SetKeyPolicy.json",
2025-08-20T19:15:59.9140732Z [00:02:03.576]➜  		"metadatas/kms/SetSecretPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/SetSecretPolicy.json",
2025-08-20T19:15:59.9141568Z [00:02:03.576]➜  		"metadatas/kms/TagResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/TagResource.json",
2025-08-20T19:15:59.9142690Z [00:02:03.576]➜  		"metadatas/kms/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/TagResources.json",
2025-08-20T19:15:59.9143607Z [00:02:03.576]➜  		"metadatas/kms/UntagResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UntagResource.json",
2025-08-20T19:15:59.9144536Z [00:02:03.576]➜  		"metadatas/kms/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UntagResources.json",
2025-08-20T19:15:59.9145420Z [00:02:03.576]➜  		"metadatas/kms/UpdateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateAlias.json",
2025-08-20T19:15:59.9146750Z [00:02:03.576]➜  		"metadatas/kms/UpdateApplicationAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateApplicationAccessPoint.json",
2025-08-20T19:15:59.9147837Z [00:02:03.576]➜  		"metadatas/kms/UpdateCertificateStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateCertificateStatus.json",
2025-08-20T19:15:59.9148838Z [00:02:03.576]➜  		"metadatas/kms/UpdateKeyDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateKeyDescription.json",
2025-08-20T19:15:59.9149919Z [00:02:03.576]➜  		"metadatas/kms/UpdateKmsInstanceBindVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateKmsInstanceBindVpc.json",
2025-08-20T19:15:59.9150875Z [00:02:03.576]➜  		"metadatas/kms/UpdateNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateNetworkRule.json",
2025-08-20T19:15:59.9151745Z [00:02:03.576]➜  		"metadatas/kms/UpdatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdatePolicy.json",
2025-08-20T19:15:59.9153057Z [00:02:03.576]➜  		"metadatas/kms/UpdateRotationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateRotationPolicy.json",
2025-08-20T19:15:59.9153910Z [00:02:03.576]➜  		"metadatas/kms/UpdateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateSecret.json",
2025-08-20T19:15:59.9155095Z [00:02:03.576]➜  		"metadatas/kms/UpdateSecretRotationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateSecretRotationPolicy.json",
2025-08-20T19:15:59.9156187Z [00:02:03.576]➜  		"metadatas/kms/UpdateSecretVersionStage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateSecretVersionStage.json",
2025-08-20T19:15:59.9157137Z [00:02:03.576]➜  		"metadatas/kms/UploadCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UploadCertificate.json",
2025-08-20T19:15:59.9158257Z [00:02:03.576]➜  		"metadatas/live/AddCasterComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterComponent.json",
2025-08-20T19:15:59.9159199Z [00:02:03.576]➜  		"metadatas/live/AddCasterEpisode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterEpisode.json",
2025-08-20T19:15:59.9160241Z [00:02:03.576]➜  		"metadatas/live/AddCasterEpisodeGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterEpisodeGroup.json",
2025-08-20T19:15:59.9161457Z [00:02:03.576]➜  		"metadatas/live/AddCasterEpisodeGroupContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterEpisodeGroupContent.json",
2025-08-20T19:15:59.9162580Z [00:02:03.576]➜  		"metadatas/live/AddCasterLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterLayout.json",
2025-08-20T19:15:59.9163709Z [00:02:03.576]➜  		"metadatas/live/AddCasterProgram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterProgram.json",
2025-08-20T19:15:59.9164931Z [00:02:03.576]➜  		"metadatas/live/AddCasterVideoResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterVideoResource.json",
2025-08-20T19:15:59.9166141Z [00:02:03.576]➜  		"metadatas/live/AddCustomLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCustomLiveStreamTranscode.json",
2025-08-20T19:15:59.9167223Z [00:02:03.576]➜  		"metadatas/live/AddLiveAIProduceRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAIProduceRules.json",
2025-08-20T19:15:59.9168169Z [00:02:03.576]➜  		"metadatas/live/AddLiveAISubtitle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAISubtitle.json",
2025-08-20T19:15:59.9169223Z [00:02:03.576]➜  		"metadatas/live/AddLiveAppRecordConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAppRecordConfig.json",
2025-08-20T19:15:59.9170363Z [00:02:03.576]➜  		"metadatas/live/AddLiveAppSnapshotConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAppSnapshotConfig.json",
2025-08-20T19:15:59.9171455Z [00:02:03.576]➜  		"metadatas/live/AddLiveAudioAuditConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAudioAuditConfig.json",
2025-08-20T19:15:59.9172811Z [00:02:03.576]➜  		"metadatas/live/AddLiveAudioAuditNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:59.9173893Z [00:02:03.576]➜  		"metadatas/live/AddLiveCenterTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveCenterTransfer.json",
2025-08-20T19:15:59.9175020Z [00:02:03.576]➜  		"metadatas/live/AddLiveDetectNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveDetectNotifyConfig.json",
2025-08-20T19:15:59.9175936Z [00:02:03.576]➜  		"metadatas/live/AddLiveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveDomain.json",
2025-08-20T19:15:59.9177108Z [00:02:03.576]➜  		"metadatas/live/AddLiveDomainMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveDomainMapping.json",
2025-08-20T19:15:59.9178214Z [00:02:03.576]➜  		"metadatas/live/AddLiveDomainPlayMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveDomainPlayMapping.json",
2025-08-20T19:15:59.9179297Z [00:02:03.576]➜  		"metadatas/live/AddLiveMessageGroupBand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveMessageGroupBand.json",
2025-08-20T19:15:59.9180324Z [00:02:03.576]➜  		"metadatas/live/AddLivePackageConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLivePackageConfig.json",
2025-08-20T19:15:59.9181485Z [00:02:03.576]➜  		"metadatas/live/AddLivePullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLivePullStreamInfoConfig.json",
2025-08-20T19:15:59.9182898Z [00:02:03.576]➜  		"metadatas/live/AddLiveRecordNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveRecordNotifyConfig.json",
2025-08-20T19:15:59.9183981Z [00:02:03.576]➜  		"metadatas/live/AddLiveRecordVodConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveRecordVodConfig.json",
2025-08-20T19:15:59.9185240Z [00:02:03.576]➜  		"metadatas/live/AddLiveSnapshotDetectPornConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:59.9186406Z [00:02:03.576]➜  		"metadatas/live/AddLiveSnapshotNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:59.9187523Z [00:02:03.576]➜  		"metadatas/live/AddLiveStreamMerge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveStreamMerge.json",
2025-08-20T19:15:59.9188725Z [00:02:03.576]➜  		"metadatas/live/AddLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveStreamTranscode.json",
2025-08-20T19:15:59.9189845Z [00:02:03.576]➜  		"metadatas/live/AddLiveStreamWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveStreamWatermark.json",
2025-08-20T19:15:59.9191005Z [00:02:03.576]➜  		"metadatas/live/AddLiveStreamWatermarkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveStreamWatermarkRule.json",
2025-08-20T19:15:59.9191956Z [00:02:03.576]➜  		"metadatas/live/AddPlaylistItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddPlaylistItems.json",
2025-08-20T19:15:59.9193263Z [00:02:03.576]➜  		"metadatas/live/AddRtsLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddRtsLiveStreamTranscode.json",
2025-08-20T19:15:59.9194270Z [00:02:03.576]➜  		"metadatas/live/AddShowIntoShowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddShowIntoShowList.json",
2025-08-20T19:15:59.9195133Z [00:02:03.576]➜  		"metadatas/live/AddStudioLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddStudioLayout.json",
2025-08-20T19:15:59.9195975Z [00:02:03.576]➜  		"metadatas/live/AddTrancodeSEI.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddTrancodeSEI.json",
2025-08-20T19:15:59.9196934Z [00:02:03.576]➜  		"metadatas/live/BanLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/BanLiveMessageGroup.json",
2025-08-20T19:15:59.9198115Z [00:02:03.576]➜  		"metadatas/live/BatchDeleteLiveDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/BatchDeleteLiveDomainConfigs.json",
2025-08-20T19:15:59.9199069Z [00:02:03.576]➜  		"metadatas/live/BatchGetOnlineUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/BatchGetOnlineUsers.json",
2025-08-20T19:15:59.9200200Z [00:02:03.576]➜  		"metadatas/live/BatchSetLiveDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/BatchSetLiveDomainConfigs.json",
2025-08-20T19:15:59.9201451Z [00:02:03.576]➜  		"metadatas/live/CancelMuteAllGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CancelMuteAllGroupUser.json",
2025-08-20T19:15:59.9202672Z [00:02:03.576]➜  		"metadatas/live/CancelMuteGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CancelMuteGroupUser.json",
2025-08-20T19:15:59.9203901Z [00:02:03.576]➜  		"metadatas/live/ChangeLiveDomainResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ChangeLiveDomainResourceGroup.json",
2025-08-20T19:15:59.9205065Z [00:02:03.576]➜  		"metadatas/live/CheckLiveMessageUsersInGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CheckLiveMessageUsersInGroup.json",
2025-08-20T19:15:59.9206369Z [00:02:03.576]➜  		"metadatas/live/CheckLiveMessageUsersOnline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CheckLiveMessageUsersOnline.json",
2025-08-20T19:15:59.9207285Z [00:02:03.576]➜  		"metadatas/live/CloseLiveShift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CloseLiveShift.json",
2025-08-20T19:15:59.9208119Z [00:02:03.576]➜  		"metadatas/live/CopyCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CopyCaster.json",
2025-08-20T19:15:59.9209146Z [00:02:03.576]➜  		"metadatas/live/CopyCasterSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CopyCasterSceneConfig.json",
2025-08-20T19:15:59.9210018Z [00:02:03.576]➜  		"metadatas/live/CreateCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateCaster.json",
2025-08-20T19:15:59.9211190Z [00:02:03.576]➜  		"metadatas/live/CreateCustomTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateCustomTemplate.json",
2025-08-20T19:15:59.9212349Z [00:02:03.576]➜  		"metadatas/live/CreateEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateEdgeTranscodeJob.json",
2025-08-20T19:15:59.9213447Z [00:02:03.576]➜  		"metadatas/live/CreateEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateEventSub.json",
2025-08-20T19:15:59.9214421Z [00:02:03.576]➜  		"metadatas/live/CreateLiveAIStudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveAIStudio.json",
2025-08-20T19:15:59.9215452Z [00:02:03.576]➜  		"metadatas/live/CreateLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveDelayConfig.json",
2025-08-20T19:15:59.9216484Z [00:02:03.576]➜  		"metadatas/live/CreateLiveMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveMessageApp.json",
2025-08-20T19:15:59.9217561Z [00:02:03.576]➜  		"metadatas/live/CreateLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveMessageGroup.json",
2025-08-20T19:15:59.9218602Z [00:02:03.576]➜  		"metadatas/live/CreateLivePrivateLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLivePrivateLine.json",
2025-08-20T19:15:59.9219617Z [00:02:03.576]➜  		"metadatas/live/CreateLivePullToPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLivePullToPush.json",
2025-08-20T19:15:59.9220816Z [00:02:03.576]➜  		"metadatas/live/CreateLiveRealTimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveRealTimeLogDelivery.json",
2025-08-20T19:15:59.9221873Z [00:02:03.576]➜  		"metadatas/live/CreateLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveStreamMonitor.json",
2025-08-20T19:15:59.9223289Z [00:02:03.576]➜  		"metadatas/live/CreateLiveStreamRecordIndexFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:59.9224217Z [00:02:03.576]➜  		"metadatas/live/CreateMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateMessageApp.json",
2025-08-20T19:15:59.9225308Z [00:02:03.576]➜  		"metadatas/live/CreateMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateMessageGroup.json",
2025-08-20T19:15:59.9226213Z [00:02:03.576]➜  		"metadatas/live/CreateMixStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateMixStream.json",
2025-08-20T19:15:59.9227297Z [00:02:03.576]➜  		"metadatas/live/CreateRTCWhipStreamAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateRTCWhipStreamAddress.json",
2025-08-20T19:15:59.9228567Z [00:02:03.576]➜  		"metadatas/live/CreateRoomRealTimeStreamAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateRoomRealTimeStreamAddress.json",
2025-08-20T19:15:59.9229686Z [00:02:03.576]➜  		"metadatas/live/CreateRtcAsrTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateRtcAsrTask.json",
2025-08-20T19:15:59.9230694Z [00:02:03.576]➜  		"metadatas/live/CreateRtcMPUEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateRtcMPUEventSub.json",
2025-08-20T19:15:59.9231548Z [00:02:03.576]➜  		"metadatas/live/DeleteCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCaster.json",
2025-08-20T19:15:59.9232773Z [00:02:03.576]➜  		"metadatas/live/DeleteCasterComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterComponent.json",
2025-08-20T19:15:59.9233792Z [00:02:03.576]➜  		"metadatas/live/DeleteCasterEpisode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterEpisode.json",
2025-08-20T19:15:59.9235039Z [00:02:03.576]➜  		"metadatas/live/DeleteCasterEpisodeGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterEpisodeGroup.json",
2025-08-20T19:15:59.9236146Z [00:02:03.576]➜  		"metadatas/live/DeleteCasterLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterLayout.json",
2025-08-20T19:15:59.9237152Z [00:02:03.576]➜  		"metadatas/live/DeleteCasterProgram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterProgram.json",
2025-08-20T19:15:59.9238227Z [00:02:03.576]➜  		"metadatas/live/DeleteCasterSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterSceneConfig.json",
2025-08-20T19:15:59.9239310Z [00:02:03.576]➜  		"metadatas/live/DeleteCasterVideoResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterVideoResource.json",
2025-08-20T19:15:59.9240168Z [00:02:03.576]➜  		"metadatas/live/DeleteChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteChannel.json",
2025-08-20T19:15:59.9241255Z [00:02:03.576]➜  		"metadatas/live/DeleteCustomTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCustomTemplate.json",
2025-08-20T19:15:59.9242332Z [00:02:03.576]➜  		"metadatas/live/DeleteEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteEdgeTranscodeJob.json",
2025-08-20T19:15:59.9243448Z [00:02:03.576]➜  		"metadatas/live/DeleteEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteEventSub.json",
2025-08-20T19:15:59.9244588Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveAIProduceRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAIProduceRules.json",
2025-08-20T19:15:59.9245586Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveAIStudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAIStudio.json",
2025-08-20T19:15:59.9246620Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveAISubtitle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAISubtitle.json",
2025-08-20T19:15:59.9247743Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveAppRecordConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAppRecordConfig.json",
2025-08-20T19:15:59.9249022Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveAppSnapshotConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAppSnapshotConfig.json",
2025-08-20T19:15:59.9250141Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveAudioAuditConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAudioAuditConfig.json",
2025-08-20T19:15:59.9251397Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveAudioAuditNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:59.9252674Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveCenterTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveCenterTransfer.json",
2025-08-20T19:15:59.9253934Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDelayConfig.json",
2025-08-20T19:15:59.9255395Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveDetectNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDetectNotifyConfig.json",
2025-08-20T19:15:59.9256573Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDomain.json",
2025-08-20T19:15:59.9257691Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveDomainMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDomainMapping.json",
2025-08-20T19:15:59.9258896Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveDomainPlayMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDomainPlayMapping.json",
2025-08-20T19:15:59.9260122Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveEdgeTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveEdgeTransfer.json",
2025-08-20T19:15:59.9261547Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveLazyPullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveLazyPullStreamInfoConfig.json",
2025-08-20T19:15:59.9262819Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveMessageGroup.json",
2025-08-20T19:15:59.9264024Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveMessageGroupMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveMessageGroupMessage.json",
2025-08-20T19:15:59.9265233Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveMessageUserMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveMessageUserMessage.json",
2025-08-20T19:15:59.9266367Z [00:02:03.576]➜  		"metadatas/live/DeleteLivePackageConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLivePackageConfig.json",
2025-08-20T19:15:59.9267427Z [00:02:03.576]➜  		"metadatas/live/DeleteLivePrivateLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLivePrivateLine.json",
2025-08-20T19:15:59.9268672Z [00:02:03.576]➜  		"metadatas/live/DeleteLivePullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLivePullStreamInfoConfig.json",
2025-08-20T19:15:59.9269702Z [00:02:03.576]➜  		"metadatas/live/DeleteLivePullToPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLivePullToPush.json",
2025-08-20T19:15:59.9270882Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveRealTimeLogLogstore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveRealTimeLogLogstore.json",
2025-08-20T19:15:59.9272037Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveRealtimeLogDelivery.json",
2025-08-20T19:15:59.9273445Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveRecordNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveRecordNotifyConfig.json",
2025-08-20T19:15:59.9274810Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveRecordVodConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveRecordVodConfig.json",
2025-08-20T19:15:59.9276200Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveSnapshotDetectPornConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:59.9277453Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveSnapshotNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:59.9278749Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveSpecificStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveSpecificStagingConfig.json",
2025-08-20T19:15:59.9280037Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveStreamBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamBlock.json",
2025-08-20T19:15:59.9281145Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveStreamMerge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamMerge.json",
2025-08-20T19:15:59.9282290Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamMonitor.json",
2025-08-20T19:15:59.9283742Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveStreamRecordIndexFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:59.9284900Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamTranscode.json",
2025-08-20T19:15:59.9286325Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveStreamWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamWatermark.json",
2025-08-20T19:15:59.9287649Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveStreamWatermarkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamWatermarkRule.json",
2025-08-20T19:15:59.9288999Z [00:02:03.576]➜  		"metadatas/live/DeleteLiveStreamsNotifyUrlConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:59.9290015Z [00:02:03.576]➜  		"metadatas/live/DeleteMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteMessageApp.json",
2025-08-20T19:15:59.9290988Z [00:02:03.576]➜  		"metadatas/live/DeleteMixStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteMixStream.json",
2025-08-20T19:15:59.9291947Z [00:02:03.576]➜  		"metadatas/live/DeletePlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeletePlaylist.json",
2025-08-20T19:15:59.9293131Z [00:02:03.576]➜  		"metadatas/live/DeletePlaylistItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeletePlaylistItems.json",
2025-08-20T19:15:59.9294123Z [00:02:03.576]➜  		"metadatas/live/DeleteRtcAsrTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteRtcAsrTask.json",
2025-08-20T19:15:59.9295187Z [00:02:03.576]➜  		"metadatas/live/DeleteRtcMPUEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteRtcMPUEventSub.json",
2025-08-20T19:15:59.9296343Z [00:02:03.576]➜  		"metadatas/live/DeleteSnapshotCallbackAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteSnapshotCallbackAuth.json",
2025-08-20T19:15:59.9297408Z [00:02:03.576]➜  		"metadatas/live/DeleteSnapshotFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteSnapshotFiles.json",
2025-08-20T19:15:59.9298435Z [00:02:03.576]➜  		"metadatas/live/DeleteStudioLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteStudioLayout.json",
2025-08-20T19:15:59.9299729Z [00:02:03.576]➜  		"metadatas/live/DescribeAutoShowListTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeAutoShowListTasks.json",
2025-08-20T19:15:59.9300841Z [00:02:03.576]➜  		"metadatas/live/DescribeCasterChannels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterChannels.json",
2025-08-20T19:15:59.9301973Z [00:02:03.576]➜  		"metadatas/live/DescribeCasterComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterComponents.json",
2025-08-20T19:15:59.9303141Z [00:02:03.576]➜  		"metadatas/live/DescribeCasterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterConfig.json",
2025-08-20T19:15:59.9304388Z [00:02:03.576]➜  		"metadatas/live/DescribeCasterLayouts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterLayouts.json",
2025-08-20T19:15:59.9305487Z [00:02:03.576]➜  		"metadatas/live/DescribeCasterProgram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterProgram.json",
2025-08-20T19:15:59.9306623Z [00:02:03.576]➜  		"metadatas/live/DescribeCasterSceneAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterSceneAudio.json",
2025-08-20T19:15:59.9307686Z [00:02:03.576]➜  		"metadatas/live/DescribeCasterScenes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterScenes.json",
2025-08-20T19:15:59.9308786Z [00:02:03.576]➜  		"metadatas/live/DescribeCasterStreamUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterStreamUrl.json",
2025-08-20T19:15:59.9310137Z [00:02:03.576]➜  		"metadatas/live/DescribeCasterVideoResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterVideoResources.json",
2025-08-20T19:15:59.9311291Z [00:02:03.576]➜  		"metadatas/live/DescribeCasters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasters.json",
2025-08-20T19:15:59.9312671Z [00:02:03.576]➜  		"metadatas/live/DescribeChannelParticipants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeChannelParticipants.json",
2025-08-20T19:15:59.9313774Z [00:02:03.576]➜  		"metadatas/live/DescribeChannelUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeChannelUsers.json",
2025-08-20T19:15:59.9314874Z [00:02:03.576]➜  		"metadatas/live/DescribeDomainUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeDomainUsageData.json",
2025-08-20T19:15:59.9316039Z [00:02:03.576]➜  		"metadatas/live/DescribeDomainWithIntegrity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeDomainWithIntegrity.json",
2025-08-20T19:15:59.9317230Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveAIProduceRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAIProduceRules.json",
2025-08-20T19:15:59.9318265Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveAIStudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAIStudio.json",
2025-08-20T19:15:59.9319349Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveAISubtitle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAISubtitle.json",
2025-08-20T19:15:59.9320579Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveAudioAuditConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAudioAuditConfig.json",
2025-08-20T19:15:59.9321926Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveAudioAuditNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:59.9323362Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveCenterStreamRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveCenterStreamRateData.json",
2025-08-20T19:15:59.9324577Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveCenterTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveCenterTransfer.json",
2025-08-20T19:15:59.9325774Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveCertificateDetail.json",
2025-08-20T19:15:59.9326946Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveCertificateList.json",
2025-08-20T19:15:59.9328071Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDelayConfig.json",
2025-08-20T19:15:59.9329566Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDelayedStreamingUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDelayedStreamingUsage.json",
2025-08-20T19:15:59.9330827Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDetectNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDetectNotifyConfig.json",
2025-08-20T19:15:59.9331960Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDetectPornData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDetectPornData.json",
2025-08-20T19:15:59.9333276Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainBpsData.json",
2025-08-20T19:15:59.9334616Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainBpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainBpsDataByLayer.json",
2025-08-20T19:15:59.9336042Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainByCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainByCertificate.json",
2025-08-20T19:15:59.9337498Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainCertificateInfo.json",
2025-08-20T19:15:59.9338650Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainConfigs.json",
2025-08-20T19:15:59.9339755Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainDetail.json",
2025-08-20T19:15:59.9341212Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainFrameRateAndBitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainFrameRateAndBitRateData.json",
2025-08-20T19:15:59.9342326Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainLimit.json",
2025-08-20T19:15:59.9343637Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainLog.json",
2025-08-20T19:15:59.9344800Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainMapping.json",
2025-08-20T19:15:59.9346190Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainMonitoringUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainMonitoringUsageData.json",
2025-08-20T19:15:59.9347565Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainMultiStreamConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainMultiStreamConfig.json",
2025-08-20T19:15:59.9348881Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainOnlineUserNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainOnlineUserNum.json",
2025-08-20T19:15:59.9350228Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainPublishErrorCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainPublishErrorCode.json",
2025-08-20T19:15:59.9351614Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainPushBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainPushBpsData.json",
2025-08-20T19:15:59.9353107Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainPushTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainPushTrafficData.json",
2025-08-20T19:15:59.9354254Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainPvUvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainPvUvData.json",
2025-08-20T19:15:59.9355554Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRealTimeBpsData.json",
2025-08-20T19:15:59.9357148Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainRealTimeHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRealTimeHttpCodeData.json",
2025-08-20T19:15:59.9358547Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainRealTimeTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRealTimeTrafficData.json",
2025-08-20T19:15:59.9359958Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRealtimeLogDelivery.json",
2025-08-20T19:15:59.9361268Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainRecordUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRecordUsageData.json",
2025-08-20T19:15:59.9362817Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainSnapshotData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainSnapshotData.json",
2025-08-20T19:15:59.9364199Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainStagingConfig.json",
2025-08-20T19:15:59.9365686Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainStreamTranscodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainStreamTranscodeData.json",
2025-08-20T19:15:59.9366950Z [00:02:03.576]➜  		"metadatas/live/DescribeLiveDomainTimeShiftData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainTimeShiftData.json",
2025-08-20T19:15:59.9368211Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainTrafficData.json",
2025-08-20T19:15:59.9369368Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveDrmUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDrmUsageData.json",
2025-08-20T19:15:59.9370524Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveEdgeTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveEdgeTransfer.json",
2025-08-20T19:15:59.9371655Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveGrtnDuration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveGrtnDuration.json",
2025-08-20T19:15:59.9373038Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveHttpsDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveHttpsDomainList.json",
2025-08-20T19:15:59.9374359Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveInteractionMetricData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveInteractionMetricData.json",
2025-08-20T19:15:59.9375444Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveIpInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveIpInfo.json",
2025-08-20T19:15:59.9376973Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveLazyPullStreamConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveLazyPullStreamConfig.json",
2025-08-20T19:15:59.9378059Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveMessageApp.json",
2025-08-20T19:15:59.9379192Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveMessageGroup.json",
2025-08-20T19:15:59.9380390Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveMessageGroupBand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveMessageGroupBand.json",
2025-08-20T19:15:59.9381568Z [00:02:03.577]➜  		"metadatas/live/DescribeLivePackageConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePackageConfig.json",
2025-08-20T19:15:59.9383086Z [00:02:03.577]➜  		"metadatas/live/DescribeLivePrivateLineAreas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePrivateLineAreas.json",
2025-08-20T19:15:59.9384292Z [00:02:03.577]➜  		"metadatas/live/DescribeLivePrivateLineAvailGA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePrivateLineAvailGA.json",
2025-08-20T19:15:59.9385399Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveProducerUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveProducerUsageData.json",
2025-08-20T19:15:59.9386464Z [00:02:03.577]➜  		"metadatas/live/DescribeLivePullStreamConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePullStreamConfig.json",
2025-08-20T19:15:59.9387611Z [00:02:03.577]➜  		"metadatas/live/DescribeLivePullToPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePullToPush.json",
2025-08-20T19:15:59.9388926Z [00:02:03.577]➜  		"metadatas/live/DescribeLivePullToPushList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePullToPushList.json",
2025-08-20T19:15:59.9390013Z [00:02:03.577]➜  		"metadatas/live/DescribeLivePushProxyLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePushProxyLog.json",
2025-08-20T19:15:59.9391191Z [00:02:03.577]➜  		"metadatas/live/DescribeLivePushProxyUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePushProxyUsageData.json",
2025-08-20T19:15:59.9392741Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveRealtimeDeliveryAcc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRealtimeDeliveryAcc.json",
2025-08-20T19:15:59.9394046Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveRealtimeLogAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRealtimeLogAuthorized.json",
2025-08-20T19:15:59.9395171Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveRecordConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRecordConfig.json",
2025-08-20T19:15:59.9396368Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveRecordNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRecordNotifyConfig.json",
2025-08-20T19:15:59.9397620Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveRecordNotifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRecordNotifyRecords.json",
2025-08-20T19:15:59.9398777Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveRecordVodConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRecordVodConfigs.json",
2025-08-20T19:15:59.9399882Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveShiftConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveShiftConfigs.json",
2025-08-20T19:15:59.9401022Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveSnapshotConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveSnapshotConfig.json",
2025-08-20T19:15:59.9402635Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveSnapshotDetectPornConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:59.9403943Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveSnapshotNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:59.9405202Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamAuthChecking.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamAuthChecking.json",
2025-08-20T19:15:59.9406723Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamBitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamBitRateData.json",
2025-08-20T19:15:59.9408257Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamCount.json",
2025-08-20T19:15:59.9409515Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamDelayConfig.json",
2025-08-20T19:15:59.9411161Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamDetailFrameRateAndBitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamDetailFrameRateAndBitRateData.json",
2025-08-20T19:15:59.9412617Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamHistoryUserNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamHistoryUserNum.json",
2025-08-20T19:15:59.9413855Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamMerge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamMerge.json",
2025-08-20T19:15:59.9415215Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamMetricDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamMetricDetailData.json",
2025-08-20T19:15:59.9416374Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamMonitorList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamMonitorList.json",
2025-08-20T19:15:59.9417528Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamPreloadTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamPreloadTasks.json",
2025-08-20T19:15:59.9418987Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamPushMetricDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamPushMetricDetailData.json",
2025-08-20T19:15:59.9420288Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamRecordContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamRecordContent.json",
2025-08-20T19:15:59.9421508Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamRecordIndexFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamRecordIndexFile.json",
2025-08-20T19:15:59.9422945Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamRecordIndexFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamRecordIndexFiles.json",
2025-08-20T19:15:59.9424161Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamSnapshotInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamSnapshotInfo.json",
2025-08-20T19:15:59.9425224Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamState.json",
2025-08-20T19:15:59.9426374Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamTranscodeInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamTranscodeInfo.json",
2025-08-20T19:15:59.9427780Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamTranscodeMetricData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamTranscodeMetricData.json",
2025-08-20T19:15:59.9429353Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamTranscodeStreamNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamTranscodeStreamNum.json",
2025-08-20T19:15:59.9430712Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamWatermarkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamWatermarkRules.json",
2025-08-20T19:15:59.9431953Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamWatermarks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamWatermarks.json",
2025-08-20T19:15:59.9433411Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamsBlockList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsBlockList.json",
2025-08-20T19:15:59.9434913Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamsControlHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsControlHistory.json",
2025-08-20T19:15:59.9436235Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamsNotifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsNotifyRecords.json",
2025-08-20T19:15:59.9437561Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamsNotifyUrlConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:59.9438808Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamsOnlineList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsOnlineList.json",
2025-08-20T19:15:59.9440305Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamsPublishList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsPublishList.json",
2025-08-20T19:15:59.9441682Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveStreamsTotalCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsTotalCount.json",
2025-08-20T19:15:59.9443102Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveTopDomainsByFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveTopDomainsByFlow.json",
2025-08-20T19:15:59.9444507Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveUpVideoAudioInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUpVideoAudioInfo.json",
2025-08-20T19:15:59.9445940Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveUserBillPrediction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUserBillPrediction.json",
2025-08-20T19:15:59.9447088Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUserDomains.json",
2025-08-20T19:15:59.9448425Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveUserStreamMetricData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUserStreamMetricData.json",
2025-08-20T19:15:59.9449479Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveUserTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUserTags.json",
2025-08-20T19:15:59.9450638Z [00:02:03.577]➜  		"metadatas/live/DescribeLiveVerifyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveVerifyContent.json",
2025-08-20T19:15:59.9451918Z [00:02:03.577]➜  		"metadatas/live/DescribeMeterLiveBypassDuration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeMeterLiveBypassDuration.json",
2025-08-20T19:15:59.9453186Z [00:02:03.577]➜  		"metadatas/live/DescribeMixStreamList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeMixStreamList.json",
2025-08-20T19:15:59.9454537Z [00:02:03.577]➜  		"metadatas/live/DescribeRTSNativeSDKFirstFrameCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKFirstFrameCost.json",
2025-08-20T19:15:59.9456036Z [00:02:03.577]➜  		"metadatas/live/DescribeRTSNativeSDKFirstFrameDelay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKFirstFrameDelay.json",
2025-08-20T19:15:59.9457381Z [00:02:03.577]➜  		"metadatas/live/DescribeRTSNativeSDKPlayFailStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKPlayFailStatus.json",
2025-08-20T19:15:59.9458596Z [00:02:03.577]➜  		"metadatas/live/DescribeRTSNativeSDKPlayTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKPlayTime.json",
2025-08-20T19:15:59.9459777Z [00:02:03.577]➜  		"metadatas/live/DescribeRTSNativeSDKVvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKVvData.json",
2025-08-20T19:15:59.9461160Z [00:02:03.577]➜  		"metadatas/live/DescribeRtcCloudRecordingFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRtcCloudRecordingFiles.json",
2025-08-20T19:15:59.9462265Z [00:02:03.577]➜  		"metadatas/live/DescribeRtcMPUEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRtcMPUEventSub.json",
2025-08-20T19:15:59.9463461Z [00:02:03.577]➜  		"metadatas/live/DescribeShowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeShowList.json",
2025-08-20T19:15:59.9464574Z [00:02:03.577]➜  		"metadatas/live/DescribeStreamLocationBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeStreamLocationBlock.json",
2025-08-20T19:15:59.9465518Z [00:02:03.577]➜  		"metadatas/live/DescribeStudioLayouts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeStudioLayouts.json",
2025-08-20T19:15:59.9466801Z [00:02:03.577]➜  		"metadatas/live/DescribeToutiaoLivePlay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeToutiaoLivePlay.json",
2025-08-20T19:15:59.9467891Z [00:02:03.577]➜  		"metadatas/live/DescribeToutiaoLivePublish.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeToutiaoLivePublish.json",
2025-08-20T19:15:59.9468879Z [00:02:03.577]➜  		"metadatas/live/DescribeUpBpsPeakData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeUpBpsPeakData.json",
2025-08-20T19:15:59.9469958Z [00:02:03.577]➜  		"metadatas/live/DescribeUpBpsPeakOfLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeUpBpsPeakOfLine.json",
2025-08-20T19:15:59.9471271Z [00:02:03.577]➜  		"metadatas/live/DescribeUpPeakPublishStreamData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeUpPeakPublishStreamData.json",
2025-08-20T19:15:59.9472929Z [00:02:03.577]➜  		"metadatas/live/DisableLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DisableLiveRealtimeLogDelivery.json",
2025-08-20T19:15:59.9474158Z [00:02:03.577]➜  		"metadatas/live/DynamicUpdateWaterMarkStreamRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DynamicUpdateWaterMarkStreamRule.json",
2025-08-20T19:15:59.9476093Z [00:02:03.577]➜  		"metadatas/live/EditPlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EditPlaylist.json",
2025-08-20T19:15:59.9477870Z [00:02:03.577]➜  		"metadatas/live/EditShowAndReplace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EditShowAndReplace.json",
2025-08-20T19:15:59.9479803Z [00:02:03.577]➜  		"metadatas/live/EffectCasterUrgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EffectCasterUrgent.json",
2025-08-20T19:15:59.9481862Z [00:02:03.577]➜  		"metadatas/live/EffectCasterVideoResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EffectCasterVideoResource.json",
2025-08-20T19:15:59.9484331Z [00:02:03.577]➜  		"metadatas/live/EnableLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EnableLiveRealtimeLogDelivery.json",
2025-08-20T19:15:59.9486462Z [00:02:03.577]➜  		"metadatas/live/ForbidLiveStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ForbidLiveStream.json",
2025-08-20T19:15:59.9488377Z [00:02:03.577]➜  		"metadatas/live/GetAllCustomTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetAllCustomTemplates.json",
2025-08-20T19:15:59.9490415Z [00:02:03.577]➜  		"metadatas/live/GetCustomTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetCustomTemplate.json",
2025-08-20T19:15:59.9492361Z [00:02:03.577]➜  		"metadatas/live/GetEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetEdgeTranscodeJob.json",
2025-08-20T19:15:59.9494789Z [00:02:03.577]➜  		"metadatas/live/GetEdgeTranscodeTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetEdgeTranscodeTemplate.json",
2025-08-20T19:15:59.9496844Z [00:02:03.577]➜  		"metadatas/live/GetEditingJobInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetEditingJobInfo.json",
2025-08-20T19:15:59.9498688Z [00:02:03.577]➜  		"metadatas/live/GetMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetMessageApp.json",
2025-08-20T19:15:59.9500506Z [00:02:03.577]➜  		"metadatas/live/GetMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetMessageGroup.json",
2025-08-20T19:15:59.9502342Z [00:02:03.577]➜  		"metadatas/live/GetMessageToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetMessageToken.json",
2025-08-20T19:15:59.9504839Z [00:02:03.577]➜  		"metadatas/live/HotLiveRtcStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/HotLiveRtcStream.json",
2025-08-20T19:15:59.9506994Z [00:02:03.577]➜  		"metadatas/live/InitializeAutoShowListTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/InitializeAutoShowListTask.json",
2025-08-20T19:15:59.9509071Z [00:02:03.577]➜  		"metadatas/live/JoinMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/JoinMessageGroup.json",
2025-08-20T19:15:59.9511235Z [00:02:03.577]➜  		"metadatas/live/KickLiveMessageGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/KickLiveMessageGroupUser.json",
2025-08-20T19:15:59.9513473Z [00:02:03.577]➜  		"metadatas/live/LeaveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/LeaveMessageGroup.json",
2025-08-20T19:15:59.9515477Z [00:02:03.577]➜  		"metadatas/live/ListEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListEdgeTranscodeJob.json",
2025-08-20T19:15:59.9517690Z [00:02:03.577]➜  		"metadatas/live/ListEdgeTranscodeTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListEdgeTranscodeTemplate.json",
2025-08-20T19:15:59.9519748Z [00:02:03.577]➜  		"metadatas/live/ListEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListEventSub.json",
2025-08-20T19:15:59.9521651Z [00:02:03.577]➜  		"metadatas/live/ListEventSubEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListEventSubEvent.json",
2025-08-20T19:15:59.9523839Z [00:02:03.577]➜  		"metadatas/live/ListLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveDelayConfig.json",
2025-08-20T19:15:59.9525896Z [00:02:03.577]➜  		"metadatas/live/ListLiveMessageApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageApps.json",
2025-08-20T19:15:59.9528087Z [00:02:03.577]➜  		"metadatas/live/ListLiveMessageGroupByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageGroupByPage.json",
2025-08-20T19:15:59.9530467Z [00:02:03.577]➜  		"metadatas/live/ListLiveMessageGroupMessages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageGroupMessages.json",
2025-08-20T19:15:59.9534377Z [00:02:03.577]➜  		"metadatas/live/ListLiveMessageGroupUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageGroupUsers.json",
2025-08-20T19:15:59.9536437Z [00:02:03.577]➜  		"metadatas/live/ListLiveMessageGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageGroups.json",
2025-08-20T19:15:59.9538716Z [00:02:03.577]➜  		"metadatas/live/ListLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveRealtimeLogDelivery.json",
2025-08-20T19:15:59.9541158Z [00:02:03.577]➜  		"metadatas/live/ListLiveRealtimeLogDeliveryDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveRealtimeLogDeliveryDomains.json",
2025-08-20T19:15:59.9544087Z [00:02:03.577]➜  		"metadatas/live/ListLiveRealtimeLogDeliveryInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveRealtimeLogDeliveryInfos.json",
2025-08-20T19:15:59.9546256Z [00:02:03.577]➜  		"metadatas/live/ListMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessage.json",
2025-08-20T19:15:59.9548070Z [00:02:03.577]➜  		"metadatas/live/ListMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessageApp.json",
2025-08-20T19:15:59.9549911Z [00:02:03.577]➜  		"metadatas/live/ListMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessageGroup.json",
2025-08-20T19:15:59.9551932Z [00:02:03.577]➜  		"metadatas/live/ListMessageGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessageGroupUser.json",
2025-08-20T19:15:59.9554413Z [00:02:03.577]➜  		"metadatas/live/ListMessageGroupUserById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessageGroupUserById.json",
2025-08-20T19:15:59.9556661Z [00:02:03.577]➜  		"metadatas/live/ListMuteGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMuteGroupUser.json",
2025-08-20T19:15:59.9558572Z [00:02:03.577]➜  		"metadatas/live/ListPlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListPlaylist.json",
2025-08-20T19:15:59.9560388Z [00:02:03.577]➜  		"metadatas/live/ListPlaylistItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListPlaylistItems.json",
2025-08-20T19:15:59.9562675Z [00:02:03.577]➜  		"metadatas/live/ListRtcMPUEventSubRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListRtcMPUEventSubRecord.json",
2025-08-20T19:15:59.9564832Z [00:02:03.577]➜  		"metadatas/live/ListRtcMPUTaskDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListRtcMPUTaskDetail.json",
2025-08-20T19:15:59.9566930Z [00:02:03.577]➜  		"metadatas/live/ModifyCasterComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterComponent.json",
2025-08-20T19:15:59.9569036Z [00:02:03.577]➜  		"metadatas/live/ModifyCasterEpisode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterEpisode.json",
2025-08-20T19:15:59.9571048Z [00:02:03.577]➜  		"metadatas/live/ModifyCasterLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterLayout.json",
2025-08-20T19:15:59.9573291Z [00:02:03.577]➜  		"metadatas/live/ModifyCasterProgram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterProgram.json",
2025-08-20T19:15:59.9575480Z [00:02:03.577]➜  		"metadatas/live/ModifyCasterVideoResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterVideoResource.json",
2025-08-20T19:15:59.9577636Z [00:02:03.577]➜  		"metadatas/live/ModifyLiveAIStudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveAIStudio.json",
2025-08-20T19:15:59.9579947Z [00:02:03.577]➜  		"metadatas/live/ModifyLiveDomainSchdmByProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveDomainSchdmByProperty.json",
2025-08-20T19:15:59.9582712Z [00:02:03.577]➜  		"metadatas/live/ModifyLiveMessageAppAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageAppAudit.json",
2025-08-20T19:15:59.9585085Z [00:02:03.577]➜  		"metadatas/live/ModifyLiveMessageAppCallback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageAppCallback.json",
2025-08-20T19:15:59.9587473Z [00:02:03.577]➜  		"metadatas/live/ModifyLiveMessageAppDisable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageAppDisable.json",
2025-08-20T19:15:59.9589724Z [00:02:03.577]➜  		"metadatas/live/ModifyLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageGroup.json",
2025-08-20T19:15:59.9592040Z [00:02:03.577]➜  		"metadatas/live/ModifyLiveMessageGroupBand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageGroupBand.json",
2025-08-20T19:15:59.9594665Z [00:02:03.577]➜  		"metadatas/live/ModifyLiveMessageUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageUserInfo.json",
2025-08-20T19:15:59.9596829Z [00:02:03.577]➜  		"metadatas/live/ModifyLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveRealtimeLogDelivery.json",
2025-08-20T19:15:59.9598811Z [00:02:03.577]➜  		"metadatas/live/ModifyShowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyShowList.json",
2025-08-20T19:15:59.9600610Z [00:02:03.577]➜  		"metadatas/live/ModifyStudioLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyStudioLayout.json",
2025-08-20T19:15:59.9602824Z [00:02:03.577]➜  		"metadatas/live/MuteAllGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/MuteAllGroupUser.json",
2025-08-20T19:15:59.9604772Z [00:02:03.577]➜  		"metadatas/live/MuteGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/MuteGroupUser.json",
2025-08-20T19:15:59.9606508Z [00:02:03.577]➜  		"metadatas/live/OpenLiveShift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/OpenLiveShift.json",
2025-08-20T19:15:59.9608267Z [00:02:03.577]➜  		"metadatas/live/PlayChoosenShow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/PlayChoosenShow.json",
2025-08-20T19:15:59.9610602Z [00:02:03.577]➜  		"metadatas/live/PublishLiveStagingConfigToProduction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/PublishLiveStagingConfigToProduction.json",
2025-08-20T19:15:59.9613222Z [00:02:03.577]➜  		"metadatas/live/QueryLiveDomainMultiStreamList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/QueryLiveDomainMultiStreamList.json",
2025-08-20T19:15:59.9615344Z [00:02:03.577]➜  		"metadatas/live/QueryMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/QueryMessageApp.json",
2025-08-20T19:15:59.9617285Z [00:02:03.577]➜  		"metadatas/live/QueryRtcAsrTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/QueryRtcAsrTasks.json",
2025-08-20T19:15:59.9619279Z [00:02:03.577]➜  		"metadatas/live/QuerySnapshotCallbackAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/QuerySnapshotCallbackAuth.json",
2025-08-20T19:15:59.9621400Z [00:02:03.577]➜  		"metadatas/live/RealTimeRecordCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RealTimeRecordCommand.json",
2025-08-20T19:15:59.9623829Z [00:02:03.577]➜  		"metadatas/live/RecoverLiveMessageDeletedGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RecoverLiveMessageDeletedGroup.json",
2025-08-20T19:15:59.9626316Z [00:02:03.577]➜  		"metadatas/live/RemoveLiveMessageGroupBand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RemoveLiveMessageGroupBand.json",
2025-08-20T19:15:59.9628488Z [00:02:03.577]➜  		"metadatas/live/RemoveShowFromShowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RemoveShowFromShowList.json",
2025-08-20T19:15:59.9630418Z [00:02:03.577]➜  		"metadatas/live/RemoveTerminals.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RemoveTerminals.json",
2025-08-20T19:15:59.9632187Z [00:02:03.577]➜  		"metadatas/live/RestartCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RestartCaster.json",
2025-08-20T19:15:59.9634246Z [00:02:03.577]➜  		"metadatas/live/RestartLivePullToPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RestartLivePullToPush.json",
2025-08-20T19:15:59.9636199Z [00:02:03.577]➜  		"metadatas/live/ResumeLiveStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ResumeLiveStream.json",
2025-08-20T19:15:59.9638448Z [00:02:03.577]➜  		"metadatas/live/RollbackLiveStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RollbackLiveStagingConfig.json",
2025-08-20T19:15:59.9640276Z [00:02:03.577]➜  		"metadatas/live/SendLike.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendLike.json",
2025-08-20T19:15:59.9642003Z [00:02:03.577]➜  		"metadatas/live/SendLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendLiveMessageGroup.json",
2025-08-20T19:15:59.9644148Z [00:02:03.577]➜  		"metadatas/live/SendLiveMessageUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendLiveMessageUser.json",
2025-08-20T19:15:59.9646049Z [00:02:03.577]➜  		"metadatas/live/SendMessageToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendMessageToGroup.json",
2025-08-20T19:15:59.9648031Z [00:02:03.577]➜  		"metadatas/live/SendMessageToGroupUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendMessageToGroupUsers.json",
2025-08-20T19:15:59.9650023Z [00:02:03.577]➜  		"metadatas/live/SetCasterChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetCasterChannel.json",
2025-08-20T19:15:59.9651787Z [00:02:03.577]➜  		"metadatas/live/SetCasterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetCasterConfig.json",
2025-08-20T19:15:59.9653882Z [00:02:03.577]➜  		"metadatas/live/SetCasterSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetCasterSceneConfig.json",
2025-08-20T19:15:59.9656009Z [00:02:03.577]➜  		"metadatas/live/SetLiveDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainCertificate.json",
2025-08-20T19:15:59.9658257Z [00:02:03.577]➜  		"metadatas/live/SetLiveDomainMultiStreamConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainMultiStreamConfig.json",
2025-08-20T19:15:59.9660654Z [00:02:03.577]➜  		"metadatas/live/SetLiveDomainMultiStreamMaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainMultiStreamMaster.json",
2025-08-20T19:15:59.9663421Z [00:02:03.577]➜  		"metadatas/live/SetLiveDomainMultiStreamOptimalMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainMultiStreamOptimalMode.json",
2025-08-20T19:15:59.9665779Z [00:02:03.577]➜  		"metadatas/live/SetLiveDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainStagingConfig.json",
2025-08-20T19:15:59.9667793Z [00:02:03.577]➜  		"metadatas/live/SetLiveEdgeTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveEdgeTransfer.json",
2025-08-20T19:15:59.9670196Z [00:02:03.577]➜  		"metadatas/live/SetLiveLazyPullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveLazyPullStreamInfoConfig.json",
2025-08-20T19:15:59.9672769Z [00:02:03.577]➜  		"metadatas/live/SetLiveMpuTaskSei.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveMpuTaskSei.json",
2025-08-20T19:15:59.9674807Z [00:02:03.577]➜  		"metadatas/live/SetLiveStreamBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveStreamBlock.json",
2025-08-20T19:15:59.9676976Z [00:02:03.577]➜  		"metadatas/live/SetLiveStreamDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveStreamDelayConfig.json",
2025-08-20T19:15:59.9679291Z [00:02:03.577]➜  		"metadatas/live/SetLiveStreamPreloadTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveStreamPreloadTasks.json",
2025-08-20T19:15:59.9681657Z [00:02:03.577]➜  		"metadatas/live/SetLiveStreamsNotifyUrlConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:15:59.9684239Z [00:02:03.577]➜  		"metadatas/live/SetShowListBackground.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetShowListBackground.json",
2025-08-20T19:15:59.9686405Z [00:02:03.577]➜  		"metadatas/live/SetSnapshotCallbackAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetSnapshotCallbackAuth.json",
2025-08-20T19:15:59.9688435Z [00:02:03.577]➜  		"metadatas/live/StartCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartCaster.json",
2025-08-20T19:15:59.9690303Z [00:02:03.577]➜  		"metadatas/live/StartCasterScene.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartCasterScene.json",
2025-08-20T19:15:59.9692354Z [00:02:03.577]➜  		"metadatas/live/StartEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartEdgeTranscodeJob.json",
2025-08-20T19:15:59.9694523Z [00:02:03.577]➜  		"metadatas/live/StartLiveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartLiveDomain.json",
2025-08-20T19:15:59.9696493Z [00:02:03.577]➜  		"metadatas/live/StartLiveMPUTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartLiveMPUTask.json",
2025-08-20T19:15:59.9698757Z [00:02:03.577]➜  		"metadatas/live/StartLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartLiveStreamMonitor.json",
2025-08-20T19:15:59.9700802Z [00:02:03.577]➜  		"metadatas/live/StartPlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartPlaylist.json",
2025-08-20T19:15:59.9702975Z [00:02:03.577]➜  		"metadatas/live/StartRtcCloudRecording.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartRtcCloudRecording.json",
2025-08-20T19:15:59.9704913Z [00:02:03.577]➜  		"metadatas/live/StopCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopCaster.json",
2025-08-20T19:15:59.9706768Z [00:02:03.577]➜  		"metadatas/live/StopCasterScene.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopCasterScene.json",
2025-08-20T19:15:59.9708803Z [00:02:03.577]➜  		"metadatas/live/StopEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopEdgeTranscodeJob.json",
2025-08-20T19:15:59.9711045Z [00:02:03.577]➜  		"metadatas/live/StopLiveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopLiveDomain.json",
2025-08-20T19:15:59.9713069Z [00:02:03.577]➜  		"metadatas/live/StopLiveMPUTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopLiveMPUTask.json",
2025-08-20T19:15:59.9715025Z [00:02:03.577]➜  		"metadatas/live/StopLivePullToPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopLivePullToPush.json",
2025-08-20T19:15:59.9717145Z [00:02:03.577]➜  		"metadatas/live/StopLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopLiveStreamMonitor.json",
2025-08-20T19:15:59.9719110Z [00:02:03.577]➜  		"metadatas/live/StopPlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopPlaylist.json",
2025-08-20T19:15:59.9721157Z [00:02:03.577]➜  		"metadatas/live/StopRtcAsrTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopRtcAsrTask.json",
2025-08-20T19:15:59.9723349Z [00:02:03.577]➜  		"metadatas/live/StopRtcCloudRecording.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopRtcCloudRecording.json",
2025-08-20T19:15:59.9725382Z [00:02:03.577]➜  		"metadatas/live/TagLiveResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/TagLiveResources.json",
2025-08-20T19:15:59.9727342Z [00:02:03.577]➜  		"metadatas/live/UnTagLiveResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UnTagLiveResources.json",
2025-08-20T19:15:59.9729397Z [00:02:03.577]➜  		"metadatas/live/UnbanLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UnbanLiveMessageGroup.json",
2025-08-20T19:15:59.9731757Z [00:02:03.577]➜  		"metadatas/live/UpdateCasterResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateCasterResourceGroup.json",
2025-08-20T19:15:59.9734186Z [00:02:03.577]➜  		"metadatas/live/UpdateCasterSceneAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateCasterSceneAudio.json",
2025-08-20T19:15:59.9736379Z [00:02:03.577]➜  		"metadatas/live/UpdateCasterSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateCasterSceneConfig.json",
2025-08-20T19:15:59.9738734Z [00:02:03.577]➜  		"metadatas/live/UpdateCustomLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateCustomLiveStreamTranscode.json",
2025-08-20T19:15:59.9741063Z [00:02:03.577]➜  		"metadatas/live/UpdateEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateEdgeTranscodeJob.json",
2025-08-20T19:15:59.9743335Z [00:02:03.577]➜  		"metadatas/live/UpdateEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateEventSub.json",
2025-08-20T19:15:59.9745584Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveAIProduceRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAIProduceRules.json",
2025-08-20T19:15:59.9747791Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveAISubtitle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAISubtitle.json",
2025-08-20T19:15:59.9750020Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveAppRecordConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAppRecordConfig.json",
2025-08-20T19:15:59.9752358Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveAppSnapshotConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAppSnapshotConfig.json",
2025-08-20T19:15:59.9754868Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveAudioAuditConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAudioAuditConfig.json",
2025-08-20T19:15:59.9757179Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveAudioAuditNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAudioAuditNotifyConfig.json",
2025-08-20T19:15:59.9759595Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveCenterTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveCenterTransfer.json",
2025-08-20T19:15:59.9761595Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveDelayConfig.json",
2025-08-20T19:15:59.9763832Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveDetectNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveDetectNotifyConfig.json",
2025-08-20T19:15:59.9765927Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveMPUTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveMPUTask.json",
2025-08-20T19:15:59.9768164Z [00:02:03.577]➜  		"metadatas/live/UpdateLivePackageConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLivePackageConfig.json",
2025-08-20T19:15:59.9770482Z [00:02:03.577]➜  		"metadatas/live/UpdateLivePullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLivePullStreamInfoConfig.json",
2025-08-20T19:15:59.9772879Z [00:02:03.577]➜  		"metadatas/live/UpdateLivePullToPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLivePullToPush.json",
2025-08-20T19:15:59.9775106Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveRecordNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveRecordNotifyConfig.json",
2025-08-20T19:15:59.9777410Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveRecordVodConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveRecordVodConfig.json",
2025-08-20T19:15:59.9779853Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveSnapshotDetectPornConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveSnapshotDetectPornConfig.json",
2025-08-20T19:15:59.9782374Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveSnapshotNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveSnapshotNotifyConfig.json",
2025-08-20T19:15:59.9784948Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveStreamMonitor.json",
2025-08-20T19:15:59.9787231Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveStreamTranscode.json",
2025-08-20T19:15:59.9789598Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveStreamWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveStreamWatermark.json",
2025-08-20T19:15:59.9792036Z [00:02:03.577]➜  		"metadatas/live/UpdateLiveStreamWatermarkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveStreamWatermarkRule.json",
2025-08-20T19:15:59.9794623Z [00:02:03.577]➜  		"metadatas/live/UpdateMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateMessageApp.json",
2025-08-20T19:15:59.9796650Z [00:02:03.577]➜  		"metadatas/live/UpdateMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateMessageGroup.json",
2025-08-20T19:15:59.9798649Z [00:02:03.577]➜  		"metadatas/live/UpdateMixStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateMixStream.json",
2025-08-20T19:15:59.9800714Z [00:02:03.577]➜  		"metadatas/live/UpdateRtcCloudRecording.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateRtcCloudRecording.json",
2025-08-20T19:15:59.9803067Z [00:02:03.577]➜  		"metadatas/live/UpdateRtcMPUEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateRtcMPUEventSub.json",
2025-08-20T19:15:59.9805392Z [00:02:03.577]➜  		"metadatas/live/UpdateRtsLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateRtsLiveStreamTranscode.json",
2025-08-20T19:15:59.9807854Z [00:02:03.577]➜  		"metadatas/live/VerifyLiveDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/VerifyLiveDomainOwner.json",
2025-08-20T19:15:59.9810114Z [00:02:03.577]➜  		"metadatas/maxcompute/ApplyComputeQuotaPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ApplyComputeQuotaPlan.json",
2025-08-20T19:15:59.9812748Z [00:02:03.577]➜  		"metadatas/maxcompute/CreateComputeQuotaPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateComputeQuotaPlan.json",
2025-08-20T19:15:59.9815059Z [00:02:03.577]➜  		"metadatas/maxcompute/CreateMmsDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateMmsDataSource.json",
2025-08-20T19:15:59.9817443Z [00:02:03.577]➜  		"metadatas/maxcompute/CreateMmsFetchMetadataJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateMmsFetchMetadataJob.json",
2025-08-20T19:15:59.9819827Z [00:02:03.577]➜  		"metadatas/maxcompute/CreateMmsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateMmsJob.json",
2025-08-20T19:15:59.9821842Z [00:02:03.577]➜  		"metadatas/maxcompute/CreatePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreatePackage.json",
2025-08-20T19:15:59.9824093Z [00:02:03.577]➜  		"metadatas/maxcompute/CreateProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateProject.json",
2025-08-20T19:15:59.9826138Z [00:02:03.577]➜  		"metadatas/maxcompute/CreateQuotaPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateQuotaPlan.json",
2025-08-20T19:15:59.9828085Z [00:02:03.577]➜  		"metadatas/maxcompute/CreateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateRole.json",
2025-08-20T19:15:59.9830353Z [00:02:03.577]➜  		"metadatas/maxcompute/DeleteComputeQuotaPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/DeleteComputeQuotaPlan.json",
2025-08-20T19:15:59.9832933Z [00:02:03.577]➜  		"metadatas/maxcompute/DeleteMmsDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/DeleteMmsDataSource.json",
2025-08-20T19:15:59.9834944Z [00:02:03.577]➜  		"metadatas/maxcompute/DeleteMmsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/DeleteMmsJob.json",
2025-08-20T19:15:59.9837066Z [00:02:03.577]➜  		"metadatas/maxcompute/DeleteQuotaPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/DeleteQuotaPlan.json",
2025-08-20T19:15:59.9839224Z [00:02:03.577]➜  		"metadatas/maxcompute/GetComputeEffectivePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetComputeEffectivePlan.json",
2025-08-20T19:15:59.9841473Z [00:02:03.577]➜  		"metadatas/maxcompute/GetComputeQuotaPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetComputeQuotaPlan.json",
2025-08-20T19:15:59.9844158Z [00:02:03.577]➜  		"metadatas/maxcompute/GetComputeQuotaSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetComputeQuotaSchedule.json",
2025-08-20T19:15:59.9846373Z [00:02:03.577]➜  		"metadatas/maxcompute/GetJobInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetJobInfo.json",
2025-08-20T19:15:59.9848510Z [00:02:03.577]➜  		"metadatas/maxcompute/GetJobResourceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetJobResourceUsage.json",
2025-08-20T19:15:59.9850719Z [00:02:03.577]➜  		"metadatas/maxcompute/GetMmsAsyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsAsyncTask.json",
2025-08-20T19:15:59.9853077Z [00:02:03.577]➜  		"metadatas/maxcompute/GetMmsDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsDataSource.json",
2025-08-20T19:15:59.9855136Z [00:02:03.577]➜  		"metadatas/maxcompute/GetMmsDb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsDb.json",
2025-08-20T19:15:59.9857460Z [00:02:03.577]➜  		"metadatas/maxcompute/GetMmsFetchMetadataJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsFetchMetadataJob.json",
2025-08-20T19:15:59.9859586Z [00:02:03.577]➜  		"metadatas/maxcompute/GetMmsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsJob.json",
2025-08-20T19:15:59.9861582Z [00:02:03.577]➜  		"metadatas/maxcompute/GetMmsPartition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsPartition.json",
2025-08-20T19:15:59.9863846Z [00:02:03.577]➜  		"metadatas/maxcompute/GetMmsTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsTable.json",
2025-08-20T19:15:59.9866002Z [00:02:03.577]➜  		"metadatas/maxcompute/GetMmsTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsTask.json",
2025-08-20T19:15:59.9867967Z [00:02:03.577]➜  		"metadatas/maxcompute/GetPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetPackage.json",
2025-08-20T19:15:59.9869894Z [00:02:03.577]➜  		"metadatas/maxcompute/GetProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetProject.json",
2025-08-20T19:15:59.9871794Z [00:02:03.577]➜  		"metadatas/maxcompute/GetQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetQuota.json",
2025-08-20T19:15:59.9873903Z [00:02:03.577]➜  		"metadatas/maxcompute/GetQuotaPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetQuotaPlan.json",
2025-08-20T19:15:59.9875883Z [00:02:03.577]➜  		"metadatas/maxcompute/GetQuotaSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetQuotaSchedule.json",
2025-08-20T19:15:59.9878023Z [00:02:03.577]➜  		"metadatas/maxcompute/GetQuotaUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetQuotaUsage.json",
2025-08-20T19:15:59.9879969Z [00:02:03.577]➜  		"metadatas/maxcompute/GetRoleAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetRoleAcl.json",
2025-08-20T19:15:59.9882000Z [00:02:03.578]➜  		"metadatas/maxcompute/GetRoleAclOnObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetRoleAclOnObject.json",
2025-08-20T19:15:59.9884268Z [00:02:03.578]➜  		"metadatas/maxcompute/GetRolePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetRolePolicy.json",
2025-08-20T19:15:59.9886247Z [00:02:03.578]➜  		"metadatas/maxcompute/GetRunningJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetRunningJobs.json",
2025-08-20T19:15:59.9888425Z [00:02:03.578]➜  		"metadatas/maxcompute/GetStorageAmountSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetStorageAmountSummary.json",
2025-08-20T19:15:59.9890871Z [00:02:03.578]➜  		"metadatas/maxcompute/GetStorageSizeSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetStorageSizeSummary.json",
2025-08-20T19:15:59.9893430Z [00:02:03.578]➜  		"metadatas/maxcompute/GetStorageSummaryCompared.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetStorageSummaryCompared.json",
2025-08-20T19:15:59.9895626Z [00:02:03.578]➜  		"metadatas/maxcompute/GetTableInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetTableInfo.json",
2025-08-20T19:15:59.9897633Z [00:02:03.578]➜  		"metadatas/maxcompute/GetTrustedProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetTrustedProjects.json",
2025-08-20T19:15:59.9899605Z [00:02:03.578]➜  		"metadatas/maxcompute/KillJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/KillJobs.json",
2025-08-20T19:15:59.9901839Z [00:02:03.578]➜  		"metadatas/maxcompute/ListComputeMetricsByInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListComputeMetricsByInstance.json",
2025-08-20T19:15:59.9904588Z [00:02:03.578]➜  		"metadatas/maxcompute/ListComputeQuotaPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListComputeQuotaPlan.json",
2025-08-20T19:15:59.9906691Z [00:02:03.578]➜  		"metadatas/maxcompute/ListFunctions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListFunctions.json",
2025-08-20T19:15:59.9908675Z [00:02:03.578]➜  		"metadatas/maxcompute/ListJobInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListJobInfos.json",
2025-08-20T19:15:59.9910693Z [00:02:03.578]➜  		"metadatas/maxcompute/ListJobMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListJobMetric.json",
2025-08-20T19:15:59.9913242Z [00:02:03.578]➜  		"metadatas/maxcompute/ListJobSnapshotInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListJobSnapshotInfos.json",
2025-08-20T19:15:59.9915483Z [00:02:03.578]➜  		"metadatas/maxcompute/ListMmsDataSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsDataSources.json",
2025-08-20T19:15:59.9917502Z [00:02:03.578]➜  		"metadatas/maxcompute/ListMmsDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsDbs.json",
2025-08-20T19:15:59.9919355Z [00:02:03.578]➜  		"metadatas/maxcompute/ListMmsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsJobs.json",
2025-08-20T19:15:59.9921384Z [00:02:03.578]➜  		"metadatas/maxcompute/ListMmsPartitions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsPartitions.json",
2025-08-20T19:15:59.9923752Z [00:02:03.578]➜  		"metadatas/maxcompute/ListMmsTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsTables.json",
2025-08-20T19:15:59.9925787Z [00:02:03.578]➜  		"metadatas/maxcompute/ListMmsTaskLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsTaskLogs.json",
2025-08-20T19:15:59.9927748Z [00:02:03.578]➜  		"metadatas/maxcompute/ListMmsTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsTasks.json",
2025-08-20T19:15:59.9929651Z [00:02:03.578]➜  		"metadatas/maxcompute/ListPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListPackages.json",
2025-08-20T19:15:59.9931649Z [00:02:03.578]➜  		"metadatas/maxcompute/ListProjectUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListProjectUsers.json",
2025-08-20T19:15:59.9933833Z [00:02:03.578]➜  		"metadatas/maxcompute/ListProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListProjects.json",
2025-08-20T19:15:59.9935775Z [00:02:03.578]➜  		"metadatas/maxcompute/ListQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListQuotas.json",
2025-08-20T19:15:59.9937931Z [00:02:03.578]➜  		"metadatas/maxcompute/ListQuotasPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListQuotasPlans.json",
2025-08-20T19:15:59.9939991Z [00:02:03.578]➜  		"metadatas/maxcompute/ListResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListResources.json",
2025-08-20T19:15:59.9941881Z [00:02:03.578]➜  		"metadatas/maxcompute/ListRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListRoles.json",
2025-08-20T19:15:59.9944220Z [00:02:03.578]➜  		"metadatas/maxcompute/ListStoragePartitionsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListStoragePartitionsInfo.json",
2025-08-20T19:15:59.9946597Z [00:02:03.578]➜  		"metadatas/maxcompute/ListStorageProjectsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListStorageProjectsInfo.json",
2025-08-20T19:15:59.9948925Z [00:02:03.578]➜  		"metadatas/maxcompute/ListStorageTablesInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListStorageTablesInfo.json",
2025-08-20T19:15:59.9951234Z [00:02:03.578]➜  		"metadatas/maxcompute/ListTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListTables.json",
2025-08-20T19:15:59.9953661Z [00:02:03.578]➜  		"metadatas/maxcompute/ListTunnelQuotaTimer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListTunnelQuotaTimer.json",
2025-08-20T19:15:59.9955774Z [00:02:03.578]➜  		"metadatas/maxcompute/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListUsers.json",
2025-08-20T19:15:59.9957763Z [00:02:03.578]➜  		"metadatas/maxcompute/ListUsersByRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListUsersByRole.json",
2025-08-20T19:15:59.9959992Z [00:02:03.578]➜  		"metadatas/maxcompute/QueryQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/QueryQuota.json",
2025-08-20T19:15:59.9962094Z [00:02:03.578]➜  		"metadatas/maxcompute/QueryStorageMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/QueryStorageMetric.json",
2025-08-20T19:15:59.9964581Z [00:02:03.578]➜  		"metadatas/maxcompute/QueryTunnelMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/QueryTunnelMetric.json",
2025-08-20T19:15:59.9966855Z [00:02:03.578]➜  		"metadatas/maxcompute/QueryTunnelMetricDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/QueryTunnelMetricDetail.json",
2025-08-20T19:15:59.9969023Z [00:02:03.578]➜  		"metadatas/maxcompute/RetryMmsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/RetryMmsJob.json",
2025-08-20T19:15:59.9971136Z [00:02:03.578]➜  		"metadatas/maxcompute/StartMmsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/StartMmsJob.json",
2025-08-20T19:15:59.9973293Z [00:02:03.578]➜  		"metadatas/maxcompute/StopMmsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/StopMmsJob.json",
2025-08-20T19:15:59.9975517Z [00:02:03.578]➜  		"metadatas/maxcompute/SumStorageMetricsByDate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/SumStorageMetricsByDate.json",
2025-08-20T19:15:59.9977912Z [00:02:03.578]➜  		"metadatas/maxcompute/UpdateComputeQuotaPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateComputeQuotaPlan.json",
2025-08-20T19:15:59.9980366Z [00:02:03.578]➜  		"metadatas/maxcompute/UpdateComputeQuotaSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateComputeQuotaSchedule.json",
2025-08-20T19:15:59.9983007Z [00:02:03.578]➜  		"metadatas/maxcompute/UpdateComputeSubQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateComputeSubQuota.json",
2025-08-20T19:15:59.9985496Z [00:02:03.578]➜  		"metadatas/maxcompute/UpdateMmsDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateMmsDataSource.json",
2025-08-20T19:15:59.9987670Z [00:02:03.578]➜  		"metadatas/maxcompute/UpdatePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdatePackage.json",
2025-08-20T19:15:59.9989896Z [00:02:03.578]➜  		"metadatas/maxcompute/UpdateProjectBasicMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateProjectBasicMeta.json",
2025-08-20T19:15:59.9992335Z [00:02:03.578]➜  		"metadatas/maxcompute/UpdateProjectDefaultQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateProjectDefaultQuota.json",
2025-08-20T19:15:59.9995084Z [00:02:03.578]➜  		"metadatas/maxcompute/UpdateProjectIpWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateProjectIpWhiteList.json",
2025-08-20T19:15:59.9997396Z [00:02:03.578]➜  		"metadatas/maxcompute/UpdateQuotaPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateQuotaPlan.json",
2025-08-20T19:15:59.9999770Z [00:02:03.578]➜  		"metadatas/maxcompute/UpdateQuotaSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateQuotaSchedule.json",
2025-08-20T19:16:00.0002104Z [00:02:03.578]➜  		"metadatas/maxcompute/UpdateTunnelQuotaTimer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateTunnelQuotaTimer.json",
2025-08-20T19:16:00.0004610Z [00:02:03.578]➜  		"metadatas/maxcompute/UpdateUsersToRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateUsersToRole.json",
2025-08-20T19:16:00.0006626Z [00:02:03.578]➜  		"metadatas/mse/AddAuthPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddAuthPolicy.json",
2025-08-20T19:16:00.0008812Z [00:02:03.578]➜  		"metadatas/mse/AddAuthResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddAuthResource.json",
2025-08-20T19:16:00.0010831Z [00:02:03.578]➜  		"metadatas/mse/AddBlackWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddBlackWhiteList.json",
2025-08-20T19:16:00.0012934Z [00:02:03.578]➜  		"metadatas/mse/AddGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGateway.json",
2025-08-20T19:16:00.0014749Z [00:02:03.578]➜  		"metadatas/mse/AddGatewayAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayAuth.json",
2025-08-20T19:16:00.0016785Z [00:02:03.578]➜  		"metadatas/mse/AddGatewayAuthConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayAuthConsumer.json",
2025-08-20T19:16:00.0018852Z [00:02:03.578]➜  		"metadatas/mse/AddGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayDomain.json",
2025-08-20T19:16:00.0020888Z [00:02:03.578]➜  		"metadatas/mse/AddGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayRoute.json",
2025-08-20T19:16:00.0023329Z [00:02:03.578]➜  		"metadatas/mse/AddGatewayServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayServiceVersion.json",
2025-08-20T19:16:00.0025369Z [00:02:03.578]➜  		"metadatas/mse/AddGatewaySlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewaySlb.json",
2025-08-20T19:16:00.0027263Z [00:02:03.578]➜  		"metadatas/mse/AddMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddMigrationTask.json",
2025-08-20T19:16:00.0029073Z [00:02:03.578]➜  		"metadatas/mse/AddMockRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddMockRule.json",
2025-08-20T19:16:00.0030810Z [00:02:03.578]➜  		"metadatas/mse/AddSSLCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddSSLCert.json",
2025-08-20T19:16:00.0032920Z [00:02:03.578]➜  		"metadatas/mse/AddSecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddSecurityGroupRule.json",
2025-08-20T19:16:00.0034872Z [00:02:03.578]➜  		"metadatas/mse/AddServiceSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddServiceSource.json",
2025-08-20T19:16:00.0036768Z [00:02:03.578]➜  		"metadatas/mse/ApplyGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ApplyGatewayRoute.json",
2025-08-20T19:16:00.0038666Z [00:02:03.578]➜  		"metadatas/mse/ApplyTagPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ApplyTagPolicies.json",
2025-08-20T19:16:00.0040986Z [00:02:03.578]➜  		"metadatas/mse/BindSentinelBlockFallbackDefinition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/BindSentinelBlockFallbackDefinition.json",
2025-08-20T19:16:00.0043518Z [00:02:03.578]➜  		"metadatas/mse/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ChangeResourceGroup.json",
2025-08-20T19:16:00.0045482Z [00:02:03.578]➜  		"metadatas/mse/CloneNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CloneNacosConfig.json",
2025-08-20T19:16:00.0047714Z [00:02:03.578]➜  		"metadatas/mse/CloneSentinelRuleFromAhas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CloneSentinelRuleFromAhas.json",
2025-08-20T19:16:00.0049610Z [00:02:03.578]➜  		"metadatas/mse/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateApplication.json",
2025-08-20T19:16:00.0051603Z [00:02:03.578]➜  		"metadatas/mse/CreateCircuitBreakerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateCircuitBreakerRule.json",
2025-08-20T19:16:00.0053786Z [00:02:03.578]➜  		"metadatas/mse/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateCluster.json",
2025-08-20T19:16:00.0055697Z [00:02:03.578]➜  		"metadatas/mse/CreateEngineNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateEngineNamespace.json",
2025-08-20T19:16:00.0057463Z [00:02:03.578]➜  		"metadatas/mse/CreateFlowRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateFlowRule.json",
2025-08-20T19:16:00.0059678Z [00:02:03.578]➜  		"metadatas/mse/CreateGatewayCircuitBreakerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateGatewayCircuitBreakerRule.json",
2025-08-20T19:16:00.0061977Z [00:02:03.578]➜  		"metadatas/mse/CreateGatewayFlowRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateGatewayFlowRule.json",
2025-08-20T19:16:00.0064402Z [00:02:03.578]➜  		"metadatas/mse/CreateGatewayIsolationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateGatewayIsolationRule.json",
2025-08-20T19:16:00.0066772Z [00:02:03.578]➜  		"metadatas/mse/CreateIsolationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateIsolationRule.json",
2025-08-20T19:16:00.0069146Z [00:02:03.578]➜  		"metadatas/mse/CreateMseServiceApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateMseServiceApplication.json",
2025-08-20T19:16:00.0071289Z [00:02:03.578]➜  		"metadatas/mse/CreateNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNacosConfig.json",
2025-08-20T19:16:00.0073469Z [00:02:03.578]➜  		"metadatas/mse/CreateNacosInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNacosInstance.json",
2025-08-20T19:16:00.0075512Z [00:02:03.578]➜  		"metadatas/mse/CreateNacosMcpServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNacosMcpServer.json",
2025-08-20T19:16:00.0077494Z [00:02:03.578]➜  		"metadatas/mse/CreateNacosService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNacosService.json",
2025-08-20T19:16:00.0079423Z [00:02:03.578]➜  		"metadatas/mse/CreateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNamespace.json",
2025-08-20T19:16:00.0081484Z [00:02:03.578]➜  		"metadatas/mse/CreateOrUpdateSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateOrUpdateSwimmingLane.json",
2025-08-20T19:16:00.0084108Z [00:02:03.578]➜  		"metadatas/mse/CreateOrUpdateSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateOrUpdateSwimmingLaneGroup.json",
2025-08-20T19:16:00.0086311Z [00:02:03.578]➜  		"metadatas/mse/CreatePluginConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreatePluginConfig.json",
2025-08-20T19:16:00.0088702Z [00:02:03.578]➜  		"metadatas/mse/CreateSentinelBlockFallbackDefinition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateSentinelBlockFallbackDefinition.json",
2025-08-20T19:16:00.0091031Z [00:02:03.578]➜  		"metadatas/mse/CreateWebFlowRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateWebFlowRule.json",
2025-08-20T19:16:00.0093171Z [00:02:03.578]➜  		"metadatas/mse/CreateZnode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateZnode.json",
2025-08-20T19:16:00.0095319Z [00:02:03.578]➜  		"metadatas/mse/DeleteAuthResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteAuthResource.json",
2025-08-20T19:16:00.0097452Z [00:02:03.578]➜  		"metadatas/mse/DeleteCircuitBreakerRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteCircuitBreakerRules.json",
2025-08-20T19:16:00.0099449Z [00:02:03.578]➜  		"metadatas/mse/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteCluster.json",
2025-08-20T19:16:00.0101426Z [00:02:03.578]➜  		"metadatas/mse/DeleteEngineNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteEngineNamespace.json",
2025-08-20T19:16:00.0103659Z [00:02:03.578]➜  		"metadatas/mse/DeleteFlowRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteFlowRules.json",
2025-08-20T19:16:00.0105687Z [00:02:03.578]➜  		"metadatas/mse/DeleteGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGateway.json",
2025-08-20T19:16:00.0107741Z [00:02:03.578]➜  		"metadatas/mse/DeleteGatewayAuthConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayAuthConsumer.json",
2025-08-20T19:16:00.0110168Z [00:02:03.578]➜  		"metadatas/mse/DeleteGatewayAuthConsumerResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayAuthConsumerResource.json",
2025-08-20T19:16:00.0112994Z [00:02:03.578]➜  		"metadatas/mse/DeleteGatewayCircuitBreakerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayCircuitBreakerRule.json",
2025-08-20T19:16:00.0115245Z [00:02:03.578]➜  		"metadatas/mse/DeleteGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayDomain.json",
2025-08-20T19:16:00.0117644Z [00:02:03.578]➜  		"metadatas/mse/DeleteGatewayFlowRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayFlowRule.json",
2025-08-20T19:16:00.0119894Z [00:02:03.578]➜  		"metadatas/mse/DeleteGatewayIsolationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayIsolationRule.json",
2025-08-20T19:16:00.0122032Z [00:02:03.578]➜  		"metadatas/mse/DeleteGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayRoute.json",
2025-08-20T19:16:00.0124390Z [00:02:03.578]➜  		"metadatas/mse/DeleteGatewayService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayService.json",
2025-08-20T19:16:00.0126602Z [00:02:03.578]➜  		"metadatas/mse/DeleteGatewayServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayServiceVersion.json",
2025-08-20T19:16:00.0128746Z [00:02:03.578]➜  		"metadatas/mse/DeleteGatewaySlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewaySlb.json",
2025-08-20T19:16:00.0130746Z [00:02:03.578]➜  		"metadatas/mse/DeleteIsolationRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteIsolationRules.json",
2025-08-20T19:16:00.0132977Z [00:02:03.578]➜  		"metadatas/mse/DeleteMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteMigrationTask.json",
2025-08-20T19:16:00.0134928Z [00:02:03.578]➜  		"metadatas/mse/DeleteNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosConfig.json",
2025-08-20T19:16:00.0136849Z [00:02:03.578]➜  		"metadatas/mse/DeleteNacosConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosConfigs.json",
2025-08-20T19:16:00.0138824Z [00:02:03.578]➜  		"metadatas/mse/DeleteNacosInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosInstance.json",
2025-08-20T19:16:00.0140876Z [00:02:03.578]➜  		"metadatas/mse/DeleteNacosMcpServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosMcpServer.json",
2025-08-20T19:16:00.0143315Z [00:02:03.578]➜  		"metadatas/mse/DeleteNacosService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosService.json",
2025-08-20T19:16:00.0145242Z [00:02:03.578]➜  		"metadatas/mse/DeleteNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNamespace.json",
2025-08-20T19:16:00.0147139Z [00:02:03.578]➜  		"metadatas/mse/DeletePluginConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeletePluginConfig.json",
2025-08-20T19:16:00.0149271Z [00:02:03.578]➜  		"metadatas/mse/DeleteSecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteSecurityGroupRule.json",
2025-08-20T19:16:00.0151379Z [00:02:03.578]➜  		"metadatas/mse/DeleteServiceSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteServiceSource.json",
2025-08-20T19:16:00.0153823Z [00:02:03.578]➜  		"metadatas/mse/DeleteSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteSwimmingLane.json",
2025-08-20T19:16:00.0155879Z [00:02:03.578]➜  		"metadatas/mse/DeleteSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteSwimmingLaneGroup.json",
2025-08-20T19:16:00.0157980Z [00:02:03.578]➜  		"metadatas/mse/DeleteWebFlowRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteWebFlowRules.json",
2025-08-20T19:16:00.0159823Z [00:02:03.578]➜  		"metadatas/mse/DeleteZnode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteZnode.json",
2025-08-20T19:16:00.0161576Z [00:02:03.578]➜  		"metadatas/mse/EnableHttp2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/EnableHttp2.json",
2025-08-20T19:16:00.0164115Z [00:02:03.578]➜  		"metadatas/mse/EnableProxyProtocol.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/EnableProxyProtocol.json",
2025-08-20T19:16:00.0166308Z [00:02:03.578]➜  		"metadatas/mse/ExportNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ExportNacosConfig.json",
2025-08-20T19:16:00.0168311Z [00:02:03.578]➜  		"metadatas/mse/ExportZookeeperData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ExportZookeeperData.json",
2025-08-20T19:16:00.0170352Z [00:02:03.578]➜  		"metadatas/mse/FetchLosslessRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/FetchLosslessRuleList.json",
2025-08-20T19:16:00.0172641Z [00:02:03.578]➜  		"metadatas/mse/GatewayBlackWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GatewayBlackWhiteList.json",
2025-08-20T19:16:00.0174785Z [00:02:03.578]➜  		"metadatas/mse/GetAppMessageQueueRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetAppMessageQueueRoute.json",
2025-08-20T19:16:00.0177025Z [00:02:03.578]➜  		"metadatas/mse/GetApplicationInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetApplicationInstanceList.json",
2025-08-20T19:16:00.0179165Z [00:02:03.578]➜  		"metadatas/mse/GetApplicationList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetApplicationList.json",
2025-08-20T19:16:00.0181121Z [00:02:03.578]➜  		"metadatas/mse/GetBlackWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetBlackWhiteList.json",
2025-08-20T19:16:00.0183268Z [00:02:03.578]➜  		"metadatas/mse/GetEngineNamepace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetEngineNamepace.json",
2025-08-20T19:16:00.0185074Z [00:02:03.578]➜  		"metadatas/mse/GetGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGateway.json",
2025-08-20T19:16:00.0187080Z [00:02:03.578]➜  		"metadatas/mse/GetGatewayAuthConsumerDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayAuthConsumerDetail.json",
2025-08-20T19:16:00.0189300Z [00:02:03.578]➜  		"metadatas/mse/GetGatewayAuthDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayAuthDetail.json",
2025-08-20T19:16:00.0191483Z [00:02:03.578]➜  		"metadatas/mse/GetGatewayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayConfig.json",
2025-08-20T19:16:00.0193673Z [00:02:03.578]➜  		"metadatas/mse/GetGatewayDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayDomainDetail.json",
2025-08-20T19:16:00.0195637Z [00:02:03.578]➜  		"metadatas/mse/GetGatewayOption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayOption.json",
2025-08-20T19:16:00.0197634Z [00:02:03.578]➜  		"metadatas/mse/GetGatewayRouteDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayRouteDetail.json",
2025-08-20T19:16:00.0199748Z [00:02:03.578]➜  		"metadatas/mse/GetGatewayServiceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayServiceDetail.json",
2025-08-20T19:16:00.0202252Z [00:02:03.578]➜  		"metadatas/mse/GetGovernanceKubernetesCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGovernanceKubernetesCluster.json",
2025-08-20T19:16:00.0204529Z [00:02:03.578]➜  		"metadatas/mse/GetImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetImage.json",
2025-08-20T19:16:00.0206277Z [00:02:03.578]➜  		"metadatas/mse/GetImportFileUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetImportFileUrl.json",
2025-08-20T19:16:00.0208179Z [00:02:03.578]➜  		"metadatas/mse/GetKubernetesSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetKubernetesSource.json",
2025-08-20T19:16:00.0210079Z [00:02:03.578]➜  		"metadatas/mse/GetLocalityRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetLocalityRule.json",
2025-08-20T19:16:00.0212242Z [00:02:03.578]➜  		"metadatas/mse/GetLosslessRuleByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetLosslessRuleByApp.json",
2025-08-20T19:16:00.0214558Z [00:02:03.578]➜  		"metadatas/mse/GetMseFeatureSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetMseFeatureSwitch.json",
2025-08-20T19:16:00.0216441Z [00:02:03.578]➜  		"metadatas/mse/GetMseSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetMseSource.json",
2025-08-20T19:16:00.0218201Z [00:02:03.578]➜  		"metadatas/mse/GetNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetNacosConfig.json",
2025-08-20T19:16:00.0220107Z [00:02:03.578]➜  		"metadatas/mse/GetNacosHistoryConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetNacosHistoryConfig.json",
2025-08-20T19:16:00.0222137Z [00:02:03.578]➜  		"metadatas/mse/GetNacosMcpServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetNacosMcpServer.json",
2025-08-20T19:16:00.0224142Z [00:02:03.578]➜  		"metadatas/mse/GetOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetOverview.json",
2025-08-20T19:16:00.0225961Z [00:02:03.578]➜  		"metadatas/mse/GetPluginConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetPluginConfig.json",
2025-08-20T19:16:00.0227754Z [00:02:03.578]➜  		"metadatas/mse/GetPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetPlugins.json",
2025-08-20T19:16:00.0229499Z [00:02:03.578]➜  		"metadatas/mse/GetServiceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetServiceList.json",
2025-08-20T19:16:00.0231367Z [00:02:03.578]➜  		"metadatas/mse/GetServiceListPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetServiceListPage.json",
2025-08-20T19:16:00.0233611Z [00:02:03.578]➜  		"metadatas/mse/GetServiceListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetServiceListeners.json",
2025-08-20T19:16:00.0235668Z [00:02:03.578]➜  		"metadatas/mse/GetServiceMethodPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetServiceMethodPage.json",
2025-08-20T19:16:00.0238063Z [00:02:03.578]➜  		"metadatas/mse/GetTagsBySwimmingLaneGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetTagsBySwimmingLaneGroupId.json",
2025-08-20T19:16:00.0240359Z [00:02:03.578]➜  		"metadatas/mse/GetZookeeperDataImportUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetZookeeperDataImportUrl.json",
2025-08-20T19:16:00.0242641Z [00:02:03.578]➜  		"metadatas/mse/ImportNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ImportNacosConfig.json",
2025-08-20T19:16:00.0244545Z [00:02:03.578]➜  		"metadatas/mse/ImportServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ImportServices.json",
2025-08-20T19:16:00.0246470Z [00:02:03.578]➜  		"metadatas/mse/ImportZookeeperData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ImportZookeeperData.json",
2025-08-20T19:16:00.0248830Z [00:02:03.578]➜  		"metadatas/mse/InitializeServiceLinkRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/InitializeServiceLinkRole.json",
2025-08-20T19:16:00.0250883Z [00:02:03.578]➜  		"metadatas/mse/ListAnsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAnsInstances.json",
2025-08-20T19:16:00.0253094Z [00:02:03.578]➜  		"metadatas/mse/ListAnsServiceClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAnsServiceClusters.json",
2025-08-20T19:16:00.0255095Z [00:02:03.578]➜  		"metadatas/mse/ListAnsServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAnsServices.json",
2025-08-20T19:16:00.0257228Z [00:02:03.578]➜  		"metadatas/mse/ListAppBySwimmingLaneGroupTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAppBySwimmingLaneGroupTag.json",
2025-08-20T19:16:00.0259868Z [00:02:03.578]➜  		"metadatas/mse/ListAppBySwimmingLaneGroupTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAppBySwimmingLaneGroupTags.json",
2025-08-20T19:16:00.0262338Z [00:02:03.578]➜  		"metadatas/mse/ListApplicationsWithTagRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListApplicationsWithTagRules.json",
2025-08-20T19:16:00.0264667Z [00:02:03.578]➜  		"metadatas/mse/ListAuthPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAuthPolicy.json",
2025-08-20T19:16:00.0266679Z [00:02:03.578]➜  		"metadatas/mse/ListCircuitBreakerRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListCircuitBreakerRules.json",
2025-08-20T19:16:00.0268929Z [00:02:03.578]➜  		"metadatas/mse/ListClusterConnectionTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusterConnectionTypes.json",
2025-08-20T19:16:00.0271293Z [00:02:03.578]➜  		"metadatas/mse/ListClusterHealthCheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusterHealthCheckTask.json",
2025-08-20T19:16:00.0273617Z [00:02:03.578]➜  		"metadatas/mse/ListClusterTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusterTypes.json",
2025-08-20T19:16:00.0275579Z [00:02:03.578]➜  		"metadatas/mse/ListClusterVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusterVersions.json",
2025-08-20T19:16:00.0277482Z [00:02:03.578]➜  		"metadatas/mse/ListClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusters.json",
2025-08-20T19:16:00.0279284Z [00:02:03.578]➜  		"metadatas/mse/ListConfigTrack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListConfigTrack.json",
2025-08-20T19:16:00.0281257Z [00:02:03.578]➜  		"metadatas/mse/ListEngineNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListEngineNamespaces.json",
2025-08-20T19:16:00.0283451Z [00:02:03.578]➜  		"metadatas/mse/ListEurekaInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListEurekaInstances.json",
2025-08-20T19:16:00.0285518Z [00:02:03.578]➜  		"metadatas/mse/ListEurekaServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListEurekaServices.json",
2025-08-20T19:16:00.0287509Z [00:02:03.578]➜  		"metadatas/mse/ListExportZookeeperData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListExportZookeeperData.json",
2025-08-20T19:16:00.0289421Z [00:02:03.578]➜  		"metadatas/mse/ListFlowRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListFlowRules.json",
2025-08-20T19:16:00.0291197Z [00:02:03.578]➜  		"metadatas/mse/ListGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGateway.json",
2025-08-20T19:16:00.0293350Z [00:02:03.579]➜  		"metadatas/mse/ListGatewayAuthConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayAuthConsumer.json",
2025-08-20T19:16:00.0295846Z [00:02:03.579]➜  		"metadatas/mse/ListGatewayAuthConsumerResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayAuthConsumerResource.json",
2025-08-20T19:16:00.0298312Z [00:02:03.579]➜  		"metadatas/mse/ListGatewayCircuitBreakerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayCircuitBreakerRule.json",
2025-08-20T19:16:00.0300473Z [00:02:03.579]➜  		"metadatas/mse/ListGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayDomain.json",
2025-08-20T19:16:00.0302680Z [00:02:03.579]➜  		"metadatas/mse/ListGatewayFlowRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayFlowRule.json",
2025-08-20T19:16:00.0304788Z [00:02:03.579]➜  		"metadatas/mse/ListGatewayIsolationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayIsolationRule.json",
2025-08-20T19:16:00.0307077Z [00:02:03.579]➜  		"metadatas/mse/ListGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayRoute.json",
2025-08-20T19:16:00.0309284Z [00:02:03.579]➜  		"metadatas/mse/ListGatewayRouteOnAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayRouteOnAuth.json",
2025-08-20T19:16:00.0311447Z [00:02:03.579]➜  		"metadatas/mse/ListGatewayService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayService.json",
2025-08-20T19:16:00.0313548Z [00:02:03.579]➜  		"metadatas/mse/ListGatewaySlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewaySlb.json",
2025-08-20T19:16:00.0315412Z [00:02:03.579]➜  		"metadatas/mse/ListGatewayZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayZone.json",
2025-08-20T19:16:00.0317271Z [00:02:03.579]➜  		"metadatas/mse/ListInstanceCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListInstanceCount.json",
2025-08-20T19:16:00.0319227Z [00:02:03.579]➜  		"metadatas/mse/ListIsolationRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListIsolationRules.json",
2025-08-20T19:16:00.0321247Z [00:02:03.579]➜  		"metadatas/mse/ListListenersByConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListListenersByConfig.json",
2025-08-20T19:16:00.0323301Z [00:02:03.579]➜  		"metadatas/mse/ListListenersByIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListListenersByIp.json",
2025-08-20T19:16:00.0324943Z [00:02:03.579]➜  		"metadatas/mse/ListMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListMigrationTask.json",
2025-08-20T19:16:00.0326583Z [00:02:03.579]➜  		"metadatas/mse/ListNacosConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNacosConfigs.json",
2025-08-20T19:16:00.0328315Z [00:02:03.579]➜  		"metadatas/mse/ListNacosHistoryConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNacosHistoryConfigs.json",
2025-08-20T19:16:00.0330236Z [00:02:03.579]➜  		"metadatas/mse/ListNacosMcpServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNacosMcpServers.json",
2025-08-20T19:16:00.0332162Z [00:02:03.579]➜  		"metadatas/mse/ListNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNamespaces.json",
2025-08-20T19:16:00.0334155Z [00:02:03.579]➜  		"metadatas/mse/ListNamingTrack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNamingTrack.json",
2025-08-20T19:16:00.0335947Z [00:02:03.579]➜  		"metadatas/mse/ListSSLCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListSSLCert.json",
2025-08-20T19:16:00.0337775Z [00:02:03.579]➜  		"metadatas/mse/ListSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListSecurityGroup.json",
2025-08-20T19:16:00.0339792Z [00:02:03.579]➜  		"metadatas/mse/ListSecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListSecurityGroupRule.json",
2025-08-20T19:16:00.0342568Z [00:02:03.579]➜  		"metadatas/mse/ListSentinelBlockFallbackDefinitions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListSentinelBlockFallbackDefinitions.json",
2025-08-20T19:16:00.0345482Z [00:02:03.579]➜  		"metadatas/mse/ListServiceSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListServiceSource.json",
2025-08-20T19:16:00.0347427Z [00:02:03.579]➜  		"metadatas/mse/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListTagResources.json",
2025-08-20T19:16:00.0349298Z [00:02:03.579]➜  		"metadatas/mse/ListWebFlowRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListWebFlowRules.json",
2025-08-20T19:16:00.0351100Z [00:02:03.579]➜  		"metadatas/mse/ListZkTrack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListZkTrack.json",
2025-08-20T19:16:00.0353306Z [00:02:03.579]➜  		"metadatas/mse/ListZnodeChildren.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListZnodeChildren.json",
2025-08-20T19:16:00.0355763Z [00:02:03.579]➜  		"metadatas/mse/ModifyGovernanceKubernetesCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ModifyGovernanceKubernetesCluster.json",
2025-08-20T19:16:00.0358024Z [00:02:03.579]➜  		"metadatas/mse/ModifyLosslessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ModifyLosslessRule.json",
2025-08-20T19:16:00.0359984Z [00:02:03.579]➜  		"metadatas/mse/OfflineGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/OfflineGatewayRoute.json",
2025-08-20T19:16:00.0362735Z [00:02:03.579]➜  		"metadatas/mse/OrderClusterHealthCheckRiskNotice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/OrderClusterHealthCheckRiskNotice.json",
2025-08-20T19:16:00.0364991Z [00:02:03.579]➜  		"metadatas/mse/PreserveHeaderFormat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/PreserveHeaderFormat.json",
2025-08-20T19:16:00.0366947Z [00:02:03.579]➜  		"metadatas/mse/PullServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/PullServices.json",
2025-08-20T19:16:00.0368984Z [00:02:03.579]➜  		"metadatas/mse/PutClusterHealthCheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/PutClusterHealthCheckTask.json",
2025-08-20T19:16:00.0371144Z [00:02:03.579]➜  		"metadatas/mse/QueryAllSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryAllSwimmingLane.json",
2025-08-20T19:16:00.0373505Z [00:02:03.579]➜  		"metadatas/mse/QueryAllSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryAllSwimmingLaneGroup.json",
2025-08-20T19:16:00.0375693Z [00:02:03.579]➜  		"metadatas/mse/QueryBusinessLocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryBusinessLocations.json",
2025-08-20T19:16:00.0377804Z [00:02:03.579]➜  		"metadatas/mse/QueryClusterDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryClusterDetail.json",
2025-08-20T19:16:00.0380285Z [00:02:03.579]➜  		"metadatas/mse/QueryClusterDiskSpecification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryClusterDiskSpecification.json",
2025-08-20T19:16:00.0382634Z [00:02:03.579]➜  		"metadatas/mse/QueryClusterInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryClusterInfo.json",
2025-08-20T19:16:00.0384749Z [00:02:03.579]➜  		"metadatas/mse/QueryClusterSpecification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryClusterSpecification.json",
2025-08-20T19:16:00.0386744Z [00:02:03.579]➜  		"metadatas/mse/QueryConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryConfig.json",
2025-08-20T19:16:00.0388641Z [00:02:03.579]➜  		"metadatas/mse/QueryGatewayRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryGatewayRegion.json",
2025-08-20T19:16:00.0390784Z [00:02:03.579]➜  		"metadatas/mse/QueryGatewayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryGatewayType.json",
2025-08-20T19:16:00.0393191Z [00:02:03.579]➜  		"metadatas/mse/QueryGovernanceKubernetesCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryGovernanceKubernetesCluster.json",
2025-08-20T19:16:00.0395308Z [00:02:03.579]➜  		"metadatas/mse/QueryInstancesInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryInstancesInfo.json",
2025-08-20T19:16:00.0397009Z [00:02:03.579]➜  		"metadatas/mse/QueryMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryMonitor.json",
2025-08-20T19:16:00.0398662Z [00:02:03.579]➜  		"metadatas/mse/QueryNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryNamespace.json",
2025-08-20T19:16:00.0400503Z [00:02:03.579]➜  		"metadatas/mse/QuerySlbSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QuerySlbSpec.json",
2025-08-20T19:16:00.0402574Z [00:02:03.579]➜  		"metadatas/mse/QuerySwimmingLaneById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QuerySwimmingLaneById.json",
2025-08-20T19:16:00.0404385Z [00:02:03.579]➜  		"metadatas/mse/QueryZnodeDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryZnodeDetail.json",
2025-08-20T19:16:00.0406122Z [00:02:03.579]➜  		"metadatas/mse/RemoveApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/RemoveApplication.json",
2025-08-20T19:16:00.0407864Z [00:02:03.579]➜  		"metadatas/mse/RemoveAuthPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/RemoveAuthPolicy.json",
2025-08-20T19:16:00.0409621Z [00:02:03.579]➜  		"metadatas/mse/RestartCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/RestartCluster.json",
2025-08-20T19:16:00.0411420Z [00:02:03.579]➜  		"metadatas/mse/RetryCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/RetryCluster.json",
2025-08-20T19:16:00.0413333Z [00:02:03.579]➜  		"metadatas/mse/SelectGatewaySlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/SelectGatewaySlb.json",
2025-08-20T19:16:00.0415040Z [00:02:03.579]➜  		"metadatas/mse/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/TagResources.json",
2025-08-20T19:16:00.0416655Z [00:02:03.579]➜  		"metadatas/mse/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UntagResources.json",
2025-08-20T19:16:00.0418210Z [00:02:03.579]➜  		"metadatas/mse/UpdateAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateAcl.json",
2025-08-20T19:16:00.0419810Z [00:02:03.579]➜  		"metadatas/mse/UpdateAuthPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateAuthPolicy.json",
2025-08-20T19:16:00.0421635Z [00:02:03.579]➜  		"metadatas/mse/UpdateBlackWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateBlackWhiteList.json",
2025-08-20T19:16:00.0424021Z [00:02:03.579]➜  		"metadatas/mse/UpdateCircuitBreakerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateCircuitBreakerRule.json",
2025-08-20T19:16:00.0426124Z [00:02:03.579]➜  		"metadatas/mse/UpdateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateCluster.json",
2025-08-20T19:16:00.0428083Z [00:02:03.579]➜  		"metadatas/mse/UpdateClusterSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateClusterSpec.json",
2025-08-20T19:16:00.0429959Z [00:02:03.579]➜  		"metadatas/mse/UpdateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateConfig.json",
2025-08-20T19:16:00.0431922Z [00:02:03.579]➜  		"metadatas/mse/UpdateEngineNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateEngineNamespace.json",
2025-08-20T19:16:00.0434296Z [00:02:03.579]➜  		"metadatas/mse/UpdateFlowRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateFlowRule.json",
2025-08-20T19:16:00.0436401Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayAuthConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayAuthConsumer.json",
2025-08-20T19:16:00.0438854Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayAuthConsumerResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayAuthConsumerResource.json",
2025-08-20T19:16:00.0441594Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayAuthConsumerResourceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayAuthConsumerResourceStatus.json",
2025-08-20T19:16:00.0444528Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayAuthConsumerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayAuthConsumerStatus.json",
2025-08-20T19:16:00.0447184Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayCircuitBreakerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayCircuitBreakerRule.json",
2025-08-20T19:16:00.0449629Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayConfig.json",
2025-08-20T19:16:00.0451574Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayDomain.json",
2025-08-20T19:16:00.0453822Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayFlowRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayFlowRule.json",
2025-08-20T19:16:00.0456022Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayIsolationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayIsolationRule.json",
2025-08-20T19:16:00.0458122Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayName.json",
2025-08-20T19:16:00.0460152Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayOption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayOption.json",
2025-08-20T19:16:00.0462163Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRoute.json",
2025-08-20T19:16:00.0464455Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayRouteAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteAuth.json",
2025-08-20T19:16:00.0466430Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayRouteCORS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteCORS.json",
2025-08-20T19:16:00.0468663Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayRouteHTTPRewrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteHTTPRewrite.json",
2025-08-20T19:16:00.0470921Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayRouteHeaderOp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteHeaderOp.json",
2025-08-20T19:16:00.0473471Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayRouteRetry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteRetry.json",
2025-08-20T19:16:00.0475524Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayRouteTimeout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteTimeout.json",
2025-08-20T19:16:00.0477606Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayRouteWafStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteWafStatus.json",
2025-08-20T19:16:00.0479672Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayService.json",
2025-08-20T19:16:00.0481899Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayServiceCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayServiceCheck.json",
2025-08-20T19:16:00.0484728Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayServiceTrafficPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayServiceTrafficPolicy.json",
2025-08-20T19:16:00.0487222Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewayServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayServiceVersion.json",
2025-08-20T19:16:00.0489351Z [00:02:03.579]➜  		"metadatas/mse/UpdateGatewaySpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewaySpec.json",
2025-08-20T19:16:00.0491208Z [00:02:03.579]➜  		"metadatas/mse/UpdateImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateImage.json",
2025-08-20T19:16:00.0493317Z [00:02:03.579]➜  		"metadatas/mse/UpdateIsolationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateIsolationRule.json",
2025-08-20T19:16:00.0495640Z [00:02:03.579]➜  		"metadatas/mse/UpdateLocalityRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateLocalityRule.json",
2025-08-20T19:16:00.0497799Z [00:02:03.579]➜  		"metadatas/mse/UpdateMessageQueueRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateMessageQueueRoute.json",
2025-08-20T19:16:00.0499900Z [00:02:03.579]➜  		"metadatas/mse/UpdateMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateMigrationTask.json",
2025-08-20T19:16:00.0501859Z [00:02:03.579]➜  		"metadatas/mse/UpdateNacosCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosCluster.json",
2025-08-20T19:16:00.0504022Z [00:02:03.579]➜  		"metadatas/mse/UpdateNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosConfig.json",
2025-08-20T19:16:00.0506054Z [00:02:03.579]➜  		"metadatas/mse/UpdateNacosGrayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosGrayConfig.json",
2025-08-20T19:16:00.0508152Z [00:02:03.579]➜  		"metadatas/mse/UpdateNacosInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosInstance.json",
2025-08-20T19:16:00.0510184Z [00:02:03.579]➜  		"metadatas/mse/UpdateNacosService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosService.json",
2025-08-20T19:16:00.0512243Z [00:02:03.579]➜  		"metadatas/mse/UpdatePluginConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdatePluginConfig.json",
2025-08-20T19:16:00.0514195Z [00:02:03.579]➜  		"metadatas/mse/UpdateSSLCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateSSLCert.json",
2025-08-20T19:16:00.0515933Z [00:02:03.579]➜  		"metadatas/mse/UpdateServiceSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateServiceSource.json",
2025-08-20T19:16:00.0517672Z [00:02:03.579]➜  		"metadatas/mse/UpdateWebFlowRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateWebFlowRule.json",
2025-08-20T19:16:00.0519217Z [00:02:03.579]➜  		"metadatas/mse/UpdateZnode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateZnode.json",
2025-08-20T19:16:00.0520974Z [00:02:03.579]➜  		"metadatas/mse/UpgradeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpgradeCluster.json",
2025-08-20T19:16:00.0522880Z [00:02:03.579]➜  		"metadatas/mssp/ConfirmDjbhReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/ConfirmDjbhReport.json",
2025-08-20T19:16:00.0524747Z [00:02:03.579]➜  		"metadatas/mssp/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/CreateServiceLinkedRole.json",
2025-08-20T19:16:00.0535767Z [00:02:03.579]➜  		"metadatas/mssp/CreateServiceWorkOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/CreateServiceWorkOrder.json",
2025-08-20T19:16:00.0538046Z [00:02:03.579]➜  		"metadatas/mssp/DeleteDjbhReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/DeleteDjbhReport.json",
2025-08-20T19:16:00.0540189Z [00:02:03.579]➜  		"metadatas/mssp/DescribeServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/DescribeServiceLinkedRole.json",
2025-08-20T19:16:00.0542701Z [00:02:03.579]➜  		"metadatas/mssp/DisposeServiceWorkOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/DisposeServiceWorkOrder.json",
2025-08-20T19:16:00.0544786Z [00:02:03.579]➜  		"metadatas/mssp/DisposeWorkTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/DisposeWorkTask.json",
2025-08-20T19:16:00.0546726Z [00:02:03.579]➜  		"metadatas/mssp/GetAlarmDetailById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetAlarmDetailById.json",
2025-08-20T19:16:00.0548946Z [00:02:03.579]➜  		"metadatas/mssp/GetAttackedAssetDeal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetAttackedAssetDeal.json",
2025-08-20T19:16:00.0551182Z [00:02:03.579]➜  		"metadatas/mssp/GetBaselineSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetBaselineSummary.json",
2025-08-20T19:16:00.0553379Z [00:02:03.579]➜  		"metadatas/mssp/GetConsoleScore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetConsoleScore.json",
2025-08-20T19:16:00.0555229Z [00:02:03.579]➜  		"metadatas/mssp/GetDetailById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetDetailById.json",
2025-08-20T19:16:00.0557264Z [00:02:03.579]➜  		"metadatas/mssp/GetDocumentDownloadUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetDocumentDownloadUrl.json",
2025-08-20T19:16:00.0558215Z [00:02:03.579]➜  		"metadatas/mssp/GetDocumentPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetDocumentPage.json",
2025-08-20T19:16:00.0559254Z [00:02:03.579]➜  		"metadatas/mssp/GetDocumentSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetDocumentSummary.json",
2025-08-20T19:16:00.0560260Z [00:02:03.579]➜  		"metadatas/mssp/GetRecentDocument.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetRecentDocument.json",
2025-08-20T19:16:00.0561217Z [00:02:03.579]➜  		"metadatas/mssp/GetSafetyCover.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSafetyCover.json",
2025-08-20T19:16:00.0562073Z [00:02:03.579]➜  		"metadatas/mssp/GetSowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSowList.json",
2025-08-20T19:16:00.0563266Z [00:02:03.579]➜  		"metadatas/mssp/GetSuspEventPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSuspEventPage.json",
2025-08-20T19:16:00.0564299Z [00:02:03.579]➜  		"metadatas/mssp/GetSuspEventSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSuspEventSummary.json",
2025-08-20T19:16:00.0565339Z [00:02:03.579]➜  		"metadatas/mssp/GetSuspPageSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSuspPageSummary.json",
2025-08-20T19:16:00.0566484Z [00:02:03.579]➜  		"metadatas/mssp/GetUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetUserStatus.json",
2025-08-20T19:16:00.0567346Z [00:02:03.579]➜  		"metadatas/mssp/GetVulItemPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetVulItemPage.json",
2025-08-20T19:16:00.0568197Z [00:02:03.579]➜  		"metadatas/mssp/GetVulListById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetVulListById.json",
2025-08-20T19:16:00.0569481Z [00:02:03.579]➜  		"metadatas/mssp/GetVulPageSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetVulPageSummary.json",
2025-08-20T19:16:00.0570353Z [00:02:03.579]➜  		"metadatas/mssp/GetVulSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetVulSummary.json",
2025-08-20T19:16:00.0571484Z [00:02:03.579]➜  		"metadatas/mssp/GetWorkTaskSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetWorkTaskSummary.json",
2025-08-20T19:16:00.0572802Z [00:02:03.579]➜  		"metadatas/mssp/PageServiceCustomer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/PageServiceCustomer.json",
2025-08-20T19:16:00.0573805Z [00:02:03.579]➜  		"metadatas/mssp/SendCustomEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/SendCustomEvent.json",
2025-08-20T19:16:00.0574903Z [00:02:03.579]➜  		"metadatas/mts/ActivateMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ActivateMediaWorkflow.json",
2025-08-20T19:16:00.0575772Z [00:02:03.579]➜  		"metadatas/mts/AddMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddMedia.json",
2025-08-20T19:16:00.0576685Z [00:02:03.579]➜  		"metadatas/mts/AddMediaTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddMediaTag.json",
2025-08-20T19:16:00.0577919Z [00:02:03.579]➜  		"metadatas/mts/AddMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddMediaWorkflow.json",
2025-08-20T19:16:00.0578863Z [00:02:03.579]➜  		"metadatas/mts/AddPipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddPipeline.json",
2025-08-20T19:16:00.0579934Z [00:02:03.579]➜  		"metadatas/mts/AddSmarttagTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddSmarttagTemplate.json",
2025-08-20T19:16:00.0580855Z [00:02:03.579]➜  		"metadatas/mts/AddTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddTemplate.json",
2025-08-20T19:16:00.0581960Z [00:02:03.579]➜  		"metadatas/mts/AddWaterMarkTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddWaterMarkTemplate.json",
2025-08-20T19:16:00.0583187Z [00:02:03.579]➜  		"metadatas/mts/BindInputBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/BindInputBucket.json",
2025-08-20T19:16:00.0584251Z [00:02:03.579]➜  		"metadatas/mts/BindOutputBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/BindOutputBucket.json",
2025-08-20T19:16:00.0585135Z [00:02:03.579]➜  		"metadatas/mts/CancelJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/CancelJob.json",
2025-08-20T19:16:00.0586144Z [00:02:03.579]➜  		"metadatas/mts/CreateCustomEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/CreateCustomEntity.json",
2025-08-20T19:16:00.0587437Z [00:02:03.579]➜  		"metadatas/mts/CreateCustomGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/CreateCustomGroup.json",
2025-08-20T19:16:00.0588349Z [00:02:03.579]➜  		"metadatas/mts/CreateFpShotDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/CreateFpShotDB.json",
2025-08-20T19:16:00.0589481Z [00:02:03.579]➜  		"metadatas/mts/DeactivateMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeactivateMediaWorkflow.json",
2025-08-20T19:16:00.0590513Z [00:02:03.579]➜  		"metadatas/mts/DeleteCustomEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteCustomEntity.json",
2025-08-20T19:16:00.0591687Z [00:02:03.579]➜  		"metadatas/mts/DeleteCustomGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteCustomGroup.json",
2025-08-20T19:16:00.0592819Z [00:02:03.579]➜  		"metadatas/mts/DeleteCustomView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteCustomView.json",
2025-08-20T19:16:00.0593741Z [00:02:03.579]➜  		"metadatas/mts/DeleteMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteMedia.json",
2025-08-20T19:16:00.0594689Z [00:02:03.579]➜  		"metadatas/mts/DeleteMediaTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteMediaTag.json",
2025-08-20T19:16:00.0595710Z [00:02:03.579]➜  		"metadatas/mts/DeleteMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteMediaWorkflow.json",
2025-08-20T19:16:00.0596847Z [00:02:03.579]➜  		"metadatas/mts/DeletePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeletePipeline.json",
2025-08-20T19:16:00.0597947Z [00:02:03.579]➜  		"metadatas/mts/DeleteSmarttagTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteSmarttagTemplate.json",
2025-08-20T19:16:00.0598906Z [00:02:03.579]➜  		"metadatas/mts/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteTemplate.json",
2025-08-20T19:16:00.0600046Z [00:02:03.579]➜  		"metadatas/mts/DeleteWaterMarkTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteWaterMarkTemplate.json",
2025-08-20T19:16:00.0600889Z [00:02:03.579]➜  		"metadatas/mts/ImAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ImAudit.json",
2025-08-20T19:16:00.0601996Z [00:02:03.579]➜  		"metadatas/mts/ImportFpShotJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ImportFpShotJob.json",
2025-08-20T19:16:00.0603341Z [00:02:03.579]➜  		"metadatas/mts/ListAllMediaBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListAllMediaBucket.json",
2025-08-20T19:16:00.0604403Z [00:02:03.579]➜  		"metadatas/mts/ListCustomEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListCustomEntities.json",
2025-08-20T19:16:00.0605402Z [00:02:03.579]➜  		"metadatas/mts/ListCustomGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListCustomGroups.json",
2025-08-20T19:16:00.0606375Z [00:02:03.579]➜  		"metadatas/mts/ListCustomPersons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListCustomPersons.json",
2025-08-20T19:16:00.0607341Z [00:02:03.579]➜  		"metadatas/mts/ListCustomViews.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListCustomViews.json",
2025-08-20T19:16:00.0608279Z [00:02:03.579]➜  		"metadatas/mts/ListFpShotDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListFpShotDB.json",
2025-08-20T19:16:00.0609287Z [00:02:03.579]➜  		"metadatas/mts/ListFpShotFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListFpShotFiles.json",
2025-08-20T19:16:00.0610366Z [00:02:03.579]➜  		"metadatas/mts/ListFpShotImportJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListFpShotImportJob.json",
2025-08-20T19:16:00.0611257Z [00:02:03.579]➜  		"metadatas/mts/ListJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListJob.json",
2025-08-20T19:16:00.0612653Z [00:02:03.579]➜  		"metadatas/mts/ListMediaWorkflowExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListMediaWorkflowExecutions.json",
2025-08-20T19:16:00.0613743Z [00:02:03.579]➜  		"metadatas/mts/QueryAnalysisJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryAnalysisJobList.json",
2025-08-20T19:16:00.0614955Z [00:02:03.579]➜  		"metadatas/mts/QueryCopyrightExtractJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryCopyrightExtractJob.json",
2025-08-20T19:16:00.0616223Z [00:02:03.579]➜  		"metadatas/mts/QueryCopyrightJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryCopyrightJob.json",
2025-08-20T19:16:00.0617335Z [00:02:03.579]➜  		"metadatas/mts/QueryFpDBDeleteJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryFpDBDeleteJobList.json",
2025-08-20T19:16:00.0618463Z [00:02:03.579]➜  		"metadatas/mts/QueryFpFileDeleteJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryFpFileDeleteJobList.json",
2025-08-20T19:16:00.0619492Z [00:02:03.579]➜  		"metadatas/mts/QueryFpShotJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryFpShotJobList.json",
2025-08-20T19:16:00.0620514Z [00:02:03.579]➜  		"metadatas/mts/QueryIProductionJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryIProductionJob.json",
2025-08-20T19:16:00.0621602Z [00:02:03.579]➜  		"metadatas/mts/QueryJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryJobList.json",
2025-08-20T19:16:00.0622917Z [00:02:03.579]➜  		"metadatas/mts/QueryMediaCensorJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaCensorJobDetail.json",
2025-08-20T19:16:00.0624021Z [00:02:03.579]➜  		"metadatas/mts/QueryMediaCensorJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaCensorJobList.json",
2025-08-20T19:16:00.0625064Z [00:02:03.580]➜  		"metadatas/mts/QueryMediaInfoJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaInfoJobList.json",
2025-08-20T19:16:00.0625997Z [00:02:03.580]➜  		"metadatas/mts/QueryMediaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaList.json",
2025-08-20T19:16:00.0627182Z [00:02:03.580]➜  		"metadatas/mts/QueryMediaListByURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaListByURL.json",
2025-08-20T19:16:00.0628573Z [00:02:03.580]➜  		"metadatas/mts/QueryMediaWorkflowExecutionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaWorkflowExecutionList.json",
2025-08-20T19:16:00.0629664Z [00:02:03.580]➜  		"metadatas/mts/QueryMediaWorkflowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaWorkflowList.json",
2025-08-20T19:16:00.0630651Z [00:02:03.580]➜  		"metadatas/mts/QueryPipelineList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryPipelineList.json",
2025-08-20T19:16:00.0631607Z [00:02:03.580]➜  		"metadatas/mts/QuerySmarttagJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QuerySmarttagJob.json",
2025-08-20T19:16:00.0632904Z [00:02:03.580]➜  		"metadatas/mts/QuerySmarttagTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QuerySmarttagTemplateList.json",
2025-08-20T19:16:00.0633929Z [00:02:03.580]➜  		"metadatas/mts/QuerySnapshotJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QuerySnapshotJobList.json",
2025-08-20T19:16:00.0635051Z [00:02:03.580]➜  		"metadatas/mts/QueryTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryTemplateList.json",
2025-08-20T19:16:00.0636016Z [00:02:03.580]➜  		"metadatas/mts/QueryTraceAbJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryTraceAbJob.json",
2025-08-20T19:16:00.0637081Z [00:02:03.580]➜  		"metadatas/mts/QueryTraceExtractJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryTraceExtractJob.json",
2025-08-20T19:16:00.0638066Z [00:02:03.580]➜  		"metadatas/mts/QueryTraceM3u8Job.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryTraceM3u8Job.json",
2025-08-20T19:16:00.0639380Z [00:02:03.580]➜  		"metadatas/mts/QueryWaterMarkTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryWaterMarkTemplateList.json",
2025-08-20T19:16:00.0640409Z [00:02:03.580]➜  		"metadatas/mts/RegisterCustomFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/RegisterCustomFace.json",
2025-08-20T19:16:00.0641384Z [00:02:03.580]➜  		"metadatas/mts/RegisterCustomView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/RegisterCustomView.json",
2025-08-20T19:16:00.0642585Z [00:02:03.580]➜  		"metadatas/mts/SearchMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SearchMediaWorkflow.json",
2025-08-20T19:16:00.0643548Z [00:02:03.580]➜  		"metadatas/mts/SearchPipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SearchPipeline.json",
2025-08-20T19:16:00.0644481Z [00:02:03.580]➜  		"metadatas/mts/SearchTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SearchTemplate.json",
2025-08-20T19:16:00.0645747Z [00:02:03.580]➜  		"metadatas/mts/SearchWaterMarkTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SearchWaterMarkTemplate.json",
2025-08-20T19:16:00.0646736Z [00:02:03.580]➜  		"metadatas/mts/SubmitAnalysisJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitAnalysisJob.json",
2025-08-20T19:16:00.0647856Z [00:02:03.580]➜  		"metadatas/mts/SubmitCopyrightExtractJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitCopyrightExtractJob.json",
2025-08-20T19:16:00.0648846Z [00:02:03.580]➜  		"metadatas/mts/SubmitCopyrightJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitCopyrightJob.json",
2025-08-20T19:16:00.0649851Z [00:02:03.580]➜  		"metadatas/mts/SubmitFpDBDeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitFpDBDeleteJob.json",
2025-08-20T19:16:00.0650883Z [00:02:03.580]➜  		"metadatas/mts/SubmitFpFileDeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitFpFileDeleteJob.json",
2025-08-20T19:16:00.0652177Z [00:02:03.580]➜  		"metadatas/mts/SubmitFpShotJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitFpShotJob.json",
2025-08-20T19:16:00.0653467Z [00:02:03.580]➜  		"metadatas/mts/SubmitIProductionJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitIProductionJob.json",
2025-08-20T19:16:00.0654473Z [00:02:03.580]➜  		"metadatas/mts/SubmitImageCopyright.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitImageCopyright.json",
2025-08-20T19:16:00.0655309Z [00:02:03.580]➜  		"metadatas/mts/SubmitJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitJobs.json",
2025-08-20T19:16:00.0656301Z [00:02:03.580]➜  		"metadatas/mts/SubmitMediaCensorJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitMediaCensorJob.json",
2025-08-20T19:16:00.0657273Z [00:02:03.580]➜  		"metadatas/mts/SubmitMediaInfoJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitMediaInfoJob.json",
2025-08-20T19:16:00.0658275Z [00:02:03.580]➜  		"metadatas/mts/SubmitSmarttagJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitSmarttagJob.json",
2025-08-20T19:16:00.0659448Z [00:02:03.580]➜  		"metadatas/mts/SubmitSnapshotJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitSnapshotJob.json",
2025-08-20T19:16:00.0660405Z [00:02:03.580]➜  		"metadatas/mts/SubmitTraceAbJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitTraceAbJob.json",
2025-08-20T19:16:00.0661493Z [00:02:03.580]➜  		"metadatas/mts/SubmitTraceExtractJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitTraceExtractJob.json",
2025-08-20T19:16:00.0662714Z [00:02:03.580]➜  		"metadatas/mts/SubmitTraceM3u8Job.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitTraceM3u8Job.json",
2025-08-20T19:16:00.0663872Z [00:02:03.580]➜  		"metadatas/mts/TagCustomPerson.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/TagCustomPerson.json",
2025-08-20T19:16:00.0664885Z [00:02:03.580]➜  		"metadatas/mts/UnbindInputBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UnbindInputBucket.json",
2025-08-20T19:16:00.0665914Z [00:02:03.580]➜  		"metadatas/mts/UnbindOutputBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UnbindOutputBucket.json",
2025-08-20T19:16:00.0666954Z [00:02:03.580]➜  		"metadatas/mts/UnregisterCustomFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UnregisterCustomFace.json",
2025-08-20T19:16:00.0667848Z [00:02:03.580]➜  		"metadatas/mts/UpdateMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMedia.json",
2025-08-20T19:16:00.0668901Z [00:02:03.580]➜  		"metadatas/mts/UpdateMediaCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaCategory.json",
2025-08-20T19:16:00.0670050Z [00:02:03.580]➜  		"metadatas/mts/UpdateMediaCover.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaCover.json",
2025-08-20T19:16:00.0671193Z [00:02:03.580]➜  		"metadatas/mts/UpdateMediaPublishState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaPublishState.json",
2025-08-20T19:16:00.0672235Z [00:02:03.580]➜  		"metadatas/mts/UpdateMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaWorkflow.json",
2025-08-20T19:16:00.0673682Z [00:02:03.580]➜  		"metadatas/mts/UpdateMediaWorkflowTriggerMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaWorkflowTriggerMode.json",
2025-08-20T19:16:00.0674631Z [00:02:03.580]➜  		"metadatas/mts/UpdatePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdatePipeline.json",
2025-08-20T19:16:00.0675740Z [00:02:03.580]➜  		"metadatas/mts/UpdateSmarttagTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateSmarttagTemplate.json",
2025-08-20T19:16:00.0676793Z [00:02:03.580]➜  		"metadatas/mts/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateTemplate.json",
2025-08-20T19:16:00.0677905Z [00:02:03.580]➜  		"metadatas/mts/UpdateWaterMarkTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateWaterMarkTemplate.json",
2025-08-20T19:16:00.0678912Z [00:02:03.580]➜  		"metadatas/nas/AddClientToBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/AddClientToBlackList.json",
2025-08-20T19:16:00.0680004Z [00:02:03.580]➜  		"metadatas/nas/ApplyAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ApplyAutoSnapshotPolicy.json",
2025-08-20T19:16:00.0681093Z [00:02:03.580]➜  		"metadatas/nas/ApplyDataFlowAutoRefresh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ApplyDataFlowAutoRefresh.json",
2025-08-20T19:16:00.0682204Z [00:02:03.580]➜  		"metadatas/nas/AttachVscToFilesystems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/AttachVscToFilesystems.json",
2025-08-20T19:16:00.0683836Z [00:02:03.580]➜  		"metadatas/nas/CancelAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelAutoSnapshotPolicy.json",
2025-08-20T19:16:00.0686907Z [00:02:03.580]➜  		"metadatas/nas/CancelDataFlowAutoRefresh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelDataFlowAutoRefresh.json",
2025-08-20T19:16:00.0687995Z [00:02:03.580]➜  		"metadatas/nas/CancelDataFlowSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelDataFlowSubTask.json",
2025-08-20T19:16:00.0688982Z [00:02:03.581]➜  		"metadatas/nas/CancelDataFlowTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelDataFlowTask.json",
2025-08-20T19:16:00.0689896Z [00:02:03.581]➜  		"metadatas/nas/CancelDirQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelDirQuota.json",
2025-08-20T19:16:00.0691029Z [00:02:03.581]➜  		"metadatas/nas/CancelFilesetQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelFilesetQuota.json",
2025-08-20T19:16:00.0692156Z [00:02:03.581]➜  		"metadatas/nas/CancelLifecycleRetrieveJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelLifecycleRetrieveJob.json",
2025-08-20T19:16:00.0693386Z [00:02:03.581]➜  		"metadatas/nas/CancelRecycleBinJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelRecycleBinJob.json",
2025-08-20T19:16:00.0694388Z [00:02:03.581]➜  		"metadatas/nas/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ChangeResourceGroup.json",
2025-08-20T19:16:00.0695331Z [00:02:03.581]➜  		"metadatas/nas/CreateAccessGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateAccessGroup.json",
2025-08-20T19:16:00.0696427Z [00:02:03.581]➜  		"metadatas/nas/CreateAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateAccessPoint.json",
2025-08-20T19:16:00.0697374Z [00:02:03.581]➜  		"metadatas/nas/CreateAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateAccessRule.json",
2025-08-20T19:16:00.0698465Z [00:02:03.581]➜  		"metadatas/nas/CreateAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateAutoSnapshotPolicy.json",
2025-08-20T19:16:00.0699382Z [00:02:03.581]➜  		"metadatas/nas/CreateDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateDataFlow.json",
2025-08-20T19:16:00.0700449Z [00:02:03.581]➜  		"metadatas/nas/CreateDataFlowSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateDataFlowSubTask.json",
2025-08-20T19:16:00.0701471Z [00:02:03.581]➜  		"metadatas/nas/CreateDataFlowTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateDataFlowTask.json",
2025-08-20T19:16:00.0702335Z [00:02:03.581]➜  		"metadatas/nas/CreateDir.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateDir.json",
2025-08-20T19:16:00.0703339Z [00:02:03.581]➜  		"metadatas/nas/CreateFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateFile.json",
2025-08-20T19:16:00.0704208Z [00:02:03.581]➜  		"metadatas/nas/CreateFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateFileSystem.json",
2025-08-20T19:16:00.0705090Z [00:02:03.581]➜  		"metadatas/nas/CreateFileset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateFileset.json",
2025-08-20T19:16:00.0705960Z [00:02:03.581]➜  		"metadatas/nas/CreateLDAPConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateLDAPConfig.json",
2025-08-20T19:16:00.0706925Z [00:02:03.581]➜  		"metadatas/nas/CreateLifecyclePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateLifecyclePolicy.json",
2025-08-20T19:16:00.0708011Z [00:02:03.581]➜  		"metadatas/nas/CreateLifecycleRetrieveJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateLifecycleRetrieveJob.json",
2025-08-20T19:16:00.0709084Z [00:02:03.581]➜  		"metadatas/nas/CreateLogAnalysis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateLogAnalysis.json",
2025-08-20T19:16:00.0709994Z [00:02:03.581]➜  		"metadatas/nas/CreateMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateMountTarget.json",
2025-08-20T19:16:00.0711128Z [00:02:03.581]➜  		"metadatas/nas/CreateProtocolMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateProtocolMountTarget.json",
2025-08-20T19:16:00.0712141Z [00:02:03.581]➜  		"metadatas/nas/CreateProtocolService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateProtocolService.json",
2025-08-20T19:16:00.0713404Z [00:02:03.581]➜  		"metadatas/nas/CreateRecycleBinDeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateRecycleBinDeleteJob.json",
2025-08-20T19:16:00.0714668Z [00:02:03.581]➜  		"metadatas/nas/CreateRecycleBinRestoreJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateRecycleBinRestoreJob.json",
2025-08-20T19:16:00.0715582Z [00:02:03.581]➜  		"metadatas/nas/CreateSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateSnapshot.json",
2025-08-20T19:16:00.0716564Z [00:02:03.581]➜  		"metadatas/nas/DeleteAccessGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteAccessGroup.json",
2025-08-20T19:16:00.0717703Z [00:02:03.581]➜  		"metadatas/nas/DeleteAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteAccessPoint.json",
2025-08-20T19:16:00.0718847Z [00:02:03.581]➜  		"metadatas/nas/DeleteAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteAccessRule.json",
2025-08-20T19:16:00.0720156Z [00:02:03.581]➜  		"metadatas/nas/DeleteAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteAutoSnapshotPolicy.json",
2025-08-20T19:16:00.0721145Z [00:02:03.581]➜  		"metadatas/nas/DeleteDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteDataFlow.json",
2025-08-20T19:16:00.0722271Z [00:02:03.581]➜  		"metadatas/nas/DeleteFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteFileSystem.json",
2025-08-20T19:16:00.0723432Z [00:02:03.581]➜  		"metadatas/nas/DeleteFileset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteFileset.json",
2025-08-20T19:16:00.0724356Z [00:02:03.581]➜  		"metadatas/nas/DeleteLDAPConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteLDAPConfig.json",
2025-08-20T19:16:00.0725416Z [00:02:03.581]➜  		"metadatas/nas/DeleteLifecyclePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteLifecyclePolicy.json",
2025-08-20T19:16:00.0726542Z [00:02:03.581]➜  		"metadatas/nas/DeleteLogAnalysis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteLogAnalysis.json",
2025-08-20T19:16:00.0727524Z [00:02:03.581]➜  		"metadatas/nas/DeleteMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteMountTarget.json",
2025-08-20T19:16:00.0728663Z [00:02:03.581]➜  		"metadatas/nas/DeleteProtocolMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteProtocolMountTarget.json",
2025-08-20T19:16:00.0729756Z [00:02:03.581]➜  		"metadatas/nas/DeleteProtocolService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteProtocolService.json",
2025-08-20T19:16:00.0730691Z [00:02:03.581]➜  		"metadatas/nas/DeleteSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteSnapshot.json",
2025-08-20T19:16:00.0731741Z [00:02:03.581]➜  		"metadatas/nas/DescribeAccessGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAccessGroups.json",
2025-08-20T19:16:00.0733003Z [00:02:03.581]➜  		"metadatas/nas/DescribeAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAccessPoint.json",
2025-08-20T19:16:00.0734281Z [00:02:03.581]➜  		"metadatas/nas/DescribeAccessPoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAccessPoints.json",
2025-08-20T19:16:00.0735304Z [00:02:03.581]➜  		"metadatas/nas/DescribeAccessRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAccessRules.json",
2025-08-20T19:16:00.0736482Z [00:02:03.581]➜  		"metadatas/nas/DescribeAutoSnapshotPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAutoSnapshotPolicies.json",
2025-08-20T19:16:00.0737603Z [00:02:03.581]➜  		"metadatas/nas/DescribeAutoSnapshotTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAutoSnapshotTasks.json",
2025-08-20T19:16:00.0738924Z [00:02:03.581]➜  		"metadatas/nas/DescribeBlackListClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeBlackListClients.json",
2025-08-20T19:16:00.0740060Z [00:02:03.581]➜  		"metadatas/nas/DescribeDataFlowSubTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeDataFlowSubTasks.json",
2025-08-20T19:16:00.0741121Z [00:02:03.581]➜  		"metadatas/nas/DescribeDataFlowTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeDataFlowTasks.json",
2025-08-20T19:16:00.0742085Z [00:02:03.581]➜  		"metadatas/nas/DescribeDataFlows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeDataFlows.json",
2025-08-20T19:16:00.0743271Z [00:02:03.581]➜  		"metadatas/nas/DescribeDirQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeDirQuotas.json",
2025-08-20T19:16:00.0744626Z [00:02:03.581]➜  		"metadatas/nas/DescribeFileSystemStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeFileSystemStatistics.json",
2025-08-20T19:16:00.0745656Z [00:02:03.581]➜  		"metadatas/nas/DescribeFileSystems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeFileSystems.json",
2025-08-20T19:16:00.0746618Z [00:02:03.581]➜  		"metadatas/nas/DescribeFilesets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeFilesets.json",
2025-08-20T19:16:00.0747919Z [00:02:03.581]➜  		"metadatas/nas/DescribeFilesystemsVscAttachInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeFilesystemsVscAttachInfo.json",
2025-08-20T19:16:00.0749072Z [00:02:03.581]➜  		"metadatas/nas/DescribeLifecyclePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeLifecyclePolicies.json",
2025-08-20T19:16:00.0750088Z [00:02:03.581]➜  		"metadatas/nas/DescribeLogAnalysis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeLogAnalysis.json",
2025-08-20T19:16:00.0751295Z [00:02:03.581]➜  		"metadatas/nas/DescribeMountTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeMountTargets.json",
2025-08-20T19:16:00.0752630Z [00:02:03.581]➜  		"metadatas/nas/DescribeMountedClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeMountedClients.json",
2025-08-20T19:16:00.0753609Z [00:02:03.581]➜  		"metadatas/nas/DescribeNfsAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeNfsAcl.json",
2025-08-20T19:16:00.0754773Z [00:02:03.581]➜  		"metadatas/nas/DescribeProtocolMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeProtocolMountTarget.json",
2025-08-20T19:16:00.0755875Z [00:02:03.581]➜  		"metadatas/nas/DescribeProtocolService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeProtocolService.json",
2025-08-20T19:16:00.0756846Z [00:02:03.581]➜  		"metadatas/nas/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeRegions.json",
2025-08-20T19:16:00.0757775Z [00:02:03.581]➜  		"metadatas/nas/DescribeSmbAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeSmbAcl.json",
2025-08-20T19:16:00.0758939Z [00:02:03.581]➜  		"metadatas/nas/DescribeSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeSnapshots.json",
2025-08-20T19:16:00.0760026Z [00:02:03.581]➜  		"metadatas/nas/DescribeStoragePackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeStoragePackages.json",
2025-08-20T19:16:00.0760946Z [00:02:03.581]➜  		"metadatas/nas/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeZones.json",
2025-08-20T19:16:00.0762064Z [00:02:03.581]➜  		"metadatas/nas/DetachVscFromFilesystems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DetachVscFromFilesystems.json",
2025-08-20T19:16:00.0763602Z [00:02:03.581]➜  		"metadatas/nas/DisableAndCleanRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DisableAndCleanRecycleBin.json",
2025-08-20T19:16:00.0764547Z [00:02:03.581]➜  		"metadatas/nas/DisableNfsAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DisableNfsAcl.json",
2025-08-20T19:16:00.0765426Z [00:02:03.581]➜  		"metadatas/nas/DisableSmbAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DisableSmbAcl.json",
2025-08-20T19:16:00.0766295Z [00:02:03.581]➜  		"metadatas/nas/EnableNfsAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/EnableNfsAcl.json",
2025-08-20T19:16:00.0767253Z [00:02:03.581]➜  		"metadatas/nas/EnableRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/EnableRecycleBin.json",
2025-08-20T19:16:00.0768132Z [00:02:03.581]➜  		"metadatas/nas/EnableSmbAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/EnableSmbAcl.json",
2025-08-20T19:16:00.0769496Z [00:02:03.581]➜  		"metadatas/nas/GetDirectoryOrFileProperties.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/GetDirectoryOrFileProperties.json",
2025-08-20T19:16:00.0770586Z [00:02:03.581]➜  		"metadatas/nas/GetRecycleBinAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/GetRecycleBinAttribute.json",
2025-08-20T19:16:00.0771709Z [00:02:03.581]➜  		"metadatas/nas/ListDirectoriesAndFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListDirectoriesAndFiles.json",
2025-08-20T19:16:00.0773065Z [00:02:03.581]➜  		"metadatas/nas/ListLifecycleRetrieveJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListLifecycleRetrieveJobs.json",
2025-08-20T19:16:00.0774314Z [00:02:03.581]➜  		"metadatas/nas/ListRecentlyRecycledDirectories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListRecentlyRecycledDirectories.json",
2025-08-20T19:16:00.0775327Z [00:02:03.581]➜  		"metadatas/nas/ListRecycleBinJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListRecycleBinJobs.json",
2025-08-20T19:16:00.0776608Z [00:02:03.581]➜  		"metadatas/nas/ListRecycledDirectoriesAndFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListRecycledDirectoriesAndFiles.json",
2025-08-20T19:16:00.0777540Z [00:02:03.581]➜  		"metadatas/nas/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListTagResources.json",
2025-08-20T19:16:00.0778462Z [00:02:03.581]➜  		"metadatas/nas/ModifyAccessGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyAccessGroup.json",
2025-08-20T19:16:00.0779402Z [00:02:03.581]➜  		"metadatas/nas/ModifyAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyAccessPoint.json",
2025-08-20T19:16:00.0780273Z [00:02:03.581]➜  		"metadatas/nas/ModifyAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyAccessRule.json",
2025-08-20T19:16:00.0781429Z [00:02:03.581]➜  		"metadatas/nas/ModifyAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyAutoSnapshotPolicy.json",
2025-08-20T19:16:00.0782714Z [00:02:03.581]➜  		"metadatas/nas/ModifyDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyDataFlow.json",
2025-08-20T19:16:00.0783783Z [00:02:03.581]➜  		"metadatas/nas/ModifyDataFlowAutoRefresh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyDataFlowAutoRefresh.json",
2025-08-20T19:16:00.0784657Z [00:02:03.581]➜  		"metadatas/nas/ModifyFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyFileSystem.json",
2025-08-20T19:16:00.0785500Z [00:02:03.581]➜  		"metadatas/nas/ModifyFileset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyFileset.json",
2025-08-20T19:16:00.0786411Z [00:02:03.581]➜  		"metadatas/nas/ModifyLDAPConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyLDAPConfig.json",
2025-08-20T19:16:00.0787668Z [00:02:03.581]➜  		"metadatas/nas/ModifyLifecyclePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyLifecyclePolicy.json",
2025-08-20T19:16:00.0788648Z [00:02:03.581]➜  		"metadatas/nas/ModifyMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyMountTarget.json",
2025-08-20T19:16:00.0789788Z [00:02:03.581]➜  		"metadatas/nas/ModifyProtocolMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyProtocolMountTarget.json",
2025-08-20T19:16:00.0790866Z [00:02:03.581]➜  		"metadatas/nas/ModifyProtocolService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyProtocolService.json",
2025-08-20T19:16:00.0791781Z [00:02:03.581]➜  		"metadatas/nas/ModifySmbAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifySmbAcl.json",
2025-08-20T19:16:00.0793053Z [00:02:03.581]➜  		"metadatas/nas/OpenNASService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/OpenNASService.json",
2025-08-20T19:16:00.0794263Z [00:02:03.581]➜  		"metadatas/nas/RemoveClientFromBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/RemoveClientFromBlackList.json",
2025-08-20T19:16:00.0795242Z [00:02:03.582]➜  		"metadatas/nas/ResetFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ResetFileSystem.json",
2025-08-20T19:16:00.0796321Z [00:02:03.582]➜  		"metadatas/nas/RetryLifecycleRetrieveJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/RetryLifecycleRetrieveJob.json",
2025-08-20T19:16:00.0797136Z [00:02:03.582]➜  		"metadatas/nas/SetDirQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/SetDirQuota.json",
2025-08-20T19:16:00.0797990Z [00:02:03.582]➜  		"metadatas/nas/SetFilesetQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/SetFilesetQuota.json",
2025-08-20T19:16:00.0798855Z [00:02:03.582]➜  		"metadatas/nas/StartDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/StartDataFlow.json",
2025-08-20T19:16:00.0799817Z [00:02:03.582]➜  		"metadatas/nas/StopDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/StopDataFlow.json",
2025-08-20T19:16:00.0800621Z [00:02:03.582]➜  		"metadatas/nas/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/TagResources.json",
2025-08-20T19:16:00.0801470Z [00:02:03.582]➜  		"metadatas/nas/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/UntagResources.json",
2025-08-20T19:16:00.0802737Z [00:02:03.582]➜  		"metadatas/nas/UpdateRecycleBinAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/UpdateRecycleBinAttribute.json",
2025-08-20T19:16:00.0803697Z [00:02:03.582]➜  		"metadatas/nas/UpgradeFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/UpgradeFileSystem.json",
2025-08-20T19:16:00.0804770Z [00:02:03.582]➜  		"metadatas/nlb/AddServersToServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/AddServersToServerGroup.json",
2025-08-20T19:16:00.0806374Z [00:02:03.582]➜  		"metadatas/nlb/AssociateAdditionalCertificatesWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:16:00.0807811Z [00:02:03.582]➜  		"metadatas/nlb/AttachCommonBandwidthPackageToLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/AttachCommonBandwidthPackageToLoadBalancer.json",
2025-08-20T19:16:00.0808990Z [00:02:03.582]➜  		"metadatas/nlb/CancelShiftLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CancelShiftLoadBalancerZones.json",
2025-08-20T19:16:00.0809861Z [00:02:03.582]➜  		"metadatas/nlb/CreateListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CreateListener.json",
2025-08-20T19:16:00.0810993Z [00:02:03.582]➜  		"metadatas/nlb/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CreateLoadBalancer.json",
2025-08-20T19:16:00.0811976Z [00:02:03.582]➜  		"metadatas/nlb/CreateSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CreateSecurityPolicy.json",
2025-08-20T19:16:00.0813040Z [00:02:03.582]➜  		"metadatas/nlb/CreateServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CreateServerGroup.json",
2025-08-20T19:16:00.0813898Z [00:02:03.582]➜  		"metadatas/nlb/DeleteListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DeleteListener.json",
2025-08-20T19:16:00.0814848Z [00:02:03.582]➜  		"metadatas/nlb/DeleteLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DeleteLoadBalancer.json",
2025-08-20T19:16:00.0816012Z [00:02:03.582]➜  		"metadatas/nlb/DeleteSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DeleteSecurityPolicy.json",
2025-08-20T19:16:00.0816954Z [00:02:03.582]➜  		"metadatas/nlb/DeleteServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DeleteServerGroup.json",
2025-08-20T19:16:00.0818136Z [00:02:03.582]➜  		"metadatas/nlb/DescribeHdMonitorRegionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DescribeHdMonitorRegionConfig.json",
2025-08-20T19:16:00.0819101Z [00:02:03.582]➜  		"metadatas/nlb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DescribeRegions.json",
2025-08-20T19:16:00.0820032Z [00:02:03.582]➜  		"metadatas/nlb/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DescribeZones.json",
2025-08-20T19:16:00.0821501Z [00:02:03.582]➜  		"metadatas/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json",
2025-08-20T19:16:00.0822934Z [00:02:03.582]➜  		"metadatas/nlb/DisableLoadBalancerIpv6Internet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DisableLoadBalancerIpv6Internet.json",
2025-08-20T19:16:00.0824658Z [00:02:03.582]➜  		"metadatas/nlb/DisassociateAdditionalCertificatesWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DisassociateAdditionalCertificatesWithListener.json",
2025-08-20T19:16:00.0825947Z [00:02:03.582]➜  		"metadatas/nlb/EnableLoadBalancerIpv6Internet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/EnableLoadBalancerIpv6Internet.json",
2025-08-20T19:16:00.0826844Z [00:02:03.582]➜  		"metadatas/nlb/GetJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/GetJobStatus.json",
2025-08-20T19:16:00.0827883Z [00:02:03.582]➜  		"metadatas/nlb/GetListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/GetListenerAttribute.json",
2025-08-20T19:16:00.0828998Z [00:02:03.582]➜  		"metadatas/nlb/GetListenerHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/GetListenerHealthStatus.json",
2025-08-20T19:16:00.0830117Z [00:02:03.582]➜  		"metadatas/nlb/GetLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/GetLoadBalancerAttribute.json",
2025-08-20T19:16:00.0831171Z [00:02:03.582]➜  		"metadatas/nlb/ListAsynJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListAsynJobs.json",
2025-08-20T19:16:00.0832294Z [00:02:03.582]➜  		"metadatas/nlb/ListListenerCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListListenerCertificates.json",
2025-08-20T19:16:00.0833406Z [00:02:03.582]➜  		"metadatas/nlb/ListListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListListeners.json",
2025-08-20T19:16:00.0834383Z [00:02:03.582]➜  		"metadatas/nlb/ListLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListLoadBalancers.json",
2025-08-20T19:16:00.0835561Z [00:02:03.582]➜  		"metadatas/nlb/ListSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListSecurityPolicy.json",
2025-08-20T19:16:00.0836636Z [00:02:03.582]➜  		"metadatas/nlb/ListServerGroupServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListServerGroupServers.json",
2025-08-20T19:16:00.0837575Z [00:02:03.582]➜  		"metadatas/nlb/ListServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListServerGroups.json",
2025-08-20T19:16:00.0838664Z [00:02:03.582]➜  		"metadatas/nlb/ListSystemSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListSystemSecurityPolicy.json",
2025-08-20T19:16:00.0839632Z [00:02:03.582]➜  		"metadatas/nlb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListTagResources.json",
2025-08-20T19:16:00.0841004Z [00:02:03.582]➜  		"metadatas/nlb/LoadBalancerJoinSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/LoadBalancerJoinSecurityGroup.json",
2025-08-20T19:16:00.0842365Z [00:02:03.582]➜  		"metadatas/nlb/LoadBalancerLeaveSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/LoadBalancerLeaveSecurityGroup.json",
2025-08-20T19:16:00.0843619Z [00:02:03.582]➜  		"metadatas/nlb/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/MoveResourceGroup.json",
2025-08-20T19:16:00.0844815Z [00:02:03.582]➜  		"metadatas/nlb/RemoveServersFromServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/RemoveServersFromServerGroup.json",
2025-08-20T19:16:00.0845899Z [00:02:03.582]➜  		"metadatas/nlb/SetHdMonitorRegionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/SetHdMonitorRegionConfig.json",
2025-08-20T19:16:00.0846782Z [00:02:03.582]➜  		"metadatas/nlb/StartListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/StartListener.json",
2025-08-20T19:16:00.0847939Z [00:02:03.582]➜  		"metadatas/nlb/StartShiftLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/StartShiftLoadBalancerZones.json",
2025-08-20T19:16:00.0848821Z [00:02:03.582]➜  		"metadatas/nlb/StopListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/StopListener.json",
2025-08-20T19:16:00.0849683Z [00:02:03.582]➜  		"metadatas/nlb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/TagResources.json",
2025-08-20T19:16:00.0850602Z [00:02:03.582]➜  		"metadatas/nlb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UntagResources.json",
2025-08-20T19:16:00.0851681Z [00:02:03.582]➜  		"metadatas/nlb/UpdateListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateListenerAttribute.json",
2025-08-20T19:16:00.0853160Z [00:02:03.582]➜  		"metadatas/nlb/UpdateLoadBalancerAddressTypeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateLoadBalancerAddressTypeConfig.json",
2025-08-20T19:16:00.0854265Z [00:02:03.582]➜  		"metadatas/nlb/UpdateLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:16:00.0855606Z [00:02:03.582]➜  		"metadatas/nlb/UpdateLoadBalancerProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateLoadBalancerProtection.json",
2025-08-20T19:16:00.0856678Z [00:02:03.582]➜  		"metadatas/nlb/UpdateLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateLoadBalancerZones.json",
2025-08-20T19:16:00.0857872Z [00:02:03.582]➜  		"metadatas/nlb/UpdateSecurityPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateSecurityPolicyAttribute.json",
2025-08-20T19:16:00.0859009Z [00:02:03.582]➜  		"metadatas/nlb/UpdateServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateServerGroupAttribute.json",
2025-08-20T19:16:00.0860458Z [00:02:03.582]➜  		"metadatas/nlb/UpdateServerGroupServersAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateServerGroupServersAttribute.json",
2025-08-20T19:16:00.0861529Z [00:02:03.582]➜  		"metadatas/objectdet/DetectIPCObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectIPCObject.json",
2025-08-20T19:16:00.0862850Z [00:02:03.582]➜  		"metadatas/objectdet/DetectKitchenAnimals.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectKitchenAnimals.json",
2025-08-20T19:16:00.0863863Z [00:02:03.582]➜  		"metadatas/objectdet/DetectMainBody.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectMainBody.json",
2025-08-20T19:16:00.0864858Z [00:02:03.582]➜  		"metadatas/objectdet/DetectObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectObject.json",
2025-08-20T19:16:00.0866261Z [00:02:03.582]➜  		"metadatas/objectdet/DetectVehicleICongestion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectVehicleICongestion.json",
2025-08-20T19:16:00.0867739Z [00:02:03.582]➜  		"metadatas/objectdet/DetectVehicleIllegalParking.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectVehicleIllegalParking.json",
2025-08-20T19:16:00.0868909Z [00:02:03.582]➜  		"metadatas/objectdet/DetectVideoIPCObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectVideoIPCObject.json",
2025-08-20T19:16:00.0870056Z [00:02:03.582]➜  		"metadatas/objectdet/DetectWhiteBaseImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectWhiteBaseImage.json",
2025-08-20T19:16:00.0871084Z [00:02:03.582]➜  		"metadatas/objectdet/DetectWorkwear.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectWorkwear.json",
2025-08-20T19:16:00.0872181Z [00:02:03.582]➜  		"metadatas/objectdet/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/GetAsyncJobResult.json",
2025-08-20T19:16:00.0873687Z [00:02:03.582]➜  		"metadatas/oceanbasepro/BatchKillProcessList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/BatchKillProcessList.json",
2025-08-20T19:16:00.0874924Z [00:02:03.582]➜  		"metadatas/oceanbasepro/BatchKillSessionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/BatchKillSessionList.json",
2025-08-20T19:16:00.0876209Z [00:02:03.582]➜  		"metadatas/oceanbasepro/CancelProjectModifyRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CancelProjectModifyRecord.json",
2025-08-20T19:16:00.0877559Z [00:02:03.582]➜  		"metadatas/oceanbasepro/CreateBackupSetDownloadLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateBackupSetDownloadLink.json",
2025-08-20T19:16:00.0878654Z [00:02:03.582]➜  		"metadatas/oceanbasepro/CreateDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateDatabase.json",
2025-08-20T19:16:00.0879767Z [00:02:03.582]➜  		"metadatas/oceanbasepro/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateInstance.json",
2025-08-20T19:16:00.0881002Z [00:02:03.582]➜  		"metadatas/oceanbasepro/CreateLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateLabel.json",
2025-08-20T19:16:00.0882207Z [00:02:03.582]➜  		"metadatas/oceanbasepro/CreateMySqlDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateMySqlDataSource.json",
2025-08-20T19:16:00.0883744Z [00:02:03.582]➜  		"metadatas/oceanbasepro/CreateOasOutlineTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateOasOutlineTask.json",
2025-08-20T19:16:00.0885047Z [00:02:03.582]➜  		"metadatas/oceanbasepro/CreateOceanBaseDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateOceanBaseDataSource.json",
2025-08-20T19:16:00.0886466Z [00:02:03.582]➜  		"metadatas/oceanbasepro/CreateOmsMysqlDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateOmsMysqlDataSource.json",
2025-08-20T19:16:00.0887540Z [00:02:03.582]➜  		"metadatas/oceanbasepro/CreateProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateProject.json",
2025-08-20T19:16:00.0888873Z [00:02:03.583]➜  		"metadatas/oceanbasepro/CreateProjectModifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateProjectModifyRecords.json",
2025-08-20T19:16:00.0890250Z [00:02:03.583]➜  		"metadatas/oceanbasepro/CreateRdsPostgreSQLDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateRdsPostgreSQLDataSource.json",
2025-08-20T19:16:00.0891642Z [00:02:03.583]➜  		"metadatas/oceanbasepro/CreateSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateSecurityIpGroup.json",
2025-08-20T19:16:00.0892980Z [00:02:03.583]➜  		"metadatas/oceanbasepro/CreateTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTag.json",
2025-08-20T19:16:00.0894098Z [00:02:03.583]➜  		"metadatas/oceanbasepro/CreateTagValue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTagValue.json",
2025-08-20T19:16:00.0895129Z [00:02:03.583]➜  		"metadatas/oceanbasepro/CreateTenant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTenant.json",
2025-08-20T19:16:00.0896532Z [00:02:03.583]➜  		"metadatas/oceanbasepro/CreateTenantReadOnlyConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTenantReadOnlyConnection.json",
2025-08-20T19:16:00.0897900Z [00:02:03.583]➜  		"metadatas/oceanbasepro/CreateTenantSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTenantSecurityIpGroup.json",
2025-08-20T19:16:00.0899035Z [00:02:03.583]➜  		"metadatas/oceanbasepro/CreateTenantUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTenantUser.json",
2025-08-20T19:16:00.0900178Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DeleteDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteDataSource.json",
2025-08-20T19:16:00.0901241Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DeleteDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteDatabases.json",
2025-08-20T19:16:00.0902345Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DeleteInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteInstances.json",
2025-08-20T19:16:00.0903661Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DeleteProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteProject.json",
2025-08-20T19:16:00.0904900Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DeleteSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteSecurityIpGroup.json",
2025-08-20T19:16:00.0906055Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DeleteTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTag.json",
2025-08-20T19:16:00.0907137Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DeleteTagValue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTagValue.json",
2025-08-20T19:16:00.0908457Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DeleteTenantSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTenantSecurityIpGroup.json",
2025-08-20T19:16:00.0909622Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DeleteTenantUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTenantUsers.json",
2025-08-20T19:16:00.0910688Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DeleteTenants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTenants.json",
2025-08-20T19:16:00.0912205Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeAnomalySQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAnomalySQLList.json",
2025-08-20T19:16:00.0913824Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeAvailableCpuResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAvailableCpuResource.json",
2025-08-20T19:16:00.0915214Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeAvailableMemResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAvailableMemResource.json",
2025-08-20T19:16:00.0916473Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeAvailableSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAvailableSpec.json",
2025-08-20T19:16:00.0917856Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeAvailableZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAvailableZone.json",
2025-08-20T19:16:00.0919425Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeBackupEncryptedString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeBackupEncryptedString.json",
2025-08-20T19:16:00.0920857Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeBackupSetDownloadLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeBackupSetDownloadLink.json",
2025-08-20T19:16:00.0921973Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeCharset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeCharset.json",
2025-08-20T19:16:00.0923432Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeDataBackupSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeDataBackupSet.json",
2025-08-20T19:16:00.0924601Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeDatabases.json",
2025-08-20T19:16:00.0925728Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstance.json",
2025-08-20T19:16:00.0927157Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeInstanceAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceAvailableZones.json",
2025-08-20T19:16:00.0928582Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeInstanceCreatableZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceCreatableZone.json",
2025-08-20T19:16:00.0929772Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceSSL.json",
2025-08-20T19:16:00.0931246Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeInstanceSecurityConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceSecurityConfigs.json",
2025-08-20T19:16:00.0932895Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeInstanceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceSummary.json",
2025-08-20T19:16:00.0934076Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeInstanceTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceTags.json",
2025-08-20T19:16:00.0935406Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeInstanceTenantModes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceTenantModes.json",
2025-08-20T19:16:00.0936703Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeInstanceTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceTopology.json",
2025-08-20T19:16:00.0938024Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstances.json",
2025-08-20T19:16:00.0939239Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeMetricsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeMetricsData.json",
2025-08-20T19:16:00.0940485Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeMetricsDataV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeMetricsDataV2.json",
2025-08-20T19:16:00.0941656Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeNodeMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeNodeMetrics.json",
2025-08-20T19:16:00.0943288Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeOasAnomalySQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasAnomalySQLList.json",
2025-08-20T19:16:00.0944704Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeOasSQLDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasSQLDetails.json",
2025-08-20T19:16:00.0946157Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeOasSQLHistoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasSQLHistoryList.json",
2025-08-20T19:16:00.0947346Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeOasSQLPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasSQLPlans.json",
2025-08-20T19:16:00.0948601Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeOasSlowSQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasSlowSQLList.json",
2025-08-20T19:16:00.0949808Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeOasTopSQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasTopSQLList.json",
2025-08-20T19:16:00.0951082Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeOutlineBinding.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOutlineBinding.json",
2025-08-20T19:16:00.0952252Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeParameters.json",
2025-08-20T19:16:00.0953773Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeParametersHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeParametersHistory.json",
2025-08-20T19:16:00.0955205Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeProcessStatsComposition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProcessStatsComposition.json",
2025-08-20T19:16:00.0956293Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProject.json",
2025-08-20T19:16:00.0957612Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeProjectComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProjectComponents.json",
2025-08-20T19:16:00.0959122Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeProjectProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProjectProgress.json",
2025-08-20T19:16:00.0960432Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeProjectStepMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProjectStepMetric.json",
2025-08-20T19:16:00.0961650Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeProjectSteps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProjectSteps.json",
2025-08-20T19:16:00.0963019Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeProxyService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProxyService.json",
2025-08-20T19:16:00.0964427Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeRecommendIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeRecommendIndex.json",
2025-08-20T19:16:00.0965755Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeRestorableTenants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeRestorableTenants.json",
2025-08-20T19:16:00.0966921Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeSQLDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLDetails.json",
2025-08-20T19:16:00.0968185Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeSQLHistoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLHistoryList.json",
2025-08-20T19:16:00.0969330Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeSQLPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLPlans.json",
2025-08-20T19:16:00.0970654Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeSQLSamples.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLSamples.json",
2025-08-20T19:16:00.0972104Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeSQLTuningAdvices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLTuningAdvices.json",
2025-08-20T19:16:00.0973633Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeSampleSqlRawTexts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSampleSqlRawTexts.json",
2025-08-20T19:16:00.0974936Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeSecurityIpGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSecurityIpGroups.json",
2025-08-20T19:16:00.0976111Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeSessionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSessionList.json",
2025-08-20T19:16:00.0977428Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeSlowSQLHistoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSlowSQLHistoryList.json",
2025-08-20T19:16:00.0978603Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeSlowSQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSlowSQLList.json",
2025-08-20T19:16:00.0979808Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeSqlAuditStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSqlAuditStat.json",
2025-08-20T19:16:00.0981109Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeStandbyCreateMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeStandbyCreateMode.json",
2025-08-20T19:16:00.0982274Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTagValues.json",
2025-08-20T19:16:00.0983569Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTenant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenant.json",
2025-08-20T19:16:00.0985026Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTenantEncryption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantEncryption.json",
2025-08-20T19:16:00.0986247Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTenantMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantMetrics.json",
2025-08-20T19:16:00.0987506Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTenantReadableScn.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantReadableScn.json",
2025-08-20T19:16:00.0988896Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTenantSecurityConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantSecurityConfigs.json",
2025-08-20T19:16:00.0990510Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTenantSecurityIpGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantSecurityIpGroups.json",
2025-08-20T19:16:00.0991698Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTenantTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantTags.json",
2025-08-20T19:16:00.0993180Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTenantUserRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantUserRoles.json",
2025-08-20T19:16:00.0994358Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTenantUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantUsers.json",
2025-08-20T19:16:00.0995555Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTenantZonesRead.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantZonesRead.json",
2025-08-20T19:16:00.0996822Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTenants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenants.json",
2025-08-20T19:16:00.0998114Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTimeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTimeZones.json",
2025-08-20T19:16:00.0999311Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeTopSQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTopSQLList.json",
2025-08-20T19:16:00.1000375Z [00:02:03.583]➜  		"metadatas/oceanbasepro/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeZones.json",
2025-08-20T19:16:00.1001451Z [00:02:03.583]➜  		"metadatas/oceanbasepro/GetUploadOssUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/GetUploadOssUrl.json",
2025-08-20T19:16:00.1002738Z [00:02:03.583]➜  		"metadatas/oceanbasepro/KillProcessList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/KillProcessList.json",
2025-08-20T19:16:00.1003810Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ListAllLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListAllLabels.json",
2025-08-20T19:16:00.1004903Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ListDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListDataSource.json",
2025-08-20T19:16:00.1006197Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ListProjectFullVerifyResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListProjectFullVerifyResult.json",
2025-08-20T19:16:00.1007462Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ListProjectModifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListProjectModifyRecords.json",
2025-08-20T19:16:00.1008518Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ListProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListProjects.json",
2025-08-20T19:16:00.1009718Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ListWorkerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListWorkerInstances.json",
2025-08-20T19:16:00.1011278Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyDatabaseDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyDatabaseDescription.json",
2025-08-20T19:16:00.1012760Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyDatabaseUserRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyDatabaseUserRoles.json",
2025-08-20T19:16:00.1013935Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceName.json",
2025-08-20T19:16:00.1015123Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyInstanceNodeNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceNodeNum.json",
2025-08-20T19:16:00.1016508Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceSSL.json",
2025-08-20T19:16:00.1017642Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceSpec.json",
2025-08-20T19:16:00.1018771Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyInstanceTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceTags.json",
2025-08-20T19:16:00.1020177Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyInstanceTemporaryCapacity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceTemporaryCapacity.json",
2025-08-20T19:16:00.1021299Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyParameters.json",
2025-08-20T19:16:00.1022832Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifySecurityIps.json",
2025-08-20T19:16:00.1023918Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyTagName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTagName.json",
2025-08-20T19:16:00.1025053Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyTagValueName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTagValueName.json",
2025-08-20T19:16:00.1026288Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyTenantEncryption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantEncryption.json",
2025-08-20T19:16:00.1027531Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyTenantPrimaryZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantPrimaryZone.json",
2025-08-20T19:16:00.1028723Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyTenantResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantResource.json",
2025-08-20T19:16:00.1030005Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyTenantSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantSecurityIpGroup.json",
2025-08-20T19:16:00.1031112Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyTenantTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantTags.json",
2025-08-20T19:16:00.1032685Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyTenantUserDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantUserDescription.json",
2025-08-20T19:16:00.1034019Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyTenantUserPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantUserPassword.json",
2025-08-20T19:16:00.1035301Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyTenantUserRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantUserRoles.json",
2025-08-20T19:16:00.1036763Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ModifyTenantUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantUserStatus.json",
2025-08-20T19:16:00.1037873Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ReleaseProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ReleaseProject.json",
2025-08-20T19:16:00.1039061Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ReleaseWorkerInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ReleaseWorkerInstance.json",
2025-08-20T19:16:00.1040273Z [00:02:03.583]➜  		"metadatas/oceanbasepro/RemoveStandbyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/RemoveStandbyInstance.json",
2025-08-20T19:16:00.1041514Z [00:02:03.583]➜  		"metadatas/oceanbasepro/ResumeProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ResumeProject.json",
2025-08-20T19:16:00.1043031Z [00:02:03.583]➜  		"metadatas/oceanbasepro/RetryProjectModifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/RetryProjectModifyRecords.json",
2025-08-20T19:16:00.1044087Z [00:02:03.583]➜  		"metadatas/oceanbasepro/StartProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StartProject.json",
2025-08-20T19:16:00.1045268Z [00:02:03.583]➜  		"metadatas/oceanbasepro/StartProjectsByLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StartProjectsByLabel.json",
2025-08-20T19:16:00.1046292Z [00:02:03.583]➜  		"metadatas/oceanbasepro/StopProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StopProject.json",
2025-08-20T19:16:00.1047714Z [00:02:03.583]➜  		"metadatas/oceanbasepro/StopProjectModifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StopProjectModifyRecords.json",
2025-08-20T19:16:00.1048991Z [00:02:03.583]➜  		"metadatas/oceanbasepro/StopProjectsByLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StopProjectsByLabel.json",
2025-08-20T19:16:00.1050152Z [00:02:03.583]➜  		"metadatas/oceanbasepro/SwitchoverInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/SwitchoverInstance.json",
2025-08-20T19:16:00.1051322Z [00:02:03.583]➜  		"metadatas/oceanbasepro/UpdateProjectConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/UpdateProjectConfig.json",
2025-08-20T19:16:00.1052283Z [00:02:03.583]➜  		"metadatas/ocr/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/GetAsyncJobResult.json",
2025-08-20T19:16:00.1053586Z [00:02:03.583]➜  		"metadatas/ocr/RecognizeBankCard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeBankCard.json",
2025-08-20T19:16:00.1054755Z [00:02:03.583]➜  		"metadatas/ocr/RecognizeBusinessLicense.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeBusinessLicense.json",
2025-08-20T19:16:00.1055766Z [00:02:03.583]➜  		"metadatas/ocr/RecognizeCharacter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeCharacter.json",
2025-08-20T19:16:00.1056831Z [00:02:03.583]➜  		"metadatas/ocr/RecognizeDriverLicense.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeDriverLicense.json",
2025-08-20T19:16:00.1057907Z [00:02:03.583]➜  		"metadatas/ocr/RecognizeDrivingLicense.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeDrivingLicense.json",
2025-08-20T19:16:00.1058946Z [00:02:03.583]➜  		"metadatas/ocr/RecognizeIdentityCard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeIdentityCard.json",
2025-08-20T19:16:00.1060006Z [00:02:03.583]➜  		"metadatas/ocr/RecognizeLicensePlate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeLicensePlate.json",
2025-08-20T19:16:00.1061047Z [00:02:03.584]➜  		"metadatas/ocr/RecognizePdf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizePdf.json",
2025-08-20T19:16:00.1061977Z [00:02:03.584]➜  		"metadatas/ocr/RecognizeQrCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeQrCode.json",
2025-08-20T19:16:00.1063268Z [00:02:03.584]➜  		"metadatas/ocr/RecognizeQuotaInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeQuotaInvoice.json",
2025-08-20T19:16:00.1064175Z [00:02:03.584]➜  		"metadatas/ocr/RecognizeTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeTable.json",
2025-08-20T19:16:00.1065190Z [00:02:03.584]➜  		"metadatas/ocr/RecognizeTaxiInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeTaxiInvoice.json",
2025-08-20T19:16:00.1066425Z [00:02:03.584]➜  		"metadatas/ocr/RecognizeTicketInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeTicketInvoice.json",
2025-08-20T19:16:00.1067467Z [00:02:03.584]➜  		"metadatas/ocr/RecognizeTrainTicket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeTrainTicket.json",
2025-08-20T19:16:00.1068459Z [00:02:03.584]➜  		"metadatas/ocr/RecognizeVATInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeVATInvoice.json",
2025-08-20T19:16:00.1069397Z [00:02:03.584]➜  		"metadatas/ocr/RecognizeVINCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeVINCode.json",
2025-08-20T19:16:00.1070475Z [00:02:03.584]➜  		"metadatas/ocr/RecognizeVideoCharacter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeVideoCharacter.json",
2025-08-20T19:16:00.1071575Z [00:02:03.584]➜  		"metadatas/ons/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/ListTagResources.json",
2025-08-20T19:16:00.1072975Z [00:02:03.584]➜  		"metadatas/ons/OnsConsumerAccumulate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerAccumulate.json",
2025-08-20T19:16:00.1074097Z [00:02:03.584]➜  		"metadatas/ons/OnsConsumerGetConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerGetConnection.json",
2025-08-20T19:16:00.1075152Z [00:02:03.584]➜  		"metadatas/ons/OnsConsumerResetOffset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerResetOffset.json",
2025-08-20T19:16:00.1076085Z [00:02:03.584]➜  		"metadatas/ons/OnsConsumerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerStatus.json",
2025-08-20T19:16:00.1077043Z [00:02:03.584]➜  		"metadatas/ons/OnsConsumerTimeSpan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerTimeSpan.json",
2025-08-20T19:16:00.1078036Z [00:02:03.585]➜  		"metadatas/ons/OnsDLQMessageGetById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsDLQMessageGetById.json",
2025-08-20T19:16:00.1079276Z [00:02:03.585]➜  		"metadatas/ons/OnsDLQMessagePageQueryByGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsDLQMessagePageQueryByGroupId.json",
2025-08-20T19:16:00.1080337Z [00:02:03.585]➜  		"metadatas/ons/OnsDLQMessageResendById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsDLQMessageResendById.json",
2025-08-20T19:16:00.1081387Z [00:02:03.585]➜  		"metadatas/ons/OnsGroupConsumerUpdate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupConsumerUpdate.json",
2025-08-20T19:16:00.1082274Z [00:02:03.585]➜  		"metadatas/ons/OnsGroupCreate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupCreate.json",
2025-08-20T19:16:00.1083382Z [00:02:03.585]➜  		"metadatas/ons/OnsGroupDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupDelete.json",
2025-08-20T19:16:00.1084264Z [00:02:03.585]➜  		"metadatas/ons/OnsGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupList.json",
2025-08-20T19:16:00.1085404Z [00:02:03.585]➜  		"metadatas/ons/OnsGroupSubDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupSubDetail.json",
2025-08-20T19:16:00.1086393Z [00:02:03.585]➜  		"metadatas/ons/OnsInstanceBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceBaseInfo.json",
2025-08-20T19:16:00.1087350Z [00:02:03.585]➜  		"metadatas/ons/OnsInstanceCreate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceCreate.json",
2025-08-20T19:16:00.1088307Z [00:02:03.585]➜  		"metadatas/ons/OnsInstanceDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceDelete.json",
2025-08-20T19:16:00.1089404Z [00:02:03.585]➜  		"metadatas/ons/OnsInstanceInServiceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceInServiceList.json",
2025-08-20T19:16:00.1090500Z [00:02:03.585]➜  		"metadatas/ons/OnsInstanceUpdate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceUpdate.json",
2025-08-20T19:16:00.1091431Z [00:02:03.585]➜  		"metadatas/ons/OnsMessageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessageDetail.json",
2025-08-20T19:16:00.1092623Z [00:02:03.585]➜  		"metadatas/ons/OnsMessageGetByKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessageGetByKey.json",
2025-08-20T19:16:00.1093623Z [00:02:03.585]➜  		"metadatas/ons/OnsMessageGetByMsgId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessageGetByMsgId.json",
2025-08-20T19:16:00.1094764Z [00:02:03.585]➜  		"metadatas/ons/OnsMessagePageQueryByTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessagePageQueryByTopic.json",
2025-08-20T19:16:00.1095791Z [00:02:03.585]➜  		"metadatas/ons/OnsMessagePush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessagePush.json",
2025-08-20T19:16:00.1096843Z [00:02:03.585]➜  		"metadatas/ons/OnsMessageTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessageTrace.json",
2025-08-20T19:16:00.1097756Z [00:02:03.585]➜  		"metadatas/ons/OnsRegionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsRegionList.json",
2025-08-20T19:16:00.1098672Z [00:02:03.585]➜  		"metadatas/ons/OnsTopicCreate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicCreate.json",
2025-08-20T19:16:00.1099580Z [00:02:03.585]➜  		"metadatas/ons/OnsTopicDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicDelete.json",
2025-08-20T19:16:00.1100446Z [00:02:03.585]➜  		"metadatas/ons/OnsTopicList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicList.json",
2025-08-20T19:16:00.1101357Z [00:02:03.585]➜  		"metadatas/ons/OnsTopicStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicStatus.json",
2025-08-20T19:16:00.1102313Z [00:02:03.585]➜  		"metadatas/ons/OnsTopicSubDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicSubDetail.json",
2025-08-20T19:16:00.1103377Z [00:02:03.585]➜  		"metadatas/ons/OnsTopicUpdate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicUpdate.json",
2025-08-20T19:16:00.1104312Z [00:02:03.585]➜  		"metadatas/ons/OnsTraceGetResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTraceGetResult.json",
2025-08-20T19:16:00.1105323Z [00:02:03.585]➜  		"metadatas/ons/OnsTraceQueryByMsgId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTraceQueryByMsgId.json",
2025-08-20T19:16:00.1106364Z [00:02:03.585]➜  		"metadatas/ons/OnsTraceQueryByMsgKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTraceQueryByMsgKey.json",
2025-08-20T19:16:00.1107442Z [00:02:03.585]➜  		"metadatas/ons/OnsTrendGroupOutputTps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTrendGroupOutputTps.json",
2025-08-20T19:16:00.1108642Z [00:02:03.585]➜  		"metadatas/ons/OnsTrendTopicInputTps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTrendTopicInputTps.json",
2025-08-20T19:16:00.1109577Z [00:02:03.585]➜  		"metadatas/ons/OpenOnsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OpenOnsService.json",
2025-08-20T19:16:00.1110460Z [00:02:03.585]➜  		"metadatas/ons/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/TagResources.json",
2025-08-20T19:16:00.1111457Z [00:02:03.585]➜  		"metadatas/ons/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/UntagResources.json",
2025-08-20T19:16:00.1112731Z [00:02:03.585]➜  		"metadatas/onsmqtt/ActiveCaCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ActiveCaCertificate.json",
2025-08-20T19:16:00.1114061Z [00:02:03.585]➜  		"metadatas/onsmqtt/ActiveDeviceCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ActiveDeviceCertificate.json",
2025-08-20T19:16:00.1115259Z [00:02:03.585]➜  		"metadatas/onsmqtt/AddCustomAuthConnectBlack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/AddCustomAuthConnectBlack.json",
2025-08-20T19:16:00.1116374Z [00:02:03.585]➜  		"metadatas/onsmqtt/AddCustomAuthIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/AddCustomAuthIdentity.json",
2025-08-20T19:16:00.1117509Z [00:02:03.585]➜  		"metadatas/onsmqtt/AddCustomAuthPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/AddCustomAuthPermission.json",
2025-08-20T19:16:00.1118424Z [00:02:03.585]➜  		"metadatas/onsmqtt/ApplyToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ApplyToken.json",
2025-08-20T19:16:00.1119343Z [00:02:03.585]➜  		"metadatas/onsmqtt/BatchQuerySessionByClientIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/BatchQuerySessionByClientIds.json",
2025-08-20T19:16:00.1119902Z [00:02:03.585]➜  		"metadatas/onsmqtt/CloseConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/CloseConnection.json",
2025-08-20T19:16:00.1120568Z [00:02:03.585]➜  		"metadatas/onsmqtt/CreateGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/CreateGroupId.json",
2025-08-20T19:16:00.1121620Z [00:02:03.585]➜  		"metadatas/onsmqtt/DeleteCaCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteCaCertificate.json",
2025-08-20T19:16:00.1123007Z [00:02:03.585]➜  		"metadatas/onsmqtt/DeleteCustomAuthConnectBlack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteCustomAuthConnectBlack.json",
2025-08-20T19:16:00.1124147Z [00:02:03.585]➜  		"metadatas/onsmqtt/DeleteCustomAuthIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteCustomAuthIdentity.json",
2025-08-20T19:16:00.1125332Z [00:02:03.585]➜  		"metadatas/onsmqtt/DeleteCustomAuthPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteCustomAuthPermission.json",
2025-08-20T19:16:00.1126433Z [00:02:03.585]➜  		"metadatas/onsmqtt/DeleteDeviceCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteDeviceCertificate.json",
2025-08-20T19:16:00.1127349Z [00:02:03.585]➜  		"metadatas/onsmqtt/DeleteGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteGroupId.json",
2025-08-20T19:16:00.1128329Z [00:02:03.585]➜  		"metadatas/onsmqtt/DisasterDowngrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DisasterDowngrade.json",
2025-08-20T19:16:00.1129298Z [00:02:03.585]➜  		"metadatas/onsmqtt/DisasterRecovery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DisasterRecovery.json",
2025-08-20T19:16:00.1130275Z [00:02:03.585]➜  		"metadatas/onsmqtt/GetCaCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/GetCaCertificate.json",
2025-08-20T19:16:00.1131458Z [00:02:03.585]➜  		"metadatas/onsmqtt/GetDeviceCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/GetDeviceCertificate.json",
2025-08-20T19:16:00.1132650Z [00:02:03.585]➜  		"metadatas/onsmqtt/GetDeviceCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/GetDeviceCredential.json",
2025-08-20T19:16:00.1133590Z [00:02:03.585]➜  		"metadatas/onsmqtt/GetRegisterCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/GetRegisterCode.json",
2025-08-20T19:16:00.1134639Z [00:02:03.585]➜  		"metadatas/onsmqtt/InactivateCaCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/InactivateCaCertificate.json",
2025-08-20T19:16:00.1136027Z [00:02:03.585]➜  		"metadatas/onsmqtt/InactivateDeviceCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/InactivateDeviceCertificate.json",
2025-08-20T19:16:00.1137038Z [00:02:03.585]➜  		"metadatas/onsmqtt/ListCaCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListCaCertificate.json",
2025-08-20T19:16:00.1138098Z [00:02:03.585]➜  		"metadatas/onsmqtt/ListDeviceCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListDeviceCertificate.json",
2025-08-20T19:16:00.1139284Z [00:02:03.585]➜  		"metadatas/onsmqtt/ListDeviceCertificateByCaSn.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListDeviceCertificateByCaSn.json",
2025-08-20T19:16:00.1140484Z [00:02:03.585]➜  		"metadatas/onsmqtt/ListDeviceCredentialClientId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListDeviceCredentialClientId.json",
2025-08-20T19:16:00.1141500Z [00:02:03.585]➜  		"metadatas/onsmqtt/ListGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListGroupId.json",
2025-08-20T19:16:00.1142692Z [00:02:03.585]➜  		"metadatas/onsmqtt/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListInstances.json",
2025-08-20T19:16:00.1143721Z [00:02:03.585]➜  		"metadatas/onsmqtt/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListTagResources.json",
2025-08-20T19:16:00.1144923Z [00:02:03.585]➜  		"metadatas/onsmqtt/QueryCustomAuthConnectBlack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryCustomAuthConnectBlack.json",
2025-08-20T19:16:00.1146040Z [00:02:03.585]➜  		"metadatas/onsmqtt/QueryCustomAuthIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryCustomAuthIdentity.json",
2025-08-20T19:16:00.1147205Z [00:02:03.585]➜  		"metadatas/onsmqtt/QueryCustomAuthPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryCustomAuthPermission.json",
2025-08-20T19:16:00.1148289Z [00:02:03.585]➜  		"metadatas/onsmqtt/QueryMqttTraceDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryMqttTraceDevice.json",
2025-08-20T19:16:00.1149548Z [00:02:03.585]➜  		"metadatas/onsmqtt/QueryMqttTraceMessageOfClient.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryMqttTraceMessageOfClient.json",
2025-08-20T19:16:00.1150758Z [00:02:03.585]➜  		"metadatas/onsmqtt/QueryMqttTraceMessagePublish.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryMqttTraceMessagePublish.json",
2025-08-20T19:16:00.1152018Z [00:02:03.585]➜  		"metadatas/onsmqtt/QueryMqttTraceMessageSubscribe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryMqttTraceMessageSubscribe.json",
2025-08-20T19:16:00.1153302Z [00:02:03.585]➜  		"metadatas/onsmqtt/QuerySessionByClientId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QuerySessionByClientId.json",
2025-08-20T19:16:00.1154224Z [00:02:03.585]➜  		"metadatas/onsmqtt/QueryToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryToken.json",
2025-08-20T19:16:00.1155446Z [00:02:03.585]➜  		"metadatas/onsmqtt/RefreshDeviceCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/RefreshDeviceCredential.json",
2025-08-20T19:16:00.1156569Z [00:02:03.585]➜  		"metadatas/onsmqtt/RegisterCaCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/RegisterCaCertificate.json",
2025-08-20T19:16:00.1157728Z [00:02:03.585]➜  		"metadatas/onsmqtt/RegisterDeviceCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/RegisterDeviceCredential.json",
2025-08-20T19:16:00.1158667Z [00:02:03.585]➜  		"metadatas/onsmqtt/RevokeToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/RevokeToken.json",
2025-08-20T19:16:00.1159743Z [00:02:03.585]➜  		"metadatas/onsmqtt/SendMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/SendMessage.json",
2025-08-20T19:16:00.1160676Z [00:02:03.585]➜  		"metadatas/onsmqtt/SetSniConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/SetSniConfig.json",
2025-08-20T19:16:00.1161609Z [00:02:03.585]➜  		"metadatas/onsmqtt/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/TagResources.json",
2025-08-20T19:16:00.1162990Z [00:02:03.585]➜  		"metadatas/onsmqtt/UnRegisterDeviceCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/UnRegisterDeviceCredential.json",
2025-08-20T19:16:00.1164030Z [00:02:03.585]➜  		"metadatas/onsmqtt/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/UntagResources.json",
2025-08-20T19:16:00.1165181Z [00:02:03.585]➜  		"metadatas/onsmqtt/UpdateCustomAuthIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/UpdateCustomAuthIdentity.json",
2025-08-20T19:16:00.1166716Z [00:02:03.585]➜  		"metadatas/onsmqtt/UpdateCustomAuthPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/UpdateCustomAuthPermission.json",
2025-08-20T19:16:00.1167682Z [00:02:03.585]➜  		"metadatas/oos/CancelExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CancelExecution.json",
2025-08-20T19:16:00.1168700Z [00:02:03.585]➜  		"metadatas/oos/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ChangeResourceGroup.json",
2025-08-20T19:16:00.1169961Z [00:02:03.585]➜  		"metadatas/oos/ContinueDeployApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ContinueDeployApplicationGroup.json",
2025-08-20T19:16:00.1170956Z [00:02:03.585]➜  		"metadatas/oos/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateApplication.json",
2025-08-20T19:16:00.1172051Z [00:02:03.585]➜  		"metadatas/oos/CreateApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateApplicationGroup.json",
2025-08-20T19:16:00.1173133Z [00:02:03.585]➜  		"metadatas/oos/CreateOpsItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateOpsItem.json",
2025-08-20T19:16:00.1174081Z [00:02:03.585]➜  		"metadatas/oos/CreateParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateParameter.json",
2025-08-20T19:16:00.1175097Z [00:02:03.585]➜  		"metadatas/oos/CreatePatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreatePatchBaseline.json",
2025-08-20T19:16:00.1176156Z [00:02:03.585]➜  		"metadatas/oos/CreateSecretParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateSecretParameter.json",
2025-08-20T19:16:00.1177263Z [00:02:03.585]➜  		"metadatas/oos/CreateStateConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateStateConfiguration.json",
2025-08-20T19:16:00.1178225Z [00:02:03.585]➜  		"metadatas/oos/CreateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateTemplate.json",
2025-08-20T19:16:00.1179387Z [00:02:03.585]➜  		"metadatas/oos/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteApplication.json",
2025-08-20T19:16:00.1180512Z [00:02:03.585]➜  		"metadatas/oos/DeleteApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteApplicationGroup.json",
2025-08-20T19:16:00.1181481Z [00:02:03.585]➜  		"metadatas/oos/DeleteExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteExecutions.json",
2025-08-20T19:16:00.1182591Z [00:02:03.585]➜  		"metadatas/oos/DeleteOpsItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteOpsItems.json",
2025-08-20T19:16:00.1183554Z [00:02:03.585]➜  		"metadatas/oos/DeleteParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteParameter.json",
2025-08-20T19:16:00.1184685Z [00:02:03.585]➜  		"metadatas/oos/DeletePatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeletePatchBaseline.json",
2025-08-20T19:16:00.1185690Z [00:02:03.585]➜  		"metadatas/oos/DeleteSecretParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteSecretParameter.json",
2025-08-20T19:16:00.1186779Z [00:02:03.585]➜  		"metadatas/oos/DeleteStateConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteStateConfigurations.json",
2025-08-20T19:16:00.1187644Z [00:02:03.585]➜  		"metadatas/oos/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteTemplate.json",
2025-08-20T19:16:00.1188532Z [00:02:03.585]➜  		"metadatas/oos/DeleteTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteTemplates.json",
2025-08-20T19:16:00.1189649Z [00:02:03.585]➜  		"metadatas/oos/DeployApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeployApplicationGroup.json",
2025-08-20T19:16:00.1190926Z [00:02:03.585]➜  		"metadatas/oos/DescribeApplicationGroupBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DescribeApplicationGroupBill.json",
2025-08-20T19:16:00.1191830Z [00:02:03.585]➜  		"metadatas/oos/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DescribeRegions.json",
2025-08-20T19:16:00.1193037Z [00:02:03.585]➜  		"metadatas/oos/GenerateExecutionPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GenerateExecutionPolicy.json",
2025-08-20T19:16:00.1193942Z [00:02:03.585]➜  		"metadatas/oos/GenerateOpsItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GenerateOpsItem.json",
2025-08-20T19:16:00.1194814Z [00:02:03.585]➜  		"metadatas/oos/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetApplication.json",
2025-08-20T19:16:00.1195817Z [00:02:03.585]➜  		"metadatas/oos/GetApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetApplicationGroup.json",
2025-08-20T19:16:00.1196784Z [00:02:03.585]➜  		"metadatas/oos/GetExecutionTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetExecutionTemplate.json",
2025-08-20T19:16:00.1197744Z [00:02:03.585]➜  		"metadatas/oos/GetInventorySchema.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetInventorySchema.json",
2025-08-20T19:16:00.1198539Z [00:02:03.585]➜  		"metadatas/oos/GetOpsItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetOpsItem.json",
2025-08-20T19:16:00.1199416Z [00:02:03.585]➜  		"metadatas/oos/GetParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetParameter.json",
2025-08-20T19:16:00.1200273Z [00:02:03.585]➜  		"metadatas/oos/GetParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetParameters.json",
2025-08-20T19:16:00.1201278Z [00:02:03.585]➜  		"metadatas/oos/GetParametersByPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetParametersByPath.json",
2025-08-20T19:16:00.1202605Z [00:02:03.585]➜  		"metadatas/oos/GetPatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetPatchBaseline.json",
2025-08-20T19:16:00.1203577Z [00:02:03.585]➜  		"metadatas/oos/GetSecretParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetSecretParameter.json",
2025-08-20T19:16:00.1204494Z [00:02:03.585]➜  		"metadatas/oos/GetSecretParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetSecretParameters.json",
2025-08-20T19:16:00.1205542Z [00:02:03.585]➜  		"metadatas/oos/GetSecretParametersByPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetSecretParametersByPath.json",
2025-08-20T19:16:00.1206456Z [00:02:03.585]➜  		"metadatas/oos/GetServiceSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetServiceSettings.json",
2025-08-20T19:16:00.1207420Z [00:02:03.585]➜  		"metadatas/oos/GetTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetTemplate.json",
2025-08-20T19:16:00.1208624Z [00:02:03.585]➜  		"metadatas/oos/GetTemplateParameterConstraints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetTemplateParameterConstraints.json",
2025-08-20T19:16:00.1209457Z [00:02:03.585]➜  		"metadatas/oos/ListActions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListActions.json",
2025-08-20T19:16:00.1210452Z [00:02:03.585]➜  		"metadatas/oos/ListApplicationGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListApplicationGroups.json",
2025-08-20T19:16:00.1211439Z [00:02:03.585]➜  		"metadatas/oos/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListApplications.json",
2025-08-20T19:16:00.1212669Z [00:02:03.585]➜  		"metadatas/oos/ListExecutionLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListExecutionLogs.json",
2025-08-20T19:16:00.1213856Z [00:02:03.585]➜  		"metadatas/oos/ListExecutionRiskyTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListExecutionRiskyTasks.json",
2025-08-20T19:16:00.1214772Z [00:02:03.585]➜  		"metadatas/oos/ListExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListExecutions.json",
2025-08-20T19:16:00.1215843Z [00:02:03.585]➜  		"metadatas/oos/ListInstancePackageStates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListInstancePackageStates.json",
2025-08-20T19:16:00.1216898Z [00:02:03.585]➜  		"metadatas/oos/ListInstancePatchStates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListInstancePatchStates.json",
2025-08-20T19:16:00.1217863Z [00:02:03.585]➜  		"metadatas/oos/ListInstancePatches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListInstancePatches.json",
2025-08-20T19:16:00.1218848Z [00:02:03.585]➜  		"metadatas/oos/ListInventoryEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListInventoryEntries.json",
2025-08-20T19:16:00.1219810Z [00:02:03.585]➜  		"metadatas/oos/ListOpsItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListOpsItems.json",
2025-08-20T19:16:00.1220813Z [00:02:03.585]➜  		"metadatas/oos/ListParameterVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListParameterVersions.json",
2025-08-20T19:16:00.1221689Z [00:02:03.585]➜  		"metadatas/oos/ListParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListParameters.json",
2025-08-20T19:16:00.1222826Z [00:02:03.585]➜  		"metadatas/oos/ListPatchBaselines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListPatchBaselines.json",
2025-08-20T19:16:00.1223981Z [00:02:03.585]➜  		"metadatas/oos/ListResourceExecutionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListResourceExecutionStatus.json",
2025-08-20T19:16:00.1225286Z [00:02:03.585]➜  		"metadatas/oos/ListSecretParameterVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListSecretParameterVersions.json",
2025-08-20T19:16:00.1226269Z [00:02:03.585]➜  		"metadatas/oos/ListSecretParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListSecretParameters.json",
2025-08-20T19:16:00.1227342Z [00:02:03.585]➜  		"metadatas/oos/ListStateConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListStateConfigurations.json",
2025-08-20T19:16:00.1228217Z [00:02:03.585]➜  		"metadatas/oos/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTagKeys.json",
2025-08-20T19:16:00.1229218Z [00:02:03.585]➜  		"metadatas/oos/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTagResources.json",
2025-08-20T19:16:00.1230308Z [00:02:03.585]➜  		"metadatas/oos/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTagValues.json",
2025-08-20T19:16:00.1231323Z [00:02:03.585]➜  		"metadatas/oos/ListTaskExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTaskExecutions.json",
2025-08-20T19:16:00.1232570Z [00:02:03.585]➜  		"metadatas/oos/ListTemplateVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTemplateVersions.json",
2025-08-20T19:16:00.1233500Z [00:02:03.585]➜  		"metadatas/oos/ListTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTemplates.json",
2025-08-20T19:16:00.1234448Z [00:02:03.585]➜  		"metadatas/oos/NotifyExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/NotifyExecution.json",
2025-08-20T19:16:00.1235628Z [00:02:03.585]➜  		"metadatas/oos/RegisterDefaultPatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/RegisterDefaultPatchBaseline.json",
2025-08-20T19:16:00.1236599Z [00:02:03.585]➜  		"metadatas/oos/SearchInventory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/SearchInventory.json",
2025-08-20T19:16:00.1237708Z [00:02:03.586]➜  		"metadatas/oos/SetServiceSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/SetServiceSettings.json",
2025-08-20T19:16:00.1238657Z [00:02:03.586]➜  		"metadatas/oos/StartExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/StartExecution.json",
2025-08-20T19:16:00.1239514Z [00:02:03.586]➜  		"metadatas/oos/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/TagResources.json",
2025-08-20T19:16:00.1240446Z [00:02:03.586]➜  		"metadatas/oos/TriggerExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/TriggerExecution.json",
2025-08-20T19:16:00.1241343Z [00:02:03.586]➜  		"metadatas/oos/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UntagResources.json",
2025-08-20T19:16:00.1242352Z [00:02:03.586]➜  		"metadatas/oos/UpdateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateApplication.json",
2025-08-20T19:16:00.1243929Z [00:02:03.586]➜  		"metadatas/oos/UpdateApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateApplicationGroup.json",
2025-08-20T19:16:00.1244884Z [00:02:03.586]➜  		"metadatas/oos/UpdateExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateExecution.json",
2025-08-20T19:16:00.1246038Z [00:02:03.586]➜  		"metadatas/oos/UpdateInstancePackageState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateInstancePackageState.json",
2025-08-20T19:16:00.1246952Z [00:02:03.586]➜  		"metadatas/oos/UpdateOpsItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateOpsItem.json",
2025-08-20T19:16:00.1247949Z [00:02:03.586]➜  		"metadatas/oos/UpdateParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateParameter.json",
2025-08-20T19:16:00.1249242Z [00:02:03.586]➜  		"metadatas/oos/UpdatePatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdatePatchBaseline.json",
2025-08-20T19:16:00.1250341Z [00:02:03.586]➜  		"metadatas/oos/UpdateSecretParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateSecretParameter.json",
2025-08-20T19:16:00.1251497Z [00:02:03.586]➜  		"metadatas/oos/UpdateStateConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateStateConfiguration.json",
2025-08-20T19:16:00.1252634Z [00:02:03.586]➜  		"metadatas/oos/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateTemplate.json",
2025-08-20T19:16:00.1253658Z [00:02:03.586]➜  		"metadatas/oos/ValidateTemplateContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ValidateTemplateContent.json",
2025-08-20T19:16:00.1254941Z [00:02:03.586]➜  		"metadatas/openapiexplorer/GetErrorCodeSolutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openapiexplorer/GetErrorCodeSolutions.json",
2025-08-20T19:16:00.1256035Z [00:02:03.586]➜  		"metadatas/openapiexplorer/GetOwnRequestLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openapiexplorer/GetOwnRequestLog.json",
2025-08-20T19:16:00.1257040Z [00:02:03.586]➜  		"metadatas/openapiexplorer/GetRequestLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openapiexplorer/GetRequestLog.json",
2025-08-20T19:16:00.1258011Z [00:02:03.586]➜  		"metadatas/openitag/AddWorkNodeWorkforce.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/AddWorkNodeWorkforce.json",
2025-08-20T19:16:00.1258999Z [00:02:03.586]➜  		"metadatas/openitag/AppendAllDataToTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/AppendAllDataToTask.json",
2025-08-20T19:16:00.1259764Z [00:02:03.586]➜  		"metadatas/openitag/CreateTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/CreateTask.json",
2025-08-20T19:16:00.1260755Z [00:02:03.586]➜  		"metadatas/openitag/CreateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/CreateTemplate.json",
2025-08-20T19:16:00.1261601Z [00:02:03.586]➜  		"metadatas/openitag/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/CreateUser.json",
2025-08-20T19:16:00.1262832Z [00:02:03.586]➜  		"metadatas/openitag/DeleteTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/DeleteTask.json",
2025-08-20T19:16:00.1263807Z [00:02:03.586]➜  		"metadatas/openitag/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/DeleteTemplate.json",
2025-08-20T19:16:00.1264675Z [00:02:03.586]➜  		"metadatas/openitag/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/DeleteUser.json",
2025-08-20T19:16:00.1265701Z [00:02:03.586]➜  		"metadatas/openitag/ExportAnnotations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ExportAnnotations.json",
2025-08-20T19:16:00.1266669Z [00:02:03.586]➜  		"metadatas/openitag/GetJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetJob.json",
2025-08-20T19:16:00.1267543Z [00:02:03.586]➜  		"metadatas/openitag/GetSubtask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetSubtask.json",
2025-08-20T19:16:00.1268475Z [00:02:03.586]➜  		"metadatas/openitag/GetSubtaskItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetSubtaskItem.json",
2025-08-20T19:16:00.1269300Z [00:02:03.586]➜  		"metadatas/openitag/GetTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTask.json",
2025-08-20T19:16:00.1270307Z [00:02:03.586]➜  		"metadatas/openitag/GetTaskStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskStatistics.json",
2025-08-20T19:16:00.1271354Z [00:02:03.586]➜  		"metadatas/openitag/GetTaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskStatus.json",
2025-08-20T19:16:00.1272328Z [00:02:03.586]➜  		"metadatas/openitag/GetTaskTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskTemplate.json",
2025-08-20T19:16:00.1273709Z [00:02:03.586]➜  		"metadatas/openitag/GetTaskTemplateQuestions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskTemplateQuestions.json",
2025-08-20T19:16:00.1274769Z [00:02:03.586]➜  		"metadatas/openitag/GetTaskTemplateViews.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskTemplateViews.json",
2025-08-20T19:16:00.1275743Z [00:02:03.586]➜  		"metadatas/openitag/GetTaskWorkforce.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskWorkforce.json",
2025-08-20T19:16:00.1277009Z [00:02:03.586]➜  		"metadatas/openitag/GetTaskWorkforceStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskWorkforceStatistic.json",
2025-08-20T19:16:00.1277917Z [00:02:03.586]➜  		"metadatas/openitag/GetTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTemplate.json",
2025-08-20T19:16:00.1278988Z [00:02:03.586]➜  		"metadatas/openitag/GetTemplateQuestions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTemplateQuestions.json",
2025-08-20T19:16:00.1279954Z [00:02:03.586]➜  		"metadatas/openitag/GetTemplateView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTemplateView.json",
2025-08-20T19:16:00.1280817Z [00:02:03.586]➜  		"metadatas/openitag/GetTenant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTenant.json",
2025-08-20T19:16:00.1281639Z [00:02:03.586]➜  		"metadatas/openitag/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetUser.json",
2025-08-20T19:16:00.1282658Z [00:02:03.586]➜  		"metadatas/openitag/ListJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListJobs.json",
2025-08-20T19:16:00.1283679Z [00:02:03.586]➜  		"metadatas/openitag/ListSubtaskItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListSubtaskItems.json",
2025-08-20T19:16:00.1284521Z [00:02:03.586]➜  		"metadatas/openitag/ListSubtasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListSubtasks.json",
2025-08-20T19:16:00.1285274Z [00:02:03.586]➜  		"metadatas/openitag/ListTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListTasks.json",
2025-08-20T19:16:00.1286177Z [00:02:03.586]➜  		"metadatas/openitag/ListTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListTemplates.json",
2025-08-20T19:16:00.1287050Z [00:02:03.586]➜  		"metadatas/openitag/ListTenants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListTenants.json",
2025-08-20T19:16:00.1287943Z [00:02:03.586]➜  		"metadatas/openitag/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListUsers.json",
2025-08-20T19:16:00.1289293Z [00:02:03.586]➜  		"metadatas/openitag/RemoveWorkNodeWorkforce.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/RemoveWorkNodeWorkforce.json",
2025-08-20T19:16:00.1290195Z [00:02:03.586]➜  		"metadatas/openitag/UpdateTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateTask.json",
2025-08-20T19:16:00.1291275Z [00:02:03.586]➜  		"metadatas/openitag/UpdateTaskWorkforce.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateTaskWorkforce.json",
2025-08-20T19:16:00.1292251Z [00:02:03.586]➜  		"metadatas/openitag/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateTemplate.json",
2025-08-20T19:16:00.1293397Z [00:02:03.586]➜  		"metadatas/openitag/UpdateTenant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateTenant.json",
2025-08-20T19:16:00.1294432Z [00:02:03.586]➜  		"metadatas/openitag/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateUser.json",
2025-08-20T19:16:00.1295408Z [00:02:03.586]➜  		"metadatas/ossadmin/OpenOssService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ossadmin/OpenOssService.json",
2025-08-20T19:16:00.1296293Z [00:02:03.586]➜  		"metadatas/pai-dlc/CreateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/CreateJob.json",
2025-08-20T19:16:00.1297329Z [00:02:03.586]➜  		"metadatas/pai-dlc/CreateTensorboard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/CreateTensorboard.json",
2025-08-20T19:16:00.1298211Z [00:02:03.586]➜  		"metadatas/pai-dlc/DeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/DeleteJob.json",
2025-08-20T19:16:00.1299409Z [00:02:03.586]➜  		"metadatas/pai-dlc/DeleteTensorboard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/DeleteTensorboard.json",
2025-08-20T19:16:00.1300312Z [00:02:03.586]➜  		"metadatas/pai-dlc/GetJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetJob.json",
2025-08-20T19:16:00.1301289Z [00:02:03.586]➜  		"metadatas/pai-dlc/GetJobEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetJobEvents.json",
2025-08-20T19:16:00.1302261Z [00:02:03.586]➜  		"metadatas/pai-dlc/GetJobMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetJobMetrics.json",
2025-08-20T19:16:00.1303647Z [00:02:03.586]➜  		"metadatas/pai-dlc/GetJobSanityCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetJobSanityCheckResult.json",
2025-08-20T19:16:00.1304607Z [00:02:03.586]➜  		"metadatas/pai-dlc/GetPodEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetPodEvents.json",
2025-08-20T19:16:00.1305517Z [00:02:03.586]➜  		"metadatas/pai-dlc/GetPodLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetPodLogs.json",
2025-08-20T19:16:00.1306611Z [00:02:03.586]➜  		"metadatas/pai-dlc/GetRayDashboard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetRayDashboard.json",
2025-08-20T19:16:00.1307574Z [00:02:03.586]➜  		"metadatas/pai-dlc/GetTensorboard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetTensorboard.json",
2025-08-20T19:16:00.1308690Z [00:02:03.586]➜  		"metadatas/pai-dlc/GetTensorboardSharedUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetTensorboardSharedUrl.json",
2025-08-20T19:16:00.1309519Z [00:02:03.586]➜  		"metadatas/pai-dlc/GetToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetToken.json",
2025-08-20T19:16:00.1310440Z [00:02:03.586]➜  		"metadatas/pai-dlc/GetWebTerminal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetWebTerminal.json",
2025-08-20T19:16:00.1311455Z [00:02:03.586]➜  		"metadatas/pai-dlc/ListEcsSpecs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/ListEcsSpecs.json",
2025-08-20T19:16:00.1313010Z [00:02:03.586]➜  		"metadatas/pai-dlc/ListJobSanityCheckResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/ListJobSanityCheckResults.json",
2025-08-20T19:16:00.1313889Z [00:02:03.586]➜  		"metadatas/pai-dlc/ListJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/ListJobs.json",
2025-08-20T19:16:00.1314914Z [00:02:03.586]➜  		"metadatas/pai-dlc/ListTensorboards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/ListTensorboards.json",
2025-08-20T19:16:00.1315910Z [00:02:03.586]➜  		"metadatas/pai-dlc/StartTensorboard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/StartTensorboard.json",
2025-08-20T19:16:00.1316741Z [00:02:03.586]➜  		"metadatas/pai-dlc/StopJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/StopJob.json",
2025-08-20T19:16:00.1317834Z [00:02:03.586]➜  		"metadatas/pai-dlc/StopTensorboard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/StopTensorboard.json",
2025-08-20T19:16:00.1318689Z [00:02:03.586]➜  		"metadatas/pai-dlc/UpdateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/UpdateJob.json",
2025-08-20T19:16:00.1319713Z [00:02:03.586]➜  		"metadatas/pai-dlc/UpdateTensorboard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/UpdateTensorboard.json",
2025-08-20T19:16:00.1320853Z [00:02:03.586]➜  		"metadatas/pai-dsw/CreateIdleInstanceCuller.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/CreateIdleInstanceCuller.json",
2025-08-20T19:16:00.1321830Z [00:02:03.586]➜  		"metadatas/pai-dsw/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/CreateInstance.json",
2025-08-20T19:16:00.1323362Z [00:02:03.586]➜  		"metadatas/pai-dsw/CreateInstanceShutdownTimer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/CreateInstanceShutdownTimer.json",
2025-08-20T19:16:00.1324515Z [00:02:03.586]➜  		"metadatas/pai-dsw/CreateInstanceSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/CreateInstanceSnapshot.json",
2025-08-20T19:16:00.1325650Z [00:02:03.586]➜  		"metadatas/pai-dsw/DeleteIdleInstanceCuller.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteIdleInstanceCuller.json",
2025-08-20T19:16:00.1326609Z [00:02:03.586]➜  		"metadatas/pai-dsw/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteInstance.json",
2025-08-20T19:16:00.1327776Z [00:02:03.586]➜  		"metadatas/pai-dsw/DeleteInstanceLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteInstanceLabels.json",
2025-08-20T19:16:00.1328984Z [00:02:03.586]➜  		"metadatas/pai-dsw/DeleteInstanceShutdownTimer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteInstanceShutdownTimer.json",
2025-08-20T19:16:00.1330195Z [00:02:03.586]➜  		"metadatas/pai-dsw/DeleteInstanceSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteInstanceSnapshot.json",
2025-08-20T19:16:00.1331315Z [00:02:03.586]➜  		"metadatas/pai-dsw/GetIdleInstanceCuller.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetIdleInstanceCuller.json",
2025-08-20T19:16:00.1332195Z [00:02:03.586]➜  		"metadatas/pai-dsw/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstance.json",
2025-08-20T19:16:00.1333314Z [00:02:03.586]➜  		"metadatas/pai-dsw/GetInstanceEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstanceEvents.json",
2025-08-20T19:16:00.1334280Z [00:02:03.586]➜  		"metadatas/pai-dsw/GetInstanceMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstanceMetrics.json",
2025-08-20T19:16:00.1335414Z [00:02:03.586]➜  		"metadatas/pai-dsw/GetInstanceShutdownTimer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstanceShutdownTimer.json",
2025-08-20T19:16:00.1336668Z [00:02:03.586]➜  		"metadatas/pai-dsw/GetInstanceSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstanceSnapshot.json",
2025-08-20T19:16:00.1337560Z [00:02:03.586]➜  		"metadatas/pai-dsw/GetLifecycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetLifecycle.json",
2025-08-20T19:16:00.1338436Z [00:02:03.586]➜  		"metadatas/pai-dsw/GetMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetMetrics.json",
2025-08-20T19:16:00.1339612Z [00:02:03.586]➜  		"metadatas/pai-dsw/GetResourceGroupStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetResourceGroupStatistics.json",
2025-08-20T19:16:00.1340493Z [00:02:03.586]➜  		"metadatas/pai-dsw/GetToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetToken.json",
2025-08-20T19:16:00.1341617Z [00:02:03.586]➜  		"metadatas/pai-dsw/GetUserCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetUserCommand.json",
2025-08-20T19:16:00.1342763Z [00:02:03.586]➜  		"metadatas/pai-dsw/GetUserConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetUserConfig.json",
2025-08-20T19:16:00.1343677Z [00:02:03.586]➜  		"metadatas/pai-dsw/ListEcsSpecs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListEcsSpecs.json",
2025-08-20T19:16:00.1344748Z [00:02:03.586]➜  		"metadatas/pai-dsw/ListInstanceSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListInstanceSnapshot.json",
2025-08-20T19:16:00.1345890Z [00:02:03.586]➜  		"metadatas/pai-dsw/ListInstanceStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListInstanceStatistics.json",
2025-08-20T19:16:00.1346994Z [00:02:03.586]➜  		"metadatas/pai-dsw/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListInstances.json",
2025-08-20T19:16:00.1347938Z [00:02:03.586]➜  		"metadatas/pai-dsw/ListSystemLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListSystemLogs.json",
2025-08-20T19:16:00.1348894Z [00:02:03.586]➜  		"metadatas/pai-dsw/StartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/StartInstance.json",
2025-08-20T19:16:00.1349835Z [00:02:03.586]➜  		"metadatas/pai-dsw/StopInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/StopInstance.json",
2025-08-20T19:16:00.1350784Z [00:02:03.586]➜  		"metadatas/pai-dsw/UpdateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/UpdateInstance.json",
2025-08-20T19:16:00.1351840Z [00:02:03.586]➜  		"metadatas/pai-dsw/UpdateInstanceLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/UpdateInstanceLabels.json",
2025-08-20T19:16:00.1353358Z [00:02:03.586]➜  		"metadatas/paiautoml/CreateAutofeExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/CreateAutofeExperiment.json",
2025-08-20T19:16:00.1354504Z [00:02:03.586]➜  		"metadatas/paiautoml/CreateHpoExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/CreateHpoExperiment.json",
2025-08-20T19:16:00.1355733Z [00:02:03.586]➜  		"metadatas/paiautoml/CreateServiceIdentityRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/CreateServiceIdentityRole.json",
2025-08-20T19:16:00.1356847Z [00:02:03.586]➜  		"metadatas/paiautoml/DeleteHpoExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/DeleteHpoExperiment.json",
2025-08-20T19:16:00.1357942Z [00:02:03.586]➜  		"metadatas/paiautoml/GetAutofeExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/GetAutofeExperiment.json",
2025-08-20T19:16:00.1359041Z [00:02:03.586]➜  		"metadatas/paiautoml/GetHpoExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/GetHpoExperiment.json",
2025-08-20T19:16:00.1360162Z [00:02:03.586]➜  		"metadatas/paiautoml/GetHpoTrial.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/GetHpoTrial.json",
2025-08-20T19:16:00.1361338Z [00:02:03.586]➜  		"metadatas/paiautoml/GetServiceIdentityRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/GetServiceIdentityRole.json",
2025-08-20T19:16:00.1362682Z [00:02:03.586]➜  		"metadatas/paiautoml/ListHpoExperimentLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoExperimentLogs.json",
2025-08-20T19:16:00.1363736Z [00:02:03.586]➜  		"metadatas/paiautoml/ListHpoExperiments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoExperiments.json",
2025-08-20T19:16:00.1364837Z [00:02:03.586]➜  		"metadatas/paiautoml/ListHpoTrialCommands.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoTrialCommands.json",
2025-08-20T19:16:00.1366153Z [00:02:03.586]➜  		"metadatas/paiautoml/ListHpoTrialLogNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoTrialLogNames.json",
2025-08-20T19:16:00.1367248Z [00:02:03.586]➜  		"metadatas/paiautoml/ListHpoTrialLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoTrialLogs.json",
2025-08-20T19:16:00.1368197Z [00:02:03.586]➜  		"metadatas/paiautoml/ListHpoTrials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoTrials.json",
2025-08-20T19:16:00.1369199Z [00:02:03.586]➜  		"metadatas/paiautoml/RestartHpoTrials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/RestartHpoTrials.json",
2025-08-20T19:16:00.1370340Z [00:02:03.586]➜  		"metadatas/paiautoml/StopHpoExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/StopHpoExperiment.json",
2025-08-20T19:16:00.1371301Z [00:02:03.586]➜  		"metadatas/paiautoml/StopHpoTrials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/StopHpoTrials.json",
2025-08-20T19:16:00.1372360Z [00:02:03.586]➜  		"metadatas/paiautoml/UpdateHpoExperiment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/UpdateHpoExperiment.json",
2025-08-20T19:16:00.1373870Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/BindEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/BindEndpoint.json",
2025-08-20T19:16:00.1375176Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/CreateEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateEndpoint.json",
2025-08-20T19:16:00.1376493Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateInstance.json",
2025-08-20T19:16:00.1377900Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/CreateSlot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateSlot.json",
2025-08-20T19:16:00.1379177Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/CreateSlots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateSlots.json",
2025-08-20T19:16:00.1380397Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/CreateTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateTag.json",
2025-08-20T19:16:00.1381708Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/DeleteEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DeleteEndpoint.json",
2025-08-20T19:16:00.1383182Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DeleteInstance.json",
2025-08-20T19:16:00.1384449Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/DeleteSlot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DeleteSlot.json",
2025-08-20T19:16:00.1385785Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/DeleteTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DeleteTag.json",
2025-08-20T19:16:00.1387140Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/DescribeComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DescribeComponent.json",
2025-08-20T19:16:00.1388483Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/DescribeEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DescribeEndpoint.json",
2025-08-20T19:16:00.1389932Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/DescribeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DescribeInstance.json",
2025-08-20T19:16:00.1391208Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/DescribeSlot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DescribeSlot.json",
2025-08-20T19:16:00.1392648Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/ListComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListComponents.json",
2025-08-20T19:16:00.1393959Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/ListEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListEndpoints.json",
2025-08-20T19:16:00.1395386Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListInstances.json",
2025-08-20T19:16:00.1396614Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/ListSlots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListSlots.json",
2025-08-20T19:16:00.1397824Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/ListTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListTags.json",
2025-08-20T19:16:00.1399239Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/QueryInstanceMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/QueryInstanceMetrics.json",
2025-08-20T19:16:00.1400583Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/QuerySlotMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/QuerySlotMetrics.json",
2025-08-20T19:16:00.1401881Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/QueryStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/QueryStatistic.json",
2025-08-20T19:16:00.1403369Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/ReloadSlot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ReloadSlot.json",
2025-08-20T19:16:00.1404668Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/StopSlot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/StopSlot.json",
2025-08-20T19:16:00.1406004Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/UnbindEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/UnbindEndpoint.json",
2025-08-20T19:16:00.1407305Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/UpdateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/UpdateInstance.json",
2025-08-20T19:16:00.1408547Z [00:02:03.586]➜  		"metadatas/paielasticdatasetaccelerator/UpdateSlot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/UpdateSlot.json",
2025-08-20T19:16:00.1409893Z [00:02:03.586]➜  		"metadatas/paifeaturestore/CheckInstanceDatasource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CheckInstanceDatasource.json",
2025-08-20T19:16:00.1411239Z [00:02:03.586]➜  		"metadatas/paifeaturestore/CheckModelFeatureFGFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CheckModelFeatureFGFeature.json",
2025-08-20T19:16:00.1412350Z [00:02:03.586]➜  		"metadatas/paifeaturestore/CreateDatasource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateDatasource.json",
2025-08-20T19:16:00.1413741Z [00:02:03.586]➜  		"metadatas/paifeaturestore/CreateFeatureEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateFeatureEntity.json",
2025-08-20T19:16:00.1414998Z [00:02:03.586]➜  		"metadatas/paifeaturestore/CreateFeatureView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateFeatureView.json",
2025-08-20T19:16:00.1416073Z [00:02:03.586]➜  		"metadatas/paifeaturestore/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateInstance.json",
2025-08-20T19:16:00.1417166Z [00:02:03.586]➜  		"metadatas/paifeaturestore/CreateLLMConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateLLMConfig.json",
2025-08-20T19:16:00.1418260Z [00:02:03.586]➜  		"metadatas/paifeaturestore/CreateLabelTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateLabelTable.json",
2025-08-20T19:16:00.1419408Z [00:02:03.586]➜  		"metadatas/paifeaturestore/CreateModelFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateModelFeature.json",
2025-08-20T19:16:00.1420616Z [00:02:03.586]➜  		"metadatas/paifeaturestore/CreateProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateProject.json",
2025-08-20T19:16:00.1422006Z [00:02:03.587]➜  		"metadatas/paifeaturestore/CreateServiceIdentityRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateServiceIdentityRole.json",
2025-08-20T19:16:00.1423238Z [00:02:03.587]➜  		"metadatas/paifeaturestore/DeleteDatasource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteDatasource.json",
2025-08-20T19:16:00.1424440Z [00:02:03.587]➜  		"metadatas/paifeaturestore/DeleteFeatureEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteFeatureEntity.json",
2025-08-20T19:16:00.1425577Z [00:02:03.587]➜  		"metadatas/paifeaturestore/DeleteFeatureView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteFeatureView.json",
2025-08-20T19:16:00.1426751Z [00:02:03.587]➜  		"metadatas/paifeaturestore/DeleteLLMConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteLLMConfig.json",
2025-08-20T19:16:00.1427887Z [00:02:03.587]➜  		"metadatas/paifeaturestore/DeleteLabelTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteLabelTable.json",
2025-08-20T19:16:00.1429045Z [00:02:03.587]➜  		"metadatas/paifeaturestore/DeleteModelFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteModelFeature.json",
2025-08-20T19:16:00.1430122Z [00:02:03.587]➜  		"metadatas/paifeaturestore/DeleteProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteProject.json",
2025-08-20T19:16:00.1431642Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ExportModelFeatureTrainingSetTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ExportModelFeatureTrainingSetTable.json",
2025-08-20T19:16:00.1432964Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetDatasource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetDatasource.json",
2025-08-20T19:16:00.1434325Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetDatasourceTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetDatasourceTable.json",
2025-08-20T19:16:00.1435467Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetFeatureEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetFeatureEntity.json",
2025-08-20T19:16:00.1436592Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetFeatureView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetFeatureView.json",
2025-08-20T19:16:00.1437650Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetInstance.json",
2025-08-20T19:16:00.1438742Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetLLMConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetLLMConfig.json",
2025-08-20T19:16:00.1440043Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetLabelTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetLabelTable.json",
2025-08-20T19:16:00.1441213Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetModelFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetModelFeature.json",
2025-08-20T19:16:00.1442758Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetModelFeatureFGFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetModelFeatureFGFeature.json",
2025-08-20T19:16:00.1444074Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetModelFeatureFGInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetModelFeatureFGInfo.json",
2025-08-20T19:16:00.1445264Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetProject.json",
2025-08-20T19:16:00.1446702Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetProjectFeatureEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetProjectFeatureEntity.json",
2025-08-20T19:16:00.1448095Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetServiceIdentityRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetServiceIdentityRole.json",
2025-08-20T19:16:00.1449136Z [00:02:03.587]➜  		"metadatas/paifeaturestore/GetTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetTask.json",
2025-08-20T19:16:00.1450516Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListDatasourceFeatureViews.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListDatasourceFeatureViews.json",
2025-08-20T19:16:00.1451801Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListDatasourceTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListDatasourceTables.json",
2025-08-20T19:16:00.1453209Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListDatasources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListDatasources.json",
2025-08-20T19:16:00.1454421Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListFeatureEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureEntities.json",
2025-08-20T19:16:00.1455882Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListFeatureViewFieldRelationships.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureViewFieldRelationships.json",
2025-08-20T19:16:00.1457245Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListFeatureViewOnlineFeatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureViewOnlineFeatures.json",
2025-08-20T19:16:00.1458602Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListFeatureViewRelationships.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureViewRelationships.json",
2025-08-20T19:16:00.1459725Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListFeatureViews.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureViews.json",
2025-08-20T19:16:00.1460935Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListInstances.json",
2025-08-20T19:16:00.1462017Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListLLMConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListLLMConfigs.json",
2025-08-20T19:16:00.1463278Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListLabelTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListLabelTables.json",
2025-08-20T19:16:00.1464745Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListModelFeatureAvailableFeatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListModelFeatureAvailableFeatures.json",
2025-08-20T19:16:00.1465998Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListModelFeatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListModelFeatures.json",
2025-08-20T19:16:00.1467264Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListProjectFeatureViews.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListProjectFeatureViews.json",
2025-08-20T19:16:00.1468432Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListProjectFeatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListProjectFeatures.json",
2025-08-20T19:16:00.1469470Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListProjects.json",
2025-08-20T19:16:00.1470599Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListTaskLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListTaskLogs.json",
2025-08-20T19:16:00.1471686Z [00:02:03.587]➜  		"metadatas/paifeaturestore/ListTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListTasks.json",
2025-08-20T19:16:00.1473103Z [00:02:03.587]➜  		"metadatas/paifeaturestore/PublishFeatureViewTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/PublishFeatureViewTable.json",
2025-08-20T19:16:00.1474141Z [00:02:03.587]➜  		"metadatas/paifeaturestore/StopTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/StopTask.json",
2025-08-20T19:16:00.1475329Z [00:02:03.587]➜  		"metadatas/paifeaturestore/UpdateDatasource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateDatasource.json",
2025-08-20T19:16:00.1476472Z [00:02:03.587]➜  		"metadatas/paifeaturestore/UpdateLLMConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateLLMConfig.json",
2025-08-20T19:16:00.1477652Z [00:02:03.587]➜  		"metadatas/paifeaturestore/UpdateLabelTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateLabelTable.json",
2025-08-20T19:16:00.1478861Z [00:02:03.587]➜  		"metadatas/paifeaturestore/UpdateModelFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateModelFeature.json",
2025-08-20T19:16:00.1480247Z [00:02:03.587]➜  		"metadatas/paifeaturestore/UpdateModelFeatureFGFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateModelFeatureFGFeature.json",
2025-08-20T19:16:00.1481335Z [00:02:03.587]➜  		"metadatas/paifeaturestore/UpdateProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateProject.json",
2025-08-20T19:16:00.1482841Z [00:02:03.587]➜  		"metadatas/paifeaturestore/WriteFeatureViewTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/WriteFeatureViewTable.json",
2025-08-20T19:16:00.1483844Z [00:02:03.587]➜  		"metadatas/paiflow/CreatePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/CreatePipeline.json",
2025-08-20T19:16:00.1485003Z [00:02:03.587]➜  		"metadatas/paiflow/CreatePipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/CreatePipelineRun.json",
2025-08-20T19:16:00.1485963Z [00:02:03.587]➜  		"metadatas/paiflow/DeletePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/DeletePipeline.json",
2025-08-20T19:16:00.1486993Z [00:02:03.587]➜  		"metadatas/paiflow/DeletePipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/DeletePipelineRun.json",
2025-08-20T19:16:00.1487938Z [00:02:03.587]➜  		"metadatas/paiflow/GetPipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/GetPipeline.json",
2025-08-20T19:16:00.1488910Z [00:02:03.587]➜  		"metadatas/paiflow/GetPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/GetPipelineRun.json",
2025-08-20T19:16:00.1490105Z [00:02:03.587]➜  		"metadatas/paiflow/GetPipelineRunNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/GetPipelineRunNode.json",
2025-08-20T19:16:00.1491257Z [00:02:03.587]➜  		"metadatas/paiflow/ListPipelineRunNodeLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRunNodeLogs.json",
2025-08-20T19:16:00.1492642Z [00:02:03.587]➜  		"metadatas/paiflow/ListPipelineRunNodeOutputs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRunNodeOutputs.json",
2025-08-20T19:16:00.1493889Z [00:02:03.587]➜  		"metadatas/paiflow/ListPipelineRunNodeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRunNodeStatus.json",
2025-08-20T19:16:00.1495075Z [00:02:03.587]➜  		"metadatas/paiflow/ListPipelineRuns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRuns.json",
2025-08-20T19:16:00.1496386Z [00:02:03.587]➜  		"metadatas/paiflow/ListPipelineRunsStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRunsStatus.json",
2025-08-20T19:16:00.1497401Z [00:02:03.587]➜  		"metadatas/paiflow/ListPipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelines.json",
2025-08-20T19:16:00.1498416Z [00:02:03.587]➜  		"metadatas/paiflow/RerunPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/RerunPipelineRun.json",
2025-08-20T19:16:00.1499430Z [00:02:03.587]➜  		"metadatas/paiflow/StartPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/StartPipelineRun.json",
2025-08-20T19:16:00.1500517Z [00:02:03.587]➜  		"metadatas/paiflow/TerminatePipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/TerminatePipelineRun.json",
2025-08-20T19:16:00.1501504Z [00:02:03.587]➜  		"metadatas/paiflow/UpdatePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/UpdatePipeline.json",
2025-08-20T19:16:00.1502715Z [00:02:03.587]➜  		"metadatas/paiflow/UpdatePipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/UpdatePipelineRun.json",
2025-08-20T19:16:00.1503855Z [00:02:03.587]➜  		"metadatas/paillmtrace/CreateOnlineEvalTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/CreateOnlineEvalTask.json",
2025-08-20T19:16:00.1505144Z [00:02:03.587]➜  		"metadatas/paillmtrace/CreateServiceIdentityRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/CreateServiceIdentityRole.json",
2025-08-20T19:16:00.1506382Z [00:02:03.587]➜  		"metadatas/paillmtrace/DeleteOnlineEvalTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/DeleteOnlineEvalTask.json",
2025-08-20T19:16:00.1507473Z [00:02:03.587]➜  		"metadatas/paillmtrace/EvaluateTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/EvaluateTrace.json",
2025-08-20T19:16:00.1508753Z [00:02:03.587]➜  		"metadatas/paillmtrace/GetEvaluationTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/GetEvaluationTemplates.json",
2025-08-20T19:16:00.1510051Z [00:02:03.587]➜  		"metadatas/paillmtrace/GetOnlineEvalTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/GetOnlineEvalTask.json",
2025-08-20T19:16:00.1511379Z [00:02:03.587]➜  		"metadatas/paillmtrace/GetServiceIdentityRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/GetServiceIdentityRole.json",
2025-08-20T19:16:00.1512685Z [00:02:03.587]➜  		"metadatas/paillmtrace/GetXtraceToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/GetXtraceToken.json",
2025-08-20T19:16:00.1513831Z [00:02:03.587]➜  		"metadatas/paillmtrace/ListEvalResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/ListEvalResults.json",
2025-08-20T19:16:00.1515917Z [00:02:03.587]➜  		"metadatas/paillmtrace/ListOnlineEvalTaskResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/ListOnlineEvalTaskResults.json",
2025-08-20T19:16:00.1517168Z [00:02:03.587]➜  		"metadatas/paillmtrace/ListOnlineEvalTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/ListOnlineEvalTasks.json",
2025-08-20T19:16:00.1518306Z [00:02:03.587]➜  		"metadatas/paillmtrace/ListTracesDatas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/ListTracesDatas.json",
2025-08-20T19:16:00.1519475Z [00:02:03.587]➜  		"metadatas/paillmtrace/StopOnlineEvalTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/StopOnlineEvalTask.json",
2025-08-20T19:16:00.1520695Z [00:02:03.587]➜  		"metadatas/paillmtrace/UpdateOnlineEvalTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/UpdateOnlineEvalTask.json",
2025-08-20T19:16:00.1521937Z [00:02:03.587]➜  		"metadatas/paiplugin/CreateCampaign.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateCampaign.json",
2025-08-20T19:16:00.1523275Z [00:02:03.587]➜  		"metadatas/paiplugin/CreateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateGroup.json",
2025-08-20T19:16:00.1524466Z [00:02:03.587]➜  		"metadatas/paiplugin/CreateInferenceJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateInferenceJob.json",
2025-08-20T19:16:00.1525533Z [00:02:03.587]➜  		"metadatas/paiplugin/CreateSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateSchedule.json",
2025-08-20T19:16:00.1526483Z [00:02:03.587]➜  		"metadatas/paiplugin/CreateSignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateSignature.json",
2025-08-20T19:16:00.1527562Z [00:02:03.587]➜  		"metadatas/paiplugin/CreateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateTemplate.json",
2025-08-20T19:16:00.1528558Z [00:02:03.587]➜  		"metadatas/paiplugin/CreateTrainingJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateTrainingJob.json",
2025-08-20T19:16:00.1529529Z [00:02:03.587]➜  		"metadatas/paiplugin/DeleteCampaign.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteCampaign.json",
2025-08-20T19:16:00.1530456Z [00:02:03.587]➜  		"metadatas/paiplugin/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteGroup.json",
2025-08-20T19:16:00.1531511Z [00:02:03.587]➜  		"metadatas/paiplugin/DeleteInferenceJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteInferenceJob.json",
2025-08-20T19:16:00.1532693Z [00:02:03.587]➜  		"metadatas/paiplugin/DeleteSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteSchedule.json",
2025-08-20T19:16:00.1533730Z [00:02:03.587]➜  		"metadatas/paiplugin/DeleteSignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteSignature.json",
2025-08-20T19:16:00.1534862Z [00:02:03.587]➜  		"metadatas/paiplugin/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteTemplate.json",
2025-08-20T19:16:00.1535892Z [00:02:03.587]➜  		"metadatas/paiplugin/DeleteTrainingJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteTrainingJob.json",
2025-08-20T19:16:00.1536823Z [00:02:03.587]➜  		"metadatas/paiplugin/GetAlgorithm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetAlgorithm.json",
2025-08-20T19:16:00.1537731Z [00:02:03.587]➜  		"metadatas/paiplugin/GetCampaign.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetCampaign.json",
2025-08-20T19:16:00.1538598Z [00:02:03.587]➜  		"metadatas/paiplugin/GetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetGroup.json",
2025-08-20T19:16:00.1539692Z [00:02:03.587]➜  		"metadatas/paiplugin/GetInferenceJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetInferenceJob.json",
2025-08-20T19:16:00.1540692Z [00:02:03.587]➜  		"metadatas/paiplugin/GetMessageConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetMessageConfig.json",
2025-08-20T19:16:00.1541590Z [00:02:03.587]➜  		"metadatas/paiplugin/GetSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetSchedule.json",
2025-08-20T19:16:00.1542677Z [00:02:03.587]➜  		"metadatas/paiplugin/GetSignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetSignature.json",
2025-08-20T19:16:00.1543630Z [00:02:03.587]➜  		"metadatas/paiplugin/GetTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetTemplate.json",
2025-08-20T19:16:00.1544800Z [00:02:03.587]➜  		"metadatas/paiplugin/GetTrainingJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetTrainingJob.json",
2025-08-20T19:16:00.1545841Z [00:02:03.587]➜  		"metadatas/paiplugin/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetUser.json",
2025-08-20T19:16:00.1546853Z [00:02:03.587]➜  		"metadatas/paiplugin/ListAlgorithms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListAlgorithms.json",
2025-08-20T19:16:00.1547833Z [00:02:03.587]➜  		"metadatas/paiplugin/ListCampaigns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListCampaigns.json",
2025-08-20T19:16:00.1548752Z [00:02:03.587]➜  		"metadatas/paiplugin/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListGroups.json",
2025-08-20T19:16:00.1549818Z [00:02:03.587]➜  		"metadatas/paiplugin/ListInferenceJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListInferenceJobs.json",
2025-08-20T19:16:00.1550922Z [00:02:03.587]➜  		"metadatas/paiplugin/ListMessageMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListMessageMetrics.json",
2025-08-20T19:16:00.1551923Z [00:02:03.587]➜  		"metadatas/paiplugin/ListMessages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListMessages.json",
2025-08-20T19:16:00.1553093Z [00:02:03.587]➜  		"metadatas/paiplugin/ListSchedules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListSchedules.json",
2025-08-20T19:16:00.1554094Z [00:02:03.587]➜  		"metadatas/paiplugin/ListSignatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListSignatures.json",
2025-08-20T19:16:00.1555112Z [00:02:03.587]➜  		"metadatas/paiplugin/ListTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListTemplates.json",
2025-08-20T19:16:00.1556154Z [00:02:03.587]➜  		"metadatas/paiplugin/ListTrainingJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListTrainingJobs.json",
2025-08-20T19:16:00.1557089Z [00:02:03.587]➜  		"metadatas/paiplugin/SendMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/SendMessage.json",
2025-08-20T19:16:00.1558260Z [00:02:03.587]➜  		"metadatas/paiplugin/UpdateCampaign.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/UpdateCampaign.json",
2025-08-20T19:16:00.1559449Z [00:02:03.587]➜  		"metadatas/paistudio/CheckInstanceWebTerminal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CheckInstanceWebTerminal.json",
2025-08-20T19:16:00.1560461Z [00:02:03.587]➜  		"metadatas/paistudio/CreateAlgorithm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateAlgorithm.json",
2025-08-20T19:16:00.1561698Z [00:02:03.587]➜  		"metadatas/paistudio/CreateAlgorithmVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateAlgorithmVersion.json",
2025-08-20T19:16:00.1563310Z [00:02:03.587]➜  		"metadatas/paistudio/CreateInstanceWebTerminal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateInstanceWebTerminal.json",
2025-08-20T19:16:00.1564307Z [00:02:03.587]➜  		"metadatas/paistudio/CreateQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateQuota.json",
2025-08-20T19:16:00.1565417Z [00:02:03.587]➜  		"metadatas/paistudio/CreateResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateResourceGroup.json",
2025-08-20T19:16:00.1566501Z [00:02:03.587]➜  		"metadatas/paistudio/CreateTrainingJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateTrainingJob.json",
2025-08-20T19:16:00.1567498Z [00:02:03.587]➜  		"metadatas/paistudio/DeleteAlgorithm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteAlgorithm.json",
2025-08-20T19:16:00.1568833Z [00:02:03.587]➜  		"metadatas/paistudio/DeleteAlgorithmVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteAlgorithmVersion.json",
2025-08-20T19:16:00.1570029Z [00:02:03.587]➜  		"metadatas/paistudio/DeleteMachineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteMachineGroup.json",
2025-08-20T19:16:00.1570995Z [00:02:03.587]➜  		"metadatas/paistudio/DeleteQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteQuota.json",
2025-08-20T19:16:00.1572143Z [00:02:03.587]➜  		"metadatas/paistudio/DeleteResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteResourceGroup.json",
2025-08-20T19:16:00.1573718Z [00:02:03.587]➜  		"metadatas/paistudio/DeleteResourceGroupMachineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteResourceGroupMachineGroup.json",
2025-08-20T19:16:00.1574789Z [00:02:03.587]➜  		"metadatas/paistudio/DeleteTrainingJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteTrainingJob.json",
2025-08-20T19:16:00.1575934Z [00:02:03.587]➜  		"metadatas/paistudio/DeleteTrainingJobLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteTrainingJobLabels.json",
2025-08-20T19:16:00.1576876Z [00:02:03.587]➜  		"metadatas/paistudio/GetAlgorithm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetAlgorithm.json",
2025-08-20T19:16:00.1577925Z [00:02:03.587]➜  		"metadatas/paistudio/GetAlgorithmVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetAlgorithmVersion.json",
2025-08-20T19:16:00.1578907Z [00:02:03.587]➜  		"metadatas/paistudio/GetMachineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetMachineGroup.json",
2025-08-20T19:16:00.1579863Z [00:02:03.587]➜  		"metadatas/paistudio/GetNodeMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetNodeMetrics.json",
2025-08-20T19:16:00.1580740Z [00:02:03.587]➜  		"metadatas/paistudio/GetQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetQuota.json",
2025-08-20T19:16:00.1581893Z [00:02:03.587]➜  		"metadatas/paistudio/GetResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetResourceGroup.json",
2025-08-20T19:16:00.1583283Z [00:02:03.587]➜  		"metadatas/paistudio/GetResourceGroupMachineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetResourceGroupMachineGroup.json",
2025-08-20T19:16:00.1584432Z [00:02:03.587]➜  		"metadatas/paistudio/GetResourceGroupRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetResourceGroupRequest.json",
2025-08-20T19:16:00.1585557Z [00:02:03.587]➜  		"metadatas/paistudio/GetResourceGroupTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetResourceGroupTotal.json",
2025-08-20T19:16:00.1586667Z [00:02:03.587]➜  		"metadatas/paistudio/GetSpotPriceHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetSpotPriceHistory.json",
2025-08-20T19:16:00.1587706Z [00:02:03.587]➜  		"metadatas/paistudio/GetToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetToken.json",
2025-08-20T19:16:00.1588713Z [00:02:03.587]➜  		"metadatas/paistudio/GetTrainingJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetTrainingJob.json",
2025-08-20T19:16:00.1589878Z [00:02:03.587]➜  		"metadatas/paistudio/GetTrainingJobErrorInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetTrainingJobErrorInfo.json",
2025-08-20T19:16:00.1591125Z [00:02:03.587]➜  		"metadatas/paistudio/GetTrainingJobLatestMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetTrainingJobLatestMetrics.json",
2025-08-20T19:16:00.1592306Z [00:02:03.587]➜  		"metadatas/paistudio/GetUserViewMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetUserViewMetrics.json",
2025-08-20T19:16:00.1593783Z [00:02:03.587]➜  		"metadatas/paistudio/ListAlgorithmVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListAlgorithmVersions.json",
2025-08-20T19:16:00.1594776Z [00:02:03.587]➜  		"metadatas/paistudio/ListAlgorithms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListAlgorithms.json",
2025-08-20T19:16:00.1595650Z [00:02:03.587]➜  		"metadatas/paistudio/ListNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListNodes.json",
2025-08-20T19:16:00.1596667Z [00:02:03.587]➜  		"metadatas/paistudio/ListQuotaWorkloads.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListQuotaWorkloads.json",
2025-08-20T19:16:00.1597493Z [00:02:03.587]➜  		"metadatas/paistudio/ListQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListQuotas.json",
2025-08-20T19:16:00.1598803Z [00:02:03.587]➜  		"metadatas/paistudio/ListResourceGroupMachineGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListResourceGroupMachineGroups.json",
2025-08-20T19:16:00.1599868Z [00:02:03.587]➜  		"metadatas/paistudio/ListResourceGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListResourceGroups.json",
2025-08-20T19:16:00.1600978Z [00:02:03.587]➜  		"metadatas/paistudio/ListTrainingJobEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobEvents.json",
2025-08-20T19:16:00.1602237Z [00:02:03.587]➜  		"metadatas/paistudio/ListTrainingJobInstanceEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobInstanceEvents.json",
2025-08-20T19:16:00.1603709Z [00:02:03.587]➜  		"metadatas/paistudio/ListTrainingJobInstanceMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobInstanceMetrics.json",
2025-08-20T19:16:00.1604787Z [00:02:03.587]➜  		"metadatas/paistudio/ListTrainingJobLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobLogs.json",
2025-08-20T19:16:00.1605910Z [00:02:03.587]➜  		"metadatas/paistudio/ListTrainingJobMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobMetrics.json",
2025-08-20T19:16:00.1607176Z [00:02:03.587]➜  		"metadatas/paistudio/ListTrainingJobOutputModels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobOutputModels.json",
2025-08-20T19:16:00.1608157Z [00:02:03.587]➜  		"metadatas/paistudio/ListTrainingJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobs.json",
2025-08-20T19:16:00.1609061Z [00:02:03.587]➜  		"metadatas/paistudio/ScaleQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ScaleQuota.json",
2025-08-20T19:16:00.1610007Z [00:02:03.587]➜  		"metadatas/paistudio/StopTrainingJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/StopTrainingJob.json",
2025-08-20T19:16:00.1611200Z [00:02:03.587]➜  		"metadatas/paistudio/UpdateAlgorithm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateAlgorithm.json",
2025-08-20T19:16:00.1612332Z [00:02:03.587]➜  		"metadatas/paistudio/UpdateAlgorithmVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateAlgorithmVersion.json",
2025-08-20T19:16:00.1613418Z [00:02:03.587]➜  		"metadatas/paistudio/UpdateQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateQuota.json",
2025-08-20T19:16:00.1614493Z [00:02:03.587]➜  		"metadatas/paistudio/UpdateResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateResourceGroup.json",
2025-08-20T19:16:00.1615630Z [00:02:03.587]➜  		"metadatas/paistudio/UpdateTrainingJobLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateTrainingJobLabels.json",
2025-08-20T19:16:00.1616982Z [00:02:03.587]➜  		"metadatas/polardb/CancelActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CancelActiveOperationTasks.json",
2025-08-20T19:16:00.1618025Z [00:02:03.587]➜  		"metadatas/polardb/CancelScheduleTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CancelScheduleTasks.json",
2025-08-20T19:16:00.1618987Z [00:02:03.587]➜  		"metadatas/polardb/CheckAccountName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CheckAccountName.json",
2025-08-20T19:16:00.1619872Z [00:02:03.587]➜  		"metadatas/polardb/CheckDBName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CheckDBName.json",
2025-08-20T19:16:00.1620868Z [00:02:03.588]➜  		"metadatas/polardb/CheckKMSAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CheckKMSAuthorized.json",
2025-08-20T19:16:00.1621955Z [00:02:03.588]➜  		"metadatas/polardb/CheckServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CheckServiceLinkedRole.json",
2025-08-20T19:16:00.1622978Z [00:02:03.588]➜  		"metadatas/polardb/CloseAITask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CloseAITask.json",
2025-08-20T19:16:00.1624179Z [00:02:03.588]➜  		"metadatas/polardb/CloseDBClusterMigration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CloseDBClusterMigration.json",
2025-08-20T19:16:00.1625186Z [00:02:03.588]➜  		"metadatas/polardb/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateAccount.json",
2025-08-20T19:16:00.1626297Z [00:02:03.588]➜  		"metadatas/polardb/CreateActivationCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateActivationCode.json",
2025-08-20T19:16:00.1627259Z [00:02:03.588]➜  		"metadatas/polardb/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateBackup.json",
2025-08-20T19:16:00.1628542Z [00:02:03.588]➜  		"metadatas/polardb/CreateColdStorageInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateColdStorageInstance.json",
2025-08-20T19:16:00.1630525Z [00:02:03.588]➜  		"metadatas/polardb/CreateDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBCluster.json",
2025-08-20T19:16:00.1631626Z [00:02:03.588]➜  		"metadatas/polardb/CreateDBClusterEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBClusterEndpoint.json",
2025-08-20T19:16:00.1632796Z [00:02:03.588]➜  		"metadatas/polardb/CreateDBEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBEndpointAddress.json",
2025-08-20T19:16:00.1633737Z [00:02:03.588]➜  		"metadatas/polardb/CreateDBLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBLink.json",
2025-08-20T19:16:00.1634594Z [00:02:03.588]➜  		"metadatas/polardb/CreateDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBNodes.json",
2025-08-20T19:16:00.1635571Z [00:02:03.588]➜  		"metadatas/polardb/CreateDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDatabase.json",
2025-08-20T19:16:00.1636561Z [00:02:03.588]➜  		"metadatas/polardb/CreateGlobalDataNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateGlobalDataNetwork.json",
2025-08-20T19:16:00.1637614Z [00:02:03.588]➜  		"metadatas/polardb/CreateGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateGlobalDatabaseNetwork.json",
2025-08-20T19:16:00.1638755Z [00:02:03.588]➜  		"metadatas/polardb/CreateGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:16:00.1640031Z [00:02:03.588]➜  		"metadatas/polardb/CreateOrGetVirtualLicenseOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateOrGetVirtualLicenseOrder.json",
2025-08-20T19:16:00.1641256Z [00:02:03.588]➜  		"metadatas/polardb/CreateParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateParameterGroup.json",
2025-08-20T19:16:00.1642635Z [00:02:03.588]➜  		"metadatas/polardb/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateServiceLinkedRole.json",
2025-08-20T19:16:00.1643679Z [00:02:03.588]➜  		"metadatas/polardb/CreateStoragePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateStoragePlan.json",
2025-08-20T19:16:00.1644603Z [00:02:03.588]➜  		"metadatas/polardb/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteAccount.json",
2025-08-20T19:16:00.1645496Z [00:02:03.588]➜  		"metadatas/polardb/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteApplication.json",
2025-08-20T19:16:00.1646332Z [00:02:03.588]➜  		"metadatas/polardb/DeleteBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteBackup.json",
2025-08-20T19:16:00.1647249Z [00:02:03.588]➜  		"metadatas/polardb/DeleteDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBCluster.json",
2025-08-20T19:16:00.1648317Z [00:02:03.588]➜  		"metadatas/polardb/DeleteDBClusterEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBClusterEndpoint.json",
2025-08-20T19:16:00.1649450Z [00:02:03.588]➜  		"metadatas/polardb/DeleteDBEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBEndpointAddress.json",
2025-08-20T19:16:00.1650360Z [00:02:03.588]➜  		"metadatas/polardb/DeleteDBLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBLink.json",
2025-08-20T19:16:00.1651305Z [00:02:03.588]➜  		"metadatas/polardb/DeleteDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBNodes.json",
2025-08-20T19:16:00.1652240Z [00:02:03.588]➜  		"metadatas/polardb/DeleteDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDatabase.json",
2025-08-20T19:16:00.1653715Z [00:02:03.588]➜  		"metadatas/polardb/DeleteGlobalDataNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteGlobalDataNetwork.json",
2025-08-20T19:16:00.1654905Z [00:02:03.588]➜  		"metadatas/polardb/DeleteGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteGlobalDatabaseNetwork.json",
2025-08-20T19:16:00.1656099Z [00:02:03.588]➜  		"metadatas/polardb/DeleteGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:16:00.1657130Z [00:02:03.588]➜  		"metadatas/polardb/DeleteMaskingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteMaskingRules.json",
2025-08-20T19:16:00.1658364Z [00:02:03.588]➜  		"metadatas/polardb/DeleteParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteParameterGroup.json",
2025-08-20T19:16:00.1659629Z [00:02:03.588]➜  		"metadatas/polardb/DescribeAIDBClusterPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeAIDBClusterPerformance.json",
2025-08-20T19:16:00.1660664Z [00:02:03.588]➜  		"metadatas/polardb/DescribeAITaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeAITaskStatus.json",
2025-08-20T19:16:00.1661649Z [00:02:03.588]➜  		"metadatas/polardb/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeAccounts.json",
2025-08-20T19:16:00.1662992Z [00:02:03.588]➜  		"metadatas/polardb/DescribeActivationCodeDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeActivationCodeDetails.json",
2025-08-20T19:16:00.1664401Z [00:02:03.588]➜  		"metadatas/polardb/DescribeActivationCodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeActivationCodes.json",
2025-08-20T19:16:00.1665969Z [00:02:03.588]➜  		"metadatas/polardb/DescribeActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeActiveOperationTasks.json",
2025-08-20T19:16:00.1667217Z [00:02:03.588]➜  		"metadatas/polardb/DescribeAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeAutoRenewAttribute.json",
2025-08-20T19:16:00.1668265Z [00:02:03.588]➜  		"metadatas/polardb/DescribeBackupLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeBackupLogs.json",
2025-08-20T19:16:00.1669345Z [00:02:03.588]➜  		"metadatas/polardb/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeBackupPolicy.json",
2025-08-20T19:16:00.1670434Z [00:02:03.588]➜  		"metadatas/polardb/DescribeBackupTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeBackupTasks.json",
2025-08-20T19:16:00.1671431Z [00:02:03.588]➜  		"metadatas/polardb/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeBackups.json",
2025-08-20T19:16:00.1672749Z [00:02:03.588]➜  		"metadatas/polardb/DescribeCharacterSetName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeCharacterSetName.json",
2025-08-20T19:16:00.1673769Z [00:02:03.588]➜  		"metadatas/polardb/DescribeClassList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeClassList.json",
2025-08-20T19:16:00.1675043Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterAccessWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterAccessWhitelist.json",
2025-08-20T19:16:00.1676223Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterAttribute.json",
2025-08-20T19:16:00.1677566Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterAuditLogCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterAuditLogCollector.json",
2025-08-20T19:16:00.1679105Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterAvailableResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterAvailableResources.json",
2025-08-20T19:16:00.1680431Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterConnectivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterConnectivity.json",
2025-08-20T19:16:00.1681700Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterEndpoints.json",
2025-08-20T19:16:00.1683067Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterMigration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterMigration.json",
2025-08-20T19:16:00.1684349Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterMonitor.json",
2025-08-20T19:16:00.1685630Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterParameters.json",
2025-08-20T19:16:00.1686928Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterPerformance.json",
2025-08-20T19:16:00.1688041Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterSSL.json",
2025-08-20T19:16:00.1689513Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterServerlessConf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterServerlessConf.json",
2025-08-20T19:16:00.1690796Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterTDE.json",
2025-08-20T19:16:00.1692025Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusterVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterVersion.json",
2025-08-20T19:16:00.1693258Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusters.json",
2025-08-20T19:16:00.1694580Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBClustersWithBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClustersWithBackups.json",
2025-08-20T19:16:00.1695861Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBInitializeVariable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBInitializeVariable.json",
2025-08-20T19:16:00.1696914Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBLinks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBLinks.json",
2025-08-20T19:16:00.1698134Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBNodePerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBNodePerformance.json",
2025-08-20T19:16:00.1699354Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBNodesParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBNodesParameters.json",
2025-08-20T19:16:00.1700577Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDBProxyPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBProxyPerformance.json",
2025-08-20T19:16:00.1701646Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDasConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDasConfig.json",
2025-08-20T19:16:00.1702877Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDatabases.json",
2025-08-20T19:16:00.1704225Z [00:02:03.588]➜  		"metadatas/polardb/DescribeDetachedBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDetachedBackups.json",
2025-08-20T19:16:00.1706779Z [00:02:03.588]➜  		"metadatas/polardb/DescribeGlobalDataNetworkList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalDataNetworkList.json",
2025-08-20T19:16:00.1708127Z [00:02:03.588]➜  		"metadatas/polardb/DescribeGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalDatabaseNetwork.json",
2025-08-20T19:16:00.1709449Z [00:02:03.588]➜  		"metadatas/polardb/DescribeGlobalDatabaseNetworks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalDatabaseNetworks.json",
2025-08-20T19:16:00.1710942Z [00:02:03.588]➜  		"metadatas/polardb/DescribeGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:16:00.1712612Z [00:02:03.588]➜  		"metadatas/polardb/DescribeGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:16:00.1713606Z [00:02:03.588]➜  		"metadatas/polardb/DescribeHALogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeHALogs.json",
2025-08-20T19:16:00.1714722Z [00:02:03.588]➜  		"metadatas/polardb/DescribeHistoryTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeHistoryTasks.json",
2025-08-20T19:16:00.1715955Z [00:02:03.588]➜  		"metadatas/polardb/DescribeLicenseOrderDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeLicenseOrderDetails.json",
2025-08-20T19:16:00.1717248Z [00:02:03.588]➜  		"metadatas/polardb/DescribeLicenseOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeLicenseOrders.json",
2025-08-20T19:16:00.1718573Z [00:02:03.588]➜  		"metadatas/polardb/DescribeLogBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeLogBackupPolicy.json",
2025-08-20T19:16:00.1719692Z [00:02:03.588]➜  		"metadatas/polardb/DescribeMaskingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeMaskingRules.json",
2025-08-20T19:16:00.1720715Z [00:02:03.588]➜  		"metadatas/polardb/DescribeMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeMetaList.json",
2025-08-20T19:16:00.1721824Z [00:02:03.588]➜  		"metadatas/polardb/DescribeParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeParameterGroup.json",
2025-08-20T19:16:00.1723173Z [00:02:03.588]➜  		"metadatas/polardb/DescribeParameterGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeParameterGroups.json",
2025-08-20T19:16:00.1724375Z [00:02:03.588]➜  		"metadatas/polardb/DescribeParameterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeParameterTemplates.json",
2025-08-20T19:16:00.1725725Z [00:02:03.588]➜  		"metadatas/polardb/DescribePendingMaintenanceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribePendingMaintenanceAction.json",
2025-08-20T19:16:00.1727067Z [00:02:03.588]➜  		"metadatas/polardb/DescribePendingMaintenanceActions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribePendingMaintenanceActions.json",
2025-08-20T19:16:00.1728386Z [00:02:03.588]➜  		"metadatas/polardb/DescribePolarSQLCollectorPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribePolarSQLCollectorPolicy.json",
2025-08-20T19:16:00.1729385Z [00:02:03.588]➜  		"metadatas/polardb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeRegions.json",
2025-08-20T19:16:00.1730471Z [00:02:03.588]➜  		"metadatas/polardb/DescribeScheduleTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeScheduleTasks.json",
2025-08-20T19:16:00.1731709Z [00:02:03.588]➜  		"metadatas/polardb/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeSlowLogRecords.json",
2025-08-20T19:16:00.1732832Z [00:02:03.588]➜  		"metadatas/polardb/DescribeSlowLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeSlowLogs.json",
2025-08-20T19:16:00.1733788Z [00:02:03.588]➜  		"metadatas/polardb/DescribeTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeTasks.json",
2025-08-20T19:16:00.1735079Z [00:02:03.588]➜  		"metadatas/polardb/DescribeUserEncryptionKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeUserEncryptionKeyList.json",
2025-08-20T19:16:00.1736358Z [00:02:03.588]➜  		"metadatas/polardb/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeVSwitches.json",
2025-08-20T19:16:00.1737538Z [00:02:03.588]➜  		"metadatas/polardb/DisableDBClusterServerless.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DisableDBClusterServerless.json",
2025-08-20T19:16:00.1738677Z [00:02:03.588]➜  		"metadatas/polardb/EnableDBClusterServerless.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/EnableDBClusterServerless.json",
2025-08-20T19:16:00.1739692Z [00:02:03.588]➜  		"metadatas/polardb/EnableFirewallRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/EnableFirewallRules.json",
2025-08-20T19:16:00.1740766Z [00:02:03.588]➜  		"metadatas/polardb/EvaluateRegionResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/EvaluateRegionResource.json",
2025-08-20T19:16:00.1741862Z [00:02:03.588]➜  		"metadatas/polardb/FailoverDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/FailoverDBCluster.json",
2025-08-20T19:16:00.1743211Z [00:02:03.588]➜  		"metadatas/polardb/GrantAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/GrantAccountPrivilege.json",
2025-08-20T19:16:00.1744197Z [00:02:03.588]➜  		"metadatas/polardb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ListTagResources.json",
2025-08-20T19:16:00.1745282Z [00:02:03.588]➜  		"metadatas/polardb/ManuallyStartDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ManuallyStartDBCluster.json",
2025-08-20T19:16:00.1746400Z [00:02:03.588]➜  		"metadatas/polardb/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyAccountDescription.json",
2025-08-20T19:16:00.1747456Z [00:02:03.588]➜  		"metadatas/polardb/ModifyAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyAccountPassword.json",
2025-08-20T19:16:00.1748626Z [00:02:03.588]➜  		"metadatas/polardb/ModifyActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyActiveOperationTasks.json",
2025-08-20T19:16:00.1749749Z [00:02:03.588]➜  		"metadatas/polardb/ModifyAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyAutoRenewAttribute.json",
2025-08-20T19:16:00.1750758Z [00:02:03.588]➜  		"metadatas/polardb/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyBackupPolicy.json",
2025-08-20T19:16:00.1751697Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBCluster.json",
2025-08-20T19:16:00.1753080Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterAccessWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterAccessWhitelist.json",
2025-08-20T19:16:00.1754393Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterAndNodesParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterAndNodesParameters.json",
2025-08-20T19:16:00.1755537Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterArch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterArch.json",
2025-08-20T19:16:00.1756811Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterAuditLogCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterAuditLogCollector.json",
2025-08-20T19:16:00.1757910Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterDeletion.json",
2025-08-20T19:16:00.1759070Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterDescription.json",
2025-08-20T19:16:00.1760269Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterEndpoint.json",
2025-08-20T19:16:00.1761457Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterMaintainTime.json",
2025-08-20T19:16:00.1762714Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterMigration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterMigration.json",
2025-08-20T19:16:00.1763839Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterMonitor.json",
2025-08-20T19:16:00.1765179Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterParameters.json",
2025-08-20T19:16:00.1766549Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterPrimaryZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterPrimaryZone.json",
2025-08-20T19:16:00.1767811Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterResourceGroup.json",
2025-08-20T19:16:00.1768868Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterSSL.json",
2025-08-20T19:16:00.1770138Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterServerlessConf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterServerlessConf.json",
2025-08-20T19:16:00.1771547Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterStoragePerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterStoragePerformance.json",
2025-08-20T19:16:00.1772986Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterStorageSpace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterStorageSpace.json",
2025-08-20T19:16:00.1774057Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBClusterTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterTDE.json",
2025-08-20T19:16:00.1775156Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBDescription.json",
2025-08-20T19:16:00.1776308Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBEndpointAddress.json",
2025-08-20T19:16:00.1777365Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBNodeClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBNodeClass.json",
2025-08-20T19:16:00.1778630Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBNodeHotReplicaMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBNodeHotReplicaMode.json",
2025-08-20T19:16:00.1779868Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBNodesClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBNodesClass.json",
2025-08-20T19:16:00.1781054Z [00:02:03.588]➜  		"metadatas/polardb/ModifyDBNodesParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBNodesParameters.json",
2025-08-20T19:16:00.1782286Z [00:02:03.588]➜  		"metadatas/polardb/ModifyGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyGlobalDatabaseNetwork.json",
2025-08-20T19:16:00.1783722Z [00:02:03.588]➜  		"metadatas/polardb/ModifyGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:16:00.1785244Z [00:02:03.588]➜  		"metadatas/polardb/ModifyGlobalSecurityIPGroupName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:16:00.1786695Z [00:02:03.588]➜  		"metadatas/polardb/ModifyGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:16:00.1787832Z [00:02:03.588]➜  		"metadatas/polardb/ModifyLogBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyLogBackupPolicy.json",
2025-08-20T19:16:00.1788907Z [00:02:03.588]➜  		"metadatas/polardb/ModifyMaskingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyMaskingRules.json",
2025-08-20T19:16:00.1790229Z [00:02:03.588]➜  		"metadatas/polardb/ModifyPendingMaintenanceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyPendingMaintenanceAction.json",
2025-08-20T19:16:00.1791319Z [00:02:03.588]➜  		"metadatas/polardb/OpenAITask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/OpenAITask.json",
2025-08-20T19:16:00.1792837Z [00:02:03.588]➜  		"metadatas/polardb/ReactivateDBClusterBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ReactivateDBClusterBackup.json",
2025-08-20T19:16:00.1794127Z [00:02:03.588]➜  		"metadatas/polardb/RefreshDBClusterStorageUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RefreshDBClusterStorageUsage.json",
2025-08-20T19:16:00.1795242Z [00:02:03.588]➜  		"metadatas/polardb/RemoveDBClusterFromGDN.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RemoveDBClusterFromGDN.json",
2025-08-20T19:16:00.1796177Z [00:02:03.588]➜  		"metadatas/polardb/ResetAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ResetAccount.json",
2025-08-20T19:16:00.1797395Z [00:02:03.588]➜  		"metadatas/polardb/ResetGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ResetGlobalDatabaseNetwork.json",
2025-08-20T19:16:00.1798399Z [00:02:03.588]➜  		"metadatas/polardb/RestartDBLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RestartDBLink.json",
2025-08-20T19:16:00.1799513Z [00:02:03.588]➜  		"metadatas/polardb/RestartDBNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RestartDBNode.json",
2025-08-20T19:16:00.1800433Z [00:02:03.588]➜  		"metadatas/polardb/RestoreTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RestoreTable.json",
2025-08-20T19:16:00.1801560Z [00:02:03.588]➜  		"metadatas/polardb/RevokeAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RevokeAccountPrivilege.json",
2025-08-20T19:16:00.1803082Z [00:02:03.588]➜  		"metadatas/polardb/SwitchOverGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/SwitchOverGlobalDatabaseNetwork.json",
2025-08-20T19:16:00.1804237Z [00:02:03.588]➜  		"metadatas/polardb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/TagResources.json",
2025-08-20T19:16:00.1805306Z [00:02:03.588]➜  		"metadatas/polardb/TempModifyDBNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/TempModifyDBNode.json",
2025-08-20T19:16:00.1806546Z [00:02:03.588]➜  		"metadatas/polardb/TransformDBClusterPayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/TransformDBClusterPayType.json",
2025-08-20T19:16:00.1807549Z [00:02:03.588]➜  		"metadatas/polardb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/UntagResources.json",
2025-08-20T19:16:00.1808736Z [00:02:03.588]➜  		"metadatas/polardb/UpgradeDBClusterVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/UpgradeDBClusterVersion.json",
2025-08-20T19:16:00.1810102Z [00:02:03.588]➜  		"metadatas/polardbx/AlignStoragePrimaryAzone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/AlignStoragePrimaryAzone.json",
2025-08-20T19:16:00.1811313Z [00:02:03.588]➜  		"metadatas/polardbx/AllocateColdDataVolume.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/AllocateColdDataVolume.json",
2025-08-20T19:16:00.1832933Z [00:02:03.588]➜  		"metadatas/polardbx/AllocateInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/AllocateInstancePublicConnection.json",
2025-08-20T19:16:00.1834273Z [00:02:03.588]➜  		"metadatas/polardbx/CancelActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CancelActiveOperationTasks.json",
2025-08-20T19:16:00.1835371Z [00:02:03.588]➜  		"metadatas/polardbx/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ChangeResourceGroup.json",
2025-08-20T19:16:00.1836676Z [00:02:03.588]➜  		"metadatas/polardbx/CheckCloudResourceAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CheckCloudResourceAuthorized.json",
2025-08-20T19:16:00.1837850Z [00:02:03.588]➜  		"metadatas/polardbx/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateAccount.json",
2025-08-20T19:16:00.1838886Z [00:02:03.588]➜  		"metadatas/polardbx/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateBackup.json",
2025-08-20T19:16:00.1839814Z [00:02:03.589]➜  		"metadatas/polardbx/CreateDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateDB.json",
2025-08-20T19:16:00.1840843Z [00:02:03.589]➜  		"metadatas/polardbx/CreateDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateDBInstance.json",
2025-08-20T19:16:00.1841928Z [00:02:03.589]➜  		"metadatas/polardbx/CreateSuperAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateSuperAccount.json",
2025-08-20T19:16:00.1843145Z [00:02:03.589]➜  		"metadatas/polardbx/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DeleteAccount.json",
2025-08-20T19:16:00.1844196Z [00:02:03.589]➜  		"metadatas/polardbx/DeleteDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DeleteDB.json",
2025-08-20T19:16:00.1845179Z [00:02:03.589]➜  		"metadatas/polardbx/DeleteDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DeleteDBInstance.json",
2025-08-20T19:16:00.1846224Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeAccountList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeAccountList.json",
2025-08-20T19:16:00.1847570Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeActiveOperationMaintainConf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeActiveOperationMaintainConf.json",
2025-08-20T19:16:00.1848880Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeActiveOperationTaskCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeActiveOperationTaskCount.json",
2025-08-20T19:16:00.1850204Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeActiveOperationTasks.json",
2025-08-20T19:16:00.1851349Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeArchiveTableList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeArchiveTableList.json",
2025-08-20T19:16:00.1852571Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeBackupPolicy.json",
2025-08-20T19:16:00.1853590Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeBackupSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeBackupSet.json",
2025-08-20T19:16:00.1854784Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeBackupSetList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeBackupSetList.json",
2025-08-20T19:16:00.1855877Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeBinaryLogList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeBinaryLogList.json",
2025-08-20T19:16:00.1856937Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeCharacterSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeCharacterSet.json",
2025-08-20T19:16:00.1858087Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeColdDataBasicInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeColdDataBasicInfo.json",
2025-08-20T19:16:00.1859280Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeDBInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceAttribute.json",
2025-08-20T19:16:00.1860409Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeDBInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceConfig.json",
2025-08-20T19:16:00.1861564Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeDBInstanceHA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceHA.json",
2025-08-20T19:16:00.1862805Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceSSL.json",
2025-08-20T19:16:00.1863883Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeDBInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceTDE.json",
2025-08-20T19:16:00.1865054Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeDBInstanceTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceTopology.json",
2025-08-20T19:16:00.1866305Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeDBInstanceViaEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceViaEndpoint.json",
2025-08-20T19:16:00.1867358Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstances.json",
2025-08-20T19:16:00.1868674Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeDBNodePerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBNodePerformance.json",
2025-08-20T19:16:00.1869628Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeDbList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDbList.json",
2025-08-20T19:16:00.1870825Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeDistributeTableList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDistributeTableList.json",
2025-08-20T19:16:00.1871771Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeEvents.json",
2025-08-20T19:16:00.1873104Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeGdnInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeGdnInstances.json",
2025-08-20T19:16:00.1874240Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeOpenBackupSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeOpenBackupSet.json",
2025-08-20T19:16:00.1875468Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeParameterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeParameterTemplates.json",
2025-08-20T19:16:00.1876597Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeParameters.json",
2025-08-20T19:16:00.1877646Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeRegions.json",
2025-08-20T19:16:00.1879188Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeScaleOutMigrateTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeScaleOutMigrateTaskList.json",
2025-08-20T19:16:00.1880370Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeSecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeSecurityIps.json",
2025-08-20T19:16:00.1881404Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeSlowLogRecords.json",
2025-08-20T19:16:00.1882198Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeTags.json",
2025-08-20T19:16:00.1883405Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeTasks.json",
2025-08-20T19:16:00.1884714Z [00:02:03.589]➜  		"metadatas/polardbx/DescribeUserEncryptionKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeUserEncryptionKeyList.json",
2025-08-20T19:16:00.1886034Z [00:02:03.589]➜  		"metadatas/polardbx/DisableRightsSeparation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DisableRightsSeparation.json",
2025-08-20T19:16:00.1887219Z [00:02:03.589]➜  		"metadatas/polardbx/EnableRightsSeparation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/EnableRightsSeparation.json",
2025-08-20T19:16:00.1888245Z [00:02:03.589]➜  		"metadatas/polardbx/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ListTagResources.json",
2025-08-20T19:16:00.1889448Z [00:02:03.589]➜  		"metadatas/polardbx/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyAccountDescription.json",
2025-08-20T19:16:00.1890612Z [00:02:03.589]➜  		"metadatas/polardbx/ModifyAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyAccountPrivilege.json",
2025-08-20T19:16:00.1892016Z [00:02:03.589]➜  		"metadatas/polardbx/ModifyActiveOperationMaintainConf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyActiveOperationMaintainConf.json",
2025-08-20T19:16:00.1893925Z [00:02:03.589]➜  		"metadatas/polardbx/ModifyActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyActiveOperationTasks.json",
2025-08-20T19:16:00.1895111Z [00:02:03.589]➜  		"metadatas/polardbx/ModifyDBInstanceClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDBInstanceClass.json",
2025-08-20T19:16:00.1896261Z [00:02:03.589]➜  		"metadatas/polardbx/ModifyDBInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDBInstanceConfig.json",
2025-08-20T19:16:00.1897611Z [00:02:03.589]➜  		"metadatas/polardbx/ModifyDBInstanceConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDBInstanceConnectionString.json",
2025-08-20T19:16:00.1899088Z [00:02:03.589]➜  		"metadatas/polardbx/ModifyDBInstanceDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDBInstanceDescription.json",
2025-08-20T19:16:00.1900322Z [00:02:03.589]➜  		"metadatas/polardbx/ModifyDatabaseDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDatabaseDescription.json",
2025-08-20T19:16:00.1901341Z [00:02:03.589]➜  		"metadatas/polardbx/ModifyParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyParameter.json",
2025-08-20T19:16:00.1902571Z [00:02:03.589]➜  		"metadatas/polardbx/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifySecurityIps.json",
2025-08-20T19:16:00.1903749Z [00:02:03.589]➜  		"metadatas/polardbx/ReleaseColdDataVolume.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ReleaseColdDataVolume.json",
2025-08-20T19:16:00.1905269Z [00:02:03.589]➜  		"metadatas/polardbx/ReleaseInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ReleaseInstancePublicConnection.json",
2025-08-20T19:16:00.1906438Z [00:02:03.589]➜  		"metadatas/polardbx/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ResetAccountPassword.json",
2025-08-20T19:16:00.1907541Z [00:02:03.589]➜  		"metadatas/polardbx/RestartDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/RestartDBInstance.json",
2025-08-20T19:16:00.1908689Z [00:02:03.589]➜  		"metadatas/polardbx/SwitchDBInstanceHA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/SwitchDBInstanceHA.json",
2025-08-20T19:16:00.1909800Z [00:02:03.589]➜  		"metadatas/polardbx/SwitchGdnMemberRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/SwitchGdnMemberRole.json",
2025-08-20T19:16:00.1910782Z [00:02:03.589]➜  		"metadatas/polardbx/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/TagResources.json",
2025-08-20T19:16:00.1912025Z [00:02:03.589]➜  		"metadatas/polardbx/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UntagResources.json",
2025-08-20T19:16:00.1913367Z [00:02:03.589]➜  		"metadatas/polardbx/UpdateBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpdateBackupPolicy.json",
2025-08-20T19:16:00.1914495Z [00:02:03.589]➜  		"metadatas/polardbx/UpdateDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpdateDBInstanceSSL.json",
2025-08-20T19:16:00.1915572Z [00:02:03.589]➜  		"metadatas/polardbx/UpdateDBInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpdateDBInstanceTDE.json",
2025-08-20T19:16:00.1916862Z [00:02:03.589]➜  		"metadatas/polardbx/UpdatePolarDBXInstanceNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpdatePolarDBXInstanceNode.json",
2025-08-20T19:16:00.1918204Z [00:02:03.589]➜  		"metadatas/polardbx/UpgradeDBInstanceKernelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:16:00.1919766Z [00:02:03.589]➜  		"metadatas/privatelink/AddUserToVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/AddUserToVpcEndpointService.json",
2025-08-20T19:16:00.1920962Z [00:02:03.589]➜  		"metadatas/privatelink/AddZoneToVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/AddZoneToVpcEndpoint.json",
2025-08-20T19:16:00.1922678Z [00:02:03.589]➜  		"metadatas/privatelink/AttachResourceToVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/AttachResourceToVpcEndpointService.json",
2025-08-20T19:16:00.1924136Z [00:02:03.589]➜  		"metadatas/privatelink/AttachSecurityGroupToVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/AttachSecurityGroupToVpcEndpoint.json",
2025-08-20T19:16:00.1925491Z [00:02:03.589]➜  		"metadatas/privatelink/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ChangeResourceGroup.json",
2025-08-20T19:16:00.1926587Z [00:02:03.589]➜  		"metadatas/privatelink/CheckProductOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/CheckProductOpen.json",
2025-08-20T19:16:00.1927709Z [00:02:03.589]➜  		"metadatas/privatelink/CreateVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/CreateVpcEndpoint.json",
2025-08-20T19:16:00.1928960Z [00:02:03.589]➜  		"metadatas/privatelink/CreateVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/CreateVpcEndpointService.json",
2025-08-20T19:16:00.1930204Z [00:02:03.589]➜  		"metadatas/privatelink/DeleteVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DeleteVpcEndpoint.json",
2025-08-20T19:16:00.1931512Z [00:02:03.589]➜  		"metadatas/privatelink/DeleteVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DeleteVpcEndpointService.json",
2025-08-20T19:16:00.1932798Z [00:02:03.589]➜  		"metadatas/privatelink/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DescribeRegions.json",
2025-08-20T19:16:00.1933830Z [00:02:03.589]➜  		"metadatas/privatelink/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DescribeZones.json",
2025-08-20T19:16:00.1935307Z [00:02:03.589]➜  		"metadatas/privatelink/DetachResourceFromVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DetachResourceFromVpcEndpointService.json",
2025-08-20T19:16:00.1936781Z [00:02:03.589]➜  		"metadatas/privatelink/DetachSecurityGroupFromVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DetachSecurityGroupFromVpcEndpoint.json",
2025-08-20T19:16:00.1938275Z [00:02:03.589]➜  		"metadatas/privatelink/DisableVpcEndpointConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DisableVpcEndpointConnection.json",
2025-08-20T19:16:00.1939706Z [00:02:03.589]➜  		"metadatas/privatelink/DisableVpcEndpointZoneConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DisableVpcEndpointZoneConnection.json",
2025-08-20T19:16:00.1941003Z [00:02:03.589]➜  		"metadatas/privatelink/EnableVpcEndpointConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/EnableVpcEndpointConnection.json",
2025-08-20T19:16:00.1942672Z [00:02:03.589]➜  		"metadatas/privatelink/EnableVpcEndpointZoneConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/EnableVpcEndpointZoneConnection.json",
2025-08-20T19:16:00.1943897Z [00:02:03.589]➜  		"metadatas/privatelink/GetVpcEndpointAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/GetVpcEndpointAttribute.json",
2025-08-20T19:16:00.1945235Z [00:02:03.589]➜  		"metadatas/privatelink/GetVpcEndpointServiceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/GetVpcEndpointServiceAttribute.json",
2025-08-20T19:16:00.1946471Z [00:02:03.589]➜  		"metadatas/privatelink/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListTagResources.json",
2025-08-20T19:16:00.1947695Z [00:02:03.589]➜  		"metadatas/privatelink/ListVpcEndpointConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointConnections.json",
2025-08-20T19:16:00.1948977Z [00:02:03.589]➜  		"metadatas/privatelink/ListVpcEndpointSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointSecurityGroups.json",
2025-08-20T19:16:00.1950300Z [00:02:03.589]➜  		"metadatas/privatelink/ListVpcEndpointServiceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointServiceResources.json",
2025-08-20T19:16:00.1951675Z [00:02:03.589]➜  		"metadatas/privatelink/ListVpcEndpointServiceUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointServiceUsers.json",
2025-08-20T19:16:00.1953001Z [00:02:03.589]➜  		"metadatas/privatelink/ListVpcEndpointServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointServices.json",
2025-08-20T19:16:00.1954368Z [00:02:03.589]➜  		"metadatas/privatelink/ListVpcEndpointServicesByEndUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointServicesByEndUser.json",
2025-08-20T19:16:00.1955485Z [00:02:03.589]➜  		"metadatas/privatelink/ListVpcEndpointZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointZones.json",
2025-08-20T19:16:00.1956628Z [00:02:03.589]➜  		"metadatas/privatelink/ListVpcEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpoints.json",
2025-08-20T19:16:00.1957806Z [00:02:03.589]➜  		"metadatas/privatelink/OpenPrivateLinkService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/OpenPrivateLinkService.json",
2025-08-20T19:16:00.1959153Z [00:02:03.589]➜  		"metadatas/privatelink/RemoveUserFromVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/RemoveUserFromVpcEndpointService.json",
2025-08-20T19:16:00.1960364Z [00:02:03.589]➜  		"metadatas/privatelink/RemoveZoneFromVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/RemoveZoneFromVpcEndpoint.json",
2025-08-20T19:16:00.1961320Z [00:02:03.589]➜  		"metadatas/privatelink/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/TagResources.json",
2025-08-20T19:16:00.1962337Z [00:02:03.589]➜  		"metadatas/privatelink/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UntagResources.json",
2025-08-20T19:16:00.1963844Z [00:02:03.589]➜  		"metadatas/privatelink/UpdateVpcEndpointAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointAttribute.json",
2025-08-20T19:16:00.1965291Z [00:02:03.589]➜  		"metadatas/privatelink/UpdateVpcEndpointConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointConnectionAttribute.json",
2025-08-20T19:16:00.1966663Z [00:02:03.589]➜  		"metadatas/privatelink/UpdateVpcEndpointServiceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointServiceAttribute.json",
2025-08-20T19:16:00.1968099Z [00:02:03.589]➜  		"metadatas/privatelink/UpdateVpcEndpointServiceResourceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointServiceResourceAttribute.json",
2025-08-20T19:16:00.1969836Z [00:02:03.589]➜  		"metadatas/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json",
2025-08-20T19:16:00.1970695Z [00:02:03.589]➜  		"metadatas/products.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/products.json",
2025-08-20T19:16:00.1971525Z [00:02:03.589]➜  		"metadatas/push/BindAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/BindAlias.json",
2025-08-20T19:16:00.1972337Z [00:02:03.589]➜  		"metadatas/push/BindPhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/BindPhone.json",
2025-08-20T19:16:00.1973307Z [00:02:03.594]➜  		"metadatas/push/BindTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/BindTag.json",
2025-08-20T19:16:00.1974184Z [00:02:03.594]➜  		"metadatas/push/CancelPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CancelPush.json",
2025-08-20T19:16:00.1975277Z [00:02:03.594]➜  		"metadatas/push/CheckCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CheckCertificate.json",
2025-08-20T19:16:00.1976136Z [00:02:03.594]➜  		"metadatas/push/CheckDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CheckDevice.json",
2025-08-20T19:16:00.1977005Z [00:02:03.594]➜  		"metadatas/push/CheckDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CheckDevices.json",
2025-08-20T19:16:00.1978114Z [00:02:03.594]➜  		"metadatas/push/CompleteContinuouslyPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CompleteContinuouslyPush.json",
2025-08-20T19:16:00.1979092Z [00:02:03.594]➜  		"metadatas/push/ContinuouslyPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/ContinuouslyPush.json",
2025-08-20T19:16:00.1980196Z [00:02:03.594]➜  		"metadatas/push/ListSummaryApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/ListSummaryApps.json",
2025-08-20T19:16:00.1981069Z [00:02:03.594]➜  		"metadatas/push/ListTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/ListTags.json",
2025-08-20T19:16:00.1981898Z [00:02:03.594]➜  		"metadatas/push/MassPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/MassPush.json",
2025-08-20T19:16:00.1982832Z [00:02:03.594]➜  		"metadatas/push/Push.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/Push.json",
2025-08-20T19:16:00.1983916Z [00:02:03.594]➜  		"metadatas/push/PushMessageToAndroid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/PushMessageToAndroid.json",
2025-08-20T19:16:00.1984904Z [00:02:03.594]➜  		"metadatas/push/PushMessageToiOS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/PushMessageToiOS.json",
2025-08-20T19:16:00.1985962Z [00:02:03.594]➜  		"metadatas/push/PushNoticeToAndroid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/PushNoticeToAndroid.json",
2025-08-20T19:16:00.1987091Z [00:02:03.594]➜  		"metadatas/push/PushNoticeToiOS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/PushNoticeToiOS.json",
2025-08-20T19:16:00.1988063Z [00:02:03.594]➜  		"metadatas/push/QueryAliases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryAliases.json",
2025-08-20T19:16:00.1989026Z [00:02:03.594]➜  		"metadatas/push/QueryDeviceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryDeviceInfo.json",
2025-08-20T19:16:00.1989991Z [00:02:03.594]➜  		"metadatas/push/QueryDeviceStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryDeviceStat.json",
2025-08-20T19:16:00.1991058Z [00:02:03.594]➜  		"metadatas/push/QueryDevicesByAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryDevicesByAccount.json",
2025-08-20T19:16:00.1992112Z [00:02:03.594]➜  		"metadatas/push/QueryDevicesByAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryDevicesByAlias.json",
2025-08-20T19:16:00.1993280Z [00:02:03.594]➜  		"metadatas/push/QueryPushRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryPushRecords.json",
2025-08-20T19:16:00.1994501Z [00:02:03.594]➜  		"metadatas/push/QueryPushStatByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryPushStatByApp.json",
2025-08-20T19:16:00.1995488Z [00:02:03.594]➜  		"metadatas/push/QueryPushStatByMsg.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryPushStatByMsg.json",
2025-08-20T19:16:00.1996351Z [00:02:03.594]➜  		"metadatas/push/QueryTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryTags.json",
2025-08-20T19:16:00.1997424Z [00:02:03.594]➜  		"metadatas/push/QueryUniqueDeviceStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryUniqueDeviceStat.json",
2025-08-20T19:16:00.1998478Z [00:02:03.594]➜  		"metadatas/push/RemoveTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/RemoveTag.json",
2025-08-20T19:16:00.1999401Z [00:02:03.594]➜  		"metadatas/push/UnbindAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/UnbindAlias.json",
2025-08-20T19:16:00.2000318Z [00:02:03.594]➜  		"metadatas/push/UnbindPhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/UnbindPhone.json",
2025-08-20T19:16:00.2001163Z [00:02:03.594]➜  		"metadatas/push/UnbindTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/UnbindTag.json",
2025-08-20T19:16:00.2002097Z [00:02:03.594]➜  		"metadatas/pvtz/AddCustomLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddCustomLine.json",
2025-08-20T19:16:00.2003332Z [00:02:03.594]➜  		"metadatas/pvtz/AddResolverEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddResolverEndpoint.json",
2025-08-20T19:16:00.2004433Z [00:02:03.594]➜  		"metadatas/pvtz/AddResolverRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddResolverRule.json",
2025-08-20T19:16:00.2005575Z [00:02:03.594]➜  		"metadatas/pvtz/AddUserVpcAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddUserVpcAuthorization.json",
2025-08-20T19:16:00.2006403Z [00:02:03.594]➜  		"metadatas/pvtz/AddZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddZone.json",
2025-08-20T19:16:00.2007316Z [00:02:03.594]➜  		"metadatas/pvtz/AddZoneRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddZoneRecord.json",
2025-08-20T19:16:00.2008359Z [00:02:03.594]➜  		"metadatas/pvtz/BindResolverRuleVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/BindResolverRuleVpc.json",
2025-08-20T19:16:00.2009251Z [00:02:03.594]➜  		"metadatas/pvtz/BindZoneVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/BindZoneVpc.json",
2025-08-20T19:16:00.2010272Z [00:02:03.594]➜  		"metadatas/pvtz/ChangeZoneDnsGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/ChangeZoneDnsGroup.json",
2025-08-20T19:16:00.2011397Z [00:02:03.594]➜  		"metadatas/pvtz/CheckZoneName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/CheckZoneName.json",
2025-08-20T19:16:00.2012610Z [00:02:03.594]➜  		"metadatas/pvtz/DeleteCustomLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteCustomLine.json",
2025-08-20T19:16:00.2013776Z [00:02:03.594]➜  		"metadatas/pvtz/DeleteResolverEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteResolverEndpoint.json",
2025-08-20T19:16:00.2014782Z [00:02:03.594]➜  		"metadatas/pvtz/DeleteResolverRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteResolverRule.json",
2025-08-20T19:16:00.2015968Z [00:02:03.594]➜  		"metadatas/pvtz/DeleteUserVpcAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteUserVpcAuthorization.json",
2025-08-20T19:16:00.2016860Z [00:02:03.594]➜  		"metadatas/pvtz/DeleteZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteZone.json",
2025-08-20T19:16:00.2017985Z [00:02:03.594]➜  		"metadatas/pvtz/DeleteZoneRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteZoneRecord.json",
2025-08-20T19:16:00.2018994Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeChangeLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeChangeLogs.json",
2025-08-20T19:16:00.2020084Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeCustomLineInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeCustomLineInfo.json",
2025-08-20T19:16:00.2021153Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeCustomLines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeCustomLines.json",
2025-08-20T19:16:00.2022344Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeRegions.json",
2025-08-20T19:16:00.2023684Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeRequestGraph.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeRequestGraph.json",
2025-08-20T19:16:00.2024943Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeResolverAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverAvailableZones.json",
2025-08-20T19:16:00.2026102Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeResolverEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverEndpoint.json",
2025-08-20T19:16:00.2027254Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeResolverEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverEndpoints.json",
2025-08-20T19:16:00.2028485Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeResolverRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverRule.json",
2025-08-20T19:16:00.2029592Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeResolverRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverRules.json",
2025-08-20T19:16:00.2030754Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeStatisticSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeStatisticSummary.json",
2025-08-20T19:16:00.2031881Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeSyncEcsHostTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeSyncEcsHostTask.json",
2025-08-20T19:16:00.2032977Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeTags.json",
2025-08-20T19:16:00.2034121Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeUserServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeUserServiceStatus.json",
2025-08-20T19:16:00.2035382Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeUserVpcAuthorizations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeUserVpcAuthorizations.json",
2025-08-20T19:16:00.2036524Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeZoneInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZoneInfo.json",
2025-08-20T19:16:00.2037531Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeZoneRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZoneRecord.json",
2025-08-20T19:16:00.2038551Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeZoneRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZoneRecords.json",
2025-08-20T19:16:00.2039565Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeZoneVpcTree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZoneVpcTree.json",
2025-08-20T19:16:00.2040499Z [00:02:03.594]➜  		"metadatas/pvtz/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZones.json",
2025-08-20T19:16:00.2041481Z [00:02:03.594]➜  		"metadatas/pvtz/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/ListTagResources.json",
2025-08-20T19:16:00.2042845Z [00:02:03.594]➜  		"metadatas/pvtz/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/MoveResourceGroup.json",
2025-08-20T19:16:00.2043834Z [00:02:03.594]➜  		"metadatas/pvtz/SearchCustomLines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/SearchCustomLines.json",
2025-08-20T19:16:00.2052625Z [00:02:03.594]➜  		"metadatas/pvtz/SetProxyPattern.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/SetProxyPattern.json",
2025-08-20T19:16:00.2053739Z [00:02:03.594]➜  		"metadatas/pvtz/SetZoneRecordStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/SetZoneRecordStatus.json",
2025-08-20T19:16:00.2054663Z [00:02:03.594]➜  		"metadatas/pvtz/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/TagResources.json",
2025-08-20T19:16:00.2055758Z [00:02:03.594]➜  		"metadatas/pvtz/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UntagResources.json",
2025-08-20T19:16:00.2056712Z [00:02:03.594]➜  		"metadatas/pvtz/UpdateCustomLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateCustomLine.json",
2025-08-20T19:16:00.2057685Z [00:02:03.594]➜  		"metadatas/pvtz/UpdateRecordRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateRecordRemark.json",
2025-08-20T19:16:00.2058746Z [00:02:03.594]➜  		"metadatas/pvtz/UpdateResolverEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateResolverEndpoint.json",
2025-08-20T19:16:00.2059719Z [00:02:03.594]➜  		"metadatas/pvtz/UpdateResolverRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateResolverRule.json",
2025-08-20T19:16:00.2060852Z [00:02:03.594]➜  		"metadatas/pvtz/UpdateSyncEcsHostTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateSyncEcsHostTask.json",
2025-08-20T19:16:00.2061941Z [00:02:03.594]➜  		"metadatas/pvtz/UpdateZoneRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateZoneRecord.json",
2025-08-20T19:16:00.2063057Z [00:02:03.594]➜  		"metadatas/pvtz/UpdateZoneRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateZoneRemark.json",
2025-08-20T19:16:00.2064034Z [00:02:03.594]➜  		"metadatas/quotas/CreateQuotaAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/CreateQuotaAlarm.json",
2025-08-20T19:16:00.2065121Z [00:02:03.594]➜  		"metadatas/quotas/CreateQuotaApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/CreateQuotaApplication.json",
2025-08-20T19:16:00.2066465Z [00:02:03.594]➜  		"metadatas/quotas/CreateQuotaApplicationsForTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/CreateQuotaApplicationsForTemplate.json",
2025-08-20T19:16:00.2067580Z [00:02:03.594]➜  		"metadatas/quotas/CreateTemplateQuotaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/CreateTemplateQuotaItem.json",
2025-08-20T19:16:00.2068553Z [00:02:03.594]➜  		"metadatas/quotas/DeleteQuotaAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/DeleteQuotaAlarm.json",
2025-08-20T19:16:00.2069646Z [00:02:03.594]➜  		"metadatas/quotas/DeleteTemplateQuotaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/DeleteTemplateQuotaItem.json",
2025-08-20T19:16:00.2070592Z [00:02:03.594]➜  		"metadatas/quotas/GetProductQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetProductQuota.json",
2025-08-20T19:16:00.2071711Z [00:02:03.594]➜  		"metadatas/quotas/GetProductQuotaDimension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetProductQuotaDimension.json",
2025-08-20T19:16:00.2072790Z [00:02:03.594]➜  		"metadatas/quotas/GetQuotaAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetQuotaAlarm.json",
2025-08-20T19:16:00.2073990Z [00:02:03.594]➜  		"metadatas/quotas/GetQuotaApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetQuotaApplication.json",
2025-08-20T19:16:00.2075188Z [00:02:03.594]➜  		"metadatas/quotas/GetQuotaApplicationApproval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetQuotaApplicationApproval.json",
2025-08-20T19:16:00.2076430Z [00:02:03.594]➜  		"metadatas/quotas/GetQuotaTemplateServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetQuotaTemplateServiceStatus.json",
2025-08-20T19:16:00.2077439Z [00:02:03.594]➜  		"metadatas/quotas/ListAlarmHistories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListAlarmHistories.json",
2025-08-20T19:16:00.2078483Z [00:02:03.594]➜  		"metadatas/quotas/ListDependentQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListDependentQuotas.json",
2025-08-20T19:16:00.2079817Z [00:02:03.594]➜  		"metadatas/quotas/ListProductDimensionGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListProductDimensionGroups.json",
2025-08-20T19:16:00.2081010Z [00:02:03.594]➜  		"metadatas/quotas/ListProductQuotaDimensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListProductQuotaDimensions.json",
2025-08-20T19:16:00.2082039Z [00:02:03.594]➜  		"metadatas/quotas/ListProductQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListProductQuotas.json",
2025-08-20T19:16:00.2083174Z [00:02:03.594]➜  		"metadatas/quotas/ListProducts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListProducts.json",
2025-08-20T19:16:00.2084159Z [00:02:03.594]➜  		"metadatas/quotas/ListQuotaAlarms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaAlarms.json",
2025-08-20T19:16:00.2085644Z [00:02:03.594]➜  		"metadatas/quotas/ListQuotaApplicationTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaApplicationTemplates.json",
2025-08-20T19:16:00.2086751Z [00:02:03.594]➜  		"metadatas/quotas/ListQuotaApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaApplications.json",
2025-08-20T19:16:00.2088184Z [00:02:03.594]➜  		"metadatas/quotas/ListQuotaApplicationsDetailForTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaApplicationsDetailForTemplate.json",
2025-08-20T19:16:00.2089496Z [00:02:03.594]➜  		"metadatas/quotas/ListQuotaApplicationsForTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaApplicationsForTemplate.json",
2025-08-20T19:16:00.2090797Z [00:02:03.594]➜  		"metadatas/quotas/ModifyQuotaTemplateServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ModifyQuotaTemplateServiceStatus.json",
2025-08-20T19:16:00.2091961Z [00:02:03.594]➜  		"metadatas/quotas/ModifyTemplateQuotaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ModifyTemplateQuotaItem.json",
2025-08-20T19:16:00.2093421Z [00:02:03.594]➜  		"metadatas/quotas/RemindQuotaApplicationApproval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/RemindQuotaApplicationApproval.json",
2025-08-20T19:16:00.2094414Z [00:02:03.594]➜  		"metadatas/quotas/UpdateQuotaAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/UpdateQuotaAlarm.json",
2025-08-20T19:16:00.2095417Z [00:02:03.594]➜  		"metadatas/r-kvstore/AddShardingNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/AddShardingNode.json",
2025-08-20T19:16:00.2096585Z [00:02:03.594]➜  		"metadatas/r-kvstore/AllocateDirectConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/AllocateDirectConnection.json",
2025-08-20T19:16:00.2097957Z [00:02:03.594]➜  		"metadatas/r-kvstore/AllocateInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/AllocateInstancePublicConnection.json",
2025-08-20T19:16:00.2099341Z [00:02:03.594]➜  		"metadatas/r-kvstore/CancelActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CancelActiveOperationTasks.json",
2025-08-20T19:16:00.2100610Z [00:02:03.594]➜  		"metadatas/r-kvstore/CheckCloudResourceAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CheckCloudResourceAuthorized.json",
2025-08-20T19:16:00.2101612Z [00:02:03.594]➜  		"metadatas/r-kvstore/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateAccount.json",
2025-08-20T19:16:00.2102730Z [00:02:03.594]➜  		"metadatas/r-kvstore/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateBackup.json",
2025-08-20T19:16:00.2104095Z [00:02:03.594]➜  		"metadatas/r-kvstore/CreateCacheAnalysisTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateCacheAnalysisTask.json",
2025-08-20T19:16:00.2105368Z [00:02:03.594]➜  		"metadatas/r-kvstore/CreateGlobalDistributeCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateGlobalDistributeCache.json",
2025-08-20T19:16:00.2106609Z [00:02:03.594]➜  		"metadatas/r-kvstore/CreateGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:16:00.2107631Z [00:02:03.594]➜  		"metadatas/r-kvstore/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateInstance.json",
2025-08-20T19:16:00.2108637Z [00:02:03.594]➜  		"metadatas/r-kvstore/CreateInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateInstances.json",
2025-08-20T19:16:00.2109921Z [00:02:03.594]➜  		"metadatas/r-kvstore/CreateParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateParameterGroup.json",
2025-08-20T19:16:00.2111171Z [00:02:03.594]➜  		"metadatas/r-kvstore/CreateTairInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateTairInstance.json",
2025-08-20T19:16:00.2112287Z [00:02:03.594]➜  		"metadatas/r-kvstore/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteAccount.json",
2025-08-20T19:16:00.2113453Z [00:02:03.594]➜  		"metadatas/r-kvstore/DeleteBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteBackup.json",
2025-08-20T19:16:00.2114706Z [00:02:03.594]➜  		"metadatas/r-kvstore/DeleteGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:16:00.2115689Z [00:02:03.594]➜  		"metadatas/r-kvstore/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteInstance.json",
2025-08-20T19:16:00.2116805Z [00:02:03.594]➜  		"metadatas/r-kvstore/DeleteParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteParameterGroup.json",
2025-08-20T19:16:00.2117852Z [00:02:03.594]➜  		"metadatas/r-kvstore/DeleteShardingNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteShardingNode.json",
2025-08-20T19:16:00.2118855Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeAccounts.json",
2025-08-20T19:16:00.2120071Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeActiveOperationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeActiveOperationTask.json",
2025-08-20T19:16:00.2121292Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeActiveOperationTasks.json",
2025-08-20T19:16:00.2122597Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeAuditLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeAuditLogConfig.json",
2025-08-20T19:16:00.2123802Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeAuditRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeAuditRecords.json",
2025-08-20T19:16:00.2124896Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeAvailableResource.json",
2025-08-20T19:16:00.2125909Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeBackupPolicy.json",
2025-08-20T19:16:00.2127019Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeBackupTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeBackupTasks.json",
2025-08-20T19:16:00.2128242Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeBackups.json",
2025-08-20T19:16:00.2129538Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeCacheAnalysisReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeCacheAnalysisReport.json",
2025-08-20T19:16:00.2130904Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeCacheAnalysisReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeCacheAnalysisReportList.json",
2025-08-20T19:16:00.2132098Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeClusterBackupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeClusterBackupList.json",
2025-08-20T19:16:00.2133491Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeClusterMemberInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeClusterMemberInfo.json",
2025-08-20T19:16:00.2134832Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeDBInstanceNetInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeDBInstanceNetInfo.json",
2025-08-20T19:16:00.2136231Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeDBNodeDirectVipInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeDBNodeDirectVipInfo.json",
2025-08-20T19:16:00.2137675Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeDedicatedClusterInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeDedicatedClusterInstanceList.json",
2025-08-20T19:16:00.2138805Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeEncryptionKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeEncryptionKey.json",
2025-08-20T19:16:00.2140000Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeEncryptionKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeEncryptionKeyList.json",
2025-08-20T19:16:00.2141145Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeEngineVersion.json",
2025-08-20T19:16:00.2142598Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeGlobalDistributeCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeGlobalDistributeCache.json",
2025-08-20T19:16:00.2143897Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:16:00.2145321Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:16:00.2146591Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeHistoryMonitorValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeHistoryMonitorValues.json",
2025-08-20T19:16:00.2147686Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeHistoryTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeHistoryTasks.json",
2025-08-20T19:16:00.2149026Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceAttribute.json",
2025-08-20T19:16:00.2150411Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:16:00.2151535Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceConfig.json",
2025-08-20T19:16:00.2152831Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceSSL.json",
2025-08-20T19:16:00.2154280Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeInstanceTDEStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceTDEStatus.json",
2025-08-20T19:16:00.2155327Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstances.json",
2025-08-20T19:16:00.2156533Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeInstancesOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstancesOverview.json",
2025-08-20T19:16:00.2157749Z [00:02:03.594]➜  		"metadatas/r-kvstore/DescribeIntranetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeIntranetAttribute.json",
2025-08-20T19:16:00.2159023Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeLogicInstanceTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeLogicInstanceTopology.json",
2025-08-20T19:16:00.2160323Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeMonitorItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeMonitorItems.json",
2025-08-20T19:16:00.2161492Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterGroup.json",
2025-08-20T19:16:00.2163052Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeParameterGroupSupportParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterGroupSupportParam.json",
2025-08-20T19:16:00.2164413Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeParameterGroupTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterGroupTemplateList.json",
2025-08-20T19:16:00.2165560Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeParameterGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterGroups.json",
2025-08-20T19:16:00.2166962Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeParameterModificationHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterModificationHistory.json",
2025-08-20T19:16:00.2168161Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeParameterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterTemplates.json",
2025-08-20T19:16:00.2169209Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameters.json",
2025-08-20T19:16:00.2170153Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribePrice.json",
2025-08-20T19:16:00.2171149Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeRegions.json",
2025-08-20T19:16:00.2172241Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeRoleZoneInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeRoleZoneInfo.json",
2025-08-20T19:16:00.2173728Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeRunningLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeRunningLogRecords.json",
2025-08-20T19:16:00.2175103Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeSecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:16:00.2176159Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeSecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeSecurityIps.json",
2025-08-20T19:16:00.2177274Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeSlowLogRecords.json",
2025-08-20T19:16:00.2178339Z [00:02:03.595]➜  		"metadatas/r-kvstore/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeZones.json",
2025-08-20T19:16:00.2179535Z [00:02:03.595]➜  		"metadatas/r-kvstore/EnableAdditionalBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/EnableAdditionalBandwidth.json",
2025-08-20T19:16:00.2180492Z [00:02:03.595]➜  		"metadatas/r-kvstore/FlushExpireKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/FlushExpireKeys.json",
2025-08-20T19:16:00.2181453Z [00:02:03.595]➜  		"metadatas/r-kvstore/FlushInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/FlushInstance.json",
2025-08-20T19:16:00.2182645Z [00:02:03.595]➜  		"metadatas/r-kvstore/FlushInstanceForDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/FlushInstanceForDB.json",
2025-08-20T19:16:00.2183844Z [00:02:03.595]➜  		"metadatas/r-kvstore/GrantAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/GrantAccountPrivilege.json",
2025-08-20T19:16:00.2185177Z [00:02:03.595]➜  		"metadatas/r-kvstore/InitializeKvstorePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/InitializeKvstorePermission.json",
2025-08-20T19:16:00.2186238Z [00:02:03.595]➜  		"metadatas/r-kvstore/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ListTagResources.json",
2025-08-20T19:16:00.2187302Z [00:02:03.595]➜  		"metadatas/r-kvstore/LockDBInstanceWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/LockDBInstanceWrite.json",
2025-08-20T19:16:00.2188518Z [00:02:03.595]➜  		"metadatas/r-kvstore/MasterNodeShutDownFailOver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/MasterNodeShutDownFailOver.json",
2025-08-20T19:16:00.2189621Z [00:02:03.595]➜  		"metadatas/r-kvstore/MigrateToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/MigrateToOtherZone.json",
2025-08-20T19:16:00.2190811Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyAccountDescription.json",
2025-08-20T19:16:00.2191940Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyAccountPassword.json",
2025-08-20T19:16:00.2193335Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyActiveOperationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyActiveOperationTask.json",
2025-08-20T19:16:00.2194560Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyActiveOperationTasks.json",
2025-08-20T19:16:00.2195630Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyAuditLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyAuditLogConfig.json",
2025-08-20T19:16:00.2196795Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyBackupExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyBackupExpireTime.json",
2025-08-20T19:16:00.2198024Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyBackupPolicy.json",
2025-08-20T19:16:00.2199288Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyDBInstanceAutoUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyDBInstanceAutoUpgrade.json",
2025-08-20T19:16:00.2200595Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyDBInstanceConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyDBInstanceConnectionString.json",
2025-08-20T19:16:00.2201827Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:16:00.2203447Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyGlobalSecurityIPGroupName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:16:00.2204856Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:16:00.2206046Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceAttribute.json",
2025-08-20T19:16:00.2207424Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:16:00.2208711Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyInstanceBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceBandwidth.json",
2025-08-20T19:16:00.2209912Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceConfig.json",
2025-08-20T19:16:00.2211131Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceMaintainTime.json",
2025-08-20T19:16:00.2212542Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyInstanceMajorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceMajorVersion.json",
2025-08-20T19:16:00.2213755Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyInstanceMinorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceMinorVersion.json",
2025-08-20T19:16:00.2215006Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyInstanceNetExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceNetExpireTime.json",
2025-08-20T19:16:00.2216196Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyInstanceParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceParameter.json",
2025-08-20T19:16:00.2217257Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceSSL.json",
2025-08-20T19:16:00.2218301Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceSpec.json",
2025-08-20T19:16:00.2219323Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceTDE.json",
2025-08-20T19:16:00.2220534Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyInstanceVpcAuthMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceVpcAuthMode.json",
2025-08-20T19:16:00.2221696Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyIntranetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyIntranetAttribute.json",
2025-08-20T19:16:00.2223105Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyParameterGroup.json",
2025-08-20T19:16:00.2224186Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyResourceGroup.json",
2025-08-20T19:16:00.2225386Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifySecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifySecurityGroupConfiguration.json",
2025-08-20T19:16:00.2226338Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifySecurityIps.json",
2025-08-20T19:16:00.2227545Z [00:02:03.595]➜  		"metadatas/r-kvstore/ModifyTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyTaskInfo.json",
2025-08-20T19:16:00.2228674Z [00:02:03.595]➜  		"metadatas/r-kvstore/ReleaseDirectConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ReleaseDirectConnection.json",
2025-08-20T19:16:00.2230004Z [00:02:03.595]➜  		"metadatas/r-kvstore/ReleaseInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ReleaseInstancePublicConnection.json",
2025-08-20T19:16:00.2231049Z [00:02:03.595]➜  		"metadatas/r-kvstore/RemoveSubInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RemoveSubInstance.json",
2025-08-20T19:16:00.2232188Z [00:02:03.595]➜  		"metadatas/r-kvstore/RenewAdditionalBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RenewAdditionalBandwidth.json",
2025-08-20T19:16:00.2233501Z [00:02:03.595]➜  		"metadatas/r-kvstore/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RenewInstance.json",
2025-08-20T19:16:00.2234791Z [00:02:03.595]➜  		"metadatas/r-kvstore/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ResetAccountPassword.json",
2025-08-20T19:16:00.2235844Z [00:02:03.595]➜  		"metadatas/r-kvstore/RestartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RestartInstance.json",
2025-08-20T19:16:00.2236907Z [00:02:03.595]➜  		"metadatas/r-kvstore/RestoreInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RestoreInstance.json",
2025-08-20T19:16:00.2237954Z [00:02:03.595]➜  		"metadatas/r-kvstore/SwitchInstanceHA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SwitchInstanceHA.json",
2025-08-20T19:16:00.2239125Z [00:02:03.595]➜  		"metadatas/r-kvstore/SwitchInstanceProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SwitchInstanceProxy.json",
2025-08-20T19:16:00.2240387Z [00:02:03.595]➜  		"metadatas/r-kvstore/SwitchInstanceZoneFailOver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SwitchInstanceZoneFailOver.json",
2025-08-20T19:16:00.2241402Z [00:02:03.595]➜  		"metadatas/r-kvstore/SwitchNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SwitchNetwork.json",
2025-08-20T19:16:00.2242363Z [00:02:03.595]➜  		"metadatas/r-kvstore/SyncDtsStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SyncDtsStatus.json",
2025-08-20T19:16:00.2243550Z [00:02:03.595]➜  		"metadatas/r-kvstore/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/TagResources.json",
2025-08-20T19:16:00.2244782Z [00:02:03.595]➜  		"metadatas/r-kvstore/TransformInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/TransformInstanceChargeType.json",
2025-08-20T19:16:00.2245897Z [00:02:03.595]➜  		"metadatas/r-kvstore/TransformToPrePaid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/TransformToPrePaid.json",
2025-08-20T19:16:00.2247234Z [00:02:03.595]➜  		"metadatas/r-kvstore/UnlockDBInstanceWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/UnlockDBInstanceWrite.json",
2025-08-20T19:16:00.2248237Z [00:02:03.595]➜  		"metadatas/r-kvstore/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/UntagResources.json",
2025-08-20T19:16:00.2249517Z [00:02:03.595]➜  		"metadatas/rai/BatchContentAsyncDetect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/BatchContentAsyncDetect.json",
2025-08-20T19:16:00.2250846Z [00:02:03.595]➜  		"metadatas/rai/BatchContentSyncDetect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/BatchContentSyncDetect.json",
2025-08-20T19:16:00.2252325Z [00:02:03.595]➜  		"metadatas/rai/CheckAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/CheckAccount.json",
2025-08-20T19:16:00.2253835Z [00:02:03.595]➜  		"metadatas/rai/ContentAsyncDetect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ContentAsyncDetect.json",
2025-08-20T19:16:00.2254860Z [00:02:03.595]➜  		"metadatas/rai/ContentSyncDetect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ContentSyncDetect.json",
2025-08-20T19:16:00.2255780Z [00:02:03.595]➜  		"metadatas/rai/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/CreatePolicy.json",
2025-08-20T19:16:00.2256688Z [00:02:03.595]➜  		"metadatas/rai/CreateTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/CreateTopic.json",
2025-08-20T19:16:00.2257631Z [00:02:03.595]➜  		"metadatas/rai/CreateWordGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/CreateWordGroup.json",
2025-08-20T19:16:00.2258742Z [00:02:03.595]➜  		"metadatas/rai/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/DeletePolicy.json",
2025-08-20T19:16:00.2259745Z [00:02:03.595]➜  		"metadatas/rai/DeleteTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/DeleteTopic.json",
2025-08-20T19:16:00.2260738Z [00:02:03.595]➜  		"metadatas/rai/DeleteWordGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/DeleteWordGroup.json",
2025-08-20T19:16:00.2261830Z [00:02:03.595]➜  		"metadatas/rai/GetContentDetectResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetContentDetectResult.json",
2025-08-20T19:16:00.2263328Z [00:02:03.595]➜  		"metadatas/rai/GetModelInputContentDetectResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetModelInputContentDetectResult.json",
2025-08-20T19:16:00.2264687Z [00:02:03.595]➜  		"metadatas/rai/GetModelOutputContentDetectResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetModelOutputContentDetectResult.json",
2025-08-20T19:16:00.2265785Z [00:02:03.595]➜  		"metadatas/rai/GetPolicyDefaultOptions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetPolicyDefaultOptions.json",
2025-08-20T19:16:00.2266705Z [00:02:03.595]➜  		"metadatas/rai/GetPolicyInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetPolicyInfo.json",
2025-08-20T19:16:00.2267508Z [00:02:03.595]➜  		"metadatas/rai/GetTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetTopic.json",
2025-08-20T19:16:00.2268401Z [00:02:03.595]➜  		"metadatas/rai/GetWordGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetWordGroup.json",
2025-08-20T19:16:00.2269244Z [00:02:03.595]➜  		"metadatas/rai/ListPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ListPolicy.json",
2025-08-20T19:16:00.2270058Z [00:02:03.595]➜  		"metadatas/rai/ListTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ListTopic.json",
2025-08-20T19:16:00.2270975Z [00:02:03.595]➜  		"metadatas/rai/ListWordGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ListWordGroup.json",
2025-08-20T19:16:00.2272293Z [00:02:03.595]➜  		"metadatas/rai/ModelInputContentAsyncDetect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ModelInputContentAsyncDetect.json",
2025-08-20T19:16:00.2273605Z [00:02:03.595]➜  		"metadatas/rai/ModelInputContentSyncDetect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ModelInputContentSyncDetect.json",
2025-08-20T19:16:00.2274786Z [00:02:03.595]➜  		"metadatas/rai/ModelOutputContentAsyncDetect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ModelOutputContentAsyncDetect.json",
2025-08-20T19:16:00.2275967Z [00:02:03.595]➜  		"metadatas/rai/ModelOutputContentSyncDetect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ModelOutputContentSyncDetect.json",
2025-08-20T19:16:00.2277027Z [00:02:03.595]➜  		"metadatas/rai/RegisterAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/RegisterAccount.json",
2025-08-20T19:16:00.2277921Z [00:02:03.595]➜  		"metadatas/rai/UpdatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/UpdatePolicy.json",
2025-08-20T19:16:00.2278795Z [00:02:03.595]➜  		"metadatas/rai/UpdateTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/UpdateTopic.json",
2025-08-20T19:16:00.2279745Z [00:02:03.595]➜  		"metadatas/rai/UpdateWordGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/UpdateWordGroup.json",
2025-08-20T19:16:00.2280665Z [00:02:03.595]➜  		"metadatas/ram/AddUserToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/AddUserToGroup.json",
2025-08-20T19:16:00.2281644Z [00:02:03.595]➜  		"metadatas/ram/AttachPolicyToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/AttachPolicyToGroup.json",
2025-08-20T19:16:00.2282902Z [00:02:03.595]➜  		"metadatas/ram/AttachPolicyToRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/AttachPolicyToRole.json",
2025-08-20T19:16:00.2284034Z [00:02:03.595]➜  		"metadatas/ram/AttachPolicyToUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/AttachPolicyToUser.json",
2025-08-20T19:16:00.2284924Z [00:02:03.595]➜  		"metadatas/ram/BindMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/BindMFADevice.json",
2025-08-20T19:16:00.2285834Z [00:02:03.595]➜  		"metadatas/ram/ChangePassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ChangePassword.json",
2025-08-20T19:16:00.2286723Z [00:02:03.595]➜  		"metadatas/ram/ClearAccountAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ClearAccountAlias.json",
2025-08-20T19:16:00.2287667Z [00:02:03.595]➜  		"metadatas/ram/CreateAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateAccessKey.json",
2025-08-20T19:16:00.2288533Z [00:02:03.595]➜  		"metadatas/ram/CreateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateGroup.json",
2025-08-20T19:16:00.2289539Z [00:02:03.595]➜  		"metadatas/ram/CreateLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateLoginProfile.json",
2025-08-20T19:16:00.2290412Z [00:02:03.595]➜  		"metadatas/ram/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreatePolicy.json",
2025-08-20T19:16:00.2291410Z [00:02:03.595]➜  		"metadatas/ram/CreatePolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreatePolicyVersion.json",
2025-08-20T19:16:00.2292215Z [00:02:03.595]➜  		"metadatas/ram/CreateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateRole.json",
2025-08-20T19:16:00.2293284Z [00:02:03.595]➜  		"metadatas/ram/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateUser.json",
2025-08-20T19:16:00.2294392Z [00:02:03.595]➜  		"metadatas/ram/CreateVirtualMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateVirtualMFADevice.json",
2025-08-20T19:16:00.2295653Z [00:02:03.595]➜  		"metadatas/ram/DecodeDiagnosticMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DecodeDiagnosticMessage.json",
2025-08-20T19:16:00.2296630Z [00:02:03.595]➜  		"metadatas/ram/DeleteAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteAccessKey.json",
2025-08-20T19:16:00.2297484Z [00:02:03.595]➜  		"metadatas/ram/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteGroup.json",
2025-08-20T19:16:00.2298456Z [00:02:03.595]➜  		"metadatas/ram/DeleteLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteLoginProfile.json",
2025-08-20T19:16:00.2299321Z [00:02:03.595]➜  		"metadatas/ram/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeletePolicy.json",
2025-08-20T19:16:00.2300489Z [00:02:03.595]➜  		"metadatas/ram/DeletePolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeletePolicyVersion.json",
2025-08-20T19:16:00.2301341Z [00:02:03.595]➜  		"metadatas/ram/DeleteRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteRole.json",
2025-08-20T19:16:00.2302162Z [00:02:03.595]➜  		"metadatas/ram/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteUser.json",
2025-08-20T19:16:00.2303347Z [00:02:03.595]➜  		"metadatas/ram/DeleteVirtualMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteVirtualMFADevice.json",
2025-08-20T19:16:00.2304407Z [00:02:03.595]➜  		"metadatas/ram/DetachPolicyFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DetachPolicyFromGroup.json",
2025-08-20T19:16:00.2305539Z [00:02:03.595]➜  		"metadatas/ram/DetachPolicyFromRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DetachPolicyFromRole.json",
2025-08-20T19:16:00.2306651Z [00:02:03.595]➜  		"metadatas/ram/DetachPolicyFromUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DetachPolicyFromUser.json",
2025-08-20T19:16:00.2307639Z [00:02:03.595]➜  		"metadatas/ram/GetAccessKeyLastUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetAccessKeyLastUsed.json",
2025-08-20T19:16:00.2308583Z [00:02:03.595]➜  		"metadatas/ram/GetAccountAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetAccountAlias.json",
2025-08-20T19:16:00.2309429Z [00:02:03.595]➜  		"metadatas/ram/GetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetGroup.json",
2025-08-20T19:16:00.2310390Z [00:02:03.595]➜  		"metadatas/ram/GetLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetLoginProfile.json",
2025-08-20T19:16:00.2311390Z [00:02:03.595]➜  		"metadatas/ram/GetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetPasswordPolicy.json",
2025-08-20T19:16:00.2312224Z [00:02:03.595]➜  		"metadatas/ram/GetPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetPolicy.json",
2025-08-20T19:16:00.2313325Z [00:02:03.595]➜  		"metadatas/ram/GetPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetPolicyVersion.json",
2025-08-20T19:16:00.2314099Z [00:02:03.595]➜  		"metadatas/ram/GetRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetRole.json",
2025-08-20T19:16:00.2315130Z [00:02:03.595]➜  		"metadatas/ram/GetSecurityPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetSecurityPreference.json",
2025-08-20T19:16:00.2315909Z [00:02:03.595]➜  		"metadatas/ram/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetUser.json",
2025-08-20T19:16:00.2316813Z [00:02:03.595]➜  		"metadatas/ram/GetUserMFAInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetUserMFAInfo.json",
2025-08-20T19:16:00.2317704Z [00:02:03.595]➜  		"metadatas/ram/ListAccessKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListAccessKeys.json",
2025-08-20T19:16:00.2318819Z [00:02:03.595]➜  		"metadatas/ram/ListEntitiesForPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListEntitiesForPolicy.json",
2025-08-20T19:16:00.2319614Z [00:02:03.595]➜  		"metadatas/ram/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListGroups.json",
2025-08-20T19:16:00.2320554Z [00:02:03.595]➜  		"metadatas/ram/ListGroupsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListGroupsForUser.json",
2025-08-20T19:16:00.2321424Z [00:02:03.595]➜  		"metadatas/ram/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPolicies.json",
2025-08-20T19:16:00.2322618Z [00:02:03.595]➜  		"metadatas/ram/ListPoliciesForGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPoliciesForGroup.json",
2025-08-20T19:16:00.2323710Z [00:02:03.595]➜  		"metadatas/ram/ListPoliciesForRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPoliciesForRole.json",
2025-08-20T19:16:00.2324711Z [00:02:03.595]➜  		"metadatas/ram/ListPoliciesForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPoliciesForUser.json",
2025-08-20T19:16:00.2325674Z [00:02:03.595]➜  		"metadatas/ram/ListPolicyVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPolicyVersions.json",
2025-08-20T19:16:00.2326456Z [00:02:03.595]➜  		"metadatas/ram/ListRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListRoles.json",
2025-08-20T19:16:00.2327355Z [00:02:03.595]➜  		"metadatas/ram/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListTagResources.json",
2025-08-20T19:16:00.2328305Z [00:02:03.595]➜  		"metadatas/ram/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListUsers.json",
2025-08-20T19:16:00.2329471Z [00:02:03.595]➜  		"metadatas/ram/ListUsersForGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListUsersForGroup.json",
2025-08-20T19:16:00.2330554Z [00:02:03.595]➜  		"metadatas/ram/ListVirtualMFADevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListVirtualMFADevices.json",
2025-08-20T19:16:00.2331553Z [00:02:03.595]➜  		"metadatas/ram/RemoveUserFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/RemoveUserFromGroup.json",
2025-08-20T19:16:00.2332607Z [00:02:03.595]➜  		"metadatas/ram/SetAccountAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/SetAccountAlias.json",
2025-08-20T19:16:00.2333695Z [00:02:03.595]➜  		"metadatas/ram/SetDefaultPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/SetDefaultPolicyVersion.json",
2025-08-20T19:16:00.2334670Z [00:02:03.595]➜  		"metadatas/ram/SetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/SetPasswordPolicy.json",
2025-08-20T19:16:00.2335711Z [00:02:03.595]➜  		"metadatas/ram/SetSecurityPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/SetSecurityPreference.json",
2025-08-20T19:16:00.2336565Z [00:02:03.595]➜  		"metadatas/ram/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/TagResources.json",
2025-08-20T19:16:00.2337472Z [00:02:03.595]➜  		"metadatas/ram/UnbindMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UnbindMFADevice.json",
2025-08-20T19:16:00.2338349Z [00:02:03.595]➜  		"metadatas/ram/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UntagResources.json",
2025-08-20T19:16:00.2339248Z [00:02:03.595]➜  		"metadatas/ram/UpdateAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateAccessKey.json",
2025-08-20T19:16:00.2340098Z [00:02:03.595]➜  		"metadatas/ram/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateGroup.json",
2025-08-20T19:16:00.2341219Z [00:02:03.595]➜  		"metadatas/ram/UpdateLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateLoginProfile.json",
2025-08-20T19:16:00.2342290Z [00:02:03.595]➜  		"metadatas/ram/UpdatePolicyDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdatePolicyDescription.json",
2025-08-20T19:16:00.2343251Z [00:02:03.595]➜  		"metadatas/ram/UpdateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateRole.json",
2025-08-20T19:16:00.2344025Z [00:02:03.595]➜  		"metadatas/ram/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateUser.json",
2025-08-20T19:16:00.2345263Z [00:02:03.595]➜  		"metadatas/rds/ActivateMigrationTargetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ActivateMigrationTargetInstance.json",
2025-08-20T19:16:00.2347585Z [00:02:03.595]➜  		"metadatas/rds/AddTagsToResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AddTagsToResource.json",
2025-08-20T19:16:00.2348903Z [00:02:03.595]➜  		"metadatas/rds/AllocateInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AllocateInstancePublicConnection.json",
2025-08-20T19:16:00.2350233Z [00:02:03.595]➜  		"metadatas/rds/AllocateReadWriteSplittingConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AllocateReadWriteSplittingConnection.json",
2025-08-20T19:16:00.2351491Z [00:02:03.595]➜  		"metadatas/rds/AssociateEipAddressWithRCInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AssociateEipAddressWithRCInstance.json",
2025-08-20T19:16:00.2352350Z [00:02:03.595]➜  		"metadatas/rds/AttachRCDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AttachRCDisk.json",
2025-08-20T19:16:00.2353603Z [00:02:03.595]➜  		"metadatas/rds/AttachRCInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AttachRCInstances.json",
2025-08-20T19:16:00.2354969Z [00:02:03.595]➜  		"metadatas/rds/AttachWhitelistTemplateToInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AttachWhitelistTemplateToInstance.json",
2025-08-20T19:16:00.2356077Z [00:02:03.595]➜  		"metadatas/rds/CalculateDBInstanceWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CalculateDBInstanceWeight.json",
2025-08-20T19:16:00.2357199Z [00:02:03.595]➜  		"metadatas/rds/CancelActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CancelActiveOperationTasks.json",
2025-08-20T19:16:00.2358290Z [00:02:03.595]➜  		"metadatas/rds/CheckAccountNameAvailable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckAccountNameAvailable.json",
2025-08-20T19:16:00.2359453Z [00:02:03.595]➜  		"metadatas/rds/CheckCloudResourceAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckCloudResourceAuthorized.json",
2025-08-20T19:16:00.2360506Z [00:02:03.596]➜  		"metadatas/rds/CheckCreateDdrDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckCreateDdrDBInstance.json",
2025-08-20T19:16:00.2361477Z [00:02:03.596]➜  		"metadatas/rds/CheckDBNameAvailable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckDBNameAvailable.json",
2025-08-20T19:16:00.2362598Z [00:02:03.596]➜  		"metadatas/rds/CheckInstanceExist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckInstanceExist.json",
2025-08-20T19:16:00.2363605Z [00:02:03.596]➜  		"metadatas/rds/CheckServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckServiceLinkedRole.json",
2025-08-20T19:16:00.2364499Z [00:02:03.596]➜  		"metadatas/rds/CloneDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CloneDBInstance.json",
2025-08-20T19:16:00.2365490Z [00:02:03.596]➜  		"metadatas/rds/CloneParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CloneParameterGroup.json",
2025-08-20T19:16:00.2366505Z [00:02:03.596]➜  		"metadatas/rds/ConfirmNotify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ConfirmNotify.json",
2025-08-20T19:16:00.2367350Z [00:02:03.596]➜  		"metadatas/rds/CopyDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CopyDatabase.json",
2025-08-20T19:16:00.2368496Z [00:02:03.596]➜  		"metadatas/rds/CopyDatabaseBetweenInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CopyDatabaseBetweenInstances.json",
2025-08-20T19:16:00.2369321Z [00:02:03.596]➜  		"metadatas/rds/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateAccount.json",
2025-08-20T19:16:00.2370129Z [00:02:03.596]➜  		"metadatas/rds/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateBackup.json",
2025-08-20T19:16:00.2371438Z [00:02:03.596]➜  		"metadatas/rds/CreateCloudMigrationPrecheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateCloudMigrationPrecheckTask.json",
2025-08-20T19:16:00.2372679Z [00:02:03.596]➜  		"metadatas/rds/CreateCloudMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateCloudMigrationTask.json",
2025-08-20T19:16:00.2373590Z [00:02:03.596]➜  		"metadatas/rds/CreateDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstance.json",
2025-08-20T19:16:00.2374660Z [00:02:03.596]➜  		"metadatas/rds/CreateDBInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstanceEndpoint.json",
2025-08-20T19:16:00.2375882Z [00:02:03.596]➜  		"metadatas/rds/CreateDBInstanceEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstanceEndpointAddress.json",
2025-08-20T19:16:00.2377272Z [00:02:03.596]➜  		"metadatas/rds/CreateDBInstanceForRebuild.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstanceForRebuild.json",
2025-08-20T19:16:00.2378525Z [00:02:03.596]➜  		"metadatas/rds/CreateDBInstanceSecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstanceSecurityGroupRule.json",
2025-08-20T19:16:00.2379244Z [00:02:03.596]➜  		"metadatas/rds/CreateDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBNodes.json",
2025-08-20T19:16:00.2380241Z [00:02:03.596]➜  		"metadatas/rds/CreateDBProxyEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBProxyEndpointAddress.json",
2025-08-20T19:16:00.2381034Z [00:02:03.596]➜  		"metadatas/rds/CreateDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDatabase.json",
2025-08-20T19:16:00.2381856Z [00:02:03.596]➜  		"metadatas/rds/CreateDdrInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDdrInstance.json",
2025-08-20T19:16:00.2382872Z [00:02:03.596]➜  		"metadatas/rds/CreateGADInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateGADInstance.json",
2025-08-20T19:16:00.2383862Z [00:02:03.596]➜  		"metadatas/rds/CreateGadInstanceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateGadInstanceMember.json",
2025-08-20T19:16:00.2384785Z [00:02:03.596]➜  		"metadatas/rds/CreateMigrateTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateMigrateTask.json",
2025-08-20T19:16:00.2385883Z [00:02:03.596]➜  		"metadatas/rds/CreateOnlineDatabaseTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateOnlineDatabaseTask.json",
2025-08-20T19:16:00.2386991Z [00:02:03.596]➜  		"metadatas/rds/CreateOrderForDeleteDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateOrderForDeleteDBNodes.json",
2025-08-20T19:16:00.2388003Z [00:02:03.596]➜  		"metadatas/rds/CreateParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateParameterGroup.json",
2025-08-20T19:16:00.2389209Z [00:02:03.596]➜  		"metadatas/rds/CreatePostgresExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreatePostgresExtensions.json",
2025-08-20T19:16:00.2390108Z [00:02:03.596]➜  		"metadatas/rds/CreateRCSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateRCSnapshot.json",
2025-08-20T19:16:00.2391152Z [00:02:03.596]➜  		"metadatas/rds/CreateReadOnlyDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateReadOnlyDBInstance.json",
2025-08-20T19:16:00.2392138Z [00:02:03.596]➜  		"metadatas/rds/CreateReplicationLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateReplicationLink.json",
2025-08-20T19:16:00.2393209Z [00:02:03.596]➜  		"metadatas/rds/CreateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateSecret.json",
2025-08-20T19:16:00.2394414Z [00:02:03.596]➜  		"metadatas/rds/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateServiceLinkedRole.json",
2025-08-20T19:16:00.2395419Z [00:02:03.596]➜  		"metadatas/rds/CreateTempDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateTempDBInstance.json",
2025-08-20T19:16:00.2396398Z [00:02:03.596]➜  		"metadatas/rds/CreateYouhuiForOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateYouhuiForOrder.json",
2025-08-20T19:16:00.2397299Z [00:02:03.596]➜  		"metadatas/rds/DeleteADSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteADSetting.json",
2025-08-20T19:16:00.2398145Z [00:02:03.596]➜  		"metadatas/rds/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteAccount.json",
2025-08-20T19:16:00.2399134Z [00:02:03.596]➜  		"metadatas/rds/DeleteBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteBackup.json",
2025-08-20T19:16:00.2400145Z [00:02:03.596]➜  		"metadatas/rds/DeleteBackupFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteBackupFile.json",
2025-08-20T19:16:00.2401072Z [00:02:03.596]➜  		"metadatas/rds/DeleteDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBInstance.json",
2025-08-20T19:16:00.2402138Z [00:02:03.596]➜  		"metadatas/rds/DeleteDBInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBInstanceEndpoint.json",
2025-08-20T19:16:00.2403524Z [00:02:03.596]➜  		"metadatas/rds/DeleteDBInstanceEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBInstanceEndpointAddress.json",
2025-08-20T19:16:00.2404792Z [00:02:03.596]➜  		"metadatas/rds/DeleteDBInstanceSecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBInstanceSecurityGroupRule.json",
2025-08-20T19:16:00.2405674Z [00:02:03.596]➜  		"metadatas/rds/DeleteDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBNodes.json",
2025-08-20T19:16:00.2406937Z [00:02:03.596]➜  		"metadatas/rds/DeleteDBProxyEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBProxyEndpointAddress.json",
2025-08-20T19:16:00.2407810Z [00:02:03.596]➜  		"metadatas/rds/DeleteDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDatabase.json",
2025-08-20T19:16:00.2408759Z [00:02:03.596]➜  		"metadatas/rds/DeleteGadInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteGadInstance.json",
2025-08-20T19:16:00.2409755Z [00:02:03.596]➜  		"metadatas/rds/DeleteParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteParameterGroup.json",
2025-08-20T19:16:00.2410830Z [00:02:03.596]➜  		"metadatas/rds/DeletePostgresExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeletePostgresExtensions.json",
2025-08-20T19:16:00.2412039Z [00:02:03.596]➜  		"metadatas/rds/DeleteRCClusterNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteRCClusterNodes.json",
2025-08-20T19:16:00.2413048Z [00:02:03.596]➜  		"metadatas/rds/DeleteRCDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteRCDisk.json",
2025-08-20T19:16:00.2413958Z [00:02:03.596]➜  		"metadatas/rds/DeleteRCSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteRCSnapshot.json",
2025-08-20T19:16:00.2414971Z [00:02:03.596]➜  		"metadatas/rds/DeleteReplicationLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteReplicationLink.json",
2025-08-20T19:16:00.2415809Z [00:02:03.596]➜  		"metadatas/rds/DeleteSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteSecret.json",
2025-08-20T19:16:00.2416741Z [00:02:03.596]➜  		"metadatas/rds/DeleteSlot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteSlot.json",
2025-08-20T19:16:00.2417746Z [00:02:03.596]➜  		"metadatas/rds/DeleteUserBackupFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteUserBackupFile.json",
2025-08-20T19:16:00.2418852Z [00:02:03.596]➜  		"metadatas/rds/DescibeImportsFromDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescibeImportsFromDatabase.json",
2025-08-20T19:16:00.2419744Z [00:02:03.596]➜  		"metadatas/rds/DescribeADInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeADInfo.json",
2025-08-20T19:16:00.2420653Z [00:02:03.596]➜  		"metadatas/rds/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAccounts.json",
2025-08-20T19:16:00.2421736Z [00:02:03.596]➜  		"metadatas/rds/DescribeActionEventPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeActionEventPolicy.json",
2025-08-20T19:16:00.2423171Z [00:02:03.596]➜  		"metadatas/rds/DescribeActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeActiveOperationTasks.json",
2025-08-20T19:16:00.2424334Z [00:02:03.596]➜  		"metadatas/rds/DescribeAllWhitelistTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAllWhitelistTemplate.json",
2025-08-20T19:16:00.2425591Z [00:02:03.596]➜  		"metadatas/rds/DescribeAnalyticdbByPrimaryDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAnalyticdbByPrimaryDBInstance.json",
2025-08-20T19:16:00.2426627Z [00:02:03.596]➜  		"metadatas/rds/DescribeAvailableClasses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableClasses.json",
2025-08-20T19:16:00.2427707Z [00:02:03.596]➜  		"metadatas/rds/DescribeAvailableCrossRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableCrossRegion.json",
2025-08-20T19:16:00.2428735Z [00:02:03.596]➜  		"metadatas/rds/DescribeAvailableMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableMetrics.json",
2025-08-20T19:16:00.2430000Z [00:02:03.596]➜  		"metadatas/rds/DescribeAvailableRecoveryTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableRecoveryTime.json",
2025-08-20T19:16:00.2430960Z [00:02:03.596]➜  		"metadatas/rds/DescribeAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableZones.json",
2025-08-20T19:16:00.2431922Z [00:02:03.596]➜  		"metadatas/rds/DescribeBackupDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBackupDatabase.json",
2025-08-20T19:16:00.2433076Z [00:02:03.596]➜  		"metadatas/rds/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBackupPolicy.json",
2025-08-20T19:16:00.2434027Z [00:02:03.596]➜  		"metadatas/rds/DescribeBackupTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBackupTasks.json",
2025-08-20T19:16:00.2434978Z [00:02:03.597]➜  		"metadatas/rds/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBackups.json",
2025-08-20T19:16:00.2435977Z [00:02:03.597]➜  		"metadatas/rds/DescribeBinlogFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBinlogFiles.json",
2025-08-20T19:16:00.2437045Z [00:02:03.597]➜  		"metadatas/rds/DescribeCharacterSetName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCharacterSetName.json",
2025-08-20T19:16:00.2438039Z [00:02:03.597]➜  		"metadatas/rds/DescribeClassDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeClassDetails.json",
2025-08-20T19:16:00.2439447Z [00:02:03.597]➜  		"metadatas/rds/DescribeCloudMigrationPrecheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCloudMigrationPrecheckResult.json",
2025-08-20T19:16:00.2440651Z [00:02:03.597]➜  		"metadatas/rds/DescribeCloudMigrationResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCloudMigrationResult.json",
2025-08-20T19:16:00.2441782Z [00:02:03.597]➜  		"metadatas/rds/DescribeCollationTimeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCollationTimeZones.json",
2025-08-20T19:16:00.2443045Z [00:02:03.597]➜  		"metadatas/rds/DescribeComputeBurstConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeComputeBurstConfig.json",
2025-08-20T19:16:00.2444169Z [00:02:03.597]➜  		"metadatas/rds/DescribeCrossBackupMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCrossBackupMetaList.json",
2025-08-20T19:16:00.2445444Z [00:02:03.597]➜  		"metadatas/rds/DescribeCrossRegionBackupDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCrossRegionBackupDBInstance.json",
2025-08-20T19:16:00.2446680Z [00:02:03.597]➜  		"metadatas/rds/DescribeCrossRegionBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCrossRegionBackups.json",
2025-08-20T19:16:00.2447983Z [00:02:03.597]➜  		"metadatas/rds/DescribeCrossRegionLogBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCrossRegionLogBackupFiles.json",
2025-08-20T19:16:00.2449124Z [00:02:03.597]➜  		"metadatas/rds/DescribeCurrentModifyOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCurrentModifyOrder.json",
2025-08-20T19:16:00.2450468Z [00:02:03.597]➜  		"metadatas/rds/DescribeCustinsResourceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCustinsResourceInfo.json",
2025-08-20T19:16:00.2451951Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceAttribute.json",
2025-08-20T19:16:00.2453458Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceByTags.json",
2025-08-20T19:16:00.2455152Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceConnectivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceConnectivity.json",
2025-08-20T19:16:00.2456244Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceDetail.json",
2025-08-20T19:16:00.2457475Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceEncryptionKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceEncryptionKey.json",
2025-08-20T19:16:00.2458603Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceEndpoints.json",
2025-08-20T19:16:00.2459827Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceHAConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceHAConfig.json",
2025-08-20T19:16:00.2461005Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceIPArrayList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceIPArrayList.json",
2025-08-20T19:16:00.2462152Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceIpHostname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceIpHostname.json",
2025-08-20T19:16:00.2463454Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceMetrics.json",
2025-08-20T19:16:00.2464557Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceMonitor.json",
2025-08-20T19:16:00.2465749Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceNetInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceNetInfo.json",
2025-08-20T19:16:00.2467060Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceNetInfoForChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceNetInfoForChannel.json",
2025-08-20T19:16:00.2468232Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstancePerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancePerformance.json",
2025-08-20T19:16:00.2469486Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstancePromoteActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancePromoteActivity.json",
2025-08-20T19:16:00.2470801Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceProxyConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceProxyConfiguration.json",
2025-08-20T19:16:00.2471966Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceReplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceReplication.json",
2025-08-20T19:16:00.2473213Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceSSL.json",
2025-08-20T19:16:00.2474504Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceSecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceSecurityGroupRule.json",
2025-08-20T19:16:00.2475486Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceTDE.json",
2025-08-20T19:16:00.2476427Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstances.json",
2025-08-20T19:16:00.2477432Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstancesAsCsv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancesAsCsv.json",
2025-08-20T19:16:00.2478515Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstancesByExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancesByExpireTime.json",
2025-08-20T19:16:00.2479707Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstancesByPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancesByPerformance.json",
2025-08-20T19:16:00.2480722Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBInstancesForClone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancesForClone.json",
2025-08-20T19:16:00.2481790Z [00:02:03.598]➜  		"metadatas/rds/DescribeDBMiniEngineVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBMiniEngineVersions.json",
2025-08-20T19:16:00.2482776Z [00:02:03.599]➜  		"metadatas/rds/DescribeDBProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBProxy.json",
2025-08-20T19:16:00.2483932Z [00:02:03.599]➜  		"metadatas/rds/DescribeDBProxyEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBProxyEndpoint.json",
2025-08-20T19:16:00.2485047Z [00:02:03.599]➜  		"metadatas/rds/DescribeDBProxyPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBProxyPerformance.json",
2025-08-20T19:16:00.2486391Z [00:02:03.599]➜  		"metadatas/rds/DescribeDTCSecurityIpHostsForSQLServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDTCSecurityIpHostsForSQLServer.json",
2025-08-20T19:16:00.2487310Z [00:02:03.599]➜  		"metadatas/rds/DescribeDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDatabases.json",
2025-08-20T19:16:00.2488421Z [00:02:03.599]➜  		"metadatas/rds/DescribeDedicatedHostGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDedicatedHostGroups.json",
2025-08-20T19:16:00.2489535Z [00:02:03.599]➜  		"metadatas/rds/DescribeDedicatedHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDedicatedHosts.json",
2025-08-20T19:16:00.2490515Z [00:02:03.599]➜  		"metadatas/rds/DescribeDetachedBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDetachedBackups.json",
2025-08-20T19:16:00.2491399Z [00:02:03.599]➜  		"metadatas/rds/DescribeErrorLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeErrorLogs.json",
2025-08-20T19:16:00.2492232Z [00:02:03.599]➜  		"metadatas/rds/DescribeEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeEvents.json",
2025-08-20T19:16:00.2493333Z [00:02:03.599]➜  		"metadatas/rds/DescribeGadInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeGadInstances.json",
2025-08-20T19:16:00.2494428Z [00:02:03.599]➜  		"metadatas/rds/DescribeHADiagnoseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHADiagnoseConfig.json",
2025-08-20T19:16:00.2495648Z [00:02:03.599]➜  		"metadatas/rds/DescribeHASwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHASwitchConfig.json",
2025-08-20T19:16:00.2496913Z [00:02:03.599]➜  		"metadatas/rds/DescribeHistoryEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHistoryEvents.json",
2025-08-20T19:16:00.2498423Z [00:02:03.599]➜  		"metadatas/rds/DescribeHistoryEventsStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHistoryEventsStat.json",
2025-08-20T19:16:00.2499512Z [00:02:03.599]➜  		"metadatas/rds/DescribeHistoryTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHistoryTasks.json",
2025-08-20T19:16:00.2500785Z [00:02:03.599]➜  		"metadatas/rds/DescribeHistoryTasksStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHistoryTasksStat.json",
2025-08-20T19:16:00.2502661Z [00:02:03.599]➜  		"metadatas/rds/DescribeHostGroupElasticStrategyParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHostGroupElasticStrategyParameters.json",
2025-08-20T19:16:00.2503702Z [00:02:03.599]➜  		"metadatas/rds/DescribeHostWebShell.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHostWebShell.json",
2025-08-20T19:16:00.2504884Z [00:02:03.599]➜  		"metadatas/rds/DescribeInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:16:00.2506056Z [00:02:03.599]➜  		"metadatas/rds/DescribeInstanceCrossBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeInstanceCrossBackupPolicy.json",
2025-08-20T19:16:00.2507127Z [00:02:03.599]➜  		"metadatas/rds/DescribeInstanceKeywords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeInstanceKeywords.json",
2025-08-20T19:16:00.2508551Z [00:02:03.599]➜  		"metadatas/rds/DescribeInstanceLinkedWhitelistTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeInstanceLinkedWhitelistTemplate.json",
2025-08-20T19:16:00.2509678Z [00:02:03.599]➜  		"metadatas/rds/DescribeKmsAssociateResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeKmsAssociateResources.json",
2025-08-20T19:16:00.2510883Z [00:02:03.599]➜  		"metadatas/rds/DescribeLocalAvailableRecoveryTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeLocalAvailableRecoveryTime.json",
2025-08-20T19:16:00.2511923Z [00:02:03.599]➜  		"metadatas/rds/DescribeLogBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeLogBackupFiles.json",
2025-08-20T19:16:00.2513117Z [00:02:03.599]➜  		"metadatas/rds/DescribeMarketingActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeMarketingActivity.json",
2025-08-20T19:16:00.2514080Z [00:02:03.599]➜  		"metadatas/rds/DescribeMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeMetaList.json",
2025-08-20T19:16:00.2515171Z [00:02:03.599]➜  		"metadatas/rds/DescribeMigrateTaskById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeMigrateTaskById.json",
2025-08-20T19:16:00.2516166Z [00:02:03.599]➜  		"metadatas/rds/DescribeMigrateTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeMigrateTasks.json",
2025-08-20T19:16:00.2517296Z [00:02:03.599]➜  		"metadatas/rds/DescribeModifyPGHbaConfigLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeModifyPGHbaConfigLog.json",
2025-08-20T19:16:00.2518403Z [00:02:03.599]➜  		"metadatas/rds/DescribeModifyParameterLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeModifyParameterLog.json",
2025-08-20T19:16:00.2519445Z [00:02:03.599]➜  		"metadatas/rds/DescribeOssDownloads.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeOssDownloads.json",
2025-08-20T19:16:00.2520569Z [00:02:03.599]➜  		"metadatas/rds/DescribePGHbaConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribePGHbaConfig.json",
2025-08-20T19:16:00.2521645Z [00:02:03.599]➜  		"metadatas/rds/DescribeParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeParameterGroup.json",
2025-08-20T19:16:00.2522918Z [00:02:03.599]➜  		"metadatas/rds/DescribeParameterGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeParameterGroups.json",
2025-08-20T19:16:00.2523959Z [00:02:03.599]➜  		"metadatas/rds/DescribeParameterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeParameterTemplates.json",
2025-08-20T19:16:00.2525108Z [00:02:03.599]➜  		"metadatas/rds/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeParameters.json",
2025-08-20T19:16:00.2526631Z [00:02:03.599]➜  		"metadatas/rds/DescribePostgresExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribePostgresExtensions.json",
2025-08-20T19:16:00.2527741Z [00:02:03.599]➜  		"metadatas/rds/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribePrice.json",
2025-08-20T19:16:00.2528955Z [00:02:03.599]➜  		"metadatas/rds/DescribeQuickSaleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeQuickSaleConfig.json",
2025-08-20T19:16:00.2530024Z [00:02:03.599]➜  		"metadatas/rds/DescribeRCClusterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCClusterConfig.json",
2025-08-20T19:16:00.2531111Z [00:02:03.599]➜  		"metadatas/rds/DescribeRCClusterNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCClusterNodes.json",
2025-08-20T19:16:00.2532030Z [00:02:03.599]➜  		"metadatas/rds/DescribeRCDisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCDisks.json",
2025-08-20T19:16:00.2533499Z [00:02:03.599]➜  		"metadatas/rds/DescribeRCInstanceDdosCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCInstanceDdosCount.json",
2025-08-20T19:16:00.2534645Z [00:02:03.599]➜  		"metadatas/rds/DescribeRCInstanceIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCInstanceIpAddress.json",
2025-08-20T19:16:00.2535611Z [00:02:03.599]➜  		"metadatas/rds/DescribeRCSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCSnapshots.json",
2025-08-20T19:16:00.2536781Z [00:02:03.599]➜  		"metadatas/rds/DescribeRdsResourceSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRdsResourceSettings.json",
2025-08-20T19:16:00.2537901Z [00:02:03.599]➜  		"metadatas/rds/DescribeReadDBInstanceDelay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeReadDBInstanceDelay.json",
2025-08-20T19:16:00.2538982Z [00:02:03.599]➜  		"metadatas/rds/DescribeRegionInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRegionInfos.json",
2025-08-20T19:16:00.2539888Z [00:02:03.599]➜  		"metadatas/rds/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRegions.json",
2025-08-20T19:16:00.2540867Z [00:02:03.599]➜  		"metadatas/rds/DescribeRenewalPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRenewalPrice.json",
2025-08-20T19:16:00.2541938Z [00:02:03.599]➜  		"metadatas/rds/DescribeReplicationLinkLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeReplicationLinkLogs.json",
2025-08-20T19:16:00.2543159Z [00:02:03.599]➜  		"metadatas/rds/DescribeResourceDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeResourceDetails.json",
2025-08-20T19:16:00.2544143Z [00:02:03.599]➜  		"metadatas/rds/DescribeResourceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeResourceUsage.json",
2025-08-20T19:16:00.2545379Z [00:02:03.599]➜  		"metadatas/rds/DescribeSQLCollectorPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLCollectorPolicy.json",
2025-08-20T19:16:00.2546564Z [00:02:03.599]➜  		"metadatas/rds/DescribeSQLCollectorRetention.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLCollectorRetention.json",
2025-08-20T19:16:00.2547529Z [00:02:03.599]➜  		"metadatas/rds/DescribeSQLLogFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLLogFiles.json",
2025-08-20T19:16:00.2548520Z [00:02:03.599]➜  		"metadatas/rds/DescribeSQLLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLLogRecords.json",
2025-08-20T19:16:00.2549555Z [00:02:03.599]➜  		"metadatas/rds/DescribeSQLLogReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLLogReportList.json",
2025-08-20T19:16:00.2550458Z [00:02:03.599]➜  		"metadatas/rds/DescribeSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSecrets.json",
2025-08-20T19:16:00.2551823Z [00:02:03.599]➜  		"metadatas/rds/DescribeSecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:16:00.2552867Z [00:02:03.599]➜  		"metadatas/rds/DescribeSlots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSlots.json",
2025-08-20T19:16:00.2553845Z [00:02:03.599]➜  		"metadatas/rds/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSlowLogRecords.json",
2025-08-20T19:16:00.2554724Z [00:02:03.599]➜  		"metadatas/rds/DescribeSlowLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSlowLogs.json",
2025-08-20T19:16:00.2555935Z [00:02:03.599]➜  		"metadatas/rds/DescribeSupportOnlineResizeDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSupportOnlineResizeDisk.json",
2025-08-20T19:16:00.2556897Z [00:02:03.599]➜  		"metadatas/rds/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeTags.json",
2025-08-20T19:16:00.2557740Z [00:02:03.599]➜  		"metadatas/rds/DescribeTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeTasks.json",
2025-08-20T19:16:00.2559045Z [00:02:03.599]➜  		"metadatas/rds/DescribeUpgradeMajorVersionPrecheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeUpgradeMajorVersionPrecheckTask.json",
2025-08-20T19:16:00.2560313Z [00:02:03.599]➜  		"metadatas/rds/DescribeUpgradeMajorVersionTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeUpgradeMajorVersionTasks.json",
2025-08-20T19:16:00.2561224Z [00:02:03.599]➜  		"metadatas/rds/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeVSwitches.json",
2025-08-20T19:16:00.2562600Z [00:02:03.599]➜  		"metadatas/rds/DescribeWhitelistTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeWhitelistTemplate.json",
2025-08-20T19:16:00.2564017Z [00:02:03.599]➜  		"metadatas/rds/DescribeWhitelistTemplateLinkedInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeWhitelistTemplateLinkedInstance.json",
2025-08-20T19:16:00.2564953Z [00:02:03.599]➜  		"metadatas/rds/DestroyDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DestroyDBInstance.json",
2025-08-20T19:16:00.2565993Z [00:02:03.599]➜  		"metadatas/rds/DetachGadInstanceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DetachGadInstanceMember.json",
2025-08-20T19:16:00.2566867Z [00:02:03.599]➜  		"metadatas/rds/DetachRCDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DetachRCDisk.json",
2025-08-20T19:16:00.2568176Z [00:02:03.599]➜  		"metadatas/rds/DetachWhitelistTemplateToInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DetachWhitelistTemplateToInstance.json",
2025-08-20T19:16:00.2569440Z [00:02:03.599]➜  		"metadatas/rds/EvaluateLocalExtendDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/EvaluateLocalExtendDisk.json",
2025-08-20T19:16:00.2570511Z [00:02:03.599]➜  		"metadatas/rds/GetDBInstanceTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/GetDBInstanceTopology.json",
2025-08-20T19:16:00.2571543Z [00:02:03.599]➜  		"metadatas/rds/GetDbProxyInstanceSsl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/GetDbProxyInstanceSsl.json",
2025-08-20T19:16:00.2572717Z [00:02:03.599]➜  		"metadatas/rds/GrantAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/GrantAccountPrivilege.json",
2025-08-20T19:16:00.2573791Z [00:02:03.599]➜  		"metadatas/rds/GrantOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/GrantOperatorPermission.json",
2025-08-20T19:16:00.2574844Z [00:02:03.599]➜  		"metadatas/rds/ImportUserBackupFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ImportUserBackupFile.json",
2025-08-20T19:16:00.2575825Z [00:02:03.599]➜  		"metadatas/rds/ListClasses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ListClasses.json",
2025-08-20T19:16:00.2576761Z [00:02:03.599]➜  		"metadatas/rds/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ListTagResources.json",
2025-08-20T19:16:00.2577751Z [00:02:03.599]➜  		"metadatas/rds/ListUserBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ListUserBackupFiles.json",
2025-08-20T19:16:00.2578597Z [00:02:03.599]➜  		"metadatas/rds/LockAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/LockAccount.json",
2025-08-20T19:16:00.2579783Z [00:02:03.599]➜  		"metadatas/rds/MigrateConnectionToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateConnectionToOtherZone.json",
2025-08-20T19:16:00.2580858Z [00:02:03.599]➜  		"metadatas/rds/MigrateDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateDBInstance.json",
2025-08-20T19:16:00.2581764Z [00:02:03.599]➜  		"metadatas/rds/MigrateDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateDBNodes.json",
2025-08-20T19:16:00.2582935Z [00:02:03.599]➜  		"metadatas/rds/MigrateSecurityIPMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateSecurityIPMode.json",
2025-08-20T19:16:00.2583907Z [00:02:03.599]➜  		"metadatas/rds/MigrateToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateToOtherZone.json",
2025-08-20T19:16:00.2584762Z [00:02:03.599]➜  		"metadatas/rds/ModifyADInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyADInfo.json",
2025-08-20T19:16:00.2585986Z [00:02:03.599]➜  		"metadatas/rds/ModifyAccountCheckPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyAccountCheckPolicy.json",
2025-08-20T19:16:00.2587102Z [00:02:03.599]➜  		"metadatas/rds/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyAccountDescription.json",
2025-08-20T19:16:00.2588281Z [00:02:03.599]➜  		"metadatas/rds/ModifyAccountSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyAccountSecurityPolicy.json",
2025-08-20T19:16:00.2589348Z [00:02:03.599]➜  		"metadatas/rds/ModifyActionEventPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyActionEventPolicy.json",
2025-08-20T19:16:00.2590485Z [00:02:03.599]➜  		"metadatas/rds/ModifyActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyActiveOperationTasks.json",
2025-08-20T19:16:00.2591464Z [00:02:03.599]➜  		"metadatas/rds/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyBackupPolicy.json",
2025-08-20T19:16:00.2592819Z [00:02:03.599]➜  		"metadatas/rds/ModifyBackupSetExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyBackupSetExpireTime.json",
2025-08-20T19:16:00.2593944Z [00:02:03.599]➜  		"metadatas/rds/ModifyCollationTimeZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyCollationTimeZone.json",
2025-08-20T19:16:00.2594970Z [00:02:03.599]➜  		"metadatas/rds/ModifyComputeBurstConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyComputeBurstConfig.json",
2025-08-20T19:16:00.2596370Z [00:02:03.599]➜  		"metadatas/rds/ModifyCustinsResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyCustinsResource.json",
2025-08-20T19:16:00.2597401Z [00:02:03.599]➜  		"metadatas/rds/ModifyDBDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBDescription.json",
2025-08-20T19:16:00.2598821Z [00:02:03.599]➜  		"metadatas/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json",
2025-08-20T19:16:00.2600043Z [00:02:03.599]➜  		"metadatas/rds/ModifyDBInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceConfig.json",
2025-08-20T19:16:00.2601303Z [00:02:03.599]➜  		"metadatas/rds/ModifyDBInstanceConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceConnectionString.json",
2025-08-20T19:16:00.2602829Z [00:02:03.599]➜  		"metadatas/rds/ModifyDBInstanceDelayedReplicationTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceDelayedReplicationTime.json",
2025-08-20T19:16:00.2604157Z [00:02:03.599]➜  		"metadatas/rds/ModifyDBInstanceDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceDeletionProtection.json",
2025-08-20T19:16:00.2605456Z [00:02:03.599]➜  		"metadatas/rds/ModifyDBInstanceDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceDescription.json",
2025-08-20T19:16:00.2606571Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceEndpoint.json",
2025-08-20T19:16:00.2607791Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstanceEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceEndpointAddress.json",
2025-08-20T19:16:00.2608871Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstanceHAConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceHAConfig.json",
2025-08-20T19:16:00.2610020Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:16:00.2611198Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstanceMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceMetrics.json",
2025-08-20T19:16:00.2612652Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceMonitor.json",
2025-08-20T19:16:00.2613942Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstanceNetworkExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceNetworkExpireTime.json",
2025-08-20T19:16:00.2615070Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstanceNetworkType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceNetworkType.json",
2025-08-20T19:16:00.2616110Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstancePayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstancePayType.json",
2025-08-20T19:16:00.2617367Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstanceReplicationSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceReplicationSwitch.json",
2025-08-20T19:16:00.2618348Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceSSL.json",
2025-08-20T19:16:00.2619617Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstanceSecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceSecurityGroupRule.json",
2025-08-20T19:16:00.2620604Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceSpec.json",
2025-08-20T19:16:00.2621574Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceTDE.json",
2025-08-20T19:16:00.2622550Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBNode.json",
2025-08-20T19:16:00.2623463Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBProxy.json",
2025-08-20T19:16:00.2624712Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBProxyEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBProxyEndpoint.json",
2025-08-20T19:16:00.2625873Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBProxyEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBProxyEndpointAddress.json",
2025-08-20T19:16:00.2626874Z [00:02:03.600]➜  		"metadatas/rds/ModifyDBProxyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBProxyInstance.json",
2025-08-20T19:16:00.2628170Z [00:02:03.600]➜  		"metadatas/rds/ModifyDTCSecurityIpHostsForSQLServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDTCSecurityIpHostsForSQLServer.json",
2025-08-20T19:16:00.2629224Z [00:02:03.600]➜  		"metadatas/rds/ModifyDasInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDasInstanceConfig.json",
2025-08-20T19:16:00.2630349Z [00:02:03.600]➜  		"metadatas/rds/ModifyDatabaseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDatabaseConfig.json",
2025-08-20T19:16:00.2631427Z [00:02:03.600]➜  		"metadatas/rds/ModifyDbProxyInstanceSsl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDbProxyInstanceSsl.json",
2025-08-20T19:16:00.2632341Z [00:02:03.600]➜  		"metadatas/rds/ModifyEventInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyEventInfo.json",
2025-08-20T19:16:00.2633515Z [00:02:03.600]➜  		"metadatas/rds/ModifyHADiagnoseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyHADiagnoseConfig.json",
2025-08-20T19:16:00.2634505Z [00:02:03.600]➜  		"metadatas/rds/ModifyHASwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyHASwitchConfig.json",
2025-08-20T19:16:00.2635991Z [00:02:03.600]➜  		"metadatas/rds/ModifyInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:16:00.2637216Z [00:02:03.600]➜  		"metadatas/rds/ModifyInstanceCrossBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyInstanceCrossBackupPolicy.json",
2025-08-20T19:16:00.2638155Z [00:02:03.600]➜  		"metadatas/rds/ModifyPGHbaConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyPGHbaConfig.json",
2025-08-20T19:16:00.2639051Z [00:02:03.600]➜  		"metadatas/rds/ModifyParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyParameter.json",
2025-08-20T19:16:00.2640053Z [00:02:03.600]➜  		"metadatas/rds/ModifyParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyParameterGroup.json",
2025-08-20T19:16:00.2641327Z [00:02:03.600]➜  		"metadatas/rds/ModifyReadWriteSplittingConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyReadWriteSplittingConnection.json",
2025-08-20T19:16:00.2642925Z [00:02:03.600]➜  		"metadatas/rds/ModifyReadonlyInstanceDelayReplicationTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyReadonlyInstanceDelayReplicationTime.json",
2025-08-20T19:16:00.2643920Z [00:02:03.600]➜  		"metadatas/rds/ModifyResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyResourceGroup.json",
2025-08-20T19:16:00.2644989Z [00:02:03.600]➜  		"metadatas/rds/ModifySQLCollectorPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifySQLCollectorPolicy.json",
2025-08-20T19:16:00.2646139Z [00:02:03.600]➜  		"metadatas/rds/ModifySQLCollectorRetention.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifySQLCollectorRetention.json",
2025-08-20T19:16:00.2647422Z [00:02:03.600]➜  		"metadatas/rds/ModifySecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifySecurityGroupConfiguration.json",
2025-08-20T19:16:00.2648392Z [00:02:03.600]➜  		"metadatas/rds/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifySecurityIps.json",
2025-08-20T19:16:00.2649463Z [00:02:03.600]➜  		"metadatas/rds/ModifyTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyTaskInfo.json",
2025-08-20T19:16:00.2650544Z [00:02:03.600]➜  		"metadatas/rds/ModifyWhitelistTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyWhitelistTemplate.json",
2025-08-20T19:16:00.2651840Z [00:02:03.600]➜  		"metadatas/rds/PreCheckCreateOrderForDeleteDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/PreCheckCreateOrderForDeleteDBNodes.json",
2025-08-20T19:16:00.2652937Z [00:02:03.600]➜  		"metadatas/rds/PurgeDBInstanceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/PurgeDBInstanceLog.json",
2025-08-20T19:16:00.2653845Z [00:02:03.600]➜  		"metadatas/rds/QueryNotify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/QueryNotify.json",
2025-08-20T19:16:00.2654797Z [00:02:03.600]➜  		"metadatas/rds/QueryRecommendByCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/QueryRecommendByCode.json",
2025-08-20T19:16:00.2655728Z [00:02:03.600]➜  		"metadatas/rds/RebuildDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RebuildDBInstance.json",
2025-08-20T19:16:00.2656686Z [00:02:03.600]➜  		"metadatas/rds/RebuildReplicationLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RebuildReplicationLink.json",
2025-08-20T19:16:00.2657604Z [00:02:03.600]➜  		"metadatas/rds/ReceiveDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ReceiveDBInstance.json",
2025-08-20T19:16:00.2658727Z [00:02:03.600]➜  		"metadatas/rds/RecoveryDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RecoveryDBInstance.json",
2025-08-20T19:16:00.2659934Z [00:02:03.600]➜  		"metadatas/rds/ReleaseInstanceConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ReleaseInstanceConnection.json",
2025-08-20T19:16:00.2661326Z [00:02:03.600]➜  		"metadatas/rds/ReleaseInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ReleaseInstancePublicConnection.json",
2025-08-20T19:16:00.2662792Z [00:02:03.600]➜  		"metadatas/rds/ReleaseReadWriteSplittingConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ReleaseReadWriteSplittingConnection.json",
2025-08-20T19:16:00.2663799Z [00:02:03.600]➜  		"metadatas/rds/RemoveTagsFromResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RemoveTagsFromResource.json",
2025-08-20T19:16:00.2664640Z [00:02:03.600]➜  		"metadatas/rds/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RenewInstance.json",
2025-08-20T19:16:00.2665476Z [00:02:03.600]➜  		"metadatas/rds/ResetAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ResetAccount.json",
2025-08-20T19:16:00.2666636Z [00:02:03.600]➜  		"metadatas/rds/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ResetAccountPassword.json",
2025-08-20T19:16:00.2667577Z [00:02:03.600]➜  		"metadatas/rds/RestartDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RestartDBInstance.json",
2025-08-20T19:16:00.2668477Z [00:02:03.600]➜  		"metadatas/rds/RestoreDdrTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RestoreDdrTable.json",
2025-08-20T19:16:00.2669310Z [00:02:03.600]➜  		"metadatas/rds/RestoreTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RestoreTable.json",
2025-08-20T19:16:00.2670343Z [00:02:03.600]➜  		"metadatas/rds/RevokeAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RevokeAccountPrivilege.json",
2025-08-20T19:16:00.2671423Z [00:02:03.600]➜  		"metadatas/rds/RevokeOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RevokeOperatorPermission.json",
2025-08-20T19:16:00.2672623Z [00:02:03.600]➜  		"metadatas/rds/StartDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/StartDBInstance.json",
2025-08-20T19:16:00.2673531Z [00:02:03.600]➜  		"metadatas/rds/StopDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/StopDBInstance.json",
2025-08-20T19:16:00.2674498Z [00:02:03.600]➜  		"metadatas/rds/SwitchDBInstanceHA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchDBInstanceHA.json",
2025-08-20T19:16:00.2675578Z [00:02:03.600]➜  		"metadatas/rds/SwitchDBInstanceNetType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchDBInstanceNetType.json",
2025-08-20T19:16:00.2676559Z [00:02:03.600]➜  		"metadatas/rds/SwitchDBInstanceVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchDBInstanceVpc.json",
2025-08-20T19:16:00.2677878Z [00:02:03.600]➜  		"metadatas/rds/SwitchOverMajorVersionUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchOverMajorVersionUpgrade.json",
2025-08-20T19:16:00.2678909Z [00:02:03.600]➜  		"metadatas/rds/SwitchReplicationLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchReplicationLink.json",
2025-08-20T19:16:00.2679775Z [00:02:03.600]➜  		"metadatas/rds/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/TagResources.json",
2025-08-20T19:16:00.2680767Z [00:02:03.600]➜  		"metadatas/rds/TerminateMigrateTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/TerminateMigrateTask.json",
2025-08-20T19:16:00.2681891Z [00:02:03.600]➜  		"metadatas/rds/TransformDBInstancePayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/TransformDBInstancePayType.json",
2025-08-20T19:16:00.2683087Z [00:02:03.600]➜  		"metadatas/rds/UnlockAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UnlockAccount.json",
2025-08-20T19:16:00.2684061Z [00:02:03.600]➜  		"metadatas/rds/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UntagResources.json",
2025-08-20T19:16:00.2685091Z [00:02:03.600]➜  		"metadatas/rds/UpdatePostgresExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpdatePostgresExtensions.json",
2025-08-20T19:16:00.2686088Z [00:02:03.600]➜  		"metadatas/rds/UpdateUserBackupFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpdateUserBackupFile.json",
2025-08-20T19:16:00.2687283Z [00:02:03.600]➜  		"metadatas/rds/UpgradeDBInstanceEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBInstanceEngineVersion.json",
2025-08-20T19:16:00.2688467Z [00:02:03.600]➜  		"metadatas/rds/UpgradeDBInstanceKernelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:16:00.2689645Z [00:02:03.600]➜  		"metadatas/rds/UpgradeDBInstanceMajorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBInstanceMajorVersion.json",
2025-08-20T19:16:00.2690998Z [00:02:03.600]➜  		"metadatas/rds/UpgradeDBInstanceMajorVersionPrecheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBInstanceMajorVersionPrecheck.json",
2025-08-20T19:16:00.2692306Z [00:02:03.600]➜  		"metadatas/rds/UpgradeDBProxyInstanceKernelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBProxyInstanceKernelVersion.json",
2025-08-20T19:16:00.2693740Z [00:02:03.600]➜  		"metadatas/resourcecenter/AssociateDefaultFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/AssociateDefaultFilter.json",
2025-08-20T19:16:00.2694978Z [00:02:03.600]➜  		"metadatas/resourcecenter/CreateDeliveryChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/CreateDeliveryChannel.json",
2025-08-20T19:16:00.2696223Z [00:02:03.600]➜  		"metadatas/resourcecenter/CreateFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/CreateFilter.json",
2025-08-20T19:16:00.2697952Z [00:02:03.600]➜  		"metadatas/resourcecenter/CreateMultiAccountDeliveryChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/CreateMultiAccountDeliveryChannel.json",
2025-08-20T19:16:00.2699064Z [00:02:03.600]➜  		"metadatas/resourcecenter/CreateSavedQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/CreateSavedQuery.json",
2025-08-20T19:16:00.2700518Z [00:02:03.600]➜  		"metadatas/resourcecenter/DeleteDeliveryChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DeleteDeliveryChannel.json",
2025-08-20T19:16:00.2701805Z [00:02:03.600]➜  		"metadatas/resourcecenter/DeleteFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DeleteFilter.json",
2025-08-20T19:16:00.2703896Z [00:02:03.600]➜  		"metadatas/resourcecenter/DeleteMultiAccountDeliveryChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DeleteMultiAccountDeliveryChannel.json",
2025-08-20T19:16:00.2705097Z [00:02:03.600]➜  		"metadatas/resourcecenter/DeleteSavedQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DeleteSavedQuery.json",
2025-08-20T19:16:00.2706589Z [00:02:03.600]➜  		"metadatas/resourcecenter/DisableMultiAccountResourceCenter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DisableMultiAccountResourceCenter.json",
2025-08-20T19:16:00.2707873Z [00:02:03.600]➜  		"metadatas/resourcecenter/DisableResourceCenter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DisableResourceCenter.json",
2025-08-20T19:16:00.2709379Z [00:02:03.600]➜  		"metadatas/resourcecenter/DisassociateDefaultFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DisassociateDefaultFilter.json",
2025-08-20T19:16:00.2711020Z [00:02:03.600]➜  		"metadatas/resourcecenter/EnableMultiAccountResourceCenter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/EnableMultiAccountResourceCenter.json",
2025-08-20T19:16:00.2712537Z [00:02:03.600]➜  		"metadatas/resourcecenter/EnableResourceCenter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/EnableResourceCenter.json",
2025-08-20T19:16:00.2713965Z [00:02:03.600]➜  		"metadatas/resourcecenter/ExecuteMultiAccountSQLQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ExecuteMultiAccountSQLQuery.json",
2025-08-20T19:16:00.2715133Z [00:02:03.600]➜  		"metadatas/resourcecenter/ExecuteSQLQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ExecuteSQLQuery.json",
2025-08-20T19:16:00.2716387Z [00:02:03.600]➜  		"metadatas/resourcecenter/GetDeliveryChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetDeliveryChannel.json",
2025-08-20T19:16:00.2717830Z [00:02:03.600]➜  		"metadatas/resourcecenter/GetDeliveryChannelStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetDeliveryChannelStatistics.json",
2025-08-20T19:16:00.2719027Z [00:02:03.600]➜  		"metadatas/resourcecenter/GetExampleQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetExampleQuery.json",
2025-08-20T19:16:00.2720533Z [00:02:03.600]➜  		"metadatas/resourcecenter/GetMultiAccountDeliveryChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountDeliveryChannel.json",
2025-08-20T19:16:00.2722244Z [00:02:03.600]➜  		"metadatas/resourcecenter/GetMultiAccountDeliveryChannelStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountDeliveryChannelStatistics.json",
2025-08-20T19:16:00.2724177Z [00:02:03.600]➜  		"metadatas/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json",
2025-08-20T19:16:00.2725906Z [00:02:03.600]➜  		"metadatas/resourcecenter/GetMultiAccountResourceConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountResourceConfiguration.json",
2025-08-20T19:16:00.2727335Z [00:02:03.600]➜  		"metadatas/resourcecenter/GetMultiAccountResourceCounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountResourceCounts.json",
2025-08-20T19:16:00.2728782Z [00:02:03.600]➜  		"metadatas/resourcecenter/GetResourceCenterServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetResourceCenterServiceStatus.json",
2025-08-20T19:16:00.2730273Z [00:02:03.600]➜  		"metadatas/resourcecenter/GetResourceConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetResourceConfiguration.json",
2025-08-20T19:16:00.2731461Z [00:02:03.600]➜  		"metadatas/resourcecenter/GetResourceCounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetResourceCounts.json",
2025-08-20T19:16:00.2732781Z [00:02:03.600]➜  		"metadatas/resourcecenter/GetSavedQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetSavedQuery.json",
2025-08-20T19:16:00.2734088Z [00:02:03.600]➜  		"metadatas/resourcecenter/ListDeliveryChannels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListDeliveryChannels.json",
2025-08-20T19:16:00.2735284Z [00:02:03.600]➜  		"metadatas/resourcecenter/ListExampleQueries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListExampleQueries.json",
2025-08-20T19:16:00.2736502Z [00:02:03.600]➜  		"metadatas/resourcecenter/ListFilters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListFilters.json",
2025-08-20T19:16:00.2738109Z [00:02:03.600]➜  		"metadatas/resourcecenter/ListMultiAccountDeliveryChannels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountDeliveryChannels.json",
2025-08-20T19:16:00.2739541Z [00:02:03.600]➜  		"metadatas/resourcecenter/ListMultiAccountResourceGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountResourceGroups.json",
2025-08-20T19:16:00.2741089Z [00:02:03.600]➜  		"metadatas/resourcecenter/ListMultiAccountResourceRelationships.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountResourceRelationships.json",
2025-08-20T19:16:00.2742511Z [00:02:03.601]➜  		"metadatas/resourcecenter/ListMultiAccountTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountTagKeys.json",
2025-08-20T19:16:00.2743850Z [00:02:03.601]➜  		"metadatas/resourcecenter/ListMultiAccountTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountTagValues.json",
2025-08-20T19:16:00.2745120Z [00:02:03.601]➜  		"metadatas/resourcecenter/ListResourceRelationships.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListResourceRelationships.json",
2025-08-20T19:16:00.2746245Z [00:02:03.601]➜  		"metadatas/resourcecenter/ListResourceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListResourceTypes.json",
2025-08-20T19:16:00.2747357Z [00:02:03.601]➜  		"metadatas/resourcecenter/ListSavedQueries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListSavedQueries.json",
2025-08-20T19:16:00.2748383Z [00:02:03.601]➜  		"metadatas/resourcecenter/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListTagKeys.json",
2025-08-20T19:16:00.2749451Z [00:02:03.601]➜  		"metadatas/resourcecenter/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListTagValues.json",
2025-08-20T19:16:00.2750950Z [00:02:03.601]➜  		"metadatas/resourcecenter/SearchMultiAccountResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/SearchMultiAccountResources.json",
2025-08-20T19:16:00.2752049Z [00:02:03.601]➜  		"metadatas/resourcecenter/SearchResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/SearchResources.json",
2025-08-20T19:16:00.2753450Z [00:02:03.601]➜  		"metadatas/resourcecenter/UpdateDeliveryChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/UpdateDeliveryChannel.json",
2025-08-20T19:16:00.2754512Z [00:02:03.601]➜  		"metadatas/resourcecenter/UpdateFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/UpdateFilter.json",
2025-08-20T19:16:00.2756127Z [00:02:03.601]➜  		"metadatas/resourcecenter/UpdateMultiAccountDeliveryChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/UpdateMultiAccountDeliveryChannel.json",
2025-08-20T19:16:00.2757252Z [00:02:03.601]➜  		"metadatas/resourcecenter/UpdateSavedQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/UpdateSavedQuery.json",
2025-08-20T19:16:00.2758511Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/AcceptHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/AcceptHandshake.json",
2025-08-20T19:16:00.2759794Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/AddMessageContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/AddMessageContact.json",
2025-08-20T19:16:00.2761204Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/AssociateMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/AssociateMembers.json",
2025-08-20T19:16:00.2762866Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/AttachControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/AttachControlPolicy.json",
2025-08-20T19:16:00.2764327Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/BindSecureMobilePhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/BindSecureMobilePhone.json",
2025-08-20T19:16:00.2765818Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/CancelChangeAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CancelChangeAccountEmail.json",
2025-08-20T19:16:00.2767151Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/CancelHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CancelHandshake.json",
2025-08-20T19:16:00.2768675Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/CancelMessageContactUpdate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CancelMessageContactUpdate.json",
2025-08-20T19:16:00.2770076Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ChangeAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ChangeAccountEmail.json",
2025-08-20T19:16:00.2771451Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/CheckAccountDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CheckAccountDelete.json",
2025-08-20T19:16:00.2772959Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/CreateControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CreateControlPolicy.json",
2025-08-20T19:16:00.2774216Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/CreateFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CreateFolder.json",
2025-08-20T19:16:00.2775647Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/CreateResourceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CreateResourceAccount.json",
2025-08-20T19:16:00.2777204Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/DeclineHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeclineHandshake.json",
2025-08-20T19:16:00.2778535Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeleteAccount.json",
2025-08-20T19:16:00.2779895Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/DeleteControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeleteControlPolicy.json",
2025-08-20T19:16:00.2781149Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/DeleteFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeleteFolder.json",
2025-08-20T19:16:00.2782890Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/DeleteMessageContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeleteMessageContact.json",
2025-08-20T19:16:00.2784769Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/DeregisterDelegatedAdministrator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeregisterDelegatedAdministrator.json",
2025-08-20T19:16:00.2786463Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/DestroyResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DestroyResourceDirectory.json",
2025-08-20T19:16:00.2787861Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/DetachControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DetachControlPolicy.json",
2025-08-20T19:16:00.2789431Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/DisableControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DisableControlPolicy.json",
2025-08-20T19:16:00.2790981Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/DisassociateMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DisassociateMembers.json",
2025-08-20T19:16:00.2792521Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/EnableControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/EnableControlPolicy.json",
2025-08-20T19:16:00.2793987Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/EnableResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/EnableResourceDirectory.json",
2025-08-20T19:16:00.2795211Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/GetAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetAccount.json",
2025-08-20T19:16:00.2796833Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/GetAccountDeletionCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetAccountDeletionCheckResult.json",
2025-08-20T19:16:00.2798327Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/GetAccountDeletionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetAccountDeletionStatus.json",
2025-08-20T19:16:00.2799649Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/GetControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetControlPolicy.json",
2025-08-20T19:16:00.2801292Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/GetControlPolicyEnablementStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetControlPolicyEnablementStatus.json",
2025-08-20T19:16:00.2802633Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/GetFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetFolder.json",
2025-08-20T19:16:00.2803849Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/GetHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetHandshake.json",
2025-08-20T19:16:00.2805305Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/GetMessageContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetMessageContact.json",
2025-08-20T19:16:00.2806865Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/GetMessageContactDeletionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetMessageContactDeletionStatus.json",
2025-08-20T19:16:00.2808062Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/GetPayerForAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetPayerForAccount.json",
2025-08-20T19:16:00.2809514Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/GetResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetResourceDirectory.json",
2025-08-20T19:16:00.2811038Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/InviteAccountToResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/InviteAccountToResourceDirectory.json",
2025-08-20T19:16:00.2812219Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListAccounts.json",
2025-08-20T19:16:00.2813633Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListAccountsForParent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListAccountsForParent.json",
2025-08-20T19:16:00.2814927Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListAncestors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListAncestors.json",
2025-08-20T19:16:00.2816381Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListControlPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListControlPolicies.json",
2025-08-20T19:16:00.2818047Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListControlPolicyAttachmentsForTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListControlPolicyAttachmentsForTarget.json",
2025-08-20T19:16:00.2819541Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListDelegatedAdministrators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListDelegatedAdministrators.json",
2025-08-20T19:16:00.2821092Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListDelegatedServicesForAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListDelegatedServicesForAccount.json",
2025-08-20T19:16:00.2822574Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListFoldersForParent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListFoldersForParent.json",
2025-08-20T19:16:00.2823978Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListHandshakesForAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListHandshakesForAccount.json",
2025-08-20T19:16:00.2825580Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListHandshakesForResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListHandshakesForResourceDirectory.json",
2025-08-20T19:16:00.2827133Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListMessageContactVerifications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListMessageContactVerifications.json",
2025-08-20T19:16:00.2828425Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListMessageContacts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListMessageContacts.json",
2025-08-20T19:16:00.2829712Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTagKeys.json",
2025-08-20T19:16:00.2830956Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTagResources.json",
2025-08-20T19:16:00.2832148Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTagValues.json",
2025-08-20T19:16:00.2833958Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListTargetAttachmentsForControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTargetAttachmentsForControlPolicy.json",
2025-08-20T19:16:00.2835685Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/ListTrustedServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTrustedServiceStatus.json",
2025-08-20T19:16:00.2837274Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/MoveAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/MoveAccount.json",
2025-08-20T19:16:00.2839137Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/PrecheckForConsolidatedBillingAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/PrecheckForConsolidatedBillingAccount.json",
2025-08-20T19:16:00.2840687Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/RegisterDelegatedAdministrator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/RegisterDelegatedAdministrator.json",
2025-08-20T19:16:00.2842551Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/RemoveCloudAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/RemoveCloudAccount.json",
2025-08-20T19:16:00.2844010Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/RetryChangeAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/RetryChangeAccountEmail.json",
2025-08-20T19:16:00.2845626Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/SendEmailVerificationForMessageContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SendEmailVerificationForMessageContact.json",
2025-08-20T19:16:00.2847301Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/SendPhoneVerificationForMessageContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SendPhoneVerificationForMessageContact.json",
2025-08-20T19:16:00.2849124Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/SendVerificationCodeForBindSecureMobilePhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SendVerificationCodeForBindSecureMobilePhone.json",
2025-08-20T19:16:00.2850658Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/SendVerificationCodeForEnableRD.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SendVerificationCodeForEnableRD.json",
2025-08-20T19:16:00.2852207Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/SetMemberDeletionPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SetMemberDeletionPermission.json",
2025-08-20T19:16:00.2854107Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/SetMemberDisplayNameSyncStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SetMemberDisplayNameSyncStatus.json",
2025-08-20T19:16:00.2855545Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/TagResources.json",
2025-08-20T19:16:00.2856845Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UntagResources.json",
2025-08-20T19:16:00.2858647Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/UpdateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdateAccount.json",
2025-08-20T19:16:00.2860295Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/UpdateControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdateControlPolicy.json",
2025-08-20T19:16:00.2861824Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/UpdateFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdateFolder.json",
2025-08-20T19:16:00.2863353Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/UpdateMessageContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdateMessageContact.json",
2025-08-20T19:16:00.2864853Z [00:02:03.601]➜  		"metadatas/resourcedirectorymaster/UpdatePayerForAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdatePayerForAccount.json",
2025-08-20T19:16:00.2865952Z [00:02:03.601]➜  		"metadatas/resourcemanager/AcceptHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/AcceptHandshake.json",
2025-08-20T19:16:00.2867106Z [00:02:03.601]➜  		"metadatas/resourcemanager/AttachControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/AttachControlPolicy.json",
2025-08-20T19:16:00.2868139Z [00:02:03.601]➜  		"metadatas/resourcemanager/AttachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/AttachPolicy.json",
2025-08-20T19:16:00.2869451Z [00:02:03.601]➜  		"metadatas/resourcemanager/BindSecureMobilePhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/BindSecureMobilePhone.json",
2025-08-20T19:16:00.2870769Z [00:02:03.601]➜  		"metadatas/resourcemanager/CancelChangeAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CancelChangeAccountEmail.json",
2025-08-20T19:16:00.2871983Z [00:02:03.601]➜  		"metadatas/resourcemanager/CancelCreateCloudAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CancelCreateCloudAccount.json",
2025-08-20T19:16:00.2873188Z [00:02:03.601]➜  		"metadatas/resourcemanager/CancelHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CancelHandshake.json",
2025-08-20T19:16:00.2874483Z [00:02:03.601]➜  		"metadatas/resourcemanager/CancelPromoteResourceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CancelPromoteResourceAccount.json",
2025-08-20T19:16:00.2875589Z [00:02:03.601]➜  		"metadatas/resourcemanager/ChangeAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ChangeAccountEmail.json",
2025-08-20T19:16:00.2876697Z [00:02:03.601]➜  		"metadatas/resourcemanager/CheckAccountDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CheckAccountDelete.json",
2025-08-20T19:16:00.2877914Z [00:02:03.601]➜  		"metadatas/resourcemanager/CreateAutoGroupingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateAutoGroupingRule.json",
2025-08-20T19:16:00.2879048Z [00:02:03.601]➜  		"metadatas/resourcemanager/CreateCloudAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateCloudAccount.json",
2025-08-20T19:16:00.2880194Z [00:02:03.601]➜  		"metadatas/resourcemanager/CreateControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateControlPolicy.json",
2025-08-20T19:16:00.2881224Z [00:02:03.601]➜  		"metadatas/resourcemanager/CreateFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateFolder.json",
2025-08-20T19:16:00.2882256Z [00:02:03.601]➜  		"metadatas/resourcemanager/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreatePolicy.json",
2025-08-20T19:16:00.2883775Z [00:02:03.601]➜  		"metadatas/resourcemanager/CreatePolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreatePolicyVersion.json",
2025-08-20T19:16:00.2885196Z [00:02:03.601]➜  		"metadatas/resourcemanager/CreateResourceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateResourceAccount.json",
2025-08-20T19:16:00.2886591Z [00:02:03.601]➜  		"metadatas/resourcemanager/CreateResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateResourceGroup.json",
2025-08-20T19:16:00.2887786Z [00:02:03.601]➜  		"metadatas/resourcemanager/CreateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateRole.json",
2025-08-20T19:16:00.2889345Z [00:02:03.601]➜  		"metadatas/resourcemanager/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateServiceLinkedRole.json",
2025-08-20T19:16:00.2890465Z [00:02:03.601]➜  		"metadatas/resourcemanager/DeclineHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeclineHandshake.json",
2025-08-20T19:16:00.2891514Z [00:02:03.601]➜  		"metadatas/resourcemanager/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteAccount.json",
2025-08-20T19:16:00.2892919Z [00:02:03.601]➜  		"metadatas/resourcemanager/DeleteAutoGroupingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteAutoGroupingRule.json",
2025-08-20T19:16:00.2894203Z [00:02:03.601]➜  		"metadatas/resourcemanager/DeleteControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteControlPolicy.json",
2025-08-20T19:16:00.2895338Z [00:02:03.601]➜  		"metadatas/resourcemanager/DeleteFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteFolder.json",
2025-08-20T19:16:00.2896360Z [00:02:03.601]➜  		"metadatas/resourcemanager/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeletePolicy.json",
2025-08-20T19:16:00.2897456Z [00:02:03.601]➜  		"metadatas/resourcemanager/DeletePolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeletePolicyVersion.json",
2025-08-20T19:16:00.2898556Z [00:02:03.601]➜  		"metadatas/resourcemanager/DeleteResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteResourceGroup.json",
2025-08-20T19:16:00.2899524Z [00:02:03.601]➜  		"metadatas/resourcemanager/DeleteRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteRole.json",
2025-08-20T19:16:00.2900759Z [00:02:03.601]➜  		"metadatas/resourcemanager/DeleteServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteServiceLinkedRole.json",
2025-08-20T19:16:00.2902183Z [00:02:03.601]➜  		"metadatas/resourcemanager/DeregisterDelegatedAdministrator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeregisterDelegatedAdministrator.json",
2025-08-20T19:16:00.2903645Z [00:02:03.601]➜  		"metadatas/resourcemanager/DestroyResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DestroyResourceDirectory.json",
2025-08-20T19:16:00.2904798Z [00:02:03.601]➜  		"metadatas/resourcemanager/DetachControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DetachControlPolicy.json",
2025-08-20T19:16:00.2905832Z [00:02:03.601]➜  		"metadatas/resourcemanager/DetachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DetachPolicy.json",
2025-08-20T19:16:00.2907097Z [00:02:03.601]➜  		"metadatas/resourcemanager/DisableAssociatedTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DisableAssociatedTransfer.json",
2025-08-20T19:16:00.2908385Z [00:02:03.601]➜  		"metadatas/resourcemanager/DisableAutoGrouping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DisableAutoGrouping.json",
2025-08-20T19:16:00.2909568Z [00:02:03.601]➜  		"metadatas/resourcemanager/DisableControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DisableControlPolicy.json",
2025-08-20T19:16:00.2910818Z [00:02:03.601]➜  		"metadatas/resourcemanager/EnableAssociatedTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/EnableAssociatedTransfer.json",
2025-08-20T19:16:00.2912025Z [00:02:03.601]➜  		"metadatas/resourcemanager/EnableAutoGrouping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/EnableAutoGrouping.json",
2025-08-20T19:16:00.2914929Z [00:02:03.601]➜  		"metadatas/resourcemanager/EnableControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/EnableControlPolicy.json",
2025-08-20T19:16:00.2916225Z [00:02:03.602]➜  		"metadatas/resourcemanager/EnableResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/EnableResourceDirectory.json",
2025-08-20T19:16:00.2917192Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAccount.json",
2025-08-20T19:16:00.2918570Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetAccountDeletionCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAccountDeletionCheckResult.json",
2025-08-20T19:16:00.2919921Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetAccountDeletionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAccountDeletionStatus.json",
2025-08-20T19:16:00.2921245Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetAutoGroupingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAutoGroupingRule.json",
2025-08-20T19:16:00.2922670Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetAutoGroupingStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAutoGroupingStatus.json",
2025-08-20T19:16:00.2923619Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetControlPolicy.json",
2025-08-20T19:16:00.2925013Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetControlPolicyEnablementStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetControlPolicyEnablementStatus.json",
2025-08-20T19:16:00.2925974Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetFolder.json",
2025-08-20T19:16:00.2927036Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetHandshake.json",
2025-08-20T19:16:00.2928198Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetPayerForAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetPayerForAccount.json",
2025-08-20T19:16:00.2929155Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetPolicy.json",
2025-08-20T19:16:00.2930317Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetPolicyVersion.json",
2025-08-20T19:16:00.2931558Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetResourceDirectory.json",
2025-08-20T19:16:00.2932852Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetResourceGroup.json",
2025-08-20T19:16:00.2934393Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetResourceGroupResourceCounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetResourceGroupResourceCounts.json",
2025-08-20T19:16:00.2935329Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetRole.json",
2025-08-20T19:16:00.2936783Z [00:02:03.602]➜  		"metadatas/resourcemanager/GetServiceLinkedRoleDeletionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetServiceLinkedRoleDeletionStatus.json",
2025-08-20T19:16:00.2938054Z [00:02:03.602]➜  		"metadatas/resourcemanager/InitResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/InitResourceDirectory.json",
2025-08-20T19:16:00.2939670Z [00:02:03.602]➜  		"metadatas/resourcemanager/InviteAccountToResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/InviteAccountToResourceDirectory.json",
2025-08-20T19:16:00.2940725Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAccounts.json",
2025-08-20T19:16:00.2941935Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListAccountsForParent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAccountsForParent.json",
2025-08-20T19:16:00.2943177Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListAncestors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAncestors.json",
2025-08-20T19:16:00.2944688Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListAssociatedTransferSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAssociatedTransferSetting.json",
2025-08-20T19:16:00.2946025Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListAutoGroupingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAutoGroupingRules.json",
2025-08-20T19:16:00.2947207Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListControlPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListControlPolicies.json",
2025-08-20T19:16:00.2948720Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListControlPolicyAttachmentsForTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListControlPolicyAttachmentsForTarget.json",
2025-08-20T19:16:00.2950026Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListDelegatedAdministrators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListDelegatedAdministrators.json",
2025-08-20T19:16:00.2951439Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListDelegatedServicesForAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListDelegatedServicesForAccount.json",
2025-08-20T19:16:00.2952802Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListFoldersForParent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListFoldersForParent.json",
2025-08-20T19:16:00.2954052Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListHandshakesForAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListHandshakesForAccount.json",
2025-08-20T19:16:00.2955495Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListHandshakesForResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListHandshakesForResourceDirectory.json",
2025-08-20T19:16:00.2956519Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListPolicies.json",
2025-08-20T19:16:00.2957729Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListPolicyAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListPolicyAttachments.json",
2025-08-20T19:16:00.2958994Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListPolicyVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListPolicyVersions.json",
2025-08-20T19:16:00.2960127Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListResourceGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListResourceGroups.json",
2025-08-20T19:16:00.2961166Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListResources.json",
2025-08-20T19:16:00.2962139Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListRoles.json",
2025-08-20T19:16:00.2963485Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTagKeys.json",
2025-08-20T19:16:00.2964606Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTagResources.json",
2025-08-20T19:16:00.2965623Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTagValues.json",
2025-08-20T19:16:00.2967120Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListTargetAttachmentsForControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTargetAttachmentsForControlPolicy.json",
2025-08-20T19:16:00.2968341Z [00:02:03.602]➜  		"metadatas/resourcemanager/ListTrustedServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTrustedServiceStatus.json",
2025-08-20T19:16:00.2969586Z [00:02:03.602]➜  		"metadatas/resourcemanager/MoveAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/MoveAccount.json",
2025-08-20T19:16:00.2970622Z [00:02:03.602]➜  		"metadatas/resourcemanager/MoveResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/MoveResources.json",
2025-08-20T19:16:00.2971837Z [00:02:03.602]➜  		"metadatas/resourcemanager/PromoteResourceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/PromoteResourceAccount.json",
2025-08-20T19:16:00.2973479Z [00:02:03.602]➜  		"metadatas/resourcemanager/RegisterDelegatedAdministrator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/RegisterDelegatedAdministrator.json",
2025-08-20T19:16:00.2974643Z [00:02:03.602]➜  		"metadatas/resourcemanager/RemoveCloudAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/RemoveCloudAccount.json",
2025-08-20T19:16:00.2976025Z [00:02:03.602]➜  		"metadatas/resourcemanager/ResendCreateCloudAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ResendCreateCloudAccountEmail.json",
2025-08-20T19:16:00.2977437Z [00:02:03.602]➜  		"metadatas/resourcemanager/ResendPromoteResourceAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ResendPromoteResourceAccountEmail.json",
2025-08-20T19:16:00.2978656Z [00:02:03.602]➜  		"metadatas/resourcemanager/RetryChangeAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/RetryChangeAccountEmail.json",
2025-08-20T19:16:00.2980298Z [00:02:03.602]➜  		"metadatas/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json",
2025-08-20T19:16:00.2981665Z [00:02:03.602]➜  		"metadatas/resourcemanager/SendVerificationCodeForEnableRD.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/SendVerificationCodeForEnableRD.json",
2025-08-20T19:16:00.2983310Z [00:02:03.602]➜  		"metadatas/resourcemanager/SetDefaultPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/SetDefaultPolicyVersion.json",
2025-08-20T19:16:00.2984664Z [00:02:03.602]➜  		"metadatas/resourcemanager/SetMemberDeletionPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/SetMemberDeletionPermission.json",
2025-08-20T19:16:00.2985715Z [00:02:03.602]➜  		"metadatas/resourcemanager/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/TagResources.json",
2025-08-20T19:16:00.2986757Z [00:02:03.602]➜  		"metadatas/resourcemanager/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UntagResources.json",
2025-08-20T19:16:00.2988075Z [00:02:03.602]➜  		"metadatas/resourcemanager/UpdateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateAccount.json",
2025-08-20T19:16:00.2989441Z [00:02:03.602]➜  		"metadatas/resourcemanager/UpdateAssociatedTransferSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateAssociatedTransferSetting.json",
2025-08-20T19:16:00.2990738Z [00:02:03.602]➜  		"metadatas/resourcemanager/UpdateAutoGroupingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateAutoGroupingConfig.json",
2025-08-20T19:16:00.2992003Z [00:02:03.602]➜  		"metadatas/resourcemanager/UpdateAutoGroupingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateAutoGroupingRule.json",
2025-08-20T19:16:00.2993437Z [00:02:03.602]➜  		"metadatas/resourcemanager/UpdateControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateControlPolicy.json",
2025-08-20T19:16:00.2994682Z [00:02:03.602]➜  		"metadatas/resourcemanager/UpdateFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateFolder.json",
2025-08-20T19:16:00.2995985Z [00:02:03.602]➜  		"metadatas/resourcemanager/UpdateResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateResourceGroup.json",
2025-08-20T19:16:00.2996993Z [00:02:03.602]➜  		"metadatas/resourcemanager/UpdateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateRole.json",
2025-08-20T19:16:00.2998335Z [00:02:03.602]➜  		"metadatas/resourcesharing/AcceptResourceShareInvitation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/AcceptResourceShareInvitation.json",
2025-08-20T19:16:00.2999545Z [00:02:03.602]➜  		"metadatas/resourcesharing/AssociateResourceShare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/AssociateResourceShare.json",
2025-08-20T19:16:00.3000943Z [00:02:03.602]➜  		"metadatas/resourcesharing/AssociateResourceSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/AssociateResourceSharePermission.json",
2025-08-20T19:16:00.3002137Z [00:02:03.602]➜  		"metadatas/resourcesharing/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ChangeResourceGroup.json",
2025-08-20T19:16:00.3003809Z [00:02:03.602]➜  		"metadatas/resourcesharing/CheckSharingWithResourceDirectoryStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/CheckSharingWithResourceDirectoryStatus.json",
2025-08-20T19:16:00.3005053Z [00:02:03.602]➜  		"metadatas/resourcesharing/CreateResourceShare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/CreateResourceShare.json",
2025-08-20T19:16:00.3006195Z [00:02:03.602]➜  		"metadatas/resourcesharing/DeleteResourceShare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/DeleteResourceShare.json",
2025-08-20T19:16:00.3007285Z [00:02:03.602]➜  		"metadatas/resourcesharing/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/DescribeRegions.json",
2025-08-20T19:16:00.3008678Z [00:02:03.602]➜  		"metadatas/resourcesharing/DisassociateResourceShare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/DisassociateResourceShare.json",
2025-08-20T19:16:00.3010134Z [00:02:03.602]➜  		"metadatas/resourcesharing/DisassociateResourceSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/DisassociateResourceSharePermission.json",
2025-08-20T19:16:00.3011625Z [00:02:03.602]➜  		"metadatas/resourcesharing/EnableSharingWithResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/EnableSharingWithResourceDirectory.json",
2025-08-20T19:16:00.3012855Z [00:02:03.602]➜  		"metadatas/resourcesharing/GetPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/GetPermission.json",
2025-08-20T19:16:00.3014252Z [00:02:03.602]➜  		"metadatas/resourcesharing/ListPermissionVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListPermissionVersions.json",
2025-08-20T19:16:00.3015335Z [00:02:03.602]➜  		"metadatas/resourcesharing/ListPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListPermissions.json",
2025-08-20T19:16:00.3016618Z [00:02:03.602]➜  		"metadatas/resourcesharing/ListResourceShareAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListResourceShareAssociations.json",
2025-08-20T19:16:00.3018192Z [00:02:03.602]➜  		"metadatas/resourcesharing/ListResourceShareInvitations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListResourceShareInvitations.json",
2025-08-20T19:16:00.3019950Z [00:02:03.602]➜  		"metadatas/resourcesharing/ListResourceSharePermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListResourceSharePermissions.json",
2025-08-20T19:16:00.3021324Z [00:02:03.602]➜  		"metadatas/resourcesharing/ListResourceShares.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListResourceShares.json",
2025-08-20T19:16:00.3022874Z [00:02:03.602]➜  		"metadatas/resourcesharing/ListSharedResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListSharedResources.json",
2025-08-20T19:16:00.3024268Z [00:02:03.602]➜  		"metadatas/resourcesharing/ListSharedTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListSharedTargets.json",
2025-08-20T19:16:00.3025431Z [00:02:03.602]➜  		"metadatas/resourcesharing/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListTagResources.json",
2025-08-20T19:16:00.3026841Z [00:02:03.602]➜  		"metadatas/resourcesharing/RejectResourceShareInvitation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/RejectResourceShareInvitation.json",
2025-08-20T19:16:00.3027919Z [00:02:03.602]➜  		"metadatas/resourcesharing/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/TagResources.json",
2025-08-20T19:16:00.3029027Z [00:02:03.602]➜  		"metadatas/resourcesharing/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/UntagResources.json",
2025-08-20T19:16:00.3030212Z [00:02:03.602]➜  		"metadatas/resourcesharing/UpdateResourceShare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/UpdateResourceShare.json",
2025-08-20T19:16:00.3031389Z [00:02:03.602]➜  		"metadatas/rocketmq/AddDisasterRecoveryItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/AddDisasterRecoveryItem.json",
2025-08-20T19:16:00.3032671Z [00:02:03.602]➜  		"metadatas/rocketmq/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ChangeResourceGroup.json",
2025-08-20T19:16:00.3033775Z [00:02:03.602]➜  		"metadatas/rocketmq/CreateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateConsumerGroup.json",
2025-08-20T19:16:00.3035162Z [00:02:03.602]➜  		"metadatas/rocketmq/CreateDisasterRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateDisasterRecoveryPlan.json",
2025-08-20T19:16:00.3036176Z [00:02:03.602]➜  		"metadatas/rocketmq/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateInstance.json",
2025-08-20T19:16:00.3037321Z [00:02:03.602]➜  		"metadatas/rocketmq/CreateInstanceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateInstanceAccount.json",
2025-08-20T19:16:00.3038545Z [00:02:03.602]➜  		"metadatas/rocketmq/CreateInstanceAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateInstanceAcl.json",
2025-08-20T19:16:00.3039898Z [00:02:03.602]➜  		"metadatas/rocketmq/CreateInstanceIpWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateInstanceIpWhitelist.json",
2025-08-20T19:16:00.3040877Z [00:02:03.602]➜  		"metadatas/rocketmq/CreateTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateTopic.json",
2025-08-20T19:16:00.3041951Z [00:02:03.602]➜  		"metadatas/rocketmq/DeleteConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteConsumerGroup.json",
2025-08-20T19:16:00.3043395Z [00:02:03.602]➜  		"metadatas/rocketmq/DeleteConsumerGroupSubscription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteConsumerGroupSubscription.json",
2025-08-20T19:16:00.3044638Z [00:02:03.602]➜  		"metadatas/rocketmq/DeleteDisasterRecoveryItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteDisasterRecoveryItem.json",
2025-08-20T19:16:00.3046238Z [00:02:03.602]➜  		"metadatas/rocketmq/DeleteDisasterRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteDisasterRecoveryPlan.json",
2025-08-20T19:16:00.3047435Z [00:02:03.602]➜  		"metadatas/rocketmq/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteInstance.json",
2025-08-20T19:16:00.3048508Z [00:02:03.602]➜  		"metadatas/rocketmq/DeleteInstanceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteInstanceAccount.json",
2025-08-20T19:16:00.3049595Z [00:02:03.602]➜  		"metadatas/rocketmq/DeleteInstanceAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteInstanceAcl.json",
2025-08-20T19:16:00.3050806Z [00:02:03.602]➜  		"metadatas/rocketmq/DeleteInstanceIpWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteInstanceIpWhitelist.json",
2025-08-20T19:16:00.3051771Z [00:02:03.602]➜  		"metadatas/rocketmq/DeleteTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteTopic.json",
2025-08-20T19:16:00.3053232Z [00:02:03.602]➜  		"metadatas/rocketmq/GetConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetConsumerGroup.json",
2025-08-20T19:16:00.3054492Z [00:02:03.602]➜  		"metadatas/rocketmq/GetConsumerGroupLag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetConsumerGroupLag.json",
2025-08-20T19:16:00.3055785Z [00:02:03.602]➜  		"metadatas/rocketmq/GetConsumerGroupSubscription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetConsumerGroupSubscription.json",
2025-08-20T19:16:00.3056809Z [00:02:03.602]➜  		"metadatas/rocketmq/GetConsumerStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetConsumerStack.json",
2025-08-20T19:16:00.3059482Z [00:02:03.602]➜  		"metadatas/rocketmq/GetDisasterRecoveryItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetDisasterRecoveryItem.json",
2025-08-20T19:16:00.3060885Z [00:02:03.603]➜  		"metadatas/rocketmq/GetDisasterRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetDisasterRecoveryPlan.json",
2025-08-20T19:16:00.3062212Z [00:02:03.603]➜  		"metadatas/rocketmq/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetInstance.json",
2025-08-20T19:16:00.3063415Z [00:02:03.603]➜  		"metadatas/rocketmq/GetInstanceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetInstanceAccount.json",
2025-08-20T19:16:00.3064377Z [00:02:03.603]➜  		"metadatas/rocketmq/GetInstanceAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetInstanceAcl.json",
2025-08-20T19:16:00.3065472Z [00:02:03.603]➜  		"metadatas/rocketmq/GetInstanceIpWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetInstanceIpWhitelist.json",
2025-08-20T19:16:00.3066593Z [00:02:03.603]➜  		"metadatas/rocketmq/GetMessageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetMessageDetail.json",
2025-08-20T19:16:00.3067472Z [00:02:03.603]➜  		"metadatas/rocketmq/GetTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetTopic.json",
2025-08-20T19:16:00.3068321Z [00:02:03.603]➜  		"metadatas/rocketmq/GetTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetTrace.json",
2025-08-20T19:16:00.3069321Z [00:02:03.603]➜  		"metadatas/rocketmq/ListAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListAvailableZones.json",
2025-08-20T19:16:00.3070429Z [00:02:03.603]➜  		"metadatas/rocketmq/ListConsumerConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListConsumerConnections.json",
2025-08-20T19:16:00.3071699Z [00:02:03.603]➜  		"metadatas/rocketmq/ListConsumerGroupSubscriptions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListConsumerGroupSubscriptions.json",
2025-08-20T19:16:00.3073057Z [00:02:03.603]➜  		"metadatas/rocketmq/ListConsumerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListConsumerGroups.json",
2025-08-20T19:16:00.3074396Z [00:02:03.603]➜  		"metadatas/rocketmq/ListDisasterRecoveryCheckpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListDisasterRecoveryCheckpoints.json",
2025-08-20T19:16:00.3075577Z [00:02:03.603]➜  		"metadatas/rocketmq/ListDisasterRecoveryItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListDisasterRecoveryItems.json",
2025-08-20T19:16:00.3076745Z [00:02:03.603]➜  		"metadatas/rocketmq/ListDisasterRecoveryPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListDisasterRecoveryPlans.json",
2025-08-20T19:16:00.3077805Z [00:02:03.603]➜  		"metadatas/rocketmq/ListInstanceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListInstanceAccount.json",
2025-08-20T19:16:00.3078795Z [00:02:03.603]➜  		"metadatas/rocketmq/ListInstanceAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListInstanceAcl.json",
2025-08-20T19:16:00.3080023Z [00:02:03.603]➜  		"metadatas/rocketmq/ListInstanceIpWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListInstanceIpWhitelist.json",
2025-08-20T19:16:00.3080968Z [00:02:03.603]➜  		"metadatas/rocketmq/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListInstances.json",
2025-08-20T19:16:00.3081888Z [00:02:03.603]➜  		"metadatas/rocketmq/ListMessages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListMessages.json",
2025-08-20T19:16:00.3083329Z [00:02:03.603]➜  		"metadatas/rocketmq/ListMetricMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListMetricMeta.json",
2025-08-20T19:16:00.3084448Z [00:02:03.603]➜  		"metadatas/rocketmq/ListRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListRegions.json",
2025-08-20T19:16:00.3085481Z [00:02:03.603]➜  		"metadatas/rocketmq/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListTagResources.json",
2025-08-20T19:16:00.3086624Z [00:02:03.603]➜  		"metadatas/rocketmq/ListTopicSubscriptions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListTopicSubscriptions.json",
2025-08-20T19:16:00.3087533Z [00:02:03.603]➜  		"metadatas/rocketmq/ListTopics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListTopics.json",
2025-08-20T19:16:00.3088441Z [00:02:03.603]➜  		"metadatas/rocketmq/ListTraces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListTraces.json",
2025-08-20T19:16:00.3089488Z [00:02:03.603]➜  		"metadatas/rocketmq/ResetConsumeOffset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ResetConsumeOffset.json",
2025-08-20T19:16:00.3090808Z [00:02:03.603]➜  		"metadatas/rocketmq/StartDisasterRecoveryItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/StartDisasterRecoveryItem.json",
2025-08-20T19:16:00.3091996Z [00:02:03.603]➜  		"metadatas/rocketmq/StopDisasterRecoveryItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/StopDisasterRecoveryItem.json",
2025-08-20T19:16:00.3093432Z [00:02:03.603]➜  		"metadatas/rocketmq/SyncDisasterRecoveryCheckpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/SyncDisasterRecoveryCheckpoint.json",
2025-08-20T19:16:00.3094378Z [00:02:03.603]➜  		"metadatas/rocketmq/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/TagResources.json",
2025-08-20T19:16:00.3095352Z [00:02:03.603]➜  		"metadatas/rocketmq/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UntagResources.json",
2025-08-20T19:16:00.3096443Z [00:02:03.603]➜  		"metadatas/rocketmq/UpdateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateConsumerGroup.json",
2025-08-20T19:16:00.3097771Z [00:02:03.603]➜  		"metadatas/rocketmq/UpdateDisasterRecoveryItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateDisasterRecoveryItem.json",
2025-08-20T19:16:00.3099006Z [00:02:03.603]➜  		"metadatas/rocketmq/UpdateDisasterRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateDisasterRecoveryPlan.json",
2025-08-20T19:16:00.3099969Z [00:02:03.603]➜  		"metadatas/rocketmq/UpdateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateInstance.json",
2025-08-20T19:16:00.3101080Z [00:02:03.603]➜  		"metadatas/rocketmq/UpdateInstanceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateInstanceAccount.json",
2025-08-20T19:16:00.3102121Z [00:02:03.603]➜  		"metadatas/rocketmq/UpdateInstanceAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateInstanceAcl.json",
2025-08-20T19:16:00.3110545Z [00:02:03.603]➜  		"metadatas/rocketmq/UpdateTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateTopic.json",
2025-08-20T19:16:00.3112056Z [00:02:03.603]➜  		"metadatas/rocketmq/VerifyConsumeMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/VerifyConsumeMessage.json",
2025-08-20T19:16:00.3113265Z [00:02:03.603]➜  		"metadatas/rocketmq/VerifySendMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/VerifySendMessage.json",
2025-08-20T19:16:00.3114283Z [00:02:03.603]➜  		"metadatas/ros/CancelStackOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CancelStackOperation.json",
2025-08-20T19:16:00.3115239Z [00:02:03.603]➜  		"metadatas/ros/CancelUpdateStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CancelUpdateStack.json",
2025-08-20T19:16:00.3116398Z [00:02:03.603]➜  		"metadatas/ros/ContinueCreateStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ContinueCreateStack.json",
2025-08-20T19:16:00.3117312Z [00:02:03.603]➜  		"metadatas/ros/CreateAITask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateAITask.json",
2025-08-20T19:16:00.3118234Z [00:02:03.603]➜  		"metadatas/ros/CreateChangeSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateChangeSet.json",
2025-08-20T19:16:00.3119170Z [00:02:03.603]➜  		"metadatas/ros/CreateDiagnostic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateDiagnostic.json",
2025-08-20T19:16:00.3120020Z [00:02:03.603]➜  		"metadatas/ros/CreateStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateStack.json",
2025-08-20T19:16:00.3120949Z [00:02:03.603]➜  		"metadatas/ros/CreateStackGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateStackGroup.json",
2025-08-20T19:16:00.3122088Z [00:02:03.603]➜  		"metadatas/ros/CreateStackInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateStackInstances.json",
2025-08-20T19:16:00.3123158Z [00:02:03.603]➜  		"metadatas/ros/CreateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateTemplate.json",
2025-08-20T19:16:00.3124204Z [00:02:03.603]➜  		"metadatas/ros/CreateTemplateScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateTemplateScratch.json",
2025-08-20T19:16:00.3125107Z [00:02:03.603]➜  		"metadatas/ros/DeleteChangeSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteChangeSet.json",
2025-08-20T19:16:00.3126026Z [00:02:03.603]➜  		"metadatas/ros/DeleteDiagnostic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteDiagnostic.json",
2025-08-20T19:16:00.3126855Z [00:02:03.603]➜  		"metadatas/ros/DeleteStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteStack.json",
2025-08-20T19:16:00.3127907Z [00:02:03.603]➜  		"metadatas/ros/DeleteStackGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteStackGroup.json",
2025-08-20T19:16:00.3128911Z [00:02:03.603]➜  		"metadatas/ros/DeleteStackInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteStackInstances.json",
2025-08-20T19:16:00.3129792Z [00:02:03.603]➜  		"metadatas/ros/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteTemplate.json",
2025-08-20T19:16:00.3130797Z [00:02:03.603]➜  		"metadatas/ros/DeleteTemplateScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteTemplateScratch.json",
2025-08-20T19:16:00.3131848Z [00:02:03.603]➜  		"metadatas/ros/DeregisterResourceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeregisterResourceType.json",
2025-08-20T19:16:00.3132899Z [00:02:03.603]➜  		"metadatas/ros/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DescribeRegions.json",
2025-08-20T19:16:00.3133844Z [00:02:03.603]➜  		"metadatas/ros/DetectStackDrift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DetectStackDrift.json",
2025-08-20T19:16:00.3134965Z [00:02:03.603]➜  		"metadatas/ros/DetectStackGroupDrift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DetectStackGroupDrift.json",
2025-08-20T19:16:00.3136032Z [00:02:03.603]➜  		"metadatas/ros/DetectStackResourceDrift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DetectStackResourceDrift.json",
2025-08-20T19:16:00.3136943Z [00:02:03.603]➜  		"metadatas/ros/ExecuteChangeSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ExecuteChangeSet.json",
2025-08-20T19:16:00.3138035Z [00:02:03.603]➜  		"metadatas/ros/GenerateTemplateByScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GenerateTemplateByScratch.json",
2025-08-20T19:16:00.3139195Z [00:02:03.603]➜  		"metadatas/ros/GenerateTemplatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GenerateTemplatePolicy.json",
2025-08-20T19:16:00.3139998Z [00:02:03.603]➜  		"metadatas/ros/GetAITask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetAITask.json",
2025-08-20T19:16:00.3140860Z [00:02:03.603]➜  		"metadatas/ros/GetChangeSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetChangeSet.json",
2025-08-20T19:16:00.3141720Z [00:02:03.603]➜  		"metadatas/ros/GetDiagnostic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetDiagnostic.json",
2025-08-20T19:16:00.3142782Z [00:02:03.603]➜  		"metadatas/ros/GetFeatureDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetFeatureDetails.json",
2025-08-20T19:16:00.3143679Z [00:02:03.603]➜  		"metadatas/ros/GetResourceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetResourceType.json",
2025-08-20T19:16:00.3144850Z [00:02:03.603]➜  		"metadatas/ros/GetResourceTypeTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetResourceTypeTemplate.json",
2025-08-20T19:16:00.3145844Z [00:02:03.603]➜  		"metadatas/ros/GetServiceProvisions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetServiceProvisions.json",
2025-08-20T19:16:00.3146620Z [00:02:03.603]➜  		"metadatas/ros/GetStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStack.json",
2025-08-20T19:16:00.3147762Z [00:02:03.603]➜  		"metadatas/ros/GetStackDriftDetectionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackDriftDetectionStatus.json",
2025-08-20T19:16:00.3148630Z [00:02:03.603]➜  		"metadatas/ros/GetStackGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackGroup.json",
2025-08-20T19:16:00.3149657Z [00:02:03.603]➜  		"metadatas/ros/GetStackGroupOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackGroupOperation.json",
2025-08-20T19:16:00.3150662Z [00:02:03.603]➜  		"metadatas/ros/GetStackInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackInstance.json",
2025-08-20T19:16:00.3151556Z [00:02:03.603]➜  		"metadatas/ros/GetStackPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackPolicy.json",
2025-08-20T19:16:00.3152663Z [00:02:03.603]➜  		"metadatas/ros/GetStackResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackResource.json",
2025-08-20T19:16:00.3153506Z [00:02:03.603]➜  		"metadatas/ros/GetTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplate.json",
2025-08-20T19:16:00.3154581Z [00:02:03.603]➜  		"metadatas/ros/GetTemplateEstimateCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplateEstimateCost.json",
2025-08-20T19:16:00.3155805Z [00:02:03.603]➜  		"metadatas/ros/GetTemplateParameterConstraints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplateParameterConstraints.json",
2025-08-20T19:16:00.3156755Z [00:02:03.603]➜  		"metadatas/ros/GetTemplateScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplateScratch.json",
2025-08-20T19:16:00.3157806Z [00:02:03.603]➜  		"metadatas/ros/GetTemplateSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplateSummary.json",
2025-08-20T19:16:00.3158868Z [00:02:03.603]➜  		"metadatas/ros/ImportStacksToStackGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ImportStacksToStackGroup.json",
2025-08-20T19:16:00.3159771Z [00:02:03.603]➜  		"metadatas/ros/ListAITaskEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListAITaskEvents.json",
2025-08-20T19:16:00.3160588Z [00:02:03.603]➜  		"metadatas/ros/ListAITasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListAITasks.json",
2025-08-20T19:16:00.3161562Z [00:02:03.603]➜  		"metadatas/ros/ListChangeSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListChangeSets.json",
2025-08-20T19:16:00.3162617Z [00:02:03.603]➜  		"metadatas/ros/ListDiagnostics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListDiagnostics.json",
2025-08-20T19:16:00.3163794Z [00:02:03.603]➜  		"metadatas/ros/ListResourceTypeRegistrations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListResourceTypeRegistrations.json",
2025-08-20T19:16:00.3164868Z [00:02:03.603]➜  		"metadatas/ros/ListResourceTypeVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListResourceTypeVersions.json",
2025-08-20T19:16:00.3165809Z [00:02:03.603]➜  		"metadatas/ros/ListResourceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListResourceTypes.json",
2025-08-20T19:16:00.3166805Z [00:02:03.603]➜  		"metadatas/ros/ListStackEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackEvents.json",
2025-08-20T19:16:00.3168002Z [00:02:03.603]➜  		"metadatas/ros/ListStackGroupOperationResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackGroupOperationResults.json",
2025-08-20T19:16:00.3169078Z [00:02:03.603]➜  		"metadatas/ros/ListStackGroupOperations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackGroupOperations.json",
2025-08-20T19:16:00.3169963Z [00:02:03.603]➜  		"metadatas/ros/ListStackGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackGroups.json",
2025-08-20T19:16:00.3170909Z [00:02:03.603]➜  		"metadatas/ros/ListStackInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackInstances.json",
2025-08-20T19:16:00.3171948Z [00:02:03.603]➜  		"metadatas/ros/ListStackOperationRisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackOperationRisks.json",
2025-08-20T19:16:00.3173165Z [00:02:03.603]➜  		"metadatas/ros/ListStackResourceDrifts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackResourceDrifts.json",
2025-08-20T19:16:00.3174209Z [00:02:03.603]➜  		"metadatas/ros/ListStackResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackResources.json",
2025-08-20T19:16:00.3175019Z [00:02:03.603]➜  		"metadatas/ros/ListStacks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStacks.json",
2025-08-20T19:16:00.3175812Z [00:02:03.603]➜  		"metadatas/ros/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTagKeys.json",
2025-08-20T19:16:00.3176681Z [00:02:03.603]➜  		"metadatas/ros/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTagResources.json",
2025-08-20T19:16:00.3177500Z [00:02:03.603]➜  		"metadatas/ros/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTagValues.json",
2025-08-20T19:16:00.3178506Z [00:02:03.603]➜  		"metadatas/ros/ListTemplateScratches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTemplateScratches.json",
2025-08-20T19:16:00.3179614Z [00:02:03.603]➜  		"metadatas/ros/ListTemplateVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTemplateVersions.json",
2025-08-20T19:16:00.3180445Z [00:02:03.603]➜  		"metadatas/ros/ListTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTemplates.json",
2025-08-20T19:16:00.3181340Z [00:02:03.603]➜  		"metadatas/ros/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/MoveResourceGroup.json",
2025-08-20T19:16:00.3182176Z [00:02:03.603]➜  		"metadatas/ros/PreviewStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/PreviewStack.json",
2025-08-20T19:16:00.3183318Z [00:02:03.603]➜  		"metadatas/ros/RegisterResourceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/RegisterResourceType.json",
2025-08-20T19:16:00.3184413Z [00:02:03.603]➜  		"metadatas/ros/SetDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SetDeletionProtection.json",
2025-08-20T19:16:00.3185291Z [00:02:03.603]➜  		"metadatas/ros/SetResourceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SetResourceType.json",
2025-08-20T19:16:00.3186146Z [00:02:03.603]➜  		"metadatas/ros/SetStackPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SetStackPolicy.json",
2025-08-20T19:16:00.3187125Z [00:02:03.603]➜  		"metadatas/ros/SetTemplatePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SetTemplatePermission.json",
2025-08-20T19:16:00.3187966Z [00:02:03.603]➜  		"metadatas/ros/SignalResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SignalResource.json",
2025-08-20T19:16:00.3189081Z [00:02:03.603]➜  		"metadatas/ros/StopStackGroupOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/StopStackGroupOperation.json",
2025-08-20T19:16:00.3189915Z [00:02:03.603]➜  		"metadatas/ros/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/TagResources.json",
2025-08-20T19:16:00.3190770Z [00:02:03.603]➜  		"metadatas/ros/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UntagResources.json",
2025-08-20T19:16:00.3191567Z [00:02:03.603]➜  		"metadatas/ros/UpdateStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateStack.json",
2025-08-20T19:16:00.3192584Z [00:02:03.603]➜  		"metadatas/ros/UpdateStackGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateStackGroup.json",
2025-08-20T19:16:00.3193585Z [00:02:03.603]➜  		"metadatas/ros/UpdateStackInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateStackInstances.json",
2025-08-20T19:16:00.3194780Z [00:02:03.603]➜  		"metadatas/ros/UpdateStackTemplateByResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateStackTemplateByResources.json",
2025-08-20T19:16:00.3195766Z [00:02:03.603]➜  		"metadatas/ros/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateTemplate.json",
2025-08-20T19:16:00.3196779Z [00:02:03.603]➜  		"metadatas/ros/UpdateTemplateScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateTemplateScratch.json",
2025-08-20T19:16:00.3197687Z [00:02:03.603]➜  		"metadatas/ros/ValidateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ValidateTemplate.json",
2025-08-20T19:16:00.3198803Z [00:02:03.603]➜  		"metadatas/sae/AbortAndRollbackChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/AbortAndRollbackChangeOrder.json",
2025-08-20T19:16:00.3199706Z [00:02:03.603]➜  		"metadatas/sae/AbortChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/AbortChangeOrder.json",
2025-08-20T19:16:00.3200740Z [00:02:03.603]➜  		"metadatas/sae/BatchStartApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/BatchStartApplications.json",
2025-08-20T19:16:00.3201843Z [00:02:03.603]➜  		"metadatas/sae/BatchStopApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/BatchStopApplications.json",
2025-08-20T19:16:00.3202868Z [00:02:03.603]➜  		"metadatas/sae/BindNlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/BindNlb.json",
2025-08-20T19:16:00.3203633Z [00:02:03.603]➜  		"metadatas/sae/BindSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/BindSlb.json",
2025-08-20T19:16:00.3204623Z [00:02:03.603]➜  		"metadatas/sae/ConfirmPipelineBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ConfirmPipelineBatch.json",
2025-08-20T19:16:00.3205552Z [00:02:03.603]➜  		"metadatas/sae/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateApplication.json",
2025-08-20T19:16:00.3206810Z [00:02:03.603]➜  		"metadatas/sae/CreateApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateApplicationScalingRule.json",
2025-08-20T19:16:00.3207715Z [00:02:03.603]➜  		"metadatas/sae/CreateConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateConfigMap.json",
2025-08-20T19:16:00.3208650Z [00:02:03.603]➜  		"metadatas/sae/CreateGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateGreyTagRoute.json",
2025-08-20T19:16:00.3209510Z [00:02:03.603]➜  		"metadatas/sae/CreateIngress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateIngress.json",
2025-08-20T19:16:00.3210287Z [00:02:03.603]➜  		"metadatas/sae/CreateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateJob.json",
2025-08-20T19:16:00.3211267Z [00:02:03.603]➜  		"metadatas/sae/CreateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateNamespace.json",
2025-08-20T19:16:00.3212570Z [00:02:03.603]➜  		"metadatas/sae/CreateOrUpdateSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateOrUpdateSwimmingLane.json",
2025-08-20T19:16:00.3213793Z [00:02:03.603]➜  		"metadatas/sae/CreateOrUpdateSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateOrUpdateSwimmingLaneGroup.json",
2025-08-20T19:16:00.3214641Z [00:02:03.603]➜  		"metadatas/sae/CreateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateSecret.json",
2025-08-20T19:16:00.3215621Z [00:02:03.603]➜  		"metadatas/sae/CreateWebApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateWebApplication.json",
2025-08-20T19:16:00.3216643Z [00:02:03.603]➜  		"metadatas/sae/CreateWebCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateWebCustomDomain.json",
2025-08-20T19:16:00.3217576Z [00:02:03.603]➜  		"metadatas/sae/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteApplication.json",
2025-08-20T19:16:00.3218829Z [00:02:03.603]➜  		"metadatas/sae/DeleteApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteApplicationScalingRule.json",
2025-08-20T19:16:00.3219730Z [00:02:03.603]➜  		"metadatas/sae/DeleteConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteConfigMap.json",
2025-08-20T19:16:00.3220678Z [00:02:03.603]➜  		"metadatas/sae/DeleteGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteGreyTagRoute.json",
2025-08-20T19:16:00.3221576Z [00:02:03.603]➜  		"metadatas/sae/DeleteHistoryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteHistoryJob.json",
2025-08-20T19:16:00.3222575Z [00:02:03.603]➜  		"metadatas/sae/DeleteIngress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteIngress.json",
2025-08-20T19:16:00.3223484Z [00:02:03.603]➜  		"metadatas/sae/DeleteInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteInstances.json",
2025-08-20T19:16:00.3224378Z [00:02:03.603]➜  		"metadatas/sae/DeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteJob.json",
2025-08-20T19:16:00.3225263Z [00:02:03.603]➜  		"metadatas/sae/DeleteNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteNamespace.json",
2025-08-20T19:16:00.3226104Z [00:02:03.603]➜  		"metadatas/sae/DeleteSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteSecret.json",
2025-08-20T19:16:00.3227149Z [00:02:03.603]➜  		"metadatas/sae/DeleteSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteSwimmingLaneGroup.json",
2025-08-20T19:16:00.3228124Z [00:02:03.603]➜  		"metadatas/sae/DeleteWebApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteWebApplication.json",
2025-08-20T19:16:00.3229373Z [00:02:03.603]➜  		"metadatas/sae/DeleteWebApplicationRevision.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteWebApplicationRevision.json",
2025-08-20T19:16:00.3230366Z [00:02:03.603]➜  		"metadatas/sae/DeleteWebCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteWebCustomDomain.json",
2025-08-20T19:16:00.3231303Z [00:02:03.603]➜  		"metadatas/sae/DeployApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeployApplication.json",
2025-08-20T19:16:00.3232361Z [00:02:03.603]➜  		"metadatas/sae/DescribeAppServiceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeAppServiceDetail.json",
2025-08-20T19:16:00.3233653Z [00:02:03.603]➜  		"metadatas/sae/DescribeApplicationConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationConfig.json",
2025-08-20T19:16:00.3234899Z [00:02:03.603]➜  		"metadatas/sae/DescribeApplicationGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationGroups.json",
2025-08-20T19:16:00.3236159Z [00:02:03.603]➜  		"metadatas/sae/DescribeApplicationImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationImage.json",
2025-08-20T19:16:00.3237338Z [00:02:03.603]➜  		"metadatas/sae/DescribeApplicationInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationInstances.json",
2025-08-20T19:16:00.3238508Z [00:02:03.603]➜  		"metadatas/sae/DescribeApplicationMseService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationMseService.json",
2025-08-20T19:16:00.3239548Z [00:02:03.603]➜  		"metadatas/sae/DescribeApplicationNlbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationNlbs.json",
2025-08-20T19:16:00.3240737Z [00:02:03.603]➜  		"metadatas/sae/DescribeApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationScalingRule.json",
2025-08-20T19:16:00.3242071Z [00:02:03.603]➜  		"metadatas/sae/DescribeApplicationScalingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationScalingRules.json",
2025-08-20T19:16:00.3243334Z [00:02:03.603]➜  		"metadatas/sae/DescribeApplicationSlbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationSlbs.json",
2025-08-20T19:16:00.3244427Z [00:02:03.603]➜  		"metadatas/sae/DescribeApplicationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationStatus.json",
2025-08-20T19:16:00.3245355Z [00:02:03.603]➜  		"metadatas/sae/DescribeChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeChangeOrder.json",
2025-08-20T19:16:00.3246263Z [00:02:03.603]➜  		"metadatas/sae/DescribeComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeComponents.json",
2025-08-20T19:16:00.3247153Z [00:02:03.603]➜  		"metadatas/sae/DescribeConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeConfigMap.json",
2025-08-20T19:16:00.3248339Z [00:02:03.603]➜  		"metadatas/sae/DescribeConfigurationPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeConfigurationPrice.json",
2025-08-20T19:16:00.3249323Z [00:02:03.604]➜  		"metadatas/sae/DescribeEdasContainers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeEdasContainers.json",
2025-08-20T19:16:00.3250275Z [00:02:03.604]➜  		"metadatas/sae/DescribeGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeGreyTagRoute.json",
2025-08-20T19:16:00.3251134Z [00:02:03.604]➜  		"metadatas/sae/DescribeIngress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeIngress.json",
2025-08-20T19:16:00.3252066Z [00:02:03.604]➜  		"metadatas/sae/DescribeInstanceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeInstanceLog.json",
2025-08-20T19:16:00.3253476Z [00:02:03.604]➜  		"metadatas/sae/DescribeInstanceSpecifications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeInstanceSpecifications.json",
2025-08-20T19:16:00.3254299Z [00:02:03.604]➜  		"metadatas/sae/DescribeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeJob.json",
2025-08-20T19:16:00.3255216Z [00:02:03.604]➜  		"metadatas/sae/DescribeJobHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeJobHistory.json",
2025-08-20T19:16:00.3256108Z [00:02:03.604]➜  		"metadatas/sae/DescribeJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeJobStatus.json",
2025-08-20T19:16:00.3256999Z [00:02:03.604]➜  		"metadatas/sae/DescribeNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeNamespace.json",
2025-08-20T19:16:00.3258075Z [00:02:03.604]➜  		"metadatas/sae/DescribeNamespaceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeNamespaceList.json",
2025-08-20T19:16:00.3259244Z [00:02:03.604]➜  		"metadatas/sae/DescribeNamespaceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeNamespaceResources.json",
2025-08-20T19:16:00.3260164Z [00:02:03.604]➜  		"metadatas/sae/DescribeNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeNamespaces.json",
2025-08-20T19:16:00.3261058Z [00:02:03.604]➜  		"metadatas/sae/DescribePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribePipeline.json",
2025-08-20T19:16:00.3261923Z [00:02:03.604]➜  		"metadatas/sae/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeRegions.json",
2025-08-20T19:16:00.3262928Z [00:02:03.604]➜  		"metadatas/sae/DescribeSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeSecret.json",
2025-08-20T19:16:00.3263906Z [00:02:03.604]➜  		"metadatas/sae/DescribeSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeSwimmingLane.json",
2025-08-20T19:16:00.3264920Z [00:02:03.604]➜  		"metadatas/sae/DescribeWebApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplication.json",
2025-08-20T19:16:00.3266120Z [00:02:03.604]➜  		"metadatas/sae/DescribeWebApplicationResourceStatics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplicationResourceStatics.json",
2025-08-20T19:16:00.3267160Z [00:02:03.604]➜  		"metadatas/sae/DescribeWebApplicationRevision.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplicationRevision.json",
2025-08-20T19:16:00.3268550Z [00:02:03.604]➜  		"metadatas/sae/DescribeWebApplicationScalingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplicationScalingConfig.json",
2025-08-20T19:16:00.3269879Z [00:02:03.604]➜  		"metadatas/sae/DescribeWebApplicationTrafficConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplicationTrafficConfig.json",
2025-08-20T19:16:00.3270970Z [00:02:03.604]➜  		"metadatas/sae/DescribeWebCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebCustomDomain.json",
2025-08-20T19:16:00.3271992Z [00:02:03.604]➜  		"metadatas/sae/DescribeWebInstanceLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebInstanceLogs.json",
2025-08-20T19:16:00.3273384Z [00:02:03.604]➜  		"metadatas/sae/DisableApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DisableApplicationScalingRule.json",
2025-08-20T19:16:00.3274460Z [00:02:03.604]➜  		"metadatas/sae/DowngradeApplicationApmService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DowngradeApplicationApmService.json",
2025-08-20T19:16:00.3275605Z [00:02:03.604]➜  		"metadatas/sae/EnableApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/EnableApplicationScalingRule.json",
2025-08-20T19:16:00.3276286Z [00:02:03.604]➜  		"metadatas/sae/ExecJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ExecJob.json",
2025-08-20T19:16:00.3277067Z [00:02:03.604]➜  		"metadatas/sae/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetApplication.json",
2025-08-20T19:16:00.3278035Z [00:02:03.604]➜  		"metadatas/sae/GetArmsTopNMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetArmsTopNMetric.json",
2025-08-20T19:16:00.3279034Z [00:02:03.604]➜  		"metadatas/sae/GetAvailabilityMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetAvailabilityMetric.json",
2025-08-20T19:16:00.3279960Z [00:02:03.604]➜  		"metadatas/sae/GetChangeOrderMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetChangeOrderMetric.json",
2025-08-20T19:16:00.3280965Z [00:02:03.604]➜  		"metadatas/sae/GetScaleAppMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetScaleAppMetric.json",
2025-08-20T19:16:00.3282167Z [00:02:03.604]➜  		"metadatas/sae/GetWarningEventMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetWarningEventMetric.json",
2025-08-20T19:16:00.3283239Z [00:02:03.604]➜  		"metadatas/sae/GetWebshellToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetWebshellToken.json",
2025-08-20T19:16:00.3284323Z [00:02:03.604]➜  		"metadatas/sae/ListAllSwimmingLaneGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAllSwimmingLaneGroups.json",
2025-08-20T19:16:00.3285325Z [00:02:03.604]➜  		"metadatas/sae/ListAllSwimmingLanes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAllSwimmingLanes.json",
2025-08-20T19:16:00.3286205Z [00:02:03.604]➜  		"metadatas/sae/ListAppEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAppEvents.json",
2025-08-20T19:16:00.3287113Z [00:02:03.604]➜  		"metadatas/sae/ListAppServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAppServices.json",
2025-08-20T19:16:00.3288102Z [00:02:03.604]➜  		"metadatas/sae/ListAppServicesPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAppServicesPage.json",
2025-08-20T19:16:00.3288995Z [00:02:03.604]➜  		"metadatas/sae/ListAppVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAppVersions.json",
2025-08-20T19:16:00.3289908Z [00:02:03.604]➜  		"metadatas/sae/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListApplications.json",
2025-08-20T19:16:00.3291132Z [00:02:03.604]➜  		"metadatas/sae/ListApplicationsForSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListApplicationsForSwimmingLane.json",
2025-08-20T19:16:00.3292057Z [00:02:03.604]➜  		"metadatas/sae/ListChangeOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListChangeOrders.json",
2025-08-20T19:16:00.3293363Z [00:02:03.604]➜  		"metadatas/sae/ListConsumedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListConsumedServices.json",
2025-08-20T19:16:00.3294284Z [00:02:03.604]➜  		"metadatas/sae/ListGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListGreyTagRoute.json",
2025-08-20T19:16:00.3295148Z [00:02:03.604]➜  		"metadatas/sae/ListIngresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListIngresses.json",
2025-08-20T19:16:00.3295933Z [00:02:03.604]➜  		"metadatas/sae/ListJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListJobs.json",
2025-08-20T19:16:00.3296813Z [00:02:03.604]➜  		"metadatas/sae/ListLogConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListLogConfigs.json",
2025-08-20T19:16:00.3298022Z [00:02:03.604]➜  		"metadatas/sae/ListNamespaceChangeOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListNamespaceChangeOrders.json",
2025-08-20T19:16:00.3299107Z [00:02:03.604]➜  		"metadatas/sae/ListNamespacedConfigMaps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListNamespacedConfigMaps.json",
2025-08-20T19:16:00.3300127Z [00:02:03.604]➜  		"metadatas/sae/ListPublishedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListPublishedServices.json",
2025-08-20T19:16:00.3300959Z [00:02:03.604]➜  		"metadatas/sae/ListSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListSecrets.json",
2025-08-20T19:16:00.3302131Z [00:02:03.604]➜  		"metadatas/sae/ListSwimmingLaneGatewayRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListSwimmingLaneGatewayRoutes.json",
2025-08-20T19:16:00.3303459Z [00:02:03.604]➜  		"metadatas/sae/ListSwimmingLaneGroupTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListSwimmingLaneGroupTags.json",
2025-08-20T19:16:00.3304501Z [00:02:03.604]➜  		"metadatas/sae/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListTagResources.json",
2025-08-20T19:16:00.3305658Z [00:02:03.604]➜  		"metadatas/sae/ListWebApplicationInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListWebApplicationInstances.json",
2025-08-20T19:16:00.3306782Z [00:02:03.604]➜  		"metadatas/sae/ListWebApplicationRevisions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListWebApplicationRevisions.json",
2025-08-20T19:16:00.3307757Z [00:02:03.604]➜  		"metadatas/sae/ListWebApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListWebApplications.json",
2025-08-20T19:16:00.3308740Z [00:02:03.604]➜  		"metadatas/sae/ListWebCustomDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListWebCustomDomains.json",
2025-08-20T19:16:00.3309639Z [00:02:03.604]➜  		"metadatas/sae/OpenSaeService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/OpenSaeService.json",
2025-08-20T19:16:00.3310824Z [00:02:03.604]➜  		"metadatas/sae/PublishWebApplicationRevision.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/PublishWebApplicationRevision.json",
2025-08-20T19:16:00.3311873Z [00:02:03.604]➜  		"metadatas/sae/QueryResourceStatics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/QueryResourceStatics.json",
2025-08-20T19:16:00.3313397Z [00:02:03.604]➜  		"metadatas/sae/ReduceApplicationCapacityByInstanceIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ReduceApplicationCapacityByInstanceIds.json",
2025-08-20T19:16:00.3314358Z [00:02:03.604]➜  		"metadatas/sae/RescaleApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RescaleApplication.json",
2025-08-20T19:16:00.3315528Z [00:02:03.604]➜  		"metadatas/sae/RescaleApplicationVertically.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RescaleApplicationVertically.json",
2025-08-20T19:16:00.3316458Z [00:02:03.604]➜  		"metadatas/sae/RestartApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RestartApplication.json",
2025-08-20T19:16:00.3317375Z [00:02:03.604]➜  		"metadatas/sae/RestartInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RestartInstances.json",
2025-08-20T19:16:00.3318310Z [00:02:03.604]➜  		"metadatas/sae/RollbackApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RollbackApplication.json",
2025-08-20T19:16:00.3319200Z [00:02:03.604]➜  		"metadatas/sae/StartApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/StartApplication.json",
2025-08-20T19:16:00.3320058Z [00:02:03.604]➜  		"metadatas/sae/StartWebApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/StartWebApplication.json",
2025-08-20T19:16:00.3321180Z [00:02:03.604]➜  		"metadatas/sae/StopApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/StopApplication.json",
2025-08-20T19:16:00.3322149Z [00:02:03.604]➜  		"metadatas/sae/StopWebApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/StopWebApplication.json",
2025-08-20T19:16:00.3323132Z [00:02:03.604]➜  		"metadatas/sae/SuspendJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/SuspendJob.json",
2025-08-20T19:16:00.3323988Z [00:02:03.604]➜  		"metadatas/sae/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/TagResources.json",
2025-08-20T19:16:00.3324782Z [00:02:03.604]➜  		"metadatas/sae/UnbindNlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UnbindNlb.json",
2025-08-20T19:16:00.3325562Z [00:02:03.604]➜  		"metadatas/sae/UnbindSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UnbindSlb.json",
2025-08-20T19:16:00.3326558Z [00:02:03.604]➜  		"metadatas/sae/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UntagResources.json",
2025-08-20T19:16:00.3327498Z [00:02:03.604]➜  		"metadatas/sae/UpdateAppMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateAppMode.json",
2025-08-20T19:16:00.3328557Z [00:02:03.604]➜  		"metadatas/sae/UpdateAppSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateAppSecurityGroup.json",
2025-08-20T19:16:00.3329713Z [00:02:03.604]➜  		"metadatas/sae/UpdateApplicationDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateApplicationDescription.json",
2025-08-20T19:16:00.3330852Z [00:02:03.604]➜  		"metadatas/sae/UpdateApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateApplicationScalingRule.json",
2025-08-20T19:16:00.3331994Z [00:02:03.604]➜  		"metadatas/sae/UpdateApplicationVswitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateApplicationVswitches.json",
2025-08-20T19:16:00.3333080Z [00:02:03.604]➜  		"metadatas/sae/UpdateConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateConfigMap.json",
2025-08-20T19:16:00.3334060Z [00:02:03.604]➜  		"metadatas/sae/UpdateGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateGreyTagRoute.json",
2025-08-20T19:16:00.3334923Z [00:02:03.604]➜  		"metadatas/sae/UpdateIngress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateIngress.json",
2025-08-20T19:16:00.3335720Z [00:02:03.604]➜  		"metadatas/sae/UpdateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateJob.json",
2025-08-20T19:16:00.3336619Z [00:02:03.604]➜  		"metadatas/sae/UpdateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateNamespace.json",
2025-08-20T19:16:00.3337579Z [00:02:03.604]➜  		"metadatas/sae/UpdateNamespaceVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateNamespaceVpc.json",
2025-08-20T19:16:00.3338432Z [00:02:03.604]➜  		"metadatas/sae/UpdateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateSecret.json",
2025-08-20T19:16:00.3339827Z [00:02:03.604]➜  		"metadatas/sae/UpdateSwimmingLaneEnableAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateSwimmingLaneEnableAttribute.json",
2025-08-20T19:16:00.3340826Z [00:02:03.604]➜  		"metadatas/sae/UpdateWebApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateWebApplication.json",
2025-08-20T19:16:00.3342091Z [00:02:03.604]➜  		"metadatas/sae/UpdateWebApplicationScalingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateWebApplicationScalingConfig.json",
2025-08-20T19:16:00.3343575Z [00:02:03.604]➜  		"metadatas/sae/UpdateWebApplicationTrafficConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateWebApplicationTrafficConfig.json",
2025-08-20T19:16:00.3344720Z [00:02:03.604]➜  		"metadatas/sae/UpdateWebCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateWebCustomDomain.json",
2025-08-20T19:16:00.3345889Z [00:02:03.604]➜  		"metadatas/sae/UpgradeApplicationApmService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpgradeApplicationApmService.json",
2025-08-20T19:16:00.3346718Z [00:02:03.604]➜  		"metadatas/saf/ExecuteRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/saf/ExecuteRequest.json",
2025-08-20T19:16:00.3349089Z [00:02:03.604]➜  		"metadatas/saf/ExecuteRequestML.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/saf/ExecuteRequestML.json",
2025-08-20T19:16:00.3350087Z [00:02:03.604]➜  		"metadatas/saf/ExecuteRequestSG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/saf/ExecuteRequestSG.json",
2025-08-20T19:16:00.3351240Z [00:02:03.604]➜  		"metadatas/saf/RequestDecision.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/saf/RequestDecision.json",
2025-08-20T19:16:00.3352686Z [00:02:03.604]➜  		"metadatas/sas/AddAssetSelectionCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddAssetSelectionCriteria.json",
2025-08-20T19:16:00.3353918Z [00:02:03.604]➜  		"metadatas/sas/AddBaselineCheckWhiteRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddBaselineCheckWhiteRecord.json",
2025-08-20T19:16:00.3355208Z [00:02:03.604]➜  		"metadatas/sas/AddCheckInstanceResultWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddCheckInstanceResultWhiteList.json",
2025-08-20T19:16:00.3356301Z [00:02:03.604]➜  		"metadatas/sas/AddCheckResultWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddCheckResultWhiteList.json",
2025-08-20T19:16:00.3357399Z [00:02:03.604]➜  		"metadatas/sas/AddClientUserDefineRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddClientUserDefineRule.json",
2025-08-20T19:16:00.3358527Z [00:02:03.604]➜  		"metadatas/sas/AddCloudVendorAccountAK.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddCloudVendorAccountAK.json",
2025-08-20T19:16:00.3359630Z [00:02:03.604]➜  		"metadatas/sas/AddCloudVendorTrialConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddCloudVendorTrialConfig.json",
2025-08-20T19:16:00.3360714Z [00:02:03.604]➜  		"metadatas/sas/AddContainerDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddContainerDefenseRule.json",
2025-08-20T19:16:00.3361760Z [00:02:03.604]➜  		"metadatas/sas/AddContainerPluginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddContainerPluginRule.json",
2025-08-20T19:16:00.3362864Z [00:02:03.604]➜  		"metadatas/sas/AddIdcProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddIdcProbe.json",
2025-08-20T19:16:00.3363973Z [00:02:03.604]➜  		"metadatas/sas/AddImageEventOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddImageEventOperation.json",
2025-08-20T19:16:00.3365082Z [00:02:03.604]➜  		"metadatas/sas/AddImageVulWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddImageVulWhiteList.json",
2025-08-20T19:16:00.3366216Z [00:02:03.604]➜  		"metadatas/sas/AddInstallCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddInstallCode.json",
2025-08-20T19:16:00.3367187Z [00:02:03.604]➜  		"metadatas/sas/AddPrivateRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddPrivateRegistry.json",
2025-08-20T19:16:00.3368142Z [00:02:03.605]➜  		"metadatas/sas/AddProtectVpcList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddProtectVpcList.json",
2025-08-20T19:16:00.3369061Z [00:02:03.605]➜  		"metadatas/sas/AddPublishBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddPublishBatch.json",
2025-08-20T19:16:00.3370315Z [00:02:03.605]➜  		"metadatas/sas/AddSasContainerWebDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddSasContainerWebDefenseRule.json",
2025-08-20T19:16:00.3371266Z [00:02:03.605]➜  		"metadatas/sas/AddSasModuleTrial.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddSasModuleTrial.json",
2025-08-20T19:16:00.3372156Z [00:02:03.605]➜  		"metadatas/sas/AddTagWithUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddTagWithUuid.json",
2025-08-20T19:16:00.3373423Z [00:02:03.605]➜  		"metadatas/sas/AddUninstallClientsByUuids.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddUninstallClientsByUuids.json",
2025-08-20T19:16:00.3374305Z [00:02:03.605]➜  		"metadatas/sas/AddVpcHoneyPot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddVpcHoneyPot.json",
2025-08-20T19:16:00.3375599Z [00:02:03.605]➜  		"metadatas/sas/AdvanceSecurityEventOperations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AdvanceSecurityEventOperations.json",
2025-08-20T19:16:00.3376761Z [00:02:03.605]➜  		"metadatas/sas/BatchCreateMaliciousNote.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BatchCreateMaliciousNote.json",
2025-08-20T19:16:00.3378126Z [00:02:03.605]➜  		"metadatas/sas/BatchDeleteMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BatchDeleteMaliciousFileWhitelistConfig.json",
2025-08-20T19:16:00.3379316Z [00:02:03.605]➜  		"metadatas/sas/BatchOperateCommonOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BatchOperateCommonOverallConfig.json",
2025-08-20T19:16:00.3380666Z [00:02:03.605]➜  		"metadatas/sas/BatchUpdateMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BatchUpdateMaliciousFileWhitelistConfig.json",
2025-08-20T19:16:00.3381573Z [00:02:03.605]➜  		"metadatas/sas/BindAuthToMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BindAuthToMachine.json",
2025-08-20T19:16:00.3382631Z [00:02:03.605]➜  		"metadatas/sas/BindHybridProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BindHybridProxy.json",
2025-08-20T19:16:00.3383528Z [00:02:03.605]➜  		"metadatas/sas/CancelOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CancelOnceTask.json",
2025-08-20T19:16:00.3384689Z [00:02:03.605]➜  		"metadatas/sas/ChangeAssetRefreshTaskConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeAssetRefreshTaskConfig.json",
2025-08-20T19:16:00.3385611Z [00:02:03.605]➜  		"metadatas/sas/ChangeCheckConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeCheckConfig.json",
2025-08-20T19:16:00.3386665Z [00:02:03.605]➜  		"metadatas/sas/ChangeCheckCustomConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeCheckCustomConfig.json",
2025-08-20T19:16:00.3387723Z [00:02:03.605]➜  		"metadatas/sas/ChangeSecurityScoreRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeSecurityScoreRule.json",
2025-08-20T19:16:00.3388618Z [00:02:03.605]➜  		"metadatas/sas/ChangeUserLang.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeUserLang.json",
2025-08-20T19:16:00.3389728Z [00:02:03.605]➜  		"metadatas/sas/CheckSecurityEventId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CheckSecurityEventId.json",
2025-08-20T19:16:00.3390744Z [00:02:03.605]➜  		"metadatas/sas/CheckStsTokenAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CheckStsTokenAuth.json",
2025-08-20T19:16:00.3391756Z [00:02:03.605]➜  		"metadatas/sas/CheckTrialFixCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CheckTrialFixCount.json",
2025-08-20T19:16:00.3392860Z [00:02:03.605]➜  		"metadatas/sas/CheckUserHasEcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CheckUserHasEcs.json",
2025-08-20T19:16:00.3394025Z [00:02:03.605]➜  		"metadatas/sas/ConfirmVirusEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ConfirmVirusEvents.json",
2025-08-20T19:16:00.3395173Z [00:02:03.605]➜  		"metadatas/sas/CopyCustomizeReportConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CopyCustomizeReportConfig.json",
2025-08-20T19:16:00.3396260Z [00:02:03.605]➜  		"metadatas/sas/CreateAgentlessScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAgentlessScanTask.json",
2025-08-20T19:16:00.3397273Z [00:02:03.605]➜  		"metadatas/sas/CreateAntiBruteForceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAntiBruteForceRule.json",
2025-08-20T19:16:00.3398343Z [00:02:03.605]➜  		"metadatas/sas/CreateAssetSelectionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAssetSelectionConfig.json",
2025-08-20T19:16:00.3399872Z [00:02:03.605]➜  		"metadatas/sas/CreateAttackPathSensitiveAssetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAttackPathSensitiveAssetConfig.json",
2025-08-20T19:16:00.3401109Z [00:02:03.605]➜  		"metadatas/sas/CreateAttackPathWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAttackPathWhitelist.json",
2025-08-20T19:16:00.3402012Z [00:02:03.605]➜  		"metadatas/sas/CreateAttestor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAttestor.json",
2025-08-20T19:16:00.3403203Z [00:02:03.605]➜  		"metadatas/sas/CreateBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateBackupPolicy.json",
2025-08-20T19:16:00.3404208Z [00:02:03.605]➜  		"metadatas/sas/CreateBatchUploadUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateBatchUploadUrl.json",
2025-08-20T19:16:00.3405338Z [00:02:03.605]➜  		"metadatas/sas/CreateBinarySecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateBinarySecurityPolicy.json",
2025-08-20T19:16:00.3406418Z [00:02:03.605]➜  		"metadatas/sas/CreateContainerScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateContainerScanTask.json",
2025-08-20T19:16:00.3407705Z [00:02:03.605]➜  		"metadatas/sas/CreateContainerScanTaskByAppName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateContainerScanTaskByAppName.json",
2025-08-20T19:16:00.3408814Z [00:02:03.605]➜  		"metadatas/sas/CreateCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateCustomBlockRecord.json",
2025-08-20T19:16:00.3409828Z [00:02:03.605]➜  		"metadatas/sas/CreateCustomizedDict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateCustomizedDict.json",
2025-08-20T19:16:00.3410756Z [00:02:03.605]➜  		"metadatas/sas/CreateCycleTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateCycleTask.json",
2025-08-20T19:16:00.3411766Z [00:02:03.605]➜  		"metadatas/sas/CreateDynamicDict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateDynamicDict.json",
2025-08-20T19:16:00.3412859Z [00:02:03.605]➜  		"metadatas/sas/CreateFileDetect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateFileDetect.json",
2025-08-20T19:16:00.3414103Z [00:02:03.605]➜  		"metadatas/sas/CreateFileDetectUploadUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateFileDetectUploadUrl.json",
2025-08-20T19:16:00.3415122Z [00:02:03.605]➜  		"metadatas/sas/CreateFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateFileProtectRule.json",
2025-08-20T19:16:00.3416102Z [00:02:03.605]➜  		"metadatas/sas/CreateFileUploadLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateFileUploadLimit.json",
2025-08-20T19:16:00.3416988Z [00:02:03.605]➜  		"metadatas/sas/CreateHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypot.json",
2025-08-20T19:16:00.3418033Z [00:02:03.605]➜  		"metadatas/sas/CreateHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypotNode.json",
2025-08-20T19:16:00.3419022Z [00:02:03.605]➜  		"metadatas/sas/CreateHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypotPreset.json",
2025-08-20T19:16:00.3419977Z [00:02:03.605]➜  		"metadatas/sas/CreateHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypotProbe.json",
2025-08-20T19:16:00.3421028Z [00:02:03.605]➜  		"metadatas/sas/CreateHoneypotProbeBind.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypotProbeBind.json",
2025-08-20T19:16:00.3422098Z [00:02:03.605]➜  		"metadatas/sas/CreateHybridProxyCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHybridProxyCluster.json",
2025-08-20T19:16:00.3423404Z [00:02:03.605]➜  		"metadatas/sas/CreateInterceptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateInterceptionRule.json",
2025-08-20T19:16:00.3424572Z [00:02:03.605]➜  		"metadatas/sas/CreateInterceptionTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateInterceptionTarget.json",
2025-08-20T19:16:00.3425706Z [00:02:03.605]➜  		"metadatas/sas/CreateJenkinsImageRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateJenkinsImageRegistry.json",
2025-08-20T19:16:00.3426832Z [00:02:03.605]➜  		"metadatas/sas/CreateJenkinsImageScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateJenkinsImageScanTask.json",
2025-08-20T19:16:00.3428114Z [00:02:03.605]➜  		"metadatas/sas/CreateMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateMaliciousFileWhitelistConfig.json",
2025-08-20T19:16:00.3429095Z [00:02:03.605]➜  		"metadatas/sas/CreateMaliciousNote.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateMaliciousNote.json",
2025-08-20T19:16:00.3430103Z [00:02:03.605]➜  		"metadatas/sas/CreateMonitorAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateMonitorAccount.json",
2025-08-20T19:16:00.3431153Z [00:02:03.605]➜  		"metadatas/sas/CreateOpaClusterPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOpaClusterPlugin.json",
2025-08-20T19:16:00.3432145Z [00:02:03.605]➜  		"metadatas/sas/CreateOpaStrategyNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOpaStrategyNew.json",
2025-08-20T19:16:00.3433432Z [00:02:03.605]➜  		"metadatas/sas/CreateOrUpdateAssetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOrUpdateAssetGroup.json",
2025-08-20T19:16:00.3434543Z [00:02:03.605]➜  		"metadatas/sas/CreateOrUpdateAutoTagRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOrUpdateAutoTagRule.json",
2025-08-20T19:16:00.3435597Z [00:02:03.605]➜  		"metadatas/sas/CreateOrUpdateDingTalk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOrUpdateDingTalk.json",
2025-08-20T19:16:00.3436653Z [00:02:03.605]➜  		"metadatas/sas/CreateOssBucketScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOssBucketScanTask.json",
2025-08-20T19:16:00.3437744Z [00:02:03.605]➜  		"metadatas/sas/CreateOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOssScanConfig.json",
2025-08-20T19:16:00.3438790Z [00:02:03.605]➜  		"metadatas/sas/CreateRdDefaultSyncList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateRdDefaultSyncList.json",
2025-08-20T19:16:00.3439716Z [00:02:03.605]➜  		"metadatas/sas/CreateRestoreJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateRestoreJob.json",
2025-08-20T19:16:00.3440610Z [00:02:03.605]➜  		"metadatas/sas/CreateSasTrial.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateSasTrial.json",
2025-08-20T19:16:00.3441764Z [00:02:03.605]➜  		"metadatas/sas/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateServiceLinkedRole.json",
2025-08-20T19:16:00.3442932Z [00:02:03.605]➜  		"metadatas/sas/CreateServiceTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateServiceTrail.json",
2025-08-20T19:16:00.3444288Z [00:02:03.605]➜  		"metadatas/sas/CreateSimilarSecurityEventsQueryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateSimilarSecurityEventsQueryTask.json",
2025-08-20T19:16:00.3445330Z [00:02:03.605]➜  		"metadatas/sas/CreateSoarStrategyTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateSoarStrategyTask.json",
2025-08-20T19:16:00.3446306Z [00:02:03.605]➜  		"metadatas/sas/CreateSuspEventNote.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateSuspEventNote.json",
2025-08-20T19:16:00.3447540Z [00:02:03.605]➜  		"metadatas/sas/CreateUniBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateUniBackupPolicy.json",
2025-08-20T19:16:00.3448615Z [00:02:03.605]➜  		"metadatas/sas/CreateUniRestorePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateUniRestorePlan.json",
2025-08-20T19:16:00.3449561Z [00:02:03.605]➜  		"metadatas/sas/CreateUserSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateUserSetting.json",
2025-08-20T19:16:00.3450593Z [00:02:03.605]➜  		"metadatas/sas/CreateVirusScanOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateVirusScanOnceTask.json",
2025-08-20T19:16:00.3451696Z [00:02:03.605]➜  		"metadatas/sas/CreateVulAutoRepairConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateVulAutoRepairConfig.json",
2025-08-20T19:16:00.3452893Z [00:02:03.605]➜  		"metadatas/sas/DeleteAntiBruteForceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAntiBruteForceRule.json",
2025-08-20T19:16:00.3454244Z [00:02:03.605]➜  		"metadatas/sas/DeleteAttackPathSensitiveAssetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAttackPathSensitiveAssetConfig.json",
2025-08-20T19:16:00.3455346Z [00:02:03.605]➜  		"metadatas/sas/DeleteAttackPathWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAttackPathWhitelist.json",
2025-08-20T19:16:00.3456226Z [00:02:03.605]➜  		"metadatas/sas/DeleteAttestor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAttestor.json",
2025-08-20T19:16:00.3457175Z [00:02:03.605]➜  		"metadatas/sas/DeleteAutoTagRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAutoTagRules.json",
2025-08-20T19:16:00.3458119Z [00:02:03.605]➜  		"metadatas/sas/DeleteBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBackupPolicy.json",
2025-08-20T19:16:00.3459222Z [00:02:03.605]➜  		"metadatas/sas/DeleteBackupPolicyMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBackupPolicyMachine.json",
2025-08-20T19:16:00.3460320Z [00:02:03.605]➜  		"metadatas/sas/DeleteBackupSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBackupSnapshot.json",
2025-08-20T19:16:00.3461518Z [00:02:03.605]➜  		"metadatas/sas/DeleteBaselineCheckWhiteRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBaselineCheckWhiteRecord.json",
2025-08-20T19:16:00.3462797Z [00:02:03.605]➜  		"metadatas/sas/DeleteBinarySecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBinarySecurityPolicy.json",
2025-08-20T19:16:00.3463914Z [00:02:03.605]➜  		"metadatas/sas/DeleteClientUserDefineRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteClientUserDefineRule.json",
2025-08-20T19:16:00.3465019Z [00:02:03.605]➜  		"metadatas/sas/DeleteCloudVendorAccountAK.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCloudVendorAccountAK.json",
2025-08-20T19:16:00.3466232Z [00:02:03.605]➜  		"metadatas/sas/DeleteContainerDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteContainerDefenseRule.json",
2025-08-20T19:16:00.3467323Z [00:02:03.605]➜  		"metadatas/sas/DeleteContainerPluginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteContainerPluginRule.json",
2025-08-20T19:16:00.3468381Z [00:02:03.605]➜  		"metadatas/sas/DeleteCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCustomBlockRecord.json",
2025-08-20T19:16:00.3469391Z [00:02:03.605]➜  		"metadatas/sas/DeleteCustomizeReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCustomizeReport.json",
2025-08-20T19:16:00.3470375Z [00:02:03.605]➜  		"metadatas/sas/DeleteCustomizedDict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCustomizedDict.json",
2025-08-20T19:16:00.3471372Z [00:02:03.605]➜  		"metadatas/sas/DeleteCycleTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCycleTask.json",
2025-08-20T19:16:00.3472332Z [00:02:03.605]➜  		"metadatas/sas/DeleteDingTalk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteDingTalk.json",
2025-08-20T19:16:00.3473690Z [00:02:03.605]➜  		"metadatas/sas/DeleteFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteFileProtectRule.json",
2025-08-20T19:16:00.3474416Z [00:02:03.605]➜  		"metadatas/sas/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteGroup.json",
2025-08-20T19:16:00.3475306Z [00:02:03.605]➜  		"metadatas/sas/DeleteHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypot.json",
2025-08-20T19:16:00.3476254Z [00:02:03.605]➜  		"metadatas/sas/DeleteHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypotNode.json",
2025-08-20T19:16:00.3477305Z [00:02:03.605]➜  		"metadatas/sas/DeleteHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypotPreset.json",
2025-08-20T19:16:00.3478371Z [00:02:03.605]➜  		"metadatas/sas/DeleteHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypotProbe.json",
2025-08-20T19:16:00.3479490Z [00:02:03.605]➜  		"metadatas/sas/DeleteHoneypotProbeBind.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypotProbeBind.json",
2025-08-20T19:16:00.3480446Z [00:02:03.605]➜  		"metadatas/sas/DeleteHybridProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHybridProxy.json",
2025-08-20T19:16:00.3481483Z [00:02:03.605]➜  		"metadatas/sas/DeleteHybridProxyCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHybridProxyCluster.json",
2025-08-20T19:16:00.3482334Z [00:02:03.605]➜  		"metadatas/sas/DeleteIdcProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteIdcProbe.json",
2025-08-20T19:16:00.3483638Z [00:02:03.605]➜  		"metadatas/sas/DeleteImageEventOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteImageEventOperation.json",
2025-08-20T19:16:00.3484840Z [00:02:03.605]➜  		"metadatas/sas/DeleteImageVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteImageVulWhitelist.json",
2025-08-20T19:16:00.3485733Z [00:02:03.605]➜  		"metadatas/sas/DeleteInstallCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteInstallCode.json",
2025-08-20T19:16:00.3486746Z [00:02:03.605]➜  		"metadatas/sas/DeleteInterceptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteInterceptionRule.json",
2025-08-20T19:16:00.3487781Z [00:02:03.605]➜  		"metadatas/sas/DeleteInterceptionTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteInterceptionTarget.json",
2025-08-20T19:16:00.3488841Z [00:02:03.605]➜  		"metadatas/sas/DeleteK8sAccessInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteK8sAccessInfo.json",
2025-08-20T19:16:00.3489801Z [00:02:03.605]➜  		"metadatas/sas/DeleteLoginBaseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteLoginBaseConfig.json",
2025-08-20T19:16:00.3491020Z [00:02:03.605]➜  		"metadatas/sas/DeleteMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteMaliciousFileWhitelistConfig.json",
2025-08-20T19:16:00.3491969Z [00:02:03.605]➜  		"metadatas/sas/DeleteMaliciousNote.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteMaliciousNote.json",
2025-08-20T19:16:00.3493085Z [00:02:03.605]➜  		"metadatas/sas/DeleteMonitorAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteMonitorAccount.json",
2025-08-20T19:16:00.3494158Z [00:02:03.605]➜  		"metadatas/sas/DeleteOpaStrategyNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteOpaStrategyNew.json",
2025-08-20T19:16:00.3495218Z [00:02:03.605]➜  		"metadatas/sas/DeleteOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteOssScanConfig.json",
2025-08-20T19:16:00.3496240Z [00:02:03.605]➜  		"metadatas/sas/DeletePrivateRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeletePrivateRegistry.json",
2025-08-20T19:16:00.3497471Z [00:02:03.606]➜  		"metadatas/sas/DeleteSasContainerWebDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSasContainerWebDefenseRule.json",
2025-08-20T19:16:00.3498473Z [00:02:03.606]➜  		"metadatas/sas/DeleteSearchCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSearchCondition.json",
2025-08-20T19:16:00.3499665Z [00:02:03.606]➜  		"metadatas/sas/DeleteSecurityEventMarkMissList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSecurityEventMarkMissList.json",
2025-08-20T19:16:00.3500639Z [00:02:03.606]➜  		"metadatas/sas/DeleteServiceTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteServiceTrail.json",
2025-08-20T19:16:00.3501650Z [00:02:03.606]➜  		"metadatas/sas/DeleteSoarStrategyTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSoarStrategyTask.json",
2025-08-20T19:16:00.3502688Z [00:02:03.606]➜  		"metadatas/sas/DeleteStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteStrategy.json",
2025-08-20T19:16:00.3503681Z [00:02:03.606]➜  		"metadatas/sas/DeleteSuspEventNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSuspEventNode.json",
2025-08-20T19:16:00.3504623Z [00:02:03.606]➜  		"metadatas/sas/DeleteTagWithUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteTagWithUuid.json",
2025-08-20T19:16:00.3505648Z [00:02:03.606]➜  		"metadatas/sas/DeleteUniBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteUniBackupPolicy.json",
2025-08-20T19:16:00.3506597Z [00:02:03.606]➜  		"metadatas/sas/DeleteVpcHoneyPot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteVpcHoneyPot.json",
2025-08-20T19:16:00.3507805Z [00:02:03.606]➜  		"metadatas/sas/DeleteVulAutoRepairConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteVulAutoRepairConfig.json",
2025-08-20T19:16:00.3508757Z [00:02:03.606]➜  		"metadatas/sas/DeleteVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteVulWhitelist.json",
2025-08-20T19:16:00.3509785Z [00:02:03.606]➜  		"metadatas/sas/DescribeAIAssetSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAIAssetSummary.json",
2025-08-20T19:16:00.3510890Z [00:02:03.606]➜  		"metadatas/sas/DescribeAccessKeyLeakDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAccessKeyLeakDetail.json",
2025-08-20T19:16:00.3512219Z [00:02:03.606]➜  		"metadatas/sas/DescribeAccesskeyLeakList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAccesskeyLeakList.json",
2025-08-20T19:16:00.3513457Z [00:02:03.606]➜  		"metadatas/sas/DescribeAffectedAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAffectedAssets.json",
2025-08-20T19:16:00.3514759Z [00:02:03.606]➜  		"metadatas/sas/DescribeAffectedMaliciousFileImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAffectedMaliciousFileImages.json",
2025-08-20T19:16:00.3515845Z [00:02:03.606]➜  		"metadatas/sas/DescribeAgentInstallStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAgentInstallStatus.json",
2025-08-20T19:16:00.3517127Z [00:02:03.606]➜  		"metadatas/sas/DescribeAgentlessSensitiveFileByKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAgentlessSensitiveFileByKey.json",
2025-08-20T19:16:00.3518278Z [00:02:03.606]➜  		"metadatas/sas/DescribeAlarmEventDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAlarmEventDetail.json",
2025-08-20T19:16:00.3519490Z [00:02:03.606]➜  		"metadatas/sas/DescribeAlarmEventStackInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAlarmEventStackInfo.json",
2025-08-20T19:16:00.3520414Z [00:02:03.606]➜  		"metadatas/sas/DescribeAllEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAllEntity.json",
2025-08-20T19:16:00.3521325Z [00:02:03.606]➜  		"metadatas/sas/DescribeAllGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAllGroups.json",
2025-08-20T19:16:00.3522360Z [00:02:03.606]➜  		"metadatas/sas/DescribeAllImageBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAllImageBaseline.json",
2025-08-20T19:16:00.3523671Z [00:02:03.606]➜  		"metadatas/sas/DescribeAllRegionsStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAllRegionsStatistics.json",
2025-08-20T19:16:00.3524798Z [00:02:03.606]➜  		"metadatas/sas/DescribeAntiBruteForceRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAntiBruteForceRules.json",
2025-08-20T19:16:00.3525861Z [00:02:03.606]➜  		"metadatas/sas/DescribeAppVulScanCycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAppVulScanCycle.json",
2025-08-20T19:16:00.3526950Z [00:02:03.606]➜  		"metadatas/sas/DescribeAssetDetailByUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetDetailByUuid.json",
2025-08-20T19:16:00.3528059Z [00:02:03.606]➜  		"metadatas/sas/DescribeAssetDetailByUuids.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetDetailByUuids.json",
2025-08-20T19:16:00.3529034Z [00:02:03.606]➜  		"metadatas/sas/DescribeAssetSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetSummary.json",
2025-08-20T19:16:00.3530158Z [00:02:03.606]➜  		"metadatas/sas/DescribeAssetsScaProcessNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetsScaProcessNum.json",
2025-08-20T19:16:00.3531592Z [00:02:03.606]➜  		"metadatas/sas/DescribeAssetsSecurityEventSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetsSecurityEventSummary.json",
2025-08-20T19:16:00.3532876Z [00:02:03.606]➜  		"metadatas/sas/DescribeAttackAnalysisData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAttackAnalysisData.json",
2025-08-20T19:16:00.3533814Z [00:02:03.606]➜  		"metadatas/sas/DescribeAttestors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAttestors.json",
2025-08-20T19:16:00.3534797Z [00:02:03.606]➜  		"metadatas/sas/DescribeAutoDelConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAutoDelConfig.json",
2025-08-20T19:16:00.3535960Z [00:02:03.606]➜  		"metadatas/sas/DescribeBackUpExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackUpExportInfo.json",
2025-08-20T19:16:00.3536958Z [00:02:03.606]➜  		"metadatas/sas/DescribeBackupClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupClients.json",
2025-08-20T19:16:00.3537915Z [00:02:03.606]➜  		"metadatas/sas/DescribeBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupFiles.json",
2025-08-20T19:16:00.3539035Z [00:02:03.606]➜  		"metadatas/sas/DescribeBackupMachineStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupMachineStatus.json",
2025-08-20T19:16:00.3540060Z [00:02:03.606]➜  		"metadatas/sas/DescribeBackupPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupPolicies.json",
2025-08-20T19:16:00.3541145Z [00:02:03.606]➜  		"metadatas/sas/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupPolicy.json",
2025-08-20T19:16:00.3542344Z [00:02:03.606]➜  		"metadatas/sas/DescribeBackupRestoreCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupRestoreCount.json",
2025-08-20T19:16:00.3543688Z [00:02:03.606]➜  		"metadatas/sas/DescribeBinarySecurityPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBinarySecurityPolicies.json",
2025-08-20T19:16:00.3544712Z [00:02:03.606]➜  		"metadatas/sas/DescribeBruteForceRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBruteForceRecords.json",
2025-08-20T19:16:00.3545727Z [00:02:03.606]➜  		"metadatas/sas/DescribeBruteForceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBruteForceSummary.json",
2025-08-20T19:16:00.3546730Z [00:02:03.606]➜  		"metadatas/sas/DescribeCanAccessVpcSale.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCanAccessVpcSale.json",
2025-08-20T19:16:00.3547731Z [00:02:03.606]➜  		"metadatas/sas/DescribeCanFixVulList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCanFixVulList.json",
2025-08-20T19:16:00.3548647Z [00:02:03.606]➜  		"metadatas/sas/DescribeCanTrySas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCanTrySas.json",
2025-08-20T19:16:00.3549566Z [00:02:03.606]➜  		"metadatas/sas/DescribeChartData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeChartData.json",
2025-08-20T19:16:00.3550483Z [00:02:03.606]➜  		"metadatas/sas/DescribeChartList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeChartList.json",
2025-08-20T19:16:00.3551550Z [00:02:03.606]➜  		"metadatas/sas/DescribeCheckEcsWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckEcsWarnings.json",
2025-08-20T19:16:00.3552779Z [00:02:03.606]➜  		"metadatas/sas/DescribeCheckFixDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckFixDetails.json",
2025-08-20T19:16:00.3553791Z [00:02:03.606]➜  		"metadatas/sas/DescribeCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckResult.json",
2025-08-20T19:16:00.3555035Z [00:02:03.606]➜  		"metadatas/sas/DescribeCheckWarningCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarningCount.json",
2025-08-20T19:16:00.3556158Z [00:02:03.606]➜  		"metadatas/sas/DescribeCheckWarningDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarningDetail.json",
2025-08-20T19:16:00.3557317Z [00:02:03.606]➜  		"metadatas/sas/DescribeCheckWarningMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarningMachines.json",
2025-08-20T19:16:00.3558453Z [00:02:03.606]➜  		"metadatas/sas/DescribeCheckWarningSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarningSummary.json",
2025-08-20T19:16:00.3559592Z [00:02:03.606]➜  		"metadatas/sas/DescribeCheckWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarnings.json",
2025-08-20T19:16:00.3560657Z [00:02:03.606]➜  		"metadatas/sas/DescribeClientConfSetup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClientConfSetup.json",
2025-08-20T19:16:00.3561769Z [00:02:03.606]➜  		"metadatas/sas/DescribeClientConfStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClientConfStrategy.json",
2025-08-20T19:16:00.3563010Z [00:02:03.606]➜  		"metadatas/sas/DescribeClientProblemType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClientProblemType.json",
2025-08-20T19:16:00.3564155Z [00:02:03.606]➜  		"metadatas/sas/DescribeCloudCenterInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCloudCenterInstances.json",
2025-08-20T19:16:00.3565506Z [00:02:03.606]➜  		"metadatas/sas/DescribeCloudProductFieldStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCloudProductFieldStatistics.json",
2025-08-20T19:16:00.3566760Z [00:02:03.606]➜  		"metadatas/sas/DescribeCloudVendorAccountAKList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCloudVendorAccountAKList.json",
2025-08-20T19:16:00.3567934Z [00:02:03.606]➜  		"metadatas/sas/DescribeCloudVendorTrialConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCloudVendorTrialConfig.json",
2025-08-20T19:16:00.3568984Z [00:02:03.606]➜  		"metadatas/sas/DescribeClusterBasicInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterBasicInfo.json",
2025-08-20T19:16:00.3570216Z [00:02:03.606]➜  		"metadatas/sas/DescribeClusterHostSecuritySummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterHostSecuritySummary.json",
2025-08-20T19:16:00.3571503Z [00:02:03.606]➜  		"metadatas/sas/DescribeClusterImageSecuritySummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterImageSecuritySummary.json",
2025-08-20T19:16:00.3580850Z [00:02:03.606]➜  		"metadatas/sas/DescribeClusterInfoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterInfoList.json",
2025-08-20T19:16:00.3582010Z [00:02:03.606]➜  		"metadatas/sas/DescribeClusterNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterNetwork.json",
2025-08-20T19:16:00.3583405Z [00:02:03.606]➜  		"metadatas/sas/DescribeClusterVulStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterVulStatistics.json",
2025-08-20T19:16:00.3584483Z [00:02:03.606]➜  		"metadatas/sas/DescribeCommonOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCommonOverallConfig.json",
2025-08-20T19:16:00.3585683Z [00:02:03.606]➜  		"metadatas/sas/DescribeCommonOverallConfigList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCommonOverallConfigList.json",
2025-08-20T19:16:00.3586982Z [00:02:03.606]➜  		"metadatas/sas/DescribeCommonTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCommonTargetConfig.json",
2025-08-20T19:16:00.3588161Z [00:02:03.606]➜  		"metadatas/sas/DescribeCommonTargetResultList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCommonTargetResultList.json",
2025-08-20T19:16:00.3589248Z [00:02:03.606]➜  		"metadatas/sas/DescribeConcernNecessity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeConcernNecessity.json",
2025-08-20T19:16:00.3590291Z [00:02:03.606]➜  		"metadatas/sas/DescribeContainerApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerApps.json",
2025-08-20T19:16:00.3591394Z [00:02:03.606]➜  		"metadatas/sas/DescribeContainerCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerCriteria.json",
2025-08-20T19:16:00.3592999Z [00:02:03.606]➜  		"metadatas/sas/DescribeContainerFieldStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerFieldStatistics.json",
2025-08-20T19:16:00.3594285Z [00:02:03.606]➜  		"metadatas/sas/DescribeContainerGroupedFieldDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerGroupedFieldDetail.json",
2025-08-20T19:16:00.3595407Z [00:02:03.606]➜  		"metadatas/sas/DescribeContainerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerInstances.json",
2025-08-20T19:16:00.3596548Z [00:02:03.606]➜  		"metadatas/sas/DescribeContainerScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerScanConfig.json",
2025-08-20T19:16:00.3598190Z [00:02:03.606]➜  		"metadatas/sas/DescribeContainerServiceK8sClusterKritisStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerServiceK8sClusterKritisStatus.json",
2025-08-20T19:16:00.3599753Z [00:02:03.606]➜  		"metadatas/sas/DescribeContainerServiceK8sClusterNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerServiceK8sClusterNamespaces.json",
2025-08-20T19:16:00.3601052Z [00:02:03.606]➜  		"metadatas/sas/DescribeContainerServiceK8sClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerServiceK8sClusters.json",
2025-08-20T19:16:00.3602221Z [00:02:03.606]➜  		"metadatas/sas/DescribeContainerStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerStatistics.json",
2025-08-20T19:16:00.3603471Z [00:02:03.606]➜  		"metadatas/sas/DescribeContainerTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerTags.json",
2025-08-20T19:16:00.3604687Z [00:02:03.606]➜  		"metadatas/sas/DescribeCountNotScannedImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCountNotScannedImage.json",
2025-08-20T19:16:00.3605827Z [00:02:03.606]➜  		"metadatas/sas/DescribeCountScannedImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCountScannedImage.json",
2025-08-20T19:16:00.3606927Z [00:02:03.606]➜  		"metadatas/sas/DescribeCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCriteria.json",
2025-08-20T19:16:00.3608102Z [00:02:03.606]➜  		"metadatas/sas/DescribeCustomBlockInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomBlockInstances.json",
2025-08-20T19:16:00.3609243Z [00:02:03.606]➜  		"metadatas/sas/DescribeCustomBlockRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomBlockRecords.json",
2025-08-20T19:16:00.3610578Z [00:02:03.606]➜  		"metadatas/sas/DescribeCustomizeReportConfigDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomizeReportConfigDetail.json",
2025-08-20T19:16:00.3611963Z [00:02:03.606]➜  		"metadatas/sas/DescribeCustomizeReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomizeReportList.json",
2025-08-20T19:16:00.3613491Z [00:02:03.606]➜  		"metadatas/sas/DescribeCustomizedDictUploadInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomizedDictUploadInfo.json",
2025-08-20T19:16:00.3614811Z [00:02:03.606]➜  		"metadatas/sas/DescribeCustomizedStrategyTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomizedStrategyTargets.json",
2025-08-20T19:16:00.3615853Z [00:02:03.606]➜  		"metadatas/sas/DescribeCycleTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCycleTaskList.json",
2025-08-20T19:16:00.3616825Z [00:02:03.606]➜  		"metadatas/sas/DescribeDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDataSource.json",
2025-08-20T19:16:00.3618030Z [00:02:03.606]➜  		"metadatas/sas/DescribeDefaultKeyInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDefaultKeyInfo.json",
2025-08-20T19:16:00.3619327Z [00:02:03.606]➜  		"metadatas/sas/DescribeDefaultProxyInstallVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDefaultProxyInstallVersion.json",
2025-08-20T19:16:00.3620276Z [00:02:03.606]➜  		"metadatas/sas/DescribeDingTalk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDingTalk.json",
2025-08-20T19:16:00.3621255Z [00:02:03.606]➜  		"metadatas/sas/DescribeDomainCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainCount.json",
2025-08-20T19:16:00.3622212Z [00:02:03.606]➜  		"metadatas/sas/DescribeDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainDetail.json",
2025-08-20T19:16:00.3623364Z [00:02:03.606]➜  		"metadatas/sas/DescribeDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainList.json",
2025-08-20T19:16:00.3624682Z [00:02:03.606]➜  		"metadatas/sas/DescribeDomainSecureAlarmList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureAlarmList.json",
2025-08-20T19:16:00.3625859Z [00:02:03.606]➜  		"metadatas/sas/DescribeDomainSecureRiskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureRiskList.json",
2025-08-20T19:16:00.3626942Z [00:02:03.606]➜  		"metadatas/sas/DescribeDomainSecureScore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureScore.json",
2025-08-20T19:16:00.3628112Z [00:02:03.606]➜  		"metadatas/sas/DescribeDomainSecureStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureStatistics.json",
2025-08-20T19:16:00.3629252Z [00:02:03.606]➜  		"metadatas/sas/DescribeDomainSecureSuggests.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureSuggests.json",
2025-08-20T19:16:00.3630379Z [00:02:03.606]➜  		"metadatas/sas/DescribeDomainSecureVulList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureVulList.json",
2025-08-20T19:16:00.3631451Z [00:02:03.606]➜  		"metadatas/sas/DescribeDynamicDict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDynamicDict.json",
2025-08-20T19:16:00.3632805Z [00:02:03.606]➜  		"metadatas/sas/DescribeDynamicDictUploadInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDynamicDictUploadInfo.json",
2025-08-20T19:16:00.3633868Z [00:02:03.606]➜  		"metadatas/sas/DescribeEmgUserAgreement.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeEmgUserAgreement.json",
2025-08-20T19:16:00.3634814Z [00:02:03.606]➜  		"metadatas/sas/DescribeEmgVulItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeEmgVulItem.json",
2025-08-20T19:16:00.3636062Z [00:02:03.606]➜  		"metadatas/sas/DescribeEventLevelCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeEventLevelCount.json",
2025-08-20T19:16:00.3637059Z [00:02:03.606]➜  		"metadatas/sas/DescribeEventOnStage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeEventOnStage.json",
2025-08-20T19:16:00.3638125Z [00:02:03.606]➜  		"metadatas/sas/DescribeExcludeSystemPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExcludeSystemPath.json",
2025-08-20T19:16:00.3639059Z [00:02:03.606]➜  		"metadatas/sas/DescribeExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExportInfo.json",
2025-08-20T19:16:00.3640173Z [00:02:03.606]➜  		"metadatas/sas/DescribeExposedCheckWarning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedCheckWarning.json",
2025-08-20T19:16:00.3641460Z [00:02:03.606]➜  		"metadatas/sas/DescribeExposedInstanceCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedInstanceCriteria.json",
2025-08-20T19:16:00.3642784Z [00:02:03.606]➜  		"metadatas/sas/DescribeExposedInstanceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedInstanceDetail.json",
2025-08-20T19:16:00.3643899Z [00:02:03.606]➜  		"metadatas/sas/DescribeExposedInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedInstanceList.json",
2025-08-20T19:16:00.3644972Z [00:02:03.606]➜  		"metadatas/sas/DescribeExposedStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedStatistics.json",
2025-08-20T19:16:00.3646162Z [00:02:03.606]➜  		"metadatas/sas/DescribeExposedStatisticsDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedStatisticsDetail.json",
2025-08-20T19:16:00.3647173Z [00:02:03.606]➜  		"metadatas/sas/DescribeFieldStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeFieldStatistics.json",
2025-08-20T19:16:00.3648314Z [00:02:03.606]➜  		"metadatas/sas/DescribeFixUsedCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeFixUsedCount.json",
2025-08-20T19:16:00.3649396Z [00:02:03.606]➜  		"metadatas/sas/DescribeFrontVulPatchList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeFrontVulPatchList.json",
2025-08-20T19:16:00.3650616Z [00:02:03.606]➜  		"metadatas/sas/DescribeGraph4InvestigationOnline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGraph4InvestigationOnline.json",
2025-08-20T19:16:00.3651573Z [00:02:03.606]➜  		"metadatas/sas/DescribeGroupStruct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupStruct.json",
2025-08-20T19:16:00.3652986Z [00:02:03.606]➜  		"metadatas/sas/DescribeGroupedContainerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedContainerInstances.json",
2025-08-20T19:16:00.3654061Z [00:02:03.606]➜  		"metadatas/sas/DescribeGroupedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedInstances.json",
2025-08-20T19:16:00.3655271Z [00:02:03.606]➜  		"metadatas/sas/DescribeGroupedMaliciousFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedMaliciousFiles.json",
2025-08-20T19:16:00.3656189Z [00:02:03.606]➜  		"metadatas/sas/DescribeGroupedTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedTags.json",
2025-08-20T19:16:00.3657130Z [00:02:03.606]➜  		"metadatas/sas/DescribeGroupedVul.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedVul.json",
2025-08-20T19:16:00.3658090Z [00:02:03.606]➜  		"metadatas/sas/DescribeHcExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHcExportInfo.json",
2025-08-20T19:16:00.3659202Z [00:02:03.606]➜  		"metadatas/sas/DescribeHoneyPotAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHoneyPotAuth.json",
2025-08-20T19:16:00.3660410Z [00:02:03.606]➜  		"metadatas/sas/DescribeHoneyPotSuspStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHoneyPotSuspStatistics.json",
2025-08-20T19:16:00.3661640Z [00:02:03.606]➜  		"metadatas/sas/DescribeHybridProxyClusterList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHybridProxyClusterList.json",
2025-08-20T19:16:00.3663155Z [00:02:03.606]➜  		"metadatas/sas/DescribeHybridProxyLinkedClientList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHybridProxyLinkedClientList.json",
2025-08-20T19:16:00.3664213Z [00:02:03.606]➜  		"metadatas/sas/DescribeHybridProxyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHybridProxyList.json",
2025-08-20T19:16:00.3665412Z [00:02:03.606]➜  		"metadatas/sas/DescribeHybridProxyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHybridProxyPolicy.json",
2025-08-20T19:16:00.3666441Z [00:02:03.606]➜  		"metadatas/sas/DescribeIdcAssetCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeIdcAssetCriteria.json",
2025-08-20T19:16:00.3667393Z [00:02:03.606]➜  		"metadatas/sas/DescribeIdcProbeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeIdcProbeList.json",
2025-08-20T19:16:00.3668497Z [00:02:03.606]➜  		"metadatas/sas/DescribeIdcProbeScanResultList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeIdcProbeScanResultList.json",
2025-08-20T19:16:00.3669281Z [00:02:03.606]➜  		"metadatas/sas/DescribeImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImage.json",
2025-08-20T19:16:00.3670390Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageBaselineCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineCheckResult.json",
2025-08-20T19:16:00.3671683Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageBaselineCheckSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineCheckSummary.json",
2025-08-20T19:16:00.3673050Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageBaselineDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineDetail.json",
2025-08-20T19:16:00.3674243Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageBaselineItemList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineItemList.json",
2025-08-20T19:16:00.3675454Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageBaselineStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineStrategy.json",
2025-08-20T19:16:00.3676598Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageBuildRiskByKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBuildRiskByKey.json",
2025-08-20T19:16:00.3677708Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageBuildRiskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBuildRiskList.json",
2025-08-20T19:16:00.3678871Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageCriteria.json",
2025-08-20T19:16:00.3680201Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageEventOperationCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageEventOperationCondition.json",
2025-08-20T19:16:00.3681451Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageEventOperationPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageEventOperationPage.json",
2025-08-20T19:16:00.3682814Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageFixCycleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageFixCycleConfig.json",
2025-08-20T19:16:00.3683991Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageFixTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageFixTask.json",
2025-08-20T19:16:00.3685158Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageGroupedVulList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageGroupedVulList.json",
2025-08-20T19:16:00.3686196Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageInfoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageInfoList.json",
2025-08-20T19:16:00.3687255Z [00:02:03.606]➜  		"metadatas/sas/DescribeImageInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageInstances.json",
2025-08-20T19:16:00.3688417Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageLatestScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageLatestScanTask.json",
2025-08-20T19:16:00.3689739Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageListByBuildRisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageListByBuildRisk.json",
2025-08-20T19:16:00.3691015Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageListBySensitiveFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageListBySensitiveFile.json",
2025-08-20T19:16:00.3692311Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageListWithBaselineName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageListWithBaselineName.json",
2025-08-20T19:16:00.3693634Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageRepoCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageRepoCriteria.json",
2025-08-20T19:16:00.3694780Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageRepoDetailList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageRepoDetailList.json",
2025-08-20T19:16:00.3695793Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageRepoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageRepoList.json",
2025-08-20T19:16:00.3697181Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageRiskLevelStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageRiskLevelStatistic.json",
2025-08-20T19:16:00.3698351Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageScanAuthCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageScanAuthCount.json",
2025-08-20T19:16:00.3699575Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageSecurityScanCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageSecurityScanCount.json",
2025-08-20T19:16:00.3700804Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageSensitiveFileByKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageSensitiveFileByKey.json",
2025-08-20T19:16:00.3702011Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageSensitiveFileList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageSensitiveFileList.json",
2025-08-20T19:16:00.3703282Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageStatistics.json",
2025-08-20T19:16:00.3704439Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageVulList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageVulList.json",
2025-08-20T19:16:00.3705558Z [00:02:03.607]➜  		"metadatas/sas/DescribeImageVulWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageVulWhiteList.json",
2025-08-20T19:16:00.3706605Z [00:02:03.607]➜  		"metadatas/sas/DescribeInstallCaptcha.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstallCaptcha.json",
2025-08-20T19:16:00.3707603Z [00:02:03.607]➜  		"metadatas/sas/DescribeInstallCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstallCode.json",
2025-08-20T19:16:00.3708760Z [00:02:03.607]➜  		"metadatas/sas/DescribeInstallCodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstallCodes.json",
2025-08-20T19:16:00.3710082Z [00:02:03.607]➜  		"metadatas/sas/DescribeInstanceAntiBruteForceRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstanceAntiBruteForceRules.json",
2025-08-20T19:16:00.3711248Z [00:02:03.607]➜  		"metadatas/sas/DescribeInstanceRebootStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstanceRebootStatus.json",
2025-08-20T19:16:00.3712624Z [00:02:03.607]➜  		"metadatas/sas/DescribeInstanceStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstanceStatistics.json",
2025-08-20T19:16:00.3713868Z [00:02:03.607]➜  		"metadatas/sas/DescribeInstanceVulStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstanceVulStatistics.json",
2025-08-20T19:16:00.3715090Z [00:02:03.607]➜  		"metadatas/sas/DescribeLatestScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLatestScanTask.json",
2025-08-20T19:16:00.3716046Z [00:02:03.607]➜  		"metadatas/sas/DescribeLogMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLogMeta.json",
2025-08-20T19:16:00.3717137Z [00:02:03.607]➜  		"metadatas/sas/DescribeLogShipperStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLogShipperStatus.json",
2025-08-20T19:16:00.3718254Z [00:02:03.607]➜  		"metadatas/sas/DescribeLoginBaseConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLoginBaseConfigs.json",
2025-08-20T19:16:00.3719414Z [00:02:03.607]➜  		"metadatas/sas/DescribeLoginSwitchConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLoginSwitchConfigs.json",
2025-08-20T19:16:00.3720605Z [00:02:03.607]➜  		"metadatas/sas/DescribeLogstoreStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLogstoreStorage.json",
2025-08-20T19:16:00.3721844Z [00:02:03.607]➜  		"metadatas/sas/DescribeMachineCanReboot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeMachineCanReboot.json",
2025-08-20T19:16:00.3723228Z [00:02:03.607]➜  		"metadatas/sas/DescribeMatchedMaliciousNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeMatchedMaliciousNames.json",
2025-08-20T19:16:00.3724259Z [00:02:03.607]➜  		"metadatas/sas/DescribeModuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeModuleConfig.json",
2025-08-20T19:16:00.3725283Z [00:02:03.607]➜  		"metadatas/sas/DescribeMonitorAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeMonitorAccounts.json",
2025-08-20T19:16:00.3726328Z [00:02:03.607]➜  		"metadatas/sas/DescribeNeedAsyncQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeNeedAsyncQuery.json",
2025-08-20T19:16:00.3727357Z [00:02:03.607]➜  		"metadatas/sas/DescribeNoticeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeNoticeConfig.json",
2025-08-20T19:16:00.3728629Z [00:02:03.607]➜  		"metadatas/sas/DescribeNsasSuspEventType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeNsasSuspEventType.json",
2025-08-20T19:16:00.3729692Z [00:02:03.607]➜  		"metadatas/sas/DescribeOfflineMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeOfflineMachines.json",
2025-08-20T19:16:00.3730638Z [00:02:03.607]➜  		"metadatas/sas/DescribeOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeOnceTask.json",
2025-08-20T19:16:00.3731804Z [00:02:03.607]➜  		"metadatas/sas/DescribeOnceTaskLeafRecordPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeOnceTaskLeafRecordPage.json",
2025-08-20T19:16:00.3733016Z [00:02:03.607]➜  		"metadatas/sas/DescribePluginSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePluginSummary.json",
2025-08-20T19:16:00.3734205Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyCount.json",
2025-08-20T19:16:00.3735347Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyCronDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyCronDetail.json",
2025-08-20T19:16:00.3736433Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyCronItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyCronItem.json",
2025-08-20T19:16:00.3737570Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyPortDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyPortDetail.json",
2025-08-20T19:16:00.3738660Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyPortItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyPortItem.json",
2025-08-20T19:16:00.3739901Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyProcDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyProcDetail.json",
2025-08-20T19:16:00.3741014Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyProcItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyProcItem.json",
2025-08-20T19:16:00.3742120Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyScaDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyScaDetail.json",
2025-08-20T19:16:00.3743390Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyScaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyScaItem.json",
2025-08-20T19:16:00.3744660Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyScaProcessDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyScaProcessDetail.json",
2025-08-20T19:16:00.3745914Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyScheduleConfig.json",
2025-08-20T19:16:00.3747436Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertySoftwareDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertySoftwareDetail.json",
2025-08-20T19:16:00.3748677Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertySoftwareItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertySoftwareItem.json",
2025-08-20T19:16:00.3749851Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyTypeScaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyTypeScaItem.json",
2025-08-20T19:16:00.3750944Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyUsageTop.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyUsageTop.json",
2025-08-20T19:16:00.3752081Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyUserDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyUserDetail.json",
2025-08-20T19:16:00.3753424Z [00:02:03.607]➜  		"metadatas/sas/DescribePropertyUserItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyUserItem.json",
2025-08-20T19:16:00.3754898Z [00:02:03.607]➜  		"metadatas/sas/DescribeQuaraFileDownloadInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeQuaraFileDownloadInfo.json",
2025-08-20T19:16:00.3755926Z [00:02:03.607]➜  		"metadatas/sas/DescribeReportExport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeReportExport.json",
2025-08-20T19:16:00.3757104Z [00:02:03.607]➜  		"metadatas/sas/DescribeReportRecipientStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeReportRecipientStatus.json",
2025-08-20T19:16:00.3758094Z [00:02:03.607]➜  		"metadatas/sas/DescribeRestoreJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRestoreJobs.json",
2025-08-20T19:16:00.3759230Z [00:02:03.607]➜  		"metadatas/sas/DescribeRestorePlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRestorePlans.json",
2025-08-20T19:16:00.3760385Z [00:02:03.607]➜  		"metadatas/sas/DescribeRiskCheckItemResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskCheckItemResult.json",
2025-08-20T19:16:00.3761443Z [00:02:03.607]➜  		"metadatas/sas/DescribeRiskCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskCheckResult.json",
2025-08-20T19:16:00.3762652Z [00:02:03.607]➜  		"metadatas/sas/DescribeRiskCheckSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskCheckSummary.json",
2025-08-20T19:16:00.3763695Z [00:02:03.607]➜  		"metadatas/sas/DescribeRiskItemType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskItemType.json",
2025-08-20T19:16:00.3764987Z [00:02:03.607]➜  		"metadatas/sas/DescribeRiskListCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskListCheckResult.json",
2025-08-20T19:16:00.3765976Z [00:02:03.607]➜  		"metadatas/sas/DescribeRiskType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskType.json",
2025-08-20T19:16:00.3766868Z [00:02:03.607]➜  		"metadatas/sas/DescribeRisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRisks.json",
2025-08-20T19:16:00.3767934Z [00:02:03.607]➜  		"metadatas/sas/DescribeSasPmAgentList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSasPmAgentList.json",
2025-08-20T19:16:00.3769030Z [00:02:03.607]➜  		"metadatas/sas/DescribeScanTaskProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeScanTaskProgress.json",
2025-08-20T19:16:00.3770143Z [00:02:03.607]➜  		"metadatas/sas/DescribeScanTaskStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeScanTaskStatistics.json",
2025-08-20T19:16:00.3771372Z [00:02:03.607]➜  		"metadatas/sas/DescribeScreenScoreThread.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeScreenScoreThread.json",
2025-08-20T19:16:00.3772649Z [00:02:03.607]➜  		"metadatas/sas/DescribeSearchCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSearchCondition.json",
2025-08-20T19:16:00.3773769Z [00:02:03.607]➜  		"metadatas/sas/DescribeSecureSuggestion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecureSuggestion.json",
2025-08-20T19:16:00.3775079Z [00:02:03.607]➜  		"metadatas/sas/DescribeSecurityCheckScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityCheckScheduleConfig.json",
2025-08-20T19:16:00.3776403Z [00:02:03.607]➜  		"metadatas/sas/DescribeSecurityEventMarkMissList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityEventMarkMissList.json",
2025-08-20T19:16:00.3777779Z [00:02:03.607]➜  		"metadatas/sas/DescribeSecurityEventOperationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityEventOperationStatus.json",
2025-08-20T19:16:00.3779125Z [00:02:03.607]➜  		"metadatas/sas/DescribeSecurityEventOperations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityEventOperations.json",
2025-08-20T19:16:00.3780239Z [00:02:03.607]➜  		"metadatas/sas/DescribeSecurityStatInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityStatInfo.json",
2025-08-20T19:16:00.3781504Z [00:02:03.607]➜  		"metadatas/sas/DescribeServiceLinkedRoleStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeServiceLinkedRoleStatus.json",
2025-08-20T19:16:00.3782907Z [00:02:03.607]➜  		"metadatas/sas/DescribeSimilarEventScenarios.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSimilarEventScenarios.json",
2025-08-20T19:16:00.3784284Z [00:02:03.607]➜  		"metadatas/sas/DescribeSimilarSecurityEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSimilarSecurityEvents.json",
2025-08-20T19:16:00.3785237Z [00:02:03.607]➜  		"metadatas/sas/DescribeSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSnapshots.json",
2025-08-20T19:16:00.3786436Z [00:02:03.607]➜  		"metadatas/sas/DescribeSoarPlaybookTaskDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarPlaybookTaskDetail.json",
2025-08-20T19:16:00.3787494Z [00:02:03.607]➜  		"metadatas/sas/DescribeSoarStrategies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategies.json",
2025-08-20T19:16:00.3788631Z [00:02:03.607]➜  		"metadatas/sas/DescribeSoarStrategyParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyParam.json",
2025-08-20T19:16:00.3790013Z [00:02:03.607]➜  		"metadatas/sas/DescribeSoarStrategyTaskDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyTaskDetail.json",
2025-08-20T19:16:00.3791262Z [00:02:03.607]➜  		"metadatas/sas/DescribeSoarStrategyTaskParams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyTaskParams.json",
2025-08-20T19:16:00.3792671Z [00:02:03.607]➜  		"metadatas/sas/DescribeSoarStrategyTaskResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyTaskResult.json",
2025-08-20T19:16:00.3793817Z [00:02:03.607]➜  		"metadatas/sas/DescribeSoarStrategyTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyTasks.json",
2025-08-20T19:16:00.3795055Z [00:02:03.607]➜  		"metadatas/sas/DescribeSoarSubscribedStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarSubscribedStrategy.json",
2025-08-20T19:16:00.3796036Z [00:02:03.607]➜  		"metadatas/sas/DescribeStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrategy.json",
2025-08-20T19:16:00.3797240Z [00:02:03.607]➜  		"metadatas/sas/DescribeStrategyDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrategyDetail.json",
2025-08-20T19:16:00.3798406Z [00:02:03.607]➜  		"metadatas/sas/DescribeStrategyExecDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrategyExecDetail.json",
2025-08-20T19:16:00.3799463Z [00:02:03.607]➜  		"metadatas/sas/DescribeStrategyTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrategyTarget.json",
2025-08-20T19:16:00.3800555Z [00:02:03.607]➜  		"metadatas/sas/DescribeStrictEventName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrictEventName.json",
2025-08-20T19:16:00.3801564Z [00:02:03.607]➜  		"metadatas/sas/DescribeSummaryInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSummaryInfo.json",
2025-08-20T19:16:00.3802821Z [00:02:03.607]➜  		"metadatas/sas/DescribeSupervisonInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSupervisonInfo.json",
2025-08-20T19:16:00.3803982Z [00:02:03.607]➜  		"metadatas/sas/DescribeSupportRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSupportRegion.json",
2025-08-20T19:16:00.3804997Z [00:02:03.607]➜  		"metadatas/sas/DescribeSuspEventDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEventDetail.json",
2025-08-20T19:16:00.3806073Z [00:02:03.607]➜  		"metadatas/sas/DescribeSuspEventExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEventExportInfo.json",
2025-08-20T19:16:00.3807160Z [00:02:03.607]➜  		"metadatas/sas/DescribeSuspEventQuaraFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEventQuaraFiles.json",
2025-08-20T19:16:00.3808425Z [00:02:03.607]➜  		"metadatas/sas/DescribeSuspEventUserSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEventUserSetting.json",
2025-08-20T19:16:00.3809398Z [00:02:03.607]➜  		"metadatas/sas/DescribeSuspEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEvents.json",
2025-08-20T19:16:00.3810592Z [00:02:03.607]➜  		"metadatas/sas/DescribeSuspiciousOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspiciousOverallConfig.json",
2025-08-20T19:16:00.3811768Z [00:02:03.607]➜  		"metadatas/sas/DescribeSuspiciousUUIDConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspiciousUUIDConfig.json",
2025-08-20T19:16:00.3813011Z [00:02:03.607]➜  		"metadatas/sas/DescribeSyncAssetTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSyncAssetTaskList.json",
2025-08-20T19:16:00.3814270Z [00:02:03.607]➜  		"metadatas/sas/DescribeSyncAssetTaskLogDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSyncAssetTaskLogDetail.json",
2025-08-20T19:16:00.3815149Z [00:02:03.607]➜  		"metadatas/sas/DescribeTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTarget.json",
2025-08-20T19:16:00.3816115Z [00:02:03.607]➜  		"metadatas/sas/DescribeTaskErrorLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTaskErrorLog.json",
2025-08-20T19:16:00.3817139Z [00:02:03.607]➜  		"metadatas/sas/DescribeTotalStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTotalStatistics.json",
2025-08-20T19:16:00.3818126Z [00:02:03.607]➜  		"metadatas/sas/DescribeTraceInfoDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTraceInfoDetail.json",
2025-08-20T19:16:00.3819089Z [00:02:03.607]➜  		"metadatas/sas/DescribeTraceInfoNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTraceInfoNode.json",
2025-08-20T19:16:00.3820261Z [00:02:03.607]➜  		"metadatas/sas/DescribeUniBackupDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniBackupDatabase.json",
2025-08-20T19:16:00.3821367Z [00:02:03.607]➜  		"metadatas/sas/DescribeUniBackupPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniBackupPolicies.json",
2025-08-20T19:16:00.3822654Z [00:02:03.607]➜  		"metadatas/sas/DescribeUniBackupPolicyDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniBackupPolicyDetail.json",
2025-08-20T19:16:00.3823770Z [00:02:03.607]➜  		"metadatas/sas/DescribeUniBackupStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniBackupStatistics.json",
2025-08-20T19:16:00.3824848Z [00:02:03.607]➜  		"metadatas/sas/DescribeUniRecoverableList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniRecoverableList.json",
2025-08-20T19:16:00.3825929Z [00:02:03.607]➜  		"metadatas/sas/DescribeUniSupportRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniSupportRegion.json",
2025-08-20T19:16:00.3827259Z [00:02:03.607]➜  		"metadatas/sas/DescribeUserBackupMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUserBackupMachines.json",
2025-08-20T19:16:00.3828506Z [00:02:03.607]➜  		"metadatas/sas/DescribeUserBaselineAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUserBaselineAuthorization.json",
2025-08-20T19:16:00.3829471Z [00:02:03.607]➜  		"metadatas/sas/DescribeUserSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUserSetting.json",
2025-08-20T19:16:00.3830504Z [00:02:03.607]➜  		"metadatas/sas/DescribeUuidsByVulNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUuidsByVulNames.json",
2025-08-20T19:16:00.3831441Z [00:02:03.607]➜  		"metadatas/sas/DescribeVendorList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVendorList.json",
2025-08-20T19:16:00.3832715Z [00:02:03.607]➜  		"metadatas/sas/DescribeVersionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVersionConfig.json",
2025-08-20T19:16:00.3833839Z [00:02:03.607]➜  		"metadatas/sas/DescribeVolDingdingMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVolDingdingMessage.json",
2025-08-20T19:16:00.3834958Z [00:02:03.607]➜  		"metadatas/sas/DescribeVpcHoneyPotCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVpcHoneyPotCriteria.json",
2025-08-20T19:16:00.3836010Z [00:02:03.607]➜  		"metadatas/sas/DescribeVpcHoneyPotList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVpcHoneyPotList.json",
2025-08-20T19:16:00.3836901Z [00:02:03.607]➜  		"metadatas/sas/DescribeVpcList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVpcList.json",
2025-08-20T19:16:00.3838290Z [00:02:03.607]➜  		"metadatas/sas/DescribeVulCheckTaskStatusDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulCheckTaskStatusDetail.json",
2025-08-20T19:16:00.3839222Z [00:02:03.607]➜  		"metadatas/sas/DescribeVulConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulConfig.json",
2025-08-20T19:16:00.3840440Z [00:02:03.607]➜  		"metadatas/sas/DescribeVulDefendCountStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulDefendCountStatistics.json",
2025-08-20T19:16:00.3841378Z [00:02:03.607]➜  		"metadatas/sas/DescribeVulDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulDetails.json",
2025-08-20T19:16:00.3842532Z [00:02:03.607]➜  		"metadatas/sas/DescribeVulExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulExportInfo.json",
2025-08-20T19:16:00.3843583Z [00:02:03.607]➜  		"metadatas/sas/DescribeVulFixStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulFixStatistics.json",
2025-08-20T19:16:00.3844540Z [00:02:03.607]➜  		"metadatas/sas/DescribeVulList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulList.json",
2025-08-20T19:16:00.3845526Z [00:02:03.607]➜  		"metadatas/sas/DescribeVulListPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulListPage.json",
2025-08-20T19:16:00.3846707Z [00:02:03.607]➜  		"metadatas/sas/DescribeVulMetaCountStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulMetaCountStatistics.json",
2025-08-20T19:16:00.3847771Z [00:02:03.607]➜  		"metadatas/sas/DescribeVulNumStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulNumStatistics.json",
2025-08-20T19:16:00.3848813Z [00:02:03.607]➜  		"metadatas/sas/DescribeVulTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulTargetConfig.json",
2025-08-20T19:16:00.3849952Z [00:02:03.607]➜  		"metadatas/sas/DescribeVulTargetStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulTargetStatistics.json",
2025-08-20T19:16:00.3851048Z [00:02:03.607]➜  		"metadatas/sas/DescribeVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulWhitelist.json",
2025-08-20T19:16:00.3852139Z [00:02:03.607]➜  		"metadatas/sas/DescribeWarningExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWarningExportInfo.json",
2025-08-20T19:16:00.3853343Z [00:02:03.607]➜  		"metadatas/sas/DescribeWarningMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWarningMachines.json",
2025-08-20T19:16:00.3854404Z [00:02:03.607]➜  		"metadatas/sas/DescribeWebLockBindList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockBindList.json",
2025-08-20T19:16:00.3855594Z [00:02:03.607]➜  		"metadatas/sas/DescribeWebLockConfigList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockConfigList.json",
2025-08-20T19:16:00.3856837Z [00:02:03.607]➜  		"metadatas/sas/DescribeWebLockExclusiveFileType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockExclusiveFileType.json",
2025-08-20T19:16:00.3858121Z [00:02:03.607]➜  		"metadatas/sas/DescribeWebLockFileChangeStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockFileChangeStatistics.json",
2025-08-20T19:16:00.3859198Z [00:02:03.607]➜  		"metadatas/sas/DescribeWebLockFileEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockFileEvents.json",
2025-08-20T19:16:00.3860383Z [00:02:03.607]➜  		"metadatas/sas/DescribeWebLockFileTypeSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockFileTypeSummary.json",
2025-08-20T19:16:00.3861690Z [00:02:03.607]➜  		"metadatas/sas/DescribeWebLockInclusiveFileType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockInclusiveFileType.json",
2025-08-20T19:16:00.3863272Z [00:02:03.607]➜  		"metadatas/sas/DescribeWebLockProcessBlockStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockProcessBlockStatistics.json",
2025-08-20T19:16:00.3864384Z [00:02:03.607]➜  		"metadatas/sas/DescribeWebLockProcessList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockProcessList.json",
2025-08-20T19:16:00.3865395Z [00:02:03.607]➜  		"metadatas/sas/DescribeWebLockStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockStatus.json",
2025-08-20T19:16:00.3866687Z [00:02:03.607]➜  		"metadatas/sas/DescribeWebLockTotalFileChangeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockTotalFileChangeCount.json",
2025-08-20T19:16:00.3867605Z [00:02:03.607]➜  		"metadatas/sas/DescribeWebPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebPath.json",
2025-08-20T19:16:00.3868623Z [00:02:03.607]➜  		"metadatas/sas/DescribeWhiteListAsset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListAsset.json",
2025-08-20T19:16:00.3869682Z [00:02:03.607]➜  		"metadatas/sas/DescribeWhiteListAuthorize.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListAuthorize.json",
2025-08-20T19:16:00.3870865Z [00:02:03.607]➜  		"metadatas/sas/DescribeWhiteListEffectiveAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListEffectiveAssets.json",
2025-08-20T19:16:00.3871875Z [00:02:03.607]➜  		"metadatas/sas/DescribeWhiteListProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListProcess.json",
2025-08-20T19:16:00.3873167Z [00:02:03.607]➜  		"metadatas/sas/DescribeWhiteListStrategyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListStrategyList.json",
2025-08-20T19:16:00.3874435Z [00:02:03.607]➜  		"metadatas/sas/DescribeWhiteListStrategyStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListStrategyStatistics.json",
2025-08-20T19:16:00.3875814Z [00:02:03.607]➜  		"metadatas/sas/DescribeWhiteListStrategyUuidCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListStrategyUuidCount.json",
2025-08-20T19:16:00.3876738Z [00:02:03.607]➜  		"metadatas/sas/DingTalkOnlineTest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DingTalkOnlineTest.json",
2025-08-20T19:16:00.3877766Z [00:02:03.607]➜  		"metadatas/sas/DisableBruteForceRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DisableBruteForceRecord.json",
2025-08-20T19:16:00.3878809Z [00:02:03.607]➜  		"metadatas/sas/DisableCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DisableCustomBlockRecord.json",
2025-08-20T19:16:00.3879949Z [00:02:03.607]➜  		"metadatas/sas/EnableBruteForceRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/EnableBruteForceRecord.json",
2025-08-20T19:16:00.3880978Z [00:02:03.607]➜  		"metadatas/sas/EnableCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/EnableCustomBlockRecord.json",
2025-08-20T19:16:00.3882160Z [00:02:03.607]➜  		"metadatas/sas/EnableCustomInstanceBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/EnableCustomInstanceBlockRecord.json",
2025-08-20T19:16:00.3883640Z [00:02:03.607]➜  		"metadatas/sas/EnableServiceAccessResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/EnableServiceAccessResourceDirectory.json",
2025-08-20T19:16:00.3884494Z [00:02:03.607]➜  		"metadatas/sas/ExecStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExecStrategy.json",
2025-08-20T19:16:00.3885600Z [00:02:03.607]➜  		"metadatas/sas/ExportCustomizeReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportCustomizeReport.json",
2025-08-20T19:16:00.3886513Z [00:02:03.607]➜  		"metadatas/sas/ExportRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportRecord.json",
2025-08-20T19:16:00.3887423Z [00:02:03.607]➜  		"metadatas/sas/ExportSuspEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportSuspEvents.json",
2025-08-20T19:16:00.3888198Z [00:02:03.607]➜  		"metadatas/sas/ExportVul.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportVul.json",
2025-08-20T19:16:00.3889047Z [00:02:03.608]➜  		"metadatas/sas/ExportWarning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportWarning.json",
2025-08-20T19:16:00.3890144Z [00:02:03.608]➜  		"metadatas/sas/FindContainerNetworkConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/FindContainerNetworkConnect.json",
2025-08-20T19:16:00.3890988Z [00:02:03.608]➜  		"metadatas/sas/FinishGuidTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/FinishGuidTask.json",
2025-08-20T19:16:00.3891904Z [00:02:03.608]➜  		"metadatas/sas/FixCheckWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/FixCheckWarnings.json",
2025-08-20T19:16:00.3893120Z [00:02:03.608]➜  		"metadatas/sas/GenerateDynamicDict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GenerateDynamicDict.json",
2025-08-20T19:16:00.3894188Z [00:02:03.608]➜  		"metadatas/sas/GenerateK8sAccessInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GenerateK8sAccessInfo.json",
2025-08-20T19:16:00.3895129Z [00:02:03.608]➜  		"metadatas/sas/GenerateOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GenerateOnceTask.json",
2025-08-20T19:16:00.3896069Z [00:02:03.608]➜  		"metadatas/sas/GetAccountLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAccountLabel.json",
2025-08-20T19:16:00.3897257Z [00:02:03.608]➜  		"metadatas/sas/GetAegisContainerPluginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAegisContainerPluginRule.json",
2025-08-20T19:16:00.3898718Z [00:02:03.608]➜  		"metadatas/sas/GetAegisContainerPluginRuleCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAegisContainerPluginRuleCriteria.json",
2025-08-20T19:16:00.3899776Z [00:02:03.608]➜  		"metadatas/sas/GetAgentlessTaskCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAgentlessTaskCount.json",
2025-08-20T19:16:00.3900846Z [00:02:03.608]➜  		"metadatas/sas/GetAlarmMachineCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAlarmMachineCount.json",
2025-08-20T19:16:00.3901764Z [00:02:03.608]➜  		"metadatas/sas/GetAppNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAppNetwork.json",
2025-08-20T19:16:00.3903169Z [00:02:03.608]➜  		"metadatas/sas/GetAssetDetailByUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAssetDetailByUuid.json",
2025-08-20T19:16:00.3904301Z [00:02:03.608]➜  		"metadatas/sas/GetAssetSelectionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAssetSelectionConfig.json",
2025-08-20T19:16:00.3905430Z [00:02:03.608]➜  		"metadatas/sas/GetAssetsPropertyDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAssetsPropertyDetail.json",
2025-08-20T19:16:00.3906481Z [00:02:03.608]➜  		"metadatas/sas/GetAssetsPropertyItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAssetsPropertyItem.json",
2025-08-20T19:16:00.3907601Z [00:02:03.608]➜  		"metadatas/sas/GetAttackPathEventDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackPathEventDetail.json",
2025-08-20T19:16:00.3908930Z [00:02:03.608]➜  		"metadatas/sas/GetAttackPathEventStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackPathEventStatistics.json",
2025-08-20T19:16:00.3910379Z [00:02:03.608]➜  		"metadatas/sas/GetAttackPathSensitiveAssetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackPathSensitiveAssetConfig.json",
2025-08-20T19:16:00.3911475Z [00:02:03.608]➜  		"metadatas/sas/GetAttackPathWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackPathWhitelist.json",
2025-08-20T19:16:00.3912693Z [00:02:03.608]➜  		"metadatas/sas/GetAttackTypeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackTypeList.json",
2025-08-20T19:16:00.3913622Z [00:02:03.608]➜  		"metadatas/sas/GetAuthSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAuthSummary.json",
2025-08-20T19:16:00.3914714Z [00:02:03.608]➜  		"metadatas/sas/GetAuthVersionStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAuthVersionStatistic.json",
2025-08-20T19:16:00.3915872Z [00:02:03.608]➜  		"metadatas/sas/GetBackupAutoConfigStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetBackupAutoConfigStatus.json",
2025-08-20T19:16:00.3916957Z [00:02:03.608]➜  		"metadatas/sas/GetBackupStorageCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetBackupStorageCount.json",
2025-08-20T19:16:00.3918142Z [00:02:03.608]➜  		"metadatas/sas/GetBuildRiskDefineRuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetBuildRiskDefineRuleConfig.json",
2025-08-20T19:16:00.3919028Z [00:02:03.608]➜  		"metadatas/sas/GetCanTrySas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCanTrySas.json",
2025-08-20T19:16:00.3919966Z [00:02:03.608]➜  		"metadatas/sas/GetCheckConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckConfig.json",
2025-08-20T19:16:00.3920974Z [00:02:03.608]➜  		"metadatas/sas/GetCheckCountStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckCountStatistic.json",
2025-08-20T19:16:00.3921915Z [00:02:03.608]➜  		"metadatas/sas/GetCheckDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckDetail.json",
2025-08-20T19:16:00.3923252Z [00:02:03.608]➜  		"metadatas/sas/GetCheckProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckProcess.json",
2025-08-20T19:16:00.3924308Z [00:02:03.608]➜  		"metadatas/sas/GetCheckRiskStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckRiskStatistics.json",
2025-08-20T19:16:00.3925176Z [00:02:03.608]➜  		"metadatas/sas/GetCheckSale.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckSale.json",
2025-08-20T19:16:00.3926119Z [00:02:03.608]➜  		"metadatas/sas/GetCheckStructure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckStructure.json",
2025-08-20T19:16:00.3927061Z [00:02:03.608]➜  		"metadatas/sas/GetCheckSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckSummary.json",
2025-08-20T19:16:00.3928466Z [00:02:03.608]➜  		"metadatas/sas/GetCheckTimeDimensionStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckTimeDimensionStatistic.json",
2025-08-20T19:16:00.3929563Z [00:02:03.608]➜  		"metadatas/sas/GetClientRatioStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClientRatioStatistic.json",
2025-08-20T19:16:00.3930663Z [00:02:03.608]➜  		"metadatas/sas/GetClientUserDefineRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClientUserDefineRule.json",
2025-08-20T19:16:00.3931709Z [00:02:03.608]➜  		"metadatas/sas/GetCloudAssetCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCloudAssetCriteria.json",
2025-08-20T19:16:00.3932908Z [00:02:03.608]➜  		"metadatas/sas/GetCloudAssetDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCloudAssetDetail.json",
2025-08-20T19:16:00.3934103Z [00:02:03.608]➜  		"metadatas/sas/GetCloudAssetSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCloudAssetSummary.json",
2025-08-20T19:16:00.3935547Z [00:02:03.608]➜  		"metadatas/sas/GetClusterCheckItemWarningStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClusterCheckItemWarningStatistics.json",
2025-08-20T19:16:00.3936625Z [00:02:03.608]➜  		"metadatas/sas/GetClusterRuleSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClusterRuleSummary.json",
2025-08-20T19:16:00.3937726Z [00:02:03.608]➜  		"metadatas/sas/GetClusterStrategyCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClusterStrategyCount.json",
2025-08-20T19:16:00.3938914Z [00:02:03.608]➜  		"metadatas/sas/GetClusterSuspEventStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClusterSuspEventStatistics.json",
2025-08-20T19:16:00.3939980Z [00:02:03.608]➜  		"metadatas/sas/GetCommonSwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCommonSwitchConfig.json",
2025-08-20T19:16:00.3941123Z [00:02:03.608]➜  		"metadatas/sas/GetConsoleFuncGrayStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetConsoleFuncGrayStatus.json",
2025-08-20T19:16:00.3942328Z [00:02:03.608]➜  		"metadatas/sas/GetContainerDefenseRuleDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetContainerDefenseRuleDetail.json",
2025-08-20T19:16:00.3943665Z [00:02:03.608]➜  		"metadatas/sas/GetCurrentVersionPublish.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCurrentVersionPublish.json",
2025-08-20T19:16:00.3944573Z [00:02:03.608]➜  		"metadatas/sas/GetDataTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetDataTrend.json",
2025-08-20T19:16:00.3945537Z [00:02:03.608]➜  		"metadatas/sas/GetDefenceCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetDefenceCount.json",
2025-08-20T19:16:00.3946748Z [00:02:03.608]➜  		"metadatas/sas/GetDockerhubImageRiskRankInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetDockerhubImageRiskRankInfo.json",
2025-08-20T19:16:00.3948163Z [00:02:03.608]➜  		"metadatas/sas/GetDockerhubImageRiskStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetDockerhubImageRiskStatistic.json",
2025-08-20T19:16:00.3949312Z [00:02:03.608]➜  		"metadatas/sas/GetFileDetectApiInvokeInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileDetectApiInvokeInfo.json",
2025-08-20T19:16:00.3950290Z [00:02:03.608]➜  		"metadatas/sas/GetFileDetectReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileDetectReport.json",
2025-08-20T19:16:00.3951292Z [00:02:03.608]➜  		"metadatas/sas/GetFileDetectResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileDetectResult.json",
2025-08-20T19:16:00.3952726Z [00:02:03.608]➜  		"metadatas/sas/GetFileProtectDashboard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileProtectDashboard.json",
2025-08-20T19:16:00.3953756Z [00:02:03.608]➜  		"metadatas/sas/GetFileProtectEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileProtectEvent.json",
2025-08-20T19:16:00.3954821Z [00:02:03.608]➜  		"metadatas/sas/GetFileProtectEventCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileProtectEventCount.json",
2025-08-20T19:16:00.3955767Z [00:02:03.608]➜  		"metadatas/sas/GetFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileProtectRule.json",
2025-08-20T19:16:00.3956702Z [00:02:03.608]➜  		"metadatas/sas/GetFileUploadLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileUploadLimit.json",
2025-08-20T19:16:00.3957856Z [00:02:03.608]➜  		"metadatas/sas/GetFunctionTrialStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFunctionTrialStatus.json",
2025-08-20T19:16:00.3959057Z [00:02:03.608]➜  		"metadatas/sas/GetHoneyPotUploadPolicyInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneyPotUploadPolicyInfo.json",
2025-08-20T19:16:00.3960137Z [00:02:03.608]➜  		"metadatas/sas/GetHoneypotAttackStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotAttackStatistics.json",
2025-08-20T19:16:00.3961099Z [00:02:03.608]➜  		"metadatas/sas/GetHoneypotEventTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotEventTrend.json",
2025-08-20T19:16:00.3961938Z [00:02:03.608]➜  		"metadatas/sas/GetHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotNode.json",
2025-08-20T19:16:00.3963145Z [00:02:03.608]➜  		"metadatas/sas/GetHoneypotNodeMetricList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotNodeMetricList.json",
2025-08-20T19:16:00.3964068Z [00:02:03.608]➜  		"metadatas/sas/GetHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotPreset.json",
2025-08-20T19:16:00.3964967Z [00:02:03.608]➜  		"metadatas/sas/GetHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotProbe.json",
2025-08-20T19:16:00.3965981Z [00:02:03.608]➜  		"metadatas/sas/GetHoneypotStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotStatistics.json",
2025-08-20T19:16:00.3967063Z [00:02:03.608]➜  		"metadatas/sas/GetImageEventOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetImageEventOperation.json",
2025-08-20T19:16:00.3968154Z [00:02:03.608]➜  		"metadatas/sas/GetImageScanNumInPeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetImageScanNumInPeriod.json",
2025-08-20T19:16:00.3969224Z [00:02:03.608]➜  		"metadatas/sas/GetInstallCodeForUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInstallCodeForUuid.json",
2025-08-20T19:16:00.3970379Z [00:02:03.608]➜  		"metadatas/sas/GetInstanceAlarmStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInstanceAlarmStatistics.json",
2025-08-20T19:16:00.3971692Z [00:02:03.608]➜  		"metadatas/sas/GetInterceptionRuleDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInterceptionRuleDetail.json",
2025-08-20T19:16:00.3972973Z [00:02:03.608]➜  		"metadatas/sas/GetInterceptionSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInterceptionSummary.json",
2025-08-20T19:16:00.3974729Z [00:02:03.608]➜  		"metadatas/sas/GetInterceptionTargetDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInterceptionTargetDetail.json",
2025-08-20T19:16:00.3975782Z [00:02:03.608]➜  		"metadatas/sas/GetLastOnceTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetLastOnceTaskInfo.json",
2025-08-20T19:16:00.3977036Z [00:02:03.608]➜  		"metadatas/sas/GetLocalDefaultRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetLocalDefaultRegion.json",
2025-08-20T19:16:00.3977925Z [00:02:03.608]➜  		"metadatas/sas/GetLogMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetLogMeta.json",
2025-08-20T19:16:00.3979177Z [00:02:03.608]➜  		"metadatas/sas/GetMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetMaliciousFileWhitelistConfig.json",
2025-08-20T19:16:00.3980130Z [00:02:03.608]➜  		"metadatas/sas/GetModuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetModuleConfig.json",
2025-08-20T19:16:00.3981176Z [00:02:03.608]➜  		"metadatas/sas/GetModuleConfigStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetModuleConfigStatus.json",
2025-08-20T19:16:00.3982372Z [00:02:03.608]➜  		"metadatas/sas/GetModuleTrialAuthInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetModuleTrialAuthInfo.json",
2025-08-20T19:16:00.3983661Z [00:02:03.608]➜  		"metadatas/sas/GetObjectScanEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetObjectScanEvent.json",
2025-08-20T19:16:00.3984657Z [00:02:03.608]➜  		"metadatas/sas/GetOnceTaskResultInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOnceTaskResultInfo.json",
2025-08-20T19:16:00.3985739Z [00:02:03.608]➜  		"metadatas/sas/GetOpaClusterBaseLineList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaClusterBaseLineList.json",
2025-08-20T19:16:00.3986768Z [00:02:03.608]➜  		"metadatas/sas/GetOpaClusterImageList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaClusterImageList.json",
2025-08-20T19:16:00.3987779Z [00:02:03.608]➜  		"metadatas/sas/GetOpaClusterLabelList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaClusterLabelList.json",
2025-08-20T19:16:00.3988892Z [00:02:03.608]➜  		"metadatas/sas/GetOpaClusterNamespaceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaClusterNamespaceList.json",
2025-08-20T19:16:00.3989841Z [00:02:03.608]➜  		"metadatas/sas/GetOpaPluginStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaPluginStatus.json",
2025-08-20T19:16:00.3990885Z [00:02:03.608]➜  		"metadatas/sas/GetOpaStrategyDetailNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaStrategyDetailNew.json",
2025-08-20T19:16:00.3992068Z [00:02:03.608]➜  		"metadatas/sas/GetOpaStrategyTemplateSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaStrategyTemplateSummary.json",
2025-08-20T19:16:00.3993373Z [00:02:03.608]➜  		"metadatas/sas/GetOssBucketScanStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOssBucketScanStatistic.json",
2025-08-20T19:16:00.3994272Z [00:02:03.608]➜  		"metadatas/sas/GetOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOssScanConfig.json",
2025-08-20T19:16:00.3995326Z [00:02:03.608]➜  		"metadatas/sas/GetPropertyScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetPropertyScheduleConfig.json",
2025-08-20T19:16:00.3996301Z [00:02:03.608]➜  		"metadatas/sas/GetPublishCron.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetPublishCron.json",
2025-08-20T19:16:00.3997082Z [00:02:03.608]➜  		"metadatas/sas/GetRdTree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetRdTree.json",
2025-08-20T19:16:00.3998061Z [00:02:03.608]➜  		"metadatas/sas/GetRegistryScanDayNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetRegistryScanDayNum.json",
2025-08-20T19:16:00.3998899Z [00:02:03.608]➜  		"metadatas/sas/GetRulesCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetRulesCount.json",
2025-08-20T19:16:00.4000044Z [00:02:03.608]➜  		"metadatas/sas/GetSasContainerWebDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSasContainerWebDefenseRule.json",
2025-08-20T19:16:00.4001496Z [00:02:03.608]➜  		"metadatas/sas/GetSasContainerWebDefenseRuleApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSasContainerWebDefenseRuleApplication.json",
2025-08-20T19:16:00.4003002Z [00:02:03.608]➜  		"metadatas/sas/GetSasContainerWebDefenseRuleCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSasContainerWebDefenseRuleCriteria.json",
2025-08-20T19:16:00.4003988Z [00:02:03.608]➜  		"metadatas/sas/GetSecurityScoreRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSecurityScoreRule.json",
2025-08-20T19:16:00.4005157Z [00:02:03.608]➜  		"metadatas/sas/GetSensitiveDefineRuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSensitiveDefineRuleConfig.json",
2025-08-20T19:16:00.4006362Z [00:02:03.608]➜  		"metadatas/sas/GetServerlessAppAuthDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetServerlessAppAuthDetail.json",
2025-08-20T19:16:00.4007593Z [00:02:03.608]➜  		"metadatas/sas/GetServerlessAuthSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetServerlessAuthSummary.json",
2025-08-20T19:16:00.4010623Z [00:02:03.608]➜  		"metadatas/sas/GetServiceTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetServiceTrail.json",
2025-08-20T19:16:00.4011790Z [00:02:03.608]➜  		"metadatas/sas/GetStrategyTemplateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetStrategyTemplateDetail.json",
2025-08-20T19:16:00.4012936Z [00:02:03.608]➜  		"metadatas/sas/GetSupportedModules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSupportedModules.json",
2025-08-20T19:16:00.4014015Z [00:02:03.608]➜  		"metadatas/sas/GetSuspiciousStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSuspiciousStatistics.json",
2025-08-20T19:16:00.4015044Z [00:02:03.608]➜  		"metadatas/sas/GetSwitchRegionDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSwitchRegionDetail.json",
2025-08-20T19:16:00.4016062Z [00:02:03.608]➜  		"metadatas/sas/GetTenantCheckAvailable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetTenantCheckAvailable.json",
2025-08-20T19:16:00.4016879Z [00:02:03.608]➜  		"metadatas/sas/GetUserLang.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetUserLang.json",
2025-08-20T19:16:00.4017873Z [00:02:03.608]➜  		"metadatas/sas/GetVirusScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetVirusScanConfig.json",
2025-08-20T19:16:00.4019211Z [00:02:03.608]➜  		"metadatas/sas/GetVirusScanLatestTaskStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetVirusScanLatestTaskStatistic.json",
2025-08-20T19:16:00.4020148Z [00:02:03.608]➜  		"metadatas/sas/GetVulStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetVulStatistics.json",
2025-08-20T19:16:00.4021060Z [00:02:03.608]➜  		"metadatas/sas/GetVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetVulWhitelist.json",
2025-08-20T19:16:00.4022188Z [00:02:03.608]➜  		"metadatas/sas/GrantSwitchAgreement.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GrantSwitchAgreement.json",
2025-08-20T19:16:00.4023331Z [00:02:03.608]➜  		"metadatas/sas/HandleMaliciousFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/HandleMaliciousFiles.json",
2025-08-20T19:16:00.4024320Z [00:02:03.608]➜  		"metadatas/sas/HandleSecurityEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/HandleSecurityEvents.json",
2025-08-20T19:16:00.4025433Z [00:02:03.608]➜  		"metadatas/sas/HandleSimilarSecurityEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/HandleSimilarSecurityEvents.json",
2025-08-20T19:16:00.4026450Z [00:02:03.608]➜  		"metadatas/sas/IgnoreCheckItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/IgnoreCheckItems.json",
2025-08-20T19:16:00.4027467Z [00:02:03.608]➜  		"metadatas/sas/IgnoreHcCheckWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/IgnoreHcCheckWarnings.json",
2025-08-20T19:16:00.4028539Z [00:02:03.608]➜  		"metadatas/sas/IgnoreIdcProbeScanResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/IgnoreIdcProbeScanResult.json",
2025-08-20T19:16:00.4029554Z [00:02:03.608]➜  		"metadatas/sas/InstallAegisForLingjun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallAegisForLingjun.json",
2025-08-20T19:16:00.4030516Z [00:02:03.608]➜  		"metadatas/sas/InstallBackupClient.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallBackupClient.json",
2025-08-20T19:16:00.4031551Z [00:02:03.608]➜  		"metadatas/sas/InstallCloudMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallCloudMonitor.json",
2025-08-20T19:16:00.4032748Z [00:02:03.608]➜  		"metadatas/sas/InstallHybridProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallHybridProxy.json",
2025-08-20T19:16:00.4033457Z [00:02:03.608]➜  		"metadatas/sas/InstallPmAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallPmAgent.json",
2025-08-20T19:16:00.4034385Z [00:02:03.608]➜  		"metadatas/sas/InstallUniBackupAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallUniBackupAgent.json",
2025-08-20T19:16:00.4035573Z [00:02:03.608]➜  		"metadatas/sas/JoinWebLockProcessWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/JoinWebLockProcessWhiteList.json",
2025-08-20T19:16:00.4036723Z [00:02:03.608]➜  		"metadatas/sas/ListAccountsInResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAccountsInResourceDirectory.json",
2025-08-20T19:16:00.4037887Z [00:02:03.608]➜  		"metadatas/sas/ListAegisContainerPluginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAegisContainerPluginRule.json",
2025-08-20T19:16:00.4038981Z [00:02:03.608]➜  		"metadatas/sas/ListAegisForLingjunStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAegisForLingjunStatus.json",
2025-08-20T19:16:00.4039948Z [00:02:03.608]➜  		"metadatas/sas/ListAgentlessAsset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessAsset.json",
2025-08-20T19:16:00.4041066Z [00:02:03.608]➜  		"metadatas/sas/ListAgentlessMaliciousFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessMaliciousFiles.json",
2025-08-20T19:16:00.4042089Z [00:02:03.608]➜  		"metadatas/sas/ListAgentlessRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessRegion.json",
2025-08-20T19:16:00.4043442Z [00:02:03.608]➜  		"metadatas/sas/ListAgentlessRelateMalicious.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessRelateMalicious.json",
2025-08-20T19:16:00.4044457Z [00:02:03.608]➜  		"metadatas/sas/ListAgentlessRiskUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessRiskUuid.json",
2025-08-20T19:16:00.4045559Z [00:02:03.608]➜  		"metadatas/sas/ListAgentlessTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessTask.json",
2025-08-20T19:16:00.4046592Z [00:02:03.608]➜  		"metadatas/sas/ListAssetCleanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetCleanConfig.json",
2025-08-20T19:16:00.4047589Z [00:02:03.608]➜  		"metadatas/sas/ListAssetInfoPublish.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetInfoPublish.json",
2025-08-20T19:16:00.4048710Z [00:02:03.609]➜  		"metadatas/sas/ListAssetRefreshTaskConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetRefreshTaskConfig.json",
2025-08-20T19:16:00.4050093Z [00:02:03.609]➜  		"metadatas/sas/ListAssetSelectionSelectedTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetSelectionSelectedTarget.json",
2025-08-20T19:16:00.4051182Z [00:02:03.609]➜  		"metadatas/sas/ListAssetSelectionTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetSelectionTarget.json",
2025-08-20T19:16:00.4052111Z [00:02:03.609]➜  		"metadatas/sas/ListAttackPathEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAttackPathEvent.json",
2025-08-20T19:16:00.4053391Z [00:02:03.609]➜  		"metadatas/sas/ListAttackPathWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAttackPathWhitelist.json",
2025-08-20T19:16:00.4054323Z [00:02:03.609]➜  		"metadatas/sas/ListAutoTagRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAutoTagRules.json",
2025-08-20T19:16:00.4055509Z [00:02:03.609]➜  		"metadatas/sas/ListAvailableAttackPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAvailableAttackPath.json",
2025-08-20T19:16:00.4056629Z [00:02:03.609]➜  		"metadatas/sas/ListAvailableHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAvailableHoneypot.json",
2025-08-20T19:16:00.4057549Z [00:02:03.609]➜  		"metadatas/sas/ListBackupRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListBackupRecord.json",
2025-08-20T19:16:00.4058700Z [00:02:03.609]➜  		"metadatas/sas/ListBaselineCheckWhiteRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListBaselineCheckWhiteRecord.json",
2025-08-20T19:16:00.4059741Z [00:02:03.609]➜  		"metadatas/sas/ListCheckInstanceResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckInstanceResult.json",
2025-08-20T19:16:00.4060604Z [00:02:03.609]➜  		"metadatas/sas/ListCheckItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckItem.json",
2025-08-20T19:16:00.4061737Z [00:02:03.609]➜  		"metadatas/sas/ListCheckItemWarningMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckItemWarningMachine.json",
2025-08-20T19:16:00.4063017Z [00:02:03.609]➜  		"metadatas/sas/ListCheckItemWarningSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckItemWarningSummary.json",
2025-08-20T19:16:00.4063908Z [00:02:03.609]➜  		"metadatas/sas/ListCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckResult.json",
2025-08-20T19:16:00.4064765Z [00:02:03.609]➜  		"metadatas/sas/ListCheckRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckRule.json",
2025-08-20T19:16:00.4065768Z [00:02:03.609]➜  		"metadatas/sas/ListCheckRuleInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckRuleInstance.json",
2025-08-20T19:16:00.4066700Z [00:02:03.609]➜  		"metadatas/sas/ListCheckStandard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckStandard.json",
2025-08-20T19:16:00.4067583Z [00:02:03.609]➜  		"metadatas/sas/ListCheckTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckTypes.json",
2025-08-20T19:16:00.4068660Z [00:02:03.609]➜  		"metadatas/sas/ListClientAlertMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClientAlertMode.json",
2025-08-20T19:16:00.4069830Z [00:02:03.609]➜  		"metadatas/sas/ListClientUserDefineRuleTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClientUserDefineRuleTypes.json",
2025-08-20T19:16:00.4070906Z [00:02:03.609]➜  		"metadatas/sas/ListClientUserDefineRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClientUserDefineRules.json",
2025-08-20T19:16:00.4071948Z [00:02:03.609]➜  		"metadatas/sas/ListCloudAssetInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCloudAssetInstances.json",
2025-08-20T19:16:00.4073210Z [00:02:03.609]➜  		"metadatas/sas/ListCloudVendorRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCloudVendorRegions.json",
2025-08-20T19:16:00.4074351Z [00:02:03.609]➜  		"metadatas/sas/ListClusterCnnfStatusDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClusterCnnfStatusDetail.json",
2025-08-20T19:16:00.4075511Z [00:02:03.609]➜  		"metadatas/sas/ListClusterInterceptionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClusterInterceptionConfig.json",
2025-08-20T19:16:00.4076518Z [00:02:03.609]➜  		"metadatas/sas/ListClusterPluginInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClusterPluginInfo.json",
2025-08-20T19:16:00.4077649Z [00:02:03.609]➜  		"metadatas/sas/ListCompressFileDetectResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCompressFileDetectResult.json",
2025-08-20T19:16:00.4078805Z [00:02:03.609]➜  		"metadatas/sas/ListContainerDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListContainerDefenseRule.json",
2025-08-20T19:16:00.4080083Z [00:02:03.609]➜  		"metadatas/sas/ListContainerDefenseRuleClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListContainerDefenseRuleClusters.json",
2025-08-20T19:16:00.4081045Z [00:02:03.609]➜  		"metadatas/sas/ListCriteriaStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCriteriaStrategy.json",
2025-08-20T19:16:00.4081985Z [00:02:03.609]➜  		"metadatas/sas/ListDockerhubImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListDockerhubImage.json",
2025-08-20T19:16:00.4083075Z [00:02:03.609]➜  		"metadatas/sas/ListFileProtectEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListFileProtectEvent.json",
2025-08-20T19:16:00.4084284Z [00:02:03.609]➜  		"metadatas/sas/ListFileProtectPluginStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListFileProtectPluginStatus.json",
2025-08-20T19:16:00.4085296Z [00:02:03.609]➜  		"metadatas/sas/ListFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListFileProtectRule.json",
2025-08-20T19:16:00.4086120Z [00:02:03.609]➜  		"metadatas/sas/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListGroups.json",
2025-08-20T19:16:00.4086953Z [00:02:03.609]➜  		"metadatas/sas/ListHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypot.json",
2025-08-20T19:16:00.4087868Z [00:02:03.609]➜  		"metadatas/sas/ListHoneypotAlarmEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotAlarmEvents.json",
2025-08-20T19:16:00.4088876Z [00:02:03.609]➜  		"metadatas/sas/ListHoneypotAttackerPortrait.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotAttackerPortrait.json",
2025-08-20T19:16:00.4089978Z [00:02:03.609]➜  		"metadatas/sas/ListHoneypotAttackerSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotAttackerSource.json",
2025-08-20T19:16:00.4090950Z [00:02:03.609]➜  		"metadatas/sas/ListHoneypotEventFlows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotEventFlows.json",
2025-08-20T19:16:00.4092019Z [00:02:03.609]➜  		"metadatas/sas/ListHoneypotEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotEvents.json",
2025-08-20T19:16:00.4093078Z [00:02:03.609]➜  		"metadatas/sas/ListHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotNode.json",
2025-08-20T19:16:00.4094047Z [00:02:03.609]➜  		"metadatas/sas/ListHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotPreset.json",
2025-08-20T19:16:00.4094949Z [00:02:03.609]➜  		"metadatas/sas/ListHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotProbe.json",
2025-08-20T19:16:00.4096094Z [00:02:03.609]➜  		"metadatas/sas/ListHoneypotProbeUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotProbeUuid.json",
2025-08-20T19:16:00.4097126Z [00:02:03.609]➜  		"metadatas/sas/ListImageBuildRiskItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListImageBuildRiskItem.json",
2025-08-20T19:16:00.4098146Z [00:02:03.609]➜  		"metadatas/sas/ListImageRegistryExtra.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListImageRegistryExtra.json",
2025-08-20T19:16:00.4099170Z [00:02:03.609]➜  		"metadatas/sas/ListImageRegistryRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListImageRegistryRegion.json",
2025-08-20T19:16:00.4099996Z [00:02:03.609]➜  		"metadatas/sas/ListImageRisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListImageRisk.json",
2025-08-20T19:16:00.4101086Z [00:02:03.609]➜  		"metadatas/sas/ListInstanceCatalog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInstanceCatalog.json",
2025-08-20T19:16:00.4102236Z [00:02:03.609]➜  		"metadatas/sas/ListInstanceRiskLevels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInstanceRiskLevels.json",
2025-08-20T19:16:00.4103424Z [00:02:03.609]➜  		"metadatas/sas/ListInstanceRiskNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInstanceRiskNum.json",
2025-08-20T19:16:00.4104485Z [00:02:03.609]➜  		"metadatas/sas/ListInterceptionHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInterceptionHistory.json",
2025-08-20T19:16:00.4105528Z [00:02:03.609]➜  		"metadatas/sas/ListInterceptionRulePage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInterceptionRulePage.json",
2025-08-20T19:16:00.4106617Z [00:02:03.609]➜  		"metadatas/sas/ListInterceptionTargetPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInterceptionTargetPage.json",
2025-08-20T19:16:00.4107558Z [00:02:03.609]➜  		"metadatas/sas/ListK8sAccessInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListK8sAccessInfo.json",
2025-08-20T19:16:00.4108580Z [00:02:03.609]➜  		"metadatas/sas/ListLogShipperRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListLogShipperRegions.json",
2025-08-20T19:16:00.4109489Z [00:02:03.609]➜  		"metadatas/sas/ListMachineApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListMachineApps.json",
2025-08-20T19:16:00.4110745Z [00:02:03.609]➜  		"metadatas/sas/ListMaliciousFileWhitelistConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListMaliciousFileWhitelistConfigs.json",
2025-08-20T19:16:00.4111717Z [00:02:03.609]➜  		"metadatas/sas/ListObjectScanEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListObjectScanEvent.json",
2025-08-20T19:16:00.4112820Z [00:02:03.609]➜  		"metadatas/sas/ListOpaClusterStrategyNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOpaClusterStrategyNew.json",
2025-08-20T19:16:00.4113755Z [00:02:03.609]➜  		"metadatas/sas/ListOperationCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOperationCheck.json",
2025-08-20T19:16:00.4114901Z [00:02:03.609]➜  		"metadatas/sas/ListOperationProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOperationProcess.json",
2025-08-20T19:16:00.4115996Z [00:02:03.609]➜  		"metadatas/sas/ListOperationProcessDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOperationProcessDetail.json",
2025-08-20T19:16:00.4116930Z [00:02:03.609]➜  		"metadatas/sas/ListOperationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOperationTask.json",
2025-08-20T19:16:00.4117797Z [00:02:03.609]➜  		"metadatas/sas/ListOssBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOssBucket.json",
2025-08-20T19:16:00.4118961Z [00:02:03.609]➜  		"metadatas/sas/ListOssBucketScanInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOssBucketScanInfo.json",
2025-08-20T19:16:00.4119873Z [00:02:03.609]➜  		"metadatas/sas/ListOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOssScanConfig.json",
2025-08-20T19:16:00.4120787Z [00:02:03.609]➜  		"metadatas/sas/ListPluginForUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPluginForUuid.json",
2025-08-20T19:16:00.4121616Z [00:02:03.609]➜  		"metadatas/sas/ListPodRisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPodRisk.json",
2025-08-20T19:16:00.4122675Z [00:02:03.609]➜  		"metadatas/sas/ListPrivateK8s.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPrivateK8s.json",
2025-08-20T19:16:00.4123724Z [00:02:03.609]➜  		"metadatas/sas/ListPrivateRegistryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPrivateRegistryList.json",
2025-08-20T19:16:00.4124915Z [00:02:03.609]➜  		"metadatas/sas/ListPrivateRegistryType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPrivateRegistryType.json",
2025-08-20T19:16:00.4125897Z [00:02:03.609]➜  		"metadatas/sas/ListPublishBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPublishBatch.json",
2025-08-20T19:16:00.4126877Z [00:02:03.609]➜  		"metadatas/sas/ListRdDefaultSyncList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListRdDefaultSyncList.json",
2025-08-20T19:16:00.4127770Z [00:02:03.609]➜  		"metadatas/sas/ListRuleTargetAll.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListRuleTargetAll.json",
2025-08-20T19:16:00.4128971Z [00:02:03.609]➜  		"metadatas/sas/ListSasContainerWebDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSasContainerWebDefenseRule.json",
2025-08-20T19:16:00.4130100Z [00:02:03.609]➜  		"metadatas/sas/ListSupportAttackPathAsset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSupportAttackPathAsset.json",
2025-08-20T19:16:00.4131165Z [00:02:03.609]➜  		"metadatas/sas/ListSupportObjectSuffix.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSupportObjectSuffix.json",
2025-08-20T19:16:00.4132285Z [00:02:03.609]➜  		"metadatas/sas/ListSystemAggregationRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSystemAggregationRules.json",
2025-08-20T19:16:00.4133529Z [00:02:03.609]➜  		"metadatas/sas/ListSystemClientRuleTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSystemClientRuleTypes.json",
2025-08-20T19:16:00.4134511Z [00:02:03.609]➜  		"metadatas/sas/ListSystemClientRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSystemClientRules.json",
2025-08-20T19:16:00.4135697Z [00:02:03.609]➜  		"metadatas/sas/ListSystemRuleAggregationTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSystemRuleAggregationTypes.json",
2025-08-20T19:16:00.4136624Z [00:02:03.609]➜  		"metadatas/sas/ListTargetByBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListTargetByBatch.json",
2025-08-20T19:16:00.4137719Z [00:02:03.609]➜  		"metadatas/sas/ListUnfinishedOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUnfinishedOnceTask.json",
2025-08-20T19:16:00.4138752Z [00:02:03.609]➜  		"metadatas/sas/ListUninstallAegisMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUninstallAegisMachines.json",
2025-08-20T19:16:00.4139544Z [00:02:03.609]➜  		"metadatas/sas/ListUserVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUserVpc.json",
2025-08-20T19:16:00.4140428Z [00:02:03.609]➜  		"metadatas/sas/ListUuidsByAppId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUuidsByAppId.json",
2025-08-20T19:16:00.4141341Z [00:02:03.609]➜  		"metadatas/sas/ListUuidsByWebPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUuidsByWebPath.json",
2025-08-20T19:16:00.4142570Z [00:02:03.609]➜  		"metadatas/sas/ListVirusScanMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVirusScanMachine.json",
2025-08-20T19:16:00.4143725Z [00:02:03.609]➜  		"metadatas/sas/ListVirusScanMachineEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVirusScanMachineEvent.json",
2025-08-20T19:16:00.4144662Z [00:02:03.609]➜  		"metadatas/sas/ListVirusScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVirusScanTask.json",
2025-08-20T19:16:00.4145734Z [00:02:03.609]➜  		"metadatas/sas/ListVulAutoRepairConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVulAutoRepairConfig.json",
2025-08-20T19:16:00.4146712Z [00:02:03.609]➜  		"metadatas/sas/ListVulGlobalConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVulGlobalConfig.json",
2025-08-20T19:16:00.4147804Z [00:02:03.609]➜  		"metadatas/sas/MarkMonitorAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/MarkMonitorAccounts.json",
2025-08-20T19:16:00.4148946Z [00:02:03.609]➜  		"metadatas/sas/ModifyAccessKeyLeakDeal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAccessKeyLeakDeal.json",
2025-08-20T19:16:00.4150024Z [00:02:03.609]➜  		"metadatas/sas/ModifyAntiBruteForceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAntiBruteForceRule.json",
2025-08-20T19:16:00.4151033Z [00:02:03.609]➜  		"metadatas/sas/ModifyAppVulScanCycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAppVulScanCycle.json",
2025-08-20T19:16:00.4152065Z [00:02:03.609]➜  		"metadatas/sas/ModifyAssetCleanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAssetCleanConfig.json",
2025-08-20T19:16:00.4153128Z [00:02:03.609]➜  		"metadatas/sas/ModifyAssetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAssetGroup.json",
2025-08-20T19:16:00.4154113Z [00:02:03.609]➜  		"metadatas/sas/ModifyAssetImportant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAssetImportant.json",
2025-08-20T19:16:00.4154987Z [00:02:03.609]➜  		"metadatas/sas/ModifyAttestor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAttestor.json",
2025-08-20T19:16:00.4155950Z [00:02:03.609]➜  		"metadatas/sas/ModifyAutoDelConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAutoDelConfig.json",
2025-08-20T19:16:00.4156868Z [00:02:03.609]➜  		"metadatas/sas/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyBackupPolicy.json",
2025-08-20T19:16:00.4157943Z [00:02:03.609]➜  		"metadatas/sas/ModifyBackupPolicyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyBackupPolicyStatus.json",
2025-08-20T19:16:00.4159073Z [00:02:03.609]➜  		"metadatas/sas/ModifyBinarySecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyBinarySecurityPolicy.json",
2025-08-20T19:16:00.4160114Z [00:02:03.609]➜  		"metadatas/sas/ModifyCheckRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCheckRule.json",
2025-08-20T19:16:00.4161214Z [00:02:03.609]➜  		"metadatas/sas/ModifyClearLogstoreStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClearLogstoreStorage.json",
2025-08-20T19:16:00.4162219Z [00:02:03.609]➜  		"metadatas/sas/ModifyClientConfSetup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClientConfSetup.json",
2025-08-20T19:16:00.4163422Z [00:02:03.609]➜  		"metadatas/sas/ModifyClientConfStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClientConfStrategy.json",
2025-08-20T19:16:00.4164510Z [00:02:03.609]➜  		"metadatas/sas/ModifyClientUserDefineRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClientUserDefineRule.json",
2025-08-20T19:16:00.4165722Z [00:02:03.609]➜  		"metadatas/sas/ModifyCloudVendorAccountAK.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCloudVendorAccountAK.json",
2025-08-20T19:16:00.4166878Z [00:02:03.609]➜  		"metadatas/sas/ModifyCloudVendorTrialConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCloudVendorTrialConfig.json",
2025-08-20T19:16:00.4168142Z [00:02:03.609]➜  		"metadatas/sas/ModifyClusterCnnfStatusUserConfirm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClusterCnnfStatusUserConfirm.json",
2025-08-20T19:16:00.4169183Z [00:02:03.609]➜  		"metadatas/sas/ModifyConcernNecessity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyConcernNecessity.json",
2025-08-20T19:16:00.4170294Z [00:02:03.609]➜  		"metadatas/sas/ModifyContainerDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyContainerDefenseRule.json",
2025-08-20T19:16:00.4171768Z [00:02:03.609]➜  		"metadatas/sas/ModifyContainerDefenseRuleSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyContainerDefenseRuleSwitch.json",
2025-08-20T19:16:00.4173099Z [00:02:03.609]➜  		"metadatas/sas/ModifyContainerPluginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyContainerPluginRule.json",
2025-08-20T19:16:00.4174179Z [00:02:03.609]➜  		"metadatas/sas/ModifyContainerScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyContainerScanConfig.json",
2025-08-20T19:16:00.4175224Z [00:02:03.609]➜  		"metadatas/sas/ModifyCreateVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCreateVulWhitelist.json",
2025-08-20T19:16:00.4176250Z [00:02:03.609]➜  		"metadatas/sas/ModifyCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCustomBlockRecord.json",
2025-08-20T19:16:00.4177127Z [00:02:03.609]➜  		"metadatas/sas/ModifyCycleTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCycleTask.json",
2025-08-20T19:16:00.4178204Z [00:02:03.609]➜  		"metadatas/sas/ModifyDingTalkStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyDingTalkStatus.json",
2025-08-20T19:16:00.4179143Z [00:02:03.609]➜  		"metadatas/sas/ModifyEmgVulSubmit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyEmgVulSubmit.json",
2025-08-20T19:16:00.4180081Z [00:02:03.609]➜  		"metadatas/sas/ModifyGroupProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyGroupProperty.json",
2025-08-20T19:16:00.4181153Z [00:02:03.609]➜  		"metadatas/sas/ModifyHybridProxyCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyHybridProxyCluster.json",
2025-08-20T19:16:00.4182140Z [00:02:03.609]➜  		"metadatas/sas/ModifyHybridProxyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyHybridProxyPolicy.json",
2025-08-20T19:16:00.4183398Z [00:02:03.609]➜  		"metadatas/sas/ModifyIdcProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyIdcProbe.json",
2025-08-20T19:16:00.4184497Z [00:02:03.609]➜  		"metadatas/sas/ModifyImageFixCycleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyImageFixCycleConfig.json",
2025-08-20T19:16:00.4185411Z [00:02:03.609]➜  		"metadatas/sas/ModifyImageRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyImageRegistry.json",
2025-08-20T19:16:00.4186582Z [00:02:03.609]➜  		"metadatas/sas/ModifyInstanceAntiBruteForceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyInstanceAntiBruteForceRule.json",
2025-08-20T19:16:00.4187548Z [00:02:03.609]➜  		"metadatas/sas/ModifyInterceptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyInterceptionRule.json",
2025-08-20T19:16:00.4188762Z [00:02:03.609]➜  		"metadatas/sas/ModifyInterceptionRuleSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyInterceptionRuleSwitch.json",
2025-08-20T19:16:00.4189839Z [00:02:03.609]➜  		"metadatas/sas/ModifyInterceptionTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyInterceptionTarget.json",
2025-08-20T19:16:00.4190785Z [00:02:03.609]➜  		"metadatas/sas/ModifyLogMetaStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyLogMetaStatus.json",
2025-08-20T19:16:00.4191792Z [00:02:03.609]➜  		"metadatas/sas/ModifyLoginBaseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyLoginBaseConfig.json",
2025-08-20T19:16:00.4193017Z [00:02:03.609]➜  		"metadatas/sas/ModifyLoginSwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyLoginSwitchConfig.json",
2025-08-20T19:16:00.4193977Z [00:02:03.609]➜  		"metadatas/sas/ModifyNoticeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyNoticeConfig.json",
2025-08-20T19:16:00.4195034Z [00:02:03.609]➜  		"metadatas/sas/ModifyOpenLogShipper.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyOpenLogShipper.json",
2025-08-20T19:16:00.4195877Z [00:02:03.609]➜  		"metadatas/sas/ModifyOperateVul.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyOperateVul.json",
2025-08-20T19:16:00.4196880Z [00:02:03.609]➜  		"metadatas/sas/ModifyPostPayModuleSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyPostPayModuleSwitch.json",
2025-08-20T19:16:00.4197891Z [00:02:03.609]➜  		"metadatas/sas/ModifyProcessWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyProcessWhiteList.json",
2025-08-20T19:16:00.4199012Z [00:02:03.609]➜  		"metadatas/sas/ModifyPropertyScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyPropertyScheduleConfig.json",
2025-08-20T19:16:00.4199952Z [00:02:03.609]➜  		"metadatas/sas/ModifyPushAllTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyPushAllTask.json",
2025-08-20T19:16:00.4201121Z [00:02:03.609]➜  		"metadatas/sas/ModifyRefreshProcessInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyRefreshProcessInfo.json",
2025-08-20T19:16:00.4202556Z [00:02:03.609]➜  		"metadatas/sas/ModifySasContainerWebDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySasContainerWebDefenseRule.json",
2025-08-20T19:16:00.4203764Z [00:02:03.609]➜  		"metadatas/sas/ModifySearchCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySearchCondition.json",
2025-08-20T19:16:00.4205047Z [00:02:03.609]➜  		"metadatas/sas/ModifySecurityCheckScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySecurityCheckScheduleConfig.json",
2025-08-20T19:16:00.4206299Z [00:02:03.610]➜  		"metadatas/sas/ModifySecurityEventMarkMissIndividually.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySecurityEventMarkMissIndividually.json",
2025-08-20T19:16:00.4207486Z [00:02:03.610]➜  		"metadatas/sas/ModifyServerlessAuthToMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyServerlessAuthToMachine.json",
2025-08-20T19:16:00.4208487Z [00:02:03.610]➜  		"metadatas/sas/ModifySoarStrategySubscribe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySoarStrategySubscribe.json",
2025-08-20T19:16:00.4209329Z [00:02:03.610]➜  		"metadatas/sas/ModifyStartVulScan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyStartVulScan.json",
2025-08-20T19:16:00.4210140Z [00:02:03.610]➜  		"metadatas/sas/ModifyStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyStrategy.json",
2025-08-20T19:16:00.4211138Z [00:02:03.610]➜  		"metadatas/sas/ModifyStrategyTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyStrategyTarget.json",
2025-08-20T19:16:00.4212055Z [00:02:03.610]➜  		"metadatas/sas/ModifyTagWithUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyTagWithUuid.json",
2025-08-20T19:16:00.4213178Z [00:02:03.610]➜  		"metadatas/sas/ModifyUniBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyUniBackupPolicy.json",
2025-08-20T19:16:00.4214070Z [00:02:03.610]➜  		"metadatas/sas/ModifyVpcHoneyPot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVpcHoneyPot.json",
2025-08-20T19:16:00.4214925Z [00:02:03.610]➜  		"metadatas/sas/ModifyVulConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVulConfig.json",
2025-08-20T19:16:00.4215771Z [00:02:03.610]➜  		"metadatas/sas/ModifyVulTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVulTarget.json",
2025-08-20T19:16:00.4216768Z [00:02:03.610]➜  		"metadatas/sas/ModifyVulTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVulTargetConfig.json",
2025-08-20T19:16:00.4217896Z [00:02:03.610]➜  		"metadatas/sas/ModifyVulWhitelistTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVulWhitelistTarget.json",
2025-08-20T19:16:00.4218958Z [00:02:03.610]➜  		"metadatas/sas/ModifyWebLockCreateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockCreateConfig.json",
2025-08-20T19:16:00.4220045Z [00:02:03.610]➜  		"metadatas/sas/ModifyWebLockDeleteConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockDeleteConfig.json",
2025-08-20T19:16:00.4221088Z [00:02:03.610]➜  		"metadatas/sas/ModifyWebLockProcessStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockProcessStatus.json",
2025-08-20T19:16:00.4222009Z [00:02:03.610]➜  		"metadatas/sas/ModifyWebLockRefresh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockRefresh.json",
2025-08-20T19:16:00.4223123Z [00:02:03.610]➜  		"metadatas/sas/ModifyWebLockStart.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockStart.json",
2025-08-20T19:16:00.4224252Z [00:02:03.610]➜  		"metadatas/sas/ModifyWebLockStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockStatus.json",
2025-08-20T19:16:00.4225249Z [00:02:03.610]➜  		"metadatas/sas/ModifyWebLockUnbind.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockUnbind.json",
2025-08-20T19:16:00.4226382Z [00:02:03.610]➜  		"metadatas/sas/ModifyWebLockUpdateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockUpdateConfig.json",
2025-08-20T19:16:00.4228089Z [00:02:03.610]➜  		"metadatas/sas/ModifyWebPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebPath.json",
2025-08-20T19:16:00.4229474Z [00:02:03.610]➜  		"metadatas/sas/OpenBackupAutoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OpenBackupAutoConfig.json",
2025-08-20T19:16:00.4230915Z [00:02:03.610]➜  		"metadatas/sas/OpenSensitiveFileScan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OpenSensitiveFileScan.json",
2025-08-20T19:16:00.4232075Z [00:02:03.610]➜  		"metadatas/sas/OperateAgentClientInstall.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateAgentClientInstall.json",
2025-08-20T19:16:00.4233210Z [00:02:03.610]➜  		"metadatas/sas/OperateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateApplication.json",
2025-08-20T19:16:00.4234306Z [00:02:03.610]➜  		"metadatas/sas/OperateBucketScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateBucketScanTask.json",
2025-08-20T19:16:00.4235461Z [00:02:03.610]➜  		"metadatas/sas/OperateCommonOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateCommonOverallConfig.json",
2025-08-20T19:16:00.4236757Z [00:02:03.610]➜  		"metadatas/sas/OperateCommonTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateCommonTargetConfig.json",
2025-08-20T19:16:00.4237981Z [00:02:03.610]➜  		"metadatas/sas/OperateImageBaselineWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateImageBaselineWhitelist.json",
2025-08-20T19:16:00.4238919Z [00:02:03.610]➜  		"metadatas/sas/OperateImageVul.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateImageVul.json",
2025-08-20T19:16:00.4240134Z [00:02:03.610]➜  		"metadatas/sas/OperateSuspiciousOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateSuspiciousOverallConfig.json",
2025-08-20T19:16:00.4241315Z [00:02:03.610]➜  		"metadatas/sas/OperateSuspiciousTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateSuspiciousTargetConfig.json",
2025-08-20T19:16:00.4242358Z [00:02:03.610]➜  		"metadatas/sas/OperateSwitchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateSwitchStatus.json",
2025-08-20T19:16:00.4243693Z [00:02:03.610]➜  		"metadatas/sas/OperateVirusEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateVirusEvents.json",
2025-08-20T19:16:00.4244599Z [00:02:03.610]➜  		"metadatas/sas/OperateVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateVuls.json",
2025-08-20T19:16:00.4245694Z [00:02:03.610]➜  		"metadatas/sas/OperateWebLockFileEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateWebLockFileEvents.json",
2025-08-20T19:16:00.4246913Z [00:02:03.610]➜  		"metadatas/sas/OperationCancelIgnoreSuspEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperationCancelIgnoreSuspEvent.json",
2025-08-20T19:16:00.4248132Z [00:02:03.610]➜  		"metadatas/sas/OperationCustomizeReportChart.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperationCustomizeReportChart.json",
2025-08-20T19:16:00.4249151Z [00:02:03.610]➜  		"metadatas/sas/OperationSuspEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperationSuspEvents.json",
2025-08-20T19:16:00.4250257Z [00:02:03.610]➜  		"metadatas/sas/PageImageRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PageImageRegistry.json",
2025-08-20T19:16:00.4251165Z [00:02:03.610]➜  		"metadatas/sas/PauseClient.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PauseClient.json",
2025-08-20T19:16:00.4252242Z [00:02:03.610]➜  		"metadatas/sas/ProcessSoarStrategyTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ProcessSoarStrategyTask.json",
2025-08-20T19:16:00.4253510Z [00:02:03.610]➜  		"metadatas/sas/PublicCreateImageScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PublicCreateImageScanTask.json",
2025-08-20T19:16:00.4254667Z [00:02:03.610]➜  		"metadatas/sas/PublicPreCheckImageScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PublicPreCheckImageScanTask.json",
2025-08-20T19:16:00.4256037Z [00:02:03.610]➜  		"metadatas/sas/PublicSyncAndCreateImageScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PublicSyncAndCreateImageScanTask.json",
2025-08-20T19:16:00.4257242Z [00:02:03.610]➜  		"metadatas/sas/QueryAttackCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryAttackCount.json",
2025-08-20T19:16:00.4258453Z [00:02:03.610]➜  		"metadatas/sas/QueryDiscoverDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryDiscoverDatabase.json",
2025-08-20T19:16:00.4259512Z [00:02:03.610]➜  		"metadatas/sas/QueryGroupIdByGroupName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryGroupIdByGroupName.json",
2025-08-20T19:16:00.4260939Z [00:02:03.610]➜  		"metadatas/sas/QueryGroupedSecurityEventMarkMissList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryGroupedSecurityEventMarkMissList.json",
2025-08-20T19:16:00.4261928Z [00:02:03.610]➜  		"metadatas/sas/QueryGuidTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryGuidTaskList.json",
2025-08-20T19:16:00.4263529Z [00:02:03.610]➜  		"metadatas/sas/QueryJenkinsImageRegistryPersistenceDay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryJenkinsImageRegistryPersistenceDay.json",
2025-08-20T19:16:00.4264495Z [00:02:03.610]➜  		"metadatas/sas/QueryPreCheckDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryPreCheckDatabase.json",
2025-08-20T19:16:00.4265385Z [00:02:03.610]➜  		"metadatas/sas/RebootMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RebootMachine.json",
2025-08-20T19:16:00.4266653Z [00:02:03.610]➜  		"metadatas/sas/ReceiveFunctionTrialRewardByAliUid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ReceiveFunctionTrialRewardByAliUid.json",
2025-08-20T19:16:00.4267503Z [00:02:03.610]➜  		"metadatas/sas/RefreshAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RefreshAssets.json",
2025-08-20T19:16:00.4268681Z [00:02:03.610]➜  		"metadatas/sas/RefreshContainerAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RefreshContainerAssets.json",
2025-08-20T19:16:00.4269770Z [00:02:03.610]➜  		"metadatas/sas/RefreshOssBucketScanInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RefreshOssBucketScanInfo.json",
2025-08-20T19:16:00.4270756Z [00:02:03.610]➜  		"metadatas/sas/RefreshRegistryToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RefreshRegistryToken.json",
2025-08-20T19:16:00.4272361Z [00:02:03.610]➜  		"metadatas/sas/RemoveCheckInstanceResultWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RemoveCheckInstanceResultWhiteList.json",
2025-08-20T19:16:00.4274022Z [00:02:03.610]➜  		"metadatas/sas/RemoveCheckResultWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RemoveCheckResultWhiteList.json",
2025-08-20T19:16:00.4275274Z [00:02:03.610]➜  		"metadatas/sas/ResetHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ResetHoneypot.json",
2025-08-20T19:16:00.4276550Z [00:02:03.610]➜  		"metadatas/sas/ResetLogShipper.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ResetLogShipper.json",
2025-08-20T19:16:00.4277829Z [00:02:03.610]➜  		"metadatas/sas/RetryAgentlessTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RetryAgentlessTask.json",
2025-08-20T19:16:00.4278805Z [00:02:03.610]➜  		"metadatas/sas/RetryInstallProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RetryInstallProbe.json",
2025-08-20T19:16:00.4279851Z [00:02:03.610]➜  		"metadatas/sas/RollbackSuspEventQuaraFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RollbackSuspEventQuaraFile.json",
2025-08-20T19:16:00.4280850Z [00:02:03.610]➜  		"metadatas/sas/SasInstallCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SasInstallCode.json",
2025-08-20T19:16:00.4281976Z [00:02:03.610]➜  		"metadatas/sas/SaveCustomizeReportConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveCustomizeReportConfig.json",
2025-08-20T19:16:00.4283199Z [00:02:03.610]➜  		"metadatas/sas/SaveImageBaselineStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveImageBaselineStrategy.json",
2025-08-20T19:16:00.4284266Z [00:02:03.610]➜  		"metadatas/sas/SaveSuspEventUserSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveSuspEventUserSetting.json",
2025-08-20T19:16:00.4285415Z [00:02:03.610]➜  		"metadatas/sas/SaveWhiteListStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveWhiteListStrategy.json",
2025-08-20T19:16:00.4287003Z [00:02:03.610]➜  		"metadatas/sas/SaveWhiteListStrategyAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveWhiteListStrategyAssets.json",
2025-08-20T19:16:00.4288185Z [00:02:03.610]➜  		"metadatas/sas/SendCustomizeReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SendCustomizeReport.json",
2025-08-20T19:16:00.4289333Z [00:02:03.610]➜  		"metadatas/sas/SetBuildRiskDefineRuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetBuildRiskDefineRuleConfig.json",
2025-08-20T19:16:00.4290455Z [00:02:03.610]➜  		"metadatas/sas/SetClusterInterceptionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetClusterInterceptionConfig.json",
2025-08-20T19:16:00.4291500Z [00:02:03.610]➜  		"metadatas/sas/SetImageBuildRiskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetImageBuildRiskStatus.json",
2025-08-20T19:16:00.4292782Z [00:02:03.610]➜  		"metadatas/sas/SetImageSensitiveFileStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetImageSensitiveFileStatus.json",
2025-08-20T19:16:00.4293911Z [00:02:03.610]➜  		"metadatas/sas/SetRegistryScanDayNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetRegistryScanDayNum.json",
2025-08-20T19:16:00.4295110Z [00:02:03.610]➜  		"metadatas/sas/SetSensitiveDefineRuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetSensitiveDefineRuleConfig.json",
2025-08-20T19:16:00.4296147Z [00:02:03.610]➜  		"metadatas/sas/SetSyncRefreshRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetSyncRefreshRegion.json",
2025-08-20T19:16:00.4297328Z [00:02:03.610]➜  		"metadatas/sas/StartBaselineSecurityCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartBaselineSecurityCheck.json",
2025-08-20T19:16:00.4298392Z [00:02:03.610]➜  		"metadatas/sas/StartDiscoverDatabaseTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartDiscoverDatabaseTask.json",
2025-08-20T19:16:00.4299269Z [00:02:03.610]➜  		"metadatas/sas/StartHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartHoneypot.json",
2025-08-20T19:16:00.4300330Z [00:02:03.610]➜  		"metadatas/sas/StartIdcProbeScan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartIdcProbeScan.json",
2025-08-20T19:16:00.4301337Z [00:02:03.610]➜  		"metadatas/sas/StartPreCheckDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartPreCheckDatabase.json",
2025-08-20T19:16:00.4302270Z [00:02:03.610]➜  		"metadatas/sas/StartVirusScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartVirusScanTask.json",
2025-08-20T19:16:00.4303299Z [00:02:03.610]➜  		"metadatas/sas/StopHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StopHoneypot.json",
2025-08-20T19:16:00.4304114Z [00:02:03.610]➜  		"metadatas/sas/SubmitCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SubmitCheck.json",
2025-08-20T19:16:00.4305184Z [00:02:03.610]➜  		"metadatas/sas/SubmitOperationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SubmitOperationTask.json",
2025-08-20T19:16:00.4306102Z [00:02:03.610]➜  		"metadatas/sas/SubmitTenantCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SubmitTenantCheck.json",
2025-08-20T19:16:00.4306965Z [00:02:03.610]➜  		"metadatas/sas/TriggerCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/TriggerCheck.json",
2025-08-20T19:16:00.4307905Z [00:02:03.610]➜  		"metadatas/sas/UnBindHybridProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UnBindHybridProxy.json",
2025-08-20T19:16:00.4308885Z [00:02:03.610]➜  		"metadatas/sas/UnMarkMonitorAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UnMarkMonitorAccounts.json",
2025-08-20T19:16:00.4309696Z [00:02:03.610]➜  		"metadatas/sas/UnbindAegis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UnbindAegis.json",
2025-08-20T19:16:00.4310854Z [00:02:03.610]➜  		"metadatas/sas/UninstallBackupClient.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UninstallBackupClient.json",
2025-08-20T19:16:00.4311966Z [00:02:03.610]➜  		"metadatas/sas/UninstallUniBackupAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UninstallUniBackupAgent.json",
2025-08-20T19:16:00.4313062Z [00:02:03.610]➜  		"metadatas/sas/UpdateAlarmEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateAlarmEvent.json",
2025-08-20T19:16:00.4314317Z [00:02:03.610]➜  		"metadatas/sas/UpdateAttackPathSensitiveAssetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateAttackPathSensitiveAssetConfig.json",
2025-08-20T19:16:00.4315361Z [00:02:03.610]➜  		"metadatas/sas/UpdateAttackPathWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateAttackPathWhitelist.json",
2025-08-20T19:16:00.4316549Z [00:02:03.610]➜  		"metadatas/sas/UpdateBaselineCheckWhiteRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateBaselineCheckWhiteRecord.json",
2025-08-20T19:16:00.4317606Z [00:02:03.610]➜  		"metadatas/sas/UpdateClientAlertMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateClientAlertMode.json",
2025-08-20T19:16:00.4318523Z [00:02:03.610]➜  		"metadatas/sas/UpdateCommonSwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateCommonSwitchConfig.json",
2025-08-20T19:16:00.4319565Z [00:02:03.610]➜  		"metadatas/sas/UpdateCustomizeReportStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateCustomizeReportStatus.json",
2025-08-20T19:16:00.4320705Z [00:02:03.610]➜  		"metadatas/sas/UpdateFileProtectEventStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateFileProtectEventStatus.json",
2025-08-20T19:16:00.4321777Z [00:02:03.610]➜  		"metadatas/sas/UpdateFileProtectRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateFileProtectRemark.json",
2025-08-20T19:16:00.4323221Z [00:02:03.610]➜  		"metadatas/sas/UpdateFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateFileProtectRule.json",
2025-08-20T19:16:00.4324425Z [00:02:03.610]➜  		"metadatas/sas/UpdateFileUploadLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateFileUploadLimit.json",
2025-08-20T19:16:00.4325332Z [00:02:03.610]➜  		"metadatas/sas/UpdateHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypot.json",
2025-08-20T19:16:00.4326302Z [00:02:03.610]➜  		"metadatas/sas/UpdateHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypotNode.json",
2025-08-20T19:16:00.4327311Z [00:02:03.610]➜  		"metadatas/sas/UpdateHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypotPreset.json",
2025-08-20T19:16:00.4328434Z [00:02:03.610]➜  		"metadatas/sas/UpdateHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypotProbe.json",
2025-08-20T19:16:00.4329338Z [00:02:03.610]➜  		"metadatas/sas/UpdateHoneypotProbeBind.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypotProbeBind.json",
2025-08-20T19:16:00.4330275Z [00:02:03.610]➜  		"metadatas/sas/UpdateHybridProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHybridProxy.json",
2025-08-20T19:16:00.4331379Z [00:02:03.610]➜  		"metadatas/sas/UpdateImageEventOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateImageEventOperation.json",
2025-08-20T19:16:00.4332673Z [00:02:03.610]➜  		"metadatas/sas/UpdateImageVulWhitelistTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateImageVulWhitelistTarget.json",
2025-08-20T19:16:00.4334014Z [00:02:03.610]➜  		"metadatas/sas/UpdateJenkinsImageRegistryName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateJenkinsImageRegistryName.json",
2025-08-20T19:16:00.4335437Z [00:02:03.610]➜  		"metadatas/sas/UpdateJenkinsImageRegistryPersistenceDay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateJenkinsImageRegistryPersistenceDay.json",
2025-08-20T19:16:00.4336731Z [00:02:03.610]➜  		"metadatas/sas/UpdateMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateMaliciousFileWhitelistConfig.json",
2025-08-20T19:16:00.4337747Z [00:02:03.610]➜  		"metadatas/sas/UpdateOpaStrategyNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateOpaStrategyNew.json",
2025-08-20T19:16:00.4338735Z [00:02:03.610]➜  		"metadatas/sas/UpdateOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateOssScanConfig.json",
2025-08-20T19:16:00.4339774Z [00:02:03.610]➜  		"metadatas/sas/UpdatePostPaidBindRel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePostPaidBindRel.json",
2025-08-20T19:16:00.4341019Z [00:02:03.610]➜  		"metadatas/sas/UpdatePublishAutoUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePublishAutoUpgrade.json",
2025-08-20T19:16:00.4342024Z [00:02:03.610]➜  		"metadatas/sas/UpdatePublishBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePublishBatch.json",
2025-08-20T19:16:00.4343182Z [00:02:03.610]➜  		"metadatas/sas/UpdatePublishCron.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePublishCron.json",
2025-08-20T19:16:00.4344256Z [00:02:03.610]➜  		"metadatas/sas/UpdatePublishGraySwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePublishGraySwitch.json",
2025-08-20T19:16:00.4345330Z [00:02:03.610]➜  		"metadatas/sas/UpdateSelectionKeyByType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateSelectionKeyByType.json",
2025-08-20T19:16:00.4346364Z [00:02:03.610]➜  		"metadatas/sas/UpdateStrictEventName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateStrictEventName.json",
2025-08-20T19:16:00.4347646Z [00:02:03.610]➜  		"metadatas/sas/UpdateTargetListByBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateTargetListByBatch.json",
2025-08-20T19:16:00.4348558Z [00:02:03.610]➜  		"metadatas/sas/UpdateWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateWhiteList.json",
2025-08-20T19:16:00.4349748Z [00:02:03.610]➜  		"metadatas/sas/UpdateWhiteListStrategyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateWhiteListStrategyStatus.json",
2025-08-20T19:16:00.4350857Z [00:02:03.610]➜  		"metadatas/sas/UpgradeBackupPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpgradeBackupPolicyVersion.json",
2025-08-20T19:16:00.4351839Z [00:02:03.610]➜  		"metadatas/sas/UpgradeHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpgradeHoneypotNode.json",
2025-08-20T19:16:00.4353345Z [00:02:03.610]➜  		"metadatas/sas/UpgradeVersionByUuids.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpgradeVersionByUuids.json",
2025-08-20T19:16:00.4354404Z [00:02:03.610]➜  		"metadatas/sas/UploadedHoneyPotFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UploadedHoneyPotFile.json",
2025-08-20T19:16:00.4355356Z [00:02:03.610]➜  		"metadatas/sas/ValidateHcWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ValidateHcWarnings.json",
2025-08-20T19:16:00.4356411Z [00:02:03.610]➜  		"metadatas/sas/VerifyCheckCustomConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/VerifyCheckCustomConfig.json",
2025-08-20T19:16:00.4357512Z [00:02:03.610]➜  		"metadatas/sas/VerifyCheckInstanceResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/VerifyCheckInstanceResult.json",
2025-08-20T19:16:00.4358640Z [00:02:03.610]➜  		"metadatas/sas/VerifyCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/VerifyCheckResult.json",
2025-08-20T19:16:00.4359618Z [00:02:03.610]➜  		"metadatas/scdn/AddScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/AddScdnDomain.json",
2025-08-20T19:16:00.4360792Z [00:02:03.610]➜  		"metadatas/scdn/BatchDeleteScdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchDeleteScdnDomainConfigs.json",
2025-08-20T19:16:00.4361843Z [00:02:03.610]➜  		"metadatas/scdn/BatchSetScdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchSetScdnDomainConfigs.json",
2025-08-20T19:16:00.4363156Z [00:02:03.610]➜  		"metadatas/scdn/BatchStartScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchStartScdnDomain.json",
2025-08-20T19:16:00.4364698Z [00:02:03.610]➜  		"metadatas/scdn/BatchStopScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchStopScdnDomain.json",
2025-08-20T19:16:00.4366278Z [00:02:03.610]➜  		"metadatas/scdn/BatchUpdateScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchUpdateScdnDomain.json",
2025-08-20T19:16:00.4367493Z [00:02:03.610]➜  		"metadatas/scdn/CheckScdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/CheckScdnService.json",
2025-08-20T19:16:00.4368797Z [00:02:03.610]➜  		"metadatas/scdn/DeleteScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DeleteScdnDomain.json",
2025-08-20T19:16:00.4370140Z [00:02:03.610]➜  		"metadatas/scdn/DeleteScdnSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DeleteScdnSpecificConfig.json",
2025-08-20T19:16:00.4371619Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnCcInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCcInfo.json",
2025-08-20T19:16:00.4373115Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnCcQpsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCcQpsInfo.json",
2025-08-20T19:16:00.4374626Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnCcTopIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCcTopIp.json",
2025-08-20T19:16:00.4376260Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnCcTopUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCcTopUrl.json",
2025-08-20T19:16:00.4377803Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCertificateDetail.json",
2025-08-20T19:16:00.4379368Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCertificateList.json",
2025-08-20T19:16:00.4380746Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDDoSInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDDoSInfo.json",
2025-08-20T19:16:00.4383035Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDDoSTrafficInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDDoSTrafficInfo.json",
2025-08-20T19:16:00.4384599Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainBpsData.json",
2025-08-20T19:16:00.4386276Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainCertificateInfo.json",
2025-08-20T19:16:00.4387811Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainCname.json",
2025-08-20T19:16:00.4389129Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainConfigs.json",
2025-08-20T19:16:00.4390800Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainDetail.json",
2025-08-20T19:16:00.4392077Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainHitRateData.json",
2025-08-20T19:16:00.4393500Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainHttpCodeData.json",
2025-08-20T19:16:00.4394634Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainIspData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainIspData.json",
2025-08-20T19:16:00.4395675Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainLog.json",
2025-08-20T19:16:00.4396928Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainOriginBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainOriginBpsData.json",
2025-08-20T19:16:00.4398257Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainOriginTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainOriginTrafficData.json",
2025-08-20T19:16:00.4399387Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainPvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainPvData.json",
2025-08-20T19:16:00.4400521Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainQpsData.json",
2025-08-20T19:16:00.4401805Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeBpsData.json",
2025-08-20T19:16:00.4403458Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainRealTimeByteHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeByteHitRateData.json",
2025-08-20T19:16:00.4405069Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainRealTimeHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeHttpCodeData.json",
2025-08-20T19:16:00.4406383Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainRealTimeQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeQpsData.json",
2025-08-20T19:16:00.4407824Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainRealTimeReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeReqHitRateData.json",
2025-08-20T19:16:00.4409183Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainRealTimeSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeSrcBpsData.json",
2025-08-20T19:16:00.4410812Z [00:02:03.610]➜  		"metadatas/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json",
2025-08-20T19:16:00.4412257Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnDomainRealTimeTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeTrafficData.json",
2025-08-20T19:16:00.4413994Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnDomainRegionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRegionData.json",
2025-08-20T19:16:00.4415647Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnDomainTopReferVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainTopReferVisit.json",
2025-08-20T19:16:00.4417415Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnDomainTopUrlVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainTopUrlVisit.json",
2025-08-20T19:16:00.4419373Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainTrafficData.json",
2025-08-20T19:16:00.4420703Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnDomainUvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainUvData.json",
2025-08-20T19:16:00.4422223Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnRefreshQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnRefreshQuota.json",
2025-08-20T19:16:00.4423759Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnRefreshTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnRefreshTasks.json",
2025-08-20T19:16:00.4425205Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnService.json",
2025-08-20T19:16:00.4426866Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnTopDomainsByFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnTopDomainsByFlow.json",
2025-08-20T19:16:00.4428251Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnUserDomains.json",
2025-08-20T19:16:00.4429862Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnUserProtectInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnUserProtectInfo.json",
2025-08-20T19:16:00.4431346Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnUserQuota.json",
2025-08-20T19:16:00.4433117Z [00:02:03.611]➜  		"metadatas/scdn/DescribeScdnVerifyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnVerifyContent.json",
2025-08-20T19:16:00.4434744Z [00:02:03.611]➜  		"metadatas/scdn/PreloadScdnObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/PreloadScdnObjectCaches.json",
2025-08-20T19:16:00.4436535Z [00:02:03.611]➜  		"metadatas/scdn/RefreshScdnObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/RefreshScdnObjectCaches.json",
2025-08-20T19:16:00.4437857Z [00:02:03.611]➜  		"metadatas/scdn/SetScdnBotInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/SetScdnBotInfo.json",
2025-08-20T19:16:00.4439002Z [00:02:03.611]➜  		"metadatas/scdn/SetScdnCcInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/SetScdnCcInfo.json",
2025-08-20T19:16:00.4440229Z [00:02:03.611]➜  		"metadatas/scdn/SetScdnDDoSInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/SetScdnDDoSInfo.json",
2025-08-20T19:16:00.4441364Z [00:02:03.611]➜  		"metadatas/scdn/SetScdnDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/SetScdnDomainCertificate.json",
2025-08-20T19:16:00.4442641Z [00:02:03.611]➜  		"metadatas/scdn/StartScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/StartScdnDomain.json",
2025-08-20T19:16:00.4443596Z [00:02:03.611]➜  		"metadatas/scdn/StopScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/StopScdnDomain.json",
2025-08-20T19:16:00.4444544Z [00:02:03.611]➜  		"metadatas/scdn/UpdateScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/UpdateScdnDomain.json",
2025-08-20T19:16:00.4445589Z [00:02:03.611]➜  		"metadatas/scdn/VerifyScdnDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/VerifyScdnDomainOwner.json",
2025-08-20T19:16:00.4446635Z [00:02:03.611]➜  		"metadatas/schedulerx2/BatchDeleteJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/BatchDeleteJobs.json",
2025-08-20T19:16:00.4447972Z [00:02:03.611]➜  		"metadatas/schedulerx2/BatchDeleteRouteStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/BatchDeleteRouteStrategy.json",
2025-08-20T19:16:00.4449177Z [00:02:03.611]➜  		"metadatas/schedulerx2/BatchDisableJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/BatchDisableJobs.json",
2025-08-20T19:16:00.4450251Z [00:02:03.611]➜  		"metadatas/schedulerx2/BatchEnableJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/BatchEnableJobs.json",
2025-08-20T19:16:00.4451308Z [00:02:03.611]➜  		"metadatas/schedulerx2/CreateAppGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateAppGroup.json",
2025-08-20T19:16:00.4452240Z [00:02:03.611]➜  		"metadatas/schedulerx2/CreateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateJob.json",
2025-08-20T19:16:00.4453501Z [00:02:03.611]➜  		"metadatas/schedulerx2/CreateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateNamespace.json",
2025-08-20T19:16:00.4454628Z [00:02:03.611]➜  		"metadatas/schedulerx2/CreateRouteStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateRouteStrategy.json",
2025-08-20T19:16:00.4455631Z [00:02:03.611]➜  		"metadatas/schedulerx2/CreateWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateWorkflow.json",
2025-08-20T19:16:00.4456646Z [00:02:03.611]➜  		"metadatas/schedulerx2/DeleteAppGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteAppGroup.json",
2025-08-20T19:16:00.4457572Z [00:02:03.611]➜  		"metadatas/schedulerx2/DeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteJob.json",
2025-08-20T19:16:00.4458613Z [00:02:03.611]➜  		"metadatas/schedulerx2/DeleteNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteNamespace.json",
2025-08-20T19:16:00.4459764Z [00:02:03.611]➜  		"metadatas/schedulerx2/DeleteRouteStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteRouteStrategy.json",
2025-08-20T19:16:00.4461006Z [00:02:03.611]➜  		"metadatas/schedulerx2/DeleteWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteWorkflow.json",
2025-08-20T19:16:00.4462052Z [00:02:03.611]➜  		"metadatas/schedulerx2/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DescribeRegions.json",
2025-08-20T19:16:00.4463624Z [00:02:03.611]➜  		"metadatas/schedulerx2/DesignateWorkers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DesignateWorkers.json",
2025-08-20T19:16:00.4464807Z [00:02:03.611]➜  		"metadatas/schedulerx2/DisableJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DisableJob.json",
2025-08-20T19:16:00.4466249Z [00:02:03.611]➜  		"metadatas/schedulerx2/DisableWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DisableWorkflow.json",
2025-08-20T19:16:00.4467733Z [00:02:03.611]➜  		"metadatas/schedulerx2/EnableJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/EnableJob.json",
2025-08-20T19:16:00.4469005Z [00:02:03.611]➜  		"metadatas/schedulerx2/EnableWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/EnableWorkflow.json",
2025-08-20T19:16:00.4469894Z [00:02:03.611]➜  		"metadatas/schedulerx2/ExecuteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ExecuteJob.json",
2025-08-20T19:16:00.4471081Z [00:02:03.611]➜  		"metadatas/schedulerx2/ExecuteWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ExecuteWorkflow.json",
2025-08-20T19:16:00.4471999Z [00:02:03.611]➜  		"metadatas/schedulerx2/GetAppGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetAppGroup.json",
2025-08-20T19:16:00.4473382Z [00:02:03.611]➜  		"metadatas/schedulerx2/GetJobInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetJobInfo.json",
2025-08-20T19:16:00.4474575Z [00:02:03.611]➜  		"metadatas/schedulerx2/GetJobInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetJobInstance.json",
2025-08-20T19:16:00.4475684Z [00:02:03.611]➜  		"metadatas/schedulerx2/GetJobInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetJobInstanceList.json",
2025-08-20T19:16:00.4476794Z [00:02:03.611]➜  		"metadatas/schedulerx2/GetLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetLog.json",
2025-08-20T19:16:00.4477764Z [00:02:03.611]➜  		"metadatas/schedulerx2/GetOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetOverview.json",
2025-08-20T19:16:00.4478780Z [00:02:03.611]➜  		"metadatas/schedulerx2/GetWorkFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetWorkFlow.json",
2025-08-20T19:16:00.4479842Z [00:02:03.611]➜  		"metadatas/schedulerx2/GetWorkerList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetWorkerList.json",
2025-08-20T19:16:00.4481017Z [00:02:03.611]➜  		"metadatas/schedulerx2/GetWorkflowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetWorkflowInstance.json",
2025-08-20T19:16:00.4482089Z [00:02:03.611]➜  		"metadatas/schedulerx2/GrantPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GrantPermission.json",
2025-08-20T19:16:00.4483489Z [00:02:03.611]➜  		"metadatas/schedulerx2/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListGroups.json",
2025-08-20T19:16:00.4484788Z [00:02:03.611]➜  		"metadatas/schedulerx2/ListJobScriptHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListJobScriptHistory.json",
2025-08-20T19:16:00.4485765Z [00:02:03.611]➜  		"metadatas/schedulerx2/ListJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListJobs.json",
2025-08-20T19:16:00.4486798Z [00:02:03.611]➜  		"metadatas/schedulerx2/ListNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListNamespaces.json",
2025-08-20T19:16:00.4488085Z [00:02:03.611]➜  		"metadatas/schedulerx2/ListWorkflowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListWorkflowInstance.json",
2025-08-20T19:16:00.4489278Z [00:02:03.611]➜  		"metadatas/schedulerx2/ManageSchedulerxJobSync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ManageSchedulerxJobSync.json",
2025-08-20T19:16:00.4490580Z [00:02:03.611]➜  		"metadatas/schedulerx2/ReadSchedulerxDesignateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ReadSchedulerxDesignateDetail.json",
2025-08-20T19:16:00.4491875Z [00:02:03.611]➜  		"metadatas/schedulerx2/ReadSchedulerxDesignateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ReadSchedulerxDesignateInfo.json",
2025-08-20T19:16:00.4493083Z [00:02:03.611]➜  		"metadatas/schedulerx2/RerunJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/RerunJob.json",
2025-08-20T19:16:00.4494111Z [00:02:03.611]➜  		"metadatas/schedulerx2/RetryJobInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/RetryJobInstance.json",
2025-08-20T19:16:00.4495205Z [00:02:03.611]➜  		"metadatas/schedulerx2/RevokePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/RevokePermission.json",
2025-08-20T19:16:00.4496411Z [00:02:03.611]➜  		"metadatas/schedulerx2/SetJobInstanceSuccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/SetJobInstanceSuccess.json",
2025-08-20T19:16:00.4499117Z [00:02:03.611]➜  		"metadatas/schedulerx2/SetWfInstanceSuccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/SetWfInstanceSuccess.json",
2025-08-20T19:16:00.4501377Z [00:02:03.611]➜  		"metadatas/schedulerx2/StopInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/StopInstance.json",
2025-08-20T19:16:00.4503581Z [00:02:03.611]➜  		"metadatas/schedulerx2/UpdateAppGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateAppGroup.json",
2025-08-20T19:16:00.4505572Z [00:02:03.611]➜  		"metadatas/schedulerx2/UpdateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateJob.json",
2025-08-20T19:16:00.4507642Z [00:02:03.611]➜  		"metadatas/schedulerx2/UpdateJobScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateJobScript.json",
2025-08-20T19:16:00.4509794Z [00:02:03.611]➜  		"metadatas/schedulerx2/UpdateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateNamespace.json",
2025-08-20T19:16:00.4511939Z [00:02:03.611]➜  		"metadatas/schedulerx2/UpdateWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateWorkflow.json",
2025-08-20T19:16:00.4514270Z [00:02:03.611]➜  		"metadatas/schedulerx2/UpdateWorkflowDag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateWorkflowDag.json",
2025-08-20T19:16:00.4516239Z [00:02:03.611]➜  		"metadatas/sddp/CreateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateConfig.json",
2025-08-20T19:16:00.4518159Z [00:02:03.611]➜  		"metadatas/sddp/CreateDataLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateDataLimit.json",
2025-08-20T19:16:00.4519910Z [00:02:03.611]➜  		"metadatas/sddp/CreateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateRule.json",
2025-08-20T19:16:00.4521626Z [00:02:03.611]➜  		"metadatas/sddp/CreateScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateScanTask.json",
2025-08-20T19:16:00.4524016Z [00:02:03.611]➜  		"metadatas/sddp/CreateSlrRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateSlrRole.json",
2025-08-20T19:16:00.4526018Z [00:02:03.611]➜  		"metadatas/sddp/DeleteDataLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DeleteDataLimit.json",
2025-08-20T19:16:00.4527779Z [00:02:03.611]➜  		"metadatas/sddp/DeleteRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DeleteRule.json",
2025-08-20T19:16:00.4529576Z [00:02:03.611]➜  		"metadatas/sddp/DescribeAuditLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeAuditLogs.json",
2025-08-20T19:16:00.4531711Z [00:02:03.611]➜  		"metadatas/sddp/DescribeCategoryTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeCategoryTemplateList.json",
2025-08-20T19:16:00.4534522Z [00:02:03.611]➜  		"metadatas/sddp/DescribeCategoryTemplateRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeCategoryTemplateRuleList.json",
2025-08-20T19:16:00.4536872Z [00:02:03.611]➜  		"metadatas/sddp/DescribeColumns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeColumns.json",
2025-08-20T19:16:00.4538790Z [00:02:03.611]➜  		"metadatas/sddp/DescribeColumnsV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeColumnsV2.json",
2025-08-20T19:16:00.4540717Z [00:02:03.611]➜  		"metadatas/sddp/DescribeConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeConfigs.json",
2025-08-20T19:16:00.4542782Z [00:02:03.611]➜  		"metadatas/sddp/DescribeDataAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataAssets.json",
2025-08-20T19:16:00.4544812Z [00:02:03.611]➜  		"metadatas/sddp/DescribeDataLimitDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataLimitDetail.json",
2025-08-20T19:16:00.4547042Z [00:02:03.611]➜  		"metadatas/sddp/DescribeDataLimitSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataLimitSet.json",
2025-08-20T19:16:00.4549148Z [00:02:03.611]➜  		"metadatas/sddp/DescribeDataLimits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataLimits.json",
2025-08-20T19:16:00.4551355Z [00:02:03.611]➜  		"metadatas/sddp/DescribeDataMaskingRunHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataMaskingRunHistory.json",
2025-08-20T19:16:00.4553958Z [00:02:03.611]➜  		"metadatas/sddp/DescribeDataMaskingTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataMaskingTasks.json",
2025-08-20T19:16:00.4556250Z [00:02:03.611]➜  		"metadatas/sddp/DescribeDataObjectColumnDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataObjectColumnDetail.json",
2025-08-20T19:16:00.4558683Z [00:02:03.611]➜  		"metadatas/sddp/DescribeDataObjectColumnDetailV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataObjectColumnDetailV2.json",
2025-08-20T19:16:00.4560917Z [00:02:03.611]➜  		"metadatas/sddp/DescribeDataObjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataObjects.json",
2025-08-20T19:16:00.4563095Z [00:02:03.611]➜  		"metadatas/sddp/DescribeDocTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDocTypes.json",
2025-08-20T19:16:00.4565071Z [00:02:03.611]➜  		"metadatas/sddp/DescribeEventDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeEventDetail.json",
2025-08-20T19:16:00.4567035Z [00:02:03.611]➜  		"metadatas/sddp/DescribeEventTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeEventTypes.json",
2025-08-20T19:16:00.4568930Z [00:02:03.611]➜  		"metadatas/sddp/DescribeEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeEvents.json",
2025-08-20T19:16:00.4571107Z [00:02:03.611]➜  		"metadatas/sddp/DescribeIdentifyTaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeIdentifyTaskStatus.json",
2025-08-20T19:16:00.4843110Z [00:02:03.611]➜  		"metadatas/sddp/DescribeInstanceSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeInstanceSources.json",
2025-08-20T19:16:00.4845131Z [00:02:03.611]➜  		"metadatas/sddp/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeInstances.json",
2025-08-20T19:16:00.4847158Z [00:02:03.611]➜  		"metadatas/sddp/DescribeOssObjectDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeOssObjectDetail.json",
2025-08-20T19:16:00.4849287Z [00:02:03.611]➜  		"metadatas/sddp/DescribeOssObjectDetailV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeOssObjectDetailV2.json",
2025-08-20T19:16:00.4851418Z [00:02:03.611]➜  		"metadatas/sddp/DescribeOssObjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeOssObjects.json",
2025-08-20T19:16:00.4853816Z [00:02:03.611]➜  		"metadatas/sddp/DescribePackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribePackages.json",
2025-08-20T19:16:00.4855871Z [00:02:03.611]➜  		"metadatas/sddp/DescribeParentInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeParentInstance.json",
2025-08-20T19:16:00.4858006Z [00:02:03.611]➜  		"metadatas/sddp/DescribeRiskLevels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeRiskLevels.json",
2025-08-20T19:16:00.4859888Z [00:02:03.611]➜  		"metadatas/sddp/DescribeRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeRules.json",
2025-08-20T19:16:00.4861752Z [00:02:03.611]➜  		"metadatas/sddp/DescribeTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeTables.json",
2025-08-20T19:16:00.4875097Z [00:02:03.611]➜  		"metadatas/sddp/DescribeTemplateAllRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeTemplateAllRules.json",
2025-08-20T19:16:00.4877484Z [00:02:03.611]➜  		"metadatas/sddp/DescribeUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeUserStatus.json",
2025-08-20T19:16:00.4879524Z [00:02:03.611]➜  		"metadatas/sddp/DisableUserConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DisableUserConfig.json",
2025-08-20T19:16:00.4881402Z [00:02:03.611]➜  		"metadatas/sddp/ExecDatamask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ExecDatamask.json",
2025-08-20T19:16:00.4883748Z [00:02:03.611]➜  		"metadatas/sddp/ManualTriggerMaskingProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ManualTriggerMaskingProcess.json",
2025-08-20T19:16:00.4885821Z [00:02:03.611]➜  		"metadatas/sddp/ModifyDataLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyDataLimit.json",
2025-08-20T19:16:00.4887757Z [00:02:03.611]➜  		"metadatas/sddp/ModifyDefaultLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyDefaultLevel.json",
2025-08-20T19:16:00.4889716Z [00:02:03.611]➜  		"metadatas/sddp/ModifyEventStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyEventStatus.json",
2025-08-20T19:16:00.4891723Z [00:02:03.611]➜  		"metadatas/sddp/ModifyEventTypeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyEventTypeStatus.json",
2025-08-20T19:16:00.4894092Z [00:02:03.611]➜  		"metadatas/sddp/ModifyReportTaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyReportTaskStatus.json",
2025-08-20T19:16:00.4896019Z [00:02:03.611]➜  		"metadatas/sddp/ModifyRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyRule.json",
2025-08-20T19:16:00.4897964Z [00:02:03.611]➜  		"metadatas/sddp/ModifyRuleStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyRuleStatus.json",
2025-08-20T19:16:00.4899800Z [00:02:03.611]➜  		"metadatas/sddp/ScanOssObjectV1.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ScanOssObjectV1.json",
2025-08-20T19:16:00.4901843Z [00:02:03.611]➜  		"metadatas/sddp/StopMaskingProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/StopMaskingProcess.json",
2025-08-20T19:16:00.4903963Z [00:02:03.611]➜  		"metadatas/searchengine/BuildIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/BuildIndex.json",
2025-08-20T19:16:00.4906037Z [00:02:03.611]➜  		"metadatas/searchengine/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ChangeResourceGroup.json",
2025-08-20T19:16:00.4908205Z [00:02:03.611]➜  		"metadatas/searchengine/CloneSqlInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CloneSqlInstance.json",
2025-08-20T19:16:00.4910400Z [00:02:03.611]➜  		"metadatas/searchengine/CreateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateAlias.json",
2025-08-20T19:16:00.4912647Z [00:02:03.611]➜  		"metadatas/searchengine/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateCluster.json",
2025-08-20T19:16:00.4914762Z [00:02:03.611]➜  		"metadatas/searchengine/CreateConfigDir.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateConfigDir.json",
2025-08-20T19:16:00.4916965Z [00:02:03.611]➜  		"metadatas/searchengine/CreateConfigFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateConfigFile.json",
2025-08-20T19:16:00.4919116Z [00:02:03.611]➜  		"metadatas/searchengine/CreateDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateDataSource.json",
2025-08-20T19:16:00.4921320Z [00:02:03.611]➜  		"metadatas/searchengine/CreateFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateFolder.json",
2025-08-20T19:16:00.4953970Z [00:02:03.611]➜  		"metadatas/searchengine/CreateIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateIndex.json",
2025-08-20T19:16:00.4955985Z [00:02:03.611]➜  		"metadatas/searchengine/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateInstance.json",
2025-08-20T19:16:00.4957993Z [00:02:03.611]➜  		"metadatas/searchengine/CreateModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateModel.json",
2025-08-20T19:16:00.4959970Z [00:02:03.611]➜  		"metadatas/searchengine/CreatePublicUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreatePublicUrl.json",
2025-08-20T19:16:00.4962036Z [00:02:03.611]➜  		"metadatas/searchengine/CreateSqlInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateSqlInstance.json",
2025-08-20T19:16:00.4964343Z [00:02:03.611]➜  		"metadatas/searchengine/CreateTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateTable.json",
2025-08-20T19:16:00.4966452Z [00:02:03.611]➜  		"metadatas/searchengine/DebugModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DebugModel.json",
2025-08-20T19:16:00.4968584Z [00:02:03.611]➜  		"metadatas/searchengine/DeleteAdvanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteAdvanceConfig.json",
2025-08-20T19:16:00.4970757Z [00:02:03.611]➜  		"metadatas/searchengine/DeleteAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteAlias.json",
2025-08-20T19:16:00.4973034Z [00:02:03.611]➜  		"metadatas/searchengine/DeleteConfigDir.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteConfigDir.json",
2025-08-20T19:16:00.4975241Z [00:02:03.611]➜  		"metadatas/searchengine/DeleteConfigFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteConfigFile.json",
2025-08-20T19:16:00.4977433Z [00:02:03.611]➜  		"metadatas/searchengine/DeleteDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteDataSource.json",
2025-08-20T19:16:00.4979722Z [00:02:03.611]➜  		"metadatas/searchengine/DeleteFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteFolder.json",
2025-08-20T19:16:00.4981744Z [00:02:03.611]➜  		"metadatas/searchengine/DeleteIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteIndex.json",
2025-08-20T19:16:00.4984075Z [00:02:03.611]➜  		"metadatas/searchengine/DeleteIndexVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteIndexVersion.json",
2025-08-20T19:16:00.4986320Z [00:02:03.611]➜  		"metadatas/searchengine/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteInstance.json",
2025-08-20T19:16:00.4988609Z [00:02:03.611]➜  		"metadatas/searchengine/DeleteModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteModel.json",
2025-08-20T19:16:00.4990697Z [00:02:03.611]➜  		"metadatas/searchengine/DeletePublicUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeletePublicUrl.json",
2025-08-20T19:16:00.4993112Z [00:02:03.611]➜  		"metadatas/searchengine/DeleteSqlInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteSqlInstance.json",
2025-08-20T19:16:00.4995220Z [00:02:03.611]➜  		"metadatas/searchengine/DeleteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteTable.json",
2025-08-20T19:16:00.4997292Z [00:02:03.611]➜  		"metadatas/searchengine/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DescribeRegions.json",
2025-08-20T19:16:00.4999665Z [00:02:03.611]➜  		"metadatas/searchengine/ExecuteSqlInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ExecuteSqlInstance.json",
2025-08-20T19:16:00.5001926Z [00:02:03.611]➜  		"metadatas/searchengine/ForceSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ForceSwitch.json",
2025-08-20T19:16:00.5004252Z [00:02:03.611]➜  		"metadatas/searchengine/GetAdvanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetAdvanceConfig.json",
2025-08-20T19:16:00.5006505Z [00:02:03.611]➜  		"metadatas/searchengine/GetAdvanceConfigFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetAdvanceConfigFile.json",
2025-08-20T19:16:00.5008612Z [00:02:03.611]➜  		"metadatas/searchengine/GetCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetCluster.json",
2025-08-20T19:16:00.5010728Z [00:02:03.611]➜  		"metadatas/searchengine/GetClusterRunTimeInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetClusterRunTimeInfo.json",
2025-08-20T19:16:00.5013211Z [00:02:03.611]➜  		"metadatas/searchengine/GetDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetDataSource.json",
2025-08-20T19:16:00.5015381Z [00:02:03.611]➜  		"metadatas/searchengine/GetDataSourceDeploy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetDataSourceDeploy.json",
2025-08-20T19:16:00.5017609Z [00:02:03.611]➜  		"metadatas/searchengine/GetDatabaseSchema.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetDatabaseSchema.json",
2025-08-20T19:16:00.5019713Z [00:02:03.611]➜  		"metadatas/searchengine/GetDeployGraph.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetDeployGraph.json",
2025-08-20T19:16:00.5021619Z [00:02:03.611]➜  		"metadatas/searchengine/GetFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetFile.json",
2025-08-20T19:16:00.5023797Z [00:02:03.611]➜  		"metadatas/searchengine/GetIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetIndex.json",
2025-08-20T19:16:00.5026141Z [00:02:03.611]➜  		"metadatas/searchengine/GetIndexOnlineStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetIndexOnlineStrategy.json",
2025-08-20T19:16:00.5028365Z [00:02:03.611]➜  		"metadatas/searchengine/GetIndexVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetIndexVersion.json",
2025-08-20T19:16:00.5030404Z [00:02:03.611]➜  		"metadatas/searchengine/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetInstance.json",
2025-08-20T19:16:00.5032269Z [00:02:03.611]➜  		"metadatas/searchengine/GetModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetModel.json",
2025-08-20T19:16:00.5034391Z [00:02:03.614]➜  		"metadatas/searchengine/GetNodeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetNodeConfig.json",
2025-08-20T19:16:00.5036578Z [00:02:03.614]➜  		"metadatas/searchengine/GetSqlInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetSqlInstance.json",
2025-08-20T19:16:00.5038535Z [00:02:03.614]➜  		"metadatas/searchengine/GetTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetTable.json",
2025-08-20T19:16:00.5040574Z [00:02:03.614]➜  		"metadatas/searchengine/GetTableGeneration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetTableGeneration.json",
2025-08-20T19:16:00.5043019Z [00:02:03.614]➜  		"metadatas/searchengine/ListAdvanceConfigDir.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListAdvanceConfigDir.json",
2025-08-20T19:16:00.5045421Z [00:02:03.614]➜  		"metadatas/searchengine/ListAdvanceConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListAdvanceConfigs.json",
2025-08-20T19:16:00.5047663Z [00:02:03.614]➜  		"metadatas/searchengine/ListAliases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListAliases.json",
2025-08-20T19:16:00.5049746Z [00:02:03.614]➜  		"metadatas/searchengine/ListClusterNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListClusterNames.json",
2025-08-20T19:16:00.5051911Z [00:02:03.614]➜  		"metadatas/searchengine/ListClusterTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListClusterTasks.json",
2025-08-20T19:16:00.5054160Z [00:02:03.614]➜  		"metadatas/searchengine/ListClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListClusters.json",
2025-08-20T19:16:00.5056258Z [00:02:03.614]➜  		"metadatas/searchengine/ListDataSourceSchemas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDataSourceSchemas.json",
2025-08-20T19:16:00.5058449Z [00:02:03.614]➜  		"metadatas/searchengine/ListDataSourceTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDataSourceTasks.json",
2025-08-20T19:16:00.5060549Z [00:02:03.614]➜  		"metadatas/searchengine/ListDataSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDataSources.json",
2025-08-20T19:16:00.5062572Z [00:02:03.614]➜  		"metadatas/searchengine/ListDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDatabases.json",
2025-08-20T19:16:00.5064736Z [00:02:03.614]➜  		"metadatas/searchengine/ListDateSourceGenerations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDateSourceGenerations.json",
2025-08-20T19:16:00.5067059Z [00:02:03.614]➜  		"metadatas/searchengine/ListIndexRecoverRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListIndexRecoverRecords.json",
2025-08-20T19:16:00.5069121Z [00:02:03.614]➜  		"metadatas/searchengine/ListIndexes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListIndexes.json",
2025-08-20T19:16:00.5071097Z [00:02:03.614]➜  		"metadatas/searchengine/ListInstanceSpecs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListInstanceSpecs.json",
2025-08-20T19:16:00.5103984Z [00:02:03.614]➜  		"metadatas/searchengine/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListInstances.json",
2025-08-20T19:16:00.5106061Z [00:02:03.614]➜  		"metadatas/searchengine/ListLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListLogs.json",
2025-08-20T19:16:00.5108002Z [00:02:03.614]➜  		"metadatas/searchengine/ListModels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListModels.json",
2025-08-20T19:16:00.5110088Z [00:02:03.614]➜  		"metadatas/searchengine/ListOnlineConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListOnlineConfigs.json",
2025-08-20T19:16:00.5112773Z [00:02:03.614]➜  		"metadatas/searchengine/ListPausePolicys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListPausePolicys.json",
2025-08-20T19:16:00.5114952Z [00:02:03.614]➜  		"metadatas/searchengine/ListPostQueryResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListPostQueryResult.json",
2025-08-20T19:16:00.5117205Z [00:02:03.614]➜  		"metadatas/searchengine/ListQueryResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListQueryResult.json",
2025-08-20T19:16:00.5119425Z [00:02:03.614]➜  		"metadatas/searchengine/ListRestQueryResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListRestQueryResult.json",
2025-08-20T19:16:00.5121552Z [00:02:03.614]➜  		"metadatas/searchengine/ListSchemas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListSchemas.json",
2025-08-20T19:16:00.5124377Z [00:02:03.614]➜  		"metadatas/searchengine/ListTableGenerations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListTableGenerations.json",
2025-08-20T19:16:00.5126694Z [00:02:03.614]➜  		"metadatas/searchengine/ListTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListTables.json",
2025-08-20T19:16:00.5128781Z [00:02:03.614]➜  		"metadatas/searchengine/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListTagResources.json",
2025-08-20T19:16:00.5130835Z [00:02:03.614]➜  		"metadatas/searchengine/ListTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListTasks.json",
2025-08-20T19:16:00.5133288Z [00:02:03.614]➜  		"metadatas/searchengine/ListVectorQueryResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListVectorQueryResult.json",
2025-08-20T19:16:00.5135574Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyAdvanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyAdvanceConfig.json",
2025-08-20T19:16:00.5137935Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyAdvanceConfigFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyAdvanceConfigFile.json",
2025-08-20T19:16:00.5140122Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyAlias.json",
2025-08-20T19:16:00.5142228Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyClusterDesc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyClusterDesc.json",
2025-08-20T19:16:00.5144740Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyClusterOfflineConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyClusterOfflineConfig.json",
2025-08-20T19:16:00.5147264Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyClusterOnlineConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyClusterOnlineConfig.json",
2025-08-20T19:16:00.5149717Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyDataSourceDeploy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyDataSourceDeploy.json",
2025-08-20T19:16:00.5152107Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyFile.json",
2025-08-20T19:16:00.5154144Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyIndex.json",
2025-08-20T19:16:00.5156072Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyIndexOnlineStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyIndexOnlineStrategy.json",
2025-08-20T19:16:00.5158330Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyIndexPartition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyIndexPartition.json",
2025-08-20T19:16:00.5160617Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyIndexVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyIndexVersion.json",
2025-08-20T19:16:00.5162806Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyModel.json",
2025-08-20T19:16:00.5164830Z [00:02:03.614]➜  		"metadatas/searchengine/ModifyNodeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyNodeConfig.json",
2025-08-20T19:16:00.5166992Z [00:02:03.615]➜  		"metadatas/searchengine/ModifyOnlineConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyOnlineConfig.json",
2025-08-20T19:16:00.5168964Z [00:02:03.615]➜  		"metadatas/searchengine/ModifyPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyPassword.json",
2025-08-20T19:16:00.5171125Z [00:02:03.615]➜  		"metadatas/searchengine/ModifyPausePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyPausePolicy.json",
2025-08-20T19:16:00.5173810Z [00:02:03.615]➜  		"metadatas/searchengine/ModifyPublicUrlIpList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyPublicUrlIpList.json",
2025-08-20T19:16:00.5176175Z [00:02:03.615]➜  		"metadatas/searchengine/ModifySearcherReplica.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifySearcherReplica.json",
2025-08-20T19:16:00.5178376Z [00:02:03.615]➜  		"metadatas/searchengine/ModifyTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyTable.json",
2025-08-20T19:16:00.5180572Z [00:02:03.615]➜  		"metadatas/searchengine/PublishAdvanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/PublishAdvanceConfig.json",
2025-08-20T19:16:00.5183106Z [00:02:03.615]➜  		"metadatas/searchengine/PublishIndexVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/PublishIndexVersion.json",
2025-08-20T19:16:00.5185314Z [00:02:03.615]➜  		"metadatas/searchengine/PushDocuments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/PushDocuments.json",
2025-08-20T19:16:00.5187380Z [00:02:03.615]➜  		"metadatas/searchengine/RecoverIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/RecoverIndex.json",
2025-08-20T19:16:00.5189338Z [00:02:03.615]➜  		"metadatas/searchengine/Reindex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/Reindex.json",
2025-08-20T19:16:00.5191326Z [00:02:03.615]➜  		"metadatas/searchengine/RemoveCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/RemoveCluster.json",
2025-08-20T19:16:00.5193585Z [00:02:03.615]➜  		"metadatas/searchengine/RenameFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/RenameFolder.json",
2025-08-20T19:16:00.5195625Z [00:02:03.615]➜  		"metadatas/searchengine/StartIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/StartIndex.json",
2025-08-20T19:16:00.5197784Z [00:02:03.615]➜  		"metadatas/searchengine/StopIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/StopIndex.json",
2025-08-20T19:16:00.5199704Z [00:02:03.615]➜  		"metadatas/searchengine/StopTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/StopTask.json",
2025-08-20T19:16:00.5201719Z [00:02:03.615]➜  		"metadatas/searchengine/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/TagResources.json",
2025-08-20T19:16:00.5203989Z [00:02:03.615]➜  		"metadatas/searchengine/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UntagResources.json",
2025-08-20T19:16:00.5206052Z [00:02:03.615]➜  		"metadatas/searchengine/UpdateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UpdateInstance.json",
2025-08-20T19:16:00.5208523Z [00:02:03.615]➜  		"metadatas/searchengine/UpdateSqlInstanceContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UpdateSqlInstanceContent.json",
2025-08-20T19:16:00.5210946Z [00:02:03.615]➜  		"metadatas/searchengine/UpdateSqlInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UpdateSqlInstanceName.json",
2025-08-20T19:16:00.5213567Z [00:02:03.615]➜  		"metadatas/searchengine/UpdateSqlInstanceParams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UpdateSqlInstanceParams.json",
2025-08-20T19:16:00.5216048Z [00:02:03.615]➜  		"metadatas/servicemesh/AddClusterIntoServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/AddClusterIntoServiceMesh.json",
2025-08-20T19:16:00.5218512Z [00:02:03.615]➜  		"metadatas/servicemesh/AddVMIntoServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/AddVMIntoServiceMesh.json",
2025-08-20T19:16:00.5220811Z [00:02:03.615]➜  		"metadatas/servicemesh/CreateASMGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateASMGateway.json",
2025-08-20T19:16:00.5223172Z [00:02:03.615]➜  		"metadatas/servicemesh/CreateGatewaySecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateGatewaySecret.json",
2025-08-20T19:16:00.5225509Z [00:02:03.615]➜  		"metadatas/servicemesh/CreateIstioGatewayDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateIstioGatewayDomains.json",
2025-08-20T19:16:00.5227901Z [00:02:03.615]➜  		"metadatas/servicemesh/CreateIstioGatewayRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateIstioGatewayRoutes.json",
2025-08-20T19:16:00.5230061Z [00:02:03.615]➜  		"metadatas/servicemesh/CreateServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateServiceMesh.json",
2025-08-20T19:16:00.5232055Z [00:02:03.615]➜  		"metadatas/servicemesh/CreateSwimLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateSwimLane.json",
2025-08-20T19:16:00.5234209Z [00:02:03.615]➜  		"metadatas/servicemesh/CreateSwimLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateSwimLaneGroup.json",
2025-08-20T19:16:00.5236083Z [00:02:03.615]➜  		"metadatas/servicemesh/CreateWaypoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateWaypoint.json",
2025-08-20T19:16:00.5238019Z [00:02:03.615]➜  		"metadatas/servicemesh/DeleteGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteGatewayRoute.json",
2025-08-20T19:16:00.5240044Z [00:02:03.615]➜  		"metadatas/servicemesh/DeleteGatewaySecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteGatewaySecret.json",
2025-08-20T19:16:00.5242586Z [00:02:03.615]➜  		"metadatas/servicemesh/DeleteIstioGatewayDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteIstioGatewayDomains.json",
2025-08-20T19:16:00.5245099Z [00:02:03.615]➜  		"metadatas/servicemesh/DeleteServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteServiceMesh.json",
2025-08-20T19:16:00.5247163Z [00:02:03.615]➜  		"metadatas/servicemesh/DeleteSwimLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteSwimLane.json",
2025-08-20T19:16:00.5249293Z [00:02:03.615]➜  		"metadatas/servicemesh/DeleteSwimLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteSwimLaneGroup.json",
2025-08-20T19:16:00.5251391Z [00:02:03.615]➜  		"metadatas/servicemesh/DeleteWaypoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteWaypoint.json",
2025-08-20T19:16:00.5254294Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeASMGatewayImportedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeASMGatewayImportedServices.json",
2025-08-20T19:16:00.5256849Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeCCMVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeCCMVersion.json",
2025-08-20T19:16:00.5258950Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeCens.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeCens.json",
2025-08-20T19:16:00.5261131Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeClusterGrafana.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeClusterGrafana.json",
2025-08-20T19:16:00.5264554Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeClusterPrometheus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeClusterPrometheus.json",
2025-08-20T19:16:00.5268094Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeClustersInServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeClustersInServiceMesh.json",
2025-08-20T19:16:00.5271646Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeCrTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeCrTemplates.json",
2025-08-20T19:16:00.5277701Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeEipResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeEipResources.json",
2025-08-20T19:16:00.5280274Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeGatewaySecretDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeGatewaySecretDetails.json",
2025-08-20T19:16:00.5293972Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeGuestClusterAccessLogDashboards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeGuestClusterAccessLogDashboards.json",
2025-08-20T19:16:00.5296786Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeGuestClusterNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeGuestClusterNamespaces.json",
2025-08-20T19:16:00.5299305Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeGuestClusterPods.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeGuestClusterPods.json",
2025-08-20T19:16:00.5301874Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeImportedServicesDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeImportedServicesDetail.json",
2025-08-20T19:16:00.5304677Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeIstioGatewayDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeIstioGatewayDomains.json",
2025-08-20T19:16:00.5307306Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeIstioGatewayRouteDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeIstioGatewayRouteDetail.json",
2025-08-20T19:16:00.5309884Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeIstioGatewayRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeIstioGatewayRoutes.json",
2025-08-20T19:16:00.5313534Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeMeshMultiClusterNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeMeshMultiClusterNetwork.json",
2025-08-20T19:16:00.5315915Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeMetadata.json",
2025-08-20T19:16:00.5318327Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeNamespaceScopeSidecarConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeNamespaceScopeSidecarConfig.json",
2025-08-20T19:16:00.5320888Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeNodesInstanceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeNodesInstanceType.json",
2025-08-20T19:16:00.5323608Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeReusableSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeReusableSlb.json",
2025-08-20T19:16:00.5326170Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeServiceMeshAdditionalStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshAdditionalStatus.json",
2025-08-20T19:16:00.5328756Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeServiceMeshClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshClusters.json",
2025-08-20T19:16:00.5331234Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeServiceMeshDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshDetail.json",
2025-08-20T19:16:00.5334154Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeServiceMeshKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshKubeconfig.json",
2025-08-20T19:16:00.5336781Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeServiceMeshLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshLogs.json",
2025-08-20T19:16:00.5339277Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeServiceMeshProxyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshProxyStatus.json",
2025-08-20T19:16:00.5341976Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeServiceMeshUpgradeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshUpgradeStatus.json",
2025-08-20T19:16:00.5344857Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeServiceMeshVMs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshVMs.json",
2025-08-20T19:16:00.5347199Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeServiceMeshes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshes.json",
2025-08-20T19:16:00.5358783Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeUpgradeVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeUpgradeVersion.json",
2025-08-20T19:16:00.5361125Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeUserPermissions.json",
2025-08-20T19:16:00.5363744Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeUsersWithPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeUsersWithPermissions.json",
2025-08-20T19:16:00.5366235Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeVMsInServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeVMsInServiceMesh.json",
2025-08-20T19:16:00.5368394Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeVSwitches.json",
2025-08-20T19:16:00.5370679Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeVersions.json",
2025-08-20T19:16:00.5372672Z [00:02:03.615]➜  		"metadatas/servicemesh/DescribeVpcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeVpcs.json",
2025-08-20T19:16:00.5374555Z [00:02:03.615]➜  		"metadatas/servicemesh/GetCaCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetCaCert.json",
2025-08-20T19:16:00.5376440Z [00:02:03.615]➜  		"metadatas/servicemesh/GetDeploymentBySelector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetDeploymentBySelector.json",
2025-08-20T19:16:00.5378714Z [00:02:03.615]➜  		"metadatas/servicemesh/GetGrafanaDashboardUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetGrafanaDashboardUrl.json",
2025-08-20T19:16:00.5381227Z [00:02:03.615]➜  		"metadatas/servicemesh/GetRegisteredServiceEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetRegisteredServiceEndpoints.json",
2025-08-20T19:16:00.5391689Z [00:02:03.615]➜  		"metadatas/servicemesh/GetRegisteredServiceNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetRegisteredServiceNamespaces.json",
2025-08-20T19:16:00.5394237Z [00:02:03.615]➜  		"metadatas/servicemesh/GetSwimLaneDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetSwimLaneDetail.json",
2025-08-20T19:16:00.5396333Z [00:02:03.615]➜  		"metadatas/servicemesh/GetSwimLaneGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetSwimLaneGroupList.json",
2025-08-20T19:16:00.5398638Z [00:02:03.615]➜  		"metadatas/servicemesh/GetSwimLaneList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetSwimLaneList.json",
2025-08-20T19:16:00.5400876Z [00:02:03.615]➜  		"metadatas/servicemesh/GetVmAppMeshInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetVmAppMeshInfo.json",
2025-08-20T19:16:00.5402980Z [00:02:03.615]➜  		"metadatas/servicemesh/GetVmMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetVmMeta.json",
2025-08-20T19:16:00.5404978Z [00:02:03.615]➜  		"metadatas/servicemesh/GrantUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GrantUserPermissions.json",
2025-08-20T19:16:00.5407125Z [00:02:03.615]➜  		"metadatas/servicemesh/ListServiceAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ListServiceAccounts.json",
2025-08-20T19:16:00.5409275Z [00:02:03.615]➜  		"metadatas/servicemesh/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ListTagResources.json",
2025-08-20T19:16:00.5411135Z [00:02:03.615]➜  		"metadatas/servicemesh/ListWaypoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ListWaypoints.json",
2025-08-20T19:16:00.5414478Z [00:02:03.615]➜  		"metadatas/servicemesh/ModifyApiServerEipResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ModifyApiServerEipResource.json",
2025-08-20T19:16:00.5416960Z [00:02:03.615]➜  		"metadatas/servicemesh/ModifyPilotEipResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ModifyPilotEipResource.json",
2025-08-20T19:16:00.5419214Z [00:02:03.615]➜  		"metadatas/servicemesh/ModifyServiceMeshName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ModifyServiceMeshName.json",
2025-08-20T19:16:00.5421325Z [00:02:03.615]➜  		"metadatas/servicemesh/ReActivateAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ReActivateAudit.json",
2025-08-20T19:16:00.5424063Z [00:02:03.615]➜  		"metadatas/servicemesh/RemoveClusterFromServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/RemoveClusterFromServiceMesh.json",
2025-08-20T19:16:00.5426529Z [00:02:03.615]➜  		"metadatas/servicemesh/RemoveVMFromServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/RemoveVMFromServiceMesh.json",
2025-08-20T19:16:00.5428759Z [00:02:03.615]➜  		"metadatas/servicemesh/RevokeKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/RevokeKubeconfig.json",
2025-08-20T19:16:00.5430793Z [00:02:03.615]➜  		"metadatas/servicemesh/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/TagResources.json",
2025-08-20T19:16:00.5432972Z [00:02:03.615]➜  		"metadatas/servicemesh/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UntagResources.json",
2025-08-20T19:16:00.5435341Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateASMGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateASMGateway.json",
2025-08-20T19:16:00.5437833Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateASMGatewayImportedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateASMGatewayImportedServices.json",
2025-08-20T19:16:00.5440644Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateASMNamespaceFromGuestCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateASMNamespaceFromGuestCluster.json",
2025-08-20T19:16:00.5443643Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateControlPlaneLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateControlPlaneLogConfig.json",
2025-08-20T19:16:00.5446067Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateGuestClusterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateGuestClusterConfig.json",
2025-08-20T19:16:00.5448416Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateIstioGatewayRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateIstioGatewayRoutes.json",
2025-08-20T19:16:00.5450977Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateIstioInjectionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateIstioInjectionConfig.json",
2025-08-20T19:16:00.5453888Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateIstioRouteAdditionalStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateIstioRouteAdditionalStatus.json",
2025-08-20T19:16:00.5456393Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateMeshCRAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateMeshCRAggregation.json",
2025-08-20T19:16:00.5458532Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateMeshFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateMeshFeature.json",
2025-08-20T19:16:00.5460861Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateMeshMultiClusterNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateMeshMultiClusterNetwork.json",
2025-08-20T19:16:00.5463866Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateNamespaceScopeSidecarConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateNamespaceScopeSidecarConfig.json",
2025-08-20T19:16:00.5466283Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateSwimLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateSwimLane.json",
2025-08-20T19:16:00.5468408Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateSwimLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateSwimLaneGroup.json",
2025-08-20T19:16:00.5470521Z [00:02:03.615]➜  		"metadatas/servicemesh/UpdateWaypoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateWaypoint.json",
2025-08-20T19:16:00.5473467Z [00:02:03.615]➜  		"metadatas/servicemesh/UpgradeMeshEditionPartially.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpgradeMeshEditionPartially.json",
2025-08-20T19:16:00.5475833Z [00:02:03.615]➜  		"metadatas/servicemesh/UpgradeMeshVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpgradeMeshVersion.json",
2025-08-20T19:16:00.5477894Z [00:02:03.615]➜  		"metadatas/slb/AddAccessControlListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddAccessControlListEntry.json",
2025-08-20T19:16:00.5479850Z [00:02:03.615]➜  		"metadatas/slb/AddBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddBackendServers.json",
2025-08-20T19:16:00.5481830Z [00:02:03.615]➜  		"metadatas/slb/AddListenerWhiteListItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddListenerWhiteListItem.json",
2025-08-20T19:16:00.5484053Z [00:02:03.615]➜  		"metadatas/slb/AddTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddTags.json",
2025-08-20T19:16:00.5485997Z [00:02:03.615]➜  		"metadatas/slb/AddVServerGroupBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddVServerGroupBackendServers.json",
2025-08-20T19:16:00.5488188Z [00:02:03.615]➜  		"metadatas/slb/CreateAccessControlList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateAccessControlList.json",
2025-08-20T19:16:00.5490228Z [00:02:03.615]➜  		"metadatas/slb/CreateDomainExtension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateDomainExtension.json",
2025-08-20T19:16:00.5492102Z [00:02:03.615]➜  		"metadatas/slb/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancer.json",
2025-08-20T19:16:00.5498589Z [00:02:03.615]➜  		"metadatas/slb/CreateLoadBalancerHTTPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancerHTTPListener.json",
2025-08-20T19:16:00.5501620Z [00:02:03.615]➜  		"metadatas/slb/CreateLoadBalancerHTTPSListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancerHTTPSListener.json",
2025-08-20T19:16:00.5504291Z [00:02:03.615]➜  		"metadatas/slb/CreateLoadBalancerTCPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancerTCPListener.json",
2025-08-20T19:16:00.5506560Z [00:02:03.615]➜  		"metadatas/slb/CreateLoadBalancerUDPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancerUDPListener.json",
2025-08-20T19:16:00.5508670Z [00:02:03.615]➜  		"metadatas/slb/CreateMasterSlaveServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateMasterSlaveServerGroup.json",
2025-08-20T19:16:00.5510433Z [00:02:03.615]➜  		"metadatas/slb/CreateRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateRules.json",
2025-08-20T19:16:00.5512113Z [00:02:03.615]➜  		"metadatas/slb/CreateTLSCipherPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateTLSCipherPolicy.json",
2025-08-20T19:16:00.5514426Z [00:02:03.615]➜  		"metadatas/slb/CreateVServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateVServerGroup.json",
2025-08-20T19:16:00.5516428Z [00:02:03.615]➜  		"metadatas/slb/DeleteAccessControlList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteAccessControlList.json",
2025-08-20T19:16:00.5518680Z [00:02:03.615]➜  		"metadatas/slb/DeleteAccessLogsDownloadAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteAccessLogsDownloadAttribute.json",
2025-08-20T19:16:00.5520866Z [00:02:03.615]➜  		"metadatas/slb/DeleteCACertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteCACertificate.json",
2025-08-20T19:16:00.5522976Z [00:02:03.615]➜  		"metadatas/slb/DeleteDomainExtension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteDomainExtension.json",
2025-08-20T19:16:00.5525052Z [00:02:03.615]➜  		"metadatas/slb/DeleteLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteLoadBalancer.json",
2025-08-20T19:16:00.5527046Z [00:02:03.615]➜  		"metadatas/slb/DeleteLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteLoadBalancerListener.json",
2025-08-20T19:16:00.5529154Z [00:02:03.615]➜  		"metadatas/slb/DeleteMasterSlaveServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteMasterSlaveServerGroup.json",
2025-08-20T19:16:00.5531019Z [00:02:03.615]➜  		"metadatas/slb/DeleteRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteRules.json",
2025-08-20T19:16:00.5532999Z [00:02:03.615]➜  		"metadatas/slb/DeleteServerCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteServerCertificate.json",
2025-08-20T19:16:00.5535145Z [00:02:03.615]➜  		"metadatas/slb/DeleteTLSCipherPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteTLSCipherPolicy.json",
2025-08-20T19:16:00.5537115Z [00:02:03.615]➜  		"metadatas/slb/DeleteVServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteVServerGroup.json",
2025-08-20T19:16:00.5539349Z [00:02:03.615]➜  		"metadatas/slb/DescribeAccessControlListAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeAccessControlListAttribute.json",
2025-08-20T19:16:00.5541733Z [00:02:03.615]➜  		"metadatas/slb/DescribeAccessControlLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeAccessControlLists.json",
2025-08-20T19:16:00.5544361Z [00:02:03.615]➜  		"metadatas/slb/DescribeAccessLogsDownloadAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeAccessLogsDownloadAttribute.json",
2025-08-20T19:16:00.5546704Z [00:02:03.615]➜  		"metadatas/slb/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeAvailableResource.json",
2025-08-20T19:16:00.5549117Z [00:02:03.615]➜  		"metadatas/slb/DescribeCACertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeCACertificates.json",
2025-08-20T19:16:00.5551428Z [00:02:03.615]➜  		"metadatas/slb/DescribeDomainExtensionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeDomainExtensionAttribute.json",
2025-08-20T19:16:00.5553918Z [00:02:03.615]➜  		"metadatas/slb/DescribeDomainExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeDomainExtensions.json",
2025-08-20T19:16:00.5555932Z [00:02:03.615]➜  		"metadatas/slb/DescribeHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeHealthStatus.json",
2025-08-20T19:16:00.5558046Z [00:02:03.615]➜  		"metadatas/slb/DescribeHighDefinationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeHighDefinationMonitor.json",
2025-08-20T19:16:00.5560592Z [00:02:03.615]➜  		"metadatas/slb/DescribeListenerAccessControlAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeListenerAccessControlAttribute.json",
2025-08-20T19:16:00.5563430Z [00:02:03.615]➜  		"metadatas/slb/DescribeLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerAttribute.json",
2025-08-20T19:16:00.5565895Z [00:02:03.615]➜  		"metadatas/slb/DescribeLoadBalancerHTTPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:16:00.5568603Z [00:02:03.615]➜  		"metadatas/slb/DescribeLoadBalancerHTTPSListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:16:00.5571132Z [00:02:03.615]➜  		"metadatas/slb/DescribeLoadBalancerListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerListeners.json",
2025-08-20T19:16:00.5584317Z [00:02:03.615]➜  		"metadatas/slb/DescribeLoadBalancerTCPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:16:00.5587055Z [00:02:03.615]➜  		"metadatas/slb/DescribeLoadBalancerUDPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:16:00.5589391Z [00:02:03.615]➜  		"metadatas/slb/DescribeLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancers.json",
2025-08-20T19:16:00.5591733Z [00:02:03.615]➜  		"metadatas/slb/DescribeMasterSlaveServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeMasterSlaveServerGroupAttribute.json",
2025-08-20T19:16:00.5594644Z [00:02:03.615]➜  		"metadatas/slb/DescribeMasterSlaveServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeMasterSlaveServerGroups.json",
2025-08-20T19:16:00.5596760Z [00:02:03.615]➜  		"metadatas/slb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeRegions.json",
2025-08-20T19:16:00.5598637Z [00:02:03.616]➜  		"metadatas/slb/DescribeRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeRuleAttribute.json",
2025-08-20T19:16:00.5600467Z [00:02:03.616]➜  		"metadatas/slb/DescribeRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeRules.json",
2025-08-20T19:16:00.5602634Z [00:02:03.616]➜  		"metadatas/slb/DescribeServerCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeServerCertificates.json",
2025-08-20T19:16:00.5604600Z [00:02:03.616]➜  		"metadatas/slb/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeTags.json",
2025-08-20T19:16:00.5606847Z [00:02:03.616]➜  		"metadatas/slb/DescribeVServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeVServerGroupAttribute.json",
2025-08-20T19:16:00.5609048Z [00:02:03.616]➜  		"metadatas/slb/DescribeVServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeVServerGroups.json",
2025-08-20T19:16:00.5610903Z [00:02:03.616]➜  		"metadatas/slb/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeZones.json",
2025-08-20T19:16:00.5618132Z [00:02:03.616]➜  		"metadatas/slb/EnableHighDefinationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/EnableHighDefinationMonitor.json",
2025-08-20T19:16:00.5620227Z [00:02:03.616]➜  		"metadatas/slb/ListTLSCipherPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ListTLSCipherPolicies.json",
2025-08-20T19:16:00.5622064Z [00:02:03.616]➜  		"metadatas/slb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ListTagResources.json",
2025-08-20T19:16:00.5624295Z [00:02:03.616]➜  		"metadatas/slb/ModifyHighDefinationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyHighDefinationMonitor.json",
2025-08-20T19:16:00.5626863Z [00:02:03.616]➜  		"metadatas/slb/ModifyLoadBalancerInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyLoadBalancerInstanceChargeType.json",
2025-08-20T19:16:00.5629359Z [00:02:03.616]➜  		"metadatas/slb/ModifyLoadBalancerInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyLoadBalancerInstanceSpec.json",
2025-08-20T19:16:00.5631705Z [00:02:03.616]➜  		"metadatas/slb/ModifyLoadBalancerInternetSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyLoadBalancerInternetSpec.json",
2025-08-20T19:16:00.5634296Z [00:02:03.616]➜  		"metadatas/slb/ModifyLoadBalancerPayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyLoadBalancerPayType.json",
2025-08-20T19:16:00.5636795Z [00:02:03.616]➜  		"metadatas/slb/ModifyVServerGroupBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyVServerGroupBackendServers.json",
2025-08-20T19:16:00.5638922Z [00:02:03.616]➜  		"metadatas/slb/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/MoveResourceGroup.json",
2025-08-20T19:16:00.5640989Z [00:02:03.616]➜  		"metadatas/slb/RemoveAccessControlListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveAccessControlListEntry.json",
2025-08-20T19:16:00.5643248Z [00:02:03.616]➜  		"metadatas/slb/RemoveBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveBackendServers.json",
2025-08-20T19:16:00.5654756Z [00:02:03.616]➜  		"metadatas/slb/RemoveListenerWhiteListItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveListenerWhiteListItem.json",
2025-08-20T19:16:00.5656760Z [00:02:03.616]➜  		"metadatas/slb/RemoveTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveTags.json",
2025-08-20T19:16:00.5658855Z [00:02:03.616]➜  		"metadatas/slb/RemoveVServerGroupBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveVServerGroupBackendServers.json",
2025-08-20T19:16:00.5661278Z [00:02:03.616]➜  		"metadatas/slb/SetAccessControlListAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetAccessControlListAttribute.json",
2025-08-20T19:16:00.5663795Z [00:02:03.616]➜  		"metadatas/slb/SetAccessLogsDownloadAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetAccessLogsDownloadAttribute.json",
2025-08-20T19:16:00.5665930Z [00:02:03.616]➜  		"metadatas/slb/SetBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetBackendServers.json",
2025-08-20T19:16:00.5667923Z [00:02:03.616]➜  		"metadatas/slb/SetCACertificateName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetCACertificateName.json",
2025-08-20T19:16:00.5670236Z [00:02:03.616]➜  		"metadatas/slb/SetDomainExtensionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetDomainExtensionAttribute.json",
2025-08-20T19:16:00.5672735Z [00:02:03.616]➜  		"metadatas/slb/SetListenerAccessControlStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetListenerAccessControlStatus.json",
2025-08-20T19:16:00.5675201Z [00:02:03.616]➜  		"metadatas/slb/SetLoadBalancerDeleteProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerDeleteProtection.json",
2025-08-20T19:16:00.5677778Z [00:02:03.616]➜  		"metadatas/slb/SetLoadBalancerHTTPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:16:00.5680440Z [00:02:03.616]➜  		"metadatas/slb/SetLoadBalancerHTTPSListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:16:00.5693701Z [00:02:03.616]➜  		"metadatas/slb/SetLoadBalancerModificationProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerModificationProtection.json",
2025-08-20T19:16:00.5696086Z [00:02:03.616]➜  		"metadatas/slb/SetLoadBalancerName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerName.json",
2025-08-20T19:16:00.5698056Z [00:02:03.616]➜  		"metadatas/slb/SetLoadBalancerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerStatus.json",
2025-08-20T19:16:00.5700390Z [00:02:03.616]➜  		"metadatas/slb/SetLoadBalancerTCPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:16:00.5703216Z [00:02:03.616]➜  		"metadatas/slb/SetLoadBalancerUDPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:16:00.5705451Z [00:02:03.616]➜  		"metadatas/slb/SetRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetRule.json",
2025-08-20T19:16:00.5707294Z [00:02:03.616]➜  		"metadatas/slb/SetServerCertificateName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetServerCertificateName.json",
2025-08-20T19:16:00.5709460Z [00:02:03.616]➜  		"metadatas/slb/SetTLSCipherPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetTLSCipherPolicyAttribute.json",
2025-08-20T19:16:00.5711652Z [00:02:03.616]➜  		"metadatas/slb/SetVServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetVServerGroupAttribute.json",
2025-08-20T19:16:00.5714185Z [00:02:03.616]➜  		"metadatas/slb/StartLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/StartLoadBalancerListener.json",
2025-08-20T19:16:00.5716372Z [00:02:03.616]➜  		"metadatas/slb/StopLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/StopLoadBalancerListener.json",
2025-08-20T19:16:00.5718276Z [00:02:03.616]➜  		"metadatas/slb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/TagResources.json",
2025-08-20T19:16:00.5720001Z [00:02:03.616]➜  		"metadatas/slb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/UntagResources.json",
2025-08-20T19:16:00.5721841Z [00:02:03.616]➜  		"metadatas/slb/UploadCACertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/UploadCACertificate.json",
2025-08-20T19:16:00.5734294Z [00:02:03.616]➜  		"metadatas/slb/UploadServerCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/UploadServerCertificate.json",
2025-08-20T19:16:00.5736482Z [00:02:03.616]➜  		"metadatas/smc/AssociateSourceServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/AssociateSourceServers.json",
2025-08-20T19:16:00.5738581Z [00:02:03.616]➜  		"metadatas/smc/CreateAccessToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CreateAccessToken.json",
2025-08-20T19:16:00.5740665Z [00:02:03.616]➜  		"metadatas/smc/CreateCrossZoneMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CreateCrossZoneMigrationJob.json",
2025-08-20T19:16:00.5742900Z [00:02:03.616]➜  		"metadatas/smc/CreateReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CreateReplicationJob.json",
2025-08-20T19:16:00.5744805Z [00:02:03.616]➜  		"metadatas/smc/CreateWorkgroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CreateWorkgroup.json",
2025-08-20T19:16:00.5746717Z [00:02:03.616]➜  		"metadatas/smc/CutOverReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CutOverReplicationJob.json",
2025-08-20T19:16:00.5748675Z [00:02:03.616]➜  		"metadatas/smc/DeleteAccessToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DeleteAccessToken.json",
2025-08-20T19:16:00.5750731Z [00:02:03.616]➜  		"metadatas/smc/DeleteReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DeleteReplicationJob.json",
2025-08-20T19:16:00.5752843Z [00:02:03.616]➜  		"metadatas/smc/DeleteSourceServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DeleteSourceServer.json",
2025-08-20T19:16:00.5754675Z [00:02:03.616]➜  		"metadatas/smc/DeleteWorkgroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DeleteWorkgroup.json",
2025-08-20T19:16:00.5756590Z [00:02:03.616]➜  		"metadatas/smc/DescribeReplicationJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DescribeReplicationJobs.json",
2025-08-20T19:16:00.5758642Z [00:02:03.616]➜  		"metadatas/smc/DescribeSourceServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DescribeSourceServers.json",
2025-08-20T19:16:00.5760749Z [00:02:03.616]➜  		"metadatas/smc/DescribeWorkgroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DescribeWorkgroups.json",
2025-08-20T19:16:00.5783000Z [00:02:03.616]➜  		"metadatas/smc/DisableAccessToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DisableAccessToken.json",
2025-08-20T19:16:00.5785192Z [00:02:03.616]➜  		"metadatas/smc/DisassociateSourceServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DisassociateSourceServers.json",
2025-08-20T19:16:00.5787194Z [00:02:03.616]➜  		"metadatas/smc/ListAccessTokens.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ListAccessTokens.json",
2025-08-20T19:16:00.5789028Z [00:02:03.616]➜  		"metadatas/smc/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ListTagResources.json",
2025-08-20T19:16:00.5791304Z [00:02:03.616]➜  		"metadatas/smc/ModifyReplicationJobAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ModifyReplicationJobAttribute.json",
2025-08-20T19:16:00.5793818Z [00:02:03.616]➜  		"metadatas/smc/ModifySourceServerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ModifySourceServerAttribute.json",
2025-08-20T19:16:00.5796029Z [00:02:03.616]➜  		"metadatas/smc/ModifyWorkgroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ModifyWorkgroupAttribute.json",
2025-08-20T19:16:00.5798053Z [00:02:03.616]➜  		"metadatas/smc/StartReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/StartReplicationJob.json",
2025-08-20T19:16:00.5799996Z [00:02:03.616]➜  		"metadatas/smc/StopReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/StopReplicationJob.json",
2025-08-20T19:16:00.5801800Z [00:02:03.616]➜  		"metadatas/smc/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/TagResources.json",
2025-08-20T19:16:00.5803960Z [00:02:03.616]➜  		"metadatas/smc/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/UntagResources.json",
2025-08-20T19:16:00.5806115Z [00:02:03.616]➜  		"metadatas/sophonsoar/BatchModifyInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/BatchModifyInstanceStatus.json",
2025-08-20T19:16:00.5808348Z [00:02:03.616]➜  		"metadatas/sophonsoar/ComparePlaybooks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ComparePlaybooks.json",
2025-08-20T19:16:00.5810380Z [00:02:03.616]➜  		"metadatas/sophonsoar/ConvertPlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ConvertPlaybook.json",
2025-08-20T19:16:00.5812562Z [00:02:03.616]➜  		"metadatas/sophonsoar/CopyPlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/CopyPlaybook.json",
2025-08-20T19:16:00.5814559Z [00:02:03.616]➜  		"metadatas/sophonsoar/CreatePlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/CreatePlaybook.json",
2025-08-20T19:16:00.5816568Z [00:02:03.616]➜  		"metadatas/sophonsoar/DebugPlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DebugPlaybook.json",
2025-08-20T19:16:00.5818972Z [00:02:03.616]➜  		"metadatas/sophonsoar/DeleteComponentAsset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DeleteComponentAsset.json",
2025-08-20T19:16:00.5821074Z [00:02:03.616]➜  		"metadatas/sophonsoar/DeletePlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DeletePlaybook.json",
2025-08-20T19:16:00.5823505Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeComponentAssetForm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentAssetForm.json",
2025-08-20T19:16:00.5825911Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeComponentAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentAssets.json",
2025-08-20T19:16:00.5828360Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeComponentList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentList.json",
2025-08-20T19:16:00.5830701Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeComponentPlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentPlaybook.json",
2025-08-20T19:16:00.5833149Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeComponentsJs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentsJs.json",
2025-08-20T19:16:00.5835434Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeDistinctReleases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeDistinctReleases.json",
2025-08-20T19:16:00.5837782Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeEnumItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeEnumItems.json",
2025-08-20T19:16:00.5840084Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeExecutePlaybooks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeExecutePlaybooks.json",
2025-08-20T19:16:00.5842255Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeField.json",
2025-08-20T19:16:00.5854841Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeGroupProductions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeGroupProductions.json",
2025-08-20T19:16:00.5857269Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeLatestRecordSchema.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeLatestRecordSchema.json",
2025-08-20T19:16:00.5859635Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeNodeParamTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeNodeParamTags.json",
2025-08-20T19:16:00.5862064Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeNodeUsedInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeNodeUsedInfos.json",
2025-08-20T19:16:00.5864620Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeNotifyTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeNotifyTemplateList.json",
2025-08-20T19:16:00.5866930Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeOpenApiInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeOpenApiInfo.json",
2025-08-20T19:16:00.5869111Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeOpenApiList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeOpenApiList.json",
2025-08-20T19:16:00.5871219Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribePlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybook.json",
2025-08-20T19:16:00.5873729Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribePlaybookInputOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookInputOutput.json",
2025-08-20T19:16:00.5876298Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribePlaybookMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookMetrics.json",
2025-08-20T19:16:00.5878701Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribePlaybookNodesOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookNodesOutput.json",
2025-08-20T19:16:00.5881209Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribePlaybookNumberMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookNumberMetrics.json",
2025-08-20T19:16:00.5914152Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribePlaybookReleases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookReleases.json",
2025-08-20T19:16:00.5916621Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribePlaybooks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybooks.json",
2025-08-20T19:16:00.5918656Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribePopApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePopApi.json",
2025-08-20T19:16:00.5920837Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeProcessStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeProcessStatistics.json",
2025-08-20T19:16:00.5923404Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeProcessTaskCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeProcessTaskCount.json",
2025-08-20T19:16:00.5925787Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeProcessTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeProcessTasks.json",
2025-08-20T19:16:00.5928545Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeSoarRecordActionOutputList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSoarRecordActionOutputList.json",
2025-08-20T19:16:00.5931239Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeSoarRecordInOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSoarRecordInOutput.json",
2025-08-20T19:16:00.5933986Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeSoarRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSoarRecords.json",
2025-08-20T19:16:00.5936399Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeSoarTaskAndActions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSoarTaskAndActions.json",
2025-08-20T19:16:00.5938829Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeSophonCommands.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSophonCommands.json",
2025-08-20T19:16:00.5941281Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescribeVendorApiList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeVendorApiList.json",
2025-08-20T19:16:00.5943934Z [00:02:03.616]➜  		"metadatas/sophonsoar/DescriberPython3ScriptLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescriberPython3ScriptLogs.json",
2025-08-20T19:16:00.5946251Z [00:02:03.616]➜  		"metadatas/sophonsoar/ModifyComponentAsset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ModifyComponentAsset.json",
2025-08-20T19:16:00.5948347Z [00:02:03.616]➜  		"metadatas/sophonsoar/ModifyPlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ModifyPlaybook.json",
2025-08-20T19:16:00.5950532Z [00:02:03.616]➜  		"metadatas/sophonsoar/ModifyPlaybookInputOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ModifyPlaybookInputOutput.json",
2025-08-20T19:16:00.5953231Z [00:02:03.616]➜  		"metadatas/sophonsoar/ModifyPlaybookInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ModifyPlaybookInstanceStatus.json",
2025-08-20T19:16:00.5955702Z [00:02:03.616]➜  		"metadatas/sophonsoar/PublishPlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/PublishPlaybook.json",
2025-08-20T19:16:00.5957690Z [00:02:03.616]➜  		"metadatas/sophonsoar/QueryTreeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/QueryTreeData.json",
2025-08-20T19:16:00.5959722Z [00:02:03.616]➜  		"metadatas/sophonsoar/RenamePlaybookNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RenamePlaybookNode.json",
2025-08-20T19:16:00.5961897Z [00:02:03.616]➜  		"metadatas/sophonsoar/RevertPlaybookRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RevertPlaybookRelease.json",
2025-08-20T19:16:00.5964447Z [00:02:03.616]➜  		"metadatas/sophonsoar/RunNotifyComponentWithEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RunNotifyComponentWithEmail.json",
2025-08-20T19:16:00.5967238Z [00:02:03.616]➜  		"metadatas/sophonsoar/RunNotifyComponentWithMessageCenter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RunNotifyComponentWithMessageCenter.json",
2025-08-20T19:16:00.5969891Z [00:02:03.616]➜  		"metadatas/sophonsoar/RunNotifyComponentWithWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RunNotifyComponentWithWebhook.json",
2025-08-20T19:16:00.5972164Z [00:02:03.616]➜  		"metadatas/sophonsoar/RunPython3Script.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RunPython3Script.json",
2025-08-20T19:16:00.6004713Z [00:02:03.616]➜  		"metadatas/sophonsoar/TriggerPlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/TriggerPlaybook.json",
2025-08-20T19:16:00.6007074Z [00:02:03.616]➜  		"metadatas/sophonsoar/TriggerProcessTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/TriggerProcessTask.json",
2025-08-20T19:16:00.6009413Z [00:02:03.616]➜  		"metadatas/sophonsoar/TriggerSophonPlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/TriggerSophonPlaybook.json",
2025-08-20T19:16:00.6011502Z [00:02:03.616]➜  		"metadatas/sophonsoar/VerifyPlaybook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/VerifyPlaybook.json",
2025-08-20T19:16:00.6013715Z [00:02:03.616]➜  		"metadatas/sophonsoar/VerifyPythonFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/VerifyPythonFile.json",
2025-08-20T19:16:00.6015535Z [00:02:03.616]➜  		"metadatas/sts/AssumeRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sts/AssumeRole.json",
2025-08-20T19:16:00.6017278Z [00:02:03.616]➜  		"metadatas/sts/AssumeRoleWithOIDC.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sts/AssumeRoleWithOIDC.json",
2025-08-20T19:16:00.6019166Z [00:02:03.616]➜  		"metadatas/sts/AssumeRoleWithSAML.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sts/AssumeRoleWithSAML.json",
2025-08-20T19:16:00.6021053Z [00:02:03.616]➜  		"metadatas/sts/GetCallerIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sts/GetCallerIdentity.json",
2025-08-20T19:16:00.6023070Z [00:02:03.616]➜  		"metadatas/tag/AttachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/AttachPolicy.json",
2025-08-20T19:16:00.6024876Z [00:02:03.616]➜  		"metadatas/tag/CheckCreatedByEnabled.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CheckCreatedByEnabled.json",
2025-08-20T19:16:00.6026687Z [00:02:03.616]➜  		"metadatas/tag/CloseCreatedBy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CloseCreatedBy.json",
2025-08-20T19:16:00.6028696Z [00:02:03.616]➜  		"metadatas/tag/CreateAssociatedResourceRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CreateAssociatedResourceRules.json",
2025-08-20T19:16:00.6030715Z [00:02:03.616]➜  		"metadatas/tag/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CreatePolicy.json",
2025-08-20T19:16:00.6032799Z [00:02:03.616]➜  		"metadatas/tag/CreateTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CreateTags.json",
2025-08-20T19:16:00.6034812Z [00:02:03.616]➜  		"metadatas/tag/DeleteAssociatedResourceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DeleteAssociatedResourceRule.json",
2025-08-20T19:16:00.6036811Z [00:02:03.616]➜  		"metadatas/tag/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DeletePolicy.json",
2025-08-20T19:16:00.6038503Z [00:02:03.616]➜  		"metadatas/tag/DeleteTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DeleteTag.json",
2025-08-20T19:16:00.6040207Z [00:02:03.616]➜  		"metadatas/tag/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DescribeRegions.json",
2025-08-20T19:16:00.6042117Z [00:02:03.616]➜  		"metadatas/tag/DetachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DetachPolicy.json",
2025-08-20T19:16:00.6044113Z [00:02:03.616]➜  		"metadatas/tag/DisablePolicyType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DisablePolicyType.json",
2025-08-20T19:16:00.6045968Z [00:02:03.616]➜  		"metadatas/tag/EnablePolicyType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/EnablePolicyType.json",
2025-08-20T19:16:00.6047900Z [00:02:03.616]➜  		"metadatas/tag/GenerateConfigRuleReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GenerateConfigRuleReport.json",
2025-08-20T19:16:00.6049851Z [00:02:03.616]➜  		"metadatas/tag/GetConfigRuleReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GetConfigRuleReport.json",
2025-08-20T19:16:00.6051873Z [00:02:03.616]➜  		"metadatas/tag/GetEffectivePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GetEffectivePolicy.json",
2025-08-20T19:16:00.6053907Z [00:02:03.616]➜  		"metadatas/tag/GetPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GetPolicy.json",
2025-08-20T19:16:00.6055717Z [00:02:03.616]➜  		"metadatas/tag/GetPolicyEnableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GetPolicyEnableStatus.json",
2025-08-20T19:16:00.6057834Z [00:02:03.616]➜  		"metadatas/tag/ListAssociatedResourceRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListAssociatedResourceRules.json",
2025-08-20T19:16:00.6059976Z [00:02:03.616]➜  		"metadatas/tag/ListConfigRulesForTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListConfigRulesForTarget.json",
2025-08-20T19:16:00.6061877Z [00:02:03.616]➜  		"metadatas/tag/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListPolicies.json",
2025-08-20T19:16:00.6063943Z [00:02:03.616]➜  		"metadatas/tag/ListPoliciesForTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListPoliciesForTarget.json",
2025-08-20T19:16:00.6065896Z [00:02:03.616]➜  		"metadatas/tag/ListResourcesByTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListResourcesByTag.json",
2025-08-20T19:16:00.6067921Z [00:02:03.616]➜  		"metadatas/tag/ListSupportResourceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListSupportResourceTypes.json",
2025-08-20T19:16:00.6069831Z [00:02:03.616]➜  		"metadatas/tag/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListTagKeys.json",
2025-08-20T19:16:00.6071622Z [00:02:03.616]➜  		"metadatas/tag/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListTagResources.json",
2025-08-20T19:16:00.6073622Z [00:02:03.616]➜  		"metadatas/tag/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListTagValues.json",
2025-08-20T19:16:00.6075503Z [00:02:03.616]➜  		"metadatas/tag/ListTargetsForPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListTargetsForPolicy.json",
2025-08-20T19:16:00.6077482Z [00:02:03.616]➜  		"metadatas/tag/ModifyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ModifyPolicy.json",
2025-08-20T19:16:00.6079178Z [00:02:03.616]➜  		"metadatas/tag/OpenCreatedBy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/OpenCreatedBy.json",
2025-08-20T19:16:00.6080836Z [00:02:03.618]➜  		"metadatas/tag/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/TagResources.json",
2025-08-20T19:16:00.6082681Z [00:02:03.619]➜  		"metadatas/tag/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/UntagResources.json",
2025-08-20T19:16:00.6084691Z [00:02:03.619]➜  		"metadatas/tag/UpdateAssociatedResourceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/UpdateAssociatedResourceRule.json",
2025-08-20T19:16:00.6086908Z [00:02:03.619]➜  		"metadatas/ververica/ApplyScheduledPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ApplyScheduledPlan.json",
2025-08-20T19:16:00.6088861Z [00:02:03.619]➜  		"metadatas/ververica/CreateDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateDeployment.json",
2025-08-20T19:16:00.6090600Z [00:02:03.619]➜  		"metadatas/ververica/CreateDeploymentDraft.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateDeploymentDraft.json",
2025-08-20T19:16:00.6092749Z [00:02:03.619]➜  		"metadatas/ververica/CreateDeploymentTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateDeploymentTarget.json",
2025-08-20T19:16:00.6094548Z [00:02:03.619]➜  		"metadatas/ververica/CreateFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateFolder.json",
2025-08-20T19:16:00.6096357Z [00:02:03.619]➜  		"metadatas/ververica/CreateMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateMember.json",
2025-08-20T19:16:00.6098328Z [00:02:03.619]➜  		"metadatas/ververica/CreateSavepoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateSavepoint.json",
2025-08-20T19:16:00.6100349Z [00:02:03.619]➜  		"metadatas/ververica/CreateScheduledPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateScheduledPlan.json",
2025-08-20T19:16:00.6102364Z [00:02:03.619]➜  		"metadatas/ververica/CreateSessionCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateSessionCluster.json",
2025-08-20T19:16:00.6104591Z [00:02:03.619]➜  		"metadatas/ververica/CreateUdfArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateUdfArtifact.json",
2025-08-20T19:16:00.6106516Z [00:02:03.619]➜  		"metadatas/ververica/CreateVariable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateVariable.json",
2025-08-20T19:16:00.6108602Z [00:02:03.619]➜  		"metadatas/ververica/DeleteCustomConnector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteCustomConnector.json",
2025-08-20T19:16:00.6110675Z [00:02:03.619]➜  		"metadatas/ververica/DeleteDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteDeployment.json",
2025-08-20T19:16:00.6112930Z [00:02:03.619]➜  		"metadatas/ververica/DeleteDeploymentDraft.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteDeploymentDraft.json",
2025-08-20T19:16:00.6115103Z [00:02:03.619]➜  		"metadatas/ververica/DeleteDeploymentTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteDeploymentTarget.json",
2025-08-20T19:16:00.6117080Z [00:02:03.619]➜  		"metadatas/ververica/DeleteFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteFolder.json",
2025-08-20T19:16:00.6118889Z [00:02:03.619]➜  		"metadatas/ververica/DeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteJob.json",
2025-08-20T19:16:00.6120749Z [00:02:03.619]➜  		"metadatas/ververica/DeleteMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteMember.json",
2025-08-20T19:16:00.6122757Z [00:02:03.619]➜  		"metadatas/ververica/DeleteSavepoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteSavepoint.json",
2025-08-20T19:16:00.6124776Z [00:02:03.619]➜  		"metadatas/ververica/DeleteScheduledPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteScheduledPlan.json",
2025-08-20T19:16:00.6126872Z [00:02:03.619]➜  		"metadatas/ververica/DeleteSessionCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteSessionCluster.json",
2025-08-20T19:16:00.6127932Z [00:02:03.619]➜  		"metadatas/ververica/DeleteUdfArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteUdfArtifact.json",
2025-08-20T19:16:00.6129083Z [00:02:03.619]➜  		"metadatas/ververica/DeleteUdfFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteUdfFunction.json",
2025-08-20T19:16:00.6130088Z [00:02:03.619]➜  		"metadatas/ververica/DeleteVariable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteVariable.json",
2025-08-20T19:16:00.6131325Z [00:02:03.619]➜  		"metadatas/ververica/DeployDeploymentDraftAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeployDeploymentDraftAsync.json",
2025-08-20T19:16:00.6132531Z [00:02:03.619]➜  		"metadatas/ververica/ExecuteSqlStatement.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ExecuteSqlStatement.json",
2025-08-20T19:16:00.6133619Z [00:02:03.619]➜  		"metadatas/ververica/FlinkApiProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/FlinkApiProxy.json",
2025-08-20T19:16:00.6135193Z [00:02:03.619]➜  		"metadatas/ververica/GenerateResourcePlanWithFlinkConfAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GenerateResourcePlanWithFlinkConfAsync.json",
2025-08-20T19:16:00.6136367Z [00:02:03.619]➜  		"metadatas/ververica/GetAppliedScheduledPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetAppliedScheduledPlan.json",
2025-08-20T19:16:00.6137281Z [00:02:03.619]➜  		"metadatas/ververica/GetCatalogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetCatalogs.json",
2025-08-20T19:16:00.6138206Z [00:02:03.619]➜  		"metadatas/ververica/GetDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDatabases.json",
2025-08-20T19:16:00.6139467Z [00:02:03.619]➜  		"metadatas/ververica/GetDeployDeploymentDraftResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDeployDeploymentDraftResult.json",
2025-08-20T19:16:00.6140441Z [00:02:03.619]➜  		"metadatas/ververica/GetDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDeployment.json",
2025-08-20T19:16:00.6141499Z [00:02:03.619]➜  		"metadatas/ververica/GetDeploymentDraft.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDeploymentDraft.json",
2025-08-20T19:16:00.6142776Z [00:02:03.619]➜  		"metadatas/ververica/GetDeploymentDraftLock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDeploymentDraftLock.json",
2025-08-20T19:16:00.6143674Z [00:02:03.619]➜  		"metadatas/ververica/GetEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetEvents.json",
2025-08-20T19:16:00.6144547Z [00:02:03.619]➜  		"metadatas/ververica/GetFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetFolder.json",
2025-08-20T19:16:00.6145819Z [00:02:03.619]➜  		"metadatas/ververica/GetGenerateResourcePlanResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetGenerateResourcePlanResult.json",
2025-08-20T19:16:00.6147023Z [00:02:03.619]➜  		"metadatas/ververica/GetHotUpdateJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetHotUpdateJobResult.json",
2025-08-20T19:16:00.6147856Z [00:02:03.619]➜  		"metadatas/ververica/GetJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetJob.json",
2025-08-20T19:16:00.6148852Z [00:02:03.619]➜  		"metadatas/ververica/GetJobDiagnosis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetJobDiagnosis.json",
2025-08-20T19:16:00.6149930Z [00:02:03.619]➜  		"metadatas/ververica/GetLatestJobStartLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetLatestJobStartLog.json",
2025-08-20T19:16:00.6150868Z [00:02:03.619]➜  		"metadatas/ververica/GetLineageInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetLineageInfo.json",
2025-08-20T19:16:00.6151807Z [00:02:03.619]➜  		"metadatas/ververica/GetMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetMember.json",
2025-08-20T19:16:00.6183124Z [00:02:03.619]➜  		"metadatas/ververica/GetSavepoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetSavepoint.json",
2025-08-20T19:16:00.6184551Z [00:02:03.619]➜  		"metadatas/ververica/GetSessionCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetSessionCluster.json",
2025-08-20T19:16:00.6185697Z [00:02:03.619]➜  		"metadatas/ververica/GetTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetTables.json",
2025-08-20T19:16:00.6186695Z [00:02:03.619]➜  		"metadatas/ververica/GetUdfArtifacts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetUdfArtifacts.json",
2025-08-20T19:16:00.6187790Z [00:02:03.619]➜  		"metadatas/ververica/HotUpdateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/HotUpdateJob.json",
2025-08-20T19:16:00.6188986Z [00:02:03.619]➜  		"metadatas/ververica/ListCustomConnectors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListCustomConnectors.json",
2025-08-20T19:16:00.6190062Z [00:02:03.619]➜  		"metadatas/ververica/ListDeploymentDrafts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListDeploymentDrafts.json",
2025-08-20T19:16:00.6191111Z [00:02:03.619]➜  		"metadatas/ververica/ListDeploymentTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListDeploymentTargets.json",
2025-08-20T19:16:00.6192067Z [00:02:03.619]➜  		"metadatas/ververica/ListDeployments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListDeployments.json",
2025-08-20T19:16:00.6193331Z [00:02:03.619]➜  		"metadatas/ververica/ListEngineVersionMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListEngineVersionMetadata.json",
2025-08-20T19:16:00.6194178Z [00:02:03.619]➜  		"metadatas/ververica/ListJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListJobs.json",
2025-08-20T19:16:00.6195123Z [00:02:03.619]➜  		"metadatas/ververica/ListMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListMembers.json",
2025-08-20T19:16:00.6196058Z [00:02:03.619]➜  		"metadatas/ververica/ListSavepoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListSavepoints.json",
2025-08-20T19:16:00.6197037Z [00:02:03.619]➜  		"metadatas/ververica/ListScheduledPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListScheduledPlan.json",
2025-08-20T19:16:00.6198295Z [00:02:03.619]➜  		"metadatas/ververica/ListScheduledPlanExecutedHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListScheduledPlanExecutedHistory.json",
2025-08-20T19:16:00.6199324Z [00:02:03.619]➜  		"metadatas/ververica/ListSessionClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListSessionClusters.json",
2025-08-20T19:16:00.6200362Z [00:02:03.619]➜  		"metadatas/ververica/ListVariables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListVariables.json",
2025-08-20T19:16:00.6201448Z [00:02:03.619]➜  		"metadatas/ververica/RegisterCustomConnector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/RegisterCustomConnector.json",
2025-08-20T19:16:00.6202563Z [00:02:03.619]➜  		"metadatas/ververica/RegisterUdfFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/RegisterUdfFunction.json",
2025-08-20T19:16:00.6203512Z [00:02:03.619]➜  		"metadatas/ververica/StartJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StartJob.json",
2025-08-20T19:16:00.6204614Z [00:02:03.619]➜  		"metadatas/ververica/StartJobWithParams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StartJobWithParams.json",
2025-08-20T19:16:00.6205788Z [00:02:03.619]➜  		"metadatas/ververica/StartSessionCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StartSessionCluster.json",
2025-08-20T19:16:00.6206924Z [00:02:03.619]➜  		"metadatas/ververica/StopApplyScheduledPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StopApplyScheduledPlan.json",
2025-08-20T19:16:00.6207769Z [00:02:03.619]➜  		"metadatas/ververica/StopJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StopJob.json",
2025-08-20T19:16:00.6208819Z [00:02:03.619]➜  		"metadatas/ververica/StopSessionCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StopSessionCluster.json",
2025-08-20T19:16:00.6209822Z [00:02:03.619]➜  		"metadatas/ververica/UpdateDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateDeployment.json",
2025-08-20T19:16:00.6211029Z [00:02:03.619]➜  		"metadatas/ververica/UpdateDeploymentDraft.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateDeploymentDraft.json",
2025-08-20T19:16:00.6212232Z [00:02:03.619]➜  		"metadatas/ververica/UpdateDeploymentTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateDeploymentTarget.json",
2025-08-20T19:16:00.6213357Z [00:02:03.619]➜  		"metadatas/ververica/UpdateFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateFolder.json",
2025-08-20T19:16:00.6214283Z [00:02:03.619]➜  		"metadatas/ververica/UpdateMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateMember.json",
2025-08-20T19:16:00.6215361Z [00:02:03.619]➜  		"metadatas/ververica/UpdateScheduledPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateScheduledPlan.json",
2025-08-20T19:16:00.6216433Z [00:02:03.619]➜  		"metadatas/ververica/UpdateSessionCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateSessionCluster.json",
2025-08-20T19:16:00.6217569Z [00:02:03.619]➜  		"metadatas/ververica/UpdateUdfArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateUdfArtifact.json",
2025-08-20T19:16:00.6218558Z [00:02:03.619]➜  		"metadatas/ververica/UpdateVariable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateVariable.json",
2025-08-20T19:16:00.6219655Z [00:02:03.619]➜  		"metadatas/ververica/ValidateSqlStatement.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ValidateSqlStatement.json",
2025-08-20T19:16:00.6220515Z [00:02:03.619]➜  		"metadatas/vod/AddAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddAITemplate.json",
2025-08-20T19:16:00.6221377Z [00:02:03.619]➜  		"metadatas/vod/AddCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddCategory.json",
2025-08-20T19:16:00.6222579Z [00:02:03.619]➜  		"metadatas/vod/AddEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddEditingProject.json",
2025-08-20T19:16:00.6224033Z [00:02:03.619]➜  		"metadatas/vod/AddEditingProjectMaterials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddEditingProjectMaterials.json",
2025-08-20T19:16:00.6225352Z [00:02:03.619]➜  		"metadatas/vod/AddTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddTranscodeTemplateGroup.json",
2025-08-20T19:16:00.6226210Z [00:02:03.619]➜  		"metadatas/vod/AddVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddVodDomain.json",
2025-08-20T19:16:00.6227157Z [00:02:03.619]➜  		"metadatas/vod/AddVodStorageForApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddVodStorageForApp.json",
2025-08-20T19:16:00.6228018Z [00:02:03.619]➜  		"metadatas/vod/AddVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddVodTemplate.json",
2025-08-20T19:16:00.6228965Z [00:02:03.619]➜  		"metadatas/vod/AddWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddWatermark.json",
2025-08-20T19:16:00.6230067Z [00:02:03.619]➜  		"metadatas/vod/AttachAppPolicyToIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AttachAppPolicyToIdentity.json",
2025-08-20T19:16:00.6231017Z [00:02:03.619]➜  		"metadatas/vod/BatchGetMediaInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/BatchGetMediaInfos.json",
2025-08-20T19:16:00.6232025Z [00:02:03.619]➜  		"metadatas/vod/BatchSetVodDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/BatchSetVodDomainConfigs.json",
2025-08-20T19:16:00.6233067Z [00:02:03.619]➜  		"metadatas/vod/BatchStartVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/BatchStartVodDomain.json",
2025-08-20T19:16:00.6234088Z [00:02:03.619]➜  		"metadatas/vod/BatchStopVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/BatchStopVodDomain.json",
2025-08-20T19:16:00.6235164Z [00:02:03.619]➜  		"metadatas/vod/CancelUrlUploadJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CancelUrlUploadJobs.json",
2025-08-20T19:16:00.6236184Z [00:02:03.619]➜  		"metadatas/vod/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ChangeResourceGroup.json",
2025-08-20T19:16:00.6237270Z [00:02:03.619]➜  		"metadatas/vod/CreateAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateAppInfo.json",
2025-08-20T19:16:00.6238338Z [00:02:03.619]➜  		"metadatas/vod/CreateAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateAudit.json",
2025-08-20T19:16:00.6239426Z [00:02:03.619]➜  		"metadatas/vod/CreateUploadAttachedMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateUploadAttachedMedia.json",
2025-08-20T19:16:00.6240354Z [00:02:03.619]➜  		"metadatas/vod/CreateUploadImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateUploadImage.json",
2025-08-20T19:16:00.6241269Z [00:02:03.619]➜  		"metadatas/vod/CreateUploadVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateUploadVideo.json",
2025-08-20T19:16:00.6242211Z [00:02:03.619]➜  		"metadatas/vod/DecryptKMSDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DecryptKMSDataKey.json",
2025-08-20T19:16:00.6243410Z [00:02:03.619]➜  		"metadatas/vod/DeleteAIImageInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteAIImageInfos.json",
2025-08-20T19:16:00.6244357Z [00:02:03.619]➜  		"metadatas/vod/DeleteAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteAITemplate.json",
2025-08-20T19:16:00.6245273Z [00:02:03.619]➜  		"metadatas/vod/DeleteAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteAppInfo.json",
2025-08-20T19:16:00.6246475Z [00:02:03.619]➜  		"metadatas/vod/DeleteAttachedMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteAttachedMedia.json",
2025-08-20T19:16:00.6247725Z [00:02:03.619]➜  		"metadatas/vod/DeleteCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteCategory.json",
2025-08-20T19:16:00.6248672Z [00:02:03.619]➜  		"metadatas/vod/DeleteDynamicImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteDynamicImage.json",
2025-08-20T19:16:00.6249671Z [00:02:03.619]➜  		"metadatas/vod/DeleteEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteEditingProject.json",
2025-08-20T19:16:00.6250825Z [00:02:03.619]➜  		"metadatas/vod/DeleteEditingProjectMaterials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteEditingProjectMaterials.json",
2025-08-20T19:16:00.6282820Z [00:02:03.619]➜  		"metadatas/vod/DeleteImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteImage.json",
2025-08-20T19:16:00.6284330Z [00:02:03.619]➜  		"metadatas/vod/DeleteMessageCallback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteMessageCallback.json",
2025-08-20T19:16:00.6285302Z [00:02:03.619]➜  		"metadatas/vod/DeleteMezzanines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteMezzanines.json",
2025-08-20T19:16:00.6286330Z [00:02:03.619]➜  		"metadatas/vod/DeleteMultipartUpload.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteMultipartUpload.json",
2025-08-20T19:16:00.6287192Z [00:02:03.619]➜  		"metadatas/vod/DeleteStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteStream.json",
2025-08-20T19:16:00.6288363Z [00:02:03.619]➜  		"metadatas/vod/DeleteTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteTranscodeTemplateGroup.json",
2025-08-20T19:16:00.6289324Z [00:02:03.619]➜  		"metadatas/vod/DeleteVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteVideo.json",
2025-08-20T19:16:00.6290310Z [00:02:03.619]➜  		"metadatas/vod/DeleteVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteVodDomain.json",
2025-08-20T19:16:00.6291224Z [00:02:03.619]➜  		"metadatas/vod/DeleteVodSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteVodSpecificConfig.json",
2025-08-20T19:16:00.6292003Z [00:02:03.619]➜  		"metadatas/vod/DeleteVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteVodTemplate.json",
2025-08-20T19:16:00.6293037Z [00:02:03.619]➜  		"metadatas/vod/DeleteWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteWatermark.json",
2025-08-20T19:16:00.6294057Z [00:02:03.619]➜  		"metadatas/vod/DescribeMediaDistribution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeMediaDistribution.json",
2025-08-20T19:16:00.6295012Z [00:02:03.619]➜  		"metadatas/vod/DescribePlayTopVideos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribePlayTopVideos.json",
2025-08-20T19:16:00.6295918Z [00:02:03.619]➜  		"metadatas/vod/DescribePlayUserAvg.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribePlayUserAvg.json",
2025-08-20T19:16:00.6296873Z [00:02:03.619]➜  		"metadatas/vod/DescribePlayUserTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribePlayUserTotal.json",
2025-08-20T19:16:00.6297851Z [00:02:03.619]➜  		"metadatas/vod/DescribePlayVideoStatis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribePlayVideoStatis.json",
2025-08-20T19:16:00.6298696Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodAIData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodAIData.json",
2025-08-20T19:16:00.6299735Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodCertificateList.json",
2025-08-20T19:16:00.6300763Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainBpsData.json",
2025-08-20T19:16:00.6301997Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainBpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainBpsDataByLayer.json",
2025-08-20T19:16:00.6303268Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainCertificateInfo.json",
2025-08-20T19:16:00.6304225Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainConfigs.json",
2025-08-20T19:16:00.6305227Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainDetail.json",
2025-08-20T19:16:00.6306525Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainHitRateData.json",
2025-08-20T19:16:00.6307525Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainLog.json",
2025-08-20T19:16:00.6308853Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainMax95BpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainMax95BpsData.json",
2025-08-20T19:16:00.6309944Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainQpsData.json",
2025-08-20T19:16:00.6311209Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeBpsData.json",
2025-08-20T19:16:00.6313044Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainRealTimeByteHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeByteHitRateData.json",
2025-08-20T19:16:00.6314401Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainRealTimeDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeDetailData.json",
2025-08-20T19:16:00.6315742Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainRealTimeHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeHttpCodeData.json",
2025-08-20T19:16:00.6316972Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainRealTimeQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeQpsData.json",
2025-08-20T19:16:00.6318360Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainRealTimeReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeReqHitRateData.json",
2025-08-20T19:16:00.6319641Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainRealTimeTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeTrafficData.json",
2025-08-20T19:16:00.6320873Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainReqHitRateData.json",
2025-08-20T19:16:00.6322014Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainSrcBpsData.json",
2025-08-20T19:16:00.6323366Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainSrcTrafficData.json",
2025-08-20T19:16:00.6324506Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainTrafficData.json",
2025-08-20T19:16:00.6325645Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodDomainUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainUsageData.json",
2025-08-20T19:16:00.6326911Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodEditingUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodEditingUsageData.json",
2025-08-20T19:16:00.6328013Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodMediaPlayData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodMediaPlayData.json",
2025-08-20T19:16:00.6329132Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodPlayerCollectData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodPlayerCollectData.json",
2025-08-20T19:16:00.6330341Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodPlayerDimensionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodPlayerDimensionData.json",
2025-08-20T19:16:00.6331690Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodPlayerMetricData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodPlayerMetricData.json",
2025-08-20T19:16:00.6333324Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodRangeDataByLocateAndIspService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodRangeDataByLocateAndIspService.json",
2025-08-20T19:16:00.6334428Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodRefreshQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodRefreshQuota.json",
2025-08-20T19:16:00.6335480Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodRefreshTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodRefreshTasks.json",
2025-08-20T19:16:00.6336657Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodSSLCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodSSLCertificateList.json",
2025-08-20T19:16:00.6337815Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodStorageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodStorageData.json",
2025-08-20T19:16:00.6339092Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodTieringStorageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodTieringStorageData.json",
2025-08-20T19:16:00.6340466Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodTieringStorageRetrievalData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodTieringStorageRetrievalData.json",
2025-08-20T19:16:00.6341542Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodTranscodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodTranscodeData.json",
2025-08-20T19:16:00.6342774Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodUserDomains.json",
2025-08-20T19:16:00.6343883Z [00:02:03.619]➜  		"metadatas/vod/DescribeVodVerifyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodVerifyContent.json",
2025-08-20T19:16:00.6345062Z [00:02:03.619]➜  		"metadatas/vod/DetachAppPolicyFromIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DetachAppPolicyFromIdentity.json",
2025-08-20T19:16:00.6346169Z [00:02:03.619]➜  		"metadatas/vod/GenerateDownloadSecretKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GenerateDownloadSecretKey.json",
2025-08-20T19:16:00.6347135Z [00:02:03.619]➜  		"metadatas/vod/GenerateKMSDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GenerateKMSDataKey.json",
2025-08-20T19:16:00.6348029Z [00:02:03.619]➜  		"metadatas/vod/GetAIImageJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAIImageJobs.json",
2025-08-20T19:16:00.6349023Z [00:02:03.619]➜  		"metadatas/vod/GetAIMediaAuditJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAIMediaAuditJob.json",
2025-08-20T19:16:00.6349917Z [00:02:03.619]➜  		"metadatas/vod/GetAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAITemplate.json",
2025-08-20T19:16:00.6351087Z [00:02:03.619]➜  		"metadatas/vod/GetAIVideoTagResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAIVideoTagResult.json",
2025-08-20T19:16:00.6351944Z [00:02:03.619]➜  		"metadatas/vod/GetAppInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAppInfos.json",
2025-08-20T19:16:00.6353208Z [00:02:03.619]➜  		"metadatas/vod/GetAttachedMediaInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAttachedMediaInfo.json",
2025-08-20T19:16:00.6354136Z [00:02:03.619]➜  		"metadatas/vod/GetAuditHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAuditHistory.json",
2025-08-20T19:16:00.6355028Z [00:02:03.619]➜  		"metadatas/vod/GetCategories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetCategories.json",
2025-08-20T19:16:00.6356245Z [00:02:03.620]➜  		"metadatas/vod/GetDailyPlayRegionStatis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetDailyPlayRegionStatis.json",
2025-08-20T19:16:00.6357274Z [00:02:03.620]➜  		"metadatas/vod/GetDefaultAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetDefaultAITemplate.json",
2025-08-20T19:16:00.6358485Z [00:02:03.620]➜  		"metadatas/vod/GetDigitalWatermarkExtractResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetDigitalWatermarkExtractResult.json",
2025-08-20T19:16:00.6359379Z [00:02:03.620]➜  		"metadatas/vod/GetEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetEditingProject.json",
2025-08-20T19:16:00.6360529Z [00:02:03.620]➜  		"metadatas/vod/GetEditingProjectMaterials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetEditingProjectMaterials.json",
2025-08-20T19:16:00.6361525Z [00:02:03.620]➜  		"metadatas/vod/GetImageInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetImageInfo.json",
2025-08-20T19:16:00.6362658Z [00:02:03.620]➜  		"metadatas/vod/GetImageInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetImageInfos.json",
2025-08-20T19:16:00.6363551Z [00:02:03.620]➜  		"metadatas/vod/GetJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetJobDetail.json",
2025-08-20T19:16:00.6364780Z [00:02:03.620]➜  		"metadatas/vod/GetMediaAuditAudioResultDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaAuditAudioResultDetail.json",
2025-08-20T19:16:00.6365769Z [00:02:03.620]➜  		"metadatas/vod/GetMediaAuditResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaAuditResult.json",
2025-08-20T19:16:00.6366872Z [00:02:03.620]➜  		"metadatas/vod/GetMediaAuditResultDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaAuditResultDetail.json",
2025-08-20T19:16:00.6368022Z [00:02:03.620]➜  		"metadatas/vod/GetMediaAuditResultTimeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaAuditResultTimeline.json",
2025-08-20T19:16:00.6368960Z [00:02:03.620]➜  		"metadatas/vod/GetMediaDNAResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaDNAResult.json",
2025-08-20T19:16:00.6369914Z [00:02:03.620]➜  		"metadatas/vod/GetMediaRefreshJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaRefreshJobs.json",
2025-08-20T19:16:00.6370877Z [00:02:03.620]➜  		"metadatas/vod/GetMessageCallback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMessageCallback.json",
2025-08-20T19:16:00.6371790Z [00:02:03.620]➜  		"metadatas/vod/GetMezzanineInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMezzanineInfo.json",
2025-08-20T19:16:00.6372796Z [00:02:03.620]➜  		"metadatas/vod/GetPlayInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetPlayInfo.json",
2025-08-20T19:16:00.6373868Z [00:02:03.620]➜  		"metadatas/vod/GetTranscodeSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetTranscodeSummary.json",
2025-08-20T19:16:00.6374902Z [00:02:03.620]➜  		"metadatas/vod/GetTranscodeTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetTranscodeTask.json",
2025-08-20T19:16:00.6375990Z [00:02:03.620]➜  		"metadatas/vod/GetTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetTranscodeTemplateGroup.json",
2025-08-20T19:16:00.6376898Z [00:02:03.620]➜  		"metadatas/vod/GetURLUploadInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetURLUploadInfos.json",
2025-08-20T19:16:00.6377812Z [00:02:03.620]➜  		"metadatas/vod/GetUploadDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetUploadDetails.json",
2025-08-20T19:16:00.6378819Z [00:02:03.620]➜  		"metadatas/vod/GetVideoInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVideoInfo.json",
2025-08-20T19:16:00.6379686Z [00:02:03.620]➜  		"metadatas/vod/GetVideoInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVideoInfos.json",
2025-08-20T19:16:00.6380531Z [00:02:03.620]➜  		"metadatas/vod/GetVideoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVideoList.json",
2025-08-20T19:16:00.6381437Z [00:02:03.620]➜  		"metadatas/vod/GetVideoPlayAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVideoPlayAuth.json",
2025-08-20T19:16:00.6382310Z [00:02:03.620]➜  		"metadatas/vod/GetVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVodTemplate.json",
2025-08-20T19:16:00.6413710Z [00:02:03.620]➜  		"metadatas/vod/GetWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetWatermark.json",
2025-08-20T19:16:00.6414845Z [00:02:03.620]➜  		"metadatas/vod/ListAIImageInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAIImageInfo.json",
2025-08-20T19:16:00.6415773Z [00:02:03.620]➜  		"metadatas/vod/ListAIJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAIJob.json",
2025-08-20T19:16:00.6416675Z [00:02:03.620]➜  		"metadatas/vod/ListAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAITemplate.json",
2025-08-20T19:16:00.6417524Z [00:02:03.620]➜  		"metadatas/vod/ListAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAppInfo.json",
2025-08-20T19:16:00.6418651Z [00:02:03.620]➜  		"metadatas/vod/ListAppPoliciesForIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAppPoliciesForIdentity.json",
2025-08-20T19:16:00.6419623Z [00:02:03.620]➜  		"metadatas/vod/ListAuditSecurityIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAuditSecurityIp.json",
2025-08-20T19:16:00.6420574Z [00:02:03.620]➜  		"metadatas/vod/ListDynamicImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListDynamicImage.json",
2025-08-20T19:16:00.6421443Z [00:02:03.620]➜  		"metadatas/vod/ListJobInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListJobInfo.json",
2025-08-20T19:16:00.6422595Z [00:02:03.620]➜  		"metadatas/vod/ListLiveRecordVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListLiveRecordVideo.json",
2025-08-20T19:16:00.6423469Z [00:02:03.620]➜  		"metadatas/vod/ListSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListSnapshots.json",
2025-08-20T19:16:00.6424402Z [00:02:03.620]➜  		"metadatas/vod/ListTranscodeTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListTranscodeTask.json",
2025-08-20T19:16:00.6425511Z [00:02:03.620]➜  		"metadatas/vod/ListTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListTranscodeTemplateGroup.json",
2025-08-20T19:16:00.6426422Z [00:02:03.620]➜  		"metadatas/vod/ListVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListVodTemplate.json",
2025-08-20T19:16:00.6427379Z [00:02:03.620]➜  		"metadatas/vod/ListWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListWatermark.json",
2025-08-20T19:16:00.6428305Z [00:02:03.620]➜  		"metadatas/vod/MoveAppResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/MoveAppResource.json",
2025-08-20T19:16:00.6429391Z [00:02:03.620]➜  		"metadatas/vod/PreloadVodObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/PreloadVodObjectCaches.json",
2025-08-20T19:16:00.6430529Z [00:02:03.620]➜  		"metadatas/vod/ProduceEditingProjectVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ProduceEditingProjectVideo.json",
2025-08-20T19:16:00.6431542Z [00:02:03.620]➜  		"metadatas/vod/RefreshMediaPlayUrls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RefreshMediaPlayUrls.json",
2025-08-20T19:16:00.6432805Z [00:02:03.620]➜  		"metadatas/vod/RefreshUploadVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RefreshUploadVideo.json",
2025-08-20T19:16:00.6433877Z [00:02:03.620]➜  		"metadatas/vod/RefreshVodObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RefreshVodObjectCaches.json",
2025-08-20T19:16:00.6434743Z [00:02:03.620]➜  		"metadatas/vod/RegisterMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RegisterMedia.json",
2025-08-20T19:16:00.6435592Z [00:02:03.620]➜  		"metadatas/vod/RestoreMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RestoreMedia.json",
2025-08-20T19:16:00.6436580Z [00:02:03.620]➜  		"metadatas/vod/SearchEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SearchEditingProject.json",
2025-08-20T19:16:00.6437515Z [00:02:03.620]➜  		"metadatas/vod/SearchMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SearchMedia.json",
2025-08-20T19:16:00.6438573Z [00:02:03.620]➜  		"metadatas/vod/SetAuditSecurityIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetAuditSecurityIp.json",
2025-08-20T19:16:00.6439608Z [00:02:03.620]➜  		"metadatas/vod/SetCrossdomainContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetCrossdomainContent.json",
2025-08-20T19:16:00.6440592Z [00:02:03.620]➜  		"metadatas/vod/SetDefaultAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetDefaultAITemplate.json",
2025-08-20T19:16:00.6441827Z [00:02:03.620]➜  		"metadatas/vod/SetDefaultTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetDefaultTranscodeTemplateGroup.json",
2025-08-20T19:16:00.6442955Z [00:02:03.620]➜  		"metadatas/vod/SetDefaultWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetDefaultWatermark.json",
2025-08-20T19:16:00.6444090Z [00:02:03.620]➜  		"metadatas/vod/SetEditingProjectMaterials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetEditingProjectMaterials.json",
2025-08-20T19:16:00.6445042Z [00:02:03.620]➜  		"metadatas/vod/SetMessageCallback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetMessageCallback.json",
2025-08-20T19:16:00.6446096Z [00:02:03.620]➜  		"metadatas/vod/SetVodDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetVodDomainCertificate.json",
2025-08-20T19:16:00.6447204Z [00:02:03.620]➜  		"metadatas/vod/SetVodDomainSSLCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetVodDomainSSLCertificate.json",
2025-08-20T19:16:00.6448157Z [00:02:03.620]➜  		"metadatas/vod/SubmitAIImageAuditJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitAIImageAuditJob.json",
2025-08-20T19:16:00.6449054Z [00:02:03.620]➜  		"metadatas/vod/SubmitAIImageJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitAIImageJob.json",
2025-08-20T19:16:00.6449914Z [00:02:03.620]➜  		"metadatas/vod/SubmitAIJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitAIJob.json",
2025-08-20T19:16:00.6451087Z [00:02:03.620]➜  		"metadatas/vod/SubmitAIMediaAuditJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitAIMediaAuditJob.json",
2025-08-20T19:16:00.6452316Z [00:02:03.620]➜  		"metadatas/vod/SubmitDigitalWatermarkExtractJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitDigitalWatermarkExtractJob.json",
2025-08-20T19:16:00.6453548Z [00:02:03.620]➜  		"metadatas/vod/SubmitDynamicImageJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitDynamicImageJob.json",
2025-08-20T19:16:00.6454615Z [00:02:03.620]➜  		"metadatas/vod/SubmitMediaDNADeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitMediaDNADeleteJob.json",
2025-08-20T19:16:00.6455794Z [00:02:03.620]➜  		"metadatas/vod/SubmitPreprocessJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitPreprocessJobs.json",
2025-08-20T19:16:00.6456753Z [00:02:03.620]➜  		"metadatas/vod/SubmitSnapshotJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitSnapshotJob.json",
2025-08-20T19:16:00.6457736Z [00:02:03.620]➜  		"metadatas/vod/SubmitTranscodeJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitTranscodeJobs.json",
2025-08-20T19:16:00.6458630Z [00:02:03.620]➜  		"metadatas/vod/SubmitWorkflowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitWorkflowJob.json",
2025-08-20T19:16:00.6459574Z [00:02:03.620]➜  		"metadatas/vod/UpdateAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateAITemplate.json",
2025-08-20T19:16:00.6460554Z [00:02:03.620]➜  		"metadatas/vod/UpdateAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateAppInfo.json",
2025-08-20T19:16:00.6461718Z [00:02:03.620]➜  		"metadatas/vod/UpdateAttachedMediaInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateAttachedMediaInfos.json",
2025-08-20T19:16:00.6462822Z [00:02:03.620]➜  		"metadatas/vod/UpdateCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateCategory.json",
2025-08-20T19:16:00.6463849Z [00:02:03.620]➜  		"metadatas/vod/UpdateEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateEditingProject.json",
2025-08-20T19:16:00.6464764Z [00:02:03.620]➜  		"metadatas/vod/UpdateImageInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateImageInfos.json",
2025-08-20T19:16:00.6465859Z [00:02:03.620]➜  		"metadatas/vod/UpdateMediaStorageClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateMediaStorageClass.json",
2025-08-20T19:16:00.6467049Z [00:02:03.620]➜  		"metadatas/vod/UpdateTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateTranscodeTemplateGroup.json",
2025-08-20T19:16:00.6467992Z [00:02:03.620]➜  		"metadatas/vod/UpdateVideoInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateVideoInfo.json",
2025-08-20T19:16:00.6468916Z [00:02:03.620]➜  		"metadatas/vod/UpdateVideoInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateVideoInfos.json",
2025-08-20T19:16:00.6469823Z [00:02:03.620]➜  		"metadatas/vod/UpdateVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateVodDomain.json",
2025-08-20T19:16:00.6470776Z [00:02:03.620]➜  		"metadatas/vod/UpdateVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateVodTemplate.json",
2025-08-20T19:16:00.6471668Z [00:02:03.620]➜  		"metadatas/vod/UpdateWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateWatermark.json",
2025-08-20T19:16:00.6502997Z [00:02:03.620]➜  		"metadatas/vod/UploadMediaByURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UploadMediaByURL.json",
2025-08-20T19:16:00.6504310Z [00:02:03.620]➜  		"metadatas/vod/UploadStreamByURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UploadStreamByURL.json",
2025-08-20T19:16:00.6505361Z [00:02:03.620]➜  		"metadatas/vod/VerifyVodDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/VerifyVodDomainOwner.json",
2025-08-20T19:16:00.6506448Z [00:02:03.620]➜  		"metadatas/vpc/ActivateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ActivateRouterInterface.json",
2025-08-20T19:16:00.6507339Z [00:02:03.620]➜  		"metadatas/vpc/ActiveFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ActiveFlowLog.json",
2025-08-20T19:16:00.6508206Z [00:02:03.620]➜  		"metadatas/vpc/AddBgpNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddBgpNetwork.json",
2025-08-20T19:16:00.6509479Z [00:02:03.620]➜  		"metadatas/vpc/AddCommonBandwidthPackageIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddCommonBandwidthPackageIp.json",
2025-08-20T19:16:00.6510661Z [00:02:03.620]➜  		"metadatas/vpc/AddCommonBandwidthPackageIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddCommonBandwidthPackageIps.json",
2025-08-20T19:16:00.6511886Z [00:02:03.620]➜  		"metadatas/vpc/AddGlobalAccelerationInstanceIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddGlobalAccelerationInstanceIp.json",
2025-08-20T19:16:00.6513292Z [00:02:03.620]➜  		"metadatas/vpc/AddIPv6TranslatorAclListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddIPv6TranslatorAclListEntry.json",
2025-08-20T19:16:00.6514528Z [00:02:03.620]➜  		"metadatas/vpc/AddPublicIpAddressPoolCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddPublicIpAddressPoolCidrBlock.json",
2025-08-20T19:16:00.6515989Z [00:02:03.620]➜  		"metadatas/vpc/AddSourcesToTrafficMirrorSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddSourcesToTrafficMirrorSession.json",
2025-08-20T19:16:00.6516983Z [00:02:03.620]➜  		"metadatas/vpc/AllocateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateEipAddress.json",
2025-08-20T19:16:00.6518010Z [00:02:03.620]➜  		"metadatas/vpc/AllocateEipAddressPro.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateEipAddressPro.json",
2025-08-20T19:16:00.6519101Z [00:02:03.620]➜  		"metadatas/vpc/AllocateEipSegmentAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateEipSegmentAddress.json",
2025-08-20T19:16:00.6520079Z [00:02:03.620]➜  		"metadatas/vpc/AllocateIpv6Address.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateIpv6Address.json",
2025-08-20T19:16:00.6521258Z [00:02:03.620]➜  		"metadatas/vpc/AllocateIpv6InternetBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateIpv6InternetBandwidth.json",
2025-08-20T19:16:00.6522245Z [00:02:03.620]➜  		"metadatas/vpc/AllocateVpcIpv6Cidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateVpcIpv6Cidr.json",
2025-08-20T19:16:00.6523681Z [00:02:03.620]➜  		"metadatas/vpc/ApplyPhysicalConnectionLOA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ApplyPhysicalConnectionLOA.json",
2025-08-20T19:16:00.6524669Z [00:02:03.620]➜  		"metadatas/vpc/AssociateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateEipAddress.json",
2025-08-20T19:16:00.6525748Z [00:02:03.620]➜  		"metadatas/vpc/AssociateEipAddressBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateEipAddressBatch.json",
2025-08-20T19:16:00.6526635Z [00:02:03.620]➜  		"metadatas/vpc/AssociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateHaVip.json",
2025-08-20T19:16:00.6527737Z [00:02:03.620]➜  		"metadatas/vpc/AssociateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateNetworkAcl.json",
2025-08-20T19:16:00.6529336Z [00:02:03.620]➜  		"metadatas/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json",
2025-08-20T19:16:00.6530358Z [00:02:03.620]➜  		"metadatas/vpc/AssociateRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateRouteTable.json",
2025-08-20T19:16:00.6531602Z [00:02:03.620]➜  		"metadatas/vpc/AssociateRouteTableWithGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateRouteTableWithGateway.json",
2025-08-20T19:16:00.6533289Z [00:02:03.620]➜  		"metadatas/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json",
2025-08-20T19:16:00.6534480Z [00:02:03.620]➜  		"metadatas/vpc/AssociateVpcCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateVpcCidrBlock.json",
2025-08-20T19:16:00.6535801Z [00:02:03.620]➜  		"metadatas/vpc/AssociateVpnGatewayWithCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateVpnGatewayWithCertificate.json",
2025-08-20T19:16:00.6536906Z [00:02:03.620]➜  		"metadatas/vpc/AttachDhcpOptionsSetToVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AttachDhcpOptionsSetToVpc.json",
2025-08-20T19:16:00.6537852Z [00:02:03.620]➜  		"metadatas/vpc/AttachVbrToVpconn.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AttachVbrToVpconn.json",
2025-08-20T19:16:00.6539235Z [00:02:03.620]➜  		"metadatas/vpc/CancelCommonBandwidthPackageIpBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CancelCommonBandwidthPackageIpBandwidth.json",
2025-08-20T19:16:00.6540329Z [00:02:03.620]➜  		"metadatas/vpc/CancelPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CancelPhysicalConnection.json",
2025-08-20T19:16:00.6541405Z [00:02:03.620]➜  		"metadatas/vpc/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ChangeResourceGroup.json",
2025-08-20T19:16:00.6542881Z [00:02:03.620]➜  		"metadatas/vpc/CheckCanAllocateVpcPrivateIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CheckCanAllocateVpcPrivateIpAddress.json",
2025-08-20T19:16:00.6543851Z [00:02:03.620]➜  		"metadatas/vpc/CheckVpnBgpEnabled.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CheckVpnBgpEnabled.json",
2025-08-20T19:16:00.6545023Z [00:02:03.620]➜  		"metadatas/vpc/CompletePhysicalConnectionLOA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CompletePhysicalConnectionLOA.json",
2025-08-20T19:16:00.6546122Z [00:02:03.620]➜  		"metadatas/vpc/ConfirmPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ConfirmPhysicalConnection.json",
2025-08-20T19:16:00.6547158Z [00:02:03.620]➜  		"metadatas/vpc/ConnectRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ConnectRouterInterface.json",
2025-08-20T19:16:00.6548340Z [00:02:03.620]➜  		"metadatas/vpc/ConvertBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ConvertBandwidthPackage.json",
2025-08-20T19:16:00.6549345Z [00:02:03.620]➜  		"metadatas/vpc/CopyNetworkAclEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CopyNetworkAclEntries.json",
2025-08-20T19:16:00.6550237Z [00:02:03.620]➜  		"metadatas/vpc/CreateBgpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateBgpGroup.json",
2025-08-20T19:16:00.6551104Z [00:02:03.620]➜  		"metadatas/vpc/CreateBgpPeer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateBgpPeer.json",
2025-08-20T19:16:00.6552356Z [00:02:03.620]➜  		"metadatas/vpc/CreateCommonBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateCommonBandwidthPackage.json",
2025-08-20T19:16:00.6553599Z [00:02:03.620]➜  		"metadatas/vpc/CreateCustomerGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateCustomerGateway.json",
2025-08-20T19:16:00.6554603Z [00:02:03.620]➜  		"metadatas/vpc/CreateDefaultVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateDefaultVSwitch.json",
2025-08-20T19:16:00.6555523Z [00:02:03.620]➜  		"metadatas/vpc/CreateDefaultVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateDefaultVpc.json",
2025-08-20T19:16:00.6556510Z [00:02:03.620]➜  		"metadatas/vpc/CreateDhcpOptionsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateDhcpOptionsSet.json",
2025-08-20T19:16:00.6557863Z [00:02:03.620]➜  		"metadatas/vpc/CreateExpressCloudConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateExpressCloudConnection.json",
2025-08-20T19:16:00.6559073Z [00:02:03.620]➜  		"metadatas/vpc/CreateExpressConnectTrafficQos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateExpressConnectTrafficQos.json",
2025-08-20T19:16:00.6560374Z [00:02:03.620]➜  		"metadatas/vpc/CreateExpressConnectTrafficQosQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateExpressConnectTrafficQosQueue.json",
2025-08-20T19:16:00.6562187Z [00:02:03.620]➜  		"metadatas/vpc/CreateExpressConnectTrafficQosRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateExpressConnectTrafficQosRule.json",
2025-08-20T19:16:00.6563400Z [00:02:03.620]➜  		"metadatas/vpc/CreateFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateFailoverTestJob.json",
2025-08-20T19:16:00.6564283Z [00:02:03.620]➜  		"metadatas/vpc/CreateFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateFlowLog.json",
2025-08-20T19:16:00.6565362Z [00:02:03.620]➜  		"metadatas/vpc/CreateForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateForwardEntry.json",
2025-08-20T19:16:00.6566333Z [00:02:03.620]➜  		"metadatas/vpc/CreateFullNatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateFullNatEntry.json",
2025-08-20T19:16:00.6567566Z [00:02:03.620]➜  		"metadatas/vpc/CreateGlobalAccelerationInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateGlobalAccelerationInstance.json",
2025-08-20T19:16:00.6568402Z [00:02:03.620]➜  		"metadatas/vpc/CreateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateHaVip.json",
2025-08-20T19:16:00.6569721Z [00:02:03.620]➜  		"metadatas/vpc/CreateHighReliablePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateHighReliablePhysicalConnection.json",
2025-08-20T19:16:00.6570730Z [00:02:03.620]➜  		"metadatas/vpc/CreateIPv6Translator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIPv6Translator.json",
2025-08-20T19:16:00.6571988Z [00:02:03.620]➜  		"metadatas/vpc/CreateIPv6TranslatorAclList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIPv6TranslatorAclList.json",
2025-08-20T19:16:00.6573245Z [00:02:03.620]➜  		"metadatas/vpc/CreateIPv6TranslatorEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIPv6TranslatorEntry.json",
2025-08-20T19:16:00.6574205Z [00:02:03.620]➜  		"metadatas/vpc/CreateIpsecServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIpsecServer.json",
2025-08-20T19:16:00.6575142Z [00:02:03.620]➜  		"metadatas/vpc/CreateIpv4Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIpv4Gateway.json",
2025-08-20T19:16:00.6576216Z [00:02:03.620]➜  		"metadatas/vpc/CreateIpv6EgressOnlyRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIpv6EgressOnlyRule.json",
2025-08-20T19:16:00.6577268Z [00:02:03.620]➜  		"metadatas/vpc/CreateIpv6Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIpv6Gateway.json",
2025-08-20T19:16:00.6578173Z [00:02:03.620]➜  		"metadatas/vpc/CreateNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateNatGateway.json",
2025-08-20T19:16:00.6579041Z [00:02:03.620]➜  		"metadatas/vpc/CreateNatIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateNatIp.json",
2025-08-20T19:16:00.6579947Z [00:02:03.620]➜  		"metadatas/vpc/CreateNatIpCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateNatIpCidr.json",
2025-08-20T19:16:00.6580876Z [00:02:03.620]➜  		"metadatas/vpc/CreateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateNetworkAcl.json",
2025-08-20T19:16:00.6582049Z [00:02:03.620]➜  		"metadatas/vpc/CreatePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreatePhysicalConnection.json",
2025-08-20T19:16:00.6583589Z [00:02:03.620]➜  		"metadatas/vpc/CreatePhysicalConnectionOccupancyOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreatePhysicalConnectionOccupancyOrder.json",
2025-08-20T19:16:00.6584878Z [00:02:03.620]➜  		"metadatas/vpc/CreatePhysicalConnectionSetupOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreatePhysicalConnectionSetupOrder.json",
2025-08-20T19:16:00.6585969Z [00:02:03.620]➜  		"metadatas/vpc/CreatePublicIpAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreatePublicIpAddressPool.json",
2025-08-20T19:16:00.6586923Z [00:02:03.620]➜  		"metadatas/vpc/CreateRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateRouteEntries.json",
2025-08-20T19:16:00.6587838Z [00:02:03.620]➜  		"metadatas/vpc/CreateRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateRouteEntry.json",
2025-08-20T19:16:00.6588853Z [00:02:03.620]➜  		"metadatas/vpc/CreateRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateRouteTable.json",
2025-08-20T19:16:00.6589899Z [00:02:03.620]➜  		"metadatas/vpc/CreateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateRouterInterface.json",
2025-08-20T19:16:00.6590816Z [00:02:03.620]➜  		"metadatas/vpc/CreateSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateSnatEntry.json",
2025-08-20T19:16:00.6591847Z [00:02:03.620]➜  		"metadatas/vpc/CreateSslVpnClientCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateSslVpnClientCert.json",
2025-08-20T19:16:00.6623190Z [00:02:03.620]➜  		"metadatas/vpc/CreateSslVpnServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateSslVpnServer.json",
2025-08-20T19:16:00.6624464Z [00:02:03.620]➜  		"metadatas/vpc/CreateTrafficMirrorFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateTrafficMirrorFilter.json",
2025-08-20T19:16:00.6625721Z [00:02:03.620]➜  		"metadatas/vpc/CreateTrafficMirrorFilterRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateTrafficMirrorFilterRules.json",
2025-08-20T19:16:00.6627026Z [00:02:03.620]➜  		"metadatas/vpc/CreateTrafficMirrorSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateTrafficMirrorSession.json",
2025-08-20T19:16:00.6627913Z [00:02:03.620]➜  		"metadatas/vpc/CreateVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVSwitch.json",
2025-08-20T19:16:00.6629079Z [00:02:03.620]➜  		"metadatas/vpc/CreateVSwitchCidrReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVSwitchCidrReservation.json",
2025-08-20T19:16:00.6629929Z [00:02:03.620]➜  		"metadatas/vpc/CreateVbrHa.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVbrHa.json",
2025-08-20T19:16:00.6631041Z [00:02:03.620]➜  		"metadatas/vpc/CreateVcoRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVcoRouteEntry.json",
2025-08-20T19:16:00.6632159Z [00:02:03.620]➜  		"metadatas/vpc/CreateVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVirtualBorderRouter.json",
2025-08-20T19:16:00.6634177Z [00:02:03.620]➜  		"metadatas/vpc/CreateVirtualPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVirtualPhysicalConnection.json",
2025-08-20T19:16:00.6634874Z [00:02:03.620]➜  		"metadatas/vpc/CreateVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpc.json",
2025-08-20T19:16:00.6635778Z [00:02:03.620]➜  		"metadatas/vpc/CreateVpcGatewayEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpcGatewayEndpoint.json",
2025-08-20T19:16:00.6636876Z [00:02:03.620]➜  		"metadatas/vpc/CreateVpcPrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpcPrefixList.json",
2025-08-20T19:16:00.6637748Z [00:02:03.620]➜  		"metadatas/vpc/CreateVpconnFromVbr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpconnFromVbr.json",
2025-08-20T19:16:00.6638578Z [00:02:03.620]➜  		"metadatas/vpc/CreateVpnAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnAttachment.json",
2025-08-20T19:16:00.6639437Z [00:02:03.620]➜  		"metadatas/vpc/CreateVpnConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnConnection.json",
2025-08-20T19:16:00.6640269Z [00:02:03.621]➜  		"metadatas/vpc/CreateVpnGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnGateway.json",
2025-08-20T19:16:00.6641196Z [00:02:03.621]➜  		"metadatas/vpc/CreateVpnPbrRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnPbrRouteEntry.json",
2025-08-20T19:16:00.6642069Z [00:02:03.621]➜  		"metadatas/vpc/CreateVpnRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnRouteEntry.json",
2025-08-20T19:16:00.6643468Z [00:02:03.621]➜  		"metadatas/vpc/DeactivateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeactivateRouterInterface.json",
2025-08-20T19:16:00.6644276Z [00:02:03.621]➜  		"metadatas/vpc/DeactiveFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeactiveFlowLog.json",
2025-08-20T19:16:00.6645058Z [00:02:03.621]➜  		"metadatas/vpc/DeleteBgpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteBgpGroup.json",
2025-08-20T19:16:00.6645875Z [00:02:03.621]➜  		"metadatas/vpc/DeleteBgpNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteBgpNetwork.json",
2025-08-20T19:16:00.6646702Z [00:02:03.621]➜  		"metadatas/vpc/DeleteBgpPeer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteBgpPeer.json",
2025-08-20T19:16:00.6647898Z [00:02:03.621]➜  		"metadatas/vpc/DeleteCommonBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteCommonBandwidthPackage.json",
2025-08-20T19:16:00.6649121Z [00:02:03.621]➜  		"metadatas/vpc/DeleteCustomerGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteCustomerGateway.json",
2025-08-20T19:16:00.6650141Z [00:02:03.621]➜  		"metadatas/vpc/DeleteDhcpOptionsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteDhcpOptionsSet.json",
2025-08-20T19:16:00.6651362Z [00:02:03.621]➜  		"metadatas/vpc/DeleteExpressConnectTrafficQos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteExpressConnectTrafficQos.json",
2025-08-20T19:16:00.6652884Z [00:02:03.621]➜  		"metadatas/vpc/DeleteExpressConnectTrafficQosQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteExpressConnectTrafficQosQueue.json",
2025-08-20T19:16:00.6654324Z [00:02:03.621]➜  		"metadatas/vpc/DeleteExpressConnectTrafficQosRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteExpressConnectTrafficQosRule.json",
2025-08-20T19:16:00.6655368Z [00:02:03.621]➜  		"metadatas/vpc/DeleteFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteFailoverTestJob.json",
2025-08-20T19:16:00.6656261Z [00:02:03.621]➜  		"metadatas/vpc/DeleteFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteFlowLog.json",
2025-08-20T19:16:00.6657240Z [00:02:03.621]➜  		"metadatas/vpc/DeleteForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteForwardEntry.json",
2025-08-20T19:16:00.6658198Z [00:02:03.621]➜  		"metadatas/vpc/DeleteFullNatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteFullNatEntry.json",
2025-08-20T19:16:00.6659552Z [00:02:03.621]➜  		"metadatas/vpc/DeleteGlobalAccelerationInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteGlobalAccelerationInstance.json",
2025-08-20T19:16:00.6660448Z [00:02:03.621]➜  		"metadatas/vpc/DeleteHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteHaVip.json",
2025-08-20T19:16:00.6661457Z [00:02:03.621]➜  		"metadatas/vpc/DeleteIPv6Translator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIPv6Translator.json",
2025-08-20T19:16:00.6662766Z [00:02:03.621]➜  		"metadatas/vpc/DeleteIPv6TranslatorAclList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIPv6TranslatorAclList.json",
2025-08-20T19:16:00.6663908Z [00:02:03.621]➜  		"metadatas/vpc/DeleteIPv6TranslatorEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIPv6TranslatorEntry.json",
2025-08-20T19:16:00.6664868Z [00:02:03.621]➜  		"metadatas/vpc/DeleteIpsecServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpsecServer.json",
2025-08-20T19:16:00.6665820Z [00:02:03.621]➜  		"metadatas/vpc/DeleteIpv4Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpv4Gateway.json",
2025-08-20T19:16:00.6667033Z [00:02:03.621]➜  		"metadatas/vpc/DeleteIpv6EgressOnlyRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpv6EgressOnlyRule.json",
2025-08-20T19:16:00.6667974Z [00:02:03.621]➜  		"metadatas/vpc/DeleteIpv6Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpv6Gateway.json",
2025-08-20T19:16:00.6669107Z [00:02:03.621]➜  		"metadatas/vpc/DeleteIpv6InternetBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpv6InternetBandwidth.json",
2025-08-20T19:16:00.6670020Z [00:02:03.621]➜  		"metadatas/vpc/DeleteNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteNatGateway.json",
2025-08-20T19:16:00.6670869Z [00:02:03.621]➜  		"metadatas/vpc/DeleteNatIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteNatIp.json",
2025-08-20T19:16:00.6671785Z [00:02:03.621]➜  		"metadatas/vpc/DeleteNatIpCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteNatIpCidr.json",
2025-08-20T19:16:00.6673150Z [00:02:03.621]➜  		"metadatas/vpc/DeleteNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteNetworkAcl.json",
2025-08-20T19:16:00.6674236Z [00:02:03.621]➜  		"metadatas/vpc/DeletePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeletePhysicalConnection.json",
2025-08-20T19:16:00.6675366Z [00:02:03.621]➜  		"metadatas/vpc/DeletePublicIpAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeletePublicIpAddressPool.json",
2025-08-20T19:16:00.6676660Z [00:02:03.621]➜  		"metadatas/vpc/DeletePublicIpAddressPoolCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeletePublicIpAddressPoolCidrBlock.json",
2025-08-20T19:16:00.6677754Z [00:02:03.621]➜  		"metadatas/vpc/DeleteRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteRouteEntries.json",
2025-08-20T19:16:00.6678697Z [00:02:03.621]➜  		"metadatas/vpc/DeleteRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteRouteEntry.json",
2025-08-20T19:16:00.6679599Z [00:02:03.621]➜  		"metadatas/vpc/DeleteRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteRouteTable.json",
2025-08-20T19:16:00.6680635Z [00:02:03.621]➜  		"metadatas/vpc/DeleteRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteRouterInterface.json",
2025-08-20T19:16:00.6681545Z [00:02:03.621]➜  		"metadatas/vpc/DeleteSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteSnatEntry.json",
2025-08-20T19:16:00.6682753Z [00:02:03.621]➜  		"metadatas/vpc/DeleteSslVpnClientCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteSslVpnClientCert.json",
2025-08-20T19:16:00.6683843Z [00:02:03.621]➜  		"metadatas/vpc/DeleteSslVpnServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteSslVpnServer.json",
2025-08-20T19:16:00.6684973Z [00:02:03.621]➜  		"metadatas/vpc/DeleteTrafficMirrorFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteTrafficMirrorFilter.json",
2025-08-20T19:16:00.6686162Z [00:02:03.621]➜  		"metadatas/vpc/DeleteTrafficMirrorFilterRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteTrafficMirrorFilterRules.json",
2025-08-20T19:16:00.6687300Z [00:02:03.621]➜  		"metadatas/vpc/DeleteTrafficMirrorSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteTrafficMirrorSession.json",
2025-08-20T19:16:00.6688213Z [00:02:03.621]➜  		"metadatas/vpc/DeleteVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVSwitch.json",
2025-08-20T19:16:00.6689379Z [00:02:03.621]➜  		"metadatas/vpc/DeleteVSwitchCidrReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVSwitchCidrReservation.json",
2025-08-20T19:16:00.6690324Z [00:02:03.622]➜  		"metadatas/vpc/DeleteVbrHa.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVbrHa.json",
2025-08-20T19:16:00.6691342Z [00:02:03.622]➜  		"metadatas/vpc/DeleteVcoRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVcoRouteEntry.json",
2025-08-20T19:16:00.6692591Z [00:02:03.623]➜  		"metadatas/vpc/DeleteVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVirtualBorderRouter.json",
2025-08-20T19:16:00.6693405Z [00:02:03.623]➜  		"metadatas/vpc/DeleteVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpc.json",
2025-08-20T19:16:00.6694492Z [00:02:03.624]➜  		"metadatas/vpc/DeleteVpcGatewayEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpcGatewayEndpoint.json",
2025-08-20T19:16:00.6695483Z [00:02:03.624]➜  		"metadatas/vpc/DeleteVpcPrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpcPrefixList.json",
2025-08-20T19:16:00.6696575Z [00:02:03.624]➜  		"metadatas/vpc/DeleteVpnAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnAttachment.json",
2025-08-20T19:16:00.6697547Z [00:02:03.624]➜  		"metadatas/vpc/DeleteVpnConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnConnection.json",
2025-08-20T19:16:00.6698465Z [00:02:03.624]➜  		"metadatas/vpc/DeleteVpnGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnGateway.json",
2025-08-20T19:16:00.6699505Z [00:02:03.624]➜  		"metadatas/vpc/DeleteVpnPbrRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnPbrRouteEntry.json",
2025-08-20T19:16:00.6700484Z [00:02:03.624]➜  		"metadatas/vpc/DeleteVpnRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnRouteEntry.json",
2025-08-20T19:16:00.6701542Z [00:02:03.624]➜  		"metadatas/vpc/DeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeletionProtection.json",
2025-08-20T19:16:00.6702624Z [00:02:03.625]➜  		"metadatas/vpc/Describe95Traffic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/Describe95Traffic.json",
2025-08-20T19:16:00.6703630Z [00:02:03.625]➜  		"metadatas/vpc/DescribeAccessPoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeAccessPoints.json",
2025-08-20T19:16:00.6704601Z [00:02:03.625]➜  		"metadatas/vpc/DescribeBgpGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeBgpGroups.json",
2025-08-20T19:16:00.6705595Z [00:02:03.625]➜  		"metadatas/vpc/DescribeBgpNetworks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeBgpNetworks.json",
2025-08-20T19:16:00.6706641Z [00:02:03.625]➜  		"metadatas/vpc/DescribeBgpPeers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeBgpPeers.json",
2025-08-20T19:16:00.6707907Z [00:02:03.625]➜  		"metadatas/vpc/DescribeCommonBandwidthPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeCommonBandwidthPackages.json",
2025-08-20T19:16:00.6708972Z [00:02:03.625]➜  		"metadatas/vpc/DescribeCustomerGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeCustomerGateway.json",
2025-08-20T19:16:00.6710092Z [00:02:03.625]➜  		"metadatas/vpc/DescribeCustomerGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeCustomerGateways.json",
2025-08-20T19:16:00.6711192Z [00:02:03.625]➜  		"metadatas/vpc/DescribeEcGrantRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEcGrantRelation.json",
2025-08-20T19:16:00.6712253Z [00:02:03.625]➜  		"metadatas/vpc/DescribeEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEipAddresses.json",
2025-08-20T19:16:00.6743935Z [00:02:03.625]➜  		"metadatas/vpc/DescribeEipGatewayInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEipGatewayInfo.json",
2025-08-20T19:16:00.6744977Z [00:02:03.625]➜  		"metadatas/vpc/DescribeEipMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEipMonitorData.json",
2025-08-20T19:16:00.6745959Z [00:02:03.625]➜  		"metadatas/vpc/DescribeEipSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEipSegment.json",
2025-08-20T19:16:00.6747199Z [00:02:03.625]➜  		"metadatas/vpc/DescribeExpressConnectTrafficQos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeExpressConnectTrafficQos.json",
2025-08-20T19:16:00.6748602Z [00:02:03.625]➜  		"metadatas/vpc/DescribeExpressConnectTrafficQosQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeExpressConnectTrafficQosQueue.json",
2025-08-20T19:16:00.6750000Z [00:02:03.625]➜  		"metadatas/vpc/DescribeExpressConnectTrafficQosRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeExpressConnectTrafficQosRule.json",
2025-08-20T19:16:00.6751300Z [00:02:03.625]➜  		"metadatas/vpc/DescribeFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeFailoverTestJob.json",
2025-08-20T19:16:00.6752597Z [00:02:03.625]➜  		"metadatas/vpc/DescribeFailoverTestJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeFailoverTestJobs.json",
2025-08-20T19:16:00.6753583Z [00:02:03.625]➜  		"metadatas/vpc/DescribeFlowLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeFlowLogs.json",
2025-08-20T19:16:00.6754731Z [00:02:03.625]➜  		"metadatas/vpc/DescribeForwardTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeForwardTableEntries.json",
2025-08-20T19:16:00.6755993Z [00:02:03.625]➜  		"metadatas/vpc/DescribeGlobalAccelerationInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeGlobalAccelerationInstances.json",
2025-08-20T19:16:00.6757184Z [00:02:03.625]➜  		"metadatas/vpc/DescribeGrantRulesToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeGrantRulesToCen.json",
2025-08-20T19:16:00.6758068Z [00:02:03.625]➜  		"metadatas/vpc/DescribeHaVips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeHaVips.json",
2025-08-20T19:16:00.6759520Z [00:02:03.625]➜  		"metadatas/vpc/DescribeHighDefinitionMonitorLogAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeHighDefinitionMonitorLogAttribute.json",
2025-08-20T19:16:00.6761000Z [00:02:03.625]➜  		"metadatas/vpc/DescribeIPv6TranslatorAclListAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIPv6TranslatorAclListAttributes.json",
2025-08-20T19:16:00.6762622Z [00:02:03.625]➜  		"metadatas/vpc/DescribeIPv6TranslatorAclLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIPv6TranslatorAclLists.json",
2025-08-20T19:16:00.6763933Z [00:02:03.625]➜  		"metadatas/vpc/DescribeIPv6TranslatorEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIPv6TranslatorEntries.json",
2025-08-20T19:16:00.6765068Z [00:02:03.625]➜  		"metadatas/vpc/DescribeIPv6Translators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIPv6Translators.json",
2025-08-20T19:16:00.6766122Z [00:02:03.625]➜  		"metadatas/vpc/DescribeIpv6Addresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIpv6Addresses.json",
2025-08-20T19:16:00.6767284Z [00:02:03.625]➜  		"metadatas/vpc/DescribeIpv6EgressOnlyRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIpv6EgressOnlyRules.json",
2025-08-20T19:16:00.6768470Z [00:02:03.625]➜  		"metadatas/vpc/DescribeIpv6GatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIpv6GatewayAttribute.json",
2025-08-20T19:16:00.6769660Z [00:02:03.625]➜  		"metadatas/vpc/DescribeIpv6Gateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIpv6Gateways.json",
2025-08-20T19:16:00.6771206Z [00:02:03.625]➜  		"metadatas/vpc/DescribeNatGatewayAssociateNetworkInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeNatGatewayAssociateNetworkInterfaces.json",
2025-08-20T19:16:00.6772239Z [00:02:03.625]➜  		"metadatas/vpc/DescribeNatGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeNatGateways.json",
2025-08-20T19:16:00.6773859Z [00:02:03.625]➜  		"metadatas/vpc/DescribeNetworkAclAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeNetworkAclAttributes.json",
2025-08-20T19:16:00.6774972Z [00:02:03.625]➜  		"metadatas/vpc/DescribeNetworkAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeNetworkAcls.json",
2025-08-20T19:16:00.6776255Z [00:02:03.625]➜  		"metadatas/vpc/DescribePhysicalConnectionLOA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribePhysicalConnectionLOA.json",
2025-08-20T19:16:00.6777640Z [00:02:03.625]➜  		"metadatas/vpc/DescribePhysicalConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribePhysicalConnections.json",
2025-08-20T19:16:00.6778774Z [00:02:03.625]➜  		"metadatas/vpc/DescribePublicIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribePublicIpAddress.json",
2025-08-20T19:16:00.6779748Z [00:02:03.625]➜  		"metadatas/vpc/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRegions.json",
2025-08-20T19:16:00.6780862Z [00:02:03.625]➜  		"metadatas/vpc/DescribeRouteEntryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouteEntryList.json",
2025-08-20T19:16:00.6782161Z [00:02:03.625]➜  		"metadatas/vpc/DescribeRouteTableList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouteTableList.json",
2025-08-20T19:16:00.6783432Z [00:02:03.625]➜  		"metadatas/vpc/DescribeRouteTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouteTables.json",
2025-08-20T19:16:00.6784737Z [00:02:03.625]➜  		"metadatas/vpc/DescribeRouterInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouterInterfaceAttribute.json",
2025-08-20T19:16:00.6785870Z [00:02:03.625]➜  		"metadatas/vpc/DescribeRouterInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouterInterfaces.json",
2025-08-20T19:16:00.6787522Z [00:02:03.625]➜  		"metadatas/vpc/DescribeServerRelatedGlobalAccelerationInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeServerRelatedGlobalAccelerationInstances.json",
2025-08-20T19:16:00.6788852Z [00:02:03.625]➜  		"metadatas/vpc/DescribeSnatTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSnatTableEntries.json",
2025-08-20T19:16:00.6790143Z [00:02:03.625]➜  		"metadatas/vpc/DescribeSslVpnClientCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSslVpnClientCert.json",
2025-08-20T19:16:00.6791403Z [00:02:03.625]➜  		"metadatas/vpc/DescribeSslVpnClientCerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSslVpnClientCerts.json",
2025-08-20T19:16:00.6792633Z [00:02:03.625]➜  		"metadatas/vpc/DescribeSslVpnClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSslVpnClients.json",
2025-08-20T19:16:00.6793741Z [00:02:03.625]➜  		"metadatas/vpc/DescribeSslVpnServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSslVpnServers.json",
2025-08-20T19:16:00.6794699Z [00:02:03.625]➜  		"metadatas/vpc/DescribeTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeTagKeys.json",
2025-08-20T19:16:00.6796022Z [00:02:03.625]➜  		"metadatas/vpc/DescribeTagKeysForExpressConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeTagKeysForExpressConnect.json",
2025-08-20T19:16:00.6796917Z [00:02:03.625]➜  		"metadatas/vpc/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeTags.json",
2025-08-20T19:16:00.6797895Z [00:02:03.625]➜  		"metadatas/vpc/DescribeVRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVRouters.json",
2025-08-20T19:16:00.6799066Z [00:02:03.625]➜  		"metadatas/vpc/DescribeVSwitchAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVSwitchAttributes.json",
2025-08-20T19:16:00.6800042Z [00:02:03.625]➜  		"metadatas/vpc/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVSwitches.json",
2025-08-20T19:16:00.6800965Z [00:02:03.625]➜  		"metadatas/vpc/DescribeVbrHa.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVbrHa.json",
2025-08-20T19:16:00.6802081Z [00:02:03.625]➜  		"metadatas/vpc/DescribeVcoRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVcoRouteEntries.json",
2025-08-20T19:16:00.6803685Z [00:02:03.625]➜  		"metadatas/vpc/DescribeVirtualBorderRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVirtualBorderRouters.json",
2025-08-20T19:16:00.6805302Z [00:02:03.625]➜  		"metadatas/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json",
2025-08-20T19:16:00.6806358Z [00:02:03.625]➜  		"metadatas/vpc/DescribeVpcAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpcAttribute.json",
2025-08-20T19:16:00.6807492Z [00:02:03.625]➜  		"metadatas/vpc/DescribeVpcGrantRulesToEcr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpcGrantRulesToEcr.json",
2025-08-20T19:16:00.6808644Z [00:02:03.625]➜  		"metadatas/vpc/DescribeVpcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpcs.json",
2025-08-20T19:16:00.6809725Z [00:02:03.625]➜  		"metadatas/vpc/DescribeVpnAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnAttachments.json",
2025-08-20T19:16:00.6810754Z [00:02:03.625]➜  		"metadatas/vpc/DescribeVpnConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnConnection.json",
2025-08-20T19:16:00.6811872Z [00:02:03.626]➜  		"metadatas/vpc/DescribeVpnConnectionLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnConnectionLogs.json",
2025-08-20T19:16:00.6813229Z [00:02:03.626]➜  		"metadatas/vpc/DescribeVpnConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnConnections.json",
2025-08-20T19:16:00.6814740Z [00:02:03.626]➜  		"metadatas/vpc/DescribeVpnCrossAccountAuthorizations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnCrossAccountAuthorizations.json",
2025-08-20T19:16:00.6815802Z [00:02:03.626]➜  		"metadatas/vpc/DescribeVpnGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnGateway.json",
2025-08-20T19:16:00.6817054Z [00:02:03.626]➜  		"metadatas/vpc/DescribeVpnGatewayAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnGatewayAvailableZones.json",
2025-08-20T19:16:00.6818020Z [00:02:03.626]➜  		"metadatas/vpc/DescribeVpnGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnGateways.json",
2025-08-20T19:16:00.6819128Z [00:02:03.626]➜  		"metadatas/vpc/DescribeVpnPbrRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnPbrRouteEntries.json",
2025-08-20T19:16:00.6820176Z [00:02:03.626]➜  		"metadatas/vpc/DescribeVpnRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnRouteEntries.json",
2025-08-20T19:16:00.6821247Z [00:02:03.626]➜  		"metadatas/vpc/DescribeVpnSslServerLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnSslServerLogs.json",
2025-08-20T19:16:00.6822108Z [00:02:03.626]➜  		"metadatas/vpc/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeZones.json",
2025-08-20T19:16:00.6823404Z [00:02:03.626]➜  		"metadatas/vpc/DetachDhcpOptionsSetFromVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DetachDhcpOptionsSetFromVpc.json",
2025-08-20T19:16:00.6824440Z [00:02:03.626]➜  		"metadatas/vpc/DiagnoseVpnConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DiagnoseVpnConnections.json",
2025-08-20T19:16:00.6825391Z [00:02:03.626]➜  		"metadatas/vpc/DiagnoseVpnGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DiagnoseVpnGateway.json",
2025-08-20T19:16:00.6826505Z [00:02:03.626]➜  		"metadatas/vpc/DisableNatGatewayEcsMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DisableNatGatewayEcsMetric.json",
2025-08-20T19:16:00.6827626Z [00:02:03.626]➜  		"metadatas/vpc/DisableVpcClassicLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DisableVpcClassicLink.json",
2025-08-20T19:16:00.6828836Z [00:02:03.626]➜  		"metadatas/vpc/DissociateRouteTableFromGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DissociateRouteTableFromGateway.json",
2025-08-20T19:16:00.6830295Z [00:02:03.626]➜  		"metadatas/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json",
2025-08-20T19:16:00.6831586Z [00:02:03.626]➜  		"metadatas/vpc/DissociateVpnGatewayWithCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DissociateVpnGatewayWithCertificate.json",
2025-08-20T19:16:00.6863340Z [00:02:03.626]➜  		"metadatas/vpc/DownloadVpnConnectionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DownloadVpnConnectionConfig.json",
2025-08-20T19:16:00.6864670Z [00:02:03.626]➜  		"metadatas/vpc/EnableNatGatewayEcsMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/EnableNatGatewayEcsMetric.json",
2025-08-20T19:16:00.6865781Z [00:02:03.626]➜  		"metadatas/vpc/EnablePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/EnablePhysicalConnection.json",
2025-08-20T19:16:00.6866798Z [00:02:03.626]➜  		"metadatas/vpc/EnableVpcClassicLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/EnableVpcClassicLink.json",
2025-08-20T19:16:00.6867794Z [00:02:03.626]➜  		"metadatas/vpc/EnableVpcIpv4Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/EnableVpcIpv4Gateway.json",
2025-08-20T19:16:00.6869056Z [00:02:03.626]➜  		"metadatas/vpc/GetDhcpOptionsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetDhcpOptionsSet.json",
2025-08-20T19:16:00.6870243Z [00:02:03.626]➜  		"metadatas/vpc/GetFlowLogServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetFlowLogServiceStatus.json",
2025-08-20T19:16:00.6871331Z [00:02:03.626]➜  		"metadatas/vpc/GetIpv4GatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetIpv4GatewayAttribute.json",
2025-08-20T19:16:00.6872567Z [00:02:03.626]➜  		"metadatas/vpc/GetNatGatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetNatGatewayAttribute.json",
2025-08-20T19:16:00.6873902Z [00:02:03.626]➜  		"metadatas/vpc/GetPhysicalConnectionServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetPhysicalConnectionServiceStatus.json",
2025-08-20T19:16:00.6875200Z [00:02:03.626]➜  		"metadatas/vpc/GetPublicIpAddressPoolServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetPublicIpAddressPoolServiceStatus.json",
2025-08-20T19:16:00.6876416Z [00:02:03.626]➜  		"metadatas/vpc/GetTrafficMirrorServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetTrafficMirrorServiceStatus.json",
2025-08-20T19:16:00.6877681Z [00:02:03.626]➜  		"metadatas/vpc/GetVSwitchCidrReservationUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVSwitchCidrReservationUsage.json",
2025-08-20T19:16:00.6878914Z [00:02:03.626]➜  		"metadatas/vpc/GetVpcGatewayEndpointAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpcGatewayEndpointAttribute.json",
2025-08-20T19:16:00.6880081Z [00:02:03.626]➜  		"metadatas/vpc/GetVpcPrefixListAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpcPrefixListAssociations.json",
2025-08-20T19:16:00.6881184Z [00:02:03.626]➜  		"metadatas/vpc/GetVpcPrefixListEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpcPrefixListEntries.json",
2025-08-20T19:16:00.6882303Z [00:02:03.626]➜  		"metadatas/vpc/GetVpcRouteEntrySummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpcRouteEntrySummary.json",
2025-08-20T19:16:00.6883890Z [00:02:03.626]➜  		"metadatas/vpc/GetVpnGatewayDiagnoseResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpnGatewayDiagnoseResult.json",
2025-08-20T19:16:00.6884885Z [00:02:03.626]➜  		"metadatas/vpc/GrantInstanceToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GrantInstanceToCen.json",
2025-08-20T19:16:00.6885882Z [00:02:03.626]➜  		"metadatas/vpc/GrantInstanceToVbr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GrantInstanceToVbr.json",
2025-08-20T19:16:00.6886958Z [00:02:03.626]➜  		"metadatas/vpc/ListBusinessAccessPoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListBusinessAccessPoints.json",
2025-08-20T19:16:00.6888156Z [00:02:03.626]➜  		"metadatas/vpc/ListDhcpOptionsSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListDhcpOptionsSets.json",
2025-08-20T19:16:00.6889522Z [00:02:03.627]➜  		"metadatas/vpc/ListEnhanhcedNatGatewayAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListEnhanhcedNatGatewayAvailableZones.json",
2025-08-20T19:16:00.6890482Z [00:02:03.627]➜  		"metadatas/vpc/ListFullNatEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListFullNatEntries.json",
2025-08-20T19:16:00.6891642Z [00:02:03.627]➜  		"metadatas/vpc/ListGatewayRouteTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListGatewayRouteTableEntries.json",
2025-08-20T19:16:00.6892975Z [00:02:03.627]➜  		"metadatas/vpc/ListGeographicSubRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListGeographicSubRegions.json",
2025-08-20T19:16:00.6894109Z [00:02:03.627]➜  		"metadatas/vpc/ListIpsecServerLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListIpsecServerLogs.json",
2025-08-20T19:16:00.6895256Z [00:02:03.627]➜  		"metadatas/vpc/ListIpsecServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListIpsecServers.json",
2025-08-20T19:16:00.6896220Z [00:02:03.627]➜  		"metadatas/vpc/ListIpv4Gateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListIpv4Gateways.json",
2025-08-20T19:16:00.6897125Z [00:02:03.627]➜  		"metadatas/vpc/ListNatIpCidrs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListNatIpCidrs.json",
2025-08-20T19:16:00.6897946Z [00:02:03.627]➜  		"metadatas/vpc/ListNatIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListNatIps.json",
2025-08-20T19:16:00.6898881Z [00:02:03.627]➜  		"metadatas/vpc/ListPrefixLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListPrefixLists.json",
2025-08-20T19:16:00.6900172Z [00:02:03.627]➜  		"metadatas/vpc/ListPublicIpAddressPoolCidrBlocks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListPublicIpAddressPoolCidrBlocks.json",
2025-08-20T19:16:00.6901276Z [00:02:03.627]➜  		"metadatas/vpc/ListPublicIpAddressPools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListPublicIpAddressPools.json",
2025-08-20T19:16:00.6902186Z [00:02:03.627]➜  		"metadatas/vpc/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListTagResources.json",
2025-08-20T19:16:00.6903604Z [00:02:03.627]➜  		"metadatas/vpc/ListTagResourcesForExpressConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListTagResourcesForExpressConnect.json",
2025-08-20T19:16:00.6904657Z [00:02:03.627]➜  		"metadatas/vpc/ListTrafficMirrorFilters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListTrafficMirrorFilters.json",
2025-08-20T19:16:00.6905742Z [00:02:03.627]➜  		"metadatas/vpc/ListTrafficMirrorSessions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListTrafficMirrorSessions.json",
2025-08-20T19:16:00.6906906Z [00:02:03.627]➜  		"metadatas/vpc/ListVSwitchCidrReservations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVSwitchCidrReservations.json",
2025-08-20T19:16:00.6908299Z [00:02:03.627]➜  		"metadatas/vpc/ListVirtualPhysicalConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVirtualPhysicalConnections.json",
2025-08-20T19:16:00.6909552Z [00:02:03.627]➜  		"metadatas/vpc/ListVpcEndpointServicesByEndUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVpcEndpointServicesByEndUser.json",
2025-08-20T19:16:00.6910618Z [00:02:03.627]➜  		"metadatas/vpc/ListVpcGatewayEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVpcGatewayEndpoints.json",
2025-08-20T19:16:00.6911790Z [00:02:03.627]➜  		"metadatas/vpc/ListVpcPublishedRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVpcPublishedRouteEntries.json",
2025-08-20T19:16:00.6913371Z [00:02:03.627]➜  		"metadatas/vpc/ListVpnCertificateAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVpnCertificateAssociations.json",
2025-08-20T19:16:00.6914428Z [00:02:03.627]➜  		"metadatas/vpc/ModifyBgpGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyBgpGroupAttribute.json",
2025-08-20T19:16:00.6915451Z [00:02:03.627]➜  		"metadatas/vpc/ModifyBgpPeerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyBgpPeerAttribute.json",
2025-08-20T19:16:00.6916778Z [00:02:03.627]➜  		"metadatas/vpc/ModifyCommonBandwidthPackageAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyCommonBandwidthPackageAttribute.json",
2025-08-20T19:16:00.6918140Z [00:02:03.627]➜  		"metadatas/vpc/ModifyCommonBandwidthPackageIpBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyCommonBandwidthPackageIpBandwidth.json",
2025-08-20T19:16:00.6919593Z [00:02:03.627]➜  		"metadatas/vpc/ModifyCommonBandwidthPackageSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyCommonBandwidthPackageSpec.json",
2025-08-20T19:16:00.6920794Z [00:02:03.627]➜  		"metadatas/vpc/ModifyCustomerGatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyCustomerGatewayAttribute.json",
2025-08-20T19:16:00.6921872Z [00:02:03.627]➜  		"metadatas/vpc/ModifyEipAddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyEipAddressAttribute.json",
2025-08-20T19:16:00.6923026Z [00:02:03.627]➜  		"metadatas/vpc/ModifyEipForwardMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyEipForwardMode.json",
2025-08-20T19:16:00.6924364Z [00:02:03.627]➜  		"metadatas/vpc/ModifyExpressCloudConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressCloudConnectionAttribute.json",
2025-08-20T19:16:00.6925700Z [00:02:03.627]➜  		"metadatas/vpc/ModifyExpressCloudConnectionBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressCloudConnectionBandwidth.json",
2025-08-20T19:16:00.6926961Z [00:02:03.627]➜  		"metadatas/vpc/ModifyExpressConnectTrafficQos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressConnectTrafficQos.json",
2025-08-20T19:16:00.6928254Z [00:02:03.627]➜  		"metadatas/vpc/ModifyExpressConnectTrafficQosQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressConnectTrafficQosQueue.json",
2025-08-20T19:16:00.6929521Z [00:02:03.627]➜  		"metadatas/vpc/ModifyExpressConnectTrafficQosRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressConnectTrafficQosRule.json",
2025-08-20T19:16:00.6930509Z [00:02:03.627]➜  		"metadatas/vpc/ModifyFlowLogAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyFlowLogAttribute.json",
2025-08-20T19:16:00.6931465Z [00:02:03.627]➜  		"metadatas/vpc/ModifyForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyForwardEntry.json",
2025-08-20T19:16:00.6932908Z [00:02:03.627]➜  		"metadatas/vpc/ModifyFullNatEntryAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyFullNatEntryAttribute.json",
2025-08-20T19:16:00.6934367Z [00:02:03.627]➜  		"metadatas/vpc/ModifyGlobalAccelerationInstanceAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyGlobalAccelerationInstanceAttributes.json",
2025-08-20T19:16:00.6935694Z [00:02:03.627]➜  		"metadatas/vpc/ModifyGlobalAccelerationInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyGlobalAccelerationInstanceSpec.json",
2025-08-20T19:16:00.6936720Z [00:02:03.627]➜  		"metadatas/vpc/ModifyHaVipAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyHaVipAttribute.json",
2025-08-20T19:16:00.6938202Z [00:02:03.627]➜  		"metadatas/vpc/ModifyIPv6TranslatorAclAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorAclAttribute.json",
2025-08-20T19:16:00.6939518Z [00:02:03.628]➜  		"metadatas/vpc/ModifyIPv6TranslatorAclListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorAclListEntry.json",
2025-08-20T19:16:00.6940762Z [00:02:03.628]➜  		"metadatas/vpc/ModifyIPv6TranslatorAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorAttribute.json",
2025-08-20T19:16:00.6941978Z [00:02:03.628]➜  		"metadatas/vpc/ModifyIPv6TranslatorBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorBandwidth.json",
2025-08-20T19:16:00.6943268Z [00:02:03.628]➜  		"metadatas/vpc/ModifyIPv6TranslatorEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorEntry.json",
2025-08-20T19:16:00.6944539Z [00:02:03.628]➜  		"metadatas/vpc/ModifyIpv6AddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIpv6AddressAttribute.json",
2025-08-20T19:16:00.6945919Z [00:02:03.628]➜  		"metadatas/vpc/ModifyIpv6GatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIpv6GatewayAttribute.json",
2025-08-20T19:16:00.6947139Z [00:02:03.628]➜  		"metadatas/vpc/ModifyIpv6InternetBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIpv6InternetBandwidth.json",
2025-08-20T19:16:00.6948234Z [00:02:03.628]➜  		"metadatas/vpc/ModifyNatGatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNatGatewayAttribute.json",
2025-08-20T19:16:00.6949253Z [00:02:03.628]➜  		"metadatas/vpc/ModifyNatGatewaySpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNatGatewaySpec.json",
2025-08-20T19:16:00.6950327Z [00:02:03.628]➜  		"metadatas/vpc/ModifyNatIpAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNatIpAttribute.json",
2025-08-20T19:16:00.6951466Z [00:02:03.628]➜  		"metadatas/vpc/ModifyNatIpCidrAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNatIpCidrAttribute.json",
2025-08-20T19:16:00.6983036Z [00:02:03.628]➜  		"metadatas/vpc/ModifyNetworkAclAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNetworkAclAttributes.json",
2025-08-20T19:16:00.6984445Z [00:02:03.628]➜  		"metadatas/vpc/ModifyPhysicalConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyPhysicalConnectionAttribute.json",
2025-08-20T19:16:00.6985452Z [00:02:03.628]➜  		"metadatas/vpc/ModifyRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyRouteEntry.json",
2025-08-20T19:16:00.6986718Z [00:02:03.628]➜  		"metadatas/vpc/ModifyRouteTableAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyRouteTableAttributes.json",
2025-08-20T19:16:00.6988021Z [00:02:03.628]➜  		"metadatas/vpc/ModifyRouterInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyRouterInterfaceAttribute.json",
2025-08-20T19:16:00.6989466Z [00:02:03.628]➜  		"metadatas/vpc/ModifyRouterInterfaceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyRouterInterfaceSpec.json",
2025-08-20T19:16:00.6990485Z [00:02:03.628]➜  		"metadatas/vpc/ModifySnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifySnatEntry.json",
2025-08-20T19:16:00.6991583Z [00:02:03.628]➜  		"metadatas/vpc/ModifySslVpnClientCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifySslVpnClientCert.json",
2025-08-20T19:16:00.6992857Z [00:02:03.628]➜  		"metadatas/vpc/ModifySslVpnServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifySslVpnServer.json",
2025-08-20T19:16:00.6994139Z [00:02:03.628]➜  		"metadatas/vpc/ModifyTunnelAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyTunnelAttribute.json",
2025-08-20T19:16:00.6995222Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVRouterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVRouterAttribute.json",
2025-08-20T19:16:00.6996305Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVSwitchAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVSwitchAttribute.json",
2025-08-20T19:16:00.6997668Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVSwitchCidrReservationAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVSwitchCidrReservationAttribute.json",
2025-08-20T19:16:00.6998864Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVcoRouteEntryWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVcoRouteEntryWeight.json",
2025-08-20T19:16:00.7000480Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVirtualBorderRouterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVirtualBorderRouterAttribute.json",
2025-08-20T19:16:00.7001688Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVpcAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpcAttribute.json",
2025-08-20T19:16:00.7002957Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVpcPrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpcPrefixList.json",
2025-08-20T19:16:00.7004153Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVpnAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnAttachmentAttribute.json",
2025-08-20T19:16:00.7005359Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVpnConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnConnectionAttribute.json",
2025-08-20T19:16:00.7006501Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVpnGatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnGatewayAttribute.json",
2025-08-20T19:16:00.7007789Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVpnPbrRouteEntryAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnPbrRouteEntryAttribute.json",
2025-08-20T19:16:00.7009055Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVpnPbrRouteEntryPriority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnPbrRouteEntryPriority.json",
2025-08-20T19:16:00.7010244Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVpnPbrRouteEntryWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnPbrRouteEntryWeight.json",
2025-08-20T19:16:00.7011406Z [00:02:03.628]➜  		"metadatas/vpc/ModifyVpnRouteEntryWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnRouteEntryWeight.json",
2025-08-20T19:16:00.7012631Z [00:02:03.628]➜  		"metadatas/vpc/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/MoveResourceGroup.json",
2025-08-20T19:16:00.7013753Z [00:02:03.628]➜  		"metadatas/vpc/MoveVpnResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/MoveVpnResourceGroup.json",
2025-08-20T19:16:00.7014959Z [00:02:03.628]➜  		"metadatas/vpc/OpenFlowLogService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/OpenFlowLogService.json",
2025-08-20T19:16:00.7016175Z [00:02:03.628]➜  		"metadatas/vpc/OpenPhysicalConnectionService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/OpenPhysicalConnectionService.json",
2025-08-20T19:16:00.7017414Z [00:02:03.628]➜  		"metadatas/vpc/OpenPublicIpAddressPoolService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/OpenPublicIpAddressPoolService.json",
2025-08-20T19:16:00.7018548Z [00:02:03.628]➜  		"metadatas/vpc/OpenTrafficMirrorService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/OpenTrafficMirrorService.json",
2025-08-20T19:16:00.7019658Z [00:02:03.628]➜  		"metadatas/vpc/PublishVpcRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/PublishVpcRouteEntries.json",
2025-08-20T19:16:00.7020849Z [00:02:03.628]➜  		"metadatas/vpc/PublishVpnRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/PublishVpnRouteEntry.json",
2025-08-20T19:16:00.7021965Z [00:02:03.628]➜  		"metadatas/vpc/RecoverPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RecoverPhysicalConnection.json",
2025-08-20T19:16:00.7023341Z [00:02:03.628]➜  		"metadatas/vpc/RecoverVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RecoverVirtualBorderRouter.json",
2025-08-20T19:16:00.7024389Z [00:02:03.628]➜  		"metadatas/vpc/ReleaseEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ReleaseEipAddress.json",
2025-08-20T19:16:00.7025535Z [00:02:03.628]➜  		"metadatas/vpc/ReleaseEipSegmentAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ReleaseEipSegmentAddress.json",
2025-08-20T19:16:00.7026812Z [00:02:03.628]➜  		"metadatas/vpc/ReleaseIpv6Address.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ReleaseIpv6Address.json",
2025-08-20T19:16:00.7028130Z [00:02:03.628]➜  		"metadatas/vpc/RemoveCommonBandwidthPackageIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RemoveCommonBandwidthPackageIp.json",
2025-08-20T19:16:00.7029429Z [00:02:03.628]➜  		"metadatas/vpc/RemoveGlobalAccelerationInstanceIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RemoveGlobalAccelerationInstanceIp.json",
2025-08-20T19:16:00.7030683Z [00:02:03.628]➜  		"metadatas/vpc/RemoveIPv6TranslatorAclListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RemoveIPv6TranslatorAclListEntry.json",
2025-08-20T19:16:00.7032069Z [00:02:03.628]➜  		"metadatas/vpc/RemoveSourcesFromTrafficMirrorSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RemoveSourcesFromTrafficMirrorSession.json",
2025-08-20T19:16:00.7033686Z [00:02:03.628]➜  		"metadatas/vpc/ReplaceVpcDhcpOptionsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ReplaceVpcDhcpOptionsSet.json",
2025-08-20T19:16:00.7034890Z [00:02:03.628]➜  		"metadatas/vpc/RetryVpcPrefixListAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RetryVpcPrefixListAssociation.json",
2025-08-20T19:16:00.7035930Z [00:02:03.628]➜  		"metadatas/vpc/RevokeInstanceFromCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RevokeInstanceFromCen.json",
2025-08-20T19:16:00.7036974Z [00:02:03.628]➜  		"metadatas/vpc/RevokeInstanceFromVbr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RevokeInstanceFromVbr.json",
2025-08-20T19:16:00.7038244Z [00:02:03.628]➜  		"metadatas/vpc/SecondApplyPhysicalConnectionLOA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/SecondApplyPhysicalConnectionLOA.json",
2025-08-20T19:16:00.7039574Z [00:02:03.628]➜  		"metadatas/vpc/SetHighDefinitionMonitorLogStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/SetHighDefinitionMonitorLogStatus.json",
2025-08-20T19:16:00.7040787Z [00:02:03.628]➜  		"metadatas/vpc/StartFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/StartFailoverTestJob.json",
2025-08-20T19:16:00.7041805Z [00:02:03.628]➜  		"metadatas/vpc/StopFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/StopFailoverTestJob.json",
2025-08-20T19:16:00.7042942Z [00:02:03.628]➜  		"metadatas/vpc/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TagResources.json",
2025-08-20T19:16:00.7044150Z [00:02:03.628]➜  		"metadatas/vpc/TagResourcesForExpressConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TagResourcesForExpressConnect.json",
2025-08-20T19:16:00.7045299Z [00:02:03.628]➜  		"metadatas/vpc/TerminatePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TerminatePhysicalConnection.json",
2025-08-20T19:16:00.7046645Z [00:02:03.628]➜  		"metadatas/vpc/TerminateVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TerminateVirtualBorderRouter.json",
2025-08-20T19:16:00.7048090Z [00:02:03.628]➜  		"metadatas/vpc/TransformEipSegmentToPublicIpAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TransformEipSegmentToPublicIpAddressPool.json",
2025-08-20T19:16:00.7048994Z [00:02:03.628]➜  		"metadatas/vpc/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnTagResources.json",
2025-08-20T19:16:00.7050021Z [00:02:03.628]➜  		"metadatas/vpc/UnassociateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateEipAddress.json",
2025-08-20T19:16:00.7051493Z [00:02:03.628]➜  		"metadatas/vpc/UnassociateGlobalAccelerationInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateGlobalAccelerationInstance.json",
2025-08-20T19:16:00.7052771Z [00:02:03.628]➜  		"metadatas/vpc/UnassociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateHaVip.json",
2025-08-20T19:16:00.7053860Z [00:02:03.628]➜  		"metadatas/vpc/UnassociateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateNetworkAcl.json",
2025-08-20T19:16:00.7055521Z [00:02:03.628]➜  		"metadatas/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json",
2025-08-20T19:16:00.7056639Z [00:02:03.628]➜  		"metadatas/vpc/UnassociateRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateRouteTable.json",
2025-08-20T19:16:00.7057751Z [00:02:03.628]➜  		"metadatas/vpc/UnassociateVpcCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateVpcCidrBlock.json",
2025-08-20T19:16:00.7059033Z [00:02:03.628]➜  		"metadatas/vpc/UntagResourcesForExpressConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UntagResourcesForExpressConnect.json",
2025-08-20T19:16:00.7060320Z [00:02:03.628]➜  		"metadatas/vpc/UpdateDhcpOptionsSetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateDhcpOptionsSetAttribute.json",
2025-08-20T19:16:00.7061404Z [00:02:03.628]➜  		"metadatas/vpc/UpdateFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateFailoverTestJob.json",
2025-08-20T19:16:00.7063066Z [00:02:03.628]➜  		"metadatas/vpc/UpdateGatewayRouteTableEntryAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateGatewayRouteTableEntryAttribute.json",
2025-08-20T19:16:00.7064075Z [00:02:03.628]➜  		"metadatas/vpc/UpdateIpsecServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateIpsecServer.json",
2025-08-20T19:16:00.7065233Z [00:02:03.628]➜  		"metadatas/vpc/UpdateIpv4GatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateIpv4GatewayAttribute.json",
2025-08-20T19:16:00.7066555Z [00:02:03.628]➜  		"metadatas/vpc/UpdateNatGatewayNatType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateNatGatewayNatType.json",
2025-08-20T19:16:00.7067661Z [00:02:03.628]➜  		"metadatas/vpc/UpdateNetworkAclEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateNetworkAclEntries.json",
2025-08-20T19:16:00.7068990Z [00:02:03.628]➜  		"metadatas/vpc/UpdatePublicIpAddressPoolAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdatePublicIpAddressPoolAttribute.json",
2025-08-20T19:16:00.7070308Z [00:02:03.628]➜  		"metadatas/vpc/UpdateTrafficMirrorFilterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateTrafficMirrorFilterAttribute.json",
2025-08-20T19:16:00.7071737Z [00:02:03.628]➜  		"metadatas/vpc/UpdateTrafficMirrorFilterRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateTrafficMirrorFilterRuleAttribute.json",
2025-08-20T19:16:00.7103687Z [00:02:03.628]➜  		"metadatas/vpc/UpdateTrafficMirrorSessionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateTrafficMirrorSessionAttribute.json",
2025-08-20T19:16:00.7105004Z [00:02:03.628]➜  		"metadatas/vpc/UpdateVirtualBorderBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateVirtualBorderBandwidth.json",
2025-08-20T19:16:00.7106263Z [00:02:03.628]➜  		"metadatas/vpc/UpdateVirtualPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateVirtualPhysicalConnection.json",
2025-08-20T19:16:00.7107536Z [00:02:03.628]➜  		"metadatas/vpc/UpdateVpcGatewayEndpointAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateVpcGatewayEndpointAttribute.json",
2025-08-20T19:16:00.7109255Z [00:02:03.628]➜  		"metadatas/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json",
2025-08-20T19:16:00.7110742Z [00:02:03.628]➜  		"metadatas/vpc/WithdrawVpcPublishedRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/WithdrawVpcPublishedRouteEntries.json",
2025-08-20T19:16:00.7111819Z [00:02:03.628]➜  		"metadatas/vpcipam/AddIpamPoolCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/AddIpamPoolCidr.json",
2025-08-20T19:16:00.7113415Z [00:02:03.628]➜  		"metadatas/vpcipam/AssociateIpamResourceDiscovery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/AssociateIpamResourceDiscovery.json",
2025-08-20T19:16:00.7114544Z [00:02:03.628]➜  		"metadatas/vpcipam/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ChangeResourceGroup.json",
2025-08-20T19:16:00.7115504Z [00:02:03.628]➜  		"metadatas/vpcipam/CreateIpam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpam.json",
2025-08-20T19:16:00.7116427Z [00:02:03.628]➜  		"metadatas/vpcipam/CreateIpamPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpamPool.json",
2025-08-20T19:16:00.7117587Z [00:02:03.628]➜  		"metadatas/vpcipam/CreateIpamPoolAllocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpamPoolAllocation.json",
2025-08-20T19:16:00.7118858Z [00:02:03.628]➜  		"metadatas/vpcipam/CreateIpamResourceDiscovery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpamResourceDiscovery.json",
2025-08-20T19:16:00.7119895Z [00:02:03.628]➜  		"metadatas/vpcipam/CreateIpamScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpamScope.json",
2025-08-20T19:16:00.7120849Z [00:02:03.628]➜  		"metadatas/vpcipam/DeleteIpam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpam.json",
2025-08-20T19:16:00.7121851Z [00:02:03.628]➜  		"metadatas/vpcipam/DeleteIpamPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamPool.json",
2025-08-20T19:16:00.7123529Z [00:02:03.628]➜  		"metadatas/vpcipam/DeleteIpamPoolAllocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamPoolAllocation.json",
2025-08-20T19:16:00.7124676Z [00:02:03.628]➜  		"metadatas/vpcipam/DeleteIpamPoolCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamPoolCidr.json",
2025-08-20T19:16:00.7125945Z [00:02:03.628]➜  		"metadatas/vpcipam/DeleteIpamResourceDiscovery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamResourceDiscovery.json",
2025-08-20T19:16:00.7126959Z [00:02:03.628]➜  		"metadatas/vpcipam/DeleteIpamScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamScope.json",
2025-08-20T19:16:00.7128515Z [00:02:03.628]➜  		"metadatas/vpcipam/DissociateIpamResourceDiscovery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DissociateIpamResourceDiscovery.json",
2025-08-20T19:16:00.7129689Z [00:02:03.628]➜  		"metadatas/vpcipam/GetIpamPoolAllocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/GetIpamPoolAllocation.json",
2025-08-20T19:16:00.7130978Z [00:02:03.628]➜  		"metadatas/vpcipam/GetIpamPoolNextAvailableCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/GetIpamPoolNextAvailableCidr.json",
2025-08-20T19:16:00.7132147Z [00:02:03.628]➜  		"metadatas/vpcipam/GetVpcIpamServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/GetVpcIpamServiceStatus.json",
2025-08-20T19:16:00.7133680Z [00:02:03.628]➜  		"metadatas/vpcipam/ListIpamDiscoveredResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamDiscoveredResource.json",
2025-08-20T19:16:00.7135118Z [00:02:03.628]➜  		"metadatas/vpcipam/ListIpamPoolAllocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamPoolAllocations.json",
2025-08-20T19:16:00.7136355Z [00:02:03.628]➜  		"metadatas/vpcipam/ListIpamPoolCidrs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamPoolCidrs.json",
2025-08-20T19:16:00.7137346Z [00:02:03.628]➜  		"metadatas/vpcipam/ListIpamPools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamPools.json",
2025-08-20T19:16:00.7138429Z [00:02:03.628]➜  		"metadatas/vpcipam/ListIpamResourceCidrs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamResourceCidrs.json",
2025-08-20T19:16:00.7139651Z [00:02:03.628]➜  		"metadatas/vpcipam/ListIpamResourceDiscoveries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamResourceDiscoveries.json",
2025-08-20T19:16:00.7141136Z [00:02:03.628]➜  		"metadatas/vpcipam/ListIpamResourceDiscoveryAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamResourceDiscoveryAssociations.json",
2025-08-20T19:16:00.7142211Z [00:02:03.628]➜  		"metadatas/vpcipam/ListIpamScopes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamScopes.json",
2025-08-20T19:16:00.7143384Z [00:02:03.628]➜  		"metadatas/vpcipam/ListIpams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpams.json",
2025-08-20T19:16:00.7144464Z [00:02:03.628]➜  		"metadatas/vpcipam/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListTagResources.json",
2025-08-20T19:16:00.7145557Z [00:02:03.628]➜  		"metadatas/vpcipam/OpenVpcIpamService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/OpenVpcIpamService.json",
2025-08-20T19:16:00.7146515Z [00:02:03.628]➜  		"metadatas/vpcipam/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/TagResources.json",
2025-08-20T19:16:00.7147518Z [00:02:03.628]➜  		"metadatas/vpcipam/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UntagResources.json",
2025-08-20T19:16:00.7148606Z [00:02:03.628]➜  		"metadatas/vpcipam/UpdateIpam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpam.json",
2025-08-20T19:16:00.7149542Z [00:02:03.628]➜  		"metadatas/vpcipam/UpdateIpamPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpamPool.json",
2025-08-20T19:16:00.7150682Z [00:02:03.628]➜  		"metadatas/vpcipam/UpdateIpamPoolAllocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpamPoolAllocation.json",
2025-08-20T19:16:00.7151918Z [00:02:03.628]➜  		"metadatas/vpcipam/UpdateIpamResourceDiscovery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpamResourceDiscovery.json",
2025-08-20T19:16:00.7153329Z [00:02:03.628]➜  		"metadatas/vpcipam/UpdateIpamScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpamScope.json",
2025-08-20T19:16:00.7154809Z [00:02:03.628]➜  		"metadatas/vpcpeer/AcceptVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/AcceptVpcPeerConnection.json",
2025-08-20T19:16:00.7155964Z [00:02:03.628]➜  		"metadatas/vpcpeer/CreateVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/CreateVpcPeerConnection.json",
2025-08-20T19:16:00.7157114Z [00:02:03.628]➜  		"metadatas/vpcpeer/DeleteVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/DeleteVpcPeerConnection.json",
2025-08-20T19:16:00.7158386Z [00:02:03.628]➜  		"metadatas/vpcpeer/GetVpcPeerConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/GetVpcPeerConnectionAttribute.json",
2025-08-20T19:16:00.7159390Z [00:02:03.628]➜  		"metadatas/vpcpeer/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/ListTagResources.json",
2025-08-20T19:16:00.7160750Z [00:02:03.628]➜  		"metadatas/vpcpeer/ListVpcPeerConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/ListVpcPeerConnections.json",
2025-08-20T19:16:00.7161915Z [00:02:03.628]➜  		"metadatas/vpcpeer/ModifyVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/ModifyVpcPeerConnection.json",
2025-08-20T19:16:00.7163188Z [00:02:03.628]➜  		"metadatas/vpcpeer/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/MoveResourceGroup.json",
2025-08-20T19:16:00.7164284Z [00:02:03.628]➜  		"metadatas/vpcpeer/RejectVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/RejectVpcPeerConnection.json",
2025-08-20T19:16:00.7165218Z [00:02:03.628]➜  		"metadatas/vpcpeer/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/TagResources.json",
2025-08-20T19:16:00.7166162Z [00:02:03.628]➜  		"metadatas/vpcpeer/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/UnTagResources.json",
2025-08-20T19:16:00.7167261Z [00:02:03.628]➜  		"metadatas/waf-openapi/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ChangeResourceGroup.json",
2025-08-20T19:16:00.7168515Z [00:02:03.628]➜  		"metadatas/waf-openapi/ClearMajorProtectionBlackIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ClearMajorProtectionBlackIp.json",
2025-08-20T19:16:00.7169641Z [00:02:03.628]➜  		"metadatas/waf-openapi/CopyDefenseTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CopyDefenseTemplate.json",
2025-08-20T19:16:00.7170662Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreateApiExport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateApiExport.json",
2025-08-20T19:16:00.7171622Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreateCerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateCerts.json",
2025-08-20T19:16:00.7172952Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreateCloudResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateCloudResource.json",
2025-08-20T19:16:00.7174385Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreateDefenseResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDefenseResource.json",
2025-08-20T19:16:00.7175648Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreateDefenseResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDefenseResourceGroup.json",
2025-08-20T19:16:00.7176788Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreateDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDefenseRule.json",
2025-08-20T19:16:00.7178014Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreateDefenseTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDefenseTemplate.json",
2025-08-20T19:16:00.7179181Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDomain.json",
2025-08-20T19:16:00.7180497Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreateHybridCloudClusterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateHybridCloudClusterRule.json",
2025-08-20T19:16:00.7181733Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreateHybridCloudGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateHybridCloudGroup.json",
2025-08-20T19:16:00.7183354Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreateMajorProtectionBlackIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateMajorProtectionBlackIp.json",
2025-08-20T19:16:00.7184684Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreateMemberAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateMemberAccounts.json",
2025-08-20T19:16:00.7186051Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreatePostpaidInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreatePostpaidInstance.json",
2025-08-20T19:16:00.7187086Z [00:02:03.628]➜  		"metadatas/waf-openapi/CreateSM2Cert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateSM2Cert.json",
2025-08-20T19:16:00.7188273Z [00:02:03.628]➜  		"metadatas/waf-openapi/DeleteApisecAbnormals.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteApisecAbnormals.json",
2025-08-20T19:16:00.7189394Z [00:02:03.629]➜  		"metadatas/waf-openapi/DeleteApisecEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteApisecEvents.json",
2025-08-20T19:16:00.7190541Z [00:02:03.629]➜  		"metadatas/waf-openapi/DeleteCloudResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteCloudResource.json",
2025-08-20T19:16:00.7191743Z [00:02:03.630]➜  		"metadatas/waf-openapi/DeleteDefenseResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseResource.json",
2025-08-20T19:16:00.7223397Z [00:02:03.630]➜  		"metadatas/waf-openapi/DeleteDefenseResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseResourceGroup.json",
2025-08-20T19:16:00.7224602Z [00:02:03.630]➜  		"metadatas/waf-openapi/DeleteDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseRule.json",
2025-08-20T19:16:00.7225821Z [00:02:03.631]➜  		"metadatas/waf-openapi/DeleteDefenseRuleBlockIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseRuleBlockIp.json",
2025-08-20T19:16:00.7226980Z [00:02:03.631]➜  		"metadatas/waf-openapi/DeleteDefenseTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseTemplate.json",
2025-08-20T19:16:00.7227984Z [00:02:03.631]➜  		"metadatas/waf-openapi/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDomain.json",
2025-08-20T19:16:00.7229529Z [00:02:03.631]➜  		"metadatas/waf-openapi/DeleteHybridCloudClusterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteHybridCloudClusterRule.json",
2025-08-20T19:16:00.7230793Z [00:02:03.631]➜  		"metadatas/waf-openapi/DeleteMajorProtectionBlackIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteMajorProtectionBlackIp.json",
2025-08-20T19:16:00.7231893Z [00:02:03.631]➜  		"metadatas/waf-openapi/DeleteMemberAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteMemberAccount.json",
2025-08-20T19:16:00.7233374Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeAbnormalCloudResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeAbnormalCloudResources.json",
2025-08-20T19:16:00.7234834Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeAccountDelegatedStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeAccountDelegatedStatus.json",
2025-08-20T19:16:00.7235928Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApiExports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApiExports.json",
2025-08-20T19:16:00.7237384Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecAbnormalDomainStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecAbnormalDomainStatistic.json",
2025-08-20T19:16:00.7238557Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecAbnormals.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecAbnormals.json",
2025-08-20T19:16:00.7239905Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecApiResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecApiResources.json",
2025-08-20T19:16:00.7241208Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecAssetTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecAssetTrend.json",
2025-08-20T19:16:00.7242788Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecEventDomainStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecEventDomainStatistic.json",
2025-08-20T19:16:00.7243924Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecEvents.json",
2025-08-20T19:16:00.7245174Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecLogDeliveries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecLogDeliveries.json",
2025-08-20T19:16:00.7246428Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecMatchedHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecMatchedHosts.json",
2025-08-20T19:16:00.7247748Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecProtectionGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecProtectionGroups.json",
2025-08-20T19:16:00.7249141Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecProtectionResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecProtectionResources.json",
2025-08-20T19:16:00.7250247Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecRules.json",
2025-08-20T19:16:00.7251721Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecSensitiveDomainStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecSensitiveDomainStatistic.json",
2025-08-20T19:16:00.7253108Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecSlsLogStores.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecSlsLogStores.json",
2025-08-20T19:16:00.7254550Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecSlsProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecSlsProjects.json",
2025-08-20T19:16:00.7255815Z [00:02:03.631]➜  		"metadatas/waf-openapi/DescribeApisecStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecStatistics.json",
2025-08-20T19:16:00.7257090Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeApisecSuggestions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecSuggestions.json",
2025-08-20T19:16:00.7258412Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeApisecUserOperations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecUserOperations.json",
2025-08-20T19:16:00.7259716Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeCertDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCertDetail.json",
2025-08-20T19:16:00.7260813Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeCerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCerts.json",
2025-08-20T19:16:00.7262295Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeCloudResourceAccessPortDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCloudResourceAccessPortDetails.json",
2025-08-20T19:16:00.7263921Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeCloudResourceAccessedPorts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCloudResourceAccessedPorts.json",
2025-08-20T19:16:00.7265118Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeCloudResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCloudResources.json",
2025-08-20T19:16:00.7266344Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeCnameCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCnameCount.json",
2025-08-20T19:16:00.7267631Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDDoSStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDDoSStatus.json",
2025-08-20T19:16:00.7268779Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefaultHttps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefaultHttps.json",
2025-08-20T19:16:00.7269973Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResource.json",
2025-08-20T19:16:00.7271254Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceGroup.json",
2025-08-20T19:16:00.7273056Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseResourceGroupNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceGroupNames.json",
2025-08-20T19:16:00.7274483Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseResourceGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceGroups.json",
2025-08-20T19:16:00.7275824Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseResourceNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceNames.json",
2025-08-20T19:16:00.7277226Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseResourceOwnerUid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceOwnerUid.json",
2025-08-20T19:16:00.7278697Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseResourceTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceTemplates.json",
2025-08-20T19:16:00.7280014Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResources.json",
2025-08-20T19:16:00.7281356Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseRule.json",
2025-08-20T19:16:00.7282792Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseRules.json",
2025-08-20T19:16:00.7293186Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseSceneConfig.json",
2025-08-20T19:16:00.7294514Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseTemplate.json",
2025-08-20T19:16:00.7296135Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseTemplateValidGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseTemplateValidGroups.json",
2025-08-20T19:16:00.7297426Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDefenseTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseTemplates.json",
2025-08-20T19:16:00.7298698Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDomainDNSRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDomainDNSRecord.json",
2025-08-20T19:16:00.7299891Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDomainDetail.json",
2025-08-20T19:16:00.7301364Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDomainUsedPorts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDomainUsedPorts.json",
2025-08-20T19:16:00.7302913Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDomains.json",
2025-08-20T19:16:00.7304103Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeFlowChart.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFlowChart.json",
2025-08-20T19:16:00.7305323Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeFlowTopResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFlowTopResource.json",
2025-08-20T19:16:00.7306428Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeFlowTopUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFlowTopUrl.json",
2025-08-20T19:16:00.7307686Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeFreeUserAssetCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFreeUserAssetCount.json",
2025-08-20T19:16:00.7308983Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeFreeUserEventCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFreeUserEventCount.json",
2025-08-20T19:16:00.7310532Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeFreeUserEventTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFreeUserEventTypes.json",
2025-08-20T19:16:00.7311739Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeFreeUserEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFreeUserEvents.json",
2025-08-20T19:16:00.7343507Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeHybridCloudClusterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudClusterRule.json",
2025-08-20T19:16:00.7344996Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeHybridCloudClusterRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudClusterRules.json",
2025-08-20T19:16:00.7346480Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeHybridCloudClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudClusters.json",
2025-08-20T19:16:00.7347706Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeHybridCloudGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudGroups.json",
2025-08-20T19:16:00.7348992Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeHybridCloudResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudResources.json",
2025-08-20T19:16:00.7350334Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeHybridCloudServerRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudServerRegions.json",
2025-08-20T19:16:00.7351883Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeHybridCloudUnassignedMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudUnassignedMachines.json",
2025-08-20T19:16:00.7353252Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeHybridCloudUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudUser.json",
2025-08-20T19:16:00.7354315Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeInstance.json",
2025-08-20T19:16:00.7355553Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeIpAbroadCountryInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeIpAbroadCountryInfos.json",
2025-08-20T19:16:00.7356883Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeMajorProtectionBlackIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeMajorProtectionBlackIps.json",
2025-08-20T19:16:00.7358050Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeMemberAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeMemberAccounts.json",
2025-08-20T19:16:00.7359586Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeNetworkFlowTimeSeriesMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeNetworkFlowTimeSeriesMetric.json",
2025-08-20T19:16:00.7360882Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeNetworkFlowTopNMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeNetworkFlowTopNMetric.json",
2025-08-20T19:16:00.7362182Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribePauseProtectionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribePauseProtectionStatus.json",
2025-08-20T19:16:00.7363423Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribePeakTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribePeakTrend.json",
2025-08-20T19:16:00.7364638Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeProductInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeProductInstances.json",
2025-08-20T19:16:00.7365974Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribePunishedDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribePunishedDomains.json",
2025-08-20T19:16:00.7367268Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeResourceInstanceCerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourceInstanceCerts.json",
2025-08-20T19:16:00.7368485Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeResourceLogStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourceLogStatus.json",
2025-08-20T19:16:00.7369604Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeResourcePort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourcePort.json",
2025-08-20T19:16:00.7370915Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeResourceRegionId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourceRegionId.json",
2025-08-20T19:16:00.7372239Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeResourceSupportRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourceSupportRegions.json",
2025-08-20T19:16:00.7373815Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeResponseCodeTrendGraph.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResponseCodeTrendGraph.json",
2025-08-20T19:16:00.7374960Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeRuleGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleGroups.json",
2025-08-20T19:16:00.7376247Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeRuleHitsTopClientIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopClientIp.json",
2025-08-20T19:16:00.7377729Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeRuleHitsTopResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopResource.json",
2025-08-20T19:16:00.7379027Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeRuleHitsTopRuleId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopRuleId.json",
2025-08-20T19:16:00.7380327Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeRuleHitsTopTuleType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopTuleType.json",
2025-08-20T19:16:00.7381505Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeRuleHitsTopUa.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopUa.json",
2025-08-20T19:16:00.7382959Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeRuleHitsTopUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopUrl.json",
2025-08-20T19:16:00.7384451Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSecurityEventLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSecurityEventLogs.json",
2025-08-20T19:16:00.7386043Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSecurityEventTimeSeriesMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSecurityEventTimeSeriesMetric.json",
2025-08-20T19:16:00.7387467Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSecurityEventTopNMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSecurityEventTopNMetric.json",
2025-08-20T19:16:00.7388859Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSensitiveApiStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveApiStatistic.json",
2025-08-20T19:16:00.7390343Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSensitiveDetectionResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveDetectionResult.json",
2025-08-20T19:16:00.7391903Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSensitiveOutboundDistribution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveOutboundDistribution.json",
2025-08-20T19:16:00.7393813Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSensitiveOutboundStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveOutboundStatistic.json",
2025-08-20T19:16:00.7395222Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSensitiveOutboundTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveOutboundTrend.json",
2025-08-20T19:16:00.7396564Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSensitiveRequestLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveRequestLog.json",
2025-08-20T19:16:00.7398050Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSensitiveRequests.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveRequests.json",
2025-08-20T19:16:00.7399395Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSensitiveStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveStatistic.json",
2025-08-20T19:16:00.7400580Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSlsAuthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSlsAuthStatus.json",
2025-08-20T19:16:00.7401736Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSlsLogStore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSlsLogStore.json",
2025-08-20T19:16:00.7433309Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeSlsLogStoreStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSlsLogStoreStatus.json",
2025-08-20T19:16:00.7434846Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeTemplateResourceCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeTemplateResourceCount.json",
2025-08-20T19:16:00.7435914Z [00:02:03.632]➜  		"metadatas/waf-openapi/DescribeTemplateResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeTemplateResources.json",
2025-08-20T19:16:00.7436919Z [00:02:03.633]➜  		"metadatas/waf-openapi/DescribeUserAbnormalTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserAbnormalTrend.json",
2025-08-20T19:16:00.7437979Z [00:02:03.633]➜  		"metadatas/waf-openapi/DescribeUserAbnormalType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserAbnormalType.json",
2025-08-20T19:16:00.7439060Z [00:02:03.633]➜  		"metadatas/waf-openapi/DescribeUserApiRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserApiRequest.json",
2025-08-20T19:16:00.7440072Z [00:02:03.633]➜  		"metadatas/waf-openapi/DescribeUserAsset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserAsset.json",
2025-08-20T19:16:00.7441274Z [00:02:03.633]➜  		"metadatas/waf-openapi/DescribeUserEventTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserEventTrend.json",
2025-08-20T19:16:00.7442368Z [00:02:03.633]➜  		"metadatas/waf-openapi/DescribeUserEventType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserEventType.json",
2025-08-20T19:16:00.7443729Z [00:02:03.633]➜  		"metadatas/waf-openapi/DescribeUserSlsLogRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserSlsLogRegions.json",
2025-08-20T19:16:00.7444845Z [00:02:03.633]➜  		"metadatas/waf-openapi/DescribeUserWafLogStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserWafLogStatus.json",
2025-08-20T19:16:00.7445920Z [00:02:03.633]➜  		"metadatas/waf-openapi/DescribeVisitTopIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeVisitTopIp.json",
2025-08-20T19:16:00.7447203Z [00:02:03.633]➜  		"metadatas/waf-openapi/DescribeVisitUas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeVisitUas.json",
2025-08-20T19:16:00.7448510Z [00:02:03.633]➜  		"metadatas/waf-openapi/DescribeWafSourceIpSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeWafSourceIpSegment.json",
2025-08-20T19:16:00.7449471Z [00:02:03.633]➜  		"metadatas/waf-openapi/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ListTagKeys.json",
2025-08-20T19:16:00.7450549Z [00:02:03.633]➜  		"metadatas/waf-openapi/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ListTagResources.json",
2025-08-20T19:16:00.7451591Z [00:02:03.633]➜  		"metadatas/waf-openapi/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ListTagValues.json",
2025-08-20T19:16:00.7453208Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyApisecAbnormals.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecAbnormals.json",
2025-08-20T19:16:00.7454415Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyApisecApiResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecApiResource.json",
2025-08-20T19:16:00.7455529Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyApisecEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecEvents.json",
2025-08-20T19:16:00.7456720Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyApisecLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecLogDelivery.json",
2025-08-20T19:16:00.7458207Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyApisecLogDeliveryStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecLogDeliveryStatus.json",
2025-08-20T19:16:00.7459482Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyApisecModuleStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecModuleStatus.json",
2025-08-20T19:16:00.7460605Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyApisecStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecStatus.json",
2025-08-20T19:16:00.7461730Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyCloudResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyCloudResource.json",
2025-08-20T19:16:00.7463088Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyDefaultHttps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefaultHttps.json",
2025-08-20T19:16:00.7464398Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyDefenseResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseResourceGroup.json",
2025-08-20T19:16:00.7465790Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyDefenseResourceXff.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseResourceXff.json",
2025-08-20T19:16:00.7466909Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseRule.json",
2025-08-20T19:16:00.7468073Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyDefenseRuleCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseRuleCache.json",
2025-08-20T19:16:00.7469288Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyDefenseRuleStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseRuleStatus.json",
2025-08-20T19:16:00.7470517Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyDefenseSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseSceneConfig.json",
2025-08-20T19:16:00.7471721Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyDefenseTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseTemplate.json",
2025-08-20T19:16:00.7473352Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyDefenseTemplateStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseTemplateStatus.json",
2025-08-20T19:16:00.7474382Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDomain.json",
2025-08-20T19:16:00.7475666Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyDomainPunishStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDomainPunishStatus.json",
2025-08-20T19:16:00.7477139Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyHybridCloudClusterBypassStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudClusterBypassStatus.json",
2025-08-20T19:16:00.7478671Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyHybridCloudClusterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudClusterRule.json",
2025-08-20T19:16:00.7479939Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyHybridCloudGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudGroup.json",
2025-08-20T19:16:00.7481516Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyHybridCloudGroupExpansionServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudGroupExpansionServer.json",
2025-08-20T19:16:00.7483166Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyHybridCloudGroupShrinkServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudGroupShrinkServer.json",
2025-08-20T19:16:00.7484740Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyHybridCloudSdkPullinStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudSdkPullinStatus.json",
2025-08-20T19:16:00.7485941Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyHybridCloudServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudServer.json",
2025-08-20T19:16:00.7487208Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyMajorProtectionBlackIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyMajorProtectionBlackIp.json",
2025-08-20T19:16:00.7488305Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyMemberAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyMemberAccount.json",
2025-08-20T19:16:00.7489572Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyPauseProtectionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyPauseProtectionStatus.json",
2025-08-20T19:16:00.7490776Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyResourceLogStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyResourceLogStatus.json",
2025-08-20T19:16:00.7492058Z [00:02:03.633]➜  		"metadatas/waf-openapi/ModifyTemplateResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyTemplateResources.json",
2025-08-20T19:16:00.7493441Z [00:02:03.633]➜  		"metadatas/waf-openapi/ReCreateCloudResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ReCreateCloudResource.json",
2025-08-20T19:16:00.7494473Z [00:02:03.633]➜  		"metadatas/waf-openapi/ReleaseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ReleaseInstance.json",
2025-08-20T19:16:00.7495567Z [00:02:03.633]➜  		"metadatas/waf-openapi/SyncProductInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/SyncProductInstance.json",
2025-08-20T19:16:00.7496547Z [00:02:03.633]➜  		"metadatas/waf-openapi/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/TagResources.json",
2025-08-20T19:16:00.7497684Z [00:02:03.633]➜  		"metadatas/waf-openapi/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/UntagResources.json",
2025-08-20T19:16:00.7498920Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/AcceptApproveCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AcceptApproveCommand.json",
2025-08-20T19:16:00.7500180Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/AcceptOperationTicket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AcceptOperationTicket.json",
2025-08-20T19:16:00.7501392Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/AddDatabasesToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AddDatabasesToGroup.json",
2025-08-20T19:16:00.7502851Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/AddHostsToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AddHostsToGroup.json",
2025-08-20T19:16:00.7503998Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/AddUsersToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AddUsersToGroup.json",
2025-08-20T19:16:00.7505391Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/AttachDatabaseAccountsToUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachDatabaseAccountsToUser.json",
2025-08-20T19:16:00.7506938Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/AttachDatabaseAccountsToUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachDatabaseAccountsToUserGroup.json",
2025-08-20T19:16:00.7508486Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/AttachHostAccountsToHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostAccountsToHostShareKey.json",
2025-08-20T19:16:00.7510061Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/AttachHostAccountsToUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostAccountsToUser.json",
2025-08-20T19:16:00.7511616Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/AttachHostAccountsToUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostAccountsToUserGroup.json",
2025-08-20T19:16:00.7513460Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/AttachHostGroupAccountsToUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostGroupAccountsToUser.json",
2025-08-20T19:16:00.7514971Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json",
2025-08-20T19:16:00.7516437Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ConfigInstanceSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ConfigInstanceSecurityGroups.json",
2025-08-20T19:16:00.7517911Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ConfigInstanceWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ConfigInstanceWhiteList.json",
2025-08-20T19:16:00.7519105Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreateDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateDatabase.json",
2025-08-20T19:16:00.7520422Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreateDatabaseAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateDatabaseAccount.json",
2025-08-20T19:16:00.7521721Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreateExportConfigJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateExportConfigJob.json",
2025-08-20T19:16:00.7553302Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreateHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateHost.json",
2025-08-20T19:16:00.7554974Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreateHostAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateHostAccount.json",
2025-08-20T19:16:00.7556197Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreateHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateHostGroup.json",
2025-08-20T19:16:00.7557512Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreateHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateHostShareKey.json",
2025-08-20T19:16:00.7558812Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreateNetworkDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateNetworkDomain.json",
2025-08-20T19:16:00.7560357Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreateOperationTicket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateOperationTicket.json",
2025-08-20T19:16:00.7561544Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreatePolicy.json",
2025-08-20T19:16:00.7562850Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateRule.json",
2025-08-20T19:16:00.7563990Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateUser.json",
2025-08-20T19:16:00.7565155Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreateUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateUserGroup.json",
2025-08-20T19:16:00.7566557Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/CreateUserPublicKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateUserPublicKey.json",
2025-08-20T19:16:00.7567736Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DeleteDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteDatabase.json",
2025-08-20T19:16:00.7569044Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DeleteDatabaseAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteDatabaseAccount.json",
2025-08-20T19:16:00.7570168Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DeleteHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteHost.json",
2025-08-20T19:16:00.7571389Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DeleteHostAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteHostAccount.json",
2025-08-20T19:16:00.7572815Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DeleteHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteHostGroup.json",
2025-08-20T19:16:00.7574182Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DeleteHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteHostShareKey.json",
2025-08-20T19:16:00.7575410Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DeleteNetworkDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteNetworkDomain.json",
2025-08-20T19:16:00.7576489Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeletePolicy.json",
2025-08-20T19:16:00.7577530Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DeleteRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteRule.json",
2025-08-20T19:16:00.7578601Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteUser.json",
2025-08-20T19:16:00.7579886Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DeleteUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteUserGroup.json",
2025-08-20T19:16:00.7581109Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DeleteUserPublicKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteUserPublicKey.json",
2025-08-20T19:16:00.7582637Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DescribeInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DescribeInstanceAttribute.json",
2025-08-20T19:16:00.7583853Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DescribeInstances.json",
2025-08-20T19:16:00.7585121Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DescribeRegions.json",
2025-08-20T19:16:00.7586569Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DetachDatabaseAccountsFromUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachDatabaseAccountsFromUser.json",
2025-08-20T19:16:00.7588097Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DetachDatabaseAccountsFromUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachDatabaseAccountsFromUserGroup.json",
2025-08-20T19:16:00.7589596Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json",
2025-08-20T19:16:00.7591077Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DetachHostAccountsFromUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostAccountsFromUser.json",
2025-08-20T19:16:00.7592707Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DetachHostAccountsFromUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostAccountsFromUserGroup.json",
2025-08-20T19:16:00.7594170Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DetachHostGroupAccountsFromUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostGroupAccountsFromUser.json",
2025-08-20T19:16:00.7595720Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json",
2025-08-20T19:16:00.7597097Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DisableInstancePublicAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DisableInstancePublicAccess.json",
2025-08-20T19:16:00.7598285Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/DisableRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DisableRule.json",
2025-08-20T19:16:00.7599679Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/EnableInstancePublicAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/EnableInstancePublicAccess.json",
2025-08-20T19:16:00.7600736Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/EnableRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/EnableRule.json",
2025-08-20T19:16:00.7602112Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GenerateAssetOperationToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GenerateAssetOperationToken.json",
2025-08-20T19:16:00.7603325Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetDatabase.json",
2025-08-20T19:16:00.7604622Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetDatabaseAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetDatabaseAccount.json",
2025-08-20T19:16:00.7606018Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetExportConfigJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetExportConfigJob.json",
2025-08-20T19:16:00.7607044Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetHost.json",
2025-08-20T19:16:00.7608213Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetHostAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetHostAccount.json",
2025-08-20T19:16:00.7609363Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetHostGroup.json",
2025-08-20T19:16:00.7610762Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetHostShareKey.json",
2025-08-20T19:16:00.7612132Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetInstanceADAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetInstanceADAuthServer.json",
2025-08-20T19:16:00.7643978Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetInstanceLDAPAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetInstanceLDAPAuthServer.json",
2025-08-20T19:16:00.7645334Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetInstanceStoreInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetInstanceStoreInfo.json",
2025-08-20T19:16:00.7646851Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetInstanceTwoFactor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetInstanceTwoFactor.json",
2025-08-20T19:16:00.7648084Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetNetworkDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetNetworkDomain.json",
2025-08-20T19:16:00.7649164Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetPolicy.json",
2025-08-20T19:16:00.7650415Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetPolicyAssetScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetPolicyAssetScope.json",
2025-08-20T19:16:00.7651632Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetPolicyUserScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetPolicyUserScope.json",
2025-08-20T19:16:00.7652901Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetRule.json",
2025-08-20T19:16:00.7654073Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetUser.json",
2025-08-20T19:16:00.7655217Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/GetUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetUserGroup.json",
2025-08-20T19:16:00.7656465Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListApproveCommands.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListApproveCommands.json",
2025-08-20T19:16:00.7657706Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListDatabaseAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabaseAccounts.json",
2025-08-20T19:16:00.7659117Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListDatabaseAccountsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabaseAccountsForUser.json",
2025-08-20T19:16:00.7660625Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListDatabaseAccountsForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabaseAccountsForUserGroup.json",
2025-08-20T19:16:00.7661905Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabases.json",
2025-08-20T19:16:00.7663422Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListDatabasesForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabasesForUser.json",
2025-08-20T19:16:00.7664787Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListDatabasesForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabasesForUserGroup.json",
2025-08-20T19:16:00.7665962Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListHostAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostAccounts.json",
2025-08-20T19:16:00.7667560Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListHostAccountsForHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostAccountsForHostShareKey.json",
2025-08-20T19:16:00.7668894Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListHostAccountsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostAccountsForUser.json",
2025-08-20T19:16:00.7670285Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListHostAccountsForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostAccountsForUserGroup.json",
2025-08-20T19:16:00.7671737Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListHostGroupAccountNamesForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroupAccountNamesForUser.json",
2025-08-20T19:16:00.7673686Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json",
2025-08-20T19:16:00.7674872Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListHostGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroups.json",
2025-08-20T19:16:00.7676134Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListHostGroupsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroupsForUser.json",
2025-08-20T19:16:00.7677498Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListHostGroupsForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroupsForUserGroup.json",
2025-08-20T19:16:00.7678689Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListHostShareKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostShareKeys.json",
2025-08-20T19:16:00.7679846Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHosts.json",
2025-08-20T19:16:00.7681011Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListHostsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostsForUser.json",
2025-08-20T19:16:00.7682277Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListHostsForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostsForUserGroup.json",
2025-08-20T19:16:00.7683639Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListNetworkDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListNetworkDomains.json",
2025-08-20T19:16:00.7684967Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListOperationDatabaseAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationDatabaseAccounts.json",
2025-08-20T19:16:00.7686245Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListOperationDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationDatabases.json",
2025-08-20T19:16:00.7687731Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListOperationHostAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationHostAccounts.json",
2025-08-20T19:16:00.7688934Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListOperationHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationHosts.json",
2025-08-20T19:16:00.7690185Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListOperationTickets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationTickets.json",
2025-08-20T19:16:00.7691312Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListPolicies.json",
2025-08-20T19:16:00.7692761Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListRules.json",
2025-08-20T19:16:00.7693842Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListTagKeys.json",
2025-08-20T19:16:00.7694996Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListTagResources.json",
2025-08-20T19:16:00.7696159Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListUserGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListUserGroups.json",
2025-08-20T19:16:00.7697510Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListUserPublicKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListUserPublicKeys.json",
2025-08-20T19:16:00.7698789Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListUsers.json",
2025-08-20T19:16:00.7699881Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/LockUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/LockUsers.json",
2025-08-20T19:16:00.7701042Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyDatabase.json",
2025-08-20T19:16:00.7702358Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyDatabaseAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyDatabaseAccount.json",
2025-08-20T19:16:00.7733946Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHost.json",
2025-08-20T19:16:00.7735230Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyHostAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostAccount.json",
2025-08-20T19:16:00.7736444Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostGroup.json",
2025-08-20T19:16:00.7737686Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostShareKey.json",
2025-08-20T19:16:00.7739123Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyHostsActiveAddressType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostsActiveAddressType.json",
2025-08-20T19:16:00.7740345Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyHostsPort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostsPort.json",
2025-08-20T19:16:00.7741773Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyInstanceADAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyInstanceADAuthServer.json",
2025-08-20T19:16:00.7743583Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyInstanceAttribute.json",
2025-08-20T19:16:00.7745079Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json",
2025-08-20T19:16:00.7746455Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyInstanceTwoFactor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyInstanceTwoFactor.json",
2025-08-20T19:16:00.7747962Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyNetworkDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyNetworkDomain.json",
2025-08-20T19:16:00.7749152Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyPolicy.json",
2025-08-20T19:16:00.7750293Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyRule.json",
2025-08-20T19:16:00.7751412Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyUser.json",
2025-08-20T19:16:00.7752826Z [00:02:03.633]➜  		"metadatas/yundun-bastionhost/ModifyUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyUserGroup.json",
2025-08-20T19:16:00.7754316Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/ModifyUserPublicKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyUserPublicKey.json",
2025-08-20T19:16:00.7755962Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/MoveDatabasesToNetworkDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/MoveDatabasesToNetworkDomain.json",
2025-08-20T19:16:00.7757371Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/MoveHostsToNetworkDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/MoveHostsToNetworkDomain.json",
2025-08-20T19:16:00.7758590Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/MoveResourceGroup.json",
2025-08-20T19:16:00.7759906Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/RejectApproveCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RejectApproveCommand.json",
2025-08-20T19:16:00.7761261Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/RejectOperationTicket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RejectOperationTicket.json",
2025-08-20T19:16:00.7765551Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/RemoveDatabasesFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RemoveDatabasesFromGroup.json",
﻿2025-08-20T19:16:00.7768994Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/RemoveHostsFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RemoveHostsFromGroup.json",
2025-08-20T19:16:00.7770238Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/RemoveUsersFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RemoveUsersFromGroup.json",
2025-08-20T19:16:00.7771575Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/RenewAssetOperationToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RenewAssetOperationToken.json",
2025-08-20T19:16:00.7773229Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/ResetHostAccountCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ResetHostAccountCredential.json",
2025-08-20T19:16:00.7774744Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/SetPolicyAccessTimeRangeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyAccessTimeRangeConfig.json",
2025-08-20T19:16:00.7776069Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/SetPolicyApprovalConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyApprovalConfig.json",
2025-08-20T19:16:00.7777298Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/SetPolicyAssetScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyAssetScope.json",
2025-08-20T19:16:00.7778604Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/SetPolicyCommandConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyCommandConfig.json",
2025-08-20T19:16:00.7779878Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/SetPolicyIPAclConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyIPAclConfig.json",
2025-08-20T19:16:00.7781229Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/SetPolicyProtocolConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyProtocolConfig.json",
2025-08-20T19:16:00.7782676Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/SetPolicyUserScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyUserScope.json",
2025-08-20T19:16:00.7783823Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/StartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/StartInstance.json",
2025-08-20T19:16:00.7785104Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/TagResources.json",
2025-08-20T19:16:00.7786365Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/UnlockUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/UnlockUsers.json",
2025-08-20T19:16:00.7787563Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/UntagResources.json",
2025-08-20T19:16:00.7788984Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/VerifyInstanceADAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/VerifyInstanceADAuthServer.json",
2025-08-20T19:16:00.7790414Z [00:02:03.634]➜  		"metadatas/yundun-bastionhost/VerifyInstanceLDAPAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/VerifyInstanceLDAPAuthServer.json",
2025-08-20T19:16:00.7791582Z [00:02:03.634]➜  		"zh-CN/actiontrail/CreateDeliveryHistoryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/CreateDeliveryHistoryJob.json",
2025-08-20T19:16:00.7819510Z [00:02:03.634]➜  		"zh-CN/actiontrail/CreateTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/CreateTrail.json",
2025-08-20T19:16:00.7821082Z [00:02:03.634]➜  		"zh-CN/actiontrail/DeleteDeliveryHistoryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/DeleteDeliveryHistoryJob.json",
2025-08-20T19:16:00.7822230Z [00:02:03.634]➜  		"zh-CN/actiontrail/DeleteTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/DeleteTrail.json",
2025-08-20T19:16:00.7823442Z [00:02:03.634]➜  		"zh-CN/actiontrail/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/DescribeRegions.json",
2025-08-20T19:16:00.7824516Z [00:02:03.634]➜  		"zh-CN/actiontrail/DescribeTrails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/DescribeTrails.json",
2025-08-20T19:16:00.7825774Z [00:02:03.634]➜  		"zh-CN/actiontrail/GetAccessKeyLastUsedEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedEvents.json",
2025-08-20T19:16:00.7826967Z [00:02:03.634]➜  		"zh-CN/actiontrail/GetAccessKeyLastUsedInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedInfo.json",
2025-08-20T19:16:00.7828146Z [00:02:03.634]➜  		"zh-CN/actiontrail/GetAccessKeyLastUsedIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedIps.json",
2025-08-20T19:16:00.7829427Z [00:02:03.634]➜  		"zh-CN/actiontrail/GetAccessKeyLastUsedProducts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedProducts.json",
2025-08-20T19:16:00.7830715Z [00:02:03.634]➜  		"zh-CN/actiontrail/GetAccessKeyLastUsedResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedResources.json",
2025-08-20T19:16:00.7831876Z [00:02:03.634]➜  		"zh-CN/actiontrail/GetDeliveryHistoryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetDeliveryHistoryJob.json",
2025-08-20T19:16:00.7833402Z [00:02:03.634]➜  		"zh-CN/actiontrail/GetGlobalEventsStorageRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetGlobalEventsStorageRegion.json",
2025-08-20T19:16:00.7834450Z [00:02:03.634]➜  		"zh-CN/actiontrail/GetTrailStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetTrailStatus.json",
2025-08-20T19:16:00.7835607Z [00:02:03.634]➜  		"zh-CN/actiontrail/ListDeliveryHistoryJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/ListDeliveryHistoryJobs.json",
2025-08-20T19:16:00.7836625Z [00:02:03.634]➜  		"zh-CN/actiontrail/LookupEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/LookupEvents.json",
2025-08-20T19:16:00.7837774Z [00:02:03.634]➜  		"zh-CN/actiontrail/StartLogging.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/StartLogging.json",
2025-08-20T19:16:00.7838897Z [00:02:03.634]➜  		"zh-CN/actiontrail/StopLogging.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/StopLogging.json",
2025-08-20T19:16:00.7840288Z [00:02:03.634]➜  		"zh-CN/actiontrail/UpdateGlobalEventsStorageRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/UpdateGlobalEventsStorageRegion.json",
2025-08-20T19:16:00.7841190Z [00:02:03.634]➜  		"zh-CN/actiontrail/UpdateTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/UpdateTrail.json",
2025-08-20T19:16:00.7842020Z [00:02:03.634]➜  		"zh-CN/actiontrail/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/version.json",
2025-08-20T19:16:00.7843416Z [00:02:03.634]➜  		"zh-CN/adb/AllocateClusterPublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/AllocateClusterPublicConnection.json",
2025-08-20T19:16:00.7844372Z [00:02:03.634]➜  		"zh-CN/adb/ApplyAdviceById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ApplyAdviceById.json",
2025-08-20T19:16:00.7845251Z [00:02:03.634]➜  		"zh-CN/adb/AttachUserENI.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/AttachUserENI.json",
2025-08-20T19:16:00.7846576Z [00:02:03.634]➜  		"zh-CN/adb/BatchApplyAdviceByIdList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/BatchApplyAdviceByIdList.json",
2025-08-20T19:16:00.7847815Z [00:02:03.634]➜  		"zh-CN/adb/BindDBResourceGroupWithUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/BindDBResourceGroupWithUser.json",
2025-08-20T19:16:00.7848748Z [00:02:03.634]➜  		"zh-CN/adb/BindDBResourcePoolWithUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/BindDBResourcePoolWithUser.json",
2025-08-20T19:16:00.7849465Z [00:02:03.634]➜  		"zh-CN/adb/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateAccount.json",
2025-08-20T19:16:00.7850231Z [00:02:03.634]➜  		"zh-CN/adb/CreateDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateDBCluster.json",
2025-08-20T19:16:00.7851109Z [00:02:03.634]➜  		"zh-CN/adb/CreateDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateDBResourceGroup.json",
2025-08-20T19:16:00.7851986Z [00:02:03.634]➜  		"zh-CN/adb/CreateDBResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateDBResourcePool.json",
2025-08-20T19:16:00.7853040Z [00:02:03.634]➜  		"zh-CN/adb/CreateElasticPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateElasticPlan.json",
2025-08-20T19:16:00.7853839Z [00:02:03.634]➜  		"zh-CN/adb/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteAccount.json",
2025-08-20T19:16:00.7854655Z [00:02:03.634]➜  		"zh-CN/adb/DeleteDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteDBCluster.json",
2025-08-20T19:16:00.7855558Z [00:02:03.634]➜  		"zh-CN/adb/DeleteDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteDBResourceGroup.json",
2025-08-20T19:16:00.7856454Z [00:02:03.634]➜  		"zh-CN/adb/DeleteDBResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteDBResourcePool.json",
2025-08-20T19:16:00.7857284Z [00:02:03.634]➜  		"zh-CN/adb/DeleteElasticPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteElasticPlan.json",
2025-08-20T19:16:00.7858111Z [00:02:03.634]➜  		"zh-CN/adb/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAccounts.json",
2025-08-20T19:16:00.7859150Z [00:02:03.634]➜  		"zh-CN/adb/DescribeAdviceServiceEnabled.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAdviceServiceEnabled.json",
2025-08-20T19:16:00.7860141Z [00:02:03.634]➜  		"zh-CN/adb/DescribeAllAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAllAccounts.json",
2025-08-20T19:16:00.7861144Z [00:02:03.634]➜  		"zh-CN/adb/DescribeAllDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAllDataSource.json",
2025-08-20T19:16:00.7862101Z [00:02:03.634]➜  		"zh-CN/adb/DescribeAppliedAdvices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAppliedAdvices.json",
2025-08-20T19:16:00.7863217Z [00:02:03.634]➜  		"zh-CN/adb/DescribeAuditLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAuditLogConfig.json",
2025-08-20T19:16:00.7864169Z [00:02:03.634]➜  		"zh-CN/adb/DescribeAuditLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAuditLogRecords.json",
2025-08-20T19:16:00.7865154Z [00:02:03.634]➜  		"zh-CN/adb/DescribeAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAutoRenewAttribute.json",
2025-08-20T19:16:00.7866109Z [00:02:03.634]➜  		"zh-CN/adb/DescribeAvailableAdvices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAvailableAdvices.json",
2025-08-20T19:16:00.7867091Z [00:02:03.634]➜  		"zh-CN/adb/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAvailableResource.json",
2025-08-20T19:16:00.7868100Z [00:02:03.634]➜  		"zh-CN/adb/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeBackupPolicy.json",
2025-08-20T19:16:00.7869003Z [00:02:03.634]➜  		"zh-CN/adb/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeBackups.json",
2025-08-20T19:16:00.7869807Z [00:02:03.634]➜  		"zh-CN/adb/DescribeColumns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeColumns.json",
2025-08-20T19:16:00.7870764Z [00:02:03.634]➜  		"zh-CN/adb/DescribeComputeResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeComputeResource.json",
2025-08-20T19:16:00.7871853Z [00:02:03.634]➜  		"zh-CN/adb/DescribeConnectionCountRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeConnectionCountRecords.json",
2025-08-20T19:16:00.7873151Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDBClusterAccessWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterAccessWhiteList.json",
2025-08-20T19:16:00.7874164Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDBClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterAttribute.json",
2025-08-20T19:16:00.7875239Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDBClusterHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterHealthStatus.json",
2025-08-20T19:16:00.7876208Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDBClusterNetInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterNetInfo.json",
2025-08-20T19:16:00.7877261Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDBClusterPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterPerformance.json",
2025-08-20T19:16:00.7878559Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDBClusterResourcePoolPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterResourcePoolPerformance.json",
2025-08-20T19:16:00.7879525Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDBClusterStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterStatus.json",
2025-08-20T19:16:00.7880388Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDBClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusters.json",
2025-08-20T19:16:00.7881340Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBResourceGroup.json",
2025-08-20T19:16:00.7882272Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDBResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBResourcePool.json",
2025-08-20T19:16:00.7883579Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDiagnosisDimensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisDimensions.json",
2025-08-20T19:16:00.7884861Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDiagnosisMonitorPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisMonitorPerformance.json",
2025-08-20T19:16:00.7885835Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDiagnosisRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisRecords.json",
2025-08-20T19:16:00.7886819Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDiagnosisSQLInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisSQLInfo.json",
2025-08-20T19:16:00.7887740Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDiagnosisTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisTasks.json",
2025-08-20T19:16:00.7888688Z [00:02:03.634]➜  		"zh-CN/adb/DescribeDownloadRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDownloadRecords.json",
2025-08-20T19:16:00.7889521Z [00:02:03.634]➜  		"zh-CN/adb/DescribeEIURange.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeEIURange.json",
2025-08-20T19:16:00.7890700Z [00:02:03.634]➜  		"zh-CN/adb/DescribeElasticDailyPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeElasticDailyPlan.json",
2025-08-20T19:16:00.7891671Z [00:02:03.634]➜  		"zh-CN/adb/DescribeElasticPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeElasticPlan.json",
2025-08-20T19:16:00.7892770Z [00:02:03.634]➜  		"zh-CN/adb/DescribeInclinedTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeInclinedTables.json",
2025-08-20T19:16:00.7893748Z [00:02:03.634]➜  		"zh-CN/adb/DescribeLoadTasksRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeLoadTasksRecords.json",
2025-08-20T19:16:00.7894749Z [00:02:03.634]➜  		"zh-CN/adb/DescribeMaintenanceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeMaintenanceAction.json",
2025-08-20T19:16:00.7895777Z [00:02:03.634]➜  		"zh-CN/adb/DescribeOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeOperatorPermission.json",
2025-08-20T19:16:00.7896777Z [00:02:03.634]➜  		"zh-CN/adb/DescribePatternPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribePatternPerformance.json",
2025-08-20T19:16:00.7897667Z [00:02:03.634]➜  		"zh-CN/adb/DescribeProcessList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeProcessList.json",
2025-08-20T19:16:00.7898506Z [00:02:03.634]➜  		"zh-CN/adb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeRegions.json",
2025-08-20T19:16:00.7899448Z [00:02:03.634]➜  		"zh-CN/adb/DescribeResubmitConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeResubmitConfig.json",
2025-08-20T19:16:00.7900297Z [00:02:03.634]➜  		"zh-CN/adb/DescribeSQAConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSQAConfig.json",
2025-08-20T19:16:00.7901183Z [00:02:03.634]➜  		"zh-CN/adb/DescribeSQLPatterns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSQLPatterns.json",
2025-08-20T19:16:00.7901987Z [00:02:03.634]➜  		"zh-CN/adb/DescribeSQLPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSQLPlan.json",
2025-08-20T19:16:00.7911314Z [00:02:03.634]➜  		"zh-CN/adb/DescribeSQLPlanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSQLPlanTask.json",
2025-08-20T19:16:00.7912276Z [00:02:03.634]➜  		"zh-CN/adb/DescribeSchemas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSchemas.json",
2025-08-20T19:16:00.7913523Z [00:02:03.634]➜  		"zh-CN/adb/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSlowLogRecords.json",
2025-08-20T19:16:00.7914642Z [00:02:03.634]➜  		"zh-CN/adb/DescribeSlowLogTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSlowLogTrend.json",
2025-08-20T19:16:00.7915688Z [00:02:03.634]➜  		"zh-CN/adb/DescribeSqlPattern.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSqlPattern.json",
2025-08-20T19:16:00.7916714Z [00:02:03.634]➜  		"zh-CN/adb/DescribeTableAccessCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTableAccessCount.json",
2025-08-20T19:16:00.7917632Z [00:02:03.634]➜  		"zh-CN/adb/DescribeTableDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTableDetail.json",
2025-08-20T19:16:00.7918731Z [00:02:03.634]➜  		"zh-CN/adb/DescribeTablePartitionDiagnose.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTablePartitionDiagnose.json",
2025-08-20T19:16:00.7919734Z [00:02:03.634]➜  		"zh-CN/adb/DescribeTableStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTableStatistics.json",
2025-08-20T19:16:00.7920569Z [00:02:03.634]➜  		"zh-CN/adb/DescribeTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTables.json",
2025-08-20T19:16:00.7921557Z [00:02:03.634]➜  		"zh-CN/adb/DescribeTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTaskInfo.json",
2025-08-20T19:16:00.7922600Z [00:02:03.634]➜  		"zh-CN/adb/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeVSwitches.json",
2025-08-20T19:16:00.7923577Z [00:02:03.635]➜  		"zh-CN/adb/DetachUserENI.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DetachUserENI.json",
2025-08-20T19:16:00.7924495Z [00:02:03.635]➜  		"zh-CN/adb/DisableAdviceService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DisableAdviceService.json",
2025-08-20T19:16:00.7925492Z [00:02:03.636]➜  		"zh-CN/adb/DownloadDiagnosisRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DownloadDiagnosisRecords.json",
2025-08-20T19:16:00.7926415Z [00:02:03.636]➜  		"zh-CN/adb/EnableAdviceService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/EnableAdviceService.json",
2025-08-20T19:16:00.7927411Z [00:02:03.636]➜  		"zh-CN/adb/GrantOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/GrantOperatorPermission.json",
2025-08-20T19:16:00.7928193Z [00:02:03.637]➜  		"zh-CN/adb/KillProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/KillProcess.json",
2025-08-20T19:16:00.7929033Z [00:02:03.637]➜  		"zh-CN/adb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ListTagResources.json",
2025-08-20T19:16:00.7929879Z [00:02:03.637]➜  		"zh-CN/adb/MigrateDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/MigrateDBCluster.json",
2025-08-20T19:16:00.7930878Z [00:02:03.637]➜  		"zh-CN/adb/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyAccountDescription.json",
2025-08-20T19:16:00.7931806Z [00:02:03.637]➜  		"zh-CN/adb/ModifyAuditLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyAuditLogConfig.json",
2025-08-20T19:16:00.7932975Z [00:02:03.637]➜  		"zh-CN/adb/ModifyAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyAutoRenewAttribute.json",
2025-08-20T19:16:00.7933917Z [00:02:03.637]➜  		"zh-CN/adb/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyBackupPolicy.json",
2025-08-20T19:16:00.7935024Z [00:02:03.637]➜  		"zh-CN/adb/ModifyClusterConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyClusterConnectionString.json",
2025-08-20T19:16:00.7935865Z [00:02:03.637]➜  		"zh-CN/adb/ModifyDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBCluster.json",
2025-08-20T19:16:00.7937116Z [00:02:03.637]➜  		"zh-CN/adb/ModifyDBClusterAccessWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterAccessWhiteList.json",
2025-08-20T19:16:00.7938323Z [00:02:03.637]➜  		"zh-CN/adb/ModifyDBClusterDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterDescription.json",
2025-08-20T19:16:00.7939429Z [00:02:03.637]➜  		"zh-CN/adb/ModifyDBClusterMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterMaintainTime.json",
2025-08-20T19:16:00.7940380Z [00:02:03.637]➜  		"zh-CN/adb/ModifyDBClusterPayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterPayType.json",
2025-08-20T19:16:00.7941437Z [00:02:03.637]➜  		"zh-CN/adb/ModifyDBClusterResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterResourceGroup.json",
2025-08-20T19:16:00.7942556Z [00:02:03.637]➜  		"zh-CN/adb/ModifyDBResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBResourceGroup.json",
2025-08-20T19:16:00.7943520Z [00:02:03.637]➜  		"zh-CN/adb/ModifyDBResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBResourcePool.json",
2025-08-20T19:16:00.7944558Z [00:02:03.637]➜  		"zh-CN/adb/ModifyElasticPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyElasticPlan.json",
2025-08-20T19:16:00.7945499Z [00:02:03.637]➜  		"zh-CN/adb/ModifyLogBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyLogBackupPolicy.json",
2025-08-20T19:16:00.7946583Z [00:02:03.637]➜  		"zh-CN/adb/ModifyMaintenanceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyMaintenanceAction.json",
2025-08-20T19:16:00.7947514Z [00:02:03.637]➜  		"zh-CN/adb/ModifyResubmitConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyResubmitConfig.json",
2025-08-20T19:16:00.7948355Z [00:02:03.637]➜  		"zh-CN/adb/ModifySQAConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifySQAConfig.json",
2025-08-20T19:16:00.7949477Z [00:02:03.637]➜  		"zh-CN/adb/ReleaseClusterPublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ReleaseClusterPublicConnection.json",
2025-08-20T19:16:00.7950397Z [00:02:03.637]➜  		"zh-CN/adb/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ResetAccountPassword.json",
2025-08-20T19:16:00.7951385Z [00:02:03.637]➜  		"zh-CN/adb/RevokeOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/RevokeOperatorPermission.json",
2025-08-20T19:16:00.7952164Z [00:02:03.637]➜  		"zh-CN/adb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/TagResources.json",
2025-08-20T19:16:00.7953634Z [00:02:03.637]➜  		"zh-CN/adb/UnbindDBResourceGroupWithUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/UnbindDBResourceGroupWithUser.json",
2025-08-20T19:16:00.7954725Z [00:02:03.637]➜  		"zh-CN/adb/UnbindDBResourcePoolWithUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/UnbindDBResourcePoolWithUser.json",
2025-08-20T19:16:00.7955535Z [00:02:03.637]➜  		"zh-CN/adb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/UntagResources.json",
2025-08-20T19:16:00.7956228Z [00:02:03.637]➜  		"zh-CN/adb/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/version.json",
2025-08-20T19:16:00.7957133Z [00:02:03.637]➜  		"zh-CN/adcp/AttachClusterToHub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/AttachClusterToHub.json",
2025-08-20T19:16:00.7958002Z [00:02:03.637]➜  		"zh-CN/adcp/CreateHubCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/CreateHubCluster.json",
2025-08-20T19:16:00.7958839Z [00:02:03.637]➜  		"zh-CN/adcp/DeleteHubCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DeleteHubCluster.json",
2025-08-20T19:16:00.7959899Z [00:02:03.637]➜  		"zh-CN/adcp/DeletePolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DeletePolicyInstance.json",
2025-08-20T19:16:00.7960900Z [00:02:03.637]➜  		"zh-CN/adcp/DeleteUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DeleteUserPermission.json",
2025-08-20T19:16:00.7961825Z [00:02:03.637]➜  		"zh-CN/adcp/DeployPolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DeployPolicyInstance.json",
2025-08-20T19:16:00.7963081Z [00:02:03.637]➜  		"zh-CN/adcp/DescribeHubClusterDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeHubClusterDetails.json",
2025-08-20T19:16:00.7964174Z [00:02:03.637]➜  		"zh-CN/adcp/DescribeHubClusterKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeHubClusterKubeconfig.json",
2025-08-20T19:16:00.7965131Z [00:02:03.637]➜  		"zh-CN/adcp/DescribeHubClusterLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeHubClusterLogs.json",
2025-08-20T19:16:00.7966046Z [00:02:03.637]➜  		"zh-CN/adcp/DescribeHubClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeHubClusters.json",
2025-08-20T19:16:00.7967028Z [00:02:03.637]➜  		"zh-CN/adcp/DescribeManagedClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeManagedClusters.json",
2025-08-20T19:16:00.7967993Z [00:02:03.637]➜  		"zh-CN/adcp/DescribePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicies.json",
2025-08-20T19:16:00.7969037Z [00:02:03.637]➜  		"zh-CN/adcp/DescribePolicyDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicyDetails.json",
2025-08-20T19:16:00.7970177Z [00:02:03.637]➜  		"zh-CN/adcp/DescribePolicyGovernanceInCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicyGovernanceInCluster.json",
2025-08-20T19:16:00.7971203Z [00:02:03.637]➜  		"zh-CN/adcp/DescribePolicyInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicyInstances.json",
2025-08-20T19:16:00.7972308Z [00:02:03.637]➜  		"zh-CN/adcp/DescribePolicyInstancesStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicyInstancesStatus.json",
2025-08-20T19:16:00.7973288Z [00:02:03.637]➜  		"zh-CN/adcp/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeRegions.json",
2025-08-20T19:16:00.7974271Z [00:02:03.637]➜  		"zh-CN/adcp/DescribeUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeUserPermissions.json",
2025-08-20T19:16:00.7975202Z [00:02:03.637]➜  		"zh-CN/adcp/DetachClusterFromHub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DetachClusterFromHub.json",
2025-08-20T19:16:00.7976099Z [00:02:03.637]➜  		"zh-CN/adcp/GrantUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/GrantUserPermission.json",
2025-08-20T19:16:00.7977023Z [00:02:03.637]➜  		"zh-CN/adcp/GrantUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/GrantUserPermissions.json",
2025-08-20T19:16:00.7977999Z [00:02:03.637]➜  		"zh-CN/adcp/UpdateHubClusterFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/UpdateHubClusterFeature.json",
2025-08-20T19:16:00.7978925Z [00:02:03.637]➜  		"zh-CN/adcp/UpdateUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/UpdateUserPermission.json",
2025-08-20T19:16:00.7979626Z [00:02:03.637]➜  		"zh-CN/adcp/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/version.json",
2025-08-20T19:16:00.7980359Z [00:02:03.637]➜  		"zh-CN/agency/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/agency/version.json",
2025-08-20T19:16:00.7981169Z [00:02:03.637]➜  		"zh-CN/alb/AddEntriesToAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AddEntriesToAcl.json",
2025-08-20T19:16:00.7982243Z [00:02:03.637]➜  		"zh-CN/alb/AddServersToServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AddServersToServerGroup.json",
2025-08-20T19:16:00.7983781Z [00:02:03.637]➜  		"zh-CN/alb/ApplyHealthCheckTemplateToServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ApplyHealthCheckTemplateToServerGroup.json",
2025-08-20T19:16:00.7984814Z [00:02:03.637]➜  		"zh-CN/alb/AssociateAclsWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AssociateAclsWithListener.json",
2025-08-20T19:16:00.7986191Z [00:02:03.637]➜  		"zh-CN/alb/AssociateAdditionalCertificatesWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:16:00.7987526Z [00:02:03.637]➜  		"zh-CN/alb/AttachCommonBandwidthPackageToLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AttachCommonBandwidthPackageToLoadBalancer.json",
2025-08-20T19:16:00.7988598Z [00:02:03.637]➜  		"zh-CN/alb/CancelShiftLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CancelShiftLoadBalancerZones.json",
2025-08-20T19:16:00.7989401Z [00:02:03.637]➜  		"zh-CN/alb/CreateAScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateAScripts.json",
2025-08-20T19:16:00.7990232Z [00:02:03.637]➜  		"zh-CN/alb/CreateAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateAcl.json",
2025-08-20T19:16:00.7991235Z [00:02:03.637]➜  		"zh-CN/alb/CreateHealthCheckTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateHealthCheckTemplate.json",
2025-08-20T19:16:00.7992122Z [00:02:03.637]➜  		"zh-CN/alb/CreateListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateListener.json",
2025-08-20T19:16:00.7993160Z [00:02:03.637]➜  		"zh-CN/alb/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateLoadBalancer.json",
2025-08-20T19:16:00.7993910Z [00:02:03.637]➜  		"zh-CN/alb/CreateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateRule.json",
2025-08-20T19:16:00.7994661Z [00:02:03.637]➜  		"zh-CN/alb/CreateRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateRules.json",
2025-08-20T19:16:00.7995595Z [00:02:03.637]➜  		"zh-CN/alb/CreateSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateSecurityPolicy.json",
2025-08-20T19:16:00.7996449Z [00:02:03.637]➜  		"zh-CN/alb/CreateServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateServerGroup.json",
2025-08-20T19:16:00.7997255Z [00:02:03.637]➜  		"zh-CN/alb/DeleteAScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteAScripts.json",
2025-08-20T19:16:00.7997957Z [00:02:03.637]➜  		"zh-CN/alb/DeleteAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteAcl.json",
2025-08-20T19:16:00.7998995Z [00:02:03.637]➜  		"zh-CN/alb/DeleteHealthCheckTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteHealthCheckTemplates.json",
2025-08-20T19:16:00.7999800Z [00:02:03.637]➜  		"zh-CN/alb/DeleteListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteListener.json",
2025-08-20T19:16:00.8000669Z [00:02:03.638]➜  		"zh-CN/alb/DeleteLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteLoadBalancer.json",
2025-08-20T19:16:00.8001405Z [00:02:03.638]➜  		"zh-CN/alb/DeleteRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteRule.json",
2025-08-20T19:16:00.8002153Z [00:02:03.638]➜  		"zh-CN/alb/DeleteRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteRules.json",
2025-08-20T19:16:00.8003199Z [00:02:03.638]➜  		"zh-CN/alb/DeleteSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteSecurityPolicy.json",
2025-08-20T19:16:00.8004064Z [00:02:03.638]➜  		"zh-CN/alb/DeleteServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteServerGroup.json",
2025-08-20T19:16:00.8004978Z [00:02:03.638]➜  		"zh-CN/alb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DescribeRegions.json",
2025-08-20T19:16:00.8005837Z [00:02:03.638]➜  		"zh-CN/alb/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DescribeZones.json",
2025-08-20T19:16:00.8007248Z [00:02:03.638]➜  		"zh-CN/alb/DetachCommonBandwidthPackageFromLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DetachCommonBandwidthPackageFromLoadBalancer.json",
2025-08-20T19:16:00.8008250Z [00:02:03.638]➜  		"zh-CN/alb/DisableDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DisableDeletionProtection.json",
2025-08-20T19:16:00.8009309Z [00:02:03.638]➜  		"zh-CN/alb/DisableLoadBalancerAccessLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DisableLoadBalancerAccessLog.json",
2025-08-20T19:16:00.8010427Z [00:02:03.638]➜  		"zh-CN/alb/DisableLoadBalancerIpv6Internet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DisableLoadBalancerIpv6Internet.json",
2025-08-20T19:16:00.8011457Z [00:02:03.638]➜  		"zh-CN/alb/DissociateAclsFromListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DissociateAclsFromListener.json",
2025-08-20T19:16:00.8013071Z [00:02:03.638]➜  		"zh-CN/alb/DissociateAdditionalCertificatesFromListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DissociateAdditionalCertificatesFromListener.json",
2025-08-20T19:16:00.8014214Z [00:02:03.638]➜  		"zh-CN/alb/EnableDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/EnableDeletionProtection.json",
2025-08-20T19:16:00.8015255Z [00:02:03.638]➜  		"zh-CN/alb/EnableLoadBalancerAccessLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/EnableLoadBalancerAccessLog.json",
2025-08-20T19:16:00.8016351Z [00:02:03.638]➜  		"zh-CN/alb/EnableLoadBalancerIpv6Internet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/EnableLoadBalancerIpv6Internet.json",
2025-08-20T19:16:00.8017481Z [00:02:03.638]➜  		"zh-CN/alb/GetHealthCheckTemplateAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/GetHealthCheckTemplateAttribute.json",
2025-08-20T19:16:00.8020814Z [00:02:03.638]➜  		"zh-CN/alb/GetListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/GetListenerAttribute.json",
2025-08-20T19:16:00.8024011Z [00:02:03.638]➜  		"zh-CN/alb/GetListenerHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/GetListenerHealthStatus.json",
2025-08-20T19:16:00.8025069Z [00:02:03.638]➜  		"zh-CN/alb/GetLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/GetLoadBalancerAttribute.json",
2025-08-20T19:16:00.8025852Z [00:02:03.638]➜  		"zh-CN/alb/ListAScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAScripts.json",
2025-08-20T19:16:00.8026656Z [00:02:03.638]➜  		"zh-CN/alb/ListAclEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAclEntries.json",
2025-08-20T19:16:00.8027507Z [00:02:03.638]➜  		"zh-CN/alb/ListAclRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAclRelations.json",
2025-08-20T19:16:00.8028208Z [00:02:03.638]➜  		"zh-CN/alb/ListAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAcls.json",
2025-08-20T19:16:00.8029013Z [00:02:03.638]➜  		"zh-CN/alb/ListAsynJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAsynJobs.json",
2025-08-20T19:16:00.8036673Z [00:02:03.638]➜  		"zh-CN/alb/ListHealthCheckTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListHealthCheckTemplates.json",
2025-08-20T19:16:00.8037795Z [00:02:03.638]➜  		"zh-CN/alb/ListListenerCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListListenerCertificates.json",
2025-08-20T19:16:00.8038610Z [00:02:03.638]➜  		"zh-CN/alb/ListListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListListeners.json",
2025-08-20T19:16:00.8039464Z [00:02:03.638]➜  		"zh-CN/alb/ListLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListLoadBalancers.json",
2025-08-20T19:16:00.8040197Z [00:02:03.638]➜  		"zh-CN/alb/ListRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListRules.json",
2025-08-20T19:16:00.8041108Z [00:02:03.638]➜  		"zh-CN/alb/ListSecurityPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListSecurityPolicies.json",
2025-08-20T19:16:00.8042165Z [00:02:03.638]➜  		"zh-CN/alb/ListSecurityPolicyRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListSecurityPolicyRelations.json",
2025-08-20T19:16:00.8043383Z [00:02:03.638]➜  		"zh-CN/alb/ListServerGroupServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListServerGroupServers.json",
2025-08-20T19:16:00.8044268Z [00:02:03.638]➜  		"zh-CN/alb/ListServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListServerGroups.json",
2025-08-20T19:16:00.8045299Z [00:02:03.638]➜  		"zh-CN/alb/ListSystemSecurityPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListSystemSecurityPolicies.json",
2025-08-20T19:16:00.8046219Z [00:02:03.638]➜  		"zh-CN/alb/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListTagKeys.json",
2025-08-20T19:16:00.8047066Z [00:02:03.638]➜  		"zh-CN/alb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListTagResources.json",
2025-08-20T19:16:00.8047976Z [00:02:03.638]➜  		"zh-CN/alb/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListTagValues.json",
2025-08-20T19:16:00.8048840Z [00:02:03.638]➜  		"zh-CN/alb/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/MoveResourceGroup.json",
2025-08-20T19:16:00.8049746Z [00:02:03.638]➜  		"zh-CN/alb/RemoveEntriesFromAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/RemoveEntriesFromAcl.json",
2025-08-20T19:16:00.8050805Z [00:02:03.638]➜  		"zh-CN/alb/RemoveServersFromServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/RemoveServersFromServerGroup.json",
2025-08-20T19:16:00.8052010Z [00:02:03.638]➜  		"zh-CN/alb/ReplaceServersInServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ReplaceServersInServerGroup.json",
2025-08-20T19:16:00.8053140Z [00:02:03.638]➜  		"zh-CN/alb/StartListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/StartListener.json",
2025-08-20T19:16:00.8054254Z [00:02:03.638]➜  		"zh-CN/alb/StartShiftLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/StartShiftLoadBalancerZones.json",
2025-08-20T19:16:00.8055102Z [00:02:03.638]➜  		"zh-CN/alb/StopListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/StopListener.json",
2025-08-20T19:16:00.8055913Z [00:02:03.638]➜  		"zh-CN/alb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/TagResources.json",
2025-08-20T19:16:00.8056730Z [00:02:03.638]➜  		"zh-CN/alb/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UnTagResources.json",
2025-08-20T19:16:00.8057549Z [00:02:03.638]➜  		"zh-CN/alb/UpdateAScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateAScripts.json",
2025-08-20T19:16:00.8058428Z [00:02:03.638]➜  		"zh-CN/alb/UpdateAclAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateAclAttribute.json",
2025-08-20T19:16:00.8059630Z [00:02:03.638]➜  		"zh-CN/alb/UpdateHealthCheckTemplateAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateHealthCheckTemplateAttribute.json",
2025-08-20T19:16:00.8060585Z [00:02:03.638]➜  		"zh-CN/alb/UpdateListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateListenerAttribute.json",
2025-08-20T19:16:00.8061541Z [00:02:03.638]➜  		"zh-CN/alb/UpdateListenerLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateListenerLogConfig.json",
2025-08-20T19:16:00.8062920Z [00:02:03.638]➜  		"zh-CN/alb/UpdateLoadBalancerAddressTypeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateLoadBalancerAddressTypeConfig.json",
2025-08-20T19:16:00.8063973Z [00:02:03.638]➜  		"zh-CN/alb/UpdateLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:16:00.8064937Z [00:02:03.638]➜  		"zh-CN/alb/UpdateLoadBalancerEdition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateLoadBalancerEdition.json",
2025-08-20T19:16:00.8065856Z [00:02:03.638]➜  		"zh-CN/alb/UpdateLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateLoadBalancerZones.json",
2025-08-20T19:16:00.8066702Z [00:02:03.638]➜  		"zh-CN/alb/UpdateRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateRuleAttribute.json",
2025-08-20T19:16:00.8067577Z [00:02:03.638]➜  		"zh-CN/alb/UpdateRulesAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateRulesAttribute.json",
2025-08-20T19:16:00.8068768Z [00:02:03.638]➜  		"zh-CN/alb/UpdateSecurityPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateSecurityPolicyAttribute.json",
2025-08-20T19:16:00.8069767Z [00:02:03.638]➜  		"zh-CN/alb/UpdateServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateServerGroupAttribute.json",
2025-08-20T19:16:00.8070992Z [00:02:03.638]➜  		"zh-CN/alb/UpdateServerGroupServersAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateServerGroupServersAttribute.json",
2025-08-20T19:16:00.8071700Z [00:02:03.638]➜  		"zh-CN/alb/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/version.json",
2025-08-20T19:16:00.8072674Z [00:02:03.638]➜  		"zh-CN/alidns/AddCustomLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddCustomLine.json",
2025-08-20T19:16:00.8073552Z [00:02:03.638]➜  		"zh-CN/alidns/AddDnsCacheDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDnsCacheDomain.json",
2025-08-20T19:16:00.8074673Z [00:02:03.638]➜  		"zh-CN/alidns/AddDnsGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDnsGtmAccessStrategy.json",
2025-08-20T19:16:00.8075701Z [00:02:03.638]➜  		"zh-CN/alidns/AddDnsGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDnsGtmAddressPool.json",
2025-08-20T19:16:00.8076564Z [00:02:03.638]➜  		"zh-CN/alidns/AddDnsGtmMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDnsGtmMonitor.json",
2025-08-20T19:16:00.8077302Z [00:02:03.638]➜  		"zh-CN/alidns/AddDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDomain.json",
2025-08-20T19:16:00.8078148Z [00:02:03.638]➜  		"zh-CN/alidns/AddDomainBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDomainBackup.json",
2025-08-20T19:16:00.8078968Z [00:02:03.638]➜  		"zh-CN/alidns/AddDomainGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDomainGroup.json",
2025-08-20T19:16:00.8079821Z [00:02:03.638]➜  		"zh-CN/alidns/AddDomainRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDomainRecord.json",
2025-08-20T19:16:00.8080744Z [00:02:03.638]➜  		"zh-CN/alidns/AddGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddGtmAccessStrategy.json",
2025-08-20T19:16:00.8081615Z [00:02:03.638]➜  		"zh-CN/alidns/AddGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddGtmAddressPool.json",
2025-08-20T19:16:00.8082561Z [00:02:03.638]➜  		"zh-CN/alidns/AddGtmMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddGtmMonitor.json",
2025-08-20T19:16:00.8083501Z [00:02:03.638]➜  		"zh-CN/alidns/AddGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddGtmRecoveryPlan.json",
2025-08-20T19:16:00.8084419Z [00:02:03.638]➜  		"zh-CN/alidns/BindInstanceDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/BindInstanceDomains.json",
2025-08-20T19:16:00.8085311Z [00:02:03.638]➜  		"zh-CN/alidns/ChangeDomainGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ChangeDomainGroup.json",
2025-08-20T19:16:00.8086329Z [00:02:03.638]➜  		"zh-CN/alidns/ChangeDomainOfDnsProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ChangeDomainOfDnsProduct.json",
2025-08-20T19:16:00.8087148Z [00:02:03.638]➜  		"zh-CN/alidns/CopyGtmConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/CopyGtmConfig.json",
2025-08-20T19:16:00.8088010Z [00:02:03.638]➜  		"zh-CN/alidns/CreatePdnsAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/CreatePdnsAppKey.json",
2025-08-20T19:16:00.8088974Z [00:02:03.638]➜  		"zh-CN/alidns/CreatePdnsUdpIpSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/CreatePdnsUdpIpSegment.json",
2025-08-20T19:16:00.8089848Z [00:02:03.638]➜  		"zh-CN/alidns/DeleteCustomLines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteCustomLines.json",
2025-08-20T19:16:00.8090885Z [00:02:03.638]➜  		"zh-CN/alidns/DeleteDnsCacheDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDnsCacheDomain.json",
2025-08-20T19:16:00.8092081Z [00:02:03.638]➜  		"zh-CN/alidns/DeleteDnsGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDnsGtmAccessStrategy.json",
2025-08-20T19:16:00.8093244Z [00:02:03.638]➜  		"zh-CN/alidns/DeleteDnsGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDnsGtmAddressPool.json",
2025-08-20T19:16:00.8094054Z [00:02:03.638]➜  		"zh-CN/alidns/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDomain.json",
2025-08-20T19:16:00.8094919Z [00:02:03.638]➜  		"zh-CN/alidns/DeleteDomainGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDomainGroup.json",
2025-08-20T19:16:00.8095812Z [00:02:03.638]➜  		"zh-CN/alidns/DeleteDomainRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDomainRecord.json",
2025-08-20T19:16:00.8096887Z [00:02:03.638]➜  		"zh-CN/alidns/DeleteGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteGtmAccessStrategy.json",
2025-08-20T19:16:00.8097907Z [00:02:03.638]➜  		"zh-CN/alidns/DeleteGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteGtmAddressPool.json",
2025-08-20T19:16:00.8098859Z [00:02:03.638]➜  		"zh-CN/alidns/DeleteGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteGtmRecoveryPlan.json",
2025-08-20T19:16:00.8099832Z [00:02:03.638]➜  		"zh-CN/alidns/DeleteSubDomainRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteSubDomainRecords.json",
2025-08-20T19:16:00.8100842Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeBatchResultCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeBatchResultCount.json",
2025-08-20T19:16:00.8101897Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeBatchResultDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeBatchResultDetail.json",
2025-08-20T19:16:00.8102954Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeCustomLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeCustomLine.json",
2025-08-20T19:16:00.8103872Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeCustomLines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeCustomLines.json",
2025-08-20T19:16:00.8104883Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDNSSLBSubDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDNSSLBSubDomains.json",
2025-08-20T19:16:00.8105865Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsCacheDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsCacheDomains.json",
2025-08-20T19:16:00.8106990Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmAccessStrategies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAccessStrategies.json",
2025-08-20T19:16:00.8108076Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAccessStrategy.json",
2025-08-20T19:16:00.8109473Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json",
2025-08-20T19:16:00.8110604Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmAddrAttributeInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAddrAttributeInfo.json",
2025-08-20T19:16:00.8111929Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json",
2025-08-20T19:16:00.8113338Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmAvailableAlertGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAvailableAlertGroup.json",
2025-08-20T19:16:00.8114429Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstance.json",
2025-08-20T19:16:00.8115775Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmInstanceAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstanceAddressPool.json",
2025-08-20T19:16:00.8117009Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmInstanceAddressPools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstanceAddressPools.json",
2025-08-20T19:16:00.8118106Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstanceStatus.json",
2025-08-20T19:16:00.8119462Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmInstanceSystemCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstanceSystemCname.json",
2025-08-20T19:16:00.8120863Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstances.json",
2025-08-20T19:16:00.8121776Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmLogs.json",
2025-08-20T19:16:00.8123076Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmMonitorAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmMonitorAvailableConfig.json",
2025-08-20T19:16:00.8124223Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsGtmMonitorConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmMonitorConfig.json",
2025-08-20T19:16:00.8125284Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsProductInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsProductInstance.json",
2025-08-20T19:16:00.8126355Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDnsProductInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsProductInstances.json",
2025-08-20T19:16:00.8127468Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDohAccountStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohAccountStatistics.json",
2025-08-20T19:16:00.8128596Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDohDomainStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohDomainStatistics.json",
2025-08-20T19:16:00.8129847Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDohDomainStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohDomainStatisticsSummary.json",
2025-08-20T19:16:00.8131007Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDohSubDomainStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohSubDomainStatistics.json",
2025-08-20T19:16:00.8132313Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDohSubDomainStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohSubDomainStatisticsSummary.json",
2025-08-20T19:16:00.8133458Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDohUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohUserInfo.json",
2025-08-20T19:16:00.8134503Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDomainDnssecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainDnssecInfo.json",
2025-08-20T19:16:00.8135447Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDomainGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainGroups.json",
2025-08-20T19:16:00.8136306Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDomainInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainInfo.json",
2025-08-20T19:16:00.8137506Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDomainLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainLogs.json",
2025-08-20T19:16:00.8138472Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDomainNs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainNs.json",
2025-08-20T19:16:00.8139650Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDomainRecordInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainRecordInfo.json",
2025-08-20T19:16:00.8140632Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDomainRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainRecords.json",
2025-08-20T19:16:00.8141963Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDomainResolveStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainResolveStatisticsSummary.json",
2025-08-20T19:16:00.8143138Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDomainStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainStatistics.json",
2025-08-20T19:16:00.8144450Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDomainStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainStatisticsSummary.json",
2025-08-20T19:16:00.8145426Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomains.json",
2025-08-20T19:16:00.8146520Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmAccessStrategies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmAccessStrategies.json",
2025-08-20T19:16:00.8147575Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmAccessStrategy.json",
2025-08-20T19:16:00.8148937Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmAccessStrategyAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmAccessStrategyAvailableConfig.json",
2025-08-20T19:16:00.8150104Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmAvailableAlertGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmAvailableAlertGroup.json",
2025-08-20T19:16:00.8151051Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstance.json",
2025-08-20T19:16:00.8152202Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmInstanceAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstanceAddressPool.json",
2025-08-20T19:16:00.8153535Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmInstanceAddressPools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstanceAddressPools.json",
2025-08-20T19:16:00.8154592Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstanceStatus.json",
2025-08-20T19:16:00.8155756Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmInstanceSystemCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstanceSystemCname.json",
2025-08-20T19:16:00.8156727Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstances.json",
2025-08-20T19:16:00.8157594Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmLogs.json",
2025-08-20T19:16:00.8158809Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmMonitorAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmMonitorAvailableConfig.json",
2025-08-20T19:16:00.8159845Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmMonitorConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmMonitorConfig.json",
2025-08-20T19:16:00.8160858Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmRecoveryPlan.json",
2025-08-20T19:16:00.8162294Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmRecoveryPlanAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmRecoveryPlanAvailableConfig.json",
2025-08-20T19:16:00.8163559Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeGtmRecoveryPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmRecoveryPlans.json",
2025-08-20T19:16:00.8164582Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeInstanceDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeInstanceDomains.json",
2025-08-20T19:16:00.8165722Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeIspFlushCacheInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeIspFlushCacheInstances.json",
2025-08-20T19:16:00.8166924Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeIspFlushCacheRemainQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeIspFlushCacheRemainQuota.json",
2025-08-20T19:16:00.8168078Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeIspFlushCacheTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeIspFlushCacheTask.json",
2025-08-20T19:16:00.8169244Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeIspFlushCacheTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeIspFlushCacheTasks.json",
2025-08-20T19:16:00.8170315Z [00:02:03.638]➜  		"zh-CN/alidns/DescribePdnsAccountSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsAccountSummary.json",
2025-08-20T19:16:00.8171246Z [00:02:03.638]➜  		"zh-CN/alidns/DescribePdnsAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsAppKey.json",
2025-08-20T19:16:00.8172155Z [00:02:03.638]➜  		"zh-CN/alidns/DescribePdnsAppKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsAppKeys.json",
2025-08-20T19:16:00.8173350Z [00:02:03.638]➜  		"zh-CN/alidns/DescribePdnsOperateLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsOperateLogs.json",
2025-08-20T19:16:00.8174493Z [00:02:03.638]➜  		"zh-CN/alidns/DescribePdnsRequestStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsRequestStatistic.json",
2025-08-20T19:16:00.8175627Z [00:02:03.638]➜  		"zh-CN/alidns/DescribePdnsRequestStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsRequestStatistics.json",
2025-08-20T19:16:00.8176626Z [00:02:03.638]➜  		"zh-CN/alidns/DescribePdnsThreatLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsThreatLogs.json",
2025-08-20T19:16:00.8177717Z [00:02:03.638]➜  		"zh-CN/alidns/DescribePdnsThreatStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsThreatStatistic.json",
2025-08-20T19:16:00.8178828Z [00:02:03.638]➜  		"zh-CN/alidns/DescribePdnsThreatStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsThreatStatistics.json",
2025-08-20T19:16:00.8179893Z [00:02:03.638]➜  		"zh-CN/alidns/DescribePdnsUdpIpSegments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsUdpIpSegments.json",
2025-08-20T19:16:00.8180863Z [00:02:03.638]➜  		"zh-CN/alidns/DescribePdnsUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsUserInfo.json",
2025-08-20T19:16:00.8181778Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeRecordLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeRecordLogs.json",
2025-08-20T19:16:00.8183243Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeRecordResolveStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeRecordResolveStatisticsSummary.json",
2025-08-20T19:16:00.8184282Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeRecordStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeRecordStatistics.json",
2025-08-20T19:16:00.8185573Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeRecordStatisticsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeRecordStatisticsSummary.json",
2025-08-20T19:16:00.8186684Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeSubDomainRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeSubDomainRecords.json",
2025-08-20T19:16:00.8187648Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeSupportLines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeSupportLines.json",
2025-08-20T19:16:00.8188467Z [00:02:03.638]➜  		"zh-CN/alidns/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeTags.json",
2025-08-20T19:16:00.8189472Z [00:02:03.639]➜  		"zh-CN/alidns/DescribeTransferDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeTransferDomains.json",
2025-08-20T19:16:00.8190476Z [00:02:03.639]➜  		"zh-CN/alidns/ExecuteGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ExecuteGtmRecoveryPlan.json",
2025-08-20T19:16:00.8191454Z [00:02:03.639]➜  		"zh-CN/alidns/GetMainDomainName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/GetMainDomainName.json",
2025-08-20T19:16:00.8192665Z [00:02:03.639]➜  		"zh-CN/alidns/GetTxtRecordForVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/GetTxtRecordForVerify.json",
2025-08-20T19:16:00.8193576Z [00:02:03.639]➜  		"zh-CN/alidns/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ListTagResources.json",
2025-08-20T19:16:00.8194576Z [00:02:03.639]➜  		"zh-CN/alidns/ModifyHichinaDomainDNS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ModifyHichinaDomainDNS.json",
2025-08-20T19:16:00.8195593Z [00:02:03.639]➜  		"zh-CN/alidns/MoveDomainResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/MoveDomainResourceGroup.json",
2025-08-20T19:16:00.8196566Z [00:02:03.639]➜  		"zh-CN/alidns/MoveGtmResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/MoveGtmResourceGroup.json",
2025-08-20T19:16:00.8197488Z [00:02:03.639]➜  		"zh-CN/alidns/OperateBatchDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/OperateBatchDomain.json",
2025-08-20T19:16:00.8198395Z [00:02:03.639]➜  		"zh-CN/alidns/PausePdnsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/PausePdnsService.json",
2025-08-20T19:16:00.8199396Z [00:02:03.639]➜  		"zh-CN/alidns/PreviewGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/PreviewGtmRecoveryPlan.json",
2025-08-20T19:16:00.8200287Z [00:02:03.639]➜  		"zh-CN/alidns/RemovePdnsAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/RemovePdnsAppKey.json",
2025-08-20T19:16:00.8201279Z [00:02:03.639]➜  		"zh-CN/alidns/RemovePdnsUdpIpSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/RemovePdnsUdpIpSegment.json",
2025-08-20T19:16:00.8202197Z [00:02:03.639]➜  		"zh-CN/alidns/ResumePdnsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ResumePdnsService.json",
2025-08-20T19:16:00.8203218Z [00:02:03.639]➜  		"zh-CN/alidns/RetrieveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/RetrieveDomain.json",
2025-08-20T19:16:00.8204247Z [00:02:03.639]➜  		"zh-CN/alidns/RollbackGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/RollbackGtmRecoveryPlan.json",
2025-08-20T19:16:00.8205115Z [00:02:03.639]➜  		"zh-CN/alidns/SetDNSSLBStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDNSSLBStatus.json",
2025-08-20T19:16:00.8206047Z [00:02:03.639]➜  		"zh-CN/alidns/SetDnsGtmAccessMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDnsGtmAccessMode.json",
2025-08-20T19:16:00.8207031Z [00:02:03.639]➜  		"zh-CN/alidns/SetDnsGtmMonitorStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDnsGtmMonitorStatus.json",
2025-08-20T19:16:00.8208122Z [00:02:03.639]➜  		"zh-CN/alidns/SetDomainDnssecStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDomainDnssecStatus.json",
2025-08-20T19:16:00.8209240Z [00:02:03.639]➜  		"zh-CN/alidns/SetDomainRecordStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDomainRecordStatus.json",
2025-08-20T19:16:00.8210115Z [00:02:03.639]➜  		"zh-CN/alidns/SetGtmAccessMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetGtmAccessMode.json",
2025-08-20T19:16:00.8211049Z [00:02:03.639]➜  		"zh-CN/alidns/SetGtmMonitorStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetGtmMonitorStatus.json",
2025-08-20T19:16:00.8212041Z [00:02:03.639]➜  		"zh-CN/alidns/SubmitIspFlushCacheTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SubmitIspFlushCacheTask.json",
2025-08-20T19:16:00.8213530Z [00:02:03.639]➜  		"zh-CN/alidns/SwitchDnsGtmInstanceStrategyMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SwitchDnsGtmInstanceStrategyMode.json",
2025-08-20T19:16:00.8214448Z [00:02:03.639]➜  		"zh-CN/alidns/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/TagResources.json",
2025-08-20T19:16:00.8215303Z [00:02:03.639]➜  		"zh-CN/alidns/TransferDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/TransferDomain.json",
2025-08-20T19:16:00.8216258Z [00:02:03.639]➜  		"zh-CN/alidns/UnbindInstanceDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UnbindInstanceDomains.json",
2025-08-20T19:16:00.8217089Z [00:02:03.639]➜  		"zh-CN/alidns/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UntagResources.json",
2025-08-20T19:16:00.8217982Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateAppKeyState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateAppKeyState.json",
2025-08-20T19:16:00.8218877Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateCustomLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateCustomLine.json",
2025-08-20T19:16:00.8219797Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateDNSSLBWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDNSSLBWeight.json",
2025-08-20T19:16:00.8220738Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateDnsCacheDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsCacheDomain.json",
2025-08-20T19:16:00.8221802Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateDnsCacheDomainRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsCacheDomainRemark.json",
2025-08-20T19:16:00.8223004Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateDnsGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsGtmAccessStrategy.json",
2025-08-20T19:16:00.8224007Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateDnsGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsGtmAddressPool.json",
2025-08-20T19:16:00.8225184Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateDnsGtmInstanceGlobalConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsGtmInstanceGlobalConfig.json",
2025-08-20T19:16:00.8226124Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateDnsGtmMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsGtmMonitor.json",
2025-08-20T19:16:00.8227002Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateDomainGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDomainGroup.json",
2025-08-20T19:16:00.8227897Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateDomainRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDomainRecord.json",
2025-08-20T19:16:00.8228940Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateDomainRecordRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDomainRecordRemark.json",
2025-08-20T19:16:00.8229975Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateDomainRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDomainRemark.json",
2025-08-20T19:16:00.8231074Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateGtmAccessStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmAccessStrategy.json",
2025-08-20T19:16:00.8232038Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateGtmAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmAddressPool.json",
2025-08-20T19:16:00.8233340Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateGtmInstanceGlobalConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmInstanceGlobalConfig.json",
2025-08-20T19:16:00.8234234Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateGtmMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmMonitor.json",
2025-08-20T19:16:00.8235217Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateGtmRecoveryPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmRecoveryPlan.json",
2025-08-20T19:16:00.8236530Z [00:02:03.639]➜  		"zh-CN/alidns/UpdateIspFlushCacheInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateIspFlushCacheInstanceConfig.json",
2025-08-20T19:16:00.8237709Z [00:02:03.639]➜  		"zh-CN/alidns/ValidateDnsGtmCnameRrCanUse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ValidateDnsGtmCnameRrCanUse.json",
2025-08-20T19:16:00.8238749Z [00:02:03.639]➜  		"zh-CN/alidns/ValidatePdnsUdpIpSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ValidatePdnsUdpIpSegment.json",
2025-08-20T19:16:00.8239514Z [00:02:03.639]➜  		"zh-CN/alidns/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/version.json",
2025-08-20T19:16:00.8240485Z [00:02:03.639]➜  		"zh-CN/alikafka/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ChangeResourceGroup.json",
2025-08-20T19:16:00.8241476Z [00:02:03.639]➜  		"zh-CN/alikafka/ConvertPostPayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ConvertPostPayOrder.json",
2025-08-20T19:16:00.8242285Z [00:02:03.639]➜  		"zh-CN/alikafka/CreateAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreateAcl.json",
2025-08-20T19:16:00.8243464Z [00:02:03.639]➜  		"zh-CN/alikafka/CreateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreateConsumerGroup.json",
2025-08-20T19:16:00.8244425Z [00:02:03.639]➜  		"zh-CN/alikafka/CreatePostPayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreatePostPayOrder.json",
2025-08-20T19:16:00.8245355Z [00:02:03.639]➜  		"zh-CN/alikafka/CreatePrePayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreatePrePayOrder.json",
2025-08-20T19:16:00.8246220Z [00:02:03.639]➜  		"zh-CN/alikafka/CreateSaslUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreateSaslUser.json",
2025-08-20T19:16:00.8247051Z [00:02:03.639]➜  		"zh-CN/alikafka/CreateTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreateTopic.json",
2025-08-20T19:16:00.8247848Z [00:02:03.639]➜  		"zh-CN/alikafka/DeleteAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteAcl.json",
2025-08-20T19:16:00.8248792Z [00:02:03.639]➜  		"zh-CN/alikafka/DeleteConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteConsumerGroup.json",
2025-08-20T19:16:00.8249667Z [00:02:03.639]➜  		"zh-CN/alikafka/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteInstance.json",
2025-08-20T19:16:00.8250551Z [00:02:03.639]➜  		"zh-CN/alikafka/DeleteSaslUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteSaslUser.json",
2025-08-20T19:16:00.8251372Z [00:02:03.639]➜  		"zh-CN/alikafka/DeleteTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteTopic.json",
2025-08-20T19:16:00.8252546Z [00:02:03.639]➜  		"zh-CN/alikafka/DescribeAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DescribeAcls.json",
2025-08-20T19:16:00.8253631Z [00:02:03.639]➜  		"zh-CN/alikafka/DescribeSaslUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DescribeSaslUsers.json",
2025-08-20T19:16:00.8254630Z [00:02:03.639]➜  		"zh-CN/alikafka/GetAllInstanceIdList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetAllInstanceIdList.json",
2025-08-20T19:16:00.8255551Z [00:02:03.639]➜  		"zh-CN/alikafka/GetAllowedIpList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetAllowedIpList.json",
2025-08-20T19:16:00.8256446Z [00:02:03.639]➜  		"zh-CN/alikafka/GetConsumerList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetConsumerList.json",
2025-08-20T19:16:00.8257424Z [00:02:03.639]➜  		"zh-CN/alikafka/GetConsumerProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetConsumerProgress.json",
2025-08-20T19:16:00.8258425Z [00:02:03.639]➜  		"zh-CN/alikafka/GetInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetInstanceList.json",
2025-08-20T19:16:00.8259377Z [00:02:03.639]➜  		"zh-CN/alikafka/GetQuotaTip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetQuotaTip.json",
2025-08-20T19:16:00.8260232Z [00:02:03.639]➜  		"zh-CN/alikafka/GetTopicList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetTopicList.json",
2025-08-20T19:16:00.8261124Z [00:02:03.639]➜  		"zh-CN/alikafka/GetTopicStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetTopicStatus.json",
2025-08-20T19:16:00.8262033Z [00:02:03.639]➜  		"zh-CN/alikafka/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ListTagResources.json",
2025-08-20T19:16:00.8263138Z [00:02:03.639]➜  		"zh-CN/alikafka/ModifyInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ModifyInstanceName.json",
2025-08-20T19:16:00.8264114Z [00:02:03.639]➜  		"zh-CN/alikafka/ModifyPartitionNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ModifyPartitionNum.json",
2025-08-20T19:16:00.8265059Z [00:02:03.639]➜  		"zh-CN/alikafka/ModifyTopicRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ModifyTopicRemark.json",
2025-08-20T19:16:00.8265914Z [00:02:03.639]➜  		"zh-CN/alikafka/QueryMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/QueryMessage.json",
2025-08-20T19:16:00.8266810Z [00:02:03.639]➜  		"zh-CN/alikafka/ReleaseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ReleaseInstance.json",
2025-08-20T19:16:00.8267682Z [00:02:03.639]➜  		"zh-CN/alikafka/StartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/StartInstance.json",
2025-08-20T19:16:00.8268529Z [00:02:03.639]➜  		"zh-CN/alikafka/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/TagResources.json",
2025-08-20T19:16:00.8269419Z [00:02:03.639]➜  		"zh-CN/alikafka/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UntagResources.json",
2025-08-20T19:16:00.8270326Z [00:02:03.639]➜  		"zh-CN/alikafka/UpdateAllowedIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpdateAllowedIp.json",
2025-08-20T19:16:00.8271331Z [00:02:03.639]➜  		"zh-CN/alikafka/UpdateConsumerOffset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpdateConsumerOffset.json",
2025-08-20T19:16:00.8272320Z [00:02:03.639]➜  		"zh-CN/alikafka/UpdateInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpdateInstanceConfig.json",
2025-08-20T19:16:00.8273395Z [00:02:03.639]➜  		"zh-CN/alikafka/UpdateTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpdateTopicConfig.json",
2025-08-20T19:16:00.8274692Z [00:02:03.639]➜  		"zh-CN/alikafka/UpgradeInstanceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpgradeInstanceVersion.json",
2025-08-20T19:16:00.8275831Z [00:02:03.639]➜  		"zh-CN/alikafka/UpgradePostPayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpgradePostPayOrder.json",
2025-08-20T19:16:00.8276799Z [00:02:03.639]➜  		"zh-CN/alikafka/UpgradePrePayOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpgradePrePayOrder.json",
2025-08-20T19:16:00.8277645Z [00:02:03.639]➜  		"zh-CN/alikafka/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/version.json",
2025-08-20T19:16:00.8278961Z [00:02:03.639]➜  		"zh-CN/arms/AddAliClusterIdsToPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddAliClusterIdsToPrometheusGlobalView.json",
2025-08-20T19:16:00.8279712Z [00:02:03.639]➜  		"zh-CN/arms/AddGrafana.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddGrafana.json",
2025-08-20T19:16:00.8280656Z [00:02:03.639]➜  		"zh-CN/arms/AddIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddIntegration.json",
2025-08-20T19:16:00.8281726Z [00:02:03.639]➜  		"zh-CN/arms/AddPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusGlobalView.json",
2025-08-20T19:16:00.8283202Z [00:02:03.639]➜  		"zh-CN/arms/AddPrometheusGlobalViewByAliClusterIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusGlobalViewByAliClusterIds.json",
2025-08-20T19:16:00.8284158Z [00:02:03.639]➜  		"zh-CN/arms/AddPrometheusInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusInstance.json",
2025-08-20T19:16:00.8285167Z [00:02:03.639]➜  		"zh-CN/arms/AddPrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusIntegration.json",
2025-08-20T19:16:00.8286169Z [00:02:03.639]➜  		"zh-CN/arms/AddPrometheusRemoteWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusRemoteWrite.json",
2025-08-20T19:16:00.8287037Z [00:02:03.639]➜  		"zh-CN/arms/AddRecordingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddRecordingRule.json",
2025-08-20T19:16:00.8287966Z [00:02:03.639]➜  		"zh-CN/arms/AddTagToFlinkCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddTagToFlinkCluster.json",
2025-08-20T19:16:00.8289236Z [00:02:03.639]➜  		"zh-CN/arms/AppendInstancesToPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AppendInstancesToPrometheusGlobalView.json",
2025-08-20T19:16:00.8290037Z [00:02:03.639]➜  		"zh-CN/arms/ApplyScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ApplyScenario.json",
2025-08-20T19:16:00.8291142Z [00:02:03.639]➜  		"zh-CN/arms/BindPrometheusGrafanaInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/BindPrometheusGrafanaInstance.json",
2025-08-20T19:16:00.8292112Z [00:02:03.639]➜  		"zh-CN/arms/BlockAlarmNotification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/BlockAlarmNotification.json",
2025-08-20T19:16:00.8293178Z [00:02:03.639]➜  		"zh-CN/arms/ChangeAlarmSeverity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ChangeAlarmSeverity.json",
2025-08-20T19:16:00.8294089Z [00:02:03.639]➜  		"zh-CN/arms/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ChangeResourceGroup.json",
2025-08-20T19:16:00.8295029Z [00:02:03.639]➜  		"zh-CN/arms/CheckCommercialStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CheckCommercialStatus.json",
2025-08-20T19:16:00.8295922Z [00:02:03.639]➜  		"zh-CN/arms/CheckServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CheckServiceStatus.json",
2025-08-20T19:16:00.8296668Z [00:02:03.639]➜  		"zh-CN/arms/ClaimAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ClaimAlarm.json",
2025-08-20T19:16:00.8297527Z [00:02:03.639]➜  		"zh-CN/arms/CloseAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CloseAlarm.json",
2025-08-20T19:16:00.8298346Z [00:02:03.639]➜  		"zh-CN/arms/ConfigApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ConfigApp.json",
2025-08-20T19:16:00.8299240Z [00:02:03.639]➜  		"zh-CN/arms/CreateAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateAlertContact.json",
2025-08-20T19:16:00.8300222Z [00:02:03.639]➜  		"zh-CN/arms/CreateAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateAlertContactGroup.json",
2025-08-20T19:16:00.8301113Z [00:02:03.639]➜  		"zh-CN/arms/CreateDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateDispatchRule.json",
2025-08-20T19:16:00.8301980Z [00:02:03.639]➜  		"zh-CN/arms/CreateEnvCustomJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateEnvCustomJob.json",
2025-08-20T19:16:00.8303146Z [00:02:03.639]➜  		"zh-CN/arms/CreateEnvPodMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateEnvPodMonitor.json",
2025-08-20T19:16:00.8304248Z [00:02:03.639]➜  		"zh-CN/arms/CreateEnvServiceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateEnvServiceMonitor.json",
2025-08-20T19:16:00.8305135Z [00:02:03.639]➜  		"zh-CN/arms/CreateEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateEnvironment.json",
2025-08-20T19:16:00.8306099Z [00:02:03.639]➜  		"zh-CN/arms/CreateGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateGrafanaWorkspace.json",
2025-08-20T19:16:00.8306979Z [00:02:03.639]➜  		"zh-CN/arms/CreateIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateIntegration.json",
2025-08-20T19:16:00.8307953Z [00:02:03.639]➜  		"zh-CN/arms/CreateOrUpdateAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateAlertRule.json",
2025-08-20T19:16:00.8308956Z [00:02:03.639]➜  		"zh-CN/arms/CreateOrUpdateContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateContact.json",
2025-08-20T19:16:00.8310054Z [00:02:03.639]➜  		"zh-CN/arms/CreateOrUpdateContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateContactGroup.json",
2025-08-20T19:16:00.8311309Z [00:02:03.639]➜  		"zh-CN/arms/CreateOrUpdateEventBridgeIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateEventBridgeIntegration.json",
2025-08-20T19:16:00.8312293Z [00:02:03.639]➜  		"zh-CN/arms/CreateOrUpdateIMRobot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateIMRobot.json",
2025-08-20T19:16:00.8313788Z [00:02:03.639]➜  		"zh-CN/arms/CreateOrUpdateNotificationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateNotificationPolicy.json",
2025-08-20T19:16:00.8314928Z [00:02:03.639]➜  		"zh-CN/arms/CreateOrUpdateSilencePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateSilencePolicy.json",
2025-08-20T19:16:00.8316076Z [00:02:03.639]➜  		"zh-CN/arms/CreateOrUpdateWebhookContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateWebhookContact.json",
2025-08-20T19:16:00.8317142Z [00:02:03.639]➜  		"zh-CN/arms/CreatePrometheusAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreatePrometheusAlertRule.json",
2025-08-20T19:16:00.8318173Z [00:02:03.639]➜  		"zh-CN/arms/CreatePrometheusInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreatePrometheusInstance.json",
2025-08-20T19:16:00.8319230Z [00:02:03.639]➜  		"zh-CN/arms/CreatePrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreatePrometheusMonitoring.json",
2025-08-20T19:16:00.8320118Z [00:02:03.639]➜  		"zh-CN/arms/CreateRetcodeApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateRetcodeApp.json",
2025-08-20T19:16:00.8321213Z [00:02:03.639]➜  		"zh-CN/arms/CreateSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateSyntheticTask.json",
2025-08-20T19:16:00.8322346Z [00:02:03.639]➜  		"zh-CN/arms/CreateTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateTimingSyntheticTask.json",
2025-08-20T19:16:00.8323416Z [00:02:03.639]➜  		"zh-CN/arms/CreateWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateWebhook.json",
2025-08-20T19:16:00.8324261Z [00:02:03.639]➜  		"zh-CN/arms/DelAuthToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DelAuthToken.json",
2025-08-20T19:16:00.8325200Z [00:02:03.639]➜  		"zh-CN/arms/DeleteAddonRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAddonRelease.json",
2025-08-20T19:16:00.8326130Z [00:02:03.639]➜  		"zh-CN/arms/DeleteAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAlertContact.json",
2025-08-20T19:16:00.8327301Z [00:02:03.639]➜  		"zh-CN/arms/DeleteAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAlertContactGroup.json",
2025-08-20T19:16:00.8328313Z [00:02:03.639]➜  		"zh-CN/arms/DeleteAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAlertRule.json",
2025-08-20T19:16:00.8329221Z [00:02:03.639]➜  		"zh-CN/arms/DeleteAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAlertRules.json",
2025-08-20T19:16:00.8330064Z [00:02:03.639]➜  		"zh-CN/arms/DeleteAppList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAppList.json",
2025-08-20T19:16:00.8330970Z [00:02:03.639]➜  		"zh-CN/arms/DeleteCmsExporter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteCmsExporter.json",
2025-08-20T19:16:00.8331812Z [00:02:03.639]➜  		"zh-CN/arms/DeleteContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteContact.json",
2025-08-20T19:16:00.8332960Z [00:02:03.639]➜  		"zh-CN/arms/DeleteContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteContactGroup.json",
2025-08-20T19:16:00.8333959Z [00:02:03.639]➜  		"zh-CN/arms/DeleteDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteDispatchRule.json",
2025-08-20T19:16:00.8334873Z [00:02:03.639]➜  		"zh-CN/arms/DeleteEnvCustomJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvCustomJob.json",
2025-08-20T19:16:00.8335818Z [00:02:03.639]➜  		"zh-CN/arms/DeleteEnvPodMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvPodMonitor.json",
2025-08-20T19:16:00.8336824Z [00:02:03.639]➜  		"zh-CN/arms/DeleteEnvServiceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvServiceMonitor.json",
2025-08-20T19:16:00.8337953Z [00:02:03.639]➜  		"zh-CN/arms/DeleteEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvironment.json",
2025-08-20T19:16:00.8339001Z [00:02:03.639]➜  		"zh-CN/arms/DeleteEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvironmentFeature.json",
2025-08-20T19:16:00.8340261Z [00:02:03.639]➜  		"zh-CN/arms/DeleteEventBridgeIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEventBridgeIntegration.json",
2025-08-20T19:16:00.8341229Z [00:02:03.639]➜  		"zh-CN/arms/DeleteGrafanaResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteGrafanaResource.json",
2025-08-20T19:16:00.8342224Z [00:02:03.639]➜  		"zh-CN/arms/DeleteGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteGrafanaWorkspace.json",
2025-08-20T19:16:00.8343303Z [00:02:03.639]➜  		"zh-CN/arms/DeleteIMRobot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteIMRobot.json",
2025-08-20T19:16:00.8344208Z [00:02:03.639]➜  		"zh-CN/arms/DeleteIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteIntegration.json",
2025-08-20T19:16:00.8345062Z [00:02:03.639]➜  		"zh-CN/arms/DeleteIntegrations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteIntegrations.json",
2025-08-20T19:16:00.8346022Z [00:02:03.639]➜  		"zh-CN/arms/DeleteNotificationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteNotificationPolicy.json",
2025-08-20T19:16:00.8346992Z [00:02:03.639]➜  		"zh-CN/arms/DeletePrometheusAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusAlertRule.json",
2025-08-20T19:16:00.8348002Z [00:02:03.639]➜  		"zh-CN/arms/DeletePrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusGlobalView.json",
2025-08-20T19:16:00.8349039Z [00:02:03.639]➜  		"zh-CN/arms/DeletePrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusIntegration.json",
2025-08-20T19:16:00.8350179Z [00:02:03.639]➜  		"zh-CN/arms/DeletePrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusMonitoring.json",
2025-08-20T19:16:00.8351314Z [00:02:03.639]➜  		"zh-CN/arms/DeletePrometheusRemoteWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusRemoteWrite.json",
2025-08-20T19:16:00.8352161Z [00:02:03.639]➜  		"zh-CN/arms/DeleteRetcodeApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteRetcodeApp.json",
2025-08-20T19:16:00.8353160Z [00:02:03.639]➜  		"zh-CN/arms/DeleteScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteScenario.json",
2025-08-20T19:16:00.8354072Z [00:02:03.639]➜  		"zh-CN/arms/DeleteSilencePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteSilencePolicy.json",
2025-08-20T19:16:00.8354895Z [00:02:03.639]➜  		"zh-CN/arms/DeleteSourceMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteSourceMap.json",
2025-08-20T19:16:00.8355794Z [00:02:03.640]➜  		"zh-CN/arms/DeleteSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteSyntheticTask.json",
2025-08-20T19:16:00.8356822Z [00:02:03.640]➜  		"zh-CN/arms/DeleteTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteTimingSyntheticTask.json",
2025-08-20T19:16:00.8357661Z [00:02:03.640]➜  		"zh-CN/arms/DeleteTraceApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteTraceApp.json",
2025-08-20T19:16:00.8358580Z [00:02:03.640]➜  		"zh-CN/arms/DeleteWebhookContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteWebhookContact.json",
2025-08-20T19:16:00.8359496Z [00:02:03.640]➜  		"zh-CN/arms/DescribeAddonRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeAddonRelease.json",
2025-08-20T19:16:00.8360557Z [00:02:03.640]➜  		"zh-CN/arms/DescribeContactGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeContactGroups.json",
2025-08-20T19:16:00.8361412Z [00:02:03.640]➜  		"zh-CN/arms/DescribeContacts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeContacts.json",
2025-08-20T19:16:00.8362828Z [00:02:03.640]➜  		"zh-CN/arms/DescribeDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeDispatchRule.json",
2025-08-20T19:16:00.8363802Z [00:02:03.640]➜  		"zh-CN/arms/DescribeEnvCustomJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvCustomJob.json",
2025-08-20T19:16:00.8364759Z [00:02:03.640]➜  		"zh-CN/arms/DescribeEnvPodMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvPodMonitor.json",
2025-08-20T19:16:00.8365757Z [00:02:03.640]➜  		"zh-CN/arms/DescribeEnvServiceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvServiceMonitor.json",
2025-08-20T19:16:00.8366729Z [00:02:03.640]➜  		"zh-CN/arms/DescribeEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvironment.json",
2025-08-20T19:16:00.8367788Z [00:02:03.640]➜  		"zh-CN/arms/DescribeEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvironmentFeature.json",
2025-08-20T19:16:00.8368631Z [00:02:03.640]➜  		"zh-CN/arms/DescribeIMRobots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeIMRobots.json",
2025-08-20T19:16:00.8369682Z [00:02:03.640]➜  		"zh-CN/arms/DescribePrometheusAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribePrometheusAlertRule.json",
2025-08-20T19:16:00.8370652Z [00:02:03.640]➜  		"zh-CN/arms/DescribeTraceLicenseKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeTraceLicenseKey.json",
2025-08-20T19:16:00.8371615Z [00:02:03.640]➜  		"zh-CN/arms/DescribeWebhookContacts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeWebhookContacts.json",
2025-08-20T19:16:00.8372666Z [00:02:03.640]➜  		"zh-CN/arms/EnableMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/EnableMetric.json",
2025-08-20T19:16:00.8373673Z [00:02:03.640]➜  		"zh-CN/arms/GetAgentDownloadUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAgentDownloadUrl.json",
2025-08-20T19:16:00.8374494Z [00:02:03.640]➜  		"zh-CN/arms/GetAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAlertRules.json",
2025-08-20T19:16:00.8375335Z [00:02:03.640]➜  		"zh-CN/arms/GetAppApiByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAppApiByPage.json",
2025-08-20T19:16:00.8376168Z [00:02:03.640]➜  		"zh-CN/arms/GetAppJVMConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAppJVMConfig.json",
2025-08-20T19:16:00.8376934Z [00:02:03.640]➜  		"zh-CN/arms/GetAuthToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAuthToken.json",
2025-08-20T19:16:00.8377881Z [00:02:03.640]➜  		"zh-CN/arms/GetCloudClusterAllUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetCloudClusterAllUrl.json",
2025-08-20T19:16:00.8378730Z [00:02:03.640]➜  		"zh-CN/arms/GetClusterAllUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetClusterAllUrl.json",
2025-08-20T19:16:00.8379621Z [00:02:03.640]➜  		"zh-CN/arms/GetCommercialStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetCommercialStatus.json",
2025-08-20T19:16:00.8380404Z [00:02:03.640]➜  		"zh-CN/arms/GetExploreUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetExploreUrl.json",
2025-08-20T19:16:00.8381294Z [00:02:03.640]➜  		"zh-CN/arms/GetGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetGrafanaWorkspace.json",
2025-08-20T19:16:00.8382175Z [00:02:03.640]➜  		"zh-CN/arms/GetIntegrationState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetIntegrationState.json",
2025-08-20T19:16:00.8383478Z [00:02:03.640]➜  		"zh-CN/arms/GetManagedPrometheusStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetManagedPrometheusStatus.json",
2025-08-20T19:16:00.8384419Z [00:02:03.640]➜  		"zh-CN/arms/GetMultipleTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetMultipleTrace.json",
2025-08-20T19:16:00.8385411Z [00:02:03.640]➜  		"zh-CN/arms/GetOnCallSchedulesDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetOnCallSchedulesDetail.json",
2025-08-20T19:16:00.8386344Z [00:02:03.640]➜  		"zh-CN/arms/GetPrometheusApiToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusApiToken.json",
2025-08-20T19:16:00.8387342Z [00:02:03.640]➜  		"zh-CN/arms/GetPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusGlobalView.json",
2025-08-20T19:16:00.8388275Z [00:02:03.640]➜  		"zh-CN/arms/GetPrometheusInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusInstance.json",
2025-08-20T19:16:00.8389281Z [00:02:03.640]➜  		"zh-CN/arms/GetPrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusIntegration.json",
2025-08-20T19:16:00.8390277Z [00:02:03.640]➜  		"zh-CN/arms/GetPrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusMonitoring.json",
2025-08-20T19:16:00.8391274Z [00:02:03.640]➜  		"zh-CN/arms/GetPrometheusRemoteWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusRemoteWrite.json",
2025-08-20T19:16:00.8392128Z [00:02:03.640]➜  		"zh-CN/arms/GetRecordingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRecordingRule.json",
2025-08-20T19:16:00.8393164Z [00:02:03.640]➜  		"zh-CN/arms/GetRetcodeAppByPid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRetcodeAppByPid.json",
2025-08-20T19:16:00.8394123Z [00:02:03.640]➜  		"zh-CN/arms/GetRetcodeDataByQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRetcodeDataByQuery.json",
2025-08-20T19:16:00.8395108Z [00:02:03.640]➜  		"zh-CN/arms/GetRetcodeLogstore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRetcodeLogstore.json",
2025-08-20T19:16:00.8396086Z [00:02:03.640]➜  		"zh-CN/arms/GetRetcodeShareUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRetcodeShareUrl.json",
2025-08-20T19:16:00.8396939Z [00:02:03.640]➜  		"zh-CN/arms/GetSourceMapInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSourceMapInfo.json",
2025-08-20T19:16:00.8397652Z [00:02:03.640]➜  		"zh-CN/arms/GetStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetStack.json",
2025-08-20T19:16:00.8398553Z [00:02:03.640]➜  		"zh-CN/arms/GetSyntheticMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSyntheticMonitors.json",
2025-08-20T19:16:00.8399525Z [00:02:03.640]➜  		"zh-CN/arms/GetSyntheticTaskDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSyntheticTaskDetail.json",
2025-08-20T19:16:00.8400445Z [00:02:03.640]➜  		"zh-CN/arms/GetSyntheticTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSyntheticTaskList.json",
2025-08-20T19:16:00.8401445Z [00:02:03.640]➜  		"zh-CN/arms/GetSyntheticTaskMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSyntheticTaskMonitors.json",
2025-08-20T19:16:00.8402549Z [00:02:03.640]➜  		"zh-CN/arms/GetTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetTimingSyntheticTask.json",
2025-08-20T19:16:00.8403250Z [00:02:03.640]➜  		"zh-CN/arms/GetTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetTrace.json",
2025-08-20T19:16:00.8404003Z [00:02:03.640]➜  		"zh-CN/arms/GetTraceApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetTraceApp.json",
2025-08-20T19:16:00.8405116Z [00:02:03.640]➜  		"zh-CN/arms/ImportAppAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ImportAppAlertRules.json",
2025-08-20T19:16:00.8406151Z [00:02:03.640]➜  		"zh-CN/arms/InitEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InitEnvironment.json",
2025-08-20T19:16:00.8406926Z [00:02:03.640]➜  		"zh-CN/arms/InstallAddon.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InstallAddon.json",
2025-08-20T19:16:00.8407812Z [00:02:03.640]➜  		"zh-CN/arms/InstallCmsExporter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InstallCmsExporter.json",
2025-08-20T19:16:00.8408811Z [00:02:03.640]➜  		"zh-CN/arms/InstallEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InstallEnvironmentFeature.json",
2025-08-20T19:16:00.8409798Z [00:02:03.640]➜  		"zh-CN/arms/InstallManagedPrometheus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InstallManagedPrometheus.json",
2025-08-20T19:16:00.8410693Z [00:02:03.640]➜  		"zh-CN/arms/ListActivatedAlerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListActivatedAlerts.json",
2025-08-20T19:16:00.8411569Z [00:02:03.640]➜  		"zh-CN/arms/ListAddonReleases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListAddonReleases.json",
2025-08-20T19:16:00.8412552Z [00:02:03.640]➜  		"zh-CN/arms/ListAlertEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListAlertEvents.json",
2025-08-20T19:16:00.8413344Z [00:02:03.640]➜  		"zh-CN/arms/ListAlerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListAlerts.json",
2025-08-20T19:16:00.8414389Z [00:02:03.640]➜  		"zh-CN/arms/ListClusterFromGrafana.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListClusterFromGrafana.json",
2025-08-20T19:16:00.8415300Z [00:02:03.640]➜  		"zh-CN/arms/ListCmsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListCmsInstances.json",
2025-08-20T19:16:00.8416281Z [00:02:03.640]➜  		"zh-CN/arms/ListDashboards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListDashboards.json",
2025-08-20T19:16:00.8417345Z [00:02:03.640]➜  		"zh-CN/arms/ListDashboardsByName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListDashboardsByName.json",
2025-08-20T19:16:00.8418256Z [00:02:03.640]➜  		"zh-CN/arms/ListDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListDispatchRule.json",
2025-08-20T19:16:00.8419183Z [00:02:03.640]➜  		"zh-CN/arms/ListEnvCustomJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvCustomJobs.json",
2025-08-20T19:16:00.8420094Z [00:02:03.640]➜  		"zh-CN/arms/ListEnvPodMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvPodMonitors.json",
2025-08-20T19:16:00.8421114Z [00:02:03.640]➜  		"zh-CN/arms/ListEnvServiceMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvServiceMonitors.json",
2025-08-20T19:16:00.8422217Z [00:02:03.640]➜  		"zh-CN/arms/ListEnvironmentDashboards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvironmentDashboards.json",
2025-08-20T19:16:00.8423444Z [00:02:03.640]➜  		"zh-CN/arms/ListEnvironmentFeatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvironmentFeatures.json",
2025-08-20T19:16:00.8424357Z [00:02:03.640]➜  		"zh-CN/arms/ListEnvironments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvironments.json",
2025-08-20T19:16:00.8425355Z [00:02:03.640]➜  		"zh-CN/arms/ListEscalationPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEscalationPolicies.json",
2025-08-20T19:16:00.8426469Z [00:02:03.640]➜  		"zh-CN/arms/ListEventBridgeIntegrations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEventBridgeIntegrations.json",
2025-08-20T19:16:00.8427424Z [00:02:03.640]➜  		"zh-CN/arms/ListGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListGrafanaWorkspace.json",
2025-08-20T19:16:00.8428525Z [00:02:03.640]➜  		"zh-CN/arms/ListInsightsEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListInsightsEvents.json",
2025-08-20T19:16:00.8429553Z [00:02:03.640]➜  		"zh-CN/arms/ListIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListIntegration.json",
2025-08-20T19:16:00.8430602Z [00:02:03.640]➜  		"zh-CN/arms/ListNotificationPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListNotificationPolicies.json",
2025-08-20T19:16:00.8431539Z [00:02:03.640]➜  		"zh-CN/arms/ListOnCallSchedules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListOnCallSchedules.json",
2025-08-20T19:16:00.8432815Z [00:02:03.640]➜  		"zh-CN/arms/ListPrometheusAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusAlertRules.json",
2025-08-20T19:16:00.8433960Z [00:02:03.640]➜  		"zh-CN/arms/ListPrometheusAlertTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusAlertTemplates.json",
2025-08-20T19:16:00.8435020Z [00:02:03.640]➜  		"zh-CN/arms/ListPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusGlobalView.json",
2025-08-20T19:16:00.8436507Z [00:02:03.640]➜  		"zh-CN/arms/ListPrometheusInstanceByTagAndResourceGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusInstanceByTagAndResourceGroupId.json",
2025-08-20T19:16:00.8437513Z [00:02:03.640]➜  		"zh-CN/arms/ListPrometheusInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusInstances.json",
2025-08-20T19:16:00.8438549Z [00:02:03.640]➜  		"zh-CN/arms/ListPrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusIntegration.json",
2025-08-20T19:16:00.8439597Z [00:02:03.640]➜  		"zh-CN/arms/ListPrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusMonitoring.json",
2025-08-20T19:16:00.8440931Z [00:02:03.640]➜  		"zh-CN/arms/ListPrometheusRemoteWrites.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusRemoteWrites.json",
2025-08-20T19:16:00.8442039Z [00:02:03.640]➜  		"zh-CN/arms/ListRetcodeApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListRetcodeApps.json",
2025-08-20T19:16:00.8443059Z [00:02:03.640]➜  		"zh-CN/arms/ListScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListScenario.json",
2025-08-20T19:16:00.8443977Z [00:02:03.640]➜  		"zh-CN/arms/ListSilencePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListSilencePolicies.json",
2025-08-20T19:16:00.8445019Z [00:02:03.640]➜  		"zh-CN/arms/ListTimingSyntheticTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListTimingSyntheticTasks.json",
2025-08-20T19:16:00.8445828Z [00:02:03.640]➜  		"zh-CN/arms/ListTraceApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListTraceApps.json",
2025-08-20T19:16:00.8446798Z [00:02:03.640]➜  		"zh-CN/arms/ManageGetRecordingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ManageGetRecordingRule.json",
2025-08-20T19:16:00.8447694Z [00:02:03.640]➜  		"zh-CN/arms/ManageRecordingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ManageRecordingRule.json",
2025-08-20T19:16:00.8448578Z [00:02:03.640]➜  		"zh-CN/arms/OpenArmsDefaultSLR.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/OpenArmsDefaultSLR.json",
2025-08-20T19:16:00.8449640Z [00:02:03.640]➜  		"zh-CN/arms/OpenArmsServiceSecondVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/OpenArmsServiceSecondVersion.json",
2025-08-20T19:16:00.8450427Z [00:02:03.640]➜  		"zh-CN/arms/OpenVCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/OpenVCluster.json",
2025-08-20T19:16:00.8451379Z [00:02:03.640]➜  		"zh-CN/arms/OpenXtraceDefaultSLR.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/OpenXtraceDefaultSLR.json",
2025-08-20T19:16:00.8452238Z [00:02:03.640]➜  		"zh-CN/arms/QueryAppMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryAppMetadata.json",
2025-08-20T19:16:00.8453421Z [00:02:03.640]➜  		"zh-CN/arms/QueryAppTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryAppTopology.json",
2025-08-20T19:16:00.8454513Z [00:02:03.640]➜  		"zh-CN/arms/QueryCommercialUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryCommercialUsage.json",
2025-08-20T19:16:00.8455504Z [00:02:03.640]➜  		"zh-CN/arms/QueryMetricByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryMetricByPage.json",
2025-08-20T19:16:00.8456449Z [00:02:03.640]➜  		"zh-CN/arms/QueryPromInstallStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryPromInstallStatus.json",
2025-08-20T19:16:00.8457332Z [00:02:03.640]➜  		"zh-CN/arms/QueryReleaseMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryReleaseMetric.json",
2025-08-20T19:16:00.8458744Z [00:02:03.640]➜  		"zh-CN/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json",
2025-08-20T19:16:00.8460047Z [00:02:03.640]➜  		"zh-CN/arms/RemoveSourcesFromPrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/RemoveSourcesFromPrometheusGlobalView.json",
2025-08-20T19:16:00.8461068Z [00:02:03.640]➜  		"zh-CN/arms/RestartEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/RestartEnvironmentFeature.json",
2025-08-20T19:16:00.8461990Z [00:02:03.640]➜  		"zh-CN/arms/SaveTraceAppConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SaveTraceAppConfig.json",
2025-08-20T19:16:00.8463046Z [00:02:03.640]➜  		"zh-CN/arms/SearchAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchAlertContact.json",
2025-08-20T19:16:00.8464217Z [00:02:03.640]➜  		"zh-CN/arms/SearchAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchAlertContactGroup.json",
2025-08-20T19:16:00.8465285Z [00:02:03.640]➜  		"zh-CN/arms/SearchAlertHistories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchAlertHistories.json",
2025-08-20T19:16:00.8466170Z [00:02:03.640]➜  		"zh-CN/arms/SearchAlertRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchAlertRules.json",
2025-08-20T19:16:00.8466954Z [00:02:03.640]➜  		"zh-CN/arms/SearchEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchEvents.json",
2025-08-20T19:16:00.8467931Z [00:02:03.640]➜  		"zh-CN/arms/SearchRetcodeAppByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchRetcodeAppByPage.json",
2025-08-20T19:16:00.8468893Z [00:02:03.640]➜  		"zh-CN/arms/SearchTraceAppByName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchTraceAppByName.json",
2025-08-20T19:16:00.8469842Z [00:02:03.640]➜  		"zh-CN/arms/SearchTraceAppByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchTraceAppByPage.json",
2025-08-20T19:16:00.8470648Z [00:02:03.640]➜  		"zh-CN/arms/SearchTraces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchTraces.json",
2025-08-20T19:16:00.8471542Z [00:02:03.640]➜  		"zh-CN/arms/SearchTracesByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchTracesByPage.json",
2025-08-20T19:16:00.8472565Z [00:02:03.640]➜  		"zh-CN/arms/SendTTSVerifyLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SendTTSVerifyLink.json",
2025-08-20T19:16:00.8473542Z [00:02:03.640]➜  		"zh-CN/arms/SetRetcodeShareStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SetRetcodeShareStatus.json",
2025-08-20T19:16:00.8474439Z [00:02:03.640]➜  		"zh-CN/arms/StartAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/StartAlert.json",
2025-08-20T19:16:00.8475458Z [00:02:03.640]➜  		"zh-CN/arms/StartTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/StartTimingSyntheticTask.json",
2025-08-20T19:16:00.8476370Z [00:02:03.640]➜  		"zh-CN/arms/StopAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/StopAlert.json",
2025-08-20T19:16:00.8477373Z [00:02:03.640]➜  		"zh-CN/arms/StopTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/StopTimingSyntheticTask.json",
2025-08-20T19:16:00.8478405Z [00:02:03.640]➜  		"zh-CN/arms/SwitchSyntheticTaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SwitchSyntheticTaskStatus.json",
2025-08-20T19:16:00.8479304Z [00:02:03.640]➜  		"zh-CN/arms/SyncRecordingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SyncRecordingRules.json",
2025-08-20T19:16:00.8480080Z [00:02:03.640]➜  		"zh-CN/arms/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/TagResources.json",
2025-08-20T19:16:00.8481123Z [00:02:03.640]➜  		"zh-CN/arms/UninstallManagedPrometheus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UninstallManagedPrometheus.json",
2025-08-20T19:16:00.8482110Z [00:02:03.640]➜  		"zh-CN/arms/UninstallPromCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UninstallPromCluster.json",
2025-08-20T19:16:00.8483103Z [00:02:03.640]➜  		"zh-CN/arms/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UntagResources.json",
2025-08-20T19:16:00.8484039Z [00:02:03.640]➜  		"zh-CN/arms/UpdateAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateAlertContact.json",
2025-08-20T19:16:00.8485014Z [00:02:03.640]➜  		"zh-CN/arms/UpdateAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateAlertContactGroup.json",
2025-08-20T19:16:00.8485951Z [00:02:03.640]➜  		"zh-CN/arms/UpdateAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateAlertRule.json",
2025-08-20T19:16:00.8486864Z [00:02:03.640]➜  		"zh-CN/arms/UpdateDispatchRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateDispatchRule.json",
2025-08-20T19:16:00.8487823Z [00:02:03.640]➜  		"zh-CN/arms/UpdateEnvCustomJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateEnvCustomJob.json",
2025-08-20T19:16:00.8488736Z [00:02:03.640]➜  		"zh-CN/arms/UpdateEnvPodMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateEnvPodMonitor.json",
2025-08-20T19:16:00.8489700Z [00:02:03.640]➜  		"zh-CN/arms/UpdateEnvServiceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateEnvServiceMonitor.json",
2025-08-20T19:16:00.8490563Z [00:02:03.640]➜  		"zh-CN/arms/UpdateEnvironment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateEnvironment.json",
2025-08-20T19:16:00.8491526Z [00:02:03.640]➜  		"zh-CN/arms/UpdateGrafanaWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateGrafanaWorkspace.json",
2025-08-20T19:16:00.8492793Z [00:02:03.640]➜  		"zh-CN/arms/UpdateGrafanaWorkspaceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateGrafanaWorkspaceVersion.json",
2025-08-20T19:16:00.8493671Z [00:02:03.640]➜  		"zh-CN/arms/UpdateIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateIntegration.json",
2025-08-20T19:16:00.8494524Z [00:02:03.640]➜  		"zh-CN/arms/UpdateMetricDrop.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateMetricDrop.json",
2025-08-20T19:16:00.8495531Z [00:02:03.640]➜  		"zh-CN/arms/UpdatePrometheusAlertRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusAlertRule.json",
2025-08-20T19:16:00.8496561Z [00:02:03.640]➜  		"zh-CN/arms/UpdatePrometheusGlobalView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusGlobalView.json",
2025-08-20T19:16:00.8497717Z [00:02:03.640]➜  		"zh-CN/arms/UpdatePrometheusIntegration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusIntegration.json",
2025-08-20T19:16:00.8498847Z [00:02:03.640]➜  		"zh-CN/arms/UpdatePrometheusMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusMonitoring.json",
2025-08-20T19:16:00.8499998Z [00:02:03.640]➜  		"zh-CN/arms/UpdatePrometheusMonitoringStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusMonitoringStatus.json",
2025-08-20T19:16:00.8501052Z [00:02:03.640]➜  		"zh-CN/arms/UpdatePrometheusRemoteWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusRemoteWrite.json",
2025-08-20T19:16:00.8502093Z [00:02:03.640]➜  		"zh-CN/arms/UpdateTimingSyntheticTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateTimingSyntheticTask.json",
2025-08-20T19:16:00.8503062Z [00:02:03.640]➜  		"zh-CN/arms/UpdateWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateWebhook.json",
2025-08-20T19:16:00.8504004Z [00:02:03.640]➜  		"zh-CN/arms/UpgradeAddonRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpgradeAddonRelease.json",
2025-08-20T19:16:00.8505056Z [00:02:03.640]➜  		"zh-CN/arms/UpgradeEnvironmentFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpgradeEnvironmentFeature.json",
2025-08-20T19:16:00.8505749Z [00:02:03.640]➜  		"zh-CN/arms/Upload.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/Upload.json",
2025-08-20T19:16:00.8506444Z [00:02:03.640]➜  		"zh-CN/arms/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/version.json",
2025-08-20T19:16:00.8507456Z [00:02:03.640]➜  		"zh-CN/bssopenapi/AddAccountRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/AddAccountRelation.json",
2025-08-20T19:16:00.8508668Z [00:02:03.640]➜  		"zh-CN/bssopenapi/AllocateCostUnitResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/AllocateCostUnitResource.json",
2025-08-20T19:16:00.8509653Z [00:02:03.640]➜  		"zh-CN/bssopenapi/ApplyInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ApplyInvoice.json",
2025-08-20T19:16:00.8510532Z [00:02:03.640]➜  		"zh-CN/bssopenapi/CancelOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CancelOrder.json",
2025-08-20T19:16:00.8511707Z [00:02:03.640]➜  		"zh-CN/bssopenapi/ChangeResellerConsumeAmount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ChangeResellerConsumeAmount.json",
2025-08-20T19:16:00.8512774Z [00:02:03.640]➜  		"zh-CN/bssopenapi/ConfirmRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ConfirmRelation.json",
2025-08-20T19:16:00.8513817Z [00:02:03.640]➜  		"zh-CN/bssopenapi/ConvertChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ConvertChargeType.json",
2025-08-20T19:16:00.8514785Z [00:02:03.641]➜  		"zh-CN/bssopenapi/CreateAgAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateAgAccount.json",
2025-08-20T19:16:00.8515740Z [00:02:03.641]➜  		"zh-CN/bssopenapi/CreateCostUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateCostUnit.json",
2025-08-20T19:16:00.8516683Z [00:02:03.641]➜  		"zh-CN/bssopenapi/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateInstance.json",
2025-08-20T19:16:00.8517768Z [00:02:03.641]➜  		"zh-CN/bssopenapi/CreateResellerUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateResellerUserQuota.json",
2025-08-20T19:16:00.8518833Z [00:02:03.641]➜  		"zh-CN/bssopenapi/CreateResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateResourcePackage.json",
2025-08-20T19:16:00.8520154Z [00:02:03.641]➜  		"zh-CN/bssopenapi/CreateSavingsPlansInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateSavingsPlansInstance.json",
2025-08-20T19:16:00.8521197Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DeleteCostUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DeleteCostUnit.json",
2025-08-20T19:16:00.8522353Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeCostBudgetsSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeCostBudgetsSummary.json",
2025-08-20T19:16:00.8524069Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json",
2025-08-20T19:16:00.8525590Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json",
2025-08-20T19:16:00.8526664Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeInstanceBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeInstanceBill.json",
2025-08-20T19:16:00.8527714Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribePricingModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribePricingModule.json",
2025-08-20T19:16:00.8529321Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json",
2025-08-20T19:16:00.8530818Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json",
2025-08-20T19:16:00.8532027Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeResourceCoverageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourceCoverageDetail.json",
2025-08-20T19:16:00.8533496Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeResourceCoverageTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourceCoverageTotal.json",
2025-08-20T19:16:00.8534826Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeResourcePackageProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourcePackageProduct.json",
2025-08-20T19:16:00.8535997Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeResourceUsageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourceUsageDetail.json",
2025-08-20T19:16:00.8537139Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeResourceUsageTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourceUsageTotal.json",
2025-08-20T19:16:00.8538444Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeSavingsPlansCoverageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSavingsPlansCoverageDetail.json",
2025-08-20T19:16:00.8539734Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeSavingsPlansCoverageTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSavingsPlansCoverageTotal.json",
2025-08-20T19:16:00.8540980Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeSavingsPlansUsageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSavingsPlansUsageDetail.json",
2025-08-20T19:16:00.8542072Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeSavingsPlansUsageTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSavingsPlansUsageTotal.json",
2025-08-20T19:16:00.8543199Z [00:02:03.641]➜  		"zh-CN/bssopenapi/DescribeSplitItemBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSplitItemBill.json",
2025-08-20T19:16:00.8544149Z [00:02:03.641]➜  		"zh-CN/bssopenapi/EnableBillGeneration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/EnableBillGeneration.json",
2025-08-20T19:16:00.8545228Z [00:02:03.641]➜  		"zh-CN/bssopenapi/GetAccountRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetAccountRelation.json",
2025-08-20T19:16:00.8546348Z [00:02:03.641]➜  		"zh-CN/bssopenapi/GetCustomerAccountInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetCustomerAccountInfo.json",
2025-08-20T19:16:00.8547237Z [00:02:03.641]➜  		"zh-CN/bssopenapi/GetCustomerList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetCustomerList.json",
2025-08-20T19:16:00.8548170Z [00:02:03.641]➜  		"zh-CN/bssopenapi/GetOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetOrderDetail.json",
2025-08-20T19:16:00.8549188Z [00:02:03.641]➜  		"zh-CN/bssopenapi/GetPayAsYouGoPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetPayAsYouGoPrice.json",
2025-08-20T19:16:00.8550342Z [00:02:03.641]➜  		"zh-CN/bssopenapi/GetResourcePackagePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetResourcePackagePrice.json",
2025-08-20T19:16:00.8551594Z [00:02:03.641]➜  		"zh-CN/bssopenapi/GetSubscriptionPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetSubscriptionPrice.json",
2025-08-20T19:16:00.8552968Z [00:02:03.641]➜  		"zh-CN/bssopenapi/InquiryPriceRefundInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/InquiryPriceRefundInstance.json",
2025-08-20T19:16:00.8554034Z [00:02:03.641]➜  		"zh-CN/bssopenapi/ModifyAccountRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ModifyAccountRelation.json",
2025-08-20T19:16:00.8554964Z [00:02:03.641]➜  		"zh-CN/bssopenapi/ModifyCostUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ModifyCostUnit.json",
2025-08-20T19:16:00.8555880Z [00:02:03.641]➜  		"zh-CN/bssopenapi/ModifyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ModifyInstance.json",
2025-08-20T19:16:00.8556935Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryAccountBalance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAccountBalance.json",
2025-08-20T19:16:00.8557922Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryAccountBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAccountBill.json",
2025-08-20T19:16:00.8559146Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryAccountTransactionDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAccountTransactionDetails.json",
2025-08-20T19:16:00.8560253Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryAccountTransactions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAccountTransactions.json",
2025-08-20T19:16:00.8561320Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryAvailableInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAvailableInstances.json",
2025-08-20T19:16:00.8562201Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryBill.json",
2025-08-20T19:16:00.8563415Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryBillOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryBillOverview.json",
2025-08-20T19:16:00.8564625Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryBillToOSSSubscription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryBillToOSSSubscription.json",
2025-08-20T19:16:00.8565593Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryCashCoupons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCashCoupons.json",
2025-08-20T19:16:00.8566620Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryCommodityList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCommodityList.json",
2025-08-20T19:16:00.8567517Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryCostUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCostUnit.json",
2025-08-20T19:16:00.8568715Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryCostUnitResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCostUnitResource.json",
2025-08-20T19:16:00.8569963Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryCustomerAddressList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCustomerAddressList.json",
2025-08-20T19:16:00.8571109Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryDPUtilizationDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryDPUtilizationDetail.json",
2025-08-20T19:16:00.8572104Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryEvaluateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryEvaluateList.json",
2025-08-20T19:16:00.8573444Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryFinancialAccountInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryFinancialAccountInfo.json",
2025-08-20T19:16:00.8574619Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryInstanceBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryInstanceBill.json",
2025-08-20T19:16:00.8575788Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryInstanceByTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryInstanceByTag.json",
2025-08-20T19:16:00.8576924Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryInstanceGaapCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryInstanceGaapCost.json",
2025-08-20T19:16:00.8578115Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryInvoicingCustomerList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryInvoicingCustomerList.json",
2025-08-20T19:16:00.8578996Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryOrders.json",
2025-08-20T19:16:00.8580046Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryPermissionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryPermissionList.json",
2025-08-20T19:16:00.8581012Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryPrepaidCards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryPrepaidCards.json",
2025-08-20T19:16:00.8582073Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryPriceEntityList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryPriceEntityList.json",
2025-08-20T19:16:00.8583293Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryProductList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryProductList.json",
2025-08-20T19:16:00.8584476Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryRIUtilizationDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryRIUtilizationDetail.json",
2025-08-20T19:16:00.8585436Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryRedeem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryRedeem.json",
2025-08-20T19:16:00.8586495Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryRelationList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryRelationList.json",
2025-08-20T19:16:00.8587729Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryResellerAvailableQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryResellerAvailableQuota.json",
2025-08-20T19:16:00.8589036Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryResellerUserAlarmThreshold.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryResellerUserAlarmThreshold.json",
2025-08-20T19:16:00.8590300Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryResourcePackageInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryResourcePackageInstances.json",
2025-08-20T19:16:00.8591536Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QuerySavingsPlansDeductLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySavingsPlansDeductLog.json",
2025-08-20T19:16:00.8593289Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QuerySavingsPlansDiscount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySavingsPlansDiscount.json",
2025-08-20T19:16:00.8594722Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QuerySavingsPlansInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySavingsPlansInstance.json",
2025-08-20T19:16:00.8595722Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QuerySettleBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySettleBill.json",
2025-08-20T19:16:00.8596749Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QuerySkuPriceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySkuPriceList.json",
2025-08-20T19:16:00.8597784Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QuerySplitItemBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySplitItemBill.json",
2025-08-20T19:16:00.8598786Z [00:02:03.641]➜  		"zh-CN/bssopenapi/QueryUserOmsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryUserOmsData.json",
2025-08-20T19:16:00.8599903Z [00:02:03.641]➜  		"zh-CN/bssopenapi/RefundInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RefundInstance.json",
2025-08-20T19:16:00.8601026Z [00:02:03.641]➜  		"zh-CN/bssopenapi/ReleaseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ReleaseInstance.json",
2025-08-20T19:16:00.8602161Z [00:02:03.641]➜  		"zh-CN/bssopenapi/RelieveAccountRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RelieveAccountRelation.json",
2025-08-20T19:16:00.8603439Z [00:02:03.641]➜  		"zh-CN/bssopenapi/RenewChangeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RenewChangeInstance.json",
2025-08-20T19:16:00.8604396Z [00:02:03.641]➜  		"zh-CN/bssopenapi/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RenewInstance.json",
2025-08-20T19:16:00.8605489Z [00:02:03.641]➜  		"zh-CN/bssopenapi/RenewResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RenewResourcePackage.json",
2025-08-20T19:16:00.8606475Z [00:02:03.641]➜  		"zh-CN/bssopenapi/SaveUserCredit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SaveUserCredit.json",
2025-08-20T19:16:00.8607517Z [00:02:03.641]➜  		"zh-CN/bssopenapi/SetAllExpirationDay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetAllExpirationDay.json",
2025-08-20T19:16:00.8608569Z [00:02:03.641]➜  		"zh-CN/bssopenapi/SetCreditLabelAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetCreditLabelAction.json",
2025-08-20T19:16:00.8609447Z [00:02:03.641]➜  		"zh-CN/bssopenapi/SetRenewal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetRenewal.json",
2025-08-20T19:16:00.8610683Z [00:02:03.641]➜  		"zh-CN/bssopenapi/SetResellerUserAlarmThreshold.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetResellerUserAlarmThreshold.json",
2025-08-20T19:16:00.8611764Z [00:02:03.641]➜  		"zh-CN/bssopenapi/SetResellerUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetResellerUserQuota.json",
2025-08-20T19:16:00.8625817Z [00:02:03.641]➜  		"zh-CN/bssopenapi/SetResellerUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetResellerUserStatus.json",
2025-08-20T19:16:00.8627225Z [00:02:03.641]➜  		"zh-CN/bssopenapi/SubscribeBillToOSS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SubscribeBillToOSS.json",
2025-08-20T19:16:00.8628333Z [00:02:03.641]➜  		"zh-CN/bssopenapi/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/TagResources.json",
2025-08-20T19:16:00.8629513Z [00:02:03.641]➜  		"zh-CN/bssopenapi/UnsubscribeBillToOSS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/UnsubscribeBillToOSS.json",
2025-08-20T19:16:00.8630607Z [00:02:03.641]➜  		"zh-CN/bssopenapi/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/UntagResources.json",
2025-08-20T19:16:00.8631870Z [00:02:03.641]➜  		"zh-CN/bssopenapi/UpgradeResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/UpgradeResourcePackage.json",
2025-08-20T19:16:00.8632884Z [00:02:03.641]➜  		"zh-CN/bssopenapi/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/version.json",
2025-08-20T19:16:00.8633611Z [00:02:03.641]➜  		"zh-CN/cas/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cas/version.json",
2025-08-20T19:16:00.8634421Z [00:02:03.641]➜  		"zh-CN/cbn/ActiveFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ActiveFlowLog.json",
2025-08-20T19:16:00.8635772Z [00:02:03.641]➜  		"zh-CN/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:16:00.8637252Z [00:02:03.641]➜  		"zh-CN/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json",
2025-08-20T19:16:00.8638462Z [00:02:03.641]➜  		"zh-CN/cbn/AssociateCenBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AssociateCenBandwidthPackage.json",
2025-08-20T19:16:00.8639950Z [00:02:03.641]➜  		"zh-CN/cbn/AssociateTransitRouterAttachmentWithRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AssociateTransitRouterAttachmentWithRouteTable.json",
2025-08-20T19:16:00.8641263Z [00:02:03.641]➜  		"zh-CN/cbn/AssociateTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AssociateTransitRouterMulticastDomain.json",
2025-08-20T19:16:00.8642275Z [00:02:03.641]➜  		"zh-CN/cbn/AttachCenChildInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AttachCenChildInstance.json",
2025-08-20T19:16:00.8643717Z [00:02:03.641]➜  		"zh-CN/cbn/CheckTransitRouterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CheckTransitRouterService.json",
2025-08-20T19:16:00.8644496Z [00:02:03.641]➜  		"zh-CN/cbn/CreateCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCen.json",
2025-08-20T19:16:00.8645563Z [00:02:03.641]➜  		"zh-CN/cbn/CreateCenBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenBandwidthPackage.json",
2025-08-20T19:16:00.8647010Z [00:02:03.641]➜  		"zh-CN/cbn/CreateCenChildInstanceRouteEntryToAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenChildInstanceRouteEntryToAttachment.json",
2025-08-20T19:16:00.8648345Z [00:02:03.641]➜  		"zh-CN/cbn/CreateCenChildInstanceRouteEntryToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenChildInstanceRouteEntryToCen.json",
2025-08-20T19:16:00.8649649Z [00:02:03.641]➜  		"zh-CN/cbn/CreateCenInterRegionTrafficQosPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenInterRegionTrafficQosPolicy.json",
2025-08-20T19:16:00.8650941Z [00:02:03.641]➜  		"zh-CN/cbn/CreateCenInterRegionTrafficQosQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenInterRegionTrafficQosQueue.json",
2025-08-20T19:16:00.8651891Z [00:02:03.641]➜  		"zh-CN/cbn/CreateCenRouteMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenRouteMap.json",
2025-08-20T19:16:00.8652937Z [00:02:03.641]➜  		"zh-CN/cbn/CreateFlowlog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateFlowlog.json",
2025-08-20T19:16:00.8654061Z [00:02:03.641]➜  		"zh-CN/cbn/CreateTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTrafficMarkingPolicy.json",
2025-08-20T19:16:00.8655293Z [00:02:03.641]➜  		"zh-CN/cbn/CreateTransitRouteTableAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouteTableAggregation.json",
2025-08-20T19:16:00.8656461Z [00:02:03.641]➜  		"zh-CN/cbn/CreateTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouter.json",
2025-08-20T19:16:00.8657678Z [00:02:03.641]➜  		"zh-CN/cbn/CreateTransitRouterCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterCidr.json",
2025-08-20T19:16:00.8658980Z [00:02:03.641]➜  		"zh-CN/cbn/CreateTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterMulticastDomain.json",
2025-08-20T19:16:00.8660224Z [00:02:03.641]➜  		"zh-CN/cbn/CreateTransitRouterPeerAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterPeerAttachment.json",
2025-08-20T19:16:00.8661626Z [00:02:03.641]➜  		"zh-CN/cbn/CreateTransitRouterPrefixListAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterPrefixListAssociation.json",
2025-08-20T19:16:00.8663150Z [00:02:03.641]➜  		"zh-CN/cbn/CreateTransitRouterRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterRouteEntry.json",
2025-08-20T19:16:00.8664390Z [00:02:03.641]➜  		"zh-CN/cbn/CreateTransitRouterRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterRouteTable.json",
2025-08-20T19:16:00.8665565Z [00:02:03.641]➜  		"zh-CN/cbn/CreateTransitRouterVbrAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterVbrAttachment.json",
2025-08-20T19:16:00.8666730Z [00:02:03.641]➜  		"zh-CN/cbn/CreateTransitRouterVpcAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterVpcAttachment.json",
2025-08-20T19:16:00.8667882Z [00:02:03.641]➜  		"zh-CN/cbn/CreateTransitRouterVpnAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterVpnAttachment.json",
2025-08-20T19:16:00.8668726Z [00:02:03.641]➜  		"zh-CN/cbn/DeactiveFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeactiveFlowLog.json",
2025-08-20T19:16:00.8669481Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCen.json",
2025-08-20T19:16:00.8670590Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteCenBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenBandwidthPackage.json",
2025-08-20T19:16:00.8672050Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json",
2025-08-20T19:16:00.8681044Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteCenChildInstanceRouteEntryToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenChildInstanceRouteEntryToCen.json",
2025-08-20T19:16:00.8682525Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteCenInterRegionTrafficQosPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenInterRegionTrafficQosPolicy.json",
2025-08-20T19:16:00.8683804Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteCenInterRegionTrafficQosQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenInterRegionTrafficQosQueue.json",
2025-08-20T19:16:00.8684738Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteCenRouteMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenRouteMap.json",
2025-08-20T19:16:00.8685559Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteFlowlog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteFlowlog.json",
2025-08-20T19:16:00.8686590Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteRouteServiceInCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteRouteServiceInCen.json",
2025-08-20T19:16:00.8687684Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTrafficMarkingPolicy.json",
2025-08-20T19:16:00.8689173Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteTransitRouteTableAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouteTableAggregation.json",
2025-08-20T19:16:00.8690292Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouter.json",
2025-08-20T19:16:00.8691333Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteTransitRouterCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterCidr.json",
2025-08-20T19:16:00.8692756Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterMulticastDomain.json",
2025-08-20T19:16:00.8693995Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteTransitRouterPeerAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterPeerAttachment.json",
2025-08-20T19:16:00.8695415Z [00:02:03.641]➜  		"zh-CN/cbn/DeleteTransitRouterPrefixListAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterPrefixListAssociation.json",
2025-08-20T19:16:00.8696729Z [00:02:03.642]➜  		"zh-CN/cbn/DeleteTransitRouterRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterRouteEntry.json",
2025-08-20T19:16:00.8698033Z [00:02:03.642]➜  		"zh-CN/cbn/DeleteTransitRouterRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterRouteTable.json",
2025-08-20T19:16:00.8699264Z [00:02:03.642]➜  		"zh-CN/cbn/DeleteTransitRouterVbrAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterVbrAttachment.json",
2025-08-20T19:16:00.8700476Z [00:02:03.642]➜  		"zh-CN/cbn/DeleteTransitRouterVpcAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterVpcAttachment.json",
2025-08-20T19:16:00.8701677Z [00:02:03.642]➜  		"zh-CN/cbn/DeleteTransitRouterVpnAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterVpnAttachment.json",
2025-08-20T19:16:00.8713431Z [00:02:03.642]➜  		"zh-CN/cbn/DeregisterTransitRouterMulticastGroupMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeregisterTransitRouterMulticastGroupMembers.json",
2025-08-20T19:16:00.8714996Z [00:02:03.642]➜  		"zh-CN/cbn/DeregisterTransitRouterMulticastGroupSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeregisterTransitRouterMulticastGroupSources.json",
2025-08-20T19:16:00.8716338Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeCenAttachedChildInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenAttachedChildInstanceAttribute.json",
2025-08-20T19:16:00.8717508Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeCenAttachedChildInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenAttachedChildInstances.json",
2025-08-20T19:16:00.8718568Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeCenBandwidthPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenBandwidthPackages.json",
2025-08-20T19:16:00.8719849Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeCenChildInstanceRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenChildInstanceRouteEntries.json",
2025-08-20T19:16:00.8721283Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeCenGeographicSpanRemainingBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenGeographicSpanRemainingBandwidth.json",
2025-08-20T19:16:00.8722358Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeCenGeographicSpans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenGeographicSpans.json",
2025-08-20T19:16:00.8723813Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeCenInterRegionBandwidthLimits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenInterRegionBandwidthLimits.json",
2025-08-20T19:16:00.8724924Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeCenPrivateZoneRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenPrivateZoneRoutes.json",
2025-08-20T19:16:00.8726335Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeCenRegionDomainRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenRegionDomainRouteEntries.json",
2025-08-20T19:16:00.8727382Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeCenRouteMaps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenRouteMaps.json",
2025-08-20T19:16:00.8728392Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeCenVbrHealthCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenVbrHealthCheck.json",
2025-08-20T19:16:00.8729167Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeCens.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCens.json",
2025-08-20T19:16:00.8730257Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeChildInstanceRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeChildInstanceRegions.json",
2025-08-20T19:16:00.8731136Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeFlowlogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeFlowlogs.json",
2025-08-20T19:16:00.8732761Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeGeographicRegionMembership.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeGeographicRegionMembership.json",
2025-08-20T19:16:00.8733827Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeGrantRulesToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeGrantRulesToCen.json",
2025-08-20T19:16:00.8734965Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeGrantRulesToResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeGrantRulesToResource.json",
2025-08-20T19:16:00.8736120Z [00:02:03.642]➜  		"zh-CN/cbn/DescribePublishedRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribePublishedRouteEntries.json",
2025-08-20T19:16:00.8737140Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeRouteConflict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeRouteConflict.json",
2025-08-20T19:16:00.8738290Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeRouteServicesInCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeRouteServicesInCen.json",
2025-08-20T19:16:00.8739619Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeTransitRouteTableAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeTransitRouteTableAggregation.json",
2025-08-20T19:16:00.8741025Z [00:02:03.642]➜  		"zh-CN/cbn/DescribeTransitRouteTableAggregationDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeTransitRouteTableAggregationDetail.json",
2025-08-20T19:16:00.8742022Z [00:02:03.642]➜  		"zh-CN/cbn/DetachCenChildInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DetachCenChildInstance.json",
2025-08-20T19:16:00.8749883Z [00:02:03.642]➜  		"zh-CN/cbn/DisableCenVbrHealthCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DisableCenVbrHealthCheck.json",
2025-08-20T19:16:00.8751377Z [00:02:03.642]➜  		"zh-CN/cbn/DisableTransitRouterRouteTablePropagation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DisableTransitRouterRouteTablePropagation.json",
2025-08-20T19:16:00.8752955Z [00:02:03.642]➜  		"zh-CN/cbn/DisassociateTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DisassociateTransitRouterMulticastDomain.json",
2025-08-20T19:16:00.8754469Z [00:02:03.642]➜  		"zh-CN/cbn/DissociateTransitRouterAttachmentFromRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DissociateTransitRouterAttachmentFromRouteTable.json",
2025-08-20T19:16:00.8755499Z [00:02:03.642]➜  		"zh-CN/cbn/EnableCenVbrHealthCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/EnableCenVbrHealthCheck.json",
2025-08-20T19:16:00.8756837Z [00:02:03.642]➜  		"zh-CN/cbn/EnableTransitRouterRouteTablePropagation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/EnableTransitRouterRouteTablePropagation.json",
2025-08-20T19:16:00.8758221Z [00:02:03.642]➜  		"zh-CN/cbn/GrantInstanceToTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/GrantInstanceToTransitRouter.json",
2025-08-20T19:16:00.8759861Z [00:02:03.642]➜  		"zh-CN/cbn/ListCenChildInstanceRouteEntriesToAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListCenChildInstanceRouteEntriesToAttachment.json",
2025-08-20T19:16:00.8761172Z [00:02:03.642]➜  		"zh-CN/cbn/ListCenInterRegionTrafficQosPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListCenInterRegionTrafficQosPolicies.json",
2025-08-20T19:16:00.8762646Z [00:02:03.642]➜  		"zh-CN/cbn/ListCenInterRegionTrafficQosQueues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListCenInterRegionTrafficQosQueues.json",
2025-08-20T19:16:00.8763668Z [00:02:03.642]➜  		"zh-CN/cbn/ListGrantVSwitchEnis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListGrantVSwitchEnis.json",
2025-08-20T19:16:00.8764881Z [00:02:03.642]➜  		"zh-CN/cbn/ListGrantVSwitchesToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListGrantVSwitchesToCen.json",
2025-08-20T19:16:00.8765959Z [00:02:03.642]➜  		"zh-CN/cbn/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTagResources.json",
2025-08-20T19:16:00.8767096Z [00:02:03.642]➜  		"zh-CN/cbn/ListTrafficMarkingPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTrafficMarkingPolicies.json",
2025-08-20T19:16:00.8768355Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterAvailableResource.json",
2025-08-20T19:16:00.8769373Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterCidr.json",
2025-08-20T19:16:00.8770582Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterCidrAllocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterCidrAllocation.json",
2025-08-20T19:16:00.8772068Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterMulticastDomainAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterMulticastDomainAssociations.json",
2025-08-20T19:16:00.8773706Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterMulticastDomainVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterMulticastDomainVSwitches.json",
2025-08-20T19:16:00.8775033Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterMulticastDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterMulticastDomains.json",
2025-08-20T19:16:00.8776286Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterMulticastGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterMulticastGroups.json",
2025-08-20T19:16:00.8777471Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterPeerAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterPeerAttachments.json",
2025-08-20T19:16:00.8778836Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterPrefixListAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterPrefixListAssociation.json",
2025-08-20T19:16:00.8780016Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterRouteEntries.json",
2025-08-20T19:16:00.8781399Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterRouteTableAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterRouteTableAssociations.json",
2025-08-20T19:16:00.8782949Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterRouteTablePropagations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterRouteTablePropagations.json",
2025-08-20T19:16:00.8784353Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterRouteTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterRouteTables.json",
2025-08-20T19:16:00.8785518Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterVbrAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterVbrAttachments.json",
2025-08-20T19:16:00.8786911Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterVpcAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterVpcAttachments.json",
2025-08-20T19:16:00.8788126Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouterVpnAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterVpnAttachments.json",
2025-08-20T19:16:00.8789077Z [00:02:03.642]➜  		"zh-CN/cbn/ListTransitRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouters.json",
2025-08-20T19:16:00.8789979Z [00:02:03.642]➜  		"zh-CN/cbn/ModifyCenAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyCenAttribute.json",
2025-08-20T19:16:00.8791399Z [00:02:03.642]➜  		"zh-CN/cbn/ModifyCenBandwidthPackageAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyCenBandwidthPackageAttribute.json",
2025-08-20T19:16:00.8793187Z [00:02:03.642]➜  		"zh-CN/cbn/ModifyCenBandwidthPackageSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyCenBandwidthPackageSpec.json",
2025-08-20T19:16:00.8794176Z [00:02:03.642]➜  		"zh-CN/cbn/ModifyCenRouteMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyCenRouteMap.json",
2025-08-20T19:16:00.8795214Z [00:02:03.642]➜  		"zh-CN/cbn/ModifyFlowLogAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyFlowLogAttribute.json",
2025-08-20T19:16:00.8796281Z [00:02:03.642]➜  		"zh-CN/cbn/ModifyTransitRouterCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyTransitRouterCidr.json",
2025-08-20T19:16:00.8797569Z [00:02:03.642]➜  		"zh-CN/cbn/ModifyTransitRouterMulticastDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyTransitRouterMulticastDomain.json",
2025-08-20T19:16:00.8798518Z [00:02:03.642]➜  		"zh-CN/cbn/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/MoveResourceGroup.json",
2025-08-20T19:16:00.8799612Z [00:02:03.642]➜  		"zh-CN/cbn/OpenTransitRouterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/OpenTransitRouterService.json",
2025-08-20T19:16:00.8800578Z [00:02:03.642]➜  		"zh-CN/cbn/PublishRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/PublishRouteEntries.json",
2025-08-20T19:16:00.8801865Z [00:02:03.642]➜  		"zh-CN/cbn/RefreshTransitRouteTableAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RefreshTransitRouteTableAggregation.json",
2025-08-20T19:16:00.8803485Z [00:02:03.642]➜  		"zh-CN/cbn/RegisterTransitRouterMulticastGroupMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RegisterTransitRouterMulticastGroupMembers.json",
2025-08-20T19:16:00.8804815Z [00:02:03.642]➜  		"zh-CN/cbn/RegisterTransitRouterMulticastGroupSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RegisterTransitRouterMulticastGroupSources.json",
2025-08-20T19:16:00.8806183Z [00:02:03.642]➜  		"zh-CN/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json",
2025-08-20T19:16:00.8807625Z [00:02:03.642]➜  		"zh-CN/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json",
2025-08-20T19:16:00.8808886Z [00:02:03.642]➜  		"zh-CN/cbn/ReplaceTransitRouterRouteTableAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ReplaceTransitRouterRouteTableAssociation.json",
2025-08-20T19:16:00.8809912Z [00:02:03.642]➜  		"zh-CN/cbn/ResolveAndRouteServiceInCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ResolveAndRouteServiceInCen.json",
2025-08-20T19:16:00.8811154Z [00:02:03.642]➜  		"zh-CN/cbn/RevokeInstanceFromTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RevokeInstanceFromTransitRouter.json",
2025-08-20T19:16:00.8812292Z [00:02:03.642]➜  		"zh-CN/cbn/RoutePrivateZoneInCenToVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RoutePrivateZoneInCenToVpc.json",
2025-08-20T19:16:00.8813693Z [00:02:03.642]➜  		"zh-CN/cbn/SetCenInterRegionBandwidthLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/SetCenInterRegionBandwidthLimit.json",
2025-08-20T19:16:00.8814480Z [00:02:03.642]➜  		"zh-CN/cbn/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/TagResources.json",
2025-08-20T19:16:00.8815707Z [00:02:03.642]➜  		"zh-CN/cbn/TempUpgradeCenBandwidthPackageSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/TempUpgradeCenBandwidthPackageSpec.json",
2025-08-20T19:16:00.8816977Z [00:02:03.642]➜  		"zh-CN/cbn/UnassociateCenBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UnassociateCenBandwidthPackage.json",
2025-08-20T19:16:00.8818141Z [00:02:03.642]➜  		"zh-CN/cbn/UnroutePrivateZoneInCenToVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UnroutePrivateZoneInCenToVpc.json",
2025-08-20T19:16:00.8818939Z [00:02:03.642]➜  		"zh-CN/cbn/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UntagResources.json",
2025-08-20T19:16:00.8820338Z [00:02:03.642]➜  		"zh-CN/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json",
2025-08-20T19:16:00.8821660Z [00:02:03.642]➜  		"zh-CN/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json",
2025-08-20T19:16:00.8823060Z [00:02:03.642]➜  		"zh-CN/cbn/UpdateTrafficMarkingPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTrafficMarkingPolicyAttribute.json",
2025-08-20T19:16:00.8823960Z [00:02:03.642]➜  		"zh-CN/cbn/UpdateTransitRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouter.json",
2025-08-20T19:16:00.8825247Z [00:02:03.642]➜  		"zh-CN/cbn/UpdateTransitRouterPeerAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterPeerAttachmentAttribute.json",
2025-08-20T19:16:00.8826331Z [00:02:03.642]➜  		"zh-CN/cbn/UpdateTransitRouterRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterRouteEntry.json",
2025-08-20T19:16:00.8827395Z [00:02:03.642]➜  		"zh-CN/cbn/UpdateTransitRouterRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterRouteTable.json",
2025-08-20T19:16:00.8828712Z [00:02:03.642]➜  		"zh-CN/cbn/UpdateTransitRouterVbrAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterVbrAttachmentAttribute.json",
2025-08-20T19:16:00.8830108Z [00:02:03.642]➜  		"zh-CN/cbn/UpdateTransitRouterVpcAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterVpcAttachmentAttribute.json",
2025-08-20T19:16:00.8831442Z [00:02:03.642]➜  		"zh-CN/cbn/UpdateTransitRouterVpcAttachmentZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterVpcAttachmentZones.json",
2025-08-20T19:16:00.8833036Z [00:02:03.642]➜  		"zh-CN/cbn/UpdateTransitRouterVpnAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterVpnAttachmentAttribute.json",
2025-08-20T19:16:00.8834226Z [00:02:03.642]➜  		"zh-CN/cbn/WithdrawPublishedRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/WithdrawPublishedRouteEntries.json",
2025-08-20T19:16:00.8835148Z [00:02:03.642]➜  		"zh-CN/cbn/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/version.json",
2025-08-20T19:16:00.8836030Z [00:02:03.642]➜  		"zh-CN/ccc/AddAgentDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AddAgentDevice.json",
2025-08-20T19:16:00.8837171Z [00:02:03.642]➜  		"zh-CN/ccc/AddBulkPhoneNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AddBulkPhoneNumbers.json",
2025-08-20T19:16:00.8838073Z [00:02:03.642]➜  		"zh-CN/ccc/AddPhoneNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AddPhoneNumber.json",
2025-08-20T19:16:00.8838905Z [00:02:03.642]➜  		"zh-CN/ccc/AddPhoneTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AddPhoneTags.json",
2025-08-20T19:16:00.8839727Z [00:02:03.642]➜  		"zh-CN/ccc/AssignUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AssignUsers.json",
2025-08-20T19:16:00.8840788Z [00:02:03.642]➜  		"zh-CN/ccc/CallOnlinePrivacyNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CallOnlinePrivacyNumber.json",
2025-08-20T19:16:00.8841918Z [00:02:03.642]➜  		"zh-CN/ccc/CheckNumberAvaliable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CheckNumberAvaliable.json",
2025-08-20T19:16:00.8843543Z [00:02:03.642]➜  		"zh-CN/ccc/CommitContactFlowVersionModification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CommitContactFlowVersionModification.json",
2025-08-20T19:16:00.8844490Z [00:02:03.642]➜  		"zh-CN/ccc/CreateContactFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateContactFlow.json",
2025-08-20T19:16:00.8845297Z [00:02:03.642]➜  		"zh-CN/ccc/CreateFault.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateFault.json",
2025-08-20T19:16:00.8846148Z [00:02:03.642]➜  		"zh-CN/ccc/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateInstance.json",
2025-08-20T19:16:00.8846941Z [00:02:03.642]➜  		"zh-CN/ccc/CreateMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateMedia.json",
2025-08-20T19:16:00.8847819Z [00:02:03.642]➜  		"zh-CN/ccc/CreateSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateSkillGroup.json",
2025-08-20T19:16:00.8848627Z [00:02:03.642]➜  		"zh-CN/ccc/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateUser.json",
2025-08-20T19:16:00.8849608Z [00:02:03.642]➜  		"zh-CN/ccc/CreateVoiceAppraise.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateVoiceAppraise.json",
2025-08-20T19:16:00.8850495Z [00:02:03.642]➜  		"zh-CN/ccc/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DeleteInstance.json",
2025-08-20T19:16:00.8851319Z [00:02:03.642]➜  		"zh-CN/ccc/DeleteMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DeleteMedia.json",
2025-08-20T19:16:00.8852218Z [00:02:03.642]➜  		"zh-CN/ccc/DeletePhoneTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DeletePhoneTags.json",
2025-08-20T19:16:00.8853344Z [00:02:03.642]➜  		"zh-CN/ccc/DeleteSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DeleteSkillGroup.json",
2025-08-20T19:16:00.8854071Z [00:02:03.642]➜  		"zh-CN/ccc/DialEx.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DialEx.json",
2025-08-20T19:16:00.8855017Z [00:02:03.642]➜  		"zh-CN/ccc/DisableTrunkProviders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DisableTrunkProviders.json",
2025-08-20T19:16:00.8856035Z [00:02:03.642]➜  		"zh-CN/ccc/DownloadAllTypeRecording.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DownloadAllTypeRecording.json",
2025-08-20T19:16:00.8856925Z [00:02:03.642]➜  		"zh-CN/ccc/DownloadRecording.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DownloadRecording.json",
2025-08-20T19:16:00.8857671Z [00:02:03.642]➜  		"zh-CN/ccc/FindUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/FindUsers.json",
2025-08-20T19:16:00.8858976Z [00:02:03.642]➜  		"zh-CN/ccc/GenerateAgentStatisticReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GenerateAgentStatisticReport.json",
2025-08-20T19:16:00.8859962Z [00:02:03.642]➜  		"zh-CN/ccc/GetAgentData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetAgentData.json",
2025-08-20T19:16:00.8861057Z [00:02:03.642]➜  		"zh-CN/ccc/GetCallMeasureSummaryReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetCallMeasureSummaryReport.json",
2025-08-20T19:16:00.8861826Z [00:02:03.642]➜  		"zh-CN/ccc/GetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetConfig.json",
2025-08-20T19:16:00.8863230Z [00:02:03.642]➜  		"zh-CN/ccc/GetConversationDetailByContactId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetConversationDetailByContactId.json",
2025-08-20T19:16:00.8864048Z [00:02:03.642]➜  		"zh-CN/ccc/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstance.json",
2025-08-20T19:16:00.8865024Z [00:02:03.642]➜  		"zh-CN/ccc/GetInstanceState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstanceState.json",
2025-08-20T19:16:00.8866151Z [00:02:03.642]➜  		"zh-CN/ccc/GetInstanceSummaryReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstanceSummaryReport.json",
2025-08-20T19:16:00.8867363Z [00:02:03.642]➜  		"zh-CN/ccc/GetInstanceSummaryReportByInterval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstanceSummaryReportByInterval.json",
2025-08-20T19:16:00.8868657Z [00:02:03.642]➜  		"zh-CN/ccc/GetInstanceSummaryReportSinceMidnight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstanceSummaryReportSinceMidnight.json",
2025-08-20T19:16:00.8869594Z [00:02:03.642]➜  		"zh-CN/ccc/GetNumberRegionInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetNumberRegionInfo.json",
2025-08-20T19:16:00.8870623Z [00:02:03.642]➜  		"zh-CN/ccc/GetRecordOssUploadParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetRecordOssUploadParam.json",
2025-08-20T19:16:00.8871447Z [00:02:03.642]➜  		"zh-CN/ccc/GetRoutePoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetRoutePoint.json",
2025-08-20T19:16:00.8872602Z [00:02:03.642]➜  		"zh-CN/ccc/GetServiceExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetServiceExtensions.json",
2025-08-20T19:16:00.8873442Z [00:02:03.642]➜  		"zh-CN/ccc/GetSmsConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetSmsConfig.json",
2025-08-20T19:16:00.8874385Z [00:02:03.642]➜  		"zh-CN/ccc/GetTURNCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetTURNCredentials.json",
2025-08-20T19:16:00.8875303Z [00:02:03.642]➜  		"zh-CN/ccc/GetTURNServerList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetTURNServerList.json",
2025-08-20T19:16:00.8876049Z [00:02:03.642]➜  		"zh-CN/ccc/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetUser.json",
2025-08-20T19:16:00.8876985Z [00:02:03.642]➜  		"zh-CN/ccc/GetUserByExtension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetUserByExtension.json",
2025-08-20T19:16:00.8877828Z [00:02:03.642]➜  		"zh-CN/ccc/LaunchAppraise.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/LaunchAppraise.json",
2025-08-20T19:16:00.8878851Z [00:02:03.642]➜  		"zh-CN/ccc/LaunchShortMessageAppraise.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/LaunchShortMessageAppraise.json",
2025-08-20T19:16:00.8879679Z [00:02:03.642]➜  		"zh-CN/ccc/ListAgentDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentDevices.json",
2025-08-20T19:16:00.8880490Z [00:02:03.642]➜  		"zh-CN/ccc/ListAgentEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentEvents.json",
2025-08-20T19:16:00.8881530Z [00:02:03.642]➜  		"zh-CN/ccc/ListAgentStateLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentStateLogs.json",
2025-08-20T19:16:00.8882367Z [00:02:03.642]➜  		"zh-CN/ccc/ListAgentStates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentStates.json",
2025-08-20T19:16:00.8883640Z [00:02:03.642]➜  		"zh-CN/ccc/ListAgentSummaryReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentSummaryReports.json",
2025-08-20T19:16:00.8884885Z [00:02:03.642]➜  		"zh-CN/ccc/ListAgentSummaryReportsByInterval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentSummaryReportsByInterval.json",
2025-08-20T19:16:00.8886213Z [00:02:03.642]➜  		"zh-CN/ccc/ListAgentSummaryReportsSinceMidnight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentSummaryReportsSinceMidnight.json",
2025-08-20T19:16:00.8887227Z [00:02:03.642]➜  		"zh-CN/ccc/ListCallDetailRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListCallDetailRecords.json",
2025-08-20T19:16:00.8888565Z [00:02:03.642]➜  		"zh-CN/ccc/ListCallEventDetailByContactId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListCallEventDetailByContactId.json",
2025-08-20T19:16:00.8889895Z [00:02:03.642]➜  		"zh-CN/ccc/ListCallMeasureSummaryReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListCallMeasureSummaryReports.json",
2025-08-20T19:16:00.8890716Z [00:02:03.642]➜  		"zh-CN/ccc/ListConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListConfig.json",
2025-08-20T19:16:00.8891635Z [00:02:03.642]➜  		"zh-CN/ccc/ListContactFlows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListContactFlows.json",
2025-08-20T19:16:00.8892798Z [00:02:03.642]➜  		"zh-CN/ccc/ListInstancesOfUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListInstancesOfUser.json",
2025-08-20T19:16:00.8893819Z [00:02:03.642]➜  		"zh-CN/ccc/ListIvrTrackingDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListIvrTrackingDetail.json",
2025-08-20T19:16:00.8894646Z [00:02:03.642]➜  		"zh-CN/ccc/ListMedias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListMedias.json",
2025-08-20T19:16:00.8895808Z [00:02:03.642]➜  		"zh-CN/ccc/ListOutboundPhoneNumberOfUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListOutboundPhoneNumberOfUser.json",
2025-08-20T19:16:00.8896715Z [00:02:03.642]➜  		"zh-CN/ccc/ListPhoneNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListPhoneNumbers.json",
2025-08-20T19:16:00.8897559Z [00:02:03.642]➜  		"zh-CN/ccc/ListPhoneTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListPhoneTags.json",
2025-08-20T19:16:00.8898503Z [00:02:03.642]➜  		"zh-CN/ccc/ListRealTimeAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRealTimeAgent.json",
2025-08-20T19:16:00.8899516Z [00:02:03.642]➜  		"zh-CN/ccc/ListRecentCallRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRecentCallRecords.json",
2025-08-20T19:16:00.8900617Z [00:02:03.642]➜  		"zh-CN/ccc/ListRecordingOfDualTrack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRecordingOfDualTrack.json",
2025-08-20T19:16:00.8901560Z [00:02:03.642]➜  		"zh-CN/ccc/ListRecordings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRecordings.json",
2025-08-20T19:16:00.8902835Z [00:02:03.642]➜  		"zh-CN/ccc/ListRecordingsByContactId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRecordingsByContactId.json",
2025-08-20T19:16:00.8903577Z [00:02:03.642]➜  		"zh-CN/ccc/ListRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRoles.json",
2025-08-20T19:16:00.8904450Z [00:02:03.642]➜  		"zh-CN/ccc/ListSkillGroupStates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupStates.json",
2025-08-20T19:16:00.8905555Z [00:02:03.642]➜  		"zh-CN/ccc/ListSkillGroupSummaryReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupSummaryReports.json",
2025-08-20T19:16:00.8907030Z [00:02:03.642]➜  		"zh-CN/ccc/ListSkillGroupSummaryReportsByInterval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupSummaryReportsByInterval.json",
2025-08-20T19:16:00.8908479Z [00:02:03.642]➜  		"zh-CN/ccc/ListSkillGroupSummaryReportsSinceMidnight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupSummaryReportsSinceMidnight.json",
2025-08-20T19:16:00.8909326Z [00:02:03.642]➜  		"zh-CN/ccc/ListSkillGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroups.json",
2025-08-20T19:16:00.8910259Z [00:02:03.642]➜  		"zh-CN/ccc/ListSkillGroupsOfUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupsOfUser.json",
2025-08-20T19:16:00.8911319Z [00:02:03.643]➜  		"zh-CN/ccc/ListTransferableSkillGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListTransferableSkillGroups.json",
2025-08-20T19:16:00.8912325Z [00:02:03.643]➜  		"zh-CN/ccc/ListTrunkProviders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListTrunkProviders.json",
2025-08-20T19:16:00.8913657Z [00:02:03.643]➜  		"zh-CN/ccc/ListTrunksOfSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListTrunksOfSkillGroup.json",
2025-08-20T19:16:00.8914391Z [00:02:03.643]➜  		"zh-CN/ccc/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListUsers.json",
2025-08-20T19:16:00.8915307Z [00:02:03.643]➜  		"zh-CN/ccc/ListUsersOfSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListUsersOfSkillGroup.json",
2025-08-20T19:16:00.8916163Z [00:02:03.643]➜  		"zh-CN/ccc/ListVoiceAppraise.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListVoiceAppraise.json",
2025-08-20T19:16:00.8917018Z [00:02:03.643]➜  		"zh-CN/ccc/ModifyAgentDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyAgentDevice.json",
2025-08-20T19:16:00.8917870Z [00:02:03.643]➜  		"zh-CN/ccc/ModifyPhoneNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyPhoneNumber.json",
2025-08-20T19:16:00.8918697Z [00:02:03.643]➜  		"zh-CN/ccc/ModifyPhoneTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyPhoneTags.json",
2025-08-20T19:16:00.8919827Z [00:02:03.643]➜  		"zh-CN/ccc/ModifyPrimaryTrunksOfSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyPrimaryTrunksOfSkillGroup.json",
2025-08-20T19:16:00.8920929Z [00:02:03.643]➜  		"zh-CN/ccc/ModifyPrivacyNumberCallDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyPrivacyNumberCallDetail.json",
2025-08-20T19:16:00.8921784Z [00:02:03.643]➜  		"zh-CN/ccc/ModifySkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifySkillGroup.json",
2025-08-20T19:16:00.8922978Z [00:02:03.643]➜  		"zh-CN/ccc/ModifySkillGroupBasicInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifySkillGroupBasicInfo.json",
2025-08-20T19:16:00.8923955Z [00:02:03.643]➜  		"zh-CN/ccc/ModifySkillGroupOfUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifySkillGroupOfUser.json",
2025-08-20T19:16:00.8925086Z [00:02:03.643]➜  		"zh-CN/ccc/ModifySkillGroupOutboundNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifySkillGroupOutboundNumbers.json",
2025-08-20T19:16:00.8925819Z [00:02:03.643]➜  		"zh-CN/ccc/ModifyUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyUser.json",
2025-08-20T19:16:00.8926875Z [00:02:03.643]➜  		"zh-CN/ccc/PickGlobalOutboundNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/PickGlobalOutboundNumbers.json",
2025-08-20T19:16:00.8927723Z [00:02:03.643]➜  		"zh-CN/ccc/PickLocalNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/PickLocalNumber.json",
2025-08-20T19:16:00.8928604Z [00:02:03.643]➜  		"zh-CN/ccc/PickOutboundNumbers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/PickOutboundNumbers.json",
2025-08-20T19:16:00.8929745Z [00:02:03.643]➜  		"zh-CN/ccc/PublishContactFlowVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/PublishContactFlowVersion.json",
2025-08-20T19:16:00.8930625Z [00:02:03.643]➜  		"zh-CN/ccc/RefreshToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RefreshToken.json",
2025-08-20T19:16:00.8931510Z [00:02:03.643]➜  		"zh-CN/ccc/RemovePhoneNumber.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RemovePhoneNumber.json",
2025-08-20T19:16:00.8932271Z [00:02:03.643]➜  		"zh-CN/ccc/RemoveUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RemoveUsers.json",
2025-08-20T19:16:00.8933457Z [00:02:03.643]➜  		"zh-CN/ccc/RemoveUsersFromSkillGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RemoveUsersFromSkillGroup.json",
2025-08-20T19:16:00.8934349Z [00:02:03.643]➜  		"zh-CN/ccc/RequestLoginInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RequestLoginInfo.json",
2025-08-20T19:16:00.8935366Z [00:02:03.643]➜  		"zh-CN/ccc/ResetUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ResetUserStatus.json",
2025-08-20T19:16:00.8936415Z [00:02:03.643]➜  		"zh-CN/ccc/SaveWebRTCStats.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/SaveWebRTCStats.json",
2025-08-20T19:16:00.8937515Z [00:02:03.643]➜  		"zh-CN/ccc/SendPredefinedShortMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/SendPredefinedShortMessage.json",
2025-08-20T19:16:00.8938440Z [00:02:03.643]➜  		"zh-CN/ccc/StartBack2BackCall.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/StartBack2BackCall.json",
2025-08-20T19:16:00.8939177Z [00:02:03.643]➜  		"zh-CN/ccc/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/version.json",
2025-08-20T19:16:00.8939975Z [00:02:03.643]➜  		"zh-CN/cdn/AddCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/AddCdnDomain.json",
2025-08-20T19:16:00.8940789Z [00:02:03.643]➜  		"zh-CN/cdn/AddFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/AddFCTrigger.json",
2025-08-20T19:16:00.8941693Z [00:02:03.643]➜  		"zh-CN/cdn/BatchAddCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchAddCdnDomain.json",
2025-08-20T19:16:00.8943006Z [00:02:03.643]➜  		"zh-CN/cdn/BatchDeleteCdnDomainConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchDeleteCdnDomainConfig.json",
2025-08-20T19:16:00.8944014Z [00:02:03.643]➜  		"zh-CN/cdn/BatchDescribeCdnIpInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchDescribeCdnIpInfo.json",
2025-08-20T19:16:00.8945031Z [00:02:03.643]➜  		"zh-CN/cdn/BatchSetCdnDomainConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchSetCdnDomainConfig.json",
2025-08-20T19:16:00.8946270Z [00:02:03.643]➜  		"zh-CN/cdn/BatchSetCdnDomainServerCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchSetCdnDomainServerCertificate.json",
2025-08-20T19:16:00.8947418Z [00:02:03.643]➜  		"zh-CN/cdn/BatchStartCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchStartCdnDomain.json",
2025-08-20T19:16:00.8948524Z [00:02:03.643]➜  		"zh-CN/cdn/BatchStopCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchStopCdnDomain.json",
2025-08-20T19:16:00.8949496Z [00:02:03.643]➜  		"zh-CN/cdn/BatchUpdateCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchUpdateCdnDomain.json",
2025-08-20T19:16:00.8950422Z [00:02:03.643]➜  		"zh-CN/cdn/CdnMigrateRegister.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CdnMigrateRegister.json",
2025-08-20T19:16:00.8951386Z [00:02:03.643]➜  		"zh-CN/cdn/ChangeCdnDomainToDcdn.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ChangeCdnDomainToDcdn.json",
2025-08-20T19:16:00.8952641Z [00:02:03.643]➜  		"zh-CN/cdn/CheckCdnDomainExist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CheckCdnDomainExist.json",
2025-08-20T19:16:00.8953591Z [00:02:03.643]➜  		"zh-CN/cdn/CheckCdnDomainICP.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CheckCdnDomainICP.json",
2025-08-20T19:16:00.8954883Z [00:02:03.643]➜  		"zh-CN/cdn/CreateCdnCertificateSigningRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateCdnCertificateSigningRequest.json",
2025-08-20T19:16:00.8955885Z [00:02:03.643]➜  		"zh-CN/cdn/CreateCdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateCdnDeliverTask.json",
2025-08-20T19:16:00.8956793Z [00:02:03.643]➜  		"zh-CN/cdn/CreateCdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateCdnSubTask.json",
2025-08-20T19:16:00.8957856Z [00:02:03.643]➜  		"zh-CN/cdn/CreateRealTimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateRealTimeLogDelivery.json",
2025-08-20T19:16:00.8959201Z [00:02:03.643]➜  		"zh-CN/cdn/CreateUsageDetailDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateUsageDetailDataExportTask.json",
2025-08-20T19:16:00.8960519Z [00:02:03.643]➜  		"zh-CN/cdn/CreateUserUsageDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateUserUsageDataExportTask.json",
2025-08-20T19:16:00.8961522Z [00:02:03.643]➜  		"zh-CN/cdn/DeleteCdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteCdnDeliverTask.json",
2025-08-20T19:16:00.8962593Z [00:02:03.643]➜  		"zh-CN/cdn/DeleteCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteCdnDomain.json",
2025-08-20T19:16:00.8963442Z [00:02:03.643]➜  		"zh-CN/cdn/DeleteCdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteCdnSubTask.json",
2025-08-20T19:16:00.8964254Z [00:02:03.643]➜  		"zh-CN/cdn/DeleteFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteFCTrigger.json",
2025-08-20T19:16:00.8965214Z [00:02:03.643]➜  		"zh-CN/cdn/DeleteRealTimeLogLogstore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteRealTimeLogLogstore.json",
2025-08-20T19:16:00.8966215Z [00:02:03.643]➜  		"zh-CN/cdn/DeleteRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteRealtimeLogDelivery.json",
2025-08-20T19:16:00.8967119Z [00:02:03.643]➜  		"zh-CN/cdn/DeleteSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteSpecificConfig.json",
2025-08-20T19:16:00.8968181Z [00:02:03.643]➜  		"zh-CN/cdn/DeleteSpecificStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteSpecificStagingConfig.json",
2025-08-20T19:16:00.8969295Z [00:02:03.643]➜  		"zh-CN/cdn/DeleteUsageDetailDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteUsageDetailDataExportTask.json",
2025-08-20T19:16:00.8970524Z [00:02:03.643]➜  		"zh-CN/cdn/DeleteUserUsageDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteUserUsageDataExportTask.json",
2025-08-20T19:16:00.8971557Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeBlockedRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeBlockedRegions.json",
2025-08-20T19:16:00.8972816Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnCertificateDetail.json",
2025-08-20T19:16:00.8973917Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnCertificateDetailById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnCertificateDetailById.json",
2025-08-20T19:16:00.8974895Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnCertificateList.json",
2025-08-20T19:16:00.8975918Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnConditionIPBInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnConditionIPBInfo.json",
2025-08-20T19:16:00.8976851Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnDeletedDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDeletedDomains.json",
2025-08-20T19:16:00.8977823Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnDeliverList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDeliverList.json",
2025-08-20T19:16:00.8978955Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnDomainByCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainByCertificate.json",
2025-08-20T19:16:00.8979993Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainConfigs.json",
2025-08-20T19:16:00.8980992Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainDetail.json",
2025-08-20T19:16:00.8981964Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnDomainLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainLogs.json",
2025-08-20T19:16:00.8983558Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainStagingConfig.json",
2025-08-20T19:16:00.8992233Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnHttpsDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnHttpsDomainList.json",
2025-08-20T19:16:00.8993725Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnMigrateRegisterStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnMigrateRegisterStatus.json",
2025-08-20T19:16:00.8994880Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnOrderCommodityCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnOrderCommodityCode.json",
2025-08-20T19:16:00.8995914Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnRegionAndIsp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnRegionAndIsp.json",
2025-08-20T19:16:00.8996864Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnReport.json",
2025-08-20T19:16:00.8997867Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnReportList.json",
2025-08-20T19:16:00.8999009Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnSMCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSMCertificateDetail.json",
2025-08-20T19:16:00.9000137Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnSMCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSMCertificateList.json",
2025-08-20T19:16:00.9001281Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnSSLCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSSLCertificateList.json",
2025-08-20T19:16:00.9002687Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnSecFuncInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSecFuncInfo.json",
2025-08-20T19:16:00.9003815Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnService.json",
2025-08-20T19:16:00.9004784Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnSubList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSubList.json",
2025-08-20T19:16:00.9005855Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnUserBillHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserBillHistory.json",
2025-08-20T19:16:00.9006973Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnUserBillPrediction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserBillPrediction.json",
2025-08-20T19:16:00.9007952Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnUserBillType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserBillType.json",
2025-08-20T19:16:00.9008935Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnUserConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserConfigs.json",
2025-08-20T19:16:00.9010028Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnUserDomainsByFunc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserDomainsByFunc.json",
2025-08-20T19:16:00.9010977Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserQuota.json",
2025-08-20T19:16:00.9012092Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnUserResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserResourcePackage.json",
2025-08-20T19:16:00.9013225Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCdnWafDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnWafDomain.json",
2025-08-20T19:16:00.9014373Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCertificateInfoByID.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCertificateInfoByID.json",
2025-08-20T19:16:00.9015503Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeCustomLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCustomLogConfig.json",
2025-08-20T19:16:00.9016836Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainAverageResponseTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainAverageResponseTime.json",
2025-08-20T19:16:00.9017797Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainBpsData.json",
2025-08-20T19:16:00.9018914Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainBpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainBpsDataByLayer.json",
2025-08-20T19:16:00.9020070Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainBpsDataByTimeStamp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainBpsDataByTimeStamp.json",
2025-08-20T19:16:00.9021126Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainCcActivityLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainCcActivityLog.json",
2025-08-20T19:16:00.9022237Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainCertificateInfo.json",
2025-08-20T19:16:00.9023383Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainCname.json",
2025-08-20T19:16:00.9024545Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainCustomLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainCustomLogConfig.json",
2025-08-20T19:16:00.9025757Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainDetailDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainDetailDataByLayer.json",
2025-08-20T19:16:00.9027035Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainHitRateData.json",
2025-08-20T19:16:00.9028349Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainHttpCodeData.json",
2025-08-20T19:16:00.9029618Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainHttpCodeDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainHttpCodeDataByLayer.json",
2025-08-20T19:16:00.9030633Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainISPData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainISPData.json",
2025-08-20T19:16:00.9031752Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainMax95BpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainMax95BpsData.json",
2025-08-20T19:16:00.9033100Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainMultiUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainMultiUsageData.json",
2025-08-20T19:16:00.9034146Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainPathData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainPathData.json",
2025-08-20T19:16:00.9035125Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainPvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainPvData.json",
2025-08-20T19:16:00.9036123Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainQpsData.json",
2025-08-20T19:16:00.9037250Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainQpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainQpsDataByLayer.json",
2025-08-20T19:16:00.9038394Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeBpsData.json",
2025-08-20T19:16:00.9039889Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainRealTimeByteHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeByteHitRateData.json",
2025-08-20T19:16:00.9041249Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainRealTimeDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeDetailData.json",
2025-08-20T19:16:00.9042702Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainRealTimeHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeHttpCodeData.json",
2025-08-20T19:16:00.9043885Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainRealTimeQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeQpsData.json",
2025-08-20T19:16:00.9045175Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainRealTimeReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeReqHitRateData.json",
2025-08-20T19:16:00.9046384Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainRealTimeSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeSrcBpsData.json",
2025-08-20T19:16:00.9047745Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainRealTimeSrcHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeSrcHttpCodeData.json",
2025-08-20T19:16:00.9049054Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainRealTimeSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeSrcTrafficData.json",
2025-08-20T19:16:00.9050294Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainRealTimeTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeTrafficData.json",
2025-08-20T19:16:00.9051524Z [00:02:03.643]➜  		"zh-CN/cdn/DescribeDomainRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealtimeLogDelivery.json",
2025-08-20T19:16:00.9052964Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainRegionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRegionData.json",
2025-08-20T19:16:00.9054119Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainReqHitRateData.json",
2025-08-20T19:16:00.9055344Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcBpsData.json",
2025-08-20T19:16:00.9056459Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainSrcHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcHttpCodeData.json",
2025-08-20T19:16:00.9057501Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainSrcQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcQpsData.json",
2025-08-20T19:16:00.9058585Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainSrcTopUrlVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcTopUrlVisit.json",
2025-08-20T19:16:00.9059721Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcTrafficData.json",
2025-08-20T19:16:00.9060877Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainTopClientIpVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainTopClientIpVisit.json",
2025-08-20T19:16:00.9061943Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainTopReferVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainTopReferVisit.json",
2025-08-20T19:16:00.9063159Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainTopUrlVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainTopUrlVisit.json",
2025-08-20T19:16:00.9064213Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainTrafficData.json",
2025-08-20T19:16:00.9065211Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainUsageData.json",
2025-08-20T19:16:00.9066270Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainUvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainUvData.json",
2025-08-20T19:16:00.9067428Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainVerifyData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainVerifyData.json",
2025-08-20T19:16:00.9068420Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainsBySource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainsBySource.json",
2025-08-20T19:16:00.9069463Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeDomainsUsageByDay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainsUsageByDay.json",
2025-08-20T19:16:00.9070431Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeEsExceptionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeEsExceptionData.json",
2025-08-20T19:16:00.9071421Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeEsExecuteData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeEsExecuteData.json",
2025-08-20T19:16:00.9072321Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeFCTrigger.json",
2025-08-20T19:16:00.9073339Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeIpInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeIpInfo.json",
2025-08-20T19:16:00.9074189Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeIpStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeIpStatus.json",
2025-08-20T19:16:00.9075158Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeL2VipsByDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeL2VipsByDomain.json",
2025-08-20T19:16:00.9076215Z [00:02:03.644]➜  		"zh-CN/cdn/DescribePreloadDetailById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribePreloadDetailById.json",
2025-08-20T19:16:00.9077721Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeRangeDataByLocateAndIspService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRangeDataByLocateAndIspService.json",
2025-08-20T19:16:00.9079037Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeRealtimeDeliveryAcc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRealtimeDeliveryAcc.json",
2025-08-20T19:16:00.9080027Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeRefreshQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRefreshQuota.json",
2025-08-20T19:16:00.9081076Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeRefreshTaskById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRefreshTaskById.json",
2025-08-20T19:16:00.9082053Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeRefreshTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRefreshTasks.json",
2025-08-20T19:16:00.9083132Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeStagingIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeStagingIp.json",
2025-08-20T19:16:00.9084045Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeTagResources.json",
2025-08-20T19:16:00.9085033Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeTopDomainsByFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeTopDomainsByFlow.json",
2025-08-20T19:16:00.9086197Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeUserCertificateExpireCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserCertificateExpireCount.json",
2025-08-20T19:16:00.9087107Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeUserConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserConfigs.json",
2025-08-20T19:16:00.9087986Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserDomains.json",
2025-08-20T19:16:00.9088967Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeUserTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserTags.json",
2025-08-20T19:16:00.9090189Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeUserUsageDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserUsageDataExportTask.json",
2025-08-20T19:16:00.9091440Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeUserUsageDetailDataExportTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserUsageDetailDataExportTask.json",
2025-08-20T19:16:00.9092595Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeUserVipsByDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserVipsByDomain.json",
2025-08-20T19:16:00.9093518Z [00:02:03.644]➜  		"zh-CN/cdn/DescribeVerifyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeVerifyContent.json",
2025-08-20T19:16:00.9094536Z [00:02:03.644]➜  		"zh-CN/cdn/DisableRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DisableRealtimeLogDelivery.json",
2025-08-20T19:16:00.9095555Z [00:02:03.644]➜  		"zh-CN/cdn/EnableRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/EnableRealtimeLogDelivery.json",
2025-08-20T19:16:00.9096537Z [00:02:03.644]➜  		"zh-CN/cdn/ListDomainsByLogConfigId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListDomainsByLogConfigId.json",
2025-08-20T19:16:00.9097333Z [00:02:03.644]➜  		"zh-CN/cdn/ListFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListFCTrigger.json",
2025-08-20T19:16:00.9098462Z [00:02:03.644]➜  		"zh-CN/cdn/ListRealtimeLogDeliveryDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListRealtimeLogDeliveryDomains.json",
2025-08-20T19:16:00.9099571Z [00:02:03.644]➜  		"zh-CN/cdn/ListRealtimeLogDeliveryInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListRealtimeLogDeliveryInfos.json",
2025-08-20T19:16:00.9100660Z [00:02:03.644]➜  		"zh-CN/cdn/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListTagResources.json",
2025-08-20T19:16:00.9101785Z [00:02:03.644]➜  		"zh-CN/cdn/ListUserCustomLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListUserCustomLogConfig.json",
2025-08-20T19:16:00.9102849Z [00:02:03.644]➜  		"zh-CN/cdn/ModifyCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ModifyCdnDomain.json",
2025-08-20T19:16:00.9103779Z [00:02:03.644]➜  		"zh-CN/cdn/ModifyCdnDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ModifyCdnDomainOwner.json",
2025-08-20T19:16:00.9104913Z [00:02:03.644]➜  		"zh-CN/cdn/ModifyCdnDomainSchdmByProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ModifyCdnDomainSchdmByProperty.json",
2025-08-20T19:16:00.9105949Z [00:02:03.644]➜  		"zh-CN/cdn/ModifyRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ModifyRealtimeLogDelivery.json",
2025-08-20T19:16:00.9106807Z [00:02:03.644]➜  		"zh-CN/cdn/OpenCdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/OpenCdnService.json",
2025-08-20T19:16:00.9108013Z [00:02:03.644]➜  		"zh-CN/cdn/PublishStagingConfigToProduction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/PublishStagingConfigToProduction.json",
2025-08-20T19:16:00.9108865Z [00:02:03.644]➜  		"zh-CN/cdn/PushObjectCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/PushObjectCache.json",
2025-08-20T19:16:00.9109777Z [00:02:03.644]➜  		"zh-CN/cdn/RefreshObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/RefreshObjectCaches.json",
2025-08-20T19:16:00.9110715Z [00:02:03.644]➜  		"zh-CN/cdn/RollbackStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/RollbackStagingConfig.json",
2025-08-20T19:16:00.9111754Z [00:02:03.644]➜  		"zh-CN/cdn/SetCdnDomainCSRCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetCdnDomainCSRCertificate.json",
2025-08-20T19:16:00.9113070Z [00:02:03.644]➜  		"zh-CN/cdn/SetCdnDomainSMCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetCdnDomainSMCertificate.json",
2025-08-20T19:16:00.9114391Z [00:02:03.644]➜  		"zh-CN/cdn/SetCdnDomainSSLCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetCdnDomainSSLCertificate.json",
2025-08-20T19:16:00.9115411Z [00:02:03.644]➜  		"zh-CN/cdn/SetCdnDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetCdnDomainStagingConfig.json",
2025-08-20T19:16:00.9116506Z [00:02:03.644]➜  		"zh-CN/cdn/SetDomainServerCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetDomainServerCertificate.json",
2025-08-20T19:16:00.9117429Z [00:02:03.644]➜  		"zh-CN/cdn/SetReqHeaderConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetReqHeaderConfig.json",
2025-08-20T19:16:00.9118400Z [00:02:03.644]➜  		"zh-CN/cdn/SetWaitingRoomConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetWaitingRoomConfig.json",
2025-08-20T19:16:00.9119238Z [00:02:03.644]➜  		"zh-CN/cdn/StartCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/StartCdnDomain.json",
2025-08-20T19:16:00.9120071Z [00:02:03.644]➜  		"zh-CN/cdn/StopCdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/StopCdnDomain.json",
2025-08-20T19:16:00.9120850Z [00:02:03.644]➜  		"zh-CN/cdn/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/TagResources.json",
2025-08-20T19:16:00.9121657Z [00:02:03.644]➜  		"zh-CN/cdn/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/UntagResources.json",
2025-08-20T19:16:00.9122779Z [00:02:03.644]➜  		"zh-CN/cdn/UpdateCdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/UpdateCdnDeliverTask.json",
2025-08-20T19:16:00.9123834Z [00:02:03.644]➜  		"zh-CN/cdn/UpdateCdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/UpdateCdnSubTask.json",
2025-08-20T19:16:00.9124711Z [00:02:03.644]➜  		"zh-CN/cdn/UpdateFCTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/UpdateFCTrigger.json",
2025-08-20T19:16:00.9125752Z [00:02:03.644]➜  		"zh-CN/cdn/VerifyDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/VerifyDomainOwner.json",
2025-08-20T19:16:00.9126467Z [00:02:03.644]➜  		"zh-CN/cdn/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/version.json",
2025-08-20T19:16:00.9127458Z [00:02:03.644]➜  		"zh-CN/chatbot/ActivatePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ActivatePerspective.json",
2025-08-20T19:16:00.9128310Z [00:02:03.644]➜  		"zh-CN/chatbot/AddSynonym.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/AddSynonym.json",
2025-08-20T19:16:00.9129276Z [00:02:03.644]➜  		"zh-CN/chatbot/AppendEntityMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/AppendEntityMember.json",
2025-08-20T19:16:00.9130091Z [00:02:03.644]➜  		"zh-CN/chatbot/Associate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/Associate.json",
2025-08-20T19:16:00.9130812Z [00:02:03.644]➜  		"zh-CN/chatbot/Chat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/Chat.json",
2025-08-20T19:16:00.9131592Z [00:02:03.644]➜  		"zh-CN/chatbot/CreateBot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateBot.json",
2025-08-20T19:16:00.9132657Z [00:02:03.644]➜  		"zh-CN/chatbot/CreateCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateCategory.json",
2025-08-20T19:16:00.9133550Z [00:02:03.644]➜  		"zh-CN/chatbot/CreateCoreWord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateCoreWord.json",
2025-08-20T19:16:00.9134404Z [00:02:03.644]➜  		"zh-CN/chatbot/CreateDialog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateDialog.json",
2025-08-20T19:16:00.9135420Z [00:02:03.644]➜  		"zh-CN/chatbot/CreateEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateEntity.json",
2025-08-20T19:16:00.9136384Z [00:02:03.644]➜  		"zh-CN/chatbot/CreateIntent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateIntent.json",
2025-08-20T19:16:00.9137346Z [00:02:03.644]➜  		"zh-CN/chatbot/CreateKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateKnowledge.json",
2025-08-20T19:16:00.9138294Z [00:02:03.644]➜  		"zh-CN/chatbot/CreatePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreatePerspective.json",
2025-08-20T19:16:00.9139076Z [00:02:03.644]➜  		"zh-CN/chatbot/DeleteBot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteBot.json",
2025-08-20T19:16:00.9139956Z [00:02:03.644]➜  		"zh-CN/chatbot/DeleteCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteCategory.json",
2025-08-20T19:16:00.9140862Z [00:02:03.644]➜  		"zh-CN/chatbot/DeleteCoreWord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteCoreWord.json",
2025-08-20T19:16:00.9141759Z [00:02:03.644]➜  		"zh-CN/chatbot/DeleteDialog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteDialog.json",
2025-08-20T19:16:00.9142821Z [00:02:03.644]➜  		"zh-CN/chatbot/DeleteEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteEntity.json",
2025-08-20T19:16:00.9143663Z [00:02:03.644]➜  		"zh-CN/chatbot/DeleteIntent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteIntent.json",
2025-08-20T19:16:00.9144524Z [00:02:03.644]➜  		"zh-CN/chatbot/DeleteKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteKnowledge.json",
2025-08-20T19:16:00.9145449Z [00:02:03.644]➜  		"zh-CN/chatbot/DeletePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeletePerspective.json",
2025-08-20T19:16:00.9146445Z [00:02:03.644]➜  		"zh-CN/chatbot/DescribeBot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeBot.json",
2025-08-20T19:16:00.9147458Z [00:02:03.644]➜  		"zh-CN/chatbot/DescribeCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeCategory.json",
2025-08-20T19:16:00.9148360Z [00:02:03.644]➜  		"zh-CN/chatbot/DescribeCoreWord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeCoreWord.json",
2025-08-20T19:16:00.9149195Z [00:02:03.644]➜  		"zh-CN/chatbot/DescribeDialog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeDialog.json",
2025-08-20T19:16:00.9150093Z [00:02:03.644]➜  		"zh-CN/chatbot/DescribeDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeDialogFlow.json",
2025-08-20T19:16:00.9151001Z [00:02:03.644]➜  		"zh-CN/chatbot/DescribeEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeEntities.json",
2025-08-20T19:16:00.9151877Z [00:02:03.644]➜  		"zh-CN/chatbot/DescribeIntent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeIntent.json",
2025-08-20T19:16:00.9153009Z [00:02:03.644]➜  		"zh-CN/chatbot/DescribeKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeKnowledge.json",
2025-08-20T19:16:00.9154022Z [00:02:03.644]➜  		"zh-CN/chatbot/DescribePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribePerspective.json",
2025-08-20T19:16:00.9154974Z [00:02:03.644]➜  		"zh-CN/chatbot/DisableDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DisableDialogFlow.json",
2025-08-20T19:16:00.9155886Z [00:02:03.644]➜  		"zh-CN/chatbot/DisableKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DisableKnowledge.json",
2025-08-20T19:16:00.9156674Z [00:02:03.644]➜  		"zh-CN/chatbot/Feedback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/Feedback.json",
2025-08-20T19:16:00.9157711Z [00:02:03.644]➜  		"zh-CN/chatbot/GetAsyncResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetAsyncResult.json",
2025-08-20T19:16:00.9158744Z [00:02:03.644]➜  		"zh-CN/chatbot/GetBotChatData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetBotChatData.json",
2025-08-20T19:16:00.9159697Z [00:02:03.644]➜  		"zh-CN/chatbot/GetBotDsStatData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetBotDsStatData.json",
2025-08-20T19:16:00.9160754Z [00:02:03.644]➜  		"zh-CN/chatbot/GetBotKnowledgeStatData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetBotKnowledgeStatData.json",
2025-08-20T19:16:00.9161662Z [00:02:03.644]➜  		"zh-CN/chatbot/GetBotSessionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetBotSessionData.json",
2025-08-20T19:16:00.9162768Z [00:02:03.644]➜  		"zh-CN/chatbot/GetConversationList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetConversationList.json",
2025-08-20T19:16:00.9163704Z [00:02:03.644]➜  		"zh-CN/chatbot/ListBotChatHistorys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotChatHistorys.json",
2025-08-20T19:16:00.9164608Z [00:02:03.644]➜  		"zh-CN/chatbot/ListBotColdDsDatas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotColdDsDatas.json",
2025-08-20T19:16:00.9165604Z [00:02:03.644]➜  		"zh-CN/chatbot/ListBotColdKnowledges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotColdKnowledges.json",
2025-08-20T19:16:00.9166501Z [00:02:03.644]➜  		"zh-CN/chatbot/ListBotDsDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotDsDetails.json",
2025-08-20T19:16:00.9167440Z [00:02:03.644]➜  		"zh-CN/chatbot/ListBotHotDsDatas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotHotDsDatas.json",
2025-08-20T19:16:00.9168646Z [00:02:03.644]➜  		"zh-CN/chatbot/ListBotHotKnowledges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotHotKnowledges.json",
2025-08-20T19:16:00.9169885Z [00:02:03.644]➜  		"zh-CN/chatbot/ListBotKnowledgeDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotKnowledgeDetails.json",
2025-08-20T19:16:00.9171045Z [00:02:03.644]➜  		"zh-CN/chatbot/ListBotReceptionDetailDatas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotReceptionDetailDatas.json",
2025-08-20T19:16:00.9172075Z [00:02:03.644]➜  		"zh-CN/chatbot/ListConversationLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListConversationLogs.json",
2025-08-20T19:16:00.9173356Z [00:02:03.644]➜  		"zh-CN/chatbot/MoveKnowledgeCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/MoveKnowledgeCategory.json",
2025-08-20T19:16:00.9174352Z [00:02:03.644]➜  		"zh-CN/chatbot/PublishDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/PublishDialogFlow.json",
2025-08-20T19:16:00.9175506Z [00:02:03.644]➜  		"zh-CN/chatbot/PublishKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/PublishKnowledge.json",
2025-08-20T19:16:00.9176462Z [00:02:03.644]➜  		"zh-CN/chatbot/QueryBots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryBots.json",
2025-08-20T19:16:00.9177401Z [00:02:03.644]➜  		"zh-CN/chatbot/QueryCategories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryCategories.json",
2025-08-20T19:16:00.9178325Z [00:02:03.644]➜  		"zh-CN/chatbot/QueryCoreWords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryCoreWords.json",
2025-08-20T19:16:00.9179192Z [00:02:03.644]➜  		"zh-CN/chatbot/QueryDialogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryDialogs.json",
2025-08-20T19:16:00.9180076Z [00:02:03.644]➜  		"zh-CN/chatbot/QueryEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryEntities.json",
2025-08-20T19:16:00.9180976Z [00:02:03.644]➜  		"zh-CN/chatbot/QueryIntents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryIntents.json",
2025-08-20T19:16:00.9181913Z [00:02:03.644]➜  		"zh-CN/chatbot/QueryKnowledges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryKnowledges.json",
2025-08-20T19:16:00.9183128Z [00:02:03.644]➜  		"zh-CN/chatbot/QueryPerspectives.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryPerspectives.json",
2025-08-20T19:16:00.9184170Z [00:02:03.644]➜  		"zh-CN/chatbot/QuerySystemEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QuerySystemEntities.json",
2025-08-20T19:16:00.9185154Z [00:02:03.644]➜  		"zh-CN/chatbot/RemoveEntityMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/RemoveEntityMember.json",
2025-08-20T19:16:00.9186060Z [00:02:03.644]➜  		"zh-CN/chatbot/RemoveSynonym.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/RemoveSynonym.json",
2025-08-20T19:16:00.9187008Z [00:02:03.644]➜  		"zh-CN/chatbot/TestDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/TestDialogFlow.json",
2025-08-20T19:16:00.9187926Z [00:02:03.644]➜  		"zh-CN/chatbot/UpdateCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateCategory.json",
2025-08-20T19:16:00.9188865Z [00:02:03.644]➜  		"zh-CN/chatbot/UpdateCoreWord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateCoreWord.json",
2025-08-20T19:16:00.9189785Z [00:02:03.644]➜  		"zh-CN/chatbot/UpdateDialog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateDialog.json",
2025-08-20T19:16:00.9190727Z [00:02:03.644]➜  		"zh-CN/chatbot/UpdateDialogFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateDialogFlow.json",
2025-08-20T19:16:00.9191600Z [00:02:03.644]➜  		"zh-CN/chatbot/UpdateEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateEntity.json",
2025-08-20T19:16:00.9192973Z [00:02:03.644]➜  		"zh-CN/chatbot/UpdateIntent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateIntent.json",
2025-08-20T19:16:00.9194132Z [00:02:03.644]➜  		"zh-CN/chatbot/UpdateKnowledge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateKnowledge.json",
2025-08-20T19:16:00.9195132Z [00:02:03.644]➜  		"zh-CN/chatbot/UpdatePerspective.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdatePerspective.json",
2025-08-20T19:16:00.9195928Z [00:02:03.644]➜  		"zh-CN/chatbot/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/version.json",
2025-08-20T19:16:00.9196794Z [00:02:03.644]➜  		"zh-CN/cloudapi/AbolishApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AbolishApi.json",
2025-08-20T19:16:00.9197909Z [00:02:03.644]➜  		"zh-CN/cloudapi/AddAccessControlListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AddAccessControlListEntry.json",
2025-08-20T19:16:00.9199177Z [00:02:03.644]➜  		"zh-CN/cloudapi/AddIpControlPolicyItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AddIpControlPolicyItem.json",
2025-08-20T19:16:00.9200503Z [00:02:03.644]➜  		"zh-CN/cloudapi/AddTrafficSpecialControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AddTrafficSpecialControl.json",
2025-08-20T19:16:00.9201515Z [00:02:03.644]➜  		"zh-CN/cloudapi/AttachApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AttachApiProduct.json",
2025-08-20T19:16:00.9202619Z [00:02:03.644]➜  		"zh-CN/cloudapi/AttachPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AttachPlugin.json",
2025-08-20T19:16:00.9203601Z [00:02:03.644]➜  		"zh-CN/cloudapi/BatchAbolishApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/BatchAbolishApis.json",
2025-08-20T19:16:00.9204585Z [00:02:03.644]➜  		"zh-CN/cloudapi/BatchDeployApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/BatchDeployApis.json",
2025-08-20T19:16:00.9205720Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateAccessControlList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateAccessControlList.json",
2025-08-20T19:16:00.9206625Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateApi.json",
2025-08-20T19:16:00.9207596Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateApiGroup.json",
2025-08-20T19:16:00.9208698Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateApiStageVariable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateApiStageVariable.json",
2025-08-20T19:16:00.9209584Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateApp.json",
2025-08-20T19:16:00.9210550Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateBackend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateBackend.json",
2025-08-20T19:16:00.9211603Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateBackendModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateBackendModel.json",
2025-08-20T19:16:00.9212739Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateDataset.json",
2025-08-20T19:16:00.9213795Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateDatasetItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateDatasetItem.json",
2025-08-20T19:16:00.9214747Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateInstance.json",
2025-08-20T19:16:00.9215710Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateIpControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateIpControl.json",
2025-08-20T19:16:00.9216856Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateLogConfig.json",
2025-08-20T19:16:00.9217907Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateModel.json",
2025-08-20T19:16:00.9218903Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateMonitorGroup.json",
2025-08-20T19:16:00.9219822Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreatePlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreatePlugin.json",
2025-08-20T19:16:00.9220771Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateSignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateSignature.json",
2025-08-20T19:16:00.9221820Z [00:02:03.644]➜  		"zh-CN/cloudapi/CreateTrafficControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateTrafficControl.json",
2025-08-20T19:16:00.9223311Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteAccessControlList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteAccessControlList.json",
2025-08-20T19:16:00.9224731Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteAllTrafficSpecialControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteAllTrafficSpecialControl.json",
2025-08-20T19:16:00.9225588Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApi.json",
2025-08-20T19:16:00.9226531Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApiGroup.json",
2025-08-20T19:16:00.9227503Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApiProduct.json",
2025-08-20T19:16:00.9228591Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteApiStageVariable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApiStageVariable.json",
2025-08-20T19:16:00.9229466Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApp.json",
2025-08-20T19:16:00.9230393Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteBackend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteBackend.json",
2025-08-20T19:16:00.9231383Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteBackendModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteBackendModel.json",
2025-08-20T19:16:00.9232313Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteDataset.json",
2025-08-20T19:16:00.9233484Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteDatasetItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteDatasetItem.json",
2025-08-20T19:16:00.9234415Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteDomain.json",
2025-08-20T19:16:00.9235533Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteDomainCertificate.json",
2025-08-20T19:16:00.9236481Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteInstance.json",
2025-08-20T19:16:00.9237442Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteIpControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteIpControl.json",
2025-08-20T19:16:00.9238419Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteLogConfig.json",
2025-08-20T19:16:00.9239327Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteModel.json",
2025-08-20T19:16:00.9240540Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteMonitorGroup.json",
2025-08-20T19:16:00.9241637Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeletePlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeletePlugin.json",
2025-08-20T19:16:00.9242875Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteSignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteSignature.json",
2025-08-20T19:16:00.9243963Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteTrafficControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteTrafficControl.json",
2025-08-20T19:16:00.9245192Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeleteTrafficSpecialControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteTrafficSpecialControl.json",
2025-08-20T19:16:00.9246049Z [00:02:03.645]➜  		"zh-CN/cloudapi/DeployApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeployApi.json",
2025-08-20T19:16:00.9247314Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeAbolishApiTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAbolishApiTask.json",
2025-08-20T19:16:00.9248810Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeAccessControlListAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAccessControlListAttribute.json",
2025-08-20T19:16:00.9250026Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeAccessControlLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAccessControlLists.json",
2025-08-20T19:16:00.9250905Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApi.json",
2025-08-20T19:16:00.9251849Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiDoc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiDoc.json",
2025-08-20T19:16:00.9253043Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiGroup.json",
2025-08-20T19:16:00.9254295Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiGroupVpcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiGroupVpcWhitelist.json",
2025-08-20T19:16:00.9255294Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiGroups.json",
2025-08-20T19:16:00.9256332Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiHistories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiHistories.json",
2025-08-20T19:16:00.9257343Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiHistory.json",
2025-08-20T19:16:00.9258411Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiIpControls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiIpControls.json",
2025-08-20T19:16:00.9259547Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiLatencyData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiLatencyData.json",
2025-08-20T19:16:00.9260744Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiMarketAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiMarketAttributes.json",
2025-08-20T19:16:00.9261846Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiProductApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiProductApis.json",
2025-08-20T19:16:00.9263142Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiProductsByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiProductsByApp.json",
2025-08-20T19:16:00.9264140Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiQpsData.json",
2025-08-20T19:16:00.9265373Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiSignatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiSignatures.json",
2025-08-20T19:16:00.9266633Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiTrafficControls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiTrafficControls.json",
2025-08-20T19:16:00.9267673Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApiTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiTrafficData.json",
2025-08-20T19:16:00.9268544Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApis.json",
2025-08-20T19:16:00.9269501Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApisByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisByApp.json",
2025-08-20T19:16:00.9270533Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApisByBackend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisByBackend.json",
2025-08-20T19:16:00.9271761Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApisByIpControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisByIpControl.json",
2025-08-20T19:16:00.9273193Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApisBySignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisBySignature.json",
2025-08-20T19:16:00.9274428Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApisByTrafficControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisByTrafficControl.json",
2025-08-20T19:16:00.9275865Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApisWithStageNameIntegratedByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisWithStageNameIntegratedByApp.json",
2025-08-20T19:16:00.9276773Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApp.json",
2025-08-20T19:16:00.9277843Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeAppAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAppAttributes.json",
2025-08-20T19:16:00.9278879Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeAppSecurity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAppSecurity.json",
2025-08-20T19:16:00.9279792Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApps.json",
2025-08-20T19:16:00.9280956Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeAppsByApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAppsByApiProduct.json",
2025-08-20T19:16:00.9282065Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeAuthorizedApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAuthorizedApis.json",
2025-08-20T19:16:00.9283341Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeAuthorizedApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAuthorizedApps.json",
2025-08-20T19:16:00.9284369Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeBackendInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeBackendInfo.json",
2025-08-20T19:16:00.9285392Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeBackendList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeBackendList.json",
2025-08-20T19:16:00.9286392Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeDatasetInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDatasetInfo.json",
2025-08-20T19:16:00.9287466Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeDatasetItemInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDatasetItemInfo.json",
2025-08-20T19:16:00.9288543Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeDatasetItemList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDatasetItemList.json",
2025-08-20T19:16:00.9289714Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeDatasetList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDatasetList.json",
2025-08-20T19:16:00.9290898Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeDeployApiTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDeployApiTask.json",
2025-08-20T19:16:00.9291889Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeDeployedApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDeployedApi.json",
2025-08-20T19:16:00.9293109Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeDeployedApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDeployedApis.json",
2025-08-20T19:16:00.9294054Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDomain.json",
2025-08-20T19:16:00.9295073Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeGroupLatency.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeGroupLatency.json",
2025-08-20T19:16:00.9296172Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeGroupQps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeGroupQps.json",
2025-08-20T19:16:00.9297321Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeGroupTraffic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeGroupTraffic.json",
2025-08-20T19:16:00.9298339Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeHistoryApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeHistoryApis.json",
2025-08-20T19:16:00.9299396Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeImportOASTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeImportOASTask.json",
2025-08-20T19:16:00.9300607Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeInstanceDropConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceDropConnections.json",
2025-08-20T19:16:00.9301751Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeInstanceDropPacket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceDropPacket.json",
2025-08-20T19:16:00.9303045Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeInstanceHttpCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceHttpCode.json",
2025-08-20T19:16:00.9304134Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeInstanceLatency.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceLatency.json",
2025-08-20T19:16:00.9305376Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeInstanceNewConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceNewConnections.json",
2025-08-20T19:16:00.9306440Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeInstancePackets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstancePackets.json",
2025-08-20T19:16:00.9307452Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeInstanceQps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceQps.json",
2025-08-20T19:16:00.9308587Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeInstanceSlbConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceSlbConnect.json",
2025-08-20T19:16:00.9309654Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeInstanceTraffic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceTraffic.json",
2025-08-20T19:16:00.9310578Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstances.json",
2025-08-20T19:16:00.9311716Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeIpControlPolicyItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeIpControlPolicyItems.json",
2025-08-20T19:16:00.9312897Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeIpControls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeIpControls.json",
2025-08-20T19:16:00.9314069Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeLogConfig.json",
2025-08-20T19:16:00.9315302Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeMarketRemainsQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeMarketRemainsQuota.json",
2025-08-20T19:16:00.9316223Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeModels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeModels.json",
2025-08-20T19:16:00.9317231Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribePluginApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePluginApis.json",
2025-08-20T19:16:00.9318269Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribePluginSchemas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePluginSchemas.json",
2025-08-20T19:16:00.9319347Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribePluginTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePluginTemplates.json",
2025-08-20T19:16:00.9320362Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribePlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePlugins.json",
2025-08-20T19:16:00.9321547Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribePluginsByApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePluginsByApi.json",
2025-08-20T19:16:00.9322938Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribePurchasedApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePurchasedApiGroup.json",
2025-08-20T19:16:00.9324024Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribePurchasedApiGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePurchasedApiGroups.json",
2025-08-20T19:16:00.9325080Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribePurchasedApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePurchasedApis.json",
2025-08-20T19:16:00.9326083Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeRegions.json",
2025-08-20T19:16:00.9327099Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeSignatures.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeSignatures.json",
2025-08-20T19:16:00.9328157Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeSignaturesByApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeSignaturesByApi.json",
2025-08-20T19:16:00.9329177Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeSummaryData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeSummaryData.json",
2025-08-20T19:16:00.9330269Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeSystemParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeSystemParameters.json",
2025-08-20T19:16:00.9331342Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeTrafficControls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeTrafficControls.json",
2025-08-20T19:16:00.9332660Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeTrafficControlsByApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeTrafficControlsByApi.json",
2025-08-20T19:16:00.9333783Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeUpdateBackendTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeUpdateBackendTask.json",
2025-08-20T19:16:00.9334915Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeUpdateVpcInfoTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeUpdateVpcInfoTask.json",
2025-08-20T19:16:00.9335961Z [00:02:03.645]➜  		"zh-CN/cloudapi/DescribeVpcAccesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeVpcAccesses.json",
2025-08-20T19:16:00.9336858Z [00:02:03.646]➜  		"zh-CN/cloudapi/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeZones.json",
2025-08-20T19:16:00.9338004Z [00:02:03.646]➜  		"zh-CN/cloudapi/DetachApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DetachApiProduct.json",
2025-08-20T19:16:00.9338987Z [00:02:03.646]➜  		"zh-CN/cloudapi/DetachPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DetachPlugin.json",
2025-08-20T19:16:00.9340177Z [00:02:03.646]➜  		"zh-CN/cloudapi/DisableInstanceAccessControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DisableInstanceAccessControl.json",
2025-08-20T19:16:00.9341093Z [00:02:03.646]➜  		"zh-CN/cloudapi/DryRunSwagger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DryRunSwagger.json",
2025-08-20T19:16:00.9342248Z [00:02:03.646]➜  		"zh-CN/cloudapi/EnableInstanceAccessControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/EnableInstanceAccessControl.json",
2025-08-20T19:16:00.9343283Z [00:02:03.646]➜  		"zh-CN/cloudapi/ImportOAS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ImportOAS.json",
2025-08-20T19:16:00.9344377Z [00:02:03.646]➜  		"zh-CN/cloudapi/ImportSwagger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ImportSwagger.json",
2025-08-20T19:16:00.9345443Z [00:02:03.646]➜  		"zh-CN/cloudapi/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ListTagResources.json",
2025-08-20T19:16:00.9346309Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApi.json",
2025-08-20T19:16:00.9347412Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyApiConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiConfiguration.json",
2025-08-20T19:16:00.9348374Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyApiGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiGroup.json",
2025-08-20T19:16:00.9349511Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyApiGroupInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiGroupInstance.json",
2025-08-20T19:16:00.9350675Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyApiGroupNetworkPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiGroupNetworkPolicy.json",
2025-08-20T19:16:00.9351828Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyApiGroupVpcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiGroupVpcWhitelist.json",
2025-08-20T19:16:00.9352827Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApp.json",
2025-08-20T19:16:00.9353723Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyBackend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyBackend.json",
2025-08-20T19:16:00.9354690Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyBackendModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyBackendModel.json",
2025-08-20T19:16:00.9355612Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyDataset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyDataset.json",
2025-08-20T19:16:00.9356560Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyDatasetItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyDatasetItem.json",
2025-08-20T19:16:00.9357603Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyInstanceAttribute.json",
2025-08-20T19:16:00.9358550Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyInstanceSpec.json",
2025-08-20T19:16:00.9359662Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyIntranetDomainPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyIntranetDomainPolicy.json",
2025-08-20T19:16:00.9360828Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyIpControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyIpControl.json",
2025-08-20T19:16:00.9361953Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyIpControlPolicyItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyIpControlPolicyItem.json",
2025-08-20T19:16:00.9363153Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyLogConfig.json",
2025-08-20T19:16:00.9364035Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyModel.json",
2025-08-20T19:16:00.9364944Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyPlugin.json",
2025-08-20T19:16:00.9365887Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifySignature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifySignature.json",
2025-08-20T19:16:00.9366954Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyTrafficControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyTrafficControl.json",
2025-08-20T19:16:00.9368374Z [00:02:03.646]➜  		"zh-CN/cloudapi/ModifyVpcAccessAndUpdateApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyVpcAccessAndUpdateApis.json",
2025-08-20T19:16:00.9369489Z [00:02:03.646]➜  		"zh-CN/cloudapi/OpenApiGatewayService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/OpenApiGatewayService.json",
2025-08-20T19:16:00.9370476Z [00:02:03.646]➜  		"zh-CN/cloudapi/QueryRequestLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/QueryRequestLogs.json",
2025-08-20T19:16:00.9371453Z [00:02:03.646]➜  		"zh-CN/cloudapi/ReactivateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ReactivateDomain.json",
2025-08-20T19:16:00.9372820Z [00:02:03.646]➜  		"zh-CN/cloudapi/RemoveAccessControlListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveAccessControlListEntry.json",
2025-08-20T19:16:00.9374066Z [00:02:03.646]➜  		"zh-CN/cloudapi/RemoveApiProductsAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveApiProductsAuthorities.json",
2025-08-20T19:16:00.9375146Z [00:02:03.646]➜  		"zh-CN/cloudapi/RemoveApisAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveApisAuthorities.json",
2025-08-20T19:16:00.9376208Z [00:02:03.646]➜  		"zh-CN/cloudapi/RemoveAppsAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveAppsAuthorities.json",
2025-08-20T19:16:00.9377228Z [00:02:03.646]➜  		"zh-CN/cloudapi/RemoveIpControlApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveIpControlApis.json",
2025-08-20T19:16:00.9378388Z [00:02:03.646]➜  		"zh-CN/cloudapi/RemoveIpControlPolicyItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveIpControlPolicyItem.json",
2025-08-20T19:16:00.9379422Z [00:02:03.646]➜  		"zh-CN/cloudapi/RemoveSignatureApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveSignatureApis.json",
2025-08-20T19:16:00.9380506Z [00:02:03.646]➜  		"zh-CN/cloudapi/RemoveTrafficControlApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveTrafficControlApis.json",
2025-08-20T19:16:00.9381432Z [00:02:03.646]➜  		"zh-CN/cloudapi/RemoveVpcAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveVpcAccess.json",
2025-08-20T19:16:00.9382910Z [00:02:03.646]➜  		"zh-CN/cloudapi/RemoveVpcAccessAndAbolishApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveVpcAccessAndAbolishApis.json",
2025-08-20T19:16:00.9383812Z [00:02:03.646]➜  		"zh-CN/cloudapi/ResetAppCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ResetAppCode.json",
2025-08-20T19:16:00.9384742Z [00:02:03.646]➜  		"zh-CN/cloudapi/ResetAppSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ResetAppSecret.json",
2025-08-20T19:16:00.9385898Z [00:02:03.646]➜  		"zh-CN/cloudapi/SdkGenerateByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SdkGenerateByApp.json",
2025-08-20T19:16:00.9387122Z [00:02:03.646]➜  		"zh-CN/cloudapi/SdkGenerateByAppForRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SdkGenerateByAppForRegion.json",
2025-08-20T19:16:00.9388114Z [00:02:03.646]➜  		"zh-CN/cloudapi/SdkGenerateByGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SdkGenerateByGroup.json",
2025-08-20T19:16:00.9389317Z [00:02:03.646]➜  		"zh-CN/cloudapi/SetAccessControlListAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetAccessControlListAttribute.json",
2025-08-20T19:16:00.9390451Z [00:02:03.646]➜  		"zh-CN/cloudapi/SetApiProductsAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetApiProductsAuthorities.json",
2025-08-20T19:16:00.9391557Z [00:02:03.646]➜  		"zh-CN/cloudapi/SetApisAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetApisAuthorities.json",
2025-08-20T19:16:00.9392954Z [00:02:03.646]➜  		"zh-CN/cloudapi/SetAppsAuthToApiProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetAppsAuthToApiProduct.json",
2025-08-20T19:16:00.9394000Z [00:02:03.646]➜  		"zh-CN/cloudapi/SetAppsAuthorities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetAppsAuthorities.json",
2025-08-20T19:16:00.9394873Z [00:02:03.646]➜  		"zh-CN/cloudapi/SetDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetDomain.json",
2025-08-20T19:16:00.9395933Z [00:02:03.646]➜  		"zh-CN/cloudapi/SetDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetDomainCertificate.json",
2025-08-20T19:16:00.9397084Z [00:02:03.646]➜  		"zh-CN/cloudapi/SetDomainWebSocketStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetDomainWebSocketStatus.json",
2025-08-20T19:16:00.9398080Z [00:02:03.646]➜  		"zh-CN/cloudapi/SetIpControlApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetIpControlApis.json",
2025-08-20T19:16:00.9399036Z [00:02:03.646]➜  		"zh-CN/cloudapi/SetSignatureApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetSignatureApis.json",
2025-08-20T19:16:00.9400118Z [00:02:03.646]➜  		"zh-CN/cloudapi/SetTrafficControlApis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetTrafficControlApis.json",
2025-08-20T19:16:00.9401026Z [00:02:03.646]➜  		"zh-CN/cloudapi/SetVpcAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetVpcAccess.json",
2025-08-20T19:16:00.9402189Z [00:02:03.646]➜  		"zh-CN/cloudapi/SetWildcardDomainPatterns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetWildcardDomainPatterns.json",
2025-08-20T19:16:00.9403330Z [00:02:03.646]➜  		"zh-CN/cloudapi/SwitchApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SwitchApi.json",
2025-08-20T19:16:00.9404273Z [00:02:03.646]➜  		"zh-CN/cloudapi/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/TagResources.json",
2025-08-20T19:16:00.9405203Z [00:02:03.646]➜  		"zh-CN/cloudapi/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/UntagResources.json",
2025-08-20T19:16:00.9406298Z [00:02:03.646]➜  		"zh-CN/cloudapi/ValidateVpcConnectivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ValidateVpcConnectivity.json",
2025-08-20T19:16:00.9407098Z [00:02:03.646]➜  		"zh-CN/cloudapi/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/version.json",
2025-08-20T19:16:00.9407912Z [00:02:03.646]➜  		"zh-CN/cloudauth/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudauth/version.json",
2025-08-20T19:16:00.9409008Z [00:02:03.646]➜  		"zh-CN/cloudfw/AddAddressBook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/AddAddressBook.json",
2025-08-20T19:16:00.9409991Z [00:02:03.646]➜  		"zh-CN/cloudfw/AddControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/AddControlPolicy.json",
2025-08-20T19:16:00.9411147Z [00:02:03.646]➜  		"zh-CN/cloudfw/AddInstanceMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/AddInstanceMembers.json",
2025-08-20T19:16:00.9412702Z [00:02:03.646]➜  		"zh-CN/cloudfw/BatchCopyVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/BatchCopyVpcFirewallControlPolicy.json",
2025-08-20T19:16:00.9413969Z [00:02:03.646]➜  		"zh-CN/cloudfw/CreateNatFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateNatFirewallControlPolicy.json",
2025-08-20T19:16:00.9414922Z [00:02:03.646]➜  		"zh-CN/cloudfw/CreateTrFirewallV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateTrFirewallV2.json",
2025-08-20T19:16:00.9416218Z [00:02:03.646]➜  		"zh-CN/cloudfw/CreateTrFirewallV2RoutePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateTrFirewallV2RoutePolicy.json",
2025-08-20T19:16:00.9417562Z [00:02:03.646]➜  		"zh-CN/cloudfw/CreateVpcFirewallCenConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateVpcFirewallCenConfigure.json",
2025-08-20T19:16:00.9418733Z [00:02:03.646]➜  		"zh-CN/cloudfw/CreateVpcFirewallConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateVpcFirewallConfigure.json",
2025-08-20T19:16:00.9419953Z [00:02:03.646]➜  		"zh-CN/cloudfw/CreateVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateVpcFirewallControlPolicy.json",
2025-08-20T19:16:00.9420910Z [00:02:03.646]➜  		"zh-CN/cloudfw/DeleteAddressBook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteAddressBook.json",
2025-08-20T19:16:00.9421895Z [00:02:03.646]➜  		"zh-CN/cloudfw/DeleteControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteControlPolicy.json",
2025-08-20T19:16:00.9423175Z [00:02:03.646]➜  		"zh-CN/cloudfw/DeleteFirewallV2RoutePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteFirewallV2RoutePolicies.json",
2025-08-20T19:16:00.9424192Z [00:02:03.646]➜  		"zh-CN/cloudfw/DeleteInstanceMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteInstanceMembers.json",
2025-08-20T19:16:00.9425363Z [00:02:03.646]➜  		"zh-CN/cloudfw/DeleteNatFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteNatFirewallControlPolicy.json",
2025-08-20T19:16:00.9426305Z [00:02:03.646]➜  		"zh-CN/cloudfw/DeleteTrFirewallV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteTrFirewallV2.json",
2025-08-20T19:16:00.9427457Z [00:02:03.646]➜  		"zh-CN/cloudfw/DeleteVpcFirewallCenConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteVpcFirewallCenConfigure.json",
2025-08-20T19:16:00.9428594Z [00:02:03.646]➜  		"zh-CN/cloudfw/DeleteVpcFirewallConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteVpcFirewallConfigure.json",
2025-08-20T19:16:00.9429804Z [00:02:03.646]➜  		"zh-CN/cloudfw/DeleteVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteVpcFirewallControlPolicy.json",
2025-08-20T19:16:00.9430865Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeACLProtectTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeACLProtectTrend.json",
2025-08-20T19:16:00.9431838Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeAddressBook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeAddressBook.json",
2025-08-20T19:16:00.9432932Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeAssetList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeAssetList.json",
2025-08-20T19:16:00.9434150Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeControlPolicy.json",
2025-08-20T19:16:00.9435325Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeDomainResolve.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeDomainResolve.json",
2025-08-20T19:16:00.9436396Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeInstanceMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeInstanceMembers.json",
2025-08-20T19:16:00.9437462Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeInternetOpenIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeInternetOpenIp.json",
2025-08-20T19:16:00.9438653Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeInternetTrafficTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeInternetTrafficTrend.json",
2025-08-20T19:16:00.9439747Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeInvadeEventList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeInvadeEventList.json",
2025-08-20T19:16:00.9441215Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeNatFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeNatFirewallControlPolicy.json",
2025-08-20T19:16:00.9442769Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeNatFirewallPolicyPriorUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeNatFirewallPolicyPriorUsed.json",
2025-08-20T19:16:00.9444003Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeOutgoingDestinationIP.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeOutgoingDestinationIP.json",
2025-08-20T19:16:00.9445048Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeOutgoingDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeOutgoingDomain.json",
2025-08-20T19:16:00.9446209Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribePolicyAdvancedConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribePolicyAdvancedConfig.json",
2025-08-20T19:16:00.9447333Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribePolicyPriorUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribePolicyPriorUsed.json",
2025-08-20T19:16:00.9448432Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeRiskEventGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeRiskEventGroup.json",
2025-08-20T19:16:00.9449549Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeRiskEventPayload.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeRiskEventPayload.json",
2025-08-20T19:16:00.9451107Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json",
2025-08-20T19:16:00.9452647Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeTrFirewallV2RoutePolicyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallV2RoutePolicyList.json",
2025-08-20T19:16:00.9453874Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeTrFirewallsV2Detail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallsV2Detail.json",
2025-08-20T19:16:00.9455031Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeTrFirewallsV2List.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallsV2List.json",
2025-08-20T19:16:00.9456272Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeTrFirewallsV2RouteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallsV2RouteList.json",
2025-08-20T19:16:00.9457509Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeUserAssetIPTrafficInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeUserAssetIPTrafficInfo.json",
2025-08-20T19:16:00.9458746Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeVpcFirewallAclGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallAclGroupList.json",
2025-08-20T19:16:00.9460091Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeVpcFirewallCenDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallCenDetail.json",
2025-08-20T19:16:00.9461335Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeVpcFirewallCenList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallCenList.json",
2025-08-20T19:16:00.9462829Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallControlPolicy.json",
2025-08-20T19:16:00.9464176Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json",
2025-08-20T19:16:00.9465294Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeVpcFirewallDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallDetail.json",
2025-08-20T19:16:00.9466516Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeVpcFirewallList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallList.json",
2025-08-20T19:16:00.9467923Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json",
2025-08-20T19:16:00.9469224Z [00:02:03.646]➜  		"zh-CN/cloudfw/DescribeVulnerabilityProtectedList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVulnerabilityProtectedList.json",
2025-08-20T19:16:00.9470209Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyAddressBook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyAddressBook.json",
2025-08-20T19:16:00.9471214Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyControlPolicy.json",
2025-08-20T19:16:00.9472356Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyControlPolicyPosition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyControlPolicyPosition.json",
2025-08-20T19:16:00.9473896Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyFirewallV2RoutePolicySwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyFirewallV2RoutePolicySwitch.json",
2025-08-20T19:16:00.9475150Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyInstanceMemberAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyInstanceMemberAttributes.json",
2025-08-20T19:16:00.9476426Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyNatFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyNatFirewallControlPolicy.json",
2025-08-20T19:16:00.9477833Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyNatFirewallControlPolicyPosition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyNatFirewallControlPolicyPosition.json",
2025-08-20T19:16:00.9479005Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyPolicyAdvancedConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyPolicyAdvancedConfig.json",
2025-08-20T19:16:00.9480252Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyTrFirewallV2Configuration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyTrFirewallV2Configuration.json",
2025-08-20T19:16:00.9481567Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json",
2025-08-20T19:16:00.9483011Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyVpcFirewallCenConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallCenConfigure.json",
2025-08-20T19:16:00.9484317Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyVpcFirewallCenSwitchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallCenSwitchStatus.json",
2025-08-20T19:16:00.9485676Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyVpcFirewallConfigure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallConfigure.json",
2025-08-20T19:16:00.9487102Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyVpcFirewallControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallControlPolicy.json",
2025-08-20T19:16:00.9488523Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyVpcFirewallControlPolicyPosition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallControlPolicyPosition.json",
2025-08-20T19:16:00.9489839Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json",
2025-08-20T19:16:00.9491098Z [00:02:03.646]➜  		"zh-CN/cloudfw/ModifyVpcFirewallSwitchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallSwitchStatus.json",
2025-08-20T19:16:00.9492590Z [00:02:03.646]➜  		"zh-CN/cloudfw/PutDisableAllFwSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/PutDisableAllFwSwitch.json",
2025-08-20T19:16:00.9493799Z [00:02:03.646]➜  		"zh-CN/cloudfw/PutDisableFwSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/PutDisableFwSwitch.json",
2025-08-20T19:16:00.9494872Z [00:02:03.646]➜  		"zh-CN/cloudfw/PutEnableAllFwSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/PutEnableAllFwSwitch.json",
2025-08-20T19:16:00.9495877Z [00:02:03.646]➜  		"zh-CN/cloudfw/PutEnableFwSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/PutEnableFwSwitch.json",
2025-08-20T19:16:00.9496893Z [00:02:03.646]➜  		"zh-CN/cloudfw/ReleasePostInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ReleasePostInstance.json",
2025-08-20T19:16:00.9498119Z [00:02:03.646]➜  		"zh-CN/cloudfw/ResetVpcFirewallRuleHitCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ResetVpcFirewallRuleHitCount.json",
2025-08-20T19:16:00.9498977Z [00:02:03.646]➜  		"zh-CN/cloudfw/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/version.json",
2025-08-20T19:16:00.9500249Z [00:02:03.646]➜  		"zh-CN/cloudsso/AddExternalSAMLIdPCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/AddExternalSAMLIdPCertificate.json",
2025-08-20T19:16:00.9501720Z [00:02:03.646]➜  		"zh-CN/cloudsso/AddPermissionPolicyToAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/AddPermissionPolicyToAccessConfiguration.json",
2025-08-20T19:16:00.9502835Z [00:02:03.646]➜  		"zh-CN/cloudsso/AddUserToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/AddUserToGroup.json",
2025-08-20T19:16:00.9504172Z [00:02:03.646]➜  		"zh-CN/cloudsso/ClearExternalSAMLIdentityProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ClearExternalSAMLIdentityProvider.json",
2025-08-20T19:16:00.9505457Z [00:02:03.646]➜  		"zh-CN/cloudsso/CreateAccessAssignment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateAccessAssignment.json",
2025-08-20T19:16:00.9506721Z [00:02:03.646]➜  		"zh-CN/cloudsso/CreateAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateAccessConfiguration.json",
2025-08-20T19:16:00.9507655Z [00:02:03.646]➜  		"zh-CN/cloudsso/CreateDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateDirectory.json",
2025-08-20T19:16:00.9508530Z [00:02:03.646]➜  		"zh-CN/cloudsso/CreateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateGroup.json",
2025-08-20T19:16:00.9509662Z [00:02:03.646]➜  		"zh-CN/cloudsso/CreateSCIMServerCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateSCIMServerCredential.json",
2025-08-20T19:16:00.9510535Z [00:02:03.646]➜  		"zh-CN/cloudsso/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateUser.json",
2025-08-20T19:16:00.9511616Z [00:02:03.646]➜  		"zh-CN/cloudsso/CreateUserProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateUserProvisioning.json",
2025-08-20T19:16:00.9512899Z [00:02:03.646]➜  		"zh-CN/cloudsso/DeleteAccessAssignment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteAccessAssignment.json",
2025-08-20T19:16:00.9514079Z [00:02:03.646]➜  		"zh-CN/cloudsso/DeleteAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteAccessConfiguration.json",
2025-08-20T19:16:00.9515039Z [00:02:03.646]➜  		"zh-CN/cloudsso/DeleteDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteDirectory.json",
2025-08-20T19:16:00.9515918Z [00:02:03.646]➜  		"zh-CN/cloudsso/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteGroup.json",
2025-08-20T19:16:00.9517187Z [00:02:03.646]➜  		"zh-CN/cloudsso/DeleteMFADeviceForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteMFADeviceForUser.json",
2025-08-20T19:16:00.9518547Z [00:02:03.646]➜  		"zh-CN/cloudsso/DeleteSCIMServerCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteSCIMServerCredential.json",
2025-08-20T19:16:00.9519474Z [00:02:03.646]➜  		"zh-CN/cloudsso/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteUser.json",
2025-08-20T19:16:00.9520553Z [00:02:03.646]➜  		"zh-CN/cloudsso/DeleteUserProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteUserProvisioning.json",
2025-08-20T19:16:00.9521741Z [00:02:03.646]➜  		"zh-CN/cloudsso/DeleteUserProvisioningEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteUserProvisioningEvent.json",
2025-08-20T19:16:00.9523210Z [00:02:03.646]➜  		"zh-CN/cloudsso/DeprovisionAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeprovisionAccessConfiguration.json",
2025-08-20T19:16:00.9524191Z [00:02:03.646]➜  		"zh-CN/cloudsso/DisableService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DisableService.json",
2025-08-20T19:16:00.9525110Z [00:02:03.646]➜  		"zh-CN/cloudsso/EnableService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/EnableService.json",
2025-08-20T19:16:00.9526165Z [00:02:03.646]➜  		"zh-CN/cloudsso/GetAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetAccessConfiguration.json",
2025-08-20T19:16:00.9527037Z [00:02:03.646]➜  		"zh-CN/cloudsso/GetDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetDirectory.json",
2025-08-20T19:16:00.9528346Z [00:02:03.646]➜  		"zh-CN/cloudsso/GetDirectorySAMLServiceProviderInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetDirectorySAMLServiceProviderInfo.json",
2025-08-20T19:16:00.9529565Z [00:02:03.646]➜  		"zh-CN/cloudsso/GetDirectoryStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetDirectoryStatistics.json",
2025-08-20T19:16:00.9530909Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetExternalSAMLIdentityProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetExternalSAMLIdentityProvider.json",
2025-08-20T19:16:00.9531733Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetGroup.json",
2025-08-20T19:16:00.9533127Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetMFAAuthenticationSettingInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetMFAAuthenticationSettingInfo.json",
2025-08-20T19:16:00.9534233Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetMFAAuthenticationSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetMFAAuthenticationSettings.json",
2025-08-20T19:16:00.9535329Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetMFAAuthenticationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetMFAAuthenticationStatus.json",
2025-08-20T19:16:00.9536511Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetSCIMSynchronizationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetSCIMSynchronizationStatus.json",
2025-08-20T19:16:00.9537437Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetServiceStatus.json",
2025-08-20T19:16:00.9538184Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetTask.json",
2025-08-20T19:16:00.9539045Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetTaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetTaskStatus.json",
2025-08-20T19:16:00.9539835Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUser.json",
2025-08-20T19:16:00.9541193Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetUserMFAAuthenticationSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserMFAAuthenticationSettings.json",
2025-08-20T19:16:00.9542564Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetUserProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioning.json",
2025-08-20T19:16:00.9543854Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetUserProvisioningConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioningConfiguration.json",
2025-08-20T19:16:00.9544952Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetUserProvisioningEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioningEvent.json",
2025-08-20T19:16:00.9546310Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetUserProvisioningRdAccountStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioningRdAccountStatistics.json",
2025-08-20T19:16:00.9547505Z [00:02:03.647]➜  		"zh-CN/cloudsso/GetUserProvisioningStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioningStatistics.json",
2025-08-20T19:16:00.9548503Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListAccessAssignments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListAccessAssignments.json",
2025-08-20T19:16:00.9549810Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListAccessConfigurationProvisionings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListAccessConfigurationProvisionings.json",
2025-08-20T19:16:00.9550859Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListAccessConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListAccessConfigurations.json",
2025-08-20T19:16:00.9551782Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListDirectories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListDirectories.json",
2025-08-20T19:16:00.9553420Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListExternalSAMLIdPCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListExternalSAMLIdPCertificates.json",
2025-08-20T19:16:00.9554383Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListGroupMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListGroupMembers.json",
2025-08-20T19:16:00.9555331Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListGroups.json",
2025-08-20T19:16:00.9556384Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListJoinedGroupsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListJoinedGroupsForUser.json",
2025-08-20T19:16:00.9557378Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListMFADevicesForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListMFADevicesForUser.json",
2025-08-20T19:16:00.9558856Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListPermissionPoliciesInAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListPermissionPoliciesInAccessConfiguration.json",
2025-08-20T19:16:00.9559998Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListSCIMServerCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListSCIMServerCredentials.json",
2025-08-20T19:16:00.9560842Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListTasks.json",
2025-08-20T19:16:00.9561947Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListUserProvisioningEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListUserProvisioningEvents.json",
2025-08-20T19:16:00.9563167Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListUserProvisionings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListUserProvisionings.json",
2025-08-20T19:16:00.9563977Z [00:02:03.647]➜  		"zh-CN/cloudsso/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListUsers.json",
2025-08-20T19:16:00.9565134Z [00:02:03.647]➜  		"zh-CN/cloudsso/ProvisionAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ProvisionAccessConfiguration.json",
2025-08-20T19:16:00.9566565Z [00:02:03.647]➜  		"zh-CN/cloudsso/RemoveExternalSAMLIdPCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/RemoveExternalSAMLIdPCertificate.json",
2025-08-20T19:16:00.9568074Z [00:02:03.647]➜  		"zh-CN/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json",
2025-08-20T19:16:00.9569083Z [00:02:03.647]➜  		"zh-CN/cloudsso/RemoveUserFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/RemoveUserFromGroup.json",
2025-08-20T19:16:00.9570027Z [00:02:03.647]➜  		"zh-CN/cloudsso/ResetUserPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ResetUserPassword.json",
2025-08-20T19:16:00.9571131Z [00:02:03.647]➜  		"zh-CN/cloudsso/RetryUserProvisioningEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/RetryUserProvisioningEvent.json",
2025-08-20T19:16:00.9572333Z [00:02:03.647]➜  		"zh-CN/cloudsso/SetExternalSAMLIdentityProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/SetExternalSAMLIdentityProvider.json",
2025-08-20T19:16:00.9573761Z [00:02:03.647]➜  		"zh-CN/cloudsso/SetMFAAuthenticationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/SetMFAAuthenticationStatus.json",
2025-08-20T19:16:00.9574973Z [00:02:03.647]➜  		"zh-CN/cloudsso/SetSCIMSynchronizationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/SetSCIMSynchronizationStatus.json",
2025-08-20T19:16:00.9576118Z [00:02:03.647]➜  		"zh-CN/cloudsso/UpdateAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateAccessConfiguration.json",
2025-08-20T19:16:00.9577105Z [00:02:03.647]➜  		"zh-CN/cloudsso/UpdateDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateDirectory.json",
2025-08-20T19:16:00.9578174Z [00:02:03.647]➜  		"zh-CN/cloudsso/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateGroup.json",
2025-08-20T19:16:00.9579792Z [00:02:03.647]➜  		"zh-CN/cloudsso/UpdateInlinePolicyForAccessConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateInlinePolicyForAccessConfiguration.json",
2025-08-20T19:16:00.9581022Z [00:02:03.647]➜  		"zh-CN/cloudsso/UpdateMFAAuthenticationSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateMFAAuthenticationSettings.json",
2025-08-20T19:16:00.9582246Z [00:02:03.647]➜  		"zh-CN/cloudsso/UpdateSCIMServerCredentialStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateSCIMServerCredentialStatus.json",
2025-08-20T19:16:00.9583291Z [00:02:03.647]➜  		"zh-CN/cloudsso/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUser.json",
2025-08-20T19:16:00.9584678Z [00:02:03.647]➜  		"zh-CN/cloudsso/UpdateUserMFAAuthenticationSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUserMFAAuthenticationSettings.json",
2025-08-20T19:16:00.9585744Z [00:02:03.647]➜  		"zh-CN/cloudsso/UpdateUserProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUserProvisioning.json",
2025-08-20T19:16:00.9587034Z [00:02:03.647]➜  		"zh-CN/cloudsso/UpdateUserProvisioningConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUserProvisioningConfiguration.json",
2025-08-20T19:16:00.9587941Z [00:02:03.647]➜  		"zh-CN/cloudsso/UpdateUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUserStatus.json",
2025-08-20T19:16:00.9588711Z [00:02:03.647]➜  		"zh-CN/cloudsso/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/version.json",
2025-08-20T19:16:00.9589402Z [00:02:03.647]➜  		"zh-CN/cms/AddTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/AddTags.json",
2025-08-20T19:16:00.9590509Z [00:02:03.647]➜  		"zh-CN/cms/ApplyMetricRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ApplyMetricRuleTemplate.json",
2025-08-20T19:16:00.9591774Z [00:02:03.647]➜  		"zh-CN/cms/BatchCreateInstantSiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/BatchCreateInstantSiteMonitor.json",
2025-08-20T19:16:00.9593077Z [00:02:03.647]➜  		"zh-CN/cms/BatchCreateIntantSiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/BatchCreateIntantSiteMonitor.json",
2025-08-20T19:16:00.9594153Z [00:02:03.647]➜  		"zh-CN/cms/BatchCreateOnceSiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/BatchCreateOnceSiteMonitor.json",
2025-08-20T19:16:00.9594928Z [00:02:03.647]➜  		"zh-CN/cms/BatchExport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/BatchExport.json",
2025-08-20T19:16:00.9595895Z [00:02:03.647]➜  		"zh-CN/cms/CreateCmsCallNumOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateCmsCallNumOrder.json",
2025-08-20T19:16:00.9596749Z [00:02:03.647]➜  		"zh-CN/cms/CreateCmsOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateCmsOrder.json",
2025-08-20T19:16:00.9597743Z [00:02:03.647]➜  		"zh-CN/cms/CreateCmsSmspackageOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateCmsSmspackageOrder.json",
2025-08-20T19:16:00.9598667Z [00:02:03.647]➜  		"zh-CN/cms/CreateDynamicTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateDynamicTagGroup.json",
2025-08-20T19:16:00.9599606Z [00:02:03.647]➜  		"zh-CN/cms/CreateGroupMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateGroupMetricRules.json",
2025-08-20T19:16:00.9600788Z [00:02:03.647]➜  		"zh-CN/cms/CreateGroupMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateGroupMonitoringAgentProcess.json",
2025-08-20T19:16:00.9601911Z [00:02:03.647]➜  		"zh-CN/cms/CreateHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateHostAvailability.json",
2025-08-20T19:16:00.9603322Z [00:02:03.647]➜  		"zh-CN/cms/CreateHybridMonitorNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateHybridMonitorNamespace.json",
2025-08-20T19:16:00.9604419Z [00:02:03.647]➜  		"zh-CN/cms/CreateHybridMonitorSLSGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateHybridMonitorSLSGroup.json",
2025-08-20T19:16:00.9605409Z [00:02:03.647]➜  		"zh-CN/cms/CreateHybridMonitorTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateHybridMonitorTask.json",
2025-08-20T19:16:00.9606406Z [00:02:03.647]➜  		"zh-CN/cms/CreateInstantSiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateInstantSiteMonitor.json",
2025-08-20T19:16:00.9607400Z [00:02:03.647]➜  		"zh-CN/cms/CreateMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMetricRuleBlackList.json",
2025-08-20T19:16:00.9608402Z [00:02:03.647]➜  		"zh-CN/cms/CreateMetricRuleResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMetricRuleResources.json",
2025-08-20T19:16:00.9609392Z [00:02:03.647]➜  		"zh-CN/cms/CreateMetricRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMetricRuleTemplate.json",
2025-08-20T19:16:00.9610405Z [00:02:03.647]➜  		"zh-CN/cms/CreateMonitorAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorAgentProcess.json",
2025-08-20T19:16:00.9611312Z [00:02:03.647]➜  		"zh-CN/cms/CreateMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorGroup.json",
2025-08-20T19:16:00.9612653Z [00:02:03.647]➜  		"zh-CN/cms/CreateMonitorGroupByResourceGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorGroupByResourceGroupId.json",
2025-08-20T19:16:00.9613923Z [00:02:03.647]➜  		"zh-CN/cms/CreateMonitorGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorGroupInstances.json",
2025-08-20T19:16:00.9615192Z [00:02:03.647]➜  		"zh-CN/cms/CreateMonitorGroupNotifyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorGroupNotifyPolicy.json",
2025-08-20T19:16:00.9616274Z [00:02:03.647]➜  		"zh-CN/cms/CreateMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitoringAgentProcess.json",
2025-08-20T19:16:00.9617141Z [00:02:03.647]➜  		"zh-CN/cms/CreateSiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateSiteMonitor.json",
2025-08-20T19:16:00.9617814Z [00:02:03.647]➜  		"zh-CN/cms/Cursor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/Cursor.json",
2025-08-20T19:16:00.9618589Z [00:02:03.647]➜  		"zh-CN/cms/DeleteContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteContact.json",
2025-08-20T19:16:00.9619486Z [00:02:03.647]➜  		"zh-CN/cms/DeleteContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteContactGroup.json",
2025-08-20T19:16:00.9620311Z [00:02:03.647]➜  		"zh-CN/cms/DeleteCustomMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteCustomMetric.json",
2025-08-20T19:16:00.9621242Z [00:02:03.647]➜  		"zh-CN/cms/DeleteDynamicTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteDynamicTagGroup.json",
2025-08-20T19:16:00.9622189Z [00:02:03.647]➜  		"zh-CN/cms/DeleteEventRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteEventRuleTargets.json",
2025-08-20T19:16:00.9623214Z [00:02:03.647]➜  		"zh-CN/cms/DeleteEventRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteEventRules.json",
2025-08-20T19:16:00.9624127Z [00:02:03.647]➜  		"zh-CN/cms/DeleteExporterOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteExporterOutput.json",
2025-08-20T19:16:00.9625143Z [00:02:03.647]➜  		"zh-CN/cms/DeleteExporterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteExporterRule.json",
2025-08-20T19:16:00.9626415Z [00:02:03.647]➜  		"zh-CN/cms/DeleteGroupMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteGroupMonitoringAgentProcess.json",
2025-08-20T19:16:00.9627359Z [00:02:03.647]➜  		"zh-CN/cms/DeleteHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteHostAvailability.json",
2025-08-20T19:16:00.9628433Z [00:02:03.647]➜  		"zh-CN/cms/DeleteHybridMonitorNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteHybridMonitorNamespace.json",
2025-08-20T19:16:00.9629475Z [00:02:03.647]➜  		"zh-CN/cms/DeleteHybridMonitorSLSGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteHybridMonitorSLSGroup.json",
2025-08-20T19:16:00.9630453Z [00:02:03.647]➜  		"zh-CN/cms/DeleteHybridMonitorTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteHybridMonitorTask.json",
2025-08-20T19:16:00.9631291Z [00:02:03.647]➜  		"zh-CN/cms/DeleteLogMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteLogMonitor.json",
2025-08-20T19:16:00.9632293Z [00:02:03.647]➜  		"zh-CN/cms/DeleteMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRuleBlackList.json",
2025-08-20T19:16:00.9633501Z [00:02:03.647]➜  		"zh-CN/cms/DeleteMetricRuleResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRuleResources.json",
2025-08-20T19:16:00.9634508Z [00:02:03.647]➜  		"zh-CN/cms/DeleteMetricRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRuleTargets.json",
2025-08-20T19:16:00.9635486Z [00:02:03.647]➜  		"zh-CN/cms/DeleteMetricRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRuleTemplate.json",
2025-08-20T19:16:00.9636514Z [00:02:03.647]➜  		"zh-CN/cms/DeleteMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRules.json",
2025-08-20T19:16:00.9637559Z [00:02:03.647]➜  		"zh-CN/cms/DeleteMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitorGroup.json",
2025-08-20T19:16:00.9638648Z [00:02:03.647]➜  		"zh-CN/cms/DeleteMonitorGroupDynamicRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitorGroupDynamicRule.json",
2025-08-20T19:16:00.9639708Z [00:02:03.647]➜  		"zh-CN/cms/DeleteMonitorGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitorGroupInstances.json",
2025-08-20T19:16:00.9640812Z [00:02:03.647]➜  		"zh-CN/cms/DeleteMonitorGroupNotifyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitorGroupNotifyPolicy.json",
2025-08-20T19:16:00.9641880Z [00:02:03.647]➜  		"zh-CN/cms/DeleteMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitoringAgentProcess.json",
2025-08-20T19:16:00.9642949Z [00:02:03.647]➜  		"zh-CN/cms/DeleteSiteMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteSiteMonitors.json",
2025-08-20T19:16:00.9644028Z [00:02:03.647]➜  		"zh-CN/cms/DescribeActiveMetricRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeActiveMetricRuleList.json",
2025-08-20T19:16:00.9645004Z [00:02:03.647]➜  		"zh-CN/cms/DescribeAlertHistoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertHistoryList.json",
2025-08-20T19:16:00.9645929Z [00:02:03.647]➜  		"zh-CN/cms/DescribeAlertLogCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertLogCount.json",
2025-08-20T19:16:00.9646922Z [00:02:03.647]➜  		"zh-CN/cms/DescribeAlertLogHistogram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertLogHistogram.json",
2025-08-20T19:16:00.9648002Z [00:02:03.647]➜  		"zh-CN/cms/DescribeAlertLogList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertLogList.json",
2025-08-20T19:16:00.9649342Z [00:02:03.647]➜  		"zh-CN/cms/DescribeAlertingMetricRuleResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertingMetricRuleResources.json",
2025-08-20T19:16:00.9650301Z [00:02:03.647]➜  		"zh-CN/cms/DescribeContactGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeContactGroupList.json",
2025-08-20T19:16:00.9651185Z [00:02:03.647]➜  		"zh-CN/cms/DescribeContactList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeContactList.json",
2025-08-20T19:16:00.9652338Z [00:02:03.647]➜  		"zh-CN/cms/DescribeContactListByContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeContactListByContactGroup.json",
2025-08-20T19:16:00.9653625Z [00:02:03.647]➜  		"zh-CN/cms/DescribeCustomEventAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeCustomEventAttribute.json",
2025-08-20T19:16:00.9654610Z [00:02:03.647]➜  		"zh-CN/cms/DescribeCustomEventCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeCustomEventCount.json",
2025-08-20T19:16:00.9655668Z [00:02:03.647]➜  		"zh-CN/cms/DescribeCustomEventHistogram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeCustomEventHistogram.json",
2025-08-20T19:16:00.9656667Z [00:02:03.647]➜  		"zh-CN/cms/DescribeCustomMetricList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeCustomMetricList.json",
2025-08-20T19:16:00.9657719Z [00:02:03.647]➜  		"zh-CN/cms/DescribeDynamicTagRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeDynamicTagRuleList.json",
2025-08-20T19:16:00.9658739Z [00:02:03.647]➜  		"zh-CN/cms/DescribeEventRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeEventRuleAttribute.json",
2025-08-20T19:16:00.9659825Z [00:02:03.647]➜  		"zh-CN/cms/DescribeEventRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeEventRuleList.json",
2025-08-20T19:16:00.9660977Z [00:02:03.647]➜  		"zh-CN/cms/DescribeEventRuleTargetList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeEventRuleTargetList.json",
2025-08-20T19:16:00.9662022Z [00:02:03.647]➜  		"zh-CN/cms/DescribeExporterOutputList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeExporterOutputList.json",
2025-08-20T19:16:00.9663187Z [00:02:03.647]➜  		"zh-CN/cms/DescribeExporterRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeExporterRuleList.json",
2025-08-20T19:16:00.9664421Z [00:02:03.647]➜  		"zh-CN/cms/DescribeGroupMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeGroupMonitoringAgentProcess.json",
2025-08-20T19:16:00.9665505Z [00:02:03.647]➜  		"zh-CN/cms/DescribeHostAvailabilityList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHostAvailabilityList.json",
2025-08-20T19:16:00.9666598Z [00:02:03.647]➜  		"zh-CN/cms/DescribeHybridMonitorDataList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHybridMonitorDataList.json",
2025-08-20T19:16:00.9667828Z [00:02:03.647]➜  		"zh-CN/cms/DescribeHybridMonitorNamespaceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHybridMonitorNamespaceList.json",
2025-08-20T19:16:00.9668905Z [00:02:03.647]➜  		"zh-CN/cms/DescribeHybridMonitorSLSGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHybridMonitorSLSGroup.json",
2025-08-20T19:16:00.9669973Z [00:02:03.647]➜  		"zh-CN/cms/DescribeHybridMonitorTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHybridMonitorTaskList.json",
2025-08-20T19:16:00.9671002Z [00:02:03.647]➜  		"zh-CN/cms/DescribeLogMonitorAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeLogMonitorAttribute.json",
2025-08-20T19:16:00.9672109Z [00:02:03.647]➜  		"zh-CN/cms/DescribeLogMonitorList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeLogMonitorList.json",
2025-08-20T19:16:00.9673296Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMetricData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricData.json",
2025-08-20T19:16:00.9674222Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMetricLast.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricLast.json",
2025-08-20T19:16:00.9675036Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMetricList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricList.json",
2025-08-20T19:16:00.9675896Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMetricMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricMetaList.json",
2025-08-20T19:16:00.9676868Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleBlackList.json",
2025-08-20T19:16:00.9677881Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMetricRuleCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleCount.json",
2025-08-20T19:16:00.9678851Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMetricRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleList.json",
2025-08-20T19:16:00.9679839Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMetricRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleTargets.json",
2025-08-20T19:16:00.9681037Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMetricRuleTemplateAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleTemplateAttribute.json",
2025-08-20T19:16:00.9682163Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMetricRuleTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleTemplateList.json",
2025-08-20T19:16:00.9683388Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMetricTop.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricTop.json",
2025-08-20T19:16:00.9684626Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMonitorGroupCategories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupCategories.json",
2025-08-20T19:16:00.9685803Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMonitorGroupDynamicRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupDynamicRules.json",
2025-08-20T19:16:00.9687036Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMonitorGroupInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupInstanceAttribute.json",
2025-08-20T19:16:00.9688100Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMonitorGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupInstances.json",
2025-08-20T19:16:00.9689273Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMonitorGroupNotifyPolicyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupNotifyPolicyList.json",
2025-08-20T19:16:00.9690186Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMonitorGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroups.json",
2025-08-20T19:16:00.9691366Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMonitorResourceQuotaAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorResourceQuotaAttribute.json",
2025-08-20T19:16:00.9692657Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMonitoringAgentAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentAccessKey.json",
2025-08-20T19:16:00.9693683Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMonitoringAgentConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentConfig.json",
2025-08-20T19:16:00.9694822Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMonitoringAgentHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentHosts.json",
2025-08-20T19:16:00.9695961Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMonitoringAgentProcesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentProcesses.json",
2025-08-20T19:16:00.9697110Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMonitoringAgentStatuses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentStatuses.json",
2025-08-20T19:16:00.9697978Z [00:02:03.647]➜  		"zh-CN/cms/DescribeMonitoringConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringConfig.json",
2025-08-20T19:16:00.9699095Z [00:02:03.647]➜  		"zh-CN/cms/DescribeProductResourceTagKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeProductResourceTagKeyList.json",
2025-08-20T19:16:00.9700241Z [00:02:03.647]➜  		"zh-CN/cms/DescribeProductsOfActiveMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeProductsOfActiveMetricRule.json",
2025-08-20T19:16:00.9701109Z [00:02:03.647]➜  		"zh-CN/cms/DescribeProjectMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeProjectMeta.json",
2025-08-20T19:16:00.9702330Z [00:02:03.647]➜  		"zh-CN/cms/DescribeSiteInstantMonitorLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteInstantMonitorLog.json",
2025-08-20T19:16:00.9703673Z [00:02:03.647]➜  		"zh-CN/cms/DescribeSiteMonitorAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorAttribute.json",
2025-08-20T19:16:00.9704581Z [00:02:03.647]➜  		"zh-CN/cms/DescribeSiteMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorData.json",
2025-08-20T19:16:00.9705636Z [00:02:03.648]➜  		"zh-CN/cms/DescribeSiteMonitorISPCityList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorISPCityList.json",
2025-08-20T19:16:00.9706774Z [00:02:03.648]➜  		"zh-CN/cms/DescribeSiteMonitorList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorList.json",
2025-08-20T19:16:00.9707849Z [00:02:03.648]➜  		"zh-CN/cms/DescribeSiteMonitorLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorLog.json",
2025-08-20T19:16:00.9708889Z [00:02:03.648]➜  		"zh-CN/cms/DescribeSiteMonitorQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorQuota.json",
2025-08-20T19:16:00.9709944Z [00:02:03.648]➜  		"zh-CN/cms/DescribeSiteMonitorStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorStatistics.json",
2025-08-20T19:16:00.9710973Z [00:02:03.648]➜  		"zh-CN/cms/DescribeSystemEventAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSystemEventAttribute.json",
2025-08-20T19:16:00.9712011Z [00:02:03.648]➜  		"zh-CN/cms/DescribeSystemEventCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSystemEventCount.json",
2025-08-20T19:16:00.9713284Z [00:02:03.648]➜  		"zh-CN/cms/DescribeSystemEventHistogram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSystemEventHistogram.json",
2025-08-20T19:16:00.9714426Z [00:02:03.648]➜  		"zh-CN/cms/DescribeSystemEventMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSystemEventMetaList.json",
2025-08-20T19:16:00.9715381Z [00:02:03.648]➜  		"zh-CN/cms/DescribeTagKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeTagKeyList.json",
2025-08-20T19:16:00.9716355Z [00:02:03.648]➜  		"zh-CN/cms/DescribeTagValueList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeTagValueList.json",
2025-08-20T19:16:00.9717864Z [00:02:03.648]➜  		"zh-CN/cms/DescribeUnhealthyHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeUnhealthyHostAvailability.json",
2025-08-20T19:16:00.9719029Z [00:02:03.648]➜  		"zh-CN/cms/DisableActiveMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableActiveMetricRule.json",
2025-08-20T19:16:00.9720011Z [00:02:03.648]➜  		"zh-CN/cms/DisableEventRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableEventRules.json",
2025-08-20T19:16:00.9721012Z [00:02:03.648]➜  		"zh-CN/cms/DisableHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableHostAvailability.json",
2025-08-20T19:16:00.9722125Z [00:02:03.648]➜  		"zh-CN/cms/DisableMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableMetricRules.json",
2025-08-20T19:16:00.9723554Z [00:02:03.648]➜  		"zh-CN/cms/DisableSiteMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableSiteMonitors.json",
2025-08-20T19:16:00.9724752Z [00:02:03.648]➜  		"zh-CN/cms/EnableActiveMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableActiveMetricRule.json",
2025-08-20T19:16:00.9725984Z [00:02:03.648]➜  		"zh-CN/cms/EnableEventRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableEventRules.json",
2025-08-20T19:16:00.9727071Z [00:02:03.648]➜  		"zh-CN/cms/EnableHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableHostAvailability.json",
2025-08-20T19:16:00.9728182Z [00:02:03.648]➜  		"zh-CN/cms/EnableMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableMetricRuleBlackList.json",
2025-08-20T19:16:00.9729134Z [00:02:03.648]➜  		"zh-CN/cms/EnableMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableMetricRules.json",
2025-08-20T19:16:00.9730079Z [00:02:03.648]➜  		"zh-CN/cms/EnableSiteMonitors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableSiteMonitors.json",
2025-08-20T19:16:00.9731119Z [00:02:03.648]➜  		"zh-CN/cms/InstallMonitoringAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/InstallMonitoringAgent.json",
2025-08-20T19:16:00.9732751Z [00:02:03.648]➜  		"zh-CN/cms/ModifyGroupMonitoringAgentProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyGroupMonitoringAgentProcess.json",
2025-08-20T19:16:00.9733771Z [00:02:03.648]➜  		"zh-CN/cms/ModifyHostAvailability.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHostAvailability.json",
2025-08-20T19:16:00.9734632Z [00:02:03.648]➜  		"zh-CN/cms/ModifyHostInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHostInfo.json",
2025-08-20T19:16:00.9736055Z [00:02:03.648]➜  		"zh-CN/cms/ModifyHybridMonitorNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHybridMonitorNamespace.json",
2025-08-20T19:16:00.9737123Z [00:02:03.648]➜  		"zh-CN/cms/ModifyHybridMonitorSLSGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHybridMonitorSLSGroup.json",
2025-08-20T19:16:00.9738077Z [00:02:03.648]➜  		"zh-CN/cms/ModifyHybridMonitorTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHybridMonitorTask.json",
2025-08-20T19:16:00.9739102Z [00:02:03.648]➜  		"zh-CN/cms/ModifyMetricRuleBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyMetricRuleBlackList.json",
2025-08-20T19:16:00.9740095Z [00:02:03.648]➜  		"zh-CN/cms/ModifyMetricRuleTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyMetricRuleTemplate.json",
2025-08-20T19:16:00.9740982Z [00:02:03.648]➜  		"zh-CN/cms/ModifyMonitorGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyMonitorGroup.json",
2025-08-20T19:16:00.9741854Z [00:02:03.648]➜  		"zh-CN/cms/ModifyMonitorGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyMonitorGroupInstances.json",
2025-08-20T19:16:00.9742842Z [00:02:03.648]➜  		"zh-CN/cms/ModifySiteMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifySiteMonitor.json",
2025-08-20T19:16:00.9743841Z [00:02:03.648]➜  		"zh-CN/cms/OpenCmsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/OpenCmsService.json",
2025-08-20T19:16:00.9744710Z [00:02:03.648]➜  		"zh-CN/cms/PutContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutContact.json",
2025-08-20T19:16:00.9745525Z [00:02:03.648]➜  		"zh-CN/cms/PutContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutContactGroup.json",
2025-08-20T19:16:00.9746340Z [00:02:03.648]➜  		"zh-CN/cms/PutCustomEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutCustomEvent.json",
2025-08-20T19:16:00.9747236Z [00:02:03.648]➜  		"zh-CN/cms/PutCustomEventRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutCustomEventRule.json",
2025-08-20T19:16:00.9748109Z [00:02:03.648]➜  		"zh-CN/cms/PutCustomMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutCustomMetric.json",
2025-08-20T19:16:00.9749061Z [00:02:03.648]➜  		"zh-CN/cms/PutCustomMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutCustomMetricRule.json",
2025-08-20T19:16:00.9750017Z [00:02:03.648]➜  		"zh-CN/cms/PutEventRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutEventRule.json",
2025-08-20T19:16:00.9751117Z [00:02:03.648]➜  		"zh-CN/cms/PutEventRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutEventRuleTargets.json",
2025-08-20T19:16:00.9752047Z [00:02:03.648]➜  		"zh-CN/cms/PutExporterOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutExporterOutput.json",
2025-08-20T19:16:00.9753008Z [00:02:03.648]➜  		"zh-CN/cms/PutExporterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutExporterRule.json",
2025-08-20T19:16:00.9753925Z [00:02:03.648]➜  		"zh-CN/cms/PutGroupMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutGroupMetricRule.json",
2025-08-20T19:16:00.9754957Z [00:02:03.648]➜  		"zh-CN/cms/PutHybridMonitorMetricData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutHybridMonitorMetricData.json",
2025-08-20T19:16:00.9755778Z [00:02:03.648]➜  		"zh-CN/cms/PutLogMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutLogMonitor.json",
2025-08-20T19:16:00.9756744Z [00:02:03.648]➜  		"zh-CN/cms/PutMetricRuleTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutMetricRuleTargets.json",
2025-08-20T19:16:00.9758115Z [00:02:03.648]➜  		"zh-CN/cms/PutMonitorGroupDynamicRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutMonitorGroupDynamicRule.json",
2025-08-20T19:16:00.9759092Z [00:02:03.648]➜  		"zh-CN/cms/PutMonitoringConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutMonitoringConfig.json",
2025-08-20T19:16:00.9760020Z [00:02:03.648]➜  		"zh-CN/cms/PutResourceMetricRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutResourceMetricRule.json",
2025-08-20T19:16:00.9760980Z [00:02:03.648]➜  		"zh-CN/cms/PutResourceMetricRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutResourceMetricRules.json",
2025-08-20T19:16:00.9761715Z [00:02:03.648]➜  		"zh-CN/cms/RemoveTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/RemoveTags.json",
2025-08-20T19:16:00.9762827Z [00:02:03.648]➜  		"zh-CN/cms/SendDryRunSystemEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/SendDryRunSystemEvent.json",
2025-08-20T19:16:00.9763790Z [00:02:03.648]➜  		"zh-CN/cms/UninstallMonitoringAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/UninstallMonitoringAgent.json",
2025-08-20T19:16:00.9764478Z [00:02:03.648]➜  		"zh-CN/cms/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/version.json",
2025-08-20T19:16:00.9765507Z [00:02:03.648]➜  		"zh-CN/computenest/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ChangeResourceGroup.json",
2025-08-20T19:16:00.9766881Z [00:02:03.648]➜  		"zh-CN/computenest/ContinueDeployServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ContinueDeployServiceInstance.json",
2025-08-20T19:16:00.9768116Z [00:02:03.648]➜  		"zh-CN/computenest/CreateServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/CreateServiceInstance.json",
2025-08-20T19:16:00.9769245Z [00:02:03.648]➜  		"zh-CN/computenest/DeleteServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/DeleteServiceInstances.json",
2025-08-20T19:16:00.9770270Z [00:02:03.648]➜  		"zh-CN/computenest/GetServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/GetServiceInstance.json",
2025-08-20T19:16:00.9771706Z [00:02:03.648]➜  		"zh-CN/computenest/GetServiceTemplateParameterConstraints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/GetServiceTemplateParameterConstraints.json",
2025-08-20T19:16:00.9773109Z [00:02:03.648]➜  		"zh-CN/computenest/ListServiceInstanceLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ListServiceInstanceLogs.json",
2025-08-20T19:16:00.9774472Z [00:02:03.648]➜  		"zh-CN/computenest/ListServiceInstanceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ListServiceInstanceResources.json",
2025-08-20T19:16:00.9775540Z [00:02:03.648]➜  		"zh-CN/computenest/ListServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ListServiceInstances.json",
2025-08-20T19:16:00.9776386Z [00:02:03.648]➜  		"zh-CN/computenest/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/version.json",
2025-08-20T19:16:00.9777588Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/AddServiceSharedAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/AddServiceSharedAccounts.json",
2025-08-20T19:16:00.9778997Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/ContinueDeployServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ContinueDeployServiceInstance.json",
2025-08-20T19:16:00.9780088Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/CreateArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/CreateArtifact.json",
2025-08-20T19:16:00.9781163Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/CreateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/CreateService.json",
2025-08-20T19:16:00.9782694Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/CreateServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/CreateServiceInstance.json",
2025-08-20T19:16:00.9784011Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/DeleteArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/DeleteArtifact.json",
2025-08-20T19:16:00.9785102Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/DeleteService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/DeleteService.json",
2025-08-20T19:16:00.9786383Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/DeleteServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/DeleteServiceInstances.json",
2025-08-20T19:16:00.9787666Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/DeployServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/DeployServiceInstance.json",
2025-08-20T19:16:00.9788725Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/GetArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetArtifact.json",
2025-08-20T19:16:00.9790195Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/GetArtifactRepositoryCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetArtifactRepositoryCredentials.json",
2025-08-20T19:16:00.9791239Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/GetService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetService.json",
2025-08-20T19:16:00.9792821Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/GetServiceEstimateCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetServiceEstimateCost.json",
2025-08-20T19:16:00.9794097Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/GetServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetServiceInstance.json",
2025-08-20T19:16:00.9795469Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/GetServiceTemplateParameterConstraints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetServiceTemplateParameterConstraints.json",
2025-08-20T19:16:00.9796566Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/GetUploadCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetUploadCredentials.json",
2025-08-20T19:16:00.9797805Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/ListAcrImageRepositories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListAcrImageRepositories.json",
2025-08-20T19:16:00.9798999Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/ListAcrImageTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListAcrImageTags.json",
2025-08-20T19:16:00.9800238Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/ListArtifactVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListArtifactVersions.json",
2025-08-20T19:16:00.9801303Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/ListArtifacts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListArtifacts.json",
2025-08-20T19:16:00.9802640Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/ListServiceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListServiceInstances.json",
2025-08-20T19:16:00.9803834Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/ListServiceUsages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListServiceUsages.json",
2025-08-20T19:16:00.9804925Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/ListServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListServices.json",
2025-08-20T19:16:00.9806338Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/ModifyServiceInstanceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ModifyServiceInstanceResources.json",
2025-08-20T19:16:00.9807514Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/PushMeteringData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/PushMeteringData.json",
2025-08-20T19:16:00.9808651Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/RegisterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/RegisterService.json",
2025-08-20T19:16:00.9809790Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/ReleaseArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ReleaseArtifact.json",
2025-08-20T19:16:00.9810911Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/UpdateArtifact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/UpdateArtifact.json",
2025-08-20T19:16:00.9812016Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/UpdateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/UpdateService.json",
2025-08-20T19:16:00.9813605Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/UpdateServiceInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/UpdateServiceInstanceAttribute.json",
2025-08-20T19:16:00.9814945Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/UpgradeServiceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/UpgradeServiceInstance.json",
2025-08-20T19:16:00.9816094Z [00:02:03.648]➜  		"zh-CN/computenestsupplier/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/version.json",
2025-08-20T19:16:00.9817051Z [00:02:03.648]➜  		"zh-CN/config/ActiveConfigRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ActiveConfigRules.json",
2025-08-20T19:16:00.9818140Z [00:02:03.648]➜  		"zh-CN/config/DeleteConfigRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DeleteConfigRules.json",
2025-08-20T19:16:00.9819048Z [00:02:03.648]➜  		"zh-CN/config/DescribeCompliance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeCompliance.json",
2025-08-20T19:16:00.9820124Z [00:02:03.648]➜  		"zh-CN/config/DescribeComplianceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeComplianceSummary.json",
2025-08-20T19:16:00.9821090Z [00:02:03.648]➜  		"zh-CN/config/DescribeConfigRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeConfigRule.json",
2025-08-20T19:16:00.9822353Z [00:02:03.648]➜  		"zh-CN/config/DescribeConfigurationRecorder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeConfigurationRecorder.json",
2025-08-20T19:16:00.9823647Z [00:02:03.648]➜  		"zh-CN/config/DescribeDeliveryChannels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeDeliveryChannels.json",
2025-08-20T19:16:00.9824768Z [00:02:03.648]➜  		"zh-CN/config/DescribeDiscoveredResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeDiscoveredResource.json",
2025-08-20T19:16:00.9825860Z [00:02:03.648]➜  		"zh-CN/config/DescribeEvaluationResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeEvaluationResults.json",
2025-08-20T19:16:00.9827045Z [00:02:03.648]➜  		"zh-CN/config/GetAggregateDiscoveredResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetAggregateDiscoveredResource.json",
2025-08-20T19:16:00.9828121Z [00:02:03.648]➜  		"zh-CN/config/GetDiscoveredResourceCounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetDiscoveredResourceCounts.json",
2025-08-20T19:16:00.9829219Z [00:02:03.648]➜  		"zh-CN/config/GetDiscoveredResourceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetDiscoveredResourceSummary.json",
2025-08-20T19:16:00.9830379Z [00:02:03.648]➜  		"zh-CN/config/GetResourceComplianceTimeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetResourceComplianceTimeline.json",
2025-08-20T19:16:00.9831536Z [00:02:03.648]➜  		"zh-CN/config/GetResourceConfigurationTimeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetResourceConfigurationTimeline.json",
2025-08-20T19:16:00.9832771Z [00:02:03.648]➜  		"zh-CN/config/GetSupportedResourceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetSupportedResourceTypes.json",
2025-08-20T19:16:00.9833990Z [00:02:03.648]➜  		"zh-CN/config/ListAggregateDiscoveredResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ListAggregateDiscoveredResources.json",
2025-08-20T19:16:00.9834959Z [00:02:03.648]➜  		"zh-CN/config/ListConfigRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ListConfigRules.json",
2025-08-20T19:16:00.9836057Z [00:02:03.648]➜  		"zh-CN/config/ListDiscoveredResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ListDiscoveredResources.json",
2025-08-20T19:16:00.9837162Z [00:02:03.648]➜  		"zh-CN/config/ListRemediationTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ListRemediationTemplates.json",
2025-08-20T19:16:00.9838010Z [00:02:03.648]➜  		"zh-CN/config/PutConfigRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/PutConfigRule.json",
2025-08-20T19:16:00.9839057Z [00:02:03.648]➜  		"zh-CN/config/PutConfigurationRecorder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/PutConfigurationRecorder.json",
2025-08-20T19:16:00.9840103Z [00:02:03.648]➜  		"zh-CN/config/PutDeliveryChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/PutDeliveryChannel.json",
2025-08-20T19:16:00.9841081Z [00:02:03.648]➜  		"zh-CN/config/PutEvaluations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/PutEvaluations.json",
2025-08-20T19:16:00.9842165Z [00:02:03.648]➜  		"zh-CN/config/StartConfigRuleEvaluation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/StartConfigRuleEvaluation.json",
2025-08-20T19:16:00.9843422Z [00:02:03.648]➜  		"zh-CN/config/StartConfigurationRecorder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/StartConfigurationRecorder.json",
2025-08-20T19:16:00.9844310Z [00:02:03.648]➜  		"zh-CN/config/StopConfigRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/StopConfigRules.json",
2025-08-20T19:16:00.9845035Z [00:02:03.648]➜  		"zh-CN/config/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/version.json",
2025-08-20T19:16:00.9846080Z [00:02:03.648]➜  		"zh-CN/cr/CancelArtifactBuildTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CancelArtifactBuildTask.json",
2025-08-20T19:16:00.9847095Z [00:02:03.648]➜  		"zh-CN/cr/CancelRepoBuildRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CancelRepoBuildRecord.json",
2025-08-20T19:16:00.9847970Z [00:02:03.648]➜  		"zh-CN/cr/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ChangeResourceGroup.json",
2025-08-20T19:16:00.9848925Z [00:02:03.648]➜  		"zh-CN/cr/CreateArtifactBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateArtifactBuildRule.json",
2025-08-20T19:16:00.9849906Z [00:02:03.648]➜  		"zh-CN/cr/CreateBuildRecordByRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateBuildRecordByRecord.json",
2025-08-20T19:16:00.9850849Z [00:02:03.648]➜  		"zh-CN/cr/CreateBuildRecordByRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateBuildRecordByRule.json",
2025-08-20T19:16:00.9851636Z [00:02:03.648]➜  		"zh-CN/cr/CreateChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateChain.json",
2025-08-20T19:16:00.9852767Z [00:02:03.648]➜  		"zh-CN/cr/CreateChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateChartNamespace.json",
2025-08-20T19:16:00.9854545Z [00:02:03.649]➜  		"zh-CN/cr/CreateChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateChartRepository.json",
2025-08-20T19:16:00.9856385Z [00:02:03.649]➜  		"zh-CN/cr/CreateInstanceEndpointAclPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateInstanceEndpointAclPolicy.json",
2025-08-20T19:16:00.9858612Z [00:02:03.649]➜  		"zh-CN/cr/CreateInstanceVpcEndpointLinkedVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateInstanceVpcEndpointLinkedVpc.json",
2025-08-20T19:16:00.9860576Z [00:02:03.649]➜  		"zh-CN/cr/CreateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateNamespace.json",
2025-08-20T19:16:00.9862297Z [00:02:03.649]➜  		"zh-CN/cr/CreateRepoBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoBuildRule.json",
2025-08-20T19:16:00.9864365Z [00:02:03.649]➜  		"zh-CN/cr/CreateRepoSourceCodeRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoSourceCodeRepo.json",
2025-08-20T19:16:00.9866215Z [00:02:03.649]➜  		"zh-CN/cr/CreateRepoSyncRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoSyncRule.json",
2025-08-20T19:16:00.9867897Z [00:02:03.649]➜  		"zh-CN/cr/CreateRepoSyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoSyncTask.json",
2025-08-20T19:16:00.9869748Z [00:02:03.649]➜  		"zh-CN/cr/CreateRepoSyncTaskByRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoSyncTaskByRule.json",
2025-08-20T19:16:00.9871614Z [00:02:03.649]➜  		"zh-CN/cr/CreateRepoTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoTag.json",
2025-08-20T19:16:00.9873522Z [00:02:03.649]➜  		"zh-CN/cr/CreateRepoTagScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoTagScanTask.json",
2025-08-20T19:16:00.9875459Z [00:02:03.649]➜  		"zh-CN/cr/CreateRepoTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoTrigger.json",
2025-08-20T19:16:00.9877165Z [00:02:03.649]➜  		"zh-CN/cr/CreateRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepository.json",
2025-08-20T19:16:00.9878711Z [00:02:03.649]➜  		"zh-CN/cr/DeleteChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteChain.json",
2025-08-20T19:16:00.9880287Z [00:02:03.649]➜  		"zh-CN/cr/DeleteChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteChartNamespace.json",
2025-08-20T19:16:00.9882004Z [00:02:03.649]➜  		"zh-CN/cr/DeleteChartRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteChartRelease.json",
2025-08-20T19:16:00.9884142Z [00:02:03.649]➜  		"zh-CN/cr/DeleteChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteChartRepository.json",
2025-08-20T19:16:00.9886143Z [00:02:03.649]➜  		"zh-CN/cr/DeleteEventCenterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteEventCenterRule.json",
2025-08-20T19:16:00.9888175Z [00:02:03.649]➜  		"zh-CN/cr/DeleteInstanceEndpointAclPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteInstanceEndpointAclPolicy.json",
2025-08-20T19:16:00.9890458Z [00:02:03.649]➜  		"zh-CN/cr/DeleteInstanceVpcEndpointLinkedVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteInstanceVpcEndpointLinkedVpc.json",
2025-08-20T19:16:00.9892693Z [00:02:03.649]➜  		"zh-CN/cr/DeleteNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteNamespace.json",
2025-08-20T19:16:00.9894510Z [00:02:03.649]➜  		"zh-CN/cr/DeleteRepoBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepoBuildRule.json",
2025-08-20T19:16:00.9896281Z [00:02:03.649]➜  		"zh-CN/cr/DeleteRepoSyncRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepoSyncRule.json",
2025-08-20T19:16:00.9897976Z [00:02:03.649]➜  		"zh-CN/cr/DeleteRepoTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepoTag.json",
2025-08-20T19:16:00.9899565Z [00:02:03.649]➜  		"zh-CN/cr/DeleteRepoTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepoTrigger.json",
2025-08-20T19:16:00.9901276Z [00:02:03.649]➜  		"zh-CN/cr/DeleteRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepository.json",
2025-08-20T19:16:00.9903245Z [00:02:03.649]➜  		"zh-CN/cr/GetArtifactBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetArtifactBuildRule.json",
2025-08-20T19:16:00.9905125Z [00:02:03.649]➜  		"zh-CN/cr/GetArtifactBuildTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetArtifactBuildTask.json",
2025-08-20T19:16:00.9907005Z [00:02:03.649]➜  		"zh-CN/cr/GetAuthorizationToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetAuthorizationToken.json",
2025-08-20T19:16:00.9908672Z [00:02:03.649]➜  		"zh-CN/cr/GetChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetChain.json",
2025-08-20T19:16:00.9910284Z [00:02:03.649]➜  		"zh-CN/cr/GetChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetChartNamespace.json",
2025-08-20T19:16:00.9912045Z [00:02:03.649]➜  		"zh-CN/cr/GetChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetChartRepository.json",
2025-08-20T19:16:00.9913995Z [00:02:03.649]➜  		"zh-CN/cr/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstance.json",
2025-08-20T19:16:00.9915541Z [00:02:03.649]➜  		"zh-CN/cr/GetInstanceCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstanceCount.json",
2025-08-20T19:16:00.9917321Z [00:02:03.649]➜  		"zh-CN/cr/GetInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstanceEndpoint.json",
2025-08-20T19:16:00.9919081Z [00:02:03.649]➜  		"zh-CN/cr/GetInstanceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstanceUsage.json",
2025-08-20T19:16:00.9920833Z [00:02:03.649]➜  		"zh-CN/cr/GetInstanceVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstanceVpcEndpoint.json",
2025-08-20T19:16:00.9922774Z [00:02:03.649]➜  		"zh-CN/cr/GetNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetNamespace.json",
2025-08-20T19:16:00.9924507Z [00:02:03.649]➜  		"zh-CN/cr/GetRepoBuildRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoBuildRecord.json",
2025-08-20T19:16:00.9926422Z [00:02:03.649]➜  		"zh-CN/cr/GetRepoBuildRecordStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoBuildRecordStatus.json",
2025-08-20T19:16:00.9928545Z [00:02:03.649]➜  		"zh-CN/cr/GetRepoSourceCodeRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoSourceCodeRepo.json",
2025-08-20T19:16:00.9930519Z [00:02:03.649]➜  		"zh-CN/cr/GetRepoSyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoSyncTask.json",
2025-08-20T19:16:00.9932127Z [00:02:03.649]➜  		"zh-CN/cr/GetRepoTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTag.json",
2025-08-20T19:16:00.9933938Z [00:02:03.649]➜  		"zh-CN/cr/GetRepoTagLayers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTagLayers.json",
2025-08-20T19:16:00.9935590Z [00:02:03.649]➜  		"zh-CN/cr/GetRepoTagManifest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTagManifest.json",
2025-08-20T19:16:00.9937416Z [00:02:03.649]➜  		"zh-CN/cr/GetRepoTagScanStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTagScanStatus.json",
2025-08-20T19:16:00.9939238Z [00:02:03.649]➜  		"zh-CN/cr/GetRepoTagScanSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTagScanSummary.json",
2025-08-20T19:16:00.9940922Z [00:02:03.649]➜  		"zh-CN/cr/GetRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepository.json",
2025-08-20T19:16:00.9942927Z [00:02:03.649]➜  		"zh-CN/cr/ListArtifactBuildTaskLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListArtifactBuildTaskLog.json",
2025-08-20T19:16:00.9944622Z [00:02:03.649]➜  		"zh-CN/cr/ListChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChain.json",
2025-08-20T19:16:00.9946186Z [00:02:03.649]➜  		"zh-CN/cr/ListChainInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChainInstance.json",
2025-08-20T19:16:00.9947892Z [00:02:03.649]➜  		"zh-CN/cr/ListChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChartNamespace.json",
2025-08-20T19:16:00.9949651Z [00:02:03.649]➜  		"zh-CN/cr/ListChartRelease.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChartRelease.json",
2025-08-20T19:16:00.9951422Z [00:02:03.649]➜  		"zh-CN/cr/ListChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChartRepository.json",
2025-08-20T19:16:00.9953483Z [00:02:03.649]➜  		"zh-CN/cr/ListEventCenterRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListEventCenterRecord.json",
2025-08-20T19:16:00.9955424Z [00:02:03.649]➜  		"zh-CN/cr/ListEventCenterRuleName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListEventCenterRuleName.json",
2025-08-20T19:16:00.9957172Z [00:02:03.649]➜  		"zh-CN/cr/ListInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListInstance.json",
2025-08-20T19:16:00.9958895Z [00:02:03.649]➜  		"zh-CN/cr/ListInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListInstanceEndpoint.json",
2025-08-20T19:16:00.9960911Z [00:02:03.649]➜  		"zh-CN/cr/ListInstanceRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListInstanceRegion.json",
2025-08-20T19:16:00.9962963Z [00:02:03.649]➜  		"zh-CN/cr/ListNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListNamespace.json",
2025-08-20T19:16:00.9964637Z [00:02:03.649]➜  		"zh-CN/cr/ListRepoBuildRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoBuildRecord.json",
2025-08-20T19:16:00.9966422Z [00:02:03.649]➜  		"zh-CN/cr/ListRepoBuildRecordLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoBuildRecordLog.json",
2025-08-20T19:16:00.9968240Z [00:02:03.649]➜  		"zh-CN/cr/ListRepoBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoBuildRule.json",
2025-08-20T19:16:00.9969994Z [00:02:03.649]➜  		"zh-CN/cr/ListRepoSyncRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoSyncRule.json",
2025-08-20T19:16:00.9971870Z [00:02:03.649]➜  		"zh-CN/cr/ListRepoSyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoSyncTask.json",
2025-08-20T19:16:00.9973707Z [00:02:03.649]➜  		"zh-CN/cr/ListRepoTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoTag.json",
2025-08-20T19:16:00.9975543Z [00:02:03.649]➜  		"zh-CN/cr/ListRepoTagScanResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoTagScanResult.json",
2025-08-20T19:16:00.9977290Z [00:02:03.649]➜  		"zh-CN/cr/ListRepoTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoTrigger.json",
2025-08-20T19:16:00.9978924Z [00:02:03.649]➜  		"zh-CN/cr/ListRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepository.json",
2025-08-20T19:16:00.9980592Z [00:02:03.649]➜  		"zh-CN/cr/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListTagResources.json",
2025-08-20T19:16:00.9982348Z [00:02:03.649]➜  		"zh-CN/cr/ResetLoginPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ResetLoginPassword.json",
2025-08-20T19:16:00.9984280Z [00:02:03.649]➜  		"zh-CN/cr/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/TagResources.json",
2025-08-20T19:16:00.9986150Z [00:02:03.649]➜  		"zh-CN/cr/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UntagResources.json",
2025-08-20T19:16:00.9987845Z [00:02:03.649]➜  		"zh-CN/cr/UpdateChain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateChain.json",
2025-08-20T19:16:00.9989504Z [00:02:03.649]➜  		"zh-CN/cr/UpdateChartNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateChartNamespace.json",
2025-08-20T19:16:00.9991388Z [00:02:03.649]➜  		"zh-CN/cr/UpdateChartRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateChartRepository.json",
2025-08-20T19:16:00.9993514Z [00:02:03.649]➜  		"zh-CN/cr/UpdateEventCenterRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateEventCenterRule.json",
2025-08-20T19:16:00.9995541Z [00:02:03.649]➜  		"zh-CN/cr/UpdateInstanceEndpointStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateInstanceEndpointStatus.json",
2025-08-20T19:16:00.9997442Z [00:02:03.649]➜  		"zh-CN/cr/UpdateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateNamespace.json",
2025-08-20T19:16:00.9999220Z [00:02:03.649]➜  		"zh-CN/cr/UpdateRepoBuildRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateRepoBuildRule.json",
2025-08-20T19:16:01.0001110Z [00:02:03.649]➜  		"zh-CN/cr/UpdateRepoSourceCodeRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateRepoSourceCodeRepo.json",
2025-08-20T19:16:01.0003188Z [00:02:03.649]➜  		"zh-CN/cr/UpdateRepoTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateRepoTrigger.json",
2025-08-20T19:16:01.0005077Z [00:02:03.649]➜  		"zh-CN/cr/UpdateRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateRepository.json",
2025-08-20T19:16:01.0006633Z [00:02:03.649]➜  		"zh-CN/cr/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/version.json",
2025-08-20T19:16:01.0008442Z [00:02:03.649]➜  		"zh-CN/cs/AttachInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/AttachInstances.json",
2025-08-20T19:16:01.0010340Z [00:02:03.649]➜  		"zh-CN/cs/AttachInstancesToNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/AttachInstancesToNodePool.json",
2025-08-20T19:16:01.0012286Z [00:02:03.649]➜  		"zh-CN/cs/CancelClusterUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelClusterUpgrade.json",
2025-08-20T19:16:01.0014545Z [00:02:03.649]➜  		"zh-CN/cs/CancelComponentUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelComponentUpgrade.json",
2025-08-20T19:16:01.0016452Z [00:02:03.649]➜  		"zh-CN/cs/CancelOperationPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelOperationPlan.json",
2025-08-20T19:16:01.0018191Z [00:02:03.649]➜  		"zh-CN/cs/CancelTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelTask.json",
2025-08-20T19:16:01.0019912Z [00:02:03.649]➜  		"zh-CN/cs/CancelWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelWorkflow.json",
2025-08-20T19:16:01.0021859Z [00:02:03.649]➜  		"zh-CN/cs/CheckControlPlaneLogEnable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CheckControlPlaneLogEnable.json",
2025-08-20T19:16:01.0024153Z [00:02:03.649]➜  		"zh-CN/cs/CreateAutoscalingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateAutoscalingConfig.json",
2025-08-20T19:16:01.0026019Z [00:02:03.649]➜  		"zh-CN/cs/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateCluster.json",
2025-08-20T19:16:01.0028117Z [00:02:03.649]➜  		"zh-CN/cs/CreateClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateClusterNodePool.json",
2025-08-20T19:16:01.0030106Z [00:02:03.649]➜  		"zh-CN/cs/CreateKubernetesTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateKubernetesTrigger.json",
2025-08-20T19:16:01.0032185Z [00:02:03.649]➜  		"zh-CN/cs/CreateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateTemplate.json",
2025-08-20T19:16:01.0034009Z [00:02:03.649]➜  		"zh-CN/cs/CreateTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateTrigger.json",
2025-08-20T19:16:01.0035746Z [00:02:03.649]➜  		"zh-CN/cs/DeleteAlertContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteAlertContact.json",
2025-08-20T19:16:01.0037666Z [00:02:03.649]➜  		"zh-CN/cs/DeleteAlertContactGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteAlertContactGroup.json",
2025-08-20T19:16:01.0039494Z [00:02:03.649]➜  		"zh-CN/cs/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteCluster.json",
2025-08-20T19:16:01.0041329Z [00:02:03.649]➜  		"zh-CN/cs/DeleteClusterNodepool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteClusterNodepool.json",
2025-08-20T19:16:01.0043410Z [00:02:03.649]➜  		"zh-CN/cs/DeleteClusterNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteClusterNodes.json",
2025-08-20T19:16:01.0045245Z [00:02:03.649]➜  		"zh-CN/cs/DeleteKubernetesTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteKubernetesTrigger.json",
2025-08-20T19:16:01.0047098Z [00:02:03.649]➜  		"zh-CN/cs/DeletePolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeletePolicyInstance.json",
2025-08-20T19:16:01.0048783Z [00:02:03.649]➜  		"zh-CN/cs/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteTemplate.json",
2025-08-20T19:16:01.0050378Z [00:02:03.649]➜  		"zh-CN/cs/DeleteTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteTrigger.json",
2025-08-20T19:16:01.0052259Z [00:02:03.649]➜  		"zh-CN/cs/DeployPolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeployPolicyInstance.json",
2025-08-20T19:16:01.0054384Z [00:02:03.649]➜  		"zh-CN/cs/DescirbeWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescirbeWorkflow.json",
2025-08-20T19:16:01.0056054Z [00:02:03.649]➜  		"zh-CN/cs/DescribeAddon.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeAddon.json",
2025-08-20T19:16:01.0057661Z [00:02:03.649]➜  		"zh-CN/cs/DescribeAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeAddons.json",
2025-08-20T19:16:01.0059547Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterAddonInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonInstance.json",
2025-08-20T19:16:01.0061648Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterAddonMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonMetadata.json",
2025-08-20T19:16:01.0064025Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterAddonUpgradeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonUpgradeStatus.json",
2025-08-20T19:16:01.0066489Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterAddonsUpgradeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonsUpgradeStatus.json",
2025-08-20T19:16:01.0068693Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterAddonsVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonsVersion.json",
2025-08-20T19:16:01.0070694Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterAttachScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAttachScripts.json",
2025-08-20T19:16:01.0072602Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterDetail.json",
2025-08-20T19:16:01.0074336Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterEvents.json",
2025-08-20T19:16:01.0076016Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterLogs.json",
2025-08-20T19:16:01.0077870Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterNodePoolDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterNodePoolDetail.json",
2025-08-20T19:16:01.0079782Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterNodePools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterNodePools.json",
2025-08-20T19:16:01.0081549Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterNodes.json",
2025-08-20T19:16:01.0083433Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterResources.json",
2025-08-20T19:16:01.0085196Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterTasks.json",
2025-08-20T19:16:01.0087418Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterUserKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterUserKubeconfig.json",
2025-08-20T19:16:01.0089544Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterV2UserKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterV2UserKubeconfig.json",
2025-08-20T19:16:01.0091419Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusterVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterVuls.json",
2025-08-20T19:16:01.0093319Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusters.json",
2025-08-20T19:16:01.0095271Z [00:02:03.649]➜  		"zh-CN/cs/DescribeClustersV1.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClustersV1.json",
2025-08-20T19:16:01.0097008Z [00:02:03.649]➜  		"zh-CN/cs/DescribeEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeEvents.json",
2025-08-20T19:16:01.0098953Z [00:02:03.649]➜  		"zh-CN/cs/DescribeExternalAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeExternalAgent.json",
2025-08-20T19:16:01.0100916Z [00:02:03.649]➜  		"zh-CN/cs/DescribeKubernetesVersionMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeKubernetesVersionMetadata.json",
2025-08-20T19:16:01.0102923Z [00:02:03.649]➜  		"zh-CN/cs/DescribeNodePoolVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeNodePoolVuls.json",
2025-08-20T19:16:01.0104568Z [00:02:03.649]➜  		"zh-CN/cs/DescribePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicies.json",
2025-08-20T19:16:01.0106263Z [00:02:03.649]➜  		"zh-CN/cs/DescribePolicyDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicyDetails.json",
2025-08-20T19:16:01.0108424Z [00:02:03.649]➜  		"zh-CN/cs/DescribePolicyGovernanceInCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicyGovernanceInCluster.json",
2025-08-20T19:16:01.0110637Z [00:02:03.649]➜  		"zh-CN/cs/DescribePolicyInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicyInstances.json",
2025-08-20T19:16:01.0112781Z [00:02:03.649]➜  		"zh-CN/cs/DescribePolicyInstancesStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicyInstancesStatus.json",
2025-08-20T19:16:01.0115081Z [00:02:03.649]➜  		"zh-CN/cs/DescribeSubaccountK8sClusterUserConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeSubaccountK8sClusterUserConfig.json",
2025-08-20T19:16:01.0117153Z [00:02:03.649]➜  		"zh-CN/cs/DescribeTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeTaskInfo.json",
2025-08-20T19:16:01.0119011Z [00:02:03.649]➜  		"zh-CN/cs/DescribeTemplateAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeTemplateAttribute.json",
2025-08-20T19:16:01.0120832Z [00:02:03.649]➜  		"zh-CN/cs/DescribeTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeTemplates.json",
2025-08-20T19:16:01.0122665Z [00:02:03.649]➜  		"zh-CN/cs/DescribeTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeTrigger.json",
2025-08-20T19:16:01.0124621Z [00:02:03.649]➜  		"zh-CN/cs/DescribeUserClusterNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeUserClusterNamespaces.json",
2025-08-20T19:16:01.0126715Z [00:02:03.649]➜  		"zh-CN/cs/DescribeUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeUserPermission.json",
2025-08-20T19:16:01.0128562Z [00:02:03.649]➜  		"zh-CN/cs/DescribeUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeUserQuota.json",
2025-08-20T19:16:01.0130363Z [00:02:03.649]➜  		"zh-CN/cs/DescribeWorkflows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeWorkflows.json",
2025-08-20T19:16:01.0132163Z [00:02:03.649]➜  		"zh-CN/cs/FixNodePoolVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/FixNodePoolVuls.json",
2025-08-20T19:16:01.0134112Z [00:02:03.649]➜  		"zh-CN/cs/GetClusterAddonInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GetClusterAddonInstance.json",
2025-08-20T19:16:01.0137908Z [00:02:03.649]➜  		"zh-CN/cs/GetClusterCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GetClusterCheck.json",
2025-08-20T19:16:01.0140129Z [00:02:03.649]➜  		"zh-CN/cs/GetKubernetesTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GetKubernetesTrigger.json",
2025-08-20T19:16:01.0141988Z [00:02:03.649]➜  		"zh-CN/cs/GetUpgradeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GetUpgradeStatus.json",
2025-08-20T19:16:01.0143967Z [00:02:03.649]➜  		"zh-CN/cs/GrantPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GrantPermissions.json",
2025-08-20T19:16:01.0145863Z [00:02:03.649]➜  		"zh-CN/cs/InstallClusterAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/InstallClusterAddons.json",
2025-08-20T19:16:01.0147486Z [00:02:03.649]➜  		"zh-CN/cs/ListAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListAddons.json",
2025-08-20T19:16:01.0149168Z [00:02:03.649]➜  		"zh-CN/cs/ListClusterAddonInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListClusterAddonInstances.json",
2025-08-20T19:16:01.0150958Z [00:02:03.649]➜  		"zh-CN/cs/ListClusterChecks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListClusterChecks.json",
2025-08-20T19:16:01.0152779Z [00:02:03.649]➜  		"zh-CN/cs/ListOperationPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListOperationPlans.json",
2025-08-20T19:16:01.0154668Z [00:02:03.649]➜  		"zh-CN/cs/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListTagResources.json",
2025-08-20T19:16:01.0156555Z [00:02:03.649]➜  		"zh-CN/cs/MigrateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/MigrateCluster.json",
2025-08-20T19:16:01.0158224Z [00:02:03.649]➜  		"zh-CN/cs/ModifyCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyCluster.json",
2025-08-20T19:16:01.0159966Z [00:02:03.649]➜  		"zh-CN/cs/ModifyClusterAddon.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyClusterAddon.json",
2025-08-20T19:16:01.0161825Z [00:02:03.649]➜  		"zh-CN/cs/ModifyClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyClusterNodePool.json",
2025-08-20T19:16:01.0164484Z [00:02:03.649]➜  		"zh-CN/cs/ModifyClusterTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyClusterTags.json",
2025-08-20T19:16:01.0167063Z [00:02:03.649]➜  		"zh-CN/cs/ModifyNodePoolNodeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyNodePoolNodeConfig.json",
2025-08-20T19:16:01.0169642Z [00:02:03.649]➜  		"zh-CN/cs/ModifyPolicyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyPolicyInstance.json",
2025-08-20T19:16:01.0171999Z [00:02:03.649]➜  		"zh-CN/cs/OpenAckService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/OpenAckService.json",
2025-08-20T19:16:01.0174696Z [00:02:03.649]➜  		"zh-CN/cs/PauseClusterUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/PauseClusterUpgrade.json",
2025-08-20T19:16:01.0177171Z [00:02:03.649]➜  		"zh-CN/cs/PauseComponentUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/PauseComponentUpgrade.json",
2025-08-20T19:16:01.0179576Z [00:02:03.649]➜  		"zh-CN/cs/PauseTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/PauseTask.json",
2025-08-20T19:16:01.0181745Z [00:02:03.649]➜  		"zh-CN/cs/RemoveNodePoolNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/RemoveNodePoolNodes.json",
2025-08-20T19:16:01.0184234Z [00:02:03.649]➜  		"zh-CN/cs/RemoveWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/RemoveWorkflow.json",
2025-08-20T19:16:01.0186222Z [00:02:03.649]➜  		"zh-CN/cs/RepairClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/RepairClusterNodePool.json",
2025-08-20T19:16:01.0188644Z [00:02:03.649]➜  		"zh-CN/cs/ResumeComponentUpgrade.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ResumeComponentUpgrade.json",
2025-08-20T19:16:01.0190934Z [00:02:03.649]➜  		"zh-CN/cs/ResumeTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ResumeTask.json",
2025-08-20T19:16:01.0193041Z [00:02:03.649]➜  		"zh-CN/cs/ResumeUpgradeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ResumeUpgradeCluster.json",
2025-08-20T19:16:01.0195420Z [00:02:03.649]➜  		"zh-CN/cs/RunClusterCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/RunClusterCheck.json",
2025-08-20T19:16:01.0197296Z [00:02:03.649]➜  		"zh-CN/cs/ScaleClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ScaleClusterNodePool.json",
2025-08-20T19:16:01.0199051Z [00:02:03.649]➜  		"zh-CN/cs/ScanClusterVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ScanClusterVuls.json",
2025-08-20T19:16:01.0200568Z [00:02:03.649]➜  		"zh-CN/cs/StartAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/StartAlert.json",
2025-08-20T19:16:01.0201974Z [00:02:03.649]➜  		"zh-CN/cs/StartWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/StartWorkflow.json",
2025-08-20T19:16:01.0203777Z [00:02:03.650]➜  		"zh-CN/cs/StopAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/StopAlert.json",
2025-08-20T19:16:01.0205356Z [00:02:03.650]➜  		"zh-CN/cs/SyncClusterNodePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/SyncClusterNodePool.json",
2025-08-20T19:16:01.0207134Z [00:02:03.650]➜  		"zh-CN/cs/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/TagResources.json",
2025-08-20T19:16:01.0208995Z [00:02:03.650]➜  		"zh-CN/cs/UnInstallClusterAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UnInstallClusterAddons.json",
2025-08-20T19:16:01.0210648Z [00:02:03.650]➜  		"zh-CN/cs/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UntagResources.json",
2025-08-20T19:16:01.0212334Z [00:02:03.650]➜  		"zh-CN/cs/UpdateContactGroupForAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpdateContactGroupForAlert.json",
2025-08-20T19:16:01.0214500Z [00:02:03.650]➜  		"zh-CN/cs/UpdateControlPlaneLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpdateControlPlaneLog.json",
2025-08-20T19:16:01.0216547Z [00:02:03.650]➜  		"zh-CN/cs/UpdateK8sClusterUserConfigExpire.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpdateK8sClusterUserConfigExpire.json",
2025-08-20T19:16:01.0218523Z [00:02:03.650]➜  		"zh-CN/cs/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpdateTemplate.json",
2025-08-20T19:16:01.0220225Z [00:02:03.650]➜  		"zh-CN/cs/UpgradeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpgradeCluster.json",
2025-08-20T19:16:01.0221951Z [00:02:03.650]➜  		"zh-CN/cs/UpgradeClusterAddons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpgradeClusterAddons.json",
2025-08-20T19:16:01.0223993Z [00:02:03.650]➜  		"zh-CN/cs/UpgradeClusterNodepool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpgradeClusterNodepool.json",
2025-08-20T19:16:01.0225653Z [00:02:03.650]➜  		"zh-CN/cs/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/version.json",
2025-08-20T19:16:01.0227143Z [00:02:03.650]➜  		"zh-CN/dcdn/AddDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/AddDcdnDomain.json",
2025-08-20T19:16:01.0229104Z [00:02:03.650]➜  		"zh-CN/dcdn/AddDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/AddDcdnIpaDomain.json",
2025-08-20T19:16:01.0231121Z [00:02:03.650]➜  		"zh-CN/dcdn/BatchAddDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchAddDcdnDomain.json",
2025-08-20T19:16:01.0233301Z [00:02:03.650]➜  		"zh-CN/dcdn/BatchCreateDcdnWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchCreateDcdnWafRules.json",
2025-08-20T19:16:01.0235510Z [00:02:03.650]➜  		"zh-CN/dcdn/BatchDeleteDcdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchDeleteDcdnDomainConfigs.json",
2025-08-20T19:16:01.0237694Z [00:02:03.650]➜  		"zh-CN/dcdn/BatchDeleteDcdnWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchDeleteDcdnWafRules.json",
2025-08-20T19:16:01.0239776Z [00:02:03.650]➜  		"zh-CN/dcdn/BatchModifyDcdnWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchModifyDcdnWafRules.json",
2025-08-20T19:16:01.0241643Z [00:02:03.650]➜  		"zh-CN/dcdn/BatchPutDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchPutDcdnKv.json",
2025-08-20T19:16:01.0243839Z [00:02:03.650]➜  		"zh-CN/dcdn/BatchSetDcdnDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchSetDcdnDomainCertificate.json",
2025-08-20T19:16:01.0246029Z [00:02:03.650]➜  		"zh-CN/dcdn/BatchSetDcdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchSetDcdnDomainConfigs.json",
2025-08-20T19:16:01.0248258Z [00:02:03.650]➜  		"zh-CN/dcdn/BatchSetDcdnIpaDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchSetDcdnIpaDomainConfigs.json",
2025-08-20T19:16:01.0250498Z [00:02:03.650]➜  		"zh-CN/dcdn/BatchSetDcdnWafDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchSetDcdnWafDomainConfigs.json",
2025-08-20T19:16:01.0252943Z [00:02:03.650]➜  		"zh-CN/dcdn/BatchStartDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchStartDcdnDomain.json",
2025-08-20T19:16:01.0255083Z [00:02:03.650]➜  		"zh-CN/dcdn/BatchStopDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchStopDcdnDomain.json",
2025-08-20T19:16:01.0256965Z [00:02:03.650]➜  		"zh-CN/dcdn/CheckDcdnProjectExist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CheckDcdnProjectExist.json",
2025-08-20T19:16:01.0258942Z [00:02:03.650]➜  		"zh-CN/dcdn/CommitStagingRoutineCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CommitStagingRoutineCode.json",
2025-08-20T19:16:01.0261068Z [00:02:03.650]➜  		"zh-CN/dcdn/CreateDcdnCertificateSigningRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnCertificateSigningRequest.json",
2025-08-20T19:16:01.0263254Z [00:02:03.650]➜  		"zh-CN/dcdn/CreateDcdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnDeliverTask.json",
2025-08-20T19:16:01.0265261Z [00:02:03.650]➜  		"zh-CN/dcdn/CreateDcdnSLSRealTimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnSLSRealTimeLogDelivery.json",
2025-08-20T19:16:01.0267115Z [00:02:03.650]➜  		"zh-CN/dcdn/CreateDcdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnSubTask.json",
2025-08-20T19:16:01.0268737Z [00:02:03.650]➜  		"zh-CN/dcdn/CreateDcdnWafGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnWafGroup.json",
2025-08-20T19:16:01.0270799Z [00:02:03.650]➜  		"zh-CN/dcdn/CreateDcdnWafPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnWafPolicy.json",
2025-08-20T19:16:01.0272597Z [00:02:03.650]➜  		"zh-CN/dcdn/CreateRoutine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateRoutine.json",
2025-08-20T19:16:01.0274986Z [00:02:03.650]➜  		"zh-CN/dcdn/CreateSlrAndSlsProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateSlrAndSlsProject.json",
2025-08-20T19:16:01.0276990Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteDcdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnDeliverTask.json",
2025-08-20T19:16:01.0278693Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnDomain.json",
2025-08-20T19:16:01.0280320Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnIpaDomain.json",
2025-08-20T19:16:01.0282254Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteDcdnIpaSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnIpaSpecificConfig.json",
2025-08-20T19:16:01.0284393Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnKv.json",
2025-08-20T19:16:01.0286258Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteDcdnKvNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnKvNamespace.json",
2025-08-20T19:16:01.0288678Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteDcdnRealTimeLogProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnRealTimeLogProject.json",
2025-08-20T19:16:01.0290779Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteDcdnSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnSpecificConfig.json",
2025-08-20T19:16:01.0293073Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteDcdnSpecificStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnSpecificStagingConfig.json",
2025-08-20T19:16:01.0295045Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteDcdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnSubTask.json",
2025-08-20T19:16:01.0296760Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteDcdnUserConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnUserConfig.json",
2025-08-20T19:16:01.0298653Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteDcdnWafGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnWafGroup.json",
2025-08-20T19:16:01.0300973Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteDcdnWafPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnWafPolicy.json",
2025-08-20T19:16:01.0303107Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteRoutine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteRoutine.json",
2025-08-20T19:16:01.0304914Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteRoutineCodeRevision.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteRoutineCodeRevision.json",
2025-08-20T19:16:01.0306860Z [00:02:03.650]➜  		"zh-CN/dcdn/DeleteRoutineConfEnvs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteRoutineConfEnvs.json",
2025-08-20T19:16:01.0309143Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnAclFields.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnAclFields.json",
2025-08-20T19:16:01.0311048Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnBgpBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnBgpBpsData.json",
2025-08-20T19:16:01.0313442Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnBgpTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnBgpTrafficData.json",
2025-08-20T19:16:01.0315744Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnBlockedRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnBlockedRegions.json",
2025-08-20T19:16:01.0317864Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnCertificateDetail.json",
2025-08-20T19:16:01.0320314Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnCertificateList.json",
2025-08-20T19:16:01.0323875Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDdosService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDdosService.json",
2025-08-20T19:16:01.0325922Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDdosSpecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDdosSpecInfo.json",
2025-08-20T19:16:01.0327889Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDeletedDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDeletedDomains.json",
2025-08-20T19:16:01.0329842Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDeliverList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDeliverList.json",
2025-08-20T19:16:01.0331882Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainBpsData.json",
2025-08-20T19:16:01.0334125Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainBpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainBpsDataByLayer.json",
2025-08-20T19:16:01.0336805Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainByCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainByCertificate.json",
2025-08-20T19:16:01.0349463Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainCcActivityLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainCcActivityLog.json",
2025-08-20T19:16:01.0351816Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainCertificateInfo.json",
2025-08-20T19:16:01.0354169Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainCname.json",
2025-08-20T19:16:01.0356016Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainConfigs.json",
2025-08-20T19:16:01.0358264Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainDetail.json",
2025-08-20T19:16:01.0360523Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainHitRateData.json",
2025-08-20T19:16:01.0362799Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainHttpCodeData.json",
2025-08-20T19:16:01.0365216Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json",
2025-08-20T19:16:01.0367510Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainIpaBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainIpaBpsData.json",
2025-08-20T19:16:01.0369709Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainIpaConnData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainIpaConnData.json",
2025-08-20T19:16:01.0372284Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainIpaTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainIpaTrafficData.json",
2025-08-20T19:16:01.0374614Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainIspData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainIspData.json",
2025-08-20T19:16:01.0376545Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainLog.json",
2025-08-20T19:16:01.0378659Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainMultiUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainMultiUsageData.json",
2025-08-20T19:16:01.0381188Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainOriginBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainOriginBpsData.json",
2025-08-20T19:16:01.0383870Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainOriginTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainOriginTrafficData.json",
2025-08-20T19:16:01.0386200Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainProperty.json",
2025-08-20T19:16:01.0388211Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainPvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainPvData.json",
2025-08-20T19:16:01.0390141Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainQpsData.json",
2025-08-20T19:16:01.0392234Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainQpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainQpsDataByLayer.json",
2025-08-20T19:16:01.0394680Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeBpsData.json",
2025-08-20T19:16:01.0397183Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json",
2025-08-20T19:16:01.0399738Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainRealTimeDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeDetailData.json",
2025-08-20T19:16:01.0402223Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json",
2025-08-20T19:16:01.0405140Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainRealTimeQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeQpsData.json",
2025-08-20T19:16:01.0407837Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json",
2025-08-20T19:16:01.0410445Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json",
2025-08-20T19:16:01.0413117Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json",
2025-08-20T19:16:01.0415928Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json",
2025-08-20T19:16:01.0418512Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainRealTimeTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeTrafficData.json",
2025-08-20T19:16:01.0420900Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainRegionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRegionData.json",
2025-08-20T19:16:01.0423282Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainStagingConfig.json",
2025-08-20T19:16:01.0425589Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainTopReferVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainTopReferVisit.json",
2025-08-20T19:16:01.0427840Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainTopUrlVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainTopUrlVisit.json",
2025-08-20T19:16:01.0430212Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainTrafficData.json",
2025-08-20T19:16:01.0432653Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainUsageData.json",
2025-08-20T19:16:01.0434702Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainUvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainUvData.json",
2025-08-20T19:16:01.0436910Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainWebsocketBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainWebsocketBpsData.json",
2025-08-20T19:16:01.0439405Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json",
2025-08-20T19:16:01.0442097Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainWebsocketTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainWebsocketTrafficData.json",
2025-08-20T19:16:01.0444770Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnDomainsBySource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainsBySource.json",
2025-08-20T19:16:01.0446838Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnErUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnErUsageData.json",
2025-08-20T19:16:01.0449119Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json",
2025-08-20T19:16:01.0451654Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json",
2025-08-20T19:16:01.0454130Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnHttpsDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnHttpsDomainList.json",
2025-08-20T19:16:01.0456246Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnIpInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpInfo.json",
2025-08-20T19:16:01.0458352Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnIpaDomainCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaDomainCidr.json",
2025-08-20T19:16:01.0460528Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnIpaDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaDomainConfigs.json",
2025-08-20T19:16:01.0462751Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnIpaDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaDomainDetail.json",
2025-08-20T19:16:01.0464823Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnIpaService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaService.json",
2025-08-20T19:16:01.0466895Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnIpaUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaUserDomains.json",
2025-08-20T19:16:01.0468927Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnKvAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnKvAccount.json",
2025-08-20T19:16:01.0470889Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnKvAccountStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnKvAccountStatus.json",
2025-08-20T19:16:01.0473154Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnKvNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnKvNamespace.json",
2025-08-20T19:16:01.0475047Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnL2Ips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnL2Ips.json",
2025-08-20T19:16:01.0476832Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnL2Vips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnL2Vips.json",
2025-08-20T19:16:01.0479075Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnOriginSiteHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnOriginSiteHealthStatus.json",
2025-08-20T19:16:01.0481476Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnRealTimeDeliveryField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRealTimeDeliveryField.json",
2025-08-20T19:16:01.0483692Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnRefreshQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRefreshQuota.json",
2025-08-20T19:16:01.0485742Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnRefreshTaskById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRefreshTaskById.json",
2025-08-20T19:16:01.0487763Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnRefreshTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRefreshTasks.json",
2025-08-20T19:16:01.0489727Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnRegionAndIsp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRegionAndIsp.json",
2025-08-20T19:16:01.0491618Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnReport.json",
2025-08-20T19:16:01.0493599Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnReportList.json",
2025-08-20T19:16:01.0495712Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnSLSRealTimeLogType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSLSRealTimeLogType.json",
2025-08-20T19:16:01.0497929Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json",
2025-08-20T19:16:01.0500241Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnSMCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSMCertificateDetail.json",
2025-08-20T19:16:01.0502880Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnSMCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSMCertificateList.json",
2025-08-20T19:16:01.0505087Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnSSLCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSSLCertificateList.json",
2025-08-20T19:16:01.0507155Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnSecFuncInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSecFuncInfo.json",
2025-08-20T19:16:01.0509040Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnSecSpecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSecSpecInfo.json",
2025-08-20T19:16:01.0510911Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnService.json",
2025-08-20T19:16:01.0512991Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnStagingIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnStagingIp.json",
2025-08-20T19:16:01.0514934Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnSubList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSubList.json",
2025-08-20T19:16:01.0516793Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnTagResources.json",
2025-08-20T19:16:01.0518822Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnTopDomainsByFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnTopDomainsByFlow.json",
2025-08-20T19:16:01.0520939Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnUserBillHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserBillHistory.json",
2025-08-20T19:16:01.0523300Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnUserBillType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserBillType.json",
2025-08-20T19:16:01.0525575Z [00:02:03.650]➜  		"zh-CN/dcdn/DescribeDcdnUserCertificateExpireCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserCertificateExpireCount.json",
2025-08-20T19:16:01.0527978Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnUserConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserConfigs.json",
2025-08-20T19:16:01.0529952Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserDomains.json",
2025-08-20T19:16:01.0532011Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnUserDomainsByFunc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserDomainsByFunc.json",
2025-08-20T19:16:01.0534252Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserQuota.json",
2025-08-20T19:16:01.0536501Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnUserRealTimeDeliveryField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserRealTimeDeliveryField.json",
2025-08-20T19:16:01.0538912Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnUserResourcePackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserResourcePackage.json",
2025-08-20T19:16:01.0541038Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnUserSecDrop.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserSecDrop.json",
2025-08-20T19:16:01.0543338Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnUserSecDropByMinute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserSecDropByMinute.json",
2025-08-20T19:16:01.0545423Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnUserTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserTags.json",
2025-08-20T19:16:01.0547579Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnUserVipsByDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserVipsByDomain.json",
2025-08-20T19:16:01.0549826Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnVerifyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnVerifyContent.json",
2025-08-20T19:16:01.0551794Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafBotAppKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafBotAppKey.json",
2025-08-20T19:16:01.0554182Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafDefaultRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafDefaultRules.json",
2025-08-20T19:16:01.0556259Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafDomain.json",
2025-08-20T19:16:01.0558209Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafDomainDetail.json",
2025-08-20T19:16:01.0560227Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafDomains.json",
2025-08-20T19:16:01.0562239Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafFilterInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafFilterInfo.json",
2025-08-20T19:16:01.0564446Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafGeoInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafGeoInfo.json",
2025-08-20T19:16:01.0566380Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafGroup.json",
2025-08-20T19:16:01.0568264Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafGroups.json",
2025-08-20T19:16:01.0570301Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafLogs.json",
2025-08-20T19:16:01.0572341Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafPolicies.json",
2025-08-20T19:16:01.0574493Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafPolicy.json",
2025-08-20T19:16:01.0576527Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafPolicyDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafPolicyDomains.json",
2025-08-20T19:16:01.0578782Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafPolicyValidDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafPolicyValidDomains.json",
2025-08-20T19:16:01.0580880Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafRule.json",
2025-08-20T19:16:01.0583046Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafRules.json",
2025-08-20T19:16:01.0584956Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafScenes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafScenes.json",
2025-08-20T19:16:01.0586868Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafService.json",
2025-08-20T19:16:01.0588819Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafSpecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafSpecInfo.json",
2025-08-20T19:16:01.0590766Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnWafUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafUsageData.json",
2025-08-20T19:16:01.0592922Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDcdnsecService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnsecService.json",
2025-08-20T19:16:01.0595119Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeDdosAllEventList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDdosAllEventList.json",
2025-08-20T19:16:01.0597267Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeEncryptRoutineUid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeEncryptRoutineUid.json",
2025-08-20T19:16:01.0599258Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeHighlightInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeHighlightInfo.json",
2025-08-20T19:16:01.0601104Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeKvUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeKvUsageData.json",
2025-08-20T19:16:01.0603158Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeRDDomainConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRDDomainConfig.json",
2025-08-20T19:16:01.0604989Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeRoutine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutine.json",
2025-08-20T19:16:01.0606886Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeRoutineCanaryEnvs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineCanaryEnvs.json",
2025-08-20T19:16:01.0608961Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeRoutineCodeRevision.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineCodeRevision.json",
2025-08-20T19:16:01.0611101Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeRoutineRelatedDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineRelatedDomains.json",
2025-08-20T19:16:01.0613311Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeRoutineSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineSpec.json",
2025-08-20T19:16:01.0615343Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeRoutineUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineUserInfo.json",
2025-08-20T19:16:01.0617565Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeUserDcdnIpaStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeUserDcdnIpaStatus.json",
2025-08-20T19:16:01.0619693Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeUserDcdnStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeUserDcdnStatus.json",
2025-08-20T19:16:01.0621574Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeUserErStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeUserErStatus.json",
2025-08-20T19:16:01.0623778Z [00:02:03.651]➜  		"zh-CN/dcdn/DescribeUserLogserviceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeUserLogserviceStatus.json",
2025-08-20T19:16:01.0625691Z [00:02:03.651]➜  		"zh-CN/dcdn/EditRoutineConf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/EditRoutineConf.json",
2025-08-20T19:16:01.0627254Z [00:02:03.651]➜  		"zh-CN/dcdn/GetDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/GetDcdnKv.json",
2025-08-20T19:16:01.0628857Z [00:02:03.651]➜  		"zh-CN/dcdn/GetDcdnKvStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/GetDcdnKvStatus.json",
2025-08-20T19:16:01.0630489Z [00:02:03.651]➜  		"zh-CN/dcdn/ListDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ListDcdnKv.json",
2025-08-20T19:16:01.0632361Z [00:02:03.651]➜  		"zh-CN/dcdn/ListDcdnRealTimeDeliveryProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ListDcdnRealTimeDeliveryProject.json",
2025-08-20T19:16:01.0634808Z [00:02:03.651]➜  		"zh-CN/dcdn/ModifyDCdnDomainSchdmByProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDCdnDomainSchdmByProperty.json",
2025-08-20T19:16:01.0636676Z [00:02:03.651]➜  		"zh-CN/dcdn/ModifyDcdnWafGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDcdnWafGroup.json",
2025-08-20T19:16:01.0638416Z [00:02:03.651]➜  		"zh-CN/dcdn/ModifyDcdnWafPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDcdnWafPolicy.json",
2025-08-20T19:16:01.0640283Z [00:02:03.651]➜  		"zh-CN/dcdn/ModifyDcdnWafPolicyDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDcdnWafPolicyDomains.json",
2025-08-20T19:16:01.0642013Z [00:02:03.651]➜  		"zh-CN/dcdn/ModifyDcdnWafRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDcdnWafRule.json",
2025-08-20T19:16:01.0643772Z [00:02:03.651]➜  		"zh-CN/dcdn/OpenDcdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/OpenDcdnService.json",
2025-08-20T19:16:01.0645476Z [00:02:03.651]➜  		"zh-CN/dcdn/PreloadDcdnObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PreloadDcdnObjectCaches.json",
2025-08-20T19:16:01.0647490Z [00:02:03.651]➜  		"zh-CN/dcdn/PublishDcdnStagingConfigToProduction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PublishDcdnStagingConfigToProduction.json",
2025-08-20T19:16:01.0649617Z [00:02:03.651]➜  		"zh-CN/dcdn/PublishRoutineCodeRevision.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PublishRoutineCodeRevision.json",
2025-08-20T19:16:01.0651297Z [00:02:03.651]➜  		"zh-CN/dcdn/PutDcdnKv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PutDcdnKv.json",
2025-08-20T19:16:01.0653057Z [00:02:03.651]➜  		"zh-CN/dcdn/PutDcdnKvNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PutDcdnKvNamespace.json",
2025-08-20T19:16:01.0654877Z [00:02:03.651]➜  		"zh-CN/dcdn/RefreshDcdnObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/RefreshDcdnObjectCaches.json",
2025-08-20T19:16:01.0656713Z [00:02:03.651]➜  		"zh-CN/dcdn/RefreshErObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/RefreshErObjectCaches.json",
2025-08-20T19:16:01.0658783Z [00:02:03.651]➜  		"zh-CN/dcdn/RollbackDcdnStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/RollbackDcdnStagingConfig.json",
2025-08-20T19:16:01.0660796Z [00:02:03.651]➜  		"zh-CN/dcdn/SetDcdnDomainCSRCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainCSRCertificate.json",
2025-08-20T19:16:01.0663039Z [00:02:03.651]➜  		"zh-CN/dcdn/SetDcdnDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainCertificate.json",
2025-08-20T19:16:01.0665031Z [00:02:03.651]➜  		"zh-CN/dcdn/SetDcdnDomainSMCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainSMCertificate.json",
2025-08-20T19:16:01.0667017Z [00:02:03.651]➜  		"zh-CN/dcdn/SetDcdnDomainSSLCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainSSLCertificate.json",
2025-08-20T19:16:01.0668899Z [00:02:03.651]➜  		"zh-CN/dcdn/SetDcdnDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainStagingConfig.json",
2025-08-20T19:16:01.0670849Z [00:02:03.651]➜  		"zh-CN/dcdn/SetDcdnFullDomainsBlockIP.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnFullDomainsBlockIP.json",
2025-08-20T19:16:01.0672840Z [00:02:03.651]➜  		"zh-CN/dcdn/SetDcdnUserConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnUserConfig.json",
2025-08-20T19:16:01.0674496Z [00:02:03.651]➜  		"zh-CN/dcdn/SetRoutineSubdomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetRoutineSubdomain.json",
2025-08-20T19:16:01.0676081Z [00:02:03.651]➜  		"zh-CN/dcdn/StartDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/StartDcdnDomain.json",
2025-08-20T19:16:01.0677652Z [00:02:03.651]➜  		"zh-CN/dcdn/StartDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/StartDcdnIpaDomain.json",
2025-08-20T19:16:01.0679220Z [00:02:03.651]➜  		"zh-CN/dcdn/StopDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/StopDcdnDomain.json",
2025-08-20T19:16:01.0680794Z [00:02:03.651]➜  		"zh-CN/dcdn/StopDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/StopDcdnIpaDomain.json",
2025-08-20T19:16:01.0682543Z [00:02:03.651]➜  		"zh-CN/dcdn/TagDcdnResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/TagDcdnResources.json",
2025-08-20T19:16:01.0684205Z [00:02:03.651]➜  		"zh-CN/dcdn/UntagDcdnResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UntagDcdnResources.json",
2025-08-20T19:16:01.0685952Z [00:02:03.651]➜  		"zh-CN/dcdn/UpdateDcdnDeliverTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnDeliverTask.json",
2025-08-20T19:16:01.0687651Z [00:02:03.651]➜  		"zh-CN/dcdn/UpdateDcdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnDomain.json",
2025-08-20T19:16:01.0689344Z [00:02:03.651]➜  		"zh-CN/dcdn/UpdateDcdnIpaDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnIpaDomain.json",
2025-08-20T19:16:01.0691355Z [00:02:03.651]➜  		"zh-CN/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json",
2025-08-20T19:16:01.0693588Z [00:02:03.651]➜  		"zh-CN/dcdn/UpdateDcdnSubTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnSubTask.json",
2025-08-20T19:16:01.0695628Z [00:02:03.651]➜  		"zh-CN/dcdn/UpdateDcdnUserRealTimeDeliveryField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnUserRealTimeDeliveryField.json",
2025-08-20T19:16:01.0697625Z [00:02:03.651]➜  		"zh-CN/dcdn/UploadRoutineCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UploadRoutineCode.json",
2025-08-20T19:16:01.0699455Z [00:02:03.651]➜  		"zh-CN/dcdn/UploadStagingRoutineCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UploadStagingRoutineCode.json",
2025-08-20T19:16:01.0701536Z [00:02:03.651]➜  		"zh-CN/dcdn/VerifyDcdnDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/VerifyDcdnDomainOwner.json",
2025-08-20T19:16:01.0703488Z [00:02:03.651]➜  		"zh-CN/dcdn/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/version.json",
2025-08-20T19:16:01.0705099Z [00:02:03.651]➜  		"zh-CN/ddoscoo/AddAutoCcBlacklist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/AddAutoCcBlacklist.json",
2025-08-20T19:16:01.0706973Z [00:02:03.651]➜  		"zh-CN/ddoscoo/AddAutoCcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/AddAutoCcWhitelist.json",
2025-08-20T19:16:01.0708762Z [00:02:03.651]➜  		"zh-CN/ddoscoo/AssociateWebCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/AssociateWebCert.json",
2025-08-20T19:16:01.0710660Z [00:02:03.651]➜  		"zh-CN/ddoscoo/AttachSceneDefenseObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/AttachSceneDefenseObject.json",
2025-08-20T19:16:01.0712881Z [00:02:03.651]➜  		"zh-CN/ddoscoo/ConfigL7RsPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigL7RsPolicy.json",
2025-08-20T19:16:01.0714789Z [00:02:03.651]➜  		"zh-CN/ddoscoo/ConfigLayer4Remark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigLayer4Remark.json",
2025-08-20T19:16:01.0716578Z [00:02:03.651]➜  		"zh-CN/ddoscoo/ConfigLayer4RuleBakMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigLayer4RuleBakMode.json",
2025-08-20T19:16:01.0718417Z [00:02:03.651]➜  		"zh-CN/ddoscoo/ConfigLayer4RulePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigLayer4RulePolicy.json",
2025-08-20T19:16:01.0720257Z [00:02:03.651]➜  		"zh-CN/ddoscoo/ConfigNetworkRegionBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigNetworkRegionBlock.json",
2025-08-20T19:16:01.0722017Z [00:02:03.651]➜  		"zh-CN/ddoscoo/ConfigNetworkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigNetworkRules.json",
2025-08-20T19:16:01.0723875Z [00:02:03.651]➜  		"zh-CN/ddoscoo/ConfigUdpReflect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigUdpReflect.json",
2025-08-20T19:16:01.0725575Z [00:02:03.651]➜  		"zh-CN/ddoscoo/ConfigWebCCTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigWebCCTemplate.json",
2025-08-20T19:16:01.0727204Z [00:02:03.651]➜  		"zh-CN/ddoscoo/ConfigWebIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigWebIpSet.json",
2025-08-20T19:16:01.0728800Z [00:02:03.651]➜  		"zh-CN/ddoscoo/CreateAsyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateAsyncTask.json",
2025-08-20T19:16:01.0730471Z [00:02:03.651]➜  		"zh-CN/ddoscoo/CreateDomainResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateDomainResource.json",
2025-08-20T19:16:01.0732204Z [00:02:03.651]➜  		"zh-CN/ddoscoo/CreateNetworkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateNetworkRules.json",
2025-08-20T19:16:01.0733913Z [00:02:03.651]➜  		"zh-CN/ddoscoo/CreatePort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreatePort.json",
2025-08-20T19:16:01.0735608Z [00:02:03.651]➜  		"zh-CN/ddoscoo/CreateSceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateSceneDefensePolicy.json",
2025-08-20T19:16:01.0737415Z [00:02:03.651]➜  		"zh-CN/ddoscoo/CreateSchedulerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateSchedulerRule.json",
2025-08-20T19:16:01.0739130Z [00:02:03.651]➜  		"zh-CN/ddoscoo/CreateTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateTagResources.json",
2025-08-20T19:16:01.0740762Z [00:02:03.651]➜  		"zh-CN/ddoscoo/CreateWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateWebCCRule.json",
2025-08-20T19:16:01.0742614Z [00:02:03.651]➜  		"zh-CN/ddoscoo/CreateWebRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateWebRule.json",
2025-08-20T19:16:01.0744488Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DeleteAsyncTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteAsyncTask.json",
2025-08-20T19:16:01.0746318Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DeleteAutoCcBlacklist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteAutoCcBlacklist.json",
2025-08-20T19:16:01.0748243Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DeleteAutoCcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteAutoCcWhitelist.json",
2025-08-20T19:16:01.0750160Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DeleteDomainResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteDomainResource.json",
2025-08-20T19:16:01.0751957Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DeleteNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteNetworkRule.json",
2025-08-20T19:16:01.0753971Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DeletePort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeletePort.json",
2025-08-20T19:16:01.0755920Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DeleteSceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteSceneDefensePolicy.json",
2025-08-20T19:16:01.0757871Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DeleteSchedulerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteSchedulerRule.json",
2025-08-20T19:16:01.0759724Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DeleteTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteTagResources.json",
2025-08-20T19:16:01.0761493Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DeleteWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteWebCCRule.json",
2025-08-20T19:16:01.0763560Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DeleteWebCacheCustomRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteWebCacheCustomRule.json",
2025-08-20T19:16:01.0765632Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DeleteWebPreciseAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteWebPreciseAccessRule.json",
2025-08-20T19:16:01.0767442Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DeleteWebRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteWebRule.json",
2025-08-20T19:16:01.0769062Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeAsyncTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAsyncTasks.json",
2025-08-20T19:16:01.0770921Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeAttackAnalysisMaxQps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAttackAnalysisMaxQps.json",
2025-08-20T19:16:01.0773040Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeAutoCcBlacklist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAutoCcBlacklist.json",
2025-08-20T19:16:01.0774923Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeAutoCcListCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAutoCcListCount.json",
2025-08-20T19:16:01.0776808Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeAutoCcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAutoCcWhitelist.json",
2025-08-20T19:16:01.0778614Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeBackSourceCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeBackSourceCidr.json",
2025-08-20T19:16:01.0780452Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeBlackholeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeBlackholeStatus.json",
2025-08-20T19:16:01.0782226Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeBlockStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeBlockStatus.json",
2025-08-20T19:16:01.0784010Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeCerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeCerts.json",
2025-08-20T19:16:01.0785816Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeCnameReuses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeCnameReuses.json",
2025-08-20T19:16:01.0787626Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDDoSEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDoSEvents.json",
2025-08-20T19:16:01.0789416Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDDosAllEventList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosAllEventList.json",
2025-08-20T19:16:01.0791266Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDDosEventArea.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventArea.json",
2025-08-20T19:16:01.0793342Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDDosEventAttackType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventAttackType.json",
2025-08-20T19:16:01.0795449Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDDosEventIsp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventIsp.json",
2025-08-20T19:16:01.0797458Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDDosEventMax.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventMax.json",
2025-08-20T19:16:01.0799363Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDDosEventSrcIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventSrcIp.json",
2025-08-20T19:16:01.0801447Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDefenseCountStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDefenseCountStatistics.json",
2025-08-20T19:16:01.0803681Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDefenseRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDefenseRecords.json",
2025-08-20T19:16:01.0805659Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDomainAttackEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainAttackEvents.json",
2025-08-20T19:16:01.0807644Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDomainOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainOverview.json",
2025-08-20T19:16:01.0809490Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDomainQPSList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainQPSList.json",
2025-08-20T19:16:01.0811447Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDomainQpsWithCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainQpsWithCache.json",
2025-08-20T19:16:01.0813615Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDomainResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainResource.json",
2025-08-20T19:16:01.0815741Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDomainStatusCodeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainStatusCodeCount.json",
2025-08-20T19:16:01.0817922Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDomainStatusCodeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainStatusCodeList.json",
2025-08-20T19:16:01.0820032Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDomainTopAttackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainTopAttackList.json",
2025-08-20T19:16:01.0822238Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDomainViewSourceCountries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainViewSourceCountries.json",
2025-08-20T19:16:01.0824668Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDomainViewSourceProvinces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainViewSourceProvinces.json",
2025-08-20T19:16:01.0826800Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDomainViewTopCostTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainViewTopCostTime.json",
2025-08-20T19:16:01.0828963Z [00:02:03.651]➜  		"zh-CN/ddoscoo/DescribeDomainViewTopUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainViewTopUrl.json",
2025-08-20T19:16:01.0830821Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomains.json",
2025-08-20T19:16:01.0832876Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeElasticBandwidthSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeElasticBandwidthSpec.json",
2025-08-20T19:16:01.0834839Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeHealthCheckList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeHealthCheckList.json",
2025-08-20T19:16:01.0836732Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeHealthCheckStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeHealthCheckStatus.json",
2025-08-20T19:16:01.0838608Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeInstanceDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceDetails.json",
2025-08-20T19:16:01.0840487Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeInstanceExt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceExt.json",
2025-08-20T19:16:01.0842279Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeInstanceIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceIds.json",
2025-08-20T19:16:01.0844161Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeInstanceSpecs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceSpecs.json",
2025-08-20T19:16:01.0846002Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeInstanceStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceStatistics.json",
2025-08-20T19:16:01.0847863Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceStatus.json",
2025-08-20T19:16:01.0849702Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstances.json",
2025-08-20T19:16:01.0851506Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeL7RsPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeL7RsPolicy.json",
2025-08-20T19:16:01.0853590Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeLayer4RulePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeLayer4RulePolicy.json",
2025-08-20T19:16:01.0855661Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeLogStoreExistStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeLogStoreExistStatus.json",
2025-08-20T19:16:01.0857739Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeNetworkRegionBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeNetworkRegionBlock.json",
2025-08-20T19:16:01.0859853Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeNetworkRuleAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeNetworkRuleAttributes.json",
2025-08-20T19:16:01.0861857Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeNetworkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeNetworkRules.json",
2025-08-20T19:16:01.0863870Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeOpEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeOpEntities.json",
2025-08-20T19:16:01.0864694Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribePort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePort.json",
2025-08-20T19:16:01.0865729Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribePortAttackMaxFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortAttackMaxFlow.json",
2025-08-20T19:16:01.0866756Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribePortAutoCcStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortAutoCcStatus.json",
2025-08-20T19:16:01.0867882Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribePortConnsCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortConnsCount.json",
2025-08-20T19:16:01.0868920Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribePortConnsList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortConnsList.json",
2025-08-20T19:16:01.0869804Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribePortFlowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortFlowList.json",
2025-08-20T19:16:01.0870685Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribePortMaxConns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortMaxConns.json",
2025-08-20T19:16:01.0871763Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribePortViewSourceCountries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortViewSourceCountries.json",
2025-08-20T19:16:01.0872914Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribePortViewSourceIsps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortViewSourceIsps.json",
2025-08-20T19:16:01.0874189Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribePortViewSourceProvinces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortViewSourceProvinces.json",
2025-08-20T19:16:01.0875198Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeSceneDefenseObjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSceneDefenseObjects.json",
2025-08-20T19:16:01.0876206Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeSceneDefensePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSceneDefensePolicies.json",
2025-08-20T19:16:01.0877118Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeSchedulerRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSchedulerRules.json",
2025-08-20T19:16:01.0878000Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeSlaEventList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSlaEventList.json",
2025-08-20T19:16:01.0878917Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeSlsAuthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSlsAuthStatus.json",
2025-08-20T19:16:01.0879891Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeSlsLogstoreInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSlsLogstoreInfo.json",
2025-08-20T19:16:01.0880800Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeSlsOpenStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSlsOpenStatus.json",
2025-08-20T19:16:01.0881741Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeStsGrantStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeStsGrantStatus.json",
2025-08-20T19:16:01.0882729Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeSystemLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSystemLog.json",
2025-08-20T19:16:01.0883567Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeTagKeys.json",
2025-08-20T19:16:01.0884462Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeTagResources.json",
2025-08-20T19:16:01.0885310Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeUdpReflect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeUdpReflect.json",
2025-08-20T19:16:01.0886248Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeUnBlackholeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeUnBlackholeCount.json",
2025-08-20T19:16:01.0887122Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeUnBlockCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeUnBlockCount.json",
2025-08-20T19:16:01.0888234Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeWebAccessLogDispatchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAccessLogDispatchStatus.json",
2025-08-20T19:16:01.0889397Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeWebAccessLogEmptyCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAccessLogEmptyCount.json",
2025-08-20T19:16:01.0890620Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeWebAccessLogStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAccessLogStatus.json",
2025-08-20T19:16:01.0891615Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeWebAccessMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAccessMode.json",
2025-08-20T19:16:01.0892899Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeWebAreaBlockConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAreaBlockConfigs.json",
2025-08-20T19:16:01.0893843Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeWebCCRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebCCRules.json",
2025-08-20T19:16:01.0894984Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeWebCacheConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebCacheConfigs.json",
2025-08-20T19:16:01.0896072Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeWebCcProtectSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebCcProtectSwitch.json",
2025-08-20T19:16:01.0897082Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeWebCustomPorts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebCustomPorts.json",
2025-08-20T19:16:01.0898244Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeWebInstanceRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebInstanceRelations.json",
2025-08-20T19:16:01.0899373Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeWebPreciseAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebPreciseAccessRule.json",
2025-08-20T19:16:01.0900241Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DescribeWebRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebRules.json",
2025-08-20T19:16:01.0901283Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DetachSceneDefenseObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DetachSceneDefenseObject.json",
2025-08-20T19:16:01.0902339Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DisableSceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DisableSceneDefensePolicy.json",
2025-08-20T19:16:01.0903536Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DisableWebAccessLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DisableWebAccessLogConfig.json",
2025-08-20T19:16:01.0904379Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DisableWebCC.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DisableWebCC.json",
2025-08-20T19:16:01.0905331Z [00:02:03.652]➜  		"zh-CN/ddoscoo/DisableWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DisableWebCCRule.json",
2025-08-20T19:16:01.0906333Z [00:02:03.652]➜  		"zh-CN/ddoscoo/EmptyAutoCcBlacklist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EmptyAutoCcBlacklist.json",
2025-08-20T19:16:01.0907282Z [00:02:03.652]➜  		"zh-CN/ddoscoo/EmptyAutoCcWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EmptyAutoCcWhitelist.json",
2025-08-20T19:16:01.0908159Z [00:02:03.652]➜  		"zh-CN/ddoscoo/EmptySlsLogstore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EmptySlsLogstore.json",
2025-08-20T19:16:01.0909191Z [00:02:03.652]➜  		"zh-CN/ddoscoo/EnableSceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EnableSceneDefensePolicy.json",
2025-08-20T19:16:01.0910276Z [00:02:03.652]➜  		"zh-CN/ddoscoo/EnableWebAccessLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EnableWebAccessLogConfig.json",
2025-08-20T19:16:01.0911278Z [00:02:03.652]➜  		"zh-CN/ddoscoo/EnableWebCC.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EnableWebCC.json",
2025-08-20T19:16:01.0912190Z [00:02:03.652]➜  		"zh-CN/ddoscoo/EnableWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EnableWebCCRule.json",
2025-08-20T19:16:01.0913610Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyBlackholeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyBlackholeStatus.json",
2025-08-20T19:16:01.0914623Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyBlockStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyBlockStatus.json",
2025-08-20T19:16:01.0915551Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyCnameReuse.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyCnameReuse.json",
2025-08-20T19:16:01.0916552Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyDomainResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyDomainResource.json",
2025-08-20T19:16:01.0917710Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyElasticBandWidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyElasticBandWidth.json",
2025-08-20T19:16:01.0918770Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyFullLogTtl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyFullLogTtl.json",
2025-08-20T19:16:01.0919838Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyHealthCheckConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyHealthCheckConfig.json",
2025-08-20T19:16:01.0920762Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyHttp2Enable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyHttp2Enable.json",
2025-08-20T19:16:01.0921753Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyInstanceRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyInstanceRemark.json",
2025-08-20T19:16:01.0923050Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyNetworkRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyNetworkRuleAttribute.json",
2025-08-20T19:16:01.0924051Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyOcspStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyOcspStatus.json",
2025-08-20T19:16:01.0924913Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyPort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyPort.json",
2025-08-20T19:16:01.0925980Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyPortAutoCcStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyPortAutoCcStatus.json",
2025-08-20T19:16:01.0927065Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifySceneDefensePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifySceneDefensePolicy.json",
2025-08-20T19:16:01.0928052Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifySchedulerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifySchedulerRule.json",
2025-08-20T19:16:01.0928969Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyTlsConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyTlsConfig.json",
2025-08-20T19:16:01.0930032Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyWebAIProtectMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAIProtectMode.json",
2025-08-20T19:16:01.0931136Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyWebAIProtectSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAIProtectSwitch.json",
2025-08-20T19:16:01.0932130Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyWebAccessMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAccessMode.json",
2025-08-20T19:16:01.0933324Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyWebAreaBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAreaBlock.json",
2025-08-20T19:16:01.0934426Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyWebAreaBlockSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAreaBlockSwitch.json",
2025-08-20T19:16:01.0935527Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyWebCCRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebCCRule.json",
2025-08-20T19:16:01.0936750Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyWebCacheCustomRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebCacheCustomRule.json",
2025-08-20T19:16:01.0937730Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyWebCacheMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebCacheMode.json",
2025-08-20T19:16:01.0938746Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyWebCacheSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebCacheSwitch.json",
2025-08-20T19:16:01.0939775Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyWebIpSetSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebIpSetSwitch.json",
2025-08-20T19:16:01.0940896Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyWebPreciseAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebPreciseAccessRule.json",
2025-08-20T19:16:01.0942212Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyWebPreciseAccessSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebPreciseAccessSwitch.json",
2025-08-20T19:16:01.0943423Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ModifyWebRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebRule.json",
2025-08-20T19:16:01.0944364Z [00:02:03.652]➜  		"zh-CN/ddoscoo/ReleaseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ReleaseInstance.json",
2025-08-20T19:16:01.0945342Z [00:02:03.652]➜  		"zh-CN/ddoscoo/SwitchSchedulerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/SwitchSchedulerRule.json",
2025-08-20T19:16:01.0946138Z [00:02:03.652]➜  		"zh-CN/ddoscoo/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/version.json",
2025-08-20T19:16:01.0947359Z [00:02:03.652]➜  		"zh-CN/dds/AllocateNodePrivateNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/AllocateNodePrivateNetworkAddress.json",
2025-08-20T19:16:01.0948460Z [00:02:03.652]➜  		"zh-CN/dds/AllocatePublicNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/AllocatePublicNetworkAddress.json",
2025-08-20T19:16:01.0949573Z [00:02:03.652]➜  		"zh-CN/dds/CheckCloudResourceAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CheckCloudResourceAuthorized.json",
2025-08-20T19:16:01.0950584Z [00:02:03.652]➜  		"zh-CN/dds/CheckRecoveryCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CheckRecoveryCondition.json",
2025-08-20T19:16:01.0951405Z [00:02:03.652]➜  		"zh-CN/dds/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateAccount.json",
2025-08-20T19:16:01.0952224Z [00:02:03.652]➜  		"zh-CN/dds/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateBackup.json",
2025-08-20T19:16:01.0953300Z [00:02:03.652]➜  		"zh-CN/dds/CreateDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateDBInstance.json",
2025-08-20T19:16:01.0954071Z [00:02:03.652]➜  		"zh-CN/dds/CreateNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateNode.json",
2025-08-20T19:16:01.0954943Z [00:02:03.652]➜  		"zh-CN/dds/CreateNodeBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateNodeBatch.json",
2025-08-20T19:16:01.0955958Z [00:02:03.652]➜  		"zh-CN/dds/CreateShardingDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateShardingDBInstance.json",
2025-08-20T19:16:01.0956831Z [00:02:03.652]➜  		"zh-CN/dds/DeleteDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DeleteDBInstance.json",
2025-08-20T19:16:01.0957588Z [00:02:03.652]➜  		"zh-CN/dds/DeleteNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DeleteNode.json",
2025-08-20T19:16:01.0958662Z [00:02:03.652]➜  		"zh-CN/dds/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAccounts.json",
2025-08-20T19:16:01.0959848Z [00:02:03.652]➜  		"zh-CN/dds/DescribeActiveOperationTaskCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeActiveOperationTaskCount.json",
2025-08-20T19:16:01.0961164Z [00:02:03.652]➜  		"zh-CN/dds/DescribeActiveOperationTaskType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeActiveOperationTaskType.json",
2025-08-20T19:16:01.0962268Z [00:02:03.652]➜  		"zh-CN/dds/DescribeActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeActiveOperationTasks.json",
2025-08-20T19:16:01.0963455Z [00:02:03.652]➜  		"zh-CN/dds/DescribeAuditLogFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAuditLogFilter.json",
2025-08-20T19:16:01.0964369Z [00:02:03.652]➜  		"zh-CN/dds/DescribeAuditPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAuditPolicy.json",
2025-08-20T19:16:01.0965480Z [00:02:03.652]➜  		"zh-CN/dds/DescribeAuditRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAuditRecords.json",
2025-08-20T19:16:01.0966650Z [00:02:03.652]➜  		"zh-CN/dds/DescribeAvailabilityZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAvailabilityZones.json",
2025-08-20T19:16:01.0967769Z [00:02:03.652]➜  		"zh-CN/dds/DescribeAvailableEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAvailableEngineVersion.json",
2025-08-20T19:16:01.0968812Z [00:02:03.652]➜  		"zh-CN/dds/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAvailableResource.json",
2025-08-20T19:16:01.0969724Z [00:02:03.652]➜  		"zh-CN/dds/DescribeBackupDBs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeBackupDBs.json",
2025-08-20T19:16:01.0970683Z [00:02:03.652]➜  		"zh-CN/dds/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeBackupPolicy.json",
2025-08-20T19:16:01.0971541Z [00:02:03.652]➜  		"zh-CN/dds/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeBackups.json",
2025-08-20T19:16:01.0972720Z [00:02:03.652]➜  		"zh-CN/dds/DescribeClusterBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeClusterBackups.json",
2025-08-20T19:16:01.0973808Z [00:02:03.652]➜  		"zh-CN/dds/DescribeClusterRecoverTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeClusterRecoverTime.json",
2025-08-20T19:16:01.0974887Z [00:02:03.652]➜  		"zh-CN/dds/DescribeDBInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceAttribute.json",
2025-08-20T19:16:01.0976028Z [00:02:03.652]➜  		"zh-CN/dds/DescribeDBInstanceEncryptionKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceEncryptionKey.json",
2025-08-20T19:16:01.0977081Z [00:02:03.652]➜  		"zh-CN/dds/DescribeDBInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceMonitor.json",
2025-08-20T19:16:01.0978201Z [00:02:03.652]➜  		"zh-CN/dds/DescribeDBInstancePerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstancePerformance.json",
2025-08-20T19:16:01.0979151Z [00:02:03.652]➜  		"zh-CN/dds/DescribeDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceSSL.json",
2025-08-20T19:16:01.0980217Z [00:02:03.652]➜  		"zh-CN/dds/DescribeDBInstanceSwitchLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceSwitchLog.json",
2025-08-20T19:16:01.0981261Z [00:02:03.652]➜  		"zh-CN/dds/DescribeDBInstanceTDEInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceTDEInfo.json",
2025-08-20T19:16:01.0982183Z [00:02:03.652]➜  		"zh-CN/dds/DescribeDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstances.json",
2025-08-20T19:16:01.0983641Z [00:02:03.652]➜  		"zh-CN/dds/DescribeDBInstancesOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstancesOverview.json",
2025-08-20T19:16:01.0984792Z [00:02:03.652]➜  		"zh-CN/dds/DescribeErrorLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeErrorLogRecords.json",
2025-08-20T19:16:01.0985729Z [00:02:03.652]➜  		"zh-CN/dds/DescribeHistoryTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeHistoryTasks.json",
2025-08-20T19:16:01.0986748Z [00:02:03.652]➜  		"zh-CN/dds/DescribeHistoryTasksStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeHistoryTasksStat.json",
2025-08-20T19:16:01.0987994Z [00:02:03.652]➜  		"zh-CN/dds/DescribeInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:16:01.0989171Z [00:02:03.652]➜  		"zh-CN/dds/DescribeKernelReleaseNotes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeKernelReleaseNotes.json",
2025-08-20T19:16:01.0990157Z [00:02:03.652]➜  		"zh-CN/dds/DescribeKmsKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeKmsKeys.json",
2025-08-20T19:16:01.0991198Z [00:02:03.652]➜  		"zh-CN/dds/DescribeMongoDBLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeMongoDBLogConfig.json",
2025-08-20T19:16:01.0992621Z [00:02:03.652]➜  		"zh-CN/dds/DescribeParameterModificationHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeParameterModificationHistory.json",
2025-08-20T19:16:01.0993690Z [00:02:03.652]➜  		"zh-CN/dds/DescribeParameterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeParameterTemplates.json",
2025-08-20T19:16:01.0994597Z [00:02:03.652]➜  		"zh-CN/dds/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeParameters.json",
2025-08-20T19:16:01.0995449Z [00:02:03.652]➜  		"zh-CN/dds/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribePrice.json",
2025-08-20T19:16:01.0996305Z [00:02:03.652]➜  		"zh-CN/dds/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeRegions.json",
2025-08-20T19:16:01.0997248Z [00:02:03.652]➜  		"zh-CN/dds/DescribeRenewalPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeRenewalPrice.json",
2025-08-20T19:16:01.0998213Z [00:02:03.652]➜  		"zh-CN/dds/DescribeReplicaSetRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeReplicaSetRole.json",
2025-08-20T19:16:01.0999156Z [00:02:03.652]➜  		"zh-CN/dds/DescribeRoleZoneInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeRoleZoneInfo.json",
2025-08-20T19:16:01.1000188Z [00:02:03.652]➜  		"zh-CN/dds/DescribeRunningLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeRunningLogRecords.json",
2025-08-20T19:16:01.1001416Z [00:02:03.652]➜  		"zh-CN/dds/DescribeSecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:16:01.1002358Z [00:02:03.652]➜  		"zh-CN/dds/DescribeSecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeSecurityIps.json",
2025-08-20T19:16:01.1003665Z [00:02:03.652]➜  		"zh-CN/dds/DescribeShardingNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeShardingNetworkAddress.json",
2025-08-20T19:16:01.1004637Z [00:02:03.652]➜  		"zh-CN/dds/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeSlowLogRecords.json",
2025-08-20T19:16:01.1005426Z [00:02:03.652]➜  		"zh-CN/dds/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeTags.json",
2025-08-20T19:16:01.1006719Z [00:02:03.652]➜  		"zh-CN/dds/DescribeUserEncryptionKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeUserEncryptionKeyList.json",
2025-08-20T19:16:01.1007692Z [00:02:03.652]➜  		"zh-CN/dds/DestroyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DestroyInstance.json",
2025-08-20T19:16:01.1008577Z [00:02:03.652]➜  		"zh-CN/dds/EvaluateResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/EvaluateResource.json",
2025-08-20T19:16:01.1009419Z [00:02:03.652]➜  		"zh-CN/dds/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ListTagResources.json",
2025-08-20T19:16:01.1010374Z [00:02:03.652]➜  		"zh-CN/dds/MigrateAvailableZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/MigrateAvailableZone.json",
2025-08-20T19:16:01.1011269Z [00:02:03.652]➜  		"zh-CN/dds/MigrateToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/MigrateToOtherZone.json",
2025-08-20T19:16:01.1012601Z [00:02:03.652]➜  		"zh-CN/dds/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyAccountDescription.json",
2025-08-20T19:16:01.1013721Z [00:02:03.652]➜  		"zh-CN/dds/ModifyAuditLogFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyAuditLogFilter.json",
2025-08-20T19:16:01.1014697Z [00:02:03.652]➜  		"zh-CN/dds/ModifyAuditPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyAuditPolicy.json",
2025-08-20T19:16:01.1015620Z [00:02:03.652]➜  		"zh-CN/dds/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyBackupPolicy.json",
2025-08-20T19:16:01.1016774Z [00:02:03.652]➜  		"zh-CN/dds/ModifyDBInstanceConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceConnectionString.json",
2025-08-20T19:16:01.1017822Z [00:02:03.652]➜  		"zh-CN/dds/ModifyDBInstanceDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceDescription.json",
2025-08-20T19:16:01.1018861Z [00:02:03.652]➜  		"zh-CN/dds/ModifyDBInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:16:01.1019804Z [00:02:03.652]➜  		"zh-CN/dds/ModifyDBInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceMonitor.json",
2025-08-20T19:16:01.1020843Z [00:02:03.652]➜  		"zh-CN/dds/ModifyDBInstanceNetExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceNetExpireTime.json",
2025-08-20T19:16:01.1021840Z [00:02:03.652]➜  		"zh-CN/dds/ModifyDBInstanceNetworkType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceNetworkType.json",
2025-08-20T19:16:01.1022917Z [00:02:03.652]➜  		"zh-CN/dds/ModifyDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceSSL.json",
2025-08-20T19:16:01.1023857Z [00:02:03.652]➜  		"zh-CN/dds/ModifyDBInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceSpec.json",
2025-08-20T19:16:01.1024753Z [00:02:03.652]➜  		"zh-CN/dds/ModifyDBInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceTDE.json",
2025-08-20T19:16:01.1025934Z [00:02:03.653]➜  		"zh-CN/dds/ModifyInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:16:01.1026907Z [00:02:03.653]➜  		"zh-CN/dds/ModifyInstanceVpcAuthMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyInstanceVpcAuthMode.json",
2025-08-20T19:16:01.1027700Z [00:02:03.653]➜  		"zh-CN/dds/ModifyNodeSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyNodeSpec.json",
2025-08-20T19:16:01.1028581Z [00:02:03.653]➜  		"zh-CN/dds/ModifyNodeSpecBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyNodeSpecBatch.json",
2025-08-20T19:16:01.1029581Z [00:02:03.653]➜  		"zh-CN/dds/ModifyParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyParameters.json",
2025-08-20T19:16:01.1030591Z [00:02:03.653]➜  		"zh-CN/dds/ModifyResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyResourceGroup.json",
2025-08-20T19:16:01.1031719Z [00:02:03.653]➜  		"zh-CN/dds/ModifySecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifySecurityGroupConfiguration.json",
2025-08-20T19:16:01.1032769Z [00:02:03.653]➜  		"zh-CN/dds/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifySecurityIps.json",
2025-08-20T19:16:01.1033588Z [00:02:03.653]➜  		"zh-CN/dds/ModifyTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyTaskInfo.json",
2025-08-20T19:16:01.1034725Z [00:02:03.653]➜  		"zh-CN/dds/ReleaseNodePrivateNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ReleaseNodePrivateNetworkAddress.json",
2025-08-20T19:16:01.1035901Z [00:02:03.653]➜  		"zh-CN/dds/ReleasePublicNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ReleasePublicNetworkAddress.json",
2025-08-20T19:16:01.1036876Z [00:02:03.653]➜  		"zh-CN/dds/RenewDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/RenewDBInstance.json",
2025-08-20T19:16:01.1037808Z [00:02:03.653]➜  		"zh-CN/dds/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ResetAccountPassword.json",
2025-08-20T19:16:01.1038677Z [00:02:03.653]➜  		"zh-CN/dds/RestartDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/RestartDBInstance.json",
2025-08-20T19:16:01.1039525Z [00:02:03.653]➜  		"zh-CN/dds/RestoreDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/RestoreDBInstance.json",
2025-08-20T19:16:01.1040399Z [00:02:03.653]➜  		"zh-CN/dds/SwitchDBInstanceHA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/SwitchDBInstanceHA.json",
2025-08-20T19:16:01.1041179Z [00:02:03.653]➜  		"zh-CN/dds/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/TagResources.json",
2025-08-20T19:16:01.1042121Z [00:02:03.653]➜  		"zh-CN/dds/TransferClusterBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/TransferClusterBackup.json",
2025-08-20T19:16:01.1043332Z [00:02:03.653]➜  		"zh-CN/dds/TransformInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/TransformInstanceChargeType.json",
2025-08-20T19:16:01.1044239Z [00:02:03.653]➜  		"zh-CN/dds/TransformToPrePaid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/TransformToPrePaid.json",
2025-08-20T19:16:01.1045049Z [00:02:03.653]➜  		"zh-CN/dds/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/UntagResources.json",
2025-08-20T19:16:01.1046160Z [00:02:03.653]➜  		"zh-CN/dds/UpgradeDBInstanceEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/UpgradeDBInstanceEngineVersion.json",
2025-08-20T19:16:01.1047286Z [00:02:03.653]➜  		"zh-CN/dds/UpgradeDBInstanceKernelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:16:01.1047983Z [00:02:03.653]➜  		"zh-CN/dds/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/version.json",
2025-08-20T19:16:01.1048878Z [00:02:03.653]➜  		"zh-CN/devops/AddGroupMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/AddGroupMember.json",
2025-08-20T19:16:01.1049894Z [00:02:03.653]➜  		"zh-CN/devops/AddPipelineRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/AddPipelineRelations.json",
2025-08-20T19:16:01.1050904Z [00:02:03.653]➜  		"zh-CN/devops/AddRepositoryMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/AddRepositoryMember.json",
2025-08-20T19:16:01.1051888Z [00:02:03.653]➜  		"zh-CN/devops/AddWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/AddWebhook.json",
2025-08-20T19:16:01.1053037Z [00:02:03.653]➜  		"zh-CN/devops/CloseMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CloseMergeRequest.json",
2025-08-20T19:16:01.1054109Z [00:02:03.653]➜  		"zh-CN/devops/CreateAppMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateAppMembers.json",
2025-08-20T19:16:01.1054985Z [00:02:03.653]➜  		"zh-CN/devops/CreateBranch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateBranch.json",
2025-08-20T19:16:01.1055931Z [00:02:03.653]➜  		"zh-CN/devops/CreateCommitStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateCommitStatus.json",
2025-08-20T19:16:01.1056845Z [00:02:03.653]➜  		"zh-CN/devops/CreateDeployKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateDeployKey.json",
2025-08-20T19:16:01.1057676Z [00:02:03.653]➜  		"zh-CN/devops/CreateFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateFile.json",
2025-08-20T19:16:01.1058708Z [00:02:03.653]➜  		"zh-CN/devops/CreateFlowTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateFlowTag.json",
2025-08-20T19:16:01.1059825Z [00:02:03.653]➜  		"zh-CN/devops/CreateFlowTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateFlowTagGroup.json",
2025-08-20T19:16:01.1060763Z [00:02:03.653]➜  		"zh-CN/devops/CreateHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateHostGroup.json",
2025-08-20T19:16:01.1061716Z [00:02:03.653]➜  		"zh-CN/devops/CreateMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateMergeRequest.json",
2025-08-20T19:16:01.1062862Z [00:02:03.653]➜  		"zh-CN/devops/CreateOAuthToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateOAuthToken.json",
2025-08-20T19:16:01.1063801Z [00:02:03.653]➜  		"zh-CN/devops/CreatePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreatePipeline.json",
2025-08-20T19:16:01.1064800Z [00:02:03.653]➜  		"zh-CN/devops/CreatePipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreatePipelineGroup.json",
2025-08-20T19:16:01.1065705Z [00:02:03.653]➜  		"zh-CN/devops/CreateProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateProject.json",
2025-08-20T19:16:01.1066677Z [00:02:03.653]➜  		"zh-CN/devops/CreateProjectLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateProjectLabel.json",
2025-08-20T19:16:01.1067696Z [00:02:03.653]➜  		"zh-CN/devops/CreateProtectdBranch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateProtectdBranch.json",
2025-08-20T19:16:01.1068595Z [00:02:03.653]➜  		"zh-CN/devops/CreatePushRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreatePushRule.json",
2025-08-20T19:16:01.1069732Z [00:02:03.653]➜  		"zh-CN/devops/CreateRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateRepository.json",
2025-08-20T19:16:01.1070769Z [00:02:03.653]➜  		"zh-CN/devops/CreateRepositoryGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateRepositoryGroup.json",
2025-08-20T19:16:01.1071919Z [00:02:03.653]➜  		"zh-CN/devops/CreateResourceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateResourceMember.json",
2025-08-20T19:16:01.1073154Z [00:02:03.653]➜  		"zh-CN/devops/CreateServiceAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateServiceAuth.json",
2025-08-20T19:16:01.1074240Z [00:02:03.653]➜  		"zh-CN/devops/CreateServiceConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateServiceConnection.json",
2025-08-20T19:16:01.1075285Z [00:02:03.653]➜  		"zh-CN/devops/CreateServiceCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateServiceCredential.json",
2025-08-20T19:16:01.1076167Z [00:02:03.653]➜  		"zh-CN/devops/CreateSprint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateSprint.json",
2025-08-20T19:16:01.1077021Z [00:02:03.653]➜  		"zh-CN/devops/CreateSshKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateSshKey.json",
2025-08-20T19:16:01.1077822Z [00:02:03.653]➜  		"zh-CN/devops/CreateTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateTag.json",
2025-08-20T19:16:01.1078696Z [00:02:03.653]➜  		"zh-CN/devops/CreateTestCase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateTestCase.json",
2025-08-20T19:16:01.1079572Z [00:02:03.653]➜  		"zh-CN/devops/CreateUserKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateUserKey.json",
2025-08-20T19:16:01.1080583Z [00:02:03.653]➜  		"zh-CN/devops/CreateVariableGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateVariableGroup.json",
2025-08-20T19:16:01.1081637Z [00:02:03.653]➜  		"zh-CN/devops/CreateWorkitem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitem.json",
2025-08-20T19:16:01.1083009Z [00:02:03.653]➜  		"zh-CN/devops/CreateWorkitemComment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitemComment.json",
2025-08-20T19:16:01.1084070Z [00:02:03.653]➜  		"zh-CN/devops/CreateWorkitemEstimate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitemEstimate.json",
2025-08-20T19:16:01.1085071Z [00:02:03.653]➜  		"zh-CN/devops/CreateWorkitemRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitemRecord.json",
2025-08-20T19:16:01.1085999Z [00:02:03.653]➜  		"zh-CN/devops/CreateWorkitemV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitemV2.json",
2025-08-20T19:16:01.1086885Z [00:02:03.653]➜  		"zh-CN/devops/CreateWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkspace.json",
2025-08-20T19:16:01.1087813Z [00:02:03.653]➜  		"zh-CN/devops/DeleteAppMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteAppMember.json",
2025-08-20T19:16:01.1088670Z [00:02:03.653]➜  		"zh-CN/devops/DeleteBranch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteBranch.json",
2025-08-20T19:16:01.1089437Z [00:02:03.653]➜  		"zh-CN/devops/DeleteFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteFile.json",
2025-08-20T19:16:01.1090293Z [00:02:03.653]➜  		"zh-CN/devops/DeleteFlowTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteFlowTag.json",
2025-08-20T19:16:01.1091224Z [00:02:03.653]➜  		"zh-CN/devops/DeleteFlowTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteFlowTagGroup.json",
2025-08-20T19:16:01.1092157Z [00:02:03.653]➜  		"zh-CN/devops/DeleteGroupMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteGroupMember.json",
2025-08-20T19:16:01.1093534Z [00:02:03.653]➜  		"zh-CN/devops/DeleteHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteHostGroup.json",
2025-08-20T19:16:01.1094642Z [00:02:03.653]➜  		"zh-CN/devops/DeletePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeletePipeline.json",
2025-08-20T19:16:01.1095622Z [00:02:03.653]➜  		"zh-CN/devops/DeletePipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeletePipelineGroup.json",
2025-08-20T19:16:01.1096673Z [00:02:03.653]➜  		"zh-CN/devops/DeletePipelineRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeletePipelineRelations.json",
2025-08-20T19:16:01.1097554Z [00:02:03.653]➜  		"zh-CN/devops/DeleteProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteProject.json",
2025-08-20T19:16:01.1098501Z [00:02:03.653]➜  		"zh-CN/devops/DeleteProjectLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteProjectLabel.json",
2025-08-20T19:16:01.1099549Z [00:02:03.653]➜  		"zh-CN/devops/DeleteProtectedBranch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteProtectedBranch.json",
2025-08-20T19:16:01.1100447Z [00:02:03.653]➜  		"zh-CN/devops/DeletePushRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeletePushRule.json",
2025-08-20T19:16:01.1101360Z [00:02:03.653]➜  		"zh-CN/devops/DeleteRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteRepository.json",
2025-08-20T19:16:01.1102574Z [00:02:03.653]➜  		"zh-CN/devops/DeleteRepositoryGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteRepositoryGroup.json",
2025-08-20T19:16:01.1103644Z [00:02:03.653]➜  		"zh-CN/devops/DeleteRepositoryMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteRepositoryMember.json",
2025-08-20T19:16:01.1104702Z [00:02:03.653]➜  		"zh-CN/devops/DeleteRepositoryWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteRepositoryWebhook.json",
2025-08-20T19:16:01.1105847Z [00:02:03.653]➜  		"zh-CN/devops/DeleteResourceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteResourceMember.json",
2025-08-20T19:16:01.1106796Z [00:02:03.653]➜  		"zh-CN/devops/DeleteTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteTag.json",
2025-08-20T19:16:01.1107695Z [00:02:03.653]➜  		"zh-CN/devops/DeleteUserKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteUserKey.json",
2025-08-20T19:16:01.1108679Z [00:02:03.653]➜  		"zh-CN/devops/DeleteVariableGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteVariableGroup.json",
2025-08-20T19:16:01.1109585Z [00:02:03.653]➜  		"zh-CN/devops/DeleteWorkitem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteWorkitem.json",
2025-08-20T19:16:01.1110682Z [00:02:03.653]➜  		"zh-CN/devops/DeleteWorkitemAllComment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteWorkitemAllComment.json",
2025-08-20T19:16:01.1111714Z [00:02:03.653]➜  		"zh-CN/devops/DeleteWorkitemComment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteWorkitemComment.json",
2025-08-20T19:16:01.1112818Z [00:02:03.653]➜  		"zh-CN/devops/EnableDeployKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/EnableDeployKey.json",
2025-08-20T19:16:01.1113743Z [00:02:03.653]➜  		"zh-CN/devops/FrozenWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/FrozenWorkspace.json",
2025-08-20T19:16:01.1114688Z [00:02:03.653]➜  		"zh-CN/devops/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetApplication.json",
2025-08-20T19:16:01.1115558Z [00:02:03.653]➜  		"zh-CN/devops/GetBranchInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetBranchInfo.json",
2025-08-20T19:16:01.1116720Z [00:02:03.653]➜  		"zh-CN/devops/GetCodeupOrganization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetCodeupOrganization.json",
2025-08-20T19:16:01.1117632Z [00:02:03.653]➜  		"zh-CN/devops/GetCompareDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetCompareDetail.json",
2025-08-20T19:16:01.1118798Z [00:02:03.653]➜  		"zh-CN/devops/GetCustomFieldOption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetCustomFieldOption.json",
2025-08-20T19:16:01.1119675Z [00:02:03.653]➜  		"zh-CN/devops/GetFileBlobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetFileBlobs.json",
2025-08-20T19:16:01.1120602Z [00:02:03.653]➜  		"zh-CN/devops/GetFileLastCommit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetFileLastCommit.json",
2025-08-20T19:16:01.1121507Z [00:02:03.653]➜  		"zh-CN/devops/GetFlowTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetFlowTagGroup.json",
2025-08-20T19:16:01.1122573Z [00:02:03.653]➜  		"zh-CN/devops/GetGroupByPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetGroupByPath.json",
2025-08-20T19:16:01.1123467Z [00:02:03.653]➜  		"zh-CN/devops/GetGroupDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetGroupDetail.json",
2025-08-20T19:16:01.1124312Z [00:02:03.653]➜  		"zh-CN/devops/GetHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetHostGroup.json",
2025-08-20T19:16:01.1125188Z [00:02:03.653]➜  		"zh-CN/devops/GetMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetMergeRequest.json",
2025-08-20T19:16:01.1126289Z [00:02:03.653]➜  		"zh-CN/devops/GetMergeRequestChangeTree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetMergeRequestChangeTree.json",
2025-08-20T19:16:01.1127306Z [00:02:03.653]➜  		"zh-CN/devops/GetOrganizationMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetOrganizationMember.json",
2025-08-20T19:16:01.1128308Z [00:02:03.653]➜  		"zh-CN/devops/GetPipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipeline.json",
2025-08-20T19:16:01.1129489Z [00:02:03.653]➜  		"zh-CN/devops/GetPipelineArtifactUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineArtifactUrl.json",
2025-08-20T19:16:01.1130629Z [00:02:03.653]➜  		"zh-CN/devops/GetPipelineEmasArtifactUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineEmasArtifactUrl.json",
2025-08-20T19:16:01.1131570Z [00:02:03.653]➜  		"zh-CN/devops/GetPipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineGroup.json",
2025-08-20T19:16:01.1132638Z [00:02:03.653]➜  		"zh-CN/devops/GetPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineRun.json",
2025-08-20T19:16:01.1133714Z [00:02:03.653]➜  		"zh-CN/devops/GetPipelineScanReportUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineScanReportUrl.json",
2025-08-20T19:16:01.1134610Z [00:02:03.653]➜  		"zh-CN/devops/GetProjectInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetProjectInfo.json",
2025-08-20T19:16:01.1135548Z [00:02:03.653]➜  		"zh-CN/devops/GetProjectMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetProjectMember.json",
2025-08-20T19:16:01.1136370Z [00:02:03.653]➜  		"zh-CN/devops/GetPushRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPushRule.json",
2025-08-20T19:16:01.1137245Z [00:02:03.653]➜  		"zh-CN/devops/GetRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetRepository.json",
2025-08-20T19:16:01.1138204Z [00:02:03.653]➜  		"zh-CN/devops/GetRepositoryCommit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetRepositoryCommit.json",
2025-08-20T19:16:01.1139112Z [00:02:03.653]➜  		"zh-CN/devops/GetRepositoryTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetRepositoryTag.json",
2025-08-20T19:16:01.1140270Z [00:02:03.653]➜  		"zh-CN/devops/GetSearchCodePreview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetSearchCodePreview.json",
2025-08-20T19:16:01.1141283Z [00:02:03.653]➜  		"zh-CN/devops/GetSprintInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetSprintInfo.json",
2025-08-20T19:16:01.1142215Z [00:02:03.653]➜  		"zh-CN/devops/GetTestResultList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetTestResultList.json",
2025-08-20T19:16:01.1143396Z [00:02:03.653]➜  		"zh-CN/devops/GetTestcaseList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetTestcaseList.json",
2025-08-20T19:16:01.1144243Z [00:02:03.653]➜  		"zh-CN/devops/GetUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetUserInfo.json",
2025-08-20T19:16:01.1145168Z [00:02:03.653]➜  		"zh-CN/devops/GetVMDeployOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetVMDeployOrder.json",
2025-08-20T19:16:01.1146101Z [00:02:03.653]➜  		"zh-CN/devops/GetVariableGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetVariableGroup.json",
2025-08-20T19:16:01.1147097Z [00:02:03.653]➜  		"zh-CN/devops/GetWorkItemActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkItemActivity.json",
2025-08-20T19:16:01.1147997Z [00:02:03.653]➜  		"zh-CN/devops/GetWorkItemInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkItemInfo.json",
2025-08-20T19:16:01.1149058Z [00:02:03.653]➜  		"zh-CN/devops/GetWorkItemWorkFlowInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkItemWorkFlowInfo.json",
2025-08-20T19:16:01.1150283Z [00:02:03.653]➜  		"zh-CN/devops/GetWorkitemAttachmentCreatemeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemAttachmentCreatemeta.json",
2025-08-20T19:16:01.1151341Z [00:02:03.653]➜  		"zh-CN/devops/GetWorkitemCommentList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemCommentList.json",
2025-08-20T19:16:01.1152551Z [00:02:03.653]➜  		"zh-CN/devops/GetWorkitemFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemFile.json",
2025-08-20T19:16:01.1153755Z [00:02:03.653]➜  		"zh-CN/devops/GetWorkitemRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemRelations.json",
2025-08-20T19:16:01.1154863Z [00:02:03.653]➜  		"zh-CN/devops/GetWorkitemTimeTypeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemTimeTypeList.json",
2025-08-20T19:16:01.1155715Z [00:02:03.653]➜  		"zh-CN/devops/GetWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkspace.json",
2025-08-20T19:16:01.1156654Z [00:02:03.653]➜  		"zh-CN/devops/JoinPipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/JoinPipelineGroup.json",
2025-08-20T19:16:01.1157693Z [00:02:03.653]➜  		"zh-CN/devops/LinkMergeRequestLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/LinkMergeRequestLabel.json",
2025-08-20T19:16:01.1158752Z [00:02:03.653]➜  		"zh-CN/devops/ListApplicationMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListApplicationMembers.json",
2025-08-20T19:16:01.1159682Z [00:02:03.653]➜  		"zh-CN/devops/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListApplications.json",
2025-08-20T19:16:01.1160614Z [00:02:03.653]➜  		"zh-CN/devops/ListCommitStatuses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListCommitStatuses.json",
2025-08-20T19:16:01.1161544Z [00:02:03.653]➜  		"zh-CN/devops/ListFlowTagGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListFlowTagGroups.json",
2025-08-20T19:16:01.1162321Z [00:02:03.653]➜  		"zh-CN/devops/ListGroupMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListGroupMember.json",
2025-08-20T19:16:01.1163497Z [00:02:03.653]➜  		"zh-CN/devops/ListGroupRepositories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListGroupRepositories.json",
2025-08-20T19:16:01.1164353Z [00:02:03.653]➜  		"zh-CN/devops/ListHostGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListHostGroups.json",
2025-08-20T19:16:01.1165306Z [00:02:03.653]➜  		"zh-CN/devops/ListMergeRequestComments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequestComments.json",
2025-08-20T19:16:01.1166288Z [00:02:03.653]➜  		"zh-CN/devops/ListMergeRequestFilesReads.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequestFilesReads.json",
2025-08-20T19:16:01.1167197Z [00:02:03.653]➜  		"zh-CN/devops/ListMergeRequestLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequestLabels.json",
2025-08-20T19:16:01.1168150Z [00:02:03.653]➜  		"zh-CN/devops/ListMergeRequestPatchSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequestPatchSets.json",
2025-08-20T19:16:01.1168956Z [00:02:03.653]➜  		"zh-CN/devops/ListMergeRequests.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequests.json",
2025-08-20T19:16:01.1169929Z [00:02:03.653]➜  		"zh-CN/devops/ListOrganizationMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListOrganizationMembers.json",
2025-08-20T19:16:01.1170807Z [00:02:03.653]➜  		"zh-CN/devops/ListOrganizations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListOrganizations.json",
2025-08-20T19:16:01.1171859Z [00:02:03.653]➜  		"zh-CN/devops/ListPipelineGroupPipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineGroupPipelines.json",
2025-08-20T19:16:01.1173065Z [00:02:03.653]➜  		"zh-CN/devops/ListPipelineGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineGroups.json",
2025-08-20T19:16:01.1174325Z [00:02:03.653]➜  		"zh-CN/devops/ListPipelineJobHistorys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineJobHistorys.json",
2025-08-20T19:16:01.1175387Z [00:02:03.653]➜  		"zh-CN/devops/ListPipelineJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineJobs.json",
2025-08-20T19:16:01.1176399Z [00:02:03.653]➜  		"zh-CN/devops/ListPipelineRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineRelations.json",
2025-08-20T19:16:01.1177323Z [00:02:03.653]➜  		"zh-CN/devops/ListPipelineRuns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineRuns.json",
2025-08-20T19:16:01.1178212Z [00:02:03.653]➜  		"zh-CN/devops/ListPipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelines.json",
2025-08-20T19:16:01.1179092Z [00:02:03.653]➜  		"zh-CN/devops/ListProjectLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjectLabels.json",
2025-08-20T19:16:01.1180010Z [00:02:03.653]➜  		"zh-CN/devops/ListProjectMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjectMembers.json",
2025-08-20T19:16:01.1180957Z [00:02:03.653]➜  		"zh-CN/devops/ListProjectTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjectTemplates.json",
2025-08-20T19:16:01.1181999Z [00:02:03.653]➜  		"zh-CN/devops/ListProjectWorkitemTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjectWorkitemTypes.json",
2025-08-20T19:16:01.1183005Z [00:02:03.653]➜  		"zh-CN/devops/ListProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjects.json",
2025-08-20T19:16:01.1183979Z [00:02:03.653]➜  		"zh-CN/devops/ListProtectedBranches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProtectedBranches.json",
2025-08-20T19:16:01.1184796Z [00:02:03.653]➜  		"zh-CN/devops/ListPushRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPushRules.json",
2025-08-20T19:16:01.1185816Z [00:02:03.653]➜  		"zh-CN/devops/ListRepositories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositories.json",
2025-08-20T19:16:01.1186883Z [00:02:03.653]➜  		"zh-CN/devops/ListRepositoryBranches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryBranches.json",
2025-08-20T19:16:01.1187901Z [00:02:03.653]➜  		"zh-CN/devops/ListRepositoryCommitDiff.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryCommitDiff.json",
2025-08-20T19:16:01.1188851Z [00:02:03.653]➜  		"zh-CN/devops/ListRepositoryCommits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryCommits.json",
2025-08-20T19:16:01.1189769Z [00:02:03.653]➜  		"zh-CN/devops/ListRepositoryGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryGroups.json",
2025-08-20T19:16:01.1190954Z [00:02:03.653]➜  		"zh-CN/devops/ListRepositoryMemberWithInherited.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryMemberWithInherited.json",
2025-08-20T19:16:01.1191903Z [00:02:03.653]➜  		"zh-CN/devops/ListRepositoryTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryTags.json",
2025-08-20T19:16:01.1193003Z [00:02:03.653]➜  		"zh-CN/devops/ListRepositoryTree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryTree.json",
2025-08-20T19:16:01.1193992Z [00:02:03.653]➜  		"zh-CN/devops/ListRepositoryWebhook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryWebhook.json",
2025-08-20T19:16:01.1194923Z [00:02:03.653]➜  		"zh-CN/devops/ListResourceMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListResourceMembers.json",
2025-08-20T19:16:01.1195793Z [00:02:03.653]➜  		"zh-CN/devops/ListSearchCommit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListSearchCommit.json",
2025-08-20T19:16:01.1196876Z [00:02:03.653]➜  		"zh-CN/devops/ListSearchRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListSearchRepository.json",
2025-08-20T19:16:01.1197920Z [00:02:03.653]➜  		"zh-CN/devops/ListSearchSourceCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListSearchSourceCode.json",
2025-08-20T19:16:01.1198795Z [00:02:03.653]➜  		"zh-CN/devops/ListServiceAuths.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListServiceAuths.json",
2025-08-20T19:16:01.1199789Z [00:02:03.654]➜  		"zh-CN/devops/ListServiceConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListServiceConnections.json",
2025-08-20T19:16:01.1200773Z [00:02:03.654]➜  		"zh-CN/devops/ListServiceCredentials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListServiceCredentials.json",
2025-08-20T19:16:01.1201549Z [00:02:03.654]➜  		"zh-CN/devops/ListSprints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListSprints.json",
2025-08-20T19:16:01.1202666Z [00:02:03.654]➜  		"zh-CN/devops/ListTestCaseFields.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListTestCaseFields.json",
2025-08-20T19:16:01.1203528Z [00:02:03.654]➜  		"zh-CN/devops/ListUserKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListUserKeys.json",
2025-08-20T19:16:01.1204453Z [00:02:03.654]➜  		"zh-CN/devops/ListUserResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListUserResources.json",
2025-08-20T19:16:01.1205391Z [00:02:03.654]➜  		"zh-CN/devops/ListVariableGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListVariableGroups.json",
2025-08-20T19:16:01.1206387Z [00:02:03.654]➜  		"zh-CN/devops/ListWorkItemAllFields.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkItemAllFields.json",
2025-08-20T19:16:01.1207589Z [00:02:03.654]➜  		"zh-CN/devops/ListWorkItemWorkFlowStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkItemWorkFlowStatus.json",
2025-08-20T19:16:01.1208617Z [00:02:03.654]➜  		"zh-CN/devops/ListWorkitemAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkitemAttachments.json",
2025-08-20T19:16:01.1209728Z [00:02:03.654]➜  		"zh-CN/devops/ListWorkitemEstimate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkitemEstimate.json",
2025-08-20T19:16:01.1210635Z [00:02:03.654]➜  		"zh-CN/devops/ListWorkitemTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkitemTime.json",
2025-08-20T19:16:01.1211504Z [00:02:03.654]➜  		"zh-CN/devops/ListWorkitems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkitems.json",
2025-08-20T19:16:01.1212554Z [00:02:03.654]➜  		"zh-CN/devops/ListWorkspaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkspaces.json",
2025-08-20T19:16:01.1213493Z [00:02:03.654]➜  		"zh-CN/devops/LogPipelineJobRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/LogPipelineJobRun.json",
2025-08-20T19:16:01.1214486Z [00:02:03.654]➜  		"zh-CN/devops/LogVMDeployMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/LogVMDeployMachine.json",
2025-08-20T19:16:01.1215371Z [00:02:03.654]➜  		"zh-CN/devops/MergeMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/MergeMergeRequest.json",
2025-08-20T19:16:01.1216299Z [00:02:03.654]➜  		"zh-CN/devops/PassPipelineValidate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/PassPipelineValidate.json",
2025-08-20T19:16:01.1217346Z [00:02:03.654]➜  		"zh-CN/devops/RefusePipelineValidate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/RefusePipelineValidate.json",
2025-08-20T19:16:01.1218255Z [00:02:03.654]➜  		"zh-CN/devops/ReleaseWorkspace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ReleaseWorkspace.json",
2025-08-20T19:16:01.1219346Z [00:02:03.654]➜  		"zh-CN/devops/ReopenMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ReopenMergeRequest.json",
2025-08-20T19:16:01.1220277Z [00:02:03.654]➜  		"zh-CN/devops/ResetSshKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ResetSshKey.json",
2025-08-20T19:16:01.1221260Z [00:02:03.654]➜  		"zh-CN/devops/ResumeVMDeployOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ResumeVMDeployOrder.json",
2025-08-20T19:16:01.1222209Z [00:02:03.654]➜  		"zh-CN/devops/RetryPipelineJobRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/RetryPipelineJobRun.json",
2025-08-20T19:16:01.1223378Z [00:02:03.654]➜  		"zh-CN/devops/RetryVMDeployMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/RetryVMDeployMachine.json",
2025-08-20T19:16:01.1224318Z [00:02:03.654]➜  		"zh-CN/devops/ReviewMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ReviewMergeRequest.json",
2025-08-20T19:16:01.1225259Z [00:02:03.654]➜  		"zh-CN/devops/SkipPipelineJobRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/SkipPipelineJobRun.json",
2025-08-20T19:16:01.1226243Z [00:02:03.654]➜  		"zh-CN/devops/SkipVMDeployMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/SkipVMDeployMachine.json",
2025-08-20T19:16:01.1227143Z [00:02:03.654]➜  		"zh-CN/devops/StartPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/StartPipelineRun.json",
2025-08-20T19:16:01.1228066Z [00:02:03.654]➜  		"zh-CN/devops/StopPipelineJobRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/StopPipelineJobRun.json",
2025-08-20T19:16:01.1228941Z [00:02:03.654]➜  		"zh-CN/devops/StopPipelineRun.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/StopPipelineRun.json",
2025-08-20T19:16:01.1229866Z [00:02:03.654]➜  		"zh-CN/devops/StopVMDeployOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/StopVMDeployOrder.json",
2025-08-20T19:16:01.1230917Z [00:02:03.654]➜  		"zh-CN/devops/TransferRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/TransferRepository.json",
2025-08-20T19:16:01.1232124Z [00:02:03.654]➜  		"zh-CN/devops/TriggerRepositoryMirrorSync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/TriggerRepositoryMirrorSync.json",
2025-08-20T19:16:01.1233179Z [00:02:03.654]➜  		"zh-CN/devops/UpdateAppMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateAppMember.json",
2025-08-20T19:16:01.1234109Z [00:02:03.654]➜  		"zh-CN/devops/UpdateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateApplication.json",
2025-08-20T19:16:01.1234877Z [00:02:03.654]➜  		"zh-CN/devops/UpdateFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateFile.json",
2025-08-20T19:16:01.1235720Z [00:02:03.654]➜  		"zh-CN/devops/UpdateFlowTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateFlowTag.json",
2025-08-20T19:16:01.1236644Z [00:02:03.654]➜  		"zh-CN/devops/UpdateFlowTagGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateFlowTagGroup.json",
2025-08-20T19:16:01.1237491Z [00:02:03.654]➜  		"zh-CN/devops/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateGroup.json",
2025-08-20T19:16:01.1238400Z [00:02:03.654]➜  		"zh-CN/devops/UpdateGroupMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateGroupMember.json",
2025-08-20T19:16:01.1239281Z [00:02:03.654]➜  		"zh-CN/devops/UpdateHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateHostGroup.json",
2025-08-20T19:16:01.1241108Z [00:02:03.654]➜  		"zh-CN/devops/UpdateMergeRequest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateMergeRequest.json",
2025-08-20T19:16:01.1242247Z [00:02:03.654]➜  		"zh-CN/devops/UpdateMergeRequestPersonnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateMergeRequestPersonnel.json",
2025-08-20T19:16:01.1243418Z [00:02:03.654]➜  		"zh-CN/devops/UpdatePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePipeline.json",
2025-08-20T19:16:01.1244613Z [00:02:03.654]➜  		"zh-CN/devops/UpdatePipelineBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePipelineBaseInfo.json",
2025-08-20T19:16:01.1245591Z [00:02:03.654]➜  		"zh-CN/devops/UpdatePipelineGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePipelineGroup.json",
2025-08-20T19:16:01.1246515Z [00:02:03.654]➜  		"zh-CN/devops/UpdateProjectField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateProjectField.json",
2025-08-20T19:16:01.1247449Z [00:02:03.654]➜  		"zh-CN/devops/UpdateProjectLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateProjectLabel.json",
2025-08-20T19:16:01.1248391Z [00:02:03.654]➜  		"zh-CN/devops/UpdateProjectMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateProjectMember.json",
2025-08-20T19:16:01.1249441Z [00:02:03.654]➜  		"zh-CN/devops/UpdateProtectedBranches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateProtectedBranches.json",
2025-08-20T19:16:01.1250397Z [00:02:03.654]➜  		"zh-CN/devops/UpdatePushReviewOnOff.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePushReviewOnOff.json",
2025-08-20T19:16:01.1251293Z [00:02:03.654]➜  		"zh-CN/devops/UpdatePushRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePushRule.json",
2025-08-20T19:16:01.1252220Z [00:02:03.654]➜  		"zh-CN/devops/UpdateRepository.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateRepository.json",
2025-08-20T19:16:01.1253428Z [00:02:03.654]➜  		"zh-CN/devops/UpdateRepositoryMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateRepositoryMember.json",
2025-08-20T19:16:01.1254636Z [00:02:03.654]➜  		"zh-CN/devops/UpdateResourceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateResourceMember.json",
2025-08-20T19:16:01.1255684Z [00:02:03.654]➜  		"zh-CN/devops/UpdateTestCase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateTestCase.json",
2025-08-20T19:16:01.1256618Z [00:02:03.654]➜  		"zh-CN/devops/UpdateTestResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateTestResult.json",
2025-08-20T19:16:01.1257589Z [00:02:03.654]➜  		"zh-CN/devops/UpdateVariableGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateVariableGroup.json",
2025-08-20T19:16:01.1258471Z [00:02:03.654]➜  		"zh-CN/devops/UpdateWorkItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateWorkItem.json",
2025-08-20T19:16:01.1259468Z [00:02:03.654]➜  		"zh-CN/devops/UpdateWorkitemComment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateWorkitemComment.json",
2025-08-20T19:16:01.1260445Z [00:02:03.654]➜  		"zh-CN/devops/UpdateWorkitemField.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateWorkitemField.json",
2025-08-20T19:16:01.1261527Z [00:02:03.654]➜  		"zh-CN/devops/WorkitemAttachmentCreate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/WorkitemAttachmentCreate.json",
2025-08-20T19:16:01.1262297Z [00:02:03.654]➜  		"zh-CN/devops/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/version.json",
2025-08-20T19:16:01.1263214Z [00:02:03.654]➜  		"zh-CN/dm/AddIpfilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/AddIpfilter.json",
2025-08-20T19:16:01.1264199Z [00:02:03.654]➜  		"zh-CN/dm/ApproveReplyMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/ApproveReplyMailAddress.json",
2025-08-20T19:16:01.1264987Z [00:02:03.654]➜  		"zh-CN/dm/BatchSendMail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/BatchSendMail.json",
2025-08-20T19:16:01.1265885Z [00:02:03.654]➜  		"zh-CN/dm/CheckDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CheckDomain.json",
2025-08-20T19:16:01.1266968Z [00:02:03.654]➜  		"zh-CN/dm/CheckReplyToMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CheckReplyToMailAddress.json",
2025-08-20T19:16:01.1267755Z [00:02:03.654]➜  		"zh-CN/dm/CreateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CreateDomain.json",
2025-08-20T19:16:01.1268622Z [00:02:03.654]➜  		"zh-CN/dm/CreateMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CreateMailAddress.json",
2025-08-20T19:16:01.1269429Z [00:02:03.654]➜  		"zh-CN/dm/CreateReceiver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CreateReceiver.json",
2025-08-20T19:16:01.1270142Z [00:02:03.654]➜  		"zh-CN/dm/CreateTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CreateTag.json",
2025-08-20T19:16:01.1270928Z [00:02:03.654]➜  		"zh-CN/dm/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteDomain.json",
2025-08-20T19:16:01.1271869Z [00:02:03.654]➜  		"zh-CN/dm/DeleteInvalidAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteInvalidAddress.json",
2025-08-20T19:16:01.1272966Z [00:02:03.654]➜  		"zh-CN/dm/DeleteIpfilterByEdmId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteIpfilterByEdmId.json",
2025-08-20T19:16:01.1273840Z [00:02:03.654]➜  		"zh-CN/dm/DeleteMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteMailAddress.json",
2025-08-20T19:16:01.1274635Z [00:02:03.654]➜  		"zh-CN/dm/DeleteReceiver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteReceiver.json",
2025-08-20T19:16:01.1275540Z [00:02:03.654]➜  		"zh-CN/dm/DeleteReceiverDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteReceiverDetail.json",
2025-08-20T19:16:01.1276382Z [00:02:03.654]➜  		"zh-CN/dm/DeleteTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteTag.json",
2025-08-20T19:16:01.1277364Z [00:02:03.654]➜  		"zh-CN/dm/DescAccountSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DescAccountSummary.json",
2025-08-20T19:16:01.1278100Z [00:02:03.654]➜  		"zh-CN/dm/DescDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DescDomain.json",
2025-08-20T19:16:01.1278922Z [00:02:03.654]➜  		"zh-CN/dm/GetIpProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/GetIpProtection.json",
2025-08-20T19:16:01.1279727Z [00:02:03.654]➜  		"zh-CN/dm/GetIpfilterList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/GetIpfilterList.json",
2025-08-20T19:16:01.1280487Z [00:02:03.654]➜  		"zh-CN/dm/GetTrackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/GetTrackList.json",
2025-08-20T19:16:01.1281622Z [00:02:03.654]➜  		"zh-CN/dm/GetTrackListByMailFromAndTagName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/GetTrackListByMailFromAndTagName.json",
2025-08-20T19:16:01.1282778Z [00:02:03.654]➜  		"zh-CN/dm/ModifyMailAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/ModifyMailAddress.json",
2025-08-20T19:16:01.1283764Z [00:02:03.654]➜  		"zh-CN/dm/ModifyPWByDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/ModifyPWByDomain.json",
2025-08-20T19:16:01.1284499Z [00:02:03.654]➜  		"zh-CN/dm/ModifyTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/ModifyTag.json",
2025-08-20T19:16:01.1285325Z [00:02:03.654]➜  		"zh-CN/dm/QueryDomainByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryDomainByParam.json",
2025-08-20T19:16:01.1286221Z [00:02:03.654]➜  		"zh-CN/dm/QueryInvalidAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryInvalidAddress.json",
2025-08-20T19:16:01.1287190Z [00:02:03.654]➜  		"zh-CN/dm/QueryMailAddressByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryMailAddressByParam.json",
2025-08-20T19:16:01.1288111Z [00:02:03.654]➜  		"zh-CN/dm/QueryReceiverByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryReceiverByParam.json",
2025-08-20T19:16:01.1289010Z [00:02:03.654]➜  		"zh-CN/dm/QueryReceiverDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryReceiverDetail.json",
2025-08-20T19:16:01.1289807Z [00:02:03.654]➜  		"zh-CN/dm/QueryTagByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryTagByParam.json",
2025-08-20T19:16:01.1290678Z [00:02:03.654]➜  		"zh-CN/dm/QueryTaskByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryTaskByParam.json",
2025-08-20T19:16:01.1291571Z [00:02:03.654]➜  		"zh-CN/dm/SaveReceiverDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SaveReceiverDetail.json",
2025-08-20T19:16:01.1292620Z [00:02:03.654]➜  		"zh-CN/dm/SendTestByTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SendTestByTemplate.json",
2025-08-20T19:16:01.1293884Z [00:02:03.654]➜  		"zh-CN/dm/SenderStatisticsByTagNameAndBatchID.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SenderStatisticsByTagNameAndBatchID.json",
2025-08-20T19:16:01.1295002Z [00:02:03.654]➜  		"zh-CN/dm/SenderStatisticsDetailByParam.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SenderStatisticsDetailByParam.json",
2025-08-20T19:16:01.1295812Z [00:02:03.654]➜  		"zh-CN/dm/SingleSendMail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SingleSendMail.json",
2025-08-20T19:16:01.1296648Z [00:02:03.654]➜  		"zh-CN/dm/UpdateIpProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/UpdateIpProtection.json",
2025-08-20T19:16:01.1297309Z [00:02:03.654]➜  		"zh-CN/dm/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/version.json",
2025-08-20T19:16:01.1298613Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/AddDesensitizationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddDesensitizationRule.json",
2025-08-20T19:16:01.1299574Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/AddInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddInstance.json",
2025-08-20T19:16:01.1300673Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/AddLhMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddLhMembers.json",
2025-08-20T19:16:01.1301837Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/AddLogicTableRouteConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddLogicTableRouteConfig.json",
2025-08-20T19:16:01.1303021Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/AddTaskFlowEdges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddTaskFlowEdges.json",
2025-08-20T19:16:01.1304047Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/AnalyzeSQLLineage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AnalyzeSQLLineage.json",
2025-08-20T19:16:01.1305137Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/ApproveOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ApproveOrder.json",
2025-08-20T19:16:01.1306165Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/BackFill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/BackFill.json",
2025-08-20T19:16:01.1307102Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/BuyPayAsYouGoOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/BuyPayAsYouGoOrder.json",
2025-08-20T19:16:01.1308185Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/ChangeColumnSecLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ChangeColumnSecLevel.json",
2025-08-20T19:16:01.1309374Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/ChangeColumnSecurityLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ChangeColumnSecurityLevel.json",
2025-08-20T19:16:01.1310413Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/ChangeLhDagOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ChangeLhDagOwner.json",
2025-08-20T19:16:01.1311329Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CloseOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CloseOrder.json",
2025-08-20T19:16:01.1312651Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateAuthorityTemplate.json",
2025-08-20T19:16:01.1313818Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateDataArchiveOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataArchiveOrder.json",
2025-08-20T19:16:01.1314993Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateDataCorrectOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataCorrectOrder.json",
2025-08-20T19:16:01.1316167Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateDataCronClearOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataCronClearOrder.json",
2025-08-20T19:16:01.1317293Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateDataExportOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataExportOrder.json",
2025-08-20T19:16:01.1318401Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateDataImportOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataImportOrder.json",
2025-08-20T19:16:01.1319494Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateDataTrackOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataTrackOrder.json",
2025-08-20T19:16:01.1320678Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateDatabaseExportOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDatabaseExportOrder.json",
2025-08-20T19:16:01.1321848Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateFreeLockCorrectOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateFreeLockCorrectOrder.json",
2025-08-20T19:16:01.1323289Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateLakeHouseSpace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateLakeHouseSpace.json",
2025-08-20T19:16:01.1324505Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateLogicDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateLogicDatabase.json",
2025-08-20T19:16:01.1325450Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateOrder.json",
2025-08-20T19:16:01.1326574Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateProcCorrectOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateProcCorrectOrder.json",
2025-08-20T19:16:01.1327509Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateProxy.json",
2025-08-20T19:16:01.1328669Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateProxyAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateProxyAccess.json",
2025-08-20T19:16:01.1329966Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreatePublishGroupTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreatePublishGroupTask.json",
2025-08-20T19:16:01.1331105Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateSQLReviewOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateSQLReviewOrder.json",
2025-08-20T19:16:01.1332135Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateScenario.json",
2025-08-20T19:16:01.1333440Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateStandardGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateStandardGroup.json",
2025-08-20T19:16:01.1334620Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateStructSyncOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateStructSyncOrder.json",
2025-08-20T19:16:01.1335579Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateTask.json",
2025-08-20T19:16:01.1336575Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateTaskFlow.json",
2025-08-20T19:16:01.1337655Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateUploadFileJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateUploadFileJob.json",
2025-08-20T19:16:01.1338788Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/CreateUploadOSSFileJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateUploadOSSFileJob.json",
2025-08-20T19:16:01.1339980Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/DeleteAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteAuthorityTemplate.json",
2025-08-20T19:16:01.1340997Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteInstance.json",
2025-08-20T19:16:01.1342109Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/DeleteLakeHouseSpace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteLakeHouseSpace.json",
2025-08-20T19:16:01.1343315Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/DeleteLhMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteLhMembers.json",
2025-08-20T19:16:01.1344407Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/DeleteLogicDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteLogicDatabase.json",
2025-08-20T19:16:01.1345635Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/DeleteLogicTableRouteConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteLogicTableRouteConfig.json",
2025-08-20T19:16:01.1346738Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/DeleteProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteProxy.json",
2025-08-20T19:16:01.1347928Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/DeleteProxyAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteProxyAccess.json",
2025-08-20T19:16:01.1348931Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/DeleteScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteScenario.json",
2025-08-20T19:16:01.1350035Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/DeleteStandardGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteStandardGroup.json",
2025-08-20T19:16:01.1350959Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/DeleteTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteTask.json",
2025-08-20T19:16:01.1352102Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/DeleteTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteTaskFlow.json",
2025-08-20T19:16:01.1353715Z [00:02:03.654]➜  		"zh-CN/dms-enterprise/DeleteTaskFlowEdgesByCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteTaskFlowEdgesByCondition.json",
2025-08-20T19:16:01.1354714Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteUser.json",
2025-08-20T19:16:01.1355686Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/DisableUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DisableUser.json",
2025-08-20T19:16:01.1356861Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/DownloadDataTrackResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DownloadDataTrackResult.json",
2025-08-20T19:16:01.1357926Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/EditLogicDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/EditLogicDatabase.json",
2025-08-20T19:16:01.1358851Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/EnableUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/EnableUser.json",
2025-08-20T19:16:01.1359901Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ExecuteDataCorrect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ExecuteDataCorrect.json",
2025-08-20T19:16:01.1360948Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ExecuteDataExport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ExecuteDataExport.json",
2025-08-20T19:16:01.1361922Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ExecuteScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ExecuteScript.json",
2025-08-20T19:16:01.1363187Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ExecuteStructSync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ExecuteStructSync.json",
2025-08-20T19:16:01.1364284Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetApprovalDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetApprovalDetail.json",
2025-08-20T19:16:01.1365395Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetAuthorityTemplate.json",
2025-08-20T19:16:01.1366584Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetAuthorityTemplateItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetAuthorityTemplateItem.json",
2025-08-20T19:16:01.1367788Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetClassificationTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetClassificationTemplate.json",
2025-08-20T19:16:01.1368886Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDBTaskSQLJobLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDBTaskSQLJobLog.json",
2025-08-20T19:16:01.1370095Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDBTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDBTopology.json",
2025-08-20T19:16:01.1371386Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataArchiveCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataArchiveCount.json",
2025-08-20T19:16:01.1372817Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataArchiveOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataArchiveOrderDetail.json",
2025-08-20T19:16:01.1374075Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataCorrectBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectBackupFiles.json",
2025-08-20T19:16:01.1375281Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataCorrectOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectOrderDetail.json",
2025-08-20T19:16:01.1376656Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataCorrectRollbackFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectRollbackFile.json",
2025-08-20T19:16:01.1377895Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataCorrectSQLFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectSQLFile.json",
2025-08-20T19:16:01.1379093Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataCorrectTaskDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectTaskDetail.json",
2025-08-20T19:16:01.1380262Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataCronClearConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCronClearConfig.json",
2025-08-20T19:16:01.1381554Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataCronClearTaskDetailList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCronClearTaskDetailList.json",
2025-08-20T19:16:01.1382958Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataExportDownloadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataExportDownloadURL.json",
2025-08-20T19:16:01.1384151Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataExportOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataExportOrderDetail.json",
2025-08-20T19:16:01.1385406Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataExportPreCheckDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataExportPreCheckDetail.json",
2025-08-20T19:16:01.1386434Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataImportSQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataImportSQL.json",
2025-08-20T19:16:01.1387569Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataTrackJobDegree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataTrackJobDegree.json",
2025-08-20T19:16:01.1388762Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataTrackJobTableMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataTrackJobTableMeta.json",
2025-08-20T19:16:01.1389957Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDataTrackOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataTrackOrderDetail.json",
2025-08-20T19:16:01.1390917Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDatabase.json",
2025-08-20T19:16:01.1392163Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDatabaseExportOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDatabaseExportOrderDetail.json",
2025-08-20T19:16:01.1393506Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetDbExportDownloadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDbExportDownloadURL.json",
2025-08-20T19:16:01.1394624Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetInstance.json",
2025-08-20T19:16:01.1395770Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetIntervalLimitOfSLA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetIntervalLimitOfSLA.json",
2025-08-20T19:16:01.1396955Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetLhSpaceByName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetLhSpaceByName.json",
2025-08-20T19:16:01.1398035Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetLogicDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetLogicDatabase.json",
2025-08-20T19:16:01.1399133Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetMetaTableColumn.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetMetaTableColumn.json",
2025-08-20T19:16:01.1400391Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetMetaTableDetailInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetMetaTableDetailInfo.json",
2025-08-20T19:16:01.1401814Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetOnlineDDLProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOnlineDDLProgress.json",
2025-08-20T19:16:01.1403359Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetOpLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOpLog.json",
2025-08-20T19:16:01.1404597Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetOrderAttachmentFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOrderAttachmentFile.json",
2025-08-20T19:16:01.1405713Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetOrderBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOrderBaseInfo.json",
2025-08-20T19:16:01.1406923Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetOwnerApplyOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOwnerApplyOrderDetail.json",
2025-08-20T19:16:01.1408004Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetPagedInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetPagedInstance.json",
2025-08-20T19:16:01.1409201Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetPermApplyOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetPermApplyOrderDetail.json",
2025-08-20T19:16:01.1410299Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetPhysicalDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetPhysicalDatabase.json",
2025-08-20T19:16:01.1411185Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetProxy.json",
2025-08-20T19:16:01.1412165Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetProxyAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetProxyAccess.json",
2025-08-20T19:16:01.1413450Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetRuleNumLimitOfSLA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetRuleNumLimitOfSLA.json",
2025-08-20T19:16:01.1414806Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetSQLReviewCheckResultStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetSQLReviewCheckResultStatus.json",
2025-08-20T19:16:01.1416029Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetSQLReviewOptimizeDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetSQLReviewOptimizeDetail.json",
2025-08-20T19:16:01.1417078Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetStandardGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStandardGroup.json",
2025-08-20T19:16:01.1418296Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetStructSyncExecSqlDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStructSyncExecSqlDetail.json",
2025-08-20T19:16:01.1419544Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetStructSyncJobAnalyzeResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStructSyncJobAnalyzeResult.json",
2025-08-20T19:16:01.1420870Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetStructSyncJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStructSyncJobDetail.json",
2025-08-20T19:16:01.1422188Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetStructSyncOrderDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStructSyncOrderDetail.json",
2025-08-20T19:16:01.1423491Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetTableDBTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTableDBTopology.json",
2025-08-20T19:16:01.1424576Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetTableTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTableTopology.json",
2025-08-20T19:16:01.1425440Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTask.json",
2025-08-20T19:16:01.1426510Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetTaskFlowGraph.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTaskFlowGraph.json",
2025-08-20T19:16:01.1427708Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetTaskFlowNotification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTaskFlowNotification.json",
2025-08-20T19:16:01.1428901Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetTaskInstanceRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTaskInstanceRelation.json",
2025-08-20T19:16:01.1429791Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetUser.json",
2025-08-20T19:16:01.1430883Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetUserActiveTenant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetUserActiveTenant.json",
2025-08-20T19:16:01.1432034Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GetUserUploadFileJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetUserUploadFileJob.json",
2025-08-20T19:16:01.1433410Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GrantTemplateAuthority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GrantTemplateAuthority.json",
2025-08-20T19:16:01.1434542Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/GrantUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GrantUserPermission.json",
2025-08-20T19:16:01.1435748Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/InspectProxyAccessSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/InspectProxyAccessSecret.json",
2025-08-20T19:16:01.1436887Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListAuthorityTemplate.json",
2025-08-20T19:16:01.1438153Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListClassificationTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListClassificationTemplates.json",
2025-08-20T19:16:01.1439129Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListColumns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListColumns.json",
2025-08-20T19:16:01.1440078Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListDAGVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDAGVersions.json",
2025-08-20T19:16:01.1441132Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListDBTaskSQLJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDBTaskSQLJob.json",
2025-08-20T19:16:01.1442278Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListDBTaskSQLJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDBTaskSQLJobDetail.json",
2025-08-20T19:16:01.1443814Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListDDLPublishRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDDLPublishRecords.json",
2025-08-20T19:16:01.1445056Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListDataCorrectPreCheckDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDataCorrectPreCheckDB.json",
2025-08-20T19:16:01.1446447Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListDataCorrectPreCheckSQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDataCorrectPreCheckSQL.json",
2025-08-20T19:16:01.1447784Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListDataImportSQLPreCheckDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDataImportSQLPreCheckDetail.json",
2025-08-20T19:16:01.1448930Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListDataImportSQLType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDataImportSQLType.json",
2025-08-20T19:16:01.1450156Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListDatabaseUserPermssions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDatabaseUserPermssions.json",
2025-08-20T19:16:01.1451270Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDatabases.json",
2025-08-20T19:16:01.1452689Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListDefaultSLARules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDefaultSLARules.json",
2025-08-20T19:16:01.1453923Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListDesensitizationRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDesensitizationRule.json",
2025-08-20T19:16:01.1455031Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListEffectiveOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListEffectiveOrders.json",
2025-08-20T19:16:01.1456013Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListIndexes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListIndexes.json",
2025-08-20T19:16:01.1457070Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListInstanceLoginAuditLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListInstanceLoginAuditLog.json",
2025-08-20T19:16:01.1458115Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListInstanceUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListInstanceUserPermissions.json",
2025-08-20T19:16:01.1459027Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListInstances.json",
2025-08-20T19:16:01.1460203Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListLhTaskFlowAndScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListLhTaskFlowAndScenario.json",
2025-08-20T19:16:01.1461272Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListLogicDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListLogicDatabases.json",
2025-08-20T19:16:01.1462661Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListLogicTableRouteConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListLogicTableRouteConfig.json",
2025-08-20T19:16:01.1463713Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListLogicTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListLogicTables.json",
2025-08-20T19:16:01.1464656Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListOrders.json",
2025-08-20T19:16:01.1465609Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListProxies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListProxies.json",
2025-08-20T19:16:01.1466676Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListProxyAccesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListProxyAccesses.json",
2025-08-20T19:16:01.1468064Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListProxySQLExecAuditLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListProxySQLExecAuditLog.json",
2025-08-20T19:16:01.1469186Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListSLARules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSLARules.json",
2025-08-20T19:16:01.1470284Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListSQLExecAuditLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSQLExecAuditLog.json",
2025-08-20T19:16:01.1471458Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListSQLReviewOriginSQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSQLReviewOriginSQL.json",
2025-08-20T19:16:01.1472593Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListScenarios.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListScenarios.json",
2025-08-20T19:16:01.1473754Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListSensitiveColumns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSensitiveColumns.json",
2025-08-20T19:16:01.1475138Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListSensitiveColumnsDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSensitiveColumnsDetail.json",
2025-08-20T19:16:01.1476484Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListSensitiveDataAuditLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSensitiveDataAuditLog.json",
2025-08-20T19:16:01.1477598Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListSensitivityLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSensitivityLevel.json",
2025-08-20T19:16:01.1478689Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListStandardGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListStandardGroups.json",
2025-08-20T19:16:01.1479624Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTables.json",
2025-08-20T19:16:01.1480621Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlow.json",
2025-08-20T19:16:01.1481773Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListTaskFlowConstants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowConstants.json",
2025-08-20T19:16:01.1483159Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListTaskFlowCooperators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowCooperators.json",
2025-08-20T19:16:01.1484406Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListTaskFlowEdgesByCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowEdgesByCondition.json",
2025-08-20T19:16:01.1485432Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowInstance.json",
2025-08-20T19:16:01.1486652Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListTaskFlowTimeVariables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowTimeVariables.json",
2025-08-20T19:16:01.1487760Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListTaskFlowsByPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowsByPage.json",
2025-08-20T19:16:01.1488871Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListTasksInTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTasksInTaskFlow.json",
2025-08-20T19:16:01.1489957Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListUserPermissions.json",
2025-08-20T19:16:01.1490978Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListUserTenants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListUserTenants.json",
2025-08-20T19:16:01.1492090Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListUsers.json",
2025-08-20T19:16:01.1493479Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListWorkFlowNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListWorkFlowNodes.json",
2025-08-20T19:16:01.1494626Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ListWorkFlowTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListWorkFlowTemplates.json",
2025-08-20T19:16:01.1495825Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/MakeTaskFlowInstanceSuccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/MakeTaskFlowInstanceSuccess.json",
2025-08-20T19:16:01.1497021Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ModifyDataCorrectExecSQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ModifyDataCorrectExecSQL.json",
2025-08-20T19:16:01.1498445Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ModifyDesensitizationStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ModifyDesensitizationStrategy.json",
2025-08-20T19:16:01.1499615Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ModifyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ModifyInstance.json",
2025-08-20T19:16:01.1500768Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/MoveTaskFlowToScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/MoveTaskFlowToScenario.json",
2025-08-20T19:16:01.1501763Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/OfflineTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/OfflineTaskFlow.json",
2025-08-20T19:16:01.1503095Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/PauseDataCorrectSQLJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/PauseDataCorrectSQLJob.json",
2025-08-20T19:16:01.1504137Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/PreviewWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/PreviewWorkflow.json",
2025-08-20T19:16:01.1505329Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/PublishAndDeployTaskFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/PublishAndDeployTaskFlow.json",
2025-08-20T19:16:01.1506698Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/QueryDataTrackResultDownloadStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/QueryDataTrackResultDownloadStatus.json",
2025-08-20T19:16:01.1507810Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ReDeployLhDagVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ReDeployLhDagVersion.json",
2025-08-20T19:16:01.1508910Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ReRunTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ReRunTaskFlowInstance.json",
2025-08-20T19:16:01.1510041Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/RefundPayAsYouGoOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RefundPayAsYouGoOrder.json",
2025-08-20T19:16:01.1511076Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/RegisterInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RegisterInstance.json",
2025-08-20T19:16:01.1512039Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/RegisterUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RegisterUser.json",
2025-08-20T19:16:01.1513388Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/RestartDataCorrectSQLJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RestartDataCorrectSQLJob.json",
2025-08-20T19:16:01.1514589Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/ResumeTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ResumeTaskFlowInstance.json",
2025-08-20T19:16:01.1515791Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/RetryDataCorrectPreCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RetryDataCorrectPreCheck.json",
2025-08-20T19:16:01.1517142Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/RevokeTemplateAuthority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RevokeTemplateAuthority.json",
2025-08-20T19:16:01.1518362Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/RevokeUserPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RevokeUserPermission.json",
2025-08-20T19:16:01.1519495Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/SearchDataTrackResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SearchDataTrackResult.json",
2025-08-20T19:16:01.1520502Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/SearchDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SearchDatabase.json",
2025-08-20T19:16:01.1521423Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/SearchTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SearchTable.json",
2025-08-20T19:16:01.1522665Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/SetOwners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SetOwners.json",
2025-08-20T19:16:01.1524047Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/SkipDataCorrectRowCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SkipDataCorrectRowCheck.json",
2025-08-20T19:16:01.1525174Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/StopTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/StopTaskFlowInstance.json",
2025-08-20T19:16:01.1526255Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/SubmitOrderApproval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SubmitOrderApproval.json",
2025-08-20T19:16:01.1527549Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/SubmitStructSyncOrderApproval.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SubmitStructSyncOrderApproval.json",
2025-08-20T19:16:01.1528727Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/SuspendTaskFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SuspendTaskFlowInstance.json",
2025-08-20T19:16:01.1529739Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/SyncDatabaseMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SyncDatabaseMeta.json",
2025-08-20T19:16:01.1530761Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/SyncInstanceMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SyncInstanceMeta.json",
2025-08-20T19:16:01.1531933Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateAuthorityTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateAuthorityTemplate.json",
2025-08-20T19:16:01.1533156Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateInstance.json",
2025-08-20T19:16:01.1534189Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateSLARules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateSLARules.json",
2025-08-20T19:16:01.1535224Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateScenario.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateScenario.json",
2025-08-20T19:16:01.1536339Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateStandardGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateStandardGroup.json",
2025-08-20T19:16:01.1537388Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskConfig.json",
2025-08-20T19:16:01.1538410Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskContent.json",
2025-08-20T19:16:01.1539610Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskFlowConstants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowConstants.json",
2025-08-20T19:16:01.1540995Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskFlowCooperators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowCooperators.json",
2025-08-20T19:16:01.1542206Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskFlowEdges.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowEdges.json",
2025-08-20T19:16:01.1543595Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskFlowNameAndDesc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowNameAndDesc.json",
2025-08-20T19:16:01.1544848Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskFlowNotification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowNotification.json",
2025-08-20T19:16:01.1545944Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskFlowOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowOwner.json",
2025-08-20T19:16:01.1547287Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskFlowRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowRelations.json",
2025-08-20T19:16:01.1548607Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskFlowSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowSchedule.json",
2025-08-20T19:16:01.1549892Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskFlowTimeVariables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowTimeVariables.json",
2025-08-20T19:16:01.1550905Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskName.json",
2025-08-20T19:16:01.1551953Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskOutput.json",
2025-08-20T19:16:01.1553385Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateTaskTimeVariables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskTimeVariables.json",
2025-08-20T19:16:01.1554374Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateUser.json",
2025-08-20T19:16:01.1555267Z [00:02:03.655]➜  		"zh-CN/dms-enterprise/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/version.json",
2025-08-20T19:16:01.1556081Z [00:02:03.655]➜  		"zh-CN/domain/CheckDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/CheckDomain.json",
2025-08-20T19:16:01.1556906Z [00:02:03.655]➜  		"zh-CN/domain/CreateOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/CreateOrder.json",
2025-08-20T19:16:01.1557917Z [00:02:03.656]➜  		"zh-CN/domain/DeleteContactTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/DeleteContactTemplate.json",
2025-08-20T19:16:01.1558793Z [00:02:03.656]➜  		"zh-CN/domain/GetWhoisInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/GetWhoisInfo.json",
2025-08-20T19:16:01.1559715Z [00:02:03.656]➜  		"zh-CN/domain/OSuborderDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/OSuborderDomain.json",
2025-08-20T19:16:01.1560787Z [00:02:03.656]➜  		"zh-CN/domain/QueryBatchTaskDetailList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryBatchTaskDetailList.json",
2025-08-20T19:16:01.1561765Z [00:02:03.656]➜  		"zh-CN/domain/QueryBatchTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryBatchTaskList.json",
2025-08-20T19:16:01.1562832Z [00:02:03.656]➜  		"zh-CN/domain/QueryContact.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryContact.json",
2025-08-20T19:16:01.1563833Z [00:02:03.656]➜  		"zh-CN/domain/QueryContactTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryContactTemplate.json",
2025-08-20T19:16:01.1564991Z [00:02:03.656]➜  		"zh-CN/domain/QueryDomainBySaleId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryDomainBySaleId.json",
2025-08-20T19:16:01.1566033Z [00:02:03.656]➜  		"zh-CN/domain/QueryDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryDomainList.json",
2025-08-20T19:16:01.1567006Z [00:02:03.656]➜  		"zh-CN/domain/QueryFailReasonList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryFailReasonList.json",
2025-08-20T19:16:01.1567808Z [00:02:03.656]➜  		"zh-CN/domain/QueryOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryOrder.json",
2025-08-20T19:16:01.1568770Z [00:02:03.656]➜  		"zh-CN/domain/SaveContactTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveContactTemplate.json",
2025-08-20T19:16:01.1569977Z [00:02:03.656]➜  		"zh-CN/domain/SaveContactTemplateCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveContactTemplateCredential.json",
2025-08-20T19:16:01.1571264Z [00:02:03.656]➜  		"zh-CN/domain/SaveTaskForModifyingDomainDns.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForModifyingDomainDns.json",
2025-08-20T19:16:01.1572990Z [00:02:03.656]➜  		"zh-CN/domain/SaveTaskForSubmittingDomainNameCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForSubmittingDomainNameCredential.json",
2025-08-20T19:16:01.1574743Z [00:02:03.656]➜  		"zh-CN/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json",
2025-08-20T19:16:01.1576104Z [00:02:03.656]➜  		"zh-CN/domain/SaveTaskForUpdatingContactByTempateId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForUpdatingContactByTempateId.json",
2025-08-20T19:16:01.1577478Z [00:02:03.656]➜  		"zh-CN/domain/SaveTaskForUpdatingContactByTemplateId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForUpdatingContactByTemplateId.json",
2025-08-20T19:16:01.1578393Z [00:02:03.656]➜  		"zh-CN/domain/WhoisProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/WhoisProtection.json",
2025-08-20T19:16:01.1579153Z [00:02:03.656]➜  		"zh-CN/domain/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/version.json",
2025-08-20T19:16:01.1580131Z [00:02:03.656]➜  		"zh-CN/drds/ChangeAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ChangeAccountPassword.json",
2025-08-20T19:16:01.1581084Z [00:02:03.656]➜  		"zh-CN/drds/ChangeInstanceAzone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ChangeInstanceAzone.json",
2025-08-20T19:16:01.1581940Z [00:02:03.656]➜  		"zh-CN/drds/CheckDrdsDbName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CheckDrdsDbName.json",
2025-08-20T19:16:01.1583064Z [00:02:03.656]➜  		"zh-CN/drds/CheckExpandStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CheckExpandStatus.json",
2025-08-20T19:16:01.1584121Z [00:02:03.656]➜  		"zh-CN/drds/CheckSqlAuditEnableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CheckSqlAuditEnableStatus.json",
2025-08-20T19:16:01.1584920Z [00:02:03.656]➜  		"zh-CN/drds/CreateDrdsDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateDrdsDB.json",
2025-08-20T19:16:01.1585830Z [00:02:03.656]➜  		"zh-CN/drds/CreateDrdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateDrdsInstance.json",
2025-08-20T19:16:01.1586806Z [00:02:03.656]➜  		"zh-CN/drds/CreateInstanceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateInstanceAccount.json",
2025-08-20T19:16:01.1587938Z [00:02:03.656]➜  		"zh-CN/drds/CreateInstanceInternetAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateInstanceInternetAddress.json",
2025-08-20T19:16:01.1589077Z [00:02:03.656]➜  		"zh-CN/drds/CreateOrderForRds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateOrderForRds.json",
2025-08-20T19:16:01.1590058Z [00:02:03.656]➜  		"zh-CN/drds/CreateShardTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateShardTask.json",
2025-08-20T19:16:01.1590931Z [00:02:03.656]➜  		"zh-CN/drds/DescribeBackMenu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackMenu.json",
2025-08-20T19:16:01.1591828Z [00:02:03.656]➜  		"zh-CN/drds/DescribeBackupDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupDbs.json",
2025-08-20T19:16:01.1592994Z [00:02:03.656]➜  		"zh-CN/drds/DescribeBackupLocal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupLocal.json",
2025-08-20T19:16:01.1593952Z [00:02:03.656]➜  		"zh-CN/drds/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupPolicy.json",
2025-08-20T19:16:01.1594995Z [00:02:03.656]➜  		"zh-CN/drds/DescribeBackupSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupSets.json",
2025-08-20T19:16:01.1596027Z [00:02:03.656]➜  		"zh-CN/drds/DescribeBackupTimes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupTimes.json",
2025-08-20T19:16:01.1597051Z [00:02:03.656]➜  		"zh-CN/drds/DescribeBroadcastTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBroadcastTables.json",
2025-08-20T19:16:01.1598018Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDbInstanceDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDbInstanceDbs.json",
2025-08-20T19:16:01.1598922Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDbInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDbInstances.json",
2025-08-20T19:16:01.1599757Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDB.json",
2025-08-20T19:16:01.1600728Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDBCluster.json",
2025-08-20T19:16:01.1601801Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsDBIpWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDBIpWhiteList.json",
2025-08-20T19:16:01.1602938Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsDBs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDBs.json",
2025-08-20T19:16:01.1603932Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsDbInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDbInstance.json",
2025-08-20T19:16:01.1604921Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsDbInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDbInstances.json",
2025-08-20T19:16:01.1606126Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsDbRdsNameList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDbRdsNameList.json",
2025-08-20T19:16:01.1607073Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstance.json",
2025-08-20T19:16:01.1608350Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsInstanceDbMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstanceDbMonitor.json",
2025-08-20T19:16:01.1609455Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsInstanceLevelTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstanceLevelTasks.json",
2025-08-20T19:16:01.1610497Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstanceMonitor.json",
2025-08-20T19:16:01.1611547Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsInstanceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstanceVersion.json",
2025-08-20T19:16:01.1612709Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstances.json",
2025-08-20T19:16:01.1613685Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsParams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsParams.json",
2025-08-20T19:16:01.1614751Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsRdsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsRdsInstances.json",
2025-08-20T19:16:01.1615755Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsShardingDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsShardingDbs.json",
2025-08-20T19:16:01.1616703Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsSlowSqls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsSlowSqls.json",
2025-08-20T19:16:01.1617748Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsSqlAuditStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsSqlAuditStatus.json",
2025-08-20T19:16:01.1618781Z [00:02:03.656]➜  		"zh-CN/drds/DescribeDrdsTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsTasks.json",
2025-08-20T19:16:01.1620101Z [00:02:03.656]➜  		"zh-CN/drds/DescribeExpandLogicTableInfoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeExpandLogicTableInfoList.json",
2025-08-20T19:16:01.1621006Z [00:02:03.656]➜  		"zh-CN/drds/DescribeHotDbList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeHotDbList.json",
2025-08-20T19:16:01.1621977Z [00:02:03.656]➜  		"zh-CN/drds/DescribeInstDbLogInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstDbLogInfo.json",
2025-08-20T19:16:01.1623133Z [00:02:03.656]➜  		"zh-CN/drds/DescribeInstDbSlsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstDbSlsInfo.json",
2025-08-20T19:16:01.1624203Z [00:02:03.656]➜  		"zh-CN/drds/DescribeInstanceAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstanceAccounts.json",
2025-08-20T19:16:01.1625296Z [00:02:03.656]➜  		"zh-CN/drds/DescribeInstanceSwitchAzone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstanceSwitchAzone.json",
2025-08-20T19:16:01.1626392Z [00:02:03.656]➜  		"zh-CN/drds/DescribeInstanceSwitchNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstanceSwitchNetwork.json",
2025-08-20T19:16:01.1627350Z [00:02:03.656]➜  		"zh-CN/drds/DescribePreCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribePreCheckResult.json",
2025-08-20T19:16:01.1628333Z [00:02:03.656]➜  		"zh-CN/drds/DescribeRDSPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRDSPerformance.json",
2025-08-20T19:16:01.1629248Z [00:02:03.656]➜  		"zh-CN/drds/DescribeRdsCommodity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRdsCommodity.json",
2025-08-20T19:16:01.1630554Z [00:02:03.656]➜  		"zh-CN/drds/DescribeRdsPerformanceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRdsPerformanceSummary.json",
2025-08-20T19:16:01.1631881Z [00:02:03.656]➜  		"zh-CN/drds/DescribeRdsSuperAccountInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRdsSuperAccountInstances.json",
2025-08-20T19:16:01.1633109Z [00:02:03.656]➜  		"zh-CN/drds/DescribeRecycleBinStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRecycleBinStatus.json",
2025-08-20T19:16:01.1634150Z [00:02:03.656]➜  		"zh-CN/drds/DescribeRecycleBinTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRecycleBinTables.json",
2025-08-20T19:16:01.1635082Z [00:02:03.656]➜  		"zh-CN/drds/DescribeRestoreOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRestoreOrder.json",
2025-08-20T19:16:01.1636031Z [00:02:03.656]➜  		"zh-CN/drds/DescribeShardTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeShardTaskInfo.json",
2025-08-20T19:16:01.1637020Z [00:02:03.656]➜  		"zh-CN/drds/DescribeSqlFlashbakTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeSqlFlashbakTask.json",
2025-08-20T19:16:01.1637842Z [00:02:03.656]➜  		"zh-CN/drds/DescribeTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeTable.json",
2025-08-20T19:16:01.1638826Z [00:02:03.656]➜  		"zh-CN/drds/DescribeTableListByType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeTableListByType.json",
2025-08-20T19:16:01.1639628Z [00:02:03.656]➜  		"zh-CN/drds/DescribeTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeTables.json",
2025-08-20T19:16:01.1640468Z [00:02:03.656]➜  		"zh-CN/drds/DisableSqlAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DisableSqlAudit.json",
2025-08-20T19:16:01.1641662Z [00:02:03.656]➜  		"zh-CN/drds/EnableInstanceIpv6Address.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/EnableInstanceIpv6Address.json",
2025-08-20T19:16:01.1642814Z [00:02:03.656]➜  		"zh-CN/drds/EnableSqlAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/EnableSqlAudit.json",
2025-08-20T19:16:01.1643944Z [00:02:03.656]➜  		"zh-CN/drds/EnableSqlFlashbackMatchSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/EnableSqlFlashbackMatchSwitch.json",
2025-08-20T19:16:01.1644964Z [00:02:03.656]➜  		"zh-CN/drds/FlashbackRecycleBinTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/FlashbackRecycleBinTable.json",
2025-08-20T19:16:01.1645974Z [00:02:03.656]➜  		"zh-CN/drds/GetDrdsDbRdsRelationInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/GetDrdsDbRdsRelationInfo.json",
2025-08-20T19:16:01.1646830Z [00:02:03.656]➜  		"zh-CN/drds/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ListTagResources.json",
2025-08-20T19:16:01.1647698Z [00:02:03.656]➜  		"zh-CN/drds/ManagePrivateRds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ManagePrivateRds.json",
2025-08-20T19:16:01.1648723Z [00:02:03.656]➜  		"zh-CN/drds/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyAccountDescription.json",
2025-08-20T19:16:01.1649685Z [00:02:03.656]➜  		"zh-CN/drds/ModifyAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyAccountPrivilege.json",
2025-08-20T19:16:01.1650795Z [00:02:03.656]➜  		"zh-CN/drds/ModifyDrdsInstanceDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyDrdsInstanceDescription.json",
2025-08-20T19:16:01.1651731Z [00:02:03.656]➜  		"zh-CN/drds/ModifyDrdsIpWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyDrdsIpWhiteList.json",
2025-08-20T19:16:01.1653019Z [00:02:03.656]➜  		"zh-CN/drds/ModifyPolarDbReadWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyPolarDbReadWeight.json",
2025-08-20T19:16:01.1653972Z [00:02:03.656]➜  		"zh-CN/drds/ModifyRdsReadWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyRdsReadWeight.json",
2025-08-20T19:16:01.1655040Z [00:02:03.656]➜  		"zh-CN/drds/PutStartBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/PutStartBackup.json",
2025-08-20T19:16:01.1655961Z [00:02:03.656]➜  		"zh-CN/drds/RefreshDrdsAtomUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RefreshDrdsAtomUrl.json",
2025-08-20T19:16:01.1657107Z [00:02:03.656]➜  		"zh-CN/drds/ReleaseInstanceInternetAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ReleaseInstanceInternetAddress.json",
2025-08-20T19:16:01.1658028Z [00:02:03.656]➜  		"zh-CN/drds/RemoveBackupsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveBackupsSet.json",
2025-08-20T19:16:01.1658871Z [00:02:03.656]➜  		"zh-CN/drds/RemoveDrdsDb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveDrdsDb.json",
2025-08-20T19:16:01.1659901Z [00:02:03.656]➜  		"zh-CN/drds/RemoveDrdsDbFailedRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveDrdsDbFailedRecord.json",
2025-08-20T19:16:01.1660809Z [00:02:03.656]➜  		"zh-CN/drds/RemoveDrdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveDrdsInstance.json",
2025-08-20T19:16:01.1661768Z [00:02:03.656]➜  		"zh-CN/drds/RemoveInstanceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveInstanceAccount.json",
2025-08-20T19:16:01.1662883Z [00:02:03.656]➜  		"zh-CN/drds/RemoveRecycleBinTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveRecycleBinTable.json",
2025-08-20T19:16:01.1663806Z [00:02:03.656]➜  		"zh-CN/drds/RestartDrdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RestartDrdsInstance.json",
2025-08-20T19:16:01.1664964Z [00:02:03.656]➜  		"zh-CN/drds/RollbackInstanceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RollbackInstanceVersion.json",
2025-08-20T19:16:01.1665907Z [00:02:03.656]➜  		"zh-CN/drds/SetBackupLocal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetBackupLocal.json",
2025-08-20T19:16:01.1666789Z [00:02:03.656]➜  		"zh-CN/drds/SetBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetBackupPolicy.json",
2025-08-20T19:16:01.1667734Z [00:02:03.656]➜  		"zh-CN/drds/SetupBroadcastTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetupBroadcastTables.json",
2025-08-20T19:16:01.1668614Z [00:02:03.656]➜  		"zh-CN/drds/SetupDrdsParams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetupDrdsParams.json",
2025-08-20T19:16:01.1669597Z [00:02:03.656]➜  		"zh-CN/drds/SetupRecycleBinStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetupRecycleBinStatus.json",
2025-08-20T19:16:01.1670384Z [00:02:03.656]➜  		"zh-CN/drds/SetupTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetupTable.json",
2025-08-20T19:16:01.1671193Z [00:02:03.656]➜  		"zh-CN/drds/StartRestore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/StartRestore.json",
2025-08-20T19:16:01.1672051Z [00:02:03.656]➜  		"zh-CN/drds/SubmitCleanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitCleanTask.json",
2025-08-20T19:16:01.1673336Z [00:02:03.656]➜  		"zh-CN/drds/SubmitHotExpandPreCheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitHotExpandPreCheckTask.json",
2025-08-20T19:16:01.1674267Z [00:02:03.656]➜  		"zh-CN/drds/SubmitHotExpandTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitHotExpandTask.json",
2025-08-20T19:16:01.1675331Z [00:02:03.656]➜  		"zh-CN/drds/SubmitSmoothExpandPreCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitSmoothExpandPreCheck.json",
2025-08-20T19:16:01.1676666Z [00:02:03.656]➜  		"zh-CN/drds/SubmitSmoothExpandPreCheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitSmoothExpandPreCheckTask.json",
2025-08-20T19:16:01.1677778Z [00:02:03.656]➜  		"zh-CN/drds/SubmitSqlFlashbackTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitSqlFlashbackTask.json",
2025-08-20T19:16:01.1678845Z [00:02:03.656]➜  		"zh-CN/drds/SwitchGlobalBroadcastType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SwitchGlobalBroadcastType.json",
2025-08-20T19:16:01.1679635Z [00:02:03.656]➜  		"zh-CN/drds/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/TagResources.json",
2025-08-20T19:16:01.1680454Z [00:02:03.656]➜  		"zh-CN/drds/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UntagResources.json",
2025-08-20T19:16:01.1681401Z [00:02:03.656]➜  		"zh-CN/drds/UpdateInstanceNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpdateInstanceNetwork.json",
2025-08-20T19:16:01.1682365Z [00:02:03.656]➜  		"zh-CN/drds/UpdatePrivateRdsClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpdatePrivateRdsClass.json",
2025-08-20T19:16:01.1683641Z [00:02:03.656]➜  		"zh-CN/drds/UpdateResourceGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpdateResourceGroupAttribute.json",
2025-08-20T19:16:01.1684607Z [00:02:03.656]➜  		"zh-CN/drds/UpgradeHiStoreInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpgradeHiStoreInstance.json",
2025-08-20T19:16:01.1685574Z [00:02:03.656]➜  		"zh-CN/drds/UpgradeInstanceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpgradeInstanceVersion.json",
2025-08-20T19:16:01.1686483Z [00:02:03.656]➜  		"zh-CN/drds/ValidateShardTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ValidateShardTask.json",
2025-08-20T19:16:01.1687199Z [00:02:03.656]➜  		"zh-CN/drds/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/version.json",
2025-08-20T19:16:01.1688161Z [00:02:03.656]➜  		"zh-CN/dts/ConfigureDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureDtsJob.json",
2025-08-20T19:16:01.1689260Z [00:02:03.656]➜  		"zh-CN/dts/ConfigureMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureMigrationJob.json",
2025-08-20T19:16:01.1690349Z [00:02:03.656]➜  		"zh-CN/dts/ConfigureMigrationJobAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureMigrationJobAlert.json",
2025-08-20T19:16:01.1691311Z [00:02:03.656]➜  		"zh-CN/dts/ConfigureSubscription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSubscription.json",
2025-08-20T19:16:01.1692569Z [00:02:03.656]➜  		"zh-CN/dts/ConfigureSubscriptionInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSubscriptionInstance.json",
2025-08-20T19:16:01.1693788Z [00:02:03.656]➜  		"zh-CN/dts/ConfigureSubscriptionInstanceAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSubscriptionInstanceAlert.json",
2025-08-20T19:16:01.1694840Z [00:02:03.656]➜  		"zh-CN/dts/ConfigureSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSynchronizationJob.json",
2025-08-20T19:16:01.1695962Z [00:02:03.656]➜  		"zh-CN/dts/ConfigureSynchronizationJobAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSynchronizationJobAlert.json",
2025-08-20T19:16:01.1697361Z [00:02:03.656]➜  		"zh-CN/dts/ConfigureSynchronizationJobReplicatorCompare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSynchronizationJobReplicatorCompare.json",
2025-08-20T19:16:01.1698267Z [00:02:03.656]➜  		"zh-CN/dts/CountJobByCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CountJobByCondition.json",
2025-08-20T19:16:01.1699323Z [00:02:03.656]➜  		"zh-CN/dts/CreateConsumerChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateConsumerChannel.json",
2025-08-20T19:16:01.1700249Z [00:02:03.656]➜  		"zh-CN/dts/CreateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateConsumerGroup.json",
2025-08-20T19:16:01.1701509Z [00:02:03.656]➜  		"zh-CN/dts/CreateDedicatedClusterMonitorRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateDedicatedClusterMonitorRule.json",
2025-08-20T19:16:01.1702580Z [00:02:03.656]➜  		"zh-CN/dts/CreateDtsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateDtsInstance.json",
2025-08-20T19:16:01.1703523Z [00:02:03.656]➜  		"zh-CN/dts/CreateJobMonitorRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateJobMonitorRule.json",
2025-08-20T19:16:01.1704405Z [00:02:03.656]➜  		"zh-CN/dts/CreateMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateMigrationJob.json",
2025-08-20T19:16:01.1705350Z [00:02:03.656]➜  		"zh-CN/dts/CreateReverseDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateReverseDtsJob.json",
2025-08-20T19:16:01.1706488Z [00:02:03.656]➜  		"zh-CN/dts/CreateSubscriptionInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateSubscriptionInstance.json",
2025-08-20T19:16:01.1707556Z [00:02:03.656]➜  		"zh-CN/dts/CreateSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateSynchronizationJob.json",
2025-08-20T19:16:01.1708562Z [00:02:03.656]➜  		"zh-CN/dts/DeleteConsumerChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteConsumerChannel.json",
2025-08-20T19:16:01.1709511Z [00:02:03.656]➜  		"zh-CN/dts/DeleteConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteConsumerGroup.json",
2025-08-20T19:16:01.1710305Z [00:02:03.656]➜  		"zh-CN/dts/DeleteDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteDtsJob.json",
2025-08-20T19:16:01.1711284Z [00:02:03.656]➜  		"zh-CN/dts/DeleteDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteDtsJobs.json",
2025-08-20T19:16:01.1712322Z [00:02:03.656]➜  		"zh-CN/dts/DeleteMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteMigrationJob.json",
2025-08-20T19:16:01.1713634Z [00:02:03.656]➜  		"zh-CN/dts/DeleteSubscriptionInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteSubscriptionInstance.json",
2025-08-20T19:16:01.1714685Z [00:02:03.656]➜  		"zh-CN/dts/DeleteSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteSynchronizationJob.json",
2025-08-20T19:16:01.1715561Z [00:02:03.656]➜  		"zh-CN/dts/DescribeCheckJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeCheckJobs.json",
2025-08-20T19:16:01.1716626Z [00:02:03.656]➜  		"zh-CN/dts/DescribeClusterOperateLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeClusterOperateLogs.json",
2025-08-20T19:16:01.1717773Z [00:02:03.656]➜  		"zh-CN/dts/DescribeClusterUsedUtilization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeClusterUsedUtilization.json",
2025-08-20T19:16:01.1718803Z [00:02:03.656]➜  		"zh-CN/dts/DescribeConnectionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeConnectionStatus.json",
2025-08-20T19:16:01.1719822Z [00:02:03.656]➜  		"zh-CN/dts/DescribeConsumerChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeConsumerChannel.json",
2025-08-20T19:16:01.1720770Z [00:02:03.656]➜  		"zh-CN/dts/DescribeConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeConsumerGroup.json",
2025-08-20T19:16:01.1721604Z [00:02:03.656]➜  		"zh-CN/dts/DescribeDTSIP.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDTSIP.json",
2025-08-20T19:16:01.1723027Z [00:02:03.656]➜  		"zh-CN/dts/DescribeDataCheckReportUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDataCheckReportUrl.json",
2025-08-20T19:16:01.1724154Z [00:02:03.656]➜  		"zh-CN/dts/DescribeDataCheckTableDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDataCheckTableDetails.json",
2025-08-20T19:16:01.1725463Z [00:02:03.656]➜  		"zh-CN/dts/DescribeDataCheckTableDiffDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDataCheckTableDiffDetails.json",
2025-08-20T19:16:01.1726497Z [00:02:03.656]➜  		"zh-CN/dts/DescribeDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDedicatedCluster.json",
2025-08-20T19:16:01.1727722Z [00:02:03.656]➜  		"zh-CN/dts/DescribeDedicatedClusterMonitorRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDedicatedClusterMonitorRule.json",
2025-08-20T19:16:01.1728795Z [00:02:03.656]➜  		"zh-CN/dts/DescribeDtsEtlJobVersionInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDtsEtlJobVersionInfo.json",
2025-08-20T19:16:01.1729764Z [00:02:03.656]➜  		"zh-CN/dts/DescribeDtsJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDtsJobDetail.json",
2025-08-20T19:16:01.1730634Z [00:02:03.656]➜  		"zh-CN/dts/DescribeDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDtsJobs.json",
2025-08-20T19:16:01.1731597Z [00:02:03.656]➜  		"zh-CN/dts/DescribeDtsServiceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDtsServiceLog.json",
2025-08-20T19:16:01.1732859Z [00:02:03.656]➜  		"zh-CN/dts/DescribeEndpointSwitchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeEndpointSwitchStatus.json",
2025-08-20T19:16:01.1733764Z [00:02:03.656]➜  		"zh-CN/dts/DescribeEtlJobLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeEtlJobLogs.json",
2025-08-20T19:16:01.1734841Z [00:02:03.656]➜  		"zh-CN/dts/DescribeInitializationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeInitializationStatus.json",
2025-08-20T19:16:01.1743406Z [00:02:03.656]➜  		"zh-CN/dts/DescribeJobMonitorRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeJobMonitorRule.json",
2025-08-20T19:16:01.1744525Z [00:02:03.656]➜  		"zh-CN/dts/DescribeMetricList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMetricList.json",
2025-08-20T19:16:01.1745583Z [00:02:03.656]➜  		"zh-CN/dts/DescribeMigrationJobAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMigrationJobAlert.json",
2025-08-20T19:16:01.1746661Z [00:02:03.657]➜  		"zh-CN/dts/DescribeMigrationJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMigrationJobDetail.json",
2025-08-20T19:16:01.1747689Z [00:02:03.657]➜  		"zh-CN/dts/DescribeMigrationJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMigrationJobStatus.json",
2025-08-20T19:16:01.1748676Z [00:02:03.657]➜  		"zh-CN/dts/DescribeMigrationJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMigrationJobs.json",
2025-08-20T19:16:01.1749674Z [00:02:03.657]➜  		"zh-CN/dts/DescribePreCheckStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribePreCheckStatus.json",
2025-08-20T19:16:01.1750835Z [00:02:03.657]➜  		"zh-CN/dts/DescribeSubscriptionInstanceAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSubscriptionInstanceAlert.json",
2025-08-20T19:16:01.1752067Z [00:02:03.657]➜  		"zh-CN/dts/DescribeSubscriptionInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSubscriptionInstanceStatus.json",
2025-08-20T19:16:01.1753407Z [00:02:03.657]➜  		"zh-CN/dts/DescribeSubscriptionInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSubscriptionInstances.json",
2025-08-20T19:16:01.1754606Z [00:02:03.657]➜  		"zh-CN/dts/DescribeSubscriptionMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSubscriptionMeta.json",
2025-08-20T19:16:01.1755772Z [00:02:03.657]➜  		"zh-CN/dts/DescribeSynchronizationJobAlert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobAlert.json",
2025-08-20T19:16:01.1757300Z [00:02:03.657]➜  		"zh-CN/dts/DescribeSynchronizationJobReplicatorCompare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobReplicatorCompare.json",
2025-08-20T19:16:01.1758490Z [00:02:03.657]➜  		"zh-CN/dts/DescribeSynchronizationJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobStatus.json",
2025-08-20T19:16:01.1759709Z [00:02:03.657]➜  		"zh-CN/dts/DescribeSynchronizationJobStatusList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobStatusList.json",
2025-08-20T19:16:01.1760765Z [00:02:03.657]➜  		"zh-CN/dts/DescribeSynchronizationJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobs.json",
2025-08-20T19:16:01.1762109Z [00:02:03.657]➜  		"zh-CN/dts/DescribeSynchronizationObjectModifyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationObjectModifyStatus.json",
2025-08-20T19:16:01.1763158Z [00:02:03.657]➜  		"zh-CN/dts/DescribeTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeTagKeys.json",
2025-08-20T19:16:01.1764052Z [00:02:03.657]➜  		"zh-CN/dts/DescribeTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeTagValues.json",
2025-08-20T19:16:01.1764938Z [00:02:03.657]➜  		"zh-CN/dts/InitDtsRdsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/InitDtsRdsInstance.json",
2025-08-20T19:16:01.1765850Z [00:02:03.657]➜  		"zh-CN/dts/ListDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ListDedicatedCluster.json",
2025-08-20T19:16:01.1766724Z [00:02:03.657]➜  		"zh-CN/dts/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ListTagResources.json",
2025-08-20T19:16:01.1767879Z [00:02:03.657]➜  		"zh-CN/dts/ModifyConsumerChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyConsumerChannel.json",
2025-08-20T19:16:01.1769027Z [00:02:03.657]➜  		"zh-CN/dts/ModifyConsumerGroupPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyConsumerGroupPassword.json",
2025-08-20T19:16:01.1770058Z [00:02:03.657]➜  		"zh-CN/dts/ModifyConsumptionTimestamp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyConsumptionTimestamp.json",
2025-08-20T19:16:01.1770984Z [00:02:03.657]➜  		"zh-CN/dts/ModifyDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDedicatedCluster.json",
2025-08-20T19:16:01.1771763Z [00:02:03.657]➜  		"zh-CN/dts/ModifyDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJob.json",
2025-08-20T19:16:01.1772858Z [00:02:03.657]➜  		"zh-CN/dts/ModifyDtsJobConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobConfig.json",
2025-08-20T19:16:01.1773924Z [00:02:03.657]➜  		"zh-CN/dts/ModifyDtsJobDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobDedicatedCluster.json",
2025-08-20T19:16:01.1774800Z [00:02:03.657]➜  		"zh-CN/dts/ModifyDtsJobDuLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobDuLimit.json",
2025-08-20T19:16:01.1775720Z [00:02:03.657]➜  		"zh-CN/dts/ModifyDtsJobEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobEndpoint.json",
2025-08-20T19:16:01.1776562Z [00:02:03.657]➜  		"zh-CN/dts/ModifyDtsJobName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobName.json",
2025-08-20T19:16:01.1777464Z [00:02:03.657]➜  		"zh-CN/dts/ModifyDtsJobPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobPassword.json",
2025-08-20T19:16:01.1778471Z [00:02:03.657]➜  		"zh-CN/dts/ModifyDynamicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDynamicConfig.json",
2025-08-20T19:16:01.1779516Z [00:02:03.657]➜  		"zh-CN/dts/ModifySubscription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifySubscription.json",
2025-08-20T19:16:01.1780549Z [00:02:03.657]➜  		"zh-CN/dts/ModifySubscriptionObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifySubscriptionObject.json",
2025-08-20T19:16:01.1781614Z [00:02:03.657]➜  		"zh-CN/dts/ModifySynchronizationObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifySynchronizationObject.json",
2025-08-20T19:16:01.1782585Z [00:02:03.657]➜  		"zh-CN/dts/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/RenewInstance.json",
2025-08-20T19:16:01.1783345Z [00:02:03.657]➜  		"zh-CN/dts/ResetDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ResetDtsJob.json",
2025-08-20T19:16:01.1784302Z [00:02:03.657]➜  		"zh-CN/dts/ResetSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ResetSynchronizationJob.json",
2025-08-20T19:16:01.1785115Z [00:02:03.657]➜  		"zh-CN/dts/ShieldPrecheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ShieldPrecheck.json",
2025-08-20T19:16:01.1785887Z [00:02:03.657]➜  		"zh-CN/dts/SkipPreCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SkipPreCheck.json",
2025-08-20T19:16:01.1786612Z [00:02:03.657]➜  		"zh-CN/dts/StartDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartDtsJob.json",
2025-08-20T19:16:01.1787364Z [00:02:03.657]➜  		"zh-CN/dts/StartDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartDtsJobs.json",
2025-08-20T19:16:01.1788185Z [00:02:03.657]➜  		"zh-CN/dts/StartMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartMigrationJob.json",
2025-08-20T19:16:01.1789191Z [00:02:03.657]➜  		"zh-CN/dts/StartReverseWriter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartReverseWriter.json",
2025-08-20T19:16:01.1790296Z [00:02:03.657]➜  		"zh-CN/dts/StartSubscriptionInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartSubscriptionInstance.json",
2025-08-20T19:16:01.1791293Z [00:02:03.657]➜  		"zh-CN/dts/StartSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartSynchronizationJob.json",
2025-08-20T19:16:01.1792251Z [00:02:03.657]➜  		"zh-CN/dts/StopDedicatedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StopDedicatedCluster.json",
2025-08-20T19:16:01.1793187Z [00:02:03.657]➜  		"zh-CN/dts/StopDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StopDtsJob.json",
2025-08-20T19:16:01.1793957Z [00:02:03.657]➜  		"zh-CN/dts/StopDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StopDtsJobs.json",
2025-08-20T19:16:01.1794814Z [00:02:03.657]➜  		"zh-CN/dts/StopMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StopMigrationJob.json",
2025-08-20T19:16:01.1795680Z [00:02:03.657]➜  		"zh-CN/dts/SummaryJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SummaryJobDetail.json",
2025-08-20T19:16:01.1796458Z [00:02:03.657]➜  		"zh-CN/dts/SuspendDtsJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SuspendDtsJob.json",
2025-08-20T19:16:01.1797265Z [00:02:03.657]➜  		"zh-CN/dts/SuspendDtsJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SuspendDtsJobs.json",
2025-08-20T19:16:01.1798159Z [00:02:03.657]➜  		"zh-CN/dts/SuspendMigrationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SuspendMigrationJob.json",
2025-08-20T19:16:01.1799156Z [00:02:03.657]➜  		"zh-CN/dts/SuspendSynchronizationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SuspendSynchronizationJob.json",
2025-08-20T19:16:01.1800399Z [00:02:03.657]➜  		"zh-CN/dts/SwitchPhysicalDtsJobToCloud.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SwitchPhysicalDtsJobToCloud.json",
2025-08-20T19:16:01.1801619Z [00:02:03.657]➜  		"zh-CN/dts/SwitchSynchronizationEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SwitchSynchronizationEndpoint.json",
2025-08-20T19:16:01.1802579Z [00:02:03.657]➜  		"zh-CN/dts/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/TagResources.json",
2025-08-20T19:16:01.1803537Z [00:02:03.657]➜  		"zh-CN/dts/TransferInstanceClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/TransferInstanceClass.json",
2025-08-20T19:16:01.1804389Z [00:02:03.657]➜  		"zh-CN/dts/TransferPayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/TransferPayType.json",
2025-08-20T19:16:01.1805225Z [00:02:03.657]➜  		"zh-CN/dts/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/UntagResources.json",
2025-08-20T19:16:01.1806057Z [00:02:03.657]➜  		"zh-CN/dts/UpgradeTwoWay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/UpgradeTwoWay.json",
2025-08-20T19:16:01.1806847Z [00:02:03.657]➜  		"zh-CN/dts/WhiteIpList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/WhiteIpList.json",
2025-08-20T19:16:01.1807545Z [00:02:03.657]➜  		"zh-CN/dts/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/version.json",
2025-08-20T19:16:01.1808355Z [00:02:03.657]➜  		"zh-CN/eci/CommitContainer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CommitContainer.json",
2025-08-20T19:16:01.1809128Z [00:02:03.657]➜  		"zh-CN/eci/CopyDataCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CopyDataCache.json",
2025-08-20T19:16:01.1810040Z [00:02:03.657]➜  		"zh-CN/eci/CreateContainerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateContainerGroup.json",
2025-08-20T19:16:01.1810876Z [00:02:03.657]➜  		"zh-CN/eci/CreateDataCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateDataCache.json",
2025-08-20T19:16:01.1811873Z [00:02:03.657]➜  		"zh-CN/eci/CreateImageCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateImageCache.json",
2025-08-20T19:16:01.1813160Z [00:02:03.657]➜  		"zh-CN/eci/CreateInstanceOpsTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateInstanceOpsTask.json",
2025-08-20T19:16:01.1814046Z [00:02:03.657]➜  		"zh-CN/eci/CreateVirtualNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateVirtualNode.json",
2025-08-20T19:16:01.1815013Z [00:02:03.657]➜  		"zh-CN/eci/DeleteContainerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DeleteContainerGroup.json",
2025-08-20T19:16:01.1815839Z [00:02:03.657]➜  		"zh-CN/eci/DeleteDataCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DeleteDataCache.json",
2025-08-20T19:16:01.1816699Z [00:02:03.657]➜  		"zh-CN/eci/DeleteImageCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DeleteImageCache.json",
2025-08-20T19:16:01.1817558Z [00:02:03.657]➜  		"zh-CN/eci/DeleteVirtualNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DeleteVirtualNode.json",
2025-08-20T19:16:01.1818578Z [00:02:03.657]➜  		"zh-CN/eci/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeAvailableResource.json",
2025-08-20T19:16:01.1819608Z [00:02:03.657]➜  		"zh-CN/eci/DescribeCommitContainerTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeCommitContainerTask.json",
2025-08-20T19:16:01.1820664Z [00:02:03.657]➜  		"zh-CN/eci/DescribeContainerGroupEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroupEvents.json",
2025-08-20T19:16:01.1821735Z [00:02:03.657]➜  		"zh-CN/eci/DescribeContainerGroupMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroupMetric.json",
2025-08-20T19:16:01.1823164Z [00:02:03.657]➜  		"zh-CN/eci/DescribeContainerGroupPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroupPrice.json",
2025-08-20T19:16:01.1824416Z [00:02:03.657]➜  		"zh-CN/eci/DescribeContainerGroupStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroupStatus.json",
2025-08-20T19:16:01.1825429Z [00:02:03.657]➜  		"zh-CN/eci/DescribeContainerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroups.json",
2025-08-20T19:16:01.1826375Z [00:02:03.657]➜  		"zh-CN/eci/DescribeContainerLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerLog.json",
2025-08-20T19:16:01.1827284Z [00:02:03.657]➜  		"zh-CN/eci/DescribeDataCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeDataCaches.json",
2025-08-20T19:16:01.1828233Z [00:02:03.657]➜  		"zh-CN/eci/DescribeImageCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeImageCaches.json",
2025-08-20T19:16:01.1829433Z [00:02:03.657]➜  		"zh-CN/eci/DescribeInstanceOpsRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeInstanceOpsRecords.json",
2025-08-20T19:16:01.1830794Z [00:02:03.657]➜  		"zh-CN/eci/DescribeMultiContainerGroupMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeMultiContainerGroupMetric.json",
2025-08-20T19:16:01.1831701Z [00:02:03.657]➜  		"zh-CN/eci/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeRegions.json",
2025-08-20T19:16:01.1832813Z [00:02:03.657]➜  		"zh-CN/eci/DescribeVirtualNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeVirtualNodes.json",
2025-08-20T19:16:01.1833768Z [00:02:03.657]➜  		"zh-CN/eci/ExecContainerCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/ExecContainerCommand.json",
2025-08-20T19:16:01.1834568Z [00:02:03.657]➜  		"zh-CN/eci/ListUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/ListUsage.json",
2025-08-20T19:16:01.1835658Z [00:02:03.657]➜  		"zh-CN/eci/ResizeContainerGroupVolume.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/ResizeContainerGroupVolume.json",
2025-08-20T19:16:01.1836639Z [00:02:03.657]➜  		"zh-CN/eci/RestartContainerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/RestartContainerGroup.json",
2025-08-20T19:16:01.1837572Z [00:02:03.657]➜  		"zh-CN/eci/UpdateContainerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/UpdateContainerGroup.json",
2025-08-20T19:16:01.1838416Z [00:02:03.657]➜  		"zh-CN/eci/UpdateDataCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/UpdateDataCache.json",
2025-08-20T19:16:01.1839265Z [00:02:03.657]➜  		"zh-CN/eci/UpdateImageCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/UpdateImageCache.json",
2025-08-20T19:16:01.1840145Z [00:02:03.657]➜  		"zh-CN/eci/UpdateVirtualNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/UpdateVirtualNode.json",
2025-08-20T19:16:01.1840836Z [00:02:03.657]➜  		"zh-CN/eci/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/version.json",
2025-08-20T19:16:01.1841856Z [00:02:03.657]➜  		"zh-CN/ecs/AcceptInquiredSystemEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AcceptInquiredSystemEvent.json",
2025-08-20T19:16:01.1842996Z [00:02:03.657]➜  		"zh-CN/ecs/ActivateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ActivateRouterInterface.json",
2025-08-20T19:16:01.1843945Z [00:02:03.657]➜  		"zh-CN/ecs/AddBandwidthPackageIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AddBandwidthPackageIps.json",
2025-08-20T19:16:01.1844636Z [00:02:03.657]➜  		"zh-CN/ecs/AddTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AddTags.json",
2025-08-20T19:16:01.1845736Z [00:02:03.657]➜  		"zh-CN/ecs/AllocateDedicatedHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AllocateDedicatedHosts.json",
2025-08-20T19:16:01.1846621Z [00:02:03.657]➜  		"zh-CN/ecs/AllocateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AllocateEipAddress.json",
2025-08-20T19:16:01.1847677Z [00:02:03.657]➜  		"zh-CN/ecs/AllocatePublicIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AllocatePublicIpAddress.json",
2025-08-20T19:16:01.1848624Z [00:02:03.657]➜  		"zh-CN/ecs/ApplyAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ApplyAutoSnapshotPolicy.json",
2025-08-20T19:16:01.1849514Z [00:02:03.657]➜  		"zh-CN/ecs/AssignIpv6Addresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AssignIpv6Addresses.json",
2025-08-20T19:16:01.1850514Z [00:02:03.657]➜  		"zh-CN/ecs/AssignPrivateIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AssignPrivateIpAddresses.json",
2025-08-20T19:16:01.1851527Z [00:02:03.657]➜  		"zh-CN/ecs/AssociateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AssociateEipAddress.json",
2025-08-20T19:16:01.1852746Z [00:02:03.657]➜  		"zh-CN/ecs/AssociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AssociateHaVip.json",
2025-08-20T19:16:01.1853691Z [00:02:03.657]➜  		"zh-CN/ecs/AttachClassicLinkVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachClassicLinkVpc.json",
2025-08-20T19:16:01.1854430Z [00:02:03.657]➜  		"zh-CN/ecs/AttachDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachDisk.json",
2025-08-20T19:16:01.1855346Z [00:02:03.657]➜  		"zh-CN/ecs/AttachInstanceRamRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachInstanceRamRole.json",
2025-08-20T19:16:01.1856125Z [00:02:03.657]➜  		"zh-CN/ecs/AttachKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachKeyPair.json",
2025-08-20T19:16:01.1857012Z [00:02:03.657]➜  		"zh-CN/ecs/AttachNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachNetworkInterface.json",
2025-08-20T19:16:01.1857952Z [00:02:03.657]➜  		"zh-CN/ecs/AuthorizeSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AuthorizeSecurityGroup.json",
2025-08-20T19:16:01.1859007Z [00:02:03.657]➜  		"zh-CN/ecs/AuthorizeSecurityGroupEgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AuthorizeSecurityGroupEgress.json",
2025-08-20T19:16:01.1859977Z [00:02:03.657]➜  		"zh-CN/ecs/CancelAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelAutoSnapshotPolicy.json",
2025-08-20T19:16:01.1860695Z [00:02:03.657]➜  		"zh-CN/ecs/CancelCopyImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelCopyImage.json",
2025-08-20T19:16:01.1861613Z [00:02:03.657]➜  		"zh-CN/ecs/CancelImagePipelineExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelImagePipelineExecution.json",
2025-08-20T19:16:01.1862645Z [00:02:03.657]➜  		"zh-CN/ecs/CancelPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelPhysicalConnection.json",
2025-08-20T19:16:01.1863583Z [00:02:03.657]➜  		"zh-CN/ecs/CancelSimulatedSystemEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelSimulatedSystemEvents.json",
2025-08-20T19:16:01.1864237Z [00:02:03.657]➜  		"zh-CN/ecs/CancelTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelTask.json",
2025-08-20T19:16:01.1865029Z [00:02:03.657]➜  		"zh-CN/ecs/ConnectRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ConnectRouterInterface.json",
2025-08-20T19:16:01.1865851Z [00:02:03.657]➜  		"zh-CN/ecs/ConvertNatPublicIpToEip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ConvertNatPublicIpToEip.json",
2025-08-20T19:16:01.1866451Z [00:02:03.657]➜  		"zh-CN/ecs/CopyImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CopyImage.json",
2025-08-20T19:16:01.1867256Z [00:02:03.657]➜  		"zh-CN/ecs/CopySnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CopySnapshot.json",
2025-08-20T19:16:01.1868098Z [00:02:03.657]➜  		"zh-CN/ecs/CreateActivation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateActivation.json",
2025-08-20T19:16:01.1868975Z [00:02:03.657]➜  		"zh-CN/ecs/CreateAutoProvisioningGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateAutoProvisioningGroup.json",
2025-08-20T19:16:01.1869794Z [00:02:03.657]➜  		"zh-CN/ecs/CreateAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateAutoSnapshotPolicy.json",
2025-08-20T19:16:01.1870624Z [00:02:03.658]➜  		"zh-CN/ecs/CreateCapacityReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateCapacityReservation.json",
2025-08-20T19:16:01.1871285Z [00:02:03.658]➜  		"zh-CN/ecs/CreateCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateCommand.json",
2025-08-20T19:16:01.1872247Z [00:02:03.658]➜  		"zh-CN/ecs/CreateDedicatedHostCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDedicatedHostCluster.json",
2025-08-20T19:16:01.1873188Z [00:02:03.658]➜  		"zh-CN/ecs/CreateDemand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDemand.json",
2025-08-20T19:16:01.1873952Z [00:02:03.658]➜  		"zh-CN/ecs/CreateDeploymentSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDeploymentSet.json",
2025-08-20T19:16:01.1874800Z [00:02:03.658]➜  		"zh-CN/ecs/CreateDiagnosticMetricSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDiagnosticMetricSet.json",
2025-08-20T19:16:01.1875598Z [00:02:03.658]➜  		"zh-CN/ecs/CreateDiagnosticReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDiagnosticReport.json",
2025-08-20T19:16:01.1876227Z [00:02:03.658]➜  		"zh-CN/ecs/CreateDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDisk.json",
2025-08-20T19:16:01.1877064Z [00:02:03.658]➜  		"zh-CN/ecs/CreateElasticityAssurance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateElasticityAssurance.json",
2025-08-20T19:16:01.1877854Z [00:02:03.658]➜  		"zh-CN/ecs/CreateForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateForwardEntry.json",
2025-08-20T19:16:01.1878523Z [00:02:03.658]➜  		"zh-CN/ecs/CreateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateHaVip.json",
2025-08-20T19:16:01.1879257Z [00:02:03.658]➜  		"zh-CN/ecs/CreateHpcCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateHpcCluster.json",
2025-08-20T19:16:01.1879880Z [00:02:03.658]➜  		"zh-CN/ecs/CreateImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateImage.json",
2025-08-20T19:16:01.1880686Z [00:02:03.658]➜  		"zh-CN/ecs/CreateImageComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateImageComponent.json",
2025-08-20T19:16:01.1881459Z [00:02:03.658]➜  		"zh-CN/ecs/CreateImagePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateImagePipeline.json",
2025-08-20T19:16:01.1882159Z [00:02:03.658]➜  		"zh-CN/ecs/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateInstance.json",
2025-08-20T19:16:01.1883008Z [00:02:03.659]➜  		"zh-CN/ecs/CreateKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateKeyPair.json",
2025-08-20T19:16:01.1883807Z [00:02:03.659]➜  		"zh-CN/ecs/CreateLaunchTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateLaunchTemplate.json",
2025-08-20T19:16:01.1884690Z [00:02:03.659]➜  		"zh-CN/ecs/CreateLaunchTemplateVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateLaunchTemplateVersion.json",
2025-08-20T19:16:01.1885400Z [00:02:03.659]➜  		"zh-CN/ecs/CreateNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateNatGateway.json",
2025-08-20T19:16:01.1886327Z [00:02:03.659]➜  		"zh-CN/ecs/CreateNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateNetworkInterface.json",
2025-08-20T19:16:01.1887380Z [00:02:03.659]➜  		"zh-CN/ecs/CreateNetworkInterfacePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateNetworkInterfacePermission.json",
2025-08-20T19:16:01.1888217Z [00:02:03.659]➜  		"zh-CN/ecs/CreatePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreatePhysicalConnection.json",
2025-08-20T19:16:01.1888921Z [00:02:03.659]➜  		"zh-CN/ecs/CreatePrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreatePrefixList.json",
2025-08-20T19:16:01.1889632Z [00:02:03.659]➜  		"zh-CN/ecs/CreateRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateRouteEntry.json",
2025-08-20T19:16:01.1890397Z [00:02:03.659]➜  		"zh-CN/ecs/CreateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateRouterInterface.json",
2025-08-20T19:16:01.1891360Z [00:02:03.659]➜  		"zh-CN/ecs/CreateSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateSecurityGroup.json",
2025-08-20T19:16:01.1892672Z [00:02:03.659]➜  		"zh-CN/ecs/CreateSimulatedSystemEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateSimulatedSystemEvents.json",
2025-08-20T19:16:01.1893525Z [00:02:03.659]➜  		"zh-CN/ecs/CreateSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateSnapshot.json",
2025-08-20T19:16:01.1894377Z [00:02:03.659]➜  		"zh-CN/ecs/CreateSnapshotGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateSnapshotGroup.json",
2025-08-20T19:16:01.1895195Z [00:02:03.659]➜  		"zh-CN/ecs/CreateStorageSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateStorageSet.json",
2025-08-20T19:16:01.1895986Z [00:02:03.659]➜  		"zh-CN/ecs/CreateVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateVSwitch.json",
2025-08-20T19:16:01.1896978Z [00:02:03.659]➜  		"zh-CN/ecs/CreateVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateVirtualBorderRouter.json",
2025-08-20T19:16:01.1897600Z [00:02:03.659]➜  		"zh-CN/ecs/CreateVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateVpc.json",
2025-08-20T19:16:01.1898440Z [00:02:03.659]➜  		"zh-CN/ecs/DeactivateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeactivateRouterInterface.json",
2025-08-20T19:16:01.1899113Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteActivation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteActivation.json",
2025-08-20T19:16:01.1900039Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteAutoProvisioningGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteAutoProvisioningGroup.json",
2025-08-20T19:16:01.1900829Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteAutoSnapshotPolicy.json",
2025-08-20T19:16:01.1901590Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteBandwidthPackage.json",
2025-08-20T19:16:01.1902348Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteCommand.json",
2025-08-20T19:16:01.1903514Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteDedicatedHostCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDedicatedHostCluster.json",
2025-08-20T19:16:01.1904252Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteDemand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDemand.json",
2025-08-20T19:16:01.1905041Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteDeploymentSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDeploymentSet.json",
2025-08-20T19:16:01.1906123Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteDiagnosticMetricSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDiagnosticMetricSets.json",
2025-08-20T19:16:01.1907108Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteDiagnosticReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDiagnosticReports.json",
2025-08-20T19:16:01.1907779Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDisk.json",
2025-08-20T19:16:01.1908550Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteForwardEntry.json",
2025-08-20T19:16:01.1909236Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteHaVip.json",
2025-08-20T19:16:01.1909989Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteHpcCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteHpcCluster.json",
2025-08-20T19:16:01.1910774Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteImage.json",
2025-08-20T19:16:01.1911695Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteImageComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteImageComponent.json",
2025-08-20T19:16:01.1912718Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteImagePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteImagePipeline.json",
2025-08-20T19:16:01.1913501Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteInstance.json",
2025-08-20T19:16:01.1914258Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteInstances.json",
2025-08-20T19:16:01.1915043Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteKeyPairs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteKeyPairs.json",
2025-08-20T19:16:01.1915878Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteLaunchTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteLaunchTemplate.json",
2025-08-20T19:16:01.1916818Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteLaunchTemplateVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteLaunchTemplateVersion.json",
2025-08-20T19:16:01.1917578Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteNatGateway.json",
2025-08-20T19:16:01.1918415Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteNetworkInterface.json",
2025-08-20T19:16:01.1919422Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteNetworkInterfacePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteNetworkInterfacePermission.json",
2025-08-20T19:16:01.1920298Z [00:02:03.659]➜  		"zh-CN/ecs/DeletePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeletePhysicalConnection.json",
2025-08-20T19:16:01.1921063Z [00:02:03.659]➜  		"zh-CN/ecs/DeletePrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeletePrefixList.json",
2025-08-20T19:16:01.1921821Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteRouteEntry.json",
2025-08-20T19:16:01.1922789Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteRouterInterface.json",
2025-08-20T19:16:01.1923607Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteSecurityGroup.json",
2025-08-20T19:16:01.1924304Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteSnapshot.json",
2025-08-20T19:16:01.1925077Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteSnapshotGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteSnapshotGroup.json",
2025-08-20T19:16:01.1925935Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteStorageSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteStorageSet.json",
2025-08-20T19:16:01.1926730Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteVSwitch.json",
2025-08-20T19:16:01.1927616Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteVirtualBorderRouter.json",
2025-08-20T19:16:01.1928248Z [00:02:03.659]➜  		"zh-CN/ecs/DeleteVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteVpc.json",
2025-08-20T19:16:01.1929117Z [00:02:03.659]➜  		"zh-CN/ecs/DeregisterManagedInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeregisterManagedInstance.json",
2025-08-20T19:16:01.1929902Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeAccessPoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAccessPoints.json",
2025-08-20T19:16:01.1930899Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeAccountAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAccountAttributes.json",
2025-08-20T19:16:01.1931799Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeActivations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeActivations.json",
2025-08-20T19:16:01.1933055Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeAutoProvisioningGroupHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAutoProvisioningGroupHistory.json",
2025-08-20T19:16:01.1934187Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeAutoProvisioningGroupInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAutoProvisioningGroupInstances.json",
2025-08-20T19:16:01.1935176Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeAutoProvisioningGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAutoProvisioningGroups.json",
2025-08-20T19:16:01.1936120Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeAutoSnapshotPolicyEx.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAutoSnapshotPolicyEx.json",
2025-08-20T19:16:01.1937021Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAvailableResource.json",
2025-08-20T19:16:01.1937931Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeBandwidthLimitation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeBandwidthLimitation.json",
2025-08-20T19:16:01.1938830Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeBandwidthPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeBandwidthPackages.json",
2025-08-20T19:16:01.1939922Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeCapacityReservationInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeCapacityReservationInstances.json",
2025-08-20T19:16:01.1940860Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeCapacityReservations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeCapacityReservations.json",
2025-08-20T19:16:01.1941781Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeClassicLinkInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeClassicLinkInstances.json",
2025-08-20T19:16:01.1942928Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeCloudAssistantStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeCloudAssistantStatus.json",
2025-08-20T19:16:01.1943736Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeClusters.json",
2025-08-20T19:16:01.1944438Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeCommands.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeCommands.json",
2025-08-20T19:16:01.1945448Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeDedicatedHostAutoRenew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDedicatedHostAutoRenew.json",
2025-08-20T19:16:01.1946657Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeDedicatedHostClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDedicatedHostClusters.json",
2025-08-20T19:16:01.1947770Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeDedicatedHostTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDedicatedHostTypes.json",
2025-08-20T19:16:01.1948688Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeDedicatedHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDedicatedHosts.json",
2025-08-20T19:16:01.1949501Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeDemands.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDemands.json",
2025-08-20T19:16:01.1950989Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json",
2025-08-20T19:16:01.1951921Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeDeploymentSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDeploymentSets.json",
2025-08-20T19:16:01.1953226Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeDiagnosticMetricSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiagnosticMetricSets.json",
2025-08-20T19:16:01.1954440Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeDiagnosticMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiagnosticMetrics.json",
2025-08-20T19:16:01.1955665Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeDiagnosticReportAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiagnosticReportAttributes.json",
2025-08-20T19:16:01.1956667Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeDiagnosticReports.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiagnosticReports.json",
2025-08-20T19:16:01.1957626Z [00:02:03.659]➜  		"zh-CN/ecs/DescribeDiskMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiskMonitorData.json",
2025-08-20T19:16:01.1958424Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeDisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDisks.json",
2025-08-20T19:16:01.1959401Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeDisksFullStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDisksFullStatus.json",
2025-08-20T19:16:01.1960300Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeEipAddresses.json",
2025-08-20T19:16:01.1961245Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeEipMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeEipMonitorData.json",
2025-08-20T19:16:01.1962541Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeElasticityAssuranceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeElasticityAssuranceInstances.json",
2025-08-20T19:16:01.1963561Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeElasticityAssurances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeElasticityAssurances.json",
2025-08-20T19:16:01.1964533Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeEniMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeEniMonitorData.json",
2025-08-20T19:16:01.1965624Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeForwardTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeForwardTableEntries.json",
2025-08-20T19:16:01.1966450Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeHaVips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeHaVips.json",
2025-08-20T19:16:01.1967368Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeHpcClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeHpcClusters.json",
2025-08-20T19:16:01.1968381Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeImageComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImageComponents.json",
2025-08-20T19:16:01.1969603Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeImageFromFamily.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImageFromFamily.json",
2025-08-20T19:16:01.1970865Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeImagePipelineExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImagePipelineExecutions.json",
2025-08-20T19:16:01.1971832Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeImagePipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImagePipelines.json",
2025-08-20T19:16:01.1973031Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeImageSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImageSharePermission.json",
2025-08-20T19:16:01.1974161Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeImageSupportInstanceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImageSupportInstanceTypes.json",
2025-08-20T19:16:01.1974951Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImages.json",
2025-08-20T19:16:01.1976269Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstanceAttachmentAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceAttachmentAttributes.json",
2025-08-20T19:16:01.1977367Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceAttribute.json",
2025-08-20T19:16:01.1978521Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceAutoRenewAttribute.json",
2025-08-20T19:16:01.1979577Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstanceHistoryEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceHistoryEvents.json",
2025-08-20T19:16:01.1980788Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstanceMaintenanceAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceMaintenanceAttributes.json",
2025-08-20T19:16:01.1981949Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstanceModificationPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceModificationPrice.json",
2025-08-20T19:16:01.1983099Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstanceMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceMonitorData.json",
2025-08-20T19:16:01.1983958Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstanceRamRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceRamRole.json",
2025-08-20T19:16:01.1984768Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstanceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceStatus.json",
2025-08-20T19:16:01.1985616Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstanceTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceTopology.json",
2025-08-20T19:16:01.1986533Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstanceTypeFamilies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceTypeFamilies.json",
2025-08-20T19:16:01.1987333Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstanceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceTypes.json",
2025-08-20T19:16:01.1988155Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstanceVncUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceVncUrl.json",
2025-08-20T19:16:01.1988889Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstances.json",
2025-08-20T19:16:01.1989768Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInstancesFullStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstancesFullStatus.json",
2025-08-20T19:16:01.1990627Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInvocationResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInvocationResults.json",
2025-08-20T19:16:01.1991550Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeInvocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInvocations.json",
2025-08-20T19:16:01.1992554Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeKeyPairs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeKeyPairs.json",
2025-08-20T19:16:01.1993534Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeLaunchTemplateVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeLaunchTemplateVersions.json",
2025-08-20T19:16:01.1994373Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeLaunchTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeLaunchTemplates.json",
2025-08-20T19:16:01.1995119Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeLimitation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeLimitation.json",
2025-08-20T19:16:01.1995970Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeManagedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeManagedInstances.json",
2025-08-20T19:16:01.1996961Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeNatGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNatGateways.json",
2025-08-20T19:16:01.1998082Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeNetworkInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNetworkInterfaceAttribute.json",
2025-08-20T19:16:01.1999156Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeNetworkInterfacePermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNetworkInterfacePermissions.json",
2025-08-20T19:16:01.2000038Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeNetworkInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNetworkInterfaces.json",
2025-08-20T19:16:01.2001022Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeNewProjectEipMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNewProjectEipMonitorData.json",
2025-08-20T19:16:01.2001927Z [00:02:03.660]➜  		"zh-CN/ecs/DescribePhysicalConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePhysicalConnections.json",
2025-08-20T19:16:01.2003036Z [00:02:03.660]➜  		"zh-CN/ecs/DescribePrefixListAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePrefixListAssociations.json",
2025-08-20T19:16:01.2003957Z [00:02:03.660]➜  		"zh-CN/ecs/DescribePrefixListAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePrefixListAttributes.json",
2025-08-20T19:16:01.2004735Z [00:02:03.660]➜  		"zh-CN/ecs/DescribePrefixLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePrefixLists.json",
2025-08-20T19:16:01.2005429Z [00:02:03.660]➜  		"zh-CN/ecs/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePrice.json",
2025-08-20T19:16:01.2006368Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeRecommendInstanceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRecommendInstanceType.json",
2025-08-20T19:16:01.2007109Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRegions.json",
2025-08-20T19:16:01.2007886Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeRenewalPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRenewalPrice.json",
2025-08-20T19:16:01.2009039Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeReservedInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeReservedInstanceAutoRenewAttribute.json",
2025-08-20T19:16:01.2009922Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeReservedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeReservedInstances.json",
2025-08-20T19:16:01.2010736Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeResourceByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeResourceByTags.json",
2025-08-20T19:16:01.2011784Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeResourcesModification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeResourcesModification.json",
2025-08-20T19:16:01.2012793Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeRouteTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRouteTables.json",
2025-08-20T19:16:01.2013713Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeRouterInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRouterInterfaces.json",
2025-08-20T19:16:01.2014800Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeSecurityGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSecurityGroupAttribute.json",
2025-08-20T19:16:01.2015905Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeSecurityGroupReferences.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSecurityGroupReferences.json",
2025-08-20T19:16:01.2016833Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSecurityGroups.json",
2025-08-20T19:16:01.2017930Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeSendFileResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSendFileResults.json",
2025-08-20T19:16:01.2018975Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeSnapshotGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotGroups.json",
2025-08-20T19:16:01.2019914Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeSnapshotLinks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotLinks.json",
2025-08-20T19:16:01.2020939Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeSnapshotMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotMonitorData.json",
2025-08-20T19:16:01.2021887Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeSnapshotPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotPackage.json",
2025-08-20T19:16:01.2022889Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshots.json",
2025-08-20T19:16:01.2023830Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeSnapshotsUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotsUsage.json",
2025-08-20T19:16:01.2024693Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeSpotAdvice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSpotAdvice.json",
2025-08-20T19:16:01.2025628Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeSpotPriceHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSpotPriceHistory.json",
2025-08-20T19:16:01.2026651Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeStorageCapacityUnits.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeStorageCapacityUnits.json",
2025-08-20T19:16:01.2027599Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeStorageSetDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeStorageSetDetails.json",
2025-08-20T19:16:01.2028495Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeStorageSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeStorageSets.json",
2025-08-20T19:16:01.2029243Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeTags.json",
2025-08-20T19:16:01.2030172Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeTaskAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeTaskAttribute.json",
2025-08-20T19:16:01.2030937Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeTasks.json",
2025-08-20T19:16:01.2031987Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeUserBusinessBehavior.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeUserBusinessBehavior.json",
2025-08-20T19:16:01.2032984Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeUserData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeUserData.json",
2025-08-20T19:16:01.2034018Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeVRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVRouters.json",
2025-08-20T19:16:01.2035001Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVSwitches.json",
2025-08-20T19:16:01.2036083Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeVirtualBorderRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVirtualBorderRouters.json",
2025-08-20T19:16:01.2037582Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json",
2025-08-20T19:16:01.2038361Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeVpcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVpcs.json",
2025-08-20T19:16:01.2039070Z [00:02:03.660]➜  		"zh-CN/ecs/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeZones.json",
2025-08-20T19:16:01.2040046Z [00:02:03.660]➜  		"zh-CN/ecs/DetachClassicLinkVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachClassicLinkVpc.json",
2025-08-20T19:16:01.2040838Z [00:02:03.660]➜  		"zh-CN/ecs/DetachDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachDisk.json",
2025-08-20T19:16:01.2041733Z [00:02:03.660]➜  		"zh-CN/ecs/DetachInstanceRamRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachInstanceRamRole.json",
2025-08-20T19:16:01.2042641Z [00:02:03.660]➜  		"zh-CN/ecs/DetachKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachKeyPair.json",
2025-08-20T19:16:01.2043491Z [00:02:03.660]➜  		"zh-CN/ecs/DetachNetworkInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachNetworkInterface.json",
2025-08-20T19:16:01.2044256Z [00:02:03.660]➜  		"zh-CN/ecs/DisableActivation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DisableActivation.json",
2025-08-20T19:16:01.2044966Z [00:02:03.660]➜  		"zh-CN/ecs/EipFillParams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/EipFillParams.json",
2025-08-20T19:16:01.2045681Z [00:02:03.660]➜  		"zh-CN/ecs/EipFillProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/EipFillProduct.json",
2025-08-20T19:16:01.2046339Z [00:02:03.660]➜  		"zh-CN/ecs/EipNotifyPaid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/EipNotifyPaid.json",
2025-08-20T19:16:01.2047219Z [00:02:03.660]➜  		"zh-CN/ecs/EnablePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/EnablePhysicalConnection.json",
2025-08-20T19:16:01.2047917Z [00:02:03.660]➜  		"zh-CN/ecs/ExportImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ExportImage.json",
2025-08-20T19:16:01.2048648Z [00:02:03.660]➜  		"zh-CN/ecs/ExportSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ExportSnapshot.json",
2025-08-20T19:16:01.2049524Z [00:02:03.660]➜  		"zh-CN/ecs/GetInstanceConsoleOutput.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/GetInstanceConsoleOutput.json",
2025-08-20T19:16:01.2050381Z [00:02:03.660]➜  		"zh-CN/ecs/GetInstanceScreenshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/GetInstanceScreenshot.json",
2025-08-20T19:16:01.2051039Z [00:02:03.660]➜  		"zh-CN/ecs/ImportImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ImportImage.json",
2025-08-20T19:16:01.2051734Z [00:02:03.660]➜  		"zh-CN/ecs/ImportKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ImportKeyPair.json",
2025-08-20T19:16:01.2052693Z [00:02:03.660]➜  		"zh-CN/ecs/InstallCloudAssistant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/InstallCloudAssistant.json",
2025-08-20T19:16:01.2053384Z [00:02:03.660]➜  		"zh-CN/ecs/InvokeCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/InvokeCommand.json",
2025-08-20T19:16:01.2054232Z [00:02:03.660]➜  		"zh-CN/ecs/JoinResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/JoinResourceGroup.json",
2025-08-20T19:16:01.2055073Z [00:02:03.660]➜  		"zh-CN/ecs/JoinSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/JoinSecurityGroup.json",
2025-08-20T19:16:01.2055813Z [00:02:03.660]➜  		"zh-CN/ecs/LeaveSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/LeaveSecurityGroup.json",
2025-08-20T19:16:01.2056518Z [00:02:03.660]➜  		"zh-CN/ecs/ListPluginStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ListPluginStatus.json",
2025-08-20T19:16:01.2057221Z [00:02:03.660]➜  		"zh-CN/ecs/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ListTagResources.json",
2025-08-20T19:16:01.2058114Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyAutoProvisioningGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyAutoProvisioningGroup.json",
2025-08-20T19:16:01.2059046Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyAutoSnapshotPolicy.json",
2025-08-20T19:16:01.2060007Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyAutoSnapshotPolicyEx.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyAutoSnapshotPolicyEx.json",
2025-08-20T19:16:01.2060987Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyBandwidthPackageSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyBandwidthPackageSpec.json",
2025-08-20T19:16:01.2061945Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyCapacityReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyCapacityReservation.json",
2025-08-20T19:16:01.2062919Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyCommand.json",
2025-08-20T19:16:01.2063989Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyDedicatedHostAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostAttribute.json",
2025-08-20T19:16:01.2065198Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyDedicatedHostAutoReleaseTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostAutoReleaseTime.json",
2025-08-20T19:16:01.2066375Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyDedicatedHostAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostAutoRenewAttribute.json",
2025-08-20T19:16:01.2067510Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyDedicatedHostClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostClusterAttribute.json",
2025-08-20T19:16:01.2068586Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyDedicatedHostsChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostsChargeType.json",
2025-08-20T19:16:01.2069319Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyDemand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDemand.json",
2025-08-20T19:16:01.2070351Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyDeploymentSetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDeploymentSetAttribute.json",
2025-08-20T19:16:01.2071368Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyDiagnosticMetricSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDiagnosticMetricSet.json",
2025-08-20T19:16:01.2072269Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyDiskAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDiskAttribute.json",
2025-08-20T19:16:01.2073339Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyDiskChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDiskChargeType.json",
2025-08-20T19:16:01.2074164Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyDiskSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDiskSpec.json",
2025-08-20T19:16:01.2075175Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyEipAddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyEipAddressAttribute.json",
2025-08-20T19:16:01.2076343Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyElasticityAssurance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyElasticityAssurance.json",
2025-08-20T19:16:01.2077307Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyForwardEntry.json",
2025-08-20T19:16:01.2078203Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyHaVipAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyHaVipAttribute.json",
2025-08-20T19:16:01.2079181Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyHpcClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyHpcClusterAttribute.json",
2025-08-20T19:16:01.2080075Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyImageAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyImageAttribute.json",
2025-08-20T19:16:01.2081181Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyImageShareGroupPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyImageShareGroupPermission.json",
2025-08-20T19:16:01.2082286Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyImageSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyImageSharePermission.json",
2025-08-20T19:16:01.2083772Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyInstanceAttachmentAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceAttachmentAttributes.json",
2025-08-20T19:16:01.2084752Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceAttribute.json",
2025-08-20T19:16:01.2085822Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyInstanceAutoReleaseTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceAutoReleaseTime.json",
2025-08-20T19:16:01.2086935Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceAutoRenewAttribute.json",
2025-08-20T19:16:01.2087915Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceChargeType.json",
2025-08-20T19:16:01.2088882Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyInstanceDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceDeployment.json",
2025-08-20T19:16:01.2090066Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyInstanceMaintenanceAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceMaintenanceAttributes.json",
2025-08-20T19:16:01.2091119Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyInstanceMetadataOptions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceMetadataOptions.json",
2025-08-20T19:16:01.2092109Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyInstanceNetworkSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceNetworkSpec.json",
2025-08-20T19:16:01.2093112Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceSpec.json",
2025-08-20T19:16:01.2093990Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyInstanceVncPasswd.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceVncPasswd.json",
2025-08-20T19:16:01.2094965Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyInstanceVpcAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceVpcAttribute.json",
2025-08-20T19:16:01.2096124Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyLaunchTemplateDefaultVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyLaunchTemplateDefaultVersion.json",
2025-08-20T19:16:01.2096995Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyManagedInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyManagedInstance.json",
2025-08-20T19:16:01.2098030Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyNetworkInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyNetworkInterfaceAttribute.json",
2025-08-20T19:16:01.2099345Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyPhysicalConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyPhysicalConnectionAttribute.json",
2025-08-20T19:16:01.2100304Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyPrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyPrefixList.json",
2025-08-20T19:16:01.2101304Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyPrepayInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyPrepayInstanceSpec.json",
2025-08-20T19:16:01.2102359Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyReservedInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyReservedInstanceAttribute.json",
2025-08-20T19:16:01.2103790Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyReservedInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyReservedInstanceAutoRenewAttribute.json",
2025-08-20T19:16:01.2104872Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyReservedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyReservedInstances.json",
2025-08-20T19:16:01.2106058Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyRouterInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyRouterInterfaceAttribute.json",
2025-08-20T19:16:01.2107083Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyRouterInterfaceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyRouterInterfaceSpec.json",
2025-08-20T19:16:01.2108092Z [00:02:03.660]➜  		"zh-CN/ecs/ModifySecurityGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySecurityGroupAttribute.json",
2025-08-20T19:16:01.2109161Z [00:02:03.660]➜  		"zh-CN/ecs/ModifySecurityGroupEgressRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySecurityGroupEgressRule.json",
2025-08-20T19:16:01.2110118Z [00:02:03.660]➜  		"zh-CN/ecs/ModifySecurityGroupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySecurityGroupPolicy.json",
2025-08-20T19:16:01.2111025Z [00:02:03.660]➜  		"zh-CN/ecs/ModifySecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySecurityGroupRule.json",
2025-08-20T19:16:01.2111918Z [00:02:03.660]➜  		"zh-CN/ecs/ModifySnapshotAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySnapshotAttribute.json",
2025-08-20T19:16:01.2112960Z [00:02:03.660]➜  		"zh-CN/ecs/ModifySnapshotGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySnapshotGroup.json",
2025-08-20T19:16:01.2114114Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyStorageCapacityUnitAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyStorageCapacityUnitAttribute.json",
2025-08-20T19:16:01.2115190Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyStorageSetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyStorageSetAttribute.json",
2025-08-20T19:16:01.2116403Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyUserBusinessBehavior.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyUserBusinessBehavior.json",
2025-08-20T19:16:01.2117420Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyVRouterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyVRouterAttribute.json",
2025-08-20T19:16:01.2118339Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyVSwitchAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyVSwitchAttribute.json",
2025-08-20T19:16:01.2119485Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyVirtualBorderRouterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyVirtualBorderRouterAttribute.json",
2025-08-20T19:16:01.2120332Z [00:02:03.660]➜  		"zh-CN/ecs/ModifyVpcAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyVpcAttribute.json",
2025-08-20T19:16:01.2121485Z [00:02:03.660]➜  		"zh-CN/ecs/PurchaseReservedInstancesOffering.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/PurchaseReservedInstancesOffering.json",
2025-08-20T19:16:01.2122694Z [00:02:03.660]➜  		"zh-CN/ecs/PurchaseStorageCapacityUnit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/PurchaseStorageCapacityUnit.json",
2025-08-20T19:16:01.2123518Z [00:02:03.660]➜  		"zh-CN/ecs/ReActivateInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReActivateInstances.json",
2025-08-20T19:16:01.2124249Z [00:02:03.660]➜  		"zh-CN/ecs/ReInitDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReInitDisk.json",
2025-08-20T19:16:01.2125060Z [00:02:03.660]➜  		"zh-CN/ecs/RebootInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RebootInstance.json",
2025-08-20T19:16:01.2125816Z [00:02:03.660]➜  		"zh-CN/ecs/RebootInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RebootInstances.json",
2025-08-20T19:16:01.2126859Z [00:02:03.660]➜  		"zh-CN/ecs/RecoverVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RecoverVirtualBorderRouter.json",
2025-08-20T19:16:01.2127959Z [00:02:03.660]➜  		"zh-CN/ecs/RedeployDedicatedHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RedeployDedicatedHost.json",
2025-08-20T19:16:01.2128924Z [00:02:03.660]➜  		"zh-CN/ecs/RedeployInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RedeployInstance.json",
2025-08-20T19:16:01.2129931Z [00:02:03.660]➜  		"zh-CN/ecs/ReleaseCapacityReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReleaseCapacityReservation.json",
2025-08-20T19:16:01.2130848Z [00:02:03.660]➜  		"zh-CN/ecs/ReleaseDedicatedHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReleaseDedicatedHost.json",
2025-08-20T19:16:01.2131684Z [00:02:03.660]➜  		"zh-CN/ecs/ReleaseEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReleaseEipAddress.json",
2025-08-20T19:16:01.2132788Z [00:02:03.660]➜  		"zh-CN/ecs/ReleasePublicIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReleasePublicIpAddress.json",
2025-08-20T19:16:01.2133817Z [00:02:03.660]➜  		"zh-CN/ecs/RemoveBandwidthPackageIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RemoveBandwidthPackageIps.json",
2025-08-20T19:16:01.2134536Z [00:02:03.660]➜  		"zh-CN/ecs/RemoveTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RemoveTags.json",
2025-08-20T19:16:01.2135412Z [00:02:03.660]➜  		"zh-CN/ecs/RenewDedicatedHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RenewDedicatedHosts.json",
2025-08-20T19:16:01.2136173Z [00:02:03.661]➜  		"zh-CN/ecs/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RenewInstance.json",
2025-08-20T19:16:01.2137094Z [00:02:03.661]➜  		"zh-CN/ecs/RenewReservedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RenewReservedInstances.json",
2025-08-20T19:16:01.2138052Z [00:02:03.661]➜  		"zh-CN/ecs/ReplaceSystemDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReplaceSystemDisk.json",
2025-08-20T19:16:01.2139048Z [00:02:03.661]➜  		"zh-CN/ecs/ReportInstancesStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReportInstancesStatus.json",
2025-08-20T19:16:01.2139722Z [00:02:03.661]➜  		"zh-CN/ecs/ResetDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ResetDisk.json",
2025-08-20T19:16:01.2140439Z [00:02:03.661]➜  		"zh-CN/ecs/ResetDisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ResetDisks.json",
2025-08-20T19:16:01.2141127Z [00:02:03.661]➜  		"zh-CN/ecs/ResizeDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ResizeDisk.json",
2025-08-20T19:16:01.2141990Z [00:02:03.661]➜  		"zh-CN/ecs/RevokeSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RevokeSecurityGroup.json",
2025-08-20T19:16:01.2143080Z [00:02:03.661]➜  		"zh-CN/ecs/RevokeSecurityGroupEgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RevokeSecurityGroupEgress.json",
2025-08-20T19:16:01.2143857Z [00:02:03.661]➜  		"zh-CN/ecs/RunCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RunCommand.json",
2025-08-20T19:16:01.2144660Z [00:02:03.661]➜  		"zh-CN/ecs/RunInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RunInstances.json",
2025-08-20T19:16:01.2145391Z [00:02:03.661]➜  		"zh-CN/ecs/SendFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/SendFile.json",
2025-08-20T19:16:01.2146338Z [00:02:03.661]➜  		"zh-CN/ecs/StartElasticityAssurance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartElasticityAssurance.json",
2025-08-20T19:16:01.2147337Z [00:02:03.661]➜  		"zh-CN/ecs/StartImagePipelineExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartImagePipelineExecution.json",
2025-08-20T19:16:01.2148108Z [00:02:03.661]➜  		"zh-CN/ecs/StartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartInstance.json",
2025-08-20T19:16:01.2148987Z [00:02:03.661]➜  		"zh-CN/ecs/StartInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartInstances.json",
2025-08-20T19:16:01.2149967Z [00:02:03.661]➜  		"zh-CN/ecs/StartTerminalSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartTerminalSession.json",
2025-08-20T19:16:01.2150720Z [00:02:03.661]➜  		"zh-CN/ecs/StopInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StopInstance.json",
2025-08-20T19:16:01.2151490Z [00:02:03.661]➜  		"zh-CN/ecs/StopInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StopInstances.json",
2025-08-20T19:16:01.2152270Z [00:02:03.661]➜  		"zh-CN/ecs/StopInvocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StopInvocation.json",
2025-08-20T19:16:01.2153221Z [00:02:03.661]➜  		"zh-CN/ecs/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/TagResources.json",
2025-08-20T19:16:01.2154273Z [00:02:03.661]➜  		"zh-CN/ecs/TerminatePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/TerminatePhysicalConnection.json",
2025-08-20T19:16:01.2155324Z [00:02:03.661]➜  		"zh-CN/ecs/TerminateVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/TerminateVirtualBorderRouter.json",
2025-08-20T19:16:01.2156219Z [00:02:03.661]➜  		"zh-CN/ecs/UnassignIpv6Addresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UnassignIpv6Addresses.json",
2025-08-20T19:16:01.2157227Z [00:02:03.661]➜  		"zh-CN/ecs/UnassignPrivateIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UnassignPrivateIpAddresses.json",
2025-08-20T19:16:01.2158123Z [00:02:03.661]➜  		"zh-CN/ecs/UnassociateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UnassociateEipAddress.json",
2025-08-20T19:16:01.2159061Z [00:02:03.661]➜  		"zh-CN/ecs/UnassociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UnassociateHaVip.json",
2025-08-20T19:16:01.2159848Z [00:02:03.661]➜  		"zh-CN/ecs/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UntagResources.json",
2025-08-20T19:16:01.2160618Z [00:02:03.661]➜  		"zh-CN/ecs/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/version.json",
2025-08-20T19:16:01.2161644Z [00:02:03.661]➜  		"zh-CN/edas/AbortAndRollbackChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AbortAndRollbackChangeOrder.json",
2025-08-20T19:16:01.2162667Z [00:02:03.661]➜  		"zh-CN/edas/AbortChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AbortChangeOrder.json",
2025-08-20T19:16:01.2163418Z [00:02:03.661]➜  		"zh-CN/edas/AddLogPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AddLogPath.json",
2025-08-20T19:16:01.2164355Z [00:02:03.661]➜  		"zh-CN/edas/AuthorizeApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AuthorizeApplication.json",
2025-08-20T19:16:01.2165336Z [00:02:03.661]➜  		"zh-CN/edas/AuthorizeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AuthorizeResourceGroup.json",
2025-08-20T19:16:01.2166126Z [00:02:03.661]➜  		"zh-CN/edas/AuthorizeRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AuthorizeRole.json",
2025-08-20T19:16:01.2166858Z [00:02:03.661]➜  		"zh-CN/edas/BindEcsSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/BindEcsSlb.json",
2025-08-20T19:16:01.2167604Z [00:02:03.661]➜  		"zh-CN/edas/BindK8sSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/BindK8sSlb.json",
2025-08-20T19:16:01.2168290Z [00:02:03.661]➜  		"zh-CN/edas/BindSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/BindSlb.json",
2025-08-20T19:16:01.2169132Z [00:02:03.661]➜  		"zh-CN/edas/ChangeDeployGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ChangeDeployGroup.json",
2025-08-20T19:16:01.2170125Z [00:02:03.661]➜  		"zh-CN/edas/ContinuePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ContinuePipeline.json",
2025-08-20T19:16:01.2171151Z [00:02:03.661]➜  		"zh-CN/edas/ConvertK8sResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ConvertK8sResource.json",
2025-08-20T19:16:01.2172235Z [00:02:03.661]➜  		"zh-CN/edas/CreateApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateApplicationScalingRule.json",
2025-08-20T19:16:01.2173303Z [00:02:03.661]➜  		"zh-CN/edas/CreateConfigTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateConfigTemplate.json",
2025-08-20T19:16:01.2174288Z [00:02:03.661]➜  		"zh-CN/edas/CreateIDCImportCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateIDCImportCommand.json",
2025-08-20T19:16:01.2175145Z [00:02:03.661]➜  		"zh-CN/edas/CreateK8sConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateK8sConfigMap.json",
2025-08-20T19:16:01.2176053Z [00:02:03.661]➜  		"zh-CN/edas/CreateK8sIngressRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateK8sIngressRule.json",
2025-08-20T19:16:01.2176842Z [00:02:03.661]➜  		"zh-CN/edas/CreateK8sSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateK8sSecret.json",
2025-08-20T19:16:01.2177664Z [00:02:03.661]➜  		"zh-CN/edas/CreateK8sService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateK8sService.json",
2025-08-20T19:16:01.2178553Z [00:02:03.661]➜  		"zh-CN/edas/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteApplication.json",
2025-08-20T19:16:01.2179635Z [00:02:03.661]➜  		"zh-CN/edas/DeleteApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteApplicationScalingRule.json",
2025-08-20T19:16:01.2180564Z [00:02:03.661]➜  		"zh-CN/edas/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteCluster.json",
2025-08-20T19:16:01.2181407Z [00:02:03.661]➜  		"zh-CN/edas/DeleteClusterMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteClusterMember.json",
2025-08-20T19:16:01.2182914Z [00:02:03.661]➜  		"zh-CN/edas/DeleteConfigTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteConfigTemplate.json",
2025-08-20T19:16:01.2183858Z [00:02:03.661]➜  		"zh-CN/edas/DeleteDeployGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteDeployGroup.json",
2025-08-20T19:16:01.2184634Z [00:02:03.661]➜  		"zh-CN/edas/DeleteEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteEcu.json",
2025-08-20T19:16:01.2185525Z [00:02:03.661]➜  		"zh-CN/edas/DeleteK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sApplication.json",
2025-08-20T19:16:01.2186388Z [00:02:03.661]➜  		"zh-CN/edas/DeleteK8sConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sConfigMap.json",
2025-08-20T19:16:01.2187283Z [00:02:03.661]➜  		"zh-CN/edas/DeleteK8sIngressRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sIngressRule.json",
2025-08-20T19:16:01.2188161Z [00:02:03.661]➜  		"zh-CN/edas/DeleteK8sSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sSecret.json",
2025-08-20T19:16:01.2189006Z [00:02:03.661]➜  		"zh-CN/edas/DeleteK8sService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sService.json",
2025-08-20T19:16:01.2189810Z [00:02:03.661]➜  		"zh-CN/edas/DeleteLogPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteLogPath.json",
2025-08-20T19:16:01.2190530Z [00:02:03.661]➜  		"zh-CN/edas/DeleteRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteRole.json",
2025-08-20T19:16:01.2191416Z [00:02:03.661]➜  		"zh-CN/edas/DeleteServiceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteServiceGroup.json",
2025-08-20T19:16:01.2192609Z [00:02:03.661]➜  		"zh-CN/edas/DeleteSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteSwimmingLane.json",
2025-08-20T19:16:01.2193726Z [00:02:03.661]➜  		"zh-CN/edas/DeleteUserDefineRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteUserDefineRegion.json",
2025-08-20T19:16:01.2194604Z [00:02:03.661]➜  		"zh-CN/edas/DeployApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeployApplication.json",
2025-08-20T19:16:01.2195510Z [00:02:03.661]➜  		"zh-CN/edas/DeployK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeployK8sApplication.json",
2025-08-20T19:16:01.2196485Z [00:02:03.661]➜  		"zh-CN/edas/DescribeAppInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DescribeAppInstanceList.json",
2025-08-20T19:16:01.2197641Z [00:02:03.661]➜  		"zh-CN/edas/DescribeApplicationScalingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DescribeApplicationScalingRules.json",
2025-08-20T19:16:01.2198753Z [00:02:03.661]➜  		"zh-CN/edas/DisableApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DisableApplicationScalingRule.json",
2025-08-20T19:16:01.2199819Z [00:02:03.661]➜  		"zh-CN/edas/EnableApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/EnableApplicationScalingRule.json",
2025-08-20T19:16:01.2200677Z [00:02:03.661]➜  		"zh-CN/edas/GetAppDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetAppDeployment.json",
2025-08-20T19:16:01.2201488Z [00:02:03.661]➜  		"zh-CN/edas/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetApplication.json",
2025-08-20T19:16:01.2202372Z [00:02:03.661]➜  		"zh-CN/edas/GetChangeOrderInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetChangeOrderInfo.json",
2025-08-20T19:16:01.2203449Z [00:02:03.661]➜  		"zh-CN/edas/GetCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetCluster.json",
2025-08-20T19:16:01.2204596Z [00:02:03.661]➜  		"zh-CN/edas/GetContainerConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetContainerConfiguration.json",
2025-08-20T19:16:01.2205484Z [00:02:03.661]➜  		"zh-CN/edas/GetJavaStartUpConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetJavaStartUpConfig.json",
2025-08-20T19:16:01.2206389Z [00:02:03.661]➜  		"zh-CN/edas/GetJvmConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetJvmConfiguration.json",
2025-08-20T19:16:01.2207344Z [00:02:03.661]➜  		"zh-CN/edas/GetK8sAppPrecheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetK8sAppPrecheckResult.json",
2025-08-20T19:16:01.2208183Z [00:02:03.661]➜  		"zh-CN/edas/GetK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetK8sApplication.json",
2025-08-20T19:16:01.2208960Z [00:02:03.661]➜  		"zh-CN/edas/GetK8sCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetK8sCluster.json",
2025-08-20T19:16:01.2209749Z [00:02:03.661]➜  		"zh-CN/edas/GetK8sServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetK8sServices.json",
2025-08-20T19:16:01.2210729Z [00:02:03.661]➜  		"zh-CN/edas/GetPackageStorageCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetPackageStorageCredential.json",
2025-08-20T19:16:01.2211545Z [00:02:03.661]➜  		"zh-CN/edas/GetScalingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetScalingRules.json",
2025-08-20T19:16:01.2212347Z [00:02:03.661]➜  		"zh-CN/edas/GetSecureToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetSecureToken.json",
2025-08-20T19:16:01.2213502Z [00:02:03.661]➜  		"zh-CN/edas/GetServiceConsumersPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceConsumersPage.json",
2025-08-20T19:16:01.2214556Z [00:02:03.661]➜  		"zh-CN/edas/GetServiceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceDetail.json",
2025-08-20T19:16:01.2215599Z [00:02:03.661]➜  		"zh-CN/edas/GetServiceListPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceListPage.json",
2025-08-20T19:16:01.2216539Z [00:02:03.661]➜  		"zh-CN/edas/GetServiceMethodPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceMethodPage.json",
2025-08-20T19:16:01.2217542Z [00:02:03.661]➜  		"zh-CN/edas/GetServiceProvidersPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceProvidersPage.json",
2025-08-20T19:16:01.2218442Z [00:02:03.661]➜  		"zh-CN/edas/GetWebContainerConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetWebContainerConfig.json",
2025-08-20T19:16:01.2219284Z [00:02:03.661]➜  		"zh-CN/edas/ImportK8sCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ImportK8sCluster.json",
2025-08-20T19:16:01.2220164Z [00:02:03.661]➜  		"zh-CN/edas/InsertApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertApplication.json",
2025-08-20T19:16:01.2220861Z [00:02:03.661]➜  		"zh-CN/edas/InsertCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertCluster.json",
2025-08-20T19:16:01.2221719Z [00:02:03.661]➜  		"zh-CN/edas/InsertClusterMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertClusterMember.json",
2025-08-20T19:16:01.2222763Z [00:02:03.661]➜  		"zh-CN/edas/InsertDeployGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertDeployGroup.json",
2025-08-20T19:16:01.2223688Z [00:02:03.661]➜  		"zh-CN/edas/InsertK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertK8sApplication.json",
2025-08-20T19:16:01.2224678Z [00:02:03.661]➜  		"zh-CN/edas/InsertOrUpdateRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertOrUpdateRegion.json",
2025-08-20T19:16:01.2225382Z [00:02:03.661]➜  		"zh-CN/edas/InsertRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertRole.json",
2025-08-20T19:16:01.2226317Z [00:02:03.661]➜  		"zh-CN/edas/InsertServiceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertServiceGroup.json",
2025-08-20T19:16:01.2227140Z [00:02:03.661]➜  		"zh-CN/edas/InsertSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertSwimmingLane.json",
2025-08-20T19:16:01.2228066Z [00:02:03.661]➜  		"zh-CN/edas/InsertSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertSwimmingLaneGroup.json",
2025-08-20T19:16:01.2228797Z [00:02:03.661]➜  		"zh-CN/edas/InstallAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InstallAgent.json",
2025-08-20T19:16:01.2229633Z [00:02:03.661]➜  		"zh-CN/edas/ListAliyunRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListAliyunRegion.json",
2025-08-20T19:16:01.2230468Z [00:02:03.661]➜  		"zh-CN/edas/ListApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListApplication.json",
2025-08-20T19:16:01.2231359Z [00:02:03.661]➜  		"zh-CN/edas/ListApplicationEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListApplicationEcu.json",
2025-08-20T19:16:01.2232117Z [00:02:03.661]➜  		"zh-CN/edas/ListAuthority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListAuthority.json",
2025-08-20T19:16:01.2233060Z [00:02:03.661]➜  		"zh-CN/edas/ListBuildPack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListBuildPack.json",
2025-08-20T19:16:01.2233839Z [00:02:03.661]➜  		"zh-CN/edas/ListCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListCluster.json",
2025-08-20T19:16:01.2234724Z [00:02:03.661]➜  		"zh-CN/edas/ListClusterMembers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListClusterMembers.json",
2025-08-20T19:16:01.2235647Z [00:02:03.661]➜  		"zh-CN/edas/ListComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListComponents.json",
2025-08-20T19:16:01.2236683Z [00:02:03.661]➜  		"zh-CN/edas/ListConfigTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListConfigTemplates.json",
2025-08-20T19:16:01.2237591Z [00:02:03.661]➜  		"zh-CN/edas/ListConsumedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListConsumedServices.json",
2025-08-20T19:16:01.2238441Z [00:02:03.661]➜  		"zh-CN/edas/ListConvertableEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListConvertableEcu.json",
2025-08-20T19:16:01.2239250Z [00:02:03.661]➜  		"zh-CN/edas/ListDeployGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListDeployGroup.json",
2025-08-20T19:16:01.2240127Z [00:02:03.661]➜  		"zh-CN/edas/ListEcsNotInCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListEcsNotInCluster.json",
2025-08-20T19:16:01.2240900Z [00:02:03.661]➜  		"zh-CN/edas/ListEcuByRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListEcuByRegion.json",
2025-08-20T19:16:01.2241819Z [00:02:03.661]➜  		"zh-CN/edas/ListHistoryDeployVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListHistoryDeployVersion.json",
2025-08-20T19:16:01.2242812Z [00:02:03.661]➜  		"zh-CN/edas/ListK8sConfigMaps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListK8sConfigMaps.json",
2025-08-20T19:16:01.2243729Z [00:02:03.661]➜  		"zh-CN/edas/ListK8sIngressRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListK8sIngressRules.json",
2025-08-20T19:16:01.2244623Z [00:02:03.661]➜  		"zh-CN/edas/ListK8sNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListK8sNamespaces.json",
2025-08-20T19:16:01.2245610Z [00:02:03.661]➜  		"zh-CN/edas/ListK8sSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListK8sSecrets.json",
2025-08-20T19:16:01.2246432Z [00:02:03.661]➜  		"zh-CN/edas/ListMethods.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListMethods.json",
2025-08-20T19:16:01.2247544Z [00:02:03.661]➜  		"zh-CN/edas/ListPublishedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListPublishedServices.json",
2025-08-20T19:16:01.2248521Z [00:02:03.661]➜  		"zh-CN/edas/ListRecentChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListRecentChangeOrder.json",
2025-08-20T19:16:01.2249437Z [00:02:03.661]➜  		"zh-CN/edas/ListResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListResourceGroup.json",
2025-08-20T19:16:01.2250183Z [00:02:03.661]➜  		"zh-CN/edas/ListRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListRole.json",
2025-08-20T19:16:01.2251070Z [00:02:03.661]➜  		"zh-CN/edas/ListScaleOutEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListScaleOutEcu.json",
2025-08-20T19:16:01.2251976Z [00:02:03.661]➜  		"zh-CN/edas/ListServiceGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListServiceGroups.json",
2025-08-20T19:16:01.2252888Z [00:02:03.661]➜  		"zh-CN/edas/ListSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListSlb.json",
2025-08-20T19:16:01.2253771Z [00:02:03.661]➜  		"zh-CN/edas/ListSubAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListSubAccount.json",
2025-08-20T19:16:01.2254685Z [00:02:03.661]➜  		"zh-CN/edas/ListSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListSwimmingLane.json",
2025-08-20T19:16:01.2255707Z [00:02:03.661]➜  		"zh-CN/edas/ListSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListSwimmingLaneGroup.json",
2025-08-20T19:16:01.2256646Z [00:02:03.661]➜  		"zh-CN/edas/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListTagResources.json",
2025-08-20T19:16:01.2257772Z [00:02:03.661]➜  		"zh-CN/edas/ListUserDefineRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListUserDefineRegion.json",
2025-08-20T19:16:01.2258671Z [00:02:03.661]➜  		"zh-CN/edas/ListVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListVpc.json",
2025-08-20T19:16:01.2259511Z [00:02:03.661]➜  		"zh-CN/edas/MigrateEcu.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/MigrateEcu.json",
2025-08-20T19:16:01.2260434Z [00:02:03.661]➜  		"zh-CN/edas/ModifyScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ModifyScalingRule.json",
2025-08-20T19:16:01.2261431Z [00:02:03.661]➜  		"zh-CN/edas/QueryApplicationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryApplicationStatus.json",
2025-08-20T19:16:01.2262259Z [00:02:03.661]➜  		"zh-CN/edas/QueryEccInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryEccInfo.json",
2025-08-20T19:16:01.2263386Z [00:02:03.661]➜  		"zh-CN/edas/QueryMigrateEcuList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryMigrateEcuList.json",
2025-08-20T19:16:01.2264441Z [00:02:03.661]➜  		"zh-CN/edas/QueryMigrateRegionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryMigrateRegionList.json",
2025-08-20T19:16:01.2265342Z [00:02:03.661]➜  		"zh-CN/edas/QueryRegionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryRegionConfig.json",
2025-08-20T19:16:01.2266282Z [00:02:03.661]➜  		"zh-CN/edas/QuerySlsLogStoreList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QuerySlsLogStoreList.json",
2025-08-20T19:16:01.2267150Z [00:02:03.661]➜  		"zh-CN/edas/ResetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ResetApplication.json",
2025-08-20T19:16:01.2268043Z [00:02:03.661]➜  		"zh-CN/edas/RestartApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RestartApplication.json",
2025-08-20T19:16:01.2269034Z [00:02:03.661]➜  		"zh-CN/edas/RestartK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RestartK8sApplication.json",
2025-08-20T19:16:01.2270057Z [00:02:03.661]➜  		"zh-CN/edas/RetryChangeOrderTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RetryChangeOrderTask.json",
2025-08-20T19:16:01.2270972Z [00:02:03.662]➜  		"zh-CN/edas/RollbackApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RollbackApplication.json",
2025-08-20T19:16:01.2271806Z [00:02:03.662]➜  		"zh-CN/edas/RollbackChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RollbackChangeOrder.json",
2025-08-20T19:16:01.2272873Z [00:02:03.662]➜  		"zh-CN/edas/ScaleInApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ScaleInApplication.json",
2025-08-20T19:16:01.2273761Z [00:02:03.662]➜  		"zh-CN/edas/ScaleK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ScaleK8sApplication.json",
2025-08-20T19:16:01.2274663Z [00:02:03.662]➜  		"zh-CN/edas/ScaleOutApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ScaleOutApplication.json",
2025-08-20T19:16:01.2275887Z [00:02:03.662]➜  		"zh-CN/edas/ScaleoutApplicationWithNewInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ScaleoutApplicationWithNewInstances.json",
2025-08-20T19:16:01.2276740Z [00:02:03.662]➜  		"zh-CN/edas/StartApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StartApplication.json",
2025-08-20T19:16:01.2277610Z [00:02:03.662]➜  		"zh-CN/edas/StartK8sAppPrecheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StartK8sAppPrecheck.json",
2025-08-20T19:16:01.2278507Z [00:02:03.662]➜  		"zh-CN/edas/StartK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StartK8sApplication.json",
2025-08-20T19:16:01.2279315Z [00:02:03.662]➜  		"zh-CN/edas/StopApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StopApplication.json",
2025-08-20T19:16:01.2280306Z [00:02:03.662]➜  		"zh-CN/edas/StopK8sApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StopK8sApplication.json",
2025-08-20T19:16:01.2281420Z [00:02:03.662]➜  		"zh-CN/edas/SwitchAdvancedMonitoring.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/SwitchAdvancedMonitoring.json",
2025-08-20T19:16:01.2282352Z [00:02:03.662]➜  		"zh-CN/edas/SynchronizeResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/SynchronizeResource.json",
2025-08-20T19:16:01.2283331Z [00:02:03.662]➜  		"zh-CN/edas/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/TagResources.json",
2025-08-20T19:16:01.2284303Z [00:02:03.662]➜  		"zh-CN/edas/TransformClusterMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/TransformClusterMember.json",
2025-08-20T19:16:01.2285094Z [00:02:03.662]➜  		"zh-CN/edas/UnbindK8sSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UnbindK8sSlb.json",
2025-08-20T19:16:01.2285818Z [00:02:03.662]➜  		"zh-CN/edas/UnbindSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UnbindSlb.json",
2025-08-20T19:16:01.2286624Z [00:02:03.662]➜  		"zh-CN/edas/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UntagResources.json",
2025-08-20T19:16:01.2287460Z [00:02:03.662]➜  		"zh-CN/edas/UpdateAccountInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateAccountInfo.json",
2025-08-20T19:16:01.2288479Z [00:02:03.662]➜  		"zh-CN/edas/UpdateApplicationBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateApplicationBaseInfo.json",
2025-08-20T19:16:01.2289517Z [00:02:03.662]➜  		"zh-CN/edas/UpdateApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateApplicationScalingRule.json",
2025-08-20T19:16:01.2290618Z [00:02:03.662]➜  		"zh-CN/edas/UpdateConfigTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateConfigTemplate.json",
2025-08-20T19:16:01.2291602Z [00:02:03.662]➜  		"zh-CN/edas/UpdateContainer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateContainer.json",
2025-08-20T19:16:01.2292864Z [00:02:03.662]➜  		"zh-CN/edas/UpdateContainerConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateContainerConfiguration.json",
2025-08-20T19:16:01.2293763Z [00:02:03.662]➜  		"zh-CN/edas/UpdateHealthCheckUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateHealthCheckUrl.json",
2025-08-20T19:16:01.2294706Z [00:02:03.662]➜  		"zh-CN/edas/UpdateHookConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateHookConfiguration.json",
2025-08-20T19:16:01.2295649Z [00:02:03.662]➜  		"zh-CN/edas/UpdateJvmConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateJvmConfiguration.json",
2025-08-20T19:16:01.2296824Z [00:02:03.662]➜  		"zh-CN/edas/UpdateK8sApplicationBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sApplicationBaseInfo.json",
2025-08-20T19:16:01.2297955Z [00:02:03.662]➜  		"zh-CN/edas/UpdateK8sApplicationConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sApplicationConfig.json",
2025-08-20T19:16:01.2298829Z [00:02:03.662]➜  		"zh-CN/edas/UpdateK8sConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sConfigMap.json",
2025-08-20T19:16:01.2299723Z [00:02:03.662]➜  		"zh-CN/edas/UpdateK8sIngressRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sIngressRule.json",
2025-08-20T19:16:01.2300574Z [00:02:03.662]➜  		"zh-CN/edas/UpdateK8sResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sResource.json",
2025-08-20T19:16:01.2301410Z [00:02:03.662]➜  		"zh-CN/edas/UpdateK8sSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sSecret.json",
2025-08-20T19:16:01.2302236Z [00:02:03.662]➜  		"zh-CN/edas/UpdateK8sService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sService.json",
2025-08-20T19:16:01.2303208Z [00:02:03.662]➜  		"zh-CN/edas/UpdateK8sSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sSlb.json",
2025-08-20T19:16:01.2303959Z [00:02:03.662]➜  		"zh-CN/edas/UpdateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateRole.json",
2025-08-20T19:16:01.2304815Z [00:02:03.662]➜  		"zh-CN/edas/UpdateSlsLogStore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateSlsLogStore.json",
2025-08-20T19:16:01.2305662Z [00:02:03.662]➜  		"zh-CN/edas/UpdateSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateSwimmingLane.json",
2025-08-20T19:16:01.2306608Z [00:02:03.662]➜  		"zh-CN/edas/UpdateSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateSwimmingLaneGroup.json",
2025-08-20T19:16:01.2307273Z [00:02:03.662]➜  		"zh-CN/edas/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/version.json",
2025-08-20T19:16:01.2308119Z [00:02:03.662]➜  		"zh-CN/ehpc/AddContainerApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddContainerApp.json",
2025-08-20T19:16:01.2308899Z [00:02:03.662]➜  		"zh-CN/ehpc/AddExistedNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddExistedNodes.json",
2025-08-20T19:16:01.2309666Z [00:02:03.662]➜  		"zh-CN/ehpc/AddLocalNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddLocalNodes.json",
2025-08-20T19:16:01.2310401Z [00:02:03.662]➜  		"zh-CN/ehpc/AddNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddNodes.json",
2025-08-20T19:16:01.2311100Z [00:02:03.662]➜  		"zh-CN/ehpc/AddQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddQueue.json",
2025-08-20T19:16:01.2312100Z [00:02:03.662]➜  		"zh-CN/ehpc/AddSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddSecurityGroup.json",
2025-08-20T19:16:01.2313069Z [00:02:03.662]➜  		"zh-CN/ehpc/AddUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddUsers.json",
2025-08-20T19:16:01.2313845Z [00:02:03.662]➜  		"zh-CN/ehpc/ApplyNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ApplyNodes.json",
2025-08-20T19:16:01.2314666Z [00:02:03.662]➜  		"zh-CN/ehpc/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateCluster.json",
2025-08-20T19:16:01.2315523Z [00:02:03.662]➜  		"zh-CN/ehpc/CreateGWSCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateGWSCluster.json",
2025-08-20T19:16:01.2316350Z [00:02:03.662]➜  		"zh-CN/ehpc/CreateGWSImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateGWSImage.json",
2025-08-20T19:16:01.2317240Z [00:02:03.662]➜  		"zh-CN/ehpc/CreateGWSInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateGWSInstance.json",
2025-08-20T19:16:01.2318324Z [00:02:03.662]➜  		"zh-CN/ehpc/CreateHybridCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateHybridCluster.json",
2025-08-20T19:16:01.2319252Z [00:02:03.662]➜  		"zh-CN/ehpc/CreateJobFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateJobFile.json",
2025-08-20T19:16:01.2320148Z [00:02:03.662]➜  		"zh-CN/ehpc/CreateJobTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateJobTemplate.json",
2025-08-20T19:16:01.2320950Z [00:02:03.662]➜  		"zh-CN/ehpc/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteCluster.json",
2025-08-20T19:16:01.2321862Z [00:02:03.662]➜  		"zh-CN/ehpc/DeleteContainerApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteContainerApps.json",
2025-08-20T19:16:01.2322900Z [00:02:03.662]➜  		"zh-CN/ehpc/DeleteGWSCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteGWSCluster.json",
2025-08-20T19:16:01.2323782Z [00:02:03.662]➜  		"zh-CN/ehpc/DeleteGWSInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteGWSInstance.json",
2025-08-20T19:16:01.2324552Z [00:02:03.662]➜  		"zh-CN/ehpc/DeleteImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteImage.json",
2025-08-20T19:16:01.2325452Z [00:02:03.662]➜  		"zh-CN/ehpc/DeleteJobTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteJobTemplates.json",
2025-08-20T19:16:01.2326194Z [00:02:03.662]➜  		"zh-CN/ehpc/DeleteJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteJobs.json",
2025-08-20T19:16:01.2327067Z [00:02:03.662]➜  		"zh-CN/ehpc/DeleteLocalImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteLocalImage.json",
2025-08-20T19:16:01.2327871Z [00:02:03.662]➜  		"zh-CN/ehpc/DeleteNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteNodes.json",
2025-08-20T19:16:01.2328630Z [00:02:03.662]➜  		"zh-CN/ehpc/DeleteQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteQueue.json",
2025-08-20T19:16:01.2329548Z [00:02:03.662]➜  		"zh-CN/ehpc/DeleteSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteSecurityGroup.json",
2025-08-20T19:16:01.2330297Z [00:02:03.662]➜  		"zh-CN/ehpc/DeleteUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteUsers.json",
2025-08-20T19:16:01.2331260Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeAutoScaleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeAutoScaleConfig.json",
2025-08-20T19:16:01.2332102Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeCluster.json",
2025-08-20T19:16:01.2333222Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeContainerApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeContainerApp.json",
2025-08-20T19:16:01.2334294Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeEstackImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeEstackImage.json",
2025-08-20T19:16:01.2335416Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeGWSClusterPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeGWSClusterPolicy.json",
2025-08-20T19:16:01.2336355Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeGWSClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeGWSClusters.json",
2025-08-20T19:16:01.2337250Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeGWSImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeGWSImages.json",
2025-08-20T19:16:01.2338273Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeGWSInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeGWSInstances.json",
2025-08-20T19:16:01.2339141Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeImage.json",
2025-08-20T19:16:01.2340304Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeImageGatewayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeImageGatewayConfig.json",
2025-08-20T19:16:01.2341340Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeImagePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeImagePrice.json",
2025-08-20T19:16:01.2342129Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeJob.json",
2025-08-20T19:16:01.2343275Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeNFSClientStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeNFSClientStatus.json",
2025-08-20T19:16:01.2344089Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribePrice.json",
2025-08-20T19:16:01.2345031Z [00:02:03.662]➜  		"zh-CN/ehpc/DescribeServerlessJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeServerlessJobs.json",
2025-08-20T19:16:01.2345855Z [00:02:03.662]➜  		"zh-CN/ehpc/EditJobTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/EditJobTemplate.json",
2025-08-20T19:16:01.2346748Z [00:02:03.662]➜  		"zh-CN/ehpc/GetAccountingReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetAccountingReport.json",
2025-08-20T19:16:01.2347634Z [00:02:03.662]➜  		"zh-CN/ehpc/GetAutoScaleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetAutoScaleConfig.json",
2025-08-20T19:16:01.2348502Z [00:02:03.662]➜  		"zh-CN/ehpc/GetCloudMetricLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetCloudMetricLogs.json",
2025-08-20T19:16:01.2349449Z [00:02:03.662]➜  		"zh-CN/ehpc/GetCloudMetricProfiling.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetCloudMetricProfiling.json",
2025-08-20T19:16:01.2350317Z [00:02:03.662]➜  		"zh-CN/ehpc/GetClusterVolumes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetClusterVolumes.json",
2025-08-20T19:16:01.2351134Z [00:02:03.662]➜  		"zh-CN/ehpc/GetCommonImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetCommonImage.json",
2025-08-20T19:16:01.2352049Z [00:02:03.662]➜  		"zh-CN/ehpc/GetGWSConnectTicket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetGWSConnectTicket.json",
2025-08-20T19:16:01.2353174Z [00:02:03.662]➜  		"zh-CN/ehpc/GetHybridClusterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetHybridClusterConfig.json",
2025-08-20T19:16:01.2354220Z [00:02:03.662]➜  		"zh-CN/ehpc/GetIfEcsTypeSupportHtConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetIfEcsTypeSupportHtConfig.json",
2025-08-20T19:16:01.2354937Z [00:02:03.662]➜  		"zh-CN/ehpc/GetJobLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetJobLog.json",
2025-08-20T19:16:01.2355906Z [00:02:03.662]➜  		"zh-CN/ehpc/GetPostScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetPostScripts.json",
2025-08-20T19:16:01.2356867Z [00:02:03.662]➜  		"zh-CN/ehpc/GetSchedulerInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetSchedulerInfo.json",
2025-08-20T19:16:01.2357648Z [00:02:03.662]➜  		"zh-CN/ehpc/GetUserImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetUserImage.json",
2025-08-20T19:16:01.2358578Z [00:02:03.662]➜  		"zh-CN/ehpc/GetVisualServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetVisualServiceStatus.json",
2025-08-20T19:16:01.2359356Z [00:02:03.662]➜  		"zh-CN/ehpc/InitializeEHPC.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/InitializeEHPC.json",
2025-08-20T19:16:01.2360112Z [00:02:03.662]➜  		"zh-CN/ehpc/InspectImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/InspectImage.json",
2025-08-20T19:16:01.2361038Z [00:02:03.662]➜  		"zh-CN/ehpc/InstallSoftware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/InstallSoftware.json",
2025-08-20T19:16:01.2361907Z [00:02:03.662]➜  		"zh-CN/ehpc/InvokeShellCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/InvokeShellCommand.json",
2025-08-20T19:16:01.2363135Z [00:02:03.662]➜  		"zh-CN/ehpc/ListAvailableEcsTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListAvailableEcsTypes.json",
2025-08-20T19:16:01.2364247Z [00:02:03.662]➜  		"zh-CN/ehpc/ListCloudMetricProfilings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCloudMetricProfilings.json",
2025-08-20T19:16:01.2365176Z [00:02:03.662]➜  		"zh-CN/ehpc/ListClusterLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListClusterLogs.json",
2025-08-20T19:16:01.2365993Z [00:02:03.662]➜  		"zh-CN/ehpc/ListClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListClusters.json",
2025-08-20T19:16:01.2366896Z [00:02:03.662]➜  		"zh-CN/ehpc/ListClustersMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListClustersMeta.json",
2025-08-20T19:16:01.2367688Z [00:02:03.662]➜  		"zh-CN/ehpc/ListCommands.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCommands.json",
2025-08-20T19:16:01.2368619Z [00:02:03.662]➜  		"zh-CN/ehpc/ListCommunityImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCommunityImages.json",
2025-08-20T19:16:01.2369505Z [00:02:03.662]➜  		"zh-CN/ehpc/ListContainerApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListContainerApps.json",
2025-08-20T19:16:01.2370409Z [00:02:03.662]➜  		"zh-CN/ehpc/ListContainerImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListContainerImages.json",
2025-08-20T19:16:01.2371307Z [00:02:03.662]➜  		"zh-CN/ehpc/ListCpfsFileSystems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCpfsFileSystems.json",
2025-08-20T19:16:01.2372318Z [00:02:03.662]➜  		"zh-CN/ehpc/ListCurrentClientVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCurrentClientVersion.json",
2025-08-20T19:16:01.2373366Z [00:02:03.662]➜  		"zh-CN/ehpc/ListCustomImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCustomImages.json",
2025-08-20T19:16:01.2374475Z [00:02:03.662]➜  		"zh-CN/ehpc/ListFileSystemWithMountTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListFileSystemWithMountTargets.json",
2025-08-20T19:16:01.2375248Z [00:02:03.662]➜  		"zh-CN/ehpc/ListImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListImages.json",
2025-08-20T19:16:01.2376201Z [00:02:03.662]➜  		"zh-CN/ehpc/ListInstalledSoftware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListInstalledSoftware.json",
2025-08-20T19:16:01.2377145Z [00:02:03.662]➜  		"zh-CN/ehpc/ListInvocationResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListInvocationResults.json",
2025-08-20T19:16:01.2378229Z [00:02:03.662]➜  		"zh-CN/ehpc/ListInvocationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListInvocationStatus.json",
2025-08-20T19:16:01.2379221Z [00:02:03.662]➜  		"zh-CN/ehpc/ListJobTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListJobTemplates.json",
2025-08-20T19:16:01.2379944Z [00:02:03.662]➜  		"zh-CN/ehpc/ListJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListJobs.json",
2025-08-20T19:16:01.2380855Z [00:02:03.662]➜  		"zh-CN/ehpc/ListJobsWithFilters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListJobsWithFilters.json",
2025-08-20T19:16:01.2381587Z [00:02:03.662]➜  		"zh-CN/ehpc/ListNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListNodes.json",
2025-08-20T19:16:01.2382640Z [00:02:03.662]➜  		"zh-CN/ehpc/ListNodesByQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListNodesByQueue.json",
2025-08-20T19:16:01.2383670Z [00:02:03.662]➜  		"zh-CN/ehpc/ListNodesNoPaging.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListNodesNoPaging.json",
2025-08-20T19:16:01.2384763Z [00:02:03.662]➜  		"zh-CN/ehpc/ListPreferredEcsTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListPreferredEcsTypes.json",
2025-08-20T19:16:01.2385485Z [00:02:03.662]➜  		"zh-CN/ehpc/ListQueues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListQueues.json",
2025-08-20T19:16:01.2386255Z [00:02:03.662]➜  		"zh-CN/ehpc/ListRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListRegions.json",
2025-08-20T19:16:01.2387135Z [00:02:03.662]➜  		"zh-CN/ehpc/ListSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListSecurityGroups.json",
2025-08-20T19:16:01.2388049Z [00:02:03.662]➜  		"zh-CN/ehpc/ListServerlessJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListServerlessJobs.json",
2025-08-20T19:16:01.2388829Z [00:02:03.662]➜  		"zh-CN/ehpc/ListSoftwares.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListSoftwares.json",
2025-08-20T19:16:01.2389670Z [00:02:03.662]➜  		"zh-CN/ehpc/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListTagResources.json",
2025-08-20T19:16:01.2390397Z [00:02:03.662]➜  		"zh-CN/ehpc/ListTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListTasks.json",
2025-08-20T19:16:01.2391292Z [00:02:03.662]➜  		"zh-CN/ehpc/ListUpgradeClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListUpgradeClients.json",
2025-08-20T19:16:01.2392036Z [00:02:03.662]➜  		"zh-CN/ehpc/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListUsers.json",
2025-08-20T19:16:01.2393015Z [00:02:03.662]➜  		"zh-CN/ehpc/ListUsersAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListUsersAsync.json",
2025-08-20T19:16:01.2393794Z [00:02:03.662]➜  		"zh-CN/ehpc/ListVolumes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListVolumes.json",
2025-08-20T19:16:01.2394759Z [00:02:03.662]➜  		"zh-CN/ehpc/ModifyClusterAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyClusterAttributes.json",
2025-08-20T19:16:01.2395798Z [00:02:03.662]➜  		"zh-CN/ehpc/ModifyContainerAppAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyContainerAppAttributes.json",
2025-08-20T19:16:01.2396756Z [00:02:03.662]➜  		"zh-CN/ehpc/ModifyImageGatewayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyImageGatewayConfig.json",
2025-08-20T19:16:01.2397586Z [00:02:03.662]➜  		"zh-CN/ehpc/ModifyUserGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyUserGroups.json",
2025-08-20T19:16:01.2398468Z [00:02:03.662]➜  		"zh-CN/ehpc/ModifyUserPasswords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyUserPasswords.json",
2025-08-20T19:16:01.2399594Z [00:02:03.662]➜  		"zh-CN/ehpc/ModifyVisualServicePasswd.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyVisualServicePasswd.json",
2025-08-20T19:16:01.2400411Z [00:02:03.662]➜  		"zh-CN/ehpc/MountNFS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/MountNFS.json",
2025-08-20T19:16:01.2401162Z [00:02:03.662]➜  		"zh-CN/ehpc/PullImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/PullImage.json",
2025-08-20T19:16:01.2402127Z [00:02:03.662]➜  		"zh-CN/ehpc/QueryServicePackAndPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/QueryServicePackAndPrice.json",
2025-08-20T19:16:01.2403159Z [00:02:03.662]➜  		"zh-CN/ehpc/RecoverCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/RecoverCluster.json",
2025-08-20T19:16:01.2403884Z [00:02:03.662]➜  		"zh-CN/ehpc/RerunJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/RerunJobs.json",
2025-08-20T19:16:01.2404628Z [00:02:03.662]➜  		"zh-CN/ehpc/ResetNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ResetNodes.json",
2025-08-20T19:16:01.2405679Z [00:02:03.662]➜  		"zh-CN/ehpc/RunCloudMetricProfiling.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/RunCloudMetricProfiling.json",
2025-08-20T19:16:01.2406638Z [00:02:03.662]➜  		"zh-CN/ehpc/SetAutoScaleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetAutoScaleConfig.json",
2025-08-20T19:16:01.2407537Z [00:02:03.662]➜  		"zh-CN/ehpc/SetGWSClusterPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetGWSClusterPolicy.json",
2025-08-20T19:16:01.2408385Z [00:02:03.662]➜  		"zh-CN/ehpc/SetGWSInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetGWSInstanceName.json",
2025-08-20T19:16:01.2409220Z [00:02:03.662]➜  		"zh-CN/ehpc/SetGWSInstanceUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetGWSInstanceUser.json",
2025-08-20T19:16:01.2410000Z [00:02:03.662]➜  		"zh-CN/ehpc/SetPostScripts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetPostScripts.json",
2025-08-20T19:16:01.2410713Z [00:02:03.662]➜  		"zh-CN/ehpc/SetQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetQueue.json",
2025-08-20T19:16:01.2411520Z [00:02:03.662]➜  		"zh-CN/ehpc/SetSchedulerInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetSchedulerInfo.json",
2025-08-20T19:16:01.2412289Z [00:02:03.662]➜  		"zh-CN/ehpc/StartCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StartCluster.json",
2025-08-20T19:16:01.2413292Z [00:02:03.662]➜  		"zh-CN/ehpc/StartGWSInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StartGWSInstance.json",
2025-08-20T19:16:01.2414028Z [00:02:03.662]➜  		"zh-CN/ehpc/StartNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StartNodes.json",
2025-08-20T19:16:01.2414952Z [00:02:03.662]➜  		"zh-CN/ehpc/StartVisualService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StartVisualService.json",
2025-08-20T19:16:01.2415686Z [00:02:03.662]➜  		"zh-CN/ehpc/StopCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopCluster.json",
2025-08-20T19:16:01.2416526Z [00:02:03.662]➜  		"zh-CN/ehpc/StopGWSInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopGWSInstance.json",
2025-08-20T19:16:01.2417225Z [00:02:03.662]➜  		"zh-CN/ehpc/StopJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopJobs.json",
2025-08-20T19:16:01.2417977Z [00:02:03.662]➜  		"zh-CN/ehpc/StopNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopNodes.json",
2025-08-20T19:16:01.2418809Z [00:02:03.662]➜  		"zh-CN/ehpc/StopServerlessJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopServerlessJobs.json",
2025-08-20T19:16:01.2419643Z [00:02:03.662]➜  		"zh-CN/ehpc/StopVisualService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopVisualService.json",
2025-08-20T19:16:01.2420511Z [00:02:03.663]➜  		"zh-CN/ehpc/SubmitJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SubmitJob.json",
2025-08-20T19:16:01.2421512Z [00:02:03.663]➜  		"zh-CN/ehpc/SubmitServerlessJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SubmitServerlessJob.json",
2025-08-20T19:16:01.2422266Z [00:02:03.663]➜  		"zh-CN/ehpc/SummaryImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SummaryImages.json",
2025-08-20T19:16:01.2423317Z [00:02:03.663]➜  		"zh-CN/ehpc/SummaryImagesInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SummaryImagesInfo.json",
2025-08-20T19:16:01.2424028Z [00:02:03.663]➜  		"zh-CN/ehpc/SyncUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SyncUsers.json",
2025-08-20T19:16:01.2424798Z [00:02:03.663]➜  		"zh-CN/ehpc/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/TagResources.json",
2025-08-20T19:16:01.2425719Z [00:02:03.663]➜  		"zh-CN/ehpc/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UnTagResources.json",
2025-08-20T19:16:01.2426674Z [00:02:03.663]➜  		"zh-CN/ehpc/UninstallSoftware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UninstallSoftware.json",
2025-08-20T19:16:01.2427565Z [00:02:03.663]➜  		"zh-CN/ehpc/UpdateClusterVolumes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UpdateClusterVolumes.json",
2025-08-20T19:16:01.2428396Z [00:02:03.663]➜  		"zh-CN/ehpc/UpdateQueueConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UpdateQueueConfig.json",
2025-08-20T19:16:01.2429188Z [00:02:03.663]➜  		"zh-CN/ehpc/UpgradeClient.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UpgradeClient.json",
2025-08-20T19:16:01.2429869Z [00:02:03.663]➜  		"zh-CN/ehpc/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/version.json",
2025-08-20T19:16:01.2430942Z [00:02:03.663]➜  		"zh-CN/eipanycast/AllocateAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/AllocateAnycastEipAddress.json",
2025-08-20T19:16:01.2432073Z [00:02:03.663]➜  		"zh-CN/eipanycast/AssociateAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/AssociateAnycastEipAddress.json",
2025-08-20T19:16:01.2433580Z [00:02:03.663]➜  		"zh-CN/eipanycast/DescribeAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/DescribeAnycastEipAddress.json",
2025-08-20T19:16:01.2434777Z [00:02:03.663]➜  		"zh-CN/eipanycast/DescribeAnycastPopLocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/DescribeAnycastPopLocations.json",
2025-08-20T19:16:01.2435946Z [00:02:03.663]➜  		"zh-CN/eipanycast/DescribeAnycastServerRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/DescribeAnycastServerRegions.json",
2025-08-20T19:16:01.2436991Z [00:02:03.663]➜  		"zh-CN/eipanycast/ListAnycastEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ListAnycastEipAddresses.json",
2025-08-20T19:16:01.2437973Z [00:02:03.663]➜  		"zh-CN/eipanycast/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ListTagResources.json",
2025-08-20T19:16:01.2439216Z [00:02:03.663]➜  		"zh-CN/eipanycast/ModifyAnycastEipAddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ModifyAnycastEipAddressAttribute.json",
2025-08-20T19:16:01.2440375Z [00:02:03.663]➜  		"zh-CN/eipanycast/ModifyAnycastEipAddressSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ModifyAnycastEipAddressSpec.json",
2025-08-20T19:16:01.2441449Z [00:02:03.663]➜  		"zh-CN/eipanycast/ReleaseAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ReleaseAnycastEipAddress.json",
2025-08-20T19:16:01.2442620Z [00:02:03.663]➜  		"zh-CN/eipanycast/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/TagResources.json",
2025-08-20T19:16:01.2443813Z [00:02:03.663]➜  		"zh-CN/eipanycast/UnassociateAnycastEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/UnassociateAnycastEipAddress.json",
2025-08-20T19:16:01.2444866Z [00:02:03.663]➜  		"zh-CN/eipanycast/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/UntagResources.json",
2025-08-20T19:16:01.2446206Z [00:02:03.663]➜  		"zh-CN/eipanycast/UpdateAnycastEipAddressAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/UpdateAnycastEipAddressAssociations.json",
2025-08-20T19:16:01.2447008Z [00:02:03.663]➜  		"zh-CN/eipanycast/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/version.json",
2025-08-20T19:16:01.2447929Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ActivateZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ActivateZones.json",
2025-08-20T19:16:01.2449147Z [00:02:03.663]➜  		"zh-CN/elasticsearch/AddConnectableCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/AddConnectableCluster.json",
2025-08-20T19:16:01.2450256Z [00:02:03.663]➜  		"zh-CN/elasticsearch/AddSnapshotRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/AddSnapshotRepo.json",
2025-08-20T19:16:01.2451232Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CancelDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CancelDeletion.json",
2025-08-20T19:16:01.2452332Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CancelLogstashDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CancelLogstashDeletion.json",
2025-08-20T19:16:01.2453410Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CancelTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CancelTask.json",
2025-08-20T19:16:01.2454334Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CapacityPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CapacityPlan.json",
2025-08-20T19:16:01.2455251Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CloseDiagnosis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CloseDiagnosis.json",
2025-08-20T19:16:01.2456124Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CloseHttps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CloseHttps.json",
2025-08-20T19:16:01.2457169Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CloseManagedIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CloseManagedIndex.json",
2025-08-20T19:16:01.2458139Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CreateCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateCollector.json",
2025-08-20T19:16:01.2459252Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CreateComponentIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateComponentIndex.json",
2025-08-20T19:16:01.2460335Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CreateDataStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateDataStream.json",
2025-08-20T19:16:01.2461388Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CreateDataTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateDataTasks.json",
2025-08-20T19:16:01.2462654Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CreateILMPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateILMPolicy.json",
2025-08-20T19:16:01.2463753Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CreateIndexTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateIndexTemplate.json",
2025-08-20T19:16:01.2464731Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CreateLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateLogstash.json",
2025-08-20T19:16:01.2465939Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CreatePipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreatePipelines.json",
2025-08-20T19:16:01.2466875Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CreateSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateSnapshot.json",
2025-08-20T19:16:01.2468015Z [00:02:03.663]➜  		"zh-CN/elasticsearch/CreateVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateVpcEndpoint.json",
2025-08-20T19:16:01.2468952Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeactivateZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeactivateZones.json",
2025-08-20T19:16:01.2469916Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeleteCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteCollector.json",
2025-08-20T19:16:01.2470962Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeleteComponentIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteComponentIndex.json",
2025-08-20T19:16:01.2472158Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeleteConnectedCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteConnectedCluster.json",
2025-08-20T19:16:01.2473492Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeleteDataStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteDataStream.json",
2025-08-20T19:16:01.2474486Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeleteDataTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteDataTask.json",
2025-08-20T19:16:01.2475589Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeleteDeprecatedTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteDeprecatedTemplate.json",
2025-08-20T19:16:01.2476575Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeleteILMPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteILMPolicy.json",
2025-08-20T19:16:01.2477591Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeleteIndexTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteIndexTemplate.json",
2025-08-20T19:16:01.2478523Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteInstance.json",
2025-08-20T19:16:01.2479459Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeleteLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteLogstash.json",
2025-08-20T19:16:01.2480405Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeletePipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeletePipelines.json",
2025-08-20T19:16:01.2481402Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeleteSnapshotRepo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteSnapshotRepo.json",
2025-08-20T19:16:01.2482365Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DeleteVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteVpcEndpoint.json",
2025-08-20T19:16:01.2483606Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeAckOperator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeAckOperator.json",
2025-08-20T19:16:01.2484522Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeApm.json",
2025-08-20T19:16:01.2485508Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeCollector.json",
2025-08-20T19:16:01.2486559Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeComponentIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeComponentIndex.json",
2025-08-20T19:16:01.2487681Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeConnectableClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeConnectableClusters.json",
2025-08-20T19:16:01.2488935Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeDeprecatedTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeDeprecatedTemplate.json",
2025-08-20T19:16:01.2490102Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeDiagnoseReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeDiagnoseReport.json",
2025-08-20T19:16:01.2491239Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeDiagnosisSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeDiagnosisSettings.json",
2025-08-20T19:16:01.2492275Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeDynamicSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeDynamicSettings.json",
2025-08-20T19:16:01.2493786Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeElasticsearchHealth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeElasticsearchHealth.json",
2025-08-20T19:16:01.2495081Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeILMPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeILMPolicy.json",
2025-08-20T19:16:01.2496357Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeIndexTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeIndexTemplate.json",
2025-08-20T19:16:01.2497436Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeInstance.json",
2025-08-20T19:16:01.2498571Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeKibanaSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeKibanaSettings.json",
2025-08-20T19:16:01.2499581Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeLogstash.json",
2025-08-20T19:16:01.2500634Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribePipeline.json",
2025-08-20T19:16:01.2502008Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribePipelineManagementConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribePipelineManagementConfig.json",
2025-08-20T19:16:01.2503221Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeRegions.json",
2025-08-20T19:16:01.2504445Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeSnapshotSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeSnapshotSetting.json",
2025-08-20T19:16:01.2505502Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeTemplates.json",
2025-08-20T19:16:01.2506708Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DescribeXpackMonitorConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeXpackMonitorConfig.json",
2025-08-20T19:16:01.2507735Z [00:02:03.663]➜  		"zh-CN/elasticsearch/DiagnoseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DiagnoseInstance.json",
2025-08-20T19:16:01.2509002Z [00:02:03.663]➜  		"zh-CN/elasticsearch/EstimatedLogstashRestartTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/EstimatedLogstashRestartTime.json",
2025-08-20T19:16:01.2510076Z [00:02:03.663]➜  		"zh-CN/elasticsearch/EstimatedRestartTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/EstimatedRestartTime.json",
2025-08-20T19:16:01.2511284Z [00:02:03.663]➜  		"zh-CN/elasticsearch/GetClusterDataInformation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetClusterDataInformation.json",
2025-08-20T19:16:01.2512285Z [00:02:03.663]➜  		"zh-CN/elasticsearch/GetElastictask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetElastictask.json",
2025-08-20T19:16:01.2513859Z [00:02:03.663]➜  		"zh-CN/elasticsearch/GetEmonGrafanaAlerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetEmonGrafanaAlerts.json",
2025-08-20T19:16:01.2515203Z [00:02:03.663]➜  		"zh-CN/elasticsearch/GetEmonGrafanaDashboards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetEmonGrafanaDashboards.json",
2025-08-20T19:16:01.2516263Z [00:02:03.663]➜  		"zh-CN/elasticsearch/GetEmonMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetEmonMonitorData.json",
2025-08-20T19:16:01.2517340Z [00:02:03.663]➜  		"zh-CN/elasticsearch/GetOpenStoreUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetOpenStoreUsage.json",
2025-08-20T19:16:01.2518524Z [00:02:03.663]➜  		"zh-CN/elasticsearch/GetRegionConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetRegionConfiguration.json",
2025-08-20T19:16:01.2519813Z [00:02:03.663]➜  		"zh-CN/elasticsearch/GetSuggestShrinkableNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetSuggestShrinkableNodes.json",
2025-08-20T19:16:01.2520996Z [00:02:03.663]➜  		"zh-CN/elasticsearch/GetTransferableNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetTransferableNodes.json",
2025-08-20T19:16:01.2522107Z [00:02:03.663]➜  		"zh-CN/elasticsearch/InitializeOperationRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InitializeOperationRole.json",
2025-08-20T19:16:01.2523303Z [00:02:03.663]➜  		"zh-CN/elasticsearch/InstallAckOperator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallAckOperator.json",
2025-08-20T19:16:01.2524442Z [00:02:03.663]➜  		"zh-CN/elasticsearch/InstallKibanaSystemPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallKibanaSystemPlugin.json",
2025-08-20T19:16:01.2525606Z [00:02:03.663]➜  		"zh-CN/elasticsearch/InstallLogstashSystemPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallLogstashSystemPlugin.json",
2025-08-20T19:16:01.2526615Z [00:02:03.663]➜  		"zh-CN/elasticsearch/InstallSystemPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallSystemPlugin.json",
2025-08-20T19:16:01.2527591Z [00:02:03.663]➜  		"zh-CN/elasticsearch/InstallUserPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallUserPlugins.json",
2025-08-20T19:16:01.2528735Z [00:02:03.663]➜  		"zh-CN/elasticsearch/InterruptElasticsearchTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InterruptElasticsearchTask.json",
2025-08-20T19:16:01.2529744Z [00:02:03.663]➜  		"zh-CN/elasticsearch/InterruptLogstashTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InterruptLogstashTask.json",
2025-08-20T19:16:01.2530675Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListAckClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAckClusters.json",
2025-08-20T19:16:01.2531645Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListAckNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAckNamespaces.json",
2025-08-20T19:16:01.2532769Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListActionRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListActionRecords.json",
2025-08-20T19:16:01.2533637Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListAllNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAllNode.json",
2025-08-20T19:16:01.2534777Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListAlternativeSnapshotRepos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAlternativeSnapshotRepos.json",
2025-08-20T19:16:01.2535589Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListApm.json",
2025-08-20T19:16:01.2536858Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListAvailableEsInstanceIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAvailableEsInstanceIds.json",
2025-08-20T19:16:01.2537912Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListCollectors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListCollectors.json",
2025-08-20T19:16:01.2538932Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListComponentIndices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListComponentIndices.json",
2025-08-20T19:16:01.2539953Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListConnectedClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListConnectedClusters.json",
2025-08-20T19:16:01.2540869Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListDataStreams.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDataStreams.json",
2025-08-20T19:16:01.2541872Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListDataTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDataTasks.json",
2025-08-20T19:16:01.2543563Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListDefaultCollectorConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDefaultCollectorConfigurations.json",
2025-08-20T19:16:01.2544814Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListDeprecatedTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDeprecatedTemplates.json",
2025-08-20T19:16:01.2545913Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListDiagnoseIndices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDiagnoseIndices.json",
2025-08-20T19:16:01.2547026Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListDiagnoseReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDiagnoseReport.json",
2025-08-20T19:16:01.2548217Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListDiagnoseReportIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDiagnoseReportIds.json",
2025-08-20T19:16:01.2549332Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListDiagnosisItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDiagnosisItems.json",
2025-08-20T19:16:01.2550462Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListDictInformation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDictInformation.json",
2025-08-20T19:16:01.2551407Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListDicts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDicts.json",
2025-08-20T19:16:01.2552663Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListEcsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListEcsInstances.json",
2025-08-20T19:16:01.2553732Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListExtendfiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListExtendfiles.json",
2025-08-20T19:16:01.2554813Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListILMPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListILMPolicies.json",
2025-08-20T19:16:01.2555943Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListIndexTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListIndexTemplates.json",
2025-08-20T19:16:01.2556910Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListInstance.json",
2025-08-20T19:16:01.2558115Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListInstanceHistoryEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListInstanceHistoryEvents.json",
2025-08-20T19:16:01.2559224Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListInstanceIndices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListInstanceIndices.json",
2025-08-20T19:16:01.2560483Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListKibanaPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListKibanaPlugins.json",
2025-08-20T19:16:01.2561622Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListLogstash.json",
2025-08-20T19:16:01.2562884Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListLogstashLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListLogstashLog.json",
2025-08-20T19:16:01.2563976Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListLogstashPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListLogstashPlugins.json",
2025-08-20T19:16:01.2564872Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListNodes.json",
2025-08-20T19:16:01.2565771Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListPipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListPipeline.json",
2025-08-20T19:16:01.2566868Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListPipelineIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListPipelineIds.json",
2025-08-20T19:16:01.2567837Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListPlugins.json",
2025-08-20T19:16:01.2568719Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListSearchLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListSearchLog.json",
2025-08-20T19:16:01.2569638Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListShardRecoveries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListShardRecoveries.json",
2025-08-20T19:16:01.2570777Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListSnapshotReposByInstanceId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListSnapshotReposByInstanceId.json",
2025-08-20T19:16:01.2571723Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListTagResources.json",
2025-08-20T19:16:01.2572814Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListTags.json",
2025-08-20T19:16:01.2573842Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ListVpcEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListVpcEndpoints.json",
2025-08-20T19:16:01.2574864Z [00:02:03.663]➜  		"zh-CN/elasticsearch/MigrateToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/MigrateToOtherZone.json",
2025-08-20T19:16:01.2575928Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ModifyDeployMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ModifyDeployMachine.json",
2025-08-20T19:16:01.2576919Z [00:02:03.663]➜  		"zh-CN/elasticsearch/ModifyElastictask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ModifyElastictask.json",
2025-08-20T19:16:01.2578097Z [00:02:03.664]➜  		"zh-CN/elasticsearch/ModifyInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ModifyInstanceMaintainTime.json",
2025-08-20T19:16:01.2579052Z [00:02:03.664]➜  		"zh-CN/elasticsearch/ModifyWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ModifyWhiteIps.json",
2025-08-20T19:16:01.2580108Z [00:02:03.664]➜  		"zh-CN/elasticsearch/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/MoveResourceGroup.json",
2025-08-20T19:16:01.2581062Z [00:02:03.664]➜  		"zh-CN/elasticsearch/OpenDiagnosis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/OpenDiagnosis.json",
2025-08-20T19:16:01.2581953Z [00:02:03.664]➜  		"zh-CN/elasticsearch/OpenHttps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/OpenHttps.json",
2025-08-20T19:16:01.2583371Z [00:02:03.664]➜  		"zh-CN/elasticsearch/PostEmonTryAlarmRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/PostEmonTryAlarmRule.json",
2025-08-20T19:16:01.2584589Z [00:02:03.664]➜  		"zh-CN/elasticsearch/RecommendTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RecommendTemplates.json",
2025-08-20T19:16:01.2585454Z [00:02:03.664]➜  		"zh-CN/elasticsearch/ReinstallCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ReinstallCollector.json",
2025-08-20T19:16:01.2586302Z [00:02:03.664]➜  		"zh-CN/elasticsearch/RemoveApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RemoveApm.json",
2025-08-20T19:16:01.2587237Z [00:02:03.664]➜  		"zh-CN/elasticsearch/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RenewInstance.json",
2025-08-20T19:16:01.2588185Z [00:02:03.664]➜  		"zh-CN/elasticsearch/RenewLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RenewLogstash.json",
2025-08-20T19:16:01.2589291Z [00:02:03.664]➜  		"zh-CN/elasticsearch/RestartCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RestartCollector.json",
2025-08-20T19:16:01.2590251Z [00:02:03.664]➜  		"zh-CN/elasticsearch/RestartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RestartInstance.json",
2025-08-20T19:16:01.2591197Z [00:02:03.664]➜  		"zh-CN/elasticsearch/RestartLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RestartLogstash.json",
2025-08-20T19:16:01.2592204Z [00:02:03.664]➜  		"zh-CN/elasticsearch/ResumeElasticsearchTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ResumeElasticsearchTask.json",
2025-08-20T19:16:01.2593505Z [00:02:03.664]➜  		"zh-CN/elasticsearch/ResumeLogstashTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ResumeLogstashTask.json",
2025-08-20T19:16:01.2594614Z [00:02:03.664]➜  		"zh-CN/elasticsearch/RolloverDataStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RolloverDataStream.json",
2025-08-20T19:16:01.2595600Z [00:02:03.664]➜  		"zh-CN/elasticsearch/RunPipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RunPipelines.json",
2025-08-20T19:16:01.2596504Z [00:02:03.664]➜  		"zh-CN/elasticsearch/ShrinkNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ShrinkNode.json",
2025-08-20T19:16:01.2597395Z [00:02:03.664]➜  		"zh-CN/elasticsearch/StartApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StartApm.json",
2025-08-20T19:16:01.2598400Z [00:02:03.664]➜  		"zh-CN/elasticsearch/StartCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StartCollector.json",
2025-08-20T19:16:01.2599321Z [00:02:03.664]➜  		"zh-CN/elasticsearch/StopApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StopApm.json",
2025-08-20T19:16:01.2600568Z [00:02:03.664]➜  		"zh-CN/elasticsearch/StopCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StopCollector.json",
2025-08-20T19:16:01.2601743Z [00:02:03.664]➜  		"zh-CN/elasticsearch/StopPipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StopPipelines.json",
2025-08-20T19:16:01.2602927Z [00:02:03.664]➜  		"zh-CN/elasticsearch/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/TagResources.json",
2025-08-20T19:16:01.2603927Z [00:02:03.664]➜  		"zh-CN/elasticsearch/TransferNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/TransferNode.json",
2025-08-20T19:16:01.2604945Z [00:02:03.664]➜  		"zh-CN/elasticsearch/TriggerNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/TriggerNetwork.json",
2025-08-20T19:16:01.2606145Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UninstallKibanaPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UninstallKibanaPlugin.json",
2025-08-20T19:16:01.2607349Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UninstallLogstashPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UninstallLogstashPlugin.json",
2025-08-20T19:16:01.2608391Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UninstallPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UninstallPlugin.json",
2025-08-20T19:16:01.2609405Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UntagResources.json",
2025-08-20T19:16:01.2610519Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateAdminPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateAdminPassword.json",
2025-08-20T19:16:01.2611672Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateAdvancedSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateAdvancedSetting.json",
2025-08-20T19:16:01.2613051Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateAliwsDict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateAliwsDict.json",
2025-08-20T19:16:01.2614133Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateApm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateApm.json",
2025-08-20T19:16:01.2615214Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateBlackIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateBlackIps.json",
2025-08-20T19:16:01.2616247Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateCollector.json",
2025-08-20T19:16:01.2617337Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateCollectorName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateCollectorName.json",
2025-08-20T19:16:01.2618478Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateComponentIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateComponentIndex.json",
2025-08-20T19:16:01.2619529Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateDescription.json",
2025-08-20T19:16:01.2620683Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateDiagnosisSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateDiagnosisSettings.json",
2025-08-20T19:16:01.2621587Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateDict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateDict.json",
2025-08-20T19:16:01.2622800Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateDynamicSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateDynamicSettings.json",
2025-08-20T19:16:01.2623846Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateExtendConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateExtendConfig.json",
2025-08-20T19:16:01.2625041Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateExtendfiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateExtendfiles.json",
2025-08-20T19:16:01.2626216Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateHotIkDicts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateHotIkDicts.json",
2025-08-20T19:16:01.2627226Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateILMPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateILMPolicy.json",
2025-08-20T19:16:01.2628291Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateIndexTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateIndexTemplate.json",
2025-08-20T19:16:01.2629263Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateInstance.json",
2025-08-20T19:16:01.2630431Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateInstanceChargeType.json",
2025-08-20T19:16:01.2631560Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateInstanceSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateInstanceSettings.json",
2025-08-20T19:16:01.2632820Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateKibanaSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateKibanaSettings.json",
2025-08-20T19:16:01.2633893Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateKibanaWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateKibanaWhiteIps.json",
2025-08-20T19:16:01.2634884Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateLogstash.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateLogstash.json",
2025-08-20T19:16:01.2636180Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateLogstashChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateLogstashChargeType.json",
2025-08-20T19:16:01.2637524Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateLogstashDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateLogstashDescription.json",
2025-08-20T19:16:01.2638598Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateLogstashSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateLogstashSettings.json",
2025-08-20T19:16:01.2639879Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdatePipelineManagementConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePipelineManagementConfig.json",
2025-08-20T19:16:01.2640885Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdatePipelines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePipelines.json",
2025-08-20T19:16:01.2642117Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdatePrivateNetworkWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePrivateNetworkWhiteIps.json",
2025-08-20T19:16:01.2643402Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdatePublicNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePublicNetwork.json",
2025-08-20T19:16:01.2644520Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdatePublicWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePublicWhiteIps.json",
2025-08-20T19:16:01.2645636Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateReadWritePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateReadWritePolicy.json",
2025-08-20T19:16:01.2646760Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateSnapshotSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateSnapshotSetting.json",
2025-08-20T19:16:01.2647853Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateSynonymsDicts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateSynonymsDicts.json",
2025-08-20T19:16:01.2648999Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateTemplate.json",
2025-08-20T19:16:01.2650124Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateWhiteIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateWhiteIps.json",
2025-08-20T19:16:01.2651355Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpdateXpackMonitorConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateXpackMonitorConfig.json",
2025-08-20T19:16:01.2652645Z [00:02:03.664]➜  		"zh-CN/elasticsearch/UpgradeEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpgradeEngineVersion.json",
2025-08-20T19:16:01.2653721Z [00:02:03.664]➜  		"zh-CN/elasticsearch/ValidateConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ValidateConnection.json",
2025-08-20T19:16:01.2654825Z [00:02:03.664]➜  		"zh-CN/elasticsearch/ValidateShrinkNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ValidateShrinkNodes.json",
2025-08-20T19:16:01.2655963Z [00:02:03.664]➜  		"zh-CN/elasticsearch/ValidateSlrPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ValidateSlrPermission.json",
2025-08-20T19:16:01.2657176Z [00:02:03.664]➜  		"zh-CN/elasticsearch/ValidateTransferableNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ValidateTransferableNodes.json",
2025-08-20T19:16:01.2658202Z [00:02:03.664]➜  		"zh-CN/elasticsearch/createInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/createInstance.json",
2025-08-20T19:16:01.2659082Z [00:02:03.664]➜  		"zh-CN/elasticsearch/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/version.json",
2025-08-20T19:16:01.2659964Z [00:02:03.664]➜  		"zh-CN/emr/AddClusterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/AddClusterService.json",
2025-08-20T19:16:01.2661066Z [00:02:03.664]➜  		"zh-CN/emr/AddScalingConfigItemV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/AddScalingConfigItemV2.json",
2025-08-20T19:16:01.2661955Z [00:02:03.664]➜  		"zh-CN/emr/CloneFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CloneFlow.json",
2025-08-20T19:16:01.2663007Z [00:02:03.664]➜  		"zh-CN/emr/CloneFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CloneFlowJob.json",
2025-08-20T19:16:01.2664026Z [00:02:03.664]➜  		"zh-CN/emr/CreateClusterHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateClusterHostGroup.json",
2025-08-20T19:16:01.2665019Z [00:02:03.664]➜  		"zh-CN/emr/CreateClusterTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateClusterTemplate.json",
2025-08-20T19:16:01.2665870Z [00:02:03.664]➜  		"zh-CN/emr/CreateClusterV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateClusterV2.json",
2025-08-20T19:16:01.2666894Z [00:02:03.664]➜  		"zh-CN/emr/CreateClusterWithTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateClusterWithTemplate.json",
2025-08-20T19:16:01.2667650Z [00:02:03.664]➜  		"zh-CN/emr/CreateFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlow.json",
2025-08-20T19:16:01.2668525Z [00:02:03.664]➜  		"zh-CN/emr/CreateFlowCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowCategory.json",
2025-08-20T19:16:01.2669370Z [00:02:03.664]➜  		"zh-CN/emr/CreateFlowForWeb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowForWeb.json",
2025-08-20T19:16:01.2670137Z [00:02:03.664]➜  		"zh-CN/emr/CreateFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowJob.json",
2025-08-20T19:16:01.2670988Z [00:02:03.664]➜  		"zh-CN/emr/CreateFlowProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowProject.json",
2025-08-20T19:16:01.2672289Z [00:02:03.664]➜  		"zh-CN/emr/CreateFlowProjectClusterSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowProjectClusterSetting.json",
2025-08-20T19:16:01.2673569Z [00:02:03.664]➜  		"zh-CN/emr/CreateFlowProjectUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowProjectUser.json",
2025-08-20T19:16:01.2674469Z [00:02:03.664]➜  		"zh-CN/emr/CreateResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateResourcePool.json",
2025-08-20T19:16:01.2675357Z [00:02:03.664]➜  		"zh-CN/emr/CreateResourceQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateResourceQueue.json",
2025-08-20T19:16:01.2676249Z [00:02:03.664]➜  		"zh-CN/emr/CreateScalingGroupV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateScalingGroupV2.json",
2025-08-20T19:16:01.2677163Z [00:02:03.664]➜  		"zh-CN/emr/DeleteClusterTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteClusterTemplate.json",
2025-08-20T19:16:01.2677916Z [00:02:03.664]➜  		"zh-CN/emr/DeleteFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlow.json",
2025-08-20T19:16:01.2678791Z [00:02:03.664]➜  		"zh-CN/emr/DeleteFlowCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowCategory.json",
2025-08-20T19:16:01.2679550Z [00:02:03.664]➜  		"zh-CN/emr/DeleteFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowJob.json",
2025-08-20T19:16:01.2680368Z [00:02:03.664]➜  		"zh-CN/emr/DeleteFlowProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowProject.json",
2025-08-20T19:16:01.2681474Z [00:02:03.664]➜  		"zh-CN/emr/DeleteFlowProjectClusterSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowProjectClusterSetting.json",
2025-08-20T19:16:01.2682570Z [00:02:03.664]➜  		"zh-CN/emr/DeleteFlowProjectUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowProjectUser.json",
2025-08-20T19:16:01.2683570Z [00:02:03.664]➜  		"zh-CN/emr/DeleteResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteResourcePool.json",
2025-08-20T19:16:01.2684574Z [00:02:03.664]➜  		"zh-CN/emr/DeleteResourceQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteResourceQueue.json",
2025-08-20T19:16:01.2685556Z [00:02:03.664]➜  		"zh-CN/emr/DescribeClusterBasicInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterBasicInfo.json",
2025-08-20T19:16:01.2686754Z [00:02:03.664]➜  		"zh-CN/emr/DescribeClusterOperationHostTaskLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterOperationHostTaskLog.json",
2025-08-20T19:16:01.2688069Z [00:02:03.664]➜  		"zh-CN/emr/DescribeClusterResourcePoolSchedulerType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterResourcePoolSchedulerType.json",
2025-08-20T19:16:01.2689035Z [00:02:03.664]➜  		"zh-CN/emr/DescribeClusterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterService.json",
2025-08-20T19:16:01.2690115Z [00:02:03.664]➜  		"zh-CN/emr/DescribeClusterServiceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterServiceConfig.json",
2025-08-20T19:16:01.2691232Z [00:02:03.664]➜  		"zh-CN/emr/DescribeClusterServiceConfigTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterServiceConfigTag.json",
2025-08-20T19:16:01.2692205Z [00:02:03.664]➜  		"zh-CN/emr/DescribeClusterTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterTemplate.json",
2025-08-20T19:16:01.2693253Z [00:02:03.664]➜  		"zh-CN/emr/DescribeClusterV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterV2.json",
2025-08-20T19:16:01.2694297Z [00:02:03.664]➜  		"zh-CN/emr/DescribeFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlow.json",
2025-08-20T19:16:01.2695222Z [00:02:03.664]➜  		"zh-CN/emr/DescribeFlowCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowCategory.json",
2025-08-20T19:16:01.2696308Z [00:02:03.664]➜  		"zh-CN/emr/DescribeFlowCategoryTree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowCategoryTree.json",
2025-08-20T19:16:01.2697222Z [00:02:03.664]➜  		"zh-CN/emr/DescribeFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowInstance.json",
2025-08-20T19:16:01.2698060Z [00:02:03.664]➜  		"zh-CN/emr/DescribeFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowJob.json",
2025-08-20T19:16:01.2699036Z [00:02:03.664]➜  		"zh-CN/emr/DescribeFlowNodeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowNodeInstance.json",
2025-08-20T19:16:01.2700275Z [00:02:03.664]➜  		"zh-CN/emr/DescribeFlowNodeInstanceContainerLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowNodeInstanceContainerLog.json",
2025-08-20T19:16:01.2701490Z [00:02:03.664]➜  		"zh-CN/emr/DescribeFlowNodeInstanceLauncherLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowNodeInstanceLauncherLog.json",
2025-08-20T19:16:01.2702548Z [00:02:03.664]➜  		"zh-CN/emr/DescribeFlowProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowProject.json",
2025-08-20T19:16:01.2703721Z [00:02:03.664]➜  		"zh-CN/emr/DescribeFlowProjectClusterSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowProjectClusterSetting.json",
2025-08-20T19:16:01.2704771Z [00:02:03.664]➜  		"zh-CN/emr/DescribeScalingConfigItemV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeScalingConfigItemV2.json",
2025-08-20T19:16:01.2705889Z [00:02:03.664]➜  		"zh-CN/emr/DescribeScalingGroupInstanceV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeScalingGroupInstanceV2.json",
2025-08-20T19:16:01.2706989Z [00:02:03.664]➜  		"zh-CN/emr/DescribeScalingGroupV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeScalingGroupV2.json",
2025-08-20T19:16:01.2707997Z [00:02:03.664]➜  		"zh-CN/emr/JoinResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/JoinResourceGroup.json",
2025-08-20T19:16:01.2708764Z [00:02:03.664]➜  		"zh-CN/emr/KillFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/KillFlowJob.json",
2025-08-20T19:16:01.2709563Z [00:02:03.664]➜  		"zh-CN/emr/ListClusterHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterHost.json",
2025-08-20T19:16:01.2710539Z [00:02:03.664]➜  		"zh-CN/emr/ListClusterHostComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterHostComponent.json",
2025-08-20T19:16:01.2711440Z [00:02:03.664]➜  		"zh-CN/emr/ListClusterHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterHostGroup.json",
2025-08-20T19:16:01.2712700Z [00:02:03.664]➜  		"zh-CN/emr/ListClusterInstalledService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterInstalledService.json",
2025-08-20T19:16:01.2713655Z [00:02:03.664]➜  		"zh-CN/emr/ListClusterOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterOperation.json",
2025-08-20T19:16:01.2714700Z [00:02:03.664]➜  		"zh-CN/emr/ListClusterOperationHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterOperationHost.json",
2025-08-20T19:16:01.2715773Z [00:02:03.664]➜  		"zh-CN/emr/ListClusterOperationHostTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterOperationHostTask.json",
2025-08-20T19:16:01.2716759Z [00:02:03.664]➜  		"zh-CN/emr/ListClusterOperationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterOperationTask.json",
2025-08-20T19:16:01.2717787Z [00:02:03.664]➜  		"zh-CN/emr/ListClusterService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterService.json",
2025-08-20T19:16:01.2719101Z [00:02:03.664]➜  		"zh-CN/emr/ListClusterServiceComponentHealthInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterServiceComponentHealthInfo.json",
2025-08-20T19:16:01.2720240Z [00:02:03.664]➜  		"zh-CN/emr/ListClusterServiceConfigHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterServiceConfigHistory.json",
2025-08-20T19:16:01.2721333Z [00:02:03.664]➜  		"zh-CN/emr/ListClusterServiceQuickLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterServiceQuickLink.json",
2025-08-20T19:16:01.2722294Z [00:02:03.664]➜  		"zh-CN/emr/ListClusterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterTemplates.json",
2025-08-20T19:16:01.2723303Z [00:02:03.664]➜  		"zh-CN/emr/ListClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusters.json",
2025-08-20T19:16:01.2724294Z [00:02:03.664]➜  		"zh-CN/emr/ListEmrAvailableConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListEmrAvailableConfig.json",
2025-08-20T19:16:01.2725318Z [00:02:03.664]➜  		"zh-CN/emr/ListEmrAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListEmrAvailableResource.json",
2025-08-20T19:16:01.2726230Z [00:02:03.664]➜  		"zh-CN/emr/ListEmrMainVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListEmrMainVersion.json",
2025-08-20T19:16:01.2726958Z [00:02:03.664]➜  		"zh-CN/emr/ListFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlow.json",
2025-08-20T19:16:01.2727858Z [00:02:03.664]➜  		"zh-CN/emr/ListFlowCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowCategory.json",
2025-08-20T19:16:01.2728718Z [00:02:03.664]➜  		"zh-CN/emr/ListFlowCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowCluster.json",
2025-08-20T19:16:01.2729772Z [00:02:03.664]➜  		"zh-CN/emr/ListFlowClusterAll.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowClusterAll.json",
2025-08-20T19:16:01.2730938Z [00:02:03.664]➜  		"zh-CN/emr/ListFlowClusterAllHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowClusterAllHosts.json",
2025-08-20T19:16:01.2731906Z [00:02:03.664]➜  		"zh-CN/emr/ListFlowClusterHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowClusterHost.json",
2025-08-20T19:16:01.2732983Z [00:02:03.664]➜  		"zh-CN/emr/ListFlowInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowInstance.json",
2025-08-20T19:16:01.2733769Z [00:02:03.664]➜  		"zh-CN/emr/ListFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowJob.json",
2025-08-20T19:16:01.2734669Z [00:02:03.664]➜  		"zh-CN/emr/ListFlowJobHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowJobHistory.json",
2025-08-20T19:16:01.2735620Z [00:02:03.664]➜  		"zh-CN/emr/ListFlowNodeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowNodeInstance.json",
2025-08-20T19:16:01.2736883Z [00:02:03.672]➜  		"zh-CN/emr/ListFlowNodeInstanceContainerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowNodeInstanceContainerStatus.json",
2025-08-20T19:16:01.2737837Z [00:02:03.672]➜  		"zh-CN/emr/ListFlowNodeSqlResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowNodeSqlResult.json",
2025-08-20T19:16:01.2738684Z [00:02:03.672]➜  		"zh-CN/emr/ListFlowProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowProject.json",
2025-08-20T19:16:01.2739777Z [00:02:03.672]➜  		"zh-CN/emr/ListFlowProjectClusterSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowProjectClusterSetting.json",
2025-08-20T19:16:01.2740863Z [00:02:03.672]➜  		"zh-CN/emr/ListFlowProjectUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowProjectUser.json",
2025-08-20T19:16:01.2741927Z [00:02:03.672]➜  		"zh-CN/emr/ListResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListResourcePool.json",
2025-08-20T19:16:01.2743109Z [00:02:03.672]➜  		"zh-CN/emr/ListScalingActivityV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListScalingActivityV2.json",
2025-08-20T19:16:01.2744122Z [00:02:03.672]➜  		"zh-CN/emr/ListScalingConfigItemV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListScalingConfigItemV2.json",
2025-08-20T19:16:01.2745026Z [00:02:03.672]➜  		"zh-CN/emr/ListScalingGroupV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListScalingGroupV2.json",
2025-08-20T19:16:01.2745913Z [00:02:03.672]➜  		"zh-CN/emr/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListTagResources.json",
2025-08-20T19:16:01.2746799Z [00:02:03.672]➜  		"zh-CN/emr/ModifyClusterName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyClusterName.json",
2025-08-20T19:16:01.2747855Z [00:02:03.672]➜  		"zh-CN/emr/ModifyClusterServiceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyClusterServiceConfig.json",
2025-08-20T19:16:01.2748845Z [00:02:03.672]➜  		"zh-CN/emr/ModifyClusterTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyClusterTemplate.json",
2025-08-20T19:16:01.2749790Z [00:02:03.672]➜  		"zh-CN/emr/ModifyFlowCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyFlowCategory.json",
2025-08-20T19:16:01.2750683Z [00:02:03.672]➜  		"zh-CN/emr/ModifyFlowForWeb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyFlowForWeb.json",
2025-08-20T19:16:01.2751578Z [00:02:03.672]➜  		"zh-CN/emr/ModifyFlowProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyFlowProject.json",
2025-08-20T19:16:01.2753090Z [00:02:03.672]➜  		"zh-CN/emr/ModifyFlowProjectClusterSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyFlowProjectClusterSetting.json",
2025-08-20T19:16:01.2754140Z [00:02:03.672]➜  		"zh-CN/emr/ModifyResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyResourcePool.json",
2025-08-20T19:16:01.2755290Z [00:02:03.672]➜  		"zh-CN/emr/ModifyResourcePoolSchedulerType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyResourcePoolSchedulerType.json",
2025-08-20T19:16:01.2756230Z [00:02:03.672]➜  		"zh-CN/emr/ModifyResourceQueue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyResourceQueue.json",
2025-08-20T19:16:01.2757263Z [00:02:03.672]➜  		"zh-CN/emr/ModifyScalingConfigItemV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyScalingConfigItemV2.json",
2025-08-20T19:16:01.2758193Z [00:02:03.672]➜  		"zh-CN/emr/ModifyScalingGroupV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyScalingGroupV2.json",
2025-08-20T19:16:01.2759260Z [00:02:03.672]➜  		"zh-CN/emr/RefreshClusterResourcePool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RefreshClusterResourcePool.json",
2025-08-20T19:16:01.2760116Z [00:02:03.672]➜  		"zh-CN/emr/ReleaseCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ReleaseCluster.json",
2025-08-20T19:16:01.2761096Z [00:02:03.672]➜  		"zh-CN/emr/ReleaseClusterHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ReleaseClusterHostGroup.json",
2025-08-20T19:16:01.2762123Z [00:02:03.672]➜  		"zh-CN/emr/RemoveScalingConfigItemV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RemoveScalingConfigItemV2.json",
2025-08-20T19:16:01.2763029Z [00:02:03.672]➜  		"zh-CN/emr/RerunFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RerunFlow.json",
2025-08-20T19:16:01.2763862Z [00:02:03.672]➜  		"zh-CN/emr/ResizeClusterV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ResizeClusterV2.json",
2025-08-20T19:16:01.2764790Z [00:02:03.672]➜  		"zh-CN/emr/ResumeFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ResumeFlow.json",
2025-08-20T19:16:01.2765892Z [00:02:03.672]➜  		"zh-CN/emr/RunClusterServiceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RunClusterServiceAction.json",
2025-08-20T19:16:01.2766779Z [00:02:03.672]➜  		"zh-CN/emr/RunScalingActionV2.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RunScalingActionV2.json",
2025-08-20T19:16:01.2767505Z [00:02:03.672]➜  		"zh-CN/emr/StartFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/StartFlow.json",
2025-08-20T19:16:01.2768252Z [00:02:03.672]➜  		"zh-CN/emr/SubmitFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/SubmitFlow.json",
2025-08-20T19:16:01.2769000Z [00:02:03.672]➜  		"zh-CN/emr/SubmitFlowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/SubmitFlowJob.json",
2025-08-20T19:16:01.2769763Z [00:02:03.672]➜  		"zh-CN/emr/SuspendFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/SuspendFlow.json",
2025-08-20T19:16:01.2770554Z [00:02:03.672]➜  		"zh-CN/emr/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/TagResources.json",
2025-08-20T19:16:01.2771353Z [00:02:03.672]➜  		"zh-CN/emr/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/UntagResources.json",
2025-08-20T19:16:01.2772024Z [00:02:03.672]➜  		"zh-CN/emr/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/version.json",
2025-08-20T19:16:01.2773000Z [00:02:03.672]➜  		"zh-CN/ens/AccosicateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AccosicateNetworkAcl.json",
2025-08-20T19:16:01.2773700Z [00:02:03.672]➜  		"zh-CN/ens/AddBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AddBackendServers.json",
2025-08-20T19:16:01.2774736Z [00:02:03.672]➜  		"zh-CN/ens/AddDeviceInternetPort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AddDeviceInternetPort.json",
2025-08-20T19:16:01.2775936Z [00:02:03.672]➜  		"zh-CN/ens/AddNetworkInterfaceToInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AddNetworkInterfaceToInstance.json",
2025-08-20T19:16:01.2776894Z [00:02:03.672]➜  		"zh-CN/ens/AddSnatIpForSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AddSnatIpForSnatEntry.json",
2025-08-20T19:16:01.2777901Z [00:02:03.672]➜  		"zh-CN/ens/AssignPrivateIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AssignPrivateIpAddresses.json",
2025-08-20T19:16:01.2778805Z [00:02:03.672]➜  		"zh-CN/ens/AssociateEnsEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AssociateEnsEipAddress.json",
2025-08-20T19:16:01.2779553Z [00:02:03.672]➜  		"zh-CN/ens/AttachDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AttachDisk.json",
2025-08-20T19:16:01.2780442Z [00:02:03.672]➜  		"zh-CN/ens/AttachEnsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AttachEnsInstances.json",
2025-08-20T19:16:01.2781253Z [00:02:03.672]➜  		"zh-CN/ens/AuthorizeSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AuthorizeSecurityGroup.json",
2025-08-20T19:16:01.2782192Z [00:02:03.672]➜  		"zh-CN/ens/AuthorizeSecurityGroupEgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AuthorizeSecurityGroupEgress.json",
2025-08-20T19:16:01.2783060Z [00:02:03.672]➜  		"zh-CN/ens/CopySDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CopySDG.json",
2025-08-20T19:16:01.2783869Z [00:02:03.672]➜  		"zh-CN/ens/CopySnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CopySnapshot.json",
2025-08-20T19:16:01.2784859Z [00:02:03.672]➜  		"zh-CN/ens/CreateARMServerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateARMServerInstances.json",
2025-08-20T19:16:01.2785925Z [00:02:03.672]➜  		"zh-CN/ens/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateApplication.json",
2025-08-20T19:16:01.2787012Z [00:02:03.672]➜  		"zh-CN/ens/CreateClassicNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateClassicNetwork.json",
2025-08-20T19:16:01.2787764Z [00:02:03.672]➜  		"zh-CN/ens/CreateDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateDisk.json",
2025-08-20T19:16:01.2788619Z [00:02:03.672]➜  		"zh-CN/ens/CreateEipInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateEipInstance.json",
2025-08-20T19:16:01.2789523Z [00:02:03.672]➜  		"zh-CN/ens/CreateEnsRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateEnsRouteEntry.json",
2025-08-20T19:16:01.2790387Z [00:02:03.672]➜  		"zh-CN/ens/CreateEnsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateEnsService.json",
2025-08-20T19:16:01.2791307Z [00:02:03.672]➜  		"zh-CN/ens/CreateEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateEpnInstance.json",
2025-08-20T19:16:01.2792201Z [00:02:03.672]➜  		"zh-CN/ens/CreateFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateFileSystem.json",
2025-08-20T19:16:01.2793335Z [00:02:03.672]➜  		"zh-CN/ens/CreateForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateForwardEntry.json",
2025-08-20T19:16:01.2794139Z [00:02:03.672]➜  		"zh-CN/ens/CreateImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateImage.json",
2025-08-20T19:16:01.2794985Z [00:02:03.672]➜  		"zh-CN/ens/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateInstance.json",
2025-08-20T19:16:01.2795818Z [00:02:03.672]➜  		"zh-CN/ens/CreateKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateKeyPair.json",
2025-08-20T19:16:01.2796889Z [00:02:03.672]➜  		"zh-CN/ens/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancer.json",
2025-08-20T19:16:01.2798181Z [00:02:03.672]➜  		"zh-CN/ens/CreateLoadBalancerHTTPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancerHTTPListener.json",
2025-08-20T19:16:01.2799393Z [00:02:03.672]➜  		"zh-CN/ens/CreateLoadBalancerHTTPSListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancerHTTPSListener.json",
2025-08-20T19:16:01.2800547Z [00:02:03.672]➜  		"zh-CN/ens/CreateLoadBalancerTCPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancerTCPListener.json",
2025-08-20T19:16:01.2801688Z [00:02:03.672]➜  		"zh-CN/ens/CreateLoadBalancerUDPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancerUDPListener.json",
2025-08-20T19:16:01.2802806Z [00:02:03.672]➜  		"zh-CN/ens/CreateMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateMountTarget.json",
2025-08-20T19:16:01.2803729Z [00:02:03.672]➜  		"zh-CN/ens/CreateNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateNatGateway.json",
2025-08-20T19:16:01.2804569Z [00:02:03.672]➜  		"zh-CN/ens/CreateNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateNetwork.json",
2025-08-20T19:16:01.2805494Z [00:02:03.672]➜  		"zh-CN/ens/CreateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateNetworkAcl.json",
2025-08-20T19:16:01.2806451Z [00:02:03.672]➜  		"zh-CN/ens/CreateNetworkAclEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateNetworkAclEntry.json",
2025-08-20T19:16:01.2807418Z [00:02:03.672]➜  		"zh-CN/ens/CreateSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateSecurityGroup.json",
2025-08-20T19:16:01.2808277Z [00:02:03.672]➜  		"zh-CN/ens/CreateSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateSnapshot.json",
2025-08-20T19:16:01.2809415Z [00:02:03.672]➜  		"zh-CN/ens/CreateSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateSnatEntry.json",
2025-08-20T19:16:01.2810414Z [00:02:03.672]➜  		"zh-CN/ens/CreateVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateVSwitch.json",
2025-08-20T19:16:01.2811333Z [00:02:03.672]➜  		"zh-CN/ens/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteApplication.json",
2025-08-20T19:16:01.2812153Z [00:02:03.672]➜  		"zh-CN/ens/DeleteBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteBucket.json",
2025-08-20T19:16:01.2813299Z [00:02:03.672]➜  		"zh-CN/ens/DeleteBucketLifecycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteBucketLifecycle.json",
2025-08-20T19:16:01.2814322Z [00:02:03.672]➜  		"zh-CN/ens/DeleteDeviceInternetPort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteDeviceInternetPort.json",
2025-08-20T19:16:01.2815298Z [00:02:03.672]➜  		"zh-CN/ens/DeleteDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteDisk.json",
2025-08-20T19:16:01.2816333Z [00:02:03.672]➜  		"zh-CN/ens/DeleteEnsRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteEnsRouteEntry.json",
2025-08-20T19:16:01.2817137Z [00:02:03.672]➜  		"zh-CN/ens/DeleteEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteEpnInstance.json",
2025-08-20T19:16:01.2817843Z [00:02:03.672]➜  		"zh-CN/ens/DeleteFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteFileSystem.json",
2025-08-20T19:16:01.2818681Z [00:02:03.672]➜  		"zh-CN/ens/DeleteForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteForwardEntry.json",
2025-08-20T19:16:01.2819309Z [00:02:03.672]➜  		"zh-CN/ens/DeleteImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteImage.json",
2025-08-20T19:16:01.2820035Z [00:02:03.672]➜  		"zh-CN/ens/DeleteKeyPairs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteKeyPairs.json",
2025-08-20T19:16:01.2821096Z [00:02:03.672]➜  		"zh-CN/ens/DeleteLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteLoadBalancerListener.json",
2025-08-20T19:16:01.2821986Z [00:02:03.672]➜  		"zh-CN/ens/DeleteMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteMountTarget.json",
2025-08-20T19:16:01.2822862Z [00:02:03.672]➜  		"zh-CN/ens/DeleteNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteNatGateway.json",
2025-08-20T19:16:01.2823554Z [00:02:03.672]➜  		"zh-CN/ens/DeleteNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteNetwork.json",
2025-08-20T19:16:01.2824404Z [00:02:03.672]➜  		"zh-CN/ens/DeleteNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteNetworkAcl.json",
2025-08-20T19:16:01.2825311Z [00:02:03.672]➜  		"zh-CN/ens/DeleteNetworkAclEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteNetworkAclEntry.json",
2025-08-20T19:16:01.2826092Z [00:02:03.672]➜  		"zh-CN/ens/DeleteObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteObject.json",
2025-08-20T19:16:01.2826991Z [00:02:03.672]➜  		"zh-CN/ens/DeleteSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteSecurityGroup.json",
2025-08-20T19:16:01.2827789Z [00:02:03.672]➜  		"zh-CN/ens/DeleteSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteSnapshot.json",
2025-08-20T19:16:01.2828622Z [00:02:03.672]➜  		"zh-CN/ens/DeleteSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteSnatEntry.json",
2025-08-20T19:16:01.2829576Z [00:02:03.672]➜  		"zh-CN/ens/DeleteSnatIpForSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteSnatIpForSnatEntry.json",
2025-08-20T19:16:01.2830440Z [00:02:03.672]➜  		"zh-CN/ens/DeleteVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteVSwitch.json",
2025-08-20T19:16:01.2831181Z [00:02:03.672]➜  		"zh-CN/ens/DeploySDG.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeploySDG.json",
2025-08-20T19:16:01.2832035Z [00:02:03.672]➜  		"zh-CN/ens/DescribeAICImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeAICImages.json",
2025-08-20T19:16:01.2833205Z [00:02:03.672]➜  		"zh-CN/ens/DescribeARMServerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeARMServerInstances.json",
2025-08-20T19:16:01.2834051Z [00:02:03.672]➜  		"zh-CN/ens/DescribeApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeApplication.json",
2025-08-20T19:16:01.2835057Z [00:02:03.672]➜  		"zh-CN/ens/DescribeApplicationResourceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeApplicationResourceSummary.json",
2025-08-20T19:16:01.2836038Z [00:02:03.672]➜  		"zh-CN/ens/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeAvailableResource.json",
2025-08-20T19:16:01.2837195Z [00:02:03.672]➜  		"zh-CN/ens/DescribeAvailableResourceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeAvailableResourceInfo.json",
2025-08-20T19:16:01.2838217Z [00:02:03.672]➜  		"zh-CN/ens/DescribeBandWithdChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeBandWithdChargeType.json",
2025-08-20T19:16:01.2839466Z [00:02:03.672]➜  		"zh-CN/ens/DescribeBandwitdhByInternetChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeBandwitdhByInternetChargeType.json",
2025-08-20T19:16:01.2840744Z [00:02:03.672]➜  		"zh-CN/ens/DescribeCloudDiskAvailableResourceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeCloudDiskAvailableResourceInfo.json",
2025-08-20T19:16:01.2841712Z [00:02:03.672]➜  		"zh-CN/ens/DescribeCloudDiskTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeCloudDiskTypes.json",
2025-08-20T19:16:01.2843071Z [00:02:03.672]➜  		"zh-CN/ens/DescribeCreatePrePaidInstanceResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeCreatePrePaidInstanceResult.json",
2025-08-20T19:16:01.2844043Z [00:02:03.672]➜  		"zh-CN/ens/DescribeDataDistResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDataDistResult.json",
2025-08-20T19:16:01.2845022Z [00:02:03.672]➜  		"zh-CN/ens/DescribeDataDownloadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDataDownloadURL.json",
2025-08-20T19:16:01.2845971Z [00:02:03.672]➜  		"zh-CN/ens/DescribeDataPushResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDataPushResult.json",
2025-08-20T19:16:01.2846912Z [00:02:03.672]➜  		"zh-CN/ens/DescribeDeviceService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDeviceService.json",
2025-08-20T19:16:01.2847728Z [00:02:03.672]➜  		"zh-CN/ens/DescribeDisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDisks.json",
2025-08-20T19:16:01.2848665Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEipAddresses.json",
2025-08-20T19:16:01.2849810Z [00:02:03.672]➜  		"zh-CN/ens/DescribeElbAvailableResourceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeElbAvailableResourceInfo.json",
2025-08-20T19:16:01.2850782Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEnsEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsEipAddresses.json",
2025-08-20T19:16:01.2851731Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEnsNetDistrict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsNetDistrict.json",
2025-08-20T19:16:01.2852944Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEnsNetLevel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsNetLevel.json",
2025-08-20T19:16:01.2854049Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEnsNetSaleDistrict.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsNetSaleDistrict.json",
2025-08-20T19:16:01.2855339Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEnsRegionIdIpv6Info.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsRegionIdIpv6Info.json",
2025-08-20T19:16:01.2856440Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEnsRegionIdResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsRegionIdResource.json",
2025-08-20T19:16:01.2857364Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEnsRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsRegions.json",
2025-08-20T19:16:01.2858398Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEnsResourceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsResourceUsage.json",
2025-08-20T19:16:01.2859633Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEnsRouteEntryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsRouteEntryList.json",
2025-08-20T19:16:01.2860803Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEpnBandWidthData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnBandWidthData.json",
2025-08-20T19:16:01.2862185Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEpnBandwitdhByInternetChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnBandwitdhByInternetChargeType.json",
2025-08-20T19:16:01.2863534Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEpnInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnInstanceAttribute.json",
2025-08-20T19:16:01.2864526Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEpnInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnInstances.json",
2025-08-20T19:16:01.2865612Z [00:02:03.672]➜  		"zh-CN/ens/DescribeEpnMeasurementData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnMeasurementData.json",
2025-08-20T19:16:01.2866650Z [00:02:03.672]➜  		"zh-CN/ens/DescribeExportImageInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeExportImageInfo.json",
2025-08-20T19:16:01.2867702Z [00:02:03.672]➜  		"zh-CN/ens/DescribeExportImageStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeExportImageStatus.json",
2025-08-20T19:16:01.2868654Z [00:02:03.672]➜  		"zh-CN/ens/DescribeFileSystems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeFileSystems.json",
2025-08-20T19:16:01.2869747Z [00:02:03.672]➜  		"zh-CN/ens/DescribeForwardTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeForwardTableEntries.json",
2025-08-20T19:16:01.2870670Z [00:02:03.672]➜  		"zh-CN/ens/DescribeImageInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeImageInfos.json",
2025-08-20T19:16:01.2871829Z [00:02:03.672]➜  		"zh-CN/ens/DescribeImageSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeImageSharePermission.json",
2025-08-20T19:16:01.2872909Z [00:02:03.672]➜  		"zh-CN/ens/DescribeImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeImages.json",
2025-08-20T19:16:01.2874111Z [00:02:03.672]➜  		"zh-CN/ens/DescribeInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceAutoRenewAttribute.json",
2025-08-20T19:16:01.2875182Z [00:02:03.672]➜  		"zh-CN/ens/DescribeInstanceMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceMonitorData.json",
2025-08-20T19:16:01.2876116Z [00:02:03.672]➜  		"zh-CN/ens/DescribeInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceSpec.json",
2025-08-20T19:16:01.2877016Z [00:02:03.672]➜  		"zh-CN/ens/DescribeInstanceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceTypes.json",
2025-08-20T19:16:01.2878173Z [00:02:03.672]➜  		"zh-CN/ens/DescribeInstanceVncUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceVncUrl.json",
2025-08-20T19:16:01.2879197Z [00:02:03.672]➜  		"zh-CN/ens/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstances.json",
2025-08-20T19:16:01.2880071Z [00:02:03.672]➜  		"zh-CN/ens/DescribeKeyPairs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeKeyPairs.json",
2025-08-20T19:16:01.2881163Z [00:02:03.672]➜  		"zh-CN/ens/DescribeLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerAttribute.json",
2025-08-20T19:16:01.2882729Z [00:02:03.672]➜  		"zh-CN/ens/DescribeLoadBalancerHTTPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:16:01.2884291Z [00:02:03.672]➜  		"zh-CN/ens/DescribeLoadBalancerHTTPSListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:16:01.2885505Z [00:02:03.672]➜  		"zh-CN/ens/DescribeLoadBalancerSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerSpec.json",
2025-08-20T19:16:01.2886831Z [00:02:03.672]➜  		"zh-CN/ens/DescribeLoadBalancerTCPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:16:01.2888160Z [00:02:03.672]➜  		"zh-CN/ens/DescribeLoadBalancerUDPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:16:01.2889107Z [00:02:03.672]➜  		"zh-CN/ens/DescribeLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancers.json",
2025-08-20T19:16:01.2890118Z [00:02:03.672]➜  		"zh-CN/ens/DescribeMeasurementData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeMeasurementData.json",
2025-08-20T19:16:01.2891072Z [00:02:03.672]➜  		"zh-CN/ens/DescribeMountTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeMountTargets.json",
2025-08-20T19:16:01.2891990Z [00:02:03.672]➜  		"zh-CN/ens/DescribeNatGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNatGateways.json",
2025-08-20T19:16:01.2893120Z [00:02:03.672]➜  		"zh-CN/ens/DescribeNetworkAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNetworkAcls.json",
2025-08-20T19:16:01.2894120Z [00:02:03.672]➜  		"zh-CN/ens/DescribeNetworkAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNetworkAttribute.json",
2025-08-20T19:16:01.2895079Z [00:02:03.672]➜  		"zh-CN/ens/DescribeNetworkInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNetworkInterfaces.json",
2025-08-20T19:16:01.2895964Z [00:02:03.672]➜  		"zh-CN/ens/DescribeNetworks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNetworks.json",
2025-08-20T19:16:01.2897062Z [00:02:03.672]➜  		"zh-CN/ens/DescribePrePaidInstanceStock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribePrePaidInstanceStock.json",
2025-08-20T19:16:01.2897825Z [00:02:03.672]➜  		"zh-CN/ens/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribePrice.json",
2025-08-20T19:16:01.2898727Z [00:02:03.672]➜  		"zh-CN/ens/DescribeRegionIsps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeRegionIsps.json",
2025-08-20T19:16:01.2899748Z [00:02:03.672]➜  		"zh-CN/ens/DescribeReservedResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeReservedResource.json",
2025-08-20T19:16:01.2900841Z [00:02:03.672]➜  		"zh-CN/ens/DescribeSDGDeploymentStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSDGDeploymentStatus.json",
2025-08-20T19:16:01.2902236Z [00:02:03.673]➜  		"zh-CN/ens/DescribeSecurityGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSecurityGroupAttribute.json",
2025-08-20T19:16:01.2903543Z [00:02:03.673]➜  		"zh-CN/ens/DescribeSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSecurityGroups.json",
2025-08-20T19:16:01.2904394Z [00:02:03.673]➜  		"zh-CN/ens/DescribeSelfImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSelfImages.json",
2025-08-20T19:16:01.2905377Z [00:02:03.673]➜  		"zh-CN/ens/DescribeServcieSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeServcieSchedule.json",
2025-08-20T19:16:01.2906231Z [00:02:03.673]➜  		"zh-CN/ens/DescribeSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSnapshots.json",
2025-08-20T19:16:01.2907174Z [00:02:03.673]➜  		"zh-CN/ens/DescribeSnatAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSnatAttribute.json",
2025-08-20T19:16:01.2908284Z [00:02:03.673]➜  		"zh-CN/ens/DescribeSnatTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSnatTableEntries.json",
2025-08-20T19:16:01.2909471Z [00:02:03.673]➜  		"zh-CN/ens/DescribeUserBandWidthData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeUserBandWidthData.json",
2025-08-20T19:16:01.2910387Z [00:02:03.673]➜  		"zh-CN/ens/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeVSwitches.json",
2025-08-20T19:16:01.2911131Z [00:02:03.673]➜  		"zh-CN/ens/DetachDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DetachDisk.json",
2025-08-20T19:16:01.2912033Z [00:02:03.673]➜  		"zh-CN/ens/DistApplicationData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DistApplicationData.json",
2025-08-20T19:16:01.2913185Z [00:02:03.673]➜  		"zh-CN/ens/ExportBillDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ExportBillDetailData.json",
2025-08-20T19:16:01.2913998Z [00:02:03.673]➜  		"zh-CN/ens/ExportImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ExportImage.json",
2025-08-20T19:16:01.2915009Z [00:02:03.673]➜  		"zh-CN/ens/ExportMeasurementData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ExportMeasurementData.json",
2025-08-20T19:16:01.2915794Z [00:02:03.673]➜  		"zh-CN/ens/GetBucketAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetBucketAcl.json",
2025-08-20T19:16:01.2916576Z [00:02:03.673]➜  		"zh-CN/ens/GetBucketInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetBucketInfo.json",
2025-08-20T19:16:01.2917468Z [00:02:03.673]➜  		"zh-CN/ens/GetBucketLifecycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetBucketLifecycle.json",
2025-08-20T19:16:01.2918399Z [00:02:03.673]➜  		"zh-CN/ens/GetDeviceInternetPort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetDeviceInternetPort.json",
2025-08-20T19:16:01.2919518Z [00:02:03.673]➜  		"zh-CN/ens/GetOssStorageAndAccByBuckets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetOssStorageAndAccByBuckets.json",
2025-08-20T19:16:01.2920395Z [00:02:03.673]➜  		"zh-CN/ens/GetOssUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetOssUsageData.json",
2025-08-20T19:16:01.2921203Z [00:02:03.673]➜  		"zh-CN/ens/ImportKeyPair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ImportKeyPair.json",
2025-08-20T19:16:01.2922271Z [00:02:03.673]➜  		"zh-CN/ens/JoinPublicIpsToEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/JoinPublicIpsToEpnInstance.json",
2025-08-20T19:16:01.2923312Z [00:02:03.673]➜  		"zh-CN/ens/JoinSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/JoinSecurityGroup.json",
2025-08-20T19:16:01.2924538Z [00:02:03.673]➜  		"zh-CN/ens/JoinVSwitchesToEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/JoinVSwitchesToEpnInstance.json",
2025-08-20T19:16:01.2925438Z [00:02:03.673]➜  		"zh-CN/ens/LeaveSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/LeaveSecurityGroup.json",
2025-08-20T19:16:01.2926433Z [00:02:03.673]➜  		"zh-CN/ens/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ListApplications.json",
2025-08-20T19:16:01.2927205Z [00:02:03.673]➜  		"zh-CN/ens/ListBuckets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ListBuckets.json",
2025-08-20T19:16:01.2927971Z [00:02:03.673]➜  		"zh-CN/ens/ListObjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ListObjects.json",
2025-08-20T19:16:01.2929067Z [00:02:03.673]➜  		"zh-CN/ens/ModifyEnsEipAddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyEnsEipAddressAttribute.json",
2025-08-20T19:16:01.2929950Z [00:02:03.673]➜  		"zh-CN/ens/ModifyEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyEpnInstance.json",
2025-08-20T19:16:01.2930932Z [00:02:03.673]➜  		"zh-CN/ens/ModifyFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyFileSystem.json",
2025-08-20T19:16:01.2931940Z [00:02:03.673]➜  		"zh-CN/ens/ModifyForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyForwardEntry.json",
2025-08-20T19:16:01.2933071Z [00:02:03.673]➜  		"zh-CN/ens/ModifyImageAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyImageAttribute.json",
2025-08-20T19:16:01.2934150Z [00:02:03.673]➜  		"zh-CN/ens/ModifyImageSharePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyImageSharePermission.json",
2025-08-20T19:16:01.2935138Z [00:02:03.673]➜  		"zh-CN/ens/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyInstanceAttribute.json",
2025-08-20T19:16:01.2936332Z [00:02:03.673]➜  		"zh-CN/ens/ModifyInstanceAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyInstanceAutoRenewAttribute.json",
2025-08-20T19:16:01.2937350Z [00:02:03.673]➜  		"zh-CN/ens/ModifyInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyInstanceChargeType.json",
2025-08-20T19:16:01.2938435Z [00:02:03.673]➜  		"zh-CN/ens/ModifyLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyLoadBalancerAttribute.json",
2025-08-20T19:16:01.2939394Z [00:02:03.673]➜  		"zh-CN/ens/ModifyNetworkAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyNetworkAttribute.json",
2025-08-20T19:16:01.2940393Z [00:02:03.673]➜  		"zh-CN/ens/ModifyPrepayInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyPrepayInstanceSpec.json",
2025-08-20T19:16:01.2941483Z [00:02:03.673]➜  		"zh-CN/ens/ModifySecurityGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifySecurityGroupAttribute.json",
2025-08-20T19:16:01.2942703Z [00:02:03.673]➜  		"zh-CN/ens/ModifySnapshotAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifySnapshotAttribute.json",
2025-08-20T19:16:01.2943676Z [00:02:03.673]➜  		"zh-CN/ens/ModifyVSwitchAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyVSwitchAttribute.json",
2025-08-20T19:16:01.2944600Z [00:02:03.673]➜  		"zh-CN/ens/PushApplicationData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/PushApplicationData.json",
2025-08-20T19:16:01.2945347Z [00:02:03.673]➜  		"zh-CN/ens/PutBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/PutBucket.json",
2025-08-20T19:16:01.2946128Z [00:02:03.673]➜  		"zh-CN/ens/PutBucketAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/PutBucketAcl.json",
2025-08-20T19:16:01.2947026Z [00:02:03.673]➜  		"zh-CN/ens/PutBucketLifecycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/PutBucketLifecycle.json",
2025-08-20T19:16:01.2947973Z [00:02:03.673]➜  		"zh-CN/ens/ReInitDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReInitDisk.json",
2025-08-20T19:16:01.2949012Z [00:02:03.673]➜  		"zh-CN/ens/RebootAICInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RebootAICInstance.json",
2025-08-20T19:16:01.2949961Z [00:02:03.673]➜  		"zh-CN/ens/RebootARMServerInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RebootARMServerInstance.json",
2025-08-20T19:16:01.2950800Z [00:02:03.673]➜  		"zh-CN/ens/RebootInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RebootInstance.json",
2025-08-20T19:16:01.2951705Z [00:02:03.673]➜  		"zh-CN/ens/RecoverAICInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RecoverAICInstance.json",
2025-08-20T19:16:01.2952721Z [00:02:03.673]➜  		"zh-CN/ens/ReinitInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReinitInstance.json",
2025-08-20T19:16:01.2953778Z [00:02:03.673]➜  		"zh-CN/ens/ReleaseAICInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleaseAICInstance.json",
2025-08-20T19:16:01.2954928Z [00:02:03.673]➜  		"zh-CN/ens/ReleaseARMServerInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleaseARMServerInstance.json",
2025-08-20T19:16:01.2955773Z [00:02:03.673]➜  		"zh-CN/ens/ReleaseInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleaseInstance.json",
2025-08-20T19:16:01.2956754Z [00:02:03.673]➜  		"zh-CN/ens/ReleasePostPaidInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleasePostPaidInstance.json",
2025-08-20T19:16:01.2957753Z [00:02:03.673]➜  		"zh-CN/ens/ReleasePrePaidInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleasePrePaidInstance.json",
2025-08-20T19:16:01.2958679Z [00:02:03.673]➜  		"zh-CN/ens/RemoveBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RemoveBackendServers.json",
2025-08-20T19:16:01.2959827Z [00:02:03.673]➜  		"zh-CN/ens/RemovePublicIpsFromEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RemovePublicIpsFromEpnInstance.json",
2025-08-20T19:16:01.2960955Z [00:02:03.673]➜  		"zh-CN/ens/RemoveVSwitchesFromEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RemoveVSwitchesFromEpnInstance.json",
2025-08-20T19:16:01.2961930Z [00:02:03.673]➜  		"zh-CN/ens/RenewARMServerInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RenewARMServerInstance.json",
2025-08-20T19:16:01.2963084Z [00:02:03.673]➜  		"zh-CN/ens/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RenewInstance.json",
2025-08-20T19:16:01.2964052Z [00:02:03.673]➜  		"zh-CN/ens/RescaleApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RescaleApplication.json",
2025-08-20T19:16:01.2965002Z [00:02:03.673]➜  		"zh-CN/ens/RescaleDeviceService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RescaleDeviceService.json",
2025-08-20T19:16:01.2965865Z [00:02:03.673]➜  		"zh-CN/ens/ResetAICInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ResetAICInstance.json",
2025-08-20T19:16:01.2966740Z [00:02:03.673]➜  		"zh-CN/ens/ResetDeviceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ResetDeviceInstance.json",
2025-08-20T19:16:01.2967491Z [00:02:03.673]➜  		"zh-CN/ens/ResetDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ResetDisk.json",
2025-08-20T19:16:01.2968265Z [00:02:03.673]➜  		"zh-CN/ens/ResizeDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ResizeDisk.json",
2025-08-20T19:16:01.2969222Z [00:02:03.673]➜  		"zh-CN/ens/RestartDeviceInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RestartDeviceInstance.json",
2025-08-20T19:16:01.2970179Z [00:02:03.673]➜  		"zh-CN/ens/RevokeSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RevokeSecurityGroup.json",
2025-08-20T19:16:01.2971542Z [00:02:03.673]➜  		"zh-CN/ens/RevokeSecurityGroupEgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RevokeSecurityGroupEgress.json",
2025-08-20T19:16:01.2972910Z [00:02:03.673]➜  		"zh-CN/ens/RollbackApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RollbackApplication.json",
2025-08-20T19:16:01.2973728Z [00:02:03.673]➜  		"zh-CN/ens/RunInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RunInstances.json",
2025-08-20T19:16:01.2974637Z [00:02:03.673]➜  		"zh-CN/ens/RunServiceSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RunServiceSchedule.json",
2025-08-20T19:16:01.2975522Z [00:02:03.673]➜  		"zh-CN/ens/SetBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetBackendServers.json",
2025-08-20T19:16:01.2976787Z [00:02:03.673]➜  		"zh-CN/ens/SetLoadBalancerHTTPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:16:01.2978312Z [00:02:03.673]➜  		"zh-CN/ens/SetLoadBalancerHTTPSListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:16:01.2979339Z [00:02:03.673]➜  		"zh-CN/ens/SetLoadBalancerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerStatus.json",
2025-08-20T19:16:01.2980611Z [00:02:03.673]➜  		"zh-CN/ens/SetLoadBalancerTCPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:16:01.2981891Z [00:02:03.673]➜  		"zh-CN/ens/SetLoadBalancerUDPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:16:01.2983005Z [00:02:03.673]➜  		"zh-CN/ens/StartEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StartEpnInstance.json",
2025-08-20T19:16:01.2983855Z [00:02:03.673]➜  		"zh-CN/ens/StartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StartInstance.json",
2025-08-20T19:16:01.2984919Z [00:02:03.673]➜  		"zh-CN/ens/StartLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StartLoadBalancerListener.json",
2025-08-20T19:16:01.2985929Z [00:02:03.673]➜  		"zh-CN/ens/StartSnatIpForSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StartSnatIpForSnatEntry.json",
2025-08-20T19:16:01.2986803Z [00:02:03.673]➜  		"zh-CN/ens/StopEpnInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StopEpnInstance.json",
2025-08-20T19:16:01.2987609Z [00:02:03.673]➜  		"zh-CN/ens/StopInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StopInstance.json",
2025-08-20T19:16:01.2988645Z [00:02:03.673]➜  		"zh-CN/ens/StopLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StopLoadBalancerListener.json",
2025-08-20T19:16:01.2989631Z [00:02:03.673]➜  		"zh-CN/ens/StopSnatIpForSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StopSnatIpForSnatEntry.json",
2025-08-20T19:16:01.2990647Z [00:02:03.673]➜  		"zh-CN/ens/UnAssociateEnsEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UnAssociateEnsEipAddress.json",
2025-08-20T19:16:01.2991715Z [00:02:03.673]➜  		"zh-CN/ens/UnassignPrivateIpAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UnassignPrivateIpAddresses.json",
2025-08-20T19:16:01.2992912Z [00:02:03.673]➜  		"zh-CN/ens/UnassociateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UnassociateNetworkAcl.json",
2025-08-20T19:16:01.2993906Z [00:02:03.673]➜  		"zh-CN/ens/UpgradeAICInstanceImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UpgradeAICInstanceImage.json",
2025-08-20T19:16:01.2995006Z [00:02:03.673]➜  		"zh-CN/ens/UpgradeApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UpgradeApplication.json",
2025-08-20T19:16:01.2995723Z [00:02:03.673]➜  		"zh-CN/ens/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/version.json",
2025-08-20T19:16:01.2996886Z [00:02:03.673]➜  		"zh-CN/ess/AttachAlbServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachAlbServerGroups.json",
2025-08-20T19:16:01.2997759Z [00:02:03.673]➜  		"zh-CN/ess/AttachDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachDBInstances.json",
2025-08-20T19:16:01.2998624Z [00:02:03.673]➜  		"zh-CN/ess/AttachInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachInstances.json",
2025-08-20T19:16:01.2999526Z [00:02:03.673]➜  		"zh-CN/ess/AttachLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachLoadBalancers.json",
2025-08-20T19:16:01.3000416Z [00:02:03.673]➜  		"zh-CN/ess/AttachServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachServerGroups.json",
2025-08-20T19:16:01.3001439Z [00:02:03.673]➜  		"zh-CN/ess/AttachVServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachVServerGroups.json",
2025-08-20T19:16:01.3002739Z [00:02:03.673]➜  		"zh-CN/ess/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ChangeResourceGroup.json",
2025-08-20T19:16:01.3003765Z [00:02:03.673]➜  		"zh-CN/ess/CompleteLifecycleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CompleteLifecycleAction.json",
2025-08-20T19:16:01.3004476Z [00:02:03.673]➜  		"zh-CN/ess/CreateAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateAlarm.json",
2025-08-20T19:16:01.3005559Z [00:02:03.673]➜  		"zh-CN/ess/CreateEciScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateEciScalingConfiguration.json",
2025-08-20T19:16:01.3006470Z [00:02:03.673]➜  		"zh-CN/ess/CreateLifecycleHook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateLifecycleHook.json",
2025-08-20T19:16:01.3007623Z [00:02:03.673]➜  		"zh-CN/ess/CreateNotificationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateNotificationConfiguration.json",
2025-08-20T19:16:01.3008676Z [00:02:03.673]➜  		"zh-CN/ess/CreateScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateScalingConfiguration.json",
2025-08-20T19:16:01.3009578Z [00:02:03.673]➜  		"zh-CN/ess/CreateScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateScalingGroup.json",
2025-08-20T19:16:01.3010437Z [00:02:03.673]➜  		"zh-CN/ess/CreateScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateScalingRule.json",
2025-08-20T19:16:01.3011342Z [00:02:03.673]➜  		"zh-CN/ess/CreateScheduledTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateScheduledTask.json",
2025-08-20T19:16:01.3012650Z [00:02:03.673]➜  		"zh-CN/ess/DeactivateScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeactivateScalingConfiguration.json",
2025-08-20T19:16:01.3013452Z [00:02:03.673]➜  		"zh-CN/ess/DeleteAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteAlarm.json",
2025-08-20T19:16:01.3014555Z [00:02:03.673]➜  		"zh-CN/ess/DeleteEciScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteEciScalingConfiguration.json",
2025-08-20T19:16:01.3015540Z [00:02:03.673]➜  		"zh-CN/ess/DeleteLifecycleHook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteLifecycleHook.json",
2025-08-20T19:16:01.3016623Z [00:02:03.673]➜  		"zh-CN/ess/DeleteNotificationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteNotificationConfiguration.json",
2025-08-20T19:16:01.3017649Z [00:02:03.673]➜  		"zh-CN/ess/DeleteScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteScalingConfiguration.json",
2025-08-20T19:16:01.3018726Z [00:02:03.673]➜  		"zh-CN/ess/DeleteScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteScalingGroup.json",
2025-08-20T19:16:01.3019732Z [00:02:03.673]➜  		"zh-CN/ess/DeleteScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteScalingRule.json",
2025-08-20T19:16:01.3020650Z [00:02:03.673]➜  		"zh-CN/ess/DeleteScheduledTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteScheduledTask.json",
2025-08-20T19:16:01.3021447Z [00:02:03.673]➜  		"zh-CN/ess/DescribeAlarms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeAlarms.json",
2025-08-20T19:16:01.3022781Z [00:02:03.673]➜  		"zh-CN/ess/DescribeEciScalingConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeEciScalingConfigurations.json",
2025-08-20T19:16:01.3023879Z [00:02:03.673]➜  		"zh-CN/ess/DescribeLifecycleActions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeLifecycleActions.json",
2025-08-20T19:16:01.3025006Z [00:02:03.673]➜  		"zh-CN/ess/DescribeLifecycleHooks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeLifecycleHooks.json",
2025-08-20T19:16:01.3026046Z [00:02:03.673]➜  		"zh-CN/ess/DescribeLimitation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeLimitation.json",
2025-08-20T19:16:01.3027290Z [00:02:03.673]➜  		"zh-CN/ess/DescribeNotificationConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeNotificationConfigurations.json",
2025-08-20T19:16:01.3028351Z [00:02:03.673]➜  		"zh-CN/ess/DescribeNotificationTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeNotificationTypes.json",
2025-08-20T19:16:01.3029217Z [00:02:03.673]➜  		"zh-CN/ess/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeRegions.json",
2025-08-20T19:16:01.3030262Z [00:02:03.673]➜  		"zh-CN/ess/DescribeScalingActivities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingActivities.json",
2025-08-20T19:16:01.3031408Z [00:02:03.673]➜  		"zh-CN/ess/DescribeScalingActivityDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingActivityDetail.json",
2025-08-20T19:16:01.3032768Z [00:02:03.673]➜  		"zh-CN/ess/DescribeScalingConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingConfigurations.json",
2025-08-20T19:16:01.3033771Z [00:02:03.673]➜  		"zh-CN/ess/DescribeScalingGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingGroups.json",
2025-08-20T19:16:01.3034805Z [00:02:03.673]➜  		"zh-CN/ess/DescribeScalingInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingInstances.json",
2025-08-20T19:16:01.3035770Z [00:02:03.673]➜  		"zh-CN/ess/DescribeScalingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingRules.json",
2025-08-20T19:16:01.3036776Z [00:02:03.673]➜  		"zh-CN/ess/DescribeScheduledTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScheduledTasks.json",
2025-08-20T19:16:01.3037747Z [00:02:03.673]➜  		"zh-CN/ess/DetachAlbServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachAlbServerGroups.json",
2025-08-20T19:16:01.3038635Z [00:02:03.673]➜  		"zh-CN/ess/DetachDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachDBInstances.json",
2025-08-20T19:16:01.3046136Z [00:02:03.673]➜  		"zh-CN/ess/DetachInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachInstances.json",
2025-08-20T19:16:01.3047197Z [00:02:03.673]➜  		"zh-CN/ess/DetachLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachLoadBalancers.json",
2025-08-20T19:16:01.3048143Z [00:02:03.673]➜  		"zh-CN/ess/DetachServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachServerGroups.json",
2025-08-20T19:16:01.3049263Z [00:02:03.673]➜  		"zh-CN/ess/DetachVServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachVServerGroups.json",
2025-08-20T19:16:01.3050233Z [00:02:03.673]➜  		"zh-CN/ess/DisableAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DisableAlarm.json",
2025-08-20T19:16:01.3051139Z [00:02:03.674]➜  		"zh-CN/ess/DisableScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DisableScalingGroup.json",
2025-08-20T19:16:01.3051905Z [00:02:03.674]➜  		"zh-CN/ess/EnableAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/EnableAlarm.json",
2025-08-20T19:16:01.3053029Z [00:02:03.674]➜  		"zh-CN/ess/EnableScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/EnableScalingGroup.json",
2025-08-20T19:16:01.3053800Z [00:02:03.674]➜  		"zh-CN/ess/EnterStandby.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/EnterStandby.json",
2025-08-20T19:16:01.3054824Z [00:02:03.674]➜  		"zh-CN/ess/ExecuteScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ExecuteScalingRule.json",
2025-08-20T19:16:01.3055664Z [00:02:03.674]➜  		"zh-CN/ess/ExitStandby.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ExitStandby.json",
2025-08-20T19:16:01.3056388Z [00:02:03.674]➜  		"zh-CN/ess/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ListTagKeys.json",
2025-08-20T19:16:01.3057180Z [00:02:03.674]➜  		"zh-CN/ess/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ListTagResources.json",
2025-08-20T19:16:01.3057989Z [00:02:03.674]➜  		"zh-CN/ess/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ListTagValues.json",
2025-08-20T19:16:01.3058734Z [00:02:03.674]➜  		"zh-CN/ess/ModifyAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyAlarm.json",
2025-08-20T19:16:01.3059850Z [00:02:03.674]➜  		"zh-CN/ess/ModifyEciScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyEciScalingConfiguration.json",
2025-08-20T19:16:01.3060701Z [00:02:03.674]➜  		"zh-CN/ess/ModifyLifecycleHook.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyLifecycleHook.json",
2025-08-20T19:16:01.3061828Z [00:02:03.674]➜  		"zh-CN/ess/ModifyNotificationConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyNotificationConfiguration.json",
2025-08-20T19:16:01.3063185Z [00:02:03.674]➜  		"zh-CN/ess/ModifyScalingConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyScalingConfiguration.json",
2025-08-20T19:16:01.3064111Z [00:02:03.674]➜  		"zh-CN/ess/ModifyScalingGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyScalingGroup.json",
2025-08-20T19:16:01.3064988Z [00:02:03.674]➜  		"zh-CN/ess/ModifyScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyScalingRule.json",
2025-08-20T19:16:01.3065927Z [00:02:03.674]➜  		"zh-CN/ess/ModifyScheduledTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyScheduledTask.json",
2025-08-20T19:16:01.3066831Z [00:02:03.674]➜  		"zh-CN/ess/RebalanceInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/RebalanceInstances.json",
2025-08-20T19:16:01.3067978Z [00:02:03.674]➜  		"zh-CN/ess/RecordLifecycleActionHeartbeat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/RecordLifecycleActionHeartbeat.json",
2025-08-20T19:16:01.3068828Z [00:02:03.674]➜  		"zh-CN/ess/RemoveInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/RemoveInstances.json",
2025-08-20T19:16:01.3069672Z [00:02:03.674]➜  		"zh-CN/ess/ResumeProcesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ResumeProcesses.json",
2025-08-20T19:16:01.3070584Z [00:02:03.674]➜  		"zh-CN/ess/ScaleWithAdjustment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ScaleWithAdjustment.json",
2025-08-20T19:16:01.3071808Z [00:02:03.674]➜  		"zh-CN/ess/SetGroupDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/SetGroupDeletionProtection.json",
2025-08-20T19:16:01.3072987Z [00:02:03.674]➜  		"zh-CN/ess/SetInstanceHealth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/SetInstanceHealth.json",
2025-08-20T19:16:01.3073979Z [00:02:03.674]➜  		"zh-CN/ess/SetInstancesProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/SetInstancesProtection.json",
2025-08-20T19:16:01.3074868Z [00:02:03.674]➜  		"zh-CN/ess/SuspendProcesses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/SuspendProcesses.json",
2025-08-20T19:16:01.3075652Z [00:02:03.674]➜  		"zh-CN/ess/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/TagResources.json",
2025-08-20T19:16:01.3076506Z [00:02:03.674]➜  		"zh-CN/ess/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/UntagResources.json",
2025-08-20T19:16:01.3077567Z [00:02:03.674]➜  		"zh-CN/ess/VerifyAuthentication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/VerifyAuthentication.json",
2025-08-20T19:16:01.3078457Z [00:02:03.674]➜  		"zh-CN/ess/VerifyUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/VerifyUser.json",
2025-08-20T19:16:01.3079199Z [00:02:03.674]➜  		"zh-CN/ess/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/version.json",
2025-08-20T19:16:01.3080272Z [00:02:03.674]➜  		"zh-CN/eventbridge/CreateApiDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateApiDestination.json",
2025-08-20T19:16:01.3081276Z [00:02:03.674]➜  		"zh-CN/eventbridge/CreateConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateConnection.json",
2025-08-20T19:16:01.3082250Z [00:02:03.674]➜  		"zh-CN/eventbridge/CreateEventBus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateEventBus.json",
2025-08-20T19:16:01.3083510Z [00:02:03.674]➜  		"zh-CN/eventbridge/CreateEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateEventSource.json",
2025-08-20T19:16:01.3084618Z [00:02:03.674]➜  		"zh-CN/eventbridge/CreateEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateEventStreaming.json",
2025-08-20T19:16:01.3085532Z [00:02:03.674]➜  		"zh-CN/eventbridge/CreateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateRule.json",
2025-08-20T19:16:01.3086839Z [00:02:03.674]➜  		"zh-CN/eventbridge/CreateServiceLinkedRoleForProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateServiceLinkedRoleForProduct.json",
2025-08-20T19:16:01.3087920Z [00:02:03.674]➜  		"zh-CN/eventbridge/DeleteApiDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteApiDestination.json",
2025-08-20T19:16:01.3088926Z [00:02:03.674]➜  		"zh-CN/eventbridge/DeleteConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteConnection.json",
2025-08-20T19:16:01.3089882Z [00:02:03.674]➜  		"zh-CN/eventbridge/DeleteEventBus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteEventBus.json",
2025-08-20T19:16:01.3090887Z [00:02:03.674]➜  		"zh-CN/eventbridge/DeleteEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteEventSource.json",
2025-08-20T19:16:01.3091962Z [00:02:03.674]➜  		"zh-CN/eventbridge/DeleteEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteEventStreaming.json",
2025-08-20T19:16:01.3093058Z [00:02:03.674]➜  		"zh-CN/eventbridge/DeleteRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteRule.json",
2025-08-20T19:16:01.3093991Z [00:02:03.674]➜  		"zh-CN/eventbridge/DeleteTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteTargets.json",
2025-08-20T19:16:01.3095104Z [00:02:03.674]➜  		"zh-CN/eventbridge/DisableRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DisableRule.json",
2025-08-20T19:16:01.3096148Z [00:02:03.674]➜  		"zh-CN/eventbridge/EnableRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/EnableRule.json",
2025-08-20T19:16:01.3097155Z [00:02:03.674]➜  		"zh-CN/eventbridge/GetApiDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetApiDestination.json",
2025-08-20T19:16:01.3098050Z [00:02:03.674]➜  		"zh-CN/eventbridge/GetConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetConnection.json",
2025-08-20T19:16:01.3098963Z [00:02:03.674]➜  		"zh-CN/eventbridge/GetEventBus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetEventBus.json",
2025-08-20T19:16:01.3099977Z [00:02:03.674]➜  		"zh-CN/eventbridge/GetEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetEventStreaming.json",
2025-08-20T19:16:01.3100968Z [00:02:03.674]➜  		"zh-CN/eventbridge/GetRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetRule.json",
2025-08-20T19:16:01.3102359Z [00:02:03.674]➜  		"zh-CN/eventbridge/ListAliyunOfficialEventSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListAliyunOfficialEventSources.json",
2025-08-20T19:16:01.3103649Z [00:02:03.674]➜  		"zh-CN/eventbridge/ListApiDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListApiDestinations.json",
2025-08-20T19:16:01.3104634Z [00:02:03.674]➜  		"zh-CN/eventbridge/ListConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListConnections.json",
2025-08-20T19:16:01.3105544Z [00:02:03.674]➜  		"zh-CN/eventbridge/ListEventBuses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListEventBuses.json",
2025-08-20T19:16:01.3106567Z [00:02:03.674]➜  		"zh-CN/eventbridge/ListEventStreamings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListEventStreamings.json",
2025-08-20T19:16:01.3107397Z [00:02:03.674]➜  		"zh-CN/eventbridge/ListRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListRules.json",
2025-08-20T19:16:01.3108295Z [00:02:03.674]➜  		"zh-CN/eventbridge/ListTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListTargets.json",
2025-08-20T19:16:01.3109488Z [00:02:03.674]➜  		"zh-CN/eventbridge/ListUserDefinedEventSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListUserDefinedEventSources.json",
2025-08-20T19:16:01.3110542Z [00:02:03.674]➜  		"zh-CN/eventbridge/PauseEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/PauseEventStreaming.json",
2025-08-20T19:16:01.3111453Z [00:02:03.674]➜  		"zh-CN/eventbridge/PutTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/PutTargets.json",
2025-08-20T19:16:01.3112336Z [00:02:03.674]➜  		"zh-CN/eventbridge/QueryEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/QueryEvent.json",
2025-08-20T19:16:01.3113535Z [00:02:03.674]➜  		"zh-CN/eventbridge/QueryEventTraces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/QueryEventTraces.json",
2025-08-20T19:16:01.3114757Z [00:02:03.674]➜  		"zh-CN/eventbridge/QueryTracedEventByEventId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/QueryTracedEventByEventId.json",
2025-08-20T19:16:01.3115776Z [00:02:03.674]➜  		"zh-CN/eventbridge/QueryTracedEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/QueryTracedEvents.json",
2025-08-20T19:16:01.3116797Z [00:02:03.674]➜  		"zh-CN/eventbridge/StartEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/StartEventStreaming.json",
2025-08-20T19:16:01.3117898Z [00:02:03.674]➜  		"zh-CN/eventbridge/TestEventPattern.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/TestEventPattern.json",
2025-08-20T19:16:01.3119132Z [00:02:03.674]➜  		"zh-CN/eventbridge/UpdateApiDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateApiDestination.json",
2025-08-20T19:16:01.3120163Z [00:02:03.674]➜  		"zh-CN/eventbridge/UpdateConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateConnection.json",
2025-08-20T19:16:01.3121126Z [00:02:03.674]➜  		"zh-CN/eventbridge/UpdateEventBus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateEventBus.json",
2025-08-20T19:16:01.3122129Z [00:02:03.674]➜  		"zh-CN/eventbridge/UpdateEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateEventSource.json",
2025-08-20T19:16:01.3123407Z [00:02:03.674]➜  		"zh-CN/eventbridge/UpdateEventStreaming.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateEventStreaming.json",
2025-08-20T19:16:01.3124453Z [00:02:03.674]➜  		"zh-CN/eventbridge/UpdateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateRule.json",
2025-08-20T19:16:01.3125458Z [00:02:03.674]➜  		"zh-CN/eventbridge/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/version.json",
2025-08-20T19:16:01.3126239Z [00:02:03.674]➜  		"zh-CN/facebody/AddFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/AddFace.json",
2025-08-20T19:16:01.3127143Z [00:02:03.674]➜  		"zh-CN/facebody/AddFaceEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/AddFaceEntity.json",
2025-08-20T19:16:01.3128178Z [00:02:03.674]➜  		"zh-CN/facebody/AddFaceImageTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/AddFaceImageTemplate.json",
2025-08-20T19:16:01.3129073Z [00:02:03.674]➜  		"zh-CN/facebody/BatchAddFaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/BatchAddFaces.json",
2025-08-20T19:16:01.3129938Z [00:02:03.674]➜  		"zh-CN/facebody/BeautifyBody.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/BeautifyBody.json",
2025-08-20T19:16:01.3130749Z [00:02:03.674]➜  		"zh-CN/facebody/BlurFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/BlurFace.json",
2025-08-20T19:16:01.3131613Z [00:02:03.674]➜  		"zh-CN/facebody/BodyPosture.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/BodyPosture.json",
2025-08-20T19:16:01.3132660Z [00:02:03.674]➜  		"zh-CN/facebody/CompareFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/CompareFace.json",
2025-08-20T19:16:01.3133681Z [00:02:03.674]➜  		"zh-CN/facebody/CompareFaceWithMask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/CompareFaceWithMask.json",
2025-08-20T19:16:01.3134584Z [00:02:03.674]➜  		"zh-CN/facebody/CreateFaceDb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/CreateFaceDb.json",
2025-08-20T19:16:01.3135648Z [00:02:03.674]➜  		"zh-CN/facebody/DeepfakeFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeepfakeFace.json",
2025-08-20T19:16:01.3136649Z [00:02:03.674]➜  		"zh-CN/facebody/DeleteFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeleteFace.json",
2025-08-20T19:16:01.3137533Z [00:02:03.674]➜  		"zh-CN/facebody/DeleteFaceDb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeleteFaceDb.json",
2025-08-20T19:16:01.3138478Z [00:02:03.674]➜  		"zh-CN/facebody/DeleteFaceEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeleteFaceEntity.json",
2025-08-20T19:16:01.3139560Z [00:02:03.674]➜  		"zh-CN/facebody/DeleteFaceImageTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeleteFaceImageTemplate.json",
2025-08-20T19:16:01.3140532Z [00:02:03.674]➜  		"zh-CN/facebody/DetectBodyCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectBodyCount.json",
2025-08-20T19:16:01.3141375Z [00:02:03.674]➜  		"zh-CN/facebody/DetectCelebrity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectCelebrity.json",
2025-08-20T19:16:01.3142281Z [00:02:03.674]➜  		"zh-CN/facebody/DetectChefCap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectChefCap.json",
2025-08-20T19:16:01.3143316Z [00:02:03.674]➜  		"zh-CN/facebody/DetectFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectFace.json",
2025-08-20T19:16:01.3144427Z [00:02:03.674]➜  		"zh-CN/facebody/DetectInfraredLivingFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectInfraredLivingFace.json",
2025-08-20T19:16:01.3145395Z [00:02:03.674]➜  		"zh-CN/facebody/DetectLivingFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectLivingFace.json",
2025-08-20T19:16:01.3146366Z [00:02:03.674]➜  		"zh-CN/facebody/DetectPedestrian.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectPedestrian.json",
2025-08-20T19:16:01.3147703Z [00:02:03.674]➜  		"zh-CN/facebody/DetectPedestrianIntrusion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectPedestrianIntrusion.json",
2025-08-20T19:16:01.3148810Z [00:02:03.674]➜  		"zh-CN/facebody/DetectVideoLivingFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectVideoLivingFace.json",
2025-08-20T19:16:01.3149695Z [00:02:03.674]➜  		"zh-CN/facebody/EnhanceFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/EnhanceFace.json",
2025-08-20T19:16:01.3150697Z [00:02:03.674]➜  		"zh-CN/facebody/ExtractFingerPrint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/ExtractFingerPrint.json",
2025-08-20T19:16:01.3151894Z [00:02:03.674]➜  		"zh-CN/facebody/ExtractPedestrianFeatureAttr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/ExtractPedestrianFeatureAttr.json",
2025-08-20T19:16:01.3152997Z [00:02:03.674]➜  		"zh-CN/facebody/FaceBeauty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/FaceBeauty.json",
2025-08-20T19:16:01.3153848Z [00:02:03.674]➜  		"zh-CN/facebody/FaceFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/FaceFilter.json",
2025-08-20T19:16:01.3154695Z [00:02:03.674]➜  		"zh-CN/facebody/FaceMakeup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/FaceMakeup.json",
2025-08-20T19:16:01.3155538Z [00:02:03.674]➜  		"zh-CN/facebody/FaceTidyup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/FaceTidyup.json",
2025-08-20T19:16:01.3156756Z [00:02:03.674]➜  		"zh-CN/facebody/GenRealPersonVerificationToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GenRealPersonVerificationToken.json",
2025-08-20T19:16:01.3157779Z [00:02:03.674]➜  		"zh-CN/facebody/GenerateHumanAnimeStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GenerateHumanAnimeStyle.json",
2025-08-20T19:16:01.3159068Z [00:02:03.674]➜  		"zh-CN/facebody/GenerateHumanSketchStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GenerateHumanSketchStyle.json",
2025-08-20T19:16:01.3160087Z [00:02:03.674]➜  		"zh-CN/facebody/GetFaceEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GetFaceEntity.json",
2025-08-20T19:16:01.3161334Z [00:02:03.674]➜  		"zh-CN/facebody/GetRealPersonVerificationResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GetRealPersonVerificationResult.json",
2025-08-20T19:16:01.3162215Z [00:02:03.674]➜  		"zh-CN/facebody/HandPosture.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/HandPosture.json",
2025-08-20T19:16:01.3163280Z [00:02:03.674]➜  		"zh-CN/facebody/LiquifyFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/LiquifyFace.json",
2025-08-20T19:16:01.3164161Z [00:02:03.674]➜  		"zh-CN/facebody/ListFaceDbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/ListFaceDbs.json",
2025-08-20T19:16:01.3165104Z [00:02:03.674]➜  		"zh-CN/facebody/ListFaceEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/ListFaceEntities.json",
2025-08-20T19:16:01.3166022Z [00:02:03.674]➜  		"zh-CN/facebody/MergeImageFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/MergeImageFace.json",
2025-08-20T19:16:01.3166987Z [00:02:03.674]➜  		"zh-CN/facebody/MonitorExamination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/MonitorExamination.json",
2025-08-20T19:16:01.3168143Z [00:02:03.674]➜  		"zh-CN/facebody/PedestrianDetectAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/PedestrianDetectAttribute.json",
2025-08-20T19:16:01.3169234Z [00:02:03.674]➜  		"zh-CN/facebody/QueryFaceImageTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/QueryFaceImageTemplate.json",
2025-08-20T19:16:01.3170356Z [00:02:03.674]➜  		"zh-CN/facebody/RecognizeAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizeAction.json",
2025-08-20T19:16:01.3171540Z [00:02:03.674]➜  		"zh-CN/facebody/RecognizeExpression.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizeExpression.json",
2025-08-20T19:16:01.3172667Z [00:02:03.674]➜  		"zh-CN/facebody/RecognizeFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizeFace.json",
2025-08-20T19:16:01.3173711Z [00:02:03.674]➜  		"zh-CN/facebody/RecognizeHandGesture.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizeHandGesture.json",
2025-08-20T19:16:01.3174705Z [00:02:03.674]➜  		"zh-CN/facebody/RecognizePublicFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizePublicFace.json",
2025-08-20T19:16:01.3175566Z [00:02:03.674]➜  		"zh-CN/facebody/RetouchBody.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RetouchBody.json",
2025-08-20T19:16:01.3176434Z [00:02:03.674]➜  		"zh-CN/facebody/RetouchSkin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RetouchSkin.json",
2025-08-20T19:16:01.3177279Z [00:02:03.674]➜  		"zh-CN/facebody/SearchFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/SearchFace.json",
2025-08-20T19:16:01.3178206Z [00:02:03.674]➜  		"zh-CN/facebody/UpdateFaceEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/UpdateFaceEntity.json",
2025-08-20T19:16:01.3179110Z [00:02:03.674]➜  		"zh-CN/facebody/VerifyFaceMask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/VerifyFaceMask.json",
2025-08-20T19:16:01.3179887Z [00:02:03.674]➜  		"zh-CN/facebody/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/version.json",
2025-08-20T19:16:01.3180794Z [00:02:03.674]➜  		"zh-CN/fc-open/ClaimGPUInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ClaimGPUInstance.json",
2025-08-20T19:16:01.3181865Z [00:02:03.674]➜  		"zh-CN/fc-open/CreateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateAlias.json",
2025-08-20T19:16:01.3183140Z [00:02:03.674]➜  		"zh-CN/fc-open/CreateCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateCustomDomain.json",
2025-08-20T19:16:01.3184034Z [00:02:03.674]➜  		"zh-CN/fc-open/CreateFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateFunction.json",
2025-08-20T19:16:01.3184973Z [00:02:03.674]➜  		"zh-CN/fc-open/CreateLayerVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateLayerVersion.json",
2025-08-20T19:16:01.3185812Z [00:02:03.674]➜  		"zh-CN/fc-open/CreateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateService.json",
2025-08-20T19:16:01.3186577Z [00:02:03.674]➜  		"zh-CN/fc-open/CreateTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateTrigger.json",
2025-08-20T19:16:01.3187486Z [00:02:03.674]➜  		"zh-CN/fc-open/CreateVpcBinding.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateVpcBinding.json",
2025-08-20T19:16:01.3188330Z [00:02:03.674]➜  		"zh-CN/fc-open/DeleteAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteAlias.json",
2025-08-20T19:16:01.3189284Z [00:02:03.674]➜  		"zh-CN/fc-open/DeleteCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteCustomDomain.json",
2025-08-20T19:16:01.3190160Z [00:02:03.674]➜  		"zh-CN/fc-open/DeleteFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteFunction.json",
2025-08-20T19:16:01.3191354Z [00:02:03.674]➜  		"zh-CN/fc-open/DeleteFunctionAsyncInvokeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteFunctionAsyncInvokeConfig.json",
2025-08-20T19:16:01.3192690Z [00:02:03.674]➜  		"zh-CN/fc-open/DeleteFunctionOnDemandConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteFunctionOnDemandConfig.json",
2025-08-20T19:16:01.3193846Z [00:02:03.674]➜  		"zh-CN/fc-open/DeleteLayerVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteLayerVersion.json",
2025-08-20T19:16:01.3194810Z [00:02:03.674]➜  		"zh-CN/fc-open/DeleteService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteService.json",
2025-08-20T19:16:01.3195820Z [00:02:03.674]➜  		"zh-CN/fc-open/DeleteServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteServiceVersion.json",
2025-08-20T19:16:01.3196682Z [00:02:03.674]➜  		"zh-CN/fc-open/DeleteTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteTrigger.json",
2025-08-20T19:16:01.3197595Z [00:02:03.674]➜  		"zh-CN/fc-open/DeleteVpcBinding.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteVpcBinding.json",
2025-08-20T19:16:01.3198603Z [00:02:03.674]➜  		"zh-CN/fc-open/DeregisterEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeregisterEventSource.json",
2025-08-20T19:16:01.3199562Z [00:02:03.674]➜  		"zh-CN/fc-open/GetAccountSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetAccountSettings.json",
2025-08-20T19:16:01.3200322Z [00:02:03.674]➜  		"zh-CN/fc-open/GetAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetAlias.json",
2025-08-20T19:16:01.3201197Z [00:02:03.674]➜  		"zh-CN/fc-open/GetCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetCustomDomain.json",
2025-08-20T19:16:01.3202032Z [00:02:03.674]➜  		"zh-CN/fc-open/GetFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetFunction.json",
2025-08-20T19:16:01.3203362Z [00:02:03.674]➜  		"zh-CN/fc-open/GetFunctionAsyncInvokeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetFunctionAsyncInvokeConfig.json",
2025-08-20T19:16:01.3204459Z [00:02:03.674]➜  		"zh-CN/fc-open/GetFunctionCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetFunctionCode.json",
2025-08-20T19:16:01.3205655Z [00:02:03.674]➜  		"zh-CN/fc-open/GetFunctionOnDemandConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetFunctionOnDemandConfig.json",
2025-08-20T19:16:01.3206545Z [00:02:03.674]➜  		"zh-CN/fc-open/GetLayerVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetLayerVersion.json",
2025-08-20T19:16:01.3207488Z [00:02:03.674]➜  		"zh-CN/fc-open/GetProvisionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetProvisionConfig.json",
2025-08-20T19:16:01.3208378Z [00:02:03.676]➜  		"zh-CN/fc-open/GetResourceTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetResourceTags.json",
2025-08-20T19:16:01.3209184Z [00:02:03.676]➜  		"zh-CN/fc-open/GetService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetService.json",
2025-08-20T19:16:01.3210308Z [00:02:03.676]➜  		"zh-CN/fc-open/GetStatefulAsyncInvocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetStatefulAsyncInvocation.json",
2025-08-20T19:16:01.3211087Z [00:02:03.676]➜  		"zh-CN/fc-open/GetTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetTrigger.json",
2025-08-20T19:16:01.3211962Z [00:02:03.676]➜  		"zh-CN/fc-open/InvokeFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/InvokeFunction.json",
2025-08-20T19:16:01.3212966Z [00:02:03.676]➜  		"zh-CN/fc-open/ListAliases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListAliases.json",
2025-08-20T19:16:01.3213931Z [00:02:03.676]➜  		"zh-CN/fc-open/ListCustomDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListCustomDomains.json",
2025-08-20T19:16:01.3214920Z [00:02:03.676]➜  		"zh-CN/fc-open/ListEventSources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListEventSources.json",
2025-08-20T19:16:01.3216247Z [00:02:03.676]➜  		"zh-CN/fc-open/ListFunctionAsyncInvokeConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListFunctionAsyncInvokeConfigs.json",
2025-08-20T19:16:01.3217263Z [00:02:03.676]➜  		"zh-CN/fc-open/ListFunctions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListFunctions.json",
2025-08-20T19:16:01.3218157Z [00:02:03.676]➜  		"zh-CN/fc-open/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListInstances.json",
2025-08-20T19:16:01.3219080Z [00:02:03.676]➜  		"zh-CN/fc-open/ListLayerVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListLayerVersions.json",
2025-08-20T19:16:01.3219918Z [00:02:03.676]➜  		"zh-CN/fc-open/ListLayers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListLayers.json",
2025-08-20T19:16:01.3220899Z [00:02:03.676]➜  		"zh-CN/fc-open/ListOnDemandConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListOnDemandConfigs.json",
2025-08-20T19:16:01.3221906Z [00:02:03.676]➜  		"zh-CN/fc-open/ListProvisionConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListProvisionConfigs.json",
2025-08-20T19:16:01.3223148Z [00:02:03.676]➜  		"zh-CN/fc-open/ListReservedCapacities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListReservedCapacities.json",
2025-08-20T19:16:01.3224127Z [00:02:03.676]➜  		"zh-CN/fc-open/ListServiceVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListServiceVersions.json",
2025-08-20T19:16:01.3224992Z [00:02:03.676]➜  		"zh-CN/fc-open/ListServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListServices.json",
2025-08-20T19:16:01.3226258Z [00:02:03.676]➜  		"zh-CN/fc-open/ListStatefulAsyncInvocationFunctions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListStatefulAsyncInvocationFunctions.json",
2025-08-20T19:16:01.3227600Z [00:02:03.676]➜  		"zh-CN/fc-open/ListStatefulAsyncInvocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListStatefulAsyncInvocations.json",
2025-08-20T19:16:01.3228716Z [00:02:03.676]➜  		"zh-CN/fc-open/ListTaggedResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListTaggedResources.json",
2025-08-20T19:16:01.3229586Z [00:02:03.676]➜  		"zh-CN/fc-open/ListTriggers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListTriggers.json",
2025-08-20T19:16:01.3230446Z [00:02:03.676]➜  		"zh-CN/fc-open/ListVpcBindings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListVpcBindings.json",
2025-08-20T19:16:01.3231457Z [00:02:03.676]➜  		"zh-CN/fc-open/PublishServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PublishServiceVersion.json",
2025-08-20T19:16:01.3232721Z [00:02:03.676]➜  		"zh-CN/fc-open/PutFunctionAsyncInvokeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PutFunctionAsyncInvokeConfig.json",
2025-08-20T19:16:01.3233847Z [00:02:03.676]➜  		"zh-CN/fc-open/PutFunctionOnDemandConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PutFunctionOnDemandConfig.json",
2025-08-20T19:16:01.3234682Z [00:02:03.676]➜  		"zh-CN/fc-open/PutLayerACL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PutLayerACL.json",
2025-08-20T19:16:01.3235644Z [00:02:03.676]➜  		"zh-CN/fc-open/PutProvisionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PutProvisionConfig.json",
2025-08-20T19:16:01.3236627Z [00:02:03.676]➜  		"zh-CN/fc-open/RegisterEventSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/RegisterEventSource.json",
2025-08-20T19:16:01.3237564Z [00:02:03.676]➜  		"zh-CN/fc-open/ReleaseGPUInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ReleaseGPUInstance.json",
2025-08-20T19:16:01.3238814Z [00:02:03.676]➜  		"zh-CN/fc-open/StopStatefulAsyncInvocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/StopStatefulAsyncInvocation.json",
2025-08-20T19:16:01.3239793Z [00:02:03.676]➜  		"zh-CN/fc-open/TagResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/TagResource.json",
2025-08-20T19:16:01.3240689Z [00:02:03.676]➜  		"zh-CN/fc-open/UntagResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UntagResource.json",
2025-08-20T19:16:01.3241502Z [00:02:03.676]➜  		"zh-CN/fc-open/UpdateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateAlias.json",
2025-08-20T19:16:01.3242647Z [00:02:03.676]➜  		"zh-CN/fc-open/UpdateCustomDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateCustomDomain.json",
2025-08-20T19:16:01.3243547Z [00:02:03.676]➜  		"zh-CN/fc-open/UpdateFunction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateFunction.json",
2025-08-20T19:16:01.3244432Z [00:02:03.676]➜  		"zh-CN/fc-open/UpdateService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateService.json",
2025-08-20T19:16:01.3245288Z [00:02:03.676]➜  		"zh-CN/fc-open/UpdateTrigger.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateTrigger.json",
2025-08-20T19:16:01.3246082Z [00:02:03.676]➜  		"zh-CN/fc-open/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/version.json",
2025-08-20T19:16:01.3246866Z [00:02:03.676]➜  		"zh-CN/fnf/CreateFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/CreateFlow.json",
2025-08-20T19:16:01.3247716Z [00:02:03.676]➜  		"zh-CN/fnf/CreateSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/CreateSchedule.json",
2025-08-20T19:16:01.3248468Z [00:02:03.676]➜  		"zh-CN/fnf/DeleteFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DeleteFlow.json",
2025-08-20T19:16:01.3249494Z [00:02:03.676]➜  		"zh-CN/fnf/DeleteSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DeleteSchedule.json",
2025-08-20T19:16:01.3250407Z [00:02:03.676]➜  		"zh-CN/fnf/DescribeExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DescribeExecution.json",
2025-08-20T19:16:01.3251387Z [00:02:03.676]➜  		"zh-CN/fnf/DescribeFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DescribeFlow.json",
2025-08-20T19:16:01.3252247Z [00:02:03.676]➜  		"zh-CN/fnf/DescribeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DescribeSchedule.json",
2025-08-20T19:16:01.3253383Z [00:02:03.676]➜  		"zh-CN/fnf/GetExecutionHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/GetExecutionHistory.json",
2025-08-20T19:16:01.3254202Z [00:02:03.676]➜  		"zh-CN/fnf/ListExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ListExecutions.json",
2025-08-20T19:16:01.3254912Z [00:02:03.676]➜  		"zh-CN/fnf/ListFlows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ListFlows.json",
2025-08-20T19:16:01.3255726Z [00:02:03.676]➜  		"zh-CN/fnf/ListSchedules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ListSchedules.json",
2025-08-20T19:16:01.3256589Z [00:02:03.676]➜  		"zh-CN/fnf/ReportTaskFailed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ReportTaskFailed.json",
2025-08-20T19:16:01.3257486Z [00:02:03.676]➜  		"zh-CN/fnf/ReportTaskSucceeded.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ReportTaskSucceeded.json",
2025-08-20T19:16:01.3258292Z [00:02:03.676]➜  		"zh-CN/fnf/StartExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/StartExecution.json",
2025-08-20T19:16:01.3259194Z [00:02:03.676]➜  		"zh-CN/fnf/StartSyncExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/StartSyncExecution.json",
2025-08-20T19:16:01.3259986Z [00:02:03.676]➜  		"zh-CN/fnf/StopExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/StopExecution.json",
2025-08-20T19:16:01.3260880Z [00:02:03.676]➜  		"zh-CN/fnf/UpdateFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/UpdateFlow.json",
2025-08-20T19:16:01.3261869Z [00:02:03.676]➜  		"zh-CN/fnf/UpdateSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/UpdateSchedule.json",
2025-08-20T19:16:01.3262816Z [00:02:03.676]➜  		"zh-CN/fnf/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/version.json",
2025-08-20T19:16:01.3263631Z [00:02:03.676]➜  		"zh-CN/ga/AddEntriesToAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AddEntriesToAcl.json",
2025-08-20T19:16:01.3264654Z [00:02:03.676]➜  		"zh-CN/ga/AssociateAclsWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AssociateAclsWithListener.json",
2025-08-20T19:16:01.3266017Z [00:02:03.676]➜  		"zh-CN/ga/AssociateAdditionalCertificatesWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:16:01.3267066Z [00:02:03.676]➜  		"zh-CN/ga/AttachDdosToAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AttachDdosToAccelerator.json",
2025-08-20T19:16:01.3268182Z [00:02:03.676]➜  		"zh-CN/ga/AttachLogStoreToEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AttachLogStoreToEndpointGroup.json",
2025-08-20T19:16:01.3269307Z [00:02:03.676]➜  		"zh-CN/ga/BandwidthPackageAddAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/BandwidthPackageAddAccelerator.json",
2025-08-20T19:16:01.3270470Z [00:02:03.676]➜  		"zh-CN/ga/BandwidthPackageRemoveAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/BandwidthPackageRemoveAccelerator.json",
2025-08-20T19:16:01.3271345Z [00:02:03.676]➜  		"zh-CN/ga/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ChangeResourceGroup.json",
2025-08-20T19:16:01.3272602Z [00:02:03.676]➜  		"zh-CN/ga/ConfigEndpointProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ConfigEndpointProbe.json",
2025-08-20T19:16:01.3273500Z [00:02:03.676]➜  		"zh-CN/ga/CreateAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateAccelerator.json",
2025-08-20T19:16:01.3274383Z [00:02:03.676]➜  		"zh-CN/ga/CreateAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateAcl.json",
2025-08-20T19:16:01.3275390Z [00:02:03.676]➜  		"zh-CN/ga/CreateApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateApplicationMonitor.json",
2025-08-20T19:16:01.3276407Z [00:02:03.676]➜  		"zh-CN/ga/CreateBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBandwidthPackage.json",
2025-08-20T19:16:01.3277398Z [00:02:03.676]➜  		"zh-CN/ga/CreateBasicAccelerateIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicAccelerateIp.json",
2025-08-20T19:16:01.3278775Z [00:02:03.676]➜  		"zh-CN/ga/CreateBasicAccelerateIpEndpointRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:16:01.3280092Z [00:02:03.676]➜  		"zh-CN/ga/CreateBasicAccelerateIpEndpointRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicAccelerateIpEndpointRelations.json",
2025-08-20T19:16:01.3281048Z [00:02:03.676]➜  		"zh-CN/ga/CreateBasicAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicAccelerator.json",
2025-08-20T19:16:01.3281944Z [00:02:03.676]➜  		"zh-CN/ga/CreateBasicEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicEndpoint.json",
2025-08-20T19:16:01.3283166Z [00:02:03.676]➜  		"zh-CN/ga/CreateBasicEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicEndpointGroup.json",
2025-08-20T19:16:01.3284121Z [00:02:03.676]➜  		"zh-CN/ga/CreateBasicEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicEndpoints.json",
2025-08-20T19:16:01.3285099Z [00:02:03.676]➜  		"zh-CN/ga/CreateBasicIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicIpSet.json",
2025-08-20T19:16:01.3286647Z [00:02:03.676]➜  		"zh-CN/ga/CreateCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:16:01.3287852Z [00:02:03.676]➜  		"zh-CN/ga/CreateCustomRoutingEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateCustomRoutingEndpointGroups.json",
2025-08-20T19:16:01.3289224Z [00:02:03.676]➜  		"zh-CN/ga/CreateCustomRoutingEndpointTrafficPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:16:01.3290295Z [00:02:03.676]➜  		"zh-CN/ga/CreateCustomRoutingEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateCustomRoutingEndpoints.json",
2025-08-20T19:16:01.3291105Z [00:02:03.676]➜  		"zh-CN/ga/CreateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateDomain.json",
2025-08-20T19:16:01.3292025Z [00:02:03.676]➜  		"zh-CN/ga/CreateEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateEndpointGroup.json",
2025-08-20T19:16:01.3293143Z [00:02:03.676]➜  		"zh-CN/ga/CreateEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateEndpointGroups.json",
2025-08-20T19:16:01.3294101Z [00:02:03.676]➜  		"zh-CN/ga/CreateForwardingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateForwardingRules.json",
2025-08-20T19:16:01.3294882Z [00:02:03.676]➜  		"zh-CN/ga/CreateIpSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateIpSets.json",
2025-08-20T19:16:01.3295684Z [00:02:03.676]➜  		"zh-CN/ga/CreateListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateListener.json",
2025-08-20T19:16:01.3296685Z [00:02:03.676]➜  		"zh-CN/ga/CreateSpareIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateSpareIps.json",
2025-08-20T19:16:01.3297699Z [00:02:03.676]➜  		"zh-CN/ga/DeleteAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteAccelerator.json",
2025-08-20T19:16:01.3298444Z [00:02:03.676]➜  		"zh-CN/ga/DeleteAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteAcl.json",
2025-08-20T19:16:01.3299428Z [00:02:03.676]➜  		"zh-CN/ga/DeleteApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteApplicationMonitor.json",
2025-08-20T19:16:01.3300394Z [00:02:03.676]➜  		"zh-CN/ga/DeleteBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBandwidthPackage.json",
2025-08-20T19:16:01.3301375Z [00:02:03.676]➜  		"zh-CN/ga/DeleteBasicAccelerateIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicAccelerateIp.json",
2025-08-20T19:16:01.3302889Z [00:02:03.676]➜  		"zh-CN/ga/DeleteBasicAccelerateIpEndpointRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:16:01.3303906Z [00:02:03.676]➜  		"zh-CN/ga/DeleteBasicAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicAccelerator.json",
2025-08-20T19:16:01.3304801Z [00:02:03.676]➜  		"zh-CN/ga/DeleteBasicEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicEndpoint.json",
2025-08-20T19:16:01.3305809Z [00:02:03.676]➜  		"zh-CN/ga/DeleteBasicEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicEndpointGroup.json",
2025-08-20T19:16:01.3306684Z [00:02:03.676]➜  		"zh-CN/ga/DeleteBasicIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicIpSet.json",
2025-08-20T19:16:01.3308094Z [00:02:03.676]➜  		"zh-CN/ga/DeleteCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:16:01.3309402Z [00:02:03.676]➜  		"zh-CN/ga/DeleteCustomRoutingEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteCustomRoutingEndpointGroups.json",
2025-08-20T19:16:01.3310908Z [00:02:03.676]➜  		"zh-CN/ga/DeleteCustomRoutingEndpointTrafficPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:16:01.3312006Z [00:02:03.676]➜  		"zh-CN/ga/DeleteCustomRoutingEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteCustomRoutingEndpoints.json",
2025-08-20T19:16:01.3313358Z [00:02:03.676]➜  		"zh-CN/ga/DeleteDomainAcceleratorRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteDomainAcceleratorRelation.json",
2025-08-20T19:16:01.3314295Z [00:02:03.676]➜  		"zh-CN/ga/DeleteEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteEndpointGroup.json",
2025-08-20T19:16:01.3315319Z [00:02:03.676]➜  		"zh-CN/ga/DeleteEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteEndpointGroups.json",
2025-08-20T19:16:01.3316253Z [00:02:03.676]➜  		"zh-CN/ga/DeleteForwardingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteForwardingRules.json",
2025-08-20T19:16:01.3317023Z [00:02:03.676]➜  		"zh-CN/ga/DeleteIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteIpSet.json",
2025-08-20T19:16:01.3317803Z [00:02:03.676]➜  		"zh-CN/ga/DeleteIpSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteIpSets.json",
2025-08-20T19:16:01.3318602Z [00:02:03.676]➜  		"zh-CN/ga/DeleteListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteListener.json",
2025-08-20T19:16:01.3319421Z [00:02:03.676]➜  		"zh-CN/ga/DeleteSpareIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteSpareIps.json",
2025-08-20T19:16:01.3320486Z [00:02:03.676]➜  		"zh-CN/ga/DescribeAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeAccelerator.json",
2025-08-20T19:16:01.3321883Z [00:02:03.676]➜  		"zh-CN/ga/DescribeAcceleratorAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeAcceleratorAutoRenewAttribute.json",
2025-08-20T19:16:01.3323173Z [00:02:03.676]➜  		"zh-CN/ga/DescribeAcceleratorServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeAcceleratorServiceStatus.json",
2025-08-20T19:16:01.3324206Z [00:02:03.676]➜  		"zh-CN/ga/DescribeApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeApplicationMonitor.json",
2025-08-20T19:16:01.3325198Z [00:02:03.676]➜  		"zh-CN/ga/DescribeBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeBandwidthPackage.json",
2025-08-20T19:16:01.3326576Z [00:02:03.676]➜  		"zh-CN/ga/DescribeBandwidthPackageAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeBandwidthPackageAutoRenewAttribute.json",
2025-08-20T19:16:01.3327456Z [00:02:03.676]➜  		"zh-CN/ga/DescribeCommodity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCommodity.json",
2025-08-20T19:16:01.3328405Z [00:02:03.676]➜  		"zh-CN/ga/DescribeCommodityPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCommodityPrice.json",
2025-08-20T19:16:01.3329736Z [00:02:03.676]➜  		"zh-CN/ga/DescribeCustomRoutingEndPointTrafficPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCustomRoutingEndPointTrafficPolicy.json",
2025-08-20T19:16:01.3330786Z [00:02:03.676]➜  		"zh-CN/ga/DescribeCustomRoutingEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCustomRoutingEndpoint.json",
2025-08-20T19:16:01.3331965Z [00:02:03.676]➜  		"zh-CN/ga/DescribeCustomRoutingEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCustomRoutingEndpointGroup.json",
2025-08-20T19:16:01.3333727Z [00:02:03.676]➜  		"zh-CN/ga/DescribeCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:16:01.3334761Z [00:02:03.676]➜  		"zh-CN/ga/DescribeEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeEndpointGroup.json",
2025-08-20T19:16:01.3335555Z [00:02:03.676]➜  		"zh-CN/ga/DescribeIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeIpSet.json",
2025-08-20T19:16:01.3336411Z [00:02:03.677]➜  		"zh-CN/ga/DescribeListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeListener.json",
2025-08-20T19:16:01.3337548Z [00:02:03.677]➜  		"zh-CN/ga/DescribeLogStoreOfEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeLogStoreOfEndpointGroup.json",
2025-08-20T19:16:01.3338364Z [00:02:03.677]➜  		"zh-CN/ga/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeRegions.json",
2025-08-20T19:16:01.3339335Z [00:02:03.677]➜  		"zh-CN/ga/DetachDdosFromAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DetachDdosFromAccelerator.json",
2025-08-20T19:16:01.3340466Z [00:02:03.677]➜  		"zh-CN/ga/DetachLogStoreFromEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DetachLogStoreFromEndpointGroup.json",
2025-08-20T19:16:01.3341441Z [00:02:03.677]➜  		"zh-CN/ga/DetectApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DetectApplicationMonitor.json",
2025-08-20T19:16:01.3342686Z [00:02:03.677]➜  		"zh-CN/ga/DisableApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DisableApplicationMonitor.json",
2025-08-20T19:16:01.3343784Z [00:02:03.677]➜  		"zh-CN/ga/DissociateAclsFromListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DissociateAclsFromListener.json",
2025-08-20T19:16:01.3345384Z [00:02:03.677]➜  		"zh-CN/ga/DissociateAdditionalCertificatesFromListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DissociateAdditionalCertificatesFromListener.json",
2025-08-20T19:16:01.3346552Z [00:02:03.677]➜  		"zh-CN/ga/EnableApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/EnableApplicationMonitor.json",
2025-08-20T19:16:01.3347216Z [00:02:03.677]➜  		"zh-CN/ga/GetAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetAcl.json",
2025-08-20T19:16:01.3348153Z [00:02:03.677]➜  		"zh-CN/ga/GetBasicAccelerateIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicAccelerateIp.json",
2025-08-20T19:16:01.3349423Z [00:02:03.677]➜  		"zh-CN/ga/GetBasicAccelerateIpEndpointRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicAccelerateIpEndpointRelation.json",
2025-08-20T19:16:01.3350528Z [00:02:03.677]➜  		"zh-CN/ga/GetBasicAccelerateIpIdleCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicAccelerateIpIdleCount.json",
2025-08-20T19:16:01.3351570Z [00:02:03.677]➜  		"zh-CN/ga/GetBasicAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicAccelerator.json",
2025-08-20T19:16:01.3352842Z [00:02:03.677]➜  		"zh-CN/ga/GetBasicEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicEndpoint.json",
2025-08-20T19:16:01.3353805Z [00:02:03.677]➜  		"zh-CN/ga/GetBasicEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicEndpointGroup.json",
2025-08-20T19:16:01.3354634Z [00:02:03.677]➜  		"zh-CN/ga/GetBasicIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicIpSet.json",
2025-08-20T19:16:01.3355456Z [00:02:03.677]➜  		"zh-CN/ga/GetHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetHealthStatus.json",
2025-08-20T19:16:01.3356419Z [00:02:03.677]➜  		"zh-CN/ga/GetInvalidDomainCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetInvalidDomainCount.json",
2025-08-20T19:16:01.3357405Z [00:02:03.677]➜  		"zh-CN/ga/GetIpsetsBandwidthLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetIpsetsBandwidthLimit.json",
2025-08-20T19:16:01.3358137Z [00:02:03.677]➜  		"zh-CN/ga/GetSpareIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetSpareIp.json",
2025-08-20T19:16:01.3359020Z [00:02:03.677]➜  		"zh-CN/ga/ListAccelerateAreas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAccelerateAreas.json",
2025-08-20T19:16:01.3359852Z [00:02:03.677]➜  		"zh-CN/ga/ListAccelerators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAccelerators.json",
2025-08-20T19:16:01.3360569Z [00:02:03.677]➜  		"zh-CN/ga/ListAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAcls.json",
2025-08-20T19:16:01.3361505Z [00:02:03.677]➜  		"zh-CN/ga/ListApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListApplicationMonitor.json",
2025-08-20T19:16:01.3362895Z [00:02:03.677]➜  		"zh-CN/ga/ListApplicationMonitorDetectResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListApplicationMonitorDetectResult.json",
2025-08-20T19:16:01.3364022Z [00:02:03.677]➜  		"zh-CN/ga/ListAvailableAccelerateAreas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAvailableAccelerateAreas.json",
2025-08-20T19:16:01.3365024Z [00:02:03.677]➜  		"zh-CN/ga/ListAvailableBusiRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAvailableBusiRegions.json",
2025-08-20T19:16:01.3365983Z [00:02:03.677]➜  		"zh-CN/ga/ListBandwidthPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBandwidthPackages.json",
2025-08-20T19:16:01.3366902Z [00:02:03.677]➜  		"zh-CN/ga/ListBandwidthackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBandwidthackages.json",
2025-08-20T19:16:01.3368404Z [00:02:03.677]➜  		"zh-CN/ga/ListBasicAccelerateIpEndpointRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBasicAccelerateIpEndpointRelations.json",
2025-08-20T19:16:01.3369573Z [00:02:03.677]➜  		"zh-CN/ga/ListBasicAccelerateIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBasicAccelerateIps.json",
2025-08-20T19:16:01.3370430Z [00:02:03.677]➜  		"zh-CN/ga/ListBasicAccelerators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBasicAccelerators.json",
2025-08-20T19:16:01.3371305Z [00:02:03.677]➜  		"zh-CN/ga/ListBasicEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBasicEndpoints.json",
2025-08-20T19:16:01.3372150Z [00:02:03.677]➜  		"zh-CN/ga/ListBusiRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBusiRegions.json",
2025-08-20T19:16:01.3373135Z [00:02:03.677]➜  		"zh-CN/ga/ListCommonAreas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCommonAreas.json",
2025-08-20T19:16:01.3374683Z [00:02:03.677]➜  		"zh-CN/ga/ListCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:16:01.3375989Z [00:02:03.677]➜  		"zh-CN/ga/ListCustomRoutingEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingEndpointGroups.json",
2025-08-20T19:16:01.3377330Z [00:02:03.677]➜  		"zh-CN/ga/ListCustomRoutingEndpointTrafficPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:16:01.3378393Z [00:02:03.677]➜  		"zh-CN/ga/ListCustomRoutingEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingEndpoints.json",
2025-08-20T19:16:01.3379516Z [00:02:03.677]➜  		"zh-CN/ga/ListCustomRoutingPortMappings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingPortMappings.json",
2025-08-20T19:16:01.3380905Z [00:02:03.677]➜  		"zh-CN/ga/ListCustomRoutingPortMappingsByDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingPortMappingsByDestination.json",
2025-08-20T19:16:01.3381712Z [00:02:03.677]➜  		"zh-CN/ga/ListDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListDomains.json",
2025-08-20T19:16:01.3383151Z [00:02:03.677]➜  		"zh-CN/ga/ListEndpointGroupIpAddressCidrBlocks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListEndpointGroupIpAddressCidrBlocks.json",
2025-08-20T19:16:01.3384043Z [00:02:03.677]➜  		"zh-CN/ga/ListEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListEndpointGroups.json",
2025-08-20T19:16:01.3384933Z [00:02:03.677]➜  		"zh-CN/ga/ListForwardingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListForwardingRules.json",
2025-08-20T19:16:01.3385671Z [00:02:03.677]➜  		"zh-CN/ga/ListIpSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListIpSets.json",
2025-08-20T19:16:01.3386460Z [00:02:03.677]➜  		"zh-CN/ga/ListIspTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListIspTypes.json",
2025-08-20T19:16:01.3387458Z [00:02:03.677]➜  		"zh-CN/ga/ListListenerCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListListenerCertificates.json",
2025-08-20T19:16:01.3388255Z [00:02:03.677]➜  		"zh-CN/ga/ListListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListListeners.json",
2025-08-20T19:16:01.3389009Z [00:02:03.677]➜  		"zh-CN/ga/ListSpareIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListSpareIps.json",
2025-08-20T19:16:01.3390029Z [00:02:03.677]➜  		"zh-CN/ga/ListSystemSecurityPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListSystemSecurityPolicies.json",
2025-08-20T19:16:01.3390886Z [00:02:03.677]➜  		"zh-CN/ga/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListTagResources.json",
2025-08-20T19:16:01.3392035Z [00:02:03.677]➜  		"zh-CN/ga/OpenAcceleratorService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/OpenAcceleratorService.json",
2025-08-20T19:16:01.3393491Z [00:02:03.677]➜  		"zh-CN/ga/QueryCrossBorderApprovalStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/QueryCrossBorderApprovalStatus.json",
2025-08-20T19:16:01.3394406Z [00:02:03.677]➜  		"zh-CN/ga/RemoveEntriesFromAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/RemoveEntriesFromAcl.json",
2025-08-20T19:16:01.3395401Z [00:02:03.677]➜  		"zh-CN/ga/ReplaceBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ReplaceBandwidthPackage.json",
2025-08-20T19:16:01.3396177Z [00:02:03.677]➜  		"zh-CN/ga/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/TagResources.json",
2025-08-20T19:16:01.3396958Z [00:02:03.677]➜  		"zh-CN/ga/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UntagResources.json",
2025-08-20T19:16:01.3397966Z [00:02:03.677]➜  		"zh-CN/ga/UpdateAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAccelerator.json",
2025-08-20T19:16:01.3399315Z [00:02:03.677]➜  		"zh-CN/ga/UpdateAcceleratorAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAcceleratorAutoRenewAttribute.json",
2025-08-20T19:16:01.3400300Z [00:02:03.677]➜  		"zh-CN/ga/UpdateAcceleratorConfirm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAcceleratorConfirm.json",
2025-08-20T19:16:01.3401460Z [00:02:03.677]➜  		"zh-CN/ga/UpdateAcceleratorCrossBorderMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAcceleratorCrossBorderMode.json",
2025-08-20T19:16:01.3402827Z [00:02:03.677]➜  		"zh-CN/ga/UpdateAcceleratorCrossBorderStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAcceleratorCrossBorderStatus.json",
2025-08-20T19:16:01.3403752Z [00:02:03.677]➜  		"zh-CN/ga/UpdateAclAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAclAttribute.json",
2025-08-20T19:16:01.3405049Z [00:02:03.677]➜  		"zh-CN/ga/UpdateAdditionalCertificateWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAdditionalCertificateWithListener.json",
2025-08-20T19:16:01.3406074Z [00:02:03.677]➜  		"zh-CN/ga/UpdateApplicationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateApplicationMonitor.json",
2025-08-20T19:16:01.3407412Z [00:02:03.677]➜  		"zh-CN/ga/UpdateBandwidthPackagaAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBandwidthPackagaAutoRenewAttribute.json",
2025-08-20T19:16:01.3408364Z [00:02:03.677]➜  		"zh-CN/ga/UpdateBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBandwidthPackage.json",
2025-08-20T19:16:01.3409312Z [00:02:03.677]➜  		"zh-CN/ga/UpdateBasicAccelerator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBasicAccelerator.json",
2025-08-20T19:16:01.3410227Z [00:02:03.677]➜  		"zh-CN/ga/UpdateBasicEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBasicEndpoint.json",
2025-08-20T19:16:01.3411210Z [00:02:03.677]➜  		"zh-CN/ga/UpdateBasicEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBasicEndpointGroup.json",
2025-08-20T19:16:01.3412054Z [00:02:03.677]➜  		"zh-CN/ga/UpdateBasicIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBasicIpSet.json",
2025-08-20T19:16:01.3413551Z [00:02:03.677]➜  		"zh-CN/ga/UpdateCustomRoutingEndpointGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateCustomRoutingEndpointGroupAttribute.json",
2025-08-20T19:16:01.3414983Z [00:02:03.677]➜  		"zh-CN/ga/UpdateCustomRoutingEndpointGroupDestinations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateCustomRoutingEndpointGroupDestinations.json",
2025-08-20T19:16:01.3416482Z [00:02:03.677]➜  		"zh-CN/ga/UpdateCustomRoutingEndpointTrafficPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateCustomRoutingEndpointTrafficPolicies.json",
2025-08-20T19:16:01.3417711Z [00:02:03.677]➜  		"zh-CN/ga/UpdateCustomRoutingEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateCustomRoutingEndpoints.json",
2025-08-20T19:16:01.3418511Z [00:02:03.677]➜  		"zh-CN/ga/UpdateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateDomain.json",
2025-08-20T19:16:01.3419391Z [00:02:03.677]➜  		"zh-CN/ga/UpdateDomainState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateDomainState.json",
2025-08-20T19:16:01.3420267Z [00:02:03.677]➜  		"zh-CN/ga/UpdateEndpointGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateEndpointGroup.json",
2025-08-20T19:16:01.3421330Z [00:02:03.677]➜  		"zh-CN/ga/UpdateEndpointGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateEndpointGroupAttribute.json",
2025-08-20T19:16:01.3422641Z [00:02:03.677]➜  		"zh-CN/ga/UpdateEndpointGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateEndpointGroups.json",
2025-08-20T19:16:01.3423784Z [00:02:03.677]➜  		"zh-CN/ga/UpdateForwardingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateForwardingRules.json",
2025-08-20T19:16:01.3424546Z [00:02:03.677]➜  		"zh-CN/ga/UpdateIpSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateIpSet.json",
2025-08-20T19:16:01.3425330Z [00:02:03.677]➜  		"zh-CN/ga/UpdateIpSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateIpSets.json",
2025-08-20T19:16:01.3426134Z [00:02:03.677]➜  		"zh-CN/ga/UpdateListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateListener.json",
2025-08-20T19:16:01.3427207Z [00:02:03.677]➜  		"zh-CN/ga/UpdateServiceManagedControl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateServiceManagedControl.json",
2025-08-20T19:16:01.3427934Z [00:02:03.677]➜  		"zh-CN/ga/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/version.json",
2025-08-20T19:16:01.3428915Z [00:02:03.677]➜  		"zh-CN/goodstech/ClassifyCommodity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/goodstech/ClassifyCommodity.json",
2025-08-20T19:16:01.3429708Z [00:02:03.677]➜  		"zh-CN/goodstech/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/goodstech/version.json",
2025-08-20T19:16:01.3430723Z [00:02:03.677]➜  		"zh-CN/gpdb/DescribeDBInstanceForDms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/DescribeDBInstanceForDms.json",
2025-08-20T19:16:01.3431812Z [00:02:03.677]➜  		"zh-CN/gpdb/DescribeDBInstanceSecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/DescribeDBInstanceSecurityIps.json",
2025-08-20T19:16:01.3433054Z [00:02:03.677]➜  		"zh-CN/gpdb/DescribeDBInstancesForDms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/DescribeDBInstancesForDms.json",
2025-08-20T19:16:01.3434156Z [00:02:03.677]➜  		"zh-CN/gpdb/ModifyDBInstanceSecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/ModifyDBInstanceSecurityIps.json",
2025-08-20T19:16:01.3434878Z [00:02:03.677]➜  		"zh-CN/gpdb/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/version.json",
2025-08-20T19:16:01.3435624Z [00:02:03.677]➜  		"zh-CN/green/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/green/version.json",
2025-08-20T19:16:01.3436462Z [00:02:03.677]➜  		"zh-CN/hbase/AddUserHdfsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/AddUserHdfsInfo.json",
2025-08-20T19:16:01.3437565Z [00:02:03.677]➜  		"zh-CN/hbase/AllocatePublicNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/AllocatePublicNetworkAddress.json",
2025-08-20T19:16:01.3438614Z [00:02:03.677]➜  		"zh-CN/hbase/CancelActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CancelActiveOperationTasks.json",
2025-08-20T19:16:01.3439742Z [00:02:03.677]➜  		"zh-CN/hbase/CheckComponentsVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CheckComponentsVersion.json",
2025-08-20T19:16:01.3440673Z [00:02:03.677]➜  		"zh-CN/hbase/CloseBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CloseBackup.json",
2025-08-20T19:16:01.3441565Z [00:02:03.677]➜  		"zh-CN/hbase/ConvertInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ConvertInstance.json",
2025-08-20T19:16:01.3442647Z [00:02:03.677]➜  		"zh-CN/hbase/CreateBackupPlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateBackupPlan.json",
2025-08-20T19:16:01.3443511Z [00:02:03.677]➜  		"zh-CN/hbase/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateCluster.json",
2025-08-20T19:16:01.3444471Z [00:02:03.677]➜  		"zh-CN/hbase/CreateGlobalResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateGlobalResource.json",
2025-08-20T19:16:01.3445607Z [00:02:03.677]➜  		"zh-CN/hbase/CreateHBaseSlbServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateHBaseSlbServer.json",
2025-08-20T19:16:01.3446646Z [00:02:03.677]➜  		"zh-CN/hbase/CreateHbaseHaSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateHbaseHaSlb.json",
2025-08-20T19:16:01.3447629Z [00:02:03.677]➜  		"zh-CN/hbase/CreateMultiZoneCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateMultiZoneCluster.json",
2025-08-20T19:16:01.3448500Z [00:02:03.677]➜  		"zh-CN/hbase/CreateRestorePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateRestorePlan.json",
2025-08-20T19:16:01.3449523Z [00:02:03.677]➜  		"zh-CN/hbase/CreateServerlessCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateServerlessCluster.json",
2025-08-20T19:16:01.3450493Z [00:02:03.677]➜  		"zh-CN/hbase/DeleteGlobalResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteGlobalResource.json",
2025-08-20T19:16:01.3451383Z [00:02:03.677]➜  		"zh-CN/hbase/DeleteHBaseHaDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteHBaseHaDB.json",
2025-08-20T19:16:01.3452360Z [00:02:03.677]➜  		"zh-CN/hbase/DeleteHBaseSlbServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteHBaseSlbServer.json",
2025-08-20T19:16:01.3453445Z [00:02:03.677]➜  		"zh-CN/hbase/DeleteHbaseHaSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteHbaseHaSlb.json",
2025-08-20T19:16:01.3454325Z [00:02:03.677]➜  		"zh-CN/hbase/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteInstance.json",
2025-08-20T19:16:01.3455296Z [00:02:03.677]➜  		"zh-CN/hbase/DeleteMultiZoneCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteMultiZoneCluster.json",
2025-08-20T19:16:01.3456297Z [00:02:03.677]➜  		"zh-CN/hbase/DeleteServerlessCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteServerlessCluster.json",
2025-08-20T19:16:01.3457186Z [00:02:03.677]➜  		"zh-CN/hbase/DeleteUserHdfsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteUserHdfsInfo.json",
2025-08-20T19:16:01.3458391Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeActiveOperationTaskType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeActiveOperationTaskType.json",
2025-08-20T19:16:01.3459510Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeActiveOperationTasks.json",
2025-08-20T19:16:01.3460589Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeAvailableResource.json",
2025-08-20T19:16:01.3461636Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeBackupPlanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupPlanConfig.json",
2025-08-20T19:16:01.3462973Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupPolicy.json",
2025-08-20T19:16:01.3464105Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeBackupStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupStatus.json",
2025-08-20T19:16:01.3465103Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeBackupSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupSummary.json",
2025-08-20T19:16:01.3466085Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeBackupTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupTables.json",
2025-08-20T19:16:01.3466977Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackups.json",
2025-08-20T19:16:01.3468039Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeClusterConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeClusterConnection.json",
2025-08-20T19:16:01.3469112Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeColdStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeColdStorage.json",
2025-08-20T19:16:01.3470276Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeDBInstanceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeDBInstanceUsage.json",
2025-08-20T19:16:01.3471344Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeDeletedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeDeletedInstances.json",
2025-08-20T19:16:01.3472356Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeDiskWarningLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeDiskWarningLine.json",
2025-08-20T19:16:01.3473432Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeEndpoints.json",
2025-08-20T19:16:01.3474340Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeInstance.json",
2025-08-20T19:16:01.3475290Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeInstanceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeInstanceType.json",
2025-08-20T19:16:01.3476208Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeInstances.json",
2025-08-20T19:16:01.3477131Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeIpWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeIpWhitelist.json",
2025-08-20T19:16:01.3478311Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeMultiZoneAvailableRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeMultiZoneAvailableRegions.json",
2025-08-20T19:16:01.3479551Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeMultiZoneAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeMultiZoneAvailableResource.json",
2025-08-20T19:16:01.3480631Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeMultiZoneCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeMultiZoneCluster.json",
2025-08-20T19:16:01.3481772Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeRecoverableTimeRange.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRecoverableTimeRange.json",
2025-08-20T19:16:01.3482831Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRegions.json",
2025-08-20T19:16:01.3483938Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeRestoreFullDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreFullDetails.json",
2025-08-20T19:16:01.3485001Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeRestoreIncrDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreIncrDetail.json",
2025-08-20T19:16:01.3486329Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeRestoreSchemaDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreSchemaDetails.json",
2025-08-20T19:16:01.3487482Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeRestoreSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreSummary.json",
2025-08-20T19:16:01.3488480Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeRestoreTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreTables.json",
2025-08-20T19:16:01.3489503Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeSecurityGroups.json",
2025-08-20T19:16:01.3490586Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeServerlessCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeServerlessCluster.json",
2025-08-20T19:16:01.3491520Z [00:02:03.677]➜  		"zh-CN/hbase/DescribeSubDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeSubDomain.json",
2025-08-20T19:16:01.3492793Z [00:02:03.677]➜  		"zh-CN/hbase/EnableHBaseueBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/EnableHBaseueBackup.json",
2025-08-20T19:16:01.3493886Z [00:02:03.677]➜  		"zh-CN/hbase/EnableHBaseueModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/EnableHBaseueModule.json",
2025-08-20T19:16:01.3494968Z [00:02:03.677]➜  		"zh-CN/hbase/EvaluateMultiZoneResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/EvaluateMultiZoneResource.json",
2025-08-20T19:16:01.3495907Z [00:02:03.677]➜  		"zh-CN/hbase/GetMultimodeCmsUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/GetMultimodeCmsUrl.json",
2025-08-20T19:16:01.3496843Z [00:02:03.677]➜  		"zh-CN/hbase/ListHBaseInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListHBaseInstances.json",
2025-08-20T19:16:01.3498107Z [00:02:03.677]➜  		"zh-CN/hbase/ListInstanceServiceConfigHistories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListInstanceServiceConfigHistories.json",
2025-08-20T19:16:01.3499326Z [00:02:03.678]➜  		"zh-CN/hbase/ListInstanceServiceConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListInstanceServiceConfigurations.json",
2025-08-20T19:16:01.3500236Z [00:02:03.678]➜  		"zh-CN/hbase/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListTagResources.json",
2025-08-20T19:16:01.3500994Z [00:02:03.678]➜  		"zh-CN/hbase/ListTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListTags.json",
2025-08-20T19:16:01.3502028Z [00:02:03.678]➜  		"zh-CN/hbase/ModifyActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyActiveOperationTasks.json",
2025-08-20T19:16:01.3503222Z [00:02:03.678]➜  		"zh-CN/hbase/ModifyBackupPlanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyBackupPlanConfig.json",
2025-08-20T19:16:01.3504195Z [00:02:03.678]➜  		"zh-CN/hbase/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyBackupPolicy.json",
2025-08-20T19:16:01.3505385Z [00:02:03.678]➜  		"zh-CN/hbase/ModifyClusterDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyClusterDeletionProtection.json",
2025-08-20T19:16:01.3506369Z [00:02:03.678]➜  		"zh-CN/hbase/ModifyDiskWarningLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyDiskWarningLine.json",
2025-08-20T19:16:01.3507471Z [00:02:03.678]➜  		"zh-CN/hbase/ModifyInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyInstanceMaintainTime.json",
2025-08-20T19:16:01.3508382Z [00:02:03.678]➜  		"zh-CN/hbase/ModifyInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyInstanceName.json",
2025-08-20T19:16:01.3509650Z [00:02:03.678]➜  		"zh-CN/hbase/ModifyInstanceServiceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyInstanceServiceConfig.json",
2025-08-20T19:16:01.3510599Z [00:02:03.678]➜  		"zh-CN/hbase/ModifyInstanceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyInstanceType.json",
2025-08-20T19:16:01.3511589Z [00:02:03.678]➜  		"zh-CN/hbase/ModifyIpWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyIpWhitelist.json",
2025-08-20T19:16:01.3512935Z [00:02:03.678]➜  		"zh-CN/hbase/ModifyMultiZoneClusterNodeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyMultiZoneClusterNodeType.json",
2025-08-20T19:16:01.3513922Z [00:02:03.678]➜  		"zh-CN/hbase/ModifySecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifySecurityGroups.json",
2025-08-20T19:16:01.3514997Z [00:02:03.678]➜  		"zh-CN/hbase/ModifyUIAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyUIAccountPassword.json",
2025-08-20T19:16:01.3516056Z [00:02:03.678]➜  		"zh-CN/hbase/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/MoveResourceGroup.json",
2025-08-20T19:16:01.3516966Z [00:02:03.678]➜  		"zh-CN/hbase/OpenBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/OpenBackup.json",
2025-08-20T19:16:01.3517837Z [00:02:03.678]➜  		"zh-CN/hbase/PurgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/PurgeInstance.json",
2025-08-20T19:16:01.3518685Z [00:02:03.678]➜  		"zh-CN/hbase/QueryHBaseHaDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/QueryHBaseHaDB.json",
2025-08-20T19:16:01.3519626Z [00:02:03.678]➜  		"zh-CN/hbase/QueryXpackRelateDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/QueryXpackRelateDB.json",
2025-08-20T19:16:01.3520565Z [00:02:03.678]➜  		"zh-CN/hbase/RelateDbForHBaseHa.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/RelateDbForHBaseHa.json",
2025-08-20T19:16:01.3521696Z [00:02:03.678]➜  		"zh-CN/hbase/ReleasePublicNetworkAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ReleasePublicNetworkAddress.json",
2025-08-20T19:16:01.3522720Z [00:02:03.678]➜  		"zh-CN/hbase/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/RenewInstance.json",
2025-08-20T19:16:01.3523716Z [00:02:03.678]➜  		"zh-CN/hbase/ResizeColdStorageSize.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeColdStorageSize.json",
2025-08-20T19:16:01.3524568Z [00:02:03.678]➜  		"zh-CN/hbase/ResizeDiskSize.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeDiskSize.json",
2025-08-20T19:16:01.3525735Z [00:02:03.678]➜  		"zh-CN/hbase/ResizeMultiZoneClusterDiskSize.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeMultiZoneClusterDiskSize.json",
2025-08-20T19:16:01.3526938Z [00:02:03.678]➜  		"zh-CN/hbase/ResizeMultiZoneClusterNodeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeMultiZoneClusterNodeCount.json",
2025-08-20T19:16:01.3527860Z [00:02:03.678]➜  		"zh-CN/hbase/ResizeNodeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeNodeCount.json",
2025-08-20T19:16:01.3528734Z [00:02:03.678]➜  		"zh-CN/hbase/RestartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/RestartInstance.json",
2025-08-20T19:16:01.3529614Z [00:02:03.678]➜  		"zh-CN/hbase/SwitchHbaseHaSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/SwitchHbaseHaSlb.json",
2025-08-20T19:16:01.3530430Z [00:02:03.678]➜  		"zh-CN/hbase/SwitchService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/SwitchService.json",
2025-08-20T19:16:01.3531253Z [00:02:03.678]➜  		"zh-CN/hbase/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/TagResources.json",
2025-08-20T19:16:01.3532139Z [00:02:03.680]➜  		"zh-CN/hbase/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/UnTagResources.json",
2025-08-20T19:16:01.3533475Z [00:02:03.680]➜  		"zh-CN/hbase/UpgradeMinorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/UpgradeMinorVersion.json",
2025-08-20T19:16:01.3534672Z [00:02:03.680]➜  		"zh-CN/hbase/UpgradeMultiZoneCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/UpgradeMultiZoneCluster.json",
2025-08-20T19:16:01.3535526Z [00:02:03.680]➜  		"zh-CN/hbase/XpackRelateDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/XpackRelateDB.json",
2025-08-20T19:16:01.3536265Z [00:02:03.680]➜  		"zh-CN/hbase/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/version.json",
2025-08-20T19:16:01.3537063Z [00:02:03.680]➜  		"zh-CN/httpdns/AddDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/AddDomain.json",
2025-08-20T19:16:01.3537924Z [00:02:03.680]➜  		"zh-CN/httpdns/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/DeleteDomain.json",
2025-08-20T19:16:01.3539023Z [00:02:03.680]➜  		"zh-CN/httpdns/DescribeDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/DescribeDomains.json",
2025-08-20T19:16:01.3540085Z [00:02:03.680]➜  		"zh-CN/httpdns/GetAccountInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/GetAccountInfo.json",
2025-08-20T19:16:01.3541160Z [00:02:03.680]➜  		"zh-CN/httpdns/GetResolveCountSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/GetResolveCountSummary.json",
2025-08-20T19:16:01.3542154Z [00:02:03.680]➜  		"zh-CN/httpdns/GetResolveStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/GetResolveStatistics.json",
2025-08-20T19:16:01.3543211Z [00:02:03.680]➜  		"zh-CN/httpdns/ListDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/ListDomains.json",
2025-08-20T19:16:01.3543998Z [00:02:03.680]➜  		"zh-CN/httpdns/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/version.json",
2025-08-20T19:16:01.3544866Z [00:02:03.680]➜  		"zh-CN/imageaudit/ScanImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageaudit/ScanImage.json",
2025-08-20T19:16:01.3545716Z [00:02:03.680]➜  		"zh-CN/imageaudit/ScanText.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageaudit/ScanText.json",
2025-08-20T19:16:01.3546530Z [00:02:03.680]➜  		"zh-CN/imageaudit/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageaudit/version.json",
2025-08-20T19:16:01.3547518Z [00:02:03.680]➜  		"zh-CN/imageenhan/AssessComposition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/AssessComposition.json",
2025-08-20T19:16:01.3548452Z [00:02:03.680]➜  		"zh-CN/imageenhan/AssessExposure.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/AssessExposure.json",
2025-08-20T19:16:01.3549420Z [00:02:03.680]➜  		"zh-CN/imageenhan/AssessSharpness.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/AssessSharpness.json",
2025-08-20T19:16:01.3550366Z [00:02:03.680]➜  		"zh-CN/imageenhan/ChangeImageSize.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ChangeImageSize.json",
2025-08-20T19:16:01.3551295Z [00:02:03.680]➜  		"zh-CN/imageenhan/ColorizeImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ColorizeImage.json",
2025-08-20T19:16:01.3552277Z [00:02:03.680]➜  		"zh-CN/imageenhan/EnhanceImageColor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/EnhanceImageColor.json",
2025-08-20T19:16:01.3553385Z [00:02:03.680]➜  		"zh-CN/imageenhan/ErasePerson.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ErasePerson.json",
2025-08-20T19:16:01.3554381Z [00:02:03.680]➜  		"zh-CN/imageenhan/ExtendImageStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ExtendImageStyle.json",
2025-08-20T19:16:01.3555696Z [00:02:03.680]➜  		"zh-CN/imageenhan/GenerateCartoonizedImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateCartoonizedImage.json",
2025-08-20T19:16:01.3556768Z [00:02:03.680]➜  		"zh-CN/imageenhan/GenerateDynamicImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateDynamicImage.json",
2025-08-20T19:16:01.3558002Z [00:02:03.680]➜  		"zh-CN/imageenhan/GenerateImageWithText.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateImageWithText.json",
2025-08-20T19:16:01.3559193Z [00:02:03.680]➜  		"zh-CN/imageenhan/GenerateImageWithTextAndImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateImageWithTextAndImage.json",
2025-08-20T19:16:01.3560394Z [00:02:03.680]➜  		"zh-CN/imageenhan/GenerateSuperResolutionImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateSuperResolutionImage.json",
2025-08-20T19:16:01.3561407Z [00:02:03.680]➜  		"zh-CN/imageenhan/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GetAsyncJobResult.json",
2025-08-20T19:16:01.3562981Z [00:02:03.680]➜  		"zh-CN/imageenhan/ImageBlindCharacterWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ImageBlindCharacterWatermark.json",
2025-08-20T19:16:01.3564256Z [00:02:03.680]➜  		"zh-CN/imageenhan/ImageBlindPicWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ImageBlindPicWatermark.json",
2025-08-20T19:16:01.3565284Z [00:02:03.680]➜  		"zh-CN/imageenhan/ImitatePhotoStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ImitatePhotoStyle.json",
2025-08-20T19:16:01.3566366Z [00:02:03.680]➜  		"zh-CN/imageenhan/IntelligentComposition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/IntelligentComposition.json",
2025-08-20T19:16:01.3567494Z [00:02:03.680]➜  		"zh-CN/imageenhan/MakeSuperResolutionImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/MakeSuperResolutionImage.json",
2025-08-20T19:16:01.3568445Z [00:02:03.680]➜  		"zh-CN/imageenhan/RecolorHDImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/RecolorHDImage.json",
2025-08-20T19:16:01.3569382Z [00:02:03.680]➜  		"zh-CN/imageenhan/RecolorImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/RecolorImage.json",
2025-08-20T19:16:01.3570425Z [00:02:03.680]➜  		"zh-CN/imageenhan/RemoveImageSubtitles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/RemoveImageSubtitles.json",
2025-08-20T19:16:01.3571484Z [00:02:03.680]➜  		"zh-CN/imageenhan/RemoveImageWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/RemoveImageWatermark.json",
2025-08-20T19:16:01.3572344Z [00:02:03.680]➜  		"zh-CN/imageenhan/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/version.json",
2025-08-20T19:16:01.3573496Z [00:02:03.680]➜  		"zh-CN/imagerecog/ClassifyingRubbish.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/ClassifyingRubbish.json",
2025-08-20T19:16:01.3574577Z [00:02:03.680]➜  		"zh-CN/imagerecog/DetectImageElements.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/DetectImageElements.json",
2025-08-20T19:16:01.3575726Z [00:02:03.680]➜  		"zh-CN/imagerecog/EvaluateCertificateQuality.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/EvaluateCertificateQuality.json",
2025-08-20T19:16:01.3576679Z [00:02:03.680]➜  		"zh-CN/imagerecog/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/GetAsyncJobResult.json",
2025-08-20T19:16:01.3577626Z [00:02:03.680]➜  		"zh-CN/imagerecog/RecognizeFood.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/RecognizeFood.json",
2025-08-20T19:16:01.3578679Z [00:02:03.680]➜  		"zh-CN/imagerecog/RecognizeImageColor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/RecognizeImageColor.json",
2025-08-20T19:16:01.3579884Z [00:02:03.680]➜  		"zh-CN/imagerecog/RecognizeImageStyle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/RecognizeImageStyle.json",
2025-08-20T19:16:01.3580957Z [00:02:03.680]➜  		"zh-CN/imagerecog/RecognizeScene.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/RecognizeScene.json",
2025-08-20T19:16:01.3581895Z [00:02:03.680]➜  		"zh-CN/imagerecog/TaggingAdImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/TaggingAdImage.json",
2025-08-20T19:16:01.3583021Z [00:02:03.680]➜  		"zh-CN/imagerecog/TaggingImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/TaggingImage.json",
2025-08-20T19:16:01.3583842Z [00:02:03.680]➜  		"zh-CN/imagerecog/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/version.json",
2025-08-20T19:16:01.3584654Z [00:02:03.680]➜  		"zh-CN/imageseg/ChangeSky.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/ChangeSky.json",
2025-08-20T19:16:01.3585752Z [00:02:03.680]➜  		"zh-CN/imageseg/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/GetAsyncJobResult.json",
2025-08-20T19:16:01.3586734Z [00:02:03.680]➜  		"zh-CN/imageseg/ParseFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/ParseFace.json",
2025-08-20T19:16:01.3587609Z [00:02:03.680]➜  		"zh-CN/imageseg/RefineMask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/RefineMask.json",
2025-08-20T19:16:01.3588504Z [00:02:03.680]➜  		"zh-CN/imageseg/SegmentBody.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentBody.json",
2025-08-20T19:16:01.3589382Z [00:02:03.680]➜  		"zh-CN/imageseg/SegmentCloth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentCloth.json",
2025-08-20T19:16:01.3590332Z [00:02:03.680]➜  		"zh-CN/imageseg/SegmentCommodity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentCommodity.json",
2025-08-20T19:16:01.3591347Z [00:02:03.680]➜  		"zh-CN/imageseg/SegmentCommonImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentCommonImage.json",
2025-08-20T19:16:01.3592215Z [00:02:03.680]➜  		"zh-CN/imageseg/SegmentFood.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentFood.json",
2025-08-20T19:16:01.3593338Z [00:02:03.680]➜  		"zh-CN/imageseg/SegmentHDBody.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHDBody.json",
2025-08-20T19:16:01.3594349Z [00:02:03.680]➜  		"zh-CN/imageseg/SegmentHDCommonImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHDCommonImage.json",
2025-08-20T19:16:01.3595229Z [00:02:03.680]➜  		"zh-CN/imageseg/SegmentHDSky.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHDSky.json",
2025-08-20T19:16:01.3596077Z [00:02:03.680]➜  		"zh-CN/imageseg/SegmentHair.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHair.json",
2025-08-20T19:16:01.3596935Z [00:02:03.680]➜  		"zh-CN/imageseg/SegmentHead.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHead.json",
2025-08-20T19:16:01.3597810Z [00:02:03.680]➜  		"zh-CN/imageseg/SegmentScene.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentScene.json",
2025-08-20T19:16:01.3598647Z [00:02:03.680]➜  		"zh-CN/imageseg/SegmentSkin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentSkin.json",
2025-08-20T19:16:01.3599473Z [00:02:03.680]➜  		"zh-CN/imageseg/SegmentSky.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentSky.json",
2025-08-20T19:16:01.3600252Z [00:02:03.680]➜  		"zh-CN/imageseg/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/version.json",
2025-08-20T19:16:01.3601277Z [00:02:03.680]➜  		"zh-CN/ims/AddClientIdToOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/AddClientIdToOIDCProvider.json",
2025-08-20T19:16:01.3602764Z [00:02:03.680]➜  		"zh-CN/ims/AddFingerprintToOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/AddFingerprintToOIDCProvider.json",
2025-08-20T19:16:01.3603783Z [00:02:03.681]➜  		"zh-CN/ims/AddUserToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/AddUserToGroup.json",
2025-08-20T19:16:01.3604592Z [00:02:03.681]➜  		"zh-CN/ims/BindMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/BindMFADevice.json",
2025-08-20T19:16:01.3605397Z [00:02:03.681]➜  		"zh-CN/ims/ChangePassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ChangePassword.json",
2025-08-20T19:16:01.3606246Z [00:02:03.681]➜  		"zh-CN/ims/CreateAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateAccessKey.json",
2025-08-20T19:16:01.3607111Z [00:02:03.681]➜  		"zh-CN/ims/CreateAppSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateAppSecret.json",
2025-08-20T19:16:01.3608158Z [00:02:03.681]➜  		"zh-CN/ims/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateApplication.json",
2025-08-20T19:16:01.3608990Z [00:02:03.681]➜  		"zh-CN/ims/CreateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateGroup.json",
2025-08-20T19:16:01.3610028Z [00:02:03.681]➜  		"zh-CN/ims/CreateLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateLoginProfile.json",
2025-08-20T19:16:01.3610938Z [00:02:03.681]➜  		"zh-CN/ims/CreateOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateOIDCProvider.json",
2025-08-20T19:16:01.3611848Z [00:02:03.681]➜  		"zh-CN/ims/CreateSAMLProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateSAMLProvider.json",
2025-08-20T19:16:01.3612818Z [00:02:03.681]➜  		"zh-CN/ims/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateUser.json",
2025-08-20T19:16:01.3613817Z [00:02:03.681]➜  		"zh-CN/ims/CreateVirtualMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateVirtualMFADevice.json",
2025-08-20T19:16:01.3614702Z [00:02:03.681]➜  		"zh-CN/ims/DeleteAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteAccessKey.json",
2025-08-20T19:16:01.3615612Z [00:02:03.681]➜  		"zh-CN/ims/DeleteAppSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteAppSecret.json",
2025-08-20T19:16:01.3616502Z [00:02:03.681]➜  		"zh-CN/ims/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteApplication.json",
2025-08-20T19:16:01.3617273Z [00:02:03.681]➜  		"zh-CN/ims/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteGroup.json",
2025-08-20T19:16:01.3618149Z [00:02:03.681]➜  		"zh-CN/ims/DeleteLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteLoginProfile.json",
2025-08-20T19:16:01.3619056Z [00:02:03.681]➜  		"zh-CN/ims/DeleteOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteOIDCProvider.json",
2025-08-20T19:16:01.3619915Z [00:02:03.681]➜  		"zh-CN/ims/DeleteSAMLProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteSAMLProvider.json",
2025-08-20T19:16:01.3620688Z [00:02:03.681]➜  		"zh-CN/ims/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteUser.json",
2025-08-20T19:16:01.3621637Z [00:02:03.681]➜  		"zh-CN/ims/DeleteVirtualMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteVirtualMFADevice.json",
2025-08-20T19:16:01.3622707Z [00:02:03.681]➜  		"zh-CN/ims/DisableVirtualMFA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DisableVirtualMFA.json",
2025-08-20T19:16:01.3623705Z [00:02:03.681]➜  		"zh-CN/ims/GenerateCredentialReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GenerateCredentialReport.json",
2025-08-20T19:16:01.3624826Z [00:02:03.681]➜  		"zh-CN/ims/GetAccessKeyLastUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAccessKeyLastUsed.json",
2025-08-20T19:16:01.3625690Z [00:02:03.681]➜  		"zh-CN/ims/GetAccountMFAInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAccountMFAInfo.json",
2025-08-20T19:16:01.3627020Z [00:02:03.681]➜  		"zh-CN/ims/GetAccountSecurityPracticeReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAccountSecurityPracticeReport.json",
2025-08-20T19:16:01.3627855Z [00:02:03.681]➜  		"zh-CN/ims/GetAccountSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAccountSummary.json",
2025-08-20T19:16:01.3628675Z [00:02:03.681]➜  		"zh-CN/ims/GetAppSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAppSecret.json",
2025-08-20T19:16:01.3629500Z [00:02:03.681]➜  		"zh-CN/ims/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetApplication.json",
2025-08-20T19:16:01.3630414Z [00:02:03.681]➜  		"zh-CN/ims/GetCredentialReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetCredentialReport.json",
2025-08-20T19:16:01.3631426Z [00:02:03.681]➜  		"zh-CN/ims/GetDefaultDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetDefaultDomain.json",
2025-08-20T19:16:01.3632280Z [00:02:03.681]➜  		"zh-CN/ims/GetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetGroup.json",
2025-08-20T19:16:01.3633376Z [00:02:03.681]➜  		"zh-CN/ims/GetLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetLoginProfile.json",
2025-08-20T19:16:01.3634243Z [00:02:03.681]➜  		"zh-CN/ims/GetOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetOIDCProvider.json",
2025-08-20T19:16:01.3635112Z [00:02:03.681]➜  		"zh-CN/ims/GetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetPasswordPolicy.json",
2025-08-20T19:16:01.3635983Z [00:02:03.681]➜  		"zh-CN/ims/GetSAMLProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetSAMLProvider.json",
2025-08-20T19:16:01.3636939Z [00:02:03.681]➜  		"zh-CN/ims/GetSecurityPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetSecurityPreference.json",
2025-08-20T19:16:01.3637668Z [00:02:03.681]➜  		"zh-CN/ims/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetUser.json",
2025-08-20T19:16:01.3638487Z [00:02:03.681]➜  		"zh-CN/ims/GetUserMFAInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetUserMFAInfo.json",
2025-08-20T19:16:01.3639368Z [00:02:03.681]➜  		"zh-CN/ims/GetUserSsoSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetUserSsoSettings.json",
2025-08-20T19:16:01.3640197Z [00:02:03.681]➜  		"zh-CN/ims/ListAccessKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListAccessKeys.json",
2025-08-20T19:16:01.3641046Z [00:02:03.681]➜  		"zh-CN/ims/ListAppSecretIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListAppSecretIds.json",
2025-08-20T19:16:01.3642087Z [00:02:03.681]➜  		"zh-CN/ims/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListApplications.json",
2025-08-20T19:16:01.3643190Z [00:02:03.681]➜  		"zh-CN/ims/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListGroups.json",
2025-08-20T19:16:01.3644091Z [00:02:03.681]➜  		"zh-CN/ims/ListGroupsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListGroupsForUser.json",
2025-08-20T19:16:01.3644986Z [00:02:03.681]➜  		"zh-CN/ims/ListOIDCProviders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListOIDCProviders.json",
2025-08-20T19:16:01.3645928Z [00:02:03.681]➜  		"zh-CN/ims/ListPredefinedScopes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListPredefinedScopes.json",
2025-08-20T19:16:01.3646789Z [00:02:03.681]➜  		"zh-CN/ims/ListSAMLProviders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListSAMLProviders.json",
2025-08-20T19:16:01.3647672Z [00:02:03.681]➜  		"zh-CN/ims/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListTagResources.json",
2025-08-20T19:16:01.3648580Z [00:02:03.681]➜  		"zh-CN/ims/ListUserBasicInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListUserBasicInfos.json",
2025-08-20T19:16:01.3649309Z [00:02:03.681]➜  		"zh-CN/ims/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListUsers.json",
2025-08-20T19:16:01.3650172Z [00:02:03.681]➜  		"zh-CN/ims/ListUsersForGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListUsersForGroup.json",
2025-08-20T19:16:01.3651113Z [00:02:03.681]➜  		"zh-CN/ims/ListVirtualMFADevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListVirtualMFADevices.json",
2025-08-20T19:16:01.3652257Z [00:02:03.681]➜  		"zh-CN/ims/RemoveClientIdFromOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/RemoveClientIdFromOIDCProvider.json",
2025-08-20T19:16:01.3653778Z [00:02:03.681]➜  		"zh-CN/ims/RemoveFingerprintFromOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/RemoveFingerprintFromOIDCProvider.json",
2025-08-20T19:16:01.3654879Z [00:02:03.681]➜  		"zh-CN/ims/RemoveUserFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/RemoveUserFromGroup.json",
2025-08-20T19:16:01.3655744Z [00:02:03.681]➜  		"zh-CN/ims/SetDefaultDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/SetDefaultDomain.json",
2025-08-20T19:16:01.3656641Z [00:02:03.681]➜  		"zh-CN/ims/SetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/SetPasswordPolicy.json",
2025-08-20T19:16:01.3657578Z [00:02:03.681]➜  		"zh-CN/ims/SetSecurityPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/SetSecurityPreference.json",
2025-08-20T19:16:01.3658465Z [00:02:03.681]➜  		"zh-CN/ims/SetUserSsoSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/SetUserSsoSettings.json",
2025-08-20T19:16:01.3659270Z [00:02:03.681]➜  		"zh-CN/ims/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/TagResources.json",
2025-08-20T19:16:01.3660109Z [00:02:03.681]➜  		"zh-CN/ims/UnbindMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UnbindMFADevice.json",
2025-08-20T19:16:01.3660938Z [00:02:03.681]➜  		"zh-CN/ims/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UntagResources.json",
2025-08-20T19:16:01.3661802Z [00:02:03.681]➜  		"zh-CN/ims/UpdateAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateAccessKey.json",
2025-08-20T19:16:01.3662977Z [00:02:03.681]➜  		"zh-CN/ims/UpdateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateApplication.json",
2025-08-20T19:16:01.3663804Z [00:02:03.681]➜  		"zh-CN/ims/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateGroup.json",
2025-08-20T19:16:01.3664894Z [00:02:03.681]➜  		"zh-CN/ims/UpdateLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateLoginProfile.json",
2025-08-20T19:16:01.3665972Z [00:02:03.681]➜  		"zh-CN/ims/UpdateOIDCProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateOIDCProvider.json",
2025-08-20T19:16:01.3666869Z [00:02:03.681]➜  		"zh-CN/ims/UpdateSAMLProvider.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateSAMLProvider.json",
2025-08-20T19:16:01.3667618Z [00:02:03.681]➜  		"zh-CN/ims/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateUser.json",
2025-08-20T19:16:01.3668302Z [00:02:03.681]➜  		"zh-CN/ims/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/version.json",
2025-08-20T19:16:01.3669208Z [00:02:03.681]➜  		"zh-CN/iot/AddDataForApiSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AddDataForApiSource.json",
2025-08-20T19:16:01.3670248Z [00:02:03.681]➜  		"zh-CN/iot/AddDeviceToSharePromotion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AddDeviceToSharePromotion.json",
2025-08-20T19:16:01.3671130Z [00:02:03.681]➜  		"zh-CN/iot/AddPowerStation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AddPowerStation.json",
2025-08-20T19:16:01.3672007Z [00:02:03.681]➜  		"zh-CN/iot/AddShareTaskDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AddShareTaskDevice.json",
2025-08-20T19:16:01.3672914Z [00:02:03.681]➜  		"zh-CN/iot/AsyncRRpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AsyncRRpc.json",
2025-08-20T19:16:01.3673781Z [00:02:03.681]➜  		"zh-CN/iot/AttachDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AttachDestination.json",
2025-08-20T19:16:01.3674711Z [00:02:03.681]➜  		"zh-CN/iot/AttachParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AttachParserDataSource.json",
2025-08-20T19:16:01.3675829Z [00:02:03.681]➜  		"zh-CN/iot/BatchAddDataForApiSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchAddDataForApiSource.json",
2025-08-20T19:16:01.3677045Z [00:02:03.681]➜  		"zh-CN/iot/BatchAddDeviceGroupRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchAddDeviceGroupRelations.json",
2025-08-20T19:16:01.3677941Z [00:02:03.681]➜  		"zh-CN/iot/BatchAddThingTopo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchAddThingTopo.json",
2025-08-20T19:16:01.3679212Z [00:02:03.681]➜  		"zh-CN/iot/BatchBindDeviceToEdgeInstanceWithDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchBindDeviceToEdgeInstanceWithDriver.json",
2025-08-20T19:16:01.3680232Z [00:02:03.681]➜  		"zh-CN/iot/BatchBindDevicesIntoProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchBindDevicesIntoProject.json",
2025-08-20T19:16:01.3681262Z [00:02:03.681]➜  		"zh-CN/iot/BatchBindProductsIntoProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchBindProductsIntoProject.json",
2025-08-20T19:16:01.3682217Z [00:02:03.681]➜  		"zh-CN/iot/BatchCheckDeviceNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCheckDeviceNames.json",
2025-08-20T19:16:01.3683367Z [00:02:03.681]➜  		"zh-CN/iot/BatchCheckImportDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCheckImportDevice.json",
2025-08-20T19:16:01.3684357Z [00:02:03.681]➜  		"zh-CN/iot/BatchCheckVehicleDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCheckVehicleDevice.json",
2025-08-20T19:16:01.3685503Z [00:02:03.681]➜  		"zh-CN/iot/BatchClearEdgeInstanceDeviceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchClearEdgeInstanceDeviceConfig.json",
2025-08-20T19:16:01.3686514Z [00:02:03.681]➜  		"zh-CN/iot/BatchCreateSoundCodeLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCreateSoundCodeLabel.json",
2025-08-20T19:16:01.3687901Z [00:02:03.681]➜  		"zh-CN/iot/BatchCreateSoundCodeLabelWithLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCreateSoundCodeLabelWithLabels.json",
2025-08-20T19:16:01.3689144Z [00:02:03.681]➜  		"zh-CN/iot/BatchDeleteDeviceGroupRelations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchDeleteDeviceGroupRelations.json",
2025-08-20T19:16:01.3690230Z [00:02:03.681]➜  		"zh-CN/iot/BatchDeleteEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchDeleteEdgeInstanceChannel.json",
2025-08-20T19:16:01.3691194Z [00:02:03.681]➜  		"zh-CN/iot/BatchGetDeviceBindStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetDeviceBindStatus.json",
2025-08-20T19:16:01.3692110Z [00:02:03.681]➜  		"zh-CN/iot/BatchGetDeviceState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetDeviceState.json",
2025-08-20T19:16:01.3693232Z [00:02:03.681]➜  		"zh-CN/iot/BatchGetEdgeDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeDriver.json",
2025-08-20T19:16:01.3694311Z [00:02:03.681]➜  		"zh-CN/iot/BatchGetEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceChannel.json",
2025-08-20T19:16:01.3695493Z [00:02:03.681]➜  		"zh-CN/iot/BatchGetEdgeInstanceDeviceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceDeviceChannel.json",
2025-08-20T19:16:01.3696445Z [00:02:03.681]➜  		"zh-CN/iot/BatchGetEdgeInstanceDeviceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceDeviceConfig.json",
2025-08-20T19:16:01.3697565Z [00:02:03.681]➜  		"zh-CN/iot/BatchGetEdgeInstanceDeviceDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceDeviceDriver.json",
2025-08-20T19:16:01.3698742Z [00:02:03.681]➜  		"zh-CN/iot/BatchGetEdgeInstanceDriverConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceDriverConfigs.json",
2025-08-20T19:16:01.3699867Z [00:02:03.681]➜  		"zh-CN/iot/BatchGrayMigrationDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGrayMigrationDevice.json",
2025-08-20T19:16:01.3700849Z [00:02:03.681]➜  		"zh-CN/iot/BatchImportDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchImportDevice.json",
2025-08-20T19:16:01.3701855Z [00:02:03.681]➜  		"zh-CN/iot/BatchImportVehicleDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchImportVehicleDevice.json",
2025-08-20T19:16:01.3702776Z [00:02:03.681]➜  		"zh-CN/iot/BatchPub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchPub.json",
2025-08-20T19:16:01.3703737Z [00:02:03.681]➜  		"zh-CN/iot/BatchQueryDeviceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchQueryDeviceDetail.json",
2025-08-20T19:16:01.3704609Z [00:02:03.681]➜  		"zh-CN/iot/BatchRegisterDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchRegisterDevice.json",
2025-08-20T19:16:01.3705764Z [00:02:03.681]➜  		"zh-CN/iot/BatchRegisterDeviceWithApplyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchRegisterDeviceWithApplyId.json",
2025-08-20T19:16:01.3706988Z [00:02:03.681]➜  		"zh-CN/iot/BatchSetEdgeInstanceDeviceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchSetEdgeInstanceDeviceChannel.json",
2025-08-20T19:16:01.3708159Z [00:02:03.681]➜  		"zh-CN/iot/BatchSetEdgeInstanceDeviceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchSetEdgeInstanceDeviceConfig.json",
2025-08-20T19:16:01.3709367Z [00:02:03.681]➜  		"zh-CN/iot/BatchUnbindDeviceFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchUnbindDeviceFromEdgeInstance.json",
2025-08-20T19:16:01.3710388Z [00:02:03.681]➜  		"zh-CN/iot/BatchUnbindProjectDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchUnbindProjectDevices.json",
2025-08-20T19:16:01.3711637Z [00:02:03.681]➜  		"zh-CN/iot/BatchUnbindProjectProducts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchUnbindProjectProducts.json",
2025-08-20T19:16:01.3713020Z [00:02:03.681]➜  		"zh-CN/iot/BatchUpdateDeviceNickname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchUpdateDeviceNickname.json",
2025-08-20T19:16:01.3714005Z [00:02:03.681]➜  		"zh-CN/iot/BindApplicationToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindApplicationToEdgeInstance.json",
2025-08-20T19:16:01.3715072Z [00:02:03.681]➜  		"zh-CN/iot/BindDriverToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindDriverToEdgeInstance.json",
2025-08-20T19:16:01.3716117Z [00:02:03.681]➜  		"zh-CN/iot/BindGatewayToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindGatewayToEdgeInstance.json",
2025-08-20T19:16:01.3717029Z [00:02:03.681]➜  		"zh-CN/iot/BindLicenseDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindLicenseDevice.json",
2025-08-20T19:16:01.3717939Z [00:02:03.681]➜  		"zh-CN/iot/BindLicenseProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindLicenseProduct.json",
2025-08-20T19:16:01.3718898Z [00:02:03.681]➜  		"zh-CN/iot/BindRoleToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindRoleToEdgeInstance.json",
2025-08-20T19:16:01.3719961Z [00:02:03.681]➜  		"zh-CN/iot/BindSceneRuleToEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindSceneRuleToEdgeInstance.json",
2025-08-20T19:16:01.3720694Z [00:02:03.681]➜  		"zh-CN/iot/CancelJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelJob.json",
2025-08-20T19:16:01.3721642Z [00:02:03.681]➜  		"zh-CN/iot/CancelOTAStrategyByJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelOTAStrategyByJob.json",
2025-08-20T19:16:01.3722948Z [00:02:03.681]➜  		"zh-CN/iot/CancelOTATaskByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelOTATaskByDevice.json",
2025-08-20T19:16:01.3723914Z [00:02:03.681]➜  		"zh-CN/iot/CancelOTATaskByJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelOTATaskByJob.json",
2025-08-20T19:16:01.3724945Z [00:02:03.681]➜  		"zh-CN/iot/CancelReleaseProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelReleaseProduct.json",
2025-08-20T19:16:01.3726036Z [00:02:03.681]➜  		"zh-CN/iot/CheckBindLicenseDeviceProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CheckBindLicenseDeviceProgress.json",
2025-08-20T19:16:01.3727053Z [00:02:03.681]➜  		"zh-CN/iot/ClearDeviceDesiredProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ClearDeviceDesiredProperty.json",
2025-08-20T19:16:01.3728149Z [00:02:03.681]➜  		"zh-CN/iot/ClearEdgeInstanceDriverConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ClearEdgeInstanceDriverConfigs.json",
2025-08-20T19:16:01.3729067Z [00:02:03.681]➜  		"zh-CN/iot/CloseDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CloseDeviceTunnel.json",
2025-08-20T19:16:01.3730160Z [00:02:03.681]➜  		"zh-CN/iot/CloseEdgeInstanceDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CloseEdgeInstanceDeployment.json",
2025-08-20T19:16:01.3730976Z [00:02:03.681]➜  		"zh-CN/iot/ConfirmOTATask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ConfirmOTATask.json",
2025-08-20T19:16:01.3731771Z [00:02:03.681]➜  		"zh-CN/iot/CopyThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CopyThingModel.json",
2025-08-20T19:16:01.3732853Z [00:02:03.681]➜  		"zh-CN/iot/CopyThingModelAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CopyThingModelAsync.json",
2025-08-20T19:16:01.3733894Z [00:02:03.681]➜  		"zh-CN/iot/CountSpeechBroadcastHour.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CountSpeechBroadcastHour.json",
2025-08-20T19:16:01.3734999Z [00:02:03.681]➜  		"zh-CN/iot/CreateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateConsumerGroup.json",
2025-08-20T19:16:01.3736391Z [00:02:03.681]➜  		"zh-CN/iot/CreateConsumerGroupSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateConsumerGroupSubscribeRelation.json",
2025-08-20T19:16:01.3737319Z [00:02:03.681]➜  		"zh-CN/iot/CreateDataAPIService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDataAPIService.json",
2025-08-20T19:16:01.3738208Z [00:02:03.681]➜  		"zh-CN/iot/CreateDataSourceItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDataSourceItem.json",
2025-08-20T19:16:01.3739060Z [00:02:03.681]➜  		"zh-CN/iot/CreateDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDestination.json",
2025-08-20T19:16:01.3740103Z [00:02:03.681]➜  		"zh-CN/iot/CreateDeviceDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDeviceDistributeJob.json",
2025-08-20T19:16:01.3741129Z [00:02:03.681]➜  		"zh-CN/iot/CreateDeviceDynamicGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDeviceDynamicGroup.json",
2025-08-20T19:16:01.3741994Z [00:02:03.681]➜  		"zh-CN/iot/CreateDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDeviceGroup.json",
2025-08-20T19:16:01.3743041Z [00:02:03.681]➜  		"zh-CN/iot/CreateDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDeviceTunnel.json",
2025-08-20T19:16:01.3743961Z [00:02:03.681]➜  		"zh-CN/iot/CreateDownloadDataJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDownloadDataJob.json",
2025-08-20T19:16:01.3744803Z [00:02:03.681]➜  		"zh-CN/iot/CreateEdgeDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeDriver.json",
2025-08-20T19:16:01.3745891Z [00:02:03.681]➜  		"zh-CN/iot/CreateEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeDriverVersion.json",
2025-08-20T19:16:01.3746772Z [00:02:03.681]➜  		"zh-CN/iot/CreateEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeInstance.json",
2025-08-20T19:16:01.3747868Z [00:02:03.681]➜  		"zh-CN/iot/CreateEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeInstanceChannel.json",
2025-08-20T19:16:01.3748942Z [00:02:03.681]➜  		"zh-CN/iot/CreateEdgeInstanceDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeInstanceDeployment.json",
2025-08-20T19:16:01.3750044Z [00:02:03.681]➜  		"zh-CN/iot/CreateEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeInstanceMessageRouting.json",
2025-08-20T19:16:01.3751113Z [00:02:03.681]➜  		"zh-CN/iot/CreateEdgeOssPreSignedAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeOssPreSignedAddress.json",
2025-08-20T19:16:01.3751855Z [00:02:03.681]➜  		"zh-CN/iot/CreateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateJob.json",
2025-08-20T19:16:01.3752956Z [00:02:03.681]➜  		"zh-CN/iot/CreateLoRaNodesTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateLoRaNodesTask.json",
2025-08-20T19:16:01.3753996Z [00:02:03.681]➜  		"zh-CN/iot/CreateOTADynamicUpgradeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTADynamicUpgradeJob.json",
2025-08-20T19:16:01.3754837Z [00:02:03.681]➜  		"zh-CN/iot/CreateOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTAFirmware.json",
2025-08-20T19:16:01.3755651Z [00:02:03.681]➜  		"zh-CN/iot/CreateOTAModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTAModule.json",
2025-08-20T19:16:01.3756637Z [00:02:03.681]➜  		"zh-CN/iot/CreateOTAStaticUpgradeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTAStaticUpgradeJob.json",
2025-08-20T19:16:01.3757668Z [00:02:03.681]➜  		"zh-CN/iot/CreateOTAVerifyJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTAVerifyJob.json",
2025-08-20T19:16:01.3758566Z [00:02:03.681]➜  		"zh-CN/iot/CreateParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateParser.json",
2025-08-20T19:16:01.3759496Z [00:02:03.681]➜  		"zh-CN/iot/CreateParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateParserDataSource.json",
2025-08-20T19:16:01.3760248Z [00:02:03.681]➜  		"zh-CN/iot/CreateProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateProduct.json",
2025-08-20T19:16:01.3761217Z [00:02:03.681]➜  		"zh-CN/iot/CreateProductDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateProductDistributeJob.json",
2025-08-20T19:16:01.3762036Z [00:02:03.681]➜  		"zh-CN/iot/CreateProductTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateProductTags.json",
2025-08-20T19:16:01.3763125Z [00:02:03.681]➜  		"zh-CN/iot/CreateProductTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateProductTopic.json",
2025-08-20T19:16:01.3763906Z [00:02:03.681]➜  		"zh-CN/iot/CreateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateRule.json",
2025-08-20T19:16:01.3764752Z [00:02:03.681]➜  		"zh-CN/iot/CreateRuleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateRuleAction.json",
2025-08-20T19:16:01.3765576Z [00:02:03.681]➜  		"zh-CN/iot/CreateSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSceneRule.json",
2025-08-20T19:16:01.3766482Z [00:02:03.681]➜  		"zh-CN/iot/CreateSchedulePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSchedulePeriod.json",
2025-08-20T19:16:01.3767539Z [00:02:03.681]➜  		"zh-CN/iot/CreateSharePromotionActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSharePromotionActivity.json",
2025-08-20T19:16:01.3768771Z [00:02:03.681]➜  		"zh-CN/iot/CreateSharePromotionSpeechModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSharePromotionSpeechModel.json",
2025-08-20T19:16:01.3769699Z [00:02:03.681]➜  		"zh-CN/iot/CreateSoundCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSoundCode.json",
2025-08-20T19:16:01.3770584Z [00:02:03.681]➜  		"zh-CN/iot/CreateSoundCodeLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSoundCodeLabel.json",
2025-08-20T19:16:01.3771564Z [00:02:03.681]➜  		"zh-CN/iot/CreateSoundCodeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSoundCodeSchedule.json",
2025-08-20T19:16:01.3772339Z [00:02:03.681]➜  		"zh-CN/iot/CreateSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSpeech.json",
2025-08-20T19:16:01.3773563Z [00:02:03.681]➜  		"zh-CN/iot/CreateStudioAppDomainOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateStudioAppDomainOpen.json",
2025-08-20T19:16:01.3774551Z [00:02:03.681]➜  		"zh-CN/iot/CreateSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSubscribeRelation.json",
2025-08-20T19:16:01.3775456Z [00:02:03.682]➜  		"zh-CN/iot/CreateThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateThingModel.json",
2025-08-20T19:16:01.3776323Z [00:02:03.682]➜  		"zh-CN/iot/CreateThingScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateThingScript.json",
2025-08-20T19:16:01.3777205Z [00:02:03.682]➜  		"zh-CN/iot/CreateTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateTopicConfig.json",
2025-08-20T19:16:01.3778153Z [00:02:03.682]➜  		"zh-CN/iot/CreateTopicRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateTopicRouteTable.json",
2025-08-20T19:16:01.3779145Z [00:02:03.682]➜  		"zh-CN/iot/DeleteClientIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteClientIds.json",
2025-08-20T19:16:01.3780032Z [00:02:03.682]➜  		"zh-CN/iot/DeleteConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteConsumerGroup.json",
2025-08-20T19:16:01.3781365Z [00:02:03.682]➜  		"zh-CN/iot/DeleteConsumerGroupSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteConsumerGroupSubscribeRelation.json",
2025-08-20T19:16:01.3782286Z [00:02:03.682]➜  		"zh-CN/iot/DeleteDataSourceItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDataSourceItem.json",
2025-08-20T19:16:01.3783343Z [00:02:03.682]➜  		"zh-CN/iot/DeleteDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDestination.json",
2025-08-20T19:16:01.3784106Z [00:02:03.682]➜  		"zh-CN/iot/DeleteDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDevice.json",
2025-08-20T19:16:01.3785112Z [00:02:03.682]➜  		"zh-CN/iot/DeleteDeviceDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceDistributeJob.json",
2025-08-20T19:16:01.3786051Z [00:02:03.682]➜  		"zh-CN/iot/DeleteDeviceDynamicGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceDynamicGroup.json",
2025-08-20T19:16:01.3786848Z [00:02:03.682]➜  		"zh-CN/iot/DeleteDeviceFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceFile.json",
2025-08-20T19:16:01.3787666Z [00:02:03.682]➜  		"zh-CN/iot/DeleteDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceGroup.json",
2025-08-20T19:16:01.3788458Z [00:02:03.682]➜  		"zh-CN/iot/DeleteDeviceProp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceProp.json",
2025-08-20T19:16:01.3789333Z [00:02:03.682]➜  		"zh-CN/iot/DeleteDeviceSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceSpeech.json",
2025-08-20T19:16:01.3790323Z [00:02:03.682]➜  		"zh-CN/iot/DeleteDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceTunnel.json",
2025-08-20T19:16:01.3791271Z [00:02:03.682]➜  		"zh-CN/iot/DeleteEdgeDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteEdgeDriver.json",
2025-08-20T19:16:01.3792240Z [00:02:03.682]➜  		"zh-CN/iot/DeleteEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteEdgeDriverVersion.json",
2025-08-20T19:16:01.3793298Z [00:02:03.682]➜  		"zh-CN/iot/DeleteEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteEdgeInstance.json",
2025-08-20T19:16:01.3794437Z [00:02:03.682]➜  		"zh-CN/iot/DeleteEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteEdgeInstanceMessageRouting.json",
2025-08-20T19:16:01.3795165Z [00:02:03.682]➜  		"zh-CN/iot/DeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteJob.json",
2025-08-20T19:16:01.3796036Z [00:02:03.682]➜  		"zh-CN/iot/DeleteOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteOTAFirmware.json",
2025-08-20T19:16:01.3796873Z [00:02:03.682]➜  		"zh-CN/iot/DeleteOTAModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteOTAModule.json",
2025-08-20T19:16:01.3797650Z [00:02:03.682]➜  		"zh-CN/iot/DeleteParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteParser.json",
2025-08-20T19:16:01.3798587Z [00:02:03.682]➜  		"zh-CN/iot/DeleteParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteParserDataSource.json",
2025-08-20T19:16:01.3799464Z [00:02:03.682]➜  		"zh-CN/iot/DeletePowerStation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeletePowerStation.json",
2025-08-20T19:16:01.3800250Z [00:02:03.682]➜  		"zh-CN/iot/DeleteProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteProduct.json",
2025-08-20T19:16:01.3801279Z [00:02:03.682]➜  		"zh-CN/iot/DeleteProductTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteProductTags.json",
2025-08-20T19:16:01.3802277Z [00:02:03.682]➜  		"zh-CN/iot/DeleteProductTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteProductTopic.json",
2025-08-20T19:16:01.3803220Z [00:02:03.682]➜  		"zh-CN/iot/DeleteRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteRule.json",
2025-08-20T19:16:01.3804058Z [00:02:03.682]➜  		"zh-CN/iot/DeleteRuleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteRuleAction.json",
2025-08-20T19:16:01.3804906Z [00:02:03.682]➜  		"zh-CN/iot/DeleteSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSceneRule.json",
2025-08-20T19:16:01.3805819Z [00:02:03.682]➜  		"zh-CN/iot/DeleteSchedulePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSchedulePeriod.json",
2025-08-20T19:16:01.3806756Z [00:02:03.682]➜  		"zh-CN/iot/DeleteShareTaskDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteShareTaskDevice.json",
2025-08-20T19:16:01.3807587Z [00:02:03.682]➜  		"zh-CN/iot/DeleteSoundCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSoundCode.json",
2025-08-20T19:16:01.3808517Z [00:02:03.682]➜  		"zh-CN/iot/DeleteSoundCodeLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSoundCodeLabel.json",
2025-08-20T19:16:01.3809502Z [00:02:03.682]➜  		"zh-CN/iot/DeleteSoundCodeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSoundCodeSchedule.json",
2025-08-20T19:16:01.3810298Z [00:02:03.682]➜  		"zh-CN/iot/DeleteSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSpeech.json",
2025-08-20T19:16:01.3811327Z [00:02:03.682]➜  		"zh-CN/iot/DeleteStudioAppDomainOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteStudioAppDomainOpen.json",
2025-08-20T19:16:01.3812661Z [00:02:03.682]➜  		"zh-CN/iot/DeleteSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSubscribeRelation.json",
2025-08-20T19:16:01.3813673Z [00:02:03.682]➜  		"zh-CN/iot/DeleteThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteThingModel.json",
2025-08-20T19:16:01.3814573Z [00:02:03.682]➜  		"zh-CN/iot/DeleteTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteTopicConfig.json",
2025-08-20T19:16:01.3815578Z [00:02:03.682]➜  		"zh-CN/iot/DeleteTopicRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteTopicRouteTable.json",
2025-08-20T19:16:01.3816841Z [00:02:03.682]➜  		"zh-CN/iot/DeleteUserDefineTableDataByPrimaryKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteUserDefineTableDataByPrimaryKey.json",
2025-08-20T19:16:01.3817717Z [00:02:03.682]➜  		"zh-CN/iot/DetachDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DetachDestination.json",
2025-08-20T19:16:01.3818694Z [00:02:03.682]➜  		"zh-CN/iot/DetachParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DetachParserDataSource.json",
2025-08-20T19:16:01.3819608Z [00:02:03.682]➜  		"zh-CN/iot/DisableDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DisableDeviceTunnel.json",
2025-08-20T19:16:01.3820605Z [00:02:03.682]➜  		"zh-CN/iot/DisableDeviceTunnelShare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DisableDeviceTunnelShare.json",
2025-08-20T19:16:01.3821444Z [00:02:03.682]➜  		"zh-CN/iot/DisableSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DisableSceneRule.json",
2025-08-20T19:16:01.3822202Z [00:02:03.682]➜  		"zh-CN/iot/DisableThing.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DisableThing.json",
2025-08-20T19:16:01.3823302Z [00:02:03.682]➜  		"zh-CN/iot/EnableDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/EnableDeviceTunnel.json",
2025-08-20T19:16:01.3824471Z [00:02:03.682]➜  		"zh-CN/iot/EnableDeviceTunnelShare.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/EnableDeviceTunnelShare.json",
2025-08-20T19:16:01.3825415Z [00:02:03.682]➜  		"zh-CN/iot/EnableSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/EnableSceneRule.json",
2025-08-20T19:16:01.3826182Z [00:02:03.682]➜  		"zh-CN/iot/EnableThing.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/EnableThing.json",
2025-08-20T19:16:01.3827214Z [00:02:03.682]➜  		"zh-CN/iot/GenerateDeviceNameListURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GenerateDeviceNameListURL.json",
2025-08-20T19:16:01.3828140Z [00:02:03.682]➜  		"zh-CN/iot/GenerateFileUploadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GenerateFileUploadURL.json",
2025-08-20T19:16:01.3829055Z [00:02:03.682]➜  		"zh-CN/iot/GenerateOTAUploadURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GenerateOTAUploadURL.json",
2025-08-20T19:16:01.3830057Z [00:02:03.682]➜  		"zh-CN/iot/GetDataAPIServiceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDataAPIServiceDetail.json",
2025-08-20T19:16:01.3830886Z [00:02:03.682]➜  		"zh-CN/iot/GetDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDestination.json",
2025-08-20T19:16:01.3831716Z [00:02:03.682]➜  		"zh-CN/iot/GetDeviceShadow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDeviceShadow.json",
2025-08-20T19:16:01.3832709Z [00:02:03.682]➜  		"zh-CN/iot/GetDeviceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDeviceStatus.json",
2025-08-20T19:16:01.3833760Z [00:02:03.682]➜  		"zh-CN/iot/GetDeviceTunnelShareStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDeviceTunnelShareStatus.json",
2025-08-20T19:16:01.3834685Z [00:02:03.682]➜  		"zh-CN/iot/GetDeviceTunnelStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDeviceTunnelStatus.json",
2025-08-20T19:16:01.3835697Z [00:02:03.682]➜  		"zh-CN/iot/GetDownloadFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDownloadFile.json",
2025-08-20T19:16:01.3836731Z [00:02:03.682]➜  		"zh-CN/iot/GetEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetEdgeDriverVersion.json",
2025-08-20T19:16:01.3837577Z [00:02:03.682]➜  		"zh-CN/iot/GetEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetEdgeInstance.json",
2025-08-20T19:16:01.3838557Z [00:02:03.682]➜  		"zh-CN/iot/GetEdgeInstanceDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetEdgeInstanceDeployment.json",
2025-08-20T19:16:01.3839663Z [00:02:03.682]➜  		"zh-CN/iot/GetEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetEdgeInstanceMessageRouting.json",
2025-08-20T19:16:01.3840608Z [00:02:03.682]➜  		"zh-CN/iot/GetGatewayBySubDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetGatewayBySubDevice.json",
2025-08-20T19:16:01.3841485Z [00:02:03.682]➜  		"zh-CN/iot/GetLoraNodesTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetLoraNodesTask.json",
2025-08-20T19:16:01.3842219Z [00:02:03.682]➜  		"zh-CN/iot/GetParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetParser.json",
2025-08-20T19:16:01.3843327Z [00:02:03.682]➜  		"zh-CN/iot/GetParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetParserDataSource.json",
2025-08-20T19:16:01.3844050Z [00:02:03.682]➜  		"zh-CN/iot/GetRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetRule.json",
2025-08-20T19:16:01.3844875Z [00:02:03.682]➜  		"zh-CN/iot/GetRuleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetRuleAction.json",
2025-08-20T19:16:01.3845642Z [00:02:03.682]➜  		"zh-CN/iot/GetSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSceneRule.json",
2025-08-20T19:16:01.3846786Z [00:02:03.682]➜  		"zh-CN/iot/GetShareSpeechModelAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetShareSpeechModelAudio.json",
2025-08-20T19:16:01.3847919Z [00:02:03.682]➜  		"zh-CN/iot/GetShareTaskByDeviceOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetShareTaskByDeviceOpen.json",
2025-08-20T19:16:01.3848790Z [00:02:03.682]➜  		"zh-CN/iot/GetSoundCodeAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSoundCodeAudio.json",
2025-08-20T19:16:01.3849716Z [00:02:03.682]➜  		"zh-CN/iot/GetSoundCodeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSoundCodeSchedule.json",
2025-08-20T19:16:01.3850627Z [00:02:03.682]➜  		"zh-CN/iot/GetSpeechDeviceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSpeechDeviceDetail.json",
2025-08-20T19:16:01.3851774Z [00:02:03.682]➜  		"zh-CN/iot/GetSpeechLicenseDeviceStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSpeechLicenseDeviceStatistics.json",
2025-08-20T19:16:01.3852937Z [00:02:03.682]➜  		"zh-CN/iot/GetSpeechVoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSpeechVoice.json",
2025-08-20T19:16:01.3854064Z [00:02:03.682]➜  		"zh-CN/iot/GetStudioAppTokenOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetStudioAppTokenOpen.json",
2025-08-20T19:16:01.3855100Z [00:02:03.682]➜  		"zh-CN/iot/GetThingModelStatusInner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingModelStatusInner.json",
2025-08-20T19:16:01.3855973Z [00:02:03.682]➜  		"zh-CN/iot/GetThingModelTsl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingModelTsl.json",
2025-08-20T19:16:01.3857005Z [00:02:03.682]➜  		"zh-CN/iot/GetThingModelTslPublished.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingModelTslPublished.json",
2025-08-20T19:16:01.3857823Z [00:02:03.682]➜  		"zh-CN/iot/GetThingScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingScript.json",
2025-08-20T19:16:01.3858624Z [00:02:03.682]➜  		"zh-CN/iot/GetThingTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingTemplate.json",
2025-08-20T19:16:01.3859402Z [00:02:03.682]➜  		"zh-CN/iot/GetThingTopo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingTopo.json",
2025-08-20T19:16:01.3860380Z [00:02:03.682]➜  		"zh-CN/iot/GisQueryDeviceLocation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GisQueryDeviceLocation.json",
2025-08-20T19:16:01.3861361Z [00:02:03.682]➜  		"zh-CN/iot/GisSearchDeviceTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GisSearchDeviceTrace.json",
2025-08-20T19:16:01.3862203Z [00:02:03.682]➜  		"zh-CN/iot/ImportDTData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ImportDTData.json",
2025-08-20T19:16:01.3863249Z [00:02:03.682]➜  		"zh-CN/iot/ImportDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ImportDevice.json",
2025-08-20T19:16:01.3864272Z [00:02:03.682]➜  		"zh-CN/iot/ImportThingModelTsl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ImportThingModelTsl.json",
2025-08-20T19:16:01.3865300Z [00:02:03.682]➜  		"zh-CN/iot/InvokeDataAPIService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/InvokeDataAPIService.json",
2025-08-20T19:16:01.3866287Z [00:02:03.682]➜  		"zh-CN/iot/InvokeThingService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/InvokeThingService.json",
2025-08-20T19:16:01.3867230Z [00:02:03.682]➜  		"zh-CN/iot/InvokeThingsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/InvokeThingsService.json",
2025-08-20T19:16:01.3868150Z [00:02:03.682]➜  		"zh-CN/iot/ListAnalyticsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListAnalyticsData.json",
2025-08-20T19:16:01.3869303Z [00:02:03.682]➜  		"zh-CN/iot/ListDataSourceItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDataSourceItem.json",
2025-08-20T19:16:01.3870218Z [00:02:03.682]➜  		"zh-CN/iot/ListDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDestination.json",
2025-08-20T19:16:01.3871453Z [00:02:03.682]➜  		"zh-CN/iot/ListDeviceDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDeviceDistributeJob.json",
2025-08-20T19:16:01.3872663Z [00:02:03.682]➜  		"zh-CN/iot/ListDistributedDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDistributedDevice.json",
2025-08-20T19:16:01.3873698Z [00:02:03.682]➜  		"zh-CN/iot/ListDistributedProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDistributedProduct.json",
2025-08-20T19:16:01.3874464Z [00:02:03.682]➜  		"zh-CN/iot/ListJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListJob.json",
2025-08-20T19:16:01.3875343Z [00:02:03.682]➜  		"zh-CN/iot/ListOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAFirmware.json",
2025-08-20T19:16:01.3876359Z [00:02:03.682]➜  		"zh-CN/iot/ListOTAJobByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAJobByDevice.json",
2025-08-20T19:16:01.3877391Z [00:02:03.682]➜  		"zh-CN/iot/ListOTAJobByFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAJobByFirmware.json",
2025-08-20T19:16:01.3878318Z [00:02:03.682]➜  		"zh-CN/iot/ListOTAModuleByProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAModuleByProduct.json",
2025-08-20T19:16:01.3879406Z [00:02:03.682]➜  		"zh-CN/iot/ListOTAModuleVersionsByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAModuleVersionsByDevice.json",
2025-08-20T19:16:01.3880245Z [00:02:03.682]➜  		"zh-CN/iot/ListOTATaskByJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTATaskByJob.json",
2025-08-20T19:16:01.3881346Z [00:02:03.682]➜  		"zh-CN/iot/ListOTAUnfinishedTaskByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAUnfinishedTaskByDevice.json",
2025-08-20T19:16:01.3882106Z [00:02:03.682]➜  		"zh-CN/iot/ListParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListParser.json",
2025-08-20T19:16:01.3883231Z [00:02:03.682]➜  		"zh-CN/iot/ListParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListParserDataSource.json",
2025-08-20T19:16:01.3884161Z [00:02:03.682]➜  		"zh-CN/iot/ListParserDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListParserDestination.json",
2025-08-20T19:16:01.3885050Z [00:02:03.682]➜  		"zh-CN/iot/ListPowerStation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListPowerStation.json",
2025-08-20T19:16:01.3885936Z [00:02:03.682]➜  		"zh-CN/iot/ListProductByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListProductByTags.json",
2025-08-20T19:16:01.3886791Z [00:02:03.682]➜  		"zh-CN/iot/ListProductTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListProductTags.json",
2025-08-20T19:16:01.3887497Z [00:02:03.682]➜  		"zh-CN/iot/ListRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListRule.json",
2025-08-20T19:16:01.3888332Z [00:02:03.682]➜  		"zh-CN/iot/ListRuleActions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListRuleActions.json",
2025-08-20T19:16:01.3889036Z [00:02:03.682]➜  		"zh-CN/iot/ListTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListTask.json",
2025-08-20T19:16:01.3889970Z [00:02:03.682]➜  		"zh-CN/iot/ListThingModelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListThingModelVersion.json",
2025-08-20T19:16:01.3890848Z [00:02:03.682]➜  		"zh-CN/iot/ListThingTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListThingTemplates.json",
2025-08-20T19:16:01.3891930Z [00:02:03.682]➜  		"zh-CN/iot/ModifyOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ModifyOTAFirmware.json",
2025-08-20T19:16:01.3893019Z [00:02:03.682]➜  		"zh-CN/iot/ModifyPowerStation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ModifyPowerStation.json",
2025-08-20T19:16:01.3894037Z [00:02:03.682]➜  		"zh-CN/iot/NotifyAddThingTopo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/NotifyAddThingTopo.json",
2025-08-20T19:16:01.3894843Z [00:02:03.682]➜  		"zh-CN/iot/OpenIotService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/OpenIotService.json",
2025-08-20T19:16:01.3895985Z [00:02:03.682]➜  		"zh-CN/iot/PackageSoundCodeLabelBatchAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PackageSoundCodeLabelBatchAudio.json",
2025-08-20T19:16:01.3897026Z [00:02:03.682]➜  		"zh-CN/iot/PageQuerySharedSpeechOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PageQuerySharedSpeechOpen.json",
2025-08-20T19:16:01.3898199Z [00:02:03.682]➜  		"zh-CN/iot/PageQuerySpeechBroadcastHour.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PageQuerySpeechBroadcastHour.json",
2025-08-20T19:16:01.3899062Z [00:02:03.682]➜  		"zh-CN/iot/PrintByTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PrintByTemplate.json",
2025-08-20T19:16:01.3899771Z [00:02:03.682]➜  		"zh-CN/iot/Pub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/Pub.json",
2025-08-20T19:16:01.3900553Z [00:02:03.682]➜  		"zh-CN/iot/PubBroadcast.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PubBroadcast.json",
2025-08-20T19:16:01.3901346Z [00:02:03.682]➜  		"zh-CN/iot/PublishScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishScript.json",
2025-08-20T19:16:01.3902198Z [00:02:03.682]➜  		"zh-CN/iot/PublishStudioApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishStudioApp.json",
2025-08-20T19:16:01.3903271Z [00:02:03.682]➜  		"zh-CN/iot/PublishThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishThingModel.json",
2025-08-20T19:16:01.3904318Z [00:02:03.682]➜  		"zh-CN/iot/PublishThingModelAsync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishThingModelAsync.json",
2025-08-20T19:16:01.3905431Z [00:02:03.682]➜  		"zh-CN/iot/PublishThingModelAsyncInner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishThingModelAsyncInner.json",
2025-08-20T19:16:01.3906241Z [00:02:03.682]➜  		"zh-CN/iot/PushSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PushSpeech.json",
2025-08-20T19:16:01.3907396Z [00:02:03.682]➜  		"zh-CN/iot/QueryBatchRegisterDeviceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryBatchRegisterDeviceStatus.json",
2025-08-20T19:16:01.3908373Z [00:02:03.682]➜  		"zh-CN/iot/QueryCertUrlByApplyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryCertUrlByApplyId.json",
2025-08-20T19:16:01.3909251Z [00:02:03.682]➜  		"zh-CN/iot/QueryClientIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryClientIds.json",
2025-08-20T19:16:01.3910378Z [00:02:03.682]➜  		"zh-CN/iot/QueryConsumerGroupByGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryConsumerGroupByGroupId.json",
2025-08-20T19:16:01.3911399Z [00:02:03.682]➜  		"zh-CN/iot/QueryConsumerGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryConsumerGroupList.json",
2025-08-20T19:16:01.3912664Z [00:02:03.682]➜  		"zh-CN/iot/QueryConsumerGroupStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryConsumerGroupStatus.json",
2025-08-20T19:16:01.3913781Z [00:02:03.682]➜  		"zh-CN/iot/QueryCustomTimelineTableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryCustomTimelineTableStatus.json",
2025-08-20T19:16:01.3914736Z [00:02:03.682]➜  		"zh-CN/iot/QueryDetailSceneRuleLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDetailSceneRuleLog.json",
2025-08-20T19:16:01.3915740Z [00:02:03.682]➜  		"zh-CN/iot/QueryDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevice.json",
2025-08-20T19:16:01.3916711Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceBySQL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceBySQL.json",
2025-08-20T19:16:01.3917614Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceByStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceByStatus.json",
2025-08-20T19:16:01.3918475Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceByTags.json",
2025-08-20T19:16:01.3919306Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceCert.json",
2025-08-20T19:16:01.3920311Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceDesiredProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceDesiredProperty.json",
2025-08-20T19:16:01.3921280Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceDetail.json",
2025-08-20T19:16:01.3922585Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceDistributeDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceDistributeDetail.json",
2025-08-20T19:16:01.3923602Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceDistributeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceDistributeJob.json",
2025-08-20T19:16:01.3924507Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceEventData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceEventData.json",
2025-08-20T19:16:01.3925327Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceFile.json",
2025-08-20T19:16:01.3926198Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceFileList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceFileList.json",
2025-08-20T19:16:01.3927182Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceGroupByDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupByDevice.json",
2025-08-20T19:16:01.3928086Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceGroupByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupByTags.json",
2025-08-20T19:16:01.3928981Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceGroupInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupInfo.json",
2025-08-20T19:16:01.3929886Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupList.json",
2025-08-20T19:16:01.3930835Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceGroupTagList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupTagList.json",
2025-08-20T19:16:01.3931623Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceInfo.json",
2025-08-20T19:16:01.3932851Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceListByDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceListByDeviceGroup.json",
2025-08-20T19:16:01.3933867Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceOriginalEventData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceOriginalEventData.json",
2025-08-20T19:16:01.3934979Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceOriginalPropertyData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceOriginalPropertyData.json",
2025-08-20T19:16:01.3936115Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceOriginalPropertyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceOriginalPropertyStatus.json",
2025-08-20T19:16:01.3937215Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceOriginalServiceData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceOriginalServiceData.json",
2025-08-20T19:16:01.3938194Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceProp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceProp.json",
2025-08-20T19:16:01.3939293Z [00:02:03.682]➜  		"zh-CN/iot/QueryDevicePropertiesData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicePropertiesData.json",
2025-08-20T19:16:01.3940275Z [00:02:03.682]➜  		"zh-CN/iot/QueryDevicePropertyData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicePropertyData.json",
2025-08-20T19:16:01.3941292Z [00:02:03.682]➜  		"zh-CN/iot/QueryDevicePropertyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicePropertyStatus.json",
2025-08-20T19:16:01.3942266Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceProvisioning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceProvisioning.json",
2025-08-20T19:16:01.3943430Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceServiceData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceServiceData.json",
2025-08-20T19:16:01.3944417Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceSpeech.json",
2025-08-20T19:16:01.3945427Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceStatistics.json",
2025-08-20T19:16:01.3946351Z [00:02:03.682]➜  		"zh-CN/iot/QueryDeviceSubTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceSubTopic.json",
2025-08-20T19:16:01.3947229Z [00:02:03.683]➜  		"zh-CN/iot/QueryDeviceTunnel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceTunnel.json",
2025-08-20T19:16:01.3948313Z [00:02:03.683]➜  		"zh-CN/iot/QueryDevicesHotStorageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicesHotStorageData.json",
2025-08-20T19:16:01.3949563Z [00:02:03.683]➜  		"zh-CN/iot/QueryDevicesHotStorageDataStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicesHotStorageDataStatus.json",
2025-08-20T19:16:01.3950627Z [00:02:03.683]➜  		"zh-CN/iot/QueryDynamicGroupDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDynamicGroupDevices.json",
2025-08-20T19:16:01.3951542Z [00:02:03.683]➜  		"zh-CN/iot/QueryEdgeDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeDriver.json",
2025-08-20T19:16:01.3952749Z [00:02:03.683]➜  		"zh-CN/iot/QueryEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeDriverVersion.json",
2025-08-20T19:16:01.3953675Z [00:02:03.683]➜  		"zh-CN/iot/QueryEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstance.json",
2025-08-20T19:16:01.3954728Z [00:02:03.683]➜  		"zh-CN/iot/QueryEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceChannel.json",
2025-08-20T19:16:01.3955780Z [00:02:03.683]➜  		"zh-CN/iot/QueryEdgeInstanceDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceDevice.json",
2025-08-20T19:16:01.3956965Z [00:02:03.683]➜  		"zh-CN/iot/QueryEdgeInstanceDeviceByDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceDeviceByDriver.json",
2025-08-20T19:16:01.3958015Z [00:02:03.683]➜  		"zh-CN/iot/QueryEdgeInstanceDriver.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceDriver.json",
2025-08-20T19:16:01.3959077Z [00:02:03.683]➜  		"zh-CN/iot/QueryEdgeInstanceGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceGateway.json",
2025-08-20T19:16:01.3960365Z [00:02:03.683]➜  		"zh-CN/iot/QueryEdgeInstanceHistoricDeployment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceHistoricDeployment.json",
2025-08-20T19:16:01.3961557Z [00:02:03.683]➜  		"zh-CN/iot/QueryEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceMessageRouting.json",
2025-08-20T19:16:01.3963037Z [00:02:03.683]➜  		"zh-CN/iot/QueryEdgeInstanceSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceSceneRule.json",
2025-08-20T19:16:01.3964365Z [00:02:03.683]➜  		"zh-CN/iot/QueryImportedDeviceByApplyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryImportedDeviceByApplyId.json",
2025-08-20T19:16:01.3965119Z [00:02:03.683]➜  		"zh-CN/iot/QueryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryJob.json",
2025-08-20T19:16:01.3966064Z [00:02:03.683]➜  		"zh-CN/iot/QueryJobStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryJobStatistics.json",
2025-08-20T19:16:01.3967049Z [00:02:03.683]➜  		"zh-CN/iot/QueryLicenseDeviceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryLicenseDeviceList.json",
2025-08-20T19:16:01.3968112Z [00:02:03.683]➜  		"zh-CN/iot/QueryLoRaJoinPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryLoRaJoinPermissions.json",
2025-08-20T19:16:01.3969159Z [00:02:03.683]➜  		"zh-CN/iot/QueryMessageInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryMessageInfo.json",
2025-08-20T19:16:01.3970121Z [00:02:03.683]➜  		"zh-CN/iot/QueryOTAFirmware.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryOTAFirmware.json",
2025-08-20T19:16:01.3970893Z [00:02:03.683]➜  		"zh-CN/iot/QueryOTAJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryOTAJob.json",
2025-08-20T19:16:01.3971791Z [00:02:03.683]➜  		"zh-CN/iot/QueryPageByApplyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryPageByApplyId.json",
2025-08-20T19:16:01.3972762Z [00:02:03.683]➜  		"zh-CN/iot/QueryProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProduct.json",
2025-08-20T19:16:01.3973700Z [00:02:03.683]➜  		"zh-CN/iot/QueryProductCertInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProductCertInfo.json",
2025-08-20T19:16:01.3974559Z [00:02:03.683]➜  		"zh-CN/iot/QueryProductList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProductList.json",
2025-08-20T19:16:01.3975484Z [00:02:03.683]➜  		"zh-CN/iot/QueryProductTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProductTopic.json",
2025-08-20T19:16:01.3976575Z [00:02:03.683]➜  		"zh-CN/iot/QueryProjectShareDeviceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProjectShareDeviceList.json",
2025-08-20T19:16:01.3977439Z [00:02:03.683]➜  		"zh-CN/iot/QuerySceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySceneRule.json",
2025-08-20T19:16:01.3978497Z [00:02:03.683]➜  		"zh-CN/iot/QuerySchedulePeriodList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySchedulePeriodList.json",
2025-08-20T19:16:01.3979744Z [00:02:03.683]➜  		"zh-CN/iot/QueryShareProductNameByProductKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryShareProductNameByProductKey.json",
2025-08-20T19:16:01.3981061Z [00:02:03.683]➜  		"zh-CN/iot/QuerySharePromotionActivityAuditResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySharePromotionActivityAuditResult.json",
2025-08-20T19:16:01.3982081Z [00:02:03.683]➜  		"zh-CN/iot/QueryShareTaskDeviceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryShareTaskDeviceList.json",
2025-08-20T19:16:01.3983333Z [00:02:03.683]➜  		"zh-CN/iot/QuerySolutionDeviceGroupPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySolutionDeviceGroupPage.json",
2025-08-20T19:16:01.3984543Z [00:02:03.683]➜  		"zh-CN/iot/QuerySoundCodeLabelBatchFailedResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeLabelBatchFailedResult.json",
2025-08-20T19:16:01.3985731Z [00:02:03.683]➜  		"zh-CN/iot/QuerySoundCodeLabelBatchList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeLabelBatchList.json",
2025-08-20T19:16:01.3986694Z [00:02:03.683]➜  		"zh-CN/iot/QuerySoundCodeLabelList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeLabelList.json",
2025-08-20T19:16:01.3987673Z [00:02:03.683]➜  		"zh-CN/iot/QuerySoundCodeList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeList.json",
2025-08-20T19:16:01.3988682Z [00:02:03.683]➜  		"zh-CN/iot/QuerySoundCodeScheduleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeScheduleList.json",
2025-08-20T19:16:01.3989436Z [00:02:03.683]➜  		"zh-CN/iot/QuerySpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeech.json",
2025-08-20T19:16:01.3990276Z [00:02:03.683]➜  		"zh-CN/iot/QuerySpeechDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechDevice.json",
2025-08-20T19:16:01.3991547Z [00:02:03.683]➜  		"zh-CN/iot/QuerySpeechLicenseAvailableQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechLicenseAvailableQuota.json",
2025-08-20T19:16:01.3992875Z [00:02:03.683]➜  		"zh-CN/iot/QuerySpeechLicenseDeviceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechLicenseDeviceList.json",
2025-08-20T19:16:01.3993711Z [00:02:03.683]➜  		"zh-CN/iot/QuerySpeechList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechList.json",
2025-08-20T19:16:01.3994581Z [00:02:03.683]➜  		"zh-CN/iot/QuerySpeechPushJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechPushJob.json",
2025-08-20T19:16:01.3995551Z [00:02:03.683]➜  		"zh-CN/iot/QuerySpeechPushJobDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechPushJobDevice.json",
2025-08-20T19:16:01.3996523Z [00:02:03.683]➜  		"zh-CN/iot/QuerySpeechPushJobSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechPushJobSpeech.json",
2025-08-20T19:16:01.3997601Z [00:02:03.683]➜  		"zh-CN/iot/QueryStudioAppDomainListOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryStudioAppDomainListOpen.json",
2025-08-20T19:16:01.3998505Z [00:02:03.683]➜  		"zh-CN/iot/QueryStudioAppList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryStudioAppList.json",
2025-08-20T19:16:01.3999543Z [00:02:03.683]➜  		"zh-CN/iot/QueryStudioAppPageListOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryStudioAppPageListOpen.json",
2025-08-20T19:16:01.4000506Z [00:02:03.683]➜  		"zh-CN/iot/QueryStudioProjectList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryStudioProjectList.json",
2025-08-20T19:16:01.4001433Z [00:02:03.683]➜  		"zh-CN/iot/QuerySubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySubscribeRelation.json",
2025-08-20T19:16:01.4002581Z [00:02:03.683]➜  		"zh-CN/iot/QuerySummarySceneRuleLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySummarySceneRuleLog.json",
2025-08-20T19:16:01.4003511Z [00:02:03.683]➜  		"zh-CN/iot/QuerySuperDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySuperDeviceGroup.json",
2025-08-20T19:16:01.4004234Z [00:02:03.683]➜  		"zh-CN/iot/QueryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryTask.json",
2025-08-20T19:16:01.4005042Z [00:02:03.683]➜  		"zh-CN/iot/QueryThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryThingModel.json",
2025-08-20T19:16:01.4006068Z [00:02:03.683]➜  		"zh-CN/iot/QueryThingModelExtendConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryThingModelExtendConfig.json",
2025-08-20T19:16:01.4007293Z [00:02:03.683]➜  		"zh-CN/iot/QueryThingModelExtendConfigPublished.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryThingModelExtendConfigPublished.json",
2025-08-20T19:16:01.4008487Z [00:02:03.683]➜  		"zh-CN/iot/QueryThingModelPublished.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryThingModelPublished.json",
2025-08-20T19:16:01.4009477Z [00:02:03.683]➜  		"zh-CN/iot/QueryTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryTopicConfig.json",
2025-08-20T19:16:01.4010550Z [00:02:03.683]➜  		"zh-CN/iot/QueryTopicReverseRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryTopicReverseRouteTable.json",
2025-08-20T19:16:01.4011491Z [00:02:03.683]➜  		"zh-CN/iot/QueryTopicRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryTopicRouteTable.json",
2025-08-20T19:16:01.4012537Z [00:02:03.683]➜  		"zh-CN/iot/QueryVehicleDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryVehicleDevice.json",
2025-08-20T19:16:01.4013222Z [00:02:03.683]➜  		"zh-CN/iot/RRpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RRpc.json",
2025-08-20T19:16:01.4014153Z [00:02:03.683]➜  		"zh-CN/iot/ReBindLicenseDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReBindLicenseDevice.json",
2025-08-20T19:16:01.4015180Z [00:02:03.683]➜  		"zh-CN/iot/RecognizeCarNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RecognizeCarNum.json",
2025-08-20T19:16:01.4016299Z [00:02:03.683]➜  		"zh-CN/iot/RecognizePictureGeneral.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RecognizePictureGeneral.json",
2025-08-20T19:16:01.4017481Z [00:02:03.683]➜  		"zh-CN/iot/RefreshDeviceTunnelSharePassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RefreshDeviceTunnelSharePassword.json",
2025-08-20T19:16:01.4018515Z [00:02:03.683]➜  		"zh-CN/iot/RefreshStudioAppTokenOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RefreshStudioAppTokenOpen.json",
2025-08-20T19:16:01.4019348Z [00:02:03.683]➜  		"zh-CN/iot/RegisterDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RegisterDevice.json",
2025-08-20T19:16:01.4020390Z [00:02:03.683]➜  		"zh-CN/iot/ReleaseEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReleaseEdgeDriverVersion.json",
2025-08-20T19:16:01.4021240Z [00:02:03.683]➜  		"zh-CN/iot/ReleaseProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReleaseProduct.json",
2025-08-20T19:16:01.4022088Z [00:02:03.683]➜  		"zh-CN/iot/RemoveThingTopo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RemoveThingTopo.json",
2025-08-20T19:16:01.4023311Z [00:02:03.683]➜  		"zh-CN/iot/ReplaceEdgeInstanceGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReplaceEdgeInstanceGateway.json",
2025-08-20T19:16:01.4024002Z [00:02:03.683]➜  		"zh-CN/iot/RerunJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RerunJob.json",
2025-08-20T19:16:01.4025027Z [00:02:03.683]➜  		"zh-CN/iot/ResetConsumerGroupPosition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ResetConsumerGroupPosition.json",
2025-08-20T19:16:01.4025953Z [00:02:03.683]➜  		"zh-CN/iot/ResetDeviceTimeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ResetDeviceTimeline.json",
2025-08-20T19:16:01.4026690Z [00:02:03.683]➜  		"zh-CN/iot/ResetThing.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ResetThing.json",
2025-08-20T19:16:01.4027649Z [00:02:03.683]➜  		"zh-CN/iot/RetrySoundCodeLabelBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RetrySoundCodeLabelBatch.json",
2025-08-20T19:16:01.4028457Z [00:02:03.683]➜  		"zh-CN/iot/ReupgradeOTATask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReupgradeOTATask.json",
2025-08-20T19:16:01.4029258Z [00:02:03.683]➜  		"zh-CN/iot/SaveDeviceProp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SaveDeviceProp.json",
2025-08-20T19:16:01.4029997Z [00:02:03.683]➜  		"zh-CN/iot/SaveScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SaveScript.json",
2025-08-20T19:16:01.4031237Z [00:02:03.683]➜  		"zh-CN/iot/SetDeviceDesiredProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetDeviceDesiredProperty.json",
2025-08-20T19:16:01.4032341Z [00:02:03.683]➜  		"zh-CN/iot/SetDeviceGroupTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetDeviceGroupTags.json",
2025-08-20T19:16:01.4033486Z [00:02:03.683]➜  		"zh-CN/iot/SetDeviceProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetDeviceProperty.json",
2025-08-20T19:16:01.4034407Z [00:02:03.683]➜  		"zh-CN/iot/SetDevicesProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetDevicesProperty.json",
2025-08-20T19:16:01.4035523Z [00:02:03.683]➜  		"zh-CN/iot/SetEdgeInstanceDriverConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetEdgeInstanceDriverConfigs.json",
2025-08-20T19:16:01.4036466Z [00:02:03.683]➜  		"zh-CN/iot/SetProductCertInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetProductCertInfo.json",
2025-08-20T19:16:01.4037719Z [00:02:03.683]➜  		"zh-CN/iot/SetStudioProjectCooperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetStudioProjectCooperation.json",
2025-08-20T19:16:01.4038946Z [00:02:03.683]➜  		"zh-CN/iot/SetupStudioAppAuthModeOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetupStudioAppAuthModeOpen.json",
2025-08-20T19:16:01.4040045Z [00:02:03.683]➜  		"zh-CN/iot/ShareSpeechByCombination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ShareSpeechByCombination.json",
2025-08-20T19:16:01.4041021Z [00:02:03.683]➜  		"zh-CN/iot/SpeechByCombination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SpeechByCombination.json",
2025-08-20T19:16:01.4041947Z [00:02:03.683]➜  		"zh-CN/iot/SpeechBySynthesis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SpeechBySynthesis.json",
2025-08-20T19:16:01.4043072Z [00:02:03.683]➜  		"zh-CN/iot/StartPTDetection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StartPTDetection.json",
2025-08-20T19:16:01.4043913Z [00:02:03.683]➜  		"zh-CN/iot/StartParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StartParser.json",
2025-08-20T19:16:01.4044671Z [00:02:03.683]➜  		"zh-CN/iot/StartRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StartRule.json",
2025-08-20T19:16:01.4045430Z [00:02:03.683]➜  		"zh-CN/iot/StopParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StopParser.json",
2025-08-20T19:16:01.4046147Z [00:02:03.683]➜  		"zh-CN/iot/StopRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StopRule.json",
2025-08-20T19:16:01.4046985Z [00:02:03.683]➜  		"zh-CN/iot/SubscribeTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SubscribeTopic.json",
2025-08-20T19:16:01.4047972Z [00:02:03.683]➜  		"zh-CN/iot/SyncSpeechByCombination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SyncSpeechByCombination.json",
2025-08-20T19:16:01.4048750Z [00:02:03.683]➜  		"zh-CN/iot/TestSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/TestSpeech.json",
2025-08-20T19:16:01.4049534Z [00:02:03.683]➜  		"zh-CN/iot/TestSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/TestSwitch.json",
2025-08-20T19:16:01.4050459Z [00:02:03.683]➜  		"zh-CN/iot/TransformClientId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/TransformClientId.json",
2025-08-20T19:16:01.4051374Z [00:02:03.683]➜  		"zh-CN/iot/TriggerSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/TriggerSceneRule.json",
2025-08-20T19:16:01.4052809Z [00:02:03.683]➜  		"zh-CN/iot/UnbindApplicationFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindApplicationFromEdgeInstance.json",
2025-08-20T19:16:01.4053991Z [00:02:03.683]➜  		"zh-CN/iot/UnbindDriverFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindDriverFromEdgeInstance.json",
2025-08-20T19:16:01.4055186Z [00:02:03.683]➜  		"zh-CN/iot/UnbindLicenseProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindLicenseProduct.json",
2025-08-20T19:16:01.4056533Z [00:02:03.683]➜  		"zh-CN/iot/UnbindRoleFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindRoleFromEdgeInstance.json",
2025-08-20T19:16:01.4057789Z [00:02:03.683]➜  		"zh-CN/iot/UnbindSceneRuleFromEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindSceneRuleFromEdgeInstance.json",
2025-08-20T19:16:01.4058819Z [00:02:03.683]➜  		"zh-CN/iot/UpdateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateConsumerGroup.json",
2025-08-20T19:16:01.4059824Z [00:02:03.683]➜  		"zh-CN/iot/UpdateDestination.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateDestination.json",
2025-08-20T19:16:01.4060774Z [00:02:03.683]➜  		"zh-CN/iot/UpdateDeviceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateDeviceGroup.json",
2025-08-20T19:16:01.4061941Z [00:02:03.683]➜  		"zh-CN/iot/UpdateDeviceShadow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateDeviceShadow.json",
2025-08-20T19:16:01.4063385Z [00:02:03.683]➜  		"zh-CN/iot/UpdateEdgeDriverVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateEdgeDriverVersion.json",
2025-08-20T19:16:01.4064377Z [00:02:03.683]➜  		"zh-CN/iot/UpdateEdgeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateEdgeInstance.json",
2025-08-20T19:16:01.4065460Z [00:02:03.683]➜  		"zh-CN/iot/UpdateEdgeInstanceChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateEdgeInstanceChannel.json",
2025-08-20T19:16:01.4066694Z [00:02:03.683]➜  		"zh-CN/iot/UpdateEdgeInstanceMessageRouting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateEdgeInstanceMessageRouting.json",
2025-08-20T19:16:01.4067494Z [00:02:03.683]➜  		"zh-CN/iot/UpdateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateJob.json",
2025-08-20T19:16:01.4068329Z [00:02:03.683]➜  		"zh-CN/iot/UpdateOTAJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateOTAJob.json",
2025-08-20T19:16:01.4069228Z [00:02:03.683]➜  		"zh-CN/iot/UpdateOTAModule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateOTAModule.json",
2025-08-20T19:16:01.4070067Z [00:02:03.683]➜  		"zh-CN/iot/UpdateParser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateParser.json",
2025-08-20T19:16:01.4071068Z [00:02:03.683]➜  		"zh-CN/iot/UpdateParserDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateParserDataSource.json",
2025-08-20T19:16:01.4071887Z [00:02:03.683]➜  		"zh-CN/iot/UpdateProduct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateProduct.json",
2025-08-20T19:16:01.4073147Z [00:02:03.683]➜  		"zh-CN/iot/UpdateProductFilterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateProductFilterConfig.json",
2025-08-20T19:16:01.4074101Z [00:02:03.683]➜  		"zh-CN/iot/UpdateProductTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateProductTags.json",
2025-08-20T19:16:01.4075066Z [00:02:03.683]➜  		"zh-CN/iot/UpdateProductTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateProductTopic.json",
2025-08-20T19:16:01.4075850Z [00:02:03.683]➜  		"zh-CN/iot/UpdateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateRule.json",
2025-08-20T19:16:01.4076748Z [00:02:03.683]➜  		"zh-CN/iot/UpdateRuleAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateRuleAction.json",
2025-08-20T19:16:01.4077607Z [00:02:03.683]➜  		"zh-CN/iot/UpdateSceneRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSceneRule.json",
2025-08-20T19:16:01.4078527Z [00:02:03.683]➜  		"zh-CN/iot/UpdateSchedulePeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSchedulePeriod.json",
2025-08-20T19:16:01.4079520Z [00:02:03.683]➜  		"zh-CN/iot/UpdateSoundCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSoundCode.json",
2025-08-20T19:16:01.4080558Z [00:02:03.683]➜  		"zh-CN/iot/UpdateSoundCodeLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSoundCodeLabel.json",
2025-08-20T19:16:01.4081490Z [00:02:03.683]➜  		"zh-CN/iot/UpdateSoundCodeSchedule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSoundCodeSchedule.json",
2025-08-20T19:16:01.4082266Z [00:02:03.683]➜  		"zh-CN/iot/UpdateSpeech.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSpeech.json",
2025-08-20T19:16:01.4083476Z [00:02:03.683]➜  		"zh-CN/iot/UpdateSubscribeRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSubscribeRelation.json",
2025-08-20T19:16:01.4084414Z [00:02:03.683]➜  		"zh-CN/iot/UpdateThingModel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateThingModel.json",
2025-08-20T19:16:01.4085527Z [00:02:03.683]➜  		"zh-CN/iot/UpdateThingScript.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateThingScript.json",
2025-08-20T19:16:01.4086641Z [00:02:03.683]➜  		"zh-CN/iot/UpdateTopicConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateTopicConfig.json",
2025-08-20T19:16:01.4087792Z [00:02:03.683]➜  		"zh-CN/iot/WriteDevicesHotStorageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/WriteDevicesHotStorageData.json",
2025-08-20T19:16:01.4088551Z [00:02:03.683]➜  		"zh-CN/iot/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/version.json",
2025-08-20T19:16:01.4089476Z [00:02:03.683]➜  		"zh-CN/kms/AsymmetricDecrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/AsymmetricDecrypt.json",
2025-08-20T19:16:01.4090457Z [00:02:03.683]➜  		"zh-CN/kms/AsymmetricEncrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/AsymmetricEncrypt.json",
2025-08-20T19:16:01.4091399Z [00:02:03.683]➜  		"zh-CN/kms/AsymmetricSign.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/AsymmetricSign.json",
2025-08-20T19:16:01.4092817Z [00:02:03.683]➜  		"zh-CN/kms/AsymmetricVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/AsymmetricVerify.json",
2025-08-20T19:16:01.4093896Z [00:02:03.683]➜  		"zh-CN/kms/CancelKeyDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CancelKeyDeletion.json",
2025-08-20T19:16:01.4095036Z [00:02:03.683]➜  		"zh-CN/kms/CertificatePrivateKeyDecrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CertificatePrivateKeyDecrypt.json",
2025-08-20T19:16:01.4096121Z [00:02:03.683]➜  		"zh-CN/kms/CertificatePrivateKeySign.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CertificatePrivateKeySign.json",
2025-08-20T19:16:01.4097265Z [00:02:03.683]➜  		"zh-CN/kms/CertificatePublicKeyEncrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CertificatePublicKeyEncrypt.json",
2025-08-20T19:16:01.4098389Z [00:02:03.683]➜  		"zh-CN/kms/CertificatePublicKeyVerify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CertificatePublicKeyVerify.json",
2025-08-20T19:16:01.4099353Z [00:02:03.683]➜  		"zh-CN/kms/ConnectKmsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ConnectKmsInstance.json",
2025-08-20T19:16:01.4100199Z [00:02:03.683]➜  		"zh-CN/kms/CreateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateAlias.json",
2025-08-20T19:16:01.4101341Z [00:02:03.683]➜  		"zh-CN/kms/CreateApplicationAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateApplicationAccessPoint.json",
2025-08-20T19:16:01.4102271Z [00:02:03.683]➜  		"zh-CN/kms/CreateCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateCertificate.json",
2025-08-20T19:16:01.4103574Z [00:02:03.683]➜  		"zh-CN/kms/CreateClientKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateClientKey.json",
2025-08-20T19:16:01.4104362Z [00:02:03.683]➜  		"zh-CN/kms/CreateKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateKey.json",
2025-08-20T19:16:01.4105438Z [00:02:03.683]➜  		"zh-CN/kms/CreateKeyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateKeyVersion.json",
2025-08-20T19:16:01.4106346Z [00:02:03.683]➜  		"zh-CN/kms/CreateNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateNetworkRule.json",
2025-08-20T19:16:01.4107159Z [00:02:03.683]➜  		"zh-CN/kms/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreatePolicy.json",
2025-08-20T19:16:01.4107986Z [00:02:03.683]➜  		"zh-CN/kms/CreateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateSecret.json",
2025-08-20T19:16:01.4108703Z [00:02:03.683]➜  		"zh-CN/kms/Decrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/Decrypt.json",
2025-08-20T19:16:01.4109679Z [00:02:03.683]➜  		"zh-CN/kms/DeleteAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteAlias.json",
2025-08-20T19:16:01.4110967Z [00:02:03.683]➜  		"zh-CN/kms/DeleteApplicationAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteApplicationAccessPoint.json",
2025-08-20T19:16:01.4111908Z [00:02:03.683]➜  		"zh-CN/kms/DeleteCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteCertificate.json",
2025-08-20T19:16:01.4112975Z [00:02:03.683]➜  		"zh-CN/kms/DeleteClientKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteClientKey.json",
2025-08-20T19:16:01.4113797Z [00:02:03.683]➜  		"zh-CN/kms/DeleteKeyMaterial.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteKeyMaterial.json",
2025-08-20T19:16:01.4114624Z [00:02:03.683]➜  		"zh-CN/kms/DeleteNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteNetworkRule.json",
2025-08-20T19:16:01.4115461Z [00:02:03.683]➜  		"zh-CN/kms/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeletePolicy.json",
2025-08-20T19:16:01.4116233Z [00:02:03.683]➜  		"zh-CN/kms/DeleteSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteSecret.json",
2025-08-20T19:16:01.4117211Z [00:02:03.683]➜  		"zh-CN/kms/DescribeAccountKmsStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeAccountKmsStatus.json",
2025-08-20T19:16:01.4118293Z [00:02:03.683]➜  		"zh-CN/kms/DescribeApplicationAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeApplicationAccessPoint.json",
2025-08-20T19:16:01.4119164Z [00:02:03.683]➜  		"zh-CN/kms/DescribeCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeCertificate.json",
2025-08-20T19:16:01.4119899Z [00:02:03.683]➜  		"zh-CN/kms/DescribeKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeKey.json",
2025-08-20T19:16:01.4120771Z [00:02:03.683]➜  		"zh-CN/kms/DescribeKeyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeKeyVersion.json",
2025-08-20T19:16:01.4121684Z [00:02:03.683]➜  		"zh-CN/kms/DescribeNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeNetworkRule.json",
2025-08-20T19:16:01.4122634Z [00:02:03.683]➜  		"zh-CN/kms/DescribePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribePolicy.json",
2025-08-20T19:16:01.4123459Z [00:02:03.683]➜  		"zh-CN/kms/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeRegions.json",
2025-08-20T19:16:01.4124258Z [00:02:03.683]➜  		"zh-CN/kms/DescribeSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeSecret.json",
2025-08-20T19:16:01.4125000Z [00:02:03.684]➜  		"zh-CN/kms/DisableKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DisableKey.json",
2025-08-20T19:16:01.4125839Z [00:02:03.684]➜  		"zh-CN/kms/EnableKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/EnableKey.json",
2025-08-20T19:16:01.4126632Z [00:02:03.684]➜  		"zh-CN/kms/Encrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/Encrypt.json",
2025-08-20T19:16:01.4127449Z [00:02:03.684]➜  		"zh-CN/kms/ExportDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ExportDataKey.json",
2025-08-20T19:16:01.4128423Z [00:02:03.684]➜  		"zh-CN/kms/GenerateAndExportDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GenerateAndExportDataKey.json",
2025-08-20T19:16:01.4129238Z [00:02:03.684]➜  		"zh-CN/kms/GenerateDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GenerateDataKey.json",
2025-08-20T19:16:01.4130344Z [00:02:03.684]➜  		"zh-CN/kms/GenerateDataKeyWithoutPlaintext.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GenerateDataKeyWithoutPlaintext.json",
2025-08-20T19:16:01.4131243Z [00:02:03.684]➜  		"zh-CN/kms/GetCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetCertificate.json",
2025-08-20T19:16:01.4132004Z [00:02:03.684]➜  		"zh-CN/kms/GetClientKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetClientKey.json",
2025-08-20T19:16:01.4133182Z [00:02:03.684]➜  		"zh-CN/kms/GetKmsInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetKmsInstance.json",
2025-08-20T19:16:01.4134238Z [00:02:03.684]➜  		"zh-CN/kms/GetParametersForImport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetParametersForImport.json",
2025-08-20T19:16:01.4135085Z [00:02:03.684]➜  		"zh-CN/kms/GetPublicKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetPublicKey.json",
2025-08-20T19:16:01.4136018Z [00:02:03.684]➜  		"zh-CN/kms/GetRandomPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetRandomPassword.json",
2025-08-20T19:16:01.4136918Z [00:02:03.684]➜  		"zh-CN/kms/GetSecretValue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetSecretValue.json",
2025-08-20T19:16:01.4137908Z [00:02:03.684]➜  		"zh-CN/kms/ImportKeyMaterial.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ImportKeyMaterial.json",
2025-08-20T19:16:01.4138757Z [00:02:03.684]➜  		"zh-CN/kms/ListAliases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListAliases.json",
2025-08-20T19:16:01.4139697Z [00:02:03.684]➜  		"zh-CN/kms/ListAliasesByKeyId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListAliasesByKeyId.json",
2025-08-20T19:16:01.4140809Z [00:02:03.684]➜  		"zh-CN/kms/ListApplicationAccessPoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListApplicationAccessPoints.json",
2025-08-20T19:16:01.4141675Z [00:02:03.684]➜  		"zh-CN/kms/ListClientKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListClientKeys.json",
2025-08-20T19:16:01.4143295Z [00:02:03.684]➜  		"zh-CN/kms/ListKeyVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListKeyVersions.json",
2025-08-20T19:16:01.4144077Z [00:02:03.684]➜  		"zh-CN/kms/ListKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListKeys.json",
2025-08-20T19:16:01.4145136Z [00:02:03.684]➜  		"zh-CN/kms/ListKmsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListKmsInstances.json",
2025-08-20T19:16:01.4146048Z [00:02:03.684]➜  		"zh-CN/kms/ListNetworkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListNetworkRules.json",
2025-08-20T19:16:01.4146867Z [00:02:03.684]➜  		"zh-CN/kms/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListPolicies.json",
2025-08-20T19:16:01.4147777Z [00:02:03.684]➜  		"zh-CN/kms/ListResourceTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListResourceTags.json",
2025-08-20T19:16:01.4148722Z [00:02:03.684]➜  		"zh-CN/kms/ListSecretVersionIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListSecretVersionIds.json",
2025-08-20T19:16:01.4149569Z [00:02:03.684]➜  		"zh-CN/kms/ListSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListSecrets.json",
2025-08-20T19:16:01.4150425Z [00:02:03.684]➜  		"zh-CN/kms/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListTagResources.json",
2025-08-20T19:16:01.4151281Z [00:02:03.684]➜  		"zh-CN/kms/OpenKmsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/OpenKmsService.json",
2025-08-20T19:16:01.4152128Z [00:02:03.684]➜  		"zh-CN/kms/PutSecretValue.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/PutSecretValue.json",
2025-08-20T19:16:01.4153103Z [00:02:03.684]➜  		"zh-CN/kms/ReEncrypt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ReEncrypt.json",
2025-08-20T19:16:01.4153946Z [00:02:03.684]➜  		"zh-CN/kms/RestoreSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/RestoreSecret.json",
2025-08-20T19:16:01.4154951Z [00:02:03.684]➜  		"zh-CN/kms/RotateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/RotateSecret.json",
2025-08-20T19:16:01.4156066Z [00:02:03.684]➜  		"zh-CN/kms/ScheduleKeyDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ScheduleKeyDeletion.json",
2025-08-20T19:16:01.4157084Z [00:02:03.684]➜  		"zh-CN/kms/SetDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/SetDeletionProtection.json",
2025-08-20T19:16:01.4157915Z [00:02:03.684]➜  		"zh-CN/kms/TagResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/TagResource.json",
2025-08-20T19:16:01.4158759Z [00:02:03.684]➜  		"zh-CN/kms/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/TagResources.json",
2025-08-20T19:16:01.4159588Z [00:02:03.684]➜  		"zh-CN/kms/UntagResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UntagResource.json",
2025-08-20T19:16:01.4160446Z [00:02:03.684]➜  		"zh-CN/kms/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UntagResources.json",
2025-08-20T19:16:01.4161255Z [00:02:03.684]➜  		"zh-CN/kms/UpdateAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateAlias.json",
2025-08-20T19:16:01.4162615Z [00:02:03.684]➜  		"zh-CN/kms/UpdateApplicationAccessPoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateApplicationAccessPoint.json",
2025-08-20T19:16:01.4163670Z [00:02:03.684]➜  		"zh-CN/kms/UpdateCertificateStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateCertificateStatus.json",
2025-08-20T19:16:01.4164647Z [00:02:03.684]➜  		"zh-CN/kms/UpdateKeyDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateKeyDescription.json",
2025-08-20T19:16:01.4165670Z [00:02:03.684]➜  		"zh-CN/kms/UpdateKmsInstanceBindVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateKmsInstanceBindVpc.json",
2025-08-20T19:16:01.4166770Z [00:02:03.684]➜  		"zh-CN/kms/UpdateNetworkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateNetworkRule.json",
2025-08-20T19:16:01.4167759Z [00:02:03.684]➜  		"zh-CN/kms/UpdatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdatePolicy.json",
2025-08-20T19:16:01.4168697Z [00:02:03.684]➜  		"zh-CN/kms/UpdateRotationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateRotationPolicy.json",
2025-08-20T19:16:01.4169516Z [00:02:03.684]➜  		"zh-CN/kms/UpdateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateSecret.json",
2025-08-20T19:16:01.4170571Z [00:02:03.684]➜  		"zh-CN/kms/UpdateSecretRotationPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateSecretRotationPolicy.json",
2025-08-20T19:16:01.4171610Z [00:02:03.684]➜  		"zh-CN/kms/UpdateSecretVersionStage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateSecretVersionStage.json",
2025-08-20T19:16:01.4172762Z [00:02:03.684]➜  		"zh-CN/kms/UploadCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UploadCertificate.json",
2025-08-20T19:16:01.4173519Z [00:02:03.684]➜  		"zh-CN/kms/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/version.json",
2025-08-20T19:16:01.4174463Z [00:02:03.684]➜  		"zh-CN/live/AddCasterComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterComponent.json",
2025-08-20T19:16:01.4175366Z [00:02:03.684]➜  		"zh-CN/live/AddCasterEpisode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterEpisode.json",
2025-08-20T19:16:01.4176341Z [00:02:03.684]➜  		"zh-CN/live/AddCasterEpisodeGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterEpisodeGroup.json",
2025-08-20T19:16:01.4177458Z [00:02:03.684]➜  		"zh-CN/live/AddCasterEpisodeGroupContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterEpisodeGroupContent.json",
2025-08-20T19:16:01.4178508Z [00:02:03.684]➜  		"zh-CN/live/AddCasterLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterLayout.json",
2025-08-20T19:16:01.4179572Z [00:02:03.684]➜  		"zh-CN/live/AddCasterProgram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterProgram.json",
2025-08-20T19:16:01.4180610Z [00:02:03.684]➜  		"zh-CN/live/AddCasterVideoResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterVideoResource.json",
2025-08-20T19:16:01.4181763Z [00:02:03.684]➜  		"zh-CN/live/AddCustomLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCustomLiveStreamTranscode.json",
2025-08-20T19:16:01.4182990Z [00:02:03.684]➜  		"zh-CN/live/AddLiveAppRecordConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveAppRecordConfig.json",
2025-08-20T19:16:01.4184064Z [00:02:03.684]➜  		"zh-CN/live/AddLiveAppSnapshotConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveAppSnapshotConfig.json",
2025-08-20T19:16:01.4185126Z [00:02:03.684]➜  		"zh-CN/live/AddLiveAudioAuditConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveAudioAuditConfig.json",
2025-08-20T19:16:01.4186289Z [00:02:03.684]➜  		"zh-CN/live/AddLiveAudioAuditNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveAudioAuditNotifyConfig.json",
2025-08-20T19:16:01.4187322Z [00:02:03.684]➜  		"zh-CN/live/AddLiveCenterTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveCenterTransfer.json",
2025-08-20T19:16:01.4188402Z [00:02:03.684]➜  		"zh-CN/live/AddLiveDetectNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveDetectNotifyConfig.json",
2025-08-20T19:16:01.4189296Z [00:02:03.684]➜  		"zh-CN/live/AddLiveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveDomain.json",
2025-08-20T19:16:01.4190506Z [00:02:03.684]➜  		"zh-CN/live/AddLiveDomainMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveDomainMapping.json",
2025-08-20T19:16:01.4191599Z [00:02:03.684]➜  		"zh-CN/live/AddLiveDomainPlayMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveDomainPlayMapping.json",
2025-08-20T19:16:01.4192962Z [00:02:03.684]➜  		"zh-CN/live/AddLivePackageConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLivePackageConfig.json",
2025-08-20T19:16:01.4194118Z [00:02:03.684]➜  		"zh-CN/live/AddLivePullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLivePullStreamInfoConfig.json",
2025-08-20T19:16:01.4195224Z [00:02:03.684]➜  		"zh-CN/live/AddLiveRecordNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveRecordNotifyConfig.json",
2025-08-20T19:16:01.4196257Z [00:02:03.684]➜  		"zh-CN/live/AddLiveRecordVodConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveRecordVodConfig.json",
2025-08-20T19:16:01.4197503Z [00:02:03.684]➜  		"zh-CN/live/AddLiveSnapshotDetectPornConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveSnapshotDetectPornConfig.json",
2025-08-20T19:16:01.4198650Z [00:02:03.684]➜  		"zh-CN/live/AddLiveSnapshotNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveSnapshotNotifyConfig.json",
2025-08-20T19:16:01.4199623Z [00:02:03.684]➜  		"zh-CN/live/AddLiveStreamMerge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveStreamMerge.json",
2025-08-20T19:16:01.4200660Z [00:02:03.684]➜  		"zh-CN/live/AddLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveStreamTranscode.json",
2025-08-20T19:16:01.4201701Z [00:02:03.684]➜  		"zh-CN/live/AddLiveStreamWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveStreamWatermark.json",
2025-08-20T19:16:01.4203024Z [00:02:03.684]➜  		"zh-CN/live/AddLiveStreamWatermarkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveStreamWatermarkRule.json",
2025-08-20T19:16:01.4204168Z [00:02:03.684]➜  		"zh-CN/live/AddMultiRateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddMultiRateConfig.json",
2025-08-20T19:16:01.4205273Z [00:02:03.684]➜  		"zh-CN/live/AddPlaylistItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddPlaylistItems.json",
2025-08-20T19:16:01.4206397Z [00:02:03.684]➜  		"zh-CN/live/AddRtsLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddRtsLiveStreamTranscode.json",
2025-08-20T19:16:01.4207371Z [00:02:03.684]➜  		"zh-CN/live/AddShowIntoShowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddShowIntoShowList.json",
2025-08-20T19:16:01.4208268Z [00:02:03.684]➜  		"zh-CN/live/AddStudioLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddStudioLayout.json",
2025-08-20T19:16:01.4209149Z [00:02:03.684]➜  		"zh-CN/live/AddTrancodeSEI.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddTrancodeSEI.json",
2025-08-20T19:16:01.4210057Z [00:02:03.684]➜  		"zh-CN/live/AllowPushStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AllowPushStream.json",
2025-08-20T19:16:01.4211206Z [00:02:03.684]➜  		"zh-CN/live/BatchDeleteLiveDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/BatchDeleteLiveDomainConfigs.json",
2025-08-20T19:16:01.4212201Z [00:02:03.684]➜  		"zh-CN/live/BatchGetOnlineUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/BatchGetOnlineUsers.json",
2025-08-20T19:16:01.4213426Z [00:02:03.684]➜  		"zh-CN/live/BatchSetLiveDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/BatchSetLiveDomainConfigs.json",
2025-08-20T19:16:01.4214361Z [00:02:03.684]➜  		"zh-CN/live/CancelMuteAllGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CancelMuteAllGroupUser.json",
2025-08-20T19:16:01.4215511Z [00:02:03.684]➜  		"zh-CN/live/CancelMuteGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CancelMuteGroupUser.json",
2025-08-20T19:16:01.4216695Z [00:02:03.684]➜  		"zh-CN/live/CheckLiveMessageUsersInGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CheckLiveMessageUsersInGroup.json",
2025-08-20T19:16:01.4217775Z [00:02:03.684]➜  		"zh-CN/live/CheckLiveMessageUsersOnline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CheckLiveMessageUsersOnline.json",
2025-08-20T19:16:01.4218593Z [00:02:03.684]➜  		"zh-CN/live/CloseLiveShift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CloseLiveShift.json",
2025-08-20T19:16:01.4219309Z [00:02:03.684]➜  		"zh-CN/live/CopyCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CopyCaster.json",
2025-08-20T19:16:01.4220210Z [00:02:03.684]➜  		"zh-CN/live/CopyCasterSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CopyCasterSceneConfig.json",
2025-08-20T19:16:01.4221047Z [00:02:03.684]➜  		"zh-CN/live/CreateCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateCaster.json",
2025-08-20T19:16:01.4222028Z [00:02:03.684]➜  		"zh-CN/live/CreateCustomTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateCustomTemplate.json",
2025-08-20T19:16:01.4223201Z [00:02:03.684]➜  		"zh-CN/live/CreateEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateEdgeTranscodeJob.json",
2025-08-20T19:16:01.4224031Z [00:02:03.684]➜  		"zh-CN/live/CreateEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateEventSub.json",
2025-08-20T19:16:01.4224992Z [00:02:03.684]➜  		"zh-CN/live/CreateLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveDelayConfig.json",
2025-08-20T19:16:01.4225897Z [00:02:03.684]➜  		"zh-CN/live/CreateLiveMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveMessageApp.json",
2025-08-20T19:16:01.4226968Z [00:02:03.684]➜  		"zh-CN/live/CreateLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveMessageGroup.json",
2025-08-20T19:16:01.4228120Z [00:02:03.684]➜  		"zh-CN/live/CreateLiveRealTimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveRealTimeLogDelivery.json",
2025-08-20T19:16:01.4229093Z [00:02:03.684]➜  		"zh-CN/live/CreateLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveStreamMonitor.json",
2025-08-20T19:16:01.4230255Z [00:02:03.684]➜  		"zh-CN/live/CreateLiveStreamRecordIndexFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveStreamRecordIndexFiles.json",
2025-08-20T19:16:01.4231322Z [00:02:03.684]➜  		"zh-CN/live/CreateLiveTranscodeTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveTranscodeTemplate.json",
2025-08-20T19:16:01.4232224Z [00:02:03.684]➜  		"zh-CN/live/CreateMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateMessageApp.json",
2025-08-20T19:16:01.4233343Z [00:02:03.684]➜  		"zh-CN/live/CreateMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateMessageGroup.json",
2025-08-20T19:16:01.4234225Z [00:02:03.684]➜  		"zh-CN/live/CreateMixStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateMixStream.json",
2025-08-20T19:16:01.4235371Z [00:02:03.684]➜  		"zh-CN/live/CreateRoomRealTimeStreamAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateRoomRealTimeStreamAddress.json",
2025-08-20T19:16:01.4236173Z [00:02:03.684]➜  		"zh-CN/live/DeleteCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCaster.json",
2025-08-20T19:16:01.4237121Z [00:02:03.684]➜  		"zh-CN/live/DeleteCasterComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterComponent.json",
2025-08-20T19:16:01.4238179Z [00:02:03.684]➜  		"zh-CN/live/DeleteCasterEpisode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterEpisode.json",
2025-08-20T19:16:01.4239267Z [00:02:03.684]➜  		"zh-CN/live/DeleteCasterEpisodeGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterEpisodeGroup.json",
2025-08-20T19:16:01.4240149Z [00:02:03.684]➜  		"zh-CN/live/DeleteCasterLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterLayout.json",
2025-08-20T19:16:01.4241061Z [00:02:03.684]➜  		"zh-CN/live/DeleteCasterProgram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterProgram.json",
2025-08-20T19:16:01.4242019Z [00:02:03.684]➜  		"zh-CN/live/DeleteCasterSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterSceneConfig.json",
2025-08-20T19:16:01.4243201Z [00:02:03.684]➜  		"zh-CN/live/DeleteCasterVideoResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterVideoResource.json",
2025-08-20T19:16:01.4244093Z [00:02:03.684]➜  		"zh-CN/live/DeleteChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteChannel.json",
2025-08-20T19:16:01.4245105Z [00:02:03.684]➜  		"zh-CN/live/DeleteCustomTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCustomTemplate.json",
2025-08-20T19:16:01.4246140Z [00:02:03.684]➜  		"zh-CN/live/DeleteEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteEdgeTranscodeJob.json",
2025-08-20T19:16:01.4247037Z [00:02:03.684]➜  		"zh-CN/live/DeleteEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteEventSub.json",
2025-08-20T19:16:01.4248115Z [00:02:03.684]➜  		"zh-CN/live/DeleteLiveAppRecordConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveAppRecordConfig.json",
2025-08-20T19:16:01.4249247Z [00:02:03.684]➜  		"zh-CN/live/DeleteLiveAppSnapshotConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveAppSnapshotConfig.json",
2025-08-20T19:16:01.4250609Z [00:02:03.684]➜  		"zh-CN/live/DeleteLiveAudioAuditConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveAudioAuditConfig.json",
2025-08-20T19:16:01.4252011Z [00:02:03.684]➜  		"zh-CN/live/DeleteLiveAudioAuditNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveAudioAuditNotifyConfig.json",
2025-08-20T19:16:01.4253237Z [00:02:03.684]➜  		"zh-CN/live/DeleteLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDelayConfig.json",
2025-08-20T19:16:01.4254410Z [00:02:03.684]➜  		"zh-CN/live/DeleteLiveDetectNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDetectNotifyConfig.json",
2025-08-20T19:16:01.4255345Z [00:02:03.684]➜  		"zh-CN/live/DeleteLiveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDomain.json",
2025-08-20T19:16:01.4256432Z [00:02:03.684]➜  		"zh-CN/live/DeleteLiveDomainMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDomainMapping.json",
2025-08-20T19:16:01.4257598Z [00:02:03.684]➜  		"zh-CN/live/DeleteLiveDomainPlayMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDomainPlayMapping.json",
2025-08-20T19:16:01.4258645Z [00:02:03.684]➜  		"zh-CN/live/DeleteLiveEdgeTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveEdgeTransfer.json",
2025-08-20T19:16:01.4259917Z [00:02:03.684]➜  		"zh-CN/live/DeleteLiveLazyPullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveLazyPullStreamInfoConfig.json",
2025-08-20T19:16:01.4260973Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveMessageGroup.json",
2025-08-20T19:16:01.4262342Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveMessageGroupMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveMessageGroupMessage.json",
2025-08-20T19:16:01.4263700Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveMessageUserMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveMessageUserMessage.json",
2025-08-20T19:16:01.4264976Z [00:02:03.685]➜  		"zh-CN/live/DeleteLivePackageConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLivePackageConfig.json",
2025-08-20T19:16:01.4266171Z [00:02:03.685]➜  		"zh-CN/live/DeleteLivePullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLivePullStreamInfoConfig.json",
2025-08-20T19:16:01.4267348Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveRealTimeLogLogstore.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveRealTimeLogLogstore.json",
2025-08-20T19:16:01.4268523Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveRealtimeLogDelivery.json",
2025-08-20T19:16:01.4269715Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveRecordNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveRecordNotifyConfig.json",
2025-08-20T19:16:01.4270843Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveRecordVodConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveRecordVodConfig.json",
2025-08-20T19:16:01.4272146Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveSnapshotDetectPornConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveSnapshotDetectPornConfig.json",
2025-08-20T19:16:01.4273488Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveSnapshotNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveSnapshotNotifyConfig.json",
2025-08-20T19:16:01.4274691Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveSpecificStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveSpecificStagingConfig.json",
2025-08-20T19:16:01.4275878Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveStreamBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamBlock.json",
2025-08-20T19:16:01.4277066Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveStreamMerge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamMerge.json",
2025-08-20T19:16:01.4278162Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamMonitor.json",
2025-08-20T19:16:01.4279409Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveStreamRecordIndexFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamRecordIndexFiles.json",
2025-08-20T19:16:01.4280532Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveStreamTranscode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamTranscode.json",
2025-08-20T19:16:01.4281635Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveStreamWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamWatermark.json",
2025-08-20T19:16:01.4283051Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveStreamWatermarkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamWatermarkRule.json",
2025-08-20T19:16:01.4284337Z [00:02:03.685]➜  		"zh-CN/live/DeleteLiveStreamsNotifyUrlConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:16:01.4285282Z [00:02:03.685]➜  		"zh-CN/live/DeleteMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteMessageApp.json",
2025-08-20T19:16:01.4286165Z [00:02:03.685]➜  		"zh-CN/live/DeleteMixStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteMixStream.json",
2025-08-20T19:16:01.4287185Z [00:02:03.685]➜  		"zh-CN/live/DeleteMultiRateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteMultiRateConfig.json",
2025-08-20T19:16:01.4288296Z [00:02:03.685]➜  		"zh-CN/live/DeletePlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeletePlaylist.json",
2025-08-20T19:16:01.4289440Z [00:02:03.685]➜  		"zh-CN/live/DeletePlaylistItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeletePlaylistItems.json",
2025-08-20T19:16:01.4290256Z [00:02:03.685]➜  		"zh-CN/live/DeleteRoom.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteRoom.json",
2025-08-20T19:16:01.4291367Z [00:02:03.685]➜  		"zh-CN/live/DeleteSnapshotCallbackAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteSnapshotCallbackAuth.json",
2025-08-20T19:16:01.4292336Z [00:02:03.685]➜  		"zh-CN/live/DeleteSnapshotFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteSnapshotFiles.json",
2025-08-20T19:16:01.4293559Z [00:02:03.685]➜  		"zh-CN/live/DeleteStudioLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteStudioLayout.json",
2025-08-20T19:16:01.4294680Z [00:02:03.685]➜  		"zh-CN/live/DescribeAutoShowListTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeAutoShowListTasks.json",
2025-08-20T19:16:01.4295729Z [00:02:03.685]➜  		"zh-CN/live/DescribeCasterChannels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterChannels.json",
2025-08-20T19:16:01.4296798Z [00:02:03.685]➜  		"zh-CN/live/DescribeCasterComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterComponents.json",
2025-08-20T19:16:01.4297780Z [00:02:03.685]➜  		"zh-CN/live/DescribeCasterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterConfig.json",
2025-08-20T19:16:01.4298775Z [00:02:03.685]➜  		"zh-CN/live/DescribeCasterLayouts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterLayouts.json",
2025-08-20T19:16:01.4299800Z [00:02:03.685]➜  		"zh-CN/live/DescribeCasterProgram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterProgram.json",
2025-08-20T19:16:01.4301073Z [00:02:03.685]➜  		"zh-CN/live/DescribeCasterSceneAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterSceneAudio.json",
2025-08-20T19:16:01.4302252Z [00:02:03.685]➜  		"zh-CN/live/DescribeCasterScenes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterScenes.json",
2025-08-20T19:16:01.4303460Z [00:02:03.685]➜  		"zh-CN/live/DescribeCasterStreamUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterStreamUrl.json",
2025-08-20T19:16:01.4304511Z [00:02:03.685]➜  		"zh-CN/live/DescribeCasterSyncGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterSyncGroup.json",
2025-08-20T19:16:01.4305641Z [00:02:03.685]➜  		"zh-CN/live/DescribeCasterVideoResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterVideoResources.json",
2025-08-20T19:16:01.4306544Z [00:02:03.685]➜  		"zh-CN/live/DescribeCasters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasters.json",
2025-08-20T19:16:01.4307671Z [00:02:03.685]➜  		"zh-CN/live/DescribeChannelParticipants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeChannelParticipants.json",
2025-08-20T19:16:01.4308671Z [00:02:03.685]➜  		"zh-CN/live/DescribeChannelUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeChannelUsers.json",
2025-08-20T19:16:01.4309726Z [00:02:03.685]➜  		"zh-CN/live/DescribeDomainUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeDomainUsageData.json",
2025-08-20T19:16:01.4310852Z [00:02:03.685]➜  		"zh-CN/live/DescribeDomainWithIntegrity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeDomainWithIntegrity.json",
2025-08-20T19:16:01.4312067Z [00:02:03.685]➜  		"zh-CN/live/DescribeForbidPushStreamRoomList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeForbidPushStreamRoomList.json",
2025-08-20T19:16:01.4313779Z [00:02:03.685]➜  		"zh-CN/live/DescribeHlsLiveStreamRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeHlsLiveStreamRealTimeBpsData.json",
2025-08-20T19:16:01.4315196Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveAudioAuditConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveAudioAuditConfig.json",
2025-08-20T19:16:01.4316479Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveAudioAuditNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveAudioAuditNotifyConfig.json",
2025-08-20T19:16:01.4317575Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveCenterTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveCenterTransfer.json",
2025-08-20T19:16:01.4318753Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveCertificateDetail.json",
2025-08-20T19:16:01.4319907Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveCertificateList.json",
2025-08-20T19:16:01.4320982Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDelayConfig.json",
2025-08-20T19:16:01.4322235Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDelayedStreamingUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDelayedStreamingUsage.json",
2025-08-20T19:16:01.4323672Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDetectNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDetectNotifyConfig.json",
2025-08-20T19:16:01.4324786Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDetectPornData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDetectPornData.json",
2025-08-20T19:16:01.4326056Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainBpsData.json",
2025-08-20T19:16:01.4327472Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainBpsDataByLayer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainBpsDataByLayer.json",
2025-08-20T19:16:01.4328809Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainBpsDataByTimeStamp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainBpsDataByTimeStamp.json",
2025-08-20T19:16:01.4330010Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainByCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainByCertificate.json",
2025-08-20T19:16:01.4331256Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainCertificateInfo.json",
2025-08-20T19:16:01.4332369Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainConfigs.json",
2025-08-20T19:16:01.4333512Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainDetail.json",
2025-08-20T19:16:01.4334818Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainFrameRateAndBitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainFrameRateAndBitRateData.json",
2025-08-20T19:16:01.4335777Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainLimit.json",
2025-08-20T19:16:01.4336701Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainLog.json",
2025-08-20T19:16:01.4337722Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainMapping.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainMapping.json",
2025-08-20T19:16:01.4339147Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainMonitoringUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainMonitoringUsageData.json",
2025-08-20T19:16:01.4340401Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainOnlineUserNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainOnlineUserNum.json",
2025-08-20T19:16:01.4341455Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainPushBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainPushBpsData.json",
2025-08-20T19:16:01.4342822Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainPushTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainPushTrafficData.json",
2025-08-20T19:16:01.4343854Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainPvUvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainPvUvData.json",
2025-08-20T19:16:01.4345066Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRealTimeBpsData.json",
2025-08-20T19:16:01.4346302Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainRealTimeHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRealTimeHttpCodeData.json",
2025-08-20T19:16:01.4347426Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainRealTimeTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRealTimeTrafficData.json",
2025-08-20T19:16:01.4348659Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRealtimeLogDelivery.json",
2025-08-20T19:16:01.4349717Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainRecordData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRecordData.json",
2025-08-20T19:16:01.4350974Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainRecordUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRecordUsageData.json",
2025-08-20T19:16:01.4352162Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainSnapshotData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainSnapshotData.json",
2025-08-20T19:16:01.4353433Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainStagingConfig.json",
2025-08-20T19:16:01.4354654Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainStreamTranscodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainStreamTranscodeData.json",
2025-08-20T19:16:01.4355783Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainTimeShiftData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainTimeShiftData.json",
2025-08-20T19:16:01.4356870Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainTrafficData.json",
2025-08-20T19:16:01.4357967Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDomainTranscodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainTranscodeData.json",
2025-08-20T19:16:01.4358954Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveDrmUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDrmUsageData.json",
2025-08-20T19:16:01.4359944Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveEdgeTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveEdgeTransfer.json",
2025-08-20T19:16:01.4360930Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveGrtnDuration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveGrtnDuration.json",
2025-08-20T19:16:01.4362128Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveGrtnTrafficUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveGrtnTrafficUsage.json",
2025-08-20T19:16:01.4363370Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveHttpsDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveHttpsDomainList.json",
2025-08-20T19:16:01.4364534Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveIpInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveIpInfo.json",
2025-08-20T19:16:01.4365758Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveLazyPullStreamConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveLazyPullStreamConfig.json",
2025-08-20T19:16:01.4366780Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveMessageApp.json",
2025-08-20T19:16:01.4367861Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveMessageGroup.json",
2025-08-20T19:16:01.4369377Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveMessageGroupBand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveMessageGroupBand.json",
2025-08-20T19:16:01.4370782Z [00:02:03.685]➜  		"zh-CN/live/DescribeLivePackageConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLivePackageConfig.json",
2025-08-20T19:16:01.4372050Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveProducerUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveProducerUsageData.json",
2025-08-20T19:16:01.4373615Z [00:02:03.685]➜  		"zh-CN/live/DescribeLivePullStreamConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLivePullStreamConfig.json",
2025-08-20T19:16:01.4374774Z [00:02:03.685]➜  		"zh-CN/live/DescribeLivePushProxyLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLivePushProxyLog.json",
2025-08-20T19:16:01.4375973Z [00:02:03.685]➜  		"zh-CN/live/DescribeLivePushProxyUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLivePushProxyUsageData.json",
2025-08-20T19:16:01.4377181Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveRealtimeDeliveryAcc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRealtimeDeliveryAcc.json",
2025-08-20T19:16:01.4378425Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveRealtimeLogAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRealtimeLogAuthorized.json",
2025-08-20T19:16:01.4379496Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveRecordConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRecordConfig.json",
2025-08-20T19:16:01.4380705Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveRecordNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRecordNotifyConfig.json",
2025-08-20T19:16:01.4381945Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveRecordNotifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRecordNotifyRecords.json",
2025-08-20T19:16:01.4383297Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveRecordVodConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRecordVodConfigs.json",
2025-08-20T19:16:01.4384407Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveShiftConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveShiftConfigs.json",
2025-08-20T19:16:01.4385526Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveSnapshotConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveSnapshotConfig.json",
2025-08-20T19:16:01.4386846Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveSnapshotDetectPornConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveSnapshotDetectPornConfig.json",
2025-08-20T19:16:01.4388083Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveSnapshotNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveSnapshotNotifyConfig.json",
2025-08-20T19:16:01.4389474Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamAuthChecking.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamAuthChecking.json",
2025-08-20T19:16:01.4390821Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamBitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamBitRateData.json",
2025-08-20T19:16:01.4391884Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamCount.json",
2025-08-20T19:16:01.4393205Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamDelayConfig.json",
2025-08-20T19:16:01.4394448Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamHistoryUserNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamHistoryUserNum.json",
2025-08-20T19:16:01.4395908Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamMetricDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamMetricDetailData.json",
2025-08-20T19:16:01.4405557Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamMonitorList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamMonitorList.json",
2025-08-20T19:16:01.4407046Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamOptimizedFeatureConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamOptimizedFeatureConfig.json",
2025-08-20T19:16:01.4408254Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamPreloadTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamPreloadTasks.json",
2025-08-20T19:16:01.4409632Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamPushMetricDetailData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamPushMetricDetailData.json",
2025-08-20T19:16:01.4410884Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamRecordContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamRecordContent.json",
2025-08-20T19:16:01.4412171Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamRecordIndexFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamRecordIndexFile.json",
2025-08-20T19:16:01.4413787Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamRecordIndexFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamRecordIndexFiles.json",
2025-08-20T19:16:01.4415067Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamSnapshotInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamSnapshotInfo.json",
2025-08-20T19:16:01.4416143Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamState.json",
2025-08-20T19:16:01.4417390Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamTranscodeInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamTranscodeInfo.json",
2025-08-20T19:16:01.4418758Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamTranscodeMetricData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamTranscodeMetricData.json",
2025-08-20T19:16:01.4420080Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamTranscodeStreamNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamTranscodeStreamNum.json",
2025-08-20T19:16:01.4421307Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamWatermarkRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamWatermarkRules.json",
2025-08-20T19:16:01.4422660Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamWatermarks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamWatermarks.json",
2025-08-20T19:16:01.4423996Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamsBlockList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsBlockList.json",
2025-08-20T19:16:01.4425293Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamsControlHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsControlHistory.json",
2025-08-20T19:16:01.4426465Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamsNotifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsNotifyRecords.json",
2025-08-20T19:16:01.4427655Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamsNotifyUrlConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:16:01.4428768Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamsOnlineList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsOnlineList.json",
2025-08-20T19:16:01.4430027Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamsPublishList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsPublishList.json",
2025-08-20T19:16:01.4431290Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveStreamsTotalCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsTotalCount.json",
2025-08-20T19:16:01.4432314Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveTagResources.json",
2025-08-20T19:16:01.4433598Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveTopDomainsByFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveTopDomainsByFlow.json",
2025-08-20T19:16:01.4434730Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveUserBillPrediction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveUserBillPrediction.json",
2025-08-20T19:16:01.4435727Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveUserDomains.json",
2025-08-20T19:16:01.4436692Z [00:02:03.685]➜  		"zh-CN/live/DescribeLiveUserTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveUserTags.json",
2025-08-20T19:16:01.4437878Z [00:02:03.685]➜  		"zh-CN/live/DescribeMeterLiveInteractionDau.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeMeterLiveInteractionDau.json",
2025-08-20T19:16:01.4438956Z [00:02:03.685]➜  		"zh-CN/live/DescribeMeterLiveRtcDuration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeMeterLiveRtcDuration.json",
2025-08-20T19:16:01.4439901Z [00:02:03.685]➜  		"zh-CN/live/DescribeMixStreamList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeMixStreamList.json",
2025-08-20T19:16:01.4441106Z [00:02:03.685]➜  		"zh-CN/live/DescribeRTSNativeSDKFirstFrameCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKFirstFrameCost.json",
2025-08-20T19:16:01.4442325Z [00:02:03.685]➜  		"zh-CN/live/DescribeRTSNativeSDKFirstFrameDelay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKFirstFrameDelay.json",
2025-08-20T19:16:01.4443736Z [00:02:03.685]➜  		"zh-CN/live/DescribeRTSNativeSDKPlayFailStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKPlayFailStatus.json",
2025-08-20T19:16:01.4444878Z [00:02:03.685]➜  		"zh-CN/live/DescribeRTSNativeSDKPlayTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKPlayTime.json",
2025-08-20T19:16:01.4446010Z [00:02:03.685]➜  		"zh-CN/live/DescribeRTSNativeSDKVvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKVvData.json",
2025-08-20T19:16:01.4447146Z [00:02:03.685]➜  		"zh-CN/live/DescribeRoomKickoutUserList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRoomKickoutUserList.json",
2025-08-20T19:16:01.4448292Z [00:02:03.685]➜  		"zh-CN/live/DescribeRoomList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRoomList.json",
2025-08-20T19:16:01.4449430Z [00:02:03.685]➜  		"zh-CN/live/DescribeRoomStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRoomStatus.json",
2025-08-20T19:16:01.4450366Z [00:02:03.685]➜  		"zh-CN/live/DescribeShowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeShowList.json",
2025-08-20T19:16:01.4451483Z [00:02:03.685]➜  		"zh-CN/live/DescribeStreamLocationBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeStreamLocationBlock.json",
2025-08-20T19:16:01.4452743Z [00:02:03.685]➜  		"zh-CN/live/DescribeStudioLayouts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeStudioLayouts.json",
2025-08-20T19:16:01.4453802Z [00:02:03.685]➜  		"zh-CN/live/DescribeToutiaoLivePlay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeToutiaoLivePlay.json",
2025-08-20T19:16:01.4455090Z [00:02:03.685]➜  		"zh-CN/live/DescribeToutiaoLivePublish.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeToutiaoLivePublish.json",
2025-08-20T19:16:01.4456289Z [00:02:03.685]➜  		"zh-CN/live/DescribeUpBpsPeakData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeUpBpsPeakData.json",
2025-08-20T19:16:01.4457344Z [00:02:03.685]➜  		"zh-CN/live/DescribeUpBpsPeakOfLine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeUpBpsPeakOfLine.json",
2025-08-20T19:16:01.4458562Z [00:02:03.685]➜  		"zh-CN/live/DescribeUpPeakPublishStreamData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeUpPeakPublishStreamData.json",
2025-08-20T19:16:01.4459733Z [00:02:03.685]➜  		"zh-CN/live/DisableLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DisableLiveRealtimeLogDelivery.json",
2025-08-20T19:16:01.4460984Z [00:02:03.685]➜  		"zh-CN/live/DynamicUpdateWaterMarkStreamRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DynamicUpdateWaterMarkStreamRule.json",
2025-08-20T19:16:01.4461827Z [00:02:03.685]➜  		"zh-CN/live/EditPlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EditPlaylist.json",
2025-08-20T19:16:01.4462994Z [00:02:03.685]➜  		"zh-CN/live/EditShowAndReplace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EditShowAndReplace.json",
2025-08-20T19:16:01.4463947Z [00:02:03.685]➜  		"zh-CN/live/EffectCasterUrgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EffectCasterUrgent.json",
2025-08-20T19:16:01.4465039Z [00:02:03.685]➜  		"zh-CN/live/EffectCasterVideoResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EffectCasterVideoResource.json",
2025-08-20T19:16:01.4466197Z [00:02:03.685]➜  		"zh-CN/live/EnableLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EnableLiveRealtimeLogDelivery.json",
2025-08-20T19:16:01.4467138Z [00:02:03.685]➜  		"zh-CN/live/ForbidLiveStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ForbidLiveStream.json",
2025-08-20T19:16:01.4468051Z [00:02:03.685]➜  		"zh-CN/live/ForbidPushStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ForbidPushStream.json",
2025-08-20T19:16:01.4469064Z [00:02:03.685]➜  		"zh-CN/live/GetAllCustomTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetAllCustomTemplates.json",
2025-08-20T19:16:01.4469960Z [00:02:03.685]➜  		"zh-CN/live/GetCustomTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetCustomTemplate.json",
2025-08-20T19:16:01.4470881Z [00:02:03.685]➜  		"zh-CN/live/GetEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetEdgeTranscodeJob.json",
2025-08-20T19:16:01.4471892Z [00:02:03.685]➜  		"zh-CN/live/GetEdgeTranscodeTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetEdgeTranscodeTemplate.json",
2025-08-20T19:16:01.4473120Z [00:02:03.685]➜  		"zh-CN/live/GetEditingJobInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetEditingJobInfo.json",
2025-08-20T19:16:01.4474090Z [00:02:03.685]➜  		"zh-CN/live/GetMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMessageApp.json",
2025-08-20T19:16:01.4474945Z [00:02:03.685]➜  		"zh-CN/live/GetMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMessageGroup.json",
2025-08-20T19:16:01.4475805Z [00:02:03.685]➜  		"zh-CN/live/GetMessageToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMessageToken.json",
2025-08-20T19:16:01.4476736Z [00:02:03.685]➜  		"zh-CN/live/GetMultiRateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMultiRateConfig.json",
2025-08-20T19:16:01.4477748Z [00:02:03.686]➜  		"zh-CN/live/GetMultiRateConfigList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMultiRateConfigList.json",
2025-08-20T19:16:01.4478747Z [00:02:03.686]➜  		"zh-CN/live/HotLiveRtcStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/HotLiveRtcStream.json",
2025-08-20T19:16:01.4479907Z [00:02:03.686]➜  		"zh-CN/live/InitializeAutoShowListTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/InitializeAutoShowListTask.json",
2025-08-20T19:16:01.4480769Z [00:02:03.686]➜  		"zh-CN/live/JoinMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/JoinMessageGroup.json",
2025-08-20T19:16:01.4481773Z [00:02:03.686]➜  		"zh-CN/live/KickLiveMessageGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/KickLiveMessageGroupUser.json",
2025-08-20T19:16:01.4482833Z [00:02:03.686]➜  		"zh-CN/live/LeaveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/LeaveMessageGroup.json",
2025-08-20T19:16:01.4483796Z [00:02:03.686]➜  		"zh-CN/live/ListEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListEdgeTranscodeJob.json",
2025-08-20T19:16:01.4484916Z [00:02:03.686]➜  		"zh-CN/live/ListEdgeTranscodeTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListEdgeTranscodeTemplate.json",
2025-08-20T19:16:01.4485786Z [00:02:03.686]➜  		"zh-CN/live/ListEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListEventSub.json",
2025-08-20T19:16:01.4486715Z [00:02:03.686]➜  		"zh-CN/live/ListEventSubEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListEventSubEvent.json",
2025-08-20T19:16:01.4487716Z [00:02:03.686]➜  		"zh-CN/live/ListLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveDelayConfig.json",
2025-08-20T19:16:01.4488707Z [00:02:03.686]➜  		"zh-CN/live/ListLiveMessageApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveMessageApps.json",
2025-08-20T19:16:01.4489869Z [00:02:03.686]➜  		"zh-CN/live/ListLiveMessageGroupMessages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveMessageGroupMessages.json",
2025-08-20T19:16:01.4491005Z [00:02:03.686]➜  		"zh-CN/live/ListLiveMessageGroupUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveMessageGroupUsers.json",
2025-08-20T19:16:01.4492057Z [00:02:03.686]➜  		"zh-CN/live/ListLiveMessageGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveMessageGroups.json",
2025-08-20T19:16:01.4493382Z [00:02:03.686]➜  		"zh-CN/live/ListLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveRealtimeLogDelivery.json",
2025-08-20T19:16:01.4494677Z [00:02:03.686]➜  		"zh-CN/live/ListLiveRealtimeLogDeliveryDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveRealtimeLogDeliveryDomains.json",
2025-08-20T19:16:01.4495903Z [00:02:03.686]➜  		"zh-CN/live/ListLiveRealtimeLogDeliveryInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveRealtimeLogDeliveryInfos.json",
2025-08-20T19:16:01.4496936Z [00:02:03.686]➜  		"zh-CN/live/ListMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessage.json",
2025-08-20T19:16:01.4497961Z [00:02:03.686]➜  		"zh-CN/live/ListMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessageApp.json",
2025-08-20T19:16:01.4498871Z [00:02:03.686]➜  		"zh-CN/live/ListMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessageGroup.json",
2025-08-20T19:16:01.4499847Z [00:02:03.686]➜  		"zh-CN/live/ListMessageGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessageGroupUser.json",
2025-08-20T19:16:01.4500899Z [00:02:03.686]➜  		"zh-CN/live/ListMessageGroupUserById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessageGroupUserById.json",
2025-08-20T19:16:01.4501748Z [00:02:03.686]➜  		"zh-CN/live/ListPlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListPlaylist.json",
2025-08-20T19:16:01.4503025Z [00:02:03.686]➜  		"zh-CN/live/ListPlaylistItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListPlaylistItems.json",
2025-08-20T19:16:01.4504225Z [00:02:03.686]➜  		"zh-CN/live/ModifyCasterComponent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterComponent.json",
2025-08-20T19:16:01.4505196Z [00:02:03.686]➜  		"zh-CN/live/ModifyCasterEpisode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterEpisode.json",
2025-08-20T19:16:01.4506152Z [00:02:03.686]➜  		"zh-CN/live/ModifyCasterLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterLayout.json",
2025-08-20T19:16:01.4507124Z [00:02:03.686]➜  		"zh-CN/live/ModifyCasterProgram.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterProgram.json",
2025-08-20T19:16:01.4508214Z [00:02:03.686]➜  		"zh-CN/live/ModifyCasterVideoResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterVideoResource.json",
2025-08-20T19:16:01.4509395Z [00:02:03.686]➜  		"zh-CN/live/ModifyLiveDomainSchdmByProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveDomainSchdmByProperty.json",
2025-08-20T19:16:01.4510452Z [00:02:03.686]➜  		"zh-CN/live/ModifyLiveMessageAppAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageAppAudit.json",
2025-08-20T19:16:01.4511557Z [00:02:03.686]➜  		"zh-CN/live/ModifyLiveMessageAppCallback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageAppCallback.json",
2025-08-20T19:16:01.4512838Z [00:02:03.686]➜  		"zh-CN/live/ModifyLiveMessageAppDisable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageAppDisable.json",
2025-08-20T19:16:01.4513831Z [00:02:03.686]➜  		"zh-CN/live/ModifyLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageGroup.json",
2025-08-20T19:16:01.4514894Z [00:02:03.686]➜  		"zh-CN/live/ModifyLiveMessageGroupBand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageGroupBand.json",
2025-08-20T19:16:01.4515999Z [00:02:03.686]➜  		"zh-CN/live/ModifyLiveMessageUserInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageUserInfo.json",
2025-08-20T19:16:01.4517096Z [00:02:03.686]➜  		"zh-CN/live/ModifyLiveRealtimeLogDelivery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveRealtimeLogDelivery.json",
2025-08-20T19:16:01.4517942Z [00:02:03.686]➜  		"zh-CN/live/ModifyShowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyShowList.json",
2025-08-20T19:16:01.4518832Z [00:02:03.686]➜  		"zh-CN/live/ModifyStudioLayout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyStudioLayout.json",
2025-08-20T19:16:01.4519700Z [00:02:03.686]➜  		"zh-CN/live/MuteAllGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/MuteAllGroupUser.json",
2025-08-20T19:16:01.4520728Z [00:02:03.686]➜  		"zh-CN/live/MuteGroupUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/MuteGroupUser.json",
2025-08-20T19:16:01.4521684Z [00:02:03.686]➜  		"zh-CN/live/OpenLiveShift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/OpenLiveShift.json",
2025-08-20T19:16:01.4522751Z [00:02:03.686]➜  		"zh-CN/live/PlayChoosenShow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/PlayChoosenShow.json",
2025-08-20T19:16:01.4524041Z [00:02:03.686]➜  		"zh-CN/live/PublishLiveStagingConfigToProduction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/PublishLiveStagingConfigToProduction.json",
2025-08-20T19:16:01.4524911Z [00:02:03.686]➜  		"zh-CN/live/QueryMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/QueryMessageApp.json",
2025-08-20T19:16:01.4525946Z [00:02:03.686]➜  		"zh-CN/live/QuerySnapshotCallbackAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/QuerySnapshotCallbackAuth.json",
2025-08-20T19:16:01.4527129Z [00:02:03.686]➜  		"zh-CN/live/RealTimeRecordCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RealTimeRecordCommand.json",
2025-08-20T19:16:01.4528237Z [00:02:03.686]➜  		"zh-CN/live/RealTimeSnapshotCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RealTimeSnapshotCommand.json",
2025-08-20T19:16:01.4529213Z [00:02:03.686]➜  		"zh-CN/live/RemoveShowFromShowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RemoveShowFromShowList.json",
2025-08-20T19:16:01.4530082Z [00:02:03.686]➜  		"zh-CN/live/RemoveTerminals.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RemoveTerminals.json",
2025-08-20T19:16:01.4530924Z [00:02:03.686]➜  		"zh-CN/live/RestartCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RestartCaster.json",
2025-08-20T19:16:01.4531813Z [00:02:03.686]➜  		"zh-CN/live/ResumeLiveStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ResumeLiveStream.json",
2025-08-20T19:16:01.4533063Z [00:02:03.686]➜  		"zh-CN/live/RollbackLiveStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RollbackLiveStagingConfig.json",
2025-08-20T19:16:01.4533809Z [00:02:03.686]➜  		"zh-CN/live/SendLike.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendLike.json",
2025-08-20T19:16:01.4534737Z [00:02:03.686]➜  		"zh-CN/live/SendLiveMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendLiveMessageGroup.json",
2025-08-20T19:16:01.4535629Z [00:02:03.686]➜  		"zh-CN/live/SendLiveMessageUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendLiveMessageUser.json",
2025-08-20T19:16:01.4536525Z [00:02:03.686]➜  		"zh-CN/live/SendMessageToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendMessageToGroup.json",
2025-08-20T19:16:01.4537517Z [00:02:03.686]➜  		"zh-CN/live/SendMessageToGroupUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendMessageToGroupUsers.json",
2025-08-20T19:16:01.4538441Z [00:02:03.686]➜  		"zh-CN/live/SendRoomNotification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendRoomNotification.json",
2025-08-20T19:16:01.4539473Z [00:02:03.686]➜  		"zh-CN/live/SendRoomUserNotification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendRoomUserNotification.json",
2025-08-20T19:16:01.4540353Z [00:02:03.686]➜  		"zh-CN/live/SetCasterChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterChannel.json",
2025-08-20T19:16:01.4541244Z [00:02:03.686]➜  		"zh-CN/live/SetCasterConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterConfig.json",
2025-08-20T19:16:01.4542177Z [00:02:03.686]➜  		"zh-CN/live/SetCasterSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterSceneConfig.json",
2025-08-20T19:16:01.4543663Z [00:02:03.686]➜  		"zh-CN/live/SetCasterSyncGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterSyncGroup.json",
2025-08-20T19:16:01.4544762Z [00:02:03.686]➜  		"zh-CN/live/SetCasterTimedEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterTimedEvent.json",
2025-08-20T19:16:01.4545816Z [00:02:03.686]➜  		"zh-CN/live/SetLiveDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveDomainCertificate.json",
2025-08-20T19:16:01.4546882Z [00:02:03.686]➜  		"zh-CN/live/SetLiveDomainStagingConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveDomainStagingConfig.json",
2025-08-20T19:16:01.4547804Z [00:02:03.686]➜  		"zh-CN/live/SetLiveEdgeTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveEdgeTransfer.json",
2025-08-20T19:16:01.4548940Z [00:02:03.686]➜  		"zh-CN/live/SetLiveLazyPullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveLazyPullStreamInfoConfig.json",
2025-08-20T19:16:01.4550004Z [00:02:03.686]➜  		"zh-CN/live/SetLiveMpuTaskSei.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveMpuTaskSei.json",
2025-08-20T19:16:01.4551006Z [00:02:03.686]➜  		"zh-CN/live/SetLiveStreamBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamBlock.json",
2025-08-20T19:16:01.4552024Z [00:02:03.686]➜  		"zh-CN/live/SetLiveStreamDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamDelayConfig.json",
2025-08-20T19:16:01.4553515Z [00:02:03.686]➜  		"zh-CN/live/SetLiveStreamOptimizedFeatureConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamOptimizedFeatureConfig.json",
2025-08-20T19:16:01.4554630Z [00:02:03.686]➜  		"zh-CN/live/SetLiveStreamPreloadTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamPreloadTasks.json",
2025-08-20T19:16:01.4555808Z [00:02:03.686]➜  		"zh-CN/live/SetLiveStreamsNotifyUrlConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamsNotifyUrlConfig.json",
2025-08-20T19:16:01.4556877Z [00:02:03.686]➜  		"zh-CN/live/SetSnapshotCallbackAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetSnapshotCallbackAuth.json",
2025-08-20T19:16:01.4557707Z [00:02:03.686]➜  		"zh-CN/live/StartCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartCaster.json",
2025-08-20T19:16:01.4558618Z [00:02:03.686]➜  		"zh-CN/live/StartCasterScene.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartCasterScene.json",
2025-08-20T19:16:01.4559637Z [00:02:03.686]➜  		"zh-CN/live/StartEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartEdgeTranscodeJob.json",
2025-08-20T19:16:01.4560522Z [00:02:03.686]➜  		"zh-CN/live/StartLiveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartLiveDomain.json",
2025-08-20T19:16:01.4561437Z [00:02:03.686]➜  		"zh-CN/live/StartLiveMPUTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartLiveMPUTask.json",
2025-08-20T19:16:01.4562678Z [00:02:03.686]➜  		"zh-CN/live/StartLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartLiveStreamMonitor.json",
2025-08-20T19:16:01.4563576Z [00:02:03.686]➜  		"zh-CN/live/StartPlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartPlaylist.json",
2025-08-20T19:16:01.4564371Z [00:02:03.686]➜  		"zh-CN/live/StopCaster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopCaster.json",
2025-08-20T19:16:01.4565272Z [00:02:03.686]➜  		"zh-CN/live/StopCasterScene.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopCasterScene.json",
2025-08-20T19:16:01.4566277Z [00:02:03.686]➜  		"zh-CN/live/StopEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopEdgeTranscodeJob.json",
2025-08-20T19:16:01.4567382Z [00:02:03.686]➜  		"zh-CN/live/StopLiveDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopLiveDomain.json",
2025-08-20T19:16:01.4568293Z [00:02:03.686]➜  		"zh-CN/live/StopLiveMPUTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopLiveMPUTask.json",
2025-08-20T19:16:01.4569488Z [00:02:03.686]➜  		"zh-CN/live/StopLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopLiveStreamMonitor.json",
2025-08-20T19:16:01.4570378Z [00:02:03.686]➜  		"zh-CN/live/StopPlaylist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopPlaylist.json",
2025-08-20T19:16:01.4571295Z [00:02:03.686]➜  		"zh-CN/live/TagLiveResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/TagLiveResources.json",
2025-08-20T19:16:01.4572265Z [00:02:03.686]➜  		"zh-CN/live/UnTagLiveResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UnTagLiveResources.json",
2025-08-20T19:16:01.4573480Z [00:02:03.686]➜  		"zh-CN/live/UpdateCasterSceneAudio.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateCasterSceneAudio.json",
2025-08-20T19:16:01.4574669Z [00:02:03.686]➜  		"zh-CN/live/UpdateCasterSceneConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateCasterSceneConfig.json",
2025-08-20T19:16:01.4575847Z [00:02:03.686]➜  		"zh-CN/live/UpdateEdgeTranscodeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateEdgeTranscodeJob.json",
2025-08-20T19:16:01.4576773Z [00:02:03.686]➜  		"zh-CN/live/UpdateEventSub.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateEventSub.json",
2025-08-20T19:16:01.4577870Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveAppRecordConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveAppRecordConfig.json",
2025-08-20T19:16:01.4579012Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveAppSnapshotConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveAppSnapshotConfig.json",
2025-08-20T19:16:01.4580133Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveAudioAuditConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveAudioAuditConfig.json",
2025-08-20T19:16:01.4581402Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveAudioAuditNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveAudioAuditNotifyConfig.json",
2025-08-20T19:16:01.4582708Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveCenterTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveCenterTransfer.json",
2025-08-20T19:16:01.4583765Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveDelayConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveDelayConfig.json",
2025-08-20T19:16:01.4584921Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveDetectNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveDetectNotifyConfig.json",
2025-08-20T19:16:01.4585892Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveMPUTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveMPUTask.json",
2025-08-20T19:16:01.4586979Z [00:02:03.686]➜  		"zh-CN/live/UpdateLivePackageConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLivePackageConfig.json",
2025-08-20T19:16:01.4588194Z [00:02:03.686]➜  		"zh-CN/live/UpdateLivePullStreamInfoConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLivePullStreamInfoConfig.json",
2025-08-20T19:16:01.4589346Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveRecordNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveRecordNotifyConfig.json",
2025-08-20T19:16:01.4590459Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveRecordVodConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveRecordVodConfig.json",
2025-08-20T19:16:01.4591744Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveSnapshotDetectPornConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveSnapshotDetectPornConfig.json",
2025-08-20T19:16:01.4593348Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveSnapshotNotifyConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveSnapshotNotifyConfig.json",
2025-08-20T19:16:01.4594641Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveStreamMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveStreamMonitor.json",
2025-08-20T19:16:01.4595744Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveStreamWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveStreamWatermark.json",
2025-08-20T19:16:01.4596900Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveStreamWatermarkRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveStreamWatermarkRule.json",
2025-08-20T19:16:01.4597965Z [00:02:03.686]➜  		"zh-CN/live/UpdateLiveTopLevelDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveTopLevelDomain.json",
2025-08-20T19:16:01.4598908Z [00:02:03.686]➜  		"zh-CN/live/UpdateMessageApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateMessageApp.json",
2025-08-20T19:16:01.4600005Z [00:02:03.686]➜  		"zh-CN/live/UpdateMessageGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateMessageGroup.json",
2025-08-20T19:16:01.4601056Z [00:02:03.686]➜  		"zh-CN/live/UpdateMixStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateMixStream.json",
2025-08-20T19:16:01.4602070Z [00:02:03.686]➜  		"zh-CN/live/VerifyLiveDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/VerifyLiveDomainOwner.json",
2025-08-20T19:16:01.4602990Z [00:02:03.686]➜  		"zh-CN/live/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/version.json",
2025-08-20T19:16:01.4603761Z [00:02:03.686]➜  		"zh-CN/mse/AddAuthPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddAuthPolicy.json",
2025-08-20T19:16:01.4604543Z [00:02:03.686]➜  		"zh-CN/mse/AddAuthResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddAuthResource.json",
2025-08-20T19:16:01.4605373Z [00:02:03.686]➜  		"zh-CN/mse/AddBlackWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddBlackWhiteList.json",
2025-08-20T19:16:01.4606103Z [00:02:03.686]➜  		"zh-CN/mse/AddGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGateway.json",
2025-08-20T19:16:01.4607405Z [00:02:03.686]➜  		"zh-CN/mse/AddGatewayAuthConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewayAuthConsumer.json",
2025-08-20T19:16:01.4608208Z [00:02:03.686]➜  		"zh-CN/mse/AddGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewayDomain.json",
2025-08-20T19:16:01.4609017Z [00:02:03.686]➜  		"zh-CN/mse/AddGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewayRoute.json",
2025-08-20T19:16:01.4609949Z [00:02:03.686]➜  		"zh-CN/mse/AddGatewayServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewayServiceVersion.json",
2025-08-20T19:16:01.4610736Z [00:02:03.686]➜  		"zh-CN/mse/AddGatewaySlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewaySlb.json",
2025-08-20T19:16:01.4611529Z [00:02:03.686]➜  		"zh-CN/mse/AddMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddMigrationTask.json",
2025-08-20T19:16:01.4612217Z [00:02:03.686]➜  		"zh-CN/mse/AddMockRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddMockRule.json",
2025-08-20T19:16:01.4613067Z [00:02:03.686]➜  		"zh-CN/mse/AddSSLCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddSSLCert.json",
2025-08-20T19:16:01.4613894Z [00:02:03.686]➜  		"zh-CN/mse/AddSecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddSecurityGroupRule.json",
2025-08-20T19:16:01.4614644Z [00:02:03.686]➜  		"zh-CN/mse/AddServiceSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddServiceSource.json",
2025-08-20T19:16:01.4615619Z [00:02:03.686]➜  		"zh-CN/mse/ApplyGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ApplyGatewayRoute.json",
2025-08-20T19:16:01.4616491Z [00:02:03.686]➜  		"zh-CN/mse/ApplyTagPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ApplyTagPolicies.json",
2025-08-20T19:16:01.4617264Z [00:02:03.686]➜  		"zh-CN/mse/CloneNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CloneNacosConfig.json",
2025-08-20T19:16:01.4618075Z [00:02:03.686]➜  		"zh-CN/mse/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateApplication.json",
2025-08-20T19:16:01.4618965Z [00:02:03.686]➜  		"zh-CN/mse/CreateCircuitBreakerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateCircuitBreakerRule.json",
2025-08-20T19:16:01.4619676Z [00:02:03.686]➜  		"zh-CN/mse/CreateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateCluster.json",
2025-08-20T19:16:01.4620599Z [00:02:03.686]➜  		"zh-CN/mse/CreateEngineNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateEngineNamespace.json",
2025-08-20T19:16:01.4621417Z [00:02:03.686]➜  		"zh-CN/mse/CreateFlowRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateFlowRule.json",
2025-08-20T19:16:01.4622360Z [00:02:03.686]➜  		"zh-CN/mse/CreateMseServiceApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateMseServiceApplication.json",
2025-08-20T19:16:01.4623317Z [00:02:03.686]➜  		"zh-CN/mse/CreateNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateNacosConfig.json",
2025-08-20T19:16:01.4624178Z [00:02:03.686]➜  		"zh-CN/mse/CreateNacosInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateNacosInstance.json",
2025-08-20T19:16:01.4625014Z [00:02:03.686]➜  		"zh-CN/mse/CreateNacosService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateNacosService.json",
2025-08-20T19:16:01.4626003Z [00:02:03.686]➜  		"zh-CN/mse/CreateOrUpdateSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateOrUpdateSwimmingLane.json",
2025-08-20T19:16:01.4627176Z [00:02:03.686]➜  		"zh-CN/mse/CreateOrUpdateSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateOrUpdateSwimmingLaneGroup.json",
2025-08-20T19:16:01.4627955Z [00:02:03.686]➜  		"zh-CN/mse/CreateZnode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateZnode.json",
2025-08-20T19:16:01.4628824Z [00:02:03.686]➜  		"zh-CN/mse/DeleteAuthResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteAuthResource.json",
2025-08-20T19:16:01.4629808Z [00:02:03.686]➜  		"zh-CN/mse/DeleteCircuitBreakerRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteCircuitBreakerRules.json",
2025-08-20T19:16:01.4630604Z [00:02:03.686]➜  		"zh-CN/mse/DeleteCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteCluster.json",
2025-08-20T19:16:01.4631579Z [00:02:03.686]➜  		"zh-CN/mse/DeleteEngineNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteEngineNamespace.json",
2025-08-20T19:16:01.4632600Z [00:02:03.686]➜  		"zh-CN/mse/DeleteFlowRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteFlowRules.json",
2025-08-20T19:16:01.4633407Z [00:02:03.686]➜  		"zh-CN/mse/DeleteGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGateway.json",
2025-08-20T19:16:01.4634462Z [00:02:03.686]➜  		"zh-CN/mse/DeleteGatewayAuthConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayAuthConsumer.json",
2025-08-20T19:16:01.4635647Z [00:02:03.686]➜  		"zh-CN/mse/DeleteGatewayAuthConsumerResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayAuthConsumerResource.json",
2025-08-20T19:16:01.4636751Z [00:02:03.686]➜  		"zh-CN/mse/DeleteGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayDomain.json",
2025-08-20T19:16:01.4637799Z [00:02:03.686]➜  		"zh-CN/mse/DeleteGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayRoute.json",
2025-08-20T19:16:01.4638720Z [00:02:03.686]➜  		"zh-CN/mse/DeleteGatewayService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayService.json",
2025-08-20T19:16:01.4639791Z [00:02:03.686]➜  		"zh-CN/mse/DeleteGatewayServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayServiceVersion.json",
2025-08-20T19:16:01.4640699Z [00:02:03.686]➜  		"zh-CN/mse/DeleteGatewaySlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewaySlb.json",
2025-08-20T19:16:01.4641664Z [00:02:03.686]➜  		"zh-CN/mse/DeleteMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteMigrationTask.json",
2025-08-20T19:16:01.4642807Z [00:02:03.686]➜  		"zh-CN/mse/DeleteNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNacosConfig.json",
2025-08-20T19:16:01.4643880Z [00:02:03.686]➜  		"zh-CN/mse/DeleteNacosConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNacosConfigs.json",
2025-08-20T19:16:01.4644821Z [00:02:03.686]➜  		"zh-CN/mse/DeleteNacosInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNacosInstance.json",
2025-08-20T19:16:01.4645771Z [00:02:03.686]➜  		"zh-CN/mse/DeleteNacosService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNacosService.json",
2025-08-20T19:16:01.4646602Z [00:02:03.686]➜  		"zh-CN/mse/DeleteNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNamespace.json",
2025-08-20T19:16:01.4647596Z [00:02:03.686]➜  		"zh-CN/mse/DeleteSecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteSecurityGroupRule.json",
2025-08-20T19:16:01.4648548Z [00:02:03.686]➜  		"zh-CN/mse/DeleteServiceSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteServiceSource.json",
2025-08-20T19:16:01.4649503Z [00:02:03.686]➜  		"zh-CN/mse/DeleteSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteSwimmingLane.json",
2025-08-20T19:16:01.4650523Z [00:02:03.686]➜  		"zh-CN/mse/DeleteSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteSwimmingLaneGroup.json",
2025-08-20T19:16:01.4651298Z [00:02:03.686]➜  		"zh-CN/mse/DeleteZnode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteZnode.json",
2025-08-20T19:16:01.4652187Z [00:02:03.686]➜  		"zh-CN/mse/ExportNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ExportNacosConfig.json",
2025-08-20T19:16:01.4653249Z [00:02:03.686]➜  		"zh-CN/mse/ExportZookeeperData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ExportZookeeperData.json",
2025-08-20T19:16:01.4654174Z [00:02:03.686]➜  		"zh-CN/mse/FetchLosslessRuleList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/FetchLosslessRuleList.json",
2025-08-20T19:16:01.4655151Z [00:02:03.686]➜  		"zh-CN/mse/GetAppMessageQueueRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetAppMessageQueueRoute.json",
2025-08-20T19:16:01.4656208Z [00:02:03.686]➜  		"zh-CN/mse/GetApplicationInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetApplicationInstanceList.json",
2025-08-20T19:16:01.4657093Z [00:02:03.686]➜  		"zh-CN/mse/GetApplicationList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetApplicationList.json",
2025-08-20T19:16:01.4657958Z [00:02:03.686]➜  		"zh-CN/mse/GetBlackWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetBlackWhiteList.json",
2025-08-20T19:16:01.4658866Z [00:02:03.687]➜  		"zh-CN/mse/GetEngineNamepace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetEngineNamepace.json",
2025-08-20T19:16:01.4659821Z [00:02:03.687]➜  		"zh-CN/mse/GetGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGateway.json",
2025-08-20T19:16:01.4661008Z [00:02:03.687]➜  		"zh-CN/mse/GetGatewayAuthConsumerDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayAuthConsumerDetail.json",
2025-08-20T19:16:01.4661998Z [00:02:03.687]➜  		"zh-CN/mse/GetGatewayDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayDomainDetail.json",
2025-08-20T19:16:01.4663055Z [00:02:03.687]➜  		"zh-CN/mse/GetGatewayOption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayOption.json",
2025-08-20T19:16:01.4664028Z [00:02:03.687]➜  		"zh-CN/mse/GetGatewayRouteDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayRouteDetail.json",
2025-08-20T19:16:01.4665037Z [00:02:03.687]➜  		"zh-CN/mse/GetGatewayServiceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayServiceDetail.json",
2025-08-20T19:16:01.4666313Z [00:02:03.687]➜  		"zh-CN/mse/GetGovernanceKubernetesCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGovernanceKubernetesCluster.json",
2025-08-20T19:16:01.4667133Z [00:02:03.687]➜  		"zh-CN/mse/GetImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetImage.json",
2025-08-20T19:16:01.4667987Z [00:02:03.687]➜  		"zh-CN/mse/GetImportFileUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetImportFileUrl.json",
2025-08-20T19:16:01.4668880Z [00:02:03.687]➜  		"zh-CN/mse/GetKubernetesSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetKubernetesSource.json",
2025-08-20T19:16:01.4669818Z [00:02:03.687]➜  		"zh-CN/mse/GetLosslessRuleByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetLosslessRuleByApp.json",
2025-08-20T19:16:01.4670779Z [00:02:03.687]➜  		"zh-CN/mse/GetMseFeatureSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetMseFeatureSwitch.json",
2025-08-20T19:16:01.4671621Z [00:02:03.687]➜  		"zh-CN/mse/GetMseSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetMseSource.json",
2025-08-20T19:16:01.4672742Z [00:02:03.687]➜  		"zh-CN/mse/GetNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetNacosConfig.json",
2025-08-20T19:16:01.4673756Z [00:02:03.687]➜  		"zh-CN/mse/GetNacosHistoryConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetNacosHistoryConfig.json",
2025-08-20T19:16:01.4674535Z [00:02:03.687]➜  		"zh-CN/mse/GetOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetOverview.json",
2025-08-20T19:16:01.4675321Z [00:02:03.687]➜  		"zh-CN/mse/GetPluginConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetPluginConfig.json",
2025-08-20T19:16:01.4676048Z [00:02:03.687]➜  		"zh-CN/mse/GetPlugins.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetPlugins.json",
2025-08-20T19:16:01.4676845Z [00:02:03.687]➜  		"zh-CN/mse/GetServiceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetServiceList.json",
2025-08-20T19:16:01.4677702Z [00:02:03.687]➜  		"zh-CN/mse/GetServiceListPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetServiceListPage.json",
2025-08-20T19:16:01.4678589Z [00:02:03.687]➜  		"zh-CN/mse/GetServiceListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetServiceListeners.json",
2025-08-20T19:16:01.4679478Z [00:02:03.687]➜  		"zh-CN/mse/GetServiceMethodPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetServiceMethodPage.json",
2025-08-20T19:16:01.4680519Z [00:02:03.687]➜  		"zh-CN/mse/GetTagsBySwimmingLaneGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetTagsBySwimmingLaneGroupId.json",
2025-08-20T19:16:01.4681526Z [00:02:03.687]➜  		"zh-CN/mse/GetZookeeperDataImportUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetZookeeperDataImportUrl.json",
2025-08-20T19:16:01.4682973Z [00:02:03.687]➜  		"zh-CN/mse/ImportNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ImportNacosConfig.json",
2025-08-20T19:16:01.4684108Z [00:02:03.687]➜  		"zh-CN/mse/ImportServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ImportServices.json",
2025-08-20T19:16:01.4684993Z [00:02:03.687]➜  		"zh-CN/mse/ImportZookeeperData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ImportZookeeperData.json",
2025-08-20T19:16:01.4685813Z [00:02:03.687]➜  		"zh-CN/mse/ListAnsInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAnsInstances.json",
2025-08-20T19:16:01.4686753Z [00:02:03.687]➜  		"zh-CN/mse/ListAnsServiceClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAnsServiceClusters.json",
2025-08-20T19:16:01.4687572Z [00:02:03.687]➜  		"zh-CN/mse/ListAnsServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAnsServices.json",
2025-08-20T19:16:01.4688801Z [00:02:03.687]➜  		"zh-CN/mse/ListAppBySwimmingLaneGroupTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAppBySwimmingLaneGroupTag.json",
2025-08-20T19:16:01.4690016Z [00:02:03.687]➜  		"zh-CN/mse/ListAppBySwimmingLaneGroupTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAppBySwimmingLaneGroupTags.json",
2025-08-20T19:16:01.4691089Z [00:02:03.687]➜  		"zh-CN/mse/ListApplicationsWithTagRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListApplicationsWithTagRules.json",
2025-08-20T19:16:01.4691904Z [00:02:03.687]➜  		"zh-CN/mse/ListAuthPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAuthPolicy.json",
2025-08-20T19:16:01.4693169Z [00:02:03.687]➜  		"zh-CN/mse/ListCircuitBreakerRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListCircuitBreakerRules.json",
2025-08-20T19:16:01.4694278Z [00:02:03.687]➜  		"zh-CN/mse/ListClusterConnectionTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusterConnectionTypes.json",
2025-08-20T19:16:01.4695373Z [00:02:03.687]➜  		"zh-CN/mse/ListClusterHealthCheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusterHealthCheckTask.json",
2025-08-20T19:16:01.4696296Z [00:02:03.687]➜  		"zh-CN/mse/ListClusterTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusterTypes.json",
2025-08-20T19:16:01.4697266Z [00:02:03.687]➜  		"zh-CN/mse/ListClusterVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusterVersions.json",
2025-08-20T19:16:01.4698088Z [00:02:03.687]➜  		"zh-CN/mse/ListClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusters.json",
2025-08-20T19:16:01.4698963Z [00:02:03.687]➜  		"zh-CN/mse/ListConfigTrack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListConfigTrack.json",
2025-08-20T19:16:01.4700158Z [00:02:03.687]➜  		"zh-CN/mse/ListEngineNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListEngineNamespaces.json",
2025-08-20T19:16:01.4701109Z [00:02:03.687]➜  		"zh-CN/mse/ListEurekaInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListEurekaInstances.json",
2025-08-20T19:16:01.4702149Z [00:02:03.687]➜  		"zh-CN/mse/ListEurekaServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListEurekaServices.json",
2025-08-20T19:16:01.4703346Z [00:02:03.687]➜  		"zh-CN/mse/ListExportZookeeperData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListExportZookeeperData.json",
2025-08-20T19:16:01.4704168Z [00:02:03.687]➜  		"zh-CN/mse/ListFlowRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListFlowRules.json",
2025-08-20T19:16:01.4704922Z [00:02:03.687]➜  		"zh-CN/mse/ListGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGateway.json",
2025-08-20T19:16:01.4705943Z [00:02:03.687]➜  		"zh-CN/mse/ListGatewayAuthConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayAuthConsumer.json",
2025-08-20T19:16:01.4707107Z [00:02:03.687]➜  		"zh-CN/mse/ListGatewayAuthConsumerResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayAuthConsumerResource.json",
2025-08-20T19:16:01.4708019Z [00:02:03.687]➜  		"zh-CN/mse/ListGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayDomain.json",
2025-08-20T19:16:01.4708869Z [00:02:03.687]➜  		"zh-CN/mse/ListGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayRoute.json",
2025-08-20T19:16:01.4709836Z [00:02:03.687]➜  		"zh-CN/mse/ListGatewayRouteOnAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayRouteOnAuth.json",
2025-08-20T19:16:01.4710718Z [00:02:03.687]➜  		"zh-CN/mse/ListGatewayService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayService.json",
2025-08-20T19:16:01.4711661Z [00:02:03.687]➜  		"zh-CN/mse/ListGatewaySlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewaySlb.json",
2025-08-20T19:16:01.4712795Z [00:02:03.687]➜  		"zh-CN/mse/ListInstanceCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListInstanceCount.json",
2025-08-20T19:16:01.4713714Z [00:02:03.687]➜  		"zh-CN/mse/ListListenersByConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListListenersByConfig.json",
2025-08-20T19:16:01.4714555Z [00:02:03.687]➜  		"zh-CN/mse/ListListenersByIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListListenersByIp.json",
2025-08-20T19:16:01.4715653Z [00:02:03.687]➜  		"zh-CN/mse/ListMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListMigrationTask.json",
2025-08-20T19:16:01.4716707Z [00:02:03.687]➜  		"zh-CN/mse/ListNacosConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListNacosConfigs.json",
2025-08-20T19:16:01.4717679Z [00:02:03.687]➜  		"zh-CN/mse/ListNacosHistoryConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListNacosHistoryConfigs.json",
2025-08-20T19:16:01.4718508Z [00:02:03.687]➜  		"zh-CN/mse/ListNamingTrack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListNamingTrack.json",
2025-08-20T19:16:01.4719454Z [00:02:03.687]➜  		"zh-CN/mse/ListSSLCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListSSLCert.json",
2025-08-20T19:16:01.4720500Z [00:02:03.687]➜  		"zh-CN/mse/ListSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListSecurityGroup.json",
2025-08-20T19:16:01.4721404Z [00:02:03.687]➜  		"zh-CN/mse/ListSecurityGroupRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListSecurityGroupRule.json",
2025-08-20T19:16:01.4722231Z [00:02:03.687]➜  		"zh-CN/mse/ListServiceSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListServiceSource.json",
2025-08-20T19:16:01.4723364Z [00:02:03.687]➜  		"zh-CN/mse/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListTagResources.json",
2025-08-20T19:16:01.4724324Z [00:02:03.687]➜  		"zh-CN/mse/ListZkTrack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListZkTrack.json",
2025-08-20T19:16:01.4725251Z [00:02:03.687]➜  		"zh-CN/mse/ListZnodeChildren.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListZnodeChildren.json",
2025-08-20T19:16:01.4726651Z [00:02:03.687]➜  		"zh-CN/mse/ModifyGovernanceKubernetesCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ModifyGovernanceKubernetesCluster.json",
2025-08-20T19:16:01.4727759Z [00:02:03.687]➜  		"zh-CN/mse/ModifyLosslessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ModifyLosslessRule.json",
2025-08-20T19:16:01.4728715Z [00:02:03.687]➜  		"zh-CN/mse/OfflineGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/OfflineGatewayRoute.json",
2025-08-20T19:16:01.4729970Z [00:02:03.687]➜  		"zh-CN/mse/OrderClusterHealthCheckRiskNotice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/OrderClusterHealthCheckRiskNotice.json",
2025-08-20T19:16:01.4730846Z [00:02:03.687]➜  		"zh-CN/mse/PullServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/PullServices.json",
2025-08-20T19:16:01.4731915Z [00:02:03.687]➜  		"zh-CN/mse/PutClusterHealthCheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/PutClusterHealthCheckTask.json",
2025-08-20T19:16:01.4733074Z [00:02:03.687]➜  		"zh-CN/mse/QueryAllSwimmingLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryAllSwimmingLane.json",
2025-08-20T19:16:01.4734119Z [00:02:03.687]➜  		"zh-CN/mse/QueryAllSwimmingLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryAllSwimmingLaneGroup.json",
2025-08-20T19:16:01.4735071Z [00:02:03.687]➜  		"zh-CN/mse/QueryBusinessLocations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryBusinessLocations.json",
2025-08-20T19:16:01.4736045Z [00:02:03.687]➜  		"zh-CN/mse/QueryClusterDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryClusterDetail.json",
2025-08-20T19:16:01.4737233Z [00:02:03.687]➜  		"zh-CN/mse/QueryClusterDiskSpecification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryClusterDiskSpecification.json",
2025-08-20T19:16:01.4738127Z [00:02:03.687]➜  		"zh-CN/mse/QueryClusterInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryClusterInfo.json",
2025-08-20T19:16:01.4739166Z [00:02:03.687]➜  		"zh-CN/mse/QueryClusterSpecification.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryClusterSpecification.json",
2025-08-20T19:16:01.4739935Z [00:02:03.687]➜  		"zh-CN/mse/QueryConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryConfig.json",
2025-08-20T19:16:01.4740810Z [00:02:03.687]➜  		"zh-CN/mse/QueryGatewayRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryGatewayRegion.json",
2025-08-20T19:16:01.4741682Z [00:02:03.687]➜  		"zh-CN/mse/QueryGatewayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryGatewayType.json",
2025-08-20T19:16:01.4743034Z [00:02:03.687]➜  		"zh-CN/mse/QueryGovernanceKubernetesCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryGovernanceKubernetesCluster.json",
2025-08-20T19:16:01.4743979Z [00:02:03.687]➜  		"zh-CN/mse/QueryInstancesInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryInstancesInfo.json",
2025-08-20T19:16:01.4744982Z [00:02:03.687]➜  		"zh-CN/mse/QueryMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryMonitor.json",
2025-08-20T19:16:01.4746006Z [00:02:03.687]➜  		"zh-CN/mse/QueryNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryNamespace.json",
2025-08-20T19:16:01.4746758Z [00:02:03.687]➜  		"zh-CN/mse/QuerySlbSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QuerySlbSpec.json",
2025-08-20T19:16:01.4747804Z [00:02:03.687]➜  		"zh-CN/mse/QuerySwimmingLaneById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QuerySwimmingLaneById.json",
2025-08-20T19:16:01.4748804Z [00:02:03.687]➜  		"zh-CN/mse/QueryZnodeDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryZnodeDetail.json",
2025-08-20T19:16:01.4749701Z [00:02:03.687]➜  		"zh-CN/mse/RemoveApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/RemoveApplication.json",
2025-08-20T19:16:01.4750529Z [00:02:03.687]➜  		"zh-CN/mse/RemoveAuthPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/RemoveAuthPolicy.json",
2025-08-20T19:16:01.4751348Z [00:02:03.687]➜  		"zh-CN/mse/RestartCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/RestartCluster.json",
2025-08-20T19:16:01.4752130Z [00:02:03.687]➜  		"zh-CN/mse/RetryCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/RetryCluster.json",
2025-08-20T19:16:01.4753212Z [00:02:03.687]➜  		"zh-CN/mse/SelectGatewaySlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/SelectGatewaySlb.json",
2025-08-20T19:16:01.4754023Z [00:02:03.687]➜  		"zh-CN/mse/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/TagResources.json",
2025-08-20T19:16:01.4754837Z [00:02:03.687]➜  		"zh-CN/mse/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UntagResources.json",
2025-08-20T19:16:01.4755567Z [00:02:03.687]➜  		"zh-CN/mse/UpdateAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateAcl.json",
2025-08-20T19:16:01.4756393Z [00:02:03.687]➜  		"zh-CN/mse/UpdateAuthPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateAuthPolicy.json",
2025-08-20T19:16:01.4757313Z [00:02:03.687]➜  		"zh-CN/mse/UpdateBlackWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateBlackWhiteList.json",
2025-08-20T19:16:01.4758472Z [00:02:03.687]➜  		"zh-CN/mse/UpdateCircuitBreakerRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateCircuitBreakerRule.json",
2025-08-20T19:16:01.4759471Z [00:02:03.687]➜  		"zh-CN/mse/UpdateCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateCluster.json",
2025-08-20T19:16:01.4760421Z [00:02:03.687]➜  		"zh-CN/mse/UpdateClusterSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateClusterSpec.json",
2025-08-20T19:16:01.4761257Z [00:02:03.687]➜  		"zh-CN/mse/UpdateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateConfig.json",
2025-08-20T19:16:01.4762230Z [00:02:03.687]➜  		"zh-CN/mse/UpdateEngineNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateEngineNamespace.json",
2025-08-20T19:16:01.4763299Z [00:02:03.687]➜  		"zh-CN/mse/UpdateFlowRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateFlowRule.json",
2025-08-20T19:16:01.4764372Z [00:02:03.687]➜  		"zh-CN/mse/UpdateGatewayAuthConsumer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayAuthConsumer.json",
2025-08-20T19:16:01.4765621Z [00:02:03.687]➜  		"zh-CN/mse/UpdateGatewayAuthConsumerResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayAuthConsumerResource.json",
2025-08-20T19:16:01.4766977Z [00:02:03.687]➜  		"zh-CN/mse/UpdateGatewayAuthConsumerResourceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayAuthConsumerResourceStatus.json",
2025-08-20T19:16:01.4768164Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayAuthConsumerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayAuthConsumerStatus.json",
2025-08-20T19:16:01.4769111Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayDomain.json",
2025-08-20T19:16:01.4770261Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayName.json",
2025-08-20T19:16:01.4771222Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayOption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayOption.json",
2025-08-20T19:16:01.4772320Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRoute.json",
2025-08-20T19:16:01.4773490Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayRouteAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteAuth.json",
2025-08-20T19:16:01.4774417Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayRouteCORS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteCORS.json",
2025-08-20T19:16:01.4775468Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayRouteHTTPRewrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteHTTPRewrite.json",
2025-08-20T19:16:01.4776520Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayRouteHeaderOp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteHeaderOp.json",
2025-08-20T19:16:01.4777506Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayRouteRetry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteRetry.json",
2025-08-20T19:16:01.4778494Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayRouteTimeout.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteTimeout.json",
2025-08-20T19:16:01.4779523Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayRouteWafStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteWafStatus.json",
2025-08-20T19:16:01.4780530Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayServiceCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayServiceCheck.json",
2025-08-20T19:16:01.4781689Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayServiceTrafficPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayServiceTrafficPolicy.json",
2025-08-20T19:16:01.4782996Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewayServiceVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayServiceVersion.json",
2025-08-20T19:16:01.4784041Z [00:02:03.688]➜  		"zh-CN/mse/UpdateGatewaySpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewaySpec.json",
2025-08-20T19:16:01.4784833Z [00:02:03.688]➜  		"zh-CN/mse/UpdateImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateImage.json",
2025-08-20T19:16:01.4785808Z [00:02:03.688]➜  		"zh-CN/mse/UpdateMessageQueueRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateMessageQueueRoute.json",
2025-08-20T19:16:01.4786688Z [00:02:03.688]➜  		"zh-CN/mse/UpdateMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateMigrationTask.json",
2025-08-20T19:16:01.4787551Z [00:02:03.688]➜  		"zh-CN/mse/UpdateNacosCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateNacosCluster.json",
2025-08-20T19:16:01.4788403Z [00:02:03.688]➜  		"zh-CN/mse/UpdateNacosConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateNacosConfig.json",
2025-08-20T19:16:01.4789329Z [00:02:03.688]➜  		"zh-CN/mse/UpdateNacosInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateNacosInstance.json",
2025-08-20T19:16:01.4790237Z [00:02:03.688]➜  		"zh-CN/mse/UpdateNacosService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateNacosService.json",
2025-08-20T19:16:01.4791150Z [00:02:03.688]➜  		"zh-CN/mse/UpdatePluginConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdatePluginConfig.json",
2025-08-20T19:16:01.4791966Z [00:02:03.688]➜  		"zh-CN/mse/UpdateSSLCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateSSLCert.json",
2025-08-20T19:16:01.4793030Z [00:02:03.688]➜  		"zh-CN/mse/UpdateServiceSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateServiceSource.json",
2025-08-20T19:16:01.4793998Z [00:02:03.688]➜  		"zh-CN/mse/UpdateZnode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateZnode.json",
2025-08-20T19:16:01.4795021Z [00:02:03.688]➜  		"zh-CN/mse/UpgradeCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpgradeCluster.json",
2025-08-20T19:16:01.4795764Z [00:02:03.688]➜  		"zh-CN/mse/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/version.json",
2025-08-20T19:16:01.4796725Z [00:02:03.688]➜  		"zh-CN/mts/ActivateMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ActivateMediaWorkflow.json",
2025-08-20T19:16:01.4797483Z [00:02:03.688]➜  		"zh-CN/mts/AddMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddMedia.json",
2025-08-20T19:16:01.4798282Z [00:02:03.688]➜  		"zh-CN/mts/AddMediaTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddMediaTag.json",
2025-08-20T19:16:01.4799169Z [00:02:03.688]➜  		"zh-CN/mts/AddMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddMediaWorkflow.json",
2025-08-20T19:16:01.4799977Z [00:02:03.688]➜  		"zh-CN/mts/AddPipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddPipeline.json",
2025-08-20T19:16:01.4800942Z [00:02:03.688]➜  		"zh-CN/mts/AddSmarttagTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddSmarttagTemplate.json",
2025-08-20T19:16:01.4801752Z [00:02:03.688]➜  		"zh-CN/mts/AddTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddTemplate.json",
2025-08-20T19:16:01.4802922Z [00:02:03.688]➜  		"zh-CN/mts/AddWaterMarkTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddWaterMarkTemplate.json",
2025-08-20T19:16:01.4803812Z [00:02:03.688]➜  		"zh-CN/mts/BindInputBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/BindInputBucket.json",
2025-08-20T19:16:01.4804869Z [00:02:03.688]➜  		"zh-CN/mts/BindOutputBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/BindOutputBucket.json",
2025-08-20T19:16:01.4805648Z [00:02:03.688]➜  		"zh-CN/mts/CancelJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/CancelJob.json",
2025-08-20T19:16:01.4806708Z [00:02:03.688]➜  		"zh-CN/mts/CreateCustomEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/CreateCustomEntity.json",
2025-08-20T19:16:01.4807662Z [00:02:03.688]➜  		"zh-CN/mts/CreateCustomGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/CreateCustomGroup.json",
2025-08-20T19:16:01.4808510Z [00:02:03.688]➜  		"zh-CN/mts/CreateFpShotDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/CreateFpShotDB.json",
2025-08-20T19:16:01.4809505Z [00:02:03.688]➜  		"zh-CN/mts/DeactivateMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeactivateMediaWorkflow.json",
2025-08-20T19:16:01.4810433Z [00:02:03.688]➜  		"zh-CN/mts/DeleteCustomEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteCustomEntity.json",
2025-08-20T19:16:01.4811332Z [00:02:03.688]➜  		"zh-CN/mts/DeleteCustomGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteCustomGroup.json",
2025-08-20T19:16:01.4812177Z [00:02:03.688]➜  		"zh-CN/mts/DeleteCustomView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteCustomView.json",
2025-08-20T19:16:01.4813097Z [00:02:03.688]➜  		"zh-CN/mts/DeleteMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteMedia.json",
2025-08-20T19:16:01.4813837Z [00:02:03.688]➜  		"zh-CN/mts/DeleteMediaTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteMediaTag.json",
2025-08-20T19:16:01.4814730Z [00:02:03.688]➜  		"zh-CN/mts/DeleteMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteMediaWorkflow.json",
2025-08-20T19:16:01.4815703Z [00:02:03.688]➜  		"zh-CN/mts/DeletePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeletePipeline.json",
2025-08-20T19:16:01.4816643Z [00:02:03.688]➜  		"zh-CN/mts/DeleteSmarttagTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteSmarttagTemplate.json",
2025-08-20T19:16:01.4817535Z [00:02:03.688]➜  		"zh-CN/mts/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteTemplate.json",
2025-08-20T19:16:01.4818502Z [00:02:03.688]➜  		"zh-CN/mts/DeleteWaterMarkTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteWaterMarkTemplate.json",
2025-08-20T19:16:01.4819188Z [00:02:03.688]➜  		"zh-CN/mts/ImAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ImAudit.json",
2025-08-20T19:16:01.4819992Z [00:02:03.688]➜  		"zh-CN/mts/ImportFpShotJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ImportFpShotJob.json",
2025-08-20T19:16:01.4820865Z [00:02:03.688]➜  		"zh-CN/mts/ListAllMediaBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListAllMediaBucket.json",
2025-08-20T19:16:01.4821771Z [00:02:03.688]➜  		"zh-CN/mts/ListCustomEntities.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListCustomEntities.json",
2025-08-20T19:16:01.4822797Z [00:02:03.688]➜  		"zh-CN/mts/ListCustomGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListCustomGroups.json",
2025-08-20T19:16:01.4823691Z [00:02:03.688]➜  		"zh-CN/mts/ListCustomPersons.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListCustomPersons.json",
2025-08-20T19:16:01.4824555Z [00:02:03.688]➜  		"zh-CN/mts/ListCustomViews.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListCustomViews.json",
2025-08-20T19:16:01.4825344Z [00:02:03.688]➜  		"zh-CN/mts/ListFpShotDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListFpShotDB.json",
2025-08-20T19:16:01.4826195Z [00:02:03.688]➜  		"zh-CN/mts/ListFpShotFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListFpShotFiles.json",
2025-08-20T19:16:01.4827311Z [00:02:03.688]➜  		"zh-CN/mts/ListFpShotImportJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListFpShotImportJob.json",
2025-08-20T19:16:01.4828188Z [00:02:03.688]➜  		"zh-CN/mts/ListJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListJob.json",
2025-08-20T19:16:01.4829312Z [00:02:03.688]➜  		"zh-CN/mts/ListMediaWorkflowExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListMediaWorkflowExecutions.json",
2025-08-20T19:16:01.4830314Z [00:02:03.688]➜  		"zh-CN/mts/QueryAnalysisJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryAnalysisJobList.json",
2025-08-20T19:16:01.4831297Z [00:02:03.688]➜  		"zh-CN/mts/QueryFpDBDeleteJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryFpDBDeleteJobList.json",
2025-08-20T19:16:01.4832350Z [00:02:03.688]➜  		"zh-CN/mts/QueryFpFileDeleteJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryFpFileDeleteJobList.json",
2025-08-20T19:16:01.4833552Z [00:02:03.688]➜  		"zh-CN/mts/QueryFpShotJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryFpShotJobList.json",
2025-08-20T19:16:01.4834537Z [00:02:03.688]➜  		"zh-CN/mts/QueryIProductionJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryIProductionJob.json",
2025-08-20T19:16:01.4835345Z [00:02:03.688]➜  		"zh-CN/mts/QueryJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryJobList.json",
2025-08-20T19:16:01.4836417Z [00:02:03.688]➜  		"zh-CN/mts/QueryMediaCensorJobDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaCensorJobDetail.json",
2025-08-20T19:16:01.4837490Z [00:02:03.688]➜  		"zh-CN/mts/QueryMediaCensorJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaCensorJobList.json",
2025-08-20T19:16:01.4838693Z [00:02:03.688]➜  		"zh-CN/mts/QueryMediaInfoJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaInfoJobList.json",
2025-08-20T19:16:01.4839592Z [00:02:03.688]➜  		"zh-CN/mts/QueryMediaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaList.json",
2025-08-20T19:16:01.4840707Z [00:02:03.688]➜  		"zh-CN/mts/QueryMediaListByURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaListByURL.json",
2025-08-20T19:16:01.4841886Z [00:02:03.688]➜  		"zh-CN/mts/QueryMediaWorkflowExecutionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaWorkflowExecutionList.json",
2025-08-20T19:16:01.4843115Z [00:02:03.688]➜  		"zh-CN/mts/QueryMediaWorkflowList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaWorkflowList.json",
2025-08-20T19:16:01.4844039Z [00:02:03.688]➜  		"zh-CN/mts/QueryPipelineList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryPipelineList.json",
2025-08-20T19:16:01.4844951Z [00:02:03.688]➜  		"zh-CN/mts/QuerySmarttagJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QuerySmarttagJob.json",
2025-08-20T19:16:01.4846014Z [00:02:03.688]➜  		"zh-CN/mts/QuerySmarttagTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QuerySmarttagTemplateList.json",
2025-08-20T19:16:01.4846992Z [00:02:03.688]➜  		"zh-CN/mts/QuerySnapshotJobList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QuerySnapshotJobList.json",
2025-08-20T19:16:01.4847912Z [00:02:03.688]➜  		"zh-CN/mts/QueryTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryTemplateList.json",
2025-08-20T19:16:01.4848995Z [00:02:03.688]➜  		"zh-CN/mts/QueryWaterMarkTemplateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryWaterMarkTemplateList.json",
2025-08-20T19:16:01.4849925Z [00:02:03.688]➜  		"zh-CN/mts/RegisterCustomFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/RegisterCustomFace.json",
2025-08-20T19:16:01.4850994Z [00:02:03.688]➜  		"zh-CN/mts/RegisterCustomView.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/RegisterCustomView.json",
2025-08-20T19:16:01.4852106Z [00:02:03.688]➜  		"zh-CN/mts/ReportFpShotJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ReportFpShotJobResult.json",
2025-08-20T19:16:01.4853283Z [00:02:03.688]➜  		"zh-CN/mts/SearchMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SearchMediaWorkflow.json",
2025-08-20T19:16:01.4854123Z [00:02:03.688]➜  		"zh-CN/mts/SearchPipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SearchPipeline.json",
2025-08-20T19:16:01.4854940Z [00:02:03.688]➜  		"zh-CN/mts/SearchTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SearchTemplate.json",
2025-08-20T19:16:01.4855922Z [00:02:03.688]➜  		"zh-CN/mts/SearchWaterMarkTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SearchWaterMarkTemplate.json",
2025-08-20T19:16:01.4856769Z [00:02:03.688]➜  		"zh-CN/mts/SubmitAnalysisJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitAnalysisJob.json",
2025-08-20T19:16:01.4857670Z [00:02:03.688]➜  		"zh-CN/mts/SubmitFpDBDeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitFpDBDeleteJob.json",
2025-08-20T19:16:01.4858589Z [00:02:03.688]➜  		"zh-CN/mts/SubmitFpFileDeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitFpFileDeleteJob.json",
2025-08-20T19:16:01.4859411Z [00:02:03.688]➜  		"zh-CN/mts/SubmitFpShotJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitFpShotJob.json",
2025-08-20T19:16:01.4860269Z [00:02:03.688]➜  		"zh-CN/mts/SubmitIProductionJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitIProductionJob.json",
2025-08-20T19:16:01.4860979Z [00:02:03.688]➜  		"zh-CN/mts/SubmitJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitJobs.json",
2025-08-20T19:16:01.4862008Z [00:02:03.688]➜  		"zh-CN/mts/SubmitMediaCensorJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitMediaCensorJob.json",
2025-08-20T19:16:01.4863138Z [00:02:03.688]➜  		"zh-CN/mts/SubmitMediaInfoJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitMediaInfoJob.json",
2025-08-20T19:16:01.4863995Z [00:02:03.688]➜  		"zh-CN/mts/SubmitSmarttagJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitSmarttagJob.json",
2025-08-20T19:16:01.4864839Z [00:02:03.688]➜  		"zh-CN/mts/SubmitSnapshotJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitSnapshotJob.json",
2025-08-20T19:16:01.4865668Z [00:02:03.688]➜  		"zh-CN/mts/TagCustomPerson.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/TagCustomPerson.json",
2025-08-20T19:16:01.4866542Z [00:02:03.688]➜  		"zh-CN/mts/UnbindInputBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UnbindInputBucket.json",
2025-08-20T19:16:01.4867450Z [00:02:03.688]➜  		"zh-CN/mts/UnbindOutputBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UnbindOutputBucket.json",
2025-08-20T19:16:01.4868394Z [00:02:03.688]➜  		"zh-CN/mts/UnregisterCustomFace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UnregisterCustomFace.json",
2025-08-20T19:16:01.4869158Z [00:02:03.688]➜  		"zh-CN/mts/UpdateMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMedia.json",
2025-08-20T19:16:01.4870084Z [00:02:03.688]➜  		"zh-CN/mts/UpdateMediaCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaCategory.json",
2025-08-20T19:16:01.4870934Z [00:02:03.688]➜  		"zh-CN/mts/UpdateMediaCover.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaCover.json",
2025-08-20T19:16:01.4871884Z [00:02:03.688]➜  		"zh-CN/mts/UpdateMediaPublishState.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaPublishState.json",
2025-08-20T19:16:01.4873016Z [00:02:03.688]➜  		"zh-CN/mts/UpdateMediaWorkflow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaWorkflow.json",
2025-08-20T19:16:01.4874332Z [00:02:03.688]➜  		"zh-CN/mts/UpdateMediaWorkflowTriggerMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaWorkflowTriggerMode.json",
2025-08-20T19:16:01.4875243Z [00:02:03.688]➜  		"zh-CN/mts/UpdatePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdatePipeline.json",
2025-08-20T19:16:01.4876253Z [00:02:03.688]➜  		"zh-CN/mts/UpdateSmarttagTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateSmarttagTemplate.json",
2025-08-20T19:16:01.4877108Z [00:02:03.688]➜  		"zh-CN/mts/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateTemplate.json",
2025-08-20T19:16:01.4878153Z [00:02:03.688]➜  		"zh-CN/mts/UpdateWaterMarkTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateWaterMarkTemplate.json",
2025-08-20T19:16:01.4878892Z [00:02:03.688]➜  		"zh-CN/mts/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/version.json",
2025-08-20T19:16:01.4879858Z [00:02:03.688]➜  		"zh-CN/nas/AddClientToBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/AddClientToBlackList.json",
2025-08-20T19:16:01.4880581Z [00:02:03.688]➜  		"zh-CN/nas/AddTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/AddTags.json",
2025-08-20T19:16:01.4881616Z [00:02:03.688]➜  		"zh-CN/nas/ApplyAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ApplyAutoSnapshotPolicy.json",
2025-08-20T19:16:01.4882855Z [00:02:03.688]➜  		"zh-CN/nas/ApplyDataFlowAutoRefresh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ApplyDataFlowAutoRefresh.json",
2025-08-20T19:16:01.4883824Z [00:02:03.688]➜  		"zh-CN/nas/CancelAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelAutoSnapshotPolicy.json",
2025-08-20T19:16:01.4885798Z [00:02:03.688]➜  		"zh-CN/nas/CancelDataFlowAutoRefresh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelDataFlowAutoRefresh.json",
2025-08-20T19:16:01.4887719Z [00:02:03.688]➜  		"zh-CN/nas/CancelDataFlowTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelDataFlowTask.json",
2025-08-20T19:16:01.4889405Z [00:02:03.688]➜  		"zh-CN/nas/CancelDirQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelDirQuota.json",
2025-08-20T19:16:01.4891262Z [00:02:03.688]➜  		"zh-CN/nas/CancelLifecycleRetrieveJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelLifecycleRetrieveJob.json",
2025-08-20T19:16:01.4893394Z [00:02:03.688]➜  		"zh-CN/nas/CancelRecycleBinJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelRecycleBinJob.json",
2025-08-20T19:16:01.4895223Z [00:02:03.689]➜  		"zh-CN/nas/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ChangeResourceGroup.json",
2025-08-20T19:16:01.4897551Z [00:02:03.689]➜  		"zh-CN/nas/CreateAccessGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateAccessGroup.json",
2025-08-20T19:16:01.4899734Z [00:02:03.689]➜  		"zh-CN/nas/CreateAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateAccessRule.json",
2025-08-20T19:16:01.4901561Z [00:02:03.689]➜  		"zh-CN/nas/CreateAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateAutoSnapshotPolicy.json",
2025-08-20T19:16:01.4903630Z [00:02:03.689]➜  		"zh-CN/nas/CreateDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateDataFlow.json",
2025-08-20T19:16:01.4905395Z [00:02:03.689]➜  		"zh-CN/nas/CreateDataFlowTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateDataFlowTask.json",
2025-08-20T19:16:01.4907116Z [00:02:03.689]➜  		"zh-CN/nas/CreateFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateFile.json",
2025-08-20T19:16:01.4908997Z [00:02:03.689]➜  		"zh-CN/nas/CreateFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateFileSystem.json",
2025-08-20T19:16:01.4910894Z [00:02:03.689]➜  		"zh-CN/nas/CreateFileset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateFileset.json",
2025-08-20T19:16:01.4912866Z [00:02:03.689]➜  		"zh-CN/nas/CreateLDAPConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateLDAPConfig.json",
2025-08-20T19:16:01.4914740Z [00:02:03.689]➜  		"zh-CN/nas/CreateLifecyclePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateLifecyclePolicy.json",
2025-08-20T19:16:01.4916823Z [00:02:03.689]➜  		"zh-CN/nas/CreateLifecycleRetrieveJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateLifecycleRetrieveJob.json",
2025-08-20T19:16:01.4918786Z [00:02:03.689]➜  		"zh-CN/nas/CreateLogAnalysis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateLogAnalysis.json",
2025-08-20T19:16:01.4920613Z [00:02:03.689]➜  		"zh-CN/nas/CreateMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateMountTarget.json",
2025-08-20T19:16:01.4922787Z [00:02:03.689]➜  		"zh-CN/nas/CreateProtocolMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateProtocolMountTarget.json",
2025-08-20T19:16:01.4924670Z [00:02:03.689]➜  		"zh-CN/nas/CreateProtocolService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateProtocolService.json",
2025-08-20T19:16:01.4926547Z [00:02:03.689]➜  		"zh-CN/nas/CreateRecycleBinDeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateRecycleBinDeleteJob.json",
2025-08-20T19:16:01.4928513Z [00:02:03.689]➜  		"zh-CN/nas/CreateRecycleBinRestoreJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateRecycleBinRestoreJob.json",
2025-08-20T19:16:01.4930311Z [00:02:03.689]➜  		"zh-CN/nas/CreateSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateSnapshot.json",
2025-08-20T19:16:01.4932131Z [00:02:03.689]➜  		"zh-CN/nas/DeleteAccessGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteAccessGroup.json",
2025-08-20T19:16:01.4934216Z [00:02:03.689]➜  		"zh-CN/nas/DeleteAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteAccessRule.json",
2025-08-20T19:16:01.4936121Z [00:02:03.689]➜  		"zh-CN/nas/DeleteAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteAutoSnapshotPolicy.json",
2025-08-20T19:16:01.4938001Z [00:02:03.689]➜  		"zh-CN/nas/DeleteDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteDataFlow.json",
2025-08-20T19:16:01.4939734Z [00:02:03.689]➜  		"zh-CN/nas/DeleteFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteFileSystem.json",
2025-08-20T19:16:01.4941423Z [00:02:03.689]➜  		"zh-CN/nas/DeleteFileset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteFileset.json",
2025-08-20T19:16:01.4943533Z [00:02:03.689]➜  		"zh-CN/nas/DeleteLDAPConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteLDAPConfig.json",
2025-08-20T19:16:01.4945616Z [00:02:03.689]➜  		"zh-CN/nas/DeleteLifecyclePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteLifecyclePolicy.json",
2025-08-20T19:16:01.4947498Z [00:02:03.689]➜  		"zh-CN/nas/DeleteLogAnalysis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteLogAnalysis.json",
2025-08-20T19:16:01.4949307Z [00:02:03.689]➜  		"zh-CN/nas/DeleteMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteMountTarget.json",
2025-08-20T19:16:01.4951256Z [00:02:03.689]➜  		"zh-CN/nas/DeleteProtocolMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteProtocolMountTarget.json",
2025-08-20T19:16:01.4953486Z [00:02:03.689]➜  		"zh-CN/nas/DeleteProtocolService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteProtocolService.json",
2025-08-20T19:16:01.4955332Z [00:02:03.689]➜  		"zh-CN/nas/DeleteSnapshot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteSnapshot.json",
2025-08-20T19:16:01.4957171Z [00:02:03.689]➜  		"zh-CN/nas/DescribeAccessGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeAccessGroups.json",
2025-08-20T19:16:01.4959071Z [00:02:03.689]➜  		"zh-CN/nas/DescribeAccessRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeAccessRules.json",
2025-08-20T19:16:01.4961138Z [00:02:03.689]➜  		"zh-CN/nas/DescribeAutoSnapshotPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeAutoSnapshotPolicies.json",
2025-08-20T19:16:01.4963557Z [00:02:03.689]➜  		"zh-CN/nas/DescribeAutoSnapshotTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeAutoSnapshotTasks.json",
2025-08-20T19:16:01.4965655Z [00:02:03.689]➜  		"zh-CN/nas/DescribeBlackListClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeBlackListClients.json",
2025-08-20T19:16:01.4967598Z [00:02:03.689]➜  		"zh-CN/nas/DescribeDataFlowTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeDataFlowTasks.json",
2025-08-20T19:16:01.4969443Z [00:02:03.689]➜  		"zh-CN/nas/DescribeDataFlows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeDataFlows.json",
2025-08-20T19:16:01.4971218Z [00:02:03.689]➜  		"zh-CN/nas/DescribeDirQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeDirQuotas.json",
2025-08-20T19:16:01.4973408Z [00:02:03.689]➜  		"zh-CN/nas/DescribeFileSystemStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeFileSystemStatistics.json",
2025-08-20T19:16:01.4975340Z [00:02:03.689]➜  		"zh-CN/nas/DescribeFileSystems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeFileSystems.json",
2025-08-20T19:16:01.4977219Z [00:02:03.689]➜  		"zh-CN/nas/DescribeFilesets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeFilesets.json",
2025-08-20T19:16:01.4979153Z [00:02:03.689]➜  		"zh-CN/nas/DescribeLifecyclePolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeLifecyclePolicies.json",
2025-08-20T19:16:01.4980994Z [00:02:03.689]➜  		"zh-CN/nas/DescribeLogAnalysis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeLogAnalysis.json",
2025-08-20T19:16:01.4982945Z [00:02:03.689]➜  		"zh-CN/nas/DescribeMountTargets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeMountTargets.json",
2025-08-20T19:16:01.4984828Z [00:02:03.689]➜  		"zh-CN/nas/DescribeMountedClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeMountedClients.json",
2025-08-20T19:16:01.4986555Z [00:02:03.689]➜  		"zh-CN/nas/DescribeNfsAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeNfsAcl.json",
2025-08-20T19:16:01.4988515Z [00:02:03.689]➜  		"zh-CN/nas/DescribeProtocolMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeProtocolMountTarget.json",
2025-08-20T19:16:01.4990667Z [00:02:03.689]➜  		"zh-CN/nas/DescribeProtocolService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeProtocolService.json",
2025-08-20T19:16:01.4992638Z [00:02:03.689]➜  		"zh-CN/nas/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeRegions.json",
2025-08-20T19:16:01.4994266Z [00:02:03.689]➜  		"zh-CN/nas/DescribeSmbAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeSmbAcl.json",
2025-08-20T19:16:01.4995915Z [00:02:03.689]➜  		"zh-CN/nas/DescribeSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeSnapshots.json",
2025-08-20T19:16:01.4997703Z [00:02:03.689]➜  		"zh-CN/nas/DescribeStoragePackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeStoragePackages.json",
2025-08-20T19:16:01.4999449Z [00:02:03.689]➜  		"zh-CN/nas/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeZones.json",
2025-08-20T19:16:01.5006431Z [00:02:03.689]➜  		"zh-CN/nas/DisableAndCleanRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DisableAndCleanRecycleBin.json",
2025-08-20T19:16:01.5008421Z [00:02:03.689]➜  		"zh-CN/nas/DisableNfsAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DisableNfsAcl.json",
2025-08-20T19:16:01.5010051Z [00:02:03.689]➜  		"zh-CN/nas/DisableSmbAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DisableSmbAcl.json",
2025-08-20T19:16:01.5011673Z [00:02:03.689]➜  		"zh-CN/nas/EnableNfsAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/EnableNfsAcl.json",
2025-08-20T19:16:01.5014558Z [00:02:03.689]➜  		"zh-CN/nas/EnableRecycleBin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/EnableRecycleBin.json",
2025-08-20T19:16:01.5016288Z [00:02:03.689]➜  		"zh-CN/nas/EnableSmbAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/EnableSmbAcl.json",
2025-08-20T19:16:01.5018202Z [00:02:03.689]➜  		"zh-CN/nas/GetDirectoryOrFileProperties.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/GetDirectoryOrFileProperties.json",
2025-08-20T19:16:01.5020232Z [00:02:03.689]➜  		"zh-CN/nas/GetRecycleBinAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/GetRecycleBinAttribute.json",
2025-08-20T19:16:01.5022165Z [00:02:03.689]➜  		"zh-CN/nas/ListDirectoriesAndFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListDirectoriesAndFiles.json",
2025-08-20T19:16:01.5024396Z [00:02:03.689]➜  		"zh-CN/nas/ListLifecycleRetrieveJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListLifecycleRetrieveJobs.json",
2025-08-20T19:16:01.5026526Z [00:02:03.689]➜  		"zh-CN/nas/ListRecentlyRecycledDirectories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListRecentlyRecycledDirectories.json",
2025-08-20T19:16:01.5028751Z [00:02:03.689]➜  		"zh-CN/nas/ListRecycleBinJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListRecycleBinJobs.json",
2025-08-20T19:16:01.5030968Z [00:02:03.689]➜  		"zh-CN/nas/ListRecycledDirectoriesAndFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListRecycledDirectoriesAndFiles.json",
2025-08-20T19:16:01.5033128Z [00:02:03.689]➜  		"zh-CN/nas/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListTagResources.json",
2025-08-20T19:16:01.5043968Z [00:02:03.689]➜  		"zh-CN/nas/ModifyAccessGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyAccessGroup.json",
2025-08-20T19:16:01.5045720Z [00:02:03.689]➜  		"zh-CN/nas/ModifyAccessRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyAccessRule.json",
2025-08-20T19:16:01.5047602Z [00:02:03.689]➜  		"zh-CN/nas/ModifyAutoSnapshotPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyAutoSnapshotPolicy.json",
2025-08-20T19:16:01.5049658Z [00:02:03.689]➜  		"zh-CN/nas/ModifyDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyDataFlow.json",
2025-08-20T19:16:01.5051751Z [00:02:03.689]➜  		"zh-CN/nas/ModifyDataFlowAutoRefresh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyDataFlowAutoRefresh.json",
2025-08-20T19:16:01.5053902Z [00:02:03.689]➜  		"zh-CN/nas/ModifyFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyFileSystem.json",
2025-08-20T19:16:01.5056913Z [00:02:03.689]➜  		"zh-CN/nas/ModifyFileset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyFileset.json",
2025-08-20T19:16:01.5059289Z [00:02:03.689]➜  		"zh-CN/nas/ModifyLDAPConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyLDAPConfig.json",
2025-08-20T19:16:01.5061816Z [00:02:03.689]➜  		"zh-CN/nas/ModifyLifecyclePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyLifecyclePolicy.json",
2025-08-20T19:16:01.5063907Z [00:02:03.689]➜  		"zh-CN/nas/ModifyMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyMountTarget.json",
2025-08-20T19:16:01.5065919Z [00:02:03.689]➜  		"zh-CN/nas/ModifyProtocolMountTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyProtocolMountTarget.json",
2025-08-20T19:16:01.5067919Z [00:02:03.689]➜  		"zh-CN/nas/ModifyProtocolService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyProtocolService.json",
2025-08-20T19:16:01.5069748Z [00:02:03.689]➜  		"zh-CN/nas/ModifySmbAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifySmbAcl.json",
2025-08-20T19:16:01.5071364Z [00:02:03.689]➜  		"zh-CN/nas/OpenNASService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/OpenNASService.json",
2025-08-20T19:16:01.5073433Z [00:02:03.689]➜  		"zh-CN/nas/RemoveClientFromBlackList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/RemoveClientFromBlackList.json",
2025-08-20T19:16:01.5075089Z [00:02:03.689]➜  		"zh-CN/nas/RemoveTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/RemoveTags.json",
2025-08-20T19:16:01.5076520Z [00:02:03.689]➜  		"zh-CN/nas/ResetFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ResetFileSystem.json",
2025-08-20T19:16:01.5078311Z [00:02:03.689]➜  		"zh-CN/nas/RetryLifecycleRetrieveJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/RetryLifecycleRetrieveJob.json",
2025-08-20T19:16:01.5079960Z [00:02:03.689]➜  		"zh-CN/nas/SetDirQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/SetDirQuota.json",
2025-08-20T19:16:01.5081501Z [00:02:03.689]➜  		"zh-CN/nas/StartDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/StartDataFlow.json",
2025-08-20T19:16:01.5083274Z [00:02:03.689]➜  		"zh-CN/nas/StopDataFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/StopDataFlow.json",
2025-08-20T19:16:01.5085009Z [00:02:03.689]➜  		"zh-CN/nas/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/TagResources.json",
2025-08-20T19:16:01.5086754Z [00:02:03.689]➜  		"zh-CN/nas/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/UntagResources.json",
2025-08-20T19:16:01.5088512Z [00:02:03.689]➜  		"zh-CN/nas/UpdateRecycleBinAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/UpdateRecycleBinAttribute.json",
2025-08-20T19:16:01.5090305Z [00:02:03.689]➜  		"zh-CN/nas/UpgradeFileSystem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/UpgradeFileSystem.json",
2025-08-20T19:16:01.5091754Z [00:02:03.689]➜  		"zh-CN/nas/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/version.json",
2025-08-20T19:16:01.5104142Z [00:02:03.689]➜  		"zh-CN/nlb/AddServersToServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/AddServersToServerGroup.json",
2025-08-20T19:16:01.5107619Z [00:02:03.689]➜  		"zh-CN/nlb/AssociateAdditionalCertificatesWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/AssociateAdditionalCertificatesWithListener.json",
2025-08-20T19:16:01.5110500Z [00:02:03.689]➜  		"zh-CN/nlb/AttachCommonBandwidthPackageToLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/AttachCommonBandwidthPackageToLoadBalancer.json",
2025-08-20T19:16:01.5117725Z [00:02:03.689]➜  		"zh-CN/nlb/CancelShiftLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CancelShiftLoadBalancerZones.json",
2025-08-20T19:16:01.5119978Z [00:02:03.689]➜  		"zh-CN/nlb/CreateListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CreateListener.json",
2025-08-20T19:16:01.5121708Z [00:02:03.689]➜  		"zh-CN/nlb/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CreateLoadBalancer.json",
2025-08-20T19:16:01.5123770Z [00:02:03.689]➜  		"zh-CN/nlb/CreateSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CreateSecurityPolicy.json",
2025-08-20T19:16:01.5125550Z [00:02:03.689]➜  		"zh-CN/nlb/CreateServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CreateServerGroup.json",
2025-08-20T19:16:01.5127214Z [00:02:03.689]➜  		"zh-CN/nlb/DeleteListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DeleteListener.json",
2025-08-20T19:16:01.5128883Z [00:02:03.689]➜  		"zh-CN/nlb/DeleteLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DeleteLoadBalancer.json",
2025-08-20T19:16:01.5130626Z [00:02:03.689]➜  		"zh-CN/nlb/DeleteSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DeleteSecurityPolicy.json",
2025-08-20T19:16:01.5132349Z [00:02:03.689]➜  		"zh-CN/nlb/DeleteServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DeleteServerGroup.json",
2025-08-20T19:16:01.5134326Z [00:02:03.689]➜  		"zh-CN/nlb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DescribeRegions.json",
2025-08-20T19:16:01.5136068Z [00:02:03.689]➜  		"zh-CN/nlb/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DescribeZones.json",
2025-08-20T19:16:01.5138338Z [00:02:03.689]➜  		"zh-CN/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json",
2025-08-20T19:16:01.5140821Z [00:02:03.689]➜  		"zh-CN/nlb/DisableLoadBalancerIpv6Internet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DisableLoadBalancerIpv6Internet.json",
2025-08-20T19:16:01.5144663Z [00:02:03.689]➜  		"zh-CN/nlb/DisassociateAdditionalCertificatesWithListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DisassociateAdditionalCertificatesWithListener.json",
2025-08-20T19:16:01.5147429Z [00:02:03.689]➜  		"zh-CN/nlb/EnableLoadBalancerIpv6Internet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/EnableLoadBalancerIpv6Internet.json",
2025-08-20T19:16:01.5149411Z [00:02:03.689]➜  		"zh-CN/nlb/GetJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/GetJobStatus.json",
2025-08-20T19:16:01.5157778Z [00:02:03.689]➜  		"zh-CN/nlb/GetListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/GetListenerAttribute.json",
2025-08-20T19:16:01.5159617Z [00:02:03.689]➜  		"zh-CN/nlb/GetListenerHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/GetListenerHealthStatus.json",
2025-08-20T19:16:01.5161498Z [00:02:03.689]➜  		"zh-CN/nlb/GetLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/GetLoadBalancerAttribute.json",
2025-08-20T19:16:01.5163560Z [00:02:03.689]➜  		"zh-CN/nlb/ListListenerCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListListenerCertificates.json",
2025-08-20T19:16:01.5165331Z [00:02:03.689]➜  		"zh-CN/nlb/ListListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListListeners.json",
2025-08-20T19:16:01.5167020Z [00:02:03.689]➜  		"zh-CN/nlb/ListLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListLoadBalancers.json",
2025-08-20T19:16:01.5168885Z [00:02:03.689]➜  		"zh-CN/nlb/ListSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListSecurityPolicy.json",
2025-08-20T19:16:01.5170675Z [00:02:03.689]➜  		"zh-CN/nlb/ListServerGroupServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListServerGroupServers.json",
2025-08-20T19:16:01.5172360Z [00:02:03.689]➜  		"zh-CN/nlb/ListServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListServerGroups.json",
2025-08-20T19:16:01.5174375Z [00:02:03.689]➜  		"zh-CN/nlb/ListSystemSecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListSystemSecurityPolicy.json",
2025-08-20T19:16:01.5176156Z [00:02:03.689]➜  		"zh-CN/nlb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListTagResources.json",
2025-08-20T19:16:01.5178028Z [00:02:03.689]➜  		"zh-CN/nlb/LoadBalancerJoinSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/LoadBalancerJoinSecurityGroup.json",
2025-08-20T19:16:01.5180102Z [00:02:03.689]➜  		"zh-CN/nlb/LoadBalancerLeaveSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/LoadBalancerLeaveSecurityGroup.json",
2025-08-20T19:16:01.5182050Z [00:02:03.689]➜  		"zh-CN/nlb/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/MoveResourceGroup.json",
2025-08-20T19:16:01.5184084Z [00:02:03.689]➜  		"zh-CN/nlb/RemoveServersFromServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/RemoveServersFromServerGroup.json",
2025-08-20T19:16:01.5185808Z [00:02:03.690]➜  		"zh-CN/nlb/StartListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/StartListener.json",
2025-08-20T19:16:01.5187533Z [00:02:03.690]➜  		"zh-CN/nlb/StartShiftLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/StartShiftLoadBalancerZones.json",
2025-08-20T19:16:01.5189182Z [00:02:03.690]➜  		"zh-CN/nlb/StopListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/StopListener.json",
2025-08-20T19:16:01.5190617Z [00:02:03.690]➜  		"zh-CN/nlb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/TagResources.json",
2025-08-20T19:16:01.5192102Z [00:02:03.690]➜  		"zh-CN/nlb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UntagResources.json",
2025-08-20T19:16:01.5193871Z [00:02:03.690]➜  		"zh-CN/nlb/UpdateListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateListenerAttribute.json",
2025-08-20T19:16:01.5195878Z [00:02:03.690]➜  		"zh-CN/nlb/UpdateLoadBalancerAddressTypeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateLoadBalancerAddressTypeConfig.json",
2025-08-20T19:16:01.5198125Z [00:02:03.690]➜  		"zh-CN/nlb/UpdateLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateLoadBalancerAttribute.json",
2025-08-20T19:16:01.5200200Z [00:02:03.690]➜  		"zh-CN/nlb/UpdateLoadBalancerProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateLoadBalancerProtection.json",
2025-08-20T19:16:01.5202064Z [00:02:03.690]➜  		"zh-CN/nlb/UpdateLoadBalancerZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateLoadBalancerZones.json",
2025-08-20T19:16:01.5204121Z [00:02:03.690]➜  		"zh-CN/nlb/UpdateSecurityPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateSecurityPolicyAttribute.json",
2025-08-20T19:16:01.5206037Z [00:02:03.690]➜  		"zh-CN/nlb/UpdateServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateServerGroupAttribute.json",
2025-08-20T19:16:01.5208199Z [00:02:03.690]➜  		"zh-CN/nlb/UpdateServerGroupServersAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateServerGroupServersAttribute.json",
2025-08-20T19:16:01.5209981Z [00:02:03.690]➜  		"zh-CN/nlb/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/version.json",
2025-08-20T19:16:01.5211473Z [00:02:03.690]➜  		"zh-CN/objectdet/DetectIPCObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectIPCObject.json",
2025-08-20T19:16:01.5213464Z [00:02:03.690]➜  		"zh-CN/objectdet/DetectKitchenAnimals.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectKitchenAnimals.json",
2025-08-20T19:16:01.5215434Z [00:02:03.690]➜  		"zh-CN/objectdet/DetectMainBody.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectMainBody.json",
2025-08-20T19:16:01.5217229Z [00:02:03.690]➜  		"zh-CN/objectdet/DetectObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectObject.json",
2025-08-20T19:16:01.5219288Z [00:02:03.690]➜  		"zh-CN/objectdet/DetectVehicleICongestion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectVehicleICongestion.json",
2025-08-20T19:16:01.5221607Z [00:02:03.690]➜  		"zh-CN/objectdet/DetectVehicleIllegalParking.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectVehicleIllegalParking.json",
2025-08-20T19:16:01.5224062Z [00:02:03.690]➜  		"zh-CN/objectdet/DetectVideoIPCObject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectVideoIPCObject.json",
2025-08-20T19:16:01.5226160Z [00:02:03.690]➜  		"zh-CN/objectdet/DetectWhiteBaseImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectWhiteBaseImage.json",
2025-08-20T19:16:01.5228161Z [00:02:03.690]➜  		"zh-CN/objectdet/DetectWorkwear.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectWorkwear.json",
2025-08-20T19:16:01.5230118Z [00:02:03.690]➜  		"zh-CN/objectdet/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/GetAsyncJobResult.json",
2025-08-20T19:16:01.5231925Z [00:02:03.690]➜  		"zh-CN/objectdet/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/version.json",
2025-08-20T19:16:01.5234207Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CancelProjectModifyRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CancelProjectModifyRecord.json",
2025-08-20T19:16:01.5236624Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateBackupSetDownloadLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateBackupSetDownloadLink.json",
2025-08-20T19:16:01.5238838Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateDatabase.json",
2025-08-20T19:16:01.5240784Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateInstance.json",
2025-08-20T19:16:01.5243101Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateLabel.json",
2025-08-20T19:16:01.5245250Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateMySqlDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateMySqlDataSource.json",
2025-08-20T19:16:01.5247353Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateOceanBaseDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateOceanBaseDataSource.json",
2025-08-20T19:16:01.5249606Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateOmsMysqlDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateOmsMysqlDataSource.json",
2025-08-20T19:16:01.5251797Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateOmsOpenAPIProject.json",
2025-08-20T19:16:01.5254153Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateProject.json",
2025-08-20T19:16:01.5256470Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateProjectModifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateProjectModifyRecords.json",
2025-08-20T19:16:01.5258955Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateRdsPostgreSQLDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateRdsPostgreSQLDataSource.json",
2025-08-20T19:16:01.5261315Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateSecurityIpGroup.json",
2025-08-20T19:16:01.5263577Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateTenant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateTenant.json",
2025-08-20T19:16:01.5265715Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateTenantReadOnlyConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateTenantReadOnlyConnection.json",
2025-08-20T19:16:01.5268055Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateTenantSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateTenantSecurityIpGroup.json",
2025-08-20T19:16:01.5270235Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/CreateTenantUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateTenantUser.json",
2025-08-20T19:16:01.5272096Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DeleteDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteDataSource.json",
2025-08-20T19:16:01.5274120Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DeleteDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteDatabases.json",
2025-08-20T19:16:01.5276122Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DeleteInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteInstances.json",
2025-08-20T19:16:01.5278179Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DeleteOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteOmsOpenAPIProject.json",
2025-08-20T19:16:01.5280236Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DeleteProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteProject.json",
2025-08-20T19:16:01.5282220Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DeleteSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteSecurityIpGroup.json",
2025-08-20T19:16:01.5284582Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DeleteTenantSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteTenantSecurityIpGroup.json",
2025-08-20T19:16:01.5286597Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DeleteTenantUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteTenantUsers.json",
2025-08-20T19:16:01.5288599Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DeleteTenants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteTenants.json",
2025-08-20T19:16:01.5290740Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeAnomalySQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAnomalySQLList.json",
2025-08-20T19:16:01.5293102Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeAvailableCpuResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAvailableCpuResource.json",
2025-08-20T19:16:01.5295468Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeAvailableMemResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAvailableMemResource.json",
2025-08-20T19:16:01.5297652Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeAvailableSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAvailableSpec.json",
2025-08-20T19:16:01.5299835Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeAvailableZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAvailableZone.json",
2025-08-20T19:16:01.5301864Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeCharset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeCharset.json",
2025-08-20T19:16:01.5303965Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeDataBackupSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeDataBackupSet.json",
2025-08-20T19:16:01.5305913Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeDatabases.json",
2025-08-20T19:16:01.5307760Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstance.json",
2025-08-20T19:16:01.5309973Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeInstanceCreatableZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceCreatableZone.json",
2025-08-20T19:16:01.5312229Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceSSL.json",
2025-08-20T19:16:01.5314637Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeInstanceSecurityConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceSecurityConfigs.json",
2025-08-20T19:16:01.5316961Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeInstanceTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceTags.json",
2025-08-20T19:16:01.5319077Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeInstanceTenantModes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceTenantModes.json",
2025-08-20T19:16:01.5321256Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeInstanceTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceTopology.json",
2025-08-20T19:16:01.5323406Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstances.json",
2025-08-20T19:16:01.5325327Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeMetricsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeMetricsData.json",
2025-08-20T19:16:01.5327257Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeNodeMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeNodeMetrics.json",
2025-08-20T19:16:01.5329297Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeOasAnomalySQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasAnomalySQLList.json",
2025-08-20T19:16:01.5331360Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeOasSQLDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasSQLDetails.json",
2025-08-20T19:16:01.5333880Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeOasSQLHistoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasSQLHistoryList.json",
2025-08-20T19:16:01.5336222Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeOasSQLPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasSQLPlans.json",
2025-08-20T19:16:01.5338370Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeOasSlowSQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasSlowSQLList.json",
2025-08-20T19:16:01.5340565Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeOasTopSQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasTopSQLList.json",
2025-08-20T19:16:01.5342972Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOmsOpenAPIProject.json",
2025-08-20T19:16:01.5345404Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeOmsOpenAPIProjectSteps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOmsOpenAPIProjectSteps.json",
2025-08-20T19:16:01.5347970Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeOutlineBinding.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOutlineBinding.json",
2025-08-20T19:16:01.5350186Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeParameters.json",
2025-08-20T19:16:01.5352366Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeParametersHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeParametersHistory.json",
2025-08-20T19:16:01.5354687Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProject.json",
2025-08-20T19:16:01.5356800Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeProjectComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProjectComponents.json",
2025-08-20T19:16:01.5358888Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeProjectProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProjectProgress.json",
2025-08-20T19:16:01.5360972Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeProjectStepMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProjectStepMetric.json",
2025-08-20T19:16:01.5363231Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeProjectSteps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProjectSteps.json",
2025-08-20T19:16:01.5365471Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeRecommendIndex.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeRecommendIndex.json",
2025-08-20T19:16:01.5367657Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeSQLDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSQLDetails.json",
2025-08-20T19:16:01.5369901Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeSQLHistoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSQLHistoryList.json",
2025-08-20T19:16:01.5372001Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeSQLPlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSQLPlans.json",
2025-08-20T19:16:01.5374235Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeSQLSamples.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSQLSamples.json",
2025-08-20T19:16:01.5376399Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeSampleSqlRawTexts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSampleSqlRawTexts.json",
2025-08-20T19:16:01.5378670Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeSecurityIpGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSecurityIpGroups.json",
2025-08-20T19:16:01.5381119Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeSlowSQLHistoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSlowSQLHistoryList.json",
2025-08-20T19:16:01.5383662Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeSlowSQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSlowSQLList.json",
2025-08-20T19:16:01.5385642Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeTenant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenant.json",
2025-08-20T19:16:01.5387631Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeTenantEncryption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantEncryption.json",
2025-08-20T19:16:01.5389777Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeTenantMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantMetrics.json",
2025-08-20T19:16:01.5392180Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeTenantSecurityConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantSecurityConfigs.json",
2025-08-20T19:16:01.5394860Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeTenantSecurityIpGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantSecurityIpGroups.json",
2025-08-20T19:16:01.5397041Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeTenantTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantTags.json",
2025-08-20T19:16:01.5398952Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeTenantUserRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantUserRoles.json",
2025-08-20T19:16:01.5400894Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeTenantUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantUsers.json",
2025-08-20T19:16:01.5403048Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeTenantZonesRead.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantZonesRead.json",
2025-08-20T19:16:01.5405177Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeTenants.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenants.json",
2025-08-20T19:16:01.5407199Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeTimeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTimeZones.json",
2025-08-20T19:16:01.5409286Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeTopSQLList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTopSQLList.json",
2025-08-20T19:16:01.5411306Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeZones.json",
2025-08-20T19:16:01.5413408Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/GetUploadOssUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/GetUploadOssUrl.json",
2025-08-20T19:16:01.5415440Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/KillProcessList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/KillProcessList.json",
2025-08-20T19:16:01.5417408Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ListAllLabels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListAllLabels.json",
2025-08-20T19:16:01.5419322Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ListDataSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListDataSource.json",
2025-08-20T19:16:01.5421443Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ListProjectFullVerifyResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListProjectFullVerifyResult.json",
2025-08-20T19:16:01.5423966Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ListProjectModifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListProjectModifyRecords.json",
2025-08-20T19:16:01.5426266Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ListProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListProjects.json",
2025-08-20T19:16:01.5428436Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ListWorkerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListWorkerInstances.json",
2025-08-20T19:16:01.5430638Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyDatabaseDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyDatabaseDescription.json",
2025-08-20T19:16:01.5433214Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyDatabaseUserRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyDatabaseUserRoles.json",
2025-08-20T19:16:01.5435428Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyInstanceName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceName.json",
2025-08-20T19:16:01.5437620Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyInstanceNodeNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceNodeNum.json",
2025-08-20T19:16:01.5439975Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceSpec.json",
2025-08-20T19:16:01.5442154Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyInstanceTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceTags.json",
2025-08-20T19:16:01.5444762Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyInstanceTemporaryCapacity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceTemporaryCapacity.json",
2025-08-20T19:16:01.5447041Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyParameters.json",
2025-08-20T19:16:01.5449008Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifySecurityIps.json",
2025-08-20T19:16:01.5451016Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyTenantEncryption.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantEncryption.json",
2025-08-20T19:16:01.5453265Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyTenantPrimaryZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantPrimaryZone.json",
2025-08-20T19:16:01.5455343Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyTenantResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantResource.json",
2025-08-20T19:16:01.5457378Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyTenantSecurityIpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantSecurityIpGroup.json",
2025-08-20T19:16:01.5459402Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyTenantTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantTags.json",
2025-08-20T19:16:01.5461590Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyTenantUserDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantUserDescription.json",
2025-08-20T19:16:01.5464361Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyTenantUserPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantUserPassword.json",
2025-08-20T19:16:01.5466669Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyTenantUserRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantUserRoles.json",
2025-08-20T19:16:01.5468894Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ModifyTenantUserStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantUserStatus.json",
2025-08-20T19:16:01.5471166Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ReleaseOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ReleaseOmsOpenAPIProject.json",
2025-08-20T19:16:01.5473724Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ReleaseProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ReleaseProject.json",
2025-08-20T19:16:01.5476063Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ReleaseWorkerInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ReleaseWorkerInstance.json",
2025-08-20T19:16:01.5478317Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ResetOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ResetOmsOpenAPIProject.json",
2025-08-20T19:16:01.5480541Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ResumeOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ResumeOmsOpenAPIProject.json",
2025-08-20T19:16:01.5482656Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/ResumeProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ResumeProject.json",
2025-08-20T19:16:01.5484785Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/RetryProjectModifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/RetryProjectModifyRecords.json",
2025-08-20T19:16:01.5487072Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/SearchOmsOpenAPIMonitorMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/SearchOmsOpenAPIMonitorMetric.json",
2025-08-20T19:16:01.5489254Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/SearchOmsOpenAPIProjects.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/SearchOmsOpenAPIProjects.json",
2025-08-20T19:16:01.5491297Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/StartOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StartOmsOpenAPIProject.json",
2025-08-20T19:16:01.5493252Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/StartProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StartProject.json",
2025-08-20T19:16:01.5495032Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/StartProjectsByLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StartProjectsByLabel.json",
2025-08-20T19:16:01.5496989Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/StopOmsOpenAPIProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StopOmsOpenAPIProject.json",
2025-08-20T19:16:01.5498774Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/StopProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StopProject.json",
2025-08-20T19:16:01.5500663Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/StopProjectModifyRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StopProjectModifyRecords.json",
2025-08-20T19:16:01.5502806Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/StopProjectsByLabel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StopProjectsByLabel.json",
2025-08-20T19:16:01.5504732Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/SwitchoverInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/SwitchoverInstance.json",
2025-08-20T19:16:01.5506470Z [00:02:03.690]➜  		"zh-CN/oceanbasepro/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/version.json",
2025-08-20T19:16:01.5508049Z [00:02:03.690]➜  		"zh-CN/ocr/GetAsyncJobResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/GetAsyncJobResult.json",
2025-08-20T19:16:01.5509624Z [00:02:03.690]➜  		"zh-CN/ocr/RecognizeBankCard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeBankCard.json",
2025-08-20T19:16:01.5511308Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeBusinessLicense.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeBusinessLicense.json",
2025-08-20T19:16:01.5513211Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeCharacter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeCharacter.json",
2025-08-20T19:16:01.5515053Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeDriverLicense.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeDriverLicense.json",
2025-08-20T19:16:01.5517289Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeDrivingLicense.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeDrivingLicense.json",
2025-08-20T19:16:01.5519388Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeIdentityCard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeIdentityCard.json",
2025-08-20T19:16:01.5521297Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeLicensePlate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeLicensePlate.json",
2025-08-20T19:16:01.5523203Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizePdf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizePdf.json",
2025-08-20T19:16:01.5524860Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeQrCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeQrCode.json",
2025-08-20T19:16:01.5526645Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeQuotaInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeQuotaInvoice.json",
2025-08-20T19:16:01.5528582Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeTable.json",
2025-08-20T19:16:01.5530473Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeTaxiInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeTaxiInvoice.json",
2025-08-20T19:16:01.5532363Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeTicketInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeTicketInvoice.json",
2025-08-20T19:16:01.5534509Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeTrainTicket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeTrainTicket.json",
2025-08-20T19:16:01.5536327Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeVATInvoice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeVATInvoice.json",
2025-08-20T19:16:01.5538040Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeVINCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeVINCode.json",
2025-08-20T19:16:01.5539914Z [00:02:03.691]➜  		"zh-CN/ocr/RecognizeVideoCharacter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeVideoCharacter.json",
2025-08-20T19:16:01.5541629Z [00:02:03.691]➜  		"zh-CN/ocr/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/version.json",
2025-08-20T19:16:01.5543425Z [00:02:03.691]➜  		"zh-CN/ons/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/ListTagResources.json",
2025-08-20T19:16:01.5545192Z [00:02:03.691]➜  		"zh-CN/ons/OnsConsumerAccumulate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerAccumulate.json",
2025-08-20T19:16:01.5547076Z [00:02:03.691]➜  		"zh-CN/ons/OnsConsumerGetConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerGetConnection.json",
2025-08-20T19:16:01.5549033Z [00:02:03.691]➜  		"zh-CN/ons/OnsConsumerResetOffset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerResetOffset.json",
2025-08-20T19:16:01.5550902Z [00:02:03.691]➜  		"zh-CN/ons/OnsConsumerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerStatus.json",
2025-08-20T19:16:01.5552900Z [00:02:03.691]➜  		"zh-CN/ons/OnsConsumerTimeSpan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerTimeSpan.json",
2025-08-20T19:16:01.5554729Z [00:02:03.691]➜  		"zh-CN/ons/OnsDLQMessageGetById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsDLQMessageGetById.json",
2025-08-20T19:16:01.5556771Z [00:02:03.691]➜  		"zh-CN/ons/OnsDLQMessagePageQueryByGroupId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsDLQMessagePageQueryByGroupId.json",
2025-08-20T19:16:01.5558841Z [00:02:03.691]➜  		"zh-CN/ons/OnsDLQMessageResendById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsDLQMessageResendById.json",
2025-08-20T19:16:01.5560945Z [00:02:03.691]➜  		"zh-CN/ons/OnsGroupConsumerUpdate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupConsumerUpdate.json",
2025-08-20T19:16:01.5562919Z [00:02:03.691]➜  		"zh-CN/ons/OnsGroupCreate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupCreate.json",
2025-08-20T19:16:01.5564725Z [00:02:03.691]➜  		"zh-CN/ons/OnsGroupDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupDelete.json",
2025-08-20T19:16:01.5566278Z [00:02:03.691]➜  		"zh-CN/ons/OnsGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupList.json",
2025-08-20T19:16:01.5567880Z [00:02:03.691]➜  		"zh-CN/ons/OnsGroupSubDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupSubDetail.json",
2025-08-20T19:16:01.5569607Z [00:02:03.691]➜  		"zh-CN/ons/OnsInstanceBaseInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceBaseInfo.json",
2025-08-20T19:16:01.5571323Z [00:02:03.691]➜  		"zh-CN/ons/OnsInstanceCreate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceCreate.json",
2025-08-20T19:16:01.5573364Z [00:02:03.691]➜  		"zh-CN/ons/OnsInstanceDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceDelete.json",
2025-08-20T19:16:01.5575481Z [00:02:03.691]➜  		"zh-CN/ons/OnsInstanceInServiceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceInServiceList.json",
2025-08-20T19:16:01.5577390Z [00:02:03.691]➜  		"zh-CN/ons/OnsInstanceUpdate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceUpdate.json",
2025-08-20T19:16:01.5579145Z [00:02:03.691]➜  		"zh-CN/ons/OnsMessageDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessageDetail.json",
2025-08-20T19:16:01.5580883Z [00:02:03.691]➜  		"zh-CN/ons/OnsMessageGetByKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessageGetByKey.json",
2025-08-20T19:16:01.5582915Z [00:02:03.691]➜  		"zh-CN/ons/OnsMessageGetByMsgId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessageGetByMsgId.json",
2025-08-20T19:16:01.5584870Z [00:02:03.691]➜  		"zh-CN/ons/OnsMessagePageQueryByTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessagePageQueryByTopic.json",
2025-08-20T19:16:01.5586768Z [00:02:03.691]➜  		"zh-CN/ons/OnsMessagePush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessagePush.json",
2025-08-20T19:16:01.5588408Z [00:02:03.691]➜  		"zh-CN/ons/OnsMessageTrace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessageTrace.json",
2025-08-20T19:16:01.5590070Z [00:02:03.691]➜  		"zh-CN/ons/OnsRegionList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsRegionList.json",
2025-08-20T19:16:01.5591667Z [00:02:03.691]➜  		"zh-CN/ons/OnsTopicCreate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicCreate.json",
2025-08-20T19:16:01.5593764Z [00:02:03.691]➜  		"zh-CN/ons/OnsTopicDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicDelete.json",
2025-08-20T19:16:01.5595426Z [00:02:03.691]➜  		"zh-CN/ons/OnsTopicList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicList.json",
2025-08-20T19:16:01.5597289Z [00:02:03.691]➜  		"zh-CN/ons/OnsTopicStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicStatus.json",
2025-08-20T19:16:01.5599032Z [00:02:03.691]➜  		"zh-CN/ons/OnsTopicSubDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicSubDetail.json",
2025-08-20T19:16:01.5600815Z [00:02:03.691]➜  		"zh-CN/ons/OnsTopicUpdate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicUpdate.json",
2025-08-20T19:16:01.5602786Z [00:02:03.691]➜  		"zh-CN/ons/OnsTraceGetResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTraceGetResult.json",
2025-08-20T19:16:01.5604678Z [00:02:03.691]➜  		"zh-CN/ons/OnsTraceQueryByMsgId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTraceQueryByMsgId.json",
2025-08-20T19:16:01.5606541Z [00:02:03.691]➜  		"zh-CN/ons/OnsTraceQueryByMsgKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTraceQueryByMsgKey.json",
2025-08-20T19:16:01.5608429Z [00:02:03.691]➜  		"zh-CN/ons/OnsTrendGroupOutputTps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTrendGroupOutputTps.json",
2025-08-20T19:16:01.5610323Z [00:02:03.691]➜  		"zh-CN/ons/OnsTrendTopicInputTps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTrendTopicInputTps.json",
2025-08-20T19:16:01.5612057Z [00:02:03.691]➜  		"zh-CN/ons/OpenOnsService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OpenOnsService.json",
2025-08-20T19:16:01.5613781Z [00:02:03.691]➜  		"zh-CN/ons/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/TagResources.json",
2025-08-20T19:16:01.5615291Z [00:02:03.691]➜  		"zh-CN/ons/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/UntagResources.json",
2025-08-20T19:16:01.5616984Z [00:02:03.691]➜  		"zh-CN/ons/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/version.json",
2025-08-20T19:16:01.5618566Z [00:02:03.691]➜  		"zh-CN/oos/CancelExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CancelExecution.json",
2025-08-20T19:16:01.5620188Z [00:02:03.691]➜  		"zh-CN/oos/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ChangeResourceGroup.json",
2025-08-20T19:16:01.5622102Z [00:02:03.691]➜  		"zh-CN/oos/ContinueDeployApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ContinueDeployApplicationGroup.json",
2025-08-20T19:16:01.5624241Z [00:02:03.691]➜  		"zh-CN/oos/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateApplication.json",
2025-08-20T19:16:01.5625931Z [00:02:03.691]➜  		"zh-CN/oos/CreateApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateApplicationGroup.json",
2025-08-20T19:16:01.5627618Z [00:02:03.691]➜  		"zh-CN/oos/CreateOpsItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateOpsItem.json",
2025-08-20T19:16:01.5629258Z [00:02:03.691]➜  		"zh-CN/oos/CreateParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateParameter.json",
2025-08-20T19:16:01.5630886Z [00:02:03.691]➜  		"zh-CN/oos/CreatePatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreatePatchBaseline.json",
2025-08-20T19:16:01.5633057Z [00:02:03.691]➜  		"zh-CN/oos/CreateSecretParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateSecretParameter.json",
2025-08-20T19:16:01.5634956Z [00:02:03.691]➜  		"zh-CN/oos/CreateStateConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateStateConfiguration.json",
2025-08-20T19:16:01.5636716Z [00:02:03.691]➜  		"zh-CN/oos/CreateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateTemplate.json",
2025-08-20T19:16:01.5638538Z [00:02:03.691]➜  		"zh-CN/oos/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteApplication.json",
2025-08-20T19:16:01.5640432Z [00:02:03.691]➜  		"zh-CN/oos/DeleteApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteApplicationGroup.json",
2025-08-20T19:16:01.5642188Z [00:02:03.691]➜  		"zh-CN/oos/DeleteExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteExecutions.json",
2025-08-20T19:16:01.5644076Z [00:02:03.691]➜  		"zh-CN/oos/DeleteParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteParameter.json",
2025-08-20T19:16:01.5645830Z [00:02:03.691]➜  		"zh-CN/oos/DeletePatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeletePatchBaseline.json",
2025-08-20T19:16:01.5647647Z [00:02:03.691]➜  		"zh-CN/oos/DeleteSecretParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteSecretParameter.json",
2025-08-20T19:16:01.5649602Z [00:02:03.691]➜  		"zh-CN/oos/DeleteStateConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteStateConfigurations.json",
2025-08-20T19:16:01.5651472Z [00:02:03.691]➜  		"zh-CN/oos/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteTemplate.json",
2025-08-20T19:16:01.5653355Z [00:02:03.691]➜  		"zh-CN/oos/DeleteTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteTemplates.json",
2025-08-20T19:16:01.5655176Z [00:02:03.691]➜  		"zh-CN/oos/DeployApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeployApplicationGroup.json",
2025-08-20T19:16:01.5657230Z [00:02:03.691]➜  		"zh-CN/oos/DescribeApplicationGroupBill.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DescribeApplicationGroupBill.json",
2025-08-20T19:16:01.5659183Z [00:02:03.691]➜  		"zh-CN/oos/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DescribeRegions.json",
2025-08-20T19:16:01.5661162Z [00:02:03.691]➜  		"zh-CN/oos/GenerateExecutionPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GenerateExecutionPolicy.json",
2025-08-20T19:16:01.5663358Z [00:02:03.691]➜  		"zh-CN/oos/GetApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetApplication.json",
2025-08-20T19:16:01.5665016Z [00:02:03.691]➜  		"zh-CN/oos/GetApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetApplicationGroup.json",
2025-08-20T19:16:01.5666692Z [00:02:03.691]➜  		"zh-CN/oos/GetExecutionTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetExecutionTemplate.json",
2025-08-20T19:16:01.5668367Z [00:02:03.691]➜  		"zh-CN/oos/GetInventorySchema.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetInventorySchema.json",
2025-08-20T19:16:01.5669850Z [00:02:03.691]➜  		"zh-CN/oos/GetOpsItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetOpsItem.json",
2025-08-20T19:16:01.5671258Z [00:02:03.691]➜  		"zh-CN/oos/GetParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetParameter.json",
2025-08-20T19:16:01.5672870Z [00:02:03.691]➜  		"zh-CN/oos/GetParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetParameters.json",
2025-08-20T19:16:01.5674594Z [00:02:03.691]➜  		"zh-CN/oos/GetParametersByPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetParametersByPath.json",
2025-08-20T19:16:01.5676430Z [00:02:03.691]➜  		"zh-CN/oos/GetPatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetPatchBaseline.json",
2025-08-20T19:16:01.5678235Z [00:02:03.691]➜  		"zh-CN/oos/GetSecretParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetSecretParameter.json",
2025-08-20T19:16:01.5680118Z [00:02:03.691]➜  		"zh-CN/oos/GetSecretParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetSecretParameters.json",
2025-08-20T19:16:01.5682270Z [00:02:03.691]➜  		"zh-CN/oos/GetSecretParametersByPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetSecretParametersByPath.json",
2025-08-20T19:16:01.5684585Z [00:02:03.691]➜  		"zh-CN/oos/GetServiceSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetServiceSettings.json",
2025-08-20T19:16:01.5686259Z [00:02:03.691]➜  		"zh-CN/oos/GetTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetTemplate.json",
2025-08-20T19:16:01.5687845Z [00:02:03.691]➜  		"zh-CN/oos/ListActions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListActions.json",
2025-08-20T19:16:01.5689599Z [00:02:03.691]➜  		"zh-CN/oos/ListApplicationGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListApplicationGroups.json",
2025-08-20T19:16:01.5691465Z [00:02:03.691]➜  		"zh-CN/oos/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListApplications.json",
2025-08-20T19:16:01.5693516Z [00:02:03.691]➜  		"zh-CN/oos/ListExecutionLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListExecutionLogs.json",
2025-08-20T19:16:01.5695419Z [00:02:03.691]➜  		"zh-CN/oos/ListExecutionRiskyTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListExecutionRiskyTasks.json",
2025-08-20T19:16:01.5697183Z [00:02:03.691]➜  		"zh-CN/oos/ListExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListExecutions.json",
2025-08-20T19:16:01.5698990Z [00:02:03.691]➜  		"zh-CN/oos/ListInstancePatchStates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListInstancePatchStates.json",
2025-08-20T19:16:01.5700944Z [00:02:03.691]➜  		"zh-CN/oos/ListInstancePatches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListInstancePatches.json",
2025-08-20T19:16:01.5703058Z [00:02:03.691]➜  		"zh-CN/oos/ListInventoryEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListInventoryEntries.json",
2025-08-20T19:16:01.5705002Z [00:02:03.691]➜  		"zh-CN/oos/ListOpsItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListOpsItems.json",
2025-08-20T19:16:01.5706968Z [00:02:03.691]➜  		"zh-CN/oos/ListParameterVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListParameterVersions.json",
2025-08-20T19:16:01.5708790Z [00:02:03.691]➜  		"zh-CN/oos/ListParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListParameters.json",
2025-08-20T19:16:01.5710552Z [00:02:03.691]➜  		"zh-CN/oos/ListPatchBaselines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListPatchBaselines.json",
2025-08-20T19:16:01.5712771Z [00:02:03.691]➜  		"zh-CN/oos/ListResourceExecutionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListResourceExecutionStatus.json",
2025-08-20T19:16:01.5714741Z [00:02:03.691]➜  		"zh-CN/oos/ListSecretParameterVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListSecretParameterVersions.json",
2025-08-20T19:16:01.5716627Z [00:02:03.691]➜  		"zh-CN/oos/ListSecretParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListSecretParameters.json",
2025-08-20T19:16:01.5718353Z [00:02:03.691]➜  		"zh-CN/oos/ListStateConfigurations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListStateConfigurations.json",
2025-08-20T19:16:01.5719894Z [00:02:03.691]➜  		"zh-CN/oos/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTagKeys.json",
2025-08-20T19:16:01.5721342Z [00:02:03.691]➜  		"zh-CN/oos/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTagResources.json",
2025-08-20T19:16:01.5723003Z [00:02:03.691]➜  		"zh-CN/oos/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTagValues.json",
2025-08-20T19:16:01.5724594Z [00:02:03.691]➜  		"zh-CN/oos/ListTaskExecutions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTaskExecutions.json",
2025-08-20T19:16:01.5726367Z [00:02:03.691]➜  		"zh-CN/oos/ListTemplateVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTemplateVersions.json",
2025-08-20T19:16:01.5728017Z [00:02:03.691]➜  		"zh-CN/oos/ListTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTemplates.json",
2025-08-20T19:16:01.5729514Z [00:02:03.691]➜  		"zh-CN/oos/NotifyExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/NotifyExecution.json",
2025-08-20T19:16:01.5731276Z [00:02:03.691]➜  		"zh-CN/oos/RegisterDefaultPatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/RegisterDefaultPatchBaseline.json",
2025-08-20T19:16:01.5733217Z [00:02:03.691]➜  		"zh-CN/oos/SearchInventory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/SearchInventory.json",
2025-08-20T19:16:01.5743394Z [00:02:03.691]➜  		"zh-CN/oos/SetServiceSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/SetServiceSettings.json",
2025-08-20T19:16:01.5745257Z [00:02:03.691]➜  		"zh-CN/oos/StartExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/StartExecution.json",
2025-08-20T19:16:01.5746876Z [00:02:03.691]➜  		"zh-CN/oos/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/TagResources.json",
2025-08-20T19:16:01.5748552Z [00:02:03.691]➜  		"zh-CN/oos/TriggerExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/TriggerExecution.json",
2025-08-20T19:16:01.5750256Z [00:02:03.691]➜  		"zh-CN/oos/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UntagResources.json",
2025-08-20T19:16:01.5751975Z [00:02:03.691]➜  		"zh-CN/oos/UpdateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateApplication.json",
2025-08-20T19:16:01.5754058Z [00:02:03.691]➜  		"zh-CN/oos/UpdateApplicationGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateApplicationGroup.json",
2025-08-20T19:16:01.5756077Z [00:02:03.691]➜  		"zh-CN/oos/UpdateExecution.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateExecution.json",
2025-08-20T19:16:01.5757887Z [00:02:03.691]➜  		"zh-CN/oos/UpdateOpsItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateOpsItem.json",
2025-08-20T19:16:01.5759578Z [00:02:03.691]➜  		"zh-CN/oos/UpdateParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateParameter.json",
2025-08-20T19:16:01.5761350Z [00:02:03.691]➜  		"zh-CN/oos/UpdatePatchBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdatePatchBaseline.json",
2025-08-20T19:16:01.5763369Z [00:02:03.691]➜  		"zh-CN/oos/UpdateSecretParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateSecretParameter.json",
2025-08-20T19:16:01.5765382Z [00:02:03.691]➜  		"zh-CN/oos/UpdateStateConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateStateConfiguration.json",
2025-08-20T19:16:01.5767277Z [00:02:03.691]➜  		"zh-CN/oos/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateTemplate.json",
2025-08-20T19:16:01.5769159Z [00:02:03.691]➜  		"zh-CN/oos/ValidateTemplateContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ValidateTemplateContent.json",
2025-08-20T19:16:01.5770899Z [00:02:03.691]➜  		"zh-CN/oos/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/version.json",
2025-08-20T19:16:01.5772859Z [00:02:03.691]➜  		"zh-CN/polardb/CancelScheduleTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CancelScheduleTasks.json",
2025-08-20T19:16:01.5774863Z [00:02:03.691]➜  		"zh-CN/polardb/CheckAccountName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CheckAccountName.json",
2025-08-20T19:16:01.5776708Z [00:02:03.691]➜  		"zh-CN/polardb/CheckDBName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CheckDBName.json",
2025-08-20T19:16:01.5778824Z [00:02:03.691]➜  		"zh-CN/polardb/CheckKMSAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CheckKMSAuthorized.json",
2025-08-20T19:16:01.5781046Z [00:02:03.691]➜  		"zh-CN/polardb/CheckServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CheckServiceLinkedRole.json",
2025-08-20T19:16:01.5783219Z [00:02:03.691]➜  		"zh-CN/polardb/CloseAITask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CloseAITask.json",
2025-08-20T19:16:01.5784973Z [00:02:03.691]➜  		"zh-CN/polardb/CloseDBClusterMigration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CloseDBClusterMigration.json",
2025-08-20T19:16:01.5786737Z [00:02:03.691]➜  		"zh-CN/polardb/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateAccount.json",
2025-08-20T19:16:01.5788337Z [00:02:03.691]➜  		"zh-CN/polardb/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateBackup.json",
2025-08-20T19:16:01.5790147Z [00:02:03.691]➜  		"zh-CN/polardb/CreateColdStorageInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateColdStorageInstance.json",
2025-08-20T19:16:01.5791983Z [00:02:03.691]➜  		"zh-CN/polardb/CreateDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBCluster.json",
2025-08-20T19:16:01.5793992Z [00:02:03.691]➜  		"zh-CN/polardb/CreateDBClusterEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBClusterEndpoint.json",
2025-08-20T19:16:01.5795906Z [00:02:03.691]➜  		"zh-CN/polardb/CreateDBEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBEndpointAddress.json",
2025-08-20T19:16:01.5797653Z [00:02:03.691]➜  		"zh-CN/polardb/CreateDBLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBLink.json",
2025-08-20T19:16:01.5799215Z [00:02:03.691]➜  		"zh-CN/polardb/CreateDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBNodes.json",
2025-08-20T19:16:01.5800973Z [00:02:03.691]➜  		"zh-CN/polardb/CreateDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDatabase.json",
2025-08-20T19:16:01.5803137Z [00:02:03.691]➜  		"zh-CN/polardb/CreateGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateGlobalDatabaseNetwork.json",
2025-08-20T19:16:01.5805211Z [00:02:03.691]➜  		"zh-CN/polardb/CreateGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:16:01.5807124Z [00:02:03.691]➜  		"zh-CN/polardb/CreateParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateParameterGroup.json",
2025-08-20T19:16:01.5808991Z [00:02:03.691]➜  		"zh-CN/polardb/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateServiceLinkedRole.json",
2025-08-20T19:16:01.5810794Z [00:02:03.691]➜  		"zh-CN/polardb/CreateStoragePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateStoragePlan.json",
2025-08-20T19:16:01.5812617Z [00:02:03.691]➜  		"zh-CN/polardb/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteAccount.json",
2025-08-20T19:16:01.5814349Z [00:02:03.691]➜  		"zh-CN/polardb/DeleteBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteBackup.json",
2025-08-20T19:16:01.5816247Z [00:02:03.692]➜  		"zh-CN/polardb/DeleteDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBCluster.json",
2025-08-20T19:16:01.5818266Z [00:02:03.692]➜  		"zh-CN/polardb/DeleteDBClusterEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBClusterEndpoint.json",
2025-08-20T19:16:01.5820463Z [00:02:03.692]➜  		"zh-CN/polardb/DeleteDBEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBEndpointAddress.json",
2025-08-20T19:16:01.5822810Z [00:02:03.692]➜  		"zh-CN/polardb/DeleteDBLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBLink.json",
2025-08-20T19:16:01.5824730Z [00:02:03.692]➜  		"zh-CN/polardb/DeleteDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBNodes.json",
2025-08-20T19:16:01.5826534Z [00:02:03.692]➜  		"zh-CN/polardb/DeleteDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDatabase.json",
2025-08-20T19:16:01.5828581Z [00:02:03.692]➜  		"zh-CN/polardb/DeleteGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteGlobalDatabaseNetwork.json",
2025-08-20T19:16:01.5830865Z [00:02:03.692]➜  		"zh-CN/polardb/DeleteGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:16:01.5833128Z [00:02:03.692]➜  		"zh-CN/polardb/DeleteMaskingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteMaskingRules.json",
2025-08-20T19:16:01.5835068Z [00:02:03.692]➜  		"zh-CN/polardb/DeleteParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteParameterGroup.json",
2025-08-20T19:16:01.5837050Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeAITaskStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeAITaskStatus.json",
2025-08-20T19:16:01.5838955Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeAccounts.json",
2025-08-20T19:16:01.5840973Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeAutoRenewAttribute.json",
2025-08-20T19:16:01.5843299Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeBackupLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeBackupLogs.json",
2025-08-20T19:16:01.5845459Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeBackupPolicy.json",
2025-08-20T19:16:01.5847670Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeBackupTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeBackupTasks.json",
2025-08-20T19:16:01.5849537Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeBackups.json",
2025-08-20T19:16:01.5851478Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeCharacterSetName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeCharacterSetName.json",
2025-08-20T19:16:01.5853618Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeClassList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeClassList.json",
2025-08-20T19:16:01.5855727Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterAccessWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterAccessWhitelist.json",
2025-08-20T19:16:01.5858026Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterAttribute.json",
2025-08-20T19:16:01.5860213Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterAuditLogCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterAuditLogCollector.json",
2025-08-20T19:16:01.5862787Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterAvailableResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterAvailableResources.json",
2025-08-20T19:16:01.5865057Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterConnectivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterConnectivity.json",
2025-08-20T19:16:01.5867341Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterEndpoints.json",
2025-08-20T19:16:01.5869327Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterMigration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterMigration.json",
2025-08-20T19:16:01.5871513Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterMonitor.json",
2025-08-20T19:16:01.5873746Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterParameters.json",
2025-08-20T19:16:01.5875973Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterPerformance.json",
2025-08-20T19:16:01.5878141Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterSSL.json",
2025-08-20T19:16:01.5880260Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterServerlessConf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterServerlessConf.json",
2025-08-20T19:16:01.5882704Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterTDE.json",
2025-08-20T19:16:01.5884812Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusterVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterVersion.json",
2025-08-20T19:16:01.5886865Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusters.json",
2025-08-20T19:16:01.5889022Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBClustersWithBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClustersWithBackups.json",
2025-08-20T19:16:01.5891539Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBInitializeVariable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBInitializeVariable.json",
2025-08-20T19:16:01.5894044Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBLinks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBLinks.json",
2025-08-20T19:16:01.5896140Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBNodePerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBNodePerformance.json",
2025-08-20T19:16:01.5898382Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBNodesParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBNodesParameters.json",
2025-08-20T19:16:01.5900621Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDBProxyPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBProxyPerformance.json",
2025-08-20T19:16:01.5902791Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDasConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDasConfig.json",
2025-08-20T19:16:01.5904533Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDatabases.json",
2025-08-20T19:16:01.5906630Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeDetachedBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDetachedBackups.json",
2025-08-20T19:16:01.5909120Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeGlobalDatabaseNetwork.json",
2025-08-20T19:16:01.5911860Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeGlobalDatabaseNetworks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeGlobalDatabaseNetworks.json",
2025-08-20T19:16:01.5914752Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:16:01.5917747Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:16:01.5920289Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeLogBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeLogBackupPolicy.json",
2025-08-20T19:16:01.5922201Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeMaskingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeMaskingRules.json",
2025-08-20T19:16:01.5924170Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeMetaList.json",
2025-08-20T19:16:01.5926000Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeParameterGroup.json",
2025-08-20T19:16:01.5928004Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeParameterGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeParameterGroups.json",
2025-08-20T19:16:01.5930099Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeParameterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeParameterTemplates.json",
2025-08-20T19:16:01.5931298Z [00:02:03.692]➜  		"zh-CN/polardb/DescribePendingMaintenanceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribePendingMaintenanceAction.json",
2025-08-20T19:16:01.5932747Z [00:02:03.692]➜  		"zh-CN/polardb/DescribePendingMaintenanceActions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribePendingMaintenanceActions.json",
2025-08-20T19:16:01.5933931Z [00:02:03.692]➜  		"zh-CN/polardb/DescribePolarSQLCollectorPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribePolarSQLCollectorPolicy.json",
2025-08-20T19:16:01.5934859Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeRegions.json",
2025-08-20T19:16:01.5936053Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeScheduleTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeScheduleTasks.json",
2025-08-20T19:16:01.5937202Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeSlowLogRecords.json",
2025-08-20T19:16:01.5938119Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeSlowLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeSlowLogs.json",
2025-08-20T19:16:01.5938999Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeTasks.json",
2025-08-20T19:16:01.5940162Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeUserEncryptionKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeUserEncryptionKeyList.json",
2025-08-20T19:16:01.5941083Z [00:02:03.692]➜  		"zh-CN/polardb/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeVSwitches.json",
2025-08-20T19:16:01.5942175Z [00:02:03.692]➜  		"zh-CN/polardb/DisableDBClusterServerless.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DisableDBClusterServerless.json",
2025-08-20T19:16:01.5943458Z [00:02:03.692]➜  		"zh-CN/polardb/EnableDBClusterServerless.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/EnableDBClusterServerless.json",
2025-08-20T19:16:01.5944505Z [00:02:03.692]➜  		"zh-CN/polardb/EnableFirewallRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/EnableFirewallRules.json",
2025-08-20T19:16:01.5945586Z [00:02:03.692]➜  		"zh-CN/polardb/EvaluateRegionResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/EvaluateRegionResource.json",
2025-08-20T19:16:01.5946731Z [00:02:03.692]➜  		"zh-CN/polardb/FailoverDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/FailoverDBCluster.json",
2025-08-20T19:16:01.5947778Z [00:02:03.692]➜  		"zh-CN/polardb/GrantAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/GrantAccountPrivilege.json",
2025-08-20T19:16:01.5948900Z [00:02:03.692]➜  		"zh-CN/polardb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ListTagResources.json",
2025-08-20T19:16:01.5949954Z [00:02:03.692]➜  		"zh-CN/polardb/ManuallyStartDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ManuallyStartDBCluster.json",
2025-08-20T19:16:01.5951066Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyAccountDescription.json",
2025-08-20T19:16:01.5952137Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyAccountPassword.json",
2025-08-20T19:16:01.5953572Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyAutoRenewAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyAutoRenewAttribute.json",
2025-08-20T19:16:01.5954632Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyBackupPolicy.json",
2025-08-20T19:16:01.5955485Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBCluster.json",
2025-08-20T19:16:01.5956601Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterAccessWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterAccessWhitelist.json",
2025-08-20T19:16:01.5957759Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterAndNodesParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterAndNodesParameters.json",
2025-08-20T19:16:01.5958909Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterAuditLogCollector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterAuditLogCollector.json",
2025-08-20T19:16:01.5959910Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterDeletion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterDeletion.json",
2025-08-20T19:16:01.5960927Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterDescription.json",
2025-08-20T19:16:01.5961905Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterEndpoint.json",
2025-08-20T19:16:01.5963082Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterMaintainTime.json",
2025-08-20T19:16:01.5964113Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterMigration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterMigration.json",
2025-08-20T19:16:01.5965125Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterMonitor.json",
2025-08-20T19:16:01.5966226Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterParameters.json",
2025-08-20T19:16:01.5967292Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterPrimaryZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterPrimaryZone.json",
2025-08-20T19:16:01.5968401Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterResourceGroup.json",
2025-08-20T19:16:01.5969375Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterSSL.json",
2025-08-20T19:16:01.5970645Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterServerlessConf.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterServerlessConf.json",
2025-08-20T19:16:01.5971853Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterStorageSpace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterStorageSpace.json",
2025-08-20T19:16:01.5973035Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBClusterTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterTDE.json",
2025-08-20T19:16:01.5974017Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBDescription.json",
2025-08-20T19:16:01.5975002Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBEndpointAddress.json",
2025-08-20T19:16:01.5975953Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBNodeClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBNodeClass.json",
2025-08-20T19:16:01.5977217Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBNodeHotReplicaMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBNodeHotReplicaMode.json",
2025-08-20T19:16:01.5978346Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBNodesClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBNodesClass.json",
2025-08-20T19:16:01.5979421Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyDBNodesParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBNodesParameters.json",
2025-08-20T19:16:01.5980596Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyGlobalDatabaseNetwork.json",
2025-08-20T19:16:01.5981755Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:16:01.5983220Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyGlobalSecurityIPGroupName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:16:01.5984575Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:16:01.5985608Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyLogBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyLogBackupPolicy.json",
2025-08-20T19:16:01.5986588Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyMaskingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyMaskingRules.json",
2025-08-20T19:16:01.5987818Z [00:02:03.692]➜  		"zh-CN/polardb/ModifyPendingMaintenanceAction.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyPendingMaintenanceAction.json",
2025-08-20T19:16:01.5988727Z [00:02:03.692]➜  		"zh-CN/polardb/OpenAITask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/OpenAITask.json",
2025-08-20T19:16:01.5989918Z [00:02:03.692]➜  		"zh-CN/polardb/RefreshDBClusterStorageUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RefreshDBClusterStorageUsage.json",
2025-08-20T19:16:01.5991007Z [00:02:03.692]➜  		"zh-CN/polardb/RemoveDBClusterFromGDN.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RemoveDBClusterFromGDN.json",
2025-08-20T19:16:01.5991923Z [00:02:03.692]➜  		"zh-CN/polardb/ResetAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ResetAccount.json",
2025-08-20T19:16:01.5993297Z [00:02:03.692]➜  		"zh-CN/polardb/ResetGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ResetGlobalDatabaseNetwork.json",
2025-08-20T19:16:01.5994205Z [00:02:03.692]➜  		"zh-CN/polardb/RestartDBNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RestartDBNode.json",
2025-08-20T19:16:01.5995237Z [00:02:03.692]➜  		"zh-CN/polardb/RestoreTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RestoreTable.json",
2025-08-20T19:16:01.5996428Z [00:02:03.692]➜  		"zh-CN/polardb/RevokeAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RevokeAccountPrivilege.json",
2025-08-20T19:16:01.5997644Z [00:02:03.692]➜  		"zh-CN/polardb/SwitchOverGlobalDatabaseNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/SwitchOverGlobalDatabaseNetwork.json",
2025-08-20T19:16:01.5998525Z [00:02:03.692]➜  		"zh-CN/polardb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/TagResources.json",
2025-08-20T19:16:01.5999460Z [00:02:03.692]➜  		"zh-CN/polardb/TempModifyDBNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/TempModifyDBNode.json",
2025-08-20T19:16:01.6000582Z [00:02:03.692]➜  		"zh-CN/polardb/TransformDBClusterPayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/TransformDBClusterPayType.json",
2025-08-20T19:16:01.6001634Z [00:02:03.692]➜  		"zh-CN/polardb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/UntagResources.json",
2025-08-20T19:16:01.6003172Z [00:02:03.692]➜  		"zh-CN/polardb/UpgradeDBClusterMinorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/UpgradeDBClusterMinorVersion.json",
2025-08-20T19:16:01.6004249Z [00:02:03.692]➜  		"zh-CN/polardb/UpgradeDBClusterVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/UpgradeDBClusterVersion.json",
2025-08-20T19:16:01.6005001Z [00:02:03.692]➜  		"zh-CN/polardb/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/version.json",
2025-08-20T19:16:01.6006220Z [00:02:03.692]➜  		"zh-CN/privatelink/AddUserToVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/AddUserToVpcEndpointService.json",
2025-08-20T19:16:01.6007263Z [00:02:03.692]➜  		"zh-CN/privatelink/AddZoneToVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/AddZoneToVpcEndpoint.json",
2025-08-20T19:16:01.6008584Z [00:02:03.692]➜  		"zh-CN/privatelink/AttachResourceToVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/AttachResourceToVpcEndpointService.json",
2025-08-20T19:16:01.6009829Z [00:02:03.692]➜  		"zh-CN/privatelink/AttachSecurityGroupToVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/AttachSecurityGroupToVpcEndpoint.json",
2025-08-20T19:16:01.6010858Z [00:02:03.692]➜  		"zh-CN/privatelink/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ChangeResourceGroup.json",
2025-08-20T19:16:01.6011827Z [00:02:03.692]➜  		"zh-CN/privatelink/CheckProductOpen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/CheckProductOpen.json",
2025-08-20T19:16:01.6012963Z [00:02:03.692]➜  		"zh-CN/privatelink/CreateVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/CreateVpcEndpoint.json",
2025-08-20T19:16:01.6014040Z [00:02:03.692]➜  		"zh-CN/privatelink/CreateVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/CreateVpcEndpointService.json",
2025-08-20T19:16:01.6014968Z [00:02:03.692]➜  		"zh-CN/privatelink/DeleteVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DeleteVpcEndpoint.json",
2025-08-20T19:16:01.6016034Z [00:02:03.692]➜  		"zh-CN/privatelink/DeleteVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DeleteVpcEndpointService.json",
2025-08-20T19:16:01.6016924Z [00:02:03.692]➜  		"zh-CN/privatelink/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DescribeRegions.json",
2025-08-20T19:16:01.6017881Z [00:02:03.692]➜  		"zh-CN/privatelink/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DescribeZones.json",
2025-08-20T19:16:01.6019191Z [00:02:03.692]➜  		"zh-CN/privatelink/DetachResourceFromVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DetachResourceFromVpcEndpointService.json",
2025-08-20T19:16:01.6020582Z [00:02:03.692]➜  		"zh-CN/privatelink/DetachSecurityGroupFromVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DetachSecurityGroupFromVpcEndpoint.json",
2025-08-20T19:16:01.6021657Z [00:02:03.692]➜  		"zh-CN/privatelink/DisableVpcEndpointConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DisableVpcEndpointConnection.json",
2025-08-20T19:16:01.6023027Z [00:02:03.692]➜  		"zh-CN/privatelink/DisableVpcEndpointZoneConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DisableVpcEndpointZoneConnection.json",
2025-08-20T19:16:01.6024278Z [00:02:03.692]➜  		"zh-CN/privatelink/EnableVpcEndpointConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/EnableVpcEndpointConnection.json",
2025-08-20T19:16:01.6025557Z [00:02:03.692]➜  		"zh-CN/privatelink/EnableVpcEndpointZoneConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/EnableVpcEndpointZoneConnection.json",
2025-08-20T19:16:01.6026597Z [00:02:03.692]➜  		"zh-CN/privatelink/GetVpcEndpointAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/GetVpcEndpointAttribute.json",
2025-08-20T19:16:01.6027760Z [00:02:03.692]➜  		"zh-CN/privatelink/GetVpcEndpointServiceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/GetVpcEndpointServiceAttribute.json",
2025-08-20T19:16:01.6028675Z [00:02:03.692]➜  		"zh-CN/privatelink/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListTagResources.json",
2025-08-20T19:16:01.6029781Z [00:02:03.692]➜  		"zh-CN/privatelink/ListVpcEndpointConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointConnections.json",
2025-08-20T19:16:01.6030927Z [00:02:03.692]➜  		"zh-CN/privatelink/ListVpcEndpointSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointSecurityGroups.json",
2025-08-20T19:16:01.6032097Z [00:02:03.692]➜  		"zh-CN/privatelink/ListVpcEndpointServiceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointServiceResources.json",
2025-08-20T19:16:01.6033359Z [00:02:03.692]➜  		"zh-CN/privatelink/ListVpcEndpointServiceUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointServiceUsers.json",
2025-08-20T19:16:01.6034407Z [00:02:03.692]➜  		"zh-CN/privatelink/ListVpcEndpointServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointServices.json",
2025-08-20T19:16:01.6035613Z [00:02:03.692]➜  		"zh-CN/privatelink/ListVpcEndpointServicesByEndUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointServicesByEndUser.json",
2025-08-20T19:16:01.6036625Z [00:02:03.692]➜  		"zh-CN/privatelink/ListVpcEndpointZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointZones.json",
2025-08-20T19:16:01.6037543Z [00:02:03.692]➜  		"zh-CN/privatelink/ListVpcEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpoints.json",
2025-08-20T19:16:01.6038528Z [00:02:03.692]➜  		"zh-CN/privatelink/OpenPrivateLinkService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/OpenPrivateLinkService.json",
2025-08-20T19:16:01.6039712Z [00:02:03.692]➜  		"zh-CN/privatelink/RemoveUserFromVpcEndpointService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/RemoveUserFromVpcEndpointService.json",
2025-08-20T19:16:01.6040761Z [00:02:03.692]➜  		"zh-CN/privatelink/RemoveZoneFromVpcEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/RemoveZoneFromVpcEndpoint.json",
2025-08-20T19:16:01.6041711Z [00:02:03.692]➜  		"zh-CN/privatelink/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/TagResources.json",
2025-08-20T19:16:01.6042836Z [00:02:03.692]➜  		"zh-CN/privatelink/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UntagResources.json",
2025-08-20T19:16:01.6044031Z [00:02:03.692]➜  		"zh-CN/privatelink/UpdateVpcEndpointAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointAttribute.json",
2025-08-20T19:16:01.6045438Z [00:02:03.692]➜  		"zh-CN/privatelink/UpdateVpcEndpointConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointConnectionAttribute.json",
2025-08-20T19:16:01.6046807Z [00:02:03.692]➜  		"zh-CN/privatelink/UpdateVpcEndpointServiceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointServiceAttribute.json",
2025-08-20T19:16:01.6048501Z [00:02:03.692]➜  		"zh-CN/privatelink/UpdateVpcEndpointServiceResourceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointServiceResourceAttribute.json",
2025-08-20T19:16:01.6050359Z [00:02:03.692]➜  		"zh-CN/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json",
2025-08-20T19:16:01.6051260Z [00:02:03.692]➜  		"zh-CN/privatelink/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/version.json",
2025-08-20T19:16:01.6051937Z [00:02:03.692]➜  		"zh-CN/products.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/products.json",
2025-08-20T19:16:01.6052915Z [00:02:03.692]➜  		"zh-CN/push/BindAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/BindAlias.json",
2025-08-20T19:16:01.6053721Z [00:02:03.692]➜  		"zh-CN/push/BindPhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/BindPhone.json",
2025-08-20T19:16:01.6054482Z [00:02:03.692]➜  		"zh-CN/push/BindTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/BindTag.json",
2025-08-20T19:16:01.6055276Z [00:02:03.692]➜  		"zh-CN/push/CancelPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CancelPush.json",
2025-08-20T19:16:01.6056175Z [00:02:03.692]➜  		"zh-CN/push/CheckCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CheckCertificate.json",
2025-08-20T19:16:01.6057005Z [00:02:03.692]➜  		"zh-CN/push/CheckDevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CheckDevice.json",
2025-08-20T19:16:01.6057849Z [00:02:03.692]➜  		"zh-CN/push/CheckDevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CheckDevices.json",
2025-08-20T19:16:01.6058905Z [00:02:03.692]➜  		"zh-CN/push/CompleteContinuouslyPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CompleteContinuouslyPush.json",
2025-08-20T19:16:01.6059822Z [00:02:03.692]➜  		"zh-CN/push/ContinuouslyPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/ContinuouslyPush.json",
2025-08-20T19:16:01.6060751Z [00:02:03.692]➜  		"zh-CN/push/ListSummaryApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/ListSummaryApps.json",
2025-08-20T19:16:01.6061548Z [00:02:03.692]➜  		"zh-CN/push/ListTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/ListTags.json",
2025-08-20T19:16:01.6062310Z [00:02:03.692]➜  		"zh-CN/push/MassPush.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/MassPush.json",
2025-08-20T19:16:01.6063227Z [00:02:03.692]➜  		"zh-CN/push/Push.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/Push.json",
2025-08-20T19:16:01.6064215Z [00:02:03.692]➜  		"zh-CN/push/PushMessageToAndroid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/PushMessageToAndroid.json",
2025-08-20T19:16:01.6065342Z [00:02:03.692]➜  		"zh-CN/push/PushMessageToiOS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/PushMessageToiOS.json",
2025-08-20T19:16:01.6066454Z [00:02:03.693]➜  		"zh-CN/push/PushNoticeToAndroid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/PushNoticeToAndroid.json",
2025-08-20T19:16:01.6067340Z [00:02:03.693]➜  		"zh-CN/push/PushNoticeToiOS.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/PushNoticeToiOS.json",
2025-08-20T19:16:01.6068137Z [00:02:03.693]➜  		"zh-CN/push/QueryAliases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryAliases.json",
2025-08-20T19:16:01.6069012Z [00:02:03.693]➜  		"zh-CN/push/QueryDeviceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryDeviceInfo.json",
2025-08-20T19:16:01.6069870Z [00:02:03.693]➜  		"zh-CN/push/QueryDeviceStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryDeviceStat.json",
2025-08-20T19:16:01.6071021Z [00:02:03.693]➜  		"zh-CN/push/QueryDevicesByAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryDevicesByAccount.json",
2025-08-20T19:16:01.6072091Z [00:02:03.693]➜  		"zh-CN/push/QueryDevicesByAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryDevicesByAlias.json",
2025-08-20T19:16:01.6073148Z [00:02:03.693]➜  		"zh-CN/push/QueryPushRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryPushRecords.json",
2025-08-20T19:16:01.6074051Z [00:02:03.693]➜  		"zh-CN/push/QueryPushStatByApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryPushStatByApp.json",
2025-08-20T19:16:01.6074949Z [00:02:03.693]➜  		"zh-CN/push/QueryPushStatByMsg.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryPushStatByMsg.json",
2025-08-20T19:16:01.6075702Z [00:02:03.693]➜  		"zh-CN/push/QueryTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryTags.json",
2025-08-20T19:16:01.6076700Z [00:02:03.693]➜  		"zh-CN/push/QueryUniqueDeviceStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryUniqueDeviceStat.json",
2025-08-20T19:16:01.6077519Z [00:02:03.693]➜  		"zh-CN/push/RemoveTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/RemoveTag.json",
2025-08-20T19:16:01.6078306Z [00:02:03.693]➜  		"zh-CN/push/UnbindAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/UnbindAlias.json",
2025-08-20T19:16:01.6079094Z [00:02:03.693]➜  		"zh-CN/push/UnbindPhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/UnbindPhone.json",
2025-08-20T19:16:01.6079838Z [00:02:03.693]➜  		"zh-CN/push/UnbindTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/UnbindTag.json",
2025-08-20T19:16:01.6080546Z [00:02:03.693]➜  		"zh-CN/push/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/version.json",
2025-08-20T19:16:01.6081473Z [00:02:03.693]➜  		"zh-CN/pvtz/AddResolverEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddResolverEndpoint.json",
2025-08-20T19:16:01.6082322Z [00:02:03.693]➜  		"zh-CN/pvtz/AddResolverRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddResolverRule.json",
2025-08-20T19:16:01.6083515Z [00:02:03.693]➜  		"zh-CN/pvtz/AddUserVpcAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddUserVpcAuthorization.json",
2025-08-20T19:16:01.6084256Z [00:02:03.693]➜  		"zh-CN/pvtz/AddZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddZone.json",
2025-08-20T19:16:01.6085080Z [00:02:03.693]➜  		"zh-CN/pvtz/AddZoneRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddZoneRecord.json",
2025-08-20T19:16:01.6086009Z [00:02:03.693]➜  		"zh-CN/pvtz/BindResolverRuleVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/BindResolverRuleVpc.json",
2025-08-20T19:16:01.6086958Z [00:02:03.693]➜  		"zh-CN/pvtz/BindZoneVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/BindZoneVpc.json",
2025-08-20T19:16:01.6087770Z [00:02:03.693]➜  		"zh-CN/pvtz/CheckZoneName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/CheckZoneName.json",
2025-08-20T19:16:01.6088906Z [00:02:03.693]➜  		"zh-CN/pvtz/DeleteResolverEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteResolverEndpoint.json",
2025-08-20T19:16:01.6089827Z [00:02:03.693]➜  		"zh-CN/pvtz/DeleteResolverRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteResolverRule.json",
2025-08-20T19:16:01.6090888Z [00:02:03.693]➜  		"zh-CN/pvtz/DeleteUserVpcAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteUserVpcAuthorization.json",
2025-08-20T19:16:01.6091655Z [00:02:03.693]➜  		"zh-CN/pvtz/DeleteZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteZone.json",
2025-08-20T19:16:01.6092773Z [00:02:03.693]➜  		"zh-CN/pvtz/DeleteZoneRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteZoneRecord.json",
2025-08-20T19:16:01.6093844Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeChangeLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeChangeLogs.json",
2025-08-20T19:16:01.6094851Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeRegions.json",
2025-08-20T19:16:01.6095799Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeRequestGraph.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeRequestGraph.json",
2025-08-20T19:16:01.6096953Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeResolverAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverAvailableZones.json",
2025-08-20T19:16:01.6098003Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeResolverEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverEndpoint.json",
2025-08-20T19:16:01.6099052Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeResolverEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverEndpoints.json",
2025-08-20T19:16:01.6099962Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeResolverRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverRule.json",
2025-08-20T19:16:01.6100930Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeResolverRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverRules.json",
2025-08-20T19:16:01.6101918Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeStatisticSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeStatisticSummary.json",
2025-08-20T19:16:01.6103059Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeSyncEcsHostTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeSyncEcsHostTask.json",
2025-08-20T19:16:01.6103868Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeTags.json",
2025-08-20T19:16:01.6104998Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeUserVpcAuthorizations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeUserVpcAuthorizations.json",
2025-08-20T19:16:01.6105924Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeZoneInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeZoneInfo.json",
2025-08-20T19:16:01.6106848Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeZoneRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeZoneRecords.json",
2025-08-20T19:16:01.6107784Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeZoneVpcTree.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeZoneVpcTree.json",
2025-08-20T19:16:01.6108629Z [00:02:03.693]➜  		"zh-CN/pvtz/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeZones.json",
2025-08-20T19:16:01.6109544Z [00:02:03.693]➜  		"zh-CN/pvtz/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/ListTagResources.json",
2025-08-20T19:16:01.6110685Z [00:02:03.693]➜  		"zh-CN/pvtz/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/MoveResourceGroup.json",
2025-08-20T19:16:01.6111761Z [00:02:03.693]➜  		"zh-CN/pvtz/SetProxyPattern.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/SetProxyPattern.json",
2025-08-20T19:16:01.6112924Z [00:02:03.693]➜  		"zh-CN/pvtz/SetZoneRecordStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/SetZoneRecordStatus.json",
2025-08-20T19:16:01.6113767Z [00:02:03.693]➜  		"zh-CN/pvtz/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/TagResources.json",
2025-08-20T19:16:01.6114621Z [00:02:03.693]➜  		"zh-CN/pvtz/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UntagResources.json",
2025-08-20T19:16:01.6115616Z [00:02:03.693]➜  		"zh-CN/pvtz/UpdateRecordRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateRecordRemark.json",
2025-08-20T19:16:01.6116789Z [00:02:03.693]➜  		"zh-CN/pvtz/UpdateResolverEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateResolverEndpoint.json",
2025-08-20T19:16:01.6117859Z [00:02:03.693]➜  		"zh-CN/pvtz/UpdateResolverRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateResolverRule.json",
2025-08-20T19:16:01.6118886Z [00:02:03.693]➜  		"zh-CN/pvtz/UpdateSyncEcsHostTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateSyncEcsHostTask.json",
2025-08-20T19:16:01.6119820Z [00:02:03.693]➜  		"zh-CN/pvtz/UpdateZoneRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateZoneRecord.json",
2025-08-20T19:16:01.6120754Z [00:02:03.693]➜  		"zh-CN/pvtz/UpdateZoneRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateZoneRemark.json",
2025-08-20T19:16:01.6121499Z [00:02:03.693]➜  		"zh-CN/pvtz/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/version.json",
2025-08-20T19:16:01.6122804Z [00:02:03.693]➜  		"zh-CN/qualitycheck/AddBusinessCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/AddBusinessCategory.json",
2025-08-20T19:16:01.6123896Z [00:02:03.693]➜  		"zh-CN/qualitycheck/AddThesaurusForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/AddThesaurusForApi.json",
2025-08-20T19:16:01.6124873Z [00:02:03.693]➜  		"zh-CN/qualitycheck/CreateAsrVocab.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/CreateAsrVocab.json",
2025-08-20T19:16:01.6125937Z [00:02:03.693]➜  		"zh-CN/qualitycheck/DelThesaurusForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DelThesaurusForApi.json",
2025-08-20T19:16:01.6126929Z [00:02:03.693]➜  		"zh-CN/qualitycheck/DeleteAsrVocab.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DeleteAsrVocab.json",
2025-08-20T19:16:01.6128027Z [00:02:03.693]➜  		"zh-CN/qualitycheck/DeleteBusinessCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DeleteBusinessCategory.json",
2025-08-20T19:16:01.6128974Z [00:02:03.693]➜  		"zh-CN/qualitycheck/DeleteScoreForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DeleteScoreForApi.json",
2025-08-20T19:16:01.6129959Z [00:02:03.693]➜  		"zh-CN/qualitycheck/DeleteSubScoreForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DeleteSubScoreForApi.json",
2025-08-20T19:16:01.6130854Z [00:02:03.693]➜  		"zh-CN/qualitycheck/DoCheckResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DoCheckResource.json",
2025-08-20T19:16:01.6131887Z [00:02:03.693]➜  		"zh-CN/qualitycheck/DoLogicalDeleteResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DoLogicalDeleteResource.json",
2025-08-20T19:16:01.6133111Z [00:02:03.693]➜  		"zh-CN/qualitycheck/DoPhysicalDeleteResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DoPhysicalDeleteResource.json",
2025-08-20T19:16:01.6134252Z [00:02:03.693]➜  		"zh-CN/qualitycheck/EditThesaurusForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/EditThesaurusForApi.json",
2025-08-20T19:16:01.6135326Z [00:02:03.693]➜  		"zh-CN/qualitycheck/ExecuteAsrTransform.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/ExecuteAsrTransform.json",
2025-08-20T19:16:01.6136449Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GenerateCustomizationModelId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GenerateCustomizationModelId.json",
2025-08-20T19:16:01.6137330Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetAccAsrResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetAccAsrResult.json",
2025-08-20T19:16:01.6138158Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetAsrVocab.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetAsrVocab.json",
2025-08-20T19:16:01.6139201Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetAudioDataStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetAudioDataStatus.json",
2025-08-20T19:16:01.6140335Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetBusinessCategoryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetBusinessCategoryList.json",
2025-08-20T19:16:01.6141415Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetCustomizationConfigList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetCustomizationConfigList.json",
2025-08-20T19:16:01.6142308Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetDataSetList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetDataSetList.json",
2025-08-20T19:16:01.6143415Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetFileDimension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetFileDimension.json",
2025-08-20T19:16:01.6144265Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetResult.json",
2025-08-20T19:16:01.6145167Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetResultCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetResultCount.json",
2025-08-20T19:16:01.6146038Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetReviewInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetReviewInfo.json",
2025-08-20T19:16:01.6146828Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetRule.json",
2025-08-20T19:16:01.6147719Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetRuleDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetRuleDetail.json",
2025-08-20T19:16:01.6148674Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetRuleDimension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetRuleDimension.json",
2025-08-20T19:16:01.6149630Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetScoreInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetScoreInfo.json",
2025-08-20T19:16:01.6150827Z [00:02:03.693]➜  		"zh-CN/qualitycheck/GetThesaurusBySynonymForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetThesaurusBySynonymForApi.json",
2025-08-20T19:16:01.6151825Z [00:02:03.693]➜  		"zh-CN/qualitycheck/InsertScoreForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/InsertScoreForApi.json",
2025-08-20T19:16:01.6152958Z [00:02:03.693]➜  		"zh-CN/qualitycheck/InsertSubScoreForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/InsertSubScoreForApi.json",
2025-08-20T19:16:01.6153781Z [00:02:03.693]➜  		"zh-CN/qualitycheck/InvalidRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/InvalidRule.json",
2025-08-20T19:16:01.6154729Z [00:02:03.693]➜  		"zh-CN/qualitycheck/ListDataSetTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/ListDataSetTask.json",
2025-08-20T19:16:01.6155804Z [00:02:03.693]➜  		"zh-CN/qualitycheck/RegisterNotice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/RegisterNotice.json",
2025-08-20T19:16:01.6156891Z [00:02:03.693]➜  		"zh-CN/qualitycheck/SaveReviewResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/SaveReviewResult.json",
2025-08-20T19:16:01.6157887Z [00:02:03.693]➜  		"zh-CN/qualitycheck/SubmitReviewInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/SubmitReviewInfo.json",
2025-08-20T19:16:01.6158795Z [00:02:03.693]➜  		"zh-CN/qualitycheck/TestNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/TestNetwork.json",
2025-08-20T19:16:01.6159767Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UpdateAsrVocab.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateAsrVocab.json",
2025-08-20T19:16:01.6161059Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UpdateOnPurchaseSuccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateOnPurchaseSuccess.json",
2025-08-20T19:16:01.6162114Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UpdateRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateRule.json",
2025-08-20T19:16:01.6163294Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UpdateRuleForAnt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateRuleForAnt.json",
2025-08-20T19:16:01.6164330Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UpdateScoreForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateScoreForApi.json",
2025-08-20T19:16:01.6165382Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UpdateSubScoreForApi.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateSubScoreForApi.json",
2025-08-20T19:16:01.6166332Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UploadAudioData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadAudioData.json",
2025-08-20T19:16:01.6167390Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UploadAudioData4Pre.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadAudioData4Pre.json",
2025-08-20T19:16:01.6168578Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UploadAudioDataWithRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadAudioDataWithRules.json",
2025-08-20T19:16:01.6169808Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UploadAudioDataWithRules4Pre.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadAudioDataWithRules4Pre.json",
2025-08-20T19:16:01.6170709Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UploadData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadData.json",
2025-08-20T19:16:01.6171678Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UploadDataSync.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadDataSync.json",
2025-08-20T19:16:01.6172953Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UploadDataWithRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadDataWithRules.json",
2025-08-20T19:16:01.6173872Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UploadRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadRule.json",
2025-08-20T19:16:01.6174901Z [00:02:03.693]➜  		"zh-CN/qualitycheck/UploadRuleForAnt.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadRuleForAnt.json",
2025-08-20T19:16:01.6175755Z [00:02:03.693]➜  		"zh-CN/qualitycheck/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/version.json",
2025-08-20T19:16:01.6176697Z [00:02:03.693]➜  		"zh-CN/quotas/CreateQuotaAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/CreateQuotaAlarm.json",
2025-08-20T19:16:01.6177715Z [00:02:03.693]➜  		"zh-CN/quotas/CreateQuotaApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/CreateQuotaApplication.json",
2025-08-20T19:16:01.6179168Z [00:02:03.693]➜  		"zh-CN/quotas/CreateQuotaApplicationsForTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/CreateQuotaApplicationsForTemplate.json",
2025-08-20T19:16:01.6180359Z [00:02:03.693]➜  		"zh-CN/quotas/CreateTemplateQuotaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/CreateTemplateQuotaItem.json",
2025-08-20T19:16:01.6181290Z [00:02:03.693]➜  		"zh-CN/quotas/DeleteQuotaAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/DeleteQuotaAlarm.json",
2025-08-20T19:16:01.6182334Z [00:02:03.693]➜  		"zh-CN/quotas/DeleteTemplateQuotaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/DeleteTemplateQuotaItem.json",
2025-08-20T19:16:01.6183486Z [00:02:03.693]➜  		"zh-CN/quotas/GetProductQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetProductQuota.json",
2025-08-20T19:16:01.6184579Z [00:02:03.693]➜  		"zh-CN/quotas/GetProductQuotaDimension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetProductQuotaDimension.json",
2025-08-20T19:16:01.6185651Z [00:02:03.693]➜  		"zh-CN/quotas/GetQuotaAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetQuotaAlarm.json",
2025-08-20T19:16:01.6186803Z [00:02:03.693]➜  		"zh-CN/quotas/GetQuotaApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetQuotaApplication.json",
2025-08-20T19:16:01.6187976Z [00:02:03.693]➜  		"zh-CN/quotas/GetQuotaTemplateServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetQuotaTemplateServiceStatus.json",
2025-08-20T19:16:01.6188940Z [00:02:03.693]➜  		"zh-CN/quotas/ListAlarmHistories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListAlarmHistories.json",
2025-08-20T19:16:01.6189943Z [00:02:03.693]➜  		"zh-CN/quotas/ListDependentQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListDependentQuotas.json",
2025-08-20T19:16:01.6191081Z [00:02:03.693]➜  		"zh-CN/quotas/ListProductDimensionGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListProductDimensionGroups.json",
2025-08-20T19:16:01.6192166Z [00:02:03.693]➜  		"zh-CN/quotas/ListProductQuotaDimensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListProductQuotaDimensions.json",
2025-08-20T19:16:01.6193309Z [00:02:03.693]➜  		"zh-CN/quotas/ListProductQuotas.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListProductQuotas.json",
2025-08-20T19:16:01.6194184Z [00:02:03.693]➜  		"zh-CN/quotas/ListProducts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListProducts.json",
2025-08-20T19:16:01.6195087Z [00:02:03.693]➜  		"zh-CN/quotas/ListQuotaAlarms.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaAlarms.json",
2025-08-20T19:16:01.6196237Z [00:02:03.693]➜  		"zh-CN/quotas/ListQuotaApplicationTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaApplicationTemplates.json",
2025-08-20T19:16:01.6197260Z [00:02:03.693]➜  		"zh-CN/quotas/ListQuotaApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaApplications.json",
2025-08-20T19:16:01.6198629Z [00:02:03.693]➜  		"zh-CN/quotas/ListQuotaApplicationsDetailForTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaApplicationsDetailForTemplate.json",
2025-08-20T19:16:01.6199864Z [00:02:03.693]➜  		"zh-CN/quotas/ListQuotaApplicationsForTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaApplicationsForTemplate.json",
2025-08-20T19:16:01.6201103Z [00:02:03.693]➜  		"zh-CN/quotas/ModifyQuotaTemplateServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ModifyQuotaTemplateServiceStatus.json",
2025-08-20T19:16:01.6202150Z [00:02:03.693]➜  		"zh-CN/quotas/ModifyTemplateQuotaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ModifyTemplateQuotaItem.json",
2025-08-20T19:16:01.6203447Z [00:02:03.693]➜  		"zh-CN/quotas/UpdateQuotaAlarm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/UpdateQuotaAlarm.json",
2025-08-20T19:16:01.6204325Z [00:02:03.693]➜  		"zh-CN/quotas/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/version.json",
2025-08-20T19:16:01.6205255Z [00:02:03.693]➜  		"zh-CN/r-kvstore/AddShardingNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/AddShardingNode.json",
2025-08-20T19:16:01.6206341Z [00:02:03.693]➜  		"zh-CN/r-kvstore/AllocateDirectConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/AllocateDirectConnection.json",
2025-08-20T19:16:01.6207619Z [00:02:03.693]➜  		"zh-CN/r-kvstore/AllocateInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/AllocateInstancePublicConnection.json",
2025-08-20T19:16:01.6208963Z [00:02:03.693]➜  		"zh-CN/r-kvstore/CheckCloudResourceAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CheckCloudResourceAuthorized.json",
2025-08-20T19:16:01.6209972Z [00:02:03.693]➜  		"zh-CN/r-kvstore/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateAccount.json",
2025-08-20T19:16:01.6210815Z [00:02:03.693]➜  		"zh-CN/r-kvstore/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateBackup.json",
2025-08-20T19:16:01.6211907Z [00:02:03.693]➜  		"zh-CN/r-kvstore/CreateCacheAnalysisTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateCacheAnalysisTask.json",
2025-08-20T19:16:01.6213225Z [00:02:03.693]➜  		"zh-CN/r-kvstore/CreateGlobalDistributeCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateGlobalDistributeCache.json",
2025-08-20T19:16:01.6214382Z [00:02:03.693]➜  		"zh-CN/r-kvstore/CreateGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateGlobalSecurityIPGroup.json",
2025-08-20T19:16:01.6215333Z [00:02:03.693]➜  		"zh-CN/r-kvstore/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateInstance.json",
2025-08-20T19:16:01.6216311Z [00:02:03.693]➜  		"zh-CN/r-kvstore/CreateInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateInstances.json",
2025-08-20T19:16:01.6217284Z [00:02:03.693]➜  		"zh-CN/r-kvstore/CreateTairInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateTairInstance.json",
2025-08-20T19:16:01.6218162Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DeleteAccount.json",
2025-08-20T19:16:01.6219333Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DeleteGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DeleteGlobalSecurityIPGroup.json",
2025-08-20T19:16:01.6220239Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DeleteInstance.json",
2025-08-20T19:16:01.6221215Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DeleteShardingNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DeleteShardingNode.json",
2025-08-20T19:16:01.6222143Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeAccounts.json",
2025-08-20T19:16:01.6223539Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeActiveOperationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeActiveOperationTask.json",
2025-08-20T19:16:01.6224603Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeAuditLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeAuditLogConfig.json",
2025-08-20T19:16:01.6225614Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeAuditRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeAuditRecords.json",
2025-08-20T19:16:01.6226908Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeAvailableResource.json",
2025-08-20T19:16:01.6228036Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeBackupPolicy.json",
2025-08-20T19:16:01.6229011Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeBackupTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeBackupTasks.json",
2025-08-20T19:16:01.6229807Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeBackups.json",
2025-08-20T19:16:01.6230818Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeCacheAnalysisReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeCacheAnalysisReport.json",
2025-08-20T19:16:01.6232006Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeCacheAnalysisReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeCacheAnalysisReportList.json",
2025-08-20T19:16:01.6233276Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeClusterBackupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeClusterBackupList.json",
2025-08-20T19:16:01.6234303Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeClusterMemberInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeClusterMemberInfo.json",
2025-08-20T19:16:01.6235343Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeDBInstanceNetInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeDBInstanceNetInfo.json",
2025-08-20T19:16:01.6236419Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeDBNodeDirectVipInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeDBNodeDirectVipInfo.json",
2025-08-20T19:16:01.6237674Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeDedicatedClusterInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeDedicatedClusterInstanceList.json",
2025-08-20T19:16:01.6238673Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeEncryptionKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeEncryptionKey.json",
2025-08-20T19:16:01.6239747Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeEncryptionKeyList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeEncryptionKeyList.json",
2025-08-20T19:16:01.6240767Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeEngineVersion.json",
2025-08-20T19:16:01.6241948Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeGlobalDistributeCache.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeGlobalDistributeCache.json",
2025-08-20T19:16:01.6243266Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeGlobalSecurityIPGroup.json",
2025-08-20T19:16:01.6244552Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json",
2025-08-20T19:16:01.6245699Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeHistoryMonitorValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeHistoryMonitorValues.json",
2025-08-20T19:16:01.6246662Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeHistoryTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeHistoryTasks.json",
2025-08-20T19:16:01.6247746Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceAttribute.json",
2025-08-20T19:16:01.6249058Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:16:01.6250279Z [00:02:03.693]➜  		"zh-CN/r-kvstore/DescribeInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceConfig.json",
2025-08-20T19:16:01.6251464Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceSSL.json",
2025-08-20T19:16:01.6252770Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeInstanceTDEStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceTDEStatus.json",
2025-08-20T19:16:01.6253760Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstances.json",
2025-08-20T19:16:01.6254848Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeInstancesOverview.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstancesOverview.json",
2025-08-20T19:16:01.6256074Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeIntranetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeIntranetAttribute.json",
2025-08-20T19:16:01.6257342Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeLogicInstanceTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeLogicInstanceTopology.json",
2025-08-20T19:16:01.6258355Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeMonitorItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeMonitorItems.json",
2025-08-20T19:16:01.6259639Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeParameterModificationHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeParameterModificationHistory.json",
2025-08-20T19:16:01.6260751Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeParameterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeParameterTemplates.json",
2025-08-20T19:16:01.6261737Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeParameters.json",
2025-08-20T19:16:01.6262938Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribePrice.json",
2025-08-20T19:16:01.6263845Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeRegions.json",
2025-08-20T19:16:01.6264827Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeRoleZoneInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeRoleZoneInfo.json",
2025-08-20T19:16:01.6265901Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeRunningLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeRunningLogRecords.json",
2025-08-20T19:16:01.6267155Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeSecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:16:01.6268173Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeSecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeSecurityIps.json",
2025-08-20T19:16:01.6269205Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeSlowLogRecords.json",
2025-08-20T19:16:01.6270085Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeTasks.json",
2025-08-20T19:16:01.6270933Z [00:02:03.694]➜  		"zh-CN/r-kvstore/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeZones.json",
2025-08-20T19:16:01.6272000Z [00:02:03.694]➜  		"zh-CN/r-kvstore/EnableAdditionalBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/EnableAdditionalBandwidth.json",
2025-08-20T19:16:01.6273224Z [00:02:03.694]➜  		"zh-CN/r-kvstore/FlushExpireKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/FlushExpireKeys.json",
2025-08-20T19:16:01.6274272Z [00:02:03.694]➜  		"zh-CN/r-kvstore/FlushInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/FlushInstance.json",
2025-08-20T19:16:01.6275240Z [00:02:03.694]➜  		"zh-CN/r-kvstore/FlushInstanceForDB.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/FlushInstanceForDB.json",
2025-08-20T19:16:01.6276293Z [00:02:03.694]➜  		"zh-CN/r-kvstore/GrantAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/GrantAccountPrivilege.json",
2025-08-20T19:16:01.6277411Z [00:02:03.694]➜  		"zh-CN/r-kvstore/InitializeKvstorePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/InitializeKvstorePermission.json",
2025-08-20T19:16:01.6278360Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ListTagResources.json",
2025-08-20T19:16:01.6279489Z [00:02:03.694]➜  		"zh-CN/r-kvstore/LockDBInstanceWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/LockDBInstanceWrite.json",
2025-08-20T19:16:01.6280563Z [00:02:03.694]➜  		"zh-CN/r-kvstore/MigrateToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/MigrateToOtherZone.json",
2025-08-20T19:16:01.6281660Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyAccountDescription.json",
2025-08-20T19:16:01.6282869Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyAccountPassword.json",
2025-08-20T19:16:01.6283945Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyActiveOperationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyActiveOperationTask.json",
2025-08-20T19:16:01.6284938Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyAuditLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyAuditLogConfig.json",
2025-08-20T19:16:01.6286027Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyBackupPolicy.json",
2025-08-20T19:16:01.6287258Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyDBInstanceConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyDBInstanceConnectionString.json",
2025-08-20T19:16:01.6288376Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyGlobalSecurityIPGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyGlobalSecurityIPGroup.json",
2025-08-20T19:16:01.6289577Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyGlobalSecurityIPGroupName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyGlobalSecurityIPGroupName.json",
2025-08-20T19:16:01.6291037Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json",
2025-08-20T19:16:01.6292210Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceAttribute.json",
2025-08-20T19:16:01.6293578Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:16:01.6294497Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceConfig.json",
2025-08-20T19:16:01.6295513Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceMaintainTime.json",
2025-08-20T19:16:01.6296525Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyInstanceMajorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceMajorVersion.json",
2025-08-20T19:16:01.6297527Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyInstanceMinorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceMinorVersion.json",
2025-08-20T19:16:01.6298553Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyInstanceNetExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceNetExpireTime.json",
2025-08-20T19:16:01.6299511Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyInstanceParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceParameter.json",
2025-08-20T19:16:01.6300393Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceSSL.json",
2025-08-20T19:16:01.6301312Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceSpec.json",
2025-08-20T19:16:01.6302307Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceTDE.json",
2025-08-20T19:16:01.6303626Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyInstanceVpcAuthMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceVpcAuthMode.json",
2025-08-20T19:16:01.6304605Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyIntranetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyIntranetAttribute.json",
2025-08-20T19:16:01.6305506Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifyResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyResourceGroup.json",
2025-08-20T19:16:01.6306635Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifySecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifySecurityGroupConfiguration.json",
2025-08-20T19:16:01.6307524Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifySecurityIps.json",
2025-08-20T19:16:01.6308488Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ReleaseDirectConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ReleaseDirectConnection.json",
2025-08-20T19:16:01.6309594Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ReleaseInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ReleaseInstancePublicConnection.json",
2025-08-20T19:16:01.6310471Z [00:02:03.694]➜  		"zh-CN/r-kvstore/RemoveSubInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RemoveSubInstance.json",
2025-08-20T19:16:01.6311473Z [00:02:03.694]➜  		"zh-CN/r-kvstore/RenewAdditionalBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RenewAdditionalBandwidth.json",
2025-08-20T19:16:01.6312585Z [00:02:03.694]➜  		"zh-CN/r-kvstore/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RenewInstance.json",
2025-08-20T19:16:01.6313642Z [00:02:03.694]➜  		"zh-CN/r-kvstore/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ResetAccountPassword.json",
2025-08-20T19:16:01.6314496Z [00:02:03.694]➜  		"zh-CN/r-kvstore/RestartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RestartInstance.json",
2025-08-20T19:16:01.6315344Z [00:02:03.694]➜  		"zh-CN/r-kvstore/RestoreInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RestoreInstance.json",
2025-08-20T19:16:01.6316249Z [00:02:03.694]➜  		"zh-CN/r-kvstore/SwitchInstanceHA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/SwitchInstanceHA.json",
2025-08-20T19:16:01.6317154Z [00:02:03.694]➜  		"zh-CN/r-kvstore/SwitchInstanceProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/SwitchInstanceProxy.json",
2025-08-20T19:16:01.6317978Z [00:02:03.694]➜  		"zh-CN/r-kvstore/SwitchNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/SwitchNetwork.json",
2025-08-20T19:16:01.6318788Z [00:02:03.694]➜  		"zh-CN/r-kvstore/SyncDtsStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/SyncDtsStatus.json",
2025-08-20T19:16:01.6319575Z [00:02:03.694]➜  		"zh-CN/r-kvstore/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/TagResources.json",
2025-08-20T19:16:01.6320594Z [00:02:03.694]➜  		"zh-CN/r-kvstore/TransformInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/TransformInstanceChargeType.json",
2025-08-20T19:16:01.6321486Z [00:02:03.694]➜  		"zh-CN/r-kvstore/TransformToPrePaid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/TransformToPrePaid.json",
2025-08-20T19:16:01.6322606Z [00:02:03.694]➜  		"zh-CN/r-kvstore/UnlockDBInstanceWrite.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/UnlockDBInstanceWrite.json",
2025-08-20T19:16:01.6323540Z [00:02:03.694]➜  		"zh-CN/r-kvstore/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/UntagResources.json",
2025-08-20T19:16:01.6324374Z [00:02:03.694]➜  		"zh-CN/r-kvstore/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/version.json",
2025-08-20T19:16:01.6325166Z [00:02:03.694]➜  		"zh-CN/ram/AddUserToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/AddUserToGroup.json",
2025-08-20T19:16:01.6326018Z [00:02:03.694]➜  		"zh-CN/ram/AttachPolicyToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/AttachPolicyToGroup.json",
2025-08-20T19:16:01.6326849Z [00:02:03.694]➜  		"zh-CN/ram/AttachPolicyToRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/AttachPolicyToRole.json",
2025-08-20T19:16:01.6327686Z [00:02:03.694]➜  		"zh-CN/ram/AttachPolicyToUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/AttachPolicyToUser.json",
2025-08-20T19:16:01.6328444Z [00:02:03.694]➜  		"zh-CN/ram/BindMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/BindMFADevice.json",
2025-08-20T19:16:01.6329251Z [00:02:03.694]➜  		"zh-CN/ram/ChangePassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ChangePassword.json",
2025-08-20T19:16:01.6330063Z [00:02:03.694]➜  		"zh-CN/ram/ClearAccountAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ClearAccountAlias.json",
2025-08-20T19:16:01.6330817Z [00:02:03.694]➜  		"zh-CN/ram/CreateAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateAccessKey.json",
2025-08-20T19:16:01.6331504Z [00:02:03.694]➜  		"zh-CN/ram/CreateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateGroup.json",
2025-08-20T19:16:01.6332298Z [00:02:03.694]➜  		"zh-CN/ram/CreateLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateLoginProfile.json",
2025-08-20T19:16:01.6333370Z [00:02:03.694]➜  		"zh-CN/ram/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreatePolicy.json",
2025-08-20T19:16:01.6334401Z [00:02:03.694]➜  		"zh-CN/ram/CreatePolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreatePolicyVersion.json",
2025-08-20T19:16:01.6335172Z [00:02:03.694]➜  		"zh-CN/ram/CreateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateRole.json",
2025-08-20T19:16:01.6335909Z [00:02:03.694]➜  		"zh-CN/ram/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateUser.json",
2025-08-20T19:16:01.6336857Z [00:02:03.694]➜  		"zh-CN/ram/CreateVirtualMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateVirtualMFADevice.json",
2025-08-20T19:16:01.6337826Z [00:02:03.694]➜  		"zh-CN/ram/DecodeDiagnosticMessage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DecodeDiagnosticMessage.json",
2025-08-20T19:16:01.6338635Z [00:02:03.694]➜  		"zh-CN/ram/DeleteAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteAccessKey.json",
2025-08-20T19:16:01.6339402Z [00:02:03.694]➜  		"zh-CN/ram/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteGroup.json",
2025-08-20T19:16:01.6340264Z [00:02:03.694]➜  		"zh-CN/ram/DeleteLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteLoginProfile.json",
2025-08-20T19:16:01.6341056Z [00:02:03.694]➜  		"zh-CN/ram/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeletePolicy.json",
2025-08-20T19:16:01.6341987Z [00:02:03.694]➜  		"zh-CN/ram/DeletePolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeletePolicyVersion.json",
2025-08-20T19:16:01.6343023Z [00:02:03.694]➜  		"zh-CN/ram/DeleteRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteRole.json",
2025-08-20T19:16:01.6343978Z [00:02:03.694]➜  		"zh-CN/ram/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteUser.json",
2025-08-20T19:16:01.6345094Z [00:02:03.694]➜  		"zh-CN/ram/DeleteVirtualMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteVirtualMFADevice.json",
2025-08-20T19:16:01.6346104Z [00:02:03.694]➜  		"zh-CN/ram/DetachPolicyFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DetachPolicyFromGroup.json",
2025-08-20T19:16:01.6347032Z [00:02:03.694]➜  		"zh-CN/ram/DetachPolicyFromRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DetachPolicyFromRole.json",
2025-08-20T19:16:01.6347966Z [00:02:03.694]➜  		"zh-CN/ram/DetachPolicyFromUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DetachPolicyFromUser.json",
2025-08-20T19:16:01.6348945Z [00:02:03.694]➜  		"zh-CN/ram/GetAccessKeyLastUsed.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetAccessKeyLastUsed.json",
2025-08-20T19:16:01.6349800Z [00:02:03.694]➜  		"zh-CN/ram/GetAccountAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetAccountAlias.json",
2025-08-20T19:16:01.6350552Z [00:02:03.694]➜  		"zh-CN/ram/GetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetGroup.json",
2025-08-20T19:16:01.6351392Z [00:02:03.694]➜  		"zh-CN/ram/GetLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetLoginProfile.json",
2025-08-20T19:16:01.6352306Z [00:02:03.694]➜  		"zh-CN/ram/GetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetPasswordPolicy.json",
2025-08-20T19:16:01.6353273Z [00:02:03.694]➜  		"zh-CN/ram/GetPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetPolicy.json",
2025-08-20T19:16:01.6354162Z [00:02:03.694]➜  		"zh-CN/ram/GetPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetPolicyVersion.json",
2025-08-20T19:16:01.6355163Z [00:02:03.694]➜  		"zh-CN/ram/GetRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetRole.json",
2025-08-20T19:16:01.6356131Z [00:02:03.694]➜  		"zh-CN/ram/GetSecurityPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetSecurityPreference.json",
2025-08-20T19:16:01.6357045Z [00:02:03.694]➜  		"zh-CN/ram/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetUser.json",
2025-08-20T19:16:01.6357863Z [00:02:03.694]➜  		"zh-CN/ram/GetUserMFAInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetUserMFAInfo.json",
2025-08-20T19:16:01.6358685Z [00:02:03.694]➜  		"zh-CN/ram/ListAccessKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListAccessKeys.json",
2025-08-20T19:16:01.6359636Z [00:02:03.694]➜  		"zh-CN/ram/ListEntitiesForPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListEntitiesForPolicy.json",
2025-08-20T19:16:01.6360407Z [00:02:03.694]➜  		"zh-CN/ram/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListGroups.json",
2025-08-20T19:16:01.6361288Z [00:02:03.694]➜  		"zh-CN/ram/ListGroupsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListGroupsForUser.json",
2025-08-20T19:16:01.6362098Z [00:02:03.694]➜  		"zh-CN/ram/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPolicies.json",
2025-08-20T19:16:01.6363202Z [00:02:03.694]➜  		"zh-CN/ram/ListPoliciesForGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPoliciesForGroup.json",
2025-08-20T19:16:01.6364065Z [00:02:03.694]➜  		"zh-CN/ram/ListPoliciesForRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPoliciesForRole.json",
2025-08-20T19:16:01.6364880Z [00:02:03.694]➜  		"zh-CN/ram/ListPoliciesForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPoliciesForUser.json",
2025-08-20T19:16:01.6365700Z [00:02:03.694]➜  		"zh-CN/ram/ListPolicyVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPolicyVersions.json",
2025-08-20T19:16:01.6366512Z [00:02:03.694]➜  		"zh-CN/ram/ListRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListRoles.json",
2025-08-20T19:16:01.6367275Z [00:02:03.694]➜  		"zh-CN/ram/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListUsers.json",
2025-08-20T19:16:01.6368088Z [00:02:03.694]➜  		"zh-CN/ram/ListUsersForGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListUsersForGroup.json",
2025-08-20T19:16:01.6368953Z [00:02:03.694]➜  		"zh-CN/ram/ListVirtualMFADevices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListVirtualMFADevices.json",
2025-08-20T19:16:01.6369786Z [00:02:03.694]➜  		"zh-CN/ram/RemoveUserFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/RemoveUserFromGroup.json",
2025-08-20T19:16:01.6370557Z [00:02:03.694]➜  		"zh-CN/ram/SetAccountAlias.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/SetAccountAlias.json",
2025-08-20T19:16:01.6371482Z [00:02:03.694]➜  		"zh-CN/ram/SetDefaultPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/SetDefaultPolicyVersion.json",
2025-08-20T19:16:01.6372300Z [00:02:03.694]➜  		"zh-CN/ram/SetPasswordPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/SetPasswordPolicy.json",
2025-08-20T19:16:01.6373339Z [00:02:03.694]➜  		"zh-CN/ram/SetSecurityPreference.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/SetSecurityPreference.json",
2025-08-20T19:16:01.6374110Z [00:02:03.694]➜  		"zh-CN/ram/UnbindMFADevice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UnbindMFADevice.json",
2025-08-20T19:16:01.6374883Z [00:02:03.694]➜  		"zh-CN/ram/UpdateAccessKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateAccessKey.json",
2025-08-20T19:16:01.6375596Z [00:02:03.694]➜  		"zh-CN/ram/UpdateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateGroup.json",
2025-08-20T19:16:01.6376553Z [00:02:03.694]➜  		"zh-CN/ram/UpdateLoginProfile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateLoginProfile.json",
2025-08-20T19:16:01.6377545Z [00:02:03.694]➜  		"zh-CN/ram/UpdatePolicyDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdatePolicyDescription.json",
2025-08-20T19:16:01.6378243Z [00:02:03.694]➜  		"zh-CN/ram/UpdateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateRole.json",
2025-08-20T19:16:01.6378939Z [00:02:03.694]➜  		"zh-CN/ram/UpdateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateUser.json",
2025-08-20T19:16:01.6379599Z [00:02:03.694]➜  		"zh-CN/ram/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/version.json",
2025-08-20T19:16:01.6380669Z [00:02:03.694]➜  		"zh-CN/rds/ActivateMigrationTargetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ActivateMigrationTargetInstance.json",
2025-08-20T19:16:01.6381489Z [00:02:03.694]➜  		"zh-CN/rds/AddTagsToResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/AddTagsToResource.json",
2025-08-20T19:16:01.6382708Z [00:02:03.694]➜  		"zh-CN/rds/AllocateInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/AllocateInstancePublicConnection.json",
2025-08-20T19:16:01.6383881Z [00:02:03.694]➜  		"zh-CN/rds/AllocateReadWriteSplittingConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/AllocateReadWriteSplittingConnection.json",
2025-08-20T19:16:01.6385033Z [00:02:03.694]➜  		"zh-CN/rds/AttachWhitelistTemplateToInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/AttachWhitelistTemplateToInstance.json",
2025-08-20T19:16:01.6386079Z [00:02:03.694]➜  		"zh-CN/rds/CalculateDBInstanceWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CalculateDBInstanceWeight.json",
2025-08-20T19:16:01.6386786Z [00:02:03.694]➜  		"zh-CN/rds/CancelImport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CancelImport.json",
2025-08-20T19:16:01.6387784Z [00:02:03.694]➜  		"zh-CN/rds/CheckAccountNameAvailable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckAccountNameAvailable.json",
2025-08-20T19:16:01.6388866Z [00:02:03.694]➜  		"zh-CN/rds/CheckCloudResourceAuthorized.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckCloudResourceAuthorized.json",
2025-08-20T19:16:01.6389854Z [00:02:03.694]➜  		"zh-CN/rds/CheckCreateDdrDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckCreateDdrDBInstance.json",
2025-08-20T19:16:01.6390759Z [00:02:03.694]➜  		"zh-CN/rds/CheckDBNameAvailable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckDBNameAvailable.json",
2025-08-20T19:16:01.6391635Z [00:02:03.695]➜  		"zh-CN/rds/CheckInstanceExist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckInstanceExist.json",
2025-08-20T19:16:01.6392804Z [00:02:03.695]➜  		"zh-CN/rds/CheckServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckServiceLinkedRole.json",
2025-08-20T19:16:01.6393686Z [00:02:03.695]➜  		"zh-CN/rds/CloneDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CloneDBInstance.json",
2025-08-20T19:16:01.6394601Z [00:02:03.695]➜  		"zh-CN/rds/CloneParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CloneParameterGroup.json",
2025-08-20T19:16:01.6395385Z [00:02:03.695]➜  		"zh-CN/rds/ConfirmNotify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ConfirmNotify.json",
2025-08-20T19:16:01.6396152Z [00:02:03.695]➜  		"zh-CN/rds/CopyDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CopyDatabase.json",
2025-08-20T19:16:01.6397223Z [00:02:03.695]➜  		"zh-CN/rds/CopyDatabaseBetweenInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CopyDatabaseBetweenInstances.json",
2025-08-20T19:16:01.6398214Z [00:02:03.695]➜  		"zh-CN/rds/CreateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateAccount.json",
2025-08-20T19:16:01.6399104Z [00:02:03.695]➜  		"zh-CN/rds/CreateBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateBackup.json",
2025-08-20T19:16:01.6400208Z [00:02:03.695]➜  		"zh-CN/rds/CreateCloudMigrationPrecheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateCloudMigrationPrecheckTask.json",
2025-08-20T19:16:01.6401192Z [00:02:03.695]➜  		"zh-CN/rds/CreateCloudMigrationTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateCloudMigrationTask.json",
2025-08-20T19:16:01.6402030Z [00:02:03.695]➜  		"zh-CN/rds/CreateDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBInstance.json",
2025-08-20T19:16:01.6403193Z [00:02:03.695]➜  		"zh-CN/rds/CreateDBInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBInstanceEndpoint.json",
2025-08-20T19:16:01.6404358Z [00:02:03.695]➜  		"zh-CN/rds/CreateDBInstanceEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBInstanceEndpointAddress.json",
2025-08-20T19:16:01.6405388Z [00:02:03.695]➜  		"zh-CN/rds/CreateDBInstanceForRebuild.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBInstanceForRebuild.json",
2025-08-20T19:16:01.6406166Z [00:02:03.695]➜  		"zh-CN/rds/CreateDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBNodes.json",
2025-08-20T19:16:01.6407263Z [00:02:03.695]➜  		"zh-CN/rds/CreateDBProxyEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBProxyEndpointAddress.json",
2025-08-20T19:16:01.6408084Z [00:02:03.695]➜  		"zh-CN/rds/CreateDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDatabase.json",
2025-08-20T19:16:01.6408966Z [00:02:03.695]➜  		"zh-CN/rds/CreateDdrInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDdrInstance.json",
2025-08-20T19:16:01.6410095Z [00:02:03.695]➜  		"zh-CN/rds/CreateDiagnosticReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDiagnosticReport.json",
2025-08-20T19:16:01.6411065Z [00:02:03.695]➜  		"zh-CN/rds/CreateGADInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateGADInstance.json",
2025-08-20T19:16:01.6412037Z [00:02:03.695]➜  		"zh-CN/rds/CreateGadInstanceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateGadInstanceMember.json",
2025-08-20T19:16:01.6413187Z [00:02:03.695]➜  		"zh-CN/rds/CreateMigrateTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateMigrateTask.json",
2025-08-20T19:16:01.6414204Z [00:02:03.695]➜  		"zh-CN/rds/CreateOnlineDatabaseTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateOnlineDatabaseTask.json",
2025-08-20T19:16:01.6415261Z [00:02:03.695]➜  		"zh-CN/rds/CreateOrderForCreateDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateOrderForCreateDBNodes.json",
2025-08-20T19:16:01.6416385Z [00:02:03.695]➜  		"zh-CN/rds/CreateOrderForDeleteDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateOrderForDeleteDBNodes.json",
2025-08-20T19:16:01.6417324Z [00:02:03.695]➜  		"zh-CN/rds/CreateParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateParameterGroup.json",
2025-08-20T19:16:01.6418308Z [00:02:03.695]➜  		"zh-CN/rds/CreatePostgresExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreatePostgresExtensions.json",
2025-08-20T19:16:01.6419303Z [00:02:03.695]➜  		"zh-CN/rds/CreateReadOnlyDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateReadOnlyDBInstance.json",
2025-08-20T19:16:01.6420107Z [00:02:03.695]➜  		"zh-CN/rds/CreateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateSecret.json",
2025-08-20T19:16:01.6421296Z [00:02:03.695]➜  		"zh-CN/rds/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateServiceLinkedRole.json",
2025-08-20T19:16:01.6422336Z [00:02:03.695]➜  		"zh-CN/rds/CreateTempDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateTempDBInstance.json",
2025-08-20T19:16:01.6423467Z [00:02:03.695]➜  		"zh-CN/rds/CreateYouhuiForOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateYouhuiForOrder.json",
2025-08-20T19:16:01.6424309Z [00:02:03.695]➜  		"zh-CN/rds/DeleteADSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteADSetting.json",
2025-08-20T19:16:01.6425131Z [00:02:03.695]➜  		"zh-CN/rds/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteAccount.json",
2025-08-20T19:16:01.6425918Z [00:02:03.695]➜  		"zh-CN/rds/DeleteBackup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteBackup.json",
2025-08-20T19:16:01.6426795Z [00:02:03.695]➜  		"zh-CN/rds/DeleteBackupFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteBackupFile.json",
2025-08-20T19:16:01.6427685Z [00:02:03.695]➜  		"zh-CN/rds/DeleteDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBInstance.json",
2025-08-20T19:16:01.6428690Z [00:02:03.695]➜  		"zh-CN/rds/DeleteDBInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBInstanceEndpoint.json",
2025-08-20T19:16:01.6429818Z [00:02:03.695]➜  		"zh-CN/rds/DeleteDBInstanceEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBInstanceEndpointAddress.json",
2025-08-20T19:16:01.6430627Z [00:02:03.695]➜  		"zh-CN/rds/DeleteDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBNodes.json",
2025-08-20T19:16:01.6431690Z [00:02:03.695]➜  		"zh-CN/rds/DeleteDBProxyEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBProxyEndpointAddress.json",
2025-08-20T19:16:01.6432834Z [00:02:03.695]➜  		"zh-CN/rds/DeleteDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDatabase.json",
2025-08-20T19:16:01.6433869Z [00:02:03.695]➜  		"zh-CN/rds/DeleteGadInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteGadInstance.json",
2025-08-20T19:16:01.6434827Z [00:02:03.695]➜  		"zh-CN/rds/DeleteParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteParameterGroup.json",
2025-08-20T19:16:01.6435830Z [00:02:03.695]➜  		"zh-CN/rds/DeletePostgresExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeletePostgresExtensions.json",
2025-08-20T19:16:01.6436591Z [00:02:03.695]➜  		"zh-CN/rds/DeleteSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteSecret.json",
2025-08-20T19:16:01.6437336Z [00:02:03.695]➜  		"zh-CN/rds/DeleteSlot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteSlot.json",
2025-08-20T19:16:01.6438296Z [00:02:03.695]➜  		"zh-CN/rds/DeleteUserBackupFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteUserBackupFile.json",
2025-08-20T19:16:01.6439401Z [00:02:03.695]➜  		"zh-CN/rds/DescibeImportsFromDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescibeImportsFromDatabase.json",
2025-08-20T19:16:01.6440308Z [00:02:03.695]➜  		"zh-CN/rds/DescribeADInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeADInfo.json",
2025-08-20T19:16:01.6441187Z [00:02:03.695]➜  		"zh-CN/rds/DescribeAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAccounts.json",
2025-08-20T19:16:01.6442264Z [00:02:03.695]➜  		"zh-CN/rds/DescribeActionEventPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeActionEventPolicy.json",
2025-08-20T19:16:01.6443572Z [00:02:03.695]➜  		"zh-CN/rds/DescribeActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeActiveOperationTasks.json",
2025-08-20T19:16:01.6444870Z [00:02:03.695]➜  		"zh-CN/rds/DescribeAllWhitelistTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAllWhitelistTemplate.json",
2025-08-20T19:16:01.6446330Z [00:02:03.695]➜  		"zh-CN/rds/DescribeAnalyticdbByPrimaryDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAnalyticdbByPrimaryDBInstance.json",
2025-08-20T19:16:01.6447377Z [00:02:03.695]➜  		"zh-CN/rds/DescribeAvailableClasses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableClasses.json",
2025-08-20T19:16:01.6448477Z [00:02:03.695]➜  		"zh-CN/rds/DescribeAvailableCrossRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableCrossRegion.json",
2025-08-20T19:16:01.6449450Z [00:02:03.695]➜  		"zh-CN/rds/DescribeAvailableMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableMetrics.json",
2025-08-20T19:16:01.6450590Z [00:02:03.695]➜  		"zh-CN/rds/DescribeAvailableRecoveryTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableRecoveryTime.json",
2025-08-20T19:16:01.6451571Z [00:02:03.695]➜  		"zh-CN/rds/DescribeAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableZones.json",
2025-08-20T19:16:01.6452803Z [00:02:03.695]➜  		"zh-CN/rds/DescribeBackupDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBackupDatabase.json",
2025-08-20T19:16:01.6453590Z [00:02:03.695]➜  		"zh-CN/rds/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBackupPolicy.json",
2025-08-20T19:16:01.6454438Z [00:02:03.695]➜  		"zh-CN/rds/DescribeBackupTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBackupTasks.json",
2025-08-20T19:16:01.6455230Z [00:02:03.695]➜  		"zh-CN/rds/DescribeBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBackups.json",
2025-08-20T19:16:01.6456247Z [00:02:03.695]➜  		"zh-CN/rds/DescribeBinlogFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBinlogFiles.json",
2025-08-20T19:16:01.6457300Z [00:02:03.695]➜  		"zh-CN/rds/DescribeCharacterSetName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCharacterSetName.json",
2025-08-20T19:16:01.6458214Z [00:02:03.695]➜  		"zh-CN/rds/DescribeClassDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeClassDetails.json",
2025-08-20T19:16:01.6459443Z [00:02:03.695]➜  		"zh-CN/rds/DescribeCloudMigrationPrecheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCloudMigrationPrecheckResult.json",
2025-08-20T19:16:01.6460532Z [00:02:03.695]➜  		"zh-CN/rds/DescribeCloudMigrationResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCloudMigrationResult.json",
2025-08-20T19:16:01.6461551Z [00:02:03.695]➜  		"zh-CN/rds/DescribeCollationTimeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCollationTimeZones.json",
2025-08-20T19:16:01.6462799Z [00:02:03.695]➜  		"zh-CN/rds/DescribeCrossBackupMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCrossBackupMetaList.json",
2025-08-20T19:16:01.6464043Z [00:02:03.695]➜  		"zh-CN/rds/DescribeCrossRegionBackupDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCrossRegionBackupDBInstance.json",
2025-08-20T19:16:01.6465075Z [00:02:03.695]➜  		"zh-CN/rds/DescribeCrossRegionBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCrossRegionBackups.json",
2025-08-20T19:16:01.6466237Z [00:02:03.695]➜  		"zh-CN/rds/DescribeCrossRegionLogBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCrossRegionLogBackupFiles.json",
2025-08-20T19:16:01.6467279Z [00:02:03.695]➜  		"zh-CN/rds/DescribeCurrentModifyOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCurrentModifyOrder.json",
2025-08-20T19:16:01.6468473Z [00:02:03.695]➜  		"zh-CN/rds/DescribeCustinsResourceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCustinsResourceInfo.json",
2025-08-20T19:16:01.6469619Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceAttribute.json",
2025-08-20T19:16:01.6470593Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceByTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceByTags.json",
2025-08-20T19:16:01.6471664Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceConnectivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceConnectivity.json",
2025-08-20T19:16:01.6472836Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceDetail.json",
2025-08-20T19:16:01.6473990Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceEncryptionKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceEncryptionKey.json",
2025-08-20T19:16:01.6475041Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceEndpoints.json",
2025-08-20T19:16:01.6476114Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceHAConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceHAConfig.json",
2025-08-20T19:16:01.6477223Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceIPArrayList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceIPArrayList.json",
2025-08-20T19:16:01.6478332Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceIpHostname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceIpHostname.json",
2025-08-20T19:16:01.6479372Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceMetrics.json",
2025-08-20T19:16:01.6480585Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceMonitor.json",
2025-08-20T19:16:01.6481815Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceNetInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceNetInfo.json",
2025-08-20T19:16:01.6483237Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceNetInfoForChannel.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceNetInfoForChannel.json",
2025-08-20T19:16:01.6484259Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstancePerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancePerformance.json",
2025-08-20T19:16:01.6485397Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstancePromoteActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancePromoteActivity.json",
2025-08-20T19:16:01.6486626Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceProxyConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceProxyConfiguration.json",
2025-08-20T19:16:01.6487567Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceSSL.json",
2025-08-20T19:16:01.6488503Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceTDE.json",
2025-08-20T19:16:01.6489370Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstances.json",
2025-08-20T19:16:01.6490295Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstancesAsCsv.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancesAsCsv.json",
2025-08-20T19:16:01.6491615Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstancesByExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancesByExpireTime.json",
2025-08-20T19:16:01.6492950Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstancesByPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancesByPerformance.json",
2025-08-20T19:16:01.6494179Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBInstancesForClone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancesForClone.json",
2025-08-20T19:16:01.6495252Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBMiniEngineVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBMiniEngineVersions.json",
2025-08-20T19:16:01.6496089Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBProxy.json",
2025-08-20T19:16:01.6497046Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBProxyEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBProxyEndpoint.json",
2025-08-20T19:16:01.6498202Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDBProxyPerformance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBProxyPerformance.json",
2025-08-20T19:16:01.6499564Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDTCSecurityIpHostsForSQLServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDTCSecurityIpHostsForSQLServer.json",
2025-08-20T19:16:01.6500416Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDatabases.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDatabases.json",
2025-08-20T19:16:01.6501455Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDedicatedHostGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDedicatedHostGroups.json",
2025-08-20T19:16:01.6502557Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDedicatedHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDedicatedHosts.json",
2025-08-20T19:16:01.6503537Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDetachedBackups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDetachedBackups.json",
2025-08-20T19:16:01.6504606Z [00:02:03.695]➜  		"zh-CN/rds/DescribeDiagnosticReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDiagnosticReportList.json",
2025-08-20T19:16:01.6505460Z [00:02:03.695]➜  		"zh-CN/rds/DescribeErrorLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeErrorLogs.json",
2025-08-20T19:16:01.6506277Z [00:02:03.695]➜  		"zh-CN/rds/DescribeEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeEvents.json",
2025-08-20T19:16:01.6507190Z [00:02:03.695]➜  		"zh-CN/rds/DescribeGadInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeGadInstances.json",
2025-08-20T19:16:01.6508171Z [00:02:03.695]➜  		"zh-CN/rds/DescribeHADiagnoseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHADiagnoseConfig.json",
2025-08-20T19:16:01.6509112Z [00:02:03.695]➜  		"zh-CN/rds/DescribeHASwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHASwitchConfig.json",
2025-08-20T19:16:01.6510040Z [00:02:03.695]➜  		"zh-CN/rds/DescribeHistoryEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHistoryEvents.json",
2025-08-20T19:16:01.6511024Z [00:02:03.695]➜  		"zh-CN/rds/DescribeHistoryEventsStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHistoryEventsStat.json",
2025-08-20T19:16:01.6511899Z [00:02:03.695]➜  		"zh-CN/rds/DescribeHistoryTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHistoryTasks.json",
2025-08-20T19:16:01.6513037Z [00:02:03.695]➜  		"zh-CN/rds/DescribeHistoryTasksStat.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHistoryTasksStat.json",
2025-08-20T19:16:01.6514379Z [00:02:03.695]➜  		"zh-CN/rds/DescribeHostGroupElasticStrategyParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHostGroupElasticStrategyParameters.json",
2025-08-20T19:16:01.6515527Z [00:02:03.695]➜  		"zh-CN/rds/DescribeHostWebShell.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHostWebShell.json",
2025-08-20T19:16:01.6516909Z [00:02:03.695]➜  		"zh-CN/rds/DescribeInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeInstanceAutoRenewalAttribute.json",
2025-08-20T19:16:01.6518098Z [00:02:03.695]➜  		"zh-CN/rds/DescribeInstanceCrossBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeInstanceCrossBackupPolicy.json",
2025-08-20T19:16:01.6519085Z [00:02:03.695]➜  		"zh-CN/rds/DescribeInstanceKeywords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeInstanceKeywords.json",
2025-08-20T19:16:01.6520374Z [00:02:03.695]➜  		"zh-CN/rds/DescribeInstanceLinkedWhitelistTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeInstanceLinkedWhitelistTemplate.json",
2025-08-20T19:16:01.6521749Z [00:02:03.695]➜  		"zh-CN/rds/DescribeLocalAvailableRecoveryTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeLocalAvailableRecoveryTime.json",
2025-08-20T19:16:01.6523054Z [00:02:03.695]➜  		"zh-CN/rds/DescribeLogBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeLogBackupFiles.json",
2025-08-20T19:16:01.6524121Z [00:02:03.695]➜  		"zh-CN/rds/DescribeMarketingActivity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeMarketingActivity.json",
2025-08-20T19:16:01.6524988Z [00:02:03.695]➜  		"zh-CN/rds/DescribeMetaList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeMetaList.json",
2025-08-20T19:16:01.6525979Z [00:02:03.695]➜  		"zh-CN/rds/DescribeMigrateTaskById.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeMigrateTaskById.json",
2025-08-20T19:16:01.6526873Z [00:02:03.695]➜  		"zh-CN/rds/DescribeMigrateTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeMigrateTasks.json",
2025-08-20T19:16:01.6527959Z [00:02:03.695]➜  		"zh-CN/rds/DescribeModifyPGHbaConfigLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeModifyPGHbaConfigLog.json",
2025-08-20T19:16:01.6529000Z [00:02:03.695]➜  		"zh-CN/rds/DescribeModifyParameterLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeModifyParameterLog.json",
2025-08-20T19:16:01.6529925Z [00:02:03.695]➜  		"zh-CN/rds/DescribeOssDownloads.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeOssDownloads.json",
2025-08-20T19:16:01.6530874Z [00:02:03.695]➜  		"zh-CN/rds/DescribePGHbaConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribePGHbaConfig.json",
2025-08-20T19:16:01.6531853Z [00:02:03.695]➜  		"zh-CN/rds/DescribeParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeParameterGroup.json",
2025-08-20T19:16:01.6533042Z [00:02:03.695]➜  		"zh-CN/rds/DescribeParameterGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeParameterGroups.json",
2025-08-20T19:16:01.6534102Z [00:02:03.695]➜  		"zh-CN/rds/DescribeParameterTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeParameterTemplates.json",
2025-08-20T19:16:01.6534999Z [00:02:03.695]➜  		"zh-CN/rds/DescribeParameters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeParameters.json",
2025-08-20T19:16:01.6536026Z [00:02:03.695]➜  		"zh-CN/rds/DescribePostgresExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribePostgresExtensions.json",
2025-08-20T19:16:01.6536806Z [00:02:03.695]➜  		"zh-CN/rds/DescribePrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribePrice.json",
2025-08-20T19:16:01.6537781Z [00:02:03.695]➜  		"zh-CN/rds/DescribeQuickSaleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeQuickSaleConfig.json",
2025-08-20T19:16:01.6539008Z [00:02:03.695]➜  		"zh-CN/rds/DescribeRdsResourceSettings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeRdsResourceSettings.json",
2025-08-20T19:16:01.6540211Z [00:02:03.695]➜  		"zh-CN/rds/DescribeReadDBInstanceDelay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeReadDBInstanceDelay.json",
2025-08-20T19:16:01.6541089Z [00:02:03.695]➜  		"zh-CN/rds/DescribeRegionInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeRegionInfos.json",
2025-08-20T19:16:01.6541837Z [00:02:03.695]➜  		"zh-CN/rds/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeRegions.json",
2025-08-20T19:16:01.6542755Z [00:02:03.695]➜  		"zh-CN/rds/DescribeRenewalPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeRenewalPrice.json",
2025-08-20T19:16:01.6543658Z [00:02:03.695]➜  		"zh-CN/rds/DescribeResourceDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeResourceDetails.json",
2025-08-20T19:16:01.6544705Z [00:02:03.695]➜  		"zh-CN/rds/DescribeResourceUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeResourceUsage.json",
2025-08-20T19:16:01.6545853Z [00:02:03.695]➜  		"zh-CN/rds/DescribeSQLCollectorPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLCollectorPolicy.json",
2025-08-20T19:16:01.6546955Z [00:02:03.695]➜  		"zh-CN/rds/DescribeSQLCollectorRetention.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLCollectorRetention.json",
2025-08-20T19:16:01.6547870Z [00:02:03.695]➜  		"zh-CN/rds/DescribeSQLLogFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLLogFiles.json",
2025-08-20T19:16:01.6548777Z [00:02:03.695]➜  		"zh-CN/rds/DescribeSQLLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLLogRecords.json",
2025-08-20T19:16:01.6549757Z [00:02:03.695]➜  		"zh-CN/rds/DescribeSQLLogReportList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLLogReportList.json",
2025-08-20T19:16:01.6550596Z [00:02:03.695]➜  		"zh-CN/rds/DescribeSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSecrets.json",
2025-08-20T19:16:01.6551808Z [00:02:03.695]➜  		"zh-CN/rds/DescribeSecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSecurityGroupConfiguration.json",
2025-08-20T19:16:01.6552861Z [00:02:03.695]➜  		"zh-CN/rds/DescribeSlots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSlots.json",
2025-08-20T19:16:01.6553843Z [00:02:03.695]➜  		"zh-CN/rds/DescribeSlowLogRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSlowLogRecords.json",
2025-08-20T19:16:01.6554708Z [00:02:03.695]➜  		"zh-CN/rds/DescribeSlowLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSlowLogs.json",
2025-08-20T19:16:01.6555893Z [00:02:03.695]➜  		"zh-CN/rds/DescribeSupportOnlineResizeDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSupportOnlineResizeDisk.json",
2025-08-20T19:16:01.6556690Z [00:02:03.695]➜  		"zh-CN/rds/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeTags.json",
2025-08-20T19:16:01.6557482Z [00:02:03.695]➜  		"zh-CN/rds/DescribeTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeTasks.json",
2025-08-20T19:16:01.6558784Z [00:02:03.695]➜  		"zh-CN/rds/DescribeUpgradeMajorVersionPrecheckTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeUpgradeMajorVersionPrecheckTask.json",
2025-08-20T19:16:01.6559946Z [00:02:03.695]➜  		"zh-CN/rds/DescribeUpgradeMajorVersionTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeUpgradeMajorVersionTasks.json",
2025-08-20T19:16:01.6560843Z [00:02:03.695]➜  		"zh-CN/rds/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeVSwitches.json",
2025-08-20T19:16:01.6562084Z [00:02:03.695]➜  		"zh-CN/rds/DescribeWhitelistTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeWhitelistTemplate.json",
2025-08-20T19:16:01.6563772Z [00:02:03.695]➜  		"zh-CN/rds/DescribeWhitelistTemplateLinkedInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeWhitelistTemplateLinkedInstance.json",
2025-08-20T19:16:01.6564658Z [00:02:03.695]➜  		"zh-CN/rds/DestroyDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DestroyDBInstance.json",
2025-08-20T19:16:01.6565646Z [00:02:03.695]➜  		"zh-CN/rds/DetachGadInstanceMember.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DetachGadInstanceMember.json",
2025-08-20T19:16:01.6566870Z [00:02:03.695]➜  		"zh-CN/rds/DetachWhitelistTemplateToInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DetachWhitelistTemplateToInstance.json",
2025-08-20T19:16:01.6568022Z [00:02:03.695]➜  		"zh-CN/rds/EvaluateLocalExtendDisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/EvaluateLocalExtendDisk.json",
2025-08-20T19:16:01.6569164Z [00:02:03.695]➜  		"zh-CN/rds/GetDBInstanceTopology.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/GetDBInstanceTopology.json",
2025-08-20T19:16:01.6570123Z [00:02:03.696]➜  		"zh-CN/rds/GetDbProxyInstanceSsl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/GetDbProxyInstanceSsl.json",
2025-08-20T19:16:01.6571082Z [00:02:03.696]➜  		"zh-CN/rds/GrantAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/GrantAccountPrivilege.json",
2025-08-20T19:16:01.6572082Z [00:02:03.696]➜  		"zh-CN/rds/GrantOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/GrantOperatorPermission.json",
2025-08-20T19:16:01.6573407Z [00:02:03.696]➜  		"zh-CN/rds/ImportDatabaseBetweenInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ImportDatabaseBetweenInstances.json",
2025-08-20T19:16:01.6574384Z [00:02:03.696]➜  		"zh-CN/rds/ImportUserBackupFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ImportUserBackupFile.json",
2025-08-20T19:16:01.6575182Z [00:02:03.696]➜  		"zh-CN/rds/ListClasses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ListClasses.json",
2025-08-20T19:16:01.6576023Z [00:02:03.696]➜  		"zh-CN/rds/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ListTagResources.json",
2025-08-20T19:16:01.6576929Z [00:02:03.696]➜  		"zh-CN/rds/ListUserBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ListUserBackupFiles.json",
2025-08-20T19:16:01.6577695Z [00:02:03.696]➜  		"zh-CN/rds/LockAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/LockAccount.json",
2025-08-20T19:16:01.6578754Z [00:02:03.696]➜  		"zh-CN/rds/MigrateConnectionToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/MigrateConnectionToOtherZone.json",
2025-08-20T19:16:01.6579629Z [00:02:03.696]➜  		"zh-CN/rds/MigrateDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/MigrateDBInstance.json",
2025-08-20T19:16:01.6580576Z [00:02:03.696]➜  		"zh-CN/rds/MigrateSecurityIPMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/MigrateSecurityIPMode.json",
2025-08-20T19:16:01.6581452Z [00:02:03.696]➜  		"zh-CN/rds/MigrateToOtherZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/MigrateToOtherZone.json",
2025-08-20T19:16:01.6582215Z [00:02:03.696]➜  		"zh-CN/rds/ModifyADInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyADInfo.json",
2025-08-20T19:16:01.6583359Z [00:02:03.696]➜  		"zh-CN/rds/ModifyAccountDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyAccountDescription.json",
2025-08-20T19:16:01.6584292Z [00:02:03.696]➜  		"zh-CN/rds/ModifyActionEventPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyActionEventPolicy.json",
2025-08-20T19:16:01.6585534Z [00:02:03.696]➜  		"zh-CN/rds/ModifyActiveOperationTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyActiveOperationTasks.json",
2025-08-20T19:16:01.6586612Z [00:02:03.696]➜  		"zh-CN/rds/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyBackupPolicy.json",
2025-08-20T19:16:01.6587639Z [00:02:03.696]➜  		"zh-CN/rds/ModifyCollationTimeZone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyCollationTimeZone.json",
2025-08-20T19:16:01.6588599Z [00:02:03.696]➜  		"zh-CN/rds/ModifyCustinsResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyCustinsResource.json",
2025-08-20T19:16:01.6589563Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBDescription.json",
2025-08-20T19:16:01.6590880Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json",
2025-08-20T19:16:01.6591997Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceConfig.json",
2025-08-20T19:16:01.6593558Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceConnectionMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceConnectionMode.json",
2025-08-20T19:16:01.6594791Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceConnectionString.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceConnectionString.json",
2025-08-20T19:16:01.6596097Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceDelayedReplicationTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceDelayedReplicationTime.json",
2025-08-20T19:16:01.6597337Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceDeletionProtection.json",
2025-08-20T19:16:01.6598447Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceDescription.json",
2025-08-20T19:16:01.6599498Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceEndpoint.json",
2025-08-20T19:16:01.6600643Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceEndpointAddress.json",
2025-08-20T19:16:01.6601648Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceHAConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceHAConfig.json",
2025-08-20T19:16:01.6603039Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceMaintainTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceMaintainTime.json",
2025-08-20T19:16:01.6604097Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceMetrics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceMetrics.json",
2025-08-20T19:16:01.6605131Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceMonitor.json",
2025-08-20T19:16:01.6606360Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceNetworkExpireTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceNetworkExpireTime.json",
2025-08-20T19:16:01.6607472Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceNetworkType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceNetworkType.json",
2025-08-20T19:16:01.6608478Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstancePayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstancePayType.json",
2025-08-20T19:16:01.6609751Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceProxyConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceProxyConfiguration.json",
2025-08-20T19:16:01.6610883Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceSSL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceSSL.json",
2025-08-20T19:16:01.6612002Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceSpec.json",
2025-08-20T19:16:01.6613199Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBInstanceTDE.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceTDE.json",
2025-08-20T19:16:01.6614021Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBNode.json",
2025-08-20T19:16:01.6614815Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBProxy.json",
2025-08-20T19:16:01.6615831Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBProxyEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBProxyEndpoint.json",
2025-08-20T19:16:01.6617057Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBProxyEndpointAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBProxyEndpointAddress.json",
2025-08-20T19:16:01.6618130Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDBProxyInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBProxyInstance.json",
2025-08-20T19:16:01.6619410Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDTCSecurityIpHostsForSQLServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDTCSecurityIpHostsForSQLServer.json",
2025-08-20T19:16:01.6620405Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDasInstanceConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDasInstanceConfig.json",
2025-08-20T19:16:01.6621361Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDatabaseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDatabaseConfig.json",
2025-08-20T19:16:01.6622563Z [00:02:03.696]➜  		"zh-CN/rds/ModifyDbProxyInstanceSsl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDbProxyInstanceSsl.json",
2025-08-20T19:16:01.6623449Z [00:02:03.696]➜  		"zh-CN/rds/ModifyEventInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyEventInfo.json",
2025-08-20T19:16:01.6624416Z [00:02:03.696]➜  		"zh-CN/rds/ModifyHADiagnoseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyHADiagnoseConfig.json",
2025-08-20T19:16:01.6625345Z [00:02:03.696]➜  		"zh-CN/rds/ModifyHASwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyHASwitchConfig.json",
2025-08-20T19:16:01.6626570Z [00:02:03.696]➜  		"zh-CN/rds/ModifyInstanceAutoRenewalAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyInstanceAutoRenewalAttribute.json",
2025-08-20T19:16:01.6627717Z [00:02:03.696]➜  		"zh-CN/rds/ModifyInstanceCrossBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyInstanceCrossBackupPolicy.json",
2025-08-20T19:16:01.6628612Z [00:02:03.696]➜  		"zh-CN/rds/ModifyPGHbaConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyPGHbaConfig.json",
2025-08-20T19:16:01.6629501Z [00:02:03.696]➜  		"zh-CN/rds/ModifyParameter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyParameter.json",
2025-08-20T19:16:01.6630465Z [00:02:03.696]➜  		"zh-CN/rds/ModifyParameterGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyParameterGroup.json",
2025-08-20T19:16:01.6631715Z [00:02:03.696]➜  		"zh-CN/rds/ModifyReadWriteSplittingConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyReadWriteSplittingConnection.json",
2025-08-20T19:16:01.6633266Z [00:02:03.696]➜  		"zh-CN/rds/ModifyReadonlyInstanceDelayReplicationTime.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyReadonlyInstanceDelayReplicationTime.json",
2025-08-20T19:16:01.6634434Z [00:02:03.696]➜  		"zh-CN/rds/ModifyResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyResourceGroup.json",
2025-08-20T19:16:01.6635648Z [00:02:03.696]➜  		"zh-CN/rds/ModifySQLCollectorPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifySQLCollectorPolicy.json",
2025-08-20T19:16:01.6636752Z [00:02:03.696]➜  		"zh-CN/rds/ModifySQLCollectorRetention.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifySQLCollectorRetention.json",
2025-08-20T19:16:01.6637954Z [00:02:03.696]➜  		"zh-CN/rds/ModifySecurityGroupConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifySecurityGroupConfiguration.json",
2025-08-20T19:16:01.6638879Z [00:02:03.696]➜  		"zh-CN/rds/ModifySecurityIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifySecurityIps.json",
2025-08-20T19:16:01.6639728Z [00:02:03.696]➜  		"zh-CN/rds/ModifyTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyTaskInfo.json",
2025-08-20T19:16:01.6640910Z [00:02:03.696]➜  		"zh-CN/rds/ModifyWhitelistTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyWhitelistTemplate.json",
2025-08-20T19:16:01.6642357Z [00:02:03.696]➜  		"zh-CN/rds/PreCheckCreateOrderForCreateDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/PreCheckCreateOrderForCreateDBNodes.json",
2025-08-20T19:16:01.6643848Z [00:02:03.696]➜  		"zh-CN/rds/PreCheckCreateOrderForDeleteDBNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/PreCheckCreateOrderForDeleteDBNodes.json",
2025-08-20T19:16:01.6644784Z [00:02:03.696]➜  		"zh-CN/rds/PurgeDBInstanceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/PurgeDBInstanceLog.json",
2025-08-20T19:16:01.6645566Z [00:02:03.696]➜  		"zh-CN/rds/QueryNotify.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/QueryNotify.json",
2025-08-20T19:16:01.6646505Z [00:02:03.696]➜  		"zh-CN/rds/QueryRecommendByCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/QueryRecommendByCode.json",
2025-08-20T19:16:01.6647424Z [00:02:03.696]➜  		"zh-CN/rds/RebuildDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RebuildDBInstance.json",
2025-08-20T19:16:01.6648315Z [00:02:03.696]➜  		"zh-CN/rds/ReceiveDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ReceiveDBInstance.json",
2025-08-20T19:16:01.6649249Z [00:02:03.696]➜  		"zh-CN/rds/RecoveryDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RecoveryDBInstance.json",
2025-08-20T19:16:01.6650345Z [00:02:03.696]➜  		"zh-CN/rds/ReleaseInstanceConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ReleaseInstanceConnection.json",
2025-08-20T19:16:01.6651530Z [00:02:03.696]➜  		"zh-CN/rds/ReleaseInstancePublicConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ReleaseInstancePublicConnection.json",
2025-08-20T19:16:01.6653041Z [00:02:03.696]➜  		"zh-CN/rds/ReleaseReadWriteSplittingConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ReleaseReadWriteSplittingConnection.json",
2025-08-20T19:16:01.6654085Z [00:02:03.696]➜  		"zh-CN/rds/RemoveTagsFromResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RemoveTagsFromResource.json",
2025-08-20T19:16:01.6654916Z [00:02:03.696]➜  		"zh-CN/rds/RenewInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RenewInstance.json",
2025-08-20T19:16:01.6655706Z [00:02:03.696]➜  		"zh-CN/rds/ResetAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ResetAccount.json",
2025-08-20T19:16:01.6656638Z [00:02:03.696]➜  		"zh-CN/rds/ResetAccountPassword.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ResetAccountPassword.json",
2025-08-20T19:16:01.6657531Z [00:02:03.696]➜  		"zh-CN/rds/RestartDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RestartDBInstance.json",
2025-08-20T19:16:01.6658580Z [00:02:03.696]➜  		"zh-CN/rds/RestoreDdrTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RestoreDdrTable.json",
2025-08-20T19:16:01.6659500Z [00:02:03.696]➜  		"zh-CN/rds/RestoreTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RestoreTable.json",
2025-08-20T19:16:01.6660446Z [00:02:03.696]➜  		"zh-CN/rds/RevokeAccountPrivilege.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RevokeAccountPrivilege.json",
2025-08-20T19:16:01.6661413Z [00:02:03.696]➜  		"zh-CN/rds/RevokeOperatorPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RevokeOperatorPermission.json",
2025-08-20T19:16:01.6662274Z [00:02:03.696]➜  		"zh-CN/rds/StartDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/StartDBInstance.json",
2025-08-20T19:16:01.6663296Z [00:02:03.696]➜  		"zh-CN/rds/StopDBInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/StopDBInstance.json",
2025-08-20T19:16:01.6664354Z [00:02:03.696]➜  		"zh-CN/rds/SwitchDBInstanceHA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/SwitchDBInstanceHA.json",
2025-08-20T19:16:01.6665461Z [00:02:03.696]➜  		"zh-CN/rds/SwitchDBInstanceNetType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/SwitchDBInstanceNetType.json",
2025-08-20T19:16:01.6666393Z [00:02:03.696]➜  		"zh-CN/rds/SwitchDBInstanceVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/SwitchDBInstanceVpc.json",
2025-08-20T19:16:01.6667471Z [00:02:03.696]➜  		"zh-CN/rds/SwitchGuardToMasterInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/SwitchGuardToMasterInstance.json",
2025-08-20T19:16:01.6668258Z [00:02:03.696]➜  		"zh-CN/rds/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/TagResources.json",
2025-08-20T19:16:01.6669179Z [00:02:03.696]➜  		"zh-CN/rds/TerminateMigrateTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/TerminateMigrateTask.json",
2025-08-20T19:16:01.6670270Z [00:02:03.696]➜  		"zh-CN/rds/TransformDBInstancePayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/TransformDBInstancePayType.json",
2025-08-20T19:16:01.6671077Z [00:02:03.696]➜  		"zh-CN/rds/UnlockAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UnlockAccount.json",
2025-08-20T19:16:01.6671898Z [00:02:03.696]➜  		"zh-CN/rds/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UntagResources.json",
2025-08-20T19:16:01.6673081Z [00:02:03.696]➜  		"zh-CN/rds/UpdatePostgresExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpdatePostgresExtensions.json",
2025-08-20T19:16:01.6674043Z [00:02:03.696]➜  		"zh-CN/rds/UpdateUserBackupFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpdateUserBackupFile.json",
2025-08-20T19:16:01.6675164Z [00:02:03.696]➜  		"zh-CN/rds/UpgradeDBInstanceEngineVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBInstanceEngineVersion.json",
2025-08-20T19:16:01.6676291Z [00:02:03.696]➜  		"zh-CN/rds/UpgradeDBInstanceKernelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBInstanceKernelVersion.json",
2025-08-20T19:16:01.6677377Z [00:02:03.696]➜  		"zh-CN/rds/UpgradeDBInstanceMajorVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBInstanceMajorVersion.json",
2025-08-20T19:16:01.6678664Z [00:02:03.696]➜  		"zh-CN/rds/UpgradeDBInstanceMajorVersionPrecheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBInstanceMajorVersionPrecheck.json",
2025-08-20T19:16:01.6679888Z [00:02:03.696]➜  		"zh-CN/rds/UpgradeDBProxyInstanceKernelVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBProxyInstanceKernelVersion.json",
2025-08-20T19:16:01.6680605Z [00:02:03.696]➜  		"zh-CN/rds/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/version.json",
2025-08-20T19:16:01.6681992Z [00:02:03.696]➜  		"zh-CN/resourcecenter/AssociateDefaultFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/AssociateDefaultFilter.json",
2025-08-20T19:16:01.6683303Z [00:02:03.696]➜  		"zh-CN/resourcecenter/CreateFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/CreateFilter.json",
2025-08-20T19:16:01.6684371Z [00:02:03.696]➜  		"zh-CN/resourcecenter/CreateSavedQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/CreateSavedQuery.json",
2025-08-20T19:16:01.6685328Z [00:02:03.696]➜  		"zh-CN/resourcecenter/DeleteFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DeleteFilter.json",
2025-08-20T19:16:01.6686394Z [00:02:03.696]➜  		"zh-CN/resourcecenter/DeleteSavedQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DeleteSavedQuery.json",
2025-08-20T19:16:01.6687760Z [00:02:03.696]➜  		"zh-CN/resourcecenter/DisableMultiAccountResourceCenter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DisableMultiAccountResourceCenter.json",
2025-08-20T19:16:01.6689143Z [00:02:03.696]➜  		"zh-CN/resourcecenter/DisableResourceCenter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DisableResourceCenter.json",
2025-08-20T19:16:01.6690439Z [00:02:03.696]➜  		"zh-CN/resourcecenter/DisassociateDefaultFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DisassociateDefaultFilter.json",
2025-08-20T19:16:01.6691870Z [00:02:03.696]➜  		"zh-CN/resourcecenter/EnableMultiAccountResourceCenter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/EnableMultiAccountResourceCenter.json",
2025-08-20T19:16:01.6693195Z [00:02:03.696]➜  		"zh-CN/resourcecenter/EnableResourceCenter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/EnableResourceCenter.json",
2025-08-20T19:16:01.6694487Z [00:02:03.696]➜  		"zh-CN/resourcecenter/ExecuteMultiAccountSQLQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ExecuteMultiAccountSQLQuery.json",
2025-08-20T19:16:01.6695502Z [00:02:03.696]➜  		"zh-CN/resourcecenter/ExecuteSQLQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ExecuteSQLQuery.json",
2025-08-20T19:16:01.6696497Z [00:02:03.696]➜  		"zh-CN/resourcecenter/GetExampleQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetExampleQuery.json",
2025-08-20T19:16:01.6698044Z [00:02:03.696]➜  		"zh-CN/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json",
2025-08-20T19:16:01.6699474Z [00:02:03.696]➜  		"zh-CN/resourcecenter/GetMultiAccountResourceConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetMultiAccountResourceConfiguration.json",
2025-08-20T19:16:01.6700805Z [00:02:03.696]➜  		"zh-CN/resourcecenter/GetResourceCenterServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetResourceCenterServiceStatus.json",
2025-08-20T19:16:01.6701989Z [00:02:03.696]➜  		"zh-CN/resourcecenter/GetResourceConfiguration.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetResourceConfiguration.json",
2025-08-20T19:16:01.6703290Z [00:02:03.696]➜  		"zh-CN/resourcecenter/GetResourceCounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetResourceCounts.json",
2025-08-20T19:16:01.6704299Z [00:02:03.696]➜  		"zh-CN/resourcecenter/GetSavedQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetSavedQuery.json",
2025-08-20T19:16:01.6705406Z [00:02:03.696]➜  		"zh-CN/resourcecenter/ListExampleQueries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListExampleQueries.json",
2025-08-20T19:16:01.6706531Z [00:02:03.696]➜  		"zh-CN/resourcecenter/ListFilters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListFilters.json",
2025-08-20T19:16:01.6707840Z [00:02:03.696]➜  		"zh-CN/resourcecenter/ListMultiAccountResourceGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListMultiAccountResourceGroups.json",
2025-08-20T19:16:01.6709110Z [00:02:03.696]➜  		"zh-CN/resourcecenter/ListMultiAccountTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListMultiAccountTagKeys.json",
2025-08-20T19:16:01.6710303Z [00:02:03.696]➜  		"zh-CN/resourcecenter/ListMultiAccountTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListMultiAccountTagValues.json",
2025-08-20T19:16:01.6711353Z [00:02:03.696]➜  		"zh-CN/resourcecenter/ListResourceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListResourceTypes.json",
2025-08-20T19:16:01.6712564Z [00:02:03.696]➜  		"zh-CN/resourcecenter/ListSavedQueries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListSavedQueries.json",
2025-08-20T19:16:01.6713635Z [00:02:03.696]➜  		"zh-CN/resourcecenter/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListTagKeys.json",
2025-08-20T19:16:01.6714702Z [00:02:03.696]➜  		"zh-CN/resourcecenter/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListTagValues.json",
2025-08-20T19:16:01.6715995Z [00:02:03.696]➜  		"zh-CN/resourcecenter/SearchMultiAccountResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/SearchMultiAccountResources.json",
2025-08-20T19:16:01.6717029Z [00:02:03.696]➜  		"zh-CN/resourcecenter/SearchResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/SearchResources.json",
2025-08-20T19:16:01.6717997Z [00:02:03.696]➜  		"zh-CN/resourcecenter/UpdateFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/UpdateFilter.json",
2025-08-20T19:16:01.6719006Z [00:02:03.696]➜  		"zh-CN/resourcecenter/UpdateSavedQuery.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/UpdateSavedQuery.json",
2025-08-20T19:16:01.6719892Z [00:02:03.696]➜  		"zh-CN/resourcecenter/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/version.json",
2025-08-20T19:16:01.6720936Z [00:02:03.696]➜  		"zh-CN/resourcemanager/AcceptHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/AcceptHandshake.json",
2025-08-20T19:16:01.6722037Z [00:02:03.696]➜  		"zh-CN/resourcemanager/AttachControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/AttachControlPolicy.json",
2025-08-20T19:16:01.6723306Z [00:02:03.696]➜  		"zh-CN/resourcemanager/AttachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/AttachPolicy.json",
2025-08-20T19:16:01.6724573Z [00:02:03.696]➜  		"zh-CN/resourcemanager/BindSecureMobilePhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/BindSecureMobilePhone.json",
2025-08-20T19:16:01.6725811Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CancelChangeAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CancelChangeAccountEmail.json",
2025-08-20T19:16:01.6727035Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CancelCreateCloudAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CancelCreateCloudAccount.json",
2025-08-20T19:16:01.6728090Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CancelHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CancelHandshake.json",
2025-08-20T19:16:01.6729344Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CancelPromoteResourceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CancelPromoteResourceAccount.json",
2025-08-20T19:16:01.6730429Z [00:02:03.696]➜  		"zh-CN/resourcemanager/ChangeAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ChangeAccountEmail.json",
2025-08-20T19:16:01.6731761Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CheckAccountDelete.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CheckAccountDelete.json",
2025-08-20T19:16:01.6733268Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CreateCloudAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateCloudAccount.json",
2025-08-20T19:16:01.6734402Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CreateControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateControlPolicy.json",
2025-08-20T19:16:01.6735390Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CreateFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateFolder.json",
2025-08-20T19:16:01.6736325Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreatePolicy.json",
2025-08-20T19:16:01.6737542Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CreatePolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreatePolicyVersion.json",
2025-08-20T19:16:01.6738774Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CreateResourceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateResourceAccount.json",
2025-08-20T19:16:01.6739841Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CreateResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateResourceGroup.json",
2025-08-20T19:16:01.6740711Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CreateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateRole.json",
2025-08-20T19:16:01.6741897Z [00:02:03.696]➜  		"zh-CN/resourcemanager/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateServiceLinkedRole.json",
2025-08-20T19:16:01.6743073Z [00:02:03.696]➜  		"zh-CN/resourcemanager/DeclineHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeclineHandshake.json",
2025-08-20T19:16:01.6744037Z [00:02:03.696]➜  		"zh-CN/resourcemanager/DeleteAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteAccount.json",
2025-08-20T19:16:01.6745050Z [00:02:03.696]➜  		"zh-CN/resourcemanager/DeleteControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteControlPolicy.json",
2025-08-20T19:16:01.6745947Z [00:02:03.696]➜  		"zh-CN/resourcemanager/DeleteFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteFolder.json",
2025-08-20T19:16:01.6746873Z [00:02:03.696]➜  		"zh-CN/resourcemanager/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeletePolicy.json",
2025-08-20T19:16:01.6747885Z [00:02:03.696]➜  		"zh-CN/resourcemanager/DeletePolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeletePolicyVersion.json",
2025-08-20T19:16:01.6748898Z [00:02:03.696]➜  		"zh-CN/resourcemanager/DeleteResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteResourceGroup.json",
2025-08-20T19:16:01.6749801Z [00:02:03.696]➜  		"zh-CN/resourcemanager/DeleteRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteRole.json",
2025-08-20T19:16:01.6750902Z [00:02:03.696]➜  		"zh-CN/resourcemanager/DeleteServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteServiceLinkedRole.json",
2025-08-20T19:16:01.6752175Z [00:02:03.696]➜  		"zh-CN/resourcemanager/DeregisterDelegatedAdministrator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeregisterDelegatedAdministrator.json",
2025-08-20T19:16:01.6753492Z [00:02:03.696]➜  		"zh-CN/resourcemanager/DestroyResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DestroyResourceDirectory.json",
2025-08-20T19:16:01.6754679Z [00:02:03.696]➜  		"zh-CN/resourcemanager/DetachControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DetachControlPolicy.json",
2025-08-20T19:16:01.6755697Z [00:02:03.697]➜  		"zh-CN/resourcemanager/DetachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DetachPolicy.json",
2025-08-20T19:16:01.6756859Z [00:02:03.697]➜  		"zh-CN/resourcemanager/DisableAssociatedTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DisableAssociatedTransfer.json",
2025-08-20T19:16:01.6757900Z [00:02:03.697]➜  		"zh-CN/resourcemanager/DisableControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DisableControlPolicy.json",
2025-08-20T19:16:01.6759019Z [00:02:03.697]➜  		"zh-CN/resourcemanager/EnableAssociatedTransfer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/EnableAssociatedTransfer.json",
2025-08-20T19:16:01.6760143Z [00:02:03.697]➜  		"zh-CN/resourcemanager/EnableControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/EnableControlPolicy.json",
2025-08-20T19:16:01.6761327Z [00:02:03.697]➜  		"zh-CN/resourcemanager/EnableResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/EnableResourceDirectory.json",
2025-08-20T19:16:01.6762209Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetAccount.json",
2025-08-20T19:16:01.6763692Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetAccountDeletionCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetAccountDeletionCheckResult.json",
2025-08-20T19:16:01.6764934Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetAccountDeletionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetAccountDeletionStatus.json",
2025-08-20T19:16:01.6765998Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetControlPolicy.json",
2025-08-20T19:16:01.6767376Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetControlPolicyEnablementStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetControlPolicyEnablementStatus.json",
2025-08-20T19:16:01.6768399Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetFolder.json",
2025-08-20T19:16:01.6769380Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetHandshake.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetHandshake.json",
2025-08-20T19:16:01.6770486Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetPayerForAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetPayerForAccount.json",
2025-08-20T19:16:01.6771445Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetPolicy.json",
2025-08-20T19:16:01.6772706Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetPolicyVersion.json",
2025-08-20T19:16:01.6773868Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetResourceDirectory.json",
2025-08-20T19:16:01.6774938Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetResourceGroup.json",
2025-08-20T19:16:01.6775842Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetRole.json",
2025-08-20T19:16:01.6777276Z [00:02:03.697]➜  		"zh-CN/resourcemanager/GetServiceLinkedRoleDeletionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetServiceLinkedRoleDeletionStatus.json",
2025-08-20T19:16:01.6778625Z [00:02:03.697]➜  		"zh-CN/resourcemanager/InitResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/InitResourceDirectory.json",
2025-08-20T19:16:01.6780128Z [00:02:03.697]➜  		"zh-CN/resourcemanager/InviteAccountToResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/InviteAccountToResourceDirectory.json",
2025-08-20T19:16:01.6781123Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListAccounts.json",
2025-08-20T19:16:01.6782304Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListAccountsForParent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListAccountsForParent.json",
2025-08-20T19:16:01.6783574Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListAncestors.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListAncestors.json",
2025-08-20T19:16:01.6785126Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListAssociatedTransferSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListAssociatedTransferSetting.json",
2025-08-20T19:16:01.6786416Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListControlPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListControlPolicies.json",
2025-08-20T19:16:01.6787929Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListControlPolicyAttachmentsForTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListControlPolicyAttachmentsForTarget.json",
2025-08-20T19:16:01.6789203Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListDelegatedAdministrators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListDelegatedAdministrators.json",
2025-08-20T19:16:01.6790565Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListDelegatedServicesForAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListDelegatedServicesForAccount.json",
2025-08-20T19:16:01.6791717Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListFoldersForParent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListFoldersForParent.json",
2025-08-20T19:16:01.6793128Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListHandshakesForAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListHandshakesForAccount.json",
2025-08-20T19:16:01.6794608Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListHandshakesForResourceDirectory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListHandshakesForResourceDirectory.json",
2025-08-20T19:16:01.6795619Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListPolicies.json",
2025-08-20T19:16:01.6796851Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListPolicyAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListPolicyAttachments.json",
2025-08-20T19:16:01.6798013Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListPolicyVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListPolicyVersions.json",
2025-08-20T19:16:01.6799156Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListResourceGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListResourceGroups.json",
2025-08-20T19:16:01.6800171Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListResources.json",
2025-08-20T19:16:01.6801108Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListRoles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListRoles.json",
2025-08-20T19:16:01.6802078Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTagKeys.json",
2025-08-20T19:16:01.6803547Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTagResources.json",
2025-08-20T19:16:01.6804713Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTagValues.json",
2025-08-20T19:16:01.6806209Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListTargetAttachmentsForControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTargetAttachmentsForControlPolicy.json",
2025-08-20T19:16:01.6807425Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ListTrustedServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTrustedServiceStatus.json",
2025-08-20T19:16:01.6808415Z [00:02:03.697]➜  		"zh-CN/resourcemanager/MoveAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/MoveAccount.json",
2025-08-20T19:16:01.6809592Z [00:02:03.697]➜  		"zh-CN/resourcemanager/MoveResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/MoveResources.json",
2025-08-20T19:16:01.6810945Z [00:02:03.697]➜  		"zh-CN/resourcemanager/PromoteResourceAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/PromoteResourceAccount.json",
2025-08-20T19:16:01.6812331Z [00:02:03.697]➜  		"zh-CN/resourcemanager/RegisterDelegatedAdministrator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/RegisterDelegatedAdministrator.json",
2025-08-20T19:16:01.6813658Z [00:02:03.697]➜  		"zh-CN/resourcemanager/RemoveCloudAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/RemoveCloudAccount.json",
2025-08-20T19:16:01.6814862Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ResendCreateCloudAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ResendCreateCloudAccountEmail.json",
2025-08-20T19:16:01.6816221Z [00:02:03.697]➜  		"zh-CN/resourcemanager/ResendPromoteResourceAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ResendPromoteResourceAccountEmail.json",
2025-08-20T19:16:01.6817316Z [00:02:03.697]➜  		"zh-CN/resourcemanager/RetryChangeAccountEmail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/RetryChangeAccountEmail.json",
2025-08-20T19:16:01.6818802Z [00:02:03.697]➜  		"zh-CN/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json",
2025-08-20T19:16:01.6820059Z [00:02:03.697]➜  		"zh-CN/resourcemanager/SendVerificationCodeForEnableRD.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/SendVerificationCodeForEnableRD.json",
2025-08-20T19:16:01.6821190Z [00:02:03.697]➜  		"zh-CN/resourcemanager/SetDefaultPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/SetDefaultPolicyVersion.json",
2025-08-20T19:16:01.6822697Z [00:02:03.697]➜  		"zh-CN/resourcemanager/SetMemberDeletionPermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/SetMemberDeletionPermission.json",
2025-08-20T19:16:01.6823747Z [00:02:03.697]➜  		"zh-CN/resourcemanager/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/TagResources.json",
2025-08-20T19:16:01.6824697Z [00:02:03.697]➜  		"zh-CN/resourcemanager/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UntagResources.json",
2025-08-20T19:16:01.6825637Z [00:02:03.697]➜  		"zh-CN/resourcemanager/UpdateAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateAccount.json",
2025-08-20T19:16:01.6826893Z [00:02:03.697]➜  		"zh-CN/resourcemanager/UpdateAssociatedTransferSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateAssociatedTransferSetting.json",
2025-08-20T19:16:01.6827990Z [00:02:03.697]➜  		"zh-CN/resourcemanager/UpdateControlPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateControlPolicy.json",
2025-08-20T19:16:01.6828902Z [00:02:03.697]➜  		"zh-CN/resourcemanager/UpdateFolder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateFolder.json",
2025-08-20T19:16:01.6829922Z [00:02:03.697]➜  		"zh-CN/resourcemanager/UpdateResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateResourceGroup.json",
2025-08-20T19:16:01.6830783Z [00:02:03.697]➜  		"zh-CN/resourcemanager/UpdateRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateRole.json",
2025-08-20T19:16:01.6831608Z [00:02:03.697]➜  		"zh-CN/resourcemanager/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/version.json",
2025-08-20T19:16:01.6832738Z [00:02:03.697]➜  		"zh-CN/rocketmq/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ChangeResourceGroup.json",
2025-08-20T19:16:01.6833751Z [00:02:03.697]➜  		"zh-CN/rocketmq/CreateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/CreateConsumerGroup.json",
2025-08-20T19:16:01.6834592Z [00:02:03.697]➜  		"zh-CN/rocketmq/CreateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/CreateInstance.json",
2025-08-20T19:16:01.6835440Z [00:02:03.697]➜  		"zh-CN/rocketmq/CreateTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/CreateTopic.json",
2025-08-20T19:16:01.6836378Z [00:02:03.697]➜  		"zh-CN/rocketmq/DeleteConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/DeleteConsumerGroup.json",
2025-08-20T19:16:01.6837256Z [00:02:03.697]➜  		"zh-CN/rocketmq/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/DeleteInstance.json",
2025-08-20T19:16:01.6838096Z [00:02:03.697]➜  		"zh-CN/rocketmq/DeleteTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/DeleteTopic.json",
2025-08-20T19:16:01.6838996Z [00:02:03.697]➜  		"zh-CN/rocketmq/GetConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/GetConsumerGroup.json",
2025-08-20T19:16:01.6839830Z [00:02:03.697]➜  		"zh-CN/rocketmq/GetInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/GetInstance.json",
2025-08-20T19:16:01.6840594Z [00:02:03.697]➜  		"zh-CN/rocketmq/GetTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/GetTopic.json",
2025-08-20T19:16:01.6841802Z [00:02:03.697]➜  		"zh-CN/rocketmq/ListConsumerGroupSubscriptions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ListConsumerGroupSubscriptions.json",
2025-08-20T19:16:01.6842933Z [00:02:03.697]➜  		"zh-CN/rocketmq/ListConsumerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ListConsumerGroups.json",
2025-08-20T19:16:01.6843955Z [00:02:03.697]➜  		"zh-CN/rocketmq/ListInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ListInstances.json",
2025-08-20T19:16:01.6844873Z [00:02:03.697]➜  		"zh-CN/rocketmq/ListTopics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ListTopics.json",
2025-08-20T19:16:01.6845824Z [00:02:03.697]➜  		"zh-CN/rocketmq/ResetConsumeOffset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ResetConsumeOffset.json",
2025-08-20T19:16:01.6846820Z [00:02:03.697]➜  		"zh-CN/rocketmq/UpdateConsumerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/UpdateConsumerGroup.json",
2025-08-20T19:16:01.6847619Z [00:02:03.697]➜  		"zh-CN/rocketmq/UpdateInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/UpdateInstance.json",
2025-08-20T19:16:01.6848411Z [00:02:03.697]➜  		"zh-CN/rocketmq/UpdateTopic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/UpdateTopic.json",
2025-08-20T19:16:01.6849156Z [00:02:03.697]➜  		"zh-CN/rocketmq/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/version.json",
2025-08-20T19:16:01.6850066Z [00:02:03.697]➜  		"zh-CN/ros/CancelStackOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CancelStackOperation.json",
2025-08-20T19:16:01.6850888Z [00:02:03.697]➜  		"zh-CN/ros/CancelUpdateStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CancelUpdateStack.json",
2025-08-20T19:16:01.6851797Z [00:02:03.697]➜  		"zh-CN/ros/ContinueCreateStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ContinueCreateStack.json",
2025-08-20T19:16:01.6852770Z [00:02:03.697]➜  		"zh-CN/ros/CreateChangeSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateChangeSet.json",
2025-08-20T19:16:01.6853613Z [00:02:03.697]➜  		"zh-CN/ros/CreateDiagnostic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateDiagnostic.json",
2025-08-20T19:16:01.6854467Z [00:02:03.697]➜  		"zh-CN/ros/CreateStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateStack.json",
2025-08-20T19:16:01.6855441Z [00:02:03.697]➜  		"zh-CN/ros/CreateStackGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateStackGroup.json",
2025-08-20T19:16:01.6856355Z [00:02:03.697]➜  		"zh-CN/ros/CreateStackInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateStackInstances.json",
2025-08-20T19:16:01.6857147Z [00:02:03.697]➜  		"zh-CN/ros/CreateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateTemplate.json",
2025-08-20T19:16:01.6858046Z [00:02:03.697]➜  		"zh-CN/ros/CreateTemplateScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateTemplateScratch.json",
2025-08-20T19:16:01.6858883Z [00:02:03.697]➜  		"zh-CN/ros/DeleteChangeSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteChangeSet.json",
2025-08-20T19:16:01.6859730Z [00:02:03.697]➜  		"zh-CN/ros/DeleteDiagnostic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteDiagnostic.json",
2025-08-20T19:16:01.6860508Z [00:02:03.697]➜  		"zh-CN/ros/DeleteStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteStack.json",
2025-08-20T19:16:01.6861245Z [00:02:03.697]➜  		"zh-CN/ros/DeleteStackGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteStackGroup.json",
2025-08-20T19:16:01.6861978Z [00:02:03.697]➜  		"zh-CN/ros/DeleteStackInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteStackInstances.json",
2025-08-20T19:16:01.6862965Z [00:02:03.697]➜  		"zh-CN/ros/DeleteTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteTemplate.json",
2025-08-20T19:16:01.6863893Z [00:02:03.697]➜  		"zh-CN/ros/DeleteTemplateScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteTemplateScratch.json",
2025-08-20T19:16:01.6865038Z [00:02:03.697]➜  		"zh-CN/ros/DeregisterResourceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeregisterResourceType.json",
2025-08-20T19:16:01.6865986Z [00:02:03.697]➜  		"zh-CN/ros/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DescribeRegions.json",
2025-08-20T19:16:01.6866835Z [00:02:03.697]➜  		"zh-CN/ros/DetectStackDrift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DetectStackDrift.json",
2025-08-20T19:16:01.6867760Z [00:02:03.697]➜  		"zh-CN/ros/DetectStackGroupDrift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DetectStackGroupDrift.json",
2025-08-20T19:16:01.6868785Z [00:02:03.697]➜  		"zh-CN/ros/DetectStackResourceDrift.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DetectStackResourceDrift.json",
2025-08-20T19:16:01.6869629Z [00:02:03.697]➜  		"zh-CN/ros/ExecuteChangeSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ExecuteChangeSet.json",
2025-08-20T19:16:01.6870681Z [00:02:03.697]➜  		"zh-CN/ros/GenerateTemplateByScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GenerateTemplateByScratch.json",
2025-08-20T19:16:01.6871681Z [00:02:03.697]➜  		"zh-CN/ros/GenerateTemplatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GenerateTemplatePolicy.json",
2025-08-20T19:16:01.6872818Z [00:02:03.697]➜  		"zh-CN/ros/GetChangeSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetChangeSet.json",
2025-08-20T19:16:01.6873632Z [00:02:03.697]➜  		"zh-CN/ros/GetDiagnostic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetDiagnostic.json",
2025-08-20T19:16:01.6874498Z [00:02:03.697]➜  		"zh-CN/ros/GetFeatureDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetFeatureDetails.json",
2025-08-20T19:16:01.6875316Z [00:02:03.697]➜  		"zh-CN/ros/GetResourceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetResourceType.json",
2025-08-20T19:16:01.6876447Z [00:02:03.697]➜  		"zh-CN/ros/GetResourceTypeTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetResourceTypeTemplate.json",
2025-08-20T19:16:01.6877495Z [00:02:03.697]➜  		"zh-CN/ros/GetServiceProvisions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetServiceProvisions.json",
2025-08-20T19:16:01.6878249Z [00:02:03.697]➜  		"zh-CN/ros/GetStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStack.json",
2025-08-20T19:16:01.6879305Z [00:02:03.697]➜  		"zh-CN/ros/GetStackDriftDetectionStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackDriftDetectionStatus.json",
2025-08-20T19:16:01.6880137Z [00:02:03.697]➜  		"zh-CN/ros/GetStackGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackGroup.json",
2025-08-20T19:16:01.6881084Z [00:02:03.697]➜  		"zh-CN/ros/GetStackGroupOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackGroupOperation.json",
2025-08-20T19:16:01.6881926Z [00:02:03.697]➜  		"zh-CN/ros/GetStackInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackInstance.json",
2025-08-20T19:16:01.6883030Z [00:02:03.697]➜  		"zh-CN/ros/GetStackPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackPolicy.json",
2025-08-20T19:16:01.6883888Z [00:02:03.697]➜  		"zh-CN/ros/GetStackResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackResource.json",
2025-08-20T19:16:01.6884628Z [00:02:03.697]➜  		"zh-CN/ros/GetTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplate.json",
2025-08-20T19:16:01.6885591Z [00:02:03.697]➜  		"zh-CN/ros/GetTemplateEstimateCost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplateEstimateCost.json",
2025-08-20T19:16:01.6886710Z [00:02:03.697]➜  		"zh-CN/ros/GetTemplateParameterConstraints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplateParameterConstraints.json",
2025-08-20T19:16:01.6887762Z [00:02:03.697]➜  		"zh-CN/ros/GetTemplateScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplateScratch.json",
2025-08-20T19:16:01.6888759Z [00:02:03.697]➜  		"zh-CN/ros/GetTemplateSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplateSummary.json",
2025-08-20T19:16:01.6889576Z [00:02:03.697]➜  		"zh-CN/ros/ListChangeSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListChangeSets.json",
2025-08-20T19:16:01.6890410Z [00:02:03.697]➜  		"zh-CN/ros/ListDiagnostics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListDiagnostics.json",
2025-08-20T19:16:01.6891486Z [00:02:03.697]➜  		"zh-CN/ros/ListResourceTypeRegistrations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListResourceTypeRegistrations.json",
2025-08-20T19:16:01.6892704Z [00:02:03.697]➜  		"zh-CN/ros/ListResourceTypeVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListResourceTypeVersions.json",
2025-08-20T19:16:01.6893526Z [00:02:03.697]➜  		"zh-CN/ros/ListResourceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListResourceTypes.json",
2025-08-20T19:16:01.6894288Z [00:02:03.697]➜  		"zh-CN/ros/ListStackEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackEvents.json",
2025-08-20T19:16:01.6895291Z [00:02:03.697]➜  		"zh-CN/ros/ListStackGroupOperationResults.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackGroupOperationResults.json",
2025-08-20T19:16:01.6896209Z [00:02:03.697]➜  		"zh-CN/ros/ListStackGroupOperations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackGroupOperations.json",
2025-08-20T19:16:01.6896969Z [00:02:03.697]➜  		"zh-CN/ros/ListStackGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackGroups.json",
2025-08-20T19:16:01.6897779Z [00:02:03.697]➜  		"zh-CN/ros/ListStackInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackInstances.json",
2025-08-20T19:16:01.6898808Z [00:02:03.697]➜  		"zh-CN/ros/ListStackOperationRisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackOperationRisks.json",
2025-08-20T19:16:01.6899804Z [00:02:03.697]➜  		"zh-CN/ros/ListStackResourceDrifts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackResourceDrifts.json",
2025-08-20T19:16:01.6900604Z [00:02:03.697]➜  		"zh-CN/ros/ListStackResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackResources.json",
2025-08-20T19:16:01.6901278Z [00:02:03.697]➜  		"zh-CN/ros/ListStacks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStacks.json",
2025-08-20T19:16:01.6901982Z [00:02:03.697]➜  		"zh-CN/ros/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTagKeys.json",
2025-08-20T19:16:01.6902902Z [00:02:03.697]➜  		"zh-CN/ros/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTagResources.json",
2025-08-20T19:16:01.6903715Z [00:02:03.697]➜  		"zh-CN/ros/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTagValues.json",
2025-08-20T19:16:01.6904653Z [00:02:03.697]➜  		"zh-CN/ros/ListTemplateScratches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTemplateScratches.json",
2025-08-20T19:16:01.6905572Z [00:02:03.697]➜  		"zh-CN/ros/ListTemplateVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTemplateVersions.json",
2025-08-20T19:16:01.6906331Z [00:02:03.697]➜  		"zh-CN/ros/ListTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTemplates.json",
2025-08-20T19:16:01.6907198Z [00:02:03.697]➜  		"zh-CN/ros/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/MoveResourceGroup.json",
2025-08-20T19:16:01.6908015Z [00:02:03.697]➜  		"zh-CN/ros/PreviewStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/PreviewStack.json",
2025-08-20T19:16:01.6909144Z [00:02:03.697]➜  		"zh-CN/ros/RegisterResourceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/RegisterResourceType.json",
2025-08-20T19:16:01.6910273Z [00:02:03.697]➜  		"zh-CN/ros/SetDeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SetDeletionProtection.json",
2025-08-20T19:16:01.6911142Z [00:02:03.697]➜  		"zh-CN/ros/SetResourceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SetResourceType.json",
2025-08-20T19:16:01.6911956Z [00:02:03.698]➜  		"zh-CN/ros/SetStackPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SetStackPolicy.json",
2025-08-20T19:16:01.6913143Z [00:02:03.698]➜  		"zh-CN/ros/SetTemplatePermission.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SetTemplatePermission.json",
2025-08-20T19:16:01.6913984Z [00:02:03.698]➜  		"zh-CN/ros/SignalResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SignalResource.json",
2025-08-20T19:16:01.6914989Z [00:02:03.698]➜  		"zh-CN/ros/StopStackGroupOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/StopStackGroupOperation.json",
2025-08-20T19:16:01.6915827Z [00:02:03.698]➜  		"zh-CN/ros/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/TagResources.json",
2025-08-20T19:16:01.6916642Z [00:02:03.698]➜  		"zh-CN/ros/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UntagResources.json",
2025-08-20T19:16:01.6917437Z [00:02:03.698]➜  		"zh-CN/ros/UpdateStack.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateStack.json",
2025-08-20T19:16:01.6918333Z [00:02:03.698]➜  		"zh-CN/ros/UpdateStackGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateStackGroup.json",
2025-08-20T19:16:01.6919273Z [00:02:03.698]➜  		"zh-CN/ros/UpdateStackInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateStackInstances.json",
2025-08-20T19:16:01.6920552Z [00:02:03.698]➜  		"zh-CN/ros/UpdateStackTemplateByResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateStackTemplateByResources.json",
2025-08-20T19:16:01.6921551Z [00:02:03.698]➜  		"zh-CN/ros/UpdateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateTemplate.json",
2025-08-20T19:16:01.6922734Z [00:02:03.698]➜  		"zh-CN/ros/UpdateTemplateScratch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateTemplateScratch.json",
2025-08-20T19:16:01.6923646Z [00:02:03.698]➜  		"zh-CN/ros/ValidateTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ValidateTemplate.json",
2025-08-20T19:16:01.6924344Z [00:02:03.698]➜  		"zh-CN/ros/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/version.json",
2025-08-20T19:16:01.6925412Z [00:02:03.698]➜  		"zh-CN/sae/AbortAndRollbackChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/AbortAndRollbackChangeOrder.json",
2025-08-20T19:16:01.6926310Z [00:02:03.698]➜  		"zh-CN/sae/AbortChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/AbortChangeOrder.json",
2025-08-20T19:16:01.6927326Z [00:02:03.698]➜  		"zh-CN/sae/BatchStartApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/BatchStartApplications.json",
2025-08-20T19:16:01.6928260Z [00:02:03.698]➜  		"zh-CN/sae/BatchStopApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/BatchStopApplications.json",
2025-08-20T19:16:01.6928969Z [00:02:03.698]➜  		"zh-CN/sae/BindSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/BindSlb.json",
2025-08-20T19:16:01.6929919Z [00:02:03.698]➜  		"zh-CN/sae/ConfirmPipelineBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ConfirmPipelineBatch.json",
2025-08-20T19:16:01.6930839Z [00:02:03.698]➜  		"zh-CN/sae/CreateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateApplication.json",
2025-08-20T19:16:01.6932119Z [00:02:03.698]➜  		"zh-CN/sae/CreateApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateApplicationScalingRule.json",
2025-08-20T19:16:01.6933280Z [00:02:03.698]➜  		"zh-CN/sae/CreateConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateConfigMap.json",
2025-08-20T19:16:01.6934143Z [00:02:03.698]➜  		"zh-CN/sae/CreateGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateGreyTagRoute.json",
2025-08-20T19:16:01.6934902Z [00:02:03.698]➜  		"zh-CN/sae/CreateIngress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateIngress.json",
2025-08-20T19:16:01.6935627Z [00:02:03.698]➜  		"zh-CN/sae/CreateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateJob.json",
2025-08-20T19:16:01.6936455Z [00:02:03.698]➜  		"zh-CN/sae/CreateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateNamespace.json",
2025-08-20T19:16:01.6937197Z [00:02:03.698]➜  		"zh-CN/sae/CreateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateSecret.json",
2025-08-20T19:16:01.6938023Z [00:02:03.698]➜  		"zh-CN/sae/DeleteApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteApplication.json",
2025-08-20T19:16:01.6939046Z [00:02:03.698]➜  		"zh-CN/sae/DeleteApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteApplicationScalingRule.json",
2025-08-20T19:16:01.6939839Z [00:02:03.698]➜  		"zh-CN/sae/DeleteConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteConfigMap.json",
2025-08-20T19:16:01.6940680Z [00:02:03.698]➜  		"zh-CN/sae/DeleteGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteGreyTagRoute.json",
2025-08-20T19:16:01.6941498Z [00:02:03.698]➜  		"zh-CN/sae/DeleteHistoryJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteHistoryJob.json",
2025-08-20T19:16:01.6942582Z [00:02:03.698]➜  		"zh-CN/sae/DeleteIngress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteIngress.json",
2025-08-20T19:16:01.6943301Z [00:02:03.698]➜  		"zh-CN/sae/DeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteJob.json",
2025-08-20T19:16:01.6944253Z [00:02:03.698]➜  		"zh-CN/sae/DeleteNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteNamespace.json",
2025-08-20T19:16:01.6945043Z [00:02:03.698]➜  		"zh-CN/sae/DeleteSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteSecret.json",
2025-08-20T19:16:01.6945906Z [00:02:03.698]➜  		"zh-CN/sae/DeployApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeployApplication.json",
2025-08-20T19:16:01.6946885Z [00:02:03.698]➜  		"zh-CN/sae/DescribeAppServiceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeAppServiceDetail.json",
2025-08-20T19:16:01.6947896Z [00:02:03.698]➜  		"zh-CN/sae/DescribeApplicationConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationConfig.json",
2025-08-20T19:16:01.6948947Z [00:02:03.698]➜  		"zh-CN/sae/DescribeApplicationGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationGroups.json",
2025-08-20T19:16:01.6949923Z [00:02:03.698]➜  		"zh-CN/sae/DescribeApplicationImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationImage.json",
2025-08-20T19:16:01.6951021Z [00:02:03.698]➜  		"zh-CN/sae/DescribeApplicationInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationInstances.json",
2025-08-20T19:16:01.6952146Z [00:02:03.698]➜  		"zh-CN/sae/DescribeApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationScalingRule.json",
2025-08-20T19:16:01.6953531Z [00:02:03.698]➜  		"zh-CN/sae/DescribeApplicationScalingRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationScalingRules.json",
2025-08-20T19:16:01.6954724Z [00:02:03.698]➜  		"zh-CN/sae/DescribeApplicationSlbs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationSlbs.json",
2025-08-20T19:16:01.6955990Z [00:02:03.698]➜  		"zh-CN/sae/DescribeApplicationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationStatus.json",
2025-08-20T19:16:01.6956922Z [00:02:03.698]➜  		"zh-CN/sae/DescribeChangeOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeChangeOrder.json",
2025-08-20T19:16:01.6957866Z [00:02:03.698]➜  		"zh-CN/sae/DescribeComponents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeComponents.json",
2025-08-20T19:16:01.6958759Z [00:02:03.698]➜  		"zh-CN/sae/DescribeConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeConfigMap.json",
2025-08-20T19:16:01.6959871Z [00:02:03.698]➜  		"zh-CN/sae/DescribeConfigurationPrice.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeConfigurationPrice.json",
2025-08-20T19:16:01.6960881Z [00:02:03.698]➜  		"zh-CN/sae/DescribeEdasContainers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeEdasContainers.json",
2025-08-20T19:16:01.6961859Z [00:02:03.698]➜  		"zh-CN/sae/DescribeGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeGreyTagRoute.json",
2025-08-20T19:16:01.6962919Z [00:02:03.698]➜  		"zh-CN/sae/DescribeIngress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeIngress.json",
2025-08-20T19:16:01.6963772Z [00:02:03.698]➜  		"zh-CN/sae/DescribeInstanceLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeInstanceLog.json",
2025-08-20T19:16:01.6964792Z [00:02:03.698]➜  		"zh-CN/sae/DescribeInstanceSpecifications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeInstanceSpecifications.json",
2025-08-20T19:16:01.6965682Z [00:02:03.698]➜  		"zh-CN/sae/DescribeJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeJob.json",
2025-08-20T19:16:01.6966583Z [00:02:03.698]➜  		"zh-CN/sae/DescribeJobHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeJobHistory.json",
2025-08-20T19:16:01.6967474Z [00:02:03.698]➜  		"zh-CN/sae/DescribeJobStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeJobStatus.json",
2025-08-20T19:16:01.6968269Z [00:02:03.698]➜  		"zh-CN/sae/DescribeNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeNamespace.json",
2025-08-20T19:16:01.6969110Z [00:02:03.698]➜  		"zh-CN/sae/DescribeNamespaceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeNamespaceList.json",
2025-08-20T19:16:01.6970069Z [00:02:03.698]➜  		"zh-CN/sae/DescribeNamespaceResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeNamespaceResources.json",
2025-08-20T19:16:01.6970888Z [00:02:03.698]➜  		"zh-CN/sae/DescribeNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeNamespaces.json",
2025-08-20T19:16:01.6971671Z [00:02:03.698]➜  		"zh-CN/sae/DescribePipeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribePipeline.json",
2025-08-20T19:16:01.6972590Z [00:02:03.698]➜  		"zh-CN/sae/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeRegions.json",
2025-08-20T19:16:01.6973356Z [00:02:03.698]➜  		"zh-CN/sae/DescribeSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeSecret.json",
2025-08-20T19:16:01.6974362Z [00:02:03.698]➜  		"zh-CN/sae/DisableApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DisableApplicationScalingRule.json",
2025-08-20T19:16:01.6975331Z [00:02:03.698]➜  		"zh-CN/sae/EnableApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/EnableApplicationScalingRule.json",
2025-08-20T19:16:01.6976087Z [00:02:03.698]➜  		"zh-CN/sae/ExecJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ExecJob.json",
2025-08-20T19:16:01.6976961Z [00:02:03.698]➜  		"zh-CN/sae/GetArmsTopNMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetArmsTopNMetric.json",
2025-08-20T19:16:01.6977822Z [00:02:03.698]➜  		"zh-CN/sae/GetAvailabilityMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetAvailabilityMetric.json",
2025-08-20T19:16:01.6978664Z [00:02:03.698]➜  		"zh-CN/sae/GetChangeOrderMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetChangeOrderMetric.json",
2025-08-20T19:16:01.6979468Z [00:02:03.698]➜  		"zh-CN/sae/GetScaleAppMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetScaleAppMetric.json",
2025-08-20T19:16:01.6980324Z [00:02:03.698]➜  		"zh-CN/sae/GetWarningEventMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetWarningEventMetric.json",
2025-08-20T19:16:01.6981060Z [00:02:03.698]➜  		"zh-CN/sae/ListAppEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListAppEvents.json",
2025-08-20T19:16:01.6981885Z [00:02:03.698]➜  		"zh-CN/sae/ListAppServicesPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListAppServicesPage.json",
2025-08-20T19:16:01.6982806Z [00:02:03.698]➜  		"zh-CN/sae/ListAppVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListAppVersions.json",
2025-08-20T19:16:01.6983598Z [00:02:03.698]➜  		"zh-CN/sae/ListApplications.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListApplications.json",
2025-08-20T19:16:01.6984375Z [00:02:03.698]➜  		"zh-CN/sae/ListChangeOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListChangeOrders.json",
2025-08-20T19:16:01.6985226Z [00:02:03.698]➜  		"zh-CN/sae/ListConsumedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListConsumedServices.json",
2025-08-20T19:16:01.6986116Z [00:02:03.698]➜  		"zh-CN/sae/ListGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListGreyTagRoute.json",
2025-08-20T19:16:01.6986924Z [00:02:03.698]➜  		"zh-CN/sae/ListIngresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListIngresses.json",
2025-08-20T19:16:01.6987594Z [00:02:03.698]➜  		"zh-CN/sae/ListJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListJobs.json",
2025-08-20T19:16:01.6988343Z [00:02:03.698]➜  		"zh-CN/sae/ListLogConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListLogConfigs.json",
2025-08-20T19:16:01.6989301Z [00:02:03.698]➜  		"zh-CN/sae/ListNamespaceChangeOrders.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListNamespaceChangeOrders.json",
2025-08-20T19:16:01.6990200Z [00:02:03.698]➜  		"zh-CN/sae/ListNamespacedConfigMaps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListNamespacedConfigMaps.json",
2025-08-20T19:16:01.6991106Z [00:02:03.698]➜  		"zh-CN/sae/ListPublishedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListPublishedServices.json",
2025-08-20T19:16:01.6991805Z [00:02:03.698]➜  		"zh-CN/sae/ListSecrets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListSecrets.json",
2025-08-20T19:16:01.6992736Z [00:02:03.698]➜  		"zh-CN/sae/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListTagResources.json",
2025-08-20T19:16:01.6993606Z [00:02:03.698]➜  		"zh-CN/sae/OpenSaeService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/OpenSaeService.json",
2025-08-20T19:16:01.6994523Z [00:02:03.698]➜  		"zh-CN/sae/QueryResourceStatics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/QueryResourceStatics.json",
2025-08-20T19:16:01.6995731Z [00:02:03.698]➜  		"zh-CN/sae/ReduceApplicationCapacityByInstanceIds.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ReduceApplicationCapacityByInstanceIds.json",
2025-08-20T19:16:01.6996712Z [00:02:03.698]➜  		"zh-CN/sae/RescaleApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RescaleApplication.json",
2025-08-20T19:16:01.6997810Z [00:02:03.698]➜  		"zh-CN/sae/RescaleApplicationVertically.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RescaleApplicationVertically.json",
2025-08-20T19:16:01.6998626Z [00:02:03.698]➜  		"zh-CN/sae/RestartApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RestartApplication.json",
2025-08-20T19:16:01.6999415Z [00:02:03.698]➜  		"zh-CN/sae/RestartInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RestartInstances.json",
2025-08-20T19:16:01.7000250Z [00:02:03.698]➜  		"zh-CN/sae/RollbackApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RollbackApplication.json",
2025-08-20T19:16:01.7001039Z [00:02:03.698]➜  		"zh-CN/sae/StartApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/StartApplication.json",
2025-08-20T19:16:01.7001821Z [00:02:03.698]➜  		"zh-CN/sae/StopApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/StopApplication.json",
2025-08-20T19:16:01.7002684Z [00:02:03.698]➜  		"zh-CN/sae/SuspendJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/SuspendJob.json",
2025-08-20T19:16:01.7003389Z [00:02:03.698]➜  		"zh-CN/sae/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/TagResources.json",
2025-08-20T19:16:01.7004054Z [00:02:03.698]➜  		"zh-CN/sae/UnbindSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UnbindSlb.json",
2025-08-20T19:16:01.7004797Z [00:02:03.698]➜  		"zh-CN/sae/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UntagResources.json",
2025-08-20T19:16:01.7005702Z [00:02:03.698]➜  		"zh-CN/sae/UpdateAppSecurityGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateAppSecurityGroup.json",
2025-08-20T19:16:01.7006817Z [00:02:03.698]➜  		"zh-CN/sae/UpdateApplicationDescription.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateApplicationDescription.json",
2025-08-20T19:16:01.7007888Z [00:02:03.698]➜  		"zh-CN/sae/UpdateApplicationScalingRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateApplicationScalingRule.json",
2025-08-20T19:16:01.7008845Z [00:02:03.698]➜  		"zh-CN/sae/UpdateApplicationVswitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateApplicationVswitches.json",
2025-08-20T19:16:01.7009610Z [00:02:03.698]➜  		"zh-CN/sae/UpdateConfigMap.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateConfigMap.json",
2025-08-20T19:16:01.7010418Z [00:02:03.698]➜  		"zh-CN/sae/UpdateGreyTagRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateGreyTagRoute.json",
2025-08-20T19:16:01.7011153Z [00:02:03.698]➜  		"zh-CN/sae/UpdateIngress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateIngress.json",
2025-08-20T19:16:01.7011837Z [00:02:03.698]➜  		"zh-CN/sae/UpdateJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateJob.json",
2025-08-20T19:16:01.7012844Z [00:02:03.698]➜  		"zh-CN/sae/UpdateNamespace.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateNamespace.json",
2025-08-20T19:16:01.7013663Z [00:02:03.698]➜  		"zh-CN/sae/UpdateNamespaceVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateNamespaceVpc.json",
2025-08-20T19:16:01.7014372Z [00:02:03.698]➜  		"zh-CN/sae/UpdateSecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateSecret.json",
2025-08-20T19:16:01.7014994Z [00:02:03.698]➜  		"zh-CN/sae/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/version.json",
2025-08-20T19:16:01.7015967Z [00:02:03.698]➜  		"zh-CN/sas/AddAssetSelectionCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddAssetSelectionCriteria.json",
2025-08-20T19:16:01.7017157Z [00:02:03.698]➜  		"zh-CN/sas/AddCheckInstanceResultWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddCheckInstanceResultWhiteList.json",
2025-08-20T19:16:01.7018168Z [00:02:03.698]➜  		"zh-CN/sas/AddCheckResultWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddCheckResultWhiteList.json",
2025-08-20T19:16:01.7019073Z [00:02:03.698]➜  		"zh-CN/sas/AddClientUserDefineRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddClientUserDefineRule.json",
2025-08-20T19:16:01.7019951Z [00:02:03.698]➜  		"zh-CN/sas/AddContainerDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddContainerDefenseRule.json",
2025-08-20T19:16:01.7020831Z [00:02:03.698]➜  		"zh-CN/sas/AddContainerPluginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddContainerPluginRule.json",
2025-08-20T19:16:01.7021693Z [00:02:03.698]➜  		"zh-CN/sas/AddImageEventOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddImageEventOperation.json",
2025-08-20T19:16:01.7022797Z [00:02:03.698]➜  		"zh-CN/sas/AddImageVulWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddImageVulWhiteList.json",
2025-08-20T19:16:01.7023680Z [00:02:03.698]➜  		"zh-CN/sas/AddInstallCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddInstallCode.json",
2025-08-20T19:16:01.7024533Z [00:02:03.698]➜  		"zh-CN/sas/AddPrivateRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddPrivateRegistry.json",
2025-08-20T19:16:01.7025555Z [00:02:03.698]➜  		"zh-CN/sas/AddSasContainerWebDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddSasContainerWebDefenseRule.json",
2025-08-20T19:16:01.7026356Z [00:02:03.698]➜  		"zh-CN/sas/AddSasModuleTrial.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddSasModuleTrial.json",
2025-08-20T19:16:01.7027109Z [00:02:03.698]➜  		"zh-CN/sas/AddTagWithUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddTagWithUuid.json",
2025-08-20T19:16:01.7028050Z [00:02:03.698]➜  		"zh-CN/sas/AddUninstallClientsByUuids.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddUninstallClientsByUuids.json",
2025-08-20T19:16:01.7028824Z [00:02:03.698]➜  		"zh-CN/sas/AddVpcHoneyPot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddVpcHoneyPot.json",
2025-08-20T19:16:01.7029871Z [00:02:03.698]➜  		"zh-CN/sas/AdvanceSecurityEventOperations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AdvanceSecurityEventOperations.json",
2025-08-20T19:16:01.7031103Z [00:02:03.698]➜  		"zh-CN/sas/BatchDeleteMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BatchDeleteMaliciousFileWhitelistConfig.json",
2025-08-20T19:16:01.7032156Z [00:02:03.698]➜  		"zh-CN/sas/BatchOperateCommonOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BatchOperateCommonOverallConfig.json",
2025-08-20T19:16:01.7033527Z [00:02:03.698]➜  		"zh-CN/sas/BatchUpdateMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BatchUpdateMaliciousFileWhitelistConfig.json",
2025-08-20T19:16:01.7034359Z [00:02:03.698]➜  		"zh-CN/sas/BindAuthToMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BindAuthToMachine.json",
2025-08-20T19:16:01.7035128Z [00:02:03.698]➜  		"zh-CN/sas/BindHybridProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BindHybridProxy.json",
2025-08-20T19:16:01.7035902Z [00:02:03.698]➜  		"zh-CN/sas/CancelOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CancelOnceTask.json",
2025-08-20T19:16:01.7036943Z [00:02:03.698]➜  		"zh-CN/sas/ChangeAssetRefreshTaskConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeAssetRefreshTaskConfig.json",
2025-08-20T19:16:01.7037751Z [00:02:03.698]➜  		"zh-CN/sas/ChangeCheckConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeCheckConfig.json",
2025-08-20T19:16:01.7038790Z [00:02:03.698]➜  		"zh-CN/sas/ChangeCheckCustomConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeCheckCustomConfig.json",
2025-08-20T19:16:01.7039794Z [00:02:03.698]➜  		"zh-CN/sas/ChangeSecurityScoreRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeSecurityScoreRule.json",
2025-08-20T19:16:01.7040530Z [00:02:03.698]➜  		"zh-CN/sas/ChangeUserLang.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeUserLang.json",
2025-08-20T19:16:01.7041317Z [00:02:03.698]➜  		"zh-CN/sas/CheckQuaraFileId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CheckQuaraFileId.json",
2025-08-20T19:16:01.7042143Z [00:02:03.698]➜  		"zh-CN/sas/CheckSecurityEventId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CheckSecurityEventId.json",
2025-08-20T19:16:01.7043059Z [00:02:03.698]➜  		"zh-CN/sas/CheckUserHasEcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CheckUserHasEcs.json",
2025-08-20T19:16:01.7043976Z [00:02:03.698]➜  		"zh-CN/sas/ConfirmVirusEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ConfirmVirusEvents.json",
2025-08-20T19:16:01.7044963Z [00:02:03.698]➜  		"zh-CN/sas/CreateAgentlessScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateAgentlessScanTask.json",
2025-08-20T19:16:01.7045903Z [00:02:03.698]➜  		"zh-CN/sas/CreateAntiBruteForceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateAntiBruteForceRule.json",
2025-08-20T19:16:01.7046868Z [00:02:03.698]➜  		"zh-CN/sas/CreateAssetSelectionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateAssetSelectionConfig.json",
2025-08-20T19:16:01.7047698Z [00:02:03.698]➜  		"zh-CN/sas/CreateBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateBackupPolicy.json",
2025-08-20T19:16:01.7048630Z [00:02:03.698]➜  		"zh-CN/sas/CreateContainerScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateContainerScanTask.json",
2025-08-20T19:16:01.7049726Z [00:02:03.698]➜  		"zh-CN/sas/CreateContainerScanTaskByAppName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateContainerScanTaskByAppName.json",
2025-08-20T19:16:01.7050636Z [00:02:03.698]➜  		"zh-CN/sas/CreateCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateCustomBlockRecord.json",
2025-08-20T19:16:01.7051391Z [00:02:03.698]➜  		"zh-CN/sas/CreateCycleTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateCycleTask.json",
2025-08-20T19:16:01.7052173Z [00:02:03.698]➜  		"zh-CN/sas/CreateFileDetect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateFileDetect.json",
2025-08-20T19:16:01.7053277Z [00:02:03.698]➜  		"zh-CN/sas/CreateFileDetectUploadUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateFileDetectUploadUrl.json",
2025-08-20T19:16:01.7054184Z [00:02:03.698]➜  		"zh-CN/sas/CreateFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateFileProtectRule.json",
2025-08-20T19:16:01.7055049Z [00:02:03.698]➜  		"zh-CN/sas/CreateFileUploadLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateFileUploadLimit.json",
2025-08-20T19:16:01.7055790Z [00:02:03.698]➜  		"zh-CN/sas/CreateHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypot.json",
2025-08-20T19:16:01.7056608Z [00:02:03.698]➜  		"zh-CN/sas/CreateHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypotNode.json",
2025-08-20T19:16:01.7057437Z [00:02:03.698]➜  		"zh-CN/sas/CreateHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypotPreset.json",
2025-08-20T19:16:01.7058275Z [00:02:03.698]➜  		"zh-CN/sas/CreateHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypotProbe.json",
2025-08-20T19:16:01.7059286Z [00:02:03.698]➜  		"zh-CN/sas/CreateHoneypotProbeBind.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypotProbeBind.json",
2025-08-20T19:16:01.7060267Z [00:02:03.698]➜  		"zh-CN/sas/CreateInterceptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateInterceptionRule.json",
2025-08-20T19:16:01.7061174Z [00:02:03.698]➜  		"zh-CN/sas/CreateInterceptionTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateInterceptionTarget.json",
2025-08-20T19:16:01.7062132Z [00:02:03.698]➜  		"zh-CN/sas/CreateJenkinsImageRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateJenkinsImageRegistry.json",
2025-08-20T19:16:01.7063367Z [00:02:03.698]➜  		"zh-CN/sas/CreateMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateMaliciousFileWhitelistConfig.json",
2025-08-20T19:16:01.7064208Z [00:02:03.698]➜  		"zh-CN/sas/CreateMaliciousNote.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateMaliciousNote.json",
2025-08-20T19:16:01.7065193Z [00:02:03.698]➜  		"zh-CN/sas/CreateOpaClusterPlugin.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOpaClusterPlugin.json",
2025-08-20T19:16:01.7066151Z [00:02:03.698]➜  		"zh-CN/sas/CreateOpaStrategyNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOpaStrategyNew.json",
2025-08-20T19:16:01.7067082Z [00:02:03.698]➜  		"zh-CN/sas/CreateOrUpdateAssetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOrUpdateAssetGroup.json",
2025-08-20T19:16:01.7067972Z [00:02:03.698]➜  		"zh-CN/sas/CreateOrUpdateDingTalk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOrUpdateDingTalk.json",
2025-08-20T19:16:01.7068884Z [00:02:03.698]➜  		"zh-CN/sas/CreateOssBucketScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOssBucketScanTask.json",
2025-08-20T19:16:01.7069703Z [00:02:03.698]➜  		"zh-CN/sas/CreateOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOssScanConfig.json",
2025-08-20T19:16:01.7070477Z [00:02:03.699]➜  		"zh-CN/sas/CreateRestoreJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateRestoreJob.json",
2025-08-20T19:16:01.7071409Z [00:02:03.699]➜  		"zh-CN/sas/CreateServiceLinkedRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateServiceLinkedRole.json",
2025-08-20T19:16:01.7072247Z [00:02:03.699]➜  		"zh-CN/sas/CreateServiceTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateServiceTrail.json",
2025-08-20T19:16:01.7073546Z [00:02:03.699]➜  		"zh-CN/sas/CreateSimilarSecurityEventsQueryTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateSimilarSecurityEventsQueryTask.json",
2025-08-20T19:16:01.7074395Z [00:02:03.699]➜  		"zh-CN/sas/CreateSuspEventNote.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateSuspEventNote.json",
2025-08-20T19:16:01.7075291Z [00:02:03.699]➜  		"zh-CN/sas/CreateUniBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateUniBackupPolicy.json",
2025-08-20T19:16:01.7076184Z [00:02:03.699]➜  		"zh-CN/sas/CreateUniRestorePlan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateUniRestorePlan.json",
2025-08-20T19:16:01.7077113Z [00:02:03.699]➜  		"zh-CN/sas/CreateVirusScanOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateVirusScanOnceTask.json",
2025-08-20T19:16:01.7078091Z [00:02:03.699]➜  		"zh-CN/sas/CreateVulAutoRepairConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateVulAutoRepairConfig.json",
2025-08-20T19:16:01.7079035Z [00:02:03.699]➜  		"zh-CN/sas/DeleteAntiBruteForceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteAntiBruteForceRule.json",
2025-08-20T19:16:01.7079893Z [00:02:03.699]➜  		"zh-CN/sas/DeleteBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteBackupPolicy.json",
2025-08-20T19:16:01.7080978Z [00:02:03.699]➜  		"zh-CN/sas/DeleteBackupPolicyMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteBackupPolicyMachine.json",
2025-08-20T19:16:01.7082029Z [00:02:03.699]➜  		"zh-CN/sas/DeleteBinarySecurityPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteBinarySecurityPolicy.json",
2025-08-20T19:16:01.7083179Z [00:02:03.699]➜  		"zh-CN/sas/DeleteClientUserDefineRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteClientUserDefineRule.json",
2025-08-20T19:16:01.7084132Z [00:02:03.699]➜  		"zh-CN/sas/DeleteContainerDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteContainerDefenseRule.json",
2025-08-20T19:16:01.7085073Z [00:02:03.699]➜  		"zh-CN/sas/DeleteContainerPluginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteContainerPluginRule.json",
2025-08-20T19:16:01.7086026Z [00:02:03.699]➜  		"zh-CN/sas/DeleteCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteCustomBlockRecord.json",
2025-08-20T19:16:01.7086884Z [00:02:03.699]➜  		"zh-CN/sas/DeleteCycleTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteCycleTask.json",
2025-08-20T19:16:01.7087839Z [00:02:03.699]➜  		"zh-CN/sas/DeleteFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteFileProtectRule.json",
2025-08-20T19:16:01.7088563Z [00:02:03.699]➜  		"zh-CN/sas/DeleteGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteGroup.json",
2025-08-20T19:16:01.7089332Z [00:02:03.699]➜  		"zh-CN/sas/DeleteHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypot.json",
2025-08-20T19:16:01.7090172Z [00:02:03.699]➜  		"zh-CN/sas/DeleteHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypotNode.json",
2025-08-20T19:16:01.7091112Z [00:02:03.699]➜  		"zh-CN/sas/DeleteHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypotPreset.json",
2025-08-20T19:16:01.7091998Z [00:02:03.699]➜  		"zh-CN/sas/DeleteHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypotProbe.json",
2025-08-20T19:16:01.7093083Z [00:02:03.699]➜  		"zh-CN/sas/DeleteHoneypotProbeBind.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypotProbeBind.json",
2025-08-20T19:16:01.7094069Z [00:02:03.699]➜  		"zh-CN/sas/DeleteImageEventOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteImageEventOperation.json",
2025-08-20T19:16:01.7094998Z [00:02:03.699]➜  		"zh-CN/sas/DeleteImageVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteImageVulWhitelist.json",
2025-08-20T19:16:01.7095839Z [00:02:03.699]➜  		"zh-CN/sas/DeleteInstallCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteInstallCode.json",
2025-08-20T19:16:01.7096801Z [00:02:03.699]➜  		"zh-CN/sas/DeleteInterceptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteInterceptionRule.json",
2025-08-20T19:16:01.7097750Z [00:02:03.699]➜  		"zh-CN/sas/DeleteInterceptionTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteInterceptionTarget.json",
2025-08-20T19:16:01.7098566Z [00:02:03.699]➜  		"zh-CN/sas/DeleteK8sAccessInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteK8sAccessInfo.json",
2025-08-20T19:16:01.7106282Z [00:02:03.699]➜  		"zh-CN/sas/DeleteLoginBaseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteLoginBaseConfig.json",
2025-08-20T19:16:01.7107616Z [00:02:03.699]➜  		"zh-CN/sas/DeleteMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteMaliciousFileWhitelistConfig.json",
2025-08-20T19:16:01.7108521Z [00:02:03.699]➜  		"zh-CN/sas/DeleteMaliciousNote.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteMaliciousNote.json",
2025-08-20T19:16:01.7109599Z [00:02:03.699]➜  		"zh-CN/sas/DeleteOpaStrategyNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteOpaStrategyNew.json",
2025-08-20T19:16:01.7110600Z [00:02:03.699]➜  		"zh-CN/sas/DeleteOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteOssScanConfig.json",
2025-08-20T19:16:01.7111526Z [00:02:03.699]➜  		"zh-CN/sas/DeletePrivateRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeletePrivateRegistry.json",
2025-08-20T19:16:01.7112860Z [00:02:03.699]➜  		"zh-CN/sas/DeleteSasContainerWebDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteSasContainerWebDefenseRule.json",
2025-08-20T19:16:01.7114007Z [00:02:03.699]➜  		"zh-CN/sas/DeleteSecurityEventMarkMissList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteSecurityEventMarkMissList.json",
2025-08-20T19:16:01.7114931Z [00:02:03.699]➜  		"zh-CN/sas/DeleteServiceTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteServiceTrail.json",
2025-08-20T19:16:01.7115947Z [00:02:03.699]➜  		"zh-CN/sas/DeleteStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteStrategy.json",
2025-08-20T19:16:01.7116970Z [00:02:03.699]➜  		"zh-CN/sas/DeleteSuspEventNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteSuspEventNode.json",
2025-08-20T19:16:01.7117833Z [00:02:03.699]➜  		"zh-CN/sas/DeleteTagWithUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteTagWithUuid.json",
2025-08-20T19:16:01.7118755Z [00:02:03.699]➜  		"zh-CN/sas/DeleteUniBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteUniBackupPolicy.json",
2025-08-20T19:16:01.7119612Z [00:02:03.699]➜  		"zh-CN/sas/DeleteVpcHoneyPot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteVpcHoneyPot.json",
2025-08-20T19:16:01.7120625Z [00:02:03.699]➜  		"zh-CN/sas/DeleteVulAutoRepairConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteVulAutoRepairConfig.json",
2025-08-20T19:16:01.7121504Z [00:02:03.699]➜  		"zh-CN/sas/DeleteVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteVulWhitelist.json",
2025-08-20T19:16:01.7122726Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAccessKeyLeakDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAccessKeyLeakDetail.json",
2025-08-20T19:16:01.7123723Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAccesskeyLeakList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAccesskeyLeakList.json",
2025-08-20T19:16:01.7124644Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAffectedAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAffectedAssets.json",
2025-08-20T19:16:01.7125862Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAffectedMaliciousFileImages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAffectedMaliciousFileImages.json",
2025-08-20T19:16:01.7126938Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAgentInstallStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAgentInstallStatus.json",
2025-08-20T19:16:01.7127942Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAlarmEventDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAlarmEventDetail.json",
2025-08-20T19:16:01.7129000Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAlarmEventStackInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAlarmEventStackInfo.json",
2025-08-20T19:16:01.7129868Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAllEntity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAllEntity.json",
2025-08-20T19:16:01.7130723Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAllGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAllGroups.json",
2025-08-20T19:16:01.7131728Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAllImageBaseline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAllImageBaseline.json",
2025-08-20T19:16:01.7133202Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAntiBruteForceRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAntiBruteForceRules.json",
2025-08-20T19:16:01.7134310Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAppVulScanCycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAppVulScanCycle.json",
2025-08-20T19:16:01.7135326Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAssetDetailByUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAssetDetailByUuid.json",
2025-08-20T19:16:01.7136350Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAssetDetailByUuids.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAssetDetailByUuids.json",
2025-08-20T19:16:01.7137230Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAssetSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAssetSummary.json",
2025-08-20T19:16:01.7138641Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAssetsSecurityEventSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAssetsSecurityEventSummary.json",
2025-08-20T19:16:01.7139710Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAttachRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAttachRecords.json",
2025-08-20T19:16:01.7140758Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAttackAnalysisData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAttackAnalysisData.json",
2025-08-20T19:16:01.7141691Z [00:02:03.699]➜  		"zh-CN/sas/DescribeAutoDelConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAutoDelConfig.json",
2025-08-20T19:16:01.7142873Z [00:02:03.699]➜  		"zh-CN/sas/DescribeBackUpExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackUpExportInfo.json",
2025-08-20T19:16:01.7143803Z [00:02:03.699]➜  		"zh-CN/sas/DescribeBackupClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupClients.json",
2025-08-20T19:16:01.7144733Z [00:02:03.699]➜  		"zh-CN/sas/DescribeBackupFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupFiles.json",
2025-08-20T19:16:01.7145783Z [00:02:03.699]➜  		"zh-CN/sas/DescribeBackupMachineStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupMachineStatus.json",
2025-08-20T19:16:01.7146734Z [00:02:03.699]➜  		"zh-CN/sas/DescribeBackupPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupPolicies.json",
2025-08-20T19:16:01.7147642Z [00:02:03.699]➜  		"zh-CN/sas/DescribeBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupPolicy.json",
2025-08-20T19:16:01.7148661Z [00:02:03.699]➜  		"zh-CN/sas/DescribeBackupRestoreCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupRestoreCount.json",
2025-08-20T19:16:01.7149668Z [00:02:03.699]➜  		"zh-CN/sas/DescribeBruteForceRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBruteForceRecords.json",
2025-08-20T19:16:01.7150684Z [00:02:03.699]➜  		"zh-CN/sas/DescribeBruteForceSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBruteForceSummary.json",
2025-08-20T19:16:01.7151610Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCanFixVulList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCanFixVulList.json",
2025-08-20T19:16:01.7152757Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCheckEcsWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckEcsWarnings.json",
2025-08-20T19:16:01.7153728Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCheckFixDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckFixDetails.json",
2025-08-20T19:16:01.7154738Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCheckWarningDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckWarningDetail.json",
2025-08-20T19:16:01.7155966Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCheckWarningMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckWarningMachines.json",
2025-08-20T19:16:01.7157140Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCheckWarningSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckWarningSummary.json",
2025-08-20T19:16:01.7158079Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCheckWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckWarnings.json",
2025-08-20T19:16:01.7159047Z [00:02:03.699]➜  		"zh-CN/sas/DescribeClientConfSetup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClientConfSetup.json",
2025-08-20T19:16:01.7160020Z [00:02:03.699]➜  		"zh-CN/sas/DescribeClientConfStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClientConfStrategy.json",
2025-08-20T19:16:01.7161061Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCloudCenterInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCloudCenterInstances.json",
2025-08-20T19:16:01.7162558Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCloudProductFieldStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCloudProductFieldStatistics.json",
2025-08-20T19:16:01.7163632Z [00:02:03.699]➜  		"zh-CN/sas/DescribeClusterBasicInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClusterBasicInfo.json",
2025-08-20T19:16:01.7164587Z [00:02:03.699]➜  		"zh-CN/sas/DescribeClusterInfoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClusterInfoList.json",
2025-08-20T19:16:01.7165528Z [00:02:03.699]➜  		"zh-CN/sas/DescribeClusterNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClusterNetwork.json",
2025-08-20T19:16:01.7166576Z [00:02:03.699]➜  		"zh-CN/sas/DescribeClusterVulStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClusterVulStatistics.json",
2025-08-20T19:16:01.7167629Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCommonOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCommonOverallConfig.json",
2025-08-20T19:16:01.7168741Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCommonOverallConfigList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCommonOverallConfigList.json",
2025-08-20T19:16:01.7169765Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCommonTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCommonTargetConfig.json",
2025-08-20T19:16:01.7170840Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCommonTargetResultList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCommonTargetResultList.json",
2025-08-20T19:16:01.7171822Z [00:02:03.699]➜  		"zh-CN/sas/DescribeConcernNecessity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeConcernNecessity.json",
2025-08-20T19:16:01.7173040Z [00:02:03.699]➜  		"zh-CN/sas/DescribeContainerApps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerApps.json",
2025-08-20T19:16:01.7174078Z [00:02:03.699]➜  		"zh-CN/sas/DescribeContainerCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerCriteria.json",
2025-08-20T19:16:01.7175088Z [00:02:03.699]➜  		"zh-CN/sas/DescribeContainerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerInstances.json",
2025-08-20T19:16:01.7176126Z [00:02:03.699]➜  		"zh-CN/sas/DescribeContainerScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerScanConfig.json",
2025-08-20T19:16:01.7177164Z [00:02:03.699]➜  		"zh-CN/sas/DescribeContainerStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerStatistics.json",
2025-08-20T19:16:01.7178114Z [00:02:03.699]➜  		"zh-CN/sas/DescribeContainerTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerTags.json",
2025-08-20T19:16:01.7179458Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCountNotScannedImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCountNotScannedImage.json",
2025-08-20T19:16:01.7180711Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCountScannedImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCountScannedImage.json",
2025-08-20T19:16:01.7181623Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCriteria.json",
2025-08-20T19:16:01.7182955Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCustomBlockInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCustomBlockInstances.json",
2025-08-20T19:16:01.7184076Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCustomBlockRecords.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCustomBlockRecords.json",
2025-08-20T19:16:01.7185048Z [00:02:03.699]➜  		"zh-CN/sas/DescribeCycleTaskList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCycleTaskList.json",
2025-08-20T19:16:01.7186486Z [00:02:03.699]➜  		"zh-CN/sas/DescribeDefaultProxyInstallVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDefaultProxyInstallVersion.json",
2025-08-20T19:16:01.7187569Z [00:02:03.699]➜  		"zh-CN/sas/DescribeDingTalk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDingTalk.json",
2025-08-20T19:16:01.7188546Z [00:02:03.699]➜  		"zh-CN/sas/DescribeDomainCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDomainCount.json",
2025-08-20T19:16:01.7189495Z [00:02:03.699]➜  		"zh-CN/sas/DescribeDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDomainDetail.json",
2025-08-20T19:16:01.7190427Z [00:02:03.699]➜  		"zh-CN/sas/DescribeDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDomainList.json",
2025-08-20T19:16:01.7191466Z [00:02:03.699]➜  		"zh-CN/sas/DescribeEmgUserAgreement.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeEmgUserAgreement.json",
2025-08-20T19:16:01.7192591Z [00:02:03.699]➜  		"zh-CN/sas/DescribeEmgVulItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeEmgVulItem.json",
2025-08-20T19:16:01.7193673Z [00:02:03.699]➜  		"zh-CN/sas/DescribeEventLevelCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeEventLevelCount.json",
2025-08-20T19:16:01.7194628Z [00:02:03.699]➜  		"zh-CN/sas/DescribeEventOnStage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeEventOnStage.json",
2025-08-20T19:16:01.7195685Z [00:02:03.699]➜  		"zh-CN/sas/DescribeExcludeSystemPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExcludeSystemPath.json",
2025-08-20T19:16:01.7196608Z [00:02:03.699]➜  		"zh-CN/sas/DescribeExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExportInfo.json",
2025-08-20T19:16:01.7197726Z [00:02:03.699]➜  		"zh-CN/sas/DescribeExposedCheckWarning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedCheckWarning.json",
2025-08-20T19:16:01.7198904Z [00:02:03.699]➜  		"zh-CN/sas/DescribeExposedInstanceCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedInstanceCriteria.json",
2025-08-20T19:16:01.7200040Z [00:02:03.699]➜  		"zh-CN/sas/DescribeExposedInstanceDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedInstanceDetail.json",
2025-08-20T19:16:01.7201118Z [00:02:03.699]➜  		"zh-CN/sas/DescribeExposedInstanceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedInstanceList.json",
2025-08-20T19:16:01.7202151Z [00:02:03.699]➜  		"zh-CN/sas/DescribeExposedStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedStatistics.json",
2025-08-20T19:16:01.7203564Z [00:02:03.699]➜  		"zh-CN/sas/DescribeExposedStatisticsDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedStatisticsDetail.json",
2025-08-20T19:16:01.7204446Z [00:02:03.699]➜  		"zh-CN/sas/DescribeFieldStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeFieldStatistics.json",
2025-08-20T19:16:01.7205357Z [00:02:03.699]➜  		"zh-CN/sas/DescribeFixUsedCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeFixUsedCount.json",
2025-08-20T19:16:01.7206209Z [00:02:03.699]➜  		"zh-CN/sas/DescribeFrontVulPatchList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeFrontVulPatchList.json",
2025-08-20T19:16:01.7206979Z [00:02:03.699]➜  		"zh-CN/sas/DescribeGroupStruct.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupStruct.json",
2025-08-20T19:16:01.7207929Z [00:02:03.699]➜  		"zh-CN/sas/DescribeGroupedContainerInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedContainerInstances.json",
2025-08-20T19:16:01.7208818Z [00:02:03.699]➜  		"zh-CN/sas/DescribeGroupedInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedInstances.json",
2025-08-20T19:16:01.7209776Z [00:02:03.699]➜  		"zh-CN/sas/DescribeGroupedMaliciousFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedMaliciousFiles.json",
2025-08-20T19:16:01.7210543Z [00:02:03.699]➜  		"zh-CN/sas/DescribeGroupedTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedTags.json",
2025-08-20T19:16:01.7211297Z [00:02:03.699]➜  		"zh-CN/sas/DescribeGroupedVul.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedVul.json",
2025-08-20T19:16:01.7212084Z [00:02:03.699]➜  		"zh-CN/sas/DescribeHcExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeHcExportInfo.json",
2025-08-20T19:16:01.7213002Z [00:02:03.699]➜  		"zh-CN/sas/DescribeHoneyPotAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeHoneyPotAuth.json",
2025-08-20T19:16:01.7213970Z [00:02:03.699]➜  		"zh-CN/sas/DescribeHoneyPotSuspStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeHoneyPotSuspStatistics.json",
2025-08-20T19:16:01.7214669Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImage.json",
2025-08-20T19:16:01.7215650Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageBaselineCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineCheckResult.json",
2025-08-20T19:16:01.7216696Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageBaselineCheckSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineCheckSummary.json",
2025-08-20T19:16:01.7217596Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageBaselineDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineDetail.json",
2025-08-20T19:16:01.7218532Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageBaselineItemList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineItemList.json",
2025-08-20T19:16:01.7219459Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageBaselineStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineStrategy.json",
2025-08-20T19:16:01.7220248Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageCriteria.json",
2025-08-20T19:16:01.7221295Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageEventOperationCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageEventOperationCondition.json",
2025-08-20T19:16:01.7222272Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageEventOperationPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageEventOperationPage.json",
2025-08-20T19:16:01.7223447Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageFixCycleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageFixCycleConfig.json",
2025-08-20T19:16:01.7224254Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageFixTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageFixTask.json",
2025-08-20T19:16:01.7225249Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageGroupedVulList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageGroupedVulList.json",
2025-08-20T19:16:01.7226049Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageInfoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageInfoList.json",
2025-08-20T19:16:01.7226843Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageInstances.json",
2025-08-20T19:16:01.7227729Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageLatestScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageLatestScanTask.json",
2025-08-20T19:16:01.7228807Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageListBySensitiveFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageListBySensitiveFile.json",
2025-08-20T19:16:01.7229907Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageListWithBaselineName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageListWithBaselineName.json",
2025-08-20T19:16:01.7230794Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageRepoCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageRepoCriteria.json",
2025-08-20T19:16:01.7231714Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageRepoDetailList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageRepoDetailList.json",
2025-08-20T19:16:01.7232695Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageRepoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageRepoList.json",
2025-08-20T19:16:01.7233707Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageScanAuthCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageScanAuthCount.json",
2025-08-20T19:16:01.7234780Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageScanAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageScanAuthorization.json",
2025-08-20T19:16:01.7235921Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageSensitiveFileByKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageSensitiveFileByKey.json",
2025-08-20T19:16:01.7237038Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageSensitiveFileList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageSensitiveFileList.json",
2025-08-20T19:16:01.7237992Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageStatistics.json",
2025-08-20T19:16:01.7238903Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageVulList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageVulList.json",
2025-08-20T19:16:01.7239954Z [00:02:03.699]➜  		"zh-CN/sas/DescribeImageVulWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageVulWhiteList.json",
2025-08-20T19:16:01.7240940Z [00:02:03.699]➜  		"zh-CN/sas/DescribeInstallCaptcha.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstallCaptcha.json",
2025-08-20T19:16:01.7241864Z [00:02:03.699]➜  		"zh-CN/sas/DescribeInstallCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstallCode.json",
2025-08-20T19:16:01.7242994Z [00:02:03.699]➜  		"zh-CN/sas/DescribeInstallCodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstallCodes.json",
2025-08-20T19:16:01.7244218Z [00:02:03.699]➜  		"zh-CN/sas/DescribeInstanceAntiBruteForceRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstanceAntiBruteForceRules.json",
2025-08-20T19:16:01.7245487Z [00:02:03.699]➜  		"zh-CN/sas/DescribeInstanceRebootStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstanceRebootStatus.json",
2025-08-20T19:16:01.7246534Z [00:02:03.699]➜  		"zh-CN/sas/DescribeInstanceStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstanceStatistics.json",
2025-08-20T19:16:01.7247517Z [00:02:03.699]➜  		"zh-CN/sas/DescribeIpTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeIpTags.json",
2025-08-20T19:16:01.7248477Z [00:02:03.699]➜  		"zh-CN/sas/DescribeLatestScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLatestScanTask.json",
2025-08-20T19:16:01.7249296Z [00:02:03.699]➜  		"zh-CN/sas/DescribeLogMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLogMeta.json",
2025-08-20T19:16:01.7250288Z [00:02:03.699]➜  		"zh-CN/sas/DescribeLogShipperStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLogShipperStatus.json",
2025-08-20T19:16:01.7251421Z [00:02:03.699]➜  		"zh-CN/sas/DescribeLoginBaseConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLoginBaseConfigs.json",
2025-08-20T19:16:01.7252811Z [00:02:03.700]➜  		"zh-CN/sas/DescribeLoginSwitchConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLoginSwitchConfigs.json",
2025-08-20T19:16:01.7253823Z [00:02:03.700]➜  		"zh-CN/sas/DescribeLogstoreStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLogstoreStorage.json",
2025-08-20T19:16:01.7254825Z [00:02:03.700]➜  		"zh-CN/sas/DescribeMachineCanReboot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeMachineCanReboot.json",
2025-08-20T19:16:01.7255898Z [00:02:03.700]➜  		"zh-CN/sas/DescribeMatchedMaliciousNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeMatchedMaliciousNames.json",
2025-08-20T19:16:01.7256819Z [00:02:03.700]➜  		"zh-CN/sas/DescribeModuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeModuleConfig.json",
2025-08-20T19:16:01.7257800Z [00:02:03.700]➜  		"zh-CN/sas/DescribeMonitorAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeMonitorAccounts.json",
2025-08-20T19:16:01.7258717Z [00:02:03.700]➜  		"zh-CN/sas/DescribeNoticeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeNoticeConfig.json",
2025-08-20T19:16:01.7259718Z [00:02:03.700]➜  		"zh-CN/sas/DescribeNsasSuspEventType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeNsasSuspEventType.json",
2025-08-20T19:16:01.7260697Z [00:02:03.700]➜  		"zh-CN/sas/DescribeOfflineMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeOfflineMachines.json",
2025-08-20T19:16:01.7261541Z [00:02:03.700]➜  		"zh-CN/sas/DescribeOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeOnceTask.json",
2025-08-20T19:16:01.7262871Z [00:02:03.700]➜  		"zh-CN/sas/DescribeOnceTaskLeafRecordPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeOnceTaskLeafRecordPage.json",
2025-08-20T19:16:01.7263838Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyCount.json",
2025-08-20T19:16:01.7264915Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyCronDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyCronDetail.json",
2025-08-20T19:16:01.7265935Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyCronItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyCronItem.json",
2025-08-20T19:16:01.7266970Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyPortDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyPortDetail.json",
2025-08-20T19:16:01.7267986Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyPortItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyPortItem.json",
2025-08-20T19:16:01.7269195Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyProcDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyProcDetail.json",
2025-08-20T19:16:01.7270367Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyProcItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyProcItem.json",
2025-08-20T19:16:01.7271388Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyScaDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyScaDetail.json",
2025-08-20T19:16:01.7272363Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyScaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyScaItem.json",
2025-08-20T19:16:01.7273647Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyScheduleConfig.json",
2025-08-20T19:16:01.7274761Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertySoftwareDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertySoftwareDetail.json",
2025-08-20T19:16:01.7275974Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertySoftwareItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertySoftwareItem.json",
2025-08-20T19:16:01.7277169Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyTypeScaItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyTypeScaItem.json",
2025-08-20T19:16:01.7278217Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyUsageNewest.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyUsageNewest.json",
2025-08-20T19:16:01.7279247Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyUserDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyUserDetail.json",
2025-08-20T19:16:01.7280240Z [00:02:03.700]➜  		"zh-CN/sas/DescribePropertyUserItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyUserItem.json",
2025-08-20T19:16:01.7281338Z [00:02:03.700]➜  		"zh-CN/sas/DescribeQuaraFileDownloadInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeQuaraFileDownloadInfo.json",
2025-08-20T19:16:01.7282252Z [00:02:03.700]➜  		"zh-CN/sas/DescribeRestoreJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRestoreJobs.json",
2025-08-20T19:16:01.7283353Z [00:02:03.700]➜  		"zh-CN/sas/DescribeRestorePlans.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRestorePlans.json",
2025-08-20T19:16:01.7284434Z [00:02:03.700]➜  		"zh-CN/sas/DescribeRiskCheckItemResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskCheckItemResult.json",
2025-08-20T19:16:01.7285397Z [00:02:03.700]➜  		"zh-CN/sas/DescribeRiskCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskCheckResult.json",
2025-08-20T19:16:01.7286361Z [00:02:03.700]➜  		"zh-CN/sas/DescribeRiskCheckSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskCheckSummary.json",
2025-08-20T19:16:01.7287304Z [00:02:03.700]➜  		"zh-CN/sas/DescribeRiskItemType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskItemType.json",
2025-08-20T19:16:01.7288362Z [00:02:03.700]➜  		"zh-CN/sas/DescribeRiskListCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskListCheckResult.json",
2025-08-20T19:16:01.7289230Z [00:02:03.700]➜  		"zh-CN/sas/DescribeRiskType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskType.json",
2025-08-20T19:16:01.7290041Z [00:02:03.700]➜  		"zh-CN/sas/DescribeRisks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRisks.json",
2025-08-20T19:16:01.7291007Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSasPmAgentList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSasPmAgentList.json",
2025-08-20T19:16:01.7292212Z [00:02:03.700]➜  		"zh-CN/sas/DescribeScanTaskProgress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeScanTaskProgress.json",
2025-08-20T19:16:01.7293453Z [00:02:03.700]➜  		"zh-CN/sas/DescribeScanTaskStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeScanTaskStatistics.json",
2025-08-20T19:16:01.7294661Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSearchCondition.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSearchCondition.json",
2025-08-20T19:16:01.7295705Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSecureSuggestion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecureSuggestion.json",
2025-08-20T19:16:01.7297012Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSecurityCheckScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityCheckScheduleConfig.json",
2025-08-20T19:16:01.7298243Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSecurityEventMarkMissList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityEventMarkMissList.json",
2025-08-20T19:16:01.7299695Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSecurityEventOperationStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityEventOperationStatus.json",
2025-08-20T19:16:01.7301092Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSecurityEventOperations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityEventOperations.json",
2025-08-20T19:16:01.7302157Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSecurityStatInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityStatInfo.json",
2025-08-20T19:16:01.7303501Z [00:02:03.700]➜  		"zh-CN/sas/DescribeServiceLinkedRoleStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeServiceLinkedRoleStatus.json",
2025-08-20T19:16:01.7304639Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSimilarEventScenarios.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSimilarEventScenarios.json",
2025-08-20T19:16:01.7305783Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSimilarSecurityEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSimilarSecurityEvents.json",
2025-08-20T19:16:01.7306662Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSnapshots.json",
2025-08-20T19:16:01.7307431Z [00:02:03.700]➜  		"zh-CN/sas/DescribeStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeStrategy.json",
2025-08-20T19:16:01.7308254Z [00:02:03.700]➜  		"zh-CN/sas/DescribeStrategyDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeStrategyDetail.json",
2025-08-20T19:16:01.7309132Z [00:02:03.700]➜  		"zh-CN/sas/DescribeStrategyExecDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeStrategyExecDetail.json",
2025-08-20T19:16:01.7310022Z [00:02:03.700]➜  		"zh-CN/sas/DescribeStrategyTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeStrategyTarget.json",
2025-08-20T19:16:01.7310925Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSummaryInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSummaryInfo.json",
2025-08-20T19:16:01.7311894Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSupportRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSupportRegion.json",
2025-08-20T19:16:01.7313080Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSuspEventDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEventDetail.json",
2025-08-20T19:16:01.7314145Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSuspEventExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEventExportInfo.json",
2025-08-20T19:16:01.7315194Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSuspEventQuaraFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEventQuaraFiles.json",
2025-08-20T19:16:01.7316488Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSuspEventUserSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEventUserSetting.json",
2025-08-20T19:16:01.7317359Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSuspEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEvents.json",
2025-08-20T19:16:01.7318681Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSuspiciousOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspiciousOverallConfig.json",
2025-08-20T19:16:01.7319764Z [00:02:03.700]➜  		"zh-CN/sas/DescribeSuspiciousUUIDConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspiciousUUIDConfig.json",
2025-08-20T19:16:01.7320590Z [00:02:03.700]➜  		"zh-CN/sas/DescribeTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTarget.json",
2025-08-20T19:16:01.7321523Z [00:02:03.700]➜  		"zh-CN/sas/DescribeTaskErrorLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTaskErrorLog.json",
2025-08-20T19:16:01.7322837Z [00:02:03.700]➜  		"zh-CN/sas/DescribeTotalStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTotalStatistics.json",
2025-08-20T19:16:01.7323916Z [00:02:03.700]➜  		"zh-CN/sas/DescribeTraceInfoDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTraceInfoDetail.json",
2025-08-20T19:16:01.7324856Z [00:02:03.700]➜  		"zh-CN/sas/DescribeTraceInfoNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTraceInfoNode.json",
2025-08-20T19:16:01.7325901Z [00:02:03.700]➜  		"zh-CN/sas/DescribeUniBackupDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniBackupDatabase.json",
2025-08-20T19:16:01.7326943Z [00:02:03.700]➜  		"zh-CN/sas/DescribeUniBackupPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniBackupPolicies.json",
2025-08-20T19:16:01.7328041Z [00:02:03.700]➜  		"zh-CN/sas/DescribeUniBackupPolicyDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniBackupPolicyDetail.json",
2025-08-20T19:16:01.7329125Z [00:02:03.700]➜  		"zh-CN/sas/DescribeUniRecoverableList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniRecoverableList.json",
2025-08-20T19:16:01.7330138Z [00:02:03.700]➜  		"zh-CN/sas/DescribeUniSupportRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniSupportRegion.json",
2025-08-20T19:16:01.7331149Z [00:02:03.700]➜  		"zh-CN/sas/DescribeUserBackupMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUserBackupMachines.json",
2025-08-20T19:16:01.7332364Z [00:02:03.700]➜  		"zh-CN/sas/DescribeUserBaselineAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUserBaselineAuthorization.json",
2025-08-20T19:16:01.7333722Z [00:02:03.700]➜  		"zh-CN/sas/DescribeUserLayoutAuthorization.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUserLayoutAuthorization.json",
2025-08-20T19:16:01.7334892Z [00:02:03.700]➜  		"zh-CN/sas/DescribeUuidsByVulNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUuidsByVulNames.json",
2025-08-20T19:16:01.7335950Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVendorList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVendorList.json",
2025-08-20T19:16:01.7336926Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVersionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVersionConfig.json",
2025-08-20T19:16:01.7337967Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVpcHoneyPotCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVpcHoneyPotCriteria.json",
2025-08-20T19:16:01.7338948Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVpcHoneyPotList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVpcHoneyPotList.json",
2025-08-20T19:16:01.7339855Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVpcList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVpcList.json",
2025-08-20T19:16:01.7341010Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVulCheckTaskStatusDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulCheckTaskStatusDetail.json",
2025-08-20T19:16:01.7341885Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVulConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulConfig.json",
2025-08-20T19:16:01.7342993Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVulDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulDetails.json",
2025-08-20T19:16:01.7343965Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVulExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulExportInfo.json",
2025-08-20T19:16:01.7344959Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVulFixStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulFixStatistics.json",
2025-08-20T19:16:01.7345856Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVulList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulList.json",
2025-08-20T19:16:01.7346984Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVulListPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulListPage.json",
2025-08-20T19:16:01.7348274Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVulNumStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulNumStatistics.json",
2025-08-20T19:16:01.7349348Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVulTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulTargetConfig.json",
2025-08-20T19:16:01.7350426Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVulTargetStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulTargetStatistics.json",
2025-08-20T19:16:01.7351410Z [00:02:03.700]➜  		"zh-CN/sas/DescribeVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulWhitelist.json",
2025-08-20T19:16:01.7352607Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWarningExportInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWarningExportInfo.json",
2025-08-20T19:16:01.7353632Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWarningMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWarningMachines.json",
2025-08-20T19:16:01.7354563Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWebLockBindList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockBindList.json",
2025-08-20T19:16:01.7355573Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWebLockConfigList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockConfigList.json",
2025-08-20T19:16:01.7356774Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWebLockExclusiveFileType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockExclusiveFileType.json",
2025-08-20T19:16:01.7357915Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWebLockFileChangeStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockFileChangeStatistics.json",
2025-08-20T19:16:01.7359139Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWebLockFileEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockFileEvents.json",
2025-08-20T19:16:01.7360378Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWebLockFileTypeSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockFileTypeSummary.json",
2025-08-20T19:16:01.7361500Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWebLockInclusiveFileType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockInclusiveFileType.json",
2025-08-20T19:16:01.7362953Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWebLockProcessBlockStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockProcessBlockStatistics.json",
2025-08-20T19:16:01.7364068Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWebLockProcessList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockProcessList.json",
2025-08-20T19:16:01.7365046Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWebLockStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockStatus.json",
2025-08-20T19:16:01.7366291Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWebLockTotalFileChangeCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockTotalFileChangeCount.json",
2025-08-20T19:16:01.7367164Z [00:02:03.700]➜  		"zh-CN/sas/DescribeWebPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebPath.json",
2025-08-20T19:16:01.7368153Z [00:02:03.700]➜  		"zh-CN/sas/DisableBruteForceRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DisableBruteForceRecord.json",
2025-08-20T19:16:01.7369147Z [00:02:03.700]➜  		"zh-CN/sas/DisableCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DisableCustomBlockRecord.json",
2025-08-20T19:16:01.7370087Z [00:02:03.700]➜  		"zh-CN/sas/EnableBruteForceRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/EnableBruteForceRecord.json",
2025-08-20T19:16:01.7371246Z [00:02:03.700]➜  		"zh-CN/sas/EnableCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/EnableCustomBlockRecord.json",
2025-08-20T19:16:01.7372785Z [00:02:03.700]➜  		"zh-CN/sas/EnableCustomInstanceBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/EnableCustomInstanceBlockRecord.json",
2025-08-20T19:16:01.7373669Z [00:02:03.700]➜  		"zh-CN/sas/ExecStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExecStrategy.json",
2025-08-20T19:16:01.7374489Z [00:02:03.700]➜  		"zh-CN/sas/ExportRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExportRecord.json",
2025-08-20T19:16:01.7375348Z [00:02:03.700]➜  		"zh-CN/sas/ExportSuspEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExportSuspEvents.json",
2025-08-20T19:16:01.7376085Z [00:02:03.700]➜  		"zh-CN/sas/ExportVul.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExportVul.json",
2025-08-20T19:16:01.7376901Z [00:02:03.700]➜  		"zh-CN/sas/ExportWarning.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExportWarning.json",
2025-08-20T19:16:01.7378015Z [00:02:03.700]➜  		"zh-CN/sas/FindContainerNetworkConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/FindContainerNetworkConnect.json",
2025-08-20T19:16:01.7378883Z [00:02:03.700]➜  		"zh-CN/sas/FixCheckWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/FixCheckWarnings.json",
2025-08-20T19:16:01.7379845Z [00:02:03.700]➜  		"zh-CN/sas/GenerateK8sAccessInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GenerateK8sAccessInfo.json",
2025-08-20T19:16:01.7380699Z [00:02:03.700]➜  		"zh-CN/sas/GenerateOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GenerateOnceTask.json",
2025-08-20T19:16:01.7382112Z [00:02:03.700]➜  		"zh-CN/sas/GetAegisContainerPluginRuleCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAegisContainerPluginRuleCriteria.json",
2025-08-20T19:16:01.7383239Z [00:02:03.700]➜  		"zh-CN/sas/GetAgentlessTaskCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAgentlessTaskCount.json",
2025-08-20T19:16:01.7384296Z [00:02:03.700]➜  		"zh-CN/sas/GetAlarmMachineCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAlarmMachineCount.json",
2025-08-20T19:16:01.7385065Z [00:02:03.700]➜  		"zh-CN/sas/GetAppNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAppNetwork.json",
2025-08-20T19:16:01.7385954Z [00:02:03.700]➜  		"zh-CN/sas/GetAssetDetailByUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAssetDetailByUuid.json",
2025-08-20T19:16:01.7386872Z [00:02:03.700]➜  		"zh-CN/sas/GetAssetSelectionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAssetSelectionConfig.json",
2025-08-20T19:16:01.7387831Z [00:02:03.700]➜  		"zh-CN/sas/GetAssetsPropertyDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAssetsPropertyDetail.json",
2025-08-20T19:16:01.7388762Z [00:02:03.700]➜  		"zh-CN/sas/GetAssetsPropertyItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAssetsPropertyItem.json",
2025-08-20T19:16:01.7389714Z [00:02:03.700]➜  		"zh-CN/sas/GetAuthVersionStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAuthVersionStatistic.json",
2025-08-20T19:16:01.7390604Z [00:02:03.700]➜  		"zh-CN/sas/GetBackupStorageCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetBackupStorageCount.json",
2025-08-20T19:16:01.7391374Z [00:02:03.700]➜  		"zh-CN/sas/GetCheckConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckConfig.json",
2025-08-20T19:16:01.7392149Z [00:02:03.700]➜  		"zh-CN/sas/GetCheckDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckDetail.json",
2025-08-20T19:16:01.7393241Z [00:02:03.700]➜  		"zh-CN/sas/GetCheckProcess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckProcess.json",
2025-08-20T19:16:01.7394269Z [00:02:03.700]➜  		"zh-CN/sas/GetCheckRiskStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckRiskStatistics.json",
2025-08-20T19:16:01.7395007Z [00:02:03.700]➜  		"zh-CN/sas/GetCheckSale.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckSale.json",
2025-08-20T19:16:01.7395784Z [00:02:03.700]➜  		"zh-CN/sas/GetCheckSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckSummary.json",
2025-08-20T19:16:01.7396801Z [00:02:03.700]➜  		"zh-CN/sas/GetClientInstallationStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClientInstallationStatistic.json",
2025-08-20T19:16:01.7397687Z [00:02:03.700]➜  		"zh-CN/sas/GetClientRatioStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClientRatioStatistic.json",
2025-08-20T19:16:01.7398619Z [00:02:03.700]➜  		"zh-CN/sas/GetClientUserDefineRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClientUserDefineRule.json",
2025-08-20T19:16:01.7399516Z [00:02:03.700]➜  		"zh-CN/sas/GetCloudAssetCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCloudAssetCriteria.json",
2025-08-20T19:16:01.7400381Z [00:02:03.700]➜  		"zh-CN/sas/GetCloudAssetDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCloudAssetDetail.json",
2025-08-20T19:16:01.7401261Z [00:02:03.700]➜  		"zh-CN/sas/GetCloudAssetSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCloudAssetSummary.json",
2025-08-20T19:16:01.7402629Z [00:02:03.700]➜  		"zh-CN/sas/GetClusterCheckItemWarningStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClusterCheckItemWarningStatistics.json",
2025-08-20T19:16:01.7403549Z [00:02:03.700]➜  		"zh-CN/sas/GetClusterRuleSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClusterRuleSummary.json",
2025-08-20T19:16:01.7404619Z [00:02:03.700]➜  		"zh-CN/sas/GetClusterStrategyCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClusterStrategyCount.json",
2025-08-20T19:16:01.7405778Z [00:02:03.700]➜  		"zh-CN/sas/GetClusterSuspEventStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClusterSuspEventStatistics.json",
2025-08-20T19:16:01.7406665Z [00:02:03.700]➜  		"zh-CN/sas/GetCommonSwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCommonSwitchConfig.json",
2025-08-20T19:16:01.7407603Z [00:02:03.700]➜  		"zh-CN/sas/GetContainerDefenseRuleDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetContainerDefenseRuleDetail.json",
2025-08-20T19:16:01.7408567Z [00:02:03.700]➜  		"zh-CN/sas/GetFileDetectApiInvokeInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileDetectApiInvokeInfo.json",
2025-08-20T19:16:01.7409418Z [00:02:03.700]➜  		"zh-CN/sas/GetFileDetectReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileDetectReport.json",
2025-08-20T19:16:01.7410272Z [00:02:03.700]➜  		"zh-CN/sas/GetFileDetectResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileDetectResult.json",
2025-08-20T19:16:01.7411177Z [00:02:03.700]➜  		"zh-CN/sas/GetFileProtectDashboard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileProtectDashboard.json",
2025-08-20T19:16:01.7412011Z [00:02:03.700]➜  		"zh-CN/sas/GetFileProtectEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileProtectEvent.json",
2025-08-20T19:16:01.7413225Z [00:02:03.701]➜  		"zh-CN/sas/GetFileProtectEventCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileProtectEventCount.json",
2025-08-20T19:16:01.7414134Z [00:02:03.701]➜  		"zh-CN/sas/GetFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileProtectRule.json",
2025-08-20T19:16:01.7415149Z [00:02:03.701]➜  		"zh-CN/sas/GetFileUploadLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileUploadLimit.json",
2025-08-20T19:16:01.7416438Z [00:02:03.701]➜  		"zh-CN/sas/GetHoneyPotUploadPolicyInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneyPotUploadPolicyInfo.json",
2025-08-20T19:16:01.7417539Z [00:02:03.701]➜  		"zh-CN/sas/GetHoneypotAttackStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotAttackStatistics.json",
2025-08-20T19:16:01.7418452Z [00:02:03.701]➜  		"zh-CN/sas/GetHoneypotEventTrend.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotEventTrend.json",
2025-08-20T19:16:01.7419298Z [00:02:03.701]➜  		"zh-CN/sas/GetHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotNode.json",
2025-08-20T19:16:01.7420363Z [00:02:03.701]➜  		"zh-CN/sas/GetHoneypotNodeMetricList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotNodeMetricList.json",
2025-08-20T19:16:01.7421296Z [00:02:03.701]➜  		"zh-CN/sas/GetHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotPreset.json",
2025-08-20T19:16:01.7422204Z [00:02:03.701]➜  		"zh-CN/sas/GetHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotProbe.json",
2025-08-20T19:16:01.7423347Z [00:02:03.701]➜  		"zh-CN/sas/GetHoneypotStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotStatistics.json",
2025-08-20T19:16:01.7424300Z [00:02:03.701]➜  		"zh-CN/sas/GetImageEventOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetImageEventOperation.json",
2025-08-20T19:16:01.7425253Z [00:02:03.701]➜  		"zh-CN/sas/GetImageScanNumInPeriod.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetImageScanNumInPeriod.json",
2025-08-20T19:16:01.7426248Z [00:02:03.701]➜  		"zh-CN/sas/GetInterceptionRuleDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetInterceptionRuleDetail.json",
2025-08-20T19:16:01.7427398Z [00:02:03.701]➜  		"zh-CN/sas/GetInterceptionSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetInterceptionSummary.json",
2025-08-20T19:16:01.7428584Z [00:02:03.701]➜  		"zh-CN/sas/GetInterceptionTargetDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetInterceptionTargetDetail.json",
2025-08-20T19:16:01.7429502Z [00:02:03.701]➜  		"zh-CN/sas/GetLastOnceTaskInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetLastOnceTaskInfo.json",
2025-08-20T19:16:01.7430250Z [00:02:03.701]➜  		"zh-CN/sas/GetLogMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetLogMeta.json",
2025-08-20T19:16:01.7431396Z [00:02:03.701]➜  		"zh-CN/sas/GetMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetMaliciousFileWhitelistConfig.json",
2025-08-20T19:16:01.7432230Z [00:02:03.701]➜  		"zh-CN/sas/GetModuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetModuleConfig.json",
2025-08-20T19:16:01.7433513Z [00:02:03.701]➜  		"zh-CN/sas/GetModuleTrialAuthInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetModuleTrialAuthInfo.json",
2025-08-20T19:16:01.7434418Z [00:02:03.701]➜  		"zh-CN/sas/GetObjectScanEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetObjectScanEvent.json",
2025-08-20T19:16:01.7435362Z [00:02:03.701]➜  		"zh-CN/sas/GetOnceTaskResultInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOnceTaskResultInfo.json",
2025-08-20T19:16:01.7436384Z [00:02:03.701]➜  		"zh-CN/sas/GetOpaClusterBaseLineList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaClusterBaseLineList.json",
2025-08-20T19:16:01.7437339Z [00:02:03.701]➜  		"zh-CN/sas/GetOpaClusterImageList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaClusterImageList.json",
2025-08-20T19:16:01.7438427Z [00:02:03.701]➜  		"zh-CN/sas/GetOpaClusterLabelList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaClusterLabelList.json",
2025-08-20T19:16:01.7439589Z [00:02:03.701]➜  		"zh-CN/sas/GetOpaClusterNamespaceList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaClusterNamespaceList.json",
2025-08-20T19:16:01.7440533Z [00:02:03.701]➜  		"zh-CN/sas/GetOpaPluginStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaPluginStatus.json",
2025-08-20T19:16:01.7441533Z [00:02:03.701]➜  		"zh-CN/sas/GetOpaStrategyDetailNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaStrategyDetailNew.json",
2025-08-20T19:16:01.7442903Z [00:02:03.701]➜  		"zh-CN/sas/GetOpaStrategyTemplateSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaStrategyTemplateSummary.json",
2025-08-20T19:16:01.7444002Z [00:02:03.701]➜  		"zh-CN/sas/GetOssBucketScanStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOssBucketScanStatistic.json",
2025-08-20T19:16:01.7444892Z [00:02:03.701]➜  		"zh-CN/sas/GetOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOssScanConfig.json",
2025-08-20T19:16:01.7445837Z [00:02:03.701]➜  		"zh-CN/sas/GetPropertyScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetPropertyScheduleConfig.json",
2025-08-20T19:16:01.7446656Z [00:02:03.701]➜  		"zh-CN/sas/GetRulesCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetRulesCount.json",
2025-08-20T19:16:01.7447750Z [00:02:03.701]➜  		"zh-CN/sas/GetSasContainerWebDefenseRuleApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSasContainerWebDefenseRuleApplication.json",
2025-08-20T19:16:01.7448933Z [00:02:03.701]➜  		"zh-CN/sas/GetSasContainerWebDefenseRuleCriteria.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSasContainerWebDefenseRuleCriteria.json",
2025-08-20T19:16:01.7449875Z [00:02:03.701]➜  		"zh-CN/sas/GetSecurityScoreRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSecurityScoreRule.json",
2025-08-20T19:16:01.7450915Z [00:02:03.701]➜  		"zh-CN/sas/GetSensitiveDefineRuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSensitiveDefineRuleConfig.json",
2025-08-20T19:16:01.7451665Z [00:02:03.701]➜  		"zh-CN/sas/GetServiceTrail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetServiceTrail.json",
2025-08-20T19:16:01.7452954Z [00:02:03.701]➜  		"zh-CN/sas/GetStrategyTemplateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetStrategyTemplateDetail.json",
2025-08-20T19:16:01.7453816Z [00:02:03.701]➜  		"zh-CN/sas/GetSuspiciousStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSuspiciousStatistics.json",
2025-08-20T19:16:01.7454670Z [00:02:03.701]➜  		"zh-CN/sas/GetSwitchRegionDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSwitchRegionDetail.json",
2025-08-20T19:16:01.7455380Z [00:02:03.701]➜  		"zh-CN/sas/GetUserLang.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetUserLang.json",
2025-08-20T19:16:01.7456248Z [00:02:03.701]➜  		"zh-CN/sas/GetVirusScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetVirusScanConfig.json",
2025-08-20T19:16:01.7457291Z [00:02:03.701]➜  		"zh-CN/sas/GetVirusScanLatestTaskStatistic.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetVirusScanLatestTaskStatistic.json",
2025-08-20T19:16:01.7458056Z [00:02:03.701]➜  		"zh-CN/sas/GetVulStatistics.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetVulStatistics.json",
2025-08-20T19:16:01.7458806Z [00:02:03.701]➜  		"zh-CN/sas/GetVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetVulWhitelist.json",
2025-08-20T19:16:01.7459738Z [00:02:03.701]➜  		"zh-CN/sas/HandleSecurityEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/HandleSecurityEvents.json",
2025-08-20T19:16:01.7460965Z [00:02:03.701]➜  		"zh-CN/sas/HandleSimilarSecurityEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/HandleSimilarSecurityEvents.json",
2025-08-20T19:16:01.7461942Z [00:02:03.701]➜  		"zh-CN/sas/IgnoreCheckItems.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/IgnoreCheckItems.json",
2025-08-20T19:16:01.7463178Z [00:02:03.701]➜  		"zh-CN/sas/IgnoreHcCheckWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/IgnoreHcCheckWarnings.json",
2025-08-20T19:16:01.7464102Z [00:02:03.701]➜  		"zh-CN/sas/InstallBackupClient.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallBackupClient.json",
2025-08-20T19:16:01.7465011Z [00:02:03.701]➜  		"zh-CN/sas/InstallCloudMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallCloudMonitor.json",
2025-08-20T19:16:01.7465903Z [00:02:03.701]➜  		"zh-CN/sas/InstallHybridProxy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallHybridProxy.json",
2025-08-20T19:16:01.7466766Z [00:02:03.701]➜  		"zh-CN/sas/InstallPmAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallPmAgent.json",
2025-08-20T19:16:01.7467647Z [00:02:03.701]➜  		"zh-CN/sas/InstallRaspAttach.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallRaspAttach.json",
2025-08-20T19:16:01.7468572Z [00:02:03.701]➜  		"zh-CN/sas/InstallUniBackupAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallUniBackupAgent.json",
2025-08-20T19:16:01.7469642Z [00:02:03.701]➜  		"zh-CN/sas/JoinWebLockProcessWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/JoinWebLockProcessWhiteList.json",
2025-08-20T19:16:01.7470754Z [00:02:03.701]➜  		"zh-CN/sas/ListAegisContainerPluginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAegisContainerPluginRule.json",
2025-08-20T19:16:01.7471987Z [00:02:03.701]➜  		"zh-CN/sas/ListAgentlessMaliciousFiles.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessMaliciousFiles.json",
2025-08-20T19:16:01.7473086Z [00:02:03.701]➜  		"zh-CN/sas/ListAgentlessRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessRegion.json",
2025-08-20T19:16:01.7474269Z [00:02:03.701]➜  		"zh-CN/sas/ListAgentlessRelateMalicious.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessRelateMalicious.json",
2025-08-20T19:16:01.7475138Z [00:02:03.701]➜  		"zh-CN/sas/ListAgentlessRiskUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessRiskUuid.json",
2025-08-20T19:16:01.7475946Z [00:02:03.701]➜  		"zh-CN/sas/ListAgentlessTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessTask.json",
2025-08-20T19:16:01.7476805Z [00:02:03.701]➜  		"zh-CN/sas/ListAssetCleanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAssetCleanConfig.json",
2025-08-20T19:16:01.7477783Z [00:02:03.701]➜  		"zh-CN/sas/ListAssetRefreshTaskConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAssetRefreshTaskConfig.json",
2025-08-20T19:16:01.7478860Z [00:02:03.701]➜  		"zh-CN/sas/ListAssetSelectionSelectedTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAssetSelectionSelectedTarget.json",
2025-08-20T19:16:01.7479783Z [00:02:03.701]➜  		"zh-CN/sas/ListAssetSelectionTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAssetSelectionTarget.json",
2025-08-20T19:16:01.7480654Z [00:02:03.701]➜  		"zh-CN/sas/ListAvailableHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAvailableHoneypot.json",
2025-08-20T19:16:01.7481462Z [00:02:03.701]➜  		"zh-CN/sas/ListBackupRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListBackupRecord.json",
2025-08-20T19:16:01.7482567Z [00:02:03.701]➜  		"zh-CN/sas/ListCheckInstanceResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckInstanceResult.json",
2025-08-20T19:16:01.7483511Z [00:02:03.701]➜  		"zh-CN/sas/ListCheckItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckItem.json",
2025-08-20T19:16:01.7484625Z [00:02:03.701]➜  		"zh-CN/sas/ListCheckItemWarningMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckItemWarningMachine.json",
2025-08-20T19:16:01.7485650Z [00:02:03.701]➜  		"zh-CN/sas/ListCheckItemWarningSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckItemWarningSummary.json",
2025-08-20T19:16:01.7486497Z [00:02:03.701]➜  		"zh-CN/sas/ListCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckResult.json",
2025-08-20T19:16:01.7487377Z [00:02:03.701]➜  		"zh-CN/sas/ListCheckStandard.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckStandard.json",
2025-08-20T19:16:01.7488183Z [00:02:03.701]➜  		"zh-CN/sas/ListCheckTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckTypes.json",
2025-08-20T19:16:01.7489115Z [00:02:03.701]➜  		"zh-CN/sas/ListClientAlertMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClientAlertMode.json",
2025-08-20T19:16:01.7490197Z [00:02:03.701]➜  		"zh-CN/sas/ListClientUserDefineRuleTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClientUserDefineRuleTypes.json",
2025-08-20T19:16:01.7491192Z [00:02:03.701]➜  		"zh-CN/sas/ListClientUserDefineRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClientUserDefineRules.json",
2025-08-20T19:16:01.7492069Z [00:02:03.701]➜  		"zh-CN/sas/ListCloudAssetInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCloudAssetInstances.json",
2025-08-20T19:16:01.7493163Z [00:02:03.701]➜  		"zh-CN/sas/ListCloudVendorRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCloudVendorRegions.json",
2025-08-20T19:16:01.7494280Z [00:02:03.701]➜  		"zh-CN/sas/ListClusterCnnfStatusDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClusterCnnfStatusDetail.json",
2025-08-20T19:16:01.7495467Z [00:02:03.701]➜  		"zh-CN/sas/ListClusterInterceptionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClusterInterceptionConfig.json",
2025-08-20T19:16:01.7496333Z [00:02:03.701]➜  		"zh-CN/sas/ListClusterPluginInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClusterPluginInfo.json",
2025-08-20T19:16:01.7497289Z [00:02:03.701]➜  		"zh-CN/sas/ListContainerDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListContainerDefenseRule.json",
2025-08-20T19:16:01.7498366Z [00:02:03.701]➜  		"zh-CN/sas/ListContainerDefenseRuleClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListContainerDefenseRuleClusters.json",
2025-08-20T19:16:01.7499271Z [00:02:03.701]➜  		"zh-CN/sas/ListCriteriaStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCriteriaStrategy.json",
2025-08-20T19:16:01.7500171Z [00:02:03.701]➜  		"zh-CN/sas/ListFileProtectEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListFileProtectEvent.json",
2025-08-20T19:16:01.7501134Z [00:02:03.701]➜  		"zh-CN/sas/ListFileProtectPluginStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListFileProtectPluginStatus.json",
2025-08-20T19:16:01.7501928Z [00:02:03.701]➜  		"zh-CN/sas/ListFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListFileProtectRule.json",
2025-08-20T19:16:01.7502821Z [00:02:03.701]➜  		"zh-CN/sas/ListGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListGroups.json",
2025-08-20T19:16:01.7503602Z [00:02:03.701]➜  		"zh-CN/sas/ListHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypot.json",
2025-08-20T19:16:01.7504549Z [00:02:03.701]➜  		"zh-CN/sas/ListHoneypotAlarmEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotAlarmEvents.json",
2025-08-20T19:16:01.7505891Z [00:02:03.701]➜  		"zh-CN/sas/ListHoneypotAttackerPortrait.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotAttackerPortrait.json",
2025-08-20T19:16:01.7507051Z [00:02:03.701]➜  		"zh-CN/sas/ListHoneypotAttackerSource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotAttackerSource.json",
2025-08-20T19:16:01.7507989Z [00:02:03.701]➜  		"zh-CN/sas/ListHoneypotEventFlows.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotEventFlows.json",
2025-08-20T19:16:01.7508862Z [00:02:03.701]➜  		"zh-CN/sas/ListHoneypotEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotEvents.json",
2025-08-20T19:16:01.7509727Z [00:02:03.701]➜  		"zh-CN/sas/ListHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotNode.json",
2025-08-20T19:16:01.7510621Z [00:02:03.701]➜  		"zh-CN/sas/ListHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotPreset.json",
2025-08-20T19:16:01.7511528Z [00:02:03.701]➜  		"zh-CN/sas/ListHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotProbe.json",
2025-08-20T19:16:01.7512653Z [00:02:03.701]➜  		"zh-CN/sas/ListHoneypotProbeUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotProbeUuid.json",
2025-08-20T19:16:01.7513625Z [00:02:03.701]➜  		"zh-CN/sas/ListImageBuildRiskItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListImageBuildRiskItem.json",
2025-08-20T19:16:01.7514628Z [00:02:03.701]➜  		"zh-CN/sas/ListImageRegistryRegion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListImageRegistryRegion.json",
2025-08-20T19:16:01.7515433Z [00:02:03.701]➜  		"zh-CN/sas/ListImageRisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListImageRisk.json",
2025-08-20T19:16:01.7516589Z [00:02:03.701]➜  		"zh-CN/sas/ListInstanceCatalog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInstanceCatalog.json",
2025-08-20T19:16:01.7517558Z [00:02:03.701]➜  		"zh-CN/sas/ListInstanceRiskLevels.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInstanceRiskLevels.json",
2025-08-20T19:16:01.7518573Z [00:02:03.701]➜  		"zh-CN/sas/ListInstanceRiskNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInstanceRiskNum.json",
2025-08-20T19:16:01.7519562Z [00:02:03.701]➜  		"zh-CN/sas/ListInterceptionHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInterceptionHistory.json",
2025-08-20T19:16:01.7520548Z [00:02:03.701]➜  		"zh-CN/sas/ListInterceptionRulePage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInterceptionRulePage.json",
2025-08-20T19:16:01.7521569Z [00:02:03.701]➜  		"zh-CN/sas/ListInterceptionTargetPage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInterceptionTargetPage.json",
2025-08-20T19:16:01.7522789Z [00:02:03.701]➜  		"zh-CN/sas/ListK8sAccessInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListK8sAccessInfo.json",
2025-08-20T19:16:01.7524111Z [00:02:03.701]➜  		"zh-CN/sas/ListMaliciousFileWhitelistConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListMaliciousFileWhitelistConfigs.json",
2025-08-20T19:16:01.7525018Z [00:02:03.701]➜  		"zh-CN/sas/ListObjectScanEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListObjectScanEvent.json",
2025-08-20T19:16:01.7526035Z [00:02:03.701]➜  		"zh-CN/sas/ListOpaClusterStrategyNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListOpaClusterStrategyNew.json",
2025-08-20T19:16:01.7526847Z [00:02:03.701]➜  		"zh-CN/sas/ListOssBucket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListOssBucket.json",
2025-08-20T19:16:01.7527805Z [00:02:03.701]➜  		"zh-CN/sas/ListOssBucketScanInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListOssBucketScanInfo.json",
2025-08-20T19:16:01.7528731Z [00:02:03.701]➜  		"zh-CN/sas/ListOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListOssScanConfig.json",
2025-08-20T19:16:01.7529632Z [00:02:03.701]➜  		"zh-CN/sas/ListPluginForUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListPluginForUuid.json",
2025-08-20T19:16:01.7530429Z [00:02:03.701]➜  		"zh-CN/sas/ListPodRisk.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListPodRisk.json",
2025-08-20T19:16:01.7531450Z [00:02:03.701]➜  		"zh-CN/sas/ListPrivateRegistryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListPrivateRegistryList.json",
2025-08-20T19:16:01.7532651Z [00:02:03.701]➜  		"zh-CN/sas/ListPrivateRegistryType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListPrivateRegistryType.json",
2025-08-20T19:16:01.7533618Z [00:02:03.701]➜  		"zh-CN/sas/ListQueryRaspAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListQueryRaspAppInfo.json",
2025-08-20T19:16:01.7534552Z [00:02:03.701]➜  		"zh-CN/sas/ListRuleTargetAll.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListRuleTargetAll.json",
2025-08-20T19:16:01.7535742Z [00:02:03.701]➜  		"zh-CN/sas/ListSasContainerWebDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSasContainerWebDefenseRule.json",
2025-08-20T19:16:01.7536728Z [00:02:03.701]➜  		"zh-CN/sas/ListSupportObjectSuffix.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSupportObjectSuffix.json",
2025-08-20T19:16:01.7537751Z [00:02:03.701]➜  		"zh-CN/sas/ListSystemAggregationRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSystemAggregationRules.json",
2025-08-20T19:16:01.7538743Z [00:02:03.701]➜  		"zh-CN/sas/ListSystemClientRuleTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSystemClientRuleTypes.json",
2025-08-20T19:16:01.7539875Z [00:02:03.701]➜  		"zh-CN/sas/ListSystemClientRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSystemClientRules.json",
2025-08-20T19:16:01.7541003Z [00:02:03.701]➜  		"zh-CN/sas/ListSystemRuleAggregationTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSystemRuleAggregationTypes.json",
2025-08-20T19:16:01.7542071Z [00:02:03.701]➜  		"zh-CN/sas/ListUnfinishedOnceTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListUnfinishedOnceTask.json",
2025-08-20T19:16:01.7543251Z [00:02:03.701]➜  		"zh-CN/sas/ListUninstallAegisMachines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListUninstallAegisMachines.json",
2025-08-20T19:16:01.7544150Z [00:02:03.701]➜  		"zh-CN/sas/ListUuidsByWebPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListUuidsByWebPath.json",
2025-08-20T19:16:01.7545082Z [00:02:03.701]➜  		"zh-CN/sas/ListVirusScanMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVirusScanMachine.json",
2025-08-20T19:16:01.7546294Z [00:02:03.701]➜  		"zh-CN/sas/ListVirusScanMachineEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVirusScanMachineEvent.json",
2025-08-20T19:16:01.7547357Z [00:02:03.701]➜  		"zh-CN/sas/ListVirusScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVirusScanTask.json",
2025-08-20T19:16:01.7548389Z [00:02:03.701]➜  		"zh-CN/sas/ListVulAutoRepairConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVulAutoRepairConfig.json",
2025-08-20T19:16:01.7549322Z [00:02:03.701]➜  		"zh-CN/sas/ListVulGlobalConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVulGlobalConfig.json",
2025-08-20T19:16:01.7550245Z [00:02:03.701]➜  		"zh-CN/sas/MarkMonitorAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/MarkMonitorAccounts.json",
2025-08-20T19:16:01.7551228Z [00:02:03.701]➜  		"zh-CN/sas/ModifyAccessKeyLeakDeal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAccessKeyLeakDeal.json",
2025-08-20T19:16:01.7552236Z [00:02:03.701]➜  		"zh-CN/sas/ModifyAntiBruteForceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAntiBruteForceRule.json",
2025-08-20T19:16:01.7553594Z [00:02:03.701]➜  		"zh-CN/sas/ModifyAppVulScanCycle.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAppVulScanCycle.json",
2025-08-20T19:16:01.7554477Z [00:02:03.701]➜  		"zh-CN/sas/ModifyAssetCleanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAssetCleanConfig.json",
2025-08-20T19:16:01.7555221Z [00:02:03.701]➜  		"zh-CN/sas/ModifyAssetGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAssetGroup.json",
2025-08-20T19:16:01.7555997Z [00:02:03.701]➜  		"zh-CN/sas/ModifyAssetImportant.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAssetImportant.json",
2025-08-20T19:16:01.7556764Z [00:02:03.701]➜  		"zh-CN/sas/ModifyAutoDelConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAutoDelConfig.json",
2025-08-20T19:16:01.7557526Z [00:02:03.701]➜  		"zh-CN/sas/ModifyBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyBackupPolicy.json",
2025-08-20T19:16:01.7558396Z [00:02:03.701]➜  		"zh-CN/sas/ModifyBackupPolicyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyBackupPolicyStatus.json",
2025-08-20T19:16:01.7559270Z [00:02:03.701]➜  		"zh-CN/sas/ModifyClearLogstoreStorage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClearLogstoreStorage.json",
2025-08-20T19:16:01.7560078Z [00:02:03.701]➜  		"zh-CN/sas/ModifyClientConfSetup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClientConfSetup.json",
2025-08-20T19:16:01.7560928Z [00:02:03.701]➜  		"zh-CN/sas/ModifyClientConfStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClientConfStrategy.json",
2025-08-20T19:16:01.7561984Z [00:02:03.701]➜  		"zh-CN/sas/ModifyClientUserDefineRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClientUserDefineRule.json",
2025-08-20T19:16:01.7563221Z [00:02:03.701]➜  		"zh-CN/sas/ModifyClusterCnnfStatusUserConfirm.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClusterCnnfStatusUserConfirm.json",
2025-08-20T19:16:01.7564173Z [00:02:03.701]➜  		"zh-CN/sas/ModifyConcernNecessity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyConcernNecessity.json",
2025-08-20T19:16:01.7565090Z [00:02:03.701]➜  		"zh-CN/sas/ModifyContainerDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyContainerDefenseRule.json",
2025-08-20T19:16:01.7566095Z [00:02:03.701]➜  		"zh-CN/sas/ModifyContainerDefenseRuleSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyContainerDefenseRuleSwitch.json",
2025-08-20T19:16:01.7566983Z [00:02:03.701]➜  		"zh-CN/sas/ModifyContainerPluginRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyContainerPluginRule.json",
2025-08-20T19:16:01.7567962Z [00:02:03.701]➜  		"zh-CN/sas/ModifyContainerScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyContainerScanConfig.json",
2025-08-20T19:16:01.7568929Z [00:02:03.701]➜  		"zh-CN/sas/ModifyCreateVulWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyCreateVulWhitelist.json",
2025-08-20T19:16:01.7569776Z [00:02:03.701]➜  		"zh-CN/sas/ModifyCustomBlockRecord.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyCustomBlockRecord.json",
2025-08-20T19:16:01.7570494Z [00:02:03.701]➜  		"zh-CN/sas/ModifyCycleTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyCycleTask.json",
2025-08-20T19:16:01.7571252Z [00:02:03.701]➜  		"zh-CN/sas/ModifyEmgVulSubmit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyEmgVulSubmit.json",
2025-08-20T19:16:01.7572033Z [00:02:03.701]➜  		"zh-CN/sas/ModifyGroupProperty.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyGroupProperty.json",
2025-08-20T19:16:01.7573089Z [00:02:03.701]➜  		"zh-CN/sas/ModifyImageFixCycleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyImageFixCycleConfig.json",
2025-08-20T19:16:01.7573912Z [00:02:03.701]➜  		"zh-CN/sas/ModifyImageRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyImageRegistry.json",
2025-08-20T19:16:01.7574932Z [00:02:03.701]➜  		"zh-CN/sas/ModifyInstanceAntiBruteForceRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyInstanceAntiBruteForceRule.json",
2025-08-20T19:16:01.7575747Z [00:02:03.701]➜  		"zh-CN/sas/ModifyInterceptionRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyInterceptionRule.json",
2025-08-20T19:16:01.7576681Z [00:02:03.701]➜  		"zh-CN/sas/ModifyInterceptionRuleSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyInterceptionRuleSwitch.json",
2025-08-20T19:16:01.7577573Z [00:02:03.701]➜  		"zh-CN/sas/ModifyInterceptionTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyInterceptionTarget.json",
2025-08-20T19:16:01.7578384Z [00:02:03.701]➜  		"zh-CN/sas/ModifyLogMetaStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyLogMetaStatus.json",
2025-08-20T19:16:01.7579213Z [00:02:03.701]➜  		"zh-CN/sas/ModifyLoginBaseConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyLoginBaseConfig.json",
2025-08-20T19:16:01.7580068Z [00:02:03.701]➜  		"zh-CN/sas/ModifyLoginSwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyLoginSwitchConfig.json",
2025-08-20T19:16:01.7580840Z [00:02:03.701]➜  		"zh-CN/sas/ModifyNoticeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyNoticeConfig.json",
2025-08-20T19:16:01.7581667Z [00:02:03.701]➜  		"zh-CN/sas/ModifyOpenLogShipper.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyOpenLogShipper.json",
2025-08-20T19:16:01.7582755Z [00:02:03.701]➜  		"zh-CN/sas/ModifyOperateVul.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyOperateVul.json",
2025-08-20T19:16:01.7583979Z [00:02:03.701]➜  		"zh-CN/sas/ModifyPropertyScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyPropertyScheduleConfig.json",
2025-08-20T19:16:01.7584875Z [00:02:03.701]➜  		"zh-CN/sas/ModifyPushAllTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyPushAllTask.json",
2025-08-20T19:16:01.7585882Z [00:02:03.701]➜  		"zh-CN/sas/ModifyRefreshProcessInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyRefreshProcessInfo.json",
2025-08-20T19:16:01.7586888Z [00:02:03.701]➜  		"zh-CN/sas/ModifyRiskCheckStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyRiskCheckStatus.json",
2025-08-20T19:16:01.7587981Z [00:02:03.701]➜  		"zh-CN/sas/ModifyRiskSingleResultStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyRiskSingleResultStatus.json",
2025-08-20T19:16:01.7589308Z [00:02:03.701]➜  		"zh-CN/sas/ModifySasContainerWebDefenseRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifySasContainerWebDefenseRule.json",
2025-08-20T19:16:01.7590663Z [00:02:03.701]➜  		"zh-CN/sas/ModifySecurityCheckScheduleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifySecurityCheckScheduleConfig.json",
2025-08-20T19:16:01.7591982Z [00:02:03.702]➜  		"zh-CN/sas/ModifySecurityEventMarkMissIndividually.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifySecurityEventMarkMissIndividually.json",
2025-08-20T19:16:01.7593070Z [00:02:03.702]➜  		"zh-CN/sas/ModifyStartVulScan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyStartVulScan.json",
2025-08-20T19:16:01.7593905Z [00:02:03.702]➜  		"zh-CN/sas/ModifyStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyStrategy.json",
2025-08-20T19:16:01.7594853Z [00:02:03.702]➜  		"zh-CN/sas/ModifyStrategyTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyStrategyTarget.json",
2025-08-20T19:16:01.7595733Z [00:02:03.702]➜  		"zh-CN/sas/ModifyTagWithUuid.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyTagWithUuid.json",
2025-08-20T19:16:01.7596657Z [00:02:03.702]➜  		"zh-CN/sas/ModifyUniBackupPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyUniBackupPolicy.json",
2025-08-20T19:16:01.7597533Z [00:02:03.702]➜  		"zh-CN/sas/ModifyVpcHoneyPot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVpcHoneyPot.json",
2025-08-20T19:16:01.7598366Z [00:02:03.702]➜  		"zh-CN/sas/ModifyVulConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVulConfig.json",
2025-08-20T19:16:01.7599203Z [00:02:03.702]➜  		"zh-CN/sas/ModifyVulTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVulTarget.json",
2025-08-20T19:16:01.7600137Z [00:02:03.702]➜  		"zh-CN/sas/ModifyVulTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVulTargetConfig.json",
2025-08-20T19:16:01.7601171Z [00:02:03.702]➜  		"zh-CN/sas/ModifyVulWhitelistTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVulWhitelistTarget.json",
2025-08-20T19:16:01.7602218Z [00:02:03.702]➜  		"zh-CN/sas/ModifyWebLockCreateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockCreateConfig.json",
2025-08-20T19:16:01.7603438Z [00:02:03.702]➜  		"zh-CN/sas/ModifyWebLockDeleteConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockDeleteConfig.json",
2025-08-20T19:16:01.7604484Z [00:02:03.702]➜  		"zh-CN/sas/ModifyWebLockProcessStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockProcessStatus.json",
2025-08-20T19:16:01.7605371Z [00:02:03.702]➜  		"zh-CN/sas/ModifyWebLockStart.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockStart.json",
2025-08-20T19:16:01.7606448Z [00:02:03.702]➜  		"zh-CN/sas/ModifyWebLockStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockStatus.json",
2025-08-20T19:16:01.7607445Z [00:02:03.702]➜  		"zh-CN/sas/ModifyWebLockUnbind.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockUnbind.json",
2025-08-20T19:16:01.7608478Z [00:02:03.702]➜  		"zh-CN/sas/ModifyWebLockUpdateConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockUpdateConfig.json",
2025-08-20T19:16:01.7609283Z [00:02:03.702]➜  		"zh-CN/sas/ModifyWebPath.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebPath.json",
2025-08-20T19:16:01.7610202Z [00:02:03.702]➜  		"zh-CN/sas/OpenSensitiveFileScan.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OpenSensitiveFileScan.json",
2025-08-20T19:16:01.7611210Z [00:02:03.702]➜  		"zh-CN/sas/OperateAgentClientInstall.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateAgentClientInstall.json",
2025-08-20T19:16:01.7612236Z [00:02:03.702]➜  		"zh-CN/sas/OperateApplication.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateApplication.json",
2025-08-20T19:16:01.7613492Z [00:02:03.702]➜  		"zh-CN/sas/OperateBucketScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateBucketScanTask.json",
2025-08-20T19:16:01.7614571Z [00:02:03.702]➜  		"zh-CN/sas/OperateCommonOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateCommonOverallConfig.json",
2025-08-20T19:16:01.7615582Z [00:02:03.702]➜  		"zh-CN/sas/OperateCommonTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateCommonTargetConfig.json",
2025-08-20T19:16:01.7616736Z [00:02:03.702]➜  		"zh-CN/sas/OperateImageBaselineWhitelist.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateImageBaselineWhitelist.json",
2025-08-20T19:16:01.7617590Z [00:02:03.702]➜  		"zh-CN/sas/OperateImageVul.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateImageVul.json",
2025-08-20T19:16:01.7618718Z [00:02:03.702]➜  		"zh-CN/sas/OperateSuspiciousOverallConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateSuspiciousOverallConfig.json",
2025-08-20T19:16:01.7619785Z [00:02:03.702]➜  		"zh-CN/sas/OperateSuspiciousTargetConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateSuspiciousTargetConfig.json",
2025-08-20T19:16:01.7620645Z [00:02:03.702]➜  		"zh-CN/sas/OperateSwitchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateSwitchStatus.json",
2025-08-20T19:16:01.7621505Z [00:02:03.702]➜  		"zh-CN/sas/OperateVirusEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateVirusEvents.json",
2025-08-20T19:16:01.7622269Z [00:02:03.702]➜  		"zh-CN/sas/OperateVuls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateVuls.json",
2025-08-20T19:16:01.7623508Z [00:02:03.702]➜  		"zh-CN/sas/OperateWebLockFileEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateWebLockFileEvents.json",
2025-08-20T19:16:01.7624695Z [00:02:03.702]➜  		"zh-CN/sas/OperationCancelIgnoreSuspEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperationCancelIgnoreSuspEvent.json",
2025-08-20T19:16:01.7625664Z [00:02:03.702]➜  		"zh-CN/sas/OperationSuspEvents.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperationSuspEvents.json",
2025-08-20T19:16:01.7626549Z [00:02:03.702]➜  		"zh-CN/sas/PageImageRegistry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PageImageRegistry.json",
2025-08-20T19:16:01.7627325Z [00:02:03.702]➜  		"zh-CN/sas/PauseClient.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PauseClient.json",
2025-08-20T19:16:01.7628311Z [00:02:03.702]➜  		"zh-CN/sas/PublicCreateImageScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PublicCreateImageScanTask.json",
2025-08-20T19:16:01.7629552Z [00:02:03.702]➜  		"zh-CN/sas/PublicPreCheckImageScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PublicPreCheckImageScanTask.json",
2025-08-20T19:16:01.7630817Z [00:02:03.702]➜  		"zh-CN/sas/PublicSyncAndCreateImageScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PublicSyncAndCreateImageScanTask.json",
2025-08-20T19:16:01.7631663Z [00:02:03.702]➜  		"zh-CN/sas/QueryAttackCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryAttackCount.json",
2025-08-20T19:16:01.7632776Z [00:02:03.702]➜  		"zh-CN/sas/QueryDiscoverDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryDiscoverDatabase.json",
2025-08-20T19:16:01.7633752Z [00:02:03.702]➜  		"zh-CN/sas/QueryGroupIdByGroupName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryGroupIdByGroupName.json",
2025-08-20T19:16:01.7635102Z [00:02:03.702]➜  		"zh-CN/sas/QueryGroupedSecurityEventMarkMissList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryGroupedSecurityEventMarkMissList.json",
2025-08-20T19:16:01.7636156Z [00:02:03.702]➜  		"zh-CN/sas/QueryIncidentIconList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentIconList.json",
2025-08-20T19:16:01.7637175Z [00:02:03.702]➜  		"zh-CN/sas/QueryIncidentSubNodesCount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentSubNodesCount.json",
2025-08-20T19:16:01.7638186Z [00:02:03.702]➜  		"zh-CN/sas/QueryIncidentTracingDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentTracingDetail.json",
2025-08-20T19:16:01.7639201Z [00:02:03.702]➜  		"zh-CN/sas/QueryIncidentTracingJudge.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentTracingJudge.json",
2025-08-20T19:16:01.7640277Z [00:02:03.702]➜  		"zh-CN/sas/QueryIncidentVertexExtendInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentVertexExtendInfo.json",
2025-08-20T19:16:01.7641285Z [00:02:03.702]➜  		"zh-CN/sas/QueryIncidentVertexNodes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentVertexNodes.json",
2025-08-20T19:16:01.7642705Z [00:02:03.702]➜  		"zh-CN/sas/QueryJenkinsImageRegistryPersistenceDay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryJenkinsImageRegistryPersistenceDay.json",
2025-08-20T19:16:01.7643634Z [00:02:03.702]➜  		"zh-CN/sas/QueryPreCheckDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryPreCheckDatabase.json",
2025-08-20T19:16:01.7644421Z [00:02:03.702]➜  		"zh-CN/sas/RebootMachine.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RebootMachine.json",
2025-08-20T19:16:01.7645207Z [00:02:03.702]➜  		"zh-CN/sas/RefreshAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RefreshAssets.json",
2025-08-20T19:16:01.7646147Z [00:02:03.702]➜  		"zh-CN/sas/RefreshContainerAssets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RefreshContainerAssets.json",
2025-08-20T19:16:01.7647121Z [00:02:03.702]➜  		"zh-CN/sas/RefreshOssBucketScanInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RefreshOssBucketScanInfo.json",
2025-08-20T19:16:01.7648312Z [00:02:03.702]➜  		"zh-CN/sas/RemoveCheckInstanceResultWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RemoveCheckInstanceResultWhiteList.json",
2025-08-20T19:16:01.7649368Z [00:02:03.702]➜  		"zh-CN/sas/RemoveCheckResultWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RemoveCheckResultWhiteList.json",
2025-08-20T19:16:01.7650224Z [00:02:03.702]➜  		"zh-CN/sas/ResetHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ResetHoneypot.json",
2025-08-20T19:16:01.7651160Z [00:02:03.702]➜  		"zh-CN/sas/RetryAgentlessTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RetryAgentlessTask.json",
2025-08-20T19:16:01.7652355Z [00:02:03.702]➜  		"zh-CN/sas/RetryInstallProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RetryInstallProbe.json",
2025-08-20T19:16:01.7653970Z [00:02:03.702]➜  		"zh-CN/sas/RollbackSuspEventQuaraFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RollbackSuspEventQuaraFile.json",
2025-08-20T19:16:01.7654892Z [00:02:03.702]➜  		"zh-CN/sas/SasInstallCode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SasInstallCode.json",
2025-08-20T19:16:01.7655997Z [00:02:03.702]➜  		"zh-CN/sas/SaveImageBaselineStrategy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SaveImageBaselineStrategy.json",
2025-08-20T19:16:01.7657077Z [00:02:03.702]➜  		"zh-CN/sas/SaveSuspEventUserSetting.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SaveSuspEventUserSetting.json",
2025-08-20T19:16:01.7658208Z [00:02:03.702]➜  		"zh-CN/sas/SetClusterInterceptionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SetClusterInterceptionConfig.json",
2025-08-20T19:16:01.7659565Z [00:02:03.702]➜  		"zh-CN/sas/SetImageSensitiveFileStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SetImageSensitiveFileStatus.json",
2025-08-20T19:16:01.7660961Z [00:02:03.702]➜  		"zh-CN/sas/SetRegistryScanDayNum.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SetRegistryScanDayNum.json",
2025-08-20T19:16:01.7662171Z [00:02:03.702]➜  		"zh-CN/sas/SetSensitiveDefineRuleConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SetSensitiveDefineRuleConfig.json",
2025-08-20T19:16:01.7663452Z [00:02:03.702]➜  		"zh-CN/sas/StartBaselineSecurityCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartBaselineSecurityCheck.json",
2025-08-20T19:16:01.7664555Z [00:02:03.702]➜  		"zh-CN/sas/StartDiscoverDatabaseTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartDiscoverDatabaseTask.json",
2025-08-20T19:16:01.7665395Z [00:02:03.702]➜  		"zh-CN/sas/StartHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartHoneypot.json",
2025-08-20T19:16:01.7666373Z [00:02:03.702]➜  		"zh-CN/sas/StartPreCheckDatabase.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartPreCheckDatabase.json",
2025-08-20T19:16:01.7667298Z [00:02:03.702]➜  		"zh-CN/sas/StartVirusScanTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartVirusScanTask.json",
2025-08-20T19:16:01.7668110Z [00:02:03.702]➜  		"zh-CN/sas/StopHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StopHoneypot.json",
2025-08-20T19:16:01.7668910Z [00:02:03.702]➜  		"zh-CN/sas/SubmitCheck.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SubmitCheck.json",
2025-08-20T19:16:01.7669860Z [00:02:03.702]➜  		"zh-CN/sas/UnMarkMonitorAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UnMarkMonitorAccounts.json",
2025-08-20T19:16:01.7670644Z [00:02:03.702]➜  		"zh-CN/sas/UnbindAegis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UnbindAegis.json",
2025-08-20T19:16:01.7671613Z [00:02:03.702]➜  		"zh-CN/sas/UninstallBackupClient.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UninstallBackupClient.json",
2025-08-20T19:16:01.7672772Z [00:02:03.702]➜  		"zh-CN/sas/UninstallRaspAttach.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UninstallRaspAttach.json",
2025-08-20T19:16:01.7673807Z [00:02:03.702]➜  		"zh-CN/sas/UninstallUniBackupAgent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UninstallUniBackupAgent.json",
2025-08-20T19:16:01.7674692Z [00:02:03.702]➜  		"zh-CN/sas/UpdateAlarmEvent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateAlarmEvent.json",
2025-08-20T19:16:01.7675646Z [00:02:03.702]➜  		"zh-CN/sas/UpdateClientAlertMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateClientAlertMode.json",
2025-08-20T19:16:01.7676878Z [00:02:03.702]➜  		"zh-CN/sas/UpdateCommonSwitchConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateCommonSwitchConfig.json",
2025-08-20T19:16:01.7677972Z [00:02:03.702]➜  		"zh-CN/sas/UpdateFileProtectEventStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateFileProtectEventStatus.json",
2025-08-20T19:16:01.7679144Z [00:02:03.702]➜  		"zh-CN/sas/UpdateFileProtectRemark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateFileProtectRemark.json",
2025-08-20T19:16:01.7680130Z [00:02:03.702]➜  		"zh-CN/sas/UpdateFileProtectRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateFileProtectRule.json",
2025-08-20T19:16:01.7681115Z [00:02:03.702]➜  		"zh-CN/sas/UpdateFileUploadLimit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateFileUploadLimit.json",
2025-08-20T19:16:01.7681946Z [00:02:03.702]➜  		"zh-CN/sas/UpdateHoneypot.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypot.json",
2025-08-20T19:16:01.7683188Z [00:02:03.702]➜  		"zh-CN/sas/UpdateHoneypotNode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypotNode.json",
2025-08-20T19:16:01.7684280Z [00:02:03.702]➜  		"zh-CN/sas/UpdateHoneypotPreset.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypotPreset.json",
2025-08-20T19:16:01.7685238Z [00:02:03.702]➜  		"zh-CN/sas/UpdateHoneypotProbe.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypotProbe.json",
2025-08-20T19:16:01.7686240Z [00:02:03.702]➜  		"zh-CN/sas/UpdateHoneypotProbeBind.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypotProbeBind.json",
2025-08-20T19:16:01.7687277Z [00:02:03.702]➜  		"zh-CN/sas/UpdateImageEventOperation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateImageEventOperation.json",
2025-08-20T19:16:01.7688356Z [00:02:03.702]➜  		"zh-CN/sas/UpdateImageVulWhitelistTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateImageVulWhitelistTarget.json",
2025-08-20T19:16:01.7689461Z [00:02:03.702]➜  		"zh-CN/sas/UpdateJenkinsImageRegistryName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateJenkinsImageRegistryName.json",
2025-08-20T19:16:01.7690761Z [00:02:03.702]➜  		"zh-CN/sas/UpdateJenkinsImageRegistryPersistenceDay.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateJenkinsImageRegistryPersistenceDay.json",
2025-08-20T19:16:01.7691928Z [00:02:03.702]➜  		"zh-CN/sas/UpdateMaliciousFileWhitelistConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateMaliciousFileWhitelistConfig.json",
2025-08-20T19:16:01.7693001Z [00:02:03.702]➜  		"zh-CN/sas/UpdateOpaStrategyNew.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateOpaStrategyNew.json",
2025-08-20T19:16:01.7693920Z [00:02:03.702]➜  		"zh-CN/sas/UpdateOssScanConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateOssScanConfig.json",
2025-08-20T19:16:01.7694921Z [00:02:03.702]➜  		"zh-CN/sas/UpdateSelectionKeyByType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateSelectionKeyByType.json",
2025-08-20T19:16:01.7695971Z [00:02:03.702]➜  		"zh-CN/sas/UpgradeBackupPolicyVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpgradeBackupPolicyVersion.json",
2025-08-20T19:16:01.7696879Z [00:02:03.702]➜  		"zh-CN/sas/UploadedHoneyPotFile.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UploadedHoneyPotFile.json",
2025-08-20T19:16:01.7697737Z [00:02:03.702]➜  		"zh-CN/sas/ValidateHcWarnings.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ValidateHcWarnings.json",
2025-08-20T19:16:01.7698727Z [00:02:03.702]➜  		"zh-CN/sas/VerifyCheckInstanceResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/VerifyCheckInstanceResult.json",
2025-08-20T19:16:01.7699571Z [00:02:03.702]➜  		"zh-CN/sas/VerifyCheckResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/VerifyCheckResult.json",
2025-08-20T19:16:01.7700448Z [00:02:03.702]➜  		"zh-CN/sas/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/version.json",
2025-08-20T19:16:01.7701425Z [00:02:03.702]➜  		"zh-CN/scdn/AddScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/AddScdnDomain.json",
2025-08-20T19:16:01.7702727Z [00:02:03.702]➜  		"zh-CN/scdn/BatchDeleteScdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchDeleteScdnDomainConfigs.json",
2025-08-20T19:16:01.7703792Z [00:02:03.702]➜  		"zh-CN/scdn/BatchSetScdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchSetScdnDomainConfigs.json",
2025-08-20T19:16:01.7705246Z [00:02:03.702]➜  		"zh-CN/scdn/BatchStartScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchStartScdnDomain.json",
2025-08-20T19:16:01.7706178Z [00:02:03.702]➜  		"zh-CN/scdn/BatchStopScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchStopScdnDomain.json",
2025-08-20T19:16:01.7707283Z [00:02:03.702]➜  		"zh-CN/scdn/BatchUpdateScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchUpdateScdnDomain.json",
2025-08-20T19:16:01.7708272Z [00:02:03.702]➜  		"zh-CN/scdn/CheckScdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/CheckScdnService.json",
2025-08-20T19:16:01.7709112Z [00:02:03.702]➜  		"zh-CN/scdn/DeleteScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DeleteScdnDomain.json",
2025-08-20T19:16:01.7710127Z [00:02:03.702]➜  		"zh-CN/scdn/DeleteScdnSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DeleteScdnSpecificConfig.json",
2025-08-20T19:16:01.7711067Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnCcInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCcInfo.json",
2025-08-20T19:16:01.7712038Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnCcQpsInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCcQpsInfo.json",
2025-08-20T19:16:01.7713173Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnCcTopIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCcTopIp.json",
2025-08-20T19:16:01.7714185Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnCcTopUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCcTopUrl.json",
2025-08-20T19:16:01.7715338Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnCertificateDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCertificateDetail.json",
2025-08-20T19:16:01.7716502Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCertificateList.json",
2025-08-20T19:16:01.7717445Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDDoSInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDDoSInfo.json",
2025-08-20T19:16:01.7718543Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDDoSTrafficInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDDoSTrafficInfo.json",
2025-08-20T19:16:01.7719610Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainBpsData.json",
2025-08-20T19:16:01.7720791Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainCertificateInfo.json",
2025-08-20T19:16:01.7721814Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainCname.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainCname.json",
2025-08-20T19:16:01.7723024Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainConfigs.json",
2025-08-20T19:16:01.7724045Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainDetail.json",
2025-08-20T19:16:01.7725321Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainHitRateData.json",
2025-08-20T19:16:01.7726610Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainHttpCodeData.json",
2025-08-20T19:16:01.7727660Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainIspData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainIspData.json",
2025-08-20T19:16:01.7728610Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainLog.json",
2025-08-20T19:16:01.7729782Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainOriginBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainOriginBpsData.json",
2025-08-20T19:16:01.7731182Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainOriginTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainOriginTrafficData.json",
2025-08-20T19:16:01.7732318Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainPvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainPvData.json",
2025-08-20T19:16:01.7733593Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainQpsData.json",
2025-08-20T19:16:01.7734785Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainRealTimeBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeBpsData.json",
2025-08-20T19:16:01.7736155Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainRealTimeByteHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeByteHitRateData.json",
2025-08-20T19:16:01.7737476Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainRealTimeHttpCodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeHttpCodeData.json",
2025-08-20T19:16:01.7738681Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainRealTimeQpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeQpsData.json",
2025-08-20T19:16:01.7740036Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainRealTimeReqHitRateData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeReqHitRateData.json",
2025-08-20T19:16:01.7741308Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainRealTimeSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeSrcBpsData.json",
2025-08-20T19:16:01.7742766Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json",
2025-08-20T19:16:01.7744024Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainRealTimeTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeTrafficData.json",
2025-08-20T19:16:01.7745114Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainRegionData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRegionData.json",
2025-08-20T19:16:01.7746238Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainTopReferVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainTopReferVisit.json",
2025-08-20T19:16:01.7747335Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainTopUrlVisit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainTopUrlVisit.json",
2025-08-20T19:16:01.7748439Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainTrafficData.json",
2025-08-20T19:16:01.7749612Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnDomainUvData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainUvData.json",
2025-08-20T19:16:01.7750748Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnRefreshQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnRefreshQuota.json",
2025-08-20T19:16:01.7751769Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnRefreshTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnRefreshTasks.json",
2025-08-20T19:16:01.7752870Z [00:02:03.702]➜  		"zh-CN/scdn/DescribeScdnService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnService.json",
2025-08-20T19:16:01.7753980Z [00:02:03.703]➜  		"zh-CN/scdn/DescribeScdnTopDomainsByFlow.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnTopDomainsByFlow.json",
2025-08-20T19:16:01.7755003Z [00:02:03.703]➜  		"zh-CN/scdn/DescribeScdnUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnUserDomains.json",
2025-08-20T19:16:01.7756204Z [00:02:03.703]➜  		"zh-CN/scdn/DescribeScdnUserProtectInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnUserProtectInfo.json",
2025-08-20T19:16:01.7757256Z [00:02:03.703]➜  		"zh-CN/scdn/DescribeScdnUserQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnUserQuota.json",
2025-08-20T19:16:01.7758263Z [00:02:03.703]➜  		"zh-CN/scdn/DescribeScdnVerifyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnVerifyContent.json",
2025-08-20T19:16:01.7759254Z [00:02:03.703]➜  		"zh-CN/scdn/PreloadScdnObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/PreloadScdnObjectCaches.json",
2025-08-20T19:16:01.7760223Z [00:02:03.703]➜  		"zh-CN/scdn/RefreshScdnObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/RefreshScdnObjectCaches.json",
2025-08-20T19:16:01.7761055Z [00:02:03.703]➜  		"zh-CN/scdn/SetScdnBotInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/SetScdnBotInfo.json",
2025-08-20T19:16:01.7761869Z [00:02:03.703]➜  		"zh-CN/scdn/SetScdnCcInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/SetScdnCcInfo.json",
2025-08-20T19:16:01.7762886Z [00:02:03.703]➜  		"zh-CN/scdn/SetScdnDDoSInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/SetScdnDDoSInfo.json",
2025-08-20T19:16:01.7763916Z [00:02:03.703]➜  		"zh-CN/scdn/SetScdnDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/SetScdnDomainCertificate.json",
2025-08-20T19:16:01.7764762Z [00:02:03.703]➜  		"zh-CN/scdn/StartScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/StartScdnDomain.json",
2025-08-20T19:16:01.7765599Z [00:02:03.703]➜  		"zh-CN/scdn/StopScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/StopScdnDomain.json",
2025-08-20T19:16:01.7766462Z [00:02:03.703]➜  		"zh-CN/scdn/UpdateScdnDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/UpdateScdnDomain.json",
2025-08-20T19:16:01.7767419Z [00:02:03.703]➜  		"zh-CN/scdn/VerifyScdnDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/VerifyScdnDomainOwner.json",
2025-08-20T19:16:01.7768129Z [00:02:03.703]➜  		"zh-CN/scdn/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/version.json",
2025-08-20T19:16:01.7769271Z [00:02:03.703]➜  		"zh-CN/servicemesh/AddClusterIntoServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/AddClusterIntoServiceMesh.json",
2025-08-20T19:16:01.7770295Z [00:02:03.703]➜  		"zh-CN/servicemesh/AddVMIntoServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/AddVMIntoServiceMesh.json",
2025-08-20T19:16:01.7771218Z [00:02:03.703]➜  		"zh-CN/servicemesh/AddVmAppToMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/AddVmAppToMesh.json",
2025-08-20T19:16:01.7772339Z [00:02:03.703]➜  		"zh-CN/servicemesh/CreateASMGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateASMGateway.json",
2025-08-20T19:16:01.7773676Z [00:02:03.703]➜  		"zh-CN/servicemesh/CreateGatewaySecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateGatewaySecret.json",
2025-08-20T19:16:01.7774814Z [00:02:03.703]➜  		"zh-CN/servicemesh/CreateIstioGatewayDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateIstioGatewayDomains.json",
2025-08-20T19:16:01.7775955Z [00:02:03.703]➜  		"zh-CN/servicemesh/CreateIstioGatewayRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateIstioGatewayRoutes.json",
2025-08-20T19:16:01.7777493Z [00:02:03.703]➜  		"zh-CN/servicemesh/CreateServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateServiceMesh.json",
2025-08-20T19:16:01.7778576Z [00:02:03.703]➜  		"zh-CN/servicemesh/CreateSwimLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateSwimLane.json",
2025-08-20T19:16:01.7779718Z [00:02:03.703]➜  		"zh-CN/servicemesh/CreateSwimLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateSwimLaneGroup.json",
2025-08-20T19:16:01.7780767Z [00:02:03.703]➜  		"zh-CN/servicemesh/CreateWaypoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateWaypoint.json",
2025-08-20T19:16:01.7781704Z [00:02:03.703]➜  		"zh-CN/servicemesh/DeleteGatewayRoute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteGatewayRoute.json",
2025-08-20T19:16:01.7782725Z [00:02:03.703]➜  		"zh-CN/servicemesh/DeleteGatewaySecret.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteGatewaySecret.json",
2025-08-20T19:16:01.7783785Z [00:02:03.703]➜  		"zh-CN/servicemesh/DeleteIstioGatewayDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteIstioGatewayDomains.json",
2025-08-20T19:16:01.7784744Z [00:02:03.703]➜  		"zh-CN/servicemesh/DeleteServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteServiceMesh.json",
2025-08-20T19:16:01.7785653Z [00:02:03.703]➜  		"zh-CN/servicemesh/DeleteSwimLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteSwimLane.json",
2025-08-20T19:16:01.7786503Z [00:02:03.703]➜  		"zh-CN/servicemesh/DeleteSwimLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteSwimLaneGroup.json",
2025-08-20T19:16:01.7787313Z [00:02:03.703]➜  		"zh-CN/servicemesh/DeleteWaypoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteWaypoint.json",
2025-08-20T19:16:01.7788446Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeASMGatewayImportedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeASMGatewayImportedServices.json",
2025-08-20T19:16:01.7789443Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeCCMVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeCCMVersion.json",
2025-08-20T19:16:01.7790228Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeCens.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeCens.json",
2025-08-20T19:16:01.7791282Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeClusterGrafana.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeClusterGrafana.json",
2025-08-20T19:16:01.7792671Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeClusterPrometheus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeClusterPrometheus.json",
2025-08-20T19:16:01.7793908Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeClustersInServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeClustersInServiceMesh.json",
2025-08-20T19:16:01.7794928Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeCrTemplates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeCrTemplates.json",
2025-08-20T19:16:01.7796020Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeEipResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeEipResources.json",
2025-08-20T19:16:01.7797233Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeGatewaySecretDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeGatewaySecretDetails.json",
2025-08-20T19:16:01.7798570Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeGuestClusterAccessLogDashboards.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeGuestClusterAccessLogDashboards.json",
2025-08-20T19:16:01.7799847Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeGuestClusterNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeGuestClusterNamespaces.json",
2025-08-20T19:16:01.7800976Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeGuestClusterPods.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeGuestClusterPods.json",
2025-08-20T19:16:01.7802342Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeImportedServicesDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeImportedServicesDetail.json",
2025-08-20T19:16:01.7803844Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeIstioGatewayDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeIstioGatewayDomains.json",
2025-08-20T19:16:01.7805107Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeIstioGatewayRouteDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeIstioGatewayRouteDetail.json",
2025-08-20T19:16:01.7806246Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeIstioGatewayRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeIstioGatewayRoutes.json",
2025-08-20T19:16:01.7807178Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeMetadata.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeMetadata.json",
2025-08-20T19:16:01.7808520Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeNamespaceScopeSidecarConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeNamespaceScopeSidecarConfig.json",
2025-08-20T19:16:01.7809668Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeNodesInstanceType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeNodesInstanceType.json",
2025-08-20T19:16:01.7810678Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeReusableSlb.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeReusableSlb.json",
2025-08-20T19:16:01.7811969Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeServiceMeshAdditionalStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshAdditionalStatus.json",
2025-08-20T19:16:01.7813286Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeServiceMeshClusters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshClusters.json",
2025-08-20T19:16:01.7814443Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeServiceMeshDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshDetail.json",
2025-08-20T19:16:01.7815652Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeServiceMeshKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshKubeconfig.json",
2025-08-20T19:16:01.7816786Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeServiceMeshLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshLogs.json",
2025-08-20T19:16:01.7818103Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeServiceMeshProxyStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshProxyStatus.json",
2025-08-20T19:16:01.7819410Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeServiceMeshUpgradeStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshUpgradeStatus.json",
2025-08-20T19:16:01.7820609Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeServiceMeshVMs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshVMs.json",
2025-08-20T19:16:01.7821751Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeServiceMeshes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshes.json",
2025-08-20T19:16:01.7822981Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeUpgradeVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeUpgradeVersion.json",
2025-08-20T19:16:01.7824079Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeUserPermissions.json",
2025-08-20T19:16:01.7825253Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeUsersWithPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeUsersWithPermissions.json",
2025-08-20T19:16:01.7826470Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeVMsInServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeVMsInServiceMesh.json",
2025-08-20T19:16:01.7827533Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeVSwitches.json",
2025-08-20T19:16:01.7828492Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeVersions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeVersions.json",
2025-08-20T19:16:01.7829371Z [00:02:03.703]➜  		"zh-CN/servicemesh/DescribeVpcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeVpcs.json",
2025-08-20T19:16:01.7830235Z [00:02:03.703]➜  		"zh-CN/servicemesh/GetCaCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetCaCert.json",
2025-08-20T19:16:01.7831356Z [00:02:03.703]➜  		"zh-CN/servicemesh/GetDeploymentBySelector.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetDeploymentBySelector.json",
2025-08-20T19:16:01.7832617Z [00:02:03.703]➜  		"zh-CN/servicemesh/GetGrafanaDashboardUrl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetGrafanaDashboardUrl.json",
2025-08-20T19:16:01.7833849Z [00:02:03.703]➜  		"zh-CN/servicemesh/GetRegisteredServiceEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetRegisteredServiceEndpoints.json",
2025-08-20T19:16:01.7835079Z [00:02:03.703]➜  		"zh-CN/servicemesh/GetRegisteredServiceNamespaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetRegisteredServiceNamespaces.json",
2025-08-20T19:16:01.7836066Z [00:02:03.703]➜  		"zh-CN/servicemesh/GetSwimLaneDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetSwimLaneDetail.json",
2025-08-20T19:16:01.7837101Z [00:02:03.703]➜  		"zh-CN/servicemesh/GetSwimLaneGroupList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetSwimLaneGroupList.json",
2025-08-20T19:16:01.7838062Z [00:02:03.703]➜  		"zh-CN/servicemesh/GetSwimLaneList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetSwimLaneList.json",
2025-08-20T19:16:01.7839020Z [00:02:03.703]➜  		"zh-CN/servicemesh/GetVmAppMeshInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetVmAppMeshInfo.json",
2025-08-20T19:16:01.7839851Z [00:02:03.703]➜  		"zh-CN/servicemesh/GetVmMeta.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetVmMeta.json",
2025-08-20T19:16:01.7840871Z [00:02:03.703]➜  		"zh-CN/servicemesh/GrantUserPermissions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GrantUserPermissions.json",
2025-08-20T19:16:01.7841886Z [00:02:03.703]➜  		"zh-CN/servicemesh/ListServiceAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ListServiceAccounts.json",
2025-08-20T19:16:01.7843211Z [00:02:03.703]➜  		"zh-CN/servicemesh/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ListTagResources.json",
2025-08-20T19:16:01.7844289Z [00:02:03.703]➜  		"zh-CN/servicemesh/ListWaypoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ListWaypoints.json",
2025-08-20T19:16:01.7845441Z [00:02:03.703]➜  		"zh-CN/servicemesh/ModifyApiServerEipResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ModifyApiServerEipResource.json",
2025-08-20T19:16:01.7846487Z [00:02:03.703]➜  		"zh-CN/servicemesh/ModifyServiceMeshName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ModifyServiceMeshName.json",
2025-08-20T19:16:01.7847456Z [00:02:03.703]➜  		"zh-CN/servicemesh/ReActivateAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ReActivateAudit.json",
2025-08-20T19:16:01.7848640Z [00:02:03.703]➜  		"zh-CN/servicemesh/RemoveClusterFromServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/RemoveClusterFromServiceMesh.json",
2025-08-20T19:16:01.7849910Z [00:02:03.703]➜  		"zh-CN/servicemesh/RemoveVMFromServiceMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/RemoveVMFromServiceMesh.json",
2025-08-20T19:16:01.7850950Z [00:02:03.703]➜  		"zh-CN/servicemesh/RemoveVmAppFromMesh.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/RemoveVmAppFromMesh.json",
2025-08-20T19:16:01.7851921Z [00:02:03.703]➜  		"zh-CN/servicemesh/RevokeKubeconfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/RevokeKubeconfig.json",
2025-08-20T19:16:01.7852962Z [00:02:03.703]➜  		"zh-CN/servicemesh/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/TagResources.json",
2025-08-20T19:16:01.7853902Z [00:02:03.703]➜  		"zh-CN/servicemesh/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UntagResources.json",
2025-08-20T19:16:01.7854887Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpdateASMGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateASMGateway.json",
2025-08-20T19:16:01.7856139Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpdateASMGatewayImportedServices.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateASMGatewayImportedServices.json",
2025-08-20T19:16:01.7857414Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpdateASMNamespaceFromGuestCluster.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateASMNamespaceFromGuestCluster.json",
2025-08-20T19:16:01.7858622Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpdateControlPlaneLogConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateControlPlaneLogConfig.json",
2025-08-20T19:16:01.7859761Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpdateIstioGatewayRoutes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateIstioGatewayRoutes.json",
2025-08-20T19:16:01.7861128Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpdateIstioInjectionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateIstioInjectionConfig.json",
2025-08-20T19:16:01.7862742Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpdateIstioRouteAdditionalStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateIstioRouteAdditionalStatus.json",
2025-08-20T19:16:01.7863897Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpdateMeshCRAggregation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateMeshCRAggregation.json",
2025-08-20T19:16:01.7864926Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpdateMeshFeature.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateMeshFeature.json",
2025-08-20T19:16:01.7866266Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpdateNamespaceScopeSidecarConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateNamespaceScopeSidecarConfig.json",
2025-08-20T19:16:01.7867396Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpdateSwimLane.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateSwimLane.json",
2025-08-20T19:16:01.7868521Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpdateSwimLaneGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateSwimLaneGroup.json",
2025-08-20T19:16:01.7869527Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpdateWaypoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateWaypoint.json",
2025-08-20T19:16:01.7870794Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpgradeMeshEditionPartially.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpgradeMeshEditionPartially.json",
2025-08-20T19:16:01.7871913Z [00:02:03.703]➜  		"zh-CN/servicemesh/UpgradeMeshVersion.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpgradeMeshVersion.json",
2025-08-20T19:16:01.7873009Z [00:02:03.703]➜  		"zh-CN/servicemesh/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/version.json",
2025-08-20T19:16:01.7874255Z [00:02:03.703]➜  		"zh-CN/slb/AddAccessControlListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddAccessControlListEntry.json",
2025-08-20T19:16:01.7875335Z [00:02:03.703]➜  		"zh-CN/slb/AddBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddBackendServers.json",
2025-08-20T19:16:01.7876384Z [00:02:03.703]➜  		"zh-CN/slb/AddListenerWhiteListItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddListenerWhiteListItem.json",
2025-08-20T19:16:01.7877122Z [00:02:03.703]➜  		"zh-CN/slb/AddTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddTags.json",
2025-08-20T19:16:01.7878239Z [00:02:03.703]➜  		"zh-CN/slb/AddVServerGroupBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddVServerGroupBackendServers.json",
2025-08-20T19:16:01.7879263Z [00:02:03.703]➜  		"zh-CN/slb/CreateAccessControlList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateAccessControlList.json",
2025-08-20T19:16:01.7880249Z [00:02:03.703]➜  		"zh-CN/slb/CreateDomainExtension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateDomainExtension.json",
2025-08-20T19:16:01.7881202Z [00:02:03.703]➜  		"zh-CN/slb/CreateLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancer.json",
2025-08-20T19:16:01.7882347Z [00:02:03.703]➜  		"zh-CN/slb/CreateLoadBalancerHTTPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancerHTTPListener.json",
2025-08-20T19:16:01.7883721Z [00:02:03.703]➜  		"zh-CN/slb/CreateLoadBalancerHTTPSListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancerHTTPSListener.json",
2025-08-20T19:16:01.7884796Z [00:02:03.703]➜  		"zh-CN/slb/CreateLoadBalancerTCPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancerTCPListener.json",
2025-08-20T19:16:01.7886029Z [00:02:03.703]➜  		"zh-CN/slb/CreateLoadBalancerUDPListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancerUDPListener.json",
2025-08-20T19:16:01.7887188Z [00:02:03.703]➜  		"zh-CN/slb/CreateMasterSlaveServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateMasterSlaveServerGroup.json",
2025-08-20T19:16:01.7887866Z [00:02:03.703]➜  		"zh-CN/slb/CreateRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateRules.json",
2025-08-20T19:16:01.7888753Z [00:02:03.703]➜  		"zh-CN/slb/CreateTLSCipherPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateTLSCipherPolicy.json",
2025-08-20T19:16:01.7889625Z [00:02:03.703]➜  		"zh-CN/slb/CreateVServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateVServerGroup.json",
2025-08-20T19:16:01.7890583Z [00:02:03.703]➜  		"zh-CN/slb/DeleteAccessControlList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteAccessControlList.json",
2025-08-20T19:16:01.7891695Z [00:02:03.703]➜  		"zh-CN/slb/DeleteAccessLogsDownloadAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteAccessLogsDownloadAttribute.json",
2025-08-20T19:16:01.7892810Z [00:02:03.703]➜  		"zh-CN/slb/DeleteCACertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteCACertificate.json",
2025-08-20T19:16:01.7893786Z [00:02:03.703]➜  		"zh-CN/slb/DeleteDomainExtension.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteDomainExtension.json",
2025-08-20T19:16:01.7894739Z [00:02:03.703]➜  		"zh-CN/slb/DeleteLoadBalancer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteLoadBalancer.json",
2025-08-20T19:16:01.7895807Z [00:02:03.703]➜  		"zh-CN/slb/DeleteLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteLoadBalancerListener.json",
2025-08-20T19:16:01.7897077Z [00:02:03.703]➜  		"zh-CN/slb/DeleteMasterSlaveServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteMasterSlaveServerGroup.json",
2025-08-20T19:16:01.7898022Z [00:02:03.703]➜  		"zh-CN/slb/DeleteRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteRules.json",
2025-08-20T19:16:01.7899067Z [00:02:03.703]➜  		"zh-CN/slb/DeleteServerCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteServerCertificate.json",
2025-08-20T19:16:01.7900014Z [00:02:03.703]➜  		"zh-CN/slb/DeleteTLSCipherPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteTLSCipherPolicy.json",
2025-08-20T19:16:01.7900924Z [00:02:03.703]➜  		"zh-CN/slb/DeleteVServerGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteVServerGroup.json",
2025-08-20T19:16:01.7902156Z [00:02:03.703]➜  		"zh-CN/slb/DescribeAccessControlListAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeAccessControlListAttribute.json",
2025-08-20T19:16:01.7903481Z [00:02:03.703]➜  		"zh-CN/slb/DescribeAccessControlLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeAccessControlLists.json",
2025-08-20T19:16:01.7904762Z [00:02:03.703]➜  		"zh-CN/slb/DescribeAccessLogsDownloadAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeAccessLogsDownloadAttribute.json",
2025-08-20T19:16:01.7905828Z [00:02:03.703]➜  		"zh-CN/slb/DescribeAvailableResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeAvailableResource.json",
2025-08-20T19:16:01.7906864Z [00:02:03.703]➜  		"zh-CN/slb/DescribeCACertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeCACertificates.json",
2025-08-20T19:16:01.7908027Z [00:02:03.703]➜  		"zh-CN/slb/DescribeDomainExtensionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeDomainExtensionAttribute.json",
2025-08-20T19:16:01.7909207Z [00:02:03.703]➜  		"zh-CN/slb/DescribeDomainExtensions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeDomainExtensions.json",
2025-08-20T19:16:01.7910302Z [00:02:03.703]➜  		"zh-CN/slb/DescribeHealthStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeHealthStatus.json",
2025-08-20T19:16:01.7911446Z [00:02:03.703]➜  		"zh-CN/slb/DescribeHighDefinationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeHighDefinationMonitor.json",
2025-08-20T19:16:01.7912971Z [00:02:03.703]➜  		"zh-CN/slb/DescribeListenerAccessControlAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeListenerAccessControlAttribute.json",
2025-08-20T19:16:01.7914113Z [00:02:03.703]➜  		"zh-CN/slb/DescribeLoadBalancerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerAttribute.json",
2025-08-20T19:16:01.7915489Z [00:02:03.703]➜  		"zh-CN/slb/DescribeLoadBalancerHTTPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:16:01.7916985Z [00:02:03.703]➜  		"zh-CN/slb/DescribeLoadBalancerHTTPSListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:16:01.7918097Z [00:02:03.703]➜  		"zh-CN/slb/DescribeLoadBalancerListeners.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerListeners.json",
2025-08-20T19:16:01.7919453Z [00:02:03.703]➜  		"zh-CN/slb/DescribeLoadBalancerTCPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:16:01.7920817Z [00:02:03.703]➜  		"zh-CN/slb/DescribeLoadBalancerUDPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:16:01.7921796Z [00:02:03.703]➜  		"zh-CN/slb/DescribeLoadBalancers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancers.json",
2025-08-20T19:16:01.7923518Z [00:02:03.703]➜  		"zh-CN/slb/DescribeMasterSlaveServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeMasterSlaveServerGroupAttribute.json",
2025-08-20T19:16:01.7924711Z [00:02:03.703]➜  		"zh-CN/slb/DescribeMasterSlaveServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeMasterSlaveServerGroups.json",
2025-08-20T19:16:01.7925561Z [00:02:03.703]➜  		"zh-CN/slb/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeRegions.json",
2025-08-20T19:16:01.7926457Z [00:02:03.703]➜  		"zh-CN/slb/DescribeRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeRuleAttribute.json",
2025-08-20T19:16:01.7927218Z [00:02:03.703]➜  		"zh-CN/slb/DescribeRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeRules.json",
2025-08-20T19:16:01.7928233Z [00:02:03.703]➜  		"zh-CN/slb/DescribeServerCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeServerCertificates.json",
2025-08-20T19:16:01.7928996Z [00:02:03.703]➜  		"zh-CN/slb/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeTags.json",
2025-08-20T19:16:01.7930059Z [00:02:03.703]➜  		"zh-CN/slb/DescribeVServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeVServerGroupAttribute.json",
2025-08-20T19:16:01.7930994Z [00:02:03.703]➜  		"zh-CN/slb/DescribeVServerGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeVServerGroups.json",
2025-08-20T19:16:01.7931816Z [00:02:03.703]➜  		"zh-CN/slb/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeZones.json",
2025-08-20T19:16:01.7933073Z [00:02:03.703]➜  		"zh-CN/slb/EnableHighDefinationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/EnableHighDefinationMonitor.json",
2025-08-20T19:16:01.7934178Z [00:02:03.703]➜  		"zh-CN/slb/ListTLSCipherPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ListTLSCipherPolicies.json",
2025-08-20T19:16:01.7935122Z [00:02:03.703]➜  		"zh-CN/slb/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ListTagResources.json",
2025-08-20T19:16:01.7936118Z [00:02:03.703]➜  		"zh-CN/slb/ModifyHighDefinationMonitor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyHighDefinationMonitor.json",
2025-08-20T19:16:01.7937343Z [00:02:03.703]➜  		"zh-CN/slb/ModifyLoadBalancerInstanceChargeType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyLoadBalancerInstanceChargeType.json",
2025-08-20T19:16:01.7938434Z [00:02:03.703]➜  		"zh-CN/slb/ModifyLoadBalancerInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyLoadBalancerInstanceSpec.json",
2025-08-20T19:16:01.7939544Z [00:02:03.703]➜  		"zh-CN/slb/ModifyLoadBalancerInternetSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyLoadBalancerInternetSpec.json",
2025-08-20T19:16:01.7940573Z [00:02:03.703]➜  		"zh-CN/slb/ModifyLoadBalancerPayType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyLoadBalancerPayType.json",
2025-08-20T19:16:01.7941701Z [00:02:03.703]➜  		"zh-CN/slb/ModifyVServerGroupBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyVServerGroupBackendServers.json",
2025-08-20T19:16:01.7942712Z [00:02:03.703]➜  		"zh-CN/slb/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/MoveResourceGroup.json",
2025-08-20T19:16:01.7943782Z [00:02:03.703]➜  		"zh-CN/slb/RemoveAccessControlListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveAccessControlListEntry.json",
2025-08-20T19:16:01.7944696Z [00:02:03.704]➜  		"zh-CN/slb/RemoveBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveBackendServers.json",
2025-08-20T19:16:01.7945870Z [00:02:03.704]➜  		"zh-CN/slb/RemoveListenerWhiteListItem.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveListenerWhiteListItem.json",
2025-08-20T19:16:01.7946718Z [00:02:03.704]➜  		"zh-CN/slb/RemoveTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveTags.json",
2025-08-20T19:16:01.7947865Z [00:02:03.704]➜  		"zh-CN/slb/RemoveVServerGroupBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveVServerGroupBackendServers.json",
2025-08-20T19:16:01.7948942Z [00:02:03.704]➜  		"zh-CN/slb/SetAccessControlListAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetAccessControlListAttribute.json",
2025-08-20T19:16:01.7950013Z [00:02:03.704]➜  		"zh-CN/slb/SetAccessLogsDownloadAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetAccessLogsDownloadAttribute.json",
2025-08-20T19:16:01.7950878Z [00:02:03.704]➜  		"zh-CN/slb/SetBackendServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetBackendServers.json",
2025-08-20T19:16:01.7951764Z [00:02:03.704]➜  		"zh-CN/slb/SetCACertificateName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetCACertificateName.json",
2025-08-20T19:16:01.7952964Z [00:02:03.704]➜  		"zh-CN/slb/SetDomainExtensionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetDomainExtensionAttribute.json",
2025-08-20T19:16:01.7954137Z [00:02:03.704]➜  		"zh-CN/slb/SetListenerAccessControlStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetListenerAccessControlStatus.json",
2025-08-20T19:16:01.7955340Z [00:02:03.704]➜  		"zh-CN/slb/SetLoadBalancerDeleteProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerDeleteProtection.json",
2025-08-20T19:16:01.7956620Z [00:02:03.704]➜  		"zh-CN/slb/SetLoadBalancerHTTPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerHTTPListenerAttribute.json",
2025-08-20T19:16:01.7958116Z [00:02:03.704]➜  		"zh-CN/slb/SetLoadBalancerHTTPSListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerHTTPSListenerAttribute.json",
2025-08-20T19:16:01.7959541Z [00:02:03.704]➜  		"zh-CN/slb/SetLoadBalancerModificationProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerModificationProtection.json",
2025-08-20T19:16:01.7960437Z [00:02:03.704]➜  		"zh-CN/slb/SetLoadBalancerName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerName.json",
2025-08-20T19:16:01.7961328Z [00:02:03.704]➜  		"zh-CN/slb/SetLoadBalancerStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerStatus.json",
2025-08-20T19:16:01.7962707Z [00:02:03.704]➜  		"zh-CN/slb/SetLoadBalancerTCPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerTCPListenerAttribute.json",
2025-08-20T19:16:01.7963970Z [00:02:03.704]➜  		"zh-CN/slb/SetLoadBalancerUDPListenerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerUDPListenerAttribute.json",
2025-08-20T19:16:01.7964698Z [00:02:03.704]➜  		"zh-CN/slb/SetRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetRule.json",
2025-08-20T19:16:01.7965687Z [00:02:03.704]➜  		"zh-CN/slb/SetServerCertificateName.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetServerCertificateName.json",
2025-08-20T19:16:01.7966722Z [00:02:03.704]➜  		"zh-CN/slb/SetTLSCipherPolicyAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetTLSCipherPolicyAttribute.json",
2025-08-20T19:16:01.7967706Z [00:02:03.704]➜  		"zh-CN/slb/SetVServerGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetVServerGroupAttribute.json",
2025-08-20T19:16:01.7968712Z [00:02:03.704]➜  		"zh-CN/slb/StartLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/StartLoadBalancerListener.json",
2025-08-20T19:16:01.7969859Z [00:02:03.704]➜  		"zh-CN/slb/StopLoadBalancerListener.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/StopLoadBalancerListener.json",
2025-08-20T19:16:01.7970795Z [00:02:03.704]➜  		"zh-CN/slb/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/TagResources.json",
2025-08-20T19:16:01.7971639Z [00:02:03.704]➜  		"zh-CN/slb/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/UntagResources.json",
2025-08-20T19:16:01.7972949Z [00:02:03.704]➜  		"zh-CN/slb/UploadCACertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/UploadCACertificate.json",
2025-08-20T19:16:01.7973941Z [00:02:03.704]➜  		"zh-CN/slb/UploadServerCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/UploadServerCertificate.json",
2025-08-20T19:16:01.7974637Z [00:02:03.704]➜  		"zh-CN/slb/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/version.json",
2025-08-20T19:16:01.7975342Z [00:02:03.704]➜  		"zh-CN/sls/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sls/version.json",
2025-08-20T19:16:01.7976243Z [00:02:03.704]➜  		"zh-CN/smc/CreateAccessToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/CreateAccessToken.json",
2025-08-20T19:16:01.7977156Z [00:02:03.704]➜  		"zh-CN/smc/CreateReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/CreateReplicationJob.json",
2025-08-20T19:16:01.7978070Z [00:02:03.704]➜  		"zh-CN/smc/CutOverReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/CutOverReplicationJob.json",
2025-08-20T19:16:01.7978930Z [00:02:03.704]➜  		"zh-CN/smc/DeleteAccessToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DeleteAccessToken.json",
2025-08-20T19:16:01.7979843Z [00:02:03.704]➜  		"zh-CN/smc/DeleteReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DeleteReplicationJob.json",
2025-08-20T19:16:01.7980940Z [00:02:03.704]➜  		"zh-CN/smc/DeleteSourceServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DeleteSourceServer.json",
2025-08-20T19:16:01.7982078Z [00:02:03.704]➜  		"zh-CN/smc/DescribeReplicationJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DescribeReplicationJobs.json",
2025-08-20T19:16:01.7983242Z [00:02:03.704]➜  		"zh-CN/smc/DescribeSourceServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DescribeSourceServers.json",
2025-08-20T19:16:01.7984186Z [00:02:03.704]➜  		"zh-CN/smc/DisableAccessToken.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DisableAccessToken.json",
2025-08-20T19:16:01.7985107Z [00:02:03.704]➜  		"zh-CN/smc/ListAccessTokens.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/ListAccessTokens.json",
2025-08-20T19:16:01.7986042Z [00:02:03.704]➜  		"zh-CN/smc/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/ListTagResources.json",
2025-08-20T19:16:01.7987216Z [00:02:03.704]➜  		"zh-CN/smc/ModifyReplicationJobAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/ModifyReplicationJobAttribute.json",
2025-08-20T19:16:01.7988367Z [00:02:03.704]➜  		"zh-CN/smc/ModifySourceServerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/ModifySourceServerAttribute.json",
2025-08-20T19:16:01.7989322Z [00:02:03.704]➜  		"zh-CN/smc/StartReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/StartReplicationJob.json",
2025-08-20T19:16:01.7990260Z [00:02:03.704]➜  		"zh-CN/smc/StopReplicationJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/StopReplicationJob.json",
2025-08-20T19:16:01.7991095Z [00:02:03.704]➜  		"zh-CN/smc/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/TagResources.json",
2025-08-20T19:16:01.7991962Z [00:02:03.704]➜  		"zh-CN/smc/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/UntagResources.json",
2025-08-20T19:16:01.7993062Z [00:02:03.704]➜  		"zh-CN/smc/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/version.json",
2025-08-20T19:16:01.7994035Z [00:02:03.704]➜  		"zh-CN/sts/AssumeRole.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/AssumeRole.json",
2025-08-20T19:16:01.7994999Z [00:02:03.704]➜  		"zh-CN/sts/AssumeRoleWithOIDC.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/AssumeRoleWithOIDC.json",
2025-08-20T19:16:01.7995910Z [00:02:03.704]➜  		"zh-CN/sts/AssumeRoleWithSAML.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/AssumeRoleWithSAML.json",
2025-08-20T19:16:01.7996809Z [00:02:03.704]➜  		"zh-CN/sts/GetCallerIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/GetCallerIdentity.json",
2025-08-20T19:16:01.7997541Z [00:02:03.704]➜  		"zh-CN/sts/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/version.json",
2025-08-20T19:16:01.7998381Z [00:02:03.704]➜  		"zh-CN/tag/AttachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/AttachPolicy.json",
2025-08-20T19:16:01.7999401Z [00:02:03.704]➜  		"zh-CN/tag/CheckCreatedByEnabled.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/CheckCreatedByEnabled.json",
2025-08-20T19:16:01.8000256Z [00:02:03.704]➜  		"zh-CN/tag/CloseCreatedBy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/CloseCreatedBy.json",
2025-08-20T19:16:01.8001067Z [00:02:03.704]➜  		"zh-CN/tag/CreatePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/CreatePolicy.json",
2025-08-20T19:16:01.8001853Z [00:02:03.704]➜  		"zh-CN/tag/CreateTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/CreateTags.json",
2025-08-20T19:16:01.8002898Z [00:02:03.704]➜  		"zh-CN/tag/DeletePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DeletePolicy.json",
2025-08-20T19:16:01.8003818Z [00:02:03.704]➜  		"zh-CN/tag/DeleteTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DeleteTag.json",
2025-08-20T19:16:01.8004653Z [00:02:03.704]➜  		"zh-CN/tag/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DescribeRegions.json",
2025-08-20T19:16:01.8005522Z [00:02:03.704]➜  		"zh-CN/tag/DetachPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DetachPolicy.json",
2025-08-20T19:16:01.8006393Z [00:02:03.704]➜  		"zh-CN/tag/DisablePolicyType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DisablePolicyType.json",
2025-08-20T19:16:01.8007236Z [00:02:03.704]➜  		"zh-CN/tag/EnablePolicyType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/EnablePolicyType.json",
2025-08-20T19:16:01.8008229Z [00:02:03.704]➜  		"zh-CN/tag/GenerateConfigRuleReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GenerateConfigRuleReport.json",
2025-08-20T19:16:01.8009127Z [00:02:03.704]➜  		"zh-CN/tag/GetConfigRuleReport.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GetConfigRuleReport.json",
2025-08-20T19:16:01.8010020Z [00:02:03.704]➜  		"zh-CN/tag/GetEffectivePolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GetEffectivePolicy.json",
2025-08-20T19:16:01.8010765Z [00:02:03.704]➜  		"zh-CN/tag/GetPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GetPolicy.json",
2025-08-20T19:16:01.8011723Z [00:02:03.704]➜  		"zh-CN/tag/GetPolicyEnableStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GetPolicyEnableStatus.json",
2025-08-20T19:16:01.8012909Z [00:02:03.704]➜  		"zh-CN/tag/ListConfigRulesForTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListConfigRulesForTarget.json",
2025-08-20T19:16:01.8013719Z [00:02:03.704]➜  		"zh-CN/tag/ListPolicies.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListPolicies.json",
2025-08-20T19:16:01.8014649Z [00:02:03.704]➜  		"zh-CN/tag/ListPoliciesForTarget.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListPoliciesForTarget.json",
2025-08-20T19:16:01.8015690Z [00:02:03.704]➜  		"zh-CN/tag/ListResourcesByTag.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListResourcesByTag.json",
2025-08-20T19:16:01.8016951Z [00:02:03.704]➜  		"zh-CN/tag/ListSupportResourceTypes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListSupportResourceTypes.json",
2025-08-20T19:16:01.8017734Z [00:02:03.704]➜  		"zh-CN/tag/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListTagKeys.json",
2025-08-20T19:16:01.8018573Z [00:02:03.704]➜  		"zh-CN/tag/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListTagResources.json",
2025-08-20T19:16:01.8019366Z [00:02:03.704]➜  		"zh-CN/tag/ListTagValues.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListTagValues.json",
2025-08-20T19:16:01.8020287Z [00:02:03.704]➜  		"zh-CN/tag/ListTargetsForPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListTargetsForPolicy.json",
2025-08-20T19:16:01.8021064Z [00:02:03.704]➜  		"zh-CN/tag/ModifyPolicy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ModifyPolicy.json",
2025-08-20T19:16:01.8021896Z [00:02:03.704]➜  		"zh-CN/tag/OpenCreatedBy.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/OpenCreatedBy.json",
2025-08-20T19:16:01.8022962Z [00:02:03.704]➜  		"zh-CN/tag/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/TagResources.json",
2025-08-20T19:16:01.8023834Z [00:02:03.704]➜  		"zh-CN/tag/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/UntagResources.json",
2025-08-20T19:16:01.8024521Z [00:02:03.704]➜  		"zh-CN/tag/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/version.json",
2025-08-20T19:16:01.8025334Z [00:02:03.704]➜  		"zh-CN/vod/AddAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddAITemplate.json",
2025-08-20T19:16:01.8026319Z [00:02:03.704]➜  		"zh-CN/vod/AddCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddCategory.json",
2025-08-20T19:16:01.8027498Z [00:02:03.704]➜  		"zh-CN/vod/AddEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddEditingProject.json",
2025-08-20T19:16:01.8028606Z [00:02:03.704]➜  		"zh-CN/vod/AddEditingProjectMaterials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddEditingProjectMaterials.json",
2025-08-20T19:16:01.8029669Z [00:02:03.704]➜  		"zh-CN/vod/AddTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddTranscodeTemplateGroup.json",
2025-08-20T19:16:01.8030488Z [00:02:03.704]➜  		"zh-CN/vod/AddVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddVodDomain.json",
2025-08-20T19:16:01.8031389Z [00:02:03.704]➜  		"zh-CN/vod/AddVodStorageForApp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddVodStorageForApp.json",
2025-08-20T19:16:01.8032228Z [00:02:03.704]➜  		"zh-CN/vod/AddVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddVodTemplate.json",
2025-08-20T19:16:01.8033382Z [00:02:03.704]➜  		"zh-CN/vod/AddWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddWatermark.json",
2025-08-20T19:16:01.8034446Z [00:02:03.704]➜  		"zh-CN/vod/AttachAppPolicyToIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AttachAppPolicyToIdentity.json",
2025-08-20T19:16:01.8035471Z [00:02:03.704]➜  		"zh-CN/vod/BatchSetVodDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/BatchSetVodDomainConfigs.json",
2025-08-20T19:16:01.8036413Z [00:02:03.704]➜  		"zh-CN/vod/BatchStartVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/BatchStartVodDomain.json",
2025-08-20T19:16:01.8037390Z [00:02:03.704]➜  		"zh-CN/vod/BatchStopVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/BatchStopVodDomain.json",
2025-08-20T19:16:01.8038548Z [00:02:03.704]➜  		"zh-CN/vod/CancelUrlUploadJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CancelUrlUploadJobs.json",
2025-08-20T19:16:01.8039633Z [00:02:03.704]➜  		"zh-CN/vod/CreateAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateAppInfo.json",
2025-08-20T19:16:01.8040462Z [00:02:03.704]➜  		"zh-CN/vod/CreateAudit.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateAudit.json",
2025-08-20T19:16:01.8041563Z [00:02:03.704]➜  		"zh-CN/vod/CreateUploadAttachedMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateUploadAttachedMedia.json",
2025-08-20T19:16:01.8042713Z [00:02:03.704]➜  		"zh-CN/vod/CreateUploadImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateUploadImage.json",
2025-08-20T19:16:01.8043653Z [00:02:03.704]➜  		"zh-CN/vod/CreateUploadVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateUploadVideo.json",
2025-08-20T19:16:01.8044586Z [00:02:03.704]➜  		"zh-CN/vod/DecryptKMSDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DecryptKMSDataKey.json",
2025-08-20T19:16:01.8045536Z [00:02:03.704]➜  		"zh-CN/vod/DeleteAIImageInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteAIImageInfos.json",
2025-08-20T19:16:01.8046445Z [00:02:03.704]➜  		"zh-CN/vod/DeleteAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteAITemplate.json",
2025-08-20T19:16:01.8047261Z [00:02:03.704]➜  		"zh-CN/vod/DeleteAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteAppInfo.json",
2025-08-20T19:16:01.8048173Z [00:02:03.704]➜  		"zh-CN/vod/DeleteAttachedMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteAttachedMedia.json",
2025-08-20T19:16:01.8049011Z [00:02:03.704]➜  		"zh-CN/vod/DeleteCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteCategory.json",
2025-08-20T19:16:01.8050144Z [00:02:03.704]➜  		"zh-CN/vod/DeleteDynamicImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteDynamicImage.json",
2025-08-20T19:16:01.8051252Z [00:02:03.704]➜  		"zh-CN/vod/DeleteEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteEditingProject.json",
2025-08-20T19:16:01.8052569Z [00:02:03.704]➜  		"zh-CN/vod/DeleteEditingProjectMaterials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteEditingProjectMaterials.json",
2025-08-20T19:16:01.8053378Z [00:02:03.704]➜  		"zh-CN/vod/DeleteImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteImage.json",
2025-08-20T19:16:01.8054321Z [00:02:03.704]➜  		"zh-CN/vod/DeleteMessageCallback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteMessageCallback.json",
2025-08-20T19:16:01.8055174Z [00:02:03.704]➜  		"zh-CN/vod/DeleteMezzanines.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteMezzanines.json",
2025-08-20T19:16:01.8056302Z [00:02:03.704]➜  		"zh-CN/vod/DeleteMultipartUpload.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteMultipartUpload.json",
2025-08-20T19:16:01.8057273Z [00:02:03.704]➜  		"zh-CN/vod/DeleteStream.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteStream.json",
2025-08-20T19:16:01.8058407Z [00:02:03.704]➜  		"zh-CN/vod/DeleteTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteTranscodeTemplateGroup.json",
2025-08-20T19:16:01.8059200Z [00:02:03.704]➜  		"zh-CN/vod/DeleteVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteVideo.json",
2025-08-20T19:16:01.8060140Z [00:02:03.704]➜  		"zh-CN/vod/DeleteVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteVodDomain.json",
2025-08-20T19:16:01.8061162Z [00:02:03.704]➜  		"zh-CN/vod/DeleteVodSpecificConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteVodSpecificConfig.json",
2025-08-20T19:16:01.8062096Z [00:02:03.704]➜  		"zh-CN/vod/DeleteVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteVodTemplate.json",
2025-08-20T19:16:01.8063131Z [00:02:03.704]➜  		"zh-CN/vod/DeleteWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteWatermark.json",
2025-08-20T19:16:01.8064116Z [00:02:03.704]➜  		"zh-CN/vod/DescribePlayTopVideos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribePlayTopVideos.json",
2025-08-20T19:16:01.8065044Z [00:02:03.704]➜  		"zh-CN/vod/DescribePlayUserAvg.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribePlayUserAvg.json",
2025-08-20T19:16:01.8066018Z [00:02:03.704]➜  		"zh-CN/vod/DescribePlayUserTotal.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribePlayUserTotal.json",
2025-08-20T19:16:01.8067013Z [00:02:03.704]➜  		"zh-CN/vod/DescribePlayVideoStatis.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribePlayVideoStatis.json",
2025-08-20T19:16:01.8067927Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodAIData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodAIData.json",
2025-08-20T19:16:01.8069016Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodCertificateList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodCertificateList.json",
2025-08-20T19:16:01.8070028Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodDomainBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainBpsData.json",
2025-08-20T19:16:01.8071199Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodDomainCertificateInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainCertificateInfo.json",
2025-08-20T19:16:01.8072220Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodDomainConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainConfigs.json",
2025-08-20T19:16:01.8073602Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodDomainDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainDetail.json",
2025-08-20T19:16:01.8074572Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodDomainLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainLog.json",
2025-08-20T19:16:01.8075831Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodDomainSrcBpsData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainSrcBpsData.json",
2025-08-20T19:16:01.8076990Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodDomainSrcTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainSrcTrafficData.json",
2025-08-20T19:16:01.8078083Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodDomainTrafficData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainTrafficData.json",
2025-08-20T19:16:01.8079170Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodDomainUsageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainUsageData.json",
2025-08-20T19:16:01.8080288Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodRefreshQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodRefreshQuota.json",
2025-08-20T19:16:01.8081442Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodRefreshTasks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodRefreshTasks.json",
2025-08-20T19:16:01.8082565Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodStorageData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodStorageData.json",
2025-08-20T19:16:01.8083568Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodTranscodeData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodTranscodeData.json",
2025-08-20T19:16:01.8084547Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodUserDomains.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodUserDomains.json",
2025-08-20T19:16:01.8085596Z [00:02:03.704]➜  		"zh-CN/vod/DescribeVodVerifyContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodVerifyContent.json",
2025-08-20T19:16:01.8086700Z [00:02:03.704]➜  		"zh-CN/vod/DetachAppPolicyFromIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DetachAppPolicyFromIdentity.json",
2025-08-20T19:16:01.8087767Z [00:02:03.704]➜  		"zh-CN/vod/GenerateDownloadSecretKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GenerateDownloadSecretKey.json",
2025-08-20T19:16:01.8088715Z [00:02:03.704]➜  		"zh-CN/vod/GenerateKMSDataKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GenerateKMSDataKey.json",
2025-08-20T19:16:01.8089586Z [00:02:03.704]➜  		"zh-CN/vod/GetAIImageJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAIImageJobs.json",
2025-08-20T19:16:01.8090512Z [00:02:03.704]➜  		"zh-CN/vod/GetAIMediaAuditJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAIMediaAuditJob.json",
2025-08-20T19:16:01.8091350Z [00:02:03.704]➜  		"zh-CN/vod/GetAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAITemplate.json",
2025-08-20T19:16:01.8092284Z [00:02:03.704]➜  		"zh-CN/vod/GetAIVideoTagResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAIVideoTagResult.json",
2025-08-20T19:16:01.8093253Z [00:02:03.704]➜  		"zh-CN/vod/GetAppInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAppInfos.json",
2025-08-20T19:16:01.8094223Z [00:02:03.704]➜  		"zh-CN/vod/GetAttachedMediaInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAttachedMediaInfo.json",
2025-08-20T19:16:01.8095091Z [00:02:03.704]➜  		"zh-CN/vod/GetAuditHistory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAuditHistory.json",
2025-08-20T19:16:01.8095918Z [00:02:03.704]➜  		"zh-CN/vod/GetCategories.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetCategories.json",
2025-08-20T19:16:01.8097052Z [00:02:03.704]➜  		"zh-CN/vod/GetDefaultAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetDefaultAITemplate.json",
2025-08-20T19:16:01.8098263Z [00:02:03.704]➜  		"zh-CN/vod/GetDigitalWatermarkExtractResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetDigitalWatermarkExtractResult.json",
2025-08-20T19:16:01.8099315Z [00:02:03.704]➜  		"zh-CN/vod/GetEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetEditingProject.json",
2025-08-20T19:16:01.8100390Z [00:02:03.704]➜  		"zh-CN/vod/GetEditingProjectMaterials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetEditingProjectMaterials.json",
2025-08-20T19:16:01.8101174Z [00:02:03.704]➜  		"zh-CN/vod/GetImageInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetImageInfo.json",
2025-08-20T19:16:01.8102003Z [00:02:03.704]➜  		"zh-CN/vod/GetImageInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetImageInfos.json",
2025-08-20T19:16:01.8103405Z [00:02:03.704]➜  		"zh-CN/vod/GetMediaAuditAudioResultDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaAuditAudioResultDetail.json",
2025-08-20T19:16:01.8104447Z [00:02:03.704]➜  		"zh-CN/vod/GetMediaAuditResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaAuditResult.json",
2025-08-20T19:16:01.8105515Z [00:02:03.704]➜  		"zh-CN/vod/GetMediaAuditResultDetail.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaAuditResultDetail.json",
2025-08-20T19:16:01.8106620Z [00:02:03.704]➜  		"zh-CN/vod/GetMediaAuditResultTimeline.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaAuditResultTimeline.json",
2025-08-20T19:16:01.8107538Z [00:02:03.704]➜  		"zh-CN/vod/GetMediaDNAResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaDNAResult.json",
2025-08-20T19:16:01.8108496Z [00:02:03.704]➜  		"zh-CN/vod/GetMediaRefreshJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaRefreshJobs.json",
2025-08-20T19:16:01.8109486Z [00:02:03.704]➜  		"zh-CN/vod/GetMessageCallback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMessageCallback.json",
2025-08-20T19:16:01.8110365Z [00:02:03.704]➜  		"zh-CN/vod/GetMezzanineInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMezzanineInfo.json",
2025-08-20T19:16:01.8111133Z [00:02:03.704]➜  		"zh-CN/vod/GetPlayInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetPlayInfo.json",
2025-08-20T19:16:01.8112036Z [00:02:03.704]➜  		"zh-CN/vod/GetTranscodeSummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetTranscodeSummary.json",
2025-08-20T19:16:01.8113014Z [00:02:03.704]➜  		"zh-CN/vod/GetTranscodeTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetTranscodeTask.json",
2025-08-20T19:16:01.8114068Z [00:02:03.704]➜  		"zh-CN/vod/GetTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetTranscodeTemplateGroup.json",
2025-08-20T19:16:01.8115002Z [00:02:03.704]➜  		"zh-CN/vod/GetURLUploadInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetURLUploadInfos.json",
2025-08-20T19:16:01.8115993Z [00:02:03.704]➜  		"zh-CN/vod/GetUploadDetails.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetUploadDetails.json",
2025-08-20T19:16:01.8116792Z [00:02:03.704]➜  		"zh-CN/vod/GetVideoInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVideoInfo.json",
2025-08-20T19:16:01.8117575Z [00:02:03.704]➜  		"zh-CN/vod/GetVideoInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVideoInfos.json",
2025-08-20T19:16:01.8118305Z [00:02:03.704]➜  		"zh-CN/vod/GetVideoList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVideoList.json",
2025-08-20T19:16:01.8119168Z [00:02:03.704]➜  		"zh-CN/vod/GetVideoPlayAuth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVideoPlayAuth.json",
2025-08-20T19:16:01.8120177Z [00:02:03.704]➜  		"zh-CN/vod/GetVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVodTemplate.json",
2025-08-20T19:16:01.8121032Z [00:02:03.705]➜  		"zh-CN/vod/GetWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetWatermark.json",
2025-08-20T19:16:01.8121846Z [00:02:03.705]➜  		"zh-CN/vod/ListAIImageInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAIImageInfo.json",
2025-08-20T19:16:01.8122755Z [00:02:03.705]➜  		"zh-CN/vod/ListAIJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAIJob.json",
2025-08-20T19:16:01.8123577Z [00:02:03.705]➜  		"zh-CN/vod/ListAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAITemplate.json",
2025-08-20T19:16:01.8124346Z [00:02:03.705]➜  		"zh-CN/vod/ListAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAppInfo.json",
2025-08-20T19:16:01.8125385Z [00:02:03.705]➜  		"zh-CN/vod/ListAppPoliciesForIdentity.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAppPoliciesForIdentity.json",
2025-08-20T19:16:01.8126434Z [00:02:03.705]➜  		"zh-CN/vod/ListAuditSecurityIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAuditSecurityIp.json",
2025-08-20T19:16:01.8127385Z [00:02:03.705]➜  		"zh-CN/vod/ListDynamicImage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListDynamicImage.json",
2025-08-20T19:16:01.8128283Z [00:02:03.705]➜  		"zh-CN/vod/ListLiveRecordVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListLiveRecordVideo.json",
2025-08-20T19:16:01.8129059Z [00:02:03.705]➜  		"zh-CN/vod/ListSnapshots.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListSnapshots.json",
2025-08-20T19:16:01.8129961Z [00:02:03.705]➜  		"zh-CN/vod/ListTranscodeTask.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListTranscodeTask.json",
2025-08-20T19:16:01.8131038Z [00:02:03.705]➜  		"zh-CN/vod/ListTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListTranscodeTemplateGroup.json",
2025-08-20T19:16:01.8131926Z [00:02:03.705]➜  		"zh-CN/vod/ListVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListVodTemplate.json",
2025-08-20T19:16:01.8133001Z [00:02:03.705]➜  		"zh-CN/vod/ListWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListWatermark.json",
2025-08-20T19:16:01.8133908Z [00:02:03.705]➜  		"zh-CN/vod/MoveAppResource.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/MoveAppResource.json",
2025-08-20T19:16:01.8134910Z [00:02:03.705]➜  		"zh-CN/vod/PreloadVodObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/PreloadVodObjectCaches.json",
2025-08-20T19:16:01.8135973Z [00:02:03.705]➜  		"zh-CN/vod/ProduceEditingProjectVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ProduceEditingProjectVideo.json",
2025-08-20T19:16:01.8136951Z [00:02:03.705]➜  		"zh-CN/vod/RefreshMediaPlayUrls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RefreshMediaPlayUrls.json",
2025-08-20T19:16:01.8137895Z [00:02:03.705]➜  		"zh-CN/vod/RefreshUploadVideo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RefreshUploadVideo.json",
2025-08-20T19:16:01.8138925Z [00:02:03.705]➜  		"zh-CN/vod/RefreshVodObjectCaches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RefreshVodObjectCaches.json",
2025-08-20T19:16:01.8139760Z [00:02:03.705]➜  		"zh-CN/vod/RegisterMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RegisterMedia.json",
2025-08-20T19:16:01.8140569Z [00:02:03.705]➜  		"zh-CN/vod/RestoreMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RestoreMedia.json",
2025-08-20T19:16:01.8141526Z [00:02:03.705]➜  		"zh-CN/vod/SearchEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SearchEditingProject.json",
2025-08-20T19:16:01.8142673Z [00:02:03.705]➜  		"zh-CN/vod/SearchMedia.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SearchMedia.json",
2025-08-20T19:16:01.8143626Z [00:02:03.705]➜  		"zh-CN/vod/SetAuditSecurityIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetAuditSecurityIp.json",
2025-08-20T19:16:01.8144761Z [00:02:03.705]➜  		"zh-CN/vod/SetCrossdomainContent.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetCrossdomainContent.json",
2025-08-20T19:16:01.8145692Z [00:02:03.705]➜  		"zh-CN/vod/SetDefaultAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetDefaultAITemplate.json",
2025-08-20T19:16:01.8146858Z [00:02:03.705]➜  		"zh-CN/vod/SetDefaultTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetDefaultTranscodeTemplateGroup.json",
2025-08-20T19:16:01.8147774Z [00:02:03.705]➜  		"zh-CN/vod/SetDefaultWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetDefaultWatermark.json",
2025-08-20T19:16:01.8149011Z [00:02:03.705]➜  		"zh-CN/vod/SetEditingProjectMaterials.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetEditingProjectMaterials.json",
2025-08-20T19:16:01.8149944Z [00:02:03.705]➜  		"zh-CN/vod/SetMessageCallback.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetMessageCallback.json",
2025-08-20T19:16:01.8151045Z [00:02:03.705]➜  		"zh-CN/vod/SetVodDomainCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetVodDomainCertificate.json",
2025-08-20T19:16:01.8152032Z [00:02:03.705]➜  		"zh-CN/vod/SubmitAIImageAuditJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitAIImageAuditJob.json",
2025-08-20T19:16:01.8153132Z [00:02:03.705]➜  		"zh-CN/vod/SubmitAIImageJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitAIImageJob.json",
2025-08-20T19:16:01.8153896Z [00:02:03.705]➜  		"zh-CN/vod/SubmitAIJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitAIJob.json",
2025-08-20T19:16:01.8154835Z [00:02:03.705]➜  		"zh-CN/vod/SubmitAIMediaAuditJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitAIMediaAuditJob.json",
2025-08-20T19:16:01.8156010Z [00:02:03.705]➜  		"zh-CN/vod/SubmitDigitalWatermarkExtractJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitDigitalWatermarkExtractJob.json",
2025-08-20T19:16:01.8156937Z [00:02:03.705]➜  		"zh-CN/vod/SubmitDynamicImageJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitDynamicImageJob.json",
2025-08-20T19:16:01.8157903Z [00:02:03.705]➜  		"zh-CN/vod/SubmitMediaDNADeleteJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitMediaDNADeleteJob.json",
2025-08-20T19:16:01.8158791Z [00:02:03.705]➜  		"zh-CN/vod/SubmitPreprocessJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitPreprocessJobs.json",
2025-08-20T19:16:01.8159656Z [00:02:03.705]➜  		"zh-CN/vod/SubmitSnapshotJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitSnapshotJob.json",
2025-08-20T19:16:01.8160596Z [00:02:03.705]➜  		"zh-CN/vod/SubmitTranscodeJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitTranscodeJobs.json",
2025-08-20T19:16:01.8161471Z [00:02:03.705]➜  		"zh-CN/vod/SubmitWorkflowJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitWorkflowJob.json",
2025-08-20T19:16:01.8162310Z [00:02:03.705]➜  		"zh-CN/vod/UpdateAITemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateAITemplate.json",
2025-08-20T19:16:01.8163264Z [00:02:03.705]➜  		"zh-CN/vod/UpdateAppInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateAppInfo.json",
2025-08-20T19:16:01.8164246Z [00:02:03.705]➜  		"zh-CN/vod/UpdateAttachedMediaInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateAttachedMediaInfos.json",
2025-08-20T19:16:01.8165040Z [00:02:03.705]➜  		"zh-CN/vod/UpdateCategory.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateCategory.json",
2025-08-20T19:16:01.8166102Z [00:02:03.705]➜  		"zh-CN/vod/UpdateEditingProject.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateEditingProject.json",
2025-08-20T19:16:01.8167053Z [00:02:03.705]➜  		"zh-CN/vod/UpdateImageInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateImageInfos.json",
2025-08-20T19:16:01.8168016Z [00:02:03.705]➜  		"zh-CN/vod/UpdateMediaStorageClass.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateMediaStorageClass.json",
2025-08-20T19:16:01.8169061Z [00:02:03.705]➜  		"zh-CN/vod/UpdateTranscodeTemplateGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateTranscodeTemplateGroup.json",
2025-08-20T19:16:01.8169891Z [00:02:03.705]➜  		"zh-CN/vod/UpdateVideoInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateVideoInfo.json",
2025-08-20T19:16:01.8170743Z [00:02:03.705]➜  		"zh-CN/vod/UpdateVideoInfos.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateVideoInfos.json",
2025-08-20T19:16:01.8171742Z [00:02:03.705]➜  		"zh-CN/vod/UpdateVodDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateVodDomain.json",
2025-08-20T19:16:01.8173022Z [00:02:03.705]➜  		"zh-CN/vod/UpdateVodTemplate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateVodTemplate.json",
2025-08-20T19:16:01.8173949Z [00:02:03.705]➜  		"zh-CN/vod/UpdateWatermark.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateWatermark.json",
2025-08-20T19:16:01.8174851Z [00:02:03.705]➜  		"zh-CN/vod/UploadMediaByURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UploadMediaByURL.json",
2025-08-20T19:16:01.8175763Z [00:02:03.705]➜  		"zh-CN/vod/UploadStreamByURL.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UploadStreamByURL.json",
2025-08-20T19:16:01.8176720Z [00:02:03.705]➜  		"zh-CN/vod/VerifyVodDomainOwner.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/VerifyVodDomainOwner.json",
2025-08-20T19:16:01.8177468Z [00:02:03.705]➜  		"zh-CN/vod/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/version.json",
2025-08-20T19:16:01.8178494Z [00:02:03.705]➜  		"zh-CN/vpc/ActivateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ActivateRouterInterface.json",
2025-08-20T19:16:01.8179357Z [00:02:03.705]➜  		"zh-CN/vpc/ActiveFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ActiveFlowLog.json",
2025-08-20T19:16:01.8180192Z [00:02:03.705]➜  		"zh-CN/vpc/AddBgpNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddBgpNetwork.json",
2025-08-20T19:16:01.8181253Z [00:02:03.705]➜  		"zh-CN/vpc/AddCommonBandwidthPackageIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddCommonBandwidthPackageIp.json",
2025-08-20T19:16:01.8182324Z [00:02:03.705]➜  		"zh-CN/vpc/AddCommonBandwidthPackageIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddCommonBandwidthPackageIps.json",
2025-08-20T19:16:01.8183752Z [00:02:03.705]➜  		"zh-CN/vpc/AddGlobalAccelerationInstanceIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddGlobalAccelerationInstanceIp.json",
2025-08-20T19:16:01.8184924Z [00:02:03.705]➜  		"zh-CN/vpc/AddIPv6TranslatorAclListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddIPv6TranslatorAclListEntry.json",
2025-08-20T19:16:01.8186118Z [00:02:03.705]➜  		"zh-CN/vpc/AddPublicIpAddressPoolCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddPublicIpAddressPoolCidrBlock.json",
2025-08-20T19:16:01.8187335Z [00:02:03.705]➜  		"zh-CN/vpc/AddSourcesToTrafficMirrorSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddSourcesToTrafficMirrorSession.json",
2025-08-20T19:16:01.8188303Z [00:02:03.705]➜  		"zh-CN/vpc/AllocateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateEipAddress.json",
2025-08-20T19:16:01.8189498Z [00:02:03.705]➜  		"zh-CN/vpc/AllocateEipAddressPro.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateEipAddressPro.json",
2025-08-20T19:16:01.8190739Z [00:02:03.705]➜  		"zh-CN/vpc/AllocateEipSegmentAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateEipSegmentAddress.json",
2025-08-20T19:16:01.8191704Z [00:02:03.705]➜  		"zh-CN/vpc/AllocateIpv6Address.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateIpv6Address.json",
2025-08-20T19:16:01.8193083Z [00:02:03.705]➜  		"zh-CN/vpc/AllocateIpv6InternetBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateIpv6InternetBandwidth.json",
2025-08-20T19:16:01.8194070Z [00:02:03.705]➜  		"zh-CN/vpc/AllocateVpcIpv6Cidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateVpcIpv6Cidr.json",
2025-08-20T19:16:01.8195172Z [00:02:03.705]➜  		"zh-CN/vpc/ApplyPhysicalConnectionLOA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ApplyPhysicalConnectionLOA.json",
2025-08-20T19:16:01.8196423Z [00:02:03.705]➜  		"zh-CN/vpc/AssociateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateEipAddress.json",
2025-08-20T19:16:01.8197651Z [00:02:03.705]➜  		"zh-CN/vpc/AssociateEipAddressBatch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateEipAddressBatch.json",
2025-08-20T19:16:01.8198551Z [00:02:03.705]➜  		"zh-CN/vpc/AssociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateHaVip.json",
2025-08-20T19:16:01.8199510Z [00:02:03.705]➜  		"zh-CN/vpc/AssociateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateNetworkAcl.json",
2025-08-20T19:16:01.8201131Z [00:02:03.705]➜  		"zh-CN/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json",
2025-08-20T19:16:01.8202124Z [00:02:03.705]➜  		"zh-CN/vpc/AssociateRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateRouteTable.json",
2025-08-20T19:16:01.8203494Z [00:02:03.705]➜  		"zh-CN/vpc/AssociateRouteTableWithGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateRouteTableWithGateway.json",
2025-08-20T19:16:01.8204938Z [00:02:03.705]➜  		"zh-CN/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json",
2025-08-20T19:16:01.8205942Z [00:02:03.705]➜  		"zh-CN/vpc/AssociateVpcCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateVpcCidrBlock.json",
2025-08-20T19:16:01.8207202Z [00:02:03.705]➜  		"zh-CN/vpc/AssociateVpnGatewayWithCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateVpnGatewayWithCertificate.json",
2025-08-20T19:16:01.8208262Z [00:02:03.705]➜  		"zh-CN/vpc/AttachDhcpOptionsSetToVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AttachDhcpOptionsSetToVpc.json",
2025-08-20T19:16:01.8209178Z [00:02:03.705]➜  		"zh-CN/vpc/AttachVbrToVpconn.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AttachVbrToVpconn.json",
2025-08-20T19:16:01.8210487Z [00:02:03.705]➜  		"zh-CN/vpc/CancelCommonBandwidthPackageIpBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CancelCommonBandwidthPackageIpBandwidth.json",
2025-08-20T19:16:01.8211485Z [00:02:03.705]➜  		"zh-CN/vpc/CancelPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CancelPhysicalConnection.json",
2025-08-20T19:16:01.8212362Z [00:02:03.705]➜  		"zh-CN/vpc/ChangeResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ChangeResourceGroup.json",
2025-08-20T19:16:01.8213765Z [00:02:03.705]➜  		"zh-CN/vpc/CheckCanAllocateVpcPrivateIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CheckCanAllocateVpcPrivateIpAddress.json",
2025-08-20T19:16:01.8215008Z [00:02:03.705]➜  		"zh-CN/vpc/CheckVpnBgpEnabled.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CheckVpnBgpEnabled.json",
2025-08-20T19:16:01.8216336Z [00:02:03.705]➜  		"zh-CN/vpc/CompletePhysicalConnectionLOA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CompletePhysicalConnectionLOA.json",
2025-08-20T19:16:01.8217400Z [00:02:03.705]➜  		"zh-CN/vpc/ConfirmPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ConfirmPhysicalConnection.json",
2025-08-20T19:16:01.8218399Z [00:02:03.705]➜  		"zh-CN/vpc/ConnectRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ConnectRouterInterface.json",
2025-08-20T19:16:01.8219418Z [00:02:03.705]➜  		"zh-CN/vpc/ConvertBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ConvertBandwidthPackage.json",
2025-08-20T19:16:01.8220397Z [00:02:03.705]➜  		"zh-CN/vpc/CopyNetworkAclEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CopyNetworkAclEntries.json",
2025-08-20T19:16:01.8221418Z [00:02:03.705]➜  		"zh-CN/vpc/CreateBgpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateBgpGroup.json",
2025-08-20T19:16:01.8222624Z [00:02:03.705]➜  		"zh-CN/vpc/CreateBgpPeer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateBgpPeer.json",
2025-08-20T19:16:01.8223815Z [00:02:03.705]➜  		"zh-CN/vpc/CreateCommonBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateCommonBandwidthPackage.json",
2025-08-20T19:16:01.8224802Z [00:02:03.705]➜  		"zh-CN/vpc/CreateCustomerGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateCustomerGateway.json",
2025-08-20T19:16:01.8225778Z [00:02:03.705]➜  		"zh-CN/vpc/CreateDefaultVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateDefaultVSwitch.json",
2025-08-20T19:16:01.8226673Z [00:02:03.705]➜  		"zh-CN/vpc/CreateDefaultVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateDefaultVpc.json",
2025-08-20T19:16:01.8227625Z [00:02:03.705]➜  		"zh-CN/vpc/CreateDhcpOptionsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateDhcpOptionsSet.json",
2025-08-20T19:16:01.8228700Z [00:02:03.705]➜  		"zh-CN/vpc/CreateExpressCloudConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateExpressCloudConnection.json",
2025-08-20T19:16:01.8229639Z [00:02:03.705]➜  		"zh-CN/vpc/CreateFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateFailoverTestJob.json",
2025-08-20T19:16:01.8230422Z [00:02:03.705]➜  		"zh-CN/vpc/CreateFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateFlowLog.json",
2025-08-20T19:16:01.8231307Z [00:02:03.705]➜  		"zh-CN/vpc/CreateForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateForwardEntry.json",
2025-08-20T19:16:01.8232175Z [00:02:03.705]➜  		"zh-CN/vpc/CreateFullNatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateFullNatEntry.json",
2025-08-20T19:16:01.8233565Z [00:02:03.705]➜  		"zh-CN/vpc/CreateGlobalAccelerationInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateGlobalAccelerationInstance.json",
2025-08-20T19:16:01.8234368Z [00:02:03.705]➜  		"zh-CN/vpc/CreateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateHaVip.json",
2025-08-20T19:16:01.8235596Z [00:02:03.705]➜  		"zh-CN/vpc/CreateHighReliablePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateHighReliablePhysicalConnection.json",
2025-08-20T19:16:01.8236509Z [00:02:03.705]➜  		"zh-CN/vpc/CreateIPv6Translator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIPv6Translator.json",
2025-08-20T19:16:01.8237576Z [00:02:03.705]➜  		"zh-CN/vpc/CreateIPv6TranslatorAclList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIPv6TranslatorAclList.json",
2025-08-20T19:16:01.8238813Z [00:02:03.705]➜  		"zh-CN/vpc/CreateIPv6TranslatorEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIPv6TranslatorEntry.json",
2025-08-20T19:16:01.8239821Z [00:02:03.705]➜  		"zh-CN/vpc/CreateIpsecServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIpsecServer.json",
2025-08-20T19:16:01.8240687Z [00:02:03.705]➜  		"zh-CN/vpc/CreateIpv4Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIpv4Gateway.json",
2025-08-20T19:16:01.8241665Z [00:02:03.705]➜  		"zh-CN/vpc/CreateIpv6EgressOnlyRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIpv6EgressOnlyRule.json",
2025-08-20T19:16:01.8242717Z [00:02:03.705]➜  		"zh-CN/vpc/CreateIpv6Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIpv6Gateway.json",
2025-08-20T19:16:01.8243572Z [00:02:03.705]➜  		"zh-CN/vpc/CreateNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateNatGateway.json",
2025-08-20T19:16:01.8244459Z [00:02:03.705]➜  		"zh-CN/vpc/CreateNatIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateNatIp.json",
2025-08-20T19:16:01.8245293Z [00:02:03.705]➜  		"zh-CN/vpc/CreateNatIpCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateNatIpCidr.json",
2025-08-20T19:16:01.8246238Z [00:02:03.705]➜  		"zh-CN/vpc/CreateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateNetworkAcl.json",
2025-08-20T19:16:01.8247264Z [00:02:03.705]➜  		"zh-CN/vpc/CreatePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreatePhysicalConnection.json",
2025-08-20T19:16:01.8248512Z [00:02:03.705]➜  		"zh-CN/vpc/CreatePhysicalConnectionOccupancyOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreatePhysicalConnectionOccupancyOrder.json",
2025-08-20T19:16:01.8249701Z [00:02:03.705]➜  		"zh-CN/vpc/CreatePhysicalConnectionSetupOrder.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreatePhysicalConnectionSetupOrder.json",
2025-08-20T19:16:01.8250744Z [00:02:03.705]➜  		"zh-CN/vpc/CreatePublicIpAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreatePublicIpAddressPool.json",
2025-08-20T19:16:01.8251624Z [00:02:03.705]➜  		"zh-CN/vpc/CreateRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateRouteEntries.json",
2025-08-20T19:16:01.8252685Z [00:02:03.705]➜  		"zh-CN/vpc/CreateRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateRouteEntry.json",
2025-08-20T19:16:01.8253572Z [00:02:03.705]➜  		"zh-CN/vpc/CreateRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateRouteTable.json",
2025-08-20T19:16:01.8254546Z [00:02:03.705]➜  		"zh-CN/vpc/CreateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateRouterInterface.json",
2025-08-20T19:16:01.8255431Z [00:02:03.705]➜  		"zh-CN/vpc/CreateSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateSnatEntry.json",
2025-08-20T19:16:01.8256478Z [00:02:03.705]➜  		"zh-CN/vpc/CreateSslVpnClientCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateSslVpnClientCert.json",
2025-08-20T19:16:01.8257425Z [00:02:03.705]➜  		"zh-CN/vpc/CreateSslVpnServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateSslVpnServer.json",
2025-08-20T19:16:01.8258484Z [00:02:03.705]➜  		"zh-CN/vpc/CreateTrafficMirrorFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateTrafficMirrorFilter.json",
2025-08-20T19:16:01.8259663Z [00:02:03.705]➜  		"zh-CN/vpc/CreateTrafficMirrorFilterRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateTrafficMirrorFilterRules.json",
2025-08-20T19:16:01.8260781Z [00:02:03.705]➜  		"zh-CN/vpc/CreateTrafficMirrorSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateTrafficMirrorSession.json",
2025-08-20T19:16:01.8261777Z [00:02:03.705]➜  		"zh-CN/vpc/CreateVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVSwitch.json",
2025-08-20T19:16:01.8263089Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVSwitchCidrReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVSwitchCidrReservation.json",
2025-08-20T19:16:01.8264057Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVbrHa.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVbrHa.json",
2025-08-20T19:16:01.8264992Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVcoRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVcoRouteEntry.json",
2025-08-20T19:16:01.8266046Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVirtualBorderRouter.json",
2025-08-20T19:16:01.8267238Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVirtualPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVirtualPhysicalConnection.json",
2025-08-20T19:16:01.8268140Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpc.json",
2025-08-20T19:16:01.8269295Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVpcGatewayEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpcGatewayEndpoint.json",
2025-08-20T19:16:01.8270268Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVpcPrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpcPrefixList.json",
2025-08-20T19:16:01.8271170Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVpconnFromVbr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpconnFromVbr.json",
2025-08-20T19:16:01.8272094Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVpnAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnAttachment.json",
2025-08-20T19:16:01.8273230Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVpnConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnConnection.json",
2025-08-20T19:16:01.8274108Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVpnGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnGateway.json",
2025-08-20T19:16:01.8275076Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVpnPbrRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnPbrRouteEntry.json",
2025-08-20T19:16:01.8275958Z [00:02:03.706]➜  		"zh-CN/vpc/CreateVpnRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnRouteEntry.json",
2025-08-20T19:16:01.8276980Z [00:02:03.706]➜  		"zh-CN/vpc/DeactivateRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeactivateRouterInterface.json",
2025-08-20T19:16:01.8277814Z [00:02:03.706]➜  		"zh-CN/vpc/DeactiveFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeactiveFlowLog.json",
2025-08-20T19:16:01.8278641Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteBgpGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteBgpGroup.json",
2025-08-20T19:16:01.8279497Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteBgpNetwork.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteBgpNetwork.json",
2025-08-20T19:16:01.8280337Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteBgpPeer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteBgpPeer.json",
2025-08-20T19:16:01.8281398Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteCommonBandwidthPackage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteCommonBandwidthPackage.json",
2025-08-20T19:16:01.8282331Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteCustomerGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteCustomerGateway.json",
2025-08-20T19:16:01.8283408Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteDhcpOptionsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteDhcpOptionsSet.json",
2025-08-20T19:16:01.8284349Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteFailoverTestJob.json",
2025-08-20T19:16:01.8285371Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteFlowLog.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteFlowLog.json",
2025-08-20T19:16:01.8286525Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteForwardEntry.json",
2025-08-20T19:16:01.8287503Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteFullNatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteFullNatEntry.json",
2025-08-20T19:16:01.8288713Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteGlobalAccelerationInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteGlobalAccelerationInstance.json",
2025-08-20T19:16:01.8289598Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteHaVip.json",
2025-08-20T19:16:01.8290520Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteIPv6Translator.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIPv6Translator.json",
2025-08-20T19:16:01.8291806Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteIPv6TranslatorAclList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIPv6TranslatorAclList.json",
2025-08-20T19:16:01.8293259Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteIPv6TranslatorEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIPv6TranslatorEntry.json",
2025-08-20T19:16:01.8294218Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteIpsecServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpsecServer.json",
2025-08-20T19:16:01.8295094Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteIpv4Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpv4Gateway.json",
2025-08-20T19:16:01.8296108Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteIpv6EgressOnlyRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpv6EgressOnlyRule.json",
2025-08-20T19:16:01.8297007Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteIpv6Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpv6Gateway.json",
2025-08-20T19:16:01.8298120Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteIpv6InternetBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpv6InternetBandwidth.json",
2025-08-20T19:16:01.8299017Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteNatGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteNatGateway.json",
2025-08-20T19:16:01.8299789Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteNatIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteNatIp.json",
2025-08-20T19:16:01.8300661Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteNatIpCidr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteNatIpCidr.json",
2025-08-20T19:16:01.8301556Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteNetworkAcl.json",
2025-08-20T19:16:01.8302826Z [00:02:03.706]➜  		"zh-CN/vpc/DeletePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeletePhysicalConnection.json",
2025-08-20T19:16:01.8303899Z [00:02:03.706]➜  		"zh-CN/vpc/DeletePublicIpAddressPool.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeletePublicIpAddressPool.json",
2025-08-20T19:16:01.8305157Z [00:02:03.706]➜  		"zh-CN/vpc/DeletePublicIpAddressPoolCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeletePublicIpAddressPoolCidrBlock.json",
2025-08-20T19:16:01.8306089Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteRouteEntries.json",
2025-08-20T19:16:01.8307053Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteRouteEntry.json",
2025-08-20T19:16:01.8307936Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteRouteTable.json",
2025-08-20T19:16:01.8309138Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteRouterInterface.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteRouterInterface.json",
2025-08-20T19:16:01.8310208Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteSnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteSnatEntry.json",
2025-08-20T19:16:01.8311224Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteSslVpnClientCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteSslVpnClientCert.json",
2025-08-20T19:16:01.8312134Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteSslVpnServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteSslVpnServer.json",
2025-08-20T19:16:01.8313405Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteTrafficMirrorFilter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteTrafficMirrorFilter.json",
2025-08-20T19:16:01.8314561Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteTrafficMirrorFilterRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteTrafficMirrorFilterRules.json",
2025-08-20T19:16:01.8315932Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteTrafficMirrorSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteTrafficMirrorSession.json",
2025-08-20T19:16:01.8316980Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteVSwitch.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVSwitch.json",
2025-08-20T19:16:01.8318121Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteVSwitchCidrReservation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVSwitchCidrReservation.json",
2025-08-20T19:16:01.8318903Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteVbrHa.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVbrHa.json",
2025-08-20T19:16:01.8319823Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteVcoRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVcoRouteEntry.json",
2025-08-20T19:16:01.8320843Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVirtualBorderRouter.json",
2025-08-20T19:16:01.8321591Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpc.json",
2025-08-20T19:16:01.8322815Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteVpcGatewayEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpcGatewayEndpoint.json",
2025-08-20T19:16:01.8323751Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteVpcPrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpcPrefixList.json",
2025-08-20T19:16:01.8324658Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteVpnAttachment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnAttachment.json",
2025-08-20T19:16:01.8325540Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteVpnConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnConnection.json",
2025-08-20T19:16:01.8326413Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteVpnGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnGateway.json",
2025-08-20T19:16:01.8327389Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteVpnPbrRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnPbrRouteEntry.json",
2025-08-20T19:16:01.8328299Z [00:02:03.706]➜  		"zh-CN/vpc/DeleteVpnRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnRouteEntry.json",
2025-08-20T19:16:01.8329179Z [00:02:03.706]➜  		"zh-CN/vpc/DeletionProtection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeletionProtection.json",
2025-08-20T19:16:01.8330112Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeAccessPoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeAccessPoints.json",
2025-08-20T19:16:01.8331021Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeBgpGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeBgpGroups.json",
2025-08-20T19:16:01.8331954Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeBgpNetworks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeBgpNetworks.json",
2025-08-20T19:16:01.8333193Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeBgpPeers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeBgpPeers.json",
2025-08-20T19:16:01.8334470Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeCommonBandwidthPackages.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeCommonBandwidthPackages.json",
2025-08-20T19:16:01.8335447Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeCustomerGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeCustomerGateway.json",
2025-08-20T19:16:01.8336477Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeCustomerGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeCustomerGateways.json",
2025-08-20T19:16:01.8337483Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeEcGrantRelation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEcGrantRelation.json",
2025-08-20T19:16:01.8338403Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeEipAddresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEipAddresses.json",
2025-08-20T19:16:01.8339492Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeEipGatewayInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEipGatewayInfo.json",
2025-08-20T19:16:01.8340556Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeEipMonitorData.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEipMonitorData.json",
2025-08-20T19:16:01.8341463Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeEipSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEipSegment.json",
2025-08-20T19:16:01.8342613Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeFailoverTestJob.json",
2025-08-20T19:16:01.8343606Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeFailoverTestJobs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeFailoverTestJobs.json",
2025-08-20T19:16:01.8344457Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeFlowLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeFlowLogs.json",
2025-08-20T19:16:01.8345518Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeForwardTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeForwardTableEntries.json",
2025-08-20T19:16:01.8346737Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeGlobalAccelerationInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeGlobalAccelerationInstances.json",
2025-08-20T19:16:01.8347690Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeGrantRulesToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeGrantRulesToCen.json",
2025-08-20T19:16:01.8348493Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeHaVips.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeHaVips.json",
2025-08-20T19:16:01.8349836Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeHighDefinitionMonitorLogAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeHighDefinitionMonitorLogAttribute.json",
2025-08-20T19:16:01.8351113Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeIPv6TranslatorAclListAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIPv6TranslatorAclListAttributes.json",
2025-08-20T19:16:01.8352263Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeIPv6TranslatorAclLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIPv6TranslatorAclLists.json",
2025-08-20T19:16:01.8353564Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeIPv6TranslatorEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIPv6TranslatorEntries.json",
2025-08-20T19:16:01.8354561Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeIPv6Translators.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIPv6Translators.json",
2025-08-20T19:16:01.8355539Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeIpv6Addresses.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIpv6Addresses.json",
2025-08-20T19:16:01.8356861Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeIpv6EgressOnlyRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIpv6EgressOnlyRules.json",
2025-08-20T19:16:01.8358115Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeIpv6GatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIpv6GatewayAttribute.json",
2025-08-20T19:16:01.8359044Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeIpv6Gateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIpv6Gateways.json",
2025-08-20T19:16:01.8359970Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeNatGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeNatGateways.json",
2025-08-20T19:16:01.8361070Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeNetworkAclAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeNetworkAclAttributes.json",
2025-08-20T19:16:01.8362027Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeNetworkAcls.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeNetworkAcls.json",
2025-08-20T19:16:01.8363462Z [00:02:03.706]➜  		"zh-CN/vpc/DescribePhysicalConnectionLOA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribePhysicalConnectionLOA.json",
2025-08-20T19:16:01.8364699Z [00:02:03.706]➜  		"zh-CN/vpc/DescribePhysicalConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribePhysicalConnections.json",
2025-08-20T19:16:01.8365708Z [00:02:03.706]➜  		"zh-CN/vpc/DescribePublicIpAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribePublicIpAddress.json",
2025-08-20T19:16:01.8366563Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRegions.json",
2025-08-20T19:16:01.8367532Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeRouteEntryList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouteEntryList.json",
2025-08-20T19:16:01.8368498Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeRouteTableList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouteTableList.json",
2025-08-20T19:16:01.8369412Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeRouteTables.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouteTables.json",
2025-08-20T19:16:01.8370578Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeRouterInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouterInterfaceAttribute.json",
2025-08-20T19:16:01.8371606Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeRouterInterfaces.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouterInterfaces.json",
2025-08-20T19:16:01.8373266Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeServerRelatedGlobalAccelerationInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeServerRelatedGlobalAccelerationInstances.json",
2025-08-20T19:16:01.8374288Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeSnatTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSnatTableEntries.json",
2025-08-20T19:16:01.8375494Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeSslVpnClientCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSslVpnClientCert.json",
2025-08-20T19:16:01.8376809Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeSslVpnClientCerts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSslVpnClientCerts.json",
2025-08-20T19:16:01.8377792Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeSslVpnClients.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSslVpnClients.json",
2025-08-20T19:16:01.8378775Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeSslVpnServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSslVpnServers.json",
2025-08-20T19:16:01.8379657Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeTagKeys.json",
2025-08-20T19:16:01.8380874Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeTagKeysForExpressConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeTagKeysForExpressConnect.json",
2025-08-20T19:16:01.8381706Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeTags.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeTags.json",
2025-08-20T19:16:01.8382797Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVRouters.json",
2025-08-20T19:16:01.8383839Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVSwitchAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVSwitchAttributes.json",
2025-08-20T19:16:01.8384705Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVSwitches.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVSwitches.json",
2025-08-20T19:16:01.8385505Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVbrHa.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVbrHa.json",
2025-08-20T19:16:01.8386635Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVcoRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVcoRouteEntries.json",
2025-08-20T19:16:01.8387816Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVirtualBorderRouters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVirtualBorderRouters.json",
2025-08-20T19:16:01.8389300Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json",
2025-08-20T19:16:01.8390229Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVpcAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpcAttribute.json",
2025-08-20T19:16:01.8391033Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVpcs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpcs.json",
2025-08-20T19:16:01.8392026Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVpnAttachments.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnAttachments.json",
2025-08-20T19:16:01.8393225Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVpnConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnConnection.json",
2025-08-20T19:16:01.8394330Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVpnConnectionLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnConnectionLogs.json",
2025-08-20T19:16:01.8395334Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVpnConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnConnections.json",
2025-08-20T19:16:01.8396651Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVpnCrossAccountAuthorizations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnCrossAccountAuthorizations.json",
2025-08-20T19:16:01.8397589Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVpnGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnGateway.json",
2025-08-20T19:16:01.8399017Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVpnGatewayAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnGatewayAvailableZones.json",
2025-08-20T19:16:01.8400155Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVpnGateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnGateways.json",
2025-08-20T19:16:01.8401236Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVpnPbrRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnPbrRouteEntries.json",
2025-08-20T19:16:01.8402272Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVpnRouteEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnRouteEntries.json",
2025-08-20T19:16:01.8403557Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeVpnSslServerLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnSslServerLogs.json",
2025-08-20T19:16:01.8404398Z [00:02:03.706]➜  		"zh-CN/vpc/DescribeZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeZones.json",
2025-08-20T19:16:01.8405528Z [00:02:03.706]➜  		"zh-CN/vpc/DetachDhcpOptionsSetFromVpc.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DetachDhcpOptionsSetFromVpc.json",
2025-08-20T19:16:01.8406549Z [00:02:03.706]➜  		"zh-CN/vpc/DiagnoseVpnConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DiagnoseVpnConnections.json",
2025-08-20T19:16:01.8407476Z [00:02:03.706]➜  		"zh-CN/vpc/DiagnoseVpnGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DiagnoseVpnGateway.json",
2025-08-20T19:16:01.8408566Z [00:02:03.706]➜  		"zh-CN/vpc/DisableNatGatewayEcsMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DisableNatGatewayEcsMetric.json",
2025-08-20T19:16:01.8409569Z [00:02:03.706]➜  		"zh-CN/vpc/DisableVpcClassicLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DisableVpcClassicLink.json",
2025-08-20T19:16:01.8410782Z [00:02:03.706]➜  		"zh-CN/vpc/DissociateRouteTableFromGateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DissociateRouteTableFromGateway.json",
2025-08-20T19:16:01.8412344Z [00:02:03.706]➜  		"zh-CN/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json",
2025-08-20T19:16:01.8413953Z [00:02:03.706]➜  		"zh-CN/vpc/DissociateVpnGatewayWithCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DissociateVpnGatewayWithCertificate.json",
2025-08-20T19:16:01.8415095Z [00:02:03.706]➜  		"zh-CN/vpc/DownloadVpnConnectionConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DownloadVpnConnectionConfig.json",
2025-08-20T19:16:01.8416204Z [00:02:03.706]➜  		"zh-CN/vpc/EnableNatGatewayEcsMetric.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/EnableNatGatewayEcsMetric.json",
2025-08-20T19:16:01.8417224Z [00:02:03.706]➜  		"zh-CN/vpc/EnablePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/EnablePhysicalConnection.json",
2025-08-20T19:16:01.8418216Z [00:02:03.706]➜  		"zh-CN/vpc/EnableVpcClassicLink.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/EnableVpcClassicLink.json",
2025-08-20T19:16:01.8419192Z [00:02:03.706]➜  		"zh-CN/vpc/EnableVpcIpv4Gateway.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/EnableVpcIpv4Gateway.json",
2025-08-20T19:16:01.8420110Z [00:02:03.706]➜  		"zh-CN/vpc/GetDhcpOptionsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetDhcpOptionsSet.json",
2025-08-20T19:16:01.8421117Z [00:02:03.706]➜  		"zh-CN/vpc/GetFlowLogServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetFlowLogServiceStatus.json",
2025-08-20T19:16:01.8422117Z [00:02:03.706]➜  		"zh-CN/vpc/GetIpv4GatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetIpv4GatewayAttribute.json",
2025-08-20T19:16:01.8423342Z [00:02:03.706]➜  		"zh-CN/vpc/GetNatGatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetNatGatewayAttribute.json",
2025-08-20T19:16:01.8424786Z [00:02:03.706]➜  		"zh-CN/vpc/GetPhysicalConnectionServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetPhysicalConnectionServiceStatus.json",
2025-08-20T19:16:01.8426074Z [00:02:03.706]➜  		"zh-CN/vpc/GetTrafficMirrorServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetTrafficMirrorServiceStatus.json",
2025-08-20T19:16:01.8427217Z [00:02:03.706]➜  		"zh-CN/vpc/GetVSwitchCidrReservationUsage.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVSwitchCidrReservationUsage.json",
2025-08-20T19:16:01.8428371Z [00:02:03.706]➜  		"zh-CN/vpc/GetVpcGatewayEndpointAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpcGatewayEndpointAttribute.json",
2025-08-20T19:16:01.8429458Z [00:02:03.706]➜  		"zh-CN/vpc/GetVpcPrefixListAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpcPrefixListAssociations.json",
2025-08-20T19:16:01.8430482Z [00:02:03.706]➜  		"zh-CN/vpc/GetVpcPrefixListEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpcPrefixListEntries.json",
2025-08-20T19:16:01.8431523Z [00:02:03.706]➜  		"zh-CN/vpc/GetVpcRouteEntrySummary.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpcRouteEntrySummary.json",
2025-08-20T19:16:01.8432840Z [00:02:03.706]➜  		"zh-CN/vpc/GetVpnGatewayDiagnoseResult.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpnGatewayDiagnoseResult.json",
2025-08-20T19:16:01.8433789Z [00:02:03.706]➜  		"zh-CN/vpc/GrantInstanceToCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GrantInstanceToCen.json",
2025-08-20T19:16:01.8434711Z [00:02:03.706]➜  		"zh-CN/vpc/GrantInstanceToVbr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GrantInstanceToVbr.json",
2025-08-20T19:16:01.8435726Z [00:02:03.706]➜  		"zh-CN/vpc/ListBusinessAccessPoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListBusinessAccessPoints.json",
2025-08-20T19:16:01.8436812Z [00:02:03.706]➜  		"zh-CN/vpc/ListDhcpOptionsSets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListDhcpOptionsSets.json",
2025-08-20T19:16:01.8438233Z [00:02:03.706]➜  		"zh-CN/vpc/ListEnhanhcedNatGatewayAvailableZones.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListEnhanhcedNatGatewayAvailableZones.json",
2025-08-20T19:16:01.8439157Z [00:02:03.706]➜  		"zh-CN/vpc/ListFullNatEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListFullNatEntries.json",
2025-08-20T19:16:01.8440246Z [00:02:03.706]➜  		"zh-CN/vpc/ListGatewayRouteTableEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListGatewayRouteTableEntries.json",
2025-08-20T19:16:01.8441246Z [00:02:03.706]➜  		"zh-CN/vpc/ListGeographicSubRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListGeographicSubRegions.json",
2025-08-20T19:16:01.8442201Z [00:02:03.706]➜  		"zh-CN/vpc/ListIpsecServerLogs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListIpsecServerLogs.json",
2025-08-20T19:16:01.8443351Z [00:02:03.706]➜  		"zh-CN/vpc/ListIpsecServers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListIpsecServers.json",
2025-08-20T19:16:01.8444237Z [00:02:03.707]➜  		"zh-CN/vpc/ListIpv4Gateways.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListIpv4Gateways.json",
2025-08-20T19:16:01.8445067Z [00:02:03.707]➜  		"zh-CN/vpc/ListNatIpCidrs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListNatIpCidrs.json",
2025-08-20T19:16:01.8445836Z [00:02:03.707]➜  		"zh-CN/vpc/ListNatIps.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListNatIps.json",
2025-08-20T19:16:01.8446763Z [00:02:03.707]➜  		"zh-CN/vpc/ListPrefixLists.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListPrefixLists.json",
2025-08-20T19:16:01.8448109Z [00:02:03.707]➜  		"zh-CN/vpc/ListPublicIpAddressPoolCidrBlocks.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListPublicIpAddressPoolCidrBlocks.json",
2025-08-20T19:16:01.8449230Z [00:02:03.707]➜  		"zh-CN/vpc/ListPublicIpAddressPools.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListPublicIpAddressPools.json",
2025-08-20T19:16:01.8450075Z [00:02:03.707]➜  		"zh-CN/vpc/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListTagResources.json",
2025-08-20T19:16:01.8451249Z [00:02:03.707]➜  		"zh-CN/vpc/ListTagResourcesForExpressConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListTagResourcesForExpressConnect.json",
2025-08-20T19:16:01.8452240Z [00:02:03.707]➜  		"zh-CN/vpc/ListTrafficMirrorFilters.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListTrafficMirrorFilters.json",
2025-08-20T19:16:01.8453421Z [00:02:03.707]➜  		"zh-CN/vpc/ListTrafficMirrorSessions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListTrafficMirrorSessions.json",
2025-08-20T19:16:01.8454543Z [00:02:03.707]➜  		"zh-CN/vpc/ListVSwitchCidrReservations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVSwitchCidrReservations.json",
2025-08-20T19:16:01.8455718Z [00:02:03.707]➜  		"zh-CN/vpc/ListVirtualPhysicalConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVirtualPhysicalConnections.json",
2025-08-20T19:16:01.8456924Z [00:02:03.707]➜  		"zh-CN/vpc/ListVpcEndpointServicesByEndUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVpcEndpointServicesByEndUser.json",
2025-08-20T19:16:01.8457954Z [00:02:03.707]➜  		"zh-CN/vpc/ListVpcGatewayEndpoints.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVpcGatewayEndpoints.json",
2025-08-20T19:16:01.8459118Z [00:02:03.707]➜  		"zh-CN/vpc/ListVpnCertificateAssociations.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVpnCertificateAssociations.json",
2025-08-20T19:16:01.8460322Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyBgpGroupAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyBgpGroupAttribute.json",
2025-08-20T19:16:01.8470457Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyBgpPeerAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyBgpPeerAttribute.json",
2025-08-20T19:16:01.8471857Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyCommonBandwidthPackageAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyCommonBandwidthPackageAttribute.json",
2025-08-20T19:16:01.8473424Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyCommonBandwidthPackageIpBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyCommonBandwidthPackageIpBandwidth.json",
2025-08-20T19:16:01.8474598Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyCommonBandwidthPackageSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyCommonBandwidthPackageSpec.json",
2025-08-20T19:16:01.8475773Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyCustomerGatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyCustomerGatewayAttribute.json",
2025-08-20T19:16:01.8476851Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyEipAddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyEipAddressAttribute.json",
2025-08-20T19:16:01.8478098Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyExpressCloudConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyExpressCloudConnectionAttribute.json",
2025-08-20T19:16:01.8479333Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyExpressCloudConnectionBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyExpressCloudConnectionBandwidth.json",
2025-08-20T19:16:01.8480335Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyFlowLogAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyFlowLogAttribute.json",
2025-08-20T19:16:01.8481272Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyForwardEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyForwardEntry.json",
2025-08-20T19:16:01.8482806Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyFullNatEntryAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyFullNatEntryAttribute.json",
2025-08-20T19:16:01.8484314Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyGlobalAccelerationInstanceAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyGlobalAccelerationInstanceAttributes.json",
2025-08-20T19:16:01.8485576Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyGlobalAccelerationInstanceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyGlobalAccelerationInstanceSpec.json",
2025-08-20T19:16:01.8486511Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyHaVipAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyHaVipAttribute.json",
2025-08-20T19:16:01.8487669Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyIPv6TranslatorAclAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorAclAttribute.json",
2025-08-20T19:16:01.8488824Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyIPv6TranslatorAclListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorAclListEntry.json",
2025-08-20T19:16:01.8489867Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyIPv6TranslatorAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorAttribute.json",
2025-08-20T19:16:01.8490955Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyIPv6TranslatorBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorBandwidth.json",
2025-08-20T19:16:01.8492008Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyIPv6TranslatorEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorEntry.json",
2025-08-20T19:16:01.8493325Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyIpv6AddressAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIpv6AddressAttribute.json",
2025-08-20T19:16:01.8494615Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyIpv6GatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIpv6GatewayAttribute.json",
2025-08-20T19:16:01.8495877Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyIpv6InternetBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIpv6InternetBandwidth.json",
2025-08-20T19:16:01.8496931Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyNatGatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNatGatewayAttribute.json",
2025-08-20T19:16:01.8497867Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyNatGatewaySpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNatGatewaySpec.json",
2025-08-20T19:16:01.8498812Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyNatIpAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNatIpAttribute.json",
2025-08-20T19:16:01.8499874Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyNatIpCidrAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNatIpCidrAttribute.json",
2025-08-20T19:16:01.8500936Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyNetworkAclAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNetworkAclAttributes.json",
2025-08-20T19:16:01.8502132Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyPhysicalConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyPhysicalConnectionAttribute.json",
2025-08-20T19:16:01.8503222Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyRouteEntry.json",
2025-08-20T19:16:01.8504285Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyRouteTableAttributes.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyRouteTableAttributes.json",
2025-08-20T19:16:01.8505395Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyRouterInterfaceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyRouterInterfaceAttribute.json",
2025-08-20T19:16:01.8506615Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyRouterInterfaceSpec.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyRouterInterfaceSpec.json",
2025-08-20T19:16:01.8507587Z [00:02:03.707]➜  		"zh-CN/vpc/ModifySnatEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifySnatEntry.json",
2025-08-20T19:16:01.8508549Z [00:02:03.707]➜  		"zh-CN/vpc/ModifySslVpnClientCert.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifySslVpnClientCert.json",
2025-08-20T19:16:01.8509439Z [00:02:03.707]➜  		"zh-CN/vpc/ModifySslVpnServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifySslVpnServer.json",
2025-08-20T19:16:01.8510379Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyTunnelAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyTunnelAttribute.json",
2025-08-20T19:16:01.8511338Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVRouterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVRouterAttribute.json",
2025-08-20T19:16:01.8512312Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVSwitchAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVSwitchAttribute.json",
2025-08-20T19:16:01.8513861Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVSwitchCidrReservationAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVSwitchCidrReservationAttribute.json",
2025-08-20T19:16:01.8514936Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVcoRouteEntryWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVcoRouteEntryWeight.json",
2025-08-20T19:16:01.8516219Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVirtualBorderRouterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVirtualBorderRouterAttribute.json",
2025-08-20T19:16:01.8517126Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVpcAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpcAttribute.json",
2025-08-20T19:16:01.8518056Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVpcPrefixList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpcPrefixList.json",
2025-08-20T19:16:01.8519294Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVpnAttachmentAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnAttachmentAttribute.json",
2025-08-20T19:16:01.8520530Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVpnConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnConnectionAttribute.json",
2025-08-20T19:16:01.8521593Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVpnGatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnGatewayAttribute.json",
2025-08-20T19:16:01.8522959Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVpnPbrRouteEntryAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnPbrRouteEntryAttribute.json",
2025-08-20T19:16:01.8524067Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVpnPbrRouteEntryPriority.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnPbrRouteEntryPriority.json",
2025-08-20T19:16:01.8525165Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVpnPbrRouteEntryWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnPbrRouteEntryWeight.json",
2025-08-20T19:16:01.8526206Z [00:02:03.707]➜  		"zh-CN/vpc/ModifyVpnRouteEntryWeight.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnRouteEntryWeight.json",
2025-08-20T19:16:01.8527070Z [00:02:03.707]➜  		"zh-CN/vpc/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/MoveResourceGroup.json",
2025-08-20T19:16:01.8527991Z [00:02:03.707]➜  		"zh-CN/vpc/MoveVpnResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/MoveVpnResourceGroup.json",
2025-08-20T19:16:01.8528870Z [00:02:03.707]➜  		"zh-CN/vpc/OpenFlowLogService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/OpenFlowLogService.json",
2025-08-20T19:16:01.8529975Z [00:02:03.707]➜  		"zh-CN/vpc/OpenPhysicalConnectionService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/OpenPhysicalConnectionService.json",
2025-08-20T19:16:01.8531223Z [00:02:03.707]➜  		"zh-CN/vpc/OpenTrafficMirrorService.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/OpenTrafficMirrorService.json",
2025-08-20T19:16:01.8532269Z [00:02:03.707]➜  		"zh-CN/vpc/PublishVpnRouteEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/PublishVpnRouteEntry.json",
2025-08-20T19:16:01.8533491Z [00:02:03.707]➜  		"zh-CN/vpc/RecoverPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RecoverPhysicalConnection.json",
2025-08-20T19:16:01.8534533Z [00:02:03.707]➜  		"zh-CN/vpc/RecoverVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RecoverVirtualBorderRouter.json",
2025-08-20T19:16:01.8535418Z [00:02:03.707]➜  		"zh-CN/vpc/ReleaseEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ReleaseEipAddress.json",
2025-08-20T19:16:01.8536403Z [00:02:03.707]➜  		"zh-CN/vpc/ReleaseEipSegmentAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ReleaseEipSegmentAddress.json",
2025-08-20T19:16:01.8537306Z [00:02:03.707]➜  		"zh-CN/vpc/ReleaseIpv6Address.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ReleaseIpv6Address.json",
2025-08-20T19:16:01.8538453Z [00:02:03.707]➜  		"zh-CN/vpc/RemoveCommonBandwidthPackageIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RemoveCommonBandwidthPackageIp.json",
2025-08-20T19:16:01.8539665Z [00:02:03.707]➜  		"zh-CN/vpc/RemoveGlobalAccelerationInstanceIp.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RemoveGlobalAccelerationInstanceIp.json",
2025-08-20T19:16:01.8540811Z [00:02:03.707]➜  		"zh-CN/vpc/RemoveIPv6TranslatorAclListEntry.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RemoveIPv6TranslatorAclListEntry.json",
2025-08-20T19:16:01.8542040Z [00:02:03.707]➜  		"zh-CN/vpc/RemoveSourcesFromTrafficMirrorSession.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RemoveSourcesFromTrafficMirrorSession.json",
2025-08-20T19:16:01.8543402Z [00:02:03.707]➜  		"zh-CN/vpc/ReplaceVpcDhcpOptionsSet.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ReplaceVpcDhcpOptionsSet.json",
2025-08-20T19:16:01.8544670Z [00:02:03.707]➜  		"zh-CN/vpc/RetryVpcPrefixListAssociation.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RetryVpcPrefixListAssociation.json",
2025-08-20T19:16:01.8545665Z [00:02:03.707]➜  		"zh-CN/vpc/RevokeInstanceFromCen.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RevokeInstanceFromCen.json",
2025-08-20T19:16:01.8546644Z [00:02:03.707]➜  		"zh-CN/vpc/RevokeInstanceFromVbr.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RevokeInstanceFromVbr.json",
2025-08-20T19:16:01.8547829Z [00:02:03.707]➜  		"zh-CN/vpc/SecondApplyPhysicalConnectionLOA.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/SecondApplyPhysicalConnectionLOA.json",
2025-08-20T19:16:01.8549041Z [00:02:03.707]➜  		"zh-CN/vpc/SetHighDefinitionMonitorLogStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/SetHighDefinitionMonitorLogStatus.json",
2025-08-20T19:16:01.8549981Z [00:02:03.707]➜  		"zh-CN/vpc/StartFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/StartFailoverTestJob.json",
2025-08-20T19:16:01.8550886Z [00:02:03.707]➜  		"zh-CN/vpc/StopFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/StopFailoverTestJob.json",
2025-08-20T19:16:01.8551667Z [00:02:03.707]➜  		"zh-CN/vpc/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/TagResources.json",
2025-08-20T19:16:01.8552946Z [00:02:03.707]➜  		"zh-CN/vpc/TagResourcesForExpressConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/TagResourcesForExpressConnect.json",
2025-08-20T19:16:01.8554031Z [00:02:03.707]➜  		"zh-CN/vpc/TerminatePhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/TerminatePhysicalConnection.json",
2025-08-20T19:16:01.8555276Z [00:02:03.707]➜  		"zh-CN/vpc/TerminateVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/TerminateVirtualBorderRouter.json",
2025-08-20T19:16:01.8556227Z [00:02:03.707]➜  		"zh-CN/vpc/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnTagResources.json",
2025-08-20T19:16:01.8557168Z [00:02:03.707]➜  		"zh-CN/vpc/UnassociateEipAddress.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateEipAddress.json",
2025-08-20T19:16:01.8558434Z [00:02:03.707]➜  		"zh-CN/vpc/UnassociateGlobalAccelerationInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateGlobalAccelerationInstance.json",
2025-08-20T19:16:01.8559295Z [00:02:03.707]➜  		"zh-CN/vpc/UnassociateHaVip.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateHaVip.json",
2025-08-20T19:16:01.8560243Z [00:02:03.707]➜  		"zh-CN/vpc/UnassociateNetworkAcl.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateNetworkAcl.json",
2025-08-20T19:16:01.8561816Z [00:02:03.707]➜  		"zh-CN/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json",
2025-08-20T19:16:01.8562927Z [00:02:03.707]➜  		"zh-CN/vpc/UnassociateRouteTable.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateRouteTable.json",
2025-08-20T19:16:01.8563962Z [00:02:03.707]➜  		"zh-CN/vpc/UnassociateVpcCidrBlock.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateVpcCidrBlock.json",
2025-08-20T19:16:01.8565160Z [00:02:03.707]➜  		"zh-CN/vpc/UntagResourcesForExpressConnect.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UntagResourcesForExpressConnect.json",
2025-08-20T19:16:01.8566308Z [00:02:03.707]➜  		"zh-CN/vpc/UpdateDhcpOptionsSetAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateDhcpOptionsSetAttribute.json",
2025-08-20T19:16:01.8567454Z [00:02:03.707]➜  		"zh-CN/vpc/UpdateFailoverTestJob.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateFailoverTestJob.json",
2025-08-20T19:16:01.8568913Z [00:02:03.707]➜  		"zh-CN/vpc/UpdateGatewayRouteTableEntryAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateGatewayRouteTableEntryAttribute.json",
2025-08-20T19:16:01.8569829Z [00:02:03.707]➜  		"zh-CN/vpc/UpdateIpsecServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateIpsecServer.json",
2025-08-20T19:16:01.8570891Z [00:02:03.707]➜  		"zh-CN/vpc/UpdateIpv4GatewayAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateIpv4GatewayAttribute.json",
2025-08-20T19:16:01.8571869Z [00:02:03.707]➜  		"zh-CN/vpc/UpdateNatGatewayNatType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateNatGatewayNatType.json",
2025-08-20T19:16:01.8573083Z [00:02:03.707]➜  		"zh-CN/vpc/UpdateNetworkAclEntries.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateNetworkAclEntries.json",
2025-08-20T19:16:01.8574310Z [00:02:03.707]➜  		"zh-CN/vpc/UpdatePublicIpAddressPoolAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdatePublicIpAddressPoolAttribute.json",
2025-08-20T19:16:01.8575515Z [00:02:03.707]➜  		"zh-CN/vpc/UpdateTrafficMirrorFilterAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateTrafficMirrorFilterAttribute.json",
2025-08-20T19:16:01.8576813Z [00:02:03.707]➜  		"zh-CN/vpc/UpdateTrafficMirrorFilterRuleAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateTrafficMirrorFilterRuleAttribute.json",
2025-08-20T19:16:01.8578029Z [00:02:03.707]➜  		"zh-CN/vpc/UpdateTrafficMirrorSessionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateTrafficMirrorSessionAttribute.json",
2025-08-20T19:16:01.8579357Z [00:02:03.707]➜  		"zh-CN/vpc/UpdateVirtualBorderBandwidth.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateVirtualBorderBandwidth.json",
2025-08-20T19:16:01.8580636Z [00:02:03.707]➜  		"zh-CN/vpc/UpdateVirtualPhysicalConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateVirtualPhysicalConnection.json",
2025-08-20T19:16:01.8581816Z [00:02:03.707]➜  		"zh-CN/vpc/UpdateVpcGatewayEndpointAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateVpcGatewayEndpointAttribute.json",
2025-08-20T19:16:01.8583424Z [00:02:03.707]➜  		"zh-CN/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json",
2025-08-20T19:16:01.8584148Z [00:02:03.707]➜  		"zh-CN/vpc/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/version.json",
2025-08-20T19:16:01.8585250Z [00:02:03.707]➜  		"zh-CN/vpcpeer/AcceptVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/AcceptVpcPeerConnection.json",
2025-08-20T19:16:01.8586323Z [00:02:03.707]➜  		"zh-CN/vpcpeer/CreateVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/CreateVpcPeerConnection.json",
2025-08-20T19:16:01.8587393Z [00:02:03.707]➜  		"zh-CN/vpcpeer/DeleteVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/DeleteVpcPeerConnection.json",
2025-08-20T19:16:01.8588592Z [00:02:03.707]➜  		"zh-CN/vpcpeer/GetVpcPeerConnectionAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/GetVpcPeerConnectionAttribute.json",
2025-08-20T19:16:01.8589516Z [00:02:03.707]➜  		"zh-CN/vpcpeer/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/ListTagResources.json",
2025-08-20T19:16:01.8590541Z [00:02:03.707]➜  		"zh-CN/vpcpeer/ListVpcPeerConnections.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/ListVpcPeerConnections.json",
2025-08-20T19:16:01.8591703Z [00:02:03.707]➜  		"zh-CN/vpcpeer/ModifyVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/ModifyVpcPeerConnection.json",
2025-08-20T19:16:01.8592977Z [00:02:03.707]➜  		"zh-CN/vpcpeer/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/MoveResourceGroup.json",
2025-08-20T19:16:01.8594035Z [00:02:03.707]➜  		"zh-CN/vpcpeer/RejectVpcPeerConnection.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/RejectVpcPeerConnection.json",
2025-08-20T19:16:01.8594906Z [00:02:03.707]➜  		"zh-CN/vpcpeer/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/TagResources.json",
2025-08-20T19:16:01.8595798Z [00:02:03.707]➜  		"zh-CN/vpcpeer/UnTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/UnTagResources.json",
2025-08-20T19:16:01.8596566Z [00:02:03.707]➜  		"zh-CN/vpcpeer/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/version.json",
2025-08-20T19:16:01.8597601Z [00:02:03.707]➜  		"zh-CN/waf-openapi/CreateCertificate.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/CreateCertificate.json",
2025-08-20T19:16:01.8598904Z [00:02:03.707]➜  		"zh-CN/waf-openapi/CreateCertificateByCertificateId.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/CreateCertificateByCertificateId.json",
2025-08-20T19:16:01.8599823Z [00:02:03.707]➜  		"zh-CN/waf-openapi/CreateDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/CreateDomain.json",
2025-08-20T19:16:01.8601002Z [00:02:03.707]➜  		"zh-CN/waf-openapi/CreateProtectionModuleRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/CreateProtectionModuleRule.json",
2025-08-20T19:16:01.8601912Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DeleteDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DeleteDomain.json",
2025-08-20T19:16:01.8603230Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DeleteInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DeleteInstance.json",
2025-08-20T19:16:01.8604548Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DeleteProtectionModuleRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DeleteProtectionModuleRule.json",
2025-08-20T19:16:01.8605660Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeCertMatchStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeCertMatchStatus.json",
2025-08-20T19:16:01.8606713Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeCertificates.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeCertificates.json",
2025-08-20T19:16:01.8607646Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomain.json",
2025-08-20T19:16:01.8608824Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeDomainAdvanceConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainAdvanceConfigs.json",
2025-08-20T19:16:01.8610169Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeDomainBasicConfigs.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainBasicConfigs.json",
2025-08-20T19:16:01.8611354Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeDomainList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainList.json",
2025-08-20T19:16:01.8612575Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeDomainNames.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainNames.json",
2025-08-20T19:16:01.8613706Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeDomainRuleGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainRuleGroup.json",
2025-08-20T19:16:01.8614772Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeInstanceInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeInstanceInfo.json",
2025-08-20T19:16:01.8615917Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeInstanceSpecInfo.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeInstanceSpecInfo.json",
2025-08-20T19:16:01.8617096Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeLogServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeLogServiceStatus.json",
2025-08-20T19:16:01.8618360Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeProtectionModuleCodeConfig.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeProtectionModuleCodeConfig.json",
2025-08-20T19:16:01.8619560Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeProtectionModuleMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeProtectionModuleMode.json",
2025-08-20T19:16:01.8620817Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeProtectionModuleRules.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeProtectionModuleRules.json",
2025-08-20T19:16:01.8622107Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeProtectionModuleStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeProtectionModuleStatus.json",
2025-08-20T19:16:01.8623556Z [00:02:03.707]➜  		"zh-CN/waf-openapi/DescribeWafSourceIpSegment.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeWafSourceIpSegment.json",
2025-08-20T19:16:01.8624508Z [00:02:03.707]➜  		"zh-CN/waf-openapi/ModifyDomain.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyDomain.json",
2025-08-20T19:16:01.8625616Z [00:02:03.707]➜  		"zh-CN/waf-openapi/ModifyDomainIpv6Status.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyDomainIpv6Status.json",
2025-08-20T19:16:01.8626761Z [00:02:03.707]➜  		"zh-CN/waf-openapi/ModifyLogRetrievalStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyLogRetrievalStatus.json",
2025-08-20T19:16:01.8628060Z [00:02:03.707]➜  		"zh-CN/waf-openapi/ModifyLogServiceStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyLogServiceStatus.json",
2025-08-20T19:16:01.8629359Z [00:02:03.707]➜  		"zh-CN/waf-openapi/ModifyProtectionModuleMode.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionModuleMode.json",
2025-08-20T19:16:01.8630550Z [00:02:03.707]➜  		"zh-CN/waf-openapi/ModifyProtectionModuleRule.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionModuleRule.json",
2025-08-20T19:16:01.8631767Z [00:02:03.707]➜  		"zh-CN/waf-openapi/ModifyProtectionModuleStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionModuleStatus.json",
2025-08-20T19:16:01.8633212Z [00:02:03.707]➜  		"zh-CN/waf-openapi/ModifyProtectionRuleCacheStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionRuleCacheStatus.json",
2025-08-20T19:16:01.8634471Z [00:02:03.707]➜  		"zh-CN/waf-openapi/ModifyProtectionRuleStatus.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionRuleStatus.json",
2025-08-20T19:16:01.8635546Z [00:02:03.707]➜  		"zh-CN/waf-openapi/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/MoveResourceGroup.json",
2025-08-20T19:16:01.8636529Z [00:02:03.707]➜  		"zh-CN/waf-openapi/SetDomainRuleGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/SetDomainRuleGroup.json",
2025-08-20T19:16:01.8637352Z [00:02:03.707]➜  		"zh-CN/waf-openapi/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/version.json",
2025-08-20T19:16:01.8638502Z [00:02:03.707]➜  		"zh-CN/yundun-bastionhost/AcceptApproveCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AcceptApproveCommand.json",
2025-08-20T19:16:01.8639680Z [00:02:03.707]➜  		"zh-CN/yundun-bastionhost/AcceptOperationTicket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AcceptOperationTicket.json",
2025-08-20T19:16:01.8640719Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/AddHostsToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AddHostsToGroup.json",
2025-08-20T19:16:01.8641769Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/AddUsersToGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AddUsersToGroup.json",
2025-08-20T19:16:01.8643332Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/AttachHostAccountsToHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostAccountsToHostShareKey.json",
2025-08-20T19:16:01.8644556Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/AttachHostAccountsToUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostAccountsToUser.json",
2025-08-20T19:16:01.8645906Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/AttachHostAccountsToUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostAccountsToUserGroup.json",
2025-08-20T19:16:01.8647226Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/AttachHostGroupAccountsToUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostGroupAccountsToUser.json",
2025-08-20T19:16:01.8648658Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json",
2025-08-20T19:16:01.8649960Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ConfigInstanceSecurityGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ConfigInstanceSecurityGroups.json",
2025-08-20T19:16:01.8651204Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ConfigInstanceWhiteList.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ConfigInstanceWhiteList.json",
2025-08-20T19:16:01.8652620Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/CreateHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateHost.json",
2025-08-20T19:16:01.8653867Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/CreateHostAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateHostAccount.json",
2025-08-20T19:16:01.8654896Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/CreateHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateHostGroup.json",
2025-08-20T19:16:01.8656013Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/CreateHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateHostShareKey.json",
2025-08-20T19:16:01.8656980Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/CreateUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateUser.json",
2025-08-20T19:16:01.8658118Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/CreateUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateUserGroup.json",
2025-08-20T19:16:01.8659350Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/CreateUserPublicKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateUserPublicKey.json",
2025-08-20T19:16:01.8660320Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DeleteHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteHost.json",
2025-08-20T19:16:01.8661367Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DeleteHostAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteHostAccount.json",
2025-08-20T19:16:01.8662566Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DeleteHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteHostGroup.json",
2025-08-20T19:16:01.8663697Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DeleteHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteHostShareKey.json",
2025-08-20T19:16:01.8664681Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DeleteUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteUser.json",
2025-08-20T19:16:01.8665745Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DeleteUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteUserGroup.json",
2025-08-20T19:16:01.8666884Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DeleteUserPublicKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteUserPublicKey.json",
2025-08-20T19:16:01.8668122Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DescribeInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DescribeInstanceAttribute.json",
2025-08-20T19:16:01.8669224Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DescribeInstances.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DescribeInstances.json",
2025-08-20T19:16:01.8670275Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DescribeRegions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DescribeRegions.json",
2025-08-20T19:16:01.8671671Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json",
2025-08-20T19:16:01.8673054Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DetachHostAccountsFromUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostAccountsFromUser.json",
2025-08-20T19:16:01.8674361Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DetachHostAccountsFromUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostAccountsFromUserGroup.json",
2025-08-20T19:16:01.8675828Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DetachHostGroupAccountsFromUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostGroupAccountsFromUser.json",
2025-08-20T19:16:01.8677389Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json",
2025-08-20T19:16:01.8678658Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/DisableInstancePublicAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DisableInstancePublicAccess.json",
2025-08-20T19:16:01.8679899Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/EnableInstancePublicAccess.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/EnableInstancePublicAccess.json",
2025-08-20T19:16:01.8680807Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/GetHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetHost.json",
2025-08-20T19:16:01.8681936Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/GetHostAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetHostAccount.json",
2025-08-20T19:16:01.8683246Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/GetHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetHostGroup.json",
2025-08-20T19:16:01.8684327Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/GetHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetHostShareKey.json",
2025-08-20T19:16:01.8685545Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/GetInstanceADAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetInstanceADAuthServer.json",
2025-08-20T19:16:01.8686793Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/GetInstanceLDAPAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetInstanceLDAPAuthServer.json",
2025-08-20T19:16:01.8687975Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/GetInstanceTwoFactor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetInstanceTwoFactor.json",
2025-08-20T19:16:01.8688917Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/GetUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetUser.json",
2025-08-20T19:16:01.8689826Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/GetUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetUserGroup.json",
2025-08-20T19:16:01.8690912Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListApproveCommands.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListApproveCommands.json",
2025-08-20T19:16:01.8691963Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListHostAccounts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostAccounts.json",
2025-08-20T19:16:01.8693486Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListHostAccountsForHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostAccountsForHostShareKey.json",
2025-08-20T19:16:01.8694706Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListHostAccountsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostAccountsForUser.json",
2025-08-20T19:16:01.8696017Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListHostAccountsForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostAccountsForUserGroup.json",
2025-08-20T19:16:01.8697398Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListHostGroupAccountNamesForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroupAccountNamesForUser.json",
2025-08-20T19:16:01.8698853Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json",
2025-08-20T19:16:01.8700039Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListHostGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroups.json",
2025-08-20T19:16:01.8701302Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListHostGroupsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroupsForUser.json",
2025-08-20T19:16:01.8702811Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListHostGroupsForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroupsForUserGroup.json",
2025-08-20T19:16:01.8703920Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListHostShareKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostShareKeys.json",
2025-08-20T19:16:01.8704879Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListHosts.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHosts.json",
2025-08-20T19:16:01.8706051Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListHostsForUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostsForUser.json",
2025-08-20T19:16:01.8707342Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListHostsForUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostsForUserGroup.json",
2025-08-20T19:16:01.8708510Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListOperationTickets.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListOperationTickets.json",
2025-08-20T19:16:01.8709507Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListTagKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListTagKeys.json",
2025-08-20T19:16:01.8710571Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListTagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListTagResources.json",
2025-08-20T19:16:01.8711620Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListUserGroups.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListUserGroups.json",
2025-08-20T19:16:01.8712916Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListUserPublicKeys.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListUserPublicKeys.json",
2025-08-20T19:16:01.8713896Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ListUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListUsers.json",
2025-08-20T19:16:01.8714873Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/LockUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/LockUsers.json",
2025-08-20T19:16:01.8715874Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ModifyHost.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHost.json",
2025-08-20T19:16:01.8717023Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ModifyHostAccount.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostAccount.json",
2025-08-20T19:16:01.8718103Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ModifyHostGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostGroup.json",
2025-08-20T19:16:01.8719246Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ModifyHostShareKey.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostShareKey.json",
2025-08-20T19:16:01.8720561Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ModifyHostsActiveAddressType.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostsActiveAddressType.json",
2025-08-20T19:16:01.8721645Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ModifyHostsPort.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostsPort.json",
2025-08-20T19:16:01.8723095Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ModifyInstanceADAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyInstanceADAuthServer.json",
2025-08-20T19:16:01.8724488Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ModifyInstanceAttribute.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyInstanceAttribute.json",
2025-08-20T19:16:01.8725985Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json",
2025-08-20T19:16:01.8727209Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ModifyInstanceTwoFactor.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyInstanceTwoFactor.json",
2025-08-20T19:16:01.8728171Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ModifyUser.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyUser.json",
2025-08-20T19:16:01.8729228Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ModifyUserGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyUserGroup.json",
2025-08-20T19:16:01.8730510Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/MoveResourceGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/MoveResourceGroup.json",
2025-08-20T19:16:01.8731918Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/RejectApproveCommand.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/RejectApproveCommand.json",
2025-08-20T19:16:01.8733412Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/RejectOperationTicket.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/RejectOperationTicket.json",
2025-08-20T19:16:01.8734621Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/RemoveHostsFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/RemoveHostsFromGroup.json",
2025-08-20T19:16:01.8735817Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/RemoveUsersFromGroup.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/RemoveUsersFromGroup.json",
2025-08-20T19:16:01.8737145Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/ResetHostAccountCredential.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ResetHostAccountCredential.json",
2025-08-20T19:16:01.8738241Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/StartInstance.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/StartInstance.json",
2025-08-20T19:16:01.8739296Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/TagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/TagResources.json",
2025-08-20T19:16:01.8740340Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/UnlockUsers.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/UnlockUsers.json",
2025-08-20T19:16:01.8741394Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/UntagResources.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/UntagResources.json",
2025-08-20T19:16:01.8742581Z [00:02:03.708]➜  		"zh-CN/yundun-bastionhost/version.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/version.json"
2025-08-20T19:16:01.8742816Z [00:02:03.708]➜  	}
2025-08-20T19:16:01.8743008Z [00:02:03.708]➜  }EOF
2025-08-20T19:16:01.8745377Z [00:02:03.708]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b073=/tmp/go-build -gno-record-gcc-switches -I $WORK/b073/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b073/_cgo_main.o -c _cgo_main.c
2025-08-20T19:16:01.8745757Z [00:02:03.708]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T19:16:01.8745998Z [00:02:03.708]➜  cd /root/.go/src/math/big
2025-08-20T19:16:01.8747484Z [00:02:03.708]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b120=>" -I $WORK/b120/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b120/arith_amd64.o ./arith_amd64.s
2025-08-20T19:16:01.8748600Z [00:02:03.708]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d # internal
2025-08-20T19:16:01.8748801Z [00:02:03.708]➜  crypto/sha512
2025-08-20T19:16:01.8749021Z [00:02:03.708]➜  mkdir -p $WORK/b129/
2025-08-20T19:16:01.8749433Z [00:02:03.708]➜  cat >/tmp/go-build504934049/b129/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8749635Z [00:02:03.708]➜  # import config
2025-08-20T19:16:01.8750017Z [00:02:03.708]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:01.8750507Z [00:02:03.708]➜  packagefile crypto/internal/boring=/tmp/go-build504934049/b110/_pkg_.a
2025-08-20T19:16:01.8751041Z [00:02:03.708]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build504934049/b101/_pkg_.a
2025-08-20T19:16:01.8751404Z [00:02:03.708]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:01.8751583Z [00:02:03.708]➜  EOF
2025-08-20T19:16:01.8751985Z [00:02:03.708]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.8754997Z [00:02:03.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b129=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid PP4uRN6WNmk3BXz4RjQ5/PP4uRN6WNmk3BXz4RjQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T19:16:01.8755275Z [00:02:03.708]➜  cd /root/.go/src/math/big
2025-08-20T19:16:01.8755709Z [00:02:03.708]➜  go tool pack r $WORK/b120/_pkg_.a $WORK/b120/arith_amd64.o # internal
2025-08-20T19:16:01.8756059Z [00:02:03.708]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T19:16:01.8756355Z [00:02:03.708]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.8759882Z [00:02:03.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta=>github.com/aliyun/aliyun-cli/v3/aliyun-openapi-meta;$WORK/b069=>" -p github.com/aliyun/aliyun-cli/v3/aliyun-openapi-meta -lang=go1.23 -complete -installsuffix shared -buildid f39BqoCl_dGax10If00O/f39BqoCl_dGax10If00O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -embedcfg $WORK/b069/embedcfg -pack /tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/meta.go
2025-08-20T19:16:01.8760768Z [00:02:03.708]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d # internal
2025-08-20T19:16:01.8760973Z [00:02:03.708]➜  crypto/elliptic
2025-08-20T19:16:01.8761187Z [00:02:03.708]➜  mkdir -p $WORK/b119/
2025-08-20T19:16:01.8761601Z [00:02:03.708]➜  cat >/tmp/go-build504934049/b119/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8761797Z [00:02:03.708]➜  # import config
2025-08-20T19:16:01.8762363Z [00:02:03.708]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build504934049/b115/_pkg_.a
2025-08-20T19:16:01.8762988Z [00:02:03.708]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8763348Z [00:02:03.708]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.8763730Z [00:02:03.708]➜  packagefile math/big=/tmp/go-build504934049/b120/_pkg_.a
2025-08-20T19:16:01.8764109Z [00:02:03.708]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.8764304Z [00:02:03.708]➜  EOF
2025-08-20T19:16:01.8767625Z [00:02:03.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b119=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid mW0QD0cBy03xwf-ShFj7/mW0QD0cBy03xwf-ShFj7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/.go/src/crypto/elliptic/elliptic.go /root/.go/src/crypto/elliptic/nistec.go /root/.go/src/crypto/elliptic/params.go
2025-08-20T19:16:01.8769842Z [00:02:03.708]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b073=/tmp/go-build -gno-record-gcc-switches -o $WORK/b073/_cgo_.o $WORK/b073/_cgo_main.o $WORK/b073/preferlinkext $WORK/b073/_x001.o $WORK/b073/_x002.o $WORK/b073/_x003.o -O2 -g
2025-08-20T19:16:01.8770409Z [00:02:03.708]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T19:16:01.8771299Z [00:02:03.708]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d # internal
2025-08-20T19:16:01.8771636Z [00:02:03.708]➜  crypto/internal/boring/bbig
2025-08-20T19:16:01.8771902Z [00:02:03.708]➜  mkdir -p $WORK/b122/
2025-08-20T19:16:01.8772322Z [00:02:03.708]➜  cat >/tmp/go-build504934049/b122/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8772757Z [00:02:03.708]➜  # import config
2025-08-20T19:16:01.8773258Z [00:02:03.708]➜  packagefile crypto/internal/boring=/tmp/go-build504934049/b110/_pkg_.a
2025-08-20T19:16:01.8773678Z [00:02:03.708]➜  packagefile math/big=/tmp/go-build504934049/b120/_pkg_.a
2025-08-20T19:16:01.8774082Z [00:02:03.708]➜  EOF
2025-08-20T19:16:01.8777336Z [00:02:03.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b122=>" -p crypto/internal/boring/bbig -lang=go1.25 -std -complete -installsuffix shared -buildid Tp8gsMiUDQCd9jyrIB6u/Tp8gsMiUDQCd9jyrIB6u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T19:16:01.8777782Z [00:02:03.708]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T19:16:01.8778707Z [00:02:03.708]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d # internal
2025-08-20T19:16:01.8778917Z [00:02:03.708]➜  encoding/asn1
2025-08-20T19:16:01.8779165Z [00:02:03.708]➜  mkdir -p $WORK/b131/
2025-08-20T19:16:01.8779584Z [00:02:03.708]➜  cat >/tmp/go-build504934049/b131/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8779811Z [00:02:03.708]➜  # import config
2025-08-20T19:16:01.8780224Z [00:02:03.708]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.8780620Z [00:02:03.708]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8780997Z [00:02:03.708]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.8781382Z [00:02:03.708]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:01.8781779Z [00:02:03.708]➜  packagefile math/big=/tmp/go-build504934049/b120/_pkg_.a
2025-08-20T19:16:01.8782154Z [00:02:03.708]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:01.8782830Z [00:02:03.708]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:01.8783241Z [00:02:03.708]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.8783672Z [00:02:03.708]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.8784063Z [00:02:03.708]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:01.8784532Z [00:02:03.708]➜  packagefile unicode/utf16=/tmp/go-build504934049/b068/_pkg_.a
2025-08-20T19:16:01.8784969Z [00:02:03.708]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:01.8785154Z [00:02:03.708]➜  EOF
2025-08-20T19:16:01.8788245Z [00:02:03.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b131=>" -p encoding/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid 8wgOJ_Gbm6KylYFz1h3x/8wgOJ_Gbm6KylYFz1h3x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack /root/.go/src/encoding/asn1/asn1.go /root/.go/src/encoding/asn1/common.go /root/.go/src/encoding/asn1/marshal.go
2025-08-20T19:16:01.8790460Z [00:02:03.763]➜  gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b073=/tmp/go-build -gno-record-gcc-switches -o $WORK/b073/_cgo_.o $WORK/b073/_cgo_main.o $WORK/b073/preferlinkext $WORK/b073/_x001.o $WORK/b073/_x002.o $WORK/b073/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T19:16:01.8791593Z [00:02:03.764]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage user -dynimport $WORK/b073/_cgo_.o -dynout $WORK/b073/_cgo_import.go
2025-08-20T19:16:01.8791953Z [00:02:03.772]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T19:16:01.8793008Z [00:02:03.772]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d # internal
2025-08-20T19:16:01.8793287Z [00:02:03.772]➜  crypto/internal/fips140/ed25519
2025-08-20T19:16:01.8793515Z [00:02:03.772]➜  mkdir -p $WORK/b134/
2025-08-20T19:16:01.8793931Z [00:02:03.772]➜  cat >/tmp/go-build504934049/b134/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8794161Z [00:02:03.772]➜  # import config
2025-08-20T19:16:01.8794532Z [00:02:03.772]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.8795170Z [00:02:03.772]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:16:01.8795844Z [00:02:03.772]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:16:01.8796410Z [00:02:03.772]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build504934049/b103/_pkg_.a
2025-08-20T19:16:01.8797015Z [00:02:03.772]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build504934049/b135/_pkg_.a
2025-08-20T19:16:01.8797586Z [00:02:03.772]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build504934049/b101/_pkg_.a
2025-08-20T19:16:01.8797956Z [00:02:03.772]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8798340Z [00:02:03.772]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.8798701Z [00:02:03.772]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.8798872Z [00:02:03.772]➜  EOF
2025-08-20T19:16:01.8802258Z [00:02:03.772]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b134=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid JR_8jT96jN0U1bKU-DKB/JR_8jT96jN0U1bKU-DKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T19:16:01.8802892Z [00:02:03.774]➜  cat >/tmp/go-build504934049/b073/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8803101Z [00:02:03.774]➜  # import config
2025-08-20T19:16:01.8803453Z [00:02:03.774]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.8803782Z [00:02:03.774]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.8804112Z [00:02:03.774]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.8804429Z [00:02:03.774]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.8804746Z [00:02:03.774]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.8805077Z [00:02:03.774]➜  packagefile syscall=/tmp/go-build504934049/b049/_pkg_.a
2025-08-20T19:16:01.8805451Z [00:02:03.774]➜  packagefile runtime/cgo=/tmp/go-build504934049/b074/_pkg_.a
2025-08-20T19:16:01.8805627Z [00:02:03.774]➜  EOF
2025-08-20T19:16:01.8809255Z [00:02:03.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b073=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid qOYGflXK9YaRotmAluP-/qOYGflXK9YaRotmAluP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/os/user/cgo_listgroups_unix.go /root/.go/src/os/user/cgo_lookup_unix.go /root/.go/src/os/user/lookup.go /root/.go/src/os/user/user.go $WORK/b073/_cgo_gotypes.go $WORK/b073/cgo_lookup_cgo.cgo1.go $WORK/b073/getgrouplist_unix.cgo1.go $WORK/b073/_cgo_import.go
2025-08-20T19:16:01.8809847Z [00:02:03.829]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T19:16:01.8810783Z [00:02:03.834]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d # internal
2025-08-20T19:16:01.8810978Z [00:02:03.834]➜  crypto/rand
2025-08-20T19:16:01.8811187Z [00:02:03.834]➜  mkdir -p $WORK/b136/
2025-08-20T19:16:01.8811588Z [00:02:03.835]➜  cat >/tmp/go-build504934049/b136/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8811821Z [00:02:03.835]➜  # import config
2025-08-20T19:16:01.8812330Z [00:02:03.835]➜  packagefile crypto/internal/boring=/tmp/go-build504934049/b110/_pkg_.a
2025-08-20T19:16:01.8813046Z [00:02:03.835]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:16:01.8813617Z [00:02:03.835]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build504934049/b103/_pkg_.a
2025-08-20T19:16:01.8814363Z [00:02:03.835]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:16:01.8814885Z [00:02:03.835]➜  packagefile crypto/internal/randutil=/tmp/go-build504934049/b106/_pkg_.a
2025-08-20T19:16:01.8815646Z [00:02:03.835]➜  packagefile crypto/internal/sysrand=/tmp/go-build504934049/b105/_pkg_.a
2025-08-20T19:16:01.8816059Z [00:02:03.835]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8816486Z [00:02:03.835]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.8816876Z [00:02:03.835]➜  packagefile math/big=/tmp/go-build504934049/b120/_pkg_.a
2025-08-20T19:16:01.8817059Z [00:02:03.835]➜  EOF
2025-08-20T19:16:01.8820081Z [00:02:03.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b136=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid nPnKckdhg0Aj-vrrKqzH/nPnKckdhg0Aj-vrrKqzH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/.go/src/crypto/rand/rand.go /root/.go/src/crypto/rand/text.go /root/.go/src/crypto/rand/util.go
2025-08-20T19:16:01.8820432Z [00:02:03.872]➜  cd /root/.go/src/os/user
2025-08-20T19:16:01.8821278Z [00:02:03.872]➜  go tool pack r $WORK/b073/_pkg_.a $WORK/b073/preferlinkext $WORK/b073/_x001.o $WORK/b073/_x002.o $WORK/b073/_x003.o # internal
2025-08-20T19:16:01.8821652Z [00:02:03.872]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T19:16:01.8821997Z [00:02:03.872]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T19:16:01.8823109Z [00:02:03.872]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/93/93a999b9e0fbb4a687b7d237ea5ecde9cd55b5c9cfba1b527ff894244be1187e-d # internal
2025-08-20T19:16:01.8823940Z [00:02:03.872]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d # internal
2025-08-20T19:16:01.8824152Z [00:02:03.872]➜  crypto/ed25519
2025-08-20T19:16:01.8824366Z [00:02:03.872]➜  mkdir -p $WORK/b133/
2025-08-20T19:16:01.8824615Z [00:02:03.872]➜  github.com/aliyun/aliyun-cli/v3/cli
2025-08-20T19:16:01.8824825Z [00:02:03.872]➜  mkdir -p $WORK/b070/
2025-08-20T19:16:01.8825194Z [00:02:03.872]➜  cat >/tmp/go-build504934049/b070/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8825378Z [00:02:03.872]➜  # import config
2025-08-20T19:16:01.8825695Z [00:02:03.872]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:01.8825997Z [00:02:03.872]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.8826493Z [00:02:03.872]➜  packagefile github.com/aliyun/aliyun-cli/v3/i18n=/tmp/go-build504934049/b072/_pkg_.a
2025-08-20T19:16:01.8826813Z [00:02:03.872]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.8827105Z [00:02:03.872]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:01.8827419Z [00:02:03.872]➜  packagefile os/user=/tmp/go-build504934049/b073/_pkg_.a
2025-08-20T19:16:01.8827878Z [00:02:03.872]➜  packagefile path/filepath=/tmp/go-build504934049/b075/_pkg_.a
2025-08-20T19:16:01.8828198Z [00:02:03.872]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.8828605Z [00:02:03.872]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.8828965Z [00:02:03.872]➜  packagefile text/tabwriter=/tmp/go-build504934049/b076/_pkg_.a
2025-08-20T19:16:01.8829121Z [00:02:03.872]➜  EOF
2025-08-20T19:16:01.8829464Z [00:02:03.872]➜  cat >/tmp/go-build504934049/b133/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8829638Z [00:02:03.872]➜  # import config
2025-08-20T19:16:01.8829946Z [00:02:03.872]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:01.8830425Z [00:02:03.872]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build504934049/b134/_pkg_.a
2025-08-20T19:16:01.8830924Z [00:02:03.872]➜  packagefile crypto/internal/fips140cache=/tmp/go-build504934049/b125/_pkg_.a
2025-08-20T19:16:01.8831403Z [00:02:03.872]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:16:01.8831845Z [00:02:03.872]➜  packagefile crypto/rand=/tmp/go-build504934049/b136/_pkg_.a
2025-08-20T19:16:01.8832267Z [00:02:03.872]➜  packagefile crypto/subtle=/tmp/go-build504934049/b109/_pkg_.a
2025-08-20T19:16:01.8832899Z [00:02:03.872]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8833249Z [00:02:03.872]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.8833607Z [00:02:03.872]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.8833784Z [00:02:03.872]➜  EOF
2025-08-20T19:16:01.8834049Z [00:02:03.872]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.8836333Z [00:02:03.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b133=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 2VJPLLpU7wld1E1sFoYw/2VJPLLpU7wld1E1sFoYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T19:16:01.8844449Z [00:02:03.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli=>github.com/aliyun/aliyun-cli/v3/cli;$WORK/b070=>" -p github.com/aliyun/aliyun-cli/v3/cli -lang=go1.23 -complete -installsuffix shared -buildid qS81HVeEXzqpMSHuTwWn/qS81HVeEXzqpMSHuTwWn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/color.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/command.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/command_help.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion_installer.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion_utils.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/context.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/errors.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/exit_code.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag_field.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag_set.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/levenshtein.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/output.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/parser.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/suggestion.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/version.go
2025-08-20T19:16:01.8844919Z [00:02:03.982]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T19:16:01.8845853Z [00:02:03.986]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d # internal
2025-08-20T19:16:01.8846210Z [00:02:03.987]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T19:16:01.8846463Z [00:02:03.987]➜  mkdir -p $WORK/b130/
2025-08-20T19:16:01.8846908Z [00:02:03.987]➜  cat >/tmp/go-build504934049/b130/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8847129Z [00:02:03.987]➜  # import config
2025-08-20T19:16:01.8847799Z [00:02:03.987]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T19:16:01.8848455Z [00:02:03.987]➜  packagefile encoding/asn1=/tmp/go-build504934049/b131/_pkg_.a
2025-08-20T19:16:01.8848871Z [00:02:03.987]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8849413Z [00:02:03.987]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.8850097Z [00:02:03.987]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build504934049/b132/_pkg_.a
2025-08-20T19:16:01.8850539Z [00:02:03.987]➜  packagefile math/big=/tmp/go-build504934049/b120/_pkg_.a
2025-08-20T19:16:01.8850964Z [00:02:03.987]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:01.8851406Z [00:02:03.987]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:01.8851613Z [00:02:03.987]➜  EOF
2025-08-20T19:16:01.8856289Z [00:02:03.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b130=>" -p vendor/golang.org/x/crypto/cryptobyte -lang=go1.25 -std -complete -installsuffix shared -buildid wXn_Ba9OJqGoQqHGs_I2/wXn_Ba9OJqGoQqHGs_I2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T19:16:01.8856752Z [00:02:04.184]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T19:16:01.8857694Z [00:02:04.190]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d # internal
2025-08-20T19:16:01.8857927Z [00:02:04.191]➜  crypto/ecdsa
2025-08-20T19:16:01.8858168Z [00:02:04.192]➜  mkdir -p $WORK/b118/
2025-08-20T19:16:01.8858604Z [00:02:04.192]➜  cat >/tmp/go-build504934049/b118/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8858836Z [00:02:04.192]➜  # import config
2025-08-20T19:16:01.8859437Z [00:02:04.192]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T19:16:01.8860098Z [00:02:04.192]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T19:16:01.8860516Z [00:02:04.192]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:01.8860970Z [00:02:04.192]➜  packagefile crypto/ecdh=/tmp/go-build504934049/b113/_pkg_.a
2025-08-20T19:16:01.8861450Z [00:02:04.192]➜  packagefile crypto/elliptic=/tmp/go-build504934049/b119/_pkg_.a
2025-08-20T19:16:01.8861952Z [00:02:04.192]➜  packagefile crypto/internal/boring=/tmp/go-build504934049/b110/_pkg_.a
2025-08-20T19:16:01.8862703Z [00:02:04.192]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build504934049/b122/_pkg_.a
2025-08-20T19:16:01.8863278Z [00:02:04.193]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build504934049/b123/_pkg_.a
2025-08-20T19:16:01.8863853Z [00:02:04.193]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build504934049/b115/_pkg_.a
2025-08-20T19:16:01.8864404Z [00:02:04.193]➜  packagefile crypto/internal/fips140cache=/tmp/go-build504934049/b125/_pkg_.a
2025-08-20T19:16:01.8864960Z [00:02:04.193]➜  packagefile crypto/internal/fips140hash=/tmp/go-build504934049/b127/_pkg_.a
2025-08-20T19:16:01.8865502Z [00:02:04.193]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:16:01.8866026Z [00:02:04.193]➜  packagefile crypto/internal/randutil=/tmp/go-build504934049/b106/_pkg_.a
2025-08-20T19:16:01.8866474Z [00:02:04.193]➜  packagefile crypto/sha512=/tmp/go-build504934049/b129/_pkg_.a
2025-08-20T19:16:01.8866917Z [00:02:04.193]➜  packagefile crypto/subtle=/tmp/go-build504934049/b109/_pkg_.a
2025-08-20T19:16:01.8867306Z [00:02:04.193]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8867906Z [00:02:04.193]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build504934049/b130/_pkg_.a
2025-08-20T19:16:01.8868546Z [00:02:04.193]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build504934049/b132/_pkg_.a
2025-08-20T19:16:01.8869073Z [00:02:04.193]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.8869588Z [00:02:04.193]➜  packagefile math/big=/tmp/go-build504934049/b120/_pkg_.a
2025-08-20T19:16:01.8870032Z [00:02:04.193]➜  packagefile math/rand/v2=/tmp/go-build504934049/b107/_pkg_.a
2025-08-20T19:16:01.8870213Z [00:02:04.193]➜  EOF
2025-08-20T19:16:01.8873546Z [00:02:04.193]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b118=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid BXz8_d7BRCVv-2cydypf/BXz8_d7BRCVv-2cydypf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/.go/src/crypto/ecdsa/ecdsa.go /root/.go/src/crypto/ecdsa/ecdsa_legacy.go /root/.go/src/crypto/ecdsa/notboring.go
2025-08-20T19:16:01.8873926Z [00:02:04.223]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T19:16:01.8874817Z [00:02:04.233]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d # internal
2025-08-20T19:16:01.8875169Z [00:02:04.235]➜  crypto/hkdf
2025-08-20T19:16:01.8875430Z [00:02:04.235]➜  mkdir -p $WORK/b137/
2025-08-20T19:16:01.8875970Z [00:02:04.236]➜  cat >/tmp/go-build504934049/b137/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8876200Z [00:02:04.236]➜  # import config
2025-08-20T19:16:01.8876757Z [00:02:04.236]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build504934049/b138/_pkg_.a
2025-08-20T19:16:01.8877296Z [00:02:04.236]➜  packagefile crypto/internal/fips140hash=/tmp/go-build504934049/b127/_pkg_.a
2025-08-20T19:16:01.8877810Z [00:02:04.236]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:16:01.8878224Z [00:02:04.236]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8878624Z [00:02:04.236]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:01.8878843Z [00:02:04.236]➜  EOF
2025-08-20T19:16:01.8881424Z [00:02:04.236]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b137=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid Tn0lhq-1tisviu673rln/Tn0lhq-1tisviu673rln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T19:16:01.8881842Z [00:02:04.266]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T19:16:01.8882934Z [00:02:04.266]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d # internal
2025-08-20T19:16:01.8883142Z [00:02:04.267]➜  crypto/hmac
2025-08-20T19:16:01.8883358Z [00:02:04.267]➜  mkdir -p $WORK/b139/
2025-08-20T19:16:01.8883767Z [00:02:04.267]➜  cat >/tmp/go-build504934049/b139/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8883958Z [00:02:04.267]➜  # import config
2025-08-20T19:16:01.8884520Z [00:02:04.267]➜  packagefile crypto/internal/boring=/tmp/go-build504934049/b110/_pkg_.a
2025-08-20T19:16:01.8885016Z [00:02:04.267]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build504934049/b094/_pkg_.a
2025-08-20T19:16:01.8885610Z [00:02:04.267]➜  packagefile crypto/internal/fips140hash=/tmp/go-build504934049/b127/_pkg_.a
2025-08-20T19:16:01.8886099Z [00:02:04.267]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:16:01.8886504Z [00:02:04.268]➜  packagefile crypto/subtle=/tmp/go-build504934049/b109/_pkg_.a
2025-08-20T19:16:01.8886841Z [00:02:04.268]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:01.8887019Z [00:02:04.268]➜  EOF
2025-08-20T19:16:01.8889330Z [00:02:04.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b139=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid trw10WIwcdjlZMqH3A48/trw10WIwcdjlZMqH3A48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T19:16:01.8889685Z [00:02:04.281]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T19:16:01.8890548Z [00:02:04.289]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/72/72b6cec37d790a3c134b1a84a5af51176fa5e7460269a8f888bc37fb8df7d4a7-d # internal
2025-08-20T19:16:01.8890815Z [00:02:04.291]➜  crypto/internal/fips140/mlkem
2025-08-20T19:16:01.8891022Z [00:02:04.292]➜  mkdir -p $WORK/b140/
2025-08-20T19:16:01.8891423Z [00:02:04.292]➜  cat >/tmp/go-build504934049/b140/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8891622Z [00:02:04.292]➜  # import config
2025-08-20T19:16:01.8891987Z [00:02:04.292]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.8892632Z [00:02:04.294]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:16:01.8893222Z [00:02:04.294]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:16:01.8893799Z [00:02:04.294]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build504934049/b103/_pkg_.a
2025-08-20T19:16:01.8894492Z [00:02:04.294]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build504934049/b099/_pkg_.a
2025-08-20T19:16:01.8895153Z [00:02:04.294]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build504934049/b100/_pkg_.a
2025-08-20T19:16:01.8895799Z [00:02:04.294]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:16:01.8896186Z [00:02:04.294]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8896370Z [00:02:04.294]➜  EOF
2025-08-20T19:16:01.8900826Z [00:02:04.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b140=>" -p crypto/internal/fips140/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid 1CScNZsZ7bTkdX4Fjiqf/1CScNZsZ7bTkdX4Fjiqf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/crypto/internal/fips140/mlkem/cast.go /root/.go/src/crypto/internal/fips140/mlkem/field.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem1024.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem768.go
2025-08-20T19:16:01.8901270Z [00:02:04.295]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T19:16:01.8902160Z [00:02:04.297]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d # internal
2025-08-20T19:16:01.8902590Z [00:02:04.298]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T19:16:01.8902821Z [00:02:04.299]➜  mkdir -p $WORK/b146/
2025-08-20T19:16:01.8903212Z [00:02:04.299]➜  cat >/tmp/go-build504934049/b146/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8903415Z [00:02:04.299]➜  # import config
2025-08-20T19:16:01.8903978Z [00:02:04.299]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T19:16:01.8904481Z [00:02:04.299]➜  packagefile crypto/cipher=/tmp/go-build504934049/b088/_pkg_.a
2025-08-20T19:16:01.8904880Z [00:02:04.300]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:01.8905347Z [00:02:04.300]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8905914Z [00:02:04.300]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build504934049/b147/_pkg_.a
2025-08-20T19:16:01.8906289Z [00:02:04.300]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:16:01.8906624Z [00:02:04.300]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.8906791Z [00:02:04.300]➜  EOF
2025-08-20T19:16:01.8910596Z [00:02:04.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b146=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -complete -installsuffix shared -buildid 5rslxZbOoGpBhzS9_c0e/5rslxZbOoGpBhzS9_c0e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T19:16:01.8911155Z [00:02:04.409]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T19:16:01.8911969Z [00:02:04.410]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d # internal
2025-08-20T19:16:01.8912282Z [00:02:04.411]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T19:16:01.8912671Z [00:02:04.411]➜  mkdir -p $WORK/b148/
2025-08-20T19:16:01.8912967Z [00:02:04.411]➜  echo -n > $WORK/b148/go_asm.h # internal
2025-08-20T19:16:01.8913363Z [00:02:04.411]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T19:16:01.8915740Z [00:02:04.411]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b148=>" -I $WORK/b148/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b148/symabis ./sum_amd64.s
2025-08-20T19:16:01.8916274Z [00:02:04.442]➜  cat >/tmp/go-build504934049/b148/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8916490Z [00:02:04.442]➜  # import config
2025-08-20T19:16:01.8916881Z [00:02:04.442]➜  packagefile crypto/subtle=/tmp/go-build504934049/b109/_pkg_.a
2025-08-20T19:16:01.8917271Z [00:02:04.442]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:01.8917630Z [00:02:04.442]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:16:01.8917803Z [00:02:04.442]➜  EOF
2025-08-20T19:16:01.8918061Z [00:02:04.442]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.8922294Z [00:02:04.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b148=>" -p vendor/golang.org/x/crypto/internal/poly1305 -lang=go1.25 -std -installsuffix shared -buildid leCivo_P9GxtMGtNrJKE/leCivo_P9GxtMGtNrJKE -goversion go1.25.0 -symabis $WORK/b148/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack -asmhdr $WORK/b148/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T19:16:01.8922808Z [00:02:04.476]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T19:16:01.8923722Z [00:02:04.483]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d # internal
2025-08-20T19:16:01.8924038Z [00:02:04.483]➜  vendor/golang.org/x/sys/cpu
2025-08-20T19:16:01.8924449Z [00:02:04.483]➜  mkdir -p $WORK/b149/
2025-08-20T19:16:01.8924764Z [00:02:04.483]➜  echo -n > $WORK/b149/go_asm.h # internal
2025-08-20T19:16:01.8925096Z [00:02:04.483]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T19:16:01.8927311Z [00:02:04.483]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b149=>" -I $WORK/b149/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b149/symabis ./cpu_gc_x86.s
2025-08-20T19:16:01.8927814Z [00:02:04.505]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T19:16:01.8930223Z [00:02:04.505]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b148=>" -I $WORK/b148/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b148/sum_amd64.o ./sum_amd64.s
2025-08-20T19:16:01.8930732Z [00:02:04.512]➜  cat >/tmp/go-build504934049/b149/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8930978Z [00:02:04.512]➜  # import config
2025-08-20T19:16:01.8931358Z [00:02:04.512]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:01.8931768Z [00:02:04.512]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.8932156Z [00:02:04.512]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.8932778Z [00:02:04.512]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.8932970Z [00:02:04.512]➜  EOF
2025-08-20T19:16:01.8933271Z [00:02:04.512]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.8940677Z [00:02:04.512]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b149=>" -p vendor/golang.org/x/sys/cpu -lang=go1.25 -std -installsuffix shared -buildid A2I1ux5R9-Yi8PoeqVzh/A2I1ux5R9-Yi8PoeqVzh -goversion go1.25.0 -symabis $WORK/b149/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack -asmhdr $WORK/b149/go_asm.h /root/.go/src/vendor/golang.org/x/sys/cpu/byteorder.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_other_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/endian_little.go /root/.go/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /root/.go/src/vendor/golang.org/x/sys/cpu/parse.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go
2025-08-20T19:16:01.8941234Z [00:02:04.516]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T19:16:01.8941726Z [00:02:04.528]➜  go tool pack r $WORK/b148/_pkg_.a $WORK/b148/sum_amd64.o # internal
2025-08-20T19:16:01.8942105Z [00:02:04.529]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T19:16:01.8943252Z [00:02:04.530]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d # internal
2025-08-20T19:16:01.8943509Z [00:02:04.531]➜  crypto/md5
2025-08-20T19:16:01.8943761Z [00:02:04.532]➜  mkdir -p $WORK/b150/
2025-08-20T19:16:01.8944063Z [00:02:04.532]➜  echo -n > $WORK/b150/go_asm.h # internal
2025-08-20T19:16:01.8944326Z [00:02:04.532]➜  cd /root/.go/src/crypto/md5
2025-08-20T19:16:01.8945997Z [00:02:04.532]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b150=>" -I $WORK/b150/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b150/symabis ./md5block_amd64.s
2025-08-20T19:16:01.8946456Z [00:02:04.555]➜  cat >/tmp/go-build504934049/b150/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8946813Z [00:02:04.556]➜  # import config
2025-08-20T19:16:01.8947214Z [00:02:04.556]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:01.8947773Z [00:02:04.556]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:16:01.8948290Z [00:02:04.556]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8948691Z [00:02:04.556]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:01.8949174Z [00:02:04.556]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:16:01.8949592Z [00:02:04.556]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:16:01.8949791Z [00:02:04.556]➜  EOF
2025-08-20T19:16:01.8950098Z [00:02:04.557]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.8953686Z [00:02:04.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b150=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid xzJNDPgMPDB6jckQO8_3/xzJNDPgMPDB6jckQO8_3 -goversion go1.25.0 -symabis $WORK/b150/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack -asmhdr $WORK/b150/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T19:16:01.8954134Z [00:02:04.646]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T19:16:01.8956180Z [00:02:04.647]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b149=>" -I $WORK/b149/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b149/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T19:16:01.8956671Z [00:02:04.658]➜  go tool pack r $WORK/b149/_pkg_.a $WORK/b149/cpu_gc_x86.o # internal
2025-08-20T19:16:01.8957021Z [00:02:04.658]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T19:16:01.8957905Z [00:02:04.661]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d # internal
2025-08-20T19:16:01.8958256Z [00:02:04.661]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T19:16:01.8958648Z [00:02:04.664]➜  mkdir -p $WORK/b144/
2025-08-20T19:16:01.8958969Z [00:02:04.666]➜  echo -n > $WORK/b144/go_asm.h # internal
2025-08-20T19:16:01.8959510Z [00:02:04.666]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T19:16:01.8962124Z [00:02:04.666]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b144/symabis ./chacha20poly1305_amd64.s
2025-08-20T19:16:01.8962658Z [00:02:04.677]➜  cd /root/.go/src/crypto/md5
2025-08-20T19:16:01.8964264Z [00:02:04.677]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b150=>" -I $WORK/b150/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b150/md5block_amd64.o ./md5block_amd64.s
2025-08-20T19:16:01.8964777Z [00:02:04.690]➜  go tool pack r $WORK/b150/_pkg_.a $WORK/b150/md5block_amd64.o # internal
2025-08-20T19:16:01.8965102Z [00:02:04.691]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T19:16:01.8965946Z [00:02:04.692]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d # internal
2025-08-20T19:16:01.8966146Z [00:02:04.692]➜  crypto/rc4
2025-08-20T19:16:01.8966389Z [00:02:04.692]➜  mkdir -p $WORK/b151/
2025-08-20T19:16:01.8966775Z [00:02:04.694]➜  cat >/tmp/go-build504934049/b151/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8966987Z [00:02:04.694]➜  # import config
2025-08-20T19:16:01.8967523Z [00:02:04.694]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build504934049/b092/_pkg_.a
2025-08-20T19:16:01.8968187Z [00:02:04.694]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:16:01.8968566Z [00:02:04.694]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8969068Z [00:02:04.694]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.8969235Z [00:02:04.694]➜  EOF
2025-08-20T19:16:01.8969543Z [00:02:04.694]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.8971969Z [00:02:04.694]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b151=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid ddivy_vGo7m8X1jdtCf5/ddivy_vGo7m8X1jdtCf5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T19:16:01.8972631Z [00:02:04.701]➜  cat >/tmp/go-build504934049/b144/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8972858Z [00:02:04.701]➜  # import config
2025-08-20T19:16:01.8973396Z [00:02:04.701]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T19:16:01.8973963Z [00:02:04.701]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T19:16:01.8974595Z [00:02:04.701]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T19:16:01.8974936Z [00:02:04.701]➜  importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu
2025-08-20T19:16:01.8975362Z [00:02:04.701]➜  packagefile crypto/cipher=/tmp/go-build504934049/b088/_pkg_.a
2025-08-20T19:16:01.8975784Z [00:02:04.701]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:01.8976124Z [00:02:04.701]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8976646Z [00:02:04.701]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build504934049/b146/_pkg_.a
2025-08-20T19:16:01.8977222Z [00:02:04.701]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build504934049/b147/_pkg_.a
2025-08-20T19:16:01.8977869Z [00:02:04.701]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build504934049/b148/_pkg_.a
2025-08-20T19:16:01.8978511Z [00:02:04.701]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build504934049/b149/_pkg_.a
2025-08-20T19:16:01.8978697Z [00:02:04.701]➜  EOF
2025-08-20T19:16:01.8984540Z [00:02:04.701]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b144=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -installsuffix shared -buildid r9wCMlKr00PnpKYqFOHA/r9wCMlKr00PnpKYqFOHA -goversion go1.25.0 -symabis $WORK/b144/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack -asmhdr $WORK/b144/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T19:16:01.8984965Z [00:02:04.747]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T19:16:01.8985874Z [00:02:04.748]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d # internal
2025-08-20T19:16:01.8986140Z [00:02:04.750]➜  crypto/internal/fips140/rsa
2025-08-20T19:16:01.8986373Z [00:02:04.750]➜  mkdir -p $WORK/b153/
2025-08-20T19:16:01.8986770Z [00:02:04.750]➜  cat >/tmp/go-build504934049/b153/importcfg << 'EOF' # internal
2025-08-20T19:16:01.8986963Z [00:02:04.750]➜  # import config
2025-08-20T19:16:01.8987350Z [00:02:04.750]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.8987803Z [00:02:04.750]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:16:01.8988364Z [00:02:04.750]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build504934049/b124/_pkg_.a
2025-08-20T19:16:01.8989054Z [00:02:04.750]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:16:01.8989693Z [00:02:04.750]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build504934049/b103/_pkg_.a
2025-08-20T19:16:01.8990250Z [00:02:04.750]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build504934049/b095/_pkg_.a
2025-08-20T19:16:01.8990794Z [00:02:04.750]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build504934049/b099/_pkg_.a
2025-08-20T19:16:01.8991348Z [00:02:04.750]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build504934049/b101/_pkg_.a
2025-08-20T19:16:01.8991874Z [00:02:04.750]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build504934049/b100/_pkg_.a
2025-08-20T19:16:01.8992265Z [00:02:04.751]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.8992799Z [00:02:04.751]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:01.8993174Z [00:02:04.751]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.8993572Z [00:02:04.751]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.8993762Z [00:02:04.751]➜  EOF
2025-08-20T19:16:01.8998316Z [00:02:04.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b153=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid gZi8IFIZM24eiWNNPCF7/gZi8IFIZM24eiWNNPCF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T19:16:01.8998763Z [00:02:04.761]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T19:16:01.9001524Z [00:02:04.761]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b144/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T19:16:01.9001915Z [00:02:04.781]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T19:16:01.9002961Z [00:02:04.789]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d # internal
2025-08-20T19:16:01.9003193Z [00:02:04.789]➜  crypto/sha1
2025-08-20T19:16:01.9003451Z [00:02:04.789]➜  mkdir -p $WORK/b154/
2025-08-20T19:16:01.9003754Z [00:02:04.789]➜  echo -n > $WORK/b154/go_asm.h # internal
2025-08-20T19:16:01.9004009Z [00:02:04.789]➜  cd /root/.go/src/crypto/sha1
2025-08-20T19:16:01.9005619Z [00:02:04.789]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b154=>" -I $WORK/b154/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b154/symabis ./sha1block_amd64.s
2025-08-20T19:16:01.9006092Z [00:02:04.803]➜  cat >/tmp/go-build504934049/b154/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9006325Z [00:02:04.803]➜  # import config
2025-08-20T19:16:01.9006717Z [00:02:04.803]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:01.9007211Z [00:02:04.803]➜  packagefile crypto/internal/boring=/tmp/go-build504934049/b110/_pkg_.a
2025-08-20T19:16:01.9007765Z [00:02:04.803]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:16:01.9008264Z [00:02:04.803]➜  packagefile crypto/internal/impl=/tmp/go-build504934049/b098/_pkg_.a
2025-08-20T19:16:01.9008650Z [00:02:04.803]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9009001Z [00:02:04.803]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:01.9009590Z [00:02:04.803]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:16:01.9009994Z [00:02:04.803]➜  packagefile internal/cpu=/tmp/go-build504934049/b011/_pkg_.a
2025-08-20T19:16:01.9010482Z [00:02:04.803]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:16:01.9010652Z [00:02:04.803]➜  EOF
2025-08-20T19:16:01.9010928Z [00:02:04.803]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.9014219Z [00:02:04.803]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b154=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid KgYea1Pdw3hJNrGRYkZX/KgYea1Pdw3hJNrGRYkZX -goversion go1.25.0 -symabis $WORK/b154/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack -asmhdr $WORK/b154/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_amd64.go
2025-08-20T19:16:01.9014630Z [00:02:04.833]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T19:16:01.9015148Z [00:02:04.833]➜  go tool pack r $WORK/b144/_pkg_.a $WORK/b144/chacha20poly1305_amd64.o # internal
2025-08-20T19:16:01.9015451Z [00:02:04.833]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T19:16:01.9016354Z [00:02:04.836]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d # internal
2025-08-20T19:16:01.9016567Z [00:02:04.836]➜  crypto/internal/hpke
2025-08-20T19:16:01.9016768Z [00:02:04.836]➜  mkdir -p $WORK/b143/
2025-08-20T19:16:01.9017120Z [00:02:04.838]➜  cat >/tmp/go-build504934049/b143/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9017309Z [00:02:04.838]➜  # import config
2025-08-20T19:16:01.9017868Z [00:02:04.838]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T19:16:01.9018206Z [00:02:04.838]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:01.9018561Z [00:02:04.838]➜  packagefile crypto/aes=/tmp/go-build504934049/b087/_pkg_.a
2025-08-20T19:16:01.9018973Z [00:02:04.838]➜  packagefile crypto/cipher=/tmp/go-build504934049/b088/_pkg_.a
2025-08-20T19:16:01.9019368Z [00:02:04.838]➜  packagefile crypto/ecdh=/tmp/go-build504934049/b113/_pkg_.a
2025-08-20T19:16:01.9019750Z [00:02:04.838]➜  packagefile crypto/hkdf=/tmp/go-build504934049/b137/_pkg_.a
2025-08-20T19:16:01.9020102Z [00:02:04.838]➜  packagefile crypto/rand=/tmp/go-build504934049/b136/_pkg_.a
2025-08-20T19:16:01.9020471Z [00:02:04.838]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9021119Z [00:02:04.838]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build504934049/b144/_pkg_.a
2025-08-20T19:16:01.9021604Z [00:02:04.838]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:16:01.9021998Z [00:02:04.838]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:16:01.9022177Z [00:02:04.838]➜  EOF
2025-08-20T19:16:01.9022622Z [00:02:04.838]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.9025492Z [00:02:04.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b143=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid zuRt2IQzyZolhf5F95d8/zuRt2IQzyZolhf5F95d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T19:16:01.9025792Z [00:02:04.857]➜  cd /root/.go/src/crypto/sha1
2025-08-20T19:16:01.9027482Z [00:02:04.857]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b154=>" -I $WORK/b154/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b154/sha1block_amd64.o ./sha1block_amd64.s
2025-08-20T19:16:01.9027959Z [00:02:04.888]➜  go tool pack r $WORK/b154/_pkg_.a $WORK/b154/sha1block_amd64.o # internal
2025-08-20T19:16:01.9028475Z [00:02:04.891]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T19:16:01.9029384Z [00:02:04.891]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d # internal
2025-08-20T19:16:01.9029738Z [00:02:04.892]➜  crypto/sha256
2025-08-20T19:16:01.9029962Z [00:02:04.892]➜  mkdir -p $WORK/b155/
2025-08-20T19:16:01.9030376Z [00:02:04.893]➜  cat >/tmp/go-build504934049/b155/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9030576Z [00:02:04.893]➜  # import config
2025-08-20T19:16:01.9030949Z [00:02:04.893]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:01.9031448Z [00:02:04.893]➜  packagefile crypto/internal/boring=/tmp/go-build504934049/b110/_pkg_.a
2025-08-20T19:16:01.9032007Z [00:02:04.893]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build504934049/b095/_pkg_.a
2025-08-20T19:16:01.9032544Z [00:02:04.893]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:01.9032759Z [00:02:04.893]➜  EOF
2025-08-20T19:16:01.9033026Z [00:02:04.894]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.9035349Z [00:02:04.894]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b155=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid 4E2ZYzolEG0nC41yvScW/4E2ZYzolEG0nC41yvScW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T19:16:01.9035655Z [00:02:04.953]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T19:16:01.9035934Z [00:02:04.957]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T19:16:01.9036713Z [00:02:04.957]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d # internal
2025-08-20T19:16:01.9036895Z [00:02:04.957]➜  crypto/fips140
2025-08-20T19:16:01.9037096Z [00:02:04.957]➜  mkdir -p $WORK/b157/
2025-08-20T19:16:01.9037450Z [00:02:04.957]➜  cat >/tmp/go-build504934049/b157/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9037640Z [00:02:04.957]➜  # import config
2025-08-20T19:16:01.9038070Z [00:02:04.957]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:16:01.9038565Z [00:02:04.957]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:16:01.9038785Z [00:02:04.957]➜  EOF
2025-08-20T19:16:01.9039570Z [00:02:04.957]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d # internal
2025-08-20T19:16:01.9039778Z [00:02:04.957]➜  crypto/dsa
2025-08-20T19:16:01.9039982Z [00:02:04.957]➜  mkdir -p $WORK/b159/
2025-08-20T19:16:01.9040347Z [00:02:04.963]➜  cat >/tmp/go-build504934049/b159/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9040520Z [00:02:04.963]➜  # import config
2025-08-20T19:16:01.9041001Z [00:02:04.963]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:16:01.9041456Z [00:02:04.963]➜  packagefile crypto/internal/randutil=/tmp/go-build504934049/b106/_pkg_.a
2025-08-20T19:16:01.9041814Z [00:02:04.963]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9042133Z [00:02:04.963]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9042655Z [00:02:04.963]➜  packagefile math/big=/tmp/go-build504934049/b120/_pkg_.a
2025-08-20T19:16:01.9042848Z [00:02:04.963]➜  EOF
2025-08-20T19:16:01.9045392Z [00:02:04.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b159=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid X7ca0nvB5092bacZm4zC/X7ca0nvB5092bacZm4zC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T19:16:01.9048081Z [00:02:04.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b157=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid L-DdIKuCrCeHDK9rf0tB/L-DdIKuCrCeHDK9rf0tB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T19:16:01.9048740Z [00:02:04.983]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T19:16:01.9049660Z [00:02:04.983]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d # internal
2025-08-20T19:16:01.9049956Z [00:02:04.984]➜  crypto/tls/internal/fips140tls
2025-08-20T19:16:01.9050187Z [00:02:04.984]➜  mkdir -p $WORK/b156/
2025-08-20T19:16:01.9050616Z [00:02:04.984]➜  cat >/tmp/go-build504934049/b156/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9050826Z [00:02:04.984]➜  # import config
2025-08-20T19:16:01.9051267Z [00:02:04.984]➜  packagefile crypto/fips140=/tmp/go-build504934049/b157/_pkg_.a
2025-08-20T19:16:01.9051692Z [00:02:04.984]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:01.9051880Z [00:02:04.984]➜  EOF
2025-08-20T19:16:01.9055468Z [00:02:04.984]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b156=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid qPbmajCohCDJ1gMaANVI/qPbmajCohCDJ1gMaANVI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T19:16:01.9055869Z [00:02:05.007]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T19:16:01.9056741Z [00:02:05.007]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d # internal
2025-08-20T19:16:01.9056972Z [00:02:05.008]➜  crypto/x509/pkix
2025-08-20T19:16:01.9057196Z [00:02:05.008]➜  mkdir -p $WORK/b160/
2025-08-20T19:16:01.9057609Z [00:02:05.008]➜  cat >/tmp/go-build504934049/b160/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9057815Z [00:02:05.008]➜  # import config
2025-08-20T19:16:01.9058251Z [00:02:05.008]➜  packagefile encoding/asn1=/tmp/go-build504934049/b131/_pkg_.a
2025-08-20T19:16:01.9058668Z [00:02:05.008]➜  packagefile encoding/hex=/tmp/go-build504934049/b080/_pkg_.a
2025-08-20T19:16:01.9059040Z [00:02:05.008]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9059431Z [00:02:05.008]➜  packagefile math/big=/tmp/go-build504934049/b120/_pkg_.a
2025-08-20T19:16:01.9059791Z [00:02:05.008]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:01.9059960Z [00:02:05.008]➜  EOF
2025-08-20T19:16:01.9062728Z [00:02:05.008]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b160=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid pI0MltfWt5DgwIiDX2vp/pI0MltfWt5DgwIiDX2vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T19:16:01.9063092Z [00:02:05.038]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T19:16:01.9064019Z [00:02:05.039]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d # internal
2025-08-20T19:16:01.9064312Z [00:02:05.040]➜  encoding/pem
2025-08-20T19:16:01.9064621Z [00:02:05.040]➜  mkdir -p $WORK/b161/
2025-08-20T19:16:01.9065005Z [00:02:05.041]➜  cat >/tmp/go-build504934049/b161/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9065205Z [00:02:05.041]➜  # import config
2025-08-20T19:16:01.9065568Z [00:02:05.041]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.9065966Z [00:02:05.041]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:01.9066282Z [00:02:05.041]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9066822Z [00:02:05.041]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9067184Z [00:02:05.041]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:01.9067649Z [00:02:05.041]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9067823Z [00:02:05.041]➜  EOF
2025-08-20T19:16:01.9070206Z [00:02:05.042]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b161=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid 2ABdeLys1NcXxf9dH5bd/2ABdeLys1NcXxf9dH5bd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T19:16:01.9070646Z [00:02:05.081]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T19:16:01.9071491Z [00:02:05.083]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d # internal
2025-08-20T19:16:01.9071722Z [00:02:05.086]➜  crypto/rsa
2025-08-20T19:16:01.9071932Z [00:02:05.086]➜  mkdir -p $WORK/b152/
2025-08-20T19:16:01.9072621Z [00:02:05.087]➜  cat >/tmp/go-build504934049/b152/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9072926Z [00:02:05.087]➜  # import config
2025-08-20T19:16:01.9073427Z [00:02:05.087]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:01.9073945Z [00:02:05.088]➜  packagefile crypto/internal/boring=/tmp/go-build504934049/b110/_pkg_.a
2025-08-20T19:16:01.9074466Z [00:02:05.088]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build504934049/b122/_pkg_.a
2025-08-20T19:16:01.9074992Z [00:02:05.088]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build504934049/b124/_pkg_.a
2025-08-20T19:16:01.9075503Z [00:02:05.088]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build504934049/b153/_pkg_.a
2025-08-20T19:16:01.9076029Z [00:02:05.088]➜  packagefile crypto/internal/fips140hash=/tmp/go-build504934049/b127/_pkg_.a
2025-08-20T19:16:01.9076552Z [00:02:05.089]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:16:01.9077064Z [00:02:05.089]➜  packagefile crypto/internal/randutil=/tmp/go-build504934049/b106/_pkg_.a
2025-08-20T19:16:01.9077495Z [00:02:05.089]➜  packagefile crypto/rand=/tmp/go-build504934049/b136/_pkg_.a
2025-08-20T19:16:01.9077949Z [00:02:05.089]➜  packagefile crypto/subtle=/tmp/go-build504934049/b109/_pkg_.a
2025-08-20T19:16:01.9078318Z [00:02:05.089]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9078680Z [00:02:05.089]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9079044Z [00:02:05.090]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:01.9079486Z [00:02:05.090]➜  packagefile internal/godebug=/tmp/go-build504934049/b047/_pkg_.a
2025-08-20T19:16:01.9079828Z [00:02:05.090]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9080190Z [00:02:05.090]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:01.9080510Z [00:02:05.090]➜  packagefile math/big=/tmp/go-build504934049/b120/_pkg_.a
2025-08-20T19:16:01.9080668Z [00:02:05.090]➜  EOF
2025-08-20T19:16:01.9083543Z [00:02:05.090]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b152=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid m6J4ZMAP7w-IIAmuH7AX/m6J4ZMAP7w-IIAmuH7AX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T19:16:01.9083866Z [00:02:05.103]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T19:16:01.9084630Z [00:02:05.105]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d # internal
2025-08-20T19:16:01.9084897Z [00:02:05.105]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T19:16:01.9085219Z [00:02:05.105]➜  mkdir -p $WORK/b164/
2025-08-20T19:16:01.9085607Z [00:02:05.105]➜  cat >/tmp/go-build504934049/b164/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9085881Z [00:02:05.105]➜  # import config
2025-08-20T19:16:01.9086253Z [00:02:05.105]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9086431Z [00:02:05.105]➜  EOF
2025-08-20T19:16:01.9089487Z [00:02:05.105]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b164=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid RxfIdmySJo_fyi_wpEHS/RxfIdmySJo_fyi_wpEHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T19:16:01.9089816Z [00:02:05.181]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T19:16:01.9090674Z [00:02:05.182]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d # internal
2025-08-20T19:16:01.9090917Z [00:02:05.182]➜  internal/singleflight
2025-08-20T19:16:01.9091131Z [00:02:05.182]➜  mkdir -p $WORK/b166/
2025-08-20T19:16:01.9091581Z [00:02:05.183]➜  cat >/tmp/go-build504934049/b166/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9091779Z [00:02:05.183]➜  # import config
2025-08-20T19:16:01.9092123Z [00:02:05.183]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9092289Z [00:02:05.183]➜  EOF
2025-08-20T19:16:01.9095099Z [00:02:05.183]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b166=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid g-qjEonbg4KzmVs38yhx/g-qjEonbg4KzmVs38yhx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T19:16:01.9095435Z [00:02:05.233]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T19:16:01.9096299Z [00:02:05.235]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d # internal
2025-08-20T19:16:01.9096481Z [00:02:05.237]➜  unique
2025-08-20T19:16:01.9096692Z [00:02:05.237]➜  mkdir -p $WORK/b168/
2025-08-20T19:16:01.9097066Z [00:02:05.238]➜  cat >/tmp/go-build504934049/b168/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9097261Z [00:02:05.238]➜  # import config
2025-08-20T19:16:01.9097647Z [00:02:05.238]➜  packagefile internal/abi=/tmp/go-build504934049/b005/_pkg_.a
2025-08-20T19:16:01.9098043Z [00:02:05.238]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:16:01.9098471Z [00:02:05.238]➜  packagefile internal/stringslite=/tmp/go-build504934049/b031/_pkg_.a
2025-08-20T19:16:01.9098855Z [00:02:05.238]➜  packagefile internal/sync=/tmp/go-build504934049/b035/_pkg_.a
2025-08-20T19:16:01.9099197Z [00:02:05.238]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.9099541Z [00:02:05.238]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9099908Z [00:02:05.238]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:01.9100238Z [00:02:05.238]➜  packagefile weak=/tmp/go-build504934049/b126/_pkg_.a
2025-08-20T19:16:01.9100404Z [00:02:05.238]➜  EOF
2025-08-20T19:16:01.9103238Z [00:02:05.240]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b168=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid slzjFFHIY2oIZPIsSEyx/slzjFFHIY2oIZPIsSEyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T19:16:01.9103786Z [00:02:05.298]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T19:16:01.9104697Z [00:02:05.300]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d # internal
2025-08-20T19:16:01.9105004Z [00:02:05.301]➜  net/url
2025-08-20T19:16:01.9105236Z [00:02:05.301]➜  mkdir -p $WORK/b169/
2025-08-20T19:16:01.9105659Z [00:02:05.305]➜  cat >/tmp/go-build504934049/b169/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9105883Z [00:02:05.305]➜  # import config
2025-08-20T19:16:01.9106258Z [00:02:05.305]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9106638Z [00:02:05.305]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9107020Z [00:02:05.305]➜  packagefile maps=/tmp/go-build504934049/b162/_pkg_.a
2025-08-20T19:16:01.9107402Z [00:02:05.305]➜  packagefile path=/tmp/go-build504934049/b040/_pkg_.a
2025-08-20T19:16:01.9107788Z [00:02:05.305]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:01.9108200Z [00:02:05.305]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.9108785Z [00:02:05.307]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9109035Z [00:02:05.307]➜  EOF
2025-08-20T19:16:01.9111522Z [00:02:05.307]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b169=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid qWuN1b1aWdxv7Pdho_tZ/qWuN1b1aWdxv7Pdho_tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T19:16:01.9111992Z [00:02:05.421]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T19:16:01.9113084Z [00:02:05.425]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d # internal
2025-08-20T19:16:01.9113334Z [00:02:05.425]➜  net/netip
2025-08-20T19:16:01.9113572Z [00:02:05.426]➜  mkdir -p $WORK/b167/
2025-08-20T19:16:01.9114007Z [00:02:05.426]➜  cat >/tmp/go-build504934049/b167/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9114229Z [00:02:05.426]➜  # import config
2025-08-20T19:16:01.9114628Z [00:02:05.426]➜  packagefile cmp=/tmp/go-build504934049/b043/_pkg_.a
2025-08-20T19:16:01.9115038Z [00:02:05.426]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9115510Z [00:02:05.426]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:16:01.9115982Z [00:02:05.426]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:16:01.9116479Z [00:02:05.426]➜  packagefile internal/itoa=/tmp/go-build504934049/b050/_pkg_.a
2025-08-20T19:16:01.9116865Z [00:02:05.426]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:01.9117271Z [00:02:05.426]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:16:01.9117667Z [00:02:05.426]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.9118072Z [00:02:05.426]➜  packagefile unique=/tmp/go-build504934049/b168/_pkg_.a
2025-08-20T19:16:01.9118267Z [00:02:05.426]➜  EOF
2025-08-20T19:16:01.9121024Z [00:02:05.426]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b167=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid T9NLh6u5PaOGybKdBh3c/T9NLh6u5PaOGybKdBh3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T19:16:01.9121434Z [00:02:05.637]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T19:16:01.9122338Z [00:02:05.646]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d # internal
2025-08-20T19:16:01.9122883Z [00:02:05.649]➜  github.com/alibabacloud-go/debug/debug
2025-08-20T19:16:01.9123139Z [00:02:05.649]➜  mkdir -p $WORK/b171/
2025-08-20T19:16:01.9123735Z [00:02:05.649]➜  cat >/tmp/go-build504934049/b171/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9123959Z [00:02:05.649]➜  # import config
2025-08-20T19:16:01.9124330Z [00:02:05.649]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9124815Z [00:02:05.649]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:01.9125225Z [00:02:05.649]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9125436Z [00:02:05.649]➜  EOF
2025-08-20T19:16:01.9128902Z [00:02:05.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alibabacloud-go/debug@v1.0.1/debug=>github.com/alibabacloud-go/debug@v1.0.1/debug;$WORK/b171=>" -p github.com/alibabacloud-go/debug/debug -lang=go1.18 -complete -installsuffix shared -buildid BgoQTvV2MCgpzzN_ERRM/BgoQTvV2MCgpzzN_ERRM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/go/pkg/mod/github.com/alibabacloud-go/debug@v1.0.1/debug/debug.go
2025-08-20T19:16:01.9129340Z [00:02:05.667]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T19:16:01.9130371Z [00:02:05.670]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d # internal
2025-08-20T19:16:01.9130608Z [00:02:05.670]➜  log
2025-08-20T19:16:01.9130965Z [00:02:05.671]➜  mkdir -p $WORK/b173/
2025-08-20T19:16:01.9131418Z [00:02:05.671]➜  cat >/tmp/go-build504934049/b173/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9131638Z [00:02:05.671]➜  # import config
2025-08-20T19:16:01.9132027Z [00:02:05.671]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9132618Z [00:02:05.671]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9133076Z [00:02:05.671]➜  packagefile log/internal=/tmp/go-build504934049/b174/_pkg_.a
2025-08-20T19:16:01.9133391Z [00:02:05.671]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:01.9133739Z [00:02:05.671]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.9134076Z [00:02:05.671]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9134460Z [00:02:05.671]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:01.9134791Z [00:02:05.671]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:01.9134966Z [00:02:05.671]➜  EOF
2025-08-20T19:16:01.9136942Z [00:02:05.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b173=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid SSqjE6Su3SsqpCfAlOmL/SSqjE6Su3SsqpCfAlOmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/log/log.go
2025-08-20T19:16:01.9137256Z [00:02:05.688]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T19:16:01.9138001Z [00:02:05.689]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/24/2412431e6ae7f27bf36f3106a0161ef01f8e05bd8acb0f8af420996f9f3a9469-d # internal
2025-08-20T19:16:01.9138175Z [00:02:05.689]➜  flag
2025-08-20T19:16:01.9138366Z [00:02:05.689]➜  mkdir -p $WORK/b176/
2025-08-20T19:16:01.9138741Z [00:02:05.689]➜  cat >/tmp/go-build504934049/b176/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9138932Z [00:02:05.690]➜  # import config
2025-08-20T19:16:01.9139289Z [00:02:05.690]➜  packagefile encoding=/tmp/go-build504934049/b054/_pkg_.a
2025-08-20T19:16:01.9139631Z [00:02:05.690]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9139962Z [00:02:05.690]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9140284Z [00:02:05.690]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9140603Z [00:02:05.690]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:01.9140952Z [00:02:05.690]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:01.9141298Z [00:02:05.690]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.9141738Z [00:02:05.690]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:01.9142083Z [00:02:05.690]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.9142626Z [00:02:05.690]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9143068Z [00:02:05.690]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:01.9143214Z [00:02:05.690]➜  EOF
2025-08-20T19:16:01.9145355Z [00:02:05.690]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b176=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid xNJwWrRXYm4X7HU2StJk/xNJwWrRXYm4X7HU2StJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T19:16:01.9145701Z [00:02:05.825]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T19:16:01.9146566Z [00:02:05.829]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d # internal
2025-08-20T19:16:01.9146784Z [00:02:05.829]➜  internal/sysinfo
2025-08-20T19:16:01.9147013Z [00:02:05.829]➜  mkdir -p $WORK/b177/
2025-08-20T19:16:01.9147550Z [00:02:05.830]➜  cat >/tmp/go-build504934049/b177/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9147801Z [00:02:05.830]➜  # import config
2025-08-20T19:16:01.9148293Z [00:02:05.830]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:01.9148696Z [00:02:05.830]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.9149105Z [00:02:05.830]➜  packagefile internal/cpu=/tmp/go-build504934049/b011/_pkg_.a
2025-08-20T19:16:01.9149473Z [00:02:05.830]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9149817Z [00:02:05.830]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:01.9150205Z [00:02:05.830]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9150564Z [00:02:05.830]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9150758Z [00:02:05.830]➜  EOF
2025-08-20T19:16:01.9153854Z [00:02:05.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b177=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid 2LlP5eE58_Bepn4XAFpx/2LlP5eE58_Bepn4XAFpx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T19:16:01.9154221Z [00:02:05.877]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T19:16:01.9155080Z [00:02:05.879]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/2b/2b97ad2c0335aebfdfc2883ac4201c66777086b1833d6143b9608958e204e6bf-d # internal
2025-08-20T19:16:01.9155301Z [00:02:05.879]➜  runtime/debug
2025-08-20T19:16:01.9155532Z [00:02:05.879]➜  mkdir -p $WORK/b178/
2025-08-20T19:16:01.9155845Z [00:02:05.880]➜  echo -n > $WORK/b178/go_asm.h # internal
2025-08-20T19:16:01.9156117Z [00:02:05.880]➜  cd /root/.go/src/runtime/debug
2025-08-20T19:16:01.9157798Z [00:02:05.881]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b178=>" -I $WORK/b178/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b178/symabis ./debug.s
2025-08-20T19:16:01.9158243Z [00:02:05.896]➜  cat >/tmp/go-build504934049/b178/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9158450Z [00:02:05.896]➜  # import config
2025-08-20T19:16:01.9158821Z [00:02:05.896]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9159268Z [00:02:05.896]➜  packagefile internal/poll=/tmp/go-build504934049/b063/_pkg_.a
2025-08-20T19:16:01.9159659Z [00:02:05.896]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:01.9160119Z [00:02:05.896]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.9160497Z [00:02:05.896]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:01.9161056Z [00:02:05.896]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.9161451Z [00:02:05.896]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9161954Z [00:02:05.896]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:01.9162151Z [00:02:05.896]➜  EOF
2025-08-20T19:16:01.9162644Z [00:02:05.897]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.9166360Z [00:02:05.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b178=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid 7y92FvxpPbsojj3KvJ1V/7y92FvxpPbsojj3KvJ1V -goversion go1.25.0 -symabis $WORK/b178/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack -asmhdr $WORK/b178/go_asm.h /root/.go/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T19:16:01.9166784Z [00:02:05.921]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T19:16:01.9167846Z [00:02:05.932]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d # internal
2025-08-20T19:16:01.9168096Z [00:02:05.932]➜  runtime/trace
2025-08-20T19:16:01.9168444Z [00:02:05.932]➜  mkdir -p $WORK/b179/
2025-08-20T19:16:01.9168884Z [00:02:05.933]➜  cat >/tmp/go-build504934049/b179/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9169102Z [00:02:05.934]➜  # import config
2025-08-20T19:16:01.9169500Z [00:02:05.934]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:01.9169887Z [00:02:05.934]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9170252Z [00:02:05.934]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9170758Z [00:02:05.934]➜  packagefile internal/trace/tracev2=/tmp/go-build504934049/b032/_pkg_.a
2025-08-20T19:16:01.9171135Z [00:02:05.934]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9171526Z [00:02:05.934]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.9171939Z [00:02:05.934]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:01.9172334Z [00:02:05.934]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9172948Z [00:02:05.934]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:01.9173308Z [00:02:05.934]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:01.9173487Z [00:02:05.934]➜  EOF
2025-08-20T19:16:01.9177138Z [00:02:05.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b179=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid YFUbVuUvJjUv56KzlldR/YFUbVuUvJjUv56KzlldR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/.go/src/runtime/trace/annotation.go /root/.go/src/runtime/trace/batch.go /root/.go/src/runtime/trace/encoding.go /root/.go/src/runtime/trace/flightrecorder.go /root/.go/src/runtime/trace/recorder.go /root/.go/src/runtime/trace/subscribe.go /root/.go/src/runtime/trace/trace.go
2025-08-20T19:16:01.9177463Z [00:02:05.961]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T19:16:01.9178207Z [00:02:05.980]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d # internal
2025-08-20T19:16:01.9178361Z [00:02:05.984]➜  net
2025-08-20T19:16:01.9178554Z [00:02:05.985]➜  mkdir -p $WORK/b163/
2025-08-20T19:16:01.9178828Z [00:02:05.985]➜  echo -n > $WORK/b163/preferlinkext # internal
2025-08-20T19:16:01.9179011Z [00:02:05.986]➜  cd /root/.go/src/net
2025-08-20T19:16:01.9180549Z [00:02:05.986]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b163/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b163/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T19:16:01.9180928Z [00:02:05.990]➜  cd /root/.go/src/runtime/debug
2025-08-20T19:16:01.9182784Z [00:02:05.990]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b178=>" -I $WORK/b178/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b178/debug.o ./debug.s
2025-08-20T19:16:01.9183253Z [00:02:06.006]➜  go tool pack r $WORK/b178/_pkg_.a $WORK/b178/debug.o # internal
2025-08-20T19:16:01.9183597Z [00:02:06.006]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T19:16:01.9184500Z [00:02:06.008]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d # internal
2025-08-20T19:16:01.9184714Z [00:02:06.012]➜  io/ioutil
2025-08-20T19:16:01.9184951Z [00:02:06.012]➜  mkdir -p $WORK/b182/
2025-08-20T19:16:01.9185390Z [00:02:06.012]➜  cat >/tmp/go-build504934049/b182/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9185619Z [00:02:06.012]➜  # import config
2025-08-20T19:16:01.9186140Z [00:02:06.012]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9186584Z [00:02:06.012]➜  packagefile io/fs=/tmp/go-build504934049/b038/_pkg_.a
2025-08-20T19:16:01.9187077Z [00:02:06.012]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:01.9187560Z [00:02:06.012]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:01.9187961Z [00:02:06.012]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9188150Z [00:02:06.012]➜  EOF
2025-08-20T19:16:01.9188447Z [00:02:06.012]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.9191189Z [00:02:06.012]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b182=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid EEG5fZB88GPgERr2M_6i/EEG5fZB88GPgERr2M_6i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T19:16:01.9191627Z [00:02:06.053]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T19:16:01.9192006Z [00:02:06.088]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T19:16:01.9193101Z [00:02:06.089]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/32/324e14af54994ca777e4369d8171be84a8ba8e03e7915d0342788f26d2acd28e-d # internal
2025-08-20T19:16:01.9193337Z [00:02:06.091]➜  testing
2025-08-20T19:16:01.9193569Z [00:02:06.091]➜  mkdir -p $WORK/b175/
2025-08-20T19:16:01.9194006Z [00:02:06.091]➜  cat >/tmp/go-build504934049/b175/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9194228Z [00:02:06.091]➜  # import config
2025-08-20T19:16:01.9194619Z [00:02:06.091]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.9195014Z [00:02:06.091]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:01.9195612Z [00:02:06.091]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9196026Z [00:02:06.091]➜  packagefile flag=/tmp/go-build504934049/b176/_pkg_.a
2025-08-20T19:16:01.9196543Z [00:02:06.091]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9196990Z [00:02:06.091]➜  packagefile internal/race=/tmp/go-build504934049/b029/_pkg_.a
2025-08-20T19:16:01.9197454Z [00:02:06.091]➜  packagefile internal/sysinfo=/tmp/go-build504934049/b177/_pkg_.a
2025-08-20T19:16:01.9197838Z [00:02:06.091]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9198234Z [00:02:06.091]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:01.9198656Z [00:02:06.091]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:16:01.9199038Z [00:02:06.091]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:01.9199493Z [00:02:06.091]➜  packagefile path/filepath=/tmp/go-build504934049/b075/_pkg_.a
2025-08-20T19:16:01.9199913Z [00:02:06.091]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:01.9200322Z [00:02:06.091]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.9200787Z [00:02:06.091]➜  packagefile runtime/debug=/tmp/go-build504934049/b178/_pkg_.a
2025-08-20T19:16:01.9201233Z [00:02:06.091]➜  packagefile runtime/trace=/tmp/go-build504934049/b179/_pkg_.a
2025-08-20T19:16:01.9201627Z [00:02:06.091]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:01.9202022Z [00:02:06.091]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.9202648Z [00:02:06.091]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9203064Z [00:02:06.091]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9203494Z [00:02:06.091]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:01.9203833Z [00:02:06.091]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:01.9204204Z [00:02:06.091]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:16:01.9204729Z [00:02:06.091]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:01.9204915Z [00:02:06.091]➜  EOF
2025-08-20T19:16:01.9209200Z [00:02:06.094]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b175=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid XVSwLsZ-oMhNg2cX7CBg/XVSwLsZ-oMhNg2cX7CBg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/testing/allocs.go /root/.go/src/testing/benchmark.go /root/.go/src/testing/cover.go /root/.go/src/testing/example.go /root/.go/src/testing/fuzz.go /root/.go/src/testing/match.go /root/.go/src/testing/newcover.go /root/.go/src/testing/run_example.go /root/.go/src/testing/testing.go /root/.go/src/testing/testing_other.go
2025-08-20T19:16:01.9209529Z [00:02:06.105]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T19:16:01.9210308Z [00:02:06.107]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d # internal
2025-08-20T19:16:01.9210560Z [00:02:06.107]➜  github.com/modern-go/concurrent
2025-08-20T19:16:01.9210763Z [00:02:06.107]➜  mkdir -p $WORK/b181/
2025-08-20T19:16:01.9211129Z [00:02:06.110]➜  cat >/tmp/go-build504934049/b181/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9211307Z [00:02:06.110]➜  # import config
2025-08-20T19:16:01.9211657Z [00:02:06.110]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:01.9211985Z [00:02:06.110]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9212356Z [00:02:06.110]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:01.9212838Z [00:02:06.110]➜  packagefile log=/tmp/go-build504934049/b173/_pkg_.a
2025-08-20T19:16:01.9213172Z [00:02:06.110]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:01.9213616Z [00:02:06.110]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:01.9213961Z [00:02:06.110]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.9214402Z [00:02:06.110]➜  packagefile runtime/debug=/tmp/go-build504934049/b178/_pkg_.a
2025-08-20T19:16:01.9214740Z [00:02:06.110]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9215058Z [00:02:06.110]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:01.9215220Z [00:02:06.110]➜  EOF
2025-08-20T19:16:01.9220832Z [00:02:06.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd=>github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd;$WORK/b181=>" -p github.com/modern-go/concurrent -lang=go1.16 -complete -installsuffix shared -buildid GtDDegCUt95D5YP8XOCq/GtDDegCUt95D5YP8XOCq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/executor.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/go_above_19.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/log.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/unbounded_executor.go
2025-08-20T19:16:01.9221189Z [00:02:06.306]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T19:16:01.9222045Z [00:02:06.310]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/fa/fa796256e1c069541263b869ef5f2959af131a217c6aa03496da34c683a139e7-d # internal
2025-08-20T19:16:01.9222289Z [00:02:06.312]➜  github.com/modern-go/reflect2
2025-08-20T19:16:01.9222665Z [00:02:06.312]➜  mkdir -p $WORK/b183/
2025-08-20T19:16:01.9222956Z [00:02:06.312]➜  echo -n > $WORK/b183/go_asm.h # internal
2025-08-20T19:16:01.9223290Z [00:02:06.315]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T19:16:01.9225827Z [00:02:06.315]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b183=>" -I $WORK/b183/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b183/symabis ./reflect2_amd64.s ./relfect2_mips64x.s ./relfect2_mipsx.s ./relfect2_ppc64x.s
2025-08-20T19:16:01.9226251Z [00:02:06.324]➜  cat >/tmp/go-build504934049/b183/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9226451Z [00:02:06.324]➜  # import config
2025-08-20T19:16:01.9226818Z [00:02:06.324]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:01.9227171Z [00:02:06.324]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.9227519Z [00:02:06.324]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9227685Z [00:02:06.324]➜  EOF
2025-08-20T19:16:01.9227964Z [00:02:06.324]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.9240129Z [00:02:06.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b183=>" -p github.com/modern-go/reflect2 -lang=go1.12 -installsuffix shared -buildid 1pmDiabqQihCT31TSE-X/1pmDiabqQihCT31TSE-X -goversion go1.25.0 -symabis $WORK/b183/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack -asmhdr $WORK/b183/go_asm.h /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_118.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_19.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2_kind.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_type.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/type_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_array.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_eface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_iface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_link.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_ptr.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_type.go
2025-08-20T19:16:01.9241303Z [00:02:06.416]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/33/332fd0f1dfd695291c985ca5d451ddcac14ee91a817ad26f10d42bb29f7a0f0e-d # internal
2025-08-20T19:16:01.9241516Z [00:02:06.416]➜  compress/flate
2025-08-20T19:16:01.9241748Z [00:02:06.416]➜  mkdir -p $WORK/b188/
2025-08-20T19:16:01.9242153Z [00:02:06.417]➜  cat >/tmp/go-build504934049/b188/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9242356Z [00:02:06.417]➜  # import config
2025-08-20T19:16:01.9242897Z [00:02:06.417]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:01.9243242Z [00:02:06.417]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9243586Z [00:02:06.417]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9243899Z [00:02:06.417]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9244212Z [00:02:06.417]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:01.9244560Z [00:02:06.417]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:16:01.9244897Z [00:02:06.417]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:01.9245261Z [00:02:06.417]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.9245739Z [00:02:06.417]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9245951Z [00:02:06.417]➜  EOF
2025-08-20T19:16:01.9250524Z [00:02:06.417]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b188=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid lu9wJols6mZhiIWbtWKV/lu9wJols6mZhiIWbtWKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T19:16:01.9250982Z [00:02:06.706]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T19:16:01.9251975Z [00:02:06.713]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d # internal
2025-08-20T19:16:01.9252195Z [00:02:06.713]➜  hash/crc32
2025-08-20T19:16:01.9252568Z [00:02:06.715]➜  mkdir -p $WORK/b189/
2025-08-20T19:16:01.9252879Z [00:02:06.717]➜  echo -n > $WORK/b189/go_asm.h # internal
2025-08-20T19:16:01.9253114Z [00:02:06.717]➜  cd /root/.go/src/hash/crc32
2025-08-20T19:16:01.9254653Z [00:02:06.717]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b189=>" -I $WORK/b189/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b189/symabis ./crc32_amd64.s
2025-08-20T19:16:01.9255085Z [00:02:06.730]➜  cat >/tmp/go-build504934049/b189/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9255311Z [00:02:06.730]➜  # import config
2025-08-20T19:16:01.9255696Z [00:02:06.730]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9256244Z [00:02:06.730]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:01.9256729Z [00:02:06.730]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:16:01.9257240Z [00:02:06.730]➜  packagefile internal/cpu=/tmp/go-build504934049/b011/_pkg_.a
2025-08-20T19:16:01.9257602Z [00:02:06.730]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9257976Z [00:02:06.730]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:01.9258142Z [00:02:06.730]➜  EOF
2025-08-20T19:16:01.9258423Z [00:02:06.730]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.9261901Z [00:02:06.730]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b189=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid OevusF61XqBiglh2go0s/OevusF61XqBiglh2go0s -goversion go1.25.0 -symabis $WORK/b189/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack -asmhdr $WORK/b189/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_amd64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T19:16:01.9262199Z [00:02:06.858]➜  cd /root/.go/src/hash/crc32
2025-08-20T19:16:01.9263914Z [00:02:06.858]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b189=>" -I $WORK/b189/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b189/crc32_amd64.o ./crc32_amd64.s
2025-08-20T19:16:01.9264380Z [00:02:06.871]➜  go tool pack r $WORK/b189/_pkg_.a $WORK/b189/crc32_amd64.o # internal
2025-08-20T19:16:01.9264706Z [00:02:06.872]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T19:16:01.9265567Z [00:02:06.873]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d # internal
2025-08-20T19:16:01.9265780Z [00:02:06.875]➜  compress/gzip
2025-08-20T19:16:01.9266015Z [00:02:06.875]➜  mkdir -p $WORK/b187/
2025-08-20T19:16:01.9266416Z [00:02:06.876]➜  cat >/tmp/go-build504934049/b187/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9266759Z [00:02:06.876]➜  # import config
2025-08-20T19:16:01.9267146Z [00:02:06.876]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:01.9267670Z [00:02:06.876]➜  packagefile compress/flate=/tmp/go-build504934049/b188/_pkg_.a
2025-08-20T19:16:01.9268102Z [00:02:06.876]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:01.9268478Z [00:02:06.876]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9268825Z [00:02:06.876]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9269222Z [00:02:06.876]➜  packagefile hash/crc32=/tmp/go-build504934049/b189/_pkg_.a
2025-08-20T19:16:01.9269562Z [00:02:06.876]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9269925Z [00:02:06.876]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:01.9270106Z [00:02:06.876]➜  EOF
2025-08-20T19:16:01.9270387Z [00:02:06.877]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.9273324Z [00:02:06.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b187=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid k2XxW7nAX_0rkxTW93-g/k2XxW7nAX_0rkxTW93-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T19:16:01.9273554Z [00:02:06.917]➜  cd $WORK/b163
2025-08-20T19:16:01.9275851Z [00:02:06.918]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b163=/tmp/go-build -gno-record-gcc-switches -I $WORK/b163/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b163/_x001.o -c _cgo_export.c
2025-08-20T19:16:01.9276363Z [00:02:06.949]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T19:16:01.9277253Z [00:02:06.950]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d # internal
2025-08-20T19:16:01.9277646Z [00:02:06.951]➜  vendor/golang.org/x/text/transform
2025-08-20T19:16:01.9277878Z [00:02:06.951]➜  mkdir -p $WORK/b193/
2025-08-20T19:16:01.9278289Z [00:02:06.952]➜  cat >/tmp/go-build504934049/b193/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9278508Z [00:02:06.952]➜  # import config
2025-08-20T19:16:01.9278879Z [00:02:06.952]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.9279249Z [00:02:06.952]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9279593Z [00:02:06.952]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9279999Z [00:02:06.952]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:01.9280188Z [00:02:06.952]➜  EOF
2025-08-20T19:16:01.9280460Z [00:02:06.953]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.9283874Z [00:02:06.953]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b193=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid kTKUPu3vmDb6uwB5B3sH/kTKUPu3vmDb6uwB5B3sH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T19:16:01.9284148Z [00:02:06.970]➜  cd $WORK/b163
2025-08-20T19:16:01.9286496Z [00:02:06.970]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b163=/tmp/go-build -gno-record-gcc-switches -I $WORK/b163/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b163/_x002.o -c cgo_linux.cgo2.c
2025-08-20T19:16:01.9287029Z [00:02:07.002]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T19:16:01.9287933Z [00:02:07.017]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/8f/8f5b5dd7d32fdf4b925afe1dbbd9c379a24426d3e2199bab1a3728fc8b868e9b-d # internal
2025-08-20T19:16:01.9288344Z [00:02:07.018]➜  github.com/alibabacloud-go/tea/utils
2025-08-20T19:16:01.9288588Z [00:02:07.018]➜  mkdir -p $WORK/b172/
2025-08-20T19:16:01.9289006Z [00:02:07.018]➜  cat >/tmp/go-build504934049/b172/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9289214Z [00:02:07.018]➜  # import config
2025-08-20T19:16:01.9289576Z [00:02:07.018]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9289933Z [00:02:07.018]➜  packagefile log=/tmp/go-build504934049/b173/_pkg_.a
2025-08-20T19:16:01.9290323Z [00:02:07.018]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:01.9290693Z [00:02:07.018]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9291083Z [00:02:07.018]➜  packagefile testing=/tmp/go-build504934049/b175/_pkg_.a
2025-08-20T19:16:01.9291455Z [00:02:07.018]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:01.9291639Z [00:02:07.018]➜  EOF
2025-08-20T19:16:01.9291926Z [00:02:07.018]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.9296689Z [00:02:07.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/utils=>github.com/alibabacloud-go/tea@v1.3.10/utils;$WORK/b172=>" -p github.com/alibabacloud-go/tea/utils -lang=go1.14 -complete -installsuffix shared -buildid UWSeL0X10Yf236F1r8CC/UWSeL0X10Yf236F1r8CC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/utils/assert.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/utils/logger.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/utils/progress.go
2025-08-20T19:16:01.9297246Z [00:02:07.021]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T19:16:01.9298181Z [00:02:07.024]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d # internal
2025-08-20T19:16:01.9298634Z [00:02:07.027]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T19:16:01.9298886Z [00:02:07.027]➜  mkdir -p $WORK/b194/
2025-08-20T19:16:01.9299319Z [00:02:07.027]➜  cat >/tmp/go-build504934049/b194/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9299532Z [00:02:07.027]➜  # import config
2025-08-20T19:16:01.9299921Z [00:02:07.027]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.9300377Z [00:02:07.027]➜  packagefile container/list=/tmp/go-build504934049/b084/_pkg_.a
2025-08-20T19:16:01.9300758Z [00:02:07.027]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9301134Z [00:02:07.027]➜  packagefile log=/tmp/go-build504934049/b173/_pkg_.a
2025-08-20T19:16:01.9301532Z [00:02:07.027]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:01.9301989Z [00:02:07.027]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:01.9302192Z [00:02:07.027]➜  EOF
2025-08-20T19:16:01.9308061Z [00:02:07.027]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b194=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid SGzG2qJOCZT6g7y-aOhc/SGzG2qJOCZT6g7y-aOhc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T19:16:01.9308362Z [00:02:07.043]➜  cd $WORK/b163
2025-08-20T19:16:01.9310992Z [00:02:07.043]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b163=/tmp/go-build -gno-record-gcc-switches -I $WORK/b163/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b163/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T19:16:01.9311404Z [00:02:07.133]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T19:16:01.9312308Z [00:02:07.135]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/0e/0e994c075c2e972ffedbefcc476889d247c441bda1758b1e9b303ef20591121f-d # internal
2025-08-20T19:16:01.9312816Z [00:02:07.142]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T19:16:01.9313043Z [00:02:07.142]➜  mkdir -p $WORK/b195/
2025-08-20T19:16:01.9315487Z [00:02:07.145]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b163=/tmp/go-build -gno-record-gcc-switches -I $WORK/b163/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b163/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T19:16:01.9315975Z [00:02:07.148]➜  cat >/tmp/go-build504934049/b195/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9316210Z [00:02:07.148]➜  # import config
2025-08-20T19:16:01.9316794Z [00:02:07.148]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T19:16:01.9317272Z [00:02:07.148]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:01.9317658Z [00:02:07.148]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9318256Z [00:02:07.148]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build504934049/b193/_pkg_.a
2025-08-20T19:16:01.9318626Z [00:02:07.148]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9319168Z [00:02:07.148]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9319616Z [00:02:07.148]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:01.9319930Z [00:02:07.148]➜  EOF
2025-08-20T19:16:01.9320251Z [00:02:07.149]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.9327630Z [00:02:07.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b195=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid CrvHwkueVJGmMOQETvFP/CrvHwkueVJGmMOQETvFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T19:16:01.9327921Z [00:02:07.243]➜  cd $WORK/b163
2025-08-20T19:16:01.9330361Z [00:02:07.243]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b163=/tmp/go-build -gno-record-gcc-switches -I $WORK/b163/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b163/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T19:16:01.9333254Z [00:02:07.301]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b163=/tmp/go-build -gno-record-gcc-switches -I $WORK/b163/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b163/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T19:16:01.9333762Z [00:02:07.321]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T19:16:01.9336087Z [00:02:07.321]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b183=>" -I $WORK/b183/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b183/reflect2_amd64.o ./reflect2_amd64.s
2025-08-20T19:16:01.9336500Z [00:02:07.326]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T19:16:01.9337407Z [00:02:07.329]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d # internal
2025-08-20T19:16:01.9337739Z [00:02:07.329]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T19:16:01.9337969Z [00:02:07.329]➜  mkdir -p $WORK/b192/
2025-08-20T19:16:01.9338392Z [00:02:07.329]➜  cat >/tmp/go-build504934049/b192/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9338607Z [00:02:07.329]➜  # import config
2025-08-20T19:16:01.9339125Z [00:02:07.329]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T19:16:01.9339706Z [00:02:07.329]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T19:16:01.9340112Z [00:02:07.329]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9340702Z [00:02:07.329]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build504934049/b193/_pkg_.a
2025-08-20T19:16:01.9341319Z [00:02:07.329]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build504934049/b194/_pkg_.a
2025-08-20T19:16:01.9341732Z [00:02:07.329]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:01.9342182Z [00:02:07.329]➜  EOF
2025-08-20T19:16:01.9342659Z [00:02:07.329]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.9346698Z [00:02:07.329]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b192=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid 2aJaoEQU7s5NWOmU12Ha/2aJaoEQU7s5NWOmU12Ha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T19:16:01.9347313Z [00:02:07.336]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T19:16:01.9349524Z [00:02:07.336]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b183=>" -I $WORK/b183/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b183/relfect2_mips64x.o ./relfect2_mips64x.s
2025-08-20T19:16:01.9349896Z [00:02:07.346]➜  cd $WORK/b163
2025-08-20T19:16:01.9352594Z [00:02:07.346]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b163=/tmp/go-build -gno-record-gcc-switches -I $WORK/b163/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b163/_cgo_main.o -c _cgo_main.c
2025-08-20T19:16:01.9353069Z [00:02:07.346]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T19:16:01.9355255Z [00:02:07.347]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b183=>" -I $WORK/b183/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b183/relfect2_mipsx.o ./relfect2_mipsx.s
2025-08-20T19:16:01.9357509Z [00:02:07.355]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b183=>" -I $WORK/b183/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b183/relfect2_ppc64x.o ./relfect2_ppc64x.s
2025-08-20T19:16:01.9358647Z [00:02:07.360]➜  go tool pack r $WORK/b183/_pkg_.a $WORK/b183/reflect2_amd64.o $WORK/b183/relfect2_mips64x.o $WORK/b183/relfect2_mipsx.o $WORK/b183/relfect2_ppc64x.o # internal
2025-08-20T19:16:01.9359001Z [00:02:07.360]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T19:16:01.9359339Z [00:02:07.360]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T19:16:01.9360216Z [00:02:07.362]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d # internal
2025-08-20T19:16:01.9360512Z [00:02:07.362]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T19:16:01.9360750Z [00:02:07.362]➜  mkdir -p $WORK/b198/
2025-08-20T19:16:01.9361173Z [00:02:07.362]➜  cat >/tmp/go-build504934049/b198/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9361402Z [00:02:07.362]➜  # import config
2025-08-20T19:16:01.9361798Z [00:02:07.362]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.9362194Z [00:02:07.362]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9362804Z [00:02:07.362]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9363181Z [00:02:07.362]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9363542Z [00:02:07.362]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9363722Z [00:02:07.362]➜  EOF
2025-08-20T19:16:01.9364007Z [00:02:07.365]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:01.9369019Z [00:02:07.365]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b198=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid kW1aqiTbg5FMyxeSaeDD/kW1aqiTbg5FMyxeSaeDD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T19:16:01.9370161Z [00:02:07.378]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/29/29dd7dfe321f1a4bd14535900810c99395f1fd772c05cc0b27a3d45281d442f9-d # internal
2025-08-20T19:16:01.9372338Z [00:02:07.379]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b163=/tmp/go-build -gno-record-gcc-switches -o $WORK/b163/_cgo_.o $WORK/b163/_cgo_main.o $WORK/b163/preferlinkext $WORK/b163/_x001.o $WORK/b163/_x002.o $WORK/b163/_x003.o $WORK/b163/_x004.o $WORK/b163/_x005.o $WORK/b163/_x006.o -O2 -g -lresolv
2025-08-20T19:16:01.9372776Z [00:02:07.381]➜  github.com/json-iterator/go
2025-08-20T19:16:01.9373175Z [00:02:07.381]➜  mkdir -p $WORK/b180/
2025-08-20T19:16:01.9373651Z [00:02:07.382]➜  cat >/tmp/go-build504934049/b180/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9373839Z [00:02:07.382]➜  # import config
2025-08-20T19:16:01.9374186Z [00:02:07.382]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.9374531Z [00:02:07.382]➜  packagefile encoding=/tmp/go-build504934049/b054/_pkg_.a
2025-08-20T19:16:01.9374930Z [00:02:07.382]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:01.9375299Z [00:02:07.382]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:01.9375637Z [00:02:07.382]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9375957Z [00:02:07.382]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9376457Z [00:02:07.382]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build504934049/b181/_pkg_.a
2025-08-20T19:16:01.9376940Z [00:02:07.382]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build504934049/b183/_pkg_.a
2025-08-20T19:16:01.9377255Z [00:02:07.382]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9377572Z [00:02:07.382]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:01.9377921Z [00:02:07.382]➜  packagefile math/big=/tmp/go-build504934049/b120/_pkg_.a
2025-08-20T19:16:01.9378250Z [00:02:07.382]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:01.9378574Z [00:02:07.382]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:01.9378903Z [00:02:07.382]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.9379244Z [00:02:07.382]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9379559Z [00:02:07.382]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9379902Z [00:02:07.382]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:16:01.9380319Z [00:02:07.382]➜  packagefile unicode/utf16=/tmp/go-build504934049/b068/_pkg_.a
2025-08-20T19:16:01.9380752Z [00:02:07.382]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:01.9380937Z [00:02:07.382]➜  EOF
2025-08-20T19:16:01.9403424Z [00:02:07.382]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/json-iterator/go@v1.1.12=>github.com/json-iterator/go@v1.1.12;$WORK/b180=>" -p github.com/json-iterator/go -lang=go1.12 -complete -installsuffix shared -buildid WhzEn92VvTdvJfcGWOHj/WhzEn92VvTdvJfcGWOHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/adapter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_bool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_invalid.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_nil.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/config.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip_strict.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/jsoniter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/pool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_dynamic.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_extension.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_raw_message.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_map.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_marshaler.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_native.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_optional.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_slice.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_decoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_encoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_str.go
2025-08-20T19:16:01.9404091Z [00:02:07.497]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T19:16:01.9404994Z [00:02:07.501]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d # internal
2025-08-20T19:16:01.9405211Z [00:02:07.502]➜  mime
2025-08-20T19:16:01.9405455Z [00:02:07.503]➜  mkdir -p $WORK/b199/
2025-08-20T19:16:01.9405886Z [00:02:07.505]➜  cat >/tmp/go-build504934049/b199/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9406121Z [00:02:07.505]➜  # import config
2025-08-20T19:16:01.9406517Z [00:02:07.505]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:01.9406895Z [00:02:07.505]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.9407335Z [00:02:07.505]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:01.9407732Z [00:02:07.505]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9408105Z [00:02:07.505]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9408472Z [00:02:07.505]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9408841Z [00:02:07.505]➜  packagefile maps=/tmp/go-build504934049/b162/_pkg_.a
2025-08-20T19:16:01.9409327Z [00:02:07.505]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:01.9409708Z [00:02:07.505]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:01.9410109Z [00:02:07.505]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9410581Z [00:02:07.505]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9410985Z [00:02:07.505]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:16:01.9411414Z [00:02:07.505]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:01.9411611Z [00:02:07.505]➜  EOF
2025-08-20T19:16:01.9414869Z [00:02:07.505]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b199=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid yfkW0OzRs3BX1DtZbK8J/yfkW0OzRs3BX1DtZbK8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T19:16:01.9417747Z [00:02:07.603]➜  gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b163=/tmp/go-build -gno-record-gcc-switches -o $WORK/b163/_cgo_.o $WORK/b163/_cgo_main.o $WORK/b163/preferlinkext $WORK/b163/_x001.o $WORK/b163/_x002.o $WORK/b163/_x003.o $WORK/b163/_x004.o $WORK/b163/_x005.o $WORK/b163/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T19:16:01.9418665Z [00:02:07.603]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b163/_cgo_.o -dynout $WORK/b163/_cgo_import.go
2025-08-20T19:16:01.9419097Z [00:02:07.626]➜  cat >/tmp/go-build504934049/b163/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9419323Z [00:02:07.626]➜  # import config
2025-08-20T19:16:01.9419894Z [00:02:07.626]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T19:16:01.9420280Z [00:02:07.626]➜  packagefile cmp=/tmp/go-build504934049/b043/_pkg_.a
2025-08-20T19:16:01.9420681Z [00:02:07.626]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:01.9421074Z [00:02:07.626]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9421694Z [00:02:07.626]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build504934049/b164/_pkg_.a
2025-08-20T19:16:01.9422166Z [00:02:07.626]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:16:01.9422811Z [00:02:07.626]➜  packagefile internal/godebug=/tmp/go-build504934049/b047/_pkg_.a
2025-08-20T19:16:01.9423235Z [00:02:07.626]➜  packagefile internal/itoa=/tmp/go-build504934049/b050/_pkg_.a
2025-08-20T19:16:01.9423645Z [00:02:07.626]➜  packagefile internal/nettrace=/tmp/go-build504934049/b165/_pkg_.a
2025-08-20T19:16:01.9424031Z [00:02:07.626]➜  packagefile internal/poll=/tmp/go-build504934049/b063/_pkg_.a
2025-08-20T19:16:01.9424473Z [00:02:07.626]➜  packagefile internal/singleflight=/tmp/go-build504934049/b166/_pkg_.a
2025-08-20T19:16:01.9424911Z [00:02:07.626]➜  packagefile internal/stringslite=/tmp/go-build504934049/b031/_pkg_.a
2025-08-20T19:16:01.9425343Z [00:02:07.626]➜  packagefile internal/syscall/unix=/tmp/go-build504934049/b064/_pkg_.a
2025-08-20T19:16:01.9425669Z [00:02:07.626]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9425995Z [00:02:07.626]➜  packagefile io/fs=/tmp/go-build504934049/b038/_pkg_.a
2025-08-20T19:16:01.9426348Z [00:02:07.626]➜  packagefile net/netip=/tmp/go-build504934049/b167/_pkg_.a
2025-08-20T19:16:01.9426646Z [00:02:07.626]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:01.9426988Z [00:02:07.626]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.9427314Z [00:02:07.627]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:01.9427640Z [00:02:07.627]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9428138Z [00:02:07.627]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:01.9428492Z [00:02:07.627]➜  packagefile syscall=/tmp/go-build504934049/b049/_pkg_.a
2025-08-20T19:16:01.9428909Z [00:02:07.627]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:01.9429282Z [00:02:07.627]➜  packagefile runtime/cgo=/tmp/go-build504934049/b074/_pkg_.a
2025-08-20T19:16:01.9429444Z [00:02:07.627]➜  EOF
2025-08-20T19:16:01.9445433Z [00:02:07.627]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b163=>" -p net -lang=go1.25 -std -installsuffix shared -buildid sZ2VO8qLHWvO7b3fWvkM/sZ2VO8qLHWvO7b3fWvkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/net/addrselect.go /root/.go/src/net/cgo_unix.go /root/.go/src/net/conf.go /root/.go/src/net/dial.go /root/.go/src/net/dnsclient.go /root/.go/src/net/dnsclient_unix.go /root/.go/src/net/dnsconfig.go /root/.go/src/net/dnsconfig_unix.go /root/.go/src/net/error_posix.go /root/.go/src/net/error_unix.go /root/.go/src/net/fd_posix.go /root/.go/src/net/fd_unix.go /root/.go/src/net/file.go /root/.go/src/net/file_posix.go /root/.go/src/net/file_unix.go /root/.go/src/net/hook.go /root/.go/src/net/hook_unix.go /root/.go/src/net/hosts.go /root/.go/src/net/interface.go /root/.go/src/net/interface_linux.go /root/.go/src/net/ip.go /root/.go/src/net/iprawsock.go /root/.go/src/net/iprawsock_posix.go /root/.go/src/net/ipsock.go /root/.go/src/net/ipsock_posix.go /root/.go/src/net/lookup.go /root/.go/src/net/lookup_unix.go /root/.go/src/net/mac.go /root/.go/src/net/mptcpsock_linux.go /root/.go/src/net/net.go /root/.go/src/net/netcgo_off.go /root/.go/src/net/netgo_off.go /root/.go/src/net/nss.go /root/.go/src/net/parse.go /root/.go/src/net/pipe.go /root/.go/src/net/port.go /root/.go/src/net/port_unix.go /root/.go/src/net/rawconn.go /root/.go/src/net/rlimit_unix.go /root/.go/src/net/sendfile.go /root/.go/src/net/sendfile_nonwindows.go /root/.go/src/net/sock_cloexec.go /root/.go/src/net/sock_linux.go /root/.go/src/net/sock_posix.go /root/.go/src/net/sockaddr_posix.go /root/.go/src/net/sockopt_linux.go /root/.go/src/net/sockopt_posix.go /root/.go/src/net/sockoptip4_linux.go /root/.go/src/net/sockoptip6_posix.go /root/.go/src/net/splice_linux.go /root/.go/src/net/tcpsock.go /root/.go/src/net/tcpsock_posix.go /root/.go/src/net/tcpsock_unix.go /root/.go/src/net/tcpsockopt_posix.go /root/.go/src/net/tcpsockopt_unix.go /root/.go/src/net/udpsock.go /root/.go/src/net/udpsock_posix.go /root/.go/src/net/unixsock.go /root/.go/src/net/unixsock_posix.go /root/.go/src/net/unixsock_readmsg_cmsg_cloexec.go /root/.go/src/net/writev_unix.go $WORK/b163/_cgo_gotypes.go $WORK/b163/cgo_linux.cgo1.go $WORK/b163/cgo_resnew.cgo1.go $WORK/b163/cgo_socknew.cgo1.go $WORK/b163/cgo_unix_cgo.cgo1.go $WORK/b163/cgo_unix_cgo_res.cgo1.go $WORK/b163/_cgo_import.go
2025-08-20T19:16:01.9445873Z [00:02:07.695]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T19:16:01.9446687Z [00:02:07.699]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d # internal
2025-08-20T19:16:01.9446962Z [00:02:07.700]➜  vendor/golang.org/x/net/idna
2025-08-20T19:16:01.9447194Z [00:02:07.700]➜  mkdir -p $WORK/b191/
2025-08-20T19:16:01.9447580Z [00:02:07.701]➜  cat >/tmp/go-build504934049/b191/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9447768Z [00:02:07.701]➜  # import config
2025-08-20T19:16:01.9448293Z [00:02:07.701]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T19:16:01.9448785Z [00:02:07.701]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T19:16:01.9449264Z [00:02:07.701]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T19:16:01.9449591Z [00:02:07.701]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9450141Z [00:02:07.701]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build504934049/b192/_pkg_.a
2025-08-20T19:16:01.9450782Z [00:02:07.701]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build504934049/b194/_pkg_.a
2025-08-20T19:16:01.9451310Z [00:02:07.701]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build504934049/b195/_pkg_.a
2025-08-20T19:16:01.9451745Z [00:02:07.701]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:01.9452080Z [00:02:07.701]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9452601Z [00:02:07.701]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:01.9452771Z [00:02:07.701]➜  EOF
2025-08-20T19:16:01.9458222Z [00:02:07.702]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b191=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid N99KJhQ59yv8HrQUOUjb/N99KJhQ59yv8HrQUOUjb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T19:16:01.9458655Z [00:02:07.922]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T19:16:01.9459553Z [00:02:07.939]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d # internal
2025-08-20T19:16:01.9459804Z [00:02:07.939]➜  mime/quotedprintable
2025-08-20T19:16:01.9460030Z [00:02:07.939]➜  mkdir -p $WORK/b201/
2025-08-20T19:16:01.9460450Z [00:02:07.944]➜  cat >/tmp/go-build504934049/b201/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9460660Z [00:02:07.944]➜  # import config
2025-08-20T19:16:01.9461047Z [00:02:07.944]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:01.9461439Z [00:02:07.944]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.9461798Z [00:02:07.944]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9462157Z [00:02:07.944]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9462340Z [00:02:07.944]➜  EOF
2025-08-20T19:16:01.9465614Z [00:02:07.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b201=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid wtOHu3Lhf1WTujwiV_ff/wtOHu3Lhf1WTujwiV_ff -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T19:16:01.9466014Z [00:02:08.047]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T19:16:01.9466933Z [00:02:08.048]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d # internal
2025-08-20T19:16:01.9467197Z [00:02:08.049]➜  net/http/internal
2025-08-20T19:16:01.9467434Z [00:02:08.049]➜  mkdir -p $WORK/b203/
2025-08-20T19:16:01.9467932Z [00:02:08.050]➜  cat >/tmp/go-build504934049/b203/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9468201Z [00:02:08.050]➜  # import config
2025-08-20T19:16:01.9468598Z [00:02:08.050]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:01.9468973Z [00:02:08.050]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.9469365Z [00:02:08.050]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9469725Z [00:02:08.050]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9470094Z [00:02:08.050]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9470280Z [00:02:08.050]➜  EOF
2025-08-20T19:16:01.9473333Z [00:02:08.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b203=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid CdC88mZs3j8lDIPodnRy/CdC88mZs3j8lDIPodnRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T19:16:01.9473869Z [00:02:08.075]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T19:16:01.9474743Z [00:02:08.075]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d # internal
2025-08-20T19:16:01.9474992Z [00:02:08.079]➜  net/http/internal/ascii
2025-08-20T19:16:01.9475226Z [00:02:08.079]➜  mkdir -p $WORK/b204/
2025-08-20T19:16:01.9475635Z [00:02:08.079]➜  cat >/tmp/go-build504934049/b204/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9475844Z [00:02:08.079]➜  # import config
2025-08-20T19:16:01.9476234Z [00:02:08.079]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9476731Z [00:02:08.079]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:16:01.9476938Z [00:02:08.079]➜  EOF
2025-08-20T19:16:01.9479923Z [00:02:08.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b204=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Yaasm65Cfl18FMvZNQb_/Yaasm65Cfl18FMvZNQb_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T19:16:01.9480297Z [00:02:08.103]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T19:16:01.9480633Z [00:02:08.104]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T19:16:01.9481502Z [00:02:08.105]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d # internal
2025-08-20T19:16:01.9481718Z [00:02:08.106]➜  regexp/syntax
2025-08-20T19:16:01.9481936Z [00:02:08.107]➜  mkdir -p $WORK/b207/
2025-08-20T19:16:01.9482351Z [00:02:08.107]➜  cat >/tmp/go-build504934049/b207/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9482752Z [00:02:08.107]➜  # import config
2025-08-20T19:16:01.9483173Z [00:02:08.107]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:01.9483496Z [00:02:08.107]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:01.9483837Z [00:02:08.107]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.9484166Z [00:02:08.107]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9484488Z [00:02:08.107]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9484812Z [00:02:08.107]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:16:01.9485183Z [00:02:08.107]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:01.9485361Z [00:02:08.107]➜  EOF
2025-08-20T19:16:01.9486202Z [00:02:08.108]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d # internal
2025-08-20T19:16:01.9490231Z [00:02:08.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b207=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid ZZLt7kv2e7TNThUqQKwy/ZZLt7kv2e7TNThUqQKwy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T19:16:01.9490428Z [00:02:08.110]➜  encoding/xml
2025-08-20T19:16:01.9490739Z [00:02:08.111]➜  mkdir -p $WORK/b218/
2025-08-20T19:16:01.9491113Z [00:02:08.111]➜  cat >/tmp/go-build504934049/b218/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9491301Z [00:02:08.111]➜  # import config
2025-08-20T19:16:01.9491726Z [00:02:08.111]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:01.9492057Z [00:02:08.111]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.9492565Z [00:02:08.111]➜  packagefile encoding=/tmp/go-build504934049/b054/_pkg_.a
2025-08-20T19:16:01.9492915Z [00:02:08.111]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9493237Z [00:02:08.111]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9493547Z [00:02:08.111]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9493887Z [00:02:08.111]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:01.9494216Z [00:02:08.111]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.9494562Z [00:02:08.111]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.9494978Z [00:02:08.111]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9495317Z [00:02:08.111]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9495731Z [00:02:08.111]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:16:01.9496114Z [00:02:08.111]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:01.9496270Z [00:02:08.111]➜  EOF
2025-08-20T19:16:01.9499181Z [00:02:08.111]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b218=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid gC-cZpw-ijhWc6QWj73c/gC-cZpw-ijhWc6QWj73c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/.go/src/encoding/xml/marshal.go /root/.go/src/encoding/xml/read.go /root/.go/src/encoding/xml/typeinfo.go /root/.go/src/encoding/xml/xml.go
2025-08-20T19:16:01.9499502Z [00:02:08.537]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T19:16:01.9500286Z [00:02:08.545]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d # internal
2025-08-20T19:16:01.9500472Z [00:02:08.548]➜  regexp
2025-08-20T19:16:01.9500676Z [00:02:08.548]➜  mkdir -p $WORK/b206/
2025-08-20T19:16:01.9501059Z [00:02:08.549]➜  cat >/tmp/go-build504934049/b206/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9501272Z [00:02:08.549]➜  # import config
2025-08-20T19:16:01.9501600Z [00:02:08.549]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.9508027Z [00:02:08.549]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9508494Z [00:02:08.549]➜  packagefile regexp/syntax=/tmp/go-build504934049/b207/_pkg_.a
2025-08-20T19:16:01.9508854Z [00:02:08.549]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:01.9509218Z [00:02:08.549]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.9509564Z [00:02:08.549]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9509889Z [00:02:08.549]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9510233Z [00:02:08.549]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:16:01.9510598Z [00:02:08.549]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:01.9510765Z [00:02:08.549]➜  EOF
2025-08-20T19:16:01.9513576Z [00:02:08.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b206=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid g2uLsHj_e_CJwrugKXHX/g2uLsHj_e_CJwrugKXHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T19:16:01.9514067Z [00:02:09.001]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T19:16:01.9613911Z [00:02:09.037]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/8c/8c84b6a9ee2f65a3d12439503b0ab6be0b847f87edc9129e38fab3e6e6c8fde5-d # internal
2025-08-20T19:16:01.9614339Z [00:02:09.038]➜  internal/saferio
2025-08-20T19:16:01.9624196Z [00:02:09.038]➜  mkdir -p $WORK/b222/
2025-08-20T19:16:01.9625504Z [00:02:09.039]➜  cat >/tmp/go-build504934049/b222/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9626356Z [00:02:09.039]➜  # import config
2025-08-20T19:16:01.9627407Z [00:02:09.039]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9627751Z [00:02:09.039]➜  EOF
2025-08-20T19:16:01.9630304Z [00:02:09.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b222=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid mWMoPXONcjc0cePG2W0q/mWMoPXONcjc0cePG2W0q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T19:16:01.9681717Z [00:02:09.044]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T19:16:01.9760342Z [00:02:09.052]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d # internal
2025-08-20T19:16:01.9776915Z [00:02:09.054]➜  github.com/tjfoc/gmsm/sm3
2025-08-20T19:16:01.9778075Z [00:02:09.054]➜  mkdir -p $WORK/b224/
2025-08-20T19:16:01.9780042Z [00:02:09.054]➜  cat >/tmp/go-build504934049/b224/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9783297Z [00:02:09.054]➜  # import config
2025-08-20T19:16:01.9783772Z [00:02:09.054]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:01.9786729Z [00:02:09.054]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:01.9786906Z [00:02:09.054]➜  EOF
2025-08-20T19:16:01.9789622Z [00:02:09.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tjfoc/gmsm@v1.4.1/sm3=>github.com/tjfoc/gmsm@v1.4.1/sm3;$WORK/b224=>" -p github.com/tjfoc/gmsm/sm3 -lang=go1.14 -complete -installsuffix shared -buildid eW_EpFdMo4YhmBJUwhsK/eW_EpFdMo4YhmBJUwhsK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/go/pkg/mod/github.com/tjfoc/gmsm@v1.4.1/sm3/sm3.go
2025-08-20T19:16:01.9789968Z [00:02:09.054]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T19:16:01.9858383Z [00:02:09.061]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d # internal
2025-08-20T19:16:01.9858618Z [00:02:09.061]➜  gopkg.in/ini.v1
2025-08-20T19:16:01.9858864Z [00:02:09.061]➜  mkdir -p $WORK/b212/
2025-08-20T19:16:01.9859284Z [00:02:09.061]➜  cat >/tmp/go-build504934049/b212/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9859503Z [00:02:09.061]➜  # import config
2025-08-20T19:16:01.9859924Z [00:02:09.061]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:01.9860272Z [00:02:09.061]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:01.9860652Z [00:02:09.061]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9861020Z [00:02:09.061]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:01.9861380Z [00:02:09.061]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:01.9861778Z [00:02:09.061]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:01.9862118Z [00:02:09.061]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:01.9862711Z [00:02:09.061]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:01.9863090Z [00:02:09.061]➜  packagefile regexp=/tmp/go-build504934049/b206/_pkg_.a
2025-08-20T19:16:01.9863459Z [00:02:09.061]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:01.9863812Z [00:02:09.061]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:01.9864360Z [00:02:09.061]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:01.9864708Z [00:02:09.061]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:01.9865232Z [00:02:09.061]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:01.9865590Z [00:02:09.061]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:16:01.9865759Z [00:02:09.061]➜  EOF
2025-08-20T19:16:01.9871170Z [00:02:09.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0=>gopkg.in/ini.v1@v1.67.0;$WORK/b212=>" -p gopkg.in/ini.v1 -lang=go1.16 -complete -installsuffix shared -buildid wvF-RRq5NpRUqj1PYLwW/wvF-RRq5NpRUqj1PYLwW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/data_source.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/deprecated.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/error.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/file.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/helper.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/ini.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/key.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/parser.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/section.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/struct.go
2025-08-20T19:16:01.9951997Z [00:02:09.071]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T19:16:01.9961407Z [00:02:09.072]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d # internal
2025-08-20T19:16:01.9981455Z [00:02:09.074]➜  encoding/gob
2025-08-20T19:16:01.9988630Z [00:02:09.075]➜  mkdir -p $WORK/b221/
2025-08-20T19:16:01.9992918Z [00:02:09.075]➜  cat >/tmp/go-build504934049/b221/importcfg << 'EOF' # internal
2025-08-20T19:16:01.9995205Z [00:02:09.075]➜  # import config
2025-08-20T19:16:01.9995859Z [00:02:09.075]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:01.9996708Z [00:02:09.075]➜  packagefile encoding=/tmp/go-build504934049/b054/_pkg_.a
2025-08-20T19:16:01.9997590Z [00:02:09.075]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:01.9998469Z [00:02:09.075]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:01.9999295Z [00:02:09.075]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:02.0000165Z [00:02:09.075]➜  packagefile internal/saferio=/tmp/go-build504934049/b222/_pkg_.a
2025-08-20T19:16:02.0001002Z [00:02:09.075]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:02.0001770Z [00:02:09.075]➜  packagefile maps=/tmp/go-build504934049/b162/_pkg_.a
2025-08-20T19:16:02.0002734Z [00:02:09.075]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:02.0003577Z [00:02:09.075]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:16:02.0004381Z [00:02:09.075]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:02.0005195Z [00:02:09.075]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:02.0006009Z [00:02:09.075]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:02.0006855Z [00:02:09.075]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:02.0007715Z [00:02:09.075]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:16:02.0008573Z [00:02:09.075]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:02.0009215Z [00:02:09.075]➜  EOF
2025-08-20T19:16:02.0019261Z [00:02:09.078]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b221=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid tQ4IcGiejnAcb_G2KZo5/tQ4IcGiejnAcb_G2KZo5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/.go/src/encoding/gob/dec_helpers.go /root/.go/src/encoding/gob/decode.go /root/.go/src/encoding/gob/decoder.go /root/.go/src/encoding/gob/doc.go /root/.go/src/encoding/gob/enc_helpers.go /root/.go/src/encoding/gob/encode.go /root/.go/src/encoding/gob/encoder.go /root/.go/src/encoding/gob/error.go /root/.go/src/encoding/gob/type.go
2025-08-20T19:16:02.0384964Z [00:02:09.115]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T19:16:02.0395004Z [00:02:09.116]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/29/29e24f306f862604a0dc2148166dd503d1305c82c8c7486c5ac574b411220607-d # internal
2025-08-20T19:16:02.0399201Z [00:02:09.116]➜  os/exec
2025-08-20T19:16:02.0409806Z [00:02:09.117]➜  mkdir -p $WORK/b227/
2025-08-20T19:16:02.0411923Z [00:02:09.117]➜  cat >/tmp/go-build504934049/b227/importcfg << 'EOF' # internal
2025-08-20T19:16:02.0430362Z [00:02:09.117]➜  # import config
2025-08-20T19:16:02.0431505Z [00:02:09.117]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:02.0432719Z [00:02:09.117]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:02.0433808Z [00:02:09.117]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:02.0435004Z [00:02:09.117]➜  packagefile internal/godebug=/tmp/go-build504934049/b047/_pkg_.a
2025-08-20T19:16:02.0436416Z [00:02:09.117]➜  packagefile internal/syscall/execenv=/tmp/go-build504934049/b065/_pkg_.a
2025-08-20T19:16:02.0437791Z [00:02:09.117]➜  packagefile internal/syscall/unix=/tmp/go-build504934049/b064/_pkg_.a
2025-08-20T19:16:02.0439039Z [00:02:09.117]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:02.0439979Z [00:02:09.117]➜  packagefile io/fs=/tmp/go-build504934049/b038/_pkg_.a
2025-08-20T19:16:02.0441021Z [00:02:09.117]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:02.0441986Z [00:02:09.117]➜  packagefile path/filepath=/tmp/go-build504934049/b075/_pkg_.a
2025-08-20T19:16:02.0443417Z [00:02:09.117]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:02.0444418Z [00:02:09.117]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:02.0445688Z [00:02:09.117]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:02.0446662Z [00:02:09.117]➜  packagefile syscall=/tmp/go-build504934049/b049/_pkg_.a
2025-08-20T19:16:02.0447721Z [00:02:09.117]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:02.0448454Z [00:02:09.117]➜  EOF
2025-08-20T19:16:02.0451639Z [00:02:09.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b227=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid KJw3gQLRo8k05qhHz5Ed/KJw3gQLRo8k05qhHz5Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T19:16:02.2180323Z [00:02:09.294]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T19:16:02.2236259Z [00:02:09.300]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d # internal
2025-08-20T19:16:02.2242820Z [00:02:09.300]➜  github.com/jmespath/go-jmespath
2025-08-20T19:16:02.2246212Z [00:02:09.301]➜  mkdir -p $WORK/b234/
2025-08-20T19:16:02.2252323Z [00:02:09.301]➜  cat >/tmp/go-build504934049/b234/importcfg << 'EOF' # internal
2025-08-20T19:16:02.2253630Z [00:02:09.301]➜  # import config
2025-08-20T19:16:02.2266608Z [00:02:09.301]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:02.2267707Z [00:02:09.301]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:02.2268866Z [00:02:09.301]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:02.2271321Z [00:02:09.301]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:02.2272581Z [00:02:09.301]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:02.2273632Z [00:02:09.301]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:02.2275012Z [00:02:09.301]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:02.2276696Z [00:02:09.301]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:02.2277668Z [00:02:09.301]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:02.2278488Z [00:02:09.301]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:16:02.2279314Z [00:02:09.301]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:02.2279963Z [00:02:09.301]➜  EOF
2025-08-20T19:16:02.2287205Z [00:02:09.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0=>github.com/jmespath/go-jmespath@v0.4.0;$WORK/b234=>" -p github.com/jmespath/go-jmespath -lang=go1.14 -complete -installsuffix shared -buildid L31NNZTUBzVleW1YHi2q/L31NNZTUBzVleW1YHi2q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/api.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/astnodetype_string.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/functions.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/interpreter.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/lexer.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/parser.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/toktype_string.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/util.go
2025-08-20T19:16:02.4990809Z [00:02:09.575]➜  cd /root/.go/src/net
2025-08-20T19:16:02.4995456Z [00:02:09.576]➜  go tool pack r $WORK/b163/_pkg_.a $WORK/b163/preferlinkext $WORK/b163/_x001.o $WORK/b163/_x002.o $WORK/b163/_x003.o $WORK/b163/_x004.o $WORK/b163/_x005.o $WORK/b163/_x006.o # internal
2025-08-20T19:16:02.5005955Z [00:02:09.577]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T19:16:02.5012358Z [00:02:09.577]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T19:16:02.5145670Z [00:02:09.591]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/28/28f0af86071596bf3c5a4e26aac2cea082f7cab2a1afad428f9a0ec7c1ad31e8-d # internal
2025-08-20T19:16:02.5153755Z [00:02:09.591]➜  github.com/aliyun/alibaba-cloud-sdk-go/sdk/internal
2025-08-20T19:16:02.5176788Z [00:02:09.594]➜  mkdir -p $WORK/b235/
2025-08-20T19:16:02.5184481Z [00:02:09.594]➜  cat >/tmp/go-build504934049/b235/importcfg << 'EOF' # internal
2025-08-20T19:16:02.5185187Z [00:02:09.594]➜  # import config
2025-08-20T19:16:02.5185809Z [00:02:09.594]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:02.5186600Z [00:02:09.594]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:02.5187203Z [00:02:09.594]➜  EOF
2025-08-20T19:16:02.5187739Z [00:02:09.594]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:02.5193203Z [00:02:09.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/internal=>github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/internal;$WORK/b235=>" -p github.com/aliyun/alibaba-cloud-sdk-go/sdk/internal -lang=go1.13 -complete -installsuffix shared -buildid E-zmABNtS8BOgHrUeJ1z/E-zmABNtS8BOgHrUeJ1z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/internal/path.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/internal/utils.go
2025-08-20T19:16:02.5386169Z [00:02:09.615]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/d9/d96ff9271fa4f9f2634d23c3f485a3033dbfc224b39658faf611877dd86d32bc-d # internal
2025-08-20T19:16:02.5417286Z [00:02:09.618]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T19:16:02.5423728Z [00:02:09.618]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/ad/ad685093cc5b43a5ee31887ed110f0eed162f9fe172e9742faf562335f6d47c6-d # internal
2025-08-20T19:16:02.5429510Z [00:02:09.619]➜  golang.org/x/net/internal/socks
2025-08-20T19:16:02.5434766Z [00:02:09.619]➜  mkdir -p $WORK/b185/
2025-08-20T19:16:02.5435503Z [00:02:09.620]➜  cat >/tmp/go-build504934049/b185/importcfg << 'EOF' # internal
2025-08-20T19:16:02.5436221Z [00:02:09.620]➜  # import config
2025-08-20T19:16:02.5436936Z [00:02:09.620]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:02.5437851Z [00:02:09.620]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:02.5438613Z [00:02:09.620]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:02.5439374Z [00:02:09.620]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:02.5440109Z [00:02:09.620]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:02.5440864Z [00:02:09.620]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:02.5441456Z [00:02:09.620]➜  EOF
2025-08-20T19:16:02.5445741Z [00:02:09.620]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/socks=>golang.org/x/net@v0.42.0/internal/socks;$WORK/b185=>" -p golang.org/x/net/internal/socks -lang=go1.23 -complete -installsuffix shared -buildid x0JoTGkCx-wq_vt9catP/x0JoTGkCx-wq_vt9catP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/socks/client.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/socks/socks.go
2025-08-20T19:16:02.5473475Z [00:02:09.623]➜  crypto/x509
2025-08-20T19:16:02.5474543Z [00:02:09.623]➜  mkdir -p $WORK/b158/
2025-08-20T19:16:02.5476191Z [00:02:09.623]➜  cat >/tmp/go-build504934049/b158/importcfg << 'EOF' # internal
2025-08-20T19:16:02.5477332Z [00:02:09.623]➜  # import config
2025-08-20T19:16:02.5478782Z [00:02:09.623]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T19:16:02.5480337Z [00:02:09.623]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T19:16:02.5481378Z [00:02:09.623]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:02.5482149Z [00:02:09.623]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:02.5483395Z [00:02:09.623]➜  packagefile crypto/aes=/tmp/go-build504934049/b087/_pkg_.a
2025-08-20T19:16:02.5484277Z [00:02:09.623]➜  packagefile crypto/cipher=/tmp/go-build504934049/b088/_pkg_.a
2025-08-20T19:16:02.5485129Z [00:02:09.623]➜  packagefile crypto/des=/tmp/go-build504934049/b112/_pkg_.a
2025-08-20T19:16:02.5485940Z [00:02:09.623]➜  packagefile crypto/dsa=/tmp/go-build504934049/b159/_pkg_.a
2025-08-20T19:16:02.5486758Z [00:02:09.623]➜  packagefile crypto/ecdh=/tmp/go-build504934049/b113/_pkg_.a
2025-08-20T19:16:02.5487648Z [00:02:09.623]➜  packagefile crypto/ecdsa=/tmp/go-build504934049/b118/_pkg_.a
2025-08-20T19:16:02.5488546Z [00:02:09.623]➜  packagefile crypto/ed25519=/tmp/go-build504934049/b133/_pkg_.a
2025-08-20T19:16:02.5489513Z [00:02:09.623]➜  packagefile crypto/elliptic=/tmp/go-build504934049/b119/_pkg_.a
2025-08-20T19:16:02.5490695Z [00:02:09.623]➜  packagefile crypto/md5=/tmp/go-build504934049/b150/_pkg_.a
2025-08-20T19:16:02.5491600Z [00:02:09.623]➜  packagefile crypto/rsa=/tmp/go-build504934049/b152/_pkg_.a
2025-08-20T19:16:02.5492793Z [00:02:09.623]➜  packagefile crypto/sha1=/tmp/go-build504934049/b154/_pkg_.a
2025-08-20T19:16:02.5493773Z [00:02:09.623]➜  packagefile crypto/sha256=/tmp/go-build504934049/b155/_pkg_.a
2025-08-20T19:16:02.5494676Z [00:02:09.623]➜  packagefile crypto/sha512=/tmp/go-build504934049/b129/_pkg_.a
2025-08-20T19:16:02.5495605Z [00:02:09.623]➜  packagefile crypto/x509/pkix=/tmp/go-build504934049/b160/_pkg_.a
2025-08-20T19:16:02.5496536Z [00:02:09.623]➜  packagefile encoding/asn1=/tmp/go-build504934049/b131/_pkg_.a
2025-08-20T19:16:02.5497438Z [00:02:09.623]➜  packagefile encoding/hex=/tmp/go-build504934049/b080/_pkg_.a
2025-08-20T19:16:02.5498332Z [00:02:09.623]➜  packagefile encoding/pem=/tmp/go-build504934049/b161/_pkg_.a
2025-08-20T19:16:02.5499204Z [00:02:09.623]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:02.5500044Z [00:02:09.623]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:02.5501105Z [00:02:09.623]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build504934049/b130/_pkg_.a
2025-08-20T19:16:02.5512684Z [00:02:09.623]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build504934049/b132/_pkg_.a
2025-08-20T19:16:02.5514928Z [00:02:09.623]➜  packagefile internal/godebug=/tmp/go-build504934049/b047/_pkg_.a
2025-08-20T19:16:02.5515884Z [00:02:09.623]➜  packagefile internal/goos=/tmp/go-build504934049/b017/_pkg_.a
2025-08-20T19:16:02.5516733Z [00:02:09.623]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:02.5517546Z [00:02:09.623]➜  packagefile io/fs=/tmp/go-build504934049/b038/_pkg_.a
2025-08-20T19:16:02.5518411Z [00:02:09.623]➜  packagefile iter=/tmp/go-build504934049/b044/_pkg_.a
2025-08-20T19:16:02.5519248Z [00:02:09.623]➜  packagefile maps=/tmp/go-build504934049/b162/_pkg_.a
2025-08-20T19:16:02.5520091Z [00:02:09.623]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:02.5521095Z [00:02:09.623]➜  packagefile math/big=/tmp/go-build504934049/b120/_pkg_.a
2025-08-20T19:16:02.5522010Z [00:02:09.623]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:16:02.5523320Z [00:02:09.623]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:02.5524193Z [00:02:09.623]➜  packagefile net/netip=/tmp/go-build504934049/b167/_pkg_.a
2025-08-20T19:16:02.5525049Z [00:02:09.623]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:02.5525863Z [00:02:09.623]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:02.5526714Z [00:02:09.623]➜  packagefile path/filepath=/tmp/go-build504934049/b075/_pkg_.a
2025-08-20T19:16:02.5527613Z [00:02:09.623]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:02.5528441Z [00:02:09.623]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:02.5529291Z [00:02:09.623]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:02.5530133Z [00:02:09.623]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:02.5530939Z [00:02:09.623]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:02.5531716Z [00:02:09.623]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:02.5532675Z [00:02:09.623]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:16:02.5533565Z [00:02:09.623]➜  packagefile unicode/utf16=/tmp/go-build504934049/b068/_pkg_.a
2025-08-20T19:16:02.5534465Z [00:02:09.623]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:02.5535126Z [00:02:09.623]➜  EOF
2025-08-20T19:16:02.5540666Z [00:02:09.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b158=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid 9wkgHEyad2t4cRr1lD42/9wkgHEyad2t4cRr1lD42 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T19:16:02.6256466Z [00:02:09.702]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T19:16:02.6338725Z [00:02:09.710]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/6a/6a7b57f4baddaced6d4ec9bd69e9a992876c2dba453f3f4f5560e28c9e21a1ea-d # internal
2025-08-20T19:16:02.6344364Z [00:02:09.711]➜  net/textproto
2025-08-20T19:16:02.6344895Z [00:02:09.711]➜  mkdir -p $WORK/b196/
2025-08-20T19:16:02.6351215Z [00:02:09.711]➜  cat >/tmp/go-build504934049/b196/importcfg << 'EOF' # internal
2025-08-20T19:16:02.6351983Z [00:02:09.711]➜  # import config
2025-08-20T19:16:02.6352787Z [00:02:09.711]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:02.6353627Z [00:02:09.711]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:02.6354469Z [00:02:09.711]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:02.6355252Z [00:02:09.711]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:02.6356029Z [00:02:09.711]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:02.6356822Z [00:02:09.711]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:02.6357588Z [00:02:09.711]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:02.6358405Z [00:02:09.711]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:02.6359234Z [00:02:09.711]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:02.6360037Z [00:02:09.711]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:02.6360646Z [00:02:09.711]➜  EOF
2025-08-20T19:16:02.6369721Z [00:02:09.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b196=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid ozkP0EdCnmC_cucDgExo/ozkP0EdCnmC_cucDgExo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T19:16:02.6508899Z [00:02:09.727]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T19:16:02.6523100Z [00:02:09.728]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/d3/d3cc151dfb8198cee6c4d2be628bc1e7bd2b4db087fc0944413af6dd1beaaa9f-d # internal
2025-08-20T19:16:02.6549466Z [00:02:09.731]➜  golang.org/x/net/proxy
2025-08-20T19:16:02.6555656Z [00:02:09.732]➜  mkdir -p $WORK/b184/
2025-08-20T19:16:02.6557771Z [00:02:09.732]➜  cat >/tmp/go-build504934049/b184/importcfg << 'EOF' # internal
2025-08-20T19:16:02.6560875Z [00:02:09.732]➜  # import config
2025-08-20T19:16:02.6561552Z [00:02:09.732]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:02.6562614Z [00:02:09.732]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:02.6563679Z [00:02:09.732]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build504934049/b185/_pkg_.a
2025-08-20T19:16:02.6564630Z [00:02:09.732]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:02.6565429Z [00:02:09.732]➜  packagefile net/netip=/tmp/go-build504934049/b167/_pkg_.a
2025-08-20T19:16:02.6566260Z [00:02:09.732]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:02.6567052Z [00:02:09.732]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:02.6567863Z [00:02:09.732]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:02.6568903Z [00:02:09.732]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:02.6569507Z [00:02:09.732]➜  EOF
2025-08-20T19:16:02.6574657Z [00:02:09.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy=>golang.org/x/net@v0.42.0/proxy;$WORK/b184=>" -p golang.org/x/net/proxy -lang=go1.23 -complete -installsuffix shared -buildid XF3VkfP8GQZN4tHIIIck/XF3VkfP8GQZN4tHIIIck -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/dial.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/direct.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/per_host.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/proxy.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/socks5.go
2025-08-20T19:16:02.7478203Z [00:02:09.824]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T19:16:02.7507885Z [00:02:09.827]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/2f/2f80e68f656a589ff0fca5fd6b74cc8dab2255fc36077dd18b6cb253cd72c564-d # internal
2025-08-20T19:16:02.7515385Z [00:02:09.828]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T19:16:02.7527619Z [00:02:09.828]➜  mkdir -p $WORK/b197/
2025-08-20T19:16:02.7529710Z [00:02:09.828]➜  cat >/tmp/go-build504934049/b197/importcfg << 'EOF' # internal
2025-08-20T19:16:02.7530387Z [00:02:09.828]➜  # import config
2025-08-20T19:16:02.7531060Z [00:02:09.828]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T19:16:02.7531905Z [00:02:09.828]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:02.7532815Z [00:02:09.828]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:02.7533684Z [00:02:09.828]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build504934049/b191/_pkg_.a
2025-08-20T19:16:02.7534513Z [00:02:09.828]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:02.7535220Z [00:02:09.828]➜  packagefile net/netip=/tmp/go-build504934049/b167/_pkg_.a
2025-08-20T19:16:02.7535959Z [00:02:09.828]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:02.7536857Z [00:02:09.828]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:02.7537698Z [00:02:09.828]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:02.7538501Z [00:02:09.828]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:02.7539095Z [00:02:09.828]➜  EOF
2025-08-20T19:16:02.7546992Z [00:02:09.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b197=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid NUoLE2sx1udUu6z-NN3O/NUoLE2sx1udUu6z-NN3O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T19:16:02.7655150Z [00:02:09.839]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T19:16:02.7660819Z [00:02:09.842]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/e9/e96d2614548e92be6e37d160731fd6b00f6aafb106d2d3c846387c8f2b264fdf-d # internal
2025-08-20T19:16:02.7663649Z [00:02:09.843]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T19:16:02.7665004Z [00:02:09.843]➜  mkdir -p $WORK/b190/
2025-08-20T19:16:02.7675698Z [00:02:09.843]➜  cat >/tmp/go-build504934049/b190/importcfg << 'EOF' # internal
2025-08-20T19:16:02.7676487Z [00:02:09.844]➜  # import config
2025-08-20T19:16:02.7677208Z [00:02:09.844]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T19:16:02.7678265Z [00:02:09.844]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build504934049/b191/_pkg_.a
2025-08-20T19:16:02.7679275Z [00:02:09.844]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:02.7680175Z [00:02:09.844]➜  packagefile net/textproto=/tmp/go-build504934049/b196/_pkg_.a
2025-08-20T19:16:02.7681477Z [00:02:09.844]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:02.7683925Z [00:02:09.844]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:02.7684891Z [00:02:09.844]➜  EOF
2025-08-20T19:16:02.7701011Z [00:02:09.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b190=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid fMdqB0r2VapuZG4BtG-g/fMdqB0r2VapuZG4BtG-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T19:16:02.7981671Z [00:02:09.874]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T19:16:02.7989645Z [00:02:09.875]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/0a/0a58c00c79bf9c534208e5ecf64b7c4408c3cad2cbeae48f8d213ac76d1c1e51-d # internal
2025-08-20T19:16:02.7998939Z [00:02:09.876]➜  mime/multipart
2025-08-20T19:16:02.8000767Z [00:02:09.876]➜  mkdir -p $WORK/b200/
2025-08-20T19:16:02.8005672Z [00:02:09.876]➜  cat >/tmp/go-build504934049/b200/importcfg << 'EOF' # internal
2025-08-20T19:16:02.8006395Z [00:02:09.876]➜  # import config
2025-08-20T19:16:02.8007046Z [00:02:09.876]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:02.8007893Z [00:02:09.876]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:02.8008707Z [00:02:09.876]➜  packagefile crypto/rand=/tmp/go-build504934049/b136/_pkg_.a
2025-08-20T19:16:02.8009518Z [00:02:09.876]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:02.8010268Z [00:02:09.876]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:02.8011288Z [00:02:09.876]➜  packagefile internal/godebug=/tmp/go-build504934049/b047/_pkg_.a
2025-08-20T19:16:02.8012147Z [00:02:09.876]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:02.8013099Z [00:02:09.876]➜  packagefile maps=/tmp/go-build504934049/b162/_pkg_.a
2025-08-20T19:16:02.8014030Z [00:02:09.876]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:02.8014920Z [00:02:09.876]➜  packagefile mime=/tmp/go-build504934049/b199/_pkg_.a
2025-08-20T19:16:02.8018697Z [00:02:09.876]➜  packagefile mime/quotedprintable=/tmp/go-build504934049/b201/_pkg_.a
2025-08-20T19:16:02.8019724Z [00:02:09.877]➜  packagefile net/textproto=/tmp/go-build504934049/b196/_pkg_.a
2025-08-20T19:16:02.8020533Z [00:02:09.877]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:02.8021324Z [00:02:09.877]➜  packagefile path/filepath=/tmp/go-build504934049/b075/_pkg_.a
2025-08-20T19:16:02.8022153Z [00:02:09.877]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:02.8023125Z [00:02:09.877]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:02.8023900Z [00:02:09.877]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:02.8024447Z [00:02:09.877]➜  EOF
2025-08-20T19:16:02.8027957Z [00:02:09.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b200=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid rdBEtV92xch8WGncYCPO/rdBEtV92xch8WGncYCPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T19:16:02.8049017Z [00:02:09.881]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T19:16:02.8065636Z [00:02:09.882]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/6d/6d97062c856e060c33b0cc190632ecb449c340a82dce1b44b3e314969e6d80e0-d # internal
2025-08-20T19:16:02.8069641Z [00:02:09.883]➜  github.com/opentracing/opentracing-go/log
2025-08-20T19:16:02.8072824Z [00:02:09.883]➜  mkdir -p $WORK/b239/
2025-08-20T19:16:02.8093626Z [00:02:09.884]➜  cat >/tmp/go-build504934049/b239/importcfg << 'EOF' # internal
2025-08-20T19:16:02.8096788Z [00:02:09.886]➜  # import config
2025-08-20T19:16:02.8102728Z [00:02:09.886]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:02.8103537Z [00:02:09.886]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:02.8104253Z [00:02:09.886]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:02.8104791Z [00:02:09.886]➜  EOF
2025-08-20T19:16:02.8109482Z [00:02:09.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/log=>github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/log;$WORK/b239=>" -p github.com/opentracing/opentracing-go/log -lang=go1.14 -complete -installsuffix shared -buildid ON60iSARWvD25rwnKMym/ON60iSARWvD25rwnKMym -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/log/field.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/log/util.go
2025-08-20T19:16:02.8141791Z [00:02:09.890]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T19:16:02.8241505Z [00:02:09.900]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d # internal
2025-08-20T19:16:02.8249449Z [00:02:09.901]➜  github.com/clbanning/mxj/v2
2025-08-20T19:16:02.8250630Z [00:02:09.901]➜  mkdir -p $WORK/b220/
2025-08-20T19:16:02.8257751Z [00:02:09.902]➜  cat >/tmp/go-build504934049/b220/importcfg << 'EOF' # internal
2025-08-20T19:16:02.8261751Z [00:02:09.902]➜  # import config
2025-08-20T19:16:02.8262615Z [00:02:09.902]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:02.8263547Z [00:02:09.902]➜  packagefile encoding/gob=/tmp/go-build504934049/b221/_pkg_.a
2025-08-20T19:16:02.8264547Z [00:02:09.902]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:02.8265449Z [00:02:09.902]➜  packagefile encoding/xml=/tmp/go-build504934049/b218/_pkg_.a
2025-08-20T19:16:02.8266426Z [00:02:09.902]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:02.8267296Z [00:02:09.902]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:02.8268082Z [00:02:09.902]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:02.8268836Z [00:02:09.902]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:02.8269591Z [00:02:09.902]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:02.8270394Z [00:02:09.902]➜  packagefile regexp=/tmp/go-build504934049/b206/_pkg_.a
2025-08-20T19:16:02.8271189Z [00:02:09.902]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:02.8271981Z [00:02:09.902]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:02.8272938Z [00:02:09.902]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:02.8273719Z [00:02:09.902]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:02.8274313Z [00:02:09.902]➜  EOF
2025-08-20T19:16:02.8307481Z [00:02:09.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0=>github.com/clbanning/mxj/v2@v2.7.0;$WORK/b220=>" -p github.com/clbanning/mxj/v2 -lang=go1.15 -complete -installsuffix shared -buildid wuPHGAzWNXayI49M7jJP/wuPHGAzWNXayI49M7jJP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/anyxml.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/doc.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/escapechars.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/exists.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/files.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/gob.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/json.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/keyvalues.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/leafnode.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/misc.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/mxj.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/newmap.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/remove.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/rename.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/set.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/setfieldsep.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/strict.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/struct.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/updatevalues.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/xml.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/xmlseq.go /root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0/xmlseq2.go
2025-08-20T19:16:02.8608121Z [00:02:09.937]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T19:16:02.8635003Z [00:02:09.939]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/e0/e02593c67884e7a76f8255c51b9bf4c534cdd82115714377e951a1115ae90548-d # internal
2025-08-20T19:16:02.8640780Z [00:02:09.940]➜  github.com/aliyun/aliyun-cli/v3/newmeta
2025-08-20T19:16:02.8643733Z [00:02:09.940]➜  mkdir -p $WORK/b245/
2025-08-20T19:16:02.8674901Z [00:02:09.941]➜  cat >/tmp/go-build504934049/b245/importcfg << 'EOF' # internal
2025-08-20T19:16:02.8675605Z [00:02:09.941]➜  # import config
2025-08-20T19:16:02.8683660Z [00:02:09.944]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:02.8684908Z [00:02:09.944]➜  packagefile github.com/aliyun/aliyun-cli/v3/aliyun-openapi-meta=/tmp/go-build504934049/b069/_pkg_.a
2025-08-20T19:16:02.8686031Z [00:02:09.944]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:02.8686679Z [00:02:09.944]➜  EOF
2025-08-20T19:16:02.8689966Z [00:02:09.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b245/_pkg_.a -trimpath "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/newmeta=>github.com/aliyun/aliyun-cli/v3/newmeta;$WORK/b245=>" -p github.com/aliyun/aliyun-cli/v3/newmeta -lang=go1.23 -complete -installsuffix shared -buildid zDEII8Y1KUHUK2t-S6QY/zDEII8Y1KUHUK2t-S6QY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /tmp/tmp.lRJ8j9zcPm/TEMPREPO/newmeta/meta.go
2025-08-20T19:16:02.9030206Z [00:02:09.979]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T19:16:02.9053595Z [00:02:09.981]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/8b/8b75967bd6b70abe3623251154322662c728779cd93058973b653bcbeaf57367-d # internal
2025-08-20T19:16:02.9059013Z [00:02:09.982]➜  golang.org/x/time/rate
2025-08-20T19:16:02.9061379Z [00:02:09.982]➜  mkdir -p $WORK/b248/
2025-08-20T19:16:02.9062117Z [00:02:09.982]➜  cat >/tmp/go-build504934049/b248/importcfg << 'EOF' # internal
2025-08-20T19:16:02.9063017Z [00:02:09.982]➜  # import config
2025-08-20T19:16:02.9063669Z [00:02:09.982]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:02.9064481Z [00:02:09.982]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:02.9065264Z [00:02:09.982]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:02.9066048Z [00:02:09.982]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:02.9066826Z [00:02:09.982]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:02.9067388Z [00:02:09.982]➜  EOF
2025-08-20T19:16:02.9070982Z [00:02:09.982]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.11.0/rate=>golang.org/x/time@v0.11.0/rate;$WORK/b248=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid ldAMwhlsxuEJceI2noHr/ldAMwhlsxuEJceI2noHr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/go/pkg/mod/golang.org/x/time@v0.11.0/rate/rate.go /root/go/pkg/mod/golang.org/x/time@v0.11.0/rate/sometimes.go
2025-08-20T19:16:02.9621353Z [00:02:10.038]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T19:16:02.9639169Z [00:02:10.040]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/60/604de434af4b929f02a0717e420f46f2560f1fbb3f3ef920580fc43a10f444b0-d # internal
2025-08-20T19:16:02.9642348Z [00:02:10.040]➜  hash/crc64
2025-08-20T19:16:02.9647442Z [00:02:10.041]➜  mkdir -p $WORK/b249/
2025-08-20T19:16:02.9662208Z [00:02:10.042]➜  cat >/tmp/go-build504934049/b249/importcfg << 'EOF' # internal
2025-08-20T19:16:02.9664648Z [00:02:10.042]➜  # import config
2025-08-20T19:16:02.9665321Z [00:02:10.042]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:02.9666141Z [00:02:10.042]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:02.9667038Z [00:02:10.042]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:16:02.9667948Z [00:02:10.042]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:02.9668560Z [00:02:10.042]➜  EOF
2025-08-20T19:16:02.9676756Z [00:02:10.043]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/.go/src/hash/crc64=>hash/crc64;$WORK/b249=>" -p hash/crc64 -lang=go1.25 -std -complete -installsuffix shared -buildid 5U9H2B-Vw1hmwdAjDRNJ/5U9H2B-Vw1hmwdAjDRNJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/.go/src/hash/crc64/crc64.go
2025-08-20T19:16:02.9966338Z [00:02:10.071]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T19:16:02.9967651Z [00:02:10.071]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d # internal
2025-08-20T19:16:02.9968730Z [00:02:10.071]➜  github.com/alyu/configparser
2025-08-20T19:16:02.9969285Z [00:02:10.071]➜  mkdir -p $WORK/b250/
2025-08-20T19:16:02.9969996Z [00:02:10.071]➜  cat >/tmp/go-build504934049/b250/importcfg << 'EOF' # internal
2025-08-20T19:16:02.9970691Z [00:02:10.071]➜  # import config
2025-08-20T19:16:02.9971338Z [00:02:10.071]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:02.9972187Z [00:02:10.071]➜  packagefile container/list=/tmp/go-build504934049/b084/_pkg_.a
2025-08-20T19:16:02.9983494Z [00:02:10.071]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:02.9984308Z [00:02:10.071]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:02.9985062Z [00:02:10.071]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:02.9985822Z [00:02:10.071]➜  packagefile path=/tmp/go-build504934049/b040/_pkg_.a
2025-08-20T19:16:02.9986605Z [00:02:10.071]➜  packagefile regexp=/tmp/go-build504934049/b206/_pkg_.a
2025-08-20T19:16:02.9987408Z [00:02:10.071]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:02.9988184Z [00:02:10.071]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:02.9988784Z [00:02:10.071]➜  EOF
2025-08-20T19:16:02.9992942Z [00:02:10.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alyu/configparser@v0.0.0-20191103060215-744e9a66e7bc=>github.com/alyu/configparser@v0.0.0-20191103060215-744e9a66e7bc;$WORK/b250=>" -p github.com/alyu/configparser -lang=go1.13 -complete -installsuffix shared -buildid ihzYRx46TU70TbEg1r5Z/ihzYRx46TU70TbEg1r5Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/go/pkg/mod/github.com/alyu/configparser@v0.0.0-20191103060215-744e9a66e7bc/configparser.go
2025-08-20T19:16:03.0827386Z [00:02:10.159]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T19:16:03.0837642Z [00:02:10.160]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/8d/8dd24e01347895f101b02a7d1d2b84386ff9a6ee19ac026f0fd25048a72c8909-d # internal
2025-08-20T19:16:03.0843422Z [00:02:10.160]➜  github.com/droundy/goopt
2025-08-20T19:16:03.0847444Z [00:02:10.161]➜  mkdir -p $WORK/b251/
2025-08-20T19:16:03.0858933Z [00:02:10.161]➜  cat >/tmp/go-build504934049/b251/importcfg << 'EOF' # internal
2025-08-20T19:16:03.0859656Z [00:02:10.161]➜  # import config
2025-08-20T19:16:03.0860337Z [00:02:10.161]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:03.0861344Z [00:02:10.161]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:03.0862174Z [00:02:10.161]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:03.0863228Z [00:02:10.161]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:03.0864017Z [00:02:10.161]➜  packagefile path=/tmp/go-build504934049/b040/_pkg_.a
2025-08-20T19:16:03.0864808Z [00:02:10.161]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:03.0865631Z [00:02:10.161]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:03.0866523Z [00:02:10.161]➜  packagefile text/tabwriter=/tmp/go-build504934049/b076/_pkg_.a
2025-08-20T19:16:03.0867387Z [00:02:10.161]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:03.0868010Z [00:02:10.161]➜  EOF
2025-08-20T19:16:03.0872898Z [00:02:10.161]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/droundy/goopt@v0.0.0-20220217183150-48d6390ad4d1=>github.com/droundy/goopt@v0.0.0-20220217183150-48d6390ad4d1;$WORK/b251=>" -p github.com/droundy/goopt -lang=go1.16 -complete -installsuffix shared -buildid dOP0JFn9uCEmkluK_WLF/dOP0JFn9uCEmkluK_WLF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/go/pkg/mod/github.com/droundy/goopt@v0.0.0-20220217183150-48d6390ad4d1/goopt.go /root/go/pkg/mod/github.com/droundy/goopt@v0.0.0-20220217183150-48d6390ad4d1/slice.go
2025-08-20T19:16:03.1344364Z [00:02:10.208]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T19:16:03.1359851Z [00:02:10.212]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/92/9275738def5b0a3aa0e8e338b069eb3e02d3cf4d0836d6364261007f97f64765-d # internal
2025-08-20T19:16:03.1367236Z [00:02:10.213]➜  github.com/syndtr/goleveldb/leveldb/util
2025-08-20T19:16:03.1372763Z [00:02:10.213]➜  mkdir -p $WORK/b254/
2025-08-20T19:16:03.1393752Z [00:02:10.214]➜  cat >/tmp/go-build504934049/b254/importcfg << 'EOF' # internal
2025-08-20T19:16:03.1394790Z [00:02:10.214]➜  # import config
2025-08-20T19:16:03.1396885Z [00:02:10.214]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:03.1398240Z [00:02:10.214]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:03.1399327Z [00:02:10.214]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:03.1401784Z [00:02:10.214]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:03.1402817Z [00:02:10.214]➜  packagefile hash/crc32=/tmp/go-build504934049/b189/_pkg_.a
2025-08-20T19:16:03.1403642Z [00:02:10.214]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:03.1404394Z [00:02:10.214]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:03.1405227Z [00:02:10.214]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:03.1406044Z [00:02:10.214]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:03.1406666Z [00:02:10.214]➜  EOF
2025-08-20T19:16:03.1418455Z [00:02:10.217]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util=>github.com/syndtr/goleveldb@v1.0.0/leveldb/util;$WORK/b254=>" -p github.com/syndtr/goleveldb/leveldb/util -lang=go1.16 -complete -installsuffix shared -buildid UpCGWZ58s5zmfaAHSYn7/UpCGWZ58s5zmfaAHSYn7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util/buffer.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util/buffer_pool.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util/crc32.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util/hash.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util/range.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util/util.go
2025-08-20T19:16:03.2442018Z [00:02:10.320]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T19:16:03.2462184Z [00:02:10.322]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/96/966a6f4d5e77525bf2ab54318dd3cfd08734a2f4a94650f6778cd7820180a930-d # internal
2025-08-20T19:16:03.2471141Z [00:02:10.323]➜  github.com/syndtr/goleveldb/leveldb/cache
2025-08-20T19:16:03.2471787Z [00:02:10.323]➜  mkdir -p $WORK/b253/
2025-08-20T19:16:03.2472726Z [00:02:10.323]➜  cat >/tmp/go-build504934049/b253/importcfg << 'EOF' # internal
2025-08-20T19:16:03.2473455Z [00:02:10.323]➜  # import config
2025-08-20T19:16:03.2474344Z [00:02:10.323]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build504934049/b254/_pkg_.a
2025-08-20T19:16:03.2475406Z [00:02:10.323]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:03.2476278Z [00:02:10.323]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:03.2476943Z [00:02:10.323]➜  EOF
2025-08-20T19:16:03.2481580Z [00:02:10.323]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/cache=>github.com/syndtr/goleveldb@v1.0.0/leveldb/cache;$WORK/b253=>" -p github.com/syndtr/goleveldb/leveldb/cache -lang=go1.16 -complete -installsuffix shared -buildid byQ4gmkc9jkkvbR9SEk2/byQ4gmkc9jkkvbR9SEk2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/cache/cache.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/cache/lru.go
2025-08-20T19:16:03.2630345Z [00:02:10.339]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T19:16:03.2664446Z [00:02:10.342]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/4d/4d310d6538490e061a1e9d1aa8cf6e2bd0dfa5c1de4bb0c3f42b3bd08cdb2ac6-d # internal
2025-08-20T19:16:03.2673812Z [00:02:10.343]➜  github.com/syndtr/goleveldb/leveldb/comparer
2025-08-20T19:16:03.2679270Z [00:02:10.344]➜  mkdir -p $WORK/b255/
2025-08-20T19:16:03.2688132Z [00:02:10.345]➜  cat >/tmp/go-build504934049/b255/importcfg << 'EOF' # internal
2025-08-20T19:16:03.2689822Z [00:02:10.345]➜  # import config
2025-08-20T19:16:03.2693216Z [00:02:10.345]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:03.2695155Z [00:02:10.345]➜  EOF
2025-08-20T19:16:03.2702208Z [00:02:10.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/comparer=>github.com/syndtr/goleveldb@v1.0.0/leveldb/comparer;$WORK/b255=>" -p github.com/syndtr/goleveldb/leveldb/comparer -lang=go1.16 -complete -installsuffix shared -buildid dcAuiA03GaaxMYwPLMHw/dcAuiA03GaaxMYwPLMHw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/comparer/bytes_comparer.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/comparer/comparer.go
2025-08-20T19:16:03.2890429Z [00:02:10.365]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T19:16:03.2923731Z [00:02:10.368]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T19:16:03.2941533Z [00:02:10.370]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/e8/e8ce06204bff4bef9fcef8086f0c6d13c9314a87291a601cf264abc485e08dec-d # internal
2025-08-20T19:16:03.2946529Z [00:02:10.370]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/a2/a20525e6215625fc75079bb50fe02dd599a173dd7f0cffaa033390520ce335c8-d # internal
2025-08-20T19:16:03.2947704Z [00:02:10.370]➜  github.com/syndtr/goleveldb/leveldb/filter
2025-08-20T19:16:03.2948318Z [00:02:10.370]➜  mkdir -p $WORK/b258/
2025-08-20T19:16:03.2948946Z [00:02:10.370]➜  github.com/syndtr/goleveldb/leveldb/storage
2025-08-20T19:16:03.2949560Z [00:02:10.370]➜  mkdir -p $WORK/b257/
2025-08-20T19:16:03.2950280Z [00:02:10.370]➜  cat >/tmp/go-build504934049/b257/importcfg << 'EOF' # internal
2025-08-20T19:16:03.2951232Z [00:02:10.370]➜  # import config
2025-08-20T19:16:03.2951910Z [00:02:10.370]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:03.2953032Z [00:02:10.370]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:03.2953821Z [00:02:10.370]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:03.2954573Z [00:02:10.370]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:03.2955401Z [00:02:10.370]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:03.2956193Z [00:02:10.370]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:03.2957059Z [00:02:10.370]➜  packagefile path/filepath=/tmp/go-build504934049/b075/_pkg_.a
2025-08-20T19:16:03.2957963Z [00:02:10.370]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:03.2958822Z [00:02:10.370]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:03.2959653Z [00:02:10.370]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:03.2960442Z [00:02:10.370]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:03.2961414Z [00:02:10.370]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:03.2962575Z [00:02:10.370]➜  packagefile syscall=/tmp/go-build504934049/b049/_pkg_.a
2025-08-20T19:16:03.2963411Z [00:02:10.371]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:03.2964011Z [00:02:10.371]➜  EOF
2025-08-20T19:16:03.2964627Z [00:02:10.371]➜  cat >/tmp/go-build504934049/b258/importcfg << 'EOF' # internal
2025-08-20T19:16:03.2965281Z [00:02:10.371]➜  # import config
2025-08-20T19:16:03.2966176Z [00:02:10.371]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build504934049/b254/_pkg_.a
2025-08-20T19:16:03.2967037Z [00:02:10.371]➜  EOF
2025-08-20T19:16:03.2971374Z [00:02:10.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/filter=>github.com/syndtr/goleveldb@v1.0.0/leveldb/filter;$WORK/b258=>" -p github.com/syndtr/goleveldb/leveldb/filter -lang=go1.16 -complete -installsuffix shared -buildid 3ZH2kmmhOj-XFxRaHL5T/3ZH2kmmhOj-XFxRaHL5T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/filter/bloom.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/filter/filter.go
2025-08-20T19:16:03.2980620Z [00:02:10.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/storage=>github.com/syndtr/goleveldb@v1.0.0/leveldb/storage;$WORK/b257=>" -p github.com/syndtr/goleveldb/leveldb/storage -lang=go1.16 -complete -installsuffix shared -buildid wzdR9tN98jcfLKKaq-5f/wzdR9tN98jcfLKKaq-5f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/storage/file_storage.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/storage/file_storage_unix.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/storage/mem_storage.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/storage/storage.go
2025-08-20T19:16:03.3133984Z [00:02:10.389]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T19:16:03.3147829Z [00:02:10.391]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/ab/abb19349e182f36c5dd07d55cdbda2fc1708cca1a453a3342c14a38da8ee8962-d # internal
2025-08-20T19:16:03.3157809Z [00:02:10.392]➜  github.com/golang/snappy
2025-08-20T19:16:03.3163146Z [00:02:10.392]➜  mkdir -p $WORK/b264/
2025-08-20T19:16:03.3171934Z [00:02:10.393]➜  echo -n > $WORK/b264/go_asm.h # internal
2025-08-20T19:16:03.3181303Z [00:02:10.394]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v1.0.0
2025-08-20T19:16:03.3184646Z [00:02:10.394]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b264=>" -I $WORK/b264/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b264/symabis ./decode_amd64.s ./encode_amd64.s
2025-08-20T19:16:03.3314511Z [00:02:10.407]➜  cat >/tmp/go-build504934049/b264/importcfg << 'EOF' # internal
2025-08-20T19:16:03.3316618Z [00:02:10.408]➜  # import config
2025-08-20T19:16:03.3318074Z [00:02:10.408]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:03.3319856Z [00:02:10.408]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:03.3321013Z [00:02:10.408]➜  packagefile hash/crc32=/tmp/go-build504934049/b189/_pkg_.a
2025-08-20T19:16:03.3323131Z [00:02:10.408]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:03.3323717Z [00:02:10.408]➜  EOF
2025-08-20T19:16:03.3332293Z [00:02:10.409]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:03.3338298Z [00:02:10.409]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b264=>" -p github.com/golang/snappy -lang=go1.16 -installsuffix shared -buildid 1OBHzmya1YI6sIcQjcNA/1OBHzmya1YI6sIcQjcNA -goversion go1.25.0 -symabis $WORK/b264/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack -asmhdr $WORK/b264/go_asm.h /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/decode.go /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/decode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/encode.go /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/encode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/snappy.go
2025-08-20T19:16:03.3724680Z [00:02:10.448]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v1.0.0
2025-08-20T19:16:03.3729292Z [00:02:10.448]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b264=>" -I $WORK/b264/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b264/decode_amd64.o ./decode_amd64.s
2025-08-20T19:16:03.3736436Z [00:02:10.450]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T19:16:03.3753145Z [00:02:10.451]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/40/400c519980506d0b546c996385e7a4be1b6cc824e86b2ae3ee28430748c6b397-d # internal
2025-08-20T19:16:03.3770736Z [00:02:10.453]➜  github.com/syndtr/goleveldb/leveldb/opt
2025-08-20T19:16:03.3771483Z [00:02:10.453]➜  mkdir -p $WORK/b262/
2025-08-20T19:16:03.3772233Z [00:02:10.453]➜  cat >/tmp/go-build504934049/b262/importcfg << 'EOF' # internal
2025-08-20T19:16:03.3773143Z [00:02:10.453]➜  # import config
2025-08-20T19:16:03.3774087Z [00:02:10.453]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build504934049/b253/_pkg_.a
2025-08-20T19:16:03.3775456Z [00:02:10.453]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build504934049/b255/_pkg_.a
2025-08-20T19:16:03.3776845Z [00:02:10.453]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build504934049/b258/_pkg_.a
2025-08-20T19:16:03.3777943Z [00:02:10.453]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:03.3778592Z [00:02:10.453]➜  EOF
2025-08-20T19:16:03.3779108Z [00:02:10.453]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:03.3783254Z [00:02:10.453]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/opt=>github.com/syndtr/goleveldb@v1.0.0/leveldb/opt;$WORK/b262=>" -p github.com/syndtr/goleveldb/leveldb/opt -lang=go1.16 -complete -installsuffix shared -buildid 3xutGxUugbvJH24qoH3Y/3xutGxUugbvJH24qoH3Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/opt/options.go
2025-08-20T19:16:03.3797722Z [00:02:10.456]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v1.0.0
2025-08-20T19:16:03.3799887Z [00:02:10.456]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b264=>" -I $WORK/b264/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b264/encode_amd64.o ./encode_amd64.s
2025-08-20T19:16:03.3904110Z [00:02:10.466]➜  go tool pack r $WORK/b264/_pkg_.a $WORK/b264/decode_amd64.o $WORK/b264/encode_amd64.o # internal
2025-08-20T19:16:03.3905200Z [00:02:10.466]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T19:16:03.3914506Z [00:02:10.467]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/81/815c3b065dcee7c710f0e399e8568f9de545a6091986e4ba734e3bcecf024f86-d # internal
2025-08-20T19:16:03.3931699Z [00:02:10.469]➜  golang.org/x/sys/unix
2025-08-20T19:16:03.3934274Z [00:02:10.469]➜  mkdir -p $WORK/b267/
2025-08-20T19:16:03.3947208Z [00:02:10.470]➜  echo -n > $WORK/b267/go_asm.h # internal
2025-08-20T19:16:03.3949888Z [00:02:10.470]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T19:16:03.3952813Z [00:02:10.470]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b267=>" -I $WORK/b267/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b267/symabis ./asm_linux_amd64.s
2025-08-20T19:16:03.3974395Z [00:02:10.473]➜  cat >/tmp/go-build504934049/b267/importcfg << 'EOF' # internal
2025-08-20T19:16:03.3975115Z [00:02:10.473]➜  # import config
2025-08-20T19:16:03.3976017Z [00:02:10.473]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:03.3976993Z [00:02:10.473]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:03.3977852Z [00:02:10.473]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:16:03.3978822Z [00:02:10.473]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:03.3979746Z [00:02:10.473]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:03.3980554Z [00:02:10.473]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:03.3981350Z [00:02:10.473]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:03.3982214Z [00:02:10.473]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:03.3983219Z [00:02:10.473]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:03.3984013Z [00:02:10.473]➜  packagefile syscall=/tmp/go-build504934049/b049/_pkg_.a
2025-08-20T19:16:03.3984804Z [00:02:10.473]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:03.3985383Z [00:02:10.473]➜  EOF
2025-08-20T19:16:03.3985872Z [00:02:10.474]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:03.4010905Z [00:02:10.474]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b267=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid VtMkpIaxUwBTTzf1lqNK/VtMkpIaxUwBTTzf1lqNK -goversion go1.25.0 -symabis $WORK/b267/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack -asmhdr $WORK/b267/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_alarm.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_amd64_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zerrors_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zptrace_x86_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsyscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsysnum_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ztypes_linux_amd64.go
2025-08-20T19:16:03.4259458Z [00:02:10.502]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T19:16:03.4270898Z [00:02:10.503]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/72/72b3950c87c6473b3dff3f11256ece8f2f3a59bda0221e4d248fd3e7b07de839-d # internal
2025-08-20T19:16:03.4285915Z [00:02:10.505]➜  hash/fnv
2025-08-20T19:16:03.4286946Z [00:02:10.505]➜  mkdir -p $WORK/b268/
2025-08-20T19:16:03.4293052Z [00:02:10.505]➜  cat >/tmp/go-build504934049/b268/importcfg << 'EOF' # internal
2025-08-20T19:16:03.4293928Z [00:02:10.505]➜  # import config
2025-08-20T19:16:03.4294595Z [00:02:10.505]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:03.4295468Z [00:02:10.505]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:03.4296403Z [00:02:10.505]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:16:03.4297293Z [00:02:10.505]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:16:03.4297981Z [00:02:10.506]➜  EOF
2025-08-20T19:16:03.4304409Z [00:02:10.506]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b268=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid zy2uOp7FW9V54tRXLALv/zy2uOp7FW9V54tRXLALv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T19:16:03.4341111Z [00:02:10.510]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T19:16:03.4459158Z [00:02:10.522]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/fd/fdb5e25ec2f7fd14aeaa6a302b08a21d9caa76a1acc854f8c86dc67870e2e1c2-d # internal
2025-08-20T19:16:03.4534798Z [00:02:10.529]➜  crypto/tls
2025-08-20T19:16:03.4535382Z [00:02:10.529]➜  mkdir -p $WORK/b083/
2025-08-20T19:16:03.4536165Z [00:02:10.529]➜  cat >/tmp/go-build504934049/b083/importcfg << 'EOF' # internal
2025-08-20T19:16:03.4536896Z [00:02:10.529]➜  # import config
2025-08-20T19:16:03.4537892Z [00:02:10.529]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T19:16:03.4539220Z [00:02:10.529]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T19:16:03.4540269Z [00:02:10.529]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:03.4541523Z [00:02:10.529]➜  packagefile container/list=/tmp/go-build504934049/b084/_pkg_.a
2025-08-20T19:16:03.4542744Z [00:02:10.529]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:03.4544095Z [00:02:10.529]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:03.4545018Z [00:02:10.529]➜  packagefile crypto/aes=/tmp/go-build504934049/b087/_pkg_.a
2025-08-20T19:16:03.4545949Z [00:02:10.529]➜  packagefile crypto/cipher=/tmp/go-build504934049/b088/_pkg_.a
2025-08-20T19:16:03.4546886Z [00:02:10.529]➜  packagefile crypto/des=/tmp/go-build504934049/b112/_pkg_.a
2025-08-20T19:16:03.4547785Z [00:02:10.529]➜  packagefile crypto/ecdh=/tmp/go-build504934049/b113/_pkg_.a
2025-08-20T19:16:03.4548733Z [00:02:10.529]➜  packagefile crypto/ecdsa=/tmp/go-build504934049/b118/_pkg_.a
2025-08-20T19:16:03.4549646Z [00:02:10.529]➜  packagefile crypto/ed25519=/tmp/go-build504934049/b133/_pkg_.a
2025-08-20T19:16:03.4550688Z [00:02:10.529]➜  packagefile crypto/elliptic=/tmp/go-build504934049/b119/_pkg_.a
2025-08-20T19:16:03.4551812Z [00:02:10.529]➜  packagefile crypto/hkdf=/tmp/go-build504934049/b137/_pkg_.a
2025-08-20T19:16:03.4552927Z [00:02:10.529]➜  packagefile crypto/hmac=/tmp/go-build504934049/b139/_pkg_.a
2025-08-20T19:16:03.4554067Z [00:02:10.529]➜  packagefile crypto/internal/boring=/tmp/go-build504934049/b110/_pkg_.a
2025-08-20T19:16:03.4555197Z [00:02:10.529]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build504934049/b089/_pkg_.a
2025-08-20T19:16:03.4556377Z [00:02:10.529]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build504934049/b102/_pkg_.a
2025-08-20T19:16:03.4557532Z [00:02:10.529]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build504934049/b140/_pkg_.a
2025-08-20T19:16:03.4558695Z [00:02:10.529]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build504934049/b141/_pkg_.a
2025-08-20T19:16:03.4559884Z [00:02:10.529]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build504934049/b142/_pkg_.a
2025-08-20T19:16:03.4560955Z [00:02:10.529]➜  packagefile crypto/internal/hpke=/tmp/go-build504934049/b143/_pkg_.a
2025-08-20T19:16:03.4561977Z [00:02:10.529]➜  packagefile crypto/md5=/tmp/go-build504934049/b150/_pkg_.a
2025-08-20T19:16:03.4564824Z [00:02:10.529]➜  packagefile crypto/rand=/tmp/go-build504934049/b136/_pkg_.a
2025-08-20T19:16:03.4565772Z [00:02:10.529]➜  packagefile crypto/rc4=/tmp/go-build504934049/b151/_pkg_.a
2025-08-20T19:16:03.4566641Z [00:02:10.529]➜  packagefile crypto/rsa=/tmp/go-build504934049/b152/_pkg_.a
2025-08-20T19:16:03.4567526Z [00:02:10.529]➜  packagefile crypto/sha1=/tmp/go-build504934049/b154/_pkg_.a
2025-08-20T19:16:03.4568441Z [00:02:10.529]➜  packagefile crypto/sha256=/tmp/go-build504934049/b155/_pkg_.a
2025-08-20T19:16:03.4569382Z [00:02:10.529]➜  packagefile crypto/sha512=/tmp/go-build504934049/b129/_pkg_.a
2025-08-20T19:16:03.4570312Z [00:02:10.529]➜  packagefile crypto/subtle=/tmp/go-build504934049/b109/_pkg_.a
2025-08-20T19:16:03.4571368Z [00:02:10.529]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build504934049/b156/_pkg_.a
2025-08-20T19:16:03.4572630Z [00:02:10.529]➜  packagefile crypto/x509=/tmp/go-build504934049/b158/_pkg_.a
2025-08-20T19:16:03.4573550Z [00:02:10.529]➜  packagefile encoding/pem=/tmp/go-build504934049/b161/_pkg_.a
2025-08-20T19:16:03.4574432Z [00:02:10.529]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:03.4575227Z [00:02:10.529]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:03.4576294Z [00:02:10.530]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build504934049/b144/_pkg_.a
2025-08-20T19:16:03.4577602Z [00:02:10.530]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build504934049/b130/_pkg_.a
2025-08-20T19:16:03.4578608Z [00:02:10.530]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:03.4579518Z [00:02:10.530]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:16:03.4580475Z [00:02:10.530]➜  packagefile internal/cpu=/tmp/go-build504934049/b011/_pkg_.a
2025-08-20T19:16:03.4581629Z [00:02:10.530]➜  packagefile internal/godebug=/tmp/go-build504934049/b047/_pkg_.a
2025-08-20T19:16:03.4582787Z [00:02:10.530]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:03.4583787Z [00:02:10.530]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:03.4584583Z [00:02:10.530]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:03.4585459Z [00:02:10.530]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:03.4586302Z [00:02:10.530]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:03.4587127Z [00:02:10.530]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:03.4587991Z [00:02:10.530]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:03.4588828Z [00:02:10.530]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:03.4589648Z [00:02:10.530]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:03.4590488Z [00:02:10.530]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:03.4591481Z [00:02:10.530]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:03.4592322Z [00:02:10.530]➜  packagefile weak=/tmp/go-build504934049/b126/_pkg_.a
2025-08-20T19:16:03.4593306Z [00:02:10.530]➜  EOF
2025-08-20T19:16:03.4601465Z [00:02:10.530]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b083=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid h3QnGeOHbeeTVLZHu-3B/h3QnGeOHbeeTVLZHu-3B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/crypto/tls/alert.go /root/.go/src/crypto/tls/auth.go /root/.go/src/crypto/tls/cache.go /root/.go/src/crypto/tls/cipher_suites.go /root/.go/src/crypto/tls/common.go /root/.go/src/crypto/tls/common_string.go /root/.go/src/crypto/tls/conn.go /root/.go/src/crypto/tls/defaults.go /root/.go/src/crypto/tls/defaults_fips140.go /root/.go/src/crypto/tls/ech.go /root/.go/src/crypto/tls/handshake_client.go /root/.go/src/crypto/tls/handshake_client_tls13.go /root/.go/src/crypto/tls/handshake_messages.go /root/.go/src/crypto/tls/handshake_server.go /root/.go/src/crypto/tls/handshake_server_tls13.go /root/.go/src/crypto/tls/key_agreement.go /root/.go/src/crypto/tls/key_schedule.go /root/.go/src/crypto/tls/prf.go /root/.go/src/crypto/tls/quic.go /root/.go/src/crypto/tls/ticket.go /root/.go/src/crypto/tls/tls.go
2025-08-20T19:16:03.5021267Z [00:02:10.578]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T19:16:03.5052207Z [00:02:10.581]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/3c/3c2d5c8a458697f9131049f8b7f876c158f15c8274abdd0f3863e3e7fdc82b1e-d # internal
2025-08-20T19:16:03.5113609Z [00:02:10.585]➜  github.com/aliyun/credentials-go/credentials/internal/utils
2025-08-20T19:16:03.5115588Z [00:02:10.585]➜  mkdir -p $WORK/b209/
2025-08-20T19:16:03.5116335Z [00:02:10.585]➜  cat >/tmp/go-build504934049/b209/importcfg << 'EOF' # internal
2025-08-20T19:16:03.5117018Z [00:02:10.585]➜  # import config
2025-08-20T19:16:03.5117697Z [00:02:10.585]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:03.5118559Z [00:02:10.585]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:03.5119402Z [00:02:10.585]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:03.5120251Z [00:02:10.585]➜  packagefile crypto/hmac=/tmp/go-build504934049/b139/_pkg_.a
2025-08-20T19:16:03.5121101Z [00:02:10.585]➜  packagefile crypto/md5=/tmp/go-build504934049/b150/_pkg_.a
2025-08-20T19:16:03.5122020Z [00:02:10.585]➜  packagefile crypto/rand=/tmp/go-build504934049/b136/_pkg_.a
2025-08-20T19:16:03.5123107Z [00:02:10.585]➜  packagefile crypto/rsa=/tmp/go-build504934049/b152/_pkg_.a
2025-08-20T19:16:03.5124007Z [00:02:10.585]➜  packagefile crypto/sha1=/tmp/go-build504934049/b154/_pkg_.a
2025-08-20T19:16:03.5124950Z [00:02:10.585]➜  packagefile crypto/x509=/tmp/go-build504934049/b158/_pkg_.a
2025-08-20T19:16:03.5126171Z [00:02:10.585]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:03.5127134Z [00:02:10.585]➜  packagefile encoding/hex=/tmp/go-build504934049/b080/_pkg_.a
2025-08-20T19:16:03.5128344Z [00:02:10.585]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:03.5129160Z [00:02:10.585]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:03.5129950Z [00:02:10.585]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:03.5130780Z [00:02:10.585]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:16:03.5131612Z [00:02:10.585]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:03.5132652Z [00:02:10.585]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:03.5133495Z [00:02:10.585]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:03.5134277Z [00:02:10.585]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:03.5135113Z [00:02:10.585]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:03.5136128Z [00:02:10.585]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:03.5137023Z [00:02:10.585]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:03.5146813Z [00:02:10.585]➜  EOF
2025-08-20T19:16:03.5152911Z [00:02:10.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/internal/utils=>github.com/aliyun/credentials-go@v1.4.7/credentials/internal/utils;$WORK/b209=>" -p github.com/aliyun/credentials-go/credentials/internal/utils -lang=go1.14 -complete -installsuffix shared -buildid kpAhFu-YuWobSbX-X5Qv/kpAhFu-YuWobSbX-X5Qv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/internal/utils/path.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/internal/utils/runtime.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/internal/utils/utils.go
2025-08-20T19:16:03.5415342Z [00:02:10.618]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T19:16:03.5459809Z [00:02:10.622]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/08/08b62712503408727f8dd37955845984918d26cbef79cca59895cf201f67a2ac-d # internal
2025-08-20T19:16:03.5461915Z [00:02:10.622]➜  github.com/aliyun/credentials-go/credentials/utils
2025-08-20T19:16:03.5463353Z [00:02:10.622]➜  mkdir -p $WORK/b214/
2025-08-20T19:16:03.5472340Z [00:02:10.623]➜  cat >/tmp/go-build504934049/b214/importcfg << 'EOF' # internal
2025-08-20T19:16:03.5475565Z [00:02:10.623]➜  # import config
2025-08-20T19:16:03.5476291Z [00:02:10.623]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:03.5477192Z [00:02:10.623]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:03.5478326Z [00:02:10.623]➜  packagefile crypto/hmac=/tmp/go-build504934049/b139/_pkg_.a
2025-08-20T19:16:03.5479242Z [00:02:10.624]➜  packagefile crypto/md5=/tmp/go-build504934049/b150/_pkg_.a
2025-08-20T19:16:03.5480196Z [00:02:10.624]➜  packagefile crypto/rand=/tmp/go-build504934049/b136/_pkg_.a
2025-08-20T19:16:03.5481330Z [00:02:10.624]➜  packagefile crypto/rsa=/tmp/go-build504934049/b152/_pkg_.a
2025-08-20T19:16:03.5482303Z [00:02:10.624]➜  packagefile crypto/sha1=/tmp/go-build504934049/b154/_pkg_.a
2025-08-20T19:16:03.5483861Z [00:02:10.624]➜  packagefile crypto/x509=/tmp/go-build504934049/b158/_pkg_.a
2025-08-20T19:16:03.5484838Z [00:02:10.624]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:03.5485823Z [00:02:10.624]➜  packagefile encoding/hex=/tmp/go-build504934049/b080/_pkg_.a
2025-08-20T19:16:03.5486741Z [00:02:10.624]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:03.5487594Z [00:02:10.624]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:03.5488510Z [00:02:10.624]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:16:03.5489392Z [00:02:10.624]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:03.5490328Z [00:02:10.624]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:03.5491200Z [00:02:10.624]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:03.5491830Z [00:02:10.624]➜  EOF
2025-08-20T19:16:03.5497261Z [00:02:10.624]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/utils=>github.com/aliyun/credentials-go@v1.4.7/credentials/utils;$WORK/b214=>" -p github.com/aliyun/credentials-go/credentials/utils -lang=go1.14 -complete -installsuffix shared -buildid bF3WEhsJCncDmXGCiacc/bF3WEhsJCncDmXGCiacc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/utils/doc.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/utils/runtime.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/utils/utils.go
2025-08-20T19:16:03.5650302Z [00:02:10.641]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T19:16:03.5663718Z [00:02:10.642]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/eb/eb66411b803c9ff429341df91434730dc24db9d256348857dfe5b57fd803ed65-d # internal
2025-08-20T19:16:03.5667143Z [00:02:10.643]➜  github.com/aliyun/alibaba-cloud-sdk-go/sdk/utils
2025-08-20T19:16:03.5667850Z [00:02:10.643]➜  mkdir -p $WORK/b233/
2025-08-20T19:16:03.5675487Z [00:02:10.644]➜  cat >/tmp/go-build504934049/b233/importcfg << 'EOF' # internal
2025-08-20T19:16:03.5676235Z [00:02:10.644]➜  # import config
2025-08-20T19:16:03.5676896Z [00:02:10.644]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:03.5677711Z [00:02:10.644]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:03.5678565Z [00:02:10.644]➜  packagefile crypto/hmac=/tmp/go-build504934049/b139/_pkg_.a
2025-08-20T19:16:03.5679457Z [00:02:10.644]➜  packagefile crypto/md5=/tmp/go-build504934049/b150/_pkg_.a
2025-08-20T19:16:03.5680323Z [00:02:10.644]➜  packagefile crypto/rand=/tmp/go-build504934049/b136/_pkg_.a
2025-08-20T19:16:03.5681201Z [00:02:10.644]➜  packagefile crypto/rsa=/tmp/go-build504934049/b152/_pkg_.a
2025-08-20T19:16:03.5682061Z [00:02:10.644]➜  packagefile crypto/sha1=/tmp/go-build504934049/b154/_pkg_.a
2025-08-20T19:16:03.5683134Z [00:02:10.644]➜  packagefile crypto/x509=/tmp/go-build504934049/b158/_pkg_.a
2025-08-20T19:16:03.5684095Z [00:02:10.644]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:03.5684994Z [00:02:10.644]➜  packagefile encoding/hex=/tmp/go-build504934049/b080/_pkg_.a
2025-08-20T19:16:03.5685827Z [00:02:10.644]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:03.5686637Z [00:02:10.644]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:16:03.5687726Z [00:02:10.644]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:03.5688525Z [00:02:10.644]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:03.5689339Z [00:02:10.644]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:03.5690279Z [00:02:10.644]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:03.5691018Z [00:02:10.644]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:03.5691757Z [00:02:10.644]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:03.5692727Z [00:02:10.644]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:03.5693518Z [00:02:10.644]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:03.5694096Z [00:02:10.644]➜  EOF
2025-08-20T19:16:03.5699252Z [00:02:10.644]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/utils=>github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/utils;$WORK/b233=>" -p github.com/aliyun/alibaba-cloud-sdk-go/sdk/utils -lang=go1.13 -complete -installsuffix shared -buildid 0onVIPAkZ5w2G65MIFD8/0onVIPAkZ5w2G65MIFD8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/utils/debug.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/utils/doc.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/utils/utils.go
2025-08-20T19:16:03.5923770Z [00:02:10.668]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T19:16:03.5976776Z [00:02:10.674]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/d4/d4a168e51f6e3c0edb46f92dc70006c8b51b0ca209caa995af119a29e83ceba4-d # internal
2025-08-20T19:16:03.5979442Z [00:02:10.674]➜  github.com/aliyun/credentials-go/credentials/request
2025-08-20T19:16:03.5980560Z [00:02:10.674]➜  mkdir -p $WORK/b213/
2025-08-20T19:16:03.5981582Z [00:02:10.674]➜  cat >/tmp/go-build504934049/b213/importcfg << 'EOF' # internal
2025-08-20T19:16:03.5982682Z [00:02:10.674]➜  # import config
2025-08-20T19:16:03.5983983Z [00:02:10.674]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:03.5985396Z [00:02:10.674]➜  packagefile github.com/aliyun/credentials-go/credentials/utils=/tmp/go-build504934049/b214/_pkg_.a
2025-08-20T19:16:03.5986699Z [00:02:10.674]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:03.5987663Z [00:02:10.674]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:03.5989029Z [00:02:10.674]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:03.5990556Z [00:02:10.674]➜  EOF
2025-08-20T19:16:03.5995435Z [00:02:10.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/request=>github.com/aliyun/credentials-go@v1.4.7/credentials/request;$WORK/b213=>" -p github.com/aliyun/credentials-go/credentials/request -lang=go1.14 -complete -installsuffix shared -buildid 2gyOSHyB_lAnymx7H3H-/2gyOSHyB_lAnymx7H3H- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/request/common_request.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/request/doc.go
2025-08-20T19:16:03.6182033Z [00:02:10.694]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T19:16:03.6196775Z [00:02:10.696]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/2c/2c36a6134dab90fcaf3ad5c0270649c15855fbc2e509ce9e8585787f61b8d6c1-d # internal
2025-08-20T19:16:03.6204246Z [00:02:10.696]➜  github.com/syndtr/goleveldb/leveldb/errors
2025-08-20T19:16:03.6204870Z [00:02:10.696]➜  mkdir -p $WORK/b256/
2025-08-20T19:16:03.6209631Z [00:02:10.697]➜  cat >/tmp/go-build504934049/b256/importcfg << 'EOF' # internal
2025-08-20T19:16:03.6211321Z [00:02:10.697]➜  # import config
2025-08-20T19:16:03.6214875Z [00:02:10.698]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:03.6215908Z [00:02:10.698]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:03.6220250Z [00:02:10.698]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build504934049/b257/_pkg_.a
2025-08-20T19:16:03.6221762Z [00:02:10.698]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build504934049/b254/_pkg_.a
2025-08-20T19:16:03.6222753Z [00:02:10.698]➜  EOF
2025-08-20T19:16:03.6226427Z [00:02:10.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/errors=>github.com/syndtr/goleveldb@v1.0.0/leveldb/errors;$WORK/b256=>" -p github.com/syndtr/goleveldb/leveldb/errors -lang=go1.16 -complete -installsuffix shared -buildid DinoW47ltVKmUSiknS6n/DinoW47ltVKmUSiknS6n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/errors/errors.go
2025-08-20T19:16:03.6354422Z [00:02:10.711]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T19:16:03.6364780Z [00:02:10.713]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/a2/a2862b86121ef7e52ffa0691c52a7d1f1fdcac102b54067e6a07ccd68f91c6f3-d # internal
2025-08-20T19:16:03.6368347Z [00:02:10.713]➜  github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors
2025-08-20T19:16:03.6375660Z [00:02:10.714]➜  mkdir -p $WORK/b232/
2025-08-20T19:16:03.6377612Z [00:02:10.714]➜  cat >/tmp/go-build504934049/b232/importcfg << 'EOF' # internal
2025-08-20T19:16:03.6385659Z [00:02:10.714]➜  # import config
2025-08-20T19:16:03.6386342Z [00:02:10.714]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:03.6387121Z [00:02:10.714]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:03.6388106Z [00:02:10.714]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/utils=/tmp/go-build504934049/b233/_pkg_.a
2025-08-20T19:16:03.6389229Z [00:02:10.714]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build504934049/b234/_pkg_.a
2025-08-20T19:16:03.6390274Z [00:02:10.714]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:03.6390842Z [00:02:10.714]➜  EOF
2025-08-20T19:16:03.6396779Z [00:02:10.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/errors=>github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/errors;$WORK/b232=>" -p github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors -lang=go1.13 -complete -installsuffix shared -buildid 6Yg7b8ww2uFs7Bt_9AT5/6Yg7b8ww2uFs7Bt_9AT5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/errors/client_error.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/errors/error.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/errors/server_error.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/errors/signature_does_not_match_wrapper.go
2025-08-20T19:16:03.6407726Z [00:02:10.717]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T19:16:03.6416920Z [00:02:10.718]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/3d/3d04e4c082a2bd6b9eee78785c91753a3f51f7c5da5bb479741ca0c5c1eda258-d # internal
2025-08-20T19:16:03.6421382Z [00:02:10.718]➜  github.com/syndtr/goleveldb/leveldb/iterator
2025-08-20T19:16:03.6423025Z [00:02:10.719]➜  mkdir -p $WORK/b259/
2025-08-20T19:16:03.6452670Z [00:02:10.721]➜  cat >/tmp/go-build504934049/b259/importcfg << 'EOF' # internal
2025-08-20T19:16:03.6454333Z [00:02:10.721]➜  # import config
2025-08-20T19:16:03.6455248Z [00:02:10.721]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:03.6456663Z [00:02:10.721]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build504934049/b255/_pkg_.a
2025-08-20T19:16:03.6458101Z [00:02:10.721]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build504934049/b256/_pkg_.a
2025-08-20T19:16:03.6459725Z [00:02:10.721]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build504934049/b254/_pkg_.a
2025-08-20T19:16:03.6460976Z [00:02:10.721]➜  EOF
2025-08-20T19:16:03.6467213Z [00:02:10.722]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/iterator=>github.com/syndtr/goleveldb@v1.0.0/leveldb/iterator;$WORK/b259=>" -p github.com/syndtr/goleveldb/leveldb/iterator -lang=go1.16 -complete -installsuffix shared -buildid KX1THKsFXMEeCrsNIdwX/KX1THKsFXMEeCrsNIdwX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/iterator/array_iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/iterator/indexed_iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/iterator/iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/iterator/merged_iter.go
2025-08-20T19:16:03.6779327Z [00:02:10.754]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T19:16:03.6794829Z [00:02:10.754]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/cb/cb67e5ae26bc480013ec9eecc7c7088fe49453e5e4a51ecef2f344e283ad7635-d # internal
2025-08-20T19:16:03.6796090Z [00:02:10.754]➜  github.com/syndtr/goleveldb/leveldb/journal
2025-08-20T19:16:03.6796731Z [00:02:10.754]➜  mkdir -p $WORK/b260/
2025-08-20T19:16:03.6805358Z [00:02:10.755]➜  cat >/tmp/go-build504934049/b260/importcfg << 'EOF' # internal
2025-08-20T19:16:03.6806089Z [00:02:10.755]➜  # import config
2025-08-20T19:16:03.6806829Z [00:02:10.755]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:03.6807695Z [00:02:10.755]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:03.6808789Z [00:02:10.755]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build504934049/b256/_pkg_.a
2025-08-20T19:16:03.6810161Z [00:02:10.755]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build504934049/b257/_pkg_.a
2025-08-20T19:16:03.6811709Z [00:02:10.755]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build504934049/b254/_pkg_.a
2025-08-20T19:16:03.6812971Z [00:02:10.755]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:03.6813572Z [00:02:10.755]➜  EOF
2025-08-20T19:16:03.6838732Z [00:02:10.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/journal=>github.com/syndtr/goleveldb@v1.0.0/leveldb/journal;$WORK/b260=>" -p github.com/syndtr/goleveldb/leveldb/journal -lang=go1.16 -complete -installsuffix shared -buildid VOY_Ho4NeyNHrG_no2dN/VOY_Ho4NeyNHrG_no2dN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/journal/journal.go
2025-08-20T19:16:03.7182022Z [00:02:10.794]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T19:16:03.7185704Z [00:02:10.795]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T19:16:03.7193850Z [00:02:10.795]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/0d/0d0720b761bba3542979a7588fa38139c889795cac3d40345d69220482a24178-d # internal
2025-08-20T19:16:03.7203979Z [00:02:10.796]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/fb/fbb2cdef408366e3dc9fa4573b029e344f9903665b975d690fe952bc4e60fed7-d # internal
2025-08-20T19:16:03.7211170Z [00:02:10.796]➜  github.com/syndtr/goleveldb/leveldb/memdb
2025-08-20T19:16:03.7214525Z [00:02:10.797]➜  mkdir -p $WORK/b261/
2025-08-20T19:16:03.7219473Z [00:02:10.798]➜  github.com/syndtr/goleveldb/leveldb/table
2025-08-20T19:16:03.7221264Z [00:02:10.798]➜  mkdir -p $WORK/b263/
2025-08-20T19:16:03.7225032Z [00:02:10.798]➜  cat >/tmp/go-build504934049/b263/importcfg << 'EOF' # internal
2025-08-20T19:16:03.7225878Z [00:02:10.798]➜  # import config
2025-08-20T19:16:03.7226789Z [00:02:10.798]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:03.7228528Z [00:02:10.798]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:03.7229306Z [00:02:10.798]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:03.7230619Z [00:02:10.798]➜  packagefile github.com/golang/snappy=/tmp/go-build504934049/b264/_pkg_.a
2025-08-20T19:16:03.7231792Z [00:02:10.798]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build504934049/b253/_pkg_.a
2025-08-20T19:16:03.7234108Z [00:02:10.798]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build504934049/b255/_pkg_.a
2025-08-20T19:16:03.7235387Z [00:02:10.798]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build504934049/b256/_pkg_.a
2025-08-20T19:16:03.7236973Z [00:02:10.798]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build504934049/b258/_pkg_.a
2025-08-20T19:16:03.7238281Z [00:02:10.798]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build504934049/b259/_pkg_.a
2025-08-20T19:16:03.7239584Z [00:02:10.798]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build504934049/b262/_pkg_.a
2025-08-20T19:16:03.7242960Z [00:02:10.798]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build504934049/b257/_pkg_.a
2025-08-20T19:16:03.7244493Z [00:02:10.798]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build504934049/b254/_pkg_.a
2025-08-20T19:16:03.7245517Z [00:02:10.798]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:03.7246317Z [00:02:10.798]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:03.7247121Z [00:02:10.798]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:03.7247916Z [00:02:10.798]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:03.7248514Z [00:02:10.798]➜  EOF
2025-08-20T19:16:03.7253762Z [00:02:10.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/table=>github.com/syndtr/goleveldb@v1.0.0/leveldb/table;$WORK/b263=>" -p github.com/syndtr/goleveldb/leveldb/table -lang=go1.16 -complete -installsuffix shared -buildid EZ_SxK_2WxXMIzq0ruLV/EZ_SxK_2WxXMIzq0ruLV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/table/reader.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/table/table.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/table/writer.go
2025-08-20T19:16:03.7258879Z [00:02:10.798]➜  cat >/tmp/go-build504934049/b261/importcfg << 'EOF' # internal
2025-08-20T19:16:03.7260041Z [00:02:10.798]➜  # import config
2025-08-20T19:16:03.7261897Z [00:02:10.798]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build504934049/b255/_pkg_.a
2025-08-20T19:16:03.7263767Z [00:02:10.798]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build504934049/b256/_pkg_.a
2025-08-20T19:16:03.7265448Z [00:02:10.798]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build504934049/b259/_pkg_.a
2025-08-20T19:16:03.7267078Z [00:02:10.798]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build504934049/b254/_pkg_.a
2025-08-20T19:16:03.7268472Z [00:02:10.798]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:16:03.7269414Z [00:02:10.798]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:03.7270035Z [00:02:10.798]➜  EOF
2025-08-20T19:16:03.7274012Z [00:02:10.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/memdb=>github.com/syndtr/goleveldb@v1.0.0/leveldb/memdb;$WORK/b261=>" -p github.com/syndtr/goleveldb/leveldb/memdb -lang=go1.16 -complete -installsuffix shared -buildid M0aPnwNtfrNGi6FUs37h/M0aPnwNtfrNGi6FUs37h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/memdb/memdb.go
2025-08-20T19:16:03.7775908Z [00:02:10.854]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T19:16:03.7788991Z [00:02:10.855]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/ae/ae9aee44d3f2595154cc4546d67a11c67938888bd66d67a302b67a0eebee97b3-d # internal
2025-08-20T19:16:03.8574517Z [00:02:10.933]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T19:16:03.8606936Z [00:02:10.937]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/ae/ae7776223a5cbec3600e6886560706cd433f51f9c678b3a9ad5d0105abd3dc0f-d # internal
2025-08-20T19:16:03.8609786Z [00:02:10.937]➜  github.com/syndtr/goleveldb/leveldb
2025-08-20T19:16:03.8613663Z [00:02:10.937]➜  mkdir -p $WORK/b252/
2025-08-20T19:16:03.8617402Z [00:02:10.937]➜  cat >/tmp/go-build504934049/b252/importcfg << 'EOF' # internal
2025-08-20T19:16:03.8622078Z [00:02:10.937]➜  # import config
2025-08-20T19:16:03.8622960Z [00:02:10.937]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:03.8625166Z [00:02:10.937]➜  packagefile container/list=/tmp/go-build504934049/b084/_pkg_.a
2025-08-20T19:16:03.8626097Z [00:02:10.937]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:03.8626991Z [00:02:10.937]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:03.8627971Z [00:02:10.937]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:03.8629062Z [00:02:10.937]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build504934049/b253/_pkg_.a
2025-08-20T19:16:03.8630450Z [00:02:10.938]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build504934049/b255/_pkg_.a
2025-08-20T19:16:03.8631719Z [00:02:10.938]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build504934049/b256/_pkg_.a
2025-08-20T19:16:03.8633280Z [00:02:10.938]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build504934049/b258/_pkg_.a
2025-08-20T19:16:03.8634559Z [00:02:10.938]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build504934049/b259/_pkg_.a
2025-08-20T19:16:03.8635809Z [00:02:10.938]➜  packagefile github.com/syndtr/goleveldb/leveldb/journal=/tmp/go-build504934049/b260/_pkg_.a
2025-08-20T19:16:03.8637240Z [00:02:10.938]➜  packagefile github.com/syndtr/goleveldb/leveldb/memdb=/tmp/go-build504934049/b261/_pkg_.a
2025-08-20T19:16:03.8638656Z [00:02:10.938]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build504934049/b262/_pkg_.a
2025-08-20T19:16:03.8639961Z [00:02:10.938]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build504934049/b257/_pkg_.a
2025-08-20T19:16:03.8641234Z [00:02:10.938]➜  packagefile github.com/syndtr/goleveldb/leveldb/table=/tmp/go-build504934049/b263/_pkg_.a
2025-08-20T19:16:03.8642692Z [00:02:10.938]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build504934049/b254/_pkg_.a
2025-08-20T19:16:03.8643649Z [00:02:10.938]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:03.8644418Z [00:02:10.938]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:16:03.8645555Z [00:02:10.938]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:03.8646328Z [00:02:10.938]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:03.8647083Z [00:02:10.938]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:03.8647820Z [00:02:10.938]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:03.8648592Z [00:02:10.938]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:03.8649395Z [00:02:10.938]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:03.8650184Z [00:02:10.938]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:03.8650762Z [00:02:10.938]➜  EOF
2025-08-20T19:16:03.8665782Z [00:02:10.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb=>github.com/syndtr/goleveldb@v1.0.0/leveldb;$WORK/b252=>" -p github.com/syndtr/goleveldb/leveldb -lang=go1.16 -complete -installsuffix shared -buildid 24bGeq-bBj5DFKSCZrlR/24bGeq-bBj5DFKSCZrlR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/batch.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/comparer.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_compaction.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_snapshot.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_state.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_transaction.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_util.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/db_write.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/doc.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/errors.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/filter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/key.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/options.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/session.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/session_compaction.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/session_record.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/session_util.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/storage.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/table.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/util.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/version.go
2025-08-20T19:16:04.2920725Z [00:02:11.368]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T19:16:04.2925698Z [00:02:11.368]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b267=>" -I $WORK/b267/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b267/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T19:16:04.2987500Z [00:02:11.375]➜  go tool pack r $WORK/b267/_pkg_.a $WORK/b267/asm_linux_amd64.o # internal
2025-08-20T19:16:04.2992332Z [00:02:11.375]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T19:16:04.3254776Z [00:02:11.401]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/ec/ecf8920da66d66fc3ef451e74bb6d9a70f6476ce0dded7d0b6f54760a04261c2-d # internal
2025-08-20T19:16:04.3361749Z [00:02:11.412]➜  golang.org/x/term
2025-08-20T19:16:04.3365213Z [00:02:11.413]➜  mkdir -p $WORK/b266/
2025-08-20T19:16:04.3370965Z [00:02:11.413]➜  cat >/tmp/go-build504934049/b266/importcfg << 'EOF' # internal
2025-08-20T19:16:04.3372317Z [00:02:11.413]➜  # import config
2025-08-20T19:16:04.3374607Z [00:02:11.413]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:04.3375444Z [00:02:11.413]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:04.3376381Z [00:02:11.413]➜  packagefile golang.org/x/sys/unix=/tmp/go-build504934049/b267/_pkg_.a
2025-08-20T19:16:04.3377263Z [00:02:11.413]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:04.3378065Z [00:02:11.413]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:04.3378903Z [00:02:11.413]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:04.3379723Z [00:02:11.413]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:04.3380559Z [00:02:11.413]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:04.3381202Z [00:02:11.413]➜  EOF
2025-08-20T19:16:04.3381695Z [00:02:11.413]➜  cd /tmp/tmp.lRJ8j9zcPm/TEMPREPO/main
2025-08-20T19:16:04.3386161Z [00:02:11.413]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.34.0=>golang.org/x/term@v0.34.0;$WORK/b266=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid HIvJ50Z7-9ijRv6noSdg/HIvJ50Z7-9ijRv6noSdg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.34.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.34.0/terminal.go
2025-08-20T19:16:04.5093254Z [00:02:11.585]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T19:16:04.5117359Z [00:02:11.588]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/3e/3eaa9f9ac1622a5701d781dd85f694c545d9c3efd1a654c9a24f535adb09da6a-d # internal
2025-08-20T19:16:04.5149915Z [00:02:11.591]➜  golang.org/x/crypto/ssh/terminal
2025-08-20T19:16:04.5183169Z [00:02:11.591]➜  mkdir -p $WORK/b265/
2025-08-20T19:16:04.5183956Z [00:02:11.592]➜  cat >/tmp/go-build504934049/b265/importcfg << 'EOF' # internal
2025-08-20T19:16:04.5187881Z [00:02:11.595]➜  # import config
2025-08-20T19:16:04.5195001Z [00:02:11.595]➜  packagefile golang.org/x/term=/tmp/go-build504934049/b266/_pkg_.a
2025-08-20T19:16:04.5196089Z [00:02:11.595]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:04.5196703Z [00:02:11.595]➜  EOF
2025-08-20T19:16:04.5200346Z [00:02:11.595]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/terminal=>golang.org/x/crypto@v0.41.0/ssh/terminal;$WORK/b265=>" -p golang.org/x/crypto/ssh/terminal -lang=go1.23 -complete -installsuffix shared -buildid Pr3wJugLauDfIIphX7tJ/Pr3wJugLauDfIIphX7tJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.41.0/ssh/terminal/terminal.go
2025-08-20T19:16:04.5389265Z [00:02:11.615]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T19:16:04.5394592Z [00:02:11.615]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/14/14d7ea483e1026d7227243d03b1ecddcb39803a7aa005d0817baa30a9610270c-d # internal
2025-08-20T19:16:04.5975745Z [00:02:11.672]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T19:16:04.6126770Z [00:02:11.689]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/12/12fbaedbbaaad62814ce014a800ca15138f2a5d29e11f13ac28bb7a12c31cfd6-d # internal
2025-08-20T19:16:04.9065085Z [00:02:11.983]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T19:16:04.9208787Z [00:02:11.997]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/c8/c8a02334a8c6c48610e2fcee274cdc0b9e4c5e7b2cc54e5b2ad9a317c4e2e979-d # internal
2025-08-20T19:16:04.9210340Z [00:02:11.997]➜  net/http/httptrace
2025-08-20T19:16:04.9211180Z [00:02:11.997]➜  mkdir -p $WORK/b202/
2025-08-20T19:16:04.9212844Z [00:02:11.997]➜  cat >/tmp/go-build504934049/b202/importcfg << 'EOF' # internal
2025-08-20T19:16:04.9213658Z [00:02:11.997]➜  # import config
2025-08-20T19:16:04.9214188Z [00:02:11.998]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:04.9214866Z [00:02:11.998]➜  packagefile crypto/tls=/tmp/go-build504934049/b083/_pkg_.a
2025-08-20T19:16:04.9215613Z [00:02:11.998]➜  packagefile internal/nettrace=/tmp/go-build504934049/b165/_pkg_.a
2025-08-20T19:16:04.9216308Z [00:02:11.998]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:04.9217170Z [00:02:11.998]➜  packagefile net/textproto=/tmp/go-build504934049/b196/_pkg_.a
2025-08-20T19:16:04.9217860Z [00:02:11.998]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:04.9218484Z [00:02:11.998]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:04.9218953Z [00:02:11.998]➜  EOF
2025-08-20T19:16:04.9221330Z [00:02:11.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b202=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid pf5Xbze3PQaAzc5eNA8k/pf5Xbze3PQaAzc5eNA8k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T19:16:04.9455069Z [00:02:12.022]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T19:16:04.9463478Z [00:02:12.022]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/15/156050d8b7c6ab2641d5fdfc097b34b6f2848b5a4b7cf37652826bb95564a44f-d # internal
2025-08-20T19:16:04.9464501Z [00:02:12.023]➜  net/http/internal/httpcommon
2025-08-20T19:16:04.9465063Z [00:02:12.023]➜  mkdir -p $WORK/b205/
2025-08-20T19:16:04.9468433Z [00:02:12.023]➜  cat >/tmp/go-build504934049/b205/importcfg << 'EOF' # internal
2025-08-20T19:16:04.9469228Z [00:02:12.023]➜  # import config
2025-08-20T19:16:04.9470127Z [00:02:12.023]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T19:16:04.9471272Z [00:02:12.023]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T19:16:04.9472304Z [00:02:12.023]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:04.9473425Z [00:02:12.023]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:04.9474240Z [00:02:12.023]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:04.9475493Z [00:02:12.023]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build504934049/b190/_pkg_.a
2025-08-20T19:16:04.9477008Z [00:02:12.023]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build504934049/b198/_pkg_.a
2025-08-20T19:16:04.9478093Z [00:02:12.023]➜  packagefile net/http/httptrace=/tmp/go-build504934049/b202/_pkg_.a
2025-08-20T19:16:04.9478975Z [00:02:12.023]➜  packagefile net/textproto=/tmp/go-build504934049/b196/_pkg_.a
2025-08-20T19:16:04.9479810Z [00:02:12.023]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:04.9480590Z [00:02:12.023]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:04.9481412Z [00:02:12.023]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:04.9482252Z [00:02:12.023]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:04.9483341Z [00:02:12.023]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:04.9483925Z [00:02:12.023]➜  EOF
2025-08-20T19:16:04.9487181Z [00:02:12.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b205=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid xK9D9iG9vyQS4DpGdswV/xK9D9iG9vyQS4DpGdswV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T19:16:04.9839283Z [00:02:12.060]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T19:16:04.9847269Z [00:02:12.061]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d # internal
2025-08-20T19:16:04.9859440Z [00:02:12.062]➜  net/http
2025-08-20T19:16:04.9859799Z [00:02:12.062]➜  mkdir -p $WORK/b186/
2025-08-20T19:16:04.9865198Z [00:02:12.063]➜  cat >/tmp/go-build504934049/b186/importcfg << 'EOF' # internal
2025-08-20T19:16:04.9866090Z [00:02:12.063]➜  # import config
2025-08-20T19:16:04.9867148Z [00:02:12.063]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T19:16:04.9868592Z [00:02:12.063]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T19:16:04.9870064Z [00:02:12.063]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T19:16:04.9871228Z [00:02:12.063]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T19:16:04.9872249Z [00:02:12.063]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:04.9873168Z [00:02:12.063]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:04.9873643Z [00:02:12.063]➜  packagefile compress/gzip=/tmp/go-build504934049/b187/_pkg_.a
2025-08-20T19:16:04.9874167Z [00:02:12.063]➜  packagefile container/list=/tmp/go-build504934049/b084/_pkg_.a
2025-08-20T19:16:04.9874840Z [00:02:12.063]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:04.9875307Z [00:02:12.063]➜  packagefile crypto/rand=/tmp/go-build504934049/b136/_pkg_.a
2025-08-20T19:16:04.9875859Z [00:02:12.063]➜  packagefile crypto/tls=/tmp/go-build504934049/b083/_pkg_.a
2025-08-20T19:16:04.9876394Z [00:02:12.063]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:04.9876887Z [00:02:12.063]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:04.9877585Z [00:02:12.063]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:04.9878420Z [00:02:12.063]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:04.9879106Z [00:02:12.063]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build504934049/b190/_pkg_.a
2025-08-20T19:16:04.9879913Z [00:02:12.063]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build504934049/b197/_pkg_.a
2025-08-20T19:16:04.9880822Z [00:02:12.063]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build504934049/b198/_pkg_.a
2025-08-20T19:16:04.9881681Z [00:02:12.063]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build504934049/b191/_pkg_.a
2025-08-20T19:16:04.9882321Z [00:02:12.063]➜  packagefile internal/godebug=/tmp/go-build504934049/b047/_pkg_.a
2025-08-20T19:16:04.9883048Z [00:02:12.063]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:04.9883475Z [00:02:12.063]➜  packagefile io/fs=/tmp/go-build504934049/b038/_pkg_.a
2025-08-20T19:16:04.9883896Z [00:02:12.063]➜  packagefile log=/tmp/go-build504934049/b173/_pkg_.a
2025-08-20T19:16:04.9884311Z [00:02:12.063]➜  packagefile maps=/tmp/go-build504934049/b162/_pkg_.a
2025-08-20T19:16:04.9884720Z [00:02:12.063]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:04.9885150Z [00:02:12.063]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:16:04.9885595Z [00:02:12.063]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:16:04.9886026Z [00:02:12.063]➜  packagefile mime=/tmp/go-build504934049/b199/_pkg_.a
2025-08-20T19:16:04.9886600Z [00:02:12.063]➜  packagefile mime/multipart=/tmp/go-build504934049/b200/_pkg_.a
2025-08-20T19:16:04.9887079Z [00:02:12.063]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:04.9887546Z [00:02:12.063]➜  packagefile net/http/httptrace=/tmp/go-build504934049/b202/_pkg_.a
2025-08-20T19:16:04.9888056Z [00:02:12.063]➜  packagefile net/http/internal=/tmp/go-build504934049/b203/_pkg_.a
2025-08-20T19:16:04.9888581Z [00:02:12.063]➜  packagefile net/http/internal/ascii=/tmp/go-build504934049/b204/_pkg_.a
2025-08-20T19:16:04.9889152Z [00:02:12.063]➜  packagefile net/http/internal/httpcommon=/tmp/go-build504934049/b205/_pkg_.a
2025-08-20T19:16:04.9889681Z [00:02:12.063]➜  packagefile net/textproto=/tmp/go-build504934049/b196/_pkg_.a
2025-08-20T19:16:04.9890133Z [00:02:12.063]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:04.9890558Z [00:02:12.063]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:04.9890973Z [00:02:12.063]➜  packagefile path=/tmp/go-build504934049/b040/_pkg_.a
2025-08-20T19:16:04.9891429Z [00:02:12.063]➜  packagefile path/filepath=/tmp/go-build504934049/b075/_pkg_.a
2025-08-20T19:16:04.9891887Z [00:02:12.063]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:04.9892324Z [00:02:12.063]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:04.9893015Z [00:02:12.063]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:04.9893538Z [00:02:12.063]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:04.9893999Z [00:02:12.063]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:04.9894428Z [00:02:12.063]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:04.9894846Z [00:02:12.063]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:04.9895434Z [00:02:12.063]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:04.9895877Z [00:02:12.063]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:04.9896363Z [00:02:12.063]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:16:04.9896818Z [00:02:12.063]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:04.9897169Z [00:02:12.063]➜  EOF
2025-08-20T19:16:04.9902204Z [00:02:12.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b186=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid -EL4lKIi54AgyjabrX8H/-EL4lKIi54AgyjabrX8H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/.go/src/net/http/client.go /root/.go/src/net/http/clone.go /root/.go/src/net/http/cookie.go /root/.go/src/net/http/csrf.go /root/.go/src/net/http/doc.go /root/.go/src/net/http/filetransport.go /root/.go/src/net/http/fs.go /root/.go/src/net/http/h2_bundle.go /root/.go/src/net/http/h2_error.go /root/.go/src/net/http/header.go /root/.go/src/net/http/http.go /root/.go/src/net/http/jar.go /root/.go/src/net/http/mapping.go /root/.go/src/net/http/method.go /root/.go/src/net/http/pattern.go /root/.go/src/net/http/request.go /root/.go/src/net/http/response.go /root/.go/src/net/http/responsecontroller.go /root/.go/src/net/http/roundtrip.go /root/.go/src/net/http/routing_index.go /root/.go/src/net/http/routing_tree.go /root/.go/src/net/http/servemux121.go /root/.go/src/net/http/server.go /root/.go/src/net/http/sniff.go /root/.go/src/net/http/socks_bundle.go /root/.go/src/net/http/status.go /root/.go/src/net/http/transfer.go /root/.go/src/net/http/transport.go /root/.go/src/net/http/transport_default_other.go
2025-08-20T19:16:06.2260638Z [00:02:13.302]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T19:16:06.2511245Z [00:02:13.327]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/91/91e4e811b3ec43765d055b37b40a88339ad8383774ccc7e9ad41f453b29f4fc6-d # internal
2025-08-20T19:16:06.2516620Z [00:02:13.327]➜  github.com/aliyun/credentials-go/credentials/internal/http
2025-08-20T19:16:06.2522616Z [00:02:13.327]➜  mkdir -p $WORK/b211/
2025-08-20T19:16:06.2523331Z [00:02:13.327]➜  github.com/alibabacloud-go/tea/tea
2025-08-20T19:16:06.2525420Z [00:02:13.327]➜  mkdir -p $WORK/b082/
2025-08-20T19:16:06.2526167Z [00:02:13.327]➜  github.com/aliyun/credentials-go/credentials/response
2025-08-20T19:16:06.2526919Z [00:02:13.327]➜  mkdir -p $WORK/b215/
2025-08-20T19:16:06.2529317Z [00:02:13.328]➜  cat >/tmp/go-build504934049/b211/importcfg << 'EOF' # internal
2025-08-20T19:16:06.2531009Z [00:02:13.328]➜  # import config
2025-08-20T19:16:06.2531790Z [00:02:13.328]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:06.2532842Z [00:02:13.328]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:06.2533650Z [00:02:13.328]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.2534834Z [00:02:13.328]➜  packagefile github.com/alibabacloud-go/debug/debug=/tmp/go-build504934049/b171/_pkg_.a
2025-08-20T19:16:06.2536274Z [00:02:13.328]➜  packagefile github.com/aliyun/credentials-go/credentials/internal/utils=/tmp/go-build504934049/b209/_pkg_.a
2025-08-20T19:16:06.2538648Z [00:02:13.328]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:06.2539517Z [00:02:13.328]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:06.2540361Z [00:02:13.328]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:06.2541173Z [00:02:13.328]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.2541992Z [00:02:13.328]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:06.2542957Z [00:02:13.328]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:06.2543767Z [00:02:13.328]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.2544604Z [00:02:13.328]➜  EOF
2025-08-20T19:16:06.2548041Z [00:02:13.328]➜  cat >/tmp/go-build504934049/b215/importcfg << 'EOF' # internal
2025-08-20T19:16:06.2548805Z [00:02:13.328]➜  # import config
2025-08-20T19:16:06.2549599Z [00:02:13.328]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:06.2550433Z [00:02:13.328]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:06.2551237Z [00:02:13.328]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.2551824Z [00:02:13.328]➜  EOF
2025-08-20T19:16:06.2556251Z [00:02:13.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/internal/http=>github.com/aliyun/credentials-go@v1.4.7/credentials/internal/http;$WORK/b211=>" -p github.com/aliyun/credentials-go/credentials/internal/http -lang=go1.14 -complete -installsuffix shared -buildid 8QhCsdT-qgzg9RA6T6Yc/8QhCsdT-qgzg9RA6T6Yc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/internal/http/http.go
2025-08-20T19:16:06.2564894Z [00:02:13.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/response=>github.com/aliyun/credentials-go@v1.4.7/credentials/response;$WORK/b215=>" -p github.com/aliyun/credentials-go/credentials/response -lang=go1.14 -complete -installsuffix shared -buildid URzzaIjB3RG1LzkgxIYa/URzzaIjB3RG1LzkgxIYa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/response/common_response.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/response/doc.go
2025-08-20T19:16:06.2569664Z [00:02:13.328]➜  cat >/tmp/go-build504934049/b082/importcfg << 'EOF' # internal
2025-08-20T19:16:06.2570362Z [00:02:13.328]➜  # import config
2025-08-20T19:16:06.2571030Z [00:02:13.328]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:06.2571863Z [00:02:13.328]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:06.2572877Z [00:02:13.328]➜  packagefile crypto/tls=/tmp/go-build504934049/b083/_pkg_.a
2025-08-20T19:16:06.2573797Z [00:02:13.328]➜  packagefile crypto/x509=/tmp/go-build504934049/b158/_pkg_.a
2025-08-20T19:16:06.2574710Z [00:02:13.328]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:06.2575631Z [00:02:13.328]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:06.2576480Z [00:02:13.328]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:06.2577271Z [00:02:13.328]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.2578302Z [00:02:13.328]➜  packagefile github.com/alibabacloud-go/debug/debug=/tmp/go-build504934049/b171/_pkg_.a
2025-08-20T19:16:06.2579531Z [00:02:13.328]➜  packagefile github.com/alibabacloud-go/tea/utils=/tmp/go-build504934049/b172/_pkg_.a
2025-08-20T19:16:06.2580670Z [00:02:13.328]➜  packagefile github.com/json-iterator/go=/tmp/go-build504934049/b180/_pkg_.a
2025-08-20T19:16:06.2581773Z [00:02:13.328]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build504934049/b183/_pkg_.a
2025-08-20T19:16:06.2583194Z [00:02:13.328]➜  packagefile golang.org/x/net/proxy=/tmp/go-build504934049/b184/_pkg_.a
2025-08-20T19:16:06.2584087Z [00:02:13.328]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:06.2584867Z [00:02:13.328]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:06.2585680Z [00:02:13.328]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:16:06.2586488Z [00:02:13.328]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:06.2587283Z [00:02:13.328]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.2588121Z [00:02:13.328]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:06.2589062Z [00:02:13.328]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:06.2589854Z [00:02:13.328]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:06.2590827Z [00:02:13.328]➜  packagefile regexp=/tmp/go-build504934049/b206/_pkg_.a
2025-08-20T19:16:06.2591660Z [00:02:13.328]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:06.2592770Z [00:02:13.328]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:06.2593588Z [00:02:13.328]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:06.2594352Z [00:02:13.328]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.2594937Z [00:02:13.328]➜  EOF
2025-08-20T19:16:06.2601585Z [00:02:13.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/tea=>github.com/alibabacloud-go/tea@v1.3.10/tea;$WORK/b082=>" -p github.com/alibabacloud-go/tea/tea -lang=go1.14 -complete -installsuffix shared -buildid _GgQBVqzAR6qi5Jplmpu/_GgQBVqzAR6qi5Jplmpu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/tea/json_parser.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/tea/tea.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/tea/trans.go
2025-08-20T19:16:06.2607008Z [00:02:13.333]➜  github.com/aliyun/aliyun-cli/v3/util
2025-08-20T19:16:06.2607773Z [00:02:13.333]➜  mkdir -p $WORK/b226/
2025-08-20T19:16:06.2608732Z [00:02:13.333]➜  cat >/tmp/go-build504934049/b226/importcfg << 'EOF' # internal
2025-08-20T19:16:06.2609584Z [00:02:13.333]➜  # import config
2025-08-20T19:16:06.2610408Z [00:02:13.333]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.2611430Z [00:02:13.333]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:06.2612730Z [00:02:13.333]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.2613599Z [00:02:13.333]➜  EOF
2025-08-20T19:16:06.2617584Z [00:02:13.333]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b226/_pkg_.a -trimpath "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/util=>github.com/aliyun/aliyun-cli/v3/util;$WORK/b226=>" -p github.com/aliyun/aliyun-cli/v3/util -lang=go1.23 -complete -installsuffix shared -buildid 9pd-VWqC7E5H75GDTa6p/9pd-VWqC7E5H75GDTa6p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /tmp/tmp.lRJ8j9zcPm/TEMPREPO/util/util.go
2025-08-20T19:16:06.2785219Z [00:02:13.355]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T19:16:06.2805446Z [00:02:13.357]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/93/9377d0133374cf818550a6c4a3898bf4e47232176db5e761cbeb7e4d738163d9-d # internal
2025-08-20T19:16:06.2818264Z [00:02:13.358]➜  github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials
2025-08-20T19:16:06.2824687Z [00:02:13.359]➜  mkdir -p $WORK/b231/
2025-08-20T19:16:06.2827794Z [00:02:13.359]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T19:16:06.2834983Z [00:02:13.360]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/21/2188fd6e24ca3dc520c9fd0954bc8da6a4039f6fd5ceee01796f337f68253959-d # internal
2025-08-20T19:16:06.2840298Z [00:02:13.360]➜  github.com/aliyun/aliyun-cli/v3/cloudsso
2025-08-20T19:16:06.2842698Z [00:02:13.360]➜  mkdir -p $WORK/b225/
2025-08-20T19:16:06.2845384Z [00:02:13.361]➜  cat >/tmp/go-build504934049/b225/importcfg << 'EOF' # internal
2025-08-20T19:16:06.2846068Z [00:02:13.361]➜  # import config
2025-08-20T19:16:06.2846698Z [00:02:13.361]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:06.2847573Z [00:02:13.361]➜  packagefile crypto/md5=/tmp/go-build504934049/b150/_pkg_.a
2025-08-20T19:16:06.2848290Z [00:02:13.361]➜  packagefile crypto/rand=/tmp/go-build504934049/b136/_pkg_.a
2025-08-20T19:16:06.2849160Z [00:02:13.361]➜  packagefile crypto/sha256=/tmp/go-build504934049/b155/_pkg_.a
2025-08-20T19:16:06.2850019Z [00:02:13.361]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:06.2851081Z [00:02:13.361]➜  packagefile encoding/hex=/tmp/go-build504934049/b080/_pkg_.a
2025-08-20T19:16:06.2851961Z [00:02:13.361]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:06.2853203Z [00:02:13.361]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:06.2854004Z [00:02:13.361]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.2855057Z [00:02:13.361]➜  packagefile github.com/aliyun/aliyun-cli/v3/cli=/tmp/go-build504934049/b070/_pkg_.a
2025-08-20T19:16:06.2856258Z [00:02:13.361]➜  packagefile github.com/aliyun/aliyun-cli/v3/i18n=/tmp/go-build504934049/b072/_pkg_.a
2025-08-20T19:16:06.2857410Z [00:02:13.361]➜  packagefile github.com/aliyun/aliyun-cli/v3/util=/tmp/go-build504934049/b226/_pkg_.a
2025-08-20T19:16:06.2858342Z [00:02:13.361]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:06.2859141Z [00:02:13.361]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:06.2860004Z [00:02:13.361]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.2860941Z [00:02:13.361]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:06.2861699Z [00:02:13.361]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:06.2862727Z [00:02:13.361]➜  packagefile os/exec=/tmp/go-build504934049/b227/_pkg_.a
2025-08-20T19:16:06.2863579Z [00:02:13.361]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:06.2864440Z [00:02:13.361]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:06.2865226Z [00:02:13.361]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.2865798Z [00:02:13.361]➜  EOF
2025-08-20T19:16:06.2870219Z [00:02:13.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b225/_pkg_.a -trimpath "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso=>github.com/aliyun/aliyun-cli/v3/cloudsso;$WORK/b225=>" -p github.com/aliyun/aliyun-cli/v3/cloudsso -lang=go1.23 -complete -installsuffix shared -buildid XK8dDHG0ZXuwV5ng-rS6/XK8dDHG0ZXuwV5ng-rS6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/access_configurations.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/login.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/refresh.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/user.go
2025-08-20T19:16:06.2889774Z [00:02:13.364]➜  cat >/tmp/go-build504934049/b231/importcfg << 'EOF' # internal
2025-08-20T19:16:06.2890456Z [00:02:13.364]➜  # import config
2025-08-20T19:16:06.2891099Z [00:02:13.364]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:06.2891996Z [00:02:13.364]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:06.2893496Z [00:02:13.364]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:06.2895612Z [00:02:13.364]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.2900269Z [00:02:13.364]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors=/tmp/go-build504934049/b232/_pkg_.a
2025-08-20T19:16:06.2905447Z [00:02:13.364]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/internal=/tmp/go-build504934049/b235/_pkg_.a
2025-08-20T19:16:06.2910727Z [00:02:13.364]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/utils=/tmp/go-build504934049/b233/_pkg_.a
2025-08-20T19:16:06.2912204Z [00:02:13.364]➜  packagefile gopkg.in/ini.v1=/tmp/go-build504934049/b212/_pkg_.a
2025-08-20T19:16:06.2913373Z [00:02:13.364]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:06.2914342Z [00:02:13.364]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:06.2915345Z [00:02:13.364]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:06.2916382Z [00:02:13.364]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.2917342Z [00:02:13.364]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:06.2918268Z [00:02:13.364]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:06.2920067Z [00:02:13.364]➜  packagefile path=/tmp/go-build504934049/b040/_pkg_.a
2025-08-20T19:16:06.2920876Z [00:02:13.364]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:06.2921840Z [00:02:13.364]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:06.2922877Z [00:02:13.364]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.2923467Z [00:02:13.364]➜  EOF
2025-08-20T19:16:06.2937178Z [00:02:13.364]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials=>github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials;$WORK/b231=>" -p github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials -lang=go1.13 -complete -installsuffix shared -buildid QUcaQb6w395xaiHzi_SN/QUcaQb6w395xaiHzi_SN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/access_key_credential.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/bearer_token_credential.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/cli_profile_credentials_provider.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/credentials.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/default_credentials_provider.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/ecs_ram_role.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/env_credentials_provider.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/profile_credentials_provider.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/rsa_key_pair_credential.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/sts_credential.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/sts_role_arn_credential.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/uri_credentials_provider.go
2025-08-20T19:16:06.2967426Z [00:02:13.373]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T19:16:06.2980899Z [00:02:13.374]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/4b/4b4df2243de346c4e12df4e7d68b93f48c79421930c7489759cbd2a2f52aeb26-d # internal
2025-08-20T19:16:06.2990795Z [00:02:13.375]➜  github.com/aliyun/credentials-go/credentials/providers
2025-08-20T19:16:06.2993655Z [00:02:13.375]➜  mkdir -p $WORK/b210/
2025-08-20T19:16:06.3003684Z [00:02:13.376]➜  cat >/tmp/go-build504934049/b210/importcfg << 'EOF' # internal
2025-08-20T19:16:06.3028793Z [00:02:13.376]➜  # import config
2025-08-20T19:16:06.3029553Z [00:02:13.376]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:06.3030461Z [00:02:13.376]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:06.3031267Z [00:02:13.376]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.3032611Z [00:02:13.376]➜  packagefile github.com/aliyun/credentials-go/credentials/internal/http=/tmp/go-build504934049/b211/_pkg_.a
2025-08-20T19:16:06.3034155Z [00:02:13.376]➜  packagefile github.com/aliyun/credentials-go/credentials/internal/utils=/tmp/go-build504934049/b209/_pkg_.a
2025-08-20T19:16:06.3035341Z [00:02:13.376]➜  packagefile gopkg.in/ini.v1=/tmp/go-build504934049/b212/_pkg_.a
2025-08-20T19:16:06.3036181Z [00:02:13.376]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:06.3037009Z [00:02:13.376]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.3037854Z [00:02:13.376]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:06.3038634Z [00:02:13.376]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:06.3039617Z [00:02:13.376]➜  packagefile path=/tmp/go-build504934049/b040/_pkg_.a
2025-08-20T19:16:06.3040438Z [00:02:13.376]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:06.3041417Z [00:02:13.376]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:06.3042257Z [00:02:13.376]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.3043074Z [00:02:13.376]➜  EOF
2025-08-20T19:16:06.3057427Z [00:02:13.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers=>github.com/aliyun/credentials-go@v1.4.7/credentials/providers;$WORK/b210=>" -p github.com/aliyun/credentials-go/credentials/providers -lang=go1.14 -complete -installsuffix shared -buildid BCgyPraqkf4Bcc0vGP76/BCgyPraqkf4Bcc0vGP76 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers/cli_profile.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers/cloud_sso.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers/credentials.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers/default.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers/ecs_ram_role.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers/env.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers/hook.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers/oidc.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers/profile.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers/ram_role_arn.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers/static_ak.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers/static_sts.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/providers/uri.go
2025-08-20T19:16:06.4023712Z [00:02:13.478]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T19:16:06.4056542Z [00:02:13.482]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/09/099374dc4b73bf89dc8ddd260d1b6926d47f90792ac31f9c4aa54b9e59a4d1b1-d # internal
2025-08-20T19:16:06.4066598Z [00:02:13.483]➜  github.com/opentracing/opentracing-go
2025-08-20T19:16:06.4074787Z [00:02:13.483]➜  mkdir -p $WORK/b238/
2025-08-20T19:16:06.4085065Z [00:02:13.485]➜  cat >/tmp/go-build504934049/b238/importcfg << 'EOF' # internal
2025-08-20T19:16:06.4091459Z [00:02:13.485]➜  # import config
2025-08-20T19:16:06.4093678Z [00:02:13.485]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:06.4094770Z [00:02:13.485]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:06.4095895Z [00:02:13.485]➜  packagefile github.com/opentracing/opentracing-go/log=/tmp/go-build504934049/b239/_pkg_.a
2025-08-20T19:16:06.4097003Z [00:02:13.485]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.4097829Z [00:02:13.485]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.4098420Z [00:02:13.485]➜  EOF
2025-08-20T19:16:06.4120594Z [00:02:13.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b=>github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b;$WORK/b238=>" -p github.com/opentracing/opentracing-go -lang=go1.14 -complete -installsuffix shared -buildid GBV68fX0dNW39PC8fzxJ/GBV68fX0dNW39PC8fzxJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/ext.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/globaltracer.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/gocontext.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/noop.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/propagation.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/span.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/tracer.go
2025-08-20T19:16:06.5179007Z [00:02:13.594]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T19:16:06.5237070Z [00:02:13.600]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/6b/6bd9d38428ca4e41aacf2e944fe5638ceb25f6a64540bc9c8ddb54d23badee43-d # internal
2025-08-20T19:16:06.5244020Z [00:02:13.601]➜  github.com/aliyun/alibaba-cloud-sdk-go/sdk/requests
2025-08-20T19:16:06.5255257Z [00:02:13.602]➜  mkdir -p $WORK/b237/
2025-08-20T19:16:06.5266194Z [00:02:13.603]➜  cat >/tmp/go-build504934049/b237/importcfg << 'EOF' # internal
2025-08-20T19:16:06.5270319Z [00:02:13.603]➜  # import config
2025-08-20T19:16:06.5271147Z [00:02:13.603]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:06.5272035Z [00:02:13.603]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:06.5273198Z [00:02:13.603]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.5274280Z [00:02:13.603]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors=/tmp/go-build504934049/b232/_pkg_.a
2025-08-20T19:16:06.5275590Z [00:02:13.603]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/utils=/tmp/go-build504934049/b233/_pkg_.a
2025-08-20T19:16:06.5276807Z [00:02:13.603]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build504934049/b238/_pkg_.a
2025-08-20T19:16:06.5277763Z [00:02:13.603]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:06.5278548Z [00:02:13.603]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:06.5279548Z [00:02:13.603]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:06.5280355Z [00:02:13.603]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:06.5281143Z [00:02:13.603]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:06.5281945Z [00:02:13.603]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:06.5282952Z [00:02:13.603]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.5283536Z [00:02:13.603]➜  EOF
2025-08-20T19:16:06.5290093Z [00:02:13.603]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/requests=>github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/requests;$WORK/b237=>" -p github.com/aliyun/alibaba-cloud-sdk-go/sdk/requests -lang=go1.13 -complete -installsuffix shared -buildid ykT4YupI8z2nVqUGu42S/ykT4YupI8z2nVqUGu42S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/requests/acs_request.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/requests/common_request.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/requests/roa_request.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/requests/rpc_request.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/requests/types.go
2025-08-20T19:16:06.5386570Z [00:02:13.615]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T19:16:06.5402899Z [00:02:13.616]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T19:16:06.5420821Z [00:02:13.618]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/73/7329f2bc0bfe9bbd89a0b9fdc7310540122ba60252a5f7bfdc163c851cee4244-d # internal
2025-08-20T19:16:06.5427548Z [00:02:13.619]➜  github.com/aliyun/alibaba-cloud-sdk-go/sdk/responses
2025-08-20T19:16:06.5443466Z [00:02:13.619]➜  mkdir -p $WORK/b240/
2025-08-20T19:16:06.5444481Z [00:02:13.619]➜  cat >/tmp/go-build504934049/b240/importcfg << 'EOF' # internal
2025-08-20T19:16:06.5445204Z [00:02:13.619]➜  # import config
2025-08-20T19:16:06.5446082Z [00:02:13.619]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:06.5447242Z [00:02:13.619]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:06.5448295Z [00:02:13.619]➜  packagefile encoding/xml=/tmp/go-build504934049/b218/_pkg_.a
2025-08-20T19:16:06.5449194Z [00:02:13.619]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.5450340Z [00:02:13.619]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors=/tmp/go-build504934049/b232/_pkg_.a
2025-08-20T19:16:06.5451606Z [00:02:13.619]➜  packagefile github.com/json-iterator/go=/tmp/go-build504934049/b180/_pkg_.a
2025-08-20T19:16:06.5452991Z [00:02:13.619]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build504934049/b183/_pkg_.a
2025-08-20T19:16:06.5453969Z [00:02:13.619]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:06.5454848Z [00:02:13.619]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:06.5455913Z [00:02:13.619]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:06.5456911Z [00:02:13.619]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.5457933Z [00:02:13.619]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:06.5458813Z [00:02:13.619]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:06.5459647Z [00:02:13.619]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:06.5460287Z [00:02:13.619]➜  EOF
2025-08-20T19:16:06.5465440Z [00:02:13.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/responses=>github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/responses;$WORK/b240=>" -p github.com/aliyun/alibaba-cloud-sdk-go/sdk/responses -lang=go1.13 -complete -installsuffix shared -buildid idR4R0VXkl43Lf4VxvNl/idR4R0VXkl43Lf4VxvNl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/responses/json_parser.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/responses/response.go
2025-08-20T19:16:06.5500382Z [00:02:13.626]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/c9/c9b0f1a771b4afbb2341bd338682036096fb780dbd476c684030e9a3902b685b-d # internal
2025-08-20T19:16:06.5503221Z [00:02:13.626]➜  github.com/opentracing/opentracing-go/ext
2025-08-20T19:16:06.5504819Z [00:02:13.626]➜  mkdir -p $WORK/b243/
2025-08-20T19:16:06.5513007Z [00:02:13.626]➜  cat >/tmp/go-build504934049/b243/importcfg << 'EOF' # internal
2025-08-20T19:16:06.5515439Z [00:02:13.626]➜  # import config
2025-08-20T19:16:06.5516673Z [00:02:13.626]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build504934049/b238/_pkg_.a
2025-08-20T19:16:06.5518956Z [00:02:13.626]➜  packagefile github.com/opentracing/opentracing-go/log=/tmp/go-build504934049/b239/_pkg_.a
2025-08-20T19:16:06.5519989Z [00:02:13.626]➜  EOF
2025-08-20T19:16:06.5525492Z [00:02:13.626]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/ext=>github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/ext;$WORK/b243=>" -p github.com/opentracing/opentracing-go/ext -lang=go1.14 -complete -installsuffix shared -buildid Ca3iVuc0Zfe_MrtNV5G_/Ca3iVuc0Zfe_MrtNV5G_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/ext/field.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.1-0.20220228012449-10b1cf09e00b/ext/tags.go
2025-08-20T19:16:06.6023904Z [00:02:13.678]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T19:16:06.6032354Z [00:02:13.679]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/9b/9bf511855aac01958c2edadcf15519c4499da140cbeafbf1c12e0f17410f4a2a-d # internal
2025-08-20T19:16:06.6043894Z [00:02:13.680]➜  github.com/aliyun/aliyun-oss-go-sdk/oss
2025-08-20T19:16:06.6045236Z [00:02:13.680]➜  mkdir -p $WORK/b247/
2025-08-20T19:16:06.6078755Z [00:02:13.684]➜  cat >/tmp/go-build504934049/b247/importcfg << 'EOF' # internal
2025-08-20T19:16:06.6082525Z [00:02:13.684]➜  # import config
2025-08-20T19:16:06.6083424Z [00:02:13.684]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:06.6085336Z [00:02:13.684]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:06.6088901Z [00:02:13.684]➜  packagefile crypto/hmac=/tmp/go-build504934049/b139/_pkg_.a
2025-08-20T19:16:06.6094985Z [00:02:13.684]➜  packagefile crypto/md5=/tmp/go-build504934049/b150/_pkg_.a
2025-08-20T19:16:06.6095828Z [00:02:13.684]➜  packagefile crypto/sha1=/tmp/go-build504934049/b154/_pkg_.a
2025-08-20T19:16:06.6096666Z [00:02:13.684]➜  packagefile crypto/sha256=/tmp/go-build504934049/b155/_pkg_.a
2025-08-20T19:16:06.6097626Z [00:02:13.684]➜  packagefile crypto/tls=/tmp/go-build504934049/b083/_pkg_.a
2025-08-20T19:16:06.6098482Z [00:02:13.684]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:06.6099460Z [00:02:13.684]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:06.6100335Z [00:02:13.684]➜  packagefile encoding/hex=/tmp/go-build504934049/b080/_pkg_.a
2025-08-20T19:16:06.6101167Z [00:02:13.684]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:06.6102010Z [00:02:13.684]➜  packagefile encoding/xml=/tmp/go-build504934049/b218/_pkg_.a
2025-08-20T19:16:06.6107623Z [00:02:13.684]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:06.6108350Z [00:02:13.685]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.6109162Z [00:02:13.685]➜  packagefile golang.org/x/time/rate=/tmp/go-build504934049/b248/_pkg_.a
2025-08-20T19:16:06.6110001Z [00:02:13.685]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:06.6110761Z [00:02:13.685]➜  packagefile hash/crc32=/tmp/go-build504934049/b189/_pkg_.a
2025-08-20T19:16:06.6111514Z [00:02:13.685]➜  packagefile hash/crc64=/tmp/go-build504934049/b249/_pkg_.a
2025-08-20T19:16:06.6112272Z [00:02:13.685]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:06.6113145Z [00:02:13.685]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:06.6113874Z [00:02:13.685]➜  packagefile log=/tmp/go-build504934049/b173/_pkg_.a
2025-08-20T19:16:06.6114589Z [00:02:13.685]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:06.6119304Z [00:02:13.685]➜  packagefile mime=/tmp/go-build504934049/b199/_pkg_.a
2025-08-20T19:16:06.6120148Z [00:02:13.685]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:06.6120933Z [00:02:13.685]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.6121959Z [00:02:13.685]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:06.6122860Z [00:02:13.685]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:06.6123705Z [00:02:13.685]➜  packagefile path=/tmp/go-build504934049/b040/_pkg_.a
2025-08-20T19:16:06.6124494Z [00:02:13.685]➜  packagefile path/filepath=/tmp/go-build504934049/b075/_pkg_.a
2025-08-20T19:16:06.6125298Z [00:02:13.685]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:06.6126046Z [00:02:13.685]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:06.6126765Z [00:02:13.685]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:06.6127478Z [00:02:13.685]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:06.6128201Z [00:02:13.685]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.6128953Z [00:02:13.686]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:06.6129544Z [00:02:13.686]➜  EOF
2025-08-20T19:16:06.6147412Z [00:02:13.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss=>github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss;$WORK/b247=>" -p github.com/aliyun/aliyun-oss-go-sdk/oss -lang=go1.16 -complete -installsuffix shared -buildid 2C3ZCHVd7O2420xl1c1g/2C3ZCHVd7O2420xl1c1g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/auth.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/bucket.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/client.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/conf.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/conn.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/const.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/crc.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/download.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/error.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/limit_reader_1_7.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/livechannel.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/mime.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/model.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/multicopy.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/multipart.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/option.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/progress.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/redirect_1_7.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/select_object.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/select_object_type.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/transport_1_7.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/type.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/upload.go /root/go/pkg/mod/github.com/aliyun/aliyun-oss-go-sdk@v3.0.2+incompatible/oss/utils.go
2025-08-20T19:16:06.7381430Z [00:02:13.814]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T19:16:06.7431437Z [00:02:13.819]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/22/223684c97ddbab2e01d41e158ff0c6a75da524328f4abdf4a63dbb491c422be1-d # internal
2025-08-20T19:16:06.7580181Z [00:02:13.832]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T19:16:06.7682016Z [00:02:13.844]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/5c/5c00050ce7701b35c78029446be1499ea1732b4694c5a0af6072e08e2c88284d-d # internal
2025-08-20T19:16:06.7687226Z [00:02:13.845]➜  github.com/alibabacloud-go/tea-utils/v2/service
2025-08-20T19:16:06.7690023Z [00:02:13.845]➜  mkdir -p $WORK/b219/
2025-08-20T19:16:06.7692335Z [00:02:13.845]➜  cat >/tmp/go-build504934049/b219/importcfg << 'EOF' # internal
2025-08-20T19:16:06.7693743Z [00:02:13.845]➜  # import config
2025-08-20T19:16:06.7696508Z [00:02:13.845]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:06.7698239Z [00:02:13.845]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:06.7700390Z [00:02:13.845]➜  packagefile crypto/md5=/tmp/go-build504934049/b150/_pkg_.a
2025-08-20T19:16:06.7701580Z [00:02:13.845]➜  packagefile encoding/hex=/tmp/go-build504934049/b080/_pkg_.a
2025-08-20T19:16:06.7702647Z [00:02:13.845]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:06.7703518Z [00:02:13.845]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:06.7704278Z [00:02:13.845]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.7705226Z [00:02:13.845]➜  packagefile github.com/alibabacloud-go/tea/tea=/tmp/go-build504934049/b082/_pkg_.a
2025-08-20T19:16:06.7706183Z [00:02:13.845]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:06.7706971Z [00:02:13.845]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:06.7707777Z [00:02:13.845]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:16:06.7708579Z [00:02:13.845]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.7709372Z [00:02:13.845]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:06.7710148Z [00:02:13.845]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:06.7710923Z [00:02:13.845]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:06.7711703Z [00:02:13.845]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:06.7712812Z [00:02:13.845]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:06.7713692Z [00:02:13.845]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:06.7714628Z [00:02:13.845]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.7715212Z [00:02:13.845]➜  EOF
2025-08-20T19:16:06.7718834Z [00:02:13.845]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alibabacloud-go/tea-utils/v2@v2.0.7/service=>github.com/alibabacloud-go/tea-utils/v2@v2.0.7/service;$WORK/b219=>" -p github.com/alibabacloud-go/tea-utils/v2/service -lang=go1.14 -complete -installsuffix shared -buildid r6Aacp2Bqh1ZfZTgNfKk/r6Aacp2Bqh1ZfZTgNfKk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /root/go/pkg/mod/github.com/alibabacloud-go/tea-utils/v2@v2.0.7/service/service.go
2025-08-20T19:16:06.7733693Z [00:02:13.846]➜  github.com/aliyun/credentials-go/credentials
2025-08-20T19:16:06.7734323Z [00:02:13.846]➜  mkdir -p $WORK/b208/
2025-08-20T19:16:06.7735066Z [00:02:13.846]➜  cat >/tmp/go-build504934049/b208/importcfg << 'EOF' # internal
2025-08-20T19:16:06.7735758Z [00:02:13.846]➜  # import config
2025-08-20T19:16:06.7736406Z [00:02:13.846]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:06.7737230Z [00:02:13.846]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:06.7738093Z [00:02:13.846]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:06.7738958Z [00:02:13.846]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.7740031Z [00:02:13.846]➜  packagefile github.com/alibabacloud-go/debug/debug=/tmp/go-build504934049/b171/_pkg_.a
2025-08-20T19:16:06.7741196Z [00:02:13.846]➜  packagefile github.com/alibabacloud-go/tea/tea=/tmp/go-build504934049/b082/_pkg_.a
2025-08-20T19:16:06.7743008Z [00:02:13.846]➜  packagefile github.com/aliyun/credentials-go/credentials/internal/utils=/tmp/go-build504934049/b209/_pkg_.a
2025-08-20T19:16:06.7744513Z [00:02:13.846]➜  packagefile github.com/aliyun/credentials-go/credentials/providers=/tmp/go-build504934049/b210/_pkg_.a
2025-08-20T19:16:06.7746085Z [00:02:13.846]➜  packagefile github.com/aliyun/credentials-go/credentials/request=/tmp/go-build504934049/b213/_pkg_.a
2025-08-20T19:16:06.7747479Z [00:02:13.846]➜  packagefile github.com/aliyun/credentials-go/credentials/response=/tmp/go-build504934049/b215/_pkg_.a
2025-08-20T19:16:06.7748676Z [00:02:13.846]➜  packagefile gopkg.in/ini.v1=/tmp/go-build504934049/b212/_pkg_.a
2025-08-20T19:16:06.7749534Z [00:02:13.846]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.7750364Z [00:02:13.846]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:06.7751124Z [00:02:13.846]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:06.7751888Z [00:02:13.846]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:06.7752834Z [00:02:13.846]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:06.7753614Z [00:02:13.846]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.7754197Z [00:02:13.846]➜  EOF
2025-08-20T19:16:06.7767941Z [00:02:13.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials=>github.com/aliyun/credentials-go@v1.4.7/credentials;$WORK/b208=>" -p github.com/aliyun/credentials-go/credentials -lang=go1.14 -complete -installsuffix shared -buildid HUB0qqOY3siV9ZHPM79P/HUB0qqOY3siV9ZHPM79P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/bearer_token_credential.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/credential.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/credential_model.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/credential_updater.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/doc.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/ecs_ram_role_credentials_provider.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/env_provider.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/instance_provider.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/oidc_credential_provider.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/profile_provider.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/provider.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/provider_chain.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/ram_role_arn_credentials_provider.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/rsa_key_pair_credentials_provider.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/session_credential.go /root/go/pkg/mod/github.com/aliyun/credentials-go@v1.4.7/credentials/uri_credential.go
2025-08-20T19:16:06.7831886Z [00:02:13.859]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T19:16:06.7880551Z [00:02:13.864]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/d9/d98797a4b711aac23a7fc05159589f9907f2e5dd1c8e6e7173321292c9b31e29-d # internal
2025-08-20T19:16:06.7893389Z [00:02:13.865]➜  github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/signers
2025-08-20T19:16:06.7899649Z [00:02:13.866]➜  mkdir -p $WORK/b236/
2025-08-20T19:16:06.7913794Z [00:02:13.867]➜  cat >/tmp/go-build504934049/b236/importcfg << 'EOF' # internal
2025-08-20T19:16:06.7914541Z [00:02:13.867]➜  # import config
2025-08-20T19:16:06.7915226Z [00:02:13.867]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:06.7916121Z [00:02:13.867]➜  packagefile crypto/hmac=/tmp/go-build504934049/b139/_pkg_.a
2025-08-20T19:16:06.7917232Z [00:02:13.867]➜  packagefile crypto/rand=/tmp/go-build504934049/b136/_pkg_.a
2025-08-20T19:16:06.7918162Z [00:02:13.867]➜  packagefile crypto/rsa=/tmp/go-build504934049/b152/_pkg_.a
2025-08-20T19:16:06.7919260Z [00:02:13.867]➜  packagefile crypto/sha1=/tmp/go-build504934049/b154/_pkg_.a
2025-08-20T19:16:06.7920198Z [00:02:13.867]➜  packagefile crypto/x509=/tmp/go-build504934049/b158/_pkg_.a
2025-08-20T19:16:06.7921134Z [00:02:13.867]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:06.7922082Z [00:02:13.867]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:06.7923213Z [00:02:13.867]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.7924418Z [00:02:13.867]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials=/tmp/go-build504934049/b231/_pkg_.a
2025-08-20T19:16:06.7947066Z [00:02:13.867]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors=/tmp/go-build504934049/b232/_pkg_.a
2025-08-20T19:16:06.7948665Z [00:02:13.867]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/requests=/tmp/go-build504934049/b237/_pkg_.a
2025-08-20T19:16:06.7950083Z [00:02:13.867]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/responses=/tmp/go-build504934049/b240/_pkg_.a
2025-08-20T19:16:06.7953760Z [00:02:13.867]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/utils=/tmp/go-build504934049/b233/_pkg_.a
2025-08-20T19:16:06.7955042Z [00:02:13.867]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build504934049/b234/_pkg_.a
2025-08-20T19:16:06.7955999Z [00:02:13.867]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.7956792Z [00:02:13.867]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:06.7957591Z [00:02:13.867]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:06.7958389Z [00:02:13.867]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.7958996Z [00:02:13.867]➜  EOF
2025-08-20T19:16:06.7971730Z [00:02:13.870]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/signers=>github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/signers;$WORK/b236=>" -p github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/signers -lang=go1.13 -complete -installsuffix shared -buildid __tyGErGAF__9rlZpaJH/__tyGErGAF__9rlZpaJH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/signers/algorithms.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/signers/credential_updater.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/signers/session_credential.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/signers/signer_access_key.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/signers/signer_bearer_token.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/signers/signer_ecs_ram_role.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/signers/signer_key_pair.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/signers/signer_ram_role_arn.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/signers/signer_sts_token.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/signers/signer_v2.go
2025-08-20T19:16:06.8830968Z [00:02:13.959]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T19:16:06.8836766Z [00:02:13.960]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T19:16:06.8845800Z [00:02:13.961]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/5d/5d6ae7759c2a7e6ccf7dce74b7ad154555eaeb47e85e1cf59f2539afd4d546cd-d # internal
2025-08-20T19:16:06.8855121Z [00:02:13.961]➜  github.com/alibabacloud-go/tea/dara
2025-08-20T19:16:06.8855784Z [00:02:13.961]➜  mkdir -p $WORK/b217/
2025-08-20T19:16:06.8857244Z [00:02:13.961]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/7b/7b9c693c51dcdefb159daa25af47145fd5833ea228b0f5d75d852d31b95b9b68-d # internal
2025-08-20T19:16:06.8858654Z [00:02:13.962]➜  github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth
2025-08-20T19:16:06.8869039Z [00:02:13.963]➜  mkdir -p $WORK/b230/
2025-08-20T19:16:06.8870094Z [00:02:13.963]➜  cat >/tmp/go-build504934049/b217/importcfg << 'EOF' # internal
2025-08-20T19:16:06.8871948Z [00:02:13.963]➜  # import config
2025-08-20T19:16:06.8872809Z [00:02:13.963]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:06.8873684Z [00:02:13.963]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:06.8877919Z [00:02:13.963]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:06.8878911Z [00:02:13.963]➜  packagefile crypto/tls=/tmp/go-build504934049/b083/_pkg_.a
2025-08-20T19:16:06.8879833Z [00:02:13.963]➜  packagefile crypto/x509=/tmp/go-build504934049/b158/_pkg_.a
2025-08-20T19:16:06.8880812Z [00:02:13.963]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:06.8881733Z [00:02:13.963]➜  packagefile encoding/hex=/tmp/go-build504934049/b080/_pkg_.a
2025-08-20T19:16:06.8883500Z [00:02:13.963]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:06.8884506Z [00:02:13.963]➜  packagefile encoding/xml=/tmp/go-build504934049/b218/_pkg_.a
2025-08-20T19:16:06.8885403Z [00:02:13.963]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:06.8886224Z [00:02:13.963]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.8887242Z [00:02:13.963]➜  packagefile github.com/alibabacloud-go/debug/debug=/tmp/go-build504934049/b171/_pkg_.a
2025-08-20T19:16:06.8888603Z [00:02:13.963]➜  packagefile github.com/alibabacloud-go/tea-utils/v2/service=/tmp/go-build504934049/b219/_pkg_.a
2025-08-20T19:16:06.8889897Z [00:02:13.963]➜  packagefile github.com/alibabacloud-go/tea/tea=/tmp/go-build504934049/b082/_pkg_.a
2025-08-20T19:16:06.8891157Z [00:02:13.963]➜  packagefile github.com/alibabacloud-go/tea/utils=/tmp/go-build504934049/b172/_pkg_.a
2025-08-20T19:16:06.8892683Z [00:02:13.963]➜  packagefile github.com/clbanning/mxj/v2=/tmp/go-build504934049/b220/_pkg_.a
2025-08-20T19:16:06.8894009Z [00:02:13.963]➜  packagefile github.com/json-iterator/go=/tmp/go-build504934049/b180/_pkg_.a
2025-08-20T19:16:06.8895154Z [00:02:13.963]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build504934049/b183/_pkg_.a
2025-08-20T19:16:06.8896231Z [00:02:13.963]➜  packagefile golang.org/x/net/proxy=/tmp/go-build504934049/b184/_pkg_.a
2025-08-20T19:16:06.8897140Z [00:02:13.963]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:06.8897944Z [00:02:13.963]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:06.8898770Z [00:02:13.963]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:06.8899588Z [00:02:13.963]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:16:06.8900386Z [00:02:13.963]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:06.8901149Z [00:02:13.963]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.8902023Z [00:02:13.963]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:06.8915221Z [00:02:13.963]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:06.8915997Z [00:02:13.963]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:06.8916822Z [00:02:13.963]➜  packagefile regexp=/tmp/go-build504934049/b206/_pkg_.a
2025-08-20T19:16:06.8917643Z [00:02:13.963]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:06.8918497Z [00:02:13.963]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:06.8919340Z [00:02:13.963]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:06.8920162Z [00:02:13.963]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:06.8921232Z [00:02:13.963]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.8921835Z [00:02:13.963]➜  EOF
2025-08-20T19:16:06.8922710Z [00:02:13.963]➜  cat >/tmp/go-build504934049/b230/importcfg << 'EOF' # internal
2025-08-20T19:16:06.8923602Z [00:02:13.963]➜  # import config
2025-08-20T19:16:06.8924259Z [00:02:13.963]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:06.8924988Z [00:02:13.963]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.8926198Z [00:02:13.963]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials=/tmp/go-build504934049/b231/_pkg_.a
2025-08-20T19:16:06.8927748Z [00:02:13.963]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/signers=/tmp/go-build504934049/b236/_pkg_.a
2025-08-20T19:16:06.8929155Z [00:02:13.963]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors=/tmp/go-build504934049/b232/_pkg_.a
2025-08-20T19:16:06.8930491Z [00:02:13.963]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/requests=/tmp/go-build504934049/b237/_pkg_.a
2025-08-20T19:16:06.8931894Z [00:02:13.963]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/responses=/tmp/go-build504934049/b240/_pkg_.a
2025-08-20T19:16:06.8933617Z [00:02:13.963]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/utils=/tmp/go-build504934049/b233/_pkg_.a
2025-08-20T19:16:06.8934670Z [00:02:13.963]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:06.8935461Z [00:02:13.963]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:06.8936440Z [00:02:13.963]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:06.8937258Z [00:02:13.963]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:06.8937853Z [00:02:13.963]➜  EOF
2025-08-20T19:16:06.8948233Z [00:02:13.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara=>github.com/alibabacloud-go/tea@v1.3.10/dara;$WORK/b217=>" -p github.com/alibabacloud-go/tea/dara -lang=go1.14 -complete -installsuffix shared -buildid 5WZVdOUS8soCP9DRyHRZ/5WZVdOUS8soCP9DRyHRZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/array.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/core.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/date.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/error.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/file.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/form.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/json_parser.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/map.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/math.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/model.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/retry.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/stream.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/trans.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/url.go /root/go/pkg/mod/github.com/alibabacloud-go/tea@v1.3.10/dara/xml.go
2025-08-20T19:16:06.8963718Z [00:02:13.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth=>github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth;$WORK/b230=>" -p github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth -lang=go1.13 -complete -installsuffix shared -buildid ElDWTmrIRQmycEkip27O/ElDWTmrIRQmycEkip27O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credential.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/roa_signature_composer.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/rpc_signature_composer.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/signer.go
2025-08-20T19:16:06.9653472Z [00:02:14.040]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T19:16:06.9656399Z [00:02:14.041]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/fb/fb1a0cb07b32563a5155cb066092ec0e2d1724b71ea64d52a3fe5cd093c9b4b1-d # internal
2025-08-20T19:16:06.9657786Z [00:02:14.041]➜  github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials/provider
2025-08-20T19:16:06.9658566Z [00:02:14.042]➜  mkdir -p $WORK/b241/
2025-08-20T19:16:06.9691824Z [00:02:14.045]➜  cat >/tmp/go-build504934049/b241/importcfg << 'EOF' # internal
2025-08-20T19:16:06.9694401Z [00:02:14.045]➜  # import config
2025-08-20T19:16:06.9695280Z [00:02:14.045]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:06.9696203Z [00:02:14.045]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:06.9697098Z [00:02:14.045]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:06.9697921Z [00:02:14.045]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:06.9699164Z [00:02:14.045]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth=/tmp/go-build504934049/b230/_pkg_.a
2025-08-20T19:16:06.9700724Z [00:02:14.045]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials=/tmp/go-build504934049/b231/_pkg_.a
2025-08-20T19:16:06.9701940Z [00:02:14.045]➜  packagefile gopkg.in/ini.v1=/tmp/go-build504934049/b212/_pkg_.a
2025-08-20T19:16:06.9702978Z [00:02:14.045]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:06.9703781Z [00:02:14.045]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:06.9704557Z [00:02:14.045]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:06.9705327Z [00:02:14.045]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:06.9706143Z [00:02:14.045]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:06.9706943Z [00:02:14.045]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:06.9707540Z [00:02:14.045]➜  EOF
2025-08-20T19:16:06.9715643Z [00:02:14.045]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/provider=>github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/provider;$WORK/b241=>" -p github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials/provider -lang=go1.13 -complete -installsuffix shared -buildid aR9MGSy1EyFlJUL5fn1a/aR9MGSy1EyFlJUL5fn1a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/provider/env.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/provider/instance_credentials.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/provider/profile_credentials.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/provider/provider.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/auth/credentials/provider/provider_chain.go
2025-08-20T19:16:06.9908751Z [00:02:14.067]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T19:16:06.9954107Z [00:02:14.072]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/68/68eb3d0a1368476ec9fef9ad5045dd01187731e6216a499501095a40d8e16367-d # internal
2025-08-20T19:16:06.9957971Z [00:02:14.072]➜  github.com/alibabacloud-go/alibabacloud-gateway-spi/client
2025-08-20T19:16:06.9966399Z [00:02:14.073]➜  mkdir -p $WORK/b081/
2025-08-20T19:16:06.9967139Z [00:02:14.073]➜  cat >/tmp/go-build504934049/b081/importcfg << 'EOF' # internal
2025-08-20T19:16:06.9967819Z [00:02:14.073]➜  # import config
2025-08-20T19:16:06.9968656Z [00:02:14.073]➜  packagefile github.com/alibabacloud-go/tea/tea=/tmp/go-build504934049/b082/_pkg_.a
2025-08-20T19:16:06.9970131Z [00:02:14.073]➜  packagefile github.com/aliyun/credentials-go/credentials=/tmp/go-build504934049/b208/_pkg_.a
2025-08-20T19:16:06.9971160Z [00:02:14.073]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:06.9971875Z [00:02:14.073]➜  EOF
2025-08-20T19:16:06.9980354Z [00:02:14.074]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alibabacloud-go/alibabacloud-gateway-spi@v0.0.5/client=>github.com/alibabacloud-go/alibabacloud-gateway-spi@v0.0.5/client;$WORK/b081=>" -p github.com/alibabacloud-go/alibabacloud-gateway-spi/client -lang=go1.14 -complete -installsuffix shared -buildid Pj_ts4ysxCBmiR70DF6o/Pj_ts4ysxCBmiR70DF6o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/go/pkg/mod/github.com/alibabacloud-go/alibabacloud-gateway-spi@v0.0.5/client/client.go
2025-08-20T19:16:07.0365220Z [00:02:14.113]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T19:16:07.0379258Z [00:02:14.114]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/18/18dbcd89206a72594d0bab0f95e2b4ab1f6ec9737a03f6a6089022767d4627f2-d # internal
2025-08-20T19:16:07.0384023Z [00:02:14.115]➜  github.com/aliyun/alibaba-cloud-sdk-go/sdk/endpoints
2025-08-20T19:16:07.0387726Z [00:02:14.115]➜  mkdir -p $WORK/b242/
2025-08-20T19:16:07.0392539Z [00:02:14.115]➜  cat >/tmp/go-build504934049/b242/importcfg << 'EOF' # internal
2025-08-20T19:16:07.0393255Z [00:02:14.115]➜  # import config
2025-08-20T19:16:07.0398416Z [00:02:14.116]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:07.0400280Z [00:02:14.116]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:07.0401403Z [00:02:14.116]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors=/tmp/go-build504934049/b232/_pkg_.a
2025-08-20T19:16:07.0402927Z [00:02:14.116]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/requests=/tmp/go-build504934049/b237/_pkg_.a
2025-08-20T19:16:07.0404370Z [00:02:14.116]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/responses=/tmp/go-build504934049/b240/_pkg_.a
2025-08-20T19:16:07.0405722Z [00:02:14.116]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/utils=/tmp/go-build504934049/b233/_pkg_.a
2025-08-20T19:16:07.0407005Z [00:02:14.116]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build504934049/b234/_pkg_.a
2025-08-20T19:16:07.0407988Z [00:02:14.116]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:07.0408816Z [00:02:14.116]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:07.0409583Z [00:02:14.116]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:07.0410143Z [00:02:14.116]➜  EOF
2025-08-20T19:16:07.0421857Z [00:02:14.116]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/endpoints=>github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/endpoints;$WORK/b242=>" -p github.com/aliyun/alibaba-cloud-sdk-go/sdk/endpoints -lang=go1.13 -complete -installsuffix shared -buildid _KejriTRwP9jo85iyuR4/_KejriTRwP9jo85iyuR4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/endpoints/endpoints_config.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/endpoints/local_global_resolver.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/endpoints/local_regional_resolver.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/endpoints/location_resolver.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/endpoints/mapping_resolver.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/endpoints/resolver.go
2025-08-20T19:16:07.0441013Z [00:02:14.120]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T19:16:07.0464562Z [00:02:14.123]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/ac/ac0a47e78285ccc357b73b74a52916a014015b5cc88770302e080a833a08df59-d # internal
2025-08-20T19:16:07.0933884Z [00:02:14.169]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T19:16:07.0950273Z [00:02:14.171]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/f6/f62f09d56baa0fbce6789ad6eb3fec28519c9400fe4bd002b7d1adfae3c4582f-d # internal
2025-08-20T19:16:07.0961261Z [00:02:14.172]➜  github.com/aliyun/alibaba-cloud-sdk-go/sdk
2025-08-20T19:16:07.0963916Z [00:02:14.172]➜  mkdir -p $WORK/b229/
2025-08-20T19:16:07.0964733Z [00:02:14.172]➜  cat >/tmp/go-build504934049/b229/importcfg << 'EOF' # internal
2025-08-20T19:16:07.0965479Z [00:02:14.172]➜  # import config
2025-08-20T19:16:07.0966156Z [00:02:14.172]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:07.0967046Z [00:02:14.172]➜  packagefile crypto/tls=/tmp/go-build504934049/b083/_pkg_.a
2025-08-20T19:16:07.0967986Z [00:02:14.172]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:07.0968881Z [00:02:14.172]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:07.0970209Z [00:02:14.172]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth=/tmp/go-build504934049/b230/_pkg_.a
2025-08-20T19:16:07.0971767Z [00:02:14.172]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials=/tmp/go-build504934049/b231/_pkg_.a
2025-08-20T19:16:07.0973828Z [00:02:14.172]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials/provider=/tmp/go-build504934049/b241/_pkg_.a
2025-08-20T19:16:07.0976773Z [00:02:14.172]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/endpoints=/tmp/go-build504934049/b242/_pkg_.a
2025-08-20T19:16:07.0978804Z [00:02:14.172]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors=/tmp/go-build504934049/b232/_pkg_.a
2025-08-20T19:16:07.0980793Z [00:02:14.172]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/requests=/tmp/go-build504934049/b237/_pkg_.a
2025-08-20T19:16:07.0983393Z [00:02:14.173]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/responses=/tmp/go-build504934049/b240/_pkg_.a
2025-08-20T19:16:07.0985334Z [00:02:14.173]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/utils=/tmp/go-build504934049/b233/_pkg_.a
2025-08-20T19:16:07.0987349Z [00:02:14.173]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build504934049/b238/_pkg_.a
2025-08-20T19:16:07.0989156Z [00:02:14.174]➜  packagefile github.com/opentracing/opentracing-go/ext=/tmp/go-build504934049/b243/_pkg_.a
2025-08-20T19:16:07.0990463Z [00:02:14.174]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:07.0991516Z [00:02:14.174]➜  packagefile log=/tmp/go-build504934049/b173/_pkg_.a
2025-08-20T19:16:07.0992770Z [00:02:14.174]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:07.0993646Z [00:02:14.174]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:07.0994743Z [00:02:14.174]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:07.0995580Z [00:02:14.174]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:07.0996412Z [00:02:14.174]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:07.0997258Z [00:02:14.174]➜  packagefile regexp=/tmp/go-build504934049/b206/_pkg_.a
2025-08-20T19:16:07.0998090Z [00:02:14.174]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:07.0999244Z [00:02:14.174]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:07.1000121Z [00:02:14.174]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:07.1000947Z [00:02:14.174]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:07.1001543Z [00:02:14.174]➜  EOF
2025-08-20T19:16:07.1007969Z [00:02:14.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk=>github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk;$WORK/b229=>" -p github.com/aliyun/alibaba-cloud-sdk-go/sdk -lang=go1.13 -complete -installsuffix shared -buildid mMCpmBjiZZf3kLxIoJMO/mMCpmBjiZZf3kLxIoJMO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/api_timeout.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/client.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/config.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/logger.go /root/go/pkg/mod/github.com/aliyun/alibaba-cloud-sdk-go@v1.63.107/sdk/version.go
2025-08-20T19:16:07.2344934Z [00:02:14.311]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T19:16:07.2418319Z [00:02:14.318]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/05/050c0b9423f1870c54a5b0ac23aa562be0755c0e2300a471ab043824a935461a-d # internal
2025-08-20T19:16:07.2423912Z [00:02:14.318]➜  github.com/aliyun/aliyun-cli/v3/meta
2025-08-20T19:16:07.2425743Z [00:02:14.318]➜  mkdir -p $WORK/b244/
2025-08-20T19:16:07.2443389Z [00:02:14.319]➜  cat >/tmp/go-build504934049/b244/importcfg << 'EOF' # internal
2025-08-20T19:16:07.2444090Z [00:02:14.319]➜  # import config
2025-08-20T19:16:07.2444937Z [00:02:14.319]➜  packagefile embed=/tmp/go-build504934049/b002/_pkg_.a
2025-08-20T19:16:07.2445873Z [00:02:14.319]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:07.2446863Z [00:02:14.319]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:07.2447978Z [00:02:14.319]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk=/tmp/go-build504934049/b229/_pkg_.a
2025-08-20T19:16:07.2449399Z [00:02:14.319]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/endpoints=/tmp/go-build504934049/b242/_pkg_.a
2025-08-20T19:16:07.2450918Z [00:02:14.319]➜  packagefile github.com/aliyun/aliyun-cli/v3/aliyun-openapi-meta=/tmp/go-build504934049/b069/_pkg_.a
2025-08-20T19:16:07.2452031Z [00:02:14.319]➜  packagefile regexp=/tmp/go-build504934049/b206/_pkg_.a
2025-08-20T19:16:07.2453065Z [00:02:14.319]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:07.2453901Z [00:02:14.319]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:07.2454490Z [00:02:14.319]➜  EOF
2025-08-20T19:16:07.2455190Z [00:02:14.319]➜  cat >/tmp/go-build504934049/b244/embedcfg << 'EOF' # internal
2025-08-20T19:16:07.2455795Z [00:02:14.319]➜  {
2025-08-20T19:16:07.2456240Z [00:02:14.319]➜  	"Patterns": {
2025-08-20T19:16:07.2456760Z [00:02:14.319]➜  		"versions.json": [
2025-08-20T19:16:07.2457276Z [00:02:14.319]➜  			"versions.json"
2025-08-20T19:16:07.2457751Z [00:02:14.319]➜  		]
2025-08-20T19:16:07.2458128Z [00:02:14.319]➜  	},
2025-08-20T19:16:07.2458501Z [00:02:14.319]➜  	"Files": {
2025-08-20T19:16:07.2459180Z [00:02:14.319]➜  		"versions.json": "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/versions.json"
2025-08-20T19:16:07.2459852Z [00:02:14.319]➜  	}
2025-08-20T19:16:07.2460222Z [00:02:14.319]➜  }EOF
2025-08-20T19:16:07.2465208Z [00:02:14.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b244/_pkg_.a -trimpath "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta=>github.com/aliyun/aliyun-cli/v3/meta;$WORK/b244=>" -p github.com/aliyun/aliyun-cli/v3/meta -lang=go1.23 -complete -installsuffix shared -buildid Y89uSVRcvnBTR_wBaL4w/Y89uSVRcvnBTR_wBaL4w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -embedcfg $WORK/b244/embedcfg -pack /tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/api.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/errors.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/product.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/reader.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/repository.go
2025-08-20T19:16:07.3548783Z [00:02:14.431]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T19:16:07.3573731Z [00:02:14.433]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/b1/b13cccb3d6b1bb8ec3261d4df419578360b884cf687b261958912067e82bfe62-d # internal
2025-08-20T19:16:07.5929871Z [00:02:14.669]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T19:16:07.6021610Z [00:02:14.678]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/e5/e5119773d5252400cff8f03150c7309a7fbf1a2e873e82a36c6ed8b8185efd13-d # internal
2025-08-20T19:16:07.6027183Z [00:02:14.679]➜  github.com/alibabacloud-go/darabonba-openapi/v2/models
2025-08-20T19:16:07.6030387Z [00:02:14.679]➜  mkdir -p $WORK/b216/
2025-08-20T19:16:07.6031165Z [00:02:14.679]➜  cat >/tmp/go-build504934049/b216/importcfg << 'EOF' # internal
2025-08-20T19:16:07.6031892Z [00:02:14.679]➜  # import config
2025-08-20T19:16:07.6032940Z [00:02:14.679]➜  packagefile github.com/alibabacloud-go/tea/dara=/tmp/go-build504934049/b217/_pkg_.a
2025-08-20T19:16:07.6034287Z [00:02:14.679]➜  packagefile github.com/aliyun/credentials-go/credentials=/tmp/go-build504934049/b208/_pkg_.a
2025-08-20T19:16:07.6035378Z [00:02:14.679]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:07.6035999Z [00:02:14.679]➜  EOF
2025-08-20T19:16:07.6040623Z [00:02:14.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/models=>github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/models;$WORK/b216=>" -p github.com/alibabacloud-go/darabonba-openapi/v2/models -lang=go1.14 -complete -installsuffix shared -buildid LcwozZsBJBNSlVs-zDQz/LcwozZsBJBNSlVs-zDQz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/go/pkg/mod/github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/models/model.go
2025-08-20T19:16:07.6994477Z [00:02:14.776]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T19:16:07.7025332Z [00:02:14.779]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/91/91e1e155269671e004b66290feac23ee02dee6ab9024229225e295003461a7b4-d # internal
2025-08-20T19:16:07.7029967Z [00:02:14.779]➜  github.com/alibabacloud-go/darabonba-openapi/v2/utils
2025-08-20T19:16:07.7032190Z [00:02:14.779]➜  mkdir -p $WORK/b223/
2025-08-20T19:16:07.7038194Z [00:02:14.780]➜  cat >/tmp/go-build504934049/b223/importcfg << 'EOF' # internal
2025-08-20T19:16:07.7039751Z [00:02:14.780]➜  # import config
2025-08-20T19:16:07.7040440Z [00:02:14.780]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:07.7041270Z [00:02:14.780]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:07.7042125Z [00:02:14.780]➜  packagefile crypto/hmac=/tmp/go-build504934049/b139/_pkg_.a
2025-08-20T19:16:07.7043208Z [00:02:14.780]➜  packagefile crypto/md5=/tmp/go-build504934049/b150/_pkg_.a
2025-08-20T19:16:07.7044040Z [00:02:14.780]➜  packagefile crypto/rand=/tmp/go-build504934049/b136/_pkg_.a
2025-08-20T19:16:07.7044854Z [00:02:14.780]➜  packagefile crypto/rsa=/tmp/go-build504934049/b152/_pkg_.a
2025-08-20T19:16:07.7045676Z [00:02:14.780]➜  packagefile crypto/sha1=/tmp/go-build504934049/b154/_pkg_.a
2025-08-20T19:16:07.7046534Z [00:02:14.780]➜  packagefile crypto/sha256=/tmp/go-build504934049/b155/_pkg_.a
2025-08-20T19:16:07.7047382Z [00:02:14.780]➜  packagefile crypto/x509=/tmp/go-build504934049/b158/_pkg_.a
2025-08-20T19:16:07.7048246Z [00:02:14.780]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:07.7049145Z [00:02:14.780]➜  packagefile encoding/hex=/tmp/go-build504934049/b080/_pkg_.a
2025-08-20T19:16:07.7050030Z [00:02:14.780]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:07.7050917Z [00:02:14.780]➜  packagefile encoding/pem=/tmp/go-build504934049/b161/_pkg_.a
﻿2025-08-20T19:16:07.7054685Z [00:02:14.780]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:07.7055480Z [00:02:14.780]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:07.7056584Z [00:02:14.780]➜  packagefile github.com/alibabacloud-go/darabonba-openapi/v2/models=/tmp/go-build504934049/b216/_pkg_.a
2025-08-20T19:16:07.7057858Z [00:02:14.780]➜  packagefile github.com/alibabacloud-go/tea/dara=/tmp/go-build504934049/b217/_pkg_.a
2025-08-20T19:16:07.7058924Z [00:02:14.780]➜  packagefile github.com/tjfoc/gmsm/sm3=/tmp/go-build504934049/b224/_pkg_.a
2025-08-20T19:16:07.7059820Z [00:02:14.780]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:07.7060791Z [00:02:14.780]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:07.7061538Z [00:02:14.780]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:07.7062792Z [00:02:14.780]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:16:07.7064076Z [00:02:14.780]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:07.7065509Z [00:02:14.780]➜  packagefile net/textproto=/tmp/go-build504934049/b196/_pkg_.a
2025-08-20T19:16:07.7066594Z [00:02:14.780]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:07.7067583Z [00:02:14.780]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:07.7068657Z [00:02:14.780]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:07.7069508Z [00:02:14.780]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:07.7070304Z [00:02:14.780]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:07.7071047Z [00:02:14.780]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:07.7071949Z [00:02:14.780]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:07.7072966Z [00:02:14.780]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:07.7073725Z [00:02:14.780]➜  EOF
2025-08-20T19:16:07.7077670Z [00:02:14.780]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/utils=>github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/utils;$WORK/b223=>" -p github.com/alibabacloud-go/darabonba-openapi/v2/utils -lang=go1.14 -complete -installsuffix shared -buildid G8AdXNmUyzRWBwy6tk9i/G8AdXNmUyzRWBwy6tk9i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/go/pkg/mod/github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/utils/client.go
2025-08-20T19:16:07.8520413Z [00:02:14.928]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T19:16:07.8543595Z [00:02:14.930]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/73/7326c47f8a4cbb63037cd69c790a503191f6abb126128e509b9ab5b5982256d2-d # internal
2025-08-20T19:16:07.8547844Z [00:02:14.931]➜  github.com/alibabacloud-go/darabonba-openapi/v2/client
2025-08-20T19:16:07.8548297Z [00:02:14.931]➜  mkdir -p $WORK/b078/
2025-08-20T19:16:07.8553056Z [00:02:14.931]➜  cat >/tmp/go-build504934049/b078/importcfg << 'EOF' # internal
2025-08-20T19:16:07.8554773Z [00:02:14.931]➜  # import config
2025-08-20T19:16:07.8555427Z [00:02:14.931]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:07.8555973Z [00:02:14.931]➜  packagefile encoding/hex=/tmp/go-build504934049/b080/_pkg_.a
2025-08-20T19:16:07.8556570Z [00:02:14.931]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:07.8557341Z [00:02:14.931]➜  packagefile github.com/alibabacloud-go/alibabacloud-gateway-spi/client=/tmp/go-build504934049/b081/_pkg_.a
2025-08-20T19:16:07.8558311Z [00:02:14.931]➜  packagefile github.com/alibabacloud-go/darabonba-openapi/v2/models=/tmp/go-build504934049/b216/_pkg_.a
2025-08-20T19:16:07.8559246Z [00:02:14.931]➜  packagefile github.com/alibabacloud-go/darabonba-openapi/v2/utils=/tmp/go-build504934049/b223/_pkg_.a
2025-08-20T19:16:07.8560085Z [00:02:14.931]➜  packagefile github.com/alibabacloud-go/tea/dara=/tmp/go-build504934049/b217/_pkg_.a
2025-08-20T19:16:07.8560954Z [00:02:14.931]➜  packagefile github.com/aliyun/credentials-go/credentials=/tmp/go-build504934049/b208/_pkg_.a
2025-08-20T19:16:07.8561547Z [00:02:14.931]➜  EOF
2025-08-20T19:16:07.8567199Z [00:02:14.931]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/client=>github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/client;$WORK/b078=>" -p github.com/alibabacloud-go/darabonba-openapi/v2/client -lang=go1.14 -complete -installsuffix shared -buildid fKXt-Lv1H_LN_94_sdbe/fKXt-Lv1H_LN_94_sdbe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/go/pkg/mod/github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/client/alibaba_cloud_error.go /root/go/pkg/mod/github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/client/client.go /root/go/pkg/mod/github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/client/client_context_func.go /root/go/pkg/mod/github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/client/client_error.go /root/go/pkg/mod/github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/client/server_error.go /root/go/pkg/mod/github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/client/sseresponse_model.go /root/go/pkg/mod/github.com/alibabacloud-go/darabonba-openapi/v2@v2.1.10/client/throttling_error.go
2025-08-20T19:16:07.9003189Z [00:02:14.976]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T19:16:07.9169170Z [00:02:14.993]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/db/db6efb1906c6396f9ae8159412af9248608fc8bb1078e28b5a6c742051c5c389-d # internal
2025-08-20T19:16:08.2841758Z [00:02:15.360]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T19:16:08.2900039Z [00:02:15.366]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/bc/bc2f68fea654019524d08422d00810dada43511144fec5ff30f3656a094e1d48-d # internal
2025-08-20T19:16:08.2908471Z [00:02:15.366]➜  github.com/aliyun/aliyun-cli/v3/config
2025-08-20T19:16:08.2914270Z [00:02:15.366]➜  mkdir -p $WORK/b077/
2025-08-20T19:16:08.2923286Z [00:02:15.367]➜  cat >/tmp/go-build504934049/b077/importcfg << 'EOF' # internal
2025-08-20T19:16:08.2923976Z [00:02:15.367]➜  # import config
2025-08-20T19:16:08.2924633Z [00:02:15.367]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:08.2925419Z [00:02:15.367]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:08.2926253Z [00:02:15.367]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:08.2927064Z [00:02:15.367]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:08.2928210Z [00:02:15.367]➜  packagefile github.com/alibabacloud-go/darabonba-openapi/v2/client=/tmp/go-build504934049/b078/_pkg_.a
2025-08-20T19:16:08.2929586Z [00:02:15.367]➜  packagefile github.com/alibabacloud-go/tea-utils/v2/service=/tmp/go-build504934049/b219/_pkg_.a
2025-08-20T19:16:08.2930814Z [00:02:15.367]➜  packagefile github.com/alibabacloud-go/tea/tea=/tmp/go-build504934049/b082/_pkg_.a
2025-08-20T19:16:08.2931963Z [00:02:15.367]➜  packagefile github.com/aliyun/aliyun-cli/v3/cli=/tmp/go-build504934049/b070/_pkg_.a
2025-08-20T19:16:08.2933333Z [00:02:15.367]➜  packagefile github.com/aliyun/aliyun-cli/v3/cloudsso=/tmp/go-build504934049/b225/_pkg_.a
2025-08-20T19:16:08.2934538Z [00:02:15.367]➜  packagefile github.com/aliyun/aliyun-cli/v3/i18n=/tmp/go-build504934049/b072/_pkg_.a
2025-08-20T19:16:08.2935688Z [00:02:15.367]➜  packagefile github.com/aliyun/aliyun-cli/v3/util=/tmp/go-build504934049/b226/_pkg_.a
2025-08-20T19:16:08.2936937Z [00:02:15.367]➜  packagefile github.com/aliyun/credentials-go/credentials=/tmp/go-build504934049/b208/_pkg_.a
2025-08-20T19:16:08.2938044Z [00:02:15.367]➜  packagefile gopkg.in/ini.v1=/tmp/go-build504934049/b212/_pkg_.a
2025-08-20T19:16:08.2938859Z [00:02:15.367]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:08.2939649Z [00:02:15.367]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:08.2940659Z [00:02:15.367]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:08.2941433Z [00:02:15.367]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:08.2942184Z [00:02:15.367]➜  packagefile os/exec=/tmp/go-build504934049/b227/_pkg_.a
2025-08-20T19:16:08.2943144Z [00:02:15.367]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:08.2943925Z [00:02:15.367]➜  packagefile regexp=/tmp/go-build504934049/b206/_pkg_.a
2025-08-20T19:16:08.2944711Z [00:02:15.367]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:08.2945631Z [00:02:15.367]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:08.2946404Z [00:02:15.367]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:08.2947239Z [00:02:15.367]➜  packagefile text/tabwriter=/tmp/go-build504934049/b076/_pkg_.a
2025-08-20T19:16:08.2948068Z [00:02:15.367]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:08.2959628Z [00:02:15.367]➜  EOF
2025-08-20T19:16:08.2973058Z [00:02:15.367]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b077/_pkg_.a -trimpath "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config=>github.com/aliyun/aliyun-cli/v3/config;$WORK/b077=>" -p github.com/aliyun/aliyun-cli/v3/config -lang=go1.23 -complete -installsuffix shared -buildid 6SK8L17ziENSR1VBPkl9/6SK8L17ziENSR1VBPkl9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configuration.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_delete.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_get.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_list.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_set.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_switch.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/flags.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/hello.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/legacy.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/profile.go
2025-08-20T19:16:08.5310390Z [00:02:15.607]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T19:16:08.5345859Z [00:02:15.611]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/c1/c15f20ce266999c85f59f13a6ef204c4e85e50f5391a7b064a2d9d433ae2763d-d # internal
2025-08-20T19:16:08.5348755Z [00:02:15.611]➜  github.com/aliyun/aliyun-cli/v3/openapi
2025-08-20T19:16:08.5351075Z [00:02:15.611]➜  mkdir -p $WORK/b228/
2025-08-20T19:16:08.5356744Z [00:02:15.612]➜  cat >/tmp/go-build504934049/b228/importcfg << 'EOF' # internal
2025-08-20T19:16:08.5364788Z [00:02:15.612]➜  # import config
2025-08-20T19:16:08.5365938Z [00:02:15.613]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:08.5370887Z [00:02:15.613]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:08.5372054Z [00:02:15.613]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:08.5374792Z [00:02:15.613]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:08.5379818Z [00:02:15.613]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk=/tmp/go-build504934049/b229/_pkg_.a
2025-08-20T19:16:08.5381360Z [00:02:15.613]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth=/tmp/go-build504934049/b230/_pkg_.a
2025-08-20T19:16:08.5383186Z [00:02:15.613]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials=/tmp/go-build504934049/b231/_pkg_.a
2025-08-20T19:16:08.5395399Z [00:02:15.613]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/requests=/tmp/go-build504934049/b237/_pkg_.a
2025-08-20T19:16:08.5396882Z [00:02:15.613]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/responses=/tmp/go-build504934049/b240/_pkg_.a
2025-08-20T19:16:08.5398167Z [00:02:15.613]➜  packagefile github.com/aliyun/aliyun-cli/v3/cli=/tmp/go-build504934049/b070/_pkg_.a
2025-08-20T19:16:08.5399356Z [00:02:15.613]➜  packagefile github.com/aliyun/aliyun-cli/v3/config=/tmp/go-build504934049/b077/_pkg_.a
2025-08-20T19:16:08.5400525Z [00:02:15.613]➜  packagefile github.com/aliyun/aliyun-cli/v3/i18n=/tmp/go-build504934049/b072/_pkg_.a
2025-08-20T19:16:08.5401900Z [00:02:15.613]➜  packagefile github.com/aliyun/aliyun-cli/v3/meta=/tmp/go-build504934049/b244/_pkg_.a
2025-08-20T19:16:08.5416027Z [00:02:15.613]➜  packagefile github.com/aliyun/aliyun-cli/v3/newmeta=/tmp/go-build504934049/b245/_pkg_.a
2025-08-20T19:16:08.5417155Z [00:02:15.613]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build504934049/b234/_pkg_.a
2025-08-20T19:16:08.5418021Z [00:02:15.613]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:08.5418720Z [00:02:15.613]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:08.5419645Z [00:02:15.613]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:08.5420437Z [00:02:15.613]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:08.5455779Z [00:02:15.613]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:08.5456714Z [00:02:15.613]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:08.5457581Z [00:02:15.613]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:08.5458456Z [00:02:15.613]➜  packagefile text/tabwriter=/tmp/go-build504934049/b076/_pkg_.a
2025-08-20T19:16:08.5459335Z [00:02:15.613]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:08.5459960Z [00:02:15.613]➜  EOF
2025-08-20T19:16:08.5477333Z [00:02:15.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b228/_pkg_.a -trimpath "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi=>github.com/aliyun/aliyun-cli/v3/openapi;$WORK/b228=>" -p github.com/aliyun/aliyun-cli/v3/openapi -lang=go1.23 -complete -installsuffix shared -buildid -qfH9EjG4S6wCh-44z84/-qfH9EjG4S6wCh-44z84 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/commando.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/errors.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/flags.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/force_rpc.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/invoker.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/library.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/output_filter.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/pager.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/response_utils.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/restful.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/rpc.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/waiter.go
2025-08-20T19:16:08.5484028Z [00:02:15.615]➜  github.com/aliyun/aliyun-cli/v3/oss/lib
2025-08-20T19:16:08.5492182Z [00:02:15.615]➜  mkdir -p $WORK/b246/
2025-08-20T19:16:08.5493047Z [00:02:15.615]➜  cat >/tmp/go-build504934049/b246/importcfg << 'EOF' # internal
2025-08-20T19:16:08.5493715Z [00:02:15.615]➜  # import config
2025-08-20T19:16:08.5494368Z [00:02:15.615]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:08.5495166Z [00:02:15.615]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:08.5496061Z [00:02:15.615]➜  packagefile container/list=/tmp/go-build504934049/b084/_pkg_.a
2025-08-20T19:16:08.5496954Z [00:02:15.615]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:08.5497806Z [00:02:15.615]➜  packagefile crypto/hmac=/tmp/go-build504934049/b139/_pkg_.a
2025-08-20T19:16:08.5498672Z [00:02:15.615]➜  packagefile crypto/md5=/tmp/go-build504934049/b150/_pkg_.a
2025-08-20T19:16:08.5499530Z [00:02:15.615]➜  packagefile crypto/sha1=/tmp/go-build504934049/b154/_pkg_.a
2025-08-20T19:16:08.5500383Z [00:02:15.615]➜  packagefile crypto/tls=/tmp/go-build504934049/b083/_pkg_.a
2025-08-20T19:16:08.5501271Z [00:02:15.615]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:08.5502217Z [00:02:15.615]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:08.5506400Z [00:02:15.615]➜  packagefile encoding/xml=/tmp/go-build504934049/b218/_pkg_.a
2025-08-20T19:16:08.5507253Z [00:02:15.615]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:08.5508041Z [00:02:15.615]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:08.5509166Z [00:02:15.615]➜  packagefile github.com/alibabacloud-go/tea/tea=/tmp/go-build504934049/b082/_pkg_.a
2025-08-20T19:16:08.5523860Z [00:02:15.615]➜  packagefile github.com/aliyun/aliyun-cli/v3/cli=/tmp/go-build504934049/b070/_pkg_.a
2025-08-20T19:16:08.5525181Z [00:02:15.615]➜  packagefile github.com/aliyun/aliyun-cli/v3/config=/tmp/go-build504934049/b077/_pkg_.a
2025-08-20T19:16:08.5526409Z [00:02:15.615]➜  packagefile github.com/aliyun/aliyun-cli/v3/i18n=/tmp/go-build504934049/b072/_pkg_.a
2025-08-20T19:16:08.5527659Z [00:02:15.615]➜  packagefile github.com/aliyun/aliyun-oss-go-sdk/oss=/tmp/go-build504934049/b247/_pkg_.a
2025-08-20T19:16:08.5528990Z [00:02:15.615]➜  packagefile github.com/alyu/configparser=/tmp/go-build504934049/b250/_pkg_.a
2025-08-20T19:16:08.5530061Z [00:02:15.615]➜  packagefile github.com/droundy/goopt=/tmp/go-build504934049/b251/_pkg_.a
2025-08-20T19:16:08.5531170Z [00:02:15.615]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build504934049/b252/_pkg_.a
2025-08-20T19:16:08.5532608Z [00:02:15.615]➜  packagefile golang.org/x/crypto/ssh/terminal=/tmp/go-build504934049/b265/_pkg_.a
2025-08-20T19:16:08.5544441Z [00:02:15.615]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:08.5545276Z [00:02:15.615]➜  packagefile hash/crc64=/tmp/go-build504934049/b249/_pkg_.a
2025-08-20T19:16:08.5546109Z [00:02:15.615]➜  packagefile hash/fnv=/tmp/go-build504934049/b268/_pkg_.a
2025-08-20T19:16:08.5546932Z [00:02:15.615]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:08.5547672Z [00:02:15.615]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:08.5548480Z [00:02:15.615]➜  packagefile log=/tmp/go-build504934049/b173/_pkg_.a
2025-08-20T19:16:08.5549394Z [00:02:15.615]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:08.5550254Z [00:02:15.615]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:16:08.5551308Z [00:02:15.615]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:08.5552186Z [00:02:15.615]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:08.5553386Z [00:02:15.615]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:08.5554215Z [00:02:15.615]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:08.5554997Z [00:02:15.615]➜  packagefile os/exec=/tmp/go-build504934049/b227/_pkg_.a
2025-08-20T19:16:08.5555799Z [00:02:15.615]➜  packagefile os/user=/tmp/go-build504934049/b073/_pkg_.a
2025-08-20T19:16:08.5556649Z [00:02:15.615]➜  packagefile path/filepath=/tmp/go-build504934049/b075/_pkg_.a
2025-08-20T19:16:08.5557515Z [00:02:15.615]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:08.5558328Z [00:02:15.615]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:08.5559133Z [00:02:15.615]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:08.5559955Z [00:02:15.615]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:08.5560770Z [00:02:15.615]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:08.5561568Z [00:02:15.615]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:08.5562569Z [00:02:15.615]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:08.5563423Z [00:02:15.615]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:08.5564037Z [00:02:15.615]➜  EOF
2025-08-20T19:16:08.5623984Z [00:02:15.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b246/_pkg_.a -trimpath "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib=>github.com/aliyun/aliyun-cli/v3/oss/lib;$WORK/b246=>" -p github.com/aliyun/aliyun-cli/v3/oss/lib -lang=go1.23 -complete -installsuffix shared -buildid zE20qS-FPpXwt8cOOTa_/zE20qS-FPpXwt8cOOTa_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/allpart_size.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/append_file.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_access_monitor.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_cname.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_cors.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_encryption.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_inventory.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_lifecycle.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_logging.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_policy.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_qos.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_referer.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_replication.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_resource_group.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_style.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_tagging.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_versioning.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_website.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_worm.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cat.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cli_bridge.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/command.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/command_manager.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/config.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/config_helper.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/const.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cors_options.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cp.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/create_symlink.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/du.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ecs_role.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/error.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/hash.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/help.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lang.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lcb.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/listpart.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lrb.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ls.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/mb.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/mkdir.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/monitor.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/object_tagging.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/option.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ossutil_log.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/probe.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/read_symlink.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/report_helper.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/request_payment.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/restore.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/revert_versioning.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/rm.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/set_acl.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/set_meta.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/signurl.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/stat.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/storage_url.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/sync.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/update.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/user_qos.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/util.go /tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/util_sts.go
2025-08-20T19:16:08.7792303Z [00:02:15.855]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T19:16:08.7828553Z [00:02:15.859]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/8f/8fbc5103135b6f3bc99c867adcbdfb4f267004286eed84f7493ce31d8f3ecb30-d # internal
2025-08-20T19:16:09.5609717Z [00:02:16.637]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T19:16:09.5812682Z [00:02:16.657]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/ae/aea8d7b28bb37ebb09d63c519775485b60eed036afad6b12492ed82578b269dd-d # internal
2025-08-20T19:16:09.5814371Z [00:02:16.657]➜  github.com/aliyun/aliyun-cli/v3/main
2025-08-20T19:16:09.5815170Z [00:02:16.657]➜  mkdir -p $WORK/b001/
2025-08-20T19:16:09.5816975Z [00:02:16.658]➜  cat >/tmp/go-build504934049/b001/importcfg << 'EOF' # internal
2025-08-20T19:16:09.5817881Z [00:02:16.658]➜  # import config
2025-08-20T19:16:09.5818840Z [00:02:16.658]➜  packagefile embed=/tmp/go-build504934049/b002/_pkg_.a
2025-08-20T19:16:09.5819611Z [00:02:16.658]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:09.5820410Z [00:02:16.658]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:09.5821341Z [00:02:16.658]➜  packagefile github.com/aliyun/aliyun-cli/v3/aliyun-openapi-meta=/tmp/go-build504934049/b069/_pkg_.a
2025-08-20T19:16:09.5822356Z [00:02:16.658]➜  packagefile github.com/aliyun/aliyun-cli/v3/cli=/tmp/go-build504934049/b070/_pkg_.a
2025-08-20T19:16:09.5823576Z [00:02:16.658]➜  packagefile github.com/aliyun/aliyun-cli/v3/config=/tmp/go-build504934049/b077/_pkg_.a
2025-08-20T19:16:09.5824517Z [00:02:16.658]➜  packagefile github.com/aliyun/aliyun-cli/v3/i18n=/tmp/go-build504934049/b072/_pkg_.a
2025-08-20T19:16:09.5825475Z [00:02:16.658]➜  packagefile github.com/aliyun/aliyun-cli/v3/openapi=/tmp/go-build504934049/b228/_pkg_.a
2025-08-20T19:16:09.5826432Z [00:02:16.658]➜  packagefile github.com/aliyun/aliyun-cli/v3/oss/lib=/tmp/go-build504934049/b246/_pkg_.a
2025-08-20T19:16:09.5827193Z [00:02:16.658]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:09.5827839Z [00:02:16.658]➜  packagefile path=/tmp/go-build504934049/b040/_pkg_.a
2025-08-20T19:16:09.5828856Z [00:02:16.658]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:09.5829785Z [00:02:16.658]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:09.5830584Z [00:02:16.658]➜  packagefile runtime/cgo=/tmp/go-build504934049/b074/_pkg_.a
2025-08-20T19:16:09.5831183Z [00:02:16.658]➜  EOF
2025-08-20T19:16:09.5834045Z [00:02:16.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.lRJ8j9zcPm/TEMPREPO/main=>github.com/aliyun/aliyun-cli/v3/main;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid yKGkae_vCs4kW8Ayj1yq/yKGkae_vCs4kW8Ayj1yq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T19:16:09.6135568Z [00:02:16.690]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T19:16:09.6143389Z [00:02:16.690]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/1b/1b34a76e5fe3074e4f4dac83f78386d57b0fe86ab89b4546f18e877cd738a7cc-d # internal
2025-08-20T19:16:09.6170765Z [00:02:16.693]➜  cat >/tmp/go-build504934049/b001/importcfg.link << 'EOF' # internal
2025-08-20T19:16:09.6174618Z [00:02:16.693]➜  packagefile github.com/aliyun/aliyun-cli/v3/main=/tmp/go-build504934049/b001/_pkg_.a
2025-08-20T19:16:09.6175769Z [00:02:16.693]➜  packagefile embed=/tmp/go-build504934049/b002/_pkg_.a
2025-08-20T19:16:09.6176832Z [00:02:16.693]➜  packagefile encoding/json=/tmp/go-build504934049/b051/_pkg_.a
2025-08-20T19:16:09.6177687Z [00:02:16.693]➜  packagefile fmt=/tmp/go-build504934049/b058/_pkg_.a
2025-08-20T19:16:09.6179054Z [00:02:16.693]➜  packagefile github.com/aliyun/aliyun-cli/v3/aliyun-openapi-meta=/tmp/go-build504934049/b069/_pkg_.a
2025-08-20T19:16:09.6180392Z [00:02:16.693]➜  packagefile github.com/aliyun/aliyun-cli/v3/cli=/tmp/go-build504934049/b070/_pkg_.a
2025-08-20T19:16:09.6181556Z [00:02:16.693]➜  packagefile github.com/aliyun/aliyun-cli/v3/config=/tmp/go-build504934049/b077/_pkg_.a
2025-08-20T19:16:09.6182351Z [00:02:16.693]➜  packagefile github.com/aliyun/aliyun-cli/v3/i18n=/tmp/go-build504934049/b072/_pkg_.a
2025-08-20T19:16:09.6183980Z [00:02:16.693]➜  packagefile github.com/aliyun/aliyun-cli/v3/openapi=/tmp/go-build504934049/b228/_pkg_.a
2025-08-20T19:16:09.6185392Z [00:02:16.693]➜  packagefile github.com/aliyun/aliyun-cli/v3/oss/lib=/tmp/go-build504934049/b246/_pkg_.a
2025-08-20T19:16:09.6186388Z [00:02:16.693]➜  packagefile os=/tmp/go-build504934049/b061/_pkg_.a
2025-08-20T19:16:09.6187104Z [00:02:16.693]➜  packagefile path=/tmp/go-build504934049/b040/_pkg_.a
2025-08-20T19:16:09.6187926Z [00:02:16.693]➜  packagefile strings=/tmp/go-build504934049/b067/_pkg_.a
2025-08-20T19:16:09.6188569Z [00:02:16.693]➜  packagefile runtime=/tmp/go-build504934049/b009/_pkg_.a
2025-08-20T19:16:09.6189063Z [00:02:16.693]➜  packagefile runtime/cgo=/tmp/go-build504934049/b074/_pkg_.a
2025-08-20T19:16:09.6189647Z [00:02:16.693]➜  packagefile errors=/tmp/go-build504934049/b003/_pkg_.a
2025-08-20T19:16:09.6190486Z [00:02:16.693]➜  packagefile internal/bytealg=/tmp/go-build504934049/b010/_pkg_.a
2025-08-20T19:16:09.6191136Z [00:02:16.693]➜  packagefile internal/stringslite=/tmp/go-build504934049/b031/_pkg_.a
2025-08-20T19:16:09.6191722Z [00:02:16.693]➜  packagefile io=/tmp/go-build504934049/b033/_pkg_.a
2025-08-20T19:16:09.6192155Z [00:02:16.693]➜  packagefile io/fs=/tmp/go-build504934049/b038/_pkg_.a
2025-08-20T19:16:09.6193366Z [00:02:16.693]➜  packagefile time=/tmp/go-build504934049/b046/_pkg_.a
2025-08-20T19:16:09.6194172Z [00:02:16.693]➜  packagefile bytes=/tmp/go-build504934049/b052/_pkg_.a
2025-08-20T19:16:09.6194884Z [00:02:16.693]➜  packagefile cmp=/tmp/go-build504934049/b043/_pkg_.a
2025-08-20T19:16:09.6195391Z [00:02:16.693]➜  packagefile encoding=/tmp/go-build504934049/b054/_pkg_.a
2025-08-20T19:16:09.6195964Z [00:02:16.693]➜  packagefile encoding/base64=/tmp/go-build504934049/b055/_pkg_.a
2025-08-20T19:16:09.6196551Z [00:02:16.693]➜  packagefile math=/tmp/go-build504934049/b057/_pkg_.a
2025-08-20T19:16:09.6196993Z [00:02:16.693]➜  packagefile reflect=/tmp/go-build504934049/b060/_pkg_.a
2025-08-20T19:16:09.6197535Z [00:02:16.693]➜  packagefile slices=/tmp/go-build504934049/b042/_pkg_.a
2025-08-20T19:16:09.6198063Z [00:02:16.693]➜  packagefile strconv=/tmp/go-build504934049/b056/_pkg_.a
2025-08-20T19:16:09.6198603Z [00:02:16.693]➜  packagefile sync=/tmp/go-build504934049/b034/_pkg_.a
2025-08-20T19:16:09.6202254Z [00:02:16.694]➜  packagefile unicode=/tmp/go-build504934049/b053/_pkg_.a
2025-08-20T19:16:09.6203201Z [00:02:16.694]➜  packagefile unicode/utf16=/tmp/go-build504934049/b068/_pkg_.a
2025-08-20T19:16:09.6204135Z [00:02:16.694]➜  packagefile unicode/utf8=/tmp/go-build504934049/b041/_pkg_.a
2025-08-20T19:16:09.6204796Z [00:02:16.694]➜  packagefile internal/fmtsort=/tmp/go-build504934049/b059/_pkg_.a
2025-08-20T19:16:09.6205276Z [00:02:16.694]➜  packagefile bufio=/tmp/go-build504934049/b071/_pkg_.a
2025-08-20T19:16:09.6205821Z [00:02:16.694]➜  packagefile os/user=/tmp/go-build504934049/b073/_pkg_.a
2025-08-20T19:16:09.6206289Z [00:02:16.694]➜  packagefile path/filepath=/tmp/go-build504934049/b075/_pkg_.a
2025-08-20T19:16:09.6207021Z [00:02:16.694]➜  packagefile text/tabwriter=/tmp/go-build504934049/b076/_pkg_.a
2025-08-20T19:16:09.6208214Z [00:02:16.694]➜  packagefile github.com/alibabacloud-go/darabonba-openapi/v2/client=/tmp/go-build504934049/b078/_pkg_.a
2025-08-20T19:16:09.6209624Z [00:02:16.694]➜  packagefile github.com/alibabacloud-go/tea-utils/v2/service=/tmp/go-build504934049/b219/_pkg_.a
2025-08-20T19:16:09.6210886Z [00:02:16.694]➜  packagefile github.com/alibabacloud-go/tea/tea=/tmp/go-build504934049/b082/_pkg_.a
2025-08-20T19:16:09.6212113Z [00:02:16.694]➜  packagefile github.com/aliyun/aliyun-cli/v3/cloudsso=/tmp/go-build504934049/b225/_pkg_.a
2025-08-20T19:16:09.6213609Z [00:02:16.694]➜  packagefile github.com/aliyun/aliyun-cli/v3/util=/tmp/go-build504934049/b226/_pkg_.a
2025-08-20T19:16:09.6214867Z [00:02:16.694]➜  packagefile github.com/aliyun/credentials-go/credentials=/tmp/go-build504934049/b208/_pkg_.a
2025-08-20T19:16:09.6215973Z [00:02:16.694]➜  packagefile gopkg.in/ini.v1=/tmp/go-build504934049/b212/_pkg_.a
2025-08-20T19:16:09.6216838Z [00:02:16.694]➜  packagefile net/http=/tmp/go-build504934049/b186/_pkg_.a
2025-08-20T19:16:09.6217666Z [00:02:16.694]➜  packagefile net/url=/tmp/go-build504934049/b169/_pkg_.a
2025-08-20T19:16:09.6218474Z [00:02:16.694]➜  packagefile os/exec=/tmp/go-build504934049/b227/_pkg_.a
2025-08-20T19:16:09.6219270Z [00:02:16.694]➜  packagefile regexp=/tmp/go-build504934049/b206/_pkg_.a
2025-08-20T19:16:09.6220329Z [00:02:16.694]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk=/tmp/go-build504934049/b229/_pkg_.a
2025-08-20T19:16:09.6221805Z [00:02:16.694]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth=/tmp/go-build504934049/b230/_pkg_.a
2025-08-20T19:16:09.6223444Z [00:02:16.694]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials=/tmp/go-build504934049/b231/_pkg_.a
2025-08-20T19:16:09.6224915Z [00:02:16.694]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/requests=/tmp/go-build504934049/b237/_pkg_.a
2025-08-20T19:16:09.6226457Z [00:02:16.694]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/responses=/tmp/go-build504934049/b240/_pkg_.a
2025-08-20T19:16:09.6227762Z [00:02:16.694]➜  packagefile github.com/aliyun/aliyun-cli/v3/meta=/tmp/go-build504934049/b244/_pkg_.a
2025-08-20T19:16:09.6228955Z [00:02:16.694]➜  packagefile github.com/aliyun/aliyun-cli/v3/newmeta=/tmp/go-build504934049/b245/_pkg_.a
2025-08-20T19:16:09.6230138Z [00:02:16.694]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build504934049/b234/_pkg_.a
2025-08-20T19:16:09.6231102Z [00:02:16.694]➜  packagefile sort=/tmp/go-build504934049/b170/_pkg_.a
2025-08-20T19:16:09.6231957Z [00:02:16.694]➜  packagefile container/list=/tmp/go-build504934049/b084/_pkg_.a
2025-08-20T19:16:09.6233229Z [00:02:16.694]➜  packagefile context=/tmp/go-build504934049/b079/_pkg_.a
2025-08-20T19:16:09.6234082Z [00:02:16.694]➜  packagefile crypto/hmac=/tmp/go-build504934049/b139/_pkg_.a
2025-08-20T19:16:09.6234965Z [00:02:16.694]➜  packagefile crypto/md5=/tmp/go-build504934049/b150/_pkg_.a
2025-08-20T19:16:09.6235836Z [00:02:16.694]➜  packagefile crypto/sha1=/tmp/go-build504934049/b154/_pkg_.a
2025-08-20T19:16:09.6236699Z [00:02:16.694]➜  packagefile crypto/tls=/tmp/go-build504934049/b083/_pkg_.a
2025-08-20T19:16:09.6237570Z [00:02:16.694]➜  packagefile encoding/xml=/tmp/go-build504934049/b218/_pkg_.a
2025-08-20T19:16:09.6238663Z [00:02:16.694]➜  packagefile github.com/aliyun/aliyun-oss-go-sdk/oss=/tmp/go-build504934049/b247/_pkg_.a
2025-08-20T19:16:09.6239945Z [00:02:16.694]➜  packagefile github.com/alyu/configparser=/tmp/go-build504934049/b250/_pkg_.a
2025-08-20T19:16:09.6241091Z [00:02:16.694]➜  packagefile github.com/droundy/goopt=/tmp/go-build504934049/b251/_pkg_.a
2025-08-20T19:16:09.6242304Z [00:02:16.694]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build504934049/b252/_pkg_.a
2025-08-20T19:16:09.6243972Z [00:02:16.694]➜  packagefile golang.org/x/crypto/ssh/terminal=/tmp/go-build504934049/b265/_pkg_.a
2025-08-20T19:16:09.6244974Z [00:02:16.694]➜  packagefile hash=/tmp/go-build504934049/b086/_pkg_.a
2025-08-20T19:16:09.6245823Z [00:02:16.694]➜  packagefile hash/crc64=/tmp/go-build504934049/b249/_pkg_.a
2025-08-20T19:16:09.6246668Z [00:02:16.694]➜  packagefile hash/fnv=/tmp/go-build504934049/b268/_pkg_.a
2025-08-20T19:16:09.6247449Z [00:02:16.694]➜  packagefile io/ioutil=/tmp/go-build504934049/b182/_pkg_.a
2025-08-20T19:16:09.6248034Z [00:02:16.694]➜  packagefile log=/tmp/go-build504934049/b173/_pkg_.a
2025-08-20T19:16:09.6248487Z [00:02:16.694]➜  packagefile math/rand=/tmp/go-build504934049/b121/_pkg_.a
2025-08-20T19:16:09.6248935Z [00:02:16.694]➜  packagefile net=/tmp/go-build504934049/b163/_pkg_.a
2025-08-20T19:16:09.6249394Z [00:02:16.694]➜  packagefile sync/atomic=/tmp/go-build504934049/b036/_pkg_.a
2025-08-20T19:16:09.6249889Z [00:02:16.694]➜  packagefile internal/byteorder=/tmp/go-build504934049/b012/_pkg_.a
2025-08-20T19:16:09.6250437Z [00:02:16.694]➜  packagefile internal/filepathlite=/tmp/go-build504934049/b062/_pkg_.a
2025-08-20T19:16:09.6250958Z [00:02:16.694]➜  packagefile internal/goarch=/tmp/go-build504934049/b006/_pkg_.a
2025-08-20T19:16:09.6251435Z [00:02:16.694]➜  packagefile internal/itoa=/tmp/go-build504934049/b050/_pkg_.a
2025-08-20T19:16:09.6251914Z [00:02:16.694]➜  packagefile internal/poll=/tmp/go-build504934049/b063/_pkg_.a
2025-08-20T19:16:09.6252648Z [00:02:16.694]➜  packagefile internal/syscall/execenv=/tmp/go-build504934049/b065/_pkg_.a
2025-08-20T19:16:09.6253222Z [00:02:16.694]➜  packagefile internal/syscall/unix=/tmp/go-build504934049/b064/_pkg_.a
2025-08-20T19:16:09.6253943Z [00:02:16.694]➜  packagefile internal/testlog=/tmp/go-build504934049/b066/_pkg_.a
2025-08-20T19:16:09.6254426Z [00:02:16.694]➜  packagefile syscall=/tmp/go-build504934049/b049/_pkg_.a
2025-08-20T19:16:09.6254881Z [00:02:16.694]➜  packagefile internal/abi=/tmp/go-build504934049/b005/_pkg_.a
2025-08-20T19:16:09.6255330Z [00:02:16.694]➜  packagefile iter=/tmp/go-build504934049/b044/_pkg_.a
2025-08-20T19:16:09.6255840Z [00:02:16.694]➜  packagefile math/bits=/tmp/go-build504934049/b045/_pkg_.a
2025-08-20T19:16:09.6256330Z [00:02:16.694]➜  packagefile internal/chacha8rand=/tmp/go-build504934049/b013/_pkg_.a
2025-08-20T19:16:09.6256873Z [00:02:16.694]➜  packagefile internal/coverage/rtcov=/tmp/go-build504934049/b014/_pkg_.a
2025-08-20T19:16:09.6257379Z [00:02:16.694]➜  packagefile internal/cpu=/tmp/go-build504934049/b011/_pkg_.a
2025-08-20T19:16:09.6257868Z [00:02:16.694]➜  packagefile internal/godebugs=/tmp/go-build504934049/b015/_pkg_.a
2025-08-20T19:16:09.6258431Z [00:02:16.694]➜  packagefile internal/goexperiment=/tmp/go-build504934049/b016/_pkg_.a
2025-08-20T19:16:09.6258943Z [00:02:16.694]➜  packagefile internal/goos=/tmp/go-build504934049/b017/_pkg_.a
2025-08-20T19:16:09.6259458Z [00:02:16.694]➜  packagefile internal/profilerecord=/tmp/go-build504934049/b018/_pkg_.a
2025-08-20T19:16:09.6260011Z [00:02:16.694]➜  packagefile internal/runtime/atomic=/tmp/go-build504934049/b019/_pkg_.a
2025-08-20T19:16:09.6263255Z [00:02:16.694]➜  packagefile internal/runtime/cgroup=/tmp/go-build504934049/b020/_pkg_.a
2025-08-20T19:16:09.6264310Z [00:02:16.694]➜  packagefile internal/runtime/exithook=/tmp/go-build504934049/b024/_pkg_.a
2025-08-20T19:16:09.6265023Z [00:02:16.694]➜  packagefile internal/runtime/gc=/tmp/go-build504934049/b025/_pkg_.a
2025-08-20T19:16:09.6265573Z [00:02:16.694]➜  packagefile internal/runtime/maps=/tmp/go-build504934049/b026/_pkg_.a
2025-08-20T19:16:09.6266131Z [00:02:16.694]➜  packagefile internal/runtime/math=/tmp/go-build504934049/b022/_pkg_.a
2025-08-20T19:16:09.6266746Z [00:02:16.694]➜  packagefile internal/runtime/strconv=/tmp/go-build504934049/b021/_pkg_.a
2025-08-20T19:16:09.6267417Z [00:02:16.694]➜  packagefile internal/runtime/sys=/tmp/go-build504934049/b030/_pkg_.a
2025-08-20T19:16:09.6267973Z [00:02:16.694]➜  packagefile internal/runtime/syscall=/tmp/go-build504934049/b023/_pkg_.a
2025-08-20T19:16:09.6268527Z [00:02:16.694]➜  packagefile internal/trace/tracev2=/tmp/go-build504934049/b032/_pkg_.a
2025-08-20T19:16:09.6269112Z [00:02:16.694]➜  packagefile internal/reflectlite=/tmp/go-build504934049/b004/_pkg_.a
2025-08-20T19:16:09.6269629Z [00:02:16.694]➜  packagefile internal/oserror=/tmp/go-build504934049/b039/_pkg_.a
2025-08-20T19:16:09.6270131Z [00:02:16.695]➜  packagefile internal/godebug=/tmp/go-build504934049/b047/_pkg_.a
2025-08-20T19:16:09.6270619Z [00:02:16.695]➜  packagefile internal/race=/tmp/go-build504934049/b029/_pkg_.a
2025-08-20T19:16:09.6271135Z [00:02:16.695]➜  packagefile internal/unsafeheader=/tmp/go-build504934049/b008/_pkg_.a
2025-08-20T19:16:09.6271649Z [00:02:16.695]➜  packagefile internal/sync=/tmp/go-build504934049/b035/_pkg_.a
2025-08-20T19:16:09.6272163Z [00:02:16.695]➜  packagefile internal/synctest=/tmp/go-build504934049/b037/_pkg_.a
2025-08-20T19:16:09.6273009Z [00:02:16.695]➜  packagefile encoding/hex=/tmp/go-build504934049/b080/_pkg_.a
2025-08-20T19:16:09.6273687Z [00:02:16.695]➜  packagefile github.com/alibabacloud-go/alibabacloud-gateway-spi/client=/tmp/go-build504934049/b081/_pkg_.a
2025-08-20T19:16:09.6274499Z [00:02:16.695]➜  packagefile github.com/alibabacloud-go/darabonba-openapi/v2/models=/tmp/go-build504934049/b216/_pkg_.a
2025-08-20T19:16:09.6275272Z [00:02:16.695]➜  packagefile github.com/alibabacloud-go/darabonba-openapi/v2/utils=/tmp/go-build504934049/b223/_pkg_.a
2025-08-20T19:16:09.6275959Z [00:02:16.695]➜  packagefile github.com/alibabacloud-go/tea/dara=/tmp/go-build504934049/b217/_pkg_.a
2025-08-20T19:16:09.6276504Z [00:02:16.695]➜  packagefile crypto/x509=/tmp/go-build504934049/b158/_pkg_.a
2025-08-20T19:16:09.6277185Z [00:02:16.695]➜  packagefile github.com/alibabacloud-go/debug/debug=/tmp/go-build504934049/b171/_pkg_.a
2025-08-20T19:16:09.6277835Z [00:02:16.695]➜  packagefile github.com/alibabacloud-go/tea/utils=/tmp/go-build504934049/b172/_pkg_.a
2025-08-20T19:16:09.6278439Z [00:02:16.695]➜  packagefile github.com/json-iterator/go=/tmp/go-build504934049/b180/_pkg_.a
2025-08-20T19:16:09.6279103Z [00:02:16.695]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build504934049/b183/_pkg_.a
2025-08-20T19:16:09.6279681Z [00:02:16.695]➜  packagefile golang.org/x/net/proxy=/tmp/go-build504934049/b184/_pkg_.a
2025-08-20T19:16:09.6280195Z [00:02:16.695]➜  packagefile crypto/rand=/tmp/go-build504934049/b136/_pkg_.a
2025-08-20T19:16:09.6280672Z [00:02:16.695]➜  packagefile crypto/sha256=/tmp/go-build504934049/b155/_pkg_.a
2025-08-20T19:16:09.6281336Z [00:02:16.695]➜  packagefile github.com/aliyun/credentials-go/credentials/internal/utils=/tmp/go-build504934049/b209/_pkg_.a
2025-08-20T19:16:09.6282245Z [00:02:16.695]➜  packagefile github.com/aliyun/credentials-go/credentials/providers=/tmp/go-build504934049/b210/_pkg_.a
2025-08-20T19:16:09.6283314Z [00:02:16.695]➜  packagefile github.com/aliyun/credentials-go/credentials/request=/tmp/go-build504934049/b213/_pkg_.a
2025-08-20T19:16:09.6284093Z [00:02:16.695]➜  packagefile github.com/aliyun/credentials-go/credentials/response=/tmp/go-build504934049/b215/_pkg_.a
2025-08-20T19:16:09.6284716Z [00:02:16.695]➜  packagefile compress/gzip=/tmp/go-build504934049/b187/_pkg_.a
2025-08-20T19:16:09.6285353Z [00:02:16.695]➜  packagefile encoding/binary=/tmp/go-build504934049/b145/_pkg_.a
2025-08-20T19:16:09.6285948Z [00:02:16.695]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build504934049/b190/_pkg_.a
2025-08-20T19:16:09.6286600Z [00:02:16.695]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build504934049/b197/_pkg_.a
2025-08-20T19:16:09.6287241Z [00:02:16.695]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build504934049/b198/_pkg_.a
2025-08-20T19:16:09.6287854Z [00:02:16.695]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build504934049/b191/_pkg_.a
2025-08-20T19:16:09.6288425Z [00:02:16.695]➜  packagefile maps=/tmp/go-build504934049/b162/_pkg_.a
2025-08-20T19:16:09.6288850Z [00:02:16.695]➜  packagefile mime=/tmp/go-build504934049/b199/_pkg_.a
2025-08-20T19:16:09.6289309Z [00:02:16.695]➜  packagefile mime/multipart=/tmp/go-build504934049/b200/_pkg_.a
2025-08-20T19:16:09.6289817Z [00:02:16.695]➜  packagefile net/http/httptrace=/tmp/go-build504934049/b202/_pkg_.a
2025-08-20T19:16:09.6290337Z [00:02:16.695]➜  packagefile net/http/internal=/tmp/go-build504934049/b203/_pkg_.a
2025-08-20T19:16:09.6290867Z [00:02:16.695]➜  packagefile net/http/internal/ascii=/tmp/go-build504934049/b204/_pkg_.a
2025-08-20T19:16:09.6291439Z [00:02:16.695]➜  packagefile net/http/internal/httpcommon=/tmp/go-build504934049/b205/_pkg_.a
2025-08-20T19:16:09.6291966Z [00:02:16.695]➜  packagefile net/textproto=/tmp/go-build504934049/b196/_pkg_.a
2025-08-20T19:16:09.6292648Z [00:02:16.695]➜  packagefile regexp/syntax=/tmp/go-build504934049/b207/_pkg_.a
2025-08-20T19:16:09.6293387Z [00:02:16.695]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials/provider=/tmp/go-build504934049/b241/_pkg_.a
2025-08-20T19:16:09.6294208Z [00:02:16.695]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/endpoints=/tmp/go-build504934049/b242/_pkg_.a
2025-08-20T19:16:09.6294952Z [00:02:16.695]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors=/tmp/go-build504934049/b232/_pkg_.a
2025-08-20T19:16:09.6295679Z [00:02:16.695]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/utils=/tmp/go-build504934049/b233/_pkg_.a
2025-08-20T19:16:09.6296367Z [00:02:16.695]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build504934049/b238/_pkg_.a
2025-08-20T19:16:09.6297058Z [00:02:16.695]➜  packagefile github.com/opentracing/opentracing-go/ext=/tmp/go-build504934049/b243/_pkg_.a
2025-08-20T19:16:09.6297787Z [00:02:16.695]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/signers=/tmp/go-build504934049/b236/_pkg_.a
2025-08-20T19:16:09.6298639Z [00:02:16.695]➜  packagefile github.com/aliyun/alibaba-cloud-sdk-go/sdk/internal=/tmp/go-build504934049/b235/_pkg_.a
2025-08-20T19:16:09.6299275Z [00:02:16.695]➜  packagefile crypto/internal/boring=/tmp/go-build504934049/b110/_pkg_.a
2025-08-20T19:16:09.6299845Z [00:02:16.695]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build504934049/b094/_pkg_.a
2025-08-20T19:16:09.6300500Z [00:02:16.695]➜  packagefile crypto/internal/fips140hash=/tmp/go-build504934049/b127/_pkg_.a
2025-08-20T19:16:09.6301074Z [00:02:16.695]➜  packagefile crypto/internal/fips140only=/tmp/go-build504934049/b108/_pkg_.a
2025-08-20T19:16:09.6301597Z [00:02:16.695]➜  packagefile crypto/subtle=/tmp/go-build504934049/b109/_pkg_.a
2025-08-20T19:16:09.6302065Z [00:02:16.695]➜  packagefile crypto=/tmp/go-build504934049/b085/_pkg_.a
2025-08-20T19:16:09.6302736Z [00:02:16.695]➜  packagefile crypto/internal/impl=/tmp/go-build504934049/b098/_pkg_.a
2025-08-20T19:16:09.6303243Z [00:02:16.695]➜  packagefile crypto/aes=/tmp/go-build504934049/b087/_pkg_.a
2025-08-20T19:16:09.6303719Z [00:02:16.695]➜  packagefile crypto/cipher=/tmp/go-build504934049/b088/_pkg_.a
2025-08-20T19:16:09.6304184Z [00:02:16.695]➜  packagefile crypto/des=/tmp/go-build504934049/b112/_pkg_.a
2025-08-20T19:16:09.6304648Z [00:02:16.695]➜  packagefile crypto/ecdh=/tmp/go-build504934049/b113/_pkg_.a
2025-08-20T19:16:09.6305121Z [00:02:16.695]➜  packagefile crypto/ecdsa=/tmp/go-build504934049/b118/_pkg_.a
2025-08-20T19:16:09.6305680Z [00:02:16.695]➜  packagefile crypto/ed25519=/tmp/go-build504934049/b133/_pkg_.a
2025-08-20T19:16:09.6306188Z [00:02:16.695]➜  packagefile crypto/elliptic=/tmp/go-build504934049/b119/_pkg_.a
2025-08-20T19:16:09.6306669Z [00:02:16.695]➜  packagefile crypto/hkdf=/tmp/go-build504934049/b137/_pkg_.a
2025-08-20T19:16:09.6307196Z [00:02:16.695]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build504934049/b089/_pkg_.a
2025-08-20T19:16:09.6307797Z [00:02:16.695]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build504934049/b102/_pkg_.a
2025-08-20T19:16:09.6308470Z [00:02:16.695]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build504934049/b140/_pkg_.a
2025-08-20T19:16:09.6309070Z [00:02:16.695]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build504934049/b141/_pkg_.a
2025-08-20T19:16:09.6309653Z [00:02:16.695]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build504934049/b142/_pkg_.a
2025-08-20T19:16:09.6310221Z [00:02:16.695]➜  packagefile crypto/internal/hpke=/tmp/go-build504934049/b143/_pkg_.a
2025-08-20T19:16:09.6310713Z [00:02:16.695]➜  packagefile crypto/rc4=/tmp/go-build504934049/b151/_pkg_.a
2025-08-20T19:16:09.6311173Z [00:02:16.695]➜  packagefile crypto/rsa=/tmp/go-build504934049/b152/_pkg_.a
2025-08-20T19:16:09.6311638Z [00:02:16.695]➜  packagefile crypto/sha512=/tmp/go-build504934049/b129/_pkg_.a
2025-08-20T19:16:09.6312177Z [00:02:16.695]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build504934049/b156/_pkg_.a
2025-08-20T19:16:09.6312925Z [00:02:16.695]➜  packagefile encoding/pem=/tmp/go-build504934049/b161/_pkg_.a
2025-08-20T19:16:09.6313531Z [00:02:16.695]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build504934049/b144/_pkg_.a
2025-08-20T19:16:09.6314209Z [00:02:16.695]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build504934049/b130/_pkg_.a
2025-08-20T19:16:09.6314751Z [00:02:16.695]➜  packagefile weak=/tmp/go-build504934049/b126/_pkg_.a
2025-08-20T19:16:09.6315239Z [00:02:16.695]➜  packagefile golang.org/x/time/rate=/tmp/go-build504934049/b248/_pkg_.a
2025-08-20T19:16:09.6315733Z [00:02:16.695]➜  packagefile hash/crc32=/tmp/go-build504934049/b189/_pkg_.a
2025-08-20T19:16:09.6316308Z [00:02:16.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build504934049/b253/_pkg_.a
2025-08-20T19:16:09.6317004Z [00:02:16.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build504934049/b255/_pkg_.a
2025-08-20T19:16:09.6317699Z [00:02:16.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build504934049/b256/_pkg_.a
2025-08-20T19:16:09.6318544Z [00:02:16.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build504934049/b258/_pkg_.a
2025-08-20T19:16:09.6319239Z [00:02:16.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build504934049/b259/_pkg_.a
2025-08-20T19:16:09.6319937Z [00:02:16.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/journal=/tmp/go-build504934049/b260/_pkg_.a
2025-08-20T19:16:09.6320813Z [00:02:16.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/memdb=/tmp/go-build504934049/b261/_pkg_.a
2025-08-20T19:16:09.6321480Z [00:02:16.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build504934049/b262/_pkg_.a
2025-08-20T19:16:09.6322156Z [00:02:16.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build504934049/b257/_pkg_.a
2025-08-20T19:16:09.6323079Z [00:02:16.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/table=/tmp/go-build504934049/b263/_pkg_.a
2025-08-20T19:16:09.6323760Z [00:02:16.695]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build504934049/b254/_pkg_.a
2025-08-20T19:16:09.6324453Z [00:02:16.695]➜  packagefile golang.org/x/term=/tmp/go-build504934049/b266/_pkg_.a
2025-08-20T19:16:09.6324958Z [00:02:16.695]➜  packagefile log/internal=/tmp/go-build504934049/b174/_pkg_.a
2025-08-20T19:16:09.6325546Z [00:02:16.695]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build504934049/b164/_pkg_.a
2025-08-20T19:16:09.6326181Z [00:02:16.695]➜  packagefile internal/nettrace=/tmp/go-build504934049/b165/_pkg_.a
2025-08-20T19:16:09.6326714Z [00:02:16.695]➜  packagefile internal/singleflight=/tmp/go-build504934049/b166/_pkg_.a
2025-08-20T19:16:09.6327207Z [00:02:16.695]➜  packagefile net/netip=/tmp/go-build504934049/b167/_pkg_.a
2025-08-20T19:16:09.6327673Z [00:02:16.695]➜  packagefile internal/asan=/tmp/go-build504934049/b027/_pkg_.a
2025-08-20T19:16:09.6328150Z [00:02:16.695]➜  packagefile internal/msan=/tmp/go-build504934049/b028/_pkg_.a
2025-08-20T19:16:09.6328632Z [00:02:16.695]➜  packagefile internal/bisect=/tmp/go-build504934049/b048/_pkg_.a
2025-08-20T19:16:09.6329163Z [00:02:16.695]➜  packagefile github.com/tjfoc/gmsm/sm3=/tmp/go-build504934049/b224/_pkg_.a
2025-08-20T19:16:09.6329732Z [00:02:16.695]➜  packagefile github.com/clbanning/mxj/v2=/tmp/go-build504934049/b220/_pkg_.a
2025-08-20T19:16:09.6330260Z [00:02:16.695]➜  packagefile crypto/dsa=/tmp/go-build504934049/b159/_pkg_.a
2025-08-20T19:16:09.6331139Z [00:02:16.695]➜  packagefile crypto/x509/pkix=/tmp/go-build504934049/b160/_pkg_.a
2025-08-20T19:16:09.6332008Z [00:02:16.695]➜  packagefile encoding/asn1=/tmp/go-build504934049/b131/_pkg_.a
2025-08-20T19:16:09.6333244Z [00:02:16.695]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build504934049/b132/_pkg_.a
2025-08-20T19:16:09.6334268Z [00:02:16.695]➜  packagefile math/big=/tmp/go-build504934049/b120/_pkg_.a
2025-08-20T19:16:09.6335060Z [00:02:16.695]➜  packagefile testing=/tmp/go-build504934049/b175/_pkg_.a
2025-08-20T19:16:09.6336019Z [00:02:16.695]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build504934049/b181/_pkg_.a
2025-08-20T19:16:09.6337147Z [00:02:16.695]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build504934049/b185/_pkg_.a
2025-08-20T19:16:09.6338177Z [00:02:16.695]➜  packagefile crypto/internal/fips140=/tmp/go-build504934049/b090/_pkg_.a
2025-08-20T19:16:09.6338931Z [00:02:16.695]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build504934049/b103/_pkg_.a
2025-08-20T19:16:09.6339552Z [00:02:16.695]➜  packagefile crypto/internal/randutil=/tmp/go-build504934049/b106/_pkg_.a
2025-08-20T19:16:09.6340109Z [00:02:16.695]➜  packagefile crypto/internal/sysrand=/tmp/go-build504934049/b105/_pkg_.a
2025-08-20T19:16:09.6340690Z [00:02:16.695]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build504934049/b095/_pkg_.a
2025-08-20T19:16:09.6341465Z [00:02:16.695]➜  packagefile github.com/aliyun/credentials-go/credentials/internal/http=/tmp/go-build504934049/b211/_pkg_.a
2025-08-20T19:16:09.6342669Z [00:02:16.695]➜  packagefile github.com/aliyun/credentials-go/credentials/utils=/tmp/go-build504934049/b214/_pkg_.a
2025-08-20T19:16:09.6343330Z [00:02:16.695]➜  packagefile compress/flate=/tmp/go-build504934049/b188/_pkg_.a
2025-08-20T19:16:09.6343929Z [00:02:16.695]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build504934049/b192/_pkg_.a
2025-08-20T19:16:09.6344719Z [00:02:16.695]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build504934049/b194/_pkg_.a
2025-08-20T19:16:09.6345395Z [00:02:16.695]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build504934049/b195/_pkg_.a
2025-08-20T19:16:09.6345984Z [00:02:16.695]➜  packagefile mime/quotedprintable=/tmp/go-build504934049/b201/_pkg_.a
2025-08-20T19:16:09.6346604Z [00:02:16.695]➜  packagefile github.com/opentracing/opentracing-go/log=/tmp/go-build504934049/b239/_pkg_.a
2025-08-20T19:16:09.6347231Z [00:02:16.695]➜  packagefile crypto/internal/boring/sig=/tmp/go-build504934049/b111/_pkg_.a
2025-08-20T19:16:09.6347872Z [00:02:16.695]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build504934049/b099/_pkg_.a
2025-08-20T19:16:09.6349149Z [00:02:16.695]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build504934049/b101/_pkg_.a
2025-08-20T19:16:09.6350084Z [00:02:16.695]➜  packagefile crypto/sha3=/tmp/go-build504934049/b128/_pkg_.a
2025-08-20T19:16:09.6351073Z [00:02:16.695]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build504934049/b100/_pkg_.a
2025-08-20T19:16:09.6352577Z [00:02:16.695]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build504934049/b092/_pkg_.a
2025-08-20T19:16:09.6353705Z [00:02:16.695]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build504934049/b114/_pkg_.a
2025-08-20T19:16:09.6354906Z [00:02:16.695]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build504934049/b117/_pkg_.a
2025-08-20T19:16:09.6364951Z [00:02:16.695]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build504934049/b122/_pkg_.a
2025-08-20T19:16:09.6365656Z [00:02:16.695]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build504934049/b123/_pkg_.a
2025-08-20T19:16:09.6366331Z [00:02:16.695]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build504934049/b115/_pkg_.a
2025-08-20T19:16:09.6366950Z [00:02:16.695]➜  packagefile crypto/internal/fips140cache=/tmp/go-build504934049/b125/_pkg_.a
2025-08-20T19:16:09.6367490Z [00:02:16.695]➜  packagefile math/rand/v2=/tmp/go-build504934049/b107/_pkg_.a
2025-08-20T19:16:09.6368060Z [00:02:16.695]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build504934049/b134/_pkg_.a
2025-08-20T19:16:09.6368662Z [00:02:16.695]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build504934049/b138/_pkg_.a
2025-08-20T19:16:09.6369256Z [00:02:16.695]➜  packagefile crypto/internal/fips140/check=/tmp/go-build504934049/b093/_pkg_.a
2025-08-20T19:16:09.6369902Z [00:02:16.695]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build504934049/b096/_pkg_.a
2025-08-20T19:16:09.6370549Z [00:02:16.695]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build504934049/b097/_pkg_.a
2025-08-20T19:16:09.6371176Z [00:02:16.695]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build504934049/b091/_pkg_.a
2025-08-20T19:16:09.6371794Z [00:02:16.695]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build504934049/b124/_pkg_.a
2025-08-20T19:16:09.6372513Z [00:02:16.695]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build504934049/b153/_pkg_.a
2025-08-20T19:16:09.6373062Z [00:02:16.695]➜  packagefile crypto/fips140=/tmp/go-build504934049/b157/_pkg_.a
2025-08-20T19:16:09.6373637Z [00:02:16.695]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build504934049/b146/_pkg_.a
2025-08-20T19:16:09.6374296Z [00:02:16.695]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build504934049/b147/_pkg_.a
2025-08-20T19:16:09.6374990Z [00:02:16.695]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build504934049/b148/_pkg_.a
2025-08-20T19:16:09.6375624Z [00:02:16.695]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build504934049/b149/_pkg_.a
2025-08-20T19:16:09.6376384Z [00:02:16.695]➜  packagefile github.com/golang/snappy=/tmp/go-build504934049/b264/_pkg_.a
2025-08-20T19:16:09.6376932Z [00:02:16.695]➜  packagefile golang.org/x/sys/unix=/tmp/go-build504934049/b267/_pkg_.a
2025-08-20T19:16:09.6377416Z [00:02:16.695]➜  packagefile unique=/tmp/go-build504934049/b168/_pkg_.a
2025-08-20T19:16:09.6377948Z [00:02:16.695]➜  packagefile encoding/gob=/tmp/go-build504934049/b221/_pkg_.a
2025-08-20T19:16:09.6378397Z [00:02:16.695]➜  packagefile flag=/tmp/go-build504934049/b176/_pkg_.a
2025-08-20T19:16:09.6378852Z [00:02:16.695]➜  packagefile internal/sysinfo=/tmp/go-build504934049/b177/_pkg_.a
2025-08-20T19:16:09.6379338Z [00:02:16.695]➜  packagefile runtime/debug=/tmp/go-build504934049/b178/_pkg_.a
2025-08-20T19:16:09.6379810Z [00:02:16.695]➜  packagefile runtime/trace=/tmp/go-build504934049/b179/_pkg_.a
2025-08-20T19:16:09.6380327Z [00:02:16.695]➜  packagefile crypto/internal/entropy=/tmp/go-build504934049/b104/_pkg_.a
2025-08-20T19:16:09.6380932Z [00:02:16.695]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build504934049/b193/_pkg_.a
2025-08-20T19:16:09.6381644Z [00:02:16.696]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build504934049/b116/_pkg_.a
2025-08-20T19:16:09.6382561Z [00:02:16.696]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build504934049/b135/_pkg_.a
2025-08-20T19:16:09.6383203Z [00:02:16.696]➜  packagefile internal/saferio=/tmp/go-build504934049/b222/_pkg_.a
2025-08-20T19:16:09.6396303Z [00:02:16.696]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/aliyun/aliyun-cli/v3/main\nmod\tgithub.com/aliyun/aliyun-cli/v3\tv3.0.297-0.20250820104925-40c402a5135e\t\ndep\tgithub.com/alibabacloud-go/alibabacloud-gateway-spi\tv0.0.5\th1:zE8vH9C7JiZLNJJQ5OwjU9mSi4T9ef9u3BURT6LCLC8=\ndep\tgithub.com/alibabacloud-go/darabonba-openapi/v2\tv2.1.10\th1:pNjZwoG44XpFJDEOmsMljW/oiZDPNJn8skfCEoWrOBQ=\ndep\tgithub.com/alibabacloud-go/debug\tv1.0.1\th1:MsW9SmUtbb1Fnt3ieC6NNZi6aEwrXfDksD4QA6GSbPg=\ndep\tgithub.com/alibabacloud-go/tea\tv1.3.10\th1:J0Ke8iMyoxX2daj90hdPr1QgfxJnhR8SOflB910o/Dk=\ndep\tgithub.com/alibabacloud-go/tea-utils/v2\tv2.0.7\th1:WDx5qW3Xa5ZgJ1c8NfqJkF6w+AU5wB8835UdhPr6Ax0=\ndep\tgithub.com/aliyun/alibaba-cloud-sdk-go\tv1.63.107\th1:qagvUyrgOnBIlVRQWOyCZGVKUIYbMBdGdJ104vBpRFU=\ndep\tgithub.com/aliyun/aliyun-oss-go-sdk\tv3.0.2+incompatible\th1:8psS8a+wKfiLt1iVDX79F7Y6wUM49Lcha2FMXt4UM8g=\ndep\tgithub.com/aliyun/credentials-go\tv1.4.7\th1:T17dLqEtPUFvjDRRb5giVvLh6dFT8IcNFJJb7MeyCxw=\ndep\tgithub.com/alyu/configparser\tv0.0.0-20191103060215-744e9a66e7bc\th1:eN2FUvn4J1A31pICABioDYukoh1Tmlei6L3ImZUin/I=\ndep\tgithub.com/clbanning/mxj/v2\tv2.7.0\th1:WA/La7UGCanFe5NpHF0Q3DNtnCsVoxbPKuyBNHWRyME=\ndep\tgithub.com/droundy/goopt\tv0.0.0-20220217183150-48d6390ad4d1\th1:6PKU05V7zJIJlTBq7AnEIrLVEUIYF4NjTU2a28Ho6ko=\ndep\tgithub.com/golang/snappy\tv1.0.0\th1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=\ndep\tgithub.com/jmespath/go-jmespath\tv0.4.0\th1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=\ndep\tgithub.com/json-iterator/go\tv1.1.12\th1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=\ndep\tgithub.com/modern-go/concurrent\tv0.0.0-20180306012644-bacd9c7ef1dd\th1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=\ndep\tgithub.com/modern-go/reflect2\tv1.0.2\th1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=\ndep\tgithub.com/opentracing/opentracing-go\tv1.2.1-0.20220228012449-10b1cf09e00b\th1:FfH+VrHHk6Lxt9HdVS0PXzSXFyS2NbZKXv33FYPol0A=\ndep\tgithub.com/syndtr/goleveldb\tv1.0.0\th1:fBdIW9lB4Iz0n9khmH8w27SJ3QEJ7+IgjPEwGSZiFdE=\ndep\tgithub.com/tjfoc/gmsm\tv1.4.1\th1:aMe1GlZb+0bLjn+cKTPEvvn9oUEBlJitaZiiBwsbgho=\ndep\tgolang.org/x/crypto\tv0.41.0\th1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=\ndep\tgolang.org/x/net\tv0.42.0\th1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs=\ndep\tgolang.org/x/sys\tv0.35.0\th1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=\ndep\tgolang.org/x/term\tv0.34.0\th1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4=\ndep\tgolang.org/x/time\tv0.11.0\th1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0=\ndep\tgopkg.in/ini.v1\tv1.67.0\th1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=40c402a5135e8baa6e47b336049e97d0eb1ca0c6\nbuild\tvcs.time=2025-08-20T10:49:25Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T19:16:09.6407897Z [00:02:16.696]➜  EOF
2025-08-20T19:16:09.6408175Z [00:02:16.696]➜  mkdir -p $WORK/b001/exe/
2025-08-20T19:16:09.6408447Z [00:02:16.696]➜  cd .
2025-08-20T19:16:09.6410816Z [00:02:16.696]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=osqKgjXLeMDzKNfsfOra/yKGkae_vCs4kW8Ayj1yq/a7dMEuUplGdbUCjEtSTD/osqKgjXLeMDzKNfsfOra -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T19:16:10.3415551Z [00:02:17.418]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T19:16:10.4081804Z [00:02:17.484]➜  mkdir -p /build-bins/
2025-08-20T19:16:10.4082825Z [00:02:17.484]➜  cp $WORK/b001/exe/a.out /build-bins/aliyun-cli
2025-08-20T19:16:10.4532118Z [00:02:17.529]➜  rm -rf $WORK/b001/
2025-08-20T19:16:10.6902763Z [00:02:17.766]➜  '/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T19:16:10.8251781Z [00:02:17.901]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T19:16:10.9789644Z [00:02:18.055]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T19:16:10.9792910Z [00:02:18.055]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T19:16:11.0116877Z [00:02:18.088]➜  copy from `/build-bins/aliyun-cli' [elf64-x86-64] to `/build-bins/stKggcCg' [elf64-x86-64]
2025-08-20T19:16:11.2025091Z [00:02:18.279]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T19:16:11.2056276Z [00:02:18.282]➜  
2025-08-20T19:16:11.2073428Z [00:02:18.284]➜  /build-bins/aliyun-cli
2025-08-20T19:16:11.2087945Z [00:02:18.285]➜  There are 24 section headers, starting at offset 0x39607b8:
2025-08-20T19:16:11.2088889Z [00:02:18.285]➜  
2025-08-20T19:16:11.2089399Z [00:02:18.285]➜  Section Headers:
2025-08-20T19:16:11.2090177Z [00:02:18.285]➜    [Nr] Name              Type             Address           Offset
2025-08-20T19:16:11.2090985Z [00:02:18.285]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T19:16:11.2091734Z [00:02:18.285]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T19:16:11.2092660Z [00:02:18.285]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T19:16:11.2093451Z [00:02:18.285]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T19:16:11.2094300Z [00:02:18.285]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T19:16:11.2095043Z [00:02:18.285]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T19:16:11.2095557Z [00:02:18.285]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T19:16:11.2096056Z [00:02:18.285]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T19:16:11.2096548Z [00:02:18.285]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T19:16:11.2097032Z [00:02:18.285]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T19:16:11.2097661Z [00:02:18.285]➜         00000000002af360  0000000000000018   A       2     0     8
2025-08-20T19:16:11.2098145Z [00:02:18.285]➜    [ 5] .init             PROGBITS         00000000002b0000  002b0000
2025-08-20T19:16:11.2098617Z [00:02:18.285]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T19:16:11.2099171Z [00:02:18.285]➜    [ 6] .text             PROGBITS         00000000002b0040  002b0040
2025-08-20T19:16:11.2099663Z [00:02:18.285]➜         0000000000537aee  0000000000000000  AX       0     0     64
2025-08-20T19:16:11.2100156Z [00:02:18.285]➜    [ 7] .fini             PROGBITS         00000000007e7b2e  007e7b2e
2025-08-20T19:16:11.2100605Z [00:02:18.285]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T19:16:11.2101045Z [00:02:18.285]➜    [ 8] .rodata           PROGBITS         00000000007e8000  007e8000
2025-08-20T19:16:11.2101487Z [00:02:18.285]➜         0000000002b3386c  0000000000000000   A       0     0     32
2025-08-20T19:16:11.2101934Z [00:02:18.285]➜    [ 9] .eh_frame_hdr     PROGBITS         000000000331b86c  0331b86c
2025-08-20T19:16:11.2102664Z [00:02:18.285]➜         00000000000000ac  0000000000000000   A       0     0     4
2025-08-20T19:16:11.2103215Z [00:02:18.285]➜    [10] .eh_frame         PROGBITS         000000000331b918  0331b918
2025-08-20T19:16:11.2103654Z [00:02:18.285]➜         0000000000000318  0000000000000000   A       0     0     8
2025-08-20T19:16:11.2104151Z [00:02:18.285]➜    [11] .tbss             NOBITS           000000000331ce90  0331be90
2025-08-20T19:16:11.2104578Z [00:02:18.285]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T19:16:11.2105020Z [00:02:18.285]➜    [12] .init_array       INIT_ARRAY       000000000331ce90  0331be90
2025-08-20T19:16:11.2105463Z [00:02:18.285]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T19:16:11.2105898Z [00:02:18.285]➜    [13] .fini_array       FINI_ARRAY       000000000331ce98  0331be98
2025-08-20T19:16:11.2106335Z [00:02:18.285]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T19:16:11.2106775Z [00:02:18.285]➜    [14] .data.rel.ro      PROGBITS         000000000331cea0  0331bea0
2025-08-20T19:16:11.2107222Z [00:02:18.285]➜         00000000005d4fb8  0000000000000000  WA       0     0     32
2025-08-20T19:16:11.2107665Z [00:02:18.285]➜    [15] .dynamic          DYNAMIC          00000000038f1e58  038f0e58
2025-08-20T19:16:11.2108093Z [00:02:18.285]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T19:16:11.2108508Z [00:02:18.285]➜    [16] .got              PROGBITS         00000000038f1fc8  038f0fc8
2025-08-20T19:16:11.2108923Z [00:02:18.285]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T19:16:11.2109345Z [00:02:18.285]➜    [17] .data             PROGBITS         00000000038f2000  038f1000
2025-08-20T19:16:11.2109767Z [00:02:18.285]➜         00000000000212e0  0000000000000000  WA       0     0     32
2025-08-20T19:16:11.2110211Z [00:02:18.285]➜    [18] .go.buildinfo     PROGBITS         00000000039132e0  039122e0
2025-08-20T19:16:11.2110647Z [00:02:18.285]➜         0000000000000bd0  0000000000000000  WA       0     0     16
2025-08-20T19:16:11.2111090Z [00:02:18.285]➜    [19] .go.fipsinfo      PROGBITS         0000000003913ec0  03912ec0
2025-08-20T19:16:11.2111534Z [00:02:18.285]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T19:16:11.2111974Z [00:02:18.285]➜    [20] .noptrdata        PROGBITS         0000000003913f40  03912f40
2025-08-20T19:16:11.2112606Z [00:02:18.285]➜         000000000004d7a1  0000000000000000  WA       0     0     32
2025-08-20T19:16:11.2113368Z [00:02:18.285]➜    [21] .bss              NOBITS           0000000003961700  039606e1
2025-08-20T19:16:11.2114238Z [00:02:18.285]➜         0000000000024ac0  0000000000000000  WA       0     0     32
2025-08-20T19:16:11.2115176Z [00:02:18.285]➜    [22] .noptrbss         NOBITS           00000000039861c0  039606e1
2025-08-20T19:16:11.2116086Z [00:02:18.285]➜         000000000001f320  0000000000000000  WA       0     0     32
2025-08-20T19:16:11.2116635Z [00:02:18.285]➜    [23] .shstrtab         STRTAB           0000000000000000  039606e1
2025-08-20T19:16:11.2117074Z [00:02:18.285]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T19:16:11.2117513Z [00:02:18.285]➜  Key to Flags:
2025-08-20T19:16:11.2117895Z [00:02:18.285]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T19:16:11.2118377Z [00:02:18.285]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T19:16:11.2119225Z [00:02:18.285]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T19:16:11.2119968Z [00:02:18.285]➜    D (mbind), l (large), p (processor specific)
2025-08-20T19:16:11.2120293Z [00:02:18.288]➜  
2025-08-20T19:16:11.2133211Z [00:02:18.290]➜  /build-bins/LICENSE
2025-08-20T19:16:11.2149036Z [00:02:18.291]➜  + file /build-bins/LICENSE /build-bins/aliyun-cli
2025-08-20T19:16:11.2366106Z [00:02:18.313]➜  /build-bins/LICENSE:    ASCII text
2025-08-20T19:16:11.2408038Z [00:02:18.317]➜  /build-bins/aliyun-cli: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T19:16:11.2418616Z [00:02:18.318]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/aliyun-cli
2025-08-20T19:16:11.2440127Z [00:02:18.320]➜  /build-bins/LICENSE:         1073 Bytes
2025-08-20T19:16:11.2440856Z [00:02:18.320]➜  /build-bins/aliyun-cli:         60165560 Bytes
2025-08-20T19:16:11.2443957Z [00:02:18.321]➜  + du /build-bins/LICENSE /build-bins/aliyun-cli --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T19:16:11.2458883Z [00:02:18.322]➜  1.1K	2025-08-20 19:16:10.688705517 +0000	/build-bins/LICENSE
2025-08-20T19:16:11.2459637Z [00:02:18.322]➜  58M	2025-08-20 19:16:11.131711125 +0000	/build-bins/aliyun-cli
2025-08-20T19:16:11.2461304Z [00:02:18.322]➜  + popd
2025-08-20T19:16:11.4328174Z [00:02:18.509]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T19:16:11.5653613Z [00:02:18.641]➜  + '[' -s /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T19:16:11.5654731Z [00:02:18.641]➜  + cp -fv /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T19:16:11.5700015Z [00:02:18.646]➜  '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T19:16:11.5705975Z [00:02:18.647]➜  + find /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T19:16:11.5711961Z [00:02:18.647]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:16:11.5713151Z [00:02:18.647]➜  + cut -d: -f1
2025-08-20T19:16:11.5717398Z [00:02:18.648]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:16:11.5718310Z [00:02:18.648]➜  + xargs realpath --no-symlinks
2025-08-20T19:16:11.7653949Z [00:02:18.841]➜  sending incremental file list
2025-08-20T19:16:11.7757733Z [00:02:18.852]➜  aliyun-cli
2025-08-20T19:16:11.8862308Z [00:02:18.962]➜  
2025-08-20T19:16:11.8863152Z [00:02:18.962]➜  sent 60.18M bytes  received 35 bytes  120.36M bytes/sec
2025-08-20T19:16:11.8863801Z [00:02:18.962]➜  total size is 60.17M  speedup is 1.00
2025-08-20T19:16:11.8877766Z [00:02:18.964]➜  
2025-08-20T19:16:13.4866874Z [00:02:20.563]➜  
2025-08-20T19:16:13.4983925Z [00:02:20.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/install.sh' from root:root to runner:runner
2025-08-20T19:16:13.4986795Z [00:02:20.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/library_test.go' from root:root to runner:runner
2025-08-20T19:16:13.4990906Z [00:02:20.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/rpc_test.go' from root:root to runner:runner
2025-08-20T19:16:13.4993647Z [00:02:20.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/invoker_test.go' from root:root to runner:runner
2025-08-20T19:16:13.4996113Z [00:02:20.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/waiter_test.go' from root:root to runner:runner
2025-08-20T19:16:13.4998551Z [00:02:20.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/output_filter_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5000909Z [00:02:20.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/flags.go' from root:root to runner:runner
2025-08-20T19:16:13.5003560Z [00:02:20.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/restful.go' from root:root to runner:runner
2025-08-20T19:16:13.5006127Z [00:02:20.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/pager_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5008491Z [00:02:20.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/force_rpc.go' from root:root to runner:runner
2025-08-20T19:16:13.5010816Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/flags_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5013364Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/invoker.go' from root:root to runner:runner
2025-08-20T19:16:13.5015746Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/errors_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5018132Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/output_filter.go' from root:root to runner:runner
2025-08-20T19:16:13.5020524Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/force_rpc_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5023062Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/restful_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5025487Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/response_utils.go' from root:root to runner:runner
2025-08-20T19:16:13.5027814Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/rpc.go' from root:root to runner:runner
2025-08-20T19:16:13.5030251Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/library.go' from root:root to runner:runner
2025-08-20T19:16:13.5032747Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/waiter.go' from root:root to runner:runner
2025-08-20T19:16:13.5035053Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/errors.go' from root:root to runner:runner
2025-08-20T19:16:13.5037497Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/pager.go' from root:root to runner:runner
2025-08-20T19:16:13.5039919Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/response_utils_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5042358Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/commando_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5044931Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/commando.go' from root:root to runner:runner
2025-08-20T19:16:13.5047310Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi' from root:root to runner:runner
2025-08-20T19:16:13.5049525Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T19:16:13.5051847Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/version' from root:root to runner:runner
2025-08-20T19:16:13.5054238Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T19:16:13.5056458Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/README.md' from root:root to runner:runner
2025-08-20T19:16:13.5058759Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/describe_regions' from root:root to runner:runner
2025-08-20T19:16:13.5061098Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/print_table' from root:root to runner:runner
2025-08-20T19:16:13.5063574Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/aliyun-common' from root:root to runner:runner
2025-08-20T19:16:13.5065870Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/aliyun-lookup' from root:root to runner:runner
2025-08-20T19:16:13.5068218Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/aliyun-reload' from root:root to runner:runner
2025-08-20T19:16:13.5070518Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/aliyun-stop' from root:root to runner:runner
2025-08-20T19:16:13.5072961Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/aliyun-reboot' from root:root to runner:runner
2025-08-20T19:16:13.5075375Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/build.sh' from root:root to runner:runner
2025-08-20T19:16:13.5077617Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/aliyun-start' from root:root to runner:runner
2025-08-20T19:16:13.5079966Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/region_ids' from root:root to runner:runner
2025-08-20T19:16:13.5082302Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin' from root:root to runner:runner
2025-08-20T19:16:13.5084730Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/product_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5087124Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/repository_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5089495Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/reader_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5091925Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/repository.go' from root:root to runner:runner
2025-08-20T19:16:13.5094425Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/errors_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5096822Z [00:02:20.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/reader.go' from root:root to runner:runner
2025-08-20T19:16:13.5099123Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/versions.json' from root:root to runner:runner
2025-08-20T19:16:13.5101391Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/api.go' from root:root to runner:runner
2025-08-20T19:16:13.5103859Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/product.go' from root:root to runner:runner
2025-08-20T19:16:13.5106208Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/errors.go' from root:root to runner:runner
2025-08-20T19:16:13.5108488Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/api_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5110663Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta' from root:root to runner:runner
2025-08-20T19:16:13.5113163Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/tools/osx-entitlements.plist' from root:root to runner:runner
2025-08-20T19:16:13.5115644Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/tools/upload_asset.sh' from root:root to runner:runner
2025-08-20T19:16:13.5117993Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/tools/finish_release.sh' from root:root to runner:runner
2025-08-20T19:16:13.5120533Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/tools/download_assets.sh' from root:root to runner:runner
2025-08-20T19:16:13.5123046Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/tools/build_pkg.sh' from root:root to runner:runner
2025-08-20T19:16:13.5125446Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/tools/create_release.sh' from root:root to runner:runner
2025-08-20T19:16:13.5127814Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/tools' from root:root to runner:runner
2025-08-20T19:16:13.5130021Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/README.md' from root:root to runner:runner
2025-08-20T19:16:13.5132296Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/README-CN.md' from root:root to runner:runner
2025-08-20T19:16:13.5134721Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/LICENSE' from root:root to runner:runner
2025-08-20T19:16:13.5137111Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/CHANGELOG.md' from root:root to runner:runner
2025-08-20T19:16:13.5139466Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/monitor_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5141871Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ls.go' from root:root to runner:runner
2025-08-20T19:16:13.5144347Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/option_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5146680Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/set_meta.go' from root:root to runner:runner
2025-08-20T19:16:13.5149049Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/allpart_size.go' from root:root to runner:runner
2025-08-20T19:16:13.5151464Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_website_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5154079Z [00:02:20.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_cname.go' from root:root to runner:runner
2025-08-20T19:16:13.5156400Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/const.go' from root:root to runner:runner
2025-08-20T19:16:13.5158704Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/user_qos.go' from root:root to runner:runner
2025-08-20T19:16:13.5161063Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/monitor.go' from root:root to runner:runner
2025-08-20T19:16:13.5163586Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/config.go' from root:root to runner:runner
2025-08-20T19:16:13.5166108Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_worm_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5168494Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ossutil_log.go' from root:root to runner:runner
2025-08-20T19:16:13.5170927Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/rm.go' from root:root to runner:runner
2025-08-20T19:16:13.5173386Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/du_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5175828Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/hash.go' from root:root to runner:runner
2025-08-20T19:16:13.5178188Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ossutil_log_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5180563Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/listpart.go' from root:root to runner:runner
2025-08-20T19:16:13.5183244Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/set_acl_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5185626Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/rm_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5188095Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/report_helper.go' from root:root to runner:runner
2025-08-20T19:16:13.5190442Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/util.go' from root:root to runner:runner
2025-08-20T19:16:13.5192962Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ecs_role_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5195483Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_access_monitor_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5197961Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/signurl_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5200298Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/restore.go' from root:root to runner:runner
2025-08-20T19:16:13.5202840Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lang_windows_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5205316Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/allpart_size_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5207708Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/read_symlink.go' from root:root to runner:runner
2025-08-20T19:16:13.5210238Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/config_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5212753Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/option.go' from root:root to runner:runner
2025-08-20T19:16:13.5215186Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_logging.go' from root:root to runner:runner
2025-08-20T19:16:13.5217712Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_website.go' from root:root to runner:runner
2025-08-20T19:16:13.5220102Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_referer.go' from root:root to runner:runner
2025-08-20T19:16:13.5222742Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_access_monitor.go' from root:root to runner:runner
2025-08-20T19:16:13.5225119Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/sync.go' from root:root to runner:runner
2025-08-20T19:16:13.5227437Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/append_file.go' from root:root to runner:runner
2025-08-20T19:16:13.5229947Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_cors_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5232660Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_inventory.go' from root:root to runner:runner
2025-08-20T19:16:13.5235214Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_encryption_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5237652Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/update_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5239984Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lang.go' from root:root to runner:runner
2025-08-20T19:16:13.5242323Z [00:02:20.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_qos_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5244917Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cp_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5247298Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_versioning.go' from root:root to runner:runner
2025-08-20T19:16:13.5249654Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/error.go' from root:root to runner:runner
2025-08-20T19:16:13.5251985Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/stat_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5254495Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cat.go' from root:root to runner:runner
2025-08-20T19:16:13.5256931Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/user_qos_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5259387Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_versioning_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5262020Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/request_payment.go' from root:root to runner:runner
2025-08-20T19:16:13.5264662Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/stat.go' from root:root to runner:runner
2025-08-20T19:16:13.5266986Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/mb_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5269340Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lang_windows.go' from root:root to runner:runner
2025-08-20T19:16:13.5271732Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cors_options_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5274484Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_logging_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5276967Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/set_meta_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5279426Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/signurl.go' from root:root to runner:runner
2025-08-20T19:16:13.5281772Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/mkdir.go' from root:root to runner:runner
2025-08-20T19:16:13.5284360Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/append_file_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5286758Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/util_sts.go' from root:root to runner:runner
2025-08-20T19:16:13.5289046Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lcb.go' from root:root to runner:runner
2025-08-20T19:16:13.5291340Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/help_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5293865Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_qos.go' from root:root to runner:runner
2025-08-20T19:16:13.5296390Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/command_manager.go' from root:root to runner:runner
2025-08-20T19:16:13.5298820Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_policy_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5301329Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/probe_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5304475Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/help.go' from root:root to runner:runner
2025-08-20T19:16:13.5306797Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/util_sts_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5309231Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/revert_versioning.go' from root:root to runner:runner
2025-08-20T19:16:13.5311642Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_style.go' from root:root to runner:runner
2025-08-20T19:16:13.5314298Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_encryption.go' from root:root to runner:runner
2025-08-20T19:16:13.5316700Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_style_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5319616Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lrb_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5322213Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/command.go' from root:root to runner:runner
2025-08-20T19:16:13.5324831Z [00:02:20.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/mb.go' from root:root to runner:runner
2025-08-20T19:16:13.5327156Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/set_acl.go' from root:root to runner:runner
2025-08-20T19:16:13.5329712Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_tagging_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5332158Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lrb.go' from root:root to runner:runner
2025-08-20T19:16:13.5334724Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_cname_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5337211Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/object_tagging.go' from root:root to runner:runner
2025-08-20T19:16:13.5339831Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/config_helper.go' from root:root to runner:runner
2025-08-20T19:16:13.5342683Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cat_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5345235Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/listpart_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5347700Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_resource_group.go' from root:root to runner:runner
2025-08-20T19:16:13.5350389Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/object_tagging_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5352968Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/create_symlink.go' from root:root to runner:runner
2025-08-20T19:16:13.5355402Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/command_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5357755Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/mkdir_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5360088Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ecs_role.go' from root:root to runner:runner
2025-08-20T19:16:13.5362560Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_worm.go' from root:root to runner:runner
2025-08-20T19:16:13.5364940Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_policy.go' from root:root to runner:runner
2025-08-20T19:16:13.5367452Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/restore_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5369896Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_tagging.go' from root:root to runner:runner
2025-08-20T19:16:13.5372322Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cp.go' from root:root to runner:runner
2025-08-20T19:16:13.5374911Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_inventory_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5377332Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_cors.go' from root:root to runner:runner
2025-08-20T19:16:13.5379759Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_referer_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5382153Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/hash_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5384758Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/revert_versioning_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5387200Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/symlink_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5389720Z [00:02:20.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/storage_url.go' from root:root to runner:runner
2025-08-20T19:16:13.5392041Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ls_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5394634Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/probe.go' from root:root to runner:runner
2025-08-20T19:16:13.5396882Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/du.go' from root:root to runner:runner
2025-08-20T19:16:13.5399129Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/update.go' from root:root to runner:runner
2025-08-20T19:16:13.5401583Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_resource_group_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5404325Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_replication_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5406773Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cors_options.go' from root:root to runner:runner
2025-08-20T19:16:13.5409116Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cli_bridge.go' from root:root to runner:runner
2025-08-20T19:16:13.5411639Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/request_payment_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5414360Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_lifecycle_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5416963Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/sync_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5419382Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cli_bridge_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5421802Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_lifecycle.go' from root:root to runner:runner
2025-08-20T19:16:13.5424432Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_replication.go' from root:root to runner:runner
2025-08-20T19:16:13.5426820Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lang_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5429070Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib' from root:root to runner:runner
2025-08-20T19:16:13.5431251Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss' from root:root to runner:runner
2025-08-20T19:16:13.5433589Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.gitmodules' from root:root to runner:runner
2025-08-20T19:16:13.5436034Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/legacy.go' from root:root to runner:runner
2025-08-20T19:16:13.5438489Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configuration.go' from root:root to runner:runner
2025-08-20T19:16:13.5440901Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_set_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5443408Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/hello.go' from root:root to runner:runner
2025-08-20T19:16:13.5445818Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configuration_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5448264Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_get_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5450620Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/flags.go' from root:root to runner:runner
2025-08-20T19:16:13.5453067Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/flags_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5455405Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure.go' from root:root to runner:runner
2025-08-20T19:16:13.5457910Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_delete.go' from root:root to runner:runner
2025-08-20T19:16:13.5460306Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_set.go' from root:root to runner:runner
2025-08-20T19:16:13.5462921Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/profile.go' from root:root to runner:runner
2025-08-20T19:16:13.5465334Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_switch.go' from root:root to runner:runner
2025-08-20T19:16:13.5467794Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_switch_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5470244Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_get.go' from root:root to runner:runner
2025-08-20T19:16:13.5472856Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/profile_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5475292Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_delete_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5477689Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/legacy_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5480152Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/hello_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5482724Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_list_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5485291Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_list.go' from root:root to runner:runner
2025-08-20T19:16:13.5487672Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5489916Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config' from root:root to runner:runner
2025-08-20T19:16:13.5492161Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/i18n/environment.go' from root:root to runner:runner
2025-08-20T19:16:13.5494709Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/i18n/environment_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5497024Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/i18n/text.go' from root:root to runner:runner
2025-08-20T19:16:13.5499373Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/i18n/text_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5501564Z [00:02:20.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/i18n' from root:root to runner:runner
2025-08-20T19:16:13.5504117Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/integration/vpc_test.sh' from root:root to runner:runner
2025-08-20T19:16:13.5506642Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/integration/parser_test.sh' from root:root to runner:runner
2025-08-20T19:16:13.5509085Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/integration/https_proxy.sh' from root:root to runner:runner
2025-08-20T19:16:13.5511475Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/integration/oss_test.sh' from root:root to runner:runner
2025-08-20T19:16:13.5514066Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/integration/ecs_test.sh' from root:root to runner:runner
2025-08-20T19:16:13.5516441Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/integration/ecs_test.ps1' from root:root to runner:runner
2025-08-20T19:16:13.5518735Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/integration' from root:root to runner:runner
2025-08-20T19:16:13.5520937Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/README-CN.md' from root:root to runner:runner
2025-08-20T19:16:13.5523517Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/access_configurations_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5526125Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/user_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5528612Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/refresh_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5531070Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/refresh.go' from root:root to runner:runner
2025-08-20T19:16:13.5533546Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/login.go' from root:root to runner:runner
2025-08-20T19:16:13.5535843Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/user.go' from root:root to runner:runner
2025-08-20T19:16:13.5538250Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/access_configurations.go' from root:root to runner:runner
2025-08-20T19:16:13.5540705Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/login_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5543096Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso' from root:root to runner:runner
2025-08-20T19:16:13.5545273Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T19:16:13.5547599Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/newmeta/meta.go' from root:root to runner:runner
2025-08-20T19:16:13.5549909Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/newmeta/meta_test.go' from root:root to runner:runner
2025-08-20T19:16:13.5552240Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/newmeta' from root:root to runner:runner
2025-08-20T19:16:13.5554599Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T19:16:13.5556757Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T19:16:13.5559096Z [00:02:20.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/.gitignore' from root:root to runner:runner
2025-08-20T19:16:13.5561575Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/README.md' from root:root to runner:runner
2025-08-20T19:16:13.5564210Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/meta.go' from root:root to runner:runner
2025-08-20T19:16:13.5566897Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RestartDBLink.json' from root:root to runner:runner
2025-08-20T19:16:13.5569988Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/SwitchOverGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:13.5573417Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.5576677Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:13.5579723Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:13.5582971Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RefreshDBClusterStorageUsage.json' from root:root to runner:runner
2025-08-20T19:16:13.5586135Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:13.5589354Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterDescription.json' from root:root to runner:runner
2025-08-20T19:16:13.5592643Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterMonitor.json' from root:root to runner:runner
2025-08-20T19:16:13.5595902Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterParameters.json' from root:root to runner:runner
2025-08-20T19:16:13.5599014Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeScheduleTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.5602011Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:13.5605351Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterStoragePerformance.json' from root:root to runner:runner
2025-08-20T19:16:13.5608607Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalDatabaseNetworks.json' from root:root to runner:runner
2025-08-20T19:16:13.5611773Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:13.5615164Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RevokeAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:13.5618254Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBNodesParameters.json' from root:root to runner:runner
2025-08-20T19:16:13.5621437Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CheckKMSAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:13.5624833Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:13.5627831Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:13.5630803Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeAITaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.5634024Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/UpgradeDBClusterVersion.json' from root:root to runner:runner
2025-08-20T19:16:13.5637269Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterStorageSpace.json' from root:root to runner:runner
2025-08-20T19:16:13.5640462Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeActivationCodeDetails.json' from root:root to runner:runner
2025-08-20T19:16:13.5643882Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RemoveDBClusterFromGDN.json' from root:root to runner:runner
2025-08-20T19:16:13.5646994Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteGlobalDataNetwork.json' from root:root to runner:runner
2025-08-20T19:16:13.5650097Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterVersion.json' from root:root to runner:runner
2025-08-20T19:16:13.5653319Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.5656299Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:13.5659258Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterSSL.json' from root:root to runner:runner
2025-08-20T19:16:13.5662263Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeBackupTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.5665516Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterConnectivity.json' from root:root to runner:runner
2025-08-20T19:16:13.5668812Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeCharacterSetName.json' from root:root to runner:runner
2025-08-20T19:16:13.5671796Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RestoreTable.json' from root:root to runner:runner
2025-08-20T19:16:13.5674984Z [00:02:20.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:13.5677954Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateActivationCode.json' from root:root to runner:runner
2025-08-20T19:16:13.5681079Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeUserEncryptionKeyList.json' from root:root to runner:runner
2025-08-20T19:16:13.5684379Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/EvaluateRegionResource.json' from root:root to runner:runner
2025-08-20T19:16:13.5687607Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeLicenseOrderDetails.json' from root:root to runner:runner
2025-08-20T19:16:13.5690737Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBNodesParameters.json' from root:root to runner:runner
2025-08-20T19:16:13.5694146Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyLogBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.5697284Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.5700500Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterAuditLogCollector.json' from root:root to runner:runner
2025-08-20T19:16:13.5704355Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterServerlessConf.json' from root:root to runner:runner
2025-08-20T19:16:13.5707549Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBProxyPerformance.json' from root:root to runner:runner
2025-08-20T19:16:13.5710602Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDatabases.json' from root:root to runner:runner
2025-08-20T19:16:13.5713738Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:13.5716815Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDetachedBackups.json' from root:root to runner:runner
2025-08-20T19:16:13.5719943Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDatabase.json' from root:root to runner:runner
2025-08-20T19:16:13.5723167Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBNodeClass.json' from root:root to runner:runner
2025-08-20T19:16:13.5726160Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDasConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.5729107Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/TempModifyDBNode.json' from root:root to runner:runner
2025-08-20T19:16:13.5732191Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.5735624Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.5738708Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeHistoryTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.5741785Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.5745179Z [00:02:20.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/EnableDBClusterServerless.json' from root:root to runner:runner
2025-08-20T19:16:13.5748309Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateColdStorageInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.5751521Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterAvailableResources.json' from root:root to runner:runner
2025-08-20T19:16:13.5754893Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBNodeHotReplicaMode.json' from root:root to runner:runner
2025-08-20T19:16:13.5758043Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.5761114Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.5764319Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:13.5767494Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeClassList.json' from root:root to runner:runner
2025-08-20T19:16:13.5770538Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CancelActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.5773968Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DisableDBClusterServerless.json' from root:root to runner:runner
2025-08-20T19:16:13.5777010Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:13.5780093Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterPerformance.json' from root:root to runner:runner
2025-08-20T19:16:13.5783479Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:13.5786589Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.5789526Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteBackup.json' from root:root to runner:runner
2025-08-20T19:16:13.5792828Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterMonitor.json' from root:root to runner:runner
2025-08-20T19:16:13.5795980Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterArch.json' from root:root to runner:runner
2025-08-20T19:16:13.5799112Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.5802170Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CheckAccountName.json' from root:root to runner:runner
2025-08-20T19:16:13.5805345Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBDescription.json' from root:root to runner:runner
2025-08-20T19:16:13.5808315Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:13.5811218Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:13.5814516Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyGlobalSecurityIPGroupName.json' from root:root to runner:runner
2025-08-20T19:16:13.5817859Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterServerlessConf.json' from root:root to runner:runner
2025-08-20T19:16:13.5820977Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/OpenAITask.json' from root:root to runner:runner
2025-08-20T19:16:13.5824043Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeHALogs.json' from root:root to runner:runner
2025-08-20T19:16:13.5827099Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterMigration.json' from root:root to runner:runner
2025-08-20T19:16:13.5830239Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeParameterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:13.5833599Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBClusterEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:13.5836675Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CheckServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:13.5839773Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:13.5843231Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterAccessWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:13.5846514Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyPendingMaintenanceAction.json' from root:root to runner:runner
2025-08-20T19:16:13.5849626Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterTDE.json' from root:root to runner:runner
2025-08-20T19:16:13.5852847Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/TransformDBClusterPayType.json' from root:root to runner:runner
2025-08-20T19:16:13.5855961Z [00:02:20.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterSSL.json' from root:root to runner:runner
2025-08-20T19:16:13.5858983Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/EnableFirewallRules.json' from root:root to runner:runner
2025-08-20T19:16:13.5861996Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:13.5865262Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CheckDBName.json' from root:root to runner:runner
2025-08-20T19:16:13.5868120Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CloseAITask.json' from root:root to runner:runner
2025-08-20T19:16:13.5871159Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/FailoverDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:13.5874374Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:13.5877636Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:13.5880755Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:13.5884169Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:13.5887341Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.5890440Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateGlobalDataNetwork.json' from root:root to runner:runner
2025-08-20T19:16:13.5893636Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteMaskingRules.json' from root:root to runner:runner
2025-08-20T19:16:13.5896734Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClustersWithBackups.json' from root:root to runner:runner
2025-08-20T19:16:13.5899792Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeMetaList.json' from root:root to runner:runner
2025-08-20T19:16:13.5903007Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ReactivateDBClusterBackup.json' from root:root to runner:runner
2025-08-20T19:16:13.5906074Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBNodesClass.json' from root:root to runner:runner
2025-08-20T19:16:13.5909023Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:13.5912017Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBClusterEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:13.5915462Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterParameters.json' from root:root to runner:runner
2025-08-20T19:16:13.5918621Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBInitializeVariable.json' from root:root to runner:runner
2025-08-20T19:16:13.5921771Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.5925025Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribePendingMaintenanceAction.json' from root:root to runner:runner
2025-08-20T19:16:13.5928262Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.5931332Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBLinks.json' from root:root to runner:runner
2025-08-20T19:16:13.5934521Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeLogBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.5937574Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeMaskingRules.json' from root:root to runner:runner
2025-08-20T19:16:13.5940562Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDatabase.json' from root:root to runner:runner
2025-08-20T19:16:13.5943850Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribePendingMaintenanceActions.json' from root:root to runner:runner
2025-08-20T19:16:13.5947081Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterPrimaryZone.json' from root:root to runner:runner
2025-08-20T19:16:13.5950194Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ManuallyStartDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:13.5953500Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.5956435Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.5959511Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterAndNodesParameters.json' from root:root to runner:runner
2025-08-20T19:16:13.5962899Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribePolarSQLCollectorPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.5966189Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterMigration.json' from root:root to runner:runner
2025-08-20T19:16:13.5969395Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:13.5972614Z [00:02:20.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeActivationCodes.json' from root:root to runner:runner
2025-08-20T19:16:13.5975759Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:13.5978930Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:13.5982326Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterAuditLogCollector.json' from root:root to runner:runner
2025-08-20T19:16:13.5985632Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ResetAccount.json' from root:root to runner:runner
2025-08-20T19:16:13.5988650Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.5991730Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeLicenseOrders.json' from root:root to runner:runner
2025-08-20T19:16:13.5994916Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterTDE.json' from root:root to runner:runner
2025-08-20T19:16:13.5997842Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:13.6000903Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateOrGetVirtualLicenseOrder.json' from root:root to runner:runner
2025-08-20T19:16:13.6004274Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.6007356Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeSlowLogs.json' from root:root to runner:runner
2025-08-20T19:16:13.6010318Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:13.6013700Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:13.6017157Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalDataNetworkList.json' from root:root to runner:runner
2025-08-20T19:16:13.6020398Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:13.6023818Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ResetGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:13.6027054Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeParameterGroups.json' from root:root to runner:runner
2025-08-20T19:16:13.6030288Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.6033513Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBLink.json' from root:root to runner:runner
2025-08-20T19:16:13.6036495Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyMaskingRules.json' from root:root to runner:runner
2025-08-20T19:16:13.6039551Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CloseDBClusterMigration.json' from root:root to runner:runner
2025-08-20T19:16:13.6042873Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeAIDBClusterPerformance.json' from root:root to runner:runner
2025-08-20T19:16:13.6045912Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBLink.json' from root:root to runner:runner
2025-08-20T19:16:13.6048798Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RestartDBNode.json' from root:root to runner:runner
2025-08-20T19:16:13.6051832Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.6055067Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateStoragePlan.json' from root:root to runner:runner
2025-08-20T19:16:13.6058067Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/GrantAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:13.6061216Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeBackupLogs.json' from root:root to runner:runner
2025-08-20T19:16:13.6064467Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterAccessWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:13.6067771Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBNodePerformance.json' from root:root to runner:runner
2025-08-20T19:16:13.6070855Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterDeletion.json' from root:root to runner:runner
2025-08-20T19:16:13.6074523Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusters.json' from root:root to runner:runner
2025-08-20T19:16:13.6077536Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CancelScheduleTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.6080431Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb' from root:root to runner:runner
2025-08-20T19:16:13.6083453Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/UpdateHubClusterFeature.json' from root:root to runner:runner
2025-08-20T19:16:13.6086498Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeHubClusterLogs.json' from root:root to runner:runner
2025-08-20T19:16:13.6089476Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicyDetails.json' from root:root to runner:runner
2025-08-20T19:16:13.6092621Z [00:02:20.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/UpdateUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:13.6095597Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.6098570Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeHubClusters.json' from root:root to runner:runner
2025-08-20T19:16:13.6101600Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicyInstancesStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.6104849Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DeleteUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:13.6107847Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:13.6110988Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DeletePolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.6114196Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeManagedClusters.json' from root:root to runner:runner
2025-08-20T19:16:13.6117358Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeHubClusterDetails.json' from root:root to runner:runner
2025-08-20T19:16:13.6120444Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeHubClusterKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:13.6123728Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:13.6126791Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DetachClusterFromHub.json' from root:root to runner:runner
2025-08-20T19:16:13.6129810Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicyInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.6133064Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicyGovernanceInCluster.json' from root:root to runner:runner
2025-08-20T19:16:13.6157586Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicies.json' from root:root to runner:runner
2025-08-20T19:16:13.6160583Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/GrantUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:13.6163730Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DeployPolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.6166677Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/CreateHubCluster.json' from root:root to runner:runner
2025-08-20T19:16:13.6169611Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/AttachClusterToHub.json' from root:root to runner:runner
2025-08-20T19:16:13.6172732Z [00:02:20.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DeleteHubCluster.json' from root:root to runner:runner
2025-08-20T19:16:13.6175457Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp' from root:root to runner:runner
2025-08-20T19:16:13.6178234Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafGeoInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.6181496Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.6184836Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDcdnWafPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.6188107Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnCertificateSigningRequest.json' from root:root to runner:runner
2025-08-20T19:16:13.6191130Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ListDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:13.6194332Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnReportList.json' from root:root to runner:runner
2025-08-20T19:16:13.6197542Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteRoutineCodeRevision.json' from root:root to runner:runner
2025-08-20T19:16:13.6200528Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutine.json' from root:root to runner:runner
2025-08-20T19:16:13.6203650Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRefreshTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.6206815Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:13.6209932Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeKvRealTimeQpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.6213228Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainQpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:13.6216374Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserSecDrop.json' from root:root to runner:runner
2025-08-20T19:16:13.6219337Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/OpenDcdnService.json' from root:root to runner:runner
2025-08-20T19:16:13.6222311Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnStagingIp.json' from root:root to runner:runner
2025-08-20T19:16:13.6225566Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSMCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:13.6228688Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnBlockedRegions.json' from root:root to runner:runner
2025-08-20T19:16:13.6231901Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchSetDcdnIpaDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:13.6235336Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ListDcdnRealTimeDeliveryProject.json' from root:root to runner:runner
2025-08-20T19:16:13.6238397Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6241546Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafFilterInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.6244778Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDcdnWafGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.6247882Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRefreshQuota.json' from root:root to runner:runner
2025-08-20T19:16:13.6250868Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/GetDcdnKvDetail.json' from root:root to runner:runner
2025-08-20T19:16:13.6254019Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeUserErStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.6256969Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6259984Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/StartDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6263139Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRegionData.json' from root:root to runner:runner
2025-08-20T19:16:13.6266201Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6269279Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserSecDropByMinute.json' from root:root to runner:runner
2025-08-20T19:16:13.6272565Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSecFuncInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.6275645Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CommitStagingRoutineCode.json' from root:root to runner:runner
2025-08-20T19:16:13.6278797Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeKvUsageData.json' from root:root to runner:runner
2025-08-20T19:16:13.6281760Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.6285103Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UploadRoutineCode.json' from root:root to runner:runner
2025-08-20T19:16:13.6288039Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchAddDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6291103Z [00:02:20.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UntagDcdnResources.json' from root:root to runner:runner
2025-08-20T19:16:13.6294297Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeEncryptRoutineUid.json' from root:root to runner:runner
2025-08-20T19:16:13.6297456Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserBillType.json' from root:root to runner:runner
2025-08-20T19:16:13.6300447Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:13.6303672Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserDomainsByFunc.json' from root:root to runner:runner
2025-08-20T19:16:13.6306738Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnService.json' from root:root to runner:runner
2025-08-20T19:16:13.6309710Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:13.6312855Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafUsageData.json' from root:root to runner:runner
2025-08-20T19:16:13.6315939Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteRoutineConfEnvs.json' from root:root to runner:runner
2025-08-20T19:16:13.6318905Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnL2Ips.json' from root:root to runner:runner
2025-08-20T19:16:13.6321868Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnErUsageData.json' from root:root to runner:runner
2025-08-20T19:16:13.6325081Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.6328242Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/RefreshDcdnObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:13.6331473Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:13.6334971Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafScenes.json' from root:root to runner:runner
2025-08-20T19:16:13.6338049Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:13.6341341Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:13.6344941Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:13.6348208Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:13.6351327Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PreloadDcdnObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:13.6354572Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/RefreshErObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:13.6357709Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainOriginBpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.6360704Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteRoutine.json' from root:root to runner:runner
2025-08-20T19:16:13.6363905Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.6367001Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnDomainSMCertificate.json' from root:root to runner:runner
2025-08-20T19:16:13.6370226Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnKvAccountStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.6373422Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnWafGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.6376566Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchDeleteDcdnWafRules.json' from root:root to runner:runner
2025-08-20T19:16:13.6379623Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.6382869Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineRelatedDomains.json' from root:root to runner:runner
2025-08-20T19:16:13.6385966Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSecSpecInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.6389135Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnBgpTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:13.6392181Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnL2Vips.json' from root:root to runner:runner
2025-08-20T19:16:13.6395556Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeUserLogserviceStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.6398553Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/AddDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6401470Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PutDcdnKvNamespace.json' from root:root to runner:runner
2025-08-20T19:16:13.6404648Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainIspData.json' from root:root to runner:runner
2025-08-20T19:16:13.6407825Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchDeleteDcdnKvWithHighCapacity.json' from root:root to runner:runner
2025-08-20T19:16:13.6410936Z [00:02:20.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PutDcdnKvWithHighCapacity.json' from root:root to runner:runner
2025-08-20T19:16:13.6414078Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/GetDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:13.6417034Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnVerifyContent.json' from root:root to runner:runner
2025-08-20T19:16:13.6420185Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CheckDcdnProjectExist.json' from root:root to runner:runner
2025-08-20T19:16:13.6423395Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineCanaryEnvs.json' from root:root to runner:runner
2025-08-20T19:16:13.6426500Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:13.6429619Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.6433072Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSLSRealTimeLogType.json' from root:root to runner:runner
2025-08-20T19:16:13.6436221Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnDomainSSLCertificate.json' from root:root to runner:runner
2025-08-20T19:16:13.6439340Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnReport.json' from root:root to runner:runner
2025-08-20T19:16:13.6442643Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafPolicyDomains.json' from root:root to runner:runner
2025-08-20T19:16:13.6445727Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRDDomainConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.6448828Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainMultiUsageData.json' from root:root to runner:runner
2025-08-20T19:16:13.6452048Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.6455431Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchPutDcdnKvWithHighCapacity.json' from root:root to runner:runner
2025-08-20T19:16:13.6458608Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.6461686Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafGroups.json' from root:root to runner:runner
2025-08-20T19:16:13.6464877Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeHighlightInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.6468078Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.6471320Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:13.6474786Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserRealTimeDeliveryField.json' from root:root to runner:runner
2025-08-20T19:16:13.6478075Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:13.6481190Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainTopReferVisit.json' from root:root to runner:runner
2025-08-20T19:16:13.6484496Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserConfigs.json' from root:root to runner:runner
2025-08-20T19:16:13.6487636Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchStartDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6490629Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafRules.json' from root:root to runner:runner
2025-08-20T19:16:13.6493866Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/StartDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6496889Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainUvData.json' from root:root to runner:runner
2025-08-20T19:16:13.6499984Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnRealTimeLogProject.json' from root:root to runner:runner
2025-08-20T19:16:13.6503171Z [00:02:20.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetRoutineSubdomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6506160Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSubList.json' from root:root to runner:runner
2025-08-20T19:16:13.6509363Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:13.6512698Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/StopDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6515895Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.6519143Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaService.json' from root:root to runner:runner
2025-08-20T19:16:13.6522059Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateRoutine.json' from root:root to runner:runner
2025-08-20T19:16:13.6525398Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnDomainCSRCertificate.json' from root:root to runner:runner
2025-08-20T19:16:13.6528655Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:13.6531847Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafSpecInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.6535049Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainQpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.6538202Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDdosSpecInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.6541296Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/TagDcdnResources.json' from root:root to runner:runner
2025-08-20T19:16:13.6544484Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeUserDcdnIpaStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.6547490Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnWafPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.6550488Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnsecService.json' from root:root to runner:runner
2025-08-20T19:16:13.6553705Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchSetDcdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:13.6556749Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnKvNamespace.json' from root:root to runner:runner
2025-08-20T19:16:13.6559841Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/RefreshDcdnObjectCacheByCacheTag.json' from root:root to runner:runner
2025-08-20T19:16:13.6563135Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainProperty.json' from root:root to runner:runner
2025-08-20T19:16:13.6566406Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDCdnDomainSchdmByProperty.json' from root:root to runner:runner
2025-08-20T19:16:13.6569502Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDdosService.json' from root:root to runner:runner
2025-08-20T19:16:13.6572749Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchDeleteDcdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:13.6575979Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:13.6579177Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainOriginTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:13.6582370Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSSLCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:13.6585683Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchDeleteDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:13.6588690Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainsBySource.json' from root:root to runner:runner
2025-08-20T19:16:13.6591776Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6594900Z [00:02:20.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafLogs.json' from root:root to runner:runner
2025-08-20T19:16:13.6597880Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnKvNamespace.json' from root:root to runner:runner
2025-08-20T19:16:13.6601015Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeDetailData.json' from root:root to runner:runner
2025-08-20T19:16:13.6604262Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/GetDcdnKvStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.6607123Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchPutDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:13.6610187Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnOriginSiteHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.6613522Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:13.6616713Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6619639Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDcdnWafRule.json' from root:root to runner:runner
2025-08-20T19:16:13.6622913Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDeletedDomains.json' from root:root to runner:runner
2025-08-20T19:16:13.6625975Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:13.6628918Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/AddDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6631870Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDdosAllEventList.json' from root:root to runner:runner
2025-08-20T19:16:13.6635296Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainBpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:13.6638526Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.6641591Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.6644796Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaDomainCidr.json' from root:root to runner:runner
2025-08-20T19:16:13.6647899Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineCodeRevision.json' from root:root to runner:runner
2025-08-20T19:16:13.6650938Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/VerifyDcdnDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:13.6654069Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:13.6657096Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafBotAppKey.json' from root:root to runner:runner
2025-08-20T19:16:13.6660145Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnBgpBpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.6663464Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainLog.json' from root:root to runner:runner
2025-08-20T19:16:13.6666608Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainIpaBpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.6669719Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafDefaultRules.json' from root:root to runner:runner
2025-08-20T19:16:13.6672994Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/StopDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6676028Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnHttpsDomainList.json' from root:root to runner:runner
2025-08-20T19:16:13.6679021Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnUserConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.6681955Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnKvAccount.json' from root:root to runner:runner
2025-08-20T19:16:13.6685211Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:13.6688499Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:13.6691736Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchSetDcdnWafDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:13.6695021Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserBillHistory.json' from root:root to runner:runner
2025-08-20T19:16:13.6698050Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.6700996Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnWafGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.6704121Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnUserConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.6707213Z [00:02:20.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:13.6710420Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainWebsocketTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:13.6713903Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainPvData.json' from root:root to runner:runner
2025-08-20T19:16:13.6716986Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafPolicies.json' from root:root to runner:runner
2025-08-20T19:16:13.6720260Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchCreateDcdnWafRules.json' from root:root to runner:runner
2025-08-20T19:16:13.6723540Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainIpaConnData.json' from root:root to runner:runner
2025-08-20T19:16:13.6726697Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRegionAndIsp.json' from root:root to runner:runner
2025-08-20T19:16:13.6729801Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:13.6733154Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchModifyDcdnWafRules.json' from root:root to runner:runner
2025-08-20T19:16:13.6736409Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainIpaTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:13.6739691Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:13.6743037Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnFullDomainsBlockIP.json' from root:root to runner:runner
2025-08-20T19:16:13.6746079Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineSpec.json' from root:root to runner:runner
2025-08-20T19:16:13.6749217Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PublishDcdnStagingConfigToProduction.json' from root:root to runner:runner
2025-08-20T19:16:13.6752585Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:13.6755832Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnUserRealTimeDeliveryField.json' from root:root to runner:runner
2025-08-20T19:16:13.6758970Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnAclFields.json' from root:root to runner:runner
2025-08-20T19:16:13.6762210Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainWebsocketBpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.6765555Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainUsageData.json' from root:root to runner:runner
2025-08-20T19:16:13.6768594Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserTags.json' from root:root to runner:runner
2025-08-20T19:16:13.6771662Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafRule.json' from root:root to runner:runner
2025-08-20T19:16:13.6774823Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnWafPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.6777867Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:13.6781075Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:13.6784381Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:13.6787580Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDeliverList.json' from root:root to runner:runner
2025-08-20T19:16:13.6790594Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeUserDcdnStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.6793861Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainCcActivityLog.json' from root:root to runner:runner
2025-08-20T19:16:13.6797017Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainTopUrlVisit.json' from root:root to runner:runner
2025-08-20T19:16:13.6800087Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafService.json' from root:root to runner:runner
2025-08-20T19:16:13.6803383Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json' from root:root to runner:runner
2025-08-20T19:16:13.6806583Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/RollbackDcdnStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.6809726Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafPolicyValidDomains.json' from root:root to runner:runner
2025-08-20T19:16:13.6813133Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:13.6816322Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnSpecificStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.6819500Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:13.6822788Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnSLSRealTimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:13.6825918Z [00:02:20.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainCname.json' from root:root to runner:runner
2025-08-20T19:16:13.6829086Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserCertificateExpireCount.json' from root:root to runner:runner
2025-08-20T19:16:13.6832563Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnTopDomainsByFlow.json' from root:root to runner:runner
2025-08-20T19:16:13.6835836Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserVipsByDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6838938Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PublishRoutineCodeRevision.json' from root:root to runner:runner
2025-08-20T19:16:13.6841853Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PutDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:13.6844978Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSMCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:13.6848135Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainByCertificate.json' from root:root to runner:runner
2025-08-20T19:16:13.6851203Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafDomains.json' from root:root to runner:runner
2025-08-20T19:16:13.6854352Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:13.6857493Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UploadStagingRoutineCode.json' from root:root to runner:runner
2025-08-20T19:16:13.6860745Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRealTimeDeliveryField.json' from root:root to runner:runner
2025-08-20T19:16:13.6864034Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateSlrAndSlsProject.json' from root:root to runner:runner
2025-08-20T19:16:13.6867129Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnIpaSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.6870337Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:13.6873764Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeQpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.6876906Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:13.6880120Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRefreshTaskById.json' from root:root to runner:runner
2025-08-20T19:16:13.6883266Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/EditRoutineConf.json' from root:root to runner:runner
2025-08-20T19:16:13.6886325Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchStopDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.6889350Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDcdnWafPolicyDomains.json' from root:root to runner:runner
2025-08-20T19:16:13.6892160Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn' from root:root to runner:runner
2025-08-20T19:16:13.6895194Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/InitializeKvstorePermission.json' from root:root to runner:runner
2025-08-20T19:16:13.6898324Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:13.6901373Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.6904837Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SwitchInstanceZoneFailOver.json' from root:root to runner:runner
2025-08-20T19:16:13.6907945Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:13.6910991Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:13.6914114Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/TransformToPrePaid.json' from root:root to runner:runner
2025-08-20T19:16:13.6917318Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.6920404Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.6923591Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.6926734Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CheckCloudResourceAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:13.6929982Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/EnableAdditionalBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:13.6933420Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeGlobalDistributeCache.json' from root:root to runner:runner
2025-08-20T19:16:13.6936600Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceVpcAuthMode.json' from root:root to runner:runner
2025-08-20T19:16:13.6939788Z [00:02:20.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterGroupTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:13.6943209Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyDBInstanceConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:13.6946322Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RemoveSubInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.6949360Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceMajorVersion.json' from root:root to runner:runner
2025-08-20T19:16:13.6952582Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:13.6955887Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeSecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:13.6959203Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeClusterMemberInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.6962248Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/AddShardingNode.json' from root:root to runner:runner
2025-08-20T19:16:13.6965522Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeLogicInstanceTopology.json' from root:root to runner:runner
2025-08-20T19:16:13.6968748Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/AllocateInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.6971928Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeDBNodeDirectVipInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.6975146Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:13.6978342Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:13.6981522Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateGlobalDistributeCache.json' from root:root to runner:runner
2025-08-20T19:16:13.6984782Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeAuditRecords.json' from root:root to runner:runner
2025-08-20T19:16:13.6987864Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceMinorVersion.json' from root:root to runner:runner
2025-08-20T19:16:13.6990933Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.6994139Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeBackupTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.6997258Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ReleaseInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.7000435Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeRoleZoneInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7003676Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:13.7006858Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/TransformInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:13.7009962Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/UnlockDBInstanceWrite.json' from root:root to runner:runner
2025-08-20T19:16:13.7013176Z [00:02:20.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7016434Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7019616Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ReleaseDirectConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.7022873Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7026120Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeHistoryTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.7029251Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeRunningLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:13.7032677Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstancesOverview.json' from root:root to runner:runner
2025-08-20T19:16:13.7035878Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceNetExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:13.7039046Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateCacheAnalysisTask.json' from root:root to runner:runner
2025-08-20T19:16:13.7042108Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SyncDtsStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.7045380Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.7048457Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.7051671Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CancelActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.7054951Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:13.7058042Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7061011Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:13.7064250Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:13.7067351Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7070452Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/AllocateDirectConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.7073630Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteBackup.json' from root:root to runner:runner
2025-08-20T19:16:13.7076810Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7080001Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:13.7083351Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.7086707Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyGlobalSecurityIPGroupName.json' from root:root to runner:runner
2025-08-20T19:16:13.7089953Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:13.7093158Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.7096209Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyIntranetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.7099403Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeHistoryMonitorValues.json' from root:root to runner:runner
2025-08-20T19:16:13.7102924Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeCacheAnalysisReportList.json' from root:root to runner:runner
2025-08-20T19:16:13.7106231Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:13.7109358Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceTDEStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.7112658Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RenewAdditionalBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:13.7115844Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:13.7118861Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SwitchNetwork.json' from root:root to runner:runner
2025-08-20T19:16:13.7121917Z [00:02:20.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeIntranetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.7125360Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeCacheAnalysisReport.json' from root:root to runner:runner
2025-08-20T19:16:13.7128752Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SwitchInstanceProxy.json' from root:root to runner:runner
2025-08-20T19:16:13.7131840Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:13.7135074Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeMonitorItems.json' from root:root to runner:runner
2025-08-20T19:16:13.7138172Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeAuditLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.7141199Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.7144428Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:13.7147504Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/LockDBInstanceWrite.json' from root:root to runner:runner
2025-08-20T19:16:13.7150812Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifySecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:13.7154267Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeSecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:13.7157311Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.7160333Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/MigrateToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:13.7163441Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:13.7166479Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyActiveOperationTask.json' from root:root to runner:runner
2025-08-20T19:16:13.7169574Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeEncryptionKeyList.json' from root:root to runner:runner
2025-08-20T19:16:13.7172944Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeDedicatedClusterInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:13.7176180Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.7179213Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RestartInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.7182202Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.7185447Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceParameter.json' from root:root to runner:runner
2025-08-20T19:16:13.7188430Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.7191333Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.7194478Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyBackupExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:13.7197687Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeClusterBackupList.json' from root:root to runner:runner
2025-08-20T19:16:13.7200912Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:13.7204275Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:13.7207336Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7210425Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:13.7213558Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.7216742Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.7219972Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterGroupSupportParam.json' from root:root to runner:runner
2025-08-20T19:16:13.7223386Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteShardingNode.json' from root:root to runner:runner
2025-08-20T19:16:13.7226436Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyAuditLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.7229413Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/FlushInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.7232538Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.7235562Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/FlushExpireKeys.json' from root:root to runner:runner
2025-08-20T19:16:13.7238738Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterModificationHistory.json' from root:root to runner:runner
2025-08-20T19:16:13.7241842Z [00:02:20.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:13.7244994Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeEncryptionKey.json' from root:root to runner:runner
2025-08-20T19:16:13.7248232Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeActiveOperationTask.json' from root:root to runner:runner
2025-08-20T19:16:13.7251485Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeDBInstanceNetInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7254851Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:13.7258033Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterGroups.json' from root:root to runner:runner
2025-08-20T19:16:13.7261068Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateTairInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.7264423Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.7267581Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyDBInstanceAutoUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:13.7270815Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:13.7274102Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:13.7277242Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/MasterNodeShutDownFailOver.json' from root:root to runner:runner
2025-08-20T19:16:13.7280363Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7283561Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SwitchInstanceHA.json' from root:root to runner:runner
2025-08-20T19:16:13.7286492Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RestoreInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.7289466Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/FlushInstanceForDB.json' from root:root to runner:runner
2025-08-20T19:16:13.7292639Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/GrantAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:13.7295831Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7298834Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:13.7301736Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore' from root:root to runner:runner
2025-08-20T19:16:13.7304722Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverRule.json' from root:root to runner:runner
2025-08-20T19:16:13.7307777Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeUserServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.7310922Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteResolverEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:13.7314189Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddZone.json' from root:root to runner:runner
2025-08-20T19:16:13.7317188Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddResolverEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:13.7320244Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateZoneRemark.json' from root:root to runner:runner
2025-08-20T19:16:13.7323300Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddResolverRule.json' from root:root to runner:runner
2025-08-20T19:16:13.7326378Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:13.7329482Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeStatisticSummary.json' from root:root to runner:runner
2025-08-20T19:16:13.7332658Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/ChangeZoneDnsGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7335627Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateRecordRemark.json' from root:root to runner:runner
2025-08-20T19:16:13.7338524Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddCustomLine.json' from root:root to runner:runner
2025-08-20T19:16:13.7341430Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteCustomLine.json' from root:root to runner:runner
2025-08-20T19:16:13.7344850Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeSyncEcsHostTask.json' from root:root to runner:runner
2025-08-20T19:16:13.7347876Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverRules.json' from root:root to runner:runner
2025-08-20T19:16:13.7350926Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.7353973Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddZoneRecord.json' from root:root to runner:runner
2025-08-20T19:16:13.7356903Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeCustomLines.json' from root:root to runner:runner
2025-08-20T19:16:13.7359982Z [00:02:20.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeChangeLogs.json' from root:root to runner:runner
2025-08-20T19:16:13.7363146Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateResolverEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:13.7366152Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZoneVpcTree.json' from root:root to runner:runner
2025-08-20T19:16:13.7369246Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddUserVpcAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:13.7372230Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/SearchCustomLines.json' from root:root to runner:runner
2025-08-20T19:16:13.7375308Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7378296Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:13.7381318Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateResolverRule.json' from root:root to runner:runner
2025-08-20T19:16:13.7384415Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteZoneRecord.json' from root:root to runner:runner
2025-08-20T19:16:13.7387376Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/SetZoneRecordStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.7390300Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateZoneRecord.json' from root:root to runner:runner
2025-08-20T19:16:13.7393645Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteUserVpcAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:13.7396671Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZoneRecords.json' from root:root to runner:runner
2025-08-20T19:16:13.7399723Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateCustomLine.json' from root:root to runner:runner
2025-08-20T19:16:13.7402831Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/SetProxyPattern.json' from root:root to runner:runner
2025-08-20T19:16:13.7405752Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:13.7408785Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/BindResolverRuleVpc.json' from root:root to runner:runner
2025-08-20T19:16:13.7411796Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateSyncEcsHostTask.json' from root:root to runner:runner
2025-08-20T19:16:13.7414970Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.7418141Z [00:02:20.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:13.7421190Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeRequestGraph.json' from root:root to runner:runner
2025-08-20T19:16:13.7424384Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeCustomLineInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7427362Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteResolverRule.json' from root:root to runner:runner
2025-08-20T19:16:13.7430283Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.7433475Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeUserVpcAuthorizations.json' from root:root to runner:runner
2025-08-20T19:16:13.7436469Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:13.7439364Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZoneRecord.json' from root:root to runner:runner
2025-08-20T19:16:13.7442564Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:13.7445678Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteZone.json' from root:root to runner:runner
2025-08-20T19:16:13.7448495Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/BindZoneVpc.json' from root:root to runner:runner
2025-08-20T19:16:13.7451342Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZoneInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7454425Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/CheckZoneName.json' from root:root to runner:runner
2025-08-20T19:16:13.7457220Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz' from root:root to runner:runner
2025-08-20T19:16:13.7460010Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RefreshVodObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:13.7463098Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.7466173Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribePlayVideoStatis.json' from root:root to runner:runner
2025-08-20T19:16:13.7469166Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:13.7472094Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DecryptKMSDataKey.json' from root:root to runner:runner
2025-08-20T19:16:13.7475168Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitWorkflowJob.json' from root:root to runner:runner
2025-08-20T19:16:13.7478127Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7481032Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAIImageInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7484124Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAuditHistory.json' from root:root to runner:runner
2025-08-20T19:16:13.7487083Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:13.7490147Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVideoInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7493142Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7496204Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateUploadAttachedMedia.json' from root:root to runner:runner
2025-08-20T19:16:13.7499129Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetCategories.json' from root:root to runner:runner
2025-08-20T19:16:13.7502112Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateUploadVideo.json' from root:root to runner:runner
2025-08-20T19:16:13.7505366Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodStorageData.json' from root:root to runner:runner
2025-08-20T19:16:13.7508388Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/VerifyVodDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:13.7511329Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateVideoInfos.json' from root:root to runner:runner
2025-08-20T19:16:13.7514577Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAppPoliciesForIdentity.json' from root:root to runner:runner
2025-08-20T19:16:13.7517709Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetDefaultTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7520772Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitTranscodeJobs.json' from root:root to runner:runner
2025-08-20T19:16:13.7523932Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7526880Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVideoList.json' from root:root to runner:runner
2025-08-20T19:16:13.7529756Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListTranscodeTask.json' from root:root to runner:runner
2025-08-20T19:16:13.7532907Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7535896Z [00:02:20.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMessageCallback.json' from root:root to runner:runner
2025-08-20T19:16:13.7538976Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/BatchStopVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.7541854Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7544924Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAppInfos.json' from root:root to runner:runner
2025-08-20T19:16:13.7547779Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.7550770Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteCategory.json' from root:root to runner:runner
2025-08-20T19:16:13.7554018Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetEditingProjectMaterials.json' from root:root to runner:runner
2025-08-20T19:16:13.7557097Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:13.7560101Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAttachedMediaInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7563309Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:13.7566378Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAuditSecurityIp.json' from root:root to runner:runner
2025-08-20T19:16:13.7569427Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodPlayerDimensionData.json' from root:root to runner:runner
2025-08-20T19:16:13.7572594Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteWatermark.json' from root:root to runner:runner
2025-08-20T19:16:13.7575530Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListLiveRecordVideo.json' from root:root to runner:runner
2025-08-20T19:16:13.7578537Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddEditingProjectMaterials.json' from root:root to runner:runner
2025-08-20T19:16:13.7581429Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetPlayInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7584503Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitAIImageAuditJob.json' from root:root to runner:runner
2025-08-20T19:16:13.7587675Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:13.7590755Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetTranscodeTask.json' from root:root to runner:runner
2025-08-20T19:16:13.7593879Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodRefreshQuota.json' from root:root to runner:runner
2025-08-20T19:16:13.7596798Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RestoreMedia.json' from root:root to runner:runner
2025-08-20T19:16:13.7599791Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaRefreshJobs.json' from root:root to runner:runner
2025-08-20T19:16:13.7602943Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.7605787Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddWatermark.json' from root:root to runner:runner
2025-08-20T19:16:13.7608865Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodTieringStorageRetrievalData.json' from root:root to runner:runner
2025-08-20T19:16:13.7612062Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AttachAppPolicyToIdentity.json' from root:root to runner:runner
2025-08-20T19:16:13.7615355Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:13.7618483Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainBpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:13.7621506Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaAuditResult.json' from root:root to runner:runner
2025-08-20T19:16:13.7624544Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetImageInfos.json' from root:root to runner:runner
2025-08-20T19:16:13.7627356Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetImageInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7630311Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7633498Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteMessageCallback.json' from root:root to runner:runner
2025-08-20T19:16:13.7636625Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitDynamicImageJob.json' from root:root to runner:runner
2025-08-20T19:16:13.7639745Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GenerateDownloadSecretKey.json' from root:root to runner:runner
2025-08-20T19:16:13.7642997Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainUsageData.json' from root:root to runner:runner
2025-08-20T19:16:13.7645948Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:13.7648988Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/BatchGetMediaInfos.json' from root:root to runner:runner
2025-08-20T19:16:13.7652096Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeMediaDistribution.json' from root:root to runner:runner
2025-08-20T19:16:13.7655365Z [00:02:20.601]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaAuditAudioResultDetail.json' from root:root to runner:runner
2025-08-20T19:16:13.7658599Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:13.7661633Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SearchMedia.json' from root:root to runner:runner
2025-08-20T19:16:13.7664697Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SearchEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:13.7667743Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:13.7670703Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAIJob.json' from root:root to runner:runner
2025-08-20T19:16:13.7673861Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodSSLCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:13.7676996Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.7680181Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeByteHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:13.7683631Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:13.7686528Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.7689640Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateMediaStorageClass.json' from root:root to runner:runner
2025-08-20T19:16:13.7692976Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:13.7696281Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetVodDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:13.7699245Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetURLUploadInfos.json' from root:root to runner:runner
2025-08-20T19:16:13.7702210Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7705183Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListJobInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7708083Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribePlayUserAvg.json' from root:root to runner:runner
2025-08-20T19:16:13.7711001Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAIMediaAuditJob.json' from root:root to runner:runner
2025-08-20T19:16:13.7714232Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitDigitalWatermarkExtractJob.json' from root:root to runner:runner
2025-08-20T19:16:13.7717379Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetVodDomainSSLCertificate.json' from root:root to runner:runner
2025-08-20T19:16:13.7720411Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/PreloadVodObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:13.7723663Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteEditingProjectMaterials.json' from root:root to runner:runner
2025-08-20T19:16:13.7726660Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateVideoInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7729559Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetDefaultAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.7732868Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaAuditResultDetail.json' from root:root to runner:runner
2025-08-20T19:16:13.7735852Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodAIData.json' from root:root to runner:runner
2025-08-20T19:16:13.7738820Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:13.7741673Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UploadMediaByURL.json' from root:root to runner:runner
2025-08-20T19:16:13.7744830Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteDynamicImage.json' from root:root to runner:runner
2025-08-20T19:16:13.7747865Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddVodStorageForApp.json' from root:root to runner:runner
2025-08-20T19:16:13.7750828Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetTranscodeSummary.json' from root:root to runner:runner
2025-08-20T19:16:13.7753961Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetCrossdomainContent.json' from root:root to runner:runner
2025-08-20T19:16:13.7756853Z [00:02:20.602]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitAIJob.json' from root:root to runner:runner
2025-08-20T19:16:13.7759795Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListWatermark.json' from root:root to runner:runner
2025-08-20T19:16:13.7762824Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.7765690Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.7768733Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.7771865Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.7775050Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaDNAResult.json' from root:root to runner:runner
2025-08-20T19:16:13.7778070Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainMax95BpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.7781195Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.7784352Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7787456Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMezzanineInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7790400Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.7793678Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribePlayUserTotal.json' from root:root to runner:runner
2025-08-20T19:16:13.7796671Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteStream.json' from root:root to runner:runner
2025-08-20T19:16:13.7799580Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:13.7802844Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeDetailData.json' from root:root to runner:runner
2025-08-20T19:16:13.7805987Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribePlayTopVideos.json' from root:root to runner:runner
2025-08-20T19:16:13.7808891Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddCategory.json' from root:root to runner:runner
2025-08-20T19:16:13.7811751Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetWatermark.json' from root:root to runner:runner
2025-08-20T19:16:13.7814834Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RegisterMedia.json' from root:root to runner:runner
2025-08-20T19:16:13.7817637Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateAudit.json' from root:root to runner:runner
2025-08-20T19:16:13.7820559Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitMediaDNADeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:13.7823692Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetAuditSecurityIp.json' from root:root to runner:runner
2025-08-20T19:16:13.7826618Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteMezzanines.json' from root:root to runner:runner
2025-08-20T19:16:13.7858518Z [00:02:20.603]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVideoPlayAuth.json' from root:root to runner:runner
2025-08-20T19:16:13.7861532Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodPlayerCollectData.json' from root:root to runner:runner
2025-08-20T19:16:13.7864845Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitSnapshotJob.json' from root:root to runner:runner
2025-08-20T19:16:13.7867785Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteMultipartUpload.json' from root:root to runner:runner
2025-08-20T19:16:13.7870919Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodMediaPlayData.json' from root:root to runner:runner
2025-08-20T19:16:13.7874411Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GenerateKMSDataKey.json' from root:root to runner:runner
2025-08-20T19:16:13.7877357Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitPreprocessJobs.json' from root:root to runner:runner
2025-08-20T19:16:13.7880257Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateWatermark.json' from root:root to runner:runner
2025-08-20T19:16:13.7883294Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.7886225Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitAIMediaAuditJob.json' from root:root to runner:runner
2025-08-20T19:16:13.7889133Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteVideo.json' from root:root to runner:runner
2025-08-20T19:16:13.7891994Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetDefaultWatermark.json' from root:root to runner:runner
2025-08-20T19:16:13.7895395Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/BatchStartVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.7898339Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.7901497Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodRangeDataByLocateAndIspService.json' from root:root to runner:runner
2025-08-20T19:16:13.7904811Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitAIImageJob.json' from root:root to runner:runner
2025-08-20T19:16:13.7907916Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainQpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.7911130Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetDigitalWatermarkExtractResult.json' from root:root to runner:runner
2025-08-20T19:16:13.7914388Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteAttachedMedia.json' from root:root to runner:runner
2025-08-20T19:16:13.7917515Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeQpsData.json' from root:root to runner:runner
2025-08-20T19:16:13.7920675Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteAIImageInfos.json' from root:root to runner:runner
2025-08-20T19:16:13.7923832Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateCategory.json' from root:root to runner:runner
2025-08-20T19:16:13.7926685Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAIImageJobs.json' from root:root to runner:runner
2025-08-20T19:16:13.7929637Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodEditingUsageData.json' from root:root to runner:runner
2025-08-20T19:16:13.7932999Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:13.7936108Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UploadStreamByURL.json' from root:root to runner:runner
2025-08-20T19:16:13.7938992Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RefreshUploadVideo.json' from root:root to runner:runner
2025-08-20T19:16:13.7941958Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateAttachedMediaInfos.json' from root:root to runner:runner
2025-08-20T19:16:13.7945086Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.7948036Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodVerifyContent.json' from root:root to runner:runner
2025-08-20T19:16:13.7950949Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7953952Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/MoveAppResource.json' from root:root to runner:runner
2025-08-20T19:16:13.7957053Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ProduceEditingProjectVideo.json' from root:root to runner:runner
2025-08-20T19:16:13.7960173Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainLog.json' from root:root to runner:runner
2025-08-20T19:16:13.7963408Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.7966607Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodRefreshTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.7969567Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateImageInfos.json' from root:root to runner:runner
2025-08-20T19:16:13.7972781Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetDailyPlayRegionStatis.json' from root:root to runner:runner
2025-08-20T19:16:13.7975819Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RefreshMediaPlayUrls.json' from root:root to runner:runner
2025-08-20T19:16:13.7978816Z [00:02:20.604]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteVodSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.7981826Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodTranscodeData.json' from root:root to runner:runner
2025-08-20T19:16:13.7985058Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAIVideoTagResult.json' from root:root to runner:runner
2025-08-20T19:16:13.7987969Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateUploadImage.json' from root:root to runner:runner
2025-08-20T19:16:13.7990809Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVideoInfos.json' from root:root to runner:runner
2025-08-20T19:16:13.7993841Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.7996857Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetMessageCallback.json' from root:root to runner:runner
2025-08-20T19:16:13.7999860Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:13.8003137Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaAuditResultTimeline.json' from root:root to runner:runner
2025-08-20T19:16:13.8006385Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodTieringStorageData.json' from root:root to runner:runner
2025-08-20T19:16:13.8009448Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetDefaultAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.8012652Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DetachAppPolicyFromIdentity.json' from root:root to runner:runner
2025-08-20T19:16:13.8015841Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CancelUrlUploadJobs.json' from root:root to runner:runner
2025-08-20T19:16:13.8018831Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:13.8021878Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetUploadDetails.json' from root:root to runner:runner
2025-08-20T19:16:13.8025052Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/BatchSetVodDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:13.8028144Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodPlayerMetricData.json' from root:root to runner:runner
2025-08-20T19:16:13.8031126Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:13.8034268Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.8037119Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:13.8040075Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetEditingProjectMaterials.json' from root:root to runner:runner
2025-08-20T19:16:13.8043179Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListDynamicImage.json' from root:root to runner:runner
2025-08-20T19:16:13.8046171Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteImage.json' from root:root to runner:runner
2025-08-20T19:16:13.8048824Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod' from root:root to runner:runner
2025-08-20T19:16:13.8051942Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCcProtectSwitch.json' from root:root to runner:runner
2025-08-20T19:16:13.8055409Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebPreciseAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8058489Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyElasticBizQps.json' from root:root to runner:runner
2025-08-20T19:16:13.8061567Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAreaBlockConfigs.json' from root:root to runner:runner
2025-08-20T19:16:13.8065028Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDestinationPortEvent.json' from root:root to runner:runner
2025-08-20T19:16:13.8068112Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceIds.json' from root:root to runner:runner
2025-08-20T19:16:13.8071258Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainQPSList.json' from root:root to runner:runner
2025-08-20T19:16:13.8074466Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeL7RsPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.8077572Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDefenseCountStatistics.json' from root:root to runner:runner
2025-08-20T19:16:13.8080597Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePort.json' from root:root to runner:runner
2025-08-20T19:16:13.8083682Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteAsyncTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8086674Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/AddAutoCcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:13.8089761Z [00:02:20.605]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyNetworkRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.8092963Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeElasticQps.json' from root:root to runner:runner
2025-08-20T19:16:13.8096037Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateWebRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8099011Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventSrcIp.json' from root:root to runner:runner
2025-08-20T19:16:13.8102167Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigLayer4RulePolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.8105409Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteAutoCcBlacklist.json' from root:root to runner:runner
2025-08-20T19:16:13.8108485Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeBackSourceCidr.json' from root:root to runner:runner
2025-08-20T19:16:13.8111502Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigWebCCTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.8114846Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateTagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.8117937Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyTlsConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.8120981Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EnableSceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.8124189Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigL7UsKeepalive.json' from root:root to runner:runner
2025-08-20T19:16:13.8127192Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeCnameReuses.json' from root:root to runner:runner
2025-08-20T19:16:13.8130235Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyHealthCheckConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.8133505Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopAttackList.json' from root:root to runner:runner
2025-08-20T19:16:13.8136655Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopUserAgent.json' from root:root to runner:runner
2025-08-20T19:16:13.8139727Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EmptyAutoCcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:13.8142981Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceExt.json' from root:root to runner:runner
2025-08-20T19:16:13.8146041Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAutoCcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:13.8149047Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DisableWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8152145Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EmptyAutoCcBlacklist.json' from root:root to runner:runner
2025-08-20T19:16:13.8155397Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortConnsCount.json' from root:root to runner:runner
2025-08-20T19:16:13.8158409Z [00:02:20.606]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeOpEntities.json' from root:root to runner:runner
2025-08-20T19:16:13.8161508Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeNetworkRules.json' from root:root to runner:runner
2025-08-20T19:16:13.8164783Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebInstanceRelations.json' from root:root to runner:runner
2025-08-20T19:16:13.8167921Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeCerts.json' from root:root to runner:runner
2025-08-20T19:16:13.8170945Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeUnBlackholeCount.json' from root:root to runner:runner
2025-08-20T19:16:13.8174186Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCacheMode.json' from root:root to runner:runner
2025-08-20T19:16:13.8177243Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAttackAnalysisMaxQps.json' from root:root to runner:runner
2025-08-20T19:16:13.8180417Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainStatusCodeList.json' from root:root to runner:runner
2025-08-20T19:16:13.8183673Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ReleaseInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.8186631Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateAsyncTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8189614Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeTagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.8192927Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSchedulerRules.json' from root:root to runner:runner
2025-08-20T19:16:13.8195974Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventArea.json' from root:root to runner:runner
2025-08-20T19:16:13.8199146Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigLayer4RuleBakMode.json' from root:root to runner:runner
2025-08-20T19:16:13.8202323Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainViewSourceProvinces.json' from root:root to runner:runner
2025-08-20T19:16:13.8204097Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigWebCCRuleV2.json' from root:root to runner:runner
2025-08-20T19:16:13.8205771Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSceneDefensePolicies.json' from root:root to runner:runner
2025-08-20T19:16:13.8207468Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAreaBlock.json' from root:root to runner:runner
2025-08-20T19:16:13.8209056Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EnableWebCC.json' from root:root to runner:runner
2025-08-20T19:16:13.8210646Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDoSEvents.json' from root:root to runner:runner
2025-08-20T19:16:13.8212277Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebCacheCustomRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8214046Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateNetworkRules.json' from root:root to runner:runner
2025-08-20T19:16:13.8215728Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAIProtectMode.json' from root:root to runner:runner
2025-08-20T19:16:13.8217286Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigL7RsPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.8218915Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EnableWebAccessLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.8220475Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8222205Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCCGlobalSwitch.json' from root:root to runner:runner
2025-08-20T19:16:13.8223940Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteTagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.8225563Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortAutoCcStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8227309Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAccessMode.json' from root:root to runner:runner
2025-08-20T19:16:13.8229019Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebPreciseAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8230630Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyPortAutoCcStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8232246Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DisableWebAccessLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.8234173Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortConnsList.json' from root:root to runner:runner
2025-08-20T19:16:13.8235866Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8237482Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeElasticQpsRecord.json' from root:root to runner:runner
2025-08-20T19:16:13.8239072Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSlaEventList.json' from root:root to runner:runner
2025-08-20T19:16:13.8240792Z [00:02:20.607]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainViewSourceCountries.json' from root:root to runner:runner
2025-08-20T19:16:13.8242628Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopReferer.json' from root:root to runner:runner
2025-08-20T19:16:13.8244263Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAreaBlockSwitch.json' from root:root to runner:runner
2025-08-20T19:16:13.8245848Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteSchedulerRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8247462Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceDetails.json' from root:root to runner:runner
2025-08-20T19:16:13.8249185Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDefenseRecords.json' from root:root to runner:runner
2025-08-20T19:16:13.8250801Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteSceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.8252725Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeElasticBandwidthSpec.json' from root:root to runner:runner
2025-08-20T19:16:13.8254367Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateSceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.8255974Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeHealthCheckList.json' from root:root to runner:runner
2025-08-20T19:16:13.8257478Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8259158Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigL7GlobalRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8260899Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventIsp.json' from root:root to runner:runner
2025-08-20T19:16:13.8262670Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainOverview.json' from root:root to runner:runner
2025-08-20T19:16:13.8264384Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortViewSourceProvinces.json' from root:root to runner:runner
2025-08-20T19:16:13.8266068Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortViewSourceIsps.json' from root:root to runner:runner
2025-08-20T19:16:13.8267694Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCacheCustomRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8269261Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/SwitchSchedulerRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8270905Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSceneDefenseObjects.json' from root:root to runner:runner
2025-08-20T19:16:13.8272583Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyQpsMode.json' from root:root to runner:runner
2025-08-20T19:16:13.8274430Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainViewTopCostTime.json' from root:root to runner:runner
2025-08-20T19:16:13.8276039Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainResource.json' from root:root to runner:runner
2025-08-20T19:16:13.8277770Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAccessLogDispatchStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8279446Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCCRules.json' from root:root to runner:runner
2025-08-20T19:16:13.8281014Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/AddAutoCcBlacklist.json' from root:root to runner:runner
2025-08-20T19:16:13.8282721Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebCCRuleV2.json' from root:root to runner:runner
2025-08-20T19:16:13.8284453Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortAttackMaxFlow.json' from root:root to runner:runner
2025-08-20T19:16:13.8286055Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeL7UsKeepalive.json' from root:root to runner:runner
2025-08-20T19:16:13.8287798Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopHttpMethod.json' from root:root to runner:runner
2025-08-20T19:16:13.8289477Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainStatusCodeCount.json' from root:root to runner:runner
2025-08-20T19:16:13.8291104Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeLayer4RulePolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.8292859Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DetachSceneDefenseObject.json' from root:root to runner:runner
2025-08-20T19:16:13.8294446Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EnableWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8295973Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyFullLogTtl.json' from root:root to runner:runner
2025-08-20T19:16:13.8297596Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/AttachSceneDefenseObject.json' from root:root to runner:runner
2025-08-20T19:16:13.8299146Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigNetworkRules.json' from root:root to runner:runner
2025-08-20T19:16:13.8300929Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifySceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.8302683Z [00:02:20.608]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSlsLogstoreInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.8304408Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeStsGrantStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8306007Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteAutoCcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:13.8307633Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeNetworkRegionBlock.json' from root:root to runner:runner
2025-08-20T19:16:13.8309250Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAIProtectSwitch.json' from root:root to runner:runner
2025-08-20T19:16:13.8310979Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeHealthCheckStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8312769Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8314347Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomains.json' from root:root to runner:runner
2025-08-20T19:16:13.8316001Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAutoCcListCount.json' from root:root to runner:runner
2025-08-20T19:16:13.8317670Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebPreciseAccessSwitch.json' from root:root to runner:runner
2025-08-20T19:16:13.8319298Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceStatistics.json' from root:root to runner:runner
2025-08-20T19:16:13.8320787Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreatePort.json' from root:root to runner:runner
2025-08-20T19:16:13.8322374Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8324106Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyOcspStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8325824Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8327423Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCustomPorts.json' from root:root to runner:runner
2025-08-20T19:16:13.8329017Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCCRulesV2.json' from root:root to runner:runner
2025-08-20T19:16:13.8330695Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeBlockStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8332309Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyElasticBandWidth.json' from root:root to runner:runner
2025-08-20T19:16:13.8334051Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAccessMode.json' from root:root to runner:runner
2025-08-20T19:16:13.8335592Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/AssociateWebCert.json' from root:root to runner:runner
2025-08-20T19:16:13.8337264Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAsyncTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.8338959Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventMax.json' from root:root to runner:runner
2025-08-20T19:16:13.8340586Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeBlackholeStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8342126Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSystemLog.json' from root:root to runner:runner
2025-08-20T19:16:13.8343862Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:13.8345376Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeletePort.json' from root:root to runner:runner
2025-08-20T19:16:13.8347006Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebPreciseAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8348620Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigNetworkRegionBlock.json' from root:root to runner:runner
2025-08-20T19:16:13.8350282Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigUdpReflect.json' from root:root to runner:runner
2025-08-20T19:16:13.8352011Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainViewTopUrl.json' from root:root to runner:runner
2025-08-20T19:16:13.8353843Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeNetworkRuleAttributes.json' from root:root to runner:runner
2025-08-20T19:16:13.8355436Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyHttp2Enable.json' from root:root to runner:runner
2025-08-20T19:16:13.8356955Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8358563Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAutoCcBlacklist.json' from root:root to runner:runner
2025-08-20T19:16:13.8360189Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainAttackEvents.json' from root:root to runner:runner
2025-08-20T19:16:13.8361876Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceSpecs.json' from root:root to runner:runner
2025-08-20T19:16:13.8363690Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainH2Fingerprint.json' from root:root to runner:runner
2025-08-20T19:16:13.8365363Z [00:02:20.609]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateSchedulerRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8366962Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSlsAuthStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8368564Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortFlowList.json' from root:root to runner:runner
2025-08-20T19:16:13.8370109Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8371705Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyBlackholeStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8373509Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopFingerprint.json' from root:root to runner:runner
2025-08-20T19:16:13.8375218Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortMaxConns.json' from root:root to runner:runner
2025-08-20T19:16:13.8376726Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DisableWebCC.json' from root:root to runner:runner
2025-08-20T19:16:13.8378510Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAccessLogEmptyCount.json' from root:root to runner:runner
2025-08-20T19:16:13.8380091Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeL7GlobalRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8381676Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateDomainResource.json' from root:root to runner:runner
2025-08-20T19:16:13.8383612Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortViewSourceCountries.json' from root:root to runner:runner
2025-08-20T19:16:13.8385142Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyPort.json' from root:root to runner:runner
2025-08-20T19:16:13.8386781Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAccessLogStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8388531Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventAttackType.json' from root:root to runner:runner
2025-08-20T19:16:13.8390263Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosAllEventList.json' from root:root to runner:runner
2025-08-20T19:16:13.8391786Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyHeaders.json' from root:root to runner:runner
2025-08-20T19:16:13.8393486Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigWebIpSet.json' from root:root to runner:runner
2025-08-20T19:16:13.8395057Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebRules.json' from root:root to runner:runner
2025-08-20T19:16:13.8396678Z [00:02:20.610]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCacheConfigs.json' from root:root to runner:runner
2025-08-20T19:16:13.8398235Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainBps.json' from root:root to runner:runner
2025-08-20T19:16:13.8399803Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyDomainResource.json' from root:root to runner:runner
2025-08-20T19:16:13.8401551Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DisableSceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.8403355Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EmptySlsLogstore.json' from root:root to runner:runner
2025-08-20T19:16:13.8404924Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCacheSwitch.json' from root:root to runner:runner
2025-08-20T19:16:13.8406473Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeUdpReflect.json' from root:root to runner:runner
2025-08-20T19:16:13.8408003Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.8409598Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebIpSetSwitch.json' from root:root to runner:runner
2025-08-20T19:16:13.8411159Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteDomainResource.json' from root:root to runner:runner
2025-08-20T19:16:13.8412965Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyBlockStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8414641Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeUnBlockCount.json' from root:root to runner:runner
2025-08-20T19:16:13.8416334Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifySchedulerRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8417872Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyCnameReuse.json' from root:root to runner:runner
2025-08-20T19:16:13.8419462Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSlsOpenStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8421046Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyInstanceRemark.json' from root:root to runner:runner
2025-08-20T19:16:13.8422912Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeLogStoreExistStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8424488Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigLayer4Remark.json' from root:root to runner:runner
2025-08-20T19:16:13.8425972Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo' from root:root to runner:runner
2025-08-20T19:16:13.8427522Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/EvaluateTrace.json' from root:root to runner:runner
2025-08-20T19:16:13.8429227Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/StopOnlineEvalTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8430881Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/CreateServiceIdentityRole.json' from root:root to runner:runner
2025-08-20T19:16:13.8432688Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/GetEvaluationTemplates.json' from root:root to runner:runner
2025-08-20T19:16:13.8434366Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/ListOnlineEvalTaskResults.json' from root:root to runner:runner
2025-08-20T19:16:13.8435996Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/DeleteOnlineEvalTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8437622Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/CreateOnlineEvalTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8439309Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/GetOnlineEvalTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8441018Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/ListOnlineEvalTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.8442760Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/ListEvalResults.json' from root:root to runner:runner
2025-08-20T19:16:13.8444407Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/GetServiceIdentityRole.json' from root:root to runner:runner
2025-08-20T19:16:13.8445994Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/GetXtraceToken.json' from root:root to runner:runner
2025-08-20T19:16:13.8447608Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/UpdateOnlineEvalTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8449196Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/ListTracesDatas.json' from root:root to runner:runner
2025-08-20T19:16:13.8450572Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace' from root:root to runner:runner
2025-08-20T19:16:13.8452281Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.8454124Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CheckCloudResourceAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:13.8455942Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeScaleOutMigrateTaskList.json' from root:root to runner:runner
2025-08-20T19:16:13.8457508Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8459119Z [00:02:20.611]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDBInstanceClass.json' from root:root to runner:runner
2025-08-20T19:16:13.8460858Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDBInstanceConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:13.8462639Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/EnableRightsSeparation.json' from root:root to runner:runner
2025-08-20T19:16:13.8464268Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:13.8466085Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpgradeDBInstanceKernelVersion.json' from root:root to runner:runner
2025-08-20T19:16:13.8467911Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/AllocateInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.8469503Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:13.8471139Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDatabaseDescription.json' from root:root to runner:runner
2025-08-20T19:16:13.8472905Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/SwitchGdnMemberRole.json' from root:root to runner:runner
2025-08-20T19:16:13.8474529Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeBackupSetList.json' from root:root to runner:runner
2025-08-20T19:16:13.8476252Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ReleaseInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.8477929Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:13.8479657Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeUserEncryptionKeyList.json' from root:root to runner:runner
2025-08-20T19:16:13.8481320Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/RestartDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.8483077Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyParameter.json' from root:root to runner:runner
2025-08-20T19:16:13.8484708Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeCharacterSet.json' from root:root to runner:runner
2025-08-20T19:16:13.8486275Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeAccountList.json' from root:root to runner:runner
2025-08-20T19:16:13.8487898Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeBinaryLogList.json' from root:root to runner:runner
2025-08-20T19:16:13.8489501Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/AllocateColdDataVolume.json' from root:root to runner:runner
2025-08-20T19:16:13.8491222Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/AlignStoragePrimaryAzone.json' from root:root to runner:runner
2025-08-20T19:16:13.8493190Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.8494781Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.8496436Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CancelActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.8498160Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyActiveOperationMaintainConf.json' from root:root to runner:runner
2025-08-20T19:16:13.8499792Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:13.8501507Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDBInstanceDescription.json' from root:root to runner:runner
2025-08-20T19:16:13.8503259Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ReleaseColdDataVolume.json' from root:root to runner:runner
2025-08-20T19:16:13.8504922Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:13.8506625Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeBackupSet.json' from root:root to runner:runner
2025-08-20T19:16:13.8508282Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeParameterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:13.8509755Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DeleteDB.json' from root:root to runner:runner
2025-08-20T19:16:13.8511389Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:13.8513165Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceHA.json' from root:root to runner:runner
2025-08-20T19:16:13.8514808Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpdateDBInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:13.8516351Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDbList.json' from root:root to runner:runner
2025-08-20T19:16:13.8518090Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DeleteDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.8519824Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:13.8521457Z [00:02:20.612]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeArchiveTableList.json' from root:root to runner:runner
2025-08-20T19:16:13.8523223Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:13.8524814Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpdateBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.8526418Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeSecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:13.8527950Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:13.8529603Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceTopology.json' from root:root to runner:runner
2025-08-20T19:16:13.8531365Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDistributeTableList.json' from root:root to runner:runner
2025-08-20T19:16:13.8533329Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceViaEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:13.8534961Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DisableRightsSeparation.json' from root:root to runner:runner
2025-08-20T19:16:13.8536587Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:13.8538118Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.8539892Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpdatePolarDBXInstanceNode.json' from root:root to runner:runner
2025-08-20T19:16:13.8541480Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:13.8543318Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/SwitchDBInstanceHA.json' from root:root to runner:runner
2025-08-20T19:16:13.8544970Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeColdDataBasicInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.8546497Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.8548025Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.8549592Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateSuperAccount.json' from root:root to runner:runner
2025-08-20T19:16:13.8551174Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpdateDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:13.8552837Z [00:02:20.613]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:13.8554404Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:13.8556058Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeEvents.json' from root:root to runner:runner
2025-08-20T19:16:13.8557612Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.8559238Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:13.8560809Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeGdnInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8562584Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDBInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.8564449Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeActiveOperationMaintainConf.json' from root:root to runner:runner
2025-08-20T19:16:13.8565947Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateDB.json' from root:root to runner:runner
2025-08-20T19:16:13.8567595Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.8569324Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeOpenBackupSet.json' from root:root to runner:runner
2025-08-20T19:16:13.8570990Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:13.8572794Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.8574447Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBNodePerformance.json' from root:root to runner:runner
2025-08-20T19:16:13.8576162Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeActiveOperationTaskCount.json' from root:root to runner:runner
2025-08-20T19:16:13.8577534Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx' from root:root to runner:runner
2025-08-20T19:16:13.8579162Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListNodeDependencies.json' from root:root to runner:runner
2025-08-20T19:16:13.8580855Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityTemplates.json' from root:root to runner:runner
2025-08-20T19:16:13.8582864Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/TriggerSchedulerTaskInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.8584707Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDownstreamTaskInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8586317Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ImportCertificate.json' from root:root to runner:runner
2025-08-20T19:16:13.8587968Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateIDEEventResult.json' from root:root to runner:runner
2025-08-20T19:16:13.8589724Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetRerunWorkflowInstancesResult.json' from root:root to runner:runner
2025-08-20T19:16:13.8591381Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.8593155Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListProjectRoles.json' from root:root to runner:runner
2025-08-20T19:16:13.8594990Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDeploymentPackageFiles.json' from root:root to runner:runner
2025-08-20T19:16:13.8596593Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CloneDataSource.json' from root:root to runner:runner
2025-08-20T19:16:13.8598287Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RenameWorkflowDefinition.json' from root:root to runner:runner
2025-08-20T19:16:13.8600112Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/AttachDataQualityRulesToEvaluationTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8601787Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateMetaCollection.json' from root:root to runner:runner
2025-08-20T19:16:13.8603650Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ImportWorkflowDefinition.json' from root:root to runner:runner
2025-08-20T19:16:13.8605313Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StartWorkflowInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8606918Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateFunction.json' from root:root to runner:runner
2025-08-20T19:16:13.8608614Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateFunction.json' from root:root to runner:runner
2025-08-20T19:16:13.8610281Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetBusiness.json' from root:root to runner:runner
2025-08-20T19:16:13.8611924Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ExecPipelineRunStage.json' from root:root to runner:runner
2025-08-20T19:16:13.8613673Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListBusiness.json' from root:root to runner:runner
2025-08-20T19:16:13.8615500Z [00:02:20.614]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityEvaluationTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8617176Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListSchemas.json' from root:root to runner:runner
2025-08-20T19:16:13.8618827Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIJobRunDetails.json' from root:root to runner:runner
2025-08-20T19:16:13.8620471Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIJobs.json' from root:root to runner:runner
2025-08-20T19:16:13.8622159Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/SetSuccessTaskInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8623925Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetProjectMember.json' from root:root to runner:runner
2025-08-20T19:16:13.8625604Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDeploymentPackage.json' from root:root to runner:runner
2025-08-20T19:16:13.8627258Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8628828Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDIJobLog.json' from root:root to runner:runner
2025-08-20T19:16:13.8630429Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.8631987Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/MoveFunction.json' from root:root to runner:runner
2025-08-20T19:16:13.8633848Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListFolders.json' from root:root to runner:runner
2025-08-20T19:16:13.8635466Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataSources.json' from root:root to runner:runner
2025-08-20T19:16:13.8637160Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetCertificate.json' from root:root to runner:runner
2025-08-20T19:16:13.8638696Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListFiles.json' from root:root to runner:runner
2025-08-20T19:16:13.8640285Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteProject.json' from root:root to runner:runner
2025-08-20T19:16:13.8642075Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteWorkflowDefinition.json' from root:root to runner:runner
2025-08-20T19:16:13.8643787Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetProject.json' from root:root to runner:runner
2025-08-20T19:16:13.8645475Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListLineageRelationships.json' from root:root to runner:runner
2025-08-20T19:16:13.8647157Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDIJob.json' from root:root to runner:runner
2025-08-20T19:16:13.8648907Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.8650490Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListLineages.json' from root:root to runner:runner
2025-08-20T19:16:13.8652042Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteNode.json' from root:root to runner:runner
2025-08-20T19:16:13.8653789Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataAssets.json' from root:root to runner:runner
2025-08-20T19:16:13.8655531Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListEntitiesInMetaCollection.json' from root:root to runner:runner
2025-08-20T19:16:13.8657181Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataAssetTag.json' from root:root to runner:runner
2025-08-20T19:16:13.8659057Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityEvaluationTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.8660697Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDownstreamTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.8662686Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateLineageRelationship.json' from root:root to runner:runner
2025-08-20T19:16:13.8664367Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8665988Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataSource.json' from root:root to runner:runner
2025-08-20T19:16:13.8667660Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataSource.json' from root:root to runner:runner
2025-08-20T19:16:13.8669290Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataSource.json' from root:root to runner:runner
2025-08-20T19:16:13.8670893Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListUpstreamTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.8672829Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateWorkflowInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8674527Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StopWorkflowInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8676059Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/MoveNode.json' from root:root to runner:runner
2025-08-20T19:16:13.8677608Z [00:02:20.615]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetSchema.json' from root:root to runner:runner
2025-08-20T19:16:13.8679261Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListResourceGroups.json' from root:root to runner:runner
2025-08-20T19:16:13.8680856Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:13.8682765Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8684443Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListProjectMembers.json' from root:root to runner:runner
2025-08-20T19:16:13.8686147Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDIJob.json' from root:root to runner:runner
2025-08-20T19:16:13.8687997Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataSourceSharedRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8689622Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataAssetTag.json' from root:root to runner:runner
2025-08-20T19:16:13.8691392Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/SuspendTaskInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8693222Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityScanRunLog.json' from root:root to runner:runner
2025-08-20T19:16:13.8694941Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8696531Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDatabases.json' from root:root to runner:runner
2025-08-20T19:16:13.8698370Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8699994Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/AbolishPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:13.8701570Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListProjects.json' from root:root to runner:runner
2025-08-20T19:16:13.8703411Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDeploymentPackages.json' from root:root to runner:runner
2025-08-20T19:16:13.8704987Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8706586Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListPartitions.json' from root:root to runner:runner
2025-08-20T19:16:13.8708188Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataAssetTags.json' from root:root to runner:runner
2025-08-20T19:16:13.8709880Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataSourceSharedRules.json' from root:root to runner:runner
2025-08-20T19:16:13.8711559Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetPartition.json' from root:root to runner:runner
2025-08-20T19:16:13.8713403Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteBusiness.json' from root:root to runner:runner
2025-08-20T19:16:13.8715133Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityScanRun.json' from root:root to runner:runner
2025-08-20T19:16:13.8716830Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteFile.json' from root:root to runner:runner
2025-08-20T19:16:13.8718461Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetTaskInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.8720133Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StartDIJob.json' from root:root to runner:runner
2025-08-20T19:16:13.8721790Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListWorkflowInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8723678Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.8725312Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetIDEEventDetail.json' from root:root to runner:runner
2025-08-20T19:16:13.8726958Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListPipelineRunItems.json' from root:root to runner:runner
2025-08-20T19:16:13.8728544Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateResource.json' from root:root to runner:runner
2025-08-20T19:16:13.8730207Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetWorkflowInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.8731770Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8733595Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RerunWorkflowInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8735288Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GrantMemberProjectRoles.json' from root:root to runner:runner
2025-08-20T19:16:13.8737120Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateMetaCollection.json' from root:root to runner:runner
2025-08-20T19:16:13.8739042Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityEvaluationTaskInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8740894Z [00:02:20.616]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateTableBusinessMetadata.json' from root:root to runner:runner
2025-08-20T19:16:13.8742763Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.8744488Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListPipelineRuns.json' from root:root to runner:runner
2025-08-20T19:16:13.8746225Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RerunTaskInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8747953Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/AddEntityIntoMetaCollection.json' from root:root to runner:runner
2025-08-20T19:16:13.8749556Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateProject.json' from root:root to runner:runner
2025-08-20T19:16:13.8751143Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RenameFunction.json' from root:root to runner:runner
2025-08-20T19:16:13.8752882Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/SubmitFile.json' from root:root to runner:runner
2025-08-20T19:16:13.8754648Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RemoveEntityFromMetaCollection.json' from root:root to runner:runner
2025-08-20T19:16:13.8756251Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTaskInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8757798Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StopDIJob.json' from root:root to runner:runner
2025-08-20T19:16:13.8759415Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/BatchUpdateTasks.json' from root:root to runner:runner
2025-08-20T19:16:13.8760965Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateFile.json' from root:root to runner:runner
2025-08-20T19:16:13.8762780Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetTable.json' from root:root to runner:runner
2025-08-20T19:16:13.8764489Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8766257Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.8768043Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityEvaluationTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8769668Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetFile.json' from root:root to runner:runner
2025-08-20T19:16:13.8771327Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetResource.json' from root:root to runner:runner
2025-08-20T19:16:13.8773056Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteRoute.json' from root:root to runner:runner
2025-08-20T19:16:13.8774687Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDIAlarmRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8776250Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateNode.json' from root:root to runner:runner
2025-08-20T19:16:13.8777880Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteCertificate.json' from root:root to runner:runner
2025-08-20T19:16:13.8779479Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8781052Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateNetwork.json' from root:root to runner:runner
2025-08-20T19:16:13.8782803Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListWorkflows.json' from root:root to runner:runner
2025-08-20T19:16:13.8784428Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StopTaskInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8785981Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetFunction.json' from root:root to runner:runner
2025-08-20T19:16:13.8787573Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIJobEvents.json' from root:root to runner:runner
2025-08-20T19:16:13.8789261Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateNode.json' from root:root to runner:runner
2025-08-20T19:16:13.8791060Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityScanRuns.json' from root:root to runner:runner
2025-08-20T19:16:13.8792890Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityScan.json' from root:root to runner:runner
2025-08-20T19:16:13.8794556Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetNode.json' from root:root to runner:runner
2025-08-20T19:16:13.8796151Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:13.8797837Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RenameResource.json' from root:root to runner:runner
2025-08-20T19:16:13.8799483Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetWorkflowDefinition.json' from root:root to runner:runner
2025-08-20T19:16:13.8801092Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateResource.json' from root:root to runner:runner
2025-08-20T19:16:13.8802840Z [00:02:20.617]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RenameNode.json' from root:root to runner:runner
2025-08-20T19:16:13.8804433Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListNetworks.json' from root:root to runner:runner
2025-08-20T19:16:13.8806280Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DetachDataQualityRulesFromEvaluationTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8807933Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteMetaCollection.json' from root:root to runner:runner
2025-08-20T19:16:13.8809622Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/MoveWorkflowDefinition.json' from root:root to runner:runner
2025-08-20T19:16:13.8811420Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DissociateProjectFromResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.8813218Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.8815080Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetLineageRelationship.json' from root:root to runner:runner
2025-08-20T19:16:13.8816824Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListCertificates.json' from root:root to runner:runner
2025-08-20T19:16:13.8818528Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:13.8820354Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.8822031Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8823998Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteLineageRelationship.json' from root:root to runner:runner
2025-08-20T19:16:13.8825572Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteFolder.json' from root:root to runner:runner
2025-08-20T19:16:13.8827333Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RemoveTaskInstanceDependencies.json' from root:root to runner:runner
2025-08-20T19:16:13.8828967Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListMetaCollections.json' from root:root to runner:runner
2025-08-20T19:16:13.8830667Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateWorkflowDefinition.json' from root:root to runner:runner
2025-08-20T19:16:13.8832549Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ExecuteAdhocWorkflowInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.8834175Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDatabase.json' from root:root to runner:runner
2025-08-20T19:16:13.8835774Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteNetwork.json' from root:root to runner:runner
2025-08-20T19:16:13.8837614Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityEvaluationTaskInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.8839273Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityRules.json' from root:root to runner:runner
2025-08-20T19:16:13.8841048Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetTaskInstanceLog.json' from root:root to runner:runner
2025-08-20T19:16:13.8842896Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDIJob.json' from root:root to runner:runner
2025-08-20T19:16:13.8844458Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeployFile.json' from root:root to runner:runner
2025-08-20T19:16:13.8846033Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetCatalog.json' from root:root to runner:runner
2025-08-20T19:16:13.8847706Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetNetwork.json' from root:root to runner:runner
2025-08-20T19:16:13.8849419Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetMetaCollection.json' from root:root to runner:runner
2025-08-20T19:16:13.8851016Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateFolder.json' from root:root to runner:runner
2025-08-20T19:16:13.8852928Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTaskOperationLogs.json' from root:root to runner:runner
2025-08-20T19:16:13.8854605Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8856175Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListColumns.json' from root:root to runner:runner
2025-08-20T19:16:13.8857758Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UnTagDataAssets.json' from root:root to runner:runner
2025-08-20T19:16:13.8859412Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.8861088Z [00:02:20.618]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.8862869Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityScan.json' from root:root to runner:runner
2025-08-20T19:16:13.8864458Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:13.8866208Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteProjectMember.json' from root:root to runner:runner
2025-08-20T19:16:13.8867766Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListNodes.json' from root:root to runner:runner
2025-08-20T19:16:13.8869475Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/TagDataAssets.json' from root:root to runner:runner
2025-08-20T19:16:13.8871226Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTaskInstanceOperationLogs.json' from root:root to runner:runner
2025-08-20T19:16:13.8873087Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateUdfFile.json' from root:root to runner:runner
2025-08-20T19:16:13.8874936Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateColumnBusinessMetadata.json' from root:root to runner:runner
2025-08-20T19:16:13.8876736Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityEvaluationTaskInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.8878464Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityEvaluationTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8880088Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteFunction.json' from root:root to runner:runner
2025-08-20T19:16:13.8881714Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListCrawlerTypes.json' from root:root to runner:runner
2025-08-20T19:16:13.8883474Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetProjectRole.json' from root:root to runner:runner
2025-08-20T19:16:13.8885042Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetColumn.json' from root:root to runner:runner
2025-08-20T19:16:13.8886680Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateProjectMember.json' from root:root to runner:runner
2025-08-20T19:16:13.8888382Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateWorkflowDefinition.json' from root:root to runner:runner
2025-08-20T19:16:13.8889907Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8891708Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityScans.json' from root:root to runner:runner
2025-08-20T19:16:13.8893413Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:13.8895112Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListFunctions.json' from root:root to runner:runner
2025-08-20T19:16:13.8896670Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/MoveResource.json' from root:root to runner:runner
2025-08-20T19:16:13.8898382Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateBusiness.json' from root:root to runner:runner
2025-08-20T19:16:13.8900108Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateResourceFile.json' from root:root to runner:runner
2025-08-20T19:16:13.8901697Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateBusiness.json' from root:root to runner:runner
2025-08-20T19:16:13.8903461Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDIAlarmRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8905097Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8906706Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDIAlarmRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8908259Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateRoute.json' from root:root to runner:runner
2025-08-20T19:16:13.8909835Z [00:02:20.619]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListResources.json' from root:root to runner:runner
2025-08-20T19:16:13.8911398Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListRoutes.json' from root:root to runner:runner
2025-08-20T19:16:13.8913256Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.8914887Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateRoute.json' from root:root to runner:runner
2025-08-20T19:16:13.8916431Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTables.json' from root:root to runner:runner
2025-08-20T19:16:13.8918131Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteResource.json' from root:root to runner:runner
2025-08-20T19:16:13.8920033Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/AssociateProjectToResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.8921688Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityScanRun.json' from root:root to runner:runner
2025-08-20T19:16:13.8923636Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RevokeMemberProjectRoles.json' from root:root to runner:runner
2025-08-20T19:16:13.8925357Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataSourceSharedRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8927231Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/EstablishRelationTableToBusiness.json' from root:root to runner:runner
2025-08-20T19:16:13.8928816Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateProject.json' from root:root to runner:runner
2025-08-20T19:16:13.8930502Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.8932088Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetFileVersion.json' from root:root to runner:runner
2025-08-20T19:16:13.8933933Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8935558Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataAssetTag.json' from root:root to runner:runner
2025-08-20T19:16:13.8937147Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateUdfFile.json' from root:root to runner:runner
2025-08-20T19:16:13.8938791Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.8940531Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ResumeTaskInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8942068Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetRoute.json' from root:root to runner:runner
2025-08-20T19:16:13.8944005Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDIJob.json' from root:root to runner:runner
2025-08-20T19:16:13.8945785Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/TestDataSourceConnectivity.json' from root:root to runner:runner
2025-08-20T19:16:13.8947380Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:13.8948935Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetFolder.json' from root:root to runner:runner
2025-08-20T19:16:13.8950787Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:13.8952643Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:13.8954356Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListWorkflowDefinitions.json' from root:root to runner:runner
2025-08-20T19:16:13.8955936Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListCatalogs.json' from root:root to runner:runner
2025-08-20T19:16:13.8957583Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityScan.json' from root:root to runner:runner
2025-08-20T19:16:13.8959252Z [00:02:20.620]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreatePipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:13.8960983Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityRuleTemplates.json' from root:root to runner:runner
2025-08-20T19:16:13.8962772Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIAlarmRules.json' from root:root to runner:runner
2025-08-20T19:16:13.8964389Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIJobMetrics.json' from root:root to runner:runner
2025-08-20T19:16:13.8966083Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateFolder.json' from root:root to runner:runner
2025-08-20T19:16:13.8967732Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityScan.json' from root:root to runner:runner
2025-08-20T19:16:13.8969477Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataSource.json' from root:root to runner:runner
2025-08-20T19:16:13.8971142Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateTaskInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8973065Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityEvaluationTask.json' from root:root to runner:runner
2025-08-20T19:16:13.8974792Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListUpstreamTaskInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.8976512Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListFileVersions.json' from root:root to runner:runner
2025-08-20T19:16:13.8978309Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityResults.json' from root:root to runner:runner
2025-08-20T19:16:13.8979896Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateFile.json' from root:root to runner:runner
2025-08-20T19:16:13.8981682Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetCreateWorkflowInstancesResult.json' from root:root to runner:runner
2025-08-20T19:16:13.8983307Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public' from root:root to runner:runner
2025-08-20T19:16:13.8984936Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjectTemplates.json' from root:root to runner:runner
2025-08-20T19:16:13.8986476Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetFlowTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.8988003Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetTestcaseList.json' from root:root to runner:runner
2025-08-20T19:16:13.8989612Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateProjectField.json' from root:root to runner:runner
2025-08-20T19:16:13.8991338Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProtectedBranches.json' from root:root to runner:runner
2025-08-20T19:16:13.8993104Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjectWorkitemTypes.json' from root:root to runner:runner
2025-08-20T19:16:13.8994647Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateUserKey.json' from root:root to runner:runner
2025-08-20T19:16:13.8996376Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteRepositoryWebhook.json' from root:root to runner:runner
2025-08-20T19:16:13.8998019Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeletePipelineRelations.json' from root:root to runner:runner
2025-08-20T19:16:13.8999534Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetRepository.json' from root:root to runner:runner
2025-08-20T19:16:13.9001209Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkitemEstimate.json' from root:root to runner:runner
2025-08-20T19:16:13.9002976Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkItemActivity.json' from root:root to runner:runner
2025-08-20T19:16:13.9004656Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/StopPipelineJobRun.json' from root:root to runner:runner
2025-08-20T19:16:13.9006215Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateServiceAuth.json' from root:root to runner:runner
2025-08-20T19:16:13.9007915Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListAppReleaseStageExecutions.json' from root:root to runner:runner
2025-08-20T19:16:13.9009540Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteTag.json' from root:root to runner:runner
2025-08-20T19:16:13.9011110Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ReopenMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:13.9012875Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineScanReportUrl.json' from root:root to runner:runner
2025-08-20T19:16:13.9014417Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteBranch.json' from root:root to runner:runner
2025-08-20T19:16:13.9015955Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9017659Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:13.9019263Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryBranches.json' from root:root to runner:runner
2025-08-20T19:16:13.9020965Z [00:02:20.621]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetProjectMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9022690Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitemV2.json' from root:root to runner:runner
2025-08-20T19:16:13.9024229Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateSshKey.json' from root:root to runner:runner
2025-08-20T19:16:13.9025778Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateAppMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9027401Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteFlowTag.json' from root:root to runner:runner
2025-08-20T19:16:13.9029028Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteWorkitemAllComment.json' from root:root to runner:runner
2025-08-20T19:16:13.9030716Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeletePipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9032259Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateFlowTag.json' from root:root to runner:runner
2025-08-20T19:16:13.9033935Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/AddWebhook.json' from root:root to runner:runner
2025-08-20T19:16:13.9035525Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateResourceMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9037084Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListServiceAuths.json' from root:root to runner:runner
2025-08-20T19:16:13.9038642Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightSpace.json' from root:root to runner:runner
2025-08-20T19:16:13.9040263Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListOrganizationMembers.json' from root:root to runner:runner
2025-08-20T19:16:13.9041789Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteProject.json' from root:root to runner:runner
2025-08-20T19:16:13.9043616Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CloseMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:13.9045163Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitem.json' from root:root to runner:runner
2025-08-20T19:16:13.9046892Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryWebhook.json' from root:root to runner:runner
2025-08-20T19:16:13.9048448Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequests.json' from root:root to runner:runner
2025-08-20T19:16:13.9050049Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightTagRef.json' from root:root to runner:runner
2025-08-20T19:16:13.9051619Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:13.9053402Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetCheckRun.json' from root:root to runner:runner
2025-08-20T19:16:13.9055021Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateRepositoryGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9056653Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateFlowTag.json' from root:root to runner:runner
2025-08-20T19:16:13.9058203Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateRepository.json' from root:root to runner:runner
2025-08-20T19:16:13.9059835Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateServiceConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9061473Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkItemWorkFlowStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.9063210Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListUserResources.json' from root:root to runner:runner
2025-08-20T19:16:13.9064755Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetSprintInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.9066397Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/WorkitemAttachmentCreate.json' from root:root to runner:runner
2025-08-20T19:16:13.9068007Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateServiceCredential.json' from root:root to runner:runner
2025-08-20T19:16:13.9069688Z [00:02:20.622]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/LogVMDeployMachine.json' from root:root to runner:runner
2025-08-20T19:16:13.9071212Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteUserKey.json' from root:root to runner:runner
2025-08-20T19:16:13.9073118Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetMergeRequestChangeTree.json' from root:root to runner:runner
2025-08-20T19:16:13.9074773Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequestPatchSets.json' from root:root to runner:runner
2025-08-20T19:16:13.9076339Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/MergeMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:13.9077921Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/AddRepositoryMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9079541Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9081219Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateCommitStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.9082989Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetRepositoryCommit.json' from root:root to runner:runner
2025-08-20T19:16:13.9084535Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:13.9086156Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportWorkitemActivity.json' from root:root to runner:runner
2025-08-20T19:16:13.9087654Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateTag.json' from root:root to runner:runner
2025-08-20T19:16:13.9089212Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteGroupMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9090774Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteVariableGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9092324Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateGroupMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9094181Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjectMembers.json' from root:root to runner:runner
2025-08-20T19:16:13.9095669Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipeline.json' from root:root to runner:runner
2025-08-20T19:16:13.9097183Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetGroupByPath.json' from root:root to runner:runner
2025-08-20T19:16:13.9098905Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineJobHistorys.json' from root:root to runner:runner
2025-08-20T19:16:13.9100476Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateChangeRequest.json' from root:root to runner:runner
2025-08-20T19:16:13.9101958Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjects.json' from root:root to runner:runner
2025-08-20T19:16:13.9103682Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/RetryPipelineJobRun.json' from root:root to runner:runner
2025-08-20T19:16:13.9105341Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9106974Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/LogPipelineJobRun.json' from root:root to runner:runner
2025-08-20T19:16:13.9108550Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListSearchSourceCode.json' from root:root to runner:runner
2025-08-20T19:16:13.9110097Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateFlowTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9111726Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemFile.json' from root:root to runner:runner
2025-08-20T19:16:13.9113464Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryTags.json' from root:root to runner:runner
2025-08-20T19:16:13.9115041Z [00:02:20.623]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateTestResult.json' from root:root to runner:runner
2025-08-20T19:16:13.9116715Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListUserDrawRecordByPk.json' from root:root to runner:runner
2025-08-20T19:16:13.9118261Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9120021Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListApplicationMembers.json' from root:root to runner:runner
2025-08-20T19:16:13.9121599Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePushReviewOnOff.json' from root:root to runner:runner
2025-08-20T19:16:13.9123322Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListResourceMembers.json' from root:root to runner:runner
2025-08-20T19:16:13.9125038Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteProjectLabel.json' from root:root to runner:runner
2025-08-20T19:16:13.9126524Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteFile.json' from root:root to runner:runner
2025-08-20T19:16:13.9128084Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateVariableGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9129574Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateSprint.json' from root:root to runner:runner
2025-08-20T19:16:13.9131229Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9133273Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateCommitWithMultipleFiles.json' from root:root to runner:runner
2025-08-20T19:16:13.9134851Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ResumeVMDeployOrder.json' from root:root to runner:runner
2025-08-20T19:16:13.9136407Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/SkipVMDeployMachine.json' from root:root to runner:runner
2025-08-20T19:16:13.9137914Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListUserKeys.json' from root:root to runner:runner
2025-08-20T19:16:13.9139554Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9141181Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListChangeRequests.json' from root:root to runner:runner
2025-08-20T19:16:13.9143018Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateDeployKey.json' from root:root to runner:runner
2025-08-20T19:16:13.9144684Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListSearchRepository.json' from root:root to runner:runner
2025-08-20T19:16:13.9146478Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineRuns.json' from root:root to runner:runner
2025-08-20T19:16:13.9148064Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:13.9149767Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkItemAllFields.json' from root:root to runner:runner
2025-08-20T19:16:13.9151450Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ReviewMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:13.9153433Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateProject.json' from root:root to runner:runner
2025-08-20T19:16:13.9155097Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetOrganizationMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9156970Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightExpectedWorkTime.json' from root:root to runner:runner
2025-08-20T19:16:13.9158618Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateCheckRun.json' from root:root to runner:runner
2025-08-20T19:16:13.9160443Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryGroups.json' from root:root to runner:runner
2025-08-20T19:16:13.9162036Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateFile.json' from root:root to runner:runner
2025-08-20T19:16:13.9163992Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequestLabels.json' from root:root to runner:runner
2025-08-20T19:16:13.9165609Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListCheckRuns.json' from root:root to runner:runner
2025-08-20T19:16:13.9167378Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineArtifactUrl.json' from root:root to runner:runner
2025-08-20T19:16:13.9169354Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListAppReleaseStageExecutionIntegratedMetadata.json' from root:root to runner:runner
2025-08-20T19:16:13.9171035Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListHostGroups.json' from root:root to runner:runner
2025-08-20T19:16:13.9172790Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPushRules.json' from root:root to runner:runner
2025-08-20T19:16:13.9174617Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteResourceMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9176385Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListChangeRequestWorkflowExecutions.json' from root:root to runner:runner
2025-08-20T19:16:13.9178131Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetCompareDetail.json' from root:root to runner:runner
2025-08-20T19:16:13.9179769Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetFileLastCommit.json' from root:root to runner:runner
2025-08-20T19:16:13.9181464Z [00:02:20.624]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListAllReleaseWorkflows.json' from root:root to runner:runner
2025-08-20T19:16:13.9183316Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePipelineBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.9185070Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitemComment.json' from root:root to runner:runner
2025-08-20T19:16:13.9186861Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetSearchCodePreview.json' from root:root to runner:runner
2025-08-20T19:16:13.9188541Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkItemInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.9190258Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateResourceMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9191897Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreatePushRule.json' from root:root to runner:runner
2025-08-20T19:16:13.9193637Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListGroupMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9195378Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/StopVMDeployOrder.json' from root:root to runner:runner
2025-08-20T19:16:13.9196979Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjectLabels.json' from root:root to runner:runner
2025-08-20T19:16:13.9198805Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListJoinedOrganizations.json' from root:root to runner:runner
2025-08-20T19:16:13.9200367Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateBranch.json' from root:root to runner:runner
2025-08-20T19:16:13.9202194Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListSprints.json' from root:root to runner:runner
2025-08-20T19:16:13.9204305Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineGroupPipelines.json' from root:root to runner:runner
2025-08-20T19:16:13.9205966Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryTree.json' from root:root to runner:runner
2025-08-20T19:16:13.9207630Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetVMDeployOrder.json' from root:root to runner:runner
2025-08-20T19:16:13.9209399Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightCustomValue.json' from root:root to runner:runner
2025-08-20T19:16:13.9211085Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListCommitStatuses.json' from root:root to runner:runner
2025-08-20T19:16:13.9213054Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetTestResultList.json' from root:root to runner:runner
2025-08-20T19:16:13.9214769Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/AddGroupMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9216575Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightField.json' from root:root to runner:runner
2025-08-20T19:16:13.9218303Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightSpaceRef.json' from root:root to runner:runner
2025-08-20T19:16:13.9220027Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/TransferRepository.json' from root:root to runner:runner
2025-08-20T19:16:13.9221642Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteFlowTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9223509Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePushRule.json' from root:root to runner:runner
2025-08-20T19:16:13.9225301Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteWorkitemComment.json' from root:root to runner:runner
2025-08-20T19:16:13.9227379Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightWorkitemStatusJoinWorkitemDefectExtra.json' from root:root to runner:runner
2025-08-20T19:16:13.9229123Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightSprint.json' from root:root to runner:runner
2025-08-20T19:16:13.9230965Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemAttachmentCreatemeta.json' from root:root to runner:runner
2025-08-20T19:16:13.9232881Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemCommentList.json' from root:root to runner:runner
2025-08-20T19:16:13.9234659Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitemEstimate.json' from root:root to runner:runner
2025-08-20T19:16:13.9236254Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/StopPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:13.9238075Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryCommitDiff.json' from root:root to runner:runner
2025-08-20T19:16:13.9239792Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/RetryVMDeployMachine.json' from root:root to runner:runner
2025-08-20T19:16:13.9241508Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkItemWorkFlowInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.9243396Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateProtectedBranches.json' from root:root to runner:runner
2025-08-20T19:16:13.9245333Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/PassReleaseStagePipelineValidate.json' from root:root to runner:runner
2025-08-20T19:16:13.9247046Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteProtectedBranch.json' from root:root to runner:runner
2025-08-20T19:16:13.9248643Z [00:02:20.625]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateAppMembers.json' from root:root to runner:runner
2025-08-20T19:16:13.9250414Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateMergeRequestPersonnel.json' from root:root to runner:runner
2025-08-20T19:16:13.9252133Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateWorkitemComment.json' from root:root to runner:runner
2025-08-20T19:16:13.9254113Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateRepository.json' from root:root to runner:runner
2025-08-20T19:16:13.9255669Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetFileBlobs.json' from root:root to runner:runner
2025-08-20T19:16:13.9257411Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreatePipeline.json' from root:root to runner:runner
2025-08-20T19:16:13.9259114Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteRepository.json' from root:root to runner:runner
2025-08-20T19:16:13.9260837Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/TriggerRepositoryMirrorSync.json' from root:root to runner:runner
2025-08-20T19:16:13.9262620Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateComment.json' from root:root to runner:runner
2025-08-20T19:16:13.9264326Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequestComments.json' from root:root to runner:runner
2025-08-20T19:16:13.9266057Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:13.9267886Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateProjectLabel.json' from root:root to runner:runner
2025-08-20T19:16:13.9269474Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateCheckRun.json' from root:root to runner:runner
2025-08-20T19:16:13.9271370Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListSearchCommit.json' from root:root to runner:runner
2025-08-20T19:16:13.9273258Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/PassPipelineValidate.json' from root:root to runner:runner
2025-08-20T19:16:13.9275022Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteRepositoryMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9276792Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/RefusePipelineValidate.json' from root:root to runner:runner
2025-08-20T19:16:13.9278427Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetProjectInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.9280122Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateOAuthToken.json' from root:root to runner:runner
2025-08-20T19:16:13.9281881Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateWorkitemField.json' from root:root to runner:runner
2025-08-20T19:16:13.9283949Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CancelExecutionReleaseStage.json' from root:root to runner:runner
2025-08-20T19:16:13.9285683Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListGroupRepositories.json' from root:root to runner:runner
2025-08-20T19:16:13.9287400Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineJobs.json' from root:root to runner:runner
2025-08-20T19:16:13.9288999Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/EnableDeployKey.json' from root:root to runner:runner
2025-08-20T19:16:13.9290612Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateWorkItem.json' from root:root to runner:runner
2025-08-20T19:16:13.9292210Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.9294143Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateTestCase.json' from root:root to runner:runner
2025-08-20T19:16:13.9296015Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequestFilesReads.json' from root:root to runner:runner
2025-08-20T19:16:13.9297874Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryMemberWithInherited.json' from root:root to runner:runner
2025-08-20T19:16:13.9299656Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkitemAttachments.json' from root:root to runner:runner
2025-08-20T19:16:13.9301330Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkitemTime.json' from root:root to runner:runner
2025-08-20T19:16:13.9303241Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineRelations.json' from root:root to runner:runner
2025-08-20T19:16:13.9304925Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListVariableGroups.json' from root:root to runner:runner
2025-08-20T19:16:13.9306576Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetCodeupOrganization.json' from root:root to runner:runner
2025-08-20T19:16:13.9308231Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ResetSshKey.json' from root:root to runner:runner
2025-08-20T19:16:13.9309958Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetVariableGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9311602Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteWorkitem.json' from root:root to runner:runner
2025-08-20T19:16:13.9313521Z [00:02:20.626]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListOrganizations.json' from root:root to runner:runner
2025-08-20T19:16:13.9315331Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateVariableGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9317142Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightWorkitemStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.9318718Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateTestCase.json' from root:root to runner:runner
2025-08-20T19:16:13.9320340Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteAppMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9321946Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListTestCaseFields.json' from root:root to runner:runner
2025-08-20T19:16:13.9324058Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemTimeTypeList.json' from root:root to runner:runner
2025-08-20T19:16:13.9325993Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExecuteChangeRequestReleaseStage.json' from root:root to runner:runner
2025-08-20T19:16:13.9327578Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositories.json' from root:root to runner:runner
2025-08-20T19:16:13.9329302Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListFlowTagGroups.json' from root:root to runner:runner
2025-08-20T19:16:13.9331001Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineEmasArtifactUrl.json' from root:root to runner:runner
2025-08-20T19:16:13.9333044Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetReleaseStagePipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:13.9334681Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateProjectLabel.json' from root:root to runner:runner
2025-08-20T19:16:13.9336446Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemRelations.json' from root:root to runner:runner
2025-08-20T19:16:13.9338558Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateProtectdBranch.json' from root:root to runner:runner
2025-08-20T19:16:13.9340273Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateApplication.json' from root:root to runner:runner
2025-08-20T19:16:13.9341978Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/LinkMergeRequestLabel.json' from root:root to runner:runner
2025-08-20T19:16:13.9343789Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteRepositoryGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9345577Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/JoinPipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9347295Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetRepositoryTag.json' from root:root to runner:runner
2025-08-20T19:16:13.9348971Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListServiceConnections.json' from root:root to runner:runner
2025-08-20T19:16:13.9350739Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelines.json' from root:root to runner:runner
2025-08-20T19:16:13.9352544Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateFlowTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9354335Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetGroupDetail.json' from root:root to runner:runner
2025-08-20T19:16:13.9355997Z [00:02:20.627]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeletePushRule.json' from root:root to runner:runner
2025-08-20T19:16:13.9357604Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkitems.json' from root:root to runner:runner
2025-08-20T19:16:13.9359415Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreatePipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9361136Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateProjectMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9363019Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateOrganizationMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9364806Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/StartPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:13.9366585Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9368347Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetCustomFieldOption.json' from root:root to runner:runner
2025-08-20T19:16:13.9369964Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePipeline.json' from root:root to runner:runner
2025-08-20T19:16:13.9371626Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineGroups.json' from root:root to runner:runner
2025-08-20T19:16:13.9373410Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/SkipPipelineJobRun.json' from root:root to runner:runner
2025-08-20T19:16:13.9375188Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightWorkitemVersion.json' from root:root to runner:runner
2025-08-20T19:16:13.9376750Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetBranchInfo.json' from root:root to runner:runner
2025-08-20T19:16:13.9378578Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeletePipeline.json' from root:root to runner:runner
2025-08-20T19:16:13.9380364Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/AddPipelineRelations.json' from root:root to runner:runner
2025-08-20T19:16:13.9382261Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/RefuseReleaseStagePipelineValidate.json' from root:root to runner:runner
2025-08-20T19:16:13.9384140Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitemRecord.json' from root:root to runner:runner
2025-08-20T19:16:13.9385802Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListServiceCredentials.json' from root:root to runner:runner
2025-08-20T19:16:13.9387623Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightWorkTime.json' from root:root to runner:runner
2025-08-20T19:16:13.9389231Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:13.9390815Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateFile.json' from root:root to runner:runner
2025-08-20T19:16:13.9392771Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateRepositoryMember.json' from root:root to runner:runner
2025-08-20T19:16:13.9394532Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryCommits.json' from root:root to runner:runner
2025-08-20T19:16:13.9396194Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops' from root:root to runner:runner
2025-08-20T19:16:13.9397927Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeExpressConnectTrafficQos.json' from root:root to runner:runner
2025-08-20T19:16:13.9399650Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnGatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9401166Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteBgpGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9403153Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListPrefixLists.json' from root:root to runner:runner
2025-08-20T19:16:13.9405014Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyCommonBandwidthPackageIpBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:13.9406787Z [00:02:20.628]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIPv6TranslatorAclList.json' from root:root to runner:runner
2025-08-20T19:16:13.9408649Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouteEntryList.json' from root:root to runner:runner
2025-08-20T19:16:13.9410454Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CancelCommonBandwidthPackageIpBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:13.9412295Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreatePhysicalConnectionSetupOrder.json' from root:root to runner:runner
2025-08-20T19:16:13.9414420Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DissociateVpnGatewayWithCertificate.json' from root:root to runner:runner
2025-08-20T19:16:13.9416153Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnSslServerLogs.json' from root:root to runner:runner
2025-08-20T19:16:13.9417962Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorAclListEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9419593Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIPv6Translator.json' from root:root to runner:runner
2025-08-20T19:16:13.9421516Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressConnectTrafficQosRule.json' from root:root to runner:runner
2025-08-20T19:16:13.9423497Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeFailoverTestJobs.json' from root:root to runner:runner
2025-08-20T19:16:13.9425272Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVirtualBorderRouters.json' from root:root to runner:runner
2025-08-20T19:16:13.9427005Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:13.9428671Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteCustomerGateway.json' from root:root to runner:runner
2025-08-20T19:16:13.9430552Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ConfirmPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9432221Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ConvertBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:13.9434130Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/Describe95Traffic.json' from root:root to runner:runner
2025-08-20T19:16:13.9435873Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateIpv6InternetBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:13.9437503Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpconnFromVbr.json' from root:root to runner:runner
2025-08-20T19:16:13.9439211Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreatePublicIpAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:13.9440992Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateGatewayRouteTableEntryAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9442813Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnAttachment.json' from root:root to runner:runner
2025-08-20T19:16:13.9444560Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9446466Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RemoveGlobalAccelerationInstanceIp.json' from root:root to runner:runner
2025-08-20T19:16:13.9448319Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeNatGateways.json' from root:root to runner:runner
2025-08-20T19:16:13.9449966Z [00:02:20.629]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyRouteTableAttributes.json' from root:root to runner:runner
2025-08-20T19:16:13.9451941Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CompletePhysicalConnectionLOA.json' from root:root to runner:runner
2025-08-20T19:16:13.9453776Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpv6EgressOnlyRule.json' from root:root to runner:runner
2025-08-20T19:16:13.9455547Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnPbrRouteEntryWeight.json' from root:root to runner:runner
2025-08-20T19:16:13.9457361Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateDhcpOptionsSetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9459142Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIpv6EgressOnlyRules.json' from root:root to runner:runner
2025-08-20T19:16:13.9461080Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeNatGatewayAssociateNetworkInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:13.9462954Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteBgpPeer.json' from root:root to runner:runner
2025-08-20T19:16:13.9464828Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVSwitchCidrReservationAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9466544Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RevokeInstanceFromVbr.json' from root:root to runner:runner
2025-08-20T19:16:13.9468426Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyEipAddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9470082Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeBgpNetworks.json' from root:root to runner:runner
2025-08-20T19:16:13.9471758Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpnGatewayDiagnoseResult.json' from root:root to runner:runner
2025-08-20T19:16:13.9473695Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteDhcpOptionsSet.json' from root:root to runner:runner
2025-08-20T19:16:13.9475267Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteNatIpCidr.json' from root:root to runner:runner
2025-08-20T19:16:13.9477292Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/OpenPhysicalConnectionService.json' from root:root to runner:runner
2025-08-20T19:16:13.9479303Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressCloudConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9481137Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdatePublicIpAddressPoolAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9482894Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpcs.json' from root:root to runner:runner
2025-08-20T19:16:13.9484531Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNatGatewaySpec.json' from root:root to runner:runner
2025-08-20T19:16:13.9486225Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIpv4Gateway.json' from root:root to runner:runner
2025-08-20T19:16:13.9488085Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CheckCanAllocateVpcPrivateIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:13.9489855Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TagResourcesForExpressConnect.json' from root:root to runner:runner
2025-08-20T19:16:13.9491690Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVSwitchCidrReservationUsage.json' from root:root to runner:runner
2025-08-20T19:16:13.9493591Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyCommonBandwidthPackageSpec.json' from root:root to runner:runner
2025-08-20T19:16:13.9495486Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeNetworkAclAttributes.json' from root:root to runner:runner
2025-08-20T19:16:13.9497102Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyEipForwardMode.json' from root:root to runner:runner
2025-08-20T19:16:13.9498755Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnGateways.json' from root:root to runner:runner
2025-08-20T19:16:13.9500382Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:13.9502147Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateVirtualPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9504185Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnRouteEntryWeight.json' from root:root to runner:runner
2025-08-20T19:16:13.9505769Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:13.9507534Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListIpsecServerLogs.json' from root:root to runner:runner
2025-08-20T19:16:13.9509284Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:13.9511056Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNatGatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9512941Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpcRouteEntrySummary.json' from root:root to runner:runner
2025-08-20T19:16:13.9514894Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressCloudConnectionBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:13.9516773Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/SecondApplyPhysicalConnectionLOA.json' from root:root to runner:runner
2025-08-20T19:16:13.9518796Z [00:02:20.630]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateTrafficMirrorSessionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9520594Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/OpenPublicIpAddressPoolService.json' from root:root to runner:runner
2025-08-20T19:16:13.9522195Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DiagnoseVpnGateway.json' from root:root to runner:runner
2025-08-20T19:16:13.9524269Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:13.9526101Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListPublicIpAddressPoolCidrBlocks.json' from root:root to runner:runner
2025-08-20T19:16:13.9527822Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9529568Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9531114Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:13.9533193Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:13.9535150Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:13.9536948Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListGatewayRouteTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9538703Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteBgpNetwork.json' from root:root to runner:runner
2025-08-20T19:16:13.9540456Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnGatewayAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:13.9542270Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/StopFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:13.9544020Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteNatIp.json' from root:root to runner:runner
2025-08-20T19:16:13.9545781Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListPublicIpAddressPools.json' from root:root to runner:runner
2025-08-20T19:16:13.9547730Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVirtualBorderRouterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9549329Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:13.9551104Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIPv6TranslatorAclLists.json' from root:root to runner:runner
2025-08-20T19:16:13.9552959Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateIpv4GatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9554786Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CancelPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9556484Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVpcPublishedRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9558165Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnConnections.json' from root:root to runner:runner
2025-08-20T19:16:13.9560002Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIPv6TranslatorEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9561763Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListIpv4Gateways.json' from root:root to runner:runner
2025-08-20T19:16:13.9563814Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVirtualPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9565482Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9567227Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSslVpnClients.json' from root:root to runner:runner
2025-08-20T19:16:13.9569058Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListTagResourcesForExpressConnect.json' from root:root to runner:runner
2025-08-20T19:16:13.9571084Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeServerRelatedGlobalAccelerationInstances.json' from root:root to runner:runner
2025-08-20T19:16:13.9573082Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateVpcGatewayEndpointAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9574755Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ActiveFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:13.9576490Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateVpcIpv6Cidr.json' from root:root to runner:runner
2025-08-20T19:16:13.9578125Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEipMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:13.9579757Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:13.9581609Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/WithdrawVpcPublishedRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9583450Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIpv6GatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9585276Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteGlobalAccelerationInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.9586879Z [00:02:20.631]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:13.9588734Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ReleaseEipSegmentAddress.json' from root:root to runner:runner
2025-08-20T19:16:13.9590442Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:13.9592119Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetDhcpOptionsSet.json' from root:root to runner:runner
2025-08-20T19:16:13.9593886Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateBgpGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9648023Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9650010Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateTrafficMirrorFilterRules.json' from root:root to runner:runner
2025-08-20T19:16:13.9651663Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListTrafficMirrorFilters.json' from root:root to runner:runner
2025-08-20T19:16:13.9653345Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9655004Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateTrafficMirrorSession.json' from root:root to runner:runner
2025-08-20T19:16:13.9656644Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateVirtualBorderBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:13.9658170Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ReleaseIpv6Address.json' from root:root to runner:runner
2025-08-20T19:16:13.9659719Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouteTableList.json' from root:root to runner:runner
2025-08-20T19:16:13.9661269Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:13.9662960Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEipSegment.json' from root:root to runner:runner
2025-08-20T19:16:13.9664651Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyPhysicalConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9666231Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSnatTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9668023Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnPbrRouteEntryAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9669668Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIpv6Gateways.json' from root:root to runner:runner
2025-08-20T19:16:13.9671174Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.9672968Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVpcEndpointServicesByEndUser.json' from root:root to runner:runner
2025-08-20T19:16:13.9674595Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpv4Gateway.json' from root:root to runner:runner
2025-08-20T19:16:13.9676256Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyFlowLogAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9677794Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateDefaultVpc.json' from root:root to runner:runner
2025-08-20T19:16:13.9679365Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetIpv4GatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9680910Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouteTables.json' from root:root to runner:runner
2025-08-20T19:16:13.9682628Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeAccessPoints.json' from root:root to runner:runner
2025-08-20T19:16:13.9684187Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyHaVipAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9685708Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnGateway.json' from root:root to runner:runner
2025-08-20T19:16:13.9687314Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9689097Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:13.9690633Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateDefaultVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:13.9692253Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddCommonBandwidthPackageIps.json' from root:root to runner:runner
2025-08-20T19:16:13.9694181Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/EnableNatGatewayEcsMetric.json' from root:root to runner:runner
2025-08-20T19:16:13.9695767Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateNatIp.json' from root:root to runner:runner
2025-08-20T19:16:13.9697391Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetTrafficMirrorServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.9698938Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnAttachment.json' from root:root to runner:runner
2025-08-20T19:16:13.9700573Z [00:02:20.632]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AttachVbrToVpconn.json' from root:root to runner:runner
2025-08-20T19:16:13.9702269Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListGeographicSubRegions.json' from root:root to runner:runner
2025-08-20T19:16:13.9703971Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListDhcpOptionsSets.json' from root:root to runner:runner
2025-08-20T19:16:13.9705539Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetNatGatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9707154Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIpv6GatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9708707Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/EnableVpcClassicLink.json' from root:root to runner:runner
2025-08-20T19:16:13.9710355Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RemoveCommonBandwidthPackageIp.json' from root:root to runner:runner
2025-08-20T19:16:13.9711995Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddIPv6TranslatorAclListEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9713733Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/EnableVpcIpv4Gateway.json' from root:root to runner:runner
2025-08-20T19:16:13.9715382Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteSslVpnClientCert.json' from root:root to runner:runner
2025-08-20T19:16:13.9717072Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddPublicIpAddressPoolCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:13.9718781Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeletePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9720347Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:13.9722049Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVcoRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9723720Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeBgpPeers.json' from root:root to runner:runner
2025-08-20T19:16:13.9725495Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RetryVpcPrefixListAssociation.json' from root:root to runner:runner
2025-08-20T19:16:13.9727083Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateNatGatewayNatType.json' from root:root to runner:runner
2025-08-20T19:16:13.9728795Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ApplyPhysicalConnectionLOA.json' from root:root to runner:runner
2025-08-20T19:16:13.9730446Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteTrafficMirrorFilterRules.json' from root:root to runner:runner
2025-08-20T19:16:13.9732062Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouterInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:13.9733783Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyTunnelAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9735316Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:13.9736883Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeCustomerGateway.json' from root:root to runner:runner
2025-08-20T19:16:13.9738554Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RemoveIPv6TranslatorAclListEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9740102Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9741717Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateCommonBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:13.9743530Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNetworkAclAttributes.json' from root:root to runner:runner
2025-08-20T19:16:13.9745225Z [00:02:20.633]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateIpv6Address.json' from root:root to runner:runner
2025-08-20T19:16:13.9746833Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIpv6InternetBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:13.9748468Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVcoRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9750300Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:13.9752117Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeExpressConnectTrafficQosRule.json' from root:root to runner:runner
2025-08-20T19:16:13.9753916Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeFlowLogs.json' from root:root to runner:runner
2025-08-20T19:16:13.9755521Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateTrafficMirrorFilter.json' from root:root to runner:runner
2025-08-20T19:16:13.9757088Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnPbrRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9758609Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9760216Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyBgpGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9761734Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVRouters.json' from root:root to runner:runner
2025-08-20T19:16:13.9763393Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9764933Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeBgpGroups.json' from root:root to runner:runner
2025-08-20T19:16:13.9766641Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateExpressConnectTrafficQosRule.json' from root:root to runner:runner
2025-08-20T19:16:13.9768227Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyRouterInterfaceSpec.json' from root:root to runner:runner
2025-08-20T19:16:13.9769783Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateVpcCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:13.9771467Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/PublishVpnRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9773352Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListTrafficMirrorSessions.json' from root:root to runner:runner
2025-08-20T19:16:13.9774885Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIpsecServer.json' from root:root to runner:runner
2025-08-20T19:16:13.9776603Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9778391Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyGlobalAccelerationInstanceAttributes.json' from root:root to runner:runner
2025-08-20T19:16:13.9780073Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIpv6Addresses.json' from root:root to runner:runner
2025-08-20T19:16:13.9781692Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpv6InternetBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:13.9783381Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:13.9784957Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetFlowLogServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.9786608Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVpnCertificateAssociations.json' from root:root to runner:runner
2025-08-20T19:16:13.9788198Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeletePublicIpAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:13.9789845Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnGateway.json' from root:root to runner:runner
2025-08-20T19:16:13.9791423Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9793166Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeGrantRulesToCen.json' from root:root to runner:runner
2025-08-20T19:16:13.9794853Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateGlobalAccelerationInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.9796562Z [00:02:20.634]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateSslVpnServer.json' from root:root to runner:runner
2025-08-20T19:16:13.9798256Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteExpressConnectTrafficQosRule.json' from root:root to runner:runner
2025-08-20T19:16:13.9799978Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeForwardTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9801547Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIpv6EgressOnlyRule.json' from root:root to runner:runner
2025-08-20T19:16:13.9803298Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListNatIpCidrs.json' from root:root to runner:runner
2025-08-20T19:16:13.9804917Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpv6Gateway.json' from root:root to runner:runner
2025-08-20T19:16:13.9806487Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/MoveVpnResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:13.9808058Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateSslVpnClientCert.json' from root:root to runner:runner
2025-08-20T19:16:13.9809582Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListIpsecServers.json' from root:root to runner:runner
2025-08-20T19:16:13.9811143Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:13.9812839Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9814440Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpcGatewayEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:13.9816120Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddCommonBandwidthPackageIp.json' from root:root to runner:runner
2025-08-20T19:16:13.9817847Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListEnhanhcedNatGatewayAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:13.9819466Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVSwitchCidrReservation.json' from root:root to runner:runner
2025-08-20T19:16:13.9820999Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9822889Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ReplaceVpcDhcpOptionsSet.json' from root:root to runner:runner
2025-08-20T19:16:13.9824559Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeNetworkAcls.json' from root:root to runner:runner
2025-08-20T19:16:13.9826144Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/EnablePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9827932Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json' from root:root to runner:runner
2025-08-20T19:16:13.9829625Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeCustomerGateways.json' from root:root to runner:runner
2025-08-20T19:16:13.9831283Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateVpcCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:13.9833144Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetPublicIpAddressPoolServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.9834653Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:13.9836258Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListBusinessAccessPoints.json' from root:root to runner:runner
2025-08-20T19:16:13.9837916Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteTrafficMirrorFilter.json' from root:root to runner:runner
2025-08-20T19:16:13.9839676Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateHighReliablePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9841352Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorAclAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9843125Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeHaVips.json' from root:root to runner:runner
2025-08-20T19:16:13.9844638Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpc.json' from root:root to runner:runner
2025-08-20T19:16:13.9846278Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TerminateVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:13.9847956Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateTrafficMirrorFilterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9849820Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TransformEipSegmentToPublicIpAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:13.9851589Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DissociateRouteTableFromGateway.json' from root:root to runner:runner
2025-08-20T19:16:13.9853497Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyCustomerGatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9855142Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9856695Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpcAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9858413Z [00:02:20.635]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpcGrantRulesToEcr.json' from root:root to runner:runner
2025-08-20T19:16:13.9859938Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9861540Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVSwitchAttributes.json' from root:root to runner:runner
2025-08-20T19:16:13.9863273Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateEipSegmentAddress.json' from root:root to runner:runner
2025-08-20T19:16:13.9864788Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:13.9866245Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVbrHa.json' from root:root to runner:runner
2025-08-20T19:16:13.9867862Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribePhysicalConnections.json' from root:root to runner:runner
2025-08-20T19:16:13.9869585Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateGlobalAccelerationInstance.json' from root:root to runner:runner
2025-08-20T19:16:13.9871255Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateEipAddressPro.json' from root:root to runner:runner
2025-08-20T19:16:13.9872956Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListFullNatEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9874757Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddSourcesToTrafficMirrorSession.json' from root:root to runner:runner
2025-08-20T19:16:13.9876356Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/StartFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:13.9877918Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnAttachments.json' from root:root to runner:runner
2025-08-20T19:16:13.9879419Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:13.9880998Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteHaVip.json' from root:root to runner:runner
2025-08-20T19:16:13.9882823Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CopyNetworkAclEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9884467Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RecoverVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:13.9886163Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RemoveSourcesFromTrafficMirrorSession.json' from root:root to runner:runner
2025-08-20T19:16:13.9887751Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEcGrantRelation.json' from root:root to runner:runner
2025-08-20T19:16:13.9889336Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNatIpCidrAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9890939Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteTrafficMirrorSession.json' from root:root to runner:runner
2025-08-20T19:16:13.9892694Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnPbrRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9894422Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressConnectTrafficQosQueue.json' from root:root to runner:runner
2025-08-20T19:16:13.9896109Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/PublishVpcRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:13.9897880Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:13.9899591Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyGlobalAccelerationInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:13.9901311Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AttachDhcpOptionsSetToVpc.json' from root:root to runner:runner
2025-08-20T19:16:13.9902999Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpcAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9904674Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TerminatePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9906376Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnPbrRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9907949Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:13.9909689Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateExpressCloudConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9911273Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSslVpnServers.json' from root:root to runner:runner
2025-08-20T19:16:13.9913119Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UntagResourcesForExpressConnect.json' from root:root to runner:runner
2025-08-20T19:16:13.9914659Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:13.9916243Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:13.9917741Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVbrHa.json' from root:root to runner:runner
2025-08-20T19:16:13.9919355Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribePublicIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:13.9920889Z [00:02:20.636]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GrantInstanceToVbr.json' from root:root to runner:runner
2025-08-20T19:16:13.9922812Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIPv6TranslatorEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9924404Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9926173Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribePhysicalConnectionLOA.json' from root:root to runner:runner
2025-08-20T19:16:13.9927834Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateExpressConnectTrafficQos.json' from root:root to runner:runner
2025-08-20T19:16:13.9929568Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateVpnGatewayWithCertificate.json' from root:root to runner:runner
2025-08-20T19:16:13.9931226Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9933073Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:13.9934719Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSslVpnClientCert.json' from root:root to runner:runner
2025-08-20T19:16:13.9936380Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:13.9938028Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVSwitchAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9939648Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ActivateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:13.9941262Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateEipAddressBatch.json' from root:root to runner:runner
2025-08-20T19:16:13.9943176Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreatePhysicalConnectionOccupancyOrder.json' from root:root to runner:runner
2025-08-20T19:16:13.9944816Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DisableNatGatewayEcsMetric.json' from root:root to runner:runner
2025-08-20T19:16:13.9946559Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/SetHighDefinitionMonitorLogStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.9948070Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:13.9949725Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifySslVpnServer.json' from root:root to runner:runner
2025-08-20T19:16:13.9951345Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RecoverPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9953241Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:13.9954824Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnGateway.json' from root:root to runner:runner
2025-08-20T19:16:13.9956348Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:13.9957898Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CheckVpnBgpEnabled.json' from root:root to runner:runner
2025-08-20T19:16:13.9959519Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.9961174Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNatIpAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9962986Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVSwitchCidrReservations.json' from root:root to runner:runner
2025-08-20T19:16:13.9964502Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:13.9965979Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpc.json' from root:root to runner:runner
2025-08-20T19:16:13.9967556Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:13.9969238Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddGlobalAccelerationInstanceIp.json' from root:root to runner:runner
2025-08-20T19:16:13.9970872Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIpv6AddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9972568Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeactiveFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:13.9974336Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:13.9975898Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateDhcpOptionsSet.json' from root:root to runner:runner
2025-08-20T19:16:13.9977501Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/OpenTrafficMirrorService.json' from root:root to runner:runner
2025-08-20T19:16:13.9979248Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteCommonBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:13.9980931Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnPbrRouteEntryPriority.json' from root:root to runner:runner
2025-08-20T19:16:13.9982731Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DetachDhcpOptionsSetFromVpc.json' from root:root to runner:runner
2025-08-20T19:16:13.9984337Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreatePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:13.9986162Z [00:02:20.637]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetPhysicalConnectionServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:13.9988125Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeHighDefinitionMonitorLogAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9989677Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GrantInstanceToCen.json' from root:root to runner:runner
2025-08-20T19:16:13.9991324Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVSwitchCidrReservation.json' from root:root to runner:runner
2025-08-20T19:16:13.9993112Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpcGatewayEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:13.9994729Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:13.9996376Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyRouterInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9998047Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpcGatewayEndpointAttribute.json' from root:root to runner:runner
2025-08-20T19:16:13.9999601Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpcPrefixList.json' from root:root to runner:runner
2025-08-20T19:16:14.0001280Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpcPrefixList.json' from root:root to runner:runner
2025-08-20T19:16:14.0003086Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressConnectTrafficQos.json' from root:root to runner:runner
2025-08-20T19:16:14.0004867Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIPv6TranslatorAclList.json' from root:root to runner:runner
2025-08-20T19:16:14.0006358Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:14.0007900Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateIpsecServer.json' from root:root to runner:runner
2025-08-20T19:16:14.0009609Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeletePublicIpAddressPoolCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:14.0011208Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateBgpPeer.json' from root:root to runner:runner
2025-08-20T19:16:14.0013115Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeExpressConnectTrafficQosQueue.json' from root:root to runner:runner
2025-08-20T19:16:14.0014791Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateCustomerGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.0016589Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateExpressConnectTrafficQosQueue.json' from root:root to runner:runner
2025-08-20T19:16:14.0018324Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVpcGatewayEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:14.0019869Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/OpenFlowLogService.json' from root:root to runner:runner
2025-08-20T19:16:14.0021364Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:14.0023432Z [00:02:20.638]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.0025040Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVcoRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.0026803Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateTrafficMirrorFilterRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.0028432Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifySnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.0030030Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DiagnoseVpnConnections.json' from root:root to runner:runner
2025-08-20T19:16:14.0031850Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeGlobalAccelerationInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.0033692Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVirtualPhysicalConnections.json' from root:root to runner:runner
2025-08-20T19:16:14.0035394Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouterInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.0037261Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.0038961Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RevokeInstanceFromCen.json' from root:root to runner:runner
2025-08-20T19:16:14.0040642Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DisableVpcClassicLink.json' from root:root to runner:runner
2025-08-20T19:16:14.0042248Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpcPrefixListEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.0044053Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeactivateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.0045623Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateFullNatEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.0047380Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnCrossAccountAuthorizations.json' from root:root to runner:runner
2025-08-20T19:16:14.0048925Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIpv6Gateway.json' from root:root to runner:runner
2025-08-20T19:16:14.0050694Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIPv6TranslatorAclListAttributes.json' from root:root to runner:runner
2025-08-20T19:16:14.0052301Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIPv6Translators.json' from root:root to runner:runner
2025-08-20T19:16:14.0054239Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnConnectionLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.0055811Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIPv6Translator.json' from root:root to runner:runner
2025-08-20T19:16:14.0057603Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteExpressConnectTrafficQos.json' from root:root to runner:runner
2025-08-20T19:16:14.0059234Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DownloadVpnConnectionConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.0060755Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:14.0062306Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ReleaseEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.0064174Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ConnectRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.0065751Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.0067487Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpcPrefixListAssociations.json' from root:root to runner:runner
2025-08-20T19:16:14.0069097Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIPv6TranslatorEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.0070637Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.0072189Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpsecServer.json' from root:root to runner:runner
2025-08-20T19:16:14.0074059Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeTagKeysForExpressConnect.json' from root:root to runner:runner
2025-08-20T19:16:14.0075734Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeCommonBandwidthPackages.json' from root:root to runner:runner
2025-08-20T19:16:14.0077323Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEipGatewayInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.0079051Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyCommonBandwidthPackageAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.0080642Z [00:02:20.639]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListNatIps.json' from root:root to runner:runner
2025-08-20T19:16:14.0082270Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSslVpnClientCerts.json' from root:root to runner:runner
2025-08-20T19:16:14.0084219Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyFullNatEntryAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.0085886Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateRouteTableWithGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.0087496Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVcoRouteEntryWeight.json' from root:root to runner:runner
2025-08-20T19:16:14.0088995Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddBgpNetwork.json' from root:root to runner:runner
2025-08-20T19:16:14.0090817Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteExpressConnectTrafficQosQueue.json' from root:root to runner:runner
2025-08-20T19:16:14.0092648Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteFullNatEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.0095638Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:14.0098569Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteSslVpnServer.json' from root:root to runner:runner
2025-08-20T19:16:14.0101601Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifySslVpnClientCert.json' from root:root to runner:runner
2025-08-20T19:16:14.0104814Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.0107870Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateNetworkAclEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.0110854Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateNatIpCidr.json' from root:root to runner:runner
2025-08-20T19:16:14.0114011Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpcPrefixList.json' from root:root to runner:runner
2025-08-20T19:16:14.0117147Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVbrHa.json' from root:root to runner:runner
2025-08-20T19:16:14.0120096Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVRouterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.0123246Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.0126370Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:14.0129421Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyBgpPeerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.0132206Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc' from root:root to runner:runner
2025-08-20T19:16:14.0135247Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DeleteFlowlog.json' from root:root to runner:runner
2025-08-20T19:16:14.0138773Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/EnableExpressConnectRouterRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.0142762Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouterChildInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0146561Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterAllowedPrefixHistory.json' from root:root to runner:runner
2025-08-20T19:16:14.0150233Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ForceDeleteExpressConnectRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.0153848Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DeleteExpressConnectRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.0157376Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.0160854Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.0164850Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterInterRegionTransitMode.json' from root:root to runner:runner
2025-08-20T19:16:14.0168608Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/CreateExpressConnectRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.0172024Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.0175739Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/CheckAddRegionToExpressConnectRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.0179339Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouterAssociation.json' from root:root to runner:runner
2025-08-20T19:16:14.0183217Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeInstanceGrantedToExpressConnectRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.0186925Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/AttachExpressConnectRouterChildInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0190787Z [00:02:20.640]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterChildInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0194492Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.0197933Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DeleteExpressConnectRouterAssociation.json' from root:root to runner:runner
2025-08-20T19:16:14.0201400Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyFlowLogAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.0205107Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/RevokeInstanceFromExpressConnectRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.0208744Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/GrantInstanceToExpressConnectRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.0212137Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ActivateFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:14.0216070Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/SynchronizeExpressConnectRouterInterRegionBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:14.0219624Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeFlowLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.0223121Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.0226594Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterAssociation.json' from root:root to runner:runner
2025-08-20T19:16:14.0230265Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ListExpressConnectRouterSupportedRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.0234073Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/CreateExpressConnectRouterAssociation.json' from root:root to runner:runner
2025-08-20T19:16:14.0237472Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/CreateFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:14.0240769Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.0244438Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DetachExpressConnectRouterChildInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0247994Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DeactivateFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:14.0251180Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.0254901Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeDisabledExpressConnectRouterRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.0258841Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouterInterRegionTransitMode.json' from root:root to runner:runner
2025-08-20T19:16:14.0262726Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.0266487Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DisableExpressConnectRouterRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.0270396Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouterAssociationAllowedPrefix.json' from root:root to runner:runner
2025-08-20T19:16:14.0274073Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter' from root:root to runner:runner
2025-08-20T19:16:14.0276953Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ExportDataKey.json' from root:root to runner:runner
2025-08-20T19:16:14.0279969Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CancelKeyDeletion.json' from root:root to runner:runner
2025-08-20T19:16:14.0283092Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListSecretVersionIds.json' from root:root to runner:runner
2025-08-20T19:16:14.0286078Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetSecretValue.json' from root:root to runner:runner
2025-08-20T19:16:14.0288941Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.0292030Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/SetDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.0295135Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteAlias.json' from root:root to runner:runner
2025-08-20T19:16:14.0298247Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CertificatePublicKeyEncrypt.json' from root:root to runner:runner
2025-08-20T19:16:14.0301306Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteClientKey.json' from root:root to runner:runner
2025-08-20T19:16:14.0304373Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/RotateSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.0307252Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateKeyVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.0310190Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/AsymmetricEncrypt.json' from root:root to runner:runner
2025-08-20T19:16:14.0313317Z [00:02:20.641]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ScheduleKeyDeletion.json' from root:root to runner:runner
2025-08-20T19:16:14.0316516Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:14.0319462Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListKmsInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.0322687Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UntagResource.json' from root:root to runner:runner
2025-08-20T19:16:14.0325621Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListNetworkRules.json' from root:root to runner:runner
2025-08-20T19:16:14.0328548Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.0331412Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/RestoreSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.0334484Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.0337457Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeAccountKmsStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.0340695Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListResourceTags.json' from root:root to runner:runner
2025-08-20T19:16:14.0343762Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetKeyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.0346720Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.0350343Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeApplicationAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:14.0354206Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/Decrypt.json' from root:root to runner:runner
2025-08-20T19:16:14.0357123Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetRandomPassword.json' from root:root to runner:runner
2025-08-20T19:16:14.0360012Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/TagResource.json' from root:root to runner:runner
2025-08-20T19:16:14.0363017Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DisableKey.json' from root:root to runner:runner
2025-08-20T19:16:14.0365818Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateKey.json' from root:root to runner:runner
2025-08-20T19:16:14.0368813Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.0371789Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:14.0374862Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.0377667Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ReEncrypt.json' from root:root to runner:runner
2025-08-20T19:16:14.0380585Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CertificatePrivateKeySign.json' from root:root to runner:runner
2025-08-20T19:16:14.0383718Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListKeyVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.0386567Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetPublicKey.json' from root:root to runner:runner
2025-08-20T19:16:14.0389514Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListApplicationAccessPoints.json' from root:root to runner:runner
2025-08-20T19:16:14.0392764Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteKeyMaterial.json' from root:root to runner:runner
2025-08-20T19:16:14.0395774Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GenerateDataKey.json' from root:root to runner:runner
2025-08-20T19:16:14.0398754Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CertificatePublicKeyVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.0401642Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.0404615Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateClientKey.json' from root:root to runner:runner
2025-08-20T19:16:14.0407450Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateAlias.json' from root:root to runner:runner
2025-08-20T19:16:14.0410370Z [00:02:20.642]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateSecretVersionStage.json' from root:root to runner:runner
2025-08-20T19:16:14.0413494Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListSecrets.json' from root:root to runner:runner
2025-08-20T19:16:14.0416665Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListAliasesByKeyId.json' from root:root to runner:runner
2025-08-20T19:16:14.0419797Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CertificatePrivateKeyDecrypt.json' from root:root to runner:runner
2025-08-20T19:16:14.0422958Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/AsymmetricDecrypt.json' from root:root to runner:runner
2025-08-20T19:16:14.0425920Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GenerateAndExportDataKey.json' from root:root to runner:runner
2025-08-20T19:16:14.0428896Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.0431841Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateRotationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.0435014Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateKmsInstanceBindVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.0438185Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateApplicationAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:14.0441225Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetKmsInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0444356Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetSecretPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.0447217Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeKey.json' from root:root to runner:runner
2025-08-20T19:16:14.0450039Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.0453048Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetClientKey.json' from root:root to runner:runner
2025-08-20T19:16:14.0455909Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/AsymmetricSign.json' from root:root to runner:runner
2025-08-20T19:16:14.0458798Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ReleaseKmsInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0461637Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListAliases.json' from root:root to runner:runner
2025-08-20T19:16:14.0464752Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.0467645Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/Encrypt.json' from root:root to runner:runner
2025-08-20T19:16:14.0470427Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.0473453Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.0476312Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/SetKeyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.0479139Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.0481911Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/EnableKey.json' from root:root to runner:runner
2025-08-20T19:16:14.0484997Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/SetSecretPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.0487934Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateAlias.json' from root:root to runner:runner
2025-08-20T19:16:14.0490876Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListClientKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.0493906Z [00:02:20.643]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.0496757Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.0499805Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GenerateDataKeyWithoutPlaintext.json' from root:root to runner:runner
2025-08-20T19:16:14.0502942Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.0505826Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:14.0508727Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/OpenKmsService.json' from root:root to runner:runner
2025-08-20T19:16:14.0511750Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ImportKeyMaterial.json' from root:root to runner:runner
2025-08-20T19:16:14.0515068Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateSecretRotationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.0518010Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.0520968Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteApplicationAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:14.0524203Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetDefaultKmsInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0527143Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/AsymmetricVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.0530043Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ConnectKmsInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0533242Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateApplicationAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:14.0536413Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.0539469Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:14.0542617Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateCertificateStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.0545604Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/PutSecretValue.json' from root:root to runner:runner
2025-08-20T19:16:14.0548485Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeKeyVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.0551415Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UploadCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.0554555Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateKeyDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.0557538Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetParametersForImport.json' from root:root to runner:runner
2025-08-20T19:16:14.0560410Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms' from root:root to runner:runner
2025-08-20T19:16:14.0563432Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteTable.json' from root:root to runner:runner
2025-08-20T19:16:14.0566465Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListAdvanceConfigDir.json' from root:root to runner:runner
2025-08-20T19:16:14.0569490Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.0572616Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyFile.json' from root:root to runner:runner
2025-08-20T19:16:14.0575850Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.0579035Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyClusterOfflineConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.0582208Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0585639Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteAlias.json' from root:root to runner:runner
2025-08-20T19:16:14.0588607Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/BuildIndex.json' from root:root to runner:runner
2025-08-20T19:16:14.0591548Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/RenameFolder.json' from root:root to runner:runner
2025-08-20T19:16:14.0594750Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreatePublicUrl.json' from root:root to runner:runner
2025-08-20T19:16:14.0597802Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListPausePolicys.json' from root:root to runner:runner
2025-08-20T19:16:14.0600816Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/PushDocuments.json' from root:root to runner:runner
2025-08-20T19:16:14.0603912Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.0608809Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteSqlInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0612315Z [00:02:20.644]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/RemoveCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.0615760Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyIndexPartition.json' from root:root to runner:runner
2025-08-20T19:16:14.0618798Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListSchemas.json' from root:root to runner:runner
2025-08-20T19:16:14.0621760Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateIndex.json' from root:root to runner:runner
2025-08-20T19:16:14.0624894Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListModels.json' from root:root to runner:runner
2025-08-20T19:16:14.0627982Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDataSources.json' from root:root to runner:runner
2025-08-20T19:16:14.0631015Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetDatabaseSchema.json' from root:root to runner:runner
2025-08-20T19:16:14.0634397Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListInstanceSpecs.json' from root:root to runner:runner
2025-08-20T19:16:14.0637470Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListOnlineConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.0640456Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DebugModel.json' from root:root to runner:runner
2025-08-20T19:16:14.0643598Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeletePublicUrl.json' from root:root to runner:runner
2025-08-20T19:16:14.0646572Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/StopTask.json' from root:root to runner:runner
2025-08-20T19:16:14.0649549Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetTableGeneration.json' from root:root to runner:runner
2025-08-20T19:16:14.0652727Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.0655735Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.0658865Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.0661888Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyClusterDesc.json' from root:root to runner:runner
2025-08-20T19:16:14.0665343Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/StartIndex.json' from root:root to runner:runner
2025-08-20T19:16:14.0668351Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListRestQueryResult.json' from root:root to runner:runner
2025-08-20T19:16:14.0671394Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDatabases.json' from root:root to runner:runner
2025-08-20T19:16:14.0674532Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateTable.json' from root:root to runner:runner
2025-08-20T19:16:14.0677637Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.0680614Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteIndex.json' from root:root to runner:runner
2025-08-20T19:16:14.0683889Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ForceSwitch.json' from root:root to runner:runner
2025-08-20T19:16:14.0686879Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/RecoverIndex.json' from root:root to runner:runner
2025-08-20T19:16:14.0689833Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyModel.json' from root:root to runner:runner
2025-08-20T19:16:14.0692997Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.0696077Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyPublicUrlIpList.json' from root:root to runner:runner
2025-08-20T19:16:14.0699110Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyAlias.json' from root:root to runner:runner
2025-08-20T19:16:14.0702097Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyPausePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.0705381Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyAdvanceConfigFile.json' from root:root to runner:runner
2025-08-20T19:16:14.0708594Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetSqlInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0711636Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetDataSourceDeploy.json' from root:root to runner:runner
2025-08-20T19:16:14.0714942Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateConfigDir.json' from root:root to runner:runner
2025-08-20T19:16:14.0717961Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.0720993Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListAdvanceConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.0724305Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteModel.json' from root:root to runner:runner
2025-08-20T19:16:14.0727267Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateModel.json' from root:root to runner:runner
2025-08-20T19:16:14.0730284Z [00:02:20.645]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateSqlInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0733535Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetTable.json' from root:root to runner:runner
2025-08-20T19:16:14.0736546Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteConfigFile.json' from root:root to runner:runner
2025-08-20T19:16:14.0739523Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetNodeConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.0742711Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteAdvanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.0745819Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetAdvanceConfigFile.json' from root:root to runner:runner
2025-08-20T19:16:14.0748808Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetFile.json' from root:root to runner:runner
2025-08-20T19:16:14.0751822Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyDataSourceDeploy.json' from root:root to runner:runner
2025-08-20T19:16:14.0755087Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListClusterTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.0758236Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetIndexVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.0761436Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListIndexRecoverRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.0764740Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyIndexVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.0767761Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0770810Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListVectorQueryResult.json' from root:root to runner:runner
2025-08-20T19:16:14.0774130Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetDeployGraph.json' from root:root to runner:runner
2025-08-20T19:16:14.0777202Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UpdateSqlInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:14.0780336Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteFolder.json' from root:root to runner:runner
2025-08-20T19:16:14.0783490Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteConfigDir.json' from root:root to runner:runner
2025-08-20T19:16:14.0786477Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListAliases.json' from root:root to runner:runner
2025-08-20T19:16:14.0789434Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyPassword.json' from root:root to runner:runner
2025-08-20T19:16:14.0792588Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.0795641Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyAdvanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.0798655Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListIndexes.json' from root:root to runner:runner
2025-08-20T19:16:14.0801615Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyNodeConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.0804905Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateFolder.json' from root:root to runner:runner
2025-08-20T19:16:14.0807908Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.0810979Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetIndex.json' from root:root to runner:runner
2025-08-20T19:16:14.0814066Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetModel.json' from root:root to runner:runner
2025-08-20T19:16:14.0817297Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetIndexOnlineStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.0820496Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CloneSqlInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0823670Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateAlias.json' from root:root to runner:runner
2025-08-20T19:16:14.0826720Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifySearcherReplica.json' from root:root to runner:runner
2025-08-20T19:16:14.0829806Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListClusterNames.json' from root:root to runner:runner
2025-08-20T19:16:14.0832977Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.0835940Z [00:02:20.646]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0838864Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyIndex.json' from root:root to runner:runner
2025-08-20T19:16:14.0841856Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetAdvanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.0845097Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ExecuteSqlInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0848206Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListPostQueryResult.json' from root:root to runner:runner
2025-08-20T19:16:14.0857608Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListTables.json' from root:root to runner:runner
2025-08-20T19:16:14.0860944Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteIndexVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.0866182Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/PublishIndexVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.0869624Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyTable.json' from root:root to runner:runner
2025-08-20T19:16:14.0873197Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyClusterOnlineConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.0876655Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateConfigFile.json' from root:root to runner:runner
2025-08-20T19:16:14.0880136Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UpdateSqlInstanceParams.json' from root:root to runner:runner
2025-08-20T19:16:14.0883812Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListTableGenerations.json' from root:root to runner:runner
2025-08-20T19:16:14.0887032Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListQueryResult.json' from root:root to runner:runner
2025-08-20T19:16:14.0890499Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UpdateSqlInstanceContent.json' from root:root to runner:runner
2025-08-20T19:16:14.0893996Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetClusterRunTimeInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.0897408Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDataSourceSchemas.json' from root:root to runner:runner
2025-08-20T19:16:14.0900764Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/PublishAdvanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.0904184Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.0907343Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyOnlineConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.0910719Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDateSourceGenerations.json' from root:root to runner:runner
2025-08-20T19:16:14.0914355Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.0917651Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/Reindex.json' from root:root to runner:runner
2025-08-20T19:16:14.0920842Z [00:02:20.647]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/StopIndex.json' from root:root to runner:runner
2025-08-20T19:16:14.0924395Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDataSourceTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.0927762Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UpdateInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.0931285Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyIndexOnlineStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.0934629Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine' from root:root to runner:runner
2025-08-20T19:16:14.0937643Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/GetPipelineRunNode.json' from root:root to runner:runner
2025-08-20T19:16:14.0940942Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRunNodeStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.0944520Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/GetPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:14.0947735Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRunsStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.0950974Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/GetPipeline.json' from root:root to runner:runner
2025-08-20T19:16:14.0954275Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/DeletePipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:14.0957461Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRuns.json' from root:root to runner:runner
2025-08-20T19:16:14.0960697Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRunNodeOutputs.json' from root:root to runner:runner
2025-08-20T19:16:14.0964272Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/RerunPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:14.0967649Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/TerminatePipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:14.0970767Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/CreatePipeline.json' from root:root to runner:runner
2025-08-20T19:16:14.0974298Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRunNodeLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.0977433Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelines.json' from root:root to runner:runner
2025-08-20T19:16:14.0980839Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/CreatePipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:14.0984266Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/StartPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:14.0987542Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/UpdatePipeline.json' from root:root to runner:runner
2025-08-20T19:16:14.0990614Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/DeletePipeline.json' from root:root to runner:runner
2025-08-20T19:16:14.0994031Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/UpdatePipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:14.0996995Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow' from root:root to runner:runner
2025-08-20T19:16:14.0999952Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/CreateQuotaAlarm.json' from root:root to runner:runner
2025-08-20T19:16:14.1003207Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/UpdateQuotaAlarm.json' from root:root to runner:runner
2025-08-20T19:16:14.1006443Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListAlarmHistories.json' from root:root to runner:runner
2025-08-20T19:16:14.1009881Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListProductQuotas.json' from root:root to runner:runner
2025-08-20T19:16:14.1013272Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaAlarms.json' from root:root to runner:runner
2025-08-20T19:16:14.1016545Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListProductDimensionGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.1019898Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetProductQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.1023293Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetQuotaApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.1026916Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/CreateQuotaApplicationsForTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.1030467Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaApplicationsDetailForTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.1034179Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetQuotaApplicationApproval.json' from root:root to runner:runner
2025-08-20T19:16:14.1037681Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ModifyQuotaTemplateServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.1041238Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaApplicationsForTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.1044752Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaApplications.json' from root:root to runner:runner
2025-08-20T19:16:14.1047955Z [00:02:20.648]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/CreateQuotaApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.1051393Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/RemindQuotaApplicationApproval.json' from root:root to runner:runner
2025-08-20T19:16:14.1054836Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ModifyTemplateQuotaItem.json' from root:root to runner:runner
2025-08-20T19:16:14.1058121Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListProducts.json' from root:root to runner:runner
2025-08-20T19:16:14.1061238Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetQuotaAlarm.json' from root:root to runner:runner
2025-08-20T19:16:14.1064737Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/DeleteTemplateQuotaItem.json' from root:root to runner:runner
2025-08-20T19:16:14.1068012Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetQuotaTemplateServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.1071550Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListProductQuotaDimensions.json' from root:root to runner:runner
2025-08-20T19:16:14.1075118Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaApplicationTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.1078689Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetProductQuotaDimension.json' from root:root to runner:runner
2025-08-20T19:16:14.1081901Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/CreateTemplateQuotaItem.json' from root:root to runner:runner
2025-08-20T19:16:14.1085505Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/DeleteQuotaAlarm.json' from root:root to runner:runner
2025-08-20T19:16:14.1088746Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListDependentQuotas.json' from root:root to runner:runner
2025-08-20T19:16:14.1091943Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas' from root:root to runner:runner
2025-08-20T19:16:14.1095034Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:14.1098130Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DetachPolicyFromUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1101212Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPolicyVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.1104565Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.1107649Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/AttachPolicyToUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1110815Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/AddUserToGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1114058Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DetachPolicyFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1117375Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.1121059Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateVirtualMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:14.1124699Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/SetSecurityPreference.json' from root:root to runner:runner
2025-08-20T19:16:14.1127828Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1131012Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreatePolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.1134292Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.1137510Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1140600Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListRoles.json' from root:root to runner:runner
2025-08-20T19:16:14.1143894Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/SetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.1146994Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/AttachPolicyToRole.json' from root:root to runner:runner
2025-08-20T19:16:14.1150085Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.1153357Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPoliciesForRole.json' from root:root to runner:runner
2025-08-20T19:16:14.1156437Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UnbindMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:14.1159620Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:14.1162750Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1165825Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.1168975Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/AttachPolicyToGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1172084Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateRole.json' from root:root to runner:runner
2025-08-20T19:16:14.1175275Z [00:02:20.649]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPoliciesForGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1178502Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.1181577Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ClearAccountAlias.json' from root:root to runner:runner
2025-08-20T19:16:14.1184907Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/RemoveUserFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1188224Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:14.1191459Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListEntitiesForPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.1194815Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ChangePassword.json' from root:root to runner:runner
2025-08-20T19:16:14.1197805Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteRole.json' from root:root to runner:runner
2025-08-20T19:16:14.1201131Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPoliciesForUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1204603Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:14.1207633Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1210569Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1213891Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/SetAccountAlias.json' from root:root to runner:runner
2025-08-20T19:16:14.1217105Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeletePolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.1220229Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1223476Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListVirtualMFADevices.json' from root:root to runner:runner
2025-08-20T19:16:14.1226659Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetUserMFAInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.1229838Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:14.1233403Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DetachPolicyFromRole.json' from root:root to runner:runner
2025-08-20T19:16:14.1236489Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.1239608Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.1242867Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.1246158Z [00:02:20.650]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/BindMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:14.1249148Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.1252266Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/SetDefaultPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.1255633Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdatePolicyDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.1258858Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetSecurityPreference.json' from root:root to runner:runner
2025-08-20T19:16:14.1262085Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteVirtualMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:14.1265271Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1268408Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.1271359Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetRole.json' from root:root to runner:runner
2025-08-20T19:16:14.1274734Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListGroupsForUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1277814Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1281060Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListUsersForGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1284503Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DecodeDiagnosticMessage.json' from root:root to runner:runner
2025-08-20T19:16:14.1318007Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateRole.json' from root:root to runner:runner
2025-08-20T19:16:14.1320910Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetAccountAlias.json' from root:root to runner:runner
2025-08-20T19:16:14.1324144Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:14.1327158Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:14.1330022Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListAccessKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.1333081Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetAccessKeyLastUsed.json' from root:root to runner:runner
2025-08-20T19:16:14.1335853Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram' from root:root to runner:runner
2025-08-20T19:16:14.1338570Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CheckDevice.json' from root:root to runner:runner
2025-08-20T19:16:14.1341492Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryUniqueDeviceStat.json' from root:root to runner:runner
2025-08-20T19:16:14.1344567Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CheckDevices.json' from root:root to runner:runner
2025-08-20T19:16:14.1347413Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryAliases.json' from root:root to runner:runner
2025-08-20T19:16:14.1350239Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/BindPhone.json' from root:root to runner:runner
2025-08-20T19:16:14.1353309Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/UnbindAlias.json' from root:root to runner:runner
2025-08-20T19:16:14.1356100Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/BindTag.json' from root:root to runner:runner
2025-08-20T19:16:14.1359072Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/PushNoticeToAndroid.json' from root:root to runner:runner
2025-08-20T19:16:14.1362029Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/PushMessageToAndroid.json' from root:root to runner:runner
2025-08-20T19:16:14.1365152Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryDeviceInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.1367951Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/ListTags.json' from root:root to runner:runner
2025-08-20T19:16:14.1370834Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/UnbindPhone.json' from root:root to runner:runner
2025-08-20T19:16:14.1373902Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryDevicesByAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.1376966Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/ContinuouslyPush.json' from root:root to runner:runner
2025-08-20T19:16:14.1379947Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CompleteContinuouslyPush.json' from root:root to runner:runner
2025-08-20T19:16:14.1383020Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/RemoveTag.json' from root:root to runner:runner
2025-08-20T19:16:14.1385782Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/MassPush.json' from root:root to runner:runner
2025-08-20T19:16:14.1388608Z [00:02:20.651]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/PushNoticeToiOS.json' from root:root to runner:runner
2025-08-20T19:16:14.1391505Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryPushStatByMsg.json' from root:root to runner:runner
2025-08-20T19:16:14.1394620Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/PushMessageToiOS.json' from root:root to runner:runner
2025-08-20T19:16:14.1397456Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/BindAlias.json' from root:root to runner:runner
2025-08-20T19:16:14.1400331Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/Push.json' from root:root to runner:runner
2025-08-20T19:16:14.1403241Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CancelPush.json' from root:root to runner:runner
2025-08-20T19:16:14.1406224Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/ListSummaryApps.json' from root:root to runner:runner
2025-08-20T19:16:14.1409102Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CheckCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.1411943Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryTags.json' from root:root to runner:runner
2025-08-20T19:16:14.1415131Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryPushStatByApp.json' from root:root to runner:runner
2025-08-20T19:16:14.1418218Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryDeviceStat.json' from root:root to runner:runner
2025-08-20T19:16:14.1421134Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryPushRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.1424388Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryDevicesByAlias.json' from root:root to runner:runner
2025-08-20T19:16:14.1427296Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/UnbindTag.json' from root:root to runner:runner
2025-08-20T19:16:14.1429971Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push' from root:root to runner:runner
2025-08-20T19:16:14.1432944Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifySkillGroupBasicInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.1436052Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRecordingsByContactId.json' from root:root to runner:runner
2025-08-20T19:16:14.1438996Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.1441929Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CallOnlinePrivacyNumber.json' from root:root to runner:runner
2025-08-20T19:16:14.1445016Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/FindUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.1448017Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListUsersOfSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1450949Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.1453993Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetAgentData.json' from root:root to runner:runner
2025-08-20T19:16:14.1456969Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.1459940Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/PublishContactFlowVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.1463095Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListIvrTrackingDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.1466331Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifySkillGroupOutboundNumbers.json' from root:root to runner:runner
2025-08-20T19:16:14.1469561Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstanceSummaryReportByInterval.json' from root:root to runner:runner
2025-08-20T19:16:14.1472949Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.1475887Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstanceSummaryReport.json' from root:root to runner:runner
2025-08-20T19:16:14.1478958Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GenerateAgentStatisticReport.json' from root:root to runner:runner
2025-08-20T19:16:14.1481910Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetRoutePoint.json' from root:root to runner:runner
2025-08-20T19:16:14.1485257Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetConversationDetailByContactId.json' from root:root to runner:runner
2025-08-20T19:16:14.1488293Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RemovePhoneNumber.json' from root:root to runner:runner
2025-08-20T19:16:14.1491126Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListMedias.json' from root:root to runner:runner
2025-08-20T19:16:14.1494177Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRealTimeAgent.json' from root:root to runner:runner
2025-08-20T19:16:14.1497219Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetTURNServerList.json' from root:root to runner:runner
2025-08-20T19:16:14.1500147Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListTrunkProviders.json' from root:root to runner:runner
2025-08-20T19:16:14.1503294Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ResetUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.1506203Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RequestLoginInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.1509099Z [00:02:20.652]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DeletePhoneTags.json' from root:root to runner:runner
2025-08-20T19:16:14.1511951Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AddPhoneTags.json' from root:root to runner:runner
2025-08-20T19:16:14.1515044Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1517930Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DeleteSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1520843Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRoles.json' from root:root to runner:runner
2025-08-20T19:16:14.1523871Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetNumberRegionInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.1526810Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateContactFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.1529745Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListVoiceAppraise.json' from root:root to runner:runner
2025-08-20T19:16:14.1532767Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateMedia.json' from root:root to runner:runner
2025-08-20T19:16:14.1535633Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRecordings.json' from root:root to runner:runner
2025-08-20T19:16:14.1538417Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1541287Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstanceState.json' from root:root to runner:runner
2025-08-20T19:16:14.1544555Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRecentCallRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.1547467Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RefreshToken.json' from root:root to runner:runner
2025-08-20T19:16:14.1550358Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupsOfUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1553575Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentStates.json' from root:root to runner:runner
2025-08-20T19:16:14.1556402Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.1559237Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/PickLocalNumber.json' from root:root to runner:runner
2025-08-20T19:16:14.1562180Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RemoveUsersFromSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1565584Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetRecordOssUploadParam.json' from root:root to runner:runner
2025-08-20T19:16:14.1568623Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AssignUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.1571594Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/LaunchShortMessageAppraise.json' from root:root to runner:runner
2025-08-20T19:16:14.1574913Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRecordingOfDualTrack.json' from root:root to runner:runner
2025-08-20T19:16:14.1578111Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentSummaryReportsSinceMidnight.json' from root:root to runner:runner
2025-08-20T19:16:14.1581243Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CheckNumberAvaliable.json' from root:root to runner:runner
2025-08-20T19:16:14.1584362Z [00:02:20.653]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetTURNCredentials.json' from root:root to runner:runner
2025-08-20T19:16:14.1587314Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListInstancesOfUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1590182Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.1593342Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/LaunchAppraise.json' from root:root to runner:runner
2025-08-20T19:16:14.1596224Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListPhoneTags.json' from root:root to runner:runner
2025-08-20T19:16:14.1599069Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.1602116Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupStates.json' from root:root to runner:runner
2025-08-20T19:16:14.1605252Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyPhoneTags.json' from root:root to runner:runner
2025-08-20T19:16:14.1608152Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AddBulkPhoneNumbers.json' from root:root to runner:runner
2025-08-20T19:16:14.1611266Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetCallMeasureSummaryReport.json' from root:root to runner:runner
2025-08-20T19:16:14.1614553Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/SendPredefinedShortMessage.json' from root:root to runner:runner
2025-08-20T19:16:14.1617646Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1620519Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DownloadRecording.json' from root:root to runner:runner
2025-08-20T19:16:14.1623578Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AddAgentDevice.json' from root:root to runner:runner
2025-08-20T19:16:14.1626628Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyPrivacyNumberCallDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.1629692Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListTrunksOfSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1632832Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateVoiceAppraise.json' from root:root to runner:runner
2025-08-20T19:16:14.1635766Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListContactFlows.json' from root:root to runner:runner
2025-08-20T19:16:14.1638596Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DeleteMedia.json' from root:root to runner:runner
2025-08-20T19:16:14.1641680Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListTransferableSkillGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.1644957Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListCallEventDetailByContactId.json' from root:root to runner:runner
2025-08-20T19:16:14.1647866Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DialEx.json' from root:root to runner:runner
2025-08-20T19:16:14.1650974Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CommitContactFlowVersionModification.json' from root:root to runner:runner
2025-08-20T19:16:14.1654276Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DisableTrunkProviders.json' from root:root to runner:runner
2025-08-20T19:16:14.1657209Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AddPhoneNumber.json' from root:root to runner:runner
2025-08-20T19:16:14.1660337Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/PickGlobalOutboundNumbers.json' from root:root to runner:runner
2025-08-20T19:16:14.1663505Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RemoveUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.1666498Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentStateLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.1669492Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DownloadAllTypeRecording.json' from root:root to runner:runner
2025-08-20T19:16:14.1672621Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.1675795Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstanceSummaryReportSinceMidnight.json' from root:root to runner:runner
2025-08-20T19:16:14.1678902Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentDevices.json' from root:root to runner:runner
2025-08-20T19:16:14.1681943Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentSummaryReportsByInterval.json' from root:root to runner:runner
2025-08-20T19:16:14.1685171Z [00:02:20.654]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyPhoneNumber.json' from root:root to runner:runner
2025-08-20T19:16:14.1688039Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1691072Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/PickOutboundNumbers.json' from root:root to runner:runner
2025-08-20T19:16:14.1694260Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListOutboundPhoneNumberOfUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1697531Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListCallMeasureSummaryReports.json' from root:root to runner:runner
2025-08-20T19:16:14.1700774Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupSummaryReportsSinceMidnight.json' from root:root to runner:runner
2025-08-20T19:16:14.1704217Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyPrimaryTrunksOfSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1707238Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyAgentDevice.json' from root:root to runner:runner
2025-08-20T19:16:14.1710194Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetSmsConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.1713312Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListPhoneNumbers.json' from root:root to runner:runner
2025-08-20T19:16:14.1714846Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifySkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1716424Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetUserByExtension.json' from root:root to runner:runner
2025-08-20T19:16:14.1718004Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListCallDetailRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.1719749Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupSummaryReportsByInterval.json' from root:root to runner:runner
2025-08-20T19:16:14.1721258Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/StartBack2BackCall.json' from root:root to runner:runner
2025-08-20T19:16:14.1723045Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentSummaryReports.json' from root:root to runner:runner
2025-08-20T19:16:14.1724654Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifySkillGroupOfUser.json' from root:root to runner:runner
2025-08-20T19:16:14.1726136Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateFault.json' from root:root to runner:runner
2025-08-20T19:16:14.1727744Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/SaveWebRTCStats.json' from root:root to runner:runner
2025-08-20T19:16:14.1729378Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupSummaryReports.json' from root:root to runner:runner
2025-08-20T19:16:14.1731041Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetServiceExtensions.json' from root:root to runner:runner
2025-08-20T19:16:14.1732359Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc' from root:root to runner:runner
2025-08-20T19:16:14.1734120Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyCollationTimeZone.json' from root:root to runner:runner
2025-08-20T19:16:14.1735673Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCClusterNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.1737411Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:14.1739105Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CalculateDBInstanceWeight.json' from root:root to runner:runner
2025-08-20T19:16:14.1740666Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1742241Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyActionEventPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.1744169Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceDelayedReplicationTime.json' from root:root to runner:runner
2025-08-20T19:16:14.1745673Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBNode.json' from root:root to runner:runner
2025-08-20T19:16:14.1747280Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCrossRegionBackups.json' from root:root to runner:runner
2025-08-20T19:16:14.1748836Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/GetDBInstanceTopology.json' from root:root to runner:runner
2025-08-20T19:16:14.1750378Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ImportUserBackupFile.json' from root:root to runner:runner
2025-08-20T19:16:14.1751991Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:14.1753774Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBMiniEngineVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.1755327Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHostWebShell.json' from root:root to runner:runner
2025-08-20T19:16:14.1757009Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/GetDbProxyInstanceSsl.json' from root:root to runner:runner
2025-08-20T19:16:14.1758574Z [00:02:20.655]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:14.1760260Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeLocalAvailableRecoveryTime.json' from root:root to runner:runner
2025-08-20T19:16:14.1761922Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.1763942Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBInstanceMajorVersionPrecheck.json' from root:root to runner:runner
2025-08-20T19:16:14.1765676Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLCollectorPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.1767223Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/QueryRecommendByCode.json' from root:root to runner:runner
2025-08-20T19:16:14.1768863Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CopyDatabaseBetweenInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.1770447Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateOnlineDatabaseTask.json' from root:root to runner:runner
2025-08-20T19:16:14.1771963Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBProxy.json' from root:root to runner:runner
2025-08-20T19:16:14.1773737Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDedicatedHostGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.1775378Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCurrentModifyOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.1777051Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRenewalPrice.json' from root:root to runner:runner
2025-08-20T19:16:14.1778730Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableClasses.json' from root:root to runner:runner
2025-08-20T19:16:14.1780270Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDatabaseConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.1781799Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.1783559Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteReplicationLink.json' from root:root to runner:runner
2025-08-20T19:16:14.1785202Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckCloudResourceAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:14.1786759Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribePGHbaConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.1788402Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/QueryNotify.json' from root:root to runner:runner
2025-08-20T19:16:14.1789919Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteRCSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:14.1791645Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableRecoveryTime.json' from root:root to runner:runner
2025-08-20T19:16:14.1793333Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.1794929Z [00:02:20.656]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RevokeAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:14.1796488Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.1798124Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLCollectorRetention.json' from root:root to runner:runner
2025-08-20T19:16:14.1799707Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.1801419Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceHAConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.1803184Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeletePostgresExtensions.json' from root:root to runner:runner
2025-08-20T19:16:14.1804938Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateConnectionToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:14.1806510Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/EvaluateLocalExtendDisk.json' from root:root to runner:runner
2025-08-20T19:16:14.1808171Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:14.1809681Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RestoreDdrTable.json' from root:root to runner:runner
2025-08-20T19:16:14.1811236Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateSecurityIPMode.json' from root:root to runner:runner
2025-08-20T19:16:14.1812999Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.1814831Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.1816649Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBInstanceKernelVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.1818219Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateTempDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.1819768Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyHADiagnoseConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.1821394Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.1823122Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCClusterConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.1824794Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AllocateInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.1826337Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:14.1827939Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.1829772Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDTCSecurityIpHostsForSQLServer.json' from root:root to runner:runner
2025-08-20T19:16:14.1831341Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceByTags.json' from root:root to runner:runner
2025-08-20T19:16:14.1833018Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:14.1834618Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHADiagnoseConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.1836145Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeErrorLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.1837800Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateCloudMigrationPrecheckTask.json' from root:root to runner:runner
2025-08-20T19:16:14.1839316Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.1841142Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBProxyInstanceKernelVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.1843105Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/PreCheckCreateOrderForDeleteDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.1844603Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DetachRCDisk.json' from root:root to runner:runner
2025-08-20T19:16:14.1846224Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceNetworkType.json' from root:root to runner:runner
2025-08-20T19:16:14.1847757Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBackupTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.1849311Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:14.1850966Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ReleaseInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.1852710Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCharacterSetName.json' from root:root to runner:runner
2025-08-20T19:16:14.1854492Z [00:02:20.657]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableCrossRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.1856080Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RestoreTable.json' from root:root to runner:runner
2025-08-20T19:16:14.1857572Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.1859131Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1860649Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RestartDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.1862243Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpdatePostgresExtensions.json' from root:root to runner:runner
2025-08-20T19:16:14.1863992Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RemoveTagsFromResource.json' from root:root to runner:runner
2025-08-20T19:16:14.1865666Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeResourceUsage.json' from root:root to runner:runner
2025-08-20T19:16:14.1867257Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyBackupSetExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:14.1868919Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDedicatedHosts.json' from root:root to runner:runner
2025-08-20T19:16:14.1870438Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyParameter.json' from root:root to runner:runner
2025-08-20T19:16:14.1872037Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeInstanceKeywords.json' from root:root to runner:runner
2025-08-20T19:16:14.1873818Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCInstanceIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.1875416Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHASwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.1877022Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBProxyPerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.1878651Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDatabases.json' from root:root to runner:runner
2025-08-20T19:16:14.1880165Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:14.1881858Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDetachedBackups.json' from root:root to runner:runner
2025-08-20T19:16:14.1883557Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.1885126Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/TerminateMigrateTask.json' from root:root to runner:runner
2025-08-20T19:16:14.1886832Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AllocateReadWriteSplittingConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.1888427Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyComputeBurstConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.1890076Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSupportOnlineResizeDisk.json' from root:root to runner:runner
2025-08-20T19:16:14.1891776Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHistoryEventsStat.json' from root:root to runner:runner
2025-08-20T19:16:14.1893654Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCDisks.json' from root:root to runner:runner
2025-08-20T19:16:14.1895210Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRegionInfos.json' from root:root to runner:runner
2025-08-20T19:16:14.1896736Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBinlogFiles.json' from root:root to runner:runner
2025-08-20T19:16:14.1898312Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.1899943Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchOverMajorVersionUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:14.1901492Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1903318Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCrossRegionLogBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:14.1905161Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ReleaseReadWriteSplittingConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.1906746Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.1908394Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSecrets.json' from root:root to runner:runner
2025-08-20T19:16:14.1909941Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHistoryTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.1911502Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckDBNameAvailable.json' from root:root to runner:runner
2025-08-20T19:16:14.1913237Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBProxyInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.1914868Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeMarketingActivity.json' from root:root to runner:runner
2025-08-20T19:16:14.1916581Z [00:02:20.658]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancesAsCsv.json' from root:root to runner:runner
2025-08-20T19:16:14.1918491Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyReadWriteSplittingConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.1920068Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBProxy.json' from root:root to runner:runner
2025-08-20T19:16:14.1921580Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteADSetting.json' from root:root to runner:runner
2025-08-20T19:16:14.1923428Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancesByPerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.1925075Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.1926710Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeKmsAssociateResources.json' from root:root to runner:runner
2025-08-20T19:16:14.1928419Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAnalyticdbByPrimaryDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.1930036Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyAccountSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.1931654Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.1933554Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:14.1935206Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBProxyEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.1936817Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CancelActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.1938505Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeInstanceCrossBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.1940210Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DetachWhitelistTemplateToInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.1941683Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteRCDisk.json' from root:root to runner:runner
2025-08-20T19:16:14.1943547Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifySQLCollectorPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.1945058Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.1946846Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AssociateEipAddressWithRCInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.1948389Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLLogFiles.json' from root:root to runner:runner
2025-08-20T19:16:14.1949996Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RebuildReplicationLink.json' from root:root to runner:runner
2025-08-20T19:16:14.1951594Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeWhitelistTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.1953289Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:14.1954869Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeLogBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:14.1956620Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBProxyEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.1958227Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescibeImportsFromDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.1959913Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.1961604Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.1963337Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.1964939Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteBackup.json' from root:root to runner:runner
2025-08-20T19:16:14.1966551Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.1968172Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAllWhitelistTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.1969874Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/GrantOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.1971518Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBInstanceMajorVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.1973262Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHistoryEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.1974912Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.1976566Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceReplication.json' from root:root to runner:runner
2025-08-20T19:16:14.1978243Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyInstanceCrossBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.1979866Z [00:02:20.659]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceConnectivity.json' from root:root to runner:runner
2025-08-20T19:16:14.1981386Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyPGHbaConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.1983246Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.1984898Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.1986375Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.1988089Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.1989607Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteGadInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.1991335Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeReadDBInstanceDelay.json' from root:root to runner:runner
2025-08-20T19:16:14.1993168Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstanceEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.1994851Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceNetworkExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:14.1996582Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckAccountNameAvailable.json' from root:root to runner:runner
2025-08-20T19:16:14.1998147Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateYouhuiForOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.1999673Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DestroyDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2001285Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeParameterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.2003046Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchDBInstanceNetType.json' from root:root to runner:runner
2025-08-20T19:16:14.2004665Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreatePostgresExtensions.json' from root:root to runner:runner
2025-08-20T19:16:14.2006341Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancePromoteActivity.json' from root:root to runner:runner
2025-08-20T19:16:14.2007909Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:14.2009587Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.2011320Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2013065Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DetachGadInstanceMember.json' from root:root to runner:runner
2025-08-20T19:16:14.2014787Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDTCSecurityIpHostsForSQLServer.json' from root:root to runner:runner
2025-08-20T19:16:14.2016430Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeComputeBurstConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2018190Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceEncryptionKey.json' from root:root to runner:runner
2025-08-20T19:16:14.2019731Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:14.2021279Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteSlot.json' from root:root to runner:runner
2025-08-20T19:16:14.2023057Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRdsResourceSettings.json' from root:root to runner:runner
2025-08-20T19:16:14.2024829Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.2026546Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceProxyConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.2028085Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AddTagsToResource.json' from root:root to runner:runner
2025-08-20T19:16:14.2029667Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeQuickSaleConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2031142Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AttachRCDisk.json' from root:root to runner:runner
2025-08-20T19:16:14.2032835Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeMigrateTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.2034577Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstancePayType.json' from root:root to runner:runner
2025-08-20T19:16:14.2036179Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateReadOnlyDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2037801Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateGADInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2039301Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2040891Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBProxyEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.2042781Z [00:02:20.660]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeModifyPGHbaConfigLog.json' from root:root to runner:runner
2025-08-20T19:16:14.2044363Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckInstanceExist.json' from root:root to runner:runner
2025-08-20T19:16:14.2045868Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeADInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.2047533Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:14.2049088Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeOssDownloads.json' from root:root to runner:runner
2025-08-20T19:16:14.2050648Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:14.2052118Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UnlockAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.2053864Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBackupDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.2055433Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.2056968Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeMetaList.json' from root:root to runner:runner
2025-08-20T19:16:14.2058625Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifySecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.2060224Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CopyDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.2061847Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateOrderForDeleteDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.2063690Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDasInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2065313Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeModifyParameterLog.json' from root:root to runner:runner
2025-08-20T19:16:14.2066879Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateReplicationLink.json' from root:root to runner:runner
2025-08-20T19:16:14.2068523Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchDBInstanceVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.2070191Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ActivateMigrationTargetInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2071781Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCollationTimeZones.json' from root:root to runner:runner
2025-08-20T19:16:14.2073721Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBInstanceSecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2075281Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:14.2076942Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancesByExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:14.2078426Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.2080063Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceIpHostname.json' from root:root to runner:runner
2025-08-20T19:16:14.2081542Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ListClasses.json' from root:root to runner:runner
2025-08-20T19:16:14.2083412Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCloudMigrationPrecheckResult.json' from root:root to runner:runner
2025-08-20T19:16:14.2085061Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancePerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.2086865Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceSecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2088489Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RebuildDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2089971Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CloneDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2091634Z [00:02:20.661]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.2093421Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBProxyEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.2095083Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:14.2096584Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.2098260Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckCreateDdrDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2099848Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.2101354Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateRCSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:14.2103211Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceNetInfoForChannel.json' from root:root to runner:runner
2025-08-20T19:16:14.2104916Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstanceSecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2106451Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.2107983Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchDBInstanceHA.json' from root:root to runner:runner
2025-08-20T19:16:14.2109593Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribePostgresExtensions.json' from root:root to runner:runner
2025-08-20T19:16:14.2111262Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteRCClusterNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.2113091Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AttachWhitelistTemplateToInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2114706Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSlots.json' from root:root to runner:runner
2025-08-20T19:16:14.2116292Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RecoveryDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2117895Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.2119479Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceHAConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2121082Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.2122848Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeMigrateTaskById.json' from root:root to runner:runner
2025-08-20T19:16:14.2124445Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLLogReportList.json' from root:root to runner:runner
2025-08-20T19:16:14.2126062Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCrossBackupMetaList.json' from root:root to runner:runner
2025-08-20T19:16:14.2127535Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.2129118Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeActionEventPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.2130789Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeUpgradeMajorVersionTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.2132258Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.2134120Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RevokeOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.2135723Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteUserBackupFile.json' from root:root to runner:runner
2025-08-20T19:16:14.2137487Z [00:02:20.662]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceIPArrayList.json' from root:root to runner:runner
2025-08-20T19:16:14.2139053Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBProxyEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.2140722Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.2142184Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ResetAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.2144020Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyHASwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2145703Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchReplicationLink.json' from root:root to runner:runner
2025-08-20T19:16:14.2147271Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeClassDetails.json' from root:root to runner:runner
2025-08-20T19:16:14.2148823Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpdateUserBackupFile.json' from root:root to runner:runner
2025-08-20T19:16:14.2150430Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ReleaseInstanceConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.2151918Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:14.2153739Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBInstanceEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.2155249Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyEventInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.2156787Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:14.2158297Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSlowLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.2159764Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ConfirmNotify.json' from root:root to runner:runner
2025-08-20T19:16:14.2161344Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyCustinsResource.json' from root:root to runner:runner
2025-08-20T19:16:14.2163148Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.2164783Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCInstanceDdosCount.json' from root:root to runner:runner
2025-08-20T19:16:14.2166382Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2167851Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:14.2169428Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.2171136Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancesForClone.json' from root:root to runner:runner
2025-08-20T19:16:14.2172812Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/StopDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2174395Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHistoryTasksStat.json' from root:root to runner:runner
2025-08-20T19:16:14.2175920Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateMigrateTask.json' from root:root to runner:runner
2025-08-20T19:16:14.2177468Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CloneParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2179052Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyWhitelistTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.2180513Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyADInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.2182024Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteBackupFile.json' from root:root to runner:runner
2025-08-20T19:16:14.2183928Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeWhitelistTemplateLinkedInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2185491Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2187058Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeResourceDetails.json' from root:root to runner:runner
2025-08-20T19:16:14.2188817Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceNetInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.2190578Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBInstanceEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.2192115Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeGadInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.2193837Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeParameterGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.2195533Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateCloudMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:14.2197402Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHostGroupElasticStrategyParameters.json' from root:root to runner:runner
2025-08-20T19:16:14.2198972Z [00:02:20.663]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:14.2200562Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.2202161Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyAccountCheckPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.2203849Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AttachRCInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.2205627Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeInstanceLinkedWhitelistTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.2207210Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateGadInstanceMember.json' from root:root to runner:runner
2025-08-20T19:16:14.2208751Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ListUserBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:14.2210227Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/LockAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.2211826Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeReplicationLinkLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.2213659Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/PurgeDBInstanceLog.json' from root:root to runner:runner
2025-08-20T19:16:14.2215484Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyReadonlyInstanceDelayReplicationTime.json' from root:root to runner:runner
2025-08-20T19:16:14.2217129Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDdrInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2218727Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.2220422Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstanceForRebuild.json' from root:root to runner:runner
2025-08-20T19:16:14.2222125Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceSecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2224035Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/TransformDBInstancePayType.json' from root:root to runner:runner
2025-08-20T19:16:14.2225775Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCrossRegionBackupDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2227304Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.2228913Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:14.2230526Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifySQLCollectorRetention.json' from root:root to runner:runner
2025-08-20T19:16:14.2232125Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.2233861Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/GrantAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:14.2235363Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/StartDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2236930Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2238553Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCustinsResourceInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.2240246Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDbProxyInstanceSsl.json' from root:root to runner:runner
2025-08-20T19:16:14.2241918Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceReplicationSwitch.json' from root:root to runner:runner
2025-08-20T19:16:14.2243804Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCloudMigrationResult.json' from root:root to runner:runner
2025-08-20T19:16:14.2245576Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeUpgradeMajorVersionPrecheckTask.json' from root:root to runner:runner
2025-08-20T19:16:14.2247196Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ReceiveDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2248646Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds' from root:root to runner:runner
2025-08-20T19:16:14.2250234Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorApplications.json' from root:root to runner:runner
2025-08-20T19:16:14.2251684Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListScripts.json' from root:root to runner:runner
2025-08-20T19:16:14.2253360Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DeleteScript.json' from root:root to runner:runner
2025-08-20T19:16:14.2254964Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHBaseTables.json' from root:root to runner:runner
2025-08-20T19:16:14.2256590Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ExportApplicationConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.2258119Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHiveTable.json' from root:root to runner:runner
2025-08-20T19:16:14.2259688Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHBaseTable.json' from root:root to runner:runner
2025-08-20T19:16:14.2261258Z [00:02:20.664]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorJobsStats.json' from root:root to runner:runner
2025-08-20T19:16:14.2262987Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHDFSCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.2264553Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetClusterCloneMeta.json' from root:root to runner:runner
2025-08-20T19:16:14.2266156Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/RunCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.2267718Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorReports.json' from root:root to runner:runner
2025-08-20T19:16:14.2269402Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHBaseRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.2270895Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateScript.json' from root:root to runner:runner
2025-08-20T19:16:14.2272661Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetOperation.json' from root:root to runner:runner
2025-08-20T19:16:14.2274406Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateApplicationConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.2275964Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:14.2277548Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.2279133Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListReleaseVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.2280654Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListComponents.json' from root:root to runner:runner
2025-08-20T19:16:14.2282223Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetAutoScalingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.2283961Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetAutoScalingActivity.json' from root:root to runner:runner
2025-08-20T19:16:14.2285543Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/PutAutoScalingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.2287162Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHiveDatabases.json' from root:root to runner:runner
2025-08-20T19:16:14.2288650Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.2290202Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateUserAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.2291820Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/RunApiTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.2293546Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHiveTables.json' from root:root to runner:runner
2025-08-20T19:16:14.2295284Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHBaseRegionServer.json' from root:root to runner:runner
2025-08-20T19:16:14.2296875Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListComponentInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.2298573Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.2300195Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.2301774Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHiveCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.2303427Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.2304915Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.2306412Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.2307986Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/RunApplicationAction.json' from root:root to runner:runner
2025-08-20T19:16:14.2309473Z [00:02:20.665]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.2311059Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHDFSDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.2312898Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorReportComponentSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.2314410Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/IncreaseNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.2315995Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListInstanceTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.2317740Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorComputeSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.2319416Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListApplicationConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.2320947Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListApiTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.2322618Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DecreaseNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.2324290Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateNodeGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2326005Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListAutoScalingActivities.json' from root:root to runner:runner
2025-08-20T19:16:14.2327553Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateApiTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.2329064Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListNodeGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.2330653Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHiveDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.2332280Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHDFSDirectories.json' from root:root to runner:runner
2025-08-20T19:16:14.2333939Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateScript.json' from root:root to runner:runner
2025-08-20T19:16:14.2335447Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.2336940Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetNodeGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2338483Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/JoinResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2340055Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.2341636Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetManagedScalingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.2343445Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetApiTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.2344966Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.2346621Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHBaseRegionServers.json' from root:root to runner:runner
2025-08-20T19:16:14.2348216Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorComputeSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.2349864Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHDFSUGI.json' from root:root to runner:runner
2025-08-20T19:16:14.2351452Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorJob.json' from root:root to runner:runner
2025-08-20T19:16:14.2353229Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHBaseCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.2354775Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateApiTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.2356268Z [00:02:20.666]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.2357867Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/PutManagedScalingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.2359477Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/RemoveAutoScalingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.2360994Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DeleteUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.2362905Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DeleteApiTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.2364502Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.2366170Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.2367527Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr' from root:root to runner:runner
2025-08-20T19:16:14.2369133Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/GlobalSearch.json' from root:root to runner:runner
2025-08-20T19:16:14.2370704Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/GenericAdvancedSearch.json' from root:root to runner:runner
2025-08-20T19:16:14.2372194Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/GetIqsUsage.json' from root:root to runner:runner
2025-08-20T19:16:14.2373820Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/AiSearch.json' from root:root to runner:runner
2025-08-20T19:16:14.2375445Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/UnifiedSearch.json' from root:root to runner:runner
2025-08-20T19:16:14.2376956Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/GenericSearch.json' from root:root to runner:runner
2025-08-20T19:16:14.2378449Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs' from root:root to runner:runner
2025-08-20T19:16:14.2379947Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicIpSet.json' from root:root to runner:runner
2025-08-20T19:16:14.2381547Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ReplaceBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:14.2383217Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateSpareIps.json' from root:root to runner:runner
2025-08-20T19:16:14.2384798Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2386410Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DetachDdosFromAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:14.2388004Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:14.2389515Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.2391311Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.2392959Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.2394648Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.2396116Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateIpSet.json' from root:root to runner:runner
2025-08-20T19:16:14.2397766Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateCustomRoutingEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:14.2399234Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteIpSet.json' from root:root to runner:runner
2025-08-20T19:16:14.2400908Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/OpenAcceleratorService.json' from root:root to runner:runner
2025-08-20T19:16:14.2402593Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AddEntriesToAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.2404288Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:14.2405856Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAccelerateAreas.json' from root:root to runner:runner
2025-08-20T19:16:14.2407513Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AttachLogStoreToEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2409080Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetInvalidDomainCount.json' from root:root to runner:runner
2025-08-20T19:16:14.2410534Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAcls.json' from root:root to runner:runner
2025-08-20T19:16:14.2412296Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBandwidthPackagaAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.2414070Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.2415630Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicIpSet.json' from root:root to runner:runner
2025-08-20T19:16:14.2417344Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AttachDdosToAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:14.2418915Z [00:02:20.667]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateForwardingRules.json' from root:root to runner:runner
2025-08-20T19:16:14.2420601Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.2422294Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAcceleratorCrossBorderStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.2424062Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:14.2425743Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateCustomRoutingEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.2427352Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAccelerators.json' from root:root to runner:runner
2025-08-20T19:16:14.2428977Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.2430514Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.2432084Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicAccelerateIp.json' from root:root to runner:runner
2025-08-20T19:16:14.2433789Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBasicIpSet.json' from root:root to runner:runner
2025-08-20T19:16:14.2435378Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2436964Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAcceleratorConfirm.json' from root:root to runner:runner
2025-08-20T19:16:14.2438412Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListIpSets.json' from root:root to runner:runner
2025-08-20T19:16:14.2440002Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListListenerCertificates.json' from root:root to runner:runner
2025-08-20T19:16:14.2441564Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.2443426Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:14.2445034Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBasicEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2446755Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAvailableBusiRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.2448562Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:14.2450072Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.2451765Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicAccelerateIpEndpointRelation.json' from root:root to runner:runner
2025-08-20T19:16:14.2453539Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListSpareIps.json' from root:root to runner:runner
2025-08-20T19:16:14.2455443Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AssociateAdditionalCertificatesWithListener.json' from root:root to runner:runner
2025-08-20T19:16:14.2457006Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2458622Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicAccelerateIpIdleCount.json' from root:root to runner:runner
2025-08-20T19:16:14.2460193Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2461906Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListEndpointGroupIpAddressCidrBlocks.json' from root:root to runner:runner
2025-08-20T19:16:14.2463682Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateEndpointGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.2465387Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAcceleratorAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.2466847Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.2468498Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBasicEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.2470270Z [00:02:20.668]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:14.2471826Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteForwardingRules.json' from root:root to runner:runner
2025-08-20T19:16:14.2473848Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateCustomRoutingEndpointTrafficPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.2475583Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicAccelerateIpEndpointRelation.json' from root:root to runner:runner
2025-08-20T19:16:14.2477312Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicAccelerateIpEndpointRelation.json' from root:root to runner:runner
2025-08-20T19:16:14.2479058Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/QueryCrossBorderApprovalStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.2480633Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:14.2482159Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetSpareIp.json' from root:root to runner:runner
2025-08-20T19:16:14.2483913Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2485478Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:14.2487073Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:14.2488563Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteSpareIps.json' from root:root to runner:runner
2025-08-20T19:16:14.2490322Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingPortMappingsByDestination.json' from root:root to runner:runner
2025-08-20T19:16:14.2491989Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAcceleratorCrossBorderMode.json' from root:root to runner:runner
2025-08-20T19:16:14.2493756Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:14.2495422Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicAccelerateIp.json' from root:root to runner:runner
2025-08-20T19:16:14.2496888Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.2498552Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateForwardingRules.json' from root:root to runner:runner
2025-08-20T19:16:14.2500069Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:14.2501565Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBusiRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.2503378Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteCustomRoutingEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.2505091Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2506845Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeLogStoreOfEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2508526Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DetachLogStoreFromEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2510112Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/EnableApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.2511672Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/RemoveEntriesFromAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.2513608Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCustomRoutingEndPointTrafficPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.2515368Z [00:02:20.669]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicAccelerateIpEndpointRelations.json' from root:root to runner:runner
2025-08-20T19:16:14.2516934Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2518455Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.2520045Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListIspTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.2521481Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.2523198Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBasicAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:14.2524999Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListApplicationMonitorDetectResult.json' from root:root to runner:runner
2025-08-20T19:16:14.2526788Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingEndpointTrafficPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.2528435Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/BandwidthPackageRemoveAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:14.2529907Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteListener.json' from root:root to runner:runner
2025-08-20T19:16:14.2531781Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:14.2533528Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.2535063Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicIpSet.json' from root:root to runner:runner
2025-08-20T19:16:14.2536628Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:14.2538146Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.2539944Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DissociateAdditionalCertificatesFromListener.json' from root:root to runner:runner
2025-08-20T19:16:14.2541484Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.2543147Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCommonAreas.json' from root:root to runner:runner
2025-08-20T19:16:14.2544635Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListListeners.json' from root:root to runner:runner
2025-08-20T19:16:14.2546232Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeIpSet.json' from root:root to runner:runner
2025-08-20T19:16:14.2547718Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.2549240Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAclAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.2550847Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeListener.json' from root:root to runner:runner
2025-08-20T19:16:14.2552573Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCommodityPrice.json' from root:root to runner:runner
2025-08-20T19:16:14.2554076Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteIpSets.json' from root:root to runner:runner
2025-08-20T19:16:14.2555624Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2557217Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateListener.json' from root:root to runner:runner
2025-08-20T19:16:14.2559094Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateCustomRoutingEndpointTrafficPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.2560621Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCommodity.json' from root:root to runner:runner
2025-08-20T19:16:14.2562604Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:14.2564242Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteCustomRoutingEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:14.2565929Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeAcceleratorServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.2567684Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteCustomRoutingEndpointTrafficPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.2569307Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.2571065Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeBandwidthPackageAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.2572806Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.2574408Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DissociateAclsFromListener.json' from root:root to runner:runner
2025-08-20T19:16:14.2576253Z [00:02:20.670]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAdditionalCertificateWithListener.json' from root:root to runner:runner
2025-08-20T19:16:14.2578093Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:14.2579581Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateListener.json' from root:root to runner:runner
2025-08-20T19:16:14.2581136Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.2583028Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateDomainState.json' from root:root to runner:runner
2025-08-20T19:16:14.2584885Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAvailableAccelerateAreas.json' from root:root to runner:runner
2025-08-20T19:16:14.2586520Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetIpsetsBandwidthLimit.json' from root:root to runner:runner
2025-08-20T19:16:14.2588382Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AssociateAclsWithListener.json' from root:root to runner:runner
2025-08-20T19:16:14.2590012Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBasicAccelerateIps.json' from root:root to runner:runner
2025-08-20T19:16:14.2591690Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DisableApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.2593604Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCustomRoutingEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2595286Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.2597190Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCustomRoutingEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.2599046Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ConfigEndpointProbe.json' from root:root to runner:runner
2025-08-20T19:16:14.2601201Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateCustomRoutingEndpointGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.2603113Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.2604832Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBasicEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:14.2606622Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBasicAccelerateIpEndpointRelations.json' from root:root to runner:runner
2025-08-20T19:16:14.2608281Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBandwidthPackages.json' from root:root to runner:runner
2025-08-20T19:16:14.2609774Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.2611656Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:14.2613680Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateServiceManagedControl.json' from root:root to runner:runner
2025-08-20T19:16:14.2615352Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListSystemSecurityPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.2617082Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DetectApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.2618753Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:14.2620476Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicAccelerateIp.json' from root:root to runner:runner
2025-08-20T19:16:14.2622035Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateIpSets.json' from root:root to runner:runner
2025-08-20T19:16:14.2623856Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/BandwidthPackageAddAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:14.2625708Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:14.2627521Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingPortMappings.json' from root:root to runner:runner
2025-08-20T19:16:14.2629133Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateIpSets.json' from root:root to runner:runner
2025-08-20T19:16:14.2630725Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListForwardingRules.json' from root:root to runner:runner
2025-08-20T19:16:14.2632644Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBandwidthackages.json' from root:root to runner:runner
2025-08-20T19:16:14.2634410Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateCustomRoutingEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:14.2636018Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBasicAccelerators.json' from root:root to runner:runner
2025-08-20T19:16:14.2637920Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeAcceleratorAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.2639671Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteDomainAcceleratorRelation.json' from root:root to runner:runner
2025-08-20T19:16:14.2641206Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga' from root:root to runner:runner
2025-08-20T19:16:14.2643048Z [00:02:20.671]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateProductOrders.json' from root:root to runner:runner
2025-08-20T19:16:14.2644768Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListPermissions.json' from root:root to runner:runner
2025-08-20T19:16:14.2646678Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDatasetFileMetas.json' from root:root to runner:runner
2025-08-20T19:16:14.2648367Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/AcceptDataworksEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.2650109Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.2651838Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteMembers.json' from root:root to runner:runner
2025-08-20T19:16:14.2653806Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateCodeSource.json' from root:root to runner:runner
2025-08-20T19:16:14.2655829Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetFileMetasStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.2657519Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2659234Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteModelVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.2660927Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetImage.json' from root:root to runner:runner
2025-08-20T19:16:14.2662904Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListWorkspaceUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.2664592Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateModelVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.2666538Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetVersionLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.2668371Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:14.2669977Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteRun.json' from root:root to runner:runner
2025-08-20T19:16:14.2671768Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateWorkspaceResource.json' from root:root to runner:runner
2025-08-20T19:16:14.2673610Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.2675521Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetJobConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2677244Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateWorkspaceResource.json' from root:root to runner:runner
2025-08-20T19:16:14.2679061Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDatasetVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.2680870Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListCodeSources.json' from root:root to runner:runner
2025-08-20T19:16:14.2682937Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/PublishCodeSource.json' from root:root to runner:runner
2025-08-20T19:16:14.2684671Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateRun.json' from root:root to runner:runner
2025-08-20T19:16:14.2686271Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListModels.json' from root:root to runner:runner
2025-08-20T19:16:14.2687963Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetJob.json' from root:root to runner:runner
2025-08-20T19:16:14.2689819Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.2691474Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListQuotas.json' from root:root to runner:runner
2025-08-20T19:16:14.2693353Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/PublishDataset.json' from root:root to runner:runner
2025-08-20T19:16:14.2695249Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDatasetJobConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2697170Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteRunLabel.json' from root:root to runner:runner
2025-08-20T19:16:14.2698838Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.2700556Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/RemoveMemberRole.json' from root:root to runner:runner
2025-08-20T19:16:14.2702339Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:14.2704296Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetJobConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2705965Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListMembers.json' from root:root to runner:runner
2025-08-20T19:16:14.2707692Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteWorkspaceResource.json' from root:root to runner:runner
2025-08-20T19:16:14.2709480Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/StopDatasetJob.json' from root:root to runner:runner
2025-08-20T19:16:14.2711440Z [00:02:20.672]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.2713285Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDatasetJob.json' from root:root to runner:runner
2025-08-20T19:16:14.2715036Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListRunMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.2716721Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListConnections.json' from root:root to runner:runner
2025-08-20T19:16:14.2718420Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetRun.json' from root:root to runner:runner
2025-08-20T19:16:14.2720094Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasetJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.2721921Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetJob.json' from root:root to runner:runner
2025-08-20T19:16:14.2723772Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetCodeSource.json' from root:root to runner:runner
2025-08-20T19:16:14.2725628Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetModelVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.2727357Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.2729007Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListUserConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.2730708Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.2732563Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetFileMetas.json' from root:root to runner:runner
2025-08-20T19:16:14.2734924Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/LogRunMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.2736713Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:14.2738351Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListProducts.json' from root:root to runner:runner
2025-08-20T19:16:14.2740243Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDataset.json' from root:root to runner:runner
2025-08-20T19:16:14.2741888Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetJob.json' from root:root to runner:runner
2025-08-20T19:16:14.2743804Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/AddMemberRole.json' from root:root to runner:runner
2025-08-20T19:16:14.2745552Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteModelVersionLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.2747273Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListImages.json' from root:root to runner:runner
2025-08-20T19:16:14.2749034Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasetFileMetas.json' from root:root to runner:runner
2025-08-20T19:16:14.2750789Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasets.json' from root:root to runner:runner
2025-08-20T19:16:14.2752741Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/AddImage.json' from root:root to runner:runner
2025-08-20T19:16:14.2754407Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.2756196Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteModel.json' from root:root to runner:runner
2025-08-20T19:16:14.2757862Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateModel.json' from root:root to runner:runner
2025-08-20T19:16:14.2759542Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateModelLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.2761414Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteExperimentLabel.json' from root:root to runner:runner
2025-08-20T19:16:14.2763203Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetMember.json' from root:root to runner:runner
2025-08-20T19:16:14.2765082Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateModelVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.2766789Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2768538Z [00:02:20.673]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasetJobConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.2770282Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/RemoveImageLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.2771889Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateModel.json' from root:root to runner:runner
2025-08-20T19:16:14.2773777Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/SetExperimentLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.2775511Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetVersionLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.2777350Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListImageLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.2779108Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2780835Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/SetUserConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.2782810Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteModelLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.2784527Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateCodeSource.json' from root:root to runner:runner
2025-08-20T19:16:14.2786198Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateRun.json' from root:root to runner:runner
2025-08-20T19:16:14.2787895Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.2789543Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/PublishImage.json' from root:root to runner:runner
2025-08-20T19:16:14.2791321Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.2793316Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.2795161Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteUserConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2796764Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.2798582Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:14.2800367Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateModelVersionLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.2801942Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListRuns.json' from root:root to runner:runner
2025-08-20T19:16:14.2803706Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetModel.json' from root:root to runner:runner
2025-08-20T19:16:14.2805584Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetFileMeta.json' from root:root to runner:runner
2025-08-20T19:16:14.2807349Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteCodeSource.json' from root:root to runner:runner
2025-08-20T19:16:14.2809198Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDefaultWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:14.2810902Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.2812833Z [00:02:20.674]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.2814485Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/RemoveImage.json' from root:root to runner:runner
2025-08-20T19:16:14.2816277Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListModelVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.2817900Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListResources.json' from root:root to runner:runner
2025-08-20T19:16:14.2819806Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateMember.json' from root:root to runner:runner
2025-08-20T19:16:14.2821479Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.2823556Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetJobConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2825365Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.2827158Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasetVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.2829098Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetFileMetas.json' from root:root to runner:runner
2025-08-20T19:16:14.2830805Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.2832652Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDataset.json' from root:root to runner:runner
2025-08-20T19:16:14.2834591Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.2836262Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/AddImageLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.2837945Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDataset.json' from root:root to runner:runner
2025-08-20T19:16:14.2839564Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListWorkspaces.json' from root:root to runner:runner
2025-08-20T19:16:14.2841418Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDefaultWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:14.2843271Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDataset.json' from root:root to runner:runner
2025-08-20T19:16:14.2844890Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace' from root:root to runner:runner
2025-08-20T19:16:14.2846676Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/DeleteExperimentPlanTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.2848619Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/UpdateExperimentPlanTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.2850314Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2852064Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/UpdateExperimentPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.2854095Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/CreateExperimentPlanTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.2855915Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetResourcePredictResult.json' from root:root to runner:runner
2025-08-20T19:16:14.2857772Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListExperiments.json' from root:root to runner:runner
2025-08-20T19:16:14.2859496Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListExperimentPlans.json' from root:root to runner:runner
2025-08-20T19:16:14.2861152Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/DeleteExperimentPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.2863279Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetExperimentPlanTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.2864937Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.2866622Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/DeleteExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.2868214Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetResource.json' from root:root to runner:runner
2025-08-20T19:16:14.2870166Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/CheckServiceLinkedRoleEfloCnpForDeleting.json' from root:root to runner:runner
2025-08-20T19:16:14.2871825Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetWorkload.json' from root:root to runner:runner
2025-08-20T19:16:14.2873591Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/CreateResource.json' from root:root to runner:runner
2025-08-20T19:16:14.2875342Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetExperimentPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.2877036Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/StopExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.2878791Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListWorkloads.json' from root:root to runner:runner
2025-08-20T19:16:14.2880543Z [00:02:20.675]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListExperimentPlanTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.2882135Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.2884098Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ValidateResource.json' from root:root to runner:runner
2025-08-20T19:16:14.2885791Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.2887499Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/CreateExperimentPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.2889184Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.2891020Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetExperimentResultData.json' from root:root to runner:runner
2025-08-20T19:16:14.2892816Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp' from root:root to runner:runner
2025-08-20T19:16:14.2894430Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoSyncTask.json' from root:root to runner:runner
2025-08-20T19:16:14.2896088Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateRepoBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2897740Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListArtifactSubscriptionRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2899532Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.2901219Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateBuildRecordByRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2903162Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListInstanceRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.2904837Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepository.json' from root:root to runner:runner
2025-08-20T19:16:14.2906692Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoSyncTaskByRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2908337Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.2909935Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2911634Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListScanMaliciousFileByTask.json' from root:root to runner:runner
2025-08-20T19:16:14.2913532Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateChain.json' from root:root to runner:runner
2025-08-20T19:16:14.2915119Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.2916885Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepoTrigger.json' from root:root to runner:runner
2025-08-20T19:16:14.2918403Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.2920129Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateBuildRecordByRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.2921757Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:14.2923759Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2925506Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.2927137Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoSyncTask.json' from root:root to runner:runner
2025-08-20T19:16:14.2928772Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.2930513Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateInstanceVpcEndpointLinkedVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.2932253Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.2934302Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepoSyncRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2935933Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:14.2937640Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteChartRelease.json' from root:root to runner:runner
2025-08-20T19:16:14.2939123Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteChain.json' from root:root to runner:runner
2025-08-20T19:16:14.2940898Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.2942777Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteInstanceEndpointAclPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.2944514Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoSyncTask.json' from root:root to runner:runner
2025-08-20T19:16:14.2946101Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateRepository.json' from root:root to runner:runner
2025-08-20T19:16:14.2947747Z [00:02:20.676]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.2949465Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoBuildRecordLog.json' from root:root to runner:runner
2025-08-20T19:16:14.2951036Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateRepoTrigger.json' from root:root to runner:runner
2025-08-20T19:16:14.2952904Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoSyncRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2954738Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateArtifactSubscriptionTask.json' from root:root to runner:runner
2025-08-20T19:16:14.2956393Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CancelRepoSyncTask.json' from root:root to runner:runner
2025-08-20T19:16:14.2958113Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChartRelease.json' from root:root to runner:runner
2025-08-20T19:16:14.2959651Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.2961511Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListEventCenterRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.2963440Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactSubscriptionTaskResult.json' from root:root to runner:runner
2025-08-20T19:16:14.2965354Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteArtifactSubscriptionRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2966886Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetChain.json' from root:root to runner:runner
2025-08-20T19:16:14.2968781Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoTagScanResult.json' from root:root to runner:runner
2025-08-20T19:16:14.2970474Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChainInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2972078Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstanceCount.json' from root:root to runner:runner
2025-08-20T19:16:14.2973884Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.2975632Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListScanBaselineByTask.json' from root:root to runner:runner
2025-08-20T19:16:14.2977211Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChain.json' from root:root to runner:runner
2025-08-20T19:16:14.2978953Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactSubscriptionTask.json' from root:root to runner:runner
2025-08-20T19:16:14.2980548Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoSourceCodeRepo.json' from root:root to runner:runner
2025-08-20T19:16:14.2982174Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoTag.json' from root:root to runner:runner
2025-08-20T19:16:14.2984123Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListArtifactLifecycleRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2985934Z [00:02:20.677]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateEventCenterRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2987534Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoTagScanTask.json' from root:root to runner:runner
2025-08-20T19:16:14.2989269Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CancelRepoBuildRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.2990950Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:14.2992955Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoTagScanSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.2994920Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteInstanceVpcEndpointLinkedVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.2996722Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateInstanceEndpointAclPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.2998449Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateArtifactBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3000072Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepository.json' from root:root to runner:runner
2025-08-20T19:16:14.3001751Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListEventCenterRuleName.json' from root:root to runner:runner
2025-08-20T19:16:14.3003741Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactSubscriptionRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3005319Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepoTag.json' from root:root to runner:runner
2025-08-20T19:16:14.3007041Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoBuildRecordStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.3008633Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoBuildRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.3010295Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactBuildTask.json' from root:root to runner:runner
2025-08-20T19:16:14.3011908Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepository.json' from root:root to runner:runner
2025-08-20T19:16:14.3013752Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3015481Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:14.3017357Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateArtifactSubscriptionRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3019142Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetAuthorizationToken.json' from root:root to runner:runner
2025-08-20T19:16:14.3020933Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListArtifactSubscriptionTask.json' from root:root to runner:runner
2025-08-20T19:16:14.3022968Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateArtifactLifecycleRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3024618Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepoBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3026299Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:14.3027904Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoTag.json' from root:root to runner:runner
2025-08-20T19:16:14.3029421Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3031069Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteEventCenterRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3032923Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ResetLoginPassword.json' from root:root to runner:runner
2025-08-20T19:16:14.3034677Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateArtifactLifecycleRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3036282Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoTrigger.json' from root:root to runner:runner
2025-08-20T19:16:14.3037899Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:14.3064547Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.3066481Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListArtifactBuildTaskLog.json' from root:root to runner:runner
2025-08-20T19:16:14.3068150Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateInstanceEndpointStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.3069806Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoSyncRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3071497Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateArtifactSubscriptionRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3073522Z [00:02:20.678]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteArtifactLifecycleRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3075123Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateChain.json' from root:root to runner:runner
2025-08-20T19:16:14.3076659Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.3078192Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoBuildRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.3079729Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoTag.json' from root:root to runner:runner
2025-08-20T19:16:14.3081291Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.3083055Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.3084634Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CancelArtifactBuildTask.json' from root:root to runner:runner
2025-08-20T19:16:14.3086153Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.3087663Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstanceUsage.json' from root:root to runner:runner
2025-08-20T19:16:14.3089136Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepository.json' from root:root to runner:runner
2025-08-20T19:16:14.3090711Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateRepoSourceCodeRepo.json' from root:root to runner:runner
2025-08-20T19:16:14.3092576Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoSourceCodeRepo.json' from root:root to runner:runner
2025-08-20T19:16:14.3094173Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstanceVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.3095887Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactLifecycleRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3097413Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoTagScanStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.3098998Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoTrigger.json' from root:root to runner:runner
2025-08-20T19:16:14.3100316Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr' from root:root to runner:runner
2025-08-20T19:16:14.3101926Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/StartInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.3103699Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.3105326Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/CreateInstanceSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:14.3106878Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstanceMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.3108384Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/StopInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.3109952Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetIdleInstanceCuller.json' from root:root to runner:runner
2025-08-20T19:16:14.3111529Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListInstanceSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:14.3113323Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstanceShutdownTimer.json' from root:root to runner:runner
2025-08-20T19:16:14.3114979Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/CreateInstanceShutdownTimer.json' from root:root to runner:runner
2025-08-20T19:16:14.3116639Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/CreateIdleInstanceCuller.json' from root:root to runner:runner
2025-08-20T19:16:14.3118268Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetToken.json' from root:root to runner:runner
2025-08-20T19:16:14.3119772Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetLifecycle.json' from root:root to runner:runner
2025-08-20T19:16:14.3121404Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.3123140Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteInstanceLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.3124759Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.3126514Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteInstanceShutdownTimer.json' from root:root to runner:runner
2025-08-20T19:16:14.3128016Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListEcsSpecs.json' from root:root to runner:runner
2025-08-20T19:16:14.3129553Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstanceEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.3131082Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.3132764Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetUserCommand.json' from root:root to runner:runner
2025-08-20T19:16:14.3134266Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetUserConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.3135825Z [00:02:20.679]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstanceSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:14.3137437Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteIdleInstanceCuller.json' from root:root to runner:runner
2025-08-20T19:16:14.3138951Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListSystemLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.3140425Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.3142031Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetResourceGroupStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.3143938Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListInstanceStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.3145653Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteInstanceSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:14.3147241Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/UpdateInstanceLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.3148766Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/UpdateInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.3150227Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw' from root:root to runner:runner
2025-08-20T19:16:14.3151947Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/DeleteVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.3153833Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/ModifyVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.3155473Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/AcceptVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.3157028Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3158661Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/RejectVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.3160223Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3161836Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/CreateVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.3163637Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/ListVpcPeerConnections.json' from root:root to runner:runner
2025-08-20T19:16:14.3165182Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3166684Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3168404Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/GetVpcPeerConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.3169877Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer' from root:root to runner:runner
2025-08-20T19:16:14.3171516Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteDeploymentJob.json' from root:root to runner:runner
2025-08-20T19:16:14.3173224Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UploadUserCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.3174885Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateCertificateWithCsrRequest.json' from root:root to runner:runner
2025-08-20T19:16:14.3176590Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UpdateDeploymentJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.3178136Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCert.json' from root:root to runner:runner
2025-08-20T19:16:14.3179566Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCsr.json' from root:root to runner:runner
2025-08-20T19:16:14.3181006Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UploadCsr.json' from root:root to runner:runner
2025-08-20T19:16:14.3182760Z [00:02:20.680]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribePackageState.json' from root:root to runner:runner
2025-08-20T19:16:14.3184376Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListDeploymentJobResource.json' from root:root to runner:runner
2025-08-20T19:16:14.3185911Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateDeploymentJob.json' from root:root to runner:runner
2025-08-20T19:16:14.3187312Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/Verify.json' from root:root to runner:runner
2025-08-20T19:16:14.3188765Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UpdateCsr.json' from root:root to runner:runner
2025-08-20T19:16:14.3190251Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/GetCsrDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.3191679Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/Decrypt.json' from root:root to runner:runner
2025-08-20T19:16:14.3193429Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateCertificateRequest.json' from root:root to runner:runner
2025-08-20T19:16:14.3195096Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListWorkerResource.json' from root:root to runner:runner
2025-08-20T19:16:14.3196821Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribeDeploymentJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.3198412Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteCertificateRequest.json' from root:root to runner:runner
2025-08-20T19:16:14.3199903Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeletePCACert.json' from root:root to runner:runner
2025-08-20T19:16:14.3201538Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteUserCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.3203364Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCloudAccess.json' from root:root to runner:runner
2025-08-20T19:16:14.3204917Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3206464Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UpdateDeploymentJob.json' from root:root to runner:runner
2025-08-20T19:16:14.3208021Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCloudResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3209534Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListContact.json' from root:root to runner:runner
2025-08-20T19:16:14.3210964Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/Sign.json' from root:root to runner:runner
2025-08-20T19:16:14.3212856Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/RenewCertificateOrderForPackageRequest.json' from root:root to runner:runner
2025-08-20T19:16:14.3214572Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateCertificateForPackageRequest.json' from root:root to runner:runner
2025-08-20T19:16:14.3216195Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/GetCertWarehouseQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.3217861Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CancelCertificateForPackageRequest.json' from root:root to runner:runner
2025-08-20T19:16:14.3219425Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListDeploymentJobCert.json' from root:root to runner:runner
2025-08-20T19:16:14.3221093Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteWorkerResource.json' from root:root to runner:runner
2025-08-20T19:16:14.3222777Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/Encrypt.json' from root:root to runner:runner
2025-08-20T19:16:14.3224329Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribeDeploymentJob.json' from root:root to runner:runner
2025-08-20T19:16:14.3225779Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateCsr.json' from root:root to runner:runner
2025-08-20T19:16:14.3227489Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListUserCertificateOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.3229169Z [00:02:20.681]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCertWarehouse.json' from root:root to runner:runner
2025-08-20T19:16:14.3230624Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteCsr.json' from root:root to runner:runner
2025-08-20T19:16:14.3232226Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UpdateWorkerResourceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.3234015Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribeCloudResourceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.3235554Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CancelOrderRequest.json' from root:root to runner:runner
2025-08-20T19:16:14.3237140Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribeCertificateState.json' from root:root to runner:runner
2025-08-20T19:16:14.3238732Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/GetUserCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.3240243Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListDeploymentJob.json' from root:root to runner:runner
2025-08-20T19:16:14.3241692Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas' from root:root to runner:runner
2025-08-20T19:16:14.3243514Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterVpcAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3245273Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterRouteTableAssociations.json' from root:root to runner:runner
2025-08-20T19:16:14.3247006Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeChildInstanceRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.3248579Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.3250049Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteFlowlog.json' from root:root to runner:runner
2025-08-20T19:16:14.3251725Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:14.3253602Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenInterRegionTrafficQosQueue.json' from root:root to runner:runner
2025-08-20T19:16:14.3255185Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateFlowlog.json' from root:root to runner:runner
2025-08-20T19:16:14.3256871Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenAttachedChildInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.3258664Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterMulticastDomainVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:14.3260232Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterCidr.json' from root:root to runner:runner
2025-08-20T19:16:14.3262006Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RegisterTransitRouterMulticastGroupMembers.json' from root:root to runner:runner
2025-08-20T19:16:14.3263774Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeGrantRulesToResource.json' from root:root to runner:runner
2025-08-20T19:16:14.3265460Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterCidrAllocation.json' from root:root to runner:runner
2025-08-20T19:16:14.3267015Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/PublishRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.3268775Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3270510Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListCenInterRegionTrafficQosPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.3272367Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterVpcAttachmentZones.json' from root:root to runner:runner
2025-08-20T19:16:14.3274220Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:14.3275861Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.3277498Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.3279282Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterVpnAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3281258Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterMulticastDomainAssociations.json' from root:root to runner:runner
2025-08-20T19:16:14.3283205Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DisableTransitRouterRouteTablePropagation.json' from root:root to runner:runner
2025-08-20T19:16:14.3284737Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyCenAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.3286379Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UnroutePrivateZoneInCenToVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.3288105Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenChildInstanceRouteEntryToCen.json' from root:root to runner:runner
2025-08-20T19:16:14.3289775Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterVpnAttachments.json' from root:root to runner:runner
2025-08-20T19:16:14.3291601Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3293441Z [00:02:20.682]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterPeerAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3295277Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.3296862Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CheckTransitRouterService.json' from root:root to runner:runner
2025-08-20T19:16:14.3298623Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterVbrAttachments.json' from root:root to runner:runner
2025-08-20T19:16:14.3300148Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenRouteMap.json' from root:root to runner:runner
2025-08-20T19:16:14.3301601Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCen.json' from root:root to runner:runner
2025-08-20T19:16:14.3303559Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3305360Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeGeographicRegionMembership.json' from root:root to runner:runner
2025-08-20T19:16:14.3307215Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterVpnAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.3309011Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeregisterTransitRouterMulticastGroupMembers.json' from root:root to runner:runner
2025-08-20T19:16:14.3310767Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ReplaceTransitRouterRouteTableAssociation.json' from root:root to runner:runner
2025-08-20T19:16:14.3312613Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterVbrAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3314455Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenChildInstanceRouteEntryToAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3315991Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ActiveFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:14.3317784Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenGeographicSpanRemainingBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:14.3319486Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenInterRegionTrafficQosQueue.json' from root:root to runner:runner
2025-08-20T19:16:14.3321273Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterEcrAttachments.json' from root:root to runner:runner
2025-08-20T19:16:14.3323083Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterVpcAttachments.json' from root:root to runner:runner
2025-08-20T19:16:14.3324911Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/TempUpgradeCenBandwidthPackageSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.3326673Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterPeerAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.3328403Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenChildInstanceRouteEntryToCen.json' from root:root to runner:runner
2025-08-20T19:16:14.3330196Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3331983Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouteTableAggregation.json' from root:root to runner:runner
2025-08-20T19:16:14.3333977Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RefreshTransitRouteTableAggregation.json' from root:root to runner:runner
2025-08-20T19:16:14.3335461Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCen.json' from root:root to runner:runner
2025-08-20T19:16:14.3337037Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyTransitRouterCidr.json' from root:root to runner:runner
2025-08-20T19:16:14.3338608Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/EnableCenVbrHealthCheck.json' from root:root to runner:runner
2025-08-20T19:16:14.3340149Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenRouteMaps.json' from root:root to runner:runner
2025-08-20T19:16:14.3341922Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyTrafficMatchRuleToTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3343578Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3345181Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/OpenTransitRouterService.json' from root:root to runner:runner
2025-08-20T19:16:14.3346863Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyFlowLogAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.3348406Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.3350116Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenInterRegionBandwidthLimits.json' from root:root to runner:runner
2025-08-20T19:16:14.3351979Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterEcrAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.3353760Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3355518Z [00:02:20.683]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3357425Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3359307Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterPrefixListAssociation.json' from root:root to runner:runner
2025-08-20T19:16:14.3360888Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterCidr.json' from root:root to runner:runner
2025-08-20T19:16:14.3362869Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListCenChildInstanceRouteEntriesToAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3364702Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.3366298Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DisableCenVbrHealthCheck.json' from root:root to runner:runner
2025-08-20T19:16:14.3367970Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterEcrAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3369686Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterPrefixListAssociation.json' from root:root to runner:runner
2025-08-20T19:16:14.3371446Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterPrefixListAssociation.json' from root:root to runner:runner
2025-08-20T19:16:14.3373258Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3374992Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyCenBandwidthPackageAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.3376630Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.3378386Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterRouteTables.json' from root:root to runner:runner
2025-08-20T19:16:14.3380021Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AssociateCenBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:14.3381780Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RegisterTransitRouterMulticastGroupSources.json' from root:root to runner:runner
2025-08-20T19:16:14.3383693Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/WithdrawPublishedRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.3385335Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenGeographicSpans.json' from root:root to runner:runner
2025-08-20T19:16:14.3387008Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterCidr.json' from root:root to runner:runner
2025-08-20T19:16:14.3388886Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DissociateTransitRouterAttachmentFromRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:14.3390724Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterVbrAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.3392581Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.3394328Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenRegionDomainRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.3395906Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeGrantRulesToCen.json' from root:root to runner:runner
2025-08-20T19:16:14.3397705Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeregisterTransitRouterMulticastGroupSources.json' from root:root to runner:runner
2025-08-20T19:16:14.3399419Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTrafficMarkingPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.3401052Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:14.3402872Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterPeerAttachments.json' from root:root to runner:runner
2025-08-20T19:16:14.3404745Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/EnableTransitRouterRouteTablePropagation.json' from root:root to runner:runner
2025-08-20T19:16:14.3406298Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListGrantVSwitchEnis.json' from root:root to runner:runner
2025-08-20T19:16:14.3407938Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/SetCenInterRegionBandwidthLimit.json' from root:root to runner:runner
2025-08-20T19:16:14.3409654Z [00:02:20.684]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/GrantInstanceToTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.3411323Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterVbrAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3413117Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenRouteMap.json' from root:root to runner:runner
2025-08-20T19:16:14.3414841Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTrafficMarkingPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.3416579Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyTransitRouteTableAggregation.json' from root:root to runner:runner
2025-08-20T19:16:14.3418273Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouteTableAggregation.json' from root:root to runner:runner
2025-08-20T19:16:14.3419884Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteRouteServiceInCen.json' from root:root to runner:runner
2025-08-20T19:16:14.3421589Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenChildInstanceRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.3423322Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeRouteConflict.json' from root:root to runner:runner
2025-08-20T19:16:14.3424970Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:14.3426841Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenAttachedChildInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.3428458Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ResolveAndRouteServiceInCen.json' from root:root to runner:runner
2025-08-20T19:16:14.3430287Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenInterRegionTrafficQosPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3431762Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCens.json' from root:root to runner:runner
2025-08-20T19:16:14.3433691Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeTransitRouteTableAggregationDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.3435430Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterRouteTablePropagations.json' from root:root to runner:runner
2025-08-20T19:16:14.3437108Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyCenRouteMap.json' from root:root to runner:runner
2025-08-20T19:16:14.3438692Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3440355Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterEcrAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3441993Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UnassociateCenBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:14.3443814Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterVpnAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3445590Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterVpcAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.3447281Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenInterRegionTrafficQosPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3448798Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeFlowlogs.json' from root:root to runner:runner
2025-08-20T19:16:14.3450480Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterMulticastDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.3452075Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3453880Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenBandwidthPackages.json' from root:root to runner:runner
2025-08-20T19:16:14.3455608Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AssociateTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.3457336Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenPrivateZoneRoutes.json' from root:root to runner:runner
2025-08-20T19:16:14.3458845Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeactiveFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:14.3460532Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:14.3462295Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RevokeInstanceFromTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.3464208Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeTransitRouteTableAggregation.json' from root:root to runner:runner
2025-08-20T19:16:14.3465974Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.3467788Z [00:02:20.685]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.3469402Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:14.3471085Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterPeerAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3472866Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeRouteServicesInCen.json' from root:root to runner:runner
2025-08-20T19:16:14.3474451Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AttachCenChildInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.3476222Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DisassociateTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.3477983Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribePublishedRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.3479657Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterVpcAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3481216Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.3483207Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListCenInterRegionTrafficQosQueues.json' from root:root to runner:runner
2025-08-20T19:16:14.3484857Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListGrantVSwitchesToCen.json' from root:root to runner:runner
2025-08-20T19:16:14.3486459Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RoutePrivateZoneInCenToVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.3488285Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterMulticastGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.3490148Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AssociateTransitRouterAttachmentWithRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:14.3491789Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouters.json' from root:root to runner:runner
2025-08-20T19:16:14.3493692Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.3495322Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenVbrHealthCheck.json' from root:root to runner:runner
2025-08-20T19:16:14.3496940Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyCenBandwidthPackageSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.3498508Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DetachCenChildInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.3499826Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn' from root:root to runner:runner
2025-08-20T19:16:14.3501530Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreatePolicyAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3503179Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateHttpApi.json' from root:root to runner:runner
2025-08-20T19:16:14.3504882Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3506392Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListConsumers.json' from root:root to runner:runner
2025-08-20T19:16:14.3507873Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3509396Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:14.3510920Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/RestartGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.3512576Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateHttpApi.json' from root:root to runner:runner
2025-08-20T19:16:14.3514251Z [00:02:20.686]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteHttpApiRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.3515866Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateAndAttachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3517497Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetHttpApiRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.3519162Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteGatewaySecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3520724Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetResourceOverview.json' from root:root to runner:runner
2025-08-20T19:16:14.3522262Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetHttpApiOperation.json' from root:root to runner:runner
2025-08-20T19:16:14.3524015Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListPluginAttachments.json' from root:root to runner:runner
2025-08-20T19:16:14.3525512Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetTraceConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.3527290Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/RemoveConsumerAuthorizationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3528774Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.3530350Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListServices.json' from root:root to runner:runner
2025-08-20T19:16:14.3531881Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateGatewayName.json' from root:root to runner:runner
2025-08-20T19:16:14.3533577Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateHttpApiRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.3535276Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateConsumerAuthorizationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3536785Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteHttpApi.json' from root:root to runner:runner
2025-08-20T19:16:14.3538284Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteConsumer.json' from root:root to runner:runner
2025-08-20T19:16:14.3540028Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetConsumerAuthorizationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3541618Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeletePolicyAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3543395Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3544979Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeletePluginAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3546562Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteHttpApiOperation.json' from root:root to runner:runner
2025-08-20T19:16:14.3548015Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetService.json' from root:root to runner:runner
2025-08-20T19:16:14.3549574Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetPluginAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3551141Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateHttpApiOperation.json' from root:root to runner:runner
2025-08-20T19:16:14.3552892Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListGateways.json' from root:root to runner:runner
2025-08-20T19:16:14.3554395Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.3555965Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.3557523Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateAndAttachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3559038Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UndeployHttpApi.json' from root:root to runner:runner
2025-08-20T19:16:14.3560522Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ExportHttpApi.json' from root:root to runner:runner
2025-08-20T19:16:14.3562100Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateHttpApiOperation.json' from root:root to runner:runner
2025-08-20T19:16:14.3563743Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetDashboard.json' from root:root to runner:runner
2025-08-20T19:16:14.3565342Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.3567015Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateService.json' from root:root to runner:runner
2025-08-20T19:16:14.3568607Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListHttpApis.json' from root:root to runner:runner
2025-08-20T19:16:14.3570232Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateHttpApiRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.3571742Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.3573391Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.3574946Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:14.3576497Z [00:02:20.687]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateGatewayFeature.json' from root:root to runner:runner
2025-08-20T19:16:14.3578288Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateConsumerAuthorizationRules.json' from root:root to runner:runner
2025-08-20T19:16:14.3579940Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/QueryConsumerAuthorizationRules.json' from root:root to runner:runner
2025-08-20T19:16:14.3581572Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:14.3583222Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateConsumer.json' from root:root to runner:runner
2025-08-20T19:16:14.3584726Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListSslCerts.json' from root:root to runner:runner
2025-08-20T19:16:14.3586205Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ImportHttpApi.json' from root:root to runner:runner
2025-08-20T19:16:14.3587879Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteConsumerAuthorizationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3589439Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListHttpApiOperations.json' from root:root to runner:runner
2025-08-20T19:16:14.3591031Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeployHttpApi.json' from root:root to runner:runner
2025-08-20T19:16:14.3592654Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3594275Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteService.json' from root:root to runner:runner
2025-08-20T19:16:14.3595815Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:14.3597290Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListPlugins.json' from root:root to runner:runner
2025-08-20T19:16:14.3598760Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3600452Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateConsumerAuthorizationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3601917Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListZones.json' from root:root to runner:runner
2025-08-20T19:16:14.3603749Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListPolicyClasses.json' from root:root to runner:runner
2025-08-20T19:16:14.3605315Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListHttpApiRoutes.json' from root:root to runner:runner
2025-08-20T19:16:14.3606904Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetHttpApi.json' from root:root to runner:runner
2025-08-20T19:16:14.3608406Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListEnvironments.json' from root:root to runner:runner
2025-08-20T19:16:14.3609956Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetPolicyAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3611429Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.3613052Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.3614632Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdatePluginAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3616251Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetConsumer.json' from root:root to runner:runner
2025-08-20T19:16:14.3617893Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/AddGatewaySecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3619557Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreatePluginAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.3621279Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/BatchDeleteConsumerAuthorizationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3622917Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.3624420Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpgradeGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.3625912Z [00:02:20.688]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateConsumer.json' from root:root to runner:runner
2025-08-20T19:16:14.3627236Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig' from root:root to runner:runner
2025-08-20T19:16:14.3628904Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListAllProds.json' from root:root to runner:runner
2025-08-20T19:16:14.3630477Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertScene.json' from root:root to runner:runner
2025-08-20T19:16:14.3632347Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCloudSiemAssetsCounter.json' from root:root to runner:runner
2025-08-20T19:16:14.3634273Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeLogSource.json' from root:root to runner:runner
2025-08-20T19:16:14.3635945Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostAutomateResponseConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.3637597Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListCustomizeRuleTestResult.json' from root:root to runner:runner
2025-08-20T19:16:14.3639151Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ModifyDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.3640815Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeDataSourceInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.3642753Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListAutomateResponseConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.3644382Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListDelivery.json' from root:root to runner:runner
2025-08-20T19:16:14.3646004Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertsWithEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.3647617Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCloudSiemEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.3649283Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCloudSiemEventDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.3650869Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListDisposeStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.3652706Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeEventCountByThreatLevel.json' from root:root to runner:runner
2025-08-20T19:16:14.3654459Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAutomateResponseConfigCounter.json' from root:root to runner:runner
2025-08-20T19:16:14.3656120Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeWafScope.json' from root:root to runner:runner
2025-08-20T19:16:14.3657770Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostCustomizeRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3659294Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/CloseDelivery.json' from root:root to runner:runner
2025-08-20T19:16:14.3660944Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCustomizeRuleCount.json' from root:root to runner:runner
2025-08-20T19:16:14.3662763Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListImportedLogsByProd.json' from root:root to runner:runner
2025-08-20T19:16:14.3664528Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/UpdateAutomateResponseConfigStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.3666096Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ModifyDataSourceLog.json' from root:root to runner:runner
2025-08-20T19:16:14.3667819Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeImportedLogCount.json' from root:root to runner:runner
2025-08-20T19:16:14.3669377Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeOperators.json' from root:root to runner:runner
2025-08-20T19:16:14.3671048Z [00:02:20.689]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListDataSourceLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.3672704Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/GetStorage.json' from root:root to runner:runner
2025-08-20T19:16:14.3674314Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeUserBuyStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.3675867Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.3677499Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertsWithEntity.json' from root:root to runner:runner
2025-08-20T19:16:14.3679178Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeDisposeStrategyPlaybook.json' from root:root to runner:runner
2025-08-20T19:16:14.3680861Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListDataSourceTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.3682724Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostEventDisposeAndWhiteruleList.json' from root:root to runner:runner
2025-08-20T19:16:14.3684437Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.3685930Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/GetCapacity.json' from root:root to runner:runner
2025-08-20T19:16:14.3687444Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListRdUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.3689082Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/EnableServiceForCloudSiem.json' from root:root to runner:runner
2025-08-20T19:16:14.3690690Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/AddUserSourceLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.3692349Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListCloudSiemPredefinedRules.json' from root:root to runner:runner
2025-08-20T19:16:14.3694450Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteAutomateResponseConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.3696341Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAutomateResponseConfigFeature.json' from root:root to runner:runner
2025-08-20T19:16:14.3697925Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/SubmitImportLogTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.3699814Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAutomateResponseConfigPlayBooks.json' from root:root to runner:runner
2025-08-20T19:16:14.3701327Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAuth.json' from root:root to runner:runner
2025-08-20T19:16:14.3703109Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ModifyBindAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.3704739Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlerts.json' from root:root to runner:runner
2025-08-20T19:16:14.3706456Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteWhiteRuleList.json' from root:root to runner:runner
2025-08-20T19:16:14.3708032Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/UpdateWhiteRuleList.json' from root:root to runner:runner
2025-08-20T19:16:14.3709812Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertSourceWithEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.3711436Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertSceneByEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.3713136Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/RestoreCapacity.json' from root:root to runner:runner
2025-08-20T19:16:14.3714658Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/OpenDelivery.json' from root:root to runner:runner
2025-08-20T19:16:14.3716298Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/SetStorage.json' from root:root to runner:runner
2025-08-20T19:16:14.3717834Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/AddDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.3719628Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostRuleStatusChange.json' from root:root to runner:runner
2025-08-20T19:16:14.3721213Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteBindAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.3722902Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListEntities.json' from root:root to runner:runner
2025-08-20T19:16:14.3724493Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListAccountAccessId.json' from root:root to runner:runner
2025-08-20T19:16:14.3726128Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCloudSiemAssets.json' from root:root to runner:runner
2025-08-20T19:16:14.3727659Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeStorage.json' from root:root to runner:runner
2025-08-20T19:16:14.3729212Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeLogFields.json' from root:root to runner:runner
2025-08-20T19:16:14.3730883Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeDataSourceParameters.json' from root:root to runner:runner
2025-08-20T19:16:14.3732681Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListBindAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.3734336Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCustomizeRuleTest.json' from root:root to runner:runner
2025-08-20T19:16:14.3736010Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteDataSourceLog.json' from root:root to runner:runner
2025-08-20T19:16:14.3737666Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostFinishCustomizeRuleTest.json' from root:root to runner:runner
2025-08-20T19:16:14.3739232Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListAccountsByLog.json' from root:root to runner:runner
2025-08-20T19:16:14.3740908Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListBindDataSources.json' from root:root to runner:runner
2025-08-20T19:16:14.3742732Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeDisposeAndPlaybook.json' from root:root to runner:runner
2025-08-20T19:16:14.3744315Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/AddDataSourceLog.json' from root:root to runner:runner
2025-08-20T19:16:14.3746039Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostEventWhiteruleList.json' from root:root to runner:runner
2025-08-20T19:16:14.3747579Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/BindAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.3749229Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListCloudSiemCustomizeRules.json' from root:root to runner:runner
2025-08-20T19:16:14.3750820Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeEventDispose.json' from root:root to runner:runner
2025-08-20T19:16:14.3752578Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteCustomizeRule.json' from root:root to runner:runner
2025-08-20T19:16:14.3754195Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeProdCount.json' from root:root to runner:runner
2025-08-20T19:16:14.3755795Z [00:02:20.690]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeWhiteRuleList.json' from root:root to runner:runner
2025-08-20T19:16:14.3757486Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertsCount.json' from root:root to runner:runner
2025-08-20T19:16:14.3759101Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/EnableAccessForCloudSiem.json' from root:root to runner:runner
2025-08-20T19:16:14.3760794Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeScopeUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.3762595Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAggregateFunction.json' from root:root to runner:runner
2025-08-20T19:16:14.3764206Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostCustomizeRuleTest.json' from root:root to runner:runner
2025-08-20T19:16:14.3765787Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertSource.json' from root:root to runner:runner
2025-08-20T19:16:14.3767468Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListProjectLogStores.json' from root:root to runner:runner
2025-08-20T19:16:14.3769206Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCustomizeRuleTestHistogram.json' from root:root to runner:runner
2025-08-20T19:16:14.3770842Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeLogType.json' from root:root to runner:runner
2025-08-20T19:16:14.3772598Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertType.json' from root:root to runner:runner
2025-08-20T19:16:14.3774185Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeEntityInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.3775554Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem' from root:root to runner:runner
2025-08-20T19:16:14.3777205Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3778805Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateNetTestTask.json' from root:root to runner:runner
2025-08-20T19:16:14.3780473Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeSendFileResults.json' from root:root to runner:runner
2025-08-20T19:16:14.3782077Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/UpdateNodeGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3784014Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ReimageNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.3785696Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListFreeNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.3787245Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ShrinkCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.3788848Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListMachineTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.3790487Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListDiagnosticResults.json' from root:root to runner:runner
2025-08-20T19:16:14.3792165Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DeleteNodeGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3793957Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.3795530Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeTask.json' from root:root to runner:runner
2025-08-20T19:16:14.3797238Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3798883Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListClusterNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.3800473Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeNode.json' from root:root to runner:runner
2025-08-20T19:16:14.3802013Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListVscs.json' from root:root to runner:runner
2025-08-20T19:16:14.3803747Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateSession.json' from root:root to runner:runner
2025-08-20T19:16:14.3805325Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.3806863Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListImages.json' from root:root to runner:runner
2025-08-20T19:16:14.3808594Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeInvocations.json' from root:root to runner:runner
2025-08-20T19:16:14.3810149Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ExtendCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.3811929Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeDiagnosticResult.json' from root:root to runner:runner
2025-08-20T19:16:14.3813705Z [00:02:20.691]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/StopInvocation.json' from root:root to runner:runner
2025-08-20T19:16:14.3815343Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateNodeGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3816939Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/SendFile.json' from root:root to runner:runner
2025-08-20T19:16:14.3818666Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListNodeGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.3820276Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.3822014Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListUserClusterTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.3823797Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3825380Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeVsc.json' from root:root to runner:runner
2025-08-20T19:16:14.3827010Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListNetTestResults.json' from root:root to runner:runner
2025-08-20T19:16:14.3828567Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/StopNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.3830135Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/RunCommand.json' from root:root to runner:runner
2025-08-20T19:16:14.3831811Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListMachineNetworkInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.3833545Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3835322Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CloseSession.json' from root:root to runner:runner
2025-08-20T19:16:14.3837056Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.3838671Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ApproveOperation.json' from root:root to runner:runner
2025-08-20T19:16:14.3840336Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeNetTestResult.json' from root:root to runner:runner
2025-08-20T19:16:14.3842034Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateVsc.json' from root:root to runner:runner
2025-08-20T19:16:14.3843929Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:14.3845593Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateDiagnosticTask.json' from root:root to runner:runner
2025-08-20T19:16:14.3847146Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DeleteVsc.json' from root:root to runner:runner
2025-08-20T19:16:14.3848734Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/RebootNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.3850330Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.3851765Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller' from root:root to runner:runner
2025-08-20T19:16:14.3853659Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccountSecurityPracticeReport.json' from root:root to runner:runner
2025-08-20T19:16:14.3855366Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RestoreAccessKeyFromRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:14.3856925Z [00:02:20.692]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:14.3858413Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListPasskeys.json' from root:root to runner:runner
2025-08-20T19:16:14.3859983Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetUserInRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:14.3861760Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RemoveClientIdFromOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.3863570Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateSAMLProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.3865127Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetUserSsoSettings.json' from root:root to runner:runner
2025-08-20T19:16:14.3866840Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetGovernanceReportStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.3868355Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/AddUserToGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3869980Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetDefaultDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.3871520Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3873373Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteAccessKeyInRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:14.3874945Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.3876536Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateVirtualMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:14.3878110Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ProvisionApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.3879681Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetSecurityPreference.json' from root:root to runner:runner
2025-08-20T19:16:14.3881449Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RemoveFingerprintFromOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.3883112Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeletePasskey.json' from root:root to runner:runner
2025-08-20T19:16:14.3884670Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetVerificationInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.3886285Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAppSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.3887911Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetApplicationProvisionInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.3889541Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListAppSecretIds.json' from root:root to runner:runner
2025-08-20T19:16:14.3891035Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:14.3892816Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateAppSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.3894495Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListApplicationProvisionInfos.json' from root:root to runner:runner
2025-08-20T19:16:14.3896134Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetVerificationInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.3897715Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListUserBasicInfos.json' from root:root to runner:runner
2025-08-20T19:16:14.3899205Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:14.3900729Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetSAMLProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.3902210Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3903973Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.3905576Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccountMFAInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.3907090Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdatePasskey.json' from root:root to runner:runner
2025-08-20T19:16:14.3908648Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListSAMLProviders.json' from root:root to runner:runner
2025-08-20T19:16:14.3910160Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UnbindMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:14.3911709Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:14.3913570Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DisableVirtualMFA.json' from root:root to runner:runner
2025-08-20T19:16:14.3915162Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:14.3916747Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3918309Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.3919890Z [00:02:20.693]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RemoveUserFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3921558Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:14.3923419Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/AddFingerprintToOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.3925004Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateSAMLProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.3926526Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ChangePassword.json' from root:root to runner:runner
2025-08-20T19:16:14.3928161Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RestoreUserFromRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:14.3929696Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListOIDCProviders.json' from root:root to runner:runner
2025-08-20T19:16:14.3931221Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetDefaultDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.3933018Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GenerateGovernanceReport.json' from root:root to runner:runner
2025-08-20T19:16:14.3934616Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:14.3936142Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccountSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.3937609Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3939218Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3940966Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListExternalApplications.json' from root:root to runner:runner
2025-08-20T19:16:14.3942756Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListUsersInRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:14.3944407Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.3946101Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeprovisionExternalApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.3947684Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:14.3949263Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListVirtualMFADevices.json' from root:root to runner:runner
2025-08-20T19:16:14.3950766Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetUserMFAInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.3952566Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListRecentGovernanceMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.3954165Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:14.3955684Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.3957243Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.3958833Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeprovisionApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.3960343Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3961814Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.3963465Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/BindMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:14.3965103Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteAppSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.3966791Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteUserInRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:14.3968414Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/AddClientIdToOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.3970051Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteSAMLProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.3971555Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.3973470Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccessKeyInfoInRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:14.3975101Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetExternalApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.3976687Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListPredefinedScopes.json' from root:root to runner:runner
2025-08-20T19:16:14.3978257Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetSecurityPreference.json' from root:root to runner:runner
2025-08-20T19:16:14.3979863Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteVirtualMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:14.3981342Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3983150Z [00:02:20.694]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListAccessKeysInRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:14.3984700Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListGroupsForUser.json' from root:root to runner:runner
2025-08-20T19:16:14.3986303Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.3987771Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:14.3989299Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListUsersForGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.3990966Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UnbindVerification.json' from root:root to runner:runner
2025-08-20T19:16:14.3992760Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.3994337Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetUserSsoSettings.json' from root:root to runner:runner
2025-08-20T19:16:14.3995948Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:14.3997591Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetGovernanceItemReport.json' from root:root to runner:runner
2025-08-20T19:16:14.3999256Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.4000778Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:14.4002304Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListAccessKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.4004117Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ProvisionExternalApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.4005738Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GenerateCredentialReport.json' from root:root to runner:runner
2025-08-20T19:16:14.4007291Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccessKeyLastUsed.json' from root:root to runner:runner
2025-08-20T19:16:14.4008828Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.4010407Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetCredentialReport.json' from root:root to runner:runner
2025-08-20T19:16:14.4011794Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims' from root:root to runner:runner
2025-08-20T19:16:14.4013605Z [00:02:20.695]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:14.4015153Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteCollection.json' from root:root to runner:runner
2025-08-20T19:16:14.4016860Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteExtension.json' from root:root to runner:runner
2025-08-20T19:16:14.4018549Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CancelCreateIndexJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4020037Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.4021688Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteStreamingJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4023367Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetSecretValue.json' from root:root to runner:runner
2025-08-20T19:16:14.4025176Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetSupabaseProjectApiKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.4026714Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/TextEmbedding.json' from root:root to runner:runner
2025-08-20T19:16:14.4028322Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResumeDataRedistribute.json' from root:root to runner:runner
2025-08-20T19:16:14.4029899Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/PauseDataRedistribute.json' from root:root to runner:runner
2025-08-20T19:16:14.4031483Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetSupabaseProject.json' from root:root to runner:runner
2025-08-20T19:16:14.4033178Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSQLLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.4034957Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceSupportMaxPerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.4036533Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.4038210Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UnbindDBResourceGroupWithRole.json' from root:root to runner:runner
2025-08-20T19:16:14.4039772Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResetIMVMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:14.4041519Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyExternalDataService.json' from root:root to runner:runner
2025-08-20T19:16:14.4043303Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateDocumentCollection.json' from root:root to runner:runner
2025-08-20T19:16:14.4045056Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListStreamingDataServices.json' from root:root to runner:runner
2025-08-20T19:16:14.4046670Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateRemoteADBDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4048473Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceDeploymentMode.json' from root:root to runner:runner
2025-08-20T19:16:14.4050036Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpgradeExtensions.json' from root:root to runner:runner
2025-08-20T19:16:14.4051659Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListCollections.json' from root:root to runner:runner
2025-08-20T19:16:14.4053517Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:14.4055066Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListSchemas.json' from root:root to runner:runner
2025-08-20T19:16:14.4056654Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpsertCollectionData.json' from root:root to runner:runner
2025-08-20T19:16:14.4058280Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceErrorLog.json' from root:root to runner:runner
2025-08-20T19:16:14.4059863Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBClusterNode.json' from root:root to runner:runner
2025-08-20T19:16:14.4061367Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateIndex.json' from root:root to runner:runner
2025-08-20T19:16:14.4063152Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListExternalDataServices.json' from root:root to runner:runner
2025-08-20T19:16:14.4064736Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpdateDBInstancePlan.json' from root:root to runner:runner
2025-08-20T19:16:14.4066241Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpsertChunks.json' from root:root to runner:runner
2025-08-20T19:16:14.4068029Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.4069714Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/AllocateInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.4071379Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteJDBCDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4073085Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:14.4074815Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDocumentCollection.json' from root:root to runner:runner
2025-08-20T19:16:14.4076512Z [00:02:20.696]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CancelUploadDocumentJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4078118Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.4079706Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstancePlans.json' from root:root to runner:runner
2025-08-20T19:16:14.4081304Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeJDBCDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4082991Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:14.4084522Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.4086129Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDownloadSQLLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.4087635Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListIndices.json' from root:root to runner:runner
2025-08-20T19:16:14.4089336Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/EnableDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.4090893Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.4092707Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CancelUpsertCollectionDataJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4094550Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceDiagnosisSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.4096202Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceNetworkType.json' from root:root to runner:runner
2025-08-20T19:16:14.4097711Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4099211Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/PauseInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4101008Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ReleaseInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.4102855Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.4104503Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDiagnosisSQLInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.4106168Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDataSharePerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.4107841Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeUserEncryptionKeyList.json' from root:root to runner:runner
2025-08-20T19:16:14.4109397Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/RestartDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4110905Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResumeInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4112606Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDataBackups.json' from root:root to runner:runner
2025-08-20T19:16:14.4114212Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetStatementResult.json' from root:root to runner:runner
2025-08-20T19:16:14.4115930Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateExtensions.json' from root:root to runner:runner
2025-08-20T19:16:14.4117534Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeWaitingSQLInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.4119178Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceDataBloat.json' from root:root to runner:runner
2025-08-20T19:16:14.4120862Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeStreamingJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4122679Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpdateCollectionDataMetadata.json' from root:root to runner:runner
2025-08-20T19:16:14.4124270Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.4126003Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeStreamingDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4127566Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeLogBackups.json' from root:root to runner:runner
2025-08-20T19:16:14.4129347Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListExternalDataSources.json' from root:root to runner:runner
2025-08-20T19:16:14.4130879Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteVectorIndex.json' from root:root to runner:runner
2025-08-20T19:16:14.4132546Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListDatabases.json' from root:root to runner:runner
2025-08-20T19:16:14.4134227Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/BindDBResourceGroupWithRole.json' from root:root to runner:runner
2025-08-20T19:16:14.4135864Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateExternalDataService.json' from root:root to runner:runner
2025-08-20T19:16:14.4137469Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpsertCollectionDataAsync.json' from root:root to runner:runner
2025-08-20T19:16:14.4139117Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDiagnosisDimensions.json' from root:root to runner:runner
2025-08-20T19:16:14.4140700Z [00:02:20.697]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteHadoopDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4142626Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeStreamingDataService.json' from root:root to runner:runner
2025-08-20T19:16:14.4144188Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.4145925Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:14.4147418Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteIndex.json' from root:root to runner:runner
2025-08-20T19:16:14.4148995Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/InitVectorDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.4150600Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifySQLCollectorPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.4152277Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeRdsVSwitchs.json' from root:root to runner:runner
2025-08-20T19:16:14.4153988Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:14.4155748Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBClusterPerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.4157368Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDiagnosisRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.4158997Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.4160503Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteBackup.json' from root:root to runner:runner
2025-08-20T19:16:14.4162115Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeActiveSQLRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.4163858Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.4165548Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyJDBCDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4167218Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.4168952Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DisableDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.4170529Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListStreamingJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.4172366Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeCreateIndexJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4174109Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UploadDocumentAsync.json' from root:root to runner:runner
2025-08-20T19:16:14.4175625Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.4177075Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/Rerank.json' from root:root to runner:runner
2025-08-20T19:16:14.4178746Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/QueryCollectionData.json' from root:root to runner:runner
2025-08-20T19:16:14.4180419Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateSupabaseProject.json' from root:root to runner:runner
2025-08-20T19:16:14.4182143Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetSupabaseProjectDashboardAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.4183948Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyStreamingDataService.json' from root:root to runner:runner
2025-08-20T19:16:14.4185582Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateStreamingDataService.json' from root:root to runner:runner
2025-08-20T19:16:14.4187102Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListDocuments.json' from root:root to runner:runner
2025-08-20T19:16:14.4188689Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/SwitchDBInstanceNetType.json' from root:root to runner:runner
2025-08-20T19:16:14.4190273Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CheckServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:14.4191868Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListInstanceExtensions.json' from root:root to runner:runner
2025-08-20T19:16:14.4193737Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListDocumentCollections.json' from root:root to runner:runner
2025-08-20T19:16:14.4195306Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:14.4196869Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.4198479Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListSecrets.json' from root:root to runner:runner
2025-08-20T19:16:14.4200177Z [00:02:20.698]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeHadoopClustersInSameNet.json' from root:root to runner:runner
2025-08-20T19:16:14.4201788Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstancePayType.json' from root:root to runner:runner
2025-08-20T19:16:14.4203566Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyVectorConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.4205234Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4206915Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateStreamingJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4208558Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CheckJDBCSourceNetConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.4210126Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:14.4211839Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBResourceManagementMode.json' from root:root to runner:runner
2025-08-20T19:16:14.4213542Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GrantCollection.json' from root:root to runner:runner
2025-08-20T19:16:14.4215284Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDiagnosisMonitorPerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.4216945Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DownloadDiagnosisRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.4218530Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateDBInstancePlan.json' from root:root to runner:runner
2025-08-20T19:16:14.4220225Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListSupabaseProjects.json' from root:root to runner:runner
2025-08-20T19:16:14.4221779Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSQLLogCount.json' from root:root to runner:runner
2025-08-20T19:16:14.4223634Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.4225337Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifySupabaseProjectSecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:14.4226968Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeModifyParameterLog.json' from root:root to runner:runner
2025-08-20T19:16:14.4228579Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteRemoteADBDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4230320Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateJDBCDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4231836Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListBackupJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.4233612Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/QueryContent.json' from root:root to runner:runner
2025-08-20T19:16:14.4235174Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ExecuteStatement.json' from root:root to runner:runner
2025-08-20T19:16:14.4236728Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateCollection.json' from root:root to runner:runner
2025-08-20T19:16:14.4238352Z [00:02:20.699]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyStreamingDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4239904Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeIMVInfos.json' from root:root to runner:runner
2025-08-20T19:16:14.4241440Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.4243195Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteSupabaseProject.json' from root:root to runner:runner
2025-08-20T19:16:14.4244777Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateVectorIndex.json' from root:root to runner:runner
2025-08-20T19:16:14.4246583Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstancePerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.4248107Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CloneDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4249774Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSampleData.json' from root:root to runner:runner
2025-08-20T19:16:14.4251317Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSQLLogsV2.json' from root:root to runner:runner
2025-08-20T19:16:14.4253071Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateHadoopDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4254620Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:14.4256261Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.4257860Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyHadoopDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4259530Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.4261091Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UnloadSampleData.json' from root:root to runner:runner
2025-08-20T19:16:14.4262833Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/RebalanceDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4264451Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CheckHadoopNetConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.4265999Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyMasterSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.4267632Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetUpsertCollectionDataJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4269204Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.4270857Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceIndexUsage.json' from root:root to runner:runner
2025-08-20T19:16:14.4272616Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.4274258Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListStreamingDataSources.json' from root:root to runner:runner
2025-08-20T19:16:14.4275956Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/SetDataShareInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4277516Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpgradeDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4279025Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.4280561Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDocument.json' from root:root to runner:runner
2025-08-20T19:16:14.4282275Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateStreamingDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4284245Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeExternalDataService.json' from root:root to runner:runner
2025-08-20T19:16:14.4285838Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CheckHadoopDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4287341Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeRoles.json' from root:root to runner:runner
2025-08-20T19:16:14.4289012Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceIPArrayList.json' from root:root to runner:runner
2025-08-20T19:16:14.4290653Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteStreamingDataService.json' from root:root to runner:runner
2025-08-20T19:16:14.4292265Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DownloadSQLLogsRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.4294023Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeCollection.json' from root:root to runner:runner
2025-08-20T19:16:14.4295661Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyRemoteADBDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4297266Z [00:02:20.700]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:14.4298830Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDBInstancePlan.json' from root:root to runner:runner
2025-08-20T19:16:14.4300357Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:14.4302089Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeWaitingSQLRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.4303789Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeRdsVpcs.json' from root:root to runner:runner
2025-08-20T19:16:14.4305249Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListTables.json' from root:root to runner:runner
2025-08-20T19:16:14.4306766Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4308377Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDocument.json' from root:root to runner:runner
2025-08-20T19:16:14.4309967Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:14.4311563Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeHadoopDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4313182Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.4314697Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeIndex.json' from root:root to runner:runner
2025-08-20T19:16:14.4316252Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpgradeDBVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.4317769Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyCollection.json' from root:root to runner:runner
2025-08-20T19:16:14.4319368Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteStreamingDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4320905Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateSampleData.json' from root:root to runner:runner
2025-08-20T19:16:14.4322729Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyStreamingJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4324644Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.4326275Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListRemoteADBDataSources.json' from root:root to runner:runner
2025-08-20T19:16:14.4328031Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteExternalDataService.json' from root:root to runner:runner
2025-08-20T19:16:14.4329651Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceNetInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.4331290Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDataReDistributeInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.4333114Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceDataSkew.json' from root:root to runner:runner
2025-08-20T19:16:14.4334850Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeAvailableResources.json' from root:root to runner:runner
2025-08-20T19:16:14.4336475Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.4338042Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetUploadDocumentJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4339615Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/SetDBInstancePlanStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.4341164Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeBackupJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4342965Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResetSupabaseProjectPassword.json' from root:root to runner:runner
2025-08-20T19:16:14.4344553Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBVersionInfos.json' from root:root to runner:runner
2025-08-20T19:16:14.4346081Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyParameters.json' from root:root to runner:runner
2025-08-20T19:16:14.4347828Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.4349508Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/HandleActiveSQLRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.4351118Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDataShareInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.4352865Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDownloadRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.4354809Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteCollectionData.json' from root:root to runner:runner
2025-08-20T19:16:14.4356467Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeHadoopConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.4358169Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSupportFeatures.json' from root:root to runner:runner
2025-08-20T19:16:14.4359791Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb' from root:root to runner:runner
2025-08-20T19:16:14.4361632Z [00:02:20.701]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/QueryTracedEventByEventId.json' from root:root to runner:runner
2025-08-20T19:16:14.4363582Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateRule.json' from root:root to runner:runner
2025-08-20T19:16:14.4365493Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteRule.json' from root:root to runner:runner
2025-08-20T19:16:14.4367212Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateEventSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4368796Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListEventBuses.json' from root:root to runner:runner
2025-08-20T19:16:14.4370643Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListEventStreamings.json' from root:root to runner:runner
2025-08-20T19:16:14.4372351Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:14.4374336Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateApiDestination.json' from root:root to runner:runner
2025-08-20T19:16:14.4376127Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteEventBus.json' from root:root to runner:runner
2025-08-20T19:16:14.4377968Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:14.4379667Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/TestEventPattern.json' from root:root to runner:runner
2025-08-20T19:16:14.4381332Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/PauseEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:14.4383251Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/EventCenterQueryEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.4385123Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteApiDestination.json' from root:root to runner:runner
2025-08-20T19:16:14.4386763Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.4388509Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/QueryEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.4390299Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:14.4392157Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/QueryTracedEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.4394018Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListConnections.json' from root:root to runner:runner
2025-08-20T19:16:14.4395674Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteEventSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4397323Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateEventBus.json' from root:root to runner:runner
2025-08-20T19:16:14.4398923Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/EnableRule.json' from root:root to runner:runner
2025-08-20T19:16:14.4400572Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.4402596Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListUserDefinedEventSources.json' from root:root to runner:runner
2025-08-20T19:16:14.4404400Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetEventBus.json' from root:root to runner:runner
2025-08-20T19:16:14.4406175Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListTargets.json' from root:root to runner:runner
2025-08-20T19:16:14.4407883Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetApiDestination.json' from root:root to runner:runner
2025-08-20T19:16:14.4409730Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListAliyunOfficialEventSources.json' from root:root to runner:runner
2025-08-20T19:16:14.4411320Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DisableRule.json' from root:root to runner:runner
2025-08-20T19:16:14.4413171Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListRules.json' from root:root to runner:runner
2025-08-20T19:16:14.4414793Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteTargets.json' from root:root to runner:runner
2025-08-20T19:16:14.4416803Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CheckServiceLinkedRoleForProduct.json' from root:root to runner:runner
2025-08-20T19:16:14.4418615Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DiscoverEventSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4420316Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/PutTargets.json' from root:root to runner:runner
2025-08-20T19:16:14.4421998Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.4423762Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateRule.json' from root:root to runner:runner
2025-08-20T19:16:14.4425530Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateEventBus.json' from root:root to runner:runner
2025-08-20T19:16:14.4427372Z [00:02:20.702]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/TestEventSourceConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.4428923Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetRule.json' from root:root to runner:runner
2025-08-20T19:16:14.4430764Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListApiDestinations.json' from root:root to runner:runner
2025-08-20T19:16:14.4432708Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:14.4434515Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.4436151Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/QueryEventTraces.json' from root:root to runner:runner
2025-08-20T19:16:14.4438032Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateEventStreamingBusinessOption.json' from root:root to runner:runner
2025-08-20T19:16:14.4439787Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/StartEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:14.4441539Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateApiDestination.json' from root:root to runner:runner
2025-08-20T19:16:14.4443736Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateServiceLinkedRoleForProduct.json' from root:root to runner:runner
2025-08-20T19:16:14.4445400Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateEventSource.json' from root:root to runner:runner
2025-08-20T19:16:14.4446966Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge' from root:root to runner:runner
2025-08-20T19:16:14.4448745Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetFeatureEntity.json' from root:root to runner:runner
2025-08-20T19:16:14.4450544Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateFeatureView.json' from root:root to runner:runner
2025-08-20T19:16:14.4452265Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateLabelTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4454188Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/PublishFeatureViewTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4455975Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListDatasources.json' from root:root to runner:runner
2025-08-20T19:16:14.4457890Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListProjectFeatures.json' from root:root to runner:runner
2025-08-20T19:16:14.4459639Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateModelFeature.json' from root:root to runner:runner
2025-08-20T19:16:14.4461409Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.4463431Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateServiceIdentityRole.json' from root:root to runner:runner
2025-08-20T19:16:14.4465255Z [00:02:20.703]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CheckInstanceDatasource.json' from root:root to runner:runner
2025-08-20T19:16:14.4467016Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetModelFeatureFGFeature.json' from root:root to runner:runner
2025-08-20T19:16:14.4468761Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureViews.json' from root:root to runner:runner
2025-08-20T19:16:14.4470525Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureEntities.json' from root:root to runner:runner
2025-08-20T19:16:14.4472558Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteProject.json' from root:root to runner:runner
2025-08-20T19:16:14.4474416Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateLLMConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.4476033Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetProject.json' from root:root to runner:runner
2025-08-20T19:16:14.4477805Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetLabelTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4479509Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateLLMConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.4481197Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/StopTask.json' from root:root to runner:runner
2025-08-20T19:16:14.4483062Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateLabelTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4485082Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetFeatureView.json' from root:root to runner:runner
2025-08-20T19:16:14.4487006Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ExportModelFeatureTrainingSetTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4488854Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListProjects.json' from root:root to runner:runner
2025-08-20T19:16:14.4490583Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetLLMConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.4492218Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.4494225Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListLLMConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.4496009Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/WriteFeatureViewTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4497791Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateModelFeatureFGFeature.json' from root:root to runner:runner
2025-08-20T19:16:14.4500287Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListModelFeatures.json' from root:root to runner:runner
2025-08-20T19:16:14.4502188Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureViewOnlineFeatures.json' from root:root to runner:runner
2025-08-20T19:16:14.4504240Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureViewRelationships.json' from root:root to runner:runner
2025-08-20T19:16:14.4505938Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateProject.json' from root:root to runner:runner
2025-08-20T19:16:14.4507870Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListDatasourceFeatureViews.json' from root:root to runner:runner
2025-08-20T19:16:14.4509647Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteDatasource.json' from root:root to runner:runner
2025-08-20T19:16:14.4511423Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetProjectFeatureEntity.json' from root:root to runner:runner
2025-08-20T19:16:14.4513292Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetDatasource.json' from root:root to runner:runner
2025-08-20T19:16:14.4515133Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetServiceIdentityRole.json' from root:root to runner:runner
2025-08-20T19:16:14.4517167Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteFeatureView.json' from root:root to runner:runner
2025-08-20T19:16:14.4518876Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4520714Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureViewFieldRelationships.json' from root:root to runner:runner
2025-08-20T19:16:14.4522738Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListProjectFeatureViews.json' from root:root to runner:runner
2025-08-20T19:16:14.4524662Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListModelFeatureAvailableFeatures.json' from root:root to runner:runner
2025-08-20T19:16:14.4526310Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetTask.json' from root:root to runner:runner
2025-08-20T19:16:14.4528087Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4529943Z [00:02:20.704]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateDatasource.json' from root:root to runner:runner
2025-08-20T19:16:14.4531731Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateFeatureEntity.json' from root:root to runner:runner
2025-08-20T19:16:14.4533546Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteLabelTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4535312Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListDatasourceTables.json' from root:root to runner:runner
2025-08-20T19:16:14.4537095Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetDatasourceTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4538827Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateProject.json' from root:root to runner:runner
2025-08-20T19:16:14.4540621Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetModelFeature.json' from root:root to runner:runner
2025-08-20T19:16:14.4542703Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CheckModelFeatureFGFeature.json' from root:root to runner:runner
2025-08-20T19:16:14.4544678Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateModelFeature.json' from root:root to runner:runner
2025-08-20T19:16:14.4546363Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateDatasource.json' from root:root to runner:runner
2025-08-20T19:16:14.4548121Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetModelFeatureFGInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.4549852Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListLabelTables.json' from root:root to runner:runner
2025-08-20T19:16:14.4551600Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteFeatureEntity.json' from root:root to runner:runner
2025-08-20T19:16:14.4553456Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListTaskLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.4555229Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteLLMConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.4557019Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteModelFeature.json' from root:root to runner:runner
2025-08-20T19:16:14.4558714Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore' from root:root to runner:runner
2025-08-20T19:16:14.4560377Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageaudit/ScanImage.json' from root:root to runner:runner
2025-08-20T19:16:14.4561978Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageaudit/ScanText.json' from root:root to runner:runner
2025-08-20T19:16:14.4563590Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageaudit' from root:root to runner:runner
2025-08-20T19:16:14.4565384Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDbInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4567032Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstDbLogInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.4568714Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetupRecycleBinStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.4570427Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitSqlFlashbackTask.json' from root:root to runner:runner
2025-08-20T19:16:14.4572586Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstanceDbMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.4574384Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpdatePrivateRdsClass.json' from root:root to runner:runner
2025-08-20T19:16:14.4575965Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDB.json' from root:root to runner:runner
2025-08-20T19:16:14.4577630Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateInstanceAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.4579308Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RefreshDrdsAtomUrl.json' from root:root to runner:runner
2025-08-20T19:16:14.4581145Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/FlashbackRecycleBinTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4583190Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstanceLevelTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.4584927Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ReleaseInstanceInternetAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.4586589Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveDrdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4588319Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstanceSwitchNetwork.json' from root:root to runner:runner
2025-08-20T19:16:14.4590109Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitHotExpandPreCheckTask.json' from root:root to runner:runner
2025-08-20T19:16:14.4591830Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRdsSuperAccountInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.4593691Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveDrdsDbFailedRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.4595456Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpdateInstanceNetwork.json' from root:root to runner:runner
2025-08-20T19:16:14.4597259Z [00:02:20.705]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CheckSqlAuditEnableStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.4598997Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyDrdsInstanceDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.4600729Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RollbackInstanceVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.4602661Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribePreCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:14.4604385Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveInstanceAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.4606195Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsRdsInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.4607898Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveRecycleBinTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4609611Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpgradeHiStoreInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4611342Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4613240Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRdsPerformanceSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.4614856Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DisableSqlAudit.json' from root:root to runner:runner
2025-08-20T19:16:14.4616713Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDBIpWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.4618339Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ChangeInstanceAzone.json' from root:root to runner:runner
2025-08-20T19:16:14.4620026Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstDbSlsInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.4621618Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetBackupLocal.json' from root:root to runner:runner
2025-08-20T19:16:14.4623525Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDbInstanceDbs.json' from root:root to runner:runner
2025-08-20T19:16:14.4625339Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyPolarDbReadWeight.json' from root:root to runner:runner
2025-08-20T19:16:14.4627034Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/StartRestore.json' from root:root to runner:runner
2025-08-20T19:16:14.4628746Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/EnableSqlFlashbackMatchSwitch.json' from root:root to runner:runner
2025-08-20T19:16:14.4630556Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitSmoothExpandPreCheckTask.json' from root:root to runner:runner
2025-08-20T19:16:14.4632202Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.4634128Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRecycleBinStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.4635829Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateShardTask.json' from root:root to runner:runner
2025-08-20T19:16:14.4637635Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitHotExpandTask.json' from root:root to runner:runner
2025-08-20T19:16:14.4639385Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.4641050Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4642802Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveBackupsSet.json' from root:root to runner:runner
2025-08-20T19:16:14.4644672Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpdateResourceGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.4646265Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CheckExpandStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.4647898Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ManagePrivateRds.json' from root:root to runner:runner
2025-08-20T19:16:14.4649530Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsSlowSqls.json' from root:root to runner:runner
2025-08-20T19:16:14.4651226Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ChangeAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:14.4653456Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDbInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.4655192Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyRdsReadWeight.json' from root:root to runner:runner
2025-08-20T19:16:14.4657008Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeExpandLogicTableInfoList.json' from root:root to runner:runner
2025-08-20T19:16:14.4658638Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsShardingDbs.json' from root:root to runner:runner
2025-08-20T19:16:14.4660475Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:14.4662262Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupTimes.json' from root:root to runner:runner
2025-08-20T19:16:14.4664045Z [00:02:20.706]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeTables.json' from root:root to runner:runner
2025-08-20T19:16:14.4665983Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SwitchGlobalBroadcastType.json' from root:root to runner:runner
2025-08-20T19:16:14.4667632Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeHotDbList.json' from root:root to runner:runner
2025-08-20T19:16:14.4669443Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateInstanceInternetAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.4671231Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstanceAccounts.json' from root:root to runner:runner
2025-08-20T19:16:14.4673191Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitSmoothExpandPreCheck.json' from root:root to runner:runner
2025-08-20T19:16:14.4674944Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBroadcastTables.json' from root:root to runner:runner
2025-08-20T19:16:14.4676635Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/GetDrdsDbRdsRelationInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.4678362Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.4680141Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.4681947Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstanceSwitchAzone.json' from root:root to runner:runner
2025-08-20T19:16:14.4683937Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupDbs.json' from root:root to runner:runner
2025-08-20T19:16:14.4685554Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackMenu.json' from root:root to runner:runner
2025-08-20T19:16:14.4687400Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeShardTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.4689083Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetupBroadcastTables.json' from root:root to runner:runner
2025-08-20T19:16:14.4690841Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDBs.json' from root:root to runner:runner
2025-08-20T19:16:14.4692788Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RestartDrdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4694627Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.4696393Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDbRdsNameList.json' from root:root to runner:runner
2025-08-20T19:16:14.4698097Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsSqlAuditStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.4699791Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.4701553Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRDSPerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.4703475Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ValidateShardTask.json' from root:root to runner:runner
2025-08-20T19:16:14.4705124Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.4706810Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeSqlFlashbakTask.json' from root:root to runner:runner
2025-08-20T19:16:14.4708664Z [00:02:20.707]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.4710251Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/EnableSqlAudit.json' from root:root to runner:runner
2025-08-20T19:16:14.4712032Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsParams.json' from root:root to runner:runner
2025-08-20T19:16:14.4713874Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeTableListByType.json' from root:root to runner:runner
2025-08-20T19:16:14.4715704Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateOrderForRds.json' from root:root to runner:runner
2025-08-20T19:16:14.4717602Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateDrdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.4719315Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupLocal.json' from root:root to runner:runner
2025-08-20T19:16:14.4721044Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRecycleBinTables.json' from root:root to runner:runner
2025-08-20T19:16:14.4722807Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.4724622Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRestoreOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.4726300Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpgradeInstanceVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.4727929Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitCleanTask.json' from root:root to runner:runner
2025-08-20T19:16:14.4729767Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/EnableInstanceIpv6Address.json' from root:root to runner:runner
2025-08-20T19:16:14.4731334Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveDrdsDb.json' from root:root to runner:runner
2025-08-20T19:16:14.4733126Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/PutStartBackup.json' from root:root to runner:runner
2025-08-20T19:16:14.4734709Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetupTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4736441Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateDrdsDB.json' from root:root to runner:runner
2025-08-20T19:16:14.4738047Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CheckDrdsDbName.json' from root:root to runner:runner
2025-08-20T19:16:14.4739786Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.4741565Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyDrdsIpWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.4743555Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupSets.json' from root:root to runner:runner
2025-08-20T19:16:14.4745359Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDbInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.4747018Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRdsCommodity.json' from root:root to runner:runner
2025-08-20T19:16:14.4748830Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstanceVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.4750393Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetupDrdsParams.json' from root:root to runner:runner
2025-08-20T19:16:14.4751991Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds' from root:root to runner:runner
2025-08-20T19:16:14.4753876Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/RefreshResolveCache.json' from root:root to runner:runner
2025-08-20T19:16:14.4755436Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/AddDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.4757078Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.4758806Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/GetResolveCountSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.4761577Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/DescribeDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.4763526Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/GetAccountInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.4765331Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/ListDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.4767125Z [00:02:20.708]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/GetResolveStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.4768655Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns' from root:root to runner:runner
2025-08-20T19:16:14.4770275Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeQrCode.json' from root:root to runner:runner
2025-08-20T19:16:14.4771973Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeCharacter.json' from root:root to runner:runner
2025-08-20T19:16:14.4774082Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeTicketInvoice.json' from root:root to runner:runner
2025-08-20T19:16:14.4775819Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeDriverLicense.json' from root:root to runner:runner
2025-08-20T19:16:14.4777466Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeVATInvoice.json' from root:root to runner:runner
2025-08-20T19:16:14.4779236Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeLicensePlate.json' from root:root to runner:runner
2025-08-20T19:16:14.4780923Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:14.4782712Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeTable.json' from root:root to runner:runner
2025-08-20T19:16:14.4784367Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeTrainTicket.json' from root:root to runner:runner
2025-08-20T19:16:14.4785992Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeVINCode.json' from root:root to runner:runner
2025-08-20T19:16:14.4787751Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeBankCard.json' from root:root to runner:runner
2025-08-20T19:16:14.4789411Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeIdentityCard.json' from root:root to runner:runner
2025-08-20T19:16:14.4791117Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeVideoCharacter.json' from root:root to runner:runner
2025-08-20T19:16:14.4793244Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeDrivingLicense.json' from root:root to runner:runner
2025-08-20T19:16:14.4795025Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeQuotaInvoice.json' from root:root to runner:runner
2025-08-20T19:16:14.4796794Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeBusinessLicense.json' from root:root to runner:runner
2025-08-20T19:16:14.4798647Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeTaxiInvoice.json' from root:root to runner:runner
2025-08-20T19:16:14.4800324Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizePdf.json' from root:root to runner:runner
2025-08-20T19:16:14.4801843Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr' from root:root to runner:runner
2025-08-20T19:16:14.4803668Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/UpdateTrail.json' from root:root to runner:runner
2025-08-20T19:16:14.4805303Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetTrailStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.4807076Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedIps.json' from root:root to runner:runner
2025-08-20T19:16:14.4808980Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/CreateDeliveryHistoryJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4810755Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/UpdateAdvancedQueryTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.4812556Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/StopLogging.json' from root:root to runner:runner
2025-08-20T19:16:14.4886949Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedResources.json' from root:root to runner:runner
2025-08-20T19:16:14.4888978Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DeleteDeliveryHistoryJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4890735Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DeleteAdvancedQueryTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.4892659Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeUserLogCount.json' from root:root to runner:runner
2025-08-20T19:16:14.4894570Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeTrails.json' from root:root to runner:runner
2025-08-20T19:16:14.4896533Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/CreateAdvancedQueryTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.4898195Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DeleteTrail.json' from root:root to runner:runner
2025-08-20T19:16:14.4900044Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/UpdateGlobalEventsStorageRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.4901768Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedProducts.json' from root:root to runner:runner
2025-08-20T19:16:14.4903745Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetGlobalEventsStorageRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.4905403Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/ListDataEventServices.json' from root:root to runner:runner
2025-08-20T19:16:14.4907054Z [00:02:20.709]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeSearchTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.4908639Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/LookupEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.4910429Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeAdvancedQueryTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.4912151Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeUserAlertCount.json' from root:root to runner:runner
2025-08-20T19:16:14.4914085Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/ListDeliveryHistoryJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.4931389Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.4933327Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAdvancedQueryTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.4934932Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeScenes.json' from root:root to runner:runner
2025-08-20T19:16:14.4936778Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/CreateAdvancedQueryHistory.json' from root:root to runner:runner
2025-08-20T19:16:14.4938445Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.4940325Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.4941890Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/EnableInsight.json' from root:root to runner:runner
2025-08-20T19:16:14.4943805Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetGovernanceMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.4945651Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeResourceLifeCycleEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.4947188Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/StartLogging.json' from root:root to runner:runner
2025-08-20T19:16:14.4948865Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetDeliveryHistoryJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4950656Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeAdvancedQueryHistory.json' from root:root to runner:runner
2025-08-20T19:16:14.4952254Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/CreateTrail.json' from root:root to runner:runner
2025-08-20T19:16:14.4954103Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DeleteAdvancedQueryHistory.json' from root:root to runner:runner
2025-08-20T19:16:14.4955492Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail' from root:root to runner:runner
2025-08-20T19:16:14.4957142Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/CreateServiceIdentityRole.json' from root:root to runner:runner
2025-08-20T19:16:14.4958728Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/StopHpoExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.4960318Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/CreateHpoExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.4961906Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/DeleteHpoExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.4963787Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/GetAutofeExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.4965423Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/GetHpoTrial.json' from root:root to runner:runner
2025-08-20T19:16:14.4967027Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoTrialCommands.json' from root:root to runner:runner
2025-08-20T19:16:14.4968735Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoExperimentLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.4970360Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/GetServiceIdentityRole.json' from root:root to runner:runner
2025-08-20T19:16:14.4972008Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoTrials.json' from root:root to runner:runner
2025-08-20T19:16:14.4973750Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoExperiments.json' from root:root to runner:runner
2025-08-20T19:16:14.4975365Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/UpdateHpoExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.4977073Z [00:02:20.710]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoTrialLogNames.json' from root:root to runner:runner
2025-08-20T19:16:14.4978625Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoTrialLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.4980169Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/RestartHpoTrials.json' from root:root to runner:runner
2025-08-20T19:16:14.4981710Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/StopHpoTrials.json' from root:root to runner:runner
2025-08-20T19:16:14.4983492Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/CreateAutofeExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.4985063Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/GetHpoExperiment.json' from root:root to runner:runner
2025-08-20T19:16:14.4986485Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml' from root:root to runner:runner
2025-08-20T19:16:14.4988174Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.4989739Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteTrainingJob.json' from root:root to runner:runner
2025-08-20T19:16:14.4991411Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/UpdateCampaign.json' from root:root to runner:runner
2025-08-20T19:16:14.4993104Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateCampaign.json' from root:root to runner:runner
2025-08-20T19:16:14.4994690Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:14.4996228Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.4997840Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/SendMessage.json' from root:root to runner:runner
2025-08-20T19:16:14.4999411Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteInferenceJob.json' from root:root to runner:runner
2025-08-20T19:16:14.5000963Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListCampaigns.json' from root:root to runner:runner
2025-08-20T19:16:14.5002709Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateTrainingJob.json' from root:root to runner:runner
2025-08-20T19:16:14.5004280Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListSchedules.json' from root:root to runner:runner
2025-08-20T19:16:14.5005774Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5007306Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5008831Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListMessages.json' from root:root to runner:runner
2025-08-20T19:16:14.5010377Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateSignature.json' from root:root to runner:runner
2025-08-20T19:16:14.5011888Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.5013675Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetCampaign.json' from root:root to runner:runner
2025-08-20T19:16:14.5015251Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteSignature.json' from root:root to runner:runner
2025-08-20T19:16:14.5016976Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetTrainingJob.json' from root:root to runner:runner
2025-08-20T19:16:14.5018555Z [00:02:20.711]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetMessageConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.5020200Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetSignature.json' from root:root to runner:runner
2025-08-20T19:16:14.5021861Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.5023582Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.5025141Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteCampaign.json' from root:root to runner:runner
2025-08-20T19:16:14.5026702Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListSignatures.json' from root:root to runner:runner
2025-08-20T19:16:14.5028290Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListInferenceJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.5029840Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetAlgorithm.json' from root:root to runner:runner
2025-08-20T19:16:14.5031413Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListTrainingJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.5033121Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5034645Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetSchedule.json' from root:root to runner:runner
2025-08-20T19:16:14.5036235Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateInferenceJob.json' from root:root to runner:runner
2025-08-20T19:16:14.5037786Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetInferenceJob.json' from root:root to runner:runner
2025-08-20T19:16:14.5039482Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteSchedule.json' from root:root to runner:runner
2025-08-20T19:16:14.5041042Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListAlgorithms.json' from root:root to runner:runner
2025-08-20T19:16:14.5042901Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListMessageMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.5044453Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateSchedule.json' from root:root to runner:runner
2025-08-20T19:16:14.5045967Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin' from root:root to runner:runner
2025-08-20T19:16:14.5047600Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVpdRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.5049114Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteVpd.json' from root:root to runner:runner
2025-08-20T19:16:14.5050703Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetDestinationCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:14.5052252Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListNodeInfosForPod.json' from root:root to runner:runner
2025-08-20T19:16:14.5053982Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetFabricTopology.json' from root:root to runner:runner
2025-08-20T19:16:14.5055536Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteErAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.5057066Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteVccGrantRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5058554Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListSubnets.json' from root:root to runner:runner
2025-08-20T19:16:14.5060055Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/RefundVcc.json' from root:root to runner:runner
2025-08-20T19:16:14.5061721Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVpdGrantRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5063344Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetSubnet.json' from root:root to runner:runner
2025-08-20T19:16:14.5064953Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateSubnet.json' from root:root to runner:runner
2025-08-20T19:16:14.5066462Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVpdGrantRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5068105Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetElasticNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.5069621Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVccFlowInfos.json' from root:root to runner:runner
2025-08-20T19:16:14.5071274Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateErAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.5073084Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListInstancesByNcd.json' from root:root to runner:runner
2025-08-20T19:16:14.5074619Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetErRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.5076178Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/AssociateVpdCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:14.5077777Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetLeniPrivateIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.5079423Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UnassignLeniPrivateIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.5080931Z [00:02:20.712]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetErAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.5082586Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetNodeInfoForPod.json' from root:root to runner:runner
2025-08-20T19:16:14.5084242Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListLeniPrivateIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:14.5085814Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListNetworkInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:14.5087433Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVccGrantRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5088970Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVpdRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.5090798Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateElasticNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.5092551Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UnAssociateVpdCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:14.5094123Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVccRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.5095665Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVccRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.5097325Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateErAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.5099056Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListElasticNetworkInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:14.5100584Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListErAttachments.json' from root:root to runner:runner
2025-08-20T19:16:14.5102062Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateSubnet.json' from root:root to runner:runner
2025-08-20T19:16:14.5103830Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteVpdGrantRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5105439Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/AssignPrivateIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.5106901Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVcc.json' from root:root to runner:runner
2025-08-20T19:16:14.5108421Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListErRouteMaps.json' from root:root to runner:runner
2025-08-20T19:16:14.5109967Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVccGrantRules.json' from root:root to runner:runner
2025-08-20T19:16:14.5111484Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateErRouteMap.json' from root:root to runner:runner
2025-08-20T19:16:14.5113476Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateLeniPrivateIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.5116666Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/AssignLeniPrivateIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.5119839Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteErRouteMap.json' from root:root to runner:runner
2025-08-20T19:16:14.5123126Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateElasticNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.5126069Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetEr.json' from root:root to runner:runner
2025-08-20T19:16:14.5128814Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/RetryVcc.json' from root:root to runner:runner
2025-08-20T19:16:14.5131803Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVpdGrantRules.json' from root:root to runner:runner
2025-08-20T19:16:14.5134918Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVpd.json' from root:root to runner:runner
2025-08-20T19:16:14.5137719Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetErRouteMap.json' from root:root to runner:runner
2025-08-20T19:16:14.5140588Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/QueryInstanceNcd.json' from root:root to runner:runner
2025-08-20T19:16:14.5143790Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DetachElasticNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.5146939Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteElasticNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.5149990Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteVccRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.5153105Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateErRouteMap.json' from root:root to runner:runner
2025-08-20T19:16:14.5155977Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateVcc.json' from root:root to runner:runner
2025-08-20T19:16:14.5158885Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVcc.json' from root:root to runner:runner
2025-08-20T19:16:14.5161753Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListErRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.5164754Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVccs.json' from root:root to runner:runner
2025-08-20T19:16:14.5167843Z [00:02:20.713]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/AttachElasticNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.5170803Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListErs.json' from root:root to runner:runner
2025-08-20T19:16:14.5173726Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateVpd.json' from root:root to runner:runner
2025-08-20T19:16:14.5176673Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UnAssignPrivateIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.5179790Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.5182921Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateEr.json' from root:root to runner:runner
2025-08-20T19:16:14.5185842Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVccGrantRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5188811Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetLniPrivateIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.5191935Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListLniPrivateIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.5195037Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/InitializeVcc.json' from root:root to runner:runner
2025-08-20T19:16:14.5197855Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DescribeSlr.json' from root:root to runner:runner
2025-08-20T19:16:14.5200642Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateEr.json' from root:root to runner:runner
2025-08-20T19:16:14.5203559Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVpds.json' from root:root to runner:runner
2025-08-20T19:16:14.5206345Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVpd.json' from root:root to runner:runner
2025-08-20T19:16:14.5209314Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVccRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.5212119Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteEr.json' from root:root to runner:runner
2025-08-20T19:16:14.5215197Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteSubnet.json' from root:root to runner:runner
2025-08-20T19:16:14.5217919Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo' from root:root to runner:runner
2025-08-20T19:16:14.5220699Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeCompliance.json' from root:root to runner:runner
2025-08-20T19:16:14.5223900Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/PutConfigurationRecorder.json' from root:root to runner:runner
2025-08-20T19:16:14.5227142Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetDiscoveredResourceCounts.json' from root:root to runner:runner
2025-08-20T19:16:14.5230345Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeComplianceSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.5233742Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeDiscoveredResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5236862Z [00:02:20.714]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ListRemediationTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.5239780Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/PutConfigRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5242363Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ListAggregateDiscoveredResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5244643Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeDeliveryChannels.json' from root:root to runner:runner
2025-08-20T19:16:14.5246359Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetAggregateDiscoveredResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5248062Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetSupportedResourceTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.5249784Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/PutEvaluations.json' from root:root to runner:runner
2025-08-20T19:16:14.5251657Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetResourceComplianceTimeline.json' from root:root to runner:runner
2025-08-20T19:16:14.5254794Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeEvaluationResults.json' from root:root to runner:runner
2025-08-20T19:16:14.5257207Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DeleteConfigRules.json' from root:root to runner:runner
2025-08-20T19:16:14.5258819Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeConfigRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5260447Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ListDiscoveredResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5262103Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/StartConfigRuleEvaluation.json' from root:root to runner:runner
2025-08-20T19:16:14.5264061Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ListConfigRules.json' from root:root to runner:runner
2025-08-20T19:16:14.5265724Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ActiveConfigRules.json' from root:root to runner:runner
2025-08-20T19:16:14.5267389Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetResourceConfigurationTimeline.json' from root:root to runner:runner
2025-08-20T19:16:14.5269094Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/StartConfigurationRecorder.json' from root:root to runner:runner
2025-08-20T19:16:14.5270781Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeConfigurationRecorder.json' from root:root to runner:runner
2025-08-20T19:16:14.5272708Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetDiscoveredResourceSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.5274366Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/PutDeliveryChannel.json' from root:root to runner:runner
2025-08-20T19:16:14.5275953Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/StopConfigRules.json' from root:root to runner:runner
2025-08-20T19:16:14.5277416Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config' from root:root to runner:runner
2025-08-20T19:16:14.5278981Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.5280500Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.5282064Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeregisterResourceType.json' from root:root to runner:runner
2025-08-20T19:16:14.5284032Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListResourceTypeRegistrations.json' from root:root to runner:runner
2025-08-20T19:16:14.5285644Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListChangeSets.json' from root:root to runner:runner
2025-08-20T19:16:14.5287178Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:14.5288824Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackOperationRisks.json' from root:root to runner:runner
2025-08-20T19:16:14.5290466Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GenerateTemplateByScratch.json' from root:root to runner:runner
2025-08-20T19:16:14.5292125Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteDiagnostic.json' from root:root to runner:runner
2025-08-20T19:16:14.5293916Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SetDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.5295496Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetFeatureDetails.json' from root:root to runner:runner
2025-08-20T19:16:14.5297056Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplateScratch.json' from root:root to runner:runner
2025-08-20T19:16:14.5298637Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteStackInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.5300202Z [00:02:20.715]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplateSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.5301768Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5303484Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListAITaskEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.5305149Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateStackInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.5306731Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/RegisterResourceType.json' from root:root to runner:runner
2025-08-20T19:16:14.5308352Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.5309910Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateTemplateScratch.json' from root:root to runner:runner
2025-08-20T19:16:14.5311487Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.5313257Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ExecuteChangeSet.json' from root:root to runner:runner
2025-08-20T19:16:14.5314935Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplateEstimateCost.json' from root:root to runner:runner
2025-08-20T19:16:14.5316538Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStacks.json' from root:root to runner:runner
2025-08-20T19:16:14.5318238Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteTemplateScratch.json' from root:root to runner:runner
2025-08-20T19:16:14.5319949Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5321499Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SetResourceType.json' from root:root to runner:runner
2025-08-20T19:16:14.5323286Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateStackGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5325193Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListResourceTypeVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.5326793Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ValidateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.5328335Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5330208Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateStack.json' from root:root to runner:runner
2025-08-20T19:16:14.5331856Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.5333681Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListResourceTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.5335271Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GenerateTemplatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.5337185Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DetectStackDrift.json' from root:root to runner:runner
2025-08-20T19:16:14.5338757Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListAITasks.json' from root:root to runner:runner
2025-08-20T19:16:14.5340536Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/StopStackGroupOperation.json' from root:root to runner:runner
2025-08-20T19:16:14.5342287Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackGroupOperationResults.json' from root:root to runner:runner
2025-08-20T19:16:14.5344120Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5345706Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.5347274Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5348865Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetResourceTypeTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.5350441Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateStackGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5351981Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.5353758Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetDiagnostic.json' from root:root to runner:runner
2025-08-20T19:16:14.5355273Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateAITask.json' from root:root to runner:runner
2025-08-20T19:16:14.5356766Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStack.json' from root:root to runner:runner
2025-08-20T19:16:14.5358463Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteStackGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5359990Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SetStackPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.5361495Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.5363430Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackResourceDrifts.json' from root:root to runner:runner
2025-08-20T19:16:14.5365074Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTemplateScratches.json' from root:root to runner:runner
2025-08-20T19:16:14.5366635Z [00:02:20.716]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.5368168Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetResourceType.json' from root:root to runner:runner
2025-08-20T19:16:14.5369798Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateChangeSet.json' from root:root to runner:runner
2025-08-20T19:16:14.5372230Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SignalResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5374991Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CancelUpdateStack.json' from root:root to runner:runner
2025-08-20T19:16:14.5376906Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.5378555Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/PreviewStack.json' from root:root to runner:runner
2025-08-20T19:16:14.5380076Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5381589Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.5383299Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackGroupOperations.json' from root:root to runner:runner
2025-08-20T19:16:14.5385029Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateTemplateScratch.json' from root:root to runner:runner
2025-08-20T19:16:14.5386669Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListDiagnostics.json' from root:root to runner:runner
2025-08-20T19:16:14.5388221Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ContinueCreateStack.json' from root:root to runner:runner
2025-08-20T19:16:14.5389755Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5391310Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DetectStackGroupDrift.json' from root:root to runner:runner
2025-08-20T19:16:14.5393408Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SetTemplatePermission.json' from root:root to runner:runner
2025-08-20T19:16:14.5395016Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateStackInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.5396670Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackDriftDetectionStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5398596Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetAITask.json' from root:root to runner:runner
2025-08-20T19:16:14.5400243Z [00:02:20.717]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DetectStackResourceDrift.json' from root:root to runner:runner
2025-08-20T19:16:14.5401817Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetChangeSet.json' from root:root to runner:runner
2025-08-20T19:16:14.5403733Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ImportStacksToStackGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5405364Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackGroupOperation.json' from root:root to runner:runner
2025-08-20T19:16:14.5406969Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTemplateVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.5408606Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateStackTemplateByResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5410660Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteStack.json' from root:root to runner:runner
2025-08-20T19:16:14.5413953Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CancelStackOperation.json' from root:root to runner:runner
2025-08-20T19:16:14.5417170Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateStack.json' from root:root to runner:runner
2025-08-20T19:16:14.5419991Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.5421966Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetServiceProvisions.json' from root:root to runner:runner
2025-08-20T19:16:14.5423780Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteChangeSet.json' from root:root to runner:runner
2025-08-20T19:16:14.5425335Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateDiagnostic.json' from root:root to runner:runner
2025-08-20T19:16:14.5426963Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplateParameterConstraints.json' from root:root to runner:runner
2025-08-20T19:16:14.5428477Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros' from root:root to runner:runner
2025-08-20T19:16:14.5430221Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCloudResourceAccessedPorts.json' from root:root to runner:runner
2025-08-20T19:16:14.5432048Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecApiResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5434065Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveApiStatistic.json' from root:root to runner:runner
2025-08-20T19:16:14.5435815Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeTemplateResourceCount.json' from root:root to runner:runner
2025-08-20T19:16:14.5437464Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:14.5439122Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5440786Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/SyncProductInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.5442739Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.5444449Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecSlsLogStores.json' from root:root to runner:runner
2025-08-20T19:16:14.5446236Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeIpAbroadCountryInfos.json' from root:root to runner:runner
2025-08-20T19:16:14.5447903Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5449574Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFreeUserEventTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.5451244Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopUrl.json' from root:root to runner:runner
2025-08-20T19:16:14.5453109Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateCerts.json' from root:root to runner:runner
2025-08-20T19:16:14.5454775Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5456552Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribePunishedDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.5458344Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecProtectionResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5460062Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateHybridCloudGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5461743Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDefenseResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5463929Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeMajorProtectionBlackIps.json' from root:root to runner:runner
2025-08-20T19:16:14.5465644Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefaultHttps.json' from root:root to runner:runner
2025-08-20T19:16:14.5467542Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:14.5469308Z [00:02:20.718]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecAbnormalDomainStatistic.json' from root:root to runner:runner
2025-08-20T19:16:14.5471325Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceOwnerUid.json' from root:root to runner:runner
2025-08-20T19:16:14.5473395Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceGroupNames.json' from root:root to runner:runner
2025-08-20T19:16:14.5475137Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5476814Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateCloudResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5478475Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5480127Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5481774Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseRuleBlockIp.json' from root:root to runner:runner
2025-08-20T19:16:14.5484307Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveOutboundDistribution.json' from root:root to runner:runner
2025-08-20T19:16:14.5487403Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecAbnormals.json' from root:root to runner:runner
2025-08-20T19:16:14.5490475Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCerts.json' from root:root to runner:runner
2025-08-20T19:16:14.5493778Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.5495736Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCloudResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5497445Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResponseCodeTrendGraph.json' from root:root to runner:runner
2025-08-20T19:16:14.5499102Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ReleaseInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.5500699Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5502725Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecEventDomainStatistic.json' from root:root to runner:runner
2025-08-20T19:16:14.5504561Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecAbnormals.json' from root:root to runner:runner
2025-08-20T19:16:14.5506276Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudGroupShrinkServer.json' from root:root to runner:runner
2025-08-20T19:16:14.5508027Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecUserOperations.json' from root:root to runner:runner
2025-08-20T19:16:14.5509690Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDefenseResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5511329Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApiExports.json' from root:root to runner:runner
2025-08-20T19:16:14.5513212Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserEventType.json' from root:root to runner:runner
2025-08-20T19:16:14.5515003Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ClearMajorProtectionBlackIp.json' from root:root to runner:runner
2025-08-20T19:16:14.5516797Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5518512Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveOutboundTrend.json' from root:root to runner:runner
2025-08-20T19:16:14.5520216Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5521904Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecSlsProjects.json' from root:root to runner:runner
2025-08-20T19:16:14.5523823Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.5525456Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5527089Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserAbnormalType.json' from root:root to runner:runner
2025-08-20T19:16:14.5528827Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDDoSStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5530500Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5532111Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.5534063Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyMajorProtectionBlackIp.json' from root:root to runner:runner
2025-08-20T19:16:14.5536309Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyResourceLogStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5537992Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFreeUserEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.5539825Z [00:02:20.719]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.5541626Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.5543841Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.5545841Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSecurityEventLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.5547526Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteApisecAbnormals.json' from root:root to runner:runner
2025-08-20T19:16:14.5549215Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseTemplateStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5550888Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFlowTopUrl.json' from root:root to runner:runner
2025-08-20T19:16:14.5552882Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.5554607Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceNames.json' from root:root to runner:runner
2025-08-20T19:16:14.5556482Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCloudResourceAccessPortDetails.json' from root:root to runner:runner
2025-08-20T19:16:14.5558672Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecMatchedHosts.json' from root:root to runner:runner
2025-08-20T19:16:14.5560465Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.5562094Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecApiResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5563997Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseResourceXff.json' from root:root to runner:runner
2025-08-20T19:16:14.5565678Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourceLogStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5567392Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudServerRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.5569258Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseTemplateValidGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.5570939Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.5572955Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeVisitTopIp.json' from root:root to runner:runner
2025-08-20T19:16:14.5574663Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateHybridCloudClusterRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5576373Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseRuleCache.json' from root:root to runner:runner
2025-08-20T19:16:14.5578005Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CopyDefenseTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.5579646Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeMemberAccounts.json' from root:root to runner:runner
2025-08-20T19:16:14.5581269Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFlowChart.json' from root:root to runner:runner
2025-08-20T19:16:14.5583211Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserApiRequest.json' from root:root to runner:runner
2025-08-20T19:16:14.5584862Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefaultHttps.json' from root:root to runner:runner
2025-08-20T19:16:14.5586592Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreatePostpaidInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.5588250Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecSuggestions.json' from root:root to runner:runner
2025-08-20T19:16:14.5589899Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5591542Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopRuleId.json' from root:root to runner:runner
2025-08-20T19:16:14.5593643Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecRules.json' from root:root to runner:runner
2025-08-20T19:16:14.5595277Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSlsLogStore.json' from root:root to runner:runner
2025-08-20T19:16:14.5597046Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.5598818Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.5600478Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyMemberAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.5602099Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteMemberAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.5603983Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserSlsLogRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.5605666Z [00:02:20.720]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseRuleStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5607356Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeNetworkFlowTopNMetric.json' from root:root to runner:runner
2025-08-20T19:16:14.5609173Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateMajorProtectionBlackIp.json' from root:root to runner:runner
2025-08-20T19:16:14.5611127Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveOutboundStatistic.json' from root:root to runner:runner
2025-08-20T19:16:14.5613120Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudClusterRules.json' from root:root to runner:runner
2025-08-20T19:16:14.5614818Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserEventTrend.json' from root:root to runner:runner
2025-08-20T19:16:14.5616672Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateSM2Cert.json' from root:root to runner:runner
2025-08-20T19:16:14.5618420Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecLogDeliveryStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5620130Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDomainPunishStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5621790Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFlowTopResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5623665Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFreeUserEventCount.json' from root:root to runner:runner
2025-08-20T19:16:14.5625316Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.5626963Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ReCreateCloudResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5629426Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecLogDeliveries.json' from root:root to runner:runner
2025-08-20T19:16:14.5633162Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.5636334Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDomainUsedPorts.json' from root:root to runner:runner
2025-08-20T19:16:14.5639311Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecSensitiveDomainStatistic.json' from root:root to runner:runner
2025-08-20T19:16:14.5641087Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.5643105Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5644843Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeVisitUas.json' from root:root to runner:runner
2025-08-20T19:16:14.5646533Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveDetectionResult.json' from root:root to runner:runner
2025-08-20T19:16:14.5648202Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5649866Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudClusterRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5651647Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteMajorProtectionBlackIp.json' from root:root to runner:runner
2025-08-20T19:16:14.5653560Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeAbnormalCloudResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5655328Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopUa.json' from root:root to runner:runner
2025-08-20T19:16:14.5657025Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeTemplateResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5658716Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeWafSourceIpSegment.json' from root:root to runner:runner
2025-08-20T19:16:14.5660394Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecAssetTrend.json' from root:root to runner:runner
2025-08-20T19:16:14.5662051Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.5663948Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyCloudResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5665610Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudServer.json' from root:root to runner:runner
2025-08-20T19:16:14.5667301Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribePauseProtectionStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5669036Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5670711Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDefenseTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.5672346Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseRules.json' from root:root to runner:runner
2025-08-20T19:16:14.5674211Z [00:02:20.721]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.5675915Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourceInstanceCerts.json' from root:root to runner:runner
2025-08-20T19:16:14.5677666Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribePeakTrend.json' from root:root to runner:runner
2025-08-20T19:16:14.5679287Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5680989Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSlsAuthStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5682998Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5684958Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserAbnormalTrend.json' from root:root to runner:runner
2025-08-20T19:16:14.5686711Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSecurityEventTimeSeriesMetric.json' from root:root to runner:runner
2025-08-20T19:16:14.5688521Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyTemplateResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5690332Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSecurityEventTopNMetric.json' from root:root to runner:runner
2025-08-20T19:16:14.5692045Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.5694000Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateMemberAccounts.json' from root:root to runner:runner
2025-08-20T19:16:14.5695792Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveStatistic.json' from root:root to runner:runner
2025-08-20T19:16:14.5697524Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCertDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.5699151Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourcePort.json' from root:root to runner:runner
2025-08-20T19:16:14.5700775Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCnameCount.json' from root:root to runner:runner
2025-08-20T19:16:14.5703522Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopClientIp.json' from root:root to runner:runner
2025-08-20T19:16:14.5706852Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.5710072Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeNetworkFlowTimeSeriesMetric.json' from root:root to runner:runner
2025-08-20T19:16:14.5712943Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteApisecEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.5714731Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudUnassignedMachines.json' from root:root to runner:runner
2025-08-20T19:16:14.5716522Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveRequests.json' from root:root to runner:runner
2025-08-20T19:16:14.5718208Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFreeUserAssetCount.json' from root:root to runner:runner
2025-08-20T19:16:14.5719910Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopTuleType.json' from root:root to runner:runner
2025-08-20T19:16:14.5721551Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateApiExport.json' from root:root to runner:runner
2025-08-20T19:16:14.5723393Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudUser.json' from root:root to runner:runner
2025-08-20T19:16:14.5725094Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeAccountDelegatedStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5726921Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecProtectionGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.5728598Z [00:02:20.722]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteCloudResource.json' from root:root to runner:runner
2025-08-20T19:16:14.5730320Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeProductInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.5732015Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudClusterRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5734024Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourceSupportRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.5735754Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.5737405Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveRequestLog.json' from root:root to runner:runner
2025-08-20T19:16:14.5739103Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyPauseProtectionStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5740810Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.5742763Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudClusterBypassStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5744670Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourceRegionId.json' from root:root to runner:runner
2025-08-20T19:16:14.5746313Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserAsset.json' from root:root to runner:runner
2025-08-20T19:16:14.5748032Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudGroupExpansionServer.json' from root:root to runner:runner
2025-08-20T19:16:14.5749821Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudSdkPullinStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5751533Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSlsLogStoreStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5753519Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.5755191Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecModuleStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5757188Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDomainDNSRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.5758873Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserWafLogStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5760645Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteHybridCloudClusterRule.json' from root:root to runner:runner
2025-08-20T19:16:14.5762642Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi' from root:root to runner:runner
2025-08-20T19:16:14.5764280Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SubmitDocParsingTask.json' from root:root to runner:runner
2025-08-20T19:16:14.5766028Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SendDocumentAskQuestion.json' from root:root to runner:runner
2025-08-20T19:16:14.5767737Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/IsCompleted.json' from root:root to runner:runner
2025-08-20T19:16:14.5769475Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetEmissionSourceConstitute.json' from root:root to runner:runner
2025-08-20T19:16:14.5771189Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetChatList.json' from root:root to runner:runner
2025-08-20T19:16:14.5773114Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetElecTrend.json' from root:root to runner:runner
2025-08-20T19:16:14.5775601Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDataItemList.json' from root:root to runner:runner
2025-08-20T19:16:14.5779030Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetReductionProposal.json' from root:root to runner:runner
2025-08-20T19:16:14.5782177Z [00:02:20.723]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/ChatStream.json' from root:root to runner:runner
2025-08-20T19:16:14.5785179Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/BatchUpdateSystemRunningPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.5786978Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetChatSessionList.json' from root:root to runner:runner
2025-08-20T19:16:14.5788805Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/AnalyzeVlRealtime.json' from root:root to runner:runner
2025-08-20T19:16:14.5790537Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/EditProhibitedDevices.json' from root:root to runner:runner
2025-08-20T19:16:14.5792589Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetAreaElecConstitute.json' from root:root to runner:runner
2025-08-20T19:16:14.5794480Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/EditUnfavorableAreaDevices.json' from root:root to runner:runner
2025-08-20T19:16:14.5796231Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetOrgAndFactory.json' from root:root to runner:runner
2025-08-20T19:16:14.5797948Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGwpBenchmarkSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.5799690Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGwpBenchmarkList.json' from root:root to runner:runner
2025-08-20T19:16:14.5801387Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GenerateResult.json' from root:root to runner:runner
2025-08-20T19:16:14.5803330Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDeviceList.json' from root:root to runner:runner
2025-08-20T19:16:14.5805048Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDocParsingResult.json' from root:root to runner:runner
2025-08-20T19:16:14.5806749Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/PushDeviceData.json' from root:root to runner:runner
2025-08-20T19:16:14.5808461Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetFootprintList.json' from root:root to runner:runner
2025-08-20T19:16:14.5810126Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetEpdSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.5811886Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SetRunningPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.5813811Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGwpInventorySummary.json' from root:root to runner:runner
2025-08-20T19:16:14.5815663Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGwpInventoryConstitute.json' from root:root to runner:runner
2025-08-20T19:16:14.5817470Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SubmitDocExtractionTask.json' from root:root to runner:runner
2025-08-20T19:16:14.5819309Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDocumentAnalyzeResult.json' from root:root to runner:runner
2025-08-20T19:16:14.5821132Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SubmitDocumentAnalyzeJob.json' from root:root to runner:runner
2025-08-20T19:16:14.5823094Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/Chat.json' from root:root to runner:runner
2025-08-20T19:16:14.5824805Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/RecalculateCarbonEmission.json' from root:root to runner:runner
2025-08-20T19:16:14.5826545Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGasConstitute.json' from root:root to runner:runner
2025-08-20T19:16:14.5828251Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/CreateChatSession.json' from root:root to runner:runner
2025-08-20T19:16:14.5830203Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDataQualityAnalysis.json' from root:root to runner:runner
2025-08-20T19:16:14.5831941Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDeviceInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.5834092Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetElecConstitute.json' from root:root to runner:runner
2025-08-20T19:16:14.5836005Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SubmitVLExtractionTask.json' from root:root to runner:runner
2025-08-20T19:16:14.5837715Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetPcrInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.5839515Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetCarbonEmissionTrend.json' from root:root to runner:runner
2025-08-20T19:16:14.5841230Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetChatFolderList.json' from root:root to runner:runner
2025-08-20T19:16:14.5843299Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetInventoryList.json' from root:root to runner:runner
2025-08-20T19:16:14.5845019Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetOrgConstitute.json' from root:root to runner:runner
2025-08-20T19:16:14.5846818Z [00:02:20.724]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetVLExtractionResult.json' from root:root to runner:runner
2025-08-20T19:16:14.5849050Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDocExtractionResult.json' from root:root to runner:runner
2025-08-20T19:16:14.5852285Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetEmissionSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.5855947Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/BatchSaveInstructionStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.5859269Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetEpdInventoryConstitute.json' from root:root to runner:runner
2025-08-20T19:16:14.5861120Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/PushItemData.json' from root:root to runner:runner
2025-08-20T19:16:14.5862934Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal' from root:root to runner:runner
2025-08-20T19:16:14.5864486Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sts/AssumeRoleWithSAML.json' from root:root to runner:runner
2025-08-20T19:16:14.5866079Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sts/GetCallerIdentity.json' from root:root to runner:runner
2025-08-20T19:16:14.5867614Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sts/AssumeRole.json' from root:root to runner:runner
2025-08-20T19:16:14.5869142Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sts/AssumeRoleWithOIDC.json' from root:root to runner:runner
2025-08-20T19:16:14.5870597Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sts' from root:root to runner:runner
2025-08-20T19:16:14.5872222Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/CloseConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.5874246Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/UpdateCustomAuthPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.5875912Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteDeviceCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.5877567Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteCustomAuthIdentity.json' from root:root to runner:runner
2025-08-20T19:16:14.5879311Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/AddCustomAuthConnectBlack.json' from root:root to runner:runner
2025-08-20T19:16:14.5880988Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/SetSniConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.5882821Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/InactivateDeviceCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.5884452Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryToken.json' from root:root to runner:runner
2025-08-20T19:16:14.5886073Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/BatchQuerySessionByClientIds.json' from root:root to runner:runner
2025-08-20T19:16:14.5887737Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/GetDeviceCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.5889381Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListDeviceCertificateByCaSn.json' from root:root to runner:runner
2025-08-20T19:16:14.5891066Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteCustomAuthConnectBlack.json' from root:root to runner:runner
2025-08-20T19:16:14.5893031Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryMqttTraceMessageSubscribe.json' from root:root to runner:runner
2025-08-20T19:16:14.5894836Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryCustomAuthPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.5896483Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ActiveCaCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.5898379Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/RefreshDeviceCredential.json' from root:root to runner:runner
2025-08-20T19:16:14.5900005Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5901673Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.5903698Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/SendMessage.json' from root:root to runner:runner
2025-08-20T19:16:14.5905423Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryMqttTraceMessageOfClient.json' from root:root to runner:runner
2025-08-20T19:16:14.5907096Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteCaCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.5909030Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryCustomAuthIdentity.json' from root:root to runner:runner
2025-08-20T19:16:14.5910733Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteCustomAuthPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.5912560Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/AddCustomAuthIdentity.json' from root:root to runner:runner
2025-08-20T19:16:14.5914477Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListDeviceCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.5916105Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListCaCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.5917790Z [00:02:20.725]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryMqttTraceMessagePublish.json' from root:root to runner:runner
2025-08-20T19:16:14.5919478Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/UpdateCustomAuthIdentity.json' from root:root to runner:runner
2025-08-20T19:16:14.5921126Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/AddCustomAuthPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.5922992Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListDeviceCredentialClientId.json' from root:root to runner:runner
2025-08-20T19:16:14.5924659Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/InactivateCaCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.5926416Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/RegisterDeviceCredential.json' from root:root to runner:runner
2025-08-20T19:16:14.5929150Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ActiveDeviceCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.5932193Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5935259Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/RevokeToken.json' from root:root to runner:runner
2025-08-20T19:16:14.5938035Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/GetRegisterCode.json' from root:root to runner:runner
2025-08-20T19:16:14.5939714Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/CreateGroupId.json' from root:root to runner:runner
2025-08-20T19:16:14.5941274Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.5943075Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DisasterDowngrade.json' from root:root to runner:runner
2025-08-20T19:16:14.5944740Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/UnRegisterDeviceCredential.json' from root:root to runner:runner
2025-08-20T19:16:14.5946399Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/RegisterCaCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.5947975Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListGroupId.json' from root:root to runner:runner
2025-08-20T19:16:14.5949525Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteGroupId.json' from root:root to runner:runner
2025-08-20T19:16:14.5951127Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/GetDeviceCredential.json' from root:root to runner:runner
2025-08-20T19:16:14.5952932Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DisasterRecovery.json' from root:root to runner:runner
2025-08-20T19:16:14.5954522Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/GetCaCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.5956155Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryCustomAuthConnectBlack.json' from root:root to runner:runner
2025-08-20T19:16:14.5957918Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryMqttTraceDevice.json' from root:root to runner:runner
2025-08-20T19:16:14.5959556Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ApplyToken.json' from root:root to runner:runner
2025-08-20T19:16:14.5961135Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QuerySessionByClientId.json' from root:root to runner:runner
2025-08-20T19:16:14.5962897Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt' from root:root to runner:runner
2025-08-20T19:16:14.5964497Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/saf/ExecuteRequestML.json' from root:root to runner:runner
2025-08-20T19:16:14.5966107Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/saf/ExecuteRequest.json' from root:root to runner:runner
2025-08-20T19:16:14.5967646Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/saf/ExecuteRequestSG.json' from root:root to runner:runner
2025-08-20T19:16:14.5969180Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/saf/RequestDecision.json' from root:root to runner:runner
2025-08-20T19:16:14.5970628Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/saf' from root:root to runner:runner
2025-08-20T19:16:14.5972126Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteTrainingJob.json' from root:root to runner:runner
2025-08-20T19:16:14.5973957Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.5975606Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetResourceGroupTotal.json' from root:root to runner:runner
2025-08-20T19:16:14.5977195Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.5978821Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobOutputModels.json' from root:root to runner:runner
2025-08-20T19:16:14.5980498Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetResourceGroupRequest.json' from root:root to runner:runner
2025-08-20T19:16:14.5982136Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetSpotPriceHistory.json' from root:root to runner:runner
2025-08-20T19:16:14.5984446Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CheckInstanceWebTerminal.json' from root:root to runner:runner
2025-08-20T19:16:14.5986259Z [00:02:20.726]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobInstanceMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.5987897Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListQuotas.json' from root:root to runner:runner
2025-08-20T19:16:14.5989780Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteAlgorithmVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.5991523Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetAlgorithmVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.5993750Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListResourceGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.5995357Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetToken.json' from root:root to runner:runner
2025-08-20T19:16:14.5996912Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.5998474Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetNodeMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.6000072Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListQuotaWorkloads.json' from root:root to runner:runner
2025-08-20T19:16:14.6001980Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.6004998Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobInstanceEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.6008147Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateTrainingJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6011211Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateAlgorithmVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.6013518Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6015337Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteTrainingJobLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.6017043Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.6018781Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ScaleQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.6020367Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.6022048Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6024111Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/StopTrainingJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6025794Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetResourceGroupMachineGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6027447Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetTrainingJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6029039Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateAlgorithm.json' from root:root to runner:runner
2025-08-20T19:16:14.6030667Z [00:02:20.727]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetTrainingJobErrorInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.6032583Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListResourceGroupMachineGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.6034420Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetTrainingJobLatestMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.6036091Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6037833Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListAlgorithmVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.6039431Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.6041044Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateInstanceWebTerminal.json' from root:root to runner:runner
2025-08-20T19:16:14.6043064Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetAlgorithm.json' from root:root to runner:runner
2025-08-20T19:16:14.6044717Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.6046345Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateTrainingJobLabels.json' from root:root to runner:runner
2025-08-20T19:16:14.6048055Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteResourceGroupMachineGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6049830Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteMachineGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6051514Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6053330Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateAlgorithm.json' from root:root to runner:runner
2025-08-20T19:16:14.6054962Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateAlgorithmVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.6056605Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetUserViewMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.6058513Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListAlgorithms.json' from root:root to runner:runner
2025-08-20T19:16:14.6060148Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetMachineGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6061775Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.6063695Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteAlgorithm.json' from root:root to runner:runner
2025-08-20T19:16:14.6065308Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio' from root:root to runner:runner
2025-08-20T19:16:14.6066859Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetClientCertificateHostnames.json' from root:root to runner:runner
2025-08-20T19:16:14.6068468Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafRulesets.json' from root:root to runner:runner
2025-08-20T19:16:14.6070065Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSitePause.json' from root:root to runner:runner
2025-08-20T19:16:14.6071608Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteCustomLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6073377Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteSite.json' from root:root to runner:runner
2025-08-20T19:16:14.6075008Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWafRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6077628Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CheckSiteProjectName.json' from root:root to runner:runner
2025-08-20T19:16:14.6080793Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRoutineRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.6083980Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchGetExpressionFields.json' from root:root to runner:runner
2025-08-20T19:16:14.6085470Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetTieredCache.json' from root:root to runner:runner
2025-08-20T19:16:14.6086709Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWaitingRoomEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.6087675Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateHttpRequestHeaderModificationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6088552Z [00:02:20.728]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/StopScheduledPreloadExecution.json' from root:root to runner:runner
2025-08-20T19:16:14.6089390Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateUserDeliveryTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6090189Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSitePause.json' from root:root to runner:runner
2025-08-20T19:16:14.6091109Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRewriteUrlRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6091961Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRoutineRelatedRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.6093305Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWaitingRoomRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6094165Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/RevokeClientCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6095011Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateCompressionRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6095932Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteHttpRequestHeaderModificationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6096853Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListClientCertificates.json' from root:root to runner:runner
2025-08-20T19:16:14.6097721Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadOriginClientCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6098606Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListImageTransforms.json' from root:root to runner:runner
2025-08-20T19:16:14.6099447Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteCustomScenePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6100288Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCnameFlattening.json' from root:root to runner:runner
2025-08-20T19:16:14.6101145Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCrossBorderOptimization.json' from root:root to runner:runner
2025-08-20T19:16:14.6101980Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteDeliveryTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6103054Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeUrlObservationData.json' from root:root to runner:runner
2025-08-20T19:16:14.6103886Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRedirectRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6104688Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCacheTag.json' from root:root to runner:runner
2025-08-20T19:16:14.6105589Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchUpdateWafRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6106368Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PurgeCaches.json' from root:root to runner:runner
2025-08-20T19:16:14.6107263Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateVideoProcessing.json' from root:root to runner:runner
2025-08-20T19:16:14.6108055Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafBotAppKey.json' from root:root to runner:runner
2025-08-20T19:16:14.6108850Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ExportRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.6109624Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BlockObject.json' from root:root to runner:runner
2025-08-20T19:16:14.6110497Z [00:02:20.729]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListInstanceQuotas.json' from root:root to runner:runner
2025-08-20T19:16:14.6111306Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWaitingRoom.json' from root:root to runner:runner
2025-08-20T19:16:14.6112195Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateSiteDeliveryTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6113397Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteOriginClientCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6114267Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListScheduledPreloadJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.6115051Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCacheTag.json' from root:root to runner:runner
2025-08-20T19:16:14.6115956Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetHttpRequestHeaderModificationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6116827Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateOriginProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.6117615Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeletePage.json' from root:root to runner:runner
2025-08-20T19:16:14.6118473Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListHttpsBasicConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:14.6119371Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6120185Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCertificateQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.6121070Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeRoutinePlans.json' from root:root to runner:runner
2025-08-20T19:16:14.6121895Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateVideoProcessing.json' from root:root to runner:runner
2025-08-20T19:16:14.6123170Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:14.6124043Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetClientCaCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6124974Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ResetScheduledPreloadJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6125865Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeContainerApps.json' from root:root to runner:runner
2025-08-20T19:16:14.6126691Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRewriteUrlRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6127582Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteSiteOriginClientCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6128372Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListESAIPInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.6129204Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListManagedRulesGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.6130062Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeContainerAppRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.6130890Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListClientCaCertificates.json' from root:root to runner:runner
2025-08-20T19:16:14.6131936Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6133114Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCacheReserveSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.6133941Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.6134823Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadSiteOriginClientCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6135712Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteCurrentNS.json' from root:root to runner:runner
2025-08-20T19:16:14.6136765Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetHttpDDoSAttackProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.6137640Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppLogRiver.json' from root:root to runner:runner
2025-08-20T19:16:14.6138443Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeSiteLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.6139388Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListScheduledPreloadExecutions.json' from root:root to runner:runner
2025-08-20T19:16:14.6140296Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteClientCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6141079Z [00:02:20.730]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6141912Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateEdgeContainerApp.json' from root:root to runner:runner
2025-08-20T19:16:14.6143142Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListHttpRequestHeaderModificationRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6144060Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListHttpsApplicationConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:14.6144993Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateHttpResponseHeaderModificationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6145795Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ApplyCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6146687Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/RebuildEdgeContainerAppStagingEnv.json' from root:root to runner:runner
2025-08-20T19:16:14.6147558Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.6148370Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetDevelopmentMode.json' from root:root to runner:runner
2025-08-20T19:16:14.6149501Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetKvAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6150827Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListInstanceQuotasWithUsage.json' from root:root to runner:runner
2025-08-20T19:16:14.6165024Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateHttpsApplicationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.6166074Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateHttpsBasicConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.6167073Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWaitingRoomEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.6167931Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateClientCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6168891Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeHttpDDoSAttackProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.6169734Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateImageTransform.json' from root:root to runner:runner
2025-08-20T19:16:14.6170593Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ActivateVersionManagement.json' from root:root to runner:runner
2025-08-20T19:16:14.6171427Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteDeliveryTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6172258Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateSiteCustomLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6173373Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRedirectRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6174190Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRoutine.json' from root:root to runner:runner
2025-08-20T19:16:14.6175057Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateEdgeContainerAppVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.6176107Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteHttpsApplicationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.6176926Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.6177774Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCiphers.json' from root:root to runner:runner
2025-08-20T19:16:14.6178593Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRedirectRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6179436Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteScheduledPreloadJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6180337Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetOriginClientCertificateHostnames.json' from root:root to runner:runner
2025-08-20T19:16:14.6181258Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateHttpsBasicConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.6182103Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListSiteRoutes.json' from root:root to runner:runner
2025-08-20T19:16:14.6183307Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCompressionRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6184183Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeContainerRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.6184983Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafPhases.json' from root:root to runner:runner
2025-08-20T19:16:14.6185871Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteScheduledPreloadExecution.json' from root:root to runner:runner
2025-08-20T19:16:14.6186678Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWafRuleset.json' from root:root to runner:runner
2025-08-20T19:16:14.6187479Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginPool.json' from root:root to runner:runner
2025-08-20T19:16:14.6188266Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateList.json' from root:root to runner:runner
2025-08-20T19:16:14.6189063Z [00:02:20.731]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6190072Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetHttpDDoSAttackIntelligentProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.6190885Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateCacheRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6191872Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListHttpResponseHeaderModificationRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6193271Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppResourceReserve.json' from root:root to runner:runner
2025-08-20T19:16:14.6194056Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListKvs.json' from root:root to runner:runner
2025-08-20T19:16:14.6194829Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateSite.json' from root:root to runner:runner
2025-08-20T19:16:14.6195726Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafRuleset.json' from root:root to runner:runner
2025-08-20T19:16:14.6196585Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWafRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6197396Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateOriginRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6198187Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetUploadTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6199044Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRewriteUrlRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6199892Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/EditSiteWafSettings.json' from root:root to runner:runner
2025-08-20T19:16:14.6200662Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteKv.json' from root:root to runner:runner
2025-08-20T19:16:14.6201510Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteNetworkOptimization.json' from root:root to runner:runner
2025-08-20T19:16:14.6202344Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteEdgeContainerApp.json' from root:root to runner:runner
2025-08-20T19:16:14.6203454Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteVanityNS.json' from root:root to runner:runner
2025-08-20T19:16:14.6204362Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateImageTransform.json' from root:root to runner:runner
2025-08-20T19:16:14.6205313Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/OpenErService.json' from root:root to runner:runner
2025-08-20T19:16:14.6206248Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListOriginRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6207078Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateUrlObservation.json' from root:root to runner:runner
2025-08-20T19:16:14.6207893Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeSiteTopData.json' from root:root to runner:runner
2025-08-20T19:16:14.6208679Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchDeleteKv.json' from root:root to runner:runner
2025-08-20T19:16:14.6209617Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerDeployRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.6210633Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.6211462Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWaitingRooms.json' from root:root to runner:runner
2025-08-20T19:16:14.6212238Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.6213253Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteList.json' from root:root to runner:runner
2025-08-20T19:16:14.6214086Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCompressionRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6215022Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateHttpResponseHeaderModificationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6215809Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCacheRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6216701Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6217529Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRewriteUrlRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6218396Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRoutineRoutes.json' from root:root to runner:runner
2025-08-20T19:16:14.6219247Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginClientCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6220080Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateUserDeliveryTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6220945Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateEdgeContainerAppRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.6221864Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteHttpResponseHeaderModificationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6223086Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateOriginPool.json' from root:root to runner:runner
2025-08-20T19:16:14.6224735Z [00:02:20.732]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeRatePlanInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6225877Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteEdgeContainerAppVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.6226714Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateOriginRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6227552Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteNameExclusive.json' from root:root to runner:runner
2025-08-20T19:16:14.6228383Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:14.6229176Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRoutine.json' from root:root to runner:runner
2025-08-20T19:16:14.6229949Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateList.json' from root:root to runner:runner
2025-08-20T19:16:14.6230790Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListOriginCaCertificates.json' from root:root to runner:runner
2025-08-20T19:16:14.6231660Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCacheRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6232802Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribePreloadTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.6233607Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRedirectRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6234470Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetHttpsBasicConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.6235261Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.6236113Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadOriginCaCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6236917Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWaitingRoom.json' from root:root to runner:runner
2025-08-20T19:16:14.6237731Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchCreateWafRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6238606Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PreloadCaches.json' from root:root to runner:runner
2025-08-20T19:16:14.6239469Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6240271Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PurchaseRatePlan.json' from root:root to runner:runner
2025-08-20T19:16:14.6241051Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginPool.json' from root:root to runner:runner
2025-08-20T19:16:14.6241893Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteUserDeliveryTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6243134Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/RollbackEdgeContainerAppVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.6243979Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWaitingRoomRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6244761Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListPages.json' from root:root to runner:runner
2025-08-20T19:16:14.6245693Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWaitingRoomEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.6246594Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.6247434Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRealtimeDeliveryField.json' from root:root to runner:runner
2025-08-20T19:16:14.6248264Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeRoutineRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.6249050Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchPutKv.json' from root:root to runner:runner
2025-08-20T19:16:14.6249922Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeEdgeContainerAppStats.json' from root:root to runner:runner
2025-08-20T19:16:14.6250742Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRewriteUrlRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6251558Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafTemplateRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6252646Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetImageTransform.json' from root:root to runner:runner
2025-08-20T19:16:14.6253583Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6254382Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/VerifySite.json' from root:root to runner:runner
2025-08-20T19:16:14.6255282Z [00:02:20.733]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetHttpsApplicationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.6256100Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRoutineRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.6256938Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteCompressionRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6257728Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteCacheRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6258492Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSite.json' from root:root to runner:runner
2025-08-20T19:16:14.6259356Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateOriginPool.json' from root:root to runner:runner
2025-08-20T19:16:14.6260241Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteImageTransform.json' from root:root to runner:runner
2025-08-20T19:16:14.6261074Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetNetworkOptimization.json' from root:root to runner:runner
2025-08-20T19:16:14.6261897Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginCaCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6262857Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteUrlObservation.json' from root:root to runner:runner
2025-08-20T19:16:14.6263656Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetPurgeQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.6264605Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeHttpDDoSAttackIntelligentProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.6265529Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateUserDeliveryTaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6266352Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetVideoProcessing.json' from root:root to runner:runner
2025-08-20T19:16:14.6267331Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerStagingDeployStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6268185Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.6269029Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateManagedTransform.json' from root:root to runner:runner
2025-08-20T19:16:14.6269864Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetUserLogDeliveryQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.6270675Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCertificates.json' from root:root to runner:runner
2025-08-20T19:16:14.6271458Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWafRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6272341Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafFilter.json' from root:root to runner:runner
2025-08-20T19:16:14.6273413Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerApp.json' from root:root to runner:runner
2025-08-20T19:16:14.6274295Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetList.json' from root:root to runner:runner
2025-08-20T19:16:14.6275102Z [00:02:20.734]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSeoBypass.json' from root:root to runner:runner
2025-08-20T19:16:14.6276134Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRoutineCodeVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.6276938Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreatePage.json' from root:root to runner:runner
2025-08-20T19:16:14.6277727Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCacheRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6278561Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWaitingRoomRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6279541Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginClientCertificateHostnames.json' from root:root to runner:runner
2025-08-20T19:16:14.6280409Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCacheReserveSpecification.json' from root:root to runner:runner
2025-08-20T19:16:14.6281505Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetClientCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6282318Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUploadTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.6283448Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchPutKvWithHighCapacity.json' from root:root to runner:runner
2025-08-20T19:16:14.6284296Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateScheduledPreloadJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6285131Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWaitingRoomRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6286000Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchDeleteKvWithHighCapacity.json' from root:root to runner:runner
2025-08-20T19:16:14.6287019Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateEdgeContainerAppResourceReserve.json' from root:root to runner:runner
2025-08-20T19:16:14.6287854Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetScheduledPreloadJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6288726Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListOriginPools.json' from root:root to runner:runner
2025-08-20T19:16:14.6289599Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateEdgeContainerAppLogRiver.json' from root:root to runner:runner
2025-08-20T19:16:14.6290464Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeCustomScenePolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.6291311Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCertificatesByRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.6292110Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6293194Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerTerminal.json' from root:root to runner:runner
2025-08-20T19:16:14.6294512Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribePurgeTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.6296059Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetUserDeliveryTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6297723Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateOriginProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.6299320Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/EnableCustomScenePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6300857Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCnameFlattening.json' from root:root to runner:runner
2025-08-20T19:16:14.6302344Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetKvNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.6304290Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateHttpRequestHeaderModificationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6305322Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteKvNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.6306290Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.6307172Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteVideoProcessing.json' from root:root to runner:runner
2025-08-20T19:16:14.6308135Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppResourceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6308977Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteSiteDeliveryTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6309822Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteLogDeliveryQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.6310647Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PurchaseCacheReserve.json' from root:root to runner:runner
2025-08-20T19:16:14.6311431Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6312241Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteCustomLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6313389Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWaitingRoomEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.6314286Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeDDoSL7QpsList.json' from root:root to runner:runner
2025-08-20T19:16:14.6315093Z [00:02:20.735]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRoutineRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.6315910Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteWafSettings.json' from root:root to runner:runner
2025-08-20T19:16:14.6316749Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWafRuleset.json' from root:root to runner:runner
2025-08-20T19:16:14.6317673Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetHttpResponseHeaderModificationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6318508Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListNetworkOptimizations.json' from root:root to runner:runner
2025-08-20T19:16:14.6319284Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListSites.json' from root:root to runner:runner
2025-08-20T19:16:14.6320212Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteEdgeContainerAppRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.6321121Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteClientCaCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6321872Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PutKv.json' from root:root to runner:runner
2025-08-20T19:16:14.6322946Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRoutineCodeVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.6323729Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetIPv6.json' from root:root to runner:runner
2025-08-20T19:16:14.6324596Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeContainerAppVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.6325398Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWafRuleset.json' from root:root to runner:runner
2025-08-20T19:16:14.6326173Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetErService.json' from root:root to runner:runner
2025-08-20T19:16:14.6327070Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateKvNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.6328001Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListOriginClientCertificates.json' from root:root to runner:runner
2025-08-20T19:16:14.6328869Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetClientCertificateHostnames.json' from root:root to runner:runner
2025-08-20T19:16:14.6329707Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeDDoSAllEventList.json' from root:root to runner:runner
2025-08-20T19:16:14.6330613Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateHttpsApplicationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.6331474Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateNetworkOptimization.json' from root:root to runner:runner
2025-08-20T19:16:14.6332287Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListVideoProcessings.json' from root:root to runner:runner
2025-08-20T19:16:14.6333386Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateUrlObservation.json' from root:root to runner:runner
2025-08-20T19:16:14.6334276Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSeoBypass.json' from root:root to runner:runner
2025-08-20T19:16:14.6335208Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteHttpsBasicConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.6335984Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRoutine.json' from root:root to runner:runner
2025-08-20T19:16:14.6336861Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateScheduledPreloadExecutions.json' from root:root to runner:runner
2025-08-20T19:16:14.6337633Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetPage.json' from root:root to runner:runner
2025-08-20T19:16:14.6338513Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUrlObservations.json' from root:root to runner:runner
2025-08-20T19:16:14.6339363Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListLoadBalancerRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.6340145Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateIPv6.json' from root:root to runner:runner
2025-08-20T19:16:14.6341046Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginCaCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6341884Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUserDeliveryTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.6343114Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginClientCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6343999Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListLoadBalancerOriginStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6344798Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:14.6345567Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetKv.json' from root:root to runner:runner
2025-08-20T19:16:14.6346386Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafManagedRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6347255Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCrossBorderOptimization.json' from root:root to runner:runner
2025-08-20T19:16:14.6348228Z [00:02:20.736]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/StartScheduledPreloadExecution.json' from root:root to runner:runner
2025-08-20T19:16:14.6349136Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCacheReserveInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.6349974Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeKvAccountStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6350780Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUserRoutines.json' from root:root to runner:runner
2025-08-20T19:16:14.6351854Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWaitingRoom.json' from root:root to runner:runner
2025-08-20T19:16:14.6353101Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdatePage.json' from root:root to runner:runner
2025-08-20T19:16:14.6353994Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeSiteTimeSeriesData.json' from root:root to runner:runner
2025-08-20T19:16:14.6354864Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CheckSiteName.json' from root:root to runner:runner
2025-08-20T19:16:14.6355761Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateOriginProtectionIpWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.6356737Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteNameExclusive.json' from root:root to runner:runner
2025-08-20T19:16:14.6357679Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCustomScenePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6358547Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6359380Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PutKvWithHighCapacity.json' from root:root to runner:runner
2025-08-20T19:16:14.6360262Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateScheduledPreloadExecution.json' from root:root to runner:runner
2025-08-20T19:16:14.6361068Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateTieredCache.json' from root:root to runner:runner
2025-08-20T19:16:14.6361959Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteCoverage.json' from root:root to runner:runner
2025-08-20T19:16:14.6363097Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:14.6363972Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListLists.json' from root:root to runner:runner
2025-08-20T19:16:14.6364796Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateDevelopmentMode.json' from root:root to runner:runner
2025-08-20T19:16:14.6365650Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadClientCaCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6366448Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRedirectRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6367368Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeactivateVersionManagement.json' from root:root to runner:runner
2025-08-20T19:16:14.6368178Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRoutineRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.6369040Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6370155Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:14.6371395Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DisableCustomScenePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6373177Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteAccessType.json' from root:root to runner:runner
2025-08-20T19:16:14.6374674Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadFile.json' from root:root to runner:runner
2025-08-20T19:16:14.6376254Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateNetworkOptimization.json' from root:root to runner:runner
2025-08-20T19:16:14.6377726Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.6379287Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateCustomScenePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6380925Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PublishEdgeContainerAppVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.6381840Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafUsageOfRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6383000Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeDDoSBpsList.json' from root:root to runner:runner
2025-08-20T19:16:14.6383855Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ActivateClientCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6384727Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteDeliveryTaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6385624Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchCreateRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.6386451Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetManagedTransform.json' from root:root to runner:runner
2025-08-20T19:16:14.6387261Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRatePlanSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.6388144Z [00:02:20.737]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CheckUserProjectName.json' from root:root to runner:runner
2025-08-20T19:16:14.6388972Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListSiteDeliveryTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.6389812Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUserRatePlanInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.6390636Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCompressionRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6391342Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa' from root:root to runner:runner
2025-08-20T19:16:14.6392205Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteMetaCategory.json' from root:root to runner:runner
2025-08-20T19:16:14.6393324Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakePartitionName.json' from root:root to runner:runner
2025-08-20T19:16:14.6394187Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ExecuteDataCorrect.json' from root:root to runner:runner
2025-08-20T19:16:14.6395126Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSQLExecAuditLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6396008Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectTaskDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6396954Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListProxySQLExecAuditLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6397812Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataImportSQLType.json' from root:root to runner:runner
2025-08-20T19:16:14.6398709Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ChangeColumnSecurityLevel.json' from root:root to runner:runner
2025-08-20T19:16:14.6399691Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataExportOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6400575Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTaskFlowNotification.json' from root:root to runner:runner
2025-08-20T19:16:14.6401506Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStructSyncOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6402367Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SubmitOrderApproval.json' from root:root to runner:runner
2025-08-20T19:16:14.6403465Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ResumeTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6404340Z [00:02:20.738]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RevokeTemplateAuthority.json' from root:root to runner:runner
2025-08-20T19:16:14.6405186Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6406064Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RetryDataCorrectPreCheck.json' from root:root to runner:runner
2025-08-20T19:16:14.6406942Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ReDeployLhDagVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.6407753Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOpLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6408685Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListStandardGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.6409533Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListMetaCategory.json' from root:root to runner:runner
2025-08-20T19:16:14.6410462Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskTimeVariables.json' from root:root to runner:runner
2025-08-20T19:16:14.6411356Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectRollbackFile.json' from root:root to runner:runner
2025-08-20T19:16:14.6412261Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeTable.json' from root:root to runner:runner
2025-08-20T19:16:14.6413444Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteScenario.json' from root:root to runner:runner
2025-08-20T19:16:14.6414318Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.6415179Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteLogicDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.6416023Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SyncDatabaseMeta.json' from root:root to runner:runner
2025-08-20T19:16:14.6416930Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SetWorkflowExtraInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.6417766Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:14.6418589Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DisableUser.json' from root:root to runner:runner
2025-08-20T19:16:14.6419429Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteLhMembers.json' from root:root to runner:runner
2025-08-20T19:16:14.6420322Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataCronClearOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6421171Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AnalyzeSQLLineage.json' from root:root to runner:runner
2025-08-20T19:16:14.6422020Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateStandardGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6423162Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowRelations.json' from root:root to runner:runner
2025-08-20T19:16:14.6424067Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CloseOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6424897Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.6425773Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SetOwners.json' from root:root to runner:runner
2025-08-20T19:16:14.6427145Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateSLARules.json' from root:root to runner:runner
2025-08-20T19:16:14.6428222Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddLogicTableRouteConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.6429108Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStructSyncJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6429990Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RevokeUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.6430860Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RefundPayAsYouGoOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6431767Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ModifyDataCorrectExecSQL.json' from root:root to runner:runner
2025-08-20T19:16:14.6432982Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowsByPage.json' from root:root to runner:runner
2025-08-20T19:16:14.6433964Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ChangeLhDagOwner.json' from root:root to runner:runner
2025-08-20T19:16:14.6434788Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6435657Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataExportOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6436497Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddTaskFlowEdges.json' from root:root to runner:runner
2025-08-20T19:16:14.6437454Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetLhSpaceByName.json' from root:root to runner:runner
2025-08-20T19:16:14.6438355Z [00:02:20.739]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateScenario.json' from root:root to runner:runner
2025-08-20T19:16:14.6439242Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetAuthorityTemplateItem.json' from root:root to runner:runner
2025-08-20T19:16:14.6440118Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/PublishAndDeployTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.6441024Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListProxyAccesses.json' from root:root to runner:runner
2025-08-20T19:16:14.6441964Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListInstanceLoginAuditLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6443121Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ExecuteStructSync.json' from root:root to runner:runner
2025-08-20T19:16:14.6443975Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetProxyAccess.json' from root:root to runner:runner
2025-08-20T19:16:14.6444858Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitivityLevel.json' from root:root to runner:runner
2025-08-20T19:16:14.6445678Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BackFill.json' from root:root to runner:runner
2025-08-20T19:16:14.6447157Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateProcCorrectOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6448223Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RestartDataExportJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6449071Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ExecuteDataExport.json' from root:root to runner:runner
2025-08-20T19:16:14.6449945Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateLogicDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.6450806Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListWorkFlowTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.6451785Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowConstants.json' from root:root to runner:runner
2025-08-20T19:16:14.6452809Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:14.6453760Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddTableToCategory.json' from root:root to runner:runner
2025-08-20T19:16:14.6454643Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.6456246Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakePartitionByFilter.json' from root:root to runner:runner
2025-08-20T19:16:14.6457440Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ReRunTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6458328Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeFunction.json' from root:root to runner:runner
2025-08-20T19:16:14.6459175Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:14.6460077Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDatabaseExportOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6460966Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTableDesignProjectFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.6461795Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDBTopology.json' from root:root to runner:runner
2025-08-20T19:16:14.6462896Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SearchTable.json' from root:root to runner:runner
2025-08-20T19:16:14.6463803Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.6464718Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowNotification.json' from root:root to runner:runner
2025-08-20T19:16:14.6465633Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataImportSQLPreCheckDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6466598Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateStandardGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6467487Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStructSyncExecSqlDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6468398Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTableTopology.json' from root:root to runner:runner
2025-08-20T19:16:14.6469253Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6470152Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListLogicTables.json' from root:root to runner:runner
2025-08-20T19:16:14.6470992Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDAGVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.6471903Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RemoveDataExportJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6472973Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDatabases.json' from root:root to runner:runner
2025-08-20T19:16:14.6473896Z [00:02:20.740]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDesensitizationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6474791Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSQLReviewOriginSQL.json' from root:root to runner:runner
2025-08-20T19:16:14.6475620Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddLhMembers.json' from root:root to runner:runner
2025-08-20T19:16:14.6476425Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:14.6477313Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTaskInstanceRelation.json' from root:root to runner:runner
2025-08-20T19:16:14.6478189Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteAbacAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:14.6479046Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDBTaskSQLJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6479870Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.6480828Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataImportOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6481788Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetSQLReviewOptimizeDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6482882Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataTrackOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6483778Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.6484619Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SearchDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.6485532Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateProxyAccess.json' from root:root to runner:runner
2025-08-20T19:16:14.6486406Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitiveColumnInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.6487292Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDbExportDownloadURL.json' from root:root to runner:runner
2025-08-20T19:16:14.6488160Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakePartition.json' from root:root to runner:runner
2025-08-20T19:16:14.6488986Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6489899Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BatchCreateDataLakePartitions.json' from root:root to runner:runner
2025-08-20T19:16:14.6490779Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowConstants.json' from root:root to runner:runner
2025-08-20T19:16:14.6491655Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/MoveTaskFlowToScenario.json' from root:root to runner:runner
2025-08-20T19:16:14.6492724Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RestartDataCorrectSQLJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6493565Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ExecuteScript.json' from root:root to runner:runner
2025-08-20T19:16:14.6494476Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:14.6495315Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/PreviewWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:14.6496275Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListClassificationTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.6497144Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/PauseDataCorrectSQLJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6498094Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataExportDownloadURL.json' from root:root to runner:runner
2025-08-20T19:16:14.6499014Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataTrackJobDegree.json' from root:root to runner:runner
2025-08-20T19:16:14.6499876Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDBTaskSQLJobLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6500767Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTableDesignProjectInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.6501633Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTablesInCategory.json' from root:root to runner:runner
2025-08-20T19:16:14.6502776Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteLogicTableRouteConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.6503657Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataCorrectOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6504571Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeTablebaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.6505464Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/MakeTaskFlowInstanceSuccess.json' from root:root to runner:runner
2025-08-20T19:16:14.6506346Z [00:02:20.741]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateUploadOSSFileJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6507238Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateFreeLockCorrectOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6508194Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetIntervalLimitOfSLA.json' from root:root to runner:runner
2025-08-20T19:16:14.6509058Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ChangeColumnSecLevel.json' from root:root to runner:runner
2025-08-20T19:16:14.6510000Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListLogicDatabases.json' from root:root to runner:runner
2025-08-20T19:16:14.6510880Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.6511839Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetPhysicalDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.6513226Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataExportPreCheckDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6514115Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/StopTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6514993Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GrantTemplateAuthority.json' from root:root to runner:runner
2025-08-20T19:16:14.6515911Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowEdgesByCondition.json' from root:root to runner:runner
2025-08-20T19:16:14.6516856Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStructSyncJobAnalyzeResult.json' from root:root to runner:runner
2025-08-20T19:16:14.6518175Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.6519692Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateScenario.json' from root:root to runner:runner
2025-08-20T19:16:14.6521424Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataTrackJobTableMeta.json' from root:root to runner:runner
2025-08-20T19:16:14.6523374Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeTableName.json' from root:root to runner:runner
2025-08-20T19:16:14.6525039Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.6526776Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GenerateSqlFromNL.json' from root:root to runner:runner
2025-08-20T19:16:14.6528297Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorizedUsersForInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6529243Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/EnableUser.json' from root:root to runner:runner
2025-08-20T19:16:14.6530137Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateDataLakeDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.6531059Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BuyPayAsYouGoOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6532004Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RemoveTableFromCategory.json' from root:root to runner:runner
2025-08-20T19:16:14.6533123Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListInstanceUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:14.6533943Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetProxy.json' from root:root to runner:runner
2025-08-20T19:16:14.6534800Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/PauseDataExportJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6535681Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowSchedule.json' from root:root to runner:runner
2025-08-20T19:16:14.6536593Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCronClearTaskDetailList.json' from root:root to runner:runner
2025-08-20T19:16:14.6537439Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateUploadFileJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6538286Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTaskFlowGraph.json' from root:root to runner:runner
2025-08-20T19:16:14.6539140Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateMetaCategory.json' from root:root to runner:runner
2025-08-20T19:16:14.6540048Z [00:02:20.742]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BatchDeleteDataLakePartitions.json' from root:root to runner:runner
2025-08-20T19:16:14.6540942Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowTimeVariables.json' from root:root to runner:runner
2025-08-20T19:16:14.6541914Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:14.6543043Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOnlineDDLProgress.json' from root:root to runner:runner
2025-08-20T19:16:14.6543921Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataArchiveOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6544887Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListLhTaskFlowAndScenario.json' from root:root to runner:runner
2025-08-20T19:16:14.6545805Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateLakeHouseSpace.json' from root:root to runner:runner
2025-08-20T19:16:14.6546690Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SkipDataCorrectRowCheck.json' from root:root to runner:runner
2025-08-20T19:16:14.6547544Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakePartition.json' from root:root to runner:runner
2025-08-20T19:16:14.6548408Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteDataLakeTable.json' from root:root to runner:runner
2025-08-20T19:16:14.6549238Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetAbacPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6550107Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataLakeFunction.json' from root:root to runner:runner
2025-08-20T19:16:14.6550971Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectSQLFile.json' from root:root to runner:runner
2025-08-20T19:16:14.6551819Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskOutput.json' from root:root to runner:runner
2025-08-20T19:16:14.6552942Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RegisterInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6553800Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOrderBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.6554616Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6555521Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.6556432Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ModifyDesensitizationStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.6557368Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/QueryDataTrackResultDownloadStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6558327Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetSQLReviewCheckResultStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6559169Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.6560056Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateProxy.json' from root:root to runner:runner
2025-08-20T19:16:14.6560961Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SubmitStructSyncOrderApproval.json' from root:root to runner:runner
2025-08-20T19:16:14.6561793Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListIndexes.json' from root:root to runner:runner
2025-08-20T19:16:14.6562794Z [00:02:20.743]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListScenarios.json' from root:root to runner:runner
2025-08-20T19:16:14.6563705Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowNameAndDesc.json' from root:root to runner:runner
2025-08-20T19:16:14.6564579Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.6565410Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6566250Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:14.6567165Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteAbacPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6568055Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/InspectProxyAccessSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.6568980Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataTrackOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6569842Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListEffectiveOrders.json' from root:root to runner:runner
2025-08-20T19:16:14.6570696Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateSQLReviewOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6571512Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListColumns.json' from root:root to runner:runner
2025-08-20T19:16:14.6572914Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakeFunction.json' from root:root to runner:runner
2025-08-20T19:16:14.6573917Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataCorrectPreCheckSQL.json' from root:root to runner:runner
2025-08-20T19:16:14.6574805Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateDataLakeFunction.json' from root:root to runner:runner
2025-08-20T19:16:14.6575678Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataLakeDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.6576527Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/OfflineTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.6577610Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateDataLakePartition.json' from root:root to runner:runner
2025-08-20T19:16:14.6578500Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDBTaskSQLJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6579358Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStandardGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6580199Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetLogicDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.6581127Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateAbacPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6582016Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowCooperators.json' from root:root to runner:runner
2025-08-20T19:16:14.6583265Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteStandardGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6584145Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateAbacPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6585024Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateAbacAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:14.6585870Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataImportSQL.json' from root:root to runner:runner
2025-08-20T19:16:14.6586801Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListWorkFlowNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.6587717Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowOwner.json' from root:root to runner:runner
2025-08-20T19:16:14.6588584Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitiveColumns.json' from root:root to runner:runner
2025-08-20T19:16:14.6589758Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreatePublishGroupTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6591190Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataCorrectPreCheckDB.json' from root:root to runner:runner
2025-08-20T19:16:14.6593074Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteDataLakeDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.6594713Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAbacPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.6596330Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteLakeHouseSpace.json' from root:root to runner:runner
2025-08-20T19:16:14.6597842Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6599515Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6600660Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetClassificationTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.6601569Z [00:02:20.744]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOwnerApplyOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6602801Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SimplyAddInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6603740Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitiveColumnsDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6604646Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDatabaseExportOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6605609Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAbacAuthorizations.json' from root:root to runner:runner
2025-08-20T19:16:14.6606425Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListOrders.json' from root:root to runner:runner
2025-08-20T19:16:14.6607325Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskName.json' from root:root to runner:runner
2025-08-20T19:16:14.6608171Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTableColumns.json' from root:root to runner:runner
2025-08-20T19:16:14.6609034Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowEdges.json' from root:root to runner:runner
2025-08-20T19:16:14.6609927Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListLogicTableRouteConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.6610798Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOrderAttachmentFile.json' from root:root to runner:runner
2025-08-20T19:16:14.6611616Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTables.json' from root:root to runner:runner
2025-08-20T19:16:14.6612728Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTasksInTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.6613745Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/TryRunTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.6614741Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDatabaseUserPermssions.json' from root:root to runner:runner
2025-08-20T19:16:14.6615608Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCronClearConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.6616549Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListUserTenants.json' from root:root to runner:runner
2025-08-20T19:16:14.6617472Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorizedInstancesForUser.json' from root:root to runner:runner
2025-08-20T19:16:14.6618335Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SuspendDataExportJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6619272Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DownloadDataTrackResult.json' from root:root to runner:runner
2025-08-20T19:16:14.6620160Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeFunctionName.json' from root:root to runner:runner
2025-08-20T19:16:14.6621068Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SyncInstanceMeta.json' from root:root to runner:runner
2025-08-20T19:16:14.6621955Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataArchiveOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6623089Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteProxyAccess.json' from root:root to runner:runner
2025-08-20T19:16:14.6623918Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:14.6624843Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteTaskFlowEdgesByCondition.json' from root:root to runner:runner
2025-08-20T19:16:14.6625667Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RegisterUser.json' from root:root to runner:runner
2025-08-20T19:16:14.6626555Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowTimeVariables.json' from root:root to runner:runner
2025-08-20T19:16:14.6627436Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteDataLakePartition.json' from root:root to runner:runner
2025-08-20T19:16:14.6628412Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateMetaCategory.json' from root:root to runner:runner
2025-08-20T19:16:14.6629323Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BatchUpdateDataLakePartitions.json' from root:root to runner:runner
2025-08-20T19:16:14.6630242Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskContentV2.json' from root:root to runner:runner
2025-08-20T19:16:14.6631123Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowCooperators.json' from root:root to runner:runner
2025-08-20T19:16:14.6631976Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ApproveOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6633291Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddAuthorityTemplateItems.json' from root:root to runner:runner
2025-08-20T19:16:14.6634281Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SuspendTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6635217Z [00:02:20.745]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetMetaTableDetailInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.6636085Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.6637002Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorizedUsersForDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.6637867Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:14.6638730Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskContent.json' from root:root to runner:runner
2025-08-20T19:16:14.6639602Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataLakePartition.json' from root:root to runner:runner
2025-08-20T19:16:14.6640431Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListProxies.json' from root:root to runner:runner
2025-08-20T19:16:14.6641294Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SearchDataTrackResult.json' from root:root to runner:runner
2025-08-20T19:16:14.6642209Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/EditLogicDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.6643280Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateDataLakeTable.json' from root:root to runner:runner
2025-08-20T19:16:14.6644261Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetUserUploadFileJob.json' from root:root to runner:runner
2025-08-20T19:16:14.6645331Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetApprovalDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6646207Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GrantUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.6647070Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTableDBTopology.json' from root:root to runner:runner
2025-08-20T19:16:14.6648042Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitiveDataAuditLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6648982Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddDesensitizationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6650028Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetMetaTableColumn.json' from root:root to runner:runner
2025-08-20T19:16:14.6650937Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetPermApplyOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6651807Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakeCatalog.json' from root:root to runner:runner
2025-08-20T19:16:14.6652885Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDefaultSLARules.json' from root:root to runner:runner
2025-08-20T19:16:14.6653734Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ModifyInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6654596Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDDLPublishRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.6655463Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakeDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.6656382Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteProxy.json' from root:root to runner:runner
2025-08-20T19:16:14.6657220Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetPagedInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6658117Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6659009Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6659885Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetRuleNumLimitOfSLA.json' from root:root to runner:runner
2025-08-20T19:16:14.6660713Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListWorkspaces.json' from root:root to runner:runner
2025-08-20T19:16:14.6661642Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateStructSyncOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.6663234Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeCatalog.json' from root:root to runner:runner
2025-08-20T19:16:14.6664561Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataArchiveCount.json' from root:root to runner:runner
2025-08-20T19:16:14.6665477Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakeTable.json' from root:root to runner:runner
2025-08-20T19:16:14.6666316Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSLARules.json' from root:root to runner:runner
2025-08-20T19:16:14.6667239Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorizedDatabasesForUser.json' from root:root to runner:runner
2025-08-20T19:16:14.6668112Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteDataLakeFunction.json' from root:root to runner:runner
2025-08-20T19:16:14.6668965Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataLakeTable.json' from root:root to runner:runner
2025-08-20T19:16:14.6669825Z [00:02:20.746]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetUserActiveTenant.json' from root:root to runner:runner
2025-08-20T19:16:14.6670643Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise' from root:root to runner:runner
2025-08-20T19:16:14.6671504Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListAssociatedResourceRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6672286Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:14.6673400Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CloseCreatedBy.json' from root:root to runner:runner
2025-08-20T19:16:14.6674201Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6674987Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CreateTags.json' from root:root to runner:runner
2025-08-20T19:16:14.6675753Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DeleteTag.json' from root:root to runner:runner
2025-08-20T19:16:14.6676641Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DisablePolicyType.json' from root:root to runner:runner
2025-08-20T19:16:14.6677522Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListResourcesByTag.json' from root:root to runner:runner
2025-08-20T19:16:14.6678330Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/EnablePolicyType.json' from root:root to runner:runner
2025-08-20T19:16:14.6679177Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListConfigRulesForTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.6679961Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.6680749Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DetachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6681588Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListPoliciesForTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.6682372Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ModifyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6683372Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/OpenCreatedBy.json' from root:root to runner:runner
2025-08-20T19:16:14.6684223Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListSupportResourceTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.6685092Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6685894Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6686805Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CheckCreatedByEnabled.json' from root:root to runner:runner
2025-08-20T19:16:14.6687597Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.6688463Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DeleteAssociatedResourceRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6689330Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CreateAssociatedResourceRules.json' from root:root to runner:runner
2025-08-20T19:16:14.6690200Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GetEffectivePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6691083Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GetConfigRuleReport.json' from root:root to runner:runner
2025-08-20T19:16:14.6691911Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GetPolicyEnableStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6692947Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GenerateConfigRuleReport.json' from root:root to runner:runner
2025-08-20T19:16:14.6693766Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.6694538Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GetPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6695337Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6696115Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6697138Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListTargetsForPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6697919Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/AttachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6698848Z [00:02:20.747]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/UpdateAssociatedResourceRule.json' from root:root to runner:runner
2025-08-20T19:16:14.6699556Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag' from root:root to runner:runner
2025-08-20T19:16:14.6700518Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CancelMessageContactUpdate.json' from root:root to runner:runner
2025-08-20T19:16:14.6701462Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CancelChangeAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:14.6702342Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:14.6703466Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdateControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6704523Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/InviteAccountToResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.6705463Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6706344Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/MoveAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6707265Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeleteMessageContact.json' from root:root to runner:runner
2025-08-20T19:16:14.6708252Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListDelegatedServicesForAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6709162Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CheckAccountDelete.json' from root:root to runner:runner
2025-08-20T19:16:14.6710038Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListAccounts.json' from root:root to runner:runner
2025-08-20T19:16:14.6710991Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListAncestors.json' from root:root to runner:runner
2025-08-20T19:16:14.6711902Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetPayerForAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6713070Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/BindSecureMobilePhone.json' from root:root to runner:runner
2025-08-20T19:16:14.6714031Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListDelegatedAdministrators.json' from root:root to runner:runner
2025-08-20T19:16:14.6715190Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTrustedServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6716137Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListFoldersForParent.json' from root:root to runner:runner
2025-08-20T19:16:14.6717076Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetMessageContact.json' from root:root to runner:runner
2025-08-20T19:16:14.6718175Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/RetryChangeAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:14.6719088Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/RemoveCloudAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6720232Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeleteControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6721232Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SetMemberDisplayNameSyncStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6722150Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/AddMessageContact.json' from root:root to runner:runner
2025-08-20T19:16:14.6723267Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListHandshakesForAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6724178Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6725098Z [00:02:20.748]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CreateResourceAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6726118Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.6727196Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTargetAttachmentsForControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6728101Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListMessageContacts.json' from root:root to runner:runner
2025-08-20T19:16:14.6729020Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/EnableControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6729999Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/RegisterDelegatedAdministrator.json' from root:root to runner:runner
2025-08-20T19:16:14.6730884Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetHandshake.json' from root:root to runner:runner
2025-08-20T19:16:14.6731806Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdatePayerForAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6732958Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6734709Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/AssociateMembers.json' from root:root to runner:runner
2025-08-20T19:16:14.6735846Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DisassociateMembers.json' from root:root to runner:runner
2025-08-20T19:16:14.6736842Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SendVerificationCodeForEnableRD.json' from root:root to runner:runner
2025-08-20T19:16:14.6737767Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6738751Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeregisterDelegatedAdministrator.json' from root:root to runner:runner
2025-08-20T19:16:14.6739619Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.6740509Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeclineHandshake.json' from root:root to runner:runner
2025-08-20T19:16:14.6741791Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SendPhoneVerificationForMessageContact.json' from root:root to runner:runner
2025-08-20T19:16:14.6743676Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/EnableResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.6744713Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListMessageContactVerifications.json' from root:root to runner:runner
2025-08-20T19:16:14.6745735Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListHandshakesForResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.6746709Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetMessageContactDeletionStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6747727Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListControlPolicyAttachmentsForTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.6748632Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CreateControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6749617Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/AcceptHandshake.json' from root:root to runner:runner
2025-08-20T19:16:14.6750590Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ChangeAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:14.6751469Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdateAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6752353Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeleteFolder.json' from root:root to runner:runner
2025-08-20T19:16:14.6753546Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetAccountDeletionCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:14.6754475Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DisableControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6755346Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CreateFolder.json' from root:root to runner:runner
2025-08-20T19:16:14.6756314Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6757233Z [00:02:20.749]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/AttachControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6758247Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SetMemberDeletionPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.6759293Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SendVerificationCodeForBindSecureMobilePhone.json' from root:root to runner:runner
2025-08-20T19:16:14.6760173Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6761194Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/PrecheckForConsolidatedBillingAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6762111Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdateMessageContact.json' from root:root to runner:runner
2025-08-20T19:16:14.6763392Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DetachControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6764339Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListAccountsForParent.json' from root:root to runner:runner
2025-08-20T19:16:14.6765351Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetAccountDeletionStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6766333Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetControlPolicyEnablementStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6767426Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SendEmailVerificationForMessageContact.json' from root:root to runner:runner
2025-08-20T19:16:14.6768837Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListControlPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.6769743Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetFolder.json' from root:root to runner:runner
2025-08-20T19:16:14.6770653Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CancelHandshake.json' from root:root to runner:runner
2025-08-20T19:16:14.6771670Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdateFolder.json' from root:root to runner:runner
2025-08-20T19:16:14.6772889Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DestroyResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.6773704Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster' from root:root to runner:runner
2025-08-20T19:16:14.6774522Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetInstanceAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.6775377Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6776197Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6777036Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/VerifyConsumeMessage.json' from root:root to runner:runner
2025-08-20T19:16:14.6777977Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateInstanceAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6778816Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6779692Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListMetricMeta.json' from root:root to runner:runner
2025-08-20T19:16:14.6780517Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateInstanceAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.6781353Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/VerifySendMessage.json' from root:root to runner:runner
2025-08-20T19:16:14.6782230Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteDisasterRecoveryItem.json' from root:root to runner:runner
2025-08-20T19:16:14.6783353Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListInstanceAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6784241Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteDisasterRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.6785204Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateDisasterRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.6786062Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetInstanceIpWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:14.6787148Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetConsumerGroupLag.json' from root:root to runner:runner
2025-08-20T19:16:14.6787991Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetMessageDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6788878Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateInstanceIpWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:14.6789705Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteInstanceAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.6790562Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListTopicSubscriptions.json' from root:root to runner:runner
2025-08-20T19:16:14.6791474Z [00:02:20.750]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListConsumerGroupSubscriptions.json' from root:root to runner:runner
2025-08-20T19:16:14.6792775Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListConsumerGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.6793692Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6794519Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.6795390Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/StartDisasterRecoveryItem.json' from root:root to runner:runner
2025-08-20T19:16:14.6796246Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateInstanceAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6797075Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6797889Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListInstanceAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.6798677Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetTopic.json' from root:root to runner:runner
2025-08-20T19:16:14.6799577Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:14.6800486Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteInstanceAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6801314Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateInstanceAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.6802111Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.6803184Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateDisasterRecoveryItem.json' from root:root to runner:runner
2025-08-20T19:16:14.6804035Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6805402Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ResetConsumeOffset.json' from root:root to runner:runner
2025-08-20T19:16:14.6806456Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListTopics.json' from root:root to runner:runner
2025-08-20T19:16:14.6807548Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListMessages.json' from root:root to runner:runner
2025-08-20T19:16:14.6808505Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6809411Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetDisasterRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.6810314Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/SyncDisasterRecoveryCheckpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.6811117Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateTopic.json' from root:root to runner:runner
2025-08-20T19:16:14.6811912Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetTrace.json' from root:root to runner:runner
2025-08-20T19:16:14.6813113Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteTopic.json' from root:root to runner:runner
2025-08-20T19:16:14.6814640Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6815712Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListDisasterRecoveryCheckpoints.json' from root:root to runner:runner
2025-08-20T19:16:14.6816719Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetConsumerGroupSubscription.json' from root:root to runner:runner
2025-08-20T19:16:14.6817523Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListTraces.json' from root:root to runner:runner
2025-08-20T19:16:14.6818364Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6819229Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/AddDisasterRecoveryItem.json' from root:root to runner:runner
2025-08-20T19:16:14.6820105Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6820921Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6821855Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListDisasterRecoveryPlans.json' from root:root to runner:runner
2025-08-20T19:16:14.6822962Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteInstanceIpWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:14.6823858Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetConsumerStack.json' from root:root to runner:runner
2025-08-20T19:16:14.6824734Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/StopDisasterRecoveryItem.json' from root:root to runner:runner
2025-08-20T19:16:14.6825620Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateDisasterRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.6826482Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetDisasterRecoveryItem.json' from root:root to runner:runner
2025-08-20T19:16:14.6827354Z [00:02:20.751]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListDisasterRecoveryItems.json' from root:root to runner:runner
2025-08-20T19:16:14.6828211Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListInstanceIpWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:14.6829126Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetInstanceAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.6830035Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteConsumerGroupSubscription.json' from root:root to runner:runner
2025-08-20T19:16:14.6830907Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6831769Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListConsumerConnections.json' from root:root to runner:runner
2025-08-20T19:16:14.6832893Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateTopic.json' from root:root to runner:runner
2025-08-20T19:16:14.6833721Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq' from root:root to runner:runner
2025-08-20T19:16:14.6834564Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceMirror.json' from root:root to runner:runner
2025-08-20T19:16:14.6835378Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListServiceVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.6836305Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGatewayIntranetLinkedVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.6837141Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceSafetyLock.json' from root:root to runner:runner
2025-08-20T19:16:14.6838033Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGatewayIntranetLinkedVpcPeer.json' from root:root to runner:runner
2025-08-20T19:16:14.6838925Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateGatewayIntranetLinkedVpcPeer.json' from root:root to runner:runner
2025-08-20T19:16:14.6839717Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateService.json' from root:root to runner:runner
2025-08-20T19:16:14.6840556Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeGroupEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:14.6841352Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeResource.json' from root:root to runner:runner
2025-08-20T19:16:14.6842171Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListResourceServices.json' from root:root to runner:runner
2025-08-20T19:16:14.6843217Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.6844126Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.6844929Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateAppService.json' from root:root to runner:runner
2025-08-20T19:16:14.6845738Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateResourceDLink.json' from root:root to runner:runner
2025-08-20T19:16:14.6846527Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/StartService.json' from root:root to runner:runner
2025-08-20T19:16:14.6847479Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResourceInstanceLabel.json' from root:root to runner:runner
2025-08-20T19:16:14.6848268Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListServices.json' from root:root to runner:runner
2025-08-20T19:16:14.6849144Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceInstanceDiagnosis.json' from root:root to runner:runner
2025-08-20T19:16:14.6850027Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeBenchmarkTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6850858Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateVirtualResource.json' from root:root to runner:runner
2025-08-20T19:16:14.6851638Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6852702Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResourceDLink.json' from root:root to runner:runner
2025-08-20T19:16:14.6853540Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6854346Z [00:02:20.752]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DevelopService.json' from root:root to runner:runner
2025-08-20T19:16:14.6855203Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateResourceInstanceLabel.json' from root:root to runner:runner
2025-08-20T19:16:14.6856014Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGatewayDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.6856911Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/StartBenchmarkTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6858066Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGatewayIntranetSupportedZone.json' from root:root to runner:runner
2025-08-20T19:16:14.6858902Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteBenchmarkTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6859749Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListResourceInstanceWorker.json' from root:root to runner:runner
2025-08-20T19:16:14.6860568Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListBenchmarkTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6861453Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateBenchmarkTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6862661Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceMirror.json' from root:root to runner:runner
2025-08-20T19:16:14.6863514Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResourceLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6864420Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListTenantAddons.json' from root:root to runner:runner
2025-08-20T19:16:14.6865256Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceLabel.json' from root:root to runner:runner
2025-08-20T19:16:14.6866055Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ReleaseService.json' from root:root to runner:runner
2025-08-20T19:16:14.6866912Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeBenchmarkTaskReport.json' from root:root to runner:runner
2025-08-20T19:16:14.6867751Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceAutoScaler.json' from root:root to runner:runner
2025-08-20T19:16:14.6868548Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateResource.json' from root:root to runner:runner
2025-08-20T19:16:14.6869352Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/StopBenchmarkTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6870139Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateService.json' from root:root to runner:runner
2025-08-20T19:16:14.6871055Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ReinstallTenantAddon.json' from root:root to runner:runner
2025-08-20T19:16:14.6871897Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.6873008Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeResourceLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6873855Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListServiceContainers.json' from root:root to runner:runner
2025-08-20T19:16:14.6874720Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceCronScaler.json' from root:root to runner:runner
2025-08-20T19:16:14.6875638Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.6877094Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResourceInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.6878590Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateResourceInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.6880317Z [00:02:20.753]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DetachGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.6881925Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.6883591Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListAclPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6885096Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateAppService.json' from root:root to runner:runner
2025-08-20T19:16:14.6886635Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/AttachGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.6887678Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateResource.json' from root:root to runner:runner
2025-08-20T19:16:14.6888548Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:14.6889376Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteVirtualResource.json' from root:root to runner:runner
2025-08-20T19:16:14.6890325Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6891261Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeSpotDiscountHistory.json' from root:root to runner:runner
2025-08-20T19:16:14.6892061Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.6893144Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceMirror.json' from root:root to runner:runner
2025-08-20T19:16:14.6894021Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeVirtualResource.json' from root:root to runner:runner
2025-08-20T19:16:14.6894898Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteService.json' from root:root to runner:runner
2025-08-20T19:16:14.6895729Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListResourceInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.6896531Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateAclPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6897409Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateServiceMirror.json' from root:root to runner:runner
2025-08-20T19:16:14.6898202Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CloneService.json' from root:root to runner:runner
2025-08-20T19:16:14.6898985Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/StopService.json' from root:root to runner:runner
2025-08-20T19:16:14.6899759Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.6900593Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateVirtualResource.json' from root:root to runner:runner
2025-08-20T19:16:14.6901383Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.6902167Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CommitService.json' from root:root to runner:runner
2025-08-20T19:16:14.6903285Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceSignedUrl.json' from root:root to runner:runner
2025-08-20T19:16:14.6904301Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteGatewayIntranetLinkedVpcPeer.json' from root:root to runner:runner
2025-08-20T19:16:14.6905151Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.6905990Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceCronScaler.json' from root:root to runner:runner
2025-08-20T19:16:14.6906854Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateServiceAutoScaler.json' from root:root to runner:runner
2025-08-20T19:16:14.6907756Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateServiceCronScaler.json' from root:root to runner:runner
2025-08-20T19:16:14.6908644Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateResourceInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.6909442Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeService.json' from root:root to runner:runner
2025-08-20T19:16:14.6910261Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateBenchmarkTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6911046Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6911898Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceDiagnosis.json' from root:root to runner:runner
2025-08-20T19:16:14.6912902Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResource.json' from root:root to runner:runner
2025-08-20T19:16:14.6913771Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.6914614Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.6915406Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.6916250Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceAutoScaler.json' from root:root to runner:runner
2025-08-20T19:16:14.6917082Z [00:02:20.754]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteAclPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.6918007Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeResourceDLink.json' from root:root to runner:runner
2025-08-20T19:16:14.6918894Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListVirtualResource.json' from root:root to runner:runner
2025-08-20T19:16:14.6919735Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeMachineSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.6920596Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceCronScaler.json' from root:root to runner:runner
2025-08-20T19:16:14.6921525Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteGatewayIntranetLinkedVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.6922597Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceLabel.json' from root:root to runner:runner
2025-08-20T19:16:14.6923435Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateResourceLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6924234Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/RestartService.json' from root:root to runner:runner
2025-08-20T19:16:14.6925102Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceAutoScaler.json' from root:root to runner:runner
2025-08-20T19:16:14.6925981Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateGatewayIntranetLinkedVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.6926691Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas' from root:root to runner:runner
2025-08-20T19:16:14.6927537Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateRealTimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:14.6928387Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnDomainSMCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6929179Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/AddFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:14.6930024Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRegionData.json' from root:root to runner:runner
2025-08-20T19:16:14.6930867Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.6932044Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainTopClientIpVisit.json' from root:root to runner:runner
2025-08-20T19:16:14.6933235Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSMCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.6934077Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDeliverList.json' from root:root to runner:runner
2025-08-20T19:16:14.6935005Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserBillHistory.json' from root:root to runner:runner
2025-08-20T19:16:14.6935830Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetWaitingRoomConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.6936943Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainBpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:14.6937836Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainsBySource.json' from root:root to runner:runner
2025-08-20T19:16:14.6938686Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyCdnDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:14.6939578Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainBpsDataByTimeStamp.json' from root:root to runner:runner
2025-08-20T19:16:14.6940407Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainCname.json' from root:root to runner:runner
2025-08-20T19:16:14.6941211Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.6942093Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCertificateInfoByID.json' from root:root to runner:runner
2025-08-20T19:16:14.6943172Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/PushObjectCache.json' from root:root to runner:runner
2025-08-20T19:16:14.6943991Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/StartCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.6944813Z [00:02:20.755]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnReportList.json' from root:root to runner:runner
2025-08-20T19:16:14.6945713Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateCdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6946501Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/OpenCdnService.json' from root:root to runner:runner
2025-08-20T19:16:14.6947417Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainVerifyData.json' from root:root to runner:runner
2025-08-20T19:16:14.6948235Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserCdnStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6949286Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserUsageDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6950949Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnFullDomainsBlockIPConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.6952895Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeByteHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:14.6954589Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSSLCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:14.6956233Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:14.6957755Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyCdnService.json' from root:root to runner:runner
2025-08-20T19:16:14.6959287Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateCdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6960825Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserBillType.json' from root:root to runner:runner
2025-08-20T19:16:14.6961750Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateUserUsageDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6962867Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainDetailDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:14.6963735Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListUserCustomLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.6964617Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/PublishStagingConfigToProduction.json' from root:root to runner:runner
2025-08-20T19:16:14.6965571Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6966506Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ChangeCdnDomainToDcdn.json' from root:root to runner:runner
2025-08-20T19:16:14.6967330Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/UpdateFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:14.6968138Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/UpdateCdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6969085Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:14.6970015Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSMCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:14.6970820Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchAddCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.6971617Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserTags.json' from root:root to runner:runner
2025-08-20T19:16:14.6972701Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchUpdateCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.6973596Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnConditionIPBInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.6974425Z [00:02:20.756]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchDescribeCdnIpInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.6975233Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetReqHeaderConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.6976024Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:14.6976885Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainTopUrlVisit.json' from root:root to runner:runner
2025-08-20T19:16:14.6977736Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchDeleteCdnDomainConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.6978549Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchStartCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.6979514Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserVipsByDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.6980471Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnCertificateDetailById.json' from root:root to runner:runner
2025-08-20T19:16:14.6981319Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnDomainSSLCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.6982204Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeVerifyContent.json' from root:root to runner:runner
2025-08-20T19:16:14.6983290Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainQpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:14.6984206Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.6985071Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDeletedDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.6985923Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainsUsageByDay.json' from root:root to runner:runner
2025-08-20T19:16:14.6986759Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeEsExceptionData.json' from root:root to runner:runner
2025-08-20T19:16:14.6987648Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainHttpCodeDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:14.6988534Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:14.6989364Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeBlockedRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.6990221Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainCcActivityLog.json' from root:root to runner:runner
2025-08-20T19:16:14.6991029Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeStagingIp.json' from root:root to runner:runner
2025-08-20T19:16:14.6991917Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateCdnCertificateSigningRequest.json' from root:root to runner:runner
2025-08-20T19:16:14.6993163Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:14.6994000Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRefreshTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.6994967Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnMigrateRegisterStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.6995781Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainPvData.json' from root:root to runner:runner
2025-08-20T19:16:14.6996703Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/RefreshObjectCacheByCacheTag.json' from root:root to runner:runner
2025-08-20T19:16:14.6997626Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteUsageDetailDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:14.6998458Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.6999368Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserUsageDetailDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7000154Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/AddCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.7001042Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.7001857Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.7003107Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserDomainsByFunc.json' from root:root to runner:runner
2025-08-20T19:16:14.7003940Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/VerifyDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:14.7004808Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListRealtimeLogDeliveryInfos.json' from root:root to runner:runner
2025-08-20T19:16:14.7005659Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnHttpsDomainList.json' from root:root to runner:runner
2025-08-20T19:16:14.7006511Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainMultiUsageData.json' from root:root to runner:runner
2025-08-20T19:16:14.7007412Z [00:02:20.757]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSubList.json' from root:root to runner:runner
2025-08-20T19:16:14.7008269Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteCdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7009066Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.7009910Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:14.7010803Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:14.7011679Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/RefreshObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:14.7012698Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainUsageData.json' from root:root to runner:runner
2025-08-20T19:16:14.7013542Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainISPData.json' from root:root to runner:runner
2025-08-20T19:16:14.7014386Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:14.7015209Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7016044Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeTopDomainsByFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.7016924Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DisableRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:14.7017745Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.7018539Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/StopCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.7019380Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListDomainsByLogConfigId.json' from root:root to runner:runner
2025-08-20T19:16:14.7020209Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSecFuncInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.7021125Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRefreshTaskById.json' from root:root to runner:runner
2025-08-20T19:16:14.7022048Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnOrderCommodityCode.json' from root:root to runner:runner
2025-08-20T19:16:14.7023140Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.7024151Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnFullDomainsBlockIPHistory.json' from root:root to runner:runner
2025-08-20T19:16:14.7024963Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CheckCdnDomainICP.json' from root:root to runner:runner
2025-08-20T19:16:14.7025897Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteUserUsageDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7026880Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainByCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.7028284Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeIpStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7029875Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/RollbackStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7031441Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:14.7033248Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRealtimeDeliveryAcc.json' from root:root to runner:runner
2025-08-20T19:16:14.7034997Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeSrcHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:14.7036595Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnDomainCSRCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.7038094Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserCertificateExpireCount.json' from root:root to runner:runner
2025-08-20T19:16:14.7038999Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeQpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.7039926Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnReport.json' from root:root to runner:runner
2025-08-20T19:16:14.7040782Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnFullDomainsBlockIP.json' from root:root to runner:runner
2025-08-20T19:16:14.7041659Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserBillPrediction.json' from root:root to runner:runner
2025-08-20T19:16:14.7042739Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteRealTimeLogLogstore.json' from root:root to runner:runner
2025-08-20T19:16:14.7043691Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.7044585Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainQpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.7045388Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7046188Z [00:02:20.758]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:14.7047076Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7047935Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:14.7048721Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeIpInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.7049541Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CdnMigrateRegister.json' from root:root to runner:runner
2025-08-20T19:16:14.7050452Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:14.7051361Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcQpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.7052245Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:14.7053411Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListRealtimeLogDeliveryDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.7054318Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7055172Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/EnableRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:14.7056006Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainPathData.json' from root:root to runner:runner
2025-08-20T19:16:14.7056940Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.7057762Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchStopCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.7058685Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainCustomLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7059555Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:14.7060391Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteCdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7061242Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteSpecificStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7062086Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnRegionAndIsp.json' from root:root to runner:runner
2025-08-20T19:16:14.7063163Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcTopUrlVisit.json' from root:root to runner:runner
2025-08-20T19:16:14.7064047Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.7064869Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CheckCdnDomainExist.json' from root:root to runner:runner
2025-08-20T19:16:14.7065796Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7066621Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeEsExecuteData.json' from root:root to runner:runner
2025-08-20T19:16:14.7067512Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeL2VipsByDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.7068348Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.7069217Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:14.7070065Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:14.7071016Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainAverageResponseTime.json' from root:root to runner:runner
2025-08-20T19:16:14.7071911Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:14.7072955Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribePreloadDetailById.json' from root:root to runner:runner
2025-08-20T19:16:14.7073766Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.7074629Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainMax95BpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.7075445Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnWafDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.7076310Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:14.7077235Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRangeDataByLocateAndIspService.json' from root:root to runner:runner
2025-08-20T19:16:14.7078094Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainTopReferVisit.json' from root:root to runner:runner
2025-08-20T19:16:14.7079052Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.7079867Z [00:02:20.759]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRefreshQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.7080689Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.7081574Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnService.json' from root:root to runner:runner
2025-08-20T19:16:14.7082632Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:14.7083739Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/UpdateCdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7084625Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.7085611Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeDetailData.json' from root:root to runner:runner
2025-08-20T19:16:14.7086494Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainUvData.json' from root:root to runner:runner
2025-08-20T19:16:14.7087385Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateUsageDetailDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7088366Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchSetCdnDomainConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7089271Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyCdnDomainSchdmByProperty.json' from root:root to runner:runner
2025-08-20T19:16:14.7090122Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCustomLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7090822Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn' from root:root to runner:runner
2025-08-20T19:16:14.7091627Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyLDAPConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7092715Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAutoSnapshotTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.7093853Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7094695Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeLogAnalysis.json' from root:root to runner:runner
2025-08-20T19:16:14.7095496Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.7096379Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/OpenNASService.json' from root:root to runner:runner
2025-08-20T19:16:14.7097196Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateAccessGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7098087Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeFilesystemsVscAttachInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.7098902Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:14.7099850Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListRecentlyRecycledDirectories.json' from root:root to runner:runner
2025-08-20T19:16:14.7100781Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyFileset.json' from root:root to runner:runner
2025-08-20T19:16:14.7102113Z [00:02:20.760]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAccessRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7103932Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeBlackListClients.json' from root:root to runner:runner
2025-08-20T19:16:14.7105496Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeDataFlows.json' from root:root to runner:runner
2025-08-20T19:16:14.7107038Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelFilesetQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.7108573Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeMountTargets.json' from root:root to runner:runner
2025-08-20T19:16:14.7110147Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7111611Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyDataFlowAutoRefresh.json' from root:root to runner:runner
2025-08-20T19:16:14.7112786Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:14.7113596Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:14.7114433Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListDirectoriesAndFiles.json' from root:root to runner:runner
2025-08-20T19:16:14.7115317Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7116116Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelDirQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.7116947Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/SetFilesetQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.7117831Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAccessPoints.json' from root:root to runner:runner
2025-08-20T19:16:14.7118688Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/RetryLifecycleRetrieveJob.json' from root:root to runner:runner
2025-08-20T19:16:14.7119599Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateLifecycleRetrieveJob.json' from root:root to runner:runner
2025-08-20T19:16:14.7120448Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7121244Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateFileset.json' from root:root to runner:runner
2025-08-20T19:16:14.7122036Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7123137Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelDataFlowTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7123974Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateProtocolService.json' from root:root to runner:runner
2025-08-20T19:16:14.7124800Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyLifecyclePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7125652Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListLifecycleRetrieveJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.7126563Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAccessGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.7127337Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateFile.json' from root:root to runner:runner
2025-08-20T19:16:14.7128204Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:14.7129040Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateDataFlowSubTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7129898Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7130766Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeFileSystemStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.7131664Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeStoragePackages.json' from root:root to runner:runner
2025-08-20T19:16:14.7132660Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateLogAnalysis.json' from root:root to runner:runner
2025-08-20T19:16:14.7133544Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ResetFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:14.7134396Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DisableAndCleanRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:14.7135244Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeProtocolService.json' from root:root to runner:runner
2025-08-20T19:16:14.7136089Z [00:02:20.761]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeLifecyclePolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.7136882Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DisableNfsAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.7137720Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ApplyDataFlowAutoRefresh.json' from root:root to runner:runner
2025-08-20T19:16:14.7138529Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7139358Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateLifecyclePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7140259Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DetachVscFromFilesystems.json' from root:root to runner:runner
2025-08-20T19:16:14.7141105Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeMountedClients.json' from root:root to runner:runner
2025-08-20T19:16:14.7141968Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyAccessGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7143026Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/RemoveClientFromBlackList.json' from root:root to runner:runner
2025-08-20T19:16:14.7143846Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteLogAnalysis.json' from root:root to runner:runner
2025-08-20T19:16:14.7144691Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyProtocolMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.7145601Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/GetRecycleBinAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7146449Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateRecycleBinDeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:14.7147316Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.7148165Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelLifecycleRetrieveJob.json' from root:root to runner:runner
2025-08-20T19:16:14.7148983Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:14.7149780Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.7150609Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyProtocolService.json' from root:root to runner:runner
2025-08-20T19:16:14.7151414Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeDirQuotas.json' from root:root to runner:runner
2025-08-20T19:16:14.7152196Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/SetDirQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.7153224Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateProtocolMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.7154088Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/StartDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.7154873Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteFileset.json' from root:root to runner:runner
2025-08-20T19:16:14.7155717Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DisableSmbAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.7156508Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7157299Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/EnableSmbAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.7158094Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateLDAPConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7158932Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/EnableNfsAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.7159735Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteAccessGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7160582Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.7161467Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListRecycledDirectoriesAndFiles.json' from root:root to runner:runner
2025-08-20T19:16:14.7162262Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7163365Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/GetDirectoryOrFileProperties.json' from root:root to runner:runner
2025-08-20T19:16:14.7164180Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeFilesets.json' from root:root to runner:runner
2025-08-20T19:16:14.7164984Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:14.7165843Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateRecycleBinRestoreJob.json' from root:root to runner:runner
2025-08-20T19:16:14.7166672Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteProtocolService.json' from root:root to runner:runner
2025-08-20T19:16:14.7167562Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/UpgradeFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:14.7168364Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.7169265Z [00:02:20.762]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/AddClientToBlackList.json' from root:root to runner:runner
2025-08-20T19:16:14.7170048Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:14.7170861Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:14.7171659Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:14.7172805Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelRecycleBinJob.json' from root:root to runner:runner
2025-08-20T19:16:14.7173821Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.7175143Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateDataFlowTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7176572Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7178165Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:14.7179768Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/AttachVscToFilesystems.json' from root:root to runner:runner
2025-08-20T19:16:14.7181382Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeProtocolMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.7183071Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/EnableRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:14.7184729Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.7185797Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteProtocolMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.7186762Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ApplyAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7187591Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteLifecyclePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7188389Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifySmbAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.7189155Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateDir.json' from root:root to runner:runner
2025-08-20T19:16:14.7190015Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/UpdateRecycleBinAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7190851Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7191771Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelDataFlowAutoRefresh.json' from root:root to runner:runner
2025-08-20T19:16:14.7192925Z [00:02:20.763]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeFileSystems.json' from root:root to runner:runner
2025-08-20T19:16:14.7193725Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/StopDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.7194524Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeSmbAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.7195357Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeDataFlowTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.7196181Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListRecycleBinJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.7196979Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:14.7197768Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeNfsAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.7198635Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteLDAPConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7199497Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAutoSnapshotPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.7200383Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelDataFlowSubTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7201220Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeDataFlowSubTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.7201930Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas' from root:root to runner:runner
2025-08-20T19:16:14.7202972Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayFlowRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7203794Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateWebFlowRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7204604Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:14.7205489Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewaySpec.json' from root:root to runner:runner
2025-08-20T19:16:14.7206292Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAnsServices.json' from root:root to runner:runner
2025-08-20T19:16:14.7207132Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayAuth.json' from root:root to runner:runner
2025-08-20T19:16:14.7207966Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteAuth.json' from root:root to runner:runner
2025-08-20T19:16:14.7208770Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateClusterSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.7209559Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ImportServices.json' from root:root to runner:runner
2025-08-20T19:16:14.7210387Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteIsolationRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7211179Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryClusterInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.7212069Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7213042Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetImage.json' from root:root to runner:runner
2025-08-20T19:16:14.7213951Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/EnableProxyProtocol.json' from root:root to runner:runner
2025-08-20T19:16:14.7214752Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7215609Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryAllSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7216463Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteWafStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7217284Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateZnode.json' from root:root to runner:runner
2025-08-20T19:16:14.7218073Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.7218975Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayIsolationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7219805Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListListenersByConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7220658Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListServiceSource.json' from root:root to runner:runner
2025-08-20T19:16:14.7221543Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListApplicationsWithTagRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7222535Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayAuthConsumer.json' from root:root to runner:runner
2025-08-20T19:16:14.7223420Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayAuthConsumer.json' from root:root to runner:runner
2025-08-20T19:16:14.7224335Z [00:02:20.764]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListSentinelBlockFallbackDefinitions.json' from root:root to runner:runner
2025-08-20T19:16:14.7225159Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayAuthConsumer.json' from root:root to runner:runner
2025-08-20T19:16:14.7226047Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListListenersByIp.json' from root:root to runner:runner
2025-08-20T19:16:14.7226841Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNamingTrack.json' from root:root to runner:runner
2025-08-20T19:16:14.7227722Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListSecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7228527Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosService.json' from root:root to runner:runner
2025-08-20T19:16:14.7229338Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7230388Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddMockRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7231328Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/OrderClusterHealthCheckRiskNotice.json' from root:root to runner:runner
2025-08-20T19:16:14.7232125Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListFlowRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7233288Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateGatewayIsolationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7234282Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayAuthConsumerResource.json' from root:root to runner:runner
2025-08-20T19:16:14.7235347Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.7236202Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayService.json' from root:root to runner:runner
2025-08-20T19:16:14.7237025Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ApplyGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7237845Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/OfflineGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7238686Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListExportZookeeperData.json' from root:root to runner:runner
2025-08-20T19:16:14.7239455Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetPlugins.json' from root:root to runner:runner
2025-08-20T19:16:14.7240347Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7241165Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ImportZookeeperData.json' from root:root to runner:runner
2025-08-20T19:16:14.7242025Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusterTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.7243271Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:14.7244103Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.7244964Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryClusterSpecification.json' from root:root to runner:runner
2025-08-20T19:16:14.7245829Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteHTTPRewrite.json' from root:root to runner:runner
2025-08-20T19:16:14.7246634Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewaySlb.json' from root:root to runner:runner
2025-08-20T19:16:14.7247509Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.7248845Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewaySlb.json' from root:root to runner:runner
2025-08-20T19:16:14.7250199Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/RetryCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.7251821Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateGatewayFlowRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7253580Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/RemoveAuthPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7255211Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateMseServiceApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.7256805Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteHeaderOp.json' from root:root to runner:runner
2025-08-20T19:16:14.7258326Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.7259425Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.7260386Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdatePluginConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7261197Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddServiceSource.json' from root:root to runner:runner
2025-08-20T19:16:14.7262019Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayService.json' from root:root to runner:runner
2025-08-20T19:16:14.7263106Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/PreserveHeaderFormat.json' from root:root to runner:runner
2025-08-20T19:16:14.7263951Z [00:02:20.765]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteFlowRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7264759Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayName.json' from root:root to runner:runner
2025-08-20T19:16:14.7265590Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNacosMcpServer.json' from root:root to runner:runner
2025-08-20T19:16:14.7266533Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayAuthConsumer.json' from root:root to runner:runner
2025-08-20T19:16:14.7267399Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7268228Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListEurekaInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.7269073Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteCircuitBreakerRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7269933Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusterHealthCheckTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7270751Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateIsolationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7271601Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/PutClusterHealthCheckTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7272695Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateOrUpdateSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7273671Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.7274683Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayAuthConsumerResourceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7275512Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateEngineNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.7276344Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetNacosHistoryConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7277132Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.7277961Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusterVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.7278764Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAnsInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.7279578Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayFlowRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7280446Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetBlackWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.7281328Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayFlowRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7282144Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateLocalityRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7283199Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetEngineNamepace.json' from root:root to runner:runner
2025-08-20T19:16:14.7284044Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayOption.json' from root:root to runner:runner
2025-08-20T19:16:14.7284907Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/InitializeServiceLinkRole.json' from root:root to runner:runner
2025-08-20T19:16:14.7285702Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.7286525Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayService.json' from root:root to runner:runner
2025-08-20T19:16:14.7287431Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListEngineNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:14.7288314Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryInstancesInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.7289112Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7289914Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7290734Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListEurekaServices.json' from root:root to runner:runner
2025-08-20T19:16:14.7291553Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNacosInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.7292703Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNacosHistoryConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.7293676Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetZookeeperDataImportUrl.json' from root:root to runner:runner
2025-08-20T19:16:14.7294600Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.7295487Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayZone.json' from root:root to runner:runner
2025-08-20T19:16:14.7296313Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNacosService.json' from root:root to runner:runner
2025-08-20T19:16:14.7297123Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListZnodeChildren.json' from root:root to runner:runner
2025-08-20T19:16:14.7297948Z [00:02:20.766]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/FetchLosslessRuleList.json' from root:root to runner:runner
2025-08-20T19:16:14.7298728Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddSSLCert.json' from root:root to runner:runner
2025-08-20T19:16:14.7299508Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddAuthPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7300351Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteRetry.json' from root:root to runner:runner
2025-08-20T19:16:14.7301227Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ExportNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7302093Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateZnode.json' from root:root to runner:runner
2025-08-20T19:16:14.7303215Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/EnableHttp2.json' from root:root to runner:runner
2025-08-20T19:16:14.7304057Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7304914Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetNacosMcpServer.json' from root:root to runner:runner
2025-08-20T19:16:14.7306130Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateImage.json' from root:root to runner:runner
2025-08-20T19:16:14.7307030Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteServiceSource.json' from root:root to runner:runner
2025-08-20T19:16:14.7307854Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ExportZookeeperData.json' from root:root to runner:runner
2025-08-20T19:16:14.7308743Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetLosslessRuleByApp.json' from root:root to runner:runner
2025-08-20T19:16:14.7309585Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.7310433Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetMseSource.json' from root:root to runner:runner
2025-08-20T19:16:14.7311347Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateIsolationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7312133Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.7313139Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryZnodeDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.7313968Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateBlackWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.7314750Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/PullServices.json' from root:root to runner:runner
2025-08-20T19:16:14.7315654Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetLocalityRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7316544Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QuerySwimmingLaneById.json' from root:root to runner:runner
2025-08-20T19:16:14.7317406Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetKubernetesSource.json' from root:root to runner:runner
2025-08-20T19:16:14.7318213Z [00:02:20.767]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryClusterDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.7319037Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryGatewayRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.7319995Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayAuthConsumerResource.json' from root:root to runner:runner
2025-08-20T19:16:14.7320833Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosGrayConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7321663Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayRouteOnAuth.json' from root:root to runner:runner
2025-08-20T19:16:14.7322804Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAppBySwimmingLaneGroupTags.json' from root:root to runner:runner
2025-08-20T19:16:14.7323965Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetApplicationList.json' from root:root to runner:runner
2025-08-20T19:16:14.7325193Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.7326768Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7328331Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryGatewayType.json' from root:root to runner:runner
2025-08-20T19:16:14.7329791Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QuerySlbSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.7331310Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreatePluginConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7333092Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayIsolationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7334833Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteTimeout.json' from root:root to runner:runner
2025-08-20T19:16:14.7335853Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteZnode.json' from root:root to runner:runner
2025-08-20T19:16:14.7336666Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetPluginConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7337733Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateEngineNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.7338605Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteAuthResource.json' from root:root to runner:runner
2025-08-20T19:16:14.7339674Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateSentinelBlockFallbackDefinition.json' from root:root to runner:runner
2025-08-20T19:16:14.7340562Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListInstanceCount.json' from root:root to runner:runner
2025-08-20T19:16:14.7341491Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayServiceDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.7342651Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosService.json' from root:root to runner:runner
2025-08-20T19:16:14.7343639Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetServiceListeners.json' from root:root to runner:runner
2025-08-20T19:16:14.7344531Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.7345378Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeletePluginConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7346242Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateSSLCert.json' from root:root to runner:runner
2025-08-20T19:16:14.7347152Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateFlowRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7348009Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListIsolationRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7348899Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosMcpServer.json' from root:root to runner:runner
2025-08-20T19:16:14.7349824Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.7350831Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayCircuitBreakerRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7351769Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNacosConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.7352926Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayIsolationRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7353785Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.7354707Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ImportNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7355619Z [00:02:20.768]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetAppMessageQueueRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7356558Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayAuthConsumerDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.7357667Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ModifyGovernanceKubernetesCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.7358594Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusterConnectionTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.7359427Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetImportFileUrl.json' from root:root to runner:runner
2025-08-20T19:16:14.7360339Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7361149Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayOption.json' from root:root to runner:runner
2025-08-20T19:16:14.7362105Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayAuthDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.7363159Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7364157Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetServiceListPage.json' from root:root to runner:runner
2025-08-20T19:16:14.7365029Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/SelectGatewaySlb.json' from root:root to runner:runner
2025-08-20T19:16:14.7365934Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNacosMcpServers.json' from root:root to runner:runner
2025-08-20T19:16:14.7366963Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayAuthConsumerStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7367815Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.7368694Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7369618Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ApplyTagPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.7370518Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateMessageQueueRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7371510Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateFlowRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7372635Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayServiceTrafficPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7373607Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayCircuitBreakerRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7374481Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CloneSentinelRuleFromAhas.json' from root:root to runner:runner
2025-08-20T19:16:14.7375314Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetOverview.json' from root:root to runner:runner
2025-08-20T19:16:14.7376284Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GatewayBlackWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.7377116Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewaySlb.json' from root:root to runner:runner
2025-08-20T19:16:14.7378018Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateAuthPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7378912Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7379740Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListZkTrack.json' from root:root to runner:runner
2025-08-20T19:16:14.7380664Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.7381853Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryAllSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:14.7383139Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetTagsBySwimmingLaneGroupId.json' from root:root to runner:runner
2025-08-20T19:16:14.7384003Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7384948Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayRouteDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.7385831Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7387040Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayAuthConsumerResource.json' from root:root to runner:runner
2025-08-20T19:16:14.7387887Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpgradeCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.7388751Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAuthPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7389616Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ModifyLosslessRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7407683Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteSecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7409120Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7410535Z [00:02:20.769]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListSSLCert.json' from root:root to runner:runner
2025-08-20T19:16:14.7411422Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7412646Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/RemoveApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.7413508Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateServiceSource.json' from root:root to runner:runner
2025-08-20T19:16:14.7414419Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.7415239Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7416209Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/BindSentinelBlockFallbackDefinition.json' from root:root to runner:runner
2025-08-20T19:16:14.7417095Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteCORS.json' from root:root to runner:runner
2025-08-20T19:16:14.7418005Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAnsServiceClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.7418855Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetApplicationInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:14.7419742Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateGatewayCircuitBreakerRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7420609Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAppBySwimmingLaneGroupTag.json' from root:root to runner:runner
2025-08-20T19:16:14.7421485Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGovernanceKubernetesCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.7422290Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.7423338Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CloneNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7424168Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListConfigTrack.json' from root:root to runner:runner
2025-08-20T19:16:14.7424960Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.7425810Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateCircuitBreakerRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7426709Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetServiceMethodPage.json' from root:root to runner:runner
2025-08-20T19:16:14.7427542Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryBusinessLocations.json' from root:root to runner:runner
2025-08-20T19:16:14.7428384Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/RestartCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.7429201Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetMseFeatureSwitch.json' from root:root to runner:runner
2025-08-20T19:16:14.7430065Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListWebFlowRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7430986Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryClusterDiskSpecification.json' from root:root to runner:runner
2025-08-20T19:16:14.7431837Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7432889Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.7433711Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetServiceList.json' from root:root to runner:runner
2025-08-20T19:16:14.7434485Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.7435311Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddSecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7436117Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddBlackWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.7436969Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateCircuitBreakerRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7437780Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteWebFlowRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7438559Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7439395Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListCircuitBreakerRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7440330Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.7441215Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteEngineNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.7442138Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateOrUpdateSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:14.7443208Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7444142Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayServiceCheck.json' from root:root to runner:runner
2025-08-20T19:16:14.7445023Z [00:02:20.770]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7445800Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.7446589Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.7447412Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateWebFlowRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7448314Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayCircuitBreakerRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7449199Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryGovernanceKubernetesCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.7449999Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddAuthResource.json' from root:root to runner:runner
2025-08-20T19:16:14.7450705Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse' from root:root to runner:runner
2025-08-20T19:16:14.7451461Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/products.json' from root:root to runner:runner
2025-08-20T19:16:14.7452300Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CredentialVerifyV2.json' from root:root to runner:runner
2025-08-20T19:16:14.7453303Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Id2MetaVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7454217Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/ContrastFaceVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7455201Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VehicleMetaVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7456206Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeFaceGuardRisk.json' from root:root to runner:runner
2025-08-20T19:16:14.7457045Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeDeviceInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.7457938Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile2MetaVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7458842Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Id2MetaVerifyWithOCR.json' from root:root to runner:runner
2025-08-20T19:16:14.7459687Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/MobileOnlineStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7460667Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/MobileOnlineTime.json' from root:root to runner:runner
2025-08-20T19:16:14.7461517Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CredentialVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7462361Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeVerifySDK.json' from root:root to runner:runner
2025-08-20T19:16:14.7463371Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/ModifyDeviceInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.7464252Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CredentialProductVerifyV2.json' from root:root to runner:runner
2025-08-20T19:16:14.7465102Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeVerifyResult.json' from root:root to runner:runner
2025-08-20T19:16:14.7465949Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeVerifyToken.json' from root:root to runner:runner
2025-08-20T19:16:14.7466784Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CreateVerifySetting.json' from root:root to runner:runner
2025-08-20T19:16:14.7467665Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/PageQueryWhiteListSetting.json' from root:root to runner:runner
2025-08-20T19:16:14.7468608Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Vehicle5ItemQuery.json' from root:root to runner:runner
2025-08-20T19:16:14.7469577Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/RemoveWhiteListSetting.json' from root:root to runner:runner
2025-08-20T19:16:14.7470434Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/InsertWhiteListSetting.json' from root:root to runner:runner
2025-08-20T19:16:14.7471363Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribePageFaceVerifyData.json' from root:root to runner:runner
2025-08-20T19:16:14.7472209Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VehicleInsureQuery.json' from root:root to runner:runner
2025-08-20T19:16:14.7474181Z [00:02:20.771]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CompareFaceVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7475815Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CreateAuthKey.json' from root:root to runner:runner
2025-08-20T19:16:14.7477595Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile3MetaDetailStandardVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7479181Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeCardVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7480783Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VehicleMetaVerifyV2.json' from root:root to runner:runner
2025-08-20T19:16:14.7482347Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeFaceVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7484073Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/MobileDetect.json' from root:root to runner:runner
2025-08-20T19:16:14.7485030Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile3MetaSimpleStandardVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7485884Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/LivenessFaceVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7486708Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/InitFaceVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7487664Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DeepfakeDetect.json' from root:root to runner:runner
2025-08-20T19:16:14.7488488Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/BankMetaVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7489364Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CompareFaces.json' from root:root to runner:runner
2025-08-20T19:16:14.7490208Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Id2MetaPeriodVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7491131Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile3MetaSimpleVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7492000Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/AIGCFaceVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7493152Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeOssUploadToken.json' from root:root to runner:runner
2025-08-20T19:16:14.7493967Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VehicleQuery.json' from root:root to runner:runner
2025-08-20T19:16:14.7494831Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DetectFaceAttributes.json' from root:root to runner:runner
2025-08-20T19:16:14.7495736Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeSmartStatisticsPageList.json' from root:root to runner:runner
2025-08-20T19:16:14.7496598Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile3MetaDetailVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7497415Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VerifyMaterial.json' from root:root to runner:runner
2025-08-20T19:16:14.7498235Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/InitCardVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7499097Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Id2MetaStandardVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.7499947Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DeleteFaceVerifyResult.json' from root:root to runner:runner
2025-08-20T19:16:14.7500681Z [00:02:20.772]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth' from root:root to runner:runner
2025-08-20T19:16:14.7501568Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListIdpConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.7502805Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListEnterpriseAccelerateLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.7503780Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListExcessiveDeviceRegistrationApplications.json' from root:root to runner:runner
2025-08-20T19:16:14.7504664Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListEnterpriseAccelerateTargets.json' from root:root to runner:runner
2025-08-20T19:16:14.7505581Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovalProcesses.json' from root:root to runner:runner
2025-08-20T19:16:14.7506534Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUninstallApplicationsStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7507358Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateIdpDepartment.json' from root:root to runner:runner
2025-08-20T19:16:14.7508237Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserPrivateAccessPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.7509083Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetPrivateAccessPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7509950Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/AttachApplication2Connector.json' from root:root to runner:runner
2025-08-20T19:16:14.7510747Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetDynamicRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7511539Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetIdpConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7512333Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListClientUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.7513415Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetBootAndAntiUninstallPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7514269Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteRegistrationPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.7515189Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateIdpDepartment.json' from root:root to runner:runner
2025-08-20T19:16:14.7516079Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteEnterpriseAcceleratePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7517054Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdatePrivateAccessApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.7517949Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DisableEnterpriseAcceleratePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7518914Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApplicationsForPrivateAccessTag.json' from root:root to runner:runner
2025-08-20T19:16:14.7519862Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreatePrivateAccessApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.7520673Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetWmExtractTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7521560Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ModifyEnterpriseAcceleratePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7522594Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateRegistrationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7523530Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateNacUserCertStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7524377Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteApprovalProcesses.json' from root:root to runner:runner
2025-08-20T19:16:14.7525201Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessTags.json' from root:root to runner:runner
2025-08-20T19:16:14.7526029Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetApprovalProcess.json' from root:root to runner:runner
2025-08-20T19:16:14.7526874Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessPolices.json' from root:root to runner:runner
2025-08-20T19:16:14.7527737Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetPrivateAccessApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.7528826Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/EnableEnterpriseAcceleratePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7529880Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovalProcessesForApprovalSchemas.json' from root:root to runner:runner
2025-08-20T19:16:14.7530783Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateApprovalProcess.json' from root:root to runner:runner
2025-08-20T19:16:14.7531633Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateRegistrationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7532632Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7533728Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/RevokeUserSession.json' from root:root to runner:runner
2025-08-20T19:16:14.7534828Z [00:02:20.773]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetUserDevice.json' from root:root to runner:runner
2025-08-20T19:16:14.7535639Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.7536454Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetApprovalSchema.json' from root:root to runner:runner
2025-08-20T19:16:14.7537392Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPolicesForPrivateAccessApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.7538278Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPolicesForPrivateAccessTag.json' from root:root to runner:runner
2025-08-20T19:16:14.7539133Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListSoftwareForUserDevice.json' from root:root to runner:runner
2025-08-20T19:16:14.7539952Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateDynamicRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7540785Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteIdpDepartment.json' from root:root to runner:runner
2025-08-20T19:16:14.7541708Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateClientUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7542786Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateWmBaseImage.json' from root:root to runner:runner
2025-08-20T19:16:14.7543598Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetApproval.json' from root:root to runner:runner
2025-08-20T19:16:14.7544598Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListRegistrationPoliciesForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7545522Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserGroupsForPrivateAccessPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7546397Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserApplications.json' from root:root to runner:runner
2025-08-20T19:16:14.7547836Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DetachPolicy2ApprovalProcess.json' from root:root to runner:runner
2025-08-20T19:16:14.7549436Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteDynamicRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7551144Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateWmEmbedTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7552880Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateClientUser.json' from root:root to runner:runner
2025-08-20T19:16:14.7554479Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeletePrivateAccessTag.json' from root:root to runner:runner
2025-08-20T19:16:14.7555969Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.7557358Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7558244Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DetachApplication2Connector.json' from root:root to runner:runner
2025-08-20T19:16:14.7559089Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreatePrivateAccessTag.json' from root:root to runner:runner
2025-08-20T19:16:14.7559972Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListTagsForPrivateAccessPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7560917Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/LookupWmInfoMapping.json' from root:root to runner:runner
2025-08-20T19:16:14.7561802Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateBootAndAntiUninstallPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7562959Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7563880Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ImportEnterpriseAccelerateTargets.json' from root:root to runner:runner
2025-08-20T19:16:14.7564738Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreatePrivateAccessPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7565560Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateDynamicRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7566491Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateClientUserPassword.json' from root:root to runner:runner
2025-08-20T19:16:14.7567413Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUninstallApplications.json' from root:root to runner:runner
2025-08-20T19:16:14.7568211Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetClientUser.json' from root:root to runner:runner
2025-08-20T19:16:14.7569143Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovalSchemasForApprovalProcesses.json' from root:root to runner:runner
2025-08-20T19:16:14.7570019Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/AttachPolicy2ApprovalProcess.json' from root:root to runner:runner
2025-08-20T19:16:14.7570911Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListEnterpriseAcceleratePolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.7571757Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPolicesForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7572794Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateWmExtractTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7573657Z [00:02:20.774]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListDynamicRouteRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.7574628Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateEnterpriseAcceleratePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7575476Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUserDevicesStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7576284Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUsersStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7577154Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListNacUserCert.json' from root:root to runner:runner
2025-08-20T19:16:14.7578055Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateEnterpriseAccelerateTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.7578916Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListDynamicDisposalProcesses.json' from root:root to runner:runner
2025-08-20T19:16:14.7579803Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteEnterpriseAccelerateTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.7580677Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListIdpDepartments.json' from root:root to runner:runner
2025-08-20T19:16:14.7581538Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetWmEmbedTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7582556Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdatePrivateAccessPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7583527Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListTagsForPrivateAccessApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.7584454Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserGroupsForRegistrationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7585382Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApplicationsForPrivateAccessPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7586184Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserDevices.json' from root:root to runner:runner
2025-08-20T19:16:14.7587192Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateExcessiveDeviceRegistrationApplicationsStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7587992Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteOtpConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7588916Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListConnectors.json' from root:root to runner:runner
2025-08-20T19:16:14.7589826Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessTagsForDynamicRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7590743Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeletePrivateAccessPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7591571Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateApprovalStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7592581Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateApprovalProcess.json' from root:root to runner:runner
2025-08-20T19:16:14.7593408Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateWmInfoMapping.json' from root:root to runner:runner
2025-08-20T19:16:14.7594303Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListDynamicRoutes.json' from root:root to runner:runner
2025-08-20T19:16:14.7595245Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUserDevicesSharingStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7596061Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteUserDevices.json' from root:root to runner:runner
2025-08-20T19:16:14.7596934Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessApplications.json' from root:root to runner:runner
2025-08-20T19:16:14.7597809Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeletePrivateAccessApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.7598619Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteClientUser.json' from root:root to runner:runner
2025-08-20T19:16:14.7599418Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7600238Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetActiveIdpConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7601450Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessApplicationsForDynamicRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.7602370Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ExportUserDevices.json' from root:root to runner:runner
2025-08-20T19:16:14.7603505Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListRegistrationPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.7604340Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetRegistrationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7605288Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPopTrafficStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.7606347Z [00:02:20.775]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovals.json' from root:root to runner:runner
2025-08-20T19:16:14.7607192Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovalSchemas.json' from root:root to runner:runner
2025-08-20T19:16:14.7608001Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateClientUser.json' from root:root to runner:runner
2025-08-20T19:16:14.7608782Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas' from root:root to runner:runner
2025-08-20T19:16:14.7609683Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeDdosEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.7610513Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/CheckAccessLogAuth.json' from root:root to runner:runner
2025-08-20T19:16:14.7611365Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeExcpetionCount.json' from root:root to runner:runner
2025-08-20T19:16:14.7612250Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListOpenedAccessLogInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.7613333Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7614166Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeRdStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7614982Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/GetSlsOpenStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7615846Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/CreateSchedruleOnDemand.json' from root:root to runner:runner
2025-08-20T19:16:14.7616818Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ConfigSchedruleOnDemand.json' from root:root to runner:runner
2025-08-20T19:16:14.7617649Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeleteRdMemberList.json' from root:root to runner:runner
2025-08-20T19:16:14.7618894Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeOpEntities.json' from root:root to runner:runner
2025-08-20T19:16:14.7620399Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeleteSchedruleOnDemand.json' from root:root to runner:runner
2025-08-20T19:16:14.7621999Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ModifyRemark.json' from root:root to runner:runner
2025-08-20T19:16:14.7623770Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListPolicyAttachment.json' from root:root to runner:runner
2025-08-20T19:16:14.7625540Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ReleaseDdosOriginInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.7627059Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ModifyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7628644Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7629867Z [00:02:20.776]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7630797Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DettachAssetGroupToInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.7631647Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7632758Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeOnDemandInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7633614Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:14.7634404Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeleteIp.json' from root:root to runner:runner
2025-08-20T19:16:14.7635236Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribePackIpList.json' from root:root to runner:runner
2025-08-20T19:16:14.7636139Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.7636971Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7637861Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeTraffic.json' from root:root to runner:runner
2025-08-20T19:16:14.7638710Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ModifyPolicyContent.json' from root:root to runner:runner
2025-08-20T19:16:14.7639562Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeRdMemberList.json' from root:root to runner:runner
2025-08-20T19:16:14.7640385Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeAssetGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7641261Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/AddRdMemberList.json' from root:root to runner:runner
2025-08-20T19:16:14.7642071Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/AttachToPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7643309Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeAssetGroupToInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.7644197Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/SetInstanceModeOnDemand.json' from root:root to runner:runner
2025-08-20T19:16:14.7645092Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeDdosOriginInstanceBill.json' from root:root to runner:runner
2025-08-20T19:16:14.7645911Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.7646705Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/CheckGrant.json' from root:root to runner:runner
2025-08-20T19:16:14.7647476Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/AddIp.json' from root:root to runner:runner
2025-08-20T19:16:14.7648285Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7649083Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7649982Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeleteBlackhole.json' from root:root to runner:runner
2025-08-20T19:16:14.7650821Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeInstanceSpecs.json' from root:root to runner:runner
2025-08-20T19:16:14.7651731Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/QuerySchedruleOnDemand.json' from root:root to runner:runner
2025-08-20T19:16:14.7652846Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/AttachAssetGroupToInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.7653735Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeOnDemandDdosEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.7654552Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DetachFromPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7655360Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp' from root:root to runner:runner
2025-08-20T19:16:14.7656335Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.7657225Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DeleteTag.json' from root:root to runner:runner
2025-08-20T19:16:14.7658148Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DescribeEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.7659046Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ReloadSlot.json' from root:root to runner:runner
2025-08-20T19:16:14.7659960Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListComponents.json' from root:root to runner:runner
2025-08-20T19:16:14.7660853Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DescribeSlot.json' from root:root to runner:runner
2025-08-20T19:16:14.7661760Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DeleteEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.7662946Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateTag.json' from root:root to runner:runner
2025-08-20T19:16:14.7663958Z [00:02:20.777]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/UpdateSlot.json' from root:root to runner:runner
2025-08-20T19:16:14.7664855Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/StopSlot.json' from root:root to runner:runner
2025-08-20T19:16:14.7665765Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.7666751Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/QuerySlotMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.7667647Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListTags.json' from root:root to runner:runner
2025-08-20T19:16:14.7668544Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DeleteSlot.json' from root:root to runner:runner
2025-08-20T19:16:14.7669506Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/BindEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.7670463Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:14.7671372Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateSlots.json' from root:root to runner:runner
2025-08-20T19:16:14.7672280Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/UnbindEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.7673855Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.7674798Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListSlots.json' from root:root to runner:runner
2025-08-20T19:16:14.7675712Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:14.7676640Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DescribeComponent.json' from root:root to runner:runner
2025-08-20T19:16:14.7677583Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/QueryInstanceMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.7678734Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateSlot.json' from root:root to runner:runner
2025-08-20T19:16:14.7679657Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/QueryStatistic.json' from root:root to runner:runner
2025-08-20T19:16:14.7680664Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DescribeInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.7681580Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/UpdateInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.7682671Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator' from root:root to runner:runner
2025-08-20T19:16:14.7683580Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/goodstech/ClassifyCommodity.json' from root:root to runner:runner
2025-08-20T19:16:14.7684402Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/goodstech' from root:root to runner:runner
2025-08-20T19:16:14.7685322Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateUserProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:14.7686196Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioningEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.7686988Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.7687850Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteAccessAssignment.json' from root:root to runner:runner
2025-08-20T19:16:14.7688776Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUserMFAAuthenticationSettings.json' from root:root to runner:runner
2025-08-20T19:16:14.7689614Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetLoginPreference.json' from root:root to runner:runner
2025-08-20T19:16:14.7690426Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/AddUserToGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7691782Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.7693472Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7695351Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ProvisionAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.7697014Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteUserProvisioningEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.7698680Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListUserProvisioningEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.7700384Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateMFAAuthenticationSettings.json' from root:root to runner:runner
2025-08-20T19:16:14.7701767Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetMFAAuthenticationSettingInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.7702909Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserId.json' from root:root to runner:runner
2025-08-20T19:16:14.7703958Z [00:02:20.778]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListExternalSAMLIdPCertificates.json' from root:root to runner:runner
2025-08-20T19:16:14.7704904Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListGroupMembers.json' from root:root to runner:runner
2025-08-20T19:16:14.7705714Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:14.7706531Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DisableService.json' from root:root to runner:runner
2025-08-20T19:16:14.7707342Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7708256Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioningConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.7709183Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListAccessConfigurationProvisionings.json' from root:root to runner:runner
2025-08-20T19:16:14.7710078Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7711058Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.7712000Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetMFAAuthenticationStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7713085Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetSCIMSynchronizationStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7713936Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ResetUserPassword.json' from root:root to runner:runner
2025-08-20T19:16:14.7714848Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ClearExternalSAMLIdentityProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.7715745Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeprovisionAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.7716714Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioningRdAccountStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.7717577Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:14.7718514Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateSCIMServerCredential.json' from root:root to runner:runner
2025-08-20T19:16:14.7719362Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListMFADevicesForUser.json' from root:root to runner:runner
2025-08-20T19:16:14.7720251Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioningStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.7721082Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.7721887Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.7722988Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/RemoveUserFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7723865Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.7724863Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/RemoveExternalSAMLIdPCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.7725736Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/EnableService.json' from root:root to runner:runner
2025-08-20T19:16:14.7726678Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetDirectorySAMLServiceProviderInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.7727631Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateInlinePolicyForAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.7728419Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7729225Z [00:02:20.779]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7730034Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.7730963Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetMFAAuthenticationStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7731815Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetDirectoryStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.7733228Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetExternalSAMLIdentityProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.7734125Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.7734933Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:14.7735821Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/AddExternalSAMLIdPCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.7736672Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateAccessAssignment.json' from root:root to runner:runner
2025-08-20T19:16:14.7737515Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/EnableDelegateAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7738444Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.7739250Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.7740152Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListUserProvisionings.json' from root:root to runner:runner
2025-08-20T19:16:14.7740972Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListDirectories.json' from root:root to runner:runner
2025-08-20T19:16:14.7741826Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.7742920Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/RetryUserProvisioningEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.7743772Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetLoginPreference.json' from root:root to runner:runner
2025-08-20T19:16:14.7744578Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetTaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7745590Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUserProvisioningConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.7746432Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetTask.json' from root:root to runner:runner
2025-08-20T19:16:14.7747399Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListPermissionPoliciesInAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.7748248Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUserProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:14.7749104Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteUserProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:14.7749906Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7750746Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListAccessAssignments.json' from root:root to runner:runner
2025-08-20T19:16:14.7751568Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7752693Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetMFAAuthenticationSettings.json' from root:root to runner:runner
2025-08-20T19:16:14.7753574Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:14.7754431Z [00:02:20.780]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DisableDelegateAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7755307Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetSCIMSynchronizationStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7756222Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserMFAAuthenticationSettings.json' from root:root to runner:runner
2025-08-20T19:16:14.7757029Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.7757936Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateSCIMServerCredentialStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7758900Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetExternalSAMLIdentityProvider.json' from root:root to runner:runner
2025-08-20T19:16:14.7759763Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListJoinedGroupsForUser.json' from root:root to runner:runner
2025-08-20T19:16:14.7760697Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteSCIMServerCredential.json' from root:root to runner:runner
2025-08-20T19:16:14.7761531Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7762628Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:14.7763605Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteMFADeviceForUser.json' from root:root to runner:runner
2025-08-20T19:16:14.7764950Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListAccessConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:14.7766498Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListSCIMServerCredentials.json' from root:root to runner:runner
2025-08-20T19:16:14.7768518Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/AddPermissionPolicyToAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.7769885Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso' from root:root to runner:runner
2025-08-20T19:16:14.7771654Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DisableLoadBalancerIpv6Internet.json' from root:root to runner:runner
2025-08-20T19:16:14.7773528Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateLoadBalancerAddressTypeConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7774869Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/StartShiftLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:14.7775684Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7776463Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7777245Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:14.7778203Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteHealthCheckTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.7779089Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7779865Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.7780657Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AddEntriesToAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.7781425Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAcls.json' from root:root to runner:runner
2025-08-20T19:16:14.7782234Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:14.7783293Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAScripts.json' from root:root to runner:runner
2025-08-20T19:16:14.7784180Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/LoadBalancerJoinSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7785109Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateListenerLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7785951Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AddServersToServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7786863Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7787684Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7788624Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AttachCommonBandwidthPackageToLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:14.7789451Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7790292Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListListenerCertificates.json' from root:root to runner:runner
2025-08-20T19:16:14.7791202Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ApplyHealthCheckTemplateToServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7792122Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/EnableLoadBalancerAccessLog.json' from root:root to runner:runner
2025-08-20T19:16:14.7793188Z [00:02:20.781]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/StartListener.json' from root:root to runner:runner
2025-08-20T19:16:14.7794049Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:14.7794850Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7795806Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AssociateAdditionalCertificatesWithListener.json' from root:root to runner:runner
2025-08-20T19:16:14.7796704Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateServerGroupServersAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7797604Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateHealthCheckTemplateAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7798454Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DisableDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.7799356Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/GetLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7800248Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListServerGroupServers.json' from root:root to runner:runner
2025-08-20T19:16:14.7801093Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateHealthCheckTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.7801899Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.7802872Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteAScripts.json' from root:root to runner:runner
2025-08-20T19:16:14.7803747Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListSecurityPolicyRelations.json' from root:root to runner:runner
2025-08-20T19:16:14.7804556Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7805496Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DisableLoadBalancerAccessLog.json' from root:root to runner:runner
2025-08-20T19:16:14.7806277Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.7807147Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7808025Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/LoadBalancerLeaveSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7808812Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAsynJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.7809614Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:14.7810469Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateLoadBalancerEdition.json' from root:root to runner:runner
2025-08-20T19:16:14.7811254Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateAScripts.json' from root:root to runner:runner
2025-08-20T19:16:14.7812143Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/RemoveEntriesFromAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.7813102Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7813991Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7814837Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7815606Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateAcl.json' from root:root to runner:runner
2025-08-20T19:16:14.7816431Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/GetListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7817444Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteListener.json' from root:root to runner:runner
2025-08-20T19:16:14.7818397Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.7819451Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DissociateAdditionalCertificatesFromListener.json' from root:root to runner:runner
2025-08-20T19:16:14.7820255Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListListeners.json' from root:root to runner:runner
2025-08-20T19:16:14.7821163Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/GetHealthCheckTemplateAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7821992Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateAclAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7823199Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAclRelations.json' from root:root to runner:runner
2025-08-20T19:16:14.7824032Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7824914Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CancelShiftLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:14.7825701Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7826577Z [00:02:20.782]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7827432Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DissociateAclsFromListener.json' from root:root to runner:runner
2025-08-20T19:16:14.7828290Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateListener.json' from root:root to runner:runner
2025-08-20T19:16:14.7829137Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AssociateAclsWithListener.json' from root:root to runner:runner
2025-08-20T19:16:14.7829998Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ReplaceServersInServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7830775Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/StopListener.json' from root:root to runner:runner
2025-08-20T19:16:14.7831738Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/GetListenerHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7833262Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListHealthCheckTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.7834231Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateRulesAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7835365Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:14.7836952Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DetachCommonBandwidthPackageFromLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:14.7838563Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListSecurityPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.7840074Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7841678Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListSystemSecurityPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.7843378Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:14.7845018Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateSecurityPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7846241Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/RemoveServersFromServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7847142Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/EnableLoadBalancerIpv6Internet.json' from root:root to runner:runner
2025-08-20T19:16:14.7848025Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAclEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.7848867Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/EnableDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.7849658Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateAScripts.json' from root:root to runner:runner
2025-08-20T19:16:14.7850565Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7851273Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb' from root:root to runner:runner
2025-08-20T19:16:14.7852169Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CancelChangeAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:14.7853293Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:14.7854179Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListPolicyVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.7855052Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7855991Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/InviteAccountToResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.7856823Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7857720Z [00:02:20.783]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateAutoGroupingRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7858549Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7859444Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CancelCreateCloudAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7860336Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/MoveAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7861328Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAssociatedTransferSetting.json' from root:root to runner:runner
2025-08-20T19:16:14.7862259Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListDelegatedServicesForAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7863345Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CheckAccountDelete.json' from root:root to runner:runner
2025-08-20T19:16:14.7864187Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAccounts.json' from root:root to runner:runner
2025-08-20T19:16:14.7865143Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateAutoGroupingRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7865993Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAncestors.json' from root:root to runner:runner
2025-08-20T19:16:14.7866923Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetPayerForAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7867895Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetServiceLinkedRoleDeletionStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7868779Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/BindSecureMobilePhone.json' from root:root to runner:runner
2025-08-20T19:16:14.7869693Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListDelegatedAdministrators.json' from root:root to runner:runner
2025-08-20T19:16:14.7870595Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTrustedServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7871498Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateAutoGroupingConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.7872370Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListFoldersForParent.json' from root:root to runner:runner
2025-08-20T19:16:14.7873476Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/RetryChangeAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:14.7874446Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/RemoveCloudAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7875382Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7876246Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreatePolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.7877084Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.7877971Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListHandshakesForAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7878904Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAutoGroupingRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7879735Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DetachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7880646Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7881527Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateResourceAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7882355Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListRoles.json' from root:root to runner:runner
2025-08-20T19:16:14.7883465Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.7884446Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTargetAttachmentsForControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7885312Z [00:02:20.784]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListResourceGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.7886187Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/EnableControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7887121Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/RegisterDelegatedAdministrator.json' from root:root to runner:runner
2025-08-20T19:16:14.7888057Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetHandshake.json' from root:root to runner:runner
2025-08-20T19:16:14.7889091Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7890130Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ResendCreateCloudAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:14.7890987Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7891969Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:14.7893208Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/SendVerificationCodeForEnableRD.json' from root:root to runner:runner
2025-08-20T19:16:14.7894139Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateRole.json' from root:root to runner:runner
2025-08-20T19:16:14.7895178Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/EnableAssociatedTransfer.json' from root:root to runner:runner
2025-08-20T19:16:14.7896026Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7896972Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeregisterDelegatedAdministrator.json' from root:root to runner:runner
2025-08-20T19:16:14.7897846Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAutoGroupingRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7898685Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.7899508Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteRole.json' from root:root to runner:runner
2025-08-20T19:16:14.7900362Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeclineHandshake.json' from root:root to runner:runner
2025-08-20T19:16:14.7901234Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7902211Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/EnableResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.7903351Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetResourceGroupResourceCounts.json' from root:root to runner:runner
2025-08-20T19:16:14.7904379Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListHandshakesForResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.7905346Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListControlPolicyAttachmentsForTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.7906277Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7907661Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeletePolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.7909010Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/AcceptHandshake.json' from root:root to runner:runner
2025-08-20T19:16:14.7910745Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteAutoGroupingRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7912603Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ChangeAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:14.7914239Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7915807Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7917577Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListPolicyAttachments.json' from root:root to runner:runner
2025-08-20T19:16:14.7918585Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteFolder.json' from root:root to runner:runner
2025-08-20T19:16:14.7919536Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateAssociatedTransferSetting.json' from root:root to runner:runner
2025-08-20T19:16:14.7920454Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAccountDeletionCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:14.7921422Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7922298Z [00:02:20.785]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DisableAutoGrouping.json' from root:root to runner:runner
2025-08-20T19:16:14.7923741Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DisableControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7924650Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/InitResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.7925580Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateFolder.json' from root:root to runner:runner
2025-08-20T19:16:14.7926497Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7927382Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/AttachControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7928254Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7929176Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/SetMemberDeletionPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.7930190Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json' from root:root to runner:runner
2025-08-20T19:16:14.7931026Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7931888Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/EnableAutoGrouping.json' from root:root to runner:runner
2025-08-20T19:16:14.7933012Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/SetDefaultPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.7933948Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CancelPromoteResourceAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7934826Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAutoGroupingStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7935748Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/AttachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7936616Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DetachControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.7937605Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAccountsForParent.json' from root:root to runner:runner
2025-08-20T19:16:14.7938486Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:14.7939433Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/PromoteResourceAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7940325Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7941228Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAccountDeletionStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7942082Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.7943240Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetControlPolicyEnablementStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7944074Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetRole.json' from root:root to runner:runner
2025-08-20T19:16:14.7944973Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DisableAssociatedTransfer.json' from root:root to runner:runner
2025-08-20T19:16:14.7945843Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7946691Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/MoveResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7947520Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateRole.json' from root:root to runner:runner
2025-08-20T19:16:14.7948385Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListControlPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.7949201Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetFolder.json' from root:root to runner:runner
2025-08-20T19:16:14.7950136Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CancelHandshake.json' from root:root to runner:runner
2025-08-20T19:16:14.7951029Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateFolder.json' from root:root to runner:runner
2025-08-20T19:16:14.7951921Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DestroyResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.7953131Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ResendPromoteResourceAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:14.7954004Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateCloudAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.7954821Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager' from root:root to runner:runner
2025-08-20T19:16:14.7955691Z [00:02:20.786]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetAccessControlListAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7956562Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancerTCPListener.json' from root:root to runner:runner
2025-08-20T19:16:14.7957421Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeVServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7958273Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:14.7959132Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeServerCertificates.json' from root:root to runner:runner
2025-08-20T19:16:14.7960006Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancerHTTPListener.json' from root:root to runner:runner
2025-08-20T19:16:14.7960890Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveVServerGroupBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:14.7961746Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateMasterSlaveServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7963192Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteAccessLogsDownloadAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7964193Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7965032Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.7965908Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:14.7966828Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerTCPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7967977Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeDomainExtensionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7968969Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerUDPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.7969814Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteServerCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.7970690Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyVServerGroupBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:14.7971575Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancerHTTPSListener.json' from root:root to runner:runner
2025-08-20T19:16:14.7972647Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveListenerWhiteListItem.json' from root:root to runner:runner
2025-08-20T19:16:14.7973797Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerListeners.json' from root:root to runner:runner
2025-08-20T19:16:14.7974641Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateDomainExtension.json' from root:root to runner:runner
2025-08-20T19:16:14.7975498Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/EnableHighDefinationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.7976330Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetCACertificateName.json' from root:root to runner:runner
2025-08-20T19:16:14.7977138Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateVServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.7977959Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteCACertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.7978859Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:14.7979746Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeCACertificates.json' from root:root to runner:runner
2025-08-20T19:16:14.7981045Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:14.7982821Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/StartLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:14.7984352Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddTags.json' from root:root to runner:runner
2025-08-20T19:16:14.7986095Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/UploadServerCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.7987664Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/UploadCACertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.7989230Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ListTLSCipherPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.7990729Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:14.7991618Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeRules.json' from root:root to runner:runner
2025-08-20T19:16:14.7992698Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.7993502Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetRule.json' from root:root to runner:runner
2025-08-20T19:16:14.7994345Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetServerCertificateName.json' from root:root to runner:runner
2025-08-20T19:16:14.7995206Z [00:02:20.787]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyLoadBalancerPayType.json' from root:root to runner:runner
2025-08-20T19:16:14.7996037Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteDomainExtension.json' from root:root to runner:runner
2025-08-20T19:16:14.7997017Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyLoadBalancerInternetSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.7997791Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveTags.json' from root:root to runner:runner
2025-08-20T19:16:14.7998692Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateAccessControlList.json' from root:root to runner:runner
2025-08-20T19:16:14.7999572Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerDeleteProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.8000490Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteMasterSlaveServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8001366Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetListenerAccessControlStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8002325Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeAccessLogsDownloadAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8003467Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8004335Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetVServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8005239Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeMasterSlaveServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.8006090Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8006913Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:14.8007825Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeAccessControlListAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8008655Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateTLSCipherPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8009585Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerUDPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8010366Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteRules.json' from root:root to runner:runner
2025-08-20T19:16:14.8011267Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteVServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8012072Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.8013187Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetAccessLogsDownloadAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8014112Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerHTTPSListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8015047Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetTLSCipherPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8015898Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8016844Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyLoadBalancerInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:14.8017670Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8018540Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveAccessControlListEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.8019456Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeListenerAccessControlAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8020297Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddListenerWhiteListItem.json' from root:root to runner:runner
2025-08-20T19:16:14.8021181Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyLoadBalancerInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.8021966Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8023001Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerName.json' from root:root to runner:runner
2025-08-20T19:16:14.8023879Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddVServerGroupBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:14.8024732Z [00:02:20.788]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeAccessControlLists.json' from root:root to runner:runner
2025-08-20T19:16:14.8025673Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancerUDPListener.json' from root:root to runner:runner
2025-08-20T19:16:14.8026646Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerHTTPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8027428Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:14.8028424Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerHTTPSListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8029340Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerModificationProtection.json' from root:root to runner:runner
2025-08-20T19:16:14.8030236Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/StopLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:14.8031024Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:14.8031884Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddAccessControlListEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.8032912Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:14.8033787Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetDomainExtensionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8034638Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteAccessControlList.json' from root:root to runner:runner
2025-08-20T19:16:14.8035427Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateRules.json' from root:root to runner:runner
2025-08-20T19:16:14.8036297Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeHighDefinationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.8037220Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeDomainExtensions.json' from root:root to runner:runner
2025-08-20T19:16:14.8038083Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyHighDefinationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.8038973Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeVServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.8039917Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerHTTPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8040815Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerTCPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8041644Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteTLSCipherPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8042791Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:14.8043812Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeMasterSlaveServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8044529Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb' from root:root to runner:runner
2025-08-20T19:16:14.8045398Z [00:02:20.789]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeTransferHistory.json' from root:root to runner:runner
2025-08-20T19:16:14.8046235Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:14.8047111Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreatePortsForClickHouse.json' from root:root to runner:runner
2025-08-20T19:16:14.8047996Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.8048815Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8049718Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckModifyConfigNeedRestart.json' from root:root to runner:runner
2025-08-20T19:16:14.8050687Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.8051545Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeAllDataSources.json' from root:root to runner:runner
2025-08-20T19:16:14.8052827Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeConfigHistory.json' from root:root to runner:runner
2025-08-20T19:16:14.8054370Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeColumns.json' from root:root to runner:runner
2025-08-20T19:16:14.8056047Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8057627Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DeleteDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8059309Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.8060935Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeAllDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.8062890Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8063932Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/AllocateClusterPublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.8064822Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:14.8065646Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DeleteSyndb.json' from root:root to runner:runner
2025-08-20T19:16:14.8066564Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ReleaseClusterPublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.8067401Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:14.8068302Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterPerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.8069123Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeSchemas.json' from root:root to runner:runner
2025-08-20T19:16:14.8070046Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeProcessList.json' from root:root to runner:runner
2025-08-20T19:16:14.8070914Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.8071791Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/KillProcess.json' from root:root to runner:runner
2025-08-20T19:16:14.8072866Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.8073808Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeConfigVersionDifference.json' from root:root to runner:runner
2025-08-20T19:16:14.8074678Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateRDSToClickhouseDb.json' from root:root to runner:runner
2025-08-20T19:16:14.8075619Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8076554Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/UpgradeMinorVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.8077415Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:14.8078311Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyMinorVersionGreadeType.json' from root:root to runner:runner
2025-08-20T19:16:14.8079138Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeTables.json' from root:root to runner:runner
2025-08-20T19:16:14.8080002Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:14.8080824Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeSynDbs.json' from root:root to runner:runner
2025-08-20T19:16:14.8081709Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:14.8082801Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterNetInfoItems.json' from root:root to runner:runner
2025-08-20T19:16:14.8083729Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateSQLAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.8084573Z [00:02:20.790]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeOSSStorage.json' from root:root to runner:runner
2025-08-20T19:16:14.8085556Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterAccessWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.8086428Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeAccountAuthority.json' from root:root to runner:runner
2025-08-20T19:16:14.8087331Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterConfigInXML.json' from root:root to runner:runner
2025-08-20T19:16:14.8088152Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.8089096Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterConfigInXML.json' from root:root to runner:runner
2025-08-20T19:16:14.8089980Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateOSSStorage.json' from root:root to runner:runner
2025-08-20T19:16:14.8090848Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckScaleOutBalanced.json' from root:root to runner:runner
2025-08-20T19:16:14.8091677Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/RestartInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.8092713Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8093566Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckMonitorAlert.json' from root:root to runner:runner
2025-08-20T19:16:14.8094390Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/TransferVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.8095232Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8096086Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckClickhouseToRDS.json' from root:root to runner:runner
2025-08-20T19:16:14.8096913Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8097840Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8098680Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeSynDbTables.json' from root:root to runner:runner
2025-08-20T19:16:14.8099577Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.8100456Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateAccountAndAuthority.json' from root:root to runner:runner
2025-08-20T19:16:14.8101324Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyAccountAuthority.json' from root:root to runner:runner
2025-08-20T19:16:14.8102191Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateMonitorDataReport.json' from root:root to runner:runner
2025-08-20T19:16:14.8103278Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8104261Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterAccessWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.8105127Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyRDSToClickhouseDb.json' from root:root to runner:runner
2025-08-20T19:16:14.8106074Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.8106955Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse' from root:root to runner:runner
2025-08-20T19:16:14.8107801Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetAlarmDetailById.json' from root:root to runner:runner
2025-08-20T19:16:14.8108600Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/SendCustomEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.8109399Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetVulListById.json' from root:root to runner:runner
2025-08-20T19:16:14.8110241Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetDocumentSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.8111266Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSowList.json' from root:root to runner:runner
2025-08-20T19:16:14.8112087Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetConsoleScore.json' from root:root to runner:runner
2025-08-20T19:16:14.8113429Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/PageServiceCustomer.json' from root:root to runner:runner
2025-08-20T19:16:14.8114364Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetVulSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.8115181Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/DeleteDjbhReport.json' from root:root to runner:runner
2025-08-20T19:16:14.8115974Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetDetailById.json' from root:root to runner:runner
2025-08-20T19:16:14.8116773Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSafetyCover.json' from root:root to runner:runner
2025-08-20T19:16:14.8117720Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetDocumentDownloadUrl.json' from root:root to runner:runner
2025-08-20T19:16:14.8118606Z [00:02:20.791]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetBaselineSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.8119418Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetVulPageSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.8120259Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:14.8121067Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/DisposeWorkTask.json' from root:root to runner:runner
2025-08-20T19:16:14.8121900Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetAttackedAssetDeal.json' from root:root to runner:runner
2025-08-20T19:16:14.8122963Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/DisposeServiceWorkOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.8124018Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetWorkTaskSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.8125307Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSuspEventSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.8127020Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetRecentDocument.json' from root:root to runner:runner
2025-08-20T19:16:14.8128598Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSuspPageSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.8130064Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8131768Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/CreateServiceWorkOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.8133546Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/ConfirmDjbhReport.json' from root:root to runner:runner
2025-08-20T19:16:14.8134728Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetVulItemPage.json' from root:root to runner:runner
2025-08-20T19:16:14.8135699Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/DescribeServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:14.8136525Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSuspEventPage.json' from root:root to runner:runner
2025-08-20T19:16:14.8137394Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetDocumentPage.json' from root:root to runner:runner
2025-08-20T19:16:14.8138101Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp' from root:root to runner:runner
2025-08-20T19:16:14.8138964Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceNetworkOptions.json' from root:root to runner:runner
2025-08-20T19:16:14.8139797Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AllocateDedicatedHosts.json' from root:root to runner:runner
2025-08-20T19:16:14.8140632Z [00:02:20.792]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.8141465Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiskMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:14.8142306Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInvocationResults.json' from root:root to runner:runner
2025-08-20T19:16:14.8143400Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:14.8144282Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeUserData.json' from root:root to runner:runner
2025-08-20T19:16:14.8145069Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:14.8145861Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RebootInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8146783Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVirtualBorderRouters.json' from root:root to runner:runner
2025-08-20T19:16:14.8147747Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeElasticityAssuranceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8148519Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachDisk.json' from root:root to runner:runner
2025-08-20T19:16:14.8149431Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AssignPrivateIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:14.8150285Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiskDefaultKMSKeyId.json' from root:root to runner:runner
2025-08-20T19:16:14.8151153Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSpotAdvice.json' from root:root to runner:runner
2025-08-20T19:16:14.8151934Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StartInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.8153013Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNatGateways.json' from root:root to runner:runner
2025-08-20T19:16:14.8153816Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.8154596Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDisk.json' from root:root to runner:runner
2025-08-20T19:16:14.8155475Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyImageShareGroupPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.8156298Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRenewalPrice.json' from root:root to runner:runner
2025-08-20T19:16:14.8157096Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.8158021Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8158886Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRecommendInstanceType.json' from root:root to runner:runner
2025-08-20T19:16:14.8159790Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyEipAddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8160630Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeBandwidthPackages.json' from root:root to runner:runner
2025-08-20T19:16:14.8161510Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSecurityGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8162302Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8163517Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNewProjectEipMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:14.8164338Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AssignIpv6Addresses.json' from root:root to runner:runner
2025-08-20T19:16:14.8165216Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVpcs.json' from root:root to runner:runner
2025-08-20T19:16:14.8166059Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImageComponents.json' from root:root to runner:runner
2025-08-20T19:16:14.8166919Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCapacityReservations.json' from root:root to runner:runner
2025-08-20T19:16:14.8167729Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/JoinSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8168553Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceVncUrl.json' from root:root to runner:runner
2025-08-20T19:16:14.8169400Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RevokeSecurityGroupEgress.json' from root:root to runner:runner
2025-08-20T19:16:14.8170291Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/PurchaseReservedInstancesOffering.json' from root:root to runner:runner
2025-08-20T19:16:14.8171155Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeStorageCapacityUnits.json' from root:root to runner:runner
2025-08-20T19:16:14.8172035Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDeploymentSet.json' from root:root to runner:runner
2025-08-20T19:16:14.8173071Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8173966Z [00:02:20.793]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ExportSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:14.8174797Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.8175634Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotsUsage.json' from root:root to runner:runner
2025-08-20T19:16:14.8176467Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSendFileResults.json' from root:root to runner:runner
2025-08-20T19:16:14.8177390Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.8178505Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.8179332Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StopInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.8180184Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeReservedInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8181025Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySnapshotAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8181890Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiagnosticMetricSets.json' from root:root to runner:runner
2025-08-20T19:16:14.8182935Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RedeployDedicatedHost.json' from root:root to runner:runner
2025-08-20T19:16:14.8183964Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyElasticityAssurance.json' from root:root to runner:runner
2025-08-20T19:16:14.8184926Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyImageSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:14.8185796Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.8186598Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.8187423Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDiagnosticReport.json' from root:root to runner:runner
2025-08-20T19:16:14.8188258Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AssociateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.8189033Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReInitDisk.json' from root:root to runner:runner
2025-08-20T19:16:14.8189926Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceModificationPrice.json' from root:root to runner:runner
2025-08-20T19:16:14.8190715Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteCommand.json' from root:root to runner:runner
2025-08-20T19:16:14.8191672Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UnassociateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.8192751Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelCopyImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8193627Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyCloudAssistantSettings.json' from root:root to runner:runner
2025-08-20T19:16:14.8194459Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotLinks.json' from root:root to runner:runner
2025-08-20T19:16:14.8195262Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RedeployInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.8196326Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySecurityGroupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8197703Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePortRangeListAssociations.json' from root:root to runner:runner
2025-08-20T19:16:14.8199589Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json' from root:root to runner:runner
2025-08-20T19:16:14.8201457Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyVirtualBorderRouterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8203257Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AssociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:14.8204893Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.8206394Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RenewElasticityAssurances.json' from root:root to runner:runner
2025-08-20T19:16:14.8207646Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyHpcClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8208560Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DisableDiskEncryptionByDefault.json' from root:root to runner:runner
2025-08-20T19:16:14.8209343Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDisks.json' from root:root to runner:runner
2025-08-20T19:16:14.8210224Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ResizeDisk.json' from root:root to runner:runner
2025-08-20T19:16:14.8211121Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:14.8212081Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyStorageCapacityUnitAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8213357Z [00:02:20.794]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateImageComponent.json' from root:root to runner:runner
2025-08-20T19:16:14.8214461Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeBandwidthLimitation.json' from root:root to runner:runner
2025-08-20T19:16:14.8215315Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyPrepayInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.8216106Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:14.8216968Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDedicatedHosts.json' from root:root to runner:runner
2025-08-20T19:16:14.8217855Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ResetDisk.json' from root:root to runner:runner
2025-08-20T19:16:14.8218712Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeEipMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:14.8219648Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/PurchaseElasticityAssurance.json' from root:root to runner:runner
2025-08-20T19:16:14.8220473Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyManagedInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.8221276Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RebootInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.8222046Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ExportImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8223165Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeResourcesModification.json' from root:root to runner:runner
2025-08-20T19:16:14.8223980Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:14.8224907Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.8225750Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:14.8226665Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNetworkInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:14.8227486Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachClassicLinkVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.8228343Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDiagnosticMetricSet.json' from root:root to runner:runner
2025-08-20T19:16:14.8229144Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UnassociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:14.8229984Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8230800Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySnapshotGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8231733Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UnassignIpv6Addresses.json' from root:root to runner:runner
2025-08-20T19:16:14.8232869Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceMaintenanceAttributes.json' from root:root to runner:runner
2025-08-20T19:16:14.8233837Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostsChargeType.json' from root:root to runner:runner
2025-08-20T19:16:14.8234596Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AddTags.json' from root:root to runner:runner
2025-08-20T19:16:14.8235468Z [00:02:20.795]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCloudAssistantStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8236240Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ResetDisks.json' from root:root to runner:runner
2025-08-20T19:16:14.8237040Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.8237858Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteImageComponent.json' from root:root to runner:runner
2025-08-20T19:16:14.8238710Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:14.8239562Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:14.8240353Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImages.json' from root:root to runner:runner
2025-08-20T19:16:14.8241196Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDiagnosticReports.json' from root:root to runner:runner
2025-08-20T19:16:14.8242090Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyPhysicalConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8243306Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8244090Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CopyImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8244957Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceHistoryEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.8245902Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDedicatedHostCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8246795Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImagePipelines.json' from root:root to runner:runner
2025-08-20T19:16:14.8247624Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachInstanceRamRole.json' from root:root to runner:runner
2025-08-20T19:16:14.8248419Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8249222Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ListPluginStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8250041Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePrefixLists.json' from root:root to runner:runner
2025-08-20T19:16:14.8250897Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/PurchaseStorageCapacityUnit.json' from root:root to runner:runner
2025-08-20T19:16:14.8251696Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteHpcCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8252913Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ImportKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:14.8254083Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCommands.json' from root:root to runner:runner
2025-08-20T19:16:14.8254981Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8255817Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReActivateInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8256663Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRouteTables.json' from root:root to runner:runner
2025-08-20T19:16:14.8257581Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAccessPoints.json' from root:root to runner:runner
2025-08-20T19:16:14.8258497Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskChargeType.json' from root:root to runner:runner
2025-08-20T19:16:14.8259333Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceRamRole.json' from root:root to runner:runner
2025-08-20T19:16:14.8260252Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.8261122Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateActivation.json' from root:root to runner:runner
2025-08-20T19:16:14.8261941Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyHaVipAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8262962Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteSnapshotGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8263844Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyBandwidthPackageSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.8264700Z [00:02:20.796]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RemoveBandwidthPackageIps.json' from root:root to runner:runner
2025-08-20T19:16:14.8265551Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDedicatedHostTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.8266451Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8267362Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceVncPasswd.json' from root:root to runner:runner
2025-08-20T19:16:14.8268320Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImageSupportInstanceTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.8269101Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ImportImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8269909Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreatePrefixList.json' from root:root to runner:runner
2025-08-20T19:16:14.8271085Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RemoveTags.json' from root:root to runner:runner
2025-08-20T19:16:14.8272765Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8274550Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeElasticityAssuranceInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8276157Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeletePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.8277826Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeActivations.json' from root:root to runner:runner
2025-08-20T19:16:14.8279525Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceAutoReleaseTime.json' from root:root to runner:runner
2025-08-20T19:16:14.8281002Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.8282248Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeletePortRangeList.json' from root:root to runner:runner
2025-08-20T19:16:14.8283387Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRouterInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:14.8284330Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAutoProvisioningGroupHistory.json' from root:root to runner:runner
2025-08-20T19:16:14.8285149Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RenewDedicatedHosts.json' from root:root to runner:runner
2025-08-20T19:16:14.8286160Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AllocateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.8286983Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyPortRangeList.json' from root:root to runner:runner
2025-08-20T19:16:14.8287887Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeEniMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:14.8288704Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateHpcCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8289496Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateCommand.json' from root:root to runner:runner
2025-08-20T19:16:14.8290362Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeUserBusinessBehavior.json' from root:root to runner:runner
2025-08-20T19:16:14.8291153Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.8291952Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVRouters.json' from root:root to runner:runner
2025-08-20T19:16:14.8293090Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AuthorizeSecurityGroupEgress.json' from root:root to runner:runner
2025-08-20T19:16:14.8293923Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInvocations.json' from root:root to runner:runner
2025-08-20T19:16:14.8294896Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePrefixListAssociations.json' from root:root to runner:runner
2025-08-20T19:16:14.8295744Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyRouterInterfaceSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.8296595Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.8297410Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/LeaveSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8298224Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:14.8299126Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNetworkInterfacePermissions.json' from root:root to runner:runner
2025-08-20T19:16:14.8300016Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.8300920Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskDefaultKMSKeyId.json' from root:root to runner:runner
2025-08-20T19:16:14.8301742Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyImageAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8302744Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateSnapshotGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8303578Z [00:02:20.797]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateImagePipeline.json' from root:root to runner:runner
2025-08-20T19:16:14.8304435Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceClockOptions.json' from root:root to runner:runner
2025-08-20T19:16:14.8305286Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDedicatedHostCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8306126Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:14.8307033Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachInstanceRamRole.json' from root:root to runner:runner
2025-08-20T19:16:14.8307879Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiagnosticMetrics.json' from root:root to runner:runner
2025-08-20T19:16:14.8308772Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AllocatePublicIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.8309588Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReleaseDedicatedHost.json' from root:root to runner:runner
2025-08-20T19:16:14.8310457Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeForwardTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.8311349Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeLaunchTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.8312209Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateSimulatedSystemEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.8313226Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StopInvocation.json' from root:root to runner:runner
2025-08-20T19:16:14.8314143Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RenewReservedInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8315010Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UnassignPrivateIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:14.8315953Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyElasticityAssuranceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8316734Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CopySnapshot.json' from root:root to runner:runner
2025-08-20T19:16:14.8317593Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.8318464Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReleaseCapacityReservation.json' from root:root to runner:runner
2025-08-20T19:16:14.8319310Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/EnablePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.8320152Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInvocationAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8321035Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeLimitation.json' from root:root to runner:runner
2025-08-20T19:16:14.8321878Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:14.8322868Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.8323661Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteKeyPairs.json' from root:root to runner:runner
2025-08-20T19:16:14.8324520Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceNetworkSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.8325371Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/SendFile.json' from root:root to runner:runner
2025-08-20T19:16:14.8326164Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeHaVips.json' from root:root to runner:runner
2025-08-20T19:16:14.8326936Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.8327864Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/TerminateVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.8328789Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceAttachmentAttributes.json' from root:root to runner:runner
2025-08-20T19:16:14.8329627Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeManagedInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8330411Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RunInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8331304Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeLaunchTemplateVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.8332156Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAccountAttributes.json' from root:root to runner:runner
2025-08-20T19:16:14.8333241Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSecurityGroupReferences.json' from root:root to runner:runner
2025-08-20T19:16:14.8334157Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCapacityReservationInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8335060Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreatePortRangeList.json' from root:root to runner:runner
2025-08-20T19:16:14.8335931Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.8336764Z [00:02:20.798]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/InstallCloudAssistant.json' from root:root to runner:runner
2025-08-20T19:16:14.8337603Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8338387Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/InvokeCommand.json' from root:root to runner:runner
2025-08-20T19:16:14.8339318Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDedicatedHostAutoRenew.json' from root:root to runner:runner
2025-08-20T19:16:14.8340102Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:14.8340995Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:14.8341881Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8343268Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePrefixListAttributes.json' from root:root to runner:runner
2025-08-20T19:16:14.8344163Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AuthorizeSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8345038Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePhysicalConnections.json' from root:root to runner:runner
2025-08-20T19:16:14.8345850Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DisableActivation.json' from root:root to runner:runner
2025-08-20T19:16:14.8346704Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyAutoSnapshotPolicyEx.json' from root:root to runner:runner
2025-08-20T19:16:14.8347542Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ConvertNatPublicIpToEip.json' from root:root to runner:runner
2025-08-20T19:16:14.8348476Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ResetDiskDefaultKMSKeyId.json' from root:root to runner:runner
2025-08-20T19:16:14.8349343Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDeploymentSetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8350282Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCloudAssistantSettings.json' from root:root to runner:runner
2025-08-20T19:16:14.8351415Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.8352947Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteHaVip.json' from root:root to runner:runner
2025-08-20T19:16:14.8354046Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyPrefixList.json' from root:root to runner:runner
2025-08-20T19:16:14.8354937Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RecoverVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.8355789Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8356724Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyCapacityReservation.json' from root:root to runner:runner
2025-08-20T19:16:14.8357584Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiagnosticReports.json' from root:root to runner:runner
2025-08-20T19:16:14.8358407Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8359269Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstancesFullStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8360451Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteNetworkInterfacePermission.json' from root:root to runner:runner
2025-08-20T19:16:14.8361901Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.8362994Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/GetInstanceScreenshot.json' from root:root to runner:runner
2025-08-20T19:16:14.8363825Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDeploymentSet.json' from root:root to runner:runner
2025-08-20T19:16:14.8364767Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyVpcAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8365629Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelSimulatedSystemEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.8366551Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/TerminatePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.8367438Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceAttachmentAttributes.json' from root:root to runner:runner
2025-08-20T19:16:14.8368239Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8369148Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateElasticityAssurance.json' from root:root to runner:runner
2025-08-20T19:16:14.8370013Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDedicatedHostClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.8370786Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelTask.json' from root:root to runner:runner
2025-08-20T19:16:14.8371769Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyReservedInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8372807Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteImagePipeline.json' from root:root to runner:runner
2025-08-20T19:16:14.8373588Z [00:02:20.799]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RunCommand.json' from root:root to runner:runner
2025-08-20T19:16:14.8374426Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotPackage.json' from root:root to runner:runner
2025-08-20T19:16:14.8375238Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/JoinResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8376064Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReportInstancesStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8376945Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateNetworkInterfacePermission.json' from root:root to runner:runner
2025-08-20T19:16:14.8377838Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8378755Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyVSwitchAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8379645Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ActivateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.8380477Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeletePrefixList.json' from root:root to runner:runner
2025-08-20T19:16:14.8381389Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePortRangeListEntries.json' from root:root to runner:runner
2025-08-20T19:16:14.8382213Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachClassicLinkVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.8383258Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:14.8384123Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSpotPriceHistory.json' from root:root to runner:runner
2025-08-20T19:16:14.8384961Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskDeployment.json' from root:root to runner:runner
2025-08-20T19:16:14.8385749Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.8386626Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySecurityGroupEgressRule.json' from root:root to runner:runner
2025-08-20T19:16:14.8387492Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/EnableDiskEncryptionByDefault.json' from root:root to runner:runner
2025-08-20T19:16:14.8388324Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReleasePublicIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.8389104Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8389943Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/GetInstanceConsoleOutput.json' from root:root to runner:runner
2025-08-20T19:16:14.8390712Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.8391675Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostAutoReleaseTime.json' from root:root to runner:runner
2025-08-20T19:16:14.8392761Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteAutoProvisioningGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8393756Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:14.8394585Z [00:02:20.800]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AddBandwidthPackageIps.json' from root:root to runner:runner
2025-08-20T19:16:14.8395480Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImageFromFamily.json' from root:root to runner:runner
2025-08-20T19:16:14.8396350Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAutoProvisioningGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.8397262Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceVpcAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8398109Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreatePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.8398979Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeClassicLinkInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8399755Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDisk.json' from root:root to runner:runner
2025-08-20T19:16:14.8400577Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeHpcClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.8401445Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyRouterInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8402310Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySecurityGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8403374Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeResourceByTags.json' from root:root to runner:runner
2025-08-20T19:16:14.8404235Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:14.8405093Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyAutoProvisioningGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8405986Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8406827Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeTerminalSessions.json' from root:root to runner:runner
2025-08-20T19:16:14.8407721Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StartTerminalSession.json' from root:root to runner:runner
2025-08-20T19:16:14.8408504Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyCommand.json' from root:root to runner:runner
2025-08-20T19:16:14.8409385Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RevokeSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8410286Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AcceptInquiredSystemEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.8411078Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:14.8411995Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceMaintenanceAttributes.json' from root:root to runner:runner
2025-08-20T19:16:14.8413078Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNetworkInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8413937Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:14.8414776Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiagnosticMetricSet.json' from root:root to runner:runner
2025-08-20T19:16:14.8415595Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/EndTerminalSession.json' from root:root to runner:runner
2025-08-20T19:16:14.8416400Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeKeyPairs.json' from root:root to runner:runner
2025-08-20T19:16:14.8417223Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:14.8418080Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDiagnosticMetricSets.json' from root:root to runner:runner
2025-08-20T19:16:14.8418859Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:14.8419793Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeregisterManagedInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.8420792Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StartInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8421664Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeElasticityAssurances.json' from root:root to runner:runner
2025-08-20T19:16:14.8422800Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyLaunchTemplateDefaultVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.8423703Z [00:02:20.801]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReplaceSystemDisk.json' from root:root to runner:runner
2025-08-20T19:16:14.8424635Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceTypeFamilies.json' from root:root to runner:runner
2025-08-20T19:16:14.8425454Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8426627Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ApplyAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8428198Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyUserBusinessBehavior.json' from root:root to runner:runner
2025-08-20T19:16:14.8429991Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiskEncryptionByDefaultStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8431619Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteLaunchTemplateVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.8433676Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.8435190Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteActivation.json' from root:root to runner:runner
2025-08-20T19:16:14.8436714Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDeploymentSets.json' from root:root to runner:runner
2025-08-20T19:16:14.8437860Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeTaskAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8438876Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateLaunchTemplateVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.8439733Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeactivateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.8440639Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePortRangeLists.json' from root:root to runner:runner
2025-08-20T19:16:14.8441487Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8442583Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateLaunchTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.8443501Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8444475Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceMetadataOptions.json' from root:root to runner:runner
2025-08-20T19:16:14.8445389Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiagnosticReportAttributes.json' from root:root to runner:runner
2025-08-20T19:16:14.8446181Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachDisk.json' from root:root to runner:runner
2025-08-20T19:16:14.8447019Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceDeployment.json' from root:root to runner:runner
2025-08-20T19:16:14.8447817Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StopInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8448631Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReleaseEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.8449499Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImageSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:14.8450339Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ConnectRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.8451184Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateCapacityReservation.json' from root:root to runner:runner
2025-08-20T19:16:14.8451991Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.8453135Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyReservedInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8454035Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyNetworkInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8454975Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateAutoProvisioningGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8455850Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyReservedInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8456768Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StartImagePipelineExecution.json' from root:root to runner:runner
2025-08-20T19:16:14.8457651Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySnapshotCategory.json' from root:root to runner:runner
2025-08-20T19:16:14.8458482Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteLaunchTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.8459258Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:14.8460095Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:14.8460946Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDisksFullStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8461890Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAutoProvisioningGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8462987Z [00:02:20.802]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImagePipelineExecutions.json' from root:root to runner:runner
2025-08-20T19:16:14.8463980Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeReservedInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8464807Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:14.8465669Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAutoSnapshotPolicyEx.json' from root:root to runner:runner
2025-08-20T19:16:14.8466456Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8467399Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelImagePipelineExecution.json' from root:root to runner:runner
2025-08-20T19:16:14.8468289Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyVRouterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8469105Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:14.8469806Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs' from root:root to runner:runner
2025-08-20T19:16:14.8470765Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateSuperResolutionImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8471666Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ImitatePhotoStyle.json' from root:root to runner:runner
2025-08-20T19:16:14.8472717Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ExtendImageStyle.json' from root:root to runner:runner
2025-08-20T19:16:14.8473644Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateImageWithTextAndImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8474512Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/IntelligentComposition.json' from root:root to runner:runner
2025-08-20T19:16:14.8475402Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/MakeSuperResolutionImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8476211Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ErasePerson.json' from root:root to runner:runner
2025-08-20T19:16:14.8477041Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ColorizeImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8477890Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateDynamicImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8478792Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ImageBlindCharacterWatermark.json' from root:root to runner:runner
2025-08-20T19:16:14.8479621Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/RecolorHDImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8480528Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ChangeImageSize.json' from root:root to runner:runner
2025-08-20T19:16:14.8481371Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:14.8482269Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/AssessComposition.json' from root:root to runner:runner
2025-08-20T19:16:14.8483522Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/RemoveImageWatermark.json' from root:root to runner:runner
2025-08-20T19:16:14.8484445Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/RecolorImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8485313Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/RemoveImageSubtitles.json' from root:root to runner:runner
2025-08-20T19:16:14.8486260Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateCartoonizedImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8487116Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateImageWithText.json' from root:root to runner:runner
2025-08-20T19:16:14.8488118Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/AssessExposure.json' from root:root to runner:runner
2025-08-20T19:16:14.8489012Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/EnhanceImageColor.json' from root:root to runner:runner
2025-08-20T19:16:14.8489847Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/AssessSharpness.json' from root:root to runner:runner
2025-08-20T19:16:14.8490715Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ImageBlindPicWatermark.json' from root:root to runner:runner
2025-08-20T19:16:14.8491462Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan' from root:root to runner:runner
2025-08-20T19:16:14.8492326Z [00:02:20.803]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListWebApplicationRevisions.json' from root:root to runner:runner
2025-08-20T19:16:14.8493351Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetArmsTopNMetric.json' from root:root to runner:runner
2025-08-20T19:16:14.8494180Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RollbackApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8495079Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAppVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.8495884Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAppServices.json' from root:root to runner:runner
2025-08-20T19:16:14.8496721Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8497497Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/SuspendJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8498405Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListNamespacedConfigMaps.json' from root:root to runner:runner
2025-08-20T19:16:14.8499267Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeJobHistory.json' from root:root to runner:runner
2025-08-20T19:16:14.8500083Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.8501119Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListPublishedServices.json' from root:root to runner:runner
2025-08-20T19:16:14.8502588Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8504179Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteWebApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8505917Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplicationResourceStatics.json' from root:root to runner:runner
2025-08-20T19:16:14.8507513Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:14.8509027Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/AbortChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.8510536Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAppServicesPage.json' from root:root to runner:runner
2025-08-20T19:16:14.8512155Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DowngradeApplicationApmService.json' from root:root to runner:runner
2025-08-20T19:16:14.8513383Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/BindNlb.json' from root:root to runner:runner
2025-08-20T19:16:14.8514480Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8515347Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateAppSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8516287Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/EnableApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:14.8517157Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebInstanceLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.8518041Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RescaleApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8518900Z [00:02:20.804]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.8519813Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplicationTrafficConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8520645Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8521436Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.8522250Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:14.8523256Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8524141Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/PublishWebApplicationRevision.json' from root:root to runner:runner
2025-08-20T19:16:14.8524947Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.8525877Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateWebCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8526728Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListNamespaceChangeOrders.json' from root:root to runner:runner
2025-08-20T19:16:14.8527614Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateOrUpdateSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8528571Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateWebApplicationScalingConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8529366Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateIngress.json' from root:root to runner:runner
2025-08-20T19:16:14.8530156Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateAppMode.json' from root:root to runner:runner
2025-08-20T19:16:14.8530951Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribePipeline.json' from root:root to runner:runner
2025-08-20T19:16:14.8531837Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateWebApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8532948Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:14.8533820Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeEdasContainers.json' from root:root to runner:runner
2025-08-20T19:16:14.8534629Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8535487Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeNamespaceResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8536266Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UnbindNlb.json' from root:root to runner:runner
2025-08-20T19:16:14.8537084Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ConfirmPipelineBatch.json' from root:root to runner:runner
2025-08-20T19:16:14.8537904Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeInstanceLog.json' from root:root to runner:runner
2025-08-20T19:16:14.8538725Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/QueryResourceStatics.json' from root:root to runner:runner
2025-08-20T19:16:14.8539576Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateIngress.json' from root:root to runner:runner
2025-08-20T19:16:14.8540425Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8541285Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpgradeApplicationApmService.json' from root:root to runner:runner
2025-08-20T19:16:14.8542171Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:14.8543199Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListWebApplications.json' from root:root to runner:runner
2025-08-20T19:16:14.8544081Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/AbortAndRollbackChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.8544843Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UnbindSlb.json' from root:root to runner:runner
2025-08-20T19:16:14.8545774Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8546715Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:14.8547530Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeComponents.json' from root:root to runner:runner
2025-08-20T19:16:14.8548447Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplicationScalingConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8549316Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplicationRevision.json' from root:root to runner:runner
2025-08-20T19:16:14.8550173Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListSwimmingLaneGroupTags.json' from root:root to runner:runner
2025-08-20T19:16:14.8550988Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.8551844Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAllSwimmingLaneGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.8552926Z [00:02:20.805]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListSecrets.json' from root:root to runner:runner
2025-08-20T19:16:14.8553827Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListIngresses.json' from root:root to runner:runner
2025-08-20T19:16:14.8554591Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ExecJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8555414Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListWebCustomDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.8556275Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAppEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.8557121Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8557946Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAllSwimmingLanes.json' from root:root to runner:runner
2025-08-20T19:16:14.8558777Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8559670Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateSwimmingLaneEnableAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8560536Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8561354Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListConsumedServices.json' from root:root to runner:runner
2025-08-20T19:16:14.8562181Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:14.8563549Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DisableApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:14.8564455Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:14.8565265Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8566098Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateWebCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8566859Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/BindSlb.json' from root:root to runner:runner
2025-08-20T19:16:14.8567813Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListWebApplicationInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8568686Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationMseService.json' from root:root to runner:runner
2025-08-20T19:16:14.8569593Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.8570390Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.8571194Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:14.8572061Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeInstanceSpecifications.json' from root:root to runner:runner
2025-08-20T19:16:14.8573155Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.8573990Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateWebApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8574864Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeployApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8575729Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateApplicationDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.8576536Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:14.8577405Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListSwimmingLaneGatewayRoutes.json' from root:root to runner:runner
2025-08-20T19:16:14.8578203Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:14.8579410Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.8580855Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationNlbs.json' from root:root to runner:runner
2025-08-20T19:16:14.8582715Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateApplicationVswitches.json' from root:root to runner:runner
2025-08-20T19:16:14.8584391Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8585855Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteIngress.json' from root:root to runner:runner
2025-08-20T19:16:14.8587481Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteHistoryJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8589074Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeConfigurationPrice.json' from root:root to runner:runner
2025-08-20T19:16:14.8590330Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/StopWebApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8591194Z [00:02:20.806]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeAppServiceDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.8592108Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.8593139Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8594071Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/BatchStartApplications.json' from root:root to runner:runner
2025-08-20T19:16:14.8594848Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.8595635Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.8596495Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetWarningEventMetric.json' from root:root to runner:runner
2025-08-20T19:16:14.8597377Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteWebApplicationRevision.json' from root:root to runner:runner
2025-08-20T19:16:14.8598197Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateNamespaceVpc.json' from root:root to runner:runner
2025-08-20T19:16:14.8598973Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8599765Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/OpenSaeService.json' from root:root to runner:runner
2025-08-20T19:16:14.8600701Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RescaleApplicationVertically.json' from root:root to runner:runner
2025-08-20T19:16:14.8601535Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeNamespaceList.json' from root:root to runner:runner
2025-08-20T19:16:14.8602609Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/StartApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8603421Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RestartInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8604245Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:14.8605023Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteSecret.json' from root:root to runner:runner
2025-08-20T19:16:14.8605904Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8606844Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListApplicationsForSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:14.8607734Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationScalingRules.json' from root:root to runner:runner
2025-08-20T19:16:14.8608624Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateWebApplicationTrafficConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8609547Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ReduceApplicationCapacityByInstanceIds.json' from root:root to runner:runner
2025-08-20T19:16:14.8610362Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RestartApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8611180Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/StartWebApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8611981Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetScaleAppMetric.json' from root:root to runner:runner
2025-08-20T19:16:14.8612996Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateGreyTagRoute.json' from root:root to runner:runner
﻿2025-08-20T19:16:14.8615838Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteWebCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8616674Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteNamespace.json' from root:root to runner:runner
2025-08-20T19:16:14.8617530Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetWebshellToken.json' from root:root to runner:runner
2025-08-20T19:16:14.8618447Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.8619245Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeIngress.json' from root:root to runner:runner
2025-08-20T19:16:14.8620130Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetAvailabilityMetric.json' from root:root to runner:runner
2025-08-20T19:16:14.8620982Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationSlbs.json' from root:root to runner:runner
2025-08-20T19:16:14.8621927Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8623023Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListLogConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.8623874Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/BatchStopApplications.json' from root:root to runner:runner
2025-08-20T19:16:14.8624722Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateOrUpdateSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:14.8625538Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListChangeOrders.json' from root:root to runner:runner
2025-08-20T19:16:14.8626380Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetChangeOrderMetric.json' from root:root to runner:runner
2025-08-20T19:16:14.8627218Z [00:02:20.807]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8628018Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/StopApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8628809Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.8629789Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:14.8630490Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae' from root:root to runner:runner
2025-08-20T19:16:14.8631326Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:14.8632232Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskReplicaGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.8633307Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DeleteDiskReplicaGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8634127Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.8634947Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8635876Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ReprotectDiskReplicaGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8636782Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskReplicaPairs.json' from root:root to runner:runner
2025-08-20T19:16:14.8637705Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDedicatedBlockStorageClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.8638542Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/FailoverDiskReplicaGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8639366Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeUserTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.8640203Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DeleteDiskReplicaPair.json' from root:root to runner:runner
2025-08-20T19:16:14.8641021Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ModifyDiskReplicaPair.json' from root:root to runner:runner
2025-08-20T19:16:14.8641829Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CancelLensService.json' from root:root to runner:runner
2025-08-20T19:16:14.8642966Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StartPairDrill.json' from root:root to runner:runner
2025-08-20T19:16:14.8644207Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/QueryDedicatedBlockStorageClusterDiskThroughputStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8645058Z [00:02:20.808]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeLensServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8645875Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribePairDrills.json' from root:root to runner:runner
2025-08-20T19:16:14.8651532Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeEnterpriseSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8652824Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/UpdateSolutionInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8653794Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeSolutionInstanceConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:14.8654860Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskMonitorDataList.json' from root:root to runner:runner
2025-08-20T19:16:14.8656203Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeMetricData.json' from root:root to runner:runner
2025-08-20T19:16:14.8657969Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/FailoverDiskReplicaPair.json' from root:root to runner:runner
2025-08-20T19:16:14.8659489Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ListReports.json' from root:root to runner:runner
2025-08-20T19:16:14.8661155Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/UnbindEnterpriseSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8662855Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8664458Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeReplicaGroupDrills.json' from root:root to runner:runner
2025-08-20T19:16:14.8666189Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/SetDedicatedBlockStorageClusterDiskThroughput.json' from root:root to runner:runner
2025-08-20T19:16:14.8667078Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CreateDiskReplicaGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8668081Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/QueryDedicatedBlockStorageClusterInventoryData.json' from root:root to runner:runner
2025-08-20T19:16:14.8669045Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StopDiskReplicaGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8669875Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StartDiskReplicaPair.json' from root:root to runner:runner
2025-08-20T19:16:14.8670792Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ReprotectDiskReplicaPair.json' from root:root to runner:runner
2025-08-20T19:16:14.8671627Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StartReplicaGroupDrill.json' from root:root to runner:runner
2025-08-20T19:16:14.8672839Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CreateDedicatedBlockStorageCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8673687Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StartDiskReplicaGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8674734Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DeleteEnterpriseSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8675601Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.8676444Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ClearReplicaGroupDrill.json' from root:root to runner:runner
2025-08-20T19:16:14.8677230Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8678006Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/GetReport.json' from root:root to runner:runner
2025-08-20T19:16:14.8678843Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ModifyDiskReplicaGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8679617Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8680404Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ClearPairDrill.json' from root:root to runner:runner
2025-08-20T19:16:14.8681299Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CreateDiskReplicaPair.json' from root:root to runner:runner
2025-08-20T19:16:14.8682129Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeUserTagValues.json' from root:root to runner:runner
2025-08-20T19:16:14.8683322Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDedicatedBlockStorageClusterDisks.json' from root:root to runner:runner
2025-08-20T19:16:14.8684173Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeLensMonitorDisks.json' from root:root to runner:runner
2025-08-20T19:16:14.8684972Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.8685850Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/UpdateEnterpriseSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8686673Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/RemoveDiskReplicaPair.json' from root:root to runner:runner
2025-08-20T19:16:14.8687480Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/AddDiskReplicaPair.json' from root:root to runner:runner
2025-08-20T19:16:14.8688434Z [00:02:20.809]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskReplicaPairProgress.json' from root:root to runner:runner
2025-08-20T19:16:14.8689298Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ApplyLensService.json' from root:root to runner:runner
2025-08-20T19:16:14.8690257Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ModifyDedicatedBlockStorageClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8691130Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CreateEnterpriseSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8691994Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/BindEnterpriseSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.8693097Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StopDiskReplicaPair.json' from root:root to runner:runner
2025-08-20T19:16:14.8693815Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs' from root:root to runner:runner
2025-08-20T19:16:14.8694662Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/RunCloudMetricProfiling.json' from root:root to runner:runner
2025-08-20T19:16:14.8695538Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:14.8696416Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetClusterVolumes.json' from root:root to runner:runner
2025-08-20T19:16:14.8697190Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.8697954Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/PullImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8698783Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StartVisualService.json' from root:root to runner:runner
2025-08-20T19:16:14.8699607Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SubmitServerlessJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8700433Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCpfsFileSystems.json' from root:root to runner:runner
2025-08-20T19:16:14.8701215Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8702065Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteQueue.json' from root:root to runner:runner
2025-08-20T19:16:14.8703422Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SetAutoScaleConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8704311Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCurrentClientVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.8705113Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UpgradeClient.json' from root:root to runner:runner
2025-08-20T19:16:14.8705939Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8706825Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ModifyClusterAttributes.json' from root:root to runner:runner
2025-08-20T19:16:14.8707590Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.8708435Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetCloudMetricProfiling.json' from root:root to runner:runner
2025-08-20T19:16:14.8709342Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListPreferredEcsTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.8710203Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddExistedNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.8710983Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ApplyNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.8711749Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetJobLog.json' from root:root to runner:runner
2025-08-20T19:16:14.8713019Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListJobsWithFilters.json' from root:root to runner:runner
2025-08-20T19:16:14.8713871Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListJobTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.8714715Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetVisualServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8715541Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopServerlessJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.8716437Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetAutoScaleConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8717629Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListFileSystemWithMountTargets.json' from root:root to runner:runner
2025-08-20T19:16:14.8718460Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8719266Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetPostScripts.json' from root:root to runner:runner
2025-08-20T19:16:14.8720086Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.8720899Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8721707Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCustomImages.json' from root:root to runner:runner
2025-08-20T19:16:14.8722715Z [00:02:20.810]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.8723597Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.8724435Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.8725252Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopVisualService.json' from root:root to runner:runner
2025-08-20T19:16:14.8726067Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/InvokeShellCommand.json' from root:root to runner:runner
2025-08-20T19:16:14.8726869Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListUsersAsync.json' from root:root to runner:runner
2025-08-20T19:16:14.8727650Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StartCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8728453Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8729308Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ModifyVisualServicePasswd.json' from root:root to runner:runner
2025-08-20T19:16:14.8730278Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetCloudMetricLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.8731642Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.8733343Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.8734897Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/InstallSoftware.json' from root:root to runner:runner
2025-08-20T19:16:14.8736382Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListImages.json' from root:root to runner:runner
2025-08-20T19:16:14.8737863Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.8739378Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListServerlessJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.8740901Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetIfEcsTypeSupportHtConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8742202Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SubmitJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8743482Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeAutoScaleConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8744296Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SetQueue.json' from root:root to runner:runner
2025-08-20T19:16:14.8745122Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SetSchedulerInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.8745921Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SyncUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.8746703Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/RerunJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.8747523Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/CreateHybridCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8748347Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListUpgradeClients.json' from root:root to runner:runner
2025-08-20T19:16:14.8749257Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListAvailableEcsTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.8750109Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListQueues.json' from root:root to runner:runner
2025-08-20T19:16:14.8750916Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetSchedulerInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.8751746Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListInvocationResults.json' from root:root to runner:runner
2025-08-20T19:16:14.8752759Z [00:02:20.811]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8753611Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetHybridClusterConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8754465Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/QueryServicePackAndPrice.json' from root:root to runner:runner
2025-08-20T19:16:14.8755229Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddQueue.json' from root:root to runner:runner
2025-08-20T19:16:14.8756109Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/CreateJobFile.json' from root:root to runner:runner
2025-08-20T19:16:14.8756879Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.8757780Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeServerlessJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.8758597Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteJobTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.8759424Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListInvocationStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8761917Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.8763014Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.8763847Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SetPostScripts.json' from root:root to runner:runner
2025-08-20T19:16:14.8764801Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCloudMetricProfilings.json' from root:root to runner:runner
2025-08-20T19:16:14.8765611Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8766440Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8767229Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddLocalNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.8768004Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.8768799Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/RecoverCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8769604Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/EditJobTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.8770406Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8771285Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ModifyUserGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.8772090Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListNodesByQueue.json' from root:root to runner:runner
2025-08-20T19:16:14.8773171Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCommunityImages.json' from root:root to runner:runner
2025-08-20T19:16:14.8773968Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCommands.json' from root:root to runner:runner
2025-08-20T19:16:14.8774789Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UpdateQueueConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8775574Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListSoftwares.json' from root:root to runner:runner
2025-08-20T19:16:14.8776522Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListInstalledSoftware.json' from root:root to runner:runner
2025-08-20T19:16:14.8777333Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UninstallSoftware.json' from root:root to runner:runner
2025-08-20T19:16:14.8778221Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetAccountingReport.json' from root:root to runner:runner
2025-08-20T19:16:14.8779000Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StartNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.8779811Z [00:02:20.812]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListClusterLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.8780629Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeEstackImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8781449Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeImagePrice.json' from root:root to runner:runner
2025-08-20T19:16:14.8782269Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ModifyUserPasswords.json' from root:root to runner:runner
2025-08-20T19:16:14.8783256Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ResetNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.8784082Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListNodesNoPaging.json' from root:root to runner:runner
2025-08-20T19:16:14.8785033Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UpdateClusterVolumes.json' from root:root to runner:runner
2025-08-20T19:16:14.8785837Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListClustersMeta.json' from root:root to runner:runner
2025-08-20T19:16:14.8786706Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListVolumes.json' from root:root to runner:runner
2025-08-20T19:16:14.8787482Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteUsers.json' from root:root to runner:runner
2025-08-20T19:16:14.8788287Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/InitializeEHPC.json' from root:root to runner:runner
2025-08-20T19:16:14.8789089Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/CreateJobTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.8789946Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.8790657Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc' from root:root to runner:runner
2025-08-20T19:16:14.8791651Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:14.8792715Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:14.8793585Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.8794446Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnUserProtectInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.8795299Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainQpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.8796145Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainUvData.json' from root:root to runner:runner
2025-08-20T19:16:14.8796974Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchStartScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8797849Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:14.8798724Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/AddScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8799567Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/PreloadScdnObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:14.8800466Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainCname.json' from root:root to runner:runner
2025-08-20T19:16:14.8801249Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/SetScdnCcInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.8802106Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/SetScdnDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:14.8803221Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.8804113Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchDeleteScdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.8804957Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnRefreshQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.8805863Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/RefreshScdnObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:14.8806897Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.8808327Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnTopDomainsByFlow.json' from root:root to runner:runner
2025-08-20T19:16:14.8809941Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/VerifyScdnDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:14.8811633Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:14.8813510Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.8815093Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCcQpsInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.8816563Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/SetScdnDDoSInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.8818110Z [00:02:20.813]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:14.8819141Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainOriginTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:14.8819980Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchStopScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8820864Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainTopReferVisit.json' from root:root to runner:runner
2025-08-20T19:16:14.8821742Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainTopUrlVisit.json' from root:root to runner:runner
2025-08-20T19:16:14.8823037Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.8824217Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeByteHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:14.8825180Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.8825985Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/SetScdnBotInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.8826846Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DeleteScdnSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8827673Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCcInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.8828491Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/CheckScdnService.json' from root:root to runner:runner
2025-08-20T19:16:14.8829315Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnService.json' from root:root to runner:runner
2025-08-20T19:16:14.8830166Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchSetScdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.8831014Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnRefreshTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.8831959Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainOriginBpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.8832991Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCcTopIp.json' from root:root to runner:runner
2025-08-20T19:16:14.8833892Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/StartScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8834797Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeQpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.8835657Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainIspData.json' from root:root to runner:runner
2025-08-20T19:16:14.8836541Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainLog.json' from root:root to runner:runner
2025-08-20T19:16:14.8837428Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnVerifyContent.json' from root:root to runner:runner
2025-08-20T19:16:14.8838311Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.8839245Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:14.8840080Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDDoSInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.8840939Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDDoSTrafficInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.8841768Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchUpdateScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8842779Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/StopScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8843605Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DeleteScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8844424Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCcTopUrl.json' from root:root to runner:runner
2025-08-20T19:16:14.8845336Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:14.8846260Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.8847247Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:14.8848114Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRegionData.json' from root:root to runner:runner
2025-08-20T19:16:14.8849026Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:14.8849878Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainPvData.json' from root:root to runner:runner
2025-08-20T19:16:14.8850741Z [00:02:20.814]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/UpdateScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8851502Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn' from root:root to runner:runner
2025-08-20T19:16:14.8852573Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8853549Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamScopes.json' from root:root to runner:runner
2025-08-20T19:16:14.8854412Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamPoolCidrs.json' from root:root to runner:runner
2025-08-20T19:16:14.8855232Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpamScope.json' from root:root to runner:runner
2025-08-20T19:16:14.8856106Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpamPoolAllocation.json' from root:root to runner:runner
2025-08-20T19:16:14.8856898Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpam.json' from root:root to runner:runner
2025-08-20T19:16:14.8857694Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpams.json' from root:root to runner:runner
2025-08-20T19:16:14.8858536Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamResourceCidrs.json' from root:root to runner:runner
2025-08-20T19:16:14.8859429Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamResourceDiscoveries.json' from root:root to runner:runner
2025-08-20T19:16:14.8860364Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpamPool.json' from root:root to runner:runner
2025-08-20T19:16:14.8861237Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpamPool.json' from root:root to runner:runner
2025-08-20T19:16:14.8862274Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamPoolCidr.json' from root:root to runner:runner
2025-08-20T19:16:14.8863419Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamPools.json' from root:root to runner:runner
2025-08-20T19:16:14.8864261Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8865233Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamResourceDiscovery.json' from root:root to runner:runner
2025-08-20T19:16:14.8866107Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamPoolAllocation.json' from root:root to runner:runner
2025-08-20T19:16:14.8867230Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamDiscoveredResource.json' from root:root to runner:runner
2025-08-20T19:16:14.8868056Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpam.json' from root:root to runner:runner
2025-08-20T19:16:14.8868926Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/GetIpamPoolAllocation.json' from root:root to runner:runner
2025-08-20T19:16:14.8869827Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DissociateIpamResourceDiscovery.json' from root:root to runner:runner
2025-08-20T19:16:14.8870768Z [00:02:20.815]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamResourceDiscoveryAssociations.json' from root:root to runner:runner
2025-08-20T19:16:14.8871644Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpamResourceDiscovery.json' from root:root to runner:runner
2025-08-20T19:16:14.8872721Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamPool.json' from root:root to runner:runner
2025-08-20T19:16:14.8873673Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8874600Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamScope.json' from root:root to runner:runner
2025-08-20T19:16:14.8875505Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/AssociateIpamResourceDiscovery.json' from root:root to runner:runner
2025-08-20T19:16:14.8876367Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8877197Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/OpenVpcIpamService.json' from root:root to runner:runner
2025-08-20T19:16:14.8878071Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/AddIpamPoolCidr.json' from root:root to runner:runner
2025-08-20T19:16:14.8878986Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamPoolAllocations.json' from root:root to runner:runner
2025-08-20T19:16:14.8879873Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpamResourceDiscovery.json' from root:root to runner:runner
2025-08-20T19:16:14.8881150Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpamScope.json' from root:root to runner:runner
2025-08-20T19:16:14.8882877Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/GetIpamPoolNextAvailableCidr.json' from root:root to runner:runner
2025-08-20T19:16:14.8884567Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpam.json' from root:root to runner:runner
2025-08-20T19:16:14.8886221Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpamPoolAllocation.json' from root:root to runner:runner
2025-08-20T19:16:14.8887838Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/GetVpcIpamServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8889196Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam' from root:root to runner:runner
2025-08-20T19:16:14.8890671Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/TaggingAdImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8891832Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/TaggingImage.json' from root:root to runner:runner
2025-08-20T19:16:14.8893043Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/ClassifyingRubbish.json' from root:root to runner:runner
2025-08-20T19:16:14.8894064Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:14.8894996Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/RecognizeImageColor.json' from root:root to runner:runner
2025-08-20T19:16:14.8895847Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/DetectImageElements.json' from root:root to runner:runner
2025-08-20T19:16:14.8896688Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/RecognizeScene.json' from root:root to runner:runner
2025-08-20T19:16:14.8897738Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/EvaluateCertificateQuality.json' from root:root to runner:runner
2025-08-20T19:16:14.8898618Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/RecognizeFood.json' from root:root to runner:runner
2025-08-20T19:16:14.8899469Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/RecognizeImageStyle.json' from root:root to runner:runner
2025-08-20T19:16:14.8900203Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog' from root:root to runner:runner
2025-08-20T19:16:14.8901049Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/AssociateSourceServers.json' from root:root to runner:runner
2025-08-20T19:16:14.8901892Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DisassociateSourceServers.json' from root:root to runner:runner
2025-08-20T19:16:14.8902961Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DeleteReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8903780Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ListAccessTokens.json' from root:root to runner:runner
2025-08-20T19:16:14.8904597Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DeleteSourceServer.json' from root:root to runner:runner
2025-08-20T19:16:14.8905415Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CreateAccessToken.json' from root:root to runner:runner
2025-08-20T19:16:14.8906210Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8907070Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ModifySourceServerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8908020Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ModifyReplicationJobAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8908927Z [00:02:20.816]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ModifyWorkgroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.8909785Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CutOverReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8910651Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/StopReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8911480Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/StartReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8912547Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CreateCrossZoneMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8913392Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DeleteWorkgroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8914199Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CreateWorkgroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8915046Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DescribeReplicationJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.8915859Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8916636Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8917500Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DescribeSourceServers.json' from root:root to runner:runner
2025-08-20T19:16:14.8918314Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DisableAccessToken.json' from root:root to runner:runner
2025-08-20T19:16:14.8919142Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CreateReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:14.8919952Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DescribeWorkgroups.json' from root:root to runner:runner
2025-08-20T19:16:14.8920761Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DeleteAccessToken.json' from root:root to runner:runner
2025-08-20T19:16:14.8921538Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc' from root:root to runner:runner
2025-08-20T19:16:14.8922595Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDomainGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8923456Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/MoveGtmResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8924289Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:14.8925219Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeBatchResultCount.json' from root:root to runner:runner
2025-08-20T19:16:14.8926112Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDnsCacheDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8926960Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDomainDnssecStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8927799Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:14.8928691Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionZoneProxyPattern.json' from root:root to runner:runner
2025-08-20T19:16:14.8929548Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeInstanceDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.8930409Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsCacheDomainRemark.json' from root:root to runner:runner
2025-08-20T19:16:14.8931296Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCloudGtmInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8932154Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmAddressPools.json' from root:root to runner:runner
2025-08-20T19:16:14.8933415Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ResumePdnsService.json' from root:root to runner:runner
2025-08-20T19:16:14.8934369Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmAddressPoolReference.json' from root:root to runner:runner
2025-08-20T19:16:14.8935286Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDomainGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8936142Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeTransferDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.8937047Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDomainRecordStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8937900Z [00:02:20.817]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeSubDomainRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.8938783Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.8939611Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCustomLine.json' from root:root to runner:runner
2025-08-20T19:16:14.8940546Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsRequestStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.8941399Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmAddressPools.json' from root:root to runner:runner
2025-08-20T19:16:14.8942256Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecursionRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.8943312Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.8944227Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstanceSystemCname.json' from root:root to runner:runner
2025-08-20T19:16:14.8945078Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ValidatePdnsUdpIpSegment.json' from root:root to runner:runner
2025-08-20T19:16:14.8945916Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.8946841Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmMonitorTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.8947733Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SwitchDnsGtmInstanceStrategyMode.json' from root:root to runner:runner
2025-08-20T19:16:14.8948587Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.8949487Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.8950511Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionRecordWeightEnableStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8951367Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsAppKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.8952286Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsProductInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.8953451Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAvailableAlertGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8954761Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.8956214Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohDomainStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.8957883Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8959602Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmAvailableAlertGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8961138Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CopyGtmConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8962938Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmGlobalAlert.json' from root:root to runner:runner
2025-08-20T19:16:14.8964497Z [00:02:20.818]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDnsGtmMonitorStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8965662Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreateCloudGtmMonitorTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.8966593Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionRecordEnableStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8967402Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddCustomLine.json' from root:root to runner:runner
2025-08-20T19:16:14.8968383Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ExecuteGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.8969250Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.8970152Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetGtmMonitorStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.8970985Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.8971941Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecordStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.8973155Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8974017Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeSupportLines.json' from root:root to runner:runner
2025-08-20T19:16:14.8974857Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecursionZone.json' from root:root to runner:runner
2025-08-20T19:16:14.8975712Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/MoveDomainResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.8976603Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmMonitorTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.8977463Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsAccountSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.8978337Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsRequestStatistic.json' from root:root to runner:runner
2025-08-20T19:16:14.8979284Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ReplaceCloudGtmInstanceConfigAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:14.8980126Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDNSSLBWeight.json' from root:root to runner:runner
2025-08-20T19:16:14.8980970Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.8981797Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.8982920Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteSubDomainRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.8983920Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstanceAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:14.8984756Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListRecursionRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.8985729Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressPoolLbStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.8986610Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.8987533Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsThreatLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.8988371Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDnsGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:14.8989200Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateAppKeyState.json' from root:root to runner:runner
2025-08-20T19:16:14.8990008Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDomainBackup.json' from root:root to runner:runner
2025-08-20T19:16:14.8990823Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.8991635Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.8992651Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteRecursionZone.json' from root:root to runner:runner
2025-08-20T19:16:14.8993602Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmAccessStrategyAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.8994462Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecordStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.8995244Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.8996173Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ChangeDomainOfDnsProduct.json' from root:root to runner:runner
2025-08-20T19:16:14.8997077Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeIspFlushCacheRemainQuota.json' from root:root to runner:runner
2025-08-20T19:16:14.8997969Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UnbindInstanceDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.8998840Z [00:02:20.819]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ValidateDnsGtmCnameRrCanUse.json' from root:root to runner:runner
2025-08-20T19:16:14.8999803Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateIspFlushCacheInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9000745Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressPoolRemark.json' from root:root to runner:runner
2025-08-20T19:16:14.9001568Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDnsGtmMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.9002550Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCustomLines.json' from root:root to runner:runner
2025-08-20T19:16:14.9003403Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListRecursionZones.json' from root:root to runner:runner
2025-08-20T19:16:14.9004266Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreateCloudGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:14.9005081Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetGtmAccessMode.json' from root:root to runner:runner
2025-08-20T19:16:14.9005984Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmMonitorAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9006846Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsUdpIpSegments.json' from root:root to runner:runner
2025-08-20T19:16:14.9007766Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmInstanceConfigAlert.json' from root:root to runner:runner
2025-08-20T19:16:14.9008836Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmMonitorConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9009813Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeIspFlushCacheTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9010613Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.9011509Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDomainRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9012350Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.9013429Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDnsGtmAccessMode.json' from root:root to runner:runner
2025-08-20T19:16:14.9014494Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsProductInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.9015453Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.9016311Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/RemovePdnsUdpIpSegment.json' from root:root to runner:runner
2025-08-20T19:16:14.9017175Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.9018021Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreatePdnsUdpIpSegment.json' from root:root to runner:runner
2025-08-20T19:16:14.9018879Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeInternetDnsLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.9019756Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohSubDomainStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9020613Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteRecursionRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9021476Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:14.9022536Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmAddressReference.json' from root:root to runner:runner
2025-08-20T19:16:14.9023436Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.9024452Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecordResolveStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9025344Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsAppKey.json' from root:root to runner:runner
2025-08-20T19:16:14.9026453Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeBatchResultDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9027696Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDNSSLBStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9029584Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsGtmInstanceGlobalConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9031344Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmMonitorNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.9033241Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstanceAddressPools.json' from root:root to runner:runner
2025-08-20T19:16:14.9034752Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainNs.json' from root:root to runner:runner
2025-08-20T19:16:14.9036248Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDomainGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.9037609Z [00:02:20.820]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmMonitorTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.9038498Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDomainRecordRemark.json' from root:root to runner:runner
2025-08-20T19:16:14.9039345Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDomainRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9040159Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/TransferDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.9041077Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionZoneEffectiveScope.json' from root:root to runner:runner
2025-08-20T19:16:14.9042007Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigLbStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.9043372Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCustomLine.json' from root:root to runner:runner
2025-08-20T19:16:14.9044360Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9045322Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmRecoveryPlans.json' from root:root to runner:runner
2025-08-20T19:16:14.9046171Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/RollbackGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.9047111Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohAccountStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9047943Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.9048885Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAddrAttributeInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9049710Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:14.9050580Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmInstanceConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.9051496Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigRemark.json' from root:root to runner:runner
2025-08-20T19:16:14.9052312Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/RemovePdnsAppKey.json' from root:root to runner:runner
2025-08-20T19:16:14.9053444Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsThreatStatistic.json' from root:root to runner:runner
2025-08-20T19:16:14.9054306Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDnsGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:14.9055124Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.9055956Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.9056854Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigBasic.json' from root:root to runner:runner
2025-08-20T19:16:14.9057834Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9058728Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/GetTxtRecordForVerify.json' from root:root to runner:runner
2025-08-20T19:16:14.9059551Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecordLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.9060353Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.9061310Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ReplaceCloudGtmAddressPoolAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.9062188Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreatePdnsAppKey.json' from root:root to runner:runner
2025-08-20T19:16:14.9063269Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmGlobalAlert.json' from root:root to runner:runner
2025-08-20T19:16:14.9064151Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeIspFlushCacheTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.9065051Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressEnableStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9065919Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:14.9066842Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmMonitorAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9067696Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDNSSLBSubDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.9068571Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCloudGtmMonitorTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.9069511Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigEnableStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9070370Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDnsGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.9071353Z [00:02:20.821]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstanceAddressPools.json' from root:root to runner:runner
2025-08-20T19:16:14.9072196Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:14.9073338Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDomainRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9074144Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.9075112Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeIspFlushCacheInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.9075998Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/BindInstanceDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.9076918Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressPoolBasicConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9077735Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ChangeDomainGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.9078617Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstanceSystemCname.json' from root:root to runner:runner
2025-08-20T19:16:14.9079574Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressManualAvailableStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9080618Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCloudGtmAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.9081571Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmInstanceConfigFullInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9082615Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainDnssecInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9083732Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.9084598Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.9085738Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsCacheDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.9086609Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ModifyHichinaDomainDNS.json' from root:root to runner:runner
2025-08-20T19:16:14.9087585Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmMonitorTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.9088397Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddGtmMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.9089296Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/RetrieveDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.9090177Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9091152Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmMonitorTemplateRemark.json' from root:root to runner:runner
2025-08-20T19:16:14.9091989Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreateCloudGtmAddress.json' from root:root to runner:runner
2025-08-20T19:16:14.9093129Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreateCloudGtmInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9093969Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDomainRemark.json' from root:root to runner:runner
2025-08-20T19:16:14.9094819Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.9095684Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressRemark.json' from root:root to runner:runner
2025-08-20T19:16:14.9096628Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmRecoveryPlanAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9097933Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigAlert.json' from root:root to runner:runner
2025-08-20T19:16:14.9099197Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstance.json' from root:root to runner:runner
2025-08-20T19:16:14.9101037Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9103005Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmAlertLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.9104703Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/GetMainDomainName.json' from root:root to runner:runner
2025-08-20T19:16:14.9106186Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:14.9107735Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.9108878Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9109860Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmAvailableAlertGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.9110718Z [00:02:20.822]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9111630Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohDomainStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9112756Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9113735Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmInstanceConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.9114652Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsThreatStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9115483Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCustomLines.json' from root:root to runner:runner
2025-08-20T19:16:14.9116318Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.9117322Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmMonitorConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9118145Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/OperateBatchDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.9119081Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCloudGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:14.9119913Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsGtmMonitor.json' from root:root to runner:runner
2025-08-20T19:16:14.9120795Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmInstanceGlobalConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9121672Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmSystemLines.json' from root:root to runner:runner
2025-08-20T19:16:14.9122781Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SubmitIspFlushCacheTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9123662Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmAddresses.json' from root:root to runner:runner
2025-08-20T19:16:14.9124649Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressPoolEnableStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9125513Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionZoneRemark.json' from root:root to runner:runner
2025-08-20T19:16:14.9126343Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDnsCacheDomain.json' from root:root to runner:runner
2025-08-20T19:16:14.9127211Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmAccessStrategies.json' from root:root to runner:runner
2025-08-20T19:16:14.9128066Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDnsGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.9128914Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.9129811Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAccessStrategies.json' from root:root to runner:runner
2025-08-20T19:16:14.9130689Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/PausePdnsService.json' from root:root to runner:runner
2025-08-20T19:16:14.9131541Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsCacheDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.9132365Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddRecursionRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9133430Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddRecursionZone.json' from root:root to runner:runner
2025-08-20T19:16:14.9134279Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchRecursionZones.json' from root:root to runner:runner
2025-08-20T19:16:14.9135207Z [00:02:20.823]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainResolveStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9136070Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainRecordInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9136976Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchRecursionRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.9137889Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9138769Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionRecordWeight.json' from root:root to runner:runner
2025-08-20T19:16:14.9139615Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/PreviewGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.9140457Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmAddresses.json' from root:root to runner:runner
2025-08-20T19:16:14.9141382Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohSubDomainStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9142231Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsOperateLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.9143402Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstanceAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:14.9144145Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns' from root:root to runner:runner
2025-08-20T19:16:14.9145074Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectWorkwear.json' from root:root to runner:runner
2025-08-20T19:16:14.9145921Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectWhiteBaseImage.json' from root:root to runner:runner
2025-08-20T19:16:14.9146796Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectObject.json' from root:root to runner:runner
2025-08-20T19:16:14.9147659Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectVehicleICongestion.json' from root:root to runner:runner
2025-08-20T19:16:14.9148547Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectVehicleIllegalParking.json' from root:root to runner:runner
2025-08-20T19:16:14.9149375Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:14.9150263Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectIPCObject.json' from root:root to runner:runner
2025-08-20T19:16:14.9151234Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectMainBody.json' from root:root to runner:runner
2025-08-20T19:16:14.9152316Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectKitchenAnimals.json' from root:root to runner:runner
2025-08-20T19:16:14.9153875Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectVideoIPCObject.json' from root:root to runner:runner
2025-08-20T19:16:14.9154665Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet' from root:root to runner:runner
2025-08-20T19:16:14.9155540Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListMediaWorkflowExecutions.json' from root:root to runner:runner
2025-08-20T19:16:14.9156371Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitIProductionJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9157365Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryTraceAbJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9158250Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QuerySmarttagTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:14.9159050Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ImAudit.json' from root:root to runner:runner
2025-08-20T19:16:14.9159949Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:14.9160729Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryJobList.json' from root:root to runner:runner
2025-08-20T19:16:14.9161810Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryPipelineList.json' from root:root to runner:runner
2025-08-20T19:16:14.9162868Z [00:02:20.824]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:14.9163712Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteCustomEntity.json' from root:root to runner:runner
2025-08-20T19:16:14.9164557Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaPublishState.json' from root:root to runner:runner
2025-08-20T19:16:14.9165484Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryCopyrightJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9166307Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/CreateCustomGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.9167165Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitFpShotJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9167980Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/RegisterCustomView.json' from root:root to runner:runner
2025-08-20T19:16:14.9168775Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteMediaTag.json' from root:root to runner:runner
2025-08-20T19:16:14.9169622Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryCopyrightExtractJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9170904Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaCover.json' from root:root to runner:runner
2025-08-20T19:16:14.9172294Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteCustomGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.9174265Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/BindOutputBucket.json' from root:root to runner:runner
2025-08-20T19:16:14.9175721Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/CancelJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9177305Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddMediaTag.json' from root:root to runner:runner
2025-08-20T19:16:14.9178823Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UnregisterCustomFace.json' from root:root to runner:runner
2025-08-20T19:16:14.9180331Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteSmarttagTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.9181616Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaInfoJobList.json' from root:root to runner:runner
2025-08-20T19:16:14.9182717Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/RegisterCustomFace.json' from root:root to runner:runner
2025-08-20T19:16:14.9183632Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ActivateMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:14.9184550Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitTraceAbJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9185380Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UnbindOutputBucket.json' from root:root to runner:runner
2025-08-20T19:16:14.9186305Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitCopyrightExtractJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9187196Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaWorkflowTriggerMode.json' from root:root to runner:runner
2025-08-20T19:16:14.9188036Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitTraceExtractJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9188915Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaWorkflowExecutionList.json' from root:root to runner:runner
2025-08-20T19:16:14.9189752Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddWaterMarkTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.9190565Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryTraceM3u8Job.json' from root:root to runner:runner
2025-08-20T19:16:14.9191442Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/CreateCustomEntity.json' from root:root to runner:runner
2025-08-20T19:16:14.9192268Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryFpDBDeleteJobList.json' from root:root to runner:runner
2025-08-20T19:16:14.9193457Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaCensorJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9194310Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SearchMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:14.9195119Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListFpShotFiles.json' from root:root to runner:runner
2025-08-20T19:16:14.9195939Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListAllMediaBucket.json' from root:root to runner:runner
2025-08-20T19:16:14.9196735Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SearchTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.9197542Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListCustomPersons.json' from root:root to runner:runner
2025-08-20T19:16:14.9198411Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/TagCustomPerson.json' from root:root to runner:runner
2025-08-20T19:16:14.9199207Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SearchPipeline.json' from root:root to runner:runner
2025-08-20T19:16:14.9200051Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddPipeline.json' from root:root to runner:runner
2025-08-20T19:16:14.9200874Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryTraceExtractJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9201674Z [00:02:20.825]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.9202681Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ImportFpShotJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9203528Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaCategory.json' from root:root to runner:runner
2025-08-20T19:16:14.9204369Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SearchWaterMarkTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.9205239Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMedia.json' from root:root to runner:runner
2025-08-20T19:16:14.9206048Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListCustomEntities.json' from root:root to runner:runner
2025-08-20T19:16:14.9206994Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateWaterMarkTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.9207772Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.9208597Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaListByURL.json' from root:root to runner:runner
2025-08-20T19:16:14.9209433Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaWorkflowList.json' from root:root to runner:runner
2025-08-20T19:16:14.9210211Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.9211023Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitAnalysisJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9211903Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitImageCopyright.json' from root:root to runner:runner
2025-08-20T19:16:14.9212982Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QuerySmarttagJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9213920Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitCopyrightJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9214755Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitFpFileDeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9215580Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:14.9216354Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteMedia.json' from root:root to runner:runner
2025-08-20T19:16:14.9217230Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryAnalysisJobList.json' from root:root to runner:runner
2025-08-20T19:16:14.9218017Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.9218895Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitSnapshotJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9219740Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryFpFileDeleteJobList.json' from root:root to runner:runner
2025-08-20T19:16:14.9220609Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryFpShotJobList.json' from root:root to runner:runner
2025-08-20T19:16:14.9221446Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteWaterMarkTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.9222267Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitMediaCensorJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9223571Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListFpShotImportJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9224421Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitMediaInfoJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9225264Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaCensorJobList.json' from root:root to runner:runner
2025-08-20T19:16:14.9226201Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QuerySnapshotJobList.json' from root:root to runner:runner
2025-08-20T19:16:14.9226994Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListFpShotDB.json' from root:root to runner:runner
2025-08-20T19:16:14.9227851Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/CreateFpShotDB.json' from root:root to runner:runner
2025-08-20T19:16:14.9228666Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:14.9229485Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitTraceM3u8Job.json' from root:root to runner:runner
2025-08-20T19:16:14.9230274Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListCustomViews.json' from root:root to runner:runner
2025-08-20T19:16:14.9231082Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListCustomGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.9231839Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9232927Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UnbindInputBucket.json' from root:root to runner:runner
2025-08-20T19:16:14.9233735Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaList.json' from root:root to runner:runner
2025-08-20T19:16:14.9234631Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddSmarttagTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.9235450Z [00:02:20.826]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryIProductionJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9236305Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryWaterMarkTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:14.9237103Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/BindInputBucket.json' from root:root to runner:runner
2025-08-20T19:16:14.9237953Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeactivateMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:14.9238751Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteCustomView.json' from root:root to runner:runner
2025-08-20T19:16:14.9239605Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdatePipeline.json' from root:root to runner:runner
2025-08-20T19:16:14.9240421Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitFpDBDeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9241243Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddMedia.json' from root:root to runner:runner
2025-08-20T19:16:14.9242032Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeletePipeline.json' from root:root to runner:runner
2025-08-20T19:16:14.9243138Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateSmarttagTemplate.json' from root:root to runner:runner
2025-08-20T19:16:14.9243959Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitSmarttagJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9244667Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts' from root:root to runner:runner
2025-08-20T19:16:14.9245749Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ListServiceAccounts.json' from root:root to runner:runner
2025-08-20T19:16:14.9247319Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateMeshCRAggregation.json' from root:root to runner:runner
2025-08-20T19:16:14.9248950Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/RevokeKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9250720Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/AddVMIntoServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:14.9252258Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetSwimLaneList.json' from root:root to runner:runner
2025-08-20T19:16:14.9254043Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateWaypoint.json' from root:root to runner:runner
2025-08-20T19:16:14.9255628Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeVMsInServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:14.9257068Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeVpcs.json' from root:root to runner:runner
2025-08-20T19:16:14.9257949Z [00:02:20.827]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeMetadata.json' from root:root to runner:runner
2025-08-20T19:16:14.9258952Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshUpgradeStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9259927Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeGuestClusterAccessLogDashboards.json' from root:root to runner:runner
2025-08-20T19:16:14.9260778Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateASMGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.9261686Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9262815Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateASMGateway.json' from root:root to runner:runner
2025-08-20T19:16:14.9263704Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GrantUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:14.9264555Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateSwimLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.9265445Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateIstioInjectionConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9266369Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteSwimLane.json' from root:root to runner:runner
2025-08-20T19:16:14.9267270Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ReActivateAudit.json' from root:root to runner:runner
2025-08-20T19:16:14.9268147Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:14.9268980Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeVersions.json' from root:root to runner:runner
2025-08-20T19:16:14.9269873Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateIstioGatewayRoutes.json' from root:root to runner:runner
2025-08-20T19:16:14.9270862Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeASMGatewayImportedServices.json' from root:root to runner:runner
2025-08-20T19:16:14.9271725Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetSwimLaneGroupList.json' from root:root to runner:runner
2025-08-20T19:16:14.9272896Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateIstioGatewayRoutes.json' from root:root to runner:runner
2025-08-20T19:16:14.9273729Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetCaCert.json' from root:root to runner:runner
2025-08-20T19:16:14.9274625Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ModifyServiceMeshName.json' from root:root to runner:runner
2025-08-20T19:16:14.9275466Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateMeshFeature.json' from root:root to runner:runner
2025-08-20T19:16:14.9276304Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateSwimLane.json' from root:root to runner:runner
2025-08-20T19:16:14.9277139Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:14.9277987Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetSwimLaneDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9278852Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetGrafanaDashboardUrl.json' from root:root to runner:runner
2025-08-20T19:16:14.9279818Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpgradeMeshEditionPartially.json' from root:root to runner:runner
2025-08-20T19:16:14.9280717Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateControlPlaneLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9281626Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateGatewaySecret.json' from root:root to runner:runner
2025-08-20T19:16:14.9282729Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetRegisteredServiceNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:14.9283644Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeUsersWithPermissions.json' from root:root to runner:runner
2025-08-20T19:16:14.9284596Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeGuestClusterPods.json' from root:root to runner:runner
2025-08-20T19:16:14.9285511Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshProxyStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9286346Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.9287313Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeClustersInServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:14.9288201Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshLogs.json' from root:root to runner:runner
2025-08-20T19:16:14.9289075Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetDeploymentBySelector.json' from root:root to runner:runner
2025-08-20T19:16:14.9289942Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeUpgradeVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.9290798Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteGatewaySecret.json' from root:root to runner:runner
2025-08-20T19:16:14.9291650Z [00:02:20.828]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:14.9292689Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeReusableSlb.json' from root:root to runner:runner
2025-08-20T19:16:14.9293694Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/RemoveClusterFromServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:14.9294627Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateASMNamespaceFromGuestCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.9295601Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeImportedServicesDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9296423Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ListWaypoints.json' from root:root to runner:runner
2025-08-20T19:16:14.9297270Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateSwimLane.json' from root:root to runner:runner
2025-08-20T19:16:14.9298077Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetVmMeta.json' from root:root to runner:runner
2025-08-20T19:16:14.9298997Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeClusterGrafana.json' from root:root to runner:runner
2025-08-20T19:16:14.9299866Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshVMs.json' from root:root to runner:runner
2025-08-20T19:16:14.9300807Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeNodesInstanceType.json' from root:root to runner:runner
2025-08-20T19:16:14.9301954Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetRegisteredServiceEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:14.9303138Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ModifyApiServerEipResource.json' from root:root to runner:runner
2025-08-20T19:16:14.9304094Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeNamespaceScopeSidecarConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9304977Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/RemoveVMFromServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:14.9305821Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:14.9306896Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateMeshMultiClusterNetwork.json' from root:root to runner:runner
2025-08-20T19:16:14.9307749Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteWaypoint.json' from root:root to runner:runner
2025-08-20T19:16:14.9308695Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateSwimLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.9309610Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpgradeMeshVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.9310430Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeCens.json' from root:root to runner:runner
2025-08-20T19:16:14.9311287Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeCrTemplates.json' from root:root to runner:runner
2025-08-20T19:16:14.9312110Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.9313366Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeIstioGatewayRoutes.json' from root:root to runner:runner
2025-08-20T19:16:14.9314280Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeIstioGatewayDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.9315208Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshes.json' from root:root to runner:runner
2025-08-20T19:16:14.9316136Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateNamespaceScopeSidecarConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9317026Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeClusterPrometheus.json' from root:root to runner:runner
2025-08-20T19:16:14.9317889Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateWaypoint.json' from root:root to runner:runner
2025-08-20T19:16:14.9318734Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetVmAppMeshInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9320147Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeIstioGatewayRouteDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9321709Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9323480Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.9325426Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeGuestClusterNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:14.9327135Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteSwimLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.9328713Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeCCMVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.9330213Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:14.9331680Z [00:02:20.829]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ModifyPilotEipResource.json' from root:root to runner:runner
2025-08-20T19:16:14.9332962Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshAdditionalStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9333867Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateGuestClusterConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9334865Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateASMGatewayImportedServices.json' from root:root to runner:runner
2025-08-20T19:16:14.9335754Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteIstioGatewayDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.9336656Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.9337532Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateIstioGatewayDomains.json' from root:root to runner:runner
2025-08-20T19:16:14.9338436Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeGatewaySecretDetails.json' from root:root to runner:runner
2025-08-20T19:16:14.9339338Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeMeshMultiClusterNetwork.json' from root:root to runner:runner
2025-08-20T19:16:14.9340234Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/AddClusterIntoServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:14.9341151Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateIstioRouteAdditionalStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9342074Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeEipResources.json' from root:root to runner:runner
2025-08-20T19:16:14.9343177Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh' from root:root to runner:runner
2025-08-20T19:16:14.9344063Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9344906Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTableAccessCount.json' from root:root to runner:runner
2025-08-20T19:16:14.9345767Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/BindDBResourceGroupWithUser.json' from root:root to runner:runner
2025-08-20T19:16:14.9346712Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:14.9347533Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyElasticPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.9348331Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:14.9349218Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeRegionsMixed.json' from root:root to runner:runner
2025-08-20T19:16:14.9350080Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.9350878Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.9351657Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteBackups.json' from root:root to runner:runner
2025-08-20T19:16:14.9352673Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeVpcs.json' from root:root to runner:runner
2025-08-20T19:16:14.9353540Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterNetInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9354386Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribePatternPerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.9355221Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeBadSqlDetection.json' from root:root to runner:runner
2025-08-20T19:16:14.9356119Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSQLPlanTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9357020Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeWorkerDetection.json' from root:root to runner:runner
2025-08-20T19:16:14.9357845Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.9358709Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterShardNumber.json' from root:root to runner:runner
2025-08-20T19:16:14.9359544Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeResubmitConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9360406Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyLogHubStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9361223Z [00:02:20.830]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeElasticPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.9362049Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.9363204Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeRdsAnalysisResourceQuotas.json' from root:root to runner:runner
2025-08-20T19:16:14.9364025Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifySQAConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9364876Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterShardNumber.json' from root:root to runner:runner
2025-08-20T19:16:14.9365668Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeColumns.json' from root:root to runner:runner
2025-08-20T19:16:14.9366487Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeLogStoreKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.9367309Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/EnableAdviceService.json' from root:root to runner:runner
2025-08-20T19:16:14.9368172Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/UnbindDBResourceGroupWithUser.json' from root:root to runner:runner
2025-08-20T19:16:14.9368988Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.9369840Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.9370717Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTableDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9371531Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterSSL.json' from root:root to runner:runner
2025-08-20T19:16:14.9372309Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.9373621Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisSQLInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9374533Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAllDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.9375373Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.9376196Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyLogBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.9377025Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DisableAdviceService.json' from root:root to runner:runner
2025-08-20T19:16:14.9377850Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAllAccounts.json' from root:root to runner:runner
2025-08-20T19:16:14.9378649Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:14.9379452Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ApplyAdviceById.json' from root:root to runner:runner
2025-08-20T19:16:14.9380288Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTableStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9381145Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeHistoryEventsStat.json' from root:root to runner:runner
2025-08-20T19:16:14.9382003Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.9383428Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.9384311Z [00:02:20.831]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.9385301Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/AllocateClusterPublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.9386182Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeConnectionCountRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.9387161Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeOversizeNonPartitionTableInfos.json' from root:root to runner:runner
2025-08-20T19:16:14.9388037Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisDimensions.json' from root:root to runner:runner
2025-08-20T19:16:14.9389019Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterResourcePoolPerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.9389887Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.9390708Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.9391538Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:14.9392597Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CancelActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.9393426Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifySyncJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9394254Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSyncJobList.json' from root:root to runner:runner
2025-08-20T19:16:14.9395127Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ReleaseClusterPublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:14.9396017Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyActiveOperationMaintainConf.json' from root:root to runner:runner
2025-08-20T19:16:14.9396816Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:14.9398117Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterPerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.9399707Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.9401276Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSchemas.json' from root:root to runner:runner
2025-08-20T19:16:14.9403034Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeProcessList.json' from root:root to runner:runner
2025-08-20T19:16:14.9404743Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:14.9406332Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeKmsKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.9407857Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeLoadTasksRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.9409139Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/KillProcess.json' from root:root to runner:runner
2025-08-20T19:16:14.9410017Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/GrantOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.9410855Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.9411673Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSQLPatterns.json' from root:root to runner:runner
2025-08-20T19:16:14.9412785Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeControllerDetection.json' from root:root to runner:runner
2025-08-20T19:16:14.9413666Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.9414486Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.9415287Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSQLPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.9416120Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:14.9417057Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSqlPattern.json' from root:root to runner:runner
2025-08-20T19:16:14.9418001Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CheckServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:14.9418850Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/BindDBResourcePoolWithUser.json' from root:root to runner:runner
2025-08-20T19:16:14.9419684Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeLogHubAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.9420571Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeLoghubDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9421452Z [00:02:20.832]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterSSL.json' from root:root to runner:runner
2025-08-20T19:16:14.9422256Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTables.json' from root:root to runner:runner
2025-08-20T19:16:14.9423371Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAbnormalPatternDetection.json' from root:root to runner:runner
2025-08-20T19:16:14.9424252Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyClusterConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:14.9425054Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeVSwitchs.json' from root:root to runner:runner
2025-08-20T19:16:14.9425875Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:14.9426791Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisMonitorPerformance.json' from root:root to runner:runner
2025-08-20T19:16:14.9427620Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAuditLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9428413Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/OperateLogHub.json' from root:root to runner:runner
2025-08-20T19:16:14.9429249Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DownloadDiagnosisRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.9430114Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:14.9431037Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.9431959Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAvailableAdvices.json' from root:root to runner:runner
2025-08-20T19:16:14.9433035Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeMaintenanceAction.json' from root:root to runner:runner
2025-08-20T19:16:14.9433946Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.9434821Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeExcessivePrimaryKeys.json' from root:root to runner:runner
2025-08-20T19:16:14.9435751Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeComputeResource.json' from root:root to runner:runner
2025-08-20T19:16:14.9436582Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyResubmitConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9437472Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterAccessWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.9438280Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeEIURange.json' from root:root to runner:runner
2025-08-20T19:16:14.9439156Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterSpaceSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9439947Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.9440751Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/MigrateDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.9441529Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/AttachUserENI.json' from root:root to runner:runner
2025-08-20T19:16:14.9442355Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteDBResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:14.9443365Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.9444282Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.9445085Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9445926Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:14.9446772Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/RevokeOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:14.9447650Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeKernelVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.9448453Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.9449359Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:14.9450259Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSyncAvailableDBClusterList.json' from root:root to runner:runner
2025-08-20T19:16:14.9451096Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/GetCreateTableSQL.json' from root:root to runner:runner
2025-08-20T19:16:14.9451932Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9453213Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateElasticPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.9454040Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteElasticPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.9454876Z [00:02:20.833]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:14.9455705Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyMaintenanceAction.json' from root:root to runner:runner
2025-08-20T19:16:14.9456532Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyAuditLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9457363Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeInclinedTables.json' from root:root to runner:runner
2025-08-20T19:16:14.9458289Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAuditLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.9459199Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeActiveOperationMaintainConf.json' from root:root to runner:runner
2025-08-20T19:16:14.9460122Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/BatchApplyAdviceByIdList.json' from root:root to runner:runner
2025-08-20T19:16:14.9460935Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterVip.json' from root:root to runner:runner
2025-08-20T19:16:14.9461816Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateDBResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:14.9462943Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeElasticDailyPlan.json' from root:root to runner:runner
2025-08-20T19:16:14.9463820Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.9464679Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAdviceServiceEnabled.json' from root:root to runner:runner
2025-08-20T19:16:14.9465510Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/UpgradeKernelVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.9466298Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DetachUserENI.json' from root:root to runner:runner
2025-08-20T19:16:14.9467172Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterAccessWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.9468022Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/UnbindDBResourcePoolWithUser.json' from root:root to runner:runner
2025-08-20T19:16:14.9468855Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeInclinedNodes.json' from root:root to runner:runner
2025-08-20T19:16:14.9469692Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterPayType.json' from root:root to runner:runner
2025-08-20T19:16:14.9470516Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAppliedAdvices.json' from root:root to runner:runner
2025-08-20T19:16:14.9471398Z [00:02:20.834]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTablePartitionDiagnose.json' from root:root to runner:runner
2025-08-20T19:16:14.9472274Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSQAConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9473400Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeExecutorDetection.json' from root:root to runner:runner
2025-08-20T19:16:14.9474243Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDownloadRecords.json' from root:root to runner:runner
2025-08-20T19:16:14.9475553Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.9476895Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb' from root:root to runner:runner
2025-08-20T19:16:14.9478667Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeSecurityScoreRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9480313Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClientUserDefineRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9481811Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateCycleTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9483651Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateJenkinsImageRegistryName.json' from root:root to runner:runner
2025-08-20T19:16:14.9485100Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:14.9486362Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RefreshRegistryToken.json' from root:root to runner:runner
2025-08-20T19:16:14.9487186Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UnBindHybridProxy.json' from root:root to runner:runner
2025-08-20T19:16:14.9487981Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:14.9488845Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateContainerScanTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9489674Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteOpaStrategyNew.json' from root:root to runner:runner
2025-08-20T19:16:14.9490461Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UnbindAegis.json' from root:root to runner:runner
2025-08-20T19:16:14.9491469Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListContainerDefenseRuleClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.9492588Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallHybridProxy.json' from root:root to runner:runner
2025-08-20T19:16:14.9493465Z [00:02:20.835]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackUpExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9494304Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniSupportRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.9495201Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.9496088Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskItemType.json' from root:root to runner:runner
2025-08-20T19:16:14.9496925Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyCount.json' from root:root to runner:runner
2025-08-20T19:16:14.9497817Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedContainerInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.9498626Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteDingTalk.json' from root:root to runner:runner
2025-08-20T19:16:14.9499455Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ConfirmVirusEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.9500303Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteContainerPluginRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9501108Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9501952Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddClientUserDefineRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9503020Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9503838Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckTypes.json' from root:root to runner:runner
2025-08-20T19:16:14.9504648Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateFileDetect.json' from root:root to runner:runner
2025-08-20T19:16:14.9505582Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListImageRegistryRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.9506474Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAvailableHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:14.9507271Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9508182Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockProcessStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9509106Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryGroupedSecurityEventMarkMissList.json' from root:root to runner:runner
2025-08-20T19:16:14.9510031Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSimilarEventScenarios.json' from root:root to runner:runner
2025-08-20T19:16:14.9510920Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageEventOperationPage.json' from root:root to runner:runner
2025-08-20T19:16:14.9511768Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSuspiciousStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9512823Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddCloudVendorAccountAK.json' from root:root to runner:runner
2025-08-20T19:16:14.9513721Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHybridProxyClusterList.json' from root:root to runner:runner
2025-08-20T19:16:14.9514652Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateJenkinsImageRegistryPersistenceDay.json' from root:root to runner:runner
2025-08-20T19:16:14.9515486Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpgradeHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:14.9516305Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVirusScanMachine.json' from root:root to runner:runner
2025-08-20T19:16:14.9517159Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddPrivateRegistry.json' from root:root to runner:runner
2025-08-20T19:16:14.9517992Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListAsset.json' from root:root to runner:runner
2025-08-20T19:16:14.9518917Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetModuleConfigStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9519755Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypotProbeBind.json' from root:root to runner:runner
2025-08-20T19:16:14.9520651Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyInterceptionRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9521452Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetPublishCron.json' from root:root to runner:runner
2025-08-20T19:16:14.9522307Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAutoTagRules.json' from root:root to runner:runner
2025-08-20T19:16:14.9523617Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetSyncRefreshRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.9524593Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockUpdateConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9525444Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetModuleTrialAuthInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9526308Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLoginBaseConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.9527140Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartPreCheckDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.9527986Z [00:02:20.836]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetImageBuildRiskStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9528851Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperationCustomizeReportChart.json' from root:root to runner:runner
2025-08-20T19:16:14.9529713Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListAuthorize.json' from root:root to runner:runner
2025-08-20T19:16:14.9530576Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarningSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9531510Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAIAssetSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9532681Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOpaStrategyNew.json' from root:root to runner:runner
2025-08-20T19:16:14.9533670Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/IgnoreIdcProbeScanResult.json' from root:root to runner:runner
2025-08-20T19:16:14.9534564Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:14.9535519Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerServiceK8sClusterNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:14.9536331Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddProtectVpcList.json' from root:root to runner:runner
2025-08-20T19:16:14.9537433Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeScreenScoreThread.json' from root:root to runner:runner
2025-08-20T19:16:14.9538352Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOssBucketScanTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9539179Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateVirusEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.9540042Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.9540956Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstanceAntiBruteForceRules.json' from root:root to runner:runner
2025-08-20T19:16:14.9541785Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCycleTaskList.json' from root:root to runner:runner
2025-08-20T19:16:14.9542811Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInstanceCatalog.json' from root:root to runner:runner
2025-08-20T19:16:14.9543676Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9544508Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetBackupStorageCount.json' from root:root to runner:runner
2025-08-20T19:16:14.9545339Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddImageVulWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.9546135Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:14.9546994Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeScanTaskStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9547880Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPublishBatch.json' from root:root to runner:runner
2025-08-20T19:16:14.9548813Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSimilarSecurityEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.9549840Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHoneyPotSuspStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9551263Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockStart.json' from root:root to runner:runner
2025-08-20T19:16:14.9553212Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAttackPathSensitiveAssetConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9554934Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTraceInfoNode.json' from root:root to runner:runner
2025-08-20T19:16:14.9556523Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageRepoDetailList.json' from root:root to runner:runner
2025-08-20T19:16:14.9558097Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileProtectDashboard.json' from root:root to runner:runner
2025-08-20T19:16:14.9559605Z [00:02:20.837]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSasPmAgentList.json' from root:root to runner:runner
2025-08-20T19:16:14.9561076Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOperationCheck.json' from root:root to runner:runner
2025-08-20T19:16:14.9562169Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteMaliciousNote.json' from root:root to runner:runner
2025-08-20T19:16:14.9563308Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddCheckInstanceResultWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.9564173Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateBinarySecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.9565008Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedTags.json' from root:root to runner:runner
2025-08-20T19:16:14.9565863Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateCustomizeReportStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9566824Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClientUserDefineRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9567654Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddImageEventOperation.json' from root:root to runner:runner
2025-08-20T19:16:14.9568555Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetImageScanNumInPeriod.json' from root:root to runner:runner
2025-08-20T19:16:14.9569361Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportSuspEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.9570248Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCustomizedDict.json' from root:root to runner:runner
2025-08-20T19:16:14.9571097Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateSelectionKeyByType.json' from root:root to runner:runner
2025-08-20T19:16:14.9571945Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BindHybridProxy.json' from root:root to runner:runner
2025-08-20T19:16:14.9572961Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryDiscoverDatabase.json' from root:root to runner:runner
2025-08-20T19:16:14.9573799Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyLoginBaseConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9574608Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9575432Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9576252Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9577117Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateJenkinsImageScanTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9577957Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyBackupPolicyStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9578815Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetServerlessAppAuthDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9579637Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpgradeVersionByUuids.json' from root:root to runner:runner
2025-08-20T19:16:14.9580575Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListFileProtectPluginStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9581427Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckItem.json' from root:root to runner:runner
2025-08-20T19:16:14.9582354Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryJenkinsImageRegistryPersistenceDay.json' from root:root to runner:runner
2025-08-20T19:16:14.9583431Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCommonTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9584380Z [00:02:20.838]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaStrategyTemplateSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9585262Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CheckTrialFixCount.json' from root:root to runner:runner
2025-08-20T19:16:14.9586090Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyOperateVul.json' from root:root to runner:runner
2025-08-20T19:16:14.9586924Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeMonitorAccounts.json' from root:root to runner:runner
2025-08-20T19:16:14.9587779Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PublicCreateImageScanTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9588628Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBackupPolicyMachine.json' from root:root to runner:runner
2025-08-20T19:16:14.9589488Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAllRegionsStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9590302Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeModuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9591135Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.9591961Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileProtectEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.9592935Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAttestor.json' from root:root to runner:runner
2025-08-20T19:16:14.9593761Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateSwitchStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9594679Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateCommonSwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9595615Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCriteriaStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.9596452Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityStatInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9597275Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeEventOnStage.json' from root:root to runner:runner
2025-08-20T19:16:14.9598165Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCloudAssetInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.9599117Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListStrategyStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9599939Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClientAlertMode.json' from root:root to runner:runner
2025-08-20T19:16:14.9600819Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomizedDictUploadInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9601626Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyTagWithUuid.json' from root:root to runner:runner
2025-08-20T19:16:14.9602659Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeMachineCanReboot.json' from root:root to runner:runner
2025-08-20T19:16:14.9603523Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAgentInstallStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9604355Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateUniRestorePlan.json' from root:root to runner:runner
2025-08-20T19:16:14.9605221Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSasContainerWebDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9606161Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCloudVendorAccountAK.json' from root:root to runner:runner
2025-08-20T19:16:14.9607043Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateContainerScanTaskByAppName.json' from root:root to runner:runner
2025-08-20T19:16:14.9607939Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9608775Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BatchCreateMaliciousNote.json' from root:root to runner:runner
2025-08-20T19:16:14.9609602Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeNoticeConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9610485Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockExclusiveFileType.json' from root:root to runner:runner
2025-08-20T19:16:14.9611361Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAssetsPropertyItem.json' from root:root to runner:runner
2025-08-20T19:16:14.9612156Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.9613450Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.9614291Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHybridProxy.json' from root:root to runner:runner
2025-08-20T19:16:14.9615143Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateAgentClientInstall.json' from root:root to runner:runner
2025-08-20T19:16:14.9615961Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileDetectResult.json' from root:root to runner:runner
2025-08-20T19:16:14.9616818Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveCustomizeReportConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9617676Z [00:02:20.839]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClusterRuleSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9618553Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDynamicDictUploadInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9619368Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetLastOnceTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9620277Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9621166Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9622113Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySecurityCheckScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9623115Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddTagWithUuid.json' from root:root to runner:runner
2025-08-20T19:16:14.9623993Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulMetaCountStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9624826Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessRiskUuid.json' from root:root to runner:runner
2025-08-20T19:16:14.9625766Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyTaskDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9626657Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OpenBackupAutoConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9627977Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOperationTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9629445Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSearchCondition.json' from root:root to runner:runner
2025-08-20T19:16:14.9631181Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/EnableCustomInstanceBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9633034Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstanceVulStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9634578Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePublishBatch.json' from root:root to runner:runner
2025-08-20T19:16:14.9636100Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.9637646Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOssBucketScanStatistic.json' from root:root to runner:runner
2025-08-20T19:16:14.9638877Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddVpcHoneyPot.json' from root:root to runner:runner
2025-08-20T19:16:14.9639740Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAccessKeyLeakDeal.json' from root:root to runner:runner
2025-08-20T19:16:14.9640565Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateCustomizedDict.json' from root:root to runner:runner
2025-08-20T19:16:14.9641491Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/EnableCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9642318Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SubmitOperationTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9643458Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperationCancelIgnoreSuspEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.9644319Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAttackAnalysisData.json' from root:root to runner:runner
2025-08-20T19:16:14.9645235Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInterceptionSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9646230Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSasContainerWebDefenseRuleApplication.json' from root:root to runner:runner
2025-08-20T19:16:14.9647064Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/EnableBruteForceRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9647938Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyServerlessAuthToMachine.json' from root:root to runner:runner
2025-08-20T19:16:14.9648758Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUuidsByWebPath.json' from root:root to runner:runner
2025-08-20T19:16:14.9649568Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:14.9650352Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetDataTrend.json' from root:root to runner:runner
2025-08-20T19:16:14.9651269Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClusterCheckItemWarningStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9652122Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageLatestScanTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9653210Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.9654040Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBackupSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:14.9654949Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeletePrivateRegistry.json' from root:root to runner:runner
2025-08-20T19:16:14.9655744Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVpcList.json' from root:root to runner:runner
2025-08-20T19:16:14.9656637Z [00:02:20.840]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyContainerDefenseRuleSwitch.json' from root:root to runner:runner
2025-08-20T19:16:14.9657499Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeAssetRefreshTaskConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9658338Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetLogMeta.json' from root:root to runner:runner
2025-08-20T19:16:14.9659176Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaClusterLabelList.json' from root:root to runner:runner
2025-08-20T19:16:14.9660057Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyConcernNecessity.json' from root:root to runner:runner
2025-08-20T19:16:14.9660880Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListFileProtectEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.9661719Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DisableBruteForceRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9662725Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteUniBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.9663588Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyUsageTop.json' from root:root to runner:runner
2025-08-20T19:16:14.9664449Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateSuspiciousTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9665367Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckEcsWarnings.json' from root:root to runner:runner
2025-08-20T19:16:14.9666243Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulDefendCountStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9667172Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CheckSecurityEventId.json' from root:root to runner:runner
2025-08-20T19:16:14.9667989Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeIdcProbeList.json' from root:root to runner:runner
2025-08-20T19:16:14.9668806Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:14.9669683Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyTaskResult.json' from root:root to runner:runner
2025-08-20T19:16:14.9670506Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9671358Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyUserDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9672275Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessRelateMalicious.json' from root:root to runner:runner
2025-08-20T19:16:14.9673604Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDefaultKeyInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9674429Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulList.json' from root:root to runner:runner
2025-08-20T19:16:14.9675312Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerFieldStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9676172Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUserBackupMachines.json' from root:root to runner:runner
2025-08-20T19:16:14.9676952Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateVuls.json' from root:root to runner:runner
2025-08-20T19:16:14.9677822Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClusterSuspEventStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9678678Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEventExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9679582Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAgentlessScanTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9680463Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportCustomizeReport.json' from root:root to runner:runner
2025-08-20T19:16:14.9681282Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageVulList.json' from root:root to runner:runner
2025-08-20T19:16:14.9682108Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInstallCodeForUuid.json' from root:root to runner:runner
2025-08-20T19:16:14.9683400Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBinarySecurityPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.9684260Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyStrategyTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.9685061Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAllGroups.json' from root:root to runner:runner
2025-08-20T19:16:14.9685911Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaClusterNamespaceList.json' from root:root to runner:runner
2025-08-20T19:16:14.9686845Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckItemWarningSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9687745Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCanTrySas.json' from root:root to runner:runner
2025-08-20T19:16:14.9688737Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9689616Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeServiceLinkedRoleStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9690456Z [00:02:20.841]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyHybridProxyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.9691332Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSecurityEventMarkMissList.json' from root:root to runner:runner
2025-08-20T19:16:14.9692148Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAutoDelConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9693172Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClientConfSetup.json' from root:root to runner:runner
2025-08-20T19:16:14.9694152Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListMaliciousFileWhitelistConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.9695067Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHybridProxyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.9695903Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyProcItem.json' from root:root to runner:runner
2025-08-20T19:16:14.9696741Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAvailableAttackPath.json' from root:root to runner:runner
2025-08-20T19:16:14.9697532Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GenerateOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9698363Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHoneyPotAuth.json' from root:root to runner:runner
2025-08-20T19:16:14.9699180Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerApps.json' from root:root to runner:runner
2025-08-20T19:16:14.9700062Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePluginSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9701377Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySoarStrategySubscribe.json' from root:root to runner:runner
2025-08-20T19:16:14.9703171Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9704889Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSensitiveDefineRuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9706376Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SubmitCheck.json' from root:root to runner:runner
2025-08-20T19:16:14.9707993Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyProcDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9709596Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckItemWarningMachine.json' from root:root to runner:runner
2025-08-20T19:16:14.9711168Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetDockerhubImageRiskRankInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9712362Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9713496Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageSensitiveFileByKey.json' from root:root to runner:runner
2025-08-20T19:16:14.9714442Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPluginForUuid.json' from root:root to runner:runner
2025-08-20T19:16:14.9715325Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedInstances.json' from root:root to runner:runner
2025-08-20T19:16:14.9716200Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSystemAggregationRules.json' from root:root to runner:runner
2025-08-20T19:16:14.9717044Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOpaClusterPlugin.json' from root:root to runner:runner
2025-08-20T19:16:14.9717922Z [00:02:20.842]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAntiBruteForceRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9718803Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspiciousOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9719653Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StopHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:14.9720569Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockFileEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.9721402Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateVirusScanOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9722208Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/FinishGuidTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9723307Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddSasContainerWebDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9724221Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAccountsInResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:14.9725064Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/IgnoreCheckItems.json' from root:root to runner:runner
2025-08-20T19:16:14.9725898Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateFileUploadLimit.json' from root:root to runner:runner
2025-08-20T19:16:14.9726788Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetModuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9727718Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVpcHoneyPotCriteria.json' from root:root to runner:runner
2025-08-20T19:16:14.9728591Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniBackupPolicyDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9729455Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineItemList.json' from root:root to runner:runner
2025-08-20T19:16:14.9730264Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAccountLabel.json' from root:root to runner:runner
2025-08-20T19:16:14.9731129Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInterceptionTargetPage.json' from root:root to runner:runner
2025-08-20T19:16:14.9731975Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyContainerPluginRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9732998Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVpcHoneyPotList.json' from root:root to runner:runner
2025-08-20T19:16:14.9733899Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyEmgVulSubmit.json' from root:root to runner:runner
2025-08-20T19:16:14.9734874Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUserBaselineAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:14.9735734Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniBackupStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9736594Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockProcessList.json' from root:root to runner:runner
2025-08-20T19:16:14.9737467Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedInstanceDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9738314Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAllImageBaseline.json' from root:root to runner:runner
2025-08-20T19:16:14.9739198Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListEffectiveAssets.json' from root:root to runner:runner
2025-08-20T19:16:14.9740151Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineCheckSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9741043Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGraph4InvestigationOnline.json' from root:root to runner:runner
2025-08-20T19:16:14.9741933Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateStrictEventName.json' from root:root to runner:runner
2025-08-20T19:16:14.9743327Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaStrategyDetailNew.json' from root:root to runner:runner
2025-08-20T19:16:14.9744205Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypotProbeBind.json' from root:root to runner:runner
2025-08-20T19:16:14.9745017Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckStandard.json' from root:root to runner:runner
2025-08-20T19:16:14.9745970Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAccessKeyLeakDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9746801Z [00:02:20.843]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDynamicDict.json' from root:root to runner:runner
2025-08-20T19:16:14.9747705Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTraceInfoDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9748564Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/HandleSimilarSecurityEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.9749459Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BatchOperateCommonOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9750325Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateFileProtectEventStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9751169Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWarningMachines.json' from root:root to runner:runner
2025-08-20T19:16:14.9751983Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9753031Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAssetCleanConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9753944Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerServiceK8sClusters.json' from root:root to runner:runner
2025-08-20T19:16:14.9754862Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9755756Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateMonitorAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.9756563Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListBackupRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9757583Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskType.json' from root:root to runner:runner
2025-08-20T19:16:14.9758484Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomizeReportList.json' from root:root to runner:runner
2025-08-20T19:16:14.9759432Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCommonTargetResultList.json' from root:root to runner:runner
2025-08-20T19:16:14.9760296Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotAttackerSource.json' from root:root to runner:runner
2025-08-20T19:16:14.9761158Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeQuaraFileDownloadInfo.json' from root:root to runner:runner
2025-08-20T19:16:14.9762224Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAccesskeyLeakList.json' from root:root to runner:runner
2025-08-20T19:16:14.9763270Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCanTrySas.json' from root:root to runner:runner
2025-08-20T19:16:14.9764134Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:14.9764938Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9765747Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUuidsByAppId.json' from root:root to runner:runner
2025-08-20T19:16:14.9766599Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetServerlessAuthSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9767436Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeIdcAssetCriteria.json' from root:root to runner:runner
2025-08-20T19:16:14.9768362Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BatchUpdateMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9769261Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDataSource.json' from root:root to runner:runner
2025-08-20T19:16:14.9770154Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVersionConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9771013Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureVulList.json' from root:root to runner:runner
2025-08-20T19:16:14.9771824Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PageImageRegistry.json' from root:root to runner:runner
2025-08-20T19:16:14.9772908Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UninstallBackupClient.json' from root:root to runner:runner
2025-08-20T19:16:14.9773823Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9774739Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockFileChangeStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9776167Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrategyExecDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9777827Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteContainerDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9779515Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureRiskList.json' from root:root to runner:runner
2025-08-20T19:16:14.9781150Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertySoftwareDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9782899Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UploadedHoneyPotFile.json' from root:root to runner:runner
2025-08-20T19:16:14.9784396Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.9785855Z [00:02:20.844]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateRestoreJob.json' from root:root to runner:runner
2025-08-20T19:16:14.9786841Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExcludeSystemPath.json' from root:root to runner:runner
2025-08-20T19:16:14.9787865Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetDetailByUuid.json' from root:root to runner:runner
2025-08-20T19:16:14.9788735Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureSuggests.json' from root:root to runner:runner
2025-08-20T19:16:14.9789591Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PauseClient.json' from root:root to runner:runner
2025-08-20T19:16:14.9790406Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CheckStsTokenAuth.json' from root:root to runner:runner
2025-08-20T19:16:14.9791262Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBinarySecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:14.9792086Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageFixTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9793307Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetSensitiveDefineRuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9794164Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulFixStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9795093Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCloudVendorRegions.json' from root:root to runner:runner
2025-08-20T19:16:14.9795918Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateSoarStrategyTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9796756Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSoarStrategyTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9797600Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CopyCustomizeReportConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9798449Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateInterceptionTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.9799236Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOssBucket.json' from root:root to runner:runner
2025-08-20T19:16:14.9800064Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveWhiteListStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.9800903Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyScaItem.json' from root:root to runner:runner
2025-08-20T19:16:14.9801771Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/VerifyCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:14.9802797Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaClusterImageList.json' from root:root to runner:runner
2025-08-20T19:16:14.9803723Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterNetwork.json' from root:root to runner:runner
2025-08-20T19:16:14.9804585Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAntiBruteForceRules.json' from root:root to runner:runner
2025-08-20T19:16:14.9805423Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddContainerPluginRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9806349Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyTaskParams.json' from root:root to runner:runner
2025-08-20T19:16:14.9807259Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAffectedMaliciousFileImages.json' from root:root to runner:runner
2025-08-20T19:16:14.9808112Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9809001Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupPolicies.json' from root:root to runner:runner
2025-08-20T19:16:14.9809837Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageRepoList.json' from root:root to runner:runner
2025-08-20T19:16:14.9810669Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeCheckCustomConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9811524Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:14.9812597Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateImageBaselineWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:14.9813446Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateDynamicDict.json' from root:root to runner:runner
2025-08-20T19:16:14.9814271Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:14.9815080Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:14.9815992Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInstanceRiskLevels.json' from root:root to runner:runner
2025-08-20T19:16:14.9816876Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSupportRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.9817710Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListMachineApps.json' from root:root to runner:runner
2025-08-20T19:16:14.9818566Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetClusterInterceptionConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9819363Z [00:02:20.845]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyIdcProbe.json' from root:root to runner:runner
2025-08-20T19:16:14.9820284Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureAlarmList.json' from root:root to runner:runner
2025-08-20T19:16:14.9821109Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTaskErrorLog.json' from root:root to runner:runner
2025-08-20T19:16:14.9821987Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateClientAlertMode.json' from root:root to runner:runner
2025-08-20T19:16:14.9823062Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityEventOperations.json' from root:root to runner:runner
2025-08-20T19:16:14.9823924Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyScaDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9824694Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportVul.json' from root:root to runner:runner
2025-08-20T19:16:14.9825550Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddBaselineCheckWhiteRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9826367Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstallCode.json' from root:root to runner:runner
2025-08-20T19:16:14.9827224Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyTasks.json' from root:root to runner:runner
2025-08-20T19:16:14.9828066Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ProcessSoarStrategyTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9828971Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListObjectScanEvent.json' from root:root to runner:runner
2025-08-20T19:16:14.9830063Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetVirusScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9830980Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetUserLang.json' from root:root to runner:runner
2025-08-20T19:16:14.9831825Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:14.9832904Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9833757Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetRegistryScanDayNum.json' from root:root to runner:runner
2025-08-20T19:16:14.9835386Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateBaselineCheckWhiteRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9836299Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9837223Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckRiskStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9838070Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOrUpdateAssetGroup.json' from root:root to runner:runner
2025-08-20T19:16:14.9838918Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHybridProxyCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.9839723Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ValidateHcWarnings.json' from root:root to runner:runner
2025-08-20T19:16:14.9840635Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterImageSecuritySummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9841489Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddCloudVendorTrialConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9842295Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetDefenceCount.json' from root:root to runner:runner
2025-08-20T19:16:14.9843668Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileProtectEventCount.json' from root:root to runner:runner
2025-08-20T19:16:14.9844647Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RefreshContainerAssets.json' from root:root to runner:runner
2025-08-20T19:16:14.9845519Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PublicPreCheckImageScanTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9846445Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackPathEventStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9847261Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEvents.json' from root:root to runner:runner
2025-08-20T19:16:14.9848106Z [00:02:20.846]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulNumStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9849063Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9850434Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstallCodes.json' from root:root to runner:runner
2025-08-20T19:16:14.9852117Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeNsasSuspEventType.json' from root:root to runner:runner
2025-08-20T19:16:14.9854163Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCloudProductFieldStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9855749Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClusterCnnfStatusDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9857328Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeScanTaskProgress.json' from root:root to runner:runner
2025-08-20T19:16:14.9858796Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeChartData.json' from root:root to runner:runner
2025-08-20T19:16:14.9860328Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLoginSwitchConfigs.json' from root:root to runner:runner
2025-08-20T19:16:14.9861324Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateSasTrial.json' from root:root to runner:runner
2025-08-20T19:16:14.9862152Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateImageVul.json' from root:root to runner:runner
2025-08-20T19:16:14.9863802Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupRestoreCount.json' from root:root to runner:runner
2025-08-20T19:16:14.9865533Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetVirusScanLatestTaskStatistic.json' from root:root to runner:runner
2025-08-20T19:16:14.9867275Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9869048Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:14.9870645Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddContainerDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9872267Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/TriggerCheck.json' from root:root to runner:runner
2025-08-20T19:16:14.9874200Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SendCustomizeReport.json' from root:root to runner:runner
2025-08-20T19:16:14.9875822Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaClusterBaseLineList.json' from root:root to runner:runner
2025-08-20T19:16:14.9877446Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageRiskLevelStatistic.json' from root:root to runner:runner
2025-08-20T19:16:14.9879074Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetBuildRiskDefineRuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9880605Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeCheckConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9882161Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePostPaidBindRel.json' from root:root to runner:runner
2025-08-20T19:16:14.9884004Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetStrategyTemplateDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9885563Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVpcHoneyPot.json' from root:root to runner:runner
2025-08-20T19:16:14.9887283Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetsSecurityEventSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9888893Z [00:02:20.847]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpgradeBackupPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:14.9890590Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySasContainerWebDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9892358Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterVulStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9894273Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9895809Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUserSetting.json' from root:root to runner:runner
2025-08-20T19:16:14.9897473Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRestoreJobs.json' from root:root to runner:runner
2025-08-20T19:16:14.9899092Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveImageBaselineStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.9900892Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateImageVulWhitelistTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.9902885Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BatchDeleteMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9904451Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CancelOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:14.9906004Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulDetails.json' from root:root to runner:runner
2025-08-20T19:16:14.9907598Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteLoginBaseConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9909269Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AdvanceSecurityEventOperations.json' from root:root to runner:runner
2025-08-20T19:16:14.9910871Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateOpaStrategyNew.json' from root:root to runner:runner
2025-08-20T19:16:14.9912771Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ReceiveFunctionTrialRewardByAliUid.json' from root:root to runner:runner
2025-08-20T19:16:14.9914381Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:14.9916042Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyImageFixCycleConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9917806Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedVul.json' from root:root to runner:runner
2025-08-20T19:16:14.9930715Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateInterceptionRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9932632Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallPmAgent.json' from root:root to runner:runner
2025-08-20T19:16:14.9934112Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:14.9935188Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetTenantCheckAvailable.json' from root:root to runner:runner
2025-08-20T19:16:14.9936068Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9937008Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:14.9937819Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:14.9938921Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateAttackPathSensitiveAssetConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9939776Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSwitchRegionDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9940650Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClientConfStrategy.json' from root:root to runner:runner
2025-08-20T19:16:14.9941483Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSecurityScoreRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9942321Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetLocalDefaultRegion.json' from root:root to runner:runner
2025-08-20T19:16:14.9943685Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeFieldStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9945104Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RemoveCheckResultWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:14.9946731Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryGroupIdByGroupName.json' from root:root to runner:runner
2025-08-20T19:16:14.9948499Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrategyDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9950206Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyHybridProxyCluster.json' from root:root to runner:runner
2025-08-20T19:16:14.9951737Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:14.9953468Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAntiBruteForceRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9955133Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetInfoPublish.json' from root:root to runner:runner
2025-08-20T19:16:14.9956097Z [00:02:20.848]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCloudAssetSummary.json' from root:root to runner:runner
2025-08-20T19:16:14.9957034Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityCheckScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9957905Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotAttackerPortrait.json' from root:root to runner:runner
2025-08-20T19:16:14.9958744Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageInfoList.json' from root:root to runner:runner
2025-08-20T19:16:14.9959561Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyLogMetaStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9960375Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileDetectReport.json' from root:root to runner:runner
2025-08-20T19:16:14.9961182Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9962026Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckFixDetails.json' from root:root to runner:runner
2025-08-20T19:16:14.9963136Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAegisContainerPluginRule.json' from root:root to runner:runner
2025-08-20T19:16:14.9963975Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallAegisForLingjun.json' from root:root to runner:runner
2025-08-20T19:16:14.9964835Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotAttackStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9965765Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAssetsPropertyDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9966694Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEventQuaraFiles.json' from root:root to runner:runner
2025-08-20T19:16:14.9967551Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstanceRebootStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9968496Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVolDingdingMessage.json' from root:root to runner:runner
2025-08-20T19:16:14.9969401Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAgentlessSensitiveFileByKey.json' from root:root to runner:runner
2025-08-20T19:16:14.9970305Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetDetailByUuids.json' from root:root to runner:runner
2025-08-20T19:16:14.9971227Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockProcessBlockStatistics.json' from root:root to runner:runner
2025-08-20T19:16:14.9972028Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:14.9973353Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCustomizeReport.json' from root:root to runner:runner
2025-08-20T19:16:14.9974222Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLogShipperStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9975111Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClusterCnnfStatusUserConfirm.json' from root:root to runner:runner
2025-08-20T19:16:14.9975954Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:14.9976781Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOrUpdateDingTalk.json' from root:root to runner:runner
2025-08-20T19:16:14.9977607Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallBackupClient.json' from root:root to runner:runner
2025-08-20T19:16:14.9978448Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyPortItem.json' from root:root to runner:runner
2025-08-20T19:16:14.9979343Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:14.9980199Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateCommonOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:14.9981109Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClearLogstoreStorage.json' from root:root to runner:runner
2025-08-20T19:16:14.9981978Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageSensitiveFileList.json' from root:root to runner:runner
2025-08-20T19:16:14.9983073Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDingTalk.json' from root:root to runner:runner
2025-08-20T19:16:14.9983977Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetSelectionSelectedTarget.json' from root:root to runner:runner
2025-08-20T19:16:14.9984908Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeReportRecipientStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9985750Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCreateVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:14.9986568Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddPublishBatch.json' from root:root to runner:runner
2025-08-20T19:16:14.9987362Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAppNetwork.json' from root:root to runner:runner
2025-08-20T19:16:14.9988199Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockBindList.json' from root:root to runner:runner
2025-08-20T19:16:14.9989011Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/MarkMonitorAccounts.json' from root:root to runner:runner
2025-08-20T19:16:14.9989860Z [00:02:20.849]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInterceptionRulePage.json' from root:root to runner:runner
2025-08-20T19:16:14.9990662Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLogMeta.json' from root:root to runner:runner
2025-08-20T19:16:14.9991483Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCanFixVulList.json' from root:root to runner:runner
2025-08-20T19:16:14.9992341Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInterceptionTargetDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9993441Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureScore.json' from root:root to runner:runner
2025-08-20T19:16:14.9994364Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockConfigList.json' from root:root to runner:runner
2025-08-20T19:16:14.9995192Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteMonitorAccount.json' from root:root to runner:runner
2025-08-20T19:16:14.9996103Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityEventOperationStatus.json' from root:root to runner:runner
2025-08-20T19:16:14.9996981Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DingTalkOnlineTest.json' from root:root to runner:runner
2025-08-20T19:16:14.9997913Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSyncAssetTaskLogDetail.json' from root:root to runner:runner
2025-08-20T19:16:14.9998744Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:14.9999569Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotEventFlows.json' from root:root to runner:runner
2025-08-20T19:16:15.0000388Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.0001237Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSystemClientRuleTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.0002078Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RefreshOssBucketScanInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0003138Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListStrategyList.json' from root:root to runner:runner
2025-08-20T19:16:15.0003976Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallUniBackupAgent.json' from root:root to runner:runner
2025-08-20T19:16:15.0004832Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyContainerDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:15.0005652Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarnings.json' from root:root to runner:runner
2025-08-20T19:16:15.0006480Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVulTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0007357Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteVpcHoneyPot.json' from root:root to runner:runner
2025-08-20T19:16:15.0008246Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSupervisonInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0009042Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAuthSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.0009919Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateFileUploadLimit.json' from root:root to runner:runner
2025-08-20T19:16:15.0010786Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyTypeScaItem.json' from root:root to runner:runner
2025-08-20T19:16:15.0011682Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniBackupDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.0012763Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAegisContainerPluginRuleCriteria.json' from root:root to runner:runner
2025-08-20T19:16:15.0013616Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAppVulScanCycle.json' from root:root to runner:runner
2025-08-20T19:16:15.0014465Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetBackupAutoConfigStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.0015304Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteImageVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.0016084Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebPath.json' from root:root to runner:runner
2025-08-20T19:16:15.0016948Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCommonOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0017888Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarPlaybookTaskDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0019232Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarningMachines.json' from root:root to runner:runner
2025-08-20T19:16:15.0020845Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateBatchUploadUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.0022820Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarningDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0024332Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAttestor.json' from root:root to runner:runner
2025-08-20T19:16:15.0025968Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAssetGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.0027528Z [00:02:20.850]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPrivateRegistryType.json' from root:root to runner:runner
2025-08-20T19:16:15.0029068Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyStrategy.json' from root:root to runner:runner
2025-08-20T19:16:15.0030186Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackPathSensitiveAssetConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0031123Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeFixUsedCount.json' from root:root to runner:runner
2025-08-20T19:16:15.0032030Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCloudVendorAccountAKList.json' from root:root to runner:runner
2025-08-20T19:16:15.0033114Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListLogShipperRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.0033956Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetImageEventOperation.json' from root:root to runner:runner
2025-08-20T19:16:15.0034794Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAffectedAssets.json' from root:root to runner:runner
2025-08-20T19:16:15.0035592Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateAlarmEvent.json' from root:root to runner:runner
2025-08-20T19:16:15.0036410Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateServiceTrail.json' from root:root to runner:runner
2025-08-20T19:16:15.0037224Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockRefresh.json' from root:root to runner:runner
2025-08-20T19:16:15.0038067Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePublishGraySwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.0038910Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/VerifyCheckInstanceResult.json' from root:root to runner:runner
2025-08-20T19:16:15.0039830Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskCheckSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.0040684Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCloudVendorAccountAK.json' from root:root to runner:runner
2025-08-20T19:16:15.0041582Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteVulAutoRepairConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0042686Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHybridProxyList.json' from root:root to runner:runner
2025-08-20T19:16:15.0043676Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClientConfStrategy.json' from root:root to runner:runner
2025-08-20T19:16:15.0044586Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckInstanceResult.json' from root:root to runner:runner
2025-08-20T19:16:15.0045427Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetSelectionTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.0046310Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyInstanceAntiBruteForceRule.json' from root:root to runner:runner
2025-08-20T19:16:15.0047148Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListImageRegistryExtra.json' from root:root to runner:runner
2025-08-20T19:16:15.0047968Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteK8sAccessInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0048773Z [00:02:20.851]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVirusScanTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0049626Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/FindContainerNetworkConnect.json' from root:root to runner:runner
2025-08-20T19:16:15.0050473Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeFrontVulPatchList.json' from root:root to runner:runner
2025-08-20T19:16:15.0051274Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVulTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.0052084Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupStruct.json' from root:root to runner:runner
2025-08-20T19:16:15.0053261Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterBasicInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0054232Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSyncAssetTaskList.json' from root:root to runner:runner
2025-08-20T19:16:15.0055176Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSasContainerWebDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:15.0055996Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.0056813Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAssetDetailByUuid.json' from root:root to runner:runner
2025-08-20T19:16:15.0057769Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyPropertyScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0058659Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrictEventName.json' from root:root to runner:runner
2025-08-20T19:16:15.0059458Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCycleTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0060271Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallCloudMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.0061095Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:15.0061904Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BindAuthToMachine.json' from root:root to runner:runner
2025-08-20T19:16:15.0063022Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBruteForceRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.0063845Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListRuleTargetAll.json' from root:root to runner:runner
2025-08-20T19:16:15.0064638Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckProcess.json' from root:root to runner:runner
2025-08-20T19:16:15.0065474Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListImageBuildRiskItem.json' from root:root to runner:runner
2025-08-20T19:16:15.0066313Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetPropertyScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0067116Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackTypeList.json' from root:root to runner:runner
2025-08-20T19:16:15.0068056Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyInterceptionRuleSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.0068954Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCanAccessVpcSale.json' from root:root to runner:runner
2025-08-20T19:16:15.0069805Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstanceStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.0070651Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPrivateK8s.json' from root:root to runner:runner
2025-08-20T19:16:15.0071471Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAlarmMachineCount.json' from root:root to runner:runner
2025-08-20T19:16:15.0072344Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOnceTaskResultInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0073634Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/VerifyCheckCustomConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0074475Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:15.0075378Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityEventMarkMissList.json' from root:root to runner:runner
2025-08-20T19:16:15.0076192Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeUserLang.json' from root:root to runner:runner
2025-08-20T19:16:15.0077000Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeEmgVulItem.json' from root:root to runner:runner
2025-08-20T19:16:15.0077861Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUninstallAegisMachines.json' from root:root to runner:runner
2025-08-20T19:16:15.0078694Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCurrentVersionPublish.json' from root:root to runner:runner
2025-08-20T19:16:15.0079508Z [00:02:20.852]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteInstallCode.json' from root:root to runner:runner
2025-08-20T19:16:15.0080279Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddIdcProbe.json' from root:root to runner:runner
2025-08-20T19:16:15.0081274Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0082120Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVirusScanMachineEvent.json' from root:root to runner:runner
2025-08-20T19:16:15.0083232Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateAttackPathWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.0084089Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAttackPathWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.0085004Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyParam.json' from root:root to runner:runner
2025-08-20T19:16:15.0085903Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDefaultProxyInstallVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.0086772Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListDockerhubImage.json' from root:root to runner:runner
2025-08-20T19:16:15.0087631Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/JoinWebLockProcessWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.0088440Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAttestors.json' from root:root to runner:runner
2025-08-20T19:16:15.0089328Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListStrategyUuidCount.json' from root:root to runner:runner
2025-08-20T19:16:15.0090182Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBuildRiskList.json' from root:root to runner:runner
2025-08-20T19:16:15.0091231Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOpaClusterStrategyNew.json' from root:root to runner:runner
2025-08-20T19:16:15.0092826Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAttackPathSensitiveAssetConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0094420Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:15.0096076Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCompressFileDetectResult.json' from root:root to runner:runner
2025-08-20T19:16:15.0097629Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OpenSensitiveFileScan.json' from root:root to runner:runner
2025-08-20T19:16:15.0099363Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskCheckItemResult.json' from root:root to runner:runner
2025-08-20T19:16:15.0100863Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListImageRisk.json' from root:root to runner:runner
2025-08-20T19:16:15.0102167Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:15.0103304Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageListWithBaselineName.json' from root:root to runner:runner
2025-08-20T19:16:15.0104427Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAllEntity.json' from root:root to runner:runner
2025-08-20T19:16:15.0105382Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetContainerDefenseRuleDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0106193Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryGuidTaskList.json' from root:root to runner:runner
2025-08-20T19:16:15.0107029Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUuidsByVulNames.json' from root:root to runner:runner
2025-08-20T19:16:15.0107859Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageCriteria.json' from root:root to runner:runner
2025-08-20T19:16:15.0108707Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateVulAutoRepairConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0109541Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyLoginSwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0110318Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRisks.json' from root:root to runner:runner
2025-08-20T19:16:15.0111145Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSupportedModules.json' from root:root to runner:runner
2025-08-20T19:16:15.0111996Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateImageEventOperation.json' from root:root to runner:runner
2025-08-20T19:16:15.0113019Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetServiceTrail.json' from root:root to runner:runner
2025-08-20T19:16:15.0113854Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/FixCheckWarnings.json' from root:root to runner:runner
2025-08-20T19:16:15.0114819Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSystemRuleAggregationTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.0115656Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.0116484Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyProcessWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.0117322Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryAttackCount.json' from root:root to runner:runner
2025-08-20T19:16:15.0118233Z [00:02:20.853]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInterceptionRuleDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0119112Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerTags.json' from root:root to runner:runner
2025-08-20T19:16:15.0119951Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateFileProtectRemark.json' from root:root to runner:runner
2025-08-20T19:16:15.0120878Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySecurityEventMarkMissIndividually.json' from root:root to runner:runner
2025-08-20T19:16:15.0121694Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAutoTagRules.json' from root:root to runner:runner
2025-08-20T19:16:15.0122694Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainCount.json' from root:root to runner:runner
2025-08-20T19:16:15.0123615Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageEventOperationCondition.json' from root:root to runner:runner
2025-08-20T19:16:15.0124413Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:15.0125283Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeIdcProbeScanResultList.json' from root:root to runner:runner
2025-08-20T19:16:15.0126073Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RebootMachine.json' from root:root to runner:runner
2025-08-20T19:16:15.0126890Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOssBucketScanInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0127790Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.0128631Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyContainerScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0129587Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:15.0130971Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSystemClientRules.json' from root:root to runner:runner
2025-08-20T19:16:15.0134247Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeOfflineMachines.json' from root:root to runner:runner
2025-08-20T19:16:15.0137380Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyPortDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0140679Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEventUserSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.0143975Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateRdDefaultSyncList.json' from root:root to runner:runner
2025-08-20T19:16:15.0147081Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyUniBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.0149591Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RefreshAssets.json' from root:root to runner:runner
2025-08-20T19:16:15.0151258Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetImageSensitiveFileStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.0153432Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniBackupPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.0155090Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddSasModuleTrial.json' from root:root to runner:runner
2025-08-20T19:16:15.0156645Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCheckRule.json' from root:root to runner:runner
2025-08-20T19:16:15.0158377Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyRefreshProcessInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0159984Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CheckUserHasEcs.json' from root:root to runner:runner
2025-08-20T19:16:15.0161629Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAssetImportant.json' from root:root to runner:runner
2025-08-20T19:16:15.0163569Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTotalStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.0165646Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperationSuspEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.0168491Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeChartList.json' from root:root to runner:runner
2025-08-20T19:16:15.0171585Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeReportExport.json' from root:root to runner:runner
2025-08-20T19:16:15.0174618Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUserVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.0176935Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageFixCycleConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0178601Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/HandleMaliciousFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.0180236Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateJenkinsImageRegistry.json' from root:root to runner:runner
2025-08-20T19:16:15.0181848Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOperationProcess.json' from root:root to runner:runner
2025-08-20T19:16:15.0183697Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClientUserDefineRules.json' from root:root to runner:runner
2025-08-20T19:16:15.0185318Z [00:02:20.854]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAssetSelectionConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0186931Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClusterPluginInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0188504Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0191071Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBaselineCheckWhiteRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.0194030Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckStructure.json' from root:root to runner:runner
2025-08-20T19:16:15.0196818Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.0199799Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyOpenLogShipper.json' from root:root to runner:runner
2025-08-20T19:16:15.0202913Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCountScannedImage.json' from root:root to runner:runner
2025-08-20T19:16:15.0205736Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/EnableServiceAccessResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:15.0208469Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAlarmEventStackInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0210678Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecureSuggestion.json' from root:root to runner:runner
2025-08-20T19:16:15.0213315Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageRepoCriteria.json' from root:root to runner:runner
2025-08-20T19:16:15.0215522Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeNeedAsyncQuery.json' from root:root to runner:runner
2025-08-20T19:16:15.0217854Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockUnbind.json' from root:root to runner:runner
2025-08-20T19:16:15.0220123Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0222602Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerCriteria.json' from root:root to runner:runner
2025-08-20T19:16:15.0225063Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAegisContainerPluginRule.json' from root:root to runner:runner
2025-08-20T19:16:15.0227244Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateTargetListByBatch.json' from root:root to runner:runner
2025-08-20T19:16:15.0229853Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyCronItem.json' from root:root to runner:runner
2025-08-20T19:16:15.0231581Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetsScaProcessNum.json' from root:root to runner:runner
2025-08-20T19:16:15.0233590Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyPostPayModuleSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.0235329Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:15.0236848Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.0238358Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetRulesCount.json' from root:root to runner:runner
2025-08-20T19:16:15.0240027Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0241703Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveSuspEventUserSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.0243606Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInstanceRiskNum.json' from root:root to runner:runner
2025-08-20T19:16:15.0245242Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAttackPathWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.0246835Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0248420Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarningCount.json' from root:root to runner:runner
2025-08-20T19:16:15.0250050Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypotProbeBind.json' from root:root to runner:runner
2025-08-20T19:16:15.0252519Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniRecoverableList.json' from root:root to runner:runner
2025-08-20T19:16:15.0255698Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOperationProcessDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0258805Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomBlockInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.0261955Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInterceptionHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.0264047Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEventDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0265772Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteTagWithUuid.json' from root:root to runner:runner
2025-08-20T19:16:15.0268107Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHybridProxyLinkedClientList.json' from root:root to runner:runner
2025-08-20T19:16:15.0271325Z [00:02:20.855]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyBinarySecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.0274799Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyImageRegistry.json' from root:root to runner:runner
2025-08-20T19:16:15.0276736Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateWhiteListStrategyStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.0278438Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveWhiteListStrategyAssets.json' from root:root to runner:runner
2025-08-20T19:16:15.0280166Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RollbackSuspEventQuaraFile.json' from root:root to runner:runner
2025-08-20T19:16:15.0281779Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAttackPathEvent.json' from root:root to runner:runner
2025-08-20T19:16:15.0283612Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackPathWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.0285262Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockFileTypeSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.0286890Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateUserSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.0288529Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulCheckTaskStatusDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0290253Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GenerateDynamicDict.json' from root:root to runner:runner
2025-08-20T19:16:15.0291981Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerServiceK8sClusterKritisStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.0293998Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCloudVendorTrialConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0295688Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckTimeDimensionStatistic.json' from root:root to runner:runner
2025-08-20T19:16:15.0297339Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAttackPathWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.0298938Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVulGlobalConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0300490Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAttestor.json' from root:root to runner:runner
2025-08-20T19:16:15.0302036Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.0303984Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaPluginStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.0305621Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrategy.json' from root:root to runner:runner
2025-08-20T19:16:15.0307161Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SasInstallCode.json' from root:root to runner:runner
2025-08-20T19:16:15.0308743Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartDiscoverDatabaseTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0310393Z [00:02:20.856]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddAssetSelectionCriteria.json' from root:root to runner:runner
2025-08-20T19:16:15.0311981Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ResetHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:15.0314100Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessMaliciousFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.0315733Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrategyTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.0317490Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupClients.json' from root:root to runner:runner
2025-08-20T19:16:15.0319178Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetConsoleFuncGrayStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.0320771Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:15.0322620Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyScaProcessDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0324314Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteImageEventOperation.json' from root:root to runner:runner
2025-08-20T19:16:15.0325999Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomizedStrategyTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.0327625Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVulConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0330182Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartIdcProbeScan.json' from root:root to runner:runner
2025-08-20T19:16:15.0333399Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:15.0336525Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskListCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:15.0339527Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileDetectApiInvokeInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0341364Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulTargetStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.0343321Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomizeReportConfigDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0345008Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVendorList.json' from root:root to runner:runner
2025-08-20T19:16:15.0346592Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GrantSwitchAgreement.json' from root:root to runner:runner
2025-08-20T19:16:15.0348304Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyGroupProperty.json' from root:root to runner:runner
2025-08-20T19:16:15.0349862Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebPath.json' from root:root to runner:runner
2025-08-20T19:16:15.0351549Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageSecurityScanCount.json' from root:root to runner:runner
2025-08-20T19:16:15.0353490Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneyPotUploadPolicyInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0355152Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListProcess.json' from root:root to runner:runner
2025-08-20T19:16:15.0356769Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategies.json' from root:root to runner:runner
2025-08-20T19:16:15.0358452Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockTotalFileChangeCount.json' from root:root to runner:runner
2025-08-20T19:16:15.0360115Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFunctionTrialStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.0361827Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCloudCenterInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.0363650Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAutoDelConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0365289Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.0366879Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspiciousUUIDConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0368549Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInstanceAlarmStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.0370164Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAppVulScanCycle.json' from root:root to runner:runner
2025-08-20T19:16:15.0371790Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClientProblemType.json' from root:root to runner:runner
2025-08-20T19:16:15.0373597Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessAsset.json' from root:root to runner:runner
2025-08-20T19:16:15.0375282Z [00:02:20.857]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBruteForceSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.0376859Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteIdcProbe.json' from root:root to runner:runner
2025-08-20T19:16:15.0378503Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotNodeMetricList.json' from root:root to runner:runner
2025-08-20T19:16:15.0380125Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UninstallUniBackupAgent.json' from root:root to runner:runner
2025-08-20T19:16:15.0381735Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCommonSwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0383745Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListTargetByBatch.json' from root:root to runner:runner
2025-08-20T19:16:15.0385361Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSupportAttackPathAsset.json' from root:root to runner:runner
2025-08-20T19:16:15.0386973Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSuspEventNode.json' from root:root to runner:runner
2025-08-20T19:16:15.0389461Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainList.json' from root:root to runner:runner
2025-08-20T19:16:15.0392236Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartBaselineSecurityCheck.json' from root:root to runner:runner
2025-08-20T19:16:15.0394566Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyCronDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0396350Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageListBySensitiveFile.json' from root:root to runner:runner
2025-08-20T19:16:15.0398207Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHybridProxyCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.0399935Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryPreCheckDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.0401577Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddInstallCode.json' from root:root to runner:runner
2025-08-20T19:16:15.0403660Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteServiceTrail.json' from root:root to runner:runner
2025-08-20T19:16:15.0406630Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeEventLevelCount.json' from root:root to runner:runner
2025-08-20T19:16:15.0409812Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotProbeUuid.json' from root:root to runner:runner
2025-08-20T19:16:15.0412909Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSummaryInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0415023Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartVirusScanTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0416630Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySearchCondition.json' from root:root to runner:runner
2025-08-20T19:16:15.0418348Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotEventTrend.json' from root:root to runner:runner
2025-08-20T19:16:15.0419943Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAgentlessTaskCount.json' from root:root to runner:runner
2025-08-20T19:16:15.0421544Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateWebLockFileEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.0423536Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAegisForLingjunStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.0425256Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateUniBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.0426862Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.0428434Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyPushAllTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0430039Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOrUpdateAutoTagRule.json' from root:root to runner:runner
2025-08-20T19:16:15.0431660Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckCountStatistic.json' from root:root to runner:runner
2025-08-20T19:16:15.0433612Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClientUserDefineRuleTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.0435333Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateSimilarSecurityEventsQueryTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0437106Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeEmgUserAgreement.json' from root:root to runner:runner
2025-08-20T19:16:15.0438792Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSupportObjectSuffix.json' from root:root to runner:runner
2025-08-20T19:16:15.0440409Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAlarmEventDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0442040Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.0443911Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeMatchedMaliciousNames.json' from root:root to runner:runner
2025-08-20T19:16:15.0445706Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSasContainerWebDefenseRuleCriteria.json' from root:root to runner:runner
2025-08-20T19:16:15.0447398Z [00:02:20.858]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageVulWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.0449098Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListBaselineCheckWhiteRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.0450731Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAuthVersionStatistic.json' from root:root to runner:runner
2025-08-20T19:16:15.0452527Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomBlockRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.0454248Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetVulStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.0455833Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClientRatioStatistic.json' from root:root to runner:runner
2025-08-20T19:16:15.0457419Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileUploadLimit.json' from root:root to runner:runner
2025-08-20T19:16:15.0459059Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockInclusiveFileType.json' from root:root to runner:runner
2025-08-20T19:16:15.0460693Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0462672Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateFileDetectUploadUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.0464510Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RetryInstallProbe.json' from root:root to runner:runner
2025-08-20T19:16:15.0466157Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.0467704Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RetryAgentlessTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0469310Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWarningExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0470973Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSasContainerWebDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:15.0473008Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackPathEventDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0474668Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckRuleInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0476555Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVulAutoRepairConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0479408Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteInterceptionRule.json' from root:root to runner:runner
2025-08-20T19:16:15.0482666Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DisableCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.0485679Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeConcernNecessity.json' from root:root to runner:runner
2025-08-20T19:16:15.0488182Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageScanAuthCount.json' from root:root to runner:runner
2025-08-20T19:16:15.0489810Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHybridProxy.json' from root:root to runner:runner
2025-08-20T19:16:15.0491438Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLatestScanTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0493329Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCycleTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0495157Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupMachineStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.0496871Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteInterceptionTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.0498479Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClientConfSetup.json' from root:root to runner:runner
2025-08-20T19:16:15.0500055Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePublishCron.json' from root:root to runner:runner
2025-08-20T19:16:15.0501702Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedStatisticsDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0503716Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyStartVulScan.json' from root:root to runner:runner
2025-08-20T19:16:15.0505315Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCloudAssetCriteria.json' from root:root to runner:runner
2025-08-20T19:16:15.0506901Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SubmitTenantCheck.json' from root:root to runner:runner
2025-08-20T19:16:15.0508588Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePublishAutoUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:15.0510270Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedInstanceCriteria.json' from root:root to runner:runner
2025-08-20T19:16:15.0511954Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarSubscribedStrategy.json' from root:root to runner:runner
2025-08-20T19:16:15.0513946Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateCommonTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0515571Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHcExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0517163Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/IgnoreHcCheckWarnings.json' from root:root to runner:runner
2025-08-20T19:16:15.0518827Z [00:02:20.859]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBuildRiskByKey.json' from root:root to runner:runner
2025-08-20T19:16:15.0520439Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.0522099Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImage.json' from root:root to runner:runner
2025-08-20T19:16:15.0524269Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterHostSecuritySummary.json' from root:root to runner:runner
2025-08-20T19:16:15.0525923Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/HandleSecurityEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.0527566Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PublicSyncAndCreateImageScanTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0529168Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckSale.json' from root:root to runner:runner
2025-08-20T19:16:15.0530811Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateMaliciousNote.json' from root:root to runner:runner
2025-08-20T19:16:15.0532639Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetRefreshTaskConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0534449Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GenerateK8sAccessInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0536070Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddCheckResultWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.0537685Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUnfinishedOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0539277Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstallCaptcha.json' from root:root to runner:runner
2025-08-20T19:16:15.0540886Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:15.0543459Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetDockerhubImageRiskStatistic.json' from root:root to runner:runner
2025-08-20T19:16:15.0545875Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageGroupedVulList.json' from root:root to runner:runner
2025-08-20T19:16:15.0547500Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateBucketScanTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0549262Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCommonOverallConfigList.json' from root:root to runner:runner
2025-08-20T19:16:15.0551468Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyInterceptionTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.0554930Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetBuildRiskDefineRuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0557958Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyNoticeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0560923Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertySoftwareItem.json' from root:root to runner:runner
2025-08-20T19:16:15.0563185Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListContainerDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:15.0564940Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ResetLogShipper.json' from root:root to runner:runner
2025-08-20T19:16:15.0566511Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetObjectScanEvent.json' from root:root to runner:runner
2025-08-20T19:16:15.0568118Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPodRisk.json' from root:root to runner:runner
2025-08-20T19:16:15.0569720Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateSuspiciousOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0571372Z [00:02:20.860]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListRdDefaultSyncList.json' from root:root to runner:runner
2025-08-20T19:16:15.0573181Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCriteria.json' from root:root to runner:runner
2025-08-20T19:16:15.0574773Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetCleanConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0576374Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPrivateRegistryList.json' from root:root to runner:runner
2025-08-20T19:16:15.0577963Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListK8sAccessInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.0579619Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RemoveCheckInstanceResultWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.0581361Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulListPage.json' from root:root to runner:runner
2025-08-20T19:16:15.0583241Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyUserItem.json' from root:root to runner:runner
2025-08-20T19:16:15.0584957Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCloudAssetDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0586506Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportWarning.json' from root:root to runner:runner
2025-08-20T19:16:15.0588083Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSearchCondition.json' from root:root to runner:runner
2025-08-20T19:16:15.0589807Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeOnceTaskLeafRecordPage.json' from root:root to runner:runner
2025-08-20T19:16:15.0591460Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAntiBruteForceRule.json' from root:root to runner:runner
2025-08-20T19:16:15.0593306Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteClientUserDefineRule.json' from root:root to runner:runner
2025-08-20T19:16:15.0595003Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetRegistryScanDayNum.json' from root:root to runner:runner
2025-08-20T19:16:15.0596650Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCountNotScannedImage.json' from root:root to runner:runner
2025-08-20T19:16:15.0598265Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyDingTalkStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.0599873Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAssetSelectionConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0601525Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedCheckWarning.json' from root:root to runner:runner
2025-08-20T19:16:15.0603485Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCloudVendorTrialConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0605139Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLogstoreStorage.json' from root:root to runner:runner
2025-08-20T19:16:15.0606745Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotAlarmEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.0608466Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockCreateConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0610101Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExecStrategy.json' from root:root to runner:runner
2025-08-20T19:16:15.0611669Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockDeleteConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0613686Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:15.0615260Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0616963Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterInfoList.json' from root:root to runner:runner
2025-08-20T19:16:15.0618611Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRestorePlans.json' from root:root to runner:runner
2025-08-20T19:16:15.0620298Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageListByBuildRisk.json' from root:root to runner:runner
2025-08-20T19:16:15.0621924Z [00:02:20.861]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateSuspEventNote.json' from root:root to runner:runner
2025-08-20T19:16:15.0624225Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UnMarkMonitorAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.0627382Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClusterInterceptionConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0629154Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0630751Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVulWhitelistTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.0632618Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddUninstallClientsByUuids.json' from root:root to runner:runner
2025-08-20T19:16:15.0634273Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClusterStrategyCount.json' from root:root to runner:runner
2025-08-20T19:16:15.0636037Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedMaliciousFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.0637739Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerGroupedFieldDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.0639422Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetRdTree.json' from root:root to runner:runner
2025-08-20T19:16:15.0640842Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas' from root:root to runner:runner
2025-08-20T19:16:15.0642562Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeParametersHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.0644755Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantSecurityConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.0646897Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeBackupSetDownloadLink.json' from root:root to runner:runner
2025-08-20T19:16:15.0648977Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantZonesRead.json' from root:root to runner:runner
2025-08-20T19:16:15.0650834Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantPrimaryZone.json' from root:root to runner:runner
2025-08-20T19:16:15.0652804Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantEncryption.json' from root:root to runner:runner
2025-08-20T19:16:15.0654520Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/RemoveStandbyInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0656435Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeBackupEncryptedString.json' from root:root to runner:runner
2025-08-20T19:16:15.0658133Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTagValue.json' from root:root to runner:runner
2025-08-20T19:16:15.0659773Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantTags.json' from root:root to runner:runner
2025-08-20T19:16:15.0661637Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.0663511Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTimeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.0665549Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTag.json' from root:root to runner:runner
2025-08-20T19:16:15.0667443Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateBackupSetDownloadLink.json' from root:root to runner:runner
2025-08-20T19:16:15.0669337Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateOmsMysqlDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.0670988Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTenant.json' from root:root to runner:runner
2025-08-20T19:16:15.0672968Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceNodeNum.json' from root:root to runner:runner
2025-08-20T19:16:15.0674785Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLPlans.json' from root:root to runner:runner
2025-08-20T19:16:15.0676459Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasAnomalySQLList.json' from root:root to runner:runner
2025-08-20T19:16:15.0678136Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListWorkerInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.0679809Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAnomalySQLList.json' from root:root to runner:runner
2025-08-20T19:16:15.0681528Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateRdsPostgreSQLDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.0683529Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasSQLDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.0685202Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:15.0686861Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasTopSQLList.json' from root:root to runner:runner
2025-08-20T19:16:15.0688513Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.0690190Z [00:02:20.862]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyDatabaseDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.0691971Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantResource.json' from root:root to runner:runner
2025-08-20T19:16:15.0693810Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSlowSQLHistoryList.json' from root:root to runner:runner
2025-08-20T19:16:15.0695551Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeCharset.json' from root:root to runner:runner
2025-08-20T19:16:15.0697813Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:15.0701119Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteProject.json' from root:root to runner:runner
2025-08-20T19:16:15.0704418Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateLabel.json' from root:root to runner:runner
2025-08-20T19:16:15.0707318Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListAllLabels.json' from root:root to runner:runner
2025-08-20T19:16:15.0709340Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAvailableMemResource.json' from root:root to runner:runner
2025-08-20T19:16:15.0711061Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProjectSteps.json' from root:root to runner:runner
2025-08-20T19:16:15.0712942Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeDatabases.json' from root:root to runner:runner
2025-08-20T19:16:15.0714639Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateProjectModifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.0716309Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.0717953Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.0719590Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StopProjectsByLabel.json' from root:root to runner:runner
2025-08-20T19:16:15.0721269Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.0723147Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeMetricsData.json' from root:root to runner:runner
2025-08-20T19:16:15.0724873Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTag.json' from root:root to runner:runner
2025-08-20T19:16:15.0726625Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceTemporaryCapacity.json' from root:root to runner:runner
2025-08-20T19:16:15.0728377Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListProjectFullVerifyResult.json' from root:root to runner:runner
2025-08-20T19:16:15.0730107Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ResumeProject.json' from root:root to runner:runner
2025-08-20T19:16:15.0731700Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListProjects.json' from root:root to runner:runner
2025-08-20T19:16:15.0733611Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceTags.json' from root:root to runner:runner
2025-08-20T19:16:15.0735321Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceTenantModes.json' from root:root to runner:runner
2025-08-20T19:16:15.0737046Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListProjectModifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.0738793Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTenantReadOnlyConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.0740473Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTenants.json' from root:root to runner:runner
2025-08-20T19:16:15.0742130Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOutlineBinding.json' from root:root to runner:runner
2025-08-20T19:16:15.0744204Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.0745887Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSqlAuditStat.json' from root:root to runner:runner
2025-08-20T19:16:15.0747551Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeRecommendIndex.json' from root:root to runner:runner
2025-08-20T19:16:15.0749252Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantUserDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.0751046Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ReleaseWorkerInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0752964Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantTags.json' from root:root to runner:runner
2025-08-20T19:16:15.0754594Z [00:02:20.863]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/KillProcessList.json' from root:root to runner:runner
2025-08-20T19:16:15.0756234Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTagValues.json' from root:root to runner:runner
2025-08-20T19:16:15.0757922Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateProject.json' from root:root to runner:runner
2025-08-20T19:16:15.0759624Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateMySqlDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.0761299Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantEncryption.json' from root:root to runner:runner
2025-08-20T19:16:15.0763312Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasSlowSQLList.json' from root:root to runner:runner
2025-08-20T19:16:15.0764981Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/GetUploadOssUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.0766600Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenants.json' from root:root to runner:runner
2025-08-20T19:16:15.0768216Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTenantUser.json' from root:root to runner:runner
2025-08-20T19:16:15.0769887Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeStandbyCreateMode.json' from root:root to runner:runner
2025-08-20T19:16:15.0771700Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTagName.json' from root:root to runner:runner
2025-08-20T19:16:15.0774757Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateOasOutlineTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0777865Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0781015Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteDatabases.json' from root:root to runner:runner
2025-08-20T19:16:15.0783747Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StopProjectModifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.0785624Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantUserRoles.json' from root:root to runner:runner
2025-08-20T19:16:15.0787312Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSlowSQLList.json' from root:root to runner:runner
2025-08-20T19:16:15.0789074Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantReadableScn.json' from root:root to runner:runner
2025-08-20T19:16:15.0790895Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProcessStatsComposition.json' from root:root to runner:runner
2025-08-20T19:16:15.0792955Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyDatabaseUserRoles.json' from root:root to runner:runner
2025-08-20T19:16:15.0794697Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAvailableCpuResource.json' from root:root to runner:runner
2025-08-20T19:16:15.0796406Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSessionList.json' from root:root to runner:runner
2025-08-20T19:16:15.0798124Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantSecurityIpGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.0799849Z [00:02:20.864]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProjectProgress.json' from root:root to runner:runner
2025-08-20T19:16:15.0801522Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/BatchKillSessionList.json' from root:root to runner:runner
2025-08-20T19:16:15.0803635Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ReleaseProject.json' from root:root to runner:runner
2025-08-20T19:16:15.0805404Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProjectStepMetric.json' from root:root to runner:runner
2025-08-20T19:16:15.0807134Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.0808942Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasSQLPlans.json' from root:root to runner:runner
2025-08-20T19:16:15.0810609Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.0812331Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.0814220Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasSQLHistoryList.json' from root:root to runner:runner
2025-08-20T19:16:15.0816009Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateOceanBaseDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.0817688Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StopProject.json' from root:root to runner:runner
2025-08-20T19:16:15.0819347Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTagValue.json' from root:root to runner:runner
2025-08-20T19:16:15.0820990Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.0822935Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLTuningAdvices.json' from root:root to runner:runner
2025-08-20T19:16:15.0824674Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTenantSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.0826413Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTenantSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.0828097Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTopSQLList.json' from root:root to runner:runner
2025-08-20T19:16:15.0829764Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.0831454Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSampleSqlRawTexts.json' from root:root to runner:runner
2025-08-20T19:16:15.0833649Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeDataBackupSet.json' from root:root to runner:runner
2025-08-20T19:16:15.0835326Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:15.0837063Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenant.json' from root:root to runner:runner
2025-08-20T19:16:15.0838759Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.0840414Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantMetrics.json' from root:root to runner:runner
2025-08-20T19:16:15.0842160Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantUserRoles.json' from root:root to runner:runner
2025-08-20T19:16:15.0844166Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeMetricsDataV2.json' from root:root to runner:runner
2025-08-20T19:16:15.0845938Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/RetryProjectModifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.0848696Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeNodeMetrics.json' from root:root to runner:runner
2025-08-20T19:16:15.0851865Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTenantUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.0855144Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.0857745Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceTags.json' from root:root to runner:runner
2025-08-20T19:16:15.0859427Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLHistoryList.json' from root:root to runner:runner
2025-08-20T19:16:15.0861101Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/SwitchoverInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0862930Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.0864586Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTagValueName.json' from root:root to runner:runner
2025-08-20T19:16:15.0866239Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StartProjectsByLabel.json' from root:root to runner:runner
2025-08-20T19:16:15.0868032Z [00:02:20.865]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProxyService.json' from root:root to runner:runner
2025-08-20T19:16:15.0869657Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StartProject.json' from root:root to runner:runner
2025-08-20T19:16:15.0871353Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/UpdateProjectConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.0873216Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantUserPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.0875027Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceCreatableZone.json' from root:root to runner:runner
2025-08-20T19:16:15.0876837Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CancelProjectModifyRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.0878547Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeRestorableTenants.json' from root:root to runner:runner
2025-08-20T19:16:15.0880216Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:15.0881860Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:15.0883815Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceSecurityConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.0885524Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0887178Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/BatchKillProcessList.json' from root:root to runner:runner
2025-08-20T19:16:15.0888822Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.0890498Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProjectComponents.json' from root:root to runner:runner
2025-08-20T19:16:15.0892187Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAvailableSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.0894217Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAvailableZone.json' from root:root to runner:runner
2025-08-20T19:16:15.0895909Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceTopology.json' from root:root to runner:runner
2025-08-20T19:16:15.0897707Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSecurityIpGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.0899388Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLSamples.json' from root:root to runner:runner
2025-08-20T19:16:15.0901125Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProject.json' from root:root to runner:runner
2025-08-20T19:16:15.0902954Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.0904585Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro' from root:root to runner:runner
2025-08-20T19:16:15.0906269Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceInstanceSubscriptionEstimateCost.json' from root:root to runner:runner
2025-08-20T19:16:15.0908030Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CreateRestoreTask.json' from root:root to runner:runner
2025-08-20T19:16:15.0909645Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:15.0911282Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/StopServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0913126Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.0914783Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CreateServiceUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.0916529Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceTemplateParameterConstraints.json' from root:root to runner:runner
2025-08-20T19:16:15.0918309Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceEstimateCost.json' from root:root to runner:runner
2025-08-20T19:16:15.0920436Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstanceUpgradeHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.0923802Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GenerateServicePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.0927055Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpdateServiceUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.0930040Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetUserInformation.json' from root:root to runner:runner
2025-08-20T19:16:15.0932698Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.0934455Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServices.json' from root:root to runner:runner
2025-08-20T19:16:15.0936210Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/RenewServiceInstanceResources.json' from root:root to runner:runner
2025-08-20T19:16:15.0937955Z [00:02:20.866]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstanceResources.json' from root:root to runner:runner
2025-08-20T19:16:15.0939636Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceUsages.json' from root:root to runner:runner
2025-08-20T19:16:15.0941241Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetService.json' from root:root to runner:runner
2025-08-20T19:16:15.0943048Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.0944654Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/DeleteBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.0946295Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/RollbackServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0947970Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/RestartServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0949661Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpdateServiceInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.0951296Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.0953177Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.0954890Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ContinueDeployServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0956669Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/DeployServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0958326Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CreateServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0960107Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpdateServiceInstanceAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.0961868Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.0963983Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstanceLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.0965658Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CancelServiceUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.0967312Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/StartServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0968946Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.0970534Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.0972165Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstanceBill.json' from root:root to runner:runner
2025-08-20T19:16:15.0974030Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.0975672Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/DeleteServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.0977322Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0978975Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceCategories.json' from root:root to runner:runner
2025-08-20T19:16:15.0980683Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.0982370Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpgradeServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.0984261Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceProvisions.json' from root:root to runner:runner
2025-08-20T19:16:15.0985999Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CheckServiceDeployable.json' from root:root to runner:runner
2025-08-20T19:16:15.0987655Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListRestoreTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.0989362Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpdateUserInformation.json' from root:root to runner:runner
2025-08-20T19:16:15.0990981Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListBackups.json' from root:root to runner:runner
2025-08-20T19:16:15.0992771Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest' from root:root to runner:runner
2025-08-20T19:16:15.0994372Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/ListJobSanityCheckResults.json' from root:root to runner:runner
2025-08-20T19:16:15.0996413Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetJob.json' from root:root to runner:runner
2025-08-20T19:16:15.0999199Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetJobSanityCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:15.1002191Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/DeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1005174Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetJobEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.1007418Z [00:02:20.867]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/StopJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1008938Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetToken.json' from root:root to runner:runner
2025-08-20T19:16:15.1010471Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetPodEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.1012156Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/StartTensorboard.json' from root:root to runner:runner
2025-08-20T19:16:15.1014048Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetWebTerminal.json' from root:root to runner:runner
2025-08-20T19:16:15.1015629Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/UpdateTensorboard.json' from root:root to runner:runner
2025-08-20T19:16:15.1017260Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/ListEcsSpecs.json' from root:root to runner:runner
2025-08-20T19:16:15.1018874Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/CreateTensorboard.json' from root:root to runner:runner
2025-08-20T19:16:15.1020528Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/UpdateJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1022072Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetRayDashboard.json' from root:root to runner:runner
2025-08-20T19:16:15.1023916Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetJobMetrics.json' from root:root to runner:runner
2025-08-20T19:16:15.1025473Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/StopTensorboard.json' from root:root to runner:runner
2025-08-20T19:16:15.1027043Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/ListTensorboards.json' from root:root to runner:runner
2025-08-20T19:16:15.1028575Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/ListJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.1030078Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/CreateJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1031618Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/DeleteTensorboard.json' from root:root to runner:runner
2025-08-20T19:16:15.1033370Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetTensorboard.json' from root:root to runner:runner
2025-08-20T19:16:15.1034967Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetTensorboardSharedUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.1036543Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetPodLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.1038081Z [00:02:20.868]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc' from root:root to runner:runner
2025-08-20T19:16:15.1039666Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteDatasetItem.json' from root:root to runner:runner
2025-08-20T19:16:15.1041330Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetAccessControlListAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.1043390Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveSignatureApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1045016Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApi.json' from root:root to runner:runner
2025-08-20T19:16:15.1046637Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/QueryRequestLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.1048215Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ResetAppCode.json' from root:root to runner:runner
2025-08-20T19:16:15.1049815Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByBackend.json' from root:root to runner:runner
2025-08-20T19:16:15.1051456Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiHistories.json' from root:root to runner:runner
2025-08-20T19:16:15.1053284Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeBackendList.json' from root:root to runner:runner
2025-08-20T19:16:15.1054911Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeSignatures.json' from root:root to runner:runner
2025-08-20T19:16:15.1056579Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByTrafficControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1058217Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeModels.json' from root:root to runner:runner
2025-08-20T19:16:15.1059857Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiGroupNetworkPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.1061486Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1063467Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateIpControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1065123Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteTrafficSpecialControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1066850Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePlugins.json' from root:root to runner:runner
2025-08-20T19:16:15.1068878Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeMarketRemainsQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.1071967Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.1075417Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisWithStageNameIntegratedByApp.json' from root:root to runner:runner
2025-08-20T19:16:15.1078683Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1080996Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeSignaturesByApi.json' from root:root to runner:runner
2025-08-20T19:16:15.1082972Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeIpControls.json' from root:root to runner:runner
2025-08-20T19:16:15.1084650Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceHttpCode.json' from root:root to runner:runner
2025-08-20T19:16:15.1085504Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAppSecurities.json' from root:root to runner:runner
2025-08-20T19:16:15.1086380Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SdkGenerateByAppForRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.1087218Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateDatasetItem.json' from root:root to runner:runner
2025-08-20T19:16:15.1088084Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetDomainWebSocketStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.1088902Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyDataset.json' from root:root to runner:runner
2025-08-20T19:16:15.1089742Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeGroupLatency.json' from root:root to runner:runner
2025-08-20T19:16:15.1090728Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveTrafficControlApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1091641Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateBackendModel.json' from root:root to runner:runner
2025-08-20T19:16:15.1092750Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveIpControlApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1093609Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.1094517Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetSignatureApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1095462Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeUpdateBackendTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1096287Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AttachApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1097153Z [00:02:20.869]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByIpControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1098006Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.1098870Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiLatencyData.json' from root:root to runner:runner
2025-08-20T19:16:15.1099692Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ResetAppSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.1100571Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceClusterInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1101462Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DisableInstanceAccessControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1102553Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiProductsByApp.json' from root:root to runner:runner
2025-08-20T19:16:15.1103566Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeIpControlPolicyItems.json' from root:root to runner:runner
2025-08-20T19:16:15.1104530Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeGroupQps.json' from root:root to runner:runner
2025-08-20T19:16:15.1105428Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteAllTrafficSpecialControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1106284Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveApisAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:15.1107099Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1107998Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiQpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.1108808Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ImportSwagger.json' from root:root to runner:runner
2025-08-20T19:16:15.1109661Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApi.json' from root:root to runner:runner
2025-08-20T19:16:15.1110495Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteBackendModel.json' from root:root to runner:runner
2025-08-20T19:16:15.1111326Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SdkGenerateByApp.json' from root:root to runner:runner
2025-08-20T19:16:15.1112186Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeTrafficControls.json' from root:root to runner:runner
2025-08-20T19:16:15.1113467Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAppSecurity.json' from root:root to runner:runner
2025-08-20T19:16:15.1114345Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiProductApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1115203Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.1124490Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SwitchApi.json' from root:root to runner:runner
2025-08-20T19:16:15.1125881Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AttachGroupPlugin.json' from root:root to runner:runner
2025-08-20T19:16:15.1126884Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDeployedApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1127853Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/OpenApiGatewayService.json' from root:root to runner:runner
2025-08-20T19:16:15.1128804Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateApp.json' from root:root to runner:runner
2025-08-20T19:16:15.1129781Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ReactivateDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.1130656Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeSystemParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.1131662Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyIpControlPolicyItem.json' from root:root to runner:runner
2025-08-20T19:16:15.1132797Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyDatasetItem.json' from root:root to runner:runner
2025-08-20T19:16:15.1133691Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstancePackets.json' from root:root to runner:runner
2025-08-20T19:16:15.1134539Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDatasetList.json' from root:root to runner:runner
2025-08-20T19:16:15.1135384Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyTrafficControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1136244Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiIpControls.json' from root:root to runner:runner
2025-08-20T19:16:15.1137056Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteIpControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1137900Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeGroupTraffic.json' from root:root to runner:runner
2025-08-20T19:16:15.1138723Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/BatchDeployApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1139648Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceLatency.json' from root:root to runner:runner
2025-08-20T19:16:15.1140471Z [00:02:20.870]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/UpdatePrivateDNS.json' from root:root to runner:runner
2025-08-20T19:16:15.1141270Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AttachPlugin.json' from root:root to runner:runner
2025-08-20T19:16:15.1142214Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/EnableInstanceAccessControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1143247Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.1144608Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyModel.json' from root:root to runner:runner
2025-08-20T19:16:15.1146349Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeBackendInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1147999Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByApp.json' from root:root to runner:runner
2025-08-20T19:16:15.1149623Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateApi.json' from root:root to runner:runner
2025-08-20T19:16:15.1151164Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyBackend.json' from root:root to runner:runner
2025-08-20T19:16:15.1153028Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyVpcAccessAndUpdateApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1154554Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1155411Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DetachPlugin.json' from root:root to runner:runner
2025-08-20T19:16:15.1156275Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDatasetInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1157113Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyPlugin.json' from root:root to runner:runner
2025-08-20T19:16:15.1157987Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeImportOASTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1158997Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AssociateInstanceWithPrivateDNS.json' from root:root to runner:runner
2025-08-20T19:16:15.1159849Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeHistoryApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1160773Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiGroupInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1161601Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1162680Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByVpcAccess.json' from root:root to runner:runner
2025-08-20T19:16:15.1163498Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.1164437Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateAccessControlList.json' from root:root to runner:runner
2025-08-20T19:16:15.1165276Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeVpcAccesses.json' from root:root to runner:runner
2025-08-20T19:16:15.1166142Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AbolishApi.json' from root:root to runner:runner
2025-08-20T19:16:15.1167012Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiGroupVpcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.1167890Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveIpControlPolicyItem.json' from root:root to runner:runner
2025-08-20T19:16:15.1168746Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAbolishApiTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1169643Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveApiProductsAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:15.1170528Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceClusterList.json' from root:root to runner:runner
2025-08-20T19:16:15.1171464Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetApiProductsAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:15.1172353Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1173401Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteModel.json' from root:root to runner:runner
2025-08-20T19:16:15.1174205Z [00:02:20.871]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateModel.json' from root:root to runner:runner
2025-08-20T19:16:15.1175045Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyBackendModel.json' from root:root to runner:runner
2025-08-20T19:16:15.1175902Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePurchasedApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1176738Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDeployedApi.json' from root:root to runner:runner
2025-08-20T19:16:15.1177601Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePurchasedApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1178562Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiGroupVpcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.1179483Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.1180336Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDeployApiTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1181169Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1181970Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ExportOAS.json' from root:root to runner:runner
2025-08-20T19:16:15.1183010Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginSchemas.json' from root:root to runner:runner
2025-08-20T19:16:15.1183859Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiSignatures.json' from root:root to runner:runner
2025-08-20T19:16:15.1184694Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetAppsAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:15.1185687Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAccessControlListAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.1186575Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1187365Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApp.json' from root:root to runner:runner
2025-08-20T19:16:15.1188188Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveVpcAccess.json' from root:root to runner:runner
2025-08-20T19:16:15.1188999Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApps.json' from root:root to runner:runner
2025-08-20T19:16:15.1189878Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiTrafficControls.json' from root:root to runner:runner
2025-08-20T19:16:15.1190709Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DetachGroupPlugin.json' from root:root to runner:runner
2025-08-20T19:16:15.1191584Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateSignature.json' from root:root to runner:runner
2025-08-20T19:16:15.1192684Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceDropConnections.json' from root:root to runner:runner
2025-08-20T19:16:15.1193581Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1194409Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1195229Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateAppCode.json' from root:root to runner:runner
2025-08-20T19:16:15.1196045Z [00:02:20.872]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifySignature.json' from root:root to runner:runner
2025-08-20T19:16:15.1196864Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.1197716Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.1198584Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateAppKey.json' from root:root to runner:runner
2025-08-20T19:16:15.1199399Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteSignature.json' from root:root to runner:runner
2025-08-20T19:16:15.1200257Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.1201075Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ListPrivateDNS.json' from root:root to runner:runner
2025-08-20T19:16:15.1201929Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetTrafficControlApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1202940Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateBackend.json' from root:root to runner:runner
2025-08-20T19:16:15.1203811Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.1204631Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.1205525Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/BatchAbolishApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1206447Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DissociateInstanceWithPrivateDNS.json' from root:root to runner:runner
2025-08-20T19:16:15.1207367Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveAppsAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:15.1208233Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AddTrafficSpecialControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1209097Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ValidateVpcConnectivity.json' from root:root to runner:runner
2025-08-20T19:16:15.1209887Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ImportOAS.json' from root:root to runner:runner
2025-08-20T19:16:15.1210715Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeletePrivateDNS.json' from root:root to runner:runner
2025-08-20T19:16:15.1211562Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDatasetItemInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1212647Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.1213694Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceDropPacket.json' from root:root to runner:runner
2025-08-20T19:16:15.1214603Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveAccessControlListEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.1215405Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeployApi.json' from root:root to runner:runner
2025-08-20T19:16:15.1216255Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.1217243Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceTraffic.json' from root:root to runner:runner
2025-08-20T19:16:15.1218730Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeTrafficControlsByApi.json' from root:root to runner:runner
2025-08-20T19:16:15.1220289Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeletePlugin.json' from root:root to runner:runner
2025-08-20T19:16:15.1221960Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetVpcAccess.json' from root:root to runner:runner
2025-08-20T19:16:15.1223891Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetAppsAuthToApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1225572Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyIntranetDomainPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.1227156Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetWildcardDomainPatterns.json' from root:root to runner:runner
2025-08-20T19:16:15.1228686Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetApisAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:15.1229782Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceNewConnections.json' from root:root to runner:runner
2025-08-20T19:16:15.1230592Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.1231398Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApi.json' from root:root to runner:runner
2025-08-20T19:16:15.1232594Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDatasetItemList.json' from root:root to runner:runner
2025-08-20T19:16:15.1233548Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteBackend.json' from root:root to runner:runner
2025-08-20T19:16:15.1234418Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AddIpControlPolicyItem.json' from root:root to runner:runner
2025-08-20T19:16:15.1235315Z [00:02:20.873]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiMarketAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.1236193Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAccessControlLists.json' from root:root to runner:runner
2025-08-20T19:16:15.1237013Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteAppCode.json' from root:root to runner:runner
2025-08-20T19:16:15.1237869Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateApiStageVariable.json' from root:root to runner:runner
2025-08-20T19:16:15.1238734Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreatePlugin.json' from root:root to runner:runner
2025-08-20T19:16:15.1239569Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.1240427Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1241255Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1242086Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiDoc.json' from root:root to runner:runner
2025-08-20T19:16:15.1243224Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAppAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.1244090Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1244956Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeUpdateVpcInfoTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1245860Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.1246724Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AddAccessControlListEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.1247643Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApiStageVariable.json' from root:root to runner:runner
2025-08-20T19:16:15.1248480Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceQps.json' from root:root to runner:runner
2025-08-20T19:16:15.1249317Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeSummaryData.json' from root:root to runner:runner
2025-08-20T19:16:15.1250174Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteAccessControlList.json' from root:root to runner:runner
2025-08-20T19:16:15.1251049Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyIpControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1251858Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteAppKey.json' from root:root to runner:runner
2025-08-20T19:16:15.1253015Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAppsByApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1253857Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DryRunSwagger.json' from root:root to runner:runner
2025-08-20T19:16:15.1254719Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginsByGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1255537Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetIpControlApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1256427Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePurchasedApiGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.1257315Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceSlbConnect.json' from root:root to runner:runner
2025-08-20T19:16:15.1258125Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteDataset.json' from root:root to runner:runner
2025-08-20T19:16:15.1258978Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisBySignature.json' from root:root to runner:runner
2025-08-20T19:16:15.1259869Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreatePrivateDNS.json' from root:root to runner:runner
2025-08-20T19:16:15.1260864Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyInstanceVpcAttributeForConsole.json' from root:root to runner:runner
2025-08-20T19:16:15.1261697Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1262871Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAuthorizedApps.json' from root:root to runner:runner
2025-08-20T19:16:15.1263725Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DetachApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1264709Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveVpcAccessAndAbolishApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1265536Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1266383Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApp.json' from root:root to runner:runner
2025-08-20T19:16:15.1267227Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SdkGenerateByGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1268078Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteTrafficControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1268886Z [00:02:20.874]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApp.json' from root:root to runner:runner
2025-08-20T19:16:15.1269692Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateDataset.json' from root:root to runner:runner
2025-08-20T19:16:15.1270536Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateTrafficControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1271367Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.1272204Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.1273461Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginsByApi.json' from root:root to runner:runner
2025-08-20T19:16:15.1274422Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAuthorizedApis.json' from root:root to runner:runner
2025-08-20T19:16:15.1275232Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi' from root:root to runner:runner
2025-08-20T19:16:15.1276038Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateRestoreTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1276836Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/StopBackupPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.1277687Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupSourceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.1278639Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateIncrementBackupSetDownload.json' from root:root to runner:runner
2025-08-20T19:16:15.1279508Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateGetDBListFromAgentTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1280365Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/StartBackupPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.1281164Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/RenewBackupPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.1282034Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateAndStartBackupPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.1283074Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupObjects.json' from root:root to runner:runner
2025-08-20T19:16:15.1283909Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeJobErrorCode.json' from root:root to runner:runner
2025-08-20T19:16:15.1284728Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeDLAService.json' from root:root to runner:runner
2025-08-20T19:16:15.1285545Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/UpgradeBackupPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.1286414Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/InitializeDbsServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:15.1287396Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeBackupSetDownloadTaskList.json' from root:root to runner:runner
2025-08-20T19:16:15.1288198Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/StartRestoreTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1289084Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupStrategy.json' from root:root to runner:runner
2025-08-20T19:16:15.1289939Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupSetDownloadRules.json' from root:root to runner:runner
2025-08-20T19:16:15.1290772Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupPlanName.json' from root:root to runner:runner
2025-08-20T19:16:15.1291817Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeBackupPlanList.json' from root:root to runner:runner
2025-08-20T19:16:15.1293550Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeIncrementBackupList.json' from root:root to runner:runner
2025-08-20T19:16:15.1295113Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/EnableBackupLog.json' from root:root to runner:runner
2025-08-20T19:16:15.1296883Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateFullBackupSetDownload.json' from root:root to runner:runner
2025-08-20T19:16:15.1298460Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeFullBackupList.json' from root:root to runner:runner
2025-08-20T19:16:15.1299969Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.1301425Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ReleaseBackupPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.1303056Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeRestoreTaskList.json' from root:root to runner:runner
2025-08-20T19:16:15.1303921Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeNodeCidrList.json' from root:root to runner:runner
2025-08-20T19:16:15.1304806Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribePreCheckProgressList.json' from root:root to runner:runner
2025-08-20T19:16:15.1305657Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeBackupGatewayList.json' from root:root to runner:runner
2025-08-20T19:16:15.1306612Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeRestoreRangeInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1307424Z [00:02:20.875]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/GetDBListFromAgent.json' from root:root to runner:runner
2025-08-20T19:16:15.1308302Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DisableBackupLog.json' from root:root to runner:runner
2025-08-20T19:16:15.1309128Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyStorageStrategy.json' from root:root to runner:runner
2025-08-20T19:16:15.1309985Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeBackupPlanBilling.json' from root:root to runner:runner
2025-08-20T19:16:15.1310863Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ConfigureBackupPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.1311668Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateBackupPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.1312538Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs' from root:root to runner:runner
2025-08-20T19:16:15.1313644Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1314576Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/DescribeAnycastServerRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.1315463Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ReleaseAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.1316355Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/UnassociateAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.1317247Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/AssociateAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.1318170Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/AllocateAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.1319060Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/DescribeAnycastPopLocations.json' from root:root to runner:runner
2025-08-20T19:16:15.1319991Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/UpdateAnycastEipAddressAssociations.json' from root:root to runner:runner
2025-08-20T19:16:15.1320898Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.1321880Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ModifyAnycastEipAddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.1322996Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ModifyAnycastEipAddressSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.1323844Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.1324719Z [00:02:20.876]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/DescribeAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.1325637Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.1326509Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ListAnycastEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:15.1327304Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast' from root:root to runner:runner
2025-08-20T19:16:15.1328182Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/StopStatefulAsyncInvocation.json' from root:root to runner:runner
2025-08-20T19:16:15.1328996Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetResourceTags.json' from root:root to runner:runner
2025-08-20T19:16:15.1329782Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListLayers.json' from root:root to runner:runner
2025-08-20T19:16:15.1330616Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListServiceVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.1331459Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListReservedCapacities.json' from root:root to runner:runner
2025-08-20T19:16:15.1332249Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.1333268Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/InvokeFunction.json' from root:root to runner:runner
2025-08-20T19:16:15.1334220Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetStatefulAsyncInvocation.json' from root:root to runner:runner
2025-08-20T19:16:15.1335016Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateService.json' from root:root to runner:runner
2025-08-20T19:16:15.1335886Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateFunction.json' from root:root to runner:runner
2025-08-20T19:16:15.1336681Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateFunction.json' from root:root to runner:runner
2025-08-20T19:16:15.1337501Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetFunctionCode.json' from root:root to runner:runner
2025-08-20T19:16:15.1338275Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.1339131Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.1339992Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetFunctionOnDemandConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1340908Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListOnDemandConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.1341707Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UntagResource.json' from root:root to runner:runner
2025-08-20T19:16:15.1342728Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteVpcBinding.json' from root:root to runner:runner
2025-08-20T19:16:15.1343548Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListServices.json' from root:root to runner:runner
2025-08-20T19:16:15.1344351Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.1345227Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PutFunctionAsyncInvokeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1346026Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/TagResource.json' from root:root to runner:runner
2025-08-20T19:16:15.1346813Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PutLayerACL.json' from root:root to runner:runner
2025-08-20T19:16:15.1347735Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1348516Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetService.json' from root:root to runner:runner
2025-08-20T19:16:15.1349376Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.1350190Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.1351079Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListFunctionAsyncInvokeConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.1351954Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteFunctionOnDemandConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1353311Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/RegisterEventSource.json' from root:root to runner:runner
2025-08-20T19:16:15.1354253Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListProvisionConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.1355148Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateLayerVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1355975Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListLayerVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.1356773Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateService.json' from root:root to runner:runner
2025-08-20T19:16:15.1357600Z [00:02:20.877]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.1358385Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.1359211Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListTaggedResources.json' from root:root to runner:runner
2025-08-20T19:16:15.1360006Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.1360818Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.1361697Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListEventSources.json' from root:root to runner:runner
2025-08-20T19:16:15.1362788Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteLayerVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1363786Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeregisterEventSource.json' from root:root to runner:runner
2025-08-20T19:16:15.1365044Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetFunction.json' from root:root to runner:runner
2025-08-20T19:16:15.1366727Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetProvisionConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1368400Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListAliases.json' from root:root to runner:runner
2025-08-20T19:16:15.1369969Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetAccountSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.1371498Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.1373415Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListStatefulAsyncInvocationFunctions.json' from root:root to runner:runner
2025-08-20T19:16:15.1374854Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListTriggers.json' from root:root to runner:runner
2025-08-20T19:16:15.1375876Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteService.json' from root:root to runner:runner
2025-08-20T19:16:15.1376702Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetLayerVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1377507Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.1378331Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PutProvisionConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1379133Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteFunction.json' from root:root to runner:runner
2025-08-20T19:16:15.1379983Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PutFunctionOnDemandConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1380897Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.1381764Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListFunctions.json' from root:root to runner:runner
2025-08-20T19:16:15.1382801Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateVpcBinding.json' from root:root to runner:runner
2025-08-20T19:16:15.1383647Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PublishServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1384529Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListVpcBindings.json' from root:root to runner:runner
2025-08-20T19:16:15.1385476Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListStatefulAsyncInvocations.json' from root:root to runner:runner
2025-08-20T19:16:15.1386394Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteFunctionAsyncInvokeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1387197Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.1388070Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetFunctionAsyncInvokeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1388887Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListCustomDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.1389603Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open' from root:root to runner:runner
2025-08-20T19:16:15.1390459Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:15.1391315Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:15.1392103Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:15.1393096Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyNodeSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.1393920Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:15.1394813Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/TransformToPrePaid.json' from root:root to runner:runner
2025-08-20T19:16:15.1395775Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.1396594Z [00:02:20.878]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRenewalPrice.json' from root:root to runner:runner
2025-08-20T19:16:15.1397500Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.1398360Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CheckCloudResourceAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:15.1399233Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.1400081Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyInstanceVpcAuthMode.json' from root:root to runner:runner
2025-08-20T19:16:15.1400967Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:15.1401799Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.1402955Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeSecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.1403854Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/UpgradeDBInstanceKernelVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1404678Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAuditPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.1405520Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeMongoDBLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1406365Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeErrorLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.1407170Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.1408092Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAuditRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.1408973Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ReleaseNodePrivateNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.1409903Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceSwitchLog.json' from root:root to runner:runner
2025-08-20T19:16:15.1410743Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceDiskType.json' from root:root to runner:runner
2025-08-20T19:16:15.1411638Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeReplicaSetRole.json' from root:root to runner:runner
2025-08-20T19:16:15.1412694Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.1413656Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceNetworkType.json' from root:root to runner:runner
2025-08-20T19:16:15.1414481Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackupTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.1415306Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:15.1416087Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DeleteNode.json' from root:root to runner:runner
2025-08-20T19:16:15.1416913Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRoleZoneInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1417736Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.1418605Z [00:02:20.879]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/TransformInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:15.1419468Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRestoreDBInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:15.1420346Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeUserEncryptionKeyList.json' from root:root to runner:runner
2025-08-20T19:16:15.1421147Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/RestartDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1422079Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DeleteGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1423374Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceNetExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:15.1424226Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/TransferClusterBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.1425057Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeHistoryTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.1426017Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRunningLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.1426894Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/EvaluateResource.json' from root:root to runner:runner
2025-08-20T19:16:15.1427756Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.1428565Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyAuditPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.1429369Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.1430171Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1431060Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeShardingNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.1431853Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.1433136Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.1433971Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeKmsKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.1434831Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.1435661Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeClusterBackups.json' from root:root to runner:runner
2025-08-20T19:16:15.1436618Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1437920Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.1439312Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyGlobalSecurityIPGroupName.json' from root:root to runner:runner
2025-08-20T19:16:15.1440837Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/RestartNode.json' from root:root to runner:runner
2025-08-20T19:16:15.1442799Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeParameterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.1444568Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ReleasePublicNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.1446135Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CheckServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:15.1447655Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.1448912Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceEncryptionKey.json' from root:root to runner:runner
2025-08-20T19:16:15.1449760Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DestroyInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1450591Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:15.1451474Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeInstanceRecoverTime.json' from root:root to runner:runner
2025-08-20T19:16:15.1452318Z [00:02:20.880]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAuditLogFilter.json' from root:root to runner:runner
2025-08-20T19:16:15.1453389Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateShardingDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1454166Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateNode.json' from root:root to runner:runner
2025-08-20T19:16:15.1455164Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTaskRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.1456021Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/AllocatePublicNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.1456891Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DeleteDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1457737Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceSpecInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1458662Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.1459479Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.1460422Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifySecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.1461242Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeSecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:15.1462054Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/MigrateToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:15.1463056Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.1463937Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstancePerformance.json' from root:root to runner:runner
2025-08-20T19:16:15.1464755Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyAuditLogFilter.json' from root:root to runner:runner
2025-08-20T19:16:15.1465586Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CheckRecoveryCondition.json' from root:root to runner:runner
2025-08-20T19:16:15.1466379Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateNodeBatch.json' from root:root to runner:runner
2025-08-20T19:16:15.1467237Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeClusterRecoverTime.json' from root:root to runner:runner
2025-08-20T19:16:15.1468053Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:15.1468931Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.1469749Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackupStorage.json' from root:root to runner:runner
2025-08-20T19:16:15.1470661Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeKernelReleaseNotes.json' from root:root to runner:runner
2025-08-20T19:16:15.1471480Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.1472352Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/SwitchDBInstanceHA.json' from root:root to runner:runner
2025-08-20T19:16:15.1473453Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAvailableEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1474318Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.1475172Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceTDEInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1475969Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/RenewDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1476893Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.1477783Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/AllocateNodePrivateNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.1478565Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.1479442Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/UpgradeDBInstanceEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1480311Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1481121Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:15.1481915Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1482984Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:15.1483905Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackupDBs.json' from root:root to runner:runner
2025-08-20T19:16:15.1484766Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeHistoryTasksStat.json' from root:root to runner:runner
2025-08-20T19:16:15.1485678Z [00:02:20.881]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeParameterModificationHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.1486558Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/MigrateAvailableZone.json' from root:root to runner:runner
2025-08-20T19:16:15.1487552Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationMaintenanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1488382Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1489241Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1490147Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.1490977Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyNodeSpecBatch.json' from root:root to runner:runner
2025-08-20T19:16:15.1491841Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstancesOverview.json' from root:root to runner:runner
2025-08-20T19:16:15.1492894Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.1493760Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.1494624Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1495503Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTaskType.json' from root:root to runner:runner
2025-08-20T19:16:15.1496385Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.1497242Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.1498125Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1499003Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTaskCount.json' from root:root to runner:runner
2025-08-20T19:16:15.1499904Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAvailabilityZones.json' from root:root to runner:runner
2025-08-20T19:16:15.1500608Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds' from root:root to runner:runner
2025-08-20T19:16:15.1501514Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeAutoScalingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1502322Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetPfsSqlSummaries.json' from root:root to runner:runner
2025-08-20T19:16:15.1503580Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDeadlockHistogram.json' from root:root to runner:runner
2025-08-20T19:16:15.1504475Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableAutoResourceOptimizeRules.json' from root:root to runner:runner
2025-08-20T19:16:15.1505320Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableAutoThrottleRules.json' from root:root to runner:runner
2025-08-20T19:16:15.1506135Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeHotBigKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.1506967Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/KillInstanceAllSession.json' from root:root to runner:runner
2025-08-20T19:16:15.1507815Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeDataTrend.json' from root:root to runner:runner
2025-08-20T19:16:15.1508643Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetBlockingDetailList.json' from root:root to runner:runner
2025-08-20T19:16:15.1509490Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCacheAnalysisJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.1510411Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDeadLockDetailList.json' from root:root to runner:runner
2025-08-20T19:16:15.1511663Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateKillInstanceSessionTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1513355Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.1515043Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableSqlConcurrencyControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1516777Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateCacheAnalysisJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1518561Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetFullRequestStatResultByInstanceId.json' from root:root to runner:runner
2025-08-20T19:16:15.1520266Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/UpdateAutoSqlOptimizeStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.1521779Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeErrorLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.1522991Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetPartitionsHeatmap.json' from root:root to runner:runner
2025-08-20T19:16:15.1523853Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.1524644Z [00:02:20.882]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableDasPro.json' from root:root to runner:runner
2025-08-20T19:16:15.1525464Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDasSQLLogHotData.json' from root:root to runner:runner
2025-08-20T19:16:15.1526289Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetSqlOptimizeAdvice.json' from root:root to runner:runner
2025-08-20T19:16:15.1527130Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateDiagnosticReport.json' from root:root to runner:runner
2025-08-20T19:16:15.1527984Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeDataStats.json' from root:root to runner:runner
2025-08-20T19:16:15.1528794Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetRedisAllSession.json' from root:root to runner:runner
2025-08-20T19:16:15.1529728Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDasProServiceUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.1530634Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeSolution.json' from root:root to runner:runner
2025-08-20T19:16:15.1531546Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/UpdateAutoResourceOptimizeRulesAsync.json' from root:root to runner:runner
2025-08-20T19:16:15.1532642Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetSqlConcurrencyControlRulesHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.1533512Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/EnableDasPro.json' from root:root to runner:runner
2025-08-20T19:16:15.1534442Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/EnableSqlConcurrencyControl.json' from root:root to runner:runner
2025-08-20T19:16:15.1535388Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetSqlConcurrencyControlKeywordsFromSqlText.json' from root:root to runner:runner
2025-08-20T19:16:15.1536298Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetRunningSqlConcurrencyControlRules.json' from root:root to runner:runner
2025-08-20T19:16:15.1537127Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeInstanceDasPro.json' from root:root to runner:runner
2025-08-20T19:16:15.1537947Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeTopHotKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.1538801Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCloudbenchTaskConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1539616Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeTopBigKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.1540456Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeDataTop.json' from root:root to runner:runner
2025-08-20T19:16:15.1541339Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetFullRequestSampleByInstanceId.json' from root:root to runner:runner
2025-08-20T19:16:15.1542207Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeExecErrorStats.json' from root:root to runner:runner
2025-08-20T19:16:15.1543350Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeTag.json' from root:root to runner:runner
2025-08-20T19:16:15.1544202Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetInstanceInspections.json' from root:root to runner:runner
2025-08-20T19:16:15.1545118Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetRequestDiagnosisPage.json' from root:root to runner:runner
2025-08-20T19:16:15.1545940Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetMongoDBCurrentOp.json' from root:root to runner:runner
2025-08-20T19:16:15.1546860Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutoResourceOptimizeRules.json' from root:root to runner:runner
2025-08-20T19:16:15.1547731Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAsyncErrorRequestListByCode.json' from root:root to runner:runner
2025-08-20T19:16:15.1548593Z [00:02:20.883]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeHotKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.1549424Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCloudbenchTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1550255Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1551069Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetPfsMetricTrends.json' from root:root to runner:runner
2025-08-20T19:16:15.1551924Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCacheAnalysisJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1552965Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSlowLogStatistic.json' from root:root to runner:runner
2025-08-20T19:16:15.1553782Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateSqlLogTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1554645Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeDiagnosticReportList.json' from root:root to runner:runner
2025-08-20T19:16:15.1555487Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeShareUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.1556326Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetMySQLAllSessionAsync.json' from root:root to runner:runner
2025-08-20T19:16:15.1557258Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetRequestDiagnosisResult.json' from root:root to runner:runner
2025-08-20T19:16:15.1558070Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDeadLockHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.1558976Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetStorageAnalysisResult.json' from root:root to runner:runner
2025-08-20T19:16:15.1559780Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDeadLockDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.1560747Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetFullRequestOriginStatByInstanceId.json' from root:root to runner:runner
2025-08-20T19:16:15.1561619Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetEventSubscription.json' from root:root to runner:runner
2025-08-20T19:16:15.1562717Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateLatestDeadLockAnalysis.json' from root:root to runner:runner
2025-08-20T19:16:15.1563561Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetErrorRequestSample.json' from root:root to runner:runner
2025-08-20T19:16:15.1564398Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.1565305Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDBInstanceConnectivityDiagnosis.json' from root:root to runner:runner
2025-08-20T19:16:15.1566170Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetHDMAliyunResourceSyncResult.json' from root:root to runner:runner
2025-08-20T19:16:15.1567089Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableAllSqlConcurrencyControlRules.json' from root:root to runner:runner
2025-08-20T19:16:15.1567939Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateStorageAnalysisTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1568785Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogStatistic.json' from root:root to runner:runner
2025-08-20T19:16:15.1569668Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetKillInstanceSessionTaskResult.json' from root:root to runner:runner
2025-08-20T19:16:15.1570465Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetPfsSqlSample.json' from root:root to runner:runner
2025-08-20T19:16:15.1571406Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateCloudBenchTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.1572588Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetInstanceSqlOptimizeStatistic.json' from root:root to runner:runner
2025-08-20T19:16:15.1573465Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DeleteCloudBenchTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1574286Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeQueryExplain.json' from root:root to runner:runner
2025-08-20T19:16:15.1575310Z [00:02:20.884]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeAutoScalingHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.1576619Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/UpdateAutoThrottleRulesAsync.json' from root:root to runner:runner
2025-08-20T19:16:15.1578000Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateQueryOptimizeTag.json' from root:root to runner:runner
2025-08-20T19:16:15.1579456Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableInstanceDasConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1580713Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCloudBenchTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.1581886Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAsyncErrorRequestStatByCode.json' from root:root to runner:runner
2025-08-20T19:16:15.1583802Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateRequestDiagnosis.json' from root:root to runner:runner
2025-08-20T19:16:15.1587666Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAsyncErrorRequestStatResult.json' from root:root to runner:runner
2025-08-20T19:16:15.1588621Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/ModifyAutoScalingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1589585Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutoThrottleRules.json' from root:root to runner:runner
2025-08-20T19:16:15.1590501Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/ModifySqlLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1591504Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/SetEventSubscription.json' from root:root to runner:runner
2025-08-20T19:16:15.1592322Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DeleteStopGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.1593482Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/AddHDMInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1594332Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeRuleList.json' from root:root to runner:runner
2025-08-20T19:16:15.1595274Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetInstanceMissingIndexList.json' from root:root to runner:runner
2025-08-20T19:16:15.1596155Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutonomousNotifyEventContent.json' from root:root to runner:runner
2025-08-20T19:16:15.1597051Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetEndpointSwitchTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1597937Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutonomousNotifyEventsInRange.json' from root:root to runner:runner
2025-08-20T19:16:15.1598813Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSlowLogHistogramAsync.json' from root:root to runner:runner
2025-08-20T19:16:15.1599678Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutoIncrementUsageStatistic.json' from root:root to runner:runner
2025-08-20T19:16:15.1600495Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/RunCloudBenchTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1601392Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetHDMLastAliyunResourceSyncResult.json' from root:root to runner:runner
2025-08-20T19:16:15.1602214Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1603328Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeExecErrorSample.json' from root:root to runner:runner
2025-08-20T19:16:15.1604124Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das' from root:root to runner:runner
2025-08-20T19:16:15.1605006Z [00:02:20.885]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechLicenseAvailableQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.1605896Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDistributedProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1606702Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AddPowerStation.json' from root:root to runner:runner
2025-08-20T19:16:15.1607590Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceDeviceDriver.json' from root:root to runner:runner
2025-08-20T19:16:15.1608433Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ClearDeviceDesiredProperty.json' from root:root to runner:runner
2025-08-20T19:16:15.1609284Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1610156Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:15.1610942Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PubBroadcast.json' from root:root to runner:runner
2025-08-20T19:16:15.1611709Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1612682Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1613500Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishThingModel.json' from root:root to runner:runner
2025-08-20T19:16:15.1614348Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchAddDataForApiSource.json' from root:root to runner:runner
2025-08-20T19:16:15.1615179Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.1616012Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryLicenseDeviceList.json' from root:root to runner:runner
2025-08-20T19:16:15.1616817Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetLoraNodesTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1617757Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelOTAStrategyByJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1618532Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PushSpeech.json' from root:root to runner:runner
2025-08-20T19:16:15.1619398Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteThingModel.json' from root:root to runner:runner
2025-08-20T19:16:15.1620183Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CopyThingModel.json' from root:root to runner:runner
2025-08-20T19:16:15.1621067Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchRegisterDeviceWithApplyId.json' from root:root to runner:runner
2025-08-20T19:16:15.1621915Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTADynamicUpgradeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1623004Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSchedulePeriod.json' from root:root to runner:runner
2025-08-20T19:16:15.1623929Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTAStaticUpgradeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1624726Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ConfirmOTATask.json' from root:root to runner:runner
2025-08-20T19:16:15.1625548Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteShareTaskDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1626373Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDistributedDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1627156Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListParser.json' from root:root to runner:runner
2025-08-20T19:16:15.1627950Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateRuleAction.json' from root:root to runner:runner
2025-08-20T19:16:15.1628751Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:15.1629636Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:15.1630525Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.1631339Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1632174Z [00:02:20.886]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReleaseEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1633334Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:15.1634157Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTATaskByJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1634979Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1635780Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1636679Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelReleaseProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1637613Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceOriginalServiceData.json' from root:root to runner:runner
2025-08-20T19:16:15.1638484Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryTopicReverseRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:15.1639399Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteUserDefineTableDataByPrimaryKey.json' from root:root to runner:runner
2025-08-20T19:16:15.1640254Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReplaceEdgeInstanceGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.1641073Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceSpeech.json' from root:root to runner:runner
2025-08-20T19:16:15.1641869Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/TransformClientId.json' from root:root to runner:runner
2025-08-20T19:16:15.1642875Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListProductTags.json' from root:root to runner:runner
2025-08-20T19:16:15.1643733Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1644718Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeLabelBatchFailedResult.json' from root:root to runner:runner
2025-08-20T19:16:15.1645533Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeDriver.json' from root:root to runner:runner
2025-08-20T19:16:15.1646328Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteOTAModule.json' from root:root to runner:runner
2025-08-20T19:16:15.1647273Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSpeechLicenseDeviceStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.1648168Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceOriginalPropertyStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.1649010Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDynamicGroupDevices.json' from root:root to runner:runner
2025-08-20T19:16:15.1649862Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishScript.json' from root:root to runner:runner
2025-08-20T19:16:15.1650631Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StartRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1651487Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceBySQL.json' from root:root to runner:runner
2025-08-20T19:16:15.1652344Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceOriginalEventData.json' from root:root to runner:runner
2025-08-20T19:16:15.1653368Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchPub.json' from root:root to runner:runner
2025-08-20T19:16:15.1654837Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceFile.json' from root:root to runner:runner
2025-08-20T19:16:15.1655881Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSpeechVoice.json' from root:root to runner:runner
2025-08-20T19:16:15.1656776Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceDriverConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.1657742Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ResetConsumerGroupPosition.json' from root:root to runner:runner
2025-08-20T19:16:15.1658544Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DisableThing.json' from root:root to runner:runner
2025-08-20T19:16:15.1659448Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGrayMigrationDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1660355Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteConsumerGroupSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.1661229Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchUnbindProjectProducts.json' from root:root to runner:runner
2025-08-20T19:16:15.1662092Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchAddDeviceGroupRelations.json' from root:root to runner:runner
2025-08-20T19:16:15.1663181Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDestination.json' from root:root to runner:runner
2025-08-20T19:16:15.1663987Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateOTAModule.json' from root:root to runner:runner
2025-08-20T19:16:15.1664920Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.1665690Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1666596Z [00:02:20.887]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1667392Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryThingModel.json' from root:root to runner:runner
2025-08-20T19:16:15.1668195Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1668958Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetParser.json' from root:root to runner:runner
2025-08-20T19:16:15.1669777Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/EnableDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:15.1670625Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1671497Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateProductTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.1672335Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDetailSceneRuleLog.json' from root:root to runner:runner
2025-08-20T19:16:15.1673346Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateTopicRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:15.1674173Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupList.json' from root:root to runner:runner
2025-08-20T19:16:15.1675023Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicePropertyStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.1675787Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1676623Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryCertUrlByApplyId.json' from root:root to runner:runner
2025-08-20T19:16:15.1677442Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySuperDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1678404Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceDeviceChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.1679262Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CloseEdgeInstanceDeployment.json' from root:root to runner:runner
2025-08-20T19:16:15.1680130Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindLicenseDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1680916Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateParser.json' from root:root to runner:runner
2025-08-20T19:16:15.1681738Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryJobStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.1682702Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryLoRaJoinPermissions.json' from root:root to runner:runner
2025-08-20T19:16:15.1683485Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ResetThing.json' from root:root to runner:runner
2025-08-20T19:16:15.1684252Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1685180Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDataAPIService.json' from root:root to runner:runner
2025-08-20T19:16:15.1685947Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1686846Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupByDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1687656Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelOTATaskByJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1688509Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RefreshStudioAppTokenOpen.json' from root:root to runner:runner
2025-08-20T19:16:15.1689327Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.1690243Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryThingModelExtendConfigPublished.json' from root:root to runner:runner
2025-08-20T19:16:15.1691155Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySharePromotionActivityAuditResult.json' from root:root to runner:runner
2025-08-20T19:16:15.1692018Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1692930Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDownloadFile.json' from root:root to runner:runner
2025-08-20T19:16:15.1693913Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryShareProductNameByProductKey.json' from root:root to runner:runner
2025-08-20T19:16:15.1694803Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryBatchRegisterDeviceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.1695642Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.1696470Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ModifyOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:15.1697264Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RegisterDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1698066Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProductList.json' from root:root to runner:runner
2025-08-20T19:16:15.1698945Z [00:02:20.888]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchRegisterDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1699730Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ImportDTData.json' from root:root to runner:runner
2025-08-20T19:16:15.1700623Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSoundCodeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.1701395Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeech.json' from root:root to runner:runner
2025-08-20T19:16:15.1702226Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSoundCodeLabel.json' from root:root to runner:runner
2025-08-20T19:16:15.1703253Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDestination.json' from root:root to runner:runner
2025-08-20T19:16:15.1704081Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAJobByDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1704966Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceOriginalPropertyData.json' from root:root to runner:runner
2025-08-20T19:16:15.1705890Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1706796Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RetrySoundCodeLabelBatch.json' from root:root to runner:runner
2025-08-20T19:16:15.1707600Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1708425Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSoundCodeLabel.json' from root:root to runner:runner
2025-08-20T19:16:15.1709240Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindLicenseProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1710073Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryTopicRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:15.1710864Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListRuleActions.json' from root:root to runner:runner
2025-08-20T19:16:15.1711706Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryThingModelPublished.json' from root:root to runner:runner
2025-08-20T19:16:15.1712699Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SpeechByCombination.json' from root:root to runner:runner
2025-08-20T19:16:15.1713611Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetShareTaskByDeviceOpen.json' from root:root to runner:runner
2025-08-20T19:16:15.1714478Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetStudioProjectCooperation.json' from root:root to runner:runner
2025-08-20T19:16:15.1715301Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListParserDestination.json' from root:root to runner:runner
2025-08-20T19:16:15.1716158Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishThingModelAsync.json' from root:root to runner:runner
2025-08-20T19:16:15.1716967Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:15.1717867Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeOssPreSignedAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.1718650Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1719562Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/WriteDevicesHotStorageData.json' from root:root to runner:runner
2025-08-20T19:16:15.1720433Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDataSourceItem.json' from root:root to runner:runner
2025-08-20T19:16:15.1721239Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1722092Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicesHotStorageData.json' from root:root to runner:runner
2025-08-20T19:16:15.1723088Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1724103Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetRuleAction.json' from root:root to runner:runner
2025-08-20T19:16:15.1725364Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAJobByFirmware.json' from root:root to runner:runner
2025-08-20T19:16:15.1726901Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:15.1728728Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeInstanceDeployment.json' from root:root to runner:runner
2025-08-20T19:16:15.1730401Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSchedulePeriod.json' from root:root to runner:runner
2025-08-20T19:16:15.1731970Z [00:02:20.889]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetStudioAppTokenOpen.json' from root:root to runner:runner
2025-08-20T19:16:15.1733684Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CountSpeechBroadcastHour.json' from root:root to runner:runner
2025-08-20T19:16:15.1735101Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingTopo.json' from root:root to runner:runner
2025-08-20T19:16:15.1736270Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RemoveThingTopo.json' from root:root to runner:runner
2025-08-20T19:16:15.1737152Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDeviceTunnelShareStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.1738004Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.1738904Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryPageByApplyId.json' from root:root to runner:runner
2025-08-20T19:16:15.1739731Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1740610Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSharePromotionSpeechModel.json' from root:root to runner:runner
2025-08-20T19:16:15.1741422Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeList.json' from root:root to runner:runner
2025-08-20T19:16:15.1742210Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SaveScript.json' from root:root to runner:runner
2025-08-20T19:16:15.1743237Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/EnableThing.json' from root:root to runner:runner
2025-08-20T19:16:15.1744062Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateDestination.json' from root:root to runner:runner
2025-08-20T19:16:15.1744838Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryOTAJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1745852Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchBindDeviceToEdgeInstanceWithDriver.json' from root:root to runner:runner
2025-08-20T19:16:15.1746736Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelOTATaskByDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1747560Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GenerateOTAUploadURL.json' from root:root to runner:runner
2025-08-20T19:16:15.1748329Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StopRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1749132Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateThingModel.json' from root:root to runner:runner
2025-08-20T19:16:15.1749969Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteParser.json' from root:root to runner:runner
2025-08-20T19:16:15.1750808Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryConsumerGroupStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.1751622Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechPushJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1752712Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingModelStatusInner.json' from root:root to runner:runner
2025-08-20T19:16:15.1753621Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAUnfinishedTaskByDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1754438Z [00:02:20.890]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteProductTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.1755257Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetDeviceState.json' from root:root to runner:runner
2025-08-20T19:16:15.1756097Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSoundCodeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.1756974Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchDeleteEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.1757784Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SpeechBySynthesis.json' from root:root to runner:runner
2025-08-20T19:16:15.1758623Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.1759502Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReBindLicenseDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1760666Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindApplicationFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1761484Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ResetDeviceTimeline.json' from root:root to runner:runner
2025-08-20T19:16:15.1762299Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetDeviceProperty.json' from root:root to runner:runner
2025-08-20T19:16:15.1763302Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceFile.json' from root:root to runner:runner
2025-08-20T19:16:15.1764155Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RerunJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1764938Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSpeech.json' from root:root to runner:runner
2025-08-20T19:16:15.1765848Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDeviceDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1766660Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnsubscribeTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.1767528Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PageQuerySpeechBroadcastHour.json' from root:root to runner:runner
2025-08-20T19:16:15.1768356Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GenerateFileUploadURL.json' from root:root to runner:runner
2025-08-20T19:16:15.1769219Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSharePromotionActivity.json' from root:root to runner:runner
2025-08-20T19:16:15.1769970Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RRpc.json' from root:root to runner:runner
2025-08-20T19:16:15.1770818Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateStudioAppDomainOpen.json' from root:root to runner:runner
2025-08-20T19:16:15.1771622Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceByTags.json' from root:root to runner:runner
2025-08-20T19:16:15.1772720Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListAnalyticsData.json' from root:root to runner:runner
2025-08-20T19:16:15.1773810Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindSceneRuleToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1774751Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDataAPIServiceDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.1775552Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateThingScript.json' from root:root to runner:runner
2025-08-20T19:16:15.1776397Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupTagList.json' from root:root to runner:runner
2025-08-20T19:16:15.1777276Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RefreshDeviceTunnelSharePassword.json' from root:root to runner:runner
2025-08-20T19:16:15.1778175Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupByTags.json' from root:root to runner:runner
2025-08-20T19:16:15.1778992Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AddShareTaskDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1779912Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAModuleVersionsByDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1780697Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1781578Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceDeviceByDriver.json' from root:root to runner:runner
2025-08-20T19:16:15.1782615Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDeviceDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1783454Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSpeech.json' from root:root to runner:runner
2025-08-20T19:16:15.1784281Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1785089Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDeviceShadow.json' from root:root to runner:runner
2025-08-20T19:16:15.1785948Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchBindProductsIntoProject.json' from root:root to runner:runner
2025-08-20T19:16:15.1786867Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCheckVehicleDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1787673Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetDevicesProperty.json' from root:root to runner:runner
2025-08-20T19:16:15.1788584Z [00:02:20.891]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicePropertiesData.json' from root:root to runner:runner
2025-08-20T19:16:15.1789359Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StartParser.json' from root:root to runner:runner
2025-08-20T19:16:15.1790212Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCreateSoundCodeLabel.json' from root:root to runner:runner
2025-08-20T19:16:15.1791010Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PrintByTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.1791858Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SubscribeTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.1792897Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateProductDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1793752Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/Pub.json' from root:root to runner:runner
2025-08-20T19:16:15.1794563Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateRuleAction.json' from root:root to runner:runner
2025-08-20T19:16:15.1795360Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeDriver.json' from root:root to runner:runner
2025-08-20T19:16:15.1796197Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AttachParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.1797063Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.1798117Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateThingModel.json' from root:root to runner:runner
2025-08-20T19:16:15.1799423Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceDynamicGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1801027Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSpeechDeviceDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.1803071Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceDeviceConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1804594Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateProductTags.json' from root:root to runner:runner
2025-08-20T19:16:15.1806298Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.1807824Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryShareTaskDeviceList.json' from root:root to runner:runner
2025-08-20T19:16:15.1809023Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryClientIds.json' from root:root to runner:runner
2025-08-20T19:16:15.1809863Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceProp.json' from root:root to runner:runner
2025-08-20T19:16:15.1810747Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1811641Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PackageSoundCodeLabelBatchAudio.json' from root:root to runner:runner
2025-08-20T19:16:15.1812851Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:15.1813675Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingScript.json' from root:root to runner:runner
2025-08-20T19:16:15.1814532Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AddDeviceToSharePromotion.json' from root:root to runner:runner
2025-08-20T19:16:15.1815379Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceDesiredProperty.json' from root:root to runner:runner
2025-08-20T19:16:15.1816209Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GisSearchDeviceTrace.json' from root:root to runner:runner
2025-08-20T19:16:15.1817093Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchSetEdgeInstanceDeviceConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1817927Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceProp.json' from root:root to runner:runner
2025-08-20T19:16:15.1818803Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicesHotStorageDataStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.1819682Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProductTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.1820608Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetEdgeInstanceDriverConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.1821432Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceServiceData.json' from root:root to runner:runner
2025-08-20T19:16:15.1822277Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateProductFilterConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1823292Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/OpenIotService.json' from root:root to runner:runner
2025-08-20T19:16:15.1824283Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindRoleFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1825064Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/TestSpeech.json' from root:root to runner:runner
2025-08-20T19:16:15.1825877Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1826757Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateDeviceShadow.json' from root:root to runner:runner
2025-08-20T19:16:15.1827559Z [00:02:20.892]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechList.json' from root:root to runner:runner
2025-08-20T19:16:15.1828327Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AsyncRRpc.json' from root:root to runner:runner
2025-08-20T19:16:15.1829229Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateConsumerGroupSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.1830062Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSchedulePeriod.json' from root:root to runner:runner
2025-08-20T19:16:15.1830879Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AddDataForApiSource.json' from root:root to runner:runner
2025-08-20T19:16:15.1831718Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetShareSpeechModelAudio.json' from root:root to runner:runner
2025-08-20T19:16:15.1832740Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DetachParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.1833643Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.1834501Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ImportDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1835275Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateParser.json' from root:root to runner:runner
2025-08-20T19:16:15.1836048Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/TestSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.1836942Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchSetEdgeInstanceDeviceChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.1837847Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingModelTslPublished.json' from root:root to runner:runner
2025-08-20T19:16:15.1838664Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceSubTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.1839481Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceSpeech.json' from root:root to runner:runner
2025-08-20T19:16:15.1840343Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DetachDestination.json' from root:root to runner:runner
2025-08-20T19:16:15.1841199Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeScheduleList.json' from root:root to runner:runner
2025-08-20T19:16:15.1842027Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1843184Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryCustomTimelineTableStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.1843983Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1844864Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CheckBindLicenseDeviceProgress.json' from root:root to runner:runner
2025-08-20T19:16:15.1845663Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteClientIds.json' from root:root to runner:runner
2025-08-20T19:16:15.1846498Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCheckDeviceNames.json' from root:root to runner:runner
2025-08-20T19:16:15.1847422Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDeviceDynamicGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1848347Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySolutionDeviceGroupPage.json' from root:root to runner:runner
2025-08-20T19:16:15.1849177Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1850039Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AttachDestination.json' from root:root to runner:runner
2025-08-20T19:16:15.1850847Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingModelTsl.json' from root:root to runner:runner
2025-08-20T19:16:15.1851710Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1852718Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.1853525Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceCert.json' from root:root to runner:runner
2025-08-20T19:16:15.1854374Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchUpdateDeviceNickname.json' from root:root to runner:runner
2025-08-20T19:16:15.1855172Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSoundCode.json' from root:root to runner:runner
2025-08-20T19:16:15.1856068Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchClearEdgeInstanceDeviceConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1856920Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetEdgeInstanceDeployment.json' from root:root to runner:runner
2025-08-20T19:16:15.1857742Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSoundCodeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.1858590Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ShareSpeechByCombination.json' from root:root to runner:runner
2025-08-20T19:16:15.1859386Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListPowerStation.json' from root:root to runner:runner
2025-08-20T19:16:15.1860281Z [00:02:20.893]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ImportThingModelTsl.json' from root:root to runner:runner
2025-08-20T19:16:15.1861132Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceDistributeDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.1862018Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProductCertInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1863053Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetupStudioAppAuthModeOpen.json' from root:root to runner:runner
2025-08-20T19:16:15.1863938Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishStudioApp.json' from root:root to runner:runner
2025-08-20T19:16:15.1864754Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTAVerifyJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1865654Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PageQuerySharedSpeechOpen.json' from root:root to runner:runner
2025-08-20T19:16:15.1866450Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDestination.json' from root:root to runner:runner
2025-08-20T19:16:15.1867241Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDestination.json' from root:root to runner:runner
2025-08-20T19:16:15.1868126Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/TriggerSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1868947Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateProductTags.json' from root:root to runner:runner
2025-08-20T19:16:15.1869722Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StopParser.json' from root:root to runner:runner
2025-08-20T19:16:15.1871034Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1872740Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDeviceTunnelStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.1874476Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:15.1876017Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListProductByTags.json' from root:root to runner:runner
2025-08-20T19:16:15.1877799Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindApplicationToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1879246Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1880866Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchImportVehicleDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1881880Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryImportedDeviceByApplyId.json' from root:root to runner:runner
2025-08-20T19:16:15.1883151Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteTopicRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:15.1884007Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryVehicleDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1884886Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CloseDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:15.1885753Z [00:02:20.894]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryStudioAppPageListOpen.json' from root:root to runner:runner
2025-08-20T19:16:15.1886569Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetProductCertInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1887408Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCheckImportDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1888279Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryStudioAppDomainListOpen.json' from root:root to runner:runner
2025-08-20T19:16:15.1889103Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryStudioProjectList.json' from root:root to runner:runner
2025-08-20T19:16:15.1889970Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechLicenseDeviceList.json' from root:root to runner:runner
2025-08-20T19:16:15.1890807Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.1891601Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSpeech.json' from root:root to runner:runner
2025-08-20T19:16:15.1892641Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1893633Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetGatewayBySubDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1894430Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1895345Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindDriverToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1896188Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.1897034Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySceneRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1897833Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTAModule.json' from root:root to runner:runner
2025-08-20T19:16:15.1898713Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ModifyPowerStation.json' from root:root to runner:runner
2025-08-20T19:16:15.1899500Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1900334Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSoundCodeLabel.json' from root:root to runner:runner
2025-08-20T19:16:15.1901131Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSoundCode.json' from root:root to runner:runner
2025-08-20T19:16:15.1901930Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/EnableSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1902964Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceEventData.json' from root:root to runner:runner
2025-08-20T19:16:15.1903803Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DisableDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:15.1904603Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReleaseProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1905458Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceDriver.json' from root:root to runner:runner
2025-08-20T19:16:15.1906263Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteEdgeDriver.json' from root:root to runner:runner
2025-08-20T19:16:15.1907161Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/NotifyAddThingTopo.json' from root:root to runner:runner
2025-08-20T19:16:15.1907972Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetDeviceGroupTags.json' from root:root to runner:runner
2025-08-20T19:16:15.1908856Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDownloadDataJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1909720Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishThingModelAsyncInner.json' from root:root to runner:runner
2025-08-20T19:16:15.1910632Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDataSourceItem.json' from root:root to runner:runner
2025-08-20T19:16:15.1911472Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeLabelList.json' from root:root to runner:runner
2025-08-20T19:16:15.1912358Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindRoleToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1913487Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryMessageInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1914368Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryConsumerGroupByGroupId.json' from root:root to runner:runner
2025-08-20T19:16:15.1915131Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1915974Z [00:02:20.895]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySchedulePeriodList.json' from root:root to runner:runner
2025-08-20T19:16:15.1916786Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.1917549Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1918411Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchQueryDeviceDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.1919258Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchUnbindProjectDevices.json' from root:root to runner:runner
2025-08-20T19:16:15.1920067Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeletePowerStation.json' from root:root to runner:runner
2025-08-20T19:16:15.1920991Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetDeviceBindStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.1921833Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/EnableDeviceTunnelShare.json' from root:root to runner:runner
2025-08-20T19:16:15.1923122Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DisableDeviceTunnelShare.json' from root:root to runner:runner
2025-08-20T19:16:15.1923978Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSoundCodeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.1924880Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1925781Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySummarySceneRuleLog.json' from root:root to runner:runner
2025-08-20T19:16:15.1926657Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ClearEdgeInstanceDriverConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.1927504Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1928332Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDataSourceItem.json' from root:root to runner:runner
2025-08-20T19:16:15.1929130Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDeviceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.1929931Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteProductTags.json' from root:root to runner:runner
2025-08-20T19:16:15.1930734Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchAddThingTopo.json' from root:root to runner:runner
2025-08-20T19:16:15.1931594Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProjectShareDeviceList.json' from root:root to runner:runner
2025-08-20T19:16:15.1932628Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryStudioAppList.json' from root:root to runner:runner
2025-08-20T19:16:15.1933442Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:15.1934247Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1935098Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1935991Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GisQueryDeviceLocation.json' from root:root to runner:runner
2025-08-20T19:16:15.1936779Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1937603Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryConsumerGroupList.json' from root:root to runner:runner
2025-08-20T19:16:15.1938457Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1939317Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateThingScript.json' from root:root to runner:runner
2025-08-20T19:16:15.1940225Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCreateSoundCodeLabelWithLabels.json' from root:root to runner:runner
2025-08-20T19:16:15.1941023Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSoundCodeAudio.json' from root:root to runner:runner
2025-08-20T19:16:15.1941865Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:15.1943239Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchUnbindDeviceFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1944562Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GenerateDeviceNameListURL.json' from root:root to runner:runner
2025-08-20T19:16:15.1946144Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceFileList.json' from root:root to runner:runner
2025-08-20T19:16:15.1947730Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CopyThingModelAsync.json' from root:root to runner:runner
2025-08-20T19:16:15.1949343Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeLabelBatchList.json' from root:root to runner:runner
2025-08-20T19:16:15.1950857Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListThingTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.1952237Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1954099Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateLoRaNodesTask.json' from root:root to runner:runner
2025-08-20T19:16:15.1955146Z [00:02:20.896]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicePropertyData.json' from root:root to runner:runner
2025-08-20T19:16:15.1955967Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1956772Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:15.1957698Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetDeviceDesiredProperty.json' from root:root to runner:runner
2025-08-20T19:16:15.1958598Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechPushJobDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1959445Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechPushJobSpeech.json' from root:root to runner:runner
2025-08-20T19:16:15.1960268Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindLicenseProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1961130Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchBindDevicesIntoProject.json' from root:root to runner:runner
2025-08-20T19:16:15.1961989Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteStudioAppDomainOpen.json' from root:root to runner:runner
2025-08-20T19:16:15.1963129Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeDriver.json' from root:root to runner:runner
2025-08-20T19:16:15.1963956Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReupgradeOTATask.json' from root:root to runner:runner
2025-08-20T19:16:15.1964806Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindGatewayToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1965655Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.1966465Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.1967289Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListThingModelVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1968181Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSoundCode.json' from root:root to runner:runner
2025-08-20T19:16:15.1969037Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1969947Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceHistoricDeployment.json' from root:root to runner:runner
2025-08-20T19:16:15.1970796Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteRuleAction.json' from root:root to runner:runner
2025-08-20T19:16:15.1971619Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateProductTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.1972681Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DisableSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:15.1973592Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryThingModelExtendConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.1974438Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/InvokeThingsService.json' from root:root to runner:runner
2025-08-20T19:16:15.1975270Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.1976144Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindDriverFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1977022Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:15.1977838Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchImportDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.1978622Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateOTAJob.json' from root:root to runner:runner
2025-08-20T19:16:15.1979472Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SyncSpeechByCombination.json' from root:root to runner:runner
2025-08-20T19:16:15.1980298Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1981250Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchDeleteDeviceGroupRelations.json' from root:root to runner:runner
2025-08-20T19:16:15.1982130Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindSceneRuleFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1983233Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/InvokeThingService.json' from root:root to runner:runner
2025-08-20T19:16:15.1984087Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.1984951Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SaveDeviceProp.json' from root:root to runner:runner
2025-08-20T19:16:15.1985791Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAModuleByProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1986698Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.1987481Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.1988335Z [00:02:20.897]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/InvokeDataAPIService.json' from root:root to runner:runner
2025-08-20T19:16:15.1989168Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.1989974Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StartPTDetection.json' from root:root to runner:runner
2025-08-20T19:16:15.1990789Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceByStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.1991600Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:15.1992735Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceListByDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.1993464Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot' from root:root to runner:runner
2025-08-20T19:16:15.1994348Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openapiexplorer/GetErrorCodeSolutions.json' from root:root to runner:runner
2025-08-20T19:16:15.1995286Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openapiexplorer/GetRequestLog.json' from root:root to runner:runner
2025-08-20T19:16:15.1996142Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openapiexplorer/GetOwnRequestLog.json' from root:root to runner:runner
2025-08-20T19:16:15.1996958Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openapiexplorer' from root:root to runner:runner
2025-08-20T19:16:15.1997779Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataLimits.json' from root:root to runner:runner
2025-08-20T19:16:15.1998679Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeInstanceSources.json' from root:root to runner:runner
2025-08-20T19:16:15.1999454Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2000300Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DeleteRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2001121Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2001945Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataAssets.json' from root:root to runner:runner
2025-08-20T19:16:15.2003212Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeTemplateAllRules.json' from root:root to runner:runner
2025-08-20T19:16:15.2004055Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ExecDatamask.json' from root:root to runner:runner
2025-08-20T19:16:15.2004929Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ManualTriggerMaskingProcess.json' from root:root to runner:runner
2025-08-20T19:16:15.2005787Z [00:02:20.898]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeOssObjectDetailV2.json' from root:root to runner:runner
2025-08-20T19:16:15.2006569Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2007389Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeRiskLevels.json' from root:root to runner:runner
2025-08-20T19:16:15.2008197Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyRuleStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2009107Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataObjects.json' from root:root to runner:runner
2025-08-20T19:16:15.2009915Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeColumns.json' from root:root to runner:runner
2025-08-20T19:16:15.2010877Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataObjectColumnDetailV2.json' from root:root to runner:runner
2025-08-20T19:16:15.2011708Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyReportTaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2012865Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDocTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.2013736Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeOssObjectDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2014619Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyEventStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2015455Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeParentInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2016668Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ScanOssObjectV1.json' from root:root to runner:runner
2025-08-20T19:16:15.2018062Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.2019687Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyDefaultLevel.json' from root:root to runner:runner
2025-08-20T19:16:15.2021215Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeRules.json' from root:root to runner:runner
2025-08-20T19:16:15.2022924Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DeleteDataLimit.json' from root:root to runner:runner
2025-08-20T19:16:15.2024514Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataMaskingTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.2025997Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeEventDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2027365Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateScanTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2028417Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataObjectColumnDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2029240Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeOssObjects.json' from root:root to runner:runner
2025-08-20T19:16:15.2030203Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataLimitDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2030984Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2032247Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeTables.json' from root:root to runner:runner
2025-08-20T19:16:15.2033776Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeCategoryTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:15.2035138Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeIdentifyTaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2036507Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeAuditLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.2037742Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataLimitSet.json' from root:root to runner:runner
2025-08-20T19:16:15.2038834Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeColumnsV2.json' from root:root to runner:runner
2025-08-20T19:16:15.2040023Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyEventTypeStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2040916Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataMaskingRunHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.2041857Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/StopMaskingProcess.json' from root:root to runner:runner
2025-08-20T19:16:15.2043347Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeCategoryTemplateRuleList.json' from root:root to runner:runner
2025-08-20T19:16:15.2044424Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateDataLimit.json' from root:root to runner:runner
2025-08-20T19:16:15.2045468Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.2046686Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.2047732Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyDataLimit.json' from root:root to runner:runner
2025-08-20T19:16:15.2048533Z [00:02:20.899]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateSlrRole.json' from root:root to runner:runner
2025-08-20T19:16:15.2049333Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribePackages.json' from root:root to runner:runner
2025-08-20T19:16:15.2050223Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeEventTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.2051099Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DisableUserConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2051807Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp' from root:root to runner:runner
2025-08-20T19:16:15.2052855Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerLog.json' from root:root to runner:runner
2025-08-20T19:16:15.2053651Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/ListUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.2054501Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2055343Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:15.2056138Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateDataCache.json' from root:root to runner:runner
2025-08-20T19:16:15.2057003Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroupPrice.json' from root:root to runner:runner
2025-08-20T19:16:15.2057865Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroupEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.2058647Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CopyDataCache.json' from root:root to runner:runner
2025-08-20T19:16:15.2059461Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateContainerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2060350Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DeleteImageCache.json' from root:root to runner:runner
2025-08-20T19:16:15.2061257Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeInstanceOpsRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.2062114Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroupMetric.json' from root:root to runner:runner
2025-08-20T19:16:15.2063197Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CommitContainer.json' from root:root to runner:runner
2025-08-20T19:16:15.2064120Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeDataCaches.json' from root:root to runner:runner
2025-08-20T19:16:15.2065049Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroupStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2065847Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2066666Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DeleteContainerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2067483Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UpdateContainerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2068303Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeVirtualNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.2069095Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UpdateImageCache.json' from root:root to runner:runner
2025-08-20T19:16:15.2069936Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/ResizeContainerGroupVolume.json' from root:root to runner:runner
2025-08-20T19:16:15.2070746Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DeleteVirtualNode.json' from root:root to runner:runner
2025-08-20T19:16:15.2071638Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeMultiContainerGroupMetric.json' from root:root to runner:runner
2025-08-20T19:16:15.2072664Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.2073697Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateVirtualNode.json' from root:root to runner:runner
2025-08-20T19:16:15.2074596Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DeleteDataCache.json' from root:root to runner:runner
2025-08-20T19:16:15.2075452Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2076242Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateImageCache.json' from root:root to runner:runner
2025-08-20T19:16:15.2077019Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2077908Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateInstanceOpsTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2078785Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeImageCaches.json' from root:root to runner:runner
2025-08-20T19:16:15.2079639Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeCommitContainerTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2080457Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/ExecContainerCommand.json' from root:root to runner:runner
2025-08-20T19:16:15.2081286Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/RestartContainerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2082093Z [00:02:20.900]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UpdateVirtualNode.json' from root:root to runner:runner
2025-08-20T19:16:15.2083096Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UpdateDataCache.json' from root:root to runner:runner
2025-08-20T19:16:15.2083803Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci' from root:root to runner:runner
2025-08-20T19:16:15.2084681Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ConvertPrepayInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2085583Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2086410Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/CreateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.2087290Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryConvertInstancePrice.json' from root:root to runner:runner
2025-08-20T19:16:15.2088230Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyPrepayInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.2089558Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyElasticResourceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.2091058Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryModifyInstancePrice.json' from root:root to runner:runner
2025-08-20T19:16:15.2093074Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DescribeSupportedRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.2094705Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2096553Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryConvertPrepayInstancePrice.json' from root:root to runner:runner
2025-08-20T19:16:15.2098171Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyInstanceVswitch.json' from root:root to runner:runner
2025-08-20T19:16:15.2099734Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ConvertHybridInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2100602Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ConvertInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2101433Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2102291Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyNamespaceSpecV2.json' from root:root to runner:runner
2025-08-20T19:16:15.2103333Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2104221Z [00:02:20.901]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyPrepayNamespaceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.2105209Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryCreateInstancePrice.json' from root:root to runner:runner
2025-08-20T19:16:15.2106075Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryRenewInstancePrice.json' from root:root to runner:runner
2025-08-20T19:16:15.2106975Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2107842Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DescribeSupportedZones.json' from root:root to runner:runner
2025-08-20T19:16:15.2108666Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2109503Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.2110404Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DescribeNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:15.2111293Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DeleteNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.2112030Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole' from root:root to runner:runner
2025-08-20T19:16:15.2113095Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2113897Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/BindEcsSlb.json' from root:root to runner:runner
2025-08-20T19:16:15.2114729Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:15.2115496Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteEcu.json' from root:root to runner:runner
2025-08-20T19:16:15.2116298Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateK8sService.json' from root:root to runner:runner
2025-08-20T19:16:15.2117123Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RollbackApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2118068Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AuthorizeApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2118872Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2119665Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ImportK8sCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.2120554Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2121341Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteLogPath.json' from root:root to runner:runner
2025-08-20T19:16:15.2122152Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2123203Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sApplicationConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2124056Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/MigrateEcu.json' from root:root to runner:runner
2025-08-20T19:16:15.2124952Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateJvmConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2125751Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListScaleOutEcu.json' from root:root to runner:runner
2025-08-20T19:16:15.2126584Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListPublishedServices.json' from root:root to runner:runner
2025-08-20T19:16:15.2127450Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2128259Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AbortChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.2129061Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ResetApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2129892Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteUserDefineRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.2130774Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/SynchronizeResource.json' from root:root to runner:runner
2025-08-20T19:16:15.2131641Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:15.2132603Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListAuthority.json' from root:root to runner:runner
2025-08-20T19:16:15.2133496Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.2134351Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/SwitchAdvancedMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:15.2135186Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetWebContainerConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2135997Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:15.2136778Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sSlb.json' from root:root to runner:runner
2025-08-20T19:16:15.2137684Z [00:02:20.902]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2138557Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryRegionConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2139422Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/EnableApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2140200Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListMethods.json' from root:root to runner:runner
2025-08-20T19:16:15.2141022Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteServiceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2141825Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:15.2142996Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListK8sNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:15.2143862Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListK8sSecrets.json' from root:root to runner:runner
2025-08-20T19:16:15.2144829Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateConfigTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.2145730Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2146535Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetAppDeployment.json' from root:root to runner:runner
2025-08-20T19:16:15.2147321Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListComponents.json' from root:root to runner:runner
2025-08-20T19:16:15.2148119Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListBuildPack.json' from root:root to runner:runner
2025-08-20T19:16:15.2148948Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RetryChangeOrderTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2149759Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertServiceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2150597Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceProvidersPage.json' from root:root to runner:runner
2025-08-20T19:16:15.2151500Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2152526Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ChangeDeployGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2153468Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ContinuePipeline.json' from root:root to runner:runner
2025-08-20T19:16:15.2154292Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertClusterMember.json' from root:root to runner:runner
2025-08-20T19:16:15.2155089Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.2155951Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetPackageStorageCredential.json' from root:root to runner:runner
2025-08-20T19:16:15.2156749Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListEcuByRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.2157564Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteConfigTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.2158453Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2159316Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2160131Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListConvertableEcu.json' from root:root to runner:runner
2025-08-20T19:16:15.2161216Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryApplicationStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2162573Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/BindK8sSlb.json' from root:root to runner:runner
2025-08-20T19:16:15.2164158Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListSubAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.2165649Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateRole.json' from root:root to runner:runner
2025-08-20T19:16:15.2167161Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListDeployGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2168847Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateHealthCheckUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.2170434Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteClusterMember.json' from root:root to runner:runner
2025-08-20T19:16:15.2171851Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetK8sServices.json' from root:root to runner:runner
2025-08-20T19:16:15.2172908Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StartK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2173771Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateIDCImportCommand.json' from root:root to runner:runner
2025-08-20T19:16:15.2174603Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QuerySlsLogStoreList.json' from root:root to runner:runner
2025-08-20T19:16:15.2175418Z [00:02:20.903]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListApplicationEcu.json' from root:root to runner:runner
2025-08-20T19:16:15.2176224Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ConvertK8sResource.json' from root:root to runner:runner
2025-08-20T19:16:15.2177235Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ScaleoutApplicationWithNewInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.2178135Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AuthorizeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2178940Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ModifyScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2179806Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AbortAndRollbackChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.2180582Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UnbindSlb.json' from root:root to runner:runner
2025-08-20T19:16:15.2181428Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DescribeAppInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:15.2182235Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:15.2183293Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteRole.json' from root:root to runner:runner
2025-08-20T19:16:15.2184217Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetJavaStartUpConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2185091Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:15.2185906Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetChangeOrderInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.2186692Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AuthorizeRole.json' from root:root to runner:runner
2025-08-20T19:16:15.2187498Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateContainer.json' from root:root to runner:runner
2025-08-20T19:16:15.2188309Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sResource.json' from root:root to runner:runner
2025-08-20T19:16:15.2189075Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListSlb.json' from root:root to runner:runner
2025-08-20T19:16:15.2189897Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListUserDefineRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.2190778Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListConsumedServices.json' from root:root to runner:runner
2025-08-20T19:16:15.2191658Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeployK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2192664Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sService.json' from root:root to runner:runner
2025-08-20T19:16:15.2193553Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sApplicationBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.2194440Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DisableApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2195315Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2196126Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteDeployGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2197043Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetContainerConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2197809Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/BindSlb.json' from root:root to runner:runner
2025-08-20T19:16:15.2198651Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryEccInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.2199462Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2200269Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeployApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2201058Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InstallAgent.json' from root:root to runner:runner
2025-08-20T19:16:15.2201898Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RestartK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2203010Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateHookConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2203875Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetSecureToken.json' from root:root to runner:runner
2025-08-20T19:16:15.2204768Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListClusterMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.2205681Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListHistoryDeployVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.2206471Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2207293Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceListPage.json' from root:root to runner:runner
2025-08-20T19:16:15.2208123Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertOrUpdateRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.2208949Z [00:02:20.904]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateConfigTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.2209788Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetK8sAppPrecheckResult.json' from root:root to runner:runner
2025-08-20T19:16:15.2210657Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListEcsNotInCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.2211470Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateSlsLogStore.json' from root:root to runner:runner
2025-08-20T19:16:15.2212325Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sService.json' from root:root to runner:runner
2025-08-20T19:16:15.2213762Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListConfigTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.2214584Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateK8sSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.2215412Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateK8sIngressRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2216208Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2217029Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryMigrateEcuList.json' from root:root to runner:runner
2025-08-20T19:16:15.2217892Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListServiceGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2218812Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListRecentChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.2219698Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StopK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2220515Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ScaleOutApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2221322Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetScalingRules.json' from root:root to runner:runner
2025-08-20T19:16:15.2222366Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetJvmConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2223610Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateContainerConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2224425Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.2225269Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UnbindK8sSlb.json' from root:root to runner:runner
2025-08-20T19:16:15.2226082Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListK8sConfigMaps.json' from root:root to runner:runner
2025-08-20T19:16:15.2226927Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateLocalitySetting.json' from root:root to runner:runner
2025-08-20T19:16:15.2227727Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StartApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2228569Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/TransformClusterMember.json' from root:root to runner:runner
2025-08-20T19:16:15.2229605Z [00:02:20.905]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateApplicationBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.2230443Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ScaleInApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2231276Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceConsumersPage.json' from root:root to runner:runner
2025-08-20T19:16:15.2232187Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.2233190Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertDeployGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2234421Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2236048Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DescribeApplicationScalingRules.json' from root:root to runner:runner
2025-08-20T19:16:15.2237612Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceMethodPage.json' from root:root to runner:runner
2025-08-20T19:16:15.2239185Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateK8sConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:15.2240882Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListRole.json' from root:root to runner:runner
2025-08-20T19:16:15.2242653Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RestartApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2244398Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StartK8sAppPrecheck.json' from root:root to runner:runner
2025-08-20T19:16:15.2245970Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ScaleK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2247341Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RollbackChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.2248257Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.2249285Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sIngressRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2250082Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AddLogPath.json' from root:root to runner:runner
2025-08-20T19:16:15.2250933Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryMigrateRegionList.json' from root:root to runner:runner
2025-08-20T19:16:15.2251743Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateAccountInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.2252877Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sIngressRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2253656Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.2254546Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListAliyunRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.2255365Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListK8sIngressRules.json' from root:root to runner:runner
2025-08-20T19:16:15.2256159Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetK8sCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.2256974Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StopApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2257828Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2258702Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2259644Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2260515Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertRole.json' from root:root to runner:runner
2025-08-20T19:16:15.2261997Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.2262953Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas' from root:root to runner:runner
2025-08-20T19:16:15.2263854Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookReleases.json' from root:root to runner:runner
2025-08-20T19:16:15.2264742Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookInputOutput.json' from root:root to runner:runner
2025-08-20T19:16:15.2265640Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookNodesOutput.json' from root:root to runner:runner
2025-08-20T19:16:15.2266496Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ModifyComponentAsset.json' from root:root to runner:runner
2025-08-20T19:16:15.2267440Z [00:02:20.906]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RunPython3Script.json' from root:root to runner:runner
2025-08-20T19:16:15.2268277Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/VerifyPythonFile.json' from root:root to runner:runner
2025-08-20T19:16:15.2269212Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeGroupProductions.json' from root:root to runner:runner
2025-08-20T19:16:15.2270039Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DeletePlaybook.json' from root:root to runner:runner
2025-08-20T19:16:15.2270897Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeOpenApiInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.2271757Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentList.json' from root:root to runner:runner
2025-08-20T19:16:15.2272966Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePopApi.json' from root:root to runner:runner
2025-08-20T19:16:15.2273823Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/CopyPlaybook.json' from root:root to runner:runner
2025-08-20T19:16:15.2274721Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/VerifyPlaybook.json' from root:root to runner:runner
2025-08-20T19:16:15.2275588Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/TriggerSophonPlaybook.json' from root:root to runner:runner
2025-08-20T19:16:15.2276438Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RenamePlaybookNode.json' from root:root to runner:runner
2025-08-20T19:16:15.2277279Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeOpenApiList.json' from root:root to runner:runner
2025-08-20T19:16:15.2278149Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSophonCommands.json' from root:root to runner:runner
2025-08-20T19:16:15.2278981Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/CreatePlaybook.json' from root:root to runner:runner
2025-08-20T19:16:15.2279867Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescriberPython3ScriptLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.2280701Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ComparePlaybooks.json' from root:root to runner:runner
2025-08-20T19:16:15.2281609Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/TriggerProcessTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2282808Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RunNotifyComponentWithMessageCenter.json' from root:root to runner:runner
2025-08-20T19:16:15.2283707Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSoarRecordInOutput.json' from root:root to runner:runner
2025-08-20T19:16:15.2284591Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeLatestRecordSchema.json' from root:root to runner:runner
2025-08-20T19:16:15.2285473Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSoarTaskAndActions.json' from root:root to runner:runner
2025-08-20T19:16:15.2286371Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ConvertPlaybook.json' from root:root to runner:runner
2025-08-20T19:16:15.2287200Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ModifyPlaybook.json' from root:root to runner:runner
2025-08-20T19:16:15.2288155Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookNumberMetrics.json' from root:root to runner:runner
2025-08-20T19:16:15.2289037Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/BatchModifyInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2289925Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ModifyPlaybookInputOutput.json' from root:root to runner:runner
2025-08-20T19:16:15.2290749Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/TriggerPlaybook.json' from root:root to runner:runner
2025-08-20T19:16:15.2291604Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSoarRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.2292685Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeNodeParamTags.json' from root:root to runner:runner
2025-08-20T19:16:15.2293613Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/PublishPlaybook.json' from root:root to runner:runner
2025-08-20T19:16:15.2294493Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentAssetForm.json' from root:root to runner:runner
2025-08-20T19:16:15.2295453Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentAssets.json' from root:root to runner:runner
2025-08-20T19:16:15.2296297Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeField.json' from root:root to runner:runner
2025-08-20T19:16:15.2297284Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentsJs.json' from root:root to runner:runner
2025-08-20T19:16:15.2298202Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ModifyPlaybookInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2299107Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RunNotifyComponentWithWebhook.json' from root:root to runner:runner
2025-08-20T19:16:15.2300054Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RunNotifyComponentWithEmail.json' from root:root to runner:runner
2025-08-20T19:16:15.2300909Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DeleteComponentAsset.json' from root:root to runner:runner
2025-08-20T19:16:15.2301760Z [00:02:20.907]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeProcessTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.2303002Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybook.json' from root:root to runner:runner
2025-08-20T19:16:15.2303907Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeExecutePlaybooks.json' from root:root to runner:runner
2025-08-20T19:16:15.2304847Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSoarRecordActionOutputList.json' from root:root to runner:runner
2025-08-20T19:16:15.2305665Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/QueryTreeData.json' from root:root to runner:runner
2025-08-20T19:16:15.2306531Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeVendorApiList.json' from root:root to runner:runner
2025-08-20T19:16:15.2307406Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeProcessTaskCount.json' from root:root to runner:runner
2025-08-20T19:16:15.2308286Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentPlaybook.json' from root:root to runner:runner
2025-08-20T19:16:15.2309170Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeNotifyTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:15.2310067Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybooks.json' from root:root to runner:runner
2025-08-20T19:16:15.2310985Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RevertPlaybookRelease.json' from root:root to runner:runner
2025-08-20T19:16:15.2311800Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DebugPlaybook.json' from root:root to runner:runner
2025-08-20T19:16:15.2312902Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeProcessStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.2313748Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeEnumItems.json' from root:root to runner:runner
2025-08-20T19:16:15.2314693Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookMetrics.json' from root:root to runner:runner
2025-08-20T19:16:15.2315574Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeDistinctReleases.json' from root:root to runner:runner
2025-08-20T19:16:15.2316487Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeNodeUsedInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.2317229Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar' from root:root to runner:runner
2025-08-20T19:16:15.2318146Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DisableLoadBalancerIpv6Internet.json' from root:root to runner:runner
2025-08-20T19:16:15.2319052Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateLoadBalancerAddressTypeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2319913Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/StartShiftLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:15.2320739Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CreateSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2321560Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:15.2322338Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/GetJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2323594Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/LoadBalancerJoinSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2324746Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/AddServersToServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2325886Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2326803Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DeleteSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2327837Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/AttachCommonBandwidthPackageToLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:15.2328775Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateLoadBalancerProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.2329619Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListListenerCertificates.json' from root:root to runner:runner
2025-08-20T19:16:15.2330409Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/StartListener.json' from root:root to runner:runner
2025-08-20T19:16:15.2331249Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:15.2332061Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2333379Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/AssociateAdditionalCertificatesWithListener.json' from root:root to runner:runner
2025-08-20T19:16:15.2334295Z [00:02:20.908]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateServerGroupServersAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2335151Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/GetLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2335988Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListServerGroupServers.json' from root:root to runner:runner
2025-08-20T19:16:15.2336856Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DescribeHdMonitorRegionConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2337657Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2338975Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DeleteServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2340542Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2342034Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2344009Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/LoadBalancerLeaveSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2345618Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListAsynJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.2347285Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DeleteLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:15.2348917Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListSystemSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2350506Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2351923Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/GetListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2353212Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DeleteListener.json' from root:root to runner:runner
2025-08-20T19:16:15.2354135Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.2354992Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/SetHdMonitorRegionConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2360601Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListListeners.json' from root:root to runner:runner
2025-08-20T19:16:15.2362084Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2363176Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CreateServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2364087Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CancelShiftLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:15.2365021Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2365903Z [00:02:20.909]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CreateListener.json' from root:root to runner:runner
2025-08-20T19:16:15.2366681Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/StopListener.json' from root:root to runner:runner
2025-08-20T19:16:15.2367581Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/GetListenerHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2368550Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DisassociateAdditionalCertificatesWithListener.json' from root:root to runner:runner
2025-08-20T19:16:15.2369391Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.2370336Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:15.2371151Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:15.2372019Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateSecurityPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2373084Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/RemoveServersFromServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2373960Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/EnableLoadBalancerIpv6Internet.json' from root:root to runner:runner
2025-08-20T19:16:15.2374812Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2375514Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb' from root:root to runner:runner
2025-08-20T19:16:15.2376331Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/MergeImageFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2377197Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectPedestrianIntrusion.json' from root:root to runner:runner
2025-08-20T19:16:15.2378119Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/AddFaceImageTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.2378932Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectBodyCount.json' from root:root to runner:runner
2025-08-20T19:16:15.2379834Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/UpdateFaceEntity.json' from root:root to runner:runner
2025-08-20T19:16:15.2380632Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/HandPosture.json' from root:root to runner:runner
2025-08-20T19:16:15.2381535Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/CreateFaceDb.json' from root:root to runner:runner
2025-08-20T19:16:15.2382328Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/BodyPosture.json' from root:root to runner:runner
2025-08-20T19:16:15.2383458Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GenerateHumanSketchStyle.json' from root:root to runner:runner
2025-08-20T19:16:15.2384261Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2385104Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/CompareFaceWithMask.json' from root:root to runner:runner
2025-08-20T19:16:15.2385901Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/LiquifyFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2386680Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/AddFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2387534Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GenerateHumanAnimeStyle.json' from root:root to runner:runner
2025-08-20T19:16:15.2388347Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/BatchAddFaces.json' from root:root to runner:runner
2025-08-20T19:16:15.2389200Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeleteFaceImageTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.2390001Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/FaceBeauty.json' from root:root to runner:runner
2025-08-20T19:16:15.2390810Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectCelebrity.json' from root:root to runner:runner
2025-08-20T19:16:15.2391718Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizeHandGesture.json' from root:root to runner:runner
2025-08-20T19:16:15.2392768Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectLivingFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2393717Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RetouchSkin.json' from root:root to runner:runner
2025-08-20T19:16:15.2394533Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeepfakeFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2395423Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/AddFaceEntity.json' from root:root to runner:runner
2025-08-20T19:16:15.2396231Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeleteFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2397084Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/CompareFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2397933Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizePublicFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2398845Z [00:02:20.910]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GetRealPersonVerificationResult.json' from root:root to runner:runner
2025-08-20T19:16:15.2399648Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeleteFaceDb.json' from root:root to runner:runner
2025-08-20T19:16:15.2400479Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeleteFaceEntity.json' from root:root to runner:runner
2025-08-20T19:16:15.2401292Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizeFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2402107Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GetFaceEntity.json' from root:root to runner:runner
2025-08-20T19:16:15.2403264Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectPedestrian.json' from root:root to runner:runner
2025-08-20T19:16:15.2404119Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/ExtractFingerPrint.json' from root:root to runner:runner
2025-08-20T19:16:15.2404915Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/SearchFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2406083Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/PedestrianDetectAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2406990Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/ListFaceDbs.json' from root:root to runner:runner
2025-08-20T19:16:15.2407839Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizeExpression.json' from root:root to runner:runner
2025-08-20T19:16:15.2408636Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/FaceMakeup.json' from root:root to runner:runner
2025-08-20T19:16:15.2409551Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/QueryFaceImageTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.2410511Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/FaceTidyup.json' from root:root to runner:runner
2025-08-20T19:16:15.2411384Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/ListFaceEntities.json' from root:root to runner:runner
2025-08-20T19:16:15.2412287Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GenRealPersonVerificationToken.json' from root:root to runner:runner
2025-08-20T19:16:15.2413331Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectVideoLivingFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2414180Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/MonitorExamination.json' from root:root to runner:runner
2025-08-20T19:16:15.2414984Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/EnhanceFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2415841Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectInfraredLivingFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2416633Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/BlurFace.json' from root:root to runner:runner
2025-08-20T19:16:15.2417457Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizeAction.json' from root:root to runner:runner
2025-08-20T19:16:15.2418221Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody' from root:root to runner:runner
2025-08-20T19:16:15.2419071Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteRouteStrategy.json' from root:root to runner:runner
2025-08-20T19:16:15.2419994Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/BatchDisableJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.2420915Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListJobScriptHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.2421747Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/RetryJobInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2422853Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/SetWfInstanceSuccess.json' from root:root to runner:runner
2025-08-20T19:16:15.2424292Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateWorkflowDag.json' from root:root to runner:runner
2025-08-20T19:16:15.2425916Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/BatchDeleteJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.2427570Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateJobScript.json' from root:root to runner:runner
2025-08-20T19:16:15.2429151Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/StopInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2430735Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:15.2432294Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.2434070Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/BatchDeleteRouteStrategy.json' from root:root to runner:runner
2025-08-20T19:16:15.2435170Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:15.2436031Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/EnableWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:15.2436900Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.2437742Z [00:02:20.911]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetAppGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2438619Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/SetJobInstanceSuccess.json' from root:root to runner:runner
2025-08-20T19:16:15.2439588Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetWorkflowInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2440560Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ReadSchedulerxDesignateInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.2441387Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateAppGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2442259Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/RerunJob.json' from root:root to runner:runner
2025-08-20T19:16:15.2443410Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetJobInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2444369Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DisableWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:15.2445212Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/BatchEnableJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.2446030Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ExecuteJob.json' from root:root to runner:runner
2025-08-20T19:16:15.2446858Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:15.2447717Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetJobInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:15.2448514Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetLog.json' from root:root to runner:runner
2025-08-20T19:16:15.2449355Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/RevokePermission.json' from root:root to runner:runner
2025-08-20T19:16:15.2450162Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateJob.json' from root:root to runner:runner
2025-08-20T19:16:15.2450994Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetWorkerList.json' from root:root to runner:runner
2025-08-20T19:16:15.2451825Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DesignateWorkers.json' from root:root to runner:runner
2025-08-20T19:16:15.2452963Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/EnableJob.json' from root:root to runner:runner
2025-08-20T19:16:15.2453803Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.2454720Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ExecuteWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:15.2455537Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2456425Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:15.2457247Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetOverview.json' from root:root to runner:runner
2025-08-20T19:16:15.2458120Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetJobInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.2458918Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.2459738Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetWorkFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.2460545Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateJob.json' from root:root to runner:runner
2025-08-20T19:16:15.2461377Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateAppGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2462186Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DisableJob.json' from root:root to runner:runner
2025-08-20T19:16:15.2463352Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ManageSchedulerxJobSync.json' from root:root to runner:runner
2025-08-20T19:16:15.2464197Z [00:02:20.912]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GrantPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.2465066Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListWorkflowInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2465912Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateRouteStrategy.json' from root:root to runner:runner
2025-08-20T19:16:15.2466824Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:15.2467652Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.2468772Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ReadSchedulerxDesignateDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2469614Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteAppGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2470408Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2' from root:root to runner:runner
2025-08-20T19:16:15.2471412Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DetachResourceFromVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:15.2472342Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/AttachResourceToVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:15.2473699Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2474646Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointServiceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2475562Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2476454Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointConnections.json' from root:root to runner:runner
2025-08-20T19:16:15.2477375Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/AttachSecurityGroupToVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.2478308Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DetachSecurityGroupFromVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.2479204Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/AddUserToVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:15.2480117Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/EnableVpcEndpointZoneConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.2481078Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointZones.json' from root:root to runner:runner
2025-08-20T19:16:15.2481916Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/CreateVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.2483181Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/OpenPrivateLinkService.json' from root:root to runner:runner
2025-08-20T19:16:15.2484049Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2485058Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointServicesByEndUser.json' from root:root to runner:runner
2025-08-20T19:16:15.2486046Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/EnableVpcEndpointConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.2486973Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/RemoveUserFromVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:15.2488238Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointServiceResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2489446Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/AddZoneToVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.2490816Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointServices.json' from root:root to runner:runner
2025-08-20T19:16:15.2492227Z [00:02:20.913]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DeleteVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:15.2494000Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/GetVpcEndpointServiceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2495097Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.2496540Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DisableVpcEndpointZoneConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.2497802Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/GetVpcEndpointAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2499451Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/CheckProductOpen.json' from root:root to runner:runner
2025-08-20T19:16:15.2501234Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.2503434Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2504436Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointServiceUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.2505572Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2506414Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2507386Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DisableVpcEndpointConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.2508279Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2509116Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.2510060Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2510904Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DeleteVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.2511782Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/RemoveZoneFromVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.2513022Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointServiceResourceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2513933Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/CreateVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:15.2514669Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink' from root:root to runner:runner
2025-08-20T19:16:15.2515463Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.2516388Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2517240Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:15.2518122Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateStateConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2519015Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetExecutionTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.2519844Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2520706Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/StartExecution.json' from root:root to runner:runner
2025-08-20T19:16:15.2521514Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GenerateOpsItem.json' from root:root to runner:runner
2025-08-20T19:16:15.2522325Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetSecretParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.2523461Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListInstancePatchStates.json' from root:root to runner:runner
2025-08-20T19:16:15.2524284Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListInstancePatches.json' from root:root to runner:runner
2025-08-20T19:16:15.2525149Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/RegisterDefaultPatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:15.2525999Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetSecretParametersByPath.json' from root:root to runner:runner
2025-08-20T19:16:15.2526833Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2527658Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreatePatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:15.2528502Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteStateConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:15.2529393Z [00:02:20.914]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteParameter.json' from root:root to runner:runner
2025-08-20T19:16:15.2530208Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdatePatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:15.2531091Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2531893Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListExecutions.json' from root:root to runner:runner
2025-08-20T19:16:15.2532910Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:15.2533743Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateParameter.json' from root:root to runner:runner
2025-08-20T19:16:15.2534588Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListActions.json' from root:root to runner:runner
2025-08-20T19:16:15.2535469Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DescribeApplicationGroupBill.json' from root:root to runner:runner
2025-08-20T19:16:15.2536252Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetParameter.json' from root:root to runner:runner
2025-08-20T19:16:15.2537032Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetOpsItem.json' from root:root to runner:runner
2025-08-20T19:16:15.2537847Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListExecutionLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.2538714Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListResourceExecutionStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2539522Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2540311Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.2541157Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeployApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2541982Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateSecretParameter.json' from root:root to runner:runner
2025-08-20T19:16:15.2542907Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/SetServiceSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.2543804Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetSecretParameter.json' from root:root to runner:runner
2025-08-20T19:16:15.2544651Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.2545440Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateOpsItem.json' from root:root to runner:runner
2025-08-20T19:16:15.2546326Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GenerateExecutionPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2547149Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetServiceSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.2547998Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/NotifyExecution.json' from root:root to runner:runner
2025-08-20T19:16:15.2548828Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteSecretParameter.json' from root:root to runner:runner
2025-08-20T19:16:15.2549646Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListPatchBaselines.json' from root:root to runner:runner
2025-08-20T19:16:15.2550422Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.2551247Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetParametersByPath.json' from root:root to runner:runner
2025-08-20T19:16:15.2552071Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateSecretParameter.json' from root:root to runner:runner
2025-08-20T19:16:15.2553095Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.2553934Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListApplicationGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2554743Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/SearchInventory.json' from root:root to runner:runner
2025-08-20T19:16:15.2555544Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetPatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:15.2556328Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.2557222Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetInventorySchema.json' from root:root to runner:runner
2025-08-20T19:16:15.2558063Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.2558867Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CancelExecution.json' from root:root to runner:runner
2025-08-20T19:16:15.2559665Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2560564Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ValidateTemplateContent.json' from root:root to runner:runner
2025-08-20T19:16:15.2561431Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteExecutions.json' from root:root to runner:runner
2025-08-20T19:16:15.2562226Z [00:02:20.915]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.2563277Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTaskExecutions.json' from root:root to runner:runner
2025-08-20T19:16:15.2564137Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateStateConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2564943Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2565726Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.2566577Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListInstancePackageStates.json' from root:root to runner:runner
2025-08-20T19:16:15.2567386Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/TriggerExecution.json' from root:root to runner:runner
2025-08-20T19:16:15.2568304Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListSecretParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.2569102Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateParameter.json' from root:root to runner:runner
2025-08-20T19:16:15.2569980Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ContinueDeployApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2570827Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2571808Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2573424Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListStateConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:15.2575157Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeletePatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:15.2576687Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListOpsItems.json' from root:root to runner:runner
2025-08-20T19:16:15.2578349Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListParameterVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.2579874Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2581386Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTemplateVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.2583009Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2584007Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListExecutionRiskyTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.2584813Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateExecution.json' from root:root to runner:runner
2025-08-20T19:16:15.2585676Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListSecretParameterVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.2586531Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateInstancePackageState.json' from root:root to runner:runner
2025-08-20T19:16:15.2587463Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListInventoryEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.2588265Z [00:02:20.916]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.2589086Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteOpsItems.json' from root:root to runner:runner
2025-08-20T19:16:15.2589964Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.2590866Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetTemplateParameterConstraints.json' from root:root to runner:runner
2025-08-20T19:16:15.2591653Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateOpsItem.json' from root:root to runner:runner
2025-08-20T19:16:15.2592628Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos' from root:root to runner:runner
2025-08-20T19:16:15.2593519Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DisableFunctionInvocation.json' from root:root to runner:runner
2025-08-20T19:16:15.2594378Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListLayers.json' from root:root to runner:runner
2025-08-20T19:16:15.2595208Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetAsyncInvokeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2596032Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PutConcurrencyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2596844Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2597630Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.2598422Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/InvokeFunction.json' from root:root to runner:runner
2025-08-20T19:16:15.2599202Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UpdateFunction.json' from root:root to runner:runner
2025-08-20T19:16:15.2599998Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateFunction.json' from root:root to runner:runner
2025-08-20T19:16:15.2600850Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetFunctionCode.json' from root:root to runner:runner
2025-08-20T19:16:15.2601623Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.2602565Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetAsyncTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2603456Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.2604314Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/EnableFunctionInvocation.json' from root:root to runner:runner
2025-08-20T19:16:15.2605109Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteVpcBinding.json' from root:root to runner:runner
2025-08-20T19:16:15.2605891Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.2606802Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PutLayerACL.json' from root:root to runner:runner
2025-08-20T19:16:15.2607695Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2608520Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.2609356Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UpdateCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.2610146Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListAsyncTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.2610967Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListProvisionConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.2611773Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateLayerVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.2612750Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListLayerVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.2613604Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetLayerVersionByArn.json' from root:root to runner:runner
2025-08-20T19:16:15.2614533Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.2615370Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteAsyncInvokeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2616134Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.2616970Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UpdateAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.2617797Z [00:02:20.917]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetConcurrencyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2618634Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.2619457Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteProvisionConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2620320Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteLayerVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.2621210Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListConcurrencyConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.2621987Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetFunction.json' from root:root to runner:runner
2025-08-20T19:16:15.2622979Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListFunctionVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.2623810Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetProvisionConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2624584Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListAliases.json' from root:root to runner:runner
2025-08-20T19:16:15.2625379Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.2626156Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListTriggers.json' from root:root to runner:runner
2025-08-20T19:16:15.2627018Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/StopAsyncTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2627802Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetLayerVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.2628655Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2629429Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.2630272Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteConcurrencyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2631080Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PutProvisionConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2631869Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteFunction.json' from root:root to runner:runner
2025-08-20T19:16:15.2632835Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2633694Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UpdateTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.2634523Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PutAsyncInvokeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2635365Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListFunctions.json' from root:root to runner:runner
2025-08-20T19:16:15.2636162Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateVpcBinding.json' from root:root to runner:runner
2025-08-20T19:16:15.2636961Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListVpcBindings.json' from root:root to runner:runner
2025-08-20T19:16:15.2637786Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PublishFunctionVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.2638579Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.2639398Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListAsyncInvokeConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.2640286Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteFunctionVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.2641087Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListCustomDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.2641844Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc' from root:root to runner:runner
2025-08-20T19:16:15.2643083Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ReleaseExpiredInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2644056Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallList.json' from root:root to runner:runner
2025-08-20T19:16:15.2644969Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyNatFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2645883Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyInstanceMemberAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.2646788Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyTrFirewallV2Configuration.json' from root:root to runner:runner
2025-08-20T19:16:15.2648236Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatFirewallList.json' from root:root to runner:runner
2025-08-20T19:16:15.2649888Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInstanceMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.2651745Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyNatFirewallControlPolicyPosition.json' from root:root to runner:runner
2025-08-20T19:16:15.2653641Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInvadeEventList.json' from root:root to runner:runner
2025-08-20T19:16:15.2655416Z [00:02:20.918]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateVpcFirewallCenManualConfigure.json' from root:root to runner:runner
2025-08-20T19:16:15.2657022Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeletePrivateDnsDomainName.json' from root:root to runner:runner
2025-08-20T19:16:15.2658535Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallsV2List.json' from root:root to runner:runner
2025-08-20T19:16:15.2659473Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallCenList.json' from root:root to runner:runner
2025-08-20T19:16:15.2660533Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeUserAssetIPTrafficInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.2661448Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateTrFirewallV2.json' from root:root to runner:runner
2025-08-20T19:16:15.2662290Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcListLite.json' from root:root to runner:runner
2025-08-20T19:16:15.2663414Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAssetStatistic.json' from root:root to runner:runner
2025-08-20T19:16:15.2664341Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyFirewallV2RoutePolicySwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.2665206Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeletePrivateDnsEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.2666076Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDefaultIPSConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2667012Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDomainResolve.json' from root:root to runner:runner
2025-08-20T19:16:15.2667920Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteControlPolicyTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.2668889Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallCenSwitchStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2669765Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallConfigure.json' from root:root to runner:runner
2025-08-20T19:16:15.2670662Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallSwitchStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2671505Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteInstanceMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.2672613Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyControlPolicyPosition.json' from root:root to runner:runner
2025-08-20T19:16:15.2673534Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/UpdateAITrafficAnalysisStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2674544Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/BatchCopyVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2675491Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyControlPolicyPriority.json' from root:root to runner:runner
2025-08-20T19:16:15.2676328Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/PutEnableFwSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.2677190Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatAclPageStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2678016Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2678913Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInternetTrafficTrend.json' from root:root to runner:runner
2025-08-20T19:16:15.2679745Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ReleasePostInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.2680671Z [00:02:20.919]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteNatFirewallControlPolicyBatch.json' from root:root to runner:runner
2025-08-20T19:16:15.2681623Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2682914Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallIPSWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.2683788Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2684623Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddInstanceMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.2685528Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAITrafficAnalysisStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2686355Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAssetList.json' from root:root to runner:runner
2025-08-20T19:16:15.2687262Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2688165Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2689008Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateSlsLogDispatch.json' from root:root to runner:runner
2025-08-20T19:16:15.2689945Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeCfwRiskLevelSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.2690804Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteDnsFirewallPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2691678Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2692801Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAssetRiskList.json' from root:root to runner:runner
2025-08-20T19:16:15.2693745Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePolicyAdvancedConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2694567Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteAddressBook.json' from root:root to runner:runner
2025-08-20T19:16:15.2695564Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInstanceRiskLevels.json' from root:root to runner:runner
2025-08-20T19:16:15.2696558Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVulnerabilityProtectedList.json' from root:root to runner:runner
2025-08-20T19:16:15.2697419Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddPrivateDnsDomainName.json' from root:root to runner:runner
2025-08-20T19:16:15.2698263Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/PutEnableAllFwSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.2699147Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePostpayTrafficDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2700005Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeOutgoingDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.2700862Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDownloadTaskType.json' from root:root to runner:runner
2025-08-20T19:16:15.2701746Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteVpcFirewallCenConfigure.json' from root:root to runner:runner
2025-08-20T19:16:15.2702850Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePrefixLists.json' from root:root to runner:runner
2025-08-20T19:16:15.2703821Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteNatFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2704673Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeUserBuyVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.2705569Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2706490Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json' from root:root to runner:runner
2025-08-20T19:16:15.2707389Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddDnsFirewallPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2708241Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyDefaultIPSConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2709190Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallsV2RouteList.json' from root:root to runner:runner
2025-08-20T19:16:15.2710015Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyAddressBook.json' from root:root to runner:runner
2025-08-20T19:16:15.2710891Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteVpcFirewallConfigure.json' from root:root to runner:runner
2025-08-20T19:16:15.2711865Z [00:02:20.920]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json' from root:root to runner:runner
2025-08-20T19:16:15.2712912Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteTrFirewallV2.json' from root:root to runner:runner
2025-08-20T19:16:15.2713827Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePrivateDnsEndpointDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2714661Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/PutDisableFwSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.2715565Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePrivateDnsDomainNameList.json' from root:root to runner:runner
2025-08-20T19:16:15.2716524Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeletePrivateDnsAllDomainName.json' from root:root to runner:runner
2025-08-20T19:16:15.2717425Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteSecurityProxy.json' from root:root to runner:runner
2025-08-20T19:16:15.2718341Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallCenConfigure.json' from root:root to runner:runner
2025-08-20T19:16:15.2719188Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/PutDisableAllFwSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.2720071Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyObjectGroupOperation.json' from root:root to runner:runner
2025-08-20T19:16:15.2721009Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ResetVpcFirewallRuleHitCount.json' from root:root to runner:runner
2025-08-20T19:16:15.2721941Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallCenDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2723713Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInternetOpenIp.json' from root:root to runner:runner
2025-08-20T19:16:15.2724806Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeSignatureLibVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.2725685Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyPrivateDnsEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.2726548Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePolicyPriorUsed.json' from root:root to runner:runner
2025-08-20T19:16:15.2727474Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallV2RoutePolicyList.json' from root:root to runner:runner
2025-08-20T19:16:15.2728329Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeACLProtectTrend.json' from root:root to runner:runner
2025-08-20T19:16:15.2729222Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteFirewallV2RoutePolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.2730074Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeRiskEventPayload.json' from root:root to runner:runner
2025-08-20T19:16:15.2730995Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeLogStoreInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.2731863Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallsV2Detail.json' from root:root to runner:runner
2025-08-20T19:16:15.2733176Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateNatFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2734088Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePrivateDnsEndpointList.json' from root:root to runner:runner
2025-08-20T19:16:15.2734981Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeOutgoingDestinationIP.json' from root:root to runner:runner
2025-08-20T19:16:15.2735946Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyPolicyAdvancedConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2736833Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateTrFirewallV2RoutePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2737714Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ResetNatFirewallRuleHitCount.json' from root:root to runner:runner
2025-08-20T19:16:15.2738669Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2739549Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePostpayTrafficTotal.json' from root:root to runner:runner
2025-08-20T19:16:15.2740457Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2741319Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDnsFirewallPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2742241Z [00:02:20.921]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json' from root:root to runner:runner
2025-08-20T19:16:15.2743332Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeRiskEventGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2744265Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/BatchDeleteVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2745195Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAddressBook.json' from root:root to runner:runner
2025-08-20T19:16:15.2746019Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateDownloadTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2746981Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatFirewallTrafficTrend.json' from root:root to runner:runner
2025-08-20T19:16:15.2747835Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyDnsFirewallPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2748780Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallControlPolicyPosition.json' from root:root to runner:runner
2025-08-20T19:16:15.2749591Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddAddressBook.json' from root:root to runner:runner
2025-08-20T19:16:15.2750528Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateVpcFirewallConfigure.json' from root:root to runner:runner
2025-08-20T19:16:15.2751368Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateSecurityProxy.json' from root:root to runner:runner
2025-08-20T19:16:15.2752305Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallIPSWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.2753351Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/SwitchSecurityProxy.json' from root:root to runner:runner
2025-08-20T19:16:15.2754179Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcZone.json' from root:root to runner:runner
2025-08-20T19:16:15.2755094Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2755943Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2756791Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDownloadTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2757715Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.2758552Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteDownloadTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2759534Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallAclGroupList.json' from root:root to runner:runner
2025-08-20T19:16:15.2760505Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatFirewallPolicyPriorUsed.json' from root:root to runner:runner
2025-08-20T19:16:15.2761393Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateVpcFirewallCenConfigure.json' from root:root to runner:runner
2025-08-20T19:16:15.2762114Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw' from root:root to runner:runner
2025-08-20T19:16:15.2763222Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.2764140Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2764960Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessageGetByKey.json' from root:root to runner:runner
2025-08-20T19:16:15.2765781Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2766645Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessageDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2767458Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceCreate.json' from root:root to runner:runner
2025-08-20T19:16:15.2768282Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTrendTopicInputTps.json' from root:root to runner:runner
2025-08-20T19:16:15.2769091Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTraceGetResult.json' from root:root to runner:runner
2025-08-20T19:16:15.2769919Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessageGetByMsgId.json' from root:root to runner:runner
2025-08-20T19:16:15.2770717Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2771498Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicList.json' from root:root to runner:runner
2025-08-20T19:16:15.2772280Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicDelete.json' from root:root to runner:runner
2025-08-20T19:16:15.2773377Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerAccumulate.json' from root:root to runner:runner
2025-08-20T19:16:15.2774256Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceDelete.json' from root:root to runner:runner
2025-08-20T19:16:15.2775048Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OpenOnsService.json' from root:root to runner:runner
2025-08-20T19:16:15.2775870Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTraceQueryByMsgKey.json' from root:root to runner:runner
2025-08-20T19:16:15.2776652Z [00:02:20.922]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupList.json' from root:root to runner:runner
2025-08-20T19:16:15.2777495Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicUpdate.json' from root:root to runner:runner
2025-08-20T19:16:15.2778275Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsRegionList.json' from root:root to runner:runner
2025-08-20T19:16:15.2779131Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessagePageQueryByTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.2779989Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceUpdate.json' from root:root to runner:runner
2025-08-20T19:16:15.2780804Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessageTrace.json' from root:root to runner:runner
2025-08-20T19:16:15.2781641Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsDLQMessageResendById.json' from root:root to runner:runner
2025-08-20T19:16:15.2782662Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerTimeSpan.json' from root:root to runner:runner
2025-08-20T19:16:15.2783477Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2784286Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicSubDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2785132Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceInServiceList.json' from root:root to runner:runner
2025-08-20T19:16:15.2785957Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerResetOffset.json' from root:root to runner:runner
2025-08-20T19:16:15.2786818Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2787709Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupConsumerUpdate.json' from root:root to runner:runner
2025-08-20T19:16:15.2788492Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicCreate.json' from root:root to runner:runner
2025-08-20T19:16:15.2789321Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTrendGroupOutputTps.json' from root:root to runner:runner
2025-08-20T19:16:15.2790142Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsDLQMessageGetById.json' from root:root to runner:runner
2025-08-20T19:16:15.2790989Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessagePush.json' from root:root to runner:runner
2025-08-20T19:16:15.2791871Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsDLQMessagePageQueryByGroupId.json' from root:root to runner:runner
2025-08-20T19:16:15.2792935Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerGetConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.2794451Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTraceQueryByMsgId.json' from root:root to runner:runner
2025-08-20T19:16:15.2796020Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupCreate.json' from root:root to runner:runner
2025-08-20T19:16:15.2797585Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupSubDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2799140Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupDelete.json' from root:root to runner:runner
2025-08-20T19:16:15.2800485Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons' from root:root to runner:runner
2025-08-20T19:16:15.2802157Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DisassociateDefaultFilter.json' from root:root to runner:runner
2025-08-20T19:16:15.2803972Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:15.2805269Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountDeliveryChannelStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.2806262Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/UpdateFilter.json' from root:root to runner:runner
2025-08-20T19:16:15.2807275Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountDeliveryChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.2808182Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountTagValues.json' from root:root to runner:runner
2025-08-20T19:16:15.2809110Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountResourceCounts.json' from root:root to runner:runner
2025-08-20T19:16:15.2809941Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DeleteFilter.json' from root:root to runner:runner
2025-08-20T19:16:15.2810935Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountResourceGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2811792Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ExecuteSQLQuery.json' from root:root to runner:runner
2025-08-20T19:16:15.2813040Z [00:02:20.923]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetResourceCenterServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2813919Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListSavedQueries.json' from root:root to runner:runner
2025-08-20T19:16:15.2814819Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.2815682Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetResourceCounts.json' from root:root to runner:runner
2025-08-20T19:16:15.2816540Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListResourceTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.2817511Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountResourceRelationships.json' from root:root to runner:runner
2025-08-20T19:16:15.2818425Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DeleteDeliveryChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.2819361Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/CreateMultiAccountDeliveryChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.2820271Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetSavedQuery.json' from root:root to runner:runner
2025-08-20T19:16:15.2821190Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetDeliveryChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.2822129Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountDeliveryChannels.json' from root:root to runner:runner
2025-08-20T19:16:15.2823216Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.2824181Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/UpdateMultiAccountDeliveryChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.2825076Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListFilters.json' from root:root to runner:runner
2025-08-20T19:16:15.2825960Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/AssociateDefaultFilter.json' from root:root to runner:runner
2025-08-20T19:16:15.2826817Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetExampleQuery.json' from root:root to runner:runner
2025-08-20T19:16:15.2827707Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetResourceConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2828652Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/EnableMultiAccountResourceCenter.json' from root:root to runner:runner
2025-08-20T19:16:15.2829526Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/UpdateDeliveryChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.2830484Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountResourceConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2831339Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/SearchResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2832186Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/UpdateSavedQuery.json' from root:root to runner:runner
2025-08-20T19:16:15.2833275Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ExecuteMultiAccountSQLQuery.json' from root:root to runner:runner
2025-08-20T19:16:15.2834264Z [00:02:20.924]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/SearchMultiAccountResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2835179Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DeleteSavedQuery.json' from root:root to runner:runner
2025-08-20T19:16:15.2836234Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/CreateFilter.json' from root:root to runner:runner
2025-08-20T19:16:15.2837223Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/EnableResourceCenter.json' from root:root to runner:runner
2025-08-20T19:16:15.2838236Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/CreateDeliveryChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.2839174Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListDeliveryChannels.json' from root:root to runner:runner
2025-08-20T19:16:15.2840038Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListExampleQueries.json' from root:root to runner:runner
2025-08-20T19:16:15.2840891Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/CreateSavedQuery.json' from root:root to runner:runner
2025-08-20T19:16:15.2841824Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetDeliveryChannelStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.2843048Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2843997Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DeleteMultiAccountDeliveryChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.2844917Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DisableResourceCenter.json' from root:root to runner:runner
2025-08-20T19:16:15.2845873Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DisableMultiAccountResourceCenter.json' from root:root to runner:runner
2025-08-20T19:16:15.2846780Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListResourceRelationships.json' from root:root to runner:runner
2025-08-20T19:16:15.2847541Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter' from root:root to runner:runner
2025-08-20T19:16:15.2848509Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetModelInputContentDetectResult.json' from root:root to runner:runner
2025-08-20T19:16:15.2849360Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2850158Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/DeleteWordGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2850989Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/BatchContentSyncDetect.json' from root:root to runner:runner
2025-08-20T19:16:15.2851848Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/CreateWordGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2852890Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ListPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2853711Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2854584Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ModelOutputContentSyncDetect.json' from root:root to runner:runner
2025-08-20T19:16:15.2855374Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/CheckAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.2856142Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.2856986Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetPolicyDefaultOptions.json' from root:root to runner:runner
2025-08-20T19:16:15.2857788Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ContentSyncDetect.json' from root:root to runner:runner
2025-08-20T19:16:15.2858580Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetPolicyInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.2859411Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetContentDetectResult.json' from root:root to runner:runner
2025-08-20T19:16:15.2860283Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ModelOutputContentAsyncDetect.json' from root:root to runner:runner
2025-08-20T19:16:15.2861070Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ListWordGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2861930Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/RegisterAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.2863210Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ModelInputContentSyncDetect.json' from root:root to runner:runner
2025-08-20T19:16:15.2864002Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/UpdateTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.2864775Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ListTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.2865629Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/DeleteTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.2866553Z [00:02:20.925]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ModelInputContentAsyncDetect.json' from root:root to runner:runner
2025-08-20T19:16:15.2867459Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetModelOutputContentDetectResult.json' from root:root to runner:runner
2025-08-20T19:16:15.2868604Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/UpdatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.2869988Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/BatchContentAsyncDetect.json' from root:root to runner:runner
2025-08-20T19:16:15.2871570Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/UpdateWordGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2873280Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetWordGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2874811Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ContentAsyncDetect.json' from root:root to runner:runner
2025-08-20T19:16:15.2876286Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/CreateTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.2877557Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai' from root:root to runner:runner
2025-08-20T19:16:15.2879041Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateLifecycleHook.json' from root:root to runner:runner
2025-08-20T19:16:15.2880034Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:15.2880958Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:15.2881768Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ResumeProcesses.json' from root:root to runner:runner
2025-08-20T19:16:15.2883015Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteNotificationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2883868Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2884772Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:15.2885701Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/RecordLifecycleActionHeartbeat.json' from root:root to runner:runner
2025-08-20T19:16:15.2886525Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachVServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2887374Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2888258Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:15.2889058Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.2889854Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/RemoveInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.2890689Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeLifecycleHooks.json' from root:root to runner:runner
2025-08-20T19:16:15.2891467Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/VerifyUser.json' from root:root to runner:runner
2025-08-20T19:16:15.2892291Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteScheduledTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2893369Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/EnableScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2894168Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeAlarms.json' from root:root to runner:runner
2025-08-20T19:16:15.2895135Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeactivateScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2896046Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.2896843Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.2897703Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingActivityDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.2898612Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingActivities.json' from root:root to runner:runner
2025-08-20T19:16:15.2899470Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2900292Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ScaleWithAdjustment.json' from root:root to runner:runner
2025-08-20T19:16:15.2901115Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScheduledTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.2901899Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyAlarm.json' from root:root to runner:runner
2025-08-20T19:16:15.2902940Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribePatternTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.2903754Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2904604Z [00:02:20.926]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeNotificationTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.2905476Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateEciScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2906294Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2907116Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachAlbServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2907935Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingRules.json' from root:root to runner:runner
2025-08-20T19:16:15.2908843Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2909732Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/SetInstancesProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.2910524Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.2911334Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2912264Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyEciScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2913431Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DisableScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2914261Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.2915105Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeLifecycleActions.json' from root:root to runner:runner
2025-08-20T19:16:15.2915919Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/RebalanceInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.2916734Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeLimitation.json' from root:root to runner:runner
2025-08-20T19:16:15.2917510Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DisableAlarm.json' from root:root to runner:runner
2025-08-20T19:16:15.2918379Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2919276Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeNotificationConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:15.2920091Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.2920925Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachVServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2921719Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.2922803Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteLifecycleHook.json' from root:root to runner:runner
2025-08-20T19:16:15.2923753Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2924656Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2925653Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyScheduledTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2926644Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2928006Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/SetGroupDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.2928971Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2930106Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2930965Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyLifecycleHook.json' from root:root to runner:runner
2025-08-20T19:16:15.2931818Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2933006Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachAlbServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2933889Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2934776Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateNotificationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2935590Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ExecuteScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.2936397Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2937235Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CompleteLifecycleAction.json' from root:root to runner:runner
2025-08-20T19:16:15.2938120Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/EnableAlarm.json' from root:root to runner:runner
2025-08-20T19:16:15.2939068Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeEciScalingConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:15.2939874Z [00:02:20.927]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/SetInstanceHealth.json' from root:root to runner:runner
2025-08-20T19:16:15.2940707Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ExitStandby.json' from root:root to runner:runner
2025-08-20T19:16:15.2941587Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyNotificationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2942901Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateScheduledTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2944473Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeElasticStrength.json' from root:root to runner:runner
2025-08-20T19:16:15.2945686Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/EnterStandby.json' from root:root to runner:runner
2025-08-20T19:16:15.2947024Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/SuspendProcesses.json' from root:root to runner:runner
2025-08-20T19:16:15.2948308Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateAlarm.json' from root:root to runner:runner
2025-08-20T19:16:15.2949646Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2953286Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteEciScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.2954401Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteAlarm.json' from root:root to runner:runner
2025-08-20T19:16:15.2955503Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/VerifyAuthentication.json' from root:root to runner:runner
2025-08-20T19:16:15.2956491Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess' from root:root to runner:runner
2025-08-20T19:16:15.2957664Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:15.2959148Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/AddServersToServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2960391Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UpdateLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2961260Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UpdateLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:15.2962156Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2963418Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/GetLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2964384Z [00:02:20.928]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListServerGroupServers.json' from root:root to runner:runner
2025-08-20T19:16:15.2965201Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.2966026Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DeleteServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2966841Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2967666Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DeleteLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:15.2968510Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UpdateListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2969335Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/GetListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2970130Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DeleteListener.json' from root:root to runner:runner
2025-08-20T19:16:15.2970933Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.2971721Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListListeners.json' from root:root to runner:runner
2025-08-20T19:16:15.2972822Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2973653Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/CreateServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2974540Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.2975328Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/CreateListener.json' from root:root to runner:runner
2025-08-20T19:16:15.2976231Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/GetListenerHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.2977047Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.2977922Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:15.2978790Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/RemoveServersFromServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.2979657Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UpdateServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.2980366Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb' from root:root to runner:runner
2025-08-20T19:16:15.2981179Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.2982026Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/AddWorkNodeWorkforce.json' from root:root to runner:runner
2025-08-20T19:16:15.2982957Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.2983788Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTemplateView.json' from root:root to runner:runner
2025-08-20T19:16:15.2984570Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetJob.json' from root:root to runner:runner
2025-08-20T19:16:15.2985439Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskWorkforceStatistic.json' from root:root to runner:runner
2025-08-20T19:16:15.2986314Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/DeleteTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2987135Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.2988063Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/RemoveWorkNodeWorkforce.json' from root:root to runner:runner
2025-08-20T19:16:15.2988857Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.2989733Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetSubtaskItem.json' from root:root to runner:runner
2025-08-20T19:16:15.2990554Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListSubtaskItems.json' from root:root to runner:runner
2025-08-20T19:16:15.2991421Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListTenants.json' from root:root to runner:runner
2025-08-20T19:16:15.2992226Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetSubtask.json' from root:root to runner:runner
2025-08-20T19:16:15.2993208Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTemplateQuestions.json' from root:root to runner:runner
2025-08-20T19:16:15.2994133Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2995050Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:15.2995875Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/CreateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.2996667Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.2997504Z [00:02:20.929]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateTaskWorkforce.json' from root:root to runner:runner
2025-08-20T19:16:15.2998308Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/CreateTask.json' from root:root to runner:runner
2025-08-20T19:16:15.2999257Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateTenant.json' from root:root to runner:runner
2025-08-20T19:16:15.3000212Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskTemplateViews.json' from root:root to runner:runner
2025-08-20T19:16:15.3001075Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskTemplateQuestions.json' from root:root to runner:runner
2025-08-20T19:16:15.3001956Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3003007Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListSubtasks.json' from root:root to runner:runner
2025-08-20T19:16:15.3003936Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3004769Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskWorkforce.json' from root:root to runner:runner
2025-08-20T19:16:15.3005620Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.3006411Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTenant.json' from root:root to runner:runner
2025-08-20T19:16:15.3007226Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3008042Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3008850Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.3009633Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.3010421Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3011435Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:15.3013126Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ExportAnnotations.json' from root:root to runner:runner
2025-08-20T19:16:15.3014778Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/AppendAllDataToTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3016355Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag' from root:root to runner:runner
2025-08-20T19:16:15.3017992Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/CreateGatewayVerifyCode.json' from root:root to runner:runner
2025-08-20T19:16:15.3019633Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/ConnectDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.3021048Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/StopGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.3022796Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/ModifyGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.3023711Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/GetUserGateways.json' from root:root to runner:runner
2025-08-20T19:16:15.3024642Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/GetUserGatewayInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.3025443Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/AddDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.3026267Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/FindUserGatewayById.json' from root:root to runner:runner
2025-08-20T19:16:15.3027103Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DownloadGatewayProgram.json' from root:root to runner:runner
2025-08-20T19:16:15.3027899Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DeleteGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.3028711Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/AddDatabaseList.json' from root:root to runner:runner
2025-08-20T19:16:15.3029521Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.3030332Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/GetUserDatabases.json' from root:root to runner:runner
2025-08-20T19:16:15.3031144Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DeleteDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.3031925Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/RetryDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.3033053Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DeleteGatewayInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3033908Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/ListDatabaseAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:15.3034785Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/CreateGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.3035593Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/ModifyDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.3036454Z [00:02:20.930]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/CheckDGEnabled.json' from root:root to runner:runner
2025-08-20T19:16:15.3037174Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg' from root:root to runner:runner
2025-08-20T19:16:15.3038077Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHDCommonImage.json' from root:root to runner:runner
2025-08-20T19:16:15.3038907Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentCommodity.json' from root:root to runner:runner
2025-08-20T19:16:15.3039711Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/ChangeSky.json' from root:root to runner:runner
2025-08-20T19:16:15.3040520Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentFood.json' from root:root to runner:runner
2025-08-20T19:16:15.3041335Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHead.json' from root:root to runner:runner
2025-08-20T19:16:15.3042133Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/RefineMask.json' from root:root to runner:runner
2025-08-20T19:16:15.3043176Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentCommonImage.json' from root:root to runner:runner
2025-08-20T19:16:15.3043982Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentBody.json' from root:root to runner:runner
2025-08-20T19:16:15.3044821Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:15.3045622Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentCloth.json' from root:root to runner:runner
2025-08-20T19:16:15.3046501Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentSkin.json' from root:root to runner:runner
2025-08-20T19:16:15.3047314Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHDBody.json' from root:root to runner:runner
2025-08-20T19:16:15.3048160Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/ParseFace.json' from root:root to runner:runner
2025-08-20T19:16:15.3048961Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentSky.json' from root:root to runner:runner
2025-08-20T19:16:15.3049814Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHDSky.json' from root:root to runner:runner
2025-08-20T19:16:15.3050615Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHair.json' from root:root to runner:runner
2025-08-20T19:16:15.3051400Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg' from root:root to runner:runner
2025-08-20T19:16:15.3052260Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListPermissions.json' from root:root to runner:runner
2025-08-20T19:16:15.3053344Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3054222Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/UpdateResourceShare.json' from root:root to runner:runner
2025-08-20T19:16:15.3055156Z [00:02:20.931]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListResourceShareInvitations.json' from root:root to runner:runner
2025-08-20T19:16:15.3056068Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListResourceSharePermissions.json' from root:root to runner:runner
2025-08-20T19:16:15.3056960Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/AssociateResourceShare.json' from root:root to runner:runner
2025-08-20T19:16:15.3057831Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListSharedResources.json' from root:root to runner:runner
2025-08-20T19:16:15.3058783Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/CreateResourceShare.json' from root:root to runner:runner
2025-08-20T19:16:15.3059641Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.3060660Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/DisassociateResourceSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:15.3061627Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/AssociateResourceSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:15.3062905Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/EnableSharingWithResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:15.3063826Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListSharedTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.3064848Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/RejectResourceShareInvitation.json' from root:root to runner:runner
2025-08-20T19:16:15.3065774Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.3066845Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/GetPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.3067707Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.3068551Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.3069440Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListPermissionVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.3070313Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/DeleteResourceShare.json' from root:root to runner:runner
2025-08-20T19:16:15.3071387Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListResourceShareAssociations.json' from root:root to runner:runner
2025-08-20T19:16:15.3072314Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/DisassociateResourceShare.json' from root:root to runner:runner
2025-08-20T19:16:15.3073546Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListResourceShares.json' from root:root to runner:runner
2025-08-20T19:16:15.3074504Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/AcceptResourceShareInvitation.json' from root:root to runner:runner
2025-08-20T19:16:15.3075592Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/CheckSharingWithResourceDirectoryStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.3076369Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing' from root:root to runner:runner
2025-08-20T19:16:15.3077216Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ScaleInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3078073Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3078956Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3079839Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/EnableHiveAccess.json' from root:root to runner:runner
2025-08-20T19:16:15.3080647Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/StopInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3081479Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/DisableHiveAccess.json' from root:root to runner:runner
2025-08-20T19:16:15.3082298Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ResumeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3083396Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ListWarehouses.json' from root:root to runner:runner
2025-08-20T19:16:15.3084570Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.3085915Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/SuspendHoloWarehouse.json' from root:root to runner:runner
2025-08-20T19:16:15.3087546Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ListBackupData.json' from root:root to runner:runner
2025-08-20T19:16:15.3089314Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/CreateHoloWarehouse.json' from root:root to runner:runner
2025-08-20T19:16:15.3090839Z [00:02:20.932]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3092579Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/DeleteHoloWarehouse.json' from root:root to runner:runner
2025-08-20T19:16:15.3094264Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RenameHoloWarehouse.json' from root:root to runner:runner
2025-08-20T19:16:15.3095569Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RestartHoloWarehouse.json' from root:root to runner:runner
2025-08-20T19:16:15.3096425Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/UpdateInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:15.3097256Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3098241Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/GetWarehouseDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.3099169Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RebalanceHoloWarehouse.json' from root:root to runner:runner
2025-08-20T19:16:15.3100005Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ResumeHoloWarehouse.json' from root:root to runner:runner
2025-08-20T19:16:15.3100837Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ScaleHoloWarehouse.json' from root:root to runner:runner
2025-08-20T19:16:15.3101688Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RestartInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3102704Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3103592Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/UpdateInstanceNetworkType.json' from root:root to runner:runner
2025-08-20T19:16:15.3104316Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram' from root:root to runner:runner
2025-08-20T19:16:15.3105154Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopRtcCloudRecording.json' from root:root to runner:runner
2025-08-20T19:16:15.3106055Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.3106912Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageGroupByPage.json' from root:root to runner:runner
2025-08-20T19:16:15.3107797Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRecordNotifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.3108708Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.3109571Z [00:02:20.933]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveStreamWatermarkRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3110449Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainSnapshotData.json' from root:root to runner:runner
2025-08-20T19:16:15.3111358Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListEdgeTranscodeTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3112214Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeChannelParticipants.json' from root:root to runner:runner
2025-08-20T19:16:15.3113385Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UnTagLiveResources.json' from root:root to runner:runner
2025-08-20T19:16:15.3114299Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveCenterStreamRateData.json' from root:root to runner:runner
2025-08-20T19:16:15.3115110Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddStudioLayout.json' from root:root to runner:runner
2025-08-20T19:16:15.3115984Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainPushBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.3116835Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveCenterTransfer.json' from root:root to runner:runner
2025-08-20T19:16:15.3117681Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetShowListBackground.json' from root:root to runner:runner
2025-08-20T19:16:15.3118622Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendLiveMessageUser.json' from root:root to runner:runner
2025-08-20T19:16:15.3119466Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterLayouts.json' from root:root to runner:runner
2025-08-20T19:16:15.3120363Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3121202Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.3122037Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterComponent.json' from root:root to runner:runner
2025-08-20T19:16:15.3123068Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListRtcMPUTaskDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.3123909Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveStreamMerge.json' from root:root to runner:runner
2025-08-20T19:16:15.3124760Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAudioAuditConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3125654Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopLivePullToPush.json' from root:root to runner:runner
2025-08-20T19:16:15.3126432Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendLike.json' from root:root to runner:runner
2025-08-20T19:16:15.3127370Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLivePullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3128209Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.3129042Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLivePullToPush.json' from root:root to runner:runner
2025-08-20T19:16:15.3129895Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveStreamDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3130722Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.3131567Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.3132694Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CopyCasterSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3133579Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3134462Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListEventSub.json' from root:root to runner:runner
2025-08-20T19:16:15.3135271Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveMpuTaskSei.json' from root:root to runner:runner
2025-08-20T19:16:15.3136163Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRecordNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3136965Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeletePlaylist.json' from root:root to runner:runner
2025-08-20T19:16:15.3137855Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamHistoryUserNum.json' from root:root to runner:runner
2025-08-20T19:16:15.3138837Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3139872Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAISubtitle.json' from root:root to runner:runner
2025-08-20T19:16:15.3140814Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:15.3141623Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/QueryMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3142689Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamMerge.json' from root:root to runner:runner
2025-08-20T19:16:15.3143735Z [00:02:20.934]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3144781Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAppRecordConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3145681Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeMeterLiveBypassDuration.json' from root:root to runner:runner
2025-08-20T19:16:15.3146487Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAISubtitle.json' from root:root to runner:runner
2025-08-20T19:16:15.3147378Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListPlaylist.json' from root:root to runner:runner
2025-08-20T19:16:15.3148239Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopLiveMPUTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3149099Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3149913Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3150702Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessage.json' from root:root to runner:runner
2025-08-20T19:16:15.3151538Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveEdgeTransfer.json' from root:root to runner:runner
2025-08-20T19:16:15.3152604Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterEpisodeGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3153465Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUserTags.json' from root:root to runner:runner
2025-08-20T19:16:15.3154375Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeStudioLayouts.json' from root:root to runner:runner
2025-08-20T19:16:15.3155265Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterEpisode.json' from root:root to runner:runner
2025-08-20T19:16:15.3156062Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateMixStream.json' from root:root to runner:runner
2025-08-20T19:16:15.3157407Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveStreamRecordIndexFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.3158878Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsNotifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.3160493Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterComponent.json' from root:root to runner:runner
2025-08-20T19:16:15.3162108Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3163995Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveRecordVodConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3165785Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsOnlineList.json' from root:root to runner:runner
2025-08-20T19:16:15.3167379Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLivePackageConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3168448Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.3169298Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAIProduceRules.json' from root:root to runner:runner
2025-08-20T19:16:15.3170184Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamRecordIndexFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.3171046Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/BatchSetLiveDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.3171879Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.3173160Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAudioAuditNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3174023Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UnbanLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3174910Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendMessageToGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3175761Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePushProxyLog.json' from root:root to runner:runner
2025-08-20T19:16:15.3176582Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveIpInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.3177384Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/QueryRtcAsrTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.3178270Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3179074Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddPlaylistItems.json' from root:root to runner:runner
2025-08-20T19:16:15.3179957Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateRtcMPUEventSub.json' from root:root to runner:runner
2025-08-20T19:16:15.3180806Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveVerifyContent.json' from root:root to runner:runner
2025-08-20T19:16:15.3181778Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamTranscodeStreamNum.json' from root:root to runner:runner
2025-08-20T19:16:15.3182895Z [00:02:20.935]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamRecordIndexFile.json' from root:root to runner:runner
2025-08-20T19:16:15.3183717Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CloseLiveShift.json' from root:root to runner:runner
2025-08-20T19:16:15.3184519Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.3185393Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveStreamsNotifyUrlConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3186265Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveLazyPullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3187186Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetSnapshotCallbackAuth.json' from root:root to runner:runner
2025-08-20T19:16:15.3188195Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveSnapshotNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3189026Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeMixStreamList.json' from root:root to runner:runner
2025-08-20T19:16:15.3189872Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAIProduceRules.json' from root:root to runner:runner
2025-08-20T19:16:15.3190761Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveRealtimeLogDeliveryInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.3191575Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/MuteAllGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:15.3192626Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RemoveLiveMessageGroupBand.json' from root:root to runner:runner
2025-08-20T19:16:15.3193450Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListPlaylistItems.json' from root:root to runner:runner
2025-08-20T19:16:15.3194402Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveDetectNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3195316Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterVideoResource.json' from root:root to runner:runner
2025-08-20T19:16:15.3196203Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterEpisodeGroupContent.json' from root:root to runner:runner
2025-08-20T19:16:15.3197083Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRealtimeDeliveryAcc.json' from root:root to runner:runner
2025-08-20T19:16:15.3197920Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendMessageToGroupUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.3198822Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePackageConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3199630Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3200540Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDetectPornData.json' from root:root to runner:runner
2025-08-20T19:16:15.3201435Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAudioAuditNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3202245Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ResumeLiveStream.json' from root:root to runner:runner
2025-08-20T19:16:15.3203265Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.3204201Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamTranscodeMetricData.json' from root:root to runner:runner
2025-08-20T19:16:15.3205035Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveCenterTransfer.json' from root:root to runner:runner
2025-08-20T19:16:15.3205875Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateCasterSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3206654Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopCaster.json' from root:root to runner:runner
2025-08-20T19:16:15.3207589Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.3208388Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteEventSub.json' from root:root to runner:runner
2025-08-20T19:16:15.3209298Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveEdgeTransfer.json' from root:root to runner:runner
2025-08-20T19:16:15.3210179Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveSnapshotNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3210992Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartLiveMPUTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3211861Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePrivateLineAvailGA.json' from root:root to runner:runner
2025-08-20T19:16:15.3212949Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeletePlaylistItems.json' from root:root to runner:runner
2025-08-20T19:16:15.3214008Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAIStudio.json' from root:root to runner:runner
2025-08-20T19:16:15.3215002Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamTranscodeInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.3215816Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/HotLiveRtcStream.json' from root:root to runner:runner
2025-08-20T19:16:15.3216699Z [00:02:20.936]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.3217512Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterProgram.json' from root:root to runner:runner
2025-08-20T19:16:15.3218567Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.3219490Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainPublishErrorCode.json' from root:root to runner:runner
2025-08-20T19:16:15.3220341Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/QuerySnapshotCallbackAuth.json' from root:root to runner:runner
2025-08-20T19:16:15.3221207Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveMessageUserMessage.json' from root:root to runner:runner
2025-08-20T19:16:15.3222139Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveSnapshotConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3223425Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CopyCaster.json' from root:root to runner:runner
2025-08-20T19:16:15.3224247Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCaster.json' from root:root to runner:runner
2025-08-20T19:16:15.3225138Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsPublishList.json' from root:root to runner:runner
2025-08-20T19:16:15.3225952Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/PlayChoosenShow.json' from root:root to runner:runner
2025-08-20T19:16:15.3227012Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamDetailFrameRateAndBitRateData.json' from root:root to runner:runner
2025-08-20T19:16:15.3227877Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRecordConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3228710Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterStreamUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.3229612Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLivePackageConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3230572Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopPlaylist.json' from root:root to runner:runner
2025-08-20T19:16:15.3231817Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/LeaveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3233736Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3235385Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3237060Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DisableLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.3238703Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveRealTimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.3240396Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamMetricDetailData.json' from root:root to runner:runner
2025-08-20T19:16:15.3242002Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeUpBpsPeakData.json' from root:root to runner:runner
2025-08-20T19:16:15.3243236Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainMultiStreamMaster.json' from root:root to runner:runner
2025-08-20T19:16:15.3244089Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterVideoResource.json' from root:root to runner:runner
2025-08-20T19:16:15.3244906Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMuteGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:15.3245774Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3246902Z [00:02:20.937]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EditShowAndReplace.json' from root:root to runner:runner
2025-08-20T19:16:15.3247807Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsTotalCount.json' from root:root to runner:runner
2025-08-20T19:16:15.3248731Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAppSnapshotConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3249582Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveShiftConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.3250488Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsControlHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.3251391Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainMultiStreamConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3252222Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLivePullToPush.json' from root:root to runner:runner
2025-08-20T19:16:15.3253247Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLivePackageConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3254093Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterEpisode.json' from root:root to runner:runner
2025-08-20T19:16:15.3254909Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveAIStudio.json' from root:root to runner:runner
2025-08-20T19:16:15.3255866Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamSnapshotInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.3256740Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamMonitorList.json' from root:root to runner:runner
2025-08-20T19:16:15.3257964Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.3258822Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetEditingJobInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.3259718Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateRoomRealTimeStreamAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.3260697Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDelayedStreamingUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.3261547Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAIProduceRules.json' from root:root to runner:runner
2025-08-20T19:16:15.3262618Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamWatermarkRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3263511Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopLiveDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.3264392Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.3265262Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAudioAuditNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3266149Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveSnapshotNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3266982Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3267859Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveProducerUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.3268745Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRecordUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.3269655Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveMessageGroupBand.json' from root:root to runner:runner
2025-08-20T19:16:15.3270512Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageAppCallback.json' from root:root to runner:runner
2025-08-20T19:16:15.3271423Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveRecordVodConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3272245Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterProgram.json' from root:root to runner:runner
2025-08-20T19:16:15.3273303Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.3274120Z [00:02:20.938]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeShowList.json' from root:root to runner:runner
2025-08-20T19:16:15.3274989Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyShowList.json' from root:root to runner:runner
2025-08-20T19:16:15.3275799Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteRtcAsrTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3276657Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartCasterScene.json' from root:root to runner:runner
2025-08-20T19:16:15.3277478Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterLayout.json' from root:root to runner:runner
2025-08-20T19:16:15.3278358Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveStreamWatermarkRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3279158Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateMixStream.json' from root:root to runner:runner
2025-08-20T19:16:15.3279995Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAISubtitle.json' from root:root to runner:runner
2025-08-20T19:16:15.3280856Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePrivateLineAreas.json' from root:root to runner:runner
2025-08-20T19:16:15.3281667Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/TagLiveResources.json' from root:root to runner:runner
2025-08-20T19:16:15.3282777Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKFirstFrameDelay.json' from root:root to runner:runner
2025-08-20T19:16:15.3283676Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterEpisode.json' from root:root to runner:runner
2025-08-20T19:16:15.3284532Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainMapping.json' from root:root to runner:runner
2025-08-20T19:16:15.3285464Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/BatchDeleteLiveDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.3286393Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3287331Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLivePullToPush.json' from root:root to runner:runner
2025-08-20T19:16:15.3288199Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLivePullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3289099Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/VerifyLiveDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:15.3289927Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddShowIntoShowList.json' from root:root to runner:runner
2025-08-20T19:16:15.3290789Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/JoinMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3291744Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateEventSub.json' from root:root to runner:runner
2025-08-20T19:16:15.3292917Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3293933Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamsNotifyUrlConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3294824Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.3295652Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CancelMuteGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:15.3296520Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveMessageGroupBand.json' from root:root to runner:runner
2025-08-20T19:16:15.3297339Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3298311Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsBlockList.json' from root:root to runner:runner
2025-08-20T19:16:15.3299185Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetMessageToken.json' from root:root to runner:runner
2025-08-20T19:16:15.3300004Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateRtcMPUEventSub.json' from root:root to runner:runner
2025-08-20T19:16:15.3300851Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.3301693Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainLimit.json' from root:root to runner:runner
2025-08-20T19:16:15.3302966Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveHttpsDomainList.json' from root:root to runner:runner
2025-08-20T19:16:15.3303842Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDrmUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.3305170Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateRTCWhipStreamAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.3306761Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EditPlaylist.json' from root:root to runner:runner
2025-08-20T19:16:15.3308455Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeDomainWithIntegrity.json' from root:root to runner:runner
2025-08-20T19:16:15.3310153Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.3311775Z [00:02:20.939]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAIProduceRules.json' from root:root to runner:runner
2025-08-20T19:16:15.3313486Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteSnapshotFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.3315046Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeDomainUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.3315999Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListEventSubEvent.json' from root:root to runner:runner
2025-08-20T19:16:15.3316862Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:15.3317875Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainTimeShiftData.json' from root:root to runner:runner
2025-08-20T19:16:15.3318851Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAppSnapshotConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3319652Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopCasterScene.json' from root:root to runner:runner
2025-08-20T19:16:15.3320622Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKPlayFailStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.3321507Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveDomainSchdmByProperty.json' from root:root to runner:runner
2025-08-20T19:16:15.3322374Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3323512Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.3324370Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterVideoResource.json' from root:root to runner:runner
2025-08-20T19:16:15.3325205Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.3326062Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveCenterTransfer.json' from root:root to runner:runner
2025-08-20T19:16:15.3326896Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveEdgeTransfer.json' from root:root to runner:runner
2025-08-20T19:16:15.3327721Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateRtcAsrTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3328513Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ForbidLiveStream.json' from root:root to runner:runner
2025-08-20T19:16:15.3329351Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveStreamWatermark.json' from root:root to runner:runner
2025-08-20T19:16:15.3330194Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageGroupUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.3331162Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateRtsLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:15.3331984Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteRtcMPUEventSub.json' from root:root to runner:runner
2025-08-20T19:16:15.3333078Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasters.json' from root:root to runner:runner
2025-08-20T19:16:15.3333919Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamMerge.json' from root:root to runner:runner
2025-08-20T19:16:15.3334838Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetEdgeTranscodeTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3335836Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainFrameRateAndBitRateData.json' from root:root to runner:runner
2025-08-20T19:16:15.3336710Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.3337555Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAudioAuditConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3338375Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveStreamBlock.json' from root:root to runner:runner
2025-08-20T19:16:15.3339244Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAppSnapshotConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3340092Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddRtsLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:15.3340964Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUserBillPrediction.json' from root:root to runner:runner
2025-08-20T19:16:15.3341772Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddTrancodeSEI.json' from root:root to runner:runner
2025-08-20T19:16:15.3342820Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveRealTimeLogLogstore.json' from root:root to runner:runner
2025-08-20T19:16:15.3343654Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageApps.json' from root:root to runner:runner
2025-08-20T19:16:15.3344497Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EffectCasterVideoResource.json' from root:root to runner:runner
2025-08-20T19:16:15.3345433Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeStreamLocationBlock.json' from root:root to runner:runner
2025-08-20T19:16:15.3346337Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeToutiaoLivePlay.json' from root:root to runner:runner
2025-08-20T19:16:15.3347162Z [00:02:20.940]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetAllCustomTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.3348076Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageAppDisable.json' from root:root to runner:runner
2025-08-20T19:16:15.3348950Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamPreloadTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.3349904Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamWatermarkRules.json' from root:root to runner:runner
2025-08-20T19:16:15.3350801Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveRealtimeLogDeliveryDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.3351672Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKPlayTime.json' from root:root to runner:runner
2025-08-20T19:16:15.3352846Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRealTimeHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:15.3353691Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteMixStream.json' from root:root to runner:runner
2025-08-20T19:16:15.3354547Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamWatermark.json' from root:root to runner:runner
2025-08-20T19:16:15.3355374Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterProgram.json' from root:root to runner:runner
2025-08-20T19:16:15.3356216Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveCenterTransfer.json' from root:root to runner:runner
2025-08-20T19:16:15.3357133Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainStreamTranscodeData.json' from root:root to runner:runner
2025-08-20T19:16:15.3358017Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DynamicUpdateWaterMarkStreamRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3359140Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RemoveShowFromShowList.json' from root:root to runner:runner
2025-08-20T19:16:15.3359980Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateCustomTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3360922Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKVvData.json' from root:root to runner:runner
2025-08-20T19:16:15.3361757Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDomainMapping.json' from root:root to runner:runner
2025-08-20T19:16:15.3363046Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterEpisodeGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3364255Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveLazyPullStreamConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3365135Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CancelMuteAllGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:15.3366011Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RollbackLiveStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3366814Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopRtcAsrTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3367665Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamState.json' from root:root to runner:runner
2025-08-20T19:16:15.3368486Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RealTimeRecordCommand.json' from root:root to runner:runner
2025-08-20T19:16:15.3369351Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterVideoResources.json' from root:root to runner:runner
2025-08-20T19:16:15.3370225Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RecoverLiveMessageDeletedGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3371121Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAudioAuditNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3372032Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainMultiStreamOptimalMode.json' from root:root to runner:runner
2025-08-20T19:16:15.3373139Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainBpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:15.3374082Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterSceneAudio.json' from root:root to runner:runner
2025-08-20T19:16:15.3375087Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveSnapshotDetectPornConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3375954Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveRecordNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3377141Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetCustomTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3378406Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/BanLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3380246Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EnableLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.3381855Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamBlock.json' from root:root to runner:runner
2025-08-20T19:16:15.3383649Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3385279Z [00:02:20.941]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCustomLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:15.3386844Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ChangeLiveDomainResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3388260Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.3389133Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLivePrivateLine.json' from root:root to runner:runner
2025-08-20T19:16:15.3390038Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamRecordIndexFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.3390875Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCustomTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3391715Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterChannels.json' from root:root to runner:runner
2025-08-20T19:16:15.3392887Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.3393748Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveDomainPlayMapping.json' from root:root to runner:runner
2025-08-20T19:16:15.3394628Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartPlaylist.json' from root:root to runner:runner
2025-08-20T19:16:15.3395444Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/BatchGetOnlineUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.3396382Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveSnapshotNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3397315Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUserStreamMetricData.json' from root:root to runner:runner
2025-08-20T19:16:15.3398173Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeToutiaoLivePublish.json' from root:root to runner:runner
2025-08-20T19:16:15.3399373Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3400661Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.3402007Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterProgram.json' from root:root to runner:runner
2025-08-20T19:16:15.3403570Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveStreamPreloadTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.3404973Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamBitRateData.json' from root:root to runner:runner
2025-08-20T19:16:15.3406315Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveTopDomainsByFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.3407160Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteStudioLayout.json' from root:root to runner:runner
2025-08-20T19:16:15.3408023Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePullStreamConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3409358Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.3410412Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainPvUvData.json' from root:root to runner:runner
2025-08-20T19:16:15.3411357Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageGroupMessages.json' from root:root to runner:runner
2025-08-20T19:16:15.3412184Z [00:02:20.942]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterScenes.json' from root:root to runner:runner
2025-08-20T19:16:15.3413708Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterComponent.json' from root:root to runner:runner
2025-08-20T19:16:15.3415095Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageGroupBand.json' from root:root to runner:runner
2025-08-20T19:16:15.3416044Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveRecordNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3416958Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveInteractionMetricData.json' from root:root to runner:runner
2025-08-20T19:16:15.3417966Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLivePrivateLine.json' from root:root to runner:runner
2025-08-20T19:16:15.3418940Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateEventSub.json' from root:root to runner:runner
2025-08-20T19:16:15.3419961Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainMultiStreamConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3420757Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RestartCaster.json' from root:root to runner:runner
2025-08-20T19:16:15.3421681Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRealTimeTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.3423050Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRealtimeLogAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:15.3424181Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:15.3425110Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RestartLivePullToPush.json' from root:root to runner:runner
2025-08-20T19:16:15.3426059Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3426959Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsNotifyUrlConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3427900Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateCasterSceneAudio.json' from root:root to runner:runner
2025-08-20T19:16:15.3428750Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveStreamWatermark.json' from root:root to runner:runner
2025-08-20T19:16:15.3429663Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePullToPushList.json' from root:root to runner:runner
2025-08-20T19:16:15.3430616Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainPushTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.3431498Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeUpPeakPublishStreamData.json' from root:root to runner:runner
2025-08-20T19:16:15.3432604Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveLazyPullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3433716Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePushProxyUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.3434589Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveRecordNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3435459Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDetectNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3436284Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EffectCasterUrgent.json' from root:root to runner:runner
2025-08-20T19:16:15.3437083Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.3438078Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:15.3438970Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveSnapshotDetectPornConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3439829Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAudioAuditConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3440785Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/QueryLiveDomainMultiStreamList.json' from root:root to runner:runner
2025-08-20T19:16:15.3441700Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateCasterResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3442800Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.3443894Z [00:02:20.943]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainLog.json' from root:root to runner:runner
2025-08-20T19:16:15.3444718Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartLiveDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.3445666Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainOnlineUserNum.json' from root:root to runner:runner
2025-08-20T19:16:15.3446572Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveSnapshotDetectPornConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3447388Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveMPUTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3448244Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterComponents.json' from root:root to runner:runner
2025-08-20T19:16:15.3449063Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyStudioLayout.json' from root:root to runner:runner
2025-08-20T19:16:15.3449883Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3451116Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessageGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:15.3452761Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveSnapshotDetectPornConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3454462Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamCount.json' from root:root to runner:runner
2025-08-20T19:16:15.3456057Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAISubtitle.json' from root:root to runner:runner
2025-08-20T19:16:15.3457843Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRecordVodConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.3459387Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetCasterSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3461062Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePullToPush.json' from root:root to runner:runner
2025-08-20T19:16:15.3462003Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/KickLiveMessageGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:15.3463142Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetCasterChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.3464120Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveSpecificStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3464994Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3465844Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.3466731Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamAuthChecking.json' from root:root to runner:runner
2025-08-20T19:16:15.3467570Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAppRecordConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3468371Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetCasterConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3469156Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.3469954Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/MuteGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:15.3470813Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteSnapshotCallbackAuth.json' from root:root to runner:runner
2025-08-20T19:16:15.3471651Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateRtcCloudRecording.json' from root:root to runner:runner
2025-08-20T19:16:15.3472733Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRtcCloudRecordingFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.3473622Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartCaster.json' from root:root to runner:runner
2025-08-20T19:16:15.3474557Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CheckLiveMessageUsersOnline.json' from root:root to runner:runner
2025-08-20T19:16:15.3475357Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3476266Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/PublishLiveStagingConfigToProduction.json' from root:root to runner:runner
2025-08-20T19:16:15.3477177Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDomainPlayMapping.json' from root:root to runner:runner
2025-08-20T19:16:15.3478036Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterLayout.json' from root:root to runner:runner
2025-08-20T19:16:15.3478874Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3479723Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/InitializeAutoShowListTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3480587Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAppRecordConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3481438Z [00:02:20.944]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageAppAudit.json' from root:root to runner:runner
2025-08-20T19:16:15.3482305Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUpVideoAudioInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.3483419Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartRtcCloudRecording.json' from root:root to runner:runner
2025-08-20T19:16:15.3484227Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RemoveTerminals.json' from root:root to runner:runner
2025-08-20T19:16:15.3485110Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamRecordContent.json' from root:root to runner:runner
2025-08-20T19:16:15.3485912Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3486945Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeChannelUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.3487783Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessageGroupUserById.json' from root:root to runner:runner
2025-08-20T19:16:15.3488771Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamPushMetricDetailData.json' from root:root to runner:runner
2025-08-20T19:16:15.3489632Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveMessageGroupMessage.json' from root:root to runner:runner
2025-08-20T19:16:15.3490563Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDetectNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3491389Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAIStudio.json' from root:root to runner:runner
2025-08-20T19:16:15.3492285Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveGrtnDuration.json' from root:root to runner:runner
2025-08-20T19:16:15.3493361Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateCustomLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:15.3494187Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterLayout.json' from root:root to runner:runner
2025-08-20T19:16:15.3495054Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAudioAuditConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3495918Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamWatermarks.json' from root:root to runner:runner
2025-08-20T19:16:15.3496758Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeUpBpsPeakOfLine.json' from root:root to runner:runner
2025-08-20T19:16:15.3497674Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKFirstFrameCost.json' from root:root to runner:runner
2025-08-20T19:16:15.3498590Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainMonitoringUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.3499471Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainByCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.3500292Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveDomainMapping.json' from root:root to runner:runner
2025-08-20T19:16:15.3501210Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRtcMPUEventSub.json' from root:root to runner:runner
2025-08-20T19:16:15.3502119Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeAutoShowListTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.3503174Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CheckLiveMessageUsersInGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3503977Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/OpenLiveShift.json' from root:root to runner:runner
2025-08-20T19:16:15.3505127Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLivePullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3506079Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListRtcMPUEventSubRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.3506932Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveDetectNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3507755Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveAIStudio.json' from root:root to runner:runner
2025-08-20T19:16:15.3508594Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3509449Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveRecordVodConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3510414Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateCaster.json' from root:root to runner:runner
2025-08-20T19:16:15.3511137Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live' from root:root to runner:runner
2025-08-20T19:16:15.3512035Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeDynamicSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.3513098Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ModifyWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:15.3513959Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListActionRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.3514814Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallAckOperator.json' from root:root to runner:runner
2025-08-20T19:16:15.3515766Z [00:02:20.945]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ValidateShrinkNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.3516689Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePublicNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.3517519Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3518515Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeDiagnosisSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.3519460Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InterruptElasticsearchTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3520396Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreatePipelines.json' from root:root to runner:runner
2025-08-20T19:16:15.3521291Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeDeprecatedTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3522296Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDictInformation.json' from root:root to runner:runner
2025-08-20T19:16:15.3523842Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListPipeline.json' from root:root to runner:runner
2025-08-20T19:16:15.3525547Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDiagnosisItems.json' from root:root to runner:runner
2025-08-20T19:16:15.3527235Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListKibanaPvlNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.3528854Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateExtendConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3530495Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListConnectedClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.3532069Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateCollector.json' from root:root to runner:runner
2025-08-20T19:16:15.3533501Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeIndexTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3534512Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDiagnoseReport.json' from root:root to runner:runner
2025-08-20T19:16:15.3535448Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListCollectors.json' from root:root to runner:runner
2025-08-20T19:16:15.3536313Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RolloverDataStream.json' from root:root to runner:runner
2025-08-20T19:16:15.3537174Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateComponentIndex.json' from root:root to runner:runner
2025-08-20T19:16:15.3538121Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateDiagnosisSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.3539023Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RemoveApm.json' from root:root to runner:runner
2025-08-20T19:16:15.3539911Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateDynamicSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.3540836Z [00:02:20.946]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListSnapshotReposByInstanceId.json' from root:root to runner:runner
2025-08-20T19:16:15.3541705Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetTransferableNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.3542818Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAckNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:15.3543686Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ReinstallCollector.json' from root:root to runner:runner
2025-08-20T19:16:15.3544584Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteDeprecatedTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3545479Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListInstanceHistoryEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.3546328Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateDataStream.json' from root:root to runner:runner
2025-08-20T19:16:15.3547179Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.3548166Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteComponentIndex.json' from root:root to runner:runner
2025-08-20T19:16:15.3549023Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ValidateConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.3549949Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateKibanaSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.3550849Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ResumeElasticsearchTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3551734Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateApm.json' from root:root to runner:runner
2025-08-20T19:16:15.3552887Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePublicWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:15.3553786Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDiagnoseReportIds.json' from root:root to runner:runner
2025-08-20T19:16:15.3554628Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/OpenHttps.json' from root:root to runner:runner
2025-08-20T19:16:15.3555521Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:15.3556385Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListComponentIndices.json' from root:root to runner:runner
2025-08-20T19:16:15.3557301Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePrivateNetworkWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:15.3558144Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/TriggerNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.3559005Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeAckOperator.json' from root:root to runner:runner
2025-08-20T19:16:15.3559917Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateHotIkDicts.json' from root:root to runner:runner
2025-08-20T19:16:15.3560763Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.3561596Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteLogstash.json' from root:root to runner:runner
2025-08-20T19:16:15.3562744Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePipelineManagementConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3563603Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateILMPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.3564483Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeDiagnoseReport.json' from root:root to runner:runner
2025-08-20T19:16:15.3565375Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RunPipelines.json' from root:root to runner:runner
2025-08-20T19:16:15.3566242Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateIndexTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3567178Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/EnableKibanaPvlNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.3568071Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InitializeOperationRole.json' from root:root to runner:runner
2025-08-20T19:16:15.3568907Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:15.3569751Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribePipeline.json' from root:root to runner:runner
2025-08-20T19:16:15.3570595Z [00:02:20.947]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteILMPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.3571428Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateAliwsDict.json' from root:root to runner:runner
2025-08-20T19:16:15.3572278Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.3573294Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RestartCollector.json' from root:root to runner:runner
2025-08-20T19:16:15.3574240Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpgradeEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.3575143Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeConnectableClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.3576016Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListApm.json' from root:root to runner:runner
2025-08-20T19:16:15.3576854Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StopPipelines.json' from root:root to runner:runner
2025-08-20T19:16:15.3577889Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAllNode.json' from root:root to runner:runner
2025-08-20T19:16:15.3578765Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UninstallPlugin.json' from root:root to runner:runner
2025-08-20T19:16:15.3579733Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DisableKibanaPvlNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.3580616Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListTags.json' from root:root to runner:runner
2025-08-20T19:16:15.3581476Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetOpenStoreUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.3582680Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallSystemPlugin.json' from root:root to runner:runner
2025-08-20T19:16:15.3583563Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/createInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3584421Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CloseManagedIndex.json' from root:root to runner:runner
2025-08-20T19:16:15.3585296Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetEmonGrafanaAlerts.json' from root:root to runner:runner
2025-08-20T19:16:15.3586115Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ShrinkNode.json' from root:root to runner:runner
2025-08-20T19:16:15.3586943Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDicts.json' from root:root to runner:runner
2025-08-20T19:16:15.3587933Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateLogstashChargeType.json' from root:root to runner:runner
2025-08-20T19:16:15.3588773Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeletePipelines.json' from root:root to runner:runner
2025-08-20T19:16:15.3589637Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteSnapshotRepo.json' from root:root to runner:runner
2025-08-20T19:16:15.3590526Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListLogstash.json' from root:root to runner:runner
2025-08-20T19:16:15.3591367Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3592214Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3593478Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeKibanaSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.3594401Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallKibanaSystemPlugin.json' from root:root to runner:runner
2025-08-20T19:16:15.3595775Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3597295Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/PostEmonTryAlarmRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3598941Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListSearchLog.json' from root:root to runner:runner
2025-08-20T19:16:15.3600546Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StopCollector.json' from root:root to runner:runner
2025-08-20T19:16:15.3602168Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeCollector.json' from root:root to runner:runner
2025-08-20T19:16:15.3603961Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateExtendfiles.json' from root:root to runner:runner
2025-08-20T19:16:15.3605551Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3606684Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CapacityPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.3607710Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateAdvancedSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.3608551Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListPipelineIds.json' from root:root to runner:runner
2025-08-20T19:16:15.3609531Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ValidateTransferableNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.3617950Z [00:02:20.948]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateAdminPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.3619008Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateILMPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.3619948Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateKibanaPvlNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.3620974Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateLogstash.json' from root:root to runner:runner
2025-08-20T19:16:15.3621915Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CloseDiagnosis.json' from root:root to runner:runner
2025-08-20T19:16:15.3623035Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListILMPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.3623942Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ResumeLogstashTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3624839Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateSnapshotSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.3625723Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateComponentIndex.json' from root:root to runner:runner
2025-08-20T19:16:15.3626577Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListVpcEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.3627493Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/EstimatedLogstashRestartTime.json' from root:root to runner:runner
2025-08-20T19:16:15.3628465Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ModifyDeployMachine.json' from root:root to runner:runner
2025-08-20T19:16:15.3629378Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/AddSnapshotRepo.json' from root:root to runner:runner
2025-08-20T19:16:15.3630224Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:15.3631103Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateReadWritePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.3631978Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListShardRecoveries.json' from root:root to runner:runner
2025-08-20T19:16:15.3633103Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateDict.json' from root:root to runner:runner
2025-08-20T19:16:15.3634013Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeSnapshotSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.3634955Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeactivateZones.json' from root:root to runner:runner
2025-08-20T19:16:15.3635820Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/MigrateToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:15.3636735Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.3637602Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDiagnoseIndices.json' from root:root to runner:runner
2025-08-20T19:16:15.3638522Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeElasticsearchHealth.json' from root:root to runner:runner
2025-08-20T19:16:15.3639397Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateKibanaWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:15.3640251Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.3641096Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateBlackIps.json' from root:root to runner:runner
2025-08-20T19:16:15.3641997Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteDataTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3643439Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeLogstash.json' from root:root to runner:runner
2025-08-20T19:16:15.3644287Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StopApm.json' from root:root to runner:runner
2025-08-20T19:16:15.3645154Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeILMPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.3646016Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDataStreams.json' from root:root to runner:runner
2025-08-20T19:16:15.3646924Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetClusterDataInformation.json' from root:root to runner:runner
2025-08-20T19:16:15.3647785Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListIndexTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.3648631Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateCollector.json' from root:root to runner:runner
2025-08-20T19:16:15.3649594Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.3655096Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/EstimatedRestartTime.json' from root:root to runner:runner
2025-08-20T19:16:15.3656248Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CancelTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3657176Z [00:02:20.949]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UninstallKibanaPlugin.json' from root:root to runner:runner
2025-08-20T19:16:15.3658099Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateXpackMonitorConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3658936Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListPlugins.json' from root:root to runner:runner
2025-08-20T19:16:15.3659824Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetSuggestShrinkableNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.3660815Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InterruptLogstashTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3661671Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RestartInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3662726Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ActivateZones.json' from root:root to runner:runner
2025-08-20T19:16:15.3663618Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetEmonGrafanaDashboards.json' from root:root to runner:runner
2025-08-20T19:16:15.3664479Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateIndexTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3665313Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CancelDeletion.json' from root:root to runner:runner
2025-08-20T19:16:15.3666173Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateSynonymsDicts.json' from root:root to runner:runner
2025-08-20T19:16:15.3667027Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateCollectorName.json' from root:root to runner:runner
2025-08-20T19:16:15.3667911Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.3668762Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RecommendTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.3669763Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDefaultCollectorConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:15.3670651Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateLogstashDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.3671460Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StartApm.json' from root:root to runner:runner
2025-08-20T19:16:15.3672284Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.3674056Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListEcsInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.3675626Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListLogstashPlugins.json' from root:root to runner:runner
2025-08-20T19:16:15.3677426Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ValidateSlrPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.3679294Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ModifyElastictask.json' from root:root to runner:runner
2025-08-20T19:16:15.3680955Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListKibanaPlugins.json' from root:root to runner:runner
2025-08-20T19:16:15.3682840Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetRegionConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.3684509Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListInstanceIndices.json' from root:root to runner:runner
2025-08-20T19:16:15.3686269Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAvailableEsInstanceIds.json' from root:root to runner:runner
2025-08-20T19:16:15.3687154Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetEmonMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:15.3688099Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DiagnoseInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3688981Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CancelLogstashDeletion.json' from root:root to runner:runner
2025-08-20T19:16:15.3689861Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CloseHttps.json' from root:root to runner:runner
2025-08-20T19:16:15.3690788Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallLogstashSystemPlugin.json' from root:root to runner:runner
2025-08-20T19:16:15.3691697Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeXpackMonitorConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3692846Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListLogstashLog.json' from root:root to runner:runner
2025-08-20T19:16:15.3693730Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallUserPlugins.json' from root:root to runner:runner
2025-08-20T19:16:15.3694571Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteCollector.json' from root:root to runner:runner
2025-08-20T19:16:15.3695554Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDeprecatedTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.3696460Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAlternativeSnapshotRepos.json' from root:root to runner:runner
2025-08-20T19:16:15.3697365Z [00:02:20.950]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RestartLogstash.json' from root:root to runner:runner
2025-08-20T19:16:15.3698196Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RenewLogstash.json' from root:root to runner:runner
2025-08-20T19:16:15.3699036Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePipelines.json' from root:root to runner:runner
2025-08-20T19:16:15.3699879Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetElastictask.json' from root:root to runner:runner
2025-08-20T19:16:15.3700710Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAckClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.3701582Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateLogstashSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.3702757Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribePipelineManagementConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3703722Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDataTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.3704555Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeApm.json' from root:root to runner:runner
2025-08-20T19:16:15.3705428Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeComponentIndex.json' from root:root to runner:runner
2025-08-20T19:16:15.3706308Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteConnectedCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.3707156Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateLogstash.json' from root:root to runner:runner
2025-08-20T19:16:15.3708008Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.3708901Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ModifyInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:15.3709794Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StartCollector.json' from root:root to runner:runner
2025-08-20T19:16:15.3710724Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteIndexTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3711565Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteDataStream.json' from root:root to runner:runner
2025-08-20T19:16:15.3712607Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3713455Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/OpenDiagnosis.json' from root:root to runner:runner
2025-08-20T19:16:15.3714348Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UninstallLogstashPlugin.json' from root:root to runner:runner
2025-08-20T19:16:15.3715214Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateInstanceSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.3716127Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListExtendfiles.json' from root:root to runner:runner
2025-08-20T19:16:15.3716955Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/TransferNode.json' from root:root to runner:runner
2025-08-20T19:16:15.3717847Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3718717Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/AddConnectableCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.3719467Z [00:02:20.951]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch' from root:root to runner:runner
2025-08-20T19:16:15.3720286Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ossadmin/OpenOssService.json' from root:root to runner:runner
2025-08-20T19:16:15.3721010Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ossadmin' from root:root to runner:runner
2025-08-20T19:16:15.3721799Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/StartExecution.json' from root:root to runner:runner
2025-08-20T19:16:15.3722817Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ListFlows.json' from root:root to runner:runner
2025-08-20T19:16:15.3723677Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ReportTaskSucceeded.json' from root:root to runner:runner
2025-08-20T19:16:15.3724549Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ListExecutions.json' from root:root to runner:runner
2025-08-20T19:16:15.3725328Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DescribeFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.3726107Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/UpdateFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.3726887Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ListSchedules.json' from root:root to runner:runner
2025-08-20T19:16:15.3727762Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/StartSyncExecution.json' from root:root to runner:runner
2025-08-20T19:16:15.3728564Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DescribeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.3729426Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DescribeExecution.json' from root:root to runner:runner
2025-08-20T19:16:15.3730224Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.3731010Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/StopExecution.json' from root:root to runner:runner
2025-08-20T19:16:15.3731824Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/GetExecutionHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.3732839Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/UpdateSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.3733648Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DeleteSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.3734457Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ReportTaskFailed.json' from root:root to runner:runner
2025-08-20T19:16:15.3735223Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/CreateFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.3736001Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DeleteFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.3736875Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/CreateSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.3737640Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf' from root:root to runner:runner
2025-08-20T19:16:15.3738421Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateRumApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3739373Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:15.3740242Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEventBridgeIntegration.json' from root:root to runner:runner
2025-08-20T19:16:15.3741104Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumDataForPage.json' from root:root to runner:runner
2025-08-20T19:16:15.3741929Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListSilencePolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.3743059Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ImportAppAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:15.3743973Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListNotificationPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.3744822Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/BlockAlarmNotification.json' from root:root to runner:runner
2025-08-20T19:16:15.3745686Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:15.3746613Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateEventBridgeIntegration.json' from root:root to runner:runner
2025-08-20T19:16:15.3747417Z [00:02:20.952]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeContacts.json' from root:root to runner:runner
2025-08-20T19:16:15.3748258Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddPrometheusInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3749077Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListDashboardsByName.json' from root:root to runner:runner
2025-08-20T19:16:15.3749996Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/RestartEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:15.3750834Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:15.3751703Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAppList.json' from root:root to runner:runner
2025-08-20T19:16:15.3752852Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumOcuStatisticData.json' from root:root to runner:runner
2025-08-20T19:16:15.3753823Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvServiceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.3754649Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SyncRecordingRules.json' from root:root to runner:runner
2025-08-20T19:16:15.3755552Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DelAuthToken.json' from root:root to runner:runner
2025-08-20T19:16:15.3756402Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeTraceLicenseKey.json' from root:root to runner:runner
2025-08-20T19:16:15.3757316Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3758144Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3758987Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateRumUploadFileUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.3759791Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateIntegration.json' from root:root to runner:runner
2025-08-20T19:16:15.3760610Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:15.3761413Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateRetcodeApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3762196Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/StopAlert.json' from root:root to runner:runner
2025-08-20T19:16:15.3763363Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3764295Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAppApiByPage.json' from root:root to runner:runner
2025-08-20T19:16:15.3765095Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteScenario.json' from root:root to runner:runner
2025-08-20T19:16:15.3765942Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.3766785Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.3767593Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:15.3768434Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3769354Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ChangeAlarmSeverity.json' from root:root to runner:runner
2025-08-20T19:16:15.3770149Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateRumApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3771035Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvCustomJob.json' from root:root to runner:runner
2025-08-20T19:16:15.3771855Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/OpenXtraceDefaultSLR.json' from root:root to runner:runner
2025-08-20T19:16:15.3772898Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAppJVMConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3773783Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeContactGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.3774610Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListSyntheticDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.3775442Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:15.3776258Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryAppMetadata.json' from root:root to runner:runner
2025-08-20T19:16:15.3777184Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddAliClusterIdsToPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:15.3778123Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3778957Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetCloudClusterAllUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.3779936Z [00:02:20.953]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddPrometheusGlobalViewByAliClusterIds.json' from root:root to runner:runner
2025-08-20T19:16:15.3780788Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreatePrometheusAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3781612Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeAddonRelease.json' from root:root to runner:runner
2025-08-20T19:16:15.3782671Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3783506Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvPodMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.3784337Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:15.3785257Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeletePrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:15.3786097Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3786950Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvDropMetricsRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3787786Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/StartTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3788610Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3789436Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetIntegrationState.json' from root:root to runner:runner
2025-08-20T19:16:15.3790285Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:15.3791136Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentDashboards.json' from root:root to runner:runner
2025-08-20T19:16:15.3791971Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ClaimAlarm.json' from root:root to runner:runner
2025-08-20T19:16:15.3792996Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreatePrometheusInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3793811Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListInsightsEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.3794608Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteContact.json' from root:root to runner:runner
2025-08-20T19:16:15.3795479Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateSilencePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.3796388Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InstallManagedPrometheus.json' from root:root to runner:runner
2025-08-20T19:16:15.3797221Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CheckCommercialStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.3798090Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAddonRelease.json' from root:root to runner:runner
2025-08-20T19:16:15.3798917Z [00:02:20.954]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRetcodeShareUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.3799809Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateNotificationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.3800649Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryPromInstallStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.3801543Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusMonitoringStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.3802350Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRetcodeLogstore.json' from root:root to runner:runner
2025-08-20T19:16:15.3803417Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListActivatedAlerts.json' from root:root to runner:runner
2025-08-20T19:16:15.3804249Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3805164Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetCommercialStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.3805978Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:15.3806817Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ConfigApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3807637Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateEnvCustomJob.json' from root:root to runner:runner
2025-08-20T19:16:15.3808504Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentKubeResources.json' from root:root to runner:runner
2025-08-20T19:16:15.3809316Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeIMRobots.json' from root:root to runner:runner
2025-08-20T19:16:15.3810199Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusApiToken.json' from root:root to runner:runner
2025-08-20T19:16:15.3811022Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3811934Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEventBridgeIntegrations.json' from root:root to runner:runner
2025-08-20T19:16:15.3812959Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteCmsExporter.json' from root:root to runner:runner
2025-08-20T19:16:15.3813777Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateWebhook.json' from root:root to runner:runner
2025-08-20T19:16:15.3814581Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryAppTopology.json' from root:root to runner:runner
2025-08-20T19:16:15.3815429Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEscalationPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.3816207Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CloseAlarm.json' from root:root to runner:runner
2025-08-20T19:16:15.3817068Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3817885Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:15.3818811Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSyntheticTaskDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.3819602Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateWebhook.json' from root:root to runner:runner
2025-08-20T19:16:15.3820484Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSyntheticMonitors.json' from root:root to runner:runner
2025-08-20T19:16:15.3821292Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumUploadFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.3822185Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3823141Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateIMRobot.json' from root:root to runner:runner
2025-08-20T19:16:15.3824064Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRetcodeDataByQuery.json' from root:root to runner:runner
2025-08-20T19:16:15.3824922Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:15.3825782Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SwitchSyntheticTaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.3826668Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAuthToken.json' from root:root to runner:runner
2025-08-20T19:16:15.3828131Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteRumApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3828991Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvPodMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.3829830Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteGrafanaResource.json' from root:root to runner:runner
2025-08-20T19:16:15.3830667Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3831539Z [00:02:20.955]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentMetricTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.3832362Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListOnCallSchedules.json' from root:root to runner:runner
2025-08-20T19:16:15.3833474Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateWebhookContact.json' from root:root to runner:runner
2025-08-20T19:16:15.3834324Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSyntheticTaskMonitors.json' from root:root to runner:runner
2025-08-20T19:16:15.3835198Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvCustomJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.3836012Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetTraceAppConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3836872Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:15.3837666Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetExploreUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.3838508Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/OpenVCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.3839307Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InitEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:15.3840112Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3840914Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:15.3841688Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetStack.json' from root:root to runner:runner
2025-08-20T19:16:15.3842711Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeletePrometheusAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3843692Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListTimingSyntheticTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.3844523Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddTagToFlinkCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.3845288Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/Upload.json' from root:root to runner:runner
2025-08-20T19:16:15.3846078Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListScenario.json' from root:root to runner:runner
2025-08-20T19:16:15.3846982Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/OpenArmsDefaultSLR.json' from root:root to runner:runner
2025-08-20T19:16:15.3847792Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListAddonReleases.json' from root:root to runner:runner
2025-08-20T19:16:15.3848655Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateMetricDrop.json' from root:root to runner:runner
2025-08-20T19:16:15.3849443Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteIMRobot.json' from root:root to runner:runner
2025-08-20T19:16:15.3850344Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3851190Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteNotificationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.3852087Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvServiceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.3853262Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusInstanceByTagAndResourceGroupId.json' from root:root to runner:runner
2025-08-20T19:16:15.3854113Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SetRetcodeShareStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.3854932Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3856380Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UninstallManagedPrometheus.json' from root:root to runner:runner
2025-08-20T19:16:15.3857172Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListAddons.json' from root:root to runner:runner
2025-08-20T19:16:15.3858146Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvCustomJob.json' from root:root to runner:runner
2025-08-20T19:16:15.3859201Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusAlertTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.3860206Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:15.3861211Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAgentDownloadUrlV2.json' from root:root to runner:runner
2025-08-20T19:16:15.3862289Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateGrafanaWorkspaceVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.3863567Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetManagedPrometheusStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.3864483Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListClusterFromGrafana.json' from root:root to runner:runner
2025-08-20T19:16:15.3865427Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryCommercialUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.3866414Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteSilencePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.3867302Z [00:02:20.956]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SaveTraceAppConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.3868162Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreatePrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:15.3869003Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:15.3869838Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CheckServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.3870667Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DoInsightsAction.json' from root:root to runner:runner
2025-08-20T19:16:15.3871472Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryMetricByPage.json' from root:root to runner:runner
2025-08-20T19:16:15.3872303Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateContact.json' from root:root to runner:runner
2025-08-20T19:16:15.3873246Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchTraceAppByPage.json' from root:root to runner:runner
2025-08-20T19:16:15.3874082Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchAlertHistories.json' from root:root to runner:runner
2025-08-20T19:16:15.3874882Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSourceMapInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.3875701Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3876585Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryReleaseMetric.json' from root:root to runner:runner
2025-08-20T19:16:15.3877495Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRetcodeAppByPid.json' from root:root to runner:runner
2025-08-20T19:16:15.3878322Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentAddons.json' from root:root to runner:runner
2025-08-20T19:16:15.3879139Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetTrace.json' from root:root to runner:runner
2025-08-20T19:16:15.3879975Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvPodMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.3880829Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddIntegration.json' from root:root to runner:runner
2025-08-20T19:16:15.3881660Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.3882597Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvCustomJob.json' from root:root to runner:runner
2025-08-20T19:16:15.3883543Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:15.3884377Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeAddonMetrics.json' from root:root to runner:runner
2025-08-20T19:16:15.3885160Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchTraces.json' from root:root to runner:runner
2025-08-20T19:16:15.3886017Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InstallEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:15.3886855Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:15.3887781Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AppendInstancesToPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:15.3888615Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeWebhookContacts.json' from root:root to runner:runner
2025-08-20T19:16:15.3889526Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateRumFileStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.3890360Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvServiceMonitors.json' from root:root to runner:runner
2025-08-20T19:16:15.3891201Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListAlerts.json' from root:root to runner:runner
2025-08-20T19:16:15.3892014Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:15.3893128Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteRumUploadFile.json' from root:root to runner:runner
2025-08-20T19:16:15.3893993Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteIntegrations.json' from root:root to runner:runner
2025-08-20T19:16:15.3894918Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeletePrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:15.3896253Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListTraceApps.json' from root:root to runner:runner
2025-08-20T19:16:15.3897302Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentFeatures.json' from root:root to runner:runner
2025-08-20T19:16:15.3898094Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InstallAddon.json' from root:root to runner:runner
2025-08-20T19:16:15.3898953Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvDropMetricsRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3899795Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddPrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:15.3900663Z [00:02:20.957]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpgradeEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:15.3901439Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.3902291Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:15.3903218Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ApplyScenario.json' from root:root to runner:runner
2025-08-20T19:16:15.3904119Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetTraceApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3904953Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvPodMonitors.json' from root:root to runner:runner
2025-08-20T19:16:15.3905839Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpgradeAddonRelease.json' from root:root to runner:runner
2025-08-20T19:16:15.3906679Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.3907661Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribePrometheusAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3908536Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:15.3909401Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRecordingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3910236Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSyntheticTaskList.json' from root:root to runner:runner
2025-08-20T19:16:15.3911053Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SendTTSVerifyLink.json' from root:root to runner:runner
2025-08-20T19:16:15.3911915Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:15.3912848Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumApps.json' from root:root to runner:runner
2025-08-20T19:16:15.3913646Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListAlertEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.3914461Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetMultipleTrace.json' from root:root to runner:runner
2025-08-20T19:16:15.3915268Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddRecordingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3916133Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/OpenArmsServiceSecondVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.3916933Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListRetcodeApps.json' from root:root to runner:runner
2025-08-20T19:16:15.3917837Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/StopTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3918693Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeletePrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:15.3919556Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListCmsInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.3920373Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateEnvPodMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.3921245Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchTracesByPage.json' from root:root to runner:runner
2025-08-20T19:16:15.3922043Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetClusterAllUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.3923147Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteRetcodeApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3924070Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/BindPrometheusGrafanaInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.3924900Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3925700Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironments.json' from root:root to runner:runner
2025-08-20T19:16:15.3926538Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumExceptionStack.json' from root:root to runner:runner
2025-08-20T19:16:15.3927348Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateIntegration.json' from root:root to runner:runner
2025-08-20T19:16:15.3928175Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:15.3928995Z [00:02:20.958]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteWebhookContact.json' from root:root to runner:runner
2025-08-20T19:16:15.3929832Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchRetcodeAppByPage.json' from root:root to runner:runner
2025-08-20T19:16:15.3930623Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:15.3931489Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteSourceMap.json' from root:root to runner:runner
2025-08-20T19:16:15.3932304Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InstallCmsExporter.json' from root:root to runner:runner
2025-08-20T19:16:15.3933440Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:15.3934234Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/EnableMetric.json' from root:root to runner:runner
2025-08-20T19:16:15.3935238Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/RemoveSourcesFromPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:15.3936117Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3936902Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddGrafana.json' from root:root to runner:runner
2025-08-20T19:16:15.3937698Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListIntegration.json' from root:root to runner:runner
2025-08-20T19:16:15.3938533Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UninstallPromCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.3939335Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3940185Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3940978Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.3941783Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:15.3942743Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvServiceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.3943591Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:15.3944385Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListDashboards.json' from root:root to runner:runner
2025-08-20T19:16:15.3945261Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:15.3946153Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateEnvServiceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.3947005Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:15.3947812Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteIntegration.json' from root:root to runner:runner
2025-08-20T19:16:15.3948724Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:15.3949593Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAgentDownloadUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.3950393Z [00:02:20.959]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteTraceApp.json' from root:root to runner:runner
2025-08-20T19:16:15.3951216Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchTraceAppByName.json' from root:root to runner:runner
2025-08-20T19:16:15.3952030Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:15.3952990Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetOnCallSchedulesDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.3953837Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:15.3954621Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/StartAlert.json' from root:root to runner:runner
2025-08-20T19:16:15.3955460Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:15.3956306Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:15.3957016Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms' from root:root to runner:runner
2025-08-20T19:16:15.3957810Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ModifyMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.3958680Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SingleSendMail.json' from root:root to runner:runner
2025-08-20T19:16:15.3959534Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryTagByParam.json' from root:root to runner:runner
2025-08-20T19:16:15.3960300Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteTag.json' from root:root to runner:runner
2025-08-20T19:16:15.3961107Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryReceiverDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.3961939Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/AddIpfilter.json' from root:root to runner:runner
2025-08-20T19:16:15.3962942Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/BatchSendMail.json' from root:root to runner:runner
2025-08-20T19:16:15.3963856Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateUserSuppression.json' from root:root to runner:runner
2025-08-20T19:16:15.3965173Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ModifyTag.json' from root:root to runner:runner
2025-08-20T19:16:15.3966126Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteReceiver.json' from root:root to runner:runner
2025-08-20T19:16:15.3966958Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteReceiverDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.3967731Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.3968627Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SenderStatisticsByTagNameAndBatchID.json' from root:root to runner:runner
2025-08-20T19:16:15.3969447Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryInvalidAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.3970273Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryMailAddressByParam.json' from root:root to runner:runner
2025-08-20T19:16:15.3971132Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpChangeWarmupType.json' from root:root to runner:runner
2025-08-20T19:16:15.3971912Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateReceiver.json' from root:root to runner:runner
2025-08-20T19:16:15.3973111Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SenderStatisticsDetailByParam.json' from root:root to runner:runner
2025-08-20T19:16:15.3973889Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateTag.json' from root:root to runner:runner
2025-08-20T19:16:15.3974796Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteInvalidAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.3975606Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryReceiverByParam.json' from root:root to runner:runner
2025-08-20T19:16:15.3976495Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ApproveReplyMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.3977254Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:15.3978125Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpPoolList.json' from root:root to runner:runner
2025-08-20T19:16:15.3978919Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpList.json' from root:root to runner:runner
2025-08-20T19:16:15.3979697Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetTrackList.json' from root:root to runner:runner
2025-08-20T19:16:15.3980464Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DescDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.3981240Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.3982042Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.3982964Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ListBlockSending.json' from root:root to runner:runner
2025-08-20T19:16:15.3983773Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SaveReceiverDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.3984555Z [00:02:20.960]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.3985376Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpPoolCreate.json' from root:root to runner:runner
2025-08-20T19:16:15.3986336Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ListUserSuppression.json' from root:root to runner:runner
2025-08-20T19:16:15.3987146Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryDomainByParam.json' from root:root to runner:runner
2025-08-20T19:16:15.3988028Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteIpfilterByEdmId.json' from root:root to runner:runner
2025-08-20T19:16:15.3988865Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ModifyPWByDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.3989720Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.3990543Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpPoolUpdate.json' from root:root to runner:runner
2025-08-20T19:16:15.3991369Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CheckDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.3992159Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/UnblockSending.json' from root:root to runner:runner
2025-08-20T19:16:15.3993077Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SendTestByTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.3993901Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/RemoveUserSuppression.json' from root:root to runner:runner
2025-08-20T19:16:15.3994733Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpPoolDelete.json' from root:root to runner:runner
2025-08-20T19:16:15.3995528Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DescAccountSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.3996340Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/UpdateIpProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.3997121Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetIpfilterList.json' from root:root to runner:runner
2025-08-20T19:16:15.3997920Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetIpProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.3998746Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpNonePoolList.json' from root:root to runner:runner
2025-08-20T19:16:15.3999793Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetTrackListByMailFromAndTagName.json' from root:root to runner:runner
2025-08-20T19:16:15.4000631Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpAutoRenewal.json' from root:root to runner:runner
2025-08-20T19:16:15.4001518Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CheckReplyToMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.4002315Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryTaskByParam.json' from root:root to runner:runner
2025-08-20T19:16:15.4003310Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm' from root:root to runner:runner
2025-08-20T19:16:15.4004119Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/UpgradeTwoWay.json' from root:root to runner:runner
2025-08-20T19:16:15.4004979Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ShieldPrecheck.json' from root:root to runner:runner
2025-08-20T19:16:15.4005762Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StopDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.4006663Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateDedicatedClusterMonitorRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4007500Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4008346Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.4009191Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteSubscriptionInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4010045Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureMigrationJobAlert.json' from root:root to runner:runner
2025-08-20T19:16:15.4010905Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSubscriptionInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4011732Z [00:02:20.961]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4012802Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.4013888Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMigrationJobAlert.json' from root:root to runner:runner
2025-08-20T19:16:15.4014724Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobName.json' from root:root to runner:runner
2025-08-20T19:16:15.4015699Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribePreCheckCreateGadOrderResult.json' from root:root to runner:runner
2025-08-20T19:16:15.4016530Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribePreCheckStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.4017454Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeClusterUsedUtilization.json' from root:root to runner:runner
2025-08-20T19:16:15.4018334Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StopDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.4019156Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeEtlJobLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.4019977Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/PreCheckCreateGadOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.4020931Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationObjectModifyStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.4021804Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeInitializationStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.4022757Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4023731Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobReplicatorCompare.json' from root:root to runner:runner
2025-08-20T19:16:15.4024548Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeCheckJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.4025370Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4026177Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateDocParserJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4026969Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SuspendDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4027865Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4028761Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeConsumerChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.4030170Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDedicatedClusterMonitorRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4031442Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4033026Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDTSIP.json' from root:root to runner:runner
2025-08-20T19:16:15.4034663Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDocParserJobResult.json' from root:root to runner:runner
2025-08-20T19:16:15.4036208Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SwitchPhysicalDtsJobToCloud.json' from root:root to runner:runner
2025-08-20T19:16:15.4037649Z [00:02:20.962]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4039058Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4040535Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeFullProcessList.json' from root:root to runner:runner
2025-08-20T19:16:15.4042028Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartSubscriptionInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4043639Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateDtsInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4045254Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSubscriptionInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.4046769Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMetricList.json' from root:root to runner:runner
2025-08-20T19:16:15.4048399Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.4049447Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateSubscriptionInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4050410Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSynchronizationJobReplicatorCompare.json' from root:root to runner:runner
2025-08-20T19:16:15.4051274Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SuspendSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4052183Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobStatusList.json' from root:root to runner:runner
2025-08-20T19:16:15.4053395Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyConsumerGroupPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.4054270Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ListDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.4055188Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyConsumptionTimestamp.json' from root:root to runner:runner
2025-08-20T19:16:15.4056053Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.4056866Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeTagValues.json' from root:root to runner:runner
2025-08-20T19:16:15.4057668Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4058467Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4059240Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ResetDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4060079Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeJobMonitorRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4060866Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.4061774Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeConnectionStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.4062757Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifySubscription.json' from root:root to runner:runner
2025-08-20T19:16:15.4063708Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDataCheckReportUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.4064520Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SkipFullJobTable.json' from root:root to runner:runner
2025-08-20T19:16:15.4065370Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ResetSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4066219Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeClusterOperateLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.4067151Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMigrationJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.4068114Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDataCheckTableDiffDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.4068990Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDataCheckTableDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.4069823Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/TransferPayType.json' from root:root to runner:runner
2025-08-20T19:16:15.4070719Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSynchronizationJobAlert.json' from root:root to runner:runner
2025-08-20T19:16:15.4071610Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSubscriptionInstanceAlert.json' from root:root to runner:runner
2025-08-20T19:16:15.4072607Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSubscription.json' from root:root to runner:runner
2025-08-20T19:16:15.4073428Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/InitDtsRdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4074246Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.4075150Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyConsumerChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.4075991Z [00:02:20.963]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifySubscriptionObject.json' from root:root to runner:runner
2025-08-20T19:16:15.4076846Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDocParserJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.4077744Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4078609Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifySynchronizationObject.json' from root:root to runner:runner
2025-08-20T19:16:15.4079391Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.4080212Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SuspendMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4081071Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SummaryJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.4081950Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartReverseWriter.json' from root:root to runner:runner
2025-08-20T19:16:15.4083042Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSubscriptionMeta.json' from root:root to runner:runner
2025-08-20T19:16:15.4083851Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4084689Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/TransferInstanceClass.json' from root:root to runner:runner
2025-08-20T19:16:15.4085472Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4086302Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.4087156Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4088060Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSubscriptionInstanceAlert.json' from root:root to runner:runner
2025-08-20T19:16:15.4088954Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4089761Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4090588Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteConsumerChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.4091473Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateConsumerChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.4092310Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.4093398Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.4094225Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4095126Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4096030Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.4096843Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StopMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4097659Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobDuLimit.json' from root:root to runner:runner
2025-08-20T19:16:15.4098446Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/WhiteIpList.json' from root:root to runner:runner
2025-08-20T19:16:15.4099329Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSubscriptionInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4100115Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4100981Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConvertInstanceResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4101864Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDynamicConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4103000Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SwitchSynchronizationEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.4103874Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeEndpointSwitchStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.4104736Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMigrationJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.4105561Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDtsServiceLog.json' from root:root to runner:runner
2025-08-20T19:16:15.4106399Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyGadInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:15.4107192Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SuspendDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.4108040Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StopDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4108873Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMigrationJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.4109752Z [00:02:20.964]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDtsJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.4110581Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeGadInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4111361Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SkipPreCheck.json' from root:root to runner:runner
2025-08-20T19:16:15.4112212Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DetachGadInstanceDbMember.json' from root:root to runner:runner
2025-08-20T19:16:15.4113267Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CountJobByCondition.json' from root:root to runner:runner
2025-08-20T19:16:15.4114093Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateJobMonitorRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4115004Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateReverseDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4115827Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4116796Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobAlert.json' from root:root to runner:runner
2025-08-20T19:16:15.4117656Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDtsEtlJobVersionInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.4118398Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts' from root:root to runner:runner
2025-08-20T19:16:15.4119423Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json' from root:root to runner:runner
2025-08-20T19:16:15.4120264Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/DeleteContactTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.4121146Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForModifyingDomainDns.json' from root:root to runner:runner
2025-08-20T19:16:15.4122152Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForSubmittingDomainNameCredential.json' from root:root to runner:runner
2025-08-20T19:16:15.4123200Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForUpdatingContactByTempateId.json' from root:root to runner:runner
2025-08-20T19:16:15.4124120Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryBatchTaskList.json' from root:root to runner:runner
2025-08-20T19:16:15.4124943Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryDomainList.json' from root:root to runner:runner
2025-08-20T19:16:15.4126011Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryBatchTaskDetailList.json' from root:root to runner:runner
2025-08-20T19:16:15.4127534Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForUpdatingContactByTemplateId.json' from root:root to runner:runner
2025-08-20T19:16:15.4128415Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryDomainBySaleId.json' from root:root to runner:runner
2025-08-20T19:16:15.4129257Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryFailReasonList.json' from root:root to runner:runner
2025-08-20T19:16:15.4130161Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryContact.json' from root:root to runner:runner
2025-08-20T19:16:15.4131015Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/CheckDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.4131900Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveContactTemplateCredential.json' from root:root to runner:runner
2025-08-20T19:16:15.4132953Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/WhoisProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.4133812Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveContactTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.4134657Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryContactTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.4135369Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain' from root:root to runner:runner
2025-08-20T19:16:15.4136181Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/RetryMmsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4137111Z [00:02:20.965]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListJobSnapshotInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.4137985Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/StopMmsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4138874Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ApplyComputeQuotaPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.4139692Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4140574Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListStorageProjectsInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.4141373Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.4142223Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/QueryStorageMetric.json' from root:root to runner:runner
2025-08-20T19:16:15.4143131Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/KillJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.4144061Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/DeleteMmsDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.4144959Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListProjectUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.4145803Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateMmsDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.4146616Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListJobInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.4147498Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListStoragePartitionsInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.4148312Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsDbs.json' from root:root to runner:runner
2025-08-20T19:16:15.4149130Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdatePackage.json' from root:root to runner:runner
2025-08-20T19:16:15.4149965Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetQuotaSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.4150840Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/DeleteMmsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4151705Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetTableInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.4152732Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateQuotaSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.4153606Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetProject.json' from root:root to runner:runner
2025-08-20T19:16:15.4154473Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListStorageTablesInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.4155344Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetStorageAmountSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.4156185Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/QueryTunnelMetric.json' from root:root to runner:runner
2025-08-20T19:16:15.4157076Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsTask.json' from root:root to runner:runner
2025-08-20T19:16:15.4157879Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListQuotas.json' from root:root to runner:runner
2025-08-20T19:16:15.4158816Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/QueryTunnelMetricDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.4159611Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListRoles.json' from root:root to runner:runner
2025-08-20T19:16:15.4160432Z [00:02:20.966]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListPackages.json' from root:root to runner:runner
2025-08-20T19:16:15.4161239Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListProjects.json' from root:root to runner:runner
2025-08-20T19:16:15.4162179Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.4163130Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetJobResourceUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.4164032Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateQuotaPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.4164907Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetComputeQuotaSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.4165844Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetStorageSummaryCompared.json' from root:root to runner:runner
2025-08-20T19:16:15.4166718Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetComputeEffectivePlan.json' from root:root to runner:runner
2025-08-20T19:16:15.4167523Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.4168344Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsTables.json' from root:root to runner:runner
2025-08-20T19:16:15.4169220Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/SumStorageMetricsByDate.json' from root:root to runner:runner
2025-08-20T19:16:15.4170038Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetQuotaPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.4171027Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateProject.json' from root:root to runner:runner
2025-08-20T19:16:15.4171872Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetComputeQuotaPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.4172949Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.4173858Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListComputeMetricsByInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4174701Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateQuotaPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.4175613Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsAsyncTask.json' from root:root to runner:runner
2025-08-20T19:16:15.4176445Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetRunningJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.4177247Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsDb.json' from root:root to runner:runner
2025-08-20T19:16:15.4178129Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListQuotasPlans.json' from root:root to runner:runner
2025-08-20T19:16:15.4178995Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListTunnelQuotaTimer.json' from root:root to runner:runner
2025-08-20T19:16:15.4179853Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateComputeSubQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.4180672Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetRolePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4181502Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/DeleteQuotaPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.4182310Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.4183287Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateComputeQuotaPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.4184122Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsPartitions.json' from root:root to runner:runner
2025-08-20T19:16:15.4185062Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateTunnelQuotaTimer.json' from root:root to runner:runner
2025-08-20T19:16:15.4185963Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsDataSources.json' from root:root to runner:runner
2025-08-20T19:16:15.4186786Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetQuotaUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.4187629Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetTrustedProjects.json' from root:root to runner:runner
2025-08-20T19:16:15.4188444Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateMmsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4189349Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetRoleAclOnObject.json' from root:root to runner:runner
2025-08-20T19:16:15.4190165Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.4191050Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateComputeQuotaSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.4191913Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsTable.json' from root:root to runner:runner
2025-08-20T19:16:15.4193036Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateProjectDefaultQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.4193912Z [00:02:20.967]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetStorageSizeSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.4194723Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/StartMmsJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4196174Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateMmsFetchMetadataJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4197144Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetJobInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.4197978Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListUsersByRole.json' from root:root to runner:runner
2025-08-20T19:16:15.4198838Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsFetchMetadataJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4199758Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListFunctions.json' from root:root to runner:runner
2025-08-20T19:16:15.4200665Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListJobMetric.json' from root:root to runner:runner
2025-08-20T19:16:15.4201474Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4202304Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsTaskLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.4203238Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListTables.json' from root:root to runner:runner
2025-08-20T19:16:15.4204211Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateProjectBasicMeta.json' from root:root to runner:runner
2025-08-20T19:16:15.4205056Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateMmsDataSource.json' from root:root to runner:runner
2025-08-20T19:16:15.4205941Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsPartition.json' from root:root to runner:runner
2025-08-20T19:16:15.4206818Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateProjectIpWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.4207627Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateRole.json' from root:root to runner:runner
2025-08-20T19:16:15.4208429Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetRoleAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.4209249Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreatePackage.json' from root:root to runner:runner
2025-08-20T19:16:15.4210049Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/QueryQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.4210883Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateUsersToRole.json' from root:root to runner:runner
2025-08-20T19:16:15.4211743Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateComputeQuotaPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.4212898Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListComputeQuotaPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.4213768Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/DeleteComputeQuotaPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.4214601Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute' from root:root to runner:runner
2025-08-20T19:16:15.4215397Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateEntity.json' from root:root to runner:runner
2025-08-20T19:16:15.4216232Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DisableDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.4217038Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeDialog.json' from root:root to runner:runner
2025-08-20T19:16:15.4217908Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/TestDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.4218719Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateCoreWord.json' from root:root to runner:runner
2025-08-20T19:16:15.4219622Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/PublishDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.4220445Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DisableKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:15.4221263Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:15.4222089Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetBotSessionData.json' from root:root to runner:runner
2025-08-20T19:16:15.4223041Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotHotDsDatas.json' from root:root to runner:runner
2025-08-20T19:16:15.4223900Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotColdDsDatas.json' from root:root to runner:runner
2025-08-20T19:16:15.4224720Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.4225515Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteDialog.json' from root:root to runner:runner
2025-08-20T19:16:15.4226387Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeBot.json' from root:root to runner:runner
2025-08-20T19:16:15.4227168Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteBot.json' from root:root to runner:runner
2025-08-20T19:16:15.4228024Z [00:02:20.968]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryIntents.json' from root:root to runner:runner
2025-08-20T19:16:15.4228826Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetBotChatData.json' from root:root to runner:runner
2025-08-20T19:16:15.4229639Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateDialog.json' from root:root to runner:runner
2025-08-20T19:16:15.4230447Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryCoreWords.json' from root:root to runner:runner
2025-08-20T19:16:15.4231326Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.4232146Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:15.4233237Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/AddSynonym.json' from root:root to runner:runner
2025-08-20T19:16:15.4234066Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/Associate.json' from root:root to runner:runner
2025-08-20T19:16:15.4234870Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateEntity.json' from root:root to runner:runner
2025-08-20T19:16:15.4235660Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateBot.json' from root:root to runner:runner
2025-08-20T19:16:15.4236488Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeEntities.json' from root:root to runner:runner
2025-08-20T19:16:15.4237306Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryPerspectives.json' from root:root to runner:runner
2025-08-20T19:16:15.4238155Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribePerspective.json' from root:root to runner:runner
2025-08-20T19:16:15.4238947Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateIntent.json' from root:root to runner:runner
2025-08-20T19:16:15.4239862Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotColdKnowledges.json' from root:root to runner:runner
2025-08-20T19:16:15.4240667Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteCoreWord.json' from root:root to runner:runner
2025-08-20T19:16:15.4241586Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetBotKnowledgeStatData.json' from root:root to runner:runner
2025-08-20T19:16:15.4242518Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetBotDsStatData.json' from root:root to runner:runner
2025-08-20T19:16:15.4243359Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotChatHistorys.json' from root:root to runner:runner
2025-08-20T19:16:15.4244184Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdatePerspective.json' from root:root to runner:runner
2025-08-20T19:16:15.4245071Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/RemoveEntityMember.json' from root:root to runner:runner
2025-08-20T19:16:15.4245878Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateIntent.json' from root:root to runner:runner
2025-08-20T19:16:15.4246753Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:15.4247519Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/Chat.json' from root:root to runner:runner
2025-08-20T19:16:15.4248346Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryCategories.json' from root:root to runner:runner
2025-08-20T19:16:15.4249161Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/PublishKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:15.4249992Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.4250814Z [00:02:20.969]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetConversationList.json' from root:root to runner:runner
2025-08-20T19:16:15.4251634Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.4252676Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotDsDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.4253645Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListConversationLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.4254468Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateCoreWord.json' from root:root to runner:runner
2025-08-20T19:16:15.4255319Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryBots.json' from root:root to runner:runner
2025-08-20T19:16:15.4256127Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryEntities.json' from root:root to runner:runner
2025-08-20T19:16:15.4256943Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:15.4257774Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreatePerspective.json' from root:root to runner:runner
2025-08-20T19:16:15.4258657Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.4259540Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotReceptionDetailDatas.json' from root:root to runner:runner
2025-08-20T19:16:15.4260422Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeletePerspective.json' from root:root to runner:runner
2025-08-20T19:16:15.4261263Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ActivatePerspective.json' from root:root to runner:runner
2025-08-20T19:16:15.4262083Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeCoreWord.json' from root:root to runner:runner
2025-08-20T19:16:15.4263026Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteIntent.json' from root:root to runner:runner
2025-08-20T19:16:15.4263891Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotKnowledgeDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.4264677Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/Feedback.json' from root:root to runner:runner
2025-08-20T19:16:15.4266045Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeIntent.json' from root:root to runner:runner
2025-08-20T19:16:15.4266984Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.4267900Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteEntity.json' from root:root to runner:runner
2025-08-20T19:16:15.4268811Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotHotKnowledges.json' from root:root to runner:runner
2025-08-20T19:16:15.4269643Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QuerySystemEntities.json' from root:root to runner:runner
2025-08-20T19:16:15.4270444Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryDialogs.json' from root:root to runner:runner
2025-08-20T19:16:15.4271296Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/MoveKnowledgeCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.4272161Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/RemoveSynonym.json' from root:root to runner:runner
2025-08-20T19:16:15.4273255Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryKnowledges.json' from root:root to runner:runner
2025-08-20T19:16:15.4274069Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateDialog.json' from root:root to runner:runner
2025-08-20T19:16:15.4274973Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetAsyncResult.json' from root:root to runner:runner
2025-08-20T19:16:15.4275812Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/AppendEntityMember.json' from root:root to runner:runner
2025-08-20T19:16:15.4276536Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot' from root:root to runner:runner
2025-08-20T19:16:15.4277353Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListHBaseInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4278217Z [00:02:20.970]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:15.4278989Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/Grant.json' from root:root to runner:runner
2025-08-20T19:16:15.4279793Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:15.4280614Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteUserHdfsInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.4281521Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyBackupPlanConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4282523Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4283311Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/OpenBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.4284162Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupPlanConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4285049Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/EnableHBaseueBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.4285938Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeIpWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.4286791Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeDBInstanceUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.4287642Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/EvaluateMultiZoneResource.json' from root:root to runner:runner
2025-08-20T19:16:15.4288498Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/UpgradeMultiZoneCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.4289299Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/XpackRelateDB.json' from root:root to runner:runner
2025-08-20T19:16:15.4290110Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteHBaseHaDB.json' from root:root to runner:runner
2025-08-20T19:16:15.4290930Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4291740Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeNodeCount.json' from root:root to runner:runner
2025-08-20T19:16:15.4292842Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreSchemaDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.4293679Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifySecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.4294484Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.4295468Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyClusterDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.4296367Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupTables.json' from root:root to runner:runner
2025-08-20T19:16:15.4297170Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.4298021Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeDeletedInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4298879Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/PurgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4299807Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.4300651Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.4301466Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4302337Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CancelActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.4303293Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/AddUserHdfsInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.4304110Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyInstanceType.json' from root:root to runner:runner
2025-08-20T19:16:15.4304911Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/SwitchService.json' from root:root to runner:runner
2025-08-20T19:16:15.4305744Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.4306565Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.4307339Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListTags.json' from root:root to runner:runner
2025-08-20T19:16:15.4308178Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeColdStorageSize.json' from root:root to runner:runner
2025-08-20T19:16:15.4309064Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ConvertInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4309992Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/EnableHBaseueModule.json' from root:root to runner:runner
2025-08-20T19:16:15.4310835Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CheckComponentsVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.4311777Z [00:02:20.971]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteHBaseSlbServer.json' from root:root to runner:runner
2025-08-20T19:16:15.4312765Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.4313668Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/Revoke.json' from root:root to runner:runner
2025-08-20T19:16:15.4314507Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/UpgradeMinorVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.4315378Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ReleasePublicNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.4316180Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4317002Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4317851Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeServerlessCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.4318709Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeClusterConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.4319543Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.4320359Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/SwitchHbaseHaSlb.json' from root:root to runner:runner
2025-08-20T19:16:15.4321238Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyMultiZoneClusterNodeType.json' from root:root to runner:runner
2025-08-20T19:16:15.4322113Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateHbaseHaSlb.json' from root:root to runner:runner
2025-08-20T19:16:15.4323097Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/AllocatePublicNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.4324031Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteMultiZoneCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.4324851Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeSubDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.4325816Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeMultiZoneAvailableRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.4326697Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteGlobalResource.json' from root:root to runner:runner
2025-08-20T19:16:15.4327601Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteServerlessCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.4328427Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/GetMultimodeCmsUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.4329319Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeMultiZoneClusterDiskSize.json' from root:root to runner:runner
2025-08-20T19:16:15.4330126Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.4331021Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeMultiZoneClusterNodeCount.json' from root:root to runner:runner
2025-08-20T19:16:15.4331845Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateGlobalResource.json' from root:root to runner:runner
2025-08-20T19:16:15.4332900Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateServerlessCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.4333783Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyInstanceServiceConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4334637Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeMultiZoneCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.4335479Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.4336954Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/QueryHBaseHaDB.json' from root:root to runner:runner
2025-08-20T19:16:15.4337977Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/RestartInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4338810Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4339668Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreIncrDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.4340566Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeColdStorage.json' from root:root to runner:runner
2025-08-20T19:16:15.4341426Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4342220Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4343184Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateMultiZoneCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.4344105Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeMultiZoneAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:15.4344954Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeDiskWarningLine.json' from root:root to runner:runner
2025-08-20T19:16:15.4345857Z [00:02:20.972]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListInstanceServiceConfigHistories.json' from root:root to runner:runner
2025-08-20T19:16:15.4346679Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4347505Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeInstanceType.json' from root:root to runner:runner
2025-08-20T19:16:15.4348306Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CloseBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.4349203Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListInstanceServiceConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:15.4350040Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.4350941Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateHBaseSlbServer.json' from root:root to runner:runner
2025-08-20T19:16:15.4351819Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.4352873Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyDiskWarningLine.json' from root:root to runner:runner
2025-08-20T19:16:15.4353684Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeDiskSize.json' from root:root to runner:runner
2025-08-20T19:16:15.4354589Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyIpWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.4355513Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreFullDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.4356378Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.4357236Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:15.4358117Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRecoverableTimeRange.json' from root:root to runner:runner
2025-08-20T19:16:15.4358955Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:15.4359768Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/QueryXpackRelateDB.json' from root:root to runner:runner
2025-08-20T19:16:15.4360584Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4361470Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeActiveOperationTaskType.json' from root:root to runner:runner
2025-08-20T19:16:15.4362294Z [00:02:20.973]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateRestorePlan.json' from root:root to runner:runner
2025-08-20T19:16:15.4363213Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteHbaseHaSlb.json' from root:root to runner:runner
2025-08-20T19:16:15.4364102Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateBackupPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.4364947Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyUIAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.4365823Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/RelateDbForHBaseHa.json' from root:root to runner:runner
2025-08-20T19:16:15.4366658Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreTables.json' from root:root to runner:runner
2025-08-20T19:16:15.4367427Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase' from root:root to runner:runner
2025-08-20T19:16:15.4368275Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySplitItemBill.json' from root:root to runner:runner
2025-08-20T19:16:15.4369205Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySavingsPlansInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4370089Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetResellerUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.4371012Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSavingsPlansUsageDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.4371840Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCashCoupons.json' from root:root to runner:runner
2025-08-20T19:16:15.4372912Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryInstanceByTag.json' from root:root to runner:runner
2025-08-20T19:16:15.4373777Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryInstanceGaapCost.json' from root:root to runner:runner
2025-08-20T19:16:15.4374675Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryInvoicingCustomerList.json' from root:root to runner:runner
2025-08-20T19:16:15.4375519Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetAllExpirationDay.json' from root:root to runner:runner
2025-08-20T19:16:15.4376351Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCostUnit.json' from root:root to runner:runner
2025-08-20T19:16:15.4377198Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/AddAccountRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.4378120Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryRelationList.json' from root:root to runner:runner
2025-08-20T19:16:15.4378949Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateCostUnit.json' from root:root to runner:runner
2025-08-20T19:16:15.4379874Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCostUnitResource.json' from root:root to runner:runner
2025-08-20T19:16:15.4380702Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ReleaseInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4381620Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ModifyAccountRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.4382689Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourceUsageTotal.json' from root:root to runner:runner
2025-08-20T19:16:15.4383583Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/InquiryPriceRefundInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4384475Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryResourcePackageInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4385348Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAvailableInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4386362Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json' from root:root to runner:runner
2025-08-20T19:16:15.4387217Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryPriceEntityList.json' from root:root to runner:runner
2025-08-20T19:16:15.4388062Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetPayAsYouGoPrice.json' from root:root to runner:runner
2025-08-20T19:16:15.4388895Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryProductList.json' from root:root to runner:runner
2025-08-20T19:16:15.4390022Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourceCoverageTotal.json' from root:root to runner:runner
2025-08-20T19:16:15.4391385Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeInstanceBill.json' from root:root to runner:runner
2025-08-20T19:16:15.4393361Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateSavingsPlansInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4394903Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSavingsPlansUsageTotal.json' from root:root to runner:runner
2025-08-20T19:16:15.4396548Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetCustomerAccountInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.4398164Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSavingsPlansCoverageDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.4399894Z [00:02:20.974]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryPermissionList.json' from root:root to runner:runner
2025-08-20T19:16:15.4401566Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryBill.json' from root:root to runner:runner
2025-08-20T19:16:15.4403383Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryResellerUserAlarmThreshold.json' from root:root to runner:runner
2025-08-20T19:16:15.4404971Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetResellerUserAlarmThreshold.json' from root:root to runner:runner
2025-08-20T19:16:15.4406604Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SubscribeBillToOSS.json' from root:root to runner:runner
2025-08-20T19:16:15.4408488Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json' from root:root to runner:runner
2025-08-20T19:16:15.4410142Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetResourcePackagePrice.json' from root:root to runner:runner
2025-08-20T19:16:15.4411768Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSplitItemBill.json' from root:root to runner:runner
2025-08-20T19:16:15.4413625Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateResellerUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.4415214Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4416775Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ModifyCostUnit.json' from root:root to runner:runner
2025-08-20T19:16:15.4418473Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RenewChangeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4420410Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryResellerAvailableQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.4422280Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeCostBudgetsSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.4424125Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCommodityList.json' from root:root to runner:runner
2025-08-20T19:16:15.4425938Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAccountBalance.json' from root:root to runner:runner
2025-08-20T19:16:15.4427565Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.4429455Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSavingsPlansCoverageTotal.json' from root:root to runner:runner
2025-08-20T19:16:15.4431152Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:15.4433064Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RelieveAccountRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.4434270Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryBillOverview.json' from root:root to runner:runner
2025-08-20T19:16:15.4435151Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DeleteCostUnit.json' from root:root to runner:runner
2025-08-20T19:16:15.4436435Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySavingsPlansDeductLog.json' from root:root to runner:runner
2025-08-20T19:16:15.4438111Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ConvertChargeType.json' from root:root to runner:runner
2025-08-20T19:16:15.4439804Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4441373Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetRenewal.json' from root:root to runner:runner
2025-08-20T19:16:15.4443257Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryFinancialAccountInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.4445118Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ConfirmRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.4446931Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourcePackageProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.4448548Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryBillToOSSSubscription.json' from root:root to runner:runner
2025-08-20T19:16:15.4450146Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/UnsubscribeBillToOSS.json' from root:root to runner:runner
2025-08-20T19:16:15.4451838Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryUserOmsData.json' from root:root to runner:runner
2025-08-20T19:16:15.4453734Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryRedeem.json' from root:root to runner:runner
2025-08-20T19:16:15.4455347Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ApplyInvoice.json' from root:root to runner:runner
2025-08-20T19:16:15.4456924Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4458513Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySettleBill.json' from root:root to runner:runner
2025-08-20T19:16:15.4460184Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetSubscriptionPrice.json' from root:root to runner:runner
2025-08-20T19:16:15.4461907Z [00:02:20.975]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourceUsageDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.4463602Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4465254Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySavingsPlansDiscount.json' from root:root to runner:runner
2025-08-20T19:16:15.4466841Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetCustomerList.json' from root:root to runner:runner
2025-08-20T19:16:15.4468528Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCustomerAddressList.json' from root:root to runner:runner
2025-08-20T19:16:15.4470171Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetResellerUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.4472044Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/AllocateCostUnitResource.json' from root:root to runner:runner
2025-08-20T19:16:15.4474018Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryOrders.json' from root:root to runner:runner
2025-08-20T19:16:15.4475917Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json' from root:root to runner:runner
2025-08-20T19:16:15.4477629Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RefundInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4479338Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAccountTransactions.json' from root:root to runner:runner
2025-08-20T19:16:15.4481152Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribePricingModule.json' from root:root to runner:runner
2025-08-20T19:16:15.4483163Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryDPUtilizationDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.4484801Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateAgAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.4486496Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryRIUtilizationDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.4488209Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ChangeResellerConsumeAmount.json' from root:root to runner:runner
2025-08-20T19:16:15.4489955Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAccountTransactionDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.4491650Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RenewResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:15.4493498Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryPrepaidCards.json' from root:root to runner:runner
2025-08-20T19:16:15.4495175Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/UpgradeResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:15.4496803Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryInstanceBill.json' from root:root to runner:runner
2025-08-20T19:16:15.4498610Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ModifyInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4500332Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CancelOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.4501900Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAccountBill.json' from root:root to runner:runner
2025-08-20T19:16:15.4503791Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourceCoverageDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.4504854Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryEvaluateList.json' from root:root to runner:runner
2025-08-20T19:16:15.4505811Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetAccountRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.4506851Z [00:02:20.976]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json' from root:root to runner:runner
2025-08-20T19:16:15.4507881Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySkuPriceList.json' from root:root to runner:runner
2025-08-20T19:16:15.4508632Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi' from root:root to runner:runner
2025-08-20T19:16:15.4509496Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorLog.json' from root:root to runner:runner
2025-08-20T19:16:15.4510367Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHybridMonitorNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.4511248Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.4512092Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeTagKeyList.json' from root:root to runner:runner
2025-08-20T19:16:15.4513605Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/BatchCreateInstantSiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.4514719Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeEventRuleList.json' from root:root to runner:runner
2025-08-20T19:16:15.4515666Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:15.4516542Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupCategories.json' from root:root to runner:runner
2025-08-20T19:16:15.4517524Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:15.4518373Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:15.4519296Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateHybridMonitorSLSGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4520055Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/Cursor.json' from root:root to runner:runner
2025-08-20T19:16:15.4520936Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutCustomMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4521776Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeCustomMetricList.json' from root:root to runner:runner
2025-08-20T19:16:15.4522889Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeProductResourceTagKeyList.json' from root:root to runner:runner
2025-08-20T19:16:15.4523780Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutMonitorGroupDynamicRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4524607Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutGroupMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4525512Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeGroupMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:15.4526327Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteCustomMetric.json' from root:root to runner:runner
2025-08-20T19:16:15.4527154Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/SendDryRunSystemEvent.json' from root:root to runner:runner
2025-08-20T19:16:15.4528018Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4528829Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutCustomEventRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4529726Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:15.4530620Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeContactListByContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4531513Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutResourceMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:15.4532343Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:15.4533891Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeContactList.json' from root:root to runner:runner
2025-08-20T19:16:15.4534807Z [00:02:20.977]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:15.4535613Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutCustomMetric.json' from root:root to runner:runner
2025-08-20T19:16:15.4536427Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutEventRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.4537289Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutHybridMonitorMetricData.json' from root:root to runner:runner
2025-08-20T19:16:15.4538093Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/BatchExport.json' from root:root to runner:runner
2025-08-20T19:16:15.4538903Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4539711Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifySiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.4540554Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeCustomEventCount.json' from root:root to runner:runner
2025-08-20T19:16:15.4541394Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:15.4542191Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4543257Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupDynamicRules.json' from root:root to runner:runner
2025-08-20T19:16:15.4544207Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentHosts.json' from root:root to runner:runner
2025-08-20T19:16:15.4545126Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeLogMonitorAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.4546003Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitorGroupNotifyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4546861Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.4547748Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteDynamicTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4548663Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHybridMonitorSLSGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4549492Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertLogList.json' from root:root to runner:runner
2025-08-20T19:16:15.4550291Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteContact.json' from root:root to runner:runner
2025-08-20T19:16:15.4551117Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutMetricRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.4551945Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableSiteMonitors.json' from root:root to runner:runner
2025-08-20T19:16:15.4552977Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeExporterOutputList.json' from root:root to runner:runner
2025-08-20T19:16:15.4553801Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricData.json' from root:root to runner:runner
2025-08-20T19:16:15.4554645Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4555491Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/AddTags.json' from root:root to runner:runner
2025-08-20T19:16:15.4556382Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentProcesses.json' from root:root to runner:runner
2025-08-20T19:16:15.4557218Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateGroupMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:15.4558142Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeCustomEventHistogram.json' from root:root to runner:runner
2025-08-20T19:16:15.4558958Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricTop.json' from root:root to runner:runner
2025-08-20T19:16:15.4559815Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertLogHistogram.json' from root:root to runner:runner
2025-08-20T19:16:15.4560695Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableActiveMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4561597Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHybridMonitorNamespaceList.json' from root:root to runner:runner
2025-08-20T19:16:15.4562789Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:15.4563696Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRuleResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4564568Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyMetricRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.4565436Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:15.4566261Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricList.json' from root:root to runner:runner
2025-08-20T19:16:15.4567088Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteExporterOutput.json' from root:root to runner:runner
2025-08-20T19:16:15.4567945Z [00:02:20.978]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.4568777Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.4569627Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutEventRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4570479Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMetricRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.4571317Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/RemoveTags.json' from root:root to runner:runner
2025-08-20T19:16:15.4572167Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:15.4573199Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutContact.json' from root:root to runner:runner
2025-08-20T19:16:15.4574075Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSystemEventMetaList.json' from root:root to runner:runner
2025-08-20T19:16:15.4575076Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorResourceQuotaAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.4575887Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutExporterOutput.json' from root:root to runner:runner
2025-08-20T19:16:15.4576866Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:15.4577700Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleList.json' from root:root to runner:runner
2025-08-20T19:16:15.4578580Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHybridMonitorSLSGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4579396Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeProjectMeta.json' from root:root to runner:runner
2025-08-20T19:16:15.4580218Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableSiteMonitors.json' from root:root to runner:runner
2025-08-20T19:16:15.4581038Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutMonitoringConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4581915Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorGroupNotifyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4583207Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupNotifyPolicyList.json' from root:root to runner:runner
2025-08-20T19:16:15.4584640Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyMonitorGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4585563Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertingMetricRuleResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4586442Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHostInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.4587287Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/InstallMonitoringAgent.json' from root:root to runner:runner
2025-08-20T19:16:15.4588126Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSystemEventCount.json' from root:root to runner:runner
2025-08-20T19:16:15.4588976Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteHybridMonitorSLSGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4589867Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeLogMonitorList.json' from root:root to runner:runner
2025-08-20T19:16:15.4590739Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:15.4591604Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeActiveMetricRuleList.json' from root:root to runner:runner
2025-08-20T19:16:15.4592695Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.4593573Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeContactGroupList.json' from root:root to runner:runner
2025-08-20T19:16:15.4594407Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutResourceMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4595268Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4596106Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHybridMonitorTask.json' from root:root to runner:runner
2025-08-20T19:16:15.4596970Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeCustomEventAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.4597844Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutLogMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.4598646Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:15.4599458Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4600370Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableActiveMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4601227Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitorGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4602075Z [00:02:20.979]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeEventRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.4603092Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.4603964Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:15.4604832Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricLast.json' from root:root to runner:runner
2025-08-20T19:16:15.4605661Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertLogCount.json' from root:root to runner:runner
2025-08-20T19:16:15.4606504Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteHybridMonitorTask.json' from root:root to runner:runner
2025-08-20T19:16:15.4607391Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeProductsOfActiveMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4608194Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutCustomEvent.json' from root:root to runner:runner
2025-08-20T19:16:15.4609034Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:15.4609949Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeDynamicTagRuleList.json' from root:root to runner:runner
2025-08-20T19:16:15.4610819Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateInstantSiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.4611773Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyGroupMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:15.4612731Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateDynamicTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4613587Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:15.4614414Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricMetaList.json' from root:root to runner:runner
2025-08-20T19:16:15.4615253Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/UninstallMonitoringAgent.json' from root:root to runner:runner
2025-08-20T19:16:15.4616059Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableEventRules.json' from root:root to runner:runner
2025-08-20T19:16:15.4617023Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorGroupByResourceGroupId.json' from root:root to runner:runner
2025-08-20T19:16:15.4617914Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteGroupMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:15.4618840Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHybridMonitorDataList.json' from root:root to runner:runner
2025-08-20T19:16:15.4619704Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSystemEventAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.4620574Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitorGroupDynamicRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4621474Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleTemplateAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.4622330Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4623243Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteLogMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.4624237Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeUnhealthyHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:15.4625173Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorISPCityList.json' from root:root to runner:runner
2025-08-20T19:16:15.4626013Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.4626849Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteEventRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.4627683Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorList.json' from root:root to runner:runner
2025-08-20T19:16:15.4628519Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateHybridMonitorTask.json' from root:root to runner:runner
2025-08-20T19:16:15.4629320Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteEventRules.json' from root:root to runner:runner
2025-08-20T19:16:15.4630204Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateGroupMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:15.4631105Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertHistoryList.json' from root:root to runner:runner
2025-08-20T19:16:15.4632020Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateHybridMonitorNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.4633113Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHostAvailabilityList.json' from root:root to runner:runner
2025-08-20T19:16:15.4633963Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ApplyMetricRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.4634818Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSyntheticProbeList.json' from root:root to runner:runner
2025-08-20T19:16:15.4635637Z [00:02:20.980]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateSiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.4636508Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentStatuses.json' from root:root to runner:runner
2025-08-20T19:16:15.4637475Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSystemEventHistogram.json' from root:root to runner:runner
2025-08-20T19:16:15.4638281Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4639245Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeEventRuleTargetList.json' from root:root to runner:runner
2025-08-20T19:16:15.4640065Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteSiteMonitors.json' from root:root to runner:runner
2025-08-20T19:16:15.4640934Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeExporterRuleList.json' from root:root to runner:runner
2025-08-20T19:16:15.4641802Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHybridMonitorTaskList.json' from root:root to runner:runner
2025-08-20T19:16:15.4642781Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteHybridMonitorNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.4643629Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:15.4644558Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteExporterRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4645397Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:15.4646297Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMetricRuleResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4647136Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleCount.json' from root:root to runner:runner
2025-08-20T19:16:15.4647953Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4648751Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutExporterRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4649560Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableEventRules.json' from root:root to runner:runner
2025-08-20T19:16:15.4650374Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeTagValueList.json' from root:root to runner:runner
2025-08-20T19:16:15.4651266Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:15.4652312Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.4653847Z [00:02:20.981]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms' from root:root to runner:runner
2025-08-20T19:16:15.4654728Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4655559Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/GetInstanceMetrics.json' from root:root to runner:runner
2025-08-20T19:16:15.4656342Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/StopEaisEi.json' from root:root to runner:runner
2025-08-20T19:16:15.4657135Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/AttachEaisEi.json' from root:root to runner:runner
2025-08-20T19:16:15.4657906Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DeleteEai.json' from root:root to runner:runner
2025-08-20T19:16:15.4658774Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEaisEi.json' from root:root to runner:runner
2025-08-20T19:16:15.4659548Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/AttachEai.json' from root:root to runner:runner
2025-08-20T19:16:15.4660411Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4661210Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/StopEaiJupyter.json' from root:root to runner:runner
2025-08-20T19:16:15.4662001Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/StartEaisEi.json' from root:root to runner:runner
2025-08-20T19:16:15.4662913Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DetachEaisEi.json' from root:root to runner:runner
2025-08-20T19:16:15.4663727Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/StartEaiJupyter.json' from root:root to runner:runner
2025-08-20T19:16:15.4664519Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DetachEai.json' from root:root to runner:runner
2025-08-20T19:16:15.4665397Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEaiJupyter.json' from root:root to runner:runner
2025-08-20T19:16:15.4666193Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.4667042Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DescribeEais.json' from root:root to runner:runner
2025-08-20T19:16:15.4667835Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4668618Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4669390Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEai.json' from root:root to runner:runner
2025-08-20T19:16:15.4670175Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DeleteEaisEi.json' from root:root to runner:runner
2025-08-20T19:16:15.4670955Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DeleteEaiAll.json' from root:root to runner:runner
2025-08-20T19:16:15.4671788Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEaiEcs.json' from root:root to runner:runner
2025-08-20T19:16:15.4672788Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEaiEci.json' from root:root to runner:runner
2025-08-20T19:16:15.4673588Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais' from root:root to runner:runner
2025-08-20T19:16:15.4674427Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ImageBatchModeration.json' from root:root to runner:runner
2025-08-20T19:16:15.4675230Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VideoModeration.json' from root:root to runner:runner
2025-08-20T19:16:15.4676111Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeImageModerationResult.json' from root:root to runner:runner
2025-08-20T19:16:15.4676922Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VoiceModeration.json' from root:root to runner:runner
2025-08-20T19:16:15.4677782Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeUrlModerationResult.json' from root:root to runner:runner
2025-08-20T19:16:15.4678612Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ImageAsyncModeration.json' from root:root to runner:runner
2025-08-20T19:16:15.4679496Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/UrlAsyncModeration.json' from root:root to runner:runner
2025-08-20T19:16:15.4680389Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VoiceModerationResult.json' from root:root to runner:runner
2025-08-20T19:16:15.4681197Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ImageModeration.json' from root:root to runner:runner
2025-08-20T19:16:15.4681996Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/FileModeration.json' from root:root to runner:runner
2025-08-20T19:16:15.4682949Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ManualModeration.json' from root:root to runner:runner
2025-08-20T19:16:15.4683853Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ManualCallback.json' from root:root to runner:runner
2025-08-20T19:16:15.4684657Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/TextModeration.json' from root:root to runner:runner
2025-08-20T19:16:15.4685539Z [00:02:20.982]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeUploadToken.json' from root:root to runner:runner
2025-08-20T19:16:15.4686386Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VoiceModerationCancel.json' from root:root to runner:runner
2025-08-20T19:16:15.4687224Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VideoModerationCancel.json' from root:root to runner:runner
2025-08-20T19:16:15.4688060Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeImageResultExt.json' from root:root to runner:runner
2025-08-20T19:16:15.4688934Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeFileModerationResult.json' from root:root to runner:runner
2025-08-20T19:16:15.4689732Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/MultiModalGuard.json' from root:root to runner:runner
2025-08-20T19:16:15.4690562Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/TextModerationPlus.json' from root:root to runner:runner
2025-08-20T19:16:15.4691397Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VideoModerationResult.json' from root:root to runner:runner
2025-08-20T19:16:15.4692292Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ManualModerationResult.json' from root:root to runner:runner
2025-08-20T19:16:15.4693133Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green' from root:root to runner:runner
2025-08-20T19:16:15.4694071Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateConditionalAccessPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4694935Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplicationApiInvoke.json' from root:root to runner:runner
2025-08-20T19:16:15.4695792Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetNetworkAccessEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.4696634Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListSynchronizationJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.4697620Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListApplicationsForOrganizationalUnit.json' from root:root to runner:runner
2025-08-20T19:16:15.4698419Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4699353Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableIdentityProviderUdPull.json' from root:root to runner:runner
2025-08-20T19:16:15.4700217Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteNetworkAccessEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.4701082Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetConditionalAccessPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4702016Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AuthorizeApplicationToOrganizationalUnits.json' from root:root to runner:runner
2025-08-20T19:16:15.4703014Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AuthorizeApplicationToUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.4703860Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateIdentityProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.4704665Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetDefaultDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.4705445Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4706371Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RevokeApplicationFromGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.4707304Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ObtainApplicationClientSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.4708188Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetUserPrimaryOrganizationalUnit.json' from root:root to runner:runner
2025-08-20T19:16:15.4709058Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateConditionalAccessPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4709901Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListNetworkAccessPaths.json' from root:root to runner:runner
2025-08-20T19:16:15.4710858Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateOrganizationalUnitDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.4711785Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListNetworkAccessEndpointAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:15.4712944Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetApplicationSsoConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4713795Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetInstanceLicense.json' from root:root to runner:runner
2025-08-20T19:16:15.4714648Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListApplicationsForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4715529Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplicationClientSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.4716401Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListOrganizationalUnitParents.json' from root:root to runner:runner
2025-08-20T19:16:15.4717338Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListNetworkAccessEndpointAvailableRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.4718230Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetPasswordHistoryConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.4719036Z [00:02:20.983]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListEiamInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4719936Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RunSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4720802Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteApplicationClientSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.4721732Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableConditionalAccessPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4722972Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:15.4724443Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplicationClientSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.4725264Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4726292Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RevokeApplicationFromOrganizationalUnits.json' from root:root to runner:runner
2025-08-20T19:16:15.4727181Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetForgetPasswordConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.4728027Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4728885Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetRootOrganizationalUnit.json' from root:root to runner:runner
2025-08-20T19:16:15.4729729Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateGroupDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.4730594Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListConditionalAccessPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.4731423Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateUserPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.4732260Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteIdentityProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.4733234Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.4734096Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AddUserToOrganizationalUnits.json' from root:root to runner:runner
2025-08-20T19:16:15.4734940Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4735868Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableIdentityProviderUdPull.json' from root:root to runner:runner
2025-08-20T19:16:15.4736750Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteOrganizationalUnitChildren.json' from root:root to runner:runner
2025-08-20T19:16:15.4737545Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4738497Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateApplicationClientSecretExpirationTime.json' from root:root to runner:runner
2025-08-20T19:16:15.4739417Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateInstanceDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.4740741Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplicationApiInvoke.json' from root:root to runner:runner
2025-08-20T19:16:15.4741538Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.4742607Z [00:02:20.984]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AuthorizeApplicationToGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.4743471Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetApplicationGrantScope.json' from root:root to runner:runner
2025-08-20T19:16:15.4744245Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.4745174Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateConditionalAccessPolicyDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.4746104Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetIdentityProviderUdPullConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.4746904Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.4747727Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetOrganizationalUnit.json' from root:root to runner:runner
2025-08-20T19:16:15.4748631Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetPasswordComplexityConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.4749531Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateUserDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.4750500Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateApplicationAuthorizationType.json' from root:root to runner:runner
2025-08-20T19:16:15.4751345Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplicationGrantScope.json' from root:root to runner:runner
2025-08-20T19:16:15.4752135Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.4753219Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListApplicationClientSecrets.json' from root:root to runner:runner
2025-08-20T19:16:15.4754200Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateOrganizationalUnitParentId.json' from root:root to runner:runner
2025-08-20T19:16:15.4755113Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetPasswordComplexityConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.4755960Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.4756843Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetForgetPasswordConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.4757687Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableDomainProxyToken.json' from root:root to runner:runner
2025-08-20T19:16:15.4758549Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RevokeApplicationFromUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.4759475Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListOrganizationalUnitsForApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.4760352Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplicationProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:15.4761200Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplicationSsoConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4762119Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetPasswordInitializationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.4763165Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4764019Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4764808Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4765654Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteDomainProxyToken.json' from root:root to runner:runner
2025-08-20T19:16:15.4766489Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListIdentityProviders.json' from root:root to runner:runner
2025-08-20T19:16:15.4767352Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4768167Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.4769000Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListDomainProxyTokens.json' from root:root to runner:runner
2025-08-20T19:16:15.4769833Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4770728Z [00:02:20.985]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplicationProvisioningScope.json' from root:root to runner:runner
2025-08-20T19:16:15.4771601Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateApplicationDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.4772509Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AddUsersToGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4773362Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateIdentityProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.4774213Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListOrganizationalUnits.json' from root:root to runner:runner
2025-08-20T19:16:15.4775086Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableInitDomainAutoRedirect.json' from root:root to runner:runner
2025-08-20T19:16:15.4775958Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableConditionalAccessPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4776868Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ObtainDomainProxyToken.json' from root:root to runner:runner
2025-08-20T19:16:15.4777813Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetPasswordHistoryConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.4778591Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.4779419Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplicationSso.json' from root:root to runner:runner
2025-08-20T19:16:15.4780244Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetIdentityProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.4781200Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RemoveUserFromOrganizationalUnits.json' from root:root to runner:runner
2025-08-20T19:16:15.4782125Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetIdentityProviderUdPullConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.4783120Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetDomainDnsChallenge.json' from root:root to runner:runner
2025-08-20T19:16:15.4783917Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4784768Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListGroupsForApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.4785655Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplicationProvisioningConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4786502Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateOrganizationalUnit.json' from root:root to runner:runner
2025-08-20T19:16:15.4787339Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableDomainProxyToken.json' from root:root to runner:runner
2025-08-20T19:16:15.4788124Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4789024Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetPasswordExpirationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.4790039Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListConditionalAccessPoliciesForNetworkZone.json' from root:root to runner:runner
2025-08-20T19:16:15.4790905Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplicationProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:15.4791820Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListGroupsForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4792987Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableInitDomainAutoRedirect.json' from root:root to runner:runner
2025-08-20T19:16:15.4794362Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetApplicationProvisioningScope.json' from root:root to runner:runner
2025-08-20T19:16:15.4795619Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.4796528Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4797350Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListUsersForGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4798260Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetPasswordExpirationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.4799043Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.4799880Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateDomainProxyToken.json' from root:root to runner:runner
2025-08-20T19:16:15.4800681Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListEiamRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.4801526Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListUsersForApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.4802362Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplicationSso.json' from root:root to runner:runner
2025-08-20T19:16:15.4803388Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListNetworkAccessEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.4804306Z [00:02:20.986]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetPasswordInitializationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.4805246Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteOrganizationalUnit.json' from root:root to runner:runner
2025-08-20T19:16:15.4806164Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateOrganizationalUnit.json' from root:root to runner:runner
2025-08-20T19:16:15.4806993Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RemoveUsersFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4807852Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateNetworkAccessEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.4808690Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UnlockUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4809622Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteConditionalAccessPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4810503Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateNetworkAccessEndpointName.json' from root:root to runner:runner
2025-08-20T19:16:15.4811335Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4812157Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.4813160Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetApplicationProvisioningConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4814027Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateApplicationClientSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.4814828Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.4815543Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam' from root:root to runner:runner
2025-08-20T19:16:15.4816359Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/StartInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4817198Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4818008Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4825527Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DescribeAclResourceName.json' from root:root to runner:runner
2025-08-20T19:16:15.4826569Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.4827447Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4828286Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpgradePrePayOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.4829204Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DescribeSaslUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.4830077Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/StopInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4830900Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ReopenInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4831707Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DescribeAcls.json' from root:root to runner:runner
2025-08-20T19:16:15.4832910Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetAllInstanceIdList.json' from root:root to runner:runner
2025-08-20T19:16:15.4833746Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetRiskList.json' from root:root to runner:runner
2025-08-20T19:16:15.4834545Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/QueryMessage.json' from root:root to runner:runner
2025-08-20T19:16:15.4835368Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ReleaseInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4836193Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetKafkaClientIp.json' from root:root to runner:runner
2025-08-20T19:16:15.4837075Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteScheduledScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4837894Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4838729Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ConvertPostPayOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.4839629Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetQuotaTip.json' from root:root to runner:runner
2025-08-20T19:16:15.4840543Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreatePrePayInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4841403Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpdateConsumerOffset.json' from root:root to runner:runner
2025-08-20T19:16:15.4842290Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ListRebalanceInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.4843405Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.4844358Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetConsumerList.json' from root:root to runner:runner
2025-08-20T19:16:15.4845191Z [00:02:20.987]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpdateAllowedIp.json' from root:root to runner:runner
2025-08-20T19:16:15.4846066Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/EnableAutoTopicCreation.json' from root:root to runner:runner
2025-08-20T19:16:15.4846900Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ModifyPartitionNum.json' from root:root to runner:runner
2025-08-20T19:16:15.4847743Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreatePrePayOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.4848543Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.4849414Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetTopicSubscribeStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.4850230Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4851073Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpgradePostPayOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.4851932Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/EnableAutoGroupCreation.json' from root:root to runner:runner
2025-08-20T19:16:15.4852994Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4853811Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4854700Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateSaslUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4855506Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetTopicList.json' from root:root to runner:runner
2025-08-20T19:16:15.4856412Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpdateInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4857292Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ModifyScheduledScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4858209Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpgradeInstanceVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.4859080Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateScheduledScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4859917Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpdateTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4861247Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetConsumerProgress.json' from root:root to runner:runner
2025-08-20T19:16:15.4862200Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:15.4863398Z [00:02:20.988]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreatePostPayInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4864240Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetTopicStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.4865218Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetAllowedIpList.json' from root:root to runner:runner
2025-08-20T19:16:15.4866783Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ModifyInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:15.4867718Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetAutoScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.4868674Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreatePostPayOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.4869766Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteSaslUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4870586Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.4871429Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ModifyTopicRemark.json' from root:root to runner:runner
2025-08-20T19:16:15.4872594Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka' from root:root to runner:runner
2025-08-20T19:16:15.4873776Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroupsForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4874764Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostAccountsToHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:15.4875643Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:15.4876762Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHosts.json' from root:root to runner:runner
2025-08-20T19:16:15.4877830Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4878782Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateUserPublicKey.json' from root:root to runner:runner
2025-08-20T19:16:15.4879741Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4880737Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4881707Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachDatabaseAccountsFromUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4883316Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyDatabaseAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.4884623Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetExportConfigJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4885672Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/StartInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.4886942Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4887888Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostsPort.json' from root:root to runner:runner
2025-08-20T19:16:15.4889111Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostAccountsForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4890338Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateExportConfigJob.json' from root:root to runner:runner
2025-08-20T19:16:15.4891375Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostsActiveAddressType.json' from root:root to runner:runner
2025-08-20T19:16:15.4892681Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DescribeInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.4893573Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4894453Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyUserScope.json' from root:root to runner:runner
2025-08-20T19:16:15.4895630Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachDatabaseAccountsToUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4896796Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostAccountsForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4897695Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RejectOperationTicket.json' from root:root to runner:runner
2025-08-20T19:16:15.4898601Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyInstanceTwoFactor.json' from root:root to runner:runner
2025-08-20T19:16:15.4899442Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4900844Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListUserPublicKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.4901801Z [00:02:20.989]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostsForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4902864Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostsForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4903957Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/UnlockUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.4905042Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationTickets.json' from root:root to runner:runner
2025-08-20T19:16:15.4906173Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/MoveDatabasesToNetworkDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.4907065Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetDatabaseAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.4908091Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.4909242Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateDatabaseAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.4910108Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.4911018Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4911901Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteUserPublicKey.json' from root:root to runner:runner
2025-08-20T19:16:15.4913479Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetPolicyUserScope.json' from root:root to runner:runner
2025-08-20T19:16:15.4914722Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/MoveHostsToNetworkDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.4915667Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostGroupAccountsToUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4916753Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostAccountsToUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4917603Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4918568Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateOperationTicket.json' from root:root to runner:runner
2025-08-20T19:16:15.4919409Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4920360Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyAssetScope.json' from root:root to runner:runner
2025-08-20T19:16:15.4921373Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4922234Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabases.json' from root:root to runner:runner
2025-08-20T19:16:15.4923417Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ConfigInstanceSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.4924324Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4925166Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4926029Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4926878Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4927771Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AcceptApproveCommand.json' from root:root to runner:runner
2025-08-20T19:16:15.4928626Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/EnableRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4929516Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RejectApproveCommand.json' from root:root to runner:runner
2025-08-20T19:16:15.4930352Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.4931362Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/VerifyInstanceADAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:15.4932322Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AcceptOperationTicket.json' from root:root to runner:runner
2025-08-20T19:16:15.4933355Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabaseAccountsForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4934307Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListApproveCommands.json' from root:root to runner:runner
2025-08-20T19:16:15.4935170Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4936110Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AddDatabasesToGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4937392Z [00:02:20.990]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4938660Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:15.4939520Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.4940405Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4941240Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateHost.json' from root:root to runner:runner
2025-08-20T19:16:15.4942121Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetPolicyAssetScope.json' from root:root to runner:runner
2025-08-20T19:16:15.4943167Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationHostAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.4944135Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4945028Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetInstanceTwoFactor.json' from root:root to runner:runner
2025-08-20T19:16:15.4946045Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyInstanceADAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:15.4946972Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.4947862Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RemoveHostsFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4948828Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RemoveDatabasesFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4949683Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DisableRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4950599Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:15.4951443Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListRules.json' from root:root to runner:runner
2025-08-20T19:16:15.4952344Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetNetworkDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.4953595Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ConfigInstanceWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.4954495Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyUserPublicKey.json' from root:root to runner:runner
2025-08-20T19:16:15.4955377Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabasesForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4956244Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListUserGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.4957153Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.4958027Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationHosts.json' from root:root to runner:runner
2025-08-20T19:16:15.4958864Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHost.json' from root:root to runner:runner
2025-08-20T19:16:15.4959824Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4960729Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4961596Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateHostAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.4962845Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:15.4963733Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.4964669Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.4965527Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteHost.json' from root:root to runner:runner
2025-08-20T19:16:15.4966391Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.4967331Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachDatabaseAccountsFromUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4968195Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AddUsersToGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4969024Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.4969939Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ResetHostAccountCredential.json' from root:root to runner:runner
2025-08-20T19:16:15.4970821Z [00:02:20.991]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListNetworkDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.4971717Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetInstanceADAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:15.4972701Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.4973704Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachDatabaseAccountsToUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4974613Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4975503Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabaseAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.4976411Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetHostAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.4977242Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/LockUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.4978209Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabasesForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4979072Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteHostAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.4979936Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.4980825Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteDatabaseAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.4981678Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.4982744Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationDatabaseAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.4983673Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroupsForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4984619Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostAccountsForHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:15.4985552Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyAccessTimeRangeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4986453Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyProtocolConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.4987391Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostShareKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.4988276Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetRule.json' from root:root to runner:runner
2025-08-20T19:16:15.4989165Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetInstanceStoreInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.4990111Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.4990982Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AddHostsToGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4991976Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostAccountsFromUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4993081Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:15.4994045Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostGroupAccountsFromUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4994968Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DisableInstancePublicAccess.json' from root:root to runner:runner
2025-08-20T19:16:15.4995817Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:15.4996693Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateNetworkDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.4997676Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.4998575Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationDatabases.json' from root:root to runner:runner
2025-08-20T19:16:15.4999454Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteNetworkDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.5000408Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabaseAccountsForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.5001410Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GenerateAssetOperationToken.json' from root:root to runner:runner
2025-08-20T19:16:15.5002358Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyIPAclConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5003484Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyApprovalConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5004391Z [00:02:20.992]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetHost.json' from root:root to runner:runner
2025-08-20T19:16:15.5005277Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyNetworkDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.5006250Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetInstanceLDAPAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:15.5007182Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/VerifyInstanceLDAPAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:15.5008071Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RemoveUsersFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.5009319Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostAccountsFromUser.json' from root:root to runner:runner
2025-08-20T19:16:15.5010571Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.5011439Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.5012361Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/EnableInstancePublicAccess.json' from root:root to runner:runner
2025-08-20T19:16:15.5013377Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:15.5014275Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyCommandConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5015221Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroupAccountNamesForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.5016231Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RenewAssetOperationToken.json' from root:root to runner:runner
2025-08-20T19:16:15.5017198Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostAccountsToUser.json' from root:root to runner:runner
2025-08-20T19:16:15.5017973Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost' from root:root to runner:runner
2025-08-20T19:16:15.5018883Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateARMServerInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.5019741Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeARMServerInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.5020718Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancerTCPListener.json' from root:root to runner:runner
2025-08-20T19:16:15.5021574Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:15.5022535Z [00:02:20.993]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RollbackApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.5023331Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:15.5024211Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleasePrePaidInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5025042Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNetworkAclEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5025831Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteObject.json' from root:root to runner:runner
2025-08-20T19:16:15.5026653Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsNetLevel.json' from root:root to runner:runner
2025-08-20T19:16:15.5027516Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveSDGs.json' from root:root to runner:runner
2025-08-20T19:16:15.5028295Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AttachDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.5029198Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AssignPrivateIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:15.5030075Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancerHTTPListener.json' from root:root to runner:runner
2025-08-20T19:16:15.5030880Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StartInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5031698Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNatGateways.json' from root:root to runner:runner
2025-08-20T19:16:15.5032765Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5033642Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.5034549Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RescaleDeviceService.json' from root:root to runner:runner
2025-08-20T19:16:15.5035419Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleasePostPaidInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5036210Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PutBucket.json' from root:root to runner:runner
2025-08-20T19:16:15.5037087Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSecurityGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5037964Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5038801Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeMeasurementData.json' from root:root to runner:runner
2025-08-20T19:16:15.5039617Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetBucketLifecycle.json' from root:root to runner:runner
2025-08-20T19:16:15.5040455Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StartSnatIpForSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5041334Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyEnsRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5042220Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeElbAvailableResourceInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.5043376Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.5044200Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/JoinSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.5045053Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceVncUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.5045900Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RevokeSecurityGroupEgress.json' from root:root to runner:runner
2025-08-20T19:16:15.5046802Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.5047611Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveInstanceSDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5048511Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDataDownloadURL.json' from root:root to runner:runner
2025-08-20T19:16:15.5049345Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDeviceService.json' from root:root to runner:runner
2025-08-20T19:16:15.5050143Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReinitInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5050945Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetOssUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.5051737Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StopInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5052696Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifySnapshotAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5053510Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RebootAICInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5054328Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:15.5055256Z [00:02:20.994]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyImageSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:15.5056029Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5057065Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerTCPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5057866Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.5058671Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5059468Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.5060367Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UpgradeAICInstanceImage.json' from root:root to runner:runner
2025-08-20T19:16:15.5061143Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReInitDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.5062012Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RescaleApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.5063023Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerUDPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5063898Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5064757Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/JoinPublicIpsToEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5065584Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeStorageGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.5066448Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.5067258Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AssociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:15.5068213Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancerHTTPSListener.json' from root:root to runner:runner
2025-08-20T19:16:15.5069015Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:15.5069802Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDisks.json' from root:root to runner:runner
2025-08-20T19:16:15.5071095Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ResizeDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.5072677Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerListeners.json' from root:root to runner:runner
2025-08-20T19:16:15.5074019Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleaseInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5075381Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteEip.json' from root:root to runner:runner
2025-08-20T19:16:15.5077010Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRegionIdResource.json' from root:root to runner:runner
2025-08-20T19:16:15.5078558Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AssociateEnsEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.5080066Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeAvailableResourceInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.5081525Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyNetworkAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5083143Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AttachInstanceSDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5084068Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyPrepayInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.5084856Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:15.5085703Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeExportImageInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.5086578Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ResetDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.5087451Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeployInstanceSDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5088249Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RebootInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5089024Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ExportImage.json' from root:root to runner:runner
2025-08-20T19:16:15.5089842Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:15.5090694Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeClusterKubeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5091526Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DetachNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.5092623Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveVSwitchesFromEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5093610Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeAICImages.json' from root:root to runner:runner
2025-08-20T19:16:15.5094500Z [00:02:20.995]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:15.5095332Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.5096166Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteBucketLifecycle.json' from root:root to runner:runner
2025-08-20T19:16:15.5097017Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNetworkInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:15.5097842Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DistApplicationData.json' from root:root to runner:runner
2025-08-20T19:16:15.5098663Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AccosicateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.5099464Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnassociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:15.5100348Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:15.5101226Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeMountTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.5102073Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StartLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:15.5103113Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:15.5103988Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSDGDeploymentStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.5104820Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateClassicNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.5105644Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeStorageVolume.json' from root:root to runner:runner
2025-08-20T19:16:15.5106432Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5107298Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:15.5108231Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:15.5109019Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeImages.json' from root:root to runner:runner
2025-08-20T19:16:15.5109826Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AddBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:15.5110651Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteEnsRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5111493Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSnatTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.5112326Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeServcieSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.5113371Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyEnsEipAddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5114260Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5115160Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnAssociateEnsEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.5115948Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ImportKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:15.5116848Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceBootConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.5117673Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ExportMeasurementData.json' from root:root to runner:runner
2025-08-20T19:16:15.5118459Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteHaVips.json' from root:root to runner:runner
2025-08-20T19:16:15.5119290Z [00:02:20.996]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNetworkInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:15.5120174Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.5120996Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyHaVipAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5121860Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5122949Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5123738Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ImportImage.json' from root:root to runner:runner
2025-08-20T19:16:15.5124532Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CopySDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5125367Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListProductAbilities.json' from root:root to runner:runner
2025-08-20T19:16:15.5126156Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetBucketInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.5127014Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleaseARMServerInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5127909Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeRegionIsps.json' from root:root to runner:runner
2025-08-20T19:16:15.5128762Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5129560Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StopEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5130430Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AuthorizeSecurityGroupEgress.json' from root:root to runner:runner
2025-08-20T19:16:15.5131226Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5132065Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RenewARMServerInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5133070Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AddSnatIpForSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5134024Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AttachNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.5135043Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/LeaveSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.5135940Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RecoverAICInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5136761Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:15.5137595Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.5138424Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyImageAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5139455Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceBandwidthDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.5140300Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSnatAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5141177Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetBucketAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.5142006Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDataDistResult.json' from root:root to runner:runner
2025-08-20T19:16:15.5143060Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.5143908Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:15.5144747Z [00:02:20.997]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNetworkAclEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5145601Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsNetSaleDistrict.json' from root:root to runner:runner
2025-08-20T19:16:15.5146481Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetOssStorageAndAccByBuckets.json' from root:root to runner:runner
2025-08-20T19:16:15.5147407Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeBandwitdhByInternetChargeType.json' from root:root to runner:runner
2025-08-20T19:16:15.5148337Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeForwardTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.5149130Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.5150035Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeExportImageStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.5150801Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SaveSDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5151854Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerUDPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5153683Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSecondaryPublicIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:15.5155380Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnassignPrivateIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:15.5156895Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CopySnapshot.json' from root:root to runner:runner
2025-08-20T19:16:15.5158588Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5160181Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnBandWidthData.json' from root:root to runner:runner
2025-08-20T19:16:15.5161837Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNetworkAcls.json' from root:root to runner:runner
2025-08-20T19:16:15.5163307Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnmountInstanceSDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5165624Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSnatIpForSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5168979Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.5172249Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5175378Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteKeyPairs.json' from root:root to runner:runner
2025-08-20T19:16:15.5178417Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ExportBillDetailData.json' from root:root to runner:runner
2025-08-20T19:16:15.5181414Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeHaVips.json' from root:root to runner:runner
2025-08-20T19:16:15.5184568Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PreloadRegionSDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5187550Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RunInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.5190568Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.5193703Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RunServiceSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.5196918Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerListenMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.5200127Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeCloudDiskTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.5203535Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5206578Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5209793Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateStorageVolume.json' from root:root to runner:runner
2025-08-20T19:16:15.5213198Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5216482Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AddNetworkInterfaceToInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5219871Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeVSwitchAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.5223271Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AuthorizeSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.5226419Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.5229500Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.5232116Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.5234213Z [00:02:20.998]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListObjects.json' from root:root to runner:runner
2025-08-20T19:16:15.5235935Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateEnsRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5237549Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UpgradeApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.5239152Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDataPushResult.json' from root:root to runner:runner
2025-08-20T19:16:15.5241471Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerHTTPSListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5243516Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.5245231Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSDGs.json' from root:root to runner:runner
2025-08-20T19:16:15.5246871Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AttachEnsInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.5248503Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeBandWithdChargeType.json' from root:root to runner:runner
2025-08-20T19:16:15.5250111Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5251825Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnBandwitdhByInternetChargeType.json' from root:root to runner:runner
2025-08-20T19:16:15.5253867Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.5255438Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5257082Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemovePublicIpsFromEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5258739Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveSDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5260319Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StopSnatIpForSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5261947Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeReservedResource.json' from root:root to runner:runner
2025-08-20T19:16:15.5263993Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyInstanceBootConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.5265683Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnassociateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.5267394Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeCloudDiskAvailableResourceInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.5269089Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyVSwitchAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5270676Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateEnsService.json' from root:root to runner:runner
2025-08-20T19:16:15.5272329Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.5274398Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PutBucketLifecycle.json' from root:root to runner:runner
2025-08-20T19:16:15.5276033Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNetworkAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5277605Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateSDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5279106Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeploySDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5280820Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeCreatePrePaidInstanceResult.json' from root:root to runner:runner
2025-08-20T19:16:15.5282741Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceSDGStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.5284423Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5285988Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSelfImages.json' from root:root to runner:runner
2025-08-20T19:16:15.5287625Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRegionIdIpv6Info.json' from root:root to runner:runner
2025-08-20T19:16:15.5289328Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeServerLoadBalancerMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.5291006Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RebootARMServerInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5292723Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDiskIopsList.json' from root:root to runner:runner
2025-08-20T19:16:15.5294336Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.5295923Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PushApplicationData.json' from root:root to runner:runner
2025-08-20T19:16:15.5297574Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5299125Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:15.5300726Z [00:02:20.999]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.5302321Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribePrePaidInstanceStock.json' from root:root to runner:runner
2025-08-20T19:16:15.5304256Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsResourceUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.5305867Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeImageInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.5307610Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifySecurityGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5309287Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:15.5311733Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleaseAICInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5313632Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.5315310Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancerUDPListener.json' from root:root to runner:runner
2025-08-20T19:16:15.5316952Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RevokeSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.5318565Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsNetDistrict.json' from root:root to runner:runner
2025-08-20T19:16:15.5320255Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerHTTPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5321920Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DetachInstanceSDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5323588Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.5325419Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerHTTPSListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5327156Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StopLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:15.5328826Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.5330385Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeKeyPairs.json' from root:root to runner:runner
2025-08-20T19:16:15.5331926Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5333580Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ResetAICInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5335253Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRouteEntryList.json' from root:root to runner:runner
2025-08-20T19:16:15.5336839Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PutBucketAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.5338467Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:15.5340504Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifySnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5342084Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:15.5343914Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRouteTables.json' from root:root to runner:runner
2025-08-20T19:16:15.5345529Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.5347103Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.5348673Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateEipInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5350223Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/MountInstanceSDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5351904Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StartEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5353671Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateImage.json' from root:root to runner:runner
2025-08-20T19:16:15.5355364Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeFileSystems.json' from root:root to runner:runner
2025-08-20T19:16:15.5356919Z [00:02:21.000]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PrepareUpload.json' from root:root to runner:runner
2025-08-20T19:16:15.5358440Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DetachDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.5360021Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnMeasurementData.json' from root:root to runner:runner
2025-08-20T19:16:15.5361822Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerHTTPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5363732Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerTCPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5365517Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeImageSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:15.5367139Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:15.5368808Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeServerLoadBalancerListenMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.5370544Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyNetworkInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5372222Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:15.5373926Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteBucket.json' from root:root to runner:runner
2025-08-20T19:16:15.5375478Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteStorageGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.5377091Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeUserBandWidthData.json' from root:root to runner:runner
2025-08-20T19:16:15.5378761Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnloadRegionSDG.json' from root:root to runner:runner
2025-08-20T19:16:15.5380424Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5382274Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListBuckets.json' from root:root to runner:runner
2025-08-20T19:16:15.5384431Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:15.5385985Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNetworks.json' from root:root to runner:runner
2025-08-20T19:16:15.5387687Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/JoinVSwitchesToEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5389270Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteImage.json' from root:root to runner:runner
2025-08-20T19:16:15.5390817Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteStorageVolume.json' from root:root to runner:runner
2025-08-20T19:16:15.5392691Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.5394328Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateStorageGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.5395812Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens' from root:root to runner:runner
2025-08-20T19:16:15.5397334Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.5398976Z [00:02:21.001]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetLindormInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:15.5400635Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/SwitchLSQLV3MySQLService.json' from root:root to runner:runner
2025-08-20T19:16:15.5402286Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/CreateLindormInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5404047Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/UpgradeLindormInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5405759Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetLindormInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5407421Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5409033Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/ModifyInstancePayType.json' from root:root to runner:runner
2025-08-20T19:16:15.5410653Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/RenewLindormInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5412344Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/ReleaseLindormInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5414129Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.5415790Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetLindormInstanceEngineList.json' from root:root to runner:runner
2025-08-20T19:16:15.5417424Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5419000Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5420777Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetInstanceIpWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.5423326Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/UpdateInstanceIpWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.5425827Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetLindormFsUsedDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.5427375Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb' from root:root to runner:runner
2025-08-20T19:16:15.5429074Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RejectServiceUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.5430894Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:15.5433101Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CancelServiceRegistration.json' from root:root to runner:runner
2025-08-20T19:16:15.5435020Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/StopServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5436836Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetUploadCredentials.json' from root:root to runner:runner
2025-08-20T19:16:15.5438559Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateServiceUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.5440307Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateService.json' from root:root to runner:runner
2025-08-20T19:16:15.5442007Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ApproveServiceUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.5444031Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceTemplateParameterConstraints.json' from root:root to runner:runner
2025-08-20T19:16:15.5445871Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceTestTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.5447625Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceEstimateCost.json' from root:root to runner:runner
2025-08-20T19:16:15.5449455Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceUpgradeHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.5451272Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListAcrImageRepositories.json' from root:root to runner:runner
2025-08-20T19:16:15.5453752Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GenerateServicePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.5455548Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetArtifact.json' from root:root to runner:runner
2025-08-20T19:16:15.5457215Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServices.json' from root:root to runner:runner
2025-08-20T19:16:15.5458940Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceSharedAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.5460848Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5462850Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceUsages.json' from root:root to runner:runner
2025-08-20T19:16:15.5464761Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GenerateDefaultServiceTestConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5466626Z [00:02:21.002]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceTemplateCriterionIssues.json' from root:root to runner:runner
2025-08-20T19:16:15.5468517Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateSupplierInformation.json' from root:root to runner:runner
2025-08-20T19:16:15.5470305Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetService.json' from root:root to runner:runner
2025-08-20T19:16:15.5471988Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5474151Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ModifyServiceInstanceResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5475937Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/PushMeteringData.json' from root:root to runner:runner
2025-08-20T19:16:15.5477680Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RollbackServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5479441Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RestartServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5481158Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeleteArtifact.json' from root:root to runner:runner
2025-08-20T19:16:15.5483003Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceRegistrations.json' from root:root to runner:runner
2025-08-20T19:16:15.5484738Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateService.json' from root:root to runner:runner
2025-08-20T19:16:15.5486498Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateServiceInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.5488326Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.5490000Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/PreLaunchService.json' from root:root to runner:runner
2025-08-20T19:16:15.5491756Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RegisterService.json' from root:root to runner:runner
2025-08-20T19:16:15.5493584Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeleteServiceTestCase.json' from root:root to runner:runner
2025-08-20T19:16:15.5495463Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetArtifactRepositoryCredentials.json' from root:root to runner:runner
2025-08-20T19:16:15.5497371Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateSharedAccountPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.5499153Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.5500937Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ContinueDeployServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5502946Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeployServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5504718Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5506444Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceTestTask.json' from root:root to runner:runner
2025-08-20T19:16:15.5508183Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceRegistration.json' from root:root to runner:runner
2025-08-20T19:16:15.5509909Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/WithdrawService.json' from root:root to runner:runner
2025-08-20T19:16:15.5511640Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.5513585Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeleteService.json' from root:root to runner:runner
2025-08-20T19:16:15.5515373Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListArtifactRisks.json' from root:root to runner:runner
2025-08-20T19:16:15.5517070Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ReleaseArtifact.json' from root:root to runner:runner
2025-08-20T19:16:15.5518808Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/LaunchService.json' from root:root to runner:runner
2025-08-20T19:16:15.5520575Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceDeployDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.5523368Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetSupplierInformation.json' from root:root to runner:runner
2025-08-20T19:16:15.5525299Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceTestTaskLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.5527023Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListArtifacts.json' from root:root to runner:runner
2025-08-20T19:16:15.5528722Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceTestCases.json' from root:root to runner:runner
2025-08-20T19:16:15.5530492Z [00:02:21.003]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListSupplierRegistrations.json' from root:root to runner:runner
2025-08-20T19:16:15.5532252Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/StartServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5534255Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateServiceInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5536010Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5538327Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5540083Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/AddServiceSharedAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.5541870Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceBill.json' from root:root to runner:runner
2025-08-20T19:16:15.5543893Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateServiceTestCase.json' from root:root to runner:runner
2025-08-20T19:16:15.5545667Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateSupplierRegistration.json' from root:root to runner:runner
2025-08-20T19:16:15.5547513Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeleteServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.5549253Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateServiceTestTask.json' from root:root to runner:runner
2025-08-20T19:16:15.5551029Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListAcrImageTags.json' from root:root to runner:runner
2025-08-20T19:16:15.5553030Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5554756Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListResellers.json' from root:root to runner:runner
2025-08-20T19:16:15.5556498Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RemoveServiceSharedAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.5558275Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpgradeServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5559994Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateArtifact.json' from root:root to runner:runner
2025-08-20T19:16:15.5561698Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceProvisions.json' from root:root to runner:runner
2025-08-20T19:16:15.5563643Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateArtifact.json' from root:root to runner:runner
2025-08-20T19:16:15.5565361Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListArtifactVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.5567107Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateServiceTestCase.json' from root:root to runner:runner
2025-08-20T19:16:15.5568720Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier' from root:root to runner:runner
2025-08-20T19:16:15.5570428Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListDeploymentDrafts.json' from root:root to runner:runner
2025-08-20T19:16:15.5572133Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetGenerateResourcePlanResult.json' from root:root to runner:runner
2025-08-20T19:16:15.5574021Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StopApplyScheduledPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.5575687Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDeploymentDraftLock.json' from root:root to runner:runner
2025-08-20T19:16:15.5577454Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListEngineVersionMetadata.json' from root:root to runner:runner
2025-08-20T19:16:15.5579190Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteSessionCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5580831Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ApplyScheduledPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.5582539Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteUdfFunction.json' from root:root to runner:runner
2025-08-20T19:16:15.5584146Z [00:02:21.004]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetTables.json' from root:root to runner:runner
2025-08-20T19:16:15.5585757Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetHotUpdateJobResult.json' from root:root to runner:runner
2025-08-20T19:16:15.5587339Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetJob.json' from root:root to runner:runner
2025-08-20T19:16:15.5588937Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetAppliedScheduledPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.5590842Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateDeploymentDraft.json' from root:root to runner:runner
2025-08-20T19:16:15.5593270Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:15.5594839Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StartJob.json' from root:root to runner:runner
2025-08-20T19:16:15.5596419Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateUdfArtifact.json' from root:root to runner:runner
2025-08-20T19:16:15.5598114Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StopJob.json' from root:root to runner:runner
2025-08-20T19:16:15.5599753Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.5601417Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListScheduledPlanExecutedHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.5603424Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StopSessionCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5605189Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StartJobWithParams.json' from root:root to runner:runner
2025-08-20T19:16:15.5606873Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteVariable.json' from root:root to runner:runner
2025-08-20T19:16:15.5608459Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/FlinkApiProxy.json' from root:root to runner:runner
2025-08-20T19:16:15.5610051Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateDeployment.json' from root:root to runner:runner
2025-08-20T19:16:15.5611638Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.5613415Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateDeploymentTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.5615167Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GenerateResourcePlanWithFlinkConfAsync.json' from root:root to runner:runner
2025-08-20T19:16:15.5616899Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/RegisterUdfFunction.json' from root:root to runner:runner
2025-08-20T19:16:15.5618524Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListScheduledPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.5620169Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateDeploymentTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.5621787Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDeployment.json' from root:root to runner:runner
2025-08-20T19:16:15.5623516Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDeploymentDraft.json' from root:root to runner:runner
2025-08-20T19:16:15.5625227Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/HotUpdateJob.json' from root:root to runner:runner
2025-08-20T19:16:15.5626895Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ExecuteSqlStatement.json' from root:root to runner:runner
2025-08-20T19:16:15.5628475Z [00:02:21.005]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetMember.json' from root:root to runner:runner
2025-08-20T19:16:15.5630132Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteDeploymentDraft.json' from root:root to runner:runner
2025-08-20T19:16:15.5631743Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateMember.json' from root:root to runner:runner
2025-08-20T19:16:15.5633730Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/RegisterCustomConnector.json' from root:root to runner:runner
2025-08-20T19:16:15.5635395Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateUdfArtifact.json' from root:root to runner:runner
2025-08-20T19:16:15.5637038Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteScheduledPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.5638642Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListVariables.json' from root:root to runner:runner
2025-08-20T19:16:15.5640260Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListCustomConnectors.json' from root:root to runner:runner
2025-08-20T19:16:15.5641863Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteFolder.json' from root:root to runner:runner
2025-08-20T19:16:15.5643766Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ValidateSqlStatement.json' from root:root to runner:runner
2025-08-20T19:16:15.5645401Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteUdfArtifact.json' from root:root to runner:runner
2025-08-20T19:16:15.5647039Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListDeploymentTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.5648661Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetUdfArtifacts.json' from root:root to runner:runner
2025-08-20T19:16:15.5650375Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateSessionCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5652016Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetLatestJobStartLog.json' from root:root to runner:runner
2025-08-20T19:16:15.5653880Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeployDeploymentDraftAsync.json' from root:root to runner:runner
2025-08-20T19:16:15.5655510Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateFolder.json' from root:root to runner:runner
2025-08-20T19:16:15.5657192Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateDeploymentDraft.json' from root:root to runner:runner
2025-08-20T19:16:15.5658806Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetSavepoint.json' from root:root to runner:runner
2025-08-20T19:16:15.5660465Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateScheduledPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.5662077Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteSavepoint.json' from root:root to runner:runner
2025-08-20T19:16:15.5663823Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteCustomConnector.json' from root:root to runner:runner
2025-08-20T19:16:15.5665680Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateScheduledPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.5667843Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.5669487Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDeployDeploymentDraftResult.json' from root:root to runner:runner
2025-08-20T19:16:15.5671163Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListDeployments.json' from root:root to runner:runner
2025-08-20T19:16:15.5673001Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteDeployment.json' from root:root to runner:runner
2025-08-20T19:16:15.5674612Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListSavepoints.json' from root:root to runner:runner
2025-08-20T19:16:15.5676378Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetCatalogs.json' from root:root to runner:runner
2025-08-20T19:16:15.5678269Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateSavepoint.json' from root:root to runner:runner
2025-08-20T19:16:15.5680269Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateDeployment.json' from root:root to runner:runner
2025-08-20T19:16:15.5682161Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteMember.json' from root:root to runner:runner
2025-08-20T19:16:15.5684204Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteDeploymentTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.5686097Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetJobDiagnosis.json' from root:root to runner:runner
2025-08-20T19:16:15.5687939Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateMember.json' from root:root to runner:runner
2025-08-20T19:16:15.5689558Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StartSessionCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5691169Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDatabases.json' from root:root to runner:runner
2025-08-20T19:16:15.5692917Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateVariable.json' from root:root to runner:runner
2025-08-20T19:16:15.5694562Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateSessionCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5696189Z [00:02:21.006]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetSessionCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5697766Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetFolder.json' from root:root to runner:runner
2025-08-20T19:16:15.5699325Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateFolder.json' from root:root to runner:runner
2025-08-20T19:16:15.5701248Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateVariable.json' from root:root to runner:runner
2025-08-20T19:16:15.5702993Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListSessionClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.5704605Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetLineageInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.5706240Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica' from root:root to runner:runner
2025-08-20T19:16:15.5707908Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeSubaccountK8sClusterUserConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5709577Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CleanUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:15.5711455Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListUserKubeConfigStates.json' from root:root to runner:runner
2025-08-20T19:16:15.5713413Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicyDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.5715111Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5716729Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UnInstallClusterAddons.json' from root:root to runner:runner
2025-08-20T19:16:15.5718314Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterVuls.json' from root:root to runner:runner
2025-08-20T19:16:15.5719934Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateClusterInspectConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5721505Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/StopAlert.json' from root:root to runner:runner
2025-08-20T19:16:15.5723283Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.5724953Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterUserKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5726613Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateContactGroupForAlert.json' from root:root to runner:runner
2025-08-20T19:16:15.5728199Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeAddons.json' from root:root to runner:runner
2025-08-20T19:16:15.5729797Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicyInstancesStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.5731399Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/AttachInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.5733218Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteKubernetesTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.5734845Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ResumeTask.json' from root:root to runner:runner
2025-08-20T19:16:15.5736413Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RevokeK8sClusterKubeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5738105Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyNodePoolNodeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5740546Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonsUpgradeStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.5742294Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RunClusterInspect.json' from root:root to runner:runner
2025-08-20T19:16:15.5743999Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.5745524Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/MigrateCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5747087Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:15.5748697Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.5750280Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/PauseClusterUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:15.5751882Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.5753815Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateK8sClusterUserConfigExpire.json' from root:root to runner:runner
2025-08-20T19:16:15.5755481Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetKubernetesTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.5757043Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterCheck.json' from root:root to runner:runner
2025-08-20T19:16:15.5758685Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClustersV1.json' from root:root to runner:runner
2025-08-20T19:16:15.5760228Z [00:02:21.007]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.5761895Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeUserClusterNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:15.5763787Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeExternalAgent.json' from root:root to runner:runner
2025-08-20T19:16:15.5765462Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ScaleClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:15.5767105Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonMetadata.json' from root:root to runner:runner
2025-08-20T19:16:15.5768808Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RunClusterCheck.json' from root:root to runner:runner
2025-08-20T19:16:15.5770375Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeNodePoolVuls.json' from root:root to runner:runner
2025-08-20T19:16:15.5771936Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5773785Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterInspectReportDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.5775431Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterAuditProject.json' from root:root to runner:runner
2025-08-20T19:16:15.5777027Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RepairClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:15.5778608Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListClusterChecks.json' from root:root to runner:runner
2025-08-20T19:16:15.5780154Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5781725Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.5783464Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateClusterInspectConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5785144Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.5786703Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeletePolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5788386Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListClusterKubeconfigStates.json' from root:root to runner:runner
2025-08-20T19:16:15.5789975Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GrantPermissions.json' from root:root to runner:runner
2025-08-20T19:16:15.5791571Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeAddon.json' from root:root to runner:runner
2025-08-20T19:16:15.5793405Z [00:02:21.008]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CancelOperationPlan.json' from root:root to runner:runner
2025-08-20T19:16:15.5795084Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:15.5796701Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateKubernetesTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.5798304Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:15.5799874Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetUpgradeStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.5801475Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteClusterInspectConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5803345Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListOperationPlans.json' from root:root to runner:runner
2025-08-20T19:16:15.5804932Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.5806509Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterAddonInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5808125Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterInspectConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5809998Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterNodePoolDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.5812272Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeResourcesDeleteProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.5814063Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RemoveNodePoolNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.5815765Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/AttachInstancesToNodePool.json' from root:root to runner:runner
2025-08-20T19:16:15.5817447Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonUpgradeStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.5819154Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpgradeClusterAddons.json' from root:root to runner:runner
2025-08-20T19:16:15.5820775Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CleanClusterUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:15.5822553Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyClusterAddon.json' from root:root to runner:runner
2025-08-20T19:16:15.5824141Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/OpenAckService.json' from root:root to runner:runner
2025-08-20T19:16:15.5825661Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListAddons.json' from root:root to runner:runner
2025-08-20T19:16:15.5827244Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5828871Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteClusterNodepool.json' from root:root to runner:runner
2025-08-20T19:16:15.5830460Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/SyncClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:15.5832119Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeKubernetesVersionMetadata.json' from root:root to runner:runner
2025-08-20T19:16:15.5834003Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.5835661Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.5837244Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateAutoscalingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5838891Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.5840508Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterDiagnosisCheckItems.json' from root:root to runner:runner
2025-08-20T19:16:15.5842142Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateClusterDiagnosis.json' from root:root to runner:runner
2025-08-20T19:16:15.5843976Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.5845598Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5847163Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/InstallClusterAddons.json' from root:root to runner:runner
2025-08-20T19:16:15.5848819Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.5850375Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5851941Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/PauseComponentUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:15.5853656Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.5855227Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpgradeClusterNodepool.json' from root:root to runner:runner
2025-08-20T19:16:15.5856769Z [00:02:21.009]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CancelTask.json' from root:root to runner:runner
2025-08-20T19:16:15.5858297Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.5859846Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:15.5861521Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListClusterInspectReports.json' from root:root to runner:runner
2025-08-20T19:16:15.5863242Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CancelComponentUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:15.5864875Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/FixNodePoolVuls.json' from root:root to runner:runner
2025-08-20T19:16:15.5866469Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateClusterAuditLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5868111Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterNodePools.json' from root:root to runner:runner
2025-08-20T19:16:15.5869704Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteClusterNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.5871295Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.5873138Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterDiagnosisResult.json' from root:root to runner:runner
2025-08-20T19:16:15.5874820Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CheckServiceRole.json' from root:root to runner:runner
2025-08-20T19:16:15.5876356Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpgradeCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5877935Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicyInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.5879513Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyClusterTags.json' from root:root to runner:runner
2025-08-20T19:16:15.5881757Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.5883578Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateControlPlaneLog.json' from root:root to runner:runner
2025-08-20T19:16:15.5885246Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicyGovernanceInCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5886919Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClustersForRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.5888662Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.5890242Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.5891939Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonsVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.5893747Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterV2UserKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:15.5895384Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ResumeUpgradeCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5896940Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ScanClusterVuls.json' from root:root to runner:runner
2025-08-20T19:16:15.5898598Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CheckControlPlaneLogEnable.json' from root:root to runner:runner
2025-08-20T19:16:15.5900330Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateResourcesDeleteProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.5901968Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CancelClusterUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:15.5903637Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/PauseTask.json' from root:root to runner:runner
2025-08-20T19:16:15.5905180Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeployPolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5906781Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ResumeComponentUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:15.5908413Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAttachScripts.json' from root:root to runner:runner
2025-08-20T19:16:15.5910058Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListClusterAddonInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.5911668Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyPolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.5913586Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/StartAlert.json' from root:root to runner:runner
2025-08-20T19:16:15.5915177Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeEventsForRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.5916735Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5918387Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.5920004Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeTemplateAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.5921489Z [00:02:21.010]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs' from root:root to runner:runner
2025-08-20T19:16:15.5923075Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas' from root:root to runner:runner
2025-08-20T19:16:15.5924529Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/LICENSE' from root:root to runner:runner
2025-08-20T19:16:15.5926055Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/SwitchOverGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.5927750Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.5929363Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.5930955Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:15.5932684Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RefreshDBClusterStorageUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.5934332Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.5935948Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.5937653Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.5939354Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.5940963Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeScheduleTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.5942634Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5944250Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeGlobalDatabaseNetworks.json' from root:root to runner:runner
2025-08-20T19:16:15.5945892Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.5947490Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RevokeAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:15.5949087Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBNodesParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.5951146Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CheckKMSAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:15.5953477Z [00:02:21.011]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.5955059Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.5956614Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeAITaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.5958211Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/UpgradeDBClusterVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.5959847Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterStorageSpace.json' from root:root to runner:runner
2025-08-20T19:16:15.5961465Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RemoveDBClusterFromGDN.json' from root:root to runner:runner
2025-08-20T19:16:15.5963371Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/UpgradeDBClusterMinorVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.5965156Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.5966813Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.5968353Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.5976057Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterSSL.json' from root:root to runner:runner
2025-08-20T19:16:15.5977852Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeBackupTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.5979590Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterConnectivity.json' from root:root to runner:runner
2025-08-20T19:16:15.5981237Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeCharacterSetName.json' from root:root to runner:runner
2025-08-20T19:16:15.5982986Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RestoreTable.json' from root:root to runner:runner
2025-08-20T19:16:15.5984674Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.5986345Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeUserEncryptionKeyList.json' from root:root to runner:runner
2025-08-20T19:16:15.5987988Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/EvaluateRegionResource.json' from root:root to runner:runner
2025-08-20T19:16:15.5989592Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBNodesParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.5991206Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyLogBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.5993142Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.5994835Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterAuditLogCollector.json' from root:root to runner:runner
2025-08-20T19:16:15.5996532Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterServerlessConf.json' from root:root to runner:runner
2025-08-20T19:16:15.5998271Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBProxyPerformance.json' from root:root to runner:runner
2025-08-20T19:16:15.5999921Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDatabases.json' from root:root to runner:runner
2025-08-20T19:16:15.6001457Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:15.6003331Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDetachedBackups.json' from root:root to runner:runner
2025-08-20T19:16:15.6004910Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.6006443Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBNodeClass.json' from root:root to runner:runner
2025-08-20T19:16:15.6007975Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDasConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6009601Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/TempModifyDBNode.json' from root:root to runner:runner
2025-08-20T19:16:15.6011249Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6013056Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6014682Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6016321Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/EnableDBClusterServerless.json' from root:root to runner:runner
2025-08-20T19:16:15.6017934Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateColdStorageInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.6019615Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterAvailableResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6022061Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBNodeHotReplicaMode.json' from root:root to runner:runner
2025-08-20T19:16:15.6024007Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6025592Z [00:02:21.012]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:15.6027249Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeClassList.json' from root:root to runner:runner
2025-08-20T19:16:15.6028836Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DisableDBClusterServerless.json' from root:root to runner:runner
2025-08-20T19:16:15.6030425Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.6032016Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterPerformance.json' from root:root to runner:runner
2025-08-20T19:16:15.6033903Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.6035490Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6037104Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.6038661Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.6040348Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6041943Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CheckAccountName.json' from root:root to runner:runner
2025-08-20T19:16:15.6043784Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.6045339Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.6046852Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.6048454Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyGlobalSecurityIPGroupName.json' from root:root to runner:runner
2025-08-20T19:16:15.6050219Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterServerlessConf.json' from root:root to runner:runner
2025-08-20T19:16:15.6051783Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/OpenAITask.json' from root:root to runner:runner
2025-08-20T19:16:15.6053543Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterMigration.json' from root:root to runner:runner
2025-08-20T19:16:15.6055173Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeParameterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.6056792Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBClusterEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.6058393Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CheckServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:15.6060008Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.6060888Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterAccessWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.6061821Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyPendingMaintenanceAction.json' from root:root to runner:runner
2025-08-20T19:16:15.6062826Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterTDE.json' from root:root to runner:runner
2025-08-20T19:16:15.6063680Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/TransformDBClusterPayType.json' from root:root to runner:runner
2025-08-20T19:16:15.6064492Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterSSL.json' from root:root to runner:runner
2025-08-20T19:16:15.6065311Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/EnableFirewallRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6066132Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.6066905Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CheckDBName.json' from root:root to runner:runner
2025-08-20T19:16:15.6067671Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CloseAITask.json' from root:root to runner:runner
2025-08-20T19:16:15.6068542Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/FailoverDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.6069451Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.6070297Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.6071122Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.6071972Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:15.6073102Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6073883Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/version.json' from root:root to runner:runner
2025-08-20T19:16:15.6074694Z [00:02:21.013]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteMaskingRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6075624Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClustersWithBackups.json' from root:root to runner:runner
2025-08-20T19:16:15.6076421Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeMetaList.json' from root:root to runner:runner
2025-08-20T19:16:15.6077225Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBNodesClass.json' from root:root to runner:runner
2025-08-20T19:16:15.6078012Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.6078849Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBClusterEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.6079691Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.6080542Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBInitializeVariable.json' from root:root to runner:runner
2025-08-20T19:16:15.6081327Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6082260Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribePendingMaintenanceAction.json' from root:root to runner:runner
2025-08-20T19:16:15.6083431Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6084232Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBLinks.json' from root:root to runner:runner
2025-08-20T19:16:15.6085066Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeLogBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6085879Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeMaskingRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6086749Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.6087637Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribePendingMaintenanceActions.json' from root:root to runner:runner
2025-08-20T19:16:15.6088544Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterPrimaryZone.json' from root:root to runner:runner
2025-08-20T19:16:15.6089376Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ManuallyStartDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.6090835Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.6091674Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6092696Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterAndNodesParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.6093580Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribePolarSQLCollectorPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6094427Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterMigration.json' from root:root to runner:runner
2025-08-20T19:16:15.6095252Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.6096146Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.6097045Z [00:02:21.014]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.6097991Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterAuditLogCollector.json' from root:root to runner:runner
2025-08-20T19:16:15.6098762Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ResetAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.6099617Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6100427Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterTDE.json' from root:root to runner:runner
2025-08-20T19:16:15.6101256Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.6102126Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6103119Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeSlowLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.6103994Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.6104902Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.6105749Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ResetGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.6106587Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeParameterGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.6107357Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBLink.json' from root:root to runner:runner
2025-08-20T19:16:15.6108170Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyMaskingRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6108989Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CloseDBClusterMigration.json' from root:root to runner:runner
2025-08-20T19:16:15.6109833Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBLink.json' from root:root to runner:runner
2025-08-20T19:16:15.6110609Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RestartDBNode.json' from root:root to runner:runner
2025-08-20T19:16:15.6111528Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6112329Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateStoragePlan.json' from root:root to runner:runner
2025-08-20T19:16:15.6113424Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/GrantAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:15.6114247Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeBackupLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.6115218Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterAccessWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.6116079Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBNodePerformance.json' from root:root to runner:runner
2025-08-20T19:16:15.6116967Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterDeletion.json' from root:root to runner:runner
2025-08-20T19:16:15.6117790Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.6118608Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CancelScheduleTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.6119308Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb' from root:root to runner:runner
2025-08-20T19:16:15.6120139Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/UpdateHubClusterFeature.json' from root:root to runner:runner
2025-08-20T19:16:15.6120951Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeHubClusterLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.6121765Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicyDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.6122815Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/UpdateUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.6123727Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeHubClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.6124621Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicyInstancesStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6125535Z [00:02:21.015]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DeleteUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.6126335Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/GrantUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:15.6127155Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:15.6128012Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DeletePolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.6128761Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/version.json' from root:root to runner:runner
2025-08-20T19:16:15.6129585Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeManagedClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.6130464Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeHubClusterDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.6131320Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeHubClusterKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6132102Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.6133014Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DetachClusterFromHub.json' from root:root to runner:runner
2025-08-20T19:16:15.6133839Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicyInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.6134712Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicyGovernanceInCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.6135498Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.6136288Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/GrantUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.6137172Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DeployPolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.6137954Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/CreateHubCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.6138804Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/AttachClusterToHub.json' from root:root to runner:runner
2025-08-20T19:16:15.6139583Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DeleteHubCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.6140279Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp' from root:root to runner:runner
2025-08-20T19:16:15.6141093Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafGeoInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6142018Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6142978Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDcdnWafPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6143931Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnCertificateSigningRequest.json' from root:root to runner:runner
2025-08-20T19:16:15.6144687Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ListDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:15.6145508Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnReportList.json' from root:root to runner:runner
2025-08-20T19:16:15.6146331Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteRoutineCodeRevision.json' from root:root to runner:runner
2025-08-20T19:16:15.6147119Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutine.json' from root:root to runner:runner
2025-08-20T19:16:15.6147937Z [00:02:21.016]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRefreshTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.6148806Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.6149671Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainQpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:15.6150546Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserSecDrop.json' from root:root to runner:runner
2025-08-20T19:16:15.6151322Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/OpenDcdnService.json' from root:root to runner:runner
2025-08-20T19:16:15.6152189Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnStagingIp.json' from root:root to runner:runner
2025-08-20T19:16:15.6153278Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSMCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.6154122Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnBlockedRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.6155046Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchSetDcdnIpaDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.6155915Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ListDcdnRealTimeDeliveryProject.json' from root:root to runner:runner
2025-08-20T19:16:15.6156720Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6157608Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafFilterInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6158405Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDcdnWafGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6159225Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRefreshQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.6160187Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeUserErStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6161502Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6162305Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/StartDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6163395Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRegionData.json' from root:root to runner:runner
2025-08-20T19:16:15.6164197Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6165168Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserSecDropByMinute.json' from root:root to runner:runner
2025-08-20T19:16:15.6166054Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSecFuncInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6166870Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CommitStagingRoutineCode.json' from root:root to runner:runner
2025-08-20T19:16:15.6167669Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeKvUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.6168477Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6169318Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UploadRoutineCode.json' from root:root to runner:runner
2025-08-20T19:16:15.6170115Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchAddDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6170900Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UntagDcdnResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6171787Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeEncryptRoutineUid.json' from root:root to runner:runner
2025-08-20T19:16:15.6172736Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserBillType.json' from root:root to runner:runner
2025-08-20T19:16:15.6173528Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6174382Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserDomainsByFunc.json' from root:root to runner:runner
2025-08-20T19:16:15.6175180Z [00:02:21.017]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnService.json' from root:root to runner:runner
2025-08-20T19:16:15.6175996Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6176813Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.6177620Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteRoutineConfEnvs.json' from root:root to runner:runner
2025-08-20T19:16:15.6178474Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnL2Ips.json' from root:root to runner:runner
2025-08-20T19:16:15.6179350Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnErUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.6180166Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6180974Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/RefreshDcdnObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:15.6181945Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:15.6182911Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafScenes.json' from root:root to runner:runner
2025-08-20T19:16:15.6183772Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.6184646Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.6185557Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:15.6186407Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.6187216Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PreloadDcdnObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:15.6188021Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/RefreshErObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:15.6188893Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainOriginBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.6189674Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteRoutine.json' from root:root to runner:runner
2025-08-20T19:16:15.6190493Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6191334Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainSMCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.6192255Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnKvAccountStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6193361Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnWafGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6194188Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchDeleteDcdnWafRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6195083Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6195949Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineRelatedDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.6196821Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSecSpecInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6197645Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.6198485Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnBgpTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.6199281Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnL2Vips.json' from root:root to runner:runner
2025-08-20T19:16:15.6200132Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeUserLogserviceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6200899Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/AddDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6201709Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PutDcdnKvNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.6202786Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainIspData.json' from root:root to runner:runner
2025-08-20T19:16:15.6203566Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/GetDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:15.6204394Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnVerifyContent.json' from root:root to runner:runner
2025-08-20T19:16:15.6205196Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CheckDcdnProjectExist.json' from root:root to runner:runner
2025-08-20T19:16:15.6206117Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineCanaryEnvs.json' from root:root to runner:runner
2025-08-20T19:16:15.6206939Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:15.6207825Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6208734Z [00:02:21.018]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSLSRealTimeLogType.json' from root:root to runner:runner
2025-08-20T19:16:15.6209576Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainSSLCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.6210427Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnReport.json' from root:root to runner:runner
2025-08-20T19:16:15.6211266Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafPolicyDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.6212085Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRDDomainConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6213065Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainMultiUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.6213944Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.6214798Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6215615Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.6216432Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeHighlightInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6217271Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6218159Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.6219118Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserRealTimeDeliveryField.json' from root:root to runner:runner
2025-08-20T19:16:15.6219926Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6220842Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainTopReferVisit.json' from root:root to runner:runner
2025-08-20T19:16:15.6221664Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.6222632Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchStartDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6223437Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6224323Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/StartDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6225144Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainUvData.json' from root:root to runner:runner
2025-08-20T19:16:15.6225996Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnRealTimeLogProject.json' from root:root to runner:runner
2025-08-20T19:16:15.6226795Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetRoutineSubdomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6227599Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSubList.json' from root:root to runner:runner
2025-08-20T19:16:15.6228505Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:15.6229282Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/StopDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6230716Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.6231705Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaService.json' from root:root to runner:runner
2025-08-20T19:16:15.6232694Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateRoutine.json' from root:root to runner:runner
2025-08-20T19:16:15.6233698Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainCSRCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.6234695Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:15.6235513Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafSpecInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6236335Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainQpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.6237216Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDdosSpecInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6238056Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/TagDcdnResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6238888Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeUserDcdnIpaStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6239677Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnWafPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6240494Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnsecService.json' from root:root to runner:runner
2025-08-20T19:16:15.6241331Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchSetDcdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.6242143Z [00:02:21.019]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnKvNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.6243234Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainProperty.json' from root:root to runner:runner
2025-08-20T19:16:15.6244108Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDCdnDomainSchdmByProperty.json' from root:root to runner:runner
2025-08-20T19:16:15.6244929Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDdosService.json' from root:root to runner:runner
2025-08-20T19:16:15.6245771Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchDeleteDcdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.6246606Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:15.6247585Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainOriginTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.6248497Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSSLCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:15.6249336Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainsBySource.json' from root:root to runner:runner
2025-08-20T19:16:15.6250118Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6250972Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.6251768Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/version.json' from root:root to runner:runner
2025-08-20T19:16:15.6252723Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnKvNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.6253612Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeDetailData.json' from root:root to runner:runner
2025-08-20T19:16:15.6254389Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/GetDcdnKvStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6255167Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchPutDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:15.6256036Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnOriginSiteHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6256881Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.6257681Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6258473Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDcdnWafRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6259310Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDeletedDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.6260118Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.6260974Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/AddDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6261849Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDdosAllEventList.json' from root:root to runner:runner
2025-08-20T19:16:15.6262849Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainBpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:15.6263738Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.6264567Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6265457Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaDomainCidr.json' from root:root to runner:runner
2025-08-20T19:16:15.6266290Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineCodeRevision.json' from root:root to runner:runner
2025-08-20T19:16:15.6267103Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/VerifyDcdnDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:15.6267887Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6268724Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafBotAppKey.json' from root:root to runner:runner
2025-08-20T19:16:15.6269531Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnBgpBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.6270342Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainLog.json' from root:root to runner:runner
2025-08-20T19:16:15.6271187Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainIpaBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.6272025Z [00:02:21.020]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafDefaultRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6273070Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/StopDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6274019Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchSetDcdnDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.6274860Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnHttpsDomainList.json' from root:root to runner:runner
2025-08-20T19:16:15.6275705Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnUserConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6276512Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnKvAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.6277377Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.6278279Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.6279182Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchSetDcdnWafDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.6280016Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserBillHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.6280817Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6281599Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnWafGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6282613Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnUserConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6283561Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:15.6284461Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainWebsocketTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.6285289Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainPvData.json' from root:root to runner:runner
2025-08-20T19:16:15.6286110Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.6286925Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchCreateDcdnWafRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6287854Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainIpaConnData.json' from root:root to runner:runner
2025-08-20T19:16:15.6288674Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRegionAndIsp.json' from root:root to runner:runner
2025-08-20T19:16:15.6289582Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:15.6290391Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchModifyDcdnWafRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6291322Z [00:02:21.021]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainIpaTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.6292267Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:15.6293226Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnFullDomainsBlockIP.json' from root:root to runner:runner
2025-08-20T19:16:15.6294023Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.6294919Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PublishDcdnStagingConfigToProduction.json' from root:root to runner:runner
2025-08-20T19:16:15.6295779Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:15.6296655Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnUserRealTimeDeliveryField.json' from root:root to runner:runner
2025-08-20T19:16:15.6297464Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnAclFields.json' from root:root to runner:runner
2025-08-20T19:16:15.6298344Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainWebsocketBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.6299644Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.6300699Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserTags.json' from root:root to runner:runner
2025-08-20T19:16:15.6301507Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6302527Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnWafPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6303454Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.6304289Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.6305113Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.6305994Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDeliverList.json' from root:root to runner:runner
2025-08-20T19:16:15.6306863Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeUserDcdnStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6307724Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainCcActivityLog.json' from root:root to runner:runner
2025-08-20T19:16:15.6308576Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainTopUrlVisit.json' from root:root to runner:runner
2025-08-20T19:16:15.6309389Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafService.json' from root:root to runner:runner
2025-08-20T19:16:15.6310284Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.6311104Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/RollbackDcdnStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6311978Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafPolicyValidDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.6313012Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.6313898Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnSpecificStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6314688Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6315551Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnSLSRealTimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.6316610Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainCname.json' from root:root to runner:runner
2025-08-20T19:16:15.6317572Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserCertificateExpireCount.json' from root:root to runner:runner
2025-08-20T19:16:15.6318417Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnTopDomainsByFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.6319323Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserVipsByDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6320155Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PublishRoutineCodeRevision.json' from root:root to runner:runner
2025-08-20T19:16:15.6320968Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PutDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:15.6321815Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSMCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:15.6322938Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainByCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.6323765Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.6324620Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6325437Z [00:02:21.022]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UploadStagingRoutineCode.json' from root:root to runner:runner
2025-08-20T19:16:15.6326313Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRealTimeDeliveryField.json' from root:root to runner:runner
2025-08-20T19:16:15.6327130Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateSlrAndSlsProject.json' from root:root to runner:runner
2025-08-20T19:16:15.6327972Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnIpaSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6328866Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:15.6329819Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeQpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.6330646Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.6331543Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRefreshTaskById.json' from root:root to runner:runner
2025-08-20T19:16:15.6332324Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/EditRoutineConf.json' from root:root to runner:runner
2025-08-20T19:16:15.6333311Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchStopDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6334146Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDcdnWafPolicyDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.6334938Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn' from root:root to runner:runner
2025-08-20T19:16:15.6335790Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/InitializeKvstorePermission.json' from root:root to runner:runner
2025-08-20T19:16:15.6336643Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:15.6337425Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:15.6338225Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:15.6339048Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/TransformToPrePaid.json' from root:root to runner:runner
2025-08-20T19:16:15.6339940Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6340731Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.6341569Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6342532Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CheckCloudResourceAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:15.6343448Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/EnableAdditionalBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:15.6344378Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeGlobalDistributeCache.json' from root:root to runner:runner
2025-08-20T19:16:15.6345221Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceVpcAuthMode.json' from root:root to runner:runner
2025-08-20T19:16:15.6346090Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyDBInstanceConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:15.6346947Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RemoveSubInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.6347847Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceMajorVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.6348678Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.6349559Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeSecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.6350412Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeClusterMemberInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6351215Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/AddShardingNode.json' from root:root to runner:runner
2025-08-20T19:16:15.6352075Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeLogicInstanceTopology.json' from root:root to runner:runner
2025-08-20T19:16:15.6353191Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/AllocateInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.6354051Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeDBNodeDirectVipInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6354871Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:15.6355674Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.6356628Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateGlobalDistributeCache.json' from root:root to runner:runner
2025-08-20T19:16:15.6357445Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeAuditRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.6358353Z [00:02:21.023]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceMinorVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.6359158Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6360017Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeBackupTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.6360894Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ReleaseInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.6361764Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeRoleZoneInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6362796Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.6363695Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/TransformInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:15.6364516Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/UnlockDBInstanceWrite.json' from root:root to runner:runner
2025-08-20T19:16:15.6365374Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DeleteGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6366202Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ReleaseDirectConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.6367026Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeHistoryTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.6367864Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeRunningLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.6369250Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstancesOverview.json' from root:root to runner:runner
2025-08-20T19:16:15.6370293Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceNetExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:15.6371272Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateCacheAnalysisTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6372131Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/SyncDtsStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6373059Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6373875Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:15.6374737Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.6375654Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.6376498Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/AllocateDirectConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.6377348Z [00:02:21.024]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6378140Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.6379044Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6379917Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyGlobalSecurityIPGroupName.json' from root:root to runner:runner
2025-08-20T19:16:15.6380758Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeParameterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.6381551Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.6382495Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyIntranetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6383352Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeHistoryMonitorValues.json' from root:root to runner:runner
2025-08-20T19:16:15.6384227Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeCacheAnalysisReportList.json' from root:root to runner:runner
2025-08-20T19:16:15.6385135Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.6386040Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceTDEStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6386879Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RenewAdditionalBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:15.6387752Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.6388541Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/SwitchNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.6389433Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeIntranetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6390294Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeCacheAnalysisReport.json' from root:root to runner:runner
2025-08-20T19:16:15.6391111Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/SwitchInstanceProxy.json' from root:root to runner:runner
2025-08-20T19:16:15.6391934Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.6392982Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeMonitorItems.json' from root:root to runner:runner
2025-08-20T19:16:15.6393824Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeAuditLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6394626Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.6395382Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/version.json' from root:root to runner:runner
2025-08-20T19:16:15.6396280Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/LockDBInstanceWrite.json' from root:root to runner:runner
2025-08-20T19:16:15.6397155Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifySecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.6398035Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeSecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:15.6398875Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6399691Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/MigrateToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:15.6400491Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.6401387Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyActiveOperationTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6402237Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeEncryptionKeyList.json' from root:root to runner:runner
2025-08-20T19:16:15.6403485Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeDedicatedClusterInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:15.6404313Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6405122Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RestartInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.6405939Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6406786Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceParameter.json' from root:root to runner:runner
2025-08-20T19:16:15.6407571Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.6408360Z [00:02:21.025]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6409148Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.6410061Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeClusterBackupList.json' from root:root to runner:runner
2025-08-20T19:16:15.6410970Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.6411806Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.6412797Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6413612Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:15.6414417Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.6415309Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6416178Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DeleteShardingNode.json' from root:root to runner:runner
2025-08-20T19:16:15.6417015Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyAuditLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6417800Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/FlushInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.6418624Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6419424Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/FlushExpireKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.6420325Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeParameterModificationHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.6421103Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.6421938Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeEncryptionKey.json' from root:root to runner:runner
2025-08-20T19:16:15.6422982Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeActiveOperationTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6423828Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeDBInstanceNetInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6424759Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.6425637Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateTairInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.6426454Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:15.6427303Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:15.6428757Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6429856Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/SwitchInstanceHA.json' from root:root to runner:runner
2025-08-20T19:16:15.6430745Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RestoreInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.6431590Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/FlushInstanceForDB.json' from root:root to runner:runner
2025-08-20T19:16:15.6432634Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/GrantAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:15.6433495Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6434311Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.6435023Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore' from root:root to runner:runner
2025-08-20T19:16:15.6435831Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6436733Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteResolverEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.6437544Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddZone.json' from root:root to runner:runner
2025-08-20T19:16:15.6438337Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddResolverEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.6439632Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateZoneRemark.json' from root:root to runner:runner
2025-08-20T19:16:15.6440578Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddResolverRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6441455Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:15.6442276Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeStatisticSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.6443334Z [00:02:21.026]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateRecordRemark.json' from root:root to runner:runner
2025-08-20T19:16:15.6444307Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeSyncEcsHostTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6445184Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6445974Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6446735Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddZoneRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.6447536Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeChangeLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.6448352Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateResolverEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.6449149Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeZoneVpcTree.json' from root:root to runner:runner
2025-08-20T19:16:15.6449968Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddUserVpcAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:15.6450815Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6451697Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.6452597Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateResolverRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6453387Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteZoneRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.6454186Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/SetZoneRecordStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6454974Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateZoneRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.6455810Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteUserVpcAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:15.6456602Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeZoneRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.6457467Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/version.json' from root:root to runner:runner
2025-08-20T19:16:15.6458301Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/SetProxyPattern.json' from root:root to runner:runner
2025-08-20T19:16:15.6459081Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.6459872Z [00:02:21.027]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/BindResolverRuleVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.6460686Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateSyncEcsHostTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6461467Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6462288Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.6463193Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeRequestGraph.json' from root:root to runner:runner
2025-08-20T19:16:15.6464054Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteResolverRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6464883Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6465728Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeUserVpcAuthorizations.json' from root:root to runner:runner
2025-08-20T19:16:15.6466488Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:15.6467266Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.6468021Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteZone.json' from root:root to runner:runner
2025-08-20T19:16:15.6468781Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/BindZoneVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.6469568Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeZoneInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6470405Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/CheckZoneName.json' from root:root to runner:runner
2025-08-20T19:16:15.6471099Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz' from root:root to runner:runner
2025-08-20T19:16:15.6471978Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RefreshVodObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:15.6472993Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.6473863Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribePlayVideoStatis.json' from root:root to runner:runner
2025-08-20T19:16:15.6474667Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:15.6475451Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DecryptKMSDataKey.json' from root:root to runner:runner
2025-08-20T19:16:15.6476236Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitWorkflowJob.json' from root:root to runner:runner
2025-08-20T19:16:15.6477091Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAIImageInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6477865Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAuditHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.6478756Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.6479528Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVideoInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6480304Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6481147Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateUploadAttachedMedia.json' from root:root to runner:runner
2025-08-20T19:16:15.6481920Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetCategories.json' from root:root to runner:runner
2025-08-20T19:16:15.6482949Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateUploadVideo.json' from root:root to runner:runner
2025-08-20T19:16:15.6483933Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodStorageData.json' from root:root to runner:runner
2025-08-20T19:16:15.6484782Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/VerifyVodDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:15.6485628Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateVideoInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.6486464Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAppPoliciesForIdentity.json' from root:root to runner:runner
2025-08-20T19:16:15.6487337Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetDefaultTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6488129Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitTranscodeJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.6488953Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6489710Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVideoList.json' from root:root to runner:runner
2025-08-20T19:16:15.6490550Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListTranscodeTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6491375Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6492224Z [00:02:21.028]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMessageCallback.json' from root:root to runner:runner
2025-08-20T19:16:15.6493123Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/BatchStopVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6493888Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6494639Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAppInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.6495422Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.6496187Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.6497017Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetEditingProjectMaterials.json' from root:root to runner:runner
2025-08-20T19:16:15.6497919Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:15.6498777Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAttachedMediaInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6499576Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAuditSecurityIp.json' from root:root to runner:runner
2025-08-20T19:16:15.6500392Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteWatermark.json' from root:root to runner:runner
2025-08-20T19:16:15.6501236Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListLiveRecordVideo.json' from root:root to runner:runner
2025-08-20T19:16:15.6502066Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddEditingProjectMaterials.json' from root:root to runner:runner
2025-08-20T19:16:15.6502923Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetPlayInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6503731Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitAIImageAuditJob.json' from root:root to runner:runner
2025-08-20T19:16:15.6504613Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.6505450Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetTranscodeTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6506260Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodRefreshQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.6507021Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RestoreMedia.json' from root:root to runner:runner
2025-08-20T19:16:15.6507816Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaRefreshJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.6508871Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.6510046Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddWatermark.json' from root:root to runner:runner
2025-08-20T19:16:15.6510884Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AttachAppPolicyToIdentity.json' from root:root to runner:runner
2025-08-20T19:16:15.6511774Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaAuditResult.json' from root:root to runner:runner
2025-08-20T19:16:15.6512865Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetImageInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.6513727Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetImageInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6514581Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6515396Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteMessageCallback.json' from root:root to runner:runner
2025-08-20T19:16:15.6516212Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitDynamicImageJob.json' from root:root to runner:runner
2025-08-20T19:16:15.6517038Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GenerateDownloadSecretKey.json' from root:root to runner:runner
2025-08-20T19:16:15.6517863Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.6518773Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaAuditAudioResultDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.6519586Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SearchMedia.json' from root:root to runner:runner
2025-08-20T19:16:15.6520376Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SearchEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:15.6521233Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.6521981Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAIJob.json' from root:root to runner:runner
2025-08-20T19:16:15.6523117Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.6523929Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:15.6524725Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.6525610Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateMediaStorageClass.json' from root:root to runner:runner
2025-08-20T19:16:15.6526428Z [00:02:21.029]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetVodDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.6527211Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetURLUploadInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.6527970Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6528771Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribePlayUserAvg.json' from root:root to runner:runner
2025-08-20T19:16:15.6529559Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAIMediaAuditJob.json' from root:root to runner:runner
2025-08-20T19:16:15.6530421Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitDigitalWatermarkExtractJob.json' from root:root to runner:runner
2025-08-20T19:16:15.6531236Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/PreloadVodObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:15.6532147Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteEditingProjectMaterials.json' from root:root to runner:runner
2025-08-20T19:16:15.6533100Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateVideoInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6533896Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetDefaultAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.6534717Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaAuditResultDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.6535507Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodAIData.json' from root:root to runner:runner
2025-08-20T19:16:15.6536338Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:15.6537136Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UploadMediaByURL.json' from root:root to runner:runner
2025-08-20T19:16:15.6537926Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteDynamicImage.json' from root:root to runner:runner
2025-08-20T19:16:15.6538781Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddVodStorageForApp.json' from root:root to runner:runner
2025-08-20T19:16:15.6539573Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetTranscodeSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.6540384Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetCrossdomainContent.json' from root:root to runner:runner
2025-08-20T19:16:15.6541142Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitAIJob.json' from root:root to runner:runner
2025-08-20T19:16:15.6541907Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListWatermark.json' from root:root to runner:runner
2025-08-20T19:16:15.6542787Z [00:02:21.030]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.6543562Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6544300Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/version.json' from root:root to runner:runner
2025-08-20T19:16:15.6545221Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.6546007Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaDNAResult.json' from root:root to runner:runner
2025-08-20T19:16:15.6546867Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.6547709Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6548493Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMezzanineInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6549317Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6550181Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribePlayUserTotal.json' from root:root to runner:runner
2025-08-20T19:16:15.6550938Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteStream.json' from root:root to runner:runner
2025-08-20T19:16:15.6551806Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.6552821Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribePlayTopVideos.json' from root:root to runner:runner
2025-08-20T19:16:15.6553597Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.6554362Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetWatermark.json' from root:root to runner:runner
2025-08-20T19:16:15.6555125Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RegisterMedia.json' from root:root to runner:runner
2025-08-20T19:16:15.6555879Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateAudit.json' from root:root to runner:runner
2025-08-20T19:16:15.6556696Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitMediaDNADeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:15.6557486Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetAuditSecurityIp.json' from root:root to runner:runner
2025-08-20T19:16:15.6558258Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteMezzanines.json' from root:root to runner:runner
2025-08-20T19:16:15.6559122Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVideoPlayAuth.json' from root:root to runner:runner
2025-08-20T19:16:15.6559969Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitSnapshotJob.json' from root:root to runner:runner
2025-08-20T19:16:15.6560765Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteMultipartUpload.json' from root:root to runner:runner
2025-08-20T19:16:15.6561552Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GenerateKMSDataKey.json' from root:root to runner:runner
2025-08-20T19:16:15.6562352Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitPreprocessJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.6563473Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateWatermark.json' from root:root to runner:runner
2025-08-20T19:16:15.6564253Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6565060Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitAIMediaAuditJob.json' from root:root to runner:runner
2025-08-20T19:16:15.6565875Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteVideo.json' from root:root to runner:runner
2025-08-20T19:16:15.6566675Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetDefaultWatermark.json' from root:root to runner:runner
2025-08-20T19:16:15.6567470Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/BatchStartVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6568245Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.6569024Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitAIImageJob.json' from root:root to runner:runner
2025-08-20T19:16:15.6569890Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetDigitalWatermarkExtractResult.json' from root:root to runner:runner
2025-08-20T19:16:15.6570677Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteAttachedMedia.json' from root:root to runner:runner
2025-08-20T19:16:15.6571461Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteAIImageInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.6572296Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.6573242Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAIImageJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.6574025Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UploadStreamByURL.json' from root:root to runner:runner
2025-08-20T19:16:15.6574814Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RefreshUploadVideo.json' from root:root to runner:runner
2025-08-20T19:16:15.6575635Z [00:02:21.031]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateAttachedMediaInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.6576466Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.6577371Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodVerifyContent.json' from root:root to runner:runner
2025-08-20T19:16:15.6578767Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6579664Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/MoveAppResource.json' from root:root to runner:runner
2025-08-20T19:16:15.6580510Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ProduceEditingProjectVideo.json' from root:root to runner:runner
2025-08-20T19:16:15.6581316Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainLog.json' from root:root to runner:runner
2025-08-20T19:16:15.6582172Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6583126Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodRefreshTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.6583910Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateImageInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.6584711Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RefreshMediaPlayUrls.json' from root:root to runner:runner
2025-08-20T19:16:15.6585523Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteVodSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6586413Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodTranscodeData.json' from root:root to runner:runner
2025-08-20T19:16:15.6587268Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAIVideoTagResult.json' from root:root to runner:runner
2025-08-20T19:16:15.6588043Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateUploadImage.json' from root:root to runner:runner
2025-08-20T19:16:15.6588807Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVideoInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.6589575Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.6590360Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetMessageCallback.json' from root:root to runner:runner
2025-08-20T19:16:15.6591262Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.6592093Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaAuditResultTimeline.json' from root:root to runner:runner
2025-08-20T19:16:15.6593194Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetDefaultAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.6594050Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DetachAppPolicyFromIdentity.json' from root:root to runner:runner
2025-08-20T19:16:15.6594859Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CancelUrlUploadJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.6595661Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:15.6596449Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetUploadDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.6597271Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/BatchSetVodDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.6598055Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:15.6598829Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.6599650Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.6600480Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetEditingProjectMaterials.json' from root:root to runner:runner
2025-08-20T19:16:15.6601308Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListDynamicImage.json' from root:root to runner:runner
2025-08-20T19:16:15.6602062Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteImage.json' from root:root to runner:runner
2025-08-20T19:16:15.6603016Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod' from root:root to runner:runner
2025-08-20T19:16:15.6603877Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebCcProtectSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.6604816Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteWebPreciseAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6605669Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAreaBlockConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.6606545Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceIds.json' from root:root to runner:runner
2025-08-20T19:16:15.6607365Z [00:02:21.032]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainQPSList.json' from root:root to runner:runner
2025-08-20T19:16:15.6608178Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeL7RsPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6609049Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDefenseCountStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.6609826Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePort.json' from root:root to runner:runner
2025-08-20T19:16:15.6610618Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteAsyncTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6611426Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/AddAutoCcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.6612270Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyNetworkRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6613235Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateWebRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6614064Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventSrcIp.json' from root:root to runner:runner
2025-08-20T19:16:15.6614962Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigLayer4RulePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6615777Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteAutoCcBlacklist.json' from root:root to runner:runner
2025-08-20T19:16:15.6616660Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeBackSourceCidr.json' from root:root to runner:runner
2025-08-20T19:16:15.6617470Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigWebCCTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.6618336Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6619123Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyTlsConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6619969Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EnableSceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6620792Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeCnameReuses.json' from root:root to runner:runner
2025-08-20T19:16:15.6621625Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyHealthCheckConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6622580Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainTopAttackList.json' from root:root to runner:runner
2025-08-20T19:16:15.6623402Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EmptyAutoCcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.6624247Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceExt.json' from root:root to runner:runner
2025-08-20T19:16:15.6625077Z [00:02:21.033]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAutoCcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.6625874Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DisableWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6626761Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EmptyAutoCcBlacklist.json' from root:root to runner:runner
2025-08-20T19:16:15.6627664Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortConnsCount.json' from root:root to runner:runner
2025-08-20T19:16:15.6628471Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeOpEntities.json' from root:root to runner:runner
2025-08-20T19:16:15.6629281Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeNetworkRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6630203Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebInstanceRelations.json' from root:root to runner:runner
2025-08-20T19:16:15.6631036Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeCerts.json' from root:root to runner:runner
2025-08-20T19:16:15.6631875Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeUnBlackholeCount.json' from root:root to runner:runner
2025-08-20T19:16:15.6632893Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebCacheMode.json' from root:root to runner:runner
2025-08-20T19:16:15.6633771Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAttackAnalysisMaxQps.json' from root:root to runner:runner
2025-08-20T19:16:15.6634633Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainStatusCodeList.json' from root:root to runner:runner
2025-08-20T19:16:15.6635420Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ReleaseInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.6636213Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateAsyncTask.json' from root:root to runner:runner
2025-08-20T19:16:15.6637031Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6637863Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSchedulerRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6638675Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventArea.json' from root:root to runner:runner
2025-08-20T19:16:15.6639510Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigLayer4RuleBakMode.json' from root:root to runner:runner
2025-08-20T19:16:15.6640480Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainViewSourceProvinces.json' from root:root to runner:runner
2025-08-20T19:16:15.6641393Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSceneDefensePolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.6642200Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAreaBlock.json' from root:root to runner:runner
2025-08-20T19:16:15.6643209Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EnableWebCC.json' from root:root to runner:runner
2025-08-20T19:16:15.6644112Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDoSEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.6645013Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteWebCacheCustomRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6646093Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateNetworkRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6647332Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAIProtectMode.json' from root:root to runner:runner
2025-08-20T19:16:15.6648147Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigL7RsPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6648991Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EnableWebAccessLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6649787Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6650624Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6651472Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortAutoCcStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6652301Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAccessMode.json' from root:root to runner:runner
2025-08-20T19:16:15.6653300Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebPreciseAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6654123Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyPortAutoCcStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6655094Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DisableWebAccessLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.6655972Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortConnsList.json' from root:root to runner:runner
2025-08-20T19:16:15.6656767Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6657631Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSlaEventList.json' from root:root to runner:runner
2025-08-20T19:16:15.6658528Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainViewSourceCountries.json' from root:root to runner:runner
2025-08-20T19:16:15.6659436Z [00:02:21.034]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainQpsWithCache.json' from root:root to runner:runner
2025-08-20T19:16:15.6660268Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAreaBlockSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.6661085Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteSchedulerRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6661917Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.6662857Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDefenseRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.6663686Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteSceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6664552Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeElasticBandwidthSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.6665387Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateSceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6666222Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeHealthCheckList.json' from root:root to runner:runner
2025-08-20T19:16:15.6667008Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6667892Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventIsp.json' from root:root to runner:runner
2025-08-20T19:16:15.6668717Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainOverview.json' from root:root to runner:runner
2025-08-20T19:16:15.6669649Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortViewSourceProvinces.json' from root:root to runner:runner
2025-08-20T19:16:15.6670506Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortViewSourceIsps.json' from root:root to runner:runner
2025-08-20T19:16:15.6671397Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebCacheCustomRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6672206Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/SwitchSchedulerRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6673365Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSceneDefenseObjects.json' from root:root to runner:runner
2025-08-20T19:16:15.6674251Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainViewTopCostTime.json' from root:root to runner:runner
2025-08-20T19:16:15.6675090Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainResource.json' from root:root to runner:runner
2025-08-20T19:16:15.6675990Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAccessLogDispatchStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6676829Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebCCRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6677634Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/AddAutoCcBlacklist.json' from root:root to runner:runner
2025-08-20T19:16:15.6678476Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortAttackMaxFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.6679245Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/version.json' from root:root to runner:runner
2025-08-20T19:16:15.6680102Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainStatusCodeCount.json' from root:root to runner:runner
2025-08-20T19:16:15.6680942Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeLayer4RulePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6681839Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DetachSceneDefenseObject.json' from root:root to runner:runner
2025-08-20T19:16:15.6682971Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EnableWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6683789Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyFullLogTtl.json' from root:root to runner:runner
2025-08-20T19:16:15.6684618Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/AttachSceneDefenseObject.json' from root:root to runner:runner
2025-08-20T19:16:15.6685505Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigNetworkRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6686400Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifySceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6687238Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSlsLogstoreInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6688058Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeStsGrantStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6688884Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteAutoCcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:15.6689740Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeNetworkRegionBlock.json' from root:root to runner:runner
2025-08-20T19:16:15.6690569Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAIProtectSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.6691412Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeHealthCheckStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6692206Z [00:02:21.035]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6693138Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.6693968Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAutoCcListCount.json' from root:root to runner:runner
2025-08-20T19:16:15.6694831Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebPreciseAccessSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.6695761Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.6696583Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreatePort.json' from root:root to runner:runner
2025-08-20T19:16:15.6697405Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6698200Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyOcspStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6699048Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6699921Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebCustomPorts.json' from root:root to runner:runner
2025-08-20T19:16:15.6700736Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeBlockStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6701560Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyElasticBandWidth.json' from root:root to runner:runner
2025-08-20T19:16:15.6702370Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAccessMode.json' from root:root to runner:runner
2025-08-20T19:16:15.6703289Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/AssociateWebCert.json' from root:root to runner:runner
2025-08-20T19:16:15.6704092Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAsyncTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.6704908Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventMax.json' from root:root to runner:runner
2025-08-20T19:16:15.6705738Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeBlackholeStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6706548Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSystemLog.json' from root:root to runner:runner
2025-08-20T19:16:15.6707339Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.6708103Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeletePort.json' from root:root to runner:runner
2025-08-20T19:16:15.6709025Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebPreciseAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6709915Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigNetworkRegionBlock.json' from root:root to runner:runner
2025-08-20T19:16:15.6710711Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigUdpReflect.json' from root:root to runner:runner
2025-08-20T19:16:15.6711538Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainViewTopUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.6712668Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeNetworkRuleAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.6713564Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyHttp2Enable.json' from root:root to runner:runner
2025-08-20T19:16:15.6714347Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteWebRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6715180Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAutoCcBlacklist.json' from root:root to runner:runner
2025-08-20T19:16:15.6716581Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainAttackEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.6717548Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceSpecs.json' from root:root to runner:runner
2025-08-20T19:16:15.6718362Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateSchedulerRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6719189Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSlsAuthStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6720015Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortFlowList.json' from root:root to runner:runner
2025-08-20T19:16:15.6720828Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.6721648Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyBlackholeStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6722705Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortMaxConns.json' from root:root to runner:runner
2025-08-20T19:16:15.6723615Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DisableWebCC.json' from root:root to runner:runner
2025-08-20T19:16:15.6724582Z [00:02:21.036]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAccessLogEmptyCount.json' from root:root to runner:runner
2025-08-20T19:16:15.6725402Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateDomainResource.json' from root:root to runner:runner
2025-08-20T19:16:15.6726337Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortViewSourceCountries.json' from root:root to runner:runner
2025-08-20T19:16:15.6727124Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyPort.json' from root:root to runner:runner
2025-08-20T19:16:15.6728031Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAccessLogStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6728882Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventAttackType.json' from root:root to runner:runner
2025-08-20T19:16:15.6729727Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosAllEventList.json' from root:root to runner:runner
2025-08-20T19:16:15.6730507Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigWebIpSet.json' from root:root to runner:runner
2025-08-20T19:16:15.6731312Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6732143Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebCacheConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.6733079Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyDomainResource.json' from root:root to runner:runner
2025-08-20T19:16:15.6733927Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DisableSceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.6734726Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EmptySlsLogstore.json' from root:root to runner:runner
2025-08-20T19:16:15.6735540Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebCacheSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.6736419Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeUdpReflect.json' from root:root to runner:runner
2025-08-20T19:16:15.6737235Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebIpSetSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.6738108Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteDomainResource.json' from root:root to runner:runner
2025-08-20T19:16:15.6738905Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyBlockStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6739775Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeUnBlockCount.json' from root:root to runner:runner
2025-08-20T19:16:15.6740585Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifySchedulerRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6741435Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyCnameReuse.json' from root:root to runner:runner
2025-08-20T19:16:15.6742255Z [00:02:21.037]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSlsOpenStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6743231Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyInstanceRemark.json' from root:root to runner:runner
2025-08-20T19:16:15.6744087Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeLogStoreExistStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6744899Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigLayer4Remark.json' from root:root to runner:runner
2025-08-20T19:16:15.6745605Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo' from root:root to runner:runner
2025-08-20T19:16:15.6746419Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjectTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.6747206Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetFlowTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6747994Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetTestcaseList.json' from root:root to runner:runner
2025-08-20T19:16:15.6748798Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateProjectField.json' from root:root to runner:runner
2025-08-20T19:16:15.6749693Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProtectedBranches.json' from root:root to runner:runner
2025-08-20T19:16:15.6750521Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjectWorkitemTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.6751363Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateUserKey.json' from root:root to runner:runner
2025-08-20T19:16:15.6752184Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteRepositoryWebhook.json' from root:root to runner:runner
2025-08-20T19:16:15.6753309Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeletePipelineRelations.json' from root:root to runner:runner
2025-08-20T19:16:15.6754100Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.6755020Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkitemEstimate.json' from root:root to runner:runner
2025-08-20T19:16:15.6755833Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkItemActivity.json' from root:root to runner:runner
2025-08-20T19:16:15.6756627Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:15.6757436Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/StopPipelineJobRun.json' from root:root to runner:runner
2025-08-20T19:16:15.6758233Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateServiceAuth.json' from root:root to runner:runner
2025-08-20T19:16:15.6758994Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteTag.json' from root:root to runner:runner
2025-08-20T19:16:15.6759800Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ReopenMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:15.6760636Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineScanReportUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.6761416Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteBranch.json' from root:root to runner:runner
2025-08-20T19:16:15.6762183Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6763238Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:15.6764159Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryBranches.json' from root:root to runner:runner
2025-08-20T19:16:15.6765022Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetProjectMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6765807Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitemV2.json' from root:root to runner:runner
2025-08-20T19:16:15.6766644Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateSshKey.json' from root:root to runner:runner
2025-08-20T19:16:15.6767430Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateAppMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6768260Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteFlowTag.json' from root:root to runner:runner
2025-08-20T19:16:15.6769094Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteWorkitemAllComment.json' from root:root to runner:runner
2025-08-20T19:16:15.6769902Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeletePipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6770683Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateFlowTag.json' from root:root to runner:runner
2025-08-20T19:16:15.6771450Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/AddWebhook.json' from root:root to runner:runner
2025-08-20T19:16:15.6772263Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateResourceMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6773195Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListServiceAuths.json' from root:root to runner:runner
2025-08-20T19:16:15.6774029Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListOrganizationMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.6774812Z [00:02:21.038]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteProject.json' from root:root to runner:runner
2025-08-20T19:16:15.6775603Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CloseMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:15.6776392Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ReleaseWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:15.6777251Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitem.json' from root:root to runner:runner
2025-08-20T19:16:15.6778136Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryWebhook.json' from root:root to runner:runner
2025-08-20T19:16:15.6778929Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequests.json' from root:root to runner:runner
2025-08-20T19:16:15.6779716Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:15.6780590Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateRepositoryGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6781416Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateFlowTag.json' from root:root to runner:runner
2025-08-20T19:16:15.6782210Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.6783142Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateServiceConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.6783997Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkItemWorkFlowStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6784791Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListUserResources.json' from root:root to runner:runner
2025-08-20T19:16:15.6785564Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetSprintInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6787065Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/WorkitemAttachmentCreate.json' from root:root to runner:runner
2025-08-20T19:16:15.6787928Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateServiceCredential.json' from root:root to runner:runner
2025-08-20T19:16:15.6788746Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/LogVMDeployMachine.json' from root:root to runner:runner
2025-08-20T19:16:15.6789517Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteUserKey.json' from root:root to runner:runner
2025-08-20T19:16:15.6790354Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetMergeRequestChangeTree.json' from root:root to runner:runner
2025-08-20T19:16:15.6791278Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequestPatchSets.json' from root:root to runner:runner
2025-08-20T19:16:15.6792136Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/MergeMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:15.6793210Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/AddRepositoryMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6793986Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6794881Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateCommitStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.6795744Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetRepositoryCommit.json' from root:root to runner:runner
2025-08-20T19:16:15.6796532Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:15.6797297Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateTag.json' from root:root to runner:runner
2025-08-20T19:16:15.6798108Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteGroupMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6798921Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteVariableGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6799684Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPushRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6800482Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateGroupMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6801286Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjectMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.6802058Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipeline.json' from root:root to runner:runner
2025-08-20T19:16:15.6803079Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetGroupByPath.json' from root:root to runner:runner
2025-08-20T19:16:15.6803924Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineJobHistorys.json' from root:root to runner:runner
2025-08-20T19:16:15.6804794Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjects.json' from root:root to runner:runner
2025-08-20T19:16:15.6805665Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/RetryPipelineJobRun.json' from root:root to runner:runner
2025-08-20T19:16:15.6806452Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6807248Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/LogPipelineJobRun.json' from root:root to runner:runner
2025-08-20T19:16:15.6808123Z [00:02:21.039]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListSearchSourceCode.json' from root:root to runner:runner
2025-08-20T19:16:15.6808979Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateFlowTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6809769Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemFile.json' from root:root to runner:runner
2025-08-20T19:16:15.6810569Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryTags.json' from root:root to runner:runner
2025-08-20T19:16:15.6811373Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateTestResult.json' from root:root to runner:runner
2025-08-20T19:16:15.6812166Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6813098Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListApplicationMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.6813932Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePushReviewOnOff.json' from root:root to runner:runner
2025-08-20T19:16:15.6814743Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListResourceMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.6815560Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteProjectLabel.json' from root:root to runner:runner
2025-08-20T19:16:15.6816321Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteFile.json' from root:root to runner:runner
2025-08-20T19:16:15.6817130Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateVariableGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6817978Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateSprint.json' from root:root to runner:runner
2025-08-20T19:16:15.6818785Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6819645Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ResumeVMDeployOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.6820446Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/SkipVMDeployMachine.json' from root:root to runner:runner
2025-08-20T19:16:15.6821273Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListUserKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.6822045Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:15.6822999Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6823792Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateDeployKey.json' from root:root to runner:runner
2025-08-20T19:16:15.6824644Z [00:02:21.040]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListSearchRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.6825439Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineRuns.json' from root:root to runner:runner
2025-08-20T19:16:15.6826227Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:15.6827042Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkItemAllFields.json' from root:root to runner:runner
2025-08-20T19:16:15.6827847Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ReviewMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:15.6828628Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateProject.json' from root:root to runner:runner
2025-08-20T19:16:15.6829590Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetOrganizationMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6830397Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.6831219Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateFile.json' from root:root to runner:runner
2025-08-20T19:16:15.6832034Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequestLabels.json' from root:root to runner:runner
2025-08-20T19:16:15.6833139Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineArtifactUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.6833927Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListHostGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.6834784Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPushRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6835603Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteResourceMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6836447Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetCompareDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.6837249Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetFileLastCommit.json' from root:root to runner:runner
2025-08-20T19:16:15.6838072Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePipelineBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6838889Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitemComment.json' from root:root to runner:runner
2025-08-20T19:16:15.6839701Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetSearchCodePreview.json' from root:root to runner:runner
2025-08-20T19:16:15.6840486Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkItemInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6841308Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateResourceMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6842084Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreatePushRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6843215Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListGroupMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6844036Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/StopVMDeployOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.6844932Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjectLabels.json' from root:root to runner:runner
2025-08-20T19:16:15.6845701Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateBranch.json' from root:root to runner:runner
2025-08-20T19:16:15.6846476Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListSprints.json' from root:root to runner:runner
2025-08-20T19:16:15.6847325Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineGroupPipelines.json' from root:root to runner:runner
2025-08-20T19:16:15.6848185Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryTree.json' from root:root to runner:runner
2025-08-20T19:16:15.6848978Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetVMDeployOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.6849784Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/version.json' from root:root to runner:runner
2025-08-20T19:16:15.6850589Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListCommitStatuses.json' from root:root to runner:runner
2025-08-20T19:16:15.6851391Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetTestResultList.json' from root:root to runner:runner
2025-08-20T19:16:15.6852175Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/AddGroupMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6853099Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/TransferRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.6853903Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteFlowTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6854742Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePushRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6856211Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteWorkitemComment.json' from root:root to runner:runner
2025-08-20T19:16:15.6857207Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemAttachmentCreatemeta.json' from root:root to runner:runner
2025-08-20T19:16:15.6858026Z [00:02:21.041]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemCommentList.json' from root:root to runner:runner
2025-08-20T19:16:15.6858917Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitemEstimate.json' from root:root to runner:runner
2025-08-20T19:16:15.6859699Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/StopPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:15.6860539Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryCommitDiff.json' from root:root to runner:runner
2025-08-20T19:16:15.6861352Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/RetryVMDeployMachine.json' from root:root to runner:runner
2025-08-20T19:16:15.6862264Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkItemWorkFlowInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6863226Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateProtectedBranches.json' from root:root to runner:runner
2025-08-20T19:16:15.6864111Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteProtectedBranch.json' from root:root to runner:runner
2025-08-20T19:16:15.6864911Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateAppMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.6865764Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateMergeRequestPersonnel.json' from root:root to runner:runner
2025-08-20T19:16:15.6866581Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateWorkitemComment.json' from root:root to runner:runner
2025-08-20T19:16:15.6867377Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.6868144Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetFileBlobs.json' from root:root to runner:runner
2025-08-20T19:16:15.6868934Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreatePipeline.json' from root:root to runner:runner
2025-08-20T19:16:15.6869727Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.6870644Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/TriggerRepositoryMirrorSync.json' from root:root to runner:runner
2025-08-20T19:16:15.6871471Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequestComments.json' from root:root to runner:runner
2025-08-20T19:16:15.6872330Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:15.6873414Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateProjectLabel.json' from root:root to runner:runner
2025-08-20T19:16:15.6874214Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/FrozenWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:15.6875005Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListSearchCommit.json' from root:root to runner:runner
2025-08-20T19:16:15.6875894Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/PassPipelineValidate.json' from root:root to runner:runner
2025-08-20T19:16:15.6876721Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteRepositoryMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6877597Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/RefusePipelineValidate.json' from root:root to runner:runner
2025-08-20T19:16:15.6878383Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetProjectInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6879178Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateOAuthToken.json' from root:root to runner:runner
2025-08-20T19:16:15.6879980Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateWorkitemField.json' from root:root to runner:runner
2025-08-20T19:16:15.6880802Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListGroupRepositories.json' from root:root to runner:runner
2025-08-20T19:16:15.6881585Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.6882666Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/EnableDeployKey.json' from root:root to runner:runner
2025-08-20T19:16:15.6883504Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateWorkItem.json' from root:root to runner:runner
2025-08-20T19:16:15.6884368Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6885155Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateTestCase.json' from root:root to runner:runner
2025-08-20T19:16:15.6886006Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequestFilesReads.json' from root:root to runner:runner
2025-08-20T19:16:15.6886883Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryMemberWithInherited.json' from root:root to runner:runner
2025-08-20T19:16:15.6887711Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkitemAttachments.json' from root:root to runner:runner
2025-08-20T19:16:15.6888500Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkitemTime.json' from root:root to runner:runner
2025-08-20T19:16:15.6889374Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineRelations.json' from root:root to runner:runner
2025-08-20T19:16:15.6890178Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListVariableGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.6891049Z [00:02:21.042]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetCodeupOrganization.json' from root:root to runner:runner
2025-08-20T19:16:15.6891819Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ResetSshKey.json' from root:root to runner:runner
2025-08-20T19:16:15.6892780Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetVariableGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6893561Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteWorkitem.json' from root:root to runner:runner
2025-08-20T19:16:15.6894373Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListOrganizations.json' from root:root to runner:runner
2025-08-20T19:16:15.6895173Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateVariableGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6896032Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateTestCase.json' from root:root to runner:runner
2025-08-20T19:16:15.6896816Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteAppMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6897675Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListTestCaseFields.json' from root:root to runner:runner
2025-08-20T19:16:15.6898504Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemTimeTypeList.json' from root:root to runner:runner
2025-08-20T19:16:15.6899296Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositories.json' from root:root to runner:runner
2025-08-20T19:16:15.6900090Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListFlowTagGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.6900932Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineEmasArtifactUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.6901737Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateProjectLabel.json' from root:root to runner:runner
2025-08-20T19:16:15.6902727Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemRelations.json' from root:root to runner:runner
2025-08-20T19:16:15.6903548Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateProtectdBranch.json' from root:root to runner:runner
2025-08-20T19:16:15.6904399Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.6905212Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/LinkMergeRequestLabel.json' from root:root to runner:runner
2025-08-20T19:16:15.6906037Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteRepositoryGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6906828Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/JoinPipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6907622Z [00:02:21.043]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetRepositoryTag.json' from root:root to runner:runner
2025-08-20T19:16:15.6908440Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListServiceConnections.json' from root:root to runner:runner
2025-08-20T19:16:15.6909272Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelines.json' from root:root to runner:runner
2025-08-20T19:16:15.6910072Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateFlowTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6910911Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetGroupDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.6911690Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeletePushRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6912695Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkitems.json' from root:root to runner:runner
2025-08-20T19:16:15.6913520Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreatePipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6914331Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateProjectMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6915121Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/StartPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:15.6915992Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6916810Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetCustomFieldOption.json' from root:root to runner:runner
2025-08-20T19:16:15.6917755Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePipeline.json' from root:root to runner:runner
2025-08-20T19:16:15.6918559Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.6919363Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/SkipPipelineJobRun.json' from root:root to runner:runner
2025-08-20T19:16:15.6920136Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetBranchInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.6920921Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeletePipeline.json' from root:root to runner:runner
2025-08-20T19:16:15.6921735Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/AddPipelineRelations.json' from root:root to runner:runner
2025-08-20T19:16:15.6922755Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkspaces.json' from root:root to runner:runner
2025-08-20T19:16:15.6923698Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitemRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.6924703Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListServiceCredentials.json' from root:root to runner:runner
2025-08-20T19:16:15.6926092Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.6926885Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateFile.json' from root:root to runner:runner
2025-08-20T19:16:15.6927724Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateRepositoryMember.json' from root:root to runner:runner
2025-08-20T19:16:15.6928551Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryCommits.json' from root:root to runner:runner
2025-08-20T19:16:15.6929246Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops' from root:root to runner:runner
2025-08-20T19:16:15.6930069Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnGatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6930920Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteBgpGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6931763Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListPrefixLists.json' from root:root to runner:runner
2025-08-20T19:16:15.6932805Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyCommonBandwidthPackageIpBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:15.6933648Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIPv6TranslatorAclList.json' from root:root to runner:runner
2025-08-20T19:16:15.6934468Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouteEntryList.json' from root:root to runner:runner
2025-08-20T19:16:15.6935364Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CancelCommonBandwidthPackageIpBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:15.6936237Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreatePhysicalConnectionSetupOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.6937111Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DissociateVpnGatewayWithCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.6938010Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnSslServerLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.6938926Z [00:02:21.044]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorAclListEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.6939722Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIPv6Translator.json' from root:root to runner:runner
2025-08-20T19:16:15.6940547Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeFailoverTestJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.6941380Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVirtualBorderRouters.json' from root:root to runner:runner
2025-08-20T19:16:15.6942233Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:15.6943147Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteCustomerGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.6944037Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ConfirmPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.6944852Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ConvertBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.6945757Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateIpv6InternetBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:15.6946556Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpconnFromVbr.json' from root:root to runner:runner
2025-08-20T19:16:15.6947383Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreatePublicIpAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:15.6948272Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateGatewayRouteTableEntryAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6949067Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnAttachment.json' from root:root to runner:runner
2025-08-20T19:16:15.6949860Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.6950790Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RemoveGlobalAccelerationInstanceIp.json' from root:root to runner:runner
2025-08-20T19:16:15.6951587Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeNatGateways.json' from root:root to runner:runner
2025-08-20T19:16:15.6952703Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyRouteTableAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.6953562Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CompletePhysicalConnectionLOA.json' from root:root to runner:runner
2025-08-20T19:16:15.6954390Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpv6EgressOnlyRule.json' from root:root to runner:runner
2025-08-20T19:16:15.6955225Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnPbrRouteEntryWeight.json' from root:root to runner:runner
2025-08-20T19:16:15.6956155Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateDhcpOptionsSetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6956989Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIpv6EgressOnlyRules.json' from root:root to runner:runner
2025-08-20T19:16:15.6957817Z [00:02:21.045]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteBgpPeer.json' from root:root to runner:runner
2025-08-20T19:16:15.6958710Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVSwitchCidrReservationAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6959516Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RevokeInstanceFromVbr.json' from root:root to runner:runner
2025-08-20T19:16:15.6960342Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyEipAddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6961139Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeBgpNetworks.json' from root:root to runner:runner
2025-08-20T19:16:15.6961973Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpnGatewayDiagnoseResult.json' from root:root to runner:runner
2025-08-20T19:16:15.6963054Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteDhcpOptionsSet.json' from root:root to runner:runner
2025-08-20T19:16:15.6963846Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteNatIpCidr.json' from root:root to runner:runner
2025-08-20T19:16:15.6964809Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/OpenPhysicalConnectionService.json' from root:root to runner:runner
2025-08-20T19:16:15.6965695Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyExpressCloudConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6966675Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdatePublicIpAddressPoolAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6967434Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpcs.json' from root:root to runner:runner
2025-08-20T19:16:15.6968245Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNatGatewaySpec.json' from root:root to runner:runner
2025-08-20T19:16:15.6969023Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIpv4Gateway.json' from root:root to runner:runner
2025-08-20T19:16:15.6969957Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CheckCanAllocateVpcPrivateIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.6970807Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/TagResourcesForExpressConnect.json' from root:root to runner:runner
2025-08-20T19:16:15.6971707Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVSwitchCidrReservationUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.6972709Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyCommonBandwidthPackageSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.6973548Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeNetworkAclAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.6974344Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnGateways.json' from root:root to runner:runner
2025-08-20T19:16:15.6975151Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.6976015Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateVirtualPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.6976841Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnRouteEntryWeight.json' from root:root to runner:runner
2025-08-20T19:16:15.6977618Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:15.6978490Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListIpsecServerLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.6979374Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.6980198Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNatGatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6981012Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpcRouteEntrySummary.json' from root:root to runner:runner
2025-08-20T19:16:15.6981908Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyExpressCloudConnectionBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:15.6983074Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/SecondApplyPhysicalConnectionLOA.json' from root:root to runner:runner
2025-08-20T19:16:15.6984002Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateTrafficMirrorSessionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6984791Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DiagnoseVpnGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.6985634Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.6986509Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListPublicIpAddressPoolCidrBlocks.json' from root:root to runner:runner
2025-08-20T19:16:15.6987281Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.6988126Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6988909Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.6989701Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.6990507Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.6991340Z [00:02:21.046]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListGatewayRouteTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.6992181Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteBgpNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.6993336Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnGatewayAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:15.6994139Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/StopFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:15.6995027Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteNatIp.json' from root:root to runner:runner
2025-08-20T19:16:15.6996384Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListPublicIpAddressPools.json' from root:root to runner:runner
2025-08-20T19:16:15.6997361Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVirtualBorderRouterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.6998138Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:15.6998990Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIPv6TranslatorAclLists.json' from root:root to runner:runner
2025-08-20T19:16:15.6999877Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateIpv4GatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7000708Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CancelPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7001519Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnConnections.json' from root:root to runner:runner
2025-08-20T19:16:15.7002360Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIPv6TranslatorEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.7003430Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListIpv4Gateways.json' from root:root to runner:runner
2025-08-20T19:16:15.7004294Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVirtualPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7005119Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7005928Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSslVpnClients.json' from root:root to runner:runner
2025-08-20T19:16:15.7006887Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListTagResourcesForExpressConnect.json' from root:root to runner:runner
2025-08-20T19:16:15.7007902Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeServerRelatedGlobalAccelerationInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.7008762Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateVpcGatewayEndpointAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7009539Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ActiveFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:15.7010333Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateVpcIpv6Cidr.json' from root:root to runner:runner
2025-08-20T19:16:15.7011200Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEipMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:15.7011985Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:15.7012998Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIpv6GatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7013872Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteGlobalAccelerationInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7014677Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:15.7015498Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ReleaseEipSegmentAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.7016280Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:15.7017062Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetDhcpOptionsSet.json' from root:root to runner:runner
2025-08-20T19:16:15.7017840Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateBgpGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7018639Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.7019496Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateTrafficMirrorFilterRules.json' from root:root to runner:runner
2025-08-20T19:16:15.7020370Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListTrafficMirrorFilters.json' from root:root to runner:runner
2025-08-20T19:16:15.7021209Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7022030Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateTrafficMirrorSession.json' from root:root to runner:runner
2025-08-20T19:16:15.7022982Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateVirtualBorderBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:15.7023772Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ReleaseIpv6Address.json' from root:root to runner:runner
2025-08-20T19:16:15.7024680Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouteTableList.json' from root:root to runner:runner
2025-08-20T19:16:15.7025469Z [00:02:21.047]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.7026311Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEipSegment.json' from root:root to runner:runner
2025-08-20T19:16:15.7027185Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyPhysicalConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7028005Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSnatTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.7028860Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnPbrRouteEntryAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7029663Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIpv6Gateways.json' from root:root to runner:runner
2025-08-20T19:16:15.7030442Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7031307Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVpcEndpointServicesByEndUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7032090Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpv4Gateway.json' from root:root to runner:runner
2025-08-20T19:16:15.7033141Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyFlowLogAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7034025Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateDefaultVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.7034913Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetIpv4GatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7035713Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouteTables.json' from root:root to runner:runner
2025-08-20T19:16:15.7036521Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeAccessPoints.json' from root:root to runner:runner
2025-08-20T19:16:15.7037327Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyHaVipAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7038188Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.7039007Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.7039974Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7040781Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateDefaultVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.7041628Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddCommonBandwidthPackageIps.json' from root:root to runner:runner
2025-08-20T19:16:15.7042672Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/EnableNatGatewayEcsMetric.json' from root:root to runner:runner
2025-08-20T19:16:15.7043497Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateNatIp.json' from root:root to runner:runner
2025-08-20T19:16:15.7044345Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetTrafficMirrorServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7045150Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnAttachment.json' from root:root to runner:runner
2025-08-20T19:16:15.7045931Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AttachVbrToVpconn.json' from root:root to runner:runner
2025-08-20T19:16:15.7046753Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListGeographicSubRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.7047628Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListDhcpOptionsSets.json' from root:root to runner:runner
2025-08-20T19:16:15.7048503Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetNatGatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7049338Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIpv6GatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7050194Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/EnableVpcClassicLink.json' from root:root to runner:runner
2025-08-20T19:16:15.7051055Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RemoveCommonBandwidthPackageIp.json' from root:root to runner:runner
2025-08-20T19:16:15.7051947Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddIPv6TranslatorAclListEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7052864Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/EnableVpcIpv4Gateway.json' from root:root to runner:runner
2025-08-20T19:16:15.7053681Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteSslVpnClientCert.json' from root:root to runner:runner
2025-08-20T19:16:15.7054538Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddPublicIpAddressPoolCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:15.7055355Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeletePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7056171Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:15.7056993Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVcoRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.7057767Z [00:02:21.048]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeBgpPeers.json' from root:root to runner:runner
2025-08-20T19:16:15.7058617Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RetryVpcPrefixListAssociation.json' from root:root to runner:runner
2025-08-20T19:16:15.7059425Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateNatGatewayNatType.json' from root:root to runner:runner
2025-08-20T19:16:15.7060329Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ApplyPhysicalConnectionLOA.json' from root:root to runner:runner
2025-08-20T19:16:15.7061172Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteTrafficMirrorFilterRules.json' from root:root to runner:runner
2025-08-20T19:16:15.7062049Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouterInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:15.7062961Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyTunnelAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7063818Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.7064634Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeCustomerGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.7066110Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RemoveIPv6TranslatorAclListEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7067057Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7067910Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateCommonBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.7068754Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNetworkAclAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.7069556Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateIpv6Address.json' from root:root to runner:runner
2025-08-20T19:16:15.7070384Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIpv6InternetBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:15.7071185Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVcoRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7072127Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.7073260Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeFlowLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.7074101Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateTrafficMirrorFilter.json' from root:root to runner:runner
2025-08-20T19:16:15.7075056Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnPbrRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7075840Z [00:02:21.049]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7076735Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyBgpGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7077518Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVRouters.json' from root:root to runner:runner
2025-08-20T19:16:15.7078343Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7079134Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeBgpGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7080009Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyRouterInterfaceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.7080827Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateVpcCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:15.7081633Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/PublishVpnRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7082669Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListTrafficMirrorSessions.json' from root:root to runner:runner
2025-08-20T19:16:15.7083490Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIpsecServer.json' from root:root to runner:runner
2025-08-20T19:16:15.7084329Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7085253Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyGlobalAccelerationInstanceAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.7086054Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIpv6Addresses.json' from root:root to runner:runner
2025-08-20T19:16:15.7086894Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpv6InternetBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:15.7087671Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.7088567Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetFlowLogServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7089416Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVpnCertificateAssociations.json' from root:root to runner:runner
2025-08-20T19:16:15.7090300Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeletePublicIpAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:15.7091079Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.7091940Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7097470Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeGrantRulesToCen.json' from root:root to runner:runner
2025-08-20T19:16:15.7098554Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateGlobalAccelerationInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7099379Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateSslVpnServer.json' from root:root to runner:runner
2025-08-20T19:16:15.7100241Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeForwardTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.7101087Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIpv6EgressOnlyRule.json' from root:root to runner:runner
2025-08-20T19:16:15.7101873Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListNatIpCidrs.json' from root:root to runner:runner
2025-08-20T19:16:15.7102817Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpv6Gateway.json' from root:root to runner:runner
2025-08-20T19:16:15.7103629Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/MoveVpnResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7104431Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateSslVpnClientCert.json' from root:root to runner:runner
2025-08-20T19:16:15.7105220Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListIpsecServers.json' from root:root to runner:runner
2025-08-20T19:16:15.7106024Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:15.7106904Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7107722Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpcGatewayEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7108626Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddCommonBandwidthPackageIp.json' from root:root to runner:runner
2025-08-20T19:16:15.7109515Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListEnhanhcedNatGatewayAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:15.7110409Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVSwitchCidrReservation.json' from root:root to runner:runner
2025-08-20T19:16:15.7111202Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7112080Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ReplaceVpcDhcpOptionsSet.json' from root:root to runner:runner
2025-08-20T19:16:15.7113127Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeNetworkAcls.json' from root:root to runner:runner
2025-08-20T19:16:15.7113970Z [00:02:21.050]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/EnablePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7114915Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.7115739Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeCustomerGateways.json' from root:root to runner:runner
2025-08-20T19:16:15.7116535Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateVpcCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:15.7117309Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.7118125Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListBusinessAccessPoints.json' from root:root to runner:runner
﻿2025-08-20T19:16:15.7120839Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/version.json' from root:root to runner:runner
2025-08-20T19:16:15.7121701Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteTrafficMirrorFilter.json' from root:root to runner:runner
2025-08-20T19:16:15.7123122Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateHighReliablePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7124050Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorAclAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7124924Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeHaVips.json' from root:root to runner:runner
2025-08-20T19:16:15.7125685Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.7126610Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/TerminateVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.7127547Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateTrafficMirrorFilterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7128412Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DissociateRouteTableFromGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.7129256Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyCustomerGatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7130052Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7130849Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpcAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7131666Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.7132618Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVSwitchAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.7133453Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateEipSegmentAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.7134224Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:15.7135105Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVbrHa.json' from root:root to runner:runner
2025-08-20T19:16:15.7135944Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribePhysicalConnections.json' from root:root to runner:runner
2025-08-20T19:16:15.7137146Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateGlobalAccelerationInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7138470Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateEipAddressPro.json' from root:root to runner:runner
2025-08-20T19:16:15.7139590Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListFullNatEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.7140469Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddSourcesToTrafficMirrorSession.json' from root:root to runner:runner
2025-08-20T19:16:15.7141355Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/StartFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:15.7142222Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnAttachments.json' from root:root to runner:runner
2025-08-20T19:16:15.7143143Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.7143901Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteHaVip.json' from root:root to runner:runner
2025-08-20T19:16:15.7144714Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CopyNetworkAclEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.7145543Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RecoverVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.7146433Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RemoveSourcesFromTrafficMirrorSession.json' from root:root to runner:runner
2025-08-20T19:16:15.7147249Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEcGrantRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.7148073Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNatIpCidrAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7148900Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteTrafficMirrorSession.json' from root:root to runner:runner
2025-08-20T19:16:15.7149797Z [00:02:21.051]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnPbrRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.7150717Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7151656Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyGlobalAccelerationInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.7152712Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AttachDhcpOptionsSetToVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.7153519Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpcAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7154353Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/TerminatePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7155245Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnPbrRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7156093Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.7156941Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateExpressCloudConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7157737Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSslVpnServers.json' from root:root to runner:runner
2025-08-20T19:16:15.7158599Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UntagResourcesForExpressConnect.json' from root:root to runner:runner
2025-08-20T19:16:15.7159381Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:15.7160161Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.7160924Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVbrHa.json' from root:root to runner:runner
2025-08-20T19:16:15.7161748Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribePublicIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.7162789Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GrantInstanceToVbr.json' from root:root to runner:runner
2025-08-20T19:16:15.7163713Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIPv6TranslatorEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7164518Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7165429Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribePhysicalConnectionLOA.json' from root:root to runner:runner
2025-08-20T19:16:15.7166298Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateVpnGatewayWithCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.7167139Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7167940Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.7168827Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSslVpnClientCert.json' from root:root to runner:runner
2025-08-20T19:16:15.7169660Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7170474Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVSwitchAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7171281Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ActivateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.7172105Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateEipAddressBatch.json' from root:root to runner:runner
2025-08-20T19:16:15.7173116Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreatePhysicalConnectionOccupancyOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.7173943Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DisableNatGatewayEcsMetric.json' from root:root to runner:runner
2025-08-20T19:16:15.7174816Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/SetHighDefinitionMonitorLogStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7175576Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.7176371Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifySslVpnServer.json' from root:root to runner:runner
2025-08-20T19:16:15.7177259Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RecoverPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7178060Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:15.7178907Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.7179677Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.7180465Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CheckVpnBgpEnabled.json' from root:root to runner:runner
2025-08-20T19:16:15.7181227Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7182085Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNatIpAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7183119Z [00:02:21.052]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVSwitchCidrReservations.json' from root:root to runner:runner
2025-08-20T19:16:15.7183902Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7184646Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.7185454Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:15.7186316Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddGlobalAccelerationInstanceIp.json' from root:root to runner:runner
2025-08-20T19:16:15.7187139Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIpv6AddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7188157Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeactiveFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:15.7189012Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.7189817Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateDhcpOptionsSet.json' from root:root to runner:runner
2025-08-20T19:16:15.7190731Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/OpenTrafficMirrorService.json' from root:root to runner:runner
2025-08-20T19:16:15.7191567Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteCommonBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.7192838Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnPbrRouteEntryPriority.json' from root:root to runner:runner
2025-08-20T19:16:15.7193707Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DetachDhcpOptionsSetFromVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.7194532Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreatePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7195402Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetPhysicalConnectionServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7196393Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeHighDefinitionMonitorLogAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7197239Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GrantInstanceToCen.json' from root:root to runner:runner
2025-08-20T19:16:15.7198080Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVSwitchCidrReservation.json' from root:root to runner:runner
2025-08-20T19:16:15.7198909Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpcGatewayEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7199710Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:15.7200559Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyRouterInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7201413Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpcGatewayEndpointAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7202216Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpcPrefixList.json' from root:root to runner:runner
2025-08-20T19:16:15.7203233Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpcPrefixList.json' from root:root to runner:runner
2025-08-20T19:16:15.7204079Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIPv6TranslatorAclList.json' from root:root to runner:runner
2025-08-20T19:16:15.7204917Z [00:02:21.053]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:15.7205996Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateIpsecServer.json' from root:root to runner:runner
2025-08-20T19:16:15.7207317Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeletePublicIpAddressPoolCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:15.7208304Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateBgpPeer.json' from root:root to runner:runner
2025-08-20T19:16:15.7209119Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateCustomerGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.7210013Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVpcGatewayEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.7210806Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/OpenFlowLogService.json' from root:root to runner:runner
2025-08-20T19:16:15.7211622Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.7212731Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.7213536Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVcoRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7214422Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateTrafficMirrorFilterRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7215200Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifySnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7216008Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DiagnoseVpnConnections.json' from root:root to runner:runner
2025-08-20T19:16:15.7216887Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeGlobalAccelerationInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.7217735Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVirtualPhysicalConnections.json' from root:root to runner:runner
2025-08-20T19:16:15.7218592Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouterInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7219618Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7220479Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RevokeInstanceFromCen.json' from root:root to runner:runner
2025-08-20T19:16:15.7221286Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DisableVpcClassicLink.json' from root:root to runner:runner
2025-08-20T19:16:15.7222110Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpcPrefixListEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.7223034Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeactivateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.7223886Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateFullNatEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7224803Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnCrossAccountAuthorizations.json' from root:root to runner:runner
2025-08-20T19:16:15.7225643Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIpv6Gateway.json' from root:root to runner:runner
2025-08-20T19:16:15.7226537Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIPv6TranslatorAclListAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.7227358Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIPv6Translators.json' from root:root to runner:runner
2025-08-20T19:16:15.7228175Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnConnectionLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.7228966Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIPv6Translator.json' from root:root to runner:runner
2025-08-20T19:16:15.7229798Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DownloadVpnConnectionConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7230558Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:15.7231338Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ReleaseEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.7232143Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ConnectRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.7233235Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7234178Z [00:02:21.054]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpcPrefixListAssociations.json' from root:root to runner:runner
2025-08-20T19:16:15.7234995Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIPv6TranslatorEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7235772Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7236551Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpsecServer.json' from root:root to runner:runner
2025-08-20T19:16:15.7237473Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeTagKeysForExpressConnect.json' from root:root to runner:runner
2025-08-20T19:16:15.7238323Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeCommonBandwidthPackages.json' from root:root to runner:runner
2025-08-20T19:16:15.7239195Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEipGatewayInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7240082Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyCommonBandwidthPackageAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7240836Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListNatIps.json' from root:root to runner:runner
2025-08-20T19:16:15.7241664Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSslVpnClientCerts.json' from root:root to runner:runner
2025-08-20T19:16:15.7242702Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyFullNatEntryAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7243576Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateRouteTableWithGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.7244410Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVcoRouteEntryWeight.json' from root:root to runner:runner
2025-08-20T19:16:15.7245172Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddBgpNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.7245962Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteFullNatEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7246801Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:15.7247675Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteSslVpnServer.json' from root:root to runner:runner
2025-08-20T19:16:15.7248492Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifySslVpnClientCert.json' from root:root to runner:runner
2025-08-20T19:16:15.7250729Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.7251606Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateNetworkAclEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.7252631Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateNatIpCidr.json' from root:root to runner:runner
2025-08-20T19:16:15.7253445Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpcPrefixList.json' from root:root to runner:runner
2025-08-20T19:16:15.7254206Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVbrHa.json' from root:root to runner:runner
2025-08-20T19:16:15.7255045Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVRouterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7255842Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.7256892Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:15.7257723Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyBgpPeerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7258436Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc' from root:root to runner:runner
2025-08-20T19:16:15.7259207Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ExportDataKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7259991Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CancelKeyDeletion.json' from root:root to runner:runner
2025-08-20T19:16:15.7260783Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListSecretVersionIds.json' from root:root to runner:runner
2025-08-20T19:16:15.7261831Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetSecretValue.json' from root:root to runner:runner
2025-08-20T19:16:15.7262804Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7263614Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/SetDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.7264370Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.7265311Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CertificatePublicKeyEncrypt.json' from root:root to runner:runner
2025-08-20T19:16:15.7266146Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteClientKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7266903Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/RotateSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.7267678Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateKeyVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.7268468Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/AsymmetricEncrypt.json' from root:root to runner:runner
2025-08-20T19:16:15.7269255Z [00:02:21.055]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ScheduleKeyDeletion.json' from root:root to runner:runner
2025-08-20T19:16:15.7270049Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:15.7270820Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListKmsInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.7271587Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UntagResource.json' from root:root to runner:runner
2025-08-20T19:16:15.7272353Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListNetworkRules.json' from root:root to runner:runner
2025-08-20T19:16:15.7273367Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.7274665Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/RestoreSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.7275793Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.7276682Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeAccountKmsStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7277545Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListResourceTags.json' from root:root to runner:runner
2025-08-20T19:16:15.7278305Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.7279225Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeApplicationAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7279966Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/Decrypt.json' from root:root to runner:runner
2025-08-20T19:16:15.7280802Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetRandomPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.7281563Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/TagResource.json' from root:root to runner:runner
2025-08-20T19:16:15.7282318Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DisableKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7283311Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7284081Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7284859Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:15.7285637Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7286386Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ReEncrypt.json' from root:root to runner:runner
2025-08-20T19:16:15.7287220Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CertificatePrivateKeySign.json' from root:root to runner:runner
2025-08-20T19:16:15.7287991Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListKeyVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.7288740Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetPublicKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7289666Z [00:02:21.056]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListApplicationAccessPoints.json' from root:root to runner:runner
2025-08-20T19:16:15.7290507Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteKeyMaterial.json' from root:root to runner:runner
2025-08-20T19:16:15.7291276Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GenerateDataKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7292100Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CertificatePublicKeyVerify.json' from root:root to runner:runner
2025-08-20T19:16:15.7293100Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.7293946Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateClientKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7294698Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.7295529Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateSecretVersionStage.json' from root:root to runner:runner
2025-08-20T19:16:15.7296284Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListSecrets.json' from root:root to runner:runner
2025-08-20T19:16:15.7297078Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListAliasesByKeyId.json' from root:root to runner:runner
2025-08-20T19:16:15.7297916Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CertificatePrivateKeyDecrypt.json' from root:root to runner:runner
2025-08-20T19:16:15.7298698Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/AsymmetricDecrypt.json' from root:root to runner:runner
2025-08-20T19:16:15.7299518Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GenerateAndExportDataKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7300308Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.7301107Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateRotationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7301921Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateKmsInstanceBindVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.7302937Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateApplicationAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7303742Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/version.json' from root:root to runner:runner
2025-08-20T19:16:15.7304520Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetKmsInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7305272Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7306100Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.7306864Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetClientKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7307682Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/AsymmetricSign.json' from root:root to runner:runner
2025-08-20T19:16:15.7308442Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListAliases.json' from root:root to runner:runner
2025-08-20T19:16:15.7309220Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.7309957Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/Encrypt.json' from root:root to runner:runner
2025-08-20T19:16:15.7310725Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7311491Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7312259Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7313316Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/EnableKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7314104Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.7314874Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListClientKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.7315727Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7316507Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.7317495Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GenerateDataKeyWithoutPlaintext.json' from root:root to runner:runner
2025-08-20T19:16:15.7318264Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.7319100Z [00:02:21.057]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:15.7319875Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/OpenKmsService.json' from root:root to runner:runner
2025-08-20T19:16:15.7320710Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ImportKeyMaterial.json' from root:root to runner:runner
2025-08-20T19:16:15.7321550Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateSecretRotationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7322300Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.7323386Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteApplicationAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7324173Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/AsymmetricVerify.json' from root:root to runner:runner
2025-08-20T19:16:15.7325220Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ConnectKmsInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7326094Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateApplicationAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7326898Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.7327770Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:15.7328580Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateCertificateStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7329517Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/PutSecretValue.json' from root:root to runner:runner
2025-08-20T19:16:15.7330401Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeKeyVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.7331195Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UploadCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.7331996Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateKeyDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.7332924Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetParametersForImport.json' from root:root to runner:runner
2025-08-20T19:16:15.7333687Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms' from root:root to runner:runner
2025-08-20T19:16:15.7334485Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sls/version.json' from root:root to runner:runner
2025-08-20T19:16:15.7335177Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sls' from root:root to runner:runner
2025-08-20T19:16:15.7335963Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/CreateQuotaAlarm.json' from root:root to runner:runner
2025-08-20T19:16:15.7336757Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/UpdateQuotaAlarm.json' from root:root to runner:runner
2025-08-20T19:16:15.7337560Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListAlarmHistories.json' from root:root to runner:runner
2025-08-20T19:16:15.7338353Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListProductQuotas.json' from root:root to runner:runner
2025-08-20T19:16:15.7339134Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaAlarms.json' from root:root to runner:runner
2025-08-20T19:16:15.7339983Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListProductDimensionGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7340768Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetProductQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.7341740Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetQuotaApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.7343353Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/CreateQuotaApplicationsForTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.7344611Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaApplicationsDetailForTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.7345510Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ModifyQuotaTemplateServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7346386Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaApplicationsForTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.7347211Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaApplications.json' from root:root to runner:runner
2025-08-20T19:16:15.7348112Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/CreateQuotaApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.7348996Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ModifyTemplateQuotaItem.json' from root:root to runner:runner
2025-08-20T19:16:15.7349772Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListProducts.json' from root:root to runner:runner
2025-08-20T19:16:15.7350548Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetQuotaAlarm.json' from root:root to runner:runner
2025-08-20T19:16:15.7351388Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/DeleteTemplateQuotaItem.json' from root:root to runner:runner
2025-08-20T19:16:15.7352251Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetQuotaTemplateServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7353311Z [00:02:21.058]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListProductQuotaDimensions.json' from root:root to runner:runner
2025-08-20T19:16:15.7354079Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/version.json' from root:root to runner:runner
2025-08-20T19:16:15.7354941Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaApplicationTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.7355858Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetProductQuotaDimension.json' from root:root to runner:runner
2025-08-20T19:16:15.7356683Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/CreateTemplateQuotaItem.json' from root:root to runner:runner
2025-08-20T19:16:15.7357470Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/DeleteQuotaAlarm.json' from root:root to runner:runner
2025-08-20T19:16:15.7358340Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListDependentQuotas.json' from root:root to runner:runner
2025-08-20T19:16:15.7359043Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas' from root:root to runner:runner
2025-08-20T19:16:15.7359815Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7360604Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DetachPolicyFromUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7361451Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPolicyVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.7362263Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7363290Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/AttachPolicyToUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7364070Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/AddUserToGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7364879Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DetachPolicyFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7365664Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7366466Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateVirtualMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:15.7367267Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/SetSecurityPreference.json' from root:root to runner:runner
2025-08-20T19:16:15.7368020Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7368818Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreatePolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.7369665Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.7370413Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7371221Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListRoles.json' from root:root to runner:runner
2025-08-20T19:16:15.7372000Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/SetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7372919Z [00:02:21.059]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/AttachPolicyToRole.json' from root:root to runner:runner
2025-08-20T19:16:15.7373697Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7374567Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPoliciesForRole.json' from root:root to runner:runner
2025-08-20T19:16:15.7375356Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UnbindMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:15.7376205Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:15.7376948Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7377743Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/AttachPolicyToGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7378495Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateRole.json' from root:root to runner:runner
2025-08-20T19:16:15.7379297Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPoliciesForGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7380040Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.7380829Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ClearAccountAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.7381614Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/RemoveUserFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7382565Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:15.7383553Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListEntitiesForPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7384335Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ChangePassword.json' from root:root to runner:runner
2025-08-20T19:16:15.7385165Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteRole.json' from root:root to runner:runner
2025-08-20T19:16:15.7385967Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPoliciesForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7386731Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:15.7387469Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7388283Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7389113Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/SetAccountAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.7389910Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeletePolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.7390642Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/version.json' from root:root to runner:runner
2025-08-20T19:16:15.7391398Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7392268Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListVirtualMFADevices.json' from root:root to runner:runner
2025-08-20T19:16:15.7393365Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetUserMFAInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7394180Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:15.7394993Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DetachPolicyFromRole.json' from root:root to runner:runner
2025-08-20T19:16:15.7395841Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7396589Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7397576Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/BindMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:15.7398537Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/SetDefaultPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.7399360Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdatePolicyDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.7400176Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetSecurityPreference.json' from root:root to runner:runner
2025-08-20T19:16:15.7400980Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteVirtualMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:15.7401802Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7402827Z [00:02:21.060]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.7403658Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetRole.json' from root:root to runner:runner
2025-08-20T19:16:15.7404443Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListGroupsForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7405201Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7405980Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListUsersForGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7406793Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DecodeDiagnosticMessage.json' from root:root to runner:runner
2025-08-20T19:16:15.7407542Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateRole.json' from root:root to runner:runner
2025-08-20T19:16:15.7408317Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetAccountAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.7409089Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7410204Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7411372Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListAccessKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.7412591Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetAccessKeyLastUsed.json' from root:root to runner:runner
2025-08-20T19:16:15.7413311Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram' from root:root to runner:runner
2025-08-20T19:16:15.7414084Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CheckDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.7414891Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryUniqueDeviceStat.json' from root:root to runner:runner
2025-08-20T19:16:15.7415652Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CheckDevices.json' from root:root to runner:runner
2025-08-20T19:16:15.7416491Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryAliases.json' from root:root to runner:runner
2025-08-20T19:16:15.7417307Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/BindPhone.json' from root:root to runner:runner
2025-08-20T19:16:15.7418063Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/UnbindAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.7418802Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/BindTag.json' from root:root to runner:runner
2025-08-20T19:16:15.7419610Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/PushNoticeToAndroid.json' from root:root to runner:runner
2025-08-20T19:16:15.7420415Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/PushMessageToAndroid.json' from root:root to runner:runner
2025-08-20T19:16:15.7421191Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryDeviceInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7421928Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/ListTags.json' from root:root to runner:runner
2025-08-20T19:16:15.7422922Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/UnbindPhone.json' from root:root to runner:runner
2025-08-20T19:16:15.7423830Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryDevicesByAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.7424647Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/ContinuouslyPush.json' from root:root to runner:runner
2025-08-20T19:16:15.7425475Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CompleteContinuouslyPush.json' from root:root to runner:runner
2025-08-20T19:16:15.7426290Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/RemoveTag.json' from root:root to runner:runner
2025-08-20T19:16:15.7427036Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/MassPush.json' from root:root to runner:runner
2025-08-20T19:16:15.7427811Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/PushNoticeToiOS.json' from root:root to runner:runner
2025-08-20T19:16:15.7428554Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/version.json' from root:root to runner:runner
2025-08-20T19:16:15.7429400Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryPushStatByMsg.json' from root:root to runner:runner
2025-08-20T19:16:15.7430182Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/PushMessageToiOS.json' from root:root to runner:runner
2025-08-20T19:16:15.7430980Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/BindAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.7431742Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/Push.json' from root:root to runner:runner
2025-08-20T19:16:15.7432631Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CancelPush.json' from root:root to runner:runner
2025-08-20T19:16:15.7433407Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/ListSummaryApps.json' from root:root to runner:runner
2025-08-20T19:16:15.7434194Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CheckCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.7434936Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryTags.json' from root:root to runner:runner
2025-08-20T19:16:15.7435739Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryPushStatByApp.json' from root:root to runner:runner
2025-08-20T19:16:15.7436507Z [00:02:21.061]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryDeviceStat.json' from root:root to runner:runner
2025-08-20T19:16:15.7437361Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryPushRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.7438157Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryDevicesByAlias.json' from root:root to runner:runner
2025-08-20T19:16:15.7438960Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/UnbindTag.json' from root:root to runner:runner
2025-08-20T19:16:15.7439655Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push' from root:root to runner:runner
2025-08-20T19:16:15.7440480Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifySkillGroupBasicInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7441303Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRecordingsByContactId.json' from root:root to runner:runner
2025-08-20T19:16:15.7442063Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7443173Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CallOnlinePrivacyNumber.json' from root:root to runner:runner
2025-08-20T19:16:15.7444002Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/FindUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.7444808Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListUsersOfSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7445581Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7446346Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetAgentData.json' from root:root to runner:runner
2025-08-20T19:16:15.7447124Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.7447942Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/PublishContactFlowVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.7448746Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListIvrTrackingDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.7449617Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifySkillGroupOutboundNumbers.json' from root:root to runner:runner
2025-08-20T19:16:15.7450549Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstanceSummaryReportByInterval.json' from root:root to runner:runner
2025-08-20T19:16:15.7451321Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7452144Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstanceSummaryReport.json' from root:root to runner:runner
2025-08-20T19:16:15.7453155Z [00:02:21.062]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GenerateAgentStatisticReport.json' from root:root to runner:runner
2025-08-20T19:16:15.7453926Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetRoutePoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7454784Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetConversationDetailByContactId.json' from root:root to runner:runner
2025-08-20T19:16:15.7455565Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RemovePhoneNumber.json' from root:root to runner:runner
2025-08-20T19:16:15.7456376Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListMedias.json' from root:root to runner:runner
2025-08-20T19:16:15.7457217Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRealTimeAgent.json' from root:root to runner:runner
2025-08-20T19:16:15.7457991Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetTURNServerList.json' from root:root to runner:runner
2025-08-20T19:16:15.7458783Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListTrunkProviders.json' from root:root to runner:runner
2025-08-20T19:16:15.7459555Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ResetUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7460337Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RequestLoginInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7461202Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DeletePhoneTags.json' from root:root to runner:runner
2025-08-20T19:16:15.7462112Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AddPhoneTags.json' from root:root to runner:runner
2025-08-20T19:16:15.7463119Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7463910Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DeleteSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7464754Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRoles.json' from root:root to runner:runner
2025-08-20T19:16:15.7465584Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetNumberRegionInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7466648Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateContactFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.7467458Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListVoiceAppraise.json' from root:root to runner:runner
2025-08-20T19:16:15.7468230Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateMedia.json' from root:root to runner:runner
2025-08-20T19:16:15.7469013Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRecordings.json' from root:root to runner:runner
2025-08-20T19:16:15.7469822Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7470605Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstanceState.json' from root:root to runner:runner
2025-08-20T19:16:15.7471470Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRecentCallRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.7472235Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RefreshToken.json' from root:root to runner:runner
2025-08-20T19:16:15.7473169Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupsOfUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7473949Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentStates.json' from root:root to runner:runner
2025-08-20T19:16:15.7474703Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.7475478Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/PickLocalNumber.json' from root:root to runner:runner
2025-08-20T19:16:15.7476316Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RemoveUsersFromSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7477132Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetRecordOssUploadParam.json' from root:root to runner:runner
2025-08-20T19:16:15.7477963Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AssignUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.7478788Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/LaunchShortMessageAppraise.json' from root:root to runner:runner
2025-08-20T19:16:15.7480338Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRecordingOfDualTrack.json' from root:root to runner:runner
2025-08-20T19:16:15.7481446Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentSummaryReportsSinceMidnight.json' from root:root to runner:runner
2025-08-20T19:16:15.7482292Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CheckNumberAvaliable.json' from root:root to runner:runner
2025-08-20T19:16:15.7483343Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetTURNCredentials.json' from root:root to runner:runner
2025-08-20T19:16:15.7484241Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListInstancesOfUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7485004Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7485849Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/LaunchAppraise.json' from root:root to runner:runner
2025-08-20T19:16:15.7486620Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListPhoneTags.json' from root:root to runner:runner
2025-08-20T19:16:15.7487389Z [00:02:21.063]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7488136Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/version.json' from root:root to runner:runner
2025-08-20T19:16:15.7488946Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupStates.json' from root:root to runner:runner
2025-08-20T19:16:15.7489717Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyPhoneTags.json' from root:root to runner:runner
2025-08-20T19:16:15.7490515Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AddBulkPhoneNumbers.json' from root:root to runner:runner
2025-08-20T19:16:15.7491368Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetCallMeasureSummaryReport.json' from root:root to runner:runner
2025-08-20T19:16:15.7492274Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/SendPredefinedShortMessage.json' from root:root to runner:runner
2025-08-20T19:16:15.7493135Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7493924Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DownloadRecording.json' from root:root to runner:runner
2025-08-20T19:16:15.7494766Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AddAgentDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.7495670Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyPrivacyNumberCallDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.7496486Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListTrunksOfSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7497279Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateVoiceAppraise.json' from root:root to runner:runner
2025-08-20T19:16:15.7498117Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListContactFlows.json' from root:root to runner:runner
2025-08-20T19:16:15.7498879Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DeleteMedia.json' from root:root to runner:runner
2025-08-20T19:16:15.7499718Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListTransferableSkillGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7500570Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListCallEventDetailByContactId.json' from root:root to runner:runner
2025-08-20T19:16:15.7501308Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DialEx.json' from root:root to runner:runner
2025-08-20T19:16:15.7502199Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CommitContactFlowVersionModification.json' from root:root to runner:runner
2025-08-20T19:16:15.7503260Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DisableTrunkProviders.json' from root:root to runner:runner
2025-08-20T19:16:15.7504044Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AddPhoneNumber.json' from root:root to runner:runner
2025-08-20T19:16:15.7504879Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/PickGlobalOutboundNumbers.json' from root:root to runner:runner
2025-08-20T19:16:15.7505765Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RemoveUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.7506560Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentStateLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.7507381Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DownloadAllTypeRecording.json' from root:root to runner:runner
2025-08-20T19:16:15.7508202Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7509146Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstanceSummaryReportSinceMidnight.json' from root:root to runner:runner
2025-08-20T19:16:15.7509932Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentDevices.json' from root:root to runner:runner
2025-08-20T19:16:15.7510795Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentSummaryReportsByInterval.json' from root:root to runner:runner
2025-08-20T19:16:15.7511640Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyPhoneNumber.json' from root:root to runner:runner
2025-08-20T19:16:15.7512542Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7513341Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/PickOutboundNumbers.json' from root:root to runner:runner
2025-08-20T19:16:15.7514196Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListOutboundPhoneNumberOfUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7515043Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListCallMeasureSummaryReports.json' from root:root to runner:runner
2025-08-20T19:16:15.7515961Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupSummaryReportsSinceMidnight.json' from root:root to runner:runner
2025-08-20T19:16:15.7516816Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyPrimaryTrunksOfSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7517600Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyAgentDevice.json' from root:root to runner:runner
2025-08-20T19:16:15.7518368Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetSmsConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7519218Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListPhoneNumbers.json' from root:root to runner:runner
2025-08-20T19:16:15.7519995Z [00:02:21.064]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifySkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7520782Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetUserByExtension.json' from root:root to runner:runner
2025-08-20T19:16:15.7521660Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListCallDetailRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.7522850Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupSummaryReportsByInterval.json' from root:root to runner:runner
2025-08-20T19:16:15.7523663Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/StartBack2BackCall.json' from root:root to runner:runner
2025-08-20T19:16:15.7524514Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentSummaryReports.json' from root:root to runner:runner
2025-08-20T19:16:15.7525391Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifySkillGroupOfUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7526159Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateFault.json' from root:root to runner:runner
2025-08-20T19:16:15.7526957Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/SaveWebRTCStats.json' from root:root to runner:runner
2025-08-20T19:16:15.7527799Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupSummaryReports.json' from root:root to runner:runner
2025-08-20T19:16:15.7528600Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetServiceExtensions.json' from root:root to runner:runner
2025-08-20T19:16:15.7529368Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc' from root:root to runner:runner
2025-08-20T19:16:15.7530367Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyCollationTimeZone.json' from root:root to runner:runner
2025-08-20T19:16:15.7531226Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:15.7532070Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CalculateDBInstanceWeight.json' from root:root to runner:runner
2025-08-20T19:16:15.7533068Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7533904Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyActionEventPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7534992Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceDelayedReplicationTime.json' from root:root to runner:runner
2025-08-20T19:16:15.7535870Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBNode.json' from root:root to runner:runner
2025-08-20T19:16:15.7536760Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCrossRegionBackups.json' from root:root to runner:runner
2025-08-20T19:16:15.7537571Z [00:02:21.065]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/GetDBInstanceTopology.json' from root:root to runner:runner
2025-08-20T19:16:15.7538369Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ImportUserBackupFile.json' from root:root to runner:runner
2025-08-20T19:16:15.7539187Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:15.7540039Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBMiniEngineVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.7540831Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHostWebShell.json' from root:root to runner:runner
2025-08-20T19:16:15.7541633Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/GetDbProxyInstanceSsl.json' from root:root to runner:runner
2025-08-20T19:16:15.7542593Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:15.7543555Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeLocalAvailableRecoveryTime.json' from root:root to runner:runner
2025-08-20T19:16:15.7544427Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7545308Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBInstanceMajorVersionPrecheck.json' from root:root to runner:runner
2025-08-20T19:16:15.7546142Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLCollectorPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7547229Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/QueryRecommendByCode.json' from root:root to runner:runner
2025-08-20T19:16:15.7548557Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CopyDatabaseBetweenInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.7549579Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateOnlineDatabaseTask.json' from root:root to runner:runner
2025-08-20T19:16:15.7550468Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBProxy.json' from root:root to runner:runner
2025-08-20T19:16:15.7551371Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDedicatedHostGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7552198Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCurrentModifyOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.7553126Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeRenewalPrice.json' from root:root to runner:runner
2025-08-20T19:16:15.7554012Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableClasses.json' from root:root to runner:runner
2025-08-20T19:16:15.7554819Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDatabaseConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7555596Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/MigrateDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7556437Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckCloudResourceAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:15.7557237Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribePGHbaConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7557993Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/QueryNotify.json' from root:root to runner:runner
2025-08-20T19:16:15.7558839Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableRecoveryTime.json' from root:root to runner:runner
2025-08-20T19:16:15.7559627Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.7560503Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RevokeAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:15.7561370Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceMetrics.json' from root:root to runner:runner
2025-08-20T19:16:15.7562212Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLCollectorRetention.json' from root:root to runner:runner
2025-08-20T19:16:15.7563289Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7564134Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceHAConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7565034Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeletePostgresExtensions.json' from root:root to runner:runner
2025-08-20T19:16:15.7565869Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/MigrateConnectionToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:15.7566687Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/EvaluateLocalExtendDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.7567594Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceConnectionMode.json' from root:root to runner:runner
2025-08-20T19:16:15.7568467Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:15.7569240Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RestoreDdrTable.json' from root:root to runner:runner
2025-08-20T19:16:15.7570039Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/MigrateSecurityIPMode.json' from root:root to runner:runner
2025-08-20T19:16:15.7570857Z [00:02:21.066]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.7571727Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.7572685Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBInstanceKernelVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.7573492Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateTempDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7574369Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyHADiagnoseConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7575287Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableMetrics.json' from root:root to runner:runner
2025-08-20T19:16:15.7576140Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/AllocateInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7576909Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.7577795Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDTCSecurityIpHostsForSQLServer.json' from root:root to runner:runner
2025-08-20T19:16:15.7578666Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceByTags.json' from root:root to runner:runner
2025-08-20T19:16:15.7579454Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.7580321Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDiagnosticReport.json' from root:root to runner:runner
2025-08-20T19:16:15.7581141Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHADiagnoseConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7581923Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeErrorLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.7583023Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateCloudMigrationPrecheckTask.json' from root:root to runner:runner
2025-08-20T19:16:15.7583830Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7584710Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBProxyInstanceKernelVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.7585585Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/PreCheckCreateOrderForDeleteDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.7586424Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceNetworkType.json' from root:root to runner:runner
2025-08-20T19:16:15.7587307Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBackupTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.7588094Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:15.7589012Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ReleaseInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7589825Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCharacterSetName.json' from root:root to runner:runner
2025-08-20T19:16:15.7590670Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableCrossRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.7591423Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RestoreTable.json' from root:root to runner:runner
2025-08-20T19:16:15.7592250Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.7593169Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7594015Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RestartDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7594848Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpdatePostgresExtensions.json' from root:root to runner:runner
2025-08-20T19:16:15.7595656Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RemoveTagsFromResource.json' from root:root to runner:runner
2025-08-20T19:16:15.7596455Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeResourceUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.7597260Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDedicatedHosts.json' from root:root to runner:runner
2025-08-20T19:16:15.7598034Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyParameter.json' from root:root to runner:runner
2025-08-20T19:16:15.7598868Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeInstanceKeywords.json' from root:root to runner:runner
2025-08-20T19:16:15.7599888Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHASwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7600809Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBProxyPerformance.json' from root:root to runner:runner
2025-08-20T19:16:15.7601589Z [00:02:21.067]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDatabases.json' from root:root to runner:runner
2025-08-20T19:16:15.7602644Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:15.7603479Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDetachedBackups.json' from root:root to runner:runner
2025-08-20T19:16:15.7604460Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.7605299Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/TerminateMigrateTask.json' from root:root to runner:runner
2025-08-20T19:16:15.7606269Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/AllocateReadWriteSplittingConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7607136Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSupportOnlineResizeDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.7608093Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHistoryEventsStat.json' from root:root to runner:runner
2025-08-20T19:16:15.7608892Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeRegionInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.7609695Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBinlogFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.7610518Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.7611330Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7612202Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCrossRegionLogBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.7613369Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ReleaseReadWriteSplittingConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7614198Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7615134Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSecrets.json' from root:root to runner:runner
2025-08-20T19:16:15.7615925Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHistoryTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.7616783Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckDBNameAvailable.json' from root:root to runner:runner
2025-08-20T19:16:15.7617880Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ImportDatabaseBetweenInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.7619097Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBProxyInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7620094Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeMarketingActivity.json' from root:root to runner:runner
2025-08-20T19:16:15.7621006Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancesAsCsv.json' from root:root to runner:runner
2025-08-20T19:16:15.7621889Z [00:02:21.068]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyReadWriteSplittingConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7623005Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBProxy.json' from root:root to runner:runner
2025-08-20T19:16:15.7623810Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteADSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.7624709Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancesByPerformance.json' from root:root to runner:runner
2025-08-20T19:16:15.7625551Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.7626452Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAnalyticdbByPrimaryDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7627222Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7628042Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:15.7628877Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBProxyEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.7629817Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeInstanceCrossBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7630674Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DetachWhitelistTemplateToInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7631556Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifySQLCollectorPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7632329Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7633239Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLLogFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.7634065Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeWhitelistTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.7634903Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.7635718Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeLogBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.7636613Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBProxyEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.7637446Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescibeImportsFromDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.7638270Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.7639136Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.7639944Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7640693Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.7641521Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceMetrics.json' from root:root to runner:runner
2025-08-20T19:16:15.7642350Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAllWhitelistTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.7643484Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/GrantOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.7644340Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBInstanceMajorVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.7645208Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHistoryEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.7646043Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.7646903Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyInstanceCrossBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7647840Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceConnectivity.json' from root:root to runner:runner
2025-08-20T19:16:15.7648635Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyPGHbaConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7649435Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.7650261Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.7651026Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.7651912Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7652828Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteGadInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7653690Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeReadDBInstanceDelay.json' from root:root to runner:runner
2025-08-20T19:16:15.7654546Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBInstanceEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.7655425Z [00:02:21.069]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceNetworkExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:15.7656252Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckAccountNameAvailable.json' from root:root to runner:runner
2025-08-20T19:16:15.7657124Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateYouhuiForOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.7657965Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DestroyDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7658788Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeParameterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.7659600Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/SwitchDBInstanceNetType.json' from root:root to runner:runner
2025-08-20T19:16:15.7660422Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreatePostgresExtensions.json' from root:root to runner:runner
2025-08-20T19:16:15.7661349Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancePromoteActivity.json' from root:root to runner:runner
2025-08-20T19:16:15.7662166Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:15.7663230Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.7664094Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7664919Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DetachGadInstanceMember.json' from root:root to runner:runner
2025-08-20T19:16:15.7665803Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDTCSecurityIpHostsForSQLServer.json' from root:root to runner:runner
2025-08-20T19:16:15.7666654Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceEncryptionKey.json' from root:root to runner:runner
2025-08-20T19:16:15.7667456Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:15.7668234Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteSlot.json' from root:root to runner:runner
2025-08-20T19:16:15.7669292Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeRdsResourceSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.7670137Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/SwitchGuardToMasterInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7671134Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.7672079Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceProxyConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.7673040Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDiagnosticReportList.json' from root:root to runner:runner
2025-08-20T19:16:15.7674031Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/AddTagsToResource.json' from root:root to runner:runner
2025-08-20T19:16:15.7674876Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeQuickSaleConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7675755Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeMigrateTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.7676576Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstancePayType.json' from root:root to runner:runner
2025-08-20T19:16:15.7677391Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateReadOnlyDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7678236Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateGADInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7679017Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7679832Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBProxyEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7680674Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeModifyPGHbaConfigLog.json' from root:root to runner:runner
2025-08-20T19:16:15.7681510Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateOrderForCreateDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.7682305Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckInstanceExist.json' from root:root to runner:runner
2025-08-20T19:16:15.7683300Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeADInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7684108Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.7684996Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeOssDownloads.json' from root:root to runner:runner
2025-08-20T19:16:15.7685986Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:15.7687294Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/version.json' from root:root to runner:runner
2025-08-20T19:16:15.7688267Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UnlockAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.7689193Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBackupDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.7690056Z [00:02:21.070]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.7690842Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeMetaList.json' from root:root to runner:runner
2025-08-20T19:16:15.7691701Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifySecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.7692606Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CopyDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.7693454Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateOrderForDeleteDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.7694263Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDasInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7695094Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeModifyParameterLog.json' from root:root to runner:runner
2025-08-20T19:16:15.7695901Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/SwitchDBInstanceVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.7696764Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ActivateMigrationTargetInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7697596Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCollationTimeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.7698384Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/MigrateToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:15.7699325Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancesByExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:15.7700158Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.7701008Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceIpHostname.json' from root:root to runner:runner
2025-08-20T19:16:15.7701761Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ListClasses.json' from root:root to runner:runner
2025-08-20T19:16:15.7703021Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCloudMigrationPrecheckResult.json' from root:root to runner:runner
2025-08-20T19:16:15.7703964Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancePerformance.json' from root:root to runner:runner
2025-08-20T19:16:15.7704757Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RebuildDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7705549Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CloneDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7706411Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.7707257Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBProxyEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.7708058Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:15.7708843Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7709666Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckCreateDdrDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7710520Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.7711275Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CancelImport.json' from root:root to runner:runner
2025-08-20T19:16:15.7712155Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceNetInfoForChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.7713499Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7714412Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/SwitchDBInstanceHA.json' from root:root to runner:runner
2025-08-20T19:16:15.7715249Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribePostgresExtensions.json' from root:root to runner:runner
2025-08-20T19:16:15.7716123Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/PreCheckCreateOrderForCreateDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.7717099Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/AttachWhitelistTemplateToInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7717996Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSlots.json' from root:root to runner:runner
2025-08-20T19:16:15.7718789Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RecoveryDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7719556Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.7720378Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceHAConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7721147Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.7721958Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeMigrateTaskById.json' from root:root to runner:runner
2025-08-20T19:16:15.7723013Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLLogReportList.json' from root:root to runner:runner
2025-08-20T19:16:15.7723869Z [00:02:21.071]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCrossBackupMetaList.json' from root:root to runner:runner
2025-08-20T19:16:15.7724664Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7725492Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeActionEventPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7726365Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceProxyConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.7727316Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeUpgradeMajorVersionTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.7728135Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.7728964Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RevokeOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.7729762Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteUserBackupFile.json' from root:root to runner:runner
2025-08-20T19:16:15.7730692Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceIPArrayList.json' from root:root to runner:runner
2025-08-20T19:16:15.7731560Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBProxyEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7732485Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7733257Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ResetAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.7734058Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyHASwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7734867Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeClassDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.7735659Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpdateUserBackupFile.json' from root:root to runner:runner
2025-08-20T19:16:15.7736488Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ReleaseInstanceConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.7737255Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.7738108Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBInstanceEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.7738884Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyEventInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7739662Z [00:02:21.072]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:15.7740716Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSlowLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.7741575Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ConfirmNotify.json' from root:root to runner:runner
2025-08-20T19:16:15.7742549Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyCustinsResource.json' from root:root to runner:runner
2025-08-20T19:16:15.7743481Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.7744364Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7745192Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:15.7746162Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.7747018Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancesForClone.json' from root:root to runner:runner
2025-08-20T19:16:15.7747794Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/StopDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7748622Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHistoryTasksStat.json' from root:root to runner:runner
2025-08-20T19:16:15.7749409Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateMigrateTask.json' from root:root to runner:runner
2025-08-20T19:16:15.7750199Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CloneParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7751023Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyWhitelistTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.7751778Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyADInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7752689Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteBackupFile.json' from root:root to runner:runner
2025-08-20T19:16:15.7753589Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeWhitelistTemplateLinkedInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7754489Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7755308Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeResourceDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.7756189Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceNetInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7757048Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBInstanceEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.7757897Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeGadInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.7758768Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeParameterGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7759589Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateCloudMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:15.7761212Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHostGroupElasticStrategyParameters.json' from root:root to runner:runner
2025-08-20T19:16:15.7762333Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:15.7763561Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.7764479Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeInstanceLinkedWhitelistTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.7765288Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateGadInstanceMember.json' from root:root to runner:runner
2025-08-20T19:16:15.7766093Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ListUserBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.7767053Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/LockAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.7767847Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/PurgeDBInstanceLog.json' from root:root to runner:runner
2025-08-20T19:16:15.7768754Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyReadonlyInstanceDelayReplicationTime.json' from root:root to runner:runner
2025-08-20T19:16:15.7769609Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDdrInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7770440Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.7771260Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBInstanceForRebuild.json' from root:root to runner:runner
2025-08-20T19:16:15.7772085Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/TransformDBInstancePayType.json' from root:root to runner:runner
2025-08-20T19:16:15.7773132Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCrossRegionBackupDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7774038Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.7774874Z [00:02:21.073]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifySQLCollectorRetention.json' from root:root to runner:runner
2025-08-20T19:16:15.7775699Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7776514Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/GrantAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:15.7777293Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/StartDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7778090Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7778914Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCustinsResourceInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7779740Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDbProxyInstanceSsl.json' from root:root to runner:runner
2025-08-20T19:16:15.7780641Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCloudMigrationResult.json' from root:root to runner:runner
2025-08-20T19:16:15.7781541Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeUpgradeMajorVersionPrecheckTask.json' from root:root to runner:runner
2025-08-20T19:16:15.7782328Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ReceiveDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7783322Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds' from root:root to runner:runner
2025-08-20T19:16:15.7784112Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:15.7784891Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyFlowProject.json' from root:root to runner:runner
2025-08-20T19:16:15.7785702Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeScalingGroupV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7786541Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.7787434Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateClusterWithTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.7788251Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateClusterHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7789023Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateClusterV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7789836Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowNodeSqlResult.json' from root:root to runner:runner
2025-08-20T19:16:15.7790639Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyClusterTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.7791525Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowNodeInstanceContainerLog.json' from root:root to runner:runner
2025-08-20T19:16:15.7792319Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyScalingGroupV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7793218Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ResizeClusterV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7794116Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyScalingConfigItemV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7794910Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateScalingGroupV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7795758Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowProjectClusterSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.7796598Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyClusterName.json' from root:root to runner:runner
2025-08-20T19:16:15.7797424Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.7798177Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/KillFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:15.7799009Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RefreshClusterResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:15.7799886Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowNodeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7800685Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RerunFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.7801577Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterServiceComponentHealthInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7802527Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListScalingActivityV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7803401Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.7804225Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RunClusterServiceAction.json' from root:root to runner:runner
2025-08-20T19:16:15.7805080Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeScalingGroupInstanceV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7805883Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7806648Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.7807655Z [00:02:21.074]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterResourcePoolSchedulerType.json' from root:root to runner:runner
2025-08-20T19:16:15.7808487Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyClusterServiceConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7809268Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7810149Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.7811230Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyResourcePoolSchedulerType.json' from root:root to runner:runner
2025-08-20T19:16:15.7812063Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:15.7813038Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterServiceConfigTag.json' from root:root to runner:runner
2025-08-20T19:16:15.7813913Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:15.7814832Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowProjectClusterSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.7815679Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterOperationHostTask.json' from root:root to runner:runner
2025-08-20T19:16:15.7816738Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowNodeInstanceLauncherLog.json' from root:root to runner:runner
2025-08-20T19:16:15.7817531Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:15.7818328Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowProject.json' from root:root to runner:runner
2025-08-20T19:16:15.7819104Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.7819909Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateClusterTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.7820664Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ResumeFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.7821564Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowCategoryTree.json' from root:root to runner:runner
2025-08-20T19:16:15.7822320Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.7823364Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:15.7824330Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterHost.json' from root:root to runner:runner
2025-08-20T19:16:15.7825209Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowProjectClusterSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.7825995Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.7826754Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/SubmitFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:15.7827608Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7828506Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterHostComponent.json' from root:root to runner:runner
2025-08-20T19:16:15.7829725Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:15.7830794Z [00:02:21.075]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:15.7831822Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7832752Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:15.7833554Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyFlowCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.7834313Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/SuspendFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.7835113Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyResourceQueue.json' from root:root to runner:runner
2025-08-20T19:16:15.7835852Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/version.json' from root:root to runner:runner
2025-08-20T19:16:15.7836734Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RunScalingActionV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7837618Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowNodeInstanceContainerStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7838467Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyFlowForWeb.json' from root:root to runner:runner
2025-08-20T19:16:15.7839325Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyFlowProjectClusterSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.7840146Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterBasicInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.7840943Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowClusterHost.json' from root:root to runner:runner
2025-08-20T19:16:15.7841775Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowProject.json' from root:root to runner:runner
2025-08-20T19:16:15.7843095Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteResourceQueue.json' from root:root to runner:runner
2025-08-20T19:16:15.7844068Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeScalingConfigItemV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7844871Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListScalingGroupV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7845687Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListEmrAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7846508Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterOperationHost.json' from root:root to runner:runner
2025-08-20T19:16:15.7847331Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowClusterAllHosts.json' from root:root to runner:runner
2025-08-20T19:16:15.7848148Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ReleaseClusterHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7848956Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteClusterTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.7849736Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7850627Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListEmrAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:15.7851406Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/JoinResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7852268Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowProjectUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7853337Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RemoveScalingConfigItemV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7854148Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.7854932Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListEmrMainVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.7855800Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowJobHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.7856619Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/AddScalingConfigItemV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7857436Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7858193Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/SubmitFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.7858992Z [00:02:21.076]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateResourceQueue.json' from root:root to runner:runner
2025-08-20T19:16:15.7859875Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterOperationHostTaskLog.json' from root:root to runner:runner
2025-08-20T19:16:15.7860748Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowProjectClusterSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.7861552Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterOperation.json' from root:root to runner:runner
2025-08-20T19:16:15.7862367Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowProjectUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7863334Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterInstalledService.json' from root:root to runner:runner
2025-08-20T19:16:15.7864200Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowClusterAll.json' from root:root to runner:runner
2025-08-20T19:16:15.7865005Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowProjectUser.json' from root:root to runner:runner
2025-08-20T19:16:15.7865840Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ReleaseCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.7866692Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterServiceConfigHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.7867483Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7868319Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterServiceQuickLink.json' from root:root to runner:runner
2025-08-20T19:16:15.7869169Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowProject.json' from root:root to runner:runner
2025-08-20T19:16:15.7869922Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CloneFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.7870793Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListScalingConfigItemV2.json' from root:root to runner:runner
2025-08-20T19:16:15.7871544Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/StartFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.7872496Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterServiceConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.7873309Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.7874136Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterOperationTask.json' from root:root to runner:runner
2025-08-20T19:16:15.7874936Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowProject.json' from root:root to runner:runner
2025-08-20T19:16:15.7875758Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterService.json' from root:root to runner:runner
2025-08-20T19:16:15.7876504Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.7877332Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.7878109Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/AddClusterService.json' from root:root to runner:runner
2025-08-20T19:16:15.7878958Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowForWeb.json' from root:root to runner:runner
2025-08-20T19:16:15.7879766Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowNodeInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.7880535Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CloneFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:15.7881329Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterService.json' from root:root to runner:runner
2025-08-20T19:16:15.7882017Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr' from root:root to runner:runner
2025-08-20T19:16:15.7883338Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicIpSet.json' from root:root to runner:runner
2025-08-20T19:16:15.7884256Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ReplaceBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.7885036Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateSpareIps.json' from root:root to runner:runner
2025-08-20T19:16:15.7885818Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7886647Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DetachDdosFromAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:15.7887483Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:15.7888463Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7889340Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7890090Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.7890961Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7891710Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateIpSet.json' from root:root to runner:runner
2025-08-20T19:16:15.7892799Z [00:02:21.077]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateCustomRoutingEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.7893746Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteIpSet.json' from root:root to runner:runner
2025-08-20T19:16:15.7894559Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/OpenAcceleratorService.json' from root:root to runner:runner
2025-08-20T19:16:15.7895326Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AddEntriesToAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.7896125Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.7896979Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAccelerateAreas.json' from root:root to runner:runner
2025-08-20T19:16:15.7897893Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AttachLogStoreToEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7898699Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetInvalidDomainCount.json' from root:root to runner:runner
2025-08-20T19:16:15.7899434Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAcls.json' from root:root to runner:runner
2025-08-20T19:16:15.7900346Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBandwidthPackagaAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7901160Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.7902605Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicIpSet.json' from root:root to runner:runner
2025-08-20T19:16:15.7903857Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AttachDdosToAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:15.7904699Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateForwardingRules.json' from root:root to runner:runner
2025-08-20T19:16:15.7905597Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7906467Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAcceleratorCrossBorderStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7907269Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.7908207Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateCustomRoutingEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7908980Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAccelerators.json' from root:root to runner:runner
2025-08-20T19:16:15.7909775Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7910554Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7911419Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicAccelerateIp.json' from root:root to runner:runner
2025-08-20T19:16:15.7912252Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBasicIpSet.json' from root:root to runner:runner
2025-08-20T19:16:15.7913357Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7914189Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAcceleratorConfirm.json' from root:root to runner:runner
2025-08-20T19:16:15.7914941Z [00:02:21.078]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListIpSets.json' from root:root to runner:runner
2025-08-20T19:16:15.7915756Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListListenerCertificates.json' from root:root to runner:runner
2025-08-20T19:16:15.7916562Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.7917369Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:15.7918181Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBasicEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7919107Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAvailableBusiRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.7920031Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:15.7920797Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7921745Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicAccelerateIpEndpointRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.7922659Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListSpareIps.json' from root:root to runner:runner
2025-08-20T19:16:15.7923575Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AssociateAdditionalCertificatesWithListener.json' from root:root to runner:runner
2025-08-20T19:16:15.7924385Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7925295Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicAccelerateIpIdleCount.json' from root:root to runner:runner
2025-08-20T19:16:15.7926165Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7927041Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListEndpointGroupIpAddressCidrBlocks.json' from root:root to runner:runner
2025-08-20T19:16:15.7927879Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateEndpointGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7928751Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAcceleratorAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7929515Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.7930302Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBasicEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7931226Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:15.7932033Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteForwardingRules.json' from root:root to runner:runner
2025-08-20T19:16:15.7933305Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateCustomRoutingEndpointTrafficPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.7934214Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicAccelerateIpEndpointRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.7935105Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicAccelerateIpEndpointRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.7936051Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/QueryCrossBorderApprovalStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7936852Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.7937603Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetSpareIp.json' from root:root to runner:runner
2025-08-20T19:16:15.7938597Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7939384Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:15.7940262Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.7941025Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteSpareIps.json' from root:root to runner:runner
2025-08-20T19:16:15.7941943Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingPortMappingsByDestination.json' from root:root to runner:runner
2025-08-20T19:16:15.7942919Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAcceleratorCrossBorderMode.json' from root:root to runner:runner
2025-08-20T19:16:15.7943756Z [00:02:21.079]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.7944551Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicAccelerateIp.json' from root:root to runner:runner
2025-08-20T19:16:15.7945308Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.7946110Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateForwardingRules.json' from root:root to runner:runner
2025-08-20T19:16:15.7946956Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:15.7947727Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBusiRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.7948584Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteCustomRoutingEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7949457Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7950393Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeLogStoreOfEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7951242Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DetachLogStoreFromEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7952114Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/EnableApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.7953030Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/RemoveEntriesFromAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.7953958Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCustomRoutingEndPointTrafficPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.7954851Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicAccelerateIpEndpointRelations.json' from root:root to runner:runner
2025-08-20T19:16:15.7955644Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7956415Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7957170Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListIspTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.7957908Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.7958643Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/version.json' from root:root to runner:runner
2025-08-20T19:16:15.7959636Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBasicAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:15.7960664Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListApplicationMonitorDetectResult.json' from root:root to runner:runner
2025-08-20T19:16:15.7961571Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingEndpointTrafficPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.7962617Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/BandwidthPackageRemoveAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:15.7963380Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteListener.json' from root:root to runner:runner
2025-08-20T19:16:15.7964356Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:15.7965289Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.7966158Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicIpSet.json' from root:root to runner:runner
2025-08-20T19:16:15.7966963Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.7967743Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.7968661Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DissociateAdditionalCertificatesFromListener.json' from root:root to runner:runner
2025-08-20T19:16:15.7969449Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7970215Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCommonAreas.json' from root:root to runner:runner
2025-08-20T19:16:15.7970974Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListListeners.json' from root:root to runner:runner
2025-08-20T19:16:15.7971731Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeIpSet.json' from root:root to runner:runner
2025-08-20T19:16:15.7972774Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7973593Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAclAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7974462Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeListener.json' from root:root to runner:runner
2025-08-20T19:16:15.7975264Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCommodityPrice.json' from root:root to runner:runner
2025-08-20T19:16:15.7976020Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteIpSets.json' from root:root to runner:runner
2025-08-20T19:16:15.7976896Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7977722Z [00:02:21.080]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateListener.json' from root:root to runner:runner
2025-08-20T19:16:15.7978850Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateCustomRoutingEndpointTrafficPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.7980166Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCommodity.json' from root:root to runner:runner
2025-08-20T19:16:15.7981399Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:15.7982266Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteCustomRoutingEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.7983288Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeAcceleratorServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.7984203Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteCustomRoutingEndpointTrafficPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.7985026Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.7985932Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeBandwidthPackageAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.7986686Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.7987513Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DissociateAclsFromListener.json' from root:root to runner:runner
2025-08-20T19:16:15.7988401Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAdditionalCertificateWithListener.json' from root:root to runner:runner
2025-08-20T19:16:15.7989414Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:15.7990173Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateListener.json' from root:root to runner:runner
2025-08-20T19:16:15.7991041Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.7991812Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateDomainState.json' from root:root to runner:runner
2025-08-20T19:16:15.7992822Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAvailableAccelerateAreas.json' from root:root to runner:runner
2025-08-20T19:16:15.7993643Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetIpsetsBandwidthLimit.json' from root:root to runner:runner
2025-08-20T19:16:15.7994511Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AssociateAclsWithListener.json' from root:root to runner:runner
2025-08-20T19:16:15.7995321Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBasicAccelerateIps.json' from root:root to runner:runner
2025-08-20T19:16:15.7996139Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DisableApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.7997006Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCustomRoutingEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.7997825Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.7998665Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCustomRoutingEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.7999462Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ConfigEndpointProbe.json' from root:root to runner:runner
2025-08-20T19:16:15.8000357Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateCustomRoutingEndpointGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8001179Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.8001958Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBasicEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.8003017Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBasicAccelerateIpEndpointRelations.json' from root:root to runner:runner
2025-08-20T19:16:15.8003814Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBandwidthPackages.json' from root:root to runner:runner
2025-08-20T19:16:15.8004638Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.8005427Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:15.8006308Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateServiceManagedControl.json' from root:root to runner:runner
2025-08-20T19:16:15.8007132Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListSystemSecurityPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.8007998Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DetectApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.8008779Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:15.8009587Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicAccelerateIp.json' from root:root to runner:runner
2025-08-20T19:16:15.8010343Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateIpSets.json' from root:root to runner:runner
2025-08-20T19:16:15.8011191Z [00:02:21.081]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/BandwidthPackageAddAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:15.8011968Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:15.8013053Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingPortMappings.json' from root:root to runner:runner
2025-08-20T19:16:15.8013825Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateIpSets.json' from root:root to runner:runner
2025-08-20T19:16:15.8014717Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListForwardingRules.json' from root:root to runner:runner
2025-08-20T19:16:15.8015510Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBandwidthackages.json' from root:root to runner:runner
2025-08-20T19:16:15.8016415Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateCustomRoutingEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:15.8017211Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBasicAccelerators.json' from root:root to runner:runner
2025-08-20T19:16:15.8018106Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeAcceleratorAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8018957Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteDomainAcceleratorRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.8019698Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga' from root:root to runner:runner
2025-08-20T19:16:15.8020479Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoSyncTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8021316Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateRepoBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8022104Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8023031Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateBuildRecordByRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8023818Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListInstanceRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.8024617Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.8025433Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoSyncTaskByRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8026227Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.8027004Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8027839Z [00:02:21.082]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateChain.json' from root:root to runner:runner
2025-08-20T19:16:15.8028610Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.8029450Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepoTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.8030205Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.8031023Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateBuildRecordByRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.8031813Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.8033073Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8033905Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.8034687Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoSyncTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8035557Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.8036438Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateInstanceVpcEndpointLinkedVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.8037458Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.8038268Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepoSyncRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8039073Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.8039864Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteChartRelease.json' from root:root to runner:runner
2025-08-20T19:16:15.8040610Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteChain.json' from root:root to runner:runner
2025-08-20T19:16:15.8041368Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.8042303Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteInstanceEndpointAclPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8043294Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoSyncTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8044070Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.8044835Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.8045648Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoBuildRecordLog.json' from root:root to runner:runner
2025-08-20T19:16:15.8046495Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateRepoTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.8047281Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoSyncRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8048048Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChartRelease.json' from root:root to runner:runner
2025-08-20T19:16:15.8048886Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8049697Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListEventCenterRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.8050872Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTagManifest.json' from root:root to runner:runner
2025-08-20T19:16:15.8051966Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetChain.json' from root:root to runner:runner
2025-08-20T19:16:15.8053226Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoTagScanResult.json' from root:root to runner:runner
2025-08-20T19:16:15.8054039Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChainInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8054817Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstanceCount.json' from root:root to runner:runner
2025-08-20T19:16:15.8055576Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8056423Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChain.json' from root:root to runner:runner
2025-08-20T19:16:15.8057215Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoSourceCodeRepo.json' from root:root to runner:runner
2025-08-20T19:16:15.8058027Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTag.json' from root:root to runner:runner
2025-08-20T19:16:15.8058754Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8059556Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateEventCenterRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8060348Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoTagScanTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8061206Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CancelRepoBuildRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.8062006Z [00:02:21.083]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetArtifactBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8063011Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTagScanSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.8063808Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTagLayers.json' from root:root to runner:runner
2025-08-20T19:16:15.8064689Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteInstanceVpcEndpointLinkedVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.8065542Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateInstanceEndpointAclPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8066352Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateArtifactBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8067123Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.8067944Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListEventCenterRuleName.json' from root:root to runner:runner
2025-08-20T19:16:15.8068702Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepoTag.json' from root:root to runner:runner
2025-08-20T19:16:15.8069589Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoBuildRecordStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8070370Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoBuildRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.8071223Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetArtifactBuildTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8071995Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.8072893Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8073690Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.8074554Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetAuthorizationToken.json' from root:root to runner:runner
2025-08-20T19:16:15.8075345Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepoBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8076176Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.8076934Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoTag.json' from root:root to runner:runner
2025-08-20T19:16:15.8077693Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8078492Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteEventCenterRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8079270Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ResetLoginPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.8080054Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.8080854Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.8081594Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8082514Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListArtifactBuildTaskLog.json' from root:root to runner:runner
2025-08-20T19:16:15.8083423Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateInstanceEndpointStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8084257Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoSyncRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8085001Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateChain.json' from root:root to runner:runner
2025-08-20T19:16:15.8085786Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.8086578Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoBuildRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.8087387Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoTag.json' from root:root to runner:runner
2025-08-20T19:16:15.8088185Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.8088971Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.8089836Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CancelArtifactBuildTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8090607Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.8091376Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstanceUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.8092139Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepository.json' from root:root to runner:runner
2025-08-20T19:16:15.8093185Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateRepoSourceCodeRepo.json' from root:root to runner:runner
2025-08-20T19:16:15.8094016Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoSourceCodeRepo.json' from root:root to runner:runner
2025-08-20T19:16:15.8094817Z [00:02:21.084]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstanceVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:15.8095605Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTagScanStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8096457Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.8097205Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr' from root:root to runner:runner
2025-08-20T19:16:15.8098034Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/DeleteVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.8098866Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/ModifyVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.8099705Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/AcceptVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.8100555Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8101392Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/RejectVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.8102186Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8103135Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8104212Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/CreateVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.8105056Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/ListVpcPeerConnections.json' from root:root to runner:runner
2025-08-20T19:16:15.8105847Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8106626Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8107495Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/GetVpcPeerConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8108357Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer' from root:root to runner:runner
2025-08-20T19:16:15.8109111Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cas/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8109887Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cas' from root:root to runner:runner
2025-08-20T19:16:15.8110752Z [00:02:21.085]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterVpcAttachment.json' from root:root to runner:runner
2025-08-20T19:16:15.8111716Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterRouteTableAssociations.json' from root:root to runner:runner
2025-08-20T19:16:15.8112681Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeChildInstanceRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.8113488Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.8114245Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteFlowlog.json' from root:root to runner:runner
2025-08-20T19:16:15.8115139Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.8116017Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenInterRegionTrafficQosQueue.json' from root:root to runner:runner
2025-08-20T19:16:15.8116839Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateFlowlog.json' from root:root to runner:runner
2025-08-20T19:16:15.8117708Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenAttachedChildInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.8118615Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterMulticastDomainVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:15.8119428Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterCidr.json' from root:root to runner:runner
2025-08-20T19:16:15.8120340Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RegisterTransitRouterMulticastGroupMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.8121282Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeGrantRulesToResource.json' from root:root to runner:runner
2025-08-20T19:16:15.8122919Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterCidrAllocation.json' from root:root to runner:runner
2025-08-20T19:16:15.8123969Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/PublishRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.8124961Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8125908Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListCenInterRegionTrafficQosPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.8126795Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterVpcAttachmentZones.json' from root:root to runner:runner
2025-08-20T19:16:15.8127632Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:15.8128537Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.8129430Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.8130291Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterVpnAttachment.json' from root:root to runner:runner
2025-08-20T19:16:15.8131219Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterMulticastDomainAssociations.json' from root:root to runner:runner
2025-08-20T19:16:15.8132126Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DisableTransitRouterRouteTablePropagation.json' from root:root to runner:runner
2025-08-20T19:16:15.8133166Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyCenAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8134015Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UnroutePrivateZoneInCenToVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.8134922Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenChildInstanceRouteEntryToCen.json' from root:root to runner:runner
2025-08-20T19:16:15.8135778Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterVpnAttachments.json' from root:root to runner:runner
2025-08-20T19:16:15.8136726Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8137599Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterPeerAttachment.json' from root:root to runner:runner
2025-08-20T19:16:15.8138553Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8139380Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CheckTransitRouterService.json' from root:root to runner:runner
2025-08-20T19:16:15.8140306Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterVbrAttachments.json' from root:root to runner:runner
2025-08-20T19:16:15.8141095Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenRouteMap.json' from root:root to runner:runner
2025-08-20T19:16:15.8141964Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCen.json' from root:root to runner:runner
2025-08-20T19:16:15.8143031Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8143979Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeGeographicRegionMembership.json' from root:root to runner:runner
2025-08-20T19:16:15.8144885Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterVpnAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8145822Z [00:02:21.086]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeregisterTransitRouterMulticastGroupMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.8146726Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ReplaceTransitRouterRouteTableAssociation.json' from root:root to runner:runner
2025-08-20T19:16:15.8147586Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterVbrAttachment.json' from root:root to runner:runner
2025-08-20T19:16:15.8148505Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenChildInstanceRouteEntryToAttachment.json' from root:root to runner:runner
2025-08-20T19:16:15.8149272Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ActiveFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:15.8150200Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenGeographicSpanRemainingBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:15.8151073Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenInterRegionTrafficQosQueue.json' from root:root to runner:runner
2025-08-20T19:16:15.8151931Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterVpcAttachments.json' from root:root to runner:runner
2025-08-20T19:16:15.8153001Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/TempUpgradeCenBandwidthPackageSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.8154219Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterPeerAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8155131Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenChildInstanceRouteEntryToCen.json' from root:root to runner:runner
2025-08-20T19:16:15.8156173Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json' from root:root to runner:runner
2025-08-20T19:16:15.8157049Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouteTableAggregation.json' from root:root to runner:runner
2025-08-20T19:16:15.8157979Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RefreshTransitRouteTableAggregation.json' from root:root to runner:runner
2025-08-20T19:16:15.8158732Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCen.json' from root:root to runner:runner
2025-08-20T19:16:15.8159553Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyTransitRouterCidr.json' from root:root to runner:runner
2025-08-20T19:16:15.8160367Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/EnableCenVbrHealthCheck.json' from root:root to runner:runner
2025-08-20T19:16:15.8161176Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenRouteMaps.json' from root:root to runner:runner
2025-08-20T19:16:15.8161948Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8162920Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/OpenTransitRouterService.json' from root:root to runner:runner
2025-08-20T19:16:15.8163729Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyFlowLogAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8164681Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.8165705Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenInterRegionBandwidthLimits.json' from root:root to runner:runner
2025-08-20T19:16:15.8166666Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8167574Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8168561Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8169463Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterPrefixListAssociation.json' from root:root to runner:runner
2025-08-20T19:16:15.8170319Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterCidr.json' from root:root to runner:runner
2025-08-20T19:16:15.8171298Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListCenChildInstanceRouteEntriesToAttachment.json' from root:root to runner:runner
2025-08-20T19:16:15.8172216Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8173336Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DisableCenVbrHealthCheck.json' from root:root to runner:runner
2025-08-20T19:16:15.8174258Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterPrefixListAssociation.json' from root:root to runner:runner
2025-08-20T19:16:15.8175399Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterPrefixListAssociation.json' from root:root to runner:runner
2025-08-20T19:16:15.8176218Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8177087Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyCenBandwidthPackageAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8177939Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.8178781Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterRouteTables.json' from root:root to runner:runner
2025-08-20T19:16:15.8179619Z [00:02:21.087]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AssociateCenBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.8180730Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RegisterTransitRouterMulticastGroupSources.json' from root:root to runner:runner
2025-08-20T19:16:15.8181686Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/WithdrawPublishedRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.8182759Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenGeographicSpans.json' from root:root to runner:runner
2025-08-20T19:16:15.8183584Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterCidr.json' from root:root to runner:runner
2025-08-20T19:16:15.8184616Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DissociateTransitRouterAttachmentFromRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:15.8185521Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterVbrAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8186453Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8187330Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenRegionDomainRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.8188150Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeGrantRulesToCen.json' from root:root to runner:runner
2025-08-20T19:16:15.8189070Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeregisterTransitRouterMulticastGroupSources.json' from root:root to runner:runner
2025-08-20T19:16:15.8189900Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTrafficMarkingPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.8190743Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:15.8191606Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterPeerAttachments.json' from root:root to runner:runner
2025-08-20T19:16:15.8192632Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/EnableTransitRouterRouteTablePropagation.json' from root:root to runner:runner
2025-08-20T19:16:15.8193383Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8194695Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListGrantVSwitchEnis.json' from root:root to runner:runner
2025-08-20T19:16:15.8195993Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/SetCenInterRegionBandwidthLimit.json' from root:root to runner:runner
2025-08-20T19:16:15.8196858Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/GrantInstanceToTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.8197798Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterVbrAttachment.json' from root:root to runner:runner
2025-08-20T19:16:15.8198586Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenRouteMap.json' from root:root to runner:runner
2025-08-20T19:16:15.8199521Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTrafficMarkingPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8200451Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouteTableAggregation.json' from root:root to runner:runner
2025-08-20T19:16:15.8201261Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteRouteServiceInCen.json' from root:root to runner:runner
2025-08-20T19:16:15.8202139Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenChildInstanceRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.8203087Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeRouteConflict.json' from root:root to runner:runner
2025-08-20T19:16:15.8203944Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:15.8204850Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenAttachedChildInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8205676Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ResolveAndRouteServiceInCen.json' from root:root to runner:runner
2025-08-20T19:16:15.8206566Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenInterRegionTrafficQosPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8207395Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCens.json' from root:root to runner:runner
2025-08-20T19:16:15.8208310Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeTransitRouteTableAggregationDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8209205Z [00:02:21.088]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterRouteTablePropagations.json' from root:root to runner:runner
2025-08-20T19:16:15.8210047Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyCenRouteMap.json' from root:root to runner:runner
2025-08-20T19:16:15.8210827Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8211671Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UnassociateCenBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.8212844Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterVpnAttachment.json' from root:root to runner:runner
2025-08-20T19:16:15.8213770Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterVpcAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8214712Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenInterRegionTrafficQosPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8215487Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeFlowlogs.json' from root:root to runner:runner
2025-08-20T19:16:15.8216359Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterMulticastDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.8217120Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8217963Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenBandwidthPackages.json' from root:root to runner:runner
2025-08-20T19:16:15.8224562Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AssociateTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8225543Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenPrivateZoneRoutes.json' from root:root to runner:runner
2025-08-20T19:16:15.8226369Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeactiveFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:15.8227372Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:15.8228236Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RevokeInstanceFromTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.8229198Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeTransitRouteTableAggregation.json' from root:root to runner:runner
2025-08-20T19:16:15.8230072Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.8231019Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8231842Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.8233024Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterPeerAttachment.json' from root:root to runner:runner
2025-08-20T19:16:15.8233978Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeRouteServicesInCen.json' from root:root to runner:runner
2025-08-20T19:16:15.8234825Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AttachCenChildInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8235744Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DisassociateTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8236601Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribePublishedRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.8237463Z [00:02:21.089]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterVpcAttachment.json' from root:root to runner:runner
2025-08-20T19:16:15.8238252Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.8239118Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListCenInterRegionTrafficQosQueues.json' from root:root to runner:runner
2025-08-20T19:16:15.8239930Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListGrantVSwitchesToCen.json' from root:root to runner:runner
2025-08-20T19:16:15.8240824Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RoutePrivateZoneInCenToVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.8241680Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterMulticastGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.8242728Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AssociateTransitRouterAttachmentWithRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:15.8243593Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouters.json' from root:root to runner:runner
2025-08-20T19:16:15.8244459Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8245280Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenVbrHealthCheck.json' from root:root to runner:runner
2025-08-20T19:16:15.8246284Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyCenBandwidthPackageSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.8247327Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DetachCenChildInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8248093Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn' from root:root to runner:runner
2025-08-20T19:16:15.8248953Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAccountSecurityPracticeReport.json' from root:root to runner:runner
2025-08-20T19:16:15.8249728Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:15.8250578Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/RemoveClientIdFromOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.8251590Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateSAMLProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.8252562Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetUserSsoSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.8253396Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/AddUserToGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8254181Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/SetDefaultDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8255056Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8255843Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.8256646Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateVirtualMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:15.8257552Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/SetSecurityPreference.json' from root:root to runner:runner
2025-08-20T19:16:15.8258425Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/RemoveFingerprintFromOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.8259185Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAppSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.8259963Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListAppSecretIds.json' from root:root to runner:runner
2025-08-20T19:16:15.8260794Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:15.8261623Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateAppSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.8262520Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListUserBasicInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.8263411Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.8264467Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetSAMLProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.8265679Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8266682Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/SetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8267484Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAccountMFAInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8268271Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListSAMLProviders.json' from root:root to runner:runner
2025-08-20T19:16:15.8269040Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UnbindMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:15.8269927Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:15.8270702Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DisableVirtualMFA.json' from root:root to runner:runner
2025-08-20T19:16:15.8271531Z [00:02:21.090]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:15.8272329Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8273232Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.8274030Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/RemoveUserFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8274882Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:15.8275734Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/AddFingerprintToOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.8276577Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateSAMLProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.8277349Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ChangePassword.json' from root:root to runner:runner
2025-08-20T19:16:15.8278137Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListOIDCProviders.json' from root:root to runner:runner
2025-08-20T19:16:15.8278918Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetDefaultDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8279697Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:15.8280472Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAccountSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.8281220Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8281967Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8282912Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8283695Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.8284441Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.8285335Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListVirtualMFADevices.json' from root:root to runner:runner
2025-08-20T19:16:15.8286110Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetUserMFAInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8286898Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:15.8287665Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.8288512Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.8289334Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8290089Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.8290844Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/BindMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:15.8291623Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteAppSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.8292704Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/AddClientIdToOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.8293522Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteSAMLProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.8294284Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8295093Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListPredefinedScopes.json' from root:root to runner:runner
2025-08-20T19:16:15.8296032Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetSecurityPreference.json' from root:root to runner:runner
2025-08-20T19:16:15.8296835Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteVirtualMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:15.8297597Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8298447Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListGroupsForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.8299229Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.8299988Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:15.8300757Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListUsersForGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8301595Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.8302549Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/SetUserSsoSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.8303531Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:15.8304329Z [00:02:21.091]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.8305106Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:15.8305873Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListAccessKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.8306696Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GenerateCredentialReport.json' from root:root to runner:runner
2025-08-20T19:16:15.8307495Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAccessKeyLastUsed.json' from root:root to runner:runner
2025-08-20T19:16:15.8308270Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.8309066Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetCredentialReport.json' from root:root to runner:runner
2025-08-20T19:16:15.8309822Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims' from root:root to runner:runner
2025-08-20T19:16:15.8310650Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/DescribeDBInstancesForDms.json' from root:root to runner:runner
2025-08-20T19:16:15.8311561Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/DescribeDBInstanceSecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:15.8312301Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8313284Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/ModifyDBInstanceSecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:15.8314103Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/DescribeDBInstanceForDms.json' from root:root to runner:runner
2025-08-20T19:16:15.8314862Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb' from root:root to runner:runner
2025-08-20T19:16:15.8315720Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/QueryTracedEventByEventId.json' from root:root to runner:runner
2025-08-20T19:16:15.8316562Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8317620Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8318476Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateEventSource.json' from root:root to runner:runner
2025-08-20T19:16:15.8319299Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListEventBuses.json' from root:root to runner:runner
2025-08-20T19:16:15.8320148Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListEventStreamings.json' from root:root to runner:runner
2025-08-20T19:16:15.8320965Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:15.8321980Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateApiDestination.json' from root:root to runner:runner
2025-08-20T19:16:15.8322941Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteEventBus.json' from root:root to runner:runner
2025-08-20T19:16:15.8323881Z [00:02:21.092]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:15.8324722Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/TestEventPattern.json' from root:root to runner:runner
2025-08-20T19:16:15.8325625Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/PauseEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:15.8326449Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteApiDestination.json' from root:root to runner:runner
2025-08-20T19:16:15.8327267Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.8328044Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/QueryEvent.json' from root:root to runner:runner
2025-08-20T19:16:15.8328935Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:15.8329754Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/QueryTracedEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.8330619Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListConnections.json' from root:root to runner:runner
2025-08-20T19:16:15.8331440Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteEventSource.json' from root:root to runner:runner
2025-08-20T19:16:15.8332245Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateEventBus.json' from root:root to runner:runner
2025-08-20T19:16:15.8333268Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/EnableRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8334080Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.8335138Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListUserDefinedEventSources.json' from root:root to runner:runner
2025-08-20T19:16:15.8336417Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetEventBus.json' from root:root to runner:runner
2025-08-20T19:16:15.8337381Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.8338313Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetApiDestination.json' from root:root to runner:runner
2025-08-20T19:16:15.8339202Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListAliyunOfficialEventSources.json' from root:root to runner:runner
2025-08-20T19:16:15.8340064Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DisableRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8340840Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListRules.json' from root:root to runner:runner
2025-08-20T19:16:15.8341647Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.8342623Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8343559Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/PutTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.8344389Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.8345232Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8346039Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateEventBus.json' from root:root to runner:runner
2025-08-20T19:16:15.8346818Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8347651Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListApiDestinations.json' from root:root to runner:runner
2025-08-20T19:16:15.8348491Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:15.8349296Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.8350113Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/QueryEventTraces.json' from root:root to runner:runner
2025-08-20T19:16:15.8350933Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/StartEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:15.8351831Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateApiDestination.json' from root:root to runner:runner
2025-08-20T19:16:15.8353053Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateServiceLinkedRoleForProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.8353996Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateEventSource.json' from root:root to runner:runner
2025-08-20T19:16:15.8354721Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge' from root:root to runner:runner
2025-08-20T19:16:15.8355500Z [00:02:21.093]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageaudit/ScanImage.json' from root:root to runner:runner
2025-08-20T19:16:15.8356271Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageaudit/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8357103Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageaudit/ScanText.json' from root:root to runner:runner
2025-08-20T19:16:15.8357822Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageaudit' from root:root to runner:runner
2025-08-20T19:16:15.8358697Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDbInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8359509Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstDbLogInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8360324Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetupRecycleBinStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8361131Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitSqlFlashbackTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8361987Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstanceDbMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.8362995Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpdatePrivateRdsClass.json' from root:root to runner:runner
2025-08-20T19:16:15.8363790Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDB.json' from root:root to runner:runner
2025-08-20T19:16:15.8364588Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateInstanceAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.8365495Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RefreshDrdsAtomUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.8366318Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/FlashbackRecycleBinTable.json' from root:root to runner:runner
2025-08-20T19:16:15.8367228Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstanceLevelTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.8368078Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ReleaseInstanceInternetAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.8368871Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveDrdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8369717Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstanceSwitchNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.8370616Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitHotExpandPreCheckTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8371480Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRdsSuperAccountInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.8372362Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveDrdsDbFailedRecord.json' from root:root to runner:runner
2025-08-20T19:16:15.8373526Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpdateInstanceNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.8374376Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CheckSqlAuditEnableStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8375219Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyDrdsInstanceDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.8376041Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RollbackInstanceVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.8376843Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribePreCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:15.8377660Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveInstanceAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.8378481Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsRdsInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.8379646Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveRecycleBinTable.json' from root:root to runner:runner
2025-08-20T19:16:15.8380459Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpgradeHiStoreInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8381296Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeTable.json' from root:root to runner:runner
2025-08-20T19:16:15.8382147Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRdsPerformanceSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.8383163Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DisableSqlAudit.json' from root:root to runner:runner
2025-08-20T19:16:15.8384004Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDBIpWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.8384881Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ChangeInstanceAzone.json' from root:root to runner:runner
2025-08-20T19:16:15.8385790Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstDbSlsInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8386568Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetBackupLocal.json' from root:root to runner:runner
2025-08-20T19:16:15.8387368Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDbInstanceDbs.json' from root:root to runner:runner
2025-08-20T19:16:15.8388194Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyPolarDbReadWeight.json' from root:root to runner:runner
2025-08-20T19:16:15.8388951Z [00:02:21.094]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/StartRestore.json' from root:root to runner:runner
2025-08-20T19:16:15.8389806Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/EnableSqlFlashbackMatchSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.8390653Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitSmoothExpandPreCheckTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8391716Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8392697Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRecycleBinStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8393575Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateShardTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8394389Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitHotExpandTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8395269Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:15.8396072Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8397136Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveBackupsSet.json' from root:root to runner:runner
2025-08-20T19:16:15.8398013Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpdateResourceGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.8398862Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CheckExpandStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8399658Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ManagePrivateRds.json' from root:root to runner:runner
2025-08-20T19:16:15.8400461Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsSlowSqls.json' from root:root to runner:runner
2025-08-20T19:16:15.8401263Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ChangeAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.8402084Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDbInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.8402995Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyRdsReadWeight.json' from root:root to runner:runner
2025-08-20T19:16:15.8403871Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeExpandLogicTableInfoList.json' from root:root to runner:runner
2025-08-20T19:16:15.8404687Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsShardingDbs.json' from root:root to runner:runner
2025-08-20T19:16:15.8405504Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:15.8406309Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupTimes.json' from root:root to runner:runner
2025-08-20T19:16:15.8407149Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeTables.json' from root:root to runner:runner
2025-08-20T19:16:15.8407975Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SwitchGlobalBroadcastType.json' from root:root to runner:runner
2025-08-20T19:16:15.8408820Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeHotDbList.json' from root:root to runner:runner
2025-08-20T19:16:15.8410024Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateInstanceInternetAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.8411155Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8412140Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstanceAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.8413420Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitSmoothExpandPreCheck.json' from root:root to runner:runner
2025-08-20T19:16:15.8414259Z [00:02:21.095]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBroadcastTables.json' from root:root to runner:runner
2025-08-20T19:16:15.8415089Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/GetDrdsDbRdsRelationInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8415920Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.8416710Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8417548Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstanceSwitchAzone.json' from root:root to runner:runner
2025-08-20T19:16:15.8418346Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupDbs.json' from root:root to runner:runner
2025-08-20T19:16:15.8419191Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackMenu.json' from root:root to runner:runner
2025-08-20T19:16:15.8420006Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeShardTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8420807Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetupBroadcastTables.json' from root:root to runner:runner
2025-08-20T19:16:15.8421647Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDBs.json' from root:root to runner:runner
2025-08-20T19:16:15.8422664Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RestartDrdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8423559Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8424421Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDbRdsNameList.json' from root:root to runner:runner
2025-08-20T19:16:15.8425327Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsSqlAuditStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8426132Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8427003Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRDSPerformance.json' from root:root to runner:runner
2025-08-20T19:16:15.8427783Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ValidateShardTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8428598Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.8429414Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeSqlFlashbakTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8430177Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8430947Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/EnableSqlAudit.json' from root:root to runner:runner
2025-08-20T19:16:15.8431749Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsParams.json' from root:root to runner:runner
2025-08-20T19:16:15.8432699Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeTableListByType.json' from root:root to runner:runner
2025-08-20T19:16:15.8433491Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateOrderForRds.json' from root:root to runner:runner
2025-08-20T19:16:15.8434282Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateDrdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8435158Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupLocal.json' from root:root to runner:runner
2025-08-20T19:16:15.8435978Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRecycleBinTables.json' from root:root to runner:runner
2025-08-20T19:16:15.8436844Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.8437636Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRestoreOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8438511Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpgradeInstanceVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.8439285Z [00:02:21.096]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitCleanTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8440169Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/EnableInstanceIpv6Address.json' from root:root to runner:runner
2025-08-20T19:16:15.8440939Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveDrdsDb.json' from root:root to runner:runner
2025-08-20T19:16:15.8441714Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/PutStartBackup.json' from root:root to runner:runner
2025-08-20T19:16:15.8442606Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetupTable.json' from root:root to runner:runner
2025-08-20T19:16:15.8443376Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateDrdsDB.json' from root:root to runner:runner
2025-08-20T19:16:15.8444155Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CheckDrdsDbName.json' from root:root to runner:runner
2025-08-20T19:16:15.8444941Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.8445747Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyDrdsIpWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.8446540Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupSets.json' from root:root to runner:runner
2025-08-20T19:16:15.8447336Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDbInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.8448213Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRdsCommodity.json' from root:root to runner:runner
2025-08-20T19:16:15.8449047Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstanceVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.8449885Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetupDrdsParams.json' from root:root to runner:runner
2025-08-20T19:16:15.8450576Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds' from root:root to runner:runner
2025-08-20T19:16:15.8451404Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/AddDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8452180Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8453341Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/GetResolveCountSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.8454127Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8454929Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/DescribeDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.8455717Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/GetAccountInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8456480Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/ListDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.8457299Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/GetResolveStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.8458001Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns' from root:root to runner:runner
2025-08-20T19:16:15.8458771Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeQrCode.json' from root:root to runner:runner
2025-08-20T19:16:15.8459555Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeCharacter.json' from root:root to runner:runner
2025-08-20T19:16:15.8460428Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeTicketInvoice.json' from root:root to runner:runner
2025-08-20T19:16:15.8461300Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeDriverLicense.json' from root:root to runner:runner
2025-08-20T19:16:15.8462280Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeVATInvoice.json' from root:root to runner:runner
2025-08-20T19:16:15.8463362Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeLicensePlate.json' from root:root to runner:runner
2025-08-20T19:16:15.8464166Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:15.8465027Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeTable.json' from root:root to runner:runner
2025-08-20T19:16:15.8465831Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeTrainTicket.json' from root:root to runner:runner
2025-08-20T19:16:15.8466607Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeVINCode.json' from root:root to runner:runner
2025-08-20T19:16:15.8467720Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeBankCard.json' from root:root to runner:runner
2025-08-20T19:16:15.8468553Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeIdentityCard.json' from root:root to runner:runner
2025-08-20T19:16:15.8469296Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8470108Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeVideoCharacter.json' from root:root to runner:runner
2025-08-20T19:16:15.8470925Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeDrivingLicense.json' from root:root to runner:runner
2025-08-20T19:16:15.8471724Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeQuotaInvoice.json' from root:root to runner:runner
2025-08-20T19:16:15.8472668Z [00:02:21.097]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeBusinessLicense.json' from root:root to runner:runner
2025-08-20T19:16:15.8473471Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeTaxiInvoice.json' from root:root to runner:runner
2025-08-20T19:16:15.8474300Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizePdf.json' from root:root to runner:runner
2025-08-20T19:16:15.8474986Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr' from root:root to runner:runner
2025-08-20T19:16:15.8475837Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/UpdateTrail.json' from root:root to runner:runner
2025-08-20T19:16:15.8476642Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetTrailStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8477498Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedIps.json' from root:root to runner:runner
2025-08-20T19:16:15.8478412Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/CreateDeliveryHistoryJob.json' from root:root to runner:runner
2025-08-20T19:16:15.8479208Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/StopLogging.json' from root:root to runner:runner
2025-08-20T19:16:15.8480403Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8481754Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/DeleteDeliveryHistoryJob.json' from root:root to runner:runner
2025-08-20T19:16:15.8482890Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/DescribeTrails.json' from root:root to runner:runner
2025-08-20T19:16:15.8483704Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/DeleteTrail.json' from root:root to runner:runner
2025-08-20T19:16:15.8484607Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/UpdateGlobalEventsStorageRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.8485488Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedProducts.json' from root:root to runner:runner
2025-08-20T19:16:15.8486372Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetGlobalEventsStorageRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.8487179Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/LookupEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.8487955Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8488894Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/ListDeliveryHistoryJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.8489774Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.8490626Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8491492Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.8492296Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/StartLogging.json' from root:root to runner:runner
2025-08-20T19:16:15.8493458Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetDeliveryHistoryJob.json' from root:root to runner:runner
2025-08-20T19:16:15.8494313Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/CreateTrail.json' from root:root to runner:runner
2025-08-20T19:16:15.8495027Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail' from root:root to runner:runner
2025-08-20T19:16:15.8495913Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetRuleDimension.json' from root:root to runner:runner
2025-08-20T19:16:15.8496756Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadAudioData4Pre.json' from root:root to runner:runner
2025-08-20T19:16:15.8497589Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/ExecuteAsrTransform.json' from root:root to runner:runner
2025-08-20T19:16:15.8498406Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/RegisterNotice.json' from root:root to runner:runner
2025-08-20T19:16:15.8499226Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DeleteAsrVocab.json' from root:root to runner:runner
2025-08-20T19:16:15.8500052Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/SaveReviewResult.json' from root:root to runner:runner
2025-08-20T19:16:15.8500857Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/ListDataSetTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8501666Z [00:02:21.098]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DoCheckResource.json' from root:root to runner:runner
2025-08-20T19:16:15.8502794Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/EditThesaurusForApi.json' from root:root to runner:runner
2025-08-20T19:16:15.8503737Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/AddBusinessCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.8504614Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DoPhysicalDeleteResource.json' from root:root to runner:runner
2025-08-20T19:16:15.8505432Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateRuleForAnt.json' from root:root to runner:runner
2025-08-20T19:16:15.8506281Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateSubScoreForApi.json' from root:root to runner:runner
2025-08-20T19:16:15.8507191Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DoLogicalDeleteResource.json' from root:root to runner:runner
2025-08-20T19:16:15.8508023Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetAccAsrResult.json' from root:root to runner:runner
2025-08-20T19:16:15.8508878Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/TestNetwork.json' from root:root to runner:runner
2025-08-20T19:16:15.8510081Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/InvalidRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8510928Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetResultCount.json' from root:root to runner:runner
2025-08-20T19:16:15.8511792Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DeleteBusinessCategory.json' from root:root to runner:runner
2025-08-20T19:16:15.8512780Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadDataWithRules.json' from root:root to runner:runner
2025-08-20T19:16:15.8513611Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/SubmitReviewInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8514464Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateScoreForApi.json' from root:root to runner:runner
2025-08-20T19:16:15.8515281Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateAsrVocab.json' from root:root to runner:runner
2025-08-20T19:16:15.8516191Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetReviewInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8517017Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DeleteScoreForApi.json' from root:root to runner:runner
2025-08-20T19:16:15.8517961Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadAudioDataWithRules4Pre.json' from root:root to runner:runner
2025-08-20T19:16:15.8518744Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8519580Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/AddThesaurusForApi.json' from root:root to runner:runner
2025-08-20T19:16:15.8520440Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadAudioDataWithRules.json' from root:root to runner:runner
2025-08-20T19:16:15.8521295Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetScoreInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8522140Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/InsertSubScoreForApi.json' from root:root to runner:runner
2025-08-20T19:16:15.8523189Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetCustomizationConfigList.json' from root:root to runner:runner
2025-08-20T19:16:15.8523991Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8524841Z [00:02:21.099]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/CreateAsrVocab.json' from root:root to runner:runner
2025-08-20T19:16:15.8525644Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetDataSetList.json' from root:root to runner:runner
2025-08-20T19:16:15.8526481Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetAudioDataStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8527297Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/InsertScoreForApi.json' from root:root to runner:runner
2025-08-20T19:16:15.8528095Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8528897Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetRuleDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8529765Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetAsrVocab.json' from root:root to runner:runner
2025-08-20T19:16:15.8530549Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetResult.json' from root:root to runner:runner
2025-08-20T19:16:15.8531424Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadAudioData.json' from root:root to runner:runner
2025-08-20T19:16:15.8532692Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DelThesaurusForApi.json' from root:root to runner:runner
2025-08-20T19:16:15.8533533Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8534418Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetThesaurusBySynonymForApi.json' from root:root to runner:runner
2025-08-20T19:16:15.8535388Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GenerateCustomizationModelId.json' from root:root to runner:runner
2025-08-20T19:16:15.8536181Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadData.json' from root:root to runner:runner
2025-08-20T19:16:15.8537183Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadDataSync.json' from root:root to runner:runner
2025-08-20T19:16:15.8538116Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadRuleForAnt.json' from root:root to runner:runner
2025-08-20T19:16:15.8538991Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetBusinessCategoryList.json' from root:root to runner:runner
2025-08-20T19:16:15.8539825Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DeleteSubScoreForApi.json' from root:root to runner:runner
2025-08-20T19:16:15.8540653Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetFileDimension.json' from root:root to runner:runner
2025-08-20T19:16:15.8541508Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateOnPurchaseSuccess.json' from root:root to runner:runner
2025-08-20T19:16:15.8542229Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck' from root:root to runner:runner
2025-08-20T19:16:15.8543215Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/agency/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8544012Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/agency' from root:root to runner:runner
2025-08-20T19:16:15.8544822Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeCompliance.json' from root:root to runner:runner
2025-08-20T19:16:15.8545718Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/PutConfigurationRecorder.json' from root:root to runner:runner
2025-08-20T19:16:15.8546568Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetDiscoveredResourceCounts.json' from root:root to runner:runner
2025-08-20T19:16:15.8547412Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeComplianceSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.8548242Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeDiscoveredResource.json' from root:root to runner:runner
2025-08-20T19:16:15.8549141Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ListRemediationTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.8549942Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/PutConfigRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8551510Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ListAggregateDiscoveredResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8552804Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeDeliveryChannels.json' from root:root to runner:runner
2025-08-20T19:16:15.8553705Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetAggregateDiscoveredResource.json' from root:root to runner:runner
2025-08-20T19:16:15.8554542Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetSupportedResourceTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.8555327Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/PutEvaluations.json' from root:root to runner:runner
2025-08-20T19:16:15.8556188Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetResourceComplianceTimeline.json' from root:root to runner:runner
2025-08-20T19:16:15.8557019Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeEvaluationResults.json' from root:root to runner:runner
2025-08-20T19:16:15.8557771Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8558656Z [00:02:21.100]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DeleteConfigRules.json' from root:root to runner:runner
2025-08-20T19:16:15.8559465Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeConfigRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8560351Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ListDiscoveredResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8561179Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/StartConfigRuleEvaluation.json' from root:root to runner:runner
2025-08-20T19:16:15.8561971Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ListConfigRules.json' from root:root to runner:runner
2025-08-20T19:16:15.8562942Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ActiveConfigRules.json' from root:root to runner:runner
2025-08-20T19:16:15.8563838Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetResourceConfigurationTimeline.json' from root:root to runner:runner
2025-08-20T19:16:15.8564679Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/StartConfigurationRecorder.json' from root:root to runner:runner
2025-08-20T19:16:15.8565592Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeConfigurationRecorder.json' from root:root to runner:runner
2025-08-20T19:16:15.8566455Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetDiscoveredResourceSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.8567248Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/PutDeliveryChannel.json' from root:root to runner:runner
2025-08-20T19:16:15.8568033Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/StopConfigRules.json' from root:root to runner:runner
2025-08-20T19:16:15.8568733Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config' from root:root to runner:runner
2025-08-20T19:16:15.8569503Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.8570269Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8571080Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeregisterResourceType.json' from root:root to runner:runner
2025-08-20T19:16:15.8571988Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListResourceTypeRegistrations.json' from root:root to runner:runner
2025-08-20T19:16:15.8572880Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListChangeSets.json' from root:root to runner:runner
2025-08-20T19:16:15.8573716Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:15.8574527Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackOperationRisks.json' from root:root to runner:runner
2025-08-20T19:16:15.8575366Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GenerateTemplateByScratch.json' from root:root to runner:runner
2025-08-20T19:16:15.8576140Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteDiagnostic.json' from root:root to runner:runner
2025-08-20T19:16:15.8577034Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SetDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.8577822Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetFeatureDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.8578661Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplateScratch.json' from root:root to runner:runner
2025-08-20T19:16:15.8579466Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteStackInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.8580256Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplateSummary.json' from root:root to runner:runner
2025-08-20T19:16:15.8581043Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8581842Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateStackInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.8582862Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/RegisterResourceType.json' from root:root to runner:runner
2025-08-20T19:16:15.8583654Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.8584465Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateTemplateScratch.json' from root:root to runner:runner
2025-08-20T19:16:15.8585342Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.8586120Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ExecuteChangeSet.json' from root:root to runner:runner
2025-08-20T19:16:15.8587003Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplateEstimateCost.json' from root:root to runner:runner
2025-08-20T19:16:15.8587751Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStacks.json' from root:root to runner:runner
2025-08-20T19:16:15.8588611Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteTemplateScratch.json' from root:root to runner:runner
2025-08-20T19:16:15.8589386Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackResource.json' from root:root to runner:runner
2025-08-20T19:16:15.8590219Z [00:02:21.101]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SetResourceType.json' from root:root to runner:runner
2025-08-20T19:16:15.8591001Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateStackGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8591822Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListResourceTypeVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.8592881Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ValidateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.8593690Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8594448Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateStack.json' from root:root to runner:runner
2025-08-20T19:16:15.8595216Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.8595999Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListResourceTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.8596818Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GenerateTemplatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8597588Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DetectStackDrift.json' from root:root to runner:runner
2025-08-20T19:16:15.8598408Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/StopStackGroupOperation.json' from root:root to runner:runner
2025-08-20T19:16:15.8599346Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackGroupOperationResults.json' from root:root to runner:runner
2025-08-20T19:16:15.8600178Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8600938Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.8601780Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8602902Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetResourceTypeTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.8603785Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateStackGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8604563Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.8605324Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetDiagnostic.json' from root:root to runner:runner
2025-08-20T19:16:15.8606078Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStack.json' from root:root to runner:runner
2025-08-20T19:16:15.8606859Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteStackGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8607810Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SetStackPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8608580Z [00:02:21.102]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.8609333Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8610161Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackResourceDrifts.json' from root:root to runner:runner
2025-08-20T19:16:15.8610962Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTemplateScratches.json' from root:root to runner:runner
2025-08-20T19:16:15.8611738Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.8612710Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetResourceType.json' from root:root to runner:runner
2025-08-20T19:16:15.8613559Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateChangeSet.json' from root:root to runner:runner
2025-08-20T19:16:15.8614320Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SignalResource.json' from root:root to runner:runner
2025-08-20T19:16:15.8615103Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CancelUpdateStack.json' from root:root to runner:runner
2025-08-20T19:16:15.8615946Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8616704Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/PreviewStack.json' from root:root to runner:runner
2025-08-20T19:16:15.8617528Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8618292Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.8619123Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackGroupOperations.json' from root:root to runner:runner
2025-08-20T19:16:15.8619922Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateTemplateScratch.json' from root:root to runner:runner
2025-08-20T19:16:15.8621339Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListDiagnostics.json' from root:root to runner:runner
2025-08-20T19:16:15.8622606Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ContinueCreateStack.json' from root:root to runner:runner
2025-08-20T19:16:15.8623472Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8624286Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DetectStackGroupDrift.json' from root:root to runner:runner
2025-08-20T19:16:15.8625123Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SetTemplatePermission.json' from root:root to runner:runner
2025-08-20T19:16:15.8625925Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateStackInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.8626859Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackDriftDetectionStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8627701Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DetectStackResourceDrift.json' from root:root to runner:runner
2025-08-20T19:16:15.8628538Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetChangeSet.json' from root:root to runner:runner
2025-08-20T19:16:15.8629351Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackGroupOperation.json' from root:root to runner:runner
2025-08-20T19:16:15.8630211Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTemplateVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.8631066Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateStackTemplateByResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8631883Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteStack.json' from root:root to runner:runner
2025-08-20T19:16:15.8632923Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CancelStackOperation.json' from root:root to runner:runner
2025-08-20T19:16:15.8633710Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateStack.json' from root:root to runner:runner
2025-08-20T19:16:15.8634488Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.8635291Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetServiceProvisions.json' from root:root to runner:runner
2025-08-20T19:16:15.8636066Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteChangeSet.json' from root:root to runner:runner
2025-08-20T19:16:15.8636847Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateDiagnostic.json' from root:root to runner:runner
2025-08-20T19:16:15.8637708Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplateParameterConstraints.json' from root:root to runner:runner
2025-08-20T19:16:15.8638401Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros' from root:root to runner:runner
2025-08-20T19:16:15.8639278Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionModuleStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8640232Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeProtectionModuleMode.json' from root:root to runner:runner
2025-08-20T19:16:15.8641040Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8641976Z [00:02:21.103]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainAdvanceConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.8642918Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeCertificates.json' from root:root to runner:runner
2025-08-20T19:16:15.8643841Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainRuleGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8644679Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyLogServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8645632Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/CreateCertificateByCertificateId.json' from root:root to runner:runner
2025-08-20T19:16:15.8646513Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeProtectionModuleStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8647412Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionRuleCacheStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8648210Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8649067Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DeleteProtectionModuleRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8649935Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/CreateProtectionModuleRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8650811Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeProtectionModuleRules.json' from root:root to runner:runner
2025-08-20T19:16:15.8651694Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8652601Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/CreateDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8653373Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8654291Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8655143Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyLogRetrievalStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8656005Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionModuleRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8656859Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionModuleMode.json' from root:root to runner:runner
2025-08-20T19:16:15.8657777Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionRuleStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8658693Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeWafSourceIpSegment.json' from root:root to runner:runner
2025-08-20T19:16:15.8659538Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeInstanceSpecInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8660449Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeProtectionModuleCodeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.8661265Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/CreateCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.8662117Z [00:02:21.104]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeCertMatchStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8663180Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainNames.json' from root:root to runner:runner
2025-08-20T19:16:15.8664034Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/SetDomainRuleGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8664897Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainBasicConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.8665824Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyDomainIpv6Status.json' from root:root to runner:runner
2025-08-20T19:16:15.8666648Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainList.json' from root:root to runner:runner
2025-08-20T19:16:15.8667502Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8668333Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeInstanceInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8669187Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeLogServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8669910Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi' from root:root to runner:runner
2025-08-20T19:16:15.8670761Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/AssumeRoleWithSAML.json' from root:root to runner:runner
2025-08-20T19:16:15.8671747Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/GetCallerIdentity.json' from root:root to runner:runner
2025-08-20T19:16:15.8672841Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/AssumeRole.json' from root:root to runner:runner
2025-08-20T19:16:15.8673657Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/AssumeRoleWithOIDC.json' from root:root to runner:runner
2025-08-20T19:16:15.8674407Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8675093Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts' from root:root to runner:runner
2025-08-20T19:16:15.8675962Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ExecuteDataCorrect.json' from root:root to runner:runner
2025-08-20T19:16:15.8677006Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSQLExecAuditLog.json' from root:root to runner:runner
2025-08-20T19:16:15.8677905Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectTaskDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8678775Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListProxySQLExecAuditLog.json' from root:root to runner:runner
2025-08-20T19:16:15.8679703Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDataImportSQLType.json' from root:root to runner:runner
2025-08-20T19:16:15.8680575Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ChangeColumnSecurityLevel.json' from root:root to runner:runner
2025-08-20T19:16:15.8681539Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataExportOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8682528Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTaskFlowNotification.json' from root:root to runner:runner
2025-08-20T19:16:15.8683408Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStructSyncOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8684242Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SubmitOrderApproval.json' from root:root to runner:runner
2025-08-20T19:16:15.8685167Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ResumeTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8686021Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RevokeTemplateAuthority.json' from root:root to runner:runner
2025-08-20T19:16:15.8686902Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8687760Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RetryDataCorrectPreCheck.json' from root:root to runner:runner
2025-08-20T19:16:15.8688611Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ReDeployLhDagVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.8689825Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOpLog.json' from root:root to runner:runner
2025-08-20T19:16:15.8690968Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListStandardGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.8692009Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskTimeVariables.json' from root:root to runner:runner
2025-08-20T19:16:15.8693017Z [00:02:21.105]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectRollbackFile.json' from root:root to runner:runner
2025-08-20T19:16:15.8693938Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteScenario.json' from root:root to runner:runner
2025-08-20T19:16:15.8694755Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.8695586Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteLogicDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.8696488Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SyncDatabaseMeta.json' from root:root to runner:runner
2025-08-20T19:16:15.8697289Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DisableUser.json' from root:root to runner:runner
2025-08-20T19:16:15.8698102Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteLhMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.8698959Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataCronClearOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8699844Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AnalyzeSQLLineage.json' from root:root to runner:runner
2025-08-20T19:16:15.8700739Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateStandardGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8701599Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowRelations.json' from root:root to runner:runner
2025-08-20T19:16:15.8702619Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CloseOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8703522Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.8704327Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SetOwners.json' from root:root to runner:runner
2025-08-20T19:16:15.8705138Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateSLARules.json' from root:root to runner:runner
2025-08-20T19:16:15.8706003Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddLogicTableRouteConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.8706857Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStructSyncJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8707788Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RevokeUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.8708636Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RefundPayAsYouGoOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8709555Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ModifyDataCorrectExecSQL.json' from root:root to runner:runner
2025-08-20T19:16:15.8710394Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowsByPage.json' from root:root to runner:runner
2025-08-20T19:16:15.8711216Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ChangeLhDagOwner.json' from root:root to runner:runner
2025-08-20T19:16:15.8712011Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8713200Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataExportOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8714049Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddTaskFlowEdges.json' from root:root to runner:runner
2025-08-20T19:16:15.8714937Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetLhSpaceByName.json' from root:root to runner:runner
2025-08-20T19:16:15.8715751Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateScenario.json' from root:root to runner:runner
2025-08-20T19:16:15.8716623Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetAuthorityTemplateItem.json' from root:root to runner:runner
2025-08-20T19:16:15.8717477Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/PublishAndDeployTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.8718311Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListProxyAccesses.json' from root:root to runner:runner
2025-08-20T19:16:15.8719170Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListInstanceLoginAuditLog.json' from root:root to runner:runner
2025-08-20T19:16:15.8720004Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ExecuteStructSync.json' from root:root to runner:runner
2025-08-20T19:16:15.8720816Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetProxyAccess.json' from root:root to runner:runner
2025-08-20T19:16:15.8721714Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSensitivityLevel.json' from root:root to runner:runner
2025-08-20T19:16:15.8722621Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/BackFill.json' from root:root to runner:runner
2025-08-20T19:16:15.8723543Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateProcCorrectOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8724374Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ExecuteDataExport.json' from root:root to runner:runner
2025-08-20T19:16:15.8725240Z [00:02:21.106]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateLogicDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.8726090Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListWorkFlowTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.8726998Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowConstants.json' from root:root to runner:runner
2025-08-20T19:16:15.8727850Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.8728695Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.8729531Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ReRunTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8730400Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDatabaseExportOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8731211Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDBTopology.json' from root:root to runner:runner
2025-08-20T19:16:15.8732012Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SearchTable.json' from root:root to runner:runner
2025-08-20T19:16:15.8732977Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.8733851Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowNotification.json' from root:root to runner:runner
2025-08-20T19:16:15.8734826Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDataImportSQLPreCheckDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8735658Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateStandardGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8736532Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStructSyncExecSqlDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8737402Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTableTopology.json' from root:root to runner:runner
2025-08-20T19:16:15.8738247Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8739063Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListLogicTables.json' from root:root to runner:runner
2025-08-20T19:16:15.8739934Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDAGVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.8740974Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDatabases.json' from root:root to runner:runner
2025-08-20T19:16:15.8741921Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDesensitizationRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8743003Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSQLReviewOriginSQL.json' from root:root to runner:runner
2025-08-20T19:16:15.8743826Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddLhMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.8744609Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:15.8745691Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTaskInstanceRelation.json' from root:root to runner:runner
2025-08-20T19:16:15.8746547Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDBTaskSQLJob.json' from root:root to runner:runner
2025-08-20T19:16:15.8747366Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.8748213Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataImportOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8749247Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetSQLReviewOptimizeDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8750104Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataTrackOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8750961Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.8751776Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SearchDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.8752853Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateProxyAccess.json' from root:root to runner:runner
2025-08-20T19:16:15.8753723Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDbExportDownloadURL.json' from root:root to runner:runner
2025-08-20T19:16:15.8754602Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8755519Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowConstants.json' from root:root to runner:runner
2025-08-20T19:16:15.8756374Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/MoveTaskFlowToScenario.json' from root:root to runner:runner
2025-08-20T19:16:15.8757227Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RestartDataCorrectSQLJob.json' from root:root to runner:runner
2025-08-20T19:16:15.8758041Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ExecuteScript.json' from root:root to runner:runner
2025-08-20T19:16:15.8759461Z [00:02:21.107]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/PreviewWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:15.8760626Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListClassificationTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.8761496Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/PauseDataCorrectSQLJob.json' from root:root to runner:runner
2025-08-20T19:16:15.8762371Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataExportDownloadURL.json' from root:root to runner:runner
2025-08-20T19:16:15.8763494Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataTrackJobDegree.json' from root:root to runner:runner
2025-08-20T19:16:15.8764323Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDBTaskSQLJobLog.json' from root:root to runner:runner
2025-08-20T19:16:15.8765203Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteLogicTableRouteConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.8766111Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataCorrectOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8766994Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/MakeTaskFlowInstanceSuccess.json' from root:root to runner:runner
2025-08-20T19:16:15.8767841Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateUploadOSSFileJob.json' from root:root to runner:runner
2025-08-20T19:16:15.8768766Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateFreeLockCorrectOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8769613Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetIntervalLimitOfSLA.json' from root:root to runner:runner
2025-08-20T19:16:15.8770504Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ChangeColumnSecLevel.json' from root:root to runner:runner
2025-08-20T19:16:15.8771338Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListLogicDatabases.json' from root:root to runner:runner
2025-08-20T19:16:15.8772186Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.8773135Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetPhysicalDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.8774018Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataExportPreCheckDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8774860Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/StopTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8775716Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GrantTemplateAuthority.json' from root:root to runner:runner
2025-08-20T19:16:15.8776595Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowEdgesByCondition.json' from root:root to runner:runner
2025-08-20T19:16:15.8777555Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStructSyncJobAnalyzeResult.json' from root:root to runner:runner
2025-08-20T19:16:15.8778374Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.8779253Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateScenario.json' from root:root to runner:runner
2025-08-20T19:16:15.8780118Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataTrackJobTableMeta.json' from root:root to runner:runner
2025-08-20T19:16:15.8780973Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.8781769Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/EnableUser.json' from root:root to runner:runner
2025-08-20T19:16:15.8782915Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/BuyPayAsYouGoOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8783897Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListInstanceUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:15.8784699Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetProxy.json' from root:root to runner:runner
2025-08-20T19:16:15.8785557Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowSchedule.json' from root:root to runner:runner
2025-08-20T19:16:15.8786454Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCronClearTaskDetailList.json' from root:root to runner:runner
2025-08-20T19:16:15.8787309Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateUploadFileJob.json' from root:root to runner:runner
2025-08-20T19:16:15.8788155Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTaskFlowGraph.json' from root:root to runner:runner
2025-08-20T19:16:15.8789041Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowTimeVariables.json' from root:root to runner:runner
2025-08-20T19:16:15.8789840Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8790814Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.8791665Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOnlineDDLProgress.json' from root:root to runner:runner
2025-08-20T19:16:15.8792831Z [00:02:21.108]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataArchiveOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8793720Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListLhTaskFlowAndScenario.json' from root:root to runner:runner
2025-08-20T19:16:15.8794575Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateLakeHouseSpace.json' from root:root to runner:runner
2025-08-20T19:16:15.8795427Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SkipDataCorrectRowCheck.json' from root:root to runner:runner
2025-08-20T19:16:15.8796370Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectSQLFile.json' from root:root to runner:runner
2025-08-20T19:16:15.8797199Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskOutput.json' from root:root to runner:runner
2025-08-20T19:16:15.8798085Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RegisterInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8798929Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOrderBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8799735Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8800541Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.8801437Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ModifyDesensitizationStrategy.json' from root:root to runner:runner
2025-08-20T19:16:15.8802355Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/QueryDataTrackResultDownloadStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8803385Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetSQLReviewCheckResultStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8804286Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.8805092Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateProxy.json' from root:root to runner:runner
2025-08-20T19:16:15.8805978Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SubmitStructSyncOrderApproval.json' from root:root to runner:runner
2025-08-20T19:16:15.8806845Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListIndexes.json' from root:root to runner:runner
2025-08-20T19:16:15.8807657Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListScenarios.json' from root:root to runner:runner
2025-08-20T19:16:15.8808524Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowNameAndDesc.json' from root:root to runner:runner
2025-08-20T19:16:15.8809381Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.8810242Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8811383Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/InspectProxyAccessSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.8812293Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataTrackOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8813264Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListEffectiveOrders.json' from root:root to runner:runner
2025-08-20T19:16:15.8814112Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateSQLReviewOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8814918Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListColumns.json' from root:root to runner:runner
2025-08-20T19:16:15.8815787Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDataCorrectPreCheckSQL.json' from root:root to runner:runner
2025-08-20T19:16:15.8816818Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/OfflineTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.8817688Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDBTaskSQLJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8818593Z [00:02:21.109]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStandardGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8819416Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetLogicDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.8820338Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowCooperators.json' from root:root to runner:runner
2025-08-20T19:16:15.8821175Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteStandardGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8821997Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataImportSQL.json' from root:root to runner:runner
2025-08-20T19:16:15.8823052Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListWorkFlowNodes.json' from root:root to runner:runner
2025-08-20T19:16:15.8823980Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowOwner.json' from root:root to runner:runner
2025-08-20T19:16:15.8824856Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSensitiveColumns.json' from root:root to runner:runner
2025-08-20T19:16:15.8825775Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreatePublishGroupTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8826638Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDataCorrectPreCheckDB.json' from root:root to runner:runner
2025-08-20T19:16:15.8827488Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteLakeHouseSpace.json' from root:root to runner:runner
2025-08-20T19:16:15.8828266Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8829485Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8830650Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetClassificationTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.8831659Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOwnerApplyOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8832767Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSensitiveColumnsDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8833767Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDatabaseExportOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8834570Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListOrders.json' from root:root to runner:runner
2025-08-20T19:16:15.8835451Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskName.json' from root:root to runner:runner
2025-08-20T19:16:15.8836350Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowEdges.json' from root:root to runner:runner
2025-08-20T19:16:15.8837219Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListLogicTableRouteConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.8838066Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOrderAttachmentFile.json' from root:root to runner:runner
2025-08-20T19:16:15.8838916Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTables.json' from root:root to runner:runner
2025-08-20T19:16:15.8839757Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTasksInTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.8840640Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDatabaseUserPermssions.json' from root:root to runner:runner
2025-08-20T19:16:15.8841489Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCronClearConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.8842314Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListUserTenants.json' from root:root to runner:runner
2025-08-20T19:16:15.8843301Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DownloadDataTrackResult.json' from root:root to runner:runner
2025-08-20T19:16:15.8844119Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SyncInstanceMeta.json' from root:root to runner:runner
2025-08-20T19:16:15.8844989Z [00:02:21.110]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataArchiveOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8845812Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteProxyAccess.json' from root:root to runner:runner
2025-08-20T19:16:15.8846680Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:15.8847568Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteTaskFlowEdgesByCondition.json' from root:root to runner:runner
2025-08-20T19:16:15.8848433Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RegisterUser.json' from root:root to runner:runner
2025-08-20T19:16:15.8849299Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowTimeVariables.json' from root:root to runner:runner
2025-08-20T19:16:15.8850203Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowCooperators.json' from root:root to runner:runner
2025-08-20T19:16:15.8851014Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ApproveOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8851921Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SuspendTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8852892Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetMetaTableDetailInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8853733Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:15.8854561Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskContent.json' from root:root to runner:runner
2025-08-20T19:16:15.8855366Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListProxies.json' from root:root to runner:runner
2025-08-20T19:16:15.8856206Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SearchDataTrackResult.json' from root:root to runner:runner
2025-08-20T19:16:15.8857040Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/EditLogicDatabase.json' from root:root to runner:runner
2025-08-20T19:16:15.8857874Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetUserUploadFileJob.json' from root:root to runner:runner
2025-08-20T19:16:15.8858706Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetApprovalDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8859545Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GrantUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.8860446Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTableDBTopology.json' from root:root to runner:runner
2025-08-20T19:16:15.8861341Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSensitiveDataAuditLog.json' from root:root to runner:runner
2025-08-20T19:16:15.8862273Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddDesensitizationRule.json' from root:root to runner:runner
2025-08-20T19:16:15.8863439Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetMetaTableColumn.json' from root:root to runner:runner
2025-08-20T19:16:15.8864312Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetPermApplyOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8865152Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDefaultSLARules.json' from root:root to runner:runner
2025-08-20T19:16:15.8866040Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ModifyInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8866896Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDDLPublishRecords.json' from root:root to runner:runner
2025-08-20T19:16:15.8867693Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteProxy.json' from root:root to runner:runner
2025-08-20T19:16:15.8868510Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetPagedInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8869384Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8870196Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8871037Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetRuleNumLimitOfSLA.json' from root:root to runner:runner
2025-08-20T19:16:15.8871887Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateStructSyncOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.8872971Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataArchiveCount.json' from root:root to runner:runner
2025-08-20T19:16:15.8873895Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSLARules.json' from root:root to runner:runner
2025-08-20T19:16:15.8874728Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetUserActiveTenant.json' from root:root to runner:runner
2025-08-20T19:16:15.8875528Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise' from root:root to runner:runner
2025-08-20T19:16:15.8876296Z [00:02:21.111]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:15.8877122Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/CloseCreatedBy.json' from root:root to runner:runner
2025-08-20T19:16:15.8877887Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8878627Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/CreateTags.json' from root:root to runner:runner
2025-08-20T19:16:15.8879429Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DeleteTag.json' from root:root to runner:runner
2025-08-20T19:16:15.8880219Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DisablePolicyType.json' from root:root to runner:runner
2025-08-20T19:16:15.8881141Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListResourcesByTag.json' from root:root to runner:runner
2025-08-20T19:16:15.8882011Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/EnablePolicyType.json' from root:root to runner:runner
2025-08-20T19:16:15.8882960Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListConfigRulesForTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.8883729Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.8884483Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DetachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8885284Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListPoliciesForTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.8886158Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ModifyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8887084Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/OpenCreatedBy.json' from root:root to runner:runner
2025-08-20T19:16:15.8887901Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListSupportResourceTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.8888661Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8889502Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8890361Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/CheckCreatedByEnabled.json' from root:root to runner:runner
2025-08-20T19:16:15.8891122Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.8891901Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GetEffectivePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8892929Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GetConfigRuleReport.json' from root:root to runner:runner
2025-08-20T19:16:15.8893706Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8894514Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GetPolicyEnableStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8895327Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GenerateConfigRuleReport.json' from root:root to runner:runner
2025-08-20T19:16:15.8896107Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.8896851Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GetPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8897619Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8898374Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8899257Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListTargetsForPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8900660Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/AttachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.8901657Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag' from root:root to runner:runner
2025-08-20T19:16:15.8902736Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8903641Z [00:02:21.112]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8904460Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/CreateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8905402Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ListConsumerGroupSubscriptions.json' from root:root to runner:runner
2025-08-20T19:16:15.8906218Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ListConsumerGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.8907063Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.8907858Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/GetConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8908628Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/GetTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.8909435Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/UpdateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8910251Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ResetConsumeOffset.json' from root:root to runner:runner
2025-08-20T19:16:15.8911020Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ListTopics.json' from root:root to runner:runner
2025-08-20T19:16:15.8911812Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8912811Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/version.json' from root:root to runner:runner
2025-08-20T19:16:15.8913692Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/UpdateTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.8914473Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/DeleteTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.8915347Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/DeleteConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.8916126Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8916917Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/UpdateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.8917688Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/CreateTopic.json' from root:root to runner:runner
2025-08-20T19:16:15.8918458Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq' from root:root to runner:runner
2025-08-20T19:16:15.8919283Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateRealTimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.8920108Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetCdnDomainSMCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.8920919Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/AddFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.8921752Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRegionData.json' from root:root to runner:runner
2025-08-20T19:16:15.8922690Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.8923552Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainTopClientIpVisit.json' from root:root to runner:runner
2025-08-20T19:16:15.8924415Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSMCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.8925259Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDeliverList.json' from root:root to runner:runner
2025-08-20T19:16:15.8926088Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserBillHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.8926882Z [00:02:21.113]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetWaitingRoomConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.8927796Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainBpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:15.8928683Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainsBySource.json' from root:root to runner:runner
2025-08-20T19:16:15.8929477Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ModifyCdnDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:15.8930343Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainBpsDataByTimeStamp.json' from root:root to runner:runner
2025-08-20T19:16:15.8931131Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainCname.json' from root:root to runner:runner
2025-08-20T19:16:15.8931976Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ModifyCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8932931Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCertificateInfoByID.json' from root:root to runner:runner
2025-08-20T19:16:15.8933710Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/PushObjectCache.json' from root:root to runner:runner
2025-08-20T19:16:15.8934548Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/StartCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8935358Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnReportList.json' from root:root to runner:runner
2025-08-20T19:16:15.8936137Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateCdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8936898Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/OpenCdnService.json' from root:root to runner:runner
2025-08-20T19:16:15.8937726Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainVerifyData.json' from root:root to runner:runner
2025-08-20T19:16:15.8938590Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserUsageDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8939482Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeByteHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:15.8940336Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSSLCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:15.8941227Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.8942084Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateCdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8943132Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserBillType.json' from root:root to runner:runner
2025-08-20T19:16:15.8943995Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateUserUsageDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8944852Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainDetailDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:15.8945746Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListUserCustomLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.8946613Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/PublishStagingConfigToProduction.json' from root:root to runner:runner
2025-08-20T19:16:15.8947483Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8948290Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ChangeCdnDomainToDcdn.json' from root:root to runner:runner
2025-08-20T19:16:15.8949069Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/UpdateFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.8949844Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/UpdateCdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8950713Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.8951664Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSMCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:15.8952807Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchAddCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8953601Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserTags.json' from root:root to runner:runner
2025-08-20T19:16:15.8954501Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchUpdateCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8955332Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnConditionIPBInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8956206Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchDescribeCdnIpInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.8957191Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetReqHeaderConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.8957986Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.8958808Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainTopUrlVisit.json' from root:root to runner:runner
2025-08-20T19:16:15.8959714Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchDeleteCdnDomainConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.8960511Z [00:02:21.114]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchStartCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8961390Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserVipsByDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8962254Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnCertificateDetailById.json' from root:root to runner:runner
2025-08-20T19:16:15.8963231Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetCdnDomainSSLCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.8964052Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeVerifyContent.json' from root:root to runner:runner
2025-08-20T19:16:15.8964895Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainQpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:15.8965672Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.8966501Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDeletedDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.8967316Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainsUsageByDay.json' from root:root to runner:runner
2025-08-20T19:16:15.8968202Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeEsExceptionData.json' from root:root to runner:runner
2025-08-20T19:16:15.8969062Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainHttpCodeDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:15.8970364Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.8971528Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeBlockedRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.8972716Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainCcActivityLog.json' from root:root to runner:runner
2025-08-20T19:16:15.8973520Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeStagingIp.json' from root:root to runner:runner
2025-08-20T19:16:15.8974473Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateCdnCertificateSigningRequest.json' from root:root to runner:runner
2025-08-20T19:16:15.8975360Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:15.8976213Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRefreshTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.8977077Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnMigrateRegisterStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.8977876Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainPvData.json' from root:root to runner:runner
2025-08-20T19:16:15.8978729Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteUsageDetailDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8979563Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetDomainServerCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.8980358Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.8981250Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserUsageDetailDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8982018Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/AddCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8983246Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.8984062Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainLogs.json' from root:root to runner:runner
2025-08-20T19:16:15.8984989Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserDomainsByFunc.json' from root:root to runner:runner
2025-08-20T19:16:15.8985768Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/VerifyDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:15.8986609Z [00:02:21.115]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListRealtimeLogDeliveryInfos.json' from root:root to runner:runner
2025-08-20T19:16:15.8987492Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnHttpsDomainList.json' from root:root to runner:runner
2025-08-20T19:16:15.8988365Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainMultiUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.8989151Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSubList.json' from root:root to runner:runner
2025-08-20T19:16:15.8989980Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteCdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:15.8990754Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.8991587Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:15.8992374Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/RefreshObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:15.8993473Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainUsageData.json' from root:root to runner:runner
2025-08-20T19:16:15.8994273Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainISPData.json' from root:root to runner:runner
2025-08-20T19:16:15.8995102Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:15.8995898Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.8996807Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeTopDomainsByFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.8997639Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DisableRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.8998488Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.8999247Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/StopCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.9000062Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListDomainsByLogConfigId.json' from root:root to runner:runner
2025-08-20T19:16:15.9000867Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSecFuncInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.9001775Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRefreshTaskById.json' from root:root to runner:runner
2025-08-20T19:16:15.9002650Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/version.json' from root:root to runner:runner
2025-08-20T19:16:15.9003569Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnOrderCommodityCode.json' from root:root to runner:runner
2025-08-20T19:16:15.9004374Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.9005168Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CheckCdnDomainICP.json' from root:root to runner:runner
2025-08-20T19:16:15.9006003Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteUserUsageDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9006858Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainByCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.9007628Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeIpStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9008438Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/RollbackStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9009212Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.9010100Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRealtimeDeliveryAcc.json' from root:root to runner:runner
2025-08-20T19:16:15.9010992Z [00:02:21.116]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeSrcHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:15.9011871Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetCdnDomainCSRCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.9012853Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserCertificateExpireCount.json' from root:root to runner:runner
2025-08-20T19:16:15.9013710Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeQpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.9014553Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnReport.json' from root:root to runner:runner
2025-08-20T19:16:15.9015416Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserBillPrediction.json' from root:root to runner:runner
2025-08-20T19:16:15.9016233Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteRealTimeLogLogstore.json' from root:root to runner:runner
2025-08-20T19:16:15.9017122Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.9017931Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainQpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.9018713Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9019492Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:15.9020346Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9021171Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ModifyRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.9021930Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeIpInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.9023120Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchSetCdnDomainServerCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.9024012Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CdnMigrateRegister.json' from root:root to runner:runner
2025-08-20T19:16:15.9024929Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.9025810Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcQpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.9026675Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:15.9027719Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListRealtimeLogDeliveryDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.9028563Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9029392Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/EnableRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.9030198Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainPathData.json' from root:root to runner:runner
2025-08-20T19:16:15.9031046Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.9031832Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchStopCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.9032972Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainCustomLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9033838Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:15.9034639Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteCdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9035478Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteSpecificStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9036297Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnRegionAndIsp.json' from root:root to runner:runner
2025-08-20T19:16:15.9037137Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcTopUrlVisit.json' from root:root to runner:runner
2025-08-20T19:16:15.9038080Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.9038941Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CheckCdnDomainExist.json' from root:root to runner:runner
2025-08-20T19:16:15.9039764Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetCdnDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9040802Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeEsExecuteData.json' from root:root to runner:runner
2025-08-20T19:16:15.9042154Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeL2VipsByDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.9043467Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.9044364Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:15.9045191Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:15.9046072Z [00:02:21.117]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainAverageResponseTime.json' from root:root to runner:runner
2025-08-20T19:16:15.9046901Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:15.9047714Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribePreloadDetailById.json' from root:root to runner:runner
2025-08-20T19:16:15.9048542Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainMax95BpsData.json' from root:root to runner:runner
2025-08-20T19:16:15.9049342Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnWafDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.9050185Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:15.9051071Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRangeDataByLocateAndIspService.json' from root:root to runner:runner
2025-08-20T19:16:15.9051908Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainTopReferVisit.json' from root:root to runner:runner
2025-08-20T19:16:15.9053129Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:15.9054043Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRefreshQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.9054846Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.9055688Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnService.json' from root:root to runner:runner
2025-08-20T19:16:15.9056526Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:15.9057372Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/UpdateCdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9058221Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.9059083Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeDetailData.json' from root:root to runner:runner
2025-08-20T19:16:15.9059879Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainUvData.json' from root:root to runner:runner
2025-08-20T19:16:15.9060736Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateUsageDetailDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9061545Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchSetCdnDomainConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9062590Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ModifyCdnDomainSchdmByProperty.json' from root:root to runner:runner
2025-08-20T19:16:15.9063461Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCustomLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9064162Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn' from root:root to runner:runner
2025-08-20T19:16:15.9064942Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyLDAPConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9065776Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeAutoSnapshotTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.9066660Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9067511Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeLogAnalysis.json' from root:root to runner:runner
2025-08-20T19:16:15.9068282Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.9069043Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/OpenNASService.json' from root:root to runner:runner
2025-08-20T19:16:15.9069886Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateAccessGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9070803Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListRecentlyRecycledDirectories.json' from root:root to runner:runner
2025-08-20T19:16:15.9071588Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyFileset.json' from root:root to runner:runner
2025-08-20T19:16:15.9072530Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeAccessRules.json' from root:root to runner:runner
2025-08-20T19:16:15.9073384Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeBlackListClients.json' from root:root to runner:runner
2025-08-20T19:16:15.9074174Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeDataFlows.json' from root:root to runner:runner
2025-08-20T19:16:15.9074964Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeMountTargets.json' from root:root to runner:runner
2025-08-20T19:16:15.9075780Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9076611Z [00:02:21.118]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyDataFlowAutoRefresh.json' from root:root to runner:runner
2025-08-20T19:16:15.9077354Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/AddTags.json' from root:root to runner:runner
2025-08-20T19:16:15.9078119Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:15.9078878Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:15.9079789Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListDirectoriesAndFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.9080626Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9081389Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelDirQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.9082202Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/RetryLifecycleRetrieveJob.json' from root:root to runner:runner
2025-08-20T19:16:15.9083212Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateLifecycleRetrieveJob.json' from root:root to runner:runner
2025-08-20T19:16:15.9084034Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/RemoveTags.json' from root:root to runner:runner
2025-08-20T19:16:15.9084851Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9085613Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateFileset.json' from root:root to runner:runner
2025-08-20T19:16:15.9086391Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9087184Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelDataFlowTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9087983Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateProtocolService.json' from root:root to runner:runner
2025-08-20T19:16:15.9088782Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyLifecyclePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9089614Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListLifecycleRetrieveJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.9090414Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeAccessGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.9091165Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateFile.json' from root:root to runner:runner
2025-08-20T19:16:15.9091938Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:15.9093072Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9094115Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeFileSystemStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.9095040Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeStoragePackages.json' from root:root to runner:runner
2025-08-20T19:16:15.9095825Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateLogAnalysis.json' from root:root to runner:runner
2025-08-20T19:16:15.9096663Z [00:02:21.119]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ResetFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:15.9097540Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DisableAndCleanRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:15.9098356Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeProtocolService.json' from root:root to runner:runner
2025-08-20T19:16:15.9099375Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeLifecyclePolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.9100174Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DisableNfsAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.9101000Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ApplyDataFlowAutoRefresh.json' from root:root to runner:runner
2025-08-20T19:16:15.9101782Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9102789Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateLifecyclePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9103548Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/version.json' from root:root to runner:runner
2025-08-20T19:16:15.9104358Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeMountedClients.json' from root:root to runner:runner
2025-08-20T19:16:15.9105230Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyAccessGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9106050Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/RemoveClientFromBlackList.json' from root:root to runner:runner
2025-08-20T19:16:15.9106937Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteLogAnalysis.json' from root:root to runner:runner
2025-08-20T19:16:15.9107757Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyProtocolMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.9108572Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/GetRecycleBinAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9109390Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateRecycleBinDeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:15.9110221Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.9111054Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelLifecycleRetrieveJob.json' from root:root to runner:runner
2025-08-20T19:16:15.9112641Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.9113838Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyProtocolService.json' from root:root to runner:runner
2025-08-20T19:16:15.9114676Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeDirQuotas.json' from root:root to runner:runner
2025-08-20T19:16:15.9115454Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/SetDirQuota.json' from root:root to runner:runner
2025-08-20T19:16:15.9116286Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateProtocolMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.9117040Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/StartDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.9117805Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteFileset.json' from root:root to runner:runner
2025-08-20T19:16:15.9118552Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DisableSmbAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.9119403Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9120155Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/EnableSmbAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.9120995Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateLDAPConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9121748Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/EnableNfsAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.9122740Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteAccessGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9123519Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.9124451Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListRecycledDirectoriesAndFiles.json' from root:root to runner:runner
2025-08-20T19:16:15.9125243Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9126143Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/GetDirectoryOrFileProperties.json' from root:root to runner:runner
2025-08-20T19:16:15.9126918Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeFilesets.json' from root:root to runner:runner
2025-08-20T19:16:15.9127693Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:15.9128510Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateRecycleBinRestoreJob.json' from root:root to runner:runner
2025-08-20T19:16:15.9129311Z [00:02:21.120]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteProtocolService.json' from root:root to runner:runner
2025-08-20T19:16:15.9130081Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/UpgradeFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:15.9130864Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.9131654Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/AddClientToBlackList.json' from root:root to runner:runner
2025-08-20T19:16:15.9132606Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.9133399Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelRecycleBinJob.json' from root:root to runner:runner
2025-08-20T19:16:15.9134156Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.9135010Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateDataFlowTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9135782Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9136553Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:15.9137377Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeProtocolMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.9138208Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/EnableRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:15.9139042Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.9139857Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteProtocolMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.9140664Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ApplyAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9141465Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteLifecyclePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9142226Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifySmbAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.9143256Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/UpdateRecycleBinAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9144082Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9144905Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelDataFlowAutoRefresh.json' from root:root to runner:runner
2025-08-20T19:16:15.9145773Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeFileSystems.json' from root:root to runner:runner
2025-08-20T19:16:15.9146524Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/StopDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:15.9147281Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeSmbAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.9148145Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeDataFlowTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.9148929Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListRecycleBinJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.9149697Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:15.9150459Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeNfsAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.9151300Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteLDAPConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9152200Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeAutoSnapshotPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.9153002Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas' from root:root to runner:runner
2025-08-20T19:16:15.9153790Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:15.9154571Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewaySpec.json' from root:root to runner:runner
2025-08-20T19:16:15.9155344Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAnsServices.json' from root:root to runner:runner
2025-08-20T19:16:15.9156144Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteAuth.json' from root:root to runner:runner
2025-08-20T19:16:15.9156932Z [00:02:21.121]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateClusterSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.9157705Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ImportServices.json' from root:root to runner:runner
2025-08-20T19:16:15.9158471Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryClusterInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.9159273Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9160038Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9160919Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryAllSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9161742Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteWafStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9162611Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateZnode.json' from root:root to runner:runner
2025-08-20T19:16:15.9163374Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9164233Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListListenersByConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9165221Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListServiceSource.json' from root:root to runner:runner
2025-08-20T19:16:15.9166154Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListApplicationsWithTagRules.json' from root:root to runner:runner
2025-08-20T19:16:15.9166976Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayAuthConsumer.json' from root:root to runner:runner
2025-08-20T19:16:15.9167796Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayAuthConsumer.json' from root:root to runner:runner
2025-08-20T19:16:15.9168599Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewayAuthConsumer.json' from root:root to runner:runner
2025-08-20T19:16:15.9169382Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListListenersByIp.json' from root:root to runner:runner
2025-08-20T19:16:15.9170337Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListNamingTrack.json' from root:root to runner:runner
2025-08-20T19:16:15.9171165Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListSecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9171945Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNacosService.json' from root:root to runner:runner
2025-08-20T19:16:15.9173020Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9173783Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddMockRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9174742Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/OrderClusterHealthCheckRiskNotice.json' from root:root to runner:runner
2025-08-20T19:16:15.9175507Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListFlowRules.json' from root:root to runner:runner
2025-08-20T19:16:15.9176405Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayAuthConsumerResource.json' from root:root to runner:runner
2025-08-20T19:16:15.9177257Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.9178092Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ApplyGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:15.9178885Z [00:02:21.122]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/OfflineGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:15.9179829Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListExportZookeeperData.json' from root:root to runner:runner
2025-08-20T19:16:15.9180589Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetPlugins.json' from root:root to runner:runner
2025-08-20T19:16:15.9181365Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:15.9182157Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ImportZookeeperData.json' from root:root to runner:runner
2025-08-20T19:16:15.9183243Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusterTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.9184682Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryClusterSpecification.json' from root:root to runner:runner
2025-08-20T19:16:15.9185770Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteHTTPRewrite.json' from root:root to runner:runner
2025-08-20T19:16:15.9186569Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewaySlb.json' from root:root to runner:runner
2025-08-20T19:16:15.9187440Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.9188239Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewaySlb.json' from root:root to runner:runner
2025-08-20T19:16:15.9189058Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/RetryCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9189831Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/RemoveAuthPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9190664Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateMseServiceApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.9191490Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteHeaderOp.json' from root:root to runner:runner
2025-08-20T19:16:15.9192337Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNacosInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.9193769Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateNacosInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.9195333Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdatePluginConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9196376Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddServiceSource.json' from root:root to runner:runner
2025-08-20T19:16:15.9197177Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayService.json' from root:root to runner:runner
2025-08-20T19:16:15.9197950Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteFlowRules.json' from root:root to runner:runner
2025-08-20T19:16:15.9198739Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayName.json' from root:root to runner:runner
2025-08-20T19:16:15.9199556Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayAuthConsumer.json' from root:root to runner:runner
2025-08-20T19:16:15.9200335Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9201122Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListEurekaInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9202037Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteCircuitBreakerRules.json' from root:root to runner:runner
2025-08-20T19:16:15.9203002Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusterHealthCheckTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9203824Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/PutClusterHealthCheckTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9204757Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateOrUpdateSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9205590Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.9206492Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayAuthConsumerResourceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9207353Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateEngineNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.9208157Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetNacosHistoryConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9208979Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9209766Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusterVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.9210546Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAnsInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9211319Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetBlackWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.9212104Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetEngineNamepace.json' from root:root to runner:runner
2025-08-20T19:16:15.9212998Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayOption.json' from root:root to runner:runner
2025-08-20T19:16:15.9213780Z [00:02:21.123]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.9214588Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayService.json' from root:root to runner:runner
2025-08-20T19:16:15.9215505Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListEngineNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:15.9216292Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryInstancesInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.9217060Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9217905Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListEurekaServices.json' from root:root to runner:runner
2025-08-20T19:16:15.9218698Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateNacosInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.9219516Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListNacosHistoryConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.9220340Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetZookeeperDataImportUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.9221206Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewayServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.9222050Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateNacosService.json' from root:root to runner:runner
2025-08-20T19:16:15.9223095Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListZnodeChildren.json' from root:root to runner:runner
2025-08-20T19:16:15.9223911Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/FetchLosslessRuleList.json' from root:root to runner:runner
2025-08-20T19:16:15.9224698Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddSSLCert.json' from root:root to runner:runner
2025-08-20T19:16:15.9225475Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddAuthPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9226284Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteRetry.json' from root:root to runner:runner
2025-08-20T19:16:15.9227064Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ExportNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9227830Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateZnode.json' from root:root to runner:runner
2025-08-20T19:16:15.9228706Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9229460Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9230247Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteServiceSource.json' from root:root to runner:runner
2025-08-20T19:16:15.9231105Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ExportZookeeperData.json' from root:root to runner:runner
2025-08-20T19:16:15.9231905Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetLosslessRuleByApp.json' from root:root to runner:runner
2025-08-20T19:16:15.9232858Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.9233621Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetMseSource.json' from root:root to runner:runner
2025-08-20T19:16:15.9234441Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.9235279Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryZnodeDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.9236075Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateBlackWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.9236832Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/PullServices.json' from root:root to runner:runner
2025-08-20T19:16:15.9237934Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QuerySwimmingLaneById.json' from root:root to runner:runner
2025-08-20T19:16:15.9238765Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetKubernetesSource.json' from root:root to runner:runner
2025-08-20T19:16:15.9239563Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryClusterDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.9240341Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryGatewayRegion.json' from root:root to runner:runner
2025-08-20T19:16:15.9241216Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayAuthConsumerResource.json' from root:root to runner:runner
2025-08-20T19:16:15.9242020Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayRouteOnAuth.json' from root:root to runner:runner
2025-08-20T19:16:15.9243859Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAppBySwimmingLaneGroupTags.json' from root:root to runner:runner
2025-08-20T19:16:15.9244663Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetApplicationList.json' from root:root to runner:runner
2025-08-20T19:16:15.9245535Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.9246318Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9247130Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryGatewayType.json' from root:root to runner:runner
2025-08-20T19:16:15.9247894Z [00:02:21.124]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QuerySlbSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.9248794Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteTimeout.json' from root:root to runner:runner
2025-08-20T19:16:15.9249554Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteZnode.json' from root:root to runner:runner
2025-08-20T19:16:15.9250378Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetPluginConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9251195Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateEngineNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.9251988Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteAuthResource.json' from root:root to runner:runner
2025-08-20T19:16:15.9252917Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListInstanceCount.json' from root:root to runner:runner
2025-08-20T19:16:15.9253747Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayServiceDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.9254526Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateNacosService.json' from root:root to runner:runner
2025-08-20T19:16:15.9255327Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetServiceListeners.json' from root:root to runner:runner
2025-08-20T19:16:15.9256061Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/version.json' from root:root to runner:runner
2025-08-20T19:16:15.9257009Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.9258430Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateSSLCert.json' from root:root to runner:runner
2025-08-20T19:16:15.9259572Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateFlowRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9260391Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateNacosCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9261176Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListNacosConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.9261923Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.9263073Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ImportNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9263916Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetAppMessageQueueRoute.json' from root:root to runner:runner
2025-08-20T19:16:15.9264820Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayAuthConsumerDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.9265692Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ModifyGovernanceKubernetesCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9266529Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusterConnectionTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.9267305Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetImportFileUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.9268094Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:15.9268861Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayOption.json' from root:root to runner:runner
2025-08-20T19:16:15.9269630Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9270414Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetServiceListPage.json' from root:root to runner:runner
2025-08-20T19:16:15.9271260Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/SelectGatewaySlb.json' from root:root to runner:runner
2025-08-20T19:16:15.9272115Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayAuthConsumerStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9273051Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNacosConfigs.json' from root:root to runner:runner
2025-08-20T19:16:15.9273898Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ApplyTagPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.9274714Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateMessageQueueRoute.json' from root:root to runner:runner
2025-08-20T19:16:15.9275478Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateFlowRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9276401Z [00:02:21.125]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayServiceTrafficPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9277170Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetOverview.json' from root:root to runner:runner
2025-08-20T19:16:15.9277993Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewaySlb.json' from root:root to runner:runner
2025-08-20T19:16:15.9278768Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateAuthPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9279525Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9280278Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListZkTrack.json' from root:root to runner:runner
2025-08-20T19:16:15.9281036Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.9281828Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryAllSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:15.9282788Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetTagsBySwimmingLaneGroupId.json' from root:root to runner:runner
2025-08-20T19:16:15.9283574Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:15.9284462Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayRouteDetail.json' from root:root to runner:runner
2025-08-20T19:16:15.9285211Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9286060Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayAuthConsumerResource.json' from root:root to runner:runner
2025-08-20T19:16:15.9286888Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpgradeCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9287707Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAuthPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9288495Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ModifyLosslessRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9289301Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteSecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9290127Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9290887Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListSSLCert.json' from root:root to runner:runner
2025-08-20T19:16:15.9291665Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:15.9292586Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/RemoveApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.9293387Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateServiceSource.json' from root:root to runner:runner
2025-08-20T19:16:15.9294182Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.9294969Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9295777Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteCORS.json' from root:root to runner:runner
2025-08-20T19:16:15.9296587Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAnsServiceClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.9297413Z [00:02:21.126]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetApplicationInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:15.9298331Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAppBySwimmingLaneGroupTag.json' from root:root to runner:runner
2025-08-20T19:16:15.9299177Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGovernanceKubernetesCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9300017Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.9300837Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CloneNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9301617Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListConfigTrack.json' from root:root to runner:runner
2025-08-20T19:16:15.9302368Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.9303528Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateCircuitBreakerRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9304346Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetServiceMethodPage.json' from root:root to runner:runner
2025-08-20T19:16:15.9305154Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryBusinessLocations.json' from root:root to runner:runner
2025-08-20T19:16:15.9305921Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/RestartCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9306714Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetMseFeatureSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.9307556Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryClusterDiskSpecification.json' from root:root to runner:runner
2025-08-20T19:16:15.9308343Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9309110Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.9310043Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetServiceList.json' from root:root to runner:runner
2025-08-20T19:16:15.9310874Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.9311765Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddSecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9312679Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddBlackWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:15.9313591Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateCircuitBreakerRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9314356Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9315441Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListCircuitBreakerRules.json' from root:root to runner:runner
2025-08-20T19:16:15.9316263Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:15.9317167Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteEngineNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.9318002Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateOrUpdateSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:15.9318815Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9319634Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayServiceCheck.json' from root:root to runner:runner
2025-08-20T19:16:15.9320435Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9321178Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.9321958Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9322950Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryGovernanceKubernetesCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9323737Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddAuthResource.json' from root:root to runner:runner
2025-08-20T19:16:15.9324421Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse' from root:root to runner:runner
2025-08-20T19:16:15.9325261Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/products.json' from root:root to runner:runner
2025-08-20T19:16:15.9326018Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudauth/version.json' from root:root to runner:runner
2025-08-20T19:16:15.9326725Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudauth' from root:root to runner:runner
2025-08-20T19:16:15.9327556Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/goodstech/version.json' from root:root to runner:runner
2025-08-20T19:16:15.9328722Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/goodstech/ClassifyCommodity.json' from root:root to runner:runner
2025-08-20T19:16:15.9329871Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/goodstech' from root:root to runner:runner
2025-08-20T19:16:15.9330939Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateUserProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:15.9331882Z [00:02:21.127]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioningEvent.json' from root:root to runner:runner
2025-08-20T19:16:15.9332824Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.9333661Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteAccessAssignment.json' from root:root to runner:runner
2025-08-20T19:16:15.9334562Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUserMFAAuthenticationSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.9335358Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/AddUserToGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9336162Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteDirectory.json' from root:root to runner:runner
2025-08-20T19:16:15.9337018Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ProvisionAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.9337869Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteUserProvisioningEvent.json' from root:root to runner:runner
2025-08-20T19:16:15.9338717Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListUserProvisioningEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.9339673Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateMFAAuthenticationSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.9340550Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetMFAAuthenticationSettingInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.9341483Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListExternalSAMLIdPCertificates.json' from root:root to runner:runner
2025-08-20T19:16:15.9342284Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListGroupMembers.json' from root:root to runner:runner
2025-08-20T19:16:15.9343355Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.9344208Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DisableService.json' from root:root to runner:runner
2025-08-20T19:16:15.9345040Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9345924Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioningConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.9346836Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListAccessConfigurationProvisionings.json' from root:root to runner:runner
2025-08-20T19:16:15.9347784Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.9352925Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/SetMFAAuthenticationStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9353909Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/SetSCIMSynchronizationStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9354766Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ResetUserPassword.json' from root:root to runner:runner
2025-08-20T19:16:15.9355685Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ClearExternalSAMLIdentityProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.9356693Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeprovisionAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.9357615Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioningRdAccountStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.9358441Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:15.9359295Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateSCIMServerCredential.json' from root:root to runner:runner
2025-08-20T19:16:15.9360124Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListMFADevicesForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.9361044Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioningStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.9361844Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateDirectory.json' from root:root to runner:runner
2025-08-20T19:16:15.9362750Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:15.9363641Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/RemoveUserFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9364493Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.9365373Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/RemoveExternalSAMLIdPCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.9366153Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/EnableService.json' from root:root to runner:runner
2025-08-20T19:16:15.9367057Z [00:02:21.128]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetDirectorySAMLServiceProviderInfo.json' from root:root to runner:runner
2025-08-20T19:16:15.9367984Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateInlinePolicyForAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.9368750Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9369528Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9370389Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateDirectory.json' from root:root to runner:runner
2025-08-20T19:16:15.9371303Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetMFAAuthenticationStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9372124Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetDirectoryStatistics.json' from root:root to runner:runner
2025-08-20T19:16:15.9373126Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/SetExternalSAMLIdentityProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.9373892Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/version.json' from root:root to runner:runner
2025-08-20T19:16:15.9374807Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.9375581Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:15.9376437Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/AddExternalSAMLIdPCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.9377326Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateAccessAssignment.json' from root:root to runner:runner
2025-08-20T19:16:15.9378178Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.9378948Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.9379769Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListUserProvisionings.json' from root:root to runner:runner
2025-08-20T19:16:15.9380690Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListDirectories.json' from root:root to runner:runner
2025-08-20T19:16:15.9381739Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.9382845Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/RetryUserProvisioningEvent.json' from root:root to runner:runner
2025-08-20T19:16:15.9383658Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetTaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9384651Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUserProvisioningConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.9385481Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9386658Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListPermissionPoliciesInAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.9387515Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUserProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:15.9388345Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteUserProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:15.9389205Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9390033Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListAccessAssignments.json' from root:root to runner:runner
2025-08-20T19:16:15.9390893Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9391756Z [00:02:21.129]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetMFAAuthenticationSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.9392773Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:15.9393673Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetSCIMSynchronizationStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9394563Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserMFAAuthenticationSettings.json' from root:root to runner:runner
2025-08-20T19:16:15.9395338Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetDirectory.json' from root:root to runner:runner
2025-08-20T19:16:15.9396228Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateSCIMServerCredentialStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9397096Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetExternalSAMLIdentityProvider.json' from root:root to runner:runner
2025-08-20T19:16:15.9398019Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListJoinedGroupsForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.9399198Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteSCIMServerCredential.json' from root:root to runner:runner
2025-08-20T19:16:15.9400457Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9401492Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:15.9402341Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteMFADeviceForUser.json' from root:root to runner:runner
2025-08-20T19:16:15.9403328Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListAccessConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:15.9404265Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListSCIMServerCredentials.json' from root:root to runner:runner
2025-08-20T19:16:15.9405199Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/AddPermissionPolicyToAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:15.9405964Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso' from root:root to runner:runner
2025-08-20T19:16:15.9406825Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DisableLoadBalancerIpv6Internet.json' from root:root to runner:runner
2025-08-20T19:16:15.9407702Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateLoadBalancerAddressTypeConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9408527Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/StartShiftLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:15.9409295Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9410045Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9410813Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:15.9411635Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteHealthCheckTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.9412613Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9413361Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.9414201Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AddEntriesToAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.9414940Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAcls.json' from root:root to runner:runner
2025-08-20T19:16:15.9415735Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:15.9416490Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAScripts.json' from root:root to runner:runner
2025-08-20T19:16:15.9417364Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateListenerLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9418181Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AddServersToServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9419076Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9419875Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9420794Z [00:02:21.130]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AttachCommonBandwidthPackageToLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:15.9421583Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9422617Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListListenerCertificates.json' from root:root to runner:runner
2025-08-20T19:16:15.9423564Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ApplyHealthCheckTemplateToServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9424403Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/EnableLoadBalancerAccessLog.json' from root:root to runner:runner
2025-08-20T19:16:15.9425200Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/StartListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9426100Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:15.9426877Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9427848Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AssociateAdditionalCertificatesWithListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9428716Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateServerGroupServersAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9429586Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateHealthCheckTemplateAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9430505Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DisableDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.9431336Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/GetLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9432138Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListServerGroupServers.json' from root:root to runner:runner
2025-08-20T19:16:15.9433302Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateHealthCheckTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.9434109Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.9434887Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteAScripts.json' from root:root to runner:runner
2025-08-20T19:16:15.9435718Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListSecurityPolicyRelations.json' from root:root to runner:runner
2025-08-20T19:16:15.9436509Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9437349Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DisableLoadBalancerAccessLog.json' from root:root to runner:runner
2025-08-20T19:16:15.9438101Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.9438883Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9439704Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAsynJobs.json' from root:root to runner:runner
2025-08-20T19:16:15.9440497Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:15.9441476Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateLoadBalancerEdition.json' from root:root to runner:runner
2025-08-20T19:16:15.9442244Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateAScripts.json' from root:root to runner:runner
2025-08-20T19:16:15.9443188Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/RemoveEntriesFromAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.9443931Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListRules.json' from root:root to runner:runner
2025-08-20T19:16:15.9444755Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteRules.json' from root:root to runner:runner
2025-08-20T19:16:15.9445568Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9446373Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateAcl.json' from root:root to runner:runner
2025-08-20T19:16:15.9447107Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/version.json' from root:root to runner:runner
2025-08-20T19:16:15.9447912Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/GetListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9448674Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9449454Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.9450377Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DissociateAdditionalCertificatesFromListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9451202Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListListeners.json' from root:root to runner:runner
2025-08-20T19:16:15.9452253Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/GetHealthCheckTemplateAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9453267Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateAclAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9454053Z [00:02:21.131]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAclRelations.json' from root:root to runner:runner
2025-08-20T19:16:15.9454903Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9455745Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CancelShiftLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:15.9456727Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9457499Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9458409Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DissociateAclsFromListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9459178Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9460068Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AssociateAclsWithListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9460902Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ReplaceServersInServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9461667Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/StopListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9462712Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/GetListenerHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9463550Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListHealthCheckTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.9464360Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateRulesAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9465143Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.9466073Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DetachCommonBandwidthPackageFromLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:15.9466954Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListSecurityPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.9467709Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateRules.json' from root:root to runner:runner
2025-08-20T19:16:15.9468598Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListSystemSecurityPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.9469830Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:15.9470984Z [00:02:21.132]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateSecurityPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9471917Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/RemoveServersFromServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9473095Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/EnableLoadBalancerIpv6Internet.json' from root:root to runner:runner
2025-08-20T19:16:15.9473885Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAclEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.9474780Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/EnableDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.9475554Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateAScripts.json' from root:root to runner:runner
2025-08-20T19:16:15.9476386Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9477079Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb' from root:root to runner:runner
2025-08-20T19:16:15.9477954Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CancelChangeAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:15.9478769Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:15.9479617Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListPolicyVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.9480462Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9481437Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/InviteAccountToResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:15.9482236Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.9483238Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9484109Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CancelCreateCloudAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.9484994Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/MoveAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.9485891Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListAssociatedTransferSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.9486872Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListDelegatedServicesForAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.9487731Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CheckAccountDelete.json' from root:root to runner:runner
2025-08-20T19:16:15.9488558Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListAccounts.json' from root:root to runner:runner
2025-08-20T19:16:15.9489380Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListAncestors.json' from root:root to runner:runner
2025-08-20T19:16:15.9490222Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetPayerForAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.9491151Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetServiceLinkedRoleDeletionStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9492009Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/BindSecureMobilePhone.json' from root:root to runner:runner
2025-08-20T19:16:15.9493010Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListDelegatedAdministrators.json' from root:root to runner:runner
2025-08-20T19:16:15.9493882Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTrustedServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9494726Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListFoldersForParent.json' from root:root to runner:runner
2025-08-20T19:16:15.9495667Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/RetryChangeAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:15.9496563Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/RemoveCloudAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.9497409Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9498299Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreatePolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.9499120Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.9500058Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListHandshakesForAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.9500867Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DetachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9501707Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9502780Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateResourceAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.9503603Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListRoles.json' from root:root to runner:runner
2025-08-20T19:16:15.9504451Z [00:02:21.133]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:15.9505401Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTargetAttachmentsForControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9506246Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListResourceGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.9507093Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/EnableControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9507991Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/RegisterDelegatedAdministrator.json' from root:root to runner:runner
2025-08-20T19:16:15.9508885Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetHandshake.json' from root:root to runner:runner
2025-08-20T19:16:15.9509700Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9510650Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ResendCreateCloudAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:15.9511480Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9512566Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:15.9513668Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/SendVerificationCodeForEnableRD.json' from root:root to runner:runner
2025-08-20T19:16:15.9514490Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateRole.json' from root:root to runner:runner
2025-08-20T19:16:15.9515363Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/EnableAssociatedTransfer.json' from root:root to runner:runner
2025-08-20T19:16:15.9516193Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.9517115Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeregisterDelegatedAdministrator.json' from root:root to runner:runner
2025-08-20T19:16:15.9517921Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:15.9518728Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteRole.json' from root:root to runner:runner
2025-08-20T19:16:15.9519561Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeclineHandshake.json' from root:root to runner:runner
2025-08-20T19:16:15.9520417Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9521288Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/EnableResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:15.9522526Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListHandshakesForResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:15.9523587Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListControlPolicyAttachmentsForTarget.json' from root:root to runner:runner
2025-08-20T19:16:15.9524508Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9525385Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeletePolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.9526273Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/AcceptHandshake.json' from root:root to runner:runner
2025-08-20T19:16:15.9527066Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/version.json' from root:root to runner:runner
2025-08-20T19:16:15.9528207Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ChangeAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:15.9529074Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9529908Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.9530763Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListPolicyAttachments.json' from root:root to runner:runner
2025-08-20T19:16:15.9531589Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteFolder.json' from root:root to runner:runner
2025-08-20T19:16:15.9532626Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateAssociatedTransferSetting.json' from root:root to runner:runner
2025-08-20T19:16:15.9533539Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetAccountDeletionCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:15.9534342Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9535199Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DisableControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9536052Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/InitResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:15.9536956Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateFolder.json' from root:root to runner:runner
2025-08-20T19:16:15.9537882Z [00:02:21.134]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9538722Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/AttachControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9539569Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9540652Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/SetMemberDeletionPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.9542299Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json' from root:root to runner:runner
2025-08-20T19:16:15.9543463Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9544356Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/SetDefaultPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.9545270Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CancelPromoteResourceAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.9546086Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/AttachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9546931Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DetachControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9547788Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListAccountsForParent.json' from root:root to runner:runner
2025-08-20T19:16:15.9548653Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:15.9549598Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/PromoteResourceAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.9550409Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9551339Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetAccountDeletionStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9552164Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.9553377Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetControlPolicyEnablementStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9554179Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetRole.json' from root:root to runner:runner
2025-08-20T19:16:15.9555141Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DisableAssociatedTransfer.json' from root:root to runner:runner
2025-08-20T19:16:15.9555989Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9556857Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/MoveResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9557659Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateRole.json' from root:root to runner:runner
2025-08-20T19:16:15.9558502Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListControlPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.9559310Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetFolder.json' from root:root to runner:runner
2025-08-20T19:16:15.9560132Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CancelHandshake.json' from root:root to runner:runner
2025-08-20T19:16:15.9560938Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateFolder.json' from root:root to runner:runner
2025-08-20T19:16:15.9561817Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DestroyResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:15.9562959Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ResendPromoteResourceAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:15.9563897Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateCloudAccount.json' from root:root to runner:runner
2025-08-20T19:16:15.9564631Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager' from root:root to runner:runner
2025-08-20T19:16:15.9565539Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetAccessControlListAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9566382Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancerTCPListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9567221Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeVServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9568039Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:15.9568913Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeServerCertificates.json' from root:root to runner:runner
2025-08-20T19:16:15.9569825Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancerHTTPListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9570677Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveVServerGroupBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:15.9571509Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateMasterSlaveServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9572491Z [00:02:21.135]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteAccessLogsDownloadAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9573337Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9574137Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9574914Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:15.9575818Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerTCPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9576743Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeDomainExtensionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9577617Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerUDPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9578490Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteServerCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.9579341Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyVServerGroupBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:15.9580197Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancerHTTPSListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9581019Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveListenerWhiteListItem.json' from root:root to runner:runner
2025-08-20T19:16:15.9581917Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerListeners.json' from root:root to runner:runner
2025-08-20T19:16:15.9582820Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateDomainExtension.json' from root:root to runner:runner
2025-08-20T19:16:15.9583724Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/EnableHighDefinationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.9584523Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetCACertificateName.json' from root:root to runner:runner
2025-08-20T19:16:15.9585310Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateVServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9586102Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteCACertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.9586883Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:15.9587686Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeCACertificates.json' from root:root to runner:runner
2025-08-20T19:16:15.9588477Z [00:02:21.136]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:15.9589296Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/StartLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9590088Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddTags.json' from root:root to runner:runner
2025-08-20T19:16:15.9590899Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/UploadServerCertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.9591754Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/UploadCACertificate.json' from root:root to runner:runner
2025-08-20T19:16:15.9592711Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ListTLSCipherPolicies.json' from root:root to runner:runner
2025-08-20T19:16:15.9593770Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:15.9594543Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeRules.json' from root:root to runner:runner
2025-08-20T19:16:15.9595395Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9596133Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9597014Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetServerCertificateName.json' from root:root to runner:runner
2025-08-20T19:16:15.9597878Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyLoadBalancerPayType.json' from root:root to runner:runner
2025-08-20T19:16:15.9598830Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteDomainExtension.json' from root:root to runner:runner
2025-08-20T19:16:15.9599696Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyLoadBalancerInternetSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.9600449Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveTags.json' from root:root to runner:runner
2025-08-20T19:16:15.9601261Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateAccessControlList.json' from root:root to runner:runner
2025-08-20T19:16:15.9602114Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerDeleteProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.9603175Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteMasterSlaveServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9604130Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetListenerAccessControlStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9605000Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeAccessLogsDownloadAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9605850Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9606661Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetVServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9607516Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeMasterSlaveServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.9608307Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9609177Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:15.9610048Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeAccessControlListAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9611326Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateTLSCipherPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9612754Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerUDPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9613557Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteRules.json' from root:root to runner:runner
2025-08-20T19:16:15.9614348Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteVServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9615086Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/version.json' from root:root to runner:runner
2025-08-20T19:16:15.9615854Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.9616711Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetAccessLogsDownloadAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9617588Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerHTTPSListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9618514Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetTLSCipherPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9619277Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9620217Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyLoadBalancerInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:15.9621035Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9621886Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveAccessControlListEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.9622912Z [00:02:21.137]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeListenerAccessControlAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9623805Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddListenerWhiteListItem.json' from root:root to runner:runner
2025-08-20T19:16:15.9624687Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyLoadBalancerInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.9625507Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9626303Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerName.json' from root:root to runner:runner
2025-08-20T19:16:15.9627149Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddVServerGroupBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:15.9627975Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeAccessControlLists.json' from root:root to runner:runner
2025-08-20T19:16:15.9628824Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancerUDPListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9629697Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerHTTPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9630461Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:15.9631365Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerHTTPSListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9632310Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerModificationProtection.json' from root:root to runner:runner
2025-08-20T19:16:15.9633375Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/StopLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9634239Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.9635063Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddAccessControlListEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.9635868Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:15.9636700Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetDomainExtensionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9637568Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteAccessControlList.json' from root:root to runner:runner
2025-08-20T19:16:15.9638338Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateRules.json' from root:root to runner:runner
2025-08-20T19:16:15.9639239Z [00:02:21.138]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeHighDefinationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.9640066Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeDomainExtensions.json' from root:root to runner:runner
2025-08-20T19:16:15.9640908Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyHighDefinationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:15.9641715Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeVServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.9642870Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerHTTPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9643783Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerTCPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9644602Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteTLSCipherPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9645557Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:15.9646456Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeMasterSlaveServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9647146Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb' from root:root to runner:runner
2025-08-20T19:16:15.9648014Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AllocateDedicatedHosts.json' from root:root to runner:runner
2025-08-20T19:16:15.9648824Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.9649640Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiskMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:15.9650460Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInvocationResults.json' from root:root to runner:runner
2025-08-20T19:16:15.9651334Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:15.9652174Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeUserData.json' from root:root to runner:runner
2025-08-20T19:16:15.9653063Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:15.9653848Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RebootInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9654764Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVirtualBorderRouters.json' from root:root to runner:runner
2025-08-20T19:16:15.9655515Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.9656337Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AssignPrivateIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:15.9657120Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSpotAdvice.json' from root:root to runner:runner
2025-08-20T19:16:15.9657890Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.9658649Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/EipFillParams.json' from root:root to runner:runner
2025-08-20T19:16:15.9659509Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNatGateways.json' from root:root to runner:runner
2025-08-20T19:16:15.9660275Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.9661082Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.9661900Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeStorageSetDetails.json' from root:root to runner:runner
2025-08-20T19:16:15.9663130Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyImageShareGroupPermission.json' from root:root to runner:runner
2025-08-20T19:16:15.9663979Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRenewalPrice.json' from root:root to runner:runner
2025-08-20T19:16:15.9664839Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.9665663Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9666569Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRecommendInstanceType.json' from root:root to runner:runner
2025-08-20T19:16:15.9667579Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyEipAddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9668430Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeBandwidthPackages.json' from root:root to runner:runner
2025-08-20T19:16:15.9669286Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSecurityGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9670069Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9670932Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNewProjectEipMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:15.9671728Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AssignIpv6Addresses.json' from root:root to runner:runner
2025-08-20T19:16:15.9672682Z [00:02:21.139]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVpcs.json' from root:root to runner:runner
2025-08-20T19:16:15.9673603Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImageComponents.json' from root:root to runner:runner
2025-08-20T19:16:15.9674449Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeCapacityReservations.json' from root:root to runner:runner
2025-08-20T19:16:15.9675297Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/JoinSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9676105Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceVncUrl.json' from root:root to runner:runner
2025-08-20T19:16:15.9676931Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RevokeSecurityGroupEgress.json' from root:root to runner:runner
2025-08-20T19:16:15.9677797Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/PurchaseReservedInstancesOffering.json' from root:root to runner:runner
2025-08-20T19:16:15.9678696Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeStorageCapacityUnits.json' from root:root to runner:runner
2025-08-20T19:16:15.9679541Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDeploymentSet.json' from root:root to runner:runner
2025-08-20T19:16:15.9680504Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9681791Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ExportSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:15.9683004Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.9683840Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotsUsage.json' from root:root to runner:runner
2025-08-20T19:16:15.9684666Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSendFileResults.json' from root:root to runner:runner
2025-08-20T19:16:15.9685486Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.9686245Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDemand.json' from root:root to runner:runner
2025-08-20T19:16:15.9687017Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDiskSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.9687886Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StopInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.9688709Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeReservedInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9689582Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySnapshotAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9690419Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiagnosticMetricSets.json' from root:root to runner:runner
2025-08-20T19:16:15.9691226Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RedeployDedicatedHost.json' from root:root to runner:runner
2025-08-20T19:16:15.9692042Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyElasticityAssurance.json' from root:root to runner:runner
2025-08-20T19:16:15.9693051Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyImageSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:15.9693842Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.9694684Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:15.9695491Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDiagnosticReport.json' from root:root to runner:runner
2025-08-20T19:16:15.9696292Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AssociateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.9697043Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReInitDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.9697912Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceModificationPrice.json' from root:root to runner:runner
2025-08-20T19:16:15.9698679Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteCommand.json' from root:root to runner:runner
2025-08-20T19:16:15.9699483Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UnassociateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.9700253Z [00:02:21.140]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelCopyImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9701112Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotLinks.json' from root:root to runner:runner
2025-08-20T19:16:15.9701888Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RedeployInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.9702885Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySecurityGroupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9703831Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json' from root:root to runner:runner
2025-08-20T19:16:15.9704709Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyVirtualBorderRouterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9705472Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AssociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:15.9706356Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.9707177Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyHpcClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9707998Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDisks.json' from root:root to runner:runner
2025-08-20T19:16:15.9708751Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ResizeDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.9709591Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:15.9710462Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyStorageCapacityUnitAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9711260Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateImageComponent.json' from root:root to runner:runner
2025-08-20T19:16:15.9712092Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeBandwidthLimitation.json' from root:root to runner:runner
2025-08-20T19:16:15.9713024Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyPrepayInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.9713809Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:15.9714693Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDedicatedHosts.json' from root:root to runner:runner
2025-08-20T19:16:15.9715437Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ResetDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.9716304Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeEipMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:15.9717098Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyManagedInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.9717881Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateStorageSet.json' from root:root to runner:runner
2025-08-20T19:16:15.9718645Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RebootInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.9719465Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ExportImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9720310Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeResourcesModification.json' from root:root to runner:runner
2025-08-20T19:16:15.9721157Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:15.9721984Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.9723009Z [00:02:21.141]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:15.9723853Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNetworkInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:15.9724680Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachClassicLinkVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.9725506Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDiagnosticMetricSet.json' from root:root to runner:runner
2025-08-20T19:16:15.9726290Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UnassociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:15.9727103Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9727979Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySnapshotGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9728775Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UnassignIpv6Addresses.json' from root:root to runner:runner
2025-08-20T19:16:15.9729720Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceMaintenanceAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.9730571Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostsChargeType.json' from root:root to runner:runner
2025-08-20T19:16:15.9731368Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AddTags.json' from root:root to runner:runner
2025-08-20T19:16:15.9732515Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeCloudAssistantStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9733391Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ResetDisks.json' from root:root to runner:runner
2025-08-20T19:16:15.9734179Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.9734982Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteImageComponent.json' from root:root to runner:runner
2025-08-20T19:16:15.9735752Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:15.9736523Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:15.9737489Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImages.json' from root:root to runner:runner
2025-08-20T19:16:15.9738325Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDiagnosticReports.json' from root:root to runner:runner
2025-08-20T19:16:15.9739196Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyPhysicalConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9740089Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9740830Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CopyImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9741758Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceHistoryEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.9742815Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDedicatedHostCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9743732Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImagePipelines.json' from root:root to runner:runner
2025-08-20T19:16:15.9744535Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachInstanceRamRole.json' from root:root to runner:runner
2025-08-20T19:16:15.9745363Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/EipFillProduct.json' from root:root to runner:runner
2025-08-20T19:16:15.9746139Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9747005Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ListPluginStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9747805Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePrefixLists.json' from root:root to runner:runner
2025-08-20T19:16:15.9748644Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/PurchaseStorageCapacityUnit.json' from root:root to runner:runner
2025-08-20T19:16:15.9749416Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteHpcCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9750697Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ImportKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:15.9751725Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeCommands.json' from root:root to runner:runner
2025-08-20T19:16:15.9752838Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9753634Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReActivateInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9754427Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRouteTables.json' from root:root to runner:runner
2025-08-20T19:16:15.9755225Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAccessPoints.json' from root:root to runner:runner
2025-08-20T19:16:15.9756119Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDiskChargeType.json' from root:root to runner:runner
2025-08-20T19:16:15.9756931Z [00:02:21.142]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceRamRole.json' from root:root to runner:runner
2025-08-20T19:16:15.9757741Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.9758581Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateActivation.json' from root:root to runner:runner
2025-08-20T19:16:15.9759430Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyHaVipAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9760232Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteSnapshotGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9761109Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyBandwidthPackageSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.9761939Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RemoveBandwidthPackageIps.json' from root:root to runner:runner
2025-08-20T19:16:15.9763007Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDedicatedHostTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.9763893Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9764679Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteStorageSet.json' from root:root to runner:runner
2025-08-20T19:16:15.9765488Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceVncPasswd.json' from root:root to runner:runner
2025-08-20T19:16:15.9766375Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImageSupportInstanceTypes.json' from root:root to runner:runner
2025-08-20T19:16:15.9767130Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ImportImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9767911Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreatePrefixList.json' from root:root to runner:runner
2025-08-20T19:16:15.9768657Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RemoveTags.json' from root:root to runner:runner
2025-08-20T19:16:15.9769557Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9770443Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeElasticityAssuranceInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9771259Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeletePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.9772111Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeActivations.json' from root:root to runner:runner
2025-08-20T19:16:15.9773126Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceAutoReleaseTime.json' from root:root to runner:runner
2025-08-20T19:16:15.9773898Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/EipNotifyPaid.json' from root:root to runner:runner
2025-08-20T19:16:15.9774754Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.9775577Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRouterInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:15.9776466Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAutoProvisioningGroupHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.9777255Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RenewDedicatedHosts.json' from root:root to runner:runner
2025-08-20T19:16:15.9778051Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AllocateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.9778856Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeEniMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:15.9779641Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateHpcCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9780395Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateCommand.json' from root:root to runner:runner
2025-08-20T19:16:15.9781243Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeUserBusinessBehavior.json' from root:root to runner:runner
2025-08-20T19:16:15.9782005Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.9783172Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVRouters.json' from root:root to runner:runner
2025-08-20T19:16:15.9784029Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AuthorizeSecurityGroupEgress.json' from root:root to runner:runner
2025-08-20T19:16:15.9784819Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInvocations.json' from root:root to runner:runner
2025-08-20T19:16:15.9785768Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePrefixListAssociations.json' from root:root to runner:runner
2025-08-20T19:16:15.9786650Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyRouterInterfaceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.9787465Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.9788303Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/LeaveSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9789095Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:15.9789990Z [00:02:21.143]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNetworkInterfacePermissions.json' from root:root to runner:runner
2025-08-20T19:16:15.9790795Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.9791597Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyImageAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9792531Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateSnapshotGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9793339Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateImagePipeline.json' from root:root to runner:runner
2025-08-20T19:16:15.9794154Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9794984Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDedicatedHostCluster.json' from root:root to runner:runner
2025-08-20T19:16:15.9795871Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:15.9796730Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachInstanceRamRole.json' from root:root to runner:runner
2025-08-20T19:16:15.9797553Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiagnosticMetrics.json' from root:root to runner:runner
2025-08-20T19:16:15.9798363Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AllocatePublicIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.9799175Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReleaseDedicatedHost.json' from root:root to runner:runner
2025-08-20T19:16:15.9800070Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeForwardTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:15.9801236Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeLaunchTemplates.json' from root:root to runner:runner
2025-08-20T19:16:15.9802168Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateSimulatedSystemEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.9803181Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StopInvocation.json' from root:root to runner:runner
2025-08-20T19:16:15.9804015Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RenewReservedInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9804842Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UnassignPrivateIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:15.9805611Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CopySnapshot.json' from root:root to runner:runner
2025-08-20T19:16:15.9806589Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.9807446Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReleaseCapacityReservation.json' from root:root to runner:runner
2025-08-20T19:16:15.9808266Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/EnablePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.9809050Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeLimitation.json' from root:root to runner:runner
2025-08-20T19:16:15.9809901Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.9810725Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.9811490Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteKeyPairs.json' from root:root to runner:runner
2025-08-20T19:16:15.9812309Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceNetworkSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.9813180Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/version.json' from root:root to runner:runner
2025-08-20T19:16:15.9814000Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/SendFile.json' from root:root to runner:runner
2025-08-20T19:16:15.9814770Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeHaVips.json' from root:root to runner:runner
2025-08-20T19:16:15.9815518Z [00:02:21.144]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.9816413Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/TerminateVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.9817301Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceAttachmentAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.9818117Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeManagedInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9819005Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RunInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9820389Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeLaunchTemplateVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.9821441Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAccountAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.9822333Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSecurityGroupReferences.json' from root:root to runner:runner
2025-08-20T19:16:15.9823502Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeCapacityReservationInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9824410Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.9825314Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/InstallCloudAssistant.json' from root:root to runner:runner
2025-08-20T19:16:15.9826129Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9826895Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/InvokeCommand.json' from root:root to runner:runner
2025-08-20T19:16:15.9827749Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDedicatedHostAutoRenew.json' from root:root to runner:runner
2025-08-20T19:16:15.9828571Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:15.9829380Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.9830241Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9831131Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePrefixListAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.9831951Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AuthorizeSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9832918Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePhysicalConnections.json' from root:root to runner:runner
2025-08-20T19:16:15.9833704Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DisableActivation.json' from root:root to runner:runner
2025-08-20T19:16:15.9834568Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyAutoSnapshotPolicyEx.json' from root:root to runner:runner
2025-08-20T19:16:15.9835404Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ConvertNatPublicIpToEip.json' from root:root to runner:runner
2025-08-20T19:16:15.9836244Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDeploymentSetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9837013Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:15.9837846Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteHaVip.json' from root:root to runner:runner
2025-08-20T19:16:15.9838681Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyPrefixList.json' from root:root to runner:runner
2025-08-20T19:16:15.9839522Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RecoverVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.9840338Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9841167Z [00:02:21.145]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyCapacityReservation.json' from root:root to runner:runner
2025-08-20T19:16:15.9842047Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiagnosticReports.json' from root:root to runner:runner
2025-08-20T19:16:15.9843073Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDiskAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9843928Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstancesFullStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9844866Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteNetworkInterfacePermission.json' from root:root to runner:runner
2025-08-20T19:16:15.9845694Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.9846500Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/GetInstanceScreenshot.json' from root:root to runner:runner
2025-08-20T19:16:15.9847290Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDeploymentSet.json' from root:root to runner:runner
2025-08-20T19:16:15.9848088Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyVpcAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9848921Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelSimulatedSystemEvents.json' from root:root to runner:runner
2025-08-20T19:16:15.9849785Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/TerminatePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.9850660Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceAttachmentAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.9851500Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9852542Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateElasticityAssurance.json' from root:root to runner:runner
2025-08-20T19:16:15.9853393Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDedicatedHostClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.9854145Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelTask.json' from root:root to runner:runner
2025-08-20T19:16:15.9855057Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyReservedInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9855965Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteImagePipeline.json' from root:root to runner:runner
2025-08-20T19:16:15.9856714Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RunCommand.json' from root:root to runner:runner
2025-08-20T19:16:15.9857584Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotPackage.json' from root:root to runner:runner
2025-08-20T19:16:15.9858376Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/JoinResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9859183Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReportInstancesStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9860056Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateNetworkInterfacePermission.json' from root:root to runner:runner
2025-08-20T19:16:15.9860934Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9861749Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyVSwitchAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9862767Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ActivateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.9863581Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeletePrefixList.json' from root:root to runner:runner
2025-08-20T19:16:15.9864391Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachClassicLinkVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.9865233Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:15.9866118Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSpotPriceHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.9866878Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeTasks.json' from root:root to runner:runner
2025-08-20T19:16:15.9867727Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySecurityGroupEgressRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9868532Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReleasePublicIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.9869348Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9870177Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/GetInstanceConsoleOutput.json' from root:root to runner:runner
2025-08-20T19:16:15.9870946Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateVpc.json' from root:root to runner:runner
2025-08-20T19:16:15.9872127Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostAutoReleaseTime.json' from root:root to runner:runner
2025-08-20T19:16:15.9873100Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteAutoProvisioningGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9873932Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:15.9874748Z [00:02:21.146]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartElasticityAssurance.json' from root:root to runner:runner
2025-08-20T19:16:15.9875560Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AddBandwidthPackageIps.json' from root:root to runner:runner
2025-08-20T19:16:15.9876579Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImageFromFamily.json' from root:root to runner:runner
2025-08-20T19:16:15.9877442Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAutoProvisioningGroups.json' from root:root to runner:runner
2025-08-20T19:16:15.9878275Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceVpcAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9879165Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreatePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.9880065Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyStorageSetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9880897Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeClassicLinkInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9881657Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.9882666Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeHpcClusters.json' from root:root to runner:runner
2025-08-20T19:16:15.9883524Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDemand.json' from root:root to runner:runner
2025-08-20T19:16:15.9884338Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeStorageSets.json' from root:root to runner:runner
2025-08-20T19:16:15.9885246Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyRouterInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9886095Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySecurityGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9886904Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeResourceByTags.json' from root:root to runner:runner
2025-08-20T19:16:15.9887734Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:15.9888574Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyAutoProvisioningGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9889871Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9890970Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartTerminalSession.json' from root:root to runner:runner
2025-08-20T19:16:15.9891847Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyCommand.json' from root:root to runner:runner
2025-08-20T19:16:15.9892782Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RevokeSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9893720Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AcceptInquiredSystemEvent.json' from root:root to runner:runner
2025-08-20T19:16:15.9894547Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:15.9895441Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceMaintenanceAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.9896310Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNetworkInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9897128Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9898002Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDiagnosticMetricSet.json' from root:root to runner:runner
2025-08-20T19:16:15.9898785Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeKeyPairs.json' from root:root to runner:runner
2025-08-20T19:16:15.9899600Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:15.9900427Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDiagnosticMetricSets.json' from root:root to runner:runner
2025-08-20T19:16:15.9901196Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:15.9902010Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeregisterManagedInstance.json' from root:root to runner:runner
2025-08-20T19:16:15.9903026Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9903878Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeElasticityAssurances.json' from root:root to runner:runner
2025-08-20T19:16:15.9904784Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyLaunchTemplateDefaultVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.9905560Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReplaceSystemDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.9906334Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDemands.json' from root:root to runner:runner
2025-08-20T19:16:15.9907255Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceTypeFamilies.json' from root:root to runner:runner
2025-08-20T19:16:15.9908109Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9908924Z [00:02:21.147]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ApplyAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9909755Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyUserBusinessBehavior.json' from root:root to runner:runner
2025-08-20T19:16:15.9910588Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteLaunchTemplateVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.9911597Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:15.9912482Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteActivation.json' from root:root to runner:runner
2025-08-20T19:16:15.9913375Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDeploymentSets.json' from root:root to runner:runner
2025-08-20T19:16:15.9914179Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeTaskAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9915024Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateLaunchTemplateVersion.json' from root:root to runner:runner
2025-08-20T19:16:15.9915837Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeactivateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.9916663Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:15.9917452Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateLaunchTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.9918230Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9919067Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceMetadataOptions.json' from root:root to runner:runner
2025-08-20T19:16:15.9920010Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiagnosticReportAttributes.json' from root:root to runner:runner
2025-08-20T19:16:15.9920764Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachDisk.json' from root:root to runner:runner
2025-08-20T19:16:15.9921652Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceDeployment.json' from root:root to runner:runner
2025-08-20T19:16:15.9922673Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StopInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9923550Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReleaseEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:15.9924399Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImageSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:15.9925306Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ConnectRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.9926136Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateCapacityReservation.json' from root:root to runner:runner
2025-08-20T19:16:15.9926919Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.9927734Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyReservedInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9928603Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyNetworkInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9929428Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateAutoProvisioningGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9930293Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyReservedInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9931121Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartImagePipelineExecution.json' from root:root to runner:runner
2025-08-20T19:16:15.9931927Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteLaunchTemplate.json' from root:root to runner:runner
2025-08-20T19:16:15.9932803Z [00:02:21.148]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDemand.json' from root:root to runner:runner
2025-08-20T19:16:15.9933628Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:15.9934434Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:15.9935308Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceTopology.json' from root:root to runner:runner
2025-08-20T19:16:15.9936120Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDisksFullStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9937073Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAutoProvisioningGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9937930Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImagePipelineExecutions.json' from root:root to runner:runner
2025-08-20T19:16:15.9938899Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeReservedInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9939689Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:15.9940543Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAutoSnapshotPolicyEx.json' from root:root to runner:runner
2025-08-20T19:16:15.9941292Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9942344Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelImagePipelineExecution.json' from root:root to runner:runner
2025-08-20T19:16:15.9943410Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyVRouterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:15.9944216Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:15.9944908Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs' from root:root to runner:runner
2025-08-20T19:16:15.9945787Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateSuperResolutionImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9946602Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ImitatePhotoStyle.json' from root:root to runner:runner
2025-08-20T19:16:15.9947714Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ExtendImageStyle.json' from root:root to runner:runner
2025-08-20T19:16:15.9948606Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateImageWithTextAndImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9949524Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/IntelligentComposition.json' from root:root to runner:runner
2025-08-20T19:16:15.9950384Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/MakeSuperResolutionImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9951230Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ErasePerson.json' from root:root to runner:runner
2025-08-20T19:16:15.9952022Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ColorizeImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9953073Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateDynamicImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9953955Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ImageBlindCharacterWatermark.json' from root:root to runner:runner
2025-08-20T19:16:15.9954860Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/RecolorHDImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9955661Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ChangeImageSize.json' from root:root to runner:runner
2025-08-20T19:16:15.9956481Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:15.9957290Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/AssessComposition.json' from root:root to runner:runner
2025-08-20T19:16:15.9958120Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/RemoveImageWatermark.json' from root:root to runner:runner
2025-08-20T19:16:15.9958908Z [00:02:21.149]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/RecolorImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9959736Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/RemoveImageSubtitles.json' from root:root to runner:runner
2025-08-20T19:16:15.9960875Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/version.json' from root:root to runner:runner
2025-08-20T19:16:15.9962165Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateCartoonizedImage.json' from root:root to runner:runner
2025-08-20T19:16:15.9963439Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateImageWithText.json' from root:root to runner:runner
2025-08-20T19:16:15.9964395Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/AssessExposure.json' from root:root to runner:runner
2025-08-20T19:16:15.9965210Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/EnhanceImageColor.json' from root:root to runner:runner
2025-08-20T19:16:15.9966080Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/AssessSharpness.json' from root:root to runner:runner
2025-08-20T19:16:15.9966973Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ImageBlindPicWatermark.json' from root:root to runner:runner
2025-08-20T19:16:15.9967696Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan' from root:root to runner:runner
2025-08-20T19:16:15.9968475Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetArmsTopNMetric.json' from root:root to runner:runner
2025-08-20T19:16:15.9969280Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RollbackApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.9970056Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListAppVersions.json' from root:root to runner:runner
2025-08-20T19:16:15.9970812Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeJob.json' from root:root to runner:runner
2025-08-20T19:16:15.9971566Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/SuspendJob.json' from root:root to runner:runner
2025-08-20T19:16:15.9972564Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListNamespacedConfigMaps.json' from root:root to runner:runner
2025-08-20T19:16:15.9973420Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeJobHistory.json' from root:root to runner:runner
2025-08-20T19:16:15.9974210Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:15.9975009Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListPublishedServices.json' from root:root to runner:runner
2025-08-20T19:16:15.9975941Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9976713Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/AbortChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.9977570Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListAppServicesPage.json' from root:root to runner:runner
2025-08-20T19:16:15.9978395Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationConfig.json' from root:root to runner:runner
2025-08-20T19:16:15.9979268Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateAppSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:15.9980105Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/EnableApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9980950Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RescaleApplication.json' from root:root to runner:runner
2025-08-20T19:16:15.9981724Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.9982616Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateSecret.json' from root:root to runner:runner
2025-08-20T19:16:15.9983397Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:15.9984148Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:15.9984917Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:15.9985742Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListNamespaceChangeOrders.json' from root:root to runner:runner
2025-08-20T19:16:15.9986517Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateIngress.json' from root:root to runner:runner
2025-08-20T19:16:15.9987293Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribePipeline.json' from root:root to runner:runner
2025-08-20T19:16:15.9988074Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:15.9988888Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeEdasContainers.json' from root:root to runner:runner
2025-08-20T19:16:15.9989727Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9990619Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeNamespaceResources.json' from root:root to runner:runner
2025-08-20T19:16:15.9991421Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ConfirmPipelineBatch.json' from root:root to runner:runner
2025-08-20T19:16:15.9992269Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeInstanceLog.json' from root:root to runner:runner
2025-08-20T19:16:15.9993174Z [00:02:21.150]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/QueryResourceStatics.json' from root:root to runner:runner
2025-08-20T19:16:15.9994006Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateIngress.json' from root:root to runner:runner
2025-08-20T19:16:15.9994842Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationStatus.json' from root:root to runner:runner
2025-08-20T19:16:15.9995681Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/AbortAndRollbackChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:15.9996435Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UnbindSlb.json' from root:root to runner:runner
2025-08-20T19:16:15.9997301Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationInstances.json' from root:root to runner:runner
2025-08-20T19:16:15.9998168Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:15.9998963Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeComponents.json' from root:root to runner:runner
2025-08-20T19:16:15.9999768Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.0000592Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListSecrets.json' from root:root to runner:runner
2025-08-20T19:16:16.0001352Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListIngresses.json' from root:root to runner:runner
2025-08-20T19:16:16.0002090Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ExecJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0003145Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListAppEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.0003991Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationImage.json' from root:root to runner:runner
2025-08-20T19:16:16.0004730Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0005515Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0006400Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListConsumedServices.json' from root:root to runner:runner
2025-08-20T19:16:16.0007251Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.0007988Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/version.json' from root:root to runner:runner
2025-08-20T19:16:16.0008836Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DisableApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.0009687Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.0010472Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.0011208Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/BindSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.0012033Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.0013252Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.0014194Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:16.0015050Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeInstanceSpecifications.json' from root:root to runner:runner
2025-08-20T19:16:16.0015827Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.0016671Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeployApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.0017515Z [00:02:21.151]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateApplicationDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.0018492Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:16.0019274Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:16.0020152Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.0021035Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateApplicationVswitches.json' from root:root to runner:runner
2025-08-20T19:16:16.0021809Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0022789Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteIngress.json' from root:root to runner:runner
2025-08-20T19:16:16.0023589Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteHistoryJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0024413Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeConfigurationPrice.json' from root:root to runner:runner
2025-08-20T19:16:16.0025270Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeAppServiceDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.0026050Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.0026809Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0027618Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/BatchStartApplications.json' from root:root to runner:runner
2025-08-20T19:16:16.0028437Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.0029190Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.0030051Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetWarningEventMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.0031176Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateNamespaceVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.0032299Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0033418Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/OpenSaeService.json' from root:root to runner:runner
2025-08-20T19:16:16.0034398Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RescaleApplicationVertically.json' from root:root to runner:runner
2025-08-20T19:16:16.0035214Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeNamespaceList.json' from root:root to runner:runner
2025-08-20T19:16:16.0036062Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/StartApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.0036834Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RestartInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.0037629Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:16.0038388Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.0039172Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.0040029Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationScalingRules.json' from root:root to runner:runner
2025-08-20T19:16:16.0040926Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ReduceApplicationCapacityByInstanceIds.json' from root:root to runner:runner
2025-08-20T19:16:16.0041714Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RestartApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.0042680Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetScaleAppMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.0043470Z [00:02:21.152]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.0044316Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.0045086Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.0045865Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeIngress.json' from root:root to runner:runner
2025-08-20T19:16:16.0046661Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetAvailabilityMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.0047540Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationSlbs.json' from root:root to runner:runner
2025-08-20T19:16:16.0048304Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListLogConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.0049167Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/BatchStopApplications.json' from root:root to runner:runner
2025-08-20T19:16:16.0049952Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListChangeOrders.json' from root:root to runner:runner
2025-08-20T19:16:16.0050761Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetChangeOrderMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.0051539Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/StopApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.0052550Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.0053324Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae' from root:root to runner:runner
2025-08-20T19:16:16.0054140Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/RunCloudMetricProfiling.json' from root:root to runner:runner
2025-08-20T19:16:16.0054930Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:16.0055798Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetClusterVolumes.json' from root:root to runner:runner
2025-08-20T19:16:16.0056571Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateGWSImage.json' from root:root to runner:runner
2025-08-20T19:16:16.0057325Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.0058140Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/PullImage.json' from root:root to runner:runner
2025-08-20T19:16:16.0058941Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StartVisualService.json' from root:root to runner:runner
2025-08-20T19:16:16.0059736Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SubmitServerlessJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0060538Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCpfsFileSystems.json' from root:root to runner:runner
2025-08-20T19:16:16.0061352Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0062170Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteQueue.json' from root:root to runner:runner
2025-08-20T19:16:16.0063235Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyContainerAppAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.0064007Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SummaryImages.json' from root:root to runner:runner
2025-08-20T19:16:16.0064814Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetAutoScaleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0065638Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCurrentClientVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.0066423Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateGWSInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.0067187Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UpgradeClient.json' from root:root to runner:runner
2025-08-20T19:16:16.0067992Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0068808Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyClusterAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.0069669Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.0070449Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StartGWSInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.0071286Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetCommonImage.json' from root:root to runner:runner
2025-08-20T19:16:16.0072063Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopGWSInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.0073027Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeImageGatewayConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0073849Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetCloudMetricProfiling.json' from root:root to runner:runner
2025-08-20T19:16:16.0074727Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListPreferredEcsTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.0075500Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddExistedNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.0076313Z [00:02:21.153]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ApplyNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.0077058Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetJobLog.json' from root:root to runner:runner
2025-08-20T19:16:16.0077862Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetGWSConnectTicket.json' from root:root to runner:runner
2025-08-20T19:16:16.0078649Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListJobsWithFilters.json' from root:root to runner:runner
2025-08-20T19:16:16.0079439Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListJobTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.0080249Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetVisualServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0081048Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetGWSInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:16.0082073Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopServerlessJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.0083071Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetGWSInstanceUser.json' from root:root to runner:runner
2025-08-20T19:16:16.0083868Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetAutoScaleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0084808Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListFileSystemWithMountTargets.json' from root:root to runner:runner
2025-08-20T19:16:16.0085586Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.0086413Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetPostScripts.json' from root:root to runner:runner
2025-08-20T19:16:16.0087384Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.0088257Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SummaryImagesInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0089044Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0089890Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCustomImages.json' from root:root to runner:runner
2025-08-20T19:16:16.0090644Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.0091395Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.0092145Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.0093173Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateGWSCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.0093974Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopVisualService.json' from root:root to runner:runner
2025-08-20T19:16:16.0094767Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/InvokeShellCommand.json' from root:root to runner:runner
2025-08-20T19:16:16.0095540Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListUsersAsync.json' from root:root to runner:runner
2025-08-20T19:16:16.0096383Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StartCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.0097168Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0097992Z [00:02:21.154]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyVisualServicePasswd.json' from root:root to runner:runner
2025-08-20T19:16:16.0098853Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetCloudMetricLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.0100190Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.0101164Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.0102038Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/InstallSoftware.json' from root:root to runner:runner
2025-08-20T19:16:16.0103104Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListImages.json' from root:root to runner:runner
2025-08-20T19:16:16.0103994Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListContainerImages.json' from root:root to runner:runner
2025-08-20T19:16:16.0104756Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.0105548Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListServerlessJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.0106393Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetIfEcsTypeSupportHtConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0107211Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeGWSInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.0107961Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SubmitJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0108740Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListContainerApps.json' from root:root to runner:runner
2025-08-20T19:16:16.0109566Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeAutoScaleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0110371Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetQueue.json' from root:root to runner:runner
2025-08-20T19:16:16.0111179Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteLocalImage.json' from root:root to runner:runner
2025-08-20T19:16:16.0112007Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyImageGatewayConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0112991Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetSchedulerInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0113753Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SyncUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.0114497Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/RerunJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.0115297Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateHybridCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.0116151Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListUpgradeClients.json' from root:root to runner:runner
2025-08-20T19:16:16.0117017Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListAvailableEcsTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.0117771Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/version.json' from root:root to runner:runner
2025-08-20T19:16:16.0118524Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListQueues.json' from root:root to runner:runner
2025-08-20T19:16:16.0119314Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteGWSInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.0120084Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetSchedulerInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0120905Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListInvocationResults.json' from root:root to runner:runner
2025-08-20T19:16:16.0121654Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.0122586Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetHybridClusterConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0123405Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/QueryServicePackAndPrice.json' from root:root to runner:runner
2025-08-20T19:16:16.0124219Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddQueue.json' from root:root to runner:runner
2025-08-20T19:16:16.0125029Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteGWSCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.0125851Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/InspectImage.json' from root:root to runner:runner
2025-08-20T19:16:16.0126621Z [00:02:21.155]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateJobFile.json' from root:root to runner:runner
2025-08-20T19:16:16.0127371Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.0128191Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeServerlessJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.0129037Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteJobTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.0129844Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListInvocationStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0130633Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.0131384Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.0132168Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetPostScripts.json' from root:root to runner:runner
2025-08-20T19:16:16.0133296Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCloudMetricProfilings.json' from root:root to runner:runner
2025-08-20T19:16:16.0134100Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddContainerApp.json' from root:root to runner:runner
2025-08-20T19:16:16.0134866Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0135631Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0136393Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddLocalNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.0137227Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.0137999Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/RecoverCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.0138768Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/EditJobTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.0139606Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.0140388Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyUserGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.0141129Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/MountNFS.json' from root:root to runner:runner
2025-08-20T19:16:16.0141902Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListNodesByQueue.json' from root:root to runner:runner
2025-08-20T19:16:16.0142984Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCommunityImages.json' from root:root to runner:runner
2025-08-20T19:16:16.0143873Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeGWSClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.0144640Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCommands.json' from root:root to runner:runner
2025-08-20T19:16:16.0145423Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UpdateQueueConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0146212Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeGWSImages.json' from root:root to runner:runner
2025-08-20T19:16:16.0146984Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListSoftwares.json' from root:root to runner:runner
2025-08-20T19:16:16.0147785Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListInstalledSoftware.json' from root:root to runner:runner
2025-08-20T19:16:16.0148606Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeNFSClientStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0149398Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UninstallSoftware.json' from root:root to runner:runner
2025-08-20T19:16:16.0150253Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetAccountingReport.json' from root:root to runner:runner
2025-08-20T19:16:16.0151013Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StartNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.0152019Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListClusterLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.0153053Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeEstackImage.json' from root:root to runner:runner
2025-08-20T19:16:16.0153884Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeGWSClusterPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.0154648Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetUserImage.json' from root:root to runner:runner
2025-08-20T19:16:16.0155442Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetGWSClusterPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.0156420Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeImagePrice.json' from root:root to runner:runner
2025-08-20T19:16:16.0157324Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyUserPasswords.json' from root:root to runner:runner
2025-08-20T19:16:16.0158170Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeImage.json' from root:root to runner:runner
2025-08-20T19:16:16.0158970Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteContainerApps.json' from root:root to runner:runner
2025-08-20T19:16:16.0159728Z [00:02:21.156]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ResetNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.0160515Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListNodesNoPaging.json' from root:root to runner:runner
2025-08-20T19:16:16.0161318Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UpdateClusterVolumes.json' from root:root to runner:runner
2025-08-20T19:16:16.0162115Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeContainerApp.json' from root:root to runner:runner
2025-08-20T19:16:16.0163234Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListClustersMeta.json' from root:root to runner:runner
2025-08-20T19:16:16.0164011Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListVolumes.json' from root:root to runner:runner
2025-08-20T19:16:16.0164905Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.0165677Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/InitializeEHPC.json' from root:root to runner:runner
2025-08-20T19:16:16.0166534Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateJobTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.0167284Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteImage.json' from root:root to runner:runner
2025-08-20T19:16:16.0168110Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.0168811Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc' from root:root to runner:runner
2025-08-20T19:16:16.0170539Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.0171626Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:16.0172727Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.0173670Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnUserProtectInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0174503Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainQpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.0175323Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainUvData.json' from root:root to runner:runner
2025-08-20T19:16:16.0176136Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchStartScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0176984Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:16.0177770Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/AddScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0178586Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/PreloadScdnObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:16.0179508Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainCname.json' from root:root to runner:runner
2025-08-20T19:16:16.0180388Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/SetScdnCcInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0181600Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/SetScdnDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.0183557Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.0185480Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchDeleteScdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.0187424Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnRefreshQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.0189501Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/RefreshScdnObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:16.0191125Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.0192885Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnTopDomainsByFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.0194485Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/VerifyScdnDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:16.0196114Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.0197771Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0199387Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCcQpsInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0201117Z [00:02:21.157]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/SetScdnDDoSInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0202879Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:16.0204607Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainOriginTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.0206315Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchStopScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0207912Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainTopReferVisit.json' from root:root to runner:runner
2025-08-20T19:16:16.0209518Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/version.json' from root:root to runner:runner
2025-08-20T19:16:16.0211104Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainTopUrlVisit.json' from root:root to runner:runner
2025-08-20T19:16:16.0213015Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.0214719Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeByteHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:16.0216542Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.0218129Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/SetScdnBotInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0219679Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DeleteScdnSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0221238Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCcInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0223000Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/CheckScdnService.json' from root:root to runner:runner
2025-08-20T19:16:16.0224546Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnService.json' from root:root to runner:runner
2025-08-20T19:16:16.0226151Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchSetScdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.0227739Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnRefreshTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.0229600Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainOriginBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.0231290Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCcTopIp.json' from root:root to runner:runner
2025-08-20T19:16:16.0232932Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/StartScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0234740Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeQpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.0236458Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainIspData.json' from root:root to runner:runner
2025-08-20T19:16:16.0238090Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainLog.json' from root:root to runner:runner
2025-08-20T19:16:16.0239672Z [00:02:21.158]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnVerifyContent.json' from root:root to runner:runner
2025-08-20T19:16:16.0241302Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.0243138Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.0244746Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDDoSInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0246633Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDDoSTrafficInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0248764Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchUpdateScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0250340Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/StopScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0251857Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DeleteScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0253654Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCcTopUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.0255292Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.0256936Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.0258698Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.0260366Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRegionData.json' from root:root to runner:runner
2025-08-20T19:16:16.0262034Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.0263980Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainPvData.json' from root:root to runner:runner
2025-08-20T19:16:16.0265609Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/UpdateScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0267121Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn' from root:root to runner:runner
2025-08-20T19:16:16.0268586Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/TaggingAdImage.json' from root:root to runner:runner
2025-08-20T19:16:16.0270198Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/TaggingImage.json' from root:root to runner:runner
2025-08-20T19:16:16.0271754Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/ClassifyingRubbish.json' from root:root to runner:runner
2025-08-20T19:16:16.0273455Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:16.0275034Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/RecognizeImageColor.json' from root:root to runner:runner
2025-08-20T19:16:16.0277384Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/DetectImageElements.json' from root:root to runner:runner
2025-08-20T19:16:16.0278981Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/RecognizeScene.json' from root:root to runner:runner
2025-08-20T19:16:16.0280727Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/version.json' from root:root to runner:runner
2025-08-20T19:16:16.0282615Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/EvaluateCertificateQuality.json' from root:root to runner:runner
2025-08-20T19:16:16.0284377Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/RecognizeFood.json' from root:root to runner:runner
2025-08-20T19:16:16.0286014Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/RecognizeImageStyle.json' from root:root to runner:runner
2025-08-20T19:16:16.0287491Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog' from root:root to runner:runner
2025-08-20T19:16:16.0288958Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DeleteReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0290483Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/ListAccessTokens.json' from root:root to runner:runner
2025-08-20T19:16:16.0292063Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DeleteSourceServer.json' from root:root to runner:runner
2025-08-20T19:16:16.0293897Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/CreateAccessToken.json' from root:root to runner:runner
2025-08-20T19:16:16.0295397Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0297043Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/ModifySourceServerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.0298673Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/ModifyReplicationJobAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.0300258Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/CutOverReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0301979Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/version.json' from root:root to runner:runner
2025-08-20T19:16:16.0303731Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/StopReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0305266Z [00:02:21.159]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/StartReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0307017Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DescribeReplicationJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.0308560Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0310124Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0311638Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DescribeSourceServers.json' from root:root to runner:runner
2025-08-20T19:16:16.0313362Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DisableAccessToken.json' from root:root to runner:runner
2025-08-20T19:16:16.0314887Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/CreateReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0316416Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DeleteAccessToken.json' from root:root to runner:runner
2025-08-20T19:16:16.0317825Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc' from root:root to runner:runner
2025-08-20T19:16:16.0319434Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDomainGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0321771Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/MoveGtmResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0323611Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:16.0325244Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeBatchResultCount.json' from root:root to runner:runner
2025-08-20T19:16:16.0326845Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDnsCacheDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0328414Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDomainDnssecStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0329989Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:16.0331566Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeInstanceDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.0333414Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsCacheDomainRemark.json' from root:root to runner:runner
2025-08-20T19:16:16.0335002Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ResumePdnsService.json' from root:root to runner:runner
2025-08-20T19:16:16.0336628Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDomainGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0338214Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeTransferDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.0339898Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDomainRecordStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0341480Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeSubDomainRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.0343285Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.0344911Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeCustomLine.json' from root:root to runner:runner
2025-08-20T19:16:16.0346914Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsRequestStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.0348563Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.0350298Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstanceSystemCname.json' from root:root to runner:runner
2025-08-20T19:16:16.0351962Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ValidatePdnsUdpIpSegment.json' from root:root to runner:runner
2025-08-20T19:16:16.0353666Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0355280Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SwitchDnsGtmInstanceStrategyMode.json' from root:root to runner:runner
2025-08-20T19:16:16.0356919Z [00:02:21.160]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.0358491Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.0360043Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsAppKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.0361632Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsProductInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.0363483Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAvailableAlertGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0365218Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.0366850Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohDomainStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.0368450Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.0370078Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmAvailableAlertGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0371773Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/CopyGtmConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0373718Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDnsGtmMonitorStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0375282Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddCustomLine.json' from root:root to runner:runner
2025-08-20T19:16:16.0376906Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ExecuteGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.0378679Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.0380262Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetGtmMonitorStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0381866Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeRecordStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.0383776Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeSupportLines.json' from root:root to runner:runner
2025-08-20T19:16:16.0385368Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/MoveDomainResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0386969Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsAccountSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.0388598Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsRequestStatistic.json' from root:root to runner:runner
2025-08-20T19:16:16.0390291Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDNSSLBWeight.json' from root:root to runner:runner
2025-08-20T19:16:16.0392886Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.0394493Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteSubDomainRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.0396141Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstanceAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:16.0397785Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.0399485Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsThreatLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.0401070Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDnsGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:16.0402920Z [00:02:21.161]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateAppKeyState.json' from root:root to runner:runner
2025-08-20T19:16:16.0404474Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDomainBackup.json' from root:root to runner:runner
2025-08-20T19:16:16.0405993Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.0407506Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0409159Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmAccessStrategyAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0410831Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeRecordStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.0412363Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0414004Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ChangeDomainOfDnsProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.0415727Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeIspFlushCacheRemainQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.0417347Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UnbindInstanceDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.0419007Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ValidateDnsGtmCnameRrCanUse.json' from root:root to runner:runner
2025-08-20T19:16:16.0420663Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateIspFlushCacheInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0427713Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDnsGtmMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.0429449Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeCustomLines.json' from root:root to runner:runner
2025-08-20T19:16:16.0431161Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetGtmAccessMode.json' from root:root to runner:runner
2025-08-20T19:16:16.0433008Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmMonitorAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0434764Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsUdpIpSegments.json' from root:root to runner:runner
2025-08-20T19:16:16.0436401Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmMonitorConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0438038Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeIspFlushCacheTask.json' from root:root to runner:runner
2025-08-20T19:16:16.0440261Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0445178Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDomainRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.0446993Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.0448581Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDnsGtmAccessMode.json' from root:root to runner:runner
2025-08-20T19:16:16.0450437Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsProductInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.0452222Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.0453973Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/RemovePdnsUdpIpSegment.json' from root:root to runner:runner
2025-08-20T19:16:16.0455615Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.0457172Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/CreatePdnsUdpIpSegment.json' from root:root to runner:runner
2025-08-20T19:16:16.0458803Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohSubDomainStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.0460562Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeRecordResolveStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.0462886Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsAppKey.json' from root:root to runner:runner
2025-08-20T19:16:16.0464903Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeBatchResultDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.0466582Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDNSSLBStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0468191Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsGtmInstanceGlobalConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0469862Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstanceAddressPools.json' from root:root to runner:runner
2025-08-20T19:16:16.0471455Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainNs.json' from root:root to runner:runner
2025-08-20T19:16:16.0473262Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDomainGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0474855Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDomainRecordRemark.json' from root:root to runner:runner
2025-08-20T19:16:16.0476429Z [00:02:21.162]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDomainRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.0477948Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/TransferDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0479518Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/version.json' from root:root to runner:runner
2025-08-20T19:16:16.0481069Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateCustomLine.json' from root:root to runner:runner
2025-08-20T19:16:16.0483050Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0484757Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmRecoveryPlans.json' from root:root to runner:runner
2025-08-20T19:16:16.0486363Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/RollbackGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.0488062Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohAccountStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.0489660Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.0491271Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAddrAttributeInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0493058Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:16.0494602Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/RemovePdnsAppKey.json' from root:root to runner:runner
2025-08-20T19:16:16.0496187Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsThreatStatistic.json' from root:root to runner:runner
2025-08-20T19:16:16.0497806Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDnsGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:16.0499365Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.0500913Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.0502696Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.0504409Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/GetTxtRecordForVerify.json' from root:root to runner:runner
2025-08-20T19:16:16.0506081Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeRecordLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.0507689Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0509213Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/CreatePdnsAppKey.json' from root:root to runner:runner
2025-08-20T19:16:16.0510794Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeIspFlushCacheTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.0512605Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmMonitorAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0514346Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDNSSLBSubDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.0516213Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDnsGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.0517974Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstanceAddressPools.json' from root:root to runner:runner
2025-08-20T19:16:16.0519802Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:16.0521386Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDomainRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.0523128Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0524729Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeIspFlushCacheInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.0526374Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/BindInstanceDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.0527932Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ChangeDomainGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0529538Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstanceSystemCname.json' from root:root to runner:runner
2025-08-20T19:16:16.0531265Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainDnssecInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0533477Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.0535474Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsCacheDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0537097Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ModifyHichinaDomainDNS.json' from root:root to runner:runner
2025-08-20T19:16:16.0538736Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddGtmMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.0540252Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/RetrieveDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0542331Z [00:02:21.163]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0544226Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDomainRemark.json' from root:root to runner:runner
2025-08-20T19:16:16.0545808Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.0547471Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmRecoveryPlanAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0549135Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.0550811Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0552661Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/GetMainDomainName.json' from root:root to runner:runner
2025-08-20T19:16:16.0554192Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:16.0555732Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.0557326Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0559088Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohDomainStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.0560710Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0562535Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsThreatStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.0564197Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteCustomLines.json' from root:root to runner:runner
2025-08-20T19:16:16.0565825Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.0567434Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmMonitorConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0569085Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/OperateBatchDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0570635Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsGtmMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.0572253Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmInstanceGlobalConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0573982Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SubmitIspFlushCacheTask.json' from root:root to runner:runner
2025-08-20T19:16:16.0575547Z [00:02:21.164]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDnsCacheDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.0577133Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmAccessStrategies.json' from root:root to runner:runner
2025-08-20T19:16:16.0578750Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDnsGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.0580339Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.0581970Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAccessStrategies.json' from root:root to runner:runner
2025-08-20T19:16:16.0583790Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/PausePdnsService.json' from root:root to runner:runner
2025-08-20T19:16:16.0585703Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsCacheDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.0587396Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainResolveStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.0589245Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainRecordInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0591037Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0592826Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/PreviewGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.0594586Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohSubDomainStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.0596263Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsOperateLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.0597894Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstanceAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:16.0599418Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns' from root:root to runner:runner
2025-08-20T19:16:16.0600875Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectWorkwear.json' from root:root to runner:runner
2025-08-20T19:16:16.0602649Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectWhiteBaseImage.json' from root:root to runner:runner
2025-08-20T19:16:16.0604862Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectObject.json' from root:root to runner:runner
2025-08-20T19:16:16.0606663Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectVehicleICongestion.json' from root:root to runner:runner
2025-08-20T19:16:16.0608545Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectVehicleIllegalParking.json' from root:root to runner:runner
2025-08-20T19:16:16.0610164Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:16.0611690Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/version.json' from root:root to runner:runner
2025-08-20T19:16:16.0613465Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectIPCObject.json' from root:root to runner:runner
2025-08-20T19:16:16.0615087Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectMainBody.json' from root:root to runner:runner
2025-08-20T19:16:16.0616657Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectKitchenAnimals.json' from root:root to runner:runner
2025-08-20T19:16:16.0618422Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectVideoIPCObject.json' from root:root to runner:runner
2025-08-20T19:16:16.0620076Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet' from root:root to runner:runner
2025-08-20T19:16:16.0621632Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ReportFpShotJobResult.json' from root:root to runner:runner
2025-08-20T19:16:16.0623538Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListMediaWorkflowExecutions.json' from root:root to runner:runner
2025-08-20T19:16:16.0625156Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitIProductionJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0626741Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QuerySmarttagTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:16.0628257Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ImAudit.json' from root:root to runner:runner
2025-08-20T19:16:16.0629732Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:16.0631218Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryJobList.json' from root:root to runner:runner
2025-08-20T19:16:16.0632862Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryPipelineList.json' from root:root to runner:runner
2025-08-20T19:16:16.0634396Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:16.0635900Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteCustomEntity.json' from root:root to runner:runner
2025-08-20T19:16:16.0637441Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaPublishState.json' from root:root to runner:runner
2025-08-20T19:16:16.0639101Z [00:02:21.165]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/CreateCustomGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0640610Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitFpShotJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0642192Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/RegisterCustomView.json' from root:root to runner:runner
2025-08-20T19:16:16.0643963Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteMediaTag.json' from root:root to runner:runner
2025-08-20T19:16:16.0645539Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaCover.json' from root:root to runner:runner
2025-08-20T19:16:16.0647056Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteCustomGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0648626Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/BindOutputBucket.json' from root:root to runner:runner
2025-08-20T19:16:16.0650097Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/CancelJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0651572Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddMediaTag.json' from root:root to runner:runner
2025-08-20T19:16:16.0653226Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UnregisterCustomFace.json' from root:root to runner:runner
2025-08-20T19:16:16.0654784Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteSmarttagTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.0656344Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaInfoJobList.json' from root:root to runner:runner
2025-08-20T19:16:16.0657971Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/RegisterCustomFace.json' from root:root to runner:runner
2025-08-20T19:16:16.0659667Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ActivateMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:16.0661217Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UnbindOutputBucket.json' from root:root to runner:runner
2025-08-20T19:16:16.0663083Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaWorkflowTriggerMode.json' from root:root to runner:runner
2025-08-20T19:16:16.0665000Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaWorkflowExecutionList.json' from root:root to runner:runner
2025-08-20T19:16:16.0666602Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddWaterMarkTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.0668218Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/CreateCustomEntity.json' from root:root to runner:runner
2025-08-20T19:16:16.0669754Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryFpDBDeleteJobList.json' from root:root to runner:runner
2025-08-20T19:16:16.0671389Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaCensorJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.0673075Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SearchMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:16.0674656Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListFpShotFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.0676161Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListAllMediaBucket.json' from root:root to runner:runner
2025-08-20T19:16:16.0677661Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SearchTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.0679366Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListCustomPersons.json' from root:root to runner:runner
2025-08-20T19:16:16.0681644Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/TagCustomPerson.json' from root:root to runner:runner
2025-08-20T19:16:16.0683403Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SearchPipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.0684908Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddPipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.0686376Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.0687966Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ImportFpShotJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0689485Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.0691037Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SearchWaterMarkTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.0692740Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMedia.json' from root:root to runner:runner
2025-08-20T19:16:16.0694314Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListCustomEntities.json' from root:root to runner:runner
2025-08-20T19:16:16.0696292Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateWaterMarkTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.0698270Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.0700224Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaListByURL.json' from root:root to runner:runner
2025-08-20T19:16:16.0702140Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaWorkflowList.json' from root:root to runner:runner
2025-08-20T19:16:16.0703986Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.0705426Z [00:02:21.166]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/version.json' from root:root to runner:runner
2025-08-20T19:16:16.0706910Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitAnalysisJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0708417Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QuerySmarttagJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0709940Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitFpFileDeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0711478Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:16.0713096Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteMedia.json' from root:root to runner:runner
2025-08-20T19:16:16.0714701Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryAnalysisJobList.json' from root:root to runner:runner
2025-08-20T19:16:16.0716215Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.0717713Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitSnapshotJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0719335Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryFpFileDeleteJobList.json' from root:root to runner:runner
2025-08-20T19:16:16.0720897Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryFpShotJobList.json' from root:root to runner:runner
2025-08-20T19:16:16.0722648Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteWaterMarkTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.0724240Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitMediaCensorJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0725887Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListFpShotImportJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0727477Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitMediaInfoJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0729024Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaCensorJobList.json' from root:root to runner:runner
2025-08-20T19:16:16.0730571Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QuerySnapshotJobList.json' from root:root to runner:runner
2025-08-20T19:16:16.0732073Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListFpShotDB.json' from root:root to runner:runner
2025-08-20T19:16:16.0733686Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/CreateFpShotDB.json' from root:root to runner:runner
2025-08-20T19:16:16.0735196Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:16.0737025Z [00:02:21.167]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListCustomViews.json' from root:root to runner:runner
2025-08-20T19:16:16.0738560Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListCustomGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.0740018Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0741739Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UnbindInputBucket.json' from root:root to runner:runner
2025-08-20T19:16:16.0743520Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaList.json' from root:root to runner:runner
2025-08-20T19:16:16.0745143Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddSmarttagTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.0746672Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryIProductionJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0748265Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryWaterMarkTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:16.0749809Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/BindInputBucket.json' from root:root to runner:runner
2025-08-20T19:16:16.0751405Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeactivateMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:16.0753061Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteCustomView.json' from root:root to runner:runner
2025-08-20T19:16:16.0754626Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdatePipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.0756869Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitFpDBDeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0758618Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddMedia.json' from root:root to runner:runner
2025-08-20T19:16:16.0760088Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeletePipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.0761617Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateSmarttagTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.0763407Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitSmarttagJob.json' from root:root to runner:runner
2025-08-20T19:16:16.0764831Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts' from root:root to runner:runner
2025-08-20T19:16:16.0766305Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ListServiceAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.0768028Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateMeshCRAggregation.json' from root:root to runner:runner
2025-08-20T19:16:16.0769634Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/RevokeKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0771293Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/AddVMIntoServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:16.0773046Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetSwimLaneList.json' from root:root to runner:runner
2025-08-20T19:16:16.0774623Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateWaypoint.json' from root:root to runner:runner
2025-08-20T19:16:16.0776228Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeVMsInServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:16.0777888Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeVpcs.json' from root:root to runner:runner
2025-08-20T19:16:16.0779449Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeMetadata.json' from root:root to runner:runner
2025-08-20T19:16:16.0781166Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshUpgradeStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0783171Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeGuestClusterAccessLogDashboards.json' from root:root to runner:runner
2025-08-20T19:16:16.0784886Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateASMGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.0786521Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0788149Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateASMGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.0789738Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GrantUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:16.0791351Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateSwimLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0793087Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateIstioInjectionConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0794830Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteSwimLane.json' from root:root to runner:runner
2025-08-20T19:16:16.0796391Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ReActivateAudit.json' from root:root to runner:runner
2025-08-20T19:16:16.0798062Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:16.0799665Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.0801270Z [00:02:21.168]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateIstioGatewayRoutes.json' from root:root to runner:runner
2025-08-20T19:16:16.0803227Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeASMGatewayImportedServices.json' from root:root to runner:runner
2025-08-20T19:16:16.0805007Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetSwimLaneGroupList.json' from root:root to runner:runner
2025-08-20T19:16:16.0806707Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateIstioGatewayRoutes.json' from root:root to runner:runner
2025-08-20T19:16:16.0808410Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetCaCert.json' from root:root to runner:runner
2025-08-20T19:16:16.0810096Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ModifyServiceMeshName.json' from root:root to runner:runner
2025-08-20T19:16:16.0811710Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateMeshFeature.json' from root:root to runner:runner
2025-08-20T19:16:16.0813575Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateSwimLane.json' from root:root to runner:runner
2025-08-20T19:16:16.0815174Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:16.0816761Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetSwimLaneDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.0818371Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetGrafanaDashboardUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.0820117Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpgradeMeshEditionPartially.json' from root:root to runner:runner
2025-08-20T19:16:16.0821795Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateControlPlaneLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0823676Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateGatewaySecret.json' from root:root to runner:runner
2025-08-20T19:16:16.0825471Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetRegisteredServiceNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:16.0827875Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeUsersWithPermissions.json' from root:root to runner:runner
2025-08-20T19:16:16.0829771Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeGuestClusterPods.json' from root:root to runner:runner
2025-08-20T19:16:16.0831552Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshProxyStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0833359Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0835071Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeClustersInServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:16.0836744Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.0838391Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetDeploymentBySelector.json' from root:root to runner:runner
2025-08-20T19:16:16.0840020Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeUpgradeVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.0841645Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteGatewaySecret.json' from root:root to runner:runner
2025-08-20T19:16:16.0843522Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:16.0845137Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeReusableSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.0846834Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/RemoveClusterFromServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:16.0848647Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateASMNamespaceFromGuestCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.0850375Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeImportedServicesDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.0852072Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ListWaypoints.json' from root:root to runner:runner
2025-08-20T19:16:16.0853752Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/AddVmAppToMesh.json' from root:root to runner:runner
2025-08-20T19:16:16.0855322Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateSwimLane.json' from root:root to runner:runner
2025-08-20T19:16:16.0856857Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetVmMeta.json' from root:root to runner:runner
2025-08-20T19:16:16.0858496Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeClusterGrafana.json' from root:root to runner:runner
2025-08-20T19:16:16.0860182Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshVMs.json' from root:root to runner:runner
2025-08-20T19:16:16.0861835Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeNodesInstanceType.json' from root:root to runner:runner
2025-08-20T19:16:16.0863747Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetRegisteredServiceEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.0865441Z [00:02:21.169]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ModifyApiServerEipResource.json' from root:root to runner:runner
2025-08-20T19:16:16.0867165Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeNamespaceScopeSidecarConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0868863Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/RemoveVMFromServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:16.0870425Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/version.json' from root:root to runner:runner
2025-08-20T19:16:16.0871986Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:16.0873757Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteWaypoint.json' from root:root to runner:runner
2025-08-20T19:16:16.0875344Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateSwimLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0876940Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpgradeMeshVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.0878581Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeCens.json' from root:root to runner:runner
2025-08-20T19:16:16.0880153Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeCrTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.0881970Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0883816Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeIstioGatewayRoutes.json' from root:root to runner:runner
2025-08-20T19:16:16.0885740Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeIstioGatewayDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.0887528Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshes.json' from root:root to runner:runner
2025-08-20T19:16:16.0889220Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateNamespaceScopeSidecarConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0890926Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeClusterPrometheus.json' from root:root to runner:runner
2025-08-20T19:16:16.0892661Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateWaypoint.json' from root:root to runner:runner
2025-08-20T19:16:16.0894242Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetVmAppMeshInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0895908Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeIstioGatewayRouteDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.0897622Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.0899535Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0901799Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeGuestClusterNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:16.0903734Z [00:02:21.170]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/RemoveVmAppFromMesh.json' from root:root to runner:runner
2025-08-20T19:16:16.0905452Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteSwimLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0907072Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeCCMVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.0908668Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.0910347Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshAdditionalStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0912160Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateASMGatewayImportedServices.json' from root:root to runner:runner
2025-08-20T19:16:16.0914049Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteIstioGatewayDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.0915744Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.0917414Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateIstioGatewayDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.0919099Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeGatewaySecretDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.0920802Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/AddClusterIntoServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:16.0922708Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateIstioRouteAdditionalStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0924403Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeEipResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0925945Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh' from root:root to runner:runner
2025-08-20T19:16:16.0927573Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.0929189Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTableAccessCount.json' from root:root to runner:runner
2025-08-20T19:16:16.0930788Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/BindDBResourceGroupWithUser.json' from root:root to runner:runner
2025-08-20T19:16:16.0932587Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:16.0934166Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyElasticPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.0935684Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:16.0937241Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.0938860Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.0940470Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterNetInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0942074Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribePatternPerformance.json' from root:root to runner:runner
2025-08-20T19:16:16.0943889Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSQLPlanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.0945458Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.0947032Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeResubmitConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0948584Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeElasticPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.0950179Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0952121Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSlowLogTrend.json' from root:root to runner:runner
2025-08-20T19:16:16.0953905Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifySQAConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.0955413Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeColumns.json' from root:root to runner:runner
2025-08-20T19:16:16.0957123Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/EnableAdviceService.json' from root:root to runner:runner
2025-08-20T19:16:16.0958826Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/UnbindDBResourceGroupWithUser.json' from root:root to runner:runner
2025-08-20T19:16:16.0960423Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.0961929Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.0963689Z [00:02:21.171]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTableDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.0965285Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.0966889Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisSQLInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.0968463Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAllDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.0970477Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.0972652Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyLogBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.0974245Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DisableAdviceService.json' from root:root to runner:runner
2025-08-20T19:16:16.0975794Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAllAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.0977316Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:16.0978828Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ApplyAdviceById.json' from root:root to runner:runner
2025-08-20T19:16:16.0980380Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTableStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.0982076Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0983921Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.0985594Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.0987231Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/AllocateClusterPublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.0988884Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeConnectionCountRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.0990506Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisDimensions.json' from root:root to runner:runner
2025-08-20T19:16:16.0992250Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterResourcePoolPerformance.json' from root:root to runner:runner
2025-08-20T19:16:16.0994113Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.0995705Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ReleaseClusterPublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.0997271Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.0998840Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterPerformance.json' from root:root to runner:runner
2025-08-20T19:16:16.1000443Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.1001977Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSchemas.json' from root:root to runner:runner
2025-08-20T19:16:16.1003711Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeProcessList.json' from root:root to runner:runner
2025-08-20T19:16:16.1005280Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.1006948Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeLoadTasksRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.1008459Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/KillProcess.json' from root:root to runner:runner
2025-08-20T19:16:16.1009976Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/GrantOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.1011606Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1013265Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSQLPatterns.json' from root:root to runner:runner
2025-08-20T19:16:16.1014834Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.1016368Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.1017915Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSQLPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.1019504Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:16.1021044Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSqlPattern.json' from root:root to runner:runner
2025-08-20T19:16:16.1022912Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/BindDBResourcePoolWithUser.json' from root:root to runner:runner
2025-08-20T19:16:16.1024723Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTables.json' from root:root to runner:runner
2025-08-20T19:16:16.1026350Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyClusterConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:16.1027942Z [00:02:21.172]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.1029735Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisMonitorPerformance.json' from root:root to runner:runner
2025-08-20T19:16:16.1031374Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAuditLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1032279Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DownloadDiagnosisRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.1033229Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:16.1034042Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.1034936Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAvailableAdvices.json' from root:root to runner:runner
2025-08-20T19:16:16.1035732Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/version.json' from root:root to runner:runner
2025-08-20T19:16:16.1036557Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeMaintenanceAction.json' from root:root to runner:runner
2025-08-20T19:16:16.1037362Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1038240Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeComputeResource.json' from root:root to runner:runner
2025-08-20T19:16:16.1039049Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyResubmitConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1039906Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterAccessWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.1040685Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeEIURange.json' from root:root to runner:runner
2025-08-20T19:16:16.1041753Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.1043119Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/MigrateDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.1044118Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/AttachUserENI.json' from root:root to runner:runner
2025-08-20T19:16:16.1044935Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteDBResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:16.1045717Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.1046518Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.1047392Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1048144Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.1049030Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/RevokeOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.1049862Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.1050696Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.1051513Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1052356Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateElasticPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.1053429Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteElasticPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.1054258Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:16.1055081Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyMaintenanceAction.json' from root:root to runner:runner
2025-08-20T19:16:16.1055891Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyAuditLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1056694Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeInclinedTables.json' from root:root to runner:runner
2025-08-20T19:16:16.1057526Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAuditLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.1058340Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/BatchApplyAdviceByIdList.json' from root:root to runner:runner
2025-08-20T19:16:16.1059146Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateDBResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:16.1059964Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeElasticDailyPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.1060915Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAdviceServiceEnabled.json' from root:root to runner:runner
2025-08-20T19:16:16.1061683Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DetachUserENI.json' from root:root to runner:runner
2025-08-20T19:16:16.1062718Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterAccessWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.1063633Z [00:02:21.173]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/UnbindDBResourcePoolWithUser.json' from root:root to runner:runner
2025-08-20T19:16:16.1064454Z [00:02:21.174]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterPayType.json' from root:root to runner:runner
2025-08-20T19:16:16.1065268Z [00:02:21.174]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAppliedAdvices.json' from root:root to runner:runner
2025-08-20T19:16:16.1066173Z [00:02:21.174]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTablePartitionDiagnose.json' from root:root to runner:runner
2025-08-20T19:16:16.1066966Z [00:02:21.174]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSQAConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1067785Z [00:02:21.174]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDownloadRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.1068568Z [00:02:21.174]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.1069268Z [00:02:21.174]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb' from root:root to runner:runner
2025-08-20T19:16:16.1070082Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeSecurityScoreRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1070919Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClientUserDefineRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1071693Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateCycleTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1072684Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateJenkinsImageRegistryName.json' from root:root to runner:runner
2025-08-20T19:16:16.1073462Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:16.1074300Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:16.1075118Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateContainerScanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1075990Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteOpaStrategyNew.json' from root:root to runner:runner
2025-08-20T19:16:16.1076748Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UnbindAegis.json' from root:root to runner:runner
2025-08-20T19:16:16.1077666Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListContainerDefenseRuleClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.1078464Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallHybridProxy.json' from root:root to runner:runner
2025-08-20T19:16:16.1079340Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackUpExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1080164Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniSupportRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.1080959Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.1081753Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskItemType.json' from root:root to runner:runner
2025-08-20T19:16:16.1082703Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1083576Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedContainerInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1084377Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ConfirmVirusEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.1085198Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteContainerPluginRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1085986Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1086800Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddClientUserDefineRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1087662Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1088433Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.1089264Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateFileDetect.json' from root:root to runner:runner
2025-08-20T19:16:16.1090082Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListImageRegistryRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.1090940Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAvailableHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:16.1091718Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1092848Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockProcessStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1093774Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryGroupedSecurityEventMarkMissList.json' from root:root to runner:runner
2025-08-20T19:16:16.1094639Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSimilarEventScenarios.json' from root:root to runner:runner
2025-08-20T19:16:16.1095496Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageEventOperationPage.json' from root:root to runner:runner
2025-08-20T19:16:16.1096335Z [00:02:21.175]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSuspiciousStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1097559Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateJenkinsImageRegistryPersistenceDay.json' from root:root to runner:runner
2025-08-20T19:16:16.1098423Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVirusScanMachine.json' from root:root to runner:runner
2025-08-20T19:16:16.1099268Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyUsageNewest.json' from root:root to runner:runner
2025-08-20T19:16:16.1100146Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddPrivateRegistry.json' from root:root to runner:runner
2025-08-20T19:16:16.1100966Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypotProbeBind.json' from root:root to runner:runner
2025-08-20T19:16:16.1102019Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyInterceptionRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1103013Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockUpdateConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1103885Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClientInstallationStatistic.json' from root:root to runner:runner
2025-08-20T19:16:16.1104788Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetModuleTrialAuthInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1105630Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLoginBaseConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.1106435Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartPreCheckDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.1107343Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckWarningSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.1108149Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOpaStrategyNew.json' from root:root to runner:runner
2025-08-20T19:16:16.1108944Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:16.1109758Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOssBucketScanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1110560Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateVirusEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.1111416Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.1112296Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstanceAntiBruteForceRules.json' from root:root to runner:runner
2025-08-20T19:16:16.1113222Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCycleTaskList.json' from root:root to runner:runner
2025-08-20T19:16:16.1114088Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInstanceCatalog.json' from root:root to runner:runner
2025-08-20T19:16:16.1114921Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1116419Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetBackupStorageCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1117512Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddImageVulWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.1118332Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:16.1119291Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeScanTaskStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1120151Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSimilarSecurityEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.1121003Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeHoneyPotSuspStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1121860Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockStart.json' from root:root to runner:runner
2025-08-20T19:16:16.1122812Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTraceInfoNode.json' from root:root to runner:runner
2025-08-20T19:16:16.1123664Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageRepoDetailList.json' from root:root to runner:runner
2025-08-20T19:16:16.1124481Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileProtectDashboard.json' from root:root to runner:runner
2025-08-20T19:16:16.1125323Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSasPmAgentList.json' from root:root to runner:runner
2025-08-20T19:16:16.1126128Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteMaliciousNote.json' from root:root to runner:runner
2025-08-20T19:16:16.1126982Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddCheckInstanceResultWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.1127779Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedTags.json' from root:root to runner:runner
2025-08-20T19:16:16.1128666Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClientUserDefineRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1129540Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddImageEventOperation.json' from root:root to runner:runner
2025-08-20T19:16:16.1130357Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetImageScanNumInPeriod.json' from root:root to runner:runner
2025-08-20T19:16:16.1131132Z [00:02:21.176]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExportSuspEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.1131963Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateSelectionKeyByType.json' from root:root to runner:runner
2025-08-20T19:16:16.1133040Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BindHybridProxy.json' from root:root to runner:runner
2025-08-20T19:16:16.1133879Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryDiscoverDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.1134684Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyLoginBaseConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1135538Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1136352Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1137160Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1137979Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyBackupPolicyStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1138819Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListFileProtectPluginStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1139592Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1140491Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryJenkinsImageRegistryPersistenceDay.json' from root:root to runner:runner
2025-08-20T19:16:16.1141324Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCommonTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1142238Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaStrategyTemplateSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.1143267Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUserLayoutAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:16.1144062Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyOperateVul.json' from root:root to runner:runner
2025-08-20T19:16:16.1144876Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeMonitorAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.1145710Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PublicCreateImageScanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1146595Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteBackupPolicyMachine.json' from root:root to runner:runner
2025-08-20T19:16:16.1147401Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeModuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1148212Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1149061Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileProtectEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.1149866Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateSwitchStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1150682Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateCommonSwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1151481Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCriteriaStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.1152303Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityStatInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1153213Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeEventOnStage.json' from root:root to runner:runner
2025-08-20T19:16:16.1154033Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCloudAssetInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1154825Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClientAlertMode.json' from root:root to runner:runner
2025-08-20T19:16:16.1155683Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyTagWithUuid.json' from root:root to runner:runner
2025-08-20T19:16:16.1156557Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeMachineCanReboot.json' from root:root to runner:runner
2025-08-20T19:16:16.1157393Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAgentInstallStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1158187Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateUniRestorePlan.json' from root:root to runner:runner
2025-08-20T19:16:16.1159045Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSasContainerWebDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1159881Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallRaspAttach.json' from root:root to runner:runner
2025-08-20T19:16:16.1160753Z [00:02:21.177]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateContainerScanTaskByAppName.json' from root:root to runner:runner
2025-08-20T19:16:16.1161557Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1162514Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeNoticeConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1163400Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockExclusiveFileType.json' from root:root to runner:runner
2025-08-20T19:16:16.1164200Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAssetsPropertyItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1164975Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.1165803Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateAgentClientInstall.json' from root:root to runner:runner
2025-08-20T19:16:16.1166606Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileDetectResult.json' from root:root to runner:runner
2025-08-20T19:16:16.1167406Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClusterRuleSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.1168197Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetLastOnceTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1169111Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1170269Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1171165Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifySecurityCheckScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1171937Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddTagWithUuid.json' from root:root to runner:runner
2025-08-20T19:16:16.1173004Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessRiskUuid.json' from root:root to runner:runner
2025-08-20T19:16:16.1173979Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/EnableCustomInstanceBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.1174817Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1175647Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOssBucketScanStatistic.json' from root:root to runner:runner
2025-08-20T19:16:16.1176714Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddVpcHoneyPot.json' from root:root to runner:runner
2025-08-20T19:16:16.1177568Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAccessKeyLeakDeal.json' from root:root to runner:runner
2025-08-20T19:16:16.1178381Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/EnableCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.1179235Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperationCancelIgnoreSuspEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.1180048Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentIconList.json' from root:root to runner:runner
2025-08-20T19:16:16.1180882Z [00:02:21.178]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAttackAnalysisData.json' from root:root to runner:runner
2025-08-20T19:16:16.1181697Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetInterceptionSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.1182752Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSasContainerWebDefenseRuleApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.1183660Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/EnableBruteForceRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.1184517Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListUuidsByWebPath.json' from root:root to runner:runner
2025-08-20T19:16:16.1185306Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:16.1186189Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClusterCheckItemWarningStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1187032Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageLatestScanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1187884Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.1188689Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeletePrivateRegistry.json' from root:root to runner:runner
2025-08-20T19:16:16.1190124Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVpcList.json' from root:root to runner:runner
2025-08-20T19:16:16.1191304Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyContainerDefenseRuleSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.1192185Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeAssetRefreshTaskConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1193075Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetLogMeta.json' from root:root to runner:runner
2025-08-20T19:16:16.1193887Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaClusterLabelList.json' from root:root to runner:runner
2025-08-20T19:16:16.1194722Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentVertexNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.1195534Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyConcernNecessity.json' from root:root to runner:runner
2025-08-20T19:16:16.1196335Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListFileProtectEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.1197147Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DisableBruteForceRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.1198032Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteUniBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.1198946Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateSuspiciousTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1199761Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckEcsWarnings.json' from root:root to runner:runner
2025-08-20T19:16:16.1200561Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CheckSecurityEventId.json' from root:root to runner:runner
2025-08-20T19:16:16.1201353Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:16.1202220Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1203171Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyUserDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1204019Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessRelateMalicious.json' from root:root to runner:runner
2025-08-20T19:16:16.1204867Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulList.json' from root:root to runner:runner
2025-08-20T19:16:16.1205709Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUserBackupMachines.json' from root:root to runner:runner
2025-08-20T19:16:16.1206469Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateVuls.json' from root:root to runner:runner
2025-08-20T19:16:16.1207312Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClusterSuspEventStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1208158Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEventExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1208976Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateAgentlessScanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1209779Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageVulList.json' from root:root to runner:runner
2025-08-20T19:16:16.1210578Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyStrategyTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.1211425Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAllGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.1212315Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaClusterNamespaceList.json' from root:root to runner:runner
2025-08-20T19:16:16.1213376Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckItemWarningSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.1214237Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeServiceLinkedRoleStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1215095Z [00:02:21.179]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteSecurityEventMarkMissList.json' from root:root to runner:runner
2025-08-20T19:16:16.1215973Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAutoDelConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1216795Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClientConfSetup.json' from root:root to runner:runner
2025-08-20T19:16:16.1217716Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListMaliciousFileWhitelistConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.1218543Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyProcItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1219325Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GenerateOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1220123Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeHoneyPotAuth.json' from root:root to runner:runner
2025-08-20T19:16:16.1220928Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerApps.json' from root:root to runner:runner
2025-08-20T19:16:16.1221802Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1222779Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSensitiveDefineRuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1223539Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SubmitCheck.json' from root:root to runner:runner
2025-08-20T19:16:16.1224378Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyProcDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1225316Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckItemWarningMachine.json' from root:root to runner:runner
2025-08-20T19:16:16.1226221Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAssetSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.1227070Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageSensitiveFileByKey.json' from root:root to runner:runner
2025-08-20T19:16:16.1227916Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListPluginForUuid.json' from root:root to runner:runner
2025-08-20T19:16:16.1228747Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1229630Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSystemAggregationRules.json' from root:root to runner:runner
2025-08-20T19:16:16.1230446Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOpaClusterPlugin.json' from root:root to runner:runner
2025-08-20T19:16:16.1231273Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAntiBruteForceRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1232136Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspiciousOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1233005Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StopHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:16.1233837Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockFileEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.1234661Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateVirusScanOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1235504Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddSasContainerWebDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1236290Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/IgnoreCheckItems.json' from root:root to runner:runner
2025-08-20T19:16:16.1237091Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateFileUploadLimit.json' from root:root to runner:runner
2025-08-20T19:16:16.1237944Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetModuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1238781Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVpcHoneyPotCriteria.json' from root:root to runner:runner
2025-08-20T19:16:16.1239695Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniBackupPolicyDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1240544Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineItemList.json' from root:root to runner:runner
2025-08-20T19:16:16.1241588Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInterceptionTargetPage.json' from root:root to runner:runner
2025-08-20T19:16:16.1242705Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyContainerPluginRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1243626Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVpcHoneyPotList.json' from root:root to runner:runner
2025-08-20T19:16:16.1244427Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyEmgVulSubmit.json' from root:root to runner:runner
2025-08-20T19:16:16.1245303Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUserBaselineAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:16.1246133Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockProcessList.json' from root:root to runner:runner
2025-08-20T19:16:16.1247195Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageScanAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:16.1248050Z [00:02:21.180]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedInstanceDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1248880Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAllImageBaseline.json' from root:root to runner:runner
2025-08-20T19:16:16.1249741Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineCheckSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.1250564Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaStrategyDetailNew.json' from root:root to runner:runner
2025-08-20T19:16:16.1251372Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypotProbeBind.json' from root:root to runner:runner
2025-08-20T19:16:16.1252245Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckStandard.json' from root:root to runner:runner
2025-08-20T19:16:16.1253378Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAccessKeyLeakDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1254297Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTraceInfoDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1255138Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/HandleSimilarSecurityEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.1256054Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BatchOperateCommonOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1256897Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateFileProtectEventStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1257768Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWarningMachines.json' from root:root to runner:runner
2025-08-20T19:16:16.1258553Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1259372Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAssetCleanConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1260780Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.1261880Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListBackupRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.1262803Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskType.json' from root:root to runner:runner
2025-08-20T19:16:16.1263672Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCommonTargetResultList.json' from root:root to runner:runner
2025-08-20T19:16:16.1264495Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotAttackerSource.json' from root:root to runner:runner
2025-08-20T19:16:16.1265347Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeQuaraFileDownloadInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1266183Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAccesskeyLeakList.json' from root:root to runner:runner
2025-08-20T19:16:16.1267097Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:16.1267873Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.1268831Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BatchUpdateMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1269639Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVersionConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1270479Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PageImageRegistry.json' from root:root to runner:runner
2025-08-20T19:16:16.1271343Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UninstallBackupClient.json' from root:root to runner:runner
2025-08-20T19:16:16.1272147Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1273149Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockFileChangeStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1273995Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeStrategyExecDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1274823Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteContainerDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1275619Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UninstallRaspAttach.json' from root:root to runner:runner
2025-08-20T19:16:16.1276460Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertySoftwareDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1277267Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UploadedHoneyPotFile.json' from root:root to runner:runner
2025-08-20T19:16:16.1278065Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.1278844Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateRestoreJob.json' from root:root to runner:runner
2025-08-20T19:16:16.1279668Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExcludeSystemPath.json' from root:root to runner:runner
2025-08-20T19:16:16.1280561Z [00:02:21.181]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAssetDetailByUuid.json' from root:root to runner:runner
2025-08-20T19:16:16.1281321Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PauseClient.json' from root:root to runner:runner
2025-08-20T19:16:16.1282197Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteBinarySecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.1283107Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageFixTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1284011Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SetSensitiveDefineRuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1284886Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulFixStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1285700Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCloudVendorRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.1286511Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateInterceptionTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.1287287Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListOssBucket.json' from root:root to runner:runner
2025-08-20T19:16:16.1288099Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyScaItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1288883Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/VerifyCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:16.1289685Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaClusterImageList.json' from root:root to runner:runner
2025-08-20T19:16:16.1290498Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClusterNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.1291338Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAntiBruteForceRules.json' from root:root to runner:runner
2025-08-20T19:16:16.1292199Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddContainerPluginRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1293301Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAffectedMaliciousFileImages.json' from root:root to runner:runner
2025-08-20T19:16:16.1294231Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1295052Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.1295857Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageRepoList.json' from root:root to runner:runner
2025-08-20T19:16:16.1296673Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeCheckCustomConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1297572Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:16.1298479Z [00:02:21.182]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateImageBaselineWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.1299280Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:16.1300055Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:16.1300874Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInstanceRiskLevels.json' from root:root to runner:runner
2025-08-20T19:16:16.1301677Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSupportRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.1302633Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SetClusterInterceptionConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1303433Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTaskErrorLog.json' from root:root to runner:runner
2025-08-20T19:16:16.1304239Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateClientAlertMode.json' from root:root to runner:runner
2025-08-20T19:16:16.1305171Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityEventOperations.json' from root:root to runner:runner
2025-08-20T19:16:16.1305989Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyScaDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1306740Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExportVul.json' from root:root to runner:runner
2025-08-20T19:16:16.1307593Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstallCode.json' from root:root to runner:runner
2025-08-20T19:16:16.1308392Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListObjectScanEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.1309178Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetVirusScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1309933Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetUserLang.json' from root:root to runner:runner
2025-08-20T19:16:16.1310800Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:16.1311639Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1312797Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1313616Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckRiskStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1314446Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOrUpdateAssetGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1315238Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ValidateHcWarnings.json' from root:root to runner:runner
2025-08-20T19:16:16.1316061Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentTracingJudge.json' from root:root to runner:runner
2025-08-20T19:16:16.1317063Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileProtectEventCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1317894Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RefreshContainerAssets.json' from root:root to runner:runner
2025-08-20T19:16:16.1318732Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PublicPreCheckImageScanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1319598Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.1320415Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulNumStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1321277Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstallCodes.json' from root:root to runner:runner
2025-08-20T19:16:16.1322099Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeNsasSuspEventType.json' from root:root to runner:runner
2025-08-20T19:16:16.1323214Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCloudProductFieldStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1324056Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClusterCnnfStatusDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1324978Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeScanTaskProgress.json' from root:root to runner:runner
2025-08-20T19:16:16.1325877Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLoginSwitchConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.1326681Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateImageVul.json' from root:root to runner:runner
2025-08-20T19:16:16.1327509Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupRestoreCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1328371Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetVirusScanLatestTaskStatistic.json' from root:root to runner:runner
2025-08-20T19:16:16.1329208Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1330730Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:16.1331762Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddContainerDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1332839Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaClusterBaseLineList.json' from root:root to runner:runner
2025-08-20T19:16:16.1333790Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeCheckConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1334616Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetStrategyTemplateDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1335393Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVpcHoneyPot.json' from root:root to runner:runner
2025-08-20T19:16:16.1336343Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAssetsSecurityEventSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.1337172Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpgradeBackupPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.1338028Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifySasContainerWebDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1338862Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClusterVulStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1339734Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.1340589Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRestoreJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.1341408Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SaveImageBaselineStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.1342251Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateImageVulWhitelistTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.1343272Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BatchDeleteMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1344057Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CancelOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1344841Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.1345646Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteLoginBaseConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1346507Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AdvanceSecurityEventOperations.json' from root:root to runner:runner
2025-08-20T19:16:16.1347376Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateOpaStrategyNew.json' from root:root to runner:runner
2025-08-20T19:16:16.1348204Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentSubNodesCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1349023Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyImageFixCycleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1349873Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedVul.json' from root:root to runner:runner
2025-08-20T19:16:16.1350692Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateInterceptionRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1351467Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallPmAgent.json' from root:root to runner:runner
2025-08-20T19:16:16.1352242Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.1353201Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1354052Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:16.1354839Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:16.1355646Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSwitchRegionDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1356479Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClientConfStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.1357283Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSecurityScoreRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1358124Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyRiskSingleResultStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1358941Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeFieldStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1359776Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RemoveCheckResultWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.1360654Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryGroupIdByGroupName.json' from root:root to runner:runner
2025-08-20T19:16:16.1361463Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeStrategyDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1362256Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:16.1363379Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateAntiBruteForceRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1364193Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCloudAssetSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.1365075Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityCheckScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1365916Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotAttackerPortrait.json' from root:root to runner:runner
2025-08-20T19:16:16.1366800Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageInfoList.json' from root:root to runner:runner
2025-08-20T19:16:16.1367663Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyLogMetaStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1368458Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileDetectReport.json' from root:root to runner:runner
2025-08-20T19:16:16.1369251Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1370073Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckFixDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.1370920Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAegisContainerPluginRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1371755Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotAttackStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1372785Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAssetsPropertyDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1373643Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEventQuaraFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.1374570Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstanceRebootStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1375400Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAssetDetailByUuids.json' from root:root to runner:runner
2025-08-20T19:16:16.1376291Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockProcessBlockStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1377125Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:16.1377953Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLogShipperStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1378820Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClusterCnnfStatusUserConfirm.json' from root:root to runner:runner
2025-08-20T19:16:16.1379693Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.1380499Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOrUpdateDingTalk.json' from root:root to runner:runner
2025-08-20T19:16:16.1381355Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallBackupClient.json' from root:root to runner:runner
2025-08-20T19:16:16.1382562Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyPortItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1383400Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.1384235Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateCommonOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1385061Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClearLogstoreStorage.json' from root:root to runner:runner
2025-08-20T19:16:16.1385913Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageSensitiveFileList.json' from root:root to runner:runner
2025-08-20T19:16:16.1386692Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDingTalk.json' from root:root to runner:runner
2025-08-20T19:16:16.1387741Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAssetSelectionSelectedTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.1389724Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyCreateVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.1390493Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAppNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.1391378Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockBindList.json' from root:root to runner:runner
2025-08-20T19:16:16.1392168Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/MarkMonitorAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.1393104Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInterceptionRulePage.json' from root:root to runner:runner
2025-08-20T19:16:16.1393876Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLogMeta.json' from root:root to runner:runner
2025-08-20T19:16:16.1394750Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCanFixVulList.json' from root:root to runner:runner
2025-08-20T19:16:16.1395597Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetInterceptionTargetDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1396481Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockConfigList.json' from root:root to runner:runner
2025-08-20T19:16:16.1397365Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityEventOperationStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1398165Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:16.1398974Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotEventFlows.json' from root:root to runner:runner
2025-08-20T19:16:16.1399763Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.1401022Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSystemClientRuleTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.1402124Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RefreshOssBucketScanInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1403362Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallUniBackupAgent.json' from root:root to runner:runner
2025-08-20T19:16:16.1404327Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyContainerDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1405131Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckWarnings.json' from root:root to runner:runner
2025-08-20T19:16:16.1406004Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVulTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1406743Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/version.json' from root:root to runner:runner
2025-08-20T19:16:16.1407539Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteVpcHoneyPot.json' from root:root to runner:runner
2025-08-20T19:16:16.1408338Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateFileUploadLimit.json' from root:root to runner:runner
2025-08-20T19:16:16.1409236Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyTypeScaItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1410064Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniBackupDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.1410946Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentTracingDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1411828Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAegisContainerPluginRuleCriteria.json' from root:root to runner:runner
2025-08-20T19:16:16.1412903Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAppVulScanCycle.json' from root:root to runner:runner
2025-08-20T19:16:16.1413743Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteImageVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.1414516Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebPath.json' from root:root to runner:runner
2025-08-20T19:16:16.1415354Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCommonOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1416202Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckWarningMachines.json' from root:root to runner:runner
2025-08-20T19:16:16.1417025Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckWarningDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1417913Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAssetGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1418724Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListPrivateRegistryType.json' from root:root to runner:runner
2025-08-20T19:16:16.1419561Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.1420358Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeFixUsedCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1421174Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetImageEventOperation.json' from root:root to runner:runner
2025-08-20T19:16:16.1421980Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAffectedAssets.json' from root:root to runner:runner
2025-08-20T19:16:16.1422980Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateAlarmEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.1423771Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateServiceTrail.json' from root:root to runner:runner
2025-08-20T19:16:16.1424648Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/VerifyCheckInstanceResult.json' from root:root to runner:runner
2025-08-20T19:16:16.1425508Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskCheckSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.1426336Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteVulAutoRepairConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1427154Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClientConfStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.1427977Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckInstanceResult.json' from root:root to runner:runner
2025-08-20T19:16:16.1428790Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAssetSelectionTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.1429659Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyInstanceAntiBruteForceRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1430446Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteK8sAccessInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1431296Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVirusScanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1432128Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/FindContainerNetworkConnect.json' from root:root to runner:runner
2025-08-20T19:16:16.1433143Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeFrontVulPatchList.json' from root:root to runner:runner
2025-08-20T19:16:16.1433919Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVulTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.1434715Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupStruct.json' from root:root to runner:runner
2025-08-20T19:16:16.1435532Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClusterBasicInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1436394Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.1437194Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAssetDetailByUuid.json' from root:root to runner:runner
2025-08-20T19:16:16.1438130Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyPropertyScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1438905Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteCycleTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1439700Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallCloudMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.1440494Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:16.1441281Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BindAuthToMachine.json' from root:root to runner:runner
2025-08-20T19:16:16.1442094Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBruteForceRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.1443145Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListRuleTargetAll.json' from root:root to runner:runner
2025-08-20T19:16:16.1443928Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckProcess.json' from root:root to runner:runner
2025-08-20T19:16:16.1444847Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListImageBuildRiskItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1445666Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetPropertyScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1446569Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyInterceptionRuleSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.1447393Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstanceStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1448192Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAlarmMachineCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1448995Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOnceTaskResultInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1449839Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:16.1450706Z [00:02:21.187]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityEventMarkMissList.json' from root:root to runner:runner
2025-08-20T19:16:16.1451528Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeUserLang.json' from root:root to runner:runner
2025-08-20T19:16:16.1452321Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeEmgVulItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1453453Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListUninstallAegisMachines.json' from root:root to runner:runner
2025-08-20T19:16:16.1454467Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteInstallCode.json' from root:root to runner:runner
2025-08-20T19:16:16.1455379Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1456197Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVirusScanMachineEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.1457006Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAttachRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.1457800Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListQueryRaspAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1458823Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDefaultProxyInstallVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.1459811Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/JoinWebLockProcessWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.1460719Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListOpaClusterStrategyNew.json' from root:root to runner:runner
2025-08-20T19:16:16.1461501Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:16.1462307Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OpenSensitiveFileScan.json' from root:root to runner:runner
2025-08-20T19:16:16.1463271Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskCheckItemResult.json' from root:root to runner:runner
2025-08-20T19:16:16.1464102Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListImageRisk.json' from root:root to runner:runner
2025-08-20T19:16:16.1464907Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1465831Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageListWithBaselineName.json' from root:root to runner:runner
2025-08-20T19:16:16.1466611Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAllEntity.json' from root:root to runner:runner
2025-08-20T19:16:16.1467463Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetContainerDefenseRuleDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1468271Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUuidsByVulNames.json' from root:root to runner:runner
2025-08-20T19:16:16.1469081Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageCriteria.json' from root:root to runner:runner
2025-08-20T19:16:16.1469903Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateVulAutoRepairConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1470719Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyLoginSwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1471482Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRisks.json' from root:root to runner:runner
2025-08-20T19:16:16.1473019Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateImageEventOperation.json' from root:root to runner:runner
2025-08-20T19:16:16.1474072Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetServiceTrail.json' from root:root to runner:runner
2025-08-20T19:16:16.1475083Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/FixCheckWarnings.json' from root:root to runner:runner
2025-08-20T19:16:16.1475944Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSystemRuleAggregationTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.1476764Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.1477542Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryAttackCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1478427Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetInterceptionRuleDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1479230Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerTags.json' from root:root to runner:runner
2025-08-20T19:16:16.1480051Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateFileProtectRemark.json' from root:root to runner:runner
2025-08-20T19:16:16.1480943Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifySecurityEventMarkMissIndividually.json' from root:root to runner:runner
2025-08-20T19:16:16.1481754Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyRiskCheckStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1482782Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDomainCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1483693Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageEventOperationCondition.json' from root:root to runner:runner
2025-08-20T19:16:16.1484463Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:16.1485226Z [00:02:21.188]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RebootMachine.json' from root:root to runner:runner
2025-08-20T19:16:16.1486027Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListOssBucketScanInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1486915Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.1487735Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyContainerScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1488591Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1489391Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSystemClientRules.json' from root:root to runner:runner
2025-08-20T19:16:16.1490260Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeOfflineMachines.json' from root:root to runner:runner
2025-08-20T19:16:16.1491128Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyPortDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1492038Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEventUserSetting.json' from root:root to runner:runner
2025-08-20T19:16:16.1493089Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyUniBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.1493875Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RefreshAssets.json' from root:root to runner:runner
2025-08-20T19:16:16.1494706Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SetImageSensitiveFileStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1495535Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniBackupPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.1496324Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddSasModuleTrial.json' from root:root to runner:runner
2025-08-20T19:16:16.1497146Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyRefreshProcessInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1497922Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CheckUserHasEcs.json' from root:root to runner:runner
2025-08-20T19:16:16.1498721Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAssetImportant.json' from root:root to runner:runner
2025-08-20T19:16:16.1499534Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTotalStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1500413Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperationSuspEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.1501248Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageFixCycleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1502142Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateJenkinsImageRegistry.json' from root:root to runner:runner
2025-08-20T19:16:16.1503113Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClientUserDefineRules.json' from root:root to runner:runner
2025-08-20T19:16:16.1503993Z [00:02:21.189]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAssetSelectionConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1504794Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClusterPluginInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1505632Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1506416Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.1507196Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CheckQuaraFileId.json' from root:root to runner:runner
2025-08-20T19:16:16.1507988Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyOpenLogShipper.json' from root:root to runner:runner
2025-08-20T19:16:16.1508816Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCountScannedImage.json' from root:root to runner:runner
2025-08-20T19:16:16.1509648Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAlarmEventStackInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1510466Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecureSuggestion.json' from root:root to runner:runner
2025-08-20T19:16:16.1511283Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageRepoCriteria.json' from root:root to runner:runner
2025-08-20T19:16:16.1512082Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockUnbind.json' from root:root to runner:runner
2025-08-20T19:16:16.1513176Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1514091Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerCriteria.json' from root:root to runner:runner
2025-08-20T19:16:16.1514911Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyCronItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1515822Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentVertexExtendInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1516579Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:16.1517398Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExportRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.1518158Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetRulesCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1519064Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1519879Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SaveSuspEventUserSetting.json' from root:root to runner:runner
2025-08-20T19:16:16.1520677Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInstanceRiskNum.json' from root:root to runner:runner
2025-08-20T19:16:16.1521445Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1522260Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypotProbeBind.json' from root:root to runner:runner
2025-08-20T19:16:16.1523222Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniRecoverableList.json' from root:root to runner:runner
2025-08-20T19:16:16.1524063Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCustomBlockInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1524878Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInterceptionHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.1525722Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEventDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1526634Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteTagWithUuid.json' from root:root to runner:runner
2025-08-20T19:16:16.1527607Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyImageRegistry.json' from root:root to runner:runner
2025-08-20T19:16:16.1528451Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RollbackSuspEventQuaraFile.json' from root:root to runner:runner
2025-08-20T19:16:16.1529379Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockFileTypeSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.1530237Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulCheckTaskStatusDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1531096Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVulGlobalConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1532079Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.1533202Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaPluginStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1534014Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.1534794Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SasInstallCode.json' from root:root to runner:runner
2025-08-20T19:16:16.1535621Z [00:02:21.190]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartDiscoverDatabaseTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1536448Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddAssetSelectionCriteria.json' from root:root to runner:runner
2025-08-20T19:16:16.1537216Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ResetHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:16.1538053Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessMaliciousFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.1538864Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeStrategyTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.1539740Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupClients.json' from root:root to runner:runner
2025-08-20T19:16:16.1540525Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:16.1541408Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteImageEventOperation.json' from root:root to runner:runner
2025-08-20T19:16:16.1542179Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVulConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1549054Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:16.1550496Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskListCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:16.1551583Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileDetectApiInvokeInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1552701Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulTargetStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1553663Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVendorList.json' from root:root to runner:runner
2025-08-20T19:16:16.1554501Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyGroupProperty.json' from root:root to runner:runner
2025-08-20T19:16:16.1555299Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebPath.json' from root:root to runner:runner
2025-08-20T19:16:16.1556146Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneyPotUploadPolicyInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1557034Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockTotalFileChangeCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1557877Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCloudCenterInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1558695Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAutoDelConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1559446Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1560365Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspiciousUUIDConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1561164Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAppVulScanCycle.json' from root:root to runner:runner
2025-08-20T19:16:16.1562054Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBruteForceSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.1562956Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeIpTags.json' from root:root to runner:runner
2025-08-20T19:16:16.1563800Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotNodeMetricList.json' from root:root to runner:runner
2025-08-20T19:16:16.1564619Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UninstallUniBackupAgent.json' from root:root to runner:runner
2025-08-20T19:16:16.1565503Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCommonSwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1566305Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteSuspEventNode.json' from root:root to runner:runner
2025-08-20T19:16:16.1567150Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDomainList.json' from root:root to runner:runner
2025-08-20T19:16:16.1567987Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartBaselineSecurityCheck.json' from root:root to runner:runner
2025-08-20T19:16:16.1568815Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyCronDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1569677Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageListBySensitiveFile.json' from root:root to runner:runner
2025-08-20T19:16:16.1570484Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryPreCheckDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.1571248Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddInstallCode.json' from root:root to runner:runner
2025-08-20T19:16:16.1572042Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteServiceTrail.json' from root:root to runner:runner
2025-08-20T19:16:16.1573103Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeEventLevelCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1574020Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotProbeUuid.json' from root:root to runner:runner
2025-08-20T19:16:16.1574812Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSummaryInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1575670Z [00:02:21.191]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartVirusScanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1576466Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotEventTrend.json' from root:root to runner:runner
2025-08-20T19:16:16.1577285Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAgentlessTaskCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1578110Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateWebLockFileEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.1578968Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateUniBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.1579774Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1580612Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyPushAllTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1581465Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClientUserDefineRuleTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.1582350Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateSimilarSecurityEventsQueryTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1583290Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeEmgUserAgreement.json' from root:root to runner:runner
2025-08-20T19:16:16.1584114Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSupportObjectSuffix.json' from root:root to runner:runner
2025-08-20T19:16:16.1584929Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAlarmEventDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1585771Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1586610Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeMatchedMaliciousNames.json' from root:root to runner:runner
2025-08-20T19:16:16.1587579Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSasContainerWebDefenseRuleCriteria.json' from root:root to runner:runner
2025-08-20T19:16:16.1588396Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageVulWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.1589272Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAuthVersionStatistic.json' from root:root to runner:runner
2025-08-20T19:16:16.1590098Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCustomBlockRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.1590880Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetVulStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.1591692Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClientRatioStatistic.json' from root:root to runner:runner
2025-08-20T19:16:16.1592761Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileUploadLimit.json' from root:root to runner:runner
2025-08-20T19:16:16.1593724Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockInclusiveFileType.json' from root:root to runner:runner
2025-08-20T19:16:16.1594595Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1595425Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateFileDetectUploadUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.1596220Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RetryInstallProbe.json' from root:root to runner:runner
2025-08-20T19:16:16.1596982Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.1597777Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RetryAgentlessTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1598693Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWarningExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1599775Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteSasContainerWebDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1600606Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVulAutoRepairConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1601509Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteInterceptionRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1602328Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DisableCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.1603341Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeConcernNecessity.json' from root:root to runner:runner
2025-08-20T19:16:16.1604407Z [00:02:21.192]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageScanAuthCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1605242Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLatestScanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1606017Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyCycleTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1606949Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupMachineStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1607774Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteInterceptionTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.1608641Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClientConfSetup.json' from root:root to runner:runner
2025-08-20T19:16:16.1609495Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedStatisticsDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1610291Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyStartVulScan.json' from root:root to runner:runner
2025-08-20T19:16:16.1611095Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCloudAssetCriteria.json' from root:root to runner:runner
2025-08-20T19:16:16.1611959Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedInstanceCriteria.json' from root:root to runner:runner
2025-08-20T19:16:16.1613018Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateCommonTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1613838Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeHcExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1614637Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/IgnoreHcCheckWarnings.json' from root:root to runner:runner
2025-08-20T19:16:16.1615514Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.1616279Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImage.json' from root:root to runner:runner
2025-08-20T19:16:16.1617648Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/HandleSecurityEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.1618900Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PublicSyncAndCreateImageScanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1619706Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckSale.json' from root:root to runner:runner
2025-08-20T19:16:16.1620504Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateMaliciousNote.json' from root:root to runner:runner
2025-08-20T19:16:16.1621415Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAssetRefreshTaskConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1622217Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GenerateK8sAccessInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1623248Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddCheckResultWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.1624056Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListUnfinishedOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1624866Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstallCaptcha.json' from root:root to runner:runner
2025-08-20T19:16:16.1625706Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:16.1626544Z [00:02:21.193]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageGroupedVulList.json' from root:root to runner:runner
2025-08-20T19:16:16.1627341Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateBucketScanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1628196Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCommonOverallConfigList.json' from root:root to runner:runner
2025-08-20T19:16:16.1629009Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyInterceptionTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.1629857Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyNoticeConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1630692Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertySoftwareItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1631560Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListContainerDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1632341Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetObjectScanEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.1633369Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListPodRisk.json' from root:root to runner:runner
2025-08-20T19:16:16.1634226Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateSuspiciousOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1635091Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCriteria.json' from root:root to runner:runner
2025-08-20T19:16:16.1635889Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAssetCleanConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1636765Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListPrivateRegistryList.json' from root:root to runner:runner
2025-08-20T19:16:16.1637549Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListK8sAccessInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1638428Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RemoveCheckInstanceResultWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.1639221Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulListPage.json' from root:root to runner:runner
2025-08-20T19:16:16.1640039Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyUserItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1640827Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCloudAssetDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.1641589Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExportWarning.json' from root:root to runner:runner
2025-08-20T19:16:16.1642531Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSearchCondition.json' from root:root to runner:runner
2025-08-20T19:16:16.1643449Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeOnceTaskLeafRecordPage.json' from root:root to runner:runner
2025-08-20T19:16:16.1644265Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteAntiBruteForceRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1645157Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteClientUserDefineRule.json' from root:root to runner:runner
2025-08-20T19:16:16.1645951Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SetRegistryScanDayNum.json' from root:root to runner:runner
2025-08-20T19:16:16.1646800Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCountNotScannedImage.json' from root:root to runner:runner
2025-08-20T19:16:16.1647622Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateAssetSelectionConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1648513Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedCheckWarning.json' from root:root to runner:runner
2025-08-20T19:16:16.1649321Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLogstoreStorage.json' from root:root to runner:runner
2025-08-20T19:16:16.1650183Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotAlarmEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.1651011Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockCreateConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1651765Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExecStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.1652830Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockDeleteConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1653616Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:16.1654417Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1655231Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClusterInfoList.json' from root:root to runner:runner
2025-08-20T19:16:16.1656029Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRestorePlans.json' from root:root to runner:runner
2025-08-20T19:16:16.1656897Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateSuspEventNote.json' from root:root to runner:runner
2025-08-20T19:16:16.1657697Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UnMarkMonitorAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.1658646Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClusterInterceptionConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1659419Z [00:02:21.194]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1660241Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVulWhitelistTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.1661068Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddUninstallClientsByUuids.json' from root:root to runner:runner
2025-08-20T19:16:16.1661934Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClusterStrategyCount.json' from root:root to runner:runner
2025-08-20T19:16:16.1662892Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedMaliciousFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.1663647Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas' from root:root to runner:runner
2025-08-20T19:16:16.1664514Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeParametersHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.1665402Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantSecurityConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.1666252Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantZonesRead.json' from root:root to runner:runner
2025-08-20T19:16:16.1667104Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantPrimaryZone.json' from root:root to runner:runner
2025-08-20T19:16:16.1667966Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantEncryption.json' from root:root to runner:runner
2025-08-20T19:16:16.1668790Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantTags.json' from root:root to runner:runner
2025-08-20T19:16:16.1669603Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1670492Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTimeZones.json' from root:root to runner:runner
2025-08-20T19:16:16.1671657Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateBackupSetDownloadLink.json' from root:root to runner:runner
2025-08-20T19:16:16.1672809Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateOmsMysqlDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.1673669Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StartOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1674565Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateTenant.json' from root:root to runner:runner
2025-08-20T19:16:16.1675471Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceNodeNum.json' from root:root to runner:runner
2025-08-20T19:16:16.1676292Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSQLPlans.json' from root:root to runner:runner
2025-08-20T19:16:16.1677426Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasAnomalySQLList.json' from root:root to runner:runner
2025-08-20T19:16:16.1678284Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListWorkerInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1679144Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAnomalySQLList.json' from root:root to runner:runner
2025-08-20T19:16:16.1680019Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateRdsPostgreSQLDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.1680868Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasSQLDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.1681701Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:16.1682667Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasTopSQLList.json' from root:root to runner:runner
2025-08-20T19:16:16.1683503Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.1684464Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyDatabaseDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.1685325Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/SearchOmsOpenAPIProjects.json' from root:root to runner:runner
2025-08-20T19:16:16.1686221Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantResource.json' from root:root to runner:runner
2025-08-20T19:16:16.1687091Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSlowSQLHistoryList.json' from root:root to runner:runner
2025-08-20T19:16:16.1687998Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ResumeOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1688811Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeCharset.json' from root:root to runner:runner
2025-08-20T19:16:16.1689674Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1690770Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOmsOpenAPIProjectSteps.json' from root:root to runner:runner
2025-08-20T19:16:16.1692100Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateLabel.json' from root:root to runner:runner
2025-08-20T19:16:16.1693316Z [00:02:21.195]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ReleaseOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1694158Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListAllLabels.json' from root:root to runner:runner
2025-08-20T19:16:16.1695043Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAvailableMemResource.json' from root:root to runner:runner
2025-08-20T19:16:16.1695883Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProjectSteps.json' from root:root to runner:runner
2025-08-20T19:16:16.1696710Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeDatabases.json' from root:root to runner:runner
2025-08-20T19:16:16.1697580Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateProjectModifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.1698396Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.1699298Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.1700144Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StopProjectsByLabel.json' from root:root to runner:runner
2025-08-20T19:16:16.1701036Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeMetricsData.json' from root:root to runner:runner
2025-08-20T19:16:16.1701928Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceTemporaryCapacity.json' from root:root to runner:runner
2025-08-20T19:16:16.1703147Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListProjectFullVerifyResult.json' from root:root to runner:runner
2025-08-20T19:16:16.1704039Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ResumeProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1704848Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListProjects.json' from root:root to runner:runner
2025-08-20T19:16:16.1705678Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceTags.json' from root:root to runner:runner
2025-08-20T19:16:16.1706559Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceTenantModes.json' from root:root to runner:runner
2025-08-20T19:16:16.1707446Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListProjectModifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.1708337Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateTenantReadOnlyConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.1709140Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteTenants.json' from root:root to runner:runner
2025-08-20T19:16:16.1709988Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOutlineBinding.json' from root:root to runner:runner
2025-08-20T19:16:16.1710842Z [00:02:21.196]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1711685Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ResetOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1712648Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeRecommendIndex.json' from root:root to runner:runner
2025-08-20T19:16:16.1713597Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantUserDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.1714495Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ReleaseWorkerInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.1715313Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantTags.json' from root:root to runner:runner
2025-08-20T19:16:16.1716252Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/SearchOmsOpenAPIMonitorMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.1717066Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/KillProcessList.json' from root:root to runner:runner
2025-08-20T19:16:16.1717921Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1718767Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateMySqlDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.1719623Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantEncryption.json' from root:root to runner:runner
2025-08-20T19:16:16.1720464Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasSlowSQLList.json' from root:root to runner:runner
2025-08-20T19:16:16.1721282Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/GetUploadOssUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.1722090Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenants.json' from root:root to runner:runner
2025-08-20T19:16:16.1723036Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateTenantUser.json' from root:root to runner:runner
2025-08-20T19:16:16.1723888Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StopOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1724706Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.1725589Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1726480Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteDatabases.json' from root:root to runner:runner
2025-08-20T19:16:16.1727258Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/version.json' from root:root to runner:runner
2025-08-20T19:16:16.1728173Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StopProjectModifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.1729026Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1729922Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantUserRoles.json' from root:root to runner:runner
2025-08-20T19:16:16.1730814Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSlowSQLList.json' from root:root to runner:runner
2025-08-20T19:16:16.1731673Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyDatabaseUserRoles.json' from root:root to runner:runner
2025-08-20T19:16:16.1732678Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAvailableCpuResource.json' from root:root to runner:runner
2025-08-20T19:16:16.1733585Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantSecurityIpGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.1734449Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProjectProgress.json' from root:root to runner:runner
2025-08-20T19:16:16.1735262Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ReleaseProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1736121Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProjectStepMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.1737007Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1737847Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasSQLPlans.json' from root:root to runner:runner
2025-08-20T19:16:16.1738672Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSQLDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.1739513Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.1740441Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasSQLHistoryList.json' from root:root to runner:runner
2025-08-20T19:16:16.1741361Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateOceanBaseDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.1742155Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StopProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1743293Z [00:02:21.197]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1744189Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateTenantSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1745163Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteTenantSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1746214Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTopSQLList.json' from root:root to runner:runner
2025-08-20T19:16:16.1747080Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1747944Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSampleSqlRawTexts.json' from root:root to runner:runner
2025-08-20T19:16:16.1748787Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeDataBackupSet.json' from root:root to runner:runner
2025-08-20T19:16:16.1749609Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:16.1750616Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenant.json' from root:root to runner:runner
2025-08-20T19:16:16.1751447Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1752502Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantMetrics.json' from root:root to runner:runner
2025-08-20T19:16:16.1753358Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantUserRoles.json' from root:root to runner:runner
2025-08-20T19:16:16.1754296Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/RetryProjectModifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.1755127Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeNodeMetrics.json' from root:root to runner:runner
2025-08-20T19:16:16.1755949Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteTenantUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.1756754Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:16.1757640Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceTags.json' from root:root to runner:runner
2025-08-20T19:16:16.1758550Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSQLHistoryList.json' from root:root to runner:runner
2025-08-20T19:16:16.1759378Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/SwitchoverInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.1760187Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.1761034Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StartProjectsByLabel.json' from root:root to runner:runner
2025-08-20T19:16:16.1761831Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StartProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1762792Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantUserPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.1764392Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceCreatableZone.json' from root:root to runner:runner
2025-08-20T19:16:16.1765516Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CancelProjectModifyRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.1766499Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:16.1767400Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceSecurityConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.1768242Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.1769130Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.1770003Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProjectComponents.json' from root:root to runner:runner
2025-08-20T19:16:16.1770842Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAvailableSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.1771681Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAvailableZone.json' from root:root to runner:runner
2025-08-20T19:16:16.1772724Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceTopology.json' from root:root to runner:runner
2025-08-20T19:16:16.1773659Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSecurityIpGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.1774497Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSQLSamples.json' from root:root to runner:runner
2025-08-20T19:16:16.1775316Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1776145Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.1777006Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:16.1777735Z [00:02:21.198]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro' from root:root to runner:runner
2025-08-20T19:16:16.1778559Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1779497Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/GetServiceTemplateParameterConstraints.json' from root:root to runner:runner
2025-08-20T19:16:16.1780432Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ListServiceInstanceResources.json' from root:root to runner:runner
2025-08-20T19:16:16.1781261Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ListServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1782210Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ContinueDeployServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.1783270Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/CreateServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.1784069Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/version.json' from root:root to runner:runner
2025-08-20T19:16:16.1784915Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ListServiceInstanceLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.1785841Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/DeleteServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1786670Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/GetServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.1787446Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest' from root:root to runner:runner
2025-08-20T19:16:16.1788259Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteDatasetItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1789125Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetAccessControlListAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.1789945Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveSignatureApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1790715Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApi.json' from root:root to runner:runner
2025-08-20T19:16:16.1791518Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/QueryRequestLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.1792302Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ResetAppCode.json' from root:root to runner:runner
2025-08-20T19:16:16.1793238Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisByBackend.json' from root:root to runner:runner
2025-08-20T19:16:16.1794175Z [00:02:21.199]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiHistories.json' from root:root to runner:runner
2025-08-20T19:16:16.1794985Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeBackendList.json' from root:root to runner:runner
2025-08-20T19:16:16.1795857Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeSignatures.json' from root:root to runner:runner
2025-08-20T19:16:16.1796713Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisByTrafficControl.json' from root:root to runner:runner
2025-08-20T19:16:16.1797511Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeModels.json' from root:root to runner:runner
2025-08-20T19:16:16.1798368Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiGroupNetworkPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.1799211Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.1800008Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateIpControl.json' from root:root to runner:runner
2025-08-20T19:16:16.1800910Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteTrafficSpecialControl.json' from root:root to runner:runner
2025-08-20T19:16:16.1801708Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePlugins.json' from root:root to runner:runner
2025-08-20T19:16:16.1802668Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeMarketRemainsQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.1803488Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.1804423Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisWithStageNameIntegratedByApp.json' from root:root to runner:runner
2025-08-20T19:16:16.1805212Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1806055Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeSignaturesByApi.json' from root:root to runner:runner
2025-08-20T19:16:16.1806863Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeIpControls.json' from root:root to runner:runner
2025-08-20T19:16:16.1807776Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceHttpCode.json' from root:root to runner:runner
2025-08-20T19:16:16.1808615Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SdkGenerateByAppForRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.1809544Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateDatasetItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1810388Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetDomainWebSocketStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.1811168Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyDataset.json' from root:root to runner:runner
2025-08-20T19:16:16.1811990Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeGroupLatency.json' from root:root to runner:runner
2025-08-20T19:16:16.1813025Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveTrafficControlApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1813905Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateBackendModel.json' from root:root to runner:runner
2025-08-20T19:16:16.1814723Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveIpControlApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1815643Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetSignatureApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1816624Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeUpdateBackendTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1817436Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AttachApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.1818273Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisByIpControl.json' from root:root to runner:runner
2025-08-20T19:16:16.1819097Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.1819934Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiLatencyData.json' from root:root to runner:runner
2025-08-20T19:16:16.1820998Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ResetAppSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.1821873Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DisableInstanceAccessControl.json' from root:root to runner:runner
2025-08-20T19:16:16.1822941Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiProductsByApp.json' from root:root to runner:runner
2025-08-20T19:16:16.1823913Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeIpControlPolicyItems.json' from root:root to runner:runner
2025-08-20T19:16:16.1824736Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeGroupQps.json' from root:root to runner:runner
2025-08-20T19:16:16.1825646Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteAllTrafficSpecialControl.json' from root:root to runner:runner
2025-08-20T19:16:16.1826473Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveApisAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:16.1827365Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1828239Z [00:02:21.200]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiQpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.1829031Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ImportSwagger.json' from root:root to runner:runner
2025-08-20T19:16:16.1829795Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApi.json' from root:root to runner:runner
2025-08-20T19:16:16.1830611Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteBackendModel.json' from root:root to runner:runner
2025-08-20T19:16:16.1831411Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SdkGenerateByApp.json' from root:root to runner:runner
2025-08-20T19:16:16.1832246Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeTrafficControls.json' from root:root to runner:runner
2025-08-20T19:16:16.1833187Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAppSecurity.json' from root:root to runner:runner
2025-08-20T19:16:16.1834197Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiProductApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1835663Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.1836650Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SwitchApi.json' from root:root to runner:runner
2025-08-20T19:16:16.1837492Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDeployedApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1838404Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/OpenApiGatewayService.json' from root:root to runner:runner
2025-08-20T19:16:16.1839184Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateApp.json' from root:root to runner:runner
2025-08-20T19:16:16.1839982Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ReactivateDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.1840826Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeSystemParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.1841739Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyIpControlPolicyItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1842735Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyDatasetItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1843586Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstancePackets.json' from root:root to runner:runner
2025-08-20T19:16:16.1844400Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDatasetList.json' from root:root to runner:runner
2025-08-20T19:16:16.1845225Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyTrafficControl.json' from root:root to runner:runner
2025-08-20T19:16:16.1846052Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiIpControls.json' from root:root to runner:runner
2025-08-20T19:16:16.1846849Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteIpControl.json' from root:root to runner:runner
2025-08-20T19:16:16.1847672Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeGroupTraffic.json' from root:root to runner:runner
2025-08-20T19:16:16.1848462Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/BatchDeployApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1849365Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceLatency.json' from root:root to runner:runner
2025-08-20T19:16:16.1850143Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AttachPlugin.json' from root:root to runner:runner
2025-08-20T19:16:16.1851004Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/EnableInstanceAccessControl.json' from root:root to runner:runner
2025-08-20T19:16:16.1851858Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.1852746Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyModel.json' from root:root to runner:runner
2025-08-20T19:16:16.1853559Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeBackendInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1854434Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisByApp.json' from root:root to runner:runner
2025-08-20T19:16:16.1855206Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateApi.json' from root:root to runner:runner
2025-08-20T19:16:16.1856039Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyBackend.json' from root:root to runner:runner
2025-08-20T19:16:16.1856912Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyVpcAccessAndUpdateApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1857708Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1858490Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DetachPlugin.json' from root:root to runner:runner
2025-08-20T19:16:16.1859304Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDatasetInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1860080Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyPlugin.json' from root:root to runner:runner
2025-08-20T19:16:16.1860906Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeImportOASTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1861717Z [00:02:21.201]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeHistoryApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1862861Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiGroupInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.1863691Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1864595Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.1865427Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateAccessControlList.json' from root:root to runner:runner
2025-08-20T19:16:16.1866253Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeVpcAccesses.json' from root:root to runner:runner
2025-08-20T19:16:16.1867025Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AbolishApi.json' from root:root to runner:runner
2025-08-20T19:16:16.1867931Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiGroupVpcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.1868787Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveIpControlPolicyItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1869706Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAbolishApiTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1870579Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveApiProductsAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:16.1871424Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetApiProductsAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:16.1872227Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1873148Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteModel.json' from root:root to runner:runner
2025-08-20T19:16:16.1873920Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateModel.json' from root:root to runner:runner
2025-08-20T19:16:16.1874743Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyBackendModel.json' from root:root to runner:runner
2025-08-20T19:16:16.1875566Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePurchasedApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1876458Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDeployedApi.json' from root:root to runner:runner
2025-08-20T19:16:16.1877302Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePurchasedApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1878234Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiGroupVpcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.1879071Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePluginTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.1879893Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDeployApiTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1880729Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePluginApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1881611Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePluginSchemas.json' from root:root to runner:runner
2025-08-20T19:16:16.1882551Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiSignatures.json' from root:root to runner:runner
2025-08-20T19:16:16.1883424Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetAppsAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:16.1884330Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAccessControlListAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.1885143Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.1885910Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApp.json' from root:root to runner:runner
2025-08-20T19:16:16.1886718Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveVpcAccess.json' from root:root to runner:runner
2025-08-20T19:16:16.1887501Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApps.json' from root:root to runner:runner
2025-08-20T19:16:16.1888363Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiTrafficControls.json' from root:root to runner:runner
2025-08-20T19:16:16.1889389Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateSignature.json' from root:root to runner:runner
2025-08-20T19:16:16.1890391Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceDropConnections.json' from root:root to runner:runner
2025-08-20T19:16:16.1891188Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.1892040Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1892934Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/version.json' from root:root to runner:runner
2025-08-20T19:16:16.1893739Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifySignature.json' from root:root to runner:runner
2025-08-20T19:16:16.1894741Z [00:02:21.202]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.1895673Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.1896481Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteSignature.json' from root:root to runner:runner
2025-08-20T19:16:16.1897315Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.1898143Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetTrafficControlApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1898935Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateBackend.json' from root:root to runner:runner
2025-08-20T19:16:16.1899766Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.1900571Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.1901366Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/BatchAbolishApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1902198Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveAppsAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:16.1903277Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AddTrafficSpecialControl.json' from root:root to runner:runner
2025-08-20T19:16:16.1904214Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ValidateVpcConnectivity.json' from root:root to runner:runner
2025-08-20T19:16:16.1905017Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ImportOAS.json' from root:root to runner:runner
2025-08-20T19:16:16.1905945Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDatasetItemInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.1906755Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.1907920Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceDropPacket.json' from root:root to runner:runner
2025-08-20T19:16:16.1909184Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveAccessControlListEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.1910267Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeployApi.json' from root:root to runner:runner
2025-08-20T19:16:16.1911102Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.1912007Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceTraffic.json' from root:root to runner:runner
2025-08-20T19:16:16.1913017Z [00:02:21.203]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeTrafficControlsByApi.json' from root:root to runner:runner
2025-08-20T19:16:16.1913817Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeletePlugin.json' from root:root to runner:runner
2025-08-20T19:16:16.1914593Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetVpcAccess.json' from root:root to runner:runner
2025-08-20T19:16:16.1915445Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetAppsAuthToApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.1916302Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyIntranetDomainPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.1917153Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetWildcardDomainPatterns.json' from root:root to runner:runner
2025-08-20T19:16:16.1917969Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetApisAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:16.1918908Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceNewConnections.json' from root:root to runner:runner
2025-08-20T19:16:16.1919691Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.1920527Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApi.json' from root:root to runner:runner
2025-08-20T19:16:16.1921368Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDatasetItemList.json' from root:root to runner:runner
2025-08-20T19:16:16.1922156Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteBackend.json' from root:root to runner:runner
2025-08-20T19:16:16.1923078Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AddIpControlPolicyItem.json' from root:root to runner:runner
2025-08-20T19:16:16.1924008Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiMarketAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.1924915Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAccessControlLists.json' from root:root to runner:runner
2025-08-20T19:16:16.1925781Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateApiStageVariable.json' from root:root to runner:runner
2025-08-20T19:16:16.1926559Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreatePlugin.json' from root:root to runner:runner
2025-08-20T19:16:16.1927374Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1928158Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1928952Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1929745Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiDoc.json' from root:root to runner:runner
2025-08-20T19:16:16.1930578Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAppAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.1931462Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1932306Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeUpdateVpcInfoTask.json' from root:root to runner:runner
2025-08-20T19:16:16.1933200Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:16.1934118Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AddAccessControlListEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.1935006Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApiStageVariable.json' from root:root to runner:runner
2025-08-20T19:16:16.1935825Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceQps.json' from root:root to runner:runner
2025-08-20T19:16:16.1936635Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeSummaryData.json' from root:root to runner:runner
2025-08-20T19:16:16.1937530Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteAccessControlList.json' from root:root to runner:runner
2025-08-20T19:16:16.1938330Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyIpControl.json' from root:root to runner:runner
2025-08-20T19:16:16.1939172Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAppsByApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.1939959Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DryRunSwagger.json' from root:root to runner:runner
2025-08-20T19:16:16.1940772Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetIpControlApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1941637Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePurchasedApiGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.1942702Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceSlbConnect.json' from root:root to runner:runner
2025-08-20T19:16:16.1943510Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteDataset.json' from root:root to runner:runner
2025-08-20T19:16:16.1944354Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisBySignature.json' from root:root to runner:runner
2025-08-20T19:16:16.1945295Z [00:02:21.204]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1946138Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAuthorizedApps.json' from root:root to runner:runner
2025-08-20T19:16:16.1946936Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DetachApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.1947873Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveVpcAccessAndAbolishApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1948723Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1949499Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApp.json' from root:root to runner:runner
2025-08-20T19:16:16.1950308Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SdkGenerateByGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.1951185Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteTrafficControl.json' from root:root to runner:runner
2025-08-20T19:16:16.1951976Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApp.json' from root:root to runner:runner
2025-08-20T19:16:16.1952901Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateDataset.json' from root:root to runner:runner
2025-08-20T19:16:16.1953729Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateTrafficControl.json' from root:root to runner:runner
2025-08-20T19:16:16.1954541Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.1955365Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.1956182Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePluginsByApi.json' from root:root to runner:runner
2025-08-20T19:16:16.1957018Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAuthorizedApis.json' from root:root to runner:runner
2025-08-20T19:16:16.1957730Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi' from root:root to runner:runner
2025-08-20T19:16:16.1958680Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/DescribeAnycastServerRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.1959532Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ReleaseAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.1960626Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/UnassociateAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.1961617Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/AssociateAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.1962662Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/AllocateAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.1963540Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/DescribeAnycastPopLocations.json' from root:root to runner:runner
2025-08-20T19:16:16.1964514Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/UpdateAnycastEipAddressAssociations.json' from root:root to runner:runner
2025-08-20T19:16:16.1965523Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.1966449Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ModifyAnycastEipAddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.1967316Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ModifyAnycastEipAddressSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.1968108Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/version.json' from root:root to runner:runner
2025-08-20T19:16:16.1968914Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.1969785Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/DescribeAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.1970585Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.1971440Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ListAnycastEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:16.1972180Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast' from root:root to runner:runner
2025-08-20T19:16:16.1973372Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/StopStatefulAsyncInvocation.json' from root:root to runner:runner
2025-08-20T19:16:16.1974189Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetResourceTags.json' from root:root to runner:runner
2025-08-20T19:16:16.1975043Z [00:02:21.205]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListLayers.json' from root:root to runner:runner
2025-08-20T19:16:16.1975860Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListServiceVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.1976787Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListReservedCapacities.json' from root:root to runner:runner
2025-08-20T19:16:16.1977561Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteAlias.json' from root:root to runner:runner
2025-08-20T19:16:16.1979032Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/InvokeFunction.json' from root:root to runner:runner
2025-08-20T19:16:16.1980169Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetStatefulAsyncInvocation.json' from root:root to runner:runner
2025-08-20T19:16:16.1980981Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateService.json' from root:root to runner:runner
2025-08-20T19:16:16.1981763Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateFunction.json' from root:root to runner:runner
2025-08-20T19:16:16.1982782Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateFunction.json' from root:root to runner:runner
2025-08-20T19:16:16.1983605Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetFunctionCode.json' from root:root to runner:runner
2025-08-20T19:16:16.1984383Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.1985164Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.1986005Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetFunctionOnDemandConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1986846Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListOnDemandConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.1987720Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UntagResource.json' from root:root to runner:runner
2025-08-20T19:16:16.1988513Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteVpcBinding.json' from root:root to runner:runner
2025-08-20T19:16:16.1989347Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListServices.json' from root:root to runner:runner
2025-08-20T19:16:16.1990124Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.1991043Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PutFunctionAsyncInvokeConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1991812Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/TagResource.json' from root:root to runner:runner
2025-08-20T19:16:16.1992756Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PutLayerACL.json' from root:root to runner:runner
2025-08-20T19:16:16.1993578Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.1994349Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetService.json' from root:root to runner:runner
2025-08-20T19:16:16.1995131Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.1995944Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.1996813Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListFunctionAsyncInvokeConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.1997665Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteFunctionOnDemandConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.1998472Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/RegisterEventSource.json' from root:root to runner:runner
2025-08-20T19:16:16.1999351Z [00:02:21.206]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListProvisionConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.2000161Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateLayerVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2001017Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListLayerVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.2001798Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateService.json' from root:root to runner:runner
2025-08-20T19:16:16.2002709Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.2003466Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetAlias.json' from root:root to runner:runner
2025-08-20T19:16:16.2004344Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListTaggedResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2005113Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateAlias.json' from root:root to runner:runner
2025-08-20T19:16:16.2005969Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.2006765Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListEventSources.json' from root:root to runner:runner
2025-08-20T19:16:16.2007574Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteLayerVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2008400Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeregisterEventSource.json' from root:root to runner:runner
2025-08-20T19:16:16.2009168Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetFunction.json' from root:root to runner:runner
2025-08-20T19:16:16.2009928Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/version.json' from root:root to runner:runner
2025-08-20T19:16:16.2010764Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetProvisionConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2011605Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListAliases.json' from root:root to runner:runner
2025-08-20T19:16:16.2012498Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetAccountSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.2013651Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListStatefulAsyncInvocationFunctions.json' from root:root to runner:runner
2025-08-20T19:16:16.2014515Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListTriggers.json' from root:root to runner:runner
2025-08-20T19:16:16.2015290Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteService.json' from root:root to runner:runner
2025-08-20T19:16:16.2016076Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetLayerVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2016845Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateAlias.json' from root:root to runner:runner
2025-08-20T19:16:16.2017707Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PutProvisionConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2018483Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteFunction.json' from root:root to runner:runner
2025-08-20T19:16:16.2019323Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PutFunctionOnDemandConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2020160Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.2020943Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListFunctions.json' from root:root to runner:runner
2025-08-20T19:16:16.2021734Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateVpcBinding.json' from root:root to runner:runner
2025-08-20T19:16:16.2022767Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PublishServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2023580Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListVpcBindings.json' from root:root to runner:runner
2025-08-20T19:16:16.2024380Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ReleaseGPUInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2025202Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ClaimGPUInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2026047Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListStatefulAsyncInvocations.json' from root:root to runner:runner
2025-08-20T19:16:16.2027007Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteFunctionAsyncInvokeConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2027860Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.2028704Z [00:02:21.207]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetFunctionAsyncInvokeConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2029500Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListCustomDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.2030438Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open' from root:root to runner:runner
2025-08-20T19:16:16.2031379Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:16.2032210Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:16.2033110Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:16.2033959Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyNodeSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.2034819Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:16.2035854Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/TransformToPrePaid.json' from root:root to runner:runner
2025-08-20T19:16:16.2036738Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2037553Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeRenewalPrice.json' from root:root to runner:runner
2025-08-20T19:16:16.2038397Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CheckCloudResourceAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:16.2039194Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.2040021Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyInstanceVpcAuthMode.json' from root:root to runner:runner
2025-08-20T19:16:16.2040964Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:16.2041846Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.2042834Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeSecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2043687Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/UpgradeDBInstanceKernelVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2044488Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAuditPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2045375Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeMongoDBLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2046198Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeErrorLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.2046982Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.2048221Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAuditRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.2049405Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ReleaseNodePrivateNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.2050412Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceSwitchLog.json' from root:root to runner:runner
2025-08-20T19:16:16.2051245Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeReplicaSetRole.json' from root:root to runner:runner
2025-08-20T19:16:16.2052040Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2053140Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceNetworkType.json' from root:root to runner:runner
2025-08-20T19:16:16.2053948Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:16.2054704Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DeleteNode.json' from root:root to runner:runner
2025-08-20T19:16:16.2055618Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeRoleZoneInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2056459Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.2057289Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/TransformInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:16.2058137Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeUserEncryptionKeyList.json' from root:root to runner:runner
2025-08-20T19:16:16.2058924Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/RestartDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2059820Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceNetExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:16.2060629Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/TransferClusterBackup.json' from root:root to runner:runner
2025-08-20T19:16:16.2061422Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeHistoryTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.2062307Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeRunningLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.2063384Z [00:02:21.208]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/EvaluateResource.json' from root:root to runner:runner
2025-08-20T19:16:16.2064255Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.2065053Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyAuditPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2065833Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2066607Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2067455Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeShardingNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.2068230Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.2069129Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.2069966Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeKmsKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.2070811Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.2071615Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeClusterBackups.json' from root:root to runner:runner
2025-08-20T19:16:16.2072636Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2073533Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeParameterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.2074377Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ReleasePublicNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.2075241Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.2076102Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceEncryptionKey.json' from root:root to runner:runner
2025-08-20T19:16:16.2076881Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DestroyInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2077668Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:16.2078479Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAuditLogFilter.json' from root:root to runner:runner
2025-08-20T19:16:16.2079292Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateShardingDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2080051Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateNode.json' from root:root to runner:runner
2025-08-20T19:16:16.2080881Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/AllocatePublicNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.2081656Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DeleteDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2082619Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.2083461Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/version.json' from root:root to runner:runner
2025-08-20T19:16:16.2084259Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.2085154Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifySecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2085955Z [00:02:21.209]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeSecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:16.2086796Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/MigrateToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:16.2087575Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.2088417Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstancePerformance.json' from root:root to runner:runner
2025-08-20T19:16:16.2089290Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyAuditLogFilter.json' from root:root to runner:runner
2025-08-20T19:16:16.2090109Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CheckRecoveryCondition.json' from root:root to runner:runner
2025-08-20T19:16:16.2090874Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateNodeBatch.json' from root:root to runner:runner
2025-08-20T19:16:16.2091703Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeClusterRecoverTime.json' from root:root to runner:runner
2025-08-20T19:16:16.2092658Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:16.2093545Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2094370Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeKernelReleaseNotes.json' from root:root to runner:runner
2025-08-20T19:16:16.2095170Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2096046Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/SwitchDBInstanceHA.json' from root:root to runner:runner
2025-08-20T19:16:16.2096960Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAvailableEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2097742Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/RestoreDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2098494Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2099332Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceTDEInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2100190Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/RenewDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2101260Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/AllocateNodePrivateNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.2102028Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:16.2103185Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/UpgradeDBInstanceEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2103997Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:16.2104770Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2105723Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:16.2106523Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeBackupDBs.json' from root:root to runner:runner
2025-08-20T19:16:16.2107373Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeHistoryTasksStat.json' from root:root to runner:runner
2025-08-20T19:16:16.2108267Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeParameterModificationHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.2109066Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/MigrateAvailableZone.json' from root:root to runner:runner
2025-08-20T19:16:16.2109946Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyNodeSpecBatch.json' from root:root to runner:runner
2025-08-20T19:16:16.2110839Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstancesOverview.json' from root:root to runner:runner
2025-08-20T19:16:16.2111663Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.2112654Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeActiveOperationTaskType.json' from root:root to runner:runner
2025-08-20T19:16:16.2113453Z [00:02:21.210]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.2114382Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2115177Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2116040Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeActiveOperationTaskCount.json' from root:root to runner:runner
2025-08-20T19:16:16.2116920Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAvailabilityZones.json' from root:root to runner:runner
2025-08-20T19:16:16.2117635Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds' from root:root to runner:runner
2025-08-20T19:16:16.2119039Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechLicenseAvailableQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.2120187Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDistributedProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.2121015Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AddPowerStation.json' from root:root to runner:runner
2025-08-20T19:16:16.2121894Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceDeviceDriver.json' from root:root to runner:runner
2025-08-20T19:16:16.2122856Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ClearDeviceDesiredProperty.json' from root:root to runner:runner
2025-08-20T19:16:16.2123628Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.2124513Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:16.2125370Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PubBroadcast.json' from root:root to runner:runner
2025-08-20T19:16:16.2126127Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2126881Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2127729Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishThingModel.json' from root:root to runner:runner
2025-08-20T19:16:16.2128615Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchAddDataForApiSource.json' from root:root to runner:runner
2025-08-20T19:16:16.2129424Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.2130231Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryLicenseDeviceList.json' from root:root to runner:runner
2025-08-20T19:16:16.2131013Z [00:02:21.211]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetLoraNodesTask.json' from root:root to runner:runner
2025-08-20T19:16:16.2131829Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelOTAStrategyByJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2132786Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PushSpeech.json' from root:root to runner:runner
2025-08-20T19:16:16.2133593Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteThingModel.json' from root:root to runner:runner
2025-08-20T19:16:16.2134379Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CopyThingModel.json' from root:root to runner:runner
2025-08-20T19:16:16.2135232Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchRegisterDeviceWithApplyId.json' from root:root to runner:runner
2025-08-20T19:16:16.2136068Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTADynamicUpgradeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2136864Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSchedulePeriod.json' from root:root to runner:runner
2025-08-20T19:16:16.2137780Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTAStaticUpgradeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2138547Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ConfirmOTATask.json' from root:root to runner:runner
2025-08-20T19:16:16.2139411Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteShareTaskDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2140214Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDistributedDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2141017Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListParser.json' from root:root to runner:runner
2025-08-20T19:16:16.2141796Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateRuleAction.json' from root:root to runner:runner
2025-08-20T19:16:16.2142878Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:16.2143770Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:16.2144578Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.2145364Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2146193Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReleaseEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2147046Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:16.2147833Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTATaskByJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2148624Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2149412Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2150203Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelReleaseProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.2151126Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceOriginalServiceData.json' from root:root to runner:runner
2025-08-20T19:16:16.2151966Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryTopicReverseRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:16.2153030Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteUserDefineTableDataByPrimaryKey.json' from root:root to runner:runner
2025-08-20T19:16:16.2153864Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReplaceEdgeInstanceGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.2154720Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceSpeech.json' from root:root to runner:runner
2025-08-20T19:16:16.2155563Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/TransformClientId.json' from root:root to runner:runner
2025-08-20T19:16:16.2156340Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListProductTags.json' from root:root to runner:runner
2025-08-20T19:16:16.2157155Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2158049Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeLabelBatchFailedResult.json' from root:root to runner:runner
2025-08-20T19:16:16.2158831Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeDriver.json' from root:root to runner:runner
2025-08-20T19:16:16.2159608Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteOTAModule.json' from root:root to runner:runner
2025-08-20T19:16:16.2160461Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSpeechLicenseDeviceStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.2161335Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceOriginalPropertyStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2162154Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDynamicGroupDevices.json' from root:root to runner:runner
2025-08-20T19:16:16.2163028Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishScript.json' from root:root to runner:runner
2025-08-20T19:16:16.2163779Z [00:02:21.212]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StartRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2164633Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceBySQL.json' from root:root to runner:runner
2025-08-20T19:16:16.2165479Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceOriginalEventData.json' from root:root to runner:runner
2025-08-20T19:16:16.2166274Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchPub.json' from root:root to runner:runner
2025-08-20T19:16:16.2167054Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceFile.json' from root:root to runner:runner
2025-08-20T19:16:16.2167873Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSpeechVoice.json' from root:root to runner:runner
2025-08-20T19:16:16.2168741Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceDriverConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.2169631Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ResetConsumerGroupPosition.json' from root:root to runner:runner
2025-08-20T19:16:16.2170388Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DisableThing.json' from root:root to runner:runner
2025-08-20T19:16:16.2171379Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGrayMigrationDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2172333Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteConsumerGroupSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.2173438Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchUnbindProjectProducts.json' from root:root to runner:runner
2025-08-20T19:16:16.2174280Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchAddDeviceGroupRelations.json' from root:root to runner:runner
2025-08-20T19:16:16.2175083Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDestination.json' from root:root to runner:runner
2025-08-20T19:16:16.2175858Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateOTAModule.json' from root:root to runner:runner
2025-08-20T19:16:16.2176886Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.2177658Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryTask.json' from root:root to runner:runner
2025-08-20T19:16:16.2178563Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2179340Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryThingModel.json' from root:root to runner:runner
2025-08-20T19:16:16.2180172Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2180915Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetParser.json' from root:root to runner:runner
2025-08-20T19:16:16.2181763Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/EnableDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:16.2182815Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2183705Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateProductTopic.json' from root:root to runner:runner
2025-08-20T19:16:16.2184528Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDetailSceneRuleLog.json' from root:root to runner:runner
2025-08-20T19:16:16.2185344Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateTopicRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:16.2186137Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupList.json' from root:root to runner:runner
2025-08-20T19:16:16.2186970Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicePropertyStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2187702Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2188515Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryCertUrlByApplyId.json' from root:root to runner:runner
2025-08-20T19:16:16.2189665Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySuperDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2191055Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceDeviceChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.2192058Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CloseEdgeInstanceDeployment.json' from root:root to runner:runner
2025-08-20T19:16:16.2193084Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindLicenseDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2193863Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateParser.json' from root:root to runner:runner
2025-08-20T19:16:16.2194672Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryJobStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.2195499Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryLoRaJoinPermissions.json' from root:root to runner:runner
2025-08-20T19:16:16.2196321Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ResetThing.json' from root:root to runner:runner
2025-08-20T19:16:16.2197067Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2197941Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDataAPIService.json' from root:root to runner:runner
2025-08-20T19:16:16.2198685Z [00:02:21.213]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2199516Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupByDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2200299Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelOTATaskByJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2201137Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RefreshStudioAppTokenOpen.json' from root:root to runner:runner
2025-08-20T19:16:16.2201933Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.2202955Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryThingModelExtendConfigPublished.json' from root:root to runner:runner
2025-08-20T19:16:16.2203852Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySharePromotionActivityAuditResult.json' from root:root to runner:runner
2025-08-20T19:16:16.2204707Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2205481Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDownloadFile.json' from root:root to runner:runner
2025-08-20T19:16:16.2206408Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryShareProductNameByProductKey.json' from root:root to runner:runner
2025-08-20T19:16:16.2207261Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryBatchRegisterDeviceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2208079Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.2208857Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ModifyOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:16.2209685Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RegisterDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2210457Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProductList.json' from root:root to runner:runner
2025-08-20T19:16:16.2211308Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchRegisterDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2212063Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ImportDTData.json' from root:root to runner:runner
2025-08-20T19:16:16.2213137Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSoundCodeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:16.2213908Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeech.json' from root:root to runner:runner
2025-08-20T19:16:16.2214709Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSoundCodeLabel.json' from root:root to runner:runner
2025-08-20T19:16:16.2215493Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDestination.json' from root:root to runner:runner
2025-08-20T19:16:16.2216277Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAJobByDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2217138Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceOriginalPropertyData.json' from root:root to runner:runner
2025-08-20T19:16:16.2218060Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2218876Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RetrySoundCodeLabelBatch.json' from root:root to runner:runner
2025-08-20T19:16:16.2219724Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2220519Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSoundCodeLabel.json' from root:root to runner:runner
2025-08-20T19:16:16.2221312Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindLicenseProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.2222102Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryTopicRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:16.2223174Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListRuleActions.json' from root:root to runner:runner
2025-08-20T19:16:16.2224027Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryThingModelPublished.json' from root:root to runner:runner
2025-08-20T19:16:16.2224886Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SpeechByCombination.json' from root:root to runner:runner
2025-08-20T19:16:16.2225737Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetShareTaskByDeviceOpen.json' from root:root to runner:runner
2025-08-20T19:16:16.2226573Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetStudioProjectCooperation.json' from root:root to runner:runner
2025-08-20T19:16:16.2227382Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListParserDestination.json' from root:root to runner:runner
2025-08-20T19:16:16.2228194Z [00:02:21.214]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishThingModelAsync.json' from root:root to runner:runner
2025-08-20T19:16:16.2228973Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:16.2229818Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeOssPreSignedAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.2230577Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2231469Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/WriteDevicesHotStorageData.json' from root:root to runner:runner
2025-08-20T19:16:16.2232260Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDataSourceItem.json' from root:root to runner:runner
2025-08-20T19:16:16.2233164Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2234057Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicesHotStorageData.json' from root:root to runner:runner
2025-08-20T19:16:16.2234847Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2235610Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RecognizeCarNum.json' from root:root to runner:runner
2025-08-20T19:16:16.2236374Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetRuleAction.json' from root:root to runner:runner
2025-08-20T19:16:16.2237231Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAJobByFirmware.json' from root:root to runner:runner
2025-08-20T19:16:16.2238076Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:16.2238920Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeInstanceDeployment.json' from root:root to runner:runner
2025-08-20T19:16:16.2239714Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSchedulePeriod.json' from root:root to runner:runner
2025-08-20T19:16:16.2240536Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetStudioAppTokenOpen.json' from root:root to runner:runner
2025-08-20T19:16:16.2241617Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CountSpeechBroadcastHour.json' from root:root to runner:runner
2025-08-20T19:16:16.2242516Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingTopo.json' from root:root to runner:runner
2025-08-20T19:16:16.2243293Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RemoveThingTopo.json' from root:root to runner:runner
2025-08-20T19:16:16.2244131Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDeviceTunnelShareStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2245048Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.2246017Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryPageByApplyId.json' from root:root to runner:runner
2025-08-20T19:16:16.2246862Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2247796Z [00:02:21.215]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSharePromotionSpeechModel.json' from root:root to runner:runner
2025-08-20T19:16:16.2248596Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeList.json' from root:root to runner:runner
2025-08-20T19:16:16.2249355Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SaveScript.json' from root:root to runner:runner
2025-08-20T19:16:16.2250120Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/EnableThing.json' from root:root to runner:runner
2025-08-20T19:16:16.2250969Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateDestination.json' from root:root to runner:runner
2025-08-20T19:16:16.2251778Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryOTAJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2252956Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchBindDeviceToEdgeInstanceWithDriver.json' from root:root to runner:runner
2025-08-20T19:16:16.2253787Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelOTATaskByDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2254608Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GenerateOTAUploadURL.json' from root:root to runner:runner
2025-08-20T19:16:16.2255354Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StopRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2256137Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateThingModel.json' from root:root to runner:runner
2025-08-20T19:16:16.2256899Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteParser.json' from root:root to runner:runner
2025-08-20T19:16:16.2257722Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryConsumerGroupStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2258515Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechPushJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2260086Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingModelStatusInner.json' from root:root to runner:runner
2025-08-20T19:16:16.2261189Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAUnfinishedTaskByDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2262089Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteProductTopic.json' from root:root to runner:runner
2025-08-20T19:16:16.2263177Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetDeviceState.json' from root:root to runner:runner
2025-08-20T19:16:16.2264016Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSoundCodeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:16.2264863Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchDeleteEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.2265740Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SpeechBySynthesis.json' from root:root to runner:runner
2025-08-20T19:16:16.2266618Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.2267419Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReBindLicenseDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2268292Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindApplicationFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2269094Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ResetDeviceTimeline.json' from root:root to runner:runner
2025-08-20T19:16:16.2269884Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetDeviceProperty.json' from root:root to runner:runner
2025-08-20T19:16:16.2270651Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceFile.json' from root:root to runner:runner
2025-08-20T19:16:16.2271402Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RerunJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2272166Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSpeech.json' from root:root to runner:runner
2025-08-20T19:16:16.2273113Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDeviceDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2274023Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PageQuerySpeechBroadcastHour.json' from root:root to runner:runner
2025-08-20T19:16:16.2274825Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GenerateFileUploadURL.json' from root:root to runner:runner
2025-08-20T19:16:16.2275725Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSharePromotionActivity.json' from root:root to runner:runner
2025-08-20T19:16:16.2276453Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RRpc.json' from root:root to runner:runner
2025-08-20T19:16:16.2277284Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateStudioAppDomainOpen.json' from root:root to runner:runner
2025-08-20T19:16:16.2278065Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceByTags.json' from root:root to runner:runner
2025-08-20T19:16:16.2278907Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListAnalyticsData.json' from root:root to runner:runner
2025-08-20T19:16:16.2279739Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindSceneRuleToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2280612Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDataAPIServiceDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.2281391Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateThingScript.json' from root:root to runner:runner
2025-08-20T19:16:16.2282214Z [00:02:21.216]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupTagList.json' from root:root to runner:runner
2025-08-20T19:16:16.2283187Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RefreshDeviceTunnelSharePassword.json' from root:root to runner:runner
2025-08-20T19:16:16.2284002Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupByTags.json' from root:root to runner:runner
2025-08-20T19:16:16.2284790Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AddShareTaskDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2285638Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAModuleVersionsByDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2286397Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2287320Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceDeviceByDriver.json' from root:root to runner:runner
2025-08-20T19:16:16.2288136Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDeviceDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2288954Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSpeech.json' from root:root to runner:runner
2025-08-20T19:16:16.2289747Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2290529Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDeviceShadow.json' from root:root to runner:runner
2025-08-20T19:16:16.2291367Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchBindProductsIntoProject.json' from root:root to runner:runner
2025-08-20T19:16:16.2292239Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCheckVehicleDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2293262Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetDevicesProperty.json' from root:root to runner:runner
2025-08-20T19:16:16.2294214Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicePropertiesData.json' from root:root to runner:runner
2025-08-20T19:16:16.2294980Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StartParser.json' from root:root to runner:runner
2025-08-20T19:16:16.2295807Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCreateSoundCodeLabel.json' from root:root to runner:runner
2025-08-20T19:16:16.2296583Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PrintByTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.2297357Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SubscribeTopic.json' from root:root to runner:runner
2025-08-20T19:16:16.2298190Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateProductDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2298924Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/Pub.json' from root:root to runner:runner
2025-08-20T19:16:16.2299712Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateRuleAction.json' from root:root to runner:runner
2025-08-20T19:16:16.2300555Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeDriver.json' from root:root to runner:runner
2025-08-20T19:16:16.2301361Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AttachParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.2302258Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.2303276Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateThingModel.json' from root:root to runner:runner
2025-08-20T19:16:16.2304116Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceDynamicGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2304943Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSpeechDeviceDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.2305891Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceDeviceConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2306686Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateProductTags.json' from root:root to runner:runner
2025-08-20T19:16:16.2307567Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.2308390Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryShareTaskDeviceList.json' from root:root to runner:runner
2025-08-20T19:16:16.2309165Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryClientIds.json' from root:root to runner:runner
2025-08-20T19:16:16.2309943Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceProp.json' from root:root to runner:runner
2025-08-20T19:16:16.2310688Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2311549Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PackageSoundCodeLabelBatchAudio.json' from root:root to runner:runner
2025-08-20T19:16:16.2312748Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:16.2313542Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingScript.json' from root:root to runner:runner
2025-08-20T19:16:16.2314466Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AddDeviceToSharePromotion.json' from root:root to runner:runner
2025-08-20T19:16:16.2315292Z [00:02:21.217]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceDesiredProperty.json' from root:root to runner:runner
2025-08-20T19:16:16.2316175Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GisSearchDeviceTrace.json' from root:root to runner:runner
2025-08-20T19:16:16.2317209Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchSetEdgeInstanceDeviceConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2318032Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceProp.json' from root:root to runner:runner
2025-08-20T19:16:16.2318893Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicesHotStorageDataStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2319774Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProductTopic.json' from root:root to runner:runner
2025-08-20T19:16:16.2320628Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetEdgeInstanceDriverConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.2321582Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceServiceData.json' from root:root to runner:runner
2025-08-20T19:16:16.2322539Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateProductFilterConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2323327Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/OpenIotService.json' from root:root to runner:runner
2025-08-20T19:16:16.2324160Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindRoleFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2324923Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/TestSpeech.json' from root:root to runner:runner
2025-08-20T19:16:16.2325746Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2326551Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateDeviceShadow.json' from root:root to runner:runner
2025-08-20T19:16:16.2327320Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechList.json' from root:root to runner:runner
2025-08-20T19:16:16.2328147Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AsyncRRpc.json' from root:root to runner:runner
2025-08-20T19:16:16.2329027Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateConsumerGroupSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.2330066Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSchedulePeriod.json' from root:root to runner:runner
2025-08-20T19:16:16.2331333Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AddDataForApiSource.json' from root:root to runner:runner
2025-08-20T19:16:16.2332351Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetShareSpeechModelAudio.json' from root:root to runner:runner
2025-08-20T19:16:16.2333436Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DetachParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.2334315Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/version.json' from root:root to runner:runner
2025-08-20T19:16:16.2335115Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.2335936Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ImportDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2336701Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateParser.json' from root:root to runner:runner
2025-08-20T19:16:16.2337451Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/TestSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.2338326Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchSetEdgeInstanceDeviceChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.2339164Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingModelTslPublished.json' from root:root to runner:runner
2025-08-20T19:16:16.2339961Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceSubTopic.json' from root:root to runner:runner
2025-08-20T19:16:16.2340748Z [00:02:21.218]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceSpeech.json' from root:root to runner:runner
2025-08-20T19:16:16.2341536Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DetachDestination.json' from root:root to runner:runner
2025-08-20T19:16:16.2342639Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeScheduleList.json' from root:root to runner:runner
2025-08-20T19:16:16.2343474Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2344334Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryCustomTimelineTableStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2345161Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2346020Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CheckBindLicenseDeviceProgress.json' from root:root to runner:runner
2025-08-20T19:16:16.2346797Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteClientIds.json' from root:root to runner:runner
2025-08-20T19:16:16.2347657Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCheckDeviceNames.json' from root:root to runner:runner
2025-08-20T19:16:16.2348486Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDeviceDynamicGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2349382Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySolutionDeviceGroupPage.json' from root:root to runner:runner
2025-08-20T19:16:16.2350204Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2350991Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AttachDestination.json' from root:root to runner:runner
2025-08-20T19:16:16.2351766Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingModelTsl.json' from root:root to runner:runner
2025-08-20T19:16:16.2352678Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2353475Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.2354251Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceCert.json' from root:root to runner:runner
2025-08-20T19:16:16.2355082Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchUpdateDeviceNickname.json' from root:root to runner:runner
2025-08-20T19:16:16.2355930Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSoundCode.json' from root:root to runner:runner
2025-08-20T19:16:16.2356803Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchClearEdgeInstanceDeviceConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2357620Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetEdgeInstanceDeployment.json' from root:root to runner:runner
2025-08-20T19:16:16.2358478Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSoundCodeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:16.2359296Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ShareSpeechByCombination.json' from root:root to runner:runner
2025-08-20T19:16:16.2360074Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListPowerStation.json' from root:root to runner:runner
2025-08-20T19:16:16.2360862Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ImportThingModelTsl.json' from root:root to runner:runner
2025-08-20T19:16:16.2361753Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceDistributeDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.2362715Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProductCertInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2363566Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetupStudioAppAuthModeOpen.json' from root:root to runner:runner
2025-08-20T19:16:16.2364351Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishStudioApp.json' from root:root to runner:runner
2025-08-20T19:16:16.2365151Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTAVerifyJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2365989Z [00:02:21.219]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PageQuerySharedSpeechOpen.json' from root:root to runner:runner
2025-08-20T19:16:16.2366760Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDestination.json' from root:root to runner:runner
2025-08-20T19:16:16.2367531Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDestination.json' from root:root to runner:runner
2025-08-20T19:16:16.2368313Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/TriggerSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2369164Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateProductTags.json' from root:root to runner:runner
2025-08-20T19:16:16.2369919Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StopParser.json' from root:root to runner:runner
2025-08-20T19:16:16.2370677Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2371542Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDeviceTunnelStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2372548Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:16.2373531Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListProductByTags.json' from root:root to runner:runner
2025-08-20T19:16:16.2374390Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindApplicationToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2375243Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2376077Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchImportVehicleDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2376913Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryImportedDeviceByApplyId.json' from root:root to runner:runner
2025-08-20T19:16:16.2377721Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteTopicRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:16.2378514Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryVehicleDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2379303Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CloseDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:16.2380127Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryStudioAppPageListOpen.json' from root:root to runner:runner
2025-08-20T19:16:16.2380917Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetProductCertInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2381763Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCheckImportDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2383096Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryStudioAppDomainListOpen.json' from root:root to runner:runner
2025-08-20T19:16:16.2383929Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryStudioProjectList.json' from root:root to runner:runner
2025-08-20T19:16:16.2384771Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechLicenseDeviceList.json' from root:root to runner:runner
2025-08-20T19:16:16.2385684Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.2386501Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSpeech.json' from root:root to runner:runner
2025-08-20T19:16:16.2387530Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2388365Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetGatewayBySubDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2389196Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2390033Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindDriverToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2390845Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.2391616Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySceneRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2392538Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTAModule.json' from root:root to runner:runner
2025-08-20T19:16:16.2393354Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ModifyPowerStation.json' from root:root to runner:runner
2025-08-20T19:16:16.2394122Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.2394925Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSoundCodeLabel.json' from root:root to runner:runner
2025-08-20T19:16:16.2395714Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSoundCode.json' from root:root to runner:runner
2025-08-20T19:16:16.2396486Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/EnableSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2397361Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceEventData.json' from root:root to runner:runner
2025-08-20T19:16:16.2398150Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DisableDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:16.2398985Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReleaseProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.2400104Z [00:02:21.220]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceDriver.json' from root:root to runner:runner
2025-08-20T19:16:16.2401394Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteEdgeDriver.json' from root:root to runner:runner
2025-08-20T19:16:16.2402542Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/NotifyAddThingTopo.json' from root:root to runner:runner
2025-08-20T19:16:16.2403436Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetDeviceGroupTags.json' from root:root to runner:runner
2025-08-20T19:16:16.2404256Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDownloadDataJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2405101Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishThingModelAsyncInner.json' from root:root to runner:runner
2025-08-20T19:16:16.2405903Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDataSourceItem.json' from root:root to runner:runner
2025-08-20T19:16:16.2406726Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeLabelList.json' from root:root to runner:runner
2025-08-20T19:16:16.2407544Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindRoleToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2408329Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryMessageInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2409162Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryConsumerGroupByGroupId.json' from root:root to runner:runner
2025-08-20T19:16:16.2409919Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2410729Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySchedulePeriodList.json' from root:root to runner:runner
2025-08-20T19:16:16.2411631Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2412366Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2413512Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchQueryDeviceDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.2414344Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchUnbindProjectDevices.json' from root:root to runner:runner
2025-08-20T19:16:16.2415202Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeletePowerStation.json' from root:root to runner:runner
2025-08-20T19:16:16.2416029Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetDeviceBindStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2416900Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/EnableDeviceTunnelShare.json' from root:root to runner:runner
2025-08-20T19:16:16.2417718Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DisableDeviceTunnelShare.json' from root:root to runner:runner
2025-08-20T19:16:16.2418529Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSoundCodeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:16.2419313Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2420138Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySummarySceneRuleLog.json' from root:root to runner:runner
2025-08-20T19:16:16.2420985Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ClearEdgeInstanceDriverConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.2421815Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2422873Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDataSourceItem.json' from root:root to runner:runner
2025-08-20T19:16:16.2423676Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDeviceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2424452Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteProductTags.json' from root:root to runner:runner
2025-08-20T19:16:16.2425359Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchAddThingTopo.json' from root:root to runner:runner
2025-08-20T19:16:16.2426198Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProjectShareDeviceList.json' from root:root to runner:runner
2025-08-20T19:16:16.2427055Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryStudioAppList.json' from root:root to runner:runner
2025-08-20T19:16:16.2427843Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:16.2428680Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2429423Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2430288Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GisQueryDeviceLocation.json' from root:root to runner:runner
2025-08-20T19:16:16.2431057Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.2431875Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryConsumerGroupList.json' from root:root to runner:runner
2025-08-20T19:16:16.2432787Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2433581Z [00:02:21.221]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateThingScript.json' from root:root to runner:runner
2025-08-20T19:16:16.2434456Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCreateSoundCodeLabelWithLabels.json' from root:root to runner:runner
2025-08-20T19:16:16.2435242Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSoundCodeAudio.json' from root:root to runner:runner
2025-08-20T19:16:16.2436054Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:16.2436994Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchUnbindDeviceFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2437817Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GenerateDeviceNameListURL.json' from root:root to runner:runner
2025-08-20T19:16:16.2438669Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceFileList.json' from root:root to runner:runner
2025-08-20T19:16:16.2439460Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CopyThingModelAsync.json' from root:root to runner:runner
2025-08-20T19:16:16.2440301Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeLabelBatchList.json' from root:root to runner:runner
2025-08-20T19:16:16.2441086Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListThingTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.2441879Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListTask.json' from root:root to runner:runner
2025-08-20T19:16:16.2442805Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateLoRaNodesTask.json' from root:root to runner:runner
2025-08-20T19:16:16.2443682Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicePropertyData.json' from root:root to runner:runner
2025-08-20T19:16:16.2444463Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2445242Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:16.2446062Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetDeviceDesiredProperty.json' from root:root to runner:runner
2025-08-20T19:16:16.2446886Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechPushJobDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2447698Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechPushJobSpeech.json' from root:root to runner:runner
2025-08-20T19:16:16.2448502Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindLicenseProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.2449328Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchBindDevicesIntoProject.json' from root:root to runner:runner
2025-08-20T19:16:16.2450222Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteStudioAppDomainOpen.json' from root:root to runner:runner
2025-08-20T19:16:16.2451000Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeDriver.json' from root:root to runner:runner
2025-08-20T19:16:16.2451830Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReupgradeOTATask.json' from root:root to runner:runner
2025-08-20T19:16:16.2452923Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindGatewayToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2453765Z [00:02:21.222]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.2454550Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.2455438Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListThingModelVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2456224Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSoundCode.json' from root:root to runner:runner
2025-08-20T19:16:16.2457058Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2457951Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceHistoricDeployment.json' from root:root to runner:runner
2025-08-20T19:16:16.2458741Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteRuleAction.json' from root:root to runner:runner
2025-08-20T19:16:16.2459523Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateProductTopic.json' from root:root to runner:runner
2025-08-20T19:16:16.2460301Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DisableSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2461134Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryThingModelExtendConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2461936Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/InvokeThingsService.json' from root:root to runner:runner
2025-08-20T19:16:16.2462959Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RecognizePictureGeneral.json' from root:root to runner:runner
2025-08-20T19:16:16.2463781Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:16.2464704Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindDriverFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2465623Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:16.2466408Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchImportDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.2467170Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateOTAJob.json' from root:root to runner:runner
2025-08-20T19:16:16.2467983Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SyncSpeechByCombination.json' from root:root to runner:runner
2025-08-20T19:16:16.2468842Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2469701Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchDeleteDeviceGroupRelations.json' from root:root to runner:runner
2025-08-20T19:16:16.2470616Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindSceneRuleFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2472074Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/InvokeThingService.json' from root:root to runner:runner
2025-08-20T19:16:16.2473028Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2473812Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SaveDeviceProp.json' from root:root to runner:runner
2025-08-20T19:16:16.2474639Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAModuleByProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.2475452Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.2476211Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.2477010Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/InvokeDataAPIService.json' from root:root to runner:runner
2025-08-20T19:16:16.2477822Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2478692Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StartPTDetection.json' from root:root to runner:runner
2025-08-20T19:16:16.2479541Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceByStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2480322Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:16.2481164Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceListByDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2481856Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot' from root:root to runner:runner
2025-08-20T19:16:16.2482820Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerLog.json' from root:root to runner:runner
2025-08-20T19:16:16.2483569Z [00:02:21.223]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/ListUsage.json' from root:root to runner:runner
2025-08-20T19:16:16.2484384Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.2485274Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:16.2486060Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateDataCache.json' from root:root to runner:runner
2025-08-20T19:16:16.2486894Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroupPrice.json' from root:root to runner:runner
2025-08-20T19:16:16.2487733Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroupEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.2488503Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CopyDataCache.json' from root:root to runner:runner
2025-08-20T19:16:16.2489302Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateContainerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2490073Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DeleteImageCache.json' from root:root to runner:runner
2025-08-20T19:16:16.2490898Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeInstanceOpsRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.2491796Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroupMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.2492860Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CommitContainer.json' from root:root to runner:runner
2025-08-20T19:16:16.2493684Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeDataCaches.json' from root:root to runner:runner
2025-08-20T19:16:16.2494527Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroupStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2495339Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DeleteContainerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2496223Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/UpdateContainerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2497020Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeVirtualNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.2497800Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/UpdateImageCache.json' from root:root to runner:runner
2025-08-20T19:16:16.2498685Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/ResizeContainerGroupVolume.json' from root:root to runner:runner
2025-08-20T19:16:16.2499476Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DeleteVirtualNode.json' from root:root to runner:runner
2025-08-20T19:16:16.2500217Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/version.json' from root:root to runner:runner
2025-08-20T19:16:16.2501081Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeMultiContainerGroupMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.2501859Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.2502924Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateVirtualNode.json' from root:root to runner:runner
2025-08-20T19:16:16.2503714Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DeleteDataCache.json' from root:root to runner:runner
2025-08-20T19:16:16.2504486Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateImageCache.json' from root:root to runner:runner
2025-08-20T19:16:16.2505397Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateInstanceOpsTask.json' from root:root to runner:runner
2025-08-20T19:16:16.2506195Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeImageCaches.json' from root:root to runner:runner
2025-08-20T19:16:16.2507130Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeCommitContainerTask.json' from root:root to runner:runner
2025-08-20T19:16:16.2507929Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/ExecContainerCommand.json' from root:root to runner:runner
2025-08-20T19:16:16.2508733Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/RestartContainerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2509568Z [00:02:21.224]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/UpdateVirtualNode.json' from root:root to runner:runner
2025-08-20T19:16:16.2510341Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/UpdateDataCache.json' from root:root to runner:runner
2025-08-20T19:16:16.2511035Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci' from root:root to runner:runner
2025-08-20T19:16:16.2511884Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2512817Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/BindEcsSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.2513627Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:16.2514373Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteEcu.json' from root:root to runner:runner
2025-08-20T19:16:16.2515163Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateK8sService.json' from root:root to runner:runner
2025-08-20T19:16:16.2515954Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RollbackApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2516764Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AuthorizeApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2517540Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.2518395Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ImportK8sCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.2519198Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2520032Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteLogPath.json' from root:root to runner:runner
2025-08-20T19:16:16.2520821Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2521660Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sApplicationConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2522537Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/MigrateEcu.json' from root:root to runner:runner
2025-08-20T19:16:16.2523415Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateJvmConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2524200Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListScaleOutEcu.json' from root:root to runner:runner
2025-08-20T19:16:16.2525071Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListPublishedServices.json' from root:root to runner:runner
2025-08-20T19:16:16.2525947Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2526740Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AbortChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.2527515Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ResetApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2528337Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteUserDefineRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.2529129Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/SynchronizeResource.json' from root:root to runner:runner
2025-08-20T19:16:16.2529930Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:16.2530694Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListAuthority.json' from root:root to runner:runner
2025-08-20T19:16:16.2531516Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.2532349Z [00:02:21.225]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/SwitchAdvancedMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:16.2533476Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetWebContainerConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2534292Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:16.2535069Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.2535880Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2536739Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryRegionConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2537591Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/EnableApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2538406Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListMethods.json' from root:root to runner:runner
2025-08-20T19:16:16.2539200Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteServiceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2539989Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:16.2540769Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListK8sNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:16.2541541Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListK8sSecrets.json' from root:root to runner:runner
2025-08-20T19:16:16.2542775Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateConfigTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.2544054Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2544858Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetAppDeployment.json' from root:root to runner:runner
2025-08-20T19:16:16.2545629Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListComponents.json' from root:root to runner:runner
2025-08-20T19:16:16.2546504Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListBuildPack.json' from root:root to runner:runner
2025-08-20T19:16:16.2547372Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RetryChangeOrderTask.json' from root:root to runner:runner
2025-08-20T19:16:16.2548165Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertServiceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2548981Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceProvidersPage.json' from root:root to runner:runner
2025-08-20T19:16:16.2549798Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2550641Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ChangeDeployGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2551423Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ContinuePipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.2552223Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertClusterMember.json' from root:root to runner:runner
2025-08-20T19:16:16.2553181Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.2554040Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetPackageStorageCredential.json' from root:root to runner:runner
2025-08-20T19:16:16.2554812Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListEcuByRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.2555617Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteConfigTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.2556398Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2557179Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2557970Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListConvertableEcu.json' from root:root to runner:runner
2025-08-20T19:16:16.2558788Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryApplicationStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2559617Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/BindK8sSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.2560446Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListSubAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.2561200Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateRole.json' from root:root to runner:runner
2025-08-20T19:16:16.2561975Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListDeployGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2562945Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateHealthCheckUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.2563812Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteClusterMember.json' from root:root to runner:runner
2025-08-20T19:16:16.2564590Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetK8sServices.json' from root:root to runner:runner
2025-08-20T19:16:16.2565384Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StartK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2566202Z [00:02:21.226]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateIDCImportCommand.json' from root:root to runner:runner
2025-08-20T19:16:16.2567009Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QuerySlsLogStoreList.json' from root:root to runner:runner
2025-08-20T19:16:16.2567808Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListApplicationEcu.json' from root:root to runner:runner
2025-08-20T19:16:16.2568591Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ConvertK8sResource.json' from root:root to runner:runner
2025-08-20T19:16:16.2569488Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ScaleoutApplicationWithNewInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.2570302Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AuthorizeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2571090Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ModifyScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2571928Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AbortAndRollbackChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.2573000Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UnbindSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.2573843Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DescribeAppInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:16.2574768Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:16.2575529Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteRole.json' from root:root to runner:runner
2025-08-20T19:16:16.2576386Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetJavaStartUpConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2577182Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:16.2578025Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetChangeOrderInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2578795Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AuthorizeRole.json' from root:root to runner:runner
2025-08-20T19:16:16.2579583Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateContainer.json' from root:root to runner:runner
2025-08-20T19:16:16.2580365Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sResource.json' from root:root to runner:runner
2025-08-20T19:16:16.2581116Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.2581914Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListUserDefineRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.2583008Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListConsumedServices.json' from root:root to runner:runner
2025-08-20T19:16:16.2583819Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeployK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2584614Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sService.json' from root:root to runner:runner
2025-08-20T19:16:16.2585350Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/version.json' from root:root to runner:runner
2025-08-20T19:16:16.2586306Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sApplicationBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2587157Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DisableApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2588058Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2588847Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteDeployGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2589724Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetContainerConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2590468Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/BindSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.2591283Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryEccInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2592073Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2593016Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeployApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2593787Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InstallAgent.json' from root:root to runner:runner
2025-08-20T19:16:16.2594607Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RestartK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2595421Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateHookConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2596205Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetSecureToken.json' from root:root to runner:runner
2025-08-20T19:16:16.2596995Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListClusterMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.2597825Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListHistoryDeployVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.2598600Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2599460Z [00:02:21.227]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceListPage.json' from root:root to runner:runner
2025-08-20T19:16:16.2600265Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertOrUpdateRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.2601120Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateConfigTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.2601937Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetK8sAppPrecheckResult.json' from root:root to runner:runner
2025-08-20T19:16:16.2602915Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListEcsNotInCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.2603720Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateSlsLogStore.json' from root:root to runner:runner
2025-08-20T19:16:16.2604562Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sService.json' from root:root to runner:runner
2025-08-20T19:16:16.2605355Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListConfigTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.2606141Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateK8sSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.2606936Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateK8sIngressRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2607703Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2608494Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryMigrateEcuList.json' from root:root to runner:runner
2025-08-20T19:16:16.2609284Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListServiceGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.2610102Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListRecentChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.2610896Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StopK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2611692Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ScaleOutApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2612574Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetScalingRules.json' from root:root to runner:runner
2025-08-20T19:16:16.2613606Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetJvmConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2614529Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateContainerConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2615309Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.2616075Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UnbindK8sSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.2617062Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListK8sConfigMaps.json' from root:root to runner:runner
2025-08-20T19:16:16.2618512Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StartApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2619362Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/TransformClusterMember.json' from root:root to runner:runner
2025-08-20T19:16:16.2620196Z [00:02:21.228]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateApplicationBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2620993Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ScaleInApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2621817Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceConsumersPage.json' from root:root to runner:runner
2025-08-20T19:16:16.2622818Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.2623611Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertDeployGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2624403Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2625381Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DescribeApplicationScalingRules.json' from root:root to runner:runner
2025-08-20T19:16:16.2626196Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceMethodPage.json' from root:root to runner:runner
2025-08-20T19:16:16.2627012Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateK8sConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:16.2627834Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListRole.json' from root:root to runner:runner
2025-08-20T19:16:16.2628642Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RestartApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2629441Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StartK8sAppPrecheck.json' from root:root to runner:runner
2025-08-20T19:16:16.2630237Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ScaleK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2631086Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RollbackChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.2631905Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.2632811Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sIngressRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2633584Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AddLogPath.json' from root:root to runner:runner
2025-08-20T19:16:16.2634407Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryMigrateRegionList.json' from root:root to runner:runner
2025-08-20T19:16:16.2635203Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateAccountInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2636008Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sIngressRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2636747Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.2637540Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListAliyunRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.2638336Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListK8sIngressRules.json' from root:root to runner:runner
2025-08-20T19:16:16.2639172Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetK8sCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.2639945Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StopApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2640783Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2641641Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.2642549Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2643311Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertRole.json' from root:root to runner:runner
2025-08-20T19:16:16.2644143Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.2644848Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas' from root:root to runner:runner
2025-08-20T19:16:16.2645764Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DisableLoadBalancerIpv6Internet.json' from root:root to runner:runner
2025-08-20T19:16:16.2646654Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateLoadBalancerAddressTypeConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2647500Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/StartShiftLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:16.2648298Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CreateSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2649095Z [00:02:21.229]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:16.2649852Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/GetJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2650707Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/LoadBalancerJoinSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2651519Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/AddServersToServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2652550Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2653532Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DeleteSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2654554Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/AttachCommonBandwidthPackageToLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:16.2655404Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateLoadBalancerProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.2656224Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListListenerCertificates.json' from root:root to runner:runner
2025-08-20T19:16:16.2656994Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/StartListener.json' from root:root to runner:runner
2025-08-20T19:16:16.2657867Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:16.2658650Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2659629Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/AssociateAdditionalCertificatesWithListener.json' from root:root to runner:runner
2025-08-20T19:16:16.2660496Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateServerGroupServersAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2661325Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/GetLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2662138Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListServerGroupServers.json' from root:root to runner:runner
2025-08-20T19:16:16.2663171Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.2663963Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DeleteServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2664761Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2665554Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2670784Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/LoadBalancerLeaveSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2671695Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DeleteLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:16.2672850Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListSystemSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2673694Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2674440Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/version.json' from root:root to runner:runner
2025-08-20T19:16:16.2675244Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/GetListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2676093Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DeleteListener.json' from root:root to runner:runner
2025-08-20T19:16:16.2676879Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.2677718Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListListeners.json' from root:root to runner:runner
2025-08-20T19:16:16.2678498Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2679290Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CreateServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2680130Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CancelShiftLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:16.2680899Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2681666Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CreateListener.json' from root:root to runner:runner
2025-08-20T19:16:16.2682531Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/StopListener.json' from root:root to runner:runner
2025-08-20T19:16:16.2683357Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/GetListenerHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2684368Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DisassociateAdditionalCertificatesWithListener.json' from root:root to runner:runner
2025-08-20T19:16:16.2685135Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:16.2686122Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:16.2686909Z [00:02:21.230]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:16.2687755Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateSecurityPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2688592Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/RemoveServersFromServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2689498Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/EnableLoadBalancerIpv6Internet.json' from root:root to runner:runner
2025-08-20T19:16:16.2690378Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2691073Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb' from root:root to runner:runner
2025-08-20T19:16:16.2692186Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/MergeImageFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2693668Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectPedestrianIntrusion.json' from root:root to runner:runner
2025-08-20T19:16:16.2694508Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/AddFaceImageTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.2695322Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectBodyCount.json' from root:root to runner:runner
2025-08-20T19:16:16.2696131Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/UpdateFaceEntity.json' from root:root to runner:runner
2025-08-20T19:16:16.2696910Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/HandPosture.json' from root:root to runner:runner
2025-08-20T19:16:16.2697693Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/CreateFaceDb.json' from root:root to runner:runner
2025-08-20T19:16:16.2698578Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/BodyPosture.json' from root:root to runner:runner
2025-08-20T19:16:16.2699426Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GenerateHumanSketchStyle.json' from root:root to runner:runner
2025-08-20T19:16:16.2700266Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2701095Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/CompareFaceWithMask.json' from root:root to runner:runner
2025-08-20T19:16:16.2701878Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/LiquifyFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2702877Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/AddFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2703814Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GenerateHumanAnimeStyle.json' from root:root to runner:runner
2025-08-20T19:16:16.2704607Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/BatchAddFaces.json' from root:root to runner:runner
2025-08-20T19:16:16.2705520Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeleteFaceImageTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.2706294Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/FaceBeauty.json' from root:root to runner:runner
2025-08-20T19:16:16.2707108Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectCelebrity.json' from root:root to runner:runner
2025-08-20T19:16:16.2707894Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectChefCap.json' from root:root to runner:runner
2025-08-20T19:16:16.2708720Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizeHandGesture.json' from root:root to runner:runner
2025-08-20T19:16:16.2709505Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/BeautifyBody.json' from root:root to runner:runner
2025-08-20T19:16:16.2710312Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectLivingFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2711087Z [00:02:21.231]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RetouchBody.json' from root:root to runner:runner
2025-08-20T19:16:16.2711924Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RetouchSkin.json' from root:root to runner:runner
2025-08-20T19:16:16.2712830Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeepfakeFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2713678Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/FaceFilter.json' from root:root to runner:runner
2025-08-20T19:16:16.2714464Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/AddFaceEntity.json' from root:root to runner:runner
2025-08-20T19:16:16.2715268Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/VerifyFaceMask.json' from root:root to runner:runner
2025-08-20T19:16:16.2716037Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeleteFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2716877Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/CompareFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2717636Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/version.json' from root:root to runner:runner
2025-08-20T19:16:16.2718566Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizePublicFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2719450Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GetRealPersonVerificationResult.json' from root:root to runner:runner
2025-08-20T19:16:16.2720244Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeleteFaceDb.json' from root:root to runner:runner
2025-08-20T19:16:16.2721045Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeleteFaceEntity.json' from root:root to runner:runner
2025-08-20T19:16:16.2721833Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizeFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2723048Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GetFaceEntity.json' from root:root to runner:runner
2025-08-20T19:16:16.2723946Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectPedestrian.json' from root:root to runner:runner
2025-08-20T19:16:16.2724780Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/ExtractFingerPrint.json' from root:root to runner:runner
2025-08-20T19:16:16.2725697Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/SearchFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2726552Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/PedestrianDetectAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2727337Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/ListFaceDbs.json' from root:root to runner:runner
2025-08-20T19:16:16.2728222Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizeExpression.json' from root:root to runner:runner
2025-08-20T19:16:16.2729007Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/FaceMakeup.json' from root:root to runner:runner
2025-08-20T19:16:16.2729838Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/QueryFaceImageTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.2730668Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/FaceTidyup.json' from root:root to runner:runner
2025-08-20T19:16:16.2731474Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/ListFaceEntities.json' from root:root to runner:runner
2025-08-20T19:16:16.2732525Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GenRealPersonVerificationToken.json' from root:root to runner:runner
2025-08-20T19:16:16.2733528Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectVideoLivingFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2734367Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/MonitorExamination.json' from root:root to runner:runner
2025-08-20T19:16:16.2735173Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/EnhanceFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2736039Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectInfraredLivingFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2736809Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/BlurFace.json' from root:root to runner:runner
2025-08-20T19:16:16.2737674Z [00:02:21.232]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/ExtractPedestrianFeatureAttr.json' from root:root to runner:runner
2025-08-20T19:16:16.2738480Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizeAction.json' from root:root to runner:runner
2025-08-20T19:16:16.2739291Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody' from root:root to runner:runner
2025-08-20T19:16:16.2740212Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DetachResourceFromVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:16.2741184Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/AttachResourceToVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:16.2742011Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2743158Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointServiceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2744052Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.2745002Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointConnections.json' from root:root to runner:runner
2025-08-20T19:16:16.2745922Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/AttachSecurityGroupToVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.2746891Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DetachSecurityGroupFromVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.2747766Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/AddUserToVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:16.2748660Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/EnableVpcEndpointZoneConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.2749504Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointZones.json' from root:root to runner:runner
2025-08-20T19:16:16.2750325Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/CreateVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.2751177Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/OpenPrivateLinkService.json' from root:root to runner:runner
2025-08-20T19:16:16.2751999Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2753070Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointServicesByEndUser.json' from root:root to runner:runner
2025-08-20T19:16:16.2753947Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/EnableVpcEndpointConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.2754843Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/RemoveUserFromVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:16.2755809Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointServiceResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2756646Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/AddZoneToVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.2757497Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointServices.json' from root:root to runner:runner
2025-08-20T19:16:16.2758411Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DeleteVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:16.2759299Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/GetVpcEndpointServiceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2760176Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.2760950Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/version.json' from root:root to runner:runner
2025-08-20T19:16:16.2761856Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DisableVpcEndpointZoneConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.2762810Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/GetVpcEndpointAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2763633Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/CheckProductOpen.json' from root:root to runner:runner
2025-08-20T19:16:16.2764452Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.2765303Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2766210Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointServiceUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.2768016Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2768862Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2769848Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DisableVpcEndpointConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.2770755Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2771601Z [00:02:21.233]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:16.2772770Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2773712Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DeleteVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.2774648Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/RemoveZoneFromVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.2775610Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointServiceResourceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.2776469Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/CreateVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:16.2777203Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink' from root:root to runner:runner
2025-08-20T19:16:16.2777979Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.2778794Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2779560Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:16.2780389Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateStateConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2781277Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetExecutionTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.2782086Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2783085Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/StartExecution.json' from root:root to runner:runner
2025-08-20T19:16:16.2783995Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetSecretParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.2784820Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListInstancePatchStates.json' from root:root to runner:runner
2025-08-20T19:16:16.2785623Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListInstancePatches.json' from root:root to runner:runner
2025-08-20T19:16:16.2786461Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/RegisterDefaultPatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:16.2787356Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetSecretParametersByPath.json' from root:root to runner:runner
2025-08-20T19:16:16.2788216Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2789022Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreatePatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:16.2789850Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteStateConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:16.2790631Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteParameter.json' from root:root to runner:runner
2025-08-20T19:16:16.2791430Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdatePatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:16.2792222Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2793114Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListExecutions.json' from root:root to runner:runner
2025-08-20T19:16:16.2793902Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:16.2794678Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateParameter.json' from root:root to runner:runner
2025-08-20T19:16:16.2795518Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListActions.json' from root:root to runner:runner
2025-08-20T19:16:16.2796370Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DescribeApplicationGroupBill.json' from root:root to runner:runner
2025-08-20T19:16:16.2797197Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetParameter.json' from root:root to runner:runner
2025-08-20T19:16:16.2797946Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetOpsItem.json' from root:root to runner:runner
2025-08-20T19:16:16.2798743Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListExecutionLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.2799575Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListResourceExecutionStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2800417Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2801194Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.2802074Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeployApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2802992Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateSecretParameter.json' from root:root to runner:runner
2025-08-20T19:16:16.2803787Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/SetServiceSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.2804575Z [00:02:21.234]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetSecretParameter.json' from root:root to runner:runner
2025-08-20T19:16:16.2805358Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.2806128Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateOpsItem.json' from root:root to runner:runner
2025-08-20T19:16:16.2806960Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GenerateExecutionPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2807744Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetServiceSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.2808600Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/NotifyExecution.json' from root:root to runner:runner
2025-08-20T19:16:16.2809417Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteSecretParameter.json' from root:root to runner:runner
2025-08-20T19:16:16.2810277Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListPatchBaselines.json' from root:root to runner:runner
2025-08-20T19:16:16.2811035Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.2811896Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetParametersByPath.json' from root:root to runner:runner
2025-08-20T19:16:16.2812947Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateSecretParameter.json' from root:root to runner:runner
2025-08-20T19:16:16.2813815Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.2814632Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListApplicationGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.2815416Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/SearchInventory.json' from root:root to runner:runner
2025-08-20T19:16:16.2816200Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetPatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:16.2816962Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.2817762Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetInventorySchema.json' from root:root to runner:runner
2025-08-20T19:16:16.2818524Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.2819302Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CancelExecution.json' from root:root to runner:runner
2025-08-20T19:16:16.2820043Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/version.json' from root:root to runner:runner
2025-08-20T19:16:16.2820832Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2821723Z [00:02:21.235]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ValidateTemplateContent.json' from root:root to runner:runner
2025-08-20T19:16:16.2822711Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteExecutions.json' from root:root to runner:runner
2025-08-20T19:16:16.2823507Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.2824384Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTaskExecutions.json' from root:root to runner:runner
2025-08-20T19:16:16.2825349Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateStateConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2826132Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2826898Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.2827740Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/TriggerExecution.json' from root:root to runner:runner
2025-08-20T19:16:16.2828546Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListSecretParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.2829327Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateParameter.json' from root:root to runner:runner
2025-08-20T19:16:16.2830181Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ContinueDeployApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2830955Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2831776Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2832707Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListStateConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:16.2833505Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeletePatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:16.2834273Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListOpsItems.json' from root:root to runner:runner
2025-08-20T19:16:16.2835087Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListParameterVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.2835944Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2836749Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTemplateVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.2837599Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2838466Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListExecutionRiskyTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.2839249Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateExecution.json' from root:root to runner:runner
2025-08-20T19:16:16.2840297Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListSecretParameterVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.2841692Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListInventoryEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.2842614Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.2843402Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.2844167Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateOpsItem.json' from root:root to runner:runner
2025-08-20T19:16:16.2844869Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos' from root:root to runner:runner
2025-08-20T19:16:16.2845707Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallList.json' from root:root to runner:runner
2025-08-20T19:16:16.2846582Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyNatFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2847452Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyInstanceMemberAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.2848328Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyTrFirewallV2Configuration.json' from root:root to runner:runner
2025-08-20T19:16:16.2849530Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeInstanceMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.2850561Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyNatFirewallControlPolicyPosition.json' from root:root to runner:runner
2025-08-20T19:16:16.2851401Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeInvadeEventList.json' from root:root to runner:runner
2025-08-20T19:16:16.2852313Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallsV2List.json' from root:root to runner:runner
2025-08-20T19:16:16.2853537Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallCenList.json' from root:root to runner:runner
2025-08-20T19:16:16.2854433Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeUserAssetIPTrafficInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2855243Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateTrFirewallV2.json' from root:root to runner:runner
2025-08-20T19:16:16.2856192Z [00:02:21.236]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyFirewallV2RoutePolicySwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.2857025Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeDomainResolve.json' from root:root to runner:runner
2025-08-20T19:16:16.2857900Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallCenSwitchStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2858748Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallConfigure.json' from root:root to runner:runner
2025-08-20T19:16:16.2859614Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallSwitchStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2860443Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteInstanceMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.2861298Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyControlPolicyPosition.json' from root:root to runner:runner
2025-08-20T19:16:16.2862191Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/BatchCopyVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2863228Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/PutEnableFwSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.2864128Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/AddControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2864991Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeInternetTrafficTrend.json' from root:root to runner:runner
2025-08-20T19:16:16.2865821Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ReleasePostInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.2866755Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2867634Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2868448Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/AddInstanceMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.2869320Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeAssetList.json' from root:root to runner:runner
2025-08-20T19:16:16.2870197Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeNatFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2871021Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2871867Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.2872856Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribePolicyAdvancedConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2873669Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteAddressBook.json' from root:root to runner:runner
2025-08-20T19:16:16.2874578Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVulnerabilityProtectedList.json' from root:root to runner:runner
2025-08-20T19:16:16.2875400Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/PutEnableAllFwSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.2876312Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeOutgoingDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.2877177Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteVpcFirewallCenConfigure.json' from root:root to runner:runner
2025-08-20T19:16:16.2878102Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteNatFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2878975Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2879871Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json' from root:root to runner:runner
2025-08-20T19:16:16.2880793Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallsV2RouteList.json' from root:root to runner:runner
2025-08-20T19:16:16.2881604Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyAddressBook.json' from root:root to runner:runner
2025-08-20T19:16:16.2882561Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteVpcFirewallConfigure.json' from root:root to runner:runner
2025-08-20T19:16:16.2883585Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json' from root:root to runner:runner
2025-08-20T19:16:16.2884407Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteTrFirewallV2.json' from root:root to runner:runner
2025-08-20T19:16:16.2885220Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/PutDisableFwSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.2886084Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallCenConfigure.json' from root:root to runner:runner
2025-08-20T19:16:16.2886921Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/PutDisableAllFwSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.2887787Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ResetVpcFirewallRuleHitCount.json' from root:root to runner:runner
2025-08-20T19:16:16.2888644Z [00:02:21.237]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallCenDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.2889477Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeInternetOpenIp.json' from root:root to runner:runner
2025-08-20T19:16:16.2890375Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribePolicyPriorUsed.json' from root:root to runner:runner
2025-08-20T19:16:16.2891200Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/version.json' from root:root to runner:runner
2025-08-20T19:16:16.2892100Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallV2RoutePolicyList.json' from root:root to runner:runner
2025-08-20T19:16:16.2893191Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeACLProtectTrend.json' from root:root to runner:runner
2025-08-20T19:16:16.2894085Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteFirewallV2RoutePolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.2895009Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeRiskEventPayload.json' from root:root to runner:runner
2025-08-20T19:16:16.2895877Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallsV2Detail.json' from root:root to runner:runner
2025-08-20T19:16:16.2896801Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateNatFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2897674Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeOutgoingDestinationIP.json' from root:root to runner:runner
2025-08-20T19:16:16.2898530Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyPolicyAdvancedConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2899395Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateTrFirewallV2RoutePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2900273Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2901147Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2902046Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json' from root:root to runner:runner
2025-08-20T19:16:16.2903094Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeRiskEventGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2904013Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeAddressBook.json' from root:root to runner:runner
2025-08-20T19:16:16.2904928Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallControlPolicyPosition.json' from root:root to runner:runner
2025-08-20T19:16:16.2905787Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/AddAddressBook.json' from root:root to runner:runner
2025-08-20T19:16:16.2906642Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateVpcFirewallConfigure.json' from root:root to runner:runner
2025-08-20T19:16:16.2907534Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2908363Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.2909318Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.2910197Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallAclGroupList.json' from root:root to runner:runner
2025-08-20T19:16:16.2911636Z [00:02:21.238]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeNatFirewallPolicyPriorUsed.json' from root:root to runner:runner
2025-08-20T19:16:16.2912843Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateVpcFirewallCenConfigure.json' from root:root to runner:runner
2025-08-20T19:16:16.2913565Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw' from root:root to runner:runner
2025-08-20T19:16:16.2914372Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.2915157Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2915950Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessageGetByKey.json' from root:root to runner:runner
2025-08-20T19:16:16.2916738Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2917512Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessageDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.2918377Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceCreate.json' from root:root to runner:runner
2025-08-20T19:16:16.2919184Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTrendTopicInputTps.json' from root:root to runner:runner
2025-08-20T19:16:16.2920023Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTraceGetResult.json' from root:root to runner:runner
2025-08-20T19:16:16.2920829Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessageGetByMsgId.json' from root:root to runner:runner
2025-08-20T19:16:16.2921608Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2922370Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicList.json' from root:root to runner:runner
2025-08-20T19:16:16.2923321Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicDelete.json' from root:root to runner:runner
2025-08-20T19:16:16.2924137Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerAccumulate.json' from root:root to runner:runner
2025-08-20T19:16:16.2924982Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceDelete.json' from root:root to runner:runner
2025-08-20T19:16:16.2925791Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OpenOnsService.json' from root:root to runner:runner
2025-08-20T19:16:16.2926608Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTraceQueryByMsgKey.json' from root:root to runner:runner
2025-08-20T19:16:16.2927367Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupList.json' from root:root to runner:runner
2025-08-20T19:16:16.2928148Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicUpdate.json' from root:root to runner:runner
2025-08-20T19:16:16.2928913Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsRegionList.json' from root:root to runner:runner
2025-08-20T19:16:16.2929756Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessagePageQueryByTopic.json' from root:root to runner:runner
2025-08-20T19:16:16.2930540Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceUpdate.json' from root:root to runner:runner
2025-08-20T19:16:16.2931382Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessageTrace.json' from root:root to runner:runner
2025-08-20T19:16:16.2932124Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/version.json' from root:root to runner:runner
2025-08-20T19:16:16.2933295Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsDLQMessageResendById.json' from root:root to runner:runner
2025-08-20T19:16:16.2934115Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerTimeSpan.json' from root:root to runner:runner
2025-08-20T19:16:16.2934898Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2935685Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicSubDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.2936594Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceInServiceList.json' from root:root to runner:runner
2025-08-20T19:16:16.2937408Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerResetOffset.json' from root:root to runner:runner
2025-08-20T19:16:16.2938224Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2939036Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupConsumerUpdate.json' from root:root to runner:runner
2025-08-20T19:16:16.2939824Z [00:02:21.239]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicCreate.json' from root:root to runner:runner
2025-08-20T19:16:16.2940635Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTrendGroupOutputTps.json' from root:root to runner:runner
2025-08-20T19:16:16.2941439Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsDLQMessageGetById.json' from root:root to runner:runner
2025-08-20T19:16:16.2942212Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessagePush.json' from root:root to runner:runner
2025-08-20T19:16:16.2943317Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsDLQMessagePageQueryByGroupId.json' from root:root to runner:runner
2025-08-20T19:16:16.2944151Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerGetConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.2944954Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTraceQueryByMsgId.json' from root:root to runner:runner
2025-08-20T19:16:16.2945809Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupCreate.json' from root:root to runner:runner
2025-08-20T19:16:16.2946657Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupSubDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.2947426Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupDelete.json' from root:root to runner:runner
2025-08-20T19:16:16.2948130Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons' from root:root to runner:runner
2025-08-20T19:16:16.2949020Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DisassociateDefaultFilter.json' from root:root to runner:runner
2025-08-20T19:16:16.2949899Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:16.2950709Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/UpdateFilter.json' from root:root to runner:runner
2025-08-20T19:16:16.2951589Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListMultiAccountTagValues.json' from root:root to runner:runner
2025-08-20T19:16:16.2952593Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DeleteFilter.json' from root:root to runner:runner
2025-08-20T19:16:16.2953528Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListMultiAccountResourceGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.2954361Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ExecuteSQLQuery.json' from root:root to runner:runner
2025-08-20T19:16:16.2955275Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetResourceCenterServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2956115Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListSavedQueries.json' from root:root to runner:runner
2025-08-20T19:16:16.2956981Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListMultiAccountTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.2957821Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetResourceCounts.json' from root:root to runner:runner
2025-08-20T19:16:16.2958720Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListResourceTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.2959543Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetSavedQuery.json' from root:root to runner:runner
2025-08-20T19:16:16.2960407Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.2961217Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListFilters.json' from root:root to runner:runner
2025-08-20T19:16:16.2962089Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/AssociateDefaultFilter.json' from root:root to runner:runner
2025-08-20T19:16:16.2963038Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetExampleQuery.json' from root:root to runner:runner
2025-08-20T19:16:16.2963902Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/version.json' from root:root to runner:runner
2025-08-20T19:16:16.2964777Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetResourceConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2965761Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/EnableMultiAccountResourceCenter.json' from root:root to runner:runner
2025-08-20T19:16:16.2966701Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetMultiAccountResourceConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2967543Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/SearchResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2968378Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/UpdateSavedQuery.json' from root:root to runner:runner
2025-08-20T19:16:16.2969265Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ExecuteMultiAccountSQLQuery.json' from root:root to runner:runner
2025-08-20T19:16:16.2970155Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/SearchMultiAccountResources.json' from root:root to runner:runner
2025-08-20T19:16:16.2970987Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DeleteSavedQuery.json' from root:root to runner:runner
2025-08-20T19:16:16.2971803Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/CreateFilter.json' from root:root to runner:runner
2025-08-20T19:16:16.2972964Z [00:02:21.240]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/EnableResourceCenter.json' from root:root to runner:runner
2025-08-20T19:16:16.2973921Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListExampleQueries.json' from root:root to runner:runner
2025-08-20T19:16:16.2974754Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/CreateSavedQuery.json' from root:root to runner:runner
2025-08-20T19:16:16.2975729Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.2976593Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DisableResourceCenter.json' from root:root to runner:runner
2025-08-20T19:16:16.2977566Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DisableMultiAccountResourceCenter.json' from root:root to runner:runner
2025-08-20T19:16:16.2978308Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter' from root:root to runner:runner
2025-08-20T19:16:16.2979108Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateLifecycleHook.json' from root:root to runner:runner
2025-08-20T19:16:16.2979961Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:16.2980741Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:16.2981512Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ResumeProcesses.json' from root:root to runner:runner
2025-08-20T19:16:16.2982371Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteNotificationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2983471Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2984550Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:16.2985884Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/RecordLifecycleActionHeartbeat.json' from root:root to runner:runner
2025-08-20T19:16:16.2986690Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachVServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.2987629Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2988538Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:16.2989316Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.2990083Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/RemoveInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.2990902Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeLifecycleHooks.json' from root:root to runner:runner
2025-08-20T19:16:16.2991716Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/VerifyUser.json' from root:root to runner:runner
2025-08-20T19:16:16.2992645Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteScheduledTask.json' from root:root to runner:runner
2025-08-20T19:16:16.2993439Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/EnableScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.2994283Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeAlarms.json' from root:root to runner:runner
2025-08-20T19:16:16.2995150Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeactivateScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.2995968Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.2996746Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.2997596Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingActivityDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.2998430Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingActivities.json' from root:root to runner:runner
2025-08-20T19:16:16.2999213Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3000001Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ScaleWithAdjustment.json' from root:root to runner:runner
2025-08-20T19:16:16.3000885Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScheduledTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.3001699Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyAlarm.json' from root:root to runner:runner
2025-08-20T19:16:16.3002620Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3003451Z [00:02:21.241]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeNotificationTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.3004367Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateEciScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.3005219Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3006027Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachAlbServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.3006830Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingRules.json' from root:root to runner:runner
2025-08-20T19:16:16.3007641Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.3008463Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/SetInstancesProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.3009216Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.3010008Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3010866Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyEciScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.3011668Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DisableScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3012557Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.3013553Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeLifecycleActions.json' from root:root to runner:runner
2025-08-20T19:16:16.3014449Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/RebalanceInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.3015298Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeLimitation.json' from root:root to runner:runner
2025-08-20T19:16:16.3016066Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DisableAlarm.json' from root:root to runner:runner
2025-08-20T19:16:16.3016811Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/version.json' from root:root to runner:runner
2025-08-20T19:16:16.3017746Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeNotificationConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:16.3018592Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.3019390Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachVServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.3020169Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.3020963Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteLifecycleHook.json' from root:root to runner:runner
2025-08-20T19:16:16.3021803Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.3022813Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3023621Z [00:02:21.242]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyScheduledTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3024405Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3025232Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/SetGroupDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.3026058Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.3026815Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3027708Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyLifecycleHook.json' from root:root to runner:runner
2025-08-20T19:16:16.3028499Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3029362Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachAlbServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.3030195Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.3031112Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateNotificationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.3031909Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ExecuteScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3032872Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.3033703Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CompleteLifecycleAction.json' from root:root to runner:runner
2025-08-20T19:16:16.3034466Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/EnableAlarm.json' from root:root to runner:runner
2025-08-20T19:16:16.3035336Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeEciScalingConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:16.3036123Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/SetInstanceHealth.json' from root:root to runner:runner
2025-08-20T19:16:16.3036875Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ExitStandby.json' from root:root to runner:runner
2025-08-20T19:16:16.3037746Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyNotificationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.3038531Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateScheduledTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3039301Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/EnterStandby.json' from root:root to runner:runner
2025-08-20T19:16:16.3040074Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/SuspendProcesses.json' from root:root to runner:runner
2025-08-20T19:16:16.3040940Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateAlarm.json' from root:root to runner:runner
2025-08-20T19:16:16.3041727Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3042732Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteEciScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.3043492Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteAlarm.json' from root:root to runner:runner
2025-08-20T19:16:16.3044357Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/VerifyAuthentication.json' from root:root to runner:runner
2025-08-20T19:16:16.3045051Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess' from root:root to runner:runner
2025-08-20T19:16:16.3045937Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHDCommonImage.json' from root:root to runner:runner
2025-08-20T19:16:16.3046747Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentCommodity.json' from root:root to runner:runner
2025-08-20T19:16:16.3047525Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/ChangeSky.json' from root:root to runner:runner
2025-08-20T19:16:16.3048297Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentFood.json' from root:root to runner:runner
2025-08-20T19:16:16.3049086Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHead.json' from root:root to runner:runner
2025-08-20T19:16:16.3049853Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/RefineMask.json' from root:root to runner:runner
2025-08-20T19:16:16.3050672Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentCommonImage.json' from root:root to runner:runner
2025-08-20T19:16:16.3051445Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentBody.json' from root:root to runner:runner
2025-08-20T19:16:16.3052256Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:16.3053311Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentCloth.json' from root:root to runner:runner
2025-08-20T19:16:16.3054093Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentSkin.json' from root:root to runner:runner
2025-08-20T19:16:16.3054944Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/version.json' from root:root to runner:runner
2025-08-20T19:16:16.3055794Z [00:02:21.243]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHDBody.json' from root:root to runner:runner
2025-08-20T19:16:16.3056575Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/ParseFace.json' from root:root to runner:runner
2025-08-20T19:16:16.3057341Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentSky.json' from root:root to runner:runner
2025-08-20T19:16:16.3058398Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHDSky.json' from root:root to runner:runner
2025-08-20T19:16:16.3059699Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHair.json' from root:root to runner:runner
2025-08-20T19:16:16.3060509Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentScene.json' from root:root to runner:runner
2025-08-20T19:16:16.3061420Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg' from root:root to runner:runner
2025-08-20T19:16:16.3062308Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeMeterLiveInteractionDau.json' from root:root to runner:runner
2025-08-20T19:16:16.3063368Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.3064232Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRecordNotifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.3065074Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.3065912Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveStreamWatermarkRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3066871Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainSnapshotData.json' from root:root to runner:runner
2025-08-20T19:16:16.3067702Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListEdgeTranscodeTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3068536Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeChannelParticipants.json' from root:root to runner:runner
2025-08-20T19:16:16.3069397Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UnTagLiveResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3070176Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddStudioLayout.json' from root:root to runner:runner
2025-08-20T19:16:16.3071026Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainPushBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.3071908Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendLiveMessageUser.json' from root:root to runner:runner
2025-08-20T19:16:16.3073154Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterLayouts.json' from root:root to runner:runner
2025-08-20T19:16:16.3074060Z [00:02:21.244]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:16.3074886Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.3075698Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterComponent.json' from root:root to runner:runner
2025-08-20T19:16:16.3076492Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveStreamMerge.json' from root:root to runner:runner
2025-08-20T19:16:16.3077335Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveAudioAuditConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3078078Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendLike.json' from root:root to runner:runner
2025-08-20T19:16:16.3078937Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLivePullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3079757Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveMessageGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.3080648Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3081447Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3082257Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3083238Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CopyCasterSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3084050Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3084819Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListEventSub.json' from root:root to runner:runner
2025-08-20T19:16:16.3085610Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveMpuTaskSei.json' from root:root to runner:runner
2025-08-20T19:16:16.3086527Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRecordNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3087364Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeletePlaylist.json' from root:root to runner:runner
2025-08-20T19:16:16.3088231Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamHistoryUserNum.json' from root:root to runner:runner
2025-08-20T19:16:16.3089011Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3089843Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:16.3090627Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/QueryMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:16.3091446Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3092270Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveAppRecordConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3093286Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListPlaylist.json' from root:root to runner:runner
2025-08-20T19:16:16.3094162Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopLiveMPUTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3095004Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3095798Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3096623Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessage.json' from root:root to runner:runner
2025-08-20T19:16:16.3097430Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveEdgeTransfer.json' from root:root to runner:runner
2025-08-20T19:16:16.3098258Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterEpisodeGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3099066Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveUserTags.json' from root:root to runner:runner
2025-08-20T19:16:16.3099929Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeStudioLayouts.json' from root:root to runner:runner
2025-08-20T19:16:16.3100835Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRecordData.json' from root:root to runner:runner
2025-08-20T19:16:16.3101658Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendRoomUserNotification.json' from root:root to runner:runner
2025-08-20T19:16:16.3102685Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterEpisode.json' from root:root to runner:runner
2025-08-20T19:16:16.3103497Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateMixStream.json' from root:root to runner:runner
2025-08-20T19:16:16.3104376Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveStreamRecordIndexFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.3105264Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainBpsDataByTimeStamp.json' from root:root to runner:runner
2025-08-20T19:16:16.3106125Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsNotifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.3106930Z [00:02:21.245]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterComponent.json' from root:root to runner:runner
2025-08-20T19:16:16.3107834Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3108666Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveRecordVodConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3109519Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsOnlineList.json' from root:root to runner:runner
2025-08-20T19:16:16.3110403Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLivePackageConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3111216Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3112005Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterSyncGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3113049Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamRecordIndexFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.3113881Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/BatchSetLiveDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.3114747Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3115617Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveAudioAuditNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3116409Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendMessageToGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3117239Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLivePushProxyLog.json' from root:root to runner:runner
2025-08-20T19:16:16.3118035Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveIpInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.3118895Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3119683Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddPlaylistItems.json' from root:root to runner:runner
2025-08-20T19:16:16.3120571Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamTranscodeStreamNum.json' from root:root to runner:runner
2025-08-20T19:16:16.3121503Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamRecordIndexFile.json' from root:root to runner:runner
2025-08-20T19:16:16.3122275Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CloseLiveShift.json' from root:root to runner:runner
2025-08-20T19:16:16.3123230Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.3124077Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamsNotifyUrlConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3124946Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveLazyPullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3125788Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetSnapshotCallbackAuth.json' from root:root to runner:runner
2025-08-20T19:16:16.3126703Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveSnapshotNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3127517Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeMixStreamList.json' from root:root to runner:runner
2025-08-20T19:16:16.3128436Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveRealtimeLogDeliveryInfos.json' from root:root to runner:runner
2025-08-20T19:16:16.3129226Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/MuteAllGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:16.3130018Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListPlaylistItems.json' from root:root to runner:runner
2025-08-20T19:16:16.3131001Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveDetectNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3132373Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterVideoResource.json' from root:root to runner:runner
2025-08-20T19:16:16.3133478Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterEpisodeGroupContent.json' from root:root to runner:runner
2025-08-20T19:16:16.3134351Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRealtimeDeliveryAcc.json' from root:root to runner:runner
2025-08-20T19:16:16.3135166Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterSyncGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3136087Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendMessageToGroupUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.3136910Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLivePackageConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3137755Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:16.3138585Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDetectPornData.json' from root:root to runner:runner
2025-08-20T19:16:16.3139468Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveAudioAuditNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3140254Z [00:02:21.246]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ResumeLiveStream.json' from root:root to runner:runner
2025-08-20T19:16:16.3141111Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3142010Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamTranscodeMetricData.json' from root:root to runner:runner
2025-08-20T19:16:16.3143184Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveCenterTransfer.json' from root:root to runner:runner
2025-08-20T19:16:16.3144028Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateCasterSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3144801Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopCaster.json' from root:root to runner:runner
2025-08-20T19:16:16.3145632Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.3146415Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteEventSub.json' from root:root to runner:runner
2025-08-20T19:16:16.3147235Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveEdgeTransfer.json' from root:root to runner:runner
2025-08-20T19:16:16.3148024Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ForbidPushStream.json' from root:root to runner:runner
2025-08-20T19:16:16.3148877Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveSnapshotNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3149726Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartLiveMPUTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3150526Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeletePlaylistItems.json' from root:root to runner:runner
2025-08-20T19:16:16.3151449Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamTranscodeInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.3152232Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/HotLiveRtcStream.json' from root:root to runner:runner
2025-08-20T19:16:16.3153240Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.3154035Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterProgram.json' from root:root to runner:runner
2025-08-20T19:16:16.3154929Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.3155777Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/QuerySnapshotCallbackAuth.json' from root:root to runner:runner
2025-08-20T19:16:16.3156677Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveMessageUserMessage.json' from root:root to runner:runner
2025-08-20T19:16:16.3157516Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveSnapshotConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3158284Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CopyCaster.json' from root:root to runner:runner
2025-08-20T19:16:16.3159049Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCaster.json' from root:root to runner:runner
2025-08-20T19:16:16.3159915Z [00:02:21.247]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsPublishList.json' from root:root to runner:runner
2025-08-20T19:16:16.3160690Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/PlayChoosenShow.json' from root:root to runner:runner
2025-08-20T19:16:16.3161530Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRecordConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3162340Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterStreamUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.3163352Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLivePackageConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3164115Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopPlaylist.json' from root:root to runner:runner
2025-08-20T19:16:16.3164974Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/LeaveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3165755Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:16.3166592Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3167404Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3168320Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DisableLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.3169175Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveRealTimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.3170104Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamMetricDetailData.json' from root:root to runner:runner
2025-08-20T19:16:16.3170933Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveTopLevelDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.3171754Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeUpBpsPeakData.json' from root:root to runner:runner
2025-08-20T19:16:16.3172764Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterVideoResource.json' from root:root to runner:runner
2025-08-20T19:16:16.3173681Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3174481Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EditShowAndReplace.json' from root:root to runner:runner
2025-08-20T19:16:16.3175343Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsTotalCount.json' from root:root to runner:runner
2025-08-20T19:16:16.3176174Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveAppSnapshotConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3177079Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveShiftConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.3177953Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsControlHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.3178820Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLivePackageConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3179629Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterEpisode.json' from root:root to runner:runner
2025-08-20T19:16:16.3180480Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamSnapshotInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.3181328Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamMonitorList.json' from root:root to runner:runner
2025-08-20T19:16:16.3182255Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.3183356Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetEditingJobInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.3184241Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateRoomRealTimeStreamAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.3185111Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDelayedStreamingUsage.json' from root:root to runner:runner
2025-08-20T19:16:16.3185972Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamWatermarkRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3186753Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopLiveDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.3187603Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.3188461Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveAudioAuditNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3189325Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveSnapshotNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3190198Z [00:02:21.248]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3191043Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveProducerUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.3191913Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRecordUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.3192907Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMultiRateConfigList.json' from root:root to runner:runner
2025-08-20T19:16:16.3193764Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageAppCallback.json' from root:root to runner:runner
2025-08-20T19:16:16.3194593Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveRecordVodConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3195469Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterProgram.json' from root:root to runner:runner
2025-08-20T19:16:16.3196297Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.3197137Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeShowList.json' from root:root to runner:runner
2025-08-20T19:16:16.3197920Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyShowList.json' from root:root to runner:runner
2025-08-20T19:16:16.3198699Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartCasterScene.json' from root:root to runner:runner
2025-08-20T19:16:16.3199497Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterLayout.json' from root:root to runner:runner
2025-08-20T19:16:16.3200351Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveStreamWatermarkRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3201129Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateMixStream.json' from root:root to runner:runner
2025-08-20T19:16:16.3201914Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/TagLiveResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3202898Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKFirstFrameDelay.json' from root:root to runner:runner
2025-08-20T19:16:16.3203826Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterEpisode.json' from root:root to runner:runner
2025-08-20T19:16:16.3205255Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainMapping.json' from root:root to runner:runner
2025-08-20T19:16:16.3206134Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/BatchDeleteLiveDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.3206993Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:16.3207845Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLivePullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3208646Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterTimedEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.3209511Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/VerifyLiveDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:16.3210317Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddShowIntoShowList.json' from root:root to runner:runner
2025-08-20T19:16:16.3211151Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/JoinMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3211930Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateEventSub.json' from root:root to runner:runner
2025-08-20T19:16:16.3212998Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3213891Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamsNotifyUrlConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3214751Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.3215555Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteMultiRateConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3216359Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CancelMuteGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:16.3217198Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveMessageGroupBand.json' from root:root to runner:runner
2025-08-20T19:16:16.3218100Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3218940Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsBlockList.json' from root:root to runner:runner
2025-08-20T19:16:16.3219788Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMessageToken.json' from root:root to runner:runner
2025-08-20T19:16:16.3220615Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3221437Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainLimit.json' from root:root to runner:runner
2025-08-20T19:16:16.3222285Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveHttpsDomainList.json' from root:root to runner:runner
2025-08-20T19:16:16.3223425Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDrmUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.3224211Z [00:02:21.249]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EditPlaylist.json' from root:root to runner:runner
2025-08-20T19:16:16.3225112Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeDomainWithIntegrity.json' from root:root to runner:runner
2025-08-20T19:16:16.3226021Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.3226839Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteSnapshotFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.3227653Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeDomainUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.3228463Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListEventSubEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.3229278Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:16.3230151Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainTimeShiftData.json' from root:root to runner:runner
2025-08-20T19:16:16.3230989Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveAppSnapshotConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3231836Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopCasterScene.json' from root:root to runner:runner
2025-08-20T19:16:16.3232834Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKPlayFailStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3233763Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveDomainSchdmByProperty.json' from root:root to runner:runner
2025-08-20T19:16:16.3234554Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:16.3235376Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.3236217Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterVideoResource.json' from root:root to runner:runner
2025-08-20T19:16:16.3237095Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.3237933Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveCenterTransfer.json' from root:root to runner:runner
2025-08-20T19:16:16.3238806Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveEdgeTransfer.json' from root:root to runner:runner
2025-08-20T19:16:16.3239589Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ForbidLiveStream.json' from root:root to runner:runner
2025-08-20T19:16:16.3240414Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveStreamWatermark.json' from root:root to runner:runner
2025-08-20T19:16:16.3241236Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveMessageGroupUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.3241990Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/version.json' from root:root to runner:runner
2025-08-20T19:16:16.3242921Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RealTimeSnapshotCommand.json' from root:root to runner:runner
2025-08-20T19:16:16.3243731Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasters.json' from root:root to runner:runner
2025-08-20T19:16:16.3244546Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamMerge.json' from root:root to runner:runner
2025-08-20T19:16:16.3245523Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamOptimizedFeatureConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3246358Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetEdgeTranscodeTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3247332Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainFrameRateAndBitRateData.json' from root:root to runner:runner
2025-08-20T19:16:16.3248183Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.3249101Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveAudioAuditConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3249989Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamOptimizedFeatureConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3250847Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamBlock.json' from root:root to runner:runner
2025-08-20T19:16:16.3251686Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveAppSnapshotConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3252658Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddRtsLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:16.3253663Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveUserBillPrediction.json' from root:root to runner:runner
2025-08-20T19:16:16.3254457Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddTrancodeSEI.json' from root:root to runner:runner
2025-08-20T19:16:16.3255214Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteRoom.json' from root:root to runner:runner
2025-08-20T19:16:16.3256069Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveRealTimeLogLogstore.json' from root:root to runner:runner
2025-08-20T19:16:16.3256867Z [00:02:21.250]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveMessageApps.json' from root:root to runner:runner
2025-08-20T19:16:16.3257697Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EffectCasterVideoResource.json' from root:root to runner:runner
2025-08-20T19:16:16.3258540Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRoomKickoutUserList.json' from root:root to runner:runner
2025-08-20T19:16:16.3259461Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeStreamLocationBlock.json' from root:root to runner:runner
2025-08-20T19:16:16.3260286Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeToutiaoLivePlay.json' from root:root to runner:runner
2025-08-20T19:16:16.3261156Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetAllCustomTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.3262052Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageAppDisable.json' from root:root to runner:runner
2025-08-20T19:16:16.3263147Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamPreloadTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.3264020Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamWatermarkRules.json' from root:root to runner:runner
2025-08-20T19:16:16.3264975Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveRealtimeLogDeliveryDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.3265833Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKPlayTime.json' from root:root to runner:runner
2025-08-20T19:16:16.3266731Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRealTimeHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.3267519Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteMixStream.json' from root:root to runner:runner
2025-08-20T19:16:16.3268358Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamWatermark.json' from root:root to runner:runner
2025-08-20T19:16:16.3269170Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterProgram.json' from root:root to runner:runner
2025-08-20T19:16:16.3269986Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveCenterTransfer.json' from root:root to runner:runner
2025-08-20T19:16:16.3270881Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainStreamTranscodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.3271749Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DynamicUpdateWaterMarkStreamRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3272740Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RemoveShowFromShowList.json' from root:root to runner:runner
2025-08-20T19:16:16.3273542Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateCustomTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3274380Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKVvData.json' from root:root to runner:runner
2025-08-20T19:16:16.3275272Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDomainMapping.json' from root:root to runner:runner
2025-08-20T19:16:16.3276134Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterEpisodeGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3277704Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveLazyPullStreamConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3278647Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CancelMuteAllGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:16.3279522Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveTranscodeTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3280359Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RollbackLiveStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3281183Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamState.json' from root:root to runner:runner
2025-08-20T19:16:16.3282004Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RealTimeRecordCommand.json' from root:root to runner:runner
2025-08-20T19:16:16.3282983Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterVideoResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3283862Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveAudioAuditNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3284699Z [00:02:21.251]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveGrtnTrafficUsage.json' from root:root to runner:runner
2025-08-20T19:16:16.3285578Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainBpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:16.3286398Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterSceneAudio.json' from root:root to runner:runner
2025-08-20T19:16:16.3287395Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveSnapshotDetectPornConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3288245Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveRecordNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3289094Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetCustomTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3289953Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EnableLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.3290813Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamBlock.json' from root:root to runner:runner
2025-08-20T19:16:16.3291618Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3292681Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCustomLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:16.3293659Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.3294570Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamRecordIndexFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.3295374Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCustomTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3296200Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterChannels.json' from root:root to runner:runner
2025-08-20T19:16:16.3297014Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3297853Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveDomainPlayMapping.json' from root:root to runner:runner
2025-08-20T19:16:16.3298621Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartPlaylist.json' from root:root to runner:runner
2025-08-20T19:16:16.3299434Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/BatchGetOnlineUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.3300218Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AllowPushStream.json' from root:root to runner:runner
2025-08-20T19:16:16.3301155Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveSnapshotNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3302001Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeToutiaoLivePublish.json' from root:root to runner:runner
2025-08-20T19:16:16.3303140Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3303985Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.3304869Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterProgram.json' from root:root to runner:runner
2025-08-20T19:16:16.3305709Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamPreloadTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.3306623Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamBitRateData.json' from root:root to runner:runner
2025-08-20T19:16:16.3307465Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveTopDomainsByFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.3308272Z [00:02:21.252]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteStudioLayout.json' from root:root to runner:runner
2025-08-20T19:16:16.3309111Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLivePullStreamConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3310013Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.3310847Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainPvUvData.json' from root:root to runner:runner
2025-08-20T19:16:16.3311697Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveMessageGroupMessages.json' from root:root to runner:runner
2025-08-20T19:16:16.3312633Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterScenes.json' from root:root to runner:runner
2025-08-20T19:16:16.3313517Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterComponent.json' from root:root to runner:runner
2025-08-20T19:16:16.3314356Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageGroupBand.json' from root:root to runner:runner
2025-08-20T19:16:16.3315255Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveRecordNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3316057Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRoomStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3316839Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateEventSub.json' from root:root to runner:runner
2025-08-20T19:16:16.3317667Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RestartCaster.json' from root:root to runner:runner
2025-08-20T19:16:16.3318569Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRealTimeTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.3319438Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRealtimeLogAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:16.3320332Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:16.3321159Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3322034Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsNotifyUrlConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3322952Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateCasterSceneAudio.json' from root:root to runner:runner
2025-08-20T19:16:16.3323791Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveStreamWatermark.json' from root:root to runner:runner
2025-08-20T19:16:16.3324664Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainPushTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.3325485Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddMultiRateConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3326358Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeUpPeakPublishStreamData.json' from root:root to runner:runner
2025-08-20T19:16:16.3327301Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveLazyPullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3328222Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLivePushProxyUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.3329044Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveRecordNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3329901Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDetectNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3330704Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EffectCasterUrgent.json' from root:root to runner:runner
2025-08-20T19:16:16.3331527Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.3332493Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveSnapshotDetectPornConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3333530Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveAudioAuditConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3334374Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.3335192Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainLog.json' from root:root to runner:runner
2025-08-20T19:16:16.3335974Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartLiveDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.3336839Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainOnlineUserNum.json' from root:root to runner:runner
2025-08-20T19:16:16.3337719Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveSnapshotDetectPornConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3338514Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveMPUTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3339335Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterComponents.json' from root:root to runner:runner
2025-08-20T19:16:16.3340209Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyStudioLayout.json' from root:root to runner:runner
2025-08-20T19:16:16.3341000Z [00:02:21.253]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3341867Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessageGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:16.3343133Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveSnapshotDetectPornConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3343981Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamCount.json' from root:root to runner:runner
2025-08-20T19:16:16.3344832Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRecordVodConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.3345712Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3346544Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/KickLiveMessageGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:16.3347388Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.3348269Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveSpecificStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3349241Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3350648Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.3351535Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamAuthChecking.json' from root:root to runner:runner
2025-08-20T19:16:16.3352346Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveAppRecordConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3353254Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3354022Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.3354909Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRoomList.json' from root:root to runner:runner
2025-08-20T19:16:16.3355676Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/MuteGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:16.3356619Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteSnapshotCallbackAuth.json' from root:root to runner:runner
2025-08-20T19:16:16.3357384Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartCaster.json' from root:root to runner:runner
2025-08-20T19:16:16.3358227Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CheckLiveMessageUsersOnline.json' from root:root to runner:runner
2025-08-20T19:16:16.3359007Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3359950Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/PublishLiveStagingConfigToProduction.json' from root:root to runner:runner
2025-08-20T19:16:16.3360805Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDomainPlayMapping.json' from root:root to runner:runner
2025-08-20T19:16:16.3361644Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterLayout.json' from root:root to runner:runner
2025-08-20T19:16:16.3362636Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeHlsLiveStreamRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.3363467Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3364299Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/InitializeAutoShowListTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3365141Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveAppRecordConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3365974Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageAppAudit.json' from root:root to runner:runner
2025-08-20T19:16:16.3366769Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RemoveTerminals.json' from root:root to runner:runner
2025-08-20T19:16:16.3367631Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamRecordContent.json' from root:root to runner:runner
2025-08-20T19:16:16.3368481Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:16.3369286Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeChannelUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.3370164Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessageGroupUserById.json' from root:root to runner:runner
2025-08-20T19:16:16.3371064Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamPushMetricDetailData.json' from root:root to runner:runner
2025-08-20T19:16:16.3371919Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveMessageGroupMessage.json' from root:root to runner:runner
2025-08-20T19:16:16.3373019Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDetectNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3373963Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveGrtnDuration.json' from root:root to runner:runner
2025-08-20T19:16:16.3374764Z [00:02:21.254]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterLayout.json' from root:root to runner:runner
2025-08-20T19:16:16.3375682Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveAudioAuditConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3376527Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamWatermarks.json' from root:root to runner:runner
2025-08-20T19:16:16.3377358Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeUpBpsPeakOfLine.json' from root:root to runner:runner
2025-08-20T19:16:16.3378232Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKFirstFrameCost.json' from root:root to runner:runner
2025-08-20T19:16:16.3379133Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainMonitoringUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.3379998Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainByCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.3380802Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveDomainMapping.json' from root:root to runner:runner
2025-08-20T19:16:16.3381607Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendRoomNotification.json' from root:root to runner:runner
2025-08-20T19:16:16.3382745Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeAutoShowListTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.3383721Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CheckLiveMessageUsersInGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3384518Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMultiRateConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3385366Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeMeterLiveRtcDuration.json' from root:root to runner:runner
2025-08-20T19:16:16.3386145Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/OpenLiveShift.json' from root:root to runner:runner
2025-08-20T19:16:16.3387057Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLivePullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3387883Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveDetectNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3388743Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeForbidPushStreamRoomList.json' from root:root to runner:runner
2025-08-20T19:16:16.3389618Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:16.3390438Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveRecordVodConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3391294Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainTranscodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.3392059Z [00:02:21.255]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateCaster.json' from root:root to runner:runner
2025-08-20T19:16:16.3392901Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live' from root:root to runner:runner
2025-08-20T19:16:16.3393774Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeDynamicSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.3394586Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ModifyWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:16.3395418Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListActionRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.3396323Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallAckOperator.json' from root:root to runner:runner
2025-08-20T19:16:16.3397232Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ValidateShrinkNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.3398074Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePublicNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.3398881Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3399762Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeDiagnosisSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.3400691Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InterruptElasticsearchTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3401512Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreatePipelines.json' from root:root to runner:runner
2025-08-20T19:16:16.3402545Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeDeprecatedTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3403400Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDictInformation.json' from root:root to runner:runner
2025-08-20T19:16:16.3404216Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListPipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.3405047Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDiagnosisItems.json' from root:root to runner:runner
2025-08-20T19:16:16.3405880Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateExtendConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3406736Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListConnectedClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.3407562Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateCollector.json' from root:root to runner:runner
2025-08-20T19:16:16.3408407Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeIndexTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3409308Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDiagnoseReport.json' from root:root to runner:runner
2025-08-20T19:16:16.3410121Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListCollectors.json' from root:root to runner:runner
2025-08-20T19:16:16.3411012Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RolloverDataStream.json' from root:root to runner:runner
2025-08-20T19:16:16.3411867Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateComponentIndex.json' from root:root to runner:runner
2025-08-20T19:16:16.3412957Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateDiagnosisSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.3413765Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RemoveApm.json' from root:root to runner:runner
2025-08-20T19:16:16.3414693Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateDynamicSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.3415593Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListSnapshotReposByInstanceId.json' from root:root to runner:runner
2025-08-20T19:16:16.3416498Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetTransferableNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.3417324Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAckNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:16.3418163Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ReinstallCollector.json' from root:root to runner:runner
2025-08-20T19:16:16.3419026Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteDeprecatedTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3419904Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListInstanceHistoryEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.3420725Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateDataStream.json' from root:root to runner:runner
2025-08-20T19:16:16.3421554Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.3422575Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteComponentIndex.json' from root:root to runner:runner
2025-08-20T19:16:16.3423542Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ValidateConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.3424527Z [00:02:21.256]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateKibanaSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.3426100Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ResumeElasticsearchTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3426981Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateApm.json' from root:root to runner:runner
2025-08-20T19:16:16.3427844Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePublicWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:16.3428793Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDiagnoseReportIds.json' from root:root to runner:runner
2025-08-20T19:16:16.3429594Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/OpenHttps.json' from root:root to runner:runner
2025-08-20T19:16:16.3430461Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:16.3431372Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListComponentIndices.json' from root:root to runner:runner
2025-08-20T19:16:16.3432259Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePrivateNetworkWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:16.3433216Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/TriggerNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.3434072Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeAckOperator.json' from root:root to runner:runner
2025-08-20T19:16:16.3434914Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateHotIkDicts.json' from root:root to runner:runner
2025-08-20T19:16:16.3435761Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.3436578Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteLogstash.json' from root:root to runner:runner
2025-08-20T19:16:16.3437489Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePipelineManagementConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3438375Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateILMPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.3439298Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeDiagnoseReport.json' from root:root to runner:runner
2025-08-20T19:16:16.3440101Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RunPipelines.json' from root:root to runner:runner
2025-08-20T19:16:16.3441007Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateIndexTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3441874Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InitializeOperationRole.json' from root:root to runner:runner
2025-08-20T19:16:16.3442869Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:16.3443707Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribePipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.3444530Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteILMPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.3445353Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateAliwsDict.json' from root:root to runner:runner
2025-08-20T19:16:16.3446181Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3447008Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RestartCollector.json' from root:root to runner:runner
2025-08-20T19:16:16.3447864Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpgradeEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.3448740Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeConnectableClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.3449540Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListApm.json' from root:root to runner:runner
2025-08-20T19:16:16.3450352Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StopPipelines.json' from root:root to runner:runner
2025-08-20T19:16:16.3451227Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAllNode.json' from root:root to runner:runner
2025-08-20T19:16:16.3452043Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UninstallPlugin.json' from root:root to runner:runner
2025-08-20T19:16:16.3453162Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListTags.json' from root:root to runner:runner
2025-08-20T19:16:16.3454016Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetOpenStoreUsage.json' from root:root to runner:runner
2025-08-20T19:16:16.3454979Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallSystemPlugin.json' from root:root to runner:runner
2025-08-20T19:16:16.3455816Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/createInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3456709Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CloseManagedIndex.json' from root:root to runner:runner
2025-08-20T19:16:16.3457560Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetEmonGrafanaAlerts.json' from root:root to runner:runner
2025-08-20T19:16:16.3458365Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ShrinkNode.json' from root:root to runner:runner
2025-08-20T19:16:16.3459162Z [00:02:21.257]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDicts.json' from root:root to runner:runner
2025-08-20T19:16:16.3460035Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateLogstashChargeType.json' from root:root to runner:runner
2025-08-20T19:16:16.3460850Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeletePipelines.json' from root:root to runner:runner
2025-08-20T19:16:16.3461699Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteSnapshotRepo.json' from root:root to runner:runner
2025-08-20T19:16:16.3462748Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListLogstash.json' from root:root to runner:runner
2025-08-20T19:16:16.3463589Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3464419Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3465418Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeKibanaSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.3466298Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallKibanaSystemPlugin.json' from root:root to runner:runner
2025-08-20T19:16:16.3467165Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3468014Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/PostEmonTryAlarmRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3468878Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListSearchLog.json' from root:root to runner:runner
2025-08-20T19:16:16.3469746Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StopCollector.json' from root:root to runner:runner
2025-08-20T19:16:16.3470580Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeCollector.json' from root:root to runner:runner
2025-08-20T19:16:16.3471409Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateExtendfiles.json' from root:root to runner:runner
2025-08-20T19:16:16.3472238Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3473206Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CapacityPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.3474066Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateAdvancedSetting.json' from root:root to runner:runner
2025-08-20T19:16:16.3474882Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListPipelineIds.json' from root:root to runner:runner
2025-08-20T19:16:16.3475768Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ValidateTransferableNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.3476614Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateAdminPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.3477435Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateILMPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.3478254Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateLogstash.json' from root:root to runner:runner
2025-08-20T19:16:16.3479140Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CloseDiagnosis.json' from root:root to runner:runner
2025-08-20T19:16:16.3480024Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListILMPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.3480857Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ResumeLogstashTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3481711Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateSnapshotSetting.json' from root:root to runner:runner
2025-08-20T19:16:16.3482716Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateComponentIndex.json' from root:root to runner:runner
2025-08-20T19:16:16.3483611Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListVpcEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.3484505Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/EstimatedLogstashRestartTime.json' from root:root to runner:runner
2025-08-20T19:16:16.3485350Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ModifyDeployMachine.json' from root:root to runner:runner
2025-08-20T19:16:16.3486143Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/version.json' from root:root to runner:runner
2025-08-20T19:16:16.3486969Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/AddSnapshotRepo.json' from root:root to runner:runner
2025-08-20T19:16:16.3487793Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:16.3488646Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateReadWritePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.3489495Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListShardRecoveries.json' from root:root to runner:runner
2025-08-20T19:16:16.3490306Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateDict.json' from root:root to runner:runner
2025-08-20T19:16:16.3491164Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeSnapshotSetting.json' from root:root to runner:runner
2025-08-20T19:16:16.3492061Z [00:02:21.258]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeactivateZones.json' from root:root to runner:runner
2025-08-20T19:16:16.3493124Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/MigrateToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:16.3494060Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.3494900Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDiagnoseIndices.json' from root:root to runner:runner
2025-08-20T19:16:16.3495843Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeElasticsearchHealth.json' from root:root to runner:runner
2025-08-20T19:16:16.3496696Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateKibanaWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:16.3497580Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.3498405Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateBlackIps.json' from root:root to runner:runner
2025-08-20T19:16:16.3499226Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteDataTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3500052Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeLogstash.json' from root:root to runner:runner
2025-08-20T19:16:16.3501250Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StopApm.json' from root:root to runner:runner
2025-08-20T19:16:16.3502628Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeILMPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.3503494Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDataStreams.json' from root:root to runner:runner
2025-08-20T19:16:16.3504385Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetClusterDataInformation.json' from root:root to runner:runner
2025-08-20T19:16:16.3505250Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListIndexTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.3506070Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateCollector.json' from root:root to runner:runner
2025-08-20T19:16:16.3507010Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3507864Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/EstimatedRestartTime.json' from root:root to runner:runner
2025-08-20T19:16:16.3508723Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CancelTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3509576Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UninstallKibanaPlugin.json' from root:root to runner:runner
2025-08-20T19:16:16.3510502Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateXpackMonitorConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3511373Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListPlugins.json' from root:root to runner:runner
2025-08-20T19:16:16.3512249Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetSuggestShrinkableNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.3513238Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InterruptLogstashTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3514071Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RestartInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3514890Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ActivateZones.json' from root:root to runner:runner
2025-08-20T19:16:16.3515759Z [00:02:21.259]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetEmonGrafanaDashboards.json' from root:root to runner:runner
2025-08-20T19:16:16.3516596Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateIndexTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3517430Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CancelDeletion.json' from root:root to runner:runner
2025-08-20T19:16:16.3518362Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateSynonymsDicts.json' from root:root to runner:runner
2025-08-20T19:16:16.3519208Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateCollectorName.json' from root:root to runner:runner
2025-08-20T19:16:16.3520006Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.3520905Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RecommendTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.3521835Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDefaultCollectorConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:16.3522817Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateLogstashDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.3523611Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StartApm.json' from root:root to runner:runner
2025-08-20T19:16:16.3524488Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3525412Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListEcsInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.3526234Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateDataTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.3527074Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListLogstashPlugins.json' from root:root to runner:runner
2025-08-20T19:16:16.3527940Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ValidateSlrPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.3528775Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ModifyElastictask.json' from root:root to runner:runner
2025-08-20T19:16:16.3529604Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListKibanaPlugins.json' from root:root to runner:runner
2025-08-20T19:16:16.3530461Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetRegionConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.3531309Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListInstanceIndices.json' from root:root to runner:runner
2025-08-20T19:16:16.3532249Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAvailableEsInstanceIds.json' from root:root to runner:runner
2025-08-20T19:16:16.3533470Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetEmonMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:16.3534418Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DiagnoseInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3535275Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CancelLogstashDeletion.json' from root:root to runner:runner
2025-08-20T19:16:16.3536089Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CloseHttps.json' from root:root to runner:runner
2025-08-20T19:16:16.3536969Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallLogstashSystemPlugin.json' from root:root to runner:runner
2025-08-20T19:16:16.3537910Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeXpackMonitorConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3538733Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListLogstashLog.json' from root:root to runner:runner
2025-08-20T19:16:16.3539622Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallUserPlugins.json' from root:root to runner:runner
2025-08-20T19:16:16.3540443Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteCollector.json' from root:root to runner:runner
2025-08-20T19:16:16.3541304Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDeprecatedTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.3542194Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAlternativeSnapshotRepos.json' from root:root to runner:runner
2025-08-20T19:16:16.3543234Z [00:02:21.260]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RestartLogstash.json' from root:root to runner:runner
2025-08-20T19:16:16.3544060Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RenewLogstash.json' from root:root to runner:runner
2025-08-20T19:16:16.3544895Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePipelines.json' from root:root to runner:runner
2025-08-20T19:16:16.3545715Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetElastictask.json' from root:root to runner:runner
2025-08-20T19:16:16.3546637Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAckClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.3547491Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateLogstashSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.3548460Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribePipelineManagementConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3549274Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDataTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.3550078Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeApm.json' from root:root to runner:runner
2025-08-20T19:16:16.3550932Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeComponentIndex.json' from root:root to runner:runner
2025-08-20T19:16:16.3551844Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteConnectedCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.3552848Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateLogstash.json' from root:root to runner:runner
2025-08-20T19:16:16.3553689Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.3554569Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ModifyInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:16.3555388Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StartCollector.json' from root:root to runner:runner
2025-08-20T19:16:16.3556238Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteIndexTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3557067Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteDataStream.json' from root:root to runner:runner
2025-08-20T19:16:16.3557886Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3558705Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/OpenDiagnosis.json' from root:root to runner:runner
2025-08-20T19:16:16.3559632Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UninstallLogstashPlugin.json' from root:root to runner:runner
2025-08-20T19:16:16.3560494Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateInstanceSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.3561314Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListExtendfiles.json' from root:root to runner:runner
2025-08-20T19:16:16.3562183Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/TransferNode.json' from root:root to runner:runner
2025-08-20T19:16:16.3563108Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3563960Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/AddConnectableCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.3564775Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch' from root:root to runner:runner
2025-08-20T19:16:16.3565779Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/StartExecution.json' from root:root to runner:runner
2025-08-20T19:16:16.3566659Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ListFlows.json' from root:root to runner:runner
2025-08-20T19:16:16.3567464Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ReportTaskSucceeded.json' from root:root to runner:runner
2025-08-20T19:16:16.3568237Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ListExecutions.json' from root:root to runner:runner
2025-08-20T19:16:16.3569009Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DescribeFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.3569765Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/UpdateFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.3570533Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ListSchedules.json' from root:root to runner:runner
2025-08-20T19:16:16.3571321Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/StartSyncExecution.json' from root:root to runner:runner
2025-08-20T19:16:16.3572110Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DescribeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:16.3573278Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DescribeExecution.json' from root:root to runner:runner
2025-08-20T19:16:16.3574048Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/version.json' from root:root to runner:runner
2025-08-20T19:16:16.3574810Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/StopExecution.json' from root:root to runner:runner
2025-08-20T19:16:16.3575702Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/GetExecutionHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.3576678Z [00:02:21.261]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/UpdateSchedule.json' from root:root to runner:runner
2025-08-20T19:16:16.3578016Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DeleteSchedule.json' from root:root to runner:runner
2025-08-20T19:16:16.3578831Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ReportTaskFailed.json' from root:root to runner:runner
2025-08-20T19:16:16.3579674Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/CreateFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.3580433Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DeleteFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.3581265Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/CreateSchedule.json' from root:root to runner:runner
2025-08-20T19:16:16.3581960Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf' from root:root to runner:runner
2025-08-20T19:16:16.3583163Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:16.3584023Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEventBridgeIntegration.json' from root:root to runner:runner
2025-08-20T19:16:16.3584833Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListSilencePolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.3585630Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ImportAppAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:16.3586469Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListNotificationPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.3587280Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/BlockAlarmNotification.json' from root:root to runner:runner
2025-08-20T19:16:16.3588203Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:16.3589096Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateEventBridgeIntegration.json' from root:root to runner:runner
2025-08-20T19:16:16.3589942Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeContacts.json' from root:root to runner:runner
2025-08-20T19:16:16.3590754Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3591558Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListDashboardsByName.json' from root:root to runner:runner
2025-08-20T19:16:16.3592505Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/RestartEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:16.3593397Z [00:02:21.262]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:16.3594178Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAppList.json' from root:root to runner:runner
2025-08-20T19:16:16.3595064Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvServiceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.3595857Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SyncRecordingRules.json' from root:root to runner:runner
2025-08-20T19:16:16.3596630Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DelAuthToken.json' from root:root to runner:runner
2025-08-20T19:16:16.3597449Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeTraceLicenseKey.json' from root:root to runner:runner
2025-08-20T19:16:16.3598294Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3599090Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3599893Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateIntegration.json' from root:root to runner:runner
2025-08-20T19:16:16.3600679Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:16.3601522Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateRetcodeApp.json' from root:root to runner:runner
2025-08-20T19:16:16.3602278Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/StopAlert.json' from root:root to runner:runner
2025-08-20T19:16:16.3603311Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3604097Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAppApiByPage.json' from root:root to runner:runner
2025-08-20T19:16:16.3604875Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteScenario.json' from root:root to runner:runner
2025-08-20T19:16:16.3605639Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.3606535Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.3607321Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:16.3608207Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3609008Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ChangeAlarmSeverity.json' from root:root to runner:runner
2025-08-20T19:16:16.3609819Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvCustomJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3610620Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/OpenXtraceDefaultSLR.json' from root:root to runner:runner
2025-08-20T19:16:16.3611412Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAppJVMConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3612225Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeContactGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.3613322Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:16.3614120Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryAppMetadata.json' from root:root to runner:runner
2025-08-20T19:16:16.3615123Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddAliClusterIdsToPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:16.3615936Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3616806Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetCloudClusterAllUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.3617708Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusGlobalViewByAliClusterIds.json' from root:root to runner:runner
2025-08-20T19:16:16.3618545Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreatePrometheusAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3619347Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeAddonRelease.json' from root:root to runner:runner
2025-08-20T19:16:16.3620241Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3621042Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateEnvPodMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.3621918Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:16.3623029Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:16.3623875Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3624700Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/StartTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3625532Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3626333Z [00:02:21.263]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetIntegrationState.json' from root:root to runner:runner
2025-08-20T19:16:16.3627169Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:16.3627996Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvironmentDashboards.json' from root:root to runner:runner
2025-08-20T19:16:16.3628903Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ClaimAlarm.json' from root:root to runner:runner
2025-08-20T19:16:16.3629731Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreatePrometheusInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3630587Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListInsightsEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.3631362Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteContact.json' from root:root to runner:runner
2025-08-20T19:16:16.3632214Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateSilencePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.3633173Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InstallManagedPrometheus.json' from root:root to runner:runner
2025-08-20T19:16:16.3634064Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CheckCommercialStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3634859Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAddonRelease.json' from root:root to runner:runner
2025-08-20T19:16:16.3635712Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRetcodeShareUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.3636580Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateNotificationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.3637404Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryPromInstallStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3638275Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusMonitoringStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3639071Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRetcodeLogstore.json' from root:root to runner:runner
2025-08-20T19:16:16.3639870Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListActivatedAlerts.json' from root:root to runner:runner
2025-08-20T19:16:16.3640677Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3641477Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetCommercialStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3642352Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ManageGetRecordingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3643271Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:16.3644096Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ConfigApp.json' from root:root to runner:runner
2025-08-20T19:16:16.3644889Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateEnvCustomJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3645685Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeIMRobots.json' from root:root to runner:runner
2025-08-20T19:16:16.3646497Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusApiToken.json' from root:root to runner:runner
2025-08-20T19:16:16.3647358Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3648200Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEventBridgeIntegrations.json' from root:root to runner:runner
2025-08-20T19:16:16.3649051Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteCmsExporter.json' from root:root to runner:runner
2025-08-20T19:16:16.3649822Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateWebhook.json' from root:root to runner:runner
2025-08-20T19:16:16.3650610Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryAppTopology.json' from root:root to runner:runner
2025-08-20T19:16:16.3651426Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEscalationPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.3652729Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusRemoteWrite.json' from root:root to runner:runner
2025-08-20T19:16:16.3654147Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CloseAlarm.json' from root:root to runner:runner
2025-08-20T19:16:16.3655678Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3656621Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:16.3657563Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSyntheticTaskDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.3658361Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ManageRecordingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3659198Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateWebhook.json' from root:root to runner:runner
2025-08-20T19:16:16.3660000Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSyntheticMonitors.json' from root:root to runner:runner
2025-08-20T19:16:16.3660828Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3661631Z [00:02:21.264]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateIMRobot.json' from root:root to runner:runner
2025-08-20T19:16:16.3662761Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRetcodeDataByQuery.json' from root:root to runner:runner
2025-08-20T19:16:16.3663653Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:16.3664573Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusRemoteWrites.json' from root:root to runner:runner
2025-08-20T19:16:16.3665419Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SwitchSyntheticTaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3666195Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAuthToken.json' from root:root to runner:runner
2025-08-20T19:16:16.3666992Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvPodMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.3667797Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteGrafanaResource.json' from root:root to runner:runner
2025-08-20T19:16:16.3668616Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3669418Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListOnCallSchedules.json' from root:root to runner:runner
2025-08-20T19:16:16.3670266Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateWebhookContact.json' from root:root to runner:runner
2025-08-20T19:16:16.3671151Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSyntheticTaskMonitors.json' from root:root to runner:runner
2025-08-20T19:16:16.3671932Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvCustomJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.3672898Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:16.3673666Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetExploreUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.3674438Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/OpenVCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.3675215Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InitEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:16.3676097Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3676889Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:16.3677689Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetStack.json' from root:root to runner:runner
2025-08-20T19:16:16.3678518Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusRemoteWrite.json' from root:root to runner:runner
2025-08-20T19:16:16.3679346Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3680174Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListTimingSyntheticTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.3680977Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddTagToFlinkCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.3681716Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/Upload.json' from root:root to runner:runner
2025-08-20T19:16:16.3682582Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListScenario.json' from root:root to runner:runner
2025-08-20T19:16:16.3683417Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/OpenArmsDefaultSLR.json' from root:root to runner:runner
2025-08-20T19:16:16.3684314Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListAddonReleases.json' from root:root to runner:runner
2025-08-20T19:16:16.3685111Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateMetricDrop.json' from root:root to runner:runner
2025-08-20T19:16:16.3685888Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteIMRobot.json' from root:root to runner:runner
2025-08-20T19:16:16.3686775Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteNotificationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.3687604Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateEnvServiceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.3688547Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusInstanceByTagAndResourceGroupId.json' from root:root to runner:runner
2025-08-20T19:16:16.3689440Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusRemoteWrite.json' from root:root to runner:runner
2025-08-20T19:16:16.3690186Z [00:02:21.265]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/version.json' from root:root to runner:runner
2025-08-20T19:16:16.3691053Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SetRetcodeShareStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3691863Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3692956Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UninstallManagedPrometheus.json' from root:root to runner:runner
2025-08-20T19:16:16.3693786Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvCustomJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3694646Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusAlertTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.3695478Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:16.3696335Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateGrafanaWorkspaceVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.3697170Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetManagedPrometheusStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3698079Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListClusterFromGrafana.json' from root:root to runner:runner
2025-08-20T19:16:16.3698886Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryCommercialUsage.json' from root:root to runner:runner
2025-08-20T19:16:16.3699693Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteSilencePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.3700548Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SaveTraceAppConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3701444Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreatePrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:16.3702277Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:16.3703547Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CheckServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3704365Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryMetricByPage.json' from root:root to runner:runner
2025-08-20T19:16:16.3705198Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateContact.json' from root:root to runner:runner
2025-08-20T19:16:16.3706007Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchTraceAppByPage.json' from root:root to runner:runner
2025-08-20T19:16:16.3706812Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchAlertHistories.json' from root:root to runner:runner
2025-08-20T19:16:16.3707597Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSourceMapInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.3708399Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3709187Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryReleaseMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.3709978Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRetcodeAppByPid.json' from root:root to runner:runner
2025-08-20T19:16:16.3710729Z [00:02:21.266]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetTrace.json' from root:root to runner:runner
2025-08-20T19:16:16.3711607Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvPodMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.3712490Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddIntegration.json' from root:root to runner:runner
2025-08-20T19:16:16.3713635Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3714584Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateEnvCustomJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3715445Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:16.3716216Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchTraces.json' from root:root to runner:runner
2025-08-20T19:16:16.3717045Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InstallEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:16.3717925Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:16.3718837Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AppendInstancesToPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:16.3719647Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeWebhookContacts.json' from root:root to runner:runner
2025-08-20T19:16:16.3720462Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvServiceMonitors.json' from root:root to runner:runner
2025-08-20T19:16:16.3721224Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListAlerts.json' from root:root to runner:runner
2025-08-20T19:16:16.3722025Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:16.3722934Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteIntegrations.json' from root:root to runner:runner
2025-08-20T19:16:16.3723789Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:16.3724572Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListTraceApps.json' from root:root to runner:runner
2025-08-20T19:16:16.3725499Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvironmentFeatures.json' from root:root to runner:runner
2025-08-20T19:16:16.3726606Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InstallAddon.json' from root:root to runner:runner
2025-08-20T19:16:16.3727797Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:16.3728741Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpgradeEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:16.3729570Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3730347Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ApplyScenario.json' from root:root to runner:runner
2025-08-20T19:16:16.3731104Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetTraceApp.json' from root:root to runner:runner
2025-08-20T19:16:16.3731960Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvPodMonitors.json' from root:root to runner:runner
2025-08-20T19:16:16.3733030Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpgradeAddonRelease.json' from root:root to runner:runner
2025-08-20T19:16:16.3733861Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3734706Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribePrometheusAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3735546Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:16.3736339Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRecordingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3737139Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSyntheticTaskList.json' from root:root to runner:runner
2025-08-20T19:16:16.3737927Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SendTTSVerifyLink.json' from root:root to runner:runner
2025-08-20T19:16:16.3738773Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:16.3739646Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListAlertEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.3740430Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetMultipleTrace.json' from root:root to runner:runner
2025-08-20T19:16:16.3741205Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddRecordingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3742114Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/OpenArmsServiceSecondVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.3743201Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListRetcodeApps.json' from root:root to runner:runner
2025-08-20T19:16:16.3744044Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/StopTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3744883Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:16.3745722Z [00:02:21.267]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListCmsInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.3746565Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusRemoteWrite.json' from root:root to runner:runner
2025-08-20T19:16:16.3747356Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateEnvPodMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.3748149Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchTracesByPage.json' from root:root to runner:runner
2025-08-20T19:16:16.3748931Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetClusterAllUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.3749719Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteRetcodeApp.json' from root:root to runner:runner
2025-08-20T19:16:16.3750573Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/BindPrometheusGrafanaInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3751365Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3752154Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvironments.json' from root:root to runner:runner
2025-08-20T19:16:16.3753124Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateIntegration.json' from root:root to runner:runner
2025-08-20T19:16:16.3753931Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:16.3754730Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteWebhookContact.json' from root:root to runner:runner
2025-08-20T19:16:16.3755615Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchRetcodeAppByPage.json' from root:root to runner:runner
2025-08-20T19:16:16.3756447Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:16.3757222Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteSourceMap.json' from root:root to runner:runner
2025-08-20T19:16:16.3758013Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InstallCmsExporter.json' from root:root to runner:runner
2025-08-20T19:16:16.3758854Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:16.3759628Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/EnableMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.3760524Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/RemoveSourcesFromPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:16.3761324Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3762088Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddGrafana.json' from root:root to runner:runner
2025-08-20T19:16:16.3762978Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListIntegration.json' from root:root to runner:runner
2025-08-20T19:16:16.3763788Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UninstallPromCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.3764561Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3765465Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3766243Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3767123Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvServiceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.3767948Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:16.3768724Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListDashboards.json' from root:root to runner:runner
2025-08-20T19:16:16.3769506Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:16.3770376Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateEnvServiceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.3771192Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:16.3772030Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteIntegration.json' from root:root to runner:runner
2025-08-20T19:16:16.3773105Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:16.3773924Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAgentDownloadUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.3774704Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteTraceApp.json' from root:root to runner:runner
2025-08-20T19:16:16.3775519Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchTraceAppByName.json' from root:root to runner:runner
2025-08-20T19:16:16.3776309Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:16.3777140Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetOnCallSchedulesDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.3777966Z [00:02:21.268]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:16.3778816Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/StartAlert.json' from root:root to runner:runner
2025-08-20T19:16:16.3779628Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:16.3780549Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:16.3781247Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms' from root:root to runner:runner
2025-08-20T19:16:16.3782034Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/ModifyMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.3783021Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SingleSendMail.json' from root:root to runner:runner
2025-08-20T19:16:16.3783877Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryTagByParam.json' from root:root to runner:runner
2025-08-20T19:16:16.3784631Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteTag.json' from root:root to runner:runner
2025-08-20T19:16:16.3785479Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryReceiverDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.3786239Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/AddIpfilter.json' from root:root to runner:runner
2025-08-20T19:16:16.3787009Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/BatchSendMail.json' from root:root to runner:runner
2025-08-20T19:16:16.3787751Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/ModifyTag.json' from root:root to runner:runner
2025-08-20T19:16:16.3788512Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteReceiver.json' from root:root to runner:runner
2025-08-20T19:16:16.3789312Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteReceiverDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.3790200Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SenderStatisticsByTagNameAndBatchID.json' from root:root to runner:runner
2025-08-20T19:16:16.3790982Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryInvalidAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.3797318Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryMailAddressByParam.json' from root:root to runner:runner
2025-08-20T19:16:16.3798326Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CreateReceiver.json' from root:root to runner:runner
2025-08-20T19:16:16.3800062Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SenderStatisticsDetailByParam.json' from root:root to runner:runner
2025-08-20T19:16:16.3800845Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CreateTag.json' from root:root to runner:runner
2025-08-20T19:16:16.3801644Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteInvalidAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.3802586Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryReceiverByParam.json' from root:root to runner:runner
2025-08-20T19:16:16.3803495Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/ApproveReplyMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.3804259Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/GetTrackList.json' from root:root to runner:runner
2025-08-20T19:16:16.3805001Z [00:02:21.269]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DescDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.3805852Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.3806653Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CreateMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.3807439Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SaveReceiverDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.3808196Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CreateDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.3808981Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryDomainByParam.json' from root:root to runner:runner
2025-08-20T19:16:16.3809787Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteIpfilterByEdmId.json' from root:root to runner:runner
2025-08-20T19:16:16.3810517Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/version.json' from root:root to runner:runner
2025-08-20T19:16:16.3811296Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/ModifyPWByDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.3812137Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.3813120Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CheckDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.3814007Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SendTestByTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3814789Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DescAccountSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.3815579Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/UpdateIpProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.3816344Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/GetIpfilterList.json' from root:root to runner:runner
2025-08-20T19:16:16.3817180Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/GetIpProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.3818045Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/GetTrackListByMailFromAndTagName.json' from root:root to runner:runner
2025-08-20T19:16:16.3818911Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CheckReplyToMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.3819688Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryTaskByParam.json' from root:root to runner:runner
2025-08-20T19:16:16.3820375Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm' from root:root to runner:runner
2025-08-20T19:16:16.3821139Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/UpgradeTwoWay.json' from root:root to runner:runner
2025-08-20T19:16:16.3821911Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ShieldPrecheck.json' from root:root to runner:runner
2025-08-20T19:16:16.3822953Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StopDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.3823848Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateDedicatedClusterMonitorRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3824672Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3825621Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.3826448Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteSubscriptionInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3827341Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureMigrationJobAlert.json' from root:root to runner:runner
2025-08-20T19:16:16.3828182Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSubscriptionInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3828985Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3829818Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.3830694Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMigrationJobAlert.json' from root:root to runner:runner
2025-08-20T19:16:16.3831479Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobName.json' from root:root to runner:runner
2025-08-20T19:16:16.3832339Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribePreCheckStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3833310Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeClusterUsedUtilization.json' from root:root to runner:runner
2025-08-20T19:16:16.3834112Z [00:02:21.270]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StopDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.3834898Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeEtlJobLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.3835811Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationObjectModifyStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3836651Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeInitializationStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3837480Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3838395Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobReplicatorCompare.json' from root:root to runner:runner
2025-08-20T19:16:16.3839251Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeCheckJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.3840035Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3840859Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SuspendDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3841658Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3842578Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeConsumerChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.3843456Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDedicatedClusterMonitorRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3844277Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3845052Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDTSIP.json' from root:root to runner:runner
2025-08-20T19:16:16.3846065Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SwitchPhysicalDtsJobToCloud.json' from root:root to runner:runner
2025-08-20T19:16:16.3846861Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3847647Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3848472Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartSubscriptionInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3849261Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateDtsInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3850127Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSubscriptionInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3850918Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMetricList.json' from root:root to runner:runner
2025-08-20T19:16:16.3851773Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3852893Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateSubscriptionInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3853835Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSynchronizationJobReplicatorCompare.json' from root:root to runner:runner
2025-08-20T19:16:16.3854745Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SuspendSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3855627Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobStatusList.json' from root:root to runner:runner
2025-08-20T19:16:16.3856467Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyConsumerGroupPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.3857326Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ListDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.3858167Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyConsumptionTimestamp.json' from root:root to runner:runner
2025-08-20T19:16:16.3859007Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.3859848Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeTagValues.json' from root:root to runner:runner
2025-08-20T19:16:16.3860632Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3861400Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3862154Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ResetDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3863220Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeJobMonitorRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3864003Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.3864832Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeConnectionStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3865619Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifySubscription.json' from root:root to runner:runner
2025-08-20T19:16:16.3866543Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDataCheckReportUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.3867366Z [00:02:21.271]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ResetSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3868251Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeClusterOperateLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.3869074Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMigrationJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.3870492Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDataCheckTableDiffDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.3871628Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDataCheckTableDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.3872548Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/TransferPayType.json' from root:root to runner:runner
2025-08-20T19:16:16.3873425Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSynchronizationJobAlert.json' from root:root to runner:runner
2025-08-20T19:16:16.3875041Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSubscriptionInstanceAlert.json' from root:root to runner:runner
2025-08-20T19:16:16.3875931Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSubscription.json' from root:root to runner:runner
2025-08-20T19:16:16.3876733Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/InitDtsRdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.3877497Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.3878250Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/version.json' from root:root to runner:runner
2025-08-20T19:16:16.3879055Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyConsumerChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.3879883Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifySubscriptionObject.json' from root:root to runner:runner
2025-08-20T19:16:16.3880699Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3881604Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifySynchronizationObject.json' from root:root to runner:runner
2025-08-20T19:16:16.3882370Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.3883544Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SuspendMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3884345Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SummaryJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.3885145Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartReverseWriter.json' from root:root to runner:runner
2025-08-20T19:16:16.3885972Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSubscriptionMeta.json' from root:root to runner:runner
2025-08-20T19:16:16.3886804Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3887614Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/TransferInstanceClass.json' from root:root to runner:runner
2025-08-20T19:16:16.3888435Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3889249Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.3890092Z [00:02:21.272]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3890962Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSubscriptionInstanceAlert.json' from root:root to runner:runner
2025-08-20T19:16:16.3891741Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3892666Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3893477Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteConsumerChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.3894291Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateConsumerChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.3895203Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.3896006Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.3896858Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3897645Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3898480Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.3899257Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StopMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3900106Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobDuLimit.json' from root:root to runner:runner
2025-08-20T19:16:16.3900861Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/WhiteIpList.json' from root:root to runner:runner
2025-08-20T19:16:16.3901724Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSubscriptionInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.3902743Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.3903563Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDynamicConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.3904409Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SwitchSynchronizationEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.3905256Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeEndpointSwitchStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3906082Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMigrationJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.3906887Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDtsServiceLog.json' from root:root to runner:runner
2025-08-20T19:16:16.3907658Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SuspendDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.3908501Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StopDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3909304Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMigrationJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.3910172Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDtsJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.3910932Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SkipPreCheck.json' from root:root to runner:runner
2025-08-20T19:16:16.3911785Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CountJobByCondition.json' from root:root to runner:runner
2025-08-20T19:16:16.3912697Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateJobMonitorRule.json' from root:root to runner:runner
2025-08-20T19:16:16.3913564Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateReverseDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:16.3914366Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.3915233Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobAlert.json' from root:root to runner:runner
2025-08-20T19:16:16.3916072Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDtsEtlJobVersionInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.3916770Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts' from root:root to runner:runner
2025-08-20T19:16:16.3917766Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json' from root:root to runner:runner
2025-08-20T19:16:16.3918585Z [00:02:21.273]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/DeleteContactTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3919376Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/OSuborderDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.3920235Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForModifyingDomainDns.json' from root:root to runner:runner
2025-08-20T19:16:16.3921160Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForSubmittingDomainNameCredential.json' from root:root to runner:runner
2025-08-20T19:16:16.3922122Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForUpdatingContactByTempateId.json' from root:root to runner:runner
2025-08-20T19:16:16.3923149Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryBatchTaskList.json' from root:root to runner:runner
2025-08-20T19:16:16.3924040Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryDomainList.json' from root:root to runner:runner
2025-08-20T19:16:16.3924873Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryBatchTaskDetailList.json' from root:root to runner:runner
2025-08-20T19:16:16.3925880Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForUpdatingContactByTemplateId.json' from root:root to runner:runner
2025-08-20T19:16:16.3926669Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/GetWhoisInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.3927538Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryDomainBySaleId.json' from root:root to runner:runner
2025-08-20T19:16:16.3928301Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/version.json' from root:root to runner:runner
2025-08-20T19:16:16.3929121Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryFailReasonList.json' from root:root to runner:runner
2025-08-20T19:16:16.3929893Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryContact.json' from root:root to runner:runner
2025-08-20T19:16:16.3930665Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/CreateOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.3931432Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/CheckDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.3932195Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.3933167Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveContactTemplateCredential.json' from root:root to runner:runner
2025-08-20T19:16:16.3933963Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/WhoisProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.3934774Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveContactTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3935665Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryContactTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.3936363Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain' from root:root to runner:runner
2025-08-20T19:16:16.3937203Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateEntity.json' from root:root to runner:runner
2025-08-20T19:16:16.3937998Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DisableDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.3938838Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeDialog.json' from root:root to runner:runner
2025-08-20T19:16:16.3939619Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/TestDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.3940462Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateCoreWord.json' from root:root to runner:runner
2025-08-20T19:16:16.3941267Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/PublishDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.3942540Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DisableKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:16.3943824Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:16.3944656Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetBotSessionData.json' from root:root to runner:runner
2025-08-20T19:16:16.3945458Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotHotDsDatas.json' from root:root to runner:runner
2025-08-20T19:16:16.3946271Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotColdDsDatas.json' from root:root to runner:runner
2025-08-20T19:16:16.3947059Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.3947836Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteDialog.json' from root:root to runner:runner
2025-08-20T19:16:16.3948606Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeBot.json' from root:root to runner:runner
2025-08-20T19:16:16.3949371Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteBot.json' from root:root to runner:runner
2025-08-20T19:16:16.3950246Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryIntents.json' from root:root to runner:runner
2025-08-20T19:16:16.3951097Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetBotChatData.json' from root:root to runner:runner
2025-08-20T19:16:16.3951865Z [00:02:21.274]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateDialog.json' from root:root to runner:runner
2025-08-20T19:16:16.3952892Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryCoreWords.json' from root:root to runner:runner
2025-08-20T19:16:16.3953786Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.3954654Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:16.3955430Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/AddSynonym.json' from root:root to runner:runner
2025-08-20T19:16:16.3956188Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/Associate.json' from root:root to runner:runner
2025-08-20T19:16:16.3956975Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateEntity.json' from root:root to runner:runner
2025-08-20T19:16:16.3957796Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateBot.json' from root:root to runner:runner
2025-08-20T19:16:16.3958614Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeEntities.json' from root:root to runner:runner
2025-08-20T19:16:16.3959421Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryPerspectives.json' from root:root to runner:runner
2025-08-20T19:16:16.3960248Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribePerspective.json' from root:root to runner:runner
2025-08-20T19:16:16.3961089Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateIntent.json' from root:root to runner:runner
2025-08-20T19:16:16.3961910Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotColdKnowledges.json' from root:root to runner:runner
2025-08-20T19:16:16.3962816Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteCoreWord.json' from root:root to runner:runner
2025-08-20T19:16:16.3963721Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetBotKnowledgeStatData.json' from root:root to runner:runner
2025-08-20T19:16:16.3964525Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetBotDsStatData.json' from root:root to runner:runner
2025-08-20T19:16:16.3965333Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotChatHistorys.json' from root:root to runner:runner
2025-08-20T19:16:16.3966139Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdatePerspective.json' from root:root to runner:runner
2025-08-20T19:16:16.3967006Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/RemoveEntityMember.json' from root:root to runner:runner
2025-08-20T19:16:16.3967840Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateIntent.json' from root:root to runner:runner
2025-08-20T19:16:16.3968640Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:16.3969379Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/Chat.json' from root:root to runner:runner
2025-08-20T19:16:16.3970179Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryCategories.json' from root:root to runner:runner
2025-08-20T19:16:16.3970934Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/version.json' from root:root to runner:runner
2025-08-20T19:16:16.3971733Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/PublishKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:16.3972632Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.3973457Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetConversationList.json' from root:root to runner:runner
2025-08-20T19:16:16.3974261Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.3975128Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotDsDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.3975949Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListConversationLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.3976791Z [00:02:21.275]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateCoreWord.json' from root:root to runner:runner
2025-08-20T19:16:16.3977560Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryBots.json' from root:root to runner:runner
2025-08-20T19:16:16.3978339Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryEntities.json' from root:root to runner:runner
2025-08-20T19:16:16.3979134Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:16.3979997Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreatePerspective.json' from root:root to runner:runner
2025-08-20T19:16:16.3980802Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.3981714Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotReceptionDetailDatas.json' from root:root to runner:runner
2025-08-20T19:16:16.3982675Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeletePerspective.json' from root:root to runner:runner
2025-08-20T19:16:16.3983602Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ActivatePerspective.json' from root:root to runner:runner
2025-08-20T19:16:16.3984399Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeCoreWord.json' from root:root to runner:runner
2025-08-20T19:16:16.3985181Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteIntent.json' from root:root to runner:runner
2025-08-20T19:16:16.3986013Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotKnowledgeDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.3986777Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/Feedback.json' from root:root to runner:runner
2025-08-20T19:16:16.3987561Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeIntent.json' from root:root to runner:runner
2025-08-20T19:16:16.3988432Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.3989208Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteEntity.json' from root:root to runner:runner
2025-08-20T19:16:16.3990083Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotHotKnowledges.json' from root:root to runner:runner
2025-08-20T19:16:16.3990899Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QuerySystemEntities.json' from root:root to runner:runner
2025-08-20T19:16:16.3991681Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryDialogs.json' from root:root to runner:runner
2025-08-20T19:16:16.3992720Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/MoveKnowledgeCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.3993597Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/RemoveSynonym.json' from root:root to runner:runner
2025-08-20T19:16:16.3994400Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryKnowledges.json' from root:root to runner:runner
2025-08-20T19:16:16.3995274Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateDialog.json' from root:root to runner:runner
2025-08-20T19:16:16.3996058Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetAsyncResult.json' from root:root to runner:runner
2025-08-20T19:16:16.3996876Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/AppendEntityMember.json' from root:root to runner:runner
2025-08-20T19:16:16.3997575Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot' from root:root to runner:runner
2025-08-20T19:16:16.3998377Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListHBaseInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.3999211Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:16.3999999Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:16.4000794Z [00:02:21.276]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteUserHdfsInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4001674Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyBackupPlanConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4002570Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4003402Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/OpenBackup.json' from root:root to runner:runner
2025-08-20T19:16:16.4004226Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupPlanConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4005034Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/EnableHBaseueBackup.json' from root:root to runner:runner
2025-08-20T19:16:16.4005826Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeIpWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.4006711Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeDBInstanceUsage.json' from root:root to runner:runner
2025-08-20T19:16:16.4007540Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/EvaluateMultiZoneResource.json' from root:root to runner:runner
2025-08-20T19:16:16.4008421Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/UpgradeMultiZoneCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4009202Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/XpackRelateDB.json' from root:root to runner:runner
2025-08-20T19:16:16.4009987Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteHBaseHaDB.json' from root:root to runner:runner
2025-08-20T19:16:16.4010783Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.4011566Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeNodeCount.json' from root:root to runner:runner
2025-08-20T19:16:16.4012523Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreSchemaDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.4013443Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifySecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.4014910Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyClusterDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.4015917Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupTables.json' from root:root to runner:runner
2025-08-20T19:16:16.4016699Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4017600Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeDeletedInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4018370Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/PurgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4019233Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.4020044Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.4020889Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4021729Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CancelActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.4022830Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/AddUserHdfsInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4023665Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyInstanceType.json' from root:root to runner:runner
2025-08-20T19:16:16.4024445Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/SwitchService.json' from root:root to runner:runner
2025-08-20T19:16:16.4025254Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4026038Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListTags.json' from root:root to runner:runner
2025-08-20T19:16:16.4026858Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeColdStorageSize.json' from root:root to runner:runner
2025-08-20T19:16:16.4027642Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ConvertInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4028441Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/EnableHBaseueModule.json' from root:root to runner:runner
2025-08-20T19:16:16.4029331Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CheckComponentsVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.4030133Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteHBaseSlbServer.json' from root:root to runner:runner
2025-08-20T19:16:16.4031000Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/UpgradeMinorVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.4031839Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ReleasePublicNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.4032848Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4033653Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4034564Z [00:02:21.277]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeServerlessCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4035401Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeClusterConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.4036241Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/SwitchHbaseHaSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.4037107Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyMultiZoneClusterNodeType.json' from root:root to runner:runner
2025-08-20T19:16:16.4037893Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateHbaseHaSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.4038741Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/AllocatePublicNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.4039556Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteMultiZoneCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4040346Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeSubDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.4041224Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeMultiZoneAvailableRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.4041968Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/version.json' from root:root to runner:runner
2025-08-20T19:16:16.4042963Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteGlobalResource.json' from root:root to runner:runner
2025-08-20T19:16:16.4043785Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteServerlessCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4044658Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/GetMultimodeCmsUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.4045511Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeMultiZoneClusterDiskSize.json' from root:root to runner:runner
2025-08-20T19:16:16.4046302Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.4047161Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeMultiZoneClusterNodeCount.json' from root:root to runner:runner
2025-08-20T19:16:16.4048021Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateGlobalResource.json' from root:root to runner:runner
2025-08-20T19:16:16.4048846Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateServerlessCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4049739Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyInstanceServiceConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4050570Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeMultiZoneCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4051387Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.4052165Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/QueryHBaseHaDB.json' from root:root to runner:runner
2025-08-20T19:16:16.4053069Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/RestartInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4053881Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.4054720Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreIncrDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.4055516Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeColdStorage.json' from root:root to runner:runner
2025-08-20T19:16:16.4056367Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4057130Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4058010Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateMultiZoneCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4058892Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeMultiZoneAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:16.4059725Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeDiskWarningLine.json' from root:root to runner:runner
2025-08-20T19:16:16.4060603Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListInstanceServiceConfigHistories.json' from root:root to runner:runner
2025-08-20T19:16:16.4061455Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4062269Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeInstanceType.json' from root:root to runner:runner
2025-08-20T19:16:16.4063355Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CloseBackup.json' from root:root to runner:runner
2025-08-20T19:16:16.4064255Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListInstanceServiceConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:16.4065084Z [00:02:21.278]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.4065885Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateHBaseSlbServer.json' from root:root to runner:runner
2025-08-20T19:16:16.4066685Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.4067494Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyDiskWarningLine.json' from root:root to runner:runner
2025-08-20T19:16:16.4068280Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeDiskSize.json' from root:root to runner:runner
2025-08-20T19:16:16.4069066Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyIpWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.4069978Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreFullDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.4070815Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.4071707Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:16.4072777Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRecoverableTimeRange.json' from root:root to runner:runner
2025-08-20T19:16:16.4073611Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:16.4074412Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/QueryXpackRelateDB.json' from root:root to runner:runner
2025-08-20T19:16:16.4075275Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4076155Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeActiveOperationTaskType.json' from root:root to runner:runner
2025-08-20T19:16:16.4077014Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateRestorePlan.json' from root:root to runner:runner
2025-08-20T19:16:16.4077799Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteHbaseHaSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.4078598Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateBackupPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.4079418Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyUIAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.4080225Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/RelateDbForHBaseHa.json' from root:root to runner:runner
2025-08-20T19:16:16.4081038Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreTables.json' from root:root to runner:runner
2025-08-20T19:16:16.4081746Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase' from root:root to runner:runner
2025-08-20T19:16:16.4082681Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySplitItemBill.json' from root:root to runner:runner
2025-08-20T19:16:16.4083616Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySavingsPlansInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4084453Z [00:02:21.279]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetResellerUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4085684Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSavingsPlansUsageDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.4086967Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCashCoupons.json' from root:root to runner:runner
2025-08-20T19:16:16.4087801Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryInstanceByTag.json' from root:root to runner:runner
2025-08-20T19:16:16.4088643Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryInstanceGaapCost.json' from root:root to runner:runner
2025-08-20T19:16:16.4089594Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryInvoicingCustomerList.json' from root:root to runner:runner
2025-08-20T19:16:16.4090482Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetAllExpirationDay.json' from root:root to runner:runner
2025-08-20T19:16:16.4091287Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCostUnit.json' from root:root to runner:runner
2025-08-20T19:16:16.4092102Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/AddAccountRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.4093054Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryRelationList.json' from root:root to runner:runner
2025-08-20T19:16:16.4093892Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetCreditLabelAction.json' from root:root to runner:runner
2025-08-20T19:16:16.4094698Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateCostUnit.json' from root:root to runner:runner
2025-08-20T19:16:16.4095536Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCostUnitResource.json' from root:root to runner:runner
2025-08-20T19:16:16.4096353Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ReleaseInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4097190Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ModifyAccountRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.4098115Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourceUsageTotal.json' from root:root to runner:runner
2025-08-20T19:16:16.4098977Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/InquiryPriceRefundInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4099908Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryResourcePackageInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4100759Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAvailableInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4101742Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json' from root:root to runner:runner
2025-08-20T19:16:16.4102774Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryPriceEntityList.json' from root:root to runner:runner
2025-08-20T19:16:16.4103760Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetPayAsYouGoPrice.json' from root:root to runner:runner
2025-08-20T19:16:16.4104641Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryProductList.json' from root:root to runner:runner
2025-08-20T19:16:16.4105527Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourceCoverageTotal.json' from root:root to runner:runner
2025-08-20T19:16:16.4106354Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeInstanceBill.json' from root:root to runner:runner
2025-08-20T19:16:16.4107222Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateSavingsPlansInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4108128Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSavingsPlansUsageTotal.json' from root:root to runner:runner
2025-08-20T19:16:16.4108966Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetCustomerAccountInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4109875Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSavingsPlansCoverageDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.4110698Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryPermissionList.json' from root:root to runner:runner
2025-08-20T19:16:16.4111539Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryBill.json' from root:root to runner:runner
2025-08-20T19:16:16.4112651Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryResellerUserAlarmThreshold.json' from root:root to runner:runner
2025-08-20T19:16:16.4113786Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetResellerUserAlarmThreshold.json' from root:root to runner:runner
2025-08-20T19:16:16.4114631Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SubscribeBillToOSS.json' from root:root to runner:runner
2025-08-20T19:16:16.4115602Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json' from root:root to runner:runner
2025-08-20T19:16:16.4116454Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetResourcePackagePrice.json' from root:root to runner:runner
2025-08-20T19:16:16.4117353Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSplitItemBill.json' from root:root to runner:runner
2025-08-20T19:16:16.4118259Z [00:02:21.280]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateResellerUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.4119059Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4119868Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ModifyCostUnit.json' from root:root to runner:runner
2025-08-20T19:16:16.4120705Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RenewChangeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4121571Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryResellerAvailableQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.4122650Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeCostBudgetsSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.4123483Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCommodityList.json' from root:root to runner:runner
2025-08-20T19:16:16.4124317Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAccountBalance.json' from root:root to runner:runner
2025-08-20T19:16:16.4125202Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.4126133Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSavingsPlansCoverageTotal.json' from root:root to runner:runner
2025-08-20T19:16:16.4126975Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:16.4127881Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RelieveAccountRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.4128705Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryBillOverview.json' from root:root to runner:runner
2025-08-20T19:16:16.4129502Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DeleteCostUnit.json' from root:root to runner:runner
2025-08-20T19:16:16.4130365Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySavingsPlansDeductLog.json' from root:root to runner:runner
2025-08-20T19:16:16.4131254Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/EnableBillGeneration.json' from root:root to runner:runner
2025-08-20T19:16:16.4132131Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ConvertChargeType.json' from root:root to runner:runner
2025-08-20T19:16:16.4133246Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4134043Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetRenewal.json' from root:root to runner:runner
2025-08-20T19:16:16.4134828Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/version.json' from root:root to runner:runner
2025-08-20T19:16:16.4135694Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryFinancialAccountInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4136497Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SaveUserCredit.json' from root:root to runner:runner
2025-08-20T19:16:16.4137297Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ConfirmRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.4138189Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourcePackageProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.4139175Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryBillToOSSSubscription.json' from root:root to runner:runner
2025-08-20T19:16:16.4140001Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/UnsubscribeBillToOSS.json' from root:root to runner:runner
2025-08-20T19:16:16.4140823Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryUserOmsData.json' from root:root to runner:runner
2025-08-20T19:16:16.4141772Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryRedeem.json' from root:root to runner:runner
2025-08-20T19:16:16.4142744Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ApplyInvoice.json' from root:root to runner:runner
2025-08-20T19:16:16.4143550Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4144358Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySettleBill.json' from root:root to runner:runner
2025-08-20T19:16:16.4145252Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetSubscriptionPrice.json' from root:root to runner:runner
2025-08-20T19:16:16.4146128Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourceUsageDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.4146920Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4147776Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySavingsPlansDiscount.json' from root:root to runner:runner
2025-08-20T19:16:16.4148585Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetCustomerList.json' from root:root to runner:runner
2025-08-20T19:16:16.4149439Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCustomerAddressList.json' from root:root to runner:runner
2025-08-20T19:16:16.4150273Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetResellerUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.4151134Z [00:02:21.281]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/AllocateCostUnitResource.json' from root:root to runner:runner
2025-08-20T19:16:16.4151914Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryOrders.json' from root:root to runner:runner
2025-08-20T19:16:16.4153152Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json' from root:root to runner:runner
2025-08-20T19:16:16.4153963Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RefundInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4154899Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAccountTransactions.json' from root:root to runner:runner
2025-08-20T19:16:16.4155734Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribePricingModule.json' from root:root to runner:runner
2025-08-20T19:16:16.4156649Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryDPUtilizationDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.4157459Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateAgAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.4158778Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryRIUtilizationDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.4160037Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ChangeResellerConsumeAmount.json' from root:root to runner:runner
2025-08-20T19:16:16.4160982Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAccountTransactionDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.4161821Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RenewResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:16.4162768Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryPrepaidCards.json' from root:root to runner:runner
2025-08-20T19:16:16.4163620Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/UpgradeResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:16.4164454Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryInstanceBill.json' from root:root to runner:runner
2025-08-20T19:16:16.4165256Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ModifyInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4166048Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CancelOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.4166855Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAccountBill.json' from root:root to runner:runner
2025-08-20T19:16:16.4167825Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourceCoverageDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.4168634Z [00:02:21.282]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryEvaluateList.json' from root:root to runner:runner
2025-08-20T19:16:16.4169518Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetAccountRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.4170559Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json' from root:root to runner:runner
2025-08-20T19:16:16.4171379Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySkuPriceList.json' from root:root to runner:runner
2025-08-20T19:16:16.4172096Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi' from root:root to runner:runner
2025-08-20T19:16:16.4173227Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorLog.json' from root:root to runner:runner
2025-08-20T19:16:16.4174128Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHybridMonitorNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.4174969Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.4175756Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeTagKeyList.json' from root:root to runner:runner
2025-08-20T19:16:16.4176567Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateCmsCallNumOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.4177412Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/BatchCreateInstantSiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.4178217Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeEventRuleList.json' from root:root to runner:runner
2025-08-20T19:16:16.4179019Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:16.4179875Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupCategories.json' from root:root to runner:runner
2025-08-20T19:16:16.4180797Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:16.4181615Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:16.4182556Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateHybridMonitorSLSGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4183371Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/Cursor.json' from root:root to runner:runner
2025-08-20T19:16:16.4184230Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutCustomMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:16.4185050Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeCustomMetricList.json' from root:root to runner:runner
2025-08-20T19:16:16.4185917Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeProductResourceTagKeyList.json' from root:root to runner:runner
2025-08-20T19:16:16.4186804Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutMonitorGroupDynamicRule.json' from root:root to runner:runner
2025-08-20T19:16:16.4187607Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutGroupMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:16.4188484Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeGroupMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:16.4189267Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteCustomMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.4190074Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/SendDryRunSystemEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.4190920Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4191707Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutCustomEventRule.json' from root:root to runner:runner
2025-08-20T19:16:16.4192701Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4193564Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/BatchCreateIntantSiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.4194525Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeContactListByContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4195331Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutResourceMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4196104Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/OpenCmsService.json' from root:root to runner:runner
2025-08-20T19:16:16.4196979Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:16.4197883Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteInstantMonitorLog.json' from root:root to runner:runner
2025-08-20T19:16:16.4198676Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeContactList.json' from root:root to runner:runner
2025-08-20T19:16:16.4199503Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:16.4200336Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutCustomMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.4201150Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutEventRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:16.4201988Z [00:02:21.283]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutHybridMonitorMetricData.json' from root:root to runner:runner
2025-08-20T19:16:16.4202859Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/BatchExport.json' from root:root to runner:runner
2025-08-20T19:16:16.4203663Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4204448Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifySiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.4205512Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeCustomEventCount.json' from root:root to runner:runner
2025-08-20T19:16:16.4206654Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:16.4207558Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4208535Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupDynamicRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4209385Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentHosts.json' from root:root to runner:runner
2025-08-20T19:16:16.4210221Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeLogMonitorAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4211077Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitorGroupNotifyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.4211976Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4213003Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateCmsOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.4213822Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteDynamicTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4214741Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHybridMonitorSLSGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4215554Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertLogList.json' from root:root to runner:runner
2025-08-20T19:16:16.4216321Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteContact.json' from root:root to runner:runner
2025-08-20T19:16:16.4217114Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutMetricRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:16.4217916Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableSiteMonitors.json' from root:root to runner:runner
2025-08-20T19:16:16.4218754Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeExporterOutputList.json' from root:root to runner:runner
2025-08-20T19:16:16.4219540Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricData.json' from root:root to runner:runner
2025-08-20T19:16:16.4220359Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4221159Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/AddTags.json' from root:root to runner:runner
2025-08-20T19:16:16.4222087Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentProcesses.json' from root:root to runner:runner
2025-08-20T19:16:16.4223103Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateGroupMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4223955Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeCustomEventHistogram.json' from root:root to runner:runner
2025-08-20T19:16:16.4224751Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricTop.json' from root:root to runner:runner
2025-08-20T19:16:16.4225672Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertLogHistogram.json' from root:root to runner:runner
2025-08-20T19:16:16.4226492Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableActiveMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:16.4227361Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHybridMonitorNamespaceList.json' from root:root to runner:runner
2025-08-20T19:16:16.4228310Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:16.4229803Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRuleResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4230655Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyMetricRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.4231507Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:16.4232315Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricList.json' from root:root to runner:runner
2025-08-20T19:16:16.4233440Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteExporterOutput.json' from root:root to runner:runner
2025-08-20T19:16:16.4234264Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:16.4235068Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.4235929Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutEventRule.json' from root:root to runner:runner
2025-08-20T19:16:16.4236819Z [00:02:21.284]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMetricRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.4237571Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/RemoveTags.json' from root:root to runner:runner
2025-08-20T19:16:16.4238387Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:16.4239145Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutContact.json' from root:root to runner:runner
2025-08-20T19:16:16.4240031Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSystemEventMetaList.json' from root:root to runner:runner
2025-08-20T19:16:16.4240923Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorResourceQuotaAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4241699Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutExporterOutput.json' from root:root to runner:runner
2025-08-20T19:16:16.4242931Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:16.4243804Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/BatchCreateOnceSiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.4244611Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleList.json' from root:root to runner:runner
2025-08-20T19:16:16.4245456Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHybridMonitorSLSGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4246253Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeProjectMeta.json' from root:root to runner:runner
2025-08-20T19:16:16.4247047Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableSiteMonitors.json' from root:root to runner:runner
2025-08-20T19:16:16.4247833Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutMonitoringConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4248680Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorGroupNotifyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.4249633Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupNotifyPolicyList.json' from root:root to runner:runner
2025-08-20T19:16:16.4250523Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyMonitorGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4251401Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertingMetricRuleResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4252163Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHostInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4253252Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/InstallMonitoringAgent.json' from root:root to runner:runner
2025-08-20T19:16:16.4254166Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSystemEventCount.json' from root:root to runner:runner
2025-08-20T19:16:16.4255010Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteHybridMonitorSLSGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4255869Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeLogMonitorList.json' from root:root to runner:runner
2025-08-20T19:16:16.4256657Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4257502Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeActiveMetricRuleList.json' from root:root to runner:runner
2025-08-20T19:16:16.4258314Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.4259134Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeContactGroupList.json' from root:root to runner:runner
2025-08-20T19:16:16.4259954Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutResourceMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:16.4260811Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4261547Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/version.json' from root:root to runner:runner
2025-08-20T19:16:16.4262366Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHybridMonitorTask.json' from root:root to runner:runner
2025-08-20T19:16:16.4263394Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeCustomEventAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4264222Z [00:02:21.285]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutLogMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.4265006Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4265790Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4266614Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableActiveMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:16.4267502Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitorGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4268337Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeEventRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4269209Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.4270046Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:16.4270836Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricLast.json' from root:root to runner:runner
2025-08-20T19:16:16.4271636Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertLogCount.json' from root:root to runner:runner
2025-08-20T19:16:16.4272666Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteHybridMonitorTask.json' from root:root to runner:runner
2025-08-20T19:16:16.4273553Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeProductsOfActiveMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:16.4274381Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateCmsSmspackageOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.4275154Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutCustomEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.4275974Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:16.4276886Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeDynamicTagRuleList.json' from root:root to runner:runner
2025-08-20T19:16:16.4277767Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateInstantSiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.4278635Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyGroupMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:16.4279439Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateDynamicTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4280260Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:16.4281131Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricMetaList.json' from root:root to runner:runner
2025-08-20T19:16:16.4282183Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/UninstallMonitoringAgent.json' from root:root to runner:runner
2025-08-20T19:16:16.4283357Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableEventRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4284275Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorGroupByResourceGroupId.json' from root:root to runner:runner
2025-08-20T19:16:16.4285193Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteGroupMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:16.4286050Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHybridMonitorDataList.json' from root:root to runner:runner
2025-08-20T19:16:16.4287098Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSystemEventAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4287969Z [00:02:21.286]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitorGroupDynamicRule.json' from root:root to runner:runner
2025-08-20T19:16:16.4288857Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleTemplateAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4289702Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4290576Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteLogMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.4291455Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeUnhealthyHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:16.4292371Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorISPCityList.json' from root:root to runner:runner
2025-08-20T19:16:16.4293495Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:16.4294322Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteEventRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:16.4295136Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorList.json' from root:root to runner:runner
2025-08-20T19:16:16.4296050Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateHybridMonitorTask.json' from root:root to runner:runner
2025-08-20T19:16:16.4296850Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteEventRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4297790Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateGroupMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:16.4298615Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertHistoryList.json' from root:root to runner:runner
2025-08-20T19:16:16.4299746Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateHybridMonitorNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.4301060Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHostAvailabilityList.json' from root:root to runner:runner
2025-08-20T19:16:16.4302113Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ApplyMetricRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.4303056Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateSiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.4303932Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentStatuses.json' from root:root to runner:runner
2025-08-20T19:16:16.4304775Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSystemEventHistogram.json' from root:root to runner:runner
2025-08-20T19:16:16.4305665Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4306520Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeEventRuleTargetList.json' from root:root to runner:runner
2025-08-20T19:16:16.4307375Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteSiteMonitors.json' from root:root to runner:runner
2025-08-20T19:16:16.4308189Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeExporterRuleList.json' from root:root to runner:runner
2025-08-20T19:16:16.4309043Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHybridMonitorTaskList.json' from root:root to runner:runner
2025-08-20T19:16:16.4309931Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteHybridMonitorNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.4310765Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:16.4311552Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteExporterRule.json' from root:root to runner:runner
2025-08-20T19:16:16.4312535Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:16.4313374Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMetricRuleResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4314188Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleCount.json' from root:root to runner:runner
2025-08-20T19:16:16.4314978Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4315758Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutExporterRule.json' from root:root to runner:runner
2025-08-20T19:16:16.4316541Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableEventRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4317339Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeTagValueList.json' from root:root to runner:runner
2025-08-20T19:16:16.4318148Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:16.4319143Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4319840Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms' from root:root to runner:runner
2025-08-20T19:16:16.4320657Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/green/version.json' from root:root to runner:runner
2025-08-20T19:16:16.4321352Z [00:02:21.287]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/green' from root:root to runner:runner
2025-08-20T19:16:16.4322148Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/StartInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4323192Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4324079Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4324860Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.4325772Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4326593Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpgradePrePayOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.4327404Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DescribeSaslUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.4328189Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DescribeAcls.json' from root:root to runner:runner
2025-08-20T19:16:16.4329017Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetAllInstanceIdList.json' from root:root to runner:runner
2025-08-20T19:16:16.4329800Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/QueryMessage.json' from root:root to runner:runner
2025-08-20T19:16:16.4330621Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ReleaseInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4331429Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4332314Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ConvertPostPayOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.4333388Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetQuotaTip.json' from root:root to runner:runner
2025-08-20T19:16:16.4334358Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpdateConsumerOffset.json' from root:root to runner:runner
2025-08-20T19:16:16.4335128Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreateAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.4335956Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/version.json' from root:root to runner:runner
2025-08-20T19:16:16.4336752Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetConsumerList.json' from root:root to runner:runner
2025-08-20T19:16:16.4337609Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpdateAllowedIp.json' from root:root to runner:runner
2025-08-20T19:16:16.4338427Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ModifyPartitionNum.json' from root:root to runner:runner
2025-08-20T19:16:16.4339254Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreatePrePayOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.4340044Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteTopic.json' from root:root to runner:runner
2025-08-20T19:16:16.4340844Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4341666Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpgradePostPayOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.4342603Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4343390Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4344193Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreateSaslUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4344970Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetTopicList.json' from root:root to runner:runner
2025-08-20T19:16:16.4345876Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpdateInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4346710Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpgradeInstanceVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.4347582Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpdateTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4348401Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetConsumerProgress.json' from root:root to runner:runner
2025-08-20T19:16:16.4349259Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:16.4350059Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetTopicStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4351018Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetAllowedIpList.json' from root:root to runner:runner
2025-08-20T19:16:16.4352001Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ModifyInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:16.4353081Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreatePostPayOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.4353909Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteSaslUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4354703Z [00:02:21.288]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreateTopic.json' from root:root to runner:runner
2025-08-20T19:16:16.4355517Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ModifyTopicRemark.json' from root:root to runner:runner
2025-08-20T19:16:16.4356429Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka' from root:root to runner:runner
2025-08-20T19:16:16.4357324Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroupsForUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4358278Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostAccountsToHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:16.4359129Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:16.4360037Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHosts.json' from root:root to runner:runner
2025-08-20T19:16:16.4360874Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4361801Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateUserPublicKey.json' from root:root to runner:runner
2025-08-20T19:16:16.4362873Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/StartInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4363805Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostsPort.json' from root:root to runner:runner
2025-08-20T19:16:16.4364697Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostAccountsForUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4365663Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostsActiveAddressType.json' from root:root to runner:runner
2025-08-20T19:16:16.4366560Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DescribeInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4367400Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4368310Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostAccountsForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4369815Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/RejectOperationTicket.json' from root:root to runner:runner
2025-08-20T19:16:16.4370880Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyInstanceTwoFactor.json' from root:root to runner:runner
2025-08-20T19:16:16.4371740Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4372845Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListUserPublicKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.4373733Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostsForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4374576Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostsForUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4375501Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/UnlockUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.4376436Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListOperationTickets.json' from root:root to runner:runner
2025-08-20T19:16:16.4377246Z [00:02:21.289]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4378158Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteUserPublicKey.json' from root:root to runner:runner
2025-08-20T19:16:16.4379070Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostGroupAccountsToUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4380031Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostAccountsToUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4380983Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4381890Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ConfigInstanceSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.4382871Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4383681Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4384532Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4385358Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4386229Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AcceptApproveCommand.json' from root:root to runner:runner
2025-08-20T19:16:16.4387093Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/RejectApproveCommand.json' from root:root to runner:runner
2025-08-20T19:16:16.4387899Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.4388863Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AcceptOperationTicket.json' from root:root to runner:runner
2025-08-20T19:16:16.4389781Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListApproveCommands.json' from root:root to runner:runner
2025-08-20T19:16:16.4390621Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4391551Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:16.4392568Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.4393505Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4394324Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateHost.json' from root:root to runner:runner
2025-08-20T19:16:16.4395277Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4396138Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetInstanceTwoFactor.json' from root:root to runner:runner
2025-08-20T19:16:16.4397041Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyInstanceADAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:16.4397868Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.4398739Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/RemoveHostsFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4399578Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:16.4400459Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ConfigInstanceWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.4401264Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/version.json' from root:root to runner:runner
2025-08-20T19:16:16.4402158Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListUserGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.4403284Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4404193Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHost.json' from root:root to runner:runner
2025-08-20T19:16:16.4405033Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4405912Z [00:02:21.290]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4406758Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateHostAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.4407724Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:16.4408562Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.4409385Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteHost.json' from root:root to runner:runner
2025-08-20T19:16:16.4410223Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.4411065Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AddUsersToGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4411961Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ResetHostAccountCredential.json' from root:root to runner:runner
2025-08-20T19:16:16.4413110Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetInstanceADAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:16.4414077Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.4414912Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4415748Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetHostAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.4416628Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/LockUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.4417481Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteHostAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.4418302Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4419243Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroupsForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4420169Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostAccountsForHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:16.4421353Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostShareKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.4422231Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4423212Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AddHostsToGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4424153Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostAccountsFromUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4425014Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:16.4425957Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostGroupAccountsFromUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4427081Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DisableInstancePublicAccess.json' from root:root to runner:runner
2025-08-20T19:16:16.4427919Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4429018Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4429825Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetHost.json' from root:root to runner:runner
2025-08-20T19:16:16.4430771Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetInstanceLDAPAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:16.4431643Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/RemoveUsersFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4432757Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostAccountsFromUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4433616Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4434588Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/EnableInstancePublicAccess.json' from root:root to runner:runner
2025-08-20T19:16:16.4435506Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:16.4436444Z [00:02:21.291]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroupAccountNamesForUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4437332Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostAccountsToUser.json' from root:root to runner:runner
2025-08-20T19:16:16.4438083Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost' from root:root to runner:runner
2025-08-20T19:16:16.4438917Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateARMServerInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4439942Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeARMServerInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4441347Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancerTCPListener.json' from root:root to runner:runner
2025-08-20T19:16:16.4442574Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:16.4443559Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RollbackApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.4444338Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:16.4445226Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleasePrePaidInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4446030Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateNetworkAclEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.4446800Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteObject.json' from root:root to runner:runner
2025-08-20T19:16:16.4447621Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteDeviceInternetPort.json' from root:root to runner:runner
2025-08-20T19:16:16.4448493Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsNetLevel.json' from root:root to runner:runner
2025-08-20T19:16:16.4449253Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AttachDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.4450127Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AssignPrivateIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:16.4450980Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancerHTTPListener.json' from root:root to runner:runner
2025-08-20T19:16:16.4451746Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StartInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4452778Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNatGateways.json' from root:root to runner:runner
2025-08-20T19:16:16.4453580Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4454338Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.4455143Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RescaleDeviceService.json' from root:root to runner:runner
2025-08-20T19:16:16.4455966Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleasePostPaidInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4456801Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/PutBucket.json' from root:root to runner:runner
2025-08-20T19:16:16.4457647Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSecurityGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4458506Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4459377Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeMeasurementData.json' from root:root to runner:runner
2025-08-20T19:16:16.4460176Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetBucketLifecycle.json' from root:root to runner:runner
2025-08-20T19:16:16.4460989Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StartSnatIpForSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.4461900Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeElbAvailableResourceInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4462848Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4463697Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/JoinSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4464516Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceVncUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.4465335Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RevokeSecurityGroupEgress.json' from root:root to runner:runner
2025-08-20T19:16:16.4466137Z [00:02:21.292]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4466959Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDataDownloadURL.json' from root:root to runner:runner
2025-08-20T19:16:16.4467755Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDeviceService.json' from root:root to runner:runner
2025-08-20T19:16:16.4468531Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReinitInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4469309Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetOssUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.4470129Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StopInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4470937Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifySnapshotAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4471721Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RebootAICInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4472680Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:16.4473521Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyImageSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:16.4474426Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerTCPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4475202Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.4476049Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.4476885Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.4477706Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UpgradeAICInstanceImage.json' from root:root to runner:runner
2025-08-20T19:16:16.4478459Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReInitDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.4479255Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RescaleApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.4480070Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AddDeviceInternetPort.json' from root:root to runner:runner
2025-08-20T19:16:16.4480945Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerUDPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4481785Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4482849Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/JoinPublicIpsToEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4483775Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.4484638Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancerHTTPSListener.json' from root:root to runner:runner
2025-08-20T19:16:16.4485421Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:16.4486361Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeApplicationResourceSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.4487130Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDisks.json' from root:root to runner:runner
2025-08-20T19:16:16.4487901Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ResizeDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.4488677Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleaseInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4489578Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsRegionIdResource.json' from root:root to runner:runner
2025-08-20T19:16:16.4490461Z [00:02:21.293]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AssociateEnsEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.4491311Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeAvailableResourceInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4492133Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyNetworkAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4493382Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyPrepayInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.4494217Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:16.4495038Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeExportImageInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4495799Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ResetDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.4496570Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RebootInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4497427Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ExportImage.json' from root:root to runner:runner
2025-08-20T19:16:16.4498418Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:16.4499285Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RemoveVSwitchesFromEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4500164Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeAICImages.json' from root:root to runner:runner
2025-08-20T19:16:16.4500970Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:16.4501756Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:16.4502760Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.4503660Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteBucketLifecycle.json' from root:root to runner:runner
2025-08-20T19:16:16.4504555Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNetworkInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:16.4505352Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DistApplicationData.json' from root:root to runner:runner
2025-08-20T19:16:16.4506156Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AccosicateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.4506955Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RemoveBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:16.4507758Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeMountTargets.json' from root:root to runner:runner
2025-08-20T19:16:16.4508578Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StartLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:16.4509396Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:16.4510240Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSDGDeploymentStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4511181Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateClassicNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.4512710Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:16.4514214Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:16.4515874Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeImages.json' from root:root to runner:runner
2025-08-20T19:16:16.4517377Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AddBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:16.4518915Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteEnsRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.4520480Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSnatTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.4522150Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeServcieSchedule.json' from root:root to runner:runner
2025-08-20T19:16:16.4523394Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyEnsEipAddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4524248Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UnAssociateEnsEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.4525044Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ImportKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:16.4525903Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ExportMeasurementData.json' from root:root to runner:runner
2025-08-20T19:16:16.4526719Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.4527514Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4528388Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4529146Z [00:02:21.294]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CopySDG.json' from root:root to runner:runner
2025-08-20T19:16:16.4529909Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetBucketInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4530805Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleaseARMServerInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4531595Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeRegionIsps.json' from root:root to runner:runner
2025-08-20T19:16:16.4532624Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4533416Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StopEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4534281Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AuthorizeSecurityGroupEgress.json' from root:root to runner:runner
2025-08-20T19:16:16.4535073Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.4536000Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RenewARMServerInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4536817Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AddSnatIpForSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.4537667Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/LeaveSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4538456Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RecoverAICInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4539242Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:16.4540049Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RestartDeviceInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4540855Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyImageAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4541656Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSnatAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4542630Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetBucketAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.4543535Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDataDistResult.json' from root:root to runner:runner
2025-08-20T19:16:16.4544432Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.4545252Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:16.4546127Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteNetworkAclEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.4546960Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsNetSaleDistrict.json' from root:root to runner:runner
2025-08-20T19:16:16.4547803Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetOssStorageAndAccByBuckets.json' from root:root to runner:runner
2025-08-20T19:16:16.4548693Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeBandwitdhByInternetChargeType.json' from root:root to runner:runner
2025-08-20T19:16:16.4549586Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeForwardTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.4550356Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.4551236Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeExportImageStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4552147Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerUDPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4553460Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UnassignPrivateIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:16.4554234Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CopySnapshot.json' from root:root to runner:runner
2025-08-20T19:16:16.4555038Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.4555854Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnBandWidthData.json' from root:root to runner:runner
2025-08-20T19:16:16.4556658Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNetworkAcls.json' from root:root to runner:runner
2025-08-20T19:16:16.4557472Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteSnatIpForSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.4558332Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.4559107Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4559934Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteKeyPairs.json' from root:root to runner:runner
2025-08-20T19:16:16.4560736Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ExportBillDetailData.json' from root:root to runner:runner
2025-08-20T19:16:16.4561476Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/version.json' from root:root to runner:runner
2025-08-20T19:16:16.4562238Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RunInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4563386Z [00:02:21.295]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.4564204Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RunServiceSchedule.json' from root:root to runner:runner
2025-08-20T19:16:16.4565089Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeCloudDiskTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.4565878Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.4566704Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4567497Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ResetDeviceInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4568727Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4570277Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AddNetworkInterfaceToInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4571380Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AuthorizeSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4572197Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.4573351Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.4574374Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4575241Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ListObjects.json' from root:root to runner:runner
2025-08-20T19:16:16.4576047Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateEnsRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.4576843Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UpgradeApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.4577666Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDataPushResult.json' from root:root to runner:runner
2025-08-20T19:16:16.4578622Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerHTTPSListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4579439Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.4580288Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AttachEnsInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4581127Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeBandWithdChargeType.json' from root:root to runner:runner
2025-08-20T19:16:16.4582045Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnBandwitdhByInternetChargeType.json' from root:root to runner:runner
2025-08-20T19:16:16.4583111Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.4583938Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4584796Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RemovePublicIpsFromEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4585649Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StopSnatIpForSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.4586479Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeReservedResource.json' from root:root to runner:runner
2025-08-20T19:16:16.4587497Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UnassociateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.4588988Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeCloudDiskAvailableResourceInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4590094Z [00:02:21.296]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyVSwitchAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4590908Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateEnsService.json' from root:root to runner:runner
2025-08-20T19:16:16.4591757Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.4592782Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/PutBucketLifecycle.json' from root:root to runner:runner
2025-08-20T19:16:16.4593701Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNetworkAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4594453Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeploySDG.json' from root:root to runner:runner
2025-08-20T19:16:16.4595349Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeCreatePrePaidInstanceResult.json' from root:root to runner:runner
2025-08-20T19:16:16.4596131Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSelfImages.json' from root:root to runner:runner
2025-08-20T19:16:16.4596976Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsRegionIdIpv6Info.json' from root:root to runner:runner
2025-08-20T19:16:16.4597792Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RebootARMServerInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4598607Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetDeviceInternetPort.json' from root:root to runner:runner
2025-08-20T19:16:16.4599399Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.4600198Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/PushApplicationData.json' from root:root to runner:runner
2025-08-20T19:16:16.4600979Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:16.4601801Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.4602848Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribePrePaidInstanceStock.json' from root:root to runner:runner
2025-08-20T19:16:16.4603793Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsResourceUsage.json' from root:root to runner:runner
2025-08-20T19:16:16.4604590Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeImageInfos.json' from root:root to runner:runner
2025-08-20T19:16:16.4605499Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifySecurityGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4606333Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:16.4607182Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleaseAICInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4607966Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4608822Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancerUDPListener.json' from root:root to runner:runner
2025-08-20T19:16:16.4609613Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RevokeSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4610433Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsNetDistrict.json' from root:root to runner:runner
2025-08-20T19:16:16.4611316Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerHTTPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4612098Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.4614992Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerHTTPSListenerAttribute.json' from root:root to runner:runner
﻿2025-08-20T19:16:16.4617591Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StopLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:16.4618407Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.4619190Z [00:02:21.297]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeKeyPairs.json' from root:root to runner:runner
2025-08-20T19:16:16.4620025Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ResetAICInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4620871Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsRouteEntryList.json' from root:root to runner:runner
2025-08-20T19:16:16.4621666Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/PutBucketAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.4622841Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:16.4623827Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:16.4624710Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4625508Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.4626320Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateEipInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4627096Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StartEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4627853Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateImage.json' from root:root to runner:runner
2025-08-20T19:16:16.4628647Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeFileSystems.json' from root:root to runner:runner
2025-08-20T19:16:16.4629402Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DetachDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.4630233Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnMeasurementData.json' from root:root to runner:runner
2025-08-20T19:16:16.4631269Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerHTTPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4632213Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerTCPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4633359Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeImageSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:16.4634152Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:16.4635017Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:16.4635781Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteBucket.json' from root:root to runner:runner
2025-08-20T19:16:16.4636701Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeUserBandWidthData.json' from root:root to runner:runner
2025-08-20T19:16:16.4637549Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4638363Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ListBuckets.json' from root:root to runner:runner
2025-08-20T19:16:16.4639148Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNetworks.json' from root:root to runner:runner
2025-08-20T19:16:16.4639970Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/JoinVSwitchesToEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4640724Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteImage.json' from root:root to runner:runner
2025-08-20T19:16:16.4641512Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.4642204Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens' from root:root to runner:runner
2025-08-20T19:16:16.4643374Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetUploadCredentials.json' from root:root to runner:runner
2025-08-20T19:16:16.4644269Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/UpdateService.json' from root:root to runner:runner
2025-08-20T19:16:16.4645337Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetServiceTemplateParameterConstraints.json' from root:root to runner:runner
2025-08-20T19:16:16.4646558Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetServiceEstimateCost.json' from root:root to runner:runner
2025-08-20T19:16:16.4647482Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListAcrImageRepositories.json' from root:root to runner:runner
2025-08-20T19:16:16.4648312Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetArtifact.json' from root:root to runner:runner
2025-08-20T19:16:16.4649144Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListServices.json' from root:root to runner:runner
2025-08-20T19:16:16.4650000Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListServiceUsages.json' from root:root to runner:runner
2025-08-20T19:16:16.4651088Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetService.json' from root:root to runner:runner
2025-08-20T19:16:16.4652082Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ModifyServiceInstanceResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4653161Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/PushMeteringData.json' from root:root to runner:runner
2025-08-20T19:16:16.4654015Z [00:02:21.298]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/DeleteArtifact.json' from root:root to runner:runner
2025-08-20T19:16:16.4654865Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/CreateService.json' from root:root to runner:runner
2025-08-20T19:16:16.4655718Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/RegisterService.json' from root:root to runner:runner
2025-08-20T19:16:16.4656665Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetArtifactRepositoryCredentials.json' from root:root to runner:runner
2025-08-20T19:16:16.4657546Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4658466Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ContinueDeployServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4659413Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/DeployServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4660346Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/CreateServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4661168Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/version.json' from root:root to runner:runner
2025-08-20T19:16:16.4662006Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/DeleteService.json' from root:root to runner:runner
2025-08-20T19:16:16.4662976Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ReleaseArtifact.json' from root:root to runner:runner
2025-08-20T19:16:16.4664317Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListArtifacts.json' from root:root to runner:runner
2025-08-20T19:16:16.4665678Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/UpdateServiceInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4666606Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/AddServiceSharedAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.4667554Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/DeleteServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4668419Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListAcrImageTags.json' from root:root to runner:runner
2025-08-20T19:16:16.4669277Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4670166Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/UpgradeServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4671015Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/CreateArtifact.json' from root:root to runner:runner
2025-08-20T19:16:16.4671856Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/UpdateArtifact.json' from root:root to runner:runner
2025-08-20T19:16:16.4672980Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListArtifactVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.4673840Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier' from root:root to runner:runner
2025-08-20T19:16:16.4674799Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeSubaccountK8sClusterUserConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4675562Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/StartWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:16.4676363Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicyDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.4677182Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4677988Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UnInstallClusterAddons.json' from root:root to runner:runner
2025-08-20T19:16:16.4678833Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterVuls.json' from root:root to runner:runner
2025-08-20T19:16:16.4679587Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/StopAlert.json' from root:root to runner:runner
2025-08-20T19:16:16.4680370Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.4681266Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterUserKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4682096Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpdateContactGroupForAlert.json' from root:root to runner:runner
2025-08-20T19:16:16.4683130Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeAddons.json' from root:root to runner:runner
2025-08-20T19:16:16.4683902Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/RemoveWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:16.4684757Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicyInstancesStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4685520Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/AttachInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4686335Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteKubernetesTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.4687161Z [00:02:21.299]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ResumeTask.json' from root:root to runner:runner
2025-08-20T19:16:16.4688042Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyNodePoolNodeConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4688912Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonsUpgradeStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4689674Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.4690438Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/MigrateCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4691241Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:16.4692041Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.4693046Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/PauseClusterUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:16.4693874Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4694791Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpdateK8sClusterUserConfigExpire.json' from root:root to runner:runner
2025-08-20T19:16:16.4695595Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GetKubernetesTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.4696373Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GetClusterCheck.json' from root:root to runner:runner
2025-08-20T19:16:16.4697161Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClustersV1.json' from root:root to runner:runner
2025-08-20T19:16:16.4697926Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.4698767Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeUserClusterNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:16.4699571Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeExternalAgent.json' from root:root to runner:runner
2025-08-20T19:16:16.4700360Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ScaleClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:16.4701264Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonMetadata.json' from root:root to runner:runner
2025-08-20T19:16:16.4702097Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/RunClusterCheck.json' from root:root to runner:runner
2025-08-20T19:16:16.4703059Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeNodePoolVuls.json' from root:root to runner:runner
2025-08-20T19:16:16.4703833Z [00:02:21.300]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4704640Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/RepairClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:16.4705427Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListClusterChecks.json' from root:root to runner:runner
2025-08-20T19:16:16.4706265Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4707068Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.4707891Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.4708686Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeletePolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4709463Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GrantPermissions.json' from root:root to runner:runner
2025-08-20T19:16:16.4710225Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:16.4710988Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeAddon.json' from root:root to runner:runner
2025-08-20T19:16:16.4711781Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelOperationPlan.json' from root:root to runner:runner
2025-08-20T19:16:16.4712845Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:16.4713743Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateKubernetesTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.4714636Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GetUpgradeStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4715725Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListOperationPlans.json' from root:root to runner:runner
2025-08-20T19:16:16.4716540Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.4717362Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GetClusterAddonInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4718211Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterNodePoolDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.4719016Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/RemoveNodePoolNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.4719930Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/AttachInstancesToNodePool.json' from root:root to runner:runner
2025-08-20T19:16:16.4721057Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonUpgradeStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4721880Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpgradeClusterAddons.json' from root:root to runner:runner
2025-08-20T19:16:16.4723033Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyClusterAddon.json' from root:root to runner:runner
2025-08-20T19:16:16.4723855Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/OpenAckService.json' from root:root to runner:runner
2025-08-20T19:16:16.4724594Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/version.json' from root:root to runner:runner
2025-08-20T19:16:16.4725349Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListAddons.json' from root:root to runner:runner
2025-08-20T19:16:16.4726225Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4727039Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteClusterNodepool.json' from root:root to runner:runner
2025-08-20T19:16:16.4727831Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/SyncClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:16.4728775Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeKubernetesVersionMetadata.json' from root:root to runner:runner
2025-08-20T19:16:16.4729632Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.4730416Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.4731233Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateAutoscalingConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4732015Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.4732944Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.4734166Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4735362Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/InstallClusterAddons.json' from root:root to runner:runner
2025-08-20T19:16:16.4736421Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.4737307Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescirbeWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:16.4738093Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4738890Z [00:02:21.301]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/PauseComponentUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:16.4739662Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.4740899Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpgradeClusterNodepool.json' from root:root to runner:runner
2025-08-20T19:16:16.4741659Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelTask.json' from root:root to runner:runner
2025-08-20T19:16:16.4742567Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4743465Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:16.4744347Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelComponentUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:16.4745125Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/FixNodePoolVuls.json' from root:root to runner:runner
2025-08-20T19:16:16.4745953Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterNodePools.json' from root:root to runner:runner
2025-08-20T19:16:16.4747974Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteClusterNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.4750126Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4750971Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpgradeCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4751811Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicyInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4752857Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyClusterTags.json' from root:root to runner:runner
2025-08-20T19:16:16.4753755Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.4754584Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpdateControlPlaneLog.json' from root:root to runner:runner
2025-08-20T19:16:16.4755477Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicyGovernanceInCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4756257Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.4757062Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.4757904Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonsVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.4758770Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterV2UserKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4759745Z [00:02:21.302]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ResumeUpgradeCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4760546Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeWorkflows.json' from root:root to runner:runner
2025-08-20T19:16:16.4761385Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ScanClusterVuls.json' from root:root to runner:runner
2025-08-20T19:16:16.4762218Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CheckControlPlaneLogEnable.json' from root:root to runner:runner
2025-08-20T19:16:16.4763265Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelClusterUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:16.4764140Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/PauseTask.json' from root:root to runner:runner
2025-08-20T19:16:16.4765031Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeployPolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4765842Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ResumeComponentUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:16.4766729Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAttachScripts.json' from root:root to runner:runner
2025-08-20T19:16:16.4767559Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListClusterAddonInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4768365Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyPolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4769113Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/StartAlert.json' from root:root to runner:runner
2025-08-20T19:16:16.4769870Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4770685Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.4771505Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeTemplateAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4772197Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs' from root:root to runner:runner
2025-08-20T19:16:16.4772993Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN' from root:root to runner:runner
2025-08-20T19:16:16.4773828Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T19:16:16.4774564Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/.github' from root:root to runner:runner
2025-08-20T19:16:16.4775452Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/SwitchOverGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.4776273Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4777189Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.4778051Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:16.4778910Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RefreshDBClusterStorageUsage.json' from root:root to runner:runner
2025-08-20T19:16:16.4779745Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.4780601Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.4781450Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.4782313Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.4783241Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeScheduleTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.4784048Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4784923Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeGlobalDatabaseNetworks.json' from root:root to runner:runner
2025-08-20T19:16:16.4785760Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.4786582Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RevokeAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:16.4787493Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBNodesParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.4788368Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CheckKMSAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:16.4789197Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.4789985Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.4790858Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeAITaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4792008Z [00:02:21.303]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/UpgradeDBClusterVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.4793153Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterStorageSpace.json' from root:root to runner:runner
2025-08-20T19:16:16.4794009Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RemoveDBClusterFromGDN.json' from root:root to runner:runner
2025-08-20T19:16:16.4794890Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/UpgradeDBClusterMinorVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.4795735Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.4796789Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.4797638Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4798481Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterSSL.json' from root:root to runner:runner
2025-08-20T19:16:16.4799312Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeBackupTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.4800188Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterConnectivity.json' from root:root to runner:runner
2025-08-20T19:16:16.4801030Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeCharacterSetName.json' from root:root to runner:runner
2025-08-20T19:16:16.4801908Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RestoreTable.json' from root:root to runner:runner
2025-08-20T19:16:16.4803015Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.4803903Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeUserEncryptionKeyList.json' from root:root to runner:runner
2025-08-20T19:16:16.4804738Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/EvaluateRegionResource.json' from root:root to runner:runner
2025-08-20T19:16:16.4805662Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBNodesParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.4806552Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyLogBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.4807412Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4808307Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterAuditLogCollector.json' from root:root to runner:runner
2025-08-20T19:16:16.4809190Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterServerlessConf.json' from root:root to runner:runner
2025-08-20T19:16:16.4810038Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBProxyPerformance.json' from root:root to runner:runner
2025-08-20T19:16:16.4811124Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDatabases.json' from root:root to runner:runner
2025-08-20T19:16:16.4812532Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:16.4813611Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDetachedBackups.json' from root:root to runner:runner
2025-08-20T19:16:16.4814444Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.4815273Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBNodeClass.json' from root:root to runner:runner
2025-08-20T19:16:16.4816173Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDasConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4817035Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/TempModifyDBNode.json' from root:root to runner:runner
2025-08-20T19:16:16.4817900Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4818724Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4819642Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4820546Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/EnableDBClusterServerless.json' from root:root to runner:runner
2025-08-20T19:16:16.4821394Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateColdStorageInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4822302Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterAvailableResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4823282Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBNodeHotReplicaMode.json' from root:root to runner:runner
2025-08-20T19:16:16.4824102Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4824933Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:16.4825773Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeClassList.json' from root:root to runner:runner
2025-08-20T19:16:16.4826630Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DisableDBClusterServerless.json' from root:root to runner:runner
2025-08-20T19:16:16.4827430Z [00:02:21.304]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.4828289Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterPerformance.json' from root:root to runner:runner
2025-08-20T19:16:16.4829128Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.4830030Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4830864Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteBackup.json' from root:root to runner:runner
2025-08-20T19:16:16.4831696Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.4832750Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4833675Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CheckAccountName.json' from root:root to runner:runner
2025-08-20T19:16:16.4834572Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.4835377Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.4836168Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.4837056Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyGlobalSecurityIPGroupName.json' from root:root to runner:runner
2025-08-20T19:16:16.4837932Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterServerlessConf.json' from root:root to runner:runner
2025-08-20T19:16:16.4838710Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/OpenAITask.json' from root:root to runner:runner
2025-08-20T19:16:16.4839560Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterMigration.json' from root:root to runner:runner
2025-08-20T19:16:16.4840422Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeParameterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.4841258Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBClusterEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.4842092Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CheckServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:16.4843236Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.4844268Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterAccessWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.4845212Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyPendingMaintenanceAction.json' from root:root to runner:runner
2025-08-20T19:16:16.4846030Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterTDE.json' from root:root to runner:runner
2025-08-20T19:16:16.4846876Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/TransformDBClusterPayType.json' from root:root to runner:runner
2025-08-20T19:16:16.4847752Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterSSL.json' from root:root to runner:runner
2025-08-20T19:16:16.4848626Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/EnableFirewallRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4849450Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.4850232Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CheckDBName.json' from root:root to runner:runner
2025-08-20T19:16:16.4851020Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CloseAITask.json' from root:root to runner:runner
2025-08-20T19:16:16.4851829Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/FailoverDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4852808Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.4853666Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.4854513Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.4855374Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:16.4856218Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4856982Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/version.json' from root:root to runner:runner
2025-08-20T19:16:16.4857865Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteMaskingRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4858796Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClustersWithBackups.json' from root:root to runner:runner
2025-08-20T19:16:16.4859596Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeMetaList.json' from root:root to runner:runner
2025-08-20T19:16:16.4860411Z [00:02:21.305]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBNodesClass.json' from root:root to runner:runner
2025-08-20T19:16:16.4861263Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.4862201Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBClusterEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.4863155Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.4864223Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBInitializeVariable.json' from root:root to runner:runner
2025-08-20T19:16:16.4865044Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4865940Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribePendingMaintenanceAction.json' from root:root to runner:runner
2025-08-20T19:16:16.4866769Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.4867567Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBLinks.json' from root:root to runner:runner
2025-08-20T19:16:16.4868545Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeLogBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.4869391Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeMaskingRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4870181Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.4873703Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribePendingMaintenanceActions.json' from root:root to runner:runner
2025-08-20T19:16:16.4874573Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterPrimaryZone.json' from root:root to runner:runner
2025-08-20T19:16:16.4875486Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ManuallyStartDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4876269Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.4877056Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4878048Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterAndNodesParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.4878927Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribePolarSQLCollectorPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.4879780Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterMigration.json' from root:root to runner:runner
2025-08-20T19:16:16.4880618Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.4881557Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4883245Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.4884167Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterAuditLogCollector.json' from root:root to runner:runner
2025-08-20T19:16:16.4884977Z [00:02:21.306]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ResetAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.4886073Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.4886911Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterTDE.json' from root:root to runner:runner
2025-08-20T19:16:16.4887689Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:16.4888657Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4889525Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeSlowLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.4890389Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.4891288Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.4892190Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ResetGlobalDatabaseNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.4893367Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeParameterGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.4894239Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBLink.json' from root:root to runner:runner
2025-08-20T19:16:16.4895056Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyMaskingRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4895892Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CloseDBClusterMigration.json' from root:root to runner:runner
2025-08-20T19:16:16.4896680Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBLink.json' from root:root to runner:runner
2025-08-20T19:16:16.4897467Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RestartDBNode.json' from root:root to runner:runner
2025-08-20T19:16:16.4898322Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4899134Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateStoragePlan.json' from root:root to runner:runner
2025-08-20T19:16:16.4899973Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/GrantAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:16.4900785Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeBackupLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.4901650Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterAccessWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.4902833Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBNodePerformance.json' from root:root to runner:runner
2025-08-20T19:16:16.4903784Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterDeletion.json' from root:root to runner:runner
2025-08-20T19:16:16.4904599Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.4905417Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CancelScheduleTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.4906181Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb' from root:root to runner:runner
2025-08-20T19:16:16.4907068Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/UpdateHubClusterFeature.json' from root:root to runner:runner
2025-08-20T19:16:16.4907911Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeHubClusterLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.4908728Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicyDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.4909545Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/UpdateUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.4910349Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeHubClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.4911210Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicyInstancesStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4912015Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DeleteUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.4912960Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/GrantUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:16.4913790Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:16.4914600Z [00:02:21.307]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DeletePolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4915352Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/version.json' from root:root to runner:runner
2025-08-20T19:16:16.4916247Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeManagedClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.4917147Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeHubClusterDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.4917994Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeHubClusterKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4918779Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.4919638Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DetachClusterFromHub.json' from root:root to runner:runner
2025-08-20T19:16:16.4920520Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicyInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.4921397Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicyGovernanceInCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4922203Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.4923135Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/GrantUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.4923951Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DeployPolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.4924753Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/CreateHubCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4925558Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/AttachClusterToHub.json' from root:root to runner:runner
2025-08-20T19:16:16.4926387Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DeleteHubCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.4927093Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp' from root:root to runner:runner
2025-08-20T19:16:16.4927913Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafGeoInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4928790Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4929663Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDcdnWafPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.4930616Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnCertificateSigningRequest.json' from root:root to runner:runner
2025-08-20T19:16:16.4931374Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ListDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:16.4932196Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnReportList.json' from root:root to runner:runner
2025-08-20T19:16:16.4933348Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteRoutineCodeRevision.json' from root:root to runner:runner
2025-08-20T19:16:16.4934207Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutine.json' from root:root to runner:runner
2025-08-20T19:16:16.4935044Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRefreshTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.4936118Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.4937028Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainQpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:16.4942328Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserSecDrop.json' from root:root to runner:runner
2025-08-20T19:16:16.4943502Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/OpenDcdnService.json' from root:root to runner:runner
2025-08-20T19:16:16.4944342Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnStagingIp.json' from root:root to runner:runner
2025-08-20T19:16:16.4945227Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSMCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.4946071Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnBlockedRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.4946921Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchSetDcdnIpaDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.4947779Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ListDcdnRealTimeDeliveryProject.json' from root:root to runner:runner
2025-08-20T19:16:16.4948736Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.4949654Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafFilterInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4950480Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDcdnWafGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4951308Z [00:02:21.308]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRefreshQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.4952172Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeUserErStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4953243Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.4954038Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/StartDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.4955408Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRegionData.json' from root:root to runner:runner
2025-08-20T19:16:16.4956799Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.4957781Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserSecDropByMinute.json' from root:root to runner:runner
2025-08-20T19:16:16.4958612Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSecFuncInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4959450Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CommitStagingRoutineCode.json' from root:root to runner:runner
2025-08-20T19:16:16.4960268Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeKvUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.4961086Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4961879Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UploadRoutineCode.json' from root:root to runner:runner
2025-08-20T19:16:16.4962823Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchAddDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.4963734Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UntagDcdnResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4964637Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeEncryptRoutineUid.json' from root:root to runner:runner
2025-08-20T19:16:16.4965457Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserBillType.json' from root:root to runner:runner
2025-08-20T19:16:16.4966248Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:16.4967154Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserDomainsByFunc.json' from root:root to runner:runner
2025-08-20T19:16:16.4968014Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnService.json' from root:root to runner:runner
2025-08-20T19:16:16.4968825Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:16.4969653Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.4970473Z [00:02:21.309]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteRoutineConfEnvs.json' from root:root to runner:runner
2025-08-20T19:16:16.4971262Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnL2Ips.json' from root:root to runner:runner
2025-08-20T19:16:16.4972080Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnErUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.4973135Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.4973974Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/RefreshDcdnObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:16.4974891Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:16.4975704Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafScenes.json' from root:root to runner:runner
2025-08-20T19:16:16.4976560Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.4977525Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.4978494Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.4979335Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.4980160Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PreloadDcdnObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:16.4981058Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/RefreshErObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:16.4981979Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainOriginBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.4983019Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteRoutine.json' from root:root to runner:runner
2025-08-20T19:16:16.4983863Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.4984715Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainSMCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.4985559Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnKvAccountStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4986357Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnWafGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.4987174Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchDeleteDcdnWafRules.json' from root:root to runner:runner
2025-08-20T19:16:16.4988006Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.4988864Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineRelatedDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.4989674Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSecSpecInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.4990584Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.4991425Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnBgpTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.4992277Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnL2Vips.json' from root:root to runner:runner
2025-08-20T19:16:16.4993238Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeUserLogserviceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.4994018Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/AddDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.4994927Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PutDcdnKvNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.4995764Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainIspData.json' from root:root to runner:runner
2025-08-20T19:16:16.4996521Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/GetDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:16.4997351Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnVerifyContent.json' from root:root to runner:runner
2025-08-20T19:16:16.4998167Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CheckDcdnProjectExist.json' from root:root to runner:runner
2025-08-20T19:16:16.4998994Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineCanaryEnvs.json' from root:root to runner:runner
2025-08-20T19:16:16.4999761Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:16.5000654Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5001516Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSLSRealTimeLogType.json' from root:root to runner:runner
2025-08-20T19:16:16.5002364Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainSSLCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.5003269Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnReport.json' from root:root to runner:runner
2025-08-20T19:16:16.5004201Z [00:02:21.310]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafPolicyDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.5005076Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRDDomainConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5005941Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainMultiUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.5006824Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.5007995Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5008898Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.5009720Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeHighlightInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5010568Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5011470Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.5012786Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserRealTimeDeliveryField.json' from root:root to runner:runner
2025-08-20T19:16:16.5013641Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:16.5014502Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainTopReferVisit.json' from root:root to runner:runner
2025-08-20T19:16:16.5015334Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.5016140Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchStartDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5016945Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafRules.json' from root:root to runner:runner
2025-08-20T19:16:16.5017743Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/StartDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5018668Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainUvData.json' from root:root to runner:runner
2025-08-20T19:16:16.5019582Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnRealTimeLogProject.json' from root:root to runner:runner
2025-08-20T19:16:16.5020381Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetRoutineSubdomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5021183Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSubList.json' from root:root to runner:runner
2025-08-20T19:16:16.5022150Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:16.5023259Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/StopDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5024170Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.5024990Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaService.json' from root:root to runner:runner
2025-08-20T19:16:16.5026510Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateRoutine.json' from root:root to runner:runner
2025-08-20T19:16:16.5027629Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainCSRCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.5028567Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.5029383Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafSpecInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5030219Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainQpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.5031038Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDdosSpecInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5031821Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/TagDcdnResources.json' from root:root to runner:runner
2025-08-20T19:16:16.5032781Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeUserDcdnIpaStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5033699Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnWafPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.5034583Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnsecService.json' from root:root to runner:runner
2025-08-20T19:16:16.5035407Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchSetDcdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.5036231Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnKvNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.5037122Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainProperty.json' from root:root to runner:runner
2025-08-20T19:16:16.5038044Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDCdnDomainSchdmByProperty.json' from root:root to runner:runner
2025-08-20T19:16:16.5038862Z [00:02:21.311]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDdosService.json' from root:root to runner:runner
2025-08-20T19:16:16.5039697Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchDeleteDcdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.5040542Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:16.5041420Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainOriginTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.5042271Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSSLCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:16.5043211Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainsBySource.json' from root:root to runner:runner
2025-08-20T19:16:16.5044006Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5044806Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.5045557Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/version.json' from root:root to runner:runner
2025-08-20T19:16:16.5046371Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnKvNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.5047331Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeDetailData.json' from root:root to runner:runner
2025-08-20T19:16:16.5048233Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/GetDcdnKvStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5049003Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchPutDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:16.5049881Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnOriginSiteHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5050777Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.5051628Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5052614Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDcdnWafRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5053494Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDeletedDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.5054323Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.5055108Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/AddDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5055931Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDdosAllEventList.json' from root:root to runner:runner
2025-08-20T19:16:16.5056795Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainBpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:16.5057620Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.5058445Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5059264Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaDomainCidr.json' from root:root to runner:runner
2025-08-20T19:16:16.5060191Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineCodeRevision.json' from root:root to runner:runner
2025-08-20T19:16:16.5061000Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/VerifyDcdnDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:16.5061850Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:16.5062949Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafBotAppKey.json' from root:root to runner:runner
2025-08-20T19:16:16.5063790Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnBgpBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.5064697Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainLog.json' from root:root to runner:runner
2025-08-20T19:16:16.5065612Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainIpaBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.5066456Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafDefaultRules.json' from root:root to runner:runner
2025-08-20T19:16:16.5067245Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/StopDcdnIpaDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5068105Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchSetDcdnDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.5068945Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnHttpsDomainList.json' from root:root to runner:runner
2025-08-20T19:16:16.5069724Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnUserConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5070538Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnKvAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.5071346Z [00:02:21.312]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.5072258Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.5073219Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchSetDcdnWafDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.5074135Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserBillHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.5075191Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5076658Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnWafGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5077948Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnUserConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5079290Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:16.5080313Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainWebsocketTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.5081145Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainPvData.json' from root:root to runner:runner
2025-08-20T19:16:16.5082073Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.5083547Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchCreateDcdnWafRules.json' from root:root to runner:runner
2025-08-20T19:16:16.5084685Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainIpaConnData.json' from root:root to runner:runner
2025-08-20T19:16:16.5085564Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRegionAndIsp.json' from root:root to runner:runner
2025-08-20T19:16:16.5086414Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:16.5087342Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchModifyDcdnWafRules.json' from root:root to runner:runner
2025-08-20T19:16:16.5088311Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainIpaTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.5089217Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.5090055Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnFullDomainsBlockIP.json' from root:root to runner:runner
2025-08-20T19:16:16.5090858Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.5091760Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PublishDcdnStagingConfigToProduction.json' from root:root to runner:runner
2025-08-20T19:16:16.5092867Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.5093778Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnUserRealTimeDeliveryField.json' from root:root to runner:runner
2025-08-20T19:16:16.5094671Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnAclFields.json' from root:root to runner:runner
2025-08-20T19:16:16.5095619Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainWebsocketBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.5096465Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.5097264Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserTags.json' from root:root to runner:runner
2025-08-20T19:16:16.5098724Z [00:02:21.313]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5099828Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnWafPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.5100719Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.5101556Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.5102612Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.5103516Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDeliverList.json' from root:root to runner:runner
2025-08-20T19:16:16.5104327Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeUserDcdnStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5105186Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainCcActivityLog.json' from root:root to runner:runner
2025-08-20T19:16:16.5106054Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainTopUrlVisit.json' from root:root to runner:runner
2025-08-20T19:16:16.5106877Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafService.json' from root:root to runner:runner
2025-08-20T19:16:16.5107768Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.5108598Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/RollbackDcdnStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5109533Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafPolicyValidDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.5110414Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.5111280Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnSpecificStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5112067Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:16.5113087Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnSLSRealTimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.5113956Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainCname.json' from root:root to runner:runner
2025-08-20T19:16:16.5114875Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserCertificateExpireCount.json' from root:root to runner:runner
2025-08-20T19:16:16.5115819Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnTopDomainsByFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.5116752Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserVipsByDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5117602Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PublishRoutineCodeRevision.json' from root:root to runner:runner
2025-08-20T19:16:16.5118353Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PutDcdnKv.json' from root:root to runner:runner
2025-08-20T19:16:16.5119216Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSMCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:16.5120077Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainByCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.5120898Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.5121713Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:16.5122706Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UploadStagingRoutineCode.json' from root:root to runner:runner
2025-08-20T19:16:16.5123648Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRealTimeDeliveryField.json' from root:root to runner:runner
2025-08-20T19:16:16.5124464Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateSlrAndSlsProject.json' from root:root to runner:runner
2025-08-20T19:16:16.5125309Z [00:02:21.314]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnIpaSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5126240Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:16.5127123Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeQpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.5127956Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.5128795Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRefreshTaskById.json' from root:root to runner:runner
2025-08-20T19:16:16.5129659Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/EditRoutineConf.json' from root:root to runner:runner
2025-08-20T19:16:16.5130518Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchStopDcdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5131353Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDcdnWafPolicyDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.5132046Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn' from root:root to runner:runner
2025-08-20T19:16:16.5133152Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/InitializeKvstorePermission.json' from root:root to runner:runner
2025-08-20T19:16:16.5134030Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:16.5134823Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:16.5135628Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:16.5136548Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/TransformToPrePaid.json' from root:root to runner:runner
2025-08-20T19:16:16.5137512Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.5138308Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.5139165Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.5140053Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CheckCloudResourceAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:16.5140903Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/EnableAdditionalBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:16.5141779Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeGlobalDistributeCache.json' from root:root to runner:runner
2025-08-20T19:16:16.5142736Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceVpcAuthMode.json' from root:root to runner:runner
2025-08-20T19:16:16.5143699Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyDBInstanceConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:16.5144574Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RemoveSubInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.5145431Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceMajorVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.5146268Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.5147169Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeSecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.5148026Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeClusterMemberInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5148825Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/AddShardingNode.json' from root:root to runner:runner
2025-08-20T19:16:16.5149702Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeLogicInstanceTopology.json' from root:root to runner:runner
2025-08-20T19:16:16.5150955Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/AllocateInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.5151851Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeDBNodeDirectVipInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5152809Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:16.5153634Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.5154502Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateGlobalDistributeCache.json' from root:root to runner:runner
2025-08-20T19:16:16.5155528Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeAuditRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.5156412Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceMinorVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.5157322Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.5158200Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeBackupTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.5159079Z [00:02:21.315]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ReleaseInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.5159896Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeRoleZoneInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5160709Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.5161567Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/TransformInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:16.5162520Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/UnlockDBInstanceWrite.json' from root:root to runner:runner
2025-08-20T19:16:16.5163517Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DeleteGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5164434Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ReleaseDirectConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.5165323Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeHistoryTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.5166166Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeRunningLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.5167011Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstancesOverview.json' from root:root to runner:runner
2025-08-20T19:16:16.5168101Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceNetExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:16.5169429Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateCacheAnalysisTask.json' from root:root to runner:runner
2025-08-20T19:16:16.5170437Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/SyncDtsStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5171254Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.5172164Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:16.5173269Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.5174125Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.5174958Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/AllocateDirectConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.5175820Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5176614Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.5177511Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.5178390Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyGlobalSecurityIPGroupName.json' from root:root to runner:runner
2025-08-20T19:16:16.5179318Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeParameterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.5180177Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.5181011Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyIntranetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.5181873Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeHistoryMonitorValues.json' from root:root to runner:runner
2025-08-20T19:16:16.5182862Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeCacheAnalysisReportList.json' from root:root to runner:runner
2025-08-20T19:16:16.5183693Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.5184533Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceTDEStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5185433Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RenewAdditionalBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:16.5186315Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.5187096Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/SwitchNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.5187938Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeIntranetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.5188804Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeCacheAnalysisReport.json' from root:root to runner:runner
2025-08-20T19:16:16.5189621Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/SwitchInstanceProxy.json' from root:root to runner:runner
2025-08-20T19:16:16.5190443Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.5191255Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeMonitorItems.json' from root:root to runner:runner
2025-08-20T19:16:16.5192144Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeAuditLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5193103Z [00:02:21.316]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.5193869Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/version.json' from root:root to runner:runner
2025-08-20T19:16:16.5194685Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/LockDBInstanceWrite.json' from root:root to runner:runner
2025-08-20T19:16:16.5195568Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifySecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.5196978Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeSecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:16.5199131Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.5201026Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/MigrateToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:16.5203402Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.5205673Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyActiveOperationTask.json' from root:root to runner:runner
2025-08-20T19:16:16.5207410Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeEncryptionKeyList.json' from root:root to runner:runner
2025-08-20T19:16:16.5209153Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeDedicatedClusterInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:16.5210964Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.5212785Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RestartInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.5214379Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.5215991Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceParameter.json' from root:root to runner:runner
2025-08-20T19:16:16.5217668Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.5219260Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.5220791Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.5222569Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeClusterBackupList.json' from root:root to runner:runner
2025-08-20T19:16:16.5224422Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.5226088Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:16.5227688Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5229545Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:16.5231205Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.5233229Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5235087Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DeleteShardingNode.json' from root:root to runner:runner
2025-08-20T19:16:16.5236670Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyAuditLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5238319Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/FlushInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.5239950Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5241515Z [00:02:21.317]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/FlushExpireKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.5243459Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeParameterModificationHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.5245113Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:16.5246748Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeEncryptionKey.json' from root:root to runner:runner
2025-08-20T19:16:16.5249259Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeActiveOperationTask.json' from root:root to runner:runner
2025-08-20T19:16:16.5250939Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeDBInstanceNetInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5252879Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.5254575Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateTairInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.5256135Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:16.5257732Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:16.5259488Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyGlobalSecurityIPGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5261153Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/SwitchInstanceHA.json' from root:root to runner:runner
2025-08-20T19:16:16.5262802Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RestoreInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.5264357Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/FlushInstanceForDB.json' from root:root to runner:runner
2025-08-20T19:16:16.5266009Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/GrantAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:16.5267690Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5269297Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.5270769Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore' from root:root to runner:runner
2025-08-20T19:16:16.5272249Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5273922Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteResolverEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.5275423Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddZone.json' from root:root to runner:runner
2025-08-20T19:16:16.5276912Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddResolverEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.5278436Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateZoneRemark.json' from root:root to runner:runner
2025-08-20T19:16:16.5279944Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddResolverRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5281534Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:16.5283386Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeStatisticSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.5285059Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateRecordRemark.json' from root:root to runner:runner
2025-08-20T19:16:16.5286688Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeSyncEcsHostTask.json' from root:root to runner:runner
2025-08-20T19:16:16.5288255Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverRules.json' from root:root to runner:runner
2025-08-20T19:16:16.5289788Z [00:02:21.318]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.5291348Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddZoneRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.5293164Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeChangeLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.5294748Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateResolverEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.5296311Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeZoneVpcTree.json' from root:root to runner:runner
2025-08-20T19:16:16.5297880Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddUserVpcAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:16.5299432Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5301217Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.5302913Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateResolverRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5304443Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteZoneRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.5306180Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/SetZoneRecordStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5307721Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateZoneRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.5309284Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteUserVpcAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:16.5310958Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeZoneRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.5312650Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/version.json' from root:root to runner:runner
2025-08-20T19:16:16.5314131Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/SetProxyPattern.json' from root:root to runner:runner
2025-08-20T19:16:16.5315631Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.5317220Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/BindResolverRuleVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.5319377Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateSyncEcsHostTask.json' from root:root to runner:runner
2025-08-20T19:16:16.5321254Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.5323058Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.5324675Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeRequestGraph.json' from root:root to runner:runner
2025-08-20T19:16:16.5326253Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteResolverRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5327749Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.5329311Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeUserVpcAuthorizations.json' from root:root to runner:runner
2025-08-20T19:16:16.5330875Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:16.5332359Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:16.5334055Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteZone.json' from root:root to runner:runner
2025-08-20T19:16:16.5335517Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/BindZoneVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.5337111Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeZoneInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5338673Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/CheckZoneName.json' from root:root to runner:runner
2025-08-20T19:16:16.5340085Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz' from root:root to runner:runner
2025-08-20T19:16:16.5341548Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RefreshVodObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:16.5343306Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.5345009Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribePlayVideoStatis.json' from root:root to runner:runner
2025-08-20T19:16:16.5346575Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:16.5348114Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DecryptKMSDataKey.json' from root:root to runner:runner
2025-08-20T19:16:16.5349644Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitWorkflowJob.json' from root:root to runner:runner
2025-08-20T19:16:16.5351155Z [00:02:21.319]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAIImageInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5353144Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAuditHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.5354697Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.5356234Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVideoInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5357708Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5359240Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateUploadAttachedMedia.json' from root:root to runner:runner
2025-08-20T19:16:16.5360765Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetCategories.json' from root:root to runner:runner
2025-08-20T19:16:16.5362352Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateUploadVideo.json' from root:root to runner:runner
2025-08-20T19:16:16.5364249Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodStorageData.json' from root:root to runner:runner
2025-08-20T19:16:16.5365807Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/VerifyVodDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:16.5367327Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateVideoInfos.json' from root:root to runner:runner
2025-08-20T19:16:16.5368960Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAppPoliciesForIdentity.json' from root:root to runner:runner
2025-08-20T19:16:16.5370927Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetDefaultTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5372788Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitTranscodeJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.5374379Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5376123Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVideoList.json' from root:root to runner:runner
2025-08-20T19:16:16.5377662Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListTranscodeTask.json' from root:root to runner:runner
2025-08-20T19:16:16.5379218Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5380774Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMessageCallback.json' from root:root to runner:runner
2025-08-20T19:16:16.5382298Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/BatchStopVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5384025Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5385492Z [00:02:21.320]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAppInfos.json' from root:root to runner:runner
2025-08-20T19:16:16.5386980Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.5388842Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.5390939Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetEditingProjectMaterials.json' from root:root to runner:runner
2025-08-20T19:16:16.5392906Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:16.5394496Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAttachedMediaInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5396024Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAuditSecurityIp.json' from root:root to runner:runner
2025-08-20T19:16:16.5397615Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteWatermark.json' from root:root to runner:runner
2025-08-20T19:16:16.5399237Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListLiveRecordVideo.json' from root:root to runner:runner
2025-08-20T19:16:16.5400807Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddEditingProjectMaterials.json' from root:root to runner:runner
2025-08-20T19:16:16.5402325Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetPlayInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5403965Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitAIImageAuditJob.json' from root:root to runner:runner
2025-08-20T19:16:16.5405542Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.5407072Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetTranscodeTask.json' from root:root to runner:runner
2025-08-20T19:16:16.5408602Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodRefreshQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.5410138Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RestoreMedia.json' from root:root to runner:runner
2025-08-20T19:16:16.5411650Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaRefreshJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.5413453Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.5414932Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddWatermark.json' from root:root to runner:runner
2025-08-20T19:16:16.5416568Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AttachAppPolicyToIdentity.json' from root:root to runner:runner
2025-08-20T19:16:16.5418205Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaAuditResult.json' from root:root to runner:runner
2025-08-20T19:16:16.5419708Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetImageInfos.json' from root:root to runner:runner
2025-08-20T19:16:16.5421173Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetImageInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5423069Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5424756Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteMessageCallback.json' from root:root to runner:runner
2025-08-20T19:16:16.5426340Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitDynamicImageJob.json' from root:root to runner:runner
2025-08-20T19:16:16.5427911Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GenerateDownloadSecretKey.json' from root:root to runner:runner
2025-08-20T19:16:16.5429519Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.5431148Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaAuditAudioResultDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.5432794Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SearchMedia.json' from root:root to runner:runner
2025-08-20T19:16:16.5434302Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SearchEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:16.5435906Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.5437456Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAIJob.json' from root:root to runner:runner
2025-08-20T19:16:16.5438965Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.5440522Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:16.5442242Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.5444115Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateMediaStorageClass.json' from root:root to runner:runner
2025-08-20T19:16:16.5445696Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetVodDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.5447411Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetURLUploadInfos.json' from root:root to runner:runner
2025-08-20T19:16:16.5449005Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5450611Z [00:02:21.321]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribePlayUserAvg.json' from root:root to runner:runner
2025-08-20T19:16:16.5452162Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAIMediaAuditJob.json' from root:root to runner:runner
2025-08-20T19:16:16.5454119Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitDigitalWatermarkExtractJob.json' from root:root to runner:runner
2025-08-20T19:16:16.5455756Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/PreloadVodObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:16.5458187Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteEditingProjectMaterials.json' from root:root to runner:runner
2025-08-20T19:16:16.5460813Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateVideoInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5463211Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetDefaultAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.5465216Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaAuditResultDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.5466801Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodAIData.json' from root:root to runner:runner
2025-08-20T19:16:16.5468296Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:16.5469787Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UploadMediaByURL.json' from root:root to runner:runner
2025-08-20T19:16:16.5471415Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteDynamicImage.json' from root:root to runner:runner
2025-08-20T19:16:16.5473363Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddVodStorageForApp.json' from root:root to runner:runner
2025-08-20T19:16:16.5474929Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetTranscodeSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.5476464Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetCrossdomainContent.json' from root:root to runner:runner
2025-08-20T19:16:16.5478062Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitAIJob.json' from root:root to runner:runner
2025-08-20T19:16:16.5479605Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListWatermark.json' from root:root to runner:runner
2025-08-20T19:16:16.5481086Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.5482719Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5484185Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/version.json' from root:root to runner:runner
2025-08-20T19:16:16.5485717Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.5487298Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaDNAResult.json' from root:root to runner:runner
2025-08-20T19:16:16.5488805Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.5490384Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5491968Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMezzanineInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5493745Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListTranscodeTemplateGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5495323Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribePlayUserTotal.json' from root:root to runner:runner
2025-08-20T19:16:16.5496918Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteStream.json' from root:root to runner:runner
2025-08-20T19:16:16.5498497Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.5500061Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribePlayTopVideos.json' from root:root to runner:runner
2025-08-20T19:16:16.5501560Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.5503205Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetWatermark.json' from root:root to runner:runner
2025-08-20T19:16:16.5504748Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RegisterMedia.json' from root:root to runner:runner
2025-08-20T19:16:16.5506214Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateAudit.json' from root:root to runner:runner
2025-08-20T19:16:16.5507731Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitMediaDNADeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:16.5509286Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetAuditSecurityIp.json' from root:root to runner:runner
2025-08-20T19:16:16.5510799Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteMezzanines.json' from root:root to runner:runner
2025-08-20T19:16:16.5513370Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVideoPlayAuth.json' from root:root to runner:runner
2025-08-20T19:16:16.5516001Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitSnapshotJob.json' from root:root to runner:runner
2025-08-20T19:16:16.5518861Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteMultipartUpload.json' from root:root to runner:runner
2025-08-20T19:16:16.5521682Z [00:02:21.322]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GenerateKMSDataKey.json' from root:root to runner:runner
2025-08-20T19:16:16.5524836Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitPreprocessJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.5527578Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateWatermark.json' from root:root to runner:runner
2025-08-20T19:16:16.5530388Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5533684Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitAIMediaAuditJob.json' from root:root to runner:runner
2025-08-20T19:16:16.5536748Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteVideo.json' from root:root to runner:runner
2025-08-20T19:16:16.5539593Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetDefaultWatermark.json' from root:root to runner:runner
2025-08-20T19:16:16.5542591Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/BatchStartVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5545554Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.5548447Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitAIImageJob.json' from root:root to runner:runner
2025-08-20T19:16:16.5551417Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetDigitalWatermarkExtractResult.json' from root:root to runner:runner
2025-08-20T19:16:16.5554583Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteAttachedMedia.json' from root:root to runner:runner
2025-08-20T19:16:16.5557436Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteAIImageInfos.json' from root:root to runner:runner
2025-08-20T19:16:16.5560280Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.5563193Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAIImageJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.5565975Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UploadStreamByURL.json' from root:root to runner:runner
2025-08-20T19:16:16.5568811Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RefreshUploadVideo.json' from root:root to runner:runner
2025-08-20T19:16:16.5571668Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateAttachedMediaInfos.json' from root:root to runner:runner
2025-08-20T19:16:16.5573713Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddVodTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.5575259Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodVerifyContent.json' from root:root to runner:runner
2025-08-20T19:16:16.5576928Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5578482Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/MoveAppResource.json' from root:root to runner:runner
2025-08-20T19:16:16.5580039Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ProduceEditingProjectVideo.json' from root:root to runner:runner
2025-08-20T19:16:16.5581604Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainLog.json' from root:root to runner:runner
2025-08-20T19:16:16.5583559Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5585257Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodRefreshTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.5586843Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateImageInfos.json' from root:root to runner:runner
2025-08-20T19:16:16.5588365Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RefreshMediaPlayUrls.json' from root:root to runner:runner
2025-08-20T19:16:16.5589927Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteVodSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5591524Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodTranscodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.5593244Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAIVideoTagResult.json' from root:root to runner:runner
2025-08-20T19:16:16.5594772Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateUploadImage.json' from root:root to runner:runner
2025-08-20T19:16:16.5596267Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVideoInfos.json' from root:root to runner:runner
2025-08-20T19:16:16.5597744Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.5599240Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetMessageCallback.json' from root:root to runner:runner
2025-08-20T19:16:16.5600811Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.5602604Z [00:02:21.323]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaAuditResultTimeline.json' from root:root to runner:runner
2025-08-20T19:16:16.5604256Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetDefaultAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.5605833Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DetachAppPolicyFromIdentity.json' from root:root to runner:runner
2025-08-20T19:16:16.5607406Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CancelUrlUploadJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.5609002Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:16.5610579Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetUploadDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.5612125Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/BatchSetVodDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.5613919Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddEditingProject.json' from root:root to runner:runner
2025-08-20T19:16:16.5615438Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteAITemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.5616924Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddVodDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.5618462Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetEditingProjectMaterials.json' from root:root to runner:runner
2025-08-20T19:16:16.5620009Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListDynamicImage.json' from root:root to runner:runner
2025-08-20T19:16:16.5621485Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteImage.json' from root:root to runner:runner
2025-08-20T19:16:16.5623073Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod' from root:root to runner:runner
2025-08-20T19:16:16.5624862Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebCcProtectSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.5627058Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteWebPreciseAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5628824Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAreaBlockConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.5630497Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceIds.json' from root:root to runner:runner
2025-08-20T19:16:16.5632074Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainQPSList.json' from root:root to runner:runner
2025-08-20T19:16:16.5633794Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeL7RsPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.5635544Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDefenseCountStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.5637199Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePort.json' from root:root to runner:runner
2025-08-20T19:16:16.5638725Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteAsyncTask.json' from root:root to runner:runner
2025-08-20T19:16:16.5640263Z [00:02:21.324]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/AddAutoCcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.5641863Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyNetworkRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.5643580Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateWebRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5645155Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventSrcIp.json' from root:root to runner:runner
2025-08-20T19:16:16.5646749Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigLayer4RulePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.5648340Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteAutoCcBlacklist.json' from root:root to runner:runner
2025-08-20T19:16:16.5649931Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeBackSourceCidr.json' from root:root to runner:runner
2025-08-20T19:16:16.5651514Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigWebCCTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.5653328Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.5655003Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyTlsConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5656655Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EnableSceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.5658243Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeCnameReuses.json' from root:root to runner:runner
2025-08-20T19:16:16.5659830Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyHealthCheckConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5661525Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainTopAttackList.json' from root:root to runner:runner
2025-08-20T19:16:16.5663504Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EmptyAutoCcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.5665102Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceExt.json' from root:root to runner:runner
2025-08-20T19:16:16.5666698Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAutoCcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.5668282Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DisableWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5669847Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EmptyAutoCcBlacklist.json' from root:root to runner:runner
2025-08-20T19:16:16.5671435Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortConnsCount.json' from root:root to runner:runner
2025-08-20T19:16:16.5673140Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeOpEntities.json' from root:root to runner:runner
2025-08-20T19:16:16.5674716Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeNetworkRules.json' from root:root to runner:runner
2025-08-20T19:16:16.5676340Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebInstanceRelations.json' from root:root to runner:runner
2025-08-20T19:16:16.5677917Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeCerts.json' from root:root to runner:runner
2025-08-20T19:16:16.5679481Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeUnBlackholeCount.json' from root:root to runner:runner
2025-08-20T19:16:16.5681146Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebCacheMode.json' from root:root to runner:runner
2025-08-20T19:16:16.5682933Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAttackAnalysisMaxQps.json' from root:root to runner:runner
2025-08-20T19:16:16.5684586Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainStatusCodeList.json' from root:root to runner:runner
2025-08-20T19:16:16.5686171Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ReleaseInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.5687762Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateAsyncTask.json' from root:root to runner:runner
2025-08-20T19:16:16.5689372Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.5690958Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSchedulerRules.json' from root:root to runner:runner
2025-08-20T19:16:16.5692725Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventArea.json' from root:root to runner:runner
2025-08-20T19:16:16.5694384Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigLayer4RuleBakMode.json' from root:root to runner:runner
2025-08-20T19:16:16.5696049Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainViewSourceProvinces.json' from root:root to runner:runner
2025-08-20T19:16:16.5698141Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSceneDefensePolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.5700121Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAreaBlock.json' from root:root to runner:runner
2025-08-20T19:16:16.5701660Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EnableWebCC.json' from root:root to runner:runner
2025-08-20T19:16:16.5703443Z [00:02:21.325]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDoSEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.5705043Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteWebCacheCustomRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5706628Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateNetworkRules.json' from root:root to runner:runner
2025-08-20T19:16:16.5708373Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAIProtectMode.json' from root:root to runner:runner
2025-08-20T19:16:16.5710003Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigL7RsPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.5711570Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EnableWebAccessLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5713494Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5715257Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.5716951Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortAutoCcStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5718547Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAccessMode.json' from root:root to runner:runner
2025-08-20T19:16:16.5720165Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebPreciseAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5721791Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyPortAutoCcStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5723522Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DisableWebAccessLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.5725118Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortConnsList.json' from root:root to runner:runner
2025-08-20T19:16:16.5726706Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5728263Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSlaEventList.json' from root:root to runner:runner
2025-08-20T19:16:16.5729899Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainViewSourceCountries.json' from root:root to runner:runner
2025-08-20T19:16:16.5731561Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainQpsWithCache.json' from root:root to runner:runner
2025-08-20T19:16:16.5733502Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAreaBlockSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.5735194Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteSchedulerRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5736779Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.5738397Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDefenseRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.5740060Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteSceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.5741744Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeElasticBandwidthSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.5743625Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateSceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.5745231Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeHealthCheckList.json' from root:root to runner:runner
2025-08-20T19:16:16.5746787Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5748336Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventIsp.json' from root:root to runner:runner
2025-08-20T19:16:16.5749909Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainOverview.json' from root:root to runner:runner
2025-08-20T19:16:16.5751547Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortViewSourceProvinces.json' from root:root to runner:runner
2025-08-20T19:16:16.5753312Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortViewSourceIsps.json' from root:root to runner:runner
2025-08-20T19:16:16.5754938Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebCacheCustomRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5756521Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/SwitchSchedulerRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5758122Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSceneDefenseObjects.json' from root:root to runner:runner
2025-08-20T19:16:16.5759863Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainViewTopCostTime.json' from root:root to runner:runner
2025-08-20T19:16:16.5761545Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainResource.json' from root:root to runner:runner
2025-08-20T19:16:16.5763300Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAccessLogDispatchStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5764920Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebCCRules.json' from root:root to runner:runner
2025-08-20T19:16:16.5766537Z [00:02:21.326]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/AddAutoCcBlacklist.json' from root:root to runner:runner
2025-08-20T19:16:16.5768185Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortAttackMaxFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.5770429Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/version.json' from root:root to runner:runner
2025-08-20T19:16:16.5772008Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainStatusCodeCount.json' from root:root to runner:runner
2025-08-20T19:16:16.5773908Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeLayer4RulePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.5775528Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DetachSceneDefenseObject.json' from root:root to runner:runner
2025-08-20T19:16:16.5777096Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EnableWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5778626Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyFullLogTtl.json' from root:root to runner:runner
2025-08-20T19:16:16.5780203Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/AttachSceneDefenseObject.json' from root:root to runner:runner
2025-08-20T19:16:16.5781788Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigNetworkRules.json' from root:root to runner:runner
2025-08-20T19:16:16.5783604Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifySceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.5785208Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSlsLogstoreInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5786924Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeStsGrantStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5788575Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteAutoCcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:16.5790180Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeNetworkRegionBlock.json' from root:root to runner:runner
2025-08-20T19:16:16.5791796Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAIProtectSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.5794171Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeHealthCheckStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5795865Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5797398Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.5798961Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAutoCcListCount.json' from root:root to runner:runner
2025-08-20T19:16:16.5800598Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebPreciseAccessSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.5802234Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.5803935Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreatePort.json' from root:root to runner:runner
2025-08-20T19:16:16.5805477Z [00:02:21.327]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5807041Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyOcspStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5808571Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteWebCCRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5810119Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebCustomPorts.json' from root:root to runner:runner
2025-08-20T19:16:16.5811688Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeBlockStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5813687Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyElasticBandWidth.json' from root:root to runner:runner
2025-08-20T19:16:16.5815371Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAccessMode.json' from root:root to runner:runner
2025-08-20T19:16:16.5816913Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/AssociateWebCert.json' from root:root to runner:runner
2025-08-20T19:16:16.5818452Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAsyncTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.5820081Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventMax.json' from root:root to runner:runner
2025-08-20T19:16:16.5821728Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeBlackholeStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5823652Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSystemLog.json' from root:root to runner:runner
2025-08-20T19:16:16.5825208Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.5826759Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeletePort.json' from root:root to runner:runner
2025-08-20T19:16:16.5828331Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebPreciseAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5829953Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigNetworkRegionBlock.json' from root:root to runner:runner
2025-08-20T19:16:16.5831526Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigUdpReflect.json' from root:root to runner:runner
2025-08-20T19:16:16.5833228Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainViewTopUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.5834874Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeNetworkRuleAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.5836475Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyHttp2Enable.json' from root:root to runner:runner
2025-08-20T19:16:16.5838001Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteWebRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5839657Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAutoCcBlacklist.json' from root:root to runner:runner
2025-08-20T19:16:16.5841378Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainAttackEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.5843328Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceSpecs.json' from root:root to runner:runner
2025-08-20T19:16:16.5845384Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateSchedulerRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5847058Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSlsAuthStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5848711Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortFlowList.json' from root:root to runner:runner
2025-08-20T19:16:16.5850277Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.5851835Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyBlackholeStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5853677Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortMaxConns.json' from root:root to runner:runner
2025-08-20T19:16:16.5855218Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DisableWebCC.json' from root:root to runner:runner
2025-08-20T19:16:16.5856807Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAccessLogEmptyCount.json' from root:root to runner:runner
2025-08-20T19:16:16.5858527Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateDomainResource.json' from root:root to runner:runner
2025-08-20T19:16:16.5860167Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortViewSourceCountries.json' from root:root to runner:runner
2025-08-20T19:16:16.5861813Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyPort.json' from root:root to runner:runner
2025-08-20T19:16:16.5863645Z [00:02:21.328]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAccessLogStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5865301Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventAttackType.json' from root:root to runner:runner
2025-08-20T19:16:16.5866932Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosAllEventList.json' from root:root to runner:runner
2025-08-20T19:16:16.5868494Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigWebIpSet.json' from root:root to runner:runner
2025-08-20T19:16:16.5870022Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebRules.json' from root:root to runner:runner
2025-08-20T19:16:16.5871695Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebCacheConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.5873523Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyDomainResource.json' from root:root to runner:runner
2025-08-20T19:16:16.5875147Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DisableSceneDefensePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.5876740Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EmptySlsLogstore.json' from root:root to runner:runner
2025-08-20T19:16:16.5878308Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebCacheSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.5879882Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeUdpReflect.json' from root:root to runner:runner
2025-08-20T19:16:16.5881449Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebIpSetSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.5883123Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteDomainResource.json' from root:root to runner:runner
2025-08-20T19:16:16.5884763Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyBlockStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5886389Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeUnBlockCount.json' from root:root to runner:runner
2025-08-20T19:16:16.5887960Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifySchedulerRule.json' from root:root to runner:runner
2025-08-20T19:16:16.5889510Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyCnameReuse.json' from root:root to runner:runner
2025-08-20T19:16:16.5891082Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSlsOpenStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5892940Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyInstanceRemark.json' from root:root to runner:runner
2025-08-20T19:16:16.5894582Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeLogStoreExistStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5896192Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigLayer4Remark.json' from root:root to runner:runner
2025-08-20T19:16:16.5897735Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo' from root:root to runner:runner
2025-08-20T19:16:16.5899280Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjectTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.5900832Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetFlowTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5902356Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetTestcaseList.json' from root:root to runner:runner
2025-08-20T19:16:16.5904165Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateProjectField.json' from root:root to runner:runner
2025-08-20T19:16:16.5905745Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProtectedBranches.json' from root:root to runner:runner
2025-08-20T19:16:16.5907348Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjectWorkitemTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.5908904Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateUserKey.json' from root:root to runner:runner
2025-08-20T19:16:16.5910548Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteRepositoryWebhook.json' from root:root to runner:runner
2025-08-20T19:16:16.5912211Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeletePipelineRelations.json' from root:root to runner:runner
2025-08-20T19:16:16.5913882Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.5915904Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkitemEstimate.json' from root:root to runner:runner
2025-08-20T19:16:16.5917783Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkItemActivity.json' from root:root to runner:runner
2025-08-20T19:16:16.5919334Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:16.5920868Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/StopPipelineJobRun.json' from root:root to runner:runner
2025-08-20T19:16:16.5922527Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateServiceAuth.json' from root:root to runner:runner
2025-08-20T19:16:16.5924041Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteTag.json' from root:root to runner:runner
2025-08-20T19:16:16.5925704Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ReopenMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:16.5927333Z [00:02:21.329]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineScanReportUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.5928891Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteBranch.json' from root:root to runner:runner
2025-08-20T19:16:16.5930396Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5931925Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:16.5933774Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryBranches.json' from root:root to runner:runner
2025-08-20T19:16:16.5935341Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetProjectMember.json' from root:root to runner:runner
2025-08-20T19:16:16.5936963Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitemV2.json' from root:root to runner:runner
2025-08-20T19:16:16.5938477Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateSshKey.json' from root:root to runner:runner
2025-08-20T19:16:16.5940053Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateAppMember.json' from root:root to runner:runner
2025-08-20T19:16:16.5941679Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteFlowTag.json' from root:root to runner:runner
2025-08-20T19:16:16.5943522Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteWorkitemAllComment.json' from root:root to runner:runner
2025-08-20T19:16:16.5945134Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeletePipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5946673Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateFlowTag.json' from root:root to runner:runner
2025-08-20T19:16:16.5948162Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/AddWebhook.json' from root:root to runner:runner
2025-08-20T19:16:16.5949699Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateResourceMember.json' from root:root to runner:runner
2025-08-20T19:16:16.5951338Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListServiceAuths.json' from root:root to runner:runner
2025-08-20T19:16:16.5953130Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListOrganizationMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.5954713Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteProject.json' from root:root to runner:runner
2025-08-20T19:16:16.5956243Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CloseMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:16.5957786Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ReleaseWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:16.5959313Z [00:02:21.330]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitem.json' from root:root to runner:runner
2025-08-20T19:16:16.5960855Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryWebhook.json' from root:root to runner:runner
2025-08-20T19:16:16.5962507Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequests.json' from root:root to runner:runner
2025-08-20T19:16:16.5964127Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:16.5965753Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateRepositoryGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5967295Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateFlowTag.json' from root:root to runner:runner
2025-08-20T19:16:16.5968809Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.5970386Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateServiceConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.5972006Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkItemWorkFlowStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5973837Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListUserResources.json' from root:root to runner:runner
2025-08-20T19:16:16.5975387Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetSprintInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.5977042Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/WorkitemAttachmentCreate.json' from root:root to runner:runner
2025-08-20T19:16:16.5978718Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateServiceCredential.json' from root:root to runner:runner
2025-08-20T19:16:16.5980296Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/LogVMDeployMachine.json' from root:root to runner:runner
2025-08-20T19:16:16.5981819Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteUserKey.json' from root:root to runner:runner
2025-08-20T19:16:16.5983653Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetMergeRequestChangeTree.json' from root:root to runner:runner
2025-08-20T19:16:16.5985936Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequestPatchSets.json' from root:root to runner:runner
2025-08-20T19:16:16.5988323Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/MergeMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:16.5990251Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/AddRepositoryMember.json' from root:root to runner:runner
2025-08-20T19:16:16.5993307Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.5995241Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateCommitStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.5997050Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetRepositoryCommit.json' from root:root to runner:runner
2025-08-20T19:16:16.5998768Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:16.6000281Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateTag.json' from root:root to runner:runner
2025-08-20T19:16:16.6002222Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteGroupMember.json' from root:root to runner:runner
2025-08-20T19:16:16.6004231Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteVariableGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6005764Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPushRule.json' from root:root to runner:runner
2025-08-20T19:16:16.6007389Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateGroupMember.json' from root:root to runner:runner
2025-08-20T19:16:16.6009008Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjectMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.6010528Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.6012041Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetGroupByPath.json' from root:root to runner:runner
2025-08-20T19:16:16.6013896Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineJobHistorys.json' from root:root to runner:runner
2025-08-20T19:16:16.6021649Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjects.json' from root:root to runner:runner
2025-08-20T19:16:16.6023657Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/RetryPipelineJobRun.json' from root:root to runner:runner
2025-08-20T19:16:16.6025236Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6026958Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/LogPipelineJobRun.json' from root:root to runner:runner
2025-08-20T19:16:16.6028616Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListSearchSourceCode.json' from root:root to runner:runner
2025-08-20T19:16:16.6030192Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateFlowTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6031733Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemFile.json' from root:root to runner:runner
2025-08-20T19:16:16.6033599Z [00:02:21.331]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryTags.json' from root:root to runner:runner
2025-08-20T19:16:16.6035152Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateTestResult.json' from root:root to runner:runner
2025-08-20T19:16:16.6036676Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6038236Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListApplicationMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.6039896Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePushReviewOnOff.json' from root:root to runner:runner
2025-08-20T19:16:16.6041533Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListResourceMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.6043213Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteProjectLabel.json' from root:root to runner:runner
2025-08-20T19:16:16.6044767Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteFile.json' from root:root to runner:runner
2025-08-20T19:16:16.6046300Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateVariableGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6047838Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateSprint.json' from root:root to runner:runner
2025-08-20T19:16:16.6049372Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6050923Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ResumeVMDeployOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.6052991Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/SkipVMDeployMachine.json' from root:root to runner:runner
2025-08-20T19:16:16.6054645Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListUserKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.6056141Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:16.6057648Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6059173Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateDeployKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6060732Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListSearchRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.6061529Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineRuns.json' from root:root to runner:runner
2025-08-20T19:16:16.6062319Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:16.6064033Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkItemAllFields.json' from root:root to runner:runner
2025-08-20T19:16:16.6065765Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ReviewMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:16.6067295Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateProject.json' from root:root to runner:runner
2025-08-20T19:16:16.6068845Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetOrganizationMember.json' from root:root to runner:runner
2025-08-20T19:16:16.6070406Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.6071856Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateFile.json' from root:root to runner:runner
2025-08-20T19:16:16.6073592Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequestLabels.json' from root:root to runner:runner
2025-08-20T19:16:16.6074468Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineArtifactUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.6075388Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListHostGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.6076235Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPushRules.json' from root:root to runner:runner
2025-08-20T19:16:16.6077056Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteResourceMember.json' from root:root to runner:runner
2025-08-20T19:16:16.6077845Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetCompareDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.6078652Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetFileLastCommit.json' from root:root to runner:runner
2025-08-20T19:16:16.6079480Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePipelineBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6080293Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitemComment.json' from root:root to runner:runner
2025-08-20T19:16:16.6081107Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetSearchCodePreview.json' from root:root to runner:runner
2025-08-20T19:16:16.6081948Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkItemInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6083066Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateResourceMember.json' from root:root to runner:runner
2025-08-20T19:16:16.6083888Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreatePushRule.json' from root:root to runner:runner
2025-08-20T19:16:16.6084694Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListGroupMember.json' from root:root to runner:runner
2025-08-20T19:16:16.6085499Z [00:02:21.332]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/StopVMDeployOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.6086299Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjectLabels.json' from root:root to runner:runner
2025-08-20T19:16:16.6087073Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateBranch.json' from root:root to runner:runner
2025-08-20T19:16:16.6087832Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListSprints.json' from root:root to runner:runner
2025-08-20T19:16:16.6088751Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineGroupPipelines.json' from root:root to runner:runner
2025-08-20T19:16:16.6089619Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryTree.json' from root:root to runner:runner
2025-08-20T19:16:16.6090412Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetVMDeployOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.6091162Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/version.json' from root:root to runner:runner
2025-08-20T19:16:16.6092039Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListCommitStatuses.json' from root:root to runner:runner
2025-08-20T19:16:16.6093109Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetTestResultList.json' from root:root to runner:runner
2025-08-20T19:16:16.6093901Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/AddGroupMember.json' from root:root to runner:runner
2025-08-20T19:16:16.6094704Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/TransferRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.6095503Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteFlowTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6096289Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePushRule.json' from root:root to runner:runner
2025-08-20T19:16:16.6097100Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteWorkitemComment.json' from root:root to runner:runner
2025-08-20T19:16:16.6097974Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemAttachmentCreatemeta.json' from root:root to runner:runner
2025-08-20T19:16:16.6098804Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemCommentList.json' from root:root to runner:runner
2025-08-20T19:16:16.6099630Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitemEstimate.json' from root:root to runner:runner
2025-08-20T19:16:16.6100421Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/StopPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:16.6101250Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryCommitDiff.json' from root:root to runner:runner
2025-08-20T19:16:16.6102136Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/RetryVMDeployMachine.json' from root:root to runner:runner
2025-08-20T19:16:16.6103429Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkItemWorkFlowInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6104273Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateProtectedBranches.json' from root:root to runner:runner
2025-08-20T19:16:16.6105090Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteProtectedBranch.json' from root:root to runner:runner
2025-08-20T19:16:16.6105960Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateAppMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.6106873Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateMergeRequestPersonnel.json' from root:root to runner:runner
2025-08-20T19:16:16.6107690Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateWorkitemComment.json' from root:root to runner:runner
2025-08-20T19:16:16.6108481Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.6109257Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetFileBlobs.json' from root:root to runner:runner
2025-08-20T19:16:16.6110044Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreatePipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.6110831Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.6111672Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/TriggerRepositoryMirrorSync.json' from root:root to runner:runner
2025-08-20T19:16:16.6112732Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequestComments.json' from root:root to runner:runner
2025-08-20T19:16:16.6113547Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateMergeRequest.json' from root:root to runner:runner
2025-08-20T19:16:16.6114348Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateProjectLabel.json' from root:root to runner:runner
2025-08-20T19:16:16.6115130Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/FrozenWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:16.6116010Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListSearchCommit.json' from root:root to runner:runner
2025-08-20T19:16:16.6116886Z [00:02:21.333]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/PassPipelineValidate.json' from root:root to runner:runner
2025-08-20T19:16:16.6117703Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteRepositoryMember.json' from root:root to runner:runner
2025-08-20T19:16:16.6118524Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/RefusePipelineValidate.json' from root:root to runner:runner
2025-08-20T19:16:16.6119357Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetProjectInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6120202Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateOAuthToken.json' from root:root to runner:runner
2025-08-20T19:16:16.6121005Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateWorkitemField.json' from root:root to runner:runner
2025-08-20T19:16:16.6121827Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListGroupRepositories.json' from root:root to runner:runner
2025-08-20T19:16:16.6122919Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.6123726Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/EnableDeployKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6124507Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateWorkItem.json' from root:root to runner:runner
2025-08-20T19:16:16.6125269Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6126086Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateTestCase.json' from root:root to runner:runner
2025-08-20T19:16:16.6126934Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequestFilesReads.json' from root:root to runner:runner
2025-08-20T19:16:16.6127832Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryMemberWithInherited.json' from root:root to runner:runner
2025-08-20T19:16:16.6128651Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkitemAttachments.json' from root:root to runner:runner
2025-08-20T19:16:16.6129535Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkitemTime.json' from root:root to runner:runner
2025-08-20T19:16:16.6130421Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineRelations.json' from root:root to runner:runner
2025-08-20T19:16:16.6131218Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListVariableGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.6132033Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetCodeupOrganization.json' from root:root to runner:runner
2025-08-20T19:16:16.6133068Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ResetSshKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6133942Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetVariableGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6134720Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteWorkitem.json' from root:root to runner:runner
2025-08-20T19:16:16.6135517Z [00:02:21.334]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListOrganizations.json' from root:root to runner:runner
2025-08-20T19:16:16.6136336Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateVariableGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6137116Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateTestCase.json' from root:root to runner:runner
2025-08-20T19:16:16.6137903Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteAppMember.json' from root:root to runner:runner
2025-08-20T19:16:16.6138699Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListTestCaseFields.json' from root:root to runner:runner
2025-08-20T19:16:16.6139535Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemTimeTypeList.json' from root:root to runner:runner
2025-08-20T19:16:16.6140324Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositories.json' from root:root to runner:runner
2025-08-20T19:16:16.6141682Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListFlowTagGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.6143510Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineEmasArtifactUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.6145238Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateProjectLabel.json' from root:root to runner:runner
2025-08-20T19:16:16.6146893Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemRelations.json' from root:root to runner:runner
2025-08-20T19:16:16.6148435Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateProtectdBranch.json' from root:root to runner:runner
2025-08-20T19:16:16.6149950Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.6151288Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/LinkMergeRequestLabel.json' from root:root to runner:runner
2025-08-20T19:16:16.6152194Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteRepositoryGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6153218Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/JoinPipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6154017Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetRepositoryTag.json' from root:root to runner:runner
2025-08-20T19:16:16.6154849Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListServiceConnections.json' from root:root to runner:runner
2025-08-20T19:16:16.6155629Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelines.json' from root:root to runner:runner
2025-08-20T19:16:16.6156433Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateFlowTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6157211Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetGroupDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.6158000Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeletePushRule.json' from root:root to runner:runner
2025-08-20T19:16:16.6158781Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkitems.json' from root:root to runner:runner
2025-08-20T19:16:16.6159585Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreatePipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6160387Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateProjectMember.json' from root:root to runner:runner
2025-08-20T19:16:16.6161269Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/StartPipelineRun.json' from root:root to runner:runner
2025-08-20T19:16:16.6162124Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6163162Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetCustomFieldOption.json' from root:root to runner:runner
2025-08-20T19:16:16.6163958Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.6164768Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.6165721Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/SkipPipelineJobRun.json' from root:root to runner:runner
2025-08-20T19:16:16.6166507Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetBranchInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6167283Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeletePipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.6168106Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/AddPipelineRelations.json' from root:root to runner:runner
2025-08-20T19:16:16.6168886Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkspaces.json' from root:root to runner:runner
2025-08-20T19:16:16.6169704Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitemRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.6170527Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListServiceCredentials.json' from root:root to runner:runner
2025-08-20T19:16:16.6171307Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.6172073Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateFile.json' from root:root to runner:runner
2025-08-20T19:16:16.6173119Z [00:02:21.335]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateRepositoryMember.json' from root:root to runner:runner
2025-08-20T19:16:16.6173949Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryCommits.json' from root:root to runner:runner
2025-08-20T19:16:16.6174646Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops' from root:root to runner:runner
2025-08-20T19:16:16.6175564Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnGatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6176393Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteBgpGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6177177Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListPrefixLists.json' from root:root to runner:runner
2025-08-20T19:16:16.6178089Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyCommonBandwidthPackageIpBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:16.6178978Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIPv6TranslatorAclList.json' from root:root to runner:runner
2025-08-20T19:16:16.6179848Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouteEntryList.json' from root:root to runner:runner
2025-08-20T19:16:16.6180750Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CancelCommonBandwidthPackageIpBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:16.6181617Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreatePhysicalConnectionSetupOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.6182705Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DissociateVpnGatewayWithCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.6183541Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnSslServerLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.6184402Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorAclListEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6185207Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIPv6Translator.json' from root:root to runner:runner
2025-08-20T19:16:16.6186036Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeFailoverTestJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.6186873Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVirtualBorderRouters.json' from root:root to runner:runner
2025-08-20T19:16:16.6187716Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:16.6188602Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteCustomerGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6189483Z [00:02:21.336]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ConfirmPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6190298Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ConvertBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.6191138Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateIpv6InternetBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:16.6191990Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpconnFromVbr.json' from root:root to runner:runner
2025-08-20T19:16:16.6193054Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreatePublicIpAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:16.6193968Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateGatewayRouteTableEntryAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6194766Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnAttachment.json' from root:root to runner:runner
2025-08-20T19:16:16.6195562Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6196441Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RemoveGlobalAccelerationInstanceIp.json' from root:root to runner:runner
2025-08-20T19:16:16.6197228Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeNatGateways.json' from root:root to runner:runner
2025-08-20T19:16:16.6198056Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyRouteTableAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.6198901Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CompletePhysicalConnectionLOA.json' from root:root to runner:runner
2025-08-20T19:16:16.6199725Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpv6EgressOnlyRule.json' from root:root to runner:runner
2025-08-20T19:16:16.6200566Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnPbrRouteEntryWeight.json' from root:root to runner:runner
2025-08-20T19:16:16.6201408Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateDhcpOptionsSetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6202306Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIpv6EgressOnlyRules.json' from root:root to runner:runner
2025-08-20T19:16:16.6203355Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteBgpPeer.json' from root:root to runner:runner
2025-08-20T19:16:16.6204249Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVSwitchCidrReservationAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6205049Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RevokeInstanceFromVbr.json' from root:root to runner:runner
2025-08-20T19:16:16.6206004Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyEipAddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6206861Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeBgpNetworks.json' from root:root to runner:runner
2025-08-20T19:16:16.6207697Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpnGatewayDiagnoseResult.json' from root:root to runner:runner
2025-08-20T19:16:16.6208511Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteDhcpOptionsSet.json' from root:root to runner:runner
2025-08-20T19:16:16.6209290Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteNatIpCidr.json' from root:root to runner:runner
2025-08-20T19:16:16.6210144Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/OpenPhysicalConnectionService.json' from root:root to runner:runner
2025-08-20T19:16:16.6211024Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyExpressCloudConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6211892Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdatePublicIpAddressPoolAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6213028Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpcs.json' from root:root to runner:runner
2025-08-20T19:16:16.6213900Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNatGatewaySpec.json' from root:root to runner:runner
2025-08-20T19:16:16.6215169Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIpv4Gateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6216268Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CheckCanAllocateVpcPrivateIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.6217233Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/TagResourcesForExpressConnect.json' from root:root to runner:runner
2025-08-20T19:16:16.6218149Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVSwitchCidrReservationUsage.json' from root:root to runner:runner
2025-08-20T19:16:16.6219012Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyCommonBandwidthPackageSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.6219851Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeNetworkAclAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.6220704Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnGateways.json' from root:root to runner:runner
2025-08-20T19:16:16.6221566Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.6222732Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateVirtualPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6223621Z [00:02:21.337]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnRouteEntryWeight.json' from root:root to runner:runner
2025-08-20T19:16:16.6224416Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:16.6225234Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListIpsecServerLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.6226086Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.6226909Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNatGatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6227732Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpcRouteEntrySummary.json' from root:root to runner:runner
2025-08-20T19:16:16.6228625Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyExpressCloudConnectionBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:16.6229487Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/SecondApplyPhysicalConnectionLOA.json' from root:root to runner:runner
2025-08-20T19:16:16.6230358Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateTrafficMirrorSessionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6231247Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DiagnoseVpnGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6232090Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6233149Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListPublicIpAddressPoolCidrBlocks.json' from root:root to runner:runner
2025-08-20T19:16:16.6233930Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6234845Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6235687Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6236479Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.6237282Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.6238128Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListGatewayRouteTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.6238921Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteBgpNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.6239797Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnGatewayAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:16.6240590Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/StopFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:16.6241355Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteNatIp.json' from root:root to runner:runner
2025-08-20T19:16:16.6242174Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListPublicIpAddressPools.json' from root:root to runner:runner
2025-08-20T19:16:16.6243325Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVirtualBorderRouterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6244107Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:16.6245054Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIPv6TranslatorAclLists.json' from root:root to runner:runner
2025-08-20T19:16:16.6245947Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateIpv4GatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6246759Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CancelPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6247570Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnConnections.json' from root:root to runner:runner
2025-08-20T19:16:16.6248469Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIPv6TranslatorEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.6249309Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListIpv4Gateways.json' from root:root to runner:runner
2025-08-20T19:16:16.6250165Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVirtualPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6250988Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6251802Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSslVpnClients.json' from root:root to runner:runner
2025-08-20T19:16:16.6252898Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListTagResourcesForExpressConnect.json' from root:root to runner:runner
2025-08-20T19:16:16.6253870Z [00:02:21.338]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeServerRelatedGlobalAccelerationInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.6254739Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateVpcGatewayEndpointAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6255519Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ActiveFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:16.6256311Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateVpcIpv6Cidr.json' from root:root to runner:runner
2025-08-20T19:16:16.6257122Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEipMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:16.6257983Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:16.6258813Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIpv6GatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6259734Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteGlobalAccelerationInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6260531Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:16.6261355Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ReleaseEipSegmentAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.6262235Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:16.6263371Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetDhcpOptionsSet.json' from root:root to runner:runner
2025-08-20T19:16:16.6264162Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateBgpGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6264953Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.6265808Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateTrafficMirrorFilterRules.json' from root:root to runner:runner
2025-08-20T19:16:16.6266627Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListTrafficMirrorFilters.json' from root:root to runner:runner
2025-08-20T19:16:16.6267407Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6268236Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateTrafficMirrorSession.json' from root:root to runner:runner
2025-08-20T19:16:16.6269078Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateVirtualBorderBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:16.6269872Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ReleaseIpv6Address.json' from root:root to runner:runner
2025-08-20T19:16:16.6270674Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouteTableList.json' from root:root to runner:runner
2025-08-20T19:16:16.6271548Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.6272333Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEipSegment.json' from root:root to runner:runner
2025-08-20T19:16:16.6273446Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyPhysicalConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6274268Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSnatTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.6275133Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnPbrRouteEntryAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6276088Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIpv6Gateways.json' from root:root to runner:runner
2025-08-20T19:16:16.6276864Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.6277728Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVpcEndpointServicesByEndUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6278513Z [00:02:21.339]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpv4Gateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6279332Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyFlowLogAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6280103Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateDefaultVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.6280918Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetIpv4GatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6281714Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouteTables.json' from root:root to runner:runner
2025-08-20T19:16:16.6282725Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeAccessPoints.json' from root:root to runner:runner
2025-08-20T19:16:16.6283558Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyHaVipAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6284336Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6285238Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.6286305Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.6287771Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateDefaultVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.6288633Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddCommonBandwidthPackageIps.json' from root:root to runner:runner
2025-08-20T19:16:16.6289546Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/EnableNatGatewayEcsMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.6290375Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateNatIp.json' from root:root to runner:runner
2025-08-20T19:16:16.6291223Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetTrafficMirrorServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.6292021Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnAttachment.json' from root:root to runner:runner
2025-08-20T19:16:16.6292979Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AttachVbrToVpconn.json' from root:root to runner:runner
2025-08-20T19:16:16.6293812Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListGeographicSubRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.6294609Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListDhcpOptionsSets.json' from root:root to runner:runner
2025-08-20T19:16:16.6295414Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetNatGatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6296254Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIpv6GatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6297054Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/EnableVpcClassicLink.json' from root:root to runner:runner
2025-08-20T19:16:16.6297904Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RemoveCommonBandwidthPackageIp.json' from root:root to runner:runner
2025-08-20T19:16:16.6298740Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddIPv6TranslatorAclListEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6299621Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/EnableVpcIpv4Gateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6300488Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteSslVpnClientCert.json' from root:root to runner:runner
2025-08-20T19:16:16.6301346Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddPublicIpAddressPoolCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:16.6302164Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeletePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6303376Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:16.6304303Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVcoRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.6305093Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeBgpPeers.json' from root:root to runner:runner
2025-08-20T19:16:16.6305941Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RetryVpcPrefixListAssociation.json' from root:root to runner:runner
2025-08-20T19:16:16.6306762Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateNatGatewayNatType.json' from root:root to runner:runner
2025-08-20T19:16:16.6307596Z [00:02:21.340]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ApplyPhysicalConnectionLOA.json' from root:root to runner:runner
2025-08-20T19:16:16.6308446Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteTrafficMirrorFilterRules.json' from root:root to runner:runner
2025-08-20T19:16:16.6309257Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouterInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:16.6310090Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyTunnelAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6310881Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.6311696Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeCustomerGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6312714Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RemoveIPv6TranslatorAclListEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6313625Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6314539Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateCommonBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.6315368Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNetworkAclAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.6316162Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateIpv6Address.json' from root:root to runner:runner
2025-08-20T19:16:16.6317053Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIpv6InternetBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:16.6317903Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVcoRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6318857Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.6319640Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeFlowLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.6320477Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateTrafficMirrorFilter.json' from root:root to runner:runner
2025-08-20T19:16:16.6321294Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnPbrRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6322073Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6323202Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyBgpGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6324020Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVRouters.json' from root:root to runner:runner
2025-08-20T19:16:16.6324805Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6325597Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeBgpGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.6326460Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyRouterInterfaceSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.6327393Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateVpcCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:16.6328270Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/PublishVpnRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6329088Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListTrafficMirrorSessions.json' from root:root to runner:runner
2025-08-20T19:16:16.6329867Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIpsecServer.json' from root:root to runner:runner
2025-08-20T19:16:16.6330764Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6331738Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyGlobalAccelerationInstanceAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.6332674Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIpv6Addresses.json' from root:root to runner:runner
2025-08-20T19:16:16.6333510Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpv6InternetBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:16.6334298Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.6335112Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetFlowLogServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.6335971Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVpnCertificateAssociations.json' from root:root to runner:runner
2025-08-20T19:16:16.6336791Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeletePublicIpAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:16.6337574Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6338377Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6339185Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeGrantRulesToCen.json' from root:root to runner:runner
2025-08-20T19:16:16.6340048Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateGlobalAccelerationInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6340906Z [00:02:21.341]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateSslVpnServer.json' from root:root to runner:runner
2025-08-20T19:16:16.6341808Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeForwardTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.6342875Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIpv6EgressOnlyRule.json' from root:root to runner:runner
2025-08-20T19:16:16.6343672Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListNatIpCidrs.json' from root:root to runner:runner
2025-08-20T19:16:16.6344541Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpv6Gateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6345399Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/MoveVpnResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6346213Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateSslVpnClientCert.json' from root:root to runner:runner
2025-08-20T19:16:16.6346984Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListIpsecServers.json' from root:root to runner:runner
2025-08-20T19:16:16.6347796Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:16.6348588Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6349412Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpcGatewayEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.6350248Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddCommonBandwidthPackageIp.json' from root:root to runner:runner
2025-08-20T19:16:16.6351138Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListEnhanhcedNatGatewayAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:16.6351986Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVSwitchCidrReservation.json' from root:root to runner:runner
2025-08-20T19:16:16.6352887Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6353708Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ReplaceVpcDhcpOptionsSet.json' from root:root to runner:runner
2025-08-20T19:16:16.6354569Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeNetworkAcls.json' from root:root to runner:runner
2025-08-20T19:16:16.6355445Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/EnablePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6356376Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.6357190Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeCustomerGateways.json' from root:root to runner:runner
2025-08-20T19:16:16.6358051Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateVpcCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:16.6358878Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.6360411Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListBusinessAccessPoints.json' from root:root to runner:runner
2025-08-20T19:16:16.6361179Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/version.json' from root:root to runner:runner
2025-08-20T19:16:16.6362037Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteTrafficMirrorFilter.json' from root:root to runner:runner
2025-08-20T19:16:16.6363158Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateHighReliablePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6364056Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorAclAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6364840Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeHaVips.json' from root:root to runner:runner
2025-08-20T19:16:16.6365589Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.6366438Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/TerminateVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.6367302Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateTrafficMirrorFilterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6368159Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DissociateRouteTableFromGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6369118Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyCustomerGatewayAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6369969Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6370770Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpcAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6371551Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.6372563Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVSwitchAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.6373454Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateEipSegmentAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.6374230Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:16.6374990Z [00:02:21.342]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVbrHa.json' from root:root to runner:runner
2025-08-20T19:16:16.6375828Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribePhysicalConnections.json' from root:root to runner:runner
2025-08-20T19:16:16.6376725Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateGlobalAccelerationInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6377531Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateEipAddressPro.json' from root:root to runner:runner
2025-08-20T19:16:16.6378323Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListFullNatEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.6379187Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddSourcesToTrafficMirrorSession.json' from root:root to runner:runner
2025-08-20T19:16:16.6379995Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/StartFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:16.6380804Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnAttachments.json' from root:root to runner:runner
2025-08-20T19:16:16.6381574Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.6382509Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteHaVip.json' from root:root to runner:runner
2025-08-20T19:16:16.6383638Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CopyNetworkAclEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.6384479Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RecoverVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.6385366Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RemoveSourcesFromTrafficMirrorSession.json' from root:root to runner:runner
2025-08-20T19:16:16.6386268Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEcGrantRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.6387223Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNatIpCidrAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6388060Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteTrafficMirrorSession.json' from root:root to runner:runner
2025-08-20T19:16:16.6388897Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnPbrRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.6389827Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.6390720Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyGlobalAccelerationInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.6391541Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AttachDhcpOptionsSetToVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.6392333Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpcAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6393299Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/TerminatePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6394115Z [00:02:21.343]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnPbrRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6394912Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.6395751Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateExpressCloudConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6396640Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSslVpnServers.json' from root:root to runner:runner
2025-08-20T19:16:16.6397550Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UntagResourcesForExpressConnect.json' from root:root to runner:runner
2025-08-20T19:16:16.6398335Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:16.6399120Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.6399941Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVbrHa.json' from root:root to runner:runner
2025-08-20T19:16:16.6400825Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribePublicIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.6401615Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GrantInstanceToVbr.json' from root:root to runner:runner
2025-08-20T19:16:16.6402661Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIPv6TranslatorEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6403490Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6404346Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribePhysicalConnectionLOA.json' from root:root to runner:runner
2025-08-20T19:16:16.6405221Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateVpnGatewayWithCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.6406057Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6406872Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.6407696Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSslVpnClientCert.json' from root:root to runner:runner
2025-08-20T19:16:16.6408489Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6409300Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVSwitchAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6410214Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ActivateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.6411095Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateEipAddressBatch.json' from root:root to runner:runner
2025-08-20T19:16:16.6411987Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreatePhysicalConnectionOccupancyOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.6412935Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DisableNatGatewayEcsMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.6413868Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/SetHighDefinitionMonitorLogStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.6414699Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.6415493Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifySslVpnServer.json' from root:root to runner:runner
2025-08-20T19:16:16.6416326Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RecoverPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6417141Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:16.6417930Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6418705Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.6419486Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CheckVpnBgpEnabled.json' from root:root to runner:runner
2025-08-20T19:16:16.6420316Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.6421171Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNatIpAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6422011Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVSwitchCidrReservations.json' from root:root to runner:runner
2025-08-20T19:16:16.6422998Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.6423770Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.6424590Z [00:02:21.344]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:16.6425447Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddGlobalAccelerationInstanceIp.json' from root:root to runner:runner
2025-08-20T19:16:16.6426302Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIpv6AddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6427158Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeactiveFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:16.6428057Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.6428863Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateDhcpOptionsSet.json' from root:root to runner:runner
2025-08-20T19:16:16.6429687Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/OpenTrafficMirrorService.json' from root:root to runner:runner
2025-08-20T19:16:16.6430541Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteCommonBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.6431394Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnPbrRouteEntryPriority.json' from root:root to runner:runner
2025-08-20T19:16:16.6433024Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DetachDhcpOptionsSetFromVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.6434484Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreatePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6436160Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetPhysicalConnectionServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.6437851Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeHighDefinitionMonitorLogAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6439238Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GrantInstanceToCen.json' from root:root to runner:runner
2025-08-20T19:16:16.6440716Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVSwitchCidrReservation.json' from root:root to runner:runner
2025-08-20T19:16:16.6443527Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpcGatewayEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.6445294Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateFailoverTestJob.json' from root:root to runner:runner
2025-08-20T19:16:16.6447461Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyRouterInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6449012Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpcGatewayEndpointAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6450991Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpcPrefixList.json' from root:root to runner:runner
2025-08-20T19:16:16.6452601Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpcPrefixList.json' from root:root to runner:runner
2025-08-20T19:16:16.6454663Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIPv6TranslatorAclList.json' from root:root to runner:runner
2025-08-20T19:16:16.6456480Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:16.6457901Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateIpsecServer.json' from root:root to runner:runner
2025-08-20T19:16:16.6459471Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeletePublicIpAddressPoolCidrBlock.json' from root:root to runner:runner
2025-08-20T19:16:16.6460862Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateBgpPeer.json' from root:root to runner:runner
2025-08-20T19:16:16.6462625Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateCustomerGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6464154Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVpcGatewayEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.6465686Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/OpenFlowLogService.json' from root:root to runner:runner
2025-08-20T19:16:16.6467061Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:16.6468849Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.6470307Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVcoRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6471940Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateTrafficMirrorFilterRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6473492Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifySnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6475060Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DiagnoseVpnConnections.json' from root:root to runner:runner
2025-08-20T19:16:16.6476735Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeGlobalAccelerationInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.6478269Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVirtualPhysicalConnections.json' from root:root to runner:runner
2025-08-20T19:16:16.6479821Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouterInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6481562Z [00:02:21.345]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6483174Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RevokeInstanceFromCen.json' from root:root to runner:runner
2025-08-20T19:16:16.6484632Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DisableVpcClassicLink.json' from root:root to runner:runner
2025-08-20T19:16:16.6486048Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpcPrefixListEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.6487006Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeactivateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.6487866Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateFullNatEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6488764Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnCrossAccountAuthorizations.json' from root:root to runner:runner
2025-08-20T19:16:16.6489549Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIpv6Gateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6490460Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIPv6TranslatorAclListAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.6491280Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIPv6Translators.json' from root:root to runner:runner
2025-08-20T19:16:16.6492105Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnConnectionLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.6493187Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIPv6Translator.json' from root:root to runner:runner
2025-08-20T19:16:16.6494121Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DownloadVpnConnectionConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6494955Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:16.6495739Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ReleaseEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.6496547Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ConnectRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.6497345Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6498195Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpcPrefixListAssociations.json' from root:root to runner:runner
2025-08-20T19:16:16.6499021Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIPv6TranslatorEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6499793Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6500649Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpsecServer.json' from root:root to runner:runner
2025-08-20T19:16:16.6501565Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeTagKeysForExpressConnect.json' from root:root to runner:runner
2025-08-20T19:16:16.6502593Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeCommonBandwidthPackages.json' from root:root to runner:runner
2025-08-20T19:16:16.6503436Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEipGatewayInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6504337Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyCommonBandwidthPackageAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6505095Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListNatIps.json' from root:root to runner:runner
2025-08-20T19:16:16.6505915Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSslVpnClientCerts.json' from root:root to runner:runner
2025-08-20T19:16:16.6507281Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyFullNatEntryAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6508449Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateRouteTableWithGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.6509546Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVcoRouteEntryWeight.json' from root:root to runner:runner
2025-08-20T19:16:16.6510333Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddBgpNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.6511125Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteFullNatEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6511894Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:16.6512892Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteSslVpnServer.json' from root:root to runner:runner
2025-08-20T19:16:16.6513721Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifySslVpnClientCert.json' from root:root to runner:runner
2025-08-20T19:16:16.6514525Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.6515471Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateNetworkAclEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.6516305Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateNatIpCidr.json' from root:root to runner:runner
2025-08-20T19:16:16.6517104Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpcPrefixList.json' from root:root to runner:runner
2025-08-20T19:16:16.6517861Z [00:02:21.346]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVbrHa.json' from root:root to runner:runner
2025-08-20T19:16:16.6518674Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVRouterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6519468Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.6520254Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:16.6521067Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyBgpPeerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6521892Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc' from root:root to runner:runner
2025-08-20T19:16:16.6523106Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ExportDataKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6524383Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CancelKeyDeletion.json' from root:root to runner:runner
2025-08-20T19:16:16.6525473Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListSecretVersionIds.json' from root:root to runner:runner
2025-08-20T19:16:16.6526301Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetSecretValue.json' from root:root to runner:runner
2025-08-20T19:16:16.6527069Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6527887Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/SetDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.6528635Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteAlias.json' from root:root to runner:runner
2025-08-20T19:16:16.6529553Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CertificatePublicKeyEncrypt.json' from root:root to runner:runner
2025-08-20T19:16:16.6530328Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteClientKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6531152Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/RotateSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.6531961Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateKeyVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.6532968Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/AsymmetricEncrypt.json' from root:root to runner:runner
2025-08-20T19:16:16.6533796Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ScheduleKeyDeletion.json' from root:root to runner:runner
2025-08-20T19:16:16.6534593Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:16.6535369Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListKmsInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.6536129Z [00:02:21.347]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UntagResource.json' from root:root to runner:runner
2025-08-20T19:16:16.6537017Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListNetworkRules.json' from root:root to runner:runner
2025-08-20T19:16:16.6537870Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.6538635Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/RestoreSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.6539396Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.6540226Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeAccountKmsStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.6541012Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListResourceTags.json' from root:root to runner:runner
2025-08-20T19:16:16.6541764Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.6542742Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeApplicationAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:16.6543563Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/Decrypt.json' from root:root to runner:runner
2025-08-20T19:16:16.6544409Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetRandomPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.6545168Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/TagResource.json' from root:root to runner:runner
2025-08-20T19:16:16.6545917Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DisableKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6546674Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6547435Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6548228Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:16.6549010Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.6549815Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ReEncrypt.json' from root:root to runner:runner
2025-08-20T19:16:16.6550727Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CertificatePrivateKeySign.json' from root:root to runner:runner
2025-08-20T19:16:16.6551505Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListKeyVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.6552273Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetPublicKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6553278Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListApplicationAccessPoints.json' from root:root to runner:runner
2025-08-20T19:16:16.6554080Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteKeyMaterial.json' from root:root to runner:runner
2025-08-20T19:16:16.6554857Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GenerateDataKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6555695Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CertificatePublicKeyVerify.json' from root:root to runner:runner
2025-08-20T19:16:16.6556519Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.6557348Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateClientKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6558106Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateAlias.json' from root:root to runner:runner
2025-08-20T19:16:16.6558925Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateSecretVersionStage.json' from root:root to runner:runner
2025-08-20T19:16:16.6559691Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListSecrets.json' from root:root to runner:runner
2025-08-20T19:16:16.6560481Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListAliasesByKeyId.json' from root:root to runner:runner
2025-08-20T19:16:16.6561576Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CertificatePrivateKeyDecrypt.json' from root:root to runner:runner
2025-08-20T19:16:16.6562504Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/AsymmetricDecrypt.json' from root:root to runner:runner
2025-08-20T19:16:16.6563421Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GenerateAndExportDataKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6564275Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.6565075Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateRotationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6565896Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateKmsInstanceBindVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.6566739Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateApplicationAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:16.6567718Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/version.json' from root:root to runner:runner
2025-08-20T19:16:16.6568512Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetKmsInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6569265Z [00:02:21.348]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6570119Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.6570878Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetClientKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6571707Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/AsymmetricSign.json' from root:root to runner:runner
2025-08-20T19:16:16.6572682Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListAliases.json' from root:root to runner:runner
2025-08-20T19:16:16.6573479Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.6574301Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/Encrypt.json' from root:root to runner:runner
2025-08-20T19:16:16.6575136Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6575909Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.6576663Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6577419Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/EnableKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6578176Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateAlias.json' from root:root to runner:runner
2025-08-20T19:16:16.6578946Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListClientKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.6579699Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.6580703Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.6582143Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GenerateDataKeyWithoutPlaintext.json' from root:root to runner:runner
2025-08-20T19:16:16.6583266Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.6584091Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:16.6584968Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/OpenKmsService.json' from root:root to runner:runner
2025-08-20T19:16:16.6585818Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ImportKeyMaterial.json' from root:root to runner:runner
2025-08-20T19:16:16.6586647Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateSecretRotationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6587408Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.6588311Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteApplicationAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:16.6589142Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/AsymmetricVerify.json' from root:root to runner:runner
2025-08-20T19:16:16.6589936Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ConnectKmsInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6590772Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateApplicationAccessPoint.json' from root:root to runner:runner
2025-08-20T19:16:16.6591571Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.6592350Z [00:02:21.349]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateNetworkRule.json' from root:root to runner:runner
2025-08-20T19:16:16.6593389Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateCertificateStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.6594161Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/PutSecretValue.json' from root:root to runner:runner
2025-08-20T19:16:16.6594951Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeKeyVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.6595740Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UploadCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.6596533Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateKeyDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.6597342Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetParametersForImport.json' from root:root to runner:runner
2025-08-20T19:16:16.6598110Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms' from root:root to runner:runner
2025-08-20T19:16:16.6598914Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sls/version.json' from root:root to runner:runner
2025-08-20T19:16:16.6599601Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sls' from root:root to runner:runner
2025-08-20T19:16:16.6600391Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/CreateQuotaAlarm.json' from root:root to runner:runner
2025-08-20T19:16:16.6601188Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/UpdateQuotaAlarm.json' from root:root to runner:runner
2025-08-20T19:16:16.6602041Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListAlarmHistories.json' from root:root to runner:runner
2025-08-20T19:16:16.6603031Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListProductQuotas.json' from root:root to runner:runner
2025-08-20T19:16:16.6603822Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaAlarms.json' from root:root to runner:runner
2025-08-20T19:16:16.6604671Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListProductDimensionGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.6605456Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetProductQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.6606273Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetQuotaApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.6607165Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/CreateQuotaApplicationsForTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.6608074Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaApplicationsDetailForTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.6608958Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ModifyQuotaTemplateServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.6609828Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaApplicationsForTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.6610646Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaApplications.json' from root:root to runner:runner
2025-08-20T19:16:16.6611529Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/CreateQuotaApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.6612609Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ModifyTemplateQuotaItem.json' from root:root to runner:runner
2025-08-20T19:16:16.6613454Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListProducts.json' from root:root to runner:runner
2025-08-20T19:16:16.6614232Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetQuotaAlarm.json' from root:root to runner:runner
2025-08-20T19:16:16.6615141Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/DeleteTemplateQuotaItem.json' from root:root to runner:runner
2025-08-20T19:16:16.6616108Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetQuotaTemplateServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.6616960Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListProductQuotaDimensions.json' from root:root to runner:runner
2025-08-20T19:16:16.6617711Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/version.json' from root:root to runner:runner
2025-08-20T19:16:16.6618581Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaApplicationTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.6619424Z [00:02:21.350]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetProductQuotaDimension.json' from root:root to runner:runner
2025-08-20T19:16:16.6620250Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/CreateTemplateQuotaItem.json' from root:root to runner:runner
2025-08-20T19:16:16.6621045Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/DeleteQuotaAlarm.json' from root:root to runner:runner
2025-08-20T19:16:16.6621858Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListDependentQuotas.json' from root:root to runner:runner
2025-08-20T19:16:16.6622689Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas' from root:root to runner:runner
2025-08-20T19:16:16.6623467Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6624274Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DetachPolicyFromUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6625141Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPolicyVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.6625992Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6626785Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/AttachPolicyToUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6627550Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/AddUserToGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6628363Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DetachPolicyFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6629199Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6630073Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateVirtualMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:16.6630880Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/SetSecurityPreference.json' from root:root to runner:runner
2025-08-20T19:16:16.6631631Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6632534Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreatePolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.6633302Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.6634062Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6635039Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListRoles.json' from root:root to runner:runner
2025-08-20T19:16:16.6635845Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/SetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6636637Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/AttachPolicyToRole.json' from root:root to runner:runner
2025-08-20T19:16:16.6637391Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6638186Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPoliciesForRole.json' from root:root to runner:runner
2025-08-20T19:16:16.6639318Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UnbindMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:16.6640208Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:16.6640942Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6641737Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/AttachPolicyToGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6642669Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateRole.json' from root:root to runner:runner
2025-08-20T19:16:16.6643538Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPoliciesForGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6644288Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.6645063Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ClearAccountAlias.json' from root:root to runner:runner
2025-08-20T19:16:16.6645861Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/RemoveUserFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6646648Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:16.6647454Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListEntitiesForPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6648218Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ChangePassword.json' from root:root to runner:runner
2025-08-20T19:16:16.6648975Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteRole.json' from root:root to runner:runner
2025-08-20T19:16:16.6649773Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPoliciesForUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6650540Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:16.6651280Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6652097Z [00:02:21.351]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6653790Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/SetAccountAlias.json' from root:root to runner:runner
2025-08-20T19:16:16.6654848Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeletePolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.6655613Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/version.json' from root:root to runner:runner
2025-08-20T19:16:16.6656478Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6657353Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListVirtualMFADevices.json' from root:root to runner:runner
2025-08-20T19:16:16.6658128Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetUserMFAInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6658913Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:16.6659716Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DetachPolicyFromRole.json' from root:root to runner:runner
2025-08-20T19:16:16.6660460Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6661215Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.6661985Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/BindMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:16.6663031Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/SetDefaultPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.6663873Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdatePolicyDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.6664682Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetSecurityPreference.json' from root:root to runner:runner
2025-08-20T19:16:16.6665491Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteVirtualMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:16.6666240Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6667111Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.6667903Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetRole.json' from root:root to runner:runner
2025-08-20T19:16:16.6668687Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListGroupsForUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6669434Z [00:02:21.352]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6670269Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListUsersForGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6671146Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DecodeDiagnosticMessage.json' from root:root to runner:runner
2025-08-20T19:16:16.6671903Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateRole.json' from root:root to runner:runner
2025-08-20T19:16:16.6672791Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetAccountAlias.json' from root:root to runner:runner
2025-08-20T19:16:16.6673573Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6674351Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6675124Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListAccessKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.6675918Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetAccessKeyLastUsed.json' from root:root to runner:runner
2025-08-20T19:16:16.6676614Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram' from root:root to runner:runner
2025-08-20T19:16:16.6677383Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CheckDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.6678197Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryUniqueDeviceStat.json' from root:root to runner:runner
2025-08-20T19:16:16.6678955Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CheckDevices.json' from root:root to runner:runner
2025-08-20T19:16:16.6679789Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryAliases.json' from root:root to runner:runner
2025-08-20T19:16:16.6680604Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/BindPhone.json' from root:root to runner:runner
2025-08-20T19:16:16.6681364Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/UnbindAlias.json' from root:root to runner:runner
2025-08-20T19:16:16.6682109Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/BindTag.json' from root:root to runner:runner
2025-08-20T19:16:16.6683078Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/PushNoticeToAndroid.json' from root:root to runner:runner
2025-08-20T19:16:16.6683952Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/PushMessageToAndroid.json' from root:root to runner:runner
2025-08-20T19:16:16.6684731Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryDeviceInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6685481Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/ListTags.json' from root:root to runner:runner
2025-08-20T19:16:16.6686242Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/UnbindPhone.json' from root:root to runner:runner
2025-08-20T19:16:16.6687065Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryDevicesByAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.6687849Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/ContinuouslyPush.json' from root:root to runner:runner
2025-08-20T19:16:16.6688671Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CompleteContinuouslyPush.json' from root:root to runner:runner
2025-08-20T19:16:16.6689430Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/RemoveTag.json' from root:root to runner:runner
2025-08-20T19:16:16.6690175Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/MassPush.json' from root:root to runner:runner
2025-08-20T19:16:16.6690966Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/PushNoticeToiOS.json' from root:root to runner:runner
2025-08-20T19:16:16.6691702Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/version.json' from root:root to runner:runner
2025-08-20T19:16:16.6692704Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryPushStatByMsg.json' from root:root to runner:runner
2025-08-20T19:16:16.6693591Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/PushMessageToiOS.json' from root:root to runner:runner
2025-08-20T19:16:16.6694402Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/BindAlias.json' from root:root to runner:runner
2025-08-20T19:16:16.6695135Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/Push.json' from root:root to runner:runner
2025-08-20T19:16:16.6695889Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CancelPush.json' from root:root to runner:runner
2025-08-20T19:16:16.6696734Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/ListSummaryApps.json' from root:root to runner:runner
2025-08-20T19:16:16.6697571Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CheckCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.6698326Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryTags.json' from root:root to runner:runner
2025-08-20T19:16:16.6699127Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryPushStatByApp.json' from root:root to runner:runner
2025-08-20T19:16:16.6699908Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryDeviceStat.json' from root:root to runner:runner
2025-08-20T19:16:16.6700698Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryPushRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.6701502Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryDevicesByAlias.json' from root:root to runner:runner
2025-08-20T19:16:16.6702255Z [00:02:21.353]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/UnbindTag.json' from root:root to runner:runner
2025-08-20T19:16:16.6703166Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push' from root:root to runner:runner
2025-08-20T19:16:16.6704012Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifySkillGroupBasicInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6704836Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRecordingsByContactId.json' from root:root to runner:runner
2025-08-20T19:16:16.6705601Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6706502Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CallOnlinePrivacyNumber.json' from root:root to runner:runner
2025-08-20T19:16:16.6707531Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/FindUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.6708363Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListUsersOfSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6709140Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.6709978Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetAgentData.json' from root:root to runner:runner
2025-08-20T19:16:16.6710809Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.6711679Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/PublishContactFlowVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.6712904Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListIvrTrackingDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.6713802Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifySkillGroupOutboundNumbers.json' from root:root to runner:runner
2025-08-20T19:16:16.6714692Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstanceSummaryReportByInterval.json' from root:root to runner:runner
2025-08-20T19:16:16.6715440Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6716260Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstanceSummaryReport.json' from root:root to runner:runner
2025-08-20T19:16:16.6717103Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GenerateAgentStatisticReport.json' from root:root to runner:runner
2025-08-20T19:16:16.6717878Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetRoutePoint.json' from root:root to runner:runner
2025-08-20T19:16:16.6718741Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetConversationDetailByContactId.json' from root:root to runner:runner
2025-08-20T19:16:16.6719521Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RemovePhoneNumber.json' from root:root to runner:runner
2025-08-20T19:16:16.6720374Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListMedias.json' from root:root to runner:runner
2025-08-20T19:16:16.6721228Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRealTimeAgent.json' from root:root to runner:runner
2025-08-20T19:16:16.6722014Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetTURNServerList.json' from root:root to runner:runner
2025-08-20T19:16:16.6722935Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListTrunkProviders.json' from root:root to runner:runner
2025-08-20T19:16:16.6723820Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ResetUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.6724666Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RequestLoginInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6725986Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DeletePhoneTags.json' from root:root to runner:runner
2025-08-20T19:16:16.6727047Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AddPhoneTags.json' from root:root to runner:runner
2025-08-20T19:16:16.6728037Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6728836Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DeleteSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6729585Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRoles.json' from root:root to runner:runner
2025-08-20T19:16:16.6730389Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetNumberRegionInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6731173Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateContactFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.6731959Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListVoiceAppraise.json' from root:root to runner:runner
2025-08-20T19:16:16.6732874Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateMedia.json' from root:root to runner:runner
2025-08-20T19:16:16.6733643Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRecordings.json' from root:root to runner:runner
2025-08-20T19:16:16.6734396Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6735277Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstanceState.json' from root:root to runner:runner
2025-08-20T19:16:16.6736150Z [00:02:21.354]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRecentCallRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.6736911Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RefreshToken.json' from root:root to runner:runner
2025-08-20T19:16:16.6737714Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupsOfUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6738553Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentStates.json' from root:root to runner:runner
2025-08-20T19:16:16.6739355Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.6740134Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/PickLocalNumber.json' from root:root to runner:runner
2025-08-20T19:16:16.6740960Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RemoveUsersFromSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6741787Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetRecordOssUploadParam.json' from root:root to runner:runner
2025-08-20T19:16:16.6742771Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AssignUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.6743632Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/LaunchShortMessageAppraise.json' from root:root to runner:runner
2025-08-20T19:16:16.6744462Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRecordingOfDualTrack.json' from root:root to runner:runner
2025-08-20T19:16:16.6745352Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentSummaryReportsSinceMidnight.json' from root:root to runner:runner
2025-08-20T19:16:16.6746162Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CheckNumberAvaliable.json' from root:root to runner:runner
2025-08-20T19:16:16.6746946Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetTURNCredentials.json' from root:root to runner:runner
2025-08-20T19:16:16.6747743Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListInstancesOfUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6748571Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6749405Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/LaunchAppraise.json' from root:root to runner:runner
2025-08-20T19:16:16.6750169Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListPhoneTags.json' from root:root to runner:runner
2025-08-20T19:16:16.6750932Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6751741Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/version.json' from root:root to runner:runner
2025-08-20T19:16:16.6752888Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupStates.json' from root:root to runner:runner
2025-08-20T19:16:16.6753711Z [00:02:21.355]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyPhoneTags.json' from root:root to runner:runner
2025-08-20T19:16:16.6754509Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AddBulkPhoneNumbers.json' from root:root to runner:runner
2025-08-20T19:16:16.6755363Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetCallMeasureSummaryReport.json' from root:root to runner:runner
2025-08-20T19:16:16.6756208Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/SendPredefinedShortMessage.json' from root:root to runner:runner
2025-08-20T19:16:16.6756957Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6757746Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DownloadRecording.json' from root:root to runner:runner
2025-08-20T19:16:16.6758518Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AddAgentDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.6759376Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyPrivacyNumberCallDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.6760185Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListTrunksOfSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6760985Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateVoiceAppraise.json' from root:root to runner:runner
2025-08-20T19:16:16.6761836Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListContactFlows.json' from root:root to runner:runner
2025-08-20T19:16:16.6762777Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DeleteMedia.json' from root:root to runner:runner
2025-08-20T19:16:16.6763623Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListTransferableSkillGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.6764471Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListCallEventDetailByContactId.json' from root:root to runner:runner
2025-08-20T19:16:16.6765279Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DialEx.json' from root:root to runner:runner
2025-08-20T19:16:16.6766222Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CommitContactFlowVersionModification.json' from root:root to runner:runner
2025-08-20T19:16:16.6767036Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DisableTrunkProviders.json' from root:root to runner:runner
2025-08-20T19:16:16.6767810Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AddPhoneNumber.json' from root:root to runner:runner
2025-08-20T19:16:16.6768639Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/PickGlobalOutboundNumbers.json' from root:root to runner:runner
2025-08-20T19:16:16.6769403Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RemoveUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.6770185Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentStateLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.6771007Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DownloadAllTypeRecording.json' from root:root to runner:runner
2025-08-20T19:16:16.6771760Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6772889Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstanceSummaryReportSinceMidnight.json' from root:root to runner:runner
2025-08-20T19:16:16.6773688Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentDevices.json' from root:root to runner:runner
2025-08-20T19:16:16.6774560Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentSummaryReportsByInterval.json' from root:root to runner:runner
2025-08-20T19:16:16.6775432Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyPhoneNumber.json' from root:root to runner:runner
2025-08-20T19:16:16.6776268Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6777071Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/PickOutboundNumbers.json' from root:root to runner:runner
2025-08-20T19:16:16.6778117Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListOutboundPhoneNumberOfUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6779069Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListCallMeasureSummaryReports.json' from root:root to runner:runner
2025-08-20T19:16:16.6780043Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupSummaryReportsSinceMidnight.json' from root:root to runner:runner
2025-08-20T19:16:16.6780945Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyPrimaryTrunksOfSkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6781733Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyAgentDevice.json' from root:root to runner:runner
2025-08-20T19:16:16.6782732Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetSmsConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6783727Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListPhoneNumbers.json' from root:root to runner:runner
2025-08-20T19:16:16.6784515Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifySkillGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6785310Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetUserByExtension.json' from root:root to runner:runner
2025-08-20T19:16:16.6786120Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListCallDetailRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.6787021Z [00:02:21.356]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupSummaryReportsByInterval.json' from root:root to runner:runner
2025-08-20T19:16:16.6787812Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/StartBack2BackCall.json' from root:root to runner:runner
2025-08-20T19:16:16.6788637Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentSummaryReports.json' from root:root to runner:runner
2025-08-20T19:16:16.6789544Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifySkillGroupOfUser.json' from root:root to runner:runner
2025-08-20T19:16:16.6790357Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateFault.json' from root:root to runner:runner
2025-08-20T19:16:16.6791133Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/SaveWebRTCStats.json' from root:root to runner:runner
2025-08-20T19:16:16.6791969Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupSummaryReports.json' from root:root to runner:runner
2025-08-20T19:16:16.6793159Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetServiceExtensions.json' from root:root to runner:runner
2025-08-20T19:16:16.6793945Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc' from root:root to runner:runner
2025-08-20T19:16:16.6794770Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyCollationTimeZone.json' from root:root to runner:runner
2025-08-20T19:16:16.6795614Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:16.6797002Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CalculateDBInstanceWeight.json' from root:root to runner:runner
2025-08-20T19:16:16.6798167Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6799104Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyActionEventPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6800009Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceDelayedReplicationTime.json' from root:root to runner:runner
2025-08-20T19:16:16.6800780Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBNode.json' from root:root to runner:runner
2025-08-20T19:16:16.6801614Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCrossRegionBackups.json' from root:root to runner:runner
2025-08-20T19:16:16.6802559Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/GetDBInstanceTopology.json' from root:root to runner:runner
2025-08-20T19:16:16.6803363Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ImportUserBackupFile.json' from root:root to runner:runner
2025-08-20T19:16:16.6804238Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:16.6805142Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBMiniEngineVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.6805942Z [00:02:21.357]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHostWebShell.json' from root:root to runner:runner
2025-08-20T19:16:16.6806756Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/GetDbProxyInstanceSsl.json' from root:root to runner:runner
2025-08-20T19:16:16.6807581Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:16.6808522Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeLocalAvailableRecoveryTime.json' from root:root to runner:runner
2025-08-20T19:16:16.6809396Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6810285Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBInstanceMajorVersionPrecheck.json' from root:root to runner:runner
2025-08-20T19:16:16.6811121Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLCollectorPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6811934Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/QueryRecommendByCode.json' from root:root to runner:runner
2025-08-20T19:16:16.6812889Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CopyDatabaseBetweenInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.6813711Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateOnlineDatabaseTask.json' from root:root to runner:runner
2025-08-20T19:16:16.6814496Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBProxy.json' from root:root to runner:runner
2025-08-20T19:16:16.6815335Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDedicatedHostGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.6816162Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCurrentModifyOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.6816955Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeRenewalPrice.json' from root:root to runner:runner
2025-08-20T19:16:16.6817857Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableClasses.json' from root:root to runner:runner
2025-08-20T19:16:16.6818718Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDatabaseConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6819499Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/MigrateDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6820344Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckCloudResourceAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:16.6821196Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribePGHbaConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6822021Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/QueryNotify.json' from root:root to runner:runner
2025-08-20T19:16:16.6823114Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableRecoveryTime.json' from root:root to runner:runner
2025-08-20T19:16:16.6823940Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.6824771Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RevokeAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:16.6825593Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceMetrics.json' from root:root to runner:runner
2025-08-20T19:16:16.6826473Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLCollectorRetention.json' from root:root to runner:runner
2025-08-20T19:16:16.6827291Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.6828146Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceHAConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6828984Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeletePostgresExtensions.json' from root:root to runner:runner
2025-08-20T19:16:16.6829831Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/MigrateConnectionToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:16.6830664Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/EvaluateLocalExtendDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.6831775Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceConnectionMode.json' from root:root to runner:runner
2025-08-20T19:16:16.6832989Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:16.6833782Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RestoreDdrTable.json' from root:root to runner:runner
2025-08-20T19:16:16.6834594Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/MigrateSecurityIPMode.json' from root:root to runner:runner
2025-08-20T19:16:16.6835484Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.6836428Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.6837288Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBInstanceKernelVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.6838087Z [00:02:21.358]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateTempDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6838905Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyHADiagnoseConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6839756Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableMetrics.json' from root:root to runner:runner
2025-08-20T19:16:16.6840620Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/AllocateInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6841383Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.6842286Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDTCSecurityIpHostsForSQLServer.json' from root:root to runner:runner
2025-08-20T19:16:16.6843252Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceByTags.json' from root:root to runner:runner
2025-08-20T19:16:16.6844042Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.6844854Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDiagnosticReport.json' from root:root to runner:runner
2025-08-20T19:16:16.6845744Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHADiagnoseConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6846595Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeErrorLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.6847456Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateCloudMigrationPrecheckTask.json' from root:root to runner:runner
2025-08-20T19:16:16.6848248Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6849188Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBProxyInstanceKernelVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.6850124Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/PreCheckCreateOrderForDeleteDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.6851258Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceNetworkType.json' from root:root to runner:runner
2025-08-20T19:16:16.6852067Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBackupTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.6853120Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:16.6853994Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ReleaseInstancePublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6854816Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCharacterSetName.json' from root:root to runner:runner
2025-08-20T19:16:16.6855856Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableCrossRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.6856653Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RestoreTable.json' from root:root to runner:runner
2025-08-20T19:16:16.6857428Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.6858224Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6859009Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RestartDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6859916Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpdatePostgresExtensions.json' from root:root to runner:runner
2025-08-20T19:16:16.6860793Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RemoveTagsFromResource.json' from root:root to runner:runner
2025-08-20T19:16:16.6861594Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeResourceUsage.json' from root:root to runner:runner
2025-08-20T19:16:16.6862593Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDedicatedHosts.json' from root:root to runner:runner
2025-08-20T19:16:16.6863509Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyParameter.json' from root:root to runner:runner
2025-08-20T19:16:16.6864394Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeInstanceKeywords.json' from root:root to runner:runner
2025-08-20T19:16:16.6865212Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHASwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6866050Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBProxyPerformance.json' from root:root to runner:runner
2025-08-20T19:16:16.6866842Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDatabases.json' from root:root to runner:runner
2025-08-20T19:16:16.6867627Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:16.6868733Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDetachedBackups.json' from root:root to runner:runner
2025-08-20T19:16:16.6869933Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.6871039Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/TerminateMigrateTask.json' from root:root to runner:runner
2025-08-20T19:16:16.6872141Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/AllocateReadWriteSplittingConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6873255Z [00:02:21.359]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSupportOnlineResizeDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.6874099Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHistoryEventsStat.json' from root:root to runner:runner
2025-08-20T19:16:16.6874904Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeRegionInfos.json' from root:root to runner:runner
2025-08-20T19:16:16.6875709Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBinlogFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.6876521Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.6877331Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6878296Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCrossRegionLogBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.6879241Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ReleaseReadWriteSplittingConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6880073Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.6880849Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSecrets.json' from root:root to runner:runner
2025-08-20T19:16:16.6881660Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHistoryTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.6882584Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckDBNameAvailable.json' from root:root to runner:runner
2025-08-20T19:16:16.6883442Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ImportDatabaseBetweenInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.6884251Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBProxyInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6885147Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeMarketingActivity.json' from root:root to runner:runner
2025-08-20T19:16:16.6886029Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancesAsCsv.json' from root:root to runner:runner
2025-08-20T19:16:16.6886899Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyReadWriteSplittingConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.6887671Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBProxy.json' from root:root to runner:runner
2025-08-20T19:16:16.6888458Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteADSetting.json' from root:root to runner:runner
2025-08-20T19:16:16.6889324Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancesByPerformance.json' from root:root to runner:runner
2025-08-20T19:16:16.6890164Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.6891050Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAnalyticdbByPrimaryDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6891906Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.6892896Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:16.6893758Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBProxyEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.6894634Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeInstanceCrossBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6895505Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DetachWhitelistTemplateToInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6896334Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifySQLCollectorPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6897103Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6898501Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLLogFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.6899531Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeWhitelistTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.6900749Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.6901999Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeLogBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.6903221Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBProxyEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.6904449Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescibeImportsFromDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.6905565Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.6906647Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.6907591Z [00:02:21.360]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.6908465Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteBackup.json' from root:root to runner:runner
2025-08-20T19:16:16.6909367Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceMetrics.json' from root:root to runner:runner
2025-08-20T19:16:16.6910212Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAllWhitelistTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.6911034Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/GrantOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.6912017Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBInstanceMajorVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.6913208Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHistoryEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.6914166Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.6915215Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyInstanceCrossBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6916083Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceConnectivity.json' from root:root to runner:runner
2025-08-20T19:16:16.6917301Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyPGHbaConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6918115Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.6918884Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.6919883Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.6920959Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.6921997Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteGadInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6922987Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeReadDBInstanceDelay.json' from root:root to runner:runner
2025-08-20T19:16:16.6924385Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBInstanceEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.6925482Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceNetworkExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:16.6926414Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckAccountNameAvailable.json' from root:root to runner:runner
2025-08-20T19:16:16.6927456Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateYouhuiForOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.6928278Z [00:02:21.361]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DestroyDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6929119Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeParameterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.6929937Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/SwitchDBInstanceNetType.json' from root:root to runner:runner
2025-08-20T19:16:16.6930854Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreatePostgresExtensions.json' from root:root to runner:runner
2025-08-20T19:16:16.6931787Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancePromoteActivity.json' from root:root to runner:runner
2025-08-20T19:16:16.6932873Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:16.6933708Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.6934479Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6935303Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DetachGadInstanceMember.json' from root:root to runner:runner
2025-08-20T19:16:16.6936189Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDTCSecurityIpHostsForSQLServer.json' from root:root to runner:runner
2025-08-20T19:16:16.6937058Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceEncryptionKey.json' from root:root to runner:runner
2025-08-20T19:16:16.6937947Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:16.6938765Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteSlot.json' from root:root to runner:runner
2025-08-20T19:16:16.6939606Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeRdsResourceSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.6940832Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/SwitchGuardToMasterInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6942151Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.6943459Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceProxyConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.6944335Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDiagnosticReportList.json' from root:root to runner:runner
2025-08-20T19:16:16.6945141Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/AddTagsToResource.json' from root:root to runner:runner
2025-08-20T19:16:16.6946121Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeQuickSaleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6946997Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeMigrateTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.6947815Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstancePayType.json' from root:root to runner:runner
2025-08-20T19:16:16.6948637Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateReadOnlyDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6949434Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateGADInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6950216Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6951041Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBProxyEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.6951884Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeModifyPGHbaConfigLog.json' from root:root to runner:runner
2025-08-20T19:16:16.6953067Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateOrderForCreateDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.6953940Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckInstanceExist.json' from root:root to runner:runner
2025-08-20T19:16:16.6954723Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeADInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.6955526Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.6956324Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeOssDownloads.json' from root:root to runner:runner
2025-08-20T19:16:16.6957142Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:16.6957877Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/version.json' from root:root to runner:runner
2025-08-20T19:16:16.6958645Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UnlockAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.6959522Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBackupDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.6960384Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.6961158Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeMetaList.json' from root:root to runner:runner
2025-08-20T19:16:16.6962030Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifySecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.6962921Z [00:02:21.362]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CopyDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.6963767Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateOrderForDeleteDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.6964581Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDasInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6965406Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeModifyParameterLog.json' from root:root to runner:runner
2025-08-20T19:16:16.6966276Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/SwitchDBInstanceVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.6967197Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ActivateMigrationTargetInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6968031Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCollationTimeZones.json' from root:root to runner:runner
2025-08-20T19:16:16.6968825Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/MigrateToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:16.6969686Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancesByExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:16.6970469Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.6971308Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceIpHostname.json' from root:root to runner:runner
2025-08-20T19:16:16.6972070Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ListClasses.json' from root:root to runner:runner
2025-08-20T19:16:16.6973128Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCloudMigrationPrecheckResult.json' from root:root to runner:runner
2025-08-20T19:16:16.6974046Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancePerformance.json' from root:root to runner:runner
2025-08-20T19:16:16.6974835Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RebuildDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6975608Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CloneDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6976478Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.6977323Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBProxyEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.6978136Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:16.6978903Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.6979794Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckCreateDdrDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6980676Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.6981439Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CancelImport.json' from root:root to runner:runner
2025-08-20T19:16:16.6982322Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceNetInfoForChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.6983413Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6984224Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/SwitchDBInstanceHA.json' from root:root to runner:runner
2025-08-20T19:16:16.6985051Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribePostgresExtensions.json' from root:root to runner:runner
2025-08-20T19:16:16.6985933Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/PreCheckCreateOrderForCreateDBNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.6986901Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/AttachWhitelistTemplateToInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6987729Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSlots.json' from root:root to runner:runner
2025-08-20T19:16:16.6988519Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RecoveryDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.6989287Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.6990113Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceHAConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.6990893Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.6991724Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeMigrateTaskById.json' from root:root to runner:runner
2025-08-20T19:16:16.6992816Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLLogReportList.json' from root:root to runner:runner
2025-08-20T19:16:16.6993818Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCrossBackupMetaList.json' from root:root to runner:runner
2025-08-20T19:16:16.6994845Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.6995682Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeActionEventPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.6996561Z [00:02:21.363]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceProxyConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.6997427Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeUpgradeMajorVersionTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.6998195Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.6999193Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RevokeOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.7000003Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteUserBackupFile.json' from root:root to runner:runner
2025-08-20T19:16:16.7000940Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceIPArrayList.json' from root:root to runner:runner
2025-08-20T19:16:16.7001802Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBProxyEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.7002751Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.7003518Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ResetAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.7004328Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyHASwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.7005136Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeClassDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.7005930Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpdateUserBackupFile.json' from root:root to runner:runner
2025-08-20T19:16:16.7006759Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ReleaseInstanceConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.7007595Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:16.7008516Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBInstanceEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.7009292Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyEventInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7010079Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:16.7010865Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSlowLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.7011629Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ConfirmNotify.json' from root:root to runner:runner
2025-08-20T19:16:16.7012835Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyCustinsResource.json' from root:root to runner:runner
2025-08-20T19:16:16.7014108Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.7015230Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7016090Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:16.7016865Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.7017709Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancesForClone.json' from root:root to runner:runner
2025-08-20T19:16:16.7018494Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/StopDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7019426Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHistoryTasksStat.json' from root:root to runner:runner
2025-08-20T19:16:16.7020216Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateMigrateTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7021013Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CloneParameterGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7021830Z [00:02:21.364]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyWhitelistTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.7022905Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyADInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7023714Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteBackupFile.json' from root:root to runner:runner
2025-08-20T19:16:16.7024628Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeWhitelistTemplateLinkedInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7025451Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.7026299Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeResourceDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.7027137Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceNetInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7027993Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBInstanceEndpointAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.7028890Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeGadInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.7029769Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeParameterGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.7030590Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateCloudMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7031505Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHostGroupElasticStrategyParameters.json' from root:root to runner:runner
2025-08-20T19:16:16.7032368Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableZones.json' from root:root to runner:runner
2025-08-20T19:16:16.7033402Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.7034308Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeInstanceLinkedWhitelistTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.7035122Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateGadInstanceMember.json' from root:root to runner:runner
2025-08-20T19:16:16.7035923Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ListUserBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.7036692Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/LockAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.7037485Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/PurgeDBInstanceLog.json' from root:root to runner:runner
2025-08-20T19:16:16.7038395Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyReadonlyInstanceDelayReplicationTime.json' from root:root to runner:runner
2025-08-20T19:16:16.7039192Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDdrInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7040019Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.7040853Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBInstanceForRebuild.json' from root:root to runner:runner
2025-08-20T19:16:16.7041676Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/TransformDBInstancePayType.json' from root:root to runner:runner
2025-08-20T19:16:16.7042741Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCrossRegionBackupDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7043647Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.7044481Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifySQLCollectorRetention.json' from root:root to runner:runner
2025-08-20T19:16:16.7045312Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7046171Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/GrantAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:16.7047052Z [00:02:21.365]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/StartDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7047850Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7048688Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCustinsResourceInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7049518Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDbProxyInstanceSsl.json' from root:root to runner:runner
2025-08-20T19:16:16.7050362Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCloudMigrationResult.json' from root:root to runner:runner
2025-08-20T19:16:16.7051265Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeUpgradeMajorVersionPrecheckTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7052047Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ReceiveDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7052848Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds' from root:root to runner:runner
2025-08-20T19:16:16.7053623Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:16.7054410Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyFlowProject.json' from root:root to runner:runner
2025-08-20T19:16:16.7055224Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeScalingGroupV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7056043Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.7056932Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateClusterWithTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.7057736Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateClusterHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7058509Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateClusterV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7059368Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowNodeSqlResult.json' from root:root to runner:runner
2025-08-20T19:16:16.7060232Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyClusterTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.7061123Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowNodeInstanceContainerLog.json' from root:root to runner:runner
2025-08-20T19:16:16.7061920Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyScalingGroupV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7063005Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ResizeClusterV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7063864Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyScalingConfigItemV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7064663Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateScalingGroupV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7065505Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowProjectClusterSetting.json' from root:root to runner:runner
2025-08-20T19:16:16.7066492Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyClusterName.json' from root:root to runner:runner
2025-08-20T19:16:16.7067340Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.7068101Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/KillFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:16.7068945Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RefreshClusterResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:16.7069862Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowNodeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7070677Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RerunFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.7071761Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterServiceComponentHealthInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7072696Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListScalingActivityV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7073592Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.7074470Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RunClusterServiceAction.json' from root:root to runner:runner
2025-08-20T19:16:16.7075328Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeScalingGroupInstanceV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7076123Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7076892Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.7077800Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterResourcePoolSchedulerType.json' from root:root to runner:runner
2025-08-20T19:16:16.7078631Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyClusterServiceConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.7079412Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7080217Z [00:02:21.366]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.7081085Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyResourcePoolSchedulerType.json' from root:root to runner:runner
2025-08-20T19:16:16.7081871Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:16.7082916Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterServiceConfigTag.json' from root:root to runner:runner
2025-08-20T19:16:16.7083779Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:16.7085298Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowProjectClusterSetting.json' from root:root to runner:runner
2025-08-20T19:16:16.7086500Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterOperationHostTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7087407Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowNodeInstanceLauncherLog.json' from root:root to runner:runner
2025-08-20T19:16:16.7088271Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:16.7089119Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowProject.json' from root:root to runner:runner
2025-08-20T19:16:16.7089904Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.7090704Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateClusterTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.7091464Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ResumeFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.7092293Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowCategoryTree.json' from root:root to runner:runner
2025-08-20T19:16:16.7093185Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.7093967Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:16.7094742Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterHost.json' from root:root to runner:runner
2025-08-20T19:16:16.7095611Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowProjectClusterSetting.json' from root:root to runner:runner
2025-08-20T19:16:16.7096385Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.7097149Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/SubmitFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:16.7097996Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7098881Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterHostComponent.json' from root:root to runner:runner
2025-08-20T19:16:16.7099673Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:16.7100422Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:16.7101228Z [00:02:21.367]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7102102Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:16.7103205Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyFlowCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.7103974Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/SuspendFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.7104779Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyResourceQueue.json' from root:root to runner:runner
2025-08-20T19:16:16.7105520Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7106309Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RunScalingActionV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7107186Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowNodeInstanceContainerStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7107956Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyFlowForWeb.json' from root:root to runner:runner
2025-08-20T19:16:16.7108820Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyFlowProjectClusterSetting.json' from root:root to runner:runner
2025-08-20T19:16:16.7109642Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterBasicInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7110436Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowClusterHost.json' from root:root to runner:runner
2025-08-20T19:16:16.7111209Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowProject.json' from root:root to runner:runner
2025-08-20T19:16:16.7112092Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteResourceQueue.json' from root:root to runner:runner
2025-08-20T19:16:16.7113109Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeScalingConfigItemV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7113901Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListScalingGroupV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7114714Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListEmrAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.7115597Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterOperationHost.json' from root:root to runner:runner
2025-08-20T19:16:16.7116481Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowClusterAllHosts.json' from root:root to runner:runner
2025-08-20T19:16:16.7117300Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ReleaseClusterHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7118103Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteClusterTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.7118887Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7119711Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListEmrAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:16.7120501Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/JoinResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7121290Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowProjectUser.json' from root:root to runner:runner
2025-08-20T19:16:16.7122121Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RemoveScalingConfigItemV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7123023Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.7123815Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListEmrMainVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.7124607Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowJobHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.7125486Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/AddScalingConfigItemV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7126342Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7127093Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/SubmitFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.7127887Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateResourceQueue.json' from root:root to runner:runner
2025-08-20T19:16:16.7128824Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterOperationHostTaskLog.json' from root:root to runner:runner
2025-08-20T19:16:16.7129755Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowProjectClusterSetting.json' from root:root to runner:runner
2025-08-20T19:16:16.7130560Z [00:02:21.368]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterOperation.json' from root:root to runner:runner
2025-08-20T19:16:16.7131364Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowProjectUser.json' from root:root to runner:runner
2025-08-20T19:16:16.7132212Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterInstalledService.json' from root:root to runner:runner
2025-08-20T19:16:16.7133103Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowClusterAll.json' from root:root to runner:runner
2025-08-20T19:16:16.7133917Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowProjectUser.json' from root:root to runner:runner
2025-08-20T19:16:16.7134683Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ReleaseCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.7135545Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterServiceConfigHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.7136333Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7137198Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterServiceQuickLink.json' from root:root to runner:runner
2025-08-20T19:16:16.7138218Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowProject.json' from root:root to runner:runner
2025-08-20T19:16:16.7139066Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CloneFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.7139951Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListScalingConfigItemV2.json' from root:root to runner:runner
2025-08-20T19:16:16.7140692Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/StartFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.7141540Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterServiceConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.7142939Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.7143909Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterOperationTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7144720Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowProject.json' from root:root to runner:runner
2025-08-20T19:16:16.7145542Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterService.json' from root:root to runner:runner
2025-08-20T19:16:16.7146309Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.7147067Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.7147852Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/AddClusterService.json' from root:root to runner:runner
2025-08-20T19:16:16.7148629Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowForWeb.json' from root:root to runner:runner
2025-08-20T19:16:16.7149432Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowNodeInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7150200Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CloneFlowJob.json' from root:root to runner:runner
2025-08-20T19:16:16.7150985Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterService.json' from root:root to runner:runner
2025-08-20T19:16:16.7151673Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr' from root:root to runner:runner
2025-08-20T19:16:16.7152719Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicIpSet.json' from root:root to runner:runner
2025-08-20T19:16:16.7153634Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ReplaceBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.7154406Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateSpareIps.json' from root:root to runner:runner
2025-08-20T19:16:16.7155191Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7156846Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DetachDdosFromAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:16.7157967Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:16.7158779Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7159637Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.7160394Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.7161183Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.7161936Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateIpSet.json' from root:root to runner:runner
2025-08-20T19:16:16.7162916Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateCustomRoutingEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.7163676Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteIpSet.json' from root:root to runner:runner
2025-08-20T19:16:16.7164491Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/OpenAcceleratorService.json' from root:root to runner:runner
2025-08-20T19:16:16.7165256Z [00:02:21.369]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AddEntriesToAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.7166062Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.7166924Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAccelerateAreas.json' from root:root to runner:runner
2025-08-20T19:16:16.7167832Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AttachLogStoreToEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7168629Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetInvalidDomainCount.json' from root:root to runner:runner
2025-08-20T19:16:16.7169364Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAcls.json' from root:root to runner:runner
2025-08-20T19:16:16.7170327Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBandwidthPackagaAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7171183Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.7171964Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicIpSet.json' from root:root to runner:runner
2025-08-20T19:16:16.7172876Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AttachDdosToAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:16.7173688Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateForwardingRules.json' from root:root to runner:runner
2025-08-20T19:16:16.7174488Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.7175352Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAcceleratorCrossBorderStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7176154Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.7181475Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateCustomRoutingEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.7182372Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAccelerators.json' from root:root to runner:runner
2025-08-20T19:16:16.7183549Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.7184353Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.7185317Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicAccelerateIp.json' from root:root to runner:runner
2025-08-20T19:16:16.7186166Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBasicIpSet.json' from root:root to runner:runner
2025-08-20T19:16:16.7186988Z [00:02:21.370]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7187800Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAcceleratorConfirm.json' from root:root to runner:runner
2025-08-20T19:16:16.7188575Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListIpSets.json' from root:root to runner:runner
2025-08-20T19:16:16.7189489Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListListenerCertificates.json' from root:root to runner:runner
2025-08-20T19:16:16.7190324Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.7191129Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:16.7191948Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBasicEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7193016Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAvailableBusiRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.7193963Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:16.7194743Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7195629Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicAccelerateIpEndpointRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.7196398Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListSpareIps.json' from root:root to runner:runner
2025-08-20T19:16:16.7197314Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AssociateAdditionalCertificatesWithListener.json' from root:root to runner:runner
2025-08-20T19:16:16.7198102Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7199037Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicAccelerateIpIdleCount.json' from root:root to runner:runner
2025-08-20T19:16:16.7199899Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7200777Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListEndpointGroupIpAddressCidrBlocks.json' from root:root to runner:runner
2025-08-20T19:16:16.7201609Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateEndpointGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7202671Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAcceleratorAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7203501Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.7204294Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBasicEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.7205219Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:16.7206024Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteForwardingRules.json' from root:root to runner:runner
2025-08-20T19:16:16.7206943Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateCustomRoutingEndpointTrafficPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.7208075Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicAccelerateIpEndpointRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.7208996Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicAccelerateIpEndpointRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.7209858Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/QueryCrossBorderApprovalStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7210659Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.7211408Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetSpareIp.json' from root:root to runner:runner
2025-08-20T19:16:16.7212369Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7213413Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:16.7214301Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.7215073Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteSpareIps.json' from root:root to runner:runner
2025-08-20T19:16:16.7215990Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingPortMappingsByDestination.json' from root:root to runner:runner
2025-08-20T19:16:16.7216907Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAcceleratorCrossBorderMode.json' from root:root to runner:runner
2025-08-20T19:16:16.7217792Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.7218586Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicAccelerateIp.json' from root:root to runner:runner
2025-08-20T19:16:16.7219345Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.7220146Z [00:02:21.371]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateForwardingRules.json' from root:root to runner:runner
2025-08-20T19:16:16.7220929Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:16.7221699Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBusiRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.7222777Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteCustomRoutingEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.7223653Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7224520Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeLogStoreOfEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7225610Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DetachLogStoreFromEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7226952Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/EnableApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.7228095Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/RemoveEntriesFromAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.7229107Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCustomRoutingEndPointTrafficPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7230005Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicAccelerateIpEndpointRelations.json' from root:root to runner:runner
2025-08-20T19:16:16.7230796Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7231628Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.7232689Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListIspTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.7233465Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.7234204Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7235015Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBasicAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:16.7235888Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListApplicationMonitorDetectResult.json' from root:root to runner:runner
2025-08-20T19:16:16.7236784Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingEndpointTrafficPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.7237639Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/BandwidthPackageRemoveAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:16.7238408Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteListener.json' from root:root to runner:runner
2025-08-20T19:16:16.7239320Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:16.7240049Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.7240820Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicIpSet.json' from root:root to runner:runner
2025-08-20T19:16:16.7241696Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.7242641Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.7243559Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DissociateAdditionalCertificatesFromListener.json' from root:root to runner:runner
2025-08-20T19:16:16.7244354Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.7245179Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCommonAreas.json' from root:root to runner:runner
2025-08-20T19:16:16.7246001Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListListeners.json' from root:root to runner:runner
2025-08-20T19:16:16.7246757Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeIpSet.json' from root:root to runner:runner
2025-08-20T19:16:16.7247521Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7248313Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAclAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7249089Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeListener.json' from root:root to runner:runner
2025-08-20T19:16:16.7249897Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCommodityPrice.json' from root:root to runner:runner
2025-08-20T19:16:16.7250644Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteIpSets.json' from root:root to runner:runner
2025-08-20T19:16:16.7251459Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7252229Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateListener.json' from root:root to runner:runner
2025-08-20T19:16:16.7253255Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateCustomRoutingEndpointTrafficPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.7254046Z [00:02:21.372]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCommodity.json' from root:root to runner:runner
2025-08-20T19:16:16.7255034Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:16.7255938Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteCustomRoutingEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.7256791Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeAcceleratorServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7257703Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteCustomRoutingEndpointTrafficPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.7258575Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.7259545Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeBandwidthPackageAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7260306Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7261125Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DissociateAclsFromListener.json' from root:root to runner:runner
2025-08-20T19:16:16.7262025Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAdditionalCertificateWithListener.json' from root:root to runner:runner
2025-08-20T19:16:16.7263201Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCustomRoutingEndpointGroupDestinations.json' from root:root to runner:runner
2025-08-20T19:16:16.7263983Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateListener.json' from root:root to runner:runner
2025-08-20T19:16:16.7264777Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteEndpointGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.7265564Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateDomainState.json' from root:root to runner:runner
2025-08-20T19:16:16.7266406Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAvailableAccelerateAreas.json' from root:root to runner:runner
2025-08-20T19:16:16.7267211Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetIpsetsBandwidthLimit.json' from root:root to runner:runner
2025-08-20T19:16:16.7268030Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AssociateAclsWithListener.json' from root:root to runner:runner
2025-08-20T19:16:16.7268927Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBasicAccelerateIps.json' from root:root to runner:runner
2025-08-20T19:16:16.7269847Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DisableApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.7270709Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCustomRoutingEndpointGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7271536Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.7272675Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCustomRoutingEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.7273579Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ConfigEndpointProbe.json' from root:root to runner:runner
2025-08-20T19:16:16.7274495Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateCustomRoutingEndpointGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7275310Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.7276104Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBasicEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.7276991Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBasicAccelerateIpEndpointRelations.json' from root:root to runner:runner
2025-08-20T19:16:16.7277925Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBandwidthPackages.json' from root:root to runner:runner
2025-08-20T19:16:16.7278774Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.7279570Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:16.7280406Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateServiceManagedControl.json' from root:root to runner:runner
2025-08-20T19:16:16.7281227Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListSystemSecurityPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.7282041Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DetectApplicationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.7283243Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:16.7284174Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicAccelerateIp.json' from root:root to runner:runner
2025-08-20T19:16:16.7284931Z [00:02:21.373]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateIpSets.json' from root:root to runner:runner
2025-08-20T19:16:16.7285771Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/BandwidthPackageAddAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:16.7286611Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteAccelerator.json' from root:root to runner:runner
2025-08-20T19:16:16.7287503Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingPortMappings.json' from root:root to runner:runner
2025-08-20T19:16:16.7288261Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateIpSets.json' from root:root to runner:runner
2025-08-20T19:16:16.7289042Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListForwardingRules.json' from root:root to runner:runner
2025-08-20T19:16:16.7289841Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBandwidthackages.json' from root:root to runner:runner
2025-08-20T19:16:16.7290680Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateCustomRoutingEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:16.7291471Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBasicAccelerators.json' from root:root to runner:runner
2025-08-20T19:16:16.7292349Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeAcceleratorAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7293317Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteDomainAcceleratorRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.7294013Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga' from root:root to runner:runner
2025-08-20T19:16:16.7294775Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoSyncTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7295768Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateRepoBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7297114Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7298184Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateBuildRecordByRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7298998Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListInstanceRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.7299754Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.7300651Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoSyncTaskByRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7301516Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.7302303Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7303308Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateChain.json' from root:root to runner:runner
2025-08-20T19:16:16.7304108Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.7304892Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepoTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.7305642Z [00:02:21.374]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.7306463Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateBuildRecordByRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.7307249Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.7308031Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7308817Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.7309597Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoSyncTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7310449Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.7311378Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateInstanceVpcEndpointLinkedVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.7312170Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.7313304Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepoSyncRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7314218Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.7315069Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteChartRelease.json' from root:root to runner:runner
2025-08-20T19:16:16.7315829Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteChain.json' from root:root to runner:runner
2025-08-20T19:16:16.7316587Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.7317446Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteInstanceEndpointAclPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7318229Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoSyncTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7318997Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.7319767Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.7320573Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoBuildRecordLog.json' from root:root to runner:runner
2025-08-20T19:16:16.7321355Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateRepoTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.7322143Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoSyncRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7323183Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChartRelease.json' from root:root to runner:runner
2025-08-20T19:16:16.7324064Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7324965Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListEventCenterRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.7325772Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTagManifest.json' from root:root to runner:runner
2025-08-20T19:16:16.7326539Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetChain.json' from root:root to runner:runner
2025-08-20T19:16:16.7327340Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoTagScanResult.json' from root:root to runner:runner
2025-08-20T19:16:16.7328172Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChainInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7329000Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstanceCount.json' from root:root to runner:runner
2025-08-20T19:16:16.7329764Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7330497Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChain.json' from root:root to runner:runner
2025-08-20T19:16:16.7331308Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoSourceCodeRepo.json' from root:root to runner:runner
2025-08-20T19:16:16.7332058Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTag.json' from root:root to runner:runner
2025-08-20T19:16:16.7333007Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7333810Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateEventCenterRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7334701Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoTagScanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7335562Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CancelRepoBuildRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.7336355Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetArtifactBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7337150Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTagScanSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.7337932Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTagLayers.json' from root:root to runner:runner
2025-08-20T19:16:16.7338810Z [00:02:21.375]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteInstanceVpcEndpointLinkedVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.7339658Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateInstanceEndpointAclPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7340467Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateArtifactBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7341348Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.7342209Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListEventCenterRuleName.json' from root:root to runner:runner
2025-08-20T19:16:16.7343089Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepoTag.json' from root:root to runner:runner
2025-08-20T19:16:16.7343904Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoBuildRecordStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7344704Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoBuildRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.7345498Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetArtifactBuildTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7346270Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.7347034Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7347909Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.7348761Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetAuthorizationToken.json' from root:root to runner:runner
2025-08-20T19:16:16.7349540Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepoBuildRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7350320Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.7351295Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoTag.json' from root:root to runner:runner
2025-08-20T19:16:16.7352078Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7353471Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteEventCenterRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7354375Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ResetLoginPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.7355349Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.7356543Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteChartRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.7357339Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7358445Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListArtifactBuildTaskLog.json' from root:root to runner:runner
2025-08-20T19:16:16.7359314Z [00:02:21.376]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateInstanceEndpointStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7360232Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoSyncRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7361162Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateChain.json' from root:root to runner:runner
2025-08-20T19:16:16.7362081Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.7363215Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoBuildRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.7364081Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoTag.json' from root:root to runner:runner
2025-08-20T19:16:16.7364875Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListInstanceEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.7365668Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateChartNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.7366480Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CancelArtifactBuildTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7367255Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.7368031Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstanceUsage.json' from root:root to runner:runner
2025-08-20T19:16:16.7369148Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepository.json' from root:root to runner:runner
2025-08-20T19:16:16.7370474Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateRepoSourceCodeRepo.json' from root:root to runner:runner
2025-08-20T19:16:16.7371619Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoSourceCodeRepo.json' from root:root to runner:runner
2025-08-20T19:16:16.7372683Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstanceVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:16.7373501Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTagScanStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7374285Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.7374980Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr' from root:root to runner:runner
2025-08-20T19:16:16.7375818Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/DeleteVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.7376650Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/ModifyVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.7377600Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/AcceptVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.7378406Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7379296Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/RejectVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.7380102Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7380865Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7381695Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/CreateVpcPeerConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.7382662Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/ListVpcPeerConnections.json' from root:root to runner:runner
2025-08-20T19:16:16.7383450Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7384235Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7385163Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/GetVpcPeerConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7385931Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer' from root:root to runner:runner
2025-08-20T19:16:16.7386674Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cas/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7387356Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cas' from root:root to runner:runner
2025-08-20T19:16:16.7388230Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterVpcAttachment.json' from root:root to runner:runner
2025-08-20T19:16:16.7389132Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterRouteTableAssociations.json' from root:root to runner:runner
2025-08-20T19:16:16.7389973Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeChildInstanceRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.7390762Z [00:02:21.377]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.7391593Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteFlowlog.json' from root:root to runner:runner
2025-08-20T19:16:16.7392604Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.7393484Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenInterRegionTrafficQosQueue.json' from root:root to runner:runner
2025-08-20T19:16:16.7394250Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateFlowlog.json' from root:root to runner:runner
2025-08-20T19:16:16.7395120Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenAttachedChildInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.7396036Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterMulticastDomainVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:16.7396848Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterCidr.json' from root:root to runner:runner
2025-08-20T19:16:16.7397764Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RegisterTransitRouterMulticastGroupMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.7398730Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeGrantRulesToResource.json' from root:root to runner:runner
2025-08-20T19:16:16.7399586Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterCidrAllocation.json' from root:root to runner:runner
2025-08-20T19:16:16.7400383Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/PublishRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.7401217Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7402106Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListCenInterRegionTrafficQosPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.7403224Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterVpcAttachmentZones.json' from root:root to runner:runner
2025-08-20T19:16:16.7404084Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:16.7405043Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.7405950Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.7406814Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterVpnAttachment.json' from root:root to runner:runner
2025-08-20T19:16:16.7407735Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterMulticastDomainAssociations.json' from root:root to runner:runner
2025-08-20T19:16:16.7408651Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DisableTransitRouterRouteTablePropagation.json' from root:root to runner:runner
2025-08-20T19:16:16.7409449Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyCenAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7410288Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UnroutePrivateZoneInCenToVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.7411171Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenChildInstanceRouteEntryToCen.json' from root:root to runner:runner
2025-08-20T19:16:16.7412082Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterVpnAttachments.json' from root:root to runner:runner
2025-08-20T19:16:16.7413352Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7414240Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterPeerAttachment.json' from root:root to runner:runner
2025-08-20T19:16:16.7415114Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.7415939Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CheckTransitRouterService.json' from root:root to runner:runner
2025-08-20T19:16:16.7416804Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterVbrAttachments.json' from root:root to runner:runner
2025-08-20T19:16:16.7417598Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenRouteMap.json' from root:root to runner:runner
2025-08-20T19:16:16.7418338Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCen.json' from root:root to runner:runner
2025-08-20T19:16:16.7419311Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7420364Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeGeographicRegionMembership.json' from root:root to runner:runner
2025-08-20T19:16:16.7421452Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterVpnAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7422515Z [00:02:21.378]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeregisterTransitRouterMulticastGroupMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.7423444Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ReplaceTransitRouterRouteTableAssociation.json' from root:root to runner:runner
2025-08-20T19:16:16.7424313Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterVbrAttachment.json' from root:root to runner:runner
2025-08-20T19:16:16.7425317Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenChildInstanceRouteEntryToAttachment.json' from root:root to runner:runner
2025-08-20T19:16:16.7426341Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ActiveFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:16.7427338Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenGeographicSpanRemainingBandwidth.json' from root:root to runner:runner
2025-08-20T19:16:16.7428225Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenInterRegionTrafficQosQueue.json' from root:root to runner:runner
2025-08-20T19:16:16.7429077Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterVpcAttachments.json' from root:root to runner:runner
2025-08-20T19:16:16.7429952Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/TempUpgradeCenBandwidthPackageSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.7430865Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterPeerAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7431743Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenChildInstanceRouteEntryToCen.json' from root:root to runner:runner
2025-08-20T19:16:16.7432897Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json' from root:root to runner:runner
2025-08-20T19:16:16.7433879Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouteTableAggregation.json' from root:root to runner:runner
2025-08-20T19:16:16.7434825Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RefreshTransitRouteTableAggregation.json' from root:root to runner:runner
2025-08-20T19:16:16.7435584Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCen.json' from root:root to runner:runner
2025-08-20T19:16:16.7436404Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyTransitRouterCidr.json' from root:root to runner:runner
2025-08-20T19:16:16.7437224Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/EnableCenVbrHealthCheck.json' from root:root to runner:runner
2025-08-20T19:16:16.7438133Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenRouteMaps.json' from root:root to runner:runner
2025-08-20T19:16:16.7439481Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7440487Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/OpenTransitRouterService.json' from root:root to runner:runner
2025-08-20T19:16:16.7441420Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyFlowLogAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7442276Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.7443476Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenInterRegionBandwidthLimits.json' from root:root to runner:runner
2025-08-20T19:16:16.7444336Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7445265Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7446220Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7447123Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterPrefixListAssociation.json' from root:root to runner:runner
2025-08-20T19:16:16.7448021Z [00:02:21.379]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterCidr.json' from root:root to runner:runner
2025-08-20T19:16:16.7448954Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListCenChildInstanceRouteEntriesToAttachment.json' from root:root to runner:runner
2025-08-20T19:16:16.7449933Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7450752Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DisableCenVbrHealthCheck.json' from root:root to runner:runner
2025-08-20T19:16:16.7451649Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterPrefixListAssociation.json' from root:root to runner:runner
2025-08-20T19:16:16.7452789Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterPrefixListAssociation.json' from root:root to runner:runner
2025-08-20T19:16:16.7453586Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7454461Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyCenBandwidthPackageAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7455402Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.7456308Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterRouteTables.json' from root:root to runner:runner
2025-08-20T19:16:16.7457154Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AssociateCenBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.7458063Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RegisterTransitRouterMulticastGroupSources.json' from root:root to runner:runner
2025-08-20T19:16:16.7458921Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/WithdrawPublishedRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.7459751Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenGeographicSpans.json' from root:root to runner:runner
2025-08-20T19:16:16.7460570Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterCidr.json' from root:root to runner:runner
2025-08-20T19:16:16.7461514Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DissociateTransitRouterAttachmentFromRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:16.7462605Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterVbrAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7463550Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.7464433Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenRegionDomainRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.7465250Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeGrantRulesToCen.json' from root:root to runner:runner
2025-08-20T19:16:16.7466230Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeregisterTransitRouterMulticastGroupSources.json' from root:root to runner:runner
2025-08-20T19:16:16.7467137Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTrafficMarkingPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.7467986Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:16.7468846Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterPeerAttachments.json' from root:root to runner:runner
2025-08-20T19:16:16.7469764Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/EnableTransitRouterRouteTablePropagation.json' from root:root to runner:runner
2025-08-20T19:16:16.7470505Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7471311Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListGrantVSwitchEnis.json' from root:root to runner:runner
2025-08-20T19:16:16.7472167Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/SetCenInterRegionBandwidthLimit.json' from root:root to runner:runner
2025-08-20T19:16:16.7473128Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/GrantInstanceToTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.7474000Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterVbrAttachment.json' from root:root to runner:runner
2025-08-20T19:16:16.7474790Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenRouteMap.json' from root:root to runner:runner
2025-08-20T19:16:16.7475746Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTrafficMarkingPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7476671Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouteTableAggregation.json' from root:root to runner:runner
2025-08-20T19:16:16.7477491Z [00:02:21.380]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteRouteServiceInCen.json' from root:root to runner:runner
2025-08-20T19:16:16.7478369Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenChildInstanceRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.7479235Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeRouteConflict.json' from root:root to runner:runner
2025-08-20T19:16:16.7480191Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:16.7481105Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenAttachedChildInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7481944Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ResolveAndRouteServiceInCen.json' from root:root to runner:runner
2025-08-20T19:16:16.7483092Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenInterRegionTrafficQosPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7483883Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCens.json' from root:root to runner:runner
2025-08-20T19:16:16.7484811Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeTransitRouteTableAggregationDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.7485712Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterRouteTablePropagations.json' from root:root to runner:runner
2025-08-20T19:16:16.7486511Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyCenRouteMap.json' from root:root to runner:runner
2025-08-20T19:16:16.7487294Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7488147Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UnassociateCenBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.7489006Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterVpnAttachment.json' from root:root to runner:runner
2025-08-20T19:16:16.7490014Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterVpcAttachmentAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7491173Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenInterRegionTrafficQosPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7491978Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeFlowlogs.json' from root:root to runner:runner
2025-08-20T19:16:16.7493071Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterMulticastDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.7493939Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7494858Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenBandwidthPackages.json' from root:root to runner:runner
2025-08-20T19:16:16.7495945Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AssociateTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.7496810Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenPrivateZoneRoutes.json' from root:root to runner:runner
2025-08-20T19:16:16.7497596Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeactiveFlowLog.json' from root:root to runner:runner
2025-08-20T19:16:16.7498480Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:16.7499340Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RevokeInstanceFromTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.7500217Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeTransitRouteTableAggregation.json' from root:root to runner:runner
2025-08-20T19:16:16.7501071Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.7502011Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7502972Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.7503843Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterPeerAttachment.json' from root:root to runner:runner
2025-08-20T19:16:16.7504764Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeRouteServicesInCen.json' from root:root to runner:runner
2025-08-20T19:16:16.7505637Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AttachCenChildInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7506537Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DisassociateTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.7507452Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribePublishedRouteEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.7508450Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterVpcAttachment.json' from root:root to runner:runner
2025-08-20T19:16:16.7509908Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.7511004Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListCenInterRegionTrafficQosQueues.json' from root:root to runner:runner
2025-08-20T19:16:16.7511851Z [00:02:21.381]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListGrantVSwitchesToCen.json' from root:root to runner:runner
2025-08-20T19:16:16.7512934Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RoutePrivateZoneInCenToVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.7513803Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterMulticastGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.7514747Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AssociateTransitRouterAttachmentWithRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:16.7515542Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouters.json' from root:root to runner:runner
2025-08-20T19:16:16.7516422Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterMulticastDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.7517248Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenVbrHealthCheck.json' from root:root to runner:runner
2025-08-20T19:16:16.7518091Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyCenBandwidthPackageSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.7519008Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DetachCenChildInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7519764Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn' from root:root to runner:runner
2025-08-20T19:16:16.7520630Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAccountSecurityPracticeReport.json' from root:root to runner:runner
2025-08-20T19:16:16.7521403Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:16.7522316Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/RemoveClientIdFromOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.7523499Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateSAMLProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.7524318Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetUserSsoSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.7525118Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/AddUserToGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7525913Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/SetDefaultDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.7527209Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7528432Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.7529766Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateVirtualMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:16.7531192Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/SetSecurityPreference.json' from root:root to runner:runner
2025-08-20T19:16:16.7532954Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/RemoveFingerprintFromOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.7534319Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAppSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.7535700Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListAppSecretIds.json' from root:root to runner:runner
2025-08-20T19:16:16.7537217Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:16.7538709Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateAppSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.7540054Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListUserBasicInfos.json' from root:root to runner:runner
2025-08-20T19:16:16.7541424Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:16.7542882Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetSAMLProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.7544359Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7545660Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/SetPasswordPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7546478Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAccountMFAInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7547266Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListSAMLProviders.json' from root:root to runner:runner
2025-08-20T19:16:16.7548050Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UnbindMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:16.7548852Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:16.7549633Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DisableVirtualMFA.json' from root:root to runner:runner
2025-08-20T19:16:16.7550378Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:16.7551165Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7551918Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.7552941Z [00:02:21.382]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/RemoveUserFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7553746Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:16.7554682Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/AddFingerprintToOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.7555537Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateSAMLProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.7556311Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ChangePassword.json' from root:root to runner:runner
2025-08-20T19:16:16.7557089Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListOIDCProviders.json' from root:root to runner:runner
2025-08-20T19:16:16.7557934Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetDefaultDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.7558769Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:16.7559554Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAccountSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.7560291Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7561053Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7561797Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7562759Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.7563646Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:16.7564481Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListVirtualMFADevices.json' from root:root to runner:runner
2025-08-20T19:16:16.7565266Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetUserMFAInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7566053Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateLoginProfile.json' from root:root to runner:runner
2025-08-20T19:16:16.7566874Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.7567761Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.7568592Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7569342Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.7570101Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/BindMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:16.7570933Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteAppSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.7571821Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/AddClientIdToOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.7572875Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteSAMLProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.7573668Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7574481Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListPredefinedScopes.json' from root:root to runner:runner
2025-08-20T19:16:16.7575299Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetSecurityPreference.json' from root:root to runner:runner
2025-08-20T19:16:16.7576143Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteVirtualMFADevice.json' from root:root to runner:runner
2025-08-20T19:16:16.7577165Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7577984Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListGroupsForUser.json' from root:root to runner:runner
2025-08-20T19:16:16.7578795Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.7579559Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:16.7580335Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListUsersForGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.7581117Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.7582004Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/SetUserSsoSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.7583183Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:16.7584195Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteOIDCProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.7584997Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:16.7585853Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListAccessKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.7586753Z [00:02:21.383]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GenerateCredentialReport.json' from root:root to runner:runner
2025-08-20T19:16:16.7587561Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAccessKeyLastUsed.json' from root:root to runner:runner
2025-08-20T19:16:16.7588434Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.7589909Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetCredentialReport.json' from root:root to runner:runner
2025-08-20T19:16:16.7591156Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims' from root:root to runner:runner
2025-08-20T19:16:16.7592889Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/DescribeDBInstancesForDms.json' from root:root to runner:runner
2025-08-20T19:16:16.7594514Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/DescribeDBInstanceSecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:16.7596079Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7597723Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/ModifyDBInstanceSecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:16.7599350Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/DescribeDBInstanceForDms.json' from root:root to runner:runner
2025-08-20T19:16:16.7600690Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb' from root:root to runner:runner
2025-08-20T19:16:16.7602709Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/QueryTracedEventByEventId.json' from root:root to runner:runner
2025-08-20T19:16:16.7603904Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7604772Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7605615Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateEventSource.json' from root:root to runner:runner
2025-08-20T19:16:16.7606556Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListEventBuses.json' from root:root to runner:runner
2025-08-20T19:16:16.7607459Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListEventStreamings.json' from root:root to runner:runner
2025-08-20T19:16:16.7608305Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:16.7609138Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateApiDestination.json' from root:root to runner:runner
2025-08-20T19:16:16.7609951Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteEventBus.json' from root:root to runner:runner
2025-08-20T19:16:16.7610785Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:16.7611599Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/TestEventPattern.json' from root:root to runner:runner
2025-08-20T19:16:16.7612649Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/PauseEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:16.7613511Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteApiDestination.json' from root:root to runner:runner
2025-08-20T19:16:16.7614382Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.7615170Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/QueryEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.7616451Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:16.7618109Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/QueryTracedEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.7619703Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListConnections.json' from root:root to runner:runner
2025-08-20T19:16:16.7621370Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteEventSource.json' from root:root to runner:runner
2025-08-20T19:16:16.7623097Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateEventBus.json' from root:root to runner:runner
2025-08-20T19:16:16.7624762Z [00:02:21.384]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/EnableRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7626478Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.7628170Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListUserDefinedEventSources.json' from root:root to runner:runner
2025-08-20T19:16:16.7629645Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetEventBus.json' from root:root to runner:runner
2025-08-20T19:16:16.7631113Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListTargets.json' from root:root to runner:runner
2025-08-20T19:16:16.7632869Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetApiDestination.json' from root:root to runner:runner
2025-08-20T19:16:16.7634567Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListAliyunOfficialEventSources.json' from root:root to runner:runner
2025-08-20T19:16:16.7636092Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DisableRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7637628Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListRules.json' from root:root to runner:runner
2025-08-20T19:16:16.7639179Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteTargets.json' from root:root to runner:runner
2025-08-20T19:16:16.7640653Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7642221Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/PutTargets.json' from root:root to runner:runner
2025-08-20T19:16:16.7644188Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.7645853Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7647303Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateEventBus.json' from root:root to runner:runner
2025-08-20T19:16:16.7648697Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7650382Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListApiDestinations.json' from root:root to runner:runner
2025-08-20T19:16:16.7652115Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:16.7654031Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.7655695Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/QueryEventTraces.json' from root:root to runner:runner
2025-08-20T19:16:16.7657326Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/StartEventStreaming.json' from root:root to runner:runner
2025-08-20T19:16:16.7658951Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateApiDestination.json' from root:root to runner:runner
2025-08-20T19:16:16.7660673Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateServiceLinkedRoleForProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.7662287Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateEventSource.json' from root:root to runner:runner
2025-08-20T19:16:16.7663912Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge' from root:root to runner:runner
2025-08-20T19:16:16.7665439Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageaudit/ScanImage.json' from root:root to runner:runner
2025-08-20T19:16:16.7666908Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageaudit/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7668398Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageaudit/ScanText.json' from root:root to runner:runner
2025-08-20T19:16:16.7669961Z [00:02:21.385]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageaudit' from root:root to runner:runner
2025-08-20T19:16:16.7671656Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDbInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7673436Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstDbLogInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7675015Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetupRecycleBinStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7676736Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitSqlFlashbackTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7678573Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstanceDbMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.7680160Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpdatePrivateRdsClass.json' from root:root to runner:runner
2025-08-20T19:16:16.7681652Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDB.json' from root:root to runner:runner
2025-08-20T19:16:16.7683496Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateInstanceAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.7685028Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RefreshDrdsAtomUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.7686515Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/FlashbackRecycleBinTable.json' from root:root to runner:runner
2025-08-20T19:16:16.7688073Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstanceLevelTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.7689181Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ReleaseInstanceInternetAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.7690061Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveDrdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7690929Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstanceSwitchNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.7691767Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitHotExpandPreCheckTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7693404Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRdsSuperAccountInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.7694355Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveDrdsDbFailedRecord.json' from root:root to runner:runner
2025-08-20T19:16:16.7695347Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpdateInstanceNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.7696179Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CheckSqlAuditEnableStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7697125Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyDrdsInstanceDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.7698015Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RollbackInstanceVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.7698838Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribePreCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:16.7699648Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveInstanceAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.7700468Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsRdsInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.7701278Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveRecycleBinTable.json' from root:root to runner:runner
2025-08-20T19:16:16.7702659Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpgradeHiStoreInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7704095Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeTable.json' from root:root to runner:runner
2025-08-20T19:16:16.7705801Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRdsPerformanceSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.7707305Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DisableSqlAudit.json' from root:root to runner:runner
2025-08-20T19:16:16.7708841Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDBIpWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.7710337Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ChangeInstanceAzone.json' from root:root to runner:runner
2025-08-20T19:16:16.7711995Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstDbSlsInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7713717Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetBackupLocal.json' from root:root to runner:runner
2025-08-20T19:16:16.7715093Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDbInstanceDbs.json' from root:root to runner:runner
2025-08-20T19:16:16.7715981Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyPolarDbReadWeight.json' from root:root to runner:runner
2025-08-20T19:16:16.7717011Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/StartRestore.json' from root:root to runner:runner
2025-08-20T19:16:16.7718703Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/EnableSqlFlashbackMatchSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.7720172Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitSmoothExpandPreCheckTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7721650Z [00:02:21.386]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7723536Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRecycleBinStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7725084Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateShardTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7726676Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitHotExpandTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7728254Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.7729810Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7731254Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveBackupsSet.json' from root:root to runner:runner
2025-08-20T19:16:16.7733180Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpdateResourceGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.7734647Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CheckExpandStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7736246Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ManagePrivateRds.json' from root:root to runner:runner
2025-08-20T19:16:16.7737918Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsSlowSqls.json' from root:root to runner:runner
2025-08-20T19:16:16.7739485Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ChangeAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.7741061Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDbInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.7742913Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyRdsReadWeight.json' from root:root to runner:runner
2025-08-20T19:16:16.7744690Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeExpandLogicTableInfoList.json' from root:root to runner:runner
2025-08-20T19:16:16.7746290Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsShardingDbs.json' from root:root to runner:runner
2025-08-20T19:16:16.7747839Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyAccountPrivilege.json' from root:root to runner:runner
2025-08-20T19:16:16.7749242Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupTimes.json' from root:root to runner:runner
2025-08-20T19:16:16.7750686Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeTables.json' from root:root to runner:runner
2025-08-20T19:16:16.7752231Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SwitchGlobalBroadcastType.json' from root:root to runner:runner
2025-08-20T19:16:16.7753945Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeHotDbList.json' from root:root to runner:runner
2025-08-20T19:16:16.7755613Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateInstanceInternetAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.7757093Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7758685Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstanceAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.7760285Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitSmoothExpandPreCheck.json' from root:root to runner:runner
2025-08-20T19:16:16.7762012Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBroadcastTables.json' from root:root to runner:runner
2025-08-20T19:16:16.7763930Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/GetDrdsDbRdsRelationInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7765567Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.7767087Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7768921Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstanceSwitchAzone.json' from root:root to runner:runner
2025-08-20T19:16:16.7770586Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupDbs.json' from root:root to runner:runner
2025-08-20T19:16:16.7772124Z [00:02:21.387]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackMenu.json' from root:root to runner:runner
2025-08-20T19:16:16.7773882Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeShardTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7775541Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetupBroadcastTables.json' from root:root to runner:runner
2025-08-20T19:16:16.7777082Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDBs.json' from root:root to runner:runner
2025-08-20T19:16:16.7778656Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RestartDrdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7780148Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7781809Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDbRdsNameList.json' from root:root to runner:runner
2025-08-20T19:16:16.7783645Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsSqlAuditStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7785228Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.7786759Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRDSPerformance.json' from root:root to runner:runner
2025-08-20T19:16:16.7788343Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ValidateShardTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7789871Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.7790716Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeSqlFlashbakTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7791520Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7792584Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/EnableSqlAudit.json' from root:root to runner:runner
2025-08-20T19:16:16.7793739Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsParams.json' from root:root to runner:runner
2025-08-20T19:16:16.7794585Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeTableListByType.json' from root:root to runner:runner
2025-08-20T19:16:16.7795504Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateOrderForRds.json' from root:root to runner:runner
2025-08-20T19:16:16.7796345Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateDrdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.7797143Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupLocal.json' from root:root to runner:runner
2025-08-20T19:16:16.7797970Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRecycleBinTables.json' from root:root to runner:runner
2025-08-20T19:16:16.7798770Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.7799581Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRestoreOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.7800400Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpgradeInstanceVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.7801168Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitCleanTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7802217Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/EnableInstanceIpv6Address.json' from root:root to runner:runner
2025-08-20T19:16:16.7803908Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveDrdsDb.json' from root:root to runner:runner
2025-08-20T19:16:16.7805556Z [00:02:21.388]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/PutStartBackup.json' from root:root to runner:runner
2025-08-20T19:16:16.7807024Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetupTable.json' from root:root to runner:runner
2025-08-20T19:16:16.7808476Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateDrdsDB.json' from root:root to runner:runner
2025-08-20T19:16:16.7810086Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CheckDrdsDbName.json' from root:root to runner:runner
2025-08-20T19:16:16.7811662Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.7813371Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyDrdsIpWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.7814674Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupSets.json' from root:root to runner:runner
2025-08-20T19:16:16.7815560Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDbInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.7816541Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRdsCommodity.json' from root:root to runner:runner
2025-08-20T19:16:16.7818098Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstanceVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.7819504Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetupDrdsParams.json' from root:root to runner:runner
2025-08-20T19:16:16.7820755Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds' from root:root to runner:runner
2025-08-20T19:16:16.7822301Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/AddDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.7824066Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.7825712Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/GetResolveCountSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.7827458Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7829142Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/DescribeDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.7830612Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/GetAccountInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7832029Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/ListDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.7833933Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/GetResolveStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.7835389Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns' from root:root to runner:runner
2025-08-20T19:16:16.7836879Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeQrCode.json' from root:root to runner:runner
2025-08-20T19:16:16.7838407Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeCharacter.json' from root:root to runner:runner
2025-08-20T19:16:16.7839973Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeTicketInvoice.json' from root:root to runner:runner
2025-08-20T19:16:16.7841550Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeDriverLicense.json' from root:root to runner:runner
2025-08-20T19:16:16.7843311Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeVATInvoice.json' from root:root to runner:runner
2025-08-20T19:16:16.7844890Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeLicensePlate.json' from root:root to runner:runner
2025-08-20T19:16:16.7846413Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:16.7847813Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeTable.json' from root:root to runner:runner
2025-08-20T19:16:16.7849224Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeTrainTicket.json' from root:root to runner:runner
2025-08-20T19:16:16.7850683Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeVINCode.json' from root:root to runner:runner
2025-08-20T19:16:16.7852362Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeBankCard.json' from root:root to runner:runner
2025-08-20T19:16:16.7854342Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeIdentityCard.json' from root:root to runner:runner
2025-08-20T19:16:16.7855807Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7857394Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeVideoCharacter.json' from root:root to runner:runner
2025-08-20T19:16:16.7858976Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeDrivingLicense.json' from root:root to runner:runner
2025-08-20T19:16:16.7860697Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeQuotaInvoice.json' from root:root to runner:runner
2025-08-20T19:16:16.7862265Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeBusinessLicense.json' from root:root to runner:runner
2025-08-20T19:16:16.7864041Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeTaxiInvoice.json' from root:root to runner:runner
2025-08-20T19:16:16.7865532Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizePdf.json' from root:root to runner:runner
2025-08-20T19:16:16.7866873Z [00:02:21.389]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr' from root:root to runner:runner
2025-08-20T19:16:16.7868434Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/UpdateTrail.json' from root:root to runner:runner
2025-08-20T19:16:16.7870012Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetTrailStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7871638Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedIps.json' from root:root to runner:runner
2025-08-20T19:16:16.7873488Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/CreateDeliveryHistoryJob.json' from root:root to runner:runner
2025-08-20T19:16:16.7875097Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/StopLogging.json' from root:root to runner:runner
2025-08-20T19:16:16.7876818Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedResources.json' from root:root to runner:runner
2025-08-20T19:16:16.7878611Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/DeleteDeliveryHistoryJob.json' from root:root to runner:runner
2025-08-20T19:16:16.7880161Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/DescribeTrails.json' from root:root to runner:runner
2025-08-20T19:16:16.7881825Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/DeleteTrail.json' from root:root to runner:runner
2025-08-20T19:16:16.7883736Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/UpdateGlobalEventsStorageRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.7885512Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedProducts.json' from root:root to runner:runner
2025-08-20T19:16:16.7887260Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetGlobalEventsStorageRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.7888278Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/LookupEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.7889066Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7889941Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/ListDeliveryHistoryJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.7890806Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.7891680Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7892899Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.7894394Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/StartLogging.json' from root:root to runner:runner
2025-08-20T19:16:16.7895937Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetDeliveryHistoryJob.json' from root:root to runner:runner
2025-08-20T19:16:16.7897392Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/CreateTrail.json' from root:root to runner:runner
2025-08-20T19:16:16.7898849Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail' from root:root to runner:runner
2025-08-20T19:16:16.7900673Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetRuleDimension.json' from root:root to runner:runner
2025-08-20T19:16:16.7902715Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadAudioData4Pre.json' from root:root to runner:runner
2025-08-20T19:16:16.7904359Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/ExecuteAsrTransform.json' from root:root to runner:runner
2025-08-20T19:16:16.7905955Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/RegisterNotice.json' from root:root to runner:runner
2025-08-20T19:16:16.7907725Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DeleteAsrVocab.json' from root:root to runner:runner
2025-08-20T19:16:16.7909553Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/SaveReviewResult.json' from root:root to runner:runner
2025-08-20T19:16:16.7911196Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/ListDataSetTask.json' from root:root to runner:runner
2025-08-20T19:16:16.7913145Z [00:02:21.390]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DoCheckResource.json' from root:root to runner:runner
2025-08-20T19:16:16.7914885Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/EditThesaurusForApi.json' from root:root to runner:runner
2025-08-20T19:16:16.7916560Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/AddBusinessCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.7918256Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DoPhysicalDeleteResource.json' from root:root to runner:runner
2025-08-20T19:16:16.7919884Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateRuleForAnt.json' from root:root to runner:runner
2025-08-20T19:16:16.7921686Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateSubScoreForApi.json' from root:root to runner:runner
2025-08-20T19:16:16.7923825Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DoLogicalDeleteResource.json' from root:root to runner:runner
2025-08-20T19:16:16.7925517Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetAccAsrResult.json' from root:root to runner:runner
2025-08-20T19:16:16.7927130Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/TestNetwork.json' from root:root to runner:runner
2025-08-20T19:16:16.7928753Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/InvalidRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7930370Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetResultCount.json' from root:root to runner:runner
2025-08-20T19:16:16.7932011Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DeleteBusinessCategory.json' from root:root to runner:runner
2025-08-20T19:16:16.7933719Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadDataWithRules.json' from root:root to runner:runner
2025-08-20T19:16:16.7935409Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/SubmitReviewInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7937127Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateScoreForApi.json' from root:root to runner:runner
2025-08-20T19:16:16.7938683Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateAsrVocab.json' from root:root to runner:runner
2025-08-20T19:16:16.7940212Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetReviewInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7941792Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DeleteScoreForApi.json' from root:root to runner:runner
2025-08-20T19:16:16.7943664Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadAudioDataWithRules4Pre.json' from root:root to runner:runner
2025-08-20T19:16:16.7945115Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7946762Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/AddThesaurusForApi.json' from root:root to runner:runner
2025-08-20T19:16:16.7948546Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadAudioDataWithRules.json' from root:root to runner:runner
2025-08-20T19:16:16.7950169Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetScoreInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.7951756Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/InsertSubScoreForApi.json' from root:root to runner:runner
2025-08-20T19:16:16.7953848Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetCustomizationConfigList.json' from root:root to runner:runner
2025-08-20T19:16:16.7955371Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7956893Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/CreateAsrVocab.json' from root:root to runner:runner
2025-08-20T19:16:16.7958451Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetDataSetList.json' from root:root to runner:runner
2025-08-20T19:16:16.7960045Z [00:02:21.391]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetAudioDataStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.7961753Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/InsertScoreForApi.json' from root:root to runner:runner
2025-08-20T19:16:16.7963699Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7965263Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetRuleDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.7966740Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetAsrVocab.json' from root:root to runner:runner
2025-08-20T19:16:16.7968247Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetResult.json' from root:root to runner:runner
2025-08-20T19:16:16.7969831Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadAudioData.json' from root:root to runner:runner
2025-08-20T19:16:16.7971417Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DelThesaurusForApi.json' from root:root to runner:runner
2025-08-20T19:16:16.7973108Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetRule.json' from root:root to runner:runner
2025-08-20T19:16:16.7975008Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetThesaurusBySynonymForApi.json' from root:root to runner:runner
2025-08-20T19:16:16.7976879Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GenerateCustomizationModelId.json' from root:root to runner:runner
2025-08-20T19:16:16.7978478Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadData.json' from root:root to runner:runner
2025-08-20T19:16:16.7980102Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadDataSync.json' from root:root to runner:runner
2025-08-20T19:16:16.7981741Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadRuleForAnt.json' from root:root to runner:runner
2025-08-20T19:16:16.7983780Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetBusinessCategoryList.json' from root:root to runner:runner
2025-08-20T19:16:16.7985489Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DeleteSubScoreForApi.json' from root:root to runner:runner
2025-08-20T19:16:16.7987137Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetFileDimension.json' from root:root to runner:runner
2025-08-20T19:16:16.7989091Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateOnPurchaseSuccess.json' from root:root to runner:runner
2025-08-20T19:16:16.7990720Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck' from root:root to runner:runner
2025-08-20T19:16:16.7992225Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/agency/version.json' from root:root to runner:runner
2025-08-20T19:16:16.7993870Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/agency' from root:root to runner:runner
2025-08-20T19:16:16.7995506Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeCompliance.json' from root:root to runner:runner
2025-08-20T19:16:16.7997211Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/PutConfigurationRecorder.json' from root:root to runner:runner
2025-08-20T19:16:16.7998868Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetDiscoveredResourceCounts.json' from root:root to runner:runner
2025-08-20T19:16:16.8000527Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeComplianceSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.8002720Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeDiscoveredResource.json' from root:root to runner:runner
2025-08-20T19:16:16.8004565Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ListRemediationTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.8006143Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/PutConfigRule.json' from root:root to runner:runner
2025-08-20T19:16:16.8007817Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ListAggregateDiscoveredResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8009442Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeDeliveryChannels.json' from root:root to runner:runner
2025-08-20T19:16:16.8011120Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetAggregateDiscoveredResource.json' from root:root to runner:runner
2025-08-20T19:16:16.8012948Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetSupportedResourceTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.8014530Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/PutEvaluations.json' from root:root to runner:runner
2025-08-20T19:16:16.8016355Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetResourceComplianceTimeline.json' from root:root to runner:runner
2025-08-20T19:16:16.8018069Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeEvaluationResults.json' from root:root to runner:runner
2025-08-20T19:16:16.8019532Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/version.json' from root:root to runner:runner
2025-08-20T19:16:16.8021092Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DeleteConfigRules.json' from root:root to runner:runner
2025-08-20T19:16:16.8022868Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeConfigRule.json' from root:root to runner:runner
2025-08-20T19:16:16.8024464Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ListDiscoveredResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8026093Z [00:02:21.392]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/StartConfigRuleEvaluation.json' from root:root to runner:runner
2025-08-20T19:16:16.8027788Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ListConfigRules.json' from root:root to runner:runner
2025-08-20T19:16:16.8029318Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ActiveConfigRules.json' from root:root to runner:runner
2025-08-20T19:16:16.8031328Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetResourceConfigurationTimeline.json' from root:root to runner:runner
2025-08-20T19:16:16.8033184Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/StartConfigurationRecorder.json' from root:root to runner:runner
2025-08-20T19:16:16.8034883Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeConfigurationRecorder.json' from root:root to runner:runner
2025-08-20T19:16:16.8036567Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetDiscoveredResourceSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.8038142Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/PutDeliveryChannel.json' from root:root to runner:runner
2025-08-20T19:16:16.8039672Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/StopConfigRules.json' from root:root to runner:runner
2025-08-20T19:16:16.8041061Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config' from root:root to runner:runner
2025-08-20T19:16:16.8042924Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.8044678Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8046334Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeregisterResourceType.json' from root:root to runner:runner
2025-08-20T19:16:16.8048050Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListResourceTypeRegistrations.json' from root:root to runner:runner
2025-08-20T19:16:16.8049666Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListChangeSets.json' from root:root to runner:runner
2025-08-20T19:16:16.8051207Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:16.8053066Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackOperationRisks.json' from root:root to runner:runner
2025-08-20T19:16:16.8054676Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GenerateTemplateByScratch.json' from root:root to runner:runner
2025-08-20T19:16:16.8056407Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteDiagnostic.json' from root:root to runner:runner
2025-08-20T19:16:16.8058116Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SetDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.8059625Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetFeatureDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.8061116Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplateScratch.json' from root:root to runner:runner
2025-08-20T19:16:16.8062907Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteStackInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.8064497Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplateSummary.json' from root:root to runner:runner
2025-08-20T19:16:16.8066073Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8067601Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateStackInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.8069309Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/RegisterResourceType.json' from root:root to runner:runner
2025-08-20T19:16:16.8070989Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.8072823Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateTemplateScratch.json' from root:root to runner:runner
2025-08-20T19:16:16.8074402Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.8075997Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ExecuteChangeSet.json' from root:root to runner:runner
2025-08-20T19:16:16.8077608Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplateEstimateCost.json' from root:root to runner:runner
2025-08-20T19:16:16.8079062Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStacks.json' from root:root to runner:runner
2025-08-20T19:16:16.8080602Z [00:02:21.393]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteTemplateScratch.json' from root:root to runner:runner
2025-08-20T19:16:16.8082335Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackResource.json' from root:root to runner:runner
2025-08-20T19:16:16.8084266Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SetResourceType.json' from root:root to runner:runner
2025-08-20T19:16:16.8085736Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateStackGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8087289Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListResourceTypeVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.8088786Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ValidateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.8090213Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8091635Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateStack.json' from root:root to runner:runner
2025-08-20T19:16:16.8093364Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.8095103Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListResourceTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.8096742Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GenerateTemplatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8098247Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DetectStackDrift.json' from root:root to runner:runner
2025-08-20T19:16:16.8099789Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/StopStackGroupOperation.json' from root:root to runner:runner
2025-08-20T19:16:16.8101438Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackGroupOperationResults.json' from root:root to runner:runner
2025-08-20T19:16:16.8103114Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8104526Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.8105994Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8107716Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetResourceTypeTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.8109341Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateStackGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8110788Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.8112302Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetDiagnostic.json' from root:root to runner:runner
2025-08-20T19:16:16.8114093Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStack.json' from root:root to runner:runner
2025-08-20T19:16:16.8115606Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteStackGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8117065Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SetStackPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8118544Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.8120115Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/version.json' from root:root to runner:runner
2025-08-20T19:16:16.8121805Z [00:02:21.394]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackResourceDrifts.json' from root:root to runner:runner
2025-08-20T19:16:16.8123568Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTemplateScratches.json' from root:root to runner:runner
2025-08-20T19:16:16.8125131Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.8126746Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetResourceType.json' from root:root to runner:runner
2025-08-20T19:16:16.8128245Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateChangeSet.json' from root:root to runner:runner
2025-08-20T19:16:16.8129727Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SignalResource.json' from root:root to runner:runner
2025-08-20T19:16:16.8131247Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CancelUpdateStack.json' from root:root to runner:runner
2025-08-20T19:16:16.8133166Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8134708Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/PreviewStack.json' from root:root to runner:runner
2025-08-20T19:16:16.8136431Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8138004Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.8139653Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackGroupOperations.json' from root:root to runner:runner
2025-08-20T19:16:16.8141275Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateTemplateScratch.json' from root:root to runner:runner
2025-08-20T19:16:16.8143027Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListDiagnostics.json' from root:root to runner:runner
2025-08-20T19:16:16.8144581Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ContinueCreateStack.json' from root:root to runner:runner
2025-08-20T19:16:16.8146064Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8147757Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DetectStackGroupDrift.json' from root:root to runner:runner
2025-08-20T19:16:16.8149440Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SetTemplatePermission.json' from root:root to runner:runner
2025-08-20T19:16:16.8151010Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateStackInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.8152911Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackDriftDetectionStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8154476Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DetectStackResourceDrift.json' from root:root to runner:runner
2025-08-20T19:16:16.8155963Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetChangeSet.json' from root:root to runner:runner
2025-08-20T19:16:16.8157540Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackGroupOperation.json' from root:root to runner:runner
2025-08-20T19:16:16.8159083Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTemplateVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.8160899Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateStackTemplateByResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8162670Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteStack.json' from root:root to runner:runner
2025-08-20T19:16:16.8164223Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CancelStackOperation.json' from root:root to runner:runner
2025-08-20T19:16:16.8165745Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateStack.json' from root:root to runner:runner
2025-08-20T19:16:16.8167352Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.8169131Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetServiceProvisions.json' from root:root to runner:runner
2025-08-20T19:16:16.8170681Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteChangeSet.json' from root:root to runner:runner
2025-08-20T19:16:16.8172220Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateDiagnostic.json' from root:root to runner:runner
2025-08-20T19:16:16.8174214Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplateParameterConstraints.json' from root:root to runner:runner
2025-08-20T19:16:16.8175656Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros' from root:root to runner:runner
2025-08-20T19:16:16.8177412Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionModuleStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8179144Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeProtectionModuleMode.json' from root:root to runner:runner
2025-08-20T19:16:16.8180791Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8182789Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainAdvanceConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.8184519Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeCertificates.json' from root:root to runner:runner
2025-08-20T19:16:16.8186255Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainRuleGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8188156Z [00:02:21.395]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyLogServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8190103Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/CreateCertificateByCertificateId.json' from root:root to runner:runner
2025-08-20T19:16:16.8191832Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeProtectionModuleStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8193797Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionRuleCacheStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8195539Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8197448Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DeleteProtectionModuleRule.json' from root:root to runner:runner
2025-08-20T19:16:16.8199155Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/CreateProtectionModuleRule.json' from root:root to runner:runner
2025-08-20T19:16:16.8200915Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeProtectionModuleRules.json' from root:root to runner:runner
2025-08-20T19:16:16.8202678Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8204266Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/CreateDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8205782Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/version.json' from root:root to runner:runner
2025-08-20T19:16:16.8207304Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8209001Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyLogRetrievalStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8210703Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionModuleRule.json' from root:root to runner:runner
2025-08-20T19:16:16.8212372Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionModuleMode.json' from root:root to runner:runner
2025-08-20T19:16:16.8214378Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionRuleStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8216201Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeWafSourceIpSegment.json' from root:root to runner:runner
2025-08-20T19:16:16.8217850Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeInstanceSpecInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.8219524Z [00:02:21.396]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeProtectionModuleCodeConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8221198Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/CreateCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.8223129Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeCertMatchStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8224747Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainNames.json' from root:root to runner:runner
2025-08-20T19:16:16.8226383Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/SetDomainRuleGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8228106Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainBasicConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.8229744Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyDomainIpv6Status.json' from root:root to runner:runner
2025-08-20T19:16:16.8231266Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainList.json' from root:root to runner:runner
2025-08-20T19:16:16.8232941Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8234478Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeInstanceInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.8236132Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeLogServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8237537Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi' from root:root to runner:runner
2025-08-20T19:16:16.8239062Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/AssumeRoleWithSAML.json' from root:root to runner:runner
2025-08-20T19:16:16.8240698Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/GetCallerIdentity.json' from root:root to runner:runner
2025-08-20T19:16:16.8242238Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/AssumeRole.json' from root:root to runner:runner
2025-08-20T19:16:16.8243973Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/AssumeRoleWithOIDC.json' from root:root to runner:runner
2025-08-20T19:16:16.8245373Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/version.json' from root:root to runner:runner
2025-08-20T19:16:16.8246823Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts' from root:root to runner:runner
2025-08-20T19:16:16.8248545Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ExecuteDataCorrect.json' from root:root to runner:runner
2025-08-20T19:16:16.8250120Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSQLExecAuditLog.json' from root:root to runner:runner
2025-08-20T19:16:16.8251952Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectTaskDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8253909Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListProxySQLExecAuditLog.json' from root:root to runner:runner
2025-08-20T19:16:16.8255582Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDataImportSQLType.json' from root:root to runner:runner
2025-08-20T19:16:16.8257259Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ChangeColumnSecurityLevel.json' from root:root to runner:runner
2025-08-20T19:16:16.8258905Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataExportOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8260537Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTaskFlowNotification.json' from root:root to runner:runner
2025-08-20T19:16:16.8262234Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStructSyncOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8264111Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SubmitOrderApproval.json' from root:root to runner:runner
2025-08-20T19:16:16.8265865Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ResumeTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8267807Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RevokeTemplateAuthority.json' from root:root to runner:runner
2025-08-20T19:16:16.8269580Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8271283Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RetryDataCorrectPreCheck.json' from root:root to runner:runner
2025-08-20T19:16:16.8273164Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ReDeployLhDagVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.8274905Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOpLog.json' from root:root to runner:runner
2025-08-20T19:16:16.8276711Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListStandardGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.8278431Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskTimeVariables.json' from root:root to runner:runner
2025-08-20T19:16:16.8280219Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectRollbackFile.json' from root:root to runner:runner
2025-08-20T19:16:16.8281850Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteScenario.json' from root:root to runner:runner
2025-08-20T19:16:16.8283657Z [00:02:21.397]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8285286Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteLogicDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.8286942Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SyncDatabaseMeta.json' from root:root to runner:runner
2025-08-20T19:16:16.8288537Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DisableUser.json' from root:root to runner:runner
2025-08-20T19:16:16.8290150Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteLhMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.8291867Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataCronClearOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8293953Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AnalyzeSQLLineage.json' from root:root to runner:runner
2025-08-20T19:16:16.8295817Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateStandardGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8297543Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowRelations.json' from root:root to runner:runner
2025-08-20T19:16:16.8299143Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CloseOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8300989Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.8303107Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SetOwners.json' from root:root to runner:runner
2025-08-20T19:16:16.8304779Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateSLARules.json' from root:root to runner:runner
2025-08-20T19:16:16.8306525Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddLogicTableRouteConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8308262Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStructSyncJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8309984Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RevokeUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.8311682Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RefundPayAsYouGoOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8313605Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ModifyDataCorrectExecSQL.json' from root:root to runner:runner
2025-08-20T19:16:16.8315265Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowsByPage.json' from root:root to runner:runner
2025-08-20T19:16:16.8316910Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ChangeLhDagOwner.json' from root:root to runner:runner
2025-08-20T19:16:16.8318481Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8320145Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataExportOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8321944Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddTaskFlowEdges.json' from root:root to runner:runner
2025-08-20T19:16:16.8323939Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetLhSpaceByName.json' from root:root to runner:runner
2025-08-20T19:16:16.8325567Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateScenario.json' from root:root to runner:runner
2025-08-20T19:16:16.8327332Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetAuthorityTemplateItem.json' from root:root to runner:runner
2025-08-20T19:16:16.8329217Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/PublishAndDeployTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.8330991Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListProxyAccesses.json' from root:root to runner:runner
2025-08-20T19:16:16.8332903Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListInstanceLoginAuditLog.json' from root:root to runner:runner
2025-08-20T19:16:16.8334520Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ExecuteStructSync.json' from root:root to runner:runner
2025-08-20T19:16:16.8336142Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetProxyAccess.json' from root:root to runner:runner
2025-08-20T19:16:16.8337876Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSensitivityLevel.json' from root:root to runner:runner
2025-08-20T19:16:16.8339459Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/BackFill.json' from root:root to runner:runner
2025-08-20T19:16:16.8341266Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateProcCorrectOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8343138Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ExecuteDataExport.json' from root:root to runner:runner
2025-08-20T19:16:16.8344817Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateLogicDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.8346480Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListWorkFlowTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.8348322Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowConstants.json' from root:root to runner:runner
2025-08-20T19:16:16.8350055Z [00:02:21.398]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:16.8351742Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.8353642Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ReRunTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8355495Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDatabaseExportOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8357204Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDBTopology.json' from root:root to runner:runner
2025-08-20T19:16:16.8358749Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SearchTable.json' from root:root to runner:runner
2025-08-20T19:16:16.8361064Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.8363293Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowNotification.json' from root:root to runner:runner
2025-08-20T19:16:16.8365257Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDataImportSQLPreCheckDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8367177Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateStandardGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8368970Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStructSyncExecSqlDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8373345Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTableTopology.json' from root:root to runner:runner
2025-08-20T19:16:16.8375077Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8377367Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListLogicTables.json' from root:root to runner:runner
2025-08-20T19:16:16.8379419Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDAGVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.8381280Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDatabases.json' from root:root to runner:runner
2025-08-20T19:16:16.8383340Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDesensitizationRule.json' from root:root to runner:runner
2025-08-20T19:16:16.8385012Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSQLReviewOriginSQL.json' from root:root to runner:runner
2025-08-20T19:16:16.8386578Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddLhMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.8388322Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:16.8391673Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTaskInstanceRelation.json' from root:root to runner:runner
2025-08-20T19:16:16.8394310Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDBTaskSQLJob.json' from root:root to runner:runner
2025-08-20T19:16:16.8396563Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.8398724Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataImportOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8400976Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetSQLReviewOptimizeDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8403378Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataTrackOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8405425Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.8407499Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SearchDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.8409650Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateProxyAccess.json' from root:root to runner:runner
2025-08-20T19:16:16.8411446Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDbExportDownloadURL.json' from root:root to runner:runner
2025-08-20T19:16:16.8414167Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8416327Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowConstants.json' from root:root to runner:runner
2025-08-20T19:16:16.8418270Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/MoveTaskFlowToScenario.json' from root:root to runner:runner
2025-08-20T19:16:16.8420045Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RestartDataCorrectSQLJob.json' from root:root to runner:runner
2025-08-20T19:16:16.8421880Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ExecuteScript.json' from root:root to runner:runner
2025-08-20T19:16:16.8423930Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/PreviewWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:16.8425713Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListClassificationTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.8427503Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/PauseDataCorrectSQLJob.json' from root:root to runner:runner
2025-08-20T19:16:16.8429275Z [00:02:21.399]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataExportDownloadURL.json' from root:root to runner:runner
2025-08-20T19:16:16.8430963Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataTrackJobDegree.json' from root:root to runner:runner
2025-08-20T19:16:16.8432905Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDBTaskSQLJobLog.json' from root:root to runner:runner
2025-08-20T19:16:16.8434632Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteLogicTableRouteConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8436378Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataCorrectOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8438137Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/MakeTaskFlowInstanceSuccess.json' from root:root to runner:runner
2025-08-20T19:16:16.8439833Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateUploadOSSFileJob.json' from root:root to runner:runner
2025-08-20T19:16:16.8441574Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateFreeLockCorrectOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8443664Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetIntervalLimitOfSLA.json' from root:root to runner:runner
2025-08-20T19:16:16.8445504Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ChangeColumnSecLevel.json' from root:root to runner:runner
2025-08-20T19:16:16.8447147Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListLogicDatabases.json' from root:root to runner:runner
2025-08-20T19:16:16.8448838Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.8450664Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetPhysicalDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.8452774Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataExportPreCheckDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8454451Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/StopTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8456098Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GrantTemplateAuthority.json' from root:root to runner:runner
2025-08-20T19:16:16.8457830Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowEdgesByCondition.json' from root:root to runner:runner
2025-08-20T19:16:16.8459575Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStructSyncJobAnalyzeResult.json' from root:root to runner:runner
2025-08-20T19:16:16.8461211Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.8463016Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateScenario.json' from root:root to runner:runner
2025-08-20T19:16:16.8464753Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataTrackJobTableMeta.json' from root:root to runner:runner
2025-08-20T19:16:16.8466481Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.8468105Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/EnableUser.json' from root:root to runner:runner
2025-08-20T19:16:16.8469957Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/BuyPayAsYouGoOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8471868Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListInstanceUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:16.8473656Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetProxy.json' from root:root to runner:runner
2025-08-20T19:16:16.8475387Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowSchedule.json' from root:root to runner:runner
2025-08-20T19:16:16.8477354Z [00:02:21.400]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCronClearTaskDetailList.json' from root:root to runner:runner
2025-08-20T19:16:16.8479172Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateUploadFileJob.json' from root:root to runner:runner
2025-08-20T19:16:16.8480852Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTaskFlowGraph.json' from root:root to runner:runner
2025-08-20T19:16:16.8482838Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowTimeVariables.json' from root:root to runner:runner
2025-08-20T19:16:16.8484559Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/version.json' from root:root to runner:runner
2025-08-20T19:16:16.8486261Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.8487934Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOnlineDDLProgress.json' from root:root to runner:runner
2025-08-20T19:16:16.8489618Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataArchiveOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8491348Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListLhTaskFlowAndScenario.json' from root:root to runner:runner
2025-08-20T19:16:16.8493249Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateLakeHouseSpace.json' from root:root to runner:runner
2025-08-20T19:16:16.8494998Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SkipDataCorrectRowCheck.json' from root:root to runner:runner
2025-08-20T19:16:16.8496763Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectSQLFile.json' from root:root to runner:runner
2025-08-20T19:16:16.8498654Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskOutput.json' from root:root to runner:runner
2025-08-20T19:16:16.8500464Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RegisterInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8502098Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOrderBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.8503872Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8505629Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.8507617Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ModifyDesensitizationStrategy.json' from root:root to runner:runner
2025-08-20T19:16:16.8509470Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/QueryDataTrackResultDownloadStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8511281Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetSQLReviewCheckResultStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8513146Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.8514764Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateProxy.json' from root:root to runner:runner
2025-08-20T19:16:16.8516532Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SubmitStructSyncOrderApproval.json' from root:root to runner:runner
2025-08-20T19:16:16.8518099Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListIndexes.json' from root:root to runner:runner
2025-08-20T19:16:16.8519687Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListScenarios.json' from root:root to runner:runner
2025-08-20T19:16:16.8521408Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowNameAndDesc.json' from root:root to runner:runner
2025-08-20T19:16:16.8523245Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateAuthorityTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.8524989Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8526846Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/InspectProxyAccessSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.8528499Z [00:02:21.401]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataTrackOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8530148Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListEffectiveOrders.json' from root:root to runner:runner
2025-08-20T19:16:16.8531941Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateSQLReviewOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8533933Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListColumns.json' from root:root to runner:runner
2025-08-20T19:16:16.8535716Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDataCorrectPreCheckSQL.json' from root:root to runner:runner
2025-08-20T19:16:16.8537330Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/OfflineTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.8539065Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDBTaskSQLJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8540735Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStandardGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8542580Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetLogicDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.8544341Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowCooperators.json' from root:root to runner:runner
2025-08-20T19:16:16.8546024Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteStandardGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8547715Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataImportSQL.json' from root:root to runner:runner
2025-08-20T19:16:16.8549399Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListWorkFlowNodes.json' from root:root to runner:runner
2025-08-20T19:16:16.8551049Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowOwner.json' from root:root to runner:runner
2025-08-20T19:16:16.8553118Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSensitiveColumns.json' from root:root to runner:runner
2025-08-20T19:16:16.8555031Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreatePublishGroupTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8556729Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDataCorrectPreCheckDB.json' from root:root to runner:runner
2025-08-20T19:16:16.8558388Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteLakeHouseSpace.json' from root:root to runner:runner
2025-08-20T19:16:16.8560118Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8561851Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8563881Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetClassificationTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.8565650Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOwnerApplyOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8567542Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSensitiveColumnsDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8569322Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDatabaseExportOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8570898Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListOrders.json' from root:root to runner:runner
2025-08-20T19:16:16.8572777Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskName.json' from root:root to runner:runner
2025-08-20T19:16:16.8574933Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowEdges.json' from root:root to runner:runner
2025-08-20T19:16:16.8576732Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListLogicTableRouteConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8578453Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOrderAttachmentFile.json' from root:root to runner:runner
2025-08-20T19:16:16.8580220Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTables.json' from root:root to runner:runner
2025-08-20T19:16:16.8582028Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTasksInTaskFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.8583967Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDatabaseUserPermssions.json' from root:root to runner:runner
2025-08-20T19:16:16.8585674Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCronClearConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8587478Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListUserTenants.json' from root:root to runner:runner
2025-08-20T19:16:16.8589402Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DownloadDataTrackResult.json' from root:root to runner:runner
2025-08-20T19:16:16.8591008Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SyncInstanceMeta.json' from root:root to runner:runner
2025-08-20T19:16:16.8592969Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataArchiveOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8594691Z [00:02:21.402]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteProxyAccess.json' from root:root to runner:runner
2025-08-20T19:16:16.8596314Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:16.8598133Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteTaskFlowEdgesByCondition.json' from root:root to runner:runner
2025-08-20T19:16:16.8599727Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RegisterUser.json' from root:root to runner:runner
2025-08-20T19:16:16.8601501Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowTimeVariables.json' from root:root to runner:runner
2025-08-20T19:16:16.8603443Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowCooperators.json' from root:root to runner:runner
2025-08-20T19:16:16.8605074Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ApproveOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8606825Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SuspendTaskFlowInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8608718Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetMetaTableDetailInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.8610611Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:16.8612283Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskContent.json' from root:root to runner:runner
2025-08-20T19:16:16.8614075Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListProxies.json' from root:root to runner:runner
2025-08-20T19:16:16.8615948Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SearchDataTrackResult.json' from root:root to runner:runner
2025-08-20T19:16:16.8617780Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/EditLogicDatabase.json' from root:root to runner:runner
2025-08-20T19:16:16.8619504Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetUserUploadFileJob.json' from root:root to runner:runner
2025-08-20T19:16:16.8621193Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetApprovalDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8623134Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GrantUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.8624782Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTableDBTopology.json' from root:root to runner:runner
2025-08-20T19:16:16.8626567Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSensitiveDataAuditLog.json' from root:root to runner:runner
2025-08-20T19:16:16.8628244Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddDesensitizationRule.json' from root:root to runner:runner
2025-08-20T19:16:16.8629900Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetMetaTableColumn.json' from root:root to runner:runner
2025-08-20T19:16:16.8631553Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetPermApplyOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8633372Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDefaultSLARules.json' from root:root to runner:runner
2025-08-20T19:16:16.8635154Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ModifyInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8636982Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDDLPublishRecords.json' from root:root to runner:runner
2025-08-20T19:16:16.8638544Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteProxy.json' from root:root to runner:runner
2025-08-20T19:16:16.8640145Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetPagedInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8642010Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8644029Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8645734Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetRuleNumLimitOfSLA.json' from root:root to runner:runner
2025-08-20T19:16:16.8647406Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateStructSyncOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.8649055Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataArchiveCount.json' from root:root to runner:runner
2025-08-20T19:16:16.8650640Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSLARules.json' from root:root to runner:runner
2025-08-20T19:16:16.8652264Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetUserActiveTenant.json' from root:root to runner:runner
2025-08-20T19:16:16.8653892Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise' from root:root to runner:runner
2025-08-20T19:16:16.8655421Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:16.8656915Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/CloseCreatedBy.json' from root:root to runner:runner
2025-08-20T19:16:16.8658415Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8659978Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/CreateTags.json' from root:root to runner:runner
2025-08-20T19:16:16.8661741Z [00:02:21.403]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DeleteTag.json' from root:root to runner:runner
2025-08-20T19:16:16.8663715Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DisablePolicyType.json' from root:root to runner:runner
2025-08-20T19:16:16.8665321Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListResourcesByTag.json' from root:root to runner:runner
2025-08-20T19:16:16.8666880Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/EnablePolicyType.json' from root:root to runner:runner
2025-08-20T19:16:16.8668662Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListConfigRulesForTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.8670317Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.8671851Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DetachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8673718Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListPoliciesForTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.8675319Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ModifyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8676907Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/OpenCreatedBy.json' from root:root to runner:runner
2025-08-20T19:16:16.8678536Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListSupportResourceTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.8680019Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8681552Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8683399Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/CheckCreatedByEnabled.json' from root:root to runner:runner
2025-08-20T19:16:16.8684925Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.8686482Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GetEffectivePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8688020Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GetConfigRuleReport.json' from root:root to runner:runner
2025-08-20T19:16:16.8689646Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/version.json' from root:root to runner:runner
2025-08-20T19:16:16.8691364Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GetPolicyEnableStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8693242Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GenerateConfigRuleReport.json' from root:root to runner:runner
2025-08-20T19:16:16.8694969Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.8696675Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GetPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8698359Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8699858Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8701434Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListTargetsForPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8703143Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/AttachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8704550Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag' from root:root to runner:runner
2025-08-20T19:16:16.8706182Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8707834Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8709572Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/CreateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8711391Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ListConsumerGroupSubscriptions.json' from root:root to runner:runner
2025-08-20T19:16:16.8713215Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ListConsumerGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.8714773Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.8716551Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/GetConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8718178Z [00:02:21.404]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/GetTopic.json' from root:root to runner:runner
2025-08-20T19:16:16.8719805Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/UpdateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8721355Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ResetConsumeOffset.json' from root:root to runner:runner
2025-08-20T19:16:16.8723146Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ListTopics.json' from root:root to runner:runner
2025-08-20T19:16:16.8724760Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8726199Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/version.json' from root:root to runner:runner
2025-08-20T19:16:16.8727774Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/UpdateTopic.json' from root:root to runner:runner
2025-08-20T19:16:16.8729337Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/DeleteTopic.json' from root:root to runner:runner
2025-08-20T19:16:16.8730888Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/DeleteConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8732326Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/GetInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8734023Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/UpdateInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.8735547Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/CreateTopic.json' from root:root to runner:runner
2025-08-20T19:16:16.8736897Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq' from root:root to runner:runner
2025-08-20T19:16:16.8738456Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateRealTimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.8740027Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetCdnDomainSMCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.8741682Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/AddFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.8743586Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRegionData.json' from root:root to runner:runner
2025-08-20T19:16:16.8745357Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.8746975Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainTopClientIpVisit.json' from root:root to runner:runner
2025-08-20T19:16:16.8748755Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSMCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8750438Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDeliverList.json' from root:root to runner:runner
2025-08-20T19:16:16.8752063Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserBillHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.8753885Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetWaitingRoomConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8755605Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainBpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:16.8757213Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainsBySource.json' from root:root to runner:runner
2025-08-20T19:16:16.8758806Z [00:02:21.405]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ModifyCdnDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:16.8760513Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainBpsDataByTimeStamp.json' from root:root to runner:runner
2025-08-20T19:16:16.8762150Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainCname.json' from root:root to runner:runner
2025-08-20T19:16:16.8763926Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ModifyCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8765566Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCertificateInfoByID.json' from root:root to runner:runner
2025-08-20T19:16:16.8767122Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/PushObjectCache.json' from root:root to runner:runner
2025-08-20T19:16:16.8768834Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/StartCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8770584Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnReportList.json' from root:root to runner:runner
2025-08-20T19:16:16.8772120Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateCdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8773841Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/OpenCdnService.json' from root:root to runner:runner
2025-08-20T19:16:16.8775665Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainVerifyData.json' from root:root to runner:runner
2025-08-20T19:16:16.8777551Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserUsageDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8779345Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeByteHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:16.8781059Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSSLCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:16.8783038Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.8784659Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateCdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8786282Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserBillType.json' from root:root to runner:runner
2025-08-20T19:16:16.8788023Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateUserUsageDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8789754Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainDetailDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:16.8791375Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListUserCustomLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8793332Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/PublishStagingConfigToProduction.json' from root:root to runner:runner
2025-08-20T19:16:16.8794956Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8796752Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ChangeCdnDomainToDcdn.json' from root:root to runner:runner
2025-08-20T19:16:16.8798427Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/UpdateFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.8799976Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/UpdateCdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8801697Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.8803730Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSMCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:16.8805421Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchAddCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8806941Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserTags.json' from root:root to runner:runner
2025-08-20T19:16:16.8808487Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchUpdateCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8810160Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnConditionIPBInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.8811757Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchDescribeCdnIpInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.8813507Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetReqHeaderConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8814983Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.8816858Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainTopUrlVisit.json' from root:root to runner:runner
2025-08-20T19:16:16.8818699Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchDeleteCdnDomainConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8820288Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchStartCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8821946Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserVipsByDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8823940Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnCertificateDetailById.json' from root:root to runner:runner
2025-08-20T19:16:16.8825609Z [00:02:21.406]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetCdnDomainSSLCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.8827250Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeVerifyContent.json' from root:root to runner:runner
2025-08-20T19:16:16.8828920Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainQpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:16.8830677Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8832712Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDeletedDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.8834443Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainsUsageByDay.json' from root:root to runner:runner
2025-08-20T19:16:16.8836099Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeEsExceptionData.json' from root:root to runner:runner
2025-08-20T19:16:16.8837902Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainHttpCodeDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:16.8839670Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.8841313Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeBlockedRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.8843201Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainCcActivityLog.json' from root:root to runner:runner
2025-08-20T19:16:16.8844993Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeStagingIp.json' from root:root to runner:runner
2025-08-20T19:16:16.8846847Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateCdnCertificateSigningRequest.json' from root:root to runner:runner
2025-08-20T19:16:16.8848560Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:16.8850115Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRefreshTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.8851840Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnMigrateRegisterStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8853630Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainPvData.json' from root:root to runner:runner
2025-08-20T19:16:16.8855333Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteUsageDetailDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8856553Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetDomainServerCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.8857581Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.8858588Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserUsageDetailDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8859389Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/AddCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8860262Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.8861079Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainLogs.json' from root:root to runner:runner
2025-08-20T19:16:16.8861919Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserDomainsByFunc.json' from root:root to runner:runner
2025-08-20T19:16:16.8863056Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/VerifyDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:16.8863932Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListRealtimeLogDeliveryInfos.json' from root:root to runner:runner
2025-08-20T19:16:16.8864934Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnHttpsDomainList.json' from root:root to runner:runner
2025-08-20T19:16:16.8865905Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainMultiUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.8866698Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSubList.json' from root:root to runner:runner
2025-08-20T19:16:16.8867473Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteCdnSubTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8868261Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8869096Z [00:02:21.407]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:16.8869914Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/RefreshObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:16.8870721Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainUsageData.json' from root:root to runner:runner
2025-08-20T19:16:16.8871590Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainISPData.json' from root:root to runner:runner
2025-08-20T19:16:16.8872672Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:16.8873531Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8874376Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeTopDomainsByFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.8875228Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DisableRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.8876036Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.8876805Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/StopCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8877619Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListDomainsByLogConfigId.json' from root:root to runner:runner
2025-08-20T19:16:16.8878487Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSecFuncInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.8879362Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRefreshTaskById.json' from root:root to runner:runner
2025-08-20T19:16:16.8880091Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/version.json' from root:root to runner:runner
2025-08-20T19:16:16.8880943Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnOrderCommodityCode.json' from root:root to runner:runner
2025-08-20T19:16:16.8881756Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.8882755Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CheckCdnDomainICP.json' from root:root to runner:runner
2025-08-20T19:16:16.8883606Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteUserUsageDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8884450Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainByCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.8885306Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeIpStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.8886168Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/RollbackStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8886950Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.8887782Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRealtimeDeliveryAcc.json' from root:root to runner:runner
2025-08-20T19:16:16.8888672Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeSrcHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.8889501Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetCdnDomainCSRCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.8890359Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserCertificateExpireCount.json' from root:root to runner:runner
2025-08-20T19:16:16.8891259Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeQpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.8892038Z [00:02:21.408]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnReport.json' from root:root to runner:runner
2025-08-20T19:16:16.8893180Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserBillPrediction.json' from root:root to runner:runner
2025-08-20T19:16:16.8894032Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteRealTimeLogLogstore.json' from root:root to runner:runner
2025-08-20T19:16:16.8894858Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.8895669Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainQpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.8896430Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8897224Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeFCTrigger.json' from root:root to runner:runner
2025-08-20T19:16:16.8898073Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8899023Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ModifyRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.8899801Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeIpInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.8907053Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchSetCdnDomainServerCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.8908143Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CdnMigrateRegister.json' from root:root to runner:runner
2025-08-20T19:16:16.8909080Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.8909946Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcQpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.8910819Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.8911806Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListRealtimeLogDeliveryDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.8912810Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8913649Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/EnableRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.8914468Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainPathData.json' from root:root to runner:runner
2025-08-20T19:16:16.8915320Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.8916115Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchStopCdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8916955Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainCustomLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8917803Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:16.8918675Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteCdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8919566Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteSpecificStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8920385Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnRegionAndIsp.json' from root:root to runner:runner
2025-08-20T19:16:16.8921224Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcTopUrlVisit.json' from root:root to runner:runner
2025-08-20T19:16:16.8922072Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8922976Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CheckCdnDomainExist.json' from root:root to runner:runner
2025-08-20T19:16:16.8923803Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetCdnDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8924608Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeEsExecuteData.json' from root:root to runner:runner
2025-08-20T19:16:16.8925483Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeL2VipsByDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8926368Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.8927251Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.8928075Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:16.8928945Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainAverageResponseTime.json' from root:root to runner:runner
2025-08-20T19:16:16.8929773Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:16.8930591Z [00:02:21.409]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribePreloadDetailById.json' from root:root to runner:runner
2025-08-20T19:16:16.8931407Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainMax95BpsData.json' from root:root to runner:runner
2025-08-20T19:16:16.8932274Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnWafDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.8933306Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:16.8934202Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRangeDataByLocateAndIspService.json' from root:root to runner:runner
2025-08-20T19:16:16.8935029Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainTopReferVisit.json' from root:root to runner:runner
2025-08-20T19:16:16.8935835Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:16.8936661Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRefreshQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.8937511Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.8938856Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnService.json' from root:root to runner:runner
2025-08-20T19:16:16.8940525Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:16.8942235Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/UpdateCdnDeliverTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8944149Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.8945852Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeDetailData.json' from root:root to runner:runner
2025-08-20T19:16:16.8947515Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainUvData.json' from root:root to runner:runner
2025-08-20T19:16:16.8949258Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateUsageDetailDataExportTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8950896Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchSetCdnDomainConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8952820Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ModifyCdnDomainSchdmByProperty.json' from root:root to runner:runner
2025-08-20T19:16:16.8954632Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCustomLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8956150Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn' from root:root to runner:runner
2025-08-20T19:16:16.8957717Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyLDAPConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.8959425Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeAutoSnapshotTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.8961054Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8962851Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeLogAnalysis.json' from root:root to runner:runner
2025-08-20T19:16:16.8964411Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.8965985Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/OpenNASService.json' from root:root to runner:runner
2025-08-20T19:16:16.8967787Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateAccessGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.8969736Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListRecentlyRecycledDirectories.json' from root:root to runner:runner
2025-08-20T19:16:16.8971274Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyFileset.json' from root:root to runner:runner
2025-08-20T19:16:16.8973059Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeAccessRules.json' from root:root to runner:runner
2025-08-20T19:16:16.8974694Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeBlackListClients.json' from root:root to runner:runner
2025-08-20T19:16:16.8975704Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeDataFlows.json' from root:root to runner:runner
2025-08-20T19:16:16.8977223Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeMountTargets.json' from root:root to runner:runner
2025-08-20T19:16:16.8978820Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8980542Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyDataFlowAutoRefresh.json' from root:root to runner:runner
2025-08-20T19:16:16.8982026Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/AddTags.json' from root:root to runner:runner
2025-08-20T19:16:16.8983720Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:16.8985116Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:16.8986595Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListDirectoriesAndFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.8987559Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.8988333Z [00:02:21.410]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelDirQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.8989152Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/RetryLifecycleRetrieveJob.json' from root:root to runner:runner
2025-08-20T19:16:16.8990161Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateLifecycleRetrieveJob.json' from root:root to runner:runner
2025-08-20T19:16:16.8990986Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/RemoveTags.json' from root:root to runner:runner
2025-08-20T19:16:16.8991809Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8992808Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateFileset.json' from root:root to runner:runner
2025-08-20T19:16:16.8993707Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:16.8994573Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelDataFlowTask.json' from root:root to runner:runner
2025-08-20T19:16:16.8995378Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateProtocolService.json' from root:root to runner:runner
2025-08-20T19:16:16.8996176Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyLifecyclePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.8997018Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListLifecycleRetrieveJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.8997817Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeAccessGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.8998557Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateFile.json' from root:root to runner:runner
2025-08-20T19:16:16.8999343Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:16.9000166Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9001004Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeFileSystemStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.9001819Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeStoragePackages.json' from root:root to runner:runner
2025-08-20T19:16:16.9002777Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateLogAnalysis.json' from root:root to runner:runner
2025-08-20T19:16:16.9003643Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ResetFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:16.9004470Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DisableAndCleanRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:16.9005338Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeProtocolService.json' from root:root to runner:runner
2025-08-20T19:16:16.9006152Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeLifecyclePolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.9006913Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DisableNfsAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.9007792Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ApplyDataFlowAutoRefresh.json' from root:root to runner:runner
2025-08-20T19:16:16.9008617Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9009422Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateLifecyclePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9010154Z [00:02:21.411]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/version.json' from root:root to runner:runner
2025-08-20T19:16:16.9010959Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeMountedClients.json' from root:root to runner:runner
2025-08-20T19:16:16.9011739Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyAccessGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9012877Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/RemoveClientFromBlackList.json' from root:root to runner:runner
2025-08-20T19:16:16.9013677Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteLogAnalysis.json' from root:root to runner:runner
2025-08-20T19:16:16.9014498Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyProtocolMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.9015310Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/GetRecycleBinAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9016123Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateRecycleBinDeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:16.9016897Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.9017852Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelLifecycleRetrieveJob.json' from root:root to runner:runner
2025-08-20T19:16:16.9018698Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.9019499Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyProtocolService.json' from root:root to runner:runner
2025-08-20T19:16:16.9020267Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeDirQuotas.json' from root:root to runner:runner
2025-08-20T19:16:16.9021125Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/SetDirQuota.json' from root:root to runner:runner
2025-08-20T19:16:16.9022004Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateProtocolMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.9023076Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/StartDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.9023858Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteFileset.json' from root:root to runner:runner
2025-08-20T19:16:16.9024630Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DisableSmbAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.9025402Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9026148Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/EnableSmbAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.9026959Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateLDAPConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9027738Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/EnableNfsAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.9028537Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteAccessGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9029300Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.9030158Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListRecycledDirectoriesAndFiles.json' from root:root to runner:runner
2025-08-20T19:16:16.9031011Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9031906Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/GetDirectoryOrFileProperties.json' from root:root to runner:runner
2025-08-20T19:16:16.9032925Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeFilesets.json' from root:root to runner:runner
2025-08-20T19:16:16.9033721Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:16.9034674Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateRecycleBinRestoreJob.json' from root:root to runner:runner
2025-08-20T19:16:16.9035541Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteProtocolService.json' from root:root to runner:runner
2025-08-20T19:16:16.9036331Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/UpgradeFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:16.9037110Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.9037909Z [00:02:21.412]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/AddClientToBlackList.json' from root:root to runner:runner
2025-08-20T19:16:16.9038674Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:16.9039457Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelRecycleBinJob.json' from root:root to runner:runner
2025-08-20T19:16:16.9040219Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.9041003Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateDataFlowTask.json' from root:root to runner:runner
2025-08-20T19:16:16.9041782Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateAccessRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9042723Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:16.9043569Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeProtocolMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.9044421Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/EnableRecycleBin.json' from root:root to runner:runner
2025-08-20T19:16:16.9045251Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.9046076Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteProtocolMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.9046884Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ApplyAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9047748Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteLifecyclePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9048557Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifySmbAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.9049376Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/UpdateRecycleBinAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9050192Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9051016Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelDataFlowAutoRefresh.json' from root:root to runner:runner
2025-08-20T19:16:16.9051812Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeFileSystems.json' from root:root to runner:runner
2025-08-20T19:16:16.9052807Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/StopDataFlow.json' from root:root to runner:runner
2025-08-20T19:16:16.9053600Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeSmbAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.9054412Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeDataFlowTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.9055213Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListRecycleBinJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.9055985Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:16.9056744Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeNfsAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.9057612Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteLDAPConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9058509Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeAutoSnapshotPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.9059195Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas' from root:root to runner:runner
2025-08-20T19:16:16.9059972Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:16.9060755Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewaySpec.json' from root:root to runner:runner
2025-08-20T19:16:16.9061577Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAnsServices.json' from root:root to runner:runner
2025-08-20T19:16:16.9062656Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteAuth.json' from root:root to runner:runner
2025-08-20T19:16:16.9063571Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateClusterSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.9064353Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ImportServices.json' from root:root to runner:runner
2025-08-20T19:16:16.9065136Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryClusterInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.9065880Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9066659Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9067489Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryAllSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9068331Z [00:02:21.413]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteWafStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9069094Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateZnode.json' from root:root to runner:runner
2025-08-20T19:16:16.9069848Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9070646Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListListenersByConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9071494Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListServiceSource.json' from root:root to runner:runner
2025-08-20T19:16:16.9072580Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListApplicationsWithTagRules.json' from root:root to runner:runner
2025-08-20T19:16:16.9073525Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayAuthConsumer.json' from root:root to runner:runner
2025-08-20T19:16:16.9074349Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayAuthConsumer.json' from root:root to runner:runner
2025-08-20T19:16:16.9075250Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewayAuthConsumer.json' from root:root to runner:runner
2025-08-20T19:16:16.9076107Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListListenersByIp.json' from root:root to runner:runner
2025-08-20T19:16:16.9076887Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListNamingTrack.json' from root:root to runner:runner
2025-08-20T19:16:16.9077689Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListSecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9078480Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNacosService.json' from root:root to runner:runner
2025-08-20T19:16:16.9079260Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:16.9080018Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddMockRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9080883Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/OrderClusterHealthCheckRiskNotice.json' from root:root to runner:runner
2025-08-20T19:16:16.9081644Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListFlowRules.json' from root:root to runner:runner
2025-08-20T19:16:16.9082643Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayAuthConsumerResource.json' from root:root to runner:runner
2025-08-20T19:16:16.9083476Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.9084254Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ApplyGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.9085117Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/OfflineGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.9085989Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListExportZookeeperData.json' from root:root to runner:runner
2025-08-20T19:16:16.9086736Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetPlugins.json' from root:root to runner:runner
2025-08-20T19:16:16.9087504Z [00:02:21.414]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.9088430Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ImportZookeeperData.json' from root:root to runner:runner
2025-08-20T19:16:16.9089257Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusterTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.9090077Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryClusterSpecification.json' from root:root to runner:runner
2025-08-20T19:16:16.9090912Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteHTTPRewrite.json' from root:root to runner:runner
2025-08-20T19:16:16.9091697Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewaySlb.json' from root:root to runner:runner
2025-08-20T19:16:16.9092585Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.9093344Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewaySlb.json' from root:root to runner:runner
2025-08-20T19:16:16.9094101Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/RetryCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9094877Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/RemoveAuthPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9095719Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateMseServiceApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.9096539Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteHeaderOp.json' from root:root to runner:runner
2025-08-20T19:16:16.9097331Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNacosInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.9098198Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateNacosInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.9099039Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdatePluginConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9099813Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddServiceSource.json' from root:root to runner:runner
2025-08-20T19:16:16.9100587Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayService.json' from root:root to runner:runner
2025-08-20T19:16:16.9101418Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteFlowRules.json' from root:root to runner:runner
2025-08-20T19:16:16.9102251Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayName.json' from root:root to runner:runner
2025-08-20T19:16:16.9103188Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayAuthConsumer.json' from root:root to runner:runner
2025-08-20T19:16:16.9103969Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9104764Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListEurekaInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9105592Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteCircuitBreakerRules.json' from root:root to runner:runner
2025-08-20T19:16:16.9106411Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusterHealthCheckTask.json' from root:root to runner:runner
2025-08-20T19:16:16.9107228Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/PutClusterHealthCheckTask.json' from root:root to runner:runner
2025-08-20T19:16:16.9108087Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateOrUpdateSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9108923Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.9109823Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayAuthConsumerResourceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9110619Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateEngineNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.9111494Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetNacosHistoryConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9112312Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9113453Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusterVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.9114225Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAnsInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9115097Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetBlackWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.9115937Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetEngineNamepace.json' from root:root to runner:runner
2025-08-20T19:16:16.9116733Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayOption.json' from root:root to runner:runner
2025-08-20T19:16:16.9117509Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.9118310Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayService.json' from root:root to runner:runner
2025-08-20T19:16:16.9119104Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListEngineNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:16.9119883Z [00:02:21.415]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryInstancesInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.9120653Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9121436Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListEurekaServices.json' from root:root to runner:runner
2025-08-20T19:16:16.9122229Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateNacosInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.9123183Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListNacosHistoryConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.9123999Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetZookeeperDataImportUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.9124906Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewayServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.9125747Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateNacosService.json' from root:root to runner:runner
2025-08-20T19:16:16.9126551Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListZnodeChildren.json' from root:root to runner:runner
2025-08-20T19:16:16.9127347Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/FetchLosslessRuleList.json' from root:root to runner:runner
2025-08-20T19:16:16.9128156Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddSSLCert.json' from root:root to runner:runner
2025-08-20T19:16:16.9128978Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddAuthPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9129790Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteRetry.json' from root:root to runner:runner
2025-08-20T19:16:16.9130569Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ExportNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9131323Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateZnode.json' from root:root to runner:runner
2025-08-20T19:16:16.9132109Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9132959Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9133750Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteServiceSource.json' from root:root to runner:runner
2025-08-20T19:16:16.9134545Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ExportZookeeperData.json' from root:root to runner:runner
2025-08-20T19:16:16.9135341Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetLosslessRuleByApp.json' from root:root to runner:runner
2025-08-20T19:16:16.9136149Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.9136899Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetMseSource.json' from root:root to runner:runner
2025-08-20T19:16:16.9137740Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.9138518Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryZnodeDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.9139419Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateBlackWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.9140172Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/PullServices.json' from root:root to runner:runner
2025-08-20T19:16:16.9140965Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QuerySwimmingLaneById.json' from root:root to runner:runner
2025-08-20T19:16:16.9141811Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetKubernetesSource.json' from root:root to runner:runner
2025-08-20T19:16:16.9142772Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryClusterDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.9143562Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryGatewayRegion.json' from root:root to runner:runner
2025-08-20T19:16:16.9144424Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayAuthConsumerResource.json' from root:root to runner:runner
2025-08-20T19:16:16.9145239Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayRouteOnAuth.json' from root:root to runner:runner
2025-08-20T19:16:16.9146095Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAppBySwimmingLaneGroupTags.json' from root:root to runner:runner
2025-08-20T19:16:16.9146885Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetApplicationList.json' from root:root to runner:runner
2025-08-20T19:16:16.9147648Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.9148430Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9149208Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryGatewayType.json' from root:root to runner:runner
2025-08-20T19:16:16.9149961Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QuerySlbSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.9150780Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteTimeout.json' from root:root to runner:runner
2025-08-20T19:16:16.9151601Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteZnode.json' from root:root to runner:runner
2025-08-20T19:16:16.9152706Z [00:02:21.416]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetPluginConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9153567Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateEngineNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.9154382Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteAuthResource.json' from root:root to runner:runner
2025-08-20T19:16:16.9155260Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListInstanceCount.json' from root:root to runner:runner
2025-08-20T19:16:16.9156147Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayServiceDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.9156940Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateNacosService.json' from root:root to runner:runner
2025-08-20T19:16:16.9157729Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetServiceListeners.json' from root:root to runner:runner
2025-08-20T19:16:16.9158475Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/version.json' from root:root to runner:runner
2025-08-20T19:16:16.9159262Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.9160019Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateSSLCert.json' from root:root to runner:runner
2025-08-20T19:16:16.9160786Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateFlowRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9161574Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateNacosCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9162355Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListNacosConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.9163362Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.9164142Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ImportNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9165047Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetAppMessageQueueRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.9165948Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayAuthConsumerDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.9166820Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ModifyGovernanceKubernetesCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9167636Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusterConnectionTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.9168479Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetImportFileUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.9169313Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.9170089Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayOption.json' from root:root to runner:runner
2025-08-20T19:16:16.9170860Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9171647Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetServiceListPage.json' from root:root to runner:runner
2025-08-20T19:16:16.9172554Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/SelectGatewaySlb.json' from root:root to runner:runner
2025-08-20T19:16:16.9173411Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayAuthConsumerStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9174196Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNacosConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.9174977Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ApplyTagPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.9175801Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateMessageQueueRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.9176566Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateFlowRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9177440Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayServiceTrafficPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9178286Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetOverview.json' from root:root to runner:runner
2025-08-20T19:16:16.9179109Z [00:02:21.417]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewaySlb.json' from root:root to runner:runner
2025-08-20T19:16:16.9179887Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateAuthPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9180638Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9181448Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListZkTrack.json' from root:root to runner:runner
2025-08-20T19:16:16.9182253Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.9183182Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryAllSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:16.9184023Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetTagsBySwimmingLaneGroupId.json' from root:root to runner:runner
2025-08-20T19:16:16.9184805Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.9185612Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayRouteDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.9186358Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9187216Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayAuthConsumerResource.json' from root:root to runner:runner
2025-08-20T19:16:16.9187985Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpgradeCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9188758Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAuthPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9189547Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ModifyLosslessRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9190353Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteSecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9191222Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9192040Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListSSLCert.json' from root:root to runner:runner
2025-08-20T19:16:16.9193120Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.9193918Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/RemoveApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.9194732Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateServiceSource.json' from root:root to runner:runner
2025-08-20T19:16:16.9195607Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.9196461Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:16.9197276Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteCORS.json' from root:root to runner:runner
2025-08-20T19:16:16.9198078Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAnsServiceClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.9198916Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetApplicationInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:16.9199764Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAppBySwimmingLaneGroupTag.json' from root:root to runner:runner
2025-08-20T19:16:16.9200615Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGovernanceKubernetesCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9201405Z [00:02:21.418]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.9202182Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CloneNacosConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9203200Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListConfigTrack.json' from root:root to runner:runner
2025-08-20T19:16:16.9203966Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.9204791Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateCircuitBreakerRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9205678Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetServiceMethodPage.json' from root:root to runner:runner
2025-08-20T19:16:16.9206551Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryBusinessLocations.json' from root:root to runner:runner
2025-08-20T19:16:16.9207317Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/RestartCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9208102Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetMseFeatureSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.9209010Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryClusterDiskSpecification.json' from root:root to runner:runner
2025-08-20T19:16:16.9209885Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:16.9210661Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.9211424Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetServiceList.json' from root:root to runner:runner
2025-08-20T19:16:16.9212185Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.9213103Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddSecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9213889Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddBlackWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:16.9214707Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateCircuitBreakerRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9215472Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9216293Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListCircuitBreakerRules.json' from root:root to runner:runner
2025-08-20T19:16:16.9217075Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayDomain.json' from root:root to runner:runner
2025-08-20T19:16:16.9217880Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteEngineNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.9218781Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateOrUpdateSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:16.9219655Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9220482Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayServiceCheck.json' from root:root to runner:runner
2025-08-20T19:16:16.9221267Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteMigrationTask.json' from root:root to runner:runner
2025-08-20T19:16:16.9222076Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.9223005Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9223874Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryGovernanceKubernetesCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9224639Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddAuthResource.json' from root:root to runner:runner
2025-08-20T19:16:16.9225342Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse' from root:root to runner:runner
2025-08-20T19:16:16.9226076Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/products.json' from root:root to runner:runner
2025-08-20T19:16:16.9226866Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudauth/version.json' from root:root to runner:runner
2025-08-20T19:16:16.9227572Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudauth' from root:root to runner:runner
2025-08-20T19:16:16.9228333Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/goodstech/version.json' from root:root to runner:runner
2025-08-20T19:16:16.9229149Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/goodstech/ClassifyCommodity.json' from root:root to runner:runner
2025-08-20T19:16:16.9229852Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/goodstech' from root:root to runner:runner
2025-08-20T19:16:16.9230685Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateUserProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:16.9231605Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioningEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.9232623Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.9233558Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteAccessAssignment.json' from root:root to runner:runner
2025-08-20T19:16:16.9234465Z [00:02:21.419]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUserMFAAuthenticationSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.9235348Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/AddUserToGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9236222Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteDirectory.json' from root:root to runner:runner
2025-08-20T19:16:16.9237091Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ProvisionAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.9237944Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteUserProvisioningEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.9238793Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListUserProvisioningEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.9239676Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateMFAAuthenticationSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.9240543Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetMFAAuthenticationSettingInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.9241413Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListExternalSAMLIdPCertificates.json' from root:root to runner:runner
2025-08-20T19:16:16.9242216Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListGroupMembers.json' from root:root to runner:runner
2025-08-20T19:16:16.9243240Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUser.json' from root:root to runner:runner
2025-08-20T19:16:16.9244045Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DisableService.json' from root:root to runner:runner
2025-08-20T19:16:16.9244816Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9245831Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioningConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.9246808Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListAccessConfigurationProvisionings.json' from root:root to runner:runner
2025-08-20T19:16:16.9247765Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.9248611Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/SetMFAAuthenticationStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9249537Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/SetSCIMSynchronizationStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9250405Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ResetUserPassword.json' from root:root to runner:runner
2025-08-20T19:16:16.9251287Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ClearExternalSAMLIdentityProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.9252173Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeprovisionAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.9253232Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioningRdAccountStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.9254000Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:16.9254845Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateSCIMServerCredential.json' from root:root to runner:runner
2025-08-20T19:16:16.9255674Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListMFADevicesForUser.json' from root:root to runner:runner
2025-08-20T19:16:16.9256547Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioningStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.9257340Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateDirectory.json' from root:root to runner:runner
2025-08-20T19:16:16.9258106Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:16.9258991Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/RemoveUserFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9259902Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.9260774Z [00:02:21.420]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/RemoveExternalSAMLIdPCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.9261559Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/EnableService.json' from root:root to runner:runner
2025-08-20T19:16:16.9262620Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetDirectorySAMLServiceProviderInfo.json' from root:root to runner:runner
2025-08-20T19:16:16.9263608Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateInlinePolicyForAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.9264373Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9265141Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9265948Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateDirectory.json' from root:root to runner:runner
2025-08-20T19:16:16.9266797Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetMFAAuthenticationStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9267624Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetDirectoryStatistics.json' from root:root to runner:runner
2025-08-20T19:16:16.9268499Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/SetExternalSAMLIdentityProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.9269258Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/version.json' from root:root to runner:runner
2025-08-20T19:16:16.9270105Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.9270870Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:16.9271732Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/AddExternalSAMLIdPCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.9272898Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateAccessAssignment.json' from root:root to runner:runner
2025-08-20T19:16:16.9273904Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.9274694Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.9275515Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListUserProvisionings.json' from root:root to runner:runner
2025-08-20T19:16:16.9276386Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListDirectories.json' from root:root to runner:runner
2025-08-20T19:16:16.9277323Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.9278877Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/RetryUserProvisioningEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.9279710Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetTaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9280642Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUserProvisioningConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.9281442Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetTask.json' from root:root to runner:runner
2025-08-20T19:16:16.9282598Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListPermissionPoliciesInAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.9283491Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUserProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:16.9284330Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteUserProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:16.9285119Z [00:02:21.421]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9285944Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListAccessAssignments.json' from root:root to runner:runner
2025-08-20T19:16:16.9286752Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9287719Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetMFAAuthenticationSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.9288556Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:16.9289420Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetSCIMSynchronizationStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9290301Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserMFAAuthenticationSettings.json' from root:root to runner:runner
2025-08-20T19:16:16.9291144Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetDirectory.json' from root:root to runner:runner
2025-08-20T19:16:16.9292080Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateSCIMServerCredentialStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9293083Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetExternalSAMLIdentityProvider.json' from root:root to runner:runner
2025-08-20T19:16:16.9293928Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListJoinedGroupsForUser.json' from root:root to runner:runner
2025-08-20T19:16:16.9294787Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteSCIMServerCredential.json' from root:root to runner:runner
2025-08-20T19:16:16.9295598Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9296410Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:16.9297243Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteMFADeviceForUser.json' from root:root to runner:runner
2025-08-20T19:16:16.9298154Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListAccessConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:16.9299208Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListSCIMServerCredentials.json' from root:root to runner:runner
2025-08-20T19:16:16.9300137Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/AddPermissionPolicyToAccessConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:16.9300848Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso' from root:root to runner:runner
2025-08-20T19:16:16.9301709Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DisableLoadBalancerIpv6Internet.json' from root:root to runner:runner
2025-08-20T19:16:16.9302699Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateLoadBalancerAddressTypeConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9303536Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/StartShiftLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:16.9304295Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9305115Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9305944Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:16.9306773Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteHealthCheckTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.9307573Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9308322Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.9309104Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AddEntriesToAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.9309840Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAcls.json' from root:root to runner:runner
2025-08-20T19:16:16.9310630Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:16.9311459Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAScripts.json' from root:root to runner:runner
2025-08-20T19:16:16.9312334Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateListenerLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9313458Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AddServersToServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9314299Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9315118Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9316034Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AttachCommonBandwidthPackageToLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:16.9316831Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9317653Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListListenerCertificates.json' from root:root to runner:runner
2025-08-20T19:16:16.9318629Z [00:02:21.422]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ApplyHealthCheckTemplateToServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9319535Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/EnableLoadBalancerAccessLog.json' from root:root to runner:runner
2025-08-20T19:16:16.9320301Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/StartListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9321118Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:16.9321905Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9323078Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AssociateAdditionalCertificatesWithListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9323964Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateServerGroupServersAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9324920Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateHealthCheckTemplateAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9325760Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DisableDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.9326673Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/GetLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9327489Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListServerGroupServers.json' from root:root to runner:runner
2025-08-20T19:16:16.9328320Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateHealthCheckTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.9329121Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.9329897Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteAScripts.json' from root:root to runner:runner
2025-08-20T19:16:16.9330737Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListSecurityPolicyRelations.json' from root:root to runner:runner
2025-08-20T19:16:16.9331529Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9332600Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DisableLoadBalancerAccessLog.json' from root:root to runner:runner
2025-08-20T19:16:16.9333382Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.9334166Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9334936Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAsynJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.9335725Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:16.9336561Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateLoadBalancerEdition.json' from root:root to runner:runner
2025-08-20T19:16:16.9337336Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateAScripts.json' from root:root to runner:runner
2025-08-20T19:16:16.9338132Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/RemoveEntriesFromAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.9338943Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListRules.json' from root:root to runner:runner
2025-08-20T19:16:16.9339756Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteRules.json' from root:root to runner:runner
2025-08-20T19:16:16.9340583Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9341326Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateAcl.json' from root:root to runner:runner
2025-08-20T19:16:16.9342077Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/version.json' from root:root to runner:runner
2025-08-20T19:16:16.9343007Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/GetListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9343779Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9344558Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.9345556Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DissociateAdditionalCertificatesFromListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9346426Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListListeners.json' from root:root to runner:runner
2025-08-20T19:16:16.9347287Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/GetHealthCheckTemplateAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9348082Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateAclAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9348866Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAclRelations.json' from root:root to runner:runner
2025-08-20T19:16:16.9349652Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9350493Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CancelShiftLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:16.9351694Z [00:02:21.423]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9353002Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9353964Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DissociateAclsFromListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9354740Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9355568Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AssociateAclsWithListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9356408Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ReplaceServersInServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9357177Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/StopListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9357990Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/GetListenerHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9358812Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListHealthCheckTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.9359676Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateRulesAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9360506Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:16.9361436Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DetachCommonBandwidthPackageFromLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:16.9362229Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListSecurityPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.9363308Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateRules.json' from root:root to runner:runner
2025-08-20T19:16:16.9364152Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListSystemSecurityPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.9364940Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:16.9365784Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateSecurityPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9366716Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/RemoveServersFromServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9367632Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/EnableLoadBalancerIpv6Internet.json' from root:root to runner:runner
2025-08-20T19:16:16.9368397Z [00:02:21.424]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAclEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.9369223Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/EnableDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.9369994Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateAScripts.json' from root:root to runner:runner
2025-08-20T19:16:16.9370839Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9371529Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb' from root:root to runner:runner
2025-08-20T19:16:16.9372653Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CancelChangeAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:16.9373551Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:16.9374461Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListPolicyVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.9375316Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9376227Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/InviteAccountToResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:16.9377048Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.9377864Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreatePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9378738Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CancelCreateCloudAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.9379554Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/MoveAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.9380508Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListAssociatedTransferSetting.json' from root:root to runner:runner
2025-08-20T19:16:16.9381482Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListDelegatedServicesForAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.9382320Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CheckAccountDelete.json' from root:root to runner:runner
2025-08-20T19:16:16.9383249Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListAccounts.json' from root:root to runner:runner
2025-08-20T19:16:16.9384065Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListAncestors.json' from root:root to runner:runner
2025-08-20T19:16:16.9384922Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetPayerForAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.9385850Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetServiceLinkedRoleDeletionStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9386767Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/BindSecureMobilePhone.json' from root:root to runner:runner
2025-08-20T19:16:16.9387725Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListDelegatedAdministrators.json' from root:root to runner:runner
2025-08-20T19:16:16.9388597Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTrustedServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9389454Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListFoldersForParent.json' from root:root to runner:runner
2025-08-20T19:16:16.9390327Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/RetryChangeAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:16.9391179Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/RemoveCloudAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.9392034Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9393215Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreatePolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.9394161Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.9395101Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListHandshakesForAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.9395917Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DetachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9396746Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9397616Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateResourceAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.9398431Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListRoles.json' from root:root to runner:runner
2025-08-20T19:16:16.9399280Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:16.9400229Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTargetAttachmentsForControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9401146Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListResourceGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.9402071Z [00:02:21.425]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/EnableControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9403212Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/RegisterDelegatedAdministrator.json' from root:root to runner:runner
2025-08-20T19:16:16.9404044Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetHandshake.json' from root:root to runner:runner
2025-08-20T19:16:16.9405299Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeletePolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9406403Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ResendCreateCloudAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:16.9407247Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9408434Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:16.9409476Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/SendVerificationCodeForEnableRD.json' from root:root to runner:runner
2025-08-20T19:16:16.9410300Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateRole.json' from root:root to runner:runner
2025-08-20T19:16:16.9411302Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/EnableAssociatedTransfer.json' from root:root to runner:runner
2025-08-20T19:16:16.9412140Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.9413197Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeregisterDelegatedAdministrator.json' from root:root to runner:runner
2025-08-20T19:16:16.9414028Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:16.9414836Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteRole.json' from root:root to runner:runner
2025-08-20T19:16:16.9416157Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeclineHandshake.json' from root:root to runner:runner
2025-08-20T19:16:16.9417081Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9417962Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/EnableResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:16.9418896Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListHandshakesForResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:16.9420081Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListControlPolicyAttachmentsForTarget.json' from root:root to runner:runner
2025-08-20T19:16:16.9421080Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9422062Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeletePolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.9423138Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/AcceptHandshake.json' from root:root to runner:runner
2025-08-20T19:16:16.9424139Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/version.json' from root:root to runner:runner
2025-08-20T19:16:16.9425416Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ChangeAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:16.9427185Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9428172Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.9429329Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListPolicyAttachments.json' from root:root to runner:runner
2025-08-20T19:16:16.9430256Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteFolder.json' from root:root to runner:runner
2025-08-20T19:16:16.9431285Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateAssociatedTransferSetting.json' from root:root to runner:runner
2025-08-20T19:16:16.9432197Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetAccountDeletionCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:16.9433399Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9434374Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DisableControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9435358Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/InitResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:16.9436188Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateFolder.json' from root:root to runner:runner
2025-08-20T19:16:16.9437249Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9438105Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/AttachControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9439030Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9440356Z [00:02:21.426]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/SetMemberDeletionPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.9441552Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json' from root:root to runner:runner
2025-08-20T19:16:16.9442737Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9443852Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/SetDefaultPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.9444851Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CancelPromoteResourceAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.9445880Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/AttachPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9446742Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DetachControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9447858Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListAccountsForParent.json' from root:root to runner:runner
2025-08-20T19:16:16.9448907Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:16.9449890Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/PromoteResourceAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.9450861Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9451933Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetAccountDeletionStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9452975Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.9454104Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetControlPolicyEnablementStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9454962Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetRole.json' from root:root to runner:runner
2025-08-20T19:16:16.9456100Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DisableAssociatedTransfer.json' from root:root to runner:runner
2025-08-20T19:16:16.9457132Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9458286Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/MoveResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9459223Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateRole.json' from root:root to runner:runner
2025-08-20T19:16:16.9460206Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListControlPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.9461259Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetFolder.json' from root:root to runner:runner
2025-08-20T19:16:16.9462240Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CancelHandshake.json' from root:root to runner:runner
2025-08-20T19:16:16.9463180Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateFolder.json' from root:root to runner:runner
2025-08-20T19:16:16.9464062Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DestroyResourceDirectory.json' from root:root to runner:runner
2025-08-20T19:16:16.9464993Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ResendPromoteResourceAccountEmail.json' from root:root to runner:runner
2025-08-20T19:16:16.9465837Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateCloudAccount.json' from root:root to runner:runner
2025-08-20T19:16:16.9466580Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager' from root:root to runner:runner
2025-08-20T19:16:16.9467434Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetAccessControlListAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9468279Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancerTCPListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9469120Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeVServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9469942Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:16.9470855Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeServerCertificates.json' from root:root to runner:runner
2025-08-20T19:16:16.9471770Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancerHTTPListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9472938Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveVServerGroupBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:16.9473809Z [00:02:21.427]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateMasterSlaveServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9474776Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteAccessLogsDownloadAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9475705Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9476511Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9477305Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:16.9478211Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerTCPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9479076Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeDomainExtensionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9479951Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerUDPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9480761Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteServerCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.9481647Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyVServerGroupBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:16.9482729Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancerHTTPSListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9483583Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveListenerWhiteListItem.json' from root:root to runner:runner
2025-08-20T19:16:16.9484422Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerListeners.json' from root:root to runner:runner
2025-08-20T19:16:16.9485352Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateDomainExtension.json' from root:root to runner:runner
2025-08-20T19:16:16.9486257Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/EnableHighDefinationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.9487057Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetCACertificateName.json' from root:root to runner:runner
2025-08-20T19:16:16.9487857Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateVServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9488726Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteCACertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.9489612Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:16.9490423Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeCACertificates.json' from root:root to runner:runner
2025-08-20T19:16:16.9491220Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:16.9492075Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/StartLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9492964Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddTags.json' from root:root to runner:runner
2025-08-20T19:16:16.9493788Z [00:02:21.428]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/UploadServerCertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.9494580Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/UploadCACertificate.json' from root:root to runner:runner
2025-08-20T19:16:16.9495392Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ListTLSCipherPolicies.json' from root:root to runner:runner
2025-08-20T19:16:16.9496179Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:16.9496947Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeRules.json' from root:root to runner:runner
2025-08-20T19:16:16.9497724Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9498541Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9499426Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetServerCertificateName.json' from root:root to runner:runner
2025-08-20T19:16:16.9500247Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyLoadBalancerPayType.json' from root:root to runner:runner
2025-08-20T19:16:16.9501054Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteDomainExtension.json' from root:root to runner:runner
2025-08-20T19:16:16.9502642Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyLoadBalancerInternetSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.9503744Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveTags.json' from root:root to runner:runner
2025-08-20T19:16:16.9504610Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateAccessControlList.json' from root:root to runner:runner
2025-08-20T19:16:16.9505477Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerDeleteProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.9506329Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteMasterSlaveServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9507183Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetListenerAccessControlStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9508061Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeAccessLogsDownloadAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9508840Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9509665Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetVServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9510524Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeMasterSlaveServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.9511319Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9512110Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:16.9513276Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeAccessControlListAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9514267Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateTLSCipherPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9515196Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerUDPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9515969Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteRules.json' from root:root to runner:runner
2025-08-20T19:16:16.9516831Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteVServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9517626Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/version.json' from root:root to runner:runner
2025-08-20T19:16:16.9518409Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.9519262Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetAccessLogsDownloadAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9520155Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerHTTPSListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9520993Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetTLSCipherPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9521766Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9522865Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyLoadBalancerInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:16.9523690Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9524543Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveAccessControlListEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.9525431Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeListenerAccessControlAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9526255Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddListenerWhiteListItem.json' from root:root to runner:runner
2025-08-20T19:16:16.9527223Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyLoadBalancerInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.9528058Z [00:02:21.429]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9528858Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerName.json' from root:root to runner:runner
2025-08-20T19:16:16.9529700Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddVServerGroupBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:16.9530592Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeAccessControlLists.json' from root:root to runner:runner
2025-08-20T19:16:16.9531496Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancerUDPListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9532487Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerHTTPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9533248Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:16.9534173Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerHTTPSListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9535073Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerModificationProtection.json' from root:root to runner:runner
2025-08-20T19:16:16.9535890Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/StopLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9536660Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:16.9537489Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddAccessControlListEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.9538307Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:16.9539141Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetDomainExtensionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9539961Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteAccessControlList.json' from root:root to runner:runner
2025-08-20T19:16:16.9540794Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateRules.json' from root:root to runner:runner
2025-08-20T19:16:16.9541726Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeHighDefinationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.9542651Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeDomainExtensions.json' from root:root to runner:runner
2025-08-20T19:16:16.9543488Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyHighDefinationMonitor.json' from root:root to runner:runner
2025-08-20T19:16:16.9544365Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeVServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.9545332Z [00:02:21.430]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerHTTPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9546217Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerTCPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9547039Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteTLSCipherPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9547878Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:16.9548781Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeMasterSlaveServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9549469Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb' from root:root to runner:runner
2025-08-20T19:16:16.9550287Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AllocateDedicatedHosts.json' from root:root to runner:runner
2025-08-20T19:16:16.9551100Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.9551922Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiskMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:16.9552859Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInvocationResults.json' from root:root to runner:runner
2025-08-20T19:16:16.9553756Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:16.9554612Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeUserData.json' from root:root to runner:runner
2025-08-20T19:16:16.9555383Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:16.9556163Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RebootInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9557011Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVirtualBorderRouters.json' from root:root to runner:runner
2025-08-20T19:16:16.9557825Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.9558717Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AssignPrivateIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:16.9559506Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSpotAdvice.json' from root:root to runner:runner
2025-08-20T19:16:16.9560273Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.9561045Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/EipFillParams.json' from root:root to runner:runner
2025-08-20T19:16:16.9561852Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNatGateways.json' from root:root to runner:runner
2025-08-20T19:16:16.9562857Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.9563662Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.9564535Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeStorageSetDetails.json' from root:root to runner:runner
2025-08-20T19:16:16.9565407Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyImageShareGroupPermission.json' from root:root to runner:runner
2025-08-20T19:16:16.9566214Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRenewalPrice.json' from root:root to runner:runner
2025-08-20T19:16:16.9566991Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.9567907Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9568864Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRecommendInstanceType.json' from root:root to runner:runner
2025-08-20T19:16:16.9569692Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyEipAddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9570511Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeBandwidthPackages.json' from root:root to runner:runner
2025-08-20T19:16:16.9571426Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSecurityGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9572264Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9573246Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNewProjectEipMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:16.9574050Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AssignIpv6Addresses.json' from root:root to runner:runner
2025-08-20T19:16:16.9574817Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVpcs.json' from root:root to runner:runner
2025-08-20T19:16:16.9575647Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImageComponents.json' from root:root to runner:runner
2025-08-20T19:16:16.9576521Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeCapacityReservations.json' from root:root to runner:runner
2025-08-20T19:16:16.9577986Z [00:02:21.431]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/JoinSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9578842Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceVncUrl.json' from root:root to runner:runner
2025-08-20T19:16:16.9579675Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RevokeSecurityGroupEgress.json' from root:root to runner:runner
2025-08-20T19:16:16.9580549Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/PurchaseReservedInstancesOffering.json' from root:root to runner:runner
2025-08-20T19:16:16.9581387Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeStorageCapacityUnits.json' from root:root to runner:runner
2025-08-20T19:16:16.9582283Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDeploymentSet.json' from root:root to runner:runner
2025-08-20T19:16:16.9583265Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9584044Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ExportSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:16.9584851Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.9585734Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotsUsage.json' from root:root to runner:runner
2025-08-20T19:16:16.9586613Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSendFileResults.json' from root:root to runner:runner
2025-08-20T19:16:16.9587438Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.9588199Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDemand.json' from root:root to runner:runner
2025-08-20T19:16:16.9588978Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDiskSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.9589746Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StopInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.9590573Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeReservedInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9591386Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySnapshotAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9592240Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiagnosticMetricSets.json' from root:root to runner:runner
2025-08-20T19:16:16.9593176Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RedeployDedicatedHost.json' from root:root to runner:runner
2025-08-20T19:16:16.9594003Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyElasticityAssurance.json' from root:root to runner:runner
2025-08-20T19:16:16.9594829Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyImageSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:16.9595690Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.9596534Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:16.9597341Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDiagnosticReport.json' from root:root to runner:runner
2025-08-20T19:16:16.9598138Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AssociateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.9598949Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReInitDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.9599879Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceModificationPrice.json' from root:root to runner:runner
2025-08-20T19:16:16.9600645Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteCommand.json' from root:root to runner:runner
2025-08-20T19:16:16.9601454Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UnassociateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.9602259Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelCopyImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9603323Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotLinks.json' from root:root to runner:runner
2025-08-20T19:16:16.9604113Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RedeployInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.9604937Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySecurityGroupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9605902Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json' from root:root to runner:runner
2025-08-20T19:16:16.9606782Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyVirtualBorderRouterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9607559Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AssociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:16.9608384Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.9609290Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyHpcClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9610119Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDisks.json' from root:root to runner:runner
2025-08-20T19:16:16.9610869Z [00:02:21.432]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ResizeDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.9611710Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:16.9612758Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyStorageCapacityUnitAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9613637Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateImageComponent.json' from root:root to runner:runner
2025-08-20T19:16:16.9614482Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeBandwidthLimitation.json' from root:root to runner:runner
2025-08-20T19:16:16.9615298Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyPrepayInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.9616077Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:16.9616892Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDedicatedHosts.json' from root:root to runner:runner
2025-08-20T19:16:16.9618166Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ResetDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.9619479Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeEipMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:16.9620865Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyManagedInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.9622246Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateStorageSet.json' from root:root to runner:runner
2025-08-20T19:16:16.9623769Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RebootInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.9625103Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ExportImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9626776Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeResourcesModification.json' from root:root to runner:runner
2025-08-20T19:16:16.9628278Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:16.9629772Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.9631174Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:16.9632928Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNetworkInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:16.9634534Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachClassicLinkVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.9635430Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDiagnosticMetricSet.json' from root:root to runner:runner
2025-08-20T19:16:16.9636228Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UnassociateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:16.9637065Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9637877Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySnapshotGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9638678Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UnassignIpv6Addresses.json' from root:root to runner:runner
2025-08-20T19:16:16.9639567Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceMaintenanceAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.9640459Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostsChargeType.json' from root:root to runner:runner
2025-08-20T19:16:16.9641216Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AddTags.json' from root:root to runner:runner
2025-08-20T19:16:16.9642083Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeCloudAssistantStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9643113Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ResetDisks.json' from root:root to runner:runner
2025-08-20T19:16:16.9644054Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.9644921Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteImageComponent.json' from root:root to runner:runner
2025-08-20T19:16:16.9645696Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:16.9646492Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:16.9647328Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImages.json' from root:root to runner:runner
2025-08-20T19:16:16.9648216Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDiagnosticReports.json' from root:root to runner:runner
2025-08-20T19:16:16.9649091Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyPhysicalConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9649982Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9650741Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CopyImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9651661Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceHistoryEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.9653243Z [00:02:21.433]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDedicatedHostCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9654096Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImagePipelines.json' from root:root to runner:runner
2025-08-20T19:16:16.9654928Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachInstanceRamRole.json' from root:root to runner:runner
2025-08-20T19:16:16.9655710Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/EipFillProduct.json' from root:root to runner:runner
2025-08-20T19:16:16.9656491Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9657263Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ListPluginStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9658165Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePrefixLists.json' from root:root to runner:runner
2025-08-20T19:16:16.9659087Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/PurchaseStorageCapacityUnit.json' from root:root to runner:runner
2025-08-20T19:16:16.9659896Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteHpcCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9660662Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ImportKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:16.9661497Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeCommands.json' from root:root to runner:runner
2025-08-20T19:16:16.9662610Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9663525Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReActivateInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9664329Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRouteTables.json' from root:root to runner:runner
2025-08-20T19:16:16.9665142Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAccessPoints.json' from root:root to runner:runner
2025-08-20T19:16:16.9665949Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDiskChargeType.json' from root:root to runner:runner
2025-08-20T19:16:16.9666768Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceRamRole.json' from root:root to runner:runner
2025-08-20T19:16:16.9667571Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.9668359Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateActivation.json' from root:root to runner:runner
2025-08-20T19:16:16.9669158Z [00:02:21.434]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyHaVipAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9669956Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteSnapshotGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9670784Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyBandwidthPackageSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.9671711Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RemoveBandwidthPackageIps.json' from root:root to runner:runner
2025-08-20T19:16:16.9672855Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDedicatedHostTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.9673743Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9674530Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteStorageSet.json' from root:root to runner:runner
2025-08-20T19:16:16.9675425Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceVncPasswd.json' from root:root to runner:runner
2025-08-20T19:16:16.9676365Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImageSupportInstanceTypes.json' from root:root to runner:runner
2025-08-20T19:16:16.9677127Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ImportImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9677911Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreatePrefixList.json' from root:root to runner:runner
2025-08-20T19:16:16.9678674Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RemoveTags.json' from root:root to runner:runner
2025-08-20T19:16:16.9679500Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9680391Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeElasticityAssuranceInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9681210Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeletePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.9682014Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeActivations.json' from root:root to runner:runner
2025-08-20T19:16:16.9683180Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceAutoReleaseTime.json' from root:root to runner:runner
2025-08-20T19:16:16.9683978Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/EipNotifyPaid.json' from root:root to runner:runner
2025-08-20T19:16:16.9684796Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.9685743Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRouterInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:16.9686695Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAutoProvisioningGroupHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.9687495Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RenewDedicatedHosts.json' from root:root to runner:runner
2025-08-20T19:16:16.9688290Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AllocateEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.9689155Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeEniMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:16.9690001Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateHpcCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9690772Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateCommand.json' from root:root to runner:runner
2025-08-20T19:16:16.9691611Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeUserBusinessBehavior.json' from root:root to runner:runner
2025-08-20T19:16:16.9692514Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.9693305Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVRouters.json' from root:root to runner:runner
2025-08-20T19:16:16.9694174Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AuthorizeSecurityGroupEgress.json' from root:root to runner:runner
2025-08-20T19:16:16.9694985Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInvocations.json' from root:root to runner:runner
2025-08-20T19:16:16.9695853Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePrefixListAssociations.json' from root:root to runner:runner
2025-08-20T19:16:16.9696690Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyRouterInterfaceSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.9697507Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.9698311Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/LeaveSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9699170Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:16.9700121Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNetworkInterfacePermissions.json' from root:root to runner:runner
2025-08-20T19:16:16.9700942Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateNetworkInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.9701749Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyImageAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9702723Z [00:02:21.435]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateSnapshotGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9703590Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateImagePipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.9704428Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9705259Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDedicatedHostCluster.json' from root:root to runner:runner
2025-08-20T19:16:16.9706094Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:16.9706907Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachInstanceRamRole.json' from root:root to runner:runner
2025-08-20T19:16:16.9707737Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiagnosticMetrics.json' from root:root to runner:runner
2025-08-20T19:16:16.9708560Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AllocatePublicIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.9709380Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReleaseDedicatedHost.json' from root:root to runner:runner
2025-08-20T19:16:16.9710227Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeForwardTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:16.9711040Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeLaunchTemplates.json' from root:root to runner:runner
2025-08-20T19:16:16.9711874Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateSimulatedSystemEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.9712813Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StopInvocation.json' from root:root to runner:runner
2025-08-20T19:16:16.9713699Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RenewReservedInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9714526Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UnassignPrivateIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:16.9715291Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CopySnapshot.json' from root:root to runner:runner
2025-08-20T19:16:16.9716150Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.9717042Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReleaseCapacityReservation.json' from root:root to runner:runner
2025-08-20T19:16:16.9717867Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/EnablePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.9718657Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeLimitation.json' from root:root to runner:runner
2025-08-20T19:16:16.9719441Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.9720219Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.9720993Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteKeyPairs.json' from root:root to runner:runner
2025-08-20T19:16:16.9721829Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceNetworkSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.9722868Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/version.json' from root:root to runner:runner
2025-08-20T19:16:16.9723687Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/SendFile.json' from root:root to runner:runner
2025-08-20T19:16:16.9725100Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeHaVips.json' from root:root to runner:runner
2025-08-20T19:16:16.9725891Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.9726913Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/TerminateVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.9727881Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceAttachmentAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.9728718Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeManagedInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9729478Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RunInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9730395Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeLaunchTemplateVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.9731276Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAccountAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.9732142Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSecurityGroupReferences.json' from root:root to runner:runner
2025-08-20T19:16:16.9733261Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeCapacityReservationInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9734087Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.9734913Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/InstallCloudAssistant.json' from root:root to runner:runner
2025-08-20T19:16:16.9735730Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9736500Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/InvokeCommand.json' from root:root to runner:runner
2025-08-20T19:16:16.9737356Z [00:02:21.436]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDedicatedHostAutoRenew.json' from root:root to runner:runner
2025-08-20T19:16:16.9738130Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:16.9738952Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteBandwidthPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.9739821Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9740849Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePrefixListAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.9741721Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AuthorizeSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9742690Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePhysicalConnections.json' from root:root to runner:runner
2025-08-20T19:16:16.9743480Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DisableActivation.json' from root:root to runner:runner
2025-08-20T19:16:16.9744389Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyAutoSnapshotPolicyEx.json' from root:root to runner:runner
2025-08-20T19:16:16.9745270Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ConvertNatPublicIpToEip.json' from root:root to runner:runner
2025-08-20T19:16:16.9746131Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDeploymentSetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9746917Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.9747687Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteHaVip.json' from root:root to runner:runner
2025-08-20T19:16:16.9748480Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyPrefixList.json' from root:root to runner:runner
2025-08-20T19:16:16.9749310Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RecoverVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.9750127Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9751014Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyCapacityReservation.json' from root:root to runner:runner
2025-08-20T19:16:16.9751902Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiagnosticReports.json' from root:root to runner:runner
2025-08-20T19:16:16.9752813Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDiskAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9753661Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstancesFullStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9754537Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteNetworkInterfacePermission.json' from root:root to runner:runner
2025-08-20T19:16:16.9755353Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.9756164Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/GetInstanceScreenshot.json' from root:root to runner:runner
2025-08-20T19:16:16.9756955Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDeploymentSet.json' from root:root to runner:runner
2025-08-20T19:16:16.9757822Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyVpcAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9758719Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelSimulatedSystemEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.9759563Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/TerminatePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.9760444Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceAttachmentAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.9761223Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9762059Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateElasticityAssurance.json' from root:root to runner:runner
2025-08-20T19:16:16.9763179Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDedicatedHostClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.9763959Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelTask.json' from root:root to runner:runner
2025-08-20T19:16:16.9764978Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyReservedInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9765848Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteImagePipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.9766606Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RunCommand.json' from root:root to runner:runner
2025-08-20T19:16:16.9767423Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotPackage.json' from root:root to runner:runner
2025-08-20T19:16:16.9768225Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/JoinResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9769030Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReportInstancesStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9769897Z [00:02:21.437]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateNetworkInterfacePermission.json' from root:root to runner:runner
2025-08-20T19:16:16.9770772Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9771653Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyVSwitchAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9772766Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ActivateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.9773579Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeletePrefixList.json' from root:root to runner:runner
2025-08-20T19:16:16.9774392Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachClassicLinkVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.9775168Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:16.9776005Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSpotPriceHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.9776769Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.9777625Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySecurityGroupEgressRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9778509Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReleasePublicIpAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.9779328Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9780152Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/GetInstanceConsoleOutput.json' from root:root to runner:runner
2025-08-20T19:16:16.9780900Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.9781785Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostAutoReleaseTime.json' from root:root to runner:runner
2025-08-20T19:16:16.9782751Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteAutoProvisioningGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9783618Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteVirtualBorderRouter.json' from root:root to runner:runner
2025-08-20T19:16:16.9784449Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartElasticityAssurance.json' from root:root to runner:runner
2025-08-20T19:16:16.9785331Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AddBandwidthPackageIps.json' from root:root to runner:runner
2025-08-20T19:16:16.9786248Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImageFromFamily.json' from root:root to runner:runner
2025-08-20T19:16:16.9787105Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAutoProvisioningGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.9787940Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceVpcAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9788774Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreatePhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.9789614Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyStorageSetAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9790460Z [00:02:21.438]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeClassicLinkInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9791214Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.9792082Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeHpcClusters.json' from root:root to runner:runner
2025-08-20T19:16:16.9793006Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDemand.json' from root:root to runner:runner
2025-08-20T19:16:16.9793807Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeStorageSets.json' from root:root to runner:runner
2025-08-20T19:16:16.9794783Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyRouterInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9796181Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySecurityGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9797029Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeResourceByTags.json' from root:root to runner:runner
2025-08-20T19:16:16.9797869Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:16.9798707Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyAutoProvisioningGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9799590Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9800542Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartTerminalSession.json' from root:root to runner:runner
2025-08-20T19:16:16.9801318Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyCommand.json' from root:root to runner:runner
2025-08-20T19:16:16.9802131Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RevokeSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9803225Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AcceptInquiredSystemEvent.json' from root:root to runner:runner
2025-08-20T19:16:16.9804016Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:16.9804934Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceMaintenanceAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.9805806Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNetworkInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9806724Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySecurityGroupRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9807612Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDiagnosticMetricSet.json' from root:root to runner:runner
2025-08-20T19:16:16.9808399Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeKeyPairs.json' from root:root to runner:runner
2025-08-20T19:16:16.9809263Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:16.9810110Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDiagnosticMetricSets.json' from root:root to runner:runner
2025-08-20T19:16:16.9810887Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:16.9811727Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeregisterManagedInstance.json' from root:root to runner:runner
2025-08-20T19:16:16.9812712Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9813657Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeElasticityAssurances.json' from root:root to runner:runner
2025-08-20T19:16:16.9814612Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyLaunchTemplateDefaultVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.9815410Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReplaceSystemDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.9816186Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDemands.json' from root:root to runner:runner
2025-08-20T19:16:16.9817046Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceTypeFamilies.json' from root:root to runner:runner
2025-08-20T19:16:16.9817849Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9818673Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ApplyAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9819502Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyUserBusinessBehavior.json' from root:root to runner:runner
2025-08-20T19:16:16.9820407Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteLaunchTemplateVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.9821632Z [00:02:21.439]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json' from root:root to runner:runner
2025-08-20T19:16:16.9822601Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteActivation.json' from root:root to runner:runner
2025-08-20T19:16:16.9823548Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDeploymentSets.json' from root:root to runner:runner
2025-08-20T19:16:16.9824375Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeTaskAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9825224Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateLaunchTemplateVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.9826047Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeactivateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.9826907Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateAutoSnapshotPolicy.json' from root:root to runner:runner
2025-08-20T19:16:16.9827851Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateLaunchTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.9828779Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9829653Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceMetadataOptions.json' from root:root to runner:runner
2025-08-20T19:16:16.9830527Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiagnosticReportAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.9831296Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachDisk.json' from root:root to runner:runner
2025-08-20T19:16:16.9832124Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceDeployment.json' from root:root to runner:runner
2025-08-20T19:16:16.9833017Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StopInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9833807Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReleaseEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:16.9834734Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImageSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:16.9835616Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ConnectRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.9836741Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateCapacityReservation.json' from root:root to runner:runner
2025-08-20T19:16:16.9837633Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.9838467Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyReservedInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9839340Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyNetworkInterfaceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9840173Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateAutoProvisioningGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9841038Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyReservedInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9841963Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartImagePipelineExecution.json' from root:root to runner:runner
2025-08-20T19:16:16.9843151Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteLaunchTemplate.json' from root:root to runner:runner
2025-08-20T19:16:16.9843948Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDemand.json' from root:root to runner:runner
2025-08-20T19:16:16.9844711Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateHaVip.json' from root:root to runner:runner
2025-08-20T19:16:16.9845533Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateRouterInterface.json' from root:root to runner:runner
2025-08-20T19:16:16.9846361Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceTopology.json' from root:root to runner:runner
2025-08-20T19:16:16.9847183Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDisksFullStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9848094Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAutoProvisioningGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9849026Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImagePipelineExecutions.json' from root:root to runner:runner
2025-08-20T19:16:16.9850005Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeReservedInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9850799Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:16.9851648Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAutoSnapshotPolicyEx.json' from root:root to runner:runner
2025-08-20T19:16:16.9852615Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9853503Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelImagePipelineExecution.json' from root:root to runner:runner
2025-08-20T19:16:16.9854323Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyVRouterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:16.9855111Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:16.9855885Z [00:02:21.440]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs' from root:root to runner:runner
2025-08-20T19:16:16.9856826Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateSuperResolutionImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9857653Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ImitatePhotoStyle.json' from root:root to runner:runner
2025-08-20T19:16:16.9858467Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ExtendImageStyle.json' from root:root to runner:runner
2025-08-20T19:16:16.9859362Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateImageWithTextAndImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9860218Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/IntelligentComposition.json' from root:root to runner:runner
2025-08-20T19:16:16.9861072Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/MakeSuperResolutionImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9861860Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ErasePerson.json' from root:root to runner:runner
2025-08-20T19:16:16.9862834Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ColorizeImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9863741Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateDynamicImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9864621Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ImageBlindCharacterWatermark.json' from root:root to runner:runner
2025-08-20T19:16:16.9865431Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/RecolorHDImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9866261Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ChangeImageSize.json' from root:root to runner:runner
2025-08-20T19:16:16.9867082Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:16.9867902Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/AssessComposition.json' from root:root to runner:runner
2025-08-20T19:16:16.9868739Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/RemoveImageWatermark.json' from root:root to runner:runner
2025-08-20T19:16:16.9869604Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/RecolorImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9870496Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/RemoveImageSubtitles.json' from root:root to runner:runner
2025-08-20T19:16:16.9871274Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/version.json' from root:root to runner:runner
2025-08-20T19:16:16.9872330Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateCartoonizedImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9873911Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateImageWithText.json' from root:root to runner:runner
2025-08-20T19:16:16.9874780Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/AssessExposure.json' from root:root to runner:runner
2025-08-20T19:16:16.9875603Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/EnhanceImageColor.json' from root:root to runner:runner
2025-08-20T19:16:16.9876412Z [00:02:21.441]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/AssessSharpness.json' from root:root to runner:runner
2025-08-20T19:16:16.9877380Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ImageBlindPicWatermark.json' from root:root to runner:runner
2025-08-20T19:16:16.9878179Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan' from root:root to runner:runner
2025-08-20T19:16:16.9878976Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetArmsTopNMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.9879771Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RollbackApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.9880738Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListAppVersions.json' from root:root to runner:runner
2025-08-20T19:16:16.9881556Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.9882316Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/SuspendJob.json' from root:root to runner:runner
2025-08-20T19:16:16.9883396Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListNamespacedConfigMaps.json' from root:root to runner:runner
2025-08-20T19:16:16.9884208Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeJobHistory.json' from root:root to runner:runner
2025-08-20T19:16:16.9885011Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.9885814Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListPublishedServices.json' from root:root to runner:runner
2025-08-20T19:16:16.9886661Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9887447Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/AbortChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.9888256Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListAppServicesPage.json' from root:root to runner:runner
2025-08-20T19:16:16.9889080Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9889899Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateAppSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:16.9890835Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/EnableApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9891686Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RescaleApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.9892698Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.9893494Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.9894403Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:16.9895220Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:16.9896006Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.9896830Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListNamespaceChangeOrders.json' from root:root to runner:runner
2025-08-20T19:16:16.9897616Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateIngress.json' from root:root to runner:runner
2025-08-20T19:16:16.9898405Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribePipeline.json' from root:root to runner:runner
2025-08-20T19:16:16.9899190Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:16.9900003Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeEdasContainers.json' from root:root to runner:runner
2025-08-20T19:16:16.9900788Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9901628Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeNamespaceResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9902551Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ConfirmPipelineBatch.json' from root:root to runner:runner
2025-08-20T19:16:16.9903353Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeInstanceLog.json' from root:root to runner:runner
2025-08-20T19:16:16.9904269Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/QueryResourceStatics.json' from root:root to runner:runner
2025-08-20T19:16:16.9905154Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateIngress.json' from root:root to runner:runner
2025-08-20T19:16:16.9905983Z [00:02:21.442]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9906817Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/AbortAndRollbackChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.9907636Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UnbindSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.9908536Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9909401Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9910197Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeComponents.json' from root:root to runner:runner
2025-08-20T19:16:16.9911006Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.9911774Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListSecrets.json' from root:root to runner:runner
2025-08-20T19:16:16.9912654Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListIngresses.json' from root:root to runner:runner
2025-08-20T19:16:16.9913404Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ExecJob.json' from root:root to runner:runner
2025-08-20T19:16:16.9914176Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListAppEvents.json' from root:root to runner:runner
2025-08-20T19:16:16.9915010Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9915764Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateJob.json' from root:root to runner:runner
2025-08-20T19:16:16.9916545Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:16.9917426Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListConsumedServices.json' from root:root to runner:runner
2025-08-20T19:16:16.9918284Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:16.9919026Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/version.json' from root:root to runner:runner
2025-08-20T19:16:16.9919875Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DisableApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9920781Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9921632Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.9922368Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/BindSlb.json' from root:root to runner:runner
2025-08-20T19:16:16.9923507Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationGroups.json' from root:root to runner:runner
2025-08-20T19:16:16.9924300Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.9925091Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:16.9925946Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeInstanceSpecifications.json' from root:root to runner:runner
2025-08-20T19:16:16.9926759Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:16.9927547Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeployApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.9928400Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateApplicationDescription.json' from root:root to runner:runner
2025-08-20T19:16:16.9929182Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:16.9929956Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:16.9930866Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.9931704Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateApplicationVswitches.json' from root:root to runner:runner
2025-08-20T19:16:16.9932751Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9933531Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteIngress.json' from root:root to runner:runner
2025-08-20T19:16:16.9934316Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteHistoryJob.json' from root:root to runner:runner
2025-08-20T19:16:16.9935454Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeConfigurationPrice.json' from root:root to runner:runner
2025-08-20T19:16:16.9936474Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeAppServiceDetail.json' from root:root to runner:runner
2025-08-20T19:16:16.9937961Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.9939612Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:16.9941155Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/BatchStartApplications.json' from root:root to runner:runner
2025-08-20T19:16:16.9943119Z [00:02:21.443]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListJobs.json' from root:root to runner:runner
2025-08-20T19:16:16.9944643Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.9946219Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetWarningEventMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.9947786Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateNamespaceVpc.json' from root:root to runner:runner
2025-08-20T19:16:16.9949250Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateJob.json' from root:root to runner:runner
2025-08-20T19:16:16.9950453Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/OpenSaeService.json' from root:root to runner:runner
2025-08-20T19:16:16.9951334Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RescaleApplicationVertically.json' from root:root to runner:runner
2025-08-20T19:16:16.9952305Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeNamespaceList.json' from root:root to runner:runner
2025-08-20T19:16:16.9953401Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/StartApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.9954190Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RestartInstances.json' from root:root to runner:runner
2025-08-20T19:16:16.9954979Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:16.9955827Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteSecret.json' from root:root to runner:runner
2025-08-20T19:16:16.9956673Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.9957575Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationScalingRules.json' from root:root to runner:runner
2025-08-20T19:16:16.9958496Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ReduceApplicationCapacityByInstanceIds.json' from root:root to runner:runner
2025-08-20T19:16:16.9959297Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RestartApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.9960089Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetScaleAppMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.9960872Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.9961646Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteNamespace.json' from root:root to runner:runner
2025-08-20T19:16:16.9962642Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListGreyTagRoute.json' from root:root to runner:runner
2025-08-20T19:16:16.9963452Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeIngress.json' from root:root to runner:runner
2025-08-20T19:16:16.9964252Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetAvailabilityMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.9965074Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationSlbs.json' from root:root to runner:runner
2025-08-20T19:16:16.9965928Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListLogConfigs.json' from root:root to runner:runner
2025-08-20T19:16:16.9966914Z [00:02:21.444]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/BatchStopApplications.json' from root:root to runner:runner
2025-08-20T19:16:16.9968157Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListChangeOrders.json' from root:root to runner:runner
2025-08-20T19:16:16.9969638Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetChangeOrderMetric.json' from root:root to runner:runner
2025-08-20T19:16:16.9971043Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/StopApplication.json' from root:root to runner:runner
2025-08-20T19:16:16.9972897Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:16.9974094Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae' from root:root to runner:runner
2025-08-20T19:16:16.9975581Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/RunCloudMetricProfiling.json' from root:root to runner:runner
2025-08-20T19:16:16.9976864Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:16.9978346Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetClusterVolumes.json' from root:root to runner:runner
2025-08-20T19:16:16.9979847Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateGWSImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9981298Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListTasks.json' from root:root to runner:runner
2025-08-20T19:16:16.9982985Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/PullImage.json' from root:root to runner:runner
2025-08-20T19:16:16.9984531Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StartVisualService.json' from root:root to runner:runner
2025-08-20T19:16:16.9986060Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SubmitServerlessJob.json' from root:root to runner:runner
2025-08-20T19:16:16.9987587Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCpfsFileSystems.json' from root:root to runner:runner
2025-08-20T19:16:16.9989216Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeJob.json' from root:root to runner:runner
2025-08-20T19:16:16.9990827Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteQueue.json' from root:root to runner:runner
2025-08-20T19:16:16.9992602Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyContainerAppAttributes.json' from root:root to runner:runner
2025-08-20T19:16:16.9994117Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SummaryImages.json' from root:root to runner:runner
2025-08-20T19:16:16.9995769Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetAutoScaleConfig.json' from root:root to runner:runner
2025-08-20T19:16:16.9997510Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCurrentClientVersion.json' from root:root to runner:runner
2025-08-20T19:16:16.9999033Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateGWSInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.0000539Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UpgradeClient.json' from root:root to runner:runner
2025-08-20T19:16:17.0002171Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0004067Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyClusterAttributes.json' from root:root to runner:runner
2025-08-20T19:16:17.0005587Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.0007090Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StartGWSInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.0008616Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetCommonImage.json' from root:root to runner:runner
2025-08-20T19:16:17.0009579Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopGWSInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.0010434Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeImageGatewayConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0011254Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetCloudMetricProfiling.json' from root:root to runner:runner
2025-08-20T19:16:17.0012067Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListPreferredEcsTypes.json' from root:root to runner:runner
2025-08-20T19:16:17.0013288Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddExistedNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.0014158Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ApplyNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.0014916Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetJobLog.json' from root:root to runner:runner
2025-08-20T19:16:17.0015716Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetGWSConnectTicket.json' from root:root to runner:runner
2025-08-20T19:16:17.0016581Z [00:02:21.445]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListJobsWithFilters.json' from root:root to runner:runner
2025-08-20T19:16:17.0017424Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListJobTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.0018276Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetVisualServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0019084Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetGWSInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:17.0019885Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopServerlessJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.0020695Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetGWSInstanceUser.json' from root:root to runner:runner
2025-08-20T19:16:17.0021482Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetAutoScaleConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0022343Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListFileSystemWithMountTargets.json' from root:root to runner:runner
2025-08-20T19:16:17.0023676Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0024507Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetPostScripts.json' from root:root to runner:runner
2025-08-20T19:16:17.0025322Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.0026125Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SummaryImagesInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0027080Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0027986Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCustomImages.json' from root:root to runner:runner
2025-08-20T19:16:17.0028742Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.0029515Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.0030494Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.0031380Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateGWSCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0032179Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopVisualService.json' from root:root to runner:runner
2025-08-20T19:16:17.0033378Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/InvokeShellCommand.json' from root:root to runner:runner
2025-08-20T19:16:17.0034179Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListUsersAsync.json' from root:root to runner:runner
2025-08-20T19:16:17.0034953Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StartCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0035737Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0036581Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyVisualServicePasswd.json' from root:root to runner:runner
2025-08-20T19:16:17.0037384Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetCloudMetricLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.0038158Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.0038923Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListClusters.json' from root:root to runner:runner
2025-08-20T19:16:17.0039701Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/InstallSoftware.json' from root:root to runner:runner
2025-08-20T19:16:17.0040568Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListImages.json' from root:root to runner:runner
2025-08-20T19:16:17.0041432Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListContainerImages.json' from root:root to runner:runner
2025-08-20T19:16:17.0042196Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.0043217Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListServerlessJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.0044161Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetIfEcsTypeSupportHtConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0045119Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeGWSInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.0046515Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SubmitJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0047526Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListContainerApps.json' from root:root to runner:runner
2025-08-20T19:16:17.0048385Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeAutoScaleConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0049166Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetQueue.json' from root:root to runner:runner
2025-08-20T19:16:17.0049959Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteLocalImage.json' from root:root to runner:runner
2025-08-20T19:16:17.0050783Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyImageGatewayConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0051567Z [00:02:21.446]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetSchedulerInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0052336Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SyncUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.0053380Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/RerunJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.0054192Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateHybridCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0055109Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListUpgradeClients.json' from root:root to runner:runner
2025-08-20T19:16:17.0055928Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListAvailableEcsTypes.json' from root:root to runner:runner
2025-08-20T19:16:17.0056737Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/version.json' from root:root to runner:runner
2025-08-20T19:16:17.0057494Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListQueues.json' from root:root to runner:runner
2025-08-20T19:16:17.0058293Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteGWSInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.0059142Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetSchedulerInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0060010Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListInvocationResults.json' from root:root to runner:runner
2025-08-20T19:16:17.0060777Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0061600Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetHybridClusterConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0062575Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/QueryServicePackAndPrice.json' from root:root to runner:runner
2025-08-20T19:16:17.0063332Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddQueue.json' from root:root to runner:runner
2025-08-20T19:16:17.0069042Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteGWSCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0069916Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/InspectImage.json' from root:root to runner:runner
2025-08-20T19:16:17.0070722Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateJobFile.json' from root:root to runner:runner
2025-08-20T19:16:17.0071490Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.0072318Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeServerlessJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.0073320Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteJobTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.0074276Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListInvocationStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0075141Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.0075896Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.0076676Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetPostScripts.json' from root:root to runner:runner
2025-08-20T19:16:17.0077570Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCloudMetricProfilings.json' from root:root to runner:runner
2025-08-20T19:16:17.0078421Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddContainerApp.json' from root:root to runner:runner
2025-08-20T19:16:17.0079205Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0079964Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0080745Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddLocalNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.0081491Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.0082264Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/RecoverCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0083186Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/EditJobTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.0083972Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0084765Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyUserGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.0085506Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/MountNFS.json' from root:root to runner:runner
2025-08-20T19:16:17.0086287Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListNodesByQueue.json' from root:root to runner:runner
2025-08-20T19:16:17.0087157Z [00:02:21.447]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCommunityImages.json' from root:root to runner:runner
2025-08-20T19:16:17.0088014Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeGWSClusters.json' from root:root to runner:runner
2025-08-20T19:16:17.0088785Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCommands.json' from root:root to runner:runner
2025-08-20T19:16:17.0089569Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UpdateQueueConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0090410Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeGWSImages.json' from root:root to runner:runner
2025-08-20T19:16:17.0091237Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListSoftwares.json' from root:root to runner:runner
2025-08-20T19:16:17.0092055Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListInstalledSoftware.json' from root:root to runner:runner
2025-08-20T19:16:17.0093129Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeNFSClientStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0093941Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UninstallSoftware.json' from root:root to runner:runner
2025-08-20T19:16:17.0094748Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetAccountingReport.json' from root:root to runner:runner
2025-08-20T19:16:17.0095507Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StartNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.0096295Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListClusterLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.0097096Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeEstackImage.json' from root:root to runner:runner
2025-08-20T19:16:17.0097928Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeGWSClusterPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.0098693Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetUserImage.json' from root:root to runner:runner
2025-08-20T19:16:17.0099491Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetGWSClusterPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.0100430Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeImagePrice.json' from root:root to runner:runner
2025-08-20T19:16:17.0101417Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyUserPasswords.json' from root:root to runner:runner
2025-08-20T19:16:17.0102265Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeImage.json' from root:root to runner:runner
2025-08-20T19:16:17.0103203Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteContainerApps.json' from root:root to runner:runner
2025-08-20T19:16:17.0103964Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ResetNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.0104821Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListNodesNoPaging.json' from root:root to runner:runner
2025-08-20T19:16:17.0105944Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UpdateClusterVolumes.json' from root:root to runner:runner
2025-08-20T19:16:17.0106775Z [00:02:21.448]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeContainerApp.json' from root:root to runner:runner
2025-08-20T19:16:17.0107564Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListClustersMeta.json' from root:root to runner:runner
2025-08-20T19:16:17.0108336Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListVolumes.json' from root:root to runner:runner
2025-08-20T19:16:17.0109100Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.0109878Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/InitializeEHPC.json' from root:root to runner:runner
2025-08-20T19:16:17.0110663Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateJobTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.0111432Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteImage.json' from root:root to runner:runner
2025-08-20T19:16:17.0112202Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0113076Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc' from root:root to runner:runner
2025-08-20T19:16:17.0114017Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:17.0115026Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:17.0115923Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.0116762Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnUserProtectInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0117594Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainQpsData.json' from root:root to runner:runner
2025-08-20T19:16:17.0118476Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainUvData.json' from root:root to runner:runner
2025-08-20T19:16:17.0119495Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchStartScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0120988Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:17.0122011Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/AddScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0123014Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/PreloadScdnObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:17.0123845Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainCname.json' from root:root to runner:runner
2025-08-20T19:16:17.0124620Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/SetScdnCcInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0125437Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/SetScdnDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:17.0126278Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:17.0127166Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchDeleteScdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.0127988Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnRefreshQuota.json' from root:root to runner:runner
2025-08-20T19:16:17.0128821Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/RefreshScdnObjectCaches.json' from root:root to runner:runner
2025-08-20T19:16:17.0129733Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:17.0130646Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnTopDomainsByFlow.json' from root:root to runner:runner
2025-08-20T19:16:17.0131450Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/VerifyScdnDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:17.0132304Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:17.0133487Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0134364Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCcQpsInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0135154Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/SetScdnDDoSInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0136063Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeReqHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:17.0136985Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainOriginTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:17.0137812Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchStopScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0138695Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainTopReferVisit.json' from root:root to runner:runner
2025-08-20T19:16:17.0139452Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/version.json' from root:root to runner:runner
2025-08-20T19:16:17.0140308Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainTopUrlVisit.json' from root:root to runner:runner
2025-08-20T19:16:17.0141146Z [00:02:21.449]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.0142063Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeByteHitRateData.json' from root:root to runner:runner
2025-08-20T19:16:17.0143147Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.0144001Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/SetScdnBotInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0144828Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DeleteScdnSpecificConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0145630Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCcInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0146422Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/CheckScdnService.json' from root:root to runner:runner
2025-08-20T19:16:17.0147284Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnService.json' from root:root to runner:runner
2025-08-20T19:16:17.0148171Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchSetScdnDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.0149005Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnRefreshTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.0149882Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainOriginBpsData.json' from root:root to runner:runner
2025-08-20T19:16:17.0150694Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCcTopIp.json' from root:root to runner:runner
2025-08-20T19:16:17.0151477Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/StartScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0152348Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeQpsData.json' from root:root to runner:runner
2025-08-20T19:16:17.0153355Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainIspData.json' from root:root to runner:runner
2025-08-20T19:16:17.0154166Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainLog.json' from root:root to runner:runner
2025-08-20T19:16:17.0154994Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnVerifyContent.json' from root:root to runner:runner
2025-08-20T19:16:17.0155858Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:17.0156794Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:17.0157668Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDDoSInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0158502Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDDoSTrafficInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0159324Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchUpdateScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0160160Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/StopScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0161003Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DeleteScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0161808Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCcTopUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.0162852Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeSrcBpsData.json' from root:root to runner:runner
2025-08-20T19:16:17.0163691Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.0164600Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:17.0165448Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRegionData.json' from root:root to runner:runner
2025-08-20T19:16:17.0166338Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:17.0167169Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainPvData.json' from root:root to runner:runner
2025-08-20T19:16:17.0167958Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/UpdateScdnDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0168654Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn' from root:root to runner:runner
2025-08-20T19:16:17.0169456Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/TaggingAdImage.json' from root:root to runner:runner
2025-08-20T19:16:17.0170335Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/TaggingImage.json' from root:root to runner:runner
2025-08-20T19:16:17.0171219Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/ClassifyingRubbish.json' from root:root to runner:runner
2025-08-20T19:16:17.0172031Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:17.0173317Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/RecognizeImageColor.json' from root:root to runner:runner
2025-08-20T19:16:17.0174277Z [00:02:21.450]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/DetectImageElements.json' from root:root to runner:runner
2025-08-20T19:16:17.0175153Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/RecognizeScene.json' from root:root to runner:runner
2025-08-20T19:16:17.0175929Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/version.json' from root:root to runner:runner
2025-08-20T19:16:17.0176839Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/EvaluateCertificateQuality.json' from root:root to runner:runner
2025-08-20T19:16:17.0177648Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/RecognizeFood.json' from root:root to runner:runner
2025-08-20T19:16:17.0178476Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/RecognizeImageStyle.json' from root:root to runner:runner
2025-08-20T19:16:17.0179195Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog' from root:root to runner:runner
2025-08-20T19:16:17.0179988Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DeleteReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0180777Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/ListAccessTokens.json' from root:root to runner:runner
2025-08-20T19:16:17.0181569Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DeleteSourceServer.json' from root:root to runner:runner
2025-08-20T19:16:17.0182350Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/CreateAccessToken.json' from root:root to runner:runner
2025-08-20T19:16:17.0183429Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0184393Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/ModifySourceServerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.0185321Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/ModifyReplicationJobAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.0186127Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/CutOverReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0186874Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/version.json' from root:root to runner:runner
2025-08-20T19:16:17.0187727Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/StopReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0188583Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/StartReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0189425Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DescribeReplicationJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.0190193Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0190962Z [00:02:21.451]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0191774Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DescribeSourceServers.json' from root:root to runner:runner
2025-08-20T19:16:17.0193054Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DisableAccessToken.json' from root:root to runner:runner
2025-08-20T19:16:17.0194496Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/CreateReplicationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0196085Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DeleteAccessToken.json' from root:root to runner:runner
2025-08-20T19:16:17.0197419Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc' from root:root to runner:runner
2025-08-20T19:16:17.0198894Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDomainGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0200430Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/MoveGtmResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0201950Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:17.0203636Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeBatchResultCount.json' from root:root to runner:runner
2025-08-20T19:16:17.0204644Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDnsCacheDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0205498Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDomainDnssecStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0206320Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:17.0207222Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeInstanceDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.0208133Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsCacheDomainRemark.json' from root:root to runner:runner
2025-08-20T19:16:17.0208933Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ResumePdnsService.json' from root:root to runner:runner
2025-08-20T19:16:17.0209732Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDomainGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0210569Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeTransferDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.0211396Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDomainRecordStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0212236Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeSubDomainRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.0213311Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.0214131Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeCustomLine.json' from root:root to runner:runner
2025-08-20T19:16:17.0214997Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsRequestStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.0215829Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.0216853Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstanceSystemCname.json' from root:root to runner:runner
2025-08-20T19:16:17.0218452Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ValidatePdnsUdpIpSegment.json' from root:root to runner:runner
2025-08-20T19:16:17.0221839Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0225824Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SwitchDnsGtmInstanceStrategyMode.json' from root:root to runner:runner
2025-08-20T19:16:17.0229238Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.0232569Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.0235562Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsAppKeys.json' from root:root to runner:runner
2025-08-20T19:16:17.0237469Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsProductInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.0239176Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAvailableAlertGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0240849Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.0242782Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohDomainStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.0244731Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.0246523Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmAvailableAlertGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0248179Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/CopyGtmConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0249721Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDnsGtmMonitorStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0251261Z [00:02:21.452]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddCustomLine.json' from root:root to runner:runner
2025-08-20T19:16:17.0253230Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ExecuteGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.0254869Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.0256451Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetGtmMonitorStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0258062Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeRecordStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.0259764Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeSupportLines.json' from root:root to runner:runner
2025-08-20T19:16:17.0261411Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/MoveDomainResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0263307Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsAccountSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.0265002Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsRequestStatistic.json' from root:root to runner:runner
2025-08-20T19:16:17.0266608Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDNSSLBWeight.json' from root:root to runner:runner
2025-08-20T19:16:17.0268164Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.0269735Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteSubDomainRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.0271380Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstanceAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:17.0273843Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.0275735Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsThreatLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.0277351Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDnsGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:17.0278911Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateAppKeyState.json' from root:root to runner:runner
2025-08-20T19:16:17.0280447Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDomainBackup.json' from root:root to runner:runner
2025-08-20T19:16:17.0281965Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.0283870Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0286094Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmAccessStrategyAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0288770Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeRecordStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.0291285Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0293786Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ChangeDomainOfDnsProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.0295499Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeIspFlushCacheRemainQuota.json' from root:root to runner:runner
2025-08-20T19:16:17.0297159Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UnbindInstanceDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.0298775Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ValidateDnsGtmCnameRrCanUse.json' from root:root to runner:runner
2025-08-20T19:16:17.0300433Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateIspFlushCacheInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0302038Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDnsGtmMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.0303940Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeCustomLines.json' from root:root to runner:runner
2025-08-20T19:16:17.0305573Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetGtmAccessMode.json' from root:root to runner:runner
2025-08-20T19:16:17.0307184Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmMonitorAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0308830Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsUdpIpSegments.json' from root:root to runner:runner
2025-08-20T19:16:17.0310446Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmMonitorConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0312050Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeIspFlushCacheTask.json' from root:root to runner:runner
2025-08-20T19:16:17.0313737Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0315249Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDomainRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.0316876Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.0318519Z [00:02:21.453]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDnsGtmAccessMode.json' from root:root to runner:runner
2025-08-20T19:16:17.0320118Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsProductInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.0321755Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.0323480Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/RemovePdnsUdpIpSegment.json' from root:root to runner:runner
2025-08-20T19:16:17.0325041Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.0326592Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/CreatePdnsUdpIpSegment.json' from root:root to runner:runner
2025-08-20T19:16:17.0328251Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohSubDomainStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.0330032Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeRecordResolveStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.0332000Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsAppKey.json' from root:root to runner:runner
2025-08-20T19:16:17.0333861Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeBatchResultDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.0335445Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDNSSLBStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0337274Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsGtmInstanceGlobalConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0338980Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstanceAddressPools.json' from root:root to runner:runner
2025-08-20T19:16:17.0340594Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainNs.json' from root:root to runner:runner
2025-08-20T19:16:17.0342292Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDomainGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0344098Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDomainRecordRemark.json' from root:root to runner:runner
2025-08-20T19:16:17.0345673Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDomainRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.0347196Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/TransferDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0348674Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/version.json' from root:root to runner:runner
2025-08-20T19:16:17.0350176Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateCustomLine.json' from root:root to runner:runner
2025-08-20T19:16:17.0352904Z [00:02:21.454]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0354648Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmRecoveryPlans.json' from root:root to runner:runner
2025-08-20T19:16:17.0356368Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/RollbackGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.0358055Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohAccountStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.0359659Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.0361267Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAddrAttributeInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0363097Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:17.0364651Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/RemovePdnsAppKey.json' from root:root to runner:runner
2025-08-20T19:16:17.0366235Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsThreatStatistic.json' from root:root to runner:runner
2025-08-20T19:16:17.0367847Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDnsGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:17.0369476Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.0371091Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.0372951Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.0374594Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/GetTxtRecordForVerify.json' from root:root to runner:runner
2025-08-20T19:16:17.0376160Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeRecordLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.0377688Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0379203Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/CreatePdnsAppKey.json' from root:root to runner:runner
2025-08-20T19:16:17.0380779Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeIspFlushCacheTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.0382668Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmMonitorAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0384414Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDNSSLBSubDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.0386023Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDnsGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.0387683Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstanceAddressPools.json' from root:root to runner:runner
2025-08-20T19:16:17.0389337Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsGtmAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:17.0390892Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDomainRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.0392501Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0394087Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeIspFlushCacheInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.0395762Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/BindInstanceDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.0397367Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ChangeDomainGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0398969Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstanceSystemCname.json' from root:root to runner:runner
2025-08-20T19:16:17.0400599Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainDnssecInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0402186Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.0404099Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsCacheDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0405710Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ModifyHichinaDomainDNS.json' from root:root to runner:runner
2025-08-20T19:16:17.0407256Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddGtmMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.0409072Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/RetrieveDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0410843Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0412711Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDomainRemark.json' from root:root to runner:runner
2025-08-20T19:16:17.0414297Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.0415961Z [00:02:21.455]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmRecoveryPlanAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0417626Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.0419299Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0420940Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/GetMainDomainName.json' from root:root to runner:runner
2025-08-20T19:16:17.0423381Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:17.0425338Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.0427013Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0428696Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohDomainStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.0430333Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0432185Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsThreatStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.0434334Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteCustomLines.json' from root:root to runner:runner
2025-08-20T19:16:17.0436188Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.0437953Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmMonitorConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0439762Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/OperateBatchDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0441327Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsGtmMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.0443371Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmInstanceGlobalConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0445083Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SubmitIspFlushCacheTask.json' from root:root to runner:runner
2025-08-20T19:16:17.0446655Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDnsCacheDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.0448669Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmAccessStrategies.json' from root:root to runner:runner
2025-08-20T19:16:17.0450551Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDnsGtmAccessStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.0452645Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.0454629Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAccessStrategies.json' from root:root to runner:runner
2025-08-20T19:16:17.0456718Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/PausePdnsService.json' from root:root to runner:runner
2025-08-20T19:16:17.0458526Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsCacheDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.0460453Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainResolveStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.0462586Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainRecordInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0464402Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0466455Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/PreviewGtmRecoveryPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.0468409Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohSubDomainStatisticsSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.0470381Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsOperateLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.0472231Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstanceAddressPool.json' from root:root to runner:runner
2025-08-20T19:16:17.0474096Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns' from root:root to runner:runner
2025-08-20T19:16:17.0477055Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectWorkwear.json' from root:root to runner:runner
2025-08-20T19:16:17.0479458Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectWhiteBaseImage.json' from root:root to runner:runner
2025-08-20T19:16:17.0481867Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectObject.json' from root:root to runner:runner
2025-08-20T19:16:17.0483949Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectVehicleICongestion.json' from root:root to runner:runner
2025-08-20T19:16:17.0486204Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectVehicleIllegalParking.json' from root:root to runner:runner
2025-08-20T19:16:17.0488064Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:17.0489588Z [00:02:21.456]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/version.json' from root:root to runner:runner
2025-08-20T19:16:17.0491108Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectIPCObject.json' from root:root to runner:runner
2025-08-20T19:16:17.0492916Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectMainBody.json' from root:root to runner:runner
2025-08-20T19:16:17.0495177Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectKitchenAnimals.json' from root:root to runner:runner
2025-08-20T19:16:17.0497104Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectVideoIPCObject.json' from root:root to runner:runner
2025-08-20T19:16:17.0498721Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet' from root:root to runner:runner
2025-08-20T19:16:17.0500258Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ReportFpShotJobResult.json' from root:root to runner:runner
2025-08-20T19:16:17.0501844Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListMediaWorkflowExecutions.json' from root:root to runner:runner
2025-08-20T19:16:17.0503581Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitIProductionJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0505266Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QuerySmarttagTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:17.0506853Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ImAudit.json' from root:root to runner:runner
2025-08-20T19:16:17.0508336Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:17.0509821Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryJobList.json' from root:root to runner:runner
2025-08-20T19:16:17.0511305Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryPipelineList.json' from root:root to runner:runner
2025-08-20T19:16:17.0512930Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:17.0514502Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteCustomEntity.json' from root:root to runner:runner
2025-08-20T19:16:17.0516048Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaPublishState.json' from root:root to runner:runner
2025-08-20T19:16:17.0517591Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/CreateCustomGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0519095Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitFpShotJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0520624Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/RegisterCustomView.json' from root:root to runner:runner
2025-08-20T19:16:17.0522134Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteMediaTag.json' from root:root to runner:runner
2025-08-20T19:16:17.0523923Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaCover.json' from root:root to runner:runner
2025-08-20T19:16:17.0525539Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteCustomGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0527154Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/BindOutputBucket.json' from root:root to runner:runner
2025-08-20T19:16:17.0528631Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/CancelJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0530085Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddMediaTag.json' from root:root to runner:runner
2025-08-20T19:16:17.0531660Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UnregisterCustomFace.json' from root:root to runner:runner
2025-08-20T19:16:17.0533551Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteSmarttagTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.0535129Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaInfoJobList.json' from root:root to runner:runner
2025-08-20T19:16:17.0536667Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/RegisterCustomFace.json' from root:root to runner:runner
2025-08-20T19:16:17.0538622Z [00:02:21.457]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ActivateMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:17.0540352Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UnbindOutputBucket.json' from root:root to runner:runner
2025-08-20T19:16:17.0541949Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaWorkflowTriggerMode.json' from root:root to runner:runner
2025-08-20T19:16:17.0543720Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaWorkflowExecutionList.json' from root:root to runner:runner
2025-08-20T19:16:17.0545331Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddWaterMarkTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.0546876Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/CreateCustomEntity.json' from root:root to runner:runner
2025-08-20T19:16:17.0548682Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryFpDBDeleteJobList.json' from root:root to runner:runner
2025-08-20T19:16:17.0550268Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaCensorJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.0552109Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SearchMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:17.0553858Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListFpShotFiles.json' from root:root to runner:runner
2025-08-20T19:16:17.0555363Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListAllMediaBucket.json' from root:root to runner:runner
2025-08-20T19:16:17.0556861Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SearchTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.0558495Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListCustomPersons.json' from root:root to runner:runner
2025-08-20T19:16:17.0560069Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/TagCustomPerson.json' from root:root to runner:runner
2025-08-20T19:16:17.0561563Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SearchPipeline.json' from root:root to runner:runner
2025-08-20T19:16:17.0563363Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddPipeline.json' from root:root to runner:runner
2025-08-20T19:16:17.0564916Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.0567222Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ImportFpShotJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0568773Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaCategory.json' from root:root to runner:runner
2025-08-20T19:16:17.0570325Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SearchWaterMarkTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.0571845Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMedia.json' from root:root to runner:runner
2025-08-20T19:16:17.0573630Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListCustomEntities.json' from root:root to runner:runner
2025-08-20T19:16:17.0575188Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateWaterMarkTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.0576694Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.0578332Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaListByURL.json' from root:root to runner:runner
2025-08-20T19:16:17.0579952Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaWorkflowList.json' from root:root to runner:runner
2025-08-20T19:16:17.0581477Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.0583146Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/version.json' from root:root to runner:runner
2025-08-20T19:16:17.0584739Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitAnalysisJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0586333Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QuerySmarttagJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0587866Z [00:02:21.458]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitFpFileDeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0589410Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:17.0590902Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteMedia.json' from root:root to runner:runner
2025-08-20T19:16:17.0592594Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryAnalysisJobList.json' from root:root to runner:runner
2025-08-20T19:16:17.0594128Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.0595625Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitSnapshotJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0597181Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryFpFileDeleteJobList.json' from root:root to runner:runner
2025-08-20T19:16:17.0598743Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryFpShotJobList.json' from root:root to runner:runner
2025-08-20T19:16:17.0600289Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteWaterMarkTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.0601850Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitMediaCensorJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0603782Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListFpShotImportJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0605441Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitMediaInfoJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0606990Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaCensorJobList.json' from root:root to runner:runner
2025-08-20T19:16:17.0608558Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QuerySnapshotJobList.json' from root:root to runner:runner
2025-08-20T19:16:17.0610066Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListFpShotDB.json' from root:root to runner:runner
2025-08-20T19:16:17.0611596Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/CreateFpShotDB.json' from root:root to runner:runner
2025-08-20T19:16:17.0613457Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:17.0614990Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListCustomViews.json' from root:root to runner:runner
2025-08-20T19:16:17.0616501Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListCustomGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.0617967Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0619451Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UnbindInputBucket.json' from root:root to runner:runner
2025-08-20T19:16:17.0621133Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaList.json' from root:root to runner:runner
2025-08-20T19:16:17.0622948Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddSmarttagTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.0624508Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryIProductionJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0626084Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryWaterMarkTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:17.0627890Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/BindInputBucket.json' from root:root to runner:runner
2025-08-20T19:16:17.0629429Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeactivateMediaWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:17.0631073Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteCustomView.json' from root:root to runner:runner
2025-08-20T19:16:17.0632787Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdatePipeline.json' from root:root to runner:runner
2025-08-20T19:16:17.0634299Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitFpDBDeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0635769Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddMedia.json' from root:root to runner:runner
2025-08-20T19:16:17.0637296Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeletePipeline.json' from root:root to runner:runner
2025-08-20T19:16:17.0638883Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateSmarttagTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.0640421Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitSmarttagJob.json' from root:root to runner:runner
2025-08-20T19:16:17.0642712Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts' from root:root to runner:runner
2025-08-20T19:16:17.0644465Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ListServiceAccounts.json' from root:root to runner:runner
2025-08-20T19:16:17.0646112Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateMeshCRAggregation.json' from root:root to runner:runner
2025-08-20T19:16:17.0647719Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/RevokeKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0649315Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/AddVMIntoServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:17.0650917Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetSwimLaneList.json' from root:root to runner:runner
2025-08-20T19:16:17.0652701Z [00:02:21.459]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateWaypoint.json' from root:root to runner:runner
2025-08-20T19:16:17.0654340Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeVMsInServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:17.0655929Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeVpcs.json' from root:root to runner:runner
2025-08-20T19:16:17.0657589Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeMetadata.json' from root:root to runner:runner
2025-08-20T19:16:17.0659323Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshUpgradeStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0661092Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeGuestClusterAccessLogDashboards.json' from root:root to runner:runner
2025-08-20T19:16:17.0662894Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateASMGateway.json' from root:root to runner:runner
2025-08-20T19:16:17.0664607Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0666304Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateASMGateway.json' from root:root to runner:runner
2025-08-20T19:16:17.0667902Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GrantUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:17.0669505Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateSwimLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0671145Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateIstioInjectionConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0672876Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteSwimLane.json' from root:root to runner:runner
2025-08-20T19:16:17.0674444Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ReActivateAudit.json' from root:root to runner:runner
2025-08-20T19:16:17.0676048Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeUserPermissions.json' from root:root to runner:runner
2025-08-20T19:16:17.0677673Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeVersions.json' from root:root to runner:runner
2025-08-20T19:16:17.0679296Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateIstioGatewayRoutes.json' from root:root to runner:runner
2025-08-20T19:16:17.0680997Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeASMGatewayImportedServices.json' from root:root to runner:runner
2025-08-20T19:16:17.0683485Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetSwimLaneGroupList.json' from root:root to runner:runner
2025-08-20T19:16:17.0686291Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateIstioGatewayRoutes.json' from root:root to runner:runner
2025-08-20T19:16:17.0689062Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetCaCert.json' from root:root to runner:runner
2025-08-20T19:16:17.0691821Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ModifyServiceMeshName.json' from root:root to runner:runner
2025-08-20T19:16:17.0694954Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateMeshFeature.json' from root:root to runner:runner
2025-08-20T19:16:17.0696659Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateSwimLane.json' from root:root to runner:runner
2025-08-20T19:16:17.0698237Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:17.0699817Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetSwimLaneDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.0701431Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetGrafanaDashboardUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.0703570Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpgradeMeshEditionPartially.json' from root:root to runner:runner
2025-08-20T19:16:17.0705288Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateControlPlaneLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0706934Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateGatewaySecret.json' from root:root to runner:runner
2025-08-20T19:16:17.0708611Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetRegisteredServiceNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:17.0710482Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeUsersWithPermissions.json' from root:root to runner:runner
2025-08-20T19:16:17.0712168Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeGuestClusterPods.json' from root:root to runner:runner
2025-08-20T19:16:17.0714039Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshProxyStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0715790Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0717548Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeClustersInServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:17.0719213Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.0720846Z [00:02:21.460]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetDeploymentBySelector.json' from root:root to runner:runner
2025-08-20T19:16:17.0722756Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeUpgradeVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.0724467Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteGatewaySecret.json' from root:root to runner:runner
2025-08-20T19:16:17.0726715Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:17.0728545Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeReusableSlb.json' from root:root to runner:runner
2025-08-20T19:16:17.0730210Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/RemoveClusterFromServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:17.0732328Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateASMNamespaceFromGuestCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0734829Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeImportedServicesDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.0736481Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ListWaypoints.json' from root:root to runner:runner
2025-08-20T19:16:17.0738062Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/AddVmAppToMesh.json' from root:root to runner:runner
2025-08-20T19:16:17.0739664Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateSwimLane.json' from root:root to runner:runner
2025-08-20T19:16:17.0741195Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetVmMeta.json' from root:root to runner:runner
2025-08-20T19:16:17.0743182Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeClusterGrafana.json' from root:root to runner:runner
2025-08-20T19:16:17.0744834Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshVMs.json' from root:root to runner:runner
2025-08-20T19:16:17.0746570Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeNodesInstanceType.json' from root:root to runner:runner
2025-08-20T19:16:17.0748242Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetRegisteredServiceEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:17.0749984Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ModifyApiServerEipResource.json' from root:root to runner:runner
2025-08-20T19:16:17.0751780Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeNamespaceScopeSidecarConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0753722Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/RemoveVMFromServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:17.0755301Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/version.json' from root:root to runner:runner
2025-08-20T19:16:17.0756859Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:17.0758438Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteWaypoint.json' from root:root to runner:runner
2025-08-20T19:16:17.0760025Z [00:02:21.461]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateSwimLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0761631Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpgradeMeshVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.0763485Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeCens.json' from root:root to runner:runner
2025-08-20T19:16:17.0765074Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeCrTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.0766659Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0768271Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeIstioGatewayRoutes.json' from root:root to runner:runner
2025-08-20T19:16:17.0770076Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeIstioGatewayDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.0771791Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshes.json' from root:root to runner:runner
2025-08-20T19:16:17.0773608Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateNamespaceScopeSidecarConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0775304Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeClusterPrometheus.json' from root:root to runner:runner
2025-08-20T19:16:17.0776976Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateWaypoint.json' from root:root to runner:runner
2025-08-20T19:16:17.0778602Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetVmAppMeshInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0780252Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeIstioGatewayRouteDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.0782184Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.0784046Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0785682Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeGuestClusterNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:17.0787567Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/RemoveVmAppFromMesh.json' from root:root to runner:runner
2025-08-20T19:16:17.0789170Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteSwimLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0790771Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeCCMVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.0792369Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteGatewayRoute.json' from root:root to runner:runner
2025-08-20T19:16:17.0794160Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshAdditionalStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0795903Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateASMGatewayImportedServices.json' from root:root to runner:runner
2025-08-20T19:16:17.0797702Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteIstioGatewayDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.0799451Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshClusters.json' from root:root to runner:runner
2025-08-20T19:16:17.0802332Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateIstioGatewayDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.0805868Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeGatewaySecretDetails.json' from root:root to runner:runner
2025-08-20T19:16:17.0809147Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/AddClusterIntoServiceMesh.json' from root:root to runner:runner
2025-08-20T19:16:17.0811405Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateIstioRouteAdditionalStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0813321Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeEipResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0814852Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh' from root:root to runner:runner
2025-08-20T19:16:17.0816400Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0818016Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTableAccessCount.json' from root:root to runner:runner
2025-08-20T19:16:17.0819612Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/BindDBResourceGroupWithUser.json' from root:root to runner:runner
2025-08-20T19:16:17.0821243Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:17.0823018Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyElasticPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.0824543Z [00:02:21.462]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:17.0826105Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterDescription.json' from root:root to runner:runner
2025-08-20T19:16:17.0827804Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0829425Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterNetInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0831028Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribePatternPerformance.json' from root:root to runner:runner
2025-08-20T19:16:17.0832816Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSQLPlanTask.json' from root:root to runner:runner
2025-08-20T19:16:17.0834467Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.0836096Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeResubmitConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0837659Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeElasticPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.0839209Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0840776Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSlowLogTrend.json' from root:root to runner:runner
2025-08-20T19:16:17.0842301Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifySQAConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0844016Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeColumns.json' from root:root to runner:runner
2025-08-20T19:16:17.0845535Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/EnableAdviceService.json' from root:root to runner:runner
2025-08-20T19:16:17.0847140Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/UnbindDBResourceGroupWithUser.json' from root:root to runner:runner
2025-08-20T19:16:17.0848725Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.0850233Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0851745Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTableDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.0853840Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:17.0855493Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisSQLInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0857070Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAllDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.0858632Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.0860258Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyLogBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.0861872Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DisableAdviceService.json' from root:root to runner:runner
2025-08-20T19:16:17.0863635Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAllAccounts.json' from root:root to runner:runner
2025-08-20T19:16:17.0865161Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:17.0866672Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ApplyAdviceById.json' from root:root to runner:runner
2025-08-20T19:16:17.0868226Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTableStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.0869835Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0871424Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0873184Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.0874833Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/AllocateClusterPublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:17.0877167Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeConnectionCountRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.0878848Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisDimensions.json' from root:root to runner:runner
2025-08-20T19:16:17.0880647Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterResourcePoolPerformance.json' from root:root to runner:runner
2025-08-20T19:16:17.0882606Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0884249Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ReleaseClusterPublicConnection.json' from root:root to runner:runner
2025-08-20T19:16:17.0885826Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:17.0887479Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterPerformance.json' from root:root to runner:runner
2025-08-20T19:16:17.0889158Z [00:02:21.463]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.0890707Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSchemas.json' from root:root to runner:runner
2025-08-20T19:16:17.0892231Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeProcessList.json' from root:root to runner:runner
2025-08-20T19:16:17.0894084Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:17.0895700Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeLoadTasksRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.0897223Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/KillProcess.json' from root:root to runner:runner
2025-08-20T19:16:17.0898745Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/GrantOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:17.0900328Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0901888Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSQLPatterns.json' from root:root to runner:runner
2025-08-20T19:16:17.0903658Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:17.0905207Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteAccount.json' from root:root to runner:runner
2025-08-20T19:16:17.0906795Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSQLPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.0908401Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:17.0909947Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSqlPattern.json' from root:root to runner:runner
2025-08-20T19:16:17.0911517Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/BindDBResourcePoolWithUser.json' from root:root to runner:runner
2025-08-20T19:16:17.0913394Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTables.json' from root:root to runner:runner
2025-08-20T19:16:17.0915058Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyClusterConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:17.0916657Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:17.0918278Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisMonitorPerformance.json' from root:root to runner:runner
2025-08-20T19:16:17.0919917Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAuditLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0921498Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DownloadDiagnosisRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.0923249Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:17.0924854Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.0926448Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAvailableAdvices.json' from root:root to runner:runner
2025-08-20T19:16:17.0928001Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/version.json' from root:root to runner:runner
2025-08-20T19:16:17.0929519Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeMaintenanceAction.json' from root:root to runner:runner
2025-08-20T19:16:17.0931100Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteDBResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.0932907Z [00:02:21.464]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeComputeResource.json' from root:root to runner:runner
2025-08-20T19:16:17.0934550Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyResubmitConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0936159Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterAccessWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:17.0937747Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeEIURange.json' from root:root to runner:runner
2025-08-20T19:16:17.0939315Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.0940871Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/MigrateDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0942366Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/AttachUserENI.json' from root:root to runner:runner
2025-08-20T19:16:17.0944136Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteDBResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:17.0945657Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0947180Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.0948890Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.0950892Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.0952651Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/RevokeOperatorPermission.json' from root:root to runner:runner
2025-08-20T19:16:17.0954267Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateDBCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.0955832Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.0957421Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.0958964Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateElasticPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.0960588Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteElasticPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.0962186Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:17.0963875Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyMaintenanceAction.json' from root:root to runner:runner
2025-08-20T19:16:17.0965439Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyAuditLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0967066Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeInclinedTables.json' from root:root to runner:runner
2025-08-20T19:16:17.0968707Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAuditLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.0970283Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/BatchApplyAdviceByIdList.json' from root:root to runner:runner
2025-08-20T19:16:17.0971846Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateDBResourcePool.json' from root:root to runner:runner
2025-08-20T19:16:17.0973523Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeElasticDailyPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.0975137Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAdviceServiceEnabled.json' from root:root to runner:runner
2025-08-20T19:16:17.0976697Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DetachUserENI.json' from root:root to runner:runner
2025-08-20T19:16:17.0978259Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterAccessWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:17.0979900Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/UnbindDBResourcePoolWithUser.json' from root:root to runner:runner
2025-08-20T19:16:17.0981499Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterPayType.json' from root:root to runner:runner
2025-08-20T19:16:17.0983308Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAppliedAdvices.json' from root:root to runner:runner
2025-08-20T19:16:17.0985016Z [00:02:21.465]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTablePartitionDiagnose.json' from root:root to runner:runner
2025-08-20T19:16:17.0986599Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSQAConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.0988210Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDownloadRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.0989754Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusters.json' from root:root to runner:runner
2025-08-20T19:16:17.0991184Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb' from root:root to runner:runner
2025-08-20T19:16:17.0993006Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeSecurityScoreRule.json' from root:root to runner:runner
2025-08-20T19:16:17.0994709Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClientUserDefineRule.json' from root:root to runner:runner
2025-08-20T19:16:17.0996267Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateCycleTask.json' from root:root to runner:runner
2025-08-20T19:16:17.0997849Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateJenkinsImageRegistryName.json' from root:root to runner:runner
2025-08-20T19:16:17.0999423Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:17.1000919Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:17.1002561Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateContainerScanTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1004128Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteOpaStrategyNew.json' from root:root to runner:runner
2025-08-20T19:16:17.1005641Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UnbindAegis.json' from root:root to runner:runner
2025-08-20T19:16:17.1007216Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListContainerDefenseRuleClusters.json' from root:root to runner:runner
2025-08-20T19:16:17.1008809Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallHybridProxy.json' from root:root to runner:runner
2025-08-20T19:16:17.1010359Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackUpExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1012025Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniSupportRegion.json' from root:root to runner:runner
2025-08-20T19:16:17.1013754Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.1015295Z [00:02:21.466]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskItemType.json' from root:root to runner:runner
2025-08-20T19:16:17.1016850Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1018541Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedContainerInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1020441Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ConfirmVirusEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.1022712Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteContainerPluginRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1024295Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1025852Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddClientUserDefineRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1027439Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1028946Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckTypes.json' from root:root to runner:runner
2025-08-20T19:16:17.1030445Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateFileDetect.json' from root:root to runner:runner
2025-08-20T19:16:17.1031998Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListImageRegistryRegion.json' from root:root to runner:runner
2025-08-20T19:16:17.1033821Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAvailableHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:17.1035344Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1036892Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockProcessStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1038668Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryGroupedSecurityEventMarkMissList.json' from root:root to runner:runner
2025-08-20T19:16:17.1040405Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSimilarEventScenarios.json' from root:root to runner:runner
2025-08-20T19:16:17.1042054Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageEventOperationPage.json' from root:root to runner:runner
2025-08-20T19:16:17.1043820Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSuspiciousStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1045560Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateJenkinsImageRegistryPersistenceDay.json' from root:root to runner:runner
2025-08-20T19:16:17.1047264Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVirusScanMachine.json' from root:root to runner:runner
2025-08-20T19:16:17.1048841Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyUsageNewest.json' from root:root to runner:runner
2025-08-20T19:16:17.1050403Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddPrivateRegistry.json' from root:root to runner:runner
2025-08-20T19:16:17.1051956Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypotProbeBind.json' from root:root to runner:runner
2025-08-20T19:16:17.1053643Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyInterceptionRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1055222Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockUpdateConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1056838Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClientInstallationStatistic.json' from root:root to runner:runner
2025-08-20T19:16:17.1058438Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetModuleTrialAuthInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1060014Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLoginBaseConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.1061574Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartPreCheckDatabase.json' from root:root to runner:runner
2025-08-20T19:16:17.1063386Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckWarningSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.1065059Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOpaStrategyNew.json' from root:root to runner:runner
2025-08-20T19:16:17.1066654Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:17.1068204Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOssBucketScanTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1069747Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateVirusEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.1071388Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.1073387Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstanceAntiBruteForceRules.json' from root:root to runner:runner
2025-08-20T19:16:17.1075032Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCycleTaskList.json' from root:root to runner:runner
2025-08-20T19:16:17.1076578Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInstanceCatalog.json' from root:root to runner:runner
2025-08-20T19:16:17.1078144Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1079721Z [00:02:21.467]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetBackupStorageCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1081270Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddImageVulWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:17.1082910Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:17.1084479Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeScanTaskStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1085326Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSimilarSecurityEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.1086179Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeHoneyPotSuspStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1087044Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockStart.json' from root:root to runner:runner
2025-08-20T19:16:17.1087858Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTraceInfoNode.json' from root:root to runner:runner
2025-08-20T19:16:17.1088754Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageRepoDetailList.json' from root:root to runner:runner
2025-08-20T19:16:17.1089571Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileProtectDashboard.json' from root:root to runner:runner
2025-08-20T19:16:17.1090388Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSasPmAgentList.json' from root:root to runner:runner
2025-08-20T19:16:17.1091411Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteMaliciousNote.json' from root:root to runner:runner
2025-08-20T19:16:17.1093307Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddCheckInstanceResultWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:17.1094252Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedTags.json' from root:root to runner:runner
2025-08-20T19:16:17.1095115Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClientUserDefineRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1095937Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddImageEventOperation.json' from root:root to runner:runner
2025-08-20T19:16:17.1096758Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetImageScanNumInPeriod.json' from root:root to runner:runner
2025-08-20T19:16:17.1097539Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExportSuspEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.1098363Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateSelectionKeyByType.json' from root:root to runner:runner
2025-08-20T19:16:17.1099154Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BindHybridProxy.json' from root:root to runner:runner
2025-08-20T19:16:17.1099955Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryDiscoverDatabase.json' from root:root to runner:runner
2025-08-20T19:16:17.1100759Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyLoginBaseConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1101685Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1102773Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1103687Z [00:02:21.468]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1104506Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyBackupPolicyStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1105354Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListFileProtectPluginStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1106187Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1107199Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryJenkinsImageRegistryPersistenceDay.json' from root:root to runner:runner
2025-08-20T19:16:17.1108027Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCommonTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1108887Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaStrategyTemplateSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.1109753Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUserLayoutAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:17.1110530Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyOperateVul.json' from root:root to runner:runner
2025-08-20T19:16:17.1111352Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeMonitorAccounts.json' from root:root to runner:runner
2025-08-20T19:16:17.1112243Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PublicCreateImageScanTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1113309Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteBackupPolicyMachine.json' from root:root to runner:runner
2025-08-20T19:16:17.1114111Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeModuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1114919Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1115723Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileProtectEvent.json' from root:root to runner:runner
2025-08-20T19:16:17.1116519Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateSwitchStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1117353Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateCommonSwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1118152Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCriteriaStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.1119039Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityStatInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1119893Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeEventOnStage.json' from root:root to runner:runner
2025-08-20T19:16:17.1120723Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCloudAssetInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1121523Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClientAlertMode.json' from root:root to runner:runner
2025-08-20T19:16:17.1122315Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyTagWithUuid.json' from root:root to runner:runner
2025-08-20T19:16:17.1123267Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeMachineCanReboot.json' from root:root to runner:runner
2025-08-20T19:16:17.1124100Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAgentInstallStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1124902Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateUniRestorePlan.json' from root:root to runner:runner
2025-08-20T19:16:17.1125825Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSasContainerWebDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1126672Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallRaspAttach.json' from root:root to runner:runner
2025-08-20T19:16:17.1127574Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateContainerScanTaskByAppName.json' from root:root to runner:runner
2025-08-20T19:16:17.1128379Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1129192Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeNoticeConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1130059Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockExclusiveFileType.json' from root:root to runner:runner
2025-08-20T19:16:17.1130865Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAssetsPropertyItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1131641Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.1132866Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateAgentClientInstall.json' from root:root to runner:runner
2025-08-20T19:16:17.1133778Z [00:02:21.469]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileDetectResult.json' from root:root to runner:runner
2025-08-20T19:16:17.1134599Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClusterRuleSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.1135398Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetLastOnceTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1136219Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1137099Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1137966Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifySecurityCheckScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1138749Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddTagWithUuid.json' from root:root to runner:runner
2025-08-20T19:16:17.1139618Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessRiskUuid.json' from root:root to runner:runner
2025-08-20T19:16:17.1140553Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/EnableCustomInstanceBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.1141388Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1142209Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOssBucketScanStatistic.json' from root:root to runner:runner
2025-08-20T19:16:17.1143238Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddVpcHoneyPot.json' from root:root to runner:runner
2025-08-20T19:16:17.1144073Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAccessKeyLeakDeal.json' from root:root to runner:runner
2025-08-20T19:16:17.1144892Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/EnableCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.1145742Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperationCancelIgnoreSuspEvent.json' from root:root to runner:runner
2025-08-20T19:16:17.1146641Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentIconList.json' from root:root to runner:runner
2025-08-20T19:16:17.1147536Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAttackAnalysisData.json' from root:root to runner:runner
2025-08-20T19:16:17.1148351Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetInterceptionSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.1149261Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSasContainerWebDefenseRuleApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.1150074Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/EnableBruteForceRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.1150873Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListUuidsByWebPath.json' from root:root to runner:runner
2025-08-20T19:16:17.1151662Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:17.1152681Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClusterCheckItemWarningStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1153603Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageLatestScanTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1154450Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.1155262Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeletePrivateRegistry.json' from root:root to runner:runner
2025-08-20T19:16:17.1156036Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVpcList.json' from root:root to runner:runner
2025-08-20T19:16:17.1156910Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyContainerDefenseRuleSwitch.json' from root:root to runner:runner
2025-08-20T19:16:17.1157752Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeAssetRefreshTaskConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1158509Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetLogMeta.json' from root:root to runner:runner
2025-08-20T19:16:17.1159323Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaClusterLabelList.json' from root:root to runner:runner
2025-08-20T19:16:17.1160202Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentVertexNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.1161078Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyConcernNecessity.json' from root:root to runner:runner
2025-08-20T19:16:17.1161882Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListFileProtectEvent.json' from root:root to runner:runner
2025-08-20T19:16:17.1162804Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DisableBruteForceRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.1163942Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteUniBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.1165581Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateSuspiciousTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1167198Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckEcsWarnings.json' from root:root to runner:runner
2025-08-20T19:16:17.1168714Z [00:02:21.470]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CheckSecurityEventId.json' from root:root to runner:runner
2025-08-20T19:16:17.1170375Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:17.1171943Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1179419Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyUserDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1180404Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessRelateMalicious.json' from root:root to runner:runner
2025-08-20T19:16:17.1181242Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulList.json' from root:root to runner:runner
2025-08-20T19:16:17.1182095Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUserBackupMachines.json' from root:root to runner:runner
2025-08-20T19:16:17.1183141Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateVuls.json' from root:root to runner:runner
2025-08-20T19:16:17.1184023Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClusterSuspEventStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1184996Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEventExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1185903Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateAgentlessScanTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1186709Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageVulList.json' from root:root to runner:runner
2025-08-20T19:16:17.1187510Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyStrategyTarget.json' from root:root to runner:runner
2025-08-20T19:16:17.1188296Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAllGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.1189137Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaClusterNamespaceList.json' from root:root to runner:runner
2025-08-20T19:16:17.1189970Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckItemWarningSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.1190821Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeServiceLinkedRoleStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1191744Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteSecurityEventMarkMissList.json' from root:root to runner:runner
2025-08-20T19:16:17.1192790Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAutoDelConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1193623Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClientConfSetup.json' from root:root to runner:runner
2025-08-20T19:16:17.1194495Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListMaliciousFileWhitelistConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.1195321Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyProcItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1196108Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GenerateOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1196901Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeHoneyPotAuth.json' from root:root to runner:runner
2025-08-20T19:16:17.1197701Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerApps.json' from root:root to runner:runner
2025-08-20T19:16:17.1198648Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1199548Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSensitiveDefineRuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1200305Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SubmitCheck.json' from root:root to runner:runner
2025-08-20T19:16:17.1201134Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyProcDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1201986Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckItemWarningMachine.json' from root:root to runner:runner
2025-08-20T19:16:17.1202968Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAssetSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.1203828Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageSensitiveFileByKey.json' from root:root to runner:runner
2025-08-20T19:16:17.1204610Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListPluginForUuid.json' from root:root to runner:runner
2025-08-20T19:16:17.1205716Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1206619Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSystemAggregationRules.json' from root:root to runner:runner
2025-08-20T19:16:17.1207432Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOpaClusterPlugin.json' from root:root to runner:runner
2025-08-20T19:16:17.1208251Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAntiBruteForceRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1209107Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspiciousOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1209870Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StopHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:17.1210688Z [00:02:21.471]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockFileEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.1211503Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateVirusScanOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1212576Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddSasContainerWebDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1213669Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/IgnoreCheckItems.json' from root:root to runner:runner
2025-08-20T19:16:17.1214493Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateFileUploadLimit.json' from root:root to runner:runner
2025-08-20T19:16:17.1215265Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetModuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1216110Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVpcHoneyPotCriteria.json' from root:root to runner:runner
2025-08-20T19:16:17.1216954Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniBackupPolicyDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1217796Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineItemList.json' from root:root to runner:runner
2025-08-20T19:16:17.1218620Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInterceptionTargetPage.json' from root:root to runner:runner
2025-08-20T19:16:17.1219514Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyContainerPluginRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1220383Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVpcHoneyPotList.json' from root:root to runner:runner
2025-08-20T19:16:17.1221166Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyEmgVulSubmit.json' from root:root to runner:runner
2025-08-20T19:16:17.1222032Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUserBaselineAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:17.1223100Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockProcessList.json' from root:root to runner:runner
2025-08-20T19:16:17.1223970Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageScanAuthorization.json' from root:root to runner:runner
2025-08-20T19:16:17.1224810Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedInstanceDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1225630Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAllImageBaseline.json' from root:root to runner:runner
2025-08-20T19:16:17.1226618Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineCheckSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.1227529Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaStrategyDetailNew.json' from root:root to runner:runner
2025-08-20T19:16:17.1228352Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypotProbeBind.json' from root:root to runner:runner
2025-08-20T19:16:17.1229128Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckStandard.json' from root:root to runner:runner
2025-08-20T19:16:17.1229971Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAccessKeyLeakDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1230784Z [00:02:21.472]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTraceInfoDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1231616Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/HandleSimilarSecurityEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.1232698Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BatchOperateCommonOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1233690Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateFileProtectEventStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1234573Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWarningMachines.json' from root:root to runner:runner
2025-08-20T19:16:17.1235351Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1236158Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAssetCleanConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1236971Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.1237756Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListBackupRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.1238531Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskType.json' from root:root to runner:runner
2025-08-20T19:16:17.1239470Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCommonTargetResultList.json' from root:root to runner:runner
2025-08-20T19:16:17.1241013Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotAttackerSource.json' from root:root to runner:runner
2025-08-20T19:16:17.1241981Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeQuaraFileDownloadInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1243031Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAccesskeyLeakList.json' from root:root to runner:runner
2025-08-20T19:16:17.1243855Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateServiceLinkedRole.json' from root:root to runner:runner
2025-08-20T19:16:17.1244652Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.1245566Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BatchUpdateMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1246365Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVersionConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1247150Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PageImageRegistry.json' from root:root to runner:runner
2025-08-20T19:16:17.1248041Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UninstallBackupClient.json' from root:root to runner:runner
2025-08-20T19:16:17.1248906Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1249785Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockFileChangeStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1250617Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeStrategyExecDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1251494Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteContainerDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1252341Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UninstallRaspAttach.json' from root:root to runner:runner
2025-08-20T19:16:17.1253502Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertySoftwareDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1254326Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UploadedHoneyPotFile.json' from root:root to runner:runner
2025-08-20T19:16:17.1255122Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessRegion.json' from root:root to runner:runner
2025-08-20T19:16:17.1255901Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateRestoreJob.json' from root:root to runner:runner
2025-08-20T19:16:17.1256729Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExcludeSystemPath.json' from root:root to runner:runner
2025-08-20T19:16:17.1257552Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAssetDetailByUuid.json' from root:root to runner:runner
2025-08-20T19:16:17.1258308Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PauseClient.json' from root:root to runner:runner
2025-08-20T19:16:17.1259145Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteBinarySecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.1259942Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageFixTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1260868Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SetSensitiveDefineRuleConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1261684Z [00:02:21.473]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulFixStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1262865Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCloudVendorRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.1263722Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateInterceptionTarget.json' from root:root to runner:runner
2025-08-20T19:16:17.1264489Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListOssBucket.json' from root:root to runner:runner
2025-08-20T19:16:17.1265380Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyScaItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1266221Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/VerifyCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:17.1267037Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaClusterImageList.json' from root:root to runner:runner
2025-08-20T19:16:17.1267836Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClusterNetwork.json' from root:root to runner:runner
2025-08-20T19:16:17.1268682Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAntiBruteForceRules.json' from root:root to runner:runner
2025-08-20T19:16:17.1269499Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddContainerPluginRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1270370Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAffectedMaliciousFileImages.json' from root:root to runner:runner
2025-08-20T19:16:17.1271205Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1272017Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupPolicies.json' from root:root to runner:runner
2025-08-20T19:16:17.1272974Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageRepoList.json' from root:root to runner:runner
2025-08-20T19:16:17.1273793Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeCheckCustomConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1274716Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:17.1275624Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateImageBaselineWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:17.1276423Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:17.1277206Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:17.1278073Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInstanceRiskLevels.json' from root:root to runner:runner
2025-08-20T19:16:17.1278935Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSupportRegion.json' from root:root to runner:runner
2025-08-20T19:16:17.1279774Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SetClusterInterceptionConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1280569Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTaskErrorLog.json' from root:root to runner:runner
2025-08-20T19:16:17.1281382Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateClientAlertMode.json' from root:root to runner:runner
2025-08-20T19:16:17.1282233Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityEventOperations.json' from root:root to runner:runner
2025-08-20T19:16:17.1283194Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyScaDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1283940Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExportVul.json' from root:root to runner:runner
2025-08-20T19:16:17.1284735Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstallCode.json' from root:root to runner:runner
2025-08-20T19:16:17.1285529Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListObjectScanEvent.json' from root:root to runner:runner
2025-08-20T19:16:17.1286313Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetVirusScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1287072Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetUserLang.json' from root:root to runner:runner
2025-08-20T19:16:17.1287948Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:17.1288727Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1289595Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1290405Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckRiskStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1291224Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOrUpdateAssetGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1292063Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ValidateHcWarnings.json' from root:root to runner:runner
2025-08-20T19:16:17.1293087Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentTracingJudge.json' from root:root to runner:runner
2025-08-20T19:16:17.1293920Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileProtectEventCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1294731Z [00:02:21.474]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RefreshContainerAssets.json' from root:root to runner:runner
2025-08-20T19:16:17.1295567Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PublicPreCheckImageScanTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1296361Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.1297175Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulNumStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1297974Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstallCodes.json' from root:root to runner:runner
2025-08-20T19:16:17.1299065Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeNsasSuspEventType.json' from root:root to runner:runner
2025-08-20T19:16:17.1299975Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCloudProductFieldStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1300811Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClusterCnnfStatusDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1301725Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeScanTaskProgress.json' from root:root to runner:runner
2025-08-20T19:16:17.1302861Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLoginSwitchConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.1303646Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateImageVul.json' from root:root to runner:runner
2025-08-20T19:16:17.1304473Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupRestoreCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1305409Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetVirusScanLatestTaskStatistic.json' from root:root to runner:runner
2025-08-20T19:16:17.1306304Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1307169Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:17.1307976Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddContainerDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1308803Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaClusterBaseLineList.json' from root:root to runner:runner
2025-08-20T19:16:17.1309583Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeCheckConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1310403Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetStrategyTemplateDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1311381Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVpcHoneyPot.json' from root:root to runner:runner
2025-08-20T19:16:17.1312938Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAssetsSecurityEventSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.1314026Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpgradeBackupPolicyVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.1314905Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifySasContainerWebDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1315742Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClusterVulStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1316649Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.1317507Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRestoreJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.1318325Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SaveImageBaselineStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.1319169Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateImageVulWhitelistTarget.json' from root:root to runner:runner
2025-08-20T19:16:17.1320123Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BatchDeleteMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1320952Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CancelOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1321742Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulDetails.json' from root:root to runner:runner
2025-08-20T19:16:17.1322764Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteLoginBaseConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1323657Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AdvanceSecurityEventOperations.json' from root:root to runner:runner
2025-08-20T19:16:17.1324456Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateOpaStrategyNew.json' from root:root to runner:runner
2025-08-20T19:16:17.1325284Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentSubNodesCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1326114Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyImageFixCycleConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1326904Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedVul.json' from root:root to runner:runner
2025-08-20T19:16:17.1327747Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateInterceptionRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1328512Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallPmAgent.json' from root:root to runner:runner
2025-08-20T19:16:17.1329282Z [00:02:21.475]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:17.1330162Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1331048Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:17.1331839Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:17.1332759Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSwitchRegionDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1333663Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClientConfStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.1334518Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSecurityScoreRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1335361Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyRiskSingleResultStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1336169Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeFieldStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1337001Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RemoveCheckResultWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:17.1337821Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryGroupIdByGroupName.json' from root:root to runner:runner
2025-08-20T19:16:17.1338621Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeStrategyDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1339413Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:17.1340231Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateAntiBruteForceRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1341033Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCloudAssetSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.1341910Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityCheckScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1342984Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotAttackerPortrait.json' from root:root to runner:runner
2025-08-20T19:16:17.1343920Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageInfoList.json' from root:root to runner:runner
2025-08-20T19:16:17.1344772Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyLogMetaStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1345561Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileDetectReport.json' from root:root to runner:runner
2025-08-20T19:16:17.1346344Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1347216Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckFixDetails.json' from root:root to runner:runner
2025-08-20T19:16:17.1348100Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAegisContainerPluginRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1348931Z [00:02:21.476]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotAttackStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1349739Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAssetsPropertyDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1350567Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEventQuaraFiles.json' from root:root to runner:runner
2025-08-20T19:16:17.1351406Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstanceRebootStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1352224Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAssetDetailByUuids.json' from root:root to runner:runner
2025-08-20T19:16:17.1353222Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockProcessBlockStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1353996Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:17.1354818Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLogShipperStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1355683Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClusterCnnfStatusUserConfirm.json' from root:root to runner:runner
2025-08-20T19:16:17.1356489Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.1357369Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOrUpdateDingTalk.json' from root:root to runner:runner
2025-08-20T19:16:17.1358211Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallBackupClient.json' from root:root to runner:runner
2025-08-20T19:16:17.1359024Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyPortItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1359805Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:17.1360685Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateCommonOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1361569Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClearLogstoreStorage.json' from root:root to runner:runner
2025-08-20T19:16:17.1362631Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageSensitiveFileList.json' from root:root to runner:runner
2025-08-20T19:16:17.1363754Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDingTalk.json' from root:root to runner:runner
2025-08-20T19:16:17.1364639Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAssetSelectionSelectedTarget.json' from root:root to runner:runner
2025-08-20T19:16:17.1365460Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyCreateVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:17.1366220Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAppNetwork.json' from root:root to runner:runner
2025-08-20T19:16:17.1367032Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockBindList.json' from root:root to runner:runner
2025-08-20T19:16:17.1367828Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/MarkMonitorAccounts.json' from root:root to runner:runner
2025-08-20T19:16:17.1368824Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInterceptionRulePage.json' from root:root to runner:runner
2025-08-20T19:16:17.1369611Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLogMeta.json' from root:root to runner:runner
2025-08-20T19:16:17.1370411Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCanFixVulList.json' from root:root to runner:runner
2025-08-20T19:16:17.1371343Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetInterceptionTargetDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1372223Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockConfigList.json' from root:root to runner:runner
2025-08-20T19:16:17.1373239Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityEventOperationStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1374038Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypotPreset.json' from root:root to runner:runner
2025-08-20T19:16:17.1374911Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotEventFlows.json' from root:root to runner:runner
2025-08-20T19:16:17.1375757Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.1376579Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSystemClientRuleTypes.json' from root:root to runner:runner
2025-08-20T19:16:17.1377392Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RefreshOssBucketScanInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1378195Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallUniBackupAgent.json' from root:root to runner:runner
2025-08-20T19:16:17.1379025Z [00:02:21.477]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyContainerDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1379824Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckWarnings.json' from root:root to runner:runner
2025-08-20T19:16:17.1380616Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVulTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1381476Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/version.json' from root:root to runner:runner
2025-08-20T19:16:17.1383025Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteVpcHoneyPot.json' from root:root to runner:runner
2025-08-20T19:16:17.1384075Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateFileUploadLimit.json' from root:root to runner:runner
2025-08-20T19:16:17.1384946Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyTypeScaItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1385880Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniBackupDatabase.json' from root:root to runner:runner
2025-08-20T19:16:17.1386771Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentTracingDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1387652Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAegisContainerPluginRuleCriteria.json' from root:root to runner:runner
2025-08-20T19:16:17.1388465Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAppVulScanCycle.json' from root:root to runner:runner
2025-08-20T19:16:17.1389327Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteImageVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:17.1390152Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebPath.json' from root:root to runner:runner
2025-08-20T19:16:17.1390985Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCommonOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1391838Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckWarningMachines.json' from root:root to runner:runner
2025-08-20T19:16:17.1392907Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckWarningDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1393707Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAssetGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1394522Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListPrivateRegistryType.json' from root:root to runner:runner
2025-08-20T19:16:17.1395288Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.1396093Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeFixUsedCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1396900Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetImageEventOperation.json' from root:root to runner:runner
2025-08-20T19:16:17.1397709Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAffectedAssets.json' from root:root to runner:runner
2025-08-20T19:16:17.1398481Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateAlarmEvent.json' from root:root to runner:runner
2025-08-20T19:16:17.1399352Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateServiceTrail.json' from root:root to runner:runner
2025-08-20T19:16:17.1400235Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/VerifyCheckInstanceResult.json' from root:root to runner:runner
2025-08-20T19:16:17.1401049Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskCheckSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.1401877Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteVulAutoRepairConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1402873Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClientConfStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.1403755Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckInstanceResult.json' from root:root to runner:runner
2025-08-20T19:16:17.1404568Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAssetSelectionTarget.json' from root:root to runner:runner
2025-08-20T19:16:17.1405441Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyInstanceAntiBruteForceRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1406241Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteK8sAccessInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1407028Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVirusScanTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1407864Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/FindContainerNetworkConnect.json' from root:root to runner:runner
2025-08-20T19:16:17.1408680Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeFrontVulPatchList.json' from root:root to runner:runner
2025-08-20T19:16:17.1409462Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVulTarget.json' from root:root to runner:runner
2025-08-20T19:16:17.1410256Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupStruct.json' from root:root to runner:runner
2025-08-20T19:16:17.1411073Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClusterBasicInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1411879Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:17.1412846Z [00:02:21.478]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAssetDetailByUuid.json' from root:root to runner:runner
2025-08-20T19:16:17.1413755Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyPropertyScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1414527Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteCycleTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1415324Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallCloudMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.1416175Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:17.1417020Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BindAuthToMachine.json' from root:root to runner:runner
2025-08-20T19:16:17.1417848Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBruteForceRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.1418641Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListRuleTargetAll.json' from root:root to runner:runner
2025-08-20T19:16:17.1419433Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckProcess.json' from root:root to runner:runner
2025-08-20T19:16:17.1420248Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListImageBuildRiskItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1421073Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetPropertyScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1421909Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyInterceptionRuleSwitch.json' from root:root to runner:runner
2025-08-20T19:16:17.1422960Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstanceStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1423783Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAlarmMachineCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1424586Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOnceTaskResultInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1425382Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:17.1426336Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityEventMarkMissList.json' from root:root to runner:runner
2025-08-20T19:16:17.1427205Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeUserLang.json' from root:root to runner:runner
2025-08-20T19:16:17.1427993Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeEmgVulItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1428826Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListUninstallAegisMachines.json' from root:root to runner:runner
2025-08-20T19:16:17.1429676Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteInstallCode.json' from root:root to runner:runner
2025-08-20T19:16:17.1430604Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1431486Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVirusScanMachineEvent.json' from root:root to runner:runner
2025-08-20T19:16:17.1432298Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAttachRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.1433355Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListQueryRaspAppInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1434469Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDefaultProxyInstallVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.1435317Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/JoinWebLockProcessWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:17.1436143Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListOpaClusterStrategyNew.json' from root:root to runner:runner
2025-08-20T19:16:17.1436943Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:17.1437762Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OpenSensitiveFileScan.json' from root:root to runner:runner
2025-08-20T19:16:17.1438592Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskCheckItemResult.json' from root:root to runner:runner
2025-08-20T19:16:17.1439525Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListImageRisk.json' from root:root to runner:runner
2025-08-20T19:16:17.1440514Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1441453Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageListWithBaselineName.json' from root:root to runner:runner
2025-08-20T19:16:17.1442254Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAllEntity.json' from root:root to runner:runner
2025-08-20T19:16:17.1443226Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetContainerDefenseRuleDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1444115Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUuidsByVulNames.json' from root:root to runner:runner
2025-08-20T19:16:17.1444978Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageCriteria.json' from root:root to runner:runner
2025-08-20T19:16:17.1445810Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateVulAutoRepairConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1446616Z [00:02:21.479]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyLoginSwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1447387Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRisks.json' from root:root to runner:runner
2025-08-20T19:16:17.1448218Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateImageEventOperation.json' from root:root to runner:runner
2025-08-20T19:16:17.1448988Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetServiceTrail.json' from root:root to runner:runner
2025-08-20T19:16:17.1449763Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/FixCheckWarnings.json' from root:root to runner:runner
2025-08-20T19:16:17.1450626Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSystemRuleAggregationTypes.json' from root:root to runner:runner
2025-08-20T19:16:17.1451384Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.1452516Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryAttackCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1453790Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetInterceptionRuleDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1454914Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerTags.json' from root:root to runner:runner
2025-08-20T19:16:17.1455826Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateFileProtectRemark.json' from root:root to runner:runner
2025-08-20T19:16:17.1456730Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifySecurityEventMarkMissIndividually.json' from root:root to runner:runner
2025-08-20T19:16:17.1457529Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyRiskCheckStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1458385Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDomainCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1459331Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageEventOperationCondition.json' from root:root to runner:runner
2025-08-20T19:16:17.1460106Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:17.1460878Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RebootMachine.json' from root:root to runner:runner
2025-08-20T19:16:17.1461699Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListOssBucketScanInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1462639Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.1463467Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyContainerScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1464273Z [00:02:21.480]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateFileProtectRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1465080Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSystemClientRules.json' from root:root to runner:runner
2025-08-20T19:16:17.1465897Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeOfflineMachines.json' from root:root to runner:runner
2025-08-20T19:16:17.1466719Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyPortDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1467557Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEventUserSetting.json' from root:root to runner:runner
2025-08-20T19:16:17.1468442Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyUniBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.1469261Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RefreshAssets.json' from root:root to runner:runner
2025-08-20T19:16:17.1470100Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SetImageSensitiveFileStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1470918Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniBackupPolicies.json' from root:root to runner:runner
2025-08-20T19:16:17.1471757Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddSasModuleTrial.json' from root:root to runner:runner
2025-08-20T19:16:17.1472880Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyRefreshProcessInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1473690Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CheckUserHasEcs.json' from root:root to runner:runner
2025-08-20T19:16:17.1474492Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAssetImportant.json' from root:root to runner:runner
2025-08-20T19:16:17.1475311Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTotalStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1476113Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperationSuspEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.1476940Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageFixCycleConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1477768Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateJenkinsImageRegistry.json' from root:root to runner:runner
2025-08-20T19:16:17.1478592Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClientUserDefineRules.json' from root:root to runner:runner
2025-08-20T19:16:17.1479409Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAssetSelectionConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1480211Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClusterPluginInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1480986Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1481847Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.1482801Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CheckQuaraFileId.json' from root:root to runner:runner
2025-08-20T19:16:17.1483607Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyOpenLogShipper.json' from root:root to runner:runner
2025-08-20T19:16:17.1484421Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCountScannedImage.json' from root:root to runner:runner
2025-08-20T19:16:17.1485328Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAlarmEventStackInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1486201Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecureSuggestion.json' from root:root to runner:runner
2025-08-20T19:16:17.1487020Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageRepoCriteria.json' from root:root to runner:runner
2025-08-20T19:16:17.1487813Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockUnbind.json' from root:root to runner:runner
2025-08-20T19:16:17.1488670Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetMaliciousFileWhitelistConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1489492Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerCriteria.json' from root:root to runner:runner
2025-08-20T19:16:17.1490301Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyCronItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1491143Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentVertexExtendInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1491905Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:17.1492769Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExportRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.1493533Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetRulesCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1494378Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyScheduleConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1495284Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SaveSuspEventUserSetting.json' from root:root to runner:runner
2025-08-20T19:16:17.1496144Z [00:02:21.481]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInstanceRiskNum.json' from root:root to runner:runner
2025-08-20T19:16:17.1496932Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1497766Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypotProbeBind.json' from root:root to runner:runner
2025-08-20T19:16:17.1498655Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniRecoverableList.json' from root:root to runner:runner
2025-08-20T19:16:17.1499556Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCustomBlockInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1500372Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInterceptionHistory.json' from root:root to runner:runner
2025-08-20T19:16:17.1501187Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEventDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1501971Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteTagWithUuid.json' from root:root to runner:runner
2025-08-20T19:16:17.1502979Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyImageRegistry.json' from root:root to runner:runner
2025-08-20T19:16:17.1504020Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RollbackSuspEventQuaraFile.json' from root:root to runner:runner
2025-08-20T19:16:17.1504904Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockFileTypeSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.1505782Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulCheckTaskStatusDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1506579Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVulGlobalConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1507370Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.1508155Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaPluginStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1509231Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.1510099Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SasInstallCode.json' from root:root to runner:runner
2025-08-20T19:16:17.1510925Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartDiscoverDatabaseTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1511750Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddAssetSelectionCriteria.json' from root:root to runner:runner
2025-08-20T19:16:17.1512821Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ResetHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:17.1513749Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessMaliciousFiles.json' from root:root to runner:runner
2025-08-20T19:16:17.1514564Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeStrategyTarget.json' from root:root to runner:runner
2025-08-20T19:16:17.1515365Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupClients.json' from root:root to runner:runner
2025-08-20T19:16:17.1516160Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypotNode.json' from root:root to runner:runner
2025-08-20T19:16:17.1516982Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteImageEventOperation.json' from root:root to runner:runner
2025-08-20T19:16:17.1517752Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVulConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1518523Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotProbe.json' from root:root to runner:runner
2025-08-20T19:16:17.1519366Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskListCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:17.1520192Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileDetectApiInvokeInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1521023Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulTargetStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1522621Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVendorList.json' from root:root to runner:runner
2025-08-20T19:16:17.1523852Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyGroupProperty.json' from root:root to runner:runner
2025-08-20T19:16:17.1524783Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebPath.json' from root:root to runner:runner
2025-08-20T19:16:17.1525626Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneyPotUploadPolicyInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1526510Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockTotalFileChangeCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1527466Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCloudCenterInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1528337Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAutoDelConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1529091Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1529928Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspiciousUUIDConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1530744Z [00:02:21.482]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAppVulScanCycle.json' from root:root to runner:runner
2025-08-20T19:16:17.1531567Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBruteForceSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.1532342Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeIpTags.json' from root:root to runner:runner
2025-08-20T19:16:17.1533382Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotNodeMetricList.json' from root:root to runner:runner
2025-08-20T19:16:17.1534207Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UninstallUniBackupAgent.json' from root:root to runner:runner
2025-08-20T19:16:17.1535015Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCommonSwitchConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1535808Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteSuspEventNode.json' from root:root to runner:runner
2025-08-20T19:16:17.1536595Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDomainList.json' from root:root to runner:runner
2025-08-20T19:16:17.1537501Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartBaselineSecurityCheck.json' from root:root to runner:runner
2025-08-20T19:16:17.1538386Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyCronDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1539243Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageListBySensitiveFile.json' from root:root to runner:runner
2025-08-20T19:16:17.1540046Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryPreCheckDatabase.json' from root:root to runner:runner
2025-08-20T19:16:17.1540871Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddInstallCode.json' from root:root to runner:runner
2025-08-20T19:16:17.1541758Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteServiceTrail.json' from root:root to runner:runner
2025-08-20T19:16:17.1542700Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeEventLevelCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1543501Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotProbeUuid.json' from root:root to runner:runner
2025-08-20T19:16:17.1544301Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSummaryInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1545085Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartVirusScanTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1545884Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotEventTrend.json' from root:root to runner:runner
2025-08-20T19:16:17.1546676Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAgentlessTaskCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1547502Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateWebLockFileEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.1548307Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateUniBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.1549099Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1549881Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyPushAllTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1550800Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClientUserDefineRuleTypes.json' from root:root to runner:runner
2025-08-20T19:16:17.1551740Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateSimilarSecurityEventsQueryTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1552755Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeEmgUserAgreement.json' from root:root to runner:runner
2025-08-20T19:16:17.1553581Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSupportObjectSuffix.json' from root:root to runner:runner
2025-08-20T19:16:17.1554476Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAlarmEventDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1555368Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1556212Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeMatchedMaliciousNames.json' from root:root to runner:runner
2025-08-20T19:16:17.1557094Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSasContainerWebDefenseRuleCriteria.json' from root:root to runner:runner
2025-08-20T19:16:17.1557925Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageVulWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:17.1558734Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAuthVersionStatistic.json' from root:root to runner:runner
2025-08-20T19:16:17.1559562Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCustomBlockRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.1560353Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetVulStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.1561238Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClientRatioStatistic.json' from root:root to runner:runner
2025-08-20T19:16:17.1562085Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileUploadLimit.json' from root:root to runner:runner
2025-08-20T19:16:17.1563060Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockInclusiveFileType.json' from root:root to runner:runner
2025-08-20T19:16:17.1563864Z [00:02:21.483]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1564690Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateFileDetectUploadUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.1565477Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RetryInstallProbe.json' from root:root to runner:runner
2025-08-20T19:16:17.1566243Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTarget.json' from root:root to runner:runner
2025-08-20T19:16:17.1567024Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RetryAgentlessTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1567910Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWarningExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1568819Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteSasContainerWebDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1569633Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVulAutoRepairConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1570434Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteInterceptionRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1571258Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DisableCustomBlockRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.1572076Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeConcernNecessity.json' from root:root to runner:runner
2025-08-20T19:16:17.1572992Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageScanAuthCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1573800Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLatestScanTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1574907Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyCycleTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1575863Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupMachineStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1576682Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteInterceptionTarget.json' from root:root to runner:runner
2025-08-20T19:16:17.1577490Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClientConfSetup.json' from root:root to runner:runner
2025-08-20T19:16:17.1578355Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedStatisticsDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1579328Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyStartVulScan.json' from root:root to runner:runner
2025-08-20T19:16:17.1580145Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCloudAssetCriteria.json' from root:root to runner:runner
2025-08-20T19:16:17.1580993Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedInstanceCriteria.json' from root:root to runner:runner
2025-08-20T19:16:17.1581897Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateCommonTargetConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1583035Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeHcExportInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1583873Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/IgnoreHcCheckWarnings.json' from root:root to runner:runner
2025-08-20T19:16:17.1584666Z [00:02:21.484]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupFiles.json' from root:root to runner:runner
2025-08-20T19:16:17.1585435Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImage.json' from root:root to runner:runner
2025-08-20T19:16:17.1586238Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/HandleSecurityEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.1587095Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PublicSyncAndCreateImageScanTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1587855Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckSale.json' from root:root to runner:runner
2025-08-20T19:16:17.1588716Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateMaliciousNote.json' from root:root to runner:runner
2025-08-20T19:16:17.1589604Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAssetRefreshTaskConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1590407Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GenerateK8sAccessInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1591223Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddCheckResultWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:17.1592716Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListUnfinishedOnceTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1593928Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstallCaptcha.json' from root:root to runner:runner
2025-08-20T19:16:17.1594778Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskCheckResult.json' from root:root to runner:runner
2025-08-20T19:16:17.1595614Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageGroupedVulList.json' from root:root to runner:runner
2025-08-20T19:16:17.1596514Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateBucketScanTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1597434Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCommonOverallConfigList.json' from root:root to runner:runner
2025-08-20T19:16:17.1598255Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyInterceptionTarget.json' from root:root to runner:runner
2025-08-20T19:16:17.1599043Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyNoticeConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1599882Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertySoftwareItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1600706Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListContainerDefenseRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1601493Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetObjectScanEvent.json' from root:root to runner:runner
2025-08-20T19:16:17.1602253Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListPodRisk.json' from root:root to runner:runner
2025-08-20T19:16:17.1603430Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateSuspiciousOverallConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1604324Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCriteria.json' from root:root to runner:runner
2025-08-20T19:16:17.1605142Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAssetCleanConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1605961Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListPrivateRegistryList.json' from root:root to runner:runner
2025-08-20T19:16:17.1606752Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListK8sAccessInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1607629Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RemoveCheckInstanceResultWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:17.1608428Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulListPage.json' from root:root to runner:runner
2025-08-20T19:16:17.1609242Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyUserItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1610106Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCloudAssetDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.1610931Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExportWarning.json' from root:root to runner:runner
2025-08-20T19:16:17.1611745Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSearchCondition.json' from root:root to runner:runner
2025-08-20T19:16:17.1612717Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeOnceTaskLeafRecordPage.json' from root:root to runner:runner
2025-08-20T19:16:17.1613542Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteAntiBruteForceRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1614375Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteClientUserDefineRule.json' from root:root to runner:runner
2025-08-20T19:16:17.1615172Z [00:02:21.485]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SetRegistryScanDayNum.json' from root:root to runner:runner
2025-08-20T19:16:17.1616015Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCountNotScannedImage.json' from root:root to runner:runner
2025-08-20T19:16:17.1616921Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateAssetSelectionConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1617809Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedCheckWarning.json' from root:root to runner:runner
2025-08-20T19:16:17.1618622Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLogstoreStorage.json' from root:root to runner:runner
2025-08-20T19:16:17.1619427Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotAlarmEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.1620257Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockCreateConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1621023Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExecStrategy.json' from root:root to runner:runner
2025-08-20T19:16:17.1621845Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockDeleteConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1622891Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypot.json' from root:root to runner:runner
2025-08-20T19:16:17.1623785Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateOssScanConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1624674Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClusterInfoList.json' from root:root to runner:runner
2025-08-20T19:16:17.1625482Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRestorePlans.json' from root:root to runner:runner
2025-08-20T19:16:17.1626276Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateSuspEventNote.json' from root:root to runner:runner
2025-08-20T19:16:17.1627115Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UnMarkMonitorAccounts.json' from root:root to runner:runner
2025-08-20T19:16:17.1627973Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClusterInterceptionConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1628760Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1629576Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVulWhitelistTarget.json' from root:root to runner:runner
2025-08-20T19:16:17.1630476Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddUninstallClientsByUuids.json' from root:root to runner:runner
2025-08-20T19:16:17.1631348Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClusterStrategyCount.json' from root:root to runner:runner
2025-08-20T19:16:17.1632195Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedMaliciousFiles.json' from root:root to runner:runner
2025-08-20T19:16:17.1633001Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas' from root:root to runner:runner
2025-08-20T19:16:17.1633890Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeParametersHistory.json' from root:root to runner:runner
2025-08-20T19:16:17.1634790Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantSecurityConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.1635640Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantZonesRead.json' from root:root to runner:runner
2025-08-20T19:16:17.1636495Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantPrimaryZone.json' from root:root to runner:runner
2025-08-20T19:16:17.1637603Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantEncryption.json' from root:root to runner:runner
2025-08-20T19:16:17.1638499Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantTags.json' from root:root to runner:runner
2025-08-20T19:16:17.1639314Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1640142Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTimeZones.json' from root:root to runner:runner
2025-08-20T19:16:17.1641031Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateBackupSetDownloadLink.json' from root:root to runner:runner
2025-08-20T19:16:17.1641883Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateOmsMysqlDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.1643155Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StartOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1644130Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateTenant.json' from root:root to runner:runner
2025-08-20T19:16:17.1645051Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceNodeNum.json' from root:root to runner:runner
2025-08-20T19:16:17.1645867Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSQLPlans.json' from root:root to runner:runner
2025-08-20T19:16:17.1646730Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasAnomalySQLList.json' from root:root to runner:runner
2025-08-20T19:16:17.1647589Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListWorkerInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1648644Z [00:02:21.486]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAnomalySQLList.json' from root:root to runner:runner
2025-08-20T19:16:17.1649542Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateRdsPostgreSQLDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.1650380Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasSQLDetails.json' from root:root to runner:runner
2025-08-20T19:16:17.1651360Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:17.1652272Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasTopSQLList.json' from root:root to runner:runner
2025-08-20T19:16:17.1653266Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:17.1654136Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyDatabaseDescription.json' from root:root to runner:runner
2025-08-20T19:16:17.1654998Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/SearchOmsOpenAPIProjects.json' from root:root to runner:runner
2025-08-20T19:16:17.1655841Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantResource.json' from root:root to runner:runner
2025-08-20T19:16:17.1656703Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSlowSQLHistoryList.json' from root:root to runner:runner
2025-08-20T19:16:17.1657557Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ResumeOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1658445Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeCharset.json' from root:root to runner:runner
2025-08-20T19:16:17.1659312Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1660209Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOmsOpenAPIProjectSteps.json' from root:root to runner:runner
2025-08-20T19:16:17.1661302Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateLabel.json' from root:root to runner:runner
2025-08-20T19:16:17.1662207Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ReleaseOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1663299Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListAllLabels.json' from root:root to runner:runner
2025-08-20T19:16:17.1664204Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAvailableMemResource.json' from root:root to runner:runner
2025-08-20T19:16:17.1665042Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProjectSteps.json' from root:root to runner:runner
2025-08-20T19:16:17.1665965Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeDatabases.json' from root:root to runner:runner
2025-08-20T19:16:17.1666901Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateProjectModifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.1667722Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.1668543Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateDatabase.json' from root:root to runner:runner
2025-08-20T19:16:17.1669377Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StopProjectsByLabel.json' from root:root to runner:runner
2025-08-20T19:16:17.1670219Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeMetricsData.json' from root:root to runner:runner
2025-08-20T19:16:17.1671116Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceTemporaryCapacity.json' from root:root to runner:runner
2025-08-20T19:16:17.1672057Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListProjectFullVerifyResult.json' from root:root to runner:runner
2025-08-20T19:16:17.1673044Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ResumeProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1673845Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListProjects.json' from root:root to runner:runner
2025-08-20T19:16:17.1674690Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceTags.json' from root:root to runner:runner
2025-08-20T19:16:17.1675568Z [00:02:21.487]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceTenantModes.json' from root:root to runner:runner
2025-08-20T19:16:17.1676435Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListProjectModifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.1677326Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateTenantReadOnlyConnection.json' from root:root to runner:runner
2025-08-20T19:16:17.1678123Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteTenants.json' from root:root to runner:runner
2025-08-20T19:16:17.1679049Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOutlineBinding.json' from root:root to runner:runner
2025-08-20T19:16:17.1679952Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1680802Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ResetOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1681643Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeRecommendIndex.json' from root:root to runner:runner
2025-08-20T19:16:17.1682746Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantUserDescription.json' from root:root to runner:runner
2025-08-20T19:16:17.1683615Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ReleaseWorkerInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.1684434Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantTags.json' from root:root to runner:runner
2025-08-20T19:16:17.1685322Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/SearchOmsOpenAPIMonitorMetric.json' from root:root to runner:runner
2025-08-20T19:16:17.1686220Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/KillProcessList.json' from root:root to runner:runner
2025-08-20T19:16:17.1687087Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1687929Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateMySqlDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.1688780Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantEncryption.json' from root:root to runner:runner
2025-08-20T19:16:17.1689691Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasSlowSQLList.json' from root:root to runner:runner
2025-08-20T19:16:17.1690554Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/GetUploadOssUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.1691391Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenants.json' from root:root to runner:runner
2025-08-20T19:16:17.1692214Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateTenantUser.json' from root:root to runner:runner
2025-08-20T19:16:17.1693201Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StopOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1694017Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.1694875Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1695690Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteDatabases.json' from root:root to runner:runner
2025-08-20T19:16:17.1696469Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/version.json' from root:root to runner:runner
2025-08-20T19:16:17.1697331Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StopProjectModifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.1698181Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1699027Z [00:02:21.488]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantUserRoles.json' from root:root to runner:runner
2025-08-20T19:16:17.1699932Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSlowSQLList.json' from root:root to runner:runner
2025-08-20T19:16:17.1700843Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyDatabaseUserRoles.json' from root:root to runner:runner
2025-08-20T19:16:17.1701725Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAvailableCpuResource.json' from root:root to runner:runner
2025-08-20T19:16:17.1702976Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantSecurityIpGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.1703930Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProjectProgress.json' from root:root to runner:runner
2025-08-20T19:16:17.1704747Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ReleaseProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1705613Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProjectStepMetric.json' from root:root to runner:runner
2025-08-20T19:16:17.1706486Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1707328Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasSQLPlans.json' from root:root to runner:runner
2025-08-20T19:16:17.1708158Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSQLDetails.json' from root:root to runner:runner
2025-08-20T19:16:17.1708992Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.1709865Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasSQLHistoryList.json' from root:root to runner:runner
2025-08-20T19:16:17.1710729Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateOceanBaseDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.1711529Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StopProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1712367Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1713472Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateTenantSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1714415Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteTenantSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1715246Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTopSQLList.json' from root:root to runner:runner
2025-08-20T19:16:17.1716098Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteSecurityIpGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1717028Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSampleSqlRawTexts.json' from root:root to runner:runner
2025-08-20T19:16:17.1717934Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeDataBackupSet.json' from root:root to runner:runner
2025-08-20T19:16:17.1718762Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:17.1719575Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenant.json' from root:root to runner:runner
2025-08-20T19:16:17.1720413Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1721258Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantMetrics.json' from root:root to runner:runner
2025-08-20T19:16:17.1722109Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantUserRoles.json' from root:root to runner:runner
2025-08-20T19:16:17.1723188Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/RetryProjectModifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.1724040Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeNodeMetrics.json' from root:root to runner:runner
2025-08-20T19:16:17.1724864Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteTenantUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.1725670Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:17.1726498Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceTags.json' from root:root to runner:runner
2025-08-20T19:16:17.1727467Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSQLHistoryList.json' from root:root to runner:runner
2025-08-20T19:16:17.1728363Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/SwitchoverInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.1729171Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.1730013Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StartProjectsByLabel.json' from root:root to runner:runner
2025-08-20T19:16:17.1731009Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StartProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1732665Z [00:02:21.489]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantUserPassword.json' from root:root to runner:runner
2025-08-20T19:16:17.1733598Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceCreatableZone.json' from root:root to runner:runner
2025-08-20T19:16:17.1734467Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CancelProjectModifyRecord.json' from root:root to runner:runner
2025-08-20T19:16:17.1735305Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:17.1736200Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceSecurityConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.1737020Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.1737839Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyParameters.json' from root:root to runner:runner
2025-08-20T19:16:17.1738712Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProjectComponents.json' from root:root to runner:runner
2025-08-20T19:16:17.1739555Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAvailableSpec.json' from root:root to runner:runner
2025-08-20T19:16:17.1740391Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAvailableZone.json' from root:root to runner:runner
2025-08-20T19:16:17.1741321Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceTopology.json' from root:root to runner:runner
2025-08-20T19:16:17.1742233Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSecurityIpGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.1743352Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSQLSamples.json' from root:root to runner:runner
2025-08-20T19:16:17.1744191Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1745127Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:17.1746063Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOmsOpenAPIProject.json' from root:root to runner:runner
2025-08-20T19:16:17.1746789Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro' from root:root to runner:runner
2025-08-20T19:16:17.1747622Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1748559Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/GetServiceTemplateParameterConstraints.json' from root:root to runner:runner
2025-08-20T19:16:17.1749440Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ListServiceInstanceResources.json' from root:root to runner:runner
2025-08-20T19:16:17.1750283Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ListServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1751157Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ContinueDeployServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.1752003Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/CreateServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.1752919Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/version.json' from root:root to runner:runner
2025-08-20T19:16:17.1753776Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ListServiceInstanceLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.1754617Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/DeleteServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1755520Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/GetServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.1756342Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest' from root:root to runner:runner
2025-08-20T19:16:17.1757153Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteDatasetItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1758023Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetAccessControlListAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.1758891Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveSignatureApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1759720Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApi.json' from root:root to runner:runner
2025-08-20T19:16:17.1760517Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/QueryRequestLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.1761299Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ResetAppCode.json' from root:root to runner:runner
2025-08-20T19:16:17.1762130Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisByBackend.json' from root:root to runner:runner
2025-08-20T19:16:17.1763179Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiHistories.json' from root:root to runner:runner
2025-08-20T19:16:17.1764006Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeBackendList.json' from root:root to runner:runner
2025-08-20T19:16:17.1764813Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeSignatures.json' from root:root to runner:runner
2025-08-20T19:16:17.1765685Z [00:02:21.490]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisByTrafficControl.json' from root:root to runner:runner
2025-08-20T19:16:17.1766478Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeModels.json' from root:root to runner:runner
2025-08-20T19:16:17.1767345Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiGroupNetworkPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.1768138Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.1769021Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateIpControl.json' from root:root to runner:runner
2025-08-20T19:16:17.1769942Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteTrafficSpecialControl.json' from root:root to runner:runner
2025-08-20T19:16:17.1770731Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePlugins.json' from root:root to runner:runner
2025-08-20T19:16:17.1771589Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeMarketRemainsQuota.json' from root:root to runner:runner
2025-08-20T19:16:17.1772575Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiHistory.json' from root:root to runner:runner
2025-08-20T19:16:17.1773578Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisWithStageNameIntegratedByApp.json' from root:root to runner:runner
2025-08-20T19:16:17.1774370Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1775212Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeSignaturesByApi.json' from root:root to runner:runner
2025-08-20T19:16:17.1776029Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeIpControls.json' from root:root to runner:runner
2025-08-20T19:16:17.1776874Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceHttpCode.json' from root:root to runner:runner
2025-08-20T19:16:17.1777717Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SdkGenerateByAppForRegion.json' from root:root to runner:runner
2025-08-20T19:16:17.1778530Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateDatasetItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1779468Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetDomainWebSocketStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.1780266Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyDataset.json' from root:root to runner:runner
2025-08-20T19:16:17.1781088Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeGroupLatency.json' from root:root to runner:runner
2025-08-20T19:16:17.1781991Z [00:02:21.491]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveTrafficControlApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1783143Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateBackendModel.json' from root:root to runner:runner
2025-08-20T19:16:17.1783980Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveIpControlApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1784780Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetSignatureApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1785712Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeUpdateBackendTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1786570Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AttachApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.1787416Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisByIpControl.json' from root:root to runner:runner
2025-08-20T19:16:17.1788248Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:17.1789076Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiLatencyData.json' from root:root to runner:runner
2025-08-20T19:16:17.1789881Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ResetAppSecret.json' from root:root to runner:runner
2025-08-20T19:16:17.1790739Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DisableInstanceAccessControl.json' from root:root to runner:runner
2025-08-20T19:16:17.1791581Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiProductsByApp.json' from root:root to runner:runner
2025-08-20T19:16:17.1792710Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeIpControlPolicyItems.json' from root:root to runner:runner
2025-08-20T19:16:17.1793572Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeGroupQps.json' from root:root to runner:runner
2025-08-20T19:16:17.1794453Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteAllTrafficSpecialControl.json' from root:root to runner:runner
2025-08-20T19:16:17.1795276Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveApisAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:17.1796157Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1797028Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiQpsData.json' from root:root to runner:runner
2025-08-20T19:16:17.1797817Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ImportSwagger.json' from root:root to runner:runner
2025-08-20T19:16:17.1798582Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApi.json' from root:root to runner:runner
2025-08-20T19:16:17.1799456Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteBackendModel.json' from root:root to runner:runner
2025-08-20T19:16:17.1800315Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SdkGenerateByApp.json' from root:root to runner:runner
2025-08-20T19:16:17.1801314Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeTrafficControls.json' from root:root to runner:runner
2025-08-20T19:16:17.1802864Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAppSecurity.json' from root:root to runner:runner
2025-08-20T19:16:17.1803736Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiProductApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1804575Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.1805341Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SwitchApi.json' from root:root to runner:runner
2025-08-20T19:16:17.1806167Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDeployedApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1807004Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/OpenApiGatewayService.json' from root:root to runner:runner
2025-08-20T19:16:17.1807777Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateApp.json' from root:root to runner:runner
2025-08-20T19:16:17.1808580Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ReactivateDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.1809421Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeSystemParameters.json' from root:root to runner:runner
2025-08-20T19:16:17.1810422Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyIpControlPolicyItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1811293Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyDatasetItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1812131Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstancePackets.json' from root:root to runner:runner
2025-08-20T19:16:17.1813062Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDatasetList.json' from root:root to runner:runner
2025-08-20T19:16:17.1813950Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyTrafficControl.json' from root:root to runner:runner
2025-08-20T19:16:17.1814842Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiIpControls.json' from root:root to runner:runner
2025-08-20T19:16:17.1815652Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteIpControl.json' from root:root to runner:runner
2025-08-20T19:16:17.1816477Z [00:02:21.492]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeGroupTraffic.json' from root:root to runner:runner
2025-08-20T19:16:17.1817285Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/BatchDeployApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1818133Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceLatency.json' from root:root to runner:runner
2025-08-20T19:16:17.1818915Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AttachPlugin.json' from root:root to runner:runner
2025-08-20T19:16:17.1819770Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/EnableInstanceAccessControl.json' from root:root to runner:runner
2025-08-20T19:16:17.1820577Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.1821356Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyModel.json' from root:root to runner:runner
2025-08-20T19:16:17.1822175Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeBackendInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1823244Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisByApp.json' from root:root to runner:runner
2025-08-20T19:16:17.1824135Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateApi.json' from root:root to runner:runner
2025-08-20T19:16:17.1824994Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyBackend.json' from root:root to runner:runner
2025-08-20T19:16:17.1825868Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyVpcAccessAndUpdateApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1826673Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1827550Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DetachPlugin.json' from root:root to runner:runner
2025-08-20T19:16:17.1828434Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDatasetInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1829216Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyPlugin.json' from root:root to runner:runner
2025-08-20T19:16:17.1830050Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeImportOASTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1830880Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeHistoryApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1831718Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiGroupInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.1832664Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1833449Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.1834295Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateAccessControlList.json' from root:root to runner:runner
2025-08-20T19:16:17.1835110Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeVpcAccesses.json' from root:root to runner:runner
2025-08-20T19:16:17.1835888Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AbolishApi.json' from root:root to runner:runner
2025-08-20T19:16:17.1836747Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiGroupVpcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:17.1837671Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveIpControlPolicyItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1838572Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAbolishApiTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1839432Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveApiProductsAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:17.1840279Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetApiProductsAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:17.1841132Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1841975Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteModel.json' from root:root to runner:runner
2025-08-20T19:16:17.1842969Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateModel.json' from root:root to runner:runner
2025-08-20T19:16:17.1843793Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyBackendModel.json' from root:root to runner:runner
2025-08-20T19:16:17.1844634Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePurchasedApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1845454Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDeployedApi.json' from root:root to runner:runner
2025-08-20T19:16:17.1846309Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePurchasedApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1847171Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiGroupVpcWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:17.1848017Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePluginTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.1848847Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDeployApiTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1849655Z [00:02:21.493]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePluginApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1850481Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePluginSchemas.json' from root:root to runner:runner
2025-08-20T19:16:17.1851385Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiSignatures.json' from root:root to runner:runner
2025-08-20T19:16:17.1852254Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetAppsAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:17.1853267Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAccessControlListAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.1854076Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.1854915Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApp.json' from root:root to runner:runner
2025-08-20T19:16:17.1855770Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveVpcAccess.json' from root:root to runner:runner
2025-08-20T19:16:17.1856562Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApps.json' from root:root to runner:runner
2025-08-20T19:16:17.1857412Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiTrafficControls.json' from root:root to runner:runner
2025-08-20T19:16:17.1858219Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateSignature.json' from root:root to runner:runner
2025-08-20T19:16:17.1859103Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceDropConnections.json' from root:root to runner:runner
2025-08-20T19:16:17.1859896Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.1860692Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateApiGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1861456Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/version.json' from root:root to runner:runner
2025-08-20T19:16:17.1862263Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifySignature.json' from root:root to runner:runner
2025-08-20T19:16:17.1863322Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.1864175Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.1865102Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteSignature.json' from root:root to runner:runner
2025-08-20T19:16:17.1865938Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.1866770Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetTrafficControlApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1867554Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateBackend.json' from root:root to runner:runner
2025-08-20T19:16:17.1868452Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:17.1869302Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.1870113Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/BatchAbolishApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1870939Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveAppsAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:17.1872216Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AddTrafficSpecialControl.json' from root:root to runner:runner
2025-08-20T19:16:17.1873534Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ValidateVpcConnectivity.json' from root:root to runner:runner
2025-08-20T19:16:17.1874396Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ImportOAS.json' from root:root to runner:runner
2025-08-20T19:16:17.1875234Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDatasetItemInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.1876034Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.1876896Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceDropPacket.json' from root:root to runner:runner
2025-08-20T19:16:17.1877752Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveAccessControlListEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.1878531Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeployApi.json' from root:root to runner:runner
2025-08-20T19:16:17.1879463Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:17.1880360Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceTraffic.json' from root:root to runner:runner
2025-08-20T19:16:17.1881222Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeTrafficControlsByApi.json' from root:root to runner:runner
2025-08-20T19:16:17.1882002Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeletePlugin.json' from root:root to runner:runner
2025-08-20T19:16:17.1883086Z [00:02:21.494]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetVpcAccess.json' from root:root to runner:runner
2025-08-20T19:16:17.1884007Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetAppsAuthToApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.1884870Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyIntranetDomainPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.1885717Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetWildcardDomainPatterns.json' from root:root to runner:runner
2025-08-20T19:16:17.1886539Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetApisAuthorities.json' from root:root to runner:runner
2025-08-20T19:16:17.1887424Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceNewConnections.json' from root:root to runner:runner
2025-08-20T19:16:17.1888203Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.1888987Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApi.json' from root:root to runner:runner
2025-08-20T19:16:17.1889826Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDatasetItemList.json' from root:root to runner:runner
2025-08-20T19:16:17.1890618Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteBackend.json' from root:root to runner:runner
2025-08-20T19:16:17.1891454Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AddIpControlPolicyItem.json' from root:root to runner:runner
2025-08-20T19:16:17.1892372Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiMarketAttributes.json' from root:root to runner:runner
2025-08-20T19:16:17.1893454Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAccessControlLists.json' from root:root to runner:runner
2025-08-20T19:16:17.1894283Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateApiStageVariable.json' from root:root to runner:runner
2025-08-20T19:16:17.1895065Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreatePlugin.json' from root:root to runner:runner
2025-08-20T19:16:17.1895929Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1896784Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1897583Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1898378Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiDoc.json' from root:root to runner:runner
2025-08-20T19:16:17.1899214Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAppAttributes.json' from root:root to runner:runner
2025-08-20T19:16:17.1900029Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1900880Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeUpdateVpcInfoTask.json' from root:root to runner:runner
2025-08-20T19:16:17.1901661Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:17.1902618Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AddAccessControlListEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.1903455Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApiStageVariable.json' from root:root to runner:runner
2025-08-20T19:16:17.1904276Z [00:02:21.495]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceQps.json' from root:root to runner:runner
2025-08-20T19:16:17.1905092Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeSummaryData.json' from root:root to runner:runner
2025-08-20T19:16:17.1906001Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteAccessControlList.json' from root:root to runner:runner
2025-08-20T19:16:17.1906857Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyIpControl.json' from root:root to runner:runner
2025-08-20T19:16:17.1907693Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAppsByApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.1908482Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DryRunSwagger.json' from root:root to runner:runner
2025-08-20T19:16:17.1909338Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetIpControlApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1910245Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePurchasedApiGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.1911098Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceSlbConnect.json' from root:root to runner:runner
2025-08-20T19:16:17.1911888Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteDataset.json' from root:root to runner:runner
2025-08-20T19:16:17.1913001Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisBySignature.json' from root:root to runner:runner
2025-08-20T19:16:17.1913841Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1914678Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAuthorizedApps.json' from root:root to runner:runner
2025-08-20T19:16:17.1915476Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DetachApiProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.1916357Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveVpcAccessAndAbolishApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1917172Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1917940Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApp.json' from root:root to runner:runner
2025-08-20T19:16:17.1918758Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SdkGenerateByGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.1919669Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteTrafficControl.json' from root:root to runner:runner
2025-08-20T19:16:17.1920517Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApp.json' from root:root to runner:runner
2025-08-20T19:16:17.1921298Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateDataset.json' from root:root to runner:runner
2025-08-20T19:16:17.1922120Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateTrafficControl.json' from root:root to runner:runner
2025-08-20T19:16:17.1923251Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.1924141Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:17.1924969Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePluginsByApi.json' from root:root to runner:runner
2025-08-20T19:16:17.1925799Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAuthorizedApis.json' from root:root to runner:runner
2025-08-20T19:16:17.1926519Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi' from root:root to runner:runner
2025-08-20T19:16:17.1927435Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/DescribeAnycastServerRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.1928291Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ReleaseAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.1929163Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/UnassociateAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.1930033Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/AssociateAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.1930898Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/AllocateAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.1931759Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/DescribeAnycastPopLocations.json' from root:root to runner:runner
2025-08-20T19:16:17.1932777Z [00:02:21.496]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/UpdateAnycastEipAddressAssociations.json' from root:root to runner:runner
2025-08-20T19:16:17.1933670Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.1934632Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ModifyAnycastEipAddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.1935501Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ModifyAnycastEipAddressSpec.json' from root:root to runner:runner
2025-08-20T19:16:17.1936266Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/version.json' from root:root to runner:runner
2025-08-20T19:16:17.1937131Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.1938043Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/DescribeAnycastEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.1938842Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.1939687Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ListAnycastEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:17.1940412Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast' from root:root to runner:runner
2025-08-20T19:16:17.1941274Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/StopStatefulAsyncInvocation.json' from root:root to runner:runner
2025-08-20T19:16:17.1942663Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetResourceTags.json' from root:root to runner:runner
2025-08-20T19:16:17.1943693Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListLayers.json' from root:root to runner:runner
2025-08-20T19:16:17.1944534Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListServiceVersions.json' from root:root to runner:runner
2025-08-20T19:16:17.1945364Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListReservedCapacities.json' from root:root to runner:runner
2025-08-20T19:16:17.1946130Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteAlias.json' from root:root to runner:runner
2025-08-20T19:16:17.1946916Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/InvokeFunction.json' from root:root to runner:runner
2025-08-20T19:16:17.1947856Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetStatefulAsyncInvocation.json' from root:root to runner:runner
2025-08-20T19:16:17.1948693Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateService.json' from root:root to runner:runner
2025-08-20T19:16:17.1949475Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateFunction.json' from root:root to runner:runner
2025-08-20T19:16:17.1950247Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateFunction.json' from root:root to runner:runner
2025-08-20T19:16:17.1951093Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetFunctionCode.json' from root:root to runner:runner
2025-08-20T19:16:17.1951904Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetTrigger.json' from root:root to runner:runner
2025-08-20T19:16:17.1952982Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteTrigger.json' from root:root to runner:runner
2025-08-20T19:16:17.1953842Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetFunctionOnDemandConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1954656Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListOnDemandConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.1955438Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UntagResource.json' from root:root to runner:runner
2025-08-20T19:16:17.1956223Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteVpcBinding.json' from root:root to runner:runner
2025-08-20T19:16:17.1956995Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListServices.json' from root:root to runner:runner
2025-08-20T19:16:17.1957775Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateTrigger.json' from root:root to runner:runner
2025-08-20T19:16:17.1958635Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PutFunctionAsyncInvokeConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1959402Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/TagResource.json' from root:root to runner:runner
2025-08-20T19:16:17.1960161Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PutLayerACL.json' from root:root to runner:runner
2025-08-20T19:16:17.1961065Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.1961884Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetService.json' from root:root to runner:runner
2025-08-20T19:16:17.1962887Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.1963703Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.1964654Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListFunctionAsyncInvokeConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.1965604Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteFunctionOnDemandConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1966411Z [00:02:21.497]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/RegisterEventSource.json' from root:root to runner:runner
2025-08-20T19:16:17.1967227Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListProvisionConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.1968031Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateLayerVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.1968840Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListLayerVersions.json' from root:root to runner:runner
2025-08-20T19:16:17.1969613Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateService.json' from root:root to runner:runner
2025-08-20T19:16:17.1970413Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.1971181Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetAlias.json' from root:root to runner:runner
2025-08-20T19:16:17.1971987Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListTaggedResources.json' from root:root to runner:runner
2025-08-20T19:16:17.1972866Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateAlias.json' from root:root to runner:runner
2025-08-20T19:16:17.1973666Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.1974532Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListEventSources.json' from root:root to runner:runner
2025-08-20T19:16:17.1975386Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteLayerVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.1976204Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeregisterEventSource.json' from root:root to runner:runner
2025-08-20T19:16:17.1976976Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetFunction.json' from root:root to runner:runner
2025-08-20T19:16:17.1977781Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/version.json' from root:root to runner:runner
2025-08-20T19:16:17.1978640Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetProvisionConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1979408Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListAliases.json' from root:root to runner:runner
2025-08-20T19:16:17.1980208Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetAccountSettings.json' from root:root to runner:runner
2025-08-20T19:16:17.1981110Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListStatefulAsyncInvocationFunctions.json' from root:root to runner:runner
2025-08-20T19:16:17.1981892Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListTriggers.json' from root:root to runner:runner
2025-08-20T19:16:17.1982893Z [00:02:21.498]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteService.json' from root:root to runner:runner
2025-08-20T19:16:17.1983695Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetLayerVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.1984473Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateAlias.json' from root:root to runner:runner
2025-08-20T19:16:17.1985277Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PutProvisionConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1986056Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteFunction.json' from root:root to runner:runner
2025-08-20T19:16:17.1986887Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PutFunctionOnDemandConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1987757Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateTrigger.json' from root:root to runner:runner
2025-08-20T19:16:17.1988588Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListFunctions.json' from root:root to runner:runner
2025-08-20T19:16:17.1989378Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateVpcBinding.json' from root:root to runner:runner
2025-08-20T19:16:17.1990215Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PublishServiceVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.1991066Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListVpcBindings.json' from root:root to runner:runner
2025-08-20T19:16:17.1991927Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ReleaseGPUInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.1992847Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ClaimGPUInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.1993723Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListStatefulAsyncInvocations.json' from root:root to runner:runner
2025-08-20T19:16:17.1994595Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteFunctionAsyncInvokeConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1995391Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetCustomDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.1996241Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetFunctionAsyncInvokeConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.1997033Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListCustomDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.1997740Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open' from root:root to runner:runner
2025-08-20T19:16:17.1998584Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:17.1999409Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:17.2000172Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:17.2001023Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyNodeSpec.json' from root:root to runner:runner
2025-08-20T19:16:17.2001856Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:17.2002845Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/TransformToPrePaid.json' from root:root to runner:runner
2025-08-20T19:16:17.2003734Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2004613Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeRenewalPrice.json' from root:root to runner:runner
2025-08-20T19:16:17.2005520Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CheckCloudResourceAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:17.2006320Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.2007146Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyInstanceVpcAuthMode.json' from root:root to runner:runner
2025-08-20T19:16:17.2008017Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceConnectionString.json' from root:root to runner:runner
2025-08-20T19:16:17.2008831Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeSlowLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.2009715Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeSecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2010561Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/UpgradeDBInstanceKernelVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.2011544Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAuditPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2013124Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeMongoDBLogConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2013972Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeErrorLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.2014765Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeParameters.json' from root:root to runner:runner
2025-08-20T19:16:17.2015570Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAuditRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.2016442Z [00:02:21.499]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ReleaseNodePrivateNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.2017272Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceSwitchLog.json' from root:root to runner:runner
2025-08-20T19:16:17.2018080Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeReplicaSetRole.json' from root:root to runner:runner
2025-08-20T19:16:17.2018950Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2019852Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceNetworkType.json' from root:root to runner:runner
2025-08-20T19:16:17.2020654Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceTDE.json' from root:root to runner:runner
2025-08-20T19:16:17.2021403Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DeleteNode.json' from root:root to runner:runner
2025-08-20T19:16:17.2022211Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeRoleZoneInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2023249Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateAccount.json' from root:root to runner:runner
2025-08-20T19:16:17.2024119Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/TransformInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:17.2024961Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeUserEncryptionKeyList.json' from root:root to runner:runner
2025-08-20T19:16:17.2025842Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/RestartDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2026759Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceNetExpireTime.json' from root:root to runner:runner
2025-08-20T19:16:17.2027594Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/TransferClusterBackup.json' from root:root to runner:runner
2025-08-20T19:16:17.2028396Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeHistoryTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.2029223Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeRunningLogRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.2030013Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/EvaluateResource.json' from root:root to runner:runner
2025-08-20T19:16:17.2030848Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.2031629Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyAuditPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2032765Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2034000Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2034899Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeShardingNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.2035679Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAccounts.json' from root:root to runner:runner
2025-08-20T19:16:17.2036532Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyAccountDescription.json' from root:root to runner:runner
2025-08-20T19:16:17.2037322Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeKmsKeys.json' from root:root to runner:runner
2025-08-20T19:16:17.2038165Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceDescription.json' from root:root to runner:runner
2025-08-20T19:16:17.2038981Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeClusterBackups.json' from root:root to runner:runner
2025-08-20T19:16:17.2039934Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeInstanceAutoRenewalAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2040824Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeParameterTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.2041655Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ReleasePublicNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.2042707Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.2043588Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceEncryptionKey.json' from root:root to runner:runner
2025-08-20T19:16:17.2044374Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DestroyInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2045171Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:17.2045985Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAuditLogFilter.json' from root:root to runner:runner
2025-08-20T19:16:17.2046898Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateShardingDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2047713Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateNode.json' from root:root to runner:runner
2025-08-20T19:16:17.2048559Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/AllocatePublicNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.2049332Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DeleteDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2050137Z [00:02:21.500]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ResetAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:17.2050878Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/version.json' from root:root to runner:runner
2025-08-20T19:16:17.2051676Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:17.2052650Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifySecurityGroupConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2053518Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeSecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:17.2054383Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/MigrateToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:17.2055152Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.2055996Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstancePerformance.json' from root:root to runner:runner
2025-08-20T19:16:17.2056794Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyAuditLogFilter.json' from root:root to runner:runner
2025-08-20T19:16:17.2057606Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CheckRecoveryCondition.json' from root:root to runner:runner
2025-08-20T19:16:17.2058381Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateNodeBatch.json' from root:root to runner:runner
2025-08-20T19:16:17.2059202Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeClusterRecoverTime.json' from root:root to runner:runner
2025-08-20T19:16:17.2060066Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceSSL.json' from root:root to runner:runner
2025-08-20T19:16:17.2060883Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2061711Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeKernelReleaseNotes.json' from root:root to runner:runner
2025-08-20T19:16:17.2062784Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2063606Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/SwitchDBInstanceHA.json' from root:root to runner:runner
2025-08-20T19:16:17.2064465Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAvailableEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.2065245Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/RestoreDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2066006Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2066937Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceTDEInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2067773Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/RenewDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2068635Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/AllocateNodePrivateNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.2069393Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateBackup.json' from root:root to runner:runner
2025-08-20T19:16:17.2070249Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/UpgradeDBInstanceEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.2071031Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifySecurityIps.json' from root:root to runner:runner
2025-08-20T19:16:17.2071805Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateDBInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2072681Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeTags.json' from root:root to runner:runner
2025-08-20T19:16:17.2073612Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeBackupDBs.json' from root:root to runner:runner
2025-08-20T19:16:17.2074496Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeHistoryTasksStat.json' from root:root to runner:runner
2025-08-20T19:16:17.2075389Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeParameterModificationHistory.json' from root:root to runner:runner
2025-08-20T19:16:17.2076188Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/MigrateAvailableZone.json' from root:root to runner:runner
2025-08-20T19:16:17.2076988Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyNodeSpecBatch.json' from root:root to runner:runner
2025-08-20T19:16:17.2077829Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstancesOverview.json' from root:root to runner:runner
2025-08-20T19:16:17.2078652Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.2079506Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeActiveOperationTaskType.json' from root:root to runner:runner
2025-08-20T19:16:17.2080339Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyParameters.json' from root:root to runner:runner
2025-08-20T19:16:17.2081232Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2082027Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2083243Z [00:02:21.501]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeActiveOperationTaskCount.json' from root:root to runner:runner
2025-08-20T19:16:17.2084664Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAvailabilityZones.json' from root:root to runner:runner
2025-08-20T19:16:17.2085376Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds' from root:root to runner:runner
2025-08-20T19:16:17.2086244Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechLicenseAvailableQuota.json' from root:root to runner:runner
2025-08-20T19:16:17.2087052Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDistributedProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.2087922Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AddPowerStation.json' from root:root to runner:runner
2025-08-20T19:16:17.2088847Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceDeviceDriver.json' from root:root to runner:runner
2025-08-20T19:16:17.2089679Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ClearDeviceDesiredProperty.json' from root:root to runner:runner
2025-08-20T19:16:17.2090447Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.2091244Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:17.2092009Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PubBroadcast.json' from root:root to runner:runner
2025-08-20T19:16:17.2092894Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2093649Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2094496Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishThingModel.json' from root:root to runner:runner
2025-08-20T19:16:17.2095382Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchAddDataForApiSource.json' from root:root to runner:runner
2025-08-20T19:16:17.2096196Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.2096999Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryLicenseDeviceList.json' from root:root to runner:runner
2025-08-20T19:16:17.2097781Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetLoraNodesTask.json' from root:root to runner:runner
2025-08-20T19:16:17.2098588Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelOTAStrategyByJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2099340Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PushSpeech.json' from root:root to runner:runner
2025-08-20T19:16:17.2100112Z [00:02:21.502]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteThingModel.json' from root:root to runner:runner
2025-08-20T19:16:17.2100880Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CopyThingModel.json' from root:root to runner:runner
2025-08-20T19:16:17.2101799Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchRegisterDeviceWithApplyId.json' from root:root to runner:runner
2025-08-20T19:16:17.2102984Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTADynamicUpgradeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2103830Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSchedulePeriod.json' from root:root to runner:runner
2025-08-20T19:16:17.2104659Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTAStaticUpgradeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2105436Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ConfirmOTATask.json' from root:root to runner:runner
2025-08-20T19:16:17.2106243Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteShareTaskDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2107049Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDistributedDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2107799Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListParser.json' from root:root to runner:runner
2025-08-20T19:16:17.2108645Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateRuleAction.json' from root:root to runner:runner
2025-08-20T19:16:17.2109491Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:17.2110352Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:17.2111154Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.2111941Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2112888Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReleaseEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.2113750Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:17.2114521Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTATaskByJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2115388Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2116229Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2117032Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelReleaseProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.2117879Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceOriginalServiceData.json' from root:root to runner:runner
2025-08-20T19:16:17.2118722Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryTopicReverseRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:17.2119614Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteUserDefineTableDataByPrimaryKey.json' from root:root to runner:runner
2025-08-20T19:16:17.2120438Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReplaceEdgeInstanceGateway.json' from root:root to runner:runner
2025-08-20T19:16:17.2121290Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceSpeech.json' from root:root to runner:runner
2025-08-20T19:16:17.2122072Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/TransformClientId.json' from root:root to runner:runner
2025-08-20T19:16:17.2123177Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListProductTags.json' from root:root to runner:runner
2025-08-20T19:16:17.2124004Z [00:02:21.503]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2124890Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeLabelBatchFailedResult.json' from root:root to runner:runner
2025-08-20T19:16:17.2125685Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeDriver.json' from root:root to runner:runner
2025-08-20T19:16:17.2126459Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteOTAModule.json' from root:root to runner:runner
2025-08-20T19:16:17.2127347Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSpeechLicenseDeviceStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.2128216Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceOriginalPropertyStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2129121Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDynamicGroupDevices.json' from root:root to runner:runner
2025-08-20T19:16:17.2129943Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishScript.json' from root:root to runner:runner
2025-08-20T19:16:17.2130696Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StartRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2131475Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceBySQL.json' from root:root to runner:runner
2025-08-20T19:16:17.2132320Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceOriginalEventData.json' from root:root to runner:runner
2025-08-20T19:16:17.2133177Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchPub.json' from root:root to runner:runner
2025-08-20T19:16:17.2133948Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceFile.json' from root:root to runner:runner
2025-08-20T19:16:17.2134717Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSpeechVoice.json' from root:root to runner:runner
2025-08-20T19:16:17.2135653Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceDriverConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.2136542Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ResetConsumerGroupPosition.json' from root:root to runner:runner
2025-08-20T19:16:17.2137301Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DisableThing.json' from root:root to runner:runner
2025-08-20T19:16:17.2138114Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGrayMigrationDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2139055Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteConsumerGroupSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:17.2139935Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchUnbindProjectProducts.json' from root:root to runner:runner
2025-08-20T19:16:17.2140775Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchAddDeviceGroupRelations.json' from root:root to runner:runner
2025-08-20T19:16:17.2141550Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDestination.json' from root:root to runner:runner
2025-08-20T19:16:17.2142331Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateOTAModule.json' from root:root to runner:runner
2025-08-20T19:16:17.2143440Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:17.2144196Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryTask.json' from root:root to runner:runner
2025-08-20T19:16:17.2145018Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.2145798Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryThingModel.json' from root:root to runner:runner
2025-08-20T19:16:17.2146580Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2147325Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetParser.json' from root:root to runner:runner
2025-08-20T19:16:17.2148113Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/EnableDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:17.2149024Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2149880Z [00:02:21.504]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateProductTopic.json' from root:root to runner:runner
2025-08-20T19:16:17.2150698Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDetailSceneRuleLog.json' from root:root to runner:runner
2025-08-20T19:16:17.2151498Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateTopicRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:17.2152358Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupList.json' from root:root to runner:runner
2025-08-20T19:16:17.2153919Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicePropertyStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2154845Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2155657Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryCertUrlByApplyId.json' from root:root to runner:runner
2025-08-20T19:16:17.2156472Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySuperDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2157348Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceDeviceChannel.json' from root:root to runner:runner
2025-08-20T19:16:17.2158177Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CloseEdgeInstanceDeployment.json' from root:root to runner:runner
2025-08-20T19:16:17.2158960Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindLicenseDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2159718Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateParser.json' from root:root to runner:runner
2025-08-20T19:16:17.2160514Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryJobStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.2161333Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryLoRaJoinPermissions.json' from root:root to runner:runner
2025-08-20T19:16:17.2162086Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ResetThing.json' from root:root to runner:runner
2025-08-20T19:16:17.2163144Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2164038Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDataAPIService.json' from root:root to runner:runner
2025-08-20T19:16:17.2164785Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2165598Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupByDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2166449Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelOTATaskByJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2167332Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RefreshStudioAppTokenOpen.json' from root:root to runner:runner
2025-08-20T19:16:17.2168135Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.2169020Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryThingModelExtendConfigPublished.json' from root:root to runner:runner
2025-08-20T19:16:17.2169916Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySharePromotionActivityAuditResult.json' from root:root to runner:runner
2025-08-20T19:16:17.2170701Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2171471Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDownloadFile.json' from root:root to runner:runner
2025-08-20T19:16:17.2172342Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryShareProductNameByProductKey.json' from root:root to runner:runner
2025-08-20T19:16:17.2173305Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryBatchRegisterDeviceStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2174124Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.2174910Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ModifyOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:17.2175677Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RegisterDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2176531Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProductList.json' from root:root to runner:runner
2025-08-20T19:16:17.2177421Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchRegisterDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2178181Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ImportDTData.json' from root:root to runner:runner
2025-08-20T19:16:17.2179005Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSoundCodeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:17.2179823Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeech.json' from root:root to runner:runner
2025-08-20T19:16:17.2180681Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSoundCodeLabel.json' from root:root to runner:runner
2025-08-20T19:16:17.2181465Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDestination.json' from root:root to runner:runner
2025-08-20T19:16:17.2182253Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAJobByDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2183396Z [00:02:21.505]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceOriginalPropertyData.json' from root:root to runner:runner
2025-08-20T19:16:17.2184242Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2185056Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RetrySoundCodeLabelBatch.json' from root:root to runner:runner
2025-08-20T19:16:17.2185840Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2186641Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSoundCodeLabel.json' from root:root to runner:runner
2025-08-20T19:16:17.2187439Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindLicenseProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.2188239Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryTopicRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:17.2189007Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListRuleActions.json' from root:root to runner:runner
2025-08-20T19:16:17.2189945Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryThingModelPublished.json' from root:root to runner:runner
2025-08-20T19:16:17.2190799Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SpeechByCombination.json' from root:root to runner:runner
2025-08-20T19:16:17.2191623Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetShareTaskByDeviceOpen.json' from root:root to runner:runner
2025-08-20T19:16:17.2192587Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetStudioProjectCooperation.json' from root:root to runner:runner
2025-08-20T19:16:17.2193470Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListParserDestination.json' from root:root to runner:runner
2025-08-20T19:16:17.2194350Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishThingModelAsync.json' from root:root to runner:runner
2025-08-20T19:16:17.2195125Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:17.2195972Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeOssPreSignedAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.2196732Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2197564Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/WriteDevicesHotStorageData.json' from root:root to runner:runner
2025-08-20T19:16:17.2198348Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDataSourceItem.json' from root:root to runner:runner
2025-08-20T19:16:17.2199134Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2199965Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicesHotStorageData.json' from root:root to runner:runner
2025-08-20T19:16:17.2200749Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2201519Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RecognizeCarNum.json' from root:root to runner:runner
2025-08-20T19:16:17.2202277Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetRuleAction.json' from root:root to runner:runner
2025-08-20T19:16:17.2203415Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAJobByFirmware.json' from root:root to runner:runner
2025-08-20T19:16:17.2204287Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:17.2205139Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeInstanceDeployment.json' from root:root to runner:runner
2025-08-20T19:16:17.2205940Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSchedulePeriod.json' from root:root to runner:runner
2025-08-20T19:16:17.2206803Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetStudioAppTokenOpen.json' from root:root to runner:runner
2025-08-20T19:16:17.2207683Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CountSpeechBroadcastHour.json' from root:root to runner:runner
2025-08-20T19:16:17.2208438Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingTopo.json' from root:root to runner:runner
2025-08-20T19:16:17.2209213Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RemoveThingTopo.json' from root:root to runner:runner
2025-08-20T19:16:17.2210041Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDeviceTunnelShareStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2210867Z [00:02:21.506]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceGateway.json' from root:root to runner:runner
2025-08-20T19:16:17.2211656Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryPageByApplyId.json' from root:root to runner:runner
2025-08-20T19:16:17.2212546Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2213419Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSharePromotionSpeechModel.json' from root:root to runner:runner
2025-08-20T19:16:17.2214208Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeList.json' from root:root to runner:runner
2025-08-20T19:16:17.2214961Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SaveScript.json' from root:root to runner:runner
2025-08-20T19:16:17.2215711Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/EnableThing.json' from root:root to runner:runner
2025-08-20T19:16:17.2216564Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateDestination.json' from root:root to runner:runner
2025-08-20T19:16:17.2217373Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryOTAJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2218267Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchBindDeviceToEdgeInstanceWithDriver.json' from root:root to runner:runner
2025-08-20T19:16:17.2219070Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelOTATaskByDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2219918Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GenerateOTAUploadURL.json' from root:root to runner:runner
2025-08-20T19:16:17.2220717Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StopRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2221491Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateThingModel.json' from root:root to runner:runner
2025-08-20T19:16:17.2222250Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteParser.json' from root:root to runner:runner
2025-08-20T19:16:17.2223342Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryConsumerGroupStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2224480Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechPushJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2225666Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingModelStatusInner.json' from root:root to runner:runner
2025-08-20T19:16:17.2226523Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAUnfinishedTaskByDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2227363Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteProductTopic.json' from root:root to runner:runner
2025-08-20T19:16:17.2228169Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetDeviceState.json' from root:root to runner:runner
2025-08-20T19:16:17.2228989Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSoundCodeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:17.2229838Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchDeleteEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:17.2230722Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SpeechBySynthesis.json' from root:root to runner:runner
2025-08-20T19:16:17.2231599Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:17.2232505Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReBindLicenseDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2233379Z [00:02:21.507]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindApplicationFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2234236Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ResetDeviceTimeline.json' from root:root to runner:runner
2025-08-20T19:16:17.2235081Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetDeviceProperty.json' from root:root to runner:runner
2025-08-20T19:16:17.2235858Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceFile.json' from root:root to runner:runner
2025-08-20T19:16:17.2236601Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RerunJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2237364Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSpeech.json' from root:root to runner:runner
2025-08-20T19:16:17.2238190Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDeviceDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2239040Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PageQuerySpeechBroadcastHour.json' from root:root to runner:runner
2025-08-20T19:16:17.2239842Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GenerateFileUploadURL.json' from root:root to runner:runner
2025-08-20T19:16:17.2240692Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSharePromotionActivity.json' from root:root to runner:runner
2025-08-20T19:16:17.2241424Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RRpc.json' from root:root to runner:runner
2025-08-20T19:16:17.2242260Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateStudioAppDomainOpen.json' from root:root to runner:runner
2025-08-20T19:16:17.2243268Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceByTags.json' from root:root to runner:runner
2025-08-20T19:16:17.2244058Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListAnalyticsData.json' from root:root to runner:runner
2025-08-20T19:16:17.2244988Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindSceneRuleToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2245863Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDataAPIServiceDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.2246650Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateThingScript.json' from root:root to runner:runner
2025-08-20T19:16:17.2247461Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupTagList.json' from root:root to runner:runner
2025-08-20T19:16:17.2248388Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RefreshDeviceTunnelSharePassword.json' from root:root to runner:runner
2025-08-20T19:16:17.2249270Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupByTags.json' from root:root to runner:runner
2025-08-20T19:16:17.2250062Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AddShareTaskDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2250910Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAModuleVersionsByDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2251675Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2252673Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceDeviceByDriver.json' from root:root to runner:runner
2025-08-20T19:16:17.2253487Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDeviceDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2254248Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSpeech.json' from root:root to runner:runner
2025-08-20T19:16:17.2255055Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2255831Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDeviceShadow.json' from root:root to runner:runner
2025-08-20T19:16:17.2256676Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchBindProductsIntoProject.json' from root:root to runner:runner
2025-08-20T19:16:17.2257487Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCheckVehicleDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2258350Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetDevicesProperty.json' from root:root to runner:runner
2025-08-20T19:16:17.2259231Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicePropertiesData.json' from root:root to runner:runner
2025-08-20T19:16:17.2259988Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StartParser.json' from root:root to runner:runner
2025-08-20T19:16:17.2260809Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCreateSoundCodeLabel.json' from root:root to runner:runner
2025-08-20T19:16:17.2261637Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PrintByTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.2262730Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SubscribeTopic.json' from root:root to runner:runner
2025-08-20T19:16:17.2263636Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateProductDistributeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2264369Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/Pub.json' from root:root to runner:runner
2025-08-20T19:16:17.2265157Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateRuleAction.json' from root:root to runner:runner
2025-08-20T19:16:17.2265940Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeDriver.json' from root:root to runner:runner
2025-08-20T19:16:17.2266745Z [00:02:21.508]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AttachParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.2267580Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:17.2268366Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateThingModel.json' from root:root to runner:runner
2025-08-20T19:16:17.2269183Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceDynamicGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2269988Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSpeechDeviceDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.2270843Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceDeviceConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2271700Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateProductTags.json' from root:root to runner:runner
2025-08-20T19:16:17.2272708Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:17.2273535Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryShareTaskDeviceList.json' from root:root to runner:runner
2025-08-20T19:16:17.2274310Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryClientIds.json' from root:root to runner:runner
2025-08-20T19:16:17.2275157Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceProp.json' from root:root to runner:runner
2025-08-20T19:16:17.2275969Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2276825Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PackageSoundCodeLabelBatchAudio.json' from root:root to runner:runner
2025-08-20T19:16:17.2277688Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:17.2278462Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingScript.json' from root:root to runner:runner
2025-08-20T19:16:17.2279296Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AddDeviceToSharePromotion.json' from root:root to runner:runner
2025-08-20T19:16:17.2280122Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceDesiredProperty.json' from root:root to runner:runner
2025-08-20T19:16:17.2280916Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GisSearchDeviceTrace.json' from root:root to runner:runner
2025-08-20T19:16:17.2281787Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchSetEdgeInstanceDeviceConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2282769Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceProp.json' from root:root to runner:runner
2025-08-20T19:16:17.2283645Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicesHotStorageDataStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2284428Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProductTopic.json' from root:root to runner:runner
2025-08-20T19:16:17.2285398Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetEdgeInstanceDriverConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.2286270Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceServiceData.json' from root:root to runner:runner
2025-08-20T19:16:17.2287100Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateProductFilterConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2287871Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/OpenIotService.json' from root:root to runner:runner
2025-08-20T19:16:17.2288753Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindRoleFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2289567Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/TestSpeech.json' from root:root to runner:runner
2025-08-20T19:16:17.2290353Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2291137Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateDeviceShadow.json' from root:root to runner:runner
2025-08-20T19:16:17.2291915Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechList.json' from root:root to runner:runner
2025-08-20T19:16:17.2292774Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AsyncRRpc.json' from root:root to runner:runner
2025-08-20T19:16:17.2293694Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateConsumerGroupSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:17.2295088Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSchedulePeriod.json' from root:root to runner:runner
2025-08-20T19:16:17.2295911Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AddDataForApiSource.json' from root:root to runner:runner
2025-08-20T19:16:17.2296733Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetShareSpeechModelAudio.json' from root:root to runner:runner
2025-08-20T19:16:17.2297542Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DetachParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.2298276Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/version.json' from root:root to runner:runner
2025-08-20T19:16:17.2299141Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.2304371Z [00:02:21.509]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ImportDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2305288Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateParser.json' from root:root to runner:runner
2025-08-20T19:16:17.2306083Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/TestSwitch.json' from root:root to runner:runner
2025-08-20T19:16:17.2307087Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchSetEdgeInstanceDeviceChannel.json' from root:root to runner:runner
2025-08-20T19:16:17.2308032Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingModelTslPublished.json' from root:root to runner:runner
2025-08-20T19:16:17.2308851Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceSubTopic.json' from root:root to runner:runner
2025-08-20T19:16:17.2309660Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceSpeech.json' from root:root to runner:runner
2025-08-20T19:16:17.2310476Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DetachDestination.json' from root:root to runner:runner
2025-08-20T19:16:17.2311313Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeScheduleList.json' from root:root to runner:runner
2025-08-20T19:16:17.2312128Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.2313179Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryCustomTimelineTableStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2313951Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2314810Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CheckBindLicenseDeviceProgress.json' from root:root to runner:runner
2025-08-20T19:16:17.2315591Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteClientIds.json' from root:root to runner:runner
2025-08-20T19:16:17.2316400Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCheckDeviceNames.json' from root:root to runner:runner
2025-08-20T19:16:17.2317297Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDeviceDynamicGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2318203Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySolutionDeviceGroupPage.json' from root:root to runner:runner
2025-08-20T19:16:17.2319014Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.2319803Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AttachDestination.json' from root:root to runner:runner
2025-08-20T19:16:17.2320636Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingModelTsl.json' from root:root to runner:runner
2025-08-20T19:16:17.2321485Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2322284Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.2323314Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceCert.json' from root:root to runner:runner
2025-08-20T19:16:17.2324161Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchUpdateDeviceNickname.json' from root:root to runner:runner
2025-08-20T19:16:17.2324940Z [00:02:21.510]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSoundCode.json' from root:root to runner:runner
2025-08-20T19:16:17.2325816Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchClearEdgeInstanceDeviceConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2326638Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetEdgeInstanceDeployment.json' from root:root to runner:runner
2025-08-20T19:16:17.2327478Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSoundCodeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:17.2328307Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ShareSpeechByCombination.json' from root:root to runner:runner
2025-08-20T19:16:17.2329095Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListPowerStation.json' from root:root to runner:runner
2025-08-20T19:16:17.2329896Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ImportThingModelTsl.json' from root:root to runner:runner
2025-08-20T19:16:17.2330822Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceDistributeDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.2331692Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProductCertInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2332637Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetupStudioAppAuthModeOpen.json' from root:root to runner:runner
2025-08-20T19:16:17.2333425Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishStudioApp.json' from root:root to runner:runner
2025-08-20T19:16:17.2334285Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTAVerifyJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2335171Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PageQuerySharedSpeechOpen.json' from root:root to runner:runner
2025-08-20T19:16:17.2335952Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDestination.json' from root:root to runner:runner
2025-08-20T19:16:17.2336721Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDestination.json' from root:root to runner:runner
2025-08-20T19:16:17.2337510Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/TriggerSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2338298Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateProductTags.json' from root:root to runner:runner
2025-08-20T19:16:17.2339058Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StopParser.json' from root:root to runner:runner
2025-08-20T19:16:17.2339817Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2340624Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDeviceTunnelStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2341480Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:17.2342259Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListProductByTags.json' from root:root to runner:runner
2025-08-20T19:16:17.2343396Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindApplicationToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2344281Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2345184Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchImportVehicleDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2346028Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryImportedDeviceByApplyId.json' from root:root to runner:runner
2025-08-20T19:16:17.2346833Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteTopicRouteTable.json' from root:root to runner:runner
2025-08-20T19:16:17.2347685Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryVehicleDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2348524Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CloseDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:17.2349362Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryStudioAppPageListOpen.json' from root:root to runner:runner
2025-08-20T19:16:17.2350147Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetProductCertInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2350970Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCheckImportDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2351818Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryStudioAppDomainListOpen.json' from root:root to runner:runner
2025-08-20T19:16:17.2352758Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryStudioProjectList.json' from root:root to runner:runner
2025-08-20T19:16:17.2353605Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechLicenseDeviceList.json' from root:root to runner:runner
2025-08-20T19:16:17.2354427Z [00:02:21.511]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceChannel.json' from root:root to runner:runner
2025-08-20T19:16:17.2355195Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSpeech.json' from root:root to runner:runner
2025-08-20T19:16:17.2355989Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2356796Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetGatewayBySubDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2357617Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2358508Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindDriverToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2359329Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:17.2360096Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySceneRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2360930Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTAModule.json' from root:root to runner:runner
2025-08-20T19:16:17.2361773Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ModifyPowerStation.json' from root:root to runner:runner
2025-08-20T19:16:17.2362751Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.2363561Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSoundCodeLabel.json' from root:root to runner:runner
2025-08-20T19:16:17.2364754Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSoundCode.json' from root:root to runner:runner
2025-08-20T19:16:17.2365886Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/EnableSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2366705Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceEventData.json' from root:root to runner:runner
2025-08-20T19:16:17.2367507Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DisableDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:17.2368274Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReleaseProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.2369101Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceDriver.json' from root:root to runner:runner
2025-08-20T19:16:17.2369882Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteEdgeDriver.json' from root:root to runner:runner
2025-08-20T19:16:17.2370676Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/NotifyAddThingTopo.json' from root:root to runner:runner
2025-08-20T19:16:17.2371464Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetDeviceGroupTags.json' from root:root to runner:runner
2025-08-20T19:16:17.2372368Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDownloadDataJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2373421Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishThingModelAsyncInner.json' from root:root to runner:runner
2025-08-20T19:16:17.2374225Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDataSourceItem.json' from root:root to runner:runner
2025-08-20T19:16:17.2375043Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeLabelList.json' from root:root to runner:runner
2025-08-20T19:16:17.2375915Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindRoleToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2376760Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryMessageInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2377607Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryConsumerGroupByGroupId.json' from root:root to runner:runner
2025-08-20T19:16:17.2378353Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2379183Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySchedulePeriodList.json' from root:root to runner:runner
2025-08-20T19:16:17.2379987Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2380725Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2381533Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchQueryDeviceDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.2382371Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchUnbindProjectDevices.json' from root:root to runner:runner
2025-08-20T19:16:17.2383500Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeletePowerStation.json' from root:root to runner:runner
2025-08-20T19:16:17.2384327Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetDeviceBindStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2385146Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/EnableDeviceTunnelShare.json' from root:root to runner:runner
2025-08-20T19:16:17.2386060Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DisableDeviceTunnelShare.json' from root:root to runner:runner
2025-08-20T19:16:17.2386941Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSoundCodeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:17.2387725Z [00:02:21.512]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2388546Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySummarySceneRuleLog.json' from root:root to runner:runner
2025-08-20T19:16:17.2389459Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ClearEdgeInstanceDriverConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.2390384Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2391186Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDataSourceItem.json' from root:root to runner:runner
2025-08-20T19:16:17.2391957Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDeviceStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2392875Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteProductTags.json' from root:root to runner:runner
2025-08-20T19:16:17.2393665Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchAddThingTopo.json' from root:root to runner:runner
2025-08-20T19:16:17.2394506Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProjectShareDeviceList.json' from root:root to runner:runner
2025-08-20T19:16:17.2395293Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryStudioAppList.json' from root:root to runner:runner
2025-08-20T19:16:17.2396087Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceTunnel.json' from root:root to runner:runner
2025-08-20T19:16:17.2396880Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2397616Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2398424Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GisQueryDeviceLocation.json' from root:root to runner:runner
2025-08-20T19:16:17.2399274Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.2400149Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryConsumerGroupList.json' from root:root to runner:runner
2025-08-20T19:16:17.2400927Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2401710Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateThingScript.json' from root:root to runner:runner
2025-08-20T19:16:17.2402936Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCreateSoundCodeLabelWithLabels.json' from root:root to runner:runner
2025-08-20T19:16:17.2403802Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSoundCodeAudio.json' from root:root to runner:runner
2025-08-20T19:16:17.2404631Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceProvisioning.json' from root:root to runner:runner
2025-08-20T19:16:17.2405494Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchUnbindDeviceFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2406331Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GenerateDeviceNameListURL.json' from root:root to runner:runner
2025-08-20T19:16:17.2407129Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceFileList.json' from root:root to runner:runner
2025-08-20T19:16:17.2407926Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CopyThingModelAsync.json' from root:root to runner:runner
2025-08-20T19:16:17.2408768Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeLabelBatchList.json' from root:root to runner:runner
2025-08-20T19:16:17.2409563Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListThingTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.2410318Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListTask.json' from root:root to runner:runner
2025-08-20T19:16:17.2411108Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateLoRaNodesTask.json' from root:root to runner:runner
2025-08-20T19:16:17.2411921Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicePropertyData.json' from root:root to runner:runner
2025-08-20T19:16:17.2412876Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2413733Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:17.2414557Z [00:02:21.513]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetDeviceDesiredProperty.json' from root:root to runner:runner
2025-08-20T19:16:17.2415377Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechPushJobDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2416256Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechPushJobSpeech.json' from root:root to runner:runner
2025-08-20T19:16:17.2417111Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindLicenseProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.2417952Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchBindDevicesIntoProject.json' from root:root to runner:runner
2025-08-20T19:16:17.2418772Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteStudioAppDomainOpen.json' from root:root to runner:runner
2025-08-20T19:16:17.2419559Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeDriver.json' from root:root to runner:runner
2025-08-20T19:16:17.2420342Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReupgradeOTATask.json' from root:root to runner:runner
2025-08-20T19:16:17.2421163Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindGatewayToEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2421979Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:17.2423040Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.2423871Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListThingModelVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.2424640Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSoundCode.json' from root:root to runner:runner
2025-08-20T19:16:17.2425413Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2426390Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceHistoricDeployment.json' from root:root to runner:runner
2025-08-20T19:16:17.2427267Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteRuleAction.json' from root:root to runner:runner
2025-08-20T19:16:17.2428058Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateProductTopic.json' from root:root to runner:runner
2025-08-20T19:16:17.2428831Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DisableSceneRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2429732Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryThingModelExtendConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2430576Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/InvokeThingsService.json' from root:root to runner:runner
2025-08-20T19:16:17.2431394Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RecognizePictureGeneral.json' from root:root to runner:runner
2025-08-20T19:16:17.2432207Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteParserDataSource.json' from root:root to runner:runner
2025-08-20T19:16:17.2433169Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindDriverFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2434265Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeInstanceMessageRouting.json' from root:root to runner:runner
2025-08-20T19:16:17.2435563Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchImportDevice.json' from root:root to runner:runner
2025-08-20T19:16:17.2436353Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateOTAJob.json' from root:root to runner:runner
2025-08-20T19:16:17.2437188Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SyncSpeechByCombination.json' from root:root to runner:runner
2025-08-20T19:16:17.2438000Z [00:02:21.514]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.2438860Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchDeleteDeviceGroupRelations.json' from root:root to runner:runner
2025-08-20T19:16:17.2439711Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindSceneRuleFromEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2440600Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/InvokeThingService.json' from root:root to runner:runner
2025-08-20T19:16:17.2441445Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2442215Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SaveDeviceProp.json' from root:root to runner:runner
2025-08-20T19:16:17.2443244Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAModuleByProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.2444158Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySubscribeRelation.json' from root:root to runner:runner
2025-08-20T19:16:17.2444980Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.2445791Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/InvokeDataAPIService.json' from root:root to runner:runner
2025-08-20T19:16:17.2446614Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeDriverVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.2447395Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StartPTDetection.json' from root:root to runner:runner
2025-08-20T19:16:17.2448200Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceByStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2448980Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteOTAFirmware.json' from root:root to runner:runner
2025-08-20T19:16:17.2449822Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceListByDeviceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2450577Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot' from root:root to runner:runner
2025-08-20T19:16:17.2451439Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerLog.json' from root:root to runner:runner
2025-08-20T19:16:17.2452193Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/ListUsage.json' from root:root to runner:runner
2025-08-20T19:16:17.2453114Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.2453953Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:17.2454736Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateDataCache.json' from root:root to runner:runner
2025-08-20T19:16:17.2455576Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroupPrice.json' from root:root to runner:runner
2025-08-20T19:16:17.2456410Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroupEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.2457245Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CopyDataCache.json' from root:root to runner:runner
2025-08-20T19:16:17.2458123Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateContainerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2458901Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DeleteImageCache.json' from root:root to runner:runner
2025-08-20T19:16:17.2459732Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeInstanceOpsRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.2460573Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroupMetric.json' from root:root to runner:runner
2025-08-20T19:16:17.2461359Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CommitContainer.json' from root:root to runner:runner
2025-08-20T19:16:17.2462143Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeDataCaches.json' from root:root to runner:runner
2025-08-20T19:16:17.2463254Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroupStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2464169Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DeleteContainerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2465036Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/UpdateContainerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2465836Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeVirtualNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.2466614Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/UpdateImageCache.json' from root:root to runner:runner
2025-08-20T19:16:17.2467454Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/ResizeContainerGroupVolume.json' from root:root to runner:runner
2025-08-20T19:16:17.2468242Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DeleteVirtualNode.json' from root:root to runner:runner
2025-08-20T19:16:17.2468981Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/version.json' from root:root to runner:runner
2025-08-20T19:16:17.2469849Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeMultiContainerGroupMetric.json' from root:root to runner:runner
2025-08-20T19:16:17.2470683Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.2471527Z [00:02:21.515]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateVirtualNode.json' from root:root to runner:runner
2025-08-20T19:16:17.2472303Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DeleteDataCache.json' from root:root to runner:runner
2025-08-20T19:16:17.2473202Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateImageCache.json' from root:root to runner:runner
2025-08-20T19:16:17.2474010Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateInstanceOpsTask.json' from root:root to runner:runner
2025-08-20T19:16:17.2474811Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeImageCaches.json' from root:root to runner:runner
2025-08-20T19:16:17.2475650Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeCommitContainerTask.json' from root:root to runner:runner
2025-08-20T19:16:17.2476450Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/ExecContainerCommand.json' from root:root to runner:runner
2025-08-20T19:16:17.2477331Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/RestartContainerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2478113Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/UpdateVirtualNode.json' from root:root to runner:runner
2025-08-20T19:16:17.2478945Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/UpdateDataCache.json' from root:root to runner:runner
2025-08-20T19:16:17.2479630Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci' from root:root to runner:runner
2025-08-20T19:16:17.2480418Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2481179Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/BindEcsSlb.json' from root:root to runner:runner
2025-08-20T19:16:17.2481980Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:17.2482943Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteEcu.json' from root:root to runner:runner
2025-08-20T19:16:17.2483741Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateK8sService.json' from root:root to runner:runner
2025-08-20T19:16:17.2484630Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RollbackApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2485491Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AuthorizeApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2486275Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.2487049Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ImportK8sCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.2487863Z [00:02:21.516]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2488634Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteLogPath.json' from root:root to runner:runner
2025-08-20T19:16:17.2489425Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2490264Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sApplicationConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2491085Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/MigrateEcu.json' from root:root to runner:runner
2025-08-20T19:16:17.2491970Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateJvmConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2492851Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListScaleOutEcu.json' from root:root to runner:runner
2025-08-20T19:16:17.2493675Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListPublishedServices.json' from root:root to runner:runner
2025-08-20T19:16:17.2494532Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2495316Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AbortChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.2496101Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ResetApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2496912Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteUserDefineRegion.json' from root:root to runner:runner
2025-08-20T19:16:17.2498388Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/SynchronizeResource.json' from root:root to runner:runner
2025-08-20T19:16:17.2499239Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:17.2500010Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListAuthority.json' from root:root to runner:runner
2025-08-20T19:16:17.2500772Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.2501600Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/SwitchAdvancedMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:17.2502885Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetWebContainerConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2504197Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:17.2505697Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sSlb.json' from root:root to runner:runner
2025-08-20T19:16:17.2507420Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2509048Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryRegionConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2510673Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/EnableApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2512023Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListMethods.json' from root:root to runner:runner
2025-08-20T19:16:17.2513591Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteServiceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2514434Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:17.2515253Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListK8sNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:17.2516028Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListK8sSecrets.json' from root:root to runner:runner
2025-08-20T19:16:17.2516945Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateConfigTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.2517832Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2518622Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetAppDeployment.json' from root:root to runner:runner
2025-08-20T19:16:17.2519395Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListComponents.json' from root:root to runner:runner
2025-08-20T19:16:17.2520169Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListBuildPack.json' from root:root to runner:runner
2025-08-20T19:16:17.2520984Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RetryChangeOrderTask.json' from root:root to runner:runner
2025-08-20T19:16:17.2521775Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertServiceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2522859Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceProvidersPage.json' from root:root to runner:runner
2025-08-20T19:16:17.2523799Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertSwimmingLaneGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2524657Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ChangeDeployGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2525446Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ContinuePipeline.json' from root:root to runner:runner
2025-08-20T19:16:17.2526241Z [00:02:21.517]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertClusterMember.json' from root:root to runner:runner
2025-08-20T19:16:17.2527019Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.2527899Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetPackageStorageCredential.json' from root:root to runner:runner
2025-08-20T19:16:17.2528682Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListEcuByRegion.json' from root:root to runner:runner
2025-08-20T19:16:17.2529485Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteConfigTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.2530343Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2531190Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2531987Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListConvertableEcu.json' from root:root to runner:runner
2025-08-20T19:16:17.2532992Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryApplicationStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2533767Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/BindK8sSlb.json' from root:root to runner:runner
2025-08-20T19:16:17.2534547Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListSubAccount.json' from root:root to runner:runner
2025-08-20T19:16:17.2535296Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateRole.json' from root:root to runner:runner
2025-08-20T19:16:17.2536076Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListDeployGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2536956Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateHealthCheckUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.2537754Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteClusterMember.json' from root:root to runner:runner
2025-08-20T19:16:17.2538590Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetK8sServices.json' from root:root to runner:runner
2025-08-20T19:16:17.2539382Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StartK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2540199Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateIDCImportCommand.json' from root:root to runner:runner
2025-08-20T19:16:17.2540998Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QuerySlsLogStoreList.json' from root:root to runner:runner
2025-08-20T19:16:17.2541795Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListApplicationEcu.json' from root:root to runner:runner
2025-08-20T19:16:17.2542864Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ConvertK8sResource.json' from root:root to runner:runner
2025-08-20T19:16:17.2543788Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ScaleoutApplicationWithNewInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.2544696Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AuthorizeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2545547Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ModifyScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2546391Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AbortAndRollbackChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.2547149Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UnbindSlb.json' from root:root to runner:runner
2025-08-20T19:16:17.2547981Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DescribeAppInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:17.2548776Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:17.2549536Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteRole.json' from root:root to runner:runner
2025-08-20T19:16:17.2550341Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetJavaStartUpConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2551192Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertSwimmingLane.json' from root:root to runner:runner
2025-08-20T19:16:17.2552040Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetChangeOrderInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2553261Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AuthorizeRole.json' from root:root to runner:runner
2025-08-20T19:16:17.2554064Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateContainer.json' from root:root to runner:runner
2025-08-20T19:16:17.2554857Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sResource.json' from root:root to runner:runner
2025-08-20T19:16:17.2555606Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListSlb.json' from root:root to runner:runner
2025-08-20T19:16:17.2556409Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListUserDefineRegion.json' from root:root to runner:runner
2025-08-20T19:16:17.2557202Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListConsumedServices.json' from root:root to runner:runner
2025-08-20T19:16:17.2558100Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeployK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2558945Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sService.json' from root:root to runner:runner
2025-08-20T19:16:17.2559690Z [00:02:21.518]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/version.json' from root:root to runner:runner
2025-08-20T19:16:17.2560535Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sApplicationBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2561393Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DisableApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2562245Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2563290Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteDeployGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2564131Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetContainerConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2564963Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/BindSlb.json' from root:root to runner:runner
2025-08-20T19:16:17.2565795Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryEccInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2566581Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2567369Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeployApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2568154Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InstallAgent.json' from root:root to runner:runner
2025-08-20T19:16:17.2568971Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RestartK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2569793Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateHookConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2570564Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetSecureToken.json' from root:root to runner:runner
2025-08-20T19:16:17.2571421Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListClusterMembers.json' from root:root to runner:runner
2025-08-20T19:16:17.2572305Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListHistoryDeployVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.2573339Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2574170Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceListPage.json' from root:root to runner:runner
2025-08-20T19:16:17.2574979Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertOrUpdateRegion.json' from root:root to runner:runner
2025-08-20T19:16:17.2575796Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateConfigTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.2576952Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetK8sAppPrecheckResult.json' from root:root to runner:runner
2025-08-20T19:16:17.2578118Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListEcsNotInCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.2579013Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateSlsLogStore.json' from root:root to runner:runner
2025-08-20T19:16:17.2579870Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sService.json' from root:root to runner:runner
2025-08-20T19:16:17.2580679Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListConfigTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.2581452Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateK8sSecret.json' from root:root to runner:runner
2025-08-20T19:16:17.2582317Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateK8sIngressRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2583465Z [00:02:21.519]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2584293Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryMigrateEcuList.json' from root:root to runner:runner
2025-08-20T19:16:17.2585078Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListServiceGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.2585899Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListRecentChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.2586695Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StopK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2587494Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ScaleOutApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2588277Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetScalingRules.json' from root:root to runner:runner
2025-08-20T19:16:17.2589078Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetJvmConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2589933Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateContainerConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2590705Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sSecret.json' from root:root to runner:runner
2025-08-20T19:16:17.2591470Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UnbindK8sSlb.json' from root:root to runner:runner
2025-08-20T19:16:17.2592324Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListK8sConfigMaps.json' from root:root to runner:runner
2025-08-20T19:16:17.2593426Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StartApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2594249Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/TransformClusterMember.json' from root:root to runner:runner
2025-08-20T19:16:17.2595075Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateApplicationBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2595951Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ScaleInApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2596916Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceConsumersPage.json' from root:root to runner:runner
2025-08-20T19:16:17.2597699Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sSecret.json' from root:root to runner:runner
2025-08-20T19:16:17.2598483Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertDeployGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2599284Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2600154Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DescribeApplicationScalingRules.json' from root:root to runner:runner
2025-08-20T19:16:17.2600953Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceMethodPage.json' from root:root to runner:runner
2025-08-20T19:16:17.2601745Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateK8sConfigMap.json' from root:root to runner:runner
2025-08-20T19:16:17.2602794Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListRole.json' from root:root to runner:runner
2025-08-20T19:16:17.2603639Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RestartApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2604438Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StartK8sAppPrecheck.json' from root:root to runner:runner
2025-08-20T19:16:17.2605242Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ScaleK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2606149Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RollbackChangeOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.2607007Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.2607815Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sIngressRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2608566Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AddLogPath.json' from root:root to runner:runner
2025-08-20T19:16:17.2609440Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryMigrateRegionList.json' from root:root to runner:runner
2025-08-20T19:16:17.2610280Z [00:02:21.520]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateAccountInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2611089Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sIngressRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2611831Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListVpc.json' from root:root to runner:runner
2025-08-20T19:16:17.2612849Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListAliyunRegion.json' from root:root to runner:runner
2025-08-20T19:16:17.2613667Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListK8sIngressRules.json' from root:root to runner:runner
2025-08-20T19:16:17.2614442Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetK8sCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.2615227Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StopApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2616000Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2616860Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateApplicationScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2617671Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2618422Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertRole.json' from root:root to runner:runner
2025-08-20T19:16:17.2619194Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.2619972Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas' from root:root to runner:runner
2025-08-20T19:16:17.2620893Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DisableLoadBalancerIpv6Internet.json' from root:root to runner:runner
2025-08-20T19:16:17.2621772Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateLoadBalancerAddressTypeConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2622735Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/StartShiftLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:17.2623604Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CreateSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2624453Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:17.2625220Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/GetJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2626066Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/LoadBalancerJoinSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2626890Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/AddServersToServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2627761Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2628564Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DeleteSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2629477Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/AttachCommonBandwidthPackageToLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:17.2630328Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateLoadBalancerProtection.json' from root:root to runner:runner
2025-08-20T19:16:17.2631156Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListListenerCertificates.json' from root:root to runner:runner
2025-08-20T19:16:17.2631922Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/StartListener.json' from root:root to runner:runner
2025-08-20T19:16:17.2632843Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:17.2633696Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2634678Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/AssociateAdditionalCertificatesWithListener.json' from root:root to runner:runner
2025-08-20T19:16:17.2635544Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateServerGroupServersAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2636370Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/GetLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2637287Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListServerGroupServers.json' from root:root to runner:runner
2025-08-20T19:16:17.2638065Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.2638851Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DeleteServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2639642Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2640427Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2641285Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/LoadBalancerLeaveSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2642075Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DeleteLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:17.2643222Z [00:02:21.521]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListSystemSecurityPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2644058Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2644811Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/version.json' from root:root to runner:runner
2025-08-20T19:16:17.2645610Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/GetListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2646840Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DeleteListener.json' from root:root to runner:runner
2025-08-20T19:16:17.2647919Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.2648777Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListListeners.json' from root:root to runner:runner
2025-08-20T19:16:17.2649550Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2650331Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CreateServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2651242Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CancelShiftLoadBalancerZones.json' from root:root to runner:runner
2025-08-20T19:16:17.2652069Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2653106Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CreateListener.json' from root:root to runner:runner
2025-08-20T19:16:17.2653881Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/StopListener.json' from root:root to runner:runner
2025-08-20T19:16:17.2654720Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/GetListenerHealthStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2655670Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DisassociateAdditionalCertificatesWithListener.json' from root:root to runner:runner
2025-08-20T19:16:17.2656433Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:17.2657357Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:17.2658145Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:17.2659008Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateSecurityPolicyAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2659847Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/RemoveServersFromServerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2660706Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/EnableLoadBalancerIpv6Internet.json' from root:root to runner:runner
2025-08-20T19:16:17.2661625Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateServerGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2662373Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb' from root:root to runner:runner
2025-08-20T19:16:17.2663286Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/MergeImageFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2664132Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectPedestrianIntrusion.json' from root:root to runner:runner
2025-08-20T19:16:17.2665026Z [00:02:21.522]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/AddFaceImageTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.2665894Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectBodyCount.json' from root:root to runner:runner
2025-08-20T19:16:17.2666707Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/UpdateFaceEntity.json' from root:root to runner:runner
2025-08-20T19:16:17.2667488Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/HandPosture.json' from root:root to runner:runner
2025-08-20T19:16:17.2668274Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/CreateFaceDb.json' from root:root to runner:runner
2025-08-20T19:16:17.2669066Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/BodyPosture.json' from root:root to runner:runner
2025-08-20T19:16:17.2669907Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GenerateHumanSketchStyle.json' from root:root to runner:runner
2025-08-20T19:16:17.2670681Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2671501Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/CompareFaceWithMask.json' from root:root to runner:runner
2025-08-20T19:16:17.2672283Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/LiquifyFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2673143Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/AddFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2673986Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GenerateHumanAnimeStyle.json' from root:root to runner:runner
2025-08-20T19:16:17.2674847Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/BatchAddFaces.json' from root:root to runner:runner
2025-08-20T19:16:17.2675742Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeleteFaceImageTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.2676523Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/FaceBeauty.json' from root:root to runner:runner
2025-08-20T19:16:17.2677318Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectCelebrity.json' from root:root to runner:runner
2025-08-20T19:16:17.2678164Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectChefCap.json' from root:root to runner:runner
2025-08-20T19:16:17.2679038Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizeHandGesture.json' from root:root to runner:runner
2025-08-20T19:16:17.2679826Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/BeautifyBody.json' from root:root to runner:runner
2025-08-20T19:16:17.2680631Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectLivingFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2681414Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RetouchBody.json' from root:root to runner:runner
2025-08-20T19:16:17.2682195Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RetouchSkin.json' from root:root to runner:runner
2025-08-20T19:16:17.2683249Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeepfakeFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2684040Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/FaceFilter.json' from root:root to runner:runner
2025-08-20T19:16:17.2684833Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/AddFaceEntity.json' from root:root to runner:runner
2025-08-20T19:16:17.2685637Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/VerifyFaceMask.json' from root:root to runner:runner
2025-08-20T19:16:17.2686408Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeleteFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2687178Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/CompareFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2688030Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/version.json' from root:root to runner:runner
2025-08-20T19:16:17.2688909Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizePublicFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2689795Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GetRealPersonVerificationResult.json' from root:root to runner:runner
2025-08-20T19:16:17.2690576Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeleteFaceDb.json' from root:root to runner:runner
2025-08-20T19:16:17.2691440Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeleteFaceEntity.json' from root:root to runner:runner
2025-08-20T19:16:17.2692287Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizeFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2693317Z [00:02:21.523]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GetFaceEntity.json' from root:root to runner:runner
2025-08-20T19:16:17.2694135Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectPedestrian.json' from root:root to runner:runner
2025-08-20T19:16:17.2694961Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/ExtractFingerPrint.json' from root:root to runner:runner
2025-08-20T19:16:17.2695746Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/SearchFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2696594Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/PedestrianDetectAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2697372Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/ListFaceDbs.json' from root:root to runner:runner
2025-08-20T19:16:17.2698200Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizeExpression.json' from root:root to runner:runner
2025-08-20T19:16:17.2698979Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/FaceMakeup.json' from root:root to runner:runner
2025-08-20T19:16:17.2699819Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/QueryFaceImageTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.2700588Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/FaceTidyup.json' from root:root to runner:runner
2025-08-20T19:16:17.2701477Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/ListFaceEntities.json' from root:root to runner:runner
2025-08-20T19:16:17.2702529Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GenRealPersonVerificationToken.json' from root:root to runner:runner
2025-08-20T19:16:17.2703366Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectVideoLivingFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2704190Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/MonitorExamination.json' from root:root to runner:runner
2025-08-20T19:16:17.2705036Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/EnhanceFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2705944Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectInfraredLivingFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2706709Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/BlurFace.json' from root:root to runner:runner
2025-08-20T19:16:17.2707576Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/ExtractPedestrianFeatureAttr.json' from root:root to runner:runner
2025-08-20T19:16:17.2708382Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizeAction.json' from root:root to runner:runner
2025-08-20T19:16:17.2709100Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody' from root:root to runner:runner
2025-08-20T19:16:17.2710028Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DetachResourceFromVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:17.2710932Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/AttachResourceToVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:17.2711779Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2712787Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointServiceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2713673Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.2714815Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointConnections.json' from root:root to runner:runner
2025-08-20T19:16:17.2716198Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/AttachSecurityGroupToVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:17.2717195Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DetachSecurityGroupFromVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:17.2718068Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/AddUserToVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:17.2718967Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/EnableVpcEndpointZoneConnection.json' from root:root to runner:runner
2025-08-20T19:16:17.2719905Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointZones.json' from root:root to runner:runner
2025-08-20T19:16:17.2720735Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/CreateVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:17.2721582Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/OpenPrivateLinkService.json' from root:root to runner:runner
2025-08-20T19:16:17.2722587Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2723594Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointServicesByEndUser.json' from root:root to runner:runner
2025-08-20T19:16:17.2724479Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/EnableVpcEndpointConnection.json' from root:root to runner:runner
2025-08-20T19:16:17.2725383Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/RemoveUserFromVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:17.2726282Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointServiceResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2727125Z [00:02:21.524]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/AddZoneToVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:17.2728000Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointServices.json' from root:root to runner:runner
2025-08-20T19:16:17.2728860Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DeleteVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:17.2729838Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/GetVpcEndpointServiceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2730712Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:17.2731496Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/version.json' from root:root to runner:runner
2025-08-20T19:16:17.2732575Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DisableVpcEndpointZoneConnection.json' from root:root to runner:runner
2025-08-20T19:16:17.2733619Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/GetVpcEndpointAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2734511Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/CheckProductOpen.json' from root:root to runner:runner
2025-08-20T19:16:17.2735337Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.2736147Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2737024Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointServiceUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.2738019Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2738814Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2739689Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DisableVpcEndpointConnection.json' from root:root to runner:runner
2025-08-20T19:16:17.2740554Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2741365Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DescribeZones.json' from root:root to runner:runner
2025-08-20T19:16:17.2742281Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointConnectionAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2743286Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DeleteVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:17.2744159Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/RemoveZoneFromVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:17.2745178Z [00:02:21.525]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointServiceResourceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.2746036Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/CreateVpcEndpointService.json' from root:root to runner:runner
2025-08-20T19:16:17.2746815Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink' from root:root to runner:runner
2025-08-20T19:16:17.2747647Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.2748471Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2749233Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:17.2750064Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateStateConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2750868Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetExecutionTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.2751668Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2752539Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/StartExecution.json' from root:root to runner:runner
2025-08-20T19:16:17.2753345Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetSecretParameters.json' from root:root to runner:runner
2025-08-20T19:16:17.2754169Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListInstancePatchStates.json' from root:root to runner:runner
2025-08-20T19:16:17.2754966Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListInstancePatches.json' from root:root to runner:runner
2025-08-20T19:16:17.2755814Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/RegisterDefaultPatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:17.2756711Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetSecretParametersByPath.json' from root:root to runner:runner
2025-08-20T19:16:17.2757528Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2758375Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreatePatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:17.2759202Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteStateConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:17.2759982Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteParameter.json' from root:root to runner:runner
2025-08-20T19:16:17.2760829Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdatePatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:17.2761679Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2762669Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListExecutions.json' from root:root to runner:runner
2025-08-20T19:16:17.2763503Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:17.2764290Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateParameter.json' from root:root to runner:runner
2025-08-20T19:16:17.2765058Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListActions.json' from root:root to runner:runner
2025-08-20T19:16:17.2765905Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DescribeApplicationGroupBill.json' from root:root to runner:runner
2025-08-20T19:16:17.2766659Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetParameter.json' from root:root to runner:runner
2025-08-20T19:16:17.2767420Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetOpsItem.json' from root:root to runner:runner
2025-08-20T19:16:17.2768209Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListExecutionLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.2769049Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListResourceExecutionStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2769822Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2770722Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListParameters.json' from root:root to runner:runner
2025-08-20T19:16:17.2771603Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeployApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2772627Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateSecretParameter.json' from root:root to runner:runner
2025-08-20T19:16:17.2773462Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/SetServiceSettings.json' from root:root to runner:runner
2025-08-20T19:16:17.2774333Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetSecretParameter.json' from root:root to runner:runner
2025-08-20T19:16:17.2775174Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.2775941Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateOpsItem.json' from root:root to runner:runner
2025-08-20T19:16:17.2776767Z [00:02:21.526]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GenerateExecutionPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2777562Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetServiceSettings.json' from root:root to runner:runner
2025-08-20T19:16:17.2778345Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/NotifyExecution.json' from root:root to runner:runner
2025-08-20T19:16:17.2779152Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteSecretParameter.json' from root:root to runner:runner
2025-08-20T19:16:17.2779935Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListPatchBaselines.json' from root:root to runner:runner
2025-08-20T19:16:17.2780698Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:17.2781495Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetParametersByPath.json' from root:root to runner:runner
2025-08-20T19:16:17.2782497Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateSecretParameter.json' from root:root to runner:runner
2025-08-20T19:16:17.2783934Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.2784902Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListApplicationGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.2785771Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/SearchInventory.json' from root:root to runner:runner
2025-08-20T19:16:17.2786556Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetPatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:17.2787327Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetParameters.json' from root:root to runner:runner
2025-08-20T19:16:17.2788168Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetInventorySchema.json' from root:root to runner:runner
2025-08-20T19:16:17.2788990Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.2789765Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CancelExecution.json' from root:root to runner:runner
2025-08-20T19:16:17.2790513Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/version.json' from root:root to runner:runner
2025-08-20T19:16:17.2791312Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2792134Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ValidateTemplateContent.json' from root:root to runner:runner
2025-08-20T19:16:17.2793146Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteExecutions.json' from root:root to runner:runner
2025-08-20T19:16:17.2793929Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.2794732Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTaskExecutions.json' from root:root to runner:runner
2025-08-20T19:16:17.2795559Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateStateConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2796335Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2797110Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.2797974Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/TriggerExecution.json' from root:root to runner:runner
2025-08-20T19:16:17.2798842Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListSecretParameters.json' from root:root to runner:runner
2025-08-20T19:16:17.2799618Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateParameter.json' from root:root to runner:runner
2025-08-20T19:16:17.2800478Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ContinueDeployApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2801241Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2802160Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteApplicationGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2803118Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListStateConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:17.2803913Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeletePatchBaseline.json' from root:root to runner:runner
2025-08-20T19:16:17.2804682Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListOpsItems.json' from root:root to runner:runner
2025-08-20T19:16:17.2805488Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListParameterVersions.json' from root:root to runner:runner
2025-08-20T19:16:17.2806279Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2807077Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTemplateVersions.json' from root:root to runner:runner
2025-08-20T19:16:17.2807864Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2808685Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListExecutionRiskyTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.2809468Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateExecution.json' from root:root to runner:runner
2025-08-20T19:16:17.2810310Z [00:02:21.527]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListSecretParameterVersions.json' from root:root to runner:runner
2025-08-20T19:16:17.2811107Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListInventoryEntries.json' from root:root to runner:runner
2025-08-20T19:16:17.2811954Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.2812988Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.2813763Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateOpsItem.json' from root:root to runner:runner
2025-08-20T19:16:17.2814448Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos' from root:root to runner:runner
2025-08-20T19:16:17.2815368Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallList.json' from root:root to runner:runner
2025-08-20T19:16:17.2816350Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyNatFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2817223Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyInstanceMemberAttributes.json' from root:root to runner:runner
2025-08-20T19:16:17.2818106Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyTrFirewallV2Configuration.json' from root:root to runner:runner
2025-08-20T19:16:17.2818943Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeInstanceMembers.json' from root:root to runner:runner
2025-08-20T19:16:17.2819861Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyNatFirewallControlPolicyPosition.json' from root:root to runner:runner
2025-08-20T19:16:17.2820685Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeInvadeEventList.json' from root:root to runner:runner
2025-08-20T19:16:17.2821532Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallsV2List.json' from root:root to runner:runner
2025-08-20T19:16:17.2822503Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallCenList.json' from root:root to runner:runner
2025-08-20T19:16:17.2823533Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeUserAssetIPTrafficInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2824359Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateTrFirewallV2.json' from root:root to runner:runner
2025-08-20T19:16:17.2825334Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyFirewallV2RoutePolicySwitch.json' from root:root to runner:runner
2025-08-20T19:16:17.2826226Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeDomainResolve.json' from root:root to runner:runner
2025-08-20T19:16:17.2827099Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallCenSwitchStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2827986Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallConfigure.json' from root:root to runner:runner
2025-08-20T19:16:17.2828911Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallSwitchStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2829794Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteInstanceMembers.json' from root:root to runner:runner
2025-08-20T19:16:17.2830652Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyControlPolicyPosition.json' from root:root to runner:runner
2025-08-20T19:16:17.2831534Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/BatchCopyVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2832348Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/PutEnableFwSwitch.json' from root:root to runner:runner
2025-08-20T19:16:17.2833264Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/AddControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2834125Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeInternetTrafficTrend.json' from root:root to runner:runner
2025-08-20T19:16:17.2834942Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ReleasePostInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.2835811Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2836638Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2837442Z [00:02:21.528]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/AddInstanceMembers.json' from root:root to runner:runner
2025-08-20T19:16:17.2838249Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeAssetList.json' from root:root to runner:runner
2025-08-20T19:16:17.2839204Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeNatFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2840080Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2840929Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.2841782Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribePolicyAdvancedConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2842754Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteAddressBook.json' from root:root to runner:runner
2025-08-20T19:16:17.2843717Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVulnerabilityProtectedList.json' from root:root to runner:runner
2025-08-20T19:16:17.2844546Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/PutEnableAllFwSwitch.json' from root:root to runner:runner
2025-08-20T19:16:17.2845372Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeOutgoingDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.2846238Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteVpcFirewallCenConfigure.json' from root:root to runner:runner
2025-08-20T19:16:17.2847115Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteNatFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2847977Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2848867Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json' from root:root to runner:runner
2025-08-20T19:16:17.2849744Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallsV2RouteList.json' from root:root to runner:runner
2025-08-20T19:16:17.2850566Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyAddressBook.json' from root:root to runner:runner
2025-08-20T19:16:17.2851420Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteVpcFirewallConfigure.json' from root:root to runner:runner
2025-08-20T19:16:17.2853256Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json' from root:root to runner:runner
2025-08-20T19:16:17.2854216Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteTrFirewallV2.json' from root:root to runner:runner
2025-08-20T19:16:17.2855035Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/PutDisableFwSwitch.json' from root:root to runner:runner
2025-08-20T19:16:17.2855900Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallCenConfigure.json' from root:root to runner:runner
2025-08-20T19:16:17.2856785Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/PutDisableAllFwSwitch.json' from root:root to runner:runner
2025-08-20T19:16:17.2857711Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ResetVpcFirewallRuleHitCount.json' from root:root to runner:runner
2025-08-20T19:16:17.2858571Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallCenDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.2859393Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeInternetOpenIp.json' from root:root to runner:runner
2025-08-20T19:16:17.2860234Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribePolicyPriorUsed.json' from root:root to runner:runner
2025-08-20T19:16:17.2861015Z [00:02:21.529]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/version.json' from root:root to runner:runner
2025-08-20T19:16:17.2861923Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallV2RoutePolicyList.json' from root:root to runner:runner
2025-08-20T19:16:17.2863007Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeACLProtectTrend.json' from root:root to runner:runner
2025-08-20T19:16:17.2863909Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteFirewallV2RoutePolicies.json' from root:root to runner:runner
2025-08-20T19:16:17.2864757Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeRiskEventPayload.json' from root:root to runner:runner
2025-08-20T19:16:17.2865608Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallsV2Detail.json' from root:root to runner:runner
2025-08-20T19:16:17.2866479Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateNatFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2867428Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeOutgoingDestinationIP.json' from root:root to runner:runner
2025-08-20T19:16:17.2868343Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyPolicyAdvancedConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2869200Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateTrFirewallV2RoutePolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2870070Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2871013Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2871961Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json' from root:root to runner:runner
2025-08-20T19:16:17.2873023Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeRiskEventGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2873845Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeAddressBook.json' from root:root to runner:runner
2025-08-20T19:16:17.2874767Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallControlPolicyPosition.json' from root:root to runner:runner
2025-08-20T19:16:17.2875564Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/AddAddressBook.json' from root:root to runner:runner
2025-08-20T19:16:17.2876413Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateVpcFirewallConfigure.json' from root:root to runner:runner
2025-08-20T19:16:17.2877301Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2878130Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeControlPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.2879035Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.2879908Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallAclGroupList.json' from root:root to runner:runner
2025-08-20T19:16:17.2880888Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeNatFirewallPolicyPriorUsed.json' from root:root to runner:runner
2025-08-20T19:16:17.2881807Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateVpcFirewallCenConfigure.json' from root:root to runner:runner
2025-08-20T19:16:17.2882629Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw' from root:root to runner:runner
2025-08-20T19:16:17.2883436Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceBaseInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.2884365Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2885259Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessageGetByKey.json' from root:root to runner:runner
2025-08-20T19:16:17.2886115Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2886907Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessageDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.2887686Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceCreate.json' from root:root to runner:runner
2025-08-20T19:16:17.2888505Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTrendTopicInputTps.json' from root:root to runner:runner
2025-08-20T19:16:17.2889294Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTraceGetResult.json' from root:root to runner:runner
2025-08-20T19:16:17.2890089Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessageGetByMsgId.json' from root:root to runner:runner
2025-08-20T19:16:17.2890867Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2891691Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicList.json' from root:root to runner:runner
2025-08-20T19:16:17.2892765Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicDelete.json' from root:root to runner:runner
2025-08-20T19:16:17.2893579Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerAccumulate.json' from root:root to runner:runner
2025-08-20T19:16:17.2894366Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceDelete.json' from root:root to runner:runner
2025-08-20T19:16:17.2895143Z [00:02:21.530]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OpenOnsService.json' from root:root to runner:runner
2025-08-20T19:16:17.2895952Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTraceQueryByMsgKey.json' from root:root to runner:runner
2025-08-20T19:16:17.2896716Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupList.json' from root:root to runner:runner
2025-08-20T19:16:17.2897481Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicUpdate.json' from root:root to runner:runner
2025-08-20T19:16:17.2898331Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsRegionList.json' from root:root to runner:runner
2025-08-20T19:16:17.2899223Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessagePageQueryByTopic.json' from root:root to runner:runner
2025-08-20T19:16:17.2900012Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceUpdate.json' from root:root to runner:runner
2025-08-20T19:16:17.2900793Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessageTrace.json' from root:root to runner:runner
2025-08-20T19:16:17.2901542Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/version.json' from root:root to runner:runner
2025-08-20T19:16:17.2902370Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsDLQMessageResendById.json' from root:root to runner:runner
2025-08-20T19:16:17.2903540Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerTimeSpan.json' from root:root to runner:runner
2025-08-20T19:16:17.2904549Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2905446Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicSubDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.2906339Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceInServiceList.json' from root:root to runner:runner
2025-08-20T19:16:17.2907160Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerResetOffset.json' from root:root to runner:runner
2025-08-20T19:16:17.2907922Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2908933Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupConsumerUpdate.json' from root:root to runner:runner
2025-08-20T19:16:17.2909724Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicCreate.json' from root:root to runner:runner
2025-08-20T19:16:17.2910539Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTrendGroupOutputTps.json' from root:root to runner:runner
2025-08-20T19:16:17.2911335Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsDLQMessageGetById.json' from root:root to runner:runner
2025-08-20T19:16:17.2912188Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessagePush.json' from root:root to runner:runner
2025-08-20T19:16:17.2913360Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsDLQMessagePageQueryByGroupId.json' from root:root to runner:runner
2025-08-20T19:16:17.2914205Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerGetConnection.json' from root:root to runner:runner
2025-08-20T19:16:17.2915005Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTraceQueryByMsgId.json' from root:root to runner:runner
2025-08-20T19:16:17.2915779Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupCreate.json' from root:root to runner:runner
2025-08-20T19:16:17.2916571Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupSubDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.2917335Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupDelete.json' from root:root to runner:runner
2025-08-20T19:16:17.2918025Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons' from root:root to runner:runner
2025-08-20T19:16:17.2918974Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DisassociateDefaultFilter.json' from root:root to runner:runner
2025-08-20T19:16:17.2919854Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:17.2920666Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/UpdateFilter.json' from root:root to runner:runner
2025-08-20T19:16:17.2921897Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListMultiAccountTagValues.json' from root:root to runner:runner
2025-08-20T19:16:17.2923196Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DeleteFilter.json' from root:root to runner:runner
2025-08-20T19:16:17.2924331Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListMultiAccountResourceGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.2925211Z [00:02:21.531]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ExecuteSQLQuery.json' from root:root to runner:runner
2025-08-20T19:16:17.2926109Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetResourceCenterServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2927065Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListSavedQueries.json' from root:root to runner:runner
2025-08-20T19:16:17.2928046Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListMultiAccountTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:17.2928884Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetResourceCounts.json' from root:root to runner:runner
2025-08-20T19:16:17.2929721Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListResourceTypes.json' from root:root to runner:runner
2025-08-20T19:16:17.2930546Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetSavedQuery.json' from root:root to runner:runner
2025-08-20T19:16:17.2931358Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:17.2932157Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListFilters.json' from root:root to runner:runner
2025-08-20T19:16:17.2933232Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/AssociateDefaultFilter.json' from root:root to runner:runner
2025-08-20T19:16:17.2934163Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetExampleQuery.json' from root:root to runner:runner
2025-08-20T19:16:17.2935016Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/version.json' from root:root to runner:runner
2025-08-20T19:16:17.2935899Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetResourceConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2936807Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/EnableMultiAccountResourceCenter.json' from root:root to runner:runner
2025-08-20T19:16:17.2937754Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetMultiAccountResourceConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2938578Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/SearchResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2939407Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/UpdateSavedQuery.json' from root:root to runner:runner
2025-08-20T19:16:17.2940293Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ExecuteMultiAccountSQLQuery.json' from root:root to runner:runner
2025-08-20T19:16:17.2941285Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/SearchMultiAccountResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2942122Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DeleteSavedQuery.json' from root:root to runner:runner
2025-08-20T19:16:17.2943045Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/CreateFilter.json' from root:root to runner:runner
2025-08-20T19:16:17.2943910Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/EnableResourceCenter.json' from root:root to runner:runner
2025-08-20T19:16:17.2944761Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListExampleQueries.json' from root:root to runner:runner
2025-08-20T19:16:17.2945591Z [00:02:21.532]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/CreateSavedQuery.json' from root:root to runner:runner
2025-08-20T19:16:17.2946559Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.2947488Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DisableResourceCenter.json' from root:root to runner:runner
2025-08-20T19:16:17.2948463Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DisableMultiAccountResourceCenter.json' from root:root to runner:runner
2025-08-20T19:16:17.2949193Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter' from root:root to runner:runner
2025-08-20T19:16:17.2949991Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateLifecycleHook.json' from root:root to runner:runner
2025-08-20T19:16:17.2950791Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:17.2951566Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ListTagValues.json' from root:root to runner:runner
2025-08-20T19:16:17.2952340Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ResumeProcesses.json' from root:root to runner:runner
2025-08-20T19:16:17.2953418Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteNotificationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2954298Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2955161Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:17.2956017Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/RecordLifecycleActionHeartbeat.json' from root:root to runner:runner
2025-08-20T19:16:17.2956815Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachVServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.2957653Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2958503Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:17.2959272Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.2960046Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/RemoveInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.2960914Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeLifecycleHooks.json' from root:root to runner:runner
2025-08-20T19:16:17.2961722Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/VerifyUser.json' from root:root to runner:runner
2025-08-20T19:16:17.2962628Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteScheduledTask.json' from root:root to runner:runner
2025-08-20T19:16:17.2963426Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/EnableScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2964205Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeAlarms.json' from root:root to runner:runner
2025-08-20T19:16:17.2965059Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeactivateScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2965877Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.2966647Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.2967567Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingActivityDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.2968446Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingActivities.json' from root:root to runner:runner
2025-08-20T19:16:17.2969227Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.2970024Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ScaleWithAdjustment.json' from root:root to runner:runner
2025-08-20T19:16:17.2970834Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScheduledTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.2971596Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyAlarm.json' from root:root to runner:runner
2025-08-20T19:16:17.2972849Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2973719Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeNotificationTypes.json' from root:root to runner:runner
2025-08-20T19:16:17.2974667Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateEciScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2975519Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2976330Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachAlbServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.2977130Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingRules.json' from root:root to runner:runner
2025-08-20T19:16:17.2978161Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.2979001Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/SetInstancesProtection.json' from root:root to runner:runner
2025-08-20T19:16:17.2979765Z [00:02:21.533]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:17.2980550Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2981488Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyEciScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2982353Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DisableScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.2983308Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.2984135Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeLifecycleActions.json' from root:root to runner:runner
2025-08-20T19:16:17.2984925Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/RebalanceInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.2985725Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeLimitation.json' from root:root to runner:runner
2025-08-20T19:16:17.2986478Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DisableAlarm.json' from root:root to runner:runner
2025-08-20T19:16:17.2987217Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/version.json' from root:root to runner:runner
2025-08-20T19:16:17.2988097Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeNotificationConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:17.2988952Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachDBInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.2989810Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachVServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.2990911Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.2992243Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteLifecycleHook.json' from root:root to runner:runner
2025-08-20T19:16:17.2994057Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.2995604Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.2997109Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyScheduledTask.json' from root:root to runner:runner
2025-08-20T19:16:17.2998559Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3000193Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/SetGroupDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:17.3001508Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.3002315Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3003374Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyLifecycleHook.json' from root:root to runner:runner
2025-08-20T19:16:17.3004181Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3004997Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachAlbServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.3005831Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.3006689Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateNotificationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.3007564Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ExecuteScalingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3008420Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachServerGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.3009235Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CompleteLifecycleAction.json' from root:root to runner:runner
2025-08-20T19:16:17.3009996Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/EnableAlarm.json' from root:root to runner:runner
2025-08-20T19:16:17.3010862Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeEciScalingConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:17.3011657Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/SetInstanceHealth.json' from root:root to runner:runner
2025-08-20T19:16:17.3012597Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ExitStandby.json' from root:root to runner:runner
2025-08-20T19:16:17.3013467Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyNotificationConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.3014345Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateScheduledTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3015166Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/EnterStandby.json' from root:root to runner:runner
2025-08-20T19:16:17.3015952Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/SuspendProcesses.json' from root:root to runner:runner
2025-08-20T19:16:17.3016700Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateAlarm.json' from root:root to runner:runner
2025-08-20T19:16:17.3017494Z [00:02:21.534]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateScalingGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3018347Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteEciScalingConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.3019092Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteAlarm.json' from root:root to runner:runner
2025-08-20T19:16:17.3019901Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/VerifyAuthentication.json' from root:root to runner:runner
2025-08-20T19:16:17.3020650Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess' from root:root to runner:runner
2025-08-20T19:16:17.3021563Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHDCommonImage.json' from root:root to runner:runner
2025-08-20T19:16:17.3022370Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentCommodity.json' from root:root to runner:runner
2025-08-20T19:16:17.3023391Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/ChangeSky.json' from root:root to runner:runner
2025-08-20T19:16:17.3024261Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentFood.json' from root:root to runner:runner
2025-08-20T19:16:17.3025093Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHead.json' from root:root to runner:runner
2025-08-20T19:16:17.3025873Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/RefineMask.json' from root:root to runner:runner
2025-08-20T19:16:17.3026682Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentCommonImage.json' from root:root to runner:runner
2025-08-20T19:16:17.3027496Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentBody.json' from root:root to runner:runner
2025-08-20T19:16:17.3028309Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/GetAsyncJobResult.json' from root:root to runner:runner
2025-08-20T19:16:17.3029103Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentCloth.json' from root:root to runner:runner
2025-08-20T19:16:17.3029878Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentSkin.json' from root:root to runner:runner
2025-08-20T19:16:17.3030644Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/version.json' from root:root to runner:runner
2025-08-20T19:16:17.3031437Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHDBody.json' from root:root to runner:runner
2025-08-20T19:16:17.3032202Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/ParseFace.json' from root:root to runner:runner
2025-08-20T19:16:17.3033424Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentSky.json' from root:root to runner:runner
2025-08-20T19:16:17.3034341Z [00:02:21.535]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHDSky.json' from root:root to runner:runner
2025-08-20T19:16:17.3035239Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHair.json' from root:root to runner:runner
2025-08-20T19:16:17.3036028Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentScene.json' from root:root to runner:runner
2025-08-20T19:16:17.3036738Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg' from root:root to runner:runner
2025-08-20T19:16:17.3037673Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeMeterLiveInteractionDau.json' from root:root to runner:runner
2025-08-20T19:16:17.3038543Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.3039410Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRecordNotifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.3040245Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:17.3041088Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveStreamWatermarkRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3041946Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainSnapshotData.json' from root:root to runner:runner
2025-08-20T19:16:17.3043014Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListEdgeTranscodeTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3043864Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeChannelParticipants.json' from root:root to runner:runner
2025-08-20T19:16:17.3044669Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UnTagLiveResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3045679Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddStudioLayout.json' from root:root to runner:runner
2025-08-20T19:16:17.3046551Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainPushBpsData.json' from root:root to runner:runner
2025-08-20T19:16:17.3047366Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendLiveMessageUser.json' from root:root to runner:runner
2025-08-20T19:16:17.3048279Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterLayouts.json' from root:root to runner:runner
2025-08-20T19:16:17.3049150Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:17.3050009Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.3050966Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterComponent.json' from root:root to runner:runner
2025-08-20T19:16:17.3051849Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveStreamMerge.json' from root:root to runner:runner
2025-08-20T19:16:17.3052968Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveAudioAuditConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3053749Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendLike.json' from root:root to runner:runner
2025-08-20T19:16:17.3054607Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLivePullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3055430Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveMessageGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.3056263Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3057057Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3057875Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3058683Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CopyCasterSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3059497Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3060262Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListEventSub.json' from root:root to runner:runner
2025-08-20T19:16:17.3061049Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveMpuTaskSei.json' from root:root to runner:runner
2025-08-20T19:16:17.3061974Z [00:02:21.536]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRecordNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3063290Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeletePlaylist.json' from root:root to runner:runner
2025-08-20T19:16:17.3064578Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamHistoryUserNum.json' from root:root to runner:runner
2025-08-20T19:16:17.3065531Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3066475Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:17.3067322Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/QueryMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:17.3068147Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3068979Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveAppRecordConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3069747Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListPlaylist.json' from root:root to runner:runner
2025-08-20T19:16:17.3070535Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopLiveMPUTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3071365Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3072165Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3073335Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessage.json' from root:root to runner:runner
2025-08-20T19:16:17.3074172Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveEdgeTransfer.json' from root:root to runner:runner
2025-08-20T19:16:17.3075004Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterEpisodeGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3075807Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveUserTags.json' from root:root to runner:runner
2025-08-20T19:16:17.3076712Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeStudioLayouts.json' from root:root to runner:runner
2025-08-20T19:16:17.3077623Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRecordData.json' from root:root to runner:runner
2025-08-20T19:16:17.3078449Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendRoomUserNotification.json' from root:root to runner:runner
2025-08-20T19:16:17.3079245Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterEpisode.json' from root:root to runner:runner
2025-08-20T19:16:17.3080084Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateMixStream.json' from root:root to runner:runner
2025-08-20T19:16:17.3081009Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveStreamRecordIndexFiles.json' from root:root to runner:runner
2025-08-20T19:16:17.3081906Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainBpsDataByTimeStamp.json' from root:root to runner:runner
2025-08-20T19:16:17.3083129Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsNotifyRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.3083956Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterComponent.json' from root:root to runner:runner
2025-08-20T19:16:17.3084787Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3085613Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveRecordVodConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3086467Z [00:02:21.537]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsOnlineList.json' from root:root to runner:runner
2025-08-20T19:16:17.3087296Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLivePackageConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3088103Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3088899Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterSyncGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3089759Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamRecordIndexFiles.json' from root:root to runner:runner
2025-08-20T19:16:17.3090769Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/BatchSetLiveDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.3091647Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3092754Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveAudioAuditNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3093603Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendMessageToGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3094513Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLivePushProxyLog.json' from root:root to runner:runner
2025-08-20T19:16:17.3095376Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveIpInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.3096236Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3097018Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddPlaylistItems.json' from root:root to runner:runner
2025-08-20T19:16:17.3097908Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamTranscodeStreamNum.json' from root:root to runner:runner
2025-08-20T19:16:17.3098786Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamRecordIndexFile.json' from root:root to runner:runner
2025-08-20T19:16:17.3099558Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CloseLiveShift.json' from root:root to runner:runner
2025-08-20T19:16:17.3100338Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.3101189Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamsNotifyUrlConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3102049Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveLazyPullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3102984Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetSnapshotCallbackAuth.json' from root:root to runner:runner
2025-08-20T19:16:17.3103825Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveSnapshotNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3104711Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeMixStreamList.json' from root:root to runner:runner
2025-08-20T19:16:17.3105634Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveRealtimeLogDeliveryInfos.json' from root:root to runner:runner
2025-08-20T19:16:17.3106410Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/MuteAllGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:17.3107197Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListPlaylistItems.json' from root:root to runner:runner
2025-08-20T19:16:17.3108097Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveDetectNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3108984Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterVideoResource.json' from root:root to runner:runner
2025-08-20T19:16:17.3109827Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterEpisodeGroupContent.json' from root:root to runner:runner
2025-08-20T19:16:17.3110681Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRealtimeDeliveryAcc.json' from root:root to runner:runner
2025-08-20T19:16:17.3111509Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterSyncGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3112325Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendMessageToGroupUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.3113264Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLivePackageConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3114042Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:17.3114884Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDetectPornData.json' from root:root to runner:runner
2025-08-20T19:16:17.3115994Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveAudioAuditNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3116792Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ResumeLiveStream.json' from root:root to runner:runner
2025-08-20T19:16:17.3117600Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3118572Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamTranscodeMetricData.json' from root:root to runner:runner
2025-08-20T19:16:17.3119445Z [00:02:21.538]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveCenterTransfer.json' from root:root to runner:runner
2025-08-20T19:16:17.3120405Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateCasterSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3121184Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopCaster.json' from root:root to runner:runner
2025-08-20T19:16:17.3122093Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageUserInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.3123251Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteEventSub.json' from root:root to runner:runner
2025-08-20T19:16:17.3124115Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveEdgeTransfer.json' from root:root to runner:runner
2025-08-20T19:16:17.3124911Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ForbidPushStream.json' from root:root to runner:runner
2025-08-20T19:16:17.3125781Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveSnapshotNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3126567Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartLiveMPUTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3127397Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeletePlaylistItems.json' from root:root to runner:runner
2025-08-20T19:16:17.3128253Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamTranscodeInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.3129046Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/HotLiveRtcStream.json' from root:root to runner:runner
2025-08-20T19:16:17.3129895Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:17.3130679Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterProgram.json' from root:root to runner:runner
2025-08-20T19:16:17.3131505Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainBpsData.json' from root:root to runner:runner
2025-08-20T19:16:17.3132590Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/QuerySnapshotCallbackAuth.json' from root:root to runner:runner
2025-08-20T19:16:17.3133567Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveMessageUserMessage.json' from root:root to runner:runner
2025-08-20T19:16:17.3134887Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveSnapshotConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3135951Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CopyCaster.json' from root:root to runner:runner
2025-08-20T19:16:17.3136990Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCaster.json' from root:root to runner:runner
2025-08-20T19:16:17.3137953Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsPublishList.json' from root:root to runner:runner
2025-08-20T19:16:17.3138746Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/PlayChoosenShow.json' from root:root to runner:runner
2025-08-20T19:16:17.3139578Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRecordConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3140408Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterStreamUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.3141224Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLivePackageConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3141992Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopPlaylist.json' from root:root to runner:runner
2025-08-20T19:16:17.3142916Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/LeaveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3143709Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:17.3144539Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3145352Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3146208Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DisableLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:17.3147172Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveRealTimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:17.3148114Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamMetricDetailData.json' from root:root to runner:runner
2025-08-20T19:16:17.3148947Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveTopLevelDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.3149775Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeUpBpsPeakData.json' from root:root to runner:runner
2025-08-20T19:16:17.3150662Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterVideoResource.json' from root:root to runner:runner
2025-08-20T19:16:17.3151584Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3152513Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EditShowAndReplace.json' from root:root to runner:runner
2025-08-20T19:16:17.3153370Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsTotalCount.json' from root:root to runner:runner
2025-08-20T19:16:17.3154215Z [00:02:21.539]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveAppSnapshotConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3155041Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveShiftConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.3155911Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsControlHistory.json' from root:root to runner:runner
2025-08-20T19:16:17.3156721Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLivePackageConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3157523Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterEpisode.json' from root:root to runner:runner
2025-08-20T19:16:17.3158373Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamSnapshotInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.3159213Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamMonitorList.json' from root:root to runner:runner
2025-08-20T19:16:17.3160162Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:17.3161006Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetEditingJobInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.3161867Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateRoomRealTimeStreamAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.3163033Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDelayedStreamingUsage.json' from root:root to runner:runner
2025-08-20T19:16:17.3163989Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamWatermarkRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3164832Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopLiveDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.3165680Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveCertificateDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.3166525Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveAudioAuditNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3167392Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveSnapshotNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3168201Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3169050Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveProducerUsageData.json' from root:root to runner:runner
2025-08-20T19:16:17.3169910Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRecordUsageData.json' from root:root to runner:runner
2025-08-20T19:16:17.3170733Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMultiRateConfigList.json' from root:root to runner:runner
2025-08-20T19:16:17.3171580Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageAppCallback.json' from root:root to runner:runner
2025-08-20T19:16:17.3172580Z [00:02:21.540]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveRecordVodConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3173431Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterProgram.json' from root:root to runner:runner
2025-08-20T19:16:17.3174339Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.3175189Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeShowList.json' from root:root to runner:runner
2025-08-20T19:16:17.3175959Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyShowList.json' from root:root to runner:runner
2025-08-20T19:16:17.3176737Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartCasterScene.json' from root:root to runner:runner
2025-08-20T19:16:17.3177585Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterLayout.json' from root:root to runner:runner
2025-08-20T19:16:17.3178497Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveStreamWatermarkRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3179271Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateMixStream.json' from root:root to runner:runner
2025-08-20T19:16:17.3180049Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/TagLiveResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3180937Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKFirstFrameDelay.json' from root:root to runner:runner
2025-08-20T19:16:17.3181714Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterEpisode.json' from root:root to runner:runner
2025-08-20T19:16:17.3182654Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainMapping.json' from root:root to runner:runner
2025-08-20T19:16:17.3183496Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/BatchDeleteLiveDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.3184273Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:17.3185115Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLivePullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3186149Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterTimedEvent.json' from root:root to runner:runner
2025-08-20T19:16:17.3186979Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/VerifyLiveDomainOwner.json' from root:root to runner:runner
2025-08-20T19:16:17.3187864Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddShowIntoShowList.json' from root:root to runner:runner
2025-08-20T19:16:17.3188706Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/JoinMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3189477Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateEventSub.json' from root:root to runner:runner
2025-08-20T19:16:17.3190464Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3191436Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamsNotifyUrlConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3192358Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:17.3193302Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteMultiRateConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3194099Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CancelMuteGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:17.3194953Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveMessageGroupBand.json' from root:root to runner:runner
2025-08-20T19:16:17.3195754Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3196593Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsBlockList.json' from root:root to runner:runner
2025-08-20T19:16:17.3197365Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMessageToken.json' from root:root to runner:runner
2025-08-20T19:16:17.3198186Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3199012Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainLimit.json' from root:root to runner:runner
2025-08-20T19:16:17.3199847Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveHttpsDomainList.json' from root:root to runner:runner
2025-08-20T19:16:17.3200667Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDrmUsageData.json' from root:root to runner:runner
2025-08-20T19:16:17.3201505Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EditPlaylist.json' from root:root to runner:runner
2025-08-20T19:16:17.3202589Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeDomainWithIntegrity.json' from root:root to runner:runner
2025-08-20T19:16:17.3204191Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainCertificateInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.3205225Z [00:02:21.541]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteSnapshotFiles.json' from root:root to runner:runner
2025-08-20T19:16:17.3206160Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeDomainUsageData.json' from root:root to runner:runner
2025-08-20T19:16:17.3207007Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListEventSubEvent.json' from root:root to runner:runner
2025-08-20T19:16:17.3207822Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:17.3208676Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainTimeShiftData.json' from root:root to runner:runner
2025-08-20T19:16:17.3209522Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveAppSnapshotConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3210298Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopCasterScene.json' from root:root to runner:runner
2025-08-20T19:16:17.3211170Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKPlayFailStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3212024Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveDomainSchdmByProperty.json' from root:root to runner:runner
2025-08-20T19:16:17.3213105Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:17.3213943Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.3214765Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterVideoResource.json' from root:root to runner:runner
2025-08-20T19:16:17.3215588Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveStreamMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.3216499Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveCenterTransfer.json' from root:root to runner:runner
2025-08-20T19:16:17.3217397Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveEdgeTransfer.json' from root:root to runner:runner
2025-08-20T19:16:17.3218177Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ForbidLiveStream.json' from root:root to runner:runner
2025-08-20T19:16:17.3218987Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveStreamWatermark.json' from root:root to runner:runner
2025-08-20T19:16:17.3219880Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveMessageGroupUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.3220694Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/version.json' from root:root to runner:runner
2025-08-20T19:16:17.3221513Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RealTimeSnapshotCommand.json' from root:root to runner:runner
2025-08-20T19:16:17.3222286Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasters.json' from root:root to runner:runner
2025-08-20T19:16:17.3223233Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamMerge.json' from root:root to runner:runner
2025-08-20T19:16:17.3224153Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamOptimizedFeatureConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3224968Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetEdgeTranscodeTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3225877Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainFrameRateAndBitRateData.json' from root:root to runner:runner
2025-08-20T19:16:17.3226734Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:17.3227588Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveAudioAuditConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3228461Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamOptimizedFeatureConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3229254Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamBlock.json' from root:root to runner:runner
2025-08-20T19:16:17.3230166Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveAppSnapshotConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3231042Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddRtsLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:17.3231895Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveUserBillPrediction.json' from root:root to runner:runner
2025-08-20T19:16:17.3232777Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddTrancodeSEI.json' from root:root to runner:runner
2025-08-20T19:16:17.3233600Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteRoom.json' from root:root to runner:runner
2025-08-20T19:16:17.3234504Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveRealTimeLogLogstore.json' from root:root to runner:runner
2025-08-20T19:16:17.3235309Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveMessageApps.json' from root:root to runner:runner
2025-08-20T19:16:17.3236133Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EffectCasterVideoResource.json' from root:root to runner:runner
2025-08-20T19:16:17.3236969Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRoomKickoutUserList.json' from root:root to runner:runner
2025-08-20T19:16:17.3237809Z [00:02:21.542]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeStreamLocationBlock.json' from root:root to runner:runner
2025-08-20T19:16:17.3238623Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeToutiaoLivePlay.json' from root:root to runner:runner
2025-08-20T19:16:17.3239441Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetAllCustomTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.3240277Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageAppDisable.json' from root:root to runner:runner
2025-08-20T19:16:17.3241138Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamPreloadTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.3242002Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamWatermarkRules.json' from root:root to runner:runner
2025-08-20T19:16:17.3243281Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveRealtimeLogDeliveryDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.3244250Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKPlayTime.json' from root:root to runner:runner
2025-08-20T19:16:17.3245150Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRealTimeHttpCodeData.json' from root:root to runner:runner
2025-08-20T19:16:17.3245929Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteMixStream.json' from root:root to runner:runner
2025-08-20T19:16:17.3246817Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamWatermark.json' from root:root to runner:runner
2025-08-20T19:16:17.3247719Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterProgram.json' from root:root to runner:runner
2025-08-20T19:16:17.3248545Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveCenterTransfer.json' from root:root to runner:runner
2025-08-20T19:16:17.3249429Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainStreamTranscodeData.json' from root:root to runner:runner
2025-08-20T19:16:17.3250302Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DynamicUpdateWaterMarkStreamRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3251117Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RemoveShowFromShowList.json' from root:root to runner:runner
2025-08-20T19:16:17.3251920Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateCustomTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3252992Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKVvData.json' from root:root to runner:runner
2025-08-20T19:16:17.3253837Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDomainMapping.json' from root:root to runner:runner
2025-08-20T19:16:17.3254865Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterEpisodeGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3255748Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveLazyPullStreamConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3256562Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CancelMuteAllGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:17.3257489Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveTranscodeTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3258383Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RollbackLiveStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3259339Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamState.json' from root:root to runner:runner
2025-08-20T19:16:17.3260217Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RealTimeRecordCommand.json' from root:root to runner:runner
2025-08-20T19:16:17.3261154Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterVideoResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3262092Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveAudioAuditNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3263081Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveGrtnTrafficUsage.json' from root:root to runner:runner
2025-08-20T19:16:17.3263944Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainBpsDataByLayer.json' from root:root to runner:runner
2025-08-20T19:16:17.3264775Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterSceneAudio.json' from root:root to runner:runner
2025-08-20T19:16:17.3265655Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveSnapshotDetectPornConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3266498Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveRecordNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3267285Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetCustomTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3268136Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EnableLiveRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:17.3268951Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamBlock.json' from root:root to runner:runner
2025-08-20T19:16:17.3269745Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3270592Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCustomLiveStreamTranscode.json' from root:root to runner:runner
2025-08-20T19:16:17.3271482Z [00:02:21.543]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveDomainCertificate.json' from root:root to runner:runner
2025-08-20T19:16:17.3273082Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamRecordIndexFiles.json' from root:root to runner:runner
2025-08-20T19:16:17.3274288Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCustomTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3275154Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterChannels.json' from root:root to runner:runner
2025-08-20T19:16:17.3276062Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateEdgeTranscodeJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3276954Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveDomainPlayMapping.json' from root:root to runner:runner
2025-08-20T19:16:17.3277734Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartPlaylist.json' from root:root to runner:runner
2025-08-20T19:16:17.3278525Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/BatchGetOnlineUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.3279311Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AllowPushStream.json' from root:root to runner:runner
2025-08-20T19:16:17.3280191Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveSnapshotNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3281024Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeToutiaoLivePublish.json' from root:root to runner:runner
2025-08-20T19:16:17.3281844Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3282899Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.3283727Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterProgram.json' from root:root to runner:runner
2025-08-20T19:16:17.3284552Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamPreloadTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.3285410Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamBitRateData.json' from root:root to runner:runner
2025-08-20T19:16:17.3286364Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveTopDomainsByFlow.json' from root:root to runner:runner
2025-08-20T19:16:17.3287229Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteStudioLayout.json' from root:root to runner:runner
2025-08-20T19:16:17.3288076Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLivePullStreamConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3288960Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRealtimeLogDelivery.json' from root:root to runner:runner
2025-08-20T19:16:17.3289855Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainPvUvData.json' from root:root to runner:runner
2025-08-20T19:16:17.3290754Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveMessageGroupMessages.json' from root:root to runner:runner
2025-08-20T19:16:17.3291561Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterScenes.json' from root:root to runner:runner
2025-08-20T19:16:17.3292580Z [00:02:21.544]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterComponent.json' from root:root to runner:runner
2025-08-20T19:16:17.3293522Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageGroupBand.json' from root:root to runner:runner
2025-08-20T19:16:17.3294382Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveRecordNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3295172Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRoomStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3295959Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateEventSub.json' from root:root to runner:runner
2025-08-20T19:16:17.3296732Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RestartCaster.json' from root:root to runner:runner
﻿2025-08-20T19:16:17.3299557Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRealTimeTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:17.3300454Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRealtimeLogAuthorized.json' from root:root to runner:runner
2025-08-20T19:16:17.3301404Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveCertificateList.json' from root:root to runner:runner
2025-08-20T19:16:17.3302238Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDelayConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3303371Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsNotifyUrlConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3304196Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateCasterSceneAudio.json' from root:root to runner:runner
2025-08-20T19:16:17.3305102Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveStreamWatermark.json' from root:root to runner:runner
2025-08-20T19:16:17.3306034Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainPushTrafficData.json' from root:root to runner:runner
2025-08-20T19:16:17.3306844Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddMultiRateConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3307707Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeUpPeakPublishStreamData.json' from root:root to runner:runner
2025-08-20T19:16:17.3308595Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveLazyPullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3309451Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLivePushProxyUsageData.json' from root:root to runner:runner
2025-08-20T19:16:17.3310284Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveRecordNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3311127Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDetectNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3311931Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EffectCasterUrgent.json' from root:root to runner:runner
2025-08-20T19:16:17.3312825Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteChannel.json' from root:root to runner:runner
2025-08-20T19:16:17.3313817Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveSnapshotDetectPornConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3314654Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveAudioAuditConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3315536Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveUserDomains.json' from root:root to runner:runner
2025-08-20T19:16:17.3316356Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainLog.json' from root:root to runner:runner
2025-08-20T19:16:17.3317136Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartLiveDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.3317994Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainOnlineUserNum.json' from root:root to runner:runner
2025-08-20T19:16:17.3318930Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveSnapshotDetectPornConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3319779Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveMPUTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3320608Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterComponents.json' from root:root to runner:runner
2025-08-20T19:16:17.3321406Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyStudioLayout.json' from root:root to runner:runner
2025-08-20T19:16:17.3322206Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3323130Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessageGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:17.3324026Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveSnapshotDetectPornConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3324839Z [00:02:21.545]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamCount.json' from root:root to runner:runner
2025-08-20T19:16:17.3325825Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRecordVodConfigs.json' from root:root to runner:runner
2025-08-20T19:16:17.3326841Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterSceneConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3327822Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/KickLiveMessageGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:17.3328616Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterChannel.json' from root:root to runner:runner
2025-08-20T19:16:17.3329546Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveSpecificStagingConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3330381Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3331428Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.3332299Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamAuthChecking.json' from root:root to runner:runner
2025-08-20T19:16:17.3333442Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveAppRecordConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3334297Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3335080Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.3335861Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRoomList.json' from root:root to runner:runner
2025-08-20T19:16:17.3336638Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/MuteGroupUser.json' from root:root to runner:runner
2025-08-20T19:16:17.3337476Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteSnapshotCallbackAuth.json' from root:root to runner:runner
2025-08-20T19:16:17.3338238Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartCaster.json' from root:root to runner:runner
2025-08-20T19:16:17.3339071Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CheckLiveMessageUsersOnline.json' from root:root to runner:runner
2025-08-20T19:16:17.3339921Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3340816Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/PublishLiveStagingConfigToProduction.json' from root:root to runner:runner
2025-08-20T19:16:17.3341707Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDomainPlayMapping.json' from root:root to runner:runner
2025-08-20T19:16:17.3342598Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterLayout.json' from root:root to runner:runner
2025-08-20T19:16:17.3343619Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeHlsLiveStreamRealTimeBpsData.json' from root:root to runner:runner
2025-08-20T19:16:17.3345022Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3346078Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/InitializeAutoShowListTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3346936Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveAppRecordConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3347859Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageAppAudit.json' from root:root to runner:runner
2025-08-20T19:16:17.3348703Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RemoveTerminals.json' from root:root to runner:runner
2025-08-20T19:16:17.3349575Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamRecordContent.json' from root:root to runner:runner
2025-08-20T19:16:17.3350356Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:17.3351166Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeChannelUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.3351990Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessageGroupUserById.json' from root:root to runner:runner
2025-08-20T19:16:17.3353182Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamPushMetricDetailData.json' from root:root to runner:runner
2025-08-20T19:16:17.3354058Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveMessageGroupMessage.json' from root:root to runner:runner
2025-08-20T19:16:17.3355029Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDetectNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3355864Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveGrtnDuration.json' from root:root to runner:runner
2025-08-20T19:16:17.3356763Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterLayout.json' from root:root to runner:runner
2025-08-20T19:16:17.3357610Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveAudioAuditConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3358457Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamWatermarks.json' from root:root to runner:runner
2025-08-20T19:16:17.3359280Z [00:02:21.546]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeUpBpsPeakOfLine.json' from root:root to runner:runner
2025-08-20T19:16:17.3360159Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKFirstFrameCost.json' from root:root to runner:runner
2025-08-20T19:16:17.3361053Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainMonitoringUsageData.json' from root:root to runner:runner
2025-08-20T19:16:17.3362030Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainByCertificate.json' from root:root to runner:runner
2025-08-20T19:16:17.3362967Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveDomainMapping.json' from root:root to runner:runner
2025-08-20T19:16:17.3363781Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendRoomNotification.json' from root:root to runner:runner
2025-08-20T19:16:17.3364626Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeAutoShowListTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.3365477Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CheckLiveMessageUsersInGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3366279Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMultiRateConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3367116Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeMeterLiveRtcDuration.json' from root:root to runner:runner
2025-08-20T19:16:17.3367965Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/OpenLiveShift.json' from root:root to runner:runner
2025-08-20T19:16:17.3368819Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLivePullStreamInfoConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3369703Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveDetectNotifyConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3370563Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeForbidPushStreamRoomList.json' from root:root to runner:runner
2025-08-20T19:16:17.3371389Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveMessageApp.json' from root:root to runner:runner
2025-08-20T19:16:17.3372204Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveRecordVodConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3373280Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainTranscodeData.json' from root:root to runner:runner
2025-08-20T19:16:17.3374059Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateCaster.json' from root:root to runner:runner
2025-08-20T19:16:17.3374831Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live' from root:root to runner:runner
2025-08-20T19:16:17.3375755Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeDynamicSettings.json' from root:root to runner:runner
2025-08-20T19:16:17.3376573Z [00:02:21.547]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ModifyWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:17.3377408Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListActionRecords.json' from root:root to runner:runner
2025-08-20T19:16:17.3378251Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallAckOperator.json' from root:root to runner:runner
2025-08-20T19:16:17.3379086Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ValidateShrinkNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.3379927Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePublicNetwork.json' from root:root to runner:runner
2025-08-20T19:16:17.3380735Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3381669Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeDiagnosisSettings.json' from root:root to runner:runner
2025-08-20T19:16:17.3382650Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InterruptElasticsearchTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3383542Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreatePipelines.json' from root:root to runner:runner
2025-08-20T19:16:17.3384415Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeDeprecatedTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3385277Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDictInformation.json' from root:root to runner:runner
2025-08-20T19:16:17.3386090Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListPipeline.json' from root:root to runner:runner
2025-08-20T19:16:17.3386925Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDiagnosisItems.json' from root:root to runner:runner
2025-08-20T19:16:17.3387760Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateExtendConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3388681Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListConnectedClusters.json' from root:root to runner:runner
2025-08-20T19:16:17.3389561Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateCollector.json' from root:root to runner:runner
2025-08-20T19:16:17.3390421Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeIndexTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3391253Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDiagnoseReport.json' from root:root to runner:runner
2025-08-20T19:16:17.3392076Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListCollectors.json' from root:root to runner:runner
2025-08-20T19:16:17.3393198Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RolloverDataStream.json' from root:root to runner:runner
2025-08-20T19:16:17.3394090Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateComponentIndex.json' from root:root to runner:runner
2025-08-20T19:16:17.3395097Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateDiagnosisSettings.json' from root:root to runner:runner
2025-08-20T19:16:17.3396072Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RemoveApm.json' from root:root to runner:runner
2025-08-20T19:16:17.3396939Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateDynamicSettings.json' from root:root to runner:runner
2025-08-20T19:16:17.3397889Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListSnapshotReposByInstanceId.json' from root:root to runner:runner
2025-08-20T19:16:17.3398735Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetTransferableNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.3399574Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAckNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:17.3400605Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ReinstallCollector.json' from root:root to runner:runner
2025-08-20T19:16:17.3401489Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteDeprecatedTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3402353Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListInstanceHistoryEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.3403395Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateDataStream.json' from root:root to runner:runner
2025-08-20T19:16:17.3404291Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateDescription.json' from root:root to runner:runner
2025-08-20T19:16:17.3405143Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteComponentIndex.json' from root:root to runner:runner
2025-08-20T19:16:17.3405983Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ValidateConnection.json' from root:root to runner:runner
2025-08-20T19:16:17.3406836Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateKibanaSettings.json' from root:root to runner:runner
2025-08-20T19:16:17.3407700Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ResumeElasticsearchTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3408489Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateApm.json' from root:root to runner:runner
2025-08-20T19:16:17.3409404Z [00:02:21.548]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePublicWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:17.3410253Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDiagnoseReportIds.json' from root:root to runner:runner
2025-08-20T19:16:17.3411098Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/OpenHttps.json' from root:root to runner:runner
2025-08-20T19:16:17.3411960Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:17.3413033Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListComponentIndices.json' from root:root to runner:runner
2025-08-20T19:16:17.3414631Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePrivateNetworkWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:17.3415666Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/TriggerNetwork.json' from root:root to runner:runner
2025-08-20T19:16:17.3416534Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeAckOperator.json' from root:root to runner:runner
2025-08-20T19:16:17.3417448Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateHotIkDicts.json' from root:root to runner:runner
2025-08-20T19:16:17.3418344Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:17.3419162Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteLogstash.json' from root:root to runner:runner
2025-08-20T19:16:17.3420063Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePipelineManagementConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3420892Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateILMPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.3421746Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeDiagnoseReport.json' from root:root to runner:runner
2025-08-20T19:16:17.3422676Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RunPipelines.json' from root:root to runner:runner
2025-08-20T19:16:17.3423525Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateIndexTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3424464Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InitializeOperationRole.json' from root:root to runner:runner
2025-08-20T19:16:17.3425281Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:17.3426166Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribePipeline.json' from root:root to runner:runner
2025-08-20T19:16:17.3426998Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteILMPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.3427861Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateAliwsDict.json' from root:root to runner:runner
2025-08-20T19:16:17.3430189Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3431081Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RestartCollector.json' from root:root to runner:runner
2025-08-20T19:16:17.3431950Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpgradeEngineVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.3433251Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeConnectableClusters.json' from root:root to runner:runner
2025-08-20T19:16:17.3434111Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListApm.json' from root:root to runner:runner
2025-08-20T19:16:17.3434939Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StopPipelines.json' from root:root to runner:runner
2025-08-20T19:16:17.3435821Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAllNode.json' from root:root to runner:runner
2025-08-20T19:16:17.3436665Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UninstallPlugin.json' from root:root to runner:runner
2025-08-20T19:16:17.3437467Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListTags.json' from root:root to runner:runner
2025-08-20T19:16:17.3443836Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetOpenStoreUsage.json' from root:root to runner:runner
2025-08-20T19:16:17.3444862Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallSystemPlugin.json' from root:root to runner:runner
2025-08-20T19:16:17.3445909Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/createInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3446771Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CloseManagedIndex.json' from root:root to runner:runner
2025-08-20T19:16:17.3447699Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetEmonGrafanaAlerts.json' from root:root to runner:runner
2025-08-20T19:16:17.3448492Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ShrinkNode.json' from root:root to runner:runner
2025-08-20T19:16:17.3449292Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDicts.json' from root:root to runner:runner
2025-08-20T19:16:17.3450301Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateLogstashChargeType.json' from root:root to runner:runner
2025-08-20T19:16:17.3451162Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeletePipelines.json' from root:root to runner:runner
2025-08-20T19:16:17.3452032Z [00:02:21.549]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteSnapshotRepo.json' from root:root to runner:runner
2025-08-20T19:16:17.3453294Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListLogstash.json' from root:root to runner:runner
2025-08-20T19:16:17.3454172Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3455003Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3455856Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeKibanaSettings.json' from root:root to runner:runner
2025-08-20T19:16:17.3456734Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallKibanaSystemPlugin.json' from root:root to runner:runner
2025-08-20T19:16:17.3457533Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3458377Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/PostEmonTryAlarmRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3459259Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListSearchLog.json' from root:root to runner:runner
2025-08-20T19:16:17.3460069Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StopCollector.json' from root:root to runner:runner
2025-08-20T19:16:17.3460976Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeCollector.json' from root:root to runner:runner
2025-08-20T19:16:17.3461798Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateExtendfiles.json' from root:root to runner:runner
2025-08-20T19:16:17.3462779Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3463578Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CapacityPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.3464546Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateAdvancedSetting.json' from root:root to runner:runner
2025-08-20T19:16:17.3465371Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListPipelineIds.json' from root:root to runner:runner
2025-08-20T19:16:17.3466671Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ValidateTransferableNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.3467566Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateAdminPassword.json' from root:root to runner:runner
2025-08-20T19:16:17.3468399Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateILMPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.3469218Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateLogstash.json' from root:root to runner:runner
2025-08-20T19:16:17.3470035Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CloseDiagnosis.json' from root:root to runner:runner
2025-08-20T19:16:17.3470848Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListILMPolicies.json' from root:root to runner:runner
2025-08-20T19:16:17.3471892Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ResumeLogstashTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3473038Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateSnapshotSetting.json' from root:root to runner:runner
2025-08-20T19:16:17.3474017Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateComponentIndex.json' from root:root to runner:runner
2025-08-20T19:16:17.3474838Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListVpcEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:17.3475808Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/EstimatedLogstashRestartTime.json' from root:root to runner:runner
2025-08-20T19:16:17.3476642Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ModifyDeployMachine.json' from root:root to runner:runner
2025-08-20T19:16:17.3477433Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/version.json' from root:root to runner:runner
2025-08-20T19:16:17.3478247Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/AddSnapshotRepo.json' from root:root to runner:runner
2025-08-20T19:16:17.3479127Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:17.3479974Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateReadWritePolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.3480867Z [00:02:21.550]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListShardRecoveries.json' from root:root to runner:runner
2025-08-20T19:16:17.3481661Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateDict.json' from root:root to runner:runner
2025-08-20T19:16:17.3482652Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeSnapshotSetting.json' from root:root to runner:runner
2025-08-20T19:16:17.3483471Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeactivateZones.json' from root:root to runner:runner
2025-08-20T19:16:17.3484305Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/MigrateToOtherZone.json' from root:root to runner:runner
2025-08-20T19:16:17.3485496Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.3486951Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDiagnoseIndices.json' from root:root to runner:runner
2025-08-20T19:16:17.3488690Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeElasticsearchHealth.json' from root:root to runner:runner
2025-08-20T19:16:17.3490467Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateKibanaWhiteIps.json' from root:root to runner:runner
2025-08-20T19:16:17.3492043Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.3493917Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateBlackIps.json' from root:root to runner:runner
2025-08-20T19:16:17.3495412Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteDataTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3496618Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeLogstash.json' from root:root to runner:runner
2025-08-20T19:16:17.3497495Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StopApm.json' from root:root to runner:runner
2025-08-20T19:16:17.3498343Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeILMPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.3499167Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDataStreams.json' from root:root to runner:runner
2025-08-20T19:16:17.3500036Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetClusterDataInformation.json' from root:root to runner:runner
2025-08-20T19:16:17.3500870Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListIndexTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.3501681Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateCollector.json' from root:root to runner:runner
2025-08-20T19:16:17.3502726Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3503599Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/EstimatedRestartTime.json' from root:root to runner:runner
2025-08-20T19:16:17.3504399Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CancelTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3505255Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UninstallKibanaPlugin.json' from root:root to runner:runner
2025-08-20T19:16:17.3506109Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateXpackMonitorConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3506991Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListPlugins.json' from root:root to runner:runner
2025-08-20T19:16:17.3507854Z [00:02:21.551]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetSuggestShrinkableNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.3508762Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InterruptLogstashTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3509627Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RestartInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3510451Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ActivateZones.json' from root:root to runner:runner
2025-08-20T19:16:17.3511374Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetEmonGrafanaDashboards.json' from root:root to runner:runner
2025-08-20T19:16:17.3512209Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateIndexTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3513255Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CancelDeletion.json' from root:root to runner:runner
2025-08-20T19:16:17.3514099Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateSynonymsDicts.json' from root:root to runner:runner
2025-08-20T19:16:17.3514940Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateCollectorName.json' from root:root to runner:runner
2025-08-20T19:16:17.3515724Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.3516559Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RecommendTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.3517477Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDefaultCollectorConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:17.3518346Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateLogstashDescription.json' from root:root to runner:runner
2025-08-20T19:16:17.3519125Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StartApm.json' from root:root to runner:runner
2025-08-20T19:16:17.3520005Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3520824Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListEcsInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.3521710Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateDataTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.3522841Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListLogstashPlugins.json' from root:root to runner:runner
2025-08-20T19:16:17.3523824Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ValidateSlrPermission.json' from root:root to runner:runner
2025-08-20T19:16:17.3524652Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ModifyElastictask.json' from root:root to runner:runner
2025-08-20T19:16:17.3525536Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListKibanaPlugins.json' from root:root to runner:runner
2025-08-20T19:16:17.3526387Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetRegionConfiguration.json' from root:root to runner:runner
2025-08-20T19:16:17.3527231Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListInstanceIndices.json' from root:root to runner:runner
2025-08-20T19:16:17.3528134Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAvailableEsInstanceIds.json' from root:root to runner:runner
2025-08-20T19:16:17.3528975Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetEmonMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:17.3529792Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DiagnoseInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3530640Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CancelLogstashDeletion.json' from root:root to runner:runner
2025-08-20T19:16:17.3531440Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CloseHttps.json' from root:root to runner:runner
2025-08-20T19:16:17.3532311Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallLogstashSystemPlugin.json' from root:root to runner:runner
2025-08-20T19:16:17.3533386Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeXpackMonitorConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3534291Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListLogstashLog.json' from root:root to runner:runner
2025-08-20T19:16:17.3535118Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallUserPlugins.json' from root:root to runner:runner
2025-08-20T19:16:17.3536008Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteCollector.json' from root:root to runner:runner
2025-08-20T19:16:17.3536857Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDeprecatedTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.3537799Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAlternativeSnapshotRepos.json' from root:root to runner:runner
2025-08-20T19:16:17.3538665Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RestartLogstash.json' from root:root to runner:runner
2025-08-20T19:16:17.3539477Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RenewLogstash.json' from root:root to runner:runner
2025-08-20T19:16:17.3540289Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePipelines.json' from root:root to runner:runner
2025-08-20T19:16:17.3541102Z [00:02:21.552]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetElastictask.json' from root:root to runner:runner
2025-08-20T19:16:17.3541917Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAckClusters.json' from root:root to runner:runner
2025-08-20T19:16:17.3543017Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateLogstashSettings.json' from root:root to runner:runner
2025-08-20T19:16:17.3544191Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribePipelineManagementConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3545022Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDataTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.3545831Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeApm.json' from root:root to runner:runner
2025-08-20T19:16:17.3546683Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeComponentIndex.json' from root:root to runner:runner
2025-08-20T19:16:17.3547624Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteConnectedCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.3548539Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateLogstash.json' from root:root to runner:runner
2025-08-20T19:16:17.3549541Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteVpcEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:17.3550419Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ModifyInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:17.3551307Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StartCollector.json' from root:root to runner:runner
2025-08-20T19:16:17.3552158Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteIndexTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3553280Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteDataStream.json' from root:root to runner:runner
2025-08-20T19:16:17.3554114Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3554938Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/OpenDiagnosis.json' from root:root to runner:runner
2025-08-20T19:16:17.3555794Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UninstallLogstashPlugin.json' from root:root to runner:runner
2025-08-20T19:16:17.3556653Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateInstanceSettings.json' from root:root to runner:runner
2025-08-20T19:16:17.3557459Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListExtendfiles.json' from root:root to runner:runner
2025-08-20T19:16:17.3558279Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/TransferNode.json' from root:root to runner:runner
2025-08-20T19:16:17.3559091Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3559939Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/AddConnectableCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.3560668Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch' from root:root to runner:runner
2025-08-20T19:16:17.3561548Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/StartExecution.json' from root:root to runner:runner
2025-08-20T19:16:17.3562292Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ListFlows.json' from root:root to runner:runner
2025-08-20T19:16:17.3563952Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ReportTaskSucceeded.json' from root:root to runner:runner
2025-08-20T19:16:17.3565476Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ListExecutions.json' from root:root to runner:runner
2025-08-20T19:16:17.3567124Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DescribeFlow.json' from root:root to runner:runner
2025-08-20T19:16:17.3568572Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/UpdateFlow.json' from root:root to runner:runner
2025-08-20T19:16:17.3570119Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ListSchedules.json' from root:root to runner:runner
2025-08-20T19:16:17.3571593Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/StartSyncExecution.json' from root:root to runner:runner
2025-08-20T19:16:17.3573260Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DescribeSchedule.json' from root:root to runner:runner
2025-08-20T19:16:17.3574350Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DescribeExecution.json' from root:root to runner:runner
2025-08-20T19:16:17.3575120Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/version.json' from root:root to runner:runner
2025-08-20T19:16:17.3575876Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/StopExecution.json' from root:root to runner:runner
2025-08-20T19:16:17.3576675Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/GetExecutionHistory.json' from root:root to runner:runner
2025-08-20T19:16:17.3577438Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/UpdateSchedule.json' from root:root to runner:runner
2025-08-20T19:16:17.3578200Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DeleteSchedule.json' from root:root to runner:runner
2025-08-20T19:16:17.3578973Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ReportTaskFailed.json' from root:root to runner:runner
2025-08-20T19:16:17.3579710Z [00:02:21.553]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/CreateFlow.json' from root:root to runner:runner
2025-08-20T19:16:17.3580587Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DeleteFlow.json' from root:root to runner:runner
2025-08-20T19:16:17.3581347Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/CreateSchedule.json' from root:root to runner:runner
2025-08-20T19:16:17.3582096Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf' from root:root to runner:runner
2025-08-20T19:16:17.3583303Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:17.3584302Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEventBridgeIntegration.json' from root:root to runner:runner
2025-08-20T19:16:17.3585164Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListSilencePolicies.json' from root:root to runner:runner
2025-08-20T19:16:17.3585958Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ImportAppAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:17.3586779Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListNotificationPolicies.json' from root:root to runner:runner
2025-08-20T19:16:17.3587589Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/BlockAlarmNotification.json' from root:root to runner:runner
2025-08-20T19:16:17.3588420Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:17.3589304Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateEventBridgeIntegration.json' from root:root to runner:runner
2025-08-20T19:16:17.3590079Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeContacts.json' from root:root to runner:runner
2025-08-20T19:16:17.3590889Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3591682Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListDashboardsByName.json' from root:root to runner:runner
2025-08-20T19:16:17.3592749Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/RestartEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:17.3593578Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:17.3594439Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAppList.json' from root:root to runner:runner
2025-08-20T19:16:17.3595262Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvServiceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.3596107Z [00:02:21.554]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SyncRecordingRules.json' from root:root to runner:runner
2025-08-20T19:16:17.3596867Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DelAuthToken.json' from root:root to runner:runner
2025-08-20T19:16:17.3597733Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeTraceLicenseKey.json' from root:root to runner:runner
2025-08-20T19:16:17.3598616Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3599408Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3600189Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateIntegration.json' from root:root to runner:runner
2025-08-20T19:16:17.3600974Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:17.3601748Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateRetcodeApp.json' from root:root to runner:runner
2025-08-20T19:16:17.3602686Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/StopAlert.json' from root:root to runner:runner
2025-08-20T19:16:17.3603520Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3604304Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAppApiByPage.json' from root:root to runner:runner
2025-08-20T19:16:17.3605073Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteScenario.json' from root:root to runner:runner
2025-08-20T19:16:17.3605831Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.3606651Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.3607511Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:17.3608321Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3609175Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ChangeAlarmSeverity.json' from root:root to runner:runner
2025-08-20T19:16:17.3609986Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvCustomJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3610832Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/OpenXtraceDefaultSLR.json' from root:root to runner:runner
2025-08-20T19:16:17.3611609Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAppJVMConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3612762Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeContactGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.3613658Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:17.3614454Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryAppMetadata.json' from root:root to runner:runner
2025-08-20T19:16:17.3615369Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddAliClusterIdsToPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:17.3616189Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3616984Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetCloudClusterAllUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.3617887Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusGlobalViewByAliClusterIds.json' from root:root to runner:runner
2025-08-20T19:16:17.3618710Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreatePrometheusAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3619743Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeAddonRelease.json' from root:root to runner:runner
2025-08-20T19:16:17.3620576Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3621456Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateEnvPodMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.3622277Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:17.3623679Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:17.3624666Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3625588Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/StartTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3626456Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3627258Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetIntegrationState.json' from root:root to runner:runner
2025-08-20T19:16:17.3628117Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:17.3628965Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvironmentDashboards.json' from root:root to runner:runner
2025-08-20T19:16:17.3629737Z [00:02:21.555]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ClaimAlarm.json' from root:root to runner:runner
2025-08-20T19:16:17.3630564Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreatePrometheusInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3631348Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListInsightsEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.3632119Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteContact.json' from root:root to runner:runner
2025-08-20T19:16:17.3633249Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateSilencePolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.3634083Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InstallManagedPrometheus.json' from root:root to runner:runner
2025-08-20T19:16:17.3634890Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CheckCommercialStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3635767Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAddonRelease.json' from root:root to runner:runner
2025-08-20T19:16:17.3636558Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRetcodeShareUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.3637668Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateNotificationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.3638955Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryPromInstallStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3640078Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusMonitoringStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3640960Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRetcodeLogstore.json' from root:root to runner:runner
2025-08-20T19:16:17.3641768Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListActivatedAlerts.json' from root:root to runner:runner
2025-08-20T19:16:17.3642766Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3643583Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetCommercialStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3644396Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ManageGetRecordingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3645191Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:17.3645952Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ConfigApp.json' from root:root to runner:runner
2025-08-20T19:16:17.3646753Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateEnvCustomJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3647539Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeIMRobots.json' from root:root to runner:runner
2025-08-20T19:16:17.3648344Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusApiToken.json' from root:root to runner:runner
2025-08-20T19:16:17.3649129Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3650042Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEventBridgeIntegrations.json' from root:root to runner:runner
2025-08-20T19:16:17.3650829Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteCmsExporter.json' from root:root to runner:runner
2025-08-20T19:16:17.3651652Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateWebhook.json' from root:root to runner:runner
2025-08-20T19:16:17.3652591Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryAppTopology.json' from root:root to runner:runner
2025-08-20T19:16:17.3653486Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEscalationPolicies.json' from root:root to runner:runner
2025-08-20T19:16:17.3654382Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusRemoteWrite.json' from root:root to runner:runner
2025-08-20T19:16:17.3655144Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CloseAlarm.json' from root:root to runner:runner
2025-08-20T19:16:17.3655972Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3656772Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:17.3657580Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSyntheticTaskDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.3658378Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ManageRecordingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3659137Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateWebhook.json' from root:root to runner:runner
2025-08-20T19:16:17.3659938Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSyntheticMonitors.json' from root:root to runner:runner
2025-08-20T19:16:17.3660766Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3661575Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateIMRobot.json' from root:root to runner:runner
2025-08-20T19:16:17.3662524Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRetcodeDataByQuery.json' from root:root to runner:runner
2025-08-20T19:16:17.3663554Z [00:02:21.556]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:17.3664386Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusRemoteWrites.json' from root:root to runner:runner
2025-08-20T19:16:17.3665289Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SwitchSyntheticTaskStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3666048Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAuthToken.json' from root:root to runner:runner
2025-08-20T19:16:17.3666904Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvPodMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.3667704Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteGrafanaResource.json' from root:root to runner:runner
2025-08-20T19:16:17.3668579Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3669369Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListOnCallSchedules.json' from root:root to runner:runner
2025-08-20T19:16:17.3670216Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateWebhookContact.json' from root:root to runner:runner
2025-08-20T19:16:17.3671034Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSyntheticTaskMonitors.json' from root:root to runner:runner
2025-08-20T19:16:17.3671809Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvCustomJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.3672808Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:17.3673584Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetExploreUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.3674345Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/OpenVCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.3675120Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InitEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:17.3675892Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3676756Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateEnvironment.json' from root:root to runner:runner
2025-08-20T19:16:17.3677496Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetStack.json' from root:root to runner:runner
2025-08-20T19:16:17.3678375Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusRemoteWrite.json' from root:root to runner:runner
2025-08-20T19:16:17.3679193Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3680073Z [00:02:21.557]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListTimingSyntheticTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.3680868Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddTagToFlinkCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.3681664Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/Upload.json' from root:root to runner:runner
2025-08-20T19:16:17.3682638Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListScenario.json' from root:root to runner:runner
2025-08-20T19:16:17.3683593Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/OpenArmsDefaultSLR.json' from root:root to runner:runner
2025-08-20T19:16:17.3684385Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListAddonReleases.json' from root:root to runner:runner
2025-08-20T19:16:17.3685168Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateMetricDrop.json' from root:root to runner:runner
2025-08-20T19:16:17.3685939Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteIMRobot.json' from root:root to runner:runner
2025-08-20T19:16:17.3686763Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteNotificationPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.3687573Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateEnvServiceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.3688521Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusInstanceByTagAndResourceGroupId.json' from root:root to runner:runner
2025-08-20T19:16:17.3689375Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusRemoteWrite.json' from root:root to runner:runner
2025-08-20T19:16:17.3690434Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/version.json' from root:root to runner:runner
2025-08-20T19:16:17.3691256Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SetRetcodeShareStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3692175Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3693242Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UninstallManagedPrometheus.json' from root:root to runner:runner
2025-08-20T19:16:17.3694127Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvCustomJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3695130Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusAlertTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.3696117Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:17.3696979Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateGrafanaWorkspaceVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.3697811Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetManagedPrometheusStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3698628Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListClusterFromGrafana.json' from root:root to runner:runner
2025-08-20T19:16:17.3699434Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryCommercialUsage.json' from root:root to runner:runner
2025-08-20T19:16:17.3700229Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteSilencePolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.3701023Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SaveTraceAppConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3701843Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreatePrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:17.3702982Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:17.3703790Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CheckServiceStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3704663Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryMetricByPage.json' from root:root to runner:runner
2025-08-20T19:16:17.3705462Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateContact.json' from root:root to runner:runner
2025-08-20T19:16:17.3706332Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchTraceAppByPage.json' from root:root to runner:runner
2025-08-20T19:16:17.3707126Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchAlertHistories.json' from root:root to runner:runner
2025-08-20T19:16:17.3708368Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSourceMapInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.3709466Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3710537Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryReleaseMetric.json' from root:root to runner:runner
2025-08-20T19:16:17.3711346Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRetcodeAppByPid.json' from root:root to runner:runner
2025-08-20T19:16:17.3712112Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetTrace.json' from root:root to runner:runner
2025-08-20T19:16:17.3713150Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvPodMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.3713940Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddIntegration.json' from root:root to runner:runner
2025-08-20T19:16:17.3714711Z [00:02:21.558]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3715514Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateEnvCustomJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3716295Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:17.3717070Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchTraces.json' from root:root to runner:runner
2025-08-20T19:16:17.3717898Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InstallEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:17.3718839Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:17.3719727Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AppendInstancesToPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:17.3720610Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeWebhookContacts.json' from root:root to runner:runner
2025-08-20T19:16:17.3721420Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvServiceMonitors.json' from root:root to runner:runner
2025-08-20T19:16:17.3722229Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListAlerts.json' from root:root to runner:runner
2025-08-20T19:16:17.3723297Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:17.3724182Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteIntegrations.json' from root:root to runner:runner
2025-08-20T19:16:17.3725032Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:17.3725805Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListTraceApps.json' from root:root to runner:runner
2025-08-20T19:16:17.3726628Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvironmentFeatures.json' from root:root to runner:runner
2025-08-20T19:16:17.3727394Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InstallAddon.json' from root:root to runner:runner
2025-08-20T19:16:17.3728238Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:17.3729074Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpgradeEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:17.3729826Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3730593Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ApplyScenario.json' from root:root to runner:runner
2025-08-20T19:16:17.3731343Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetTraceApp.json' from root:root to runner:runner
2025-08-20T19:16:17.3732203Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvPodMonitors.json' from root:root to runner:runner
2025-08-20T19:16:17.3733099Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpgradeAddonRelease.json' from root:root to runner:runner
2025-08-20T19:16:17.3733984Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3734820Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribePrometheusAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3735707Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusIntegration.json' from root:root to runner:runner
2025-08-20T19:16:17.3736514Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRecordingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3737365Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSyntheticTaskList.json' from root:root to runner:runner
2025-08-20T19:16:17.3738154Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SendTTSVerifyLink.json' from root:root to runner:runner
2025-08-20T19:16:17.3738996Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusMonitoring.json' from root:root to runner:runner
2025-08-20T19:16:17.3739763Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListAlertEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.3740551Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetMultipleTrace.json' from root:root to runner:runner
2025-08-20T19:16:17.3741324Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddRecordingRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3742178Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/OpenArmsServiceSecondVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.3743153Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListRetcodeApps.json' from root:root to runner:runner
2025-08-20T19:16:17.3743988Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/StopTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3744820Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:17.3745680Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListCmsInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.3746503Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusRemoteWrite.json' from root:root to runner:runner
2025-08-20T19:16:17.3747357Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateEnvPodMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.3748150Z [00:02:21.559]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchTracesByPage.json' from root:root to runner:runner
2025-08-20T19:16:17.3748983Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetClusterAllUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.3749765Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteRetcodeApp.json' from root:root to runner:runner
2025-08-20T19:16:17.3750679Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/BindPrometheusGrafanaInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3751468Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3752250Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvironments.json' from root:root to runner:runner
2025-08-20T19:16:17.3753138Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateIntegration.json' from root:root to runner:runner
2025-08-20T19:16:17.3753947Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:17.3754740Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteWebhookContact.json' from root:root to runner:runner
2025-08-20T19:16:17.3755561Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchRetcodeAppByPage.json' from root:root to runner:runner
2025-08-20T19:16:17.3756333Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:17.3757109Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteSourceMap.json' from root:root to runner:runner
2025-08-20T19:16:17.3757900Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InstallCmsExporter.json' from root:root to runner:runner
2025-08-20T19:16:17.3758756Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:17.3759518Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/EnableMetric.json' from root:root to runner:runner
2025-08-20T19:16:17.3760621Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/RemoveSourcesFromPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:17.3761510Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3762267Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddGrafana.json' from root:root to runner:runner
2025-08-20T19:16:17.3763377Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListIntegration.json' from root:root to runner:runner
2025-08-20T19:16:17.3764259Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UninstallPromCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.3765218Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateAlertRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3766082Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3766872Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListDispatchRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3767692Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvServiceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.3768515Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvironmentFeature.json' from root:root to runner:runner
2025-08-20T19:16:17.3769289Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListDashboards.json' from root:root to runner:runner
2025-08-20T19:16:17.3770074Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:17.3770885Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateEnvServiceMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.3771772Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:17.3772774Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteIntegration.json' from root:root to runner:runner
2025-08-20T19:16:17.3773704Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusAlertRules.json' from root:root to runner:runner
2025-08-20T19:16:17.3774504Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAgentDownloadUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.3775281Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteTraceApp.json' from root:root to runner:runner
2025-08-20T19:16:17.3776089Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchTraceAppByName.json' from root:root to runner:runner
2025-08-20T19:16:17.3776936Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:17.3778158Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetOnCallSchedulesDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.3779373Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteTimingSyntheticTask.json' from root:root to runner:runner
2025-08-20T19:16:17.3780356Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/StartAlert.json' from root:root to runner:runner
2025-08-20T19:16:17.3781191Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateGrafanaWorkspace.json' from root:root to runner:runner
2025-08-20T19:16:17.3782015Z [00:02:21.560]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusGlobalView.json' from root:root to runner:runner
2025-08-20T19:16:17.3782945Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms' from root:root to runner:runner
2025-08-20T19:16:17.3783730Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/ModifyMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.3784504Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SingleSendMail.json' from root:root to runner:runner
2025-08-20T19:16:17.3785263Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryTagByParam.json' from root:root to runner:runner
2025-08-20T19:16:17.3786100Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteTag.json' from root:root to runner:runner
2025-08-20T19:16:17.3786885Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryReceiverDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.3787712Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/AddIpfilter.json' from root:root to runner:runner
2025-08-20T19:16:17.3788470Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/BatchSendMail.json' from root:root to runner:runner
2025-08-20T19:16:17.3789208Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/ModifyTag.json' from root:root to runner:runner
2025-08-20T19:16:17.3789969Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteReceiver.json' from root:root to runner:runner
2025-08-20T19:16:17.3790819Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteReceiverDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.3791694Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SenderStatisticsByTagNameAndBatchID.json' from root:root to runner:runner
2025-08-20T19:16:17.3792660Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryInvalidAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.3793477Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryMailAddressByParam.json' from root:root to runner:runner
2025-08-20T19:16:17.3794243Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CreateReceiver.json' from root:root to runner:runner
2025-08-20T19:16:17.3795081Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SenderStatisticsDetailByParam.json' from root:root to runner:runner
2025-08-20T19:16:17.3795825Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CreateTag.json' from root:root to runner:runner
2025-08-20T19:16:17.3796609Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteInvalidAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.3797401Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryReceiverByParam.json' from root:root to runner:runner
2025-08-20T19:16:17.3798208Z [00:02:21.561]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/ApproveReplyMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.3799060Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/GetTrackList.json' from root:root to runner:runner
2025-08-20T19:16:17.3799797Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DescDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.3800614Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.3801388Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CreateMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.3802171Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SaveReceiverDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.3803184Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CreateDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.3804057Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryDomainByParam.json' from root:root to runner:runner
2025-08-20T19:16:17.3804867Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteIpfilterByEdmId.json' from root:root to runner:runner
2025-08-20T19:16:17.3805652Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/version.json' from root:root to runner:runner
2025-08-20T19:16:17.3806428Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/ModifyPWByDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.3807208Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.3807955Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CheckDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.3808736Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SendTestByTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3809513Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DescAccountSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.3810288Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/UpdateIpProtection.json' from root:root to runner:runner
2025-08-20T19:16:17.3811117Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/GetIpfilterList.json' from root:root to runner:runner
2025-08-20T19:16:17.3811884Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/GetIpProtection.json' from root:root to runner:runner
2025-08-20T19:16:17.3812921Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/GetTrackListByMailFromAndTagName.json' from root:root to runner:runner
2025-08-20T19:16:17.3813728Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CheckReplyToMailAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.3814505Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryTaskByParam.json' from root:root to runner:runner
2025-08-20T19:16:17.3815187Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm' from root:root to runner:runner
2025-08-20T19:16:17.3815957Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/UpgradeTwoWay.json' from root:root to runner:runner
2025-08-20T19:16:17.3816715Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ShieldPrecheck.json' from root:root to runner:runner
2025-08-20T19:16:17.3817538Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StopDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.3818403Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateDedicatedClusterMonitorRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3819278Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3820096Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.3820927Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteSubscriptionInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3821750Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureMigrationJobAlert.json' from root:root to runner:runner
2025-08-20T19:16:17.3822798Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSubscriptionInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3823600Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3824514Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.3825339Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMigrationJobAlert.json' from root:root to runner:runner
2025-08-20T19:16:17.3826170Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobName.json' from root:root to runner:runner
2025-08-20T19:16:17.3826983Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribePreCheckStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3827882Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeClusterUsedUtilization.json' from root:root to runner:runner
2025-08-20T19:16:17.3828681Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StopDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.3829681Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeEtlJobLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.3830607Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationObjectModifyStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3831532Z [00:02:21.562]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeInitializationStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3832527Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3833461Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobReplicatorCompare.json' from root:root to runner:runner
2025-08-20T19:16:17.3834338Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeCheckJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.3835262Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3836033Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SuspendDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3836833Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3837649Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeConsumerChannel.json' from root:root to runner:runner
2025-08-20T19:16:17.3838621Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDedicatedClusterMonitorRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3839380Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3840208Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDTSIP.json' from root:root to runner:runner
2025-08-20T19:16:17.3841037Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SwitchPhysicalDtsJobToCloud.json' from root:root to runner:runner
2025-08-20T19:16:17.3841828Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3842959Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3843825Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartSubscriptionInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3844606Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateDtsInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3845560Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSubscriptionInstanceStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3846405Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMetricList.json' from root:root to runner:runner
2025-08-20T19:16:17.3847350Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3848807Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateSubscriptionInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3850025Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSynchronizationJobReplicatorCompare.json' from root:root to runner:runner
2025-08-20T19:16:17.3850881Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SuspendSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3851767Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobStatusList.json' from root:root to runner:runner
2025-08-20T19:16:17.3853001Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyConsumerGroupPassword.json' from root:root to runner:runner
2025-08-20T19:16:17.3853822Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ListDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.3854650Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyConsumptionTimestamp.json' from root:root to runner:runner
2025-08-20T19:16:17.3855593Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.3856380Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeTagValues.json' from root:root to runner:runner
2025-08-20T19:16:17.3857160Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3857934Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3858688Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ResetDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3859495Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeJobMonitorRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3860326Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.3861204Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeConnectionStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3861991Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifySubscription.json' from root:root to runner:runner
2025-08-20T19:16:17.3863057Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDataCheckReportUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.3863891Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ResetSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3864715Z [00:02:21.563]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeClusterOperateLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.3865542Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMigrationJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.3866403Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDataCheckTableDiffDetails.json' from root:root to runner:runner
2025-08-20T19:16:17.3867335Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDataCheckTableDetails.json' from root:root to runner:runner
2025-08-20T19:16:17.3868106Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/TransferPayType.json' from root:root to runner:runner
2025-08-20T19:16:17.3869028Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSynchronizationJobAlert.json' from root:root to runner:runner
2025-08-20T19:16:17.3869894Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSubscriptionInstanceAlert.json' from root:root to runner:runner
2025-08-20T19:16:17.3870700Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSubscription.json' from root:root to runner:runner
2025-08-20T19:16:17.3871496Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/InitDtsRdsInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3872252Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.3873120Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/version.json' from root:root to runner:runner
2025-08-20T19:16:17.3873989Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyConsumerChannel.json' from root:root to runner:runner
2025-08-20T19:16:17.3874870Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifySubscriptionObject.json' from root:root to runner:runner
2025-08-20T19:16:17.3875695Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3876526Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifySynchronizationObject.json' from root:root to runner:runner
2025-08-20T19:16:17.3877297Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.3878091Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SuspendMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3878874Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SummaryJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.3879654Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartReverseWriter.json' from root:root to runner:runner
2025-08-20T19:16:17.3880531Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSubscriptionMeta.json' from root:root to runner:runner
2025-08-20T19:16:17.3881295Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3882146Z [00:02:21.564]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/TransferInstanceClass.json' from root:root to runner:runner
2025-08-20T19:16:17.3883229Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3884066Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDedicatedCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.3884913Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSynchronizationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3885788Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSubscriptionInstanceAlert.json' from root:root to runner:runner
2025-08-20T19:16:17.3886561Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3887443Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3888303Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteConsumerChannel.json' from root:root to runner:runner
2025-08-20T19:16:17.3889112Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateConsumerChannel.json' from root:root to runner:runner
2025-08-20T19:16:17.3889905Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobPassword.json' from root:root to runner:runner
2025-08-20T19:16:17.3890711Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:17.3891498Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3892280Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3893181Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:17.3894041Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StopMigrationJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3894840Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobDuLimit.json' from root:root to runner:runner
2025-08-20T19:16:17.3895646Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/WhiteIpList.json' from root:root to runner:runner
2025-08-20T19:16:17.3896493Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSubscriptionInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.3897251Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.3898045Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDynamicConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3898940Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SwitchSynchronizationEndpoint.json' from root:root to runner:runner
2025-08-20T19:16:17.3899782Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeEndpointSwitchStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3900715Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMigrationJobStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.3901519Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDtsServiceLog.json' from root:root to runner:runner
2025-08-20T19:16:17.3902288Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SuspendDtsJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.3903497Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StopDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3904343Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMigrationJobs.json' from root:root to runner:runner
2025-08-20T19:16:17.3905140Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDtsJobDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.3905906Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SkipPreCheck.json' from root:root to runner:runner
2025-08-20T19:16:17.3906700Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CountJobByCondition.json' from root:root to runner:runner
2025-08-20T19:16:17.3907580Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateJobMonitorRule.json' from root:root to runner:runner
2025-08-20T19:16:17.3908576Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateReverseDtsJob.json' from root:root to runner:runner
2025-08-20T19:16:17.3909473Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.3910337Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobAlert.json' from root:root to runner:runner
2025-08-20T19:16:17.3911178Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDtsEtlJobVersionInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.3911865Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts' from root:root to runner:runner
2025-08-20T19:16:17.3913059Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json' from root:root to runner:runner
2025-08-20T19:16:17.3913882Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/DeleteContactTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3914730Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/OSuborderDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.3915591Z [00:02:21.565]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForModifyingDomainDns.json' from root:root to runner:runner
2025-08-20T19:16:17.3916511Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForSubmittingDomainNameCredential.json' from root:root to runner:runner
2025-08-20T19:16:17.3917404Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForUpdatingContactByTempateId.json' from root:root to runner:runner
2025-08-20T19:16:17.3918212Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryBatchTaskList.json' from root:root to runner:runner
2025-08-20T19:16:17.3918999Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryDomainList.json' from root:root to runner:runner
2025-08-20T19:16:17.3919825Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryBatchTaskDetailList.json' from root:root to runner:runner
2025-08-20T19:16:17.3920721Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForUpdatingContactByTemplateId.json' from root:root to runner:runner
2025-08-20T19:16:17.3921677Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/GetWhoisInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.3923227Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryDomainBySaleId.json' from root:root to runner:runner
2025-08-20T19:16:17.3924313Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/version.json' from root:root to runner:runner
2025-08-20T19:16:17.3925135Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryFailReasonList.json' from root:root to runner:runner
2025-08-20T19:16:17.3925919Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryContact.json' from root:root to runner:runner
2025-08-20T19:16:17.3926753Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/CreateOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.3927569Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/CheckDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.3928326Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.3929256Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveContactTemplateCredential.json' from root:root to runner:runner
2025-08-20T19:16:17.3930041Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/WhoisProtection.json' from root:root to runner:runner
2025-08-20T19:16:17.3930849Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveContactTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3931661Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryContactTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.3932364Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain' from root:root to runner:runner
2025-08-20T19:16:17.3933393Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateEntity.json' from root:root to runner:runner
2025-08-20T19:16:17.3934201Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DisableDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:17.3934985Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeDialog.json' from root:root to runner:runner
2025-08-20T19:16:17.3935848Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/TestDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:17.3936630Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateCoreWord.json' from root:root to runner:runner
2025-08-20T19:16:17.3937485Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/PublishDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:17.3938279Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DisableKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:17.3939124Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:17.3939918Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetBotSessionData.json' from root:root to runner:runner
2025-08-20T19:16:17.3940771Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotHotDsDatas.json' from root:root to runner:runner
2025-08-20T19:16:17.3941572Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotColdDsDatas.json' from root:root to runner:runner
2025-08-20T19:16:17.3942364Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteCategory.json' from root:root to runner:runner
2025-08-20T19:16:17.3943388Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteDialog.json' from root:root to runner:runner
2025-08-20T19:16:17.3944171Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeBot.json' from root:root to runner:runner
2025-08-20T19:16:17.3944936Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteBot.json' from root:root to runner:runner
2025-08-20T19:16:17.3945708Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryIntents.json' from root:root to runner:runner
2025-08-20T19:16:17.3946503Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetBotChatData.json' from root:root to runner:runner
2025-08-20T19:16:17.3947278Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateDialog.json' from root:root to runner:runner
2025-08-20T19:16:17.3948064Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryCoreWords.json' from root:root to runner:runner
2025-08-20T19:16:17.3948965Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:17.3949774Z [00:02:21.566]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:17.3950613Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/AddSynonym.json' from root:root to runner:runner
2025-08-20T19:16:17.3951370Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/Associate.json' from root:root to runner:runner
2025-08-20T19:16:17.3952206Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateEntity.json' from root:root to runner:runner
2025-08-20T19:16:17.3953111Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateBot.json' from root:root to runner:runner
2025-08-20T19:16:17.3953996Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeEntities.json' from root:root to runner:runner
2025-08-20T19:16:17.3954804Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryPerspectives.json' from root:root to runner:runner
2025-08-20T19:16:17.3955629Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribePerspective.json' from root:root to runner:runner
2025-08-20T19:16:17.3956409Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateIntent.json' from root:root to runner:runner
2025-08-20T19:16:17.3957244Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotColdKnowledges.json' from root:root to runner:runner
2025-08-20T19:16:17.3958032Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteCoreWord.json' from root:root to runner:runner
2025-08-20T19:16:17.3958873Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetBotKnowledgeStatData.json' from root:root to runner:runner
2025-08-20T19:16:17.3959683Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetBotDsStatData.json' from root:root to runner:runner
2025-08-20T19:16:17.3960499Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotChatHistorys.json' from root:root to runner:runner
2025-08-20T19:16:17.3961301Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdatePerspective.json' from root:root to runner:runner
2025-08-20T19:16:17.3962171Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/RemoveEntityMember.json' from root:root to runner:runner
2025-08-20T19:16:17.3963165Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateIntent.json' from root:root to runner:runner
2025-08-20T19:16:17.3964082Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:17.3964820Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/Chat.json' from root:root to runner:runner
2025-08-20T19:16:17.3965675Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryCategories.json' from root:root to runner:runner
2025-08-20T19:16:17.3966430Z [00:02:21.567]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/version.json' from root:root to runner:runner
2025-08-20T19:16:17.3967287Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/PublishKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:17.3968082Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeCategory.json' from root:root to runner:runner
2025-08-20T19:16:17.3968892Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetConversationList.json' from root:root to runner:runner
2025-08-20T19:16:17.3969683Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateCategory.json' from root:root to runner:runner
2025-08-20T19:16:17.3970471Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotDsDetails.json' from root:root to runner:runner
2025-08-20T19:16:17.3971287Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListConversationLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.3972070Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateCoreWord.json' from root:root to runner:runner
2025-08-20T19:16:17.3972951Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryBots.json' from root:root to runner:runner
2025-08-20T19:16:17.3973734Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryEntities.json' from root:root to runner:runner
2025-08-20T19:16:17.3974528Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteKnowledge.json' from root:root to runner:runner
2025-08-20T19:16:17.3975328Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreatePerspective.json' from root:root to runner:runner
2025-08-20T19:16:17.3976213Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeDialogFlow.json' from root:root to runner:runner
2025-08-20T19:16:17.3977263Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotReceptionDetailDatas.json' from root:root to runner:runner
2025-08-20T19:16:17.3978202Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeletePerspective.json' from root:root to runner:runner
2025-08-20T19:16:17.3979032Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ActivatePerspective.json' from root:root to runner:runner
2025-08-20T19:16:17.3979887Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeCoreWord.json' from root:root to runner:runner
2025-08-20T19:16:17.3980723Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteIntent.json' from root:root to runner:runner
2025-08-20T19:16:17.3981564Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotKnowledgeDetails.json' from root:root to runner:runner
2025-08-20T19:16:17.3982734Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/Feedback.json' from root:root to runner:runner
2025-08-20T19:16:17.3983573Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeIntent.json' from root:root to runner:runner
2025-08-20T19:16:17.3984360Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateCategory.json' from root:root to runner:runner
2025-08-20T19:16:17.3985137Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteEntity.json' from root:root to runner:runner
2025-08-20T19:16:17.3985947Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotHotKnowledges.json' from root:root to runner:runner
2025-08-20T19:16:17.3986767Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QuerySystemEntities.json' from root:root to runner:runner
2025-08-20T19:16:17.3987544Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryDialogs.json' from root:root to runner:runner
2025-08-20T19:16:17.3988362Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/MoveKnowledgeCategory.json' from root:root to runner:runner
2025-08-20T19:16:17.3989143Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/RemoveSynonym.json' from root:root to runner:runner
2025-08-20T19:16:17.3990026Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryKnowledges.json' from root:root to runner:runner
2025-08-20T19:16:17.3990802Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateDialog.json' from root:root to runner:runner
2025-08-20T19:16:17.3991639Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetAsyncResult.json' from root:root to runner:runner
2025-08-20T19:16:17.3992554Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/AppendEntityMember.json' from root:root to runner:runner
2025-08-20T19:16:17.3993326Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot' from root:root to runner:runner
2025-08-20T19:16:17.3994188Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListHBaseInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.3995162Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:17.3996471Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackups.json' from root:root to runner:runner
2025-08-20T19:16:17.3997460Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteUserHdfsInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.3998293Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyBackupPlanConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.3999077Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.3999841Z [00:02:21.568]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/OpenBackup.json' from root:root to runner:runner
2025-08-20T19:16:17.4000676Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupPlanConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.4001476Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/EnableHBaseueBackup.json' from root:root to runner:runner
2025-08-20T19:16:17.4002274Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeIpWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:17.4003348Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeDBInstanceUsage.json' from root:root to runner:runner
2025-08-20T19:16:17.4004291Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/EvaluateMultiZoneResource.json' from root:root to runner:runner
2025-08-20T19:16:17.4005115Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/UpgradeMultiZoneCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4005954Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/XpackRelateDB.json' from root:root to runner:runner
2025-08-20T19:16:17.4006740Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteHBaseHaDB.json' from root:root to runner:runner
2025-08-20T19:16:17.4007646Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.4008428Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeNodeCount.json' from root:root to runner:runner
2025-08-20T19:16:17.4009342Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreSchemaDetails.json' from root:root to runner:runner
2025-08-20T19:16:17.4010144Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifySecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.4011013Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyClusterDeletionProtection.json' from root:root to runner:runner
2025-08-20T19:16:17.4011821Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupTables.json' from root:root to runner:runner
2025-08-20T19:16:17.4012817Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4013684Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeDeletedInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4014463Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/PurgeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4015321Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.4016135Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.4016931Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4017852Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CancelActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.4018634Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/AddUserHdfsInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.4019501Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyInstanceType.json' from root:root to runner:runner
2025-08-20T19:16:17.4020271Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/SwitchService.json' from root:root to runner:runner
2025-08-20T19:16:17.4021138Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.4021886Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListTags.json' from root:root to runner:runner
2025-08-20T19:16:17.4022993Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeColdStorageSize.json' from root:root to runner:runner
2025-08-20T19:16:17.4023797Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ConvertInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4024612Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/EnableHBaseueModule.json' from root:root to runner:runner
2025-08-20T19:16:17.4025436Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CheckComponentsVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.4026245Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteHBaseSlbServer.json' from root:root to runner:runner
2025-08-20T19:16:17.4027055Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/UpgradeMinorVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.4027947Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ReleasePublicNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.4028729Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4029534Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4030367Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeServerlessCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4031277Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeClusterConnection.json' from root:root to runner:runner
2025-08-20T19:16:17.4032060Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/SwitchHbaseHaSlb.json' from root:root to runner:runner
2025-08-20T19:16:17.4033096Z [00:02:21.569]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyMultiZoneClusterNodeType.json' from root:root to runner:runner
2025-08-20T19:16:17.4033884Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateHbaseHaSlb.json' from root:root to runner:runner
2025-08-20T19:16:17.4034803Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/AllocatePublicNetworkAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.4035620Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteMultiZoneCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4036481Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeSubDomain.json' from root:root to runner:runner
2025-08-20T19:16:17.4037363Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeMultiZoneAvailableRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.4038113Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/version.json' from root:root to runner:runner
2025-08-20T19:16:17.4038927Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteGlobalResource.json' from root:root to runner:runner
2025-08-20T19:16:17.4039749Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteServerlessCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4040545Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/GetMultimodeCmsUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.4041407Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeMultiZoneClusterDiskSize.json' from root:root to runner:runner
2025-08-20T19:16:17.4042193Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.4043354Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeMultiZoneClusterNodeCount.json' from root:root to runner:runner
2025-08-20T19:16:17.4044179Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateGlobalResource.json' from root:root to runner:runner
2025-08-20T19:16:17.4045102Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateServerlessCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4045946Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyInstanceServiceConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.4046847Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeMultiZoneCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4047658Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.4048498Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/QueryHBaseHaDB.json' from root:root to runner:runner
2025-08-20T19:16:17.4049339Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/RestartInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4050152Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.4051141Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreIncrDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.4052055Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeColdStorage.json' from root:root to runner:runner
2025-08-20T19:16:17.4052971Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/UnTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4053745Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4054565Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateMultiZoneCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4055453Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeMultiZoneAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:17.4056466Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeDiskWarningLine.json' from root:root to runner:runner
2025-08-20T19:16:17.4057378Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListInstanceServiceConfigHistories.json' from root:root to runner:runner
2025-08-20T19:16:17.4058166Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4059069Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeInstanceType.json' from root:root to runner:runner
2025-08-20T19:16:17.4059833Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CloseBackup.json' from root:root to runner:runner
2025-08-20T19:16:17.4060772Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListInstanceServiceConfigurations.json' from root:root to runner:runner
2025-08-20T19:16:17.4061594Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.4062681Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateHBaseSlbServer.json' from root:root to runner:runner
2025-08-20T19:16:17.4063563Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeEndpoints.json' from root:root to runner:runner
2025-08-20T19:16:17.4064382Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyDiskWarningLine.json' from root:root to runner:runner
2025-08-20T19:16:17.4065161Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeDiskSize.json' from root:root to runner:runner
2025-08-20T19:16:17.4065956Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyIpWhitelist.json' from root:root to runner:runner
2025-08-20T19:16:17.4066808Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreFullDetails.json' from root:root to runner:runner
2025-08-20T19:16:17.4067647Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyActiveOperationTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.4068478Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyInstanceMaintainTime.json' from root:root to runner:runner
2025-08-20T19:16:17.4069700Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRecoverableTimeRange.json' from root:root to runner:runner
2025-08-20T19:16:17.4070850Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:17.4071864Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/QueryXpackRelateDB.json' from root:root to runner:runner
2025-08-20T19:16:17.4072778Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4073752Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeActiveOperationTaskType.json' from root:root to runner:runner
2025-08-20T19:16:17.4074556Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateRestorePlan.json' from root:root to runner:runner
2025-08-20T19:16:17.4075393Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteHbaseHaSlb.json' from root:root to runner:runner
2025-08-20T19:16:17.4076176Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateBackupPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.4077059Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyUIAccountPassword.json' from root:root to runner:runner
2025-08-20T19:16:17.4077911Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/RelateDbForHBaseHa.json' from root:root to runner:runner
2025-08-20T19:16:17.4078725Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreTables.json' from root:root to runner:runner
2025-08-20T19:16:17.4079425Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase' from root:root to runner:runner
2025-08-20T19:16:17.4080253Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySplitItemBill.json' from root:root to runner:runner
2025-08-20T19:16:17.4081108Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySavingsPlansInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4081947Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetResellerUserStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.4083132Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSavingsPlansUsageDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.4083977Z [00:02:21.571]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCashCoupons.json' from root:root to runner:runner
2025-08-20T19:16:17.4084801Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryInstanceByTag.json' from root:root to runner:runner
2025-08-20T19:16:17.4085641Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryInstanceGaapCost.json' from root:root to runner:runner
2025-08-20T19:16:17.4086509Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryInvoicingCustomerList.json' from root:root to runner:runner
2025-08-20T19:16:17.4087421Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetAllExpirationDay.json' from root:root to runner:runner
2025-08-20T19:16:17.4088225Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCostUnit.json' from root:root to runner:runner
2025-08-20T19:16:17.4089096Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/AddAccountRelation.json' from root:root to runner:runner
2025-08-20T19:16:17.4089916Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryRelationList.json' from root:root to runner:runner
2025-08-20T19:16:17.4090790Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetCreditLabelAction.json' from root:root to runner:runner
2025-08-20T19:16:17.4091646Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateCostUnit.json' from root:root to runner:runner
2025-08-20T19:16:17.4092725Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCostUnitResource.json' from root:root to runner:runner
2025-08-20T19:16:17.4093546Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ReleaseInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4094390Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ModifyAccountRelation.json' from root:root to runner:runner
2025-08-20T19:16:17.4095254Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourceUsageTotal.json' from root:root to runner:runner
2025-08-20T19:16:17.4096116Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/InquiryPriceRefundInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4097000Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryResourcePackageInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4097845Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAvailableInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4098838Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json' from root:root to runner:runner
2025-08-20T19:16:17.4099662Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryPriceEntityList.json' from root:root to runner:runner
2025-08-20T19:16:17.4100569Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetPayAsYouGoPrice.json' from root:root to runner:runner
2025-08-20T19:16:17.4101376Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryProductList.json' from root:root to runner:runner
2025-08-20T19:16:17.4102315Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourceCoverageTotal.json' from root:root to runner:runner
2025-08-20T19:16:17.4103373Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeInstanceBill.json' from root:root to runner:runner
2025-08-20T19:16:17.4104316Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateSavingsPlansInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4105198Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSavingsPlansUsageTotal.json' from root:root to runner:runner
2025-08-20T19:16:17.4106098Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetCustomerAccountInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.4107013Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSavingsPlansCoverageDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.4107842Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryPermissionList.json' from root:root to runner:runner
2025-08-20T19:16:17.4108621Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryBill.json' from root:root to runner:runner
2025-08-20T19:16:17.4109509Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryResellerUserAlarmThreshold.json' from root:root to runner:runner
2025-08-20T19:16:17.4110381Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetResellerUserAlarmThreshold.json' from root:root to runner:runner
2025-08-20T19:16:17.4111209Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SubscribeBillToOSS.json' from root:root to runner:runner
2025-08-20T19:16:17.4112166Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json' from root:root to runner:runner
2025-08-20T19:16:17.4113543Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetResourcePackagePrice.json' from root:root to runner:runner
2025-08-20T19:16:17.4114413Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSplitItemBill.json' from root:root to runner:runner
2025-08-20T19:16:17.4115370Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateResellerUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:17.4116169Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4117073Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ModifyCostUnit.json' from root:root to runner:runner
2025-08-20T19:16:17.4117896Z [00:02:21.572]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RenewChangeInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4118816Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryResellerAvailableQuota.json' from root:root to runner:runner
2025-08-20T19:16:17.4119735Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeCostBudgetsSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.4120546Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCommodityList.json' from root:root to runner:runner
2025-08-20T19:16:17.4121377Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAccountBalance.json' from root:root to runner:runner
2025-08-20T19:16:17.4122211Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetOrderDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.4123503Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSavingsPlansCoverageTotal.json' from root:root to runner:runner
2025-08-20T19:16:17.4124371Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:17.4125223Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RelieveAccountRelation.json' from root:root to runner:runner
2025-08-20T19:16:17.4126039Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryBillOverview.json' from root:root to runner:runner
2025-08-20T19:16:17.4126851Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DeleteCostUnit.json' from root:root to runner:runner
2025-08-20T19:16:17.4127918Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySavingsPlansDeductLog.json' from root:root to runner:runner
2025-08-20T19:16:17.4128856Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/EnableBillGeneration.json' from root:root to runner:runner
2025-08-20T19:16:17.4129672Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ConvertChargeType.json' from root:root to runner:runner
2025-08-20T19:16:17.4130541Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4131314Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetRenewal.json' from root:root to runner:runner
2025-08-20T19:16:17.4132141Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/version.json' from root:root to runner:runner
2025-08-20T19:16:17.4133215Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryFinancialAccountInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.4134114Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SaveUserCredit.json' from root:root to runner:runner
2025-08-20T19:16:17.4134923Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ConfirmRelation.json' from root:root to runner:runner
2025-08-20T19:16:17.4135814Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourcePackageProduct.json' from root:root to runner:runner
2025-08-20T19:16:17.4136678Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryBillToOSSSubscription.json' from root:root to runner:runner
2025-08-20T19:16:17.4137507Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/UnsubscribeBillToOSS.json' from root:root to runner:runner
2025-08-20T19:16:17.4138317Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryUserOmsData.json' from root:root to runner:runner
2025-08-20T19:16:17.4139101Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryRedeem.json' from root:root to runner:runner
2025-08-20T19:16:17.4139891Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ApplyInvoice.json' from root:root to runner:runner
2025-08-20T19:16:17.4140876Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4142226Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySettleBill.json' from root:root to runner:runner
2025-08-20T19:16:17.4143612Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetSubscriptionPrice.json' from root:root to runner:runner
2025-08-20T19:16:17.4144501Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourceUsageDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.4145387Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4146240Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySavingsPlansDiscount.json' from root:root to runner:runner
2025-08-20T19:16:17.4147116Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetCustomerList.json' from root:root to runner:runner
2025-08-20T19:16:17.4147961Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCustomerAddressList.json' from root:root to runner:runner
2025-08-20T19:16:17.4148848Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetResellerUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:17.4149699Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/AllocateCostUnitResource.json' from root:root to runner:runner
2025-08-20T19:16:17.4150487Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryOrders.json' from root:root to runner:runner
2025-08-20T19:16:17.4151444Z [00:02:21.573]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json' from root:root to runner:runner
2025-08-20T19:16:17.4152251Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RefundInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4153236Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAccountTransactions.json' from root:root to runner:runner
2025-08-20T19:16:17.4154079Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribePricingModule.json' from root:root to runner:runner
2025-08-20T19:16:17.4154930Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryDPUtilizationDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.4155739Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateAgAccount.json' from root:root to runner:runner
2025-08-20T19:16:17.4156597Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryRIUtilizationDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.4157534Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ChangeResellerConsumeAmount.json' from root:root to runner:runner
2025-08-20T19:16:17.4158416Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAccountTransactionDetails.json' from root:root to runner:runner
2025-08-20T19:16:17.4159308Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RenewResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:17.4160116Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryPrepaidCards.json' from root:root to runner:runner
2025-08-20T19:16:17.4161026Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/UpgradeResourcePackage.json' from root:root to runner:runner
2025-08-20T19:16:17.4161897Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryInstanceBill.json' from root:root to runner:runner
2025-08-20T19:16:17.4162811Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ModifyInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4163601Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CancelOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.4164422Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAccountBill.json' from root:root to runner:runner
2025-08-20T19:16:17.4165325Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourceCoverageDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.4166140Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryEvaluateList.json' from root:root to runner:runner
2025-08-20T19:16:17.4166968Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetAccountRelation.json' from root:root to runner:runner
2025-08-20T19:16:17.4167963Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json' from root:root to runner:runner
2025-08-20T19:16:17.4168777Z [00:02:21.574]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySkuPriceList.json' from root:root to runner:runner
2025-08-20T19:16:17.4169493Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi' from root:root to runner:runner
2025-08-20T19:16:17.4170374Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorLog.json' from root:root to runner:runner
2025-08-20T19:16:17.4171227Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHybridMonitorNamespace.json' from root:root to runner:runner
2025-08-20T19:16:17.4172129Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorStatistics.json' from root:root to runner:runner
2025-08-20T19:16:17.4173139Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeTagKeyList.json' from root:root to runner:runner
2025-08-20T19:16:17.4174045Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateCmsCallNumOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.4174896Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/BatchCreateInstantSiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.4175765Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeEventRuleList.json' from root:root to runner:runner
2025-08-20T19:16:17.4176572Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:17.4177441Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupCategories.json' from root:root to runner:runner
2025-08-20T19:16:17.4178294Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentAccessKey.json' from root:root to runner:runner
2025-08-20T19:16:17.4179118Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:17.4179955Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateHybridMonitorSLSGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4180693Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/Cursor.json' from root:root to runner:runner
2025-08-20T19:16:17.4181490Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutCustomMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:17.4182311Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeCustomMetricList.json' from root:root to runner:runner
2025-08-20T19:16:17.4183404Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeProductResourceTagKeyList.json' from root:root to runner:runner
2025-08-20T19:16:17.4184337Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutMonitorGroupDynamicRule.json' from root:root to runner:runner
2025-08-20T19:16:17.4185128Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutGroupMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:17.4186077Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeGroupMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:17.4186876Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteCustomMetric.json' from root:root to runner:runner
2025-08-20T19:16:17.4187756Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/SendDryRunSystemEvent.json' from root:root to runner:runner
2025-08-20T19:16:17.4188602Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4189449Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutCustomEventRule.json' from root:root to runner:runner
2025-08-20T19:16:17.4190230Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:17.4191081Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/BatchCreateIntantSiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.4191950Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeContactListByContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4192878Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutResourceMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:17.4193654Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/OpenCmsService.json' from root:root to runner:runner
2025-08-20T19:16:17.4194473Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:17.4195544Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteInstantMonitorLog.json' from root:root to runner:runner
2025-08-20T19:16:17.4196365Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeContactList.json' from root:root to runner:runner
2025-08-20T19:16:17.4197200Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:17.4198063Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutCustomMetric.json' from root:root to runner:runner
2025-08-20T19:16:17.4198853Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutEventRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:17.4199853Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutHybridMonitorMetricData.json' from root:root to runner:runner
2025-08-20T19:16:17.4200715Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/BatchExport.json' from root:root to runner:runner
2025-08-20T19:16:17.4201598Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4202509Z [00:02:21.575]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifySiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.4203404Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeCustomEventCount.json' from root:root to runner:runner
2025-08-20T19:16:17.4204222Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:17.4205005Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4205872Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupDynamicRules.json' from root:root to runner:runner
2025-08-20T19:16:17.4206724Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentHosts.json' from root:root to runner:runner
2025-08-20T19:16:17.4207562Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeLogMonitorAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4208414Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitorGroupNotifyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.4209251Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4210107Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateCmsOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.4210906Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteDynamicTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4211805Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHybridMonitorSLSGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4212712Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertLogList.json' from root:root to runner:runner
2025-08-20T19:16:17.4213622Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteContact.json' from root:root to runner:runner
2025-08-20T19:16:17.4214983Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutMetricRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:17.4216091Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableSiteMonitors.json' from root:root to runner:runner
2025-08-20T19:16:17.4216965Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeExporterOutputList.json' from root:root to runner:runner
2025-08-20T19:16:17.4217833Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricData.json' from root:root to runner:runner
2025-08-20T19:16:17.4218655Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.4219398Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/AddTags.json' from root:root to runner:runner
2025-08-20T19:16:17.4220275Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentProcesses.json' from root:root to runner:runner
2025-08-20T19:16:17.4221093Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateGroupMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:17.4221935Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeCustomEventHistogram.json' from root:root to runner:runner
2025-08-20T19:16:17.4223018Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricTop.json' from root:root to runner:runner
2025-08-20T19:16:17.4223866Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertLogHistogram.json' from root:root to runner:runner
2025-08-20T19:16:17.4224815Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableActiveMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:17.4225688Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHybridMonitorNamespaceList.json' from root:root to runner:runner
2025-08-20T19:16:17.4226595Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:17.4227412Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRuleResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4228271Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyMetricRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.4229108Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:17.4229957Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricList.json' from root:root to runner:runner
2025-08-20T19:16:17.4230764Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteExporterOutput.json' from root:root to runner:runner
2025-08-20T19:16:17.4231638Z [00:02:21.576]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:17.4232552Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.4233318Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutEventRule.json' from root:root to runner:runner
2025-08-20T19:16:17.4234140Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMetricRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.4234894Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/RemoveTags.json' from root:root to runner:runner
2025-08-20T19:16:17.4235718Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:17.4236475Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutContact.json' from root:root to runner:runner
2025-08-20T19:16:17.4237313Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSystemEventMetaList.json' from root:root to runner:runner
2025-08-20T19:16:17.4238275Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorResourceQuotaAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4239056Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutExporterOutput.json' from root:root to runner:runner
2025-08-20T19:16:17.4239970Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleTemplateList.json' from root:root to runner:runner
2025-08-20T19:16:17.4240795Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/BatchCreateOnceSiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.4241615Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleList.json' from root:root to runner:runner
2025-08-20T19:16:17.4242567Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHybridMonitorSLSGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4243437Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeProjectMeta.json' from root:root to runner:runner
2025-08-20T19:16:17.4244229Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableSiteMonitors.json' from root:root to runner:runner
2025-08-20T19:16:17.4245077Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutMonitoringConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.4245931Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorGroupNotifyPolicy.json' from root:root to runner:runner
2025-08-20T19:16:17.4246813Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupNotifyPolicyList.json' from root:root to runner:runner
2025-08-20T19:16:17.4247648Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyMonitorGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4248527Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertingMetricRuleResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4249296Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHostInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.4251237Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/InstallMonitoringAgent.json' from root:root to runner:runner
2025-08-20T19:16:17.4252050Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSystemEventCount.json' from root:root to runner:runner
2025-08-20T19:16:17.4253179Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteHybridMonitorSLSGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4253996Z [00:02:21.577]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeLogMonitorList.json' from root:root to runner:runner
2025-08-20T19:16:17.4254792Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:17.4255631Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeActiveMetricRuleList.json' from root:root to runner:runner
2025-08-20T19:16:17.4256449Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.4257264Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeContactGroupList.json' from root:root to runner:runner
2025-08-20T19:16:17.4258140Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutResourceMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:17.4258997Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.4259790Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/version.json' from root:root to runner:runner
2025-08-20T19:16:17.4260607Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHybridMonitorTask.json' from root:root to runner:runner
2025-08-20T19:16:17.4261454Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeCustomEventAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4262216Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutLogMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.4263214Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRules.json' from root:root to runner:runner
2025-08-20T19:16:17.4264007Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4264906Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableActiveMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:17.4265736Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitorGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4266843Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeEventRuleAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4267678Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorQuota.json' from root:root to runner:runner
2025-08-20T19:16:17.4268524Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:17.4269316Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricLast.json' from root:root to runner:runner
2025-08-20T19:16:17.4270121Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertLogCount.json' from root:root to runner:runner
2025-08-20T19:16:17.4270935Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteHybridMonitorTask.json' from root:root to runner:runner
2025-08-20T19:16:17.4272080Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeProductsOfActiveMetricRule.json' from root:root to runner:runner
2025-08-20T19:16:17.4273040Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateCmsSmspackageOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.4273889Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutCustomEvent.json' from root:root to runner:runner
2025-08-20T19:16:17.4274708Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:17.4275544Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeDynamicTagRuleList.json' from root:root to runner:runner
2025-08-20T19:16:17.4276364Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateInstantSiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.4277250Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyGroupMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:17.4278053Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateDynamicTagGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4278941Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRuleBlackList.json' from root:root to runner:runner
2025-08-20T19:16:17.4279746Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricMetaList.json' from root:root to runner:runner
2025-08-20T19:16:17.4280617Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/UninstallMonitoringAgent.json' from root:root to runner:runner
2025-08-20T19:16:17.4281398Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableEventRules.json' from root:root to runner:runner
2025-08-20T19:16:17.4282277Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorGroupByResourceGroupId.json' from root:root to runner:runner
2025-08-20T19:16:17.4283253Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteGroupMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:17.4284101Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHybridMonitorDataList.json' from root:root to runner:runner
2025-08-20T19:16:17.4285432Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSystemEventAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4286722Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitorGroupDynamicRule.json' from root:root to runner:runner
2025-08-20T19:16:17.4287744Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleTemplateAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4288595Z [00:02:21.578]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorGroupInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4289372Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteLogMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.4290257Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeUnhealthyHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:17.4291109Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorISPCityList.json' from root:root to runner:runner
2025-08-20T19:16:17.4291930Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:17.4292878Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteEventRuleTargets.json' from root:root to runner:runner
2025-08-20T19:16:17.4293779Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorList.json' from root:root to runner:runner
2025-08-20T19:16:17.4294600Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateHybridMonitorTask.json' from root:root to runner:runner
2025-08-20T19:16:17.4295436Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteEventRules.json' from root:root to runner:runner
2025-08-20T19:16:17.4296311Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateGroupMonitoringAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:17.4297134Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertHistoryList.json' from root:root to runner:runner
2025-08-20T19:16:17.4297980Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateHybridMonitorNamespace.json' from root:root to runner:runner
2025-08-20T19:16:17.4298833Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHostAvailabilityList.json' from root:root to runner:runner
2025-08-20T19:16:17.4299640Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ApplyMetricRuleTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.4300487Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateSiteMonitor.json' from root:root to runner:runner
2025-08-20T19:16:17.4301393Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentStatuses.json' from root:root to runner:runner
2025-08-20T19:16:17.4302239Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSystemEventHistogram.json' from root:root to runner:runner
2025-08-20T19:16:17.4303243Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4304100Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeEventRuleTargetList.json' from root:root to runner:runner
2025-08-20T19:16:17.4304895Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteSiteMonitors.json' from root:root to runner:runner
2025-08-20T19:16:17.4305713Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeExporterRuleList.json' from root:root to runner:runner
2025-08-20T19:16:17.4306560Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHybridMonitorTaskList.json' from root:root to runner:runner
2025-08-20T19:16:17.4307477Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteHybridMonitorNamespace.json' from root:root to runner:runner
2025-08-20T19:16:17.4308308Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorAgentProcess.json' from root:root to runner:runner
2025-08-20T19:16:17.4309153Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteExporterRule.json' from root:root to runner:runner
2025-08-20T19:16:17.4309970Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:17.4310798Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMetricRuleResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4311613Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleCount.json' from root:root to runner:runner
2025-08-20T19:16:17.4312515Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4313298Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutExporterRule.json' from root:root to runner:runner
2025-08-20T19:16:17.4314150Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableEventRules.json' from root:root to runner:runner
2025-08-20T19:16:17.4315007Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeTagValueList.json' from root:root to runner:runner
2025-08-20T19:16:17.4315820Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateHostAvailability.json' from root:root to runner:runner
2025-08-20T19:16:17.4316711Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4317405Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms' from root:root to runner:runner
2025-08-20T19:16:17.4318156Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/green/version.json' from root:root to runner:runner
2025-08-20T19:16:17.4318849Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/green' from root:root to runner:runner
2025-08-20T19:16:17.4319634Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/StartInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4320516Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ChangeResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4321316Z [00:02:21.579]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4322146Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteAcl.json' from root:root to runner:runner
2025-08-20T19:16:17.4323064Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreateConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4323893Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpgradePrePayOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.4324704Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DescribeSaslUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.4325489Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DescribeAcls.json' from root:root to runner:runner
2025-08-20T19:16:17.4326306Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetAllInstanceIdList.json' from root:root to runner:runner
2025-08-20T19:16:17.4327153Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/QueryMessage.json' from root:root to runner:runner
2025-08-20T19:16:17.4328076Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ReleaseInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4328883Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4329698Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ConvertPostPayOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.4330479Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetQuotaTip.json' from root:root to runner:runner
2025-08-20T19:16:17.4331309Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpdateConsumerOffset.json' from root:root to runner:runner
2025-08-20T19:16:17.4332071Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreateAcl.json' from root:root to runner:runner
2025-08-20T19:16:17.4333074Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/version.json' from root:root to runner:runner
2025-08-20T19:16:17.4333972Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetConsumerList.json' from root:root to runner:runner
2025-08-20T19:16:17.4334775Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpdateAllowedIp.json' from root:root to runner:runner
2025-08-20T19:16:17.4335654Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ModifyPartitionNum.json' from root:root to runner:runner
2025-08-20T19:16:17.4336457Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreatePrePayOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.4337367Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteTopic.json' from root:root to runner:runner
2025-08-20T19:16:17.4338402Z [00:02:21.580]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4339404Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpgradePostPayOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.4340247Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteConsumerGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4341122Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4341914Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreateSaslUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4343212Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetTopicList.json' from root:root to runner:runner
2025-08-20T19:16:17.4344109Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpdateInstanceConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.4344975Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpgradeInstanceVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.4345785Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpdateTopicConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.4346601Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetConsumerProgress.json' from root:root to runner:runner
2025-08-20T19:16:17.4347396Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetInstanceList.json' from root:root to runner:runner
2025-08-20T19:16:17.4348288Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetTopicStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.4349084Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetAllowedIpList.json' from root:root to runner:runner
2025-08-20T19:16:17.4349960Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ModifyInstanceName.json' from root:root to runner:runner
2025-08-20T19:16:17.4350764Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreatePostPayOrder.json' from root:root to runner:runner
2025-08-20T19:16:17.4351560Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteSaslUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4352328Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreateTopic.json' from root:root to runner:runner
2025-08-20T19:16:17.4353340Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ModifyTopicRemark.json' from root:root to runner:runner
2025-08-20T19:16:17.4354052Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka' from root:root to runner:runner
2025-08-20T19:16:17.4354979Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroupsForUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4355915Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostAccountsToHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:17.4357083Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:17.4358302Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHosts.json' from root:root to runner:runner
2025-08-20T19:16:17.4359362Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4360236Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateUserPublicKey.json' from root:root to runner:runner
2025-08-20T19:16:17.4361068Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/StartInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4361897Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostsPort.json' from root:root to runner:runner
2025-08-20T19:16:17.4363020Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostAccountsForUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4363931Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostsActiveAddressType.json' from root:root to runner:runner
2025-08-20T19:16:17.4364893Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DescribeInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4365725Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4366630Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostAccountsForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4367553Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/RejectOperationTicket.json' from root:root to runner:runner
2025-08-20T19:16:17.4368419Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyInstanceTwoFactor.json' from root:root to runner:runner
2025-08-20T19:16:17.4369302Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4370149Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListUserPublicKeys.json' from root:root to runner:runner
2025-08-20T19:16:17.4371021Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostsForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4371856Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostsForUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4372799Z [00:02:21.581]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/UnlockUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.4373664Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListOperationTickets.json' from root:root to runner:runner
2025-08-20T19:16:17.4374481Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4375336Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteUserPublicKey.json' from root:root to runner:runner
2025-08-20T19:16:17.4376311Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostGroupAccountsToUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4377217Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostAccountsToUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4378211Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4379112Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ConfigInstanceSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.4380008Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4380874Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4381725Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4382802Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4383712Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AcceptApproveCommand.json' from root:root to runner:runner
2025-08-20T19:16:17.4384585Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/RejectApproveCommand.json' from root:root to runner:runner
2025-08-20T19:16:17.4385396Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.4386268Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AcceptOperationTicket.json' from root:root to runner:runner
2025-08-20T19:16:17.4387125Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListApproveCommands.json' from root:root to runner:runner
2025-08-20T19:16:17.4387964Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteHostGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4388891Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:17.4389797Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListTagKeys.json' from root:root to runner:runner
2025-08-20T19:16:17.4390643Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/MoveResourceGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4391539Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateHost.json' from root:root to runner:runner
2025-08-20T19:16:17.4392764Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4393775Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetInstanceTwoFactor.json' from root:root to runner:runner
2025-08-20T19:16:17.4394688Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyInstanceADAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:17.4395581Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.4396444Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/RemoveHostsFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4397288Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:17.4398162Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ConfigInstanceWhiteList.json' from root:root to runner:runner
2025-08-20T19:16:17.4398965Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/version.json' from root:root to runner:runner
2025-08-20T19:16:17.4399793Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListUserGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.4400675Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4401489Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHost.json' from root:root to runner:runner
2025-08-20T19:16:17.4402330Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4403286Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4404201Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateHostAccount.json' from root:root to runner:runner
2025-08-20T19:16:17.4405109Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:17.4405999Z [00:02:21.582]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DescribeRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.4406819Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteHost.json' from root:root to runner:runner
2025-08-20T19:16:17.4407705Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostAccounts.json' from root:root to runner:runner
2025-08-20T19:16:17.4408599Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AddUsersToGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4409492Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ResetHostAccountCredential.json' from root:root to runner:runner
2025-08-20T19:16:17.4410363Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetInstanceADAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:17.4411207Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostAccount.json' from root:root to runner:runner
2025-08-20T19:16:17.4412040Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4413134Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetHostAccount.json' from root:root to runner:runner
2025-08-20T19:16:17.4413957Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/LockUsers.json' from root:root to runner:runner
2025-08-20T19:16:17.4414801Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteHostAccount.json' from root:root to runner:runner
2025-08-20T19:16:17.4415876Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4416783Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroupsForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4417791Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostAccountsForHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:17.4418629Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostShareKeys.json' from root:root to runner:runner
2025-08-20T19:16:17.4419537Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4420551Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AddHostsToGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4421560Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostAccountsFromUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4422696Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:17.4423638Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostGroupAccountsFromUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4424533Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DisableInstancePublicAccess.json' from root:root to runner:runner
2025-08-20T19:16:17.4425348Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4426296Z [00:02:21.583]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4427099Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetHost.json' from root:root to runner:runner
2025-08-20T19:16:17.4428019Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetInstanceLDAPAuthServer.json' from root:root to runner:runner
2025-08-20T19:16:17.4428876Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/RemoveUsersFromGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4429764Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostAccountsFromUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4430599Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteUserGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4431551Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/EnableInstancePublicAccess.json' from root:root to runner:runner
2025-08-20T19:16:17.4432510Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteHostShareKey.json' from root:root to runner:runner
2025-08-20T19:16:17.4433513Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroupAccountNamesForUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4434708Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostAccountsToUser.json' from root:root to runner:runner
2025-08-20T19:16:17.4436075Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost' from root:root to runner:runner
2025-08-20T19:16:17.4437120Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateARMServerInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4438046Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeARMServerInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4438906Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancerTCPListener.json' from root:root to runner:runner
2025-08-20T19:16:17.4439742Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeAvailableResource.json' from root:root to runner:runner
2025-08-20T19:16:17.4440552Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RollbackApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.4441323Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribePrice.json' from root:root to runner:runner
2025-08-20T19:16:17.4442133Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleasePrePaidInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4443067Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateNetworkAclEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.4443829Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteObject.json' from root:root to runner:runner
2025-08-20T19:16:17.4444649Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteDeviceInternetPort.json' from root:root to runner:runner
2025-08-20T19:16:17.4445445Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsNetLevel.json' from root:root to runner:runner
2025-08-20T19:16:17.4446275Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AttachDisk.json' from root:root to runner:runner
2025-08-20T19:16:17.4447089Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AssignPrivateIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:17.4448003Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancerHTTPListener.json' from root:root to runner:runner
2025-08-20T19:16:17.4448759Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StartInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4449608Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNatGateways.json' from root:root to runner:runner
2025-08-20T19:16:17.4450386Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4451190Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateDisk.json' from root:root to runner:runner
2025-08-20T19:16:17.4451989Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RescaleDeviceService.json' from root:root to runner:runner
2025-08-20T19:16:17.4452913Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleasePostPaidInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4453665Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/PutBucket.json' from root:root to runner:runner
2025-08-20T19:16:17.4454516Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSecurityGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4455361Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4456176Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeMeasurementData.json' from root:root to runner:runner
2025-08-20T19:16:17.4456965Z [00:02:21.584]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetBucketLifecycle.json' from root:root to runner:runner
2025-08-20T19:16:17.4457779Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StartSnatIpForSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.4458631Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeElbAvailableResourceInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.4459507Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.4460281Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/JoinSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4461148Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceVncUrl.json' from root:root to runner:runner
2025-08-20T19:16:17.4461968Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RevokeSecurityGroupEgress.json' from root:root to runner:runner
2025-08-20T19:16:17.4463048Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4463888Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDataDownloadURL.json' from root:root to runner:runner
2025-08-20T19:16:17.4464749Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDeviceService.json' from root:root to runner:runner
2025-08-20T19:16:17.4465521Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReinitInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4466297Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetOssUsageData.json' from root:root to runner:runner
2025-08-20T19:16:17.4467057Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StopInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4467871Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifySnapshotAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4468652Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RebootAICInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4469440Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancer.json' from root:root to runner:runner
2025-08-20T19:16:17.4470272Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyImageSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:17.4471179Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerTCPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4471948Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:17.4472904Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.4473680Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteNatGateway.json' from root:root to runner:runner
2025-08-20T19:16:17.4474564Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UpgradeAICInstanceImage.json' from root:root to runner:runner
2025-08-20T19:16:17.4475305Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReInitDisk.json' from root:root to runner:runner
2025-08-20T19:16:17.4476148Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RescaleApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.4476955Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AddDeviceInternetPort.json' from root:root to runner:runner
2025-08-20T19:16:17.4477885Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerUDPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4478730Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4479560Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/JoinPublicIpsToEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4480374Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerSpec.json' from root:root to runner:runner
2025-08-20T19:16:17.4481227Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancerHTTPSListener.json' from root:root to runner:runner
2025-08-20T19:16:17.4482006Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ListApplications.json' from root:root to runner:runner
2025-08-20T19:16:17.4483004Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeApplicationResourceSummary.json' from root:root to runner:runner
2025-08-20T19:16:17.4483767Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDisks.json' from root:root to runner:runner
2025-08-20T19:16:17.4484526Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ResizeDisk.json' from root:root to runner:runner
2025-08-20T19:16:17.4485291Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleaseInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4486194Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsRegionIdResource.json' from root:root to runner:runner
2025-08-20T19:16:17.4486996Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AssociateEnsEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.4487902Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeAvailableResourceInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.4488865Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyNetworkAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4489844Z [00:02:21.585]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyPrepayInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:17.4490619Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:17.4491490Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeExportImageInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.4492239Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ResetDisk.json' from root:root to runner:runner
2025-08-20T19:16:17.4493317Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RebootInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4494288Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ExportImage.json' from root:root to runner:runner
2025-08-20T19:16:17.4495113Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeVSwitches.json' from root:root to runner:runner
2025-08-20T19:16:17.4495961Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RemoveVSwitchesFromEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4496751Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeAICImages.json' from root:root to runner:runner
2025-08-20T19:16:17.4497550Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:17.4498335Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:17.4499124Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.4500023Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteBucketLifecycle.json' from root:root to runner:runner
2025-08-20T19:16:17.4500844Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNetworkInterfaces.json' from root:root to runner:runner
2025-08-20T19:16:17.4501695Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DistApplicationData.json' from root:root to runner:runner
2025-08-20T19:16:17.4502698Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AccosicateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:17.4503579Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RemoveBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:17.4504381Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeMountTargets.json' from root:root to runner:runner
2025-08-20T19:16:17.4505260Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StartLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:17.4506081Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsEipAddresses.json' from root:root to runner:runner
2025-08-20T19:16:17.4507117Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSDGDeploymentStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.4508407Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateClassicNetwork.json' from root:root to runner:runner
2025-08-20T19:16:17.4509394Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:17.4510174Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteSnapshot.json' from root:root to runner:runner
2025-08-20T19:16:17.4510945Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeImages.json' from root:root to runner:runner
2025-08-20T19:16:17.4511728Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AddBackendServers.json' from root:root to runner:runner
2025-08-20T19:16:17.4512646Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteEnsRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.4513468Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSnatTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:17.4514375Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeServcieSchedule.json' from root:root to runner:runner
2025-08-20T19:16:17.4515223Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyEnsEipAddressAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4516099Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UnAssociateEnsEipAddress.json' from root:root to runner:runner
2025-08-20T19:16:17.4516866Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ImportKeyPair.json' from root:root to runner:runner
2025-08-20T19:16:17.4517673Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ExportMeasurementData.json' from root:root to runner:runner
2025-08-20T19:16:17.4518531Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceTypes.json' from root:root to runner:runner
2025-08-20T19:16:17.4519374Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4520241Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4520983Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CopySDG.json' from root:root to runner:runner
2025-08-20T19:16:17.4521747Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetBucketInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.4522676Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleaseARMServerInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4523464Z [00:02:21.586]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeRegionIsps.json' from root:root to runner:runner
2025-08-20T19:16:17.4524225Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RenewInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4524996Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StopEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4525838Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AuthorizeSecurityGroupEgress.json' from root:root to runner:runner
2025-08-20T19:16:17.4526613Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.4527424Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RenewARMServerInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4528337Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AddSnatIpForSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.4529120Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/LeaveSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4529963Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RecoverAICInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4530738Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSnapshots.json' from root:root to runner:runner
2025-08-20T19:16:17.4531598Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RestartDeviceInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4532568Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyImageAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4533383Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSnatAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4534144Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetBucketAcl.json' from root:root to runner:runner
2025-08-20T19:16:17.4534952Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDataDistResult.json' from root:root to runner:runner
2025-08-20T19:16:17.4535727Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:17.4536540Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyInstanceChargeType.json' from root:root to runner:runner
2025-08-20T19:16:17.4537338Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteNetworkAclEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.4538176Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsNetSaleDistrict.json' from root:root to runner:runner
2025-08-20T19:16:17.4539013Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetOssStorageAndAccByBuckets.json' from root:root to runner:runner
2025-08-20T19:16:17.4539911Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeBandwitdhByInternetChargeType.json' from root:root to runner:runner
2025-08-20T19:16:17.4540745Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeForwardTableEntries.json' from root:root to runner:runner
2025-08-20T19:16:17.4541577Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateNetwork.json' from root:root to runner:runner
2025-08-20T19:16:17.4542627Z [00:02:21.587]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeExportImageStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.4543705Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerUDPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4544533Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UnassignPrivateIpAddresses.json' from root:root to runner:runner
2025-08-20T19:16:17.4545361Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CopySnapshot.json' from root:root to runner:runner
2025-08-20T19:16:17.4546209Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.4547024Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnBandWidthData.json' from root:root to runner:runner
2025-08-20T19:16:17.4547816Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNetworkAcls.json' from root:root to runner:runner
2025-08-20T19:16:17.4548634Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteSnatIpForSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.4549398Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:17.4550167Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4550928Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteKeyPairs.json' from root:root to runner:runner
2025-08-20T19:16:17.4551733Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ExportBillDetailData.json' from root:root to runner:runner
2025-08-20T19:16:17.4552602Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/version.json' from root:root to runner:runner
2025-08-20T19:16:17.4553367Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RunInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4554143Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.4555004Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RunServiceSchedule.json' from root:root to runner:runner
2025-08-20T19:16:17.4555818Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeCloudDiskTypes.json' from root:root to runner:runner
2025-08-20T19:16:17.4556664Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.4557483Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4558329Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ResetDeviceInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4559256Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyInstanceAutoRenewAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4560347Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AddNetworkInterfaceToInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4561194Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AuthorizeSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4562013Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceSpec.json' from root:root to runner:runner
2025-08-20T19:16:17.4562917Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteNetwork.json' from root:root to runner:runner
2025-08-20T19:16:17.4563728Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4564480Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ListObjects.json' from root:root to runner:runner
2025-08-20T19:16:17.4565287Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateEnsRouteEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.4566107Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UpgradeApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.4567130Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDataPushResult.json' from root:root to runner:runner
2025-08-20T19:16:17.4568033Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerHTTPSListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4568950Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSecurityGroups.json' from root:root to runner:runner
2025-08-20T19:16:17.4569743Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AttachEnsInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4570661Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeBandWithdChargeType.json' from root:root to runner:runner
2025-08-20T19:16:17.4571566Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnBandwitdhByInternetChargeType.json' from root:root to runner:runner
2025-08-20T19:16:17.4572672Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:17.4573579Z [00:02:21.588]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4574437Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RemovePublicIpsFromEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4575248Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StopSnatIpForSnatEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.4576073Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeReservedResource.json' from root:root to runner:runner
2025-08-20T19:16:17.4576872Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UnassociateNetworkAcl.json' from root:root to runner:runner
2025-08-20T19:16:17.4577761Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeCloudDiskAvailableResourceInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.4578560Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyVSwitchAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4579500Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateEnsService.json' from root:root to runner:runner
2025-08-20T19:16:17.4580814Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateVSwitch.json' from root:root to runner:runner
2025-08-20T19:16:17.4585885Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/PutBucketLifecycle.json' from root:root to runner:runner
2025-08-20T19:16:17.4586760Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNetworkAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4587669Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeploySDG.json' from root:root to runner:runner
2025-08-20T19:16:17.4588579Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeCreatePrePaidInstanceResult.json' from root:root to runner:runner
2025-08-20T19:16:17.4589446Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSelfImages.json' from root:root to runner:runner
2025-08-20T19:16:17.4590305Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsRegionIdIpv6Info.json' from root:root to runner:runner
2025-08-20T19:16:17.4591186Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RebootARMServerInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4592064Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetDeviceInternetPort.json' from root:root to runner:runner
2025-08-20T19:16:17.4593110Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsRegions.json' from root:root to runner:runner
2025-08-20T19:16:17.4593937Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/PushApplicationData.json' from root:root to runner:runner
2025-08-20T19:16:17.4594739Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:17.4595495Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteDisk.json' from root:root to runner:runner
2025-08-20T19:16:17.4596358Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribePrePaidInstanceStock.json' from root:root to runner:runner
2025-08-20T19:16:17.4597177Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsResourceUsage.json' from root:root to runner:runner
2025-08-20T19:16:17.4597979Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeImageInfos.json' from root:root to runner:runner
2025-08-20T19:16:17.4598824Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifySecurityGroupAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4599679Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceMonitorData.json' from root:root to runner:runner
2025-08-20T19:16:17.4600474Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleaseAICInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4601338Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4602187Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancerUDPListener.json' from root:root to runner:runner
2025-08-20T19:16:17.4603155Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RevokeSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4603974Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsNetDistrict.json' from root:root to runner:runner
2025-08-20T19:16:17.4604931Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerHTTPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4605768Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:17.4606694Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerHTTPSListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4607511Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StopLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:17.4608303Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteApplication.json' from root:root to runner:runner
2025-08-20T19:16:17.4609084Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeKeyPairs.json' from root:root to runner:runner
2025-08-20T19:16:17.4609869Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ResetAICInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4610698Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsRouteEntryList.json' from root:root to runner:runner
2025-08-20T19:16:17.4611467Z [00:02:21.589]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/PutBucketAcl.json' from root:root to runner:runner
2025-08-20T19:16:17.4612281Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancers.json' from root:root to runner:runner
2025-08-20T19:16:17.4613167Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:17.4613969Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateSecurityGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4614819Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateMountTarget.json' from root:root to runner:runner
2025-08-20T19:16:17.4615604Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateEipInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4616442Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StartEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4617207Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateImage.json' from root:root to runner:runner
2025-08-20T19:16:17.4618059Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeFileSystems.json' from root:root to runner:runner
2025-08-20T19:16:17.4618808Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DetachDisk.json' from root:root to runner:runner
2025-08-20T19:16:17.4619701Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnMeasurementData.json' from root:root to runner:runner
2025-08-20T19:16:17.4620617Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerHTTPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4621506Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerTCPListenerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4622345Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeImageSharePermission.json' from root:root to runner:runner
2025-08-20T19:16:17.4623449Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateFileSystem.json' from root:root to runner:runner
2025-08-20T19:16:17.4624299Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteLoadBalancerListener.json' from root:root to runner:runner
2025-08-20T19:16:17.4625069Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteBucket.json' from root:root to runner:runner
2025-08-20T19:16:17.4625901Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeUserBandWidthData.json' from root:root to runner:runner
2025-08-20T19:16:17.4626761Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyLoadBalancerAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4627538Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ListBuckets.json' from root:root to runner:runner
2025-08-20T19:16:17.4628438Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNetworks.json' from root:root to runner:runner
2025-08-20T19:16:17.4629271Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/JoinVSwitchesToEpnInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4630098Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteImage.json' from root:root to runner:runner
2025-08-20T19:16:17.4630889Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateForwardEntry.json' from root:root to runner:runner
2025-08-20T19:16:17.4631644Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens' from root:root to runner:runner
2025-08-20T19:16:17.4632686Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetUploadCredentials.json' from root:root to runner:runner
2025-08-20T19:16:17.4633851Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/UpdateService.json' from root:root to runner:runner
2025-08-20T19:16:17.4634853Z [00:02:21.590]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetServiceTemplateParameterConstraints.json' from root:root to runner:runner
2025-08-20T19:16:17.4635757Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetServiceEstimateCost.json' from root:root to runner:runner
2025-08-20T19:16:17.4636663Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListAcrImageRepositories.json' from root:root to runner:runner
2025-08-20T19:16:17.4637505Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetArtifact.json' from root:root to runner:runner
2025-08-20T19:16:17.4638546Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListServices.json' from root:root to runner:runner
2025-08-20T19:16:17.4639423Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListServiceUsages.json' from root:root to runner:runner
2025-08-20T19:16:17.4640268Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetService.json' from root:root to runner:runner
2025-08-20T19:16:17.4641195Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ModifyServiceInstanceResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4642051Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/PushMeteringData.json' from root:root to runner:runner
2025-08-20T19:16:17.4643114Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/DeleteArtifact.json' from root:root to runner:runner
2025-08-20T19:16:17.4643959Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/CreateService.json' from root:root to runner:runner
2025-08-20T19:16:17.4644879Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/RegisterService.json' from root:root to runner:runner
2025-08-20T19:16:17.4645886Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetArtifactRepositoryCredentials.json' from root:root to runner:runner
2025-08-20T19:16:17.4646769Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4647758Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ContinueDeployServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4648647Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/DeployServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4649541Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/CreateServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4650356Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/version.json' from root:root to runner:runner
2025-08-20T19:16:17.4651485Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/DeleteService.json' from root:root to runner:runner
2025-08-20T19:16:17.4653015Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ReleaseArtifact.json' from root:root to runner:runner
2025-08-20T19:16:17.4654111Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListArtifacts.json' from root:root to runner:runner
2025-08-20T19:16:17.4655063Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/UpdateServiceInstanceAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4655963Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/AddServiceSharedAccounts.json' from root:root to runner:runner
2025-08-20T19:16:17.4656844Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/DeleteServiceInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4657834Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListAcrImageTags.json' from root:root to runner:runner
2025-08-20T19:16:17.4658707Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4659648Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/UpgradeServiceInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4660494Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/CreateArtifact.json' from root:root to runner:runner
2025-08-20T19:16:17.4661401Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/UpdateArtifact.json' from root:root to runner:runner
2025-08-20T19:16:17.4662325Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListArtifactVersions.json' from root:root to runner:runner
2025-08-20T19:16:17.4663396Z [00:02:21.591]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier' from root:root to runner:runner
2025-08-20T19:16:17.4664295Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeSubaccountK8sClusterUserConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.4665082Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/StartWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:17.4665887Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicyDetails.json' from root:root to runner:runner
2025-08-20T19:16:17.4666713Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4667526Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UnInstallClusterAddons.json' from root:root to runner:runner
2025-08-20T19:16:17.4668315Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterVuls.json' from root:root to runner:runner
2025-08-20T19:16:17.4669063Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/StopAlert.json' from root:root to runner:runner
2025-08-20T19:16:17.4669918Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusters.json' from root:root to runner:runner
2025-08-20T19:16:17.4670764Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterUserKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:17.4671648Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpdateContactGroupForAlert.json' from root:root to runner:runner
2025-08-20T19:16:17.4672538Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeAddons.json' from root:root to runner:runner
2025-08-20T19:16:17.4673311Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/RemoveWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:17.4674147Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicyInstancesStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.4674985Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/AttachInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4675852Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteKubernetesTrigger.json' from root:root to runner:runner
2025-08-20T19:16:17.4676604Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ResumeTask.json' from root:root to runner:runner
2025-08-20T19:16:17.4677418Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyNodePoolNodeConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.4678293Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonsUpgradeStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.4679053Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteTrigger.json' from root:root to runner:runner
2025-08-20T19:16:17.4679814Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/MigrateCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4680614Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:17.4681409Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.4682207Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/PauseClusterUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:17.4683190Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteAlertContactGroup.json' from root:root to runner:runner
2025-08-20T19:16:17.4684047Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpdateK8sClusterUserConfigExpire.json' from root:root to runner:runner
2025-08-20T19:16:17.4684910Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GetKubernetesTrigger.json' from root:root to runner:runner
2025-08-20T19:16:17.4685698Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GetClusterCheck.json' from root:root to runner:runner
2025-08-20T19:16:17.4686482Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClustersV1.json' from root:root to runner:runner
2025-08-20T19:16:17.4687233Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateTrigger.json' from root:root to runner:runner
2025-08-20T19:16:17.4688131Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeUserClusterNamespaces.json' from root:root to runner:runner
2025-08-20T19:16:17.4688979Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeExternalAgent.json' from root:root to runner:runner
2025-08-20T19:16:17.4689776Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ScaleClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:17.4690606Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonMetadata.json' from root:root to runner:runner
2025-08-20T19:16:17.4691383Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/RunClusterCheck.json' from root:root to runner:runner
2025-08-20T19:16:17.4692177Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeNodePoolVuls.json' from root:root to runner:runner
2025-08-20T19:16:17.4693061Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4693864Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/RepairClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:17.4694643Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListClusterChecks.json' from root:root to runner:runner
2025-08-20T19:16:17.4695415Z [00:02:21.592]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListTagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4696273Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterTasks.json' from root:root to runner:runner
2025-08-20T19:16:17.4697045Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.4697910Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeletePolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4698681Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GrantPermissions.json' from root:root to runner:runner
2025-08-20T19:16:17.4699452Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:17.4700204Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeAddon.json' from root:root to runner:runner
2025-08-20T19:16:17.4701057Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelOperationPlan.json' from root:root to runner:runner
2025-08-20T19:16:17.4701852Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:17.4702948Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateKubernetesTrigger.json' from root:root to runner:runner
2025-08-20T19:16:17.4703752Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GetUpgradeStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.4704750Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListOperationPlans.json' from root:root to runner:runner
2025-08-20T19:16:17.4705538Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpdateTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.4706365Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GetClusterAddonInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4707212Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterNodePoolDetail.json' from root:root to runner:runner
2025-08-20T19:16:17.4708091Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/RemoveNodePoolNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.4708916Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/AttachInstancesToNodePool.json' from root:root to runner:runner
2025-08-20T19:16:17.4710067Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonUpgradeStatus.json' from root:root to runner:runner
2025-08-20T19:16:17.4710869Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpgradeClusterAddons.json' from root:root to runner:runner
2025-08-20T19:16:17.4711667Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyClusterAddon.json' from root:root to runner:runner
2025-08-20T19:16:17.4712548Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/OpenAckService.json' from root:root to runner:runner
2025-08-20T19:16:17.4713850Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/version.json' from root:root to runner:runner
2025-08-20T19:16:17.4714903Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListAddons.json' from root:root to runner:runner
2025-08-20T19:16:17.4715868Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4716680Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteClusterNodepool.json' from root:root to runner:runner
2025-08-20T19:16:17.4717545Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/SyncClusterNodePool.json' from root:root to runner:runner
2025-08-20T19:16:17.4718418Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeKubernetesVersionMetadata.json' from root:root to runner:runner
2025-08-20T19:16:17.4719212Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterLogs.json' from root:root to runner:runner
2025-08-20T19:16:17.4719993Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeUserQuota.json' from root:root to runner:runner
2025-08-20T19:16:17.4720812Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateAutoscalingConfig.json' from root:root to runner:runner
2025-08-20T19:16:17.4721592Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeTemplates.json' from root:root to runner:runner
2025-08-20T19:16:17.4722618Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeTrigger.json' from root:root to runner:runner
2025-08-20T19:16:17.4723775Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4724949Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/InstallClusterAddons.json' from root:root to runner:runner
2025-08-20T19:16:17.4725949Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.4726746Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescirbeWorkflow.json' from root:root to runner:runner
2025-08-20T19:16:17.4727515Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UntagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4728366Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/PauseComponentUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:17.4729133Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteTemplate.json' from root:root to runner:runner
2025-08-20T19:16:17.4729945Z [00:02:21.593]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpgradeClusterNodepool.json' from root:root to runner:runner
2025-08-20T19:16:17.4730790Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelTask.json' from root:root to runner:runner
2025-08-20T19:16:17.4731631Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeTaskInfo.json' from root:root to runner:runner
2025-08-20T19:16:17.4732653Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteAlertContact.json' from root:root to runner:runner
2025-08-20T19:16:17.4733509Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelComponentUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:17.4734302Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/FixNodePoolVuls.json' from root:root to runner:runner
2025-08-20T19:16:17.4735124Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterNodePools.json' from root:root to runner:runner
2025-08-20T19:16:17.4735912Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteClusterNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.4736671Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/TagResources.json' from root:root to runner:runner
2025-08-20T19:16:17.4737519Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpgradeCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4738333Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicyInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4739168Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyClusterTags.json' from root:root to runner:runner
2025-08-20T19:16:17.4739940Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeEvents.json' from root:root to runner:runner
2025-08-20T19:16:17.4741141Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpdateControlPlaneLog.json' from root:root to runner:runner
2025-08-20T19:16:17.4742036Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicyGovernanceInCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4743065Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicies.json' from root:root to runner:runner
2025-08-20T19:16:17.4743875Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterNodes.json' from root:root to runner:runner
2025-08-20T19:16:17.4744808Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonsVersion.json' from root:root to runner:runner
2025-08-20T19:16:17.4745720Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterV2UserKubeconfig.json' from root:root to runner:runner
2025-08-20T19:16:17.4746525Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ResumeUpgradeCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4747296Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeWorkflows.json' from root:root to runner:runner
2025-08-20T19:16:17.4748082Z [00:02:21.594]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ScanClusterVuls.json' from root:root to runner:runner
2025-08-20T19:16:17.4748902Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CheckControlPlaneLogEnable.json' from root:root to runner:runner
2025-08-20T19:16:17.4749704Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelClusterUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:17.4750453Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/PauseTask.json' from root:root to runner:runner
2025-08-20T19:16:17.4751309Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeployPolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4752115Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ResumeComponentUpgrade.json' from root:root to runner:runner
2025-08-20T19:16:17.4753217Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAttachScripts.json' from root:root to runner:runner
2025-08-20T19:16:17.4754056Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListClusterAddonInstances.json' from root:root to runner:runner
2025-08-20T19:16:17.4754857Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyPolicyInstance.json' from root:root to runner:runner
2025-08-20T19:16:17.4755607Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/StartAlert.json' from root:root to runner:runner
2025-08-20T19:16:17.4756378Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteCluster.json' from root:root to runner:runner
2025-08-20T19:16:17.4757182Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeUserPermission.json' from root:root to runner:runner
2025-08-20T19:16:17.4758089Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeTemplateAttribute.json' from root:root to runner:runner
2025-08-20T19:16:17.4758777Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs' from root:root to runner:runner
2025-08-20T19:16:17.4759550Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US' from root:root to runner:runner
2025-08-20T19:16:17.4760212Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/.git' from root:root to runner:runner
2025-08-20T19:16:17.4760868Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta' from root:root to runner:runner
2025-08-20T19:16:17.4761466Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T19:16:17.4762091Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/version.go' from root:root to runner:runner
2025-08-20T19:16:17.4762890Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag.go' from root:root to runner:runner
2025-08-20T19:16:17.4763536Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion.go' from root:root to runner:runner
2025-08-20T19:16:17.4764264Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/context_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4764878Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/output.go' from root:root to runner:runner
2025-08-20T19:16:17.4765542Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/suggestion_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4766246Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag_field_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4766909Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/levenshtein_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4767552Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/output_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4768221Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/command_help_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4768889Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion_utils.go' from root:root to runner:runner
2025-08-20T19:16:17.4769518Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/suggestion.go' from root:root to runner:runner
2025-08-20T19:16:17.4770156Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/levenshtein.go' from root:root to runner:runner
2025-08-20T19:16:17.4770896Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion_utils_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4771531Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/color_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4772223Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/version_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4773046Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/errors_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4773675Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/context.go' from root:root to runner:runner
2025-08-20T19:16:17.4774296Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/parser.go' from root:root to runner:runner
2025-08-20T19:16:17.4774920Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/command.go' from root:root to runner:runner
2025-08-20T19:16:17.4775595Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion_installer.go' from root:root to runner:runner
2025-08-20T19:16:17.4776229Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag_field.go' from root:root to runner:runner
2025-08-20T19:16:17.4777162Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/command_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4777810Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/exit_code.go' from root:root to runner:runner
2025-08-20T19:16:17.4778588Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion_installer_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4779244Z [00:02:21.595]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/parser_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4779869Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag_set.go' from root:root to runner:runner
2025-08-20T19:16:17.4780526Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/exit_code_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4781206Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/errors.go' from root:root to runner:runner
2025-08-20T19:16:17.4782036Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag_set_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4782973Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4783624Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4784353Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/command_help.go' from root:root to runner:runner
2025-08-20T19:16:17.4784972Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/color.go' from root:root to runner:runner
2025-08-20T19:16:17.4785565Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli' from root:root to runner:runner
2025-08-20T19:16:17.4786215Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T19:16:17.4786917Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/workflows/installer.yml' from root:root to runner:runner
2025-08-20T19:16:17.4787604Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T19:16:17.4788280Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/workflows/go.yml' from root:root to runner:runner
2025-08-20T19:16:17.4788998Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/workflows/codeql-analysis.yml' from root:root to runner:runner
2025-08-20T19:16:17.4789618Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T19:16:17.4790388Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/ISSUE_TEMPLATE/Bug_Report.md' from root:root to runner:runner
2025-08-20T19:16:17.4791099Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/ISSUE_TEMPLATE/Demand_Report.md' from root:root to runner:runner
2025-08-20T19:16:17.4791876Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/ISSUE_TEMPLATE/Bug_Report_zh.md' from root:root to runner:runner
2025-08-20T19:16:17.4792732Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/ISSUE_TEMPLATE/Demand_Report_zh.md' from root:root to runner:runner
2025-08-20T19:16:17.4793400Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T19:16:17.4793989Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T19:16:17.4794739Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T19:16:17.4795923Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T19:16:17.4796886Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T19:16:17.4797697Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T19:16:17.4798430Z [00:02:21.596]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T19:16:17.4799113Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T19:16:17.4799796Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T19:16:17.4800517Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T19:16:17.4801191Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T19:16:17.4801868Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T19:16:17.4802692Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T19:16:17.4803365Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T19:16:17.4804114Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T19:16:17.4804803Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T19:16:17.4805571Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T19:16:17.4806279Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T19:16:17.4806897Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T19:16:17.4807561Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T19:16:17.4808298Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T19:16:17.4809005Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T19:16:17.4809679Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T19:16:17.4810385Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T19:16:17.4811004Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T19:16:17.4811625Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T19:16:17.4812217Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T19:16:17.4813108Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T19:16:17.4813741Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T19:16:17.4814423Z [00:02:21.597]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T19:16:17.4815088Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T19:16:17.4815719Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T19:16:17.4816430Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T19:16:17.4817021Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T19:16:17.4817629Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T19:16:17.4818513Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T19:16:17.4819316Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T19:16:17.4820200Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T19:16:17.4821037Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/update.sample' from root:root to runner:runner
2025-08-20T19:16:17.4821854Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T19:16:17.4822893Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T19:16:17.4823711Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T19:16:17.4824504Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T19:16:17.4825322Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T19:16:17.4826101Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T19:16:17.4826895Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T19:16:17.4827744Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T19:16:17.4828565Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T19:16:17.4829397Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T19:16:17.4830208Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks' from root:root to runner:runner
2025-08-20T19:16:17.4831003Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T19:16:17.4831816Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/logs/refs/heads' from root:root to runner:runner
2025-08-20T19:16:17.4832754Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T19:16:17.4833633Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T19:16:17.4834456Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/logs/refs/remotes' from root:root to runner:runner
2025-08-20T19:16:17.4835199Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/logs/refs' from root:root to runner:runner
2025-08-20T19:16:17.4835929Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/logs/HEAD' from root:root to runner:runner
2025-08-20T19:16:17.4836651Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/logs' from root:root to runner:runner
2025-08-20T19:16:17.4837414Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/refs/heads/master' from root:root to runner:runner
2025-08-20T19:16:17.4838169Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/refs/heads' from root:root to runner:runner
2025-08-20T19:16:17.4838960Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T19:16:17.4839746Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/refs/remotes/origin' from root:root to runner:runner
2025-08-20T19:16:17.4840495Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/refs/remotes' from root:root to runner:runner
2025-08-20T19:16:17.4841228Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/refs/tags' from root:root to runner:runner
2025-08-20T19:16:17.4841940Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/refs' from root:root to runner:runner
2025-08-20T19:16:17.4842834Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/config' from root:root to runner:runner
2025-08-20T19:16:17.4843580Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/packed-refs' from root:root to runner:runner
2025-08-20T19:16:17.4844385Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/description' from root:root to runner:runner
2025-08-20T19:16:17.4845094Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/HEAD' from root:root to runner:runner
2025-08-20T19:16:17.4846134Z [00:02:21.598]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/objects/pack/pack-c56a53c51c21d13645fc5cf58d61318275fbecb3.rev' from root:root to runner:runner
2025-08-20T19:16:17.4847334Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/objects/pack/pack-c56a53c51c21d13645fc5cf58d61318275fbecb3.idx' from root:root to runner:runner
2025-08-20T19:16:17.4848423Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/objects/pack/pack-c56a53c51c21d13645fc5cf58d61318275fbecb3.pack' from root:root to runner:runner
2025-08-20T19:16:17.4849177Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/objects/pack' from root:root to runner:runner
2025-08-20T19:16:17.4849934Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/objects/info' from root:root to runner:runner
2025-08-20T19:16:17.4850656Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/objects' from root:root to runner:runner
2025-08-20T19:16:17.4851520Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/info/exclude' from root:root to runner:runner
2025-08-20T19:16:17.4852353Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/info' from root:root to runner:runner
2025-08-20T19:16:17.4853195Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/index' from root:root to runner:runner
2025-08-20T19:16:17.4853896Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta' from root:root to runner:runner
2025-08-20T19:16:17.4854517Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules' from root:root to runner:runner
2025-08-20T19:16:17.4855152Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T19:16:17.4855779Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T19:16:17.4856475Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T19:16:17.4857337Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cda52cc17068954c780d20edd88d9f1691d5d1b.pack' from root:root to runner:runner
2025-08-20T19:16:17.4858270Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cda52cc17068954c780d20edd88d9f1691d5d1b.rev' from root:root to runner:runner
2025-08-20T19:16:17.4859132Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cc7d2575988d9d0320dba571c8ab6ce6719494f.pack' from root:root to runner:runner
2025-08-20T19:16:17.4860097Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cda52cc17068954c780d20edd88d9f1691d5d1b.promisor' from root:root to runner:runner
2025-08-20T19:16:17.4860952Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cc7d2575988d9d0320dba571c8ab6ce6719494f.idx' from root:root to runner:runner
2025-08-20T19:16:17.4861857Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cda52cc17068954c780d20edd88d9f1691d5d1b.idx' from root:root to runner:runner
2025-08-20T19:16:17.4862963Z [00:02:21.599]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cc7d2575988d9d0320dba571c8ab6ce6719494f.promisor' from root:root to runner:runner
2025-08-20T19:16:17.4863831Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cc7d2575988d9d0320dba571c8ab6ce6719494f.rev' from root:root to runner:runner
2025-08-20T19:16:17.4864469Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T19:16:17.4865525Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T19:16:17.4866417Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T19:16:17.4867284Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T19:16:17.4867960Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T19:16:17.4868582Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T19:16:17.4869165Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T19:16:17.4869781Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/util/util.go' from root:root to runner:runner
2025-08-20T19:16:17.4870511Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/util/util_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4871095Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/util' from root:root to runner:runner
2025-08-20T19:16:17.4871772Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/pkg/osx_installer_logo.png' from root:root to runner:runner
2025-08-20T19:16:17.4872827Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/pkg/productbuild/Resources/en.lproj/conclusion.html.tmpl' from root:root to runner:runner
2025-08-20T19:16:17.4873630Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/pkg/productbuild/Resources/en.lproj/welcome.html.tmpl' from root:root to runner:runner
2025-08-20T19:16:17.4874415Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/pkg/productbuild/Resources/en.lproj' from root:root to runner:runner
2025-08-20T19:16:17.4875101Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/pkg/productbuild/Resources' from root:root to runner:runner
2025-08-20T19:16:17.4875892Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/pkg/productbuild/distribution.xml.tmpl' from root:root to runner:runner
2025-08-20T19:16:17.4876530Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/pkg/productbuild' from root:root to runner:runner
2025-08-20T19:16:17.4877111Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T19:16:17.4877744Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/main/main_test.go' from root:root to runner:runner
2025-08-20T19:16:17.4878360Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/main/main.go' from root:root to runner:runner
2025-08-20T19:16:17.4878947Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/main' from root:root to runner:runner
2025-08-20T19:16:17.4879508Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO' from root:root to runner:runner
2025-08-20T19:16:17.4880039Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm' from root:root to runner:runner
2025-08-20T19:16:17.4880527Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T19:16:17.4881034Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/aliyun-cli' from runner:docker to runner:runner
2025-08-20T19:16:17.4881551Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T19:16:17.4882067Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T19:16:17.4882721Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T19:16:17.4883176Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T19:16:17.4883645Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/aliyun-cli' from runner:docker to runner:runner
2025-08-20T19:16:17.4884092Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T19:16:17.4884692Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/aliyun-cli.static.version' from runner:docker to runner:runner
2025-08-20T19:16:17.4885188Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/aliyun-cli.version' from runner:docker to runner:runner
2025-08-20T19:16:17.4885620Z [00:02:21.600]➜  changed ownership of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T19:16:17.4886298Z [00:02:21.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/install.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4886981Z [00:02:21.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/library_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4887692Z [00:02:21.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/rpc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4888359Z [00:02:21.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/invoker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4889035Z [00:02:21.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/waiter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4889714Z [00:02:21.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/output_filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4890358Z [00:02:21.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/flags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4891007Z [00:02:21.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/restful.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4891669Z [00:02:21.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/pager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4892325Z [00:02:21.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/force_rpc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4893218Z [00:02:21.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/flags_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4893882Z [00:02:21.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/invoker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4894546Z [00:02:21.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/errors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4895297Z [00:02:21.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/output_filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4895970Z [00:02:21.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/force_rpc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4896640Z [00:02:21.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/restful_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4897374Z [00:02:21.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/response_utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4898009Z [00:02:21.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/rpc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4898712Z [00:02:21.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/library.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4899361Z [00:02:21.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/waiter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4900062Z [00:02:21.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4900699Z [00:02:21.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/pager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4901399Z [00:02:21.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/response_utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4902067Z [00:02:21.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/commando_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4902937Z [00:02:21.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/openapi/commando.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4903563Z [00:02:21.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4904176Z [00:02:21.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4904788Z [00:02:21.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4905424Z [00:02:21.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4906085Z [00:02:21.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/describe_regions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4906647Z [00:02:21.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/print_table' retained as 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4907219Z [00:02:21.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/aliyun-common' retained as 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4907883Z [00:02:21.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/aliyun-lookup' retained as 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4908461Z [00:02:21.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/aliyun-reload' retained as 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4909020Z [00:02:21.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/aliyun-stop' retained as 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4909650Z [00:02:21.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/aliyun-reboot' retained as 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4910271Z [00:02:21.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/build.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4910893Z [00:02:21.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/aliyun-start' retained as 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4911522Z [00:02:21.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/bin/region_ids' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4912239Z [00:02:21.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/product_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4913028Z [00:02:21.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/repository_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4913677Z [00:02:21.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/reader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4914335Z [00:02:21.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/repository.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4914977Z [00:02:21.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/errors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4915617Z [00:02:21.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4916266Z [00:02:21.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/versions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4917097Z [00:02:21.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4917759Z [00:02:21.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/product.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4918409Z [00:02:21.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4919048Z [00:02:21.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/meta/api_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4919743Z [00:02:21.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/tools/osx-entitlements.plist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4920494Z [00:02:21.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/tools/upload_asset.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4921156Z [00:02:21.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/tools/finish_release.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4922087Z [00:02:22.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/tools/download_assets.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4922855Z [00:02:22.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/tools/build_pkg.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4923524Z [00:02:22.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/tools/create_release.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4924232Z [00:02:22.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4924876Z [00:02:22.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/README-CN.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4925564Z [00:02:22.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4926203Z [00:02:22.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4926873Z [00:02:22.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/monitor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4927490Z [00:02:22.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ls.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4928188Z [00:02:22.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/option_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4928831Z [00:02:22.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/set_meta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4929501Z [00:02:22.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/allpart_size.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4930198Z [00:02:22.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_website_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4930858Z [00:02:22.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_cname.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4931499Z [00:02:22.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4932148Z [00:02:22.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/user_qos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4932974Z [00:02:22.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/monitor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4933618Z [00:02:22.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4934305Z [00:02:22.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_worm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4935622Z [00:02:22.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ossutil_log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4936450Z [00:02:22.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/rm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4937328Z [00:02:22.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/du_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4937983Z [00:02:22.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/hash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4938727Z [00:02:22.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ossutil_log_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4939383Z [00:02:22.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/listpart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4940046Z [00:02:22.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/set_acl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4940683Z [00:02:22.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/rm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4941357Z [00:02:22.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/report_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4941985Z [00:02:22.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4942875Z [00:02:22.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ecs_role_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4943616Z [00:02:22.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_access_monitor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4944283Z [00:02:22.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/signurl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4944934Z [00:02:22.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/restore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4945619Z [00:02:22.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lang_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4946385Z [00:02:22.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/allpart_size_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4947046Z [00:02:22.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/read_symlink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4947708Z [00:02:22.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4948417Z [00:02:22.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/option.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4949093Z [00:02:22.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_logging.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4949815Z [00:02:22.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_website.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4950486Z [00:02:22.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_referer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4951237Z [00:02:22.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_access_monitor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4951873Z [00:02:22.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/sync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4952661Z [00:02:22.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/append_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4953339Z [00:02:22.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_cors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4954023Z [00:02:22.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_inventory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4954726Z [00:02:22.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_encryption_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4955383Z [00:02:22.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/update_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4956017Z [00:02:22.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lang.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4956689Z [00:02:22.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_qos_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4957329Z [00:02:22.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4958016Z [00:02:22.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_versioning.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4958731Z [00:02:22.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4959381Z [00:02:22.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/stat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4960009Z [00:02:22.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4960766Z [00:02:22.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/user_qos_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4961475Z [00:02:22.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_versioning_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4962208Z [00:02:22.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/request_payment.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4962995Z [00:02:22.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/stat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4963699Z [00:02:22.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/mb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4964369Z [00:02:22.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lang_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4965049Z [00:02:22.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cors_options_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4965743Z [00:02:22.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_logging_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4966412Z [00:02:22.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/set_meta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4967061Z [00:02:22.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/signurl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4967697Z [00:02:22.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/mkdir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4968385Z [00:02:22.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/append_file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4969031Z [00:02:22.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/util_sts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4969662Z [00:02:22.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lcb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4970315Z [00:02:22.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/help_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4970972Z [00:02:22.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_qos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4971711Z [00:02:22.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/command_manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4972574Z [00:02:22.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_policy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4973351Z [00:02:22.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/probe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4973992Z [00:02:22.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/help.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4974713Z [00:02:22.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/util_sts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4975407Z [00:02:22.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/revert_versioning.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4976123Z [00:02:22.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_style.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4976816Z [00:02:22.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_encryption.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4977494Z [00:02:22.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_style_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4978140Z [00:02:22.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lrb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4978798Z [00:02:22.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4979428Z [00:02:22.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/mb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4980065Z [00:02:22.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/set_acl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4980755Z [00:02:22.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_tagging_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4981381Z [00:02:22.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lrb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4982057Z [00:02:22.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_cname_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4982970Z [00:02:22.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/object_tagging.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4983648Z [00:02:22.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/config_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4984384Z [00:02:22.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4985061Z [00:02:22.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/listpart_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4985833Z [00:02:22.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_resource_group.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4986528Z [00:02:22.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/object_tagging_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4987252Z [00:02:22.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/create_symlink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4988167Z [00:02:22.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/command_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4988940Z [00:02:22.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/mkdir_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4989601Z [00:02:22.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ecs_role.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4990264Z [00:02:22.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_worm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4990932Z [00:02:22.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_policy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4991601Z [00:02:22.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/restore_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4992315Z [00:02:22.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_tagging.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4993394Z [00:02:22.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4994134Z [00:02:22.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_inventory_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4994803Z [00:02:22.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_cors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4995497Z [00:02:22.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_referer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4996153Z [00:02:22.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/hash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4996860Z [00:02:22.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/revert_versioning_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4997610Z [00:02:22.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/symlink_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4998271Z [00:02:22.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/storage_url.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4998975Z [00:02:22.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/ls_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.4999617Z [00:02:22.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/probe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5000297Z [00:02:22.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/du.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5000944Z [00:02:22.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5001716Z [00:02:22.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_resource_group_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5002644Z [00:02:22.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_replication_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5003332Z [00:02:22.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cors_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5003993Z [00:02:22.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cli_bridge.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5004690Z [00:02:22.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/request_payment_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5005393Z [00:02:22.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_lifecycle_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5006558Z [00:02:22.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/sync_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5007676Z [00:02:22.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/cli_bridge_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5008422Z [00:02:22.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_lifecycle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5009137Z [00:02:22.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/bucket_replication.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5009803Z [00:02:22.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/oss/lib/lang_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5010435Z [00:02:22.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.gitmodules' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5011176Z [00:02:22.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/legacy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5011856Z [00:02:22.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configuration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5012739Z [00:02:22.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_set_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5013386Z [00:02:22.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/hello.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5014141Z [00:02:22.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configuration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5014831Z [00:02:22.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_get_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5015523Z [00:02:22.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/flags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5016183Z [00:02:22.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/flags_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5016841Z [00:02:22.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5017522Z [00:02:22.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5018193Z [00:02:22.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5018850Z [00:02:22.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/profile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5019529Z [00:02:23.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_switch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5020229Z [00:02:23.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_switch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5020893Z [00:02:23.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_get.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5021552Z [00:02:23.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/profile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5022255Z [00:02:23.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5023142Z [00:02:23.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/legacy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5023891Z [00:02:23.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/hello_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5024593Z [00:02:23.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5025327Z [00:02:23.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5026002Z [00:02:23.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/config/configure_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5026722Z [00:02:23.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/i18n/environment.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5027399Z [00:02:23.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/i18n/environment_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5028124Z [00:02:23.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/i18n/text.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5028782Z [00:02:23.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/i18n/text_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5029387Z [00:02:23.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/integration/vpc_test.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5030076Z [00:02:23.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/integration/parser_test.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5030758Z [00:02:23.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/integration/https_proxy.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5031493Z [00:02:23.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/integration/oss_test.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5032086Z [00:02:23.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/integration/ecs_test.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5032888Z [00:02:23.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/integration/ecs_test.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5033520Z [00:02:23.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/README-CN.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5034265Z [00:02:23.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/access_configurations_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5034935Z [00:02:23.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/user_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5035605Z [00:02:23.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/refresh_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5036341Z [00:02:23.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/refresh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5036985Z [00:02:23.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/login.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5037693Z [00:02:23.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5038416Z [00:02:23.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/access_configurations.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5039090Z [00:02:23.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cloudsso/login_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5039752Z [00:02:23.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5040391Z [00:02:23.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/newmeta/meta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5041102Z [00:02:23.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/newmeta/meta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5041698Z [00:02:23.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5042311Z [00:02:23.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5043143Z [00:02:23.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5043845Z [00:02:23.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5044529Z [00:02:23.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/meta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5045364Z [00:02:23.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RestartDBLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5046288Z [00:02:23.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/SwitchOverGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5047153Z [00:02:23.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5048120Z [00:02:23.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5049026Z [00:02:23.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5049931Z [00:02:23.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RefreshDBClusterStorageUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5050808Z [00:02:23.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5051699Z [00:02:23.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5052867Z [00:02:23.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5053791Z [00:02:23.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5054721Z [00:02:23.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeScheduleTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5055553Z [00:02:23.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5056496Z [00:02:23.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterStoragePerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5057624Z [00:02:23.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalDatabaseNetworks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5058523Z [00:02:23.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5059394Z [00:02:23.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RevokeAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5060270Z [00:02:23.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBNodesParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5061120Z [00:02:23.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CheckKMSAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5062286Z [00:02:23.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5063349Z [00:02:23.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5064308Z [00:02:23.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeAITaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5065186Z [00:02:23.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/UpgradeDBClusterVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5066088Z [00:02:23.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterStorageSpace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5067057Z [00:02:23.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeActivationCodeDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5067931Z [00:02:23.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RemoveDBClusterFromGDN.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5068859Z [00:02:23.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteGlobalDataNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5069742Z [00:02:23.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5070593Z [00:02:23.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5071427Z [00:02:23.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5072280Z [00:02:23.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5073248Z [00:02:23.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeBackupTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5074163Z [00:02:23.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterConnectivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5075035Z [00:02:23.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeCharacterSetName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5076622Z [00:02:23.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RestoreTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5077663Z [00:02:23.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5078646Z [00:02:23.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateActivationCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5079567Z [00:02:23.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeUserEncryptionKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5080434Z [00:02:23.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/EvaluateRegionResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5081331Z [00:02:23.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeLicenseOrderDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5082277Z [00:02:23.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBNodesParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5083345Z [00:02:23.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyLogBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5084248Z [00:02:23.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5085194Z [00:02:23.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterAuditLogCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5086115Z [00:02:23.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterServerlessConf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5087011Z [00:02:23.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBProxyPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5087856Z [00:02:23.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5088758Z [00:02:23.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5089636Z [00:02:23.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDetachedBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5090527Z [00:02:23.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5091368Z [00:02:23.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBNodeClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5092213Z [00:02:23.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDasConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5093161Z [00:02:23.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/TempModifyDBNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5094075Z [00:02:23.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5094936Z [00:02:23.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5095863Z [00:02:23.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeHistoryTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5096812Z [00:02:23.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5097704Z [00:02:23.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/EnableDBClusterServerless.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5098590Z [00:02:23.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateColdStorageInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5099536Z [00:02:23.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterAvailableResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5100431Z [00:02:23.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBNodeHotReplicaMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5101327Z [00:02:23.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5102230Z [00:02:23.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5103324Z [00:02:23.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5104256Z [00:02:23.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeClassList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5105149Z [00:02:23.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CancelActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5106040Z [00:02:23.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DisableDBClusterServerless.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5106879Z [00:02:23.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5107782Z [00:02:23.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5108668Z [00:02:23.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5109581Z [00:02:23.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5110397Z [00:02:23.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5111320Z [00:02:23.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5112165Z [00:02:23.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterArch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5113187Z [00:02:23.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5114026Z [00:02:23.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CheckAccountName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5114979Z [00:02:23.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5115815Z [00:02:23.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5116707Z [00:02:23.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5117633Z [00:02:23.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyGlobalSecurityIPGroupName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5118595Z [00:02:23.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterServerlessConf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5119430Z [00:02:23.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/OpenAITask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5120291Z [00:02:23.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeHALogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5121183Z [00:02:23.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterMigration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5122079Z [00:02:23.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeParameterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5123113Z [00:02:23.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBClusterEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5123990Z [00:02:23.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CheckServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5124938Z [00:02:23.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5125865Z [00:02:23.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterAccessWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5126898Z [00:02:23.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyPendingMaintenanceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5127955Z [00:02:23.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5128878Z [00:02:23.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/TransformDBClusterPayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5129731Z [00:02:23.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5130674Z [00:02:23.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/EnableFirewallRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5131655Z [00:02:23.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5132830Z [00:02:23.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CheckDBName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5133669Z [00:02:23.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CloseAITask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5134524Z [00:02:23.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/FailoverDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5135420Z [00:02:23.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusterEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5136312Z [00:02:23.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5137185Z [00:02:24.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5138153Z [00:02:24.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5139101Z [00:02:24.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5139978Z [00:02:24.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateGlobalDataNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5140827Z [00:02:24.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteMaskingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5141733Z [00:02:24.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClustersWithBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5142774Z [00:02:24.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5143675Z [00:02:24.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ReactivateDBClusterBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5144683Z [00:02:24.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBNodesClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5146137Z [00:02:24.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5147340Z [00:02:24.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBClusterEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5148245Z [00:02:24.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5149166Z [00:02:24.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBInitializeVariable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5149990Z [00:02:24.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5150921Z [00:02:24.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribePendingMaintenanceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5151786Z [00:02:24.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5152869Z [00:02:24.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBLinks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5153816Z [00:02:24.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeLogBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5154680Z [00:02:24.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeMaskingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5155512Z [00:02:24.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5156442Z [00:02:24.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribePendingMaintenanceActions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5157338Z [00:02:24.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterPrimaryZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5158207Z [00:02:24.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ManuallyStartDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5159092Z [00:02:24.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5159907Z [00:02:24.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5160904Z [00:02:24.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterAndNodesParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5161820Z [00:02:24.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribePolarSQLCollectorPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5162807Z [00:02:24.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterMigration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5163686Z [00:02:24.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5164569Z [00:02:24.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeActivationCodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5165394Z [00:02:24.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5166412Z [00:02:24.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5167452Z [00:02:24.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterAuditLogCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5168277Z [00:02:24.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ResetAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5169162Z [00:02:24.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5170033Z [00:02:24.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeLicenseOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5170884Z [00:02:24.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5171694Z [00:02:24.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5172717Z [00:02:24.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateOrGetVirtualLicenseOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5173693Z [00:02:24.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5174538Z [00:02:24.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeSlowLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5175468Z [00:02:24.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5176399Z [00:02:24.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5177305Z [00:02:24.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeGlobalDataNetworkList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5178397Z [00:02:24.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5179301Z [00:02:24.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ResetGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5180237Z [00:02:24.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeParameterGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5181134Z [00:02:24.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5181958Z [00:02:24.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateDBLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5183022Z [00:02:24.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyMaskingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5183921Z [00:02:24.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CloseDBClusterMigration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5184832Z [00:02:24.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeAIDBClusterPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5185649Z [00:02:24.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DeleteDBLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5186460Z [00:02:24.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/RestartDBNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5187441Z [00:02:24.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5188289Z [00:02:24.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CreateStoragePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5189211Z [00:02:24.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/GrantAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5190056Z [00:02:24.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeBackupLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5190971Z [00:02:24.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterAccessWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5191907Z [00:02:24.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBNodePerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5192897Z [00:02:24.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/ModifyDBClusterDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5193822Z [00:02:24.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/DescribeDBClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5194678Z [00:02:24.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardb/CancelScheduleTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5195541Z [00:02:24.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/UpdateHubClusterFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5196597Z [00:02:24.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeHubClusterLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5197472Z [00:02:24.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicyDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5198314Z [00:02:24.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/UpdateUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5199159Z [00:02:24.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5199995Z [00:02:24.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeHubClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5201040Z [00:02:24.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicyInstancesStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5202010Z [00:02:24.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DeleteUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5203079Z [00:02:24.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5203921Z [00:02:24.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DeletePolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5204788Z [00:02:24.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeManagedClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5205725Z [00:02:24.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeHubClusterDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5206631Z [00:02:24.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeHubClusterKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5207446Z [00:02:24.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5208338Z [00:02:24.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DetachClusterFromHub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5209202Z [00:02:24.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicyInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5210120Z [00:02:24.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicyGovernanceInCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5210964Z [00:02:24.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DescribePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5211805Z [00:02:24.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/GrantUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5215850Z [00:02:24.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DeployPolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5292224Z [00:02:24.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/CreateHubCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5361540Z [00:02:24.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/AttachClusterToHub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5430716Z [00:02:24.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adcp/DeleteHubCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5503103Z [00:02:24.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafGeoInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5574963Z [00:02:24.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5646516Z [00:02:24.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDcdnWafPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5715765Z [00:02:24.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnCertificateSigningRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5788967Z [00:02:24.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ListDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5858668Z [00:02:24.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5929774Z [00:02:24.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteRoutineCodeRevision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.5999186Z [00:02:24.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6068636Z [00:02:24.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRefreshTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6138210Z [00:02:24.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6207395Z [00:02:24.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeKvRealTimeQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6277859Z [00:02:24.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainQpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6346937Z [00:02:24.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserSecDrop.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6416686Z [00:02:24.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/OpenDcdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6485467Z [00:02:24.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnStagingIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6557254Z [00:02:24.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSMCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6627510Z [00:02:24.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnBlockedRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6697263Z [00:02:24.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchSetDcdnIpaDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6767387Z [00:02:24.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ListDcdnRealTimeDeliveryProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6838022Z [00:02:24.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6907686Z [00:02:24.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafFilterInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.6976831Z [00:02:24.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDcdnWafGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7046956Z [00:02:24.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRefreshQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7115248Z [00:02:24.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/GetDcdnKvDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7184449Z [00:02:24.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeUserErStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7253381Z [00:02:24.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7321389Z [00:02:24.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/StartDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7393582Z [00:02:24.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRegionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7470498Z [00:02:24.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7541732Z [00:02:24.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserSecDropByMinute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7615808Z [00:02:24.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSecFuncInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7687757Z [00:02:24.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CommitStagingRoutineCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7758199Z [00:02:24.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeKvUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7829256Z [00:02:24.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7900212Z [00:02:24.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UploadRoutineCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.7972835Z [00:02:24.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchAddDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8043895Z [00:02:24.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UntagDcdnResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8116677Z [00:02:24.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeEncryptRoutineUid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8187865Z [00:02:24.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserBillType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8258643Z [00:02:24.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8327953Z [00:02:24.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserDomainsByFunc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8398298Z [00:02:24.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8467474Z [00:02:24.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8537482Z [00:02:24.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8608773Z [00:02:24.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteRoutineConfEnvs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8677619Z [00:02:24.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnL2Ips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8749035Z [00:02:24.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnErUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8818700Z [00:02:24.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8888135Z [00:02:24.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/RefreshDcdnObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.8957713Z [00:02:24.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9029027Z [00:02:24.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafScenes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9098304Z [00:02:24.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9166502Z [00:02:24.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9236252Z [00:02:25.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9307250Z [00:02:25.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9376301Z [00:02:25.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PreloadDcdnObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9444636Z [00:02:25.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/RefreshErObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9514619Z [00:02:25.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainOriginBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9583156Z [00:02:25.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteRoutine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9654501Z [00:02:25.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9721318Z [00:02:25.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnDomainSMCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9789350Z [00:02:25.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnKvAccountStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9859009Z [00:02:25.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnWafGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9928161Z [00:02:25.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchDeleteDcdnWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:17.9996375Z [00:02:25.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0064805Z [00:02:25.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineRelatedDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0133963Z [00:02:25.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSecSpecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0202905Z [00:02:25.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnBgpTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0278316Z [00:02:25.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnL2Vips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0349274Z [00:02:25.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeUserLogserviceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0418792Z [00:02:25.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/AddDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0488358Z [00:02:25.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PutDcdnKvNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0559950Z [00:02:25.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainIspData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0631070Z [00:02:25.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchDeleteDcdnKvWithHighCapacity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0704463Z [00:02:25.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PutDcdnKvWithHighCapacity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0781326Z [00:02:25.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/GetDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0852766Z [00:02:25.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnVerifyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0922027Z [00:02:25.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CheckDcdnProjectExist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.0992087Z [00:02:25.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineCanaryEnvs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1061783Z [00:02:25.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1149408Z [00:02:25.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1223115Z [00:02:25.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSLSRealTimeLogType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1293825Z [00:02:25.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnDomainSSLCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1363126Z [00:02:25.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1433417Z [00:02:25.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafPolicyDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1501601Z [00:02:25.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRDDomainConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1571740Z [00:02:25.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainMultiUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1643343Z [00:02:25.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1713074Z [00:02:25.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchPutDcdnKvWithHighCapacity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1781990Z [00:02:25.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1850569Z [00:02:25.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1920069Z [00:02:25.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeHighlightInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.1989853Z [00:02:25.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2067079Z [00:02:25.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2135830Z [00:02:25.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserRealTimeDeliveryField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2205594Z [00:02:25.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2276286Z [00:02:25.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainTopReferVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2345993Z [00:02:25.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2414619Z [00:02:25.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchStartDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2485683Z [00:02:25.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2555269Z [00:02:25.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/StartDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2624599Z [00:02:25.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainUvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2693750Z [00:02:25.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnRealTimeLogProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2764612Z [00:02:25.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetRoutineSubdomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2833241Z [00:02:25.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSubList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2902363Z [00:02:25.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.2971670Z [00:02:25.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/StopDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3040111Z [00:02:25.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3109683Z [00:02:25.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3179824Z [00:02:25.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateRoutine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3254996Z [00:02:25.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnDomainCSRCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3325380Z [00:02:25.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3395326Z [00:02:25.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafSpecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3464819Z [00:02:25.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3533354Z [00:02:25.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDdosSpecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3610793Z [00:02:25.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/TagDcdnResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3680073Z [00:02:25.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeUserDcdnIpaStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3752834Z [00:02:25.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnWafPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3822980Z [00:02:25.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnsecService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3894682Z [00:02:25.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchSetDcdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.3965576Z [00:02:25.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnKvNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4037710Z [00:02:25.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/RefreshDcdnObjectCacheByCacheTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4108742Z [00:02:25.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4178382Z [00:02:25.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDCdnDomainSchdmByProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4264915Z [00:02:25.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDdosService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4335245Z [00:02:25.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchDeleteDcdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4408174Z [00:02:25.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4480928Z [00:02:25.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainOriginTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4552044Z [00:02:25.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSSLCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4621478Z [00:02:25.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchDeleteDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4690942Z [00:02:25.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainsBySource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4760952Z [00:02:25.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4833998Z [00:02:25.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4905134Z [00:02:25.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnKvNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.4975290Z [00:02:25.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5042563Z [00:02:25.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/GetDcdnKvStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5111557Z [00:02:25.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchPutDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5181608Z [00:02:25.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnOriginSiteHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5251044Z [00:02:25.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5326274Z [00:02:25.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5397451Z [00:02:25.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDcdnWafRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5467583Z [00:02:25.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDeletedDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5538208Z [00:02:25.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5609609Z [00:02:25.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/AddDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5679882Z [00:02:25.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDdosAllEventList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5750684Z [00:02:25.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainBpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5820115Z [00:02:25.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5891311Z [00:02:25.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.5960822Z [00:02:25.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaDomainCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6032707Z [00:02:25.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineCodeRevision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6103519Z [00:02:25.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/VerifyDcdnDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6172894Z [00:02:25.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6243419Z [00:02:25.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafBotAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6313229Z [00:02:25.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnBgpBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6384161Z [00:02:25.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6455976Z [00:02:25.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainIpaBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6528107Z [00:02:25.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafDefaultRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6599226Z [00:02:25.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/StopDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6669615Z [00:02:25.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnHttpsDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6740029Z [00:02:25.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnUserConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6809979Z [00:02:25.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnKvAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6881178Z [00:02:25.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.6950997Z [00:02:25.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7020392Z [00:02:25.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchSetDcdnWafDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7090310Z [00:02:25.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserBillHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7160124Z [00:02:25.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7229398Z [00:02:25.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnWafGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7297630Z [00:02:25.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnUserConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7365961Z [00:02:25.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7434558Z [00:02:25.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainWebsocketTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7503120Z [00:02:25.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainPvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7571894Z [00:02:25.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7641601Z [00:02:25.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchCreateDcdnWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7709592Z [00:02:25.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainIpaConnData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7778073Z [00:02:25.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRegionAndIsp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7851112Z [00:02:25.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7928594Z [00:02:25.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchModifyDcdnWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.7993026Z [00:02:25.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainIpaTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8065079Z [00:02:25.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8135942Z [00:02:25.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/SetDcdnFullDomainsBlockIP.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8207655Z [00:02:25.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeRoutineSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8279293Z [00:02:25.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PublishDcdnStagingConfigToProduction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8349575Z [00:02:25.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8419081Z [00:02:25.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UpdateDcdnUserRealTimeDeliveryField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8488309Z [00:02:25.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnAclFields.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8556473Z [00:02:25.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainWebsocketBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8627358Z [00:02:25.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8696105Z [00:02:25.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8765794Z [00:02:25.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8837801Z [00:02:25.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnWafPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8908583Z [00:02:25.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.8978440Z [00:02:25.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9047837Z [00:02:25.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnIpaUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9120561Z [00:02:25.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDeliverList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9193372Z [00:02:25.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeUserDcdnStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9262734Z [00:02:26.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainCcActivityLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9330653Z [00:02:26.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainTopUrlVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9399869Z [00:02:26.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9468272Z [00:02:26.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9538105Z [00:02:26.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/RollbackDcdnStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9606911Z [00:02:26.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafPolicyValidDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9677386Z [00:02:26.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9752574Z [00:02:26.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnSpecificStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9825743Z [00:02:26.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9898189Z [00:02:26.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateDcdnSLSRealTimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:18.9969222Z [00:02:26.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0038811Z [00:02:26.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserCertificateExpireCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0107743Z [00:02:26.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnTopDomainsByFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0177956Z [00:02:26.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnUserVipsByDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0247550Z [00:02:26.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PublishRoutineCodeRevision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0320327Z [00:02:26.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/PutDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0391944Z [00:02:26.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnSMCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0464214Z [00:02:26.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainByCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0534984Z [00:02:26.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnWafDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0620457Z [00:02:26.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0695974Z [00:02:26.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/UploadStagingRoutineCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0769535Z [00:02:26.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRealTimeDeliveryField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0844132Z [00:02:26.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/CreateSlrAndSlsProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0912944Z [00:02:26.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DeleteDcdnIpaSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.0983081Z [00:02:26.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1053293Z [00:02:26.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainRealTimeQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1124585Z [00:02:26.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1194607Z [00:02:26.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/DescribeDcdnRefreshTaskById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1263502Z [00:02:26.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/EditRoutineConf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1333599Z [00:02:26.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/BatchStopDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1405166Z [00:02:26.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dcdn/ModifyDcdnWafPolicyDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1475991Z [00:02:26.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/InitializeKvstorePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1550345Z [00:02:26.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1620273Z [00:02:26.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1693860Z [00:02:26.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SwitchInstanceZoneFailOver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1763582Z [00:02:26.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1831872Z [00:02:26.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1902601Z [00:02:26.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/TransformToPrePaid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.1972266Z [00:02:26.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2042374Z [00:02:26.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2114882Z [00:02:26.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2184832Z [00:02:26.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CheckCloudResourceAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2255899Z [00:02:26.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/EnableAdditionalBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2327089Z [00:02:26.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeGlobalDistributeCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2398193Z [00:02:26.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceVpcAuthMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2469478Z [00:02:26.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterGroupTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2549048Z [00:02:26.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyDBInstanceConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2611626Z [00:02:26.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RemoveSubInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2694369Z [00:02:26.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceMajorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2762035Z [00:02:26.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2831942Z [00:02:26.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeSecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2900662Z [00:02:26.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeClusterMemberInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.2970360Z [00:02:26.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/AddShardingNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3040363Z [00:02:26.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeLogicInstanceTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3110067Z [00:02:26.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/AllocateInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3179343Z [00:02:26.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeDBNodeDirectVipInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3249445Z [00:02:26.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3319045Z [00:02:26.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3389187Z [00:02:26.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateGlobalDistributeCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3459625Z [00:02:26.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeAuditRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3530245Z [00:02:26.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceMinorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3599953Z [00:02:26.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3668724Z [00:02:26.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeBackupTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3737951Z [00:02:26.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ReleaseInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3807570Z [00:02:26.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeRoleZoneInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3876263Z [00:02:26.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.3945853Z [00:02:26.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/TransformInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4015798Z [00:02:26.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/UnlockDBInstanceWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4085886Z [00:02:26.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4155969Z [00:02:26.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4227835Z [00:02:26.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ReleaseDirectConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4303322Z [00:02:26.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4375326Z [00:02:26.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeHistoryTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4446106Z [00:02:26.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeRunningLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4514585Z [00:02:26.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstancesOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4583760Z [00:02:26.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceNetExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4653792Z [00:02:26.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateCacheAnalysisTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4722596Z [00:02:26.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SyncDtsStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4792019Z [00:02:26.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4861881Z [00:02:26.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.4931683Z [00:02:26.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CancelActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5000831Z [00:02:26.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5070200Z [00:02:26.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5140317Z [00:02:26.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5214070Z [00:02:26.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5287538Z [00:02:26.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5360026Z [00:02:26.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/AllocateDirectConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5433748Z [00:02:26.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5505115Z [00:02:26.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5576127Z [00:02:26.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5647512Z [00:02:26.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5719304Z [00:02:26.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyGlobalSecurityIPGroupName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5791966Z [00:02:26.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5863328Z [00:02:26.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.5938664Z [00:02:26.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyIntranetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6012076Z [00:02:26.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeHistoryMonitorValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6086128Z [00:02:26.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeCacheAnalysisReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6157690Z [00:02:26.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6231249Z [00:02:26.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceTDEStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6301962Z [00:02:26.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RenewAdditionalBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6371790Z [00:02:26.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6441283Z [00:02:26.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SwitchNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6512328Z [00:02:26.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeIntranetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6582884Z [00:02:26.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeCacheAnalysisReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6653925Z [00:02:26.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SwitchInstanceProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6723809Z [00:02:26.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6792116Z [00:02:26.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeMonitorItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6860383Z [00:02:26.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeAuditLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6928940Z [00:02:26.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.6997251Z [00:02:26.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7067679Z [00:02:26.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/LockDBInstanceWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7136946Z [00:02:26.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifySecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7204697Z [00:02:26.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeSecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7272150Z [00:02:26.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7340506Z [00:02:26.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/MigrateToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7409708Z [00:02:26.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7478419Z [00:02:26.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyActiveOperationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7558649Z [00:02:26.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeEncryptionKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7626955Z [00:02:26.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeDedicatedClusterInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7698557Z [00:02:26.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7767926Z [00:02:26.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RestartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7837704Z [00:02:26.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7907337Z [00:02:26.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.7977745Z [00:02:26.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8047537Z [00:02:26.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8116704Z [00:02:26.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyBackupExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8186004Z [00:02:26.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeClusterBackupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8256321Z [00:02:26.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8327423Z [00:02:26.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8396357Z [00:02:26.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8465695Z [00:02:26.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8548501Z [00:02:26.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8617078Z [00:02:26.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8689304Z [00:02:26.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterGroupSupportParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8758074Z [00:02:26.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DeleteShardingNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8825845Z [00:02:26.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyAuditLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8894020Z [00:02:26.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/FlushInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.8961153Z [00:02:26.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9033372Z [00:02:26.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/FlushExpireKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9113502Z [00:02:26.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterModificationHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9181431Z [00:02:26.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9249620Z [00:02:27.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeEncryptionKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9319590Z [00:02:27.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeActiveOperationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9389930Z [00:02:27.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeDBInstanceNetInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9459194Z [00:02:27.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9527910Z [00:02:27.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/DescribeParameterGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9598997Z [00:02:27.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/CreateTairInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9673406Z [00:02:27.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9746046Z [00:02:27.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyDBInstanceAutoUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9818196Z [00:02:27.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9916452Z [00:02:27.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:19.9988180Z [00:02:27.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/MasterNodeShutDownFailOver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0058408Z [00:02:27.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0131554Z [00:02:27.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/SwitchInstanceHA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0201487Z [00:02:27.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/RestoreInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0270699Z [00:02:27.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/FlushInstanceForDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0344331Z [00:02:27.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/GrantAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0417747Z [00:02:27.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0489384Z [00:02:27.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/r-kvstore/ModifyInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0560703Z [00:02:27.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0631821Z [00:02:27.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeUserServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0703370Z [00:02:27.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteResolverEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0777842Z [00:02:27.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0853067Z [00:02:27.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddResolverEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0925076Z [00:02:27.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateZoneRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.0996737Z [00:02:27.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddResolverRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1066858Z [00:02:27.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1138651Z [00:02:27.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeStatisticSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1207704Z [00:02:27.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/ChangeZoneDnsGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1276964Z [00:02:27.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateRecordRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1346165Z [00:02:27.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddCustomLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1416649Z [00:02:27.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteCustomLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1486390Z [00:02:27.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeSyncEcsHostTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1558461Z [00:02:27.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1628665Z [00:02:27.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1699836Z [00:02:27.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddZoneRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1770543Z [00:02:27.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeCustomLines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1838327Z [00:02:27.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeChangeLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1909275Z [00:02:27.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateResolverEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.1979925Z [00:02:27.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZoneVpcTree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2050058Z [00:02:27.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/AddUserVpcAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2120466Z [00:02:27.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/SearchCustomLines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2188250Z [00:02:27.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2256461Z [00:02:27.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2325515Z [00:02:27.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateResolverRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2397738Z [00:02:27.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteZoneRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2463621Z [00:02:27.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/SetZoneRecordStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2533114Z [00:02:27.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateZoneRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2603869Z [00:02:27.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteUserVpcAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2672302Z [00:02:27.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZoneRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2741709Z [00:02:27.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateCustomLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2811006Z [00:02:27.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/SetProxyPattern.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2880155Z [00:02:27.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.2948123Z [00:02:27.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/BindResolverRuleVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3017339Z [00:02:27.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UpdateSyncEcsHostTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3087001Z [00:02:27.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3156023Z [00:02:27.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeResolverEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3223280Z [00:02:27.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeRequestGraph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3291013Z [00:02:27.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeCustomLineInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3358098Z [00:02:27.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteResolverRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3426627Z [00:02:27.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3494605Z [00:02:27.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeUserVpcAuthorizations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3562129Z [00:02:27.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3631125Z [00:02:27.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZoneRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3698545Z [00:02:27.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3766145Z [00:02:27.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DeleteZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3836326Z [00:02:27.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/BindZoneVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3907015Z [00:02:27.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/DescribeZoneInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.3975616Z [00:02:27.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pvtz/CheckZoneName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4046596Z [00:02:27.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RefreshVodObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4115798Z [00:02:27.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4187450Z [00:02:27.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribePlayVideoStatis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4260612Z [00:02:27.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4330890Z [00:02:27.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DecryptKMSDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4405139Z [00:02:27.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitWorkflowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4492313Z [00:02:27.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4563614Z [00:02:27.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAIImageInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4634872Z [00:02:27.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAuditHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4706165Z [00:02:27.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4776402Z [00:02:27.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVideoInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4848137Z [00:02:27.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4920282Z [00:02:27.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateUploadAttachedMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.4992862Z [00:02:27.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetCategories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5063042Z [00:02:27.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateUploadVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5133288Z [00:02:27.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodStorageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5203485Z [00:02:27.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/VerifyVodDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5273271Z [00:02:27.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateVideoInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5343975Z [00:02:27.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAppPoliciesForIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5413032Z [00:02:27.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetDefaultTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5483319Z [00:02:27.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitTranscodeJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5554523Z [00:02:27.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5627782Z [00:02:27.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVideoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5696724Z [00:02:27.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListTranscodeTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5765201Z [00:02:27.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5833320Z [00:02:27.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMessageCallback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5902253Z [00:02:27.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/BatchStopVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.5972217Z [00:02:27.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6043939Z [00:02:27.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAppInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6115081Z [00:02:27.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6184286Z [00:02:27.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6254648Z [00:02:27.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetEditingProjectMaterials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6323689Z [00:02:27.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6390939Z [00:02:27.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAttachedMediaInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6459584Z [00:02:27.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6529674Z [00:02:27.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAuditSecurityIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6599106Z [00:02:27.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodPlayerDimensionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6668760Z [00:02:27.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6737584Z [00:02:27.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListLiveRecordVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6806726Z [00:02:27.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddEditingProjectMaterials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6876035Z [00:02:27.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetPlayInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.6945935Z [00:02:27.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitAIImageAuditJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7013286Z [00:02:27.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7081796Z [00:02:27.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetTranscodeTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7150603Z [00:02:27.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodRefreshQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7220209Z [00:02:27.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RestoreMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7290283Z [00:02:27.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaRefreshJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7361241Z [00:02:27.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7431595Z [00:02:27.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7502218Z [00:02:27.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodTieringStorageRetrievalData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7571328Z [00:02:27.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AttachAppPolicyToIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7641567Z [00:02:27.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7711252Z [00:02:27.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainBpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7779896Z [00:02:27.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaAuditResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7849336Z [00:02:27.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetImageInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7919816Z [00:02:27.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetImageInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.7989141Z [00:02:27.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8059106Z [00:02:27.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteMessageCallback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8128476Z [00:02:27.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitDynamicImageJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8196737Z [00:02:27.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GenerateDownloadSecretKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8265161Z [00:02:27.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8335224Z [00:02:27.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8405616Z [00:02:27.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/BatchGetMediaInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8475370Z [00:02:27.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeMediaDistribution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8546128Z [00:02:27.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaAuditAudioResultDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8616571Z [00:02:27.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8685112Z [00:02:27.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SearchMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8755837Z [00:02:27.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SearchEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8825065Z [00:02:27.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8895895Z [00:02:27.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAIJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.8972595Z [00:02:27.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodSSLCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9044136Z [00:02:27.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9115726Z [00:02:27.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeByteHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9186748Z [00:02:27.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9257098Z [00:02:28.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9326085Z [00:02:28.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateMediaStorageClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9395554Z [00:02:28.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9464722Z [00:02:28.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetVodDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9535200Z [00:02:28.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetURLUploadInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9606514Z [00:02:28.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9678330Z [00:02:28.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListJobInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9748511Z [00:02:28.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribePlayUserAvg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9818223Z [00:02:28.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAIMediaAuditJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9887403Z [00:02:28.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitDigitalWatermarkExtractJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:20.9956351Z [00:02:28.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetVodDomainSSLCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0026014Z [00:02:28.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/PreloadVodObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0095543Z [00:02:28.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteEditingProjectMaterials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0162674Z [00:02:28.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateVideoInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0232047Z [00:02:28.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetDefaultAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0301188Z [00:02:28.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaAuditResultDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0373186Z [00:02:28.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodAIData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0441561Z [00:02:28.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0509327Z [00:02:28.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UploadMediaByURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0578715Z [00:02:28.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteDynamicImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0656334Z [00:02:28.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddVodStorageForApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0726096Z [00:02:28.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetTranscodeSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0799324Z [00:02:28.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetCrossdomainContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0871882Z [00:02:28.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitAIJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.0941354Z [00:02:28.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1009576Z [00:02:28.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1078248Z [00:02:28.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1147479Z [00:02:28.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1215839Z [00:02:28.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1285050Z [00:02:28.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaDNAResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1354281Z [00:02:28.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainMax95BpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1423066Z [00:02:28.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1492098Z [00:02:28.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1559529Z [00:02:28.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMezzanineInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1628455Z [00:02:28.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1696457Z [00:02:28.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribePlayUserTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1765289Z [00:02:28.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1833822Z [00:02:28.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1903026Z [00:02:28.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.1974285Z [00:02:28.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribePlayTopVideos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2045415Z [00:02:28.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2115775Z [00:02:28.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2184955Z [00:02:28.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RegisterMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2253725Z [00:02:28.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2322162Z [00:02:28.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitMediaDNADeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2391547Z [00:02:28.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetAuditSecurityIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2460088Z [00:02:28.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteMezzanines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2528972Z [00:02:28.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVideoPlayAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2597186Z [00:02:28.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodPlayerCollectData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2663897Z [00:02:28.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitSnapshotJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2733297Z [00:02:28.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteMultipartUpload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2803761Z [00:02:28.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodMediaPlayData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2874469Z [00:02:28.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GenerateKMSDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.2945904Z [00:02:28.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitPreprocessJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3016852Z [00:02:28.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3086538Z [00:02:28.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3156529Z [00:02:28.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitAIMediaAuditJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3226976Z [00:02:28.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3297453Z [00:02:28.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetDefaultWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3368110Z [00:02:28.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/BatchStartVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3438788Z [00:02:28.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3513724Z [00:02:28.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodRangeDataByLocateAndIspService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3586743Z [00:02:28.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SubmitAIImageJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3656955Z [00:02:28.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3730695Z [00:02:28.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetDigitalWatermarkExtractResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3804943Z [00:02:28.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteAttachedMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3876723Z [00:02:28.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.3949165Z [00:02:28.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteAIImageInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4022958Z [00:02:28.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4093753Z [00:02:28.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAIImageJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4165571Z [00:02:28.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodEditingUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4236971Z [00:02:28.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainRealTimeHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4310218Z [00:02:28.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UploadStreamByURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4382752Z [00:02:28.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RefreshUploadVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4454696Z [00:02:28.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateAttachedMediaInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4525023Z [00:02:28.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4595334Z [00:02:28.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodVerifyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4678884Z [00:02:28.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4749748Z [00:02:28.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/MoveAppResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4821687Z [00:02:28.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ProduceEditingProjectVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4893303Z [00:02:28.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.4963870Z [00:02:28.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5032868Z [00:02:28.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodRefreshTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5103938Z [00:02:28.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/UpdateImageInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5173731Z [00:02:28.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetDailyPlayRegionStatis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5244291Z [00:02:28.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/RefreshMediaPlayUrls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5317358Z [00:02:28.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteVodSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5389614Z [00:02:28.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodTranscodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5460847Z [00:02:28.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAIVideoTagResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5532080Z [00:02:28.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CreateUploadImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5601306Z [00:02:28.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetVideoInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5671504Z [00:02:28.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5742147Z [00:02:28.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetMessageCallback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5813982Z [00:02:28.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5882181Z [00:02:28.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetMediaAuditResultTimeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.5955871Z [00:02:28.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodTieringStorageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6034635Z [00:02:28.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetDefaultAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6110640Z [00:02:28.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DetachAppPolicyFromIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6191377Z [00:02:28.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/CancelUrlUploadJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6270406Z [00:02:28.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6345288Z [00:02:28.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/GetUploadDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6416355Z [00:02:28.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/BatchSetVodDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6486245Z [00:02:28.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DescribeVodPlayerMetricData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6556936Z [00:02:28.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6626848Z [00:02:28.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6697144Z [00:02:28.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/AddVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6765944Z [00:02:28.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/SetEditingProjectMaterials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6834060Z [00:02:28.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/ListDynamicImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6902325Z [00:02:28.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vod/DeleteImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.6974302Z [00:02:28.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCcProtectSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7046009Z [00:02:28.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebPreciseAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7119482Z [00:02:28.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyElasticBizQps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7188105Z [00:02:28.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAreaBlockConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7260209Z [00:02:28.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDestinationPortEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7330735Z [00:02:28.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7404412Z [00:02:28.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainQPSList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7477436Z [00:02:28.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeL7RsPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7547558Z [00:02:28.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDefenseCountStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7617505Z [00:02:28.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7686867Z [00:02:28.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteAsyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7755501Z [00:02:28.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/AddAutoCcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7822875Z [00:02:28.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyNetworkRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7891299Z [00:02:28.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeElasticQps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.7959344Z [00:02:28.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateWebRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8030513Z [00:02:28.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventSrcIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8099969Z [00:02:28.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigLayer4RulePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8168337Z [00:02:28.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteAutoCcBlacklist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8237684Z [00:02:28.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeBackSourceCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8307919Z [00:02:28.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigWebCCTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8381353Z [00:02:28.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8450829Z [00:02:28.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyTlsConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8523144Z [00:02:28.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EnableSceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8592625Z [00:02:28.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigL7UsKeepalive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8661800Z [00:02:28.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeCnameReuses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8731766Z [00:02:28.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyHealthCheckConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8800491Z [00:02:28.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopAttackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8870586Z [00:02:28.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopUserAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.8939148Z [00:02:28.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EmptyAutoCcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9007519Z [00:02:28.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceExt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9076618Z [00:02:28.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAutoCcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9146478Z [00:02:28.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DisableWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9215525Z [00:02:28.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EmptyAutoCcBlacklist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9284205Z [00:02:29.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortConnsCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9353724Z [00:02:29.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeOpEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9427299Z [00:02:29.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeNetworkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9499841Z [00:02:29.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebInstanceRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9570698Z [00:02:29.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeCerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9641749Z [00:02:29.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeUnBlackholeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9711411Z [00:02:29.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCacheMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9780455Z [00:02:29.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAttackAnalysisMaxQps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9850879Z [00:02:29.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainStatusCodeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9922078Z [00:02:29.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ReleaseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:21.9991742Z [00:02:29.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateAsyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.0072842Z [00:02:29.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.0143339Z [00:02:29.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSchedulerRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.0217386Z [00:02:29.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventArea.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.0292637Z [00:02:29.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigLayer4RuleBakMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.0376410Z [00:02:29.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainViewSourceProvinces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.0447747Z [00:02:29.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigWebCCRuleV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.0520367Z [00:02:29.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSceneDefensePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.0595609Z [00:02:29.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAreaBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.0670878Z [00:02:29.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EnableWebCC.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.0744712Z [00:02:29.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDoSEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.0817873Z [00:02:29.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebCacheCustomRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.0889907Z [00:02:29.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateNetworkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.0962647Z [00:02:29.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAIProtectMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1034610Z [00:02:29.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigL7RsPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1106313Z [00:02:29.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EnableWebAccessLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1177432Z [00:02:29.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1247086Z [00:02:29.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCCGlobalSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1316256Z [00:02:29.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1387038Z [00:02:29.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortAutoCcStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1456270Z [00:02:29.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAccessMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1527102Z [00:02:29.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebPreciseAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1598061Z [00:02:29.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyPortAutoCcStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1668445Z [00:02:29.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DisableWebAccessLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1739027Z [00:02:29.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortConnsList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1809748Z [00:02:29.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1880266Z [00:02:29.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeElasticQpsRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.1951413Z [00:02:29.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSlaEventList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2024012Z [00:02:29.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainViewSourceCountries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2093502Z [00:02:29.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopReferer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2165458Z [00:02:29.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAreaBlockSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2236014Z [00:02:29.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteSchedulerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2307124Z [00:02:29.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2376690Z [00:02:29.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDefenseRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2444721Z [00:02:29.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteSceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2513676Z [00:02:29.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeElasticBandwidthSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2584308Z [00:02:29.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateSceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2652220Z [00:02:29.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeHealthCheckList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2723595Z [00:02:29.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2795106Z [00:02:29.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigL7GlobalRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2866186Z [00:02:29.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventIsp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.2937539Z [00:02:29.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3010149Z [00:02:29.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortViewSourceProvinces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3080492Z [00:02:29.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortViewSourceIsps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3149404Z [00:02:29.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCacheCustomRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3218185Z [00:02:29.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/SwitchSchedulerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3286441Z [00:02:29.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSceneDefenseObjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3354446Z [00:02:29.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyQpsMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3423609Z [00:02:29.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainViewTopCostTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3491734Z [00:02:29.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3561163Z [00:02:29.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAccessLogDispatchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3629883Z [00:02:29.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCCRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3700533Z [00:02:29.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/AddAutoCcBlacklist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3770024Z [00:02:29.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebCCRuleV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3841717Z [00:02:29.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortAttackMaxFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3912957Z [00:02:29.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeL7UsKeepalive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.3984071Z [00:02:29.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopHttpMethod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4054419Z [00:02:29.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainStatusCodeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4124637Z [00:02:29.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeLayer4RulePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4195204Z [00:02:29.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DetachSceneDefenseObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4265095Z [00:02:29.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EnableWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4334814Z [00:02:29.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyFullLogTtl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4405990Z [00:02:29.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/AttachSceneDefenseObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4476664Z [00:02:29.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigNetworkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4546384Z [00:02:29.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifySceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4615637Z [00:02:29.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSlsLogstoreInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4684566Z [00:02:29.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeStsGrantStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4754286Z [00:02:29.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteAutoCcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4823792Z [00:02:29.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeNetworkRegionBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4895569Z [00:02:29.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAIProtectSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.4966237Z [00:02:29.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeHealthCheckStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5038616Z [00:02:29.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5108457Z [00:02:29.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5177383Z [00:02:29.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAutoCcListCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5247752Z [00:02:29.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebPreciseAccessSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5317586Z [00:02:29.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5390395Z [00:02:29.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreatePort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5461162Z [00:02:29.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5532554Z [00:02:29.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyOcspStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5604269Z [00:02:29.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5674326Z [00:02:29.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCustomPorts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5743951Z [00:02:29.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCCRulesV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5813641Z [00:02:29.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeBlockStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5883844Z [00:02:29.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyElasticBandWidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.5952799Z [00:02:29.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebAccessMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6025883Z [00:02:29.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/AssociateWebCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6096774Z [00:02:29.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAsyncTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6171487Z [00:02:29.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventMax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6241952Z [00:02:29.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeBlackholeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6314038Z [00:02:29.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSystemLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6386121Z [00:02:29.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6457015Z [00:02:29.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeletePort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6528965Z [00:02:29.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebPreciseAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6603492Z [00:02:29.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigNetworkRegionBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6675160Z [00:02:29.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigUdpReflect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6746572Z [00:02:29.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainViewTopUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6819607Z [00:02:29.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeNetworkRuleAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6897679Z [00:02:29.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyHttp2Enable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.6981190Z [00:02:29.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteWebRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.7065193Z [00:02:29.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeAutoCcBlacklist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.7146022Z [00:02:29.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainAttackEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.7219844Z [00:02:29.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstanceSpecs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.7293286Z [00:02:29.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainH2Fingerprint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.7366013Z [00:02:29.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateSchedulerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.7439048Z [00:02:29.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSlsAuthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.7509661Z [00:02:29.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortFlowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.7584697Z [00:02:29.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.7653631Z [00:02:29.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyBlackholeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.7723651Z [00:02:29.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainTopFingerprint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.7792800Z [00:02:29.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortMaxConns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.7864368Z [00:02:29.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DisableWebCC.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.7934978Z [00:02:29.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAccessLogEmptyCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8006186Z [00:02:29.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeL7GlobalRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8075698Z [00:02:29.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/CreateDomainResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8144405Z [00:02:29.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribePortViewSourceCountries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8214918Z [00:02:29.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyPort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8284407Z [00:02:29.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebAccessLogStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8356269Z [00:02:29.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosEventAttackType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8429762Z [00:02:29.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDDosAllEventList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8499879Z [00:02:29.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyHeaders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8570105Z [00:02:29.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigWebIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8639251Z [00:02:29.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8707895Z [00:02:29.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeWebCacheConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8776247Z [00:02:29.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeDomainBps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8844023Z [00:02:29.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyDomainResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8913908Z [00:02:29.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DisableSceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.8982180Z [00:02:29.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/EmptySlsLogstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9052153Z [00:02:29.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebCacheSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9119456Z [00:02:29.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeUdpReflect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9186518Z [00:02:29.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9253552Z [00:02:30.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyWebIpSetSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9321220Z [00:02:30.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DeleteDomainResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9389269Z [00:02:30.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyBlockStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9458980Z [00:02:30.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeUnBlockCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9527404Z [00:02:30.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifySchedulerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9596271Z [00:02:30.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyCnameReuse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9664464Z [00:02:30.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeSlsOpenStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9731375Z [00:02:30.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ModifyInstanceRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9798691Z [00:02:30.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/DescribeLogStoreExistStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9865553Z [00:02:30.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddoscoo/ConfigLayer4Remark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:22.9932955Z [00:02:30.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/EvaluateTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0003977Z [00:02:30.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/StopOnlineEvalTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0081421Z [00:02:30.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/CreateServiceIdentityRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0149072Z [00:02:30.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/GetEvaluationTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0216611Z [00:02:30.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/ListOnlineEvalTaskResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0283216Z [00:02:30.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/DeleteOnlineEvalTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0354140Z [00:02:30.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/CreateOnlineEvalTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0424657Z [00:02:30.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/GetOnlineEvalTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0491079Z [00:02:30.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/ListOnlineEvalTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0560434Z [00:02:30.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/ListEvalResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0648957Z [00:02:30.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/GetServiceIdentityRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0721239Z [00:02:30.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/GetXtraceToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0789827Z [00:02:30.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/UpdateOnlineEvalTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0858379Z [00:02:30.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paillmtrace/ListTracesDatas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0929202Z [00:02:30.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.0998853Z [00:02:30.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CheckCloudResourceAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1068573Z [00:02:30.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeScaleOutMigrateTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1137458Z [00:02:30.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1206199Z [00:02:30.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDBInstanceClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1276378Z [00:02:30.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDBInstanceConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1345798Z [00:02:30.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/EnableRightsSeparation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1415736Z [00:02:30.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1498393Z [00:02:30.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpgradeDBInstanceKernelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1566925Z [00:02:30.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/AllocateInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1644380Z [00:02:30.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1713030Z [00:02:30.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDatabaseDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1781388Z [00:02:30.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/SwitchGdnMemberRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1850715Z [00:02:30.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeBackupSetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1918760Z [00:02:30.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ReleaseInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.1989284Z [00:02:30.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2057664Z [00:02:30.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeUserEncryptionKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2126249Z [00:02:30.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/RestartDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2195038Z [00:02:30.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2263786Z [00:02:30.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeCharacterSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2331718Z [00:02:30.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeAccountList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2400012Z [00:02:30.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeBinaryLogList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2468444Z [00:02:30.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/AllocateColdDataVolume.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2536623Z [00:02:30.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/AlignStoragePrimaryAzone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2605310Z [00:02:30.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2673510Z [00:02:30.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2742559Z [00:02:30.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CancelActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2810815Z [00:02:30.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyActiveOperationMaintainConf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2879011Z [00:02:30.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.2948451Z [00:02:30.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDBInstanceDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3015292Z [00:02:30.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ReleaseColdDataVolume.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3089682Z [00:02:30.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3159507Z [00:02:30.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeBackupSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3228904Z [00:02:30.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeParameterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3299059Z [00:02:30.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DeleteDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3367519Z [00:02:30.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3436971Z [00:02:30.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceHA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3506506Z [00:02:30.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpdateDBInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3575331Z [00:02:30.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDbList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3643306Z [00:02:30.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DeleteDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3712863Z [00:02:30.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3782757Z [00:02:30.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeArchiveTableList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3854008Z [00:02:30.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3926003Z [00:02:30.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpdateBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.3995185Z [00:02:30.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeSecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4063682Z [00:02:30.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4133485Z [00:02:30.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4203901Z [00:02:30.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDistributeTableList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4275344Z [00:02:30.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceViaEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4343977Z [00:02:30.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DisableRightsSeparation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4413420Z [00:02:30.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4481267Z [00:02:30.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4549508Z [00:02:30.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpdatePolarDBXInstanceNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4618430Z [00:02:30.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4687961Z [00:02:30.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/SwitchDBInstanceHA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4756875Z [00:02:30.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeColdDataBasicInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4826394Z [00:02:30.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4895556Z [00:02:30.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.4965651Z [00:02:30.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateSuperAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5033989Z [00:02:30.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/UpdateDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5103020Z [00:02:30.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5171512Z [00:02:30.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5241255Z [00:02:30.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5309316Z [00:02:30.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5380282Z [00:02:30.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5450049Z [00:02:30.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeGdnInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5519025Z [00:02:30.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyDBInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5590706Z [00:02:30.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeActiveOperationMaintainConf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5660800Z [00:02:30.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/CreateDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5729539Z [00:02:30.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/ModifyActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5798216Z [00:02:30.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeOpenBackupSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5866816Z [00:02:30.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.5936118Z [00:02:30.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6006487Z [00:02:30.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeDBNodePerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6076853Z [00:02:30.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/polardbx/DescribeActiveOperationTaskCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6149420Z [00:02:30.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListNodeDependencies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6217091Z [00:02:30.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6285862Z [00:02:30.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/TriggerSchedulerTaskInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6354938Z [00:02:30.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDownstreamTaskInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6424073Z [00:02:30.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ImportCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6496304Z [00:02:30.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateIDEEventResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6567673Z [00:02:30.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetRerunWorkflowInstancesResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6635215Z [00:02:30.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6702647Z [00:02:30.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListProjectRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6770730Z [00:02:30.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDeploymentPackageFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6838946Z [00:02:30.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CloneDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6908355Z [00:02:30.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RenameWorkflowDefinition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.6977788Z [00:02:30.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/AttachDataQualityRulesToEvaluationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7045701Z [00:02:30.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateMetaCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7115284Z [00:02:30.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ImportWorkflowDefinition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7184894Z [00:02:30.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StartWorkflowInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7254916Z [00:02:30.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7322126Z [00:02:30.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7389977Z [00:02:30.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetBusiness.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7458643Z [00:02:30.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ExecPipelineRunStage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7525848Z [00:02:30.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListBusiness.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7595699Z [00:02:30.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityEvaluationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7663511Z [00:02:30.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListSchemas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7732704Z [00:02:30.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIJobRunDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7801741Z [00:02:30.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7871104Z [00:02:30.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/SetSuccessTaskInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.7939073Z [00:02:30.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetProjectMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8008037Z [00:02:30.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDeploymentPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8074689Z [00:02:30.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8143415Z [00:02:30.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDIJobLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8211500Z [00:02:30.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8280393Z [00:02:30.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/MoveFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8349212Z [00:02:30.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListFolders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8418771Z [00:02:30.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8487166Z [00:02:30.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8556906Z [00:02:30.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8624291Z [00:02:30.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8694179Z [00:02:30.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteWorkflowDefinition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8762113Z [00:02:30.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8832975Z [00:02:30.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListLineageRelationships.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8901758Z [00:02:30.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDIJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.8970828Z [00:02:30.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9039626Z [00:02:30.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListLineages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9107956Z [00:02:30.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9176251Z [00:02:30.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9244076Z [00:02:31.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListEntitiesInMetaCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9312531Z [00:02:31.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataAssetTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9381333Z [00:02:31.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityEvaluationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9449317Z [00:02:31.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDownstreamTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9517007Z [00:02:31.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateLineageRelationship.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9585721Z [00:02:31.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9653445Z [00:02:31.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9721838Z [00:02:31.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9790772Z [00:02:31.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9858944Z [00:02:31.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListUpstreamTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9927973Z [00:02:31.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateWorkflowInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:23.9996359Z [00:02:31.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StopWorkflowInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.0064577Z [00:02:31.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/MoveNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.0132017Z [00:02:31.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetSchema.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.0199999Z [00:02:31.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListResourceGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.0268364Z [00:02:31.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.0336236Z [00:02:31.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.0408635Z [00:02:31.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListProjectMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.0477765Z [00:02:31.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDIJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.0545819Z [00:02:31.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataSourceSharedRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.0615172Z [00:02:31.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataAssetTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.0690054Z [00:02:31.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/SuspendTaskInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.0795625Z [00:02:31.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityScanRunLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.0865821Z [00:02:31.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.0935629Z [00:02:31.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1005536Z [00:02:31.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1074368Z [00:02:31.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/AbolishPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1143620Z [00:02:31.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1212668Z [00:02:31.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDeploymentPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1280029Z [00:02:31.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1348984Z [00:02:31.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListPartitions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1418398Z [00:02:31.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataAssetTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1487199Z [00:02:31.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataSourceSharedRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1556668Z [00:02:31.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetPartition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1626045Z [00:02:31.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteBusiness.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1694343Z [00:02:31.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityScanRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1763904Z [00:02:31.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1831648Z [00:02:31.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetTaskInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1899956Z [00:02:31.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StartDIJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.1968352Z [00:02:31.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListWorkflowInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2040485Z [00:02:31.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2109469Z [00:02:31.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetIDEEventDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2179173Z [00:02:31.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListPipelineRunItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2246694Z [00:02:31.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2314529Z [00:02:31.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetWorkflowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2382743Z [00:02:31.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2451713Z [00:02:31.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RerunWorkflowInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2519853Z [00:02:31.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GrantMemberProjectRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2589104Z [00:02:31.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateMetaCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2658195Z [00:02:31.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityEvaluationTaskInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2727173Z [00:02:31.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateTableBusinessMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2795466Z [00:02:31.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2865869Z [00:02:31.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListPipelineRuns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.2934667Z [00:02:31.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RerunTaskInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3005279Z [00:02:31.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/AddEntityIntoMetaCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3075466Z [00:02:31.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3144421Z [00:02:31.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RenameFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3215279Z [00:02:31.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/SubmitFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3285475Z [00:02:31.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RemoveEntityFromMetaCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3354764Z [00:02:31.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTaskInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3425796Z [00:02:31.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StopDIJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3496754Z [00:02:31.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/BatchUpdateTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3566876Z [00:02:31.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3635375Z [00:02:31.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3706591Z [00:02:31.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3779378Z [00:02:31.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3849700Z [00:02:31.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityEvaluationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3918471Z [00:02:31.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.3988900Z [00:02:31.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4058995Z [00:02:31.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4130186Z [00:02:31.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDIAlarmRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4198331Z [00:02:31.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4267811Z [00:02:31.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4338933Z [00:02:31.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4408995Z [00:02:31.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4479341Z [00:02:31.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListWorkflows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4549393Z [00:02:31.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/StopTaskInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4621916Z [00:02:31.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4695312Z [00:02:31.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIJobEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4772903Z [00:02:31.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4844959Z [00:02:31.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityScanRuns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4915899Z [00:02:31.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityScan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.4983929Z [00:02:31.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5053405Z [00:02:31.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5123589Z [00:02:31.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RenameResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5194938Z [00:02:31.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetWorkflowDefinition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5263085Z [00:02:31.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5331217Z [00:02:31.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RenameNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5404842Z [00:02:31.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListNetworks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5473454Z [00:02:31.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DetachDataQualityRulesFromEvaluationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5554587Z [00:02:31.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteMetaCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5617299Z [00:02:31.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/MoveWorkflowDefinition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5688358Z [00:02:31.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DissociateProjectFromResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5758920Z [00:02:31.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5830148Z [00:02:31.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetLineageRelationship.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5902974Z [00:02:31.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.5973843Z [00:02:31.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6046760Z [00:02:31.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6117179Z [00:02:31.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6188426Z [00:02:31.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteLineageRelationship.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6258728Z [00:02:31.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6329622Z [00:02:31.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RemoveTaskInstanceDependencies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6401221Z [00:02:31.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListMetaCollections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6472184Z [00:02:31.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateWorkflowDefinition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6554785Z [00:02:31.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ExecuteAdhocWorkflowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6623298Z [00:02:31.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6691846Z [00:02:31.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6761578Z [00:02:31.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityEvaluationTaskInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6828803Z [00:02:31.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6897674Z [00:02:31.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetTaskInstanceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.6968429Z [00:02:31.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDIJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7039507Z [00:02:31.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeployFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7125801Z [00:02:31.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetCatalog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7199324Z [00:02:31.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7272670Z [00:02:31.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetMetaCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7341783Z [00:02:31.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7412936Z [00:02:31.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTaskOperationLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7483183Z [00:02:31.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7551945Z [00:02:31.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListColumns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7620090Z [00:02:31.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UnTagDataAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7690214Z [00:02:31.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7760993Z [00:02:31.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7830320Z [00:02:31.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityScan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7901063Z [00:02:31.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.7970941Z [00:02:31.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteProjectMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8041428Z [00:02:31.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8112844Z [00:02:31.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/TagDataAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8182562Z [00:02:31.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTaskInstanceOperationLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8252528Z [00:02:31.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateUdfFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8320757Z [00:02:31.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateColumnBusinessMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8392558Z [00:02:31.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityEvaluationTaskInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8461993Z [00:02:31.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityEvaluationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8537479Z [00:02:31.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8606890Z [00:02:31.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListCrawlerTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8676945Z [00:02:31.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetProjectRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8746476Z [00:02:31.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetColumn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8815507Z [00:02:31.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateProjectMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8884169Z [00:02:31.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateWorkflowDefinition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.8954161Z [00:02:31.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9023802Z [00:02:31.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityScans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9095234Z [00:02:31.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9166642Z [00:02:31.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListFunctions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9238115Z [00:02:32.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/MoveResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9310187Z [00:02:32.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateBusiness.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9380936Z [00:02:32.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateResourceFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9452035Z [00:02:32.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateBusiness.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9521573Z [00:02:32.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDIAlarmRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9601950Z [00:02:32.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9670572Z [00:02:32.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDIAlarmRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9739774Z [00:02:32.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9807121Z [00:02:32.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9876676Z [00:02:32.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:24.9950056Z [00:02:32.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0021277Z [00:02:32.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0092855Z [00:02:32.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0162647Z [00:02:32.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0233550Z [00:02:32.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/AssociateProjectToResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0303260Z [00:02:32.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityScanRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0374134Z [00:02:32.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/RevokeMemberProjectRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0447320Z [00:02:32.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataSourceSharedRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0515726Z [00:02:32.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/EstablishRelationTableToBusiness.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0588385Z [00:02:32.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0658522Z [00:02:32.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0731519Z [00:02:32.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetFileVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0801178Z [00:02:32.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDataQualityAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0873679Z [00:02:32.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataAssetTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.0943390Z [00:02:32.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateUdfFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1013288Z [00:02:32.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1084968Z [00:02:32.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ResumeTaskInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1161630Z [00:02:32.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1233745Z [00:02:32.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetDIJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1305046Z [00:02:32.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/TestDataSourceConnectivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1377394Z [00:02:32.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1448478Z [00:02:32.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1518803Z [00:02:32.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1587512Z [00:02:32.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1658660Z [00:02:32.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListWorkflowDefinitions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1727537Z [00:02:32.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListCatalogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1796616Z [00:02:32.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateDataQualityScan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1865187Z [00:02:32.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreatePipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.1934891Z [00:02:32.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityRuleTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2003471Z [00:02:32.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIAlarmRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2073432Z [00:02:32.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDIJobMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2143444Z [00:02:32.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2211905Z [00:02:32.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/DeleteDataQualityScan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2281376Z [00:02:32.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2350393Z [00:02:32.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateTaskInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2420347Z [00:02:32.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/CreateDataQualityEvaluationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2490720Z [00:02:32.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListUpstreamTaskInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2561981Z [00:02:32.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListFileVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2632039Z [00:02:32.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/ListDataQualityResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2702684Z [00:02:32.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/UpdateFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2771716Z [00:02:32.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dataworks-public/GetCreateWorkflowInstancesResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2842815Z [00:02:32.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjectTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2913240Z [00:02:32.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetFlowTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.2981889Z [00:02:32.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetTestcaseList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3050995Z [00:02:32.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateProjectField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3121246Z [00:02:32.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProtectedBranches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3192860Z [00:02:32.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjectWorkitemTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3262934Z [00:02:32.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateUserKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3333944Z [00:02:32.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteRepositoryWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3405694Z [00:02:32.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeletePipelineRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3475428Z [00:02:32.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3549828Z [00:02:32.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkitemEstimate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3620343Z [00:02:32.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkItemActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3689552Z [00:02:32.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/StopPipelineJobRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3759243Z [00:02:32.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateServiceAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3827232Z [00:02:32.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListAppReleaseStageExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3898012Z [00:02:32.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.3968152Z [00:02:32.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ReopenMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4042684Z [00:02:32.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineScanReportUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4110006Z [00:02:32.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4178726Z [00:02:32.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4247269Z [00:02:32.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4315796Z [00:02:32.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryBranches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4385690Z [00:02:32.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetProjectMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4454005Z [00:02:32.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitemV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4523394Z [00:02:32.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateSshKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4597731Z [00:02:32.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateAppMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4671057Z [00:02:32.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteFlowTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4745345Z [00:02:32.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteWorkitemAllComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4817477Z [00:02:32.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeletePipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4894293Z [00:02:32.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateFlowTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.4966598Z [00:02:32.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/AddWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5036254Z [00:02:32.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateResourceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5107341Z [00:02:32.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListServiceAuths.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5177680Z [00:02:32.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightSpace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5248781Z [00:02:32.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListOrganizationMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5318751Z [00:02:32.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5391550Z [00:02:32.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CloseMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5464148Z [00:02:32.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5535926Z [00:02:32.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5607482Z [00:02:32.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequests.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5678921Z [00:02:32.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightTagRef.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5751504Z [00:02:32.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5822258Z [00:02:32.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetCheckRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5893498Z [00:02:32.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateRepositoryGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.5964376Z [00:02:32.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateFlowTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6034136Z [00:02:32.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6103702Z [00:02:32.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateServiceConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6171651Z [00:02:32.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkItemWorkFlowStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6239944Z [00:02:32.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListUserResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6310723Z [00:02:32.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetSprintInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6379865Z [00:02:32.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/WorkitemAttachmentCreate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6449097Z [00:02:32.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateServiceCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6520183Z [00:02:32.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/LogVMDeployMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6591505Z [00:02:32.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteUserKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6662254Z [00:02:32.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetMergeRequestChangeTree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6732117Z [00:02:32.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequestPatchSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6804769Z [00:02:32.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/MergeMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6874410Z [00:02:32.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/AddRepositoryMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.6949714Z [00:02:32.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7031905Z [00:02:32.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateCommitStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7101061Z [00:02:32.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetRepositoryCommit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7170173Z [00:02:32.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7239798Z [00:02:32.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportWorkitemActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7308298Z [00:02:32.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7377524Z [00:02:32.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteGroupMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7447816Z [00:02:32.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteVariableGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7517637Z [00:02:32.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateGroupMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7588094Z [00:02:32.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjectMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7658484Z [00:02:32.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7728376Z [00:02:32.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetGroupByPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7799036Z [00:02:32.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineJobHistorys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7870230Z [00:02:32.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateChangeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.7942029Z [00:02:32.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8014168Z [00:02:32.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/RetryPipelineJobRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8084950Z [00:02:32.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8154591Z [00:02:32.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/LogPipelineJobRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8225351Z [00:02:32.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListSearchSourceCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8295198Z [00:02:32.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateFlowTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8365409Z [00:02:32.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8434583Z [00:02:32.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8503123Z [00:02:32.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateTestResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8570849Z [00:02:32.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListUserDrawRecordByPk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8638737Z [00:02:32.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8708757Z [00:02:32.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListApplicationMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8777417Z [00:02:32.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePushReviewOnOff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8848144Z [00:02:32.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListResourceMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8919660Z [00:02:32.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteProjectLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.8992644Z [00:02:32.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9063138Z [00:02:32.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateVariableGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9133000Z [00:02:32.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateSprint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9201297Z [00:02:32.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9271682Z [00:02:33.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateCommitWithMultipleFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9340658Z [00:02:33.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ResumeVMDeployOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9414365Z [00:02:33.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/SkipVMDeployMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9483903Z [00:02:33.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListUserKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9553126Z [00:02:33.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9622809Z [00:02:33.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListChangeRequests.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9691883Z [00:02:33.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateDeployKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9762077Z [00:02:33.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListSearchRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9830858Z [00:02:33.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineRuns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9900885Z [00:02:33.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:25.9971458Z [00:02:33.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkItemAllFields.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0040245Z [00:02:33.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ReviewMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0117462Z [00:02:33.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0186154Z [00:02:33.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetOrganizationMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0257508Z [00:02:33.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightExpectedWorkTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0325934Z [00:02:33.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateCheckRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0398420Z [00:02:33.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0468679Z [00:02:33.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0540939Z [00:02:33.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequestLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0613861Z [00:02:33.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListCheckRuns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0685379Z [00:02:33.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineArtifactUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0756325Z [00:02:33.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListAppReleaseStageExecutionIntegratedMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0824739Z [00:02:33.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListHostGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0895861Z [00:02:33.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPushRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.0963968Z [00:02:33.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteResourceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1032883Z [00:02:33.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListChangeRequestWorkflowExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1101807Z [00:02:33.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetCompareDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1176715Z [00:02:33.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetFileLastCommit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1248377Z [00:02:33.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListAllReleaseWorkflows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1320518Z [00:02:33.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePipelineBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1393944Z [00:02:33.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitemComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1466762Z [00:02:33.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetSearchCodePreview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1537730Z [00:02:33.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkItemInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1606267Z [00:02:33.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateResourceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1687777Z [00:02:33.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreatePushRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1756959Z [00:02:33.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListGroupMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1826840Z [00:02:33.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/StopVMDeployOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1896487Z [00:02:33.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListProjectLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.1967835Z [00:02:33.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListJoinedOrganizations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2036528Z [00:02:33.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2109836Z [00:02:33.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListSprints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2179299Z [00:02:33.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineGroupPipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2249268Z [00:02:33.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryTree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2320187Z [00:02:33.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetVMDeployOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2390501Z [00:02:33.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightCustomValue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2460807Z [00:02:33.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListCommitStatuses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2532621Z [00:02:33.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetTestResultList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2604596Z [00:02:33.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/AddGroupMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2676850Z [00:02:33.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2745539Z [00:02:33.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightSpaceRef.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2814971Z [00:02:33.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/TransferRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2884055Z [00:02:33.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteFlowTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.2954421Z [00:02:33.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePushRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3024592Z [00:02:33.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteWorkitemComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3095034Z [00:02:33.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightWorkitemStatusJoinWorkitemDefectExtra.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3163042Z [00:02:33.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightSprint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3233400Z [00:02:33.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemAttachmentCreatemeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3302145Z [00:02:33.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemCommentList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3371996Z [00:02:33.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitemEstimate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3442159Z [00:02:33.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/StopPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3512683Z [00:02:33.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryCommitDiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3581587Z [00:02:33.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/RetryVMDeployMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3651175Z [00:02:33.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkItemWorkFlowInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3720228Z [00:02:33.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateProtectedBranches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3789287Z [00:02:33.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/PassReleaseStagePipelineValidate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3859099Z [00:02:33.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteProtectedBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3929536Z [00:02:33.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateAppMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.3999121Z [00:02:33.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateMergeRequestPersonnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4068046Z [00:02:33.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateWorkitemComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4138492Z [00:02:33.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4207551Z [00:02:33.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetFileBlobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4278647Z [00:02:33.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreatePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4347085Z [00:02:33.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4420400Z [00:02:33.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/TriggerRepositoryMirrorSync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4489861Z [00:02:33.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4563290Z [00:02:33.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequestComments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4631734Z [00:02:33.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4699804Z [00:02:33.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateProjectLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4769278Z [00:02:33.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateCheckRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4838274Z [00:02:33.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListSearchCommit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4908700Z [00:02:33.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/PassPipelineValidate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.4978743Z [00:02:33.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteRepositoryMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5049097Z [00:02:33.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/RefusePipelineValidate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5116313Z [00:02:33.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetProjectInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5183434Z [00:02:33.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateOAuthToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5253563Z [00:02:33.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateWorkitemField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5325322Z [00:02:33.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CancelExecutionReleaseStage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5396665Z [00:02:33.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListGroupRepositories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5532089Z [00:02:33.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5570612Z [00:02:33.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/EnableDeployKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5643794Z [00:02:33.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateWorkItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5713261Z [00:02:33.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5784850Z [00:02:33.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateTestCase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5856009Z [00:02:33.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListMergeRequestFilesReads.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5928159Z [00:02:33.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryMemberWithInherited.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.5997244Z [00:02:33.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkitemAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6066049Z [00:02:33.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkitemTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6137583Z [00:02:33.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6207024Z [00:02:33.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListVariableGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6276458Z [00:02:33.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetCodeupOrganization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6345489Z [00:02:33.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ResetSshKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6413092Z [00:02:33.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetVariableGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6483844Z [00:02:33.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteWorkitem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6552641Z [00:02:33.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListOrganizations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6622371Z [00:02:33.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateVariableGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6698038Z [00:02:33.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightWorkitemStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6767753Z [00:02:33.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateTestCase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6837676Z [00:02:33.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteAppMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6907825Z [00:02:33.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListTestCaseFields.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.6978471Z [00:02:33.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemTimeTypeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7047231Z [00:02:33.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExecuteChangeRequestReleaseStage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7117005Z [00:02:33.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7187098Z [00:02:33.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListFlowTagGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7256844Z [00:02:33.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineEmasArtifactUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7326148Z [00:02:33.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetReleaseStagePipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7394383Z [00:02:33.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateProjectLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7463628Z [00:02:33.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetWorkitemRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7531334Z [00:02:33.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateProtectdBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7600247Z [00:02:33.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7669455Z [00:02:33.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/LinkMergeRequestLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7740973Z [00:02:33.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeleteRepositoryGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7810659Z [00:02:33.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/JoinPipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7880239Z [00:02:33.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetRepositoryTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.7949809Z [00:02:33.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListServiceConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8019068Z [00:02:33.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8087845Z [00:02:33.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateFlowTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8157157Z [00:02:33.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetGroupDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8226329Z [00:02:33.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeletePushRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8294432Z [00:02:33.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListWorkitems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8363466Z [00:02:33.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreatePipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8432639Z [00:02:33.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateProjectMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8503764Z [00:02:33.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateOrganizationMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8575224Z [00:02:33.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/StartPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8645896Z [00:02:33.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetPipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8714238Z [00:02:33.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetCustomFieldOption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8783438Z [00:02:33.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdatePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8855750Z [00:02:33.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListPipelineGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8926391Z [00:02:33.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/SkipPipelineJobRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.8997470Z [00:02:33.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightWorkitemVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9067518Z [00:02:33.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetBranchInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9137021Z [00:02:33.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/DeletePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9206704Z [00:02:33.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/AddPipelineRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9280505Z [00:02:34.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/RefuseReleaseStagePipelineValidate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9351010Z [00:02:34.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/CreateWorkitemRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9419801Z [00:02:34.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListServiceCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9491014Z [00:02:34.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ExportInsightWorkTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9559718Z [00:02:34.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9629738Z [00:02:34.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9699213Z [00:02:34.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/UpdateRepositoryMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9768850Z [00:02:34.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/devops/ListRepositoryCommits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9841648Z [00:02:34.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeExpressConnectTrafficQos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9914118Z [00:02:34.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnGatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:26.9984771Z [00:02:34.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteBgpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0055435Z [00:02:34.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListPrefixLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0126137Z [00:02:34.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyCommonBandwidthPackageIpBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0195965Z [00:02:34.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIPv6TranslatorAclList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0265277Z [00:02:34.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouteEntryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0337785Z [00:02:34.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CancelCommonBandwidthPackageIpBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0410274Z [00:02:34.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreatePhysicalConnectionSetupOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0480759Z [00:02:34.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DissociateVpnGatewayWithCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0555139Z [00:02:34.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnSslServerLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0626708Z [00:02:34.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorAclListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0705224Z [00:02:34.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIPv6Translator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0777868Z [00:02:34.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressConnectTrafficQosRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0849145Z [00:02:34.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeFailoverTestJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0919850Z [00:02:34.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVirtualBorderRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.0995909Z [00:02:34.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1070358Z [00:02:34.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteCustomerGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1143247Z [00:02:34.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ConfirmPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1213009Z [00:02:34.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ConvertBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1282810Z [00:02:34.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/Describe95Traffic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1353902Z [00:02:34.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateIpv6InternetBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1425344Z [00:02:34.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpconnFromVbr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1496920Z [00:02:34.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreatePublicIpAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1566396Z [00:02:34.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateGatewayRouteTableEntryAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1635690Z [00:02:34.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1704620Z [00:02:34.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1774451Z [00:02:34.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RemoveGlobalAccelerationInstanceIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1844700Z [00:02:34.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeNatGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1913933Z [00:02:34.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyRouteTableAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.1984711Z [00:02:34.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CompletePhysicalConnectionLOA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2055755Z [00:02:34.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpv6EgressOnlyRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2126228Z [00:02:34.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnPbrRouteEntryWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2197538Z [00:02:34.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateDhcpOptionsSetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2268959Z [00:02:34.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIpv6EgressOnlyRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2339486Z [00:02:34.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeNatGatewayAssociateNetworkInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2411289Z [00:02:34.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteBgpPeer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2481191Z [00:02:34.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVSwitchCidrReservationAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2552148Z [00:02:34.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RevokeInstanceFromVbr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2621390Z [00:02:34.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyEipAddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2689698Z [00:02:34.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeBgpNetworks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2759987Z [00:02:34.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpnGatewayDiagnoseResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2829304Z [00:02:34.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteDhcpOptionsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2899392Z [00:02:34.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteNatIpCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.2970289Z [00:02:34.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/OpenPhysicalConnectionService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3040124Z [00:02:34.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressCloudConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3109232Z [00:02:34.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdatePublicIpAddressPoolAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3179760Z [00:02:34.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3251311Z [00:02:34.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNatGatewaySpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3321096Z [00:02:34.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIpv4Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3392074Z [00:02:34.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CheckCanAllocateVpcPrivateIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3464707Z [00:02:34.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TagResourcesForExpressConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3542033Z [00:02:34.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVSwitchCidrReservationUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3617620Z [00:02:34.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyCommonBandwidthPackageSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3690622Z [00:02:34.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeNetworkAclAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3760915Z [00:02:34.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyEipForwardMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3832335Z [00:02:34.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3904755Z [00:02:34.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.3977798Z [00:02:34.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateVirtualPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4048414Z [00:02:34.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnRouteEntryWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4118180Z [00:02:34.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4187170Z [00:02:34.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListIpsecServerLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4256525Z [00:02:34.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4328017Z [00:02:34.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNatGatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4398352Z [00:02:34.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpcRouteEntrySummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4470396Z [00:02:34.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressCloudConnectionBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4541273Z [00:02:34.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/SecondApplyPhysicalConnectionLOA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4611771Z [00:02:34.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateTrafficMirrorSessionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4680724Z [00:02:34.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/OpenPublicIpAddressPoolService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4756309Z [00:02:34.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DiagnoseVpnGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4826135Z [00:02:34.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4896241Z [00:02:34.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListPublicIpAddressPoolCidrBlocks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.4967054Z [00:02:34.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5036787Z [00:02:34.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5108779Z [00:02:34.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5176398Z [00:02:34.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5245306Z [00:02:34.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5314176Z [00:02:34.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListGatewayRouteTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5386929Z [00:02:34.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteBgpNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5459473Z [00:02:34.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnGatewayAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5529469Z [00:02:34.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/StopFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5600035Z [00:02:34.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteNatIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5670084Z [00:02:34.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListPublicIpAddressPools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5740155Z [00:02:34.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVirtualBorderRouterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5808782Z [00:02:34.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5878396Z [00:02:34.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIPv6TranslatorAclLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.5947787Z [00:02:34.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateIpv4GatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6016351Z [00:02:34.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CancelPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6085864Z [00:02:34.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVpcPublishedRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6156410Z [00:02:34.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6225580Z [00:02:34.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIPv6TranslatorEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6294063Z [00:02:34.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListIpv4Gateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6361300Z [00:02:34.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVirtualPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6431012Z [00:02:34.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6502832Z [00:02:34.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSslVpnClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6573120Z [00:02:34.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListTagResourcesForExpressConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6643446Z [00:02:34.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeServerRelatedGlobalAccelerationInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6714121Z [00:02:34.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateVpcGatewayEndpointAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6782586Z [00:02:34.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ActiveFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6853730Z [00:02:34.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateVpcIpv6Cidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6925326Z [00:02:34.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEipMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.6993996Z [00:02:34.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7063916Z [00:02:34.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/WithdrawVpcPublishedRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7131822Z [00:02:34.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIpv6GatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7199867Z [00:02:34.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteGlobalAccelerationInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7270940Z [00:02:34.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7345102Z [00:02:34.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ReleaseEipSegmentAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7417743Z [00:02:34.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7486583Z [00:02:34.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetDhcpOptionsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7555343Z [00:02:34.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateBgpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7628011Z [00:02:34.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7697949Z [00:02:34.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateTrafficMirrorFilterRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7768249Z [00:02:34.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListTrafficMirrorFilters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7838060Z [00:02:34.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7909229Z [00:02:34.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateTrafficMirrorSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.7979728Z [00:02:34.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateVirtualBorderBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8049682Z [00:02:34.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ReleaseIpv6Address.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8119327Z [00:02:34.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouteTableList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8187483Z [00:02:34.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8255364Z [00:02:34.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEipSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8325024Z [00:02:34.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyPhysicalConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8395684Z [00:02:34.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSnatTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8467139Z [00:02:34.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnPbrRouteEntryAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8539836Z [00:02:34.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIpv6Gateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8609578Z [00:02:34.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8679719Z [00:02:34.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVpcEndpointServicesByEndUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8751281Z [00:02:34.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpv4Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8824063Z [00:02:34.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyFlowLogAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8894233Z [00:02:34.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateDefaultVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.8964600Z [00:02:34.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetIpv4GatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9036339Z [00:02:34.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouteTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9106376Z [00:02:34.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeAccessPoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9176519Z [00:02:34.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyHaVipAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9245457Z [00:02:35.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9314038Z [00:02:35.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9384271Z [00:02:35.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9452603Z [00:02:35.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateDefaultVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9521822Z [00:02:35.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddCommonBandwidthPackageIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9589938Z [00:02:35.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/EnableNatGatewayEcsMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9659621Z [00:02:35.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateNatIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9729477Z [00:02:35.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetTrafficMirrorServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9803123Z [00:02:35.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9872967Z [00:02:35.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AttachVbrToVpconn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:27.9944509Z [00:02:35.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListGeographicSubRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0014880Z [00:02:35.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListDhcpOptionsSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0085656Z [00:02:35.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetNatGatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0156547Z [00:02:35.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIpv6GatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0226823Z [00:02:35.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/EnableVpcClassicLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0294866Z [00:02:35.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RemoveCommonBandwidthPackageIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0364174Z [00:02:35.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddIPv6TranslatorAclListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0440376Z [00:02:35.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/EnableVpcIpv4Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0510696Z [00:02:35.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteSslVpnClientCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0584229Z [00:02:35.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddPublicIpAddressPoolCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0657537Z [00:02:35.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeletePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0730961Z [00:02:35.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0803068Z [00:02:35.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVcoRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0874933Z [00:02:35.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeBgpPeers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.0947299Z [00:02:35.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RetryVpcPrefixListAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1020147Z [00:02:35.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateNatGatewayNatType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1090968Z [00:02:35.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ApplyPhysicalConnectionLOA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1160771Z [00:02:35.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteTrafficMirrorFilterRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1231622Z [00:02:35.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouterInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1300457Z [00:02:35.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyTunnelAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1370489Z [00:02:35.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1439903Z [00:02:35.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeCustomerGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1509968Z [00:02:35.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RemoveIPv6TranslatorAclListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1580288Z [00:02:35.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1654503Z [00:02:35.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateCommonBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1726557Z [00:02:35.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNetworkAclAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1801180Z [00:02:35.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateIpv6Address.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1874391Z [00:02:35.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIpv6InternetBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.1944862Z [00:02:35.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVcoRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2015229Z [00:02:35.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2084504Z [00:02:35.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeExpressConnectTrafficQosRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2157607Z [00:02:35.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeFlowLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2229824Z [00:02:35.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateTrafficMirrorFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2300298Z [00:02:35.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnPbrRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2370734Z [00:02:35.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2440230Z [00:02:35.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyBgpGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2509291Z [00:02:35.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2578916Z [00:02:35.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2649919Z [00:02:35.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeBgpGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2727712Z [00:02:35.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateExpressConnectTrafficQosRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2796812Z [00:02:35.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyRouterInterfaceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2868194Z [00:02:35.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateVpcCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.2941297Z [00:02:35.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/PublishVpnRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3011218Z [00:02:35.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListTrafficMirrorSessions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3086139Z [00:02:35.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIpsecServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3155028Z [00:02:35.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3228285Z [00:02:35.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyGlobalAccelerationInstanceAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3298296Z [00:02:35.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIpv6Addresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3369594Z [00:02:35.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpv6InternetBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3440472Z [00:02:35.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3512182Z [00:02:35.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetFlowLogServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3582881Z [00:02:35.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVpnCertificateAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3652848Z [00:02:35.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeletePublicIpAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3722172Z [00:02:35.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3791065Z [00:02:35.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3860578Z [00:02:35.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeGrantRulesToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.3931077Z [00:02:35.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateGlobalAccelerationInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4001255Z [00:02:35.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateSslVpnServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4071051Z [00:02:35.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteExpressConnectTrafficQosRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4141562Z [00:02:35.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeForwardTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4211757Z [00:02:35.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIpv6EgressOnlyRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4284422Z [00:02:35.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListNatIpCidrs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4359001Z [00:02:35.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpv6Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4431673Z [00:02:35.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/MoveVpnResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4504224Z [00:02:35.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateSslVpnClientCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4589807Z [00:02:35.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListIpsecServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4673083Z [00:02:35.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4749457Z [00:02:35.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4825001Z [00:02:35.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpcGatewayEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4901437Z [00:02:35.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddCommonBandwidthPackageIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.4979810Z [00:02:35.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListEnhanhcedNatGatewayAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.5053533Z [00:02:35.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVSwitchCidrReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.5125955Z [00:02:35.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.5200352Z [00:02:35.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ReplaceVpcDhcpOptionsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.5275602Z [00:02:35.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeNetworkAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.5351639Z [00:02:35.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/EnablePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.5429262Z [00:02:35.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.5507403Z [00:02:35.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeCustomerGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.5582347Z [00:02:35.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateVpcCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.5657831Z [00:02:35.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetPublicIpAddressPoolServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.5734975Z [00:02:35.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.5810110Z [00:02:35.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListBusinessAccessPoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.5886497Z [00:02:35.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteTrafficMirrorFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.5960372Z [00:02:35.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateHighReliablePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.6033207Z [00:02:35.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIPv6TranslatorAclAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.6106899Z [00:02:35.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeHaVips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.6179251Z [00:02:35.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.6253930Z [00:02:35.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TerminateVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.6329533Z [00:02:35.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateTrafficMirrorFilterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.6402192Z [00:02:35.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TransformEipSegmentToPublicIpAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.6480055Z [00:02:35.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DissociateRouteTableFromGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.6555817Z [00:02:35.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyCustomerGatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.6633803Z [00:02:35.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.6707393Z [00:02:35.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpcAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.6781169Z [00:02:35.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpcGrantRulesToEcr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.6855458Z [00:02:35.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.6929096Z [00:02:35.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVSwitchAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7005474Z [00:02:35.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateEipSegmentAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7081052Z [00:02:35.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7152746Z [00:02:35.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVbrHa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7222587Z [00:02:35.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribePhysicalConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7293948Z [00:02:35.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateGlobalAccelerationInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7361525Z [00:02:35.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AllocateEipAddressPro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7431445Z [00:02:35.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListFullNatEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7503923Z [00:02:35.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddSourcesToTrafficMirrorSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7576475Z [00:02:35.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/StartFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7646176Z [00:02:35.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7715248Z [00:02:35.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7783999Z [00:02:35.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7852294Z [00:02:35.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CopyNetworkAclEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7922617Z [00:02:35.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RecoverVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.7994079Z [00:02:35.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RemoveSourcesFromTrafficMirrorSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8062632Z [00:02:35.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEcGrantRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8131495Z [00:02:35.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNatIpCidrAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8199617Z [00:02:35.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteTrafficMirrorSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8267606Z [00:02:35.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnPbrRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8336128Z [00:02:35.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressConnectTrafficQosQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8403675Z [00:02:35.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/PublishVpcRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8472254Z [00:02:35.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8541124Z [00:02:35.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyGlobalAccelerationInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8609703Z [00:02:35.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AttachDhcpOptionsSetToVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8678188Z [00:02:35.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpcAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8746811Z [00:02:35.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TerminatePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8815124Z [00:02:35.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpnPbrRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8883616Z [00:02:35.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.8952562Z [00:02:35.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateExpressCloudConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9022916Z [00:02:35.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSslVpnServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9090994Z [00:02:35.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UntagResourcesForExpressConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9159187Z [00:02:35.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9227494Z [00:02:35.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9296110Z [00:02:36.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVbrHa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9365191Z [00:02:36.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribePublicIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9434077Z [00:02:36.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GrantInstanceToVbr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9503822Z [00:02:36.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIPv6TranslatorEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9573365Z [00:02:36.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9643190Z [00:02:36.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribePhysicalConnectionLOA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9714814Z [00:02:36.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateExpressConnectTrafficQos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9788649Z [00:02:36.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateVpnGatewayWithCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9857588Z [00:02:36.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9926031Z [00:02:36.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:28.9994220Z [00:02:36.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSslVpnClientCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0063624Z [00:02:36.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0133825Z [00:02:36.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVSwitchAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0207692Z [00:02:36.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ActivateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0279398Z [00:02:36.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateEipAddressBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0349773Z [00:02:36.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreatePhysicalConnectionOccupancyOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0421930Z [00:02:36.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DisableNatGatewayEcsMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0491824Z [00:02:36.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/SetHighDefinitionMonitorLogStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0561201Z [00:02:36.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0631233Z [00:02:36.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifySslVpnServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0704895Z [00:02:36.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RecoverPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0774980Z [00:02:36.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0845816Z [00:02:36.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0916844Z [00:02:36.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.0989237Z [00:02:36.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CheckVpnBgpEnabled.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1060246Z [00:02:36.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1129670Z [00:02:36.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyNatIpAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1200050Z [00:02:36.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVSwitchCidrReservations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1268712Z [00:02:36.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1340626Z [00:02:36.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1412769Z [00:02:36.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociateRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1481803Z [00:02:36.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddGlobalAccelerationInstanceIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1550963Z [00:02:36.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyIpv6AddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1619853Z [00:02:36.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeactiveFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1687926Z [00:02:36.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1757321Z [00:02:36.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateDhcpOptionsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1827294Z [00:02:36.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/OpenTrafficMirrorService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1896996Z [00:02:36.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteCommonBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.1968522Z [00:02:36.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpnPbrRouteEntryPriority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2039190Z [00:02:36.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DetachDhcpOptionsSetFromVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2109139Z [00:02:36.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreatePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2179911Z [00:02:36.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetPhysicalConnectionServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2250275Z [00:02:36.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeHighDefinitionMonitorLogAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2319884Z [00:02:36.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GrantInstanceToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2390559Z [00:02:36.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVSwitchCidrReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2461149Z [00:02:36.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpcGatewayEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2530107Z [00:02:36.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2600835Z [00:02:36.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyRouterInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2670474Z [00:02:36.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpcGatewayEndpointAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2755516Z [00:02:36.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVpcPrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2827366Z [00:02:36.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVpcPrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2897145Z [00:02:36.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyExpressConnectTrafficQos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.2965878Z [00:02:36.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIPv6TranslatorAclList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3036606Z [00:02:36.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3107061Z [00:02:36.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateIpsecServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3178882Z [00:02:36.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeletePublicIpAddressPoolCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3249460Z [00:02:36.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateBgpPeer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3320628Z [00:02:36.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeExpressConnectTrafficQosQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3389183Z [00:02:36.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateCustomerGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3459043Z [00:02:36.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateExpressConnectTrafficQosQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3530322Z [00:02:36.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVpcGatewayEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3600829Z [00:02:36.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/OpenFlowLogService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3670371Z [00:02:36.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3739885Z [00:02:36.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3810522Z [00:02:36.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVcoRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3880671Z [00:02:36.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateTrafficMirrorFilterRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.3949259Z [00:02:36.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifySnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4018712Z [00:02:36.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DiagnoseVpnConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4088475Z [00:02:36.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeGlobalAccelerationInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4158402Z [00:02:36.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListVirtualPhysicalConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4228172Z [00:02:36.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeRouterInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4300565Z [00:02:36.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4369816Z [00:02:36.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/RevokeInstanceFromCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4439530Z [00:02:36.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DisableVpcClassicLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4511402Z [00:02:36.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpcPrefixListEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4583140Z [00:02:36.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeactivateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4653013Z [00:02:36.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateFullNatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4721772Z [00:02:36.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnCrossAccountAuthorizations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4791534Z [00:02:36.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateIpv6Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4860451Z [00:02:36.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIPv6TranslatorAclListAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4928554Z [00:02:36.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeIPv6Translators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.4997264Z [00:02:36.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeVpnConnectionLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5065469Z [00:02:36.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIPv6Translator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5132909Z [00:02:36.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteExpressConnectTrafficQos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5201819Z [00:02:36.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DownloadVpnConnectionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5269999Z [00:02:36.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5339333Z [00:02:36.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ReleaseEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5410852Z [00:02:36.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ConnectRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5480782Z [00:02:36.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpnRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5550186Z [00:02:36.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/GetVpcPrefixListAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5619019Z [00:02:36.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIPv6TranslatorEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5688822Z [00:02:36.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5758184Z [00:02:36.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteIpsecServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5826916Z [00:02:36.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeTagKeysForExpressConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5893921Z [00:02:36.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeCommonBandwidthPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.5963858Z [00:02:36.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeEipGatewayInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6033260Z [00:02:36.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyCommonBandwidthPackageAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6102226Z [00:02:36.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ListNatIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6171522Z [00:02:36.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DescribeSslVpnClientCerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6243727Z [00:02:36.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyFullNatEntryAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6312819Z [00:02:36.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateRouteTableWithGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6381536Z [00:02:36.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVcoRouteEntryWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6450174Z [00:02:36.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AddBgpNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6520458Z [00:02:36.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteExpressConnectTrafficQosQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6589781Z [00:02:36.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteFullNatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6661185Z [00:02:36.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6731619Z [00:02:36.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteSslVpnServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6801381Z [00:02:36.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifySslVpnClientCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6870437Z [00:02:36.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.6940795Z [00:02:36.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/UpdateNetworkAclEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7010531Z [00:02:36.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateNatIpCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7080360Z [00:02:36.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/DeleteVpcPrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7148555Z [00:02:36.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateVbrHa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7216446Z [00:02:36.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyVRouterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7284081Z [00:02:36.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/CreateForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7352605Z [00:02:36.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/AssociateRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7422273Z [00:02:36.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpc/ModifyBgpPeerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7491958Z [00:02:36.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DeleteFlowlog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7561448Z [00:02:36.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/EnableExpressConnectRouterRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7631248Z [00:02:36.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouterChildInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7700973Z [00:02:36.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterAllowedPrefixHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7769955Z [00:02:36.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ForceDeleteExpressConnectRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7839489Z [00:02:36.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DeleteExpressConnectRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7909249Z [00:02:36.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.7977443Z [00:02:36.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8048249Z [00:02:36.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterInterRegionTransitMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8115667Z [00:02:36.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/CreateExpressConnectRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8183896Z [00:02:36.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8253770Z [00:02:36.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/CheckAddRegionToExpressConnectRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8323848Z [00:02:36.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouterAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8392019Z [00:02:36.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeInstanceGrantedToExpressConnectRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8459924Z [00:02:36.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/AttachExpressConnectRouterChildInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8531476Z [00:02:36.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterChildInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8601029Z [00:02:36.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8670827Z [00:02:36.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DeleteExpressConnectRouterAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8739674Z [00:02:36.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyFlowLogAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8808728Z [00:02:36.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/RevokeInstanceFromExpressConnectRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8877795Z [00:02:36.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/GrantInstanceToExpressConnectRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.8947030Z [00:02:36.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ActivateFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9017327Z [00:02:36.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/SynchronizeExpressConnectRouterInterRegionBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9086774Z [00:02:36.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeFlowLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9158531Z [00:02:36.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9227628Z [00:02:36.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9298845Z [00:02:37.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ListExpressConnectRouterSupportedRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9370616Z [00:02:37.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/CreateExpressConnectRouterAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9440252Z [00:02:37.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/CreateFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9509424Z [00:02:37.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9580102Z [00:02:37.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DetachExpressConnectRouterChildInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9648926Z [00:02:37.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DeactivateFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9717500Z [00:02:37.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9787912Z [00:02:37.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeDisabledExpressConnectRouterRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9857947Z [00:02:37.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouterInterRegionTransitMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:29.9929941Z [00:02:37.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DescribeExpressConnectRouterRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0000612Z [00:02:37.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/DisableExpressConnectRouterRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0070707Z [00:02:37.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/expressconnectrouter/ModifyExpressConnectRouterAssociationAllowedPrefix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0140727Z [00:02:37.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ExportDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0209325Z [00:02:37.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CancelKeyDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0278816Z [00:02:37.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListSecretVersionIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0348162Z [00:02:37.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetSecretValue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0419984Z [00:02:37.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0490666Z [00:02:37.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/SetDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0560155Z [00:02:37.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0628798Z [00:02:37.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CertificatePublicKeyEncrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0701557Z [00:02:37.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteClientKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0773575Z [00:02:37.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/RotateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0845738Z [00:02:37.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateKeyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0915542Z [00:02:37.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/AsymmetricEncrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.0984302Z [00:02:37.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ScheduleKeyDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1053572Z [00:02:37.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1121741Z [00:02:37.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListKmsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1190870Z [00:02:37.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UntagResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1260139Z [00:02:37.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListNetworkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1330155Z [00:02:37.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1399560Z [00:02:37.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/RestoreSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1469892Z [00:02:37.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1539224Z [00:02:37.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeAccountKmsStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1609602Z [00:02:37.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListResourceTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1682728Z [00:02:37.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetKeyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1751925Z [00:02:37.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1820785Z [00:02:37.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeApplicationAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1888794Z [00:02:37.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/Decrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.1958225Z [00:02:37.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetRandomPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2027308Z [00:02:37.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/TagResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2096992Z [00:02:37.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DisableKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2167301Z [00:02:37.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2237874Z [00:02:37.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2306391Z [00:02:37.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2375719Z [00:02:37.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2445136Z [00:02:37.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ReEncrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2514242Z [00:02:37.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CertificatePrivateKeySign.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2583035Z [00:02:37.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListKeyVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2652603Z [00:02:37.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetPublicKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2721876Z [00:02:37.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListApplicationAccessPoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2791677Z [00:02:37.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteKeyMaterial.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2861061Z [00:02:37.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GenerateDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.2932207Z [00:02:37.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CertificatePublicKeyVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3002157Z [00:02:37.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3071788Z [00:02:37.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateClientKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3141162Z [00:02:37.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3211560Z [00:02:37.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateSecretVersionStage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3281404Z [00:02:37.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3351700Z [00:02:37.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListAliasesByKeyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3421325Z [00:02:37.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CertificatePrivateKeyDecrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3490102Z [00:02:37.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/AsymmetricDecrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3557904Z [00:02:37.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GenerateAndExportDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3626369Z [00:02:37.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3696583Z [00:02:37.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateRotationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3765711Z [00:02:37.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateKmsInstanceBindVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3835298Z [00:02:37.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateApplicationAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3906895Z [00:02:37.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetKmsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.3978366Z [00:02:37.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetSecretPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4046875Z [00:02:37.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4117156Z [00:02:37.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4186330Z [00:02:37.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetClientKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4256404Z [00:02:37.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/AsymmetricSign.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4327227Z [00:02:37.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ReleaseKmsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4397089Z [00:02:37.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListAliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4465098Z [00:02:37.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4533480Z [00:02:37.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/Encrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4604511Z [00:02:37.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4672957Z [00:02:37.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4743925Z [00:02:37.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/SetKeyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4813302Z [00:02:37.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4882046Z [00:02:37.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/EnableKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.4951901Z [00:02:37.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/SetSecretPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5019717Z [00:02:37.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5089408Z [00:02:37.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ListClientKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5159554Z [00:02:37.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5228440Z [00:02:37.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5296924Z [00:02:37.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GenerateDataKeyWithoutPlaintext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5366155Z [00:02:37.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5437758Z [00:02:37.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5508813Z [00:02:37.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/OpenKmsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5578697Z [00:02:37.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ImportKeyMaterial.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5649227Z [00:02:37.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateSecretRotationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5723160Z [00:02:37.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5794171Z [00:02:37.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DeleteApplicationAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5864643Z [00:02:37.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetDefaultKmsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.5934853Z [00:02:37.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/AsymmetricVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6005601Z [00:02:37.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/ConnectKmsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6079072Z [00:02:37.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateApplicationAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6151366Z [00:02:37.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6223659Z [00:02:37.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/CreateNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6295075Z [00:02:37.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateCertificateStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6367424Z [00:02:37.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/PutSecretValue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6437165Z [00:02:37.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/DescribeKeyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6506779Z [00:02:37.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UploadCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6574674Z [00:02:37.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/UpdateKeyDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6645871Z [00:02:37.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/kms/GetParametersForImport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6718197Z [00:02:37.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6788574Z [00:02:37.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListAdvanceConfigDir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6859664Z [00:02:37.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.6931353Z [00:02:37.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7002837Z [00:02:37.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7073178Z [00:02:37.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyClusterOfflineConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7145158Z [00:02:37.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7214329Z [00:02:37.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7285515Z [00:02:37.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/BuildIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7354765Z [00:02:37.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/RenameFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7425734Z [00:02:37.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreatePublicUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7494898Z [00:02:37.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListPausePolicys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7563613Z [00:02:37.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/PushDocuments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7632733Z [00:02:37.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7702168Z [00:02:37.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteSqlInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7773467Z [00:02:37.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/RemoveCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7841810Z [00:02:37.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyIndexPartition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7913983Z [00:02:37.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListSchemas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.7983122Z [00:02:37.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8057469Z [00:02:37.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListModels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8128891Z [00:02:37.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDataSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8197978Z [00:02:37.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetDatabaseSchema.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8267559Z [00:02:37.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListInstanceSpecs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8336881Z [00:02:37.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListOnlineConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8408688Z [00:02:37.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DebugModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8479898Z [00:02:37.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeletePublicUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8549679Z [00:02:37.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/StopTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8620427Z [00:02:37.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetTableGeneration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8692188Z [00:02:37.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8761856Z [00:02:37.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8833475Z [00:02:37.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8904380Z [00:02:37.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyClusterDesc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.8975374Z [00:02:37.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/StartIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9045496Z [00:02:37.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListRestQueryResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9116368Z [00:02:37.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9186551Z [00:02:37.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9258986Z [00:02:38.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9328984Z [00:02:38.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9400487Z [00:02:38.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ForceSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9470008Z [00:02:38.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/RecoverIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9538269Z [00:02:38.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9608926Z [00:02:38.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9677754Z [00:02:38.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyPublicUrlIpList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9746743Z [00:02:38.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9815640Z [00:02:38.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyPausePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9887506Z [00:02:38.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyAdvanceConfigFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:30.9957265Z [00:02:38.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetSqlInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0028502Z [00:02:38.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetDataSourceDeploy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0098667Z [00:02:38.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateConfigDir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0169022Z [00:02:38.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0241490Z [00:02:38.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListAdvanceConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0313741Z [00:02:38.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0385589Z [00:02:38.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0461264Z [00:02:38.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateSqlInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0531264Z [00:02:38.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0600489Z [00:02:38.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteConfigFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0672628Z [00:02:38.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetNodeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0743661Z [00:02:38.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteAdvanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0812603Z [00:02:38.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetAdvanceConfigFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0883176Z [00:02:38.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.0954072Z [00:02:38.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyDataSourceDeploy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1025654Z [00:02:38.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListClusterTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1093583Z [00:02:38.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetIndexVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1161805Z [00:02:38.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListIndexRecoverRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1233832Z [00:02:38.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyIndexVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1306277Z [00:02:38.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1378889Z [00:02:38.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListVectorQueryResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1449539Z [00:02:38.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetDeployGraph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1519891Z [00:02:38.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UpdateSqlInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1590005Z [00:02:38.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1663134Z [00:02:38.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteConfigDir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1735888Z [00:02:38.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListAliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1807638Z [00:02:38.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1878672Z [00:02:38.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.1948937Z [00:02:38.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyAdvanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2017213Z [00:02:38.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListIndexes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2085349Z [00:02:38.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyNodeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2155661Z [00:02:38.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2223539Z [00:02:38.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2292243Z [00:02:38.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2362792Z [00:02:38.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2434350Z [00:02:38.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetIndexOnlineStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2504404Z [00:02:38.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CloneSqlInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2575557Z [00:02:38.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2646049Z [00:02:38.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifySearcherReplica.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2716659Z [00:02:38.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListClusterNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2786985Z [00:02:38.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2856119Z [00:02:38.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2924316Z [00:02:38.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.2991824Z [00:02:38.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetAdvanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3061348Z [00:02:38.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ExecuteSqlInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3131626Z [00:02:38.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListPostQueryResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3200948Z [00:02:38.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3269318Z [00:02:38.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/DeleteIndexVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3338908Z [00:02:38.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/PublishIndexVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3410544Z [00:02:38.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3481380Z [00:02:38.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyClusterOnlineConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3554451Z [00:02:38.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateConfigFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3624109Z [00:02:38.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UpdateSqlInstanceParams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3694410Z [00:02:38.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListTableGenerations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3764362Z [00:02:38.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListQueryResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3834165Z [00:02:38.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UpdateSqlInstanceContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3903576Z [00:02:38.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetClusterRunTimeInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.3973766Z [00:02:38.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDataSourceSchemas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4044590Z [00:02:38.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/PublishAdvanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4113710Z [00:02:38.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/GetCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4182034Z [00:02:38.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyOnlineConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4252099Z [00:02:38.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDateSourceGenerations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4321759Z [00:02:38.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/CreateDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4390419Z [00:02:38.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/Reindex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4460217Z [00:02:38.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/StopIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4529389Z [00:02:38.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ListDataSourceTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4599561Z [00:02:38.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/UpdateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4677924Z [00:02:38.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/searchengine/ModifyIndexOnlineStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4741326Z [00:02:38.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/GetPipelineRunNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4813079Z [00:02:38.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRunNodeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4882192Z [00:02:38.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/GetPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.4954122Z [00:02:38.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRunsStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5023277Z [00:02:38.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/GetPipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5092217Z [00:02:38.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/DeletePipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5160729Z [00:02:38.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRuns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5231691Z [00:02:38.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRunNodeOutputs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5301766Z [00:02:38.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/RerunPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5373035Z [00:02:38.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/TerminatePipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5444126Z [00:02:38.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/CreatePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5513733Z [00:02:38.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelineRunNodeLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5585736Z [00:02:38.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/ListPipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5655340Z [00:02:38.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/CreatePipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5728588Z [00:02:38.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/StartPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5797548Z [00:02:38.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/UpdatePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5867804Z [00:02:38.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/DeletePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.5939986Z [00:02:38.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiflow/UpdatePipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6012306Z [00:02:38.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/CreateQuotaAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6084560Z [00:02:38.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/UpdateQuotaAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6158041Z [00:02:38.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListAlarmHistories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6230873Z [00:02:38.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListProductQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6304204Z [00:02:38.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaAlarms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6374470Z [00:02:38.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListProductDimensionGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6445997Z [00:02:38.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetProductQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6515640Z [00:02:38.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetQuotaApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6585948Z [00:02:38.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/CreateQuotaApplicationsForTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6657790Z [00:02:38.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaApplicationsDetailForTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6727559Z [00:02:38.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetQuotaApplicationApproval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6798512Z [00:02:38.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ModifyQuotaTemplateServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6869573Z [00:02:38.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaApplicationsForTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.6940236Z [00:02:38.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7010975Z [00:02:38.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/CreateQuotaApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7084228Z [00:02:38.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/RemindQuotaApplicationApproval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7155661Z [00:02:38.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ModifyTemplateQuotaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7227134Z [00:02:38.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListProducts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7297236Z [00:02:38.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetQuotaAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7368426Z [00:02:38.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/DeleteTemplateQuotaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7439005Z [00:02:38.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetQuotaTemplateServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7507682Z [00:02:38.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListProductQuotaDimensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7578146Z [00:02:38.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListQuotaApplicationTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7649117Z [00:02:38.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/GetProductQuotaDimension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7723980Z [00:02:38.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/CreateTemplateQuotaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7796155Z [00:02:38.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/DeleteQuotaAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7869755Z [00:02:38.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/quotas/ListDependentQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.7942630Z [00:02:38.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8014901Z [00:02:38.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DetachPolicyFromUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8086176Z [00:02:38.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPolicyVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8158204Z [00:02:38.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8229840Z [00:02:38.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/AttachPolicyToUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8299355Z [00:02:38.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/AddUserToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8371641Z [00:02:38.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DetachPolicyFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8442879Z [00:02:38.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8513191Z [00:02:38.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateVirtualMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8584129Z [00:02:38.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/SetSecurityPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8653583Z [00:02:38.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8723178Z [00:02:38.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreatePolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8795122Z [00:02:38.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8867642Z [00:02:38.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.8942001Z [00:02:38.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9015010Z [00:02:38.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/SetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9088193Z [00:02:38.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/AttachPolicyToRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9160722Z [00:02:38.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9231613Z [00:02:38.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPoliciesForRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9302363Z [00:02:39.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UnbindMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9373358Z [00:02:39.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9444790Z [00:02:39.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9517299Z [00:02:39.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9590644Z [00:02:39.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/AttachPolicyToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9660697Z [00:02:39.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9731954Z [00:02:39.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPoliciesForGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9804127Z [00:02:39.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9877542Z [00:02:39.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ClearAccountAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:31.9948463Z [00:02:39.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/RemoveUserFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0018914Z [00:02:39.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0090691Z [00:02:39.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListEntitiesForPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0162790Z [00:02:39.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ChangePassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0234013Z [00:02:39.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0306644Z [00:02:39.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListPoliciesForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0377160Z [00:02:39.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0449667Z [00:02:39.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0522790Z [00:02:39.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0601133Z [00:02:39.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/SetAccountAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0677615Z [00:02:39.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeletePolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0749618Z [00:02:39.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0823732Z [00:02:39.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListVirtualMFADevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0896008Z [00:02:39.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetUserMFAInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.0968459Z [00:02:39.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1042248Z [00:02:39.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DetachPolicyFromRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1114152Z [00:02:39.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1185644Z [00:02:39.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1257890Z [00:02:39.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1328918Z [00:02:39.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/BindMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1399283Z [00:02:39.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1469833Z [00:02:39.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/SetDefaultPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1538617Z [00:02:39.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/UpdatePolicyDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1608046Z [00:02:39.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetSecurityPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1677779Z [00:02:39.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteVirtualMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1748364Z [00:02:39.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1820915Z [00:02:39.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1890724Z [00:02:39.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.1961879Z [00:02:39.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListGroupsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2032289Z [00:02:39.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2103624Z [00:02:39.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListUsersForGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2175555Z [00:02:39.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DecodeDiagnosticMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2247092Z [00:02:39.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2319327Z [00:02:39.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetAccountAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2389631Z [00:02:39.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/CreateAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2460279Z [00:02:39.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/DeleteAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2529574Z [00:02:39.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/ListAccessKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2599420Z [00:02:39.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ram/GetAccessKeyLastUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2670517Z [00:02:39.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CheckDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2741078Z [00:02:39.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryUniqueDeviceStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2810313Z [00:02:39.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CheckDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2880549Z [00:02:39.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryAliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.2950026Z [00:02:39.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/BindPhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3020690Z [00:02:39.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/UnbindAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3090532Z [00:02:39.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/BindTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3160474Z [00:02:39.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/PushNoticeToAndroid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3231699Z [00:02:39.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/PushMessageToAndroid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3301968Z [00:02:39.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryDeviceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3375587Z [00:02:39.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/ListTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3446089Z [00:02:39.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/UnbindPhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3517189Z [00:02:39.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryDevicesByAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3586739Z [00:02:39.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/ContinuouslyPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3658153Z [00:02:39.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CompleteContinuouslyPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3727875Z [00:02:39.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/RemoveTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3798791Z [00:02:39.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/MassPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3868318Z [00:02:39.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/PushNoticeToiOS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.3939248Z [00:02:39.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryPushStatByMsg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4012778Z [00:02:39.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/PushMessageToiOS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4082973Z [00:02:39.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/BindAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4153240Z [00:02:39.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/Push.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4223737Z [00:02:39.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CancelPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4298259Z [00:02:39.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/ListSummaryApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4369550Z [00:02:39.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/CheckCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4443651Z [00:02:39.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4516255Z [00:02:39.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryPushStatByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4589791Z [00:02:39.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryDeviceStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4661046Z [00:02:39.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryPushRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4731910Z [00:02:39.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/QueryDevicesByAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4803594Z [00:02:39.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/push/UnbindTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4874767Z [00:02:39.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifySkillGroupBasicInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.4946779Z [00:02:39.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRecordingsByContactId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5016773Z [00:02:39.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5087059Z [00:02:39.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CallOnlinePrivacyNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5156901Z [00:02:39.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/FindUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5226734Z [00:02:39.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListUsersOfSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5296013Z [00:02:39.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5365411Z [00:02:39.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetAgentData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5437335Z [00:02:39.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5510595Z [00:02:39.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/PublishContactFlowVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5582928Z [00:02:39.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListIvrTrackingDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5653211Z [00:02:39.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifySkillGroupOutboundNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5723540Z [00:02:39.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstanceSummaryReportByInterval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5793278Z [00:02:39.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5861412Z [00:02:39.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstanceSummaryReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5931193Z [00:02:39.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GenerateAgentStatisticReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.5998949Z [00:02:39.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetRoutePoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6068357Z [00:02:39.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetConversationDetailByContactId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6137737Z [00:02:39.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RemovePhoneNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6207218Z [00:02:39.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListMedias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6275186Z [00:02:39.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRealTimeAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6341827Z [00:02:39.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetTURNServerList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6410058Z [00:02:39.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListTrunkProviders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6479167Z [00:02:39.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ResetUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6546584Z [00:02:39.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RequestLoginInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6614661Z [00:02:39.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DeletePhoneTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6684098Z [00:02:39.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AddPhoneTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6754053Z [00:02:39.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6826979Z [00:02:39.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DeleteSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6896572Z [00:02:39.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.6966061Z [00:02:39.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetNumberRegionInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7034327Z [00:02:39.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateContactFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7103564Z [00:02:39.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListVoiceAppraise.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7170980Z [00:02:39.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7239154Z [00:02:39.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRecordings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7307058Z [00:02:39.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7375116Z [00:02:39.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstanceState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7443431Z [00:02:39.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRecentCallRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7512045Z [00:02:39.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RefreshToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7580885Z [00:02:39.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupsOfUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7648641Z [00:02:39.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentStates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7717115Z [00:02:39.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7787823Z [00:02:39.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/PickLocalNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7857057Z [00:02:39.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RemoveUsersFromSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7926092Z [00:02:39.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetRecordOssUploadParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.7994025Z [00:02:39.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AssignUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8063103Z [00:02:39.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/LaunchShortMessageAppraise.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8130938Z [00:02:39.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListRecordingOfDualTrack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8198812Z [00:02:39.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentSummaryReportsSinceMidnight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8268706Z [00:02:39.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CheckNumberAvaliable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8340957Z [00:02:39.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetTURNCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8415606Z [00:02:39.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListInstancesOfUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8486575Z [00:02:39.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8556520Z [00:02:39.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/LaunchAppraise.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8626294Z [00:02:39.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListPhoneTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8696449Z [00:02:39.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8767007Z [00:02:39.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupStates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8838943Z [00:02:39.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyPhoneTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8909064Z [00:02:39.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AddBulkPhoneNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.8979891Z [00:02:39.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetCallMeasureSummaryReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9051153Z [00:02:39.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/SendPredefinedShortMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9120244Z [00:02:39.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9191294Z [00:02:39.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DownloadRecording.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9263814Z [00:02:40.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AddAgentDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9333684Z [00:02:40.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyPrivacyNumberCallDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9402594Z [00:02:40.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListTrunksOfSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9474389Z [00:02:40.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateVoiceAppraise.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9544941Z [00:02:40.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListContactFlows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9613514Z [00:02:40.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DeleteMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9682849Z [00:02:40.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListTransferableSkillGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9751567Z [00:02:40.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListCallEventDetailByContactId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9819562Z [00:02:40.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DialEx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9888723Z [00:02:40.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CommitContactFlowVersionModification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:32.9959536Z [00:02:40.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DisableTrunkProviders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0029353Z [00:02:40.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/AddPhoneNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0099427Z [00:02:40.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/PickGlobalOutboundNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0168099Z [00:02:40.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/RemoveUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0237406Z [00:02:40.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentStateLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0306183Z [00:02:40.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/DownloadAllTypeRecording.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0374801Z [00:02:40.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0444207Z [00:02:40.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetInstanceSummaryReportSinceMidnight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0515318Z [00:02:40.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0584888Z [00:02:40.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentSummaryReportsByInterval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0653040Z [00:02:40.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyPhoneNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0721309Z [00:02:40.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0788320Z [00:02:40.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/PickOutboundNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0859825Z [00:02:40.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListOutboundPhoneNumberOfUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0927970Z [00:02:40.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListCallMeasureSummaryReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.0997401Z [00:02:40.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupSummaryReportsSinceMidnight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1067502Z [00:02:40.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyPrimaryTrunksOfSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1136627Z [00:02:40.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifyAgentDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1205619Z [00:02:40.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetSmsConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1274572Z [00:02:40.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListPhoneNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1346971Z [00:02:40.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifySkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1417831Z [00:02:40.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetUserByExtension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1489006Z [00:02:40.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListCallDetailRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1561609Z [00:02:40.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupSummaryReportsByInterval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1637137Z [00:02:40.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/StartBack2BackCall.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1707737Z [00:02:40.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListAgentSummaryReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1779514Z [00:02:40.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ModifySkillGroupOfUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1850098Z [00:02:40.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/CreateFault.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1920593Z [00:02:40.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/SaveWebRTCStats.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.1992981Z [00:02:40.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/ListSkillGroupSummaryReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2064204Z [00:02:40.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ccc/GetServiceExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2137414Z [00:02:40.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyCollationTimeZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2207473Z [00:02:40.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCClusterNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2277775Z [00:02:40.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2347070Z [00:02:40.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CalculateDBInstanceWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2418923Z [00:02:40.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2489665Z [00:02:40.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyActionEventPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2561813Z [00:02:40.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceDelayedReplicationTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2632154Z [00:02:40.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2703641Z [00:02:40.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCrossRegionBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2775298Z [00:02:40.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/GetDBInstanceTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2847835Z [00:02:40.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ImportUserBackupFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2921095Z [00:02:40.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.2992279Z [00:02:40.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBMiniEngineVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3064715Z [00:02:40.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHostWebShell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3136194Z [00:02:40.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/GetDbProxyInstanceSsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3207737Z [00:02:40.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3278883Z [00:02:40.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeLocalAvailableRecoveryTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3351678Z [00:02:40.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3421843Z [00:02:40.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBInstanceMajorVersionPrecheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3493289Z [00:02:40.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLCollectorPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3564435Z [00:02:40.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/QueryRecommendByCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3636001Z [00:02:40.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CopyDatabaseBetweenInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3706165Z [00:02:40.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateOnlineDatabaseTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3776647Z [00:02:40.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3848913Z [00:02:40.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDedicatedHostGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3920454Z [00:02:40.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCurrentModifyOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.3992374Z [00:02:40.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRenewalPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4064289Z [00:02:40.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableClasses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4137749Z [00:02:40.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDatabaseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4208986Z [00:02:40.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4283147Z [00:02:40.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteReplicationLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4354036Z [00:02:40.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckCloudResourceAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4424670Z [00:02:40.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribePGHbaConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4494658Z [00:02:40.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/QueryNotify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4564644Z [00:02:40.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteRCSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4635437Z [00:02:40.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableRecoveryTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4702841Z [00:02:40.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4775053Z [00:02:40.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RevokeAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4849913Z [00:02:40.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4923709Z [00:02:40.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLCollectorRetention.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.4997817Z [00:02:40.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.5070136Z [00:02:40.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceHAConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.5142303Z [00:02:40.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeletePostgresExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.5213091Z [00:02:40.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateConnectionToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.5284634Z [00:02:40.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/EvaluateLocalExtendDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.5355830Z [00:02:40.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.5429313Z [00:02:40.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RestoreDdrTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.5502916Z [00:02:40.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateSecurityIPMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.5577109Z [00:02:40.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.5649911Z [00:02:40.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.5722559Z [00:02:40.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBInstanceKernelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.5794268Z [00:02:40.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateTempDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.5864626Z [00:02:40.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyHADiagnoseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.5934689Z [00:02:40.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6006175Z [00:02:40.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCClusterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6080713Z [00:02:40.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AllocateInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6153698Z [00:02:40.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6227540Z [00:02:40.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6299278Z [00:02:40.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDTCSecurityIpHostsForSQLServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6372520Z [00:02:40.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6446568Z [00:02:40.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6521598Z [00:02:40.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHADiagnoseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6596028Z [00:02:40.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeErrorLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6670503Z [00:02:40.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateCloudMigrationPrecheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6742192Z [00:02:40.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6818142Z [00:02:40.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBProxyInstanceKernelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6891263Z [00:02:40.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/PreCheckCreateOrderForDeleteDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.6965853Z [00:02:40.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DetachRCDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7039453Z [00:02:40.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceNetworkType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7111959Z [00:02:40.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBackupTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7185622Z [00:02:40.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7259016Z [00:02:40.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ReleaseInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7333828Z [00:02:40.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCharacterSetName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7407237Z [00:02:40.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableCrossRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7480930Z [00:02:40.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RestoreTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7554991Z [00:02:40.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7631708Z [00:02:40.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7705581Z [00:02:40.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RestartDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7778285Z [00:02:40.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpdatePostgresExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7851768Z [00:02:40.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RemoveTagsFromResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7925113Z [00:02:40.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeResourceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.7999175Z [00:02:40.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyBackupSetExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.8072766Z [00:02:40.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDedicatedHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.8146602Z [00:02:40.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.8220518Z [00:02:40.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeInstanceKeywords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.8294133Z [00:02:40.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCInstanceIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.8369191Z [00:02:40.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHASwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.8442012Z [00:02:40.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBProxyPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.8518180Z [00:02:40.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.8592020Z [00:02:40.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.8669500Z [00:02:40.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDetachedBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.8744766Z [00:02:40.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.8818949Z [00:02:40.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/TerminateMigrateTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.8896322Z [00:02:40.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AllocateReadWriteSplittingConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.8970142Z [00:02:40.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyComputeBurstConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.9043059Z [00:02:40.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSupportOnlineResizeDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.9115316Z [00:02:40.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHistoryEventsStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.9188181Z [00:02:40.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCDisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.9261607Z [00:02:41.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRegionInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.9334871Z [00:02:41.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBinlogFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.9409684Z [00:02:41.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.9484460Z [00:02:41.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchOverMajorVersionUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.9558366Z [00:02:41.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.9632031Z [00:02:41.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCrossRegionLogBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.9707901Z [00:02:41.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ReleaseReadWriteSplittingConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.9783357Z [00:02:41.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.9857042Z [00:02:41.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:33.9935514Z [00:02:41.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHistoryTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0008186Z [00:02:41.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckDBNameAvailable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0081564Z [00:02:41.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBProxyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0153811Z [00:02:41.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeMarketingActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0228356Z [00:02:41.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancesAsCsv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0301917Z [00:02:41.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyReadWriteSplittingConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0374836Z [00:02:41.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0448789Z [00:02:41.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteADSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0531106Z [00:02:41.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancesByPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0608277Z [00:02:41.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0684052Z [00:02:41.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeKmsAssociateResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0759371Z [00:02:41.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAnalyticdbByPrimaryDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0835777Z [00:02:41.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyAccountSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0910297Z [00:02:41.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.0982947Z [00:02:41.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.1054488Z [00:02:41.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBProxyEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.1126623Z [00:02:41.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CancelActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.1201718Z [00:02:41.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeInstanceCrossBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.1276785Z [00:02:41.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DetachWhitelistTemplateToInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.1355167Z [00:02:41.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteRCDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.1428847Z [00:02:41.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifySQLCollectorPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.1502202Z [00:02:41.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.1576602Z [00:02:41.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AssociateEipAddressWithRCInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.1648269Z [00:02:41.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLLogFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.1721932Z [00:02:41.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RebuildReplicationLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.1795485Z [00:02:41.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeWhitelistTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.1869422Z [00:02:41.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.1944217Z [00:02:41.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeLogBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2016263Z [00:02:41.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBProxyEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2087212Z [00:02:41.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescibeImportsFromDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2160992Z [00:02:41.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2235527Z [00:02:41.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2308702Z [00:02:41.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2379485Z [00:02:41.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2448747Z [00:02:41.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2517115Z [00:02:41.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAllWhitelistTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2588640Z [00:02:41.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/GrantOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2658411Z [00:02:41.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBInstanceMajorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2728107Z [00:02:41.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHistoryEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2798161Z [00:02:41.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2868934Z [00:02:41.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceReplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.2938436Z [00:02:41.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyInstanceCrossBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3008149Z [00:02:41.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceConnectivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3081453Z [00:02:41.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyPGHbaConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3154090Z [00:02:41.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3225364Z [00:02:41.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3297557Z [00:02:41.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3368989Z [00:02:41.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3436059Z [00:02:41.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteGadInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3504722Z [00:02:41.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeReadDBInstanceDelay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3576381Z [00:02:41.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstanceEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3643860Z [00:02:41.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceNetworkExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3714511Z [00:02:41.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckAccountNameAvailable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3784172Z [00:02:41.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateYouhuiForOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3854226Z [00:02:41.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DestroyDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3923445Z [00:02:41.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeParameterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.3992791Z [00:02:41.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchDBInstanceNetType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4064226Z [00:02:41.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreatePostgresExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4137139Z [00:02:41.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancePromoteActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4208727Z [00:02:41.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4279861Z [00:02:41.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4349159Z [00:02:41.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4418996Z [00:02:41.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DetachGadInstanceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4491727Z [00:02:41.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDTCSecurityIpHostsForSQLServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4563976Z [00:02:41.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeComputeBurstConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4636553Z [00:02:41.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceEncryptionKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4708136Z [00:02:41.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4778615Z [00:02:41.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteSlot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4848861Z [00:02:41.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRdsResourceSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4918270Z [00:02:41.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.4987074Z [00:02:41.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceProxyConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5058047Z [00:02:41.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AddTagsToResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5126840Z [00:02:41.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeQuickSaleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5195441Z [00:02:41.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AttachRCDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5268166Z [00:02:41.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeMigrateTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5337289Z [00:02:41.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstancePayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5410289Z [00:02:41.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateReadOnlyDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5480833Z [00:02:41.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateGADInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5551152Z [00:02:41.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5623576Z [00:02:41.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBProxyEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5692977Z [00:02:41.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeModifyPGHbaConfigLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5762082Z [00:02:41.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckInstanceExist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5831142Z [00:02:41.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeADInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5898965Z [00:02:41.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.5969007Z [00:02:41.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeOssDownloads.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6037792Z [00:02:41.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6106292Z [00:02:41.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UnlockAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6178042Z [00:02:41.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBackupDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6249618Z [00:02:41.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6321691Z [00:02:41.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6391555Z [00:02:41.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifySecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6461014Z [00:02:41.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CopyDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6531068Z [00:02:41.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateOrderForDeleteDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6605016Z [00:02:41.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDasInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6676888Z [00:02:41.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeModifyParameterLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6747502Z [00:02:41.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateReplicationLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6822962Z [00:02:41.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchDBInstanceVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6895256Z [00:02:41.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ActivateMigrationTargetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.6966249Z [00:02:41.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCollationTimeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7035599Z [00:02:41.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBInstanceSecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7108393Z [00:02:41.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7179790Z [00:02:41.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancesByExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7252190Z [00:02:41.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7324622Z [00:02:41.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceIpHostname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7396042Z [00:02:41.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ListClasses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7468852Z [00:02:41.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCloudMigrationPrecheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7538773Z [00:02:41.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancePerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7613074Z [00:02:41.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceSecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7687443Z [00:02:41.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RebuildDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7761117Z [00:02:41.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CloneDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7834089Z [00:02:41.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7907235Z [00:02:41.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBProxyEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.7977062Z [00:02:41.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8048374Z [00:02:41.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8119716Z [00:02:41.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CheckCreateDdrDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8191502Z [00:02:41.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8262925Z [00:02:41.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateRCSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8334035Z [00:02:41.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceNetInfoForChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8404042Z [00:02:41.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstanceSecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8475244Z [00:02:41.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8546051Z [00:02:41.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchDBInstanceHA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8616833Z [00:02:41.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribePostgresExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8688798Z [00:02:41.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteRCClusterNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8759662Z [00:02:41.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AttachWhitelistTemplateToInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8830431Z [00:02:41.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSlots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8901084Z [00:02:41.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RecoveryDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.8970933Z [00:02:41.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9040515Z [00:02:41.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceHAConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9111428Z [00:02:41.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9179895Z [00:02:41.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeMigrateTaskById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9249537Z [00:02:42.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSQLLogReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9318320Z [00:02:42.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCrossBackupMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9386512Z [00:02:42.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9456197Z [00:02:42.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeActionEventPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9526064Z [00:02:42.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeUpgradeMajorVersionTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9599448Z [00:02:42.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9670534Z [00:02:42.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/RevokeOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9740710Z [00:02:42.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteUserBackupFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9811069Z [00:02:42.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceIPArrayList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9879581Z [00:02:42.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBProxyEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:34.9955761Z [00:02:42.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0029065Z [00:02:42.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ResetAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0101960Z [00:02:42.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyHASwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0173488Z [00:02:42.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/SwitchReplicationLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0254607Z [00:02:42.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeClassDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0330455Z [00:02:42.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpdateUserBackupFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0403169Z [00:02:42.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ReleaseInstanceConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0472216Z [00:02:42.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0548124Z [00:02:42.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/UpgradeDBInstanceEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0621612Z [00:02:42.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyEventInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0695612Z [00:02:42.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0768388Z [00:02:42.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeSlowLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0842093Z [00:02:42.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ConfirmNotify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0915201Z [00:02:42.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyCustinsResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.0986050Z [00:02:42.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1057517Z [00:02:42.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeRCInstanceDdosCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1125813Z [00:02:42.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1196242Z [00:02:42.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1265705Z [00:02:42.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1334243Z [00:02:42.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstancesForClone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1406332Z [00:02:42.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/StopDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1477416Z [00:02:42.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHistoryTasksStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1547516Z [00:02:42.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateMigrateTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1622113Z [00:02:42.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CloneParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1693353Z [00:02:42.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyWhitelistTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1760942Z [00:02:42.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyADInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1833410Z [00:02:42.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteBackupFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1903011Z [00:02:42.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeWhitelistTemplateLinkedInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.1970832Z [00:02:42.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2039908Z [00:02:42.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeResourceDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2108288Z [00:02:42.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceNetInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2175933Z [00:02:42.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DeleteDBInstanceEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2247080Z [00:02:42.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeGadInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2316046Z [00:02:42.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeParameterGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2384404Z [00:02:42.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateCloudMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2455441Z [00:02:42.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeHostGroupElasticStrategyParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2524136Z [00:02:42.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2594152Z [00:02:42.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2663528Z [00:02:42.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyAccountCheckPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2734074Z [00:02:42.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/AttachRCInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2804456Z [00:02:42.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeInstanceLinkedWhitelistTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2875456Z [00:02:42.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateGadInstanceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.2947591Z [00:02:42.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ListUserBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3023720Z [00:02:42.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/LockAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3096614Z [00:02:42.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeReplicationLinkLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3164738Z [00:02:42.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/PurgeDBInstanceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3235228Z [00:02:42.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyReadonlyInstanceDelayReplicationTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3305433Z [00:02:42.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDdrInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3376032Z [00:02:42.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3443770Z [00:02:42.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/CreateDBInstanceForRebuild.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3511975Z [00:02:42.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceSecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3579643Z [00:02:42.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/TransformDBInstancePayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3649535Z [00:02:42.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCrossRegionBackupDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3719274Z [00:02:42.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/MigrateDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3791057Z [00:02:42.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3859051Z [00:02:42.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifySQLCollectorRetention.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3927989Z [00:02:42.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeDBInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.3998592Z [00:02:42.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/GrantAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4066844Z [00:02:42.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/StartDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4135458Z [00:02:42.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4204338Z [00:02:42.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCustinsResourceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4273895Z [00:02:42.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDbProxyInstanceSsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4341064Z [00:02:42.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ModifyDBInstanceReplicationSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4408597Z [00:02:42.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeCloudMigrationResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4477629Z [00:02:42.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/DescribeUpgradeMajorVersionPrecheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4547521Z [00:02:42.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rds/ReceiveDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4617361Z [00:02:42.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4688110Z [00:02:42.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4764281Z [00:02:42.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DeleteScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4836850Z [00:02:42.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHBaseTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4909987Z [00:02:42.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ExportApplicationConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.4982154Z [00:02:42.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHiveTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5054019Z [00:02:42.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHBaseTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5127234Z [00:02:42.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorJobsStats.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5199001Z [00:02:42.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHDFSCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5270737Z [00:02:42.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetClusterCloneMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5342640Z [00:02:42.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/RunCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5413963Z [00:02:42.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5483485Z [00:02:42.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHBaseRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5552343Z [00:02:42.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5621595Z [00:02:42.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5691320Z [00:02:42.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateApplicationConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5761016Z [00:02:42.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5830819Z [00:02:42.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5904243Z [00:02:42.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListReleaseVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.5973602Z [00:02:42.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6044254Z [00:02:42.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetAutoScalingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6114949Z [00:02:42.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetAutoScalingActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6189495Z [00:02:42.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/PutAutoScalingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6259599Z [00:02:42.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHiveDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6330054Z [00:02:42.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6401266Z [00:02:42.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateUserAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6471961Z [00:02:42.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/RunApiTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6545057Z [00:02:42.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHiveTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6614988Z [00:02:42.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHBaseRegionServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6686358Z [00:02:42.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListComponentInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6756187Z [00:02:42.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6826617Z [00:02:42.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6896282Z [00:02:42.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHiveCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.6965298Z [00:02:42.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7034734Z [00:02:42.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7104218Z [00:02:42.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7174622Z [00:02:42.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/RunApplicationAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7244171Z [00:02:42.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7317585Z [00:02:42.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHDFSDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7387988Z [00:02:42.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorReportComponentSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7460936Z [00:02:42.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/IncreaseNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7534961Z [00:02:42.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListInstanceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7607199Z [00:02:42.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorComputeSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7678968Z [00:02:42.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListApplicationConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7750350Z [00:02:42.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListApiTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7819302Z [00:02:42.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DecreaseNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7890293Z [00:02:42.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateNodeGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.7959688Z [00:02:42.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListAutoScalingActivities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8030316Z [00:02:42.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateApiTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8100487Z [00:02:42.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListNodeGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8168720Z [00:02:42.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHiveDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8237968Z [00:02:42.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHDFSDirectories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8306868Z [00:02:42.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/CreateScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8381153Z [00:02:42.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8451529Z [00:02:42.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetNodeGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8521689Z [00:02:42.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/JoinResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8591515Z [00:02:42.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8661515Z [00:02:42.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetManagedScalingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8732619Z [00:02:42.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetApiTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8801353Z [00:02:42.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8871387Z [00:02:42.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHBaseRegionServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.8940420Z [00:02:42.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorComputeSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9012775Z [00:02:42.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/ListDoctorHDFSUGI.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9082157Z [00:02:42.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9152016Z [00:02:42.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetDoctorHBaseCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9223744Z [00:02:42.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/UpdateApiTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9293218Z [00:02:43.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9364185Z [00:02:43.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/PutManagedScalingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9435028Z [00:02:43.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/RemoveAutoScalingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9505969Z [00:02:43.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DeleteUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9576463Z [00:02:43.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DeleteApiTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9645148Z [00:02:43.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9716018Z [00:02:43.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/emr/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9785856Z [00:02:43.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/GlobalSearch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9855019Z [00:02:43.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/GenericAdvancedSearch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9926214Z [00:02:43.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/GetIqsUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:35.9997145Z [00:02:43.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/AiSearch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0065638Z [00:02:43.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/UnifiedSearch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0133352Z [00:02:43.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iqs/GenericSearch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0204446Z [00:02:43.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0272258Z [00:02:43.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ReplaceBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0341152Z [00:02:43.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateSpareIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0410332Z [00:02:43.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0478603Z [00:02:43.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DetachDdosFromAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0557037Z [00:02:43.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0634807Z [00:02:43.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0706733Z [00:02:43.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0777219Z [00:02:43.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0848698Z [00:02:43.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0918099Z [00:02:43.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.0988466Z [00:02:43.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateCustomRoutingEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1060080Z [00:02:43.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1134237Z [00:02:43.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/OpenAcceleratorService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1206695Z [00:02:43.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AddEntriesToAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1277873Z [00:02:43.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1350275Z [00:02:43.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAccelerateAreas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1419399Z [00:02:43.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AttachLogStoreToEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1488612Z [00:02:43.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetInvalidDomainCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1559128Z [00:02:43.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1631012Z [00:02:43.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBandwidthPackagaAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1702891Z [00:02:43.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1773327Z [00:02:43.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1843298Z [00:02:43.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AttachDdosToAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1912258Z [00:02:43.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateForwardingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.1981804Z [00:02:43.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2051241Z [00:02:43.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAcceleratorCrossBorderStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2119259Z [00:02:43.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2188769Z [00:02:43.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateCustomRoutingEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2257699Z [00:02:43.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAccelerators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2326449Z [00:02:43.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2395462Z [00:02:43.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2462739Z [00:02:43.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicAccelerateIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2534259Z [00:02:43.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBasicIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2603677Z [00:02:43.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2670470Z [00:02:43.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAcceleratorConfirm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2742231Z [00:02:43.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListIpSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2813854Z [00:02:43.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListListenerCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2887531Z [00:02:43.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.2957791Z [00:02:43.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3028783Z [00:02:43.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBasicEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3098197Z [00:02:43.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAvailableBusiRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3167184Z [00:02:43.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3235066Z [00:02:43.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3302744Z [00:02:43.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicAccelerateIpEndpointRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3371311Z [00:02:43.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListSpareIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3439289Z [00:02:43.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AssociateAdditionalCertificatesWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3507454Z [00:02:43.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3575389Z [00:02:43.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicAccelerateIpIdleCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3642225Z [00:02:43.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3710668Z [00:02:43.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListEndpointGroupIpAddressCidrBlocks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3778317Z [00:02:43.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateEndpointGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3850486Z [00:02:43.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAcceleratorAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3919174Z [00:02:43.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.3989566Z [00:02:43.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBasicEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4058641Z [00:02:43.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4127907Z [00:02:43.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteForwardingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4197410Z [00:02:43.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateCustomRoutingEndpointTrafficPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4266166Z [00:02:43.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicAccelerateIpEndpointRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4339665Z [00:02:43.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicAccelerateIpEndpointRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4410260Z [00:02:43.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/QueryCrossBorderApprovalStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4480550Z [00:02:43.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4548740Z [00:02:43.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetSpareIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4618001Z [00:02:43.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4687925Z [00:02:43.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4758517Z [00:02:43.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4826796Z [00:02:43.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteSpareIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4894728Z [00:02:43.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingPortMappingsByDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.4963186Z [00:02:43.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAcceleratorCrossBorderMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5031392Z [00:02:43.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5098845Z [00:02:43.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicAccelerateIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5165975Z [00:02:43.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5236391Z [00:02:43.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateForwardingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5307276Z [00:02:43.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5379735Z [00:02:43.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBusiRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5451240Z [00:02:43.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteCustomRoutingEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5523418Z [00:02:43.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5593745Z [00:02:43.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeLogStoreOfEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5664349Z [00:02:43.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DetachLogStoreFromEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5735629Z [00:02:43.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/EnableApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5804031Z [00:02:43.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/RemoveEntriesFromAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5871548Z [00:02:43.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCustomRoutingEndPointTrafficPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.5939225Z [00:02:43.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicAccelerateIpEndpointRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6009613Z [00:02:43.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6078540Z [00:02:43.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6145785Z [00:02:43.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListIspTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6215630Z [00:02:43.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6284018Z [00:02:43.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateBasicAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6354747Z [00:02:43.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListApplicationMonitorDetectResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6424186Z [00:02:43.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingEndpointTrafficPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6495982Z [00:02:43.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/BandwidthPackageRemoveAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6566189Z [00:02:43.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6635737Z [00:02:43.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6707207Z [00:02:43.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6777462Z [00:02:43.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6846493Z [00:02:43.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6915195Z [00:02:43.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.6984837Z [00:02:43.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DissociateAdditionalCertificatesFromListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7054177Z [00:02:43.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteBasicEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7125822Z [00:02:43.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCommonAreas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7195546Z [00:02:43.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7264477Z [00:02:43.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7332502Z [00:02:43.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7400572Z [00:02:43.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAclAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7468018Z [00:02:43.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7536380Z [00:02:43.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCommodityPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7606437Z [00:02:43.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteIpSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7675689Z [00:02:43.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7746649Z [00:02:43.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7815536Z [00:02:43.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateCustomRoutingEndpointTrafficPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7885457Z [00:02:43.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCommodity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.7954513Z [00:02:43.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8023191Z [00:02:43.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteCustomRoutingEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8090856Z [00:02:43.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeAcceleratorServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8159180Z [00:02:43.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteCustomRoutingEndpointTrafficPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8231008Z [00:02:43.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8300427Z [00:02:43.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeBandwidthPackageAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8368885Z [00:02:43.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8437287Z [00:02:43.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DissociateAclsFromListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8505439Z [00:02:43.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAdditionalCertificateWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8574921Z [00:02:43.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8644782Z [00:02:43.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8713364Z [00:02:43.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8781470Z [00:02:43.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateDomainState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8848308Z [00:02:43.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListAvailableAccelerateAreas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8916072Z [00:02:43.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetIpsetsBandwidthLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.8984671Z [00:02:43.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/AssociateAclsWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9053453Z [00:02:43.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBasicAccelerateIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9122030Z [00:02:43.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DisableApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9193759Z [00:02:43.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCustomRoutingEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9261900Z [00:02:44.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9330135Z [00:02:44.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeCustomRoutingEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9400136Z [00:02:44.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ConfigEndpointProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9469247Z [00:02:44.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateCustomRoutingEndpointGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9538633Z [00:02:44.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9606879Z [00:02:44.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBasicEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9675090Z [00:02:44.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBasicAccelerateIpEndpointRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9745786Z [00:02:44.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBandwidthPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9817631Z [00:02:44.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9888103Z [00:02:44.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/GetBasicAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:36.9957516Z [00:02:44.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateServiceManagedControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0025909Z [00:02:44.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListSystemSecurityPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0094350Z [00:02:44.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DetectApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0168161Z [00:02:44.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0241928Z [00:02:44.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateBasicAccelerateIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0310948Z [00:02:44.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateIpSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0382990Z [00:02:44.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/BandwidthPackageAddAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0454541Z [00:02:44.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0530585Z [00:02:44.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListCustomRoutingPortMappings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0604899Z [00:02:44.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/UpdateIpSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0677120Z [00:02:44.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListForwardingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0750664Z [00:02:44.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBandwidthackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0820674Z [00:02:44.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/CreateCustomRoutingEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0892365Z [00:02:44.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/ListBasicAccelerators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.0963122Z [00:02:44.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DescribeAcceleratorAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1034844Z [00:02:44.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ga/DeleteDomainAcceleratorRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1108120Z [00:02:44.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateProductOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1178155Z [00:02:44.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1247785Z [00:02:44.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDatasetFileMetas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1317478Z [00:02:44.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/AcceptDataworksEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1388191Z [00:02:44.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1457076Z [00:02:44.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1540148Z [00:02:44.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateCodeSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1609767Z [00:02:44.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetFileMetasStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1679162Z [00:02:44.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1748167Z [00:02:44.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteModelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1818861Z [00:02:44.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1889268Z [00:02:44.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListWorkspaceUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.1960150Z [00:02:44.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateModelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2031310Z [00:02:44.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetVersionLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2102189Z [00:02:44.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2174373Z [00:02:44.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2245554Z [00:02:44.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateWorkspaceResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2314076Z [00:02:44.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2384481Z [00:02:44.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetJobConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2453132Z [00:02:44.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateWorkspaceResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2522734Z [00:02:44.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDatasetVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2593229Z [00:02:44.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListCodeSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2664297Z [00:02:44.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/PublishCodeSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2734476Z [00:02:44.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2805365Z [00:02:44.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListModels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2874241Z [00:02:44.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.2943223Z [00:02:44.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3013029Z [00:02:44.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3085449Z [00:02:44.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/PublishDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3156680Z [00:02:44.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDatasetJobConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3229472Z [00:02:44.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteRunLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3301916Z [00:02:44.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3375055Z [00:02:44.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/RemoveMemberRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3446162Z [00:02:44.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3516222Z [00:02:44.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetJobConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3584007Z [00:02:44.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3653481Z [00:02:44.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteWorkspaceResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3727481Z [00:02:44.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/StopDatasetJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3798066Z [00:02:44.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3873771Z [00:02:44.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDatasetJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.3947539Z [00:02:44.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListRunMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4020385Z [00:02:44.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4091070Z [00:02:44.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4162826Z [00:02:44.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasetJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4233509Z [00:02:44.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4305812Z [00:02:44.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetCodeSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4376880Z [00:02:44.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetModelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4446527Z [00:02:44.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4519423Z [00:02:44.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListUserConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4594457Z [00:02:44.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4667242Z [00:02:44.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetFileMetas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4751069Z [00:02:44.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/LogRunMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4821330Z [00:02:44.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4890082Z [00:02:44.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListProducts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.4958127Z [00:02:44.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5026586Z [00:02:44.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDatasetJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5096184Z [00:02:44.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/AddMemberRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5164345Z [00:02:44.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteModelVersionLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5233438Z [00:02:44.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5303639Z [00:02:44.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasetFileMetas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5372689Z [00:02:44.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5443380Z [00:02:44.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/AddImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5515917Z [00:02:44.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5588563Z [00:02:44.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5658043Z [00:02:44.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5728977Z [00:02:44.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateModelLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5798068Z [00:02:44.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteExperimentLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5868160Z [00:02:44.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.5939634Z [00:02:44.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateModelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6009423Z [00:02:44.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6080103Z [00:02:44.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasetJobConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6150527Z [00:02:44.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/RemoveImageLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6220148Z [00:02:44.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6289735Z [00:02:44.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/SetExperimentLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6360165Z [00:02:44.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetVersionLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6429636Z [00:02:44.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListImageLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6503284Z [00:02:44.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6574304Z [00:02:44.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/SetUserConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6645829Z [00:02:44.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteModelLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6719129Z [00:02:44.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateCodeSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6796399Z [00:02:44.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6866463Z [00:02:44.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.6939115Z [00:02:44.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/PublishImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7008356Z [00:02:44.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7077349Z [00:02:44.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7147737Z [00:02:44.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteUserConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7216870Z [00:02:44.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7286043Z [00:02:44.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7354942Z [00:02:44.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateModelVersionLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7424972Z [00:02:44.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListRuns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7492747Z [00:02:44.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7563415Z [00:02:44.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetFileMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7632260Z [00:02:44.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteCodeSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7700590Z [00:02:44.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateDefaultWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7770012Z [00:02:44.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7839618Z [00:02:44.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7911030Z [00:02:44.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/RemoveImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.7980762Z [00:02:44.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListModelVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8051689Z [00:02:44.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8123689Z [00:02:44.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8193278Z [00:02:44.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8262137Z [00:02:44.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDatasetJobConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8330886Z [00:02:44.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8403917Z [00:02:44.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListDatasetVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8476909Z [00:02:44.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDatasetFileMetas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8546874Z [00:02:44.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8615696Z [00:02:44.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/DeleteDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8685545Z [00:02:44.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/UpdateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8755804Z [00:02:44.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/AddImageLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8824658Z [00:02:44.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/CreateDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8894075Z [00:02:44.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/ListWorkspaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.8963224Z [00:02:44.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDefaultWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9033819Z [00:02:44.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/aiworkspace/GetDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9107597Z [00:02:44.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/DeleteExperimentPlanTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9178633Z [00:02:44.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/UpdateExperimentPlanTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9247983Z [00:02:45.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9317040Z [00:02:45.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/UpdateExperimentPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9385793Z [00:02:45.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/CreateExperimentPlanTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9456285Z [00:02:45.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetResourcePredictResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9526294Z [00:02:45.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListExperiments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9593143Z [00:02:45.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListExperimentPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9664135Z [00:02:45.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/DeleteExperimentPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9732689Z [00:02:45.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetExperimentPlanTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9804253Z [00:02:45.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9875116Z [00:02:45.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/DeleteExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:37.9947170Z [00:02:45.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0020158Z [00:02:45.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/CheckServiceLinkedRoleEfloCnpForDeleting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0091139Z [00:02:45.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetWorkload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0163058Z [00:02:45.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/CreateResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0233705Z [00:02:45.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetExperimentPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0302700Z [00:02:45.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/StopExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0372839Z [00:02:45.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListWorkloads.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0442966Z [00:02:45.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ListExperimentPlanTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0514106Z [00:02:45.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0591966Z [00:02:45.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/ValidateResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0663359Z [00:02:45.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0732920Z [00:02:45.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/CreateExperimentPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0801329Z [00:02:45.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0873887Z [00:02:45.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-cnp/GetExperimentResultData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.0945991Z [00:02:45.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoSyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1017071Z [00:02:45.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateRepoBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1087805Z [00:02:45.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListArtifactSubscriptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1157705Z [00:02:45.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1227781Z [00:02:45.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateBuildRecordByRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1297497Z [00:02:45.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListInstanceRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1371537Z [00:02:45.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1444734Z [00:02:45.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoSyncTaskByRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1516083Z [00:02:45.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1585645Z [00:02:45.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1658214Z [00:02:45.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListScanMaliciousFileByTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1727730Z [00:02:45.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1800697Z [00:02:45.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1871884Z [00:02:45.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepoTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.1944132Z [00:02:45.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2014147Z [00:02:45.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateBuildRecordByRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2084087Z [00:02:45.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2156688Z [00:02:45.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2226089Z [00:02:45.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2294871Z [00:02:45.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoSyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2364830Z [00:02:45.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2433994Z [00:02:45.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateInstanceVpcEndpointLinkedVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2503539Z [00:02:45.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2571699Z [00:02:45.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepoSyncRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2640201Z [00:02:45.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2707662Z [00:02:45.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteChartRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2775638Z [00:02:45.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2844129Z [00:02:45.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2913850Z [00:02:45.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteInstanceEndpointAclPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.2981158Z [00:02:45.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoSyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3050796Z [00:02:45.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3123661Z [00:02:45.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3194072Z [00:02:45.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoBuildRecordLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3261729Z [00:02:45.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateRepoTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3330638Z [00:02:45.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoSyncRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3401986Z [00:02:45.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateArtifactSubscriptionTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3471378Z [00:02:45.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CancelRepoSyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3540814Z [00:02:45.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChartRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3610641Z [00:02:45.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3679992Z [00:02:45.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListEventCenterRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3750066Z [00:02:45.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactSubscriptionTaskResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3820415Z [00:02:45.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteArtifactSubscriptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3891721Z [00:02:45.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.3962353Z [00:02:45.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoTagScanResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4035249Z [00:02:45.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChainInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4105311Z [00:02:45.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstanceCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4174488Z [00:02:45.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4245130Z [00:02:45.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListScanBaselineByTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4320856Z [00:02:45.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4395075Z [00:02:45.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactSubscriptionTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4467032Z [00:02:45.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoSourceCodeRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4539694Z [00:02:45.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4611626Z [00:02:45.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListArtifactLifecycleRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4681865Z [00:02:45.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateEventCenterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4752571Z [00:02:45.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoTagScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4822203Z [00:02:45.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CancelRepoBuildRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4892571Z [00:02:45.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.4963575Z [00:02:45.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoTagScanSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5034598Z [00:02:45.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteInstanceVpcEndpointLinkedVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5106528Z [00:02:45.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateInstanceEndpointAclPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5177683Z [00:02:45.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateArtifactBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5247572Z [00:02:45.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5318494Z [00:02:45.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListEventCenterRuleName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5390940Z [00:02:45.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactSubscriptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5461731Z [00:02:45.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepoTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5533556Z [00:02:45.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoBuildRecordStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5605800Z [00:02:45.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoBuildRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5676429Z [00:02:45.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactBuildTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5746040Z [00:02:45.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5814813Z [00:02:45.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5884401Z [00:02:45.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.5954910Z [00:02:45.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateArtifactSubscriptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6023703Z [00:02:45.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetAuthorizationToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6091771Z [00:02:45.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListArtifactSubscriptionTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6160385Z [00:02:45.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateArtifactLifecycleRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6229613Z [00:02:45.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteRepoBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6298529Z [00:02:45.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6369292Z [00:02:45.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6439637Z [00:02:45.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6509116Z [00:02:45.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteEventCenterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6579276Z [00:02:45.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ResetLoginPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6649506Z [00:02:45.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateArtifactLifecycleRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6721090Z [00:02:45.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6791034Z [00:02:45.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6860214Z [00:02:45.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6928757Z [00:02:45.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListArtifactBuildTaskLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.6997396Z [00:02:45.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateInstanceEndpointStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7065072Z [00:02:45.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoSyncRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7132702Z [00:02:45.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateArtifactSubscriptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7199851Z [00:02:45.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteArtifactLifecycleRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7269289Z [00:02:45.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7337470Z [00:02:45.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7405612Z [00:02:45.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoBuildRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7474705Z [00:02:45.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7543690Z [00:02:45.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7613409Z [00:02:45.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7682374Z [00:02:45.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CancelArtifactBuildTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7750432Z [00:02:45.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/DeleteNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7818206Z [00:02:45.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstanceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7886449Z [00:02:45.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.7954928Z [00:02:45.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/UpdateRepoSourceCodeRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8022263Z [00:02:45.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/CreateRepoSourceCodeRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8093522Z [00:02:45.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetInstanceVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8160925Z [00:02:45.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetArtifactLifecycleRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8228810Z [00:02:45.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/GetRepoTagScanStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8296726Z [00:02:45.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cr/ListRepoTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8365737Z [00:02:45.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/StartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8432888Z [00:02:45.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8500934Z [00:02:45.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/CreateInstanceSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8569041Z [00:02:45.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstanceMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8637814Z [00:02:45.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/StopInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8706032Z [00:02:45.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetIdleInstanceCuller.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8778019Z [00:02:45.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListInstanceSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8850483Z [00:02:45.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstanceShutdownTimer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8924903Z [00:02:45.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/CreateInstanceShutdownTimer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.8996051Z [00:02:45.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/CreateIdleInstanceCuller.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9064262Z [00:02:45.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9133530Z [00:02:45.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetLifecycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9203091Z [00:02:45.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9272946Z [00:02:46.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteInstanceLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9342372Z [00:02:46.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9411271Z [00:02:46.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteInstanceShutdownTimer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9480806Z [00:02:46.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListEcsSpecs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9549868Z [00:02:46.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstanceEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9620621Z [00:02:46.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9690213Z [00:02:46.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetUserCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9760774Z [00:02:46.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetUserConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9835790Z [00:02:46.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstanceSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9907028Z [00:02:46.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteIdleInstanceCuller.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:38.9977226Z [00:02:46.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListSystemLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0046862Z [00:02:46.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0116099Z [00:02:46.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/GetResourceGroupStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0185893Z [00:02:46.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/ListInstanceStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0257568Z [00:02:46.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/DeleteInstanceSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0326251Z [00:02:46.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/UpdateInstanceLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0395105Z [00:02:46.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dsw/UpdateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0464505Z [00:02:46.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/DeleteVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0536271Z [00:02:46.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/ModifyVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0612215Z [00:02:46.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/AcceptVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0683705Z [00:02:46.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0754541Z [00:02:46.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/RejectVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0826074Z [00:02:46.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0896961Z [00:02:46.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/CreateVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.0968287Z [00:02:46.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/ListVpcPeerConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1039157Z [00:02:46.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1109290Z [00:02:46.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1180429Z [00:02:46.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcpeer/GetVpcPeerConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1254112Z [00:02:46.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteDeploymentJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1324259Z [00:02:46.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UploadUserCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1393944Z [00:02:46.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateCertificateWithCsrRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1461760Z [00:02:46.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UpdateDeploymentJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1531374Z [00:02:46.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1600408Z [00:02:46.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCsr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1672033Z [00:02:46.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UploadCsr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1746144Z [00:02:46.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribePackageState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1817357Z [00:02:46.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListDeploymentJobResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1888571Z [00:02:46.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateDeploymentJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.1959420Z [00:02:46.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/Verify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2029822Z [00:02:46.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UpdateCsr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2100254Z [00:02:46.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/GetCsrDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2169941Z [00:02:46.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/Decrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2238088Z [00:02:46.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateCertificateRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2307156Z [00:02:46.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListWorkerResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2376867Z [00:02:46.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribeDeploymentJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2446440Z [00:02:46.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteCertificateRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2515269Z [00:02:46.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeletePCACert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2582724Z [00:02:46.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteUserCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2650911Z [00:02:46.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCloudAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2719137Z [00:02:46.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2804846Z [00:02:46.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UpdateDeploymentJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2876498Z [00:02:46.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCloudResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.2945605Z [00:02:46.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3015458Z [00:02:46.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/Sign.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3089162Z [00:02:46.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/RenewCertificateOrderForPackageRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3159796Z [00:02:46.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateCertificateForPackageRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3232801Z [00:02:46.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/GetCertWarehouseQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3304712Z [00:02:46.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CancelCertificateForPackageRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3377374Z [00:02:46.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListDeploymentJobCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3446407Z [00:02:46.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteWorkerResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3516448Z [00:02:46.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/Encrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3587619Z [00:02:46.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribeDeploymentJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3656854Z [00:02:46.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CreateCsr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3727015Z [00:02:46.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListUserCertificateOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3796056Z [00:02:46.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListCertWarehouse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3867077Z [00:02:46.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DeleteCsr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.3936532Z [00:02:46.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/UpdateWorkerResourceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4007100Z [00:02:46.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribeCloudResourceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4077032Z [00:02:46.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/CancelOrderRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4150186Z [00:02:46.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/DescribeCertificateState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4222882Z [00:02:46.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/GetUserCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4294637Z [00:02:46.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cas/ListDeploymentJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4368529Z [00:02:46.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterVpcAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4438424Z [00:02:46.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterRouteTableAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4510743Z [00:02:46.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeChildInstanceRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4583094Z [00:02:46.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4654067Z [00:02:46.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteFlowlog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4722643Z [00:02:46.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4792537Z [00:02:46.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenInterRegionTrafficQosQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4861388Z [00:02:46.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateFlowlog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.4930787Z [00:02:46.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenAttachedChildInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5000286Z [00:02:46.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterMulticastDomainVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5072254Z [00:02:46.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5142322Z [00:02:46.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RegisterTransitRouterMulticastGroupMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5213136Z [00:02:46.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeGrantRulesToResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5283274Z [00:02:46.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterCidrAllocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5351845Z [00:02:46.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/PublishRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5421369Z [00:02:46.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5491544Z [00:02:46.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListCenInterRegionTrafficQosPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5566598Z [00:02:46.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterVpcAttachmentZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5636501Z [00:02:46.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5705629Z [00:02:46.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5776617Z [00:02:46.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5847265Z [00:02:46.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterVpnAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5919696Z [00:02:46.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterMulticastDomainAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.5990617Z [00:02:46.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DisableTransitRouterRouteTablePropagation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6064292Z [00:02:46.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyCenAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6136011Z [00:02:46.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UnroutePrivateZoneInCenToVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6205673Z [00:02:46.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenChildInstanceRouteEntryToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6275335Z [00:02:46.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterVpnAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6347263Z [00:02:46.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6417942Z [00:02:46.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterPeerAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6489877Z [00:02:46.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6558339Z [00:02:46.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CheckTransitRouterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6629113Z [00:02:46.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterVbrAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6700707Z [00:02:46.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenRouteMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6771667Z [00:02:46.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6840405Z [00:02:46.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6908516Z [00:02:46.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeGeographicRegionMembership.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.6976378Z [00:02:46.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterVpnAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7046580Z [00:02:46.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeregisterTransitRouterMulticastGroupMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7115148Z [00:02:46.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ReplaceTransitRouterRouteTableAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7186258Z [00:02:46.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterVbrAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7257555Z [00:02:46.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenChildInstanceRouteEntryToAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7330342Z [00:02:46.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ActiveFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7403194Z [00:02:46.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenGeographicSpanRemainingBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7473648Z [00:02:46.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenInterRegionTrafficQosQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7544389Z [00:02:46.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterEcrAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7614323Z [00:02:46.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterVpcAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7684279Z [00:02:46.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/TempUpgradeCenBandwidthPackageSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7754714Z [00:02:46.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterPeerAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7826358Z [00:02:46.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenChildInstanceRouteEntryToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7895850Z [00:02:46.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.7964126Z [00:02:46.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouteTableAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8033639Z [00:02:46.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RefreshTransitRouteTableAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8105196Z [00:02:46.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8174770Z [00:02:46.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyTransitRouterCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8246517Z [00:02:46.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/EnableCenVbrHealthCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8316412Z [00:02:46.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenRouteMaps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8386504Z [00:02:46.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyTrafficMatchRuleToTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8455480Z [00:02:46.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8527517Z [00:02:46.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/OpenTransitRouterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8599835Z [00:02:46.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyFlowLogAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8670061Z [00:02:46.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8744075Z [00:02:46.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenInterRegionBandwidthLimits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8815190Z [00:02:46.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterEcrAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8886104Z [00:02:46.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.8955986Z [00:02:46.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9025829Z [00:02:46.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9093923Z [00:02:46.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterPrefixListAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9161673Z [00:02:46.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9233003Z [00:02:46.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListCenChildInstanceRouteEntriesToAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9302653Z [00:02:47.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9375502Z [00:02:47.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DisableCenVbrHealthCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9447682Z [00:02:47.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterEcrAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9520615Z [00:02:47.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterPrefixListAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9592347Z [00:02:47.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterPrefixListAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9664347Z [00:02:47.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9734630Z [00:02:47.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyCenBandwidthPackageAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9803395Z [00:02:47.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9873562Z [00:02:47.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterRouteTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:39.9942300Z [00:02:47.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AssociateCenBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0014075Z [00:02:47.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RegisterTransitRouterMulticastGroupSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0083900Z [00:02:47.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/WithdrawPublishedRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0154056Z [00:02:47.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenGeographicSpans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0223007Z [00:02:47.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0294427Z [00:02:47.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DissociateTransitRouterAttachmentFromRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0365052Z [00:02:47.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterVbrAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0435368Z [00:02:47.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0504154Z [00:02:47.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenRegionDomainRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0577161Z [00:02:47.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeGrantRulesToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0651374Z [00:02:47.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeregisterTransitRouterMulticastGroupSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0724227Z [00:02:47.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTrafficMarkingPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0799079Z [00:02:47.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0870567Z [00:02:47.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterPeerAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.0942169Z [00:02:47.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/EnableTransitRouterRouteTablePropagation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1014024Z [00:02:47.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListGrantVSwitchEnis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1085133Z [00:02:47.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/SetCenInterRegionBandwidthLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1156558Z [00:02:47.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/GrantInstanceToTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1227268Z [00:02:47.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterVbrAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1303692Z [00:02:47.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenRouteMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1378695Z [00:02:47.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTrafficMarkingPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1452222Z [00:02:47.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyTransitRouteTableAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1525024Z [00:02:47.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouteTableAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1596140Z [00:02:47.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteRouteServiceInCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1667097Z [00:02:47.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenChildInstanceRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1737615Z [00:02:47.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeRouteConflict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1809092Z [00:02:47.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1880584Z [00:02:47.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenAttachedChildInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.1952008Z [00:02:47.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ResolveAndRouteServiceInCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2022859Z [00:02:47.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenInterRegionTrafficQosPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2092920Z [00:02:47.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCens.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2164578Z [00:02:47.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeTransitRouteTableAggregationDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2236201Z [00:02:47.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterRouteTablePropagations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2306918Z [00:02:47.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyCenRouteMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2377556Z [00:02:47.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2447444Z [00:02:47.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterEcrAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2516408Z [00:02:47.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UnassociateCenBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2585311Z [00:02:47.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteTransitRouterVpnAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2654521Z [00:02:47.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateTransitRouterVpcAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2725238Z [00:02:47.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeleteCenInterRegionTrafficQosPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2794543Z [00:02:47.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeFlowlogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2867086Z [00:02:47.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterMulticastDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.2938529Z [00:02:47.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3008650Z [00:02:47.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenBandwidthPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3079077Z [00:02:47.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AssociateTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3148594Z [00:02:47.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenPrivateZoneRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3219071Z [00:02:47.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DeactiveFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3288822Z [00:02:47.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3358854Z [00:02:47.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RevokeInstanceFromTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3429897Z [00:02:47.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeTransitRouteTableAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3501450Z [00:02:47.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3571527Z [00:02:47.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3641493Z [00:02:47.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateCenBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3715116Z [00:02:47.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterPeerAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3790318Z [00:02:47.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeRouteServicesInCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3862328Z [00:02:47.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AttachCenChildInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.3935839Z [00:02:47.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DisassociateTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4007977Z [00:02:47.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribePublishedRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4078589Z [00:02:47.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterVpcAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4149216Z [00:02:47.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4220999Z [00:02:47.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListCenInterRegionTrafficQosQueues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4290876Z [00:02:47.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListGrantVSwitchesToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4368362Z [00:02:47.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/RoutePrivateZoneInCenToVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4438907Z [00:02:47.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouterMulticastGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4509517Z [00:02:47.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/AssociateTransitRouterAttachmentWithRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4578093Z [00:02:47.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ListTransitRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4648961Z [00:02:47.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/CreateTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4719560Z [00:02:47.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DescribeCenVbrHealthCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4793630Z [00:02:47.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/ModifyCenBandwidthPackageSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4865274Z [00:02:47.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cbn/DetachCenChildInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.4939195Z [00:02:47.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreatePolicyAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5011359Z [00:02:47.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateHttpApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5081430Z [00:02:47.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5150306Z [00:02:47.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListConsumers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5219056Z [00:02:47.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5291516Z [00:02:47.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5360697Z [00:02:47.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/RestartGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5432847Z [00:02:47.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateHttpApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5503168Z [00:02:47.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteHttpApiRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5574940Z [00:02:47.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateAndAttachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5645058Z [00:02:47.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetHttpApiRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5715871Z [00:02:47.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteGatewaySecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5783663Z [00:02:47.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetResourceOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5851847Z [00:02:47.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetHttpApiOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5922551Z [00:02:47.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListPluginAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.5994132Z [00:02:47.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetTraceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6064435Z [00:02:47.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/RemoveConsumerAuthorizationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6137365Z [00:02:47.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6209484Z [00:02:47.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6279563Z [00:02:47.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateGatewayName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6348469Z [00:02:47.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateHttpApiRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6417691Z [00:02:47.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateConsumerAuthorizationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6490904Z [00:02:47.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteHttpApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6559780Z [00:02:47.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6629065Z [00:02:47.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetConsumerAuthorizationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6700209Z [00:02:47.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeletePolicyAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6770860Z [00:02:47.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6840341Z [00:02:47.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeletePluginAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6910984Z [00:02:47.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteHttpApiOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.6980332Z [00:02:47.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7050942Z [00:02:47.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetPluginAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7121317Z [00:02:47.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateHttpApiOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7190687Z [00:02:47.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7259691Z [00:02:47.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7329611Z [00:02:47.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7399287Z [00:02:47.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateAndAttachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7469211Z [00:02:47.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UndeployHttpApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7539513Z [00:02:47.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ExportHttpApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7609674Z [00:02:47.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateHttpApiOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7679370Z [00:02:47.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetDashboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7751598Z [00:02:47.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7821877Z [00:02:47.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7891806Z [00:02:47.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListHttpApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.7960797Z [00:02:47.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateHttpApiRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8030208Z [00:02:47.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8098488Z [00:02:47.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8167896Z [00:02:47.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8237277Z [00:02:47.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateGatewayFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8307045Z [00:02:47.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateConsumerAuthorizationRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8380226Z [00:02:47.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/QueryConsumerAuthorizationRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8452150Z [00:02:47.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8524416Z [00:02:47.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8593129Z [00:02:47.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListSslCerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8662112Z [00:02:47.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ImportHttpApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8734228Z [00:02:47.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteConsumerAuthorizationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8804578Z [00:02:47.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListHttpApiOperations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8876786Z [00:02:47.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeployHttpApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.8947733Z [00:02:47.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9020064Z [00:02:47.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/DeleteService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9092042Z [00:02:47.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9163534Z [00:02:47.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9235611Z [00:02:48.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9305932Z [00:02:48.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateConsumerAuthorizationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9377776Z [00:02:48.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9451311Z [00:02:48.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListPolicyClasses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9521102Z [00:02:48.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListHttpApiRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9591149Z [00:02:48.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetHttpApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9660471Z [00:02:48.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListEnvironments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9727781Z [00:02:48.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetPolicyAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9796857Z [00:02:48.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreateGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9866927Z [00:02:48.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/ListDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:40.9937965Z [00:02:48.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdatePluginAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0009105Z [00:02:48.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0078816Z [00:02:48.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/AddGatewaySecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0176127Z [00:02:48.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/CreatePluginAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0249976Z [00:02:48.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/BatchDeleteConsumerAuthorizationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0326441Z [00:02:48.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/GetGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0405365Z [00:02:48.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpgradeGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0475745Z [00:02:48.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/apig/UpdateConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0546324Z [00:02:48.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListAllProds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0623552Z [00:02:48.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertScene.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0693838Z [00:02:48.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCloudSiemAssetsCounter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0765940Z [00:02:48.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeLogSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0833409Z [00:02:48.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostAutomateResponseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0902755Z [00:02:48.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListCustomizeRuleTestResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.0972371Z [00:02:48.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ModifyDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1044560Z [00:02:48.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeDataSourceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1116641Z [00:02:48.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListAutomateResponseConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1187318Z [00:02:48.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1257372Z [00:02:48.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertsWithEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1327268Z [00:02:48.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCloudSiemEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1397400Z [00:02:48.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCloudSiemEventDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1466443Z [00:02:48.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListDisposeStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1536967Z [00:02:48.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeEventCountByThreatLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1608347Z [00:02:48.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAutomateResponseConfigCounter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1680126Z [00:02:48.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeWafScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1754353Z [00:02:48.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostCustomizeRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1829890Z [00:02:48.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/CloseDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1902267Z [00:02:48.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCustomizeRuleCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.1973029Z [00:02:48.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListImportedLogsByProd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.2042308Z [00:02:48.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/UpdateAutomateResponseConfigStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.2122801Z [00:02:48.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ModifyDataSourceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.2201085Z [00:02:48.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeImportedLogCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.2275005Z [00:02:48.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeOperators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.2346427Z [00:02:48.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListDataSourceLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.2436314Z [00:02:48.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/GetStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.2507558Z [00:02:48.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeUserBuyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.2577146Z [00:02:48.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.2649426Z [00:02:48.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertsWithEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.2723518Z [00:02:48.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeDisposeStrategyPlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.2795316Z [00:02:48.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListDataSourceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.2865800Z [00:02:48.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostEventDisposeAndWhiteruleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.2936000Z [00:02:48.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3005808Z [00:02:48.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/GetCapacity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3075091Z [00:02:48.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListRdUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3142820Z [00:02:48.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/EnableServiceForCloudSiem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3213604Z [00:02:48.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/AddUserSourceLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3284284Z [00:02:48.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListCloudSiemPredefinedRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3354040Z [00:02:48.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteAutomateResponseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3425709Z [00:02:48.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAutomateResponseConfigFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3495882Z [00:02:48.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/SubmitImportLogTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3566334Z [00:02:48.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAutomateResponseConfigPlayBooks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3636137Z [00:02:48.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3707097Z [00:02:48.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ModifyBindAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3777713Z [00:02:48.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3846838Z [00:02:48.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteWhiteRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3915690Z [00:02:48.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/UpdateWhiteRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.3984902Z [00:02:48.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertSourceWithEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4054140Z [00:02:48.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertSceneByEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4121794Z [00:02:48.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/RestoreCapacity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4190541Z [00:02:48.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/OpenDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4258494Z [00:02:48.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/SetStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4329995Z [00:02:48.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/AddDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4401342Z [00:02:48.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostRuleStatusChange.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4470929Z [00:02:48.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteBindAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4540657Z [00:02:48.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4611788Z [00:02:48.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListAccountAccessId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4679435Z [00:02:48.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCloudSiemAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4747873Z [00:02:48.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4816665Z [00:02:48.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeLogFields.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4886997Z [00:02:48.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeDataSourceParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.4956629Z [00:02:48.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListBindAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5026133Z [00:02:48.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCustomizeRuleTest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5096157Z [00:02:48.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteDataSourceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5164893Z [00:02:48.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostFinishCustomizeRuleTest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5233699Z [00:02:48.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListAccountsByLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5307721Z [00:02:48.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListBindDataSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5380051Z [00:02:48.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeDisposeAndPlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5452697Z [00:02:48.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/AddDataSourceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5522575Z [00:02:48.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostEventWhiteruleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5593483Z [00:02:48.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/BindAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5664475Z [00:02:48.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListCloudSiemCustomizeRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5734051Z [00:02:48.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeEventDispose.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5802972Z [00:02:48.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DeleteCustomizeRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5872296Z [00:02:48.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeProdCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.5941959Z [00:02:48.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeWhiteRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6011382Z [00:02:48.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertsCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6079339Z [00:02:48.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/EnableAccessForCloudSiem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6147329Z [00:02:48.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeScopeUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6221025Z [00:02:48.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAggregateFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6293624Z [00:02:48.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/PostCustomizeRuleTest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6364350Z [00:02:48.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6433207Z [00:02:48.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/ListProjectLogStores.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6501768Z [00:02:48.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeCustomizeRuleTestHistogram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6570400Z [00:02:48.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeLogType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6640038Z [00:02:48.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeAlertType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6710831Z [00:02:48.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloud-siem/DescribeEntityInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6782253Z [00:02:48.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6853941Z [00:02:48.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateNetTestTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6926346Z [00:02:48.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeSendFileResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.6996319Z [00:02:48.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/UpdateNodeGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7066308Z [00:02:48.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ReimageNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7136922Z [00:02:48.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListFreeNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7207713Z [00:02:48.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ShrinkCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7278648Z [00:02:48.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListMachineTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7350670Z [00:02:48.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListDiagnosticResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7420742Z [00:02:48.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DeleteNodeGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7490704Z [00:02:48.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7559504Z [00:02:48.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7629820Z [00:02:48.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7701374Z [00:02:48.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListClusterNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7771990Z [00:02:48.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7844651Z [00:02:48.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListVscs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7914876Z [00:02:48.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.7985301Z [00:02:48.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8057499Z [00:02:48.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8127479Z [00:02:48.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeInvocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8199092Z [00:02:48.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ExtendCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8272924Z [00:02:48.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeDiagnosticResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8343058Z [00:02:48.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/StopInvocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8413450Z [00:02:48.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateNodeGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8482274Z [00:02:48.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/SendFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8552076Z [00:02:48.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListNodeGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8620746Z [00:02:48.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8688833Z [00:02:48.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListUserClusterTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8757866Z [00:02:48.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8826925Z [00:02:48.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeVsc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8896970Z [00:02:48.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListNetTestResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.8965862Z [00:02:48.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/StopNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9034806Z [00:02:48.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/RunCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9101943Z [00:02:48.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ListMachineNetworkInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9170609Z [00:02:48.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9245226Z [00:02:49.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CloseSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9318281Z [00:02:49.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9393610Z [00:02:49.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/ApproveOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9466496Z [00:02:49.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeNetTestResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9544210Z [00:02:49.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateVsc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9620322Z [00:02:49.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9698743Z [00:02:49.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/CreateDiagnosticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9769548Z [00:02:49.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DeleteVsc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9841040Z [00:02:49.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/RebootNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9912034Z [00:02:49.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo-controller/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:41.9986785Z [00:02:49.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccountSecurityPracticeReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.0066886Z [00:02:49.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RestoreAccessKeyFromRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.0147862Z [00:02:49.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.0224877Z [00:02:49.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListPasskeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.0294434Z [00:02:49.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetUserInRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.0363348Z [00:02:49.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RemoveClientIdFromOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.0431475Z [00:02:49.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateSAMLProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.0499288Z [00:02:49.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetUserSsoSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.0576580Z [00:02:49.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetGovernanceReportStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.0652651Z [00:02:49.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/AddUserToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.0724447Z [00:02:49.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetDefaultDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.0794897Z [00:02:49.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.0864706Z [00:02:49.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteAccessKeyInRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.0933250Z [00:02:49.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1003744Z [00:02:49.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateVirtualMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1075058Z [00:02:49.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ProvisionApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1145815Z [00:02:49.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetSecurityPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1215249Z [00:02:49.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RemoveFingerprintFromOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1283144Z [00:02:49.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeletePasskey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1364158Z [00:02:49.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetVerificationInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1435178Z [00:02:49.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAppSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1504368Z [00:02:49.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetApplicationProvisionInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1573141Z [00:02:49.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListAppSecretIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1640437Z [00:02:49.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1711232Z [00:02:49.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateAppSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1779417Z [00:02:49.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListApplicationProvisionInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1848240Z [00:02:49.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetVerificationInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1917950Z [00:02:49.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListUserBasicInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.1987756Z [00:02:49.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2056707Z [00:02:49.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetSAMLProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2128665Z [00:02:49.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2199717Z [00:02:49.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2268434Z [00:02:49.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccountMFAInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2337337Z [00:02:49.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdatePasskey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2405965Z [00:02:49.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListSAMLProviders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2474127Z [00:02:49.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UnbindMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2541059Z [00:02:49.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2608886Z [00:02:49.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DisableVirtualMFA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2677281Z [00:02:49.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2745152Z [00:02:49.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2819891Z [00:02:49.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2890052Z [00:02:49.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RemoveUserFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.2962720Z [00:02:49.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3031894Z [00:02:49.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/AddFingerprintToOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3100958Z [00:02:49.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateSAMLProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3171227Z [00:02:49.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ChangePassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3244737Z [00:02:49.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/RestoreUserFromRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3316469Z [00:02:49.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListOIDCProviders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3387637Z [00:02:49.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetDefaultDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3458107Z [00:02:49.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GenerateGovernanceReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3528552Z [00:02:49.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3599208Z [00:02:49.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccountSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3672723Z [00:02:49.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3746669Z [00:02:49.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3818322Z [00:02:49.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListExternalApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3890557Z [00:02:49.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListUsersInRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.3961724Z [00:02:49.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4050599Z [00:02:49.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeprovisionExternalApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4130930Z [00:02:49.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4215658Z [00:02:49.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListVirtualMFADevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4288285Z [00:02:49.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetUserMFAInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4361697Z [00:02:49.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListRecentGovernanceMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4433296Z [00:02:49.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4504213Z [00:02:49.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4576040Z [00:02:49.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4646383Z [00:02:49.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeprovisionApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4713902Z [00:02:49.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4782531Z [00:02:49.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4850704Z [00:02:49.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/BindMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4918149Z [00:02:49.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteAppSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.4986631Z [00:02:49.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteUserInRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5054828Z [00:02:49.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/AddClientIdToOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5123523Z [00:02:49.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteSAMLProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5193110Z [00:02:49.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5261149Z [00:02:49.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccessKeyInfoInRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5329294Z [00:02:49.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetExternalApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5398824Z [00:02:49.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListPredefinedScopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5470597Z [00:02:49.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetSecurityPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5538857Z [00:02:49.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteVirtualMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5610234Z [00:02:49.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5679134Z [00:02:49.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListAccessKeysInRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5747684Z [00:02:49.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListGroupsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5815225Z [00:02:49.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5884556Z [00:02:49.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.5953906Z [00:02:49.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListUsersForGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6022146Z [00:02:49.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UnbindVerification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6091448Z [00:02:49.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/UpdateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6161124Z [00:02:49.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/SetUserSsoSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6231390Z [00:02:49.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/CreateAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6301352Z [00:02:49.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetGovernanceItemReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6369406Z [00:02:49.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6441143Z [00:02:49.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/DeleteAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6511750Z [00:02:49.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ListAccessKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6582115Z [00:02:49.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/ProvisionExternalApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6653931Z [00:02:49.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GenerateCredentialReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6723853Z [00:02:49.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetAccessKeyLastUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6794877Z [00:02:49.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6866560Z [00:02:49.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ims/GetCredentialReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.6939867Z [00:02:49.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7011710Z [00:02:49.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7080981Z [00:02:49.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteExtension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7150400Z [00:02:49.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CancelCreateIndexJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7220304Z [00:02:49.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7290475Z [00:02:49.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteStreamingJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7359492Z [00:02:49.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetSecretValue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7427736Z [00:02:49.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetSupabaseProjectApiKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7497293Z [00:02:49.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/TextEmbedding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7567691Z [00:02:49.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResumeDataRedistribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7641380Z [00:02:49.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/PauseDataRedistribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7711598Z [00:02:49.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetSupabaseProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7785969Z [00:02:49.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSQLLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7858481Z [00:02:49.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceSupportMaxPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.7931699Z [00:02:49.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8002339Z [00:02:49.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UnbindDBResourceGroupWithRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8072023Z [00:02:49.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResetIMVMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8140676Z [00:02:49.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyExternalDataService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8210868Z [00:02:49.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateDocumentCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8280208Z [00:02:49.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListStreamingDataServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8349557Z [00:02:49.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateRemoteADBDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8420003Z [00:02:49.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceDeploymentMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8489507Z [00:02:49.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpgradeExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8562712Z [00:02:49.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListCollections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8637192Z [00:02:49.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8708156Z [00:02:49.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListSchemas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8778424Z [00:02:49.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpsertCollectionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8849284Z [00:02:49.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceErrorLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8920799Z [00:02:49.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBClusterNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.8990934Z [00:02:49.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9060034Z [00:02:49.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListExternalDataServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9131303Z [00:02:49.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpdateDBInstancePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9202667Z [00:02:49.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpsertChunks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9273362Z [00:02:50.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9344121Z [00:02:50.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/AllocateInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9413047Z [00:02:50.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteJDBCDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9485384Z [00:02:50.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9556003Z [00:02:50.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDocumentCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9627521Z [00:02:50.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CancelUploadDocumentJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9697570Z [00:02:50.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9768658Z [00:02:50.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstancePlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9839841Z [00:02:50.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeJDBCDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9912247Z [00:02:50.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:42.9984128Z [00:02:50.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0054899Z [00:02:50.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDownloadSQLLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0124797Z [00:02:50.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListIndices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0194108Z [00:02:50.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/EnableDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0263192Z [00:02:50.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0333252Z [00:02:50.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CancelUpsertCollectionDataJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0403886Z [00:02:50.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceDiagnosisSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0473836Z [00:02:50.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceNetworkType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0542720Z [00:02:50.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0621812Z [00:02:50.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/PauseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0694080Z [00:02:50.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ReleaseInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0763527Z [00:02:50.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0833099Z [00:02:50.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDiagnosisSQLInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0903550Z [00:02:50.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDataSharePerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.0974348Z [00:02:50.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeUserEncryptionKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1047121Z [00:02:50.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/RestartDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1117481Z [00:02:50.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResumeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1186966Z [00:02:50.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDataBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1256983Z [00:02:50.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetStatementResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1327485Z [00:02:50.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1396884Z [00:02:50.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeWaitingSQLInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1467105Z [00:02:50.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceDataBloat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1536339Z [00:02:50.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeStreamingJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1606976Z [00:02:50.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpdateCollectionDataMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1676580Z [00:02:50.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1746004Z [00:02:50.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeStreamingDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1815514Z [00:02:50.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeLogBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1884394Z [00:02:50.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListExternalDataSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.1952869Z [00:02:50.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteVectorIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2022365Z [00:02:50.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2094845Z [00:02:50.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/BindDBResourceGroupWithRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2167410Z [00:02:50.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateExternalDataService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2238293Z [00:02:50.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpsertCollectionDataAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2307912Z [00:02:50.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDiagnosisDimensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2375746Z [00:02:50.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteHadoopDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2444203Z [00:02:50.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeStreamingDataService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2513319Z [00:02:50.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2583173Z [00:02:50.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2652542Z [00:02:50.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2722725Z [00:02:50.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/InitVectorDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2793094Z [00:02:50.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifySQLCollectorPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2861403Z [00:02:50.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeRdsVSwitchs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2930115Z [00:02:50.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.2998586Z [00:02:50.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBClusterPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3066936Z [00:02:50.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDiagnosisRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3136178Z [00:02:50.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3211348Z [00:02:50.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3283954Z [00:02:50.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeActiveSQLRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3355540Z [00:02:50.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3424344Z [00:02:50.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyJDBCDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3493222Z [00:02:50.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3561230Z [00:02:50.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DisableDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3630422Z [00:02:50.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListStreamingJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3700800Z [00:02:50.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeCreateIndexJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3771040Z [00:02:50.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UploadDocumentAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3841420Z [00:02:50.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3911286Z [00:02:50.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/Rerank.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.3981169Z [00:02:50.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/QueryCollectionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4050513Z [00:02:50.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateSupabaseProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4119697Z [00:02:50.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetSupabaseProjectDashboardAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4187655Z [00:02:50.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyStreamingDataService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4257549Z [00:02:50.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateStreamingDataService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4330743Z [00:02:50.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListDocuments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4403235Z [00:02:50.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/SwitchDBInstanceNetType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4475478Z [00:02:50.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CheckServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4545013Z [00:02:50.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListInstanceExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4629258Z [00:02:50.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListDocumentCollections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4699470Z [00:02:50.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4769723Z [00:02:50.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4839239Z [00:02:50.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4911288Z [00:02:50.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeHadoopClustersInSameNet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.4982625Z [00:02:50.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstancePayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5050865Z [00:02:50.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyVectorConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5119377Z [00:02:50.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5189219Z [00:02:50.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateStreamingJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5259989Z [00:02:50.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CheckJDBCSourceNetConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5328701Z [00:02:50.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5399186Z [00:02:50.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBResourceManagementMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5469227Z [00:02:50.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GrantCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5538080Z [00:02:50.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDiagnosisMonitorPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5608565Z [00:02:50.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DownloadDiagnosisRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5678199Z [00:02:50.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateDBInstancePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5747865Z [00:02:50.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListSupabaseProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5818001Z [00:02:50.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSQLLogCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5888119Z [00:02:50.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.5959112Z [00:02:50.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifySupabaseProjectSecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6030044Z [00:02:50.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeModifyParameterLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6101015Z [00:02:50.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteRemoteADBDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6170109Z [00:02:50.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateJDBCDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6240089Z [00:02:50.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListBackupJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6309086Z [00:02:50.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/QueryContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6379293Z [00:02:50.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ExecuteStatement.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6448040Z [00:02:50.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6520008Z [00:02:50.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyStreamingDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6593068Z [00:02:50.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeIMVInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6662544Z [00:02:50.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6736423Z [00:02:50.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteSupabaseProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6806916Z [00:02:50.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateVectorIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6877555Z [00:02:50.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstancePerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.6947172Z [00:02:50.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CloneDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7017436Z [00:02:50.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSampleData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7088343Z [00:02:50.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSQLLogsV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7158694Z [00:02:50.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateHadoopDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7228358Z [00:02:50.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7297863Z [00:02:50.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7367483Z [00:02:50.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyHadoopDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7437092Z [00:02:50.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7507024Z [00:02:50.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UnloadSampleData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7577278Z [00:02:50.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/RebalanceDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7652054Z [00:02:50.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CheckHadoopNetConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7725309Z [00:02:50.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyMasterSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7796621Z [00:02:50.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetUpsertCollectionDataJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7867449Z [00:02:50.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.7938782Z [00:02:50.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceIndexUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8010724Z [00:02:50.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8082924Z [00:02:50.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListStreamingDataSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8152225Z [00:02:50.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/SetDataShareInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8222600Z [00:02:50.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpgradeDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8290771Z [00:02:50.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8361554Z [00:02:50.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDocument.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8430638Z [00:02:50.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateStreamingDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8499630Z [00:02:50.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeExternalDataService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8569549Z [00:02:50.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CheckHadoopDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8638822Z [00:02:50.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8709883Z [00:02:50.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceIPArrayList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8780909Z [00:02:50.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteStreamingDataService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8855386Z [00:02:50.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DownloadSQLLogsRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8928366Z [00:02:50.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.8998720Z [00:02:50.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyRemoteADBDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9070234Z [00:02:50.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9142087Z [00:02:50.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDBInstancePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9213019Z [00:02:50.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9284902Z [00:02:51.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeWaitingSQLRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9356144Z [00:02:51.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeRdsVpcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9426108Z [00:02:51.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9495985Z [00:02:51.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9567688Z [00:02:51.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteDocument.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9637500Z [00:02:51.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9706926Z [00:02:51.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeHadoopDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9778555Z [00:02:51.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9850964Z [00:02:51.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9921410Z [00:02:51.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/UpgradeDBVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:43.9992239Z [00:02:51.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyCollection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0063733Z [00:02:51.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteStreamingDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0133956Z [00:02:51.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/CreateSampleData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0209276Z [00:02:51.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyStreamingJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0279304Z [00:02:51.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyDBInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0349343Z [00:02:51.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ListRemoteADBDataSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0421595Z [00:02:51.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteExternalDataService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0492966Z [00:02:51.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceNetInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0564665Z [00:02:51.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDataReDistributeInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0640833Z [00:02:51.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceDataSkew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0713321Z [00:02:51.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeAvailableResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0785204Z [00:02:51.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0856768Z [00:02:51.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/GetUploadDocumentJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0929430Z [00:02:51.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/SetDBInstancePlanStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.0999896Z [00:02:51.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeBackupJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1072776Z [00:02:51.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ResetSupabaseProjectPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1146010Z [00:02:51.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBVersionInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1221432Z [00:02:51.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/ModifyParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1294350Z [00:02:51.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDBInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1367278Z [00:02:51.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/HandleActiveSQLRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1438575Z [00:02:51.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDataShareInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1509109Z [00:02:51.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeDownloadRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1578950Z [00:02:51.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DeleteCollectionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1648013Z [00:02:51.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeHadoopConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1718090Z [00:02:51.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gpdb/DescribeSupportFeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1789228Z [00:02:51.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/QueryTracedEventByEventId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1858514Z [00:02:51.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1927691Z [00:02:51.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.1999738Z [00:02:51.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2071606Z [00:02:51.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListEventBuses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2144246Z [00:02:51.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListEventStreamings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2214983Z [00:02:51.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2283665Z [00:02:51.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateApiDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2352342Z [00:02:51.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteEventBus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2422048Z [00:02:51.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2492257Z [00:02:51.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/TestEventPattern.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2563515Z [00:02:51.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/PauseEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2633657Z [00:02:51.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/EventCenterQueryEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2702716Z [00:02:51.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteApiDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2773118Z [00:02:51.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2840955Z [00:02:51.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/QueryEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2909999Z [00:02:51.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.2978875Z [00:02:51.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/QueryTracedEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3046973Z [00:02:51.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3115768Z [00:02:51.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3185703Z [00:02:51.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateEventBus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3257264Z [00:02:51.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/EnableRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3327709Z [00:02:51.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3397414Z [00:02:51.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListUserDefinedEventSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3465742Z [00:02:51.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetEventBus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3539968Z [00:02:51.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3608447Z [00:02:51.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetApiDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3679540Z [00:02:51.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListAliyunOfficialEventSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3749235Z [00:02:51.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DisableRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3818144Z [00:02:51.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3886882Z [00:02:51.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.3956625Z [00:02:51.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CheckServiceLinkedRoleForProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4027145Z [00:02:51.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DiscoverEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4095112Z [00:02:51.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/PutTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4162644Z [00:02:51.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4232581Z [00:02:51.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4300677Z [00:02:51.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateEventBus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4370383Z [00:02:51.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/TestEventSourceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4442953Z [00:02:51.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/GetRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4511773Z [00:02:51.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/ListApiDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4584679Z [00:02:51.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/DeleteEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4656161Z [00:02:51.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4726299Z [00:02:51.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/QueryEventTraces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4797723Z [00:02:51.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateEventStreamingBusinessOption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4868108Z [00:02:51.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/StartEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.4937928Z [00:02:51.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/UpdateApiDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5008166Z [00:02:51.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateServiceLinkedRoleForProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5078270Z [00:02:51.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eventbridge/CreateEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5150635Z [00:02:51.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetFeatureEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5222054Z [00:02:51.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateFeatureView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5293572Z [00:02:51.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateLabelTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5364078Z [00:02:51.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/PublishFeatureViewTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5436792Z [00:02:51.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListDatasources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5506832Z [00:02:51.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListProjectFeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5577912Z [00:02:51.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateModelFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5649630Z [00:02:51.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5719973Z [00:02:51.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateServiceIdentityRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5791302Z [00:02:51.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CheckInstanceDatasource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5865093Z [00:02:51.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetModelFeatureFGFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.5938497Z [00:02:51.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureViews.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6009141Z [00:02:51.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6079585Z [00:02:51.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6149414Z [00:02:51.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateLLMConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6219760Z [00:02:51.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6290528Z [00:02:51.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetLabelTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6359604Z [00:02:51.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateLLMConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6429157Z [00:02:51.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/StopTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6497772Z [00:02:51.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateLabelTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6567518Z [00:02:51.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetFeatureView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6637638Z [00:02:51.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ExportModelFeatureTrainingSetTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6709730Z [00:02:51.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6779885Z [00:02:51.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetLLMConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6849960Z [00:02:51.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6920099Z [00:02:51.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListLLMConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.6989703Z [00:02:51.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/WriteFeatureViewTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7060144Z [00:02:51.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateModelFeatureFGFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7128633Z [00:02:51.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListModelFeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7198643Z [00:02:51.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureViewOnlineFeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7269216Z [00:02:51.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureViewRelationships.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7338454Z [00:02:51.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7408966Z [00:02:51.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListDatasourceFeatureViews.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7477444Z [00:02:51.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteDatasource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7547222Z [00:02:51.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetProjectFeatureEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7616450Z [00:02:51.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetDatasource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7686001Z [00:02:51.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetServiceIdentityRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7756120Z [00:02:51.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteFeatureView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7826303Z [00:02:51.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7896571Z [00:02:51.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListFeatureViewFieldRelationships.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.7965646Z [00:02:51.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListProjectFeatureViews.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8037568Z [00:02:51.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListModelFeatureAvailableFeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8106729Z [00:02:51.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8175529Z [00:02:51.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8246209Z [00:02:51.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateDatasource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8314933Z [00:02:51.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateFeatureEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8383998Z [00:02:51.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteLabelTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8453451Z [00:02:51.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListDatasourceTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8523261Z [00:02:51.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetDatasourceTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8591188Z [00:02:51.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/UpdateProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8659223Z [00:02:51.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetModelFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8727269Z [00:02:51.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CheckModelFeatureFGFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8797081Z [00:02:51.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateModelFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8867541Z [00:02:51.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/CreateDatasource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.8938240Z [00:02:51.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/GetModelFeatureFGInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9008277Z [00:02:51.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListLabelTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9077889Z [00:02:51.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteFeatureEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9145891Z [00:02:51.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/ListTaskLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9216023Z [00:02:51.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteLLMConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9285803Z [00:02:52.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paifeaturestore/DeleteModelFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9357197Z [00:02:52.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageaudit/ScanImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9426922Z [00:02:52.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageaudit/ScanText.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9497303Z [00:02:52.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDbInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9566579Z [00:02:52.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstDbLogInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9635410Z [00:02:52.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetupRecycleBinStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9705275Z [00:02:52.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitSqlFlashbackTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9775874Z [00:02:52.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstanceDbMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9845850Z [00:02:52.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpdatePrivateRdsClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9914763Z [00:02:52.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:44.9985013Z [00:02:52.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateInstanceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0056607Z [00:02:52.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RefreshDrdsAtomUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0126674Z [00:02:52.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/FlashbackRecycleBinTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0196227Z [00:02:52.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstanceLevelTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0266171Z [00:02:52.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ReleaseInstanceInternetAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0336587Z [00:02:52.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveDrdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0407353Z [00:02:52.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstanceSwitchNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0478327Z [00:02:52.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitHotExpandPreCheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0547918Z [00:02:52.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRdsSuperAccountInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0621269Z [00:02:52.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveDrdsDbFailedRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0694876Z [00:02:52.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpdateInstanceNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0765161Z [00:02:52.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CheckSqlAuditEnableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0834867Z [00:02:52.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyDrdsInstanceDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0907521Z [00:02:52.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RollbackInstanceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.0977976Z [00:02:52.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribePreCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1048735Z [00:02:52.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveInstanceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1122779Z [00:02:52.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsRdsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1195607Z [00:02:52.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveRecycleBinTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1268414Z [00:02:52.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpgradeHiStoreInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1339409Z [00:02:52.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1409303Z [00:02:52.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRdsPerformanceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1478067Z [00:02:52.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DisableSqlAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1546740Z [00:02:52.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDBIpWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1615828Z [00:02:52.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ChangeInstanceAzone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1685128Z [00:02:52.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstDbSlsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1753307Z [00:02:52.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetBackupLocal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1823985Z [00:02:52.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDbInstanceDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1891431Z [00:02:52.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyPolarDbReadWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.1960574Z [00:02:52.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/StartRestore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2028761Z [00:02:52.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/EnableSqlFlashbackMatchSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2098066Z [00:02:52.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitSmoothExpandPreCheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2169870Z [00:02:52.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2241313Z [00:02:52.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRecycleBinStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2310623Z [00:02:52.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateShardTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2379217Z [00:02:52.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitHotExpandTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2446811Z [00:02:52.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2517715Z [00:02:52.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2587567Z [00:02:52.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveBackupsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2657850Z [00:02:52.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpdateResourceGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2727580Z [00:02:52.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CheckExpandStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2799301Z [00:02:52.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ManagePrivateRds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2870228Z [00:02:52.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsSlowSqls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.2941564Z [00:02:52.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ChangeAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3011544Z [00:02:52.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDbInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3081200Z [00:02:52.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyRdsReadWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3149753Z [00:02:52.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeExpandLogicTableInfoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3219315Z [00:02:52.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsShardingDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3289726Z [00:02:52.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3358414Z [00:02:52.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupTimes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3427633Z [00:02:52.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3496176Z [00:02:52.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SwitchGlobalBroadcastType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3565124Z [00:02:52.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeHotDbList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3635847Z [00:02:52.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateInstanceInternetAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3705225Z [00:02:52.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstanceAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3773205Z [00:02:52.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitSmoothExpandPreCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3840787Z [00:02:52.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBroadcastTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3910726Z [00:02:52.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/GetDrdsDbRdsRelationInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.3978450Z [00:02:52.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4047548Z [00:02:52.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4117528Z [00:02:52.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeInstanceSwitchAzone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4186695Z [00:02:52.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4255497Z [00:02:52.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackMenu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4326462Z [00:02:52.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeShardTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4398698Z [00:02:52.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetupBroadcastTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4470098Z [00:02:52.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDBs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4540277Z [00:02:52.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RestartDrdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4609099Z [00:02:52.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4680711Z [00:02:52.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDbRdsNameList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4752360Z [00:02:52.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsSqlAuditStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4823975Z [00:02:52.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4892838Z [00:02:52.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRDSPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.4962291Z [00:02:52.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ValidateShardTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5031513Z [00:02:52.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5100965Z [00:02:52.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeSqlFlashbakTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5172623Z [00:02:52.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5241753Z [00:02:52.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/EnableSqlAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5311384Z [00:02:52.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsParams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5382781Z [00:02:52.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeTableListByType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5452931Z [00:02:52.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateOrderForRds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5521152Z [00:02:52.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateDrdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5594056Z [00:02:52.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupLocal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5665322Z [00:02:52.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRecycleBinTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5737910Z [00:02:52.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5809389Z [00:02:52.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRestoreOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5880766Z [00:02:52.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/UpgradeInstanceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.5951905Z [00:02:52.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SubmitCleanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6023519Z [00:02:52.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/EnableInstanceIpv6Address.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6094093Z [00:02:52.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/RemoveDrdsDb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6164573Z [00:02:52.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/PutStartBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6233802Z [00:02:52.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetupTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6303193Z [00:02:52.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CreateDrdsDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6370902Z [00:02:52.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/CheckDrdsDbName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6439992Z [00:02:52.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6509998Z [00:02:52.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/ModifyDrdsIpWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6580422Z [00:02:52.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeBackupSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6653797Z [00:02:52.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDbInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6724978Z [00:02:52.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeRdsCommodity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6795951Z [00:02:52.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/DescribeDrdsInstanceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6867963Z [00:02:52.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/drds/SetupDrdsParams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.6940136Z [00:02:52.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/RefreshResolveCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7012291Z [00:02:52.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/AddDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7083013Z [00:02:52.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7153894Z [00:02:52.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/GetResolveCountSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7224985Z [00:02:52.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/DescribeDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7295561Z [00:02:52.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/GetAccountInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7367433Z [00:02:52.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/ListDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7442699Z [00:02:52.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/httpdns/GetResolveStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7518244Z [00:02:52.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeQrCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7590519Z [00:02:52.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeCharacter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7664457Z [00:02:52.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeTicketInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7736101Z [00:02:52.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeDriverLicense.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7811652Z [00:02:52.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeVATInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7884031Z [00:02:52.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeLicensePlate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.7955879Z [00:02:52.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8027894Z [00:02:52.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8099592Z [00:02:52.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeTrainTicket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8171348Z [00:02:52.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeVINCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8243823Z [00:02:52.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeBankCard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8317055Z [00:02:52.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeIdentityCard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8389562Z [00:02:52.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeVideoCharacter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8460158Z [00:02:52.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeDrivingLicense.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8531457Z [00:02:52.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeQuotaInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8603096Z [00:02:52.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeBusinessLicense.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8673795Z [00:02:52.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizeTaxiInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8744484Z [00:02:52.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ocr/RecognizePdf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8814965Z [00:02:52.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/UpdateTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8884853Z [00:02:52.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetTrailStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.8955746Z [00:02:52.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9029559Z [00:02:52.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/CreateDeliveryHistoryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9101452Z [00:02:52.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/UpdateAdvancedQueryTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9172034Z [00:02:52.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/StopLogging.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9243888Z [00:02:53.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9315005Z [00:02:53.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DeleteDeliveryHistoryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9387543Z [00:02:53.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DeleteAdvancedQueryTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9458705Z [00:02:53.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeUserLogCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9531247Z [00:02:53.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeTrails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9601676Z [00:02:53.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/CreateAdvancedQueryTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9670936Z [00:02:53.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DeleteTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9742321Z [00:02:53.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/UpdateGlobalEventsStorageRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9814477Z [00:02:53.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedProducts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9887930Z [00:02:53.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetGlobalEventsStorageRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:45.9958984Z [00:02:53.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/ListDataEventServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0029285Z [00:02:53.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeSearchTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0099423Z [00:02:53.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/LookupEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0171939Z [00:02:53.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeAdvancedQueryTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0243705Z [00:02:53.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeUserAlertCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0314176Z [00:02:53.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/ListDeliveryHistoryJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0384064Z [00:02:53.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0454672Z [00:02:53.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAdvancedQueryTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0524419Z [00:02:53.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeScenes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0595219Z [00:02:53.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/CreateAdvancedQueryHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0670104Z [00:02:53.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0740117Z [00:02:53.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetAccessKeyLastUsedEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0808201Z [00:02:53.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/EnableInsight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0877745Z [00:02:53.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetGovernanceMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.0950079Z [00:02:53.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeResourceLifeCycleEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1021462Z [00:02:53.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/StartLogging.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1090167Z [00:02:53.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/GetDeliveryHistoryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1163400Z [00:02:53.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DescribeAdvancedQueryHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1232712Z [00:02:53.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/CreateTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1304689Z [00:02:53.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/actiontrail/DeleteAdvancedQueryHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1374152Z [00:02:53.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/CreateServiceIdentityRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1442241Z [00:02:53.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/StopHpoExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1510704Z [00:02:53.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/CreateHpoExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1579830Z [00:02:53.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/DeleteHpoExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1648599Z [00:02:53.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/GetAutofeExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1719448Z [00:02:53.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/GetHpoTrial.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1789749Z [00:02:53.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoTrialCommands.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1860805Z [00:02:53.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoExperimentLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1929504Z [00:02:53.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/GetServiceIdentityRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.1998829Z [00:02:53.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoTrials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2067708Z [00:02:53.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoExperiments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2135977Z [00:02:53.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/UpdateHpoExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2204079Z [00:02:53.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoTrialLogNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2274550Z [00:02:53.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/ListHpoTrialLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2345394Z [00:02:53.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/RestartHpoTrials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2414901Z [00:02:53.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/StopHpoTrials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2484642Z [00:02:53.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/CreateAutofeExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2553187Z [00:02:53.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiautoml/GetHpoExperiment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2622944Z [00:02:53.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2692744Z [00:02:53.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteTrainingJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2762830Z [00:02:53.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/UpdateCampaign.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2833608Z [00:02:53.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateCampaign.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2902756Z [00:02:53.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.2972170Z [00:02:53.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3041172Z [00:02:53.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/SendMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3111246Z [00:02:53.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteInferenceJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3183589Z [00:02:53.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListCampaigns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3254341Z [00:02:53.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateTrainingJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3326630Z [00:02:53.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListSchedules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3397643Z [00:02:53.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3469420Z [00:02:53.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3542151Z [00:02:53.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListMessages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3616911Z [00:02:53.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateSignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3689428Z [00:02:53.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3775090Z [00:02:53.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetCampaign.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3849437Z [00:02:53.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteSignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3923010Z [00:02:53.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetTrainingJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.3999610Z [00:02:53.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetMessageConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.4080253Z [00:02:53.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetSignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.4155352Z [00:02:53.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.4228678Z [00:02:53.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.4302091Z [00:02:53.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteCampaign.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.4375622Z [00:02:53.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListSignatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.4446305Z [00:02:53.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListInferenceJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.4518913Z [00:02:53.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetAlgorithm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.4590610Z [00:02:53.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListTrainingJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.4662884Z [00:02:53.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.4733878Z [00:02:53.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.4805833Z [00:02:53.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateInferenceJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.4877549Z [00:02:53.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/GetInferenceJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.4949530Z [00:02:53.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/DeleteSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5020685Z [00:02:53.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListAlgorithms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5091703Z [00:02:53.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/ListMessageMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5161744Z [00:02:53.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paiplugin/CreateSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5232890Z [00:02:53.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVpdRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5304285Z [00:02:53.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteVpd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5374273Z [00:02:53.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetDestinationCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5444555Z [00:02:53.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListNodeInfosForPod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5514948Z [00:02:53.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetFabricTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5586417Z [00:02:53.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteErAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5657449Z [00:02:53.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteVccGrantRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5726556Z [00:02:53.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListSubnets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5795556Z [00:02:53.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/RefundVcc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5868238Z [00:02:53.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVpdGrantRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.5939834Z [00:02:53.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetSubnet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6009869Z [00:02:53.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateSubnet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6081517Z [00:02:53.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVpdGrantRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6150124Z [00:02:53.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetElasticNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6219810Z [00:02:53.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVccFlowInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6287422Z [00:02:53.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateErAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6358625Z [00:02:53.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListInstancesByNcd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6427771Z [00:02:53.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetErRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6497019Z [00:02:53.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/AssociateVpdCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6567553Z [00:02:53.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetLeniPrivateIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6638620Z [00:02:53.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UnassignLeniPrivateIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6710202Z [00:02:53.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetErAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6781826Z [00:02:53.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetNodeInfoForPod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6853134Z [00:02:53.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListLeniPrivateIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6924600Z [00:02:53.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListNetworkInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.6997052Z [00:02:53.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVccGrantRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.7067223Z [00:02:53.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVpdRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.7144856Z [00:02:53.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateElasticNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.7221662Z [00:02:53.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UnAssociateVpdCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.7297989Z [00:02:53.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVccRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.7370484Z [00:02:53.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVccRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.7442290Z [00:02:53.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateErAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.7513085Z [00:02:53.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListElasticNetworkInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.7583987Z [00:02:53.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListErAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.7655147Z [00:02:53.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateSubnet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.7724437Z [00:02:53.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteVpdGrantRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.7793433Z [00:02:53.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/AssignPrivateIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.7863338Z [00:02:53.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVcc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.7934609Z [00:02:53.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListErRouteMaps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8005513Z [00:02:53.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVccGrantRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8073411Z [00:02:53.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateErRouteMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8143455Z [00:02:53.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateLeniPrivateIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8212677Z [00:02:53.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/AssignLeniPrivateIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8284170Z [00:02:53.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteErRouteMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8355939Z [00:02:53.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateElasticNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8425442Z [00:02:53.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetEr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8495644Z [00:02:53.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/RetryVcc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8566157Z [00:02:53.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVpdGrantRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8635656Z [00:02:53.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVpd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8704710Z [00:02:53.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetErRouteMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8775438Z [00:02:53.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/QueryInstanceNcd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8844505Z [00:02:53.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DetachElasticNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8913986Z [00:02:53.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteElasticNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.8982586Z [00:02:53.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteVccRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9051659Z [00:02:53.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateErRouteMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9122751Z [00:02:53.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateVcc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9193397Z [00:02:53.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVcc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9264514Z [00:02:54.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListErRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9335101Z [00:02:54.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVccs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9406663Z [00:02:54.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/AttachElasticNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9476539Z [00:02:54.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListErs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9545961Z [00:02:54.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateVpd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9615185Z [00:02:54.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UnAssignPrivateIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9685289Z [00:02:54.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9754656Z [00:02:54.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/UpdateEr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9825850Z [00:02:54.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVccGrantRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9896697Z [00:02:54.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetLniPrivateIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:46.9967967Z [00:02:54.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListLniPrivateIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0037081Z [00:02:54.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/InitializeVcc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0106382Z [00:02:54.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DescribeSlr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0175808Z [00:02:54.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateEr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0244877Z [00:02:54.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/ListVpds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0317814Z [00:02:54.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/CreateVpd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0388345Z [00:02:54.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/GetVccRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0459346Z [00:02:54.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteEr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0529197Z [00:02:54.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eflo/DeleteSubnet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0604518Z [00:02:54.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeCompliance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0678482Z [00:02:54.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/PutConfigurationRecorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0748582Z [00:02:54.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetDiscoveredResourceCounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0816472Z [00:02:54.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeComplianceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0886048Z [00:02:54.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeDiscoveredResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.0957615Z [00:02:54.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ListRemediationTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1025824Z [00:02:54.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/PutConfigRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1095539Z [00:02:54.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ListAggregateDiscoveredResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1163405Z [00:02:54.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeDeliveryChannels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1232877Z [00:02:54.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetAggregateDiscoveredResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1300208Z [00:02:54.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetSupportedResourceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1370510Z [00:02:54.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/PutEvaluations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1444634Z [00:02:54.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetResourceComplianceTimeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1514860Z [00:02:54.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeEvaluationResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1584614Z [00:02:54.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DeleteConfigRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1654127Z [00:02:54.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeConfigRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1724198Z [00:02:54.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ListDiscoveredResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1794394Z [00:02:54.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/StartConfigRuleEvaluation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1864497Z [00:02:54.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ListConfigRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.1935186Z [00:02:54.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/ActiveConfigRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2005488Z [00:02:54.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetResourceConfigurationTimeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2075665Z [00:02:54.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/StartConfigurationRecorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2144142Z [00:02:54.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/DescribeConfigurationRecorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2216227Z [00:02:54.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/GetDiscoveredResourceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2285439Z [00:02:54.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/PutDeliveryChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2355048Z [00:02:54.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/config/StopConfigRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2426440Z [00:02:54.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2499058Z [00:02:54.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2573348Z [00:02:54.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeregisterResourceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2647046Z [00:02:54.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListResourceTypeRegistrations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2718281Z [00:02:54.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListChangeSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2788581Z [00:02:54.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2859077Z [00:02:54.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackOperationRisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.2929416Z [00:02:54.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GenerateTemplateByScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3000032Z [00:02:54.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteDiagnostic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3071227Z [00:02:54.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SetDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3142573Z [00:02:54.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetFeatureDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3214143Z [00:02:54.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplateScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3285266Z [00:02:54.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteStackInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3355472Z [00:02:54.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplateSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3427252Z [00:02:54.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3498041Z [00:02:54.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListAITaskEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3570361Z [00:02:54.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateStackInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3641503Z [00:02:54.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/RegisterResourceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3712090Z [00:02:54.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3791350Z [00:02:54.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateTemplateScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3862543Z [00:02:54.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.3941306Z [00:02:54.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ExecuteChangeSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4012208Z [00:02:54.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplateEstimateCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4084173Z [00:02:54.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStacks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4155087Z [00:02:54.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteTemplateScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4227044Z [00:02:54.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4298957Z [00:02:54.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SetResourceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4368321Z [00:02:54.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateStackGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4437751Z [00:02:54.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListResourceTypeVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4535101Z [00:02:54.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ValidateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4589547Z [00:02:54.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4661338Z [00:02:54.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4734541Z [00:02:54.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4808278Z [00:02:54.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListResourceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4879442Z [00:02:54.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GenerateTemplatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.4950100Z [00:02:54.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DetectStackDrift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5019813Z [00:02:54.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListAITasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5090087Z [00:02:54.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/StopStackGroupOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5160437Z [00:02:54.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackGroupOperationResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5233487Z [00:02:54.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5303441Z [00:02:54.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5370087Z [00:02:54.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5438463Z [00:02:54.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetResourceTypeTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5507003Z [00:02:54.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateStackGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5574784Z [00:02:54.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5645588Z [00:02:54.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetDiagnostic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5714559Z [00:02:54.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateAITask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5785144Z [00:02:54.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5856381Z [00:02:54.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteStackGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5926714Z [00:02:54.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SetStackPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.5996353Z [00:02:54.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.6090976Z [00:02:54.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackResourceDrifts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.6163195Z [00:02:54.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTemplateScratches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.6231753Z [00:02:54.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.6300753Z [00:02:54.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetResourceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.6368685Z [00:02:54.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateChangeSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.6437819Z [00:02:54.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SignalResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.6508274Z [00:02:54.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CancelUpdateStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.6580736Z [00:02:54.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.6654150Z [00:02:54.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/PreviewStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.6726207Z [00:02:54.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.6795182Z [00:02:54.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.6864092Z [00:02:54.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackGroupOperations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.6935958Z [00:02:54.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateTemplateScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7006446Z [00:02:54.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListDiagnostics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7077330Z [00:02:54.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ContinueCreateStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7147108Z [00:02:54.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7218131Z [00:02:54.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DetectStackGroupDrift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7287549Z [00:02:54.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/SetTemplatePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7355668Z [00:02:54.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateStackInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7424198Z [00:02:54.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackDriftDetectionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7494131Z [00:02:54.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetAITask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7562264Z [00:02:54.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DetectStackResourceDrift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7639676Z [00:02:54.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetChangeSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7708918Z [00:02:54.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ImportStacksToStackGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7778545Z [00:02:54.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetStackGroupOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7849854Z [00:02:54.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListTemplateVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7919753Z [00:02:54.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/UpdateStackTemplateByResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.7989084Z [00:02:54.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8059233Z [00:02:54.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CancelStackOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8128777Z [00:02:54.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8197357Z [00:02:54.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/ListStackGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8264928Z [00:02:54.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetServiceProvisions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8333802Z [00:02:54.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/DeleteChangeSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8403998Z [00:02:54.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/CreateDiagnostic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8475538Z [00:02:54.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ros/GetTemplateParameterConstraints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8547331Z [00:02:54.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCloudResourceAccessedPorts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8618213Z [00:02:54.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecApiResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8688263Z [00:02:54.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveApiStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8758210Z [00:02:54.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeTemplateResourceCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8827598Z [00:02:54.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8896232Z [00:02:54.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.8965855Z [00:02:54.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/SyncProductInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9034088Z [00:02:54.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9104155Z [00:02:54.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecSlsLogStores.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9174906Z [00:02:54.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeIpAbroadCountryInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9243717Z [00:02:55.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9314807Z [00:02:55.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFreeUserEventTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9383056Z [00:02:55.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9451764Z [00:02:55.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateCerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9521299Z [00:02:55.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9591737Z [00:02:55.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribePunishedDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9663731Z [00:02:55.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecProtectionResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9733811Z [00:02:55.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateHybridCloudGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9803069Z [00:02:55.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDefenseResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9874039Z [00:02:55.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeMajorProtectionBlackIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:47.9942754Z [00:02:55.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefaultHttps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0012672Z [00:02:55.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0079836Z [00:02:55.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecAbnormalDomainStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0146830Z [00:02:55.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceOwnerUid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0215499Z [00:02:55.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceGroupNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0287393Z [00:02:55.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0358444Z [00:02:55.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateCloudResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0430973Z [00:02:55.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0507488Z [00:02:55.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0576934Z [00:02:55.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseRuleBlockIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0659440Z [00:02:55.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveOutboundDistribution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0734775Z [00:02:55.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecAbnormals.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0808817Z [00:02:55.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0879549Z [00:02:55.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.0950981Z [00:02:55.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCloudResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1021404Z [00:02:55.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResponseCodeTrendGraph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1091270Z [00:02:55.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ReleaseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1162032Z [00:02:55.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1233081Z [00:02:55.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecEventDomainStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1304152Z [00:02:55.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecAbnormals.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1374499Z [00:02:55.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudGroupShrinkServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1446196Z [00:02:55.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecUserOperations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1518949Z [00:02:55.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDefenseResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1588757Z [00:02:55.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApiExports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1658678Z [00:02:55.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserEventType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1728902Z [00:02:55.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ClearMajorProtectionBlackIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1801007Z [00:02:55.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1870779Z [00:02:55.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveOutboundTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.1941332Z [00:02:55.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2011697Z [00:02:55.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecSlsProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2082932Z [00:02:55.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2150782Z [00:02:55.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2219539Z [00:02:55.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserAbnormalType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2288224Z [00:02:55.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDDoSStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2355872Z [00:02:55.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2423312Z [00:02:55.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2494007Z [00:02:55.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyMajorProtectionBlackIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2565385Z [00:02:55.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyResourceLogStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2634415Z [00:02:55.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFreeUserEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2702919Z [00:02:55.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2772292Z [00:02:55.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2844744Z [00:02:55.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2915180Z [00:02:55.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSecurityEventLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.2984875Z [00:02:55.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteApisecAbnormals.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3053634Z [00:02:55.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseTemplateStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3122810Z [00:02:55.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFlowTopUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3192708Z [00:02:55.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3262299Z [00:02:55.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResourceNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3331006Z [00:02:55.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCloudResourceAccessPortDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3400243Z [00:02:55.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecMatchedHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3468993Z [00:02:55.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3539914Z [00:02:55.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecApiResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3611668Z [00:02:55.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseResourceXff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3681916Z [00:02:55.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourceLogStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3753269Z [00:02:55.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudServerRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3824364Z [00:02:55.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseTemplateValidGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3896175Z [00:02:55.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.3967041Z [00:02:55.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeVisitTopIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4045409Z [00:02:55.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateHybridCloudClusterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4110733Z [00:02:55.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseRuleCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4180812Z [00:02:55.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CopyDefenseTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4250713Z [00:02:55.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeMemberAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4319130Z [00:02:55.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFlowChart.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4387900Z [00:02:55.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserApiRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4457607Z [00:02:55.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefaultHttps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4529140Z [00:02:55.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreatePostpaidInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4598858Z [00:02:55.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecSuggestions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4669181Z [00:02:55.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4740386Z [00:02:55.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopRuleId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4811508Z [00:02:55.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4883722Z [00:02:55.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSlsLogStore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.4955207Z [00:02:55.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5028512Z [00:02:55.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5100723Z [00:02:55.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyMemberAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5171506Z [00:02:55.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteMemberAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5242893Z [00:02:55.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserSlsLogRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5314330Z [00:02:55.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseRuleStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5385405Z [00:02:55.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeNetworkFlowTopNMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5453897Z [00:02:55.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateMajorProtectionBlackIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5522269Z [00:02:55.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveOutboundStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5590764Z [00:02:55.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudClusterRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5665069Z [00:02:55.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserEventTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5736893Z [00:02:55.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateSM2Cert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5807845Z [00:02:55.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecLogDeliveryStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5877474Z [00:02:55.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDomainPunishStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.5947359Z [00:02:55.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFlowTopResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6017664Z [00:02:55.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFreeUserEventCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6086743Z [00:02:55.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6158346Z [00:02:55.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ReCreateCloudResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6227211Z [00:02:55.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecLogDeliveries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6296351Z [00:02:55.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6364943Z [00:02:55.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDomainUsedPorts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6432797Z [00:02:55.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecSensitiveDomainStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6499939Z [00:02:55.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6567499Z [00:02:55.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteDefenseResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6634481Z [00:02:55.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeVisitUas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6702663Z [00:02:55.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveDetectionResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6769519Z [00:02:55.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6840948Z [00:02:55.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudClusterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6910472Z [00:02:55.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteMajorProtectionBlackIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.6980049Z [00:02:55.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeAbnormalCloudResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7049510Z [00:02:55.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopUa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7117825Z [00:02:55.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeTemplateResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7188084Z [00:02:55.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeWafSourceIpSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7259124Z [00:02:55.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecAssetTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7330181Z [00:02:55.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7399049Z [00:02:55.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyCloudResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7468970Z [00:02:55.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7540229Z [00:02:55.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribePauseProtectionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7609544Z [00:02:55.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7680293Z [00:02:55.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateDefenseTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7750071Z [00:02:55.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7820057Z [00:02:55.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7890814Z [00:02:55.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourceInstanceCerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.7963095Z [00:02:55.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribePeakTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8033888Z [00:02:55.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8106164Z [00:02:55.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSlsAuthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8174682Z [00:02:55.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8246205Z [00:02:55.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserAbnormalTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8316060Z [00:02:55.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSecurityEventTimeSeriesMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8384233Z [00:02:55.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyTemplateResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8455455Z [00:02:55.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSecurityEventTopNMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8527312Z [00:02:55.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDefenseTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8597625Z [00:02:55.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateMemberAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8668436Z [00:02:55.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8738904Z [00:02:55.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCertDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8808926Z [00:02:55.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourcePort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8878421Z [00:02:55.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeCnameCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.8948533Z [00:02:55.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopClientIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9019327Z [00:02:55.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9091360Z [00:02:55.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeNetworkFlowTimeSeriesMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9160995Z [00:02:55.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteApisecEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9231267Z [00:02:55.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudUnassignedMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9301522Z [00:02:56.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveRequests.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9372957Z [00:02:56.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeFreeUserAssetCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9442793Z [00:02:56.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeRuleHitsTopTuleType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9511340Z [00:02:56.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/CreateApiExport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9581323Z [00:02:56.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeHybridCloudUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9650537Z [00:02:56.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeAccountDelegatedStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9722289Z [00:02:56.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeApisecProtectionGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9790562Z [00:02:56.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteCloudResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9863837Z [00:02:56.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeProductInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:48.9933262Z [00:02:56.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudClusterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0001199Z [00:02:56.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourceSupportRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0069389Z [00:02:56.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0140470Z [00:02:56.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSensitiveRequestLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0213264Z [00:02:56.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyPauseProtectionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0282635Z [00:02:56.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0354068Z [00:02:56.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudClusterBypassStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0425096Z [00:02:56.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeResourceRegionId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0495253Z [00:02:56.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserAsset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0565291Z [00:02:56.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudGroupExpansionServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0637119Z [00:02:56.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyHybridCloudSdkPullinStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0713836Z [00:02:56.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeSlsLogStoreStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0787046Z [00:02:56.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyDefenseSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0858882Z [00:02:56.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/ModifyApisecModuleStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0929652Z [00:02:56.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeDomainDNSRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.0999448Z [00:02:56.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DescribeUserWafLogStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1067522Z [00:02:56.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/waf-openapi/DeleteHybridCloudClusterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1136861Z [00:02:56.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SubmitDocParsingTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1205862Z [00:02:56.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SendDocumentAskQuestion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1277413Z [00:02:56.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/IsCompleted.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1346367Z [00:02:56.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetEmissionSourceConstitute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1414954Z [00:02:56.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetChatList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1486850Z [00:02:56.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetElecTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1558470Z [00:02:56.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDataItemList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1629966Z [00:02:56.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetReductionProposal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1701747Z [00:02:56.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/ChatStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1773557Z [00:02:56.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/BatchUpdateSystemRunningPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1846064Z [00:02:56.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetChatSessionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1920675Z [00:02:56.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/AnalyzeVlRealtime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.1994573Z [00:02:56.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/EditProhibitedDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2064400Z [00:02:56.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetAreaElecConstitute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2133290Z [00:02:56.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/EditUnfavorableAreaDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2203652Z [00:02:56.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetOrgAndFactory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2273593Z [00:02:56.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGwpBenchmarkSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2345093Z [00:02:56.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGwpBenchmarkList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2417988Z [00:02:56.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GenerateResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2489172Z [00:02:56.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDeviceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2558635Z [00:02:56.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDocParsingResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2627001Z [00:02:56.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/PushDeviceData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2697125Z [00:02:56.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetFootprintList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2765454Z [00:02:56.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetEpdSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2833415Z [00:02:56.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SetRunningPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2911940Z [00:02:56.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGwpInventorySummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.2982238Z [00:02:56.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGwpInventoryConstitute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3051747Z [00:02:56.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SubmitDocExtractionTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3121056Z [00:02:56.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDocumentAnalyzeResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3189840Z [00:02:56.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SubmitDocumentAnalyzeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3259041Z [00:02:56.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/Chat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3329130Z [00:02:56.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/RecalculateCarbonEmission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3401645Z [00:02:56.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetGasConstitute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3472811Z [00:02:56.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/CreateChatSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3541980Z [00:02:56.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDataQualityAnalysis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3611223Z [00:02:56.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDeviceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3680827Z [00:02:56.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetElecConstitute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3749933Z [00:02:56.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/SubmitVLExtractionTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3821027Z [00:02:56.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetPcrInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3891292Z [00:02:56.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetCarbonEmissionTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.3961657Z [00:02:56.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetChatFolderList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4030501Z [00:02:56.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetInventoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4100925Z [00:02:56.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetOrgConstitute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4170530Z [00:02:56.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetVLExtractionResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4241890Z [00:02:56.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetDocExtractionResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4313833Z [00:02:56.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetEmissionSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4383248Z [00:02:56.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/BatchSaveInstructionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4454669Z [00:02:56.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/GetEpdInventoryConstitute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4526920Z [00:02:56.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/energyexpertexternal/PushItemData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4601102Z [00:02:56.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sts/AssumeRoleWithSAML.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4670612Z [00:02:56.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sts/GetCallerIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4740600Z [00:02:56.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sts/AssumeRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4811052Z [00:02:56.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sts/AssumeRoleWithOIDC.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4883057Z [00:02:56.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/CloseConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.4951401Z [00:02:56.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/UpdateCustomAuthPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5020703Z [00:02:56.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteDeviceCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5090113Z [00:02:56.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteCustomAuthIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5159649Z [00:02:56.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/AddCustomAuthConnectBlack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5230439Z [00:02:56.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/SetSniConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5299660Z [00:02:56.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/InactivateDeviceCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5371591Z [00:02:56.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5443995Z [00:02:56.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/BatchQuerySessionByClientIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5515505Z [00:02:56.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/GetDeviceCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5586379Z [00:02:56.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListDeviceCertificateByCaSn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5660703Z [00:02:56.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteCustomAuthConnectBlack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5732806Z [00:02:56.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryMqttTraceMessageSubscribe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5806279Z [00:02:56.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryCustomAuthPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5878934Z [00:02:56.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ActiveCaCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.5949702Z [00:02:56.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/RefreshDeviceCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6020146Z [00:02:56.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6089494Z [00:02:56.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6159788Z [00:02:56.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/SendMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6231211Z [00:02:56.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryMqttTraceMessageOfClient.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6300843Z [00:02:56.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteCaCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6371063Z [00:02:56.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryCustomAuthIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6438703Z [00:02:56.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteCustomAuthPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6506860Z [00:02:56.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/AddCustomAuthIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6576843Z [00:02:56.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListDeviceCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6646289Z [00:02:56.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListCaCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6719047Z [00:02:56.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryMqttTraceMessagePublish.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6789366Z [00:02:56.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/UpdateCustomAuthIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6861057Z [00:02:56.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/AddCustomAuthPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.6932668Z [00:02:56.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListDeviceCredentialClientId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7005574Z [00:02:56.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/InactivateCaCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7077288Z [00:02:56.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/RegisterDeviceCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7148084Z [00:02:56.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ActiveDeviceCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7221218Z [00:02:56.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7294958Z [00:02:56.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/RevokeToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7367296Z [00:02:56.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/GetRegisterCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7438735Z [00:02:56.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/CreateGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7510229Z [00:02:56.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7581096Z [00:02:56.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DisasterDowngrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7651888Z [00:02:56.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/UnRegisterDeviceCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7722587Z [00:02:56.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/RegisterCaCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7794030Z [00:02:56.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ListGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7867718Z [00:02:56.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DeleteGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.7939315Z [00:02:56.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/GetDeviceCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8012570Z [00:02:56.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/DisasterRecovery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8086111Z [00:02:56.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/GetCaCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8158850Z [00:02:56.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryCustomAuthConnectBlack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8230677Z [00:02:56.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QueryMqttTraceDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8303665Z [00:02:56.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/ApplyToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8376707Z [00:02:56.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/onsmqtt/QuerySessionByClientId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8449309Z [00:02:56.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/saf/ExecuteRequestML.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8521663Z [00:02:56.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/saf/ExecuteRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8595372Z [00:02:56.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/saf/ExecuteRequestSG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8669417Z [00:02:56.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/saf/RequestDecision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8743290Z [00:02:56.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteTrainingJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8815436Z [00:02:56.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8885902Z [00:02:56.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetResourceGroupTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.8958843Z [00:02:56.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9028965Z [00:02:56.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobOutputModels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9099222Z [00:02:56.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetResourceGroupRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9168383Z [00:02:56.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetSpotPriceHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9238488Z [00:02:57.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CheckInstanceWebTerminal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9307843Z [00:02:57.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobInstanceMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9379333Z [00:02:57.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9450357Z [00:02:57.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteAlgorithmVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9520582Z [00:02:57.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetAlgorithmVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9592917Z [00:02:57.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListResourceGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9662228Z [00:02:57.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9734058Z [00:02:57.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9805615Z [00:02:57.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetNodeMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9878157Z [00:02:57.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListQuotaWorkloads.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:49.9950962Z [00:02:57.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0024899Z [00:02:57.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobInstanceEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0104374Z [00:02:57.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateTrainingJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0180589Z [00:02:57.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateAlgorithmVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0254157Z [00:02:57.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0325482Z [00:02:57.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteTrainingJobLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0398485Z [00:02:57.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0470190Z [00:02:57.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ScaleQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0540908Z [00:02:57.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0614257Z [00:02:57.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0690035Z [00:02:57.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/StopTrainingJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0766850Z [00:02:57.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetResourceGroupMachineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0838348Z [00:02:57.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetTrainingJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0910509Z [00:02:57.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateAlgorithm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.0981272Z [00:02:57.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetTrainingJobErrorInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1052135Z [00:02:57.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListResourceGroupMachineGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1122858Z [00:02:57.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetTrainingJobLatestMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1192635Z [00:02:57.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1261269Z [00:02:57.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListAlgorithmVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1332111Z [00:02:57.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1400735Z [00:02:57.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateInstanceWebTerminal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1470286Z [00:02:57.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetAlgorithm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1540192Z [00:02:57.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListTrainingJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1610200Z [00:02:57.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateTrainingJobLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1680853Z [00:02:57.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteResourceGroupMachineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1750022Z [00:02:57.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteMachineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1819805Z [00:02:57.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1889174Z [00:02:57.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateAlgorithm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.1959245Z [00:02:57.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/CreateAlgorithmVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2031508Z [00:02:57.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetUserViewMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2103560Z [00:02:57.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/ListAlgorithms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2174447Z [00:02:57.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/GetMachineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2247010Z [00:02:57.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/UpdateQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2319027Z [00:02:57.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paistudio/DeleteAlgorithm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2391186Z [00:02:57.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetClientCertificateHostnames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2460354Z [00:02:57.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafRulesets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2530061Z [00:02:57.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSitePause.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2598995Z [00:02:57.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteCustomLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2668087Z [00:02:57.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteSite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2737710Z [00:02:57.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWafRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2810091Z [00:02:57.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CheckSiteProjectName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2878850Z [00:02:57.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRoutineRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.2948135Z [00:02:57.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchGetExpressionFields.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3019095Z [00:02:57.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetTieredCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3088071Z [00:02:57.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWaitingRoomEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3159690Z [00:02:57.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateHttpRequestHeaderModificationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3230069Z [00:02:57.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/StopScheduledPreloadExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3300423Z [00:02:57.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateUserDeliveryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3370646Z [00:02:57.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSitePause.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3439988Z [00:02:57.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRewriteUrlRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3509906Z [00:02:57.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRoutineRelatedRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3578492Z [00:02:57.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWaitingRoomRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3648992Z [00:02:57.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/RevokeClientCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3718381Z [00:02:57.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateCompressionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3788329Z [00:02:57.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteHttpRequestHeaderModificationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3857764Z [00:02:57.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListClientCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3927937Z [00:02:57.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadOriginClientCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.3998480Z [00:02:57.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListImageTransforms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4068238Z [00:02:57.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteCustomScenePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4138652Z [00:02:57.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCnameFlattening.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4209081Z [00:02:57.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCrossBorderOptimization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4277301Z [00:02:57.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteDeliveryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4350175Z [00:02:57.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeUrlObservationData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4420649Z [00:02:57.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRedirectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4490728Z [00:02:57.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCacheTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4561041Z [00:02:57.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchUpdateWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4629704Z [00:02:57.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PurgeCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4699514Z [00:02:57.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateVideoProcessing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4768516Z [00:02:57.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafBotAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4837422Z [00:02:57.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ExportRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4907606Z [00:02:57.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BlockObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.4976661Z [00:02:57.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListInstanceQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5045705Z [00:02:57.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWaitingRoom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5115562Z [00:02:57.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateSiteDeliveryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5185084Z [00:02:57.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteOriginClientCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5255577Z [00:02:57.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListScheduledPreloadJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5323724Z [00:02:57.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCacheTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5394998Z [00:02:57.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetHttpRequestHeaderModificationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5465944Z [00:02:57.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateOriginProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5535872Z [00:02:57.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeletePage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5606131Z [00:02:57.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListHttpsBasicConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5677982Z [00:02:57.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5748383Z [00:02:57.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCertificateQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5819037Z [00:02:57.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeRoutinePlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5890360Z [00:02:57.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateVideoProcessing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.5960870Z [00:02:57.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6030369Z [00:02:57.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetClientCaCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6100059Z [00:02:57.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ResetScheduledPreloadJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6169173Z [00:02:57.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeContainerApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6238373Z [00:02:57.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRewriteUrlRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6307181Z [00:02:57.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteSiteOriginClientCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6383919Z [00:02:57.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListESAIPInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6454662Z [00:02:57.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListManagedRulesGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6525072Z [00:02:57.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeContainerAppRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6595491Z [00:02:57.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListClientCaCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6665420Z [00:02:57.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6735033Z [00:02:57.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCacheReserveSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6804328Z [00:02:57.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6873590Z [00:02:57.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadSiteOriginClientCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.6945118Z [00:02:57.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteCurrentNS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7014461Z [00:02:57.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetHttpDDoSAttackProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7084475Z [00:02:57.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppLogRiver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7152228Z [00:02:57.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeSiteLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7220028Z [00:02:57.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListScheduledPreloadExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7288389Z [00:02:57.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteClientCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7358348Z [00:02:57.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7427319Z [00:02:57.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateEdgeContainerApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7495912Z [00:02:57.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListHttpRequestHeaderModificationRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7564373Z [00:02:57.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListHttpsApplicationConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7634784Z [00:02:57.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateHttpResponseHeaderModificationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7711138Z [00:02:57.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ApplyCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7783683Z [00:02:57.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/RebuildEdgeContainerAppStagingEnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7852373Z [00:02:57.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7921961Z [00:02:57.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetDevelopmentMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.7989841Z [00:02:57.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetKvAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8059251Z [00:02:57.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListInstanceQuotasWithUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8129475Z [00:02:57.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateHttpsApplicationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8199155Z [00:02:57.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateHttpsBasicConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8267182Z [00:02:57.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWaitingRoomEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8337859Z [00:02:57.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateClientCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8407679Z [00:02:57.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeHttpDDoSAttackProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8478883Z [00:02:57.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateImageTransform.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8547605Z [00:02:57.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ActivateVersionManagement.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8615583Z [00:02:57.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteDeliveryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8685272Z [00:02:57.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateSiteCustomLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8755699Z [00:02:57.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRedirectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8825565Z [00:02:57.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRoutine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8896191Z [00:02:57.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateEdgeContainerAppVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.8967114Z [00:02:57.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteHttpsApplicationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9037128Z [00:02:57.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9109827Z [00:02:57.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCiphers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9181410Z [00:02:57.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRedirectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9253380Z [00:02:58.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteScheduledPreloadJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9323095Z [00:02:58.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetOriginClientCertificateHostnames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9392793Z [00:02:58.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateHttpsBasicConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9462930Z [00:02:58.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListSiteRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9531582Z [00:02:58.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCompressionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9601043Z [00:02:58.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeContainerRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9670984Z [00:02:58.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafPhases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9745578Z [00:02:58.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteScheduledPreloadExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9816346Z [00:02:58.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWafRuleset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9887564Z [00:02:58.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:50.9957812Z [00:02:58.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0030772Z [00:02:58.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0102226Z [00:02:58.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetHttpDDoSAttackIntelligentProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0172325Z [00:02:58.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateCacheRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0241885Z [00:02:58.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListHttpResponseHeaderModificationRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0312022Z [00:02:58.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppResourceReserve.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0380467Z [00:02:58.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListKvs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0449980Z [00:02:58.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateSite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0520055Z [00:02:58.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafRuleset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0593915Z [00:02:58.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWafRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0668454Z [00:02:58.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateOriginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0741618Z [00:02:58.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetUploadTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0811006Z [00:02:58.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRewriteUrlRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0884596Z [00:02:58.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/EditSiteWafSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.0953980Z [00:02:58.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1025424Z [00:02:58.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteNetworkOptimization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1097048Z [00:02:58.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteEdgeContainerApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1166749Z [00:02:58.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteVanityNS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1236211Z [00:02:58.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateImageTransform.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1306748Z [00:02:58.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/OpenErService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1378582Z [00:02:58.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListOriginRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1448662Z [00:02:58.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateUrlObservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1518828Z [00:02:58.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeSiteTopData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1588287Z [00:02:58.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchDeleteKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1657612Z [00:02:58.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerDeployRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1728164Z [00:02:58.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1800938Z [00:02:58.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWaitingRooms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1869997Z [00:02:58.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.1942061Z [00:02:58.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2013775Z [00:02:58.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCompressionRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2088570Z [00:02:58.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateHttpResponseHeaderModificationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2158415Z [00:02:58.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCacheRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2229407Z [00:02:58.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2298638Z [00:02:58.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRewriteUrlRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2368755Z [00:02:58.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRoutineRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2438250Z [00:02:58.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginClientCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2507207Z [00:02:58.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateUserDeliveryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2576609Z [00:02:58.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateEdgeContainerAppRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2648103Z [00:02:58.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteHttpResponseHeaderModificationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2719170Z [00:02:58.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateOriginPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2789590Z [00:02:58.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeRatePlanInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2860592Z [00:02:58.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteEdgeContainerAppVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.2931174Z [00:02:58.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateOriginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3002136Z [00:02:58.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteNameExclusive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3072830Z [00:02:58.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3144803Z [00:02:58.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateRoutine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3216087Z [00:02:58.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3287428Z [00:02:58.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListOriginCaCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3359496Z [00:02:58.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCacheRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3429833Z [00:02:58.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribePreloadTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3500189Z [00:02:58.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRedirectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3570755Z [00:02:58.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetHttpsBasicConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3642800Z [00:02:58.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3713831Z [00:02:58.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadOriginCaCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3783915Z [00:02:58.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWaitingRoom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3853714Z [00:02:58.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchCreateWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3924137Z [00:02:58.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PreloadCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.3995819Z [00:02:58.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4065179Z [00:02:58.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PurchaseRatePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4135267Z [00:02:58.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4206212Z [00:02:58.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteUserDeliveryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4277902Z [00:02:58.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/RollbackEdgeContainerAppVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4360008Z [00:02:58.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWaitingRoomRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4431148Z [00:02:58.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListPages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4500768Z [00:02:58.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWaitingRoomEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4571186Z [00:02:58.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4640554Z [00:02:58.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRealtimeDeliveryField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4712819Z [00:02:58.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeRoutineRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4781630Z [00:02:58.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchPutKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4854558Z [00:02:58.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeEdgeContainerAppStats.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4924897Z [00:02:58.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRewriteUrlRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.4998935Z [00:02:58.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafTemplateRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.5069452Z [00:02:58.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetImageTransform.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.5139268Z [00:02:58.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/SetCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.5213031Z [00:02:58.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/VerifySite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.5293996Z [00:02:58.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetHttpsApplicationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.5378002Z [00:02:58.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRoutineRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.5456338Z [00:02:58.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteCompressionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.5532676Z [00:02:58.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteCacheRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.5610743Z [00:02:58.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.5689391Z [00:02:58.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateOriginPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.5782366Z [00:02:58.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteImageTransform.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.5857917Z [00:02:58.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetNetworkOptimization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.5935840Z [00:02:58.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginCaCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.6011832Z [00:02:58.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteUrlObservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.6090003Z [00:02:58.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetPurgeQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.6192732Z [00:02:58.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeHttpDDoSAttackIntelligentProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.6273113Z [00:02:58.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateUserDeliveryTaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.6352598Z [00:02:58.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetVideoProcessing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.6443613Z [00:02:58.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerStagingDeployStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.6520166Z [00:02:58.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.6599067Z [00:02:58.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateManagedTransform.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.6673316Z [00:02:58.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetUserLogDeliveryQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.6760925Z [00:02:58.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.6843968Z [00:02:58.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWafRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.6920487Z [00:02:58.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.6996644Z [00:02:58.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.7079207Z [00:02:58.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.7158051Z [00:02:58.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSeoBypass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.7245561Z [00:02:58.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRoutineCodeVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.7326626Z [00:02:58.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreatePage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.7403157Z [00:02:58.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCacheRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.7476475Z [00:02:58.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWaitingRoomRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.7549585Z [00:02:58.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetOriginClientCertificateHostnames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.7620650Z [00:02:58.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCacheReserveSpecification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.7691134Z [00:02:58.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetClientCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.7761191Z [00:02:58.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUploadTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.7829903Z [00:02:58.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchPutKvWithHighCapacity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.7900110Z [00:02:58.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateScheduledPreloadJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.7970628Z [00:02:58.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWaitingRoomRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8038243Z [00:02:58.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchDeleteKvWithHighCapacity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8107628Z [00:02:58.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateEdgeContainerAppResourceReserve.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8179090Z [00:02:58.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetScheduledPreloadJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8248200Z [00:02:58.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListOriginPools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8318119Z [00:02:58.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateEdgeContainerAppLogRiver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8387619Z [00:02:58.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeCustomScenePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8457393Z [00:02:58.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCertificatesByRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8526703Z [00:02:58.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8597879Z [00:02:58.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerTerminal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8668720Z [00:02:58.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribePurgeTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8737890Z [00:02:58.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetUserDeliveryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8806610Z [00:02:58.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateOriginProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8875936Z [00:02:58.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/EnableCustomScenePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.8947476Z [00:02:58.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetCnameFlattening.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9017188Z [00:02:58.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetKvNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9086839Z [00:02:58.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateHttpRequestHeaderModificationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9154834Z [00:02:58.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteKvNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9223202Z [00:02:58.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetWafQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9291756Z [00:02:59.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteVideoProcessing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9360185Z [00:02:59.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppResourceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9430018Z [00:02:59.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteSiteDeliveryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9499960Z [00:02:59.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteLogDeliveryQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9568451Z [00:02:59.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PurchaseCacheReserve.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9639762Z [00:02:59.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9711498Z [00:02:59.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteCustomLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9785751Z [00:02:59.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWaitingRoomEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9856539Z [00:02:59.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeDDoSL7QpsList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9927120Z [00:02:59.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRoutineRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:51.9997543Z [00:02:59.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSiteWafSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.0069398Z [00:02:59.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteWafRuleset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.0140582Z [00:02:59.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetHttpResponseHeaderModificationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.0209627Z [00:02:59.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListNetworkOptimizations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.0278417Z [00:02:59.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListSites.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.0349938Z [00:02:59.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteEdgeContainerAppRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.0418701Z [00:02:59.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteClientCaCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.0490404Z [00:02:59.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PutKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.0560317Z [00:02:59.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRoutineCodeVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.0633240Z [00:02:59.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetIPv6.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.0711881Z [00:02:59.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListEdgeContainerAppVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.0786997Z [00:02:59.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateWafRuleset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.0858753Z [00:02:59.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetErService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.0931054Z [00:02:59.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateKvNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.1005356Z [00:02:59.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListOriginClientCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.1076940Z [00:02:59.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetClientCertificateHostnames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.1150027Z [00:02:59.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeDDoSAllEventList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.1269798Z [00:02:59.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateHttpsApplicationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.1350755Z [00:02:59.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateNetworkOptimization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.1430855Z [00:02:59.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListVideoProcessings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.1509583Z [00:02:59.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateUrlObservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.1585922Z [00:02:59.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetSeoBypass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.1661355Z [00:02:59.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteHttpsBasicConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.1736801Z [00:02:59.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetRoutine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.1816000Z [00:02:59.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateScheduledPreloadExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.1896206Z [00:02:59.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.1975822Z [00:02:59.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUrlObservations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.2049400Z [00:02:59.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListLoadBalancerRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.2120419Z [00:02:59.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateIPv6.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.2194221Z [00:02:59.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginCaCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.2265213Z [00:02:59.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUserDeliveryTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.2338123Z [00:02:59.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginClientCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.2411009Z [00:02:59.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListLoadBalancerOriginStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.2499003Z [00:02:59.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.2572575Z [00:02:59.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.2649882Z [00:02:59.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafManagedRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.2726786Z [00:02:59.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCrossBorderOptimization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.2804106Z [00:02:59.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/StartScheduledPreloadExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.2882751Z [00:02:59.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListCacheReserveInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.2956544Z [00:02:59.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeKvAccountStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3029048Z [00:02:59.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUserRoutines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3101325Z [00:02:59.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateWaitingRoom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3176070Z [00:02:59.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdatePage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3248006Z [00:02:59.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeSiteTimeSeriesData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3318528Z [00:02:59.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CheckSiteName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3388318Z [00:02:59.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateOriginProtectionIpWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3458598Z [00:02:59.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteNameExclusive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3529877Z [00:02:59.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCustomScenePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3601534Z [00:02:59.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetEdgeContainerAppStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3670849Z [00:02:59.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PutKvWithHighCapacity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3744456Z [00:02:59.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateScheduledPreloadExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3815760Z [00:02:59.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateTieredCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3888641Z [00:02:59.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteCoverage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.3963485Z [00:02:59.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4034093Z [00:02:59.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4108711Z [00:02:59.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateDevelopmentMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4180771Z [00:02:59.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadClientCaCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4254174Z [00:02:59.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRedirectRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4324420Z [00:02:59.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeactivateVersionManagement.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4394512Z [00:02:59.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteRoutineRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4465047Z [00:02:59.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DeleteOriginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4535793Z [00:02:59.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4605906Z [00:02:59.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DisableCustomScenePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4678318Z [00:02:59.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteAccessType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4750693Z [00:02:59.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UploadFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4823940Z [00:02:59.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateNetworkOptimization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4897330Z [00:02:59.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.4968700Z [00:02:59.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CreateCustomScenePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5040578Z [00:02:59.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/PublishEdgeContainerAppVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5110502Z [00:02:59.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListWafUsageOfRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5182908Z [00:02:59.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/DescribeDDoSBpsList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5256540Z [00:02:59.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ActivateClientCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5326804Z [00:02:59.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateSiteDeliveryTaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5398249Z [00:02:59.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/BatchCreateRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5468842Z [00:02:59.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/GetManagedTransform.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5539932Z [00:02:59.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateRatePlanSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5609403Z [00:02:59.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/CheckUserProjectName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5679837Z [00:02:59.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListSiteDeliveryTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5751707Z [00:02:59.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/ListUserRatePlanInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5825121Z [00:02:59.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/esa/UpdateCompressionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5900431Z [00:02:59.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteMetaCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.5975517Z [00:02:59.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakePartitionName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.6063097Z [00:02:59.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ExecuteDataCorrect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.6140672Z [00:02:59.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSQLExecAuditLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.6225910Z [00:02:59.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectTaskDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.6304067Z [00:02:59.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListProxySQLExecAuditLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.6385712Z [00:02:59.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataImportSQLType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.6463526Z [00:02:59.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ChangeColumnSecurityLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.6551024Z [00:02:59.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataExportOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.6653262Z [00:02:59.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTaskFlowNotification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.6729304Z [00:02:59.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStructSyncOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.6801922Z [00:02:59.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SubmitOrderApproval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.6875564Z [00:02:59.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ResumeTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.6950980Z [00:02:59.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RevokeTemplateAuthority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7024544Z [00:02:59.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7098232Z [00:02:59.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RetryDataCorrectPreCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7168453Z [00:02:59.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ReDeployLhDagVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7238787Z [00:02:59.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOpLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7309933Z [00:02:59.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListStandardGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7381210Z [00:02:59.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListMetaCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7454847Z [00:02:59.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskTimeVariables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7526943Z [00:02:59.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectRollbackFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7598523Z [00:02:59.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7673393Z [00:02:59.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7753831Z [00:02:59.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7827190Z [00:02:59.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteLogicDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7898830Z [00:02:59.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SyncDatabaseMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.7971910Z [00:02:59.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SetWorkflowExtraInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.8044398Z [00:02:59.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.8119873Z [00:02:59.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DisableUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.8190774Z [00:02:59.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteLhMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.8263349Z [00:02:59.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataCronClearOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.8332267Z [00:02:59.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AnalyzeSQLLineage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.8401669Z [00:02:59.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateStandardGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.8479857Z [00:02:59.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.8559933Z [00:02:59.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CloseOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.8637906Z [00:02:59.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.8712025Z [00:02:59.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SetOwners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.8787191Z [00:02:59.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateSLARules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.8866881Z [00:02:59.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddLogicTableRouteConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.8939534Z [00:02:59.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStructSyncJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9011377Z [00:02:59.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RevokeUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9084614Z [00:02:59.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RefundPayAsYouGoOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9154386Z [00:02:59.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ModifyDataCorrectExecSQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9223985Z [00:02:59.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowsByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9293518Z [00:03:00.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ChangeLhDagOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9361174Z [00:03:00.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9430096Z [00:03:00.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataExportOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9498574Z [00:03:00.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddTaskFlowEdges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9569741Z [00:03:00.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetLhSpaceByName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9649303Z [00:03:00.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9744816Z [00:03:00.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetAuthorityTemplateItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9820713Z [00:03:00.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/PublishAndDeployTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9897803Z [00:03:00.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListProxyAccesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:52.9967981Z [00:03:00.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListInstanceLoginAuditLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.0039853Z [00:03:00.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ExecuteStructSync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.0107209Z [00:03:00.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetProxyAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.0178273Z [00:03:00.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitivityLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.0248349Z [00:03:00.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BackFill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.0319472Z [00:03:00.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateProcCorrectOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.0389466Z [00:03:00.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RestartDataExportJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.0459537Z [00:03:00.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ExecuteDataExport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.0530995Z [00:03:00.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateLogicDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.0605456Z [00:03:00.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListWorkFlowTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.0686472Z [00:03:00.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowConstants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.0769061Z [00:03:00.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.0853702Z [00:03:00.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddTableToCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.0940324Z [00:03:00.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.1016043Z [00:03:00.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakePartitionByFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.1089219Z [00:03:00.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ReRunTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.1160004Z [00:03:00.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.1253478Z [00:03:00.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.1327239Z [00:03:00.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDatabaseExportOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.1456044Z [00:03:00.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTableDesignProjectFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.1529741Z [00:03:00.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDBTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.1604654Z [00:03:00.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SearchTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.1692066Z [00:03:00.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.1765239Z [00:03:00.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowNotification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.1838366Z [00:03:00.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataImportSQLPreCheckDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.1917323Z [00:03:00.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateStandardGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.1988910Z [00:03:00.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStructSyncExecSqlDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.2059346Z [00:03:00.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTableTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.2132654Z [00:03:00.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.2205011Z [00:03:00.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListLogicTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.2275891Z [00:03:00.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDAGVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.2353682Z [00:03:00.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RemoveDataExportJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.2424736Z [00:03:00.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.2498692Z [00:03:00.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDesensitizationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.2570413Z [00:03:00.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSQLReviewOriginSQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.2640029Z [00:03:00.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddLhMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.2709986Z [00:03:00.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.2779582Z [00:03:00.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTaskInstanceRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.2860823Z [00:03:00.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteAbacAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.2935915Z [00:03:00.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDBTaskSQLJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.3012929Z [00:03:00.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.3088092Z [00:03:00.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataImportOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.3166938Z [00:03:00.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetSQLReviewOptimizeDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.3243795Z [00:03:00.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataTrackOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.3321113Z [00:03:00.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.3393778Z [00:03:00.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SearchDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.3473129Z [00:03:00.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateProxyAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.3555115Z [00:03:00.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitiveColumnInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.3624346Z [00:03:00.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDbExportDownloadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.3706765Z [00:03:00.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakePartition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.3780197Z [00:03:00.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.3860601Z [00:03:00.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BatchCreateDataLakePartitions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.3936241Z [00:03:00.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowConstants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.4010283Z [00:03:00.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/MoveTaskFlowToScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.4083390Z [00:03:00.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RestartDataCorrectSQLJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.4160366Z [00:03:00.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ExecuteScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.4234780Z [00:03:00.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.4309706Z [00:03:00.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/PreviewWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.4380955Z [00:03:00.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListClassificationTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.4472873Z [00:03:00.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/PauseDataCorrectSQLJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.4543218Z [00:03:00.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataExportDownloadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.4615305Z [00:03:00.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataTrackJobDegree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.4688091Z [00:03:00.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDBTaskSQLJobLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.4760144Z [00:03:00.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTableDesignProjectInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.4835014Z [00:03:00.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTablesInCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.4930129Z [00:03:00.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteLogicTableRouteConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5026455Z [00:03:00.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataCorrectOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5100689Z [00:03:00.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeTablebaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5174595Z [00:03:00.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/MakeTaskFlowInstanceSuccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5248449Z [00:03:00.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateUploadOSSFileJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5320860Z [00:03:00.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateFreeLockCorrectOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5391707Z [00:03:00.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetIntervalLimitOfSLA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5462087Z [00:03:00.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ChangeColumnSecLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5535520Z [00:03:00.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListLogicDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5607831Z [00:03:00.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5679330Z [00:03:00.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetPhysicalDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5748758Z [00:03:00.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataExportPreCheckDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5816715Z [00:03:00.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/StopTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5883638Z [00:03:00.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GrantTemplateAuthority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.5953768Z [00:03:00.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowEdgesByCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6024605Z [00:03:00.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStructSyncJobAnalyzeResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6096080Z [00:03:00.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6169692Z [00:03:00.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6242955Z [00:03:00.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataTrackJobTableMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6314993Z [00:03:00.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeTableName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6386608Z [00:03:00.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6462076Z [00:03:00.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GenerateSqlFromNL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6535258Z [00:03:00.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorizedUsersForInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6608538Z [00:03:00.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/EnableUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6681993Z [00:03:00.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateDataLakeDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6757234Z [00:03:00.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BuyPayAsYouGoOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6829491Z [00:03:00.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RemoveTableFromCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6903987Z [00:03:00.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListInstanceUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.6977907Z [00:03:00.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.7049290Z [00:03:00.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/PauseDataExportJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.7121799Z [00:03:00.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.7201458Z [00:03:00.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCronClearTaskDetailList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.7275123Z [00:03:00.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateUploadFileJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.7348862Z [00:03:00.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTaskFlowGraph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.7424177Z [00:03:00.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateMetaCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.7503990Z [00:03:00.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BatchDeleteDataLakePartitions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.7577580Z [00:03:00.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowTimeVariables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.7653315Z [00:03:00.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.7723919Z [00:03:00.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOnlineDDLProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.7794283Z [00:03:00.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataArchiveOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.7865267Z [00:03:00.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListLhTaskFlowAndScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.7938402Z [00:03:00.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateLakeHouseSpace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8010521Z [00:03:00.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SkipDataCorrectRowCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8081293Z [00:03:00.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakePartition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8152197Z [00:03:00.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteDataLakeTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8222879Z [00:03:00.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetAbacPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8293515Z [00:03:00.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataLakeFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8364917Z [00:03:00.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectSQLFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8436192Z [00:03:00.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8507939Z [00:03:00.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RegisterInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8578040Z [00:03:00.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOrderBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8647077Z [00:03:00.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8716156Z [00:03:00.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8786529Z [00:03:00.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ModifyDesensitizationStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8855142Z [00:03:00.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/QueryDataTrackResultDownloadStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8923579Z [00:03:00.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetSQLReviewCheckResultStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.8991956Z [00:03:00.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9060235Z [00:03:00.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9129766Z [00:03:00.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SubmitStructSyncOrderApproval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9197784Z [00:03:00.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListIndexes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9267170Z [00:03:01.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListScenarios.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9336186Z [00:03:01.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowNameAndDesc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9407456Z [00:03:01.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9476753Z [00:03:01.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9547458Z [00:03:01.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9618701Z [00:03:01.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteAbacPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9686849Z [00:03:01.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/InspectProxyAccessSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9754059Z [00:03:01.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataTrackOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9822881Z [00:03:01.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListEffectiveOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9892142Z [00:03:01.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateSQLReviewOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:53.9960688Z [00:03:01.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListColumns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.0031025Z [00:03:01.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakeFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.0099243Z [00:03:01.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataCorrectPreCheckSQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.0168377Z [00:03:01.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateDataLakeFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.0238632Z [00:03:01.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataLakeDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.0308789Z [00:03:01.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/OfflineTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.0398350Z [00:03:01.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateDataLakePartition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.0472529Z [00:03:01.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDBTaskSQLJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.0544875Z [00:03:01.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetStandardGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.0629489Z [00:03:01.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetLogicDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.0707522Z [00:03:01.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateAbacPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.0784543Z [00:03:01.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowCooperators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.0859504Z [00:03:01.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteStandardGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.0934705Z [00:03:01.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateAbacPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.1007186Z [00:03:01.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateAbacAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.1077778Z [00:03:01.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataImportSQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.1156694Z [00:03:01.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListWorkFlowNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.1255380Z [00:03:01.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.1327540Z [00:03:01.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitiveColumns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.1405722Z [00:03:01.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreatePublishGroupTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.1483467Z [00:03:01.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataCorrectPreCheckDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.1552563Z [00:03:01.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteDataLakeDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.1625811Z [00:03:01.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAbacPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.1706242Z [00:03:01.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteLakeHouseSpace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.1795415Z [00:03:01.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.1885448Z [00:03:01.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.1963350Z [00:03:01.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetClassificationTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.2044419Z [00:03:01.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOwnerApplyOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.2115586Z [00:03:01.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SimplyAddInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.2195337Z [00:03:01.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitiveColumnsDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.2267525Z [00:03:01.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDatabaseExportOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.2340623Z [00:03:01.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAbacAuthorizations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.2413423Z [00:03:01.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.2484549Z [00:03:01.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.2555201Z [00:03:01.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTableColumns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.2625981Z [00:03:01.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskFlowEdges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.2697757Z [00:03:01.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListLogicTableRouteConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.2776035Z [00:03:01.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetOrderAttachmentFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.2870391Z [00:03:01.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.2946917Z [00:03:01.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTasksInTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3019445Z [00:03:01.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/TryRunTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3094158Z [00:03:01.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDatabaseUserPermssions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3168782Z [00:03:01.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCronClearConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3240863Z [00:03:01.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListUserTenants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3317769Z [00:03:01.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorizedInstancesForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3390273Z [00:03:01.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SuspendDataExportJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3462713Z [00:03:01.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DownloadDataTrackResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3534586Z [00:03:01.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeFunctionName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3606379Z [00:03:01.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SyncInstanceMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3679794Z [00:03:01.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataArchiveOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3754144Z [00:03:01.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteProxyAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3828961Z [00:03:01.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3903535Z [00:03:01.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteTaskFlowEdgesByCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.3976226Z [00:03:01.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/RegisterUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.4050150Z [00:03:01.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowTimeVariables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.4131348Z [00:03:01.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteDataLakePartition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.4204644Z [00:03:01.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateMetaCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.4280595Z [00:03:01.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/BatchUpdateDataLakePartitions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.4354064Z [00:03:01.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskContentV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.4430869Z [00:03:01.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListTaskFlowCooperators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.4502547Z [00:03:01.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ApproveOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.4576278Z [00:03:01.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddAuthorityTemplateItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.4649898Z [00:03:01.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SuspendTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.4724053Z [00:03:01.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetMetaTableDetailInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.4795225Z [00:03:01.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.4868194Z [00:03:01.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorizedUsersForDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.4938737Z [00:03:01.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5010141Z [00:03:01.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateTaskContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5081502Z [00:03:01.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataLakePartition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5154447Z [00:03:01.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListProxies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5228325Z [00:03:01.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/SearchDataTrackResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5300483Z [00:03:01.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/EditLogicDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5371921Z [00:03:01.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateDataLakeTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5441882Z [00:03:01.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetUserUploadFileJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5511417Z [00:03:01.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetApprovalDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5579981Z [00:03:01.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GrantUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5649994Z [00:03:01.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetTableDBTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5720842Z [00:03:01.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSensitiveDataAuditLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5790604Z [00:03:01.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/AddDesensitizationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5861897Z [00:03:01.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetMetaTableColumn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.5932365Z [00:03:01.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetPermApplyOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6002282Z [00:03:01.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakeCatalog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6074188Z [00:03:01.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDefaultSLARules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6142626Z [00:03:01.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ModifyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6212565Z [00:03:01.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDDLPublishRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6281752Z [00:03:01.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakeDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6352694Z [00:03:01.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6423003Z [00:03:01.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetPagedInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6493876Z [00:03:01.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataCorrectOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6564402Z [00:03:01.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/UpdateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6635932Z [00:03:01.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetRuleNumLimitOfSLA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6706111Z [00:03:01.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListWorkspaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6776230Z [00:03:01.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateStructSyncOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6848539Z [00:03:01.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListDataLakeCatalog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6920412Z [00:03:01.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataArchiveCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.6991582Z [00:03:01.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetDataLakeTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.7067148Z [00:03:01.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListSLARules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.7139423Z [00:03:01.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/ListAuthorizedDatabasesForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.7218611Z [00:03:01.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/DeleteDataLakeFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.7292138Z [00:03:01.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/CreateDataLakeTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.7367955Z [00:03:01.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-enterprise/GetUserActiveTenant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.7445980Z [00:03:01.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListAssociatedResourceRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.7517955Z [00:03:01.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.7593221Z [00:03:01.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CloseCreatedBy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.7668353Z [00:03:01.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.7749653Z [00:03:01.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CreateTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.7823385Z [00:03:01.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DeleteTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.7892891Z [00:03:01.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DisablePolicyType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.7961104Z [00:03:01.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListResourcesByTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8049192Z [00:03:01.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/EnablePolicyType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8125357Z [00:03:01.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListConfigRulesForTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8195046Z [00:03:01.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8268814Z [00:03:01.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DetachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8340187Z [00:03:01.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListPoliciesForTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8411605Z [00:03:01.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ModifyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8485041Z [00:03:01.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/OpenCreatedBy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8559582Z [00:03:01.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListSupportResourceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8636764Z [00:03:01.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8713138Z [00:03:01.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8783746Z [00:03:01.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CheckCreatedByEnabled.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8852152Z [00:03:01.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8922336Z [00:03:01.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DeleteAssociatedResourceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.8993655Z [00:03:01.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/CreateAssociatedResourceRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.9065225Z [00:03:01.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GetEffectivePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.9137312Z [00:03:01.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GetConfigRuleReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.9208579Z [00:03:01.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GetPolicyEnableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.9283039Z [00:03:02.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GenerateConfigRuleReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.9356751Z [00:03:02.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.9429035Z [00:03:02.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/GetPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.9499365Z [00:03:02.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.9575170Z [00:03:02.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.9649155Z [00:03:02.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/ListTargetsForPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.9725624Z [00:03:02.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/AttachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.9800973Z [00:03:02.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/tag/UpdateAssociatedResourceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.9880013Z [00:03:02.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CancelMessageContactUpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:54.9949517Z [00:03:02.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CancelChangeAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0024417Z [00:03:02.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0101336Z [00:03:02.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdateControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0173670Z [00:03:02.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/InviteAccountToResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0245263Z [00:03:02.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0321340Z [00:03:02.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/MoveAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0393129Z [00:03:02.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeleteMessageContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0464709Z [00:03:02.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListDelegatedServicesForAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0538165Z [00:03:02.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CheckAccountDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0609011Z [00:03:02.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0679976Z [00:03:02.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListAncestors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0752250Z [00:03:02.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetPayerForAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0828182Z [00:03:02.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/BindSecureMobilePhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0902582Z [00:03:02.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListDelegatedAdministrators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.0981186Z [00:03:02.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTrustedServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1057270Z [00:03:02.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListFoldersForParent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1139019Z [00:03:02.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetMessageContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1210930Z [00:03:02.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/RetryChangeAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1282987Z [00:03:02.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/RemoveCloudAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1358302Z [00:03:02.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeleteControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1430764Z [00:03:02.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SetMemberDisplayNameSyncStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1503598Z [00:03:02.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/AddMessageContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1575549Z [00:03:02.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListHandshakesForAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1648829Z [00:03:02.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1720248Z [00:03:02.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CreateResourceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1789922Z [00:03:02.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1859107Z [00:03:02.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTargetAttachmentsForControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1928350Z [00:03:02.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListMessageContacts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.1999394Z [00:03:02.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/EnableControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2068536Z [00:03:02.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/RegisterDelegatedAdministrator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2137033Z [00:03:02.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2205181Z [00:03:02.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdatePayerForAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2274366Z [00:03:02.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2344502Z [00:03:02.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/AssociateMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2415442Z [00:03:02.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DisassociateMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2485930Z [00:03:02.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SendVerificationCodeForEnableRD.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2556930Z [00:03:02.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2629065Z [00:03:02.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeregisterDelegatedAdministrator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2701277Z [00:03:02.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2771788Z [00:03:02.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeclineHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2841027Z [00:03:02.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SendPhoneVerificationForMessageContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2910001Z [00:03:02.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/EnableResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.2980093Z [00:03:02.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListMessageContactVerifications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3051238Z [00:03:02.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListHandshakesForResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3123116Z [00:03:02.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetMessageContactDeletionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3194974Z [00:03:02.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListControlPolicyAttachmentsForTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3265281Z [00:03:02.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CreateControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3337562Z [00:03:02.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/AcceptHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3409812Z [00:03:02.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ChangeAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3480372Z [00:03:02.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3550318Z [00:03:02.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DeleteFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3621034Z [00:03:02.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetAccountDeletionCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3693438Z [00:03:02.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DisableControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3769561Z [00:03:02.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CreateFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3841414Z [00:03:02.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3913999Z [00:03:02.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/AttachControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.3986362Z [00:03:02.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SetMemberDeletionPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.4061789Z [00:03:02.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SendVerificationCodeForBindSecureMobilePhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.4133409Z [00:03:02.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.4203678Z [00:03:02.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/PrecheckForConsolidatedBillingAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.4275044Z [00:03:02.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdateMessageContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.4345415Z [00:03:02.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DetachControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.4415144Z [00:03:02.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListAccountsForParent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.4498008Z [00:03:02.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetAccountDeletionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.4570301Z [00:03:02.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetControlPolicyEnablementStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.4640959Z [00:03:02.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/SendEmailVerificationForMessageContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.4714736Z [00:03:02.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/ListControlPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.4791436Z [00:03:02.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/GetFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.4865981Z [00:03:02.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/CancelHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.4941668Z [00:03:02.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/UpdateFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.5016394Z [00:03:02.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcedirectorymaster/DestroyResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.5090069Z [00:03:02.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetInstanceAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.5177997Z [00:03:02.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.5262014Z [00:03:02.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.5362213Z [00:03:02.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/VerifyConsumeMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.5437266Z [00:03:02.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateInstanceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.5507656Z [00:03:02.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.5578473Z [00:03:02.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListMetricMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.5648973Z [00:03:02.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateInstanceAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.5725369Z [00:03:02.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/VerifySendMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.5796568Z [00:03:02.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteDisasterRecoveryItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.5870506Z [00:03:02.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListInstanceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.5945662Z [00:03:02.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteDisasterRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6019767Z [00:03:02.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateDisasterRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6091918Z [00:03:02.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetInstanceIpWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6164290Z [00:03:02.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetConsumerGroupLag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6234757Z [00:03:02.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetMessageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6306731Z [00:03:02.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateInstanceIpWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6379482Z [00:03:02.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteInstanceAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6450330Z [00:03:02.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListTopicSubscriptions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6523239Z [00:03:02.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListConsumerGroupSubscriptions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6594602Z [00:03:02.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListConsumerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6664381Z [00:03:02.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6732954Z [00:03:02.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6804166Z [00:03:02.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/StartDisasterRecoveryItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6873926Z [00:03:02.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateInstanceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.6947378Z [00:03:02.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7019396Z [00:03:02.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListInstanceAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7088766Z [00:03:02.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7158823Z [00:03:02.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7229421Z [00:03:02.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteInstanceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7298802Z [00:03:02.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateInstanceAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7369227Z [00:03:02.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7440752Z [00:03:02.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateDisasterRecoveryItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7517389Z [00:03:02.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7587629Z [00:03:02.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ResetConsumeOffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7654978Z [00:03:02.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListTopics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7724273Z [00:03:02.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListMessages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7792714Z [00:03:02.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7864225Z [00:03:02.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetDisasterRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.7935513Z [00:03:02.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/SyncDisasterRecoveryCheckpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8006569Z [00:03:02.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8076033Z [00:03:02.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8145283Z [00:03:02.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8216622Z [00:03:02.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8288469Z [00:03:02.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListDisasterRecoveryCheckpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8373362Z [00:03:02.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetConsumerGroupSubscription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8453608Z [00:03:02.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListTraces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8531847Z [00:03:02.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8604602Z [00:03:02.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/AddDisasterRecoveryItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8676267Z [00:03:02.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8746069Z [00:03:02.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8815904Z [00:03:02.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListDisasterRecoveryPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8886383Z [00:03:02.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteInstanceIpWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.8962595Z [00:03:02.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetConsumerStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.9040834Z [00:03:02.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/StopDisasterRecoveryItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.9118737Z [00:03:02.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateDisasterRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.9193095Z [00:03:02.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetDisasterRecoveryItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.9266509Z [00:03:03.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListDisasterRecoveryItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.9341082Z [00:03:03.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListInstanceIpWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.9413162Z [00:03:03.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/GetInstanceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.9486524Z [00:03:03.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/DeleteConsumerGroupSubscription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.9561111Z [00:03:03.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/UpdateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.9635464Z [00:03:03.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/ListConsumerConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.9709437Z [00:03:03.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rocketmq/CreateTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.9781829Z [00:03:03.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceMirror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.9854057Z [00:03:03.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListServiceVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:55.9935749Z [00:03:03.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGatewayIntranetLinkedVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.0005405Z [00:03:03.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceSafetyLock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.0075096Z [00:03:03.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGatewayIntranetLinkedVpcPeer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.0146490Z [00:03:03.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateGatewayIntranetLinkedVpcPeer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.0219779Z [00:03:03.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.0292713Z [00:03:03.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeGroupEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.0370249Z [00:03:03.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.0444191Z [00:03:03.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListResourceServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.0520927Z [00:03:03.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.0625477Z [00:03:03.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.0711175Z [00:03:03.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateAppService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.0787418Z [00:03:03.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateResourceDLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.0855484Z [00:03:03.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/StartService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.0928511Z [00:03:03.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResourceInstanceLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1000741Z [00:03:03.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1071986Z [00:03:03.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceInstanceDiagnosis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1142792Z [00:03:03.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeBenchmarkTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1214563Z [00:03:03.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateVirtualResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1287999Z [00:03:03.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1372356Z [00:03:03.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResourceDLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1447368Z [00:03:03.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1517710Z [00:03:03.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DevelopService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1590353Z [00:03:03.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateResourceInstanceLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1661870Z [00:03:03.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGatewayDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1733641Z [00:03:03.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/StartBenchmarkTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1805164Z [00:03:03.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGatewayIntranetSupportedZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1873328Z [00:03:03.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteBenchmarkTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.1948619Z [00:03:03.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListResourceInstanceWorker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2018874Z [00:03:03.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListBenchmarkTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2090352Z [00:03:03.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateBenchmarkTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2161586Z [00:03:03.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceMirror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2233946Z [00:03:03.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResourceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2308472Z [00:03:03.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListTenantAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2384056Z [00:03:03.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2456476Z [00:03:03.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ReleaseService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2529674Z [00:03:03.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeBenchmarkTaskReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2601597Z [00:03:03.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceAutoScaler.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2674677Z [00:03:03.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2748394Z [00:03:03.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/StopBenchmarkTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2821305Z [00:03:03.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2894896Z [00:03:03.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ReinstallTenantAddon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.2965622Z [00:03:03.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3038365Z [00:03:03.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeResourceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3112698Z [00:03:03.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListServiceContainers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3183590Z [00:03:03.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceCronScaler.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3255588Z [00:03:03.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3328487Z [00:03:03.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResourceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3403941Z [00:03:03.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateResourceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3478695Z [00:03:03.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DetachGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3551792Z [00:03:03.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3623628Z [00:03:03.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListAclPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3696115Z [00:03:03.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateAppService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3769198Z [00:03:03.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/AttachGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3843508Z [00:03:03.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3917334Z [00:03:03.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.3990665Z [00:03:03.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteVirtualResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.4065855Z [00:03:03.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.4173459Z [00:03:03.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeSpotDiscountHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.4250609Z [00:03:03.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.4328224Z [00:03:03.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceMirror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.4412697Z [00:03:03.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeVirtualResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.4487862Z [00:03:03.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.4563972Z [00:03:03.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListResourceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.4650417Z [00:03:03.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateAclPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.4729289Z [00:03:03.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateServiceMirror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.4807036Z [00:03:03.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CloneService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.4883716Z [00:03:03.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/StopService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.4958435Z [00:03:03.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.5030704Z [00:03:03.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateVirtualResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.5102686Z [00:03:03.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.5204211Z [00:03:03.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CommitService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.5281994Z [00:03:03.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceSignedUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.5357035Z [00:03:03.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteGatewayIntranetLinkedVpcPeer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.5427806Z [00:03:03.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.5500191Z [00:03:03.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceCronScaler.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.5573387Z [00:03:03.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateServiceAutoScaler.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.5645084Z [00:03:03.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateServiceCronScaler.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.5718809Z [00:03:03.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateResourceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.5791618Z [00:03:03.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.5883751Z [00:03:03.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateBenchmarkTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.5987518Z [00:03:03.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.6060849Z [00:03:03.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceDiagnosis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.6133495Z [00:03:03.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.6205673Z [00:03:03.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.6278069Z [00:03:03.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.6352626Z [00:03:03.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.6435913Z [00:03:03.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceAutoScaler.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.6509672Z [00:03:03.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteAclPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.6589448Z [00:03:03.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeResourceDLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.6663277Z [00:03:03.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/ListVirtualResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.6738788Z [00:03:03.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeMachineSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.6814525Z [00:03:03.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceCronScaler.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.6895802Z [00:03:03.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DeleteGatewayIntranetLinkedVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7008896Z [00:03:03.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/UpdateServiceLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7080774Z [00:03:03.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateResourceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7154514Z [00:03:03.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/RestartService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7227000Z [00:03:03.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/DescribeServiceAutoScaler.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7297221Z [00:03:03.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eas/CreateGatewayIntranetLinkedVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7368831Z [00:03:03.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateRealTimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7439043Z [00:03:03.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnDomainSMCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7508261Z [00:03:03.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/AddFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7578786Z [00:03:03.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRegionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7648195Z [00:03:03.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7718007Z [00:03:03.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainTopClientIpVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7788936Z [00:03:03.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSMCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7858756Z [00:03:03.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDeliverList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7930393Z [00:03:03.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserBillHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.7998978Z [00:03:03.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetWaitingRoomConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8067807Z [00:03:03.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainBpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8137000Z [00:03:03.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainsBySource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8207298Z [00:03:03.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyCdnDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8278381Z [00:03:03.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainBpsDataByTimeStamp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8349288Z [00:03:03.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8419483Z [00:03:03.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8489899Z [00:03:03.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCertificateInfoByID.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8559375Z [00:03:03.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/PushObjectCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8630068Z [00:03:03.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/StartCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8699178Z [00:03:03.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8767108Z [00:03:03.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateCdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8836908Z [00:03:03.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/OpenCdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8904990Z [00:03:03.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainVerifyData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.8975708Z [00:03:03.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserCdnStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9048233Z [00:03:03.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserUsageDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9116461Z [00:03:03.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnFullDomainsBlockIPConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9185266Z [00:03:03.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeByteHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9252114Z [00:03:04.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSSLCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9322228Z [00:03:04.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9394099Z [00:03:04.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyCdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9466381Z [00:03:04.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateCdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9538871Z [00:03:04.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserBillType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9608941Z [00:03:04.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateUserUsageDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9678803Z [00:03:04.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainDetailDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9748649Z [00:03:04.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListUserCustomLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9818756Z [00:03:04.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/PublishStagingConfigToProduction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9886796Z [00:03:04.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:56.9956258Z [00:03:04.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ChangeCdnDomainToDcdn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0025380Z [00:03:04.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/UpdateFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0094576Z [00:03:04.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/UpdateCdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0164570Z [00:03:04.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0234077Z [00:03:04.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSMCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0304237Z [00:03:04.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchAddCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0374280Z [00:03:04.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0449938Z [00:03:04.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchUpdateCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0522554Z [00:03:04.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnConditionIPBInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0598363Z [00:03:04.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchDescribeCdnIpInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0672268Z [00:03:04.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetReqHeaderConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0758410Z [00:03:04.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0837981Z [00:03:04.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainTopUrlVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0917516Z [00:03:04.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchDeleteCdnDomainConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.0992345Z [00:03:04.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchStartCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.1066178Z [00:03:04.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserVipsByDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.1148192Z [00:03:04.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnCertificateDetailById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.1225558Z [00:03:04.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnDomainSSLCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.1299642Z [00:03:04.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeVerifyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.1375991Z [00:03:04.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainQpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.1472312Z [00:03:04.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.1567985Z [00:03:04.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDeletedDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.1644064Z [00:03:04.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainsUsageByDay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.1715869Z [00:03:04.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeEsExceptionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.1788858Z [00:03:04.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainHttpCodeDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.1858846Z [00:03:04.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.1929554Z [00:03:04.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeBlockedRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2000542Z [00:03:04.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainCcActivityLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2071858Z [00:03:04.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeStagingIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2142296Z [00:03:04.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateCdnCertificateSigningRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2214455Z [00:03:04.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2291233Z [00:03:04.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRefreshTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2363436Z [00:03:04.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnMigrateRegisterStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2448377Z [00:03:04.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainPvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2523532Z [00:03:04.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/RefreshObjectCacheByCacheTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2589132Z [00:03:04.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteUsageDetailDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2678553Z [00:03:04.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2749812Z [00:03:04.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserUsageDetailDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2818843Z [00:03:04.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/AddCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2890230Z [00:03:04.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.2959235Z [00:03:04.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3030195Z [00:03:04.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserDomainsByFunc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3103819Z [00:03:04.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/VerifyDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3174977Z [00:03:04.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListRealtimeLogDeliveryInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3247034Z [00:03:04.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnHttpsDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3317580Z [00:03:04.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainMultiUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3389269Z [00:03:04.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSubList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3462368Z [00:03:04.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteCdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3532124Z [00:03:04.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3603738Z [00:03:04.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3676300Z [00:03:04.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3746940Z [00:03:04.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/RefreshObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3819099Z [00:03:04.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3895779Z [00:03:04.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainISPData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.3969293Z [00:03:04.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.4042307Z [00:03:04.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.4115459Z [00:03:04.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeTopDomainsByFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.4186580Z [00:03:04.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DisableRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.4258834Z [00:03:04.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.4333623Z [00:03:04.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/StopCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.4408160Z [00:03:04.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListDomainsByLogConfigId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.4480512Z [00:03:04.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnSecFuncInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.4563041Z [00:03:04.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRefreshTaskById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.4647009Z [00:03:04.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnOrderCommodityCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.4731396Z [00:03:04.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.4821218Z [00:03:04.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnFullDomainsBlockIPHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.4894301Z [00:03:04.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CheckCdnDomainICP.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.4965239Z [00:03:04.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteUserUsageDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5035843Z [00:03:04.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainByCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5106510Z [00:03:04.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeIpStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5176763Z [00:03:04.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/RollbackStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5245867Z [00:03:04.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5317183Z [00:03:04.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRealtimeDeliveryAcc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5387935Z [00:03:04.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeSrcHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5456705Z [00:03:04.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnDomainCSRCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5525843Z [00:03:04.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserCertificateExpireCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5595347Z [00:03:04.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5664303Z [00:03:04.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5733501Z [00:03:04.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnFullDomainsBlockIP.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5802107Z [00:03:04.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserBillPrediction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5871953Z [00:03:04.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteRealTimeLogLogstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.5941802Z [00:03:04.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6011102Z [00:03:04.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6081840Z [00:03:04.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6153832Z [00:03:04.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6225231Z [00:03:04.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6304242Z [00:03:04.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6374905Z [00:03:04.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeIpInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6445371Z [00:03:04.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CdnMigrateRegister.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6517003Z [00:03:04.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6588912Z [00:03:04.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6662115Z [00:03:04.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6742193Z [00:03:04.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ListRealtimeLogDeliveryDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6813289Z [00:03:04.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6892027Z [00:03:04.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/EnableRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.6969682Z [00:03:04.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainPathData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7042282Z [00:03:04.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7114918Z [00:03:04.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchStopCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7186845Z [00:03:04.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainCustomLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7260015Z [00:03:04.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7330207Z [00:03:04.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteCdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7401358Z [00:03:04.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteSpecificStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7471500Z [00:03:04.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnRegionAndIsp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7540712Z [00:03:04.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcTopUrlVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7612850Z [00:03:04.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7683777Z [00:03:04.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CheckCdnDomainExist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7752809Z [00:03:04.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/SetCdnDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7820544Z [00:03:04.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeEsExecuteData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7889302Z [00:03:04.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeL2VipsByDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.7958775Z [00:03:04.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8028412Z [00:03:04.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainSrcHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8097903Z [00:03:04.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8168521Z [00:03:04.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainAverageResponseTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8238869Z [00:03:04.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DeleteRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8308322Z [00:03:04.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribePreloadDetailById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8378134Z [00:03:04.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8447259Z [00:03:04.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainMax95BpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8517836Z [00:03:04.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnWafDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8599868Z [00:03:04.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8673890Z [00:03:04.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRangeDataByLocateAndIspService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8754381Z [00:03:04.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainTopReferVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8835338Z [00:03:04.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8924258Z [00:03:04.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeRefreshQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.8989321Z [00:03:04.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9058434Z [00:03:04.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9127490Z [00:03:04.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9195836Z [00:03:04.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/UpdateCdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9264402Z [00:03:05.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9332933Z [00:03:05.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainRealTimeDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9416782Z [00:03:05.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeDomainUvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9487238Z [00:03:05.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/CreateUsageDetailDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9554612Z [00:03:05.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/BatchSetCdnDomainConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9622694Z [00:03:05.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/ModifyCdnDomainSchdmByProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9693276Z [00:03:05.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cdn/DescribeCustomLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9764085Z [00:03:05.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyLDAPConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9833002Z [00:03:05.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAutoSnapshotTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9903726Z [00:03:05.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:57.9974619Z [00:03:05.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeLogAnalysis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0043586Z [00:03:05.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0113713Z [00:03:05.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/OpenNASService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0183067Z [00:03:05.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateAccessGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0256710Z [00:03:05.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeFilesystemsVscAttachInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0327152Z [00:03:05.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0422642Z [00:03:05.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListRecentlyRecycledDirectories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0491269Z [00:03:05.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyFileset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0561232Z [00:03:05.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAccessRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0630230Z [00:03:05.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeBlackListClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0705540Z [00:03:05.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeDataFlows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0779191Z [00:03:05.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelFilesetQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0853384Z [00:03:05.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeMountTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0925471Z [00:03:05.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.0999300Z [00:03:05.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyDataFlowAutoRefresh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.1070282Z [00:03:05.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.1144711Z [00:03:05.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.1216039Z [00:03:05.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListDirectoriesAndFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.1287292Z [00:03:05.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.1359051Z [00:03:05.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelDirQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.1429734Z [00:03:05.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/SetFilesetQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
﻿2025-08-20T19:16:58.1503263Z [00:03:05.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAccessPoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.1573428Z [00:03:05.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/RetryLifecycleRetrieveJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.1644052Z [00:03:05.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateLifecycleRetrieveJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.1716139Z [00:03:05.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.1792346Z [00:03:05.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateFileset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.1864354Z [00:03:05.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.1934865Z [00:03:05.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelDataFlowTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2005160Z [00:03:05.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateProtocolService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2075927Z [00:03:05.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyLifecyclePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2156286Z [00:03:05.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListLifecycleRetrieveJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2230753Z [00:03:05.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAccessGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2304928Z [00:03:05.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2373573Z [00:03:05.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2447918Z [00:03:05.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateDataFlowSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2520708Z [00:03:05.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2595427Z [00:03:05.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeFileSystemStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2670629Z [00:03:05.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeStoragePackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2748479Z [00:03:05.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateLogAnalysis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2820108Z [00:03:05.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ResetFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2891612Z [00:03:05.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DisableAndCleanRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.2963692Z [00:03:05.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeProtocolService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3033372Z [00:03:05.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeLifecyclePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3102127Z [00:03:05.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DisableNfsAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3170818Z [00:03:05.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ApplyDataFlowAutoRefresh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3239081Z [00:03:05.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3307907Z [00:03:05.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateLifecyclePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3376250Z [00:03:05.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DetachVscFromFilesystems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3445269Z [00:03:05.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeMountedClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3514838Z [00:03:05.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyAccessGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3583204Z [00:03:05.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/RemoveClientFromBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3652612Z [00:03:05.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteLogAnalysis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3721214Z [00:03:05.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyProtocolMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3790956Z [00:03:05.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/GetRecycleBinAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3860431Z [00:03:05.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateRecycleBinDeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.3930196Z [00:03:05.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4001575Z [00:03:05.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelLifecycleRetrieveJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4071276Z [00:03:05.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4140594Z [00:03:05.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4209839Z [00:03:05.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyProtocolService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4278864Z [00:03:05.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeDirQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4350628Z [00:03:05.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/SetDirQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4423290Z [00:03:05.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateProtocolMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4491776Z [00:03:05.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/StartDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4561092Z [00:03:05.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteFileset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4635949Z [00:03:05.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DisableSmbAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4716927Z [00:03:05.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4788530Z [00:03:05.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/EnableSmbAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4858296Z [00:03:05.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateLDAPConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.4929469Z [00:03:05.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/EnableNfsAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.5005344Z [00:03:05.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteAccessGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.5079499Z [00:03:05.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.5150540Z [00:03:05.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListRecycledDirectoriesAndFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.5224366Z [00:03:05.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.5307340Z [00:03:05.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/GetDirectoryOrFileProperties.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.5394315Z [00:03:05.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeFilesets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.5473647Z [00:03:05.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifyFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.5548038Z [00:03:05.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateRecycleBinRestoreJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.5626411Z [00:03:05.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteProtocolService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.5704295Z [00:03:05.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/UpgradeFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.5780647Z [00:03:05.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.5869998Z [00:03:05.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/AddClientToBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.5947292Z [00:03:05.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6028472Z [00:03:05.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6103515Z [00:03:05.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6175283Z [00:03:05.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelRecycleBinJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6247225Z [00:03:05.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6316642Z [00:03:05.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateDataFlowTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6385529Z [00:03:05.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6454687Z [00:03:05.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6524025Z [00:03:05.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/AttachVscToFilesystems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6593251Z [00:03:05.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeProtocolMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6663409Z [00:03:05.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/EnableRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6731530Z [00:03:05.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6800392Z [00:03:05.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteProtocolMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6869012Z [00:03:05.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ApplyAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.6940215Z [00:03:05.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteLifecyclePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7010917Z [00:03:05.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ModifySmbAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7083512Z [00:03:05.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateDir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7153482Z [00:03:05.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/UpdateRecycleBinAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7222642Z [00:03:05.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7292204Z [00:03:05.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelDataFlowAutoRefresh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7361872Z [00:03:05.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeFileSystems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7434725Z [00:03:05.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/StopDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7505738Z [00:03:05.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeSmbAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7574083Z [00:03:05.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeDataFlowTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7642595Z [00:03:05.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/ListRecycleBinJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7710410Z [00:03:05.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CreateFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7779745Z [00:03:05.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeNfsAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7859424Z [00:03:05.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DeleteLDAPConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.7931335Z [00:03:05.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeAutoSnapshotPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8003223Z [00:03:05.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/CancelDataFlowSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8076072Z [00:03:05.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nas/DescribeDataFlowSubTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8148965Z [00:03:05.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayFlowRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8221709Z [00:03:05.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateWebFlowRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8290645Z [00:03:05.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8359668Z [00:03:05.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewaySpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8430316Z [00:03:05.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAnsServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8500337Z [00:03:05.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8572865Z [00:03:05.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8642789Z [00:03:05.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateClusterSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8713356Z [00:03:05.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ImportServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8784048Z [00:03:05.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteIsolationRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8855452Z [00:03:05.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryClusterInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.8931710Z [00:03:05.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9011491Z [00:03:05.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9088278Z [00:03:05.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/EnableProxyProtocol.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9161151Z [00:03:05.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9236431Z [00:03:06.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryAllSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9309572Z [00:03:06.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteWafStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9380098Z [00:03:06.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateZnode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9452745Z [00:03:06.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9525439Z [00:03:06.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayIsolationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9595430Z [00:03:06.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListListenersByConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9665467Z [00:03:06.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListServiceSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9736468Z [00:03:06.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListApplicationsWithTagRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9805780Z [00:03:06.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayAuthConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9875235Z [00:03:06.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayAuthConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:58.9945046Z [00:03:06.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListSentinelBlockFallbackDefinitions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0014928Z [00:03:06.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayAuthConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0085378Z [00:03:06.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListListenersByIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0154055Z [00:03:06.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNamingTrack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0224911Z [00:03:06.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListSecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0295517Z [00:03:06.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0366818Z [00:03:06.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0439354Z [00:03:06.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddMockRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0509633Z [00:03:06.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/OrderClusterHealthCheckRiskNotice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0580501Z [00:03:06.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListFlowRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0657042Z [00:03:06.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateGatewayIsolationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0735485Z [00:03:06.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayAuthConsumerResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0809875Z [00:03:06.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0886577Z [00:03:06.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.0958752Z [00:03:06.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ApplyGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1029979Z [00:03:06.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/OfflineGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1100112Z [00:03:06.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListExportZookeeperData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1169470Z [00:03:06.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1239216Z [00:03:06.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1308380Z [00:03:06.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ImportZookeeperData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1380804Z [00:03:06.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusterTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1451370Z [00:03:06.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1521950Z [00:03:06.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1591137Z [00:03:06.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryClusterSpecification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1661490Z [00:03:06.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteHTTPRewrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1729905Z [00:03:06.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewaySlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1799170Z [00:03:06.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1870407Z [00:03:06.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewaySlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.1939708Z [00:03:06.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/RetryCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2009430Z [00:03:06.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateGatewayFlowRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2076948Z [00:03:06.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/RemoveAuthPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2146501Z [00:03:06.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateMseServiceApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2215856Z [00:03:06.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteHeaderOp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2284667Z [00:03:06.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2353944Z [00:03:06.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2427382Z [00:03:06.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdatePluginConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2499985Z [00:03:06.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddServiceSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2571538Z [00:03:06.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2640927Z [00:03:06.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/PreserveHeaderFormat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2710176Z [00:03:06.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteFlowRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2780048Z [00:03:06.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2848842Z [00:03:06.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNacosMcpServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.2917262Z [00:03:06.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayAuthConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3007428Z [00:03:06.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3076599Z [00:03:06.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListEurekaInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3145618Z [00:03:06.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteCircuitBreakerRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3215377Z [00:03:06.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusterHealthCheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3283855Z [00:03:06.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateIsolationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3352148Z [00:03:06.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/PutClusterHealthCheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3420105Z [00:03:06.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateOrUpdateSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3489011Z [00:03:06.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3560735Z [00:03:06.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayAuthConsumerResourceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3630211Z [00:03:06.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateEngineNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3700243Z [00:03:06.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetNacosHistoryConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3770703Z [00:03:06.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3840688Z [00:03:06.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusterVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3913451Z [00:03:06.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAnsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.3985435Z [00:03:06.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayFlowRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4057486Z [00:03:06.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetBlackWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4129309Z [00:03:06.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayFlowRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4199219Z [00:03:06.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateLocalityRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4268481Z [00:03:06.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetEngineNamepace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4339007Z [00:03:06.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayOption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4408982Z [00:03:06.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/InitializeServiceLinkRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4479058Z [00:03:06.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4548255Z [00:03:06.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4619350Z [00:03:06.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListEngineNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4689755Z [00:03:06.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryInstancesInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4761163Z [00:03:06.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4830637Z [00:03:06.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4901918Z [00:03:06.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListEurekaServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.4972833Z [00:03:06.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNacosInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5044182Z [00:03:06.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNacosHistoryConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5113556Z [00:03:06.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetZookeeperDataImportUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5183299Z [00:03:06.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5251231Z [00:03:06.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5320173Z [00:03:06.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateNacosService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5389026Z [00:03:06.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListZnodeChildren.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5457976Z [00:03:06.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/FetchLosslessRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5528036Z [00:03:06.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddSSLCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5598657Z [00:03:06.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddAuthPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5668522Z [00:03:06.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteRetry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5740887Z [00:03:06.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ExportNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5811161Z [00:03:06.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateZnode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5882994Z [00:03:06.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/EnableHttp2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.5953939Z [00:03:06.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6023927Z [00:03:06.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetNacosMcpServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6095189Z [00:03:06.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6167022Z [00:03:06.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteServiceSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6237151Z [00:03:06.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ExportZookeeperData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6307356Z [00:03:06.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetLosslessRuleByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6378685Z [00:03:06.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6449311Z [00:03:06.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetMseSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6518987Z [00:03:06.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateIsolationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6589765Z [00:03:06.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6660039Z [00:03:06.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryZnodeDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6729843Z [00:03:06.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateBlackWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6802042Z [00:03:06.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/PullServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6873227Z [00:03:06.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetLocalityRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.6944407Z [00:03:06.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QuerySwimmingLaneById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7013922Z [00:03:06.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetKubernetesSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7082635Z [00:03:06.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryClusterDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7150156Z [00:03:06.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryGatewayRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7218093Z [00:03:06.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayAuthConsumerResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7286135Z [00:03:06.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosGrayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7355637Z [00:03:06.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayRouteOnAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7424827Z [00:03:06.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAppBySwimmingLaneGroupTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7494056Z [00:03:06.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetApplicationList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7562139Z [00:03:06.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7629590Z [00:03:06.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7699257Z [00:03:06.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryGatewayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7766905Z [00:03:06.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QuerySlbSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7836295Z [00:03:06.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreatePluginConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7906713Z [00:03:06.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayIsolationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.7975233Z [00:03:06.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteTimeout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8045371Z [00:03:06.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteZnode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8117344Z [00:03:06.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetPluginConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8186286Z [00:03:06.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateEngineNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8255209Z [00:03:06.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteAuthResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8325770Z [00:03:06.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateSentinelBlockFallbackDefinition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8394475Z [00:03:06.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListInstanceCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8463305Z [00:03:06.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayServiceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8533488Z [00:03:06.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8615634Z [00:03:06.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetServiceListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8685543Z [00:03:06.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8754176Z [00:03:06.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeletePluginConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8820585Z [00:03:06.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateSSLCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8887779Z [00:03:06.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateFlowRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.8957878Z [00:03:06.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListIsolationRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9030792Z [00:03:06.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosMcpServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9100248Z [00:03:06.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateNacosCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9170317Z [00:03:06.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayCircuitBreakerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9237686Z [00:03:07.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNacosConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9307260Z [00:03:07.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayIsolationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9376066Z [00:03:07.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9444355Z [00:03:07.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ImportNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9512618Z [00:03:07.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetAppMessageQueueRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9582584Z [00:03:07.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayAuthConsumerDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9650000Z [00:03:07.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ModifyGovernanceKubernetesCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9717432Z [00:03:07.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListClusterConnectionTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9786403Z [00:03:07.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetImportFileUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9854765Z [00:03:07.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9926107Z [00:03:07.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayOption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:16:59.9994418Z [00:03:07.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayAuthDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0065882Z [00:03:07.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0140500Z [00:03:07.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetServiceListPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0213696Z [00:03:07.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/SelectGatewaySlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0284427Z [00:03:07.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListNacosMcpServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0354675Z [00:03:07.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayAuthConsumerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0423723Z [00:03:07.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNacosConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0492368Z [00:03:07.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0561654Z [00:03:07.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ApplyTagPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0633883Z [00:03:07.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateMessageQueueRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0707439Z [00:03:07.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateFlowRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0780154Z [00:03:07.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayServiceTrafficPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0853166Z [00:03:07.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayCircuitBreakerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0922851Z [00:03:07.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CloneSentinelRuleFromAhas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.0991544Z [00:03:07.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1062614Z [00:03:07.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GatewayBlackWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1130702Z [00:03:07.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewaySlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1198721Z [00:03:07.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateAuthPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1268936Z [00:03:07.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1336916Z [00:03:07.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListZkTrack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1405213Z [00:03:07.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1473851Z [00:03:07.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryAllSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1541803Z [00:03:07.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetTagsBySwimmingLaneGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1613458Z [00:03:07.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1685515Z [00:03:07.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGatewayRouteDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1753759Z [00:03:07.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1823846Z [00:03:07.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayAuthConsumerResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1894057Z [00:03:07.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpgradeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.1962367Z [00:03:07.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAuthPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2031955Z [00:03:07.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ModifyLosslessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2100290Z [00:03:07.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteSecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2169389Z [00:03:07.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2237835Z [00:03:07.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListSSLCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2309623Z [00:03:07.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2379189Z [00:03:07.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/RemoveApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2450076Z [00:03:07.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateServiceSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2520823Z [00:03:07.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2590610Z [00:03:07.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2660224Z [00:03:07.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/BindSentinelBlockFallbackDefinition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2730390Z [00:03:07.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayRouteCORS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2800677Z [00:03:07.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAnsServiceClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2870385Z [00:03:07.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetApplicationInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.2939783Z [00:03:07.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateGatewayCircuitBreakerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3009694Z [00:03:07.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListAppBySwimmingLaneGroupTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3081682Z [00:03:07.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGovernanceKubernetesCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3153231Z [00:03:07.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3221207Z [00:03:07.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CloneNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3289546Z [00:03:07.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListConfigTrack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3361899Z [00:03:07.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3439121Z [00:03:07.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateCircuitBreakerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3513679Z [00:03:07.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetServiceMethodPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3586120Z [00:03:07.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryBusinessLocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3656992Z [00:03:07.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/RestartCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3727946Z [00:03:07.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetMseFeatureSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3797374Z [00:03:07.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListWebFlowRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3866904Z [00:03:07.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryClusterDiskSpecification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.3935436Z [00:03:07.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4006268Z [00:03:07.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4079483Z [00:03:07.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetServiceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4149102Z [00:03:07.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4219044Z [00:03:07.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddSecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4290767Z [00:03:07.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddBlackWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4360597Z [00:03:07.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateCircuitBreakerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4430541Z [00:03:07.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteWebFlowRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4501568Z [00:03:07.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4574433Z [00:03:07.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/ListCircuitBreakerRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4647441Z [00:03:07.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4719336Z [00:03:07.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteEngineNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4792594Z [00:03:07.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/CreateOrUpdateSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4863312Z [00:03:07.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.4934864Z [00:03:07.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateGatewayServiceCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5004793Z [00:03:07.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5075123Z [00:03:07.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/GetGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5146988Z [00:03:07.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5220019Z [00:03:07.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/UpdateWebFlowRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5290275Z [00:03:07.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/DeleteGatewayCircuitBreakerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5361637Z [00:03:07.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/QueryGovernanceKubernetesCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5433491Z [00:03:07.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mse/AddAuthResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5504614Z [00:03:07.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/products.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5573826Z [00:03:07.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CredentialVerifyV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5644301Z [00:03:07.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Id2MetaVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5717231Z [00:03:07.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/ContrastFaceVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5788888Z [00:03:07.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VehicleMetaVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5861290Z [00:03:07.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeFaceGuardRisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.5932087Z [00:03:07.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeDeviceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6003290Z [00:03:07.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile2MetaVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6074162Z [00:03:07.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Id2MetaVerifyWithOCR.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6145552Z [00:03:07.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/MobileOnlineStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6215762Z [00:03:07.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/MobileOnlineTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6286222Z [00:03:07.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CredentialVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6354817Z [00:03:07.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeVerifySDK.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6426536Z [00:03:07.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/ModifyDeviceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6495771Z [00:03:07.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CredentialProductVerifyV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6565434Z [00:03:07.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeVerifyResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6635646Z [00:03:07.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeVerifyToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6705732Z [00:03:07.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CreateVerifySetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6775636Z [00:03:07.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/PageQueryWhiteListSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6845809Z [00:03:07.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Vehicle5ItemQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6917923Z [00:03:07.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/RemoveWhiteListSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.6987099Z [00:03:07.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/InsertWhiteListSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7056741Z [00:03:07.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribePageFaceVerifyData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7130340Z [00:03:07.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VehicleInsureQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7203009Z [00:03:07.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CompareFaceVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7272087Z [00:03:07.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CreateAuthKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7340817Z [00:03:07.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile3MetaDetailStandardVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7409786Z [00:03:07.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeCardVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7480389Z [00:03:07.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VehicleMetaVerifyV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7550029Z [00:03:07.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeFaceVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7619476Z [00:03:07.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/MobileDetect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7689015Z [00:03:07.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile3MetaSimpleStandardVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7758435Z [00:03:07.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/LivenessFaceVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7829896Z [00:03:07.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/InitFaceVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7901323Z [00:03:07.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DeepfakeDetect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.7971875Z [00:03:07.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/BankMetaVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8043013Z [00:03:07.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/CompareFaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8114055Z [00:03:07.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Id2MetaPeriodVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8182708Z [00:03:07.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile3MetaSimpleVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8250555Z [00:03:07.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/AIGCFaceVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8319414Z [00:03:07.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeOssUploadToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8389876Z [00:03:07.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VehicleQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8458651Z [00:03:07.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DetectFaceAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8528941Z [00:03:07.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DescribeSmartStatisticsPageList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8597369Z [00:03:07.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Mobile3MetaDetailVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8666253Z [00:03:07.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/VerifyMaterial.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8733739Z [00:03:07.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/InitCardVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8801180Z [00:03:07.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/Id2MetaStandardVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8868819Z [00:03:07.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudauth/DeleteFaceVerifyResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.8940989Z [00:03:07.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListIdpConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9013320Z [00:03:07.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListEnterpriseAccelerateLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9082308Z [00:03:07.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListExcessiveDeviceRegistrationApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9154747Z [00:03:07.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListEnterpriseAccelerateTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9225091Z [00:03:07.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovalProcesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9295665Z [00:03:08.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUninstallApplicationsStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9366996Z [00:03:08.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateIdpDepartment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9437944Z [00:03:08.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserPrivateAccessPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9506467Z [00:03:08.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetPrivateAccessPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9576344Z [00:03:08.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/AttachApplication2Connector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9644610Z [00:03:08.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetDynamicRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9713489Z [00:03:08.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetIdpConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9783091Z [00:03:08.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListClientUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9851908Z [00:03:08.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetBootAndAntiUninstallPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9919553Z [00:03:08.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteRegistrationPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:00.9988645Z [00:03:08.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateIdpDepartment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0061062Z [00:03:08.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteEnterpriseAcceleratePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0133266Z [00:03:08.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdatePrivateAccessApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0203186Z [00:03:08.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DisableEnterpriseAcceleratePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0272035Z [00:03:08.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApplicationsForPrivateAccessTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0342052Z [00:03:08.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreatePrivateAccessApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0412638Z [00:03:08.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetWmExtractTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0483252Z [00:03:08.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ModifyEnterpriseAcceleratePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0554791Z [00:03:08.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateRegistrationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0626765Z [00:03:08.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateNacUserCertStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0698232Z [00:03:08.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteApprovalProcesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0773314Z [00:03:08.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0847153Z [00:03:08.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetApprovalProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0921231Z [00:03:08.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessPolices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.0994054Z [00:03:08.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetPrivateAccessApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1065630Z [00:03:08.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/EnableEnterpriseAcceleratePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1138075Z [00:03:08.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovalProcessesForApprovalSchemas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1208970Z [00:03:08.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateApprovalProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1283662Z [00:03:08.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateRegistrationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1356936Z [00:03:08.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1426968Z [00:03:08.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/RevokeUserSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1497298Z [00:03:08.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetUserDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1565786Z [00:03:08.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1633050Z [00:03:08.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetApprovalSchema.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1701689Z [00:03:08.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPolicesForPrivateAccessApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1770003Z [00:03:08.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPolicesForPrivateAccessTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1838367Z [00:03:08.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListSoftwareForUserDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1906842Z [00:03:08.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateDynamicRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.1975671Z [00:03:08.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteIdpDepartment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2044707Z [00:03:08.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateClientUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2114312Z [00:03:08.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateWmBaseImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2183313Z [00:03:08.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetApproval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2254384Z [00:03:08.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListRegistrationPoliciesForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2332935Z [00:03:08.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserGroupsForPrivateAccessPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2396773Z [00:03:08.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2466385Z [00:03:08.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DetachPolicy2ApprovalProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2535205Z [00:03:08.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteDynamicRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2603627Z [00:03:08.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateWmEmbedTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2673110Z [00:03:08.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateClientUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2743028Z [00:03:08.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeletePrivateAccessTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2811281Z [00:03:08.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2879729Z [00:03:08.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.2949374Z [00:03:08.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DetachApplication2Connector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3018990Z [00:03:08.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreatePrivateAccessTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3087950Z [00:03:08.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListTagsForPrivateAccessPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3156338Z [00:03:08.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/LookupWmInfoMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3225265Z [00:03:08.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateBootAndAntiUninstallPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3294361Z [00:03:08.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3365376Z [00:03:08.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ImportEnterpriseAccelerateTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3437071Z [00:03:08.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreatePrivateAccessPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3508561Z [00:03:08.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateDynamicRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3577961Z [00:03:08.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateClientUserPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3647108Z [00:03:08.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUninstallApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3715239Z [00:03:08.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetClientUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3785250Z [00:03:08.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovalSchemasForApprovalProcesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3854084Z [00:03:08.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/AttachPolicy2ApprovalProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3924409Z [00:03:08.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListEnterpriseAcceleratePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.3994160Z [00:03:08.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPolicesForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4062098Z [00:03:08.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateWmExtractTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4131412Z [00:03:08.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListDynamicRouteRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4200462Z [00:03:08.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateEnterpriseAcceleratePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4270748Z [00:03:08.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUserDevicesStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4340841Z [00:03:08.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUsersStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4411166Z [00:03:08.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListNacUserCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4482662Z [00:03:08.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateEnterpriseAccelerateTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4556347Z [00:03:08.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListDynamicDisposalProcesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4628315Z [00:03:08.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteEnterpriseAccelerateTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4699217Z [00:03:08.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListIdpDepartments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4769884Z [00:03:08.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetWmEmbedTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4839962Z [00:03:08.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdatePrivateAccessPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4910299Z [00:03:08.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListTagsForPrivateAccessApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.4978966Z [00:03:08.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserGroupsForRegistrationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5048049Z [00:03:08.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApplicationsForPrivateAccessPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5116822Z [00:03:08.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListUserDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5185634Z [00:03:08.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateExcessiveDeviceRegistrationApplicationsStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5255164Z [00:03:08.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteOtpConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5323376Z [00:03:08.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListConnectors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5391278Z [00:03:08.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessTagsForDynamicRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5459630Z [00:03:08.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeletePrivateAccessPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5528568Z [00:03:08.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateApprovalStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5598746Z [00:03:08.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateApprovalProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5668481Z [00:03:08.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateWmInfoMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5739246Z [00:03:08.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListDynamicRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5807910Z [00:03:08.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/UpdateUserDevicesSharingStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5877015Z [00:03:08.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteUserDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.5945936Z [00:03:08.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6013206Z [00:03:08.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeletePrivateAccessApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6082298Z [00:03:08.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteClientUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6151477Z [00:03:08.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/DeleteUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6221529Z [00:03:08.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetActiveIdpConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6294148Z [00:03:08.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPrivateAccessApplicationsForDynamicRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6366330Z [00:03:08.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ExportUserDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6435357Z [00:03:08.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListRegistrationPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6505272Z [00:03:08.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/GetRegistrationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6574827Z [00:03:08.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListPopTrafficStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6644705Z [00:03:08.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovals.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6715141Z [00:03:08.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/ListApprovalSchemas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6786486Z [00:03:08.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/csas/CreateClientUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6856687Z [00:03:08.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeDdosEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6926899Z [00:03:08.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/CheckAccessLogAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.6997541Z [00:03:08.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeExcpetionCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7069368Z [00:03:08.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListOpenedAccessLogInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7138291Z [00:03:08.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7208111Z [00:03:08.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeRdStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7281225Z [00:03:08.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/GetSlsOpenStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7352327Z [00:03:08.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/CreateSchedruleOnDemand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7422157Z [00:03:08.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ConfigSchedruleOnDemand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7493126Z [00:03:08.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeleteRdMemberList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7561516Z [00:03:08.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeOpEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7629867Z [00:03:08.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeleteSchedruleOnDemand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7698388Z [00:03:08.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ModifyRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7766431Z [00:03:08.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListPolicyAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7836351Z [00:03:08.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ReleaseDdosOriginInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7906348Z [00:03:08.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ModifyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.7976583Z [00:03:08.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8046721Z [00:03:08.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8114853Z [00:03:08.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DettachAssetGroupToInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8184511Z [00:03:08.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8252648Z [00:03:08.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeOnDemandInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8320801Z [00:03:08.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8391585Z [00:03:08.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeleteIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8460461Z [00:03:08.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribePackIpList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8528931Z [00:03:08.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8597665Z [00:03:08.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8668062Z [00:03:08.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeTraffic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8737596Z [00:03:08.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/ModifyPolicyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8807455Z [00:03:08.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeRdMemberList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8877709Z [00:03:08.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeAssetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.8949472Z [00:03:08.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/AddRdMemberList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9020980Z [00:03:08.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/AttachToPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9091633Z [00:03:08.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeAssetGroupToInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9161313Z [00:03:08.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/SetInstanceModeOnDemand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9231408Z [00:03:08.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeDdosOriginInstanceBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9299979Z [00:03:09.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9369465Z [00:03:09.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/CheckGrant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9438348Z [00:03:09.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/AddIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9507457Z [00:03:09.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9578984Z [00:03:09.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9649013Z [00:03:09.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DeleteBlackhole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9719608Z [00:03:09.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeInstanceSpecs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9793184Z [00:03:09.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/QuerySchedruleOnDemand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9866632Z [00:03:09.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/AttachAssetGroupToInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:01.9940491Z [00:03:09.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DescribeOnDemandDdosEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0010467Z [00:03:09.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ddosbgp/DetachFromPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0081496Z [00:03:09.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0150757Z [00:03:09.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DeleteTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0221588Z [00:03:09.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DescribeEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0290699Z [00:03:09.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ReloadSlot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0361634Z [00:03:09.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0430625Z [00:03:09.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DescribeSlot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0500493Z [00:03:09.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DeleteEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0570433Z [00:03:09.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0640693Z [00:03:09.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/UpdateSlot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0713588Z [00:03:09.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/StopSlot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0787272Z [00:03:09.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0859371Z [00:03:09.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/QuerySlotMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0928530Z [00:03:09.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.0999807Z [00:03:09.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DeleteSlot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1068683Z [00:03:09.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/BindEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1141252Z [00:03:09.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1212565Z [00:03:09.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateSlots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1286228Z [00:03:09.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/UnbindEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1356863Z [00:03:09.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1426521Z [00:03:09.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/ListSlots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1499157Z [00:03:09.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1571650Z [00:03:09.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DescribeComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1642175Z [00:03:09.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/QueryInstanceMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1711543Z [00:03:09.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/CreateSlot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1781960Z [00:03:09.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/QueryStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1851451Z [00:03:09.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/DescribeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1921890Z [00:03:09.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/paielasticdatasetaccelerator/UpdateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.1990664Z [00:03:09.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/goodstech/ClassifyCommodity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2061143Z [00:03:09.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateUserProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2130741Z [00:03:09.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioningEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2201925Z [00:03:09.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2273433Z [00:03:09.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteAccessAssignment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2343222Z [00:03:09.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUserMFAAuthenticationSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2414491Z [00:03:09.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetLoginPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2486732Z [00:03:09.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/AddUserToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2555434Z [00:03:09.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2625031Z [00:03:09.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2693938Z [00:03:09.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ProvisionAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2762845Z [00:03:09.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteUserProvisioningEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2832178Z [00:03:09.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListUserProvisioningEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2900490Z [00:03:09.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateMFAAuthenticationSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.2968866Z [00:03:09.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetMFAAuthenticationSettingInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3037499Z [00:03:09.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3106358Z [00:03:09.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListExternalSAMLIdPCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3175231Z [00:03:09.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListGroupMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3244764Z [00:03:09.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3313651Z [00:03:09.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DisableService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3384910Z [00:03:09.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3455701Z [00:03:09.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioningConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3526547Z [00:03:09.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListAccessConfigurationProvisionings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3595885Z [00:03:09.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3670054Z [00:03:09.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3737748Z [00:03:09.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetMFAAuthenticationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3807096Z [00:03:09.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetSCIMSynchronizationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3874295Z [00:03:09.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ResetUserPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.3942926Z [00:03:09.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ClearExternalSAMLIdentityProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4013710Z [00:03:09.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeprovisionAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4083954Z [00:03:09.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioningRdAccountStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4152864Z [00:03:09.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4220685Z [00:03:09.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateSCIMServerCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4290970Z [00:03:09.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListMFADevicesForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4362373Z [00:03:09.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioningStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4436189Z [00:03:09.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4508192Z [00:03:09.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4579252Z [00:03:09.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/RemoveUserFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4648616Z [00:03:09.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4717553Z [00:03:09.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/RemoveExternalSAMLIdPCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4788369Z [00:03:09.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/EnableService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4858047Z [00:03:09.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetDirectorySAMLServiceProviderInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.4930988Z [00:03:09.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateInlinePolicyForAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5001600Z [00:03:09.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5071324Z [00:03:09.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5140736Z [00:03:09.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5210888Z [00:03:09.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetMFAAuthenticationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5280490Z [00:03:09.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetDirectoryStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5349413Z [00:03:09.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetExternalSAMLIdentityProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5418617Z [00:03:09.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5488542Z [00:03:09.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5559388Z [00:03:09.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/AddExternalSAMLIdPCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5629880Z [00:03:09.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/CreateAccessAssignment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5701259Z [00:03:09.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/EnableDelegateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5772849Z [00:03:09.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5845298Z [00:03:09.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5920309Z [00:03:09.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListUserProvisionings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.5994693Z [00:03:09.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListDirectories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6068233Z [00:03:09.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6139128Z [00:03:09.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/RetryUserProvisioningEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6210029Z [00:03:09.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/SetLoginPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6280006Z [00:03:09.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetTaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6351340Z [00:03:09.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUserProvisioningConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6422312Z [00:03:09.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6496714Z [00:03:09.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListPermissionPoliciesInAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6567955Z [00:03:09.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUserProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6639963Z [00:03:09.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteUserProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6713195Z [00:03:09.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6784205Z [00:03:09.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListAccessAssignments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6855504Z [00:03:09.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6926846Z [00:03:09.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetMFAAuthenticationSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.6998945Z [00:03:09.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7069133Z [00:03:09.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DisableDelegateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7139331Z [00:03:09.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetSCIMSynchronizationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7208925Z [00:03:09.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserMFAAuthenticationSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7281430Z [00:03:09.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7357100Z [00:03:09.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/UpdateSCIMServerCredentialStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7427128Z [00:03:09.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetExternalSAMLIdentityProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7497602Z [00:03:09.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListJoinedGroupsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7568842Z [00:03:09.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteSCIMServerCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7639769Z [00:03:09.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7711445Z [00:03:09.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/GetUserProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7783649Z [00:03:09.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/DeleteMFADeviceForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7854544Z [00:03:09.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListAccessConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7925653Z [00:03:09.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/ListSCIMServerCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.7997240Z [00:03:09.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudsso/AddPermissionPolicyToAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8067966Z [00:03:09.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DisableLoadBalancerIpv6Internet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8138649Z [00:03:09.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateLoadBalancerAddressTypeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8207814Z [00:03:09.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/StartShiftLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8277523Z [00:03:09.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8347417Z [00:03:09.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8417566Z [00:03:09.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8488324Z [00:03:09.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteHealthCheckTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8561275Z [00:03:09.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8633951Z [00:03:09.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8705159Z [00:03:09.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AddEntriesToAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8776099Z [00:03:09.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8848557Z [00:03:09.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8920813Z [00:03:09.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.8991661Z [00:03:09.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/LoadBalancerJoinSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9063657Z [00:03:09.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateListenerLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9138455Z [00:03:09.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AddServersToServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9209647Z [00:03:09.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9280695Z [00:03:10.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9353549Z [00:03:10.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AttachCommonBandwidthPackageToLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9422844Z [00:03:10.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9493580Z [00:03:10.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListListenerCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9563383Z [00:03:10.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ApplyHealthCheckTemplateToServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9633429Z [00:03:10.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/EnableLoadBalancerAccessLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9703013Z [00:03:10.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/StartListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9772783Z [00:03:10.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9842955Z [00:03:10.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9913838Z [00:03:10.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AssociateAdditionalCertificatesWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:02.9986075Z [00:03:10.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateServerGroupServersAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0057769Z [00:03:10.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateHealthCheckTemplateAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0129266Z [00:03:10.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DisableDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0200906Z [00:03:10.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/GetLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0270743Z [00:03:10.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListServerGroupServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0341171Z [00:03:10.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateHealthCheckTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0412132Z [00:03:10.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0483629Z [00:03:10.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteAScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0553814Z [00:03:10.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListSecurityPolicyRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0625100Z [00:03:10.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0697272Z [00:03:10.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DisableLoadBalancerAccessLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0769241Z [00:03:10.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0842002Z [00:03:10.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0911905Z [00:03:10.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/LoadBalancerLeaveSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.0981152Z [00:03:10.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAsynJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1054780Z [00:03:10.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1125843Z [00:03:10.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateLoadBalancerEdition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1196694Z [00:03:10.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateAScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1267028Z [00:03:10.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/RemoveEntriesFromAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1338599Z [00:03:10.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1408282Z [00:03:10.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1477955Z [00:03:10.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1548195Z [00:03:10.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1621293Z [00:03:10.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/GetListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1692737Z [00:03:10.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DeleteListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1763344Z [00:03:10.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1834900Z [00:03:10.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DissociateAdditionalCertificatesFromListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1905963Z [00:03:10.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.1982728Z [00:03:10.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/GetHealthCheckTemplateAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2054824Z [00:03:10.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateAclAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2127542Z [00:03:10.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAclRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2200205Z [00:03:10.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2272308Z [00:03:10.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CancelShiftLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2344036Z [00:03:10.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2415136Z [00:03:10.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2486046Z [00:03:10.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DissociateAclsFromListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2557313Z [00:03:10.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2629996Z [00:03:10.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/AssociateAclsWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2698958Z [00:03:10.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ReplaceServersInServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2770628Z [00:03:10.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/StopListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2840129Z [00:03:10.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/GetListenerHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2910742Z [00:03:10.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListHealthCheckTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.2983015Z [00:03:10.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateRulesAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3055655Z [00:03:10.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3128066Z [00:03:10.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/DetachCommonBandwidthPackageFromLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3200951Z [00:03:10.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListSecurityPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3274382Z [00:03:10.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/CreateRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3345497Z [00:03:10.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListSystemSecurityPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3416623Z [00:03:10.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3489476Z [00:03:10.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateSecurityPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3559778Z [00:03:10.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/RemoveServersFromServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3629484Z [00:03:10.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/EnableLoadBalancerIpv6Internet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3699097Z [00:03:10.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/ListAclEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3768779Z [00:03:10.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/EnableDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3839116Z [00:03:10.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateAScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3908729Z [00:03:10.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alb/UpdateServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.3980045Z [00:03:10.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CancelChangeAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4050535Z [00:03:10.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4120025Z [00:03:10.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListPolicyVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4190209Z [00:03:10.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4261845Z [00:03:10.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/InviteAccountToResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4335833Z [00:03:10.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4407755Z [00:03:10.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateAutoGroupingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4479382Z [00:03:10.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4549686Z [00:03:10.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CancelCreateCloudAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4618495Z [00:03:10.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/MoveAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4688745Z [00:03:10.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAssociatedTransferSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4758455Z [00:03:10.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListDelegatedServicesForAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4828229Z [00:03:10.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CheckAccountDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4897094Z [00:03:10.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.4966945Z [00:03:10.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateAutoGroupingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5036398Z [00:03:10.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAncestors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5106384Z [00:03:10.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetPayerForAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5176067Z [00:03:10.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetServiceLinkedRoleDeletionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5248737Z [00:03:10.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/BindSecureMobilePhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5319660Z [00:03:10.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListDelegatedAdministrators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5391190Z [00:03:10.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTrustedServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5464378Z [00:03:10.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateAutoGroupingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5535120Z [00:03:10.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListFoldersForParent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5605545Z [00:03:10.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/RetryChangeAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5676523Z [00:03:10.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/RemoveCloudAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5746395Z [00:03:10.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5817627Z [00:03:10.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreatePolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5889730Z [00:03:10.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.5960070Z [00:03:10.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListHandshakesForAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6033400Z [00:03:10.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAutoGroupingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6106431Z [00:03:10.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DetachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6177368Z [00:03:10.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6248140Z [00:03:10.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateResourceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6320107Z [00:03:10.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6392012Z [00:03:10.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6465181Z [00:03:10.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTargetAttachmentsForControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6537603Z [00:03:10.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListResourceGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6610480Z [00:03:10.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/EnableControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6682272Z [00:03:10.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/RegisterDelegatedAdministrator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6753476Z [00:03:10.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6826292Z [00:03:10.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6898235Z [00:03:10.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ResendCreateCloudAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.6969632Z [00:03:10.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7039570Z [00:03:10.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7110776Z [00:03:10.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/SendVerificationCodeForEnableRD.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7178835Z [00:03:10.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7248668Z [00:03:10.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/EnableAssociatedTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7319684Z [00:03:10.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7391440Z [00:03:10.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeregisterDelegatedAdministrator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7461724Z [00:03:10.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAutoGroupingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7533126Z [00:03:10.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7605954Z [00:03:10.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7676886Z [00:03:10.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeclineHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7750002Z [00:03:10.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7819145Z [00:03:10.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/EnableResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7887869Z [00:03:10.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetResourceGroupResourceCounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.7958497Z [00:03:10.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListHandshakesForResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8027631Z [00:03:10.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListControlPolicyAttachmentsForTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8096025Z [00:03:10.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8167442Z [00:03:10.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeletePolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8239832Z [00:03:10.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/AcceptHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8310481Z [00:03:10.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteAutoGroupingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8381679Z [00:03:10.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ChangeAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8451898Z [00:03:10.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8522693Z [00:03:10.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8595379Z [00:03:10.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListPolicyAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8666971Z [00:03:10.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8738592Z [00:03:10.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateAssociatedTransferSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8809833Z [00:03:10.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAccountDeletionCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8879162Z [00:03:10.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.8949130Z [00:03:10.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DisableAutoGrouping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9019700Z [00:03:10.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DisableControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9090344Z [00:03:10.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/InitResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9159534Z [00:03:10.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9231036Z [00:03:10.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9301662Z [00:03:11.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/AttachControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9370759Z [00:03:11.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9439764Z [00:03:11.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/SetMemberDeletionPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9508322Z [00:03:11.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9577012Z [00:03:11.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9648327Z [00:03:11.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/EnableAutoGrouping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9719756Z [00:03:11.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/SetDefaultPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9791236Z [00:03:11.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CancelPromoteResourceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9862782Z [00:03:11.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAutoGroupingStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:03.9936067Z [00:03:11.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/AttachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0007886Z [00:03:11.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DetachControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0079420Z [00:03:11.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListAccountsForParent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0148977Z [00:03:11.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0218732Z [00:03:11.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/PromoteResourceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0288260Z [00:03:11.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0360315Z [00:03:11.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetAccountDeletionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0431062Z [00:03:11.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0500684Z [00:03:11.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetControlPolicyEnablementStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0578834Z [00:03:11.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0656647Z [00:03:11.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DisableAssociatedTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0730980Z [00:03:11.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DeleteResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0807978Z [00:03:11.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/MoveResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0887645Z [00:03:11.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.0966571Z [00:03:11.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ListControlPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.1046840Z [00:03:11.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/GetFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.1123201Z [00:03:11.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CancelHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.1197613Z [00:03:11.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/UpdateFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.1270780Z [00:03:11.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/DestroyResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.1345081Z [00:03:11.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/ResendPromoteResourceAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.1415991Z [00:03:11.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcemanager/CreateCloudAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.1489208Z [00:03:11.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetAccessControlListAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.1563290Z [00:03:11.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancerTCPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.1637529Z [00:03:11.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeVServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.1710226Z [00:03:11.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.1782288Z [00:03:11.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeServerCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.1854550Z [00:03:11.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancerHTTPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.1926180Z [00:03:11.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveVServerGroupBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2000965Z [00:03:11.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateMasterSlaveServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2073078Z [00:03:11.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteAccessLogsDownloadAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2146491Z [00:03:11.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2218834Z [00:03:11.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2290528Z [00:03:11.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2362850Z [00:03:11.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerTCPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2432785Z [00:03:11.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeDomainExtensionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2502975Z [00:03:11.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerUDPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2572890Z [00:03:11.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteServerCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2643188Z [00:03:11.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyVServerGroupBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2713582Z [00:03:11.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancerHTTPSListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2783930Z [00:03:11.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveListenerWhiteListItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2857030Z [00:03:11.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.2928201Z [00:03:11.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateDomainExtension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3000156Z [00:03:11.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/EnableHighDefinationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3072044Z [00:03:11.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetCACertificateName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3141652Z [00:03:11.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateVServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3213090Z [00:03:11.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteCACertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3283930Z [00:03:11.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3352905Z [00:03:11.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeCACertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3423323Z [00:03:11.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3493843Z [00:03:11.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/StartLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3563061Z [00:03:11.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3633397Z [00:03:11.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/UploadServerCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3704013Z [00:03:11.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/UploadCACertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3773387Z [00:03:11.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ListTLSCipherPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3841609Z [00:03:11.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3910604Z [00:03:11.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.3980757Z [00:03:11.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4051322Z [00:03:11.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4122112Z [00:03:11.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetServerCertificateName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4192921Z [00:03:11.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyLoadBalancerPayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4263722Z [00:03:11.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteDomainExtension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4335713Z [00:03:11.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyLoadBalancerInternetSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4407376Z [00:03:11.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4479881Z [00:03:11.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateAccessControlList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4556004Z [00:03:11.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerDeleteProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4627992Z [00:03:11.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteMasterSlaveServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4697570Z [00:03:11.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetListenerAccessControlStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4767276Z [00:03:11.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeAccessLogsDownloadAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4837278Z [00:03:11.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4907973Z [00:03:11.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetVServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.4977051Z [00:03:11.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeMasterSlaveServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5044721Z [00:03:11.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5116563Z [00:03:11.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5186924Z [00:03:11.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeAccessControlListAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5259307Z [00:03:11.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateTLSCipherPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5330120Z [00:03:11.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerUDPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5400603Z [00:03:11.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5469680Z [00:03:11.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteVServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5539970Z [00:03:11.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5608277Z [00:03:11.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetAccessLogsDownloadAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5678425Z [00:03:11.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerHTTPSListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5747381Z [00:03:11.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetTLSCipherPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5815690Z [00:03:11.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5886842Z [00:03:11.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyLoadBalancerInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.5956055Z [00:03:11.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6027630Z [00:03:11.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/RemoveAccessControlListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6097315Z [00:03:11.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeListenerAccessControlAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6168201Z [00:03:11.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddListenerWhiteListItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6237722Z [00:03:11.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyLoadBalancerInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6307036Z [00:03:11.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6377528Z [00:03:11.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6446825Z [00:03:11.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddVServerGroupBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6516993Z [00:03:11.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeAccessControlLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6586275Z [00:03:11.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateLoadBalancerUDPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6655113Z [00:03:11.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerHTTPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6723962Z [00:03:11.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6792075Z [00:03:11.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerHTTPSListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6859734Z [00:03:11.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerModificationProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6928667Z [00:03:11.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/StopLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.6998358Z [00:03:11.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7066635Z [00:03:11.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/AddAccessControlListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7135520Z [00:03:11.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7204039Z [00:03:11.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetDomainExtensionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7275334Z [00:03:11.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteAccessControlList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7346415Z [00:03:11.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/CreateRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7417420Z [00:03:11.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeHighDefinationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7488972Z [00:03:11.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeDomainExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7559386Z [00:03:11.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/ModifyHighDefinationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7631812Z [00:03:11.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeVServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7703803Z [00:03:11.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeLoadBalancerHTTPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7773258Z [00:03:11.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/SetLoadBalancerTCPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7841475Z [00:03:11.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteTLSCipherPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7910755Z [00:03:11.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DeleteLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.7981312Z [00:03:11.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/slb/DescribeMasterSlaveServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8051746Z [00:03:11.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeTransferHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8121168Z [00:03:11.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8190531Z [00:03:11.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreatePortsForClickHouse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8260910Z [00:03:11.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8330029Z [00:03:11.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8401868Z [00:03:11.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckModifyConfigNeedRestart.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8472234Z [00:03:11.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8542890Z [00:03:11.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeAllDataSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8612747Z [00:03:11.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeConfigHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8685184Z [00:03:11.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeColumns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8754697Z [00:03:11.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8824323Z [00:03:11.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DeleteDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8894029Z [00:03:11.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.8965703Z [00:03:11.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeAllDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9036206Z [00:03:11.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9105431Z [00:03:11.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/AllocateClusterPublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9175556Z [00:03:11.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9244708Z [00:03:12.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DeleteSyndb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9313996Z [00:03:12.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ReleaseClusterPublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9382197Z [00:03:12.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9452131Z [00:03:12.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9522107Z [00:03:12.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeSchemas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9592322Z [00:03:12.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeProcessList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9662941Z [00:03:12.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9733719Z [00:03:12.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/KillProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9809776Z [00:03:12.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9881406Z [00:03:12.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeConfigVersionDifference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:04.9953796Z [00:03:12.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateRDSToClickhouseDb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0023351Z [00:03:12.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0094069Z [00:03:12.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/UpgradeMinorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0164124Z [00:03:12.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0236192Z [00:03:12.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyMinorVersionGreadeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0306664Z [00:03:12.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0377270Z [00:03:12.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0448567Z [00:03:12.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeSynDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0518701Z [00:03:12.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0590648Z [00:03:12.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterNetInfoItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0661375Z [00:03:12.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateSQLAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0731649Z [00:03:12.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeOSSStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0807504Z [00:03:12.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterAccessWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0885219Z [00:03:12.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeAccountAuthority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.0955638Z [00:03:12.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusterConfigInXML.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1027182Z [00:03:12.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1097289Z [00:03:12.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterConfigInXML.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1167655Z [00:03:12.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateOSSStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1239180Z [00:03:12.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckScaleOutBalanced.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1311723Z [00:03:12.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/RestartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1384830Z [00:03:12.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1458187Z [00:03:12.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckMonitorAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1528799Z [00:03:12.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/TransferVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1598320Z [00:03:12.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1669550Z [00:03:12.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CheckClickhouseToRDS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1740232Z [00:03:12.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1810105Z [00:03:12.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1879940Z [00:03:12.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeSynDbTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.1951594Z [00:03:12.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2024026Z [00:03:12.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateAccountAndAuthority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2093526Z [00:03:12.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyAccountAuthority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2163515Z [00:03:12.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/CreateMonitorDataReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2232212Z [00:03:12.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2301694Z [00:03:12.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyDBClusterAccessWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2371649Z [00:03:12.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/ModifyRDSToClickhouseDb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2441361Z [00:03:12.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/clickhouse/DescribeDBClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2510829Z [00:03:12.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetAlarmDetailById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2579940Z [00:03:12.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/SendCustomEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2648495Z [00:03:12.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetVulListById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2718989Z [00:03:12.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetDocumentSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2788346Z [00:03:12.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2857242Z [00:03:12.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetConsoleScore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2927822Z [00:03:12.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/PageServiceCustomer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.2997968Z [00:03:12.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetVulSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3069356Z [00:03:12.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/DeleteDjbhReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3140203Z [00:03:12.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetDetailById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3210451Z [00:03:12.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSafetyCover.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3280273Z [00:03:12.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetDocumentDownloadUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3349222Z [00:03:12.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetBaselineSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3418597Z [00:03:12.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetVulPageSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3487915Z [00:03:12.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3559489Z [00:03:12.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/DisposeWorkTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3630644Z [00:03:12.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetAttackedAssetDeal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3701688Z [00:03:12.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/DisposeServiceWorkOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3772196Z [00:03:12.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetWorkTaskSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3843592Z [00:03:12.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSuspEventSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3912813Z [00:03:12.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetRecentDocument.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.3981522Z [00:03:12.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSuspPageSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4049732Z [00:03:12.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4119198Z [00:03:12.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/CreateServiceWorkOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4189902Z [00:03:12.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/ConfirmDjbhReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4259142Z [00:03:12.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetVulItemPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4328286Z [00:03:12.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/DescribeServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4397479Z [00:03:12.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetSuspEventPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4466095Z [00:03:12.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mssp/GetDocumentPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4537348Z [00:03:12.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceNetworkOptions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4608401Z [00:03:12.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AllocateDedicatedHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4677839Z [00:03:12.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4747125Z [00:03:12.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiskMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4817890Z [00:03:12.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInvocationResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4888060Z [00:03:12.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.4959846Z [00:03:12.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeUserData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5030025Z [00:03:12.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5099227Z [00:03:12.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RebootInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5168546Z [00:03:12.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVirtualBorderRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5239180Z [00:03:12.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeElasticityAssuranceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5309336Z [00:03:12.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5379414Z [00:03:12.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AssignPrivateIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5447992Z [00:03:12.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiskDefaultKMSKeyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5516926Z [00:03:12.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSpotAdvice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5588539Z [00:03:12.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5657749Z [00:03:12.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNatGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5727240Z [00:03:12.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5798696Z [00:03:12.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5867821Z [00:03:12.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyImageShareGroupPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.5938984Z [00:03:12.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRenewalPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6009879Z [00:03:12.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6079801Z [00:03:12.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6150328Z [00:03:12.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRecommendInstanceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6221862Z [00:03:12.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyEipAddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6291727Z [00:03:12.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeBandwidthPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6363303Z [00:03:12.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSecurityGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6431836Z [00:03:12.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6501878Z [00:03:12.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNewProjectEipMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6574897Z [00:03:12.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AssignIpv6Addresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6643675Z [00:03:12.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVpcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6715339Z [00:03:12.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImageComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6784418Z [00:03:12.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCapacityReservations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6852938Z [00:03:12.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/JoinSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6922026Z [00:03:12.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceVncUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.6990163Z [00:03:12.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RevokeSecurityGroupEgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7060632Z [00:03:12.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/PurchaseReservedInstancesOffering.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7131475Z [00:03:12.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeStorageCapacityUnits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7201034Z [00:03:12.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDeploymentSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7270980Z [00:03:12.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7340252Z [00:03:12.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ExportSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7409651Z [00:03:12.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7481379Z [00:03:12.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotsUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7554132Z [00:03:12.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSendFileResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7629077Z [00:03:12.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7703429Z [00:03:12.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7775755Z [00:03:12.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StopInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7848265Z [00:03:12.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeReservedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7921026Z [00:03:12.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySnapshotAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.7992191Z [00:03:12.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiagnosticMetricSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8064015Z [00:03:12.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RedeployDedicatedHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8136140Z [00:03:12.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyElasticityAssurance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8208441Z [00:03:12.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyImageSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8278610Z [00:03:12.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8349481Z [00:03:12.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8419966Z [00:03:12.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDiagnosticReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8489745Z [00:03:12.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AssociateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8562107Z [00:03:12.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReInitDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8635393Z [00:03:12.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceModificationPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8707038Z [00:03:12.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8777812Z [00:03:12.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UnassociateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8849197Z [00:03:12.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelCopyImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8918487Z [00:03:12.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyCloudAssistantSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.8988211Z [00:03:12.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotLinks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9058033Z [00:03:12.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RedeployInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9127512Z [00:03:12.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySecurityGroupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9197209Z [00:03:12.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePortRangeListAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9269004Z [00:03:13.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9339874Z [00:03:13.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyVirtualBorderRouterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9409740Z [00:03:13.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AssociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9478390Z [00:03:13.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9547225Z [00:03:13.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RenewElasticityAssurances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9618356Z [00:03:13.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyHpcClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9688598Z [00:03:13.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DisableDiskEncryptionByDefault.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9757559Z [00:03:13.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9827231Z [00:03:13.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ResizeDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9899024Z [00:03:13.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:05.9969267Z [00:03:13.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyStorageCapacityUnitAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0039201Z [00:03:13.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateImageComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0108444Z [00:03:13.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeBandwidthLimitation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0177047Z [00:03:13.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyPrepayInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0245770Z [00:03:13.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0315051Z [00:03:13.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDedicatedHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0385238Z [00:03:13.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ResetDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0459273Z [00:03:13.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeEipMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0529512Z [00:03:13.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/PurchaseElasticityAssurance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0600703Z [00:03:13.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyManagedInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0673901Z [00:03:13.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RebootInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0745783Z [00:03:13.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ExportImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0817718Z [00:03:13.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeResourcesModification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0891072Z [00:03:13.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.0961383Z [00:03:13.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1031273Z [00:03:13.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1100843Z [00:03:13.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNetworkInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1171042Z [00:03:13.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachClassicLinkVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1240031Z [00:03:13.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDiagnosticMetricSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1309846Z [00:03:13.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UnassociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1381399Z [00:03:13.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1451214Z [00:03:13.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySnapshotGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1522765Z [00:03:13.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UnassignIpv6Addresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1594146Z [00:03:13.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceMaintenanceAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1664318Z [00:03:13.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostsChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1731858Z [00:03:13.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AddTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1802226Z [00:03:13.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCloudAssistantStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1872754Z [00:03:13.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ResetDisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.1942291Z [00:03:13.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2012234Z [00:03:13.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteImageComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2081757Z [00:03:13.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2151444Z [00:03:13.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2220734Z [00:03:13.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2289955Z [00:03:13.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDiagnosticReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2358739Z [00:03:13.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyPhysicalConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2426675Z [00:03:13.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2494897Z [00:03:13.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CopyImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2567399Z [00:03:13.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceHistoryEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2639727Z [00:03:13.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDedicatedHostCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2708985Z [00:03:13.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImagePipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2780415Z [00:03:13.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachInstanceRamRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2849874Z [00:03:13.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2920055Z [00:03:13.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ListPluginStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.2992012Z [00:03:13.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePrefixLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3061339Z [00:03:13.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/PurchaseStorageCapacityUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3131086Z [00:03:13.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteHpcCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3201482Z [00:03:13.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ImportKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3270457Z [00:03:13.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCommands.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3340566Z [00:03:13.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3411404Z [00:03:13.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReActivateInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3481127Z [00:03:13.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRouteTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3553093Z [00:03:13.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAccessPoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3628169Z [00:03:13.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3700595Z [00:03:13.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceRamRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3773759Z [00:03:13.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3844607Z [00:03:13.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateActivation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3916032Z [00:03:13.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyHaVipAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.3988233Z [00:03:13.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteSnapshotGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4059314Z [00:03:13.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyBandwidthPackageSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4130768Z [00:03:13.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RemoveBandwidthPackageIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4200858Z [00:03:13.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDedicatedHostTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4271826Z [00:03:13.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4343968Z [00:03:13.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceVncPasswd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4414208Z [00:03:13.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImageSupportInstanceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4484478Z [00:03:13.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ImportImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4555488Z [00:03:13.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreatePrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4627018Z [00:03:13.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RemoveTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4698363Z [00:03:13.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4769886Z [00:03:13.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeElasticityAssuranceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4841593Z [00:03:13.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeletePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4912287Z [00:03:13.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeActivations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.4983556Z [00:03:13.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceAutoReleaseTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5053520Z [00:03:13.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5125833Z [00:03:13.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeletePortRangeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5196118Z [00:03:13.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRouterInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5267559Z [00:03:13.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAutoProvisioningGroupHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5338511Z [00:03:13.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RenewDedicatedHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5408957Z [00:03:13.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AllocateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5478351Z [00:03:13.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyPortRangeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5548383Z [00:03:13.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeEniMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5619057Z [00:03:13.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateHpcCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5689024Z [00:03:13.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5759576Z [00:03:13.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeUserBusinessBehavior.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5832043Z [00:03:13.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5904985Z [00:03:13.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.5974774Z [00:03:13.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AuthorizeSecurityGroupEgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6046459Z [00:03:13.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInvocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6116212Z [00:03:13.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePrefixListAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6185893Z [00:03:13.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyRouterInterfaceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6257028Z [00:03:13.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6329166Z [00:03:13.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/LeaveSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6399793Z [00:03:13.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6469101Z [00:03:13.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNetworkInterfacePermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6538839Z [00:03:13.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6609022Z [00:03:13.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskDefaultKMSKeyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6678358Z [00:03:13.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyImageAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6747487Z [00:03:13.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateSnapshotGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6818372Z [00:03:13.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateImagePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6888005Z [00:03:13.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceClockOptions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.6958357Z [00:03:13.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDedicatedHostCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7032019Z [00:03:13.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7101302Z [00:03:13.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachInstanceRamRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7171017Z [00:03:13.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiagnosticMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7241426Z [00:03:13.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AllocatePublicIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7312354Z [00:03:13.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReleaseDedicatedHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7383089Z [00:03:13.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeForwardTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7453628Z [00:03:13.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeLaunchTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7522965Z [00:03:13.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateSimulatedSystemEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7591840Z [00:03:13.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StopInvocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7660177Z [00:03:13.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RenewReservedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7728897Z [00:03:13.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UnassignPrivateIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7797795Z [00:03:13.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyElasticityAssuranceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7867515Z [00:03:13.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CopySnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.7935303Z [00:03:13.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8004813Z [00:03:13.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReleaseCapacityReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8075950Z [00:03:13.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/EnablePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8145663Z [00:03:13.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInvocationAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8215046Z [00:03:13.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeLimitation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8285487Z [00:03:13.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8355852Z [00:03:13.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8426603Z [00:03:13.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteKeyPairs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8496776Z [00:03:13.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceNetworkSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8566968Z [00:03:13.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/SendFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8636714Z [00:03:13.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeHaVips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8705677Z [00:03:13.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8774809Z [00:03:13.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/TerminateVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8843830Z [00:03:13.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceAttachmentAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8913923Z [00:03:13.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeManagedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.8983489Z [00:03:13.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RunInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9052559Z [00:03:13.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeLaunchTemplateVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9123159Z [00:03:13.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAccountAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9195095Z [00:03:13.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSecurityGroupReferences.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9266542Z [00:03:14.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCapacityReservationInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9336987Z [00:03:14.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreatePortRangeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9410821Z [00:03:14.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9484852Z [00:03:14.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/InstallCloudAssistant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9561456Z [00:03:14.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9635460Z [00:03:14.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/InvokeCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9707236Z [00:03:14.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDedicatedHostAutoRenew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9778168Z [00:03:14.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9849757Z [00:03:14.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9920203Z [00:03:14.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:06.9989908Z [00:03:14.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePrefixListAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.0060420Z [00:03:14.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AuthorizeSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.0130834Z [00:03:14.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePhysicalConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.0202006Z [00:03:14.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DisableActivation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.0275358Z [00:03:14.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyAutoSnapshotPolicyEx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.0345964Z [00:03:14.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ConvertNatPublicIpToEip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.0416588Z [00:03:14.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ResetDiskDefaultKMSKeyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.0486996Z [00:03:14.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDeploymentSetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.0560710Z [00:03:14.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeCloudAssistantSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.0641611Z [00:03:14.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.0714737Z [00:03:14.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.0788341Z [00:03:14.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyPrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.0859957Z [00:03:14.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RecoverVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.0932702Z [00:03:14.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1003155Z [00:03:14.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyCapacityReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1074892Z [00:03:14.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiagnosticReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1144083Z [00:03:14.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1214404Z [00:03:14.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstancesFullStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1289443Z [00:03:14.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteNetworkInterfacePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1363004Z [00:03:14.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1433596Z [00:03:14.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/GetInstanceScreenshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1504578Z [00:03:14.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateDeploymentSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1575436Z [00:03:14.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyVpcAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1644868Z [00:03:14.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelSimulatedSystemEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1715512Z [00:03:14.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/TerminatePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1789441Z [00:03:14.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceAttachmentAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1859320Z [00:03:14.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.1929912Z [00:03:14.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateElasticityAssurance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2001237Z [00:03:14.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDedicatedHostClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2071008Z [00:03:14.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2140979Z [00:03:14.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyReservedInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2211582Z [00:03:14.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteImagePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2283478Z [00:03:14.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RunCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2354731Z [00:03:14.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSnapshotPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2426042Z [00:03:14.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/JoinResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2497752Z [00:03:14.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReportInstancesStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2568276Z [00:03:14.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateNetworkInterfacePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2639792Z [00:03:14.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2709907Z [00:03:14.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyVSwitchAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2782802Z [00:03:14.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ActivateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2853994Z [00:03:14.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeletePrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2926470Z [00:03:14.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePortRangeListEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.2996762Z [00:03:14.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AttachClassicLinkVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.3069026Z [00:03:14.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.3139335Z [00:03:14.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeSpotPriceHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.3210495Z [00:03:14.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiskDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.3281251Z [00:03:14.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.3352351Z [00:03:14.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySecurityGroupEgressRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.3423304Z [00:03:14.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/EnableDiskEncryptionByDefault.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.3495293Z [00:03:14.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReleasePublicIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.3567769Z [00:03:14.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.3640472Z [00:03:14.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/GetInstanceConsoleOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.3710836Z [00:03:14.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.3782817Z [00:03:14.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDedicatedHostAutoReleaseTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.3856142Z [00:03:14.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteAutoProvisioningGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.3926748Z [00:03:14.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4001114Z [00:03:14.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AddBandwidthPackageIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4073262Z [00:03:14.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImageFromFamily.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4146216Z [00:03:14.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAutoProvisioningGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4218092Z [00:03:14.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceVpcAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4288330Z [00:03:14.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreatePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4360108Z [00:03:14.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeClassicLinkInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4430345Z [00:03:14.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4500887Z [00:03:14.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeHpcClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4571500Z [00:03:14.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyRouterInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4643275Z [00:03:14.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySecurityGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4716142Z [00:03:14.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeResourceByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4788146Z [00:03:14.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4860344Z [00:03:14.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyAutoProvisioningGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.4931583Z [00:03:14.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5003937Z [00:03:14.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeTerminalSessions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5075435Z [00:03:14.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StartTerminalSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5146736Z [00:03:14.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5218233Z [00:03:14.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/RevokeSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5288185Z [00:03:14.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/AcceptInquiredSystemEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5359159Z [00:03:14.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5430344Z [00:03:14.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceMaintenanceAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5499967Z [00:03:14.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeNetworkInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5569249Z [00:03:14.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5641821Z [00:03:14.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyDiagnosticMetricSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5712288Z [00:03:14.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/EndTerminalSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5785954Z [00:03:14.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeKeyPairs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5856692Z [00:03:14.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.5929357Z [00:03:14.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteDiagnosticMetricSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6000273Z [00:03:14.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6074228Z [00:03:14.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeregisterManagedInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6144496Z [00:03:14.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StartInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6214750Z [00:03:14.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeElasticityAssurances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6285174Z [00:03:14.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyLaunchTemplateDefaultVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6356208Z [00:03:14.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReplaceSystemDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6426407Z [00:03:14.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeInstanceTypeFamilies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6495183Z [00:03:14.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6564399Z [00:03:14.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ApplyAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6633647Z [00:03:14.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyUserBusinessBehavior.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6702331Z [00:03:14.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiskEncryptionByDefaultStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6771729Z [00:03:14.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteLaunchTemplateVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6842641Z [00:03:14.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6915211Z [00:03:14.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteActivation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.6987092Z [00:03:14.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDeploymentSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7058802Z [00:03:14.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeTaskAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7129800Z [00:03:14.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateLaunchTemplateVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7201045Z [00:03:14.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeactivateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7270609Z [00:03:14.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribePortRangeLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7344500Z [00:03:14.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7420428Z [00:03:14.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateLaunchTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7492854Z [00:03:14.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7564406Z [00:03:14.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceMetadataOptions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7638123Z [00:03:14.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDiagnosticReportAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7710758Z [00:03:14.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DetachDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7779812Z [00:03:14.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7847492Z [00:03:14.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StopInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7915192Z [00:03:14.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ReleaseEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.7983570Z [00:03:14.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImageSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8053330Z [00:03:14.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ConnectRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8123009Z [00:03:14.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateCapacityReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8191302Z [00:03:14.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8261000Z [00:03:14.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyReservedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8331271Z [00:03:14.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyNetworkInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8398170Z [00:03:14.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateAutoProvisioningGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8466120Z [00:03:14.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyReservedInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8534565Z [00:03:14.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/StartImagePipelineExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8601587Z [00:03:14.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifySnapshotCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8670383Z [00:03:14.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteLaunchTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8739170Z [00:03:14.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8808610Z [00:03:14.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8877633Z [00:03:14.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeDisksFullStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.8945957Z [00:03:14.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAutoProvisioningGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9014692Z [00:03:14.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeImagePipelineExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9083331Z [00:03:14.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeReservedInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9153621Z [00:03:14.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9223262Z [00:03:14.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DescribeAutoSnapshotPolicyEx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9294537Z [00:03:15.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/DeleteImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9369928Z [00:03:15.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CancelImagePipelineExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9440951Z [00:03:15.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/ModifyVRouterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9511521Z [00:03:15.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ecs/CreateForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9583174Z [00:03:15.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateSuperResolutionImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9652842Z [00:03:15.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ImitatePhotoStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9720837Z [00:03:15.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ExtendImageStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9790346Z [00:03:15.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateImageWithTextAndImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9860258Z [00:03:15.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/IntelligentComposition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:07.9930561Z [00:03:15.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/MakeSuperResolutionImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0000606Z [00:03:15.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ErasePerson.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0070080Z [00:03:15.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ColorizeImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0139928Z [00:03:15.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateDynamicImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0210227Z [00:03:15.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ImageBlindCharacterWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0283186Z [00:03:15.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/RecolorHDImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0352712Z [00:03:15.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ChangeImageSize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0424753Z [00:03:15.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0494876Z [00:03:15.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/AssessComposition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0565605Z [00:03:15.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/RemoveImageWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0636841Z [00:03:15.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/RecolorImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0708035Z [00:03:15.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/RemoveImageSubtitles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0782249Z [00:03:15.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateCartoonizedImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0854942Z [00:03:15.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/GenerateImageWithText.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.0930803Z [00:03:15.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/AssessExposure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1000506Z [00:03:15.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/EnhanceImageColor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1072601Z [00:03:15.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/AssessSharpness.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1141721Z [00:03:15.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageenhan/ImageBlindPicWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1213591Z [00:03:15.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListWebApplicationRevisions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1283878Z [00:03:15.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetArmsTopNMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1355311Z [00:03:15.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RollbackApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1427028Z [00:03:15.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAppVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1495998Z [00:03:15.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAppServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1566108Z [00:03:15.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1635365Z [00:03:15.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/SuspendJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1705800Z [00:03:15.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListNamespacedConfigMaps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1773725Z [00:03:15.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeJobHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1845465Z [00:03:15.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1919515Z [00:03:15.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListPublishedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.1990732Z [00:03:15.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2060501Z [00:03:15.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteWebApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2128007Z [00:03:15.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplicationResourceStatics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2196907Z [00:03:15.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2266373Z [00:03:15.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/AbortChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2336422Z [00:03:15.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAppServicesPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2405959Z [00:03:15.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DowngradeApplicationApmService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2475184Z [00:03:15.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/BindNlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2544450Z [00:03:15.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2614617Z [00:03:15.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateAppSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2685686Z [00:03:15.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/EnableApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2754749Z [00:03:15.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebInstanceLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2823580Z [00:03:15.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RescaleApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2892765Z [00:03:15.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.2961336Z [00:03:15.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplicationTrafficConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3030054Z [00:03:15.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3099392Z [00:03:15.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3169595Z [00:03:15.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3240366Z [00:03:15.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3308867Z [00:03:15.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/PublishWebApplicationRevision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3378170Z [00:03:15.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3446859Z [00:03:15.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateWebCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3516806Z [00:03:15.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListNamespaceChangeOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3588508Z [00:03:15.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateOrUpdateSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3660768Z [00:03:15.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateWebApplicationScalingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3732840Z [00:03:15.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateIngress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3803356Z [00:03:15.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateAppMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3876172Z [00:03:15.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.3952288Z [00:03:15.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateWebApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4024993Z [00:03:15.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4096526Z [00:03:15.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeEdasContainers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4165874Z [00:03:15.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4234947Z [00:03:15.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeNamespaceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4302822Z [00:03:15.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UnbindNlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4372784Z [00:03:15.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ConfirmPipelineBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4440320Z [00:03:15.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeInstanceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4509926Z [00:03:15.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/QueryResourceStatics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4580215Z [00:03:15.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateIngress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4650730Z [00:03:15.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4722285Z [00:03:15.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpgradeApplicationApmService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4794178Z [00:03:15.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4863000Z [00:03:15.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListWebApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.4932255Z [00:03:15.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/AbortAndRollbackChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5004325Z [00:03:15.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UnbindSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5074243Z [00:03:15.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5143974Z [00:03:15.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5214113Z [00:03:15.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5285156Z [00:03:15.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplicationScalingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5354307Z [00:03:15.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebApplicationRevision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5426980Z [00:03:15.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListSwimmingLaneGroupTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5494759Z [00:03:15.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5563479Z [00:03:15.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAllSwimmingLaneGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5636536Z [00:03:15.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5707846Z [00:03:15.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListIngresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5782008Z [00:03:15.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ExecJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5854749Z [00:03:15.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListWebCustomDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5927902Z [00:03:15.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAppEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.5998056Z [00:03:15.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6068267Z [00:03:15.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListAllSwimmingLanes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6136923Z [00:03:15.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6206976Z [00:03:15.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateSwimmingLaneEnableAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6277713Z [00:03:15.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6350314Z [00:03:15.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListConsumedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6420407Z [00:03:15.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6489465Z [00:03:15.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DisableApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6559142Z [00:03:15.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6627599Z [00:03:15.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6698425Z [00:03:15.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateWebCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6767621Z [00:03:15.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/BindSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6837188Z [00:03:15.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListWebApplicationInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6909997Z [00:03:15.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationMseService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.6981488Z [00:03:15.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7052307Z [00:03:15.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7122833Z [00:03:15.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7193465Z [00:03:15.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeInstanceSpecifications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7263468Z [00:03:15.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7334474Z [00:03:15.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateWebApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7404647Z [00:03:15.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeployApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7475268Z [00:03:15.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateApplicationDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7543258Z [00:03:15.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7612870Z [00:03:15.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListSwimmingLaneGatewayRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7684836Z [00:03:15.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7753497Z [00:03:15.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7824554Z [00:03:15.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationNlbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7895885Z [00:03:15.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateApplicationVswitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.7967230Z [00:03:15.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8038861Z [00:03:15.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteIngress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8110376Z [00:03:15.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteHistoryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8180187Z [00:03:15.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeConfigurationPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8249630Z [00:03:15.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/StopWebApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8319753Z [00:03:15.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeAppServiceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8391393Z [00:03:15.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8464711Z [00:03:15.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8536368Z [00:03:15.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/BatchStartApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8607827Z [00:03:15.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8678422Z [00:03:15.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8748510Z [00:03:15.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetWarningEventMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8817823Z [00:03:15.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteWebApplicationRevision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8886629Z [00:03:15.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateNamespaceVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.8956071Z [00:03:15.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9026569Z [00:03:15.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/OpenSaeService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9097047Z [00:03:15.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RescaleApplicationVertically.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9167989Z [00:03:15.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeNamespaceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9237760Z [00:03:16.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/StartApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9308296Z [00:03:16.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RestartInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9378033Z [00:03:16.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9448762Z [00:03:16.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9518098Z [00:03:16.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9589595Z [00:03:16.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListApplicationsForSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9660954Z [00:03:16.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationScalingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9730827Z [00:03:16.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateWebApplicationTrafficConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9802155Z [00:03:16.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ReduceApplicationCapacityByInstanceIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9872096Z [00:03:16.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/RestartApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:08.9941430Z [00:03:16.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/StartWebApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0012594Z [00:03:16.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetScaleAppMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0086764Z [00:03:16.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0161004Z [00:03:16.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteWebCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0235888Z [00:03:16.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0309848Z [00:03:16.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetWebshellToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0381904Z [00:03:16.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0454648Z [00:03:16.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeIngress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0526928Z [00:03:16.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetAvailabilityMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0601934Z [00:03:16.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeApplicationSlbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0677181Z [00:03:16.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DescribeWebCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0750196Z [00:03:16.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListLogConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0823931Z [00:03:16.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/BatchStopApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0895075Z [00:03:16.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/CreateOrUpdateSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.0966677Z [00:03:16.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/ListChangeOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1035955Z [00:03:16.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetChangeOrderMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1104473Z [00:03:16.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/DeleteSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1174033Z [00:03:16.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/StopApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1247571Z [00:03:16.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1319147Z [00:03:16.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sae/UpdateApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1390221Z [00:03:16.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1461768Z [00:03:16.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskReplicaGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1532630Z [00:03:16.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DeleteDiskReplicaGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1603956Z [00:03:16.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1679192Z [00:03:16.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1751983Z [00:03:16.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ReprotectDiskReplicaGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1824323Z [00:03:16.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskReplicaPairs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1896240Z [00:03:16.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDedicatedBlockStorageClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.1965272Z [00:03:16.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/FailoverDiskReplicaGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.2039795Z [00:03:16.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeUserTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.2114580Z [00:03:16.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DeleteDiskReplicaPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.2190294Z [00:03:16.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ModifyDiskReplicaPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.2269049Z [00:03:16.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CancelLensService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.2346183Z [00:03:16.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StartPairDrill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.2421735Z [00:03:16.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/QueryDedicatedBlockStorageClusterDiskThroughputStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.2498590Z [00:03:16.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeLensServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.2571338Z [00:03:16.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribePairDrills.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.2644314Z [00:03:16.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeEnterpriseSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.2717513Z [00:03:16.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/UpdateSolutionInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.2788735Z [00:03:16.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeSolutionInstanceConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.2860161Z [00:03:16.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskMonitorDataList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.2931331Z [00:03:16.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeMetricData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3001451Z [00:03:16.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/FailoverDiskReplicaPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3076776Z [00:03:16.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ListReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3147275Z [00:03:16.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/UnbindEnterpriseSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3215951Z [00:03:16.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3286335Z [00:03:16.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeReplicaGroupDrills.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3357078Z [00:03:16.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/SetDedicatedBlockStorageClusterDiskThroughput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3427748Z [00:03:16.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CreateDiskReplicaGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3499811Z [00:03:16.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/QueryDedicatedBlockStorageClusterInventoryData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3571777Z [00:03:16.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StopDiskReplicaGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3642288Z [00:03:16.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StartDiskReplicaPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3713786Z [00:03:16.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ReprotectDiskReplicaPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3783548Z [00:03:16.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StartReplicaGroupDrill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3855401Z [00:03:16.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CreateDedicatedBlockStorageCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3924975Z [00:03:16.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StartDiskReplicaGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.3994514Z [00:03:16.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DeleteEnterpriseSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4064510Z [00:03:16.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4136862Z [00:03:16.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ClearReplicaGroupDrill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4208312Z [00:03:16.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4282120Z [00:03:16.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/GetReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4357580Z [00:03:16.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ModifyDiskReplicaGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4429710Z [00:03:16.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4500960Z [00:03:16.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ClearPairDrill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4571312Z [00:03:16.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CreateDiskReplicaPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4641582Z [00:03:16.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeUserTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4713858Z [00:03:16.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDedicatedBlockStorageClusterDisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4783190Z [00:03:16.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeLensMonitorDisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4853562Z [00:03:16.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4924681Z [00:03:16.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/UpdateEnterpriseSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.4994066Z [00:03:16.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/RemoveDiskReplicaPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5062164Z [00:03:16.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/AddDiskReplicaPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5131977Z [00:03:16.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/DescribeDiskReplicaPairProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5202613Z [00:03:16.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ApplyLensService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5274068Z [00:03:16.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/ModifyDedicatedBlockStorageClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5344155Z [00:03:16.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/CreateEnterpriseSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5414679Z [00:03:16.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/BindEnterpriseSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5484924Z [00:03:16.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ebs/StopDiskReplicaPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5558892Z [00:03:16.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/RunCloudMetricProfiling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5629054Z [00:03:16.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5698410Z [00:03:16.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetClusterVolumes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5767867Z [00:03:16.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5837025Z [00:03:16.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/PullImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5907583Z [00:03:16.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StartVisualService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.5978030Z [00:03:16.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SubmitServerlessJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6047527Z [00:03:16.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCpfsFileSystems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6114528Z [00:03:16.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6183386Z [00:03:16.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6252149Z [00:03:16.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SetAutoScaleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6321113Z [00:03:16.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCurrentClientVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6389936Z [00:03:16.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UpgradeClient.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6458349Z [00:03:16.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6527609Z [00:03:16.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ModifyClusterAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6597704Z [00:03:16.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6668097Z [00:03:16.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetCloudMetricProfiling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6738272Z [00:03:16.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListPreferredEcsTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6807412Z [00:03:16.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddExistedNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6877688Z [00:03:16.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ApplyNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.6948540Z [00:03:16.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetJobLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7018406Z [00:03:16.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListJobsWithFilters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7086278Z [00:03:16.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListJobTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7155722Z [00:03:16.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetVisualServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7226045Z [00:03:16.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopServerlessJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7296600Z [00:03:16.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetAutoScaleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7366105Z [00:03:16.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListFileSystemWithMountTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7435693Z [00:03:16.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7505404Z [00:03:16.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetPostScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7574466Z [00:03:16.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7643751Z [00:03:16.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7714094Z [00:03:16.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCustomImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7784983Z [00:03:16.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7853737Z [00:03:16.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7923299Z [00:03:16.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.7993298Z [00:03:16.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopVisualService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.8070767Z [00:03:16.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/InvokeShellCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.8148500Z [00:03:16.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListUsersAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.8221598Z [00:03:16.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StartCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.8293560Z [00:03:16.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.8365653Z [00:03:16.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ModifyVisualServicePasswd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.8437202Z [00:03:16.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetCloudMetricLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.8509031Z [00:03:16.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.8581135Z [00:03:16.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.8654322Z [00:03:16.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/InstallSoftware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.8726780Z [00:03:16.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.8798516Z [00:03:16.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.8870684Z [00:03:16.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListServerlessJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.8944251Z [00:03:16.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetIfEcsTypeSupportHtConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9012884Z [00:03:16.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SubmitJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9080649Z [00:03:16.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeAutoScaleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9151318Z [00:03:16.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SetQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9220307Z [00:03:16.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SetSchedulerInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9289346Z [00:03:17.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SyncUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9355845Z [00:03:17.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/RerunJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9422908Z [00:03:17.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/CreateHybridCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9491664Z [00:03:17.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListUpgradeClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9560918Z [00:03:17.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListAvailableEcsTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9628442Z [00:03:17.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListQueues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9696123Z [00:03:17.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetSchedulerInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9762912Z [00:03:17.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListInvocationResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9833146Z [00:03:17.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9901259Z [00:03:17.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetHybridClusterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:09.9968856Z [00:03:17.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/QueryServicePackAndPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0037271Z [00:03:17.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0106293Z [00:03:17.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/CreateJobFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0176347Z [00:03:17.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StopNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0244642Z [00:03:17.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeServerlessJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0316103Z [00:03:17.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteJobTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0384873Z [00:03:17.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListInvocationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0453475Z [00:03:17.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0521359Z [00:03:17.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0588612Z [00:03:17.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/SetPostScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0662845Z [00:03:17.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCloudMetricProfilings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0731351Z [00:03:17.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0801620Z [00:03:17.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0872712Z [00:03:17.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/AddLocalNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.0943365Z [00:03:17.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1011040Z [00:03:17.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/RecoverCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1081555Z [00:03:17.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/EditJobTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1149859Z [00:03:17.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1218682Z [00:03:17.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ModifyUserGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1287529Z [00:03:17.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListNodesByQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1360017Z [00:03:17.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCommunityImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1430435Z [00:03:17.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListCommands.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1499647Z [00:03:17.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UpdateQueueConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1568295Z [00:03:17.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListSoftwares.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1636621Z [00:03:17.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListInstalledSoftware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1707037Z [00:03:17.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UninstallSoftware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1774162Z [00:03:17.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/GetAccountingReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1840514Z [00:03:17.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/StartNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1908395Z [00:03:17.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListClusterLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.1976967Z [00:03:17.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeEstackImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2044822Z [00:03:17.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DescribeImagePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2111710Z [00:03:17.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ModifyUserPasswords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2180161Z [00:03:17.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ResetNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2249659Z [00:03:17.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListNodesNoPaging.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2319339Z [00:03:17.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/UpdateClusterVolumes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2390734Z [00:03:17.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListClustersMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2460670Z [00:03:17.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/ListVolumes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2531482Z [00:03:17.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2599610Z [00:03:17.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/InitializeEHPC.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2667677Z [00:03:17.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/CreateJobTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2736661Z [00:03:17.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ehpc/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2805973Z [00:03:17.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2873808Z [00:03:17.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.2943769Z [00:03:17.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3014213Z [00:03:17.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnUserProtectInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3084601Z [00:03:17.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3155507Z [00:03:17.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainUvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3227340Z [00:03:17.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchStartScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3300406Z [00:03:17.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3374322Z [00:03:17.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/AddScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3445428Z [00:03:17.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/PreloadScdnObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3514913Z [00:03:17.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3584542Z [00:03:17.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/SetScdnCcInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3652802Z [00:03:17.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/SetScdnDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3723209Z [00:03:17.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3791612Z [00:03:17.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchDeleteScdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3859986Z [00:03:17.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnRefreshQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.3929356Z [00:03:17.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/RefreshScdnObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4000210Z [00:03:17.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4072274Z [00:03:17.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnTopDomainsByFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4144339Z [00:03:17.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/VerifyScdnDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4216574Z [00:03:17.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4289070Z [00:03:17.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4359686Z [00:03:17.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCcQpsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4430993Z [00:03:17.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/SetScdnDDoSInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4501309Z [00:03:17.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4572814Z [00:03:17.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainOriginTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4643216Z [00:03:17.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchStopScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4714912Z [00:03:17.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainTopReferVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4784845Z [00:03:17.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainTopUrlVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4856523Z [00:03:17.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4926840Z [00:03:17.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeByteHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.4998468Z [00:03:17.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5068746Z [00:03:17.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/SetScdnBotInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5137807Z [00:03:17.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DeleteScdnSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5210677Z [00:03:17.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCcInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5281804Z [00:03:17.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/CheckScdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5355074Z [00:03:17.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5424128Z [00:03:17.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchSetScdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5496577Z [00:03:17.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnRefreshTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5566921Z [00:03:17.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainOriginBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5635722Z [00:03:17.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCcTopIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5706078Z [00:03:17.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/StartScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5775103Z [00:03:17.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5847227Z [00:03:17.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainIspData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5918598Z [00:03:17.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.5990059Z [00:03:17.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnVerifyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6059812Z [00:03:17.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6130974Z [00:03:17.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6200709Z [00:03:17.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDDoSInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6270276Z [00:03:17.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDDoSTrafficInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6338825Z [00:03:17.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/BatchUpdateScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6407703Z [00:03:17.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/StopScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6476668Z [00:03:17.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DeleteScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6546139Z [00:03:17.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnCcTopUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6614043Z [00:03:17.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6683782Z [00:03:17.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6752949Z [00:03:17.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6822758Z [00:03:17.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRegionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6893278Z [00:03:17.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainRealTimeTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.6963476Z [00:03:17.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/DescribeScdnDomainPvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7033565Z [00:03:17.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/scdn/UpdateScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7103244Z [00:03:17.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7171761Z [00:03:17.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamScopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7241903Z [00:03:17.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamPoolCidrs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7310908Z [00:03:17.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpamScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7379885Z [00:03:17.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpamPoolAllocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7448340Z [00:03:17.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7519102Z [00:03:17.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7587580Z [00:03:17.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamResourceCidrs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7656931Z [00:03:17.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamResourceDiscoveries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7727685Z [00:03:17.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpamPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7798031Z [00:03:17.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpamPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7868069Z [00:03:17.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamPoolCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.7939641Z [00:03:17.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamPools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8009264Z [00:03:17.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8079061Z [00:03:17.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamResourceDiscovery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8150759Z [00:03:17.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamPoolAllocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8221497Z [00:03:17.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamDiscoveredResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8290256Z [00:03:17.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8358631Z [00:03:17.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/GetIpamPoolAllocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8427391Z [00:03:17.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DissociateIpamResourceDiscovery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8496177Z [00:03:17.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamResourceDiscoveryAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8565405Z [00:03:17.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpamResourceDiscovery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8633988Z [00:03:17.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8702861Z [00:03:17.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8771248Z [00:03:17.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/DeleteIpamScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8839246Z [00:03:17.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/AssociateIpamResourceDiscovery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8907335Z [00:03:17.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.8976805Z [00:03:17.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/OpenVpcIpamService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9046542Z [00:03:17.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/AddIpamPoolCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9116173Z [00:03:17.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/ListIpamPoolAllocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9185111Z [00:03:17.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/CreateIpamResourceDiscovery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9256822Z [00:03:18.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpamScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9326225Z [00:03:18.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/GetIpamPoolNextAvailableCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9397289Z [00:03:18.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9467313Z [00:03:18.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/UpdateIpamPoolAllocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9535584Z [00:03:18.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/vpcipam/GetVpcIpamServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9604302Z [00:03:18.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/TaggingAdImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9674222Z [00:03:18.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/TaggingImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9743456Z [00:03:18.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/ClassifyingRubbish.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9812800Z [00:03:18.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9881711Z [00:03:18.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/RecognizeImageColor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:10.9950098Z [00:03:18.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/DetectImageElements.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0018465Z [00:03:18.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/RecognizeScene.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0089537Z [00:03:18.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/EvaluateCertificateQuality.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0160084Z [00:03:18.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/RecognizeFood.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0228785Z [00:03:18.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imagerecog/RecognizeImageStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0299449Z [00:03:18.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/AssociateSourceServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0368236Z [00:03:18.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DisassociateSourceServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0438619Z [00:03:18.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DeleteReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0511169Z [00:03:18.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ListAccessTokens.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0581870Z [00:03:18.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DeleteSourceServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0651147Z [00:03:18.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CreateAccessToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0721791Z [00:03:18.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0792179Z [00:03:18.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ModifySourceServerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0864012Z [00:03:18.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ModifyReplicationJobAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.0938842Z [00:03:18.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/ModifyWorkgroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1009699Z [00:03:18.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CutOverReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1079834Z [00:03:18.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/StopReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1149098Z [00:03:18.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/StartReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1219507Z [00:03:18.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CreateCrossZoneMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1290591Z [00:03:18.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DeleteWorkgroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1363424Z [00:03:18.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CreateWorkgroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1432573Z [00:03:18.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DescribeReplicationJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1502883Z [00:03:18.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1571148Z [00:03:18.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1639737Z [00:03:18.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DescribeSourceServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1707913Z [00:03:18.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DisableAccessToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1778367Z [00:03:18.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/CreateReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1850963Z [00:03:18.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DescribeWorkgroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1925662Z [00:03:18.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/smc/DeleteAccessToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.1999518Z [00:03:18.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDomainGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2068473Z [00:03:18.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/MoveGtmResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2139117Z [00:03:18.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2209924Z [00:03:18.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeBatchResultCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2280760Z [00:03:18.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDnsCacheDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2352702Z [00:03:18.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDomainDnssecStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2428908Z [00:03:18.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2504718Z [00:03:18.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionZoneProxyPattern.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2573727Z [00:03:18.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeInstanceDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2642246Z [00:03:18.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsCacheDomainRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2710924Z [00:03:18.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCloudGtmInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2779187Z [00:03:18.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmAddressPools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2848710Z [00:03:18.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ResumePdnsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2919122Z [00:03:18.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmAddressPoolReference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.2986540Z [00:03:18.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDomainGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3055058Z [00:03:18.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeTransferDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3124406Z [00:03:18.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDomainRecordStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3191835Z [00:03:18.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeSubDomainRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3260685Z [00:03:18.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3328405Z [00:03:18.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCustomLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3396096Z [00:03:18.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsRequestStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3464628Z [00:03:18.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmAddressPools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3533880Z [00:03:18.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecursionRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3605666Z [00:03:18.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3676695Z [00:03:18.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstanceSystemCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3747387Z [00:03:18.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ValidatePdnsUdpIpSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3818057Z [00:03:18.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3888623Z [00:03:18.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmMonitorTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.3957746Z [00:03:18.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SwitchDnsGtmInstanceStrategyMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4026185Z [00:03:18.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4094937Z [00:03:18.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4162901Z [00:03:18.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionRecordWeightEnableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4230924Z [00:03:18.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsAppKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4297693Z [00:03:18.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsProductInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4367241Z [00:03:18.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAvailableAlertGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4436761Z [00:03:18.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4507447Z [00:03:18.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohDomainStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4578645Z [00:03:18.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4650084Z [00:03:18.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmAvailableAlertGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4720776Z [00:03:18.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CopyGtmConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4790487Z [00:03:18.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmGlobalAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4859885Z [00:03:18.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDnsGtmMonitorStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.4931356Z [00:03:18.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreateCloudGtmMonitorTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5004503Z [00:03:18.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionRecordEnableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5073370Z [00:03:18.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddCustomLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5143653Z [00:03:18.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ExecuteGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5213165Z [00:03:18.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5280794Z [00:03:18.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetGtmMonitorStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5349598Z [00:03:18.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5419484Z [00:03:18.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecordStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5487885Z [00:03:18.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5557424Z [00:03:18.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeSupportLines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5628919Z [00:03:18.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecursionZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5698935Z [00:03:18.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/MoveDomainResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5768657Z [00:03:18.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmMonitorTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5840058Z [00:03:18.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsAccountSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5911445Z [00:03:18.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsRequestStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.5982270Z [00:03:18.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ReplaceCloudGtmInstanceConfigAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6053348Z [00:03:18.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDNSSLBWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6122883Z [00:03:18.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6192788Z [00:03:18.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6262729Z [00:03:18.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteSubDomainRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6331729Z [00:03:18.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstanceAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6400153Z [00:03:18.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListRecursionRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6468919Z [00:03:18.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressPoolLbStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6539345Z [00:03:18.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6610033Z [00:03:18.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsThreatLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6679367Z [00:03:18.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDnsGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6751212Z [00:03:18.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateAppKeyState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6822182Z [00:03:18.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDomainBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6892877Z [00:03:18.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.6965146Z [00:03:18.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7038903Z [00:03:18.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteRecursionZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7109026Z [00:03:18.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmAccessStrategyAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7177819Z [00:03:18.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecordStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7247655Z [00:03:18.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7323470Z [00:03:18.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ChangeDomainOfDnsProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7394925Z [00:03:18.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeIspFlushCacheRemainQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7464011Z [00:03:18.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UnbindInstanceDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7533677Z [00:03:18.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ValidateDnsGtmCnameRrCanUse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7602224Z [00:03:18.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateIspFlushCacheInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7670492Z [00:03:18.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressPoolRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7740083Z [00:03:18.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDnsGtmMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7809098Z [00:03:18.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCustomLines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7878522Z [00:03:18.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListRecursionZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.7947437Z [00:03:18.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreateCloudGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8016531Z [00:03:18.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetGtmAccessMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8086790Z [00:03:18.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmMonitorAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8157881Z [00:03:18.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsUdpIpSegments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8228264Z [00:03:18.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmInstanceConfigAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8296580Z [00:03:18.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmMonitorConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8365327Z [00:03:18.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeIspFlushCacheTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8434081Z [00:03:18.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8502696Z [00:03:18.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDomainRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8571627Z [00:03:18.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8638531Z [00:03:18.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDnsGtmAccessMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8705880Z [00:03:18.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsProductInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8774261Z [00:03:18.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8841864Z [00:03:18.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/RemovePdnsUdpIpSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8910427Z [00:03:18.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.8978991Z [00:03:18.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreatePdnsUdpIpSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9049318Z [00:03:18.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeInternetDnsLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9118265Z [00:03:18.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohSubDomainStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9188191Z [00:03:18.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteRecursionRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9259375Z [00:03:19.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9331236Z [00:03:19.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmAddressReference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9404030Z [00:03:19.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9475677Z [00:03:19.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecordResolveStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9551750Z [00:03:19.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9621756Z [00:03:19.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeBatchResultDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9691020Z [00:03:19.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SetDNSSLBStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9760281Z [00:03:19.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsGtmInstanceGlobalConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9829040Z [00:03:19.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmMonitorNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9897555Z [00:03:19.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstanceAddressPools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:11.9967347Z [00:03:19.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainNs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0036564Z [00:03:19.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDomainGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0106106Z [00:03:19.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmMonitorTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0175978Z [00:03:19.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDomainRecordRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0246375Z [00:03:19.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDomainRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0316440Z [00:03:19.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/TransferDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0386059Z [00:03:19.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionZoneEffectiveScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0455578Z [00:03:19.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigLbStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0525214Z [00:03:19.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCustomLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0594553Z [00:03:19.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0665825Z [00:03:19.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmRecoveryPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0737253Z [00:03:19.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/RollbackGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0808346Z [00:03:19.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohAccountStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0878860Z [00:03:19.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.0949845Z [00:03:19.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAddrAttributeInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1020125Z [00:03:19.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1090586Z [00:03:19.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmInstanceConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1160105Z [00:03:19.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1229189Z [00:03:19.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/RemovePdnsAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1298348Z [00:03:19.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsThreatStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1368518Z [00:03:19.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDnsGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1437127Z [00:03:19.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1507352Z [00:03:19.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1580436Z [00:03:19.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigBasic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1651793Z [00:03:19.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1721850Z [00:03:19.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/GetTxtRecordForVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1791232Z [00:03:19.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeRecordLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1862330Z [00:03:19.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.1936209Z [00:03:19.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ReplaceCloudGtmAddressPoolAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2006941Z [00:03:19.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreatePdnsAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2077487Z [00:03:19.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmGlobalAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2148536Z [00:03:19.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeIspFlushCacheTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2218028Z [00:03:19.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressEnableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2285505Z [00:03:19.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2357576Z [00:03:19.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmMonitorAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2428085Z [00:03:19.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDNSSLBSubDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2498521Z [00:03:19.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCloudGtmMonitorTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2568980Z [00:03:19.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigEnableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2638019Z [00:03:19.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteDnsGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2707697Z [00:03:19.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstanceAddressPools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2777113Z [00:03:19.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2845824Z [00:03:19.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDomainRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2916401Z [00:03:19.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.2986083Z [00:03:19.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeIspFlushCacheInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3054605Z [00:03:19.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/BindInstanceDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3124800Z [00:03:19.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressPoolBasicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3193092Z [00:03:19.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ChangeDomainGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3265555Z [00:03:19.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstanceSystemCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3339257Z [00:03:19.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressManualAvailableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3409798Z [00:03:19.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCloudGtmAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3480238Z [00:03:19.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmInstanceConfigFullInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3550332Z [00:03:19.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainDnssecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3619893Z [00:03:19.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3689978Z [00:03:19.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3759902Z [00:03:19.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsCacheDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3829060Z [00:03:19.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ModifyHichinaDomainDNS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3898992Z [00:03:19.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmMonitorTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.3968509Z [00:03:19.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddGtmMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4038463Z [00:03:19.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/RetrieveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4109053Z [00:03:19.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4181845Z [00:03:19.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmMonitorTemplateRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4253247Z [00:03:19.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreateCloudGtmAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4322310Z [00:03:19.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/CreateCloudGtmInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4391272Z [00:03:19.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDomainRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4460207Z [00:03:19.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4529497Z [00:03:19.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4599266Z [00:03:19.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmRecoveryPlanAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4667264Z [00:03:19.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmInstanceConfigAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4737072Z [00:03:19.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4806989Z [00:03:19.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4877237Z [00:03:19.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmAlertLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.4946617Z [00:03:19.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/GetMainDomainName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5017066Z [00:03:19.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5087477Z [00:03:19.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5156226Z [00:03:19.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5225037Z [00:03:19.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmAvailableAlertGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5294031Z [00:03:19.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5362642Z [00:03:19.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohDomainStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5431846Z [00:03:19.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5501364Z [00:03:19.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmInstanceConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5571775Z [00:03:19.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsThreatStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5640953Z [00:03:19.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCustomLines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5711167Z [00:03:19.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5781706Z [00:03:19.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmMonitorConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5854135Z [00:03:19.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/OperateBatchDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5926100Z [00:03:19.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DeleteCloudGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.5997430Z [00:03:19.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateDnsGtmMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6070173Z [00:03:19.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateGtmInstanceGlobalConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6141809Z [00:03:19.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeCloudGtmSystemLines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6211267Z [00:03:19.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SubmitIspFlushCacheTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6280172Z [00:03:19.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchCloudGtmAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6348925Z [00:03:19.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateCloudGtmAddressPoolEnableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6418475Z [00:03:19.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionZoneRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6486933Z [00:03:19.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDnsCacheDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6556192Z [00:03:19.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmAccessStrategies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6625243Z [00:03:19.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddDnsGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6693872Z [00:03:19.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6763742Z [00:03:19.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsGtmAccessStrategies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6831233Z [00:03:19.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/PausePdnsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6900905Z [00:03:19.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDnsCacheDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.6972745Z [00:03:19.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddRecursionRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7050131Z [00:03:19.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/AddRecursionZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7121872Z [00:03:19.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchRecursionZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7194188Z [00:03:19.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainResolveStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7267147Z [00:03:19.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainRecordInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7338621Z [00:03:19.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/SearchRecursionRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7409182Z [00:03:19.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDomainInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7479300Z [00:03:19.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/UpdateRecursionRecordWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7550555Z [00:03:19.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/PreviewGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7620844Z [00:03:19.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/ListCloudGtmAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7693532Z [00:03:19.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeDohSubDomainStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7763258Z [00:03:19.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribePdnsOperateLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7837696Z [00:03:19.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alidns/DescribeGtmInstanceAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7909228Z [00:03:19.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectWorkwear.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.7979614Z [00:03:19.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectWhiteBaseImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8049473Z [00:03:19.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8121183Z [00:03:19.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectVehicleICongestion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8193598Z [00:03:19.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectVehicleIllegalParking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8265855Z [00:03:19.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8340985Z [00:03:19.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectIPCObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8415914Z [00:03:19.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectMainBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8488620Z [00:03:19.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectKitchenAnimals.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8558928Z [00:03:19.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/objectdet/DetectVideoIPCObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8630397Z [00:03:19.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListMediaWorkflowExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8701364Z [00:03:19.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitIProductionJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8770576Z [00:03:19.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryTraceAbJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8838917Z [00:03:19.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QuerySmarttagTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8908836Z [00:03:19.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ImAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.8988443Z [00:03:19.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.9061575Z [00:03:19.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.9132758Z [00:03:19.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryPipelineList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.9203943Z [00:03:19.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.9278131Z [00:03:20.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteCustomEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.9357257Z [00:03:20.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaPublishState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.9442208Z [00:03:20.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryCopyrightJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.9520505Z [00:03:20.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/CreateCustomGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.9597511Z [00:03:20.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitFpShotJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.9676680Z [00:03:20.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/RegisterCustomView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.9750845Z [00:03:20.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteMediaTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.9830541Z [00:03:20.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryCopyrightExtractJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.9906499Z [00:03:20.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaCover.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:12.9988141Z [00:03:20.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteCustomGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0063629Z [00:03:20.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/BindOutputBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0134354Z [00:03:20.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/CancelJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0205017Z [00:03:20.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddMediaTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0276171Z [00:03:20.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UnregisterCustomFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0345929Z [00:03:20.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteSmarttagTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0415826Z [00:03:20.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaInfoJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0485624Z [00:03:20.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/RegisterCustomFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0559568Z [00:03:20.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ActivateMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0631927Z [00:03:20.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitTraceAbJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0702661Z [00:03:20.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UnbindOutputBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0774646Z [00:03:20.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitCopyrightExtractJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0847692Z [00:03:20.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaWorkflowTriggerMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0917246Z [00:03:20.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitTraceExtractJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.0988008Z [00:03:20.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaWorkflowExecutionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1057391Z [00:03:20.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddWaterMarkTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1127246Z [00:03:20.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryTraceM3u8Job.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1202144Z [00:03:20.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/CreateCustomEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1271014Z [00:03:20.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryFpDBDeleteJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1341164Z [00:03:20.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaCensorJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1409553Z [00:03:20.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SearchMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1478862Z [00:03:20.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListFpShotFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1546900Z [00:03:20.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListAllMediaBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1615645Z [00:03:20.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SearchTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1685435Z [00:03:20.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListCustomPersons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1756811Z [00:03:20.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/TagCustomPerson.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1826542Z [00:03:20.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SearchPipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1895571Z [00:03:20.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddPipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.1964365Z [00:03:20.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryTraceExtractJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2033285Z [00:03:20.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2103326Z [00:03:20.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ImportFpShotJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2175229Z [00:03:20.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2248414Z [00:03:20.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SearchWaterMarkTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2319163Z [00:03:20.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2390110Z [00:03:20.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListCustomEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2461033Z [00:03:20.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateWaterMarkTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2532089Z [00:03:20.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2603232Z [00:03:20.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaListByURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2673408Z [00:03:20.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaWorkflowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2743659Z [00:03:20.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2815492Z [00:03:20.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitAnalysisJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2886556Z [00:03:20.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitImageCopyright.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.2959836Z [00:03:20.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QuerySmarttagJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3030010Z [00:03:20.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitCopyrightJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3100101Z [00:03:20.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitFpFileDeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3170102Z [00:03:20.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3238835Z [00:03:20.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3310784Z [00:03:20.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryAnalysisJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3380370Z [00:03:20.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3451626Z [00:03:20.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitSnapshotJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3521054Z [00:03:20.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryFpFileDeleteJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3590062Z [00:03:20.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryFpShotJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3660470Z [00:03:20.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteWaterMarkTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3732835Z [00:03:20.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitMediaCensorJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3802654Z [00:03:20.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListFpShotImportJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3877951Z [00:03:20.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitMediaInfoJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.3951304Z [00:03:20.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaCensorJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4022655Z [00:03:20.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QuerySnapshotJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4093745Z [00:03:20.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListFpShotDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4165743Z [00:03:20.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/CreateFpShotDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4237054Z [00:03:20.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4308786Z [00:03:20.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitTraceM3u8Job.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4381024Z [00:03:20.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListCustomViews.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4451994Z [00:03:20.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListCustomGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4521760Z [00:03:20.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/ListJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4592932Z [00:03:20.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UnbindInputBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4662838Z [00:03:20.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryMediaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4734601Z [00:03:20.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddSmarttagTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4810448Z [00:03:20.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryIProductionJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4888588Z [00:03:20.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/QueryWaterMarkTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.4963663Z [00:03:20.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/BindInputBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5041351Z [00:03:20.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeactivateMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5122012Z [00:03:20.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeleteCustomView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5201914Z [00:03:20.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdatePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5279220Z [00:03:20.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitFpDBDeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5352064Z [00:03:20.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/AddMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5425745Z [00:03:20.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/DeletePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5498663Z [00:03:20.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/UpdateSmarttagTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5569347Z [00:03:20.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/mts/SubmitSmarttagJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5640801Z [00:03:20.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ListServiceAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5710846Z [00:03:20.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateMeshCRAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5782153Z [00:03:20.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/RevokeKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5856498Z [00:03:20.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/AddVMIntoServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5926997Z [00:03:20.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetSwimLaneList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.5997127Z [00:03:20.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateWaypoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6070740Z [00:03:20.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeVMsInServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6141683Z [00:03:20.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeVpcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6212774Z [00:03:20.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6288548Z [00:03:20.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshUpgradeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6361231Z [00:03:20.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeGuestClusterAccessLogDashboards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6431033Z [00:03:20.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateASMGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6502328Z [00:03:20.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6573404Z [00:03:20.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateASMGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6641541Z [00:03:20.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GrantUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6710226Z [00:03:20.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateSwimLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6779824Z [00:03:20.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateIstioInjectionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6850026Z [00:03:20.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteSwimLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6919723Z [00:03:20.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ReActivateAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.6989056Z [00:03:20.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7057590Z [00:03:20.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7126584Z [00:03:20.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateIstioGatewayRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7196097Z [00:03:20.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeASMGatewayImportedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7265137Z [00:03:20.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetSwimLaneGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7334415Z [00:03:20.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateIstioGatewayRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7401768Z [00:03:20.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetCaCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7470402Z [00:03:20.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ModifyServiceMeshName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7540225Z [00:03:20.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateMeshFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7611411Z [00:03:20.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateSwimLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7682118Z [00:03:20.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7752774Z [00:03:20.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetSwimLaneDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7822671Z [00:03:20.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetGrafanaDashboardUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7892345Z [00:03:20.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpgradeMeshEditionPartially.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.7960927Z [00:03:20.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateControlPlaneLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8030603Z [00:03:20.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateGatewaySecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8099523Z [00:03:20.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetRegisteredServiceNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8169605Z [00:03:20.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeUsersWithPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8238577Z [00:03:20.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeGuestClusterPods.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8308277Z [00:03:20.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshProxyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8379378Z [00:03:20.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8449379Z [00:03:20.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeClustersInServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8518709Z [00:03:20.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8587760Z [00:03:20.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetDeploymentBySelector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8655838Z [00:03:20.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeUpgradeVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8724110Z [00:03:20.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteGatewaySecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8795121Z [00:03:20.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8866208Z [00:03:20.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeReusableSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.8935415Z [00:03:20.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/RemoveClusterFromServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9006393Z [00:03:20.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateASMNamespaceFromGuestCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9076560Z [00:03:20.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeImportedServicesDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9147157Z [00:03:20.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ListWaypoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9215746Z [00:03:20.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateSwimLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9292075Z [00:03:21.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetVmMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9358789Z [00:03:21.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeClusterGrafana.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9429870Z [00:03:21.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshVMs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9499267Z [00:03:21.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeNodesInstanceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9568752Z [00:03:21.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetRegisteredServiceEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9637165Z [00:03:21.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ModifyApiServerEipResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9707499Z [00:03:21.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeNamespaceScopeSidecarConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9777540Z [00:03:21.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/RemoveVMFromServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9846988Z [00:03:21.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9919789Z [00:03:21.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateMeshMultiClusterNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:13.9987001Z [00:03:21.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteWaypoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0054769Z [00:03:21.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateSwimLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0125839Z [00:03:21.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpgradeMeshVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0194564Z [00:03:21.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeCens.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0264184Z [00:03:21.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeCrTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0332914Z [00:03:21.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0401272Z [00:03:21.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeIstioGatewayRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0469821Z [00:03:21.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeIstioGatewayDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0538445Z [00:03:21.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0606898Z [00:03:21.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateNamespaceScopeSidecarConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0684063Z [00:03:21.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeClusterPrometheus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0761705Z [00:03:21.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateWaypoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0837942Z [00:03:21.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/GetVmAppMeshInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0910404Z [00:03:21.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeIstioGatewayRouteDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.0988036Z [00:03:21.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1060717Z [00:03:21.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1134392Z [00:03:21.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeGuestClusterNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1207304Z [00:03:21.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteSwimLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1279612Z [00:03:21.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeCCMVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1350522Z [00:03:21.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1429632Z [00:03:21.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/ModifyPilotEipResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1494580Z [00:03:21.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshAdditionalStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1562605Z [00:03:21.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateGuestClusterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1631381Z [00:03:21.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateASMGatewayImportedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1699064Z [00:03:21.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DeleteIstioGatewayDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1768700Z [00:03:21.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeServiceMeshClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1839875Z [00:03:21.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/CreateIstioGatewayDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1909062Z [00:03:21.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeGatewaySecretDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.1977411Z [00:03:21.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeMeshMultiClusterNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2049606Z [00:03:21.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/AddClusterIntoServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2124375Z [00:03:21.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/UpdateIstioRouteAdditionalStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2193776Z [00:03:21.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/servicemesh/DescribeEipResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2266841Z [00:03:21.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2338079Z [00:03:21.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTableAccessCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2411118Z [00:03:21.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/BindDBResourceGroupWithUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2481092Z [00:03:21.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2552843Z [00:03:21.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyElasticPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2622115Z [00:03:21.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2691862Z [00:03:21.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeRegionsMixed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2760576Z [00:03:21.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2830311Z [00:03:21.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2900324Z [00:03:21.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.2970056Z [00:03:21.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeVpcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3039548Z [00:03:21.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterNetInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3108799Z [00:03:21.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribePatternPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3178986Z [00:03:21.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeBadSqlDetection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3248294Z [00:03:21.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSQLPlanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3319205Z [00:03:21.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeWorkerDetection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3390075Z [00:03:21.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3462725Z [00:03:21.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterShardNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3533510Z [00:03:21.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeResubmitConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3602650Z [00:03:21.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyLogHubStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3672260Z [00:03:21.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeElasticPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3741208Z [00:03:21.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3811296Z [00:03:21.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeRdsAnalysisResourceQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3879134Z [00:03:21.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifySQAConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.3950573Z [00:03:21.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterShardNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4020749Z [00:03:21.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeColumns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4093182Z [00:03:21.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeLogStoreKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4165535Z [00:03:21.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/EnableAdviceService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4235677Z [00:03:21.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/UnbindDBResourceGroupWithUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4307107Z [00:03:21.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4383275Z [00:03:21.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4453708Z [00:03:21.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTableDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4526089Z [00:03:21.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4596729Z [00:03:21.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4668036Z [00:03:21.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisSQLInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4740185Z [00:03:21.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAllDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4811274Z [00:03:21.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4882584Z [00:03:21.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyLogBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.4952810Z [00:03:21.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DisableAdviceService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5023663Z [00:03:21.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAllAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5092861Z [00:03:21.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5161896Z [00:03:21.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ApplyAdviceById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5231981Z [00:03:21.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTableStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5302820Z [00:03:21.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeHistoryEventsStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5378210Z [00:03:21.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5452074Z [00:03:21.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5528552Z [00:03:21.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5604195Z [00:03:21.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/AllocateClusterPublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5685469Z [00:03:21.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeConnectionCountRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5763637Z [00:03:21.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeOversizeNonPartitionTableInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5844247Z [00:03:21.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisDimensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5921779Z [00:03:21.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterResourcePoolPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.5998345Z [00:03:21.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.6072898Z [00:03:21.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.6150154Z [00:03:21.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.6225507Z [00:03:21.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CancelActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.6302104Z [00:03:21.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifySyncJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.6376887Z [00:03:21.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSyncJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.6452817Z [00:03:21.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ReleaseClusterPublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.6532044Z [00:03:21.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyActiveOperationMaintainConf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.6607251Z [00:03:21.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.6681677Z [00:03:21.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.6756375Z [00:03:21.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.6830578Z [00:03:21.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSchemas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.6909281Z [00:03:21.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeProcessList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7002706Z [00:03:21.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7080223Z [00:03:21.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeKmsKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7156503Z [00:03:21.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeLoadTasksRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7230209Z [00:03:21.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/KillProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7306159Z [00:03:21.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/GrantOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7383769Z [00:03:21.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7471003Z [00:03:21.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSQLPatterns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7547487Z [00:03:21.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeControllerDetection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7620577Z [00:03:21.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7691497Z [00:03:21.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7762086Z [00:03:21.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSQLPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7832729Z [00:03:21.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7905942Z [00:03:21.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSqlPattern.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.7978783Z [00:03:21.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CheckServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8049494Z [00:03:21.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/BindDBResourcePoolWithUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8119991Z [00:03:21.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeLogHubAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8190412Z [00:03:21.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeLoghubDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8260991Z [00:03:21.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8330743Z [00:03:21.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8401268Z [00:03:21.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAbnormalPatternDetection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8470335Z [00:03:21.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyClusterConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8540196Z [00:03:21.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeVSwitchs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8608972Z [00:03:21.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8677568Z [00:03:21.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDiagnosisMonitorPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8746334Z [00:03:21.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAuditLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8815063Z [00:03:21.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/OperateLogHub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8884826Z [00:03:21.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DownloadDiagnosisRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.8956007Z [00:03:21.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9024461Z [00:03:21.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9092362Z [00:03:21.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAvailableAdvices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9160074Z [00:03:21.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeMaintenanceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9229810Z [00:03:21.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9298860Z [00:03:22.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeExcessivePrimaryKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9367179Z [00:03:22.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeComputeResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9435454Z [00:03:22.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyResubmitConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9504127Z [00:03:22.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterAccessWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9573836Z [00:03:22.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeEIURange.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9643407Z [00:03:22.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterSpaceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9713542Z [00:03:22.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9781666Z [00:03:22.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/MigrateDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9850632Z [00:03:22.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/AttachUserENI.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9919634Z [00:03:22.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteDBResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:14.9988031Z [00:03:22.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0057146Z [00:03:22.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0125859Z [00:03:22.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0195968Z [00:03:22.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0265235Z [00:03:22.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/RevokeOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0334589Z [00:03:22.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeKernelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0405690Z [00:03:22.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0474028Z [00:03:22.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0542220Z [00:03:22.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSyncAvailableDBClusterList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0614363Z [00:03:22.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/GetCreateTableSQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0689814Z [00:03:22.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusterStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0766380Z [00:03:22.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateElasticPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0840975Z [00:03:22.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DeleteElasticPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0918179Z [00:03:22.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.0994656Z [00:03:22.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyMaintenanceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.1068022Z [00:03:22.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyAuditLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.1141561Z [00:03:22.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeInclinedTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.1213046Z [00:03:22.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAuditLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.1283885Z [00:03:22.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeActiveOperationMaintainConf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.1355434Z [00:03:22.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/BatchApplyAdviceByIdList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.1428664Z [00:03:22.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.1499824Z [00:03:22.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/CreateDBResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.1572203Z [00:03:22.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeElasticDailyPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.1645331Z [00:03:22.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.1716564Z [00:03:22.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAdviceServiceEnabled.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.1788175Z [00:03:22.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/UpgradeKernelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.1859099Z [00:03:22.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DetachUserENI.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.1931056Z [00:03:22.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterAccessWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2001073Z [00:03:22.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/UnbindDBResourcePoolWithUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2071071Z [00:03:22.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeInclinedNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2141397Z [00:03:22.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/ModifyDBClusterPayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2211411Z [00:03:22.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeAppliedAdvices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2282148Z [00:03:22.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeTablePartitionDiagnose.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2354323Z [00:03:22.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeSQAConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2424039Z [00:03:22.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeExecutorDetection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2494968Z [00:03:22.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDownloadRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2565418Z [00:03:22.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/adb/DescribeDBClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2640990Z [00:03:22.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeSecurityScoreRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2710738Z [00:03:22.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClientUserDefineRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2780757Z [00:03:22.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateCycleTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2850446Z [00:03:22.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateJenkinsImageRegistryName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2920778Z [00:03:22.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.2990723Z [00:03:22.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RefreshRegistryToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3060625Z [00:03:22.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UnBindHybridProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3129303Z [00:03:22.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3200041Z [00:03:22.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateContainerScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3269691Z [00:03:22.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteOpaStrategyNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3341182Z [00:03:22.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UnbindAegis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3411714Z [00:03:22.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListContainerDefenseRuleClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3482873Z [00:03:22.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallHybridProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3554873Z [00:03:22.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackUpExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3624488Z [00:03:22.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniSupportRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3693857Z [00:03:22.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3763345Z [00:03:22.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskItemType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3833522Z [00:03:22.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3902992Z [00:03:22.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedContainerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.3973648Z [00:03:22.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteDingTalk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4048349Z [00:03:22.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ConfirmVirusEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4122610Z [00:03:22.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteContainerPluginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4194136Z [00:03:22.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4265072Z [00:03:22.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddClientUserDefineRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4335497Z [00:03:22.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4405997Z [00:03:22.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4478685Z [00:03:22.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateFileDetect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4551358Z [00:03:22.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListImageRegistryRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4624650Z [00:03:22.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAvailableHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4696278Z [00:03:22.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4768690Z [00:03:22.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockProcessStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4839937Z [00:03:22.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryGroupedSecurityEventMarkMissList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4909745Z [00:03:22.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSimilarEventScenarios.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.4979985Z [00:03:22.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageEventOperationPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5049314Z [00:03:22.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSuspiciousStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5118312Z [00:03:22.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddCloudVendorAccountAK.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5187451Z [00:03:22.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHybridProxyClusterList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5257567Z [00:03:22.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateJenkinsImageRegistryPersistenceDay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5330729Z [00:03:22.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpgradeHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5402189Z [00:03:22.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVirusScanMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5474269Z [00:03:22.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddPrivateRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5546798Z [00:03:22.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListAsset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5619142Z [00:03:22.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetModuleConfigStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5694224Z [00:03:22.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypotProbeBind.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5767355Z [00:03:22.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyInterceptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5842234Z [00:03:22.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetPublishCron.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5916524Z [00:03:22.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAutoTagRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.5992130Z [00:03:22.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetSyncRefreshRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6063070Z [00:03:22.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockUpdateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6134737Z [00:03:22.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetModuleTrialAuthInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6208421Z [00:03:22.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLoginBaseConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6279178Z [00:03:22.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartPreCheckDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6350433Z [00:03:22.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetImageBuildRiskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6421019Z [00:03:22.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperationCustomizeReportChart.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6492336Z [00:03:22.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListAuthorize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6565457Z [00:03:22.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarningSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6635896Z [00:03:22.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAIAssetSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6707604Z [00:03:22.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOpaStrategyNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6780659Z [00:03:22.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/IgnoreIdcProbeScanResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6851023Z [00:03:22.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6922329Z [00:03:22.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerServiceK8sClusterNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.6992583Z [00:03:22.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddProtectVpcList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7063318Z [00:03:22.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeScreenScoreThread.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7132681Z [00:03:22.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOssBucketScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7202650Z [00:03:22.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateVirusEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7273341Z [00:03:22.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7344637Z [00:03:22.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstanceAntiBruteForceRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7413637Z [00:03:22.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCycleTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7481827Z [00:03:22.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInstanceCatalog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7551503Z [00:03:22.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7620736Z [00:03:22.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetBackupStorageCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7691284Z [00:03:22.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddImageVulWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7760311Z [00:03:22.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7831060Z [00:03:22.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeScanTaskStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7903968Z [00:03:22.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPublishBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.7975414Z [00:03:22.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSimilarSecurityEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8044921Z [00:03:22.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHoneyPotSuspStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8113686Z [00:03:22.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockStart.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8181735Z [00:03:22.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAttackPathSensitiveAssetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8251070Z [00:03:22.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTraceInfoNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8319686Z [00:03:22.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageRepoDetailList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8388735Z [00:03:22.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileProtectDashboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8468068Z [00:03:22.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSasPmAgentList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8529265Z [00:03:22.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOperationCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8598610Z [00:03:22.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteMaliciousNote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8668924Z [00:03:22.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddCheckInstanceResultWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8739741Z [00:03:22.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateBinarySecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8810737Z [00:03:22.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8880292Z [00:03:22.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateCustomizeReportStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.8950118Z [00:03:22.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClientUserDefineRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9019840Z [00:03:22.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddImageEventOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9089664Z [00:03:22.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetImageScanNumInPeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9158596Z [00:03:22.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportSuspEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9229192Z [00:03:22.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCustomizedDict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9299474Z [00:03:23.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateSelectionKeyByType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9368233Z [00:03:23.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BindHybridProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9436559Z [00:03:23.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryDiscoverDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9505652Z [00:03:23.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyLoginBaseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9575346Z [00:03:23.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9643157Z [00:03:23.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9713350Z [00:03:23.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9783340Z [00:03:23.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateJenkinsImageScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9854462Z [00:03:23.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyBackupPolicyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9923913Z [00:03:23.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetServerlessAppAuthDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:15.9994742Z [00:03:23.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpgradeVersionByUuids.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0065800Z [00:03:23.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListFileProtectPluginStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0132234Z [00:03:23.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0201855Z [00:03:23.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryJenkinsImageRegistryPersistenceDay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0271751Z [00:03:23.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCommonTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0342281Z [00:03:23.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaStrategyTemplateSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0410968Z [00:03:23.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CheckTrialFixCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0479555Z [00:03:23.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyOperateVul.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0548378Z [00:03:23.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeMonitorAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0619031Z [00:03:23.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PublicCreateImageScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0694303Z [00:03:23.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBackupPolicyMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0766550Z [00:03:23.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAllRegionsStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0836839Z [00:03:23.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeModuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0911211Z [00:03:23.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.0989169Z [00:03:23.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileProtectEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1060844Z [00:03:23.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAttestor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1134049Z [00:03:23.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateSwitchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1205443Z [00:03:23.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateCommonSwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1274491Z [00:03:23.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCriteriaStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1342802Z [00:03:23.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityStatInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1412586Z [00:03:23.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeEventOnStage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1480856Z [00:03:23.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCloudAssetInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1549752Z [00:03:23.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListStrategyStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1618503Z [00:03:23.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClientAlertMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1687919Z [00:03:23.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomizedDictUploadInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1757168Z [00:03:23.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyTagWithUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1826127Z [00:03:23.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeMachineCanReboot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1895150Z [00:03:23.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAgentInstallStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.1963901Z [00:03:23.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateUniRestorePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2033117Z [00:03:23.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSasContainerWebDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2100623Z [00:03:23.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCloudVendorAccountAK.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2170360Z [00:03:23.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateContainerScanTaskByAppName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2242235Z [00:03:23.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2311826Z [00:03:23.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BatchCreateMaliciousNote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2381607Z [00:03:23.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeNoticeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2451882Z [00:03:23.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockExclusiveFileType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2521056Z [00:03:23.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAssetsPropertyItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2589780Z [00:03:23.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2659374Z [00:03:23.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2728883Z [00:03:23.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHybridProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2798370Z [00:03:23.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateAgentClientInstall.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2868821Z [00:03:23.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileDetectResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.2937609Z [00:03:23.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveCustomizeReportConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3006634Z [00:03:23.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClusterRuleSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3079335Z [00:03:23.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDynamicDictUploadInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3149529Z [00:03:23.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetLastOnceTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3218913Z [00:03:23.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3288589Z [00:03:23.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3358063Z [00:03:23.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySecurityCheckScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3428345Z [00:03:23.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddTagWithUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3498313Z [00:03:23.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulMetaCountStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3568375Z [00:03:23.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessRiskUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3638564Z [00:03:23.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyTaskDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3708265Z [00:03:23.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OpenBackupAutoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3778582Z [00:03:23.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOperationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3848826Z [00:03:23.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSearchCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3924813Z [00:03:23.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/EnableCustomInstanceBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.3997936Z [00:03:23.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstanceVulStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.4071197Z [00:03:23.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePublishBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.4144929Z [00:03:23.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.4221507Z [00:03:23.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOssBucketScanStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.4296808Z [00:03:23.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddVpcHoneyPot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.4372260Z [00:03:23.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAccessKeyLeakDeal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.4448372Z [00:03:23.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateCustomizedDict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.4523860Z [00:03:23.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/EnableCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.4595995Z [00:03:23.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SubmitOperationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.4666012Z [00:03:23.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperationCancelIgnoreSuspEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.4734875Z [00:03:23.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAttackAnalysisData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.4803720Z [00:03:23.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInterceptionSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.4873026Z [00:03:23.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSasContainerWebDefenseRuleApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.4943060Z [00:03:23.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/EnableBruteForceRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5011892Z [00:03:23.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyServerlessAuthToMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5079439Z [00:03:23.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUuidsByWebPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5147909Z [00:03:23.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5216791Z [00:03:23.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetDataTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5284206Z [00:03:23.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClusterCheckItemWarningStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5354365Z [00:03:23.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageLatestScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5424923Z [00:03:23.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5497586Z [00:03:23.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBackupSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5569362Z [00:03:23.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeletePrivateRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5639341Z [00:03:23.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVpcList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5709846Z [00:03:23.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyContainerDefenseRuleSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5780112Z [00:03:23.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeAssetRefreshTaskConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5852686Z [00:03:23.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetLogMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5924872Z [00:03:23.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaClusterLabelList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.5993744Z [00:03:23.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyConcernNecessity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6063079Z [00:03:23.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListFileProtectEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6132315Z [00:03:23.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DisableBruteForceRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6204189Z [00:03:23.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteUniBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6271977Z [00:03:23.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyUsageTop.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6339475Z [00:03:23.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateSuspiciousTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6407090Z [00:03:23.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckEcsWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6475914Z [00:03:23.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulDefendCountStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6547424Z [00:03:23.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CheckSecurityEventId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6618409Z [00:03:23.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeIdcProbeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6687668Z [00:03:23.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6757303Z [00:03:23.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyTaskResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6826619Z [00:03:23.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6897118Z [00:03:23.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyUserDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.6966357Z [00:03:23.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessRelateMalicious.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7038912Z [00:03:23.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDefaultKeyInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7116511Z [00:03:23.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7190093Z [00:03:23.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerFieldStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7259152Z [00:03:23.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUserBackupMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7327222Z [00:03:23.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7395191Z [00:03:23.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClusterSuspEventStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7464674Z [00:03:23.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEventExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7532798Z [00:03:23.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAgentlessScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7603804Z [00:03:23.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportCustomizeReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7676174Z [00:03:23.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageVulList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7745171Z [00:03:23.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInstallCodeForUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7814280Z [00:03:23.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBinarySecurityPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7882974Z [00:03:23.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyStrategyTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.7950775Z [00:03:23.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAllGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8020222Z [00:03:23.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaClusterNamespaceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8089464Z [00:03:23.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckItemWarningSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8156951Z [00:03:23.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCanTrySas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8224211Z [00:03:23.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8295447Z [00:03:23.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeServiceLinkedRoleStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8365038Z [00:03:23.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyHybridProxyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8435631Z [00:03:23.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSecurityEventMarkMissList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8506895Z [00:03:23.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAutoDelConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8575439Z [00:03:23.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClientConfSetup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8645095Z [00:03:23.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListMaliciousFileWhitelistConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8711493Z [00:03:23.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHybridProxyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8781703Z [00:03:23.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyProcItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8851950Z [00:03:23.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAvailableAttackPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8923854Z [00:03:23.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GenerateOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.8993735Z [00:03:23.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHoneyPotAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9062067Z [00:03:23.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9130618Z [00:03:23.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePluginSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9199012Z [00:03:23.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySoarStrategySubscribe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9269002Z [00:03:24.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9336770Z [00:03:24.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSensitiveDefineRuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9405662Z [00:03:24.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SubmitCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9474716Z [00:03:24.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyProcDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9544294Z [00:03:24.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckItemWarningMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9613404Z [00:03:24.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetDockerhubImageRiskRankInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9683266Z [00:03:24.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9750932Z [00:03:24.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageSensitiveFileByKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9818939Z [00:03:24.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPluginForUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9889026Z [00:03:24.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:16.9959356Z [00:03:24.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSystemAggregationRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0030055Z [00:03:24.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOpaClusterPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0099652Z [00:03:24.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAntiBruteForceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0169553Z [00:03:24.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspiciousOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0238875Z [00:03:24.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StopHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0308933Z [00:03:24.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockFileEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0378913Z [00:03:24.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateVirusScanOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0449861Z [00:03:24.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/FinishGuidTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0521422Z [00:03:24.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddSasContainerWebDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0593407Z [00:03:24.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAccountsInResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0677207Z [00:03:24.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/IgnoreCheckItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0751092Z [00:03:24.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateFileUploadLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0823298Z [00:03:24.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetModuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0903163Z [00:03:24.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVpcHoneyPotCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.0989703Z [00:03:24.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniBackupPolicyDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1076074Z [00:03:24.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineItemList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1149820Z [00:03:24.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAccountLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1218800Z [00:03:24.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInterceptionTargetPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1289097Z [00:03:24.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyContainerPluginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1358679Z [00:03:24.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVpcHoneyPotList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1427116Z [00:03:24.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyEmgVulSubmit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1497075Z [00:03:24.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUserBaselineAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1570096Z [00:03:24.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniBackupStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1641125Z [00:03:24.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockProcessList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1709962Z [00:03:24.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedInstanceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1777926Z [00:03:24.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAllImageBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1846598Z [00:03:24.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListEffectiveAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1915307Z [00:03:24.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineCheckSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.1983506Z [00:03:24.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGraph4InvestigationOnline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2051511Z [00:03:24.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateStrictEventName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2120222Z [00:03:24.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaStrategyDetailNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2188861Z [00:03:24.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypotProbeBind.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2257982Z [00:03:24.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckStandard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2329278Z [00:03:24.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAccessKeyLeakDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2403876Z [00:03:24.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDynamicDict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2477307Z [00:03:24.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTraceInfoDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2553994Z [00:03:24.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/HandleSimilarSecurityEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2623456Z [00:03:24.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BatchOperateCommonOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2692135Z [00:03:24.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateFileProtectEventStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2760646Z [00:03:24.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWarningMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2830036Z [00:03:24.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2899778Z [00:03:24.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAssetCleanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.2970947Z [00:03:24.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerServiceK8sClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3041243Z [00:03:24.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3108843Z [00:03:24.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateMonitorAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3177666Z [00:03:24.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListBackupRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3246657Z [00:03:24.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3315956Z [00:03:24.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomizeReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3387762Z [00:03:24.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCommonTargetResultList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3458473Z [00:03:24.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotAttackerSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3528058Z [00:03:24.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeQuaraFileDownloadInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3597314Z [00:03:24.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAccesskeyLeakList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3666848Z [00:03:24.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCanTrySas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3735260Z [00:03:24.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3806758Z [00:03:24.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3885917Z [00:03:24.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUuidsByAppId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.3956633Z [00:03:24.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetServerlessAuthSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4041936Z [00:03:24.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeIdcAssetCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4105855Z [00:03:24.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BatchUpdateMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4174022Z [00:03:24.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4245073Z [00:03:24.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVersionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4320535Z [00:03:24.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureVulList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4395031Z [00:03:24.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PageImageRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4468384Z [00:03:24.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UninstallBackupClient.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4544050Z [00:03:24.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4617361Z [00:03:24.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockFileChangeStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4691329Z [00:03:24.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrategyExecDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4765593Z [00:03:24.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteContainerDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4837998Z [00:03:24.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureRiskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4910477Z [00:03:24.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertySoftwareDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.4991514Z [00:03:24.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UploadedHoneyPotFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5061078Z [00:03:24.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5130970Z [00:03:24.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateRestoreJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5200630Z [00:03:24.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExcludeSystemPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5270480Z [00:03:24.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetDetailByUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5338686Z [00:03:24.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureSuggests.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5408339Z [00:03:24.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PauseClient.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5478451Z [00:03:24.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CheckStsTokenAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5551412Z [00:03:24.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBinarySecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5623557Z [00:03:24.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageFixTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5694619Z [00:03:24.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetSensitiveDefineRuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5764186Z [00:03:24.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulFixStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5833620Z [00:03:24.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCloudVendorRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5918241Z [00:03:24.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateSoarStrategyTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.5988197Z [00:03:24.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSoarStrategyTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.6056520Z [00:03:24.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CopyCustomizeReportConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.6127319Z [00:03:24.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateInterceptionTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.6198336Z [00:03:24.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOssBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.6271658Z [00:03:24.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveWhiteListStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.6342169Z [00:03:24.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyScaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.6415416Z [00:03:24.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/VerifyCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.6496632Z [00:03:24.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaClusterImageList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.6577295Z [00:03:24.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.6661981Z [00:03:24.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAntiBruteForceRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.6737759Z [00:03:24.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddContainerPluginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.6807019Z [00:03:24.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyTaskParams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.6878411Z [00:03:24.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAffectedMaliciousFileImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.6948809Z [00:03:24.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7018368Z [00:03:24.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7089429Z [00:03:24.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageRepoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7159606Z [00:03:24.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeCheckCustomConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7228830Z [00:03:24.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7296450Z [00:03:24.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateImageBaselineWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7365633Z [00:03:24.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateDynamicDict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7435729Z [00:03:24.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7506832Z [00:03:24.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7579463Z [00:03:24.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInstanceRiskLevels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7649005Z [00:03:24.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSupportRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7719544Z [00:03:24.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListMachineApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7793516Z [00:03:24.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetClusterInterceptionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7865136Z [00:03:24.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyIdcProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.7936603Z [00:03:24.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureAlarmList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8006021Z [00:03:24.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTaskErrorLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8074923Z [00:03:24.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateClientAlertMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8143938Z [00:03:24.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityEventOperations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8211635Z [00:03:24.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyScaDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8279621Z [00:03:24.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportVul.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8350062Z [00:03:24.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddBaselineCheckWhiteRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8420114Z [00:03:24.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstallCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8495655Z [00:03:24.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8564182Z [00:03:24.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ProcessSoarStrategyTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8635152Z [00:03:24.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListObjectScanEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8705295Z [00:03:24.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetVirusScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8773229Z [00:03:24.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetUserLang.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8843584Z [00:03:24.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8913339Z [00:03:24.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.8981525Z [00:03:24.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetRegistryScanDayNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9054508Z [00:03:24.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateBaselineCheckWhiteRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9122146Z [00:03:24.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9191327Z [00:03:24.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckRiskStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9261377Z [00:03:25.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOrUpdateAssetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9329531Z [00:03:25.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHybridProxyCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9399953Z [00:03:25.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ValidateHcWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9470299Z [00:03:25.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterImageSecuritySummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9540110Z [00:03:25.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddCloudVendorTrialConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9608409Z [00:03:25.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetDefenceCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9677429Z [00:03:25.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileProtectEventCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9746422Z [00:03:25.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RefreshContainerAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9814779Z [00:03:25.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PublicPreCheckImageScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9883558Z [00:03:25.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackPathEventStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:17.9952373Z [00:03:25.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0023573Z [00:03:25.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulNumStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0094315Z [00:03:25.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0163757Z [00:03:25.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstallCodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0233223Z [00:03:25.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeNsasSuspEventType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0301432Z [00:03:25.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCloudProductFieldStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0370710Z [00:03:25.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClusterCnnfStatusDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0440098Z [00:03:25.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeScanTaskProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0511714Z [00:03:25.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeChartData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0583431Z [00:03:25.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLoginSwitchConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0660906Z [00:03:25.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateSasTrial.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0739303Z [00:03:25.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateImageVul.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0815256Z [00:03:25.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupRestoreCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0886797Z [00:03:25.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetVirusScanLatestTaskStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.0958352Z [00:03:25.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1033277Z [00:03:25.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBaselineCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1105553Z [00:03:25.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddContainerDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1176838Z [00:03:25.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/TriggerCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1247343Z [00:03:25.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SendCustomizeReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1319789Z [00:03:25.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaClusterBaseLineList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1392361Z [00:03:25.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageRiskLevelStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1462004Z [00:03:25.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetBuildRiskDefineRuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1530814Z [00:03:25.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeCheckConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1604534Z [00:03:25.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePostPaidBindRel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1675202Z [00:03:25.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetStrategyTemplateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1744515Z [00:03:25.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVpcHoneyPot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1815786Z [00:03:25.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetsSecurityEventSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1889305Z [00:03:25.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpgradeBackupPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.1960971Z [00:03:25.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySasContainerWebDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2031869Z [00:03:25.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterVulStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2101874Z [00:03:25.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2172089Z [00:03:25.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUserSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2243863Z [00:03:25.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRestoreJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2314084Z [00:03:25.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveImageBaselineStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2388359Z [00:03:25.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateImageVulWhitelistTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2458750Z [00:03:25.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BatchDeleteMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2527706Z [00:03:25.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CancelOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2596766Z [00:03:25.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2668555Z [00:03:25.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteLoginBaseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2740546Z [00:03:25.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AdvanceSecurityEventOperations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2810933Z [00:03:25.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateOpaStrategyNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2881773Z [00:03:25.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ReceiveFunctionTrialRewardByAliUid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.2952241Z [00:03:25.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3022331Z [00:03:25.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyImageFixCycleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3090317Z [00:03:25.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedVul.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3166038Z [00:03:25.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateInterceptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3239901Z [00:03:25.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallPmAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3311878Z [00:03:25.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3386242Z [00:03:25.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetTenantCheckAvailable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3457821Z [00:03:25.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3527341Z [00:03:25.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3596912Z [00:03:25.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3666590Z [00:03:25.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateAttackPathSensitiveAssetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3735920Z [00:03:25.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSwitchRegionDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3807433Z [00:03:25.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClientConfStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3876935Z [00:03:25.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSecurityScoreRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.3947337Z [00:03:25.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetLocalDefaultRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4017680Z [00:03:25.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeFieldStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4088372Z [00:03:25.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RemoveCheckResultWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4158670Z [00:03:25.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryGroupIdByGroupName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4230597Z [00:03:25.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrategyDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4304449Z [00:03:25.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyHybridProxyCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4377005Z [00:03:25.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4450489Z [00:03:25.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAntiBruteForceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4522284Z [00:03:25.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetInfoPublish.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4591808Z [00:03:25.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCloudAssetSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4662259Z [00:03:25.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityCheckScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4737426Z [00:03:25.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotAttackerPortrait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4809254Z [00:03:25.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageInfoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4880406Z [00:03:25.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyLogMetaStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.4950419Z [00:03:25.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileDetectReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5020177Z [00:03:25.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5092245Z [00:03:25.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckFixDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5162961Z [00:03:25.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAegisContainerPluginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5232641Z [00:03:25.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallAegisForLingjun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5301249Z [00:03:25.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotAttackStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5371224Z [00:03:25.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAssetsPropertyDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5441894Z [00:03:25.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEventQuaraFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5511637Z [00:03:25.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstanceRebootStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5580304Z [00:03:25.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVolDingdingMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5650139Z [00:03:25.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAgentlessSensitiveFileByKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5720636Z [00:03:25.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetDetailByUuids.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5792293Z [00:03:25.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockProcessBlockStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5861405Z [00:03:25.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.5944294Z [00:03:25.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCustomizeReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6012970Z [00:03:25.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLogShipperStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6081830Z [00:03:25.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClusterCnnfStatusUserConfirm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6151098Z [00:03:25.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6222088Z [00:03:25.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOrUpdateDingTalk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6293207Z [00:03:25.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallBackupClient.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6363069Z [00:03:25.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyPortItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6436267Z [00:03:25.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6505870Z [00:03:25.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateCommonOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6575772Z [00:03:25.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClearLogstoreStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6645980Z [00:03:25.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageSensitiveFileList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6715719Z [00:03:25.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDingTalk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6785311Z [00:03:25.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetSelectionSelectedTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6855067Z [00:03:25.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeReportRecipientStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6924857Z [00:03:25.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCreateVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.6995246Z [00:03:25.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddPublishBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7065240Z [00:03:25.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAppNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7134542Z [00:03:25.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockBindList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7203083Z [00:03:25.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/MarkMonitorAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7272000Z [00:03:25.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInterceptionRulePage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7341980Z [00:03:25.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLogMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7415256Z [00:03:25.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCanFixVulList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7484494Z [00:03:25.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInterceptionTargetDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7553512Z [00:03:25.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainSecureScore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7624468Z [00:03:25.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockConfigList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7695316Z [00:03:25.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteMonitorAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7764542Z [00:03:25.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityEventOperationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7836914Z [00:03:25.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DingTalkOnlineTest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7907194Z [00:03:25.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSyncAssetTaskLogDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.7979321Z [00:03:25.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.8050864Z [00:03:25.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotEventFlows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.8123200Z [00:03:25.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.8195937Z [00:03:25.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSystemClientRuleTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.8266555Z [00:03:25.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RefreshOssBucketScanInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.8338592Z [00:03:25.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListStrategyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.8410291Z [00:03:25.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallUniBackupAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.8488876Z [00:03:25.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyContainerDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.8565579Z [00:03:25.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.8647546Z [00:03:25.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVulTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.8728457Z [00:03:25.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteVpcHoneyPot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.8806120Z [00:03:25.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSupervisonInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.8878565Z [00:03:25.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAuthSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.8952089Z [00:03:25.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateFileUploadLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9023976Z [00:03:25.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyTypeScaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9094971Z [00:03:25.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniBackupDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9167384Z [00:03:25.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAegisContainerPluginRuleCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9237761Z [00:03:26.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAppVulScanCycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9308392Z [00:03:26.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetBackupAutoConfigStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9377663Z [00:03:26.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteImageVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9451959Z [00:03:26.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9519111Z [00:03:26.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCommonOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9589425Z [00:03:26.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarPlaybookTaskDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9657071Z [00:03:26.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarningMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9726321Z [00:03:26.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateBatchUploadUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9794747Z [00:03:26.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarningDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9866257Z [00:03:26.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAttestor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:18.9937428Z [00:03:26.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAssetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0007180Z [00:03:26.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPrivateRegistryType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0079042Z [00:03:26.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0149370Z [00:03:26.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackPathSensitiveAssetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0220825Z [00:03:26.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeFixUsedCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0291430Z [00:03:26.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCloudVendorAccountAKList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0360670Z [00:03:26.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListLogShipperRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0430128Z [00:03:26.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetImageEventOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0500107Z [00:03:26.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAffectedAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0569122Z [00:03:26.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateAlarmEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0638331Z [00:03:26.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateServiceTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0711126Z [00:03:26.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockRefresh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0782642Z [00:03:26.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePublishGraySwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0853169Z [00:03:26.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/VerifyCheckInstanceResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.0926489Z [00:03:26.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskCheckSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1010830Z [00:03:26.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCloudVendorAccountAK.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1081160Z [00:03:26.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteVulAutoRepairConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1152008Z [00:03:26.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHybridProxyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1221598Z [00:03:26.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClientConfStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1289996Z [00:03:26.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckInstanceResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1358564Z [00:03:26.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetSelectionTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1429340Z [00:03:26.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyInstanceAntiBruteForceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1498590Z [00:03:26.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListImageRegistryExtra.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1568611Z [00:03:26.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteK8sAccessInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1638800Z [00:03:26.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVirusScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1708631Z [00:03:26.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/FindContainerNetworkConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1796444Z [00:03:26.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeFrontVulPatchList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1854469Z [00:03:26.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVulTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1926984Z [00:03:26.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupStruct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.1997833Z [00:03:26.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterBasicInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2067737Z [00:03:26.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSyncAssetTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2137723Z [00:03:26.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSasContainerWebDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2205963Z [00:03:26.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2275899Z [00:03:26.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAssetDetailByUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2346586Z [00:03:26.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyPropertyScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2417291Z [00:03:26.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrictEventName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2488118Z [00:03:26.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteCycleTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2557093Z [00:03:26.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/InstallCloudMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2628459Z [00:03:26.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2697134Z [00:03:26.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/BindAuthToMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2766014Z [00:03:26.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBruteForceRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2833875Z [00:03:26.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListRuleTargetAll.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2902194Z [00:03:26.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.2971491Z [00:03:26.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListImageBuildRiskItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.3042104Z [00:03:26.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetPropertyScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.3122038Z [00:03:26.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackTypeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.3200743Z [00:03:26.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyInterceptionRuleSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.3280578Z [00:03:26.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCanAccessVpcSale.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.3353413Z [00:03:26.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstanceStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.3425461Z [00:03:26.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPrivateK8s.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.3501191Z [00:03:26.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAlarmMachineCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.3572774Z [00:03:26.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOnceTaskResultInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.3648145Z [00:03:26.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/VerifyCheckCustomConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.3721886Z [00:03:26.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.3805116Z [00:03:26.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecurityEventMarkMissList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.3891128Z [00:03:26.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ChangeUserLang.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.3970506Z [00:03:26.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeEmgVulItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4043226Z [00:03:26.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUninstallAegisMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4117151Z [00:03:26.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCurrentVersionPublish.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4191101Z [00:03:26.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteInstallCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4263333Z [00:03:26.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddIdcProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4338033Z [00:03:26.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4411438Z [00:03:26.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVirusScanMachineEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4483653Z [00:03:26.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateAttackPathWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4555629Z [00:03:26.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAttackPathWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4626606Z [00:03:26.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategyParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4696867Z [00:03:26.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDefaultProxyInstallVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4766591Z [00:03:26.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListDockerhubImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4837668Z [00:03:26.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/JoinWebLockProcessWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4906079Z [00:03:26.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAttestors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.4975482Z [00:03:26.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListStrategyUuidCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5047392Z [00:03:26.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBuildRiskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5117278Z [00:03:26.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOpaClusterStrategyNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5187428Z [00:03:26.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAttackPathSensitiveAssetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5257120Z [00:03:26.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5326221Z [00:03:26.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCompressFileDetectResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5397030Z [00:03:26.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OpenSensitiveFileScan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5467571Z [00:03:26.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskCheckItemResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5538123Z [00:03:26.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListImageRisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5610308Z [00:03:26.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5683341Z [00:03:26.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageListWithBaselineName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5756016Z [00:03:26.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAllEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5827081Z [00:03:26.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetContainerDefenseRuleDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5898335Z [00:03:26.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryGuidTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.5969873Z [00:03:26.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUuidsByVulNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6042794Z [00:03:26.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6113645Z [00:03:26.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateVulAutoRepairConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6186728Z [00:03:26.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyLoginSwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6261227Z [00:03:26.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6331599Z [00:03:26.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSupportedModules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6403641Z [00:03:26.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateImageEventOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6482154Z [00:03:26.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetServiceTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6553757Z [00:03:26.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/FixCheckWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6629237Z [00:03:26.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSystemRuleAggregationTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6700454Z [00:03:26.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6771409Z [00:03:26.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyProcessWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6841555Z [00:03:26.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryAttackCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6911773Z [00:03:26.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInterceptionRuleDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.6984146Z [00:03:26.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7057813Z [00:03:26.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateFileProtectRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7130401Z [00:03:26.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySecurityEventMarkMissIndividually.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7200618Z [00:03:26.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAutoTagRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7270157Z [00:03:26.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7339188Z [00:03:26.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageEventOperationCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7411582Z [00:03:26.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7482828Z [00:03:26.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeIdcProbeScanResultList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7552140Z [00:03:26.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RebootMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7621577Z [00:03:26.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOssBucketScanInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7694290Z [00:03:26.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7767536Z [00:03:26.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyContainerScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7839365Z [00:03:26.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7910338Z [00:03:26.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSystemClientRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.7984061Z [00:03:26.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeOfflineMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8055383Z [00:03:26.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyPortDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8128592Z [00:03:26.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEventUserSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8200264Z [00:03:26.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateRdDefaultSyncList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8271377Z [00:03:26.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyUniBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8347147Z [00:03:26.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RefreshAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8422017Z [00:03:26.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetImageSensitiveFileStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8496082Z [00:03:26.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniBackupPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8567574Z [00:03:26.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddSasModuleTrial.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8640240Z [00:03:26.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCheckRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8710670Z [00:03:26.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyRefreshProcessInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8782060Z [00:03:26.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CheckUserHasEcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8854893Z [00:03:26.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAssetImportant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8926967Z [00:03:26.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTotalStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.8998778Z [00:03:26.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperationSuspEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9070186Z [00:03:26.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeChartList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9140337Z [00:03:26.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeReportExport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9211746Z [00:03:26.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUserVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9282971Z [00:03:27.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageFixCycleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9355658Z [00:03:27.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/HandleMaliciousFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9427340Z [00:03:27.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateJenkinsImageRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9498607Z [00:03:27.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOperationProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9569976Z [00:03:27.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClientUserDefineRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9640631Z [00:03:27.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAssetSelectionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9710386Z [00:03:27.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClusterPluginInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9780778Z [00:03:27.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9851699Z [00:03:27.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBaselineCheckWhiteRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9922827Z [00:03:27.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckStructure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:19.9994230Z [00:03:27.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.0065780Z [00:03:27.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyOpenLogShipper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.0137186Z [00:03:27.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCountScannedImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.0208238Z [00:03:27.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/EnableServiceAccessResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.0280886Z [00:03:27.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAlarmEventStackInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.0353398Z [00:03:27.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSecureSuggestion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.0424826Z [00:03:27.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageRepoCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.0496198Z [00:03:27.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeNeedAsyncQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.0599379Z [00:03:27.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockUnbind.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.0642922Z [00:03:27.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.0718002Z [00:03:27.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.0791371Z [00:03:27.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAegisContainerPluginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.0862849Z [00:03:27.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateTargetListByBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.0934422Z [00:03:27.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyCronItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1006562Z [00:03:27.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAssetsScaProcessNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1079052Z [00:03:27.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyPostPayModuleSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1148916Z [00:03:27.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1220335Z [00:03:27.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1291121Z [00:03:27.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetRulesCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1362198Z [00:03:27.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1435305Z [00:03:27.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveSuspEventUserSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1505765Z [00:03:27.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInstanceRiskNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1576413Z [00:03:27.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAttackPathWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1648182Z [00:03:27.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1717595Z [00:03:27.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCheckWarningCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1788288Z [00:03:27.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypotProbeBind.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1857218Z [00:03:27.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeUniRecoverableList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1927053Z [00:03:27.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListOperationProcessDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.1996734Z [00:03:27.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomBlockInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2067766Z [00:03:27.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListInterceptionHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2137299Z [00:03:27.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspEventDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2207357Z [00:03:27.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteTagWithUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2279939Z [00:03:27.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHybridProxyLinkedClientList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2352346Z [00:03:27.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyBinarySecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2426402Z [00:03:27.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyImageRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2498115Z [00:03:27.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateWhiteListStrategyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2569630Z [00:03:27.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SaveWhiteListStrategyAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2640399Z [00:03:27.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RollbackSuspEventQuaraFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2711838Z [00:03:27.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAttackPathEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2784024Z [00:03:27.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackPathWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2855688Z [00:03:27.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockFileTypeSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2926299Z [00:03:27.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateUserSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.2997309Z [00:03:27.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulCheckTaskStatusDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3067467Z [00:03:27.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GenerateDynamicDict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3136560Z [00:03:27.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerServiceK8sClusterKritisStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3206578Z [00:03:27.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCloudVendorTrialConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3276961Z [00:03:27.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckTimeDimensionStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3346425Z [00:03:27.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAttackPathWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3414111Z [00:03:27.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVulGlobalConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3485633Z [00:03:27.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAttestor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3558016Z [00:03:27.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3628049Z [00:03:27.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetOpaPluginStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3700177Z [00:03:27.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3771198Z [00:03:27.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SasInstallCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3847344Z [00:03:27.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartDiscoverDatabaseTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3917423Z [00:03:27.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddAssetSelectionCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.3988563Z [00:03:27.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ResetHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.4060550Z [00:03:27.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessMaliciousFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.4130296Z [00:03:27.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeStrategyTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.4200515Z [00:03:27.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.4278374Z [00:03:27.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetConsoleFuncGrayStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.4355337Z [00:03:27.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.4433792Z [00:03:27.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyScaProcessDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.4517399Z [00:03:27.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteImageEventOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.4594087Z [00:03:27.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomizedStrategyTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.4674359Z [00:03:27.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVulConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.4749432Z [00:03:27.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartIdcProbeScan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.4825356Z [00:03:27.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.4898003Z [00:03:27.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskListCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.4970163Z [00:03:27.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileDetectApiInvokeInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5043409Z [00:03:27.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulTargetStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5116058Z [00:03:27.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomizeReportConfigDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5185196Z [00:03:27.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVendorList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5254654Z [00:03:27.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GrantSwitchAgreement.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5323790Z [00:03:27.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyGroupProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5393187Z [00:03:27.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5461483Z [00:03:27.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageSecurityScanCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5530611Z [00:03:27.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneyPotUploadPolicyInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5600952Z [00:03:27.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWhiteListProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5671491Z [00:03:27.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarStrategies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5743046Z [00:03:27.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockTotalFileChangeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5815104Z [00:03:27.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFunctionTrialStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5888422Z [00:03:27.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCloudCenterInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.5958759Z [00:03:27.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAutoDelConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6028123Z [00:03:27.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6098579Z [00:03:27.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSuspiciousUUIDConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6168732Z [00:03:27.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetInstanceAlarmStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6239316Z [00:03:27.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyAppVulScanCycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6309590Z [00:03:27.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClientProblemType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6378870Z [00:03:27.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessAsset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6448146Z [00:03:27.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBruteForceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6519331Z [00:03:27.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteIdcProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6591746Z [00:03:27.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotNodeMetricList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6663355Z [00:03:27.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UninstallUniBackupAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6733469Z [00:03:27.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCommonSwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6805398Z [00:03:27.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListTargetByBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6876680Z [00:03:27.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSupportAttackPathAsset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.6947697Z [00:03:27.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSuspEventNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7018732Z [00:03:27.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7089827Z [00:03:27.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartBaselineSecurityCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7159482Z [00:03:27.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyCronDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7230600Z [00:03:27.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageListBySensitiveFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7299975Z [00:03:27.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHybridProxyCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7371250Z [00:03:27.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/QueryPreCheckDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7444471Z [00:03:27.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddInstallCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7516123Z [00:03:27.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteServiceTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7587166Z [00:03:27.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeEventLevelCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7658475Z [00:03:27.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotProbeUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7731104Z [00:03:27.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSummaryInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7804735Z [00:03:27.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/StartVirusScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7878120Z [00:03:27.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifySearchCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.7950000Z [00:03:27.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotEventTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8021731Z [00:03:27.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAgentlessTaskCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8093244Z [00:03:27.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateWebLockFileEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8164103Z [00:03:27.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAegisForLingjunStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8235872Z [00:03:27.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateUniBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8305684Z [00:03:27.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetHoneypotStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8375320Z [00:03:27.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyPushAllTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8444631Z [00:03:27.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateOrUpdateAutoTagRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8515876Z [00:03:27.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckCountStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8585066Z [00:03:27.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClientUserDefineRuleTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8656415Z [00:03:27.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateSimilarSecurityEventsQueryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8725116Z [00:03:27.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeEmgUserAgreement.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8795124Z [00:03:27.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListSupportObjectSuffix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8865083Z [00:03:27.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeAlarmEventDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.8937641Z [00:03:27.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9009530Z [00:03:27.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeMatchedMaliciousNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9080598Z [00:03:27.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetSasContainerWebDefenseRuleCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9150179Z [00:03:27.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageVulWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9222910Z [00:03:27.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListBaselineCheckWhiteRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9293232Z [00:03:28.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAuthVersionStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9365541Z [00:03:28.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCustomBlockRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9437531Z [00:03:28.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetVulStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9508575Z [00:03:28.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClientRatioStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9588275Z [00:03:28.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetFileUploadLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9659108Z [00:03:28.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWebLockInclusiveFileType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9728343Z [00:03:28.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9800386Z [00:03:28.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateFileDetectUploadUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9869655Z [00:03:28.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RetryInstallProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:20.9939161Z [00:03:28.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0009245Z [00:03:28.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RetryAgentlessTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0080703Z [00:03:28.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeWarningExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0150464Z [00:03:28.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteSasContainerWebDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0222090Z [00:03:28.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetAttackPathEventDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0294012Z [00:03:28.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListCheckRuleInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0365922Z [00:03:28.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListVulAutoRepairConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0438303Z [00:03:28.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteInterceptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0509002Z [00:03:28.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DisableCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0584741Z [00:03:28.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeConcernNecessity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0662146Z [00:03:28.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageScanAuthCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0741192Z [00:03:28.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateHybridProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0813078Z [00:03:28.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLatestScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0888408Z [00:03:28.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyCycleTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.0959432Z [00:03:28.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupMachineStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1030949Z [00:03:28.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteInterceptionTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1102148Z [00:03:28.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyClientConfSetup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1173946Z [00:03:28.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePublishCron.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1244004Z [00:03:28.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedStatisticsDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1313222Z [00:03:28.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyStartVulScan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1383411Z [00:03:28.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCloudAssetCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1454809Z [00:03:28.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SubmitTenantCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1523620Z [00:03:28.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdatePublishAutoUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1593155Z [00:03:28.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedInstanceCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1663091Z [00:03:28.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSoarSubscribedStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1732269Z [00:03:28.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateCommonTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1804106Z [00:03:28.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeHcExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1874077Z [00:03:28.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/IgnoreHcCheckWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.1946547Z [00:03:28.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageBuildRiskByKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2017110Z [00:03:28.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2087307Z [00:03:28.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2157496Z [00:03:28.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterHostSecuritySummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2226968Z [00:03:28.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/HandleSecurityEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2299356Z [00:03:28.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/PublicSyncAndCreateImageScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2372052Z [00:03:28.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCheckSale.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2441215Z [00:03:28.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateMaliciousNote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2510963Z [00:03:28.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetRefreshTaskConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2583448Z [00:03:28.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GenerateK8sAccessInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2653201Z [00:03:28.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddCheckResultWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2723073Z [00:03:28.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListUnfinishedOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2795207Z [00:03:28.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeInstallCaptcha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2865523Z [00:03:28.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRiskCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.2935438Z [00:03:28.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetDockerhubImageRiskStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3005776Z [00:03:28.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageGroupedVulList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3075543Z [00:03:28.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateBucketScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3145024Z [00:03:28.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCommonOverallConfigList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3213708Z [00:03:28.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyInterceptionTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3282010Z [00:03:28.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetBuildRiskDefineRuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3353898Z [00:03:28.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyNoticeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3424718Z [00:03:28.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertySoftwareItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3495686Z [00:03:28.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListContainerDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3565665Z [00:03:28.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ResetLogShipper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3637264Z [00:03:28.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetObjectScanEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3708621Z [00:03:28.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPodRisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3779809Z [00:03:28.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/OperateSuspiciousOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3850893Z [00:03:28.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListRdDefaultSyncList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3920658Z [00:03:28.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.3990305Z [00:03:28.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAssetCleanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4059707Z [00:03:28.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListPrivateRegistryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4128840Z [00:03:28.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListK8sAccessInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4197521Z [00:03:28.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/RemoveCheckInstanceResultWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4265323Z [00:03:28.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeVulListPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4333582Z [00:03:28.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribePropertyUserItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4404237Z [00:03:28.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetCloudAssetDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4474498Z [00:03:28.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExportWarning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4547171Z [00:03:28.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeSearchCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4619395Z [00:03:28.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeOnceTaskLeafRecordPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4689859Z [00:03:28.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteAntiBruteForceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4761448Z [00:03:28.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteClientUserDefineRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4831544Z [00:03:28.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/SetRegistryScanDayNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4904561Z [00:03:28.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCountNotScannedImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.4974314Z [00:03:28.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyDingTalkStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5044970Z [00:03:28.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateAssetSelectionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5117183Z [00:03:28.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeExposedCheckWarning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5188957Z [00:03:28.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeCloudVendorTrialConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5259779Z [00:03:28.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeLogstoreStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5329508Z [00:03:28.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListHoneypotAlarmEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5403642Z [00:03:28.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockCreateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5473565Z [00:03:28.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ExecStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5544291Z [00:03:28.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyWebLockDeleteConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5615052Z [00:03:28.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DeleteHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5685723Z [00:03:28.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UpdateOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5754304Z [00:03:28.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeClusterInfoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5824204Z [00:03:28.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeRestorePlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5893474Z [00:03:28.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeImageListByBuildRisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.5964438Z [00:03:28.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/CreateSuspEventNote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6033603Z [00:03:28.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/UnMarkMonitorAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6103006Z [00:03:28.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListClusterInterceptionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6172259Z [00:03:28.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ListAgentlessTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6242785Z [00:03:28.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/ModifyVulWhitelistTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6312785Z [00:03:28.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/AddUninstallClientsByUuids.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6382698Z [00:03:28.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetClusterStrategyCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6452887Z [00:03:28.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeGroupedMaliciousFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6523776Z [00:03:28.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/DescribeContainerGroupedFieldDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6594173Z [00:03:28.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sas/GetRdTree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6666259Z [00:03:28.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeParametersHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6736121Z [00:03:28.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantSecurityConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6807256Z [00:03:28.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeBackupSetDownloadLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6877221Z [00:03:28.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantZonesRead.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.6948691Z [00:03:28.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantPrimaryZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7021990Z [00:03:28.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantEncryption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7093559Z [00:03:28.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/RemoveStandbyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7164198Z [00:03:28.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeBackupEncryptedString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7233774Z [00:03:28.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTagValue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7303125Z [00:03:28.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7371307Z [00:03:28.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7453046Z [00:03:28.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTimeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7522637Z [00:03:28.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7593880Z [00:03:28.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateBackupSetDownloadLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7663008Z [00:03:28.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateOmsMysqlDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7732333Z [00:03:28.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTenant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7804634Z [00:03:28.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceNodeNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7875239Z [00:03:28.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.7944784Z [00:03:28.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasAnomalySQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8015951Z [00:03:28.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListWorkerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8083269Z [00:03:28.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAnomalySQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8153275Z [00:03:28.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateRdsPostgreSQLDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8227621Z [00:03:28.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasSQLDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8300849Z [00:03:28.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8371510Z [00:03:28.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasTopSQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8442324Z [00:03:28.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8513769Z [00:03:28.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyDatabaseDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8584181Z [00:03:28.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8655897Z [00:03:28.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSlowSQLHistoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8723425Z [00:03:28.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeCharset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8795869Z [00:03:28.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8868881Z [00:03:28.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.8941171Z [00:03:28.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9014517Z [00:03:28.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListAllLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9083039Z [00:03:28.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAvailableMemResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9152091Z [00:03:28.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProjectSteps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9221742Z [00:03:28.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9294720Z [00:03:29.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateProjectModifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9365972Z [00:03:29.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9437385Z [00:03:29.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9507937Z [00:03:29.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StopProjectsByLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9577446Z [00:03:29.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9645467Z [00:03:29.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeMetricsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9717637Z [00:03:29.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9787041Z [00:03:29.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceTemporaryCapacity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9855191Z [00:03:29.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListProjectFullVerifyResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9926726Z [00:03:29.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ResumeProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:21.9997431Z [00:03:29.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0068732Z [00:03:29.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0138338Z [00:03:29.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceTenantModes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0207238Z [00:03:29.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListProjectModifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0275574Z [00:03:29.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTenantReadOnlyConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0344358Z [00:03:29.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTenants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0413420Z [00:03:29.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOutlineBinding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0483136Z [00:03:29.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0553851Z [00:03:29.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSqlAuditStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0625209Z [00:03:29.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeRecommendIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0703564Z [00:03:29.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantUserDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0778347Z [00:03:29.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ReleaseWorkerInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0851024Z [00:03:29.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0921863Z [00:03:29.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/KillProcessList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.0996525Z [00:03:29.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.1069671Z [00:03:29.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.1141934Z [00:03:29.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateMySqlDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.1213080Z [00:03:29.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantEncryption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.1291016Z [00:03:29.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasSlowSQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.1360936Z [00:03:29.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/GetUploadOssUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.1433939Z [00:03:29.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.1503963Z [00:03:29.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTenantUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.1574856Z [00:03:29.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeStandbyCreateMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.1645364Z [00:03:29.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTagName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.1717973Z [00:03:29.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateOasOutlineTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.1789565Z [00:03:29.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.1860180Z [00:03:29.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.1930661Z [00:03:29.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StopProjectModifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2000137Z [00:03:29.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantUserRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2071734Z [00:03:29.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSlowSQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2143085Z [00:03:29.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantReadableScn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2212315Z [00:03:29.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProcessStatsComposition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2282114Z [00:03:29.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyDatabaseUserRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2352170Z [00:03:29.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAvailableCpuResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2423593Z [00:03:29.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSessionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2498081Z [00:03:29.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantSecurityIpGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2573427Z [00:03:29.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProjectProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2642765Z [00:03:29.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/BatchKillSessionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2711238Z [00:03:29.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ReleaseProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2781332Z [00:03:29.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProjectStepMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2849230Z [00:03:29.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2917895Z [00:03:29.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasSQLPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.2986540Z [00:03:29.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3059102Z [00:03:29.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3132805Z [00:03:29.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeOasSQLHistoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3205886Z [00:03:29.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateOceanBaseDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3276307Z [00:03:29.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StopProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3347061Z [00:03:29.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTagValue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3417038Z [00:03:29.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3487707Z [00:03:29.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLTuningAdvices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3560896Z [00:03:29.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CreateTenantSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3631004Z [00:03:29.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTenantSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3700581Z [00:03:29.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTopSQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3770669Z [00:03:29.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3842060Z [00:03:29.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSampleSqlRawTexts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3910953Z [00:03:29.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeDataBackupSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.3980848Z [00:03:29.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4051037Z [00:03:29.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4120082Z [00:03:29.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4189409Z [00:03:29.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4257899Z [00:03:29.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeTenantUserRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4327793Z [00:03:29.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeMetricsDataV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4397564Z [00:03:29.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/RetryProjectModifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4471831Z [00:03:29.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeNodeMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4544955Z [00:03:29.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DeleteTenantUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4614861Z [00:03:29.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4684249Z [00:03:29.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4752663Z [00:03:29.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLHistoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4821349Z [00:03:29.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/SwitchoverInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4891241Z [00:03:29.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ListDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.4961200Z [00:03:29.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTagValueName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5028099Z [00:03:29.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StartProjectsByLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5096665Z [00:03:29.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProxyService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5165097Z [00:03:29.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/StartProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5234735Z [00:03:29.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/UpdateProjectConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5303248Z [00:03:29.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyTenantUserPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5371331Z [00:03:29.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceCreatableZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5441470Z [00:03:29.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/CancelProjectModifyRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5511486Z [00:03:29.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeRestorableTenants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5583420Z [00:03:29.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5653417Z [00:03:29.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5725989Z [00:03:29.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceSecurityConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5796596Z [00:03:29.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5867145Z [00:03:29.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/BatchKillProcessList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.5938437Z [00:03:29.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6008953Z [00:03:29.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProjectComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6078847Z [00:03:29.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAvailableSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6148941Z [00:03:29.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeAvailableZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6219107Z [00:03:29.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeInstanceTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6288383Z [00:03:29.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSecurityIpGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6357665Z [00:03:29.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeSQLSamples.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6427726Z [00:03:29.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/DescribeProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6497367Z [00:03:29.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oceanbasepro/ModifyInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6568349Z [00:03:29.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceInstanceSubscriptionEstimateCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6637953Z [00:03:29.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CreateRestoreTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6708497Z [00:03:29.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6778194Z [00:03:29.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/StopServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6848546Z [00:03:29.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6919609Z [00:03:29.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CreateServiceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.6990043Z [00:03:29.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceTemplateParameterConstraints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7061396Z [00:03:29.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceEstimateCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7131775Z [00:03:29.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstanceUpgradeHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7203334Z [00:03:29.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GenerateServicePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7272916Z [00:03:29.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpdateServiceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7343284Z [00:03:29.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetUserInformation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7413706Z [00:03:29.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7481958Z [00:03:29.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7551206Z [00:03:29.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/RenewServiceInstanceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7621333Z [00:03:29.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstanceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7692131Z [00:03:29.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceUsages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7762683Z [00:03:29.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7833726Z [00:03:29.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7903958Z [00:03:29.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/DeleteBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.7974255Z [00:03:29.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/RollbackServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8043813Z [00:03:29.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/RestartServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8112582Z [00:03:29.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpdateServiceInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8179702Z [00:03:29.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8249570Z [00:03:29.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8319229Z [00:03:29.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ContinueDeployServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8388562Z [00:03:29.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/DeployServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8456896Z [00:03:29.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CreateServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8526048Z [00:03:29.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpdateServiceInstanceAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8594360Z [00:03:29.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8664057Z [00:03:29.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstanceLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8731934Z [00:03:29.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CancelServiceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8800643Z [00:03:29.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/StartServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8870508Z [00:03:29.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.8943709Z [00:03:29.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9013241Z [00:03:29.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceInstanceBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9081118Z [00:03:29.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9151520Z [00:03:29.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/DeleteServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9226365Z [00:03:29.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9296295Z [00:03:30.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListServiceCategories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9364839Z [00:03:30.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9433957Z [00:03:30.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpgradeServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9503023Z [00:03:30.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/GetServiceProvisions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9573418Z [00:03:30.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/CheckServiceDeployable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9641117Z [00:03:30.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListRestoreTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9709808Z [00:03:30.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/UpdateUserInformation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9778338Z [00:03:30.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenest/ListBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9848952Z [00:03:30.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/ListJobSanityCheckResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:22.9918856Z [00:03:30.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0020327Z [00:03:30.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetJobSanityCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0091517Z [00:03:30.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/DeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0163847Z [00:03:30.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetJobEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0234102Z [00:03:30.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/StopJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0306766Z [00:03:30.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0379561Z [00:03:30.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetPodEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0450043Z [00:03:30.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/StartTensorboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0519397Z [00:03:30.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetWebTerminal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0589148Z [00:03:30.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/UpdateTensorboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0668545Z [00:03:30.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/ListEcsSpecs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0735181Z [00:03:30.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/CreateTensorboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0806505Z [00:03:30.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/UpdateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0874776Z [00:03:30.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetRayDashboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.0944088Z [00:03:30.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetJobMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1017949Z [00:03:30.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/StopTensorboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1090628Z [00:03:30.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/ListTensorboards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1160894Z [00:03:30.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/ListJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1232267Z [00:03:30.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/CreateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1302008Z [00:03:30.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/DeleteTensorboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1372260Z [00:03:30.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetTensorboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1442075Z [00:03:30.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetTensorboardSharedUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1518250Z [00:03:30.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/pai-dlc/GetPodLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1599066Z [00:03:30.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteDatasetItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1668842Z [00:03:30.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetAccessControlListAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1738596Z [00:03:30.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveSignatureApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1809800Z [00:03:30.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1878697Z [00:03:30.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/QueryRequestLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.1948969Z [00:03:30.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ResetAppCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2018832Z [00:03:30.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByBackend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2089226Z [00:03:30.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiHistories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2161055Z [00:03:30.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeBackendList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2232962Z [00:03:30.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeSignatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2303030Z [00:03:30.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByTrafficControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2373169Z [00:03:30.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeModels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2458921Z [00:03:30.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiGroupNetworkPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2526978Z [00:03:30.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2596046Z [00:03:30.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateIpControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2663829Z [00:03:30.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteTrafficSpecialControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2732635Z [00:03:30.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2801913Z [00:03:30.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeMarketRemainsQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2871987Z [00:03:30.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.2943081Z [00:03:30.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisWithStageNameIntegratedByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3012274Z [00:03:30.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3080985Z [00:03:30.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeSignaturesByApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3148848Z [00:03:30.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeIpControls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3218330Z [00:03:30.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceHttpCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3289178Z [00:03:30.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAppSecurities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3359069Z [00:03:30.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SdkGenerateByAppForRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3429091Z [00:03:30.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateDatasetItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3498102Z [00:03:30.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetDomainWebSocketStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3567835Z [00:03:30.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3636482Z [00:03:30.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeGroupLatency.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3707495Z [00:03:30.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveTrafficControlApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3778566Z [00:03:30.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateBackendModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3850758Z [00:03:30.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveIpControlApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3921657Z [00:03:30.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.3995088Z [00:03:30.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetSignatureApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4067762Z [00:03:30.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeUpdateBackendTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4139950Z [00:03:30.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AttachApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4210376Z [00:03:30.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByIpControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4283336Z [00:03:30.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4356174Z [00:03:30.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiLatencyData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4429108Z [00:03:30.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ResetAppSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4499807Z [00:03:30.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceClusterInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4571127Z [00:03:30.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DisableInstanceAccessControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4643561Z [00:03:30.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiProductsByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4714591Z [00:03:30.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeIpControlPolicyItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4783481Z [00:03:30.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeGroupQps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4852838Z [00:03:30.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteAllTrafficSpecialControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4924218Z [00:03:30.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveApisAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.4994602Z [00:03:30.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5064034Z [00:03:30.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5131320Z [00:03:30.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ImportSwagger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5200087Z [00:03:30.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5268477Z [00:03:30.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteBackendModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5338393Z [00:03:30.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SdkGenerateByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5409804Z [00:03:30.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeTrafficControls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5480703Z [00:03:30.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAppSecurity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5551088Z [00:03:30.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiProductApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5621725Z [00:03:30.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5693081Z [00:03:30.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SwitchApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5762295Z [00:03:30.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AttachGroupPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5831597Z [00:03:30.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDeployedApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5901884Z [00:03:30.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/OpenApiGatewayService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.5973554Z [00:03:30.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6042900Z [00:03:30.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ReactivateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6111978Z [00:03:30.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeSystemParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6182026Z [00:03:30.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyIpControlPolicyItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6251270Z [00:03:30.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyDatasetItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6319391Z [00:03:30.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstancePackets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6389902Z [00:03:30.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDatasetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6459879Z [00:03:30.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyTrafficControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6535555Z [00:03:30.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiIpControls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6607797Z [00:03:30.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteIpControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6682879Z [00:03:30.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeGroupTraffic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6753547Z [00:03:30.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/BatchDeployApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6824624Z [00:03:30.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceLatency.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6894992Z [00:03:30.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/UpdatePrivateDNS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.6966746Z [00:03:30.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AttachPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7035955Z [00:03:30.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/EnableInstanceAccessControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7106099Z [00:03:30.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7174355Z [00:03:30.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7242935Z [00:03:30.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeBackendInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7311701Z [00:03:30.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7379789Z [00:03:30.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7449013Z [00:03:30.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyBackend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7518667Z [00:03:30.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyVpcAccessAndUpdateApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7590151Z [00:03:30.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7661380Z [00:03:30.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DetachPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7734077Z [00:03:30.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDatasetInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7805578Z [00:03:30.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7876158Z [00:03:30.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeImportOASTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.7947818Z [00:03:30.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AssociateInstanceWithPrivateDNS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8018990Z [00:03:30.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeHistoryApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8088434Z [00:03:30.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiGroupInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8157218Z [00:03:30.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8226902Z [00:03:30.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisByVpcAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8296761Z [00:03:30.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8365359Z [00:03:30.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateAccessControlList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8433620Z [00:03:30.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeVpcAccesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8501827Z [00:03:30.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AbolishApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8571744Z [00:03:30.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApiGroupVpcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8640331Z [00:03:30.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveIpControlPolicyItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8710659Z [00:03:30.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAbolishApiTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8783021Z [00:03:30.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveApiProductsAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8853675Z [00:03:30.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceClusterList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8923758Z [00:03:30.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetApiProductsAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.8994184Z [00:03:30.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9065038Z [00:03:30.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9134451Z [00:03:30.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9206073Z [00:03:30.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyBackendModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9277415Z [00:03:31.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePurchasedApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9346358Z [00:03:31.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDeployedApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9416413Z [00:03:31.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePurchasedApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9485083Z [00:03:31.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiGroupVpcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9554617Z [00:03:31.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9624270Z [00:03:31.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDeployApiTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9694318Z [00:03:31.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9764539Z [00:03:31.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ExportOAS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9835600Z [00:03:31.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginSchemas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9908802Z [00:03:31.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiSignatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:23.9979947Z [00:03:31.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetAppsAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0049437Z [00:03:31.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAccessControlListAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0118380Z [00:03:31.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0187849Z [00:03:31.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0259229Z [00:03:31.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveVpcAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0328016Z [00:03:31.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0397054Z [00:03:31.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiTrafficControls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0466095Z [00:03:31.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DetachGroupPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0534498Z [00:03:31.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateSignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0603753Z [00:03:31.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceDropConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0675748Z [00:03:31.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0748927Z [00:03:31.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0819360Z [00:03:31.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateAppCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0889970Z [00:03:31.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifySignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.0961059Z [00:03:31.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1032763Z [00:03:31.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1105493Z [00:03:31.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1176450Z [00:03:31.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteSignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1247028Z [00:03:31.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1317567Z [00:03:31.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ListPrivateDNS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1386213Z [00:03:31.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetTrafficControlApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1454359Z [00:03:31.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateBackend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1521219Z [00:03:31.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1589369Z [00:03:31.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1657142Z [00:03:31.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/BatchAbolishApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1726137Z [00:03:31.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DissociateInstanceWithPrivateDNS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1795519Z [00:03:31.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveAppsAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1864081Z [00:03:31.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AddTrafficSpecialControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.1934808Z [00:03:31.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ValidateVpcConnectivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2005505Z [00:03:31.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ImportOAS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2090919Z [00:03:31.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeletePrivateDNS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2161649Z [00:03:31.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDatasetItemInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2243549Z [00:03:31.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2312950Z [00:03:31.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceDropPacket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2387141Z [00:03:31.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveAccessControlListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2463827Z [00:03:31.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeployApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2540124Z [00:03:31.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2612043Z [00:03:31.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceTraffic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2684891Z [00:03:31.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeTrafficControlsByApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2760204Z [00:03:31.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeletePlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2831317Z [00:03:31.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetVpcAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2901332Z [00:03:31.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetAppsAuthToApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.2971060Z [00:03:31.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyIntranetDomainPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3042676Z [00:03:31.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetWildcardDomainPatterns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3113735Z [00:03:31.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetApisAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3188378Z [00:03:31.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceNewConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3259837Z [00:03:31.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3332152Z [00:03:31.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3403630Z [00:03:31.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeDatasetItemList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3477824Z [00:03:31.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteBackend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3554476Z [00:03:31.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AddIpControlPolicyItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3625397Z [00:03:31.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiMarketAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3696754Z [00:03:31.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAccessControlLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3767469Z [00:03:31.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteAppCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3838802Z [00:03:31.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateApiStageVariable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3909878Z [00:03:31.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreatePlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.3982869Z [00:03:31.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4054974Z [00:03:31.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4129577Z [00:03:31.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4201133Z [00:03:31.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiDoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4273291Z [00:03:31.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAppAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4343623Z [00:03:31.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4413657Z [00:03:31.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeUpdateVpcInfoTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4486590Z [00:03:31.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4557456Z [00:03:31.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/AddAccessControlListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4629078Z [00:03:31.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApiStageVariable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4701262Z [00:03:31.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceQps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4774369Z [00:03:31.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeSummaryData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4848478Z [00:03:31.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteAccessControlList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4922263Z [00:03:31.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyIpControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.4998171Z [00:03:31.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.5076583Z [00:03:31.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAppsByApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.5151407Z [00:03:31.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DryRunSwagger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.5224984Z [00:03:31.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginsByGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.5296443Z [00:03:31.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SetIpControlApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.5367781Z [00:03:31.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePurchasedApiGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.5438928Z [00:03:31.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeInstanceSlbConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.5507618Z [00:03:31.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.5575394Z [00:03:31.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApisBySignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.5644256Z [00:03:31.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreatePrivateDNS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.5715506Z [00:03:31.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyInstanceVpcAttributeForConsole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.5785721Z [00:03:31.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.5854890Z [00:03:31.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAuthorizedApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.5925867Z [00:03:31.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DetachApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6002979Z [00:03:31.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/RemoveVpcAccessAndAbolishApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6074061Z [00:03:31.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6146330Z [00:03:31.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6216531Z [00:03:31.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/SdkGenerateByGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6285178Z [00:03:31.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DeleteTrafficControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6364750Z [00:03:31.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6435468Z [00:03:31.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6507081Z [00:03:31.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/CreateTrafficControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6578782Z [00:03:31.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeApiGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6652171Z [00:03:31.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/ModifyInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6727460Z [00:03:31.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribePluginsByApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6799834Z [00:03:31.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudapi/DescribeAuthorizedApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6870520Z [00:03:31.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateRestoreTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.6940499Z [00:03:31.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/StopBackupPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7009361Z [00:03:31.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupSourceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7079361Z [00:03:31.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateIncrementBackupSetDownload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7148340Z [00:03:31.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateGetDBListFromAgentTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7216330Z [00:03:31.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/StartBackupPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7284875Z [00:03:31.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/RenewBackupPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7355755Z [00:03:31.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateAndStartBackupPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7428272Z [00:03:31.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupObjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7499082Z [00:03:31.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeJobErrorCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7571275Z [00:03:31.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeDLAService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7641464Z [00:03:31.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/UpgradeBackupPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7710158Z [00:03:31.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/InitializeDbsServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7780135Z [00:03:31.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeBackupSetDownloadTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7848371Z [00:03:31.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/StartRestoreTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7917592Z [00:03:31.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.7987715Z [00:03:31.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupSetDownloadRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8059275Z [00:03:31.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyBackupPlanName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8131968Z [00:03:31.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeBackupPlanList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8203542Z [00:03:31.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeIncrementBackupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8273012Z [00:03:31.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/EnableBackupLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8340896Z [00:03:31.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateFullBackupSetDownload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8411451Z [00:03:31.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeFullBackupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8482077Z [00:03:31.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8554982Z [00:03:31.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ReleaseBackupPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8625907Z [00:03:31.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeRestoreTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8698281Z [00:03:31.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeNodeCidrList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8767159Z [00:03:31.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribePreCheckProgressList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8835876Z [00:03:31.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeBackupGatewayList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8904181Z [00:03:31.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeRestoreRangeInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.8973297Z [00:03:31.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/GetDBListFromAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9041438Z [00:03:31.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DisableBackupLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9110835Z [00:03:31.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ModifyStorageStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9179792Z [00:03:31.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/DescribeBackupPlanBilling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9249076Z [00:03:32.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/ConfigureBackupPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9319093Z [00:03:32.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dbs/CreateBackupPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9389573Z [00:03:32.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9461318Z [00:03:32.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/DescribeAnycastServerRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9532722Z [00:03:32.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ReleaseAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9606387Z [00:03:32.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/UnassociateAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9677505Z [00:03:32.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/AssociateAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9748497Z [00:03:32.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/AllocateAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9818180Z [00:03:32.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/DescribeAnycastPopLocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9890043Z [00:03:32.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/UpdateAnycastEipAddressAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:24.9960169Z [00:03:32.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0030670Z [00:03:32.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ModifyAnycastEipAddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0100998Z [00:03:32.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ModifyAnycastEipAddressSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0170428Z [00:03:32.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0241828Z [00:03:32.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/DescribeAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0311417Z [00:03:32.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0381364Z [00:03:32.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eipanycast/ListAnycastEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0451487Z [00:03:32.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/StopStatefulAsyncInvocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0520775Z [00:03:32.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetResourceTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0595377Z [00:03:32.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListLayers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0667040Z [00:03:32.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListServiceVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0739369Z [00:03:32.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListReservedCapacities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0809110Z [00:03:32.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0880124Z [00:03:32.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/InvokeFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.0949550Z [00:03:32.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetStatefulAsyncInvocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1019994Z [00:03:32.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1091290Z [00:03:32.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1159445Z [00:03:32.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1229711Z [00:03:32.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetFunctionCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1304163Z [00:03:32.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1373344Z [00:03:32.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1445286Z [00:03:32.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetFunctionOnDemandConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1516638Z [00:03:32.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListOnDemandConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1587850Z [00:03:32.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UntagResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1659599Z [00:03:32.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteVpcBinding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1730068Z [00:03:32.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1800071Z [00:03:32.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1870125Z [00:03:32.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PutFunctionAsyncInvokeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.1947854Z [00:03:32.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/TagResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2024651Z [00:03:32.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PutLayerACL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2096032Z [00:03:32.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2167453Z [00:03:32.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2237233Z [00:03:32.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2308194Z [00:03:32.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2380239Z [00:03:32.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListFunctionAsyncInvokeConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2453193Z [00:03:32.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteFunctionOnDemandConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2525991Z [00:03:32.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/RegisterEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2597058Z [00:03:32.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListProvisionConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2668687Z [00:03:32.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateLayerVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2744260Z [00:03:32.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListLayerVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2818452Z [00:03:32.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2889664Z [00:03:32.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.2958726Z [00:03:32.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3028692Z [00:03:32.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListTaggedResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3099158Z [00:03:32.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3168234Z [00:03:32.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3238390Z [00:03:32.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListEventSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3308585Z [00:03:32.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteLayerVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3377334Z [00:03:32.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeregisterEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3446541Z [00:03:32.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3516890Z [00:03:32.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetProvisionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3586795Z [00:03:32.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListAliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3656081Z [00:03:32.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetAccountSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3726233Z [00:03:32.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3800339Z [00:03:32.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListStatefulAsyncInvocationFunctions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3867940Z [00:03:32.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListTriggers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.3938644Z [00:03:32.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4010053Z [00:03:32.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetLayerVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4079672Z [00:03:32.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4151201Z [00:03:32.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PutProvisionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4222353Z [00:03:32.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4293489Z [00:03:32.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PutFunctionOnDemandConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4364251Z [00:03:32.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/UpdateTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4435611Z [00:03:32.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListFunctions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4505064Z [00:03:32.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/CreateVpcBinding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4575824Z [00:03:32.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/PublishServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4644927Z [00:03:32.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListVpcBindings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4712563Z [00:03:32.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListStatefulAsyncInvocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4781714Z [00:03:32.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/DeleteFunctionAsyncInvokeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4851345Z [00:03:32.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4921303Z [00:03:32.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/GetFunctionAsyncInvokeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.4994524Z [00:03:32.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc-open/ListCustomDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5066912Z [00:03:32.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5136968Z [00:03:32.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5208780Z [00:03:32.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5280268Z [00:03:32.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyNodeSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5349289Z [00:03:32.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5418999Z [00:03:32.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/TransformToPrePaid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5486847Z [00:03:32.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5554337Z [00:03:32.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRenewalPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5622531Z [00:03:32.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5691658Z [00:03:32.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CheckCloudResourceAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5761939Z [00:03:32.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5830811Z [00:03:32.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyInstanceVpcAuthMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5901384Z [00:03:32.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.5971414Z [00:03:32.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6041966Z [00:03:32.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeSecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6111897Z [00:03:32.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/UpgradeDBInstanceKernelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6183089Z [00:03:32.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAuditPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6254204Z [00:03:32.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeMongoDBLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6328955Z [00:03:32.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeErrorLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6402673Z [00:03:32.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6476189Z [00:03:32.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAuditRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6548331Z [00:03:32.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ReleaseNodePrivateNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6621596Z [00:03:32.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceSwitchLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6693280Z [00:03:32.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceDiskType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6761951Z [00:03:32.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeReplicaSetRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6831502Z [00:03:32.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6903014Z [00:03:32.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceNetworkType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.6972093Z [00:03:32.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackupTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7041847Z [00:03:32.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7111516Z [00:03:32.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DeleteNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7180387Z [00:03:32.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRoleZoneInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7251206Z [00:03:32.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7321253Z [00:03:32.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/TransformInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7390835Z [00:03:32.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRestoreDBInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7460841Z [00:03:32.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeUserEncryptionKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7528684Z [00:03:32.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/RestartDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7600436Z [00:03:32.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DeleteGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7670854Z [00:03:32.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceNetExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7741711Z [00:03:32.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/TransferClusterBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7813181Z [00:03:32.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeHistoryTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7885832Z [00:03:32.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRunningLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.7957913Z [00:03:32.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/EvaluateResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8029014Z [00:03:32.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8099632Z [00:03:32.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyAuditPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8168732Z [00:03:32.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8240089Z [00:03:32.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8310985Z [00:03:32.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeShardingNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8385762Z [00:03:32.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8459309Z [00:03:32.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8534477Z [00:03:32.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeKmsKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8606556Z [00:03:32.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8680362Z [00:03:32.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeClusterBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8754558Z [00:03:32.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8828232Z [00:03:32.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8900989Z [00:03:32.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyGlobalSecurityIPGroupName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.8973683Z [00:03:32.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/RestartNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9045444Z [00:03:32.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeParameterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9117778Z [00:03:32.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ReleasePublicNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9188872Z [00:03:32.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CheckServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9258202Z [00:03:33.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9329961Z [00:03:33.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceEncryptionKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9399738Z [00:03:33.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DestroyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9474326Z [00:03:33.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9545771Z [00:03:33.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeInstanceRecoverTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9618270Z [00:03:33.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAuditLogFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9689103Z [00:03:33.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateShardingDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9760601Z [00:03:33.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9830563Z [00:03:33.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTaskRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9901291Z [00:03:33.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/AllocatePublicNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:25.9972087Z [00:03:33.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DeleteDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0043299Z [00:03:33.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceSpecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0118071Z [00:03:33.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0188494Z [00:03:33.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0258098Z [00:03:33.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifySecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0327515Z [00:03:33.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeSecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0396527Z [00:03:33.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/MigrateToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0466979Z [00:03:33.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0550141Z [00:03:33.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstancePerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0631274Z [00:03:33.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyAuditLogFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0706646Z [00:03:33.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CheckRecoveryCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0779621Z [00:03:33.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateNodeBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0852219Z [00:03:33.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeClusterRecoverTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0923517Z [00:03:33.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.0994225Z [00:03:33.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1066284Z [00:03:33.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackupStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1137326Z [00:03:33.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeKernelReleaseNotes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1207179Z [00:03:33.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1276238Z [00:03:33.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/SwitchDBInstanceHA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1346305Z [00:03:33.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAvailableEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1416375Z [00:03:33.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1485521Z [00:03:33.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceTDEInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1555530Z [00:03:33.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/RenewDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1625980Z [00:03:33.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1699361Z [00:03:33.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/AllocateNodePrivateNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1777496Z [00:03:33.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1848909Z [00:03:33.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/UpgradeDBInstanceEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1919273Z [00:03:33.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.1988585Z [00:03:33.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2058388Z [00:03:33.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/CreateDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2130589Z [00:03:33.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2199968Z [00:03:33.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeBackupDBs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2269871Z [00:03:33.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeHistoryTasksStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2341455Z [00:03:33.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeParameterModificationHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2413034Z [00:03:33.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/MigrateAvailableZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2485351Z [00:03:33.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationMaintenanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2557667Z [00:03:33.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyDBInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2628058Z [00:03:33.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2698458Z [00:03:33.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2772074Z [00:03:33.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyNodeSpecBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2843481Z [00:03:33.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstancesOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2916845Z [00:03:33.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.2987337Z [00:03:33.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3059171Z [00:03:33.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3129386Z [00:03:33.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTaskType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3198612Z [00:03:33.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3270208Z [00:03:33.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeDBInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3341765Z [00:03:33.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/ModifyResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3410049Z [00:03:33.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeActiveOperationTaskCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3477555Z [00:03:33.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dds/DescribeAvailabilityZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3551732Z [00:03:33.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeAutoScalingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3620576Z [00:03:33.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetPfsSqlSummaries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3691498Z [00:03:33.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDeadlockHistogram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3761354Z [00:03:33.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableAutoResourceOptimizeRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3833004Z [00:03:33.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableAutoThrottleRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3911571Z [00:03:33.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeHotBigKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.3983441Z [00:03:33.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/KillInstanceAllSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4056193Z [00:03:33.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeDataTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4126723Z [00:03:33.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetBlockingDetailList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4196235Z [00:03:33.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCacheAnalysisJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4266740Z [00:03:33.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDeadLockDetailList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4337679Z [00:03:33.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateKillInstanceSessionTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4408245Z [00:03:33.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4480810Z [00:03:33.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableSqlConcurrencyControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4552147Z [00:03:33.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateCacheAnalysisJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4623144Z [00:03:33.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetFullRequestStatResultByInstanceId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4695232Z [00:03:33.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/UpdateAutoSqlOptimizeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4768853Z [00:03:33.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeErrorLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4841628Z [00:03:33.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetPartitionsHeatmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4918276Z [00:03:33.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.4998701Z [00:03:33.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableDasPro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.5074240Z [00:03:33.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDasSQLLogHotData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.5150625Z [00:03:33.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetSqlOptimizeAdvice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.5225568Z [00:03:33.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateDiagnosticReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.5299896Z [00:03:33.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeDataStats.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.5372346Z [00:03:33.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetRedisAllSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.5444228Z [00:03:33.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDasProServiceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.5513449Z [00:03:33.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeSolution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.5586778Z [00:03:33.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/UpdateAutoResourceOptimizeRulesAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.5657310Z [00:03:33.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetSqlConcurrencyControlRulesHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.5728601Z [00:03:33.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/EnableDasPro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.5797071Z [00:03:33.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/EnableSqlConcurrencyControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.5866570Z [00:03:33.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetSqlConcurrencyControlKeywordsFromSqlText.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.5937135Z [00:03:33.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetRunningSqlConcurrencyControlRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6008999Z [00:03:33.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeInstanceDasPro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6083693Z [00:03:33.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeTopHotKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6154741Z [00:03:33.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCloudbenchTaskConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6226756Z [00:03:33.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeTopBigKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6295683Z [00:03:33.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeDataTop.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6367435Z [00:03:33.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetFullRequestSampleByInstanceId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6439490Z [00:03:33.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeExecErrorStats.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6508958Z [00:03:33.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6579220Z [00:03:33.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetInstanceInspections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6654044Z [00:03:33.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetRequestDiagnosisPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6723888Z [00:03:33.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetMongoDBCurrentOp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6795406Z [00:03:33.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutoResourceOptimizeRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6870828Z [00:03:33.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAsyncErrorRequestListByCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.6944142Z [00:03:33.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeHotKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7016137Z [00:03:33.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCloudbenchTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7088211Z [00:03:33.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7187602Z [00:03:33.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetPfsMetricTrends.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7261186Z [00:03:33.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCacheAnalysisJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7332292Z [00:03:33.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSlowLogStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7405854Z [00:03:33.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateSqlLogTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7479423Z [00:03:33.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeDiagnosticReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7550701Z [00:03:33.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeShareUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7620926Z [00:03:33.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetMySQLAllSessionAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7691777Z [00:03:33.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetRequestDiagnosisResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7761812Z [00:03:33.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDeadLockHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7832154Z [00:03:33.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetStorageAnalysisResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7905012Z [00:03:33.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDeadLockDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.7974366Z [00:03:33.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetFullRequestOriginStatByInstanceId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8046936Z [00:03:33.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetEventSubscription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8119825Z [00:03:33.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateLatestDeadLockAnalysis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8197521Z [00:03:33.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetErrorRequestSample.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8272760Z [00:03:33.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8346728Z [00:03:33.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetDBInstanceConnectivityDiagnosis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8417364Z [00:03:33.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetHDMAliyunResourceSyncResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8489964Z [00:03:33.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableAllSqlConcurrencyControlRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8560236Z [00:03:33.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateStorageAnalysisTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8630581Z [00:03:33.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8699739Z [00:03:33.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetKillInstanceSessionTaskResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8770035Z [00:03:33.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetPfsSqlSample.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8840201Z [00:03:33.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateCloudBenchTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8910150Z [00:03:33.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetInstanceSqlOptimizeStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.8981110Z [00:03:33.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DeleteCloudBenchTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9051125Z [00:03:33.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeQueryExplain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9120362Z [00:03:33.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeAutoScalingHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9190521Z [00:03:33.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/UpdateAutoThrottleRulesAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9261968Z [00:03:34.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateQueryOptimizeTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9335179Z [00:03:34.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DisableInstanceDasConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9406875Z [00:03:34.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeCloudBenchTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9482646Z [00:03:34.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAsyncErrorRequestStatByCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9554198Z [00:03:34.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/CreateRequestDiagnosis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9629849Z [00:03:34.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAsyncErrorRequestStatResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9701649Z [00:03:34.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/ModifyAutoScalingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9771415Z [00:03:34.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutoThrottleRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9841026Z [00:03:34.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/ModifySqlLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9912340Z [00:03:34.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/SetEventSubscription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:26.9981090Z [00:03:34.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DeleteStopGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.0050314Z [00:03:34.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/AddHDMInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.0121346Z [00:03:34.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.0191858Z [00:03:34.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetInstanceMissingIndexList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.0263108Z [00:03:34.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutonomousNotifyEventContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.0332754Z [00:03:34.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetEndpointSwitchTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.0402109Z [00:03:34.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutonomousNotifyEventsInRange.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.0470001Z [00:03:34.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSlowLogHistogramAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.0580208Z [00:03:34.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetAutoIncrementUsageStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.0661741Z [00:03:34.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/RunCloudBenchTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.0736419Z [00:03:34.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetHDMLastAliyunResourceSyncResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.0811710Z [00:03:34.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/DescribeSqlLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.0889634Z [00:03:34.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/das/GetQueryOptimizeExecErrorSample.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.0966905Z [00:03:34.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechLicenseAvailableQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1040206Z [00:03:34.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDistributedProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1117442Z [00:03:34.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AddPowerStation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1189750Z [00:03:34.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceDeviceDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1260571Z [00:03:34.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ClearDeviceDesiredProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1332624Z [00:03:34.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1407982Z [00:03:34.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1481818Z [00:03:34.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PubBroadcast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1554630Z [00:03:34.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1626451Z [00:03:34.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1698772Z [00:03:34.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1772993Z [00:03:34.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchAddDataForApiSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1846903Z [00:03:34.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1920993Z [00:03:34.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryLicenseDeviceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.1999473Z [00:03:34.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetLoraNodesTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.2070961Z [00:03:34.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelOTAStrategyByJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.2142878Z [00:03:34.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PushSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.2214075Z [00:03:34.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.2286684Z [00:03:34.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CopyThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.2392292Z [00:03:34.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchRegisterDeviceWithApplyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.2470096Z [00:03:34.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTADynamicUpgradeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.2539965Z [00:03:34.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSchedulePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.2610051Z [00:03:34.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTAStaticUpgradeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.2678946Z [00:03:34.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ConfirmOTATask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.2749636Z [00:03:34.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteShareTaskDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.2820397Z [00:03:34.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDistributedDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.2892187Z [00:03:34.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.2964311Z [00:03:34.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateRuleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3037929Z [00:03:34.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3107421Z [00:03:34.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3177701Z [00:03:34.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3248586Z [00:03:34.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3318765Z [00:03:34.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReleaseEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3395478Z [00:03:34.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3466229Z [00:03:34.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTATaskByJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3539437Z [00:03:34.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3613834Z [00:03:34.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3686274Z [00:03:34.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelReleaseProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3759275Z [00:03:34.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceOriginalServiceData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3832134Z [00:03:34.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryTopicReverseRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3904535Z [00:03:34.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteUserDefineTableDataByPrimaryKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.3977040Z [00:03:34.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReplaceEdgeInstanceGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.4050553Z [00:03:34.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.4124646Z [00:03:34.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/TransformClientId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.4205418Z [00:03:34.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListProductTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.4281649Z [00:03:34.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.4356238Z [00:03:34.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeLabelBatchFailedResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.4429577Z [00:03:34.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.4501381Z [00:03:34.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteOTAModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.4576566Z [00:03:34.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSpeechLicenseDeviceStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.4650792Z [00:03:34.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceOriginalPropertyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.4723461Z [00:03:34.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDynamicGroupDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.4798003Z [00:03:34.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.4869253Z [00:03:34.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StartRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.4939600Z [00:03:34.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceBySQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5015744Z [00:03:34.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceOriginalEventData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5090325Z [00:03:34.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchPub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5164797Z [00:03:34.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5236360Z [00:03:34.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSpeechVoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5309601Z [00:03:34.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceDriverConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5380033Z [00:03:34.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ResetConsumerGroupPosition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5449191Z [00:03:34.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DisableThing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5518310Z [00:03:34.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGrayMigrationDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5587892Z [00:03:34.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteConsumerGroupSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5657500Z [00:03:34.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchUnbindProjectProducts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5726470Z [00:03:34.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchAddDeviceGroupRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5795979Z [00:03:34.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5863888Z [00:03:34.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateOTAModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.5932636Z [00:03:34.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6000927Z [00:03:34.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6083861Z [00:03:34.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6153348Z [00:03:34.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6225158Z [00:03:34.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6295247Z [00:03:34.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6366801Z [00:03:34.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/EnableDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6437299Z [00:03:34.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6513713Z [00:03:34.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateProductTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6583850Z [00:03:34.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDetailSceneRuleLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6654754Z [00:03:34.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateTopicRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6726000Z [00:03:34.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6796709Z [00:03:34.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicePropertyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6867443Z [00:03:34.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.6936572Z [00:03:34.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryCertUrlByApplyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7020807Z [00:03:34.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySuperDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7090456Z [00:03:34.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceDeviceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7162093Z [00:03:34.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CloseEdgeInstanceDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7233190Z [00:03:34.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindLicenseDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7305243Z [00:03:34.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7380009Z [00:03:34.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryJobStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7450391Z [00:03:34.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryLoRaJoinPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7520853Z [00:03:34.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ResetThing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7589767Z [00:03:34.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7659391Z [00:03:34.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDataAPIService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7728075Z [00:03:34.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7797425Z [00:03:34.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7866429Z [00:03:34.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelOTATaskByJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.7937399Z [00:03:34.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RefreshStudioAppTokenOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8007732Z [00:03:34.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8078309Z [00:03:34.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryThingModelExtendConfigPublished.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8149099Z [00:03:34.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySharePromotionActivityAuditResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8219505Z [00:03:34.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8288427Z [00:03:34.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDownloadFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8358813Z [00:03:34.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryShareProductNameByProductKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8429142Z [00:03:34.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryBatchRegisterDeviceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8497367Z [00:03:34.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8567249Z [00:03:34.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ModifyOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8636332Z [00:03:34.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RegisterDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8706487Z [00:03:34.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProductList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8779165Z [00:03:34.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchRegisterDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8848084Z [00:03:34.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ImportDTData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8916781Z [00:03:34.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSoundCodeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.8988287Z [00:03:34.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9059311Z [00:03:34.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSoundCodeLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9127720Z [00:03:34.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9198268Z [00:03:34.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAJobByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9268037Z [00:03:35.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceOriginalPropertyData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9337688Z [00:03:35.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9407010Z [00:03:35.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RetrySoundCodeLabelBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9478495Z [00:03:35.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9549666Z [00:03:35.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSoundCodeLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9620811Z [00:03:35.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindLicenseProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9689589Z [00:03:35.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryTopicRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9758361Z [00:03:35.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListRuleActions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9828687Z [00:03:35.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryThingModelPublished.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9899297Z [00:03:35.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SpeechByCombination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:27.9969279Z [00:03:35.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetShareTaskByDeviceOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0039064Z [00:03:35.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetStudioProjectCooperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0108908Z [00:03:35.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListParserDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0178814Z [00:03:35.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishThingModelAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0249559Z [00:03:35.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0319790Z [00:03:35.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeOssPreSignedAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0389755Z [00:03:35.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0459272Z [00:03:35.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/WriteDevicesHotStorageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0529649Z [00:03:35.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDataSourceItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0604564Z [00:03:35.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0676657Z [00:03:35.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicesHotStorageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0745637Z [00:03:35.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0814486Z [00:03:35.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetRuleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0883576Z [00:03:35.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAJobByFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.0951943Z [00:03:35.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1020671Z [00:03:35.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeInstanceDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1089238Z [00:03:35.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSchedulePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1162736Z [00:03:35.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetStudioAppTokenOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1234562Z [00:03:35.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CountSpeechBroadcastHour.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1303151Z [00:03:35.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingTopo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1372798Z [00:03:35.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RemoveThingTopo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1449895Z [00:03:35.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDeviceTunnelShareStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1524715Z [00:03:35.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1599637Z [00:03:35.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryPageByApplyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1673648Z [00:03:35.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1746569Z [00:03:35.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSharePromotionSpeechModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1819103Z [00:03:35.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1891905Z [00:03:35.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SaveScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.1961935Z [00:03:35.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/EnableThing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2035048Z [00:03:35.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2104459Z [00:03:35.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryOTAJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2175304Z [00:03:35.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchBindDeviceToEdgeInstanceWithDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2245202Z [00:03:35.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CancelOTATaskByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2316010Z [00:03:35.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GenerateOTAUploadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2384614Z [00:03:35.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StopRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2453352Z [00:03:35.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2522614Z [00:03:35.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2591496Z [00:03:35.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryConsumerGroupStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2659051Z [00:03:35.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechPushJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2729685Z [00:03:35.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingModelStatusInner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2800845Z [00:03:35.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAUnfinishedTaskByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2874139Z [00:03:35.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteProductTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.2943611Z [00:03:35.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetDeviceState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3013298Z [00:03:35.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSoundCodeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3083453Z [00:03:35.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchDeleteEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3151822Z [00:03:35.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SpeechBySynthesis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3221803Z [00:03:35.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3290565Z [00:03:35.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReBindLicenseDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3360255Z [00:03:35.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindApplicationFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3431085Z [00:03:35.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ResetDeviceTimeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3500796Z [00:03:35.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetDeviceProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3571801Z [00:03:35.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3640628Z [00:03:35.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RerunJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3710138Z [00:03:35.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3781087Z [00:03:35.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDeviceDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3851430Z [00:03:35.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnsubscribeTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3921479Z [00:03:35.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PageQuerySpeechBroadcastHour.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.3992978Z [00:03:35.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GenerateFileUploadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4062916Z [00:03:35.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSharePromotionActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4133676Z [00:03:35.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RRpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4206051Z [00:03:35.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateStudioAppDomainOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4278279Z [00:03:35.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4350447Z [00:03:35.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListAnalyticsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4421082Z [00:03:35.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindSceneRuleToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4492880Z [00:03:35.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDataAPIServiceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4562652Z [00:03:35.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateThingScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4631284Z [00:03:35.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupTagList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4699576Z [00:03:35.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/RefreshDeviceTunnelSharePassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4769656Z [00:03:35.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4839118Z [00:03:35.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AddShareTaskDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4908096Z [00:03:35.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAModuleVersionsByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.4978521Z [00:03:35.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5047865Z [00:03:35.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceDeviceByDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5121788Z [00:03:35.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDeviceDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5192267Z [00:03:35.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5263560Z [00:03:35.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5335145Z [00:03:35.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDeviceShadow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5403690Z [00:03:35.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchBindProductsIntoProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5476293Z [00:03:35.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCheckVehicleDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5546602Z [00:03:35.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetDevicesProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5619328Z [00:03:35.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicePropertiesData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5689749Z [00:03:35.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StartParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5763749Z [00:03:35.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCreateSoundCodeLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5832530Z [00:03:35.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PrintByTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5903434Z [00:03:35.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SubscribeTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.5974770Z [00:03:35.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateProductDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6047192Z [00:03:35.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/Pub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6121667Z [00:03:35.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateRuleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6197071Z [00:03:35.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6274014Z [00:03:35.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AttachParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6351266Z [00:03:35.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6424859Z [00:03:35.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6498167Z [00:03:35.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceDynamicGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6569797Z [00:03:35.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSpeechDeviceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6644622Z [00:03:35.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetEdgeInstanceDeviceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6714478Z [00:03:35.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateProductTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6784721Z [00:03:35.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6854954Z [00:03:35.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryShareTaskDeviceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6925031Z [00:03:35.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryClientIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.6994109Z [00:03:35.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceProp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7062188Z [00:03:35.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7131111Z [00:03:35.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PackageSoundCodeLabelBatchAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7201089Z [00:03:35.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7271420Z [00:03:35.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7343841Z [00:03:35.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AddDeviceToSharePromotion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7417612Z [00:03:35.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceDesiredProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7491229Z [00:03:35.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GisSearchDeviceTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7562033Z [00:03:35.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchSetEdgeInstanceDeviceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7633518Z [00:03:35.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceProp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7703174Z [00:03:35.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicesHotStorageDataStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7773341Z [00:03:35.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProductTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7843176Z [00:03:35.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetEdgeInstanceDriverConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7913750Z [00:03:35.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceServiceData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.7984825Z [00:03:35.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateProductFilterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8055104Z [00:03:35.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/OpenIotService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8125321Z [00:03:35.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindRoleFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8195105Z [00:03:35.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/TestSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8264551Z [00:03:35.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8334508Z [00:03:35.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateDeviceShadow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8405101Z [00:03:35.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8477472Z [00:03:35.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AsyncRRpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8547926Z [00:03:35.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateConsumerGroupSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8617090Z [00:03:35.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSchedulePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8687417Z [00:03:35.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AddDataForApiSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8758986Z [00:03:35.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetShareSpeechModelAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8828712Z [00:03:35.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DetachParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8899444Z [00:03:35.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.8969050Z [00:03:35.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ImportDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9039256Z [00:03:35.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9107465Z [00:03:35.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/TestSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9176606Z [00:03:35.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchSetEdgeInstanceDeviceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9246582Z [00:03:36.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingModelTslPublished.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9314796Z [00:03:36.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceSubTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9381625Z [00:03:36.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9452294Z [00:03:36.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DetachDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9521861Z [00:03:36.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeScheduleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9589779Z [00:03:36.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9659794Z [00:03:36.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryCustomTimelineTableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9727684Z [00:03:36.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9796131Z [00:03:36.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CheckBindLicenseDeviceProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9865739Z [00:03:36.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteClientIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:28.9937430Z [00:03:36.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCheckDeviceNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0008472Z [00:03:36.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDeviceDynamicGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0080169Z [00:03:36.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySolutionDeviceGroupPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0149228Z [00:03:36.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0217976Z [00:03:36.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/AttachDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0289418Z [00:03:36.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetThingModelTsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0357663Z [00:03:36.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0426730Z [00:03:36.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0496474Z [00:03:36.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0566787Z [00:03:36.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchUpdateDeviceNickname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0639719Z [00:03:36.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSoundCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0711518Z [00:03:36.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchClearEdgeInstanceDeviceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0782134Z [00:03:36.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetEdgeInstanceDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0851241Z [00:03:36.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSoundCodeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0920754Z [00:03:36.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ShareSpeechByCombination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.0990167Z [00:03:36.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListPowerStation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1063106Z [00:03:36.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ImportThingModelTsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1134337Z [00:03:36.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceDistributeDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1206241Z [00:03:36.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProductCertInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1275351Z [00:03:36.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetupStudioAppAuthModeOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1345630Z [00:03:36.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishStudioApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1415548Z [00:03:36.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTAVerifyJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1485773Z [00:03:36.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PageQuerySharedSpeechOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1554803Z [00:03:36.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1624385Z [00:03:36.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1695306Z [00:03:36.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/TriggerSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1764159Z [00:03:36.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateProductTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1831235Z [00:03:36.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StopParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1900092Z [00:03:36.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.1969952Z [00:03:36.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDeviceTunnelStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2040970Z [00:03:36.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2114957Z [00:03:36.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListProductByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2187368Z [00:03:36.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindApplicationToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2257662Z [00:03:36.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2327264Z [00:03:36.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchImportVehicleDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2397279Z [00:03:36.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryImportedDeviceByApplyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2467085Z [00:03:36.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteTopicRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2541557Z [00:03:36.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryVehicleDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2612142Z [00:03:36.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CloseDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2681078Z [00:03:36.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryStudioAppPageListOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2749745Z [00:03:36.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetProductCertInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2818576Z [00:03:36.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCheckImportDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2887700Z [00:03:36.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryStudioAppDomainListOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.2957071Z [00:03:36.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryStudioProjectList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3025019Z [00:03:36.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechLicenseDeviceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3094497Z [00:03:36.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3164576Z [00:03:36.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3236410Z [00:03:36.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3305250Z [00:03:36.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetGatewayBySubDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3376244Z [00:03:36.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3446107Z [00:03:36.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindDriverToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3518364Z [00:03:36.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3589929Z [00:03:36.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3658860Z [00:03:36.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateOTAModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3727875Z [00:03:36.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ModifyPowerStation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3795889Z [00:03:36.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3865366Z [00:03:36.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSoundCodeLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.3935816Z [00:03:36.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteSoundCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4004648Z [00:03:36.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/EnableSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4075378Z [00:03:36.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceEventData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4145183Z [00:03:36.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DisableDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4214740Z [00:03:36.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReleaseProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4284045Z [00:03:36.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4353451Z [00:03:36.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteEdgeDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4422951Z [00:03:36.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/NotifyAddThingTopo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4492826Z [00:03:36.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetDeviceGroupTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4563466Z [00:03:36.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDownloadDataJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4635172Z [00:03:36.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/PublishThingModelAsyncInner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4703507Z [00:03:36.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDataSourceItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4773809Z [00:03:36.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeLabelList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4842999Z [00:03:36.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindRoleToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4911273Z [00:03:36.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryMessageInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.4979648Z [00:03:36.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryConsumerGroupByGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5048532Z [00:03:36.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5118600Z [00:03:36.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySchedulePeriodList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5189203Z [00:03:36.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceGroupInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5260330Z [00:03:36.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5331110Z [00:03:36.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchQueryDeviceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5399432Z [00:03:36.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchUnbindProjectDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5469259Z [00:03:36.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeletePowerStation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5539412Z [00:03:36.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchGetDeviceBindStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5608278Z [00:03:36.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/EnableDeviceTunnelShare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5678411Z [00:03:36.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DisableDeviceTunnelShare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5747696Z [00:03:36.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSoundCodeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5816547Z [00:03:36.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5885003Z [00:03:36.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySummarySceneRuleLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.5953949Z [00:03:36.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ClearEdgeInstanceDriverConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6023130Z [00:03:36.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6093038Z [00:03:36.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateDataSourceItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6161418Z [00:03:36.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetDeviceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6229880Z [00:03:36.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteProductTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6298543Z [00:03:36.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchAddThingTopo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6368322Z [00:03:36.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProjectShareDeviceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6439287Z [00:03:36.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryStudioAppList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6509417Z [00:03:36.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6579581Z [00:03:36.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6653888Z [00:03:36.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6723996Z [00:03:36.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GisQueryDeviceLocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6800116Z [00:03:36.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6867121Z [00:03:36.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryConsumerGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.6938480Z [00:03:36.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7007661Z [00:03:36.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateThingScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7076673Z [00:03:36.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchCreateSoundCodeLabelWithLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7146074Z [00:03:36.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetSoundCodeAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7217083Z [00:03:36.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7287215Z [00:03:36.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchUnbindDeviceFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7356664Z [00:03:36.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GenerateDeviceNameListURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7426851Z [00:03:36.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceFileList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7496074Z [00:03:36.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CopyThingModelAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7566953Z [00:03:36.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySoundCodeLabelBatchList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7639360Z [00:03:36.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListThingTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7709296Z [00:03:36.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7780508Z [00:03:36.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateLoRaNodesTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7850006Z [00:03:36.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDevicePropertyData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7920270Z [00:03:36.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.7989833Z [00:03:36.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8058712Z [00:03:36.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SetDeviceDesiredProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8127637Z [00:03:36.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechPushJobDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8197105Z [00:03:36.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySpeechPushJobSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8266892Z [00:03:36.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindLicenseProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8335609Z [00:03:36.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchBindDevicesIntoProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8405371Z [00:03:36.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteStudioAppDomainOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8473218Z [00:03:36.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8542013Z [00:03:36.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ReupgradeOTATask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8611892Z [00:03:36.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BindGatewayToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8682698Z [00:03:36.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8751030Z [00:03:36.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8819071Z [00:03:36.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListThingModelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8888029Z [00:03:36.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateSoundCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.8957823Z [00:03:36.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9029162Z [00:03:36.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryEdgeInstanceHistoricDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9100431Z [00:03:36.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteRuleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9169672Z [00:03:36.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateProductTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9238356Z [00:03:37.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DisableSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9307389Z [00:03:37.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryThingModelExtendConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9376137Z [00:03:37.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/InvokeThingsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9446100Z [00:03:37.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9516687Z [00:03:37.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindDriverFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9585642Z [00:03:37.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9655863Z [00:03:37.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchImportDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9726099Z [00:03:37.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UpdateOTAJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9795329Z [00:03:37.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SyncSpeechByCombination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9866817Z [00:03:37.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/GetEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:29.9937723Z [00:03:37.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/BatchDeleteDeviceGroupRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0008447Z [00:03:37.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/UnbindSceneRuleFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0081052Z [00:03:37.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/InvokeThingService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0153783Z [00:03:37.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0223755Z [00:03:37.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/SaveDeviceProp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0293655Z [00:03:37.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/ListOTAModuleByProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0363080Z [00:03:37.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QuerySubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0435646Z [00:03:37.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0505537Z [00:03:37.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/InvokeDataAPIService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0575090Z [00:03:37.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/CreateEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0646065Z [00:03:37.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/StartPTDetection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0714524Z [00:03:37.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceByStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0784277Z [00:03:37.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/DeleteOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0852820Z [00:03:37.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/iot/QueryDeviceListByDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0923302Z [00:03:37.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openapiexplorer/GetErrorCodeSolutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.0993346Z [00:03:37.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openapiexplorer/GetRequestLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1065090Z [00:03:37.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openapiexplorer/GetOwnRequestLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1135814Z [00:03:37.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataLimits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1207087Z [00:03:37.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeInstanceSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1277821Z [00:03:37.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1349977Z [00:03:37.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DeleteRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1421906Z [00:03:37.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1491537Z [00:03:37.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1561479Z [00:03:37.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeTemplateAllRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1629926Z [00:03:37.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ExecDatamask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1701306Z [00:03:37.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ManualTriggerMaskingProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1770439Z [00:03:37.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeOssObjectDetailV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1840392Z [00:03:37.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1909791Z [00:03:37.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeRiskLevels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.1979603Z [00:03:37.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyRuleStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2049950Z [00:03:37.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataObjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2120168Z [00:03:37.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeColumns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2189843Z [00:03:37.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataObjectColumnDetailV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2259836Z [00:03:37.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyReportTaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2330369Z [00:03:37.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDocTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2401566Z [00:03:37.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeOssObjectDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2472251Z [00:03:37.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyEventStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2543507Z [00:03:37.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeParentInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2613517Z [00:03:37.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ScanOssObjectV1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2683008Z [00:03:37.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2752237Z [00:03:37.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyDefaultLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2821886Z [00:03:37.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2891778Z [00:03:37.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DeleteDataLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.2964844Z [00:03:37.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataMaskingTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3037940Z [00:03:37.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeEventDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3116863Z [00:03:37.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3199468Z [00:03:37.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataObjectColumnDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3280671Z [00:03:37.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeOssObjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3355492Z [00:03:37.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataLimitDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3428237Z [00:03:37.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3500854Z [00:03:37.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3573000Z [00:03:37.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeCategoryTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3643517Z [00:03:37.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeIdentifyTaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3713307Z [00:03:37.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeAuditLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3783162Z [00:03:37.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataLimitSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3854343Z [00:03:37.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeColumnsV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3925877Z [00:03:37.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyEventTypeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.3998569Z [00:03:37.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeDataMaskingRunHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.4072171Z [00:03:37.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/StopMaskingProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.4144368Z [00:03:37.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeCategoryTemplateRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.4216010Z [00:03:37.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateDataLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.4288469Z [00:03:37.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.4361386Z [00:03:37.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.4432182Z [00:03:37.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/ModifyDataLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.4502332Z [00:03:37.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/CreateSlrRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.4574146Z [00:03:37.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribePackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.4643600Z [00:03:37.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DescribeEventTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.4715404Z [00:03:37.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sddp/DisableUserConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.4788126Z [00:03:37.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.4859201Z [00:03:37.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/ListUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.4930212Z [00:03:37.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5001299Z [00:03:37.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5077433Z [00:03:37.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateDataCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5152128Z [00:03:37.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroupPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5224312Z [00:03:37.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroupEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5295076Z [00:03:37.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CopyDataCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5366058Z [00:03:37.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateContainerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5436492Z [00:03:37.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DeleteImageCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5507623Z [00:03:37.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeInstanceOpsRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5576773Z [00:03:37.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroupMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5645117Z [00:03:37.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CommitContainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5715589Z [00:03:37.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeDataCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5787311Z [00:03:37.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeContainerGroupStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5856655Z [00:03:37.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5927850Z [00:03:37.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DeleteContainerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.5996522Z [00:03:37.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UpdateContainerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6066947Z [00:03:37.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeVirtualNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6136549Z [00:03:37.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UpdateImageCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6207664Z [00:03:37.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/ResizeContainerGroupVolume.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6278055Z [00:03:37.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DeleteVirtualNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6348714Z [00:03:37.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeMultiContainerGroupMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6418206Z [00:03:37.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6489636Z [00:03:37.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateVirtualNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6558385Z [00:03:37.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DeleteDataCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6628096Z [00:03:37.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6697319Z [00:03:37.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateImageCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6767175Z [00:03:37.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6837128Z [00:03:37.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/CreateInstanceOpsTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6907561Z [00:03:37.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeImageCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.6977913Z [00:03:37.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/DescribeCommitContainerTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7047955Z [00:03:37.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/ExecContainerCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7117401Z [00:03:37.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/RestartContainerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7186227Z [00:03:37.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UpdateVirtualNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7253281Z [00:03:37.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eci/UpdateDataCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7324359Z [00:03:37.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ConvertPrepayInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7393406Z [00:03:37.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7462777Z [00:03:37.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/CreateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7531476Z [00:03:37.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryConvertInstancePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7600585Z [00:03:37.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyPrepayInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7669895Z [00:03:37.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyElasticResourceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7740241Z [00:03:37.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryModifyInstancePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7812560Z [00:03:37.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DescribeSupportedRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7883834Z [00:03:37.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.7958305Z [00:03:37.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryConvertPrepayInstancePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8028636Z [00:03:37.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyInstanceVswitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8099257Z [00:03:37.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ConvertHybridInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8167822Z [00:03:37.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ConvertInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8236421Z [00:03:37.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8305551Z [00:03:37.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyNamespaceSpecV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8376461Z [00:03:37.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8446374Z [00:03:37.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/ModifyPrepayNamespaceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8515865Z [00:03:37.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryCreateInstancePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8587042Z [00:03:37.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/QueryRenewInstancePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8657058Z [00:03:37.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8727692Z [00:03:37.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DescribeSupportedZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8797196Z [00:03:37.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8866750Z [00:03:37.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.8935535Z [00:03:37.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DescribeNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9003894Z [00:03:37.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/foasconsole/DeleteNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9073796Z [00:03:37.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9142782Z [00:03:37.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/BindEcsSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9214227Z [00:03:37.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9283317Z [00:03:38.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9351571Z [00:03:38.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateK8sService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9427932Z [00:03:38.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RollbackApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9494625Z [00:03:38.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AuthorizeApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9565220Z [00:03:38.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9635308Z [00:03:38.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ImportK8sCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9705504Z [00:03:38.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9774573Z [00:03:38.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteLogPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9842786Z [00:03:38.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9912061Z [00:03:38.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sApplicationConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:30.9982796Z [00:03:38.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/MigrateEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0053859Z [00:03:38.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateJvmConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0124395Z [00:03:38.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListScaleOutEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0192265Z [00:03:38.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListPublishedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0263106Z [00:03:38.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0333501Z [00:03:38.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AbortChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0406759Z [00:03:38.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ResetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0479598Z [00:03:38.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteUserDefineRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0556706Z [00:03:38.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/SynchronizeResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0637054Z [00:03:38.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0709679Z [00:03:38.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListAuthority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0780217Z [00:03:38.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0850271Z [00:03:38.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/SwitchAdvancedMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0920224Z [00:03:38.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetWebContainerConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.0989614Z [00:03:38.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1058829Z [00:03:38.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1129636Z [00:03:38.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1203463Z [00:03:38.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryRegionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1272882Z [00:03:38.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/EnableApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1344561Z [00:03:38.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListMethods.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1416525Z [00:03:38.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteServiceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1487845Z [00:03:38.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1557842Z [00:03:38.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListK8sNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1626500Z [00:03:38.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListK8sSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1696123Z [00:03:38.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateConfigTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1767614Z [00:03:38.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1840987Z [00:03:38.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetAppDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1909989Z [00:03:38.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.1981066Z [00:03:38.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListBuildPack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2050462Z [00:03:38.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RetryChangeOrderTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2120907Z [00:03:38.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertServiceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2189855Z [00:03:38.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceProvidersPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2260270Z [00:03:38.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2330279Z [00:03:38.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ChangeDeployGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2399415Z [00:03:38.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ContinuePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2471642Z [00:03:38.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertClusterMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2542099Z [00:03:38.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2614401Z [00:03:38.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetPackageStorageCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2686203Z [00:03:38.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListEcuByRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2757228Z [00:03:38.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteConfigTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2828752Z [00:03:38.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2898082Z [00:03:38.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.2968153Z [00:03:38.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListConvertableEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3037226Z [00:03:38.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryApplicationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3105876Z [00:03:38.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/BindK8sSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3173207Z [00:03:38.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListSubAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3242572Z [00:03:38.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3311869Z [00:03:38.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListDeployGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3381561Z [00:03:38.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateHealthCheckUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3451952Z [00:03:38.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteClusterMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3520251Z [00:03:38.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetK8sServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3592107Z [00:03:38.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StartK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3666061Z [00:03:38.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateIDCImportCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3736457Z [00:03:38.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QuerySlsLogStoreList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3807423Z [00:03:38.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListApplicationEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3877464Z [00:03:38.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ConvertK8sResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.3946792Z [00:03:38.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ScaleoutApplicationWithNewInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4016812Z [00:03:38.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AuthorizeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4086422Z [00:03:38.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ModifyScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4155118Z [00:03:38.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AbortAndRollbackChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4225668Z [00:03:38.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UnbindSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4294627Z [00:03:38.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DescribeAppInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4363886Z [00:03:38.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4432764Z [00:03:38.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4503537Z [00:03:38.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetJavaStartUpConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4572705Z [00:03:38.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4644220Z [00:03:38.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetChangeOrderInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4715811Z [00:03:38.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AuthorizeRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4789101Z [00:03:38.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateContainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4857996Z [00:03:38.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4927070Z [00:03:38.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.4997898Z [00:03:38.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListUserDefineRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5067755Z [00:03:38.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListConsumedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5138108Z [00:03:38.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeployK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5210913Z [00:03:38.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5284344Z [00:03:38.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sApplicationBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5354792Z [00:03:38.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DisableApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5426805Z [00:03:38.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5495686Z [00:03:38.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteDeployGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5565434Z [00:03:38.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetContainerConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5632737Z [00:03:38.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/BindSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5702881Z [00:03:38.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryEccInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5774560Z [00:03:38.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5843523Z [00:03:38.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeployApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5913622Z [00:03:38.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InstallAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.5983156Z [00:03:38.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RestartK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6051901Z [00:03:38.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateHookConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6121240Z [00:03:38.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetSecureToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6190707Z [00:03:38.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListClusterMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6259752Z [00:03:38.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListHistoryDeployVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6342548Z [00:03:38.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6412153Z [00:03:38.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceListPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6480515Z [00:03:38.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertOrUpdateRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6550992Z [00:03:38.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateConfigTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6620240Z [00:03:38.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetK8sAppPrecheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6689346Z [00:03:38.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListEcsNotInCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6760777Z [00:03:38.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateSlsLogStore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6830812Z [00:03:38.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6900372Z [00:03:38.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListConfigTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.6971409Z [00:03:38.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateK8sSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7041243Z [00:03:38.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateK8sIngressRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7110087Z [00:03:38.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7179250Z [00:03:38.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryMigrateEcuList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7250057Z [00:03:38.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListServiceGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7320783Z [00:03:38.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListRecentChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7393804Z [00:03:38.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StopK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7467098Z [00:03:38.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ScaleOutApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7539644Z [00:03:38.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetScalingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7611028Z [00:03:38.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetJvmConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7681694Z [00:03:38.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateContainerConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7751588Z [00:03:38.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7820255Z [00:03:38.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UnbindK8sSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7890761Z [00:03:38.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListK8sConfigMaps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.7963270Z [00:03:38.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateLocalitySetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8034116Z [00:03:38.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StartApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8105319Z [00:03:38.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/TransformClusterMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8173477Z [00:03:38.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateApplicationBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8241342Z [00:03:38.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ScaleInApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8311357Z [00:03:38.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceConsumersPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8379416Z [00:03:38.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8448298Z [00:03:38.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertDeployGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8518184Z [00:03:38.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8589418Z [00:03:38.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DescribeApplicationScalingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8658853Z [00:03:38.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetServiceMethodPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8729117Z [00:03:38.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/CreateK8sConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8800183Z [00:03:38.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8869052Z [00:03:38.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RestartApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.8937016Z [00:03:38.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StartK8sAppPrecheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9007554Z [00:03:38.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ScaleK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9082200Z [00:03:38.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/RollbackChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9154456Z [00:03:38.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9228892Z [00:03:38.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateK8sIngressRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9299161Z [00:03:39.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/AddLogPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9369785Z [00:03:39.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/QueryMigrateRegionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9439586Z [00:03:39.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateAccountInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9508655Z [00:03:39.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sIngressRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9578443Z [00:03:39.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9647710Z [00:03:39.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListAliyunRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9717544Z [00:03:39.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/ListK8sIngressRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9788117Z [00:03:39.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetK8sCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9859499Z [00:03:39.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/StopApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:31.9930095Z [00:03:39.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0001456Z [00:03:39.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/UpdateApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0071733Z [00:03:39.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0142215Z [00:03:39.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/InsertRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0212125Z [00:03:39.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/edas/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0284832Z [00:03:39.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookReleases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0353773Z [00:03:39.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookInputOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0423194Z [00:03:39.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookNodesOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0492085Z [00:03:39.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ModifyComponentAsset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0561601Z [00:03:39.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RunPython3Script.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0634143Z [00:03:39.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/VerifyPythonFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0706421Z [00:03:39.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeGroupProductions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0779534Z [00:03:39.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DeletePlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0850841Z [00:03:39.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeOpenApiInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0922939Z [00:03:39.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.0993854Z [00:03:39.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePopApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.1066222Z [00:03:39.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/CopyPlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.1136817Z [00:03:39.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/VerifyPlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.1222591Z [00:03:39.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/TriggerSophonPlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.1294533Z [00:03:39.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RenamePlaybookNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.1374988Z [00:03:39.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeOpenApiList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.1449616Z [00:03:39.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSophonCommands.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.1524162Z [00:03:39.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/CreatePlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.1596393Z [00:03:39.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescriberPython3ScriptLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.1667213Z [00:03:39.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ComparePlaybooks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.1738384Z [00:03:39.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/TriggerProcessTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.1813095Z [00:03:39.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RunNotifyComponentWithMessageCenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.1894001Z [00:03:39.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSoarRecordInOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.1965769Z [00:03:39.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeLatestRecordSchema.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2037413Z [00:03:39.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSoarTaskAndActions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2107531Z [00:03:39.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ConvertPlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2178104Z [00:03:39.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ModifyPlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2248566Z [00:03:39.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookNumberMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2333043Z [00:03:39.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/BatchModifyInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2410496Z [00:03:39.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ModifyPlaybookInputOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2480571Z [00:03:39.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/TriggerPlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2550442Z [00:03:39.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSoarRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2620721Z [00:03:39.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeNodeParamTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2691054Z [00:03:39.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/PublishPlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2761952Z [00:03:39.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentAssetForm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2833873Z [00:03:39.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2906160Z [00:03:39.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.2979035Z [00:03:39.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentsJs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3051589Z [00:03:39.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/ModifyPlaybookInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3123050Z [00:03:39.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RunNotifyComponentWithWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3195192Z [00:03:39.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RunNotifyComponentWithEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3266822Z [00:03:39.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DeleteComponentAsset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3337078Z [00:03:39.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeProcessTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3407855Z [00:03:39.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3478608Z [00:03:39.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeExecutePlaybooks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3552978Z [00:03:39.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeSoarRecordActionOutputList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3628559Z [00:03:39.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/QueryTreeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3700408Z [00:03:39.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeVendorApiList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3771355Z [00:03:39.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeProcessTaskCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3840403Z [00:03:39.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeComponentPlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3910838Z [00:03:39.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeNotifyTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.3978930Z [00:03:39.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybooks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4048641Z [00:03:39.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/RevertPlaybookRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4119200Z [00:03:39.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DebugPlaybook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4188834Z [00:03:39.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeProcessStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4258439Z [00:03:39.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeEnumItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4327298Z [00:03:39.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribePlaybookMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4399264Z [00:03:39.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeDistinctReleases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4472584Z [00:03:39.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/sophonsoar/DescribeNodeUsedInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4545578Z [00:03:39.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DisableLoadBalancerIpv6Internet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4617327Z [00:03:39.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateLoadBalancerAddressTypeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4687201Z [00:03:39.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/StartShiftLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4757470Z [00:03:39.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CreateSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4827260Z [00:03:39.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4898947Z [00:03:39.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/GetJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.4970276Z [00:03:39.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/LoadBalancerJoinSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5039874Z [00:03:39.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/AddServersToServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5110553Z [00:03:39.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5180494Z [00:03:39.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DeleteSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5250719Z [00:03:39.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/AttachCommonBandwidthPackageToLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5320109Z [00:03:39.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateLoadBalancerProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5389779Z [00:03:39.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListListenerCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5458693Z [00:03:39.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/StartListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5528111Z [00:03:39.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5596646Z [00:03:39.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5665771Z [00:03:39.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/AssociateAdditionalCertificatesWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5735814Z [00:03:39.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateServerGroupServersAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5810568Z [00:03:39.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/GetLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5880455Z [00:03:39.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListServerGroupServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.5949594Z [00:03:39.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DescribeHdMonitorRegionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6018715Z [00:03:39.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6089448Z [00:03:39.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DeleteServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6160577Z [00:03:39.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6230376Z [00:03:39.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6299166Z [00:03:39.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/LoadBalancerLeaveSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6366949Z [00:03:39.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListAsynJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6435801Z [00:03:39.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DeleteLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6503446Z [00:03:39.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListSystemSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6572268Z [00:03:39.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6642563Z [00:03:39.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/GetListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6710364Z [00:03:39.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DeleteListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6778033Z [00:03:39.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6847792Z [00:03:39.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/SetHdMonitorRegionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6918386Z [00:03:39.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.6988961Z [00:03:39.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7059344Z [00:03:39.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CreateServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7128721Z [00:03:39.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CancelShiftLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7198260Z [00:03:39.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7266719Z [00:03:39.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/CreateListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7335926Z [00:03:39.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/StopListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7404432Z [00:03:39.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/GetListenerHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7473833Z [00:03:39.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DisassociateAdditionalCertificatesWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7543253Z [00:03:39.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7615761Z [00:03:39.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7687365Z [00:03:39.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/ListLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7758552Z [00:03:39.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateSecurityPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7827986Z [00:03:39.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/RemoveServersFromServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7897105Z [00:03:39.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/EnableLoadBalancerIpv6Internet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.7968018Z [00:03:39.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/nlb/UpdateServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8038568Z [00:03:39.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/MergeImageFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8109207Z [00:03:39.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectPedestrianIntrusion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8179480Z [00:03:39.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/AddFaceImageTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8250069Z [00:03:39.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectBodyCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8318769Z [00:03:39.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/UpdateFaceEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8386986Z [00:03:39.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/HandPosture.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8455783Z [00:03:39.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/CreateFaceDb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8525060Z [00:03:39.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/BodyPosture.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8594875Z [00:03:39.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GenerateHumanSketchStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8663706Z [00:03:39.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8734505Z [00:03:39.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/CompareFaceWithMask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8806849Z [00:03:39.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/LiquifyFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8877640Z [00:03:39.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/AddFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.8946363Z [00:03:39.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GenerateHumanAnimeStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9016018Z [00:03:39.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/BatchAddFaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9086105Z [00:03:39.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeleteFaceImageTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9154082Z [00:03:39.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/FaceBeauty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9224885Z [00:03:39.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectCelebrity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9295894Z [00:03:40.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizeHandGesture.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9366203Z [00:03:40.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectLivingFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9434839Z [00:03:40.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RetouchSkin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9503053Z [00:03:40.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeepfakeFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9571358Z [00:03:40.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/AddFaceEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9638802Z [00:03:40.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeleteFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9707406Z [00:03:40.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/CompareFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9776016Z [00:03:40.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizePublicFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9845446Z [00:03:40.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GetRealPersonVerificationResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9914399Z [00:03:40.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeleteFaceDb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:32.9983802Z [00:03:40.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DeleteFaceEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0052940Z [00:03:40.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizeFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0122187Z [00:03:40.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GetFaceEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0192034Z [00:03:40.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectPedestrian.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0263247Z [00:03:40.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/ExtractFingerPrint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0331650Z [00:03:40.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/SearchFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0400634Z [00:03:40.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/PedestrianDetectAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0469955Z [00:03:40.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/ListFaceDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0538702Z [00:03:40.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizeExpression.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0608333Z [00:03:40.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/FaceMakeup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0680759Z [00:03:40.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/QueryFaceImageTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0755395Z [00:03:40.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/FaceTidyup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0827959Z [00:03:40.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/ListFaceEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0897060Z [00:03:40.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/GenRealPersonVerificationToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.0967554Z [00:03:40.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectVideoLivingFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1037376Z [00:03:40.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/MonitorExamination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1107738Z [00:03:40.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/EnhanceFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1180535Z [00:03:40.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/DetectInfraredLivingFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1252087Z [00:03:40.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/BlurFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1321713Z [00:03:40.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/facebody/RecognizeAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1393376Z [00:03:40.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteRouteStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1463759Z [00:03:40.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/BatchDisableJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1534517Z [00:03:40.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListJobScriptHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1606480Z [00:03:40.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/RetryJobInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1680090Z [00:03:40.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/SetWfInstanceSuccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1751045Z [00:03:40.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateWorkflowDag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1822093Z [00:03:40.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/BatchDeleteJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1894597Z [00:03:40.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateJobScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.1964640Z [00:03:40.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/StopInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.2040149Z [00:03:40.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.2113259Z [00:03:40.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.2188887Z [00:03:40.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/BatchDeleteRouteStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.2261958Z [00:03:40.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.2338349Z [00:03:40.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/EnableWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.2412180Z [00:03:40.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.2484472Z [00:03:40.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetAppGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.2556484Z [00:03:40.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/SetJobInstanceSuccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.2628363Z [00:03:40.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetWorkflowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.2703230Z [00:03:40.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ReadSchedulerxDesignateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.2778401Z [00:03:40.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateAppGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.2852791Z [00:03:40.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/RerunJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.2926861Z [00:03:40.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetJobInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3002229Z [00:03:40.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DisableWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3075816Z [00:03:40.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/BatchEnableJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3148015Z [00:03:40.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ExecuteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3220631Z [00:03:40.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3294479Z [00:03:40.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetJobInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3367959Z [00:03:40.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3442371Z [00:03:40.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/RevokePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3514294Z [00:03:40.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3587127Z [00:03:40.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetWorkerList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3660113Z [00:03:40.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DesignateWorkers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3732169Z [00:03:40.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/EnableJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3804721Z [00:03:40.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3878027Z [00:03:40.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ExecuteWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.3950290Z [00:03:40.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4023114Z [00:03:40.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/UpdateWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4098321Z [00:03:40.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4174235Z [00:03:40.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetJobInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4247440Z [00:03:40.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4319231Z [00:03:40.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GetWorkFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4392692Z [00:03:40.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4466162Z [00:03:40.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateAppGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4541331Z [00:03:40.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DisableJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4616229Z [00:03:40.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ManageSchedulerxJobSync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4687902Z [00:03:40.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/GrantPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4759887Z [00:03:40.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ListWorkflowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4833780Z [00:03:40.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/CreateRouteStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4907132Z [00:03:40.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.4980217Z [00:03:40.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.5052955Z [00:03:40.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/ReadSchedulerxDesignateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.5124615Z [00:03:40.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/schedulerx2/DeleteAppGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.5198643Z [00:03:40.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DetachResourceFromVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.5274419Z [00:03:40.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/AttachResourceToVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.5351746Z [00:03:40.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.5426739Z [00:03:40.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointServiceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.5498754Z [00:03:40.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.5571154Z [00:03:40.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.5643705Z [00:03:40.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/AttachSecurityGroupToVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.5714392Z [00:03:40.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DetachSecurityGroupFromVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.5786315Z [00:03:40.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/AddUserToVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.5859764Z [00:03:40.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/EnableVpcEndpointZoneConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.5933304Z [00:03:40.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6005278Z [00:03:40.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/CreateVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6079850Z [00:03:40.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/OpenPrivateLinkService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6154210Z [00:03:40.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6225964Z [00:03:40.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointServicesByEndUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6295993Z [00:03:40.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/EnableVpcEndpointConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6367659Z [00:03:40.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/RemoveUserFromVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6439191Z [00:03:40.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointServiceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6510997Z [00:03:40.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/AddZoneToVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6585264Z [00:03:40.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6657157Z [00:03:40.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DeleteVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6730587Z [00:03:40.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/GetVpcEndpointServiceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6804230Z [00:03:40.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6875570Z [00:03:40.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DisableVpcEndpointZoneConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.6947331Z [00:03:40.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/GetVpcEndpointAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7021534Z [00:03:40.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/CheckProductOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7095236Z [00:03:40.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7168498Z [00:03:40.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7239501Z [00:03:40.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/ListVpcEndpointServiceUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7310651Z [00:03:40.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7380941Z [00:03:40.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7450830Z [00:03:40.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DisableVpcEndpointConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7523019Z [00:03:40.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7594246Z [00:03:40.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7666289Z [00:03:40.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7739313Z [00:03:40.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/DeleteVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7810696Z [00:03:40.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/RemoveZoneFromVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7882291Z [00:03:40.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/UpdateVpcEndpointServiceResourceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.7953764Z [00:03:40.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/privatelink/CreateVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8025274Z [00:03:40.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8094509Z [00:03:40.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8162798Z [00:03:40.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8231499Z [00:03:40.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateStateConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8299332Z [00:03:40.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetExecutionTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8369193Z [00:03:40.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8439454Z [00:03:40.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/StartExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8509310Z [00:03:40.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GenerateOpsItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8579906Z [00:03:40.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetSecretParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8651825Z [00:03:40.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListInstancePatchStates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8723322Z [00:03:40.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListInstancePatches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8796558Z [00:03:40.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/RegisterDefaultPatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8868085Z [00:03:40.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetSecretParametersByPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.8939901Z [00:03:40.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9012150Z [00:03:40.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreatePatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9083846Z [00:03:40.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteStateConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9153482Z [00:03:40.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9226083Z [00:03:40.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdatePatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9300448Z [00:03:41.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9374858Z [00:03:41.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9449403Z [00:03:41.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9523375Z [00:03:41.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9597152Z [00:03:41.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListActions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9671314Z [00:03:41.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DescribeApplicationGroupBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9748038Z [00:03:41.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9824389Z [00:03:41.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetOpsItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9905207Z [00:03:41.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListExecutionLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:33.9977322Z [00:03:41.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListResourceExecutionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0049342Z [00:03:41.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0119978Z [00:03:41.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0191606Z [00:03:41.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeployApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0264708Z [00:03:41.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateSecretParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0336995Z [00:03:41.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/SetServiceSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0410744Z [00:03:41.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetSecretParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0487127Z [00:03:41.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0560778Z [00:03:41.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateOpsItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0633922Z [00:03:41.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GenerateExecutionPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0708943Z [00:03:41.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetServiceSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0782268Z [00:03:41.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/NotifyExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0853431Z [00:03:41.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteSecretParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0927267Z [00:03:41.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListPatchBaselines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.0999609Z [00:03:41.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.1073953Z [00:03:41.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetParametersByPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.1150333Z [00:03:41.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateSecretParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.1226518Z [00:03:41.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.1297585Z [00:03:41.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListApplicationGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.1367485Z [00:03:41.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/SearchInventory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.1439406Z [00:03:41.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetPatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.1511434Z [00:03:41.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.1582131Z [00:03:41.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetInventorySchema.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.1655104Z [00:03:41.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.1728860Z [00:03:41.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CancelExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.1803259Z [00:03:41.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.1885392Z [00:03:41.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ValidateTemplateContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.1957951Z [00:03:41.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2030998Z [00:03:41.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2106263Z [00:03:41.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTaskExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2179687Z [00:03:41.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/CreateStateConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2253482Z [00:03:41.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2326077Z [00:03:41.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2396960Z [00:03:41.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListInstancePackageStates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2469547Z [00:03:41.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/TriggerExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2539801Z [00:03:41.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListSecretParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2610737Z [00:03:41.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2683185Z [00:03:41.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ContinueDeployApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2757167Z [00:03:41.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2826937Z [00:03:41.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2897512Z [00:03:41.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListStateConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.2968138Z [00:03:41.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeletePatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3037706Z [00:03:41.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListOpsItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3106352Z [00:03:41.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListParameterVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3175570Z [00:03:41.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3247910Z [00:03:41.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListTemplateVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3318813Z [00:03:41.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3390557Z [00:03:41.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListExecutionRiskyTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3460327Z [00:03:41.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3530402Z [00:03:41.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListSecretParameterVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3600994Z [00:03:41.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateInstancePackageState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3670862Z [00:03:41.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/ListInventoryEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3739581Z [00:03:41.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3808096Z [00:03:41.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/DeleteOpsItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3875902Z [00:03:41.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.3945877Z [00:03:41.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/GetTemplateParameterConstraints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4013929Z [00:03:41.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/oos/UpdateOpsItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4084842Z [00:03:41.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DisableFunctionInvocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4151324Z [00:03:41.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListLayers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4219836Z [00:03:41.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetAsyncInvokeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4289152Z [00:03:41.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PutConcurrencyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4362301Z [00:03:41.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4433972Z [00:03:41.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4505251Z [00:03:41.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/InvokeFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4577453Z [00:03:41.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UpdateFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4650578Z [00:03:41.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4724706Z [00:03:41.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetFunctionCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4797455Z [00:03:41.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4867136Z [00:03:41.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetAsyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.4939043Z [00:03:41.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5010291Z [00:03:41.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/EnableFunctionInvocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5080089Z [00:03:41.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteVpcBinding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5150226Z [00:03:41.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5219150Z [00:03:41.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PutLayerACL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5287155Z [00:03:41.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5356468Z [00:03:41.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5429159Z [00:03:41.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UpdateCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5498072Z [00:03:41.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListAsyncTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5569047Z [00:03:41.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListProvisionConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5639190Z [00:03:41.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateLayerVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5709344Z [00:03:41.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListLayerVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5779359Z [00:03:41.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetLayerVersionByArn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5848754Z [00:03:41.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5918294Z [00:03:41.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteAsyncInvokeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.5986821Z [00:03:41.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6055772Z [00:03:41.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UpdateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6126353Z [00:03:41.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetConcurrencyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6195749Z [00:03:41.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6265300Z [00:03:41.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteProvisionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6333083Z [00:03:41.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteLayerVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6401861Z [00:03:41.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListConcurrencyConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6472345Z [00:03:41.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6541114Z [00:03:41.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListFunctionVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6609969Z [00:03:41.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetProvisionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6679356Z [00:03:41.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListAliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6747878Z [00:03:41.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6817184Z [00:03:41.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListTriggers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6886113Z [00:03:41.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/StopAsyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.6955347Z [00:03:41.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetLayerVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7024046Z [00:03:41.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7092560Z [00:03:41.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7160482Z [00:03:41.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteConcurrencyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7229670Z [00:03:41.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PutProvisionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7298563Z [00:03:41.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7366721Z [00:03:41.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7435678Z [00:03:41.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/UpdateTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7503801Z [00:03:41.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PutAsyncInvokeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7571251Z [00:03:41.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListFunctions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7639351Z [00:03:41.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/CreateVpcBinding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7708114Z [00:03:41.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListVpcBindings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7778181Z [00:03:41.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/PublishFunctionVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7850075Z [00:03:41.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/GetCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7920198Z [00:03:41.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListAsyncInvokeConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.7991632Z [00:03:41.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/DeleteFunctionVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8062287Z [00:03:41.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fc/ListCustomDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8136306Z [00:03:41.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ReleaseExpiredInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8206997Z [00:03:41.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8280319Z [00:03:41.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyNatFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8351574Z [00:03:41.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyInstanceMemberAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8421242Z [00:03:41.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyTrFirewallV2Configuration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8490597Z [00:03:41.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatFirewallList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8559877Z [00:03:41.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInstanceMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8627867Z [00:03:41.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyNatFirewallControlPolicyPosition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8697081Z [00:03:41.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInvadeEventList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8768463Z [00:03:41.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateVpcFirewallCenManualConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8841815Z [00:03:41.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeletePrivateDnsDomainName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8913043Z [00:03:41.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallsV2List.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.8984128Z [00:03:41.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallCenList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9056491Z [00:03:41.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeUserAssetIPTrafficInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9126695Z [00:03:41.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateTrFirewallV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9194456Z [00:03:41.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcListLite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9265739Z [00:03:42.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAssetStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9335474Z [00:03:42.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyFirewallV2RoutePolicySwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9404698Z [00:03:42.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeletePrivateDnsEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9476681Z [00:03:42.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDefaultIPSConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9546246Z [00:03:42.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDomainResolve.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9616394Z [00:03:42.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteControlPolicyTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9686995Z [00:03:42.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallCenSwitchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9755853Z [00:03:42.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9823965Z [00:03:42.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallSwitchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9894408Z [00:03:42.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteInstanceMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:34.9964707Z [00:03:42.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyControlPolicyPosition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0035343Z [00:03:42.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/UpdateAITrafficAnalysisStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0106226Z [00:03:42.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/BatchCopyVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0174311Z [00:03:42.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyControlPolicyPriority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0243407Z [00:03:42.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/PutEnableFwSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0313622Z [00:03:42.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatAclPageStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0383453Z [00:03:42.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0461591Z [00:03:42.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInternetTrafficTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0532363Z [00:03:42.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ReleasePostInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0603876Z [00:03:42.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteNatFirewallControlPolicyBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0695209Z [00:03:42.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0767921Z [00:03:42.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallIPSWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0838293Z [00:03:42.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0907817Z [00:03:42.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddInstanceMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.0977277Z [00:03:42.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAITrafficAnalysisStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1048479Z [00:03:42.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAssetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1120700Z [00:03:42.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1190970Z [00:03:42.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1263051Z [00:03:42.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateSlsLogDispatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1333562Z [00:03:42.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeCfwRiskLevelSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1401539Z [00:03:42.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteDnsFirewallPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1470626Z [00:03:42.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1545205Z [00:03:42.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAssetRiskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1617636Z [00:03:42.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePolicyAdvancedConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1686879Z [00:03:42.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteAddressBook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1758084Z [00:03:42.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInstanceRiskLevels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1829384Z [00:03:42.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVulnerabilityProtectedList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1899618Z [00:03:42.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddPrivateDnsDomainName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.1969736Z [00:03:42.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/PutEnableAllFwSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2041052Z [00:03:42.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePostpayTrafficDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2112112Z [00:03:42.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeOutgoingDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2184167Z [00:03:42.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDownloadTaskType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2257306Z [00:03:42.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteVpcFirewallCenConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2328672Z [00:03:42.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePrefixLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2399988Z [00:03:42.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteNatFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2468956Z [00:03:42.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeUserBuyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2539647Z [00:03:42.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2608440Z [00:03:42.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2677958Z [00:03:42.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddDnsFirewallPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2749951Z [00:03:42.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyDefaultIPSConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2820697Z [00:03:42.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallsV2RouteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2890845Z [00:03:42.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyAddressBook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.2962667Z [00:03:42.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteVpcFirewallConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3031601Z [00:03:42.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3100914Z [00:03:42.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteTrFirewallV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3172606Z [00:03:42.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePrivateDnsEndpointDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3242250Z [00:03:42.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/PutDisableFwSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3314184Z [00:03:42.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePrivateDnsDomainNameList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3391047Z [00:03:42.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeletePrivateDnsAllDomainName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3463303Z [00:03:42.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteSecurityProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3532841Z [00:03:42.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallCenConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3601418Z [00:03:42.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/PutDisableAllFwSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3670279Z [00:03:42.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyObjectGroupOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3739616Z [00:03:42.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ResetVpcFirewallRuleHitCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3809740Z [00:03:42.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallCenDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3879126Z [00:03:42.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeInternetOpenIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.3947936Z [00:03:42.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeSignatureLibVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4017587Z [00:03:42.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyPrivateDnsEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4086949Z [00:03:42.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePolicyPriorUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4156463Z [00:03:42.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallV2RoutePolicyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4225198Z [00:03:42.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeACLProtectTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4294226Z [00:03:42.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteFirewallV2RoutePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4365398Z [00:03:42.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeRiskEventPayload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4435631Z [00:03:42.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeLogStoreInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4504279Z [00:03:42.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeTrFirewallsV2Detail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4573320Z [00:03:42.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateNatFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4641624Z [00:03:42.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePrivateDnsEndpointList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4711473Z [00:03:42.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeOutgoingDestinationIP.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4781406Z [00:03:42.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyPolicyAdvancedConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4852156Z [00:03:42.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateTrFirewallV2RoutePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4920721Z [00:03:42.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ResetNatFirewallRuleHitCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.4989163Z [00:03:42.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5058288Z [00:03:42.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribePostpayTrafficTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5128798Z [00:03:42.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5198370Z [00:03:42.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDnsFirewallPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5268380Z [00:03:42.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5338331Z [00:03:42.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeRiskEventGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5414150Z [00:03:42.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/BatchDeleteVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5487690Z [00:03:42.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeAddressBook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5560221Z [00:03:42.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateDownloadTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5632220Z [00:03:42.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatFirewallTrafficTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5702027Z [00:03:42.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyDnsFirewallPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5772610Z [00:03:42.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallControlPolicyPosition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5840494Z [00:03:42.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/AddAddressBook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5909756Z [00:03:42.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateVpcFirewallConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.5980044Z [00:03:42.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateSecurityProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6050422Z [00:03:42.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallIPSWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6121848Z [00:03:42.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/SwitchSecurityProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6197078Z [00:03:42.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6268338Z [00:03:42.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6338835Z [00:03:42.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6409818Z [00:03:42.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeDownloadTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6484609Z [00:03:42.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6555845Z [00:03:42.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DeleteDownloadTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6627800Z [00:03:42.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeVpcFirewallAclGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6698790Z [00:03:42.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/DescribeNatFirewallPolicyPriorUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6769690Z [00:03:42.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cloudfw/CreateVpcFirewallCenConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6840423Z [00:03:42.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6908944Z [00:03:42.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.6976345Z [00:03:42.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessageGetByKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7044852Z [00:03:42.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7115686Z [00:03:42.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7184659Z [00:03:42.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceCreate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7252609Z [00:03:42.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTrendTopicInputTps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7320953Z [00:03:42.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTraceGetResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7389719Z [00:03:42.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessageGetByMsgId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7459268Z [00:03:42.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7528008Z [00:03:42.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7596995Z [00:03:42.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7671061Z [00:03:42.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerAccumulate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7745562Z [00:03:42.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7816302Z [00:03:42.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OpenOnsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7886758Z [00:03:42.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTraceQueryByMsgKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.7955396Z [00:03:42.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8022936Z [00:03:42.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicUpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8093476Z [00:03:42.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsRegionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8163390Z [00:03:42.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessagePageQueryByTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8231516Z [00:03:42.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceUpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8301096Z [00:03:42.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessageTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8370302Z [00:03:42.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsDLQMessageResendById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8439681Z [00:03:42.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerTimeSpan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8507802Z [00:03:42.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8577754Z [00:03:42.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicSubDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8647147Z [00:03:42.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsInstanceInServiceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8717001Z [00:03:42.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerResetOffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8786960Z [00:03:42.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8857128Z [00:03:42.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupConsumerUpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8927388Z [00:03:42.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTopicCreate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.8996513Z [00:03:42.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTrendGroupOutputTps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9065587Z [00:03:42.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsDLQMessageGetById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9135303Z [00:03:42.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsMessagePush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9204474Z [00:03:42.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsDLQMessagePageQueryByGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9274986Z [00:03:43.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsConsumerGetConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9344647Z [00:03:43.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsTraceQueryByMsgId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9415477Z [00:03:43.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupCreate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9483903Z [00:03:43.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupSubDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9553002Z [00:03:43.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ons/OnsGroupDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9625378Z [00:03:43.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DisassociateDefaultFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9696201Z [00:03:43.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9766534Z [00:03:43.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountDeliveryChannelStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9836570Z [00:03:43.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/UpdateFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9907874Z [00:03:43.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountDeliveryChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:35.9978543Z [00:03:43.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0047923Z [00:03:43.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountResourceCounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0116043Z [00:03:43.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DeleteFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0185026Z [00:03:43.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountResourceGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0255303Z [00:03:43.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ExecuteSQLQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0324440Z [00:03:43.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetResourceCenterServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0393671Z [00:03:43.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListSavedQueries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0463989Z [00:03:43.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0534706Z [00:03:43.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetResourceCounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0603543Z [00:03:43.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListResourceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0674622Z [00:03:43.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountResourceRelationships.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0746582Z [00:03:43.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DeleteDeliveryChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0817350Z [00:03:43.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/CreateMultiAccountDeliveryChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0892046Z [00:03:43.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetSavedQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.0966436Z [00:03:43.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetDeliveryChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1038970Z [00:03:43.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListMultiAccountDeliveryChannels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1108829Z [00:03:43.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1179998Z [00:03:43.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/UpdateMultiAccountDeliveryChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1251066Z [00:03:43.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListFilters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1320558Z [00:03:43.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/AssociateDefaultFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1389864Z [00:03:43.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetExampleQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1459120Z [00:03:43.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetResourceConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1528021Z [00:03:43.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/EnableMultiAccountResourceCenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1597666Z [00:03:43.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/UpdateDeliveryChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1667435Z [00:03:43.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountResourceConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1735753Z [00:03:43.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/SearchResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1805821Z [00:03:43.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/UpdateSavedQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1875122Z [00:03:43.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ExecuteMultiAccountSQLQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.1945768Z [00:03:43.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/SearchMultiAccountResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2017369Z [00:03:43.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DeleteSavedQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2087891Z [00:03:43.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/CreateFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2157438Z [00:03:43.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/EnableResourceCenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2226913Z [00:03:43.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/CreateDeliveryChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2299349Z [00:03:43.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListDeliveryChannels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2372974Z [00:03:43.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListExampleQueries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2444191Z [00:03:43.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/CreateSavedQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2515024Z [00:03:43.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetDeliveryChannelStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2585182Z [00:03:43.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2654554Z [00:03:43.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DeleteMultiAccountDeliveryChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2723493Z [00:03:43.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DisableResourceCenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2792871Z [00:03:43.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/DisableMultiAccountResourceCenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2862336Z [00:03:43.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcecenter/ListResourceRelationships.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.2934093Z [00:03:43.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetModelInputContentDetectResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3003870Z [00:03:43.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3075782Z [00:03:43.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/DeleteWordGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3146675Z [00:03:43.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/BatchContentSyncDetect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3218717Z [00:03:43.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/CreateWordGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3290223Z [00:03:43.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ListPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3359777Z [00:03:43.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3428667Z [00:03:43.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ModelOutputContentSyncDetect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3497346Z [00:03:43.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/CheckAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3566747Z [00:03:43.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3635393Z [00:03:43.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetPolicyDefaultOptions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3703553Z [00:03:43.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ContentSyncDetect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3772069Z [00:03:43.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetPolicyInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3840750Z [00:03:43.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetContentDetectResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3911440Z [00:03:43.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ModelOutputContentAsyncDetect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.3979743Z [00:03:43.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ListWordGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4049366Z [00:03:43.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/RegisterAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4119101Z [00:03:43.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ModelInputContentSyncDetect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4188384Z [00:03:43.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/UpdateTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4259511Z [00:03:43.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ListTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4329063Z [00:03:43.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/DeleteTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4399870Z [00:03:43.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ModelInputContentAsyncDetect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4468841Z [00:03:43.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetModelOutputContentDetectResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4537930Z [00:03:43.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/UpdatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4607621Z [00:03:43.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/BatchContentAsyncDetect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4676859Z [00:03:43.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/UpdateWordGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4745906Z [00:03:43.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/GetWordGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4843010Z [00:03:43.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/ContentAsyncDetect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4883731Z [00:03:43.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/rai/CreateTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.4955689Z [00:03:43.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateLifecycleHook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5025574Z [00:03:43.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5094403Z [00:03:43.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5163059Z [00:03:43.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ResumeProcesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5232838Z [00:03:43.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteNotificationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5302660Z [00:03:43.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5372306Z [00:03:43.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5441925Z [00:03:43.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/RecordLifecycleActionHeartbeat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5512631Z [00:03:43.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachVServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5582153Z [00:03:43.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5651155Z [00:03:43.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5720267Z [00:03:43.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5790557Z [00:03:43.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/RemoveInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5857915Z [00:03:43.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeLifecycleHooks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5926127Z [00:03:43.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/VerifyUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.5994705Z [00:03:43.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteScheduledTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6063739Z [00:03:43.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/EnableScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6134392Z [00:03:43.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeAlarms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6204213Z [00:03:43.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeactivateScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6273766Z [00:03:43.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6342779Z [00:03:43.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6415100Z [00:03:43.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingActivityDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6487416Z [00:03:43.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingActivities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6561514Z [00:03:43.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6633159Z [00:03:43.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ScaleWithAdjustment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6709358Z [00:03:43.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScheduledTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6779181Z [00:03:43.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6850079Z [00:03:43.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribePatternTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6920018Z [00:03:43.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.6991241Z [00:03:43.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeNotificationTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7061377Z [00:03:43.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateEciScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7130554Z [00:03:43.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7198801Z [00:03:43.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachAlbServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7266969Z [00:03:43.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7335011Z [00:03:43.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeScalingGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7428111Z [00:03:43.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/SetInstancesProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7501123Z [00:03:43.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7573187Z [00:03:43.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7642682Z [00:03:43.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyEciScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7712940Z [00:03:43.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DisableScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7783053Z [00:03:43.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7852580Z [00:03:43.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeLifecycleActions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7922759Z [00:03:43.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/RebalanceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.7992338Z [00:03:43.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeLimitation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8061783Z [00:03:43.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DisableAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8130345Z [00:03:43.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8199334Z [00:03:43.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeNotificationConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8267374Z [00:03:43.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8336312Z [00:03:43.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachVServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8405142Z [00:03:43.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8473839Z [00:03:43.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteLifecycleHook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8543929Z [00:03:43.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8616266Z [00:03:43.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8685637Z [00:03:43.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyScheduledTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8757016Z [00:03:43.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8827765Z [00:03:43.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/SetGroupDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8896767Z [00:03:43.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DetachServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.8966240Z [00:03:43.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9032990Z [00:03:43.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyLifecycleHook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9104305Z [00:03:43.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9172622Z [00:03:43.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachAlbServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9240881Z [00:03:44.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9310267Z [00:03:44.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateNotificationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9378175Z [00:03:44.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ExecuteScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9447033Z [00:03:44.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/AttachServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9516079Z [00:03:44.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CompleteLifecycleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9585471Z [00:03:44.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/EnableAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9654357Z [00:03:44.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeEciScalingConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9723937Z [00:03:44.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/SetInstanceHealth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9793007Z [00:03:44.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ExitStandby.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9861125Z [00:03:44.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/ModifyNotificationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9930977Z [00:03:44.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateScheduledTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:36.9999673Z [00:03:44.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DescribeElasticStrength.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0070126Z [00:03:44.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/EnterStandby.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0139544Z [00:03:44.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/SuspendProcesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0208340Z [00:03:44.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0276956Z [00:03:44.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/CreateScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0346365Z [00:03:44.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteEciScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0413698Z [00:03:44.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/DeleteAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0483712Z [00:03:44.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ess/VerifyAuthentication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0553513Z [00:03:44.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0622236Z [00:03:44.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/AddServersToServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0696161Z [00:03:44.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UpdateLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0769876Z [00:03:44.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UpdateLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0842937Z [00:03:44.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0915019Z [00:03:44.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/GetLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.0985882Z [00:03:44.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListServerGroupServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1056615Z [00:03:44.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1129425Z [00:03:44.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DeleteServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1201701Z [00:03:44.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1273877Z [00:03:44.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DeleteLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1344318Z [00:03:44.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UpdateListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1417136Z [00:03:44.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/GetListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1486460Z [00:03:44.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DeleteListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1555954Z [00:03:44.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1624169Z [00:03:44.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1692532Z [00:03:44.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1761130Z [00:03:44.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/CreateServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1833825Z [00:03:44.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1924786Z [00:03:44.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/CreateListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.1997489Z [00:03:44.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/GetListenerHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2070185Z [00:03:44.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2141850Z [00:03:44.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/ListLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2213662Z [00:03:44.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/RemoveServersFromServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2282232Z [00:03:44.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/gwlb/UpdateServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2352345Z [00:03:44.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2435480Z [00:03:44.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/AddWorkNodeWorkforce.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2504953Z [00:03:44.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2574132Z [00:03:44.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTemplateView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2643439Z [00:03:44.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2712702Z [00:03:44.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskWorkforceStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2780206Z [00:03:44.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/DeleteTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2850289Z [00:03:44.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2921957Z [00:03:44.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/RemoveWorkNodeWorkforce.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.2990483Z [00:03:44.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3058992Z [00:03:44.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetSubtaskItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3127852Z [00:03:44.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListSubtaskItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3195285Z [00:03:44.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListTenants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3263167Z [00:03:44.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetSubtask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3332367Z [00:03:44.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTemplateQuestions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3401862Z [00:03:44.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3471906Z [00:03:44.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3541604Z [00:03:44.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/CreateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3610837Z [00:03:44.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3678655Z [00:03:44.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateTaskWorkforce.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3747445Z [00:03:44.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/CreateTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3817380Z [00:03:44.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateTenant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3886204Z [00:03:44.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskTemplateViews.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.3955705Z [00:03:44.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskTemplateQuestions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4024831Z [00:03:44.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4095885Z [00:03:44.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListSubtasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4165767Z [00:03:44.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4234184Z [00:03:44.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskWorkforce.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4303173Z [00:03:44.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4372889Z [00:03:44.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTenant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4441879Z [00:03:44.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4510714Z [00:03:44.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4581146Z [00:03:44.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4652267Z [00:03:44.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ListJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4721790Z [00:03:44.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/GetTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4792297Z [00:03:44.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4864695Z [00:03:44.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/ExportAnnotations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.4936496Z [00:03:44.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/openitag/AppendAllDataToTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5005772Z [00:03:44.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/CreateGatewayVerifyCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5076204Z [00:03:44.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/ConnectDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5144810Z [00:03:44.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/StopGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5215239Z [00:03:44.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/ModifyGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5283129Z [00:03:44.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/GetUserGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5353459Z [00:03:44.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/GetUserGatewayInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5424697Z [00:03:44.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/AddDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5514264Z [00:03:44.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/FindUserGatewayById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5616139Z [00:03:44.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DownloadGatewayProgram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5691133Z [00:03:44.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DeleteGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5764588Z [00:03:44.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/AddDatabaseList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5842187Z [00:03:44.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5920924Z [00:03:44.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/GetUserDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.5998273Z [00:03:44.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DeleteDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.6077726Z [00:03:44.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/RetryDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.6158127Z [00:03:44.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/DeleteGatewayInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.6239024Z [00:03:44.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/ListDatabaseAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.6320292Z [00:03:44.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/CreateGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.6399407Z [00:03:44.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/ModifyDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.6479893Z [00:03:44.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dms-dg/CheckDGEnabled.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.6559645Z [00:03:44.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHDCommonImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.6644847Z [00:03:44.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentCommodity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.6717155Z [00:03:44.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/ChangeSky.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.6835803Z [00:03:44.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentFood.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.6914520Z [00:03:44.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHead.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.6988877Z [00:03:44.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/RefineMask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.7063837Z [00:03:44.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentCommonImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.7137436Z [00:03:44.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.7211742Z [00:03:44.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.7289995Z [00:03:44.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentCloth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.7365019Z [00:03:44.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentSkin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.7440802Z [00:03:44.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHDBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.7518699Z [00:03:44.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/ParseFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.7593859Z [00:03:44.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentSky.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.7666302Z [00:03:44.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHDSky.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.7736957Z [00:03:44.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/imageseg/SegmentHair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.7807675Z [00:03:44.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.7878751Z [00:03:44.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.7949995Z [00:03:44.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/UpdateResourceShare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8019593Z [00:03:44.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListResourceShareInvitations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8088667Z [00:03:44.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListResourceSharePermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8157120Z [00:03:44.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/AssociateResourceShare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8224555Z [00:03:44.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListSharedResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8292639Z [00:03:44.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/CreateResourceShare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8361234Z [00:03:44.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8430995Z [00:03:44.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/DisassociateResourceSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8501922Z [00:03:44.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/AssociateResourceSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8570277Z [00:03:44.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/EnableSharingWithResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8639923Z [00:03:44.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListSharedTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8708309Z [00:03:44.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/RejectResourceShareInvitation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8776628Z [00:03:44.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8845505Z [00:03:44.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/GetPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8913649Z [00:03:44.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.8982970Z [00:03:44.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9051578Z [00:03:44.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListPermissionVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9120203Z [00:03:44.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/DeleteResourceShare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9189568Z [00:03:44.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListResourceShareAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9258329Z [00:03:45.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/DisassociateResourceShare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9327049Z [00:03:45.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/ListResourceShares.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9395502Z [00:03:45.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/AcceptResourceShareInvitation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9465110Z [00:03:45.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/resourcesharing/CheckSharingWithResourceDirectoryStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9535650Z [00:03:45.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ScaleInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9604268Z [00:03:45.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9672896Z [00:03:45.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9741431Z [00:03:45.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/EnableHiveAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9808692Z [00:03:45.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/StopInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9876883Z [00:03:45.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/DisableHiveAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:37.9944934Z [00:03:45.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ResumeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0015390Z [00:03:45.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ListWarehouses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0083371Z [00:03:45.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0151091Z [00:03:45.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/SuspendHoloWarehouse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0220129Z [00:03:45.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ListBackupData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0289719Z [00:03:45.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/CreateHoloWarehouse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0361330Z [00:03:45.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0432697Z [00:03:45.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/DeleteHoloWarehouse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0503865Z [00:03:45.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RenameHoloWarehouse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0573924Z [00:03:45.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RestartHoloWarehouse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0646741Z [00:03:45.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/UpdateInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0717891Z [00:03:45.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0788493Z [00:03:45.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/GetWarehouseDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0859074Z [00:03:45.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RebalanceHoloWarehouse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0927830Z [00:03:45.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ResumeHoloWarehouse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.0997384Z [00:03:45.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/ScaleHoloWarehouse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1066336Z [00:03:45.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/RestartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1135849Z [00:03:45.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1206365Z [00:03:45.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hologram/UpdateInstanceNetworkType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1286448Z [00:03:45.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopRtcCloudRecording.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1356916Z [00:03:45.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1427994Z [00:03:45.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageGroupByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1498061Z [00:03:45.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRecordNotifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1571039Z [00:03:45.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1640328Z [00:03:45.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveStreamWatermarkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1710700Z [00:03:45.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainSnapshotData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1779845Z [00:03:45.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListEdgeTranscodeTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1848510Z [00:03:45.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeChannelParticipants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1919036Z [00:03:45.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UnTagLiveResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.1987471Z [00:03:45.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveCenterStreamRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2057426Z [00:03:45.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddStudioLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2127843Z [00:03:45.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainPushBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2198281Z [00:03:45.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveCenterTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2267023Z [00:03:45.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetShowListBackground.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2336880Z [00:03:45.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendLiveMessageUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2406496Z [00:03:45.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterLayouts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2474775Z [00:03:45.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2543159Z [00:03:45.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2611805Z [00:03:45.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2681264Z [00:03:45.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListRtcMPUTaskDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2750992Z [00:03:45.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveStreamMerge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2821333Z [00:03:45.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAudioAuditConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2889714Z [00:03:45.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopLivePullToPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.2959656Z [00:03:45.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendLike.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3028448Z [00:03:45.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLivePullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3096747Z [00:03:45.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3165595Z [00:03:45.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLivePullToPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3234499Z [00:03:45.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveStreamDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3302680Z [00:03:45.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3371765Z [00:03:45.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3438563Z [00:03:45.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CopyCasterSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3507669Z [00:03:45.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3576276Z [00:03:45.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3643290Z [00:03:45.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveMpuTaskSei.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3713320Z [00:03:45.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRecordNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3783668Z [00:03:45.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeletePlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3857164Z [00:03:45.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamHistoryUserNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.3929571Z [00:03:45.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4000782Z [00:03:45.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAISubtitle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4070823Z [00:03:45.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4139955Z [00:03:45.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/QueryMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4209436Z [00:03:45.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamMerge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4278176Z [00:03:45.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4346349Z [00:03:45.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAppRecordConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4416333Z [00:03:45.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeMeterLiveBypassDuration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4486910Z [00:03:45.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAISubtitle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4557604Z [00:03:45.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListPlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4627938Z [00:03:45.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopLiveMPUTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4696828Z [00:03:45.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4766752Z [00:03:45.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4837406Z [00:03:45.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4907046Z [00:03:45.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveEdgeTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.4977855Z [00:03:45.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterEpisodeGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5048942Z [00:03:45.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUserTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5118994Z [00:03:45.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeStudioLayouts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5189733Z [00:03:45.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterEpisode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5259143Z [00:03:45.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateMixStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5328169Z [00:03:45.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveStreamRecordIndexFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5398408Z [00:03:45.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsNotifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5468185Z [00:03:45.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5536134Z [00:03:45.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5605174Z [00:03:45.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveRecordVodConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5674860Z [00:03:45.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsOnlineList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5743663Z [00:03:45.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLivePackageConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5814027Z [00:03:45.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5883512Z [00:03:45.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAIProduceRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.5952216Z [00:03:45.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamRecordIndexFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6020677Z [00:03:45.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/BatchSetLiveDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6090490Z [00:03:45.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6161417Z [00:03:45.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAudioAuditNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6230747Z [00:03:45.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UnbanLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6300257Z [00:03:45.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendMessageToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6369103Z [00:03:45.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePushProxyLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6439459Z [00:03:45.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveIpInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6510126Z [00:03:45.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/QueryRtcAsrTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6579803Z [00:03:45.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6652018Z [00:03:45.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddPlaylistItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6722946Z [00:03:45.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateRtcMPUEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6792159Z [00:03:45.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveVerifyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6861990Z [00:03:45.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamTranscodeStreamNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.6932066Z [00:03:45.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamRecordIndexFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7003598Z [00:03:45.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CloseLiveShift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7079415Z [00:03:45.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7151924Z [00:03:45.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveStreamsNotifyUrlConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7223906Z [00:03:45.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveLazyPullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7296338Z [00:03:45.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetSnapshotCallbackAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7368075Z [00:03:45.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveSnapshotNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7438795Z [00:03:45.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeMixStreamList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7508584Z [00:03:45.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAIProduceRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7577973Z [00:03:45.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveRealtimeLogDeliveryInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7646163Z [00:03:45.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/MuteAllGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7715901Z [00:03:45.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RemoveLiveMessageGroupBand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7785452Z [00:03:45.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListPlaylistItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7856435Z [00:03:45.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveDetectNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7926019Z [00:03:45.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterVideoResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.7994745Z [00:03:45.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterEpisodeGroupContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8064691Z [00:03:45.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRealtimeDeliveryAcc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8133510Z [00:03:45.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendMessageToGroupUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8202671Z [00:03:45.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePackageConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8274214Z [00:03:45.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8344948Z [00:03:45.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDetectPornData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8414585Z [00:03:45.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAudioAuditNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8484914Z [00:03:45.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ResumeLiveStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8555274Z [00:03:45.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8625715Z [00:03:45.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamTranscodeMetricData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8694101Z [00:03:45.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveCenterTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8762042Z [00:03:45.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateCasterSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8830705Z [00:03:45.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8900876Z [00:03:45.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.8972114Z [00:03:45.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9042875Z [00:03:45.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveEdgeTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9114218Z [00:03:45.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveSnapshotNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9183869Z [00:03:45.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartLiveMPUTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9254503Z [00:03:46.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePrivateLineAvailGA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9324222Z [00:03:46.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeletePlaylistItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9395745Z [00:03:46.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAIStudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9464682Z [00:03:46.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamTranscodeInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9536392Z [00:03:46.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/HotLiveRtcStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9605527Z [00:03:46.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9674503Z [00:03:46.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterProgram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9743349Z [00:03:46.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9810765Z [00:03:46.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainPublishErrorCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9878894Z [00:03:46.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/QuerySnapshotCallbackAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:38.9948036Z [00:03:46.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveMessageUserMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0016394Z [00:03:46.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveSnapshotConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0084034Z [00:03:46.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CopyCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0152328Z [00:03:46.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0222213Z [00:03:46.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsPublishList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0290073Z [00:03:46.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/PlayChoosenShow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0363558Z [00:03:46.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamDetailFrameRateAndBitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0433490Z [00:03:46.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRecordConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0504919Z [00:03:46.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterStreamUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0575008Z [00:03:46.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLivePackageConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0645244Z [00:03:46.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopPlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0716006Z [00:03:46.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/LeaveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0785320Z [00:03:46.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0856173Z [00:03:46.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0929148Z [00:03:46.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DisableLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.0999313Z [00:03:46.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveRealTimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.1068887Z [00:03:46.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamMetricDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.1140285Z [00:03:46.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeUpBpsPeakData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.1217475Z [00:03:46.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainMultiStreamMaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.1294122Z [00:03:46.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterVideoResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.1367448Z [00:03:46.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMuteGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.1439520Z [00:03:46.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.1509384Z [00:03:46.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EditShowAndReplace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.1581096Z [00:03:46.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsTotalCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.1652176Z [00:03:46.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAppSnapshotConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.1722291Z [00:03:46.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveShiftConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.1792539Z [00:03:46.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsControlHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.1863583Z [00:03:46.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainMultiStreamConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.1934607Z [00:03:46.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLivePullToPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2002208Z [00:03:46.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLivePackageConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2071471Z [00:03:46.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterEpisode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2141469Z [00:03:46.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveAIStudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2211622Z [00:03:46.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamSnapshotInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2282686Z [00:03:46.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamMonitorList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2353283Z [00:03:46.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2422812Z [00:03:46.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetEditingJobInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2493938Z [00:03:46.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateRoomRealTimeStreamAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2562002Z [00:03:46.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDelayedStreamingUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2633786Z [00:03:46.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAIProduceRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2703584Z [00:03:46.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamWatermarkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2771126Z [00:03:46.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopLiveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2839924Z [00:03:46.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2908542Z [00:03:46.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAudioAuditNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.2976381Z [00:03:46.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveSnapshotNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3046113Z [00:03:46.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SendLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3114382Z [00:03:46.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveProducerUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3183983Z [00:03:46.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRecordUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3256135Z [00:03:46.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveMessageGroupBand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3331051Z [00:03:46.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageAppCallback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3401053Z [00:03:46.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveRecordVodConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3469711Z [00:03:46.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterProgram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3537649Z [00:03:46.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3606355Z [00:03:46.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeShowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3676397Z [00:03:46.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyShowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3747531Z [00:03:46.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteRtcAsrTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3818597Z [00:03:46.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartCasterScene.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3889612Z [00:03:46.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.3960394Z [00:03:46.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveStreamWatermarkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4029952Z [00:03:46.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateMixStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4100324Z [00:03:46.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAISubtitle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4169928Z [00:03:46.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePrivateLineAreas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4246097Z [00:03:46.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/TagLiveResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4309504Z [00:03:46.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKFirstFrameDelay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4379770Z [00:03:46.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterEpisode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4448516Z [00:03:46.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4517099Z [00:03:46.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/BatchDeleteLiveDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4585274Z [00:03:46.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4653213Z [00:03:46.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLivePullToPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4722280Z [00:03:46.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLivePullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4794267Z [00:03:46.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/VerifyLiveDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4865192Z [00:03:46.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddShowIntoShowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.4935588Z [00:03:46.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/JoinMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5004844Z [00:03:46.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5074908Z [00:03:46.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5143800Z [00:03:46.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamsNotifyUrlConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5212169Z [00:03:46.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5281931Z [00:03:46.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CancelMuteGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5352686Z [00:03:46.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveMessageGroupBand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5421196Z [00:03:46.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5492772Z [00:03:46.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsBlockList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5567700Z [00:03:46.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetMessageToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5638779Z [00:03:46.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateRtcMPUEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5709708Z [00:03:46.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5781247Z [00:03:46.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5853346Z [00:03:46.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveHttpsDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5922238Z [00:03:46.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDrmUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.5993131Z [00:03:46.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateRTCWhipStreamAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6066044Z [00:03:46.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EditPlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6140927Z [00:03:46.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeDomainWithIntegrity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6214178Z [00:03:46.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6284041Z [00:03:46.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAIProduceRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6355364Z [00:03:46.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteSnapshotFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6424833Z [00:03:46.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeDomainUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6496421Z [00:03:46.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListEventSubEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6566665Z [00:03:46.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6637530Z [00:03:46.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainTimeShiftData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6709255Z [00:03:46.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAppSnapshotConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6779982Z [00:03:46.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopCasterScene.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6851387Z [00:03:46.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKPlayFailStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6923121Z [00:03:46.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveDomainSchdmByProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.6993456Z [00:03:46.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7065663Z [00:03:46.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7134127Z [00:03:46.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterVideoResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7204662Z [00:03:46.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7274444Z [00:03:46.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveCenterTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7345216Z [00:03:46.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveEdgeTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7416723Z [00:03:46.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateRtcAsrTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7486622Z [00:03:46.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ForbidLiveStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7558272Z [00:03:46.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveStreamWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7627501Z [00:03:46.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageGroupUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7698465Z [00:03:46.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateRtsLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7769573Z [00:03:46.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteRtcMPUEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7842703Z [00:03:46.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7911599Z [00:03:46.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamMerge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.7982854Z [00:03:46.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetEdgeTranscodeTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8056605Z [00:03:46.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainFrameRateAndBitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8134154Z [00:03:46.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8207712Z [00:03:46.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAudioAuditConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8281386Z [00:03:46.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveStreamBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8354398Z [00:03:46.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAppSnapshotConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8427907Z [00:03:46.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddRtsLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8501638Z [00:03:46.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUserBillPrediction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8572815Z [00:03:46.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddTrancodeSEI.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8643965Z [00:03:46.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveRealTimeLogLogstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8715079Z [00:03:46.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8785356Z [00:03:46.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EffectCasterVideoResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8854954Z [00:03:46.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeStreamLocationBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8925304Z [00:03:46.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeToutiaoLivePlay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.8994664Z [00:03:46.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetAllCustomTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9064733Z [00:03:46.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageAppDisable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9135313Z [00:03:46.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamPreloadTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9206058Z [00:03:46.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamWatermarkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9276522Z [00:03:47.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveRealtimeLogDeliveryDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9348027Z [00:03:47.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKPlayTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9419619Z [00:03:47.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRealTimeHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9489602Z [00:03:47.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteMixStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9559571Z [00:03:47.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9629403Z [00:03:47.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterProgram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9699863Z [00:03:47.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveCenterTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9770517Z [00:03:47.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainStreamTranscodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9840783Z [00:03:47.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DynamicUpdateWaterMarkStreamRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9912761Z [00:03:47.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RemoveShowFromShowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:39.9983492Z [00:03:47.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateCustomTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0054224Z [00:03:47.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKVvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0123385Z [00:03:47.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDomainMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0193323Z [00:03:47.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterEpisodeGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0262108Z [00:03:47.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveLazyPullStreamConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0331776Z [00:03:47.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CancelMuteAllGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0402287Z [00:03:47.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RollbackLiveStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0473266Z [00:03:47.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StopRtcAsrTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0544830Z [00:03:47.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0616515Z [00:03:47.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RealTimeRecordCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0689858Z [00:03:47.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterVideoResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0761914Z [00:03:47.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RecoverLiveMessageDeletedGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0833643Z [00:03:47.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAudioAuditNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0902951Z [00:03:47.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainMultiStreamOptimalMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.0971726Z [00:03:47.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainBpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1042847Z [00:03:47.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterSceneAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1113044Z [00:03:47.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveSnapshotDetectPornConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1182980Z [00:03:47.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveRecordNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1253198Z [00:03:47.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/GetCustomTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1324620Z [00:03:47.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/BanLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1395311Z [00:03:47.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EnableLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1466735Z [00:03:47.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveStreamBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1535639Z [00:03:47.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1606119Z [00:03:47.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCustomLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1675915Z [00:03:47.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ChangeLiveDomainResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1745478Z [00:03:47.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1814190Z [00:03:47.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLivePrivateLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1883428Z [00:03:47.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamRecordIndexFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.1955815Z [00:03:47.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCustomTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2024298Z [00:03:47.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterChannels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2094076Z [00:03:47.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2168054Z [00:03:47.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveDomainPlayMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2238941Z [00:03:47.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartPlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2308879Z [00:03:47.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/BatchGetOnlineUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2378447Z [00:03:47.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveSnapshotNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2449016Z [00:03:47.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUserStreamMetricData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2518176Z [00:03:47.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeToutiaoLivePublish.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2588244Z [00:03:47.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2656600Z [00:03:47.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2725054Z [00:03:47.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterProgram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2795110Z [00:03:47.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveStreamPreloadTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2864226Z [00:03:47.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamBitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.2932864Z [00:03:47.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveTopDomainsByFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3002704Z [00:03:47.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteStudioLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3071747Z [00:03:47.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePullStreamConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3141768Z [00:03:47.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3212168Z [00:03:47.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainPvUvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3281328Z [00:03:47.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListLiveMessageGroupMessages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3349408Z [00:03:47.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterScenes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3417827Z [00:03:47.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyCasterComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3487578Z [00:03:47.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageGroupBand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3557494Z [00:03:47.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveRecordNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3628078Z [00:03:47.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveInteractionMetricData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3699061Z [00:03:47.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLivePrivateLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3768206Z [00:03:47.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3836375Z [00:03:47.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetLiveDomainMultiStreamConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3906613Z [00:03:47.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RestartCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.3975110Z [00:03:47.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainRealTimeTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4044336Z [00:03:47.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRealtimeLogAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4115353Z [00:03:47.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4184316Z [00:03:47.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RestartLivePullToPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4253023Z [00:03:47.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4322033Z [00:03:47.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamsNotifyUrlConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4391568Z [00:03:47.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateCasterSceneAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4460454Z [00:03:47.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveStreamWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4529184Z [00:03:47.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePullToPushList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4598132Z [00:03:47.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainPushTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4667766Z [00:03:47.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeUpPeakPublishStreamData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4738069Z [00:03:47.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveLazyPullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4808511Z [00:03:47.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePushProxyUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4878736Z [00:03:47.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveRecordNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.4948188Z [00:03:47.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDetectNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5017819Z [00:03:47.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/EffectCasterUrgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5085947Z [00:03:47.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5155651Z [00:03:47.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5226517Z [00:03:47.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveSnapshotDetectPornConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5295423Z [00:03:47.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAudioAuditConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5365379Z [00:03:47.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/QueryLiveDomainMultiStreamList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5433597Z [00:03:47.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateCasterResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5504044Z [00:03:47.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5572010Z [00:03:47.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5640372Z [00:03:47.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartLiveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5710035Z [00:03:47.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainOnlineUserNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5778482Z [00:03:47.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveSnapshotDetectPornConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5848551Z [00:03:47.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveMPUTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5918088Z [00:03:47.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeCasterComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.5987295Z [00:03:47.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyStudioLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6056320Z [00:03:47.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6126333Z [00:03:47.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessageGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6201360Z [00:03:47.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveSnapshotDetectPornConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6274187Z [00:03:47.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6347587Z [00:03:47.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveAISubtitle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6419686Z [00:03:47.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveRecordVodConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6490990Z [00:03:47.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetCasterSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6563122Z [00:03:47.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLivePullToPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6634731Z [00:03:47.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/KickLiveMessageGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6704122Z [00:03:47.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetCasterChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6774827Z [00:03:47.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveSpecificStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6844102Z [00:03:47.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6914667Z [00:03:47.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.6983757Z [00:03:47.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamAuthChecking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7054953Z [00:03:47.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveAppRecordConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7123440Z [00:03:47.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/SetCasterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7191633Z [00:03:47.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7259619Z [00:03:47.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/MuteGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7328217Z [00:03:47.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteSnapshotCallbackAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7399447Z [00:03:47.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateRtcCloudRecording.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7471733Z [00:03:47.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRtcCloudRecordingFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7546213Z [00:03:47.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7616676Z [00:03:47.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CheckLiveMessageUsersOnline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7687808Z [00:03:47.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7758675Z [00:03:47.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/PublishLiveStagingConfigToProduction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7830125Z [00:03:47.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveDomainPlayMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7901989Z [00:03:47.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddCasterLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.7972918Z [00:03:47.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8043797Z [00:03:47.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/InitializeAutoShowListTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8114327Z [00:03:47.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLiveAppRecordConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8184844Z [00:03:47.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ModifyLiveMessageAppAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8256188Z [00:03:47.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveUpVideoAudioInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8326356Z [00:03:47.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/StartRtcCloudRecording.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8397450Z [00:03:47.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/RemoveTerminals.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8468660Z [00:03:47.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamRecordContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8538072Z [00:03:47.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8609019Z [00:03:47.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeChannelUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8678191Z [00:03:47.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListMessageGroupUserById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8749349Z [00:03:47.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamPushMetricDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8819441Z [00:03:47.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteLiveMessageGroupMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8890497Z [00:03:47.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDetectNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.8961368Z [00:03:47.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAIStudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9031902Z [00:03:47.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveGrtnDuration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9104402Z [00:03:47.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateCustomLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9174043Z [00:03:47.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DeleteCasterLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9246357Z [00:03:48.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveAudioAuditConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9314134Z [00:03:48.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveStreamWatermarks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9384185Z [00:03:48.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeUpBpsPeakOfLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9453099Z [00:03:48.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRTSNativeSDKFirstFrameCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9523654Z [00:03:48.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainMonitoringUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9594332Z [00:03:48.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveDomainByCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9665624Z [00:03:48.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveDomainMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9736118Z [00:03:48.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeRtcMPUEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9807287Z [00:03:48.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeAutoShowListTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9878999Z [00:03:48.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CheckLiveMessageUsersInGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:40.9950935Z [00:03:48.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/OpenLiveShift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0021208Z [00:03:48.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/UpdateLivePullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0091362Z [00:03:48.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/ListRtcMPUEventSubRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0163138Z [00:03:48.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveDetectNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0234308Z [00:03:48.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateLiveAIStudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0305672Z [00:03:48.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/DescribeLiveMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0377505Z [00:03:48.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/AddLiveRecordVodConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0446613Z [00:03:48.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/live/CreateCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0518142Z [00:03:48.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeDynamicSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0587842Z [00:03:48.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ModifyWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0658663Z [00:03:48.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListActionRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0729826Z [00:03:48.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallAckOperator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0801404Z [00:03:48.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ValidateShrinkNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0874130Z [00:03:48.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePublicNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.0944885Z [00:03:48.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1015715Z [00:03:48.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeDiagnosisSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1085933Z [00:03:48.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InterruptElasticsearchTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1156195Z [00:03:48.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreatePipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1229362Z [00:03:48.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeDeprecatedTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1302555Z [00:03:48.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDictInformation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1374288Z [00:03:48.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListPipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1445630Z [00:03:48.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDiagnosisItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1518635Z [00:03:48.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListKibanaPvlNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1588776Z [00:03:48.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateExtendConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1658819Z [00:03:48.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListConnectedClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1729507Z [00:03:48.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1798075Z [00:03:48.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeIndexTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1869226Z [00:03:48.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDiagnoseReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.1941660Z [00:03:48.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListCollectors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2010929Z [00:03:48.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RolloverDataStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2083025Z [00:03:48.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateComponentIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2157808Z [00:03:48.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateDiagnosisSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2232110Z [00:03:48.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RemoveApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2305968Z [00:03:48.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateDynamicSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2378662Z [00:03:48.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListSnapshotReposByInstanceId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2451369Z [00:03:48.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetTransferableNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2524091Z [00:03:48.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAckNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2595782Z [00:03:48.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ReinstallCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2668731Z [00:03:48.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteDeprecatedTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2741417Z [00:03:48.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListInstanceHistoryEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2813074Z [00:03:48.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateDataStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2884552Z [00:03:48.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.2956806Z [00:03:48.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteComponentIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3029815Z [00:03:48.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ValidateConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3102181Z [00:03:48.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateKibanaSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3175555Z [00:03:48.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ResumeElasticsearchTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3243510Z [00:03:48.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3312263Z [00:03:48.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePublicWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3384271Z [00:03:48.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDiagnoseReportIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3455152Z [00:03:48.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/OpenHttps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3525870Z [00:03:48.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3595976Z [00:03:48.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListComponentIndices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3668081Z [00:03:48.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePrivateNetworkWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3739557Z [00:03:48.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/TriggerNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3811586Z [00:03:48.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeAckOperator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3882263Z [00:03:48.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateHotIkDicts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.3955879Z [00:03:48.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4027503Z [00:03:48.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4098777Z [00:03:48.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePipelineManagementConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4169026Z [00:03:48.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateILMPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4238899Z [00:03:48.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeDiagnoseReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4308577Z [00:03:48.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RunPipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4378620Z [00:03:48.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateIndexTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4451634Z [00:03:48.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/EnableKibanaPvlNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4525518Z [00:03:48.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InitializeOperationRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4596585Z [00:03:48.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4669754Z [00:03:48.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4740772Z [00:03:48.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteILMPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4811116Z [00:03:48.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateAliwsDict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4881484Z [00:03:48.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.4952735Z [00:03:48.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RestartCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5024311Z [00:03:48.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpgradeEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5096867Z [00:03:48.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeConnectableClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5176196Z [00:03:48.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5249495Z [00:03:48.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StopPipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5322029Z [00:03:48.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAllNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5394136Z [00:03:48.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UninstallPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5464446Z [00:03:48.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DisableKibanaPvlNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5534723Z [00:03:48.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5606828Z [00:03:48.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetOpenStoreUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5678769Z [00:03:48.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallSystemPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5750360Z [00:03:48.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/createInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5822849Z [00:03:48.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CloseManagedIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5895960Z [00:03:48.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetEmonGrafanaAlerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.5967092Z [00:03:48.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ShrinkNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6038602Z [00:03:48.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDicts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6111785Z [00:03:48.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateLogstashChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6183626Z [00:03:48.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeletePipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6258889Z [00:03:48.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteSnapshotRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6330441Z [00:03:48.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6401287Z [00:03:48.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6474103Z [00:03:48.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6545311Z [00:03:48.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeKibanaSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6616128Z [00:03:48.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallKibanaSystemPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6687704Z [00:03:48.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6758165Z [00:03:48.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/PostEmonTryAlarmRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6828204Z [00:03:48.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListSearchLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6899089Z [00:03:48.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StopCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.6970237Z [00:03:48.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.7042692Z [00:03:48.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateExtendfiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.7114734Z [00:03:48.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.7185678Z [00:03:48.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CapacityPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.7257541Z [00:03:48.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateAdvancedSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.7327681Z [00:03:48.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListPipelineIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.7399589Z [00:03:48.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ValidateTransferableNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.7475276Z [00:03:48.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateAdminPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.7555518Z [00:03:48.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateILMPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.7638112Z [00:03:48.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateKibanaPvlNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.7716867Z [00:03:48.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.7791589Z [00:03:48.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CloseDiagnosis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.7863774Z [00:03:48.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListILMPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.7936519Z [00:03:48.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ResumeLogstashTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8008119Z [00:03:48.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateSnapshotSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8080620Z [00:03:48.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateComponentIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8150549Z [00:03:48.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListVpcEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8221967Z [00:03:48.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/EstimatedLogstashRestartTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8293813Z [00:03:48.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ModifyDeployMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8364325Z [00:03:48.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/AddSnapshotRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8437509Z [00:03:48.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8509615Z [00:03:48.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateReadWritePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8580906Z [00:03:48.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListShardRecoveries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8653467Z [00:03:48.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateDict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8724451Z [00:03:48.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeSnapshotSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8796185Z [00:03:48.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeactivateZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8867128Z [00:03:48.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/MigrateToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.8938703Z [00:03:48.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9009551Z [00:03:48.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDiagnoseIndices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9079469Z [00:03:48.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeElasticsearchHealth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9152103Z [00:03:48.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateKibanaWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9225705Z [00:03:48.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9296543Z [00:03:49.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateBlackIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9366660Z [00:03:49.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteDataTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9438538Z [00:03:49.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9508429Z [00:03:49.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StopApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9579633Z [00:03:49.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeILMPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9649480Z [00:03:49.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDataStreams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9719692Z [00:03:49.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetClusterDataInformation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9791940Z [00:03:49.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListIndexTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9861879Z [00:03:49.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:41.9932678Z [00:03:49.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0003907Z [00:03:49.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/EstimatedRestartTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0073784Z [00:03:49.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CancelTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0144216Z [00:03:49.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UninstallKibanaPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0216493Z [00:03:49.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateXpackMonitorConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0286817Z [00:03:49.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0360340Z [00:03:49.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetSuggestShrinkableNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0433191Z [00:03:49.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InterruptLogstashTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0503322Z [00:03:49.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RestartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0573608Z [00:03:49.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ActivateZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0641814Z [00:03:49.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetEmonGrafanaDashboards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0713982Z [00:03:49.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CreateIndexTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0784688Z [00:03:49.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CancelDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0854213Z [00:03:49.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateSynonymsDicts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0923109Z [00:03:49.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateCollectorName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.0992335Z [00:03:49.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1062166Z [00:03:49.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RecommendTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1132062Z [00:03:49.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDefaultCollectorConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1203506Z [00:03:49.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateLogstashDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1273467Z [00:03:49.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StartApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1345413Z [00:03:49.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1418432Z [00:03:49.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListEcsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1488074Z [00:03:49.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListLogstashPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1557477Z [00:03:49.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ValidateSlrPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1627750Z [00:03:49.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ModifyElastictask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1698277Z [00:03:49.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListKibanaPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1769005Z [00:03:49.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetRegionConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1838452Z [00:03:49.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListInstanceIndices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1908789Z [00:03:49.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAvailableEsInstanceIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.1978448Z [00:03:49.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetEmonMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2047569Z [00:03:49.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DiagnoseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2118438Z [00:03:49.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CancelLogstashDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2188095Z [00:03:49.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/CloseHttps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2258932Z [00:03:49.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallLogstashSystemPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2329894Z [00:03:49.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeXpackMonitorConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2401467Z [00:03:49.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListLogstashLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2471727Z [00:03:49.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/InstallUserPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2541745Z [00:03:49.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2612047Z [00:03:49.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDeprecatedTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2682602Z [00:03:49.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAlternativeSnapshotRepos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2752189Z [00:03:49.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RestartLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2822617Z [00:03:49.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/RenewLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2892539Z [00:03:49.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdatePipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.2963012Z [00:03:49.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/GetElastictask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3034414Z [00:03:49.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListAckClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3105499Z [00:03:49.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateLogstashSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3176416Z [00:03:49.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribePipelineManagementConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3245465Z [00:03:49.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListDataTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3314570Z [00:03:49.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3386284Z [00:03:49.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeComponentIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3456181Z [00:03:49.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteConnectedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3525492Z [00:03:49.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3594577Z [00:03:49.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3665685Z [00:03:49.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ModifyInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3735591Z [00:03:49.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/StartCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3803362Z [00:03:49.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteIndexTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3872253Z [00:03:49.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DeleteDataStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.3946263Z [00:03:49.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/DescribeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4016400Z [00:03:49.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/OpenDiagnosis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4084657Z [00:03:49.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UninstallLogstashPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4153673Z [00:03:49.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateInstanceSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4220795Z [00:03:49.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/ListExtendfiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4289548Z [00:03:49.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/TransferNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4356915Z [00:03:49.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/UpdateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4426215Z [00:03:49.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/elasticsearch/AddConnectableCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4496327Z [00:03:49.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ossadmin/OpenOssService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4567345Z [00:03:49.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/StartExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4637392Z [00:03:49.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ListFlows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4708035Z [00:03:49.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ReportTaskSucceeded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4778733Z [00:03:49.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ListExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4847921Z [00:03:49.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DescribeFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4919026Z [00:03:49.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/UpdateFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.4989169Z [00:03:49.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ListSchedules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5060278Z [00:03:49.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/StartSyncExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5131172Z [00:03:49.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DescribeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5200510Z [00:03:49.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DescribeExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5269478Z [00:03:49.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5340600Z [00:03:49.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/StopExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5408992Z [00:03:49.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/GetExecutionHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5476421Z [00:03:49.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/UpdateSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5547964Z [00:03:49.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DeleteSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5619514Z [00:03:49.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/ReportTaskFailed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5690403Z [00:03:49.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/CreateFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5760590Z [00:03:49.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/DeleteFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5830738Z [00:03:49.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/fnf/CreateSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5901867Z [00:03:49.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateRumApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.5971580Z [00:03:49.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6039835Z [00:03:49.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEventBridgeIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6110353Z [00:03:49.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumDataForPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6179946Z [00:03:49.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListSilencePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6248890Z [00:03:49.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ImportAppAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6319822Z [00:03:49.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListNotificationPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6389106Z [00:03:49.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/BlockAlarmNotification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6458055Z [00:03:49.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6529001Z [00:03:49.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateEventBridgeIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6599477Z [00:03:49.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeContacts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6670740Z [00:03:49.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddPrometheusInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6741882Z [00:03:49.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListDashboardsByName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6816730Z [00:03:49.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/RestartEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6889690Z [00:03:49.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.6959567Z [00:03:49.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAppList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7030573Z [00:03:49.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumOcuStatisticData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7100461Z [00:03:49.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvServiceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7168707Z [00:03:49.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SyncRecordingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7239881Z [00:03:49.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DelAuthToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7310418Z [00:03:49.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeTraceLicenseKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7379180Z [00:03:49.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7449565Z [00:03:49.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7520981Z [00:03:49.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateRumUploadFileUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7590742Z [00:03:49.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7659276Z [00:03:49.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7728875Z [00:03:49.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateRetcodeApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7797187Z [00:03:49.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/StopAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7865536Z [00:03:49.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.7938883Z [00:03:49.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAppApiByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8007737Z [00:03:49.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8077212Z [00:03:49.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8155213Z [00:03:49.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8225500Z [00:03:49.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8295130Z [00:03:49.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8365736Z [00:03:49.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ChangeAlarmSeverity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8436098Z [00:03:49.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateRumApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8506299Z [00:03:49.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvCustomJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8575664Z [00:03:49.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/OpenXtraceDefaultSLR.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8645274Z [00:03:49.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAppJVMConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8714247Z [00:03:49.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeContactGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8783914Z [00:03:49.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListSyntheticDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8854757Z [00:03:49.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.8927174Z [00:03:49.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryAppMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9000775Z [00:03:49.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddAliClusterIdsToPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9070426Z [00:03:49.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9140821Z [00:03:49.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetCloudClusterAllUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9211346Z [00:03:49.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddPrometheusGlobalViewByAliClusterIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9280324Z [00:03:50.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreatePrometheusAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9353232Z [00:03:50.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeAddonRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9427099Z [00:03:50.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9501721Z [00:03:50.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvPodMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9570969Z [00:03:50.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9639951Z [00:03:50.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeletePrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9710077Z [00:03:50.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9781548Z [00:03:50.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvDropMetricsRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9851723Z [00:03:50.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/StartTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9922308Z [00:03:50.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:42.9992926Z [00:03:50.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetIntegrationState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0061082Z [00:03:50.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0129788Z [00:03:50.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentDashboards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0199293Z [00:03:50.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ClaimAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0270002Z [00:03:50.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreatePrometheusInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0340002Z [00:03:50.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListInsightsEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0410206Z [00:03:50.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0479798Z [00:03:50.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateSilencePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0550314Z [00:03:50.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InstallManagedPrometheus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0619620Z [00:03:50.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CheckCommercialStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0690764Z [00:03:50.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAddonRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0761031Z [00:03:50.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRetcodeShareUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0831615Z [00:03:50.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateNotificationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0901279Z [00:03:50.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryPromInstallStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.0969369Z [00:03:50.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusMonitoringStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1036984Z [00:03:50.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRetcodeLogstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1104872Z [00:03:50.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListActivatedAlerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1172038Z [00:03:50.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1241421Z [00:03:50.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetCommercialStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1312884Z [00:03:50.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1385963Z [00:03:50.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ConfigApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1456053Z [00:03:50.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateEnvCustomJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1528705Z [00:03:50.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentKubeResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1598665Z [00:03:50.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeIMRobots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1669584Z [00:03:50.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusApiToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1738799Z [00:03:50.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1808623Z [00:03:50.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEventBridgeIntegrations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1879852Z [00:03:50.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteCmsExporter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.1950089Z [00:03:50.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2019043Z [00:03:50.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryAppTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2088354Z [00:03:50.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEscalationPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2156939Z [00:03:50.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CloseAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2226678Z [00:03:50.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2296916Z [00:03:50.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2366154Z [00:03:50.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSyntheticTaskDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2436185Z [00:03:50.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2505780Z [00:03:50.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSyntheticMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2575686Z [00:03:50.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumUploadFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2646155Z [00:03:50.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2716223Z [00:03:50.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateIMRobot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2786085Z [00:03:50.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRetcodeDataByQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2855912Z [00:03:50.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2925658Z [00:03:50.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SwitchSyntheticTaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.2995078Z [00:03:50.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAuthToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3063207Z [00:03:50.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteRumApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3131510Z [00:03:50.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvPodMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3200375Z [00:03:50.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteGrafanaResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3270808Z [00:03:50.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3340627Z [00:03:50.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentMetricTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3408713Z [00:03:50.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListOnCallSchedules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3478879Z [00:03:50.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateWebhookContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3550962Z [00:03:50.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSyntheticTaskMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3620432Z [00:03:50.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvCustomJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3690025Z [00:03:50.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetTraceAppConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3760650Z [00:03:50.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3834466Z [00:03:50.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetExploreUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3907821Z [00:03:50.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/OpenVCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.3979790Z [00:03:50.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InitEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4050710Z [00:03:50.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4120142Z [00:03:50.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4189507Z [00:03:50.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4260093Z [00:03:50.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeletePrometheusAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4336424Z [00:03:50.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListTimingSyntheticTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4411624Z [00:03:50.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddTagToFlinkCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4485296Z [00:03:50.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/Upload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4557519Z [00:03:50.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4633755Z [00:03:50.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/OpenArmsDefaultSLR.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4706027Z [00:03:50.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListAddonReleases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4777928Z [00:03:50.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateMetricDrop.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4848524Z [00:03:50.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteIMRobot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4919696Z [00:03:50.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.4991645Z [00:03:50.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteNotificationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5064146Z [00:03:50.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvServiceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5135251Z [00:03:50.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusInstanceByTagAndResourceGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5208517Z [00:03:50.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SetRetcodeShareStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5278297Z [00:03:50.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5349384Z [00:03:50.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UninstallManagedPrometheus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5422146Z [00:03:50.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5492853Z [00:03:50.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvCustomJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5561178Z [00:03:50.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusAlertTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5631180Z [00:03:50.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5705136Z [00:03:50.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAgentDownloadUrlV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5779753Z [00:03:50.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateGrafanaWorkspaceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5851358Z [00:03:50.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetManagedPrometheusStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5922043Z [00:03:50.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListClusterFromGrafana.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.5996678Z [00:03:50.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryCommercialUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.6068046Z [00:03:50.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteSilencePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.6138270Z [00:03:50.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SaveTraceAppConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.6209067Z [00:03:50.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreatePrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.6282737Z [00:03:50.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.6352746Z [00:03:50.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CheckServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.6430018Z [00:03:50.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DoInsightsAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.6496329Z [00:03:50.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryMetricByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.6570232Z [00:03:50.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateOrUpdateContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.6640513Z [00:03:50.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchTraceAppByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.6711657Z [00:03:50.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchAlertHistories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.6784183Z [00:03:50.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSourceMapInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.6857918Z [00:03:50.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.6931255Z [00:03:50.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/QueryReleaseMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7003843Z [00:03:50.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRetcodeAppByPid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7074894Z [00:03:50.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7146611Z [00:03:50.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7217027Z [00:03:50.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeEnvPodMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7287261Z [00:03:50.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7356447Z [00:03:50.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7425478Z [00:03:50.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvCustomJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7494469Z [00:03:50.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7562860Z [00:03:50.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeAddonMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7631081Z [00:03:50.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchTraces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7701946Z [00:03:50.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InstallEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7770216Z [00:03:50.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetPrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7838229Z [00:03:50.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AppendInstancesToPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7911222Z [00:03:50.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribeWebhookContacts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.7981812Z [00:03:50.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateRumFileStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8052720Z [00:03:50.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvServiceMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8123369Z [00:03:50.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListAlerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8192095Z [00:03:50.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8261858Z [00:03:50.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteRumUploadFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8330925Z [00:03:50.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteIntegrations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8401457Z [00:03:50.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeletePrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8473774Z [00:03:50.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListTraceApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8543276Z [00:03:50.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentFeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8611732Z [00:03:50.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InstallAddon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8682111Z [00:03:50.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateEnvDropMetricsRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8750336Z [00:03:50.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddPrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8818730Z [00:03:50.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpgradeEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8887869Z [00:03:50.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.8957966Z [00:03:50.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironmentAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9030209Z [00:03:50.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ApplyScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9103145Z [00:03:50.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetTraceApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9171884Z [00:03:50.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvPodMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9239627Z [00:03:51.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpgradeAddonRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9308407Z [00:03:51.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9378459Z [00:03:51.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DescribePrometheusAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9446836Z [00:03:51.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9516555Z [00:03:51.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRecordingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9586903Z [00:03:51.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetSyntheticTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9655467Z [00:03:51.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SendTTSVerifyLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9726326Z [00:03:51.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdatePrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9798471Z [00:03:51.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9867379Z [00:03:51.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListAlertEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:43.9936144Z [00:03:51.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetMultipleTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0005559Z [00:03:51.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddRecordingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0075635Z [00:03:51.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/OpenArmsServiceSecondVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0144846Z [00:03:51.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListRetcodeApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0215790Z [00:03:51.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/StopTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0285509Z [00:03:51.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeletePrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0354151Z [00:03:51.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListCmsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0423851Z [00:03:51.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateEnvPodMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0492313Z [00:03:51.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchTracesByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0573045Z [00:03:51.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetClusterAllUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0638287Z [00:03:51.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteRetcodeApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0709883Z [00:03:51.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/BindPrometheusGrafanaInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0779097Z [00:03:51.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0849516Z [00:03:51.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListEnvironments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0918757Z [00:03:51.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumExceptionStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.0987437Z [00:03:51.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1057707Z [00:03:51.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1127350Z [00:03:51.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteWebhookContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1197491Z [00:03:51.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchRetcodeAppByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1269234Z [00:03:51.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1343897Z [00:03:51.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteSourceMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1416329Z [00:03:51.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/InstallCmsExporter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1489179Z [00:03:51.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1562150Z [00:03:51.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/EnableMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1633212Z [00:03:51.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/RemoveSourcesFromPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1701906Z [00:03:51.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1772024Z [00:03:51.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddGrafana.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1842594Z [00:03:51.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1912820Z [00:03:51.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UninstallPromCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.1981204Z [00:03:51.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/UpdateAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.2050659Z [00:03:51.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.2121046Z [00:03:51.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetRumAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.2192349Z [00:03:51.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.2264532Z [00:03:51.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvServiceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.2351261Z [00:03:51.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.2428935Z [00:03:51.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListDashboards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.2506426Z [00:03:51.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.2581822Z [00:03:51.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateEnvServiceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.2656879Z [00:03:51.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.2729710Z [00:03:51.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.2803675Z [00:03:51.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/ListPrometheusAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.2877760Z [00:03:51.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetAgentDownloadUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.2950560Z [00:03:51.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteTraceApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3021451Z [00:03:51.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchTraceAppByName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3093298Z [00:03:51.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/SearchAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3164408Z [00:03:51.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/GetOnCallSchedulesDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3234436Z [00:03:51.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/DeleteTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3304183Z [00:03:51.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/StartAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3375405Z [00:03:51.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/CreateGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3444987Z [00:03:51.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/arms/AddPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3516478Z [00:03:51.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ModifyMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3587744Z [00:03:51.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SingleSendMail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3660753Z [00:03:51.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryTagByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3732073Z [00:03:51.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3802769Z [00:03:51.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryReceiverDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3873325Z [00:03:51.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/AddIpfilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.3943507Z [00:03:51.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/BatchSendMail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4012986Z [00:03:51.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateUserSuppression.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4083682Z [00:03:51.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ModifyTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4152114Z [00:03:51.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteReceiver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4221266Z [00:03:51.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteReceiverDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4290453Z [00:03:51.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4359807Z [00:03:51.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SenderStatisticsByTagNameAndBatchID.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4432710Z [00:03:51.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryInvalidAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4502678Z [00:03:51.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryMailAddressByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4571852Z [00:03:51.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpChangeWarmupType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4641408Z [00:03:51.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateReceiver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4713760Z [00:03:51.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SenderStatisticsDetailByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4787060Z [00:03:51.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4858287Z [00:03:51.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteInvalidAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.4930199Z [00:03:51.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryReceiverByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5001573Z [00:03:51.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ApproveReplyMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5071178Z [00:03:51.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5142052Z [00:03:51.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpPoolList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5212023Z [00:03:51.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5282650Z [00:03:51.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetTrackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5353524Z [00:03:51.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DescDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5425836Z [00:03:51.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5496627Z [00:03:51.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5571645Z [00:03:51.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ListBlockSending.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5644406Z [00:03:51.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SaveReceiverDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5715645Z [00:03:51.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CreateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5786055Z [00:03:51.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpPoolCreate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5857533Z [00:03:51.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ListUserSuppression.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.5929749Z [00:03:51.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryDomainByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6000847Z [00:03:51.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteIpfilterByEdmId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6072365Z [00:03:51.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/ModifyPWByDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6142575Z [00:03:51.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DeleteMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6210851Z [00:03:51.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpPoolUpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6280401Z [00:03:51.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CheckDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6349808Z [00:03:51.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/UnblockSending.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6419612Z [00:03:51.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/SendTestByTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6488869Z [00:03:51.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/RemoveUserSuppression.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6557261Z [00:03:51.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpPoolDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6627843Z [00:03:51.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DescAccountSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6697301Z [00:03:51.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/UpdateIpProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6766404Z [00:03:51.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetIpfilterList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6836618Z [00:03:51.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetIpProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6905426Z [00:03:51.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpNonePoolList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.6976437Z [00:03:51.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/GetTrackListByMailFromAndTagName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7046461Z [00:03:51.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/DedicatedIpAutoRenewal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7114605Z [00:03:51.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/CheckReplyToMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7183423Z [00:03:51.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dm/QueryTaskByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7252728Z [00:03:51.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/UpgradeTwoWay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7320510Z [00:03:51.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ShieldPrecheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7389392Z [00:03:51.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StopDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7458548Z [00:03:51.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateDedicatedClusterMonitorRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7527571Z [00:03:51.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7597292Z [00:03:51.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7665465Z [00:03:51.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteSubscriptionInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7735005Z [00:03:51.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureMigrationJobAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7804437Z [00:03:51.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSubscriptionInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7874902Z [00:03:51.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.7944418Z [00:03:51.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8017753Z [00:03:51.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMigrationJobAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8088320Z [00:03:51.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8159012Z [00:03:51.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribePreCheckCreateGadOrderResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8230884Z [00:03:51.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribePreCheckStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8301896Z [00:03:51.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeClusterUsedUtilization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8374351Z [00:03:51.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StopDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8444771Z [00:03:51.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeEtlJobLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8516137Z [00:03:51.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/PreCheckCreateGadOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8587734Z [00:03:51.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationObjectModifyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8660524Z [00:03:51.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeInitializationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8730887Z [00:03:51.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8801151Z [00:03:51.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobReplicatorCompare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8871292Z [00:03:51.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeCheckJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.8940502Z [00:03:51.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9009246Z [00:03:51.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateDocParserJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9078052Z [00:03:51.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SuspendDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9148422Z [00:03:51.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9219010Z [00:03:51.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeConsumerChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9293062Z [00:03:52.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDedicatedClusterMonitorRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9365394Z [00:03:52.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9436826Z [00:03:52.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDTSIP.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9508936Z [00:03:52.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDocParserJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9578977Z [00:03:52.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SwitchPhysicalDtsJobToCloud.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9649057Z [00:03:52.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9718804Z [00:03:52.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9788113Z [00:03:52.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeFullProcessList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9856554Z [00:03:52.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartSubscriptionInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9926186Z [00:03:52.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateDtsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:44.9995195Z [00:03:52.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSubscriptionInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0064825Z [00:03:52.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMetricList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0133702Z [00:03:52.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0203297Z [00:03:52.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateSubscriptionInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0273831Z [00:03:52.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSynchronizationJobReplicatorCompare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0343255Z [00:03:52.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SuspendSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0415383Z [00:03:52.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobStatusList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0485329Z [00:03:52.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyConsumerGroupPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0561868Z [00:03:52.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ListDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0634624Z [00:03:52.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyConsumptionTimestamp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0703338Z [00:03:52.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0771471Z [00:03:52.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0853705Z [00:03:52.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0923228Z [00:03:52.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.0992089Z [00:03:52.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ResetDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1061656Z [00:03:52.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeJobMonitorRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1130371Z [00:03:52.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1215700Z [00:03:52.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeConnectionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1283931Z [00:03:52.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifySubscription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1356065Z [00:03:52.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDataCheckReportUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1427921Z [00:03:52.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SkipFullJobTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1498823Z [00:03:52.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ResetSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1569806Z [00:03:52.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeClusterOperateLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1642349Z [00:03:52.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMigrationJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1711863Z [00:03:52.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDataCheckTableDiffDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1782882Z [00:03:52.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDataCheckTableDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1852090Z [00:03:52.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/TransferPayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1920804Z [00:03:52.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSynchronizationJobAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.1991082Z [00:03:52.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSubscriptionInstanceAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2060290Z [00:03:52.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSubscription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2129296Z [00:03:52.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/InitDtsRdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2198130Z [00:03:52.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2266878Z [00:03:52.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyConsumerChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2334735Z [00:03:52.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifySubscriptionObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2404957Z [00:03:52.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDocParserJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2476558Z [00:03:52.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2547256Z [00:03:52.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifySynchronizationObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2619010Z [00:03:52.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2691321Z [00:03:52.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SuspendMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2760693Z [00:03:52.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SummaryJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2829798Z [00:03:52.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartReverseWriter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2900503Z [00:03:52.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSubscriptionMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.2969977Z [00:03:52.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3039234Z [00:03:52.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/TransferInstanceClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3108656Z [00:03:52.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3181176Z [00:03:52.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3258885Z [00:03:52.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3330824Z [00:03:52.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConfigureSubscriptionInstanceAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3402992Z [00:03:52.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3474386Z [00:03:52.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3547753Z [00:03:52.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteConsumerChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3615995Z [00:03:52.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateConsumerChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3685464Z [00:03:52.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3758506Z [00:03:52.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3830364Z [00:03:52.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DeleteConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3901101Z [00:03:52.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StartMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.3971836Z [00:03:52.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4041962Z [00:03:52.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StopMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4113949Z [00:03:52.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDtsJobDuLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4183807Z [00:03:52.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/WhiteIpList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4252993Z [00:03:52.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSubscriptionInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4331199Z [00:03:52.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4399544Z [00:03:52.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ConvertInstanceResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4468420Z [00:03:52.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyDynamicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4537843Z [00:03:52.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SwitchSynchronizationEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4607455Z [00:03:52.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeEndpointSwitchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4676875Z [00:03:52.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMigrationJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4745645Z [00:03:52.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDtsServiceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4815374Z [00:03:52.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/ModifyGadInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4884956Z [00:03:52.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SuspendDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.4957271Z [00:03:52.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/StopDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5028844Z [00:03:52.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeMigrationJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5099299Z [00:03:52.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDtsJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5167828Z [00:03:52.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeGadInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5236144Z [00:03:52.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/SkipPreCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5303993Z [00:03:52.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DetachGadInstanceDbMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5371584Z [00:03:52.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CountJobByCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5441650Z [00:03:52.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateJobMonitorRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5510281Z [00:03:52.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/CreateReverseDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5578312Z [00:03:52.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5645813Z [00:03:52.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeSynchronizationJobAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5713893Z [00:03:52.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/dts/DescribeDtsEtlJobVersionInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5783317Z [00:03:52.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5853723Z [00:03:52.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/DeleteContactTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5923144Z [00:03:52.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForModifyingDomainDns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.5994748Z [00:03:52.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForSubmittingDomainNameCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6064321Z [00:03:52.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForUpdatingContactByTempateId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6132867Z [00:03:52.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryBatchTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6202243Z [00:03:52.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6271963Z [00:03:52.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryBatchTaskDetailList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6343496Z [00:03:52.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveTaskForUpdatingContactByTemplateId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6412823Z [00:03:52.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryDomainBySaleId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6481477Z [00:03:52.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryFailReasonList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6550204Z [00:03:52.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6619317Z [00:03:52.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/CheckDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6688861Z [00:03:52.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveContactTemplateCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6756353Z [00:03:52.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/WhoisProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6826441Z [00:03:52.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/SaveContactTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6894908Z [00:03:52.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/domain/QueryContactTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.6965307Z [00:03:52.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/RetryMmsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7035405Z [00:03:52.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListJobSnapshotInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7103567Z [00:03:52.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/StopMmsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7172235Z [00:03:52.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ApplyComputeQuotaPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7242097Z [00:03:52.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7311509Z [00:03:52.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListStorageProjectsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7379148Z [00:03:52.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7447400Z [00:03:52.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/QueryStorageMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7515421Z [00:03:52.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/KillJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7584239Z [00:03:52.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/DeleteMmsDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7653364Z [00:03:52.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListProjectUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7722594Z [00:03:52.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateMmsDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7791072Z [00:03:52.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListJobInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7861488Z [00:03:52.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListStoragePartitionsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.7931330Z [00:03:52.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8001129Z [00:03:52.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdatePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8071159Z [00:03:52.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetQuotaSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8140165Z [00:03:52.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/DeleteMmsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8212731Z [00:03:52.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetTableInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8282952Z [00:03:52.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateQuotaSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8358550Z [00:03:52.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8431259Z [00:03:52.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListStorageTablesInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8503286Z [00:03:52.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetStorageAmountSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8576292Z [00:03:52.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/QueryTunnelMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8647646Z [00:03:52.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8719655Z [00:03:52.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8789146Z [00:03:52.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/QueryTunnelMetricDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8860054Z [00:03:52.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.8930934Z [00:03:52.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9002918Z [00:03:52.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9073104Z [00:03:52.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9143705Z [00:03:52.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetJobResourceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9213720Z [00:03:52.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateQuotaPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9283648Z [00:03:53.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetComputeQuotaSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9353128Z [00:03:53.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetStorageSummaryCompared.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9421010Z [00:03:53.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetComputeEffectivePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9489485Z [00:03:53.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9559977Z [00:03:53.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9630419Z [00:03:53.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/SumStorageMetricsByDate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9699501Z [00:03:53.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetQuotaPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9770250Z [00:03:53.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9839220Z [00:03:53.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetComputeQuotaPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9908702Z [00:03:53.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:45.9978756Z [00:03:53.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListComputeMetricsByInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0046764Z [00:03:53.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateQuotaPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0116093Z [00:03:53.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsAsyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0183146Z [00:03:53.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetRunningJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0251262Z [00:03:53.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsDb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0321191Z [00:03:53.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListQuotasPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0390048Z [00:03:53.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListTunnelQuotaTimer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0458913Z [00:03:53.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateComputeSubQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0528585Z [00:03:53.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetRolePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0598623Z [00:03:53.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/DeleteQuotaPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0670509Z [00:03:53.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0741531Z [00:03:53.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateComputeQuotaPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0811028Z [00:03:53.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsPartitions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0879455Z [00:03:53.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateTunnelQuotaTimer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.0950737Z [00:03:53.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsDataSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1022013Z [00:03:53.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetQuotaUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1092238Z [00:03:53.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetTrustedProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1161464Z [00:03:53.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateMmsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1230493Z [00:03:53.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetRoleAclOnObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1302592Z [00:03:53.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1373313Z [00:03:53.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateComputeQuotaSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1442669Z [00:03:53.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1513112Z [00:03:53.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateProjectDefaultQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1581923Z [00:03:53.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetStorageSizeSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1651322Z [00:03:53.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/StartMmsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1720673Z [00:03:53.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateMmsFetchMetadataJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1789774Z [00:03:53.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetJobInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1859560Z [00:03:53.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListUsersByRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.1931712Z [00:03:53.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsFetchMetadataJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2001893Z [00:03:53.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListFunctions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2070750Z [00:03:53.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListJobMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2139143Z [00:03:53.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2209847Z [00:03:53.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListMmsTaskLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2280011Z [00:03:53.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2350170Z [00:03:53.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateProjectBasicMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2419784Z [00:03:53.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateMmsDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2489503Z [00:03:53.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetMmsPartition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2558478Z [00:03:53.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateProjectIpWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2628345Z [00:03:53.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2697013Z [00:03:53.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/GetRoleAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2767825Z [00:03:53.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreatePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2837302Z [00:03:53.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/QueryQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2908920Z [00:03:53.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/UpdateUsersToRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.2980265Z [00:03:53.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/CreateComputeQuotaPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3050446Z [00:03:53.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/ListComputeQuotaPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3121910Z [00:03:53.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/maxcompute/DeleteComputeQuotaPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3192717Z [00:03:53.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3262856Z [00:03:53.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DisableDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3331826Z [00:03:53.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeDialog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3399464Z [00:03:53.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/TestDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3468454Z [00:03:53.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateCoreWord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3538771Z [00:03:53.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/PublishDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3606627Z [00:03:53.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DisableKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3675096Z [00:03:53.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3745981Z [00:03:53.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetBotSessionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3818093Z [00:03:53.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotHotDsDatas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3887210Z [00:03:53.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotColdDsDatas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.3957265Z [00:03:53.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4029723Z [00:03:53.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteDialog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4100580Z [00:03:53.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeBot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4173600Z [00:03:53.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteBot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4245368Z [00:03:53.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryIntents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4316853Z [00:03:53.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetBotChatData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4391159Z [00:03:53.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateDialog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4464298Z [00:03:53.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryCoreWords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4538454Z [00:03:53.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4608592Z [00:03:53.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4677421Z [00:03:53.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/AddSynonym.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4746529Z [00:03:53.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/Associate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4816525Z [00:03:53.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4885784Z [00:03:53.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateBot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.4955890Z [00:03:53.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5026254Z [00:03:53.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryPerspectives.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5096812Z [00:03:53.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5167588Z [00:03:53.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateIntent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5238537Z [00:03:53.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotColdKnowledges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5308039Z [00:03:53.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteCoreWord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5377101Z [00:03:53.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetBotKnowledgeStatData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5445114Z [00:03:53.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetBotDsStatData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5516185Z [00:03:53.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotChatHistorys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5588200Z [00:03:53.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdatePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5656580Z [00:03:53.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/RemoveEntityMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5724909Z [00:03:53.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateIntent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5794253Z [00:03:53.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5863700Z [00:03:53.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/Chat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.5933862Z [00:03:53.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryCategories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6003933Z [00:03:53.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/PublishKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6072106Z [00:03:53.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6140482Z [00:03:53.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetConversationList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6211247Z [00:03:53.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6282926Z [00:03:53.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotDsDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6351881Z [00:03:53.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListConversationLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6420901Z [00:03:53.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateCoreWord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6491413Z [00:03:53.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryBots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6559950Z [00:03:53.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6628178Z [00:03:53.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6697936Z [00:03:53.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreatePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6766393Z [00:03:53.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6836515Z [00:03:53.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotReceptionDetailDatas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6906080Z [00:03:53.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeletePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.6975525Z [00:03:53.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ActivatePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7043430Z [00:03:53.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeCoreWord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7111091Z [00:03:53.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteIntent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7178322Z [00:03:53.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotKnowledgeDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7246283Z [00:03:53.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/Feedback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7314339Z [00:03:53.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DescribeIntent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7383676Z [00:03:53.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/UpdateCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7454663Z [00:03:53.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/DeleteEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7527605Z [00:03:53.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/ListBotHotKnowledges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7596488Z [00:03:53.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QuerySystemEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7664669Z [00:03:53.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryDialogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7734440Z [00:03:53.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/MoveKnowledgeCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7802969Z [00:03:53.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/RemoveSynonym.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7872574Z [00:03:53.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/QueryKnowledges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.7940543Z [00:03:53.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/CreateDialog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8009097Z [00:03:53.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/GetAsyncResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8077939Z [00:03:53.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/chatbot/AppendEntityMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8147510Z [00:03:53.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListHBaseInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8218158Z [00:03:53.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8287441Z [00:03:53.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/Grant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8358728Z [00:03:53.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8430781Z [00:03:53.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteUserHdfsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8502282Z [00:03:53.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyBackupPlanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8572213Z [00:03:53.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8643302Z [00:03:53.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/OpenBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8711787Z [00:03:53.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupPlanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8779392Z [00:03:53.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/EnableHBaseueBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8849360Z [00:03:53.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeIpWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8918876Z [00:03:53.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeDBInstanceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.8988246Z [00:03:53.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/EvaluateMultiZoneResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9056091Z [00:03:53.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/UpgradeMultiZoneCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9125003Z [00:03:53.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/XpackRelateDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9192897Z [00:03:53.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteHBaseHaDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9260927Z [00:03:54.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9331002Z [00:03:54.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeNodeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9399617Z [00:03:54.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreSchemaDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9468713Z [00:03:54.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifySecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9537802Z [00:03:54.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9606790Z [00:03:54.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyClusterDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9678619Z [00:03:54.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9748253Z [00:03:54.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9816830Z [00:03:54.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeDeletedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9884927Z [00:03:54.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/PurgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:46.9954216Z [00:03:54.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0024713Z [00:03:54.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0092603Z [00:03:54.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0161663Z [00:03:54.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CancelActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0233633Z [00:03:54.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/AddUserHdfsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0303295Z [00:03:54.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyInstanceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0372983Z [00:03:54.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/SwitchService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0443102Z [00:03:54.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0513870Z [00:03:54.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0587372Z [00:03:54.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0663926Z [00:03:54.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeColdStorageSize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0739004Z [00:03:54.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ConvertInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0810759Z [00:03:54.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/EnableHBaseueModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0881899Z [00:03:54.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CheckComponentsVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.0951107Z [00:03:54.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteHBaseSlbServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1020622Z [00:03:54.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1089624Z [00:03:54.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/Revoke.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1161313Z [00:03:54.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/UpgradeMinorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1230791Z [00:03:54.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ReleasePublicNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1300512Z [00:03:54.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1373426Z [00:03:54.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1448377Z [00:03:54.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeServerlessCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1518352Z [00:03:54.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeClusterConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1586716Z [00:03:54.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1655143Z [00:03:54.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/SwitchHbaseHaSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1724433Z [00:03:54.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyMultiZoneClusterNodeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1796267Z [00:03:54.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateHbaseHaSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1865176Z [00:03:54.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/AllocatePublicNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.1940083Z [00:03:54.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteMultiZoneCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2019057Z [00:03:54.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeSubDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2093482Z [00:03:54.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeMultiZoneAvailableRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2163380Z [00:03:54.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteGlobalResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2233464Z [00:03:54.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteServerlessCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2303361Z [00:03:54.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/GetMultimodeCmsUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2373954Z [00:03:54.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeMultiZoneClusterDiskSize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2443205Z [00:03:54.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2512573Z [00:03:54.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeMultiZoneClusterNodeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2581555Z [00:03:54.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateGlobalResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2650837Z [00:03:54.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateServerlessCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2722702Z [00:03:54.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyInstanceServiceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2793562Z [00:03:54.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeMultiZoneCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2866593Z [00:03:54.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.2939898Z [00:03:54.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/QueryHBaseHaDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3010106Z [00:03:54.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/RestartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3082715Z [00:03:54.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3153698Z [00:03:54.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreIncrDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3225963Z [00:03:54.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeColdStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3296634Z [00:03:54.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3368216Z [00:03:54.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3440185Z [00:03:54.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateMultiZoneCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3510901Z [00:03:54.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeMultiZoneAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3583534Z [00:03:54.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeDiskWarningLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3653333Z [00:03:54.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListInstanceServiceConfigHistories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3721849Z [00:03:54.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3791033Z [00:03:54.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeInstanceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3860738Z [00:03:54.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CloseBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.3931777Z [00:03:54.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ListInstanceServiceConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4006701Z [00:03:54.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4078313Z [00:03:54.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateHBaseSlbServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4150375Z [00:03:54.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4222662Z [00:03:54.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyDiskWarningLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4294092Z [00:03:54.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ResizeDiskSize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4363658Z [00:03:54.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyIpWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4434866Z [00:03:54.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreFullDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4503988Z [00:03:54.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4571827Z [00:03:54.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4642370Z [00:03:54.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRecoverableTimeRange.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4710813Z [00:03:54.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4780403Z [00:03:54.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/QueryXpackRelateDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4851493Z [00:03:54.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4923348Z [00:03:54.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeActiveOperationTaskType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.4991283Z [00:03:54.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateRestorePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5061478Z [00:03:54.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DeleteHbaseHaSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5133027Z [00:03:54.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/CreateBackupPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5202256Z [00:03:54.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/ModifyUIAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5271553Z [00:03:54.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/RelateDbForHBaseHa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5339319Z [00:03:54.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hbase/DescribeRestoreTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5409706Z [00:03:54.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySplitItemBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5477533Z [00:03:54.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySavingsPlansInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5546335Z [00:03:54.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetResellerUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5614565Z [00:03:54.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSavingsPlansUsageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5682230Z [00:03:54.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCashCoupons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5751365Z [00:03:54.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryInstanceByTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5819553Z [00:03:54.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryInstanceGaapCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5890238Z [00:03:54.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryInvoicingCustomerList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.5959088Z [00:03:54.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetAllExpirationDay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6029292Z [00:03:54.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCostUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6098305Z [00:03:54.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/AddAccountRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6168428Z [00:03:54.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryRelationList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6239444Z [00:03:54.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateCostUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6310429Z [00:03:54.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCostUnitResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6378526Z [00:03:54.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ReleaseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6447729Z [00:03:54.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ModifyAccountRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6520399Z [00:03:54.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourceUsageTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6590464Z [00:03:54.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/InquiryPriceRefundInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6659722Z [00:03:54.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryResourcePackageInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6728630Z [00:03:54.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAvailableInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6798362Z [00:03:54.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6865941Z [00:03:54.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryPriceEntityList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.6935860Z [00:03:54.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetPayAsYouGoPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7004426Z [00:03:54.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryProductList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7077250Z [00:03:54.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourceCoverageTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7146667Z [00:03:54.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeInstanceBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7216475Z [00:03:54.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateSavingsPlansInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7284906Z [00:03:54.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSavingsPlansUsageTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7355112Z [00:03:54.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetCustomerAccountInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7428237Z [00:03:54.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSavingsPlansCoverageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7498991Z [00:03:54.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryPermissionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7569630Z [00:03:54.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7639523Z [00:03:54.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryResellerUserAlarmThreshold.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7708204Z [00:03:54.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetResellerUserAlarmThreshold.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7778723Z [00:03:54.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SubscribeBillToOSS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7850506Z [00:03:54.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7922106Z [00:03:54.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetResourcePackagePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.7994327Z [00:03:54.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSplitItemBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8064464Z [00:03:54.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateResellerUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8136257Z [00:03:54.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8206121Z [00:03:54.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ModifyCostUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8275396Z [00:03:54.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RenewChangeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8345922Z [00:03:54.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryResellerAvailableQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8416580Z [00:03:54.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeCostBudgetsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8488516Z [00:03:54.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCommodityList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8558700Z [00:03:54.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAccountBalance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8628529Z [00:03:54.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8697867Z [00:03:54.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeSavingsPlansCoverageTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8766897Z [00:03:54.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8835992Z [00:03:54.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RelieveAccountRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8906017Z [00:03:54.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryBillOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.8975412Z [00:03:54.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DeleteCostUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9044564Z [00:03:54.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySavingsPlansDeductLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9113609Z [00:03:54.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ConvertChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9183902Z [00:03:54.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9252778Z [00:03:55.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetRenewal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9321320Z [00:03:55.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryFinancialAccountInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9391963Z [00:03:55.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ConfirmRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9460229Z [00:03:55.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourcePackageProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9528439Z [00:03:55.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryBillToOSSSubscription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9598829Z [00:03:55.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/UnsubscribeBillToOSS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9670573Z [00:03:55.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryUserOmsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9739430Z [00:03:55.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryRedeem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9809895Z [00:03:55.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ApplyInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9878912Z [00:03:55.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:47.9950538Z [00:03:55.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySettleBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0018441Z [00:03:55.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetSubscriptionPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0087942Z [00:03:55.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourceUsageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0156216Z [00:03:55.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0226952Z [00:03:55.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySavingsPlansDiscount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0294776Z [00:03:55.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetCustomerList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0364863Z [00:03:55.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryCustomerAddressList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0433299Z [00:03:55.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/SetResellerUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0502813Z [00:03:55.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/AllocateCostUnitResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0576597Z [00:03:55.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0653891Z [00:03:55.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0728810Z [00:03:55.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RefundInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0802094Z [00:03:55.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAccountTransactions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0878402Z [00:03:55.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribePricingModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.0952166Z [00:03:55.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryDPUtilizationDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1024992Z [00:03:55.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CreateAgAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1097734Z [00:03:55.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryRIUtilizationDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1170125Z [00:03:55.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ChangeResellerConsumeAmount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1241142Z [00:03:55.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAccountTransactionDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1313795Z [00:03:55.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/RenewResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1389828Z [00:03:55.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryPrepaidCards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1463523Z [00:03:55.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/UpgradeResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1536512Z [00:03:55.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryInstanceBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1608647Z [00:03:55.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/ModifyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1681056Z [00:03:55.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/CancelOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1752562Z [00:03:55.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryAccountBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1823178Z [00:03:55.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeResourceCoverageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1894262Z [00:03:55.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QueryEvaluateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.1963854Z [00:03:55.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/GetAccountRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2035044Z [00:03:55.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2105271Z [00:03:55.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/bssopenapi/QuerySkuPriceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2175476Z [00:03:55.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2243932Z [00:03:55.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHybridMonitorNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2313095Z [00:03:55.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2381711Z [00:03:55.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeTagKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2452777Z [00:03:55.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/BatchCreateInstantSiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2523220Z [00:03:55.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeEventRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2593449Z [00:03:55.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2664213Z [00:03:55.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupCategories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2736707Z [00:03:55.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2809089Z [00:03:55.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2878804Z [00:03:55.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateHybridMonitorSLSGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.2950036Z [00:03:55.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/Cursor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3019910Z [00:03:55.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutCustomMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3093443Z [00:03:55.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeCustomMetricList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3166446Z [00:03:55.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeProductResourceTagKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3236083Z [00:03:55.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutMonitorGroupDynamicRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3307005Z [00:03:55.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutGroupMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3379783Z [00:03:55.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeGroupMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3448673Z [00:03:55.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteCustomMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3519936Z [00:03:55.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/SendDryRunSystemEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3588905Z [00:03:55.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3656916Z [00:03:55.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutCustomEventRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3725698Z [00:03:55.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3794201Z [00:03:55.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeContactListByContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3863208Z [00:03:55.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutResourceMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.3933887Z [00:03:55.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4004182Z [00:03:55.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeContactList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4075091Z [00:03:55.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4149142Z [00:03:55.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutCustomMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4218530Z [00:03:55.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutEventRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4288470Z [00:03:55.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutHybridMonitorMetricData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4362348Z [00:03:55.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/BatchExport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4437047Z [00:03:55.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4508609Z [00:03:55.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifySiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4579449Z [00:03:55.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeCustomEventCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4650787Z [00:03:55.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4722133Z [00:03:55.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4793307Z [00:03:55.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupDynamicRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4862300Z [00:03:55.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.4934632Z [00:03:55.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeLogMonitorAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5004293Z [00:03:55.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitorGroupNotifyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5074292Z [00:03:55.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5144228Z [00:03:55.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteDynamicTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5214765Z [00:03:55.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHybridMonitorSLSGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5283880Z [00:03:55.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertLogList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5353897Z [00:03:55.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5426393Z [00:03:55.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutMetricRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5497259Z [00:03:55.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableSiteMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5570049Z [00:03:55.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeExporterOutputList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5639347Z [00:03:55.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5710578Z [00:03:55.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5781750Z [00:03:55.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/AddTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5852816Z [00:03:55.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentProcesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5921929Z [00:03:55.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateGroupMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.5991567Z [00:03:55.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeCustomEventHistogram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6060130Z [00:03:55.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricTop.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6128778Z [00:03:55.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertLogHistogram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6199069Z [00:03:55.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableActiveMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6267803Z [00:03:55.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHybridMonitorNamespaceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6337813Z [00:03:55.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6406410Z [00:03:55.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRuleResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6478843Z [00:03:55.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyMetricRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6549716Z [00:03:55.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6617874Z [00:03:55.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6688476Z [00:03:55.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteExporterOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6758018Z [00:03:55.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6831013Z [00:03:55.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6903294Z [00:03:55.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutEventRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.6973744Z [00:03:55.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMetricRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7043416Z [00:03:55.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/RemoveTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7114164Z [00:03:55.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7183378Z [00:03:55.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7253207Z [00:03:55.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSystemEventMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7321807Z [00:03:55.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorResourceQuotaAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7390344Z [00:03:55.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutExporterOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7461365Z [00:03:55.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7530611Z [00:03:55.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7601681Z [00:03:55.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHybridMonitorSLSGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7674121Z [00:03:55.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeProjectMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7744356Z [00:03:55.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableSiteMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7813437Z [00:03:55.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutMonitoringConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7883326Z [00:03:55.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorGroupNotifyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.7952851Z [00:03:55.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupNotifyPolicyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8020506Z [00:03:55.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyMonitorGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8090009Z [00:03:55.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertingMetricRuleResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8158444Z [00:03:55.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHostInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8226891Z [00:03:55.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/InstallMonitoringAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8295342Z [00:03:55.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSystemEventCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8363438Z [00:03:55.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteHybridMonitorSLSGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8431281Z [00:03:55.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeLogMonitorList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8500415Z [00:03:55.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8570007Z [00:03:55.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeActiveMetricRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8639898Z [00:03:55.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8711174Z [00:03:55.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeContactGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8781525Z [00:03:55.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutResourceMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8852662Z [00:03:55.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.8928269Z [00:03:55.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyHybridMonitorTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9000825Z [00:03:55.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeCustomEventAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9073061Z [00:03:55.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutLogMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9142803Z [00:03:55.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9209811Z [00:03:55.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9277080Z [00:03:56.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableActiveMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9345361Z [00:03:56.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitorGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9413648Z [00:03:56.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeEventRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9483835Z [00:03:56.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9557085Z [00:03:56.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9630001Z [00:03:56.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricLast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9699968Z [00:03:56.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertLogCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9770603Z [00:03:56.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteHybridMonitorTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9840154Z [00:03:56.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeProductsOfActiveMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9910103Z [00:03:56.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutCustomEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:48.9983458Z [00:03:56.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0053324Z [00:03:56.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeDynamicTagRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0123141Z [00:03:56.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateInstantSiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0193051Z [00:03:56.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ModifyGroupMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0263691Z [00:03:56.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateDynamicTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0334527Z [00:03:56.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0404361Z [00:03:56.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0474317Z [00:03:56.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/UninstallMonitoringAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0544641Z [00:03:56.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DisableEventRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0615983Z [00:03:56.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorGroupByResourceGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0687344Z [00:03:56.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteGroupMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0756460Z [00:03:56.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHybridMonitorDataList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0826413Z [00:03:56.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSystemEventAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0895490Z [00:03:56.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitorGroupDynamicRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.0964566Z [00:03:56.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleTemplateAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1035825Z [00:03:56.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1106230Z [00:03:56.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteLogMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1176522Z [00:03:56.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeUnhealthyHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1247475Z [00:03:56.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorISPCityList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1318385Z [00:03:56.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMetricRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1391985Z [00:03:56.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteEventRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1461795Z [00:03:56.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSiteMonitorList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1531108Z [00:03:56.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateHybridMonitorTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1600925Z [00:03:56.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteEventRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1669199Z [00:03:56.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateGroupMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1737952Z [00:03:56.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeAlertHistoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1806465Z [00:03:56.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateHybridMonitorNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1874893Z [00:03:56.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHostAvailabilityList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.1944189Z [00:03:56.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/ApplyMetricRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2013810Z [00:03:56.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSyntheticProbeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2083347Z [00:03:56.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateSiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2152334Z [00:03:56.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitoringAgentStatuses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2221461Z [00:03:56.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeSystemEventHistogram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2289627Z [00:03:56.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2358484Z [00:03:56.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeEventRuleTargetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2426877Z [00:03:56.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteSiteMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2495005Z [00:03:56.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeExporterRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2565378Z [00:03:56.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeHybridMonitorTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2636895Z [00:03:56.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteHybridMonitorNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2706731Z [00:03:56.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2779307Z [00:03:56.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteExporterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2851190Z [00:03:56.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DeleteHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2920367Z [00:03:56.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMetricRuleResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.2988434Z [00:03:56.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMetricRuleCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3055308Z [00:03:56.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3123012Z [00:03:56.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/PutExporterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3189269Z [00:03:56.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/EnableEventRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3259924Z [00:03:56.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeTagValueList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3330996Z [00:03:56.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/CreateHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3424075Z [00:03:56.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cms/DescribeMonitorGroupInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3497858Z [00:03:56.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3569096Z [00:03:56.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/GetInstanceMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3639502Z [00:03:56.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/StopEaisEi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3709134Z [00:03:56.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/AttachEaisEi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3778721Z [00:03:56.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DeleteEai.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3849220Z [00:03:56.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEaisEi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3919186Z [00:03:56.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/AttachEai.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.3990184Z [00:03:56.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4061246Z [00:03:56.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/StopEaiJupyter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4130421Z [00:03:56.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/StartEaisEi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4199391Z [00:03:56.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DetachEaisEi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4268725Z [00:03:56.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/StartEaiJupyter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4340638Z [00:03:56.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DetachEai.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4410992Z [00:03:56.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEaiJupyter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4480612Z [00:03:56.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4549711Z [00:03:56.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DescribeEais.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4620456Z [00:03:56.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4689039Z [00:03:56.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4757835Z [00:03:56.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEai.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4827496Z [00:03:56.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DeleteEaisEi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4898460Z [00:03:56.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/DeleteEaiAll.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.4967995Z [00:03:56.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEaiEcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5036886Z [00:03:56.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eais/CreateEaiEci.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5106383Z [00:03:56.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ImageBatchModeration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5174374Z [00:03:56.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VideoModeration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5243751Z [00:03:56.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeImageModerationResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5311945Z [00:03:56.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VoiceModeration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5380783Z [00:03:56.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeUrlModerationResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5453015Z [00:03:56.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ImageAsyncModeration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5521216Z [00:03:56.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/UrlAsyncModeration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5591690Z [00:03:56.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VoiceModerationResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5660665Z [00:03:56.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ImageModeration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5729982Z [00:03:56.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/FileModeration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5798299Z [00:03:56.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ManualModeration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5867496Z [00:03:56.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ManualCallback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.5936275Z [00:03:56.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/TextModeration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6004044Z [00:03:56.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeUploadToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6073735Z [00:03:56.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VoiceModerationCancel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6141716Z [00:03:56.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VideoModerationCancel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6212705Z [00:03:56.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeImageResultExt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6280710Z [00:03:56.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/DescribeFileModerationResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6348774Z [00:03:56.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/MultiModalGuard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6417599Z [00:03:56.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/TextModerationPlus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6487720Z [00:03:56.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/VideoModerationResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6557864Z [00:03:56.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/green/ManualModerationResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6629357Z [00:03:56.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateConditionalAccessPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6697812Z [00:03:56.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplicationApiInvoke.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6766190Z [00:03:56.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetNetworkAccessEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6835494Z [00:03:56.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListSynchronizationJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6904094Z [00:03:56.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListApplicationsForOrganizationalUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.6972988Z [00:03:56.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7041687Z [00:03:56.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableIdentityProviderUdPull.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7110312Z [00:03:56.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteNetworkAccessEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7178432Z [00:03:56.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetConditionalAccessPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7245825Z [00:03:56.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AuthorizeApplicationToOrganizationalUnits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7313208Z [00:03:56.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AuthorizeApplicationToUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7381555Z [00:03:56.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateIdentityProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7449996Z [00:03:56.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetDefaultDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7517318Z [00:03:56.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7587459Z [00:03:56.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RevokeApplicationFromGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7656514Z [00:03:56.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ObtainApplicationClientSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7725517Z [00:03:56.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetUserPrimaryOrganizationalUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7794600Z [00:03:56.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateConditionalAccessPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7862703Z [00:03:56.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListNetworkAccessPaths.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7930956Z [00:03:56.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateOrganizationalUnitDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.7999322Z [00:03:56.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListNetworkAccessEndpointAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8068559Z [00:03:56.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetApplicationSsoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8136411Z [00:03:56.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetInstanceLicense.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8204862Z [00:03:56.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListApplicationsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8274763Z [00:03:56.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplicationClientSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8345534Z [00:03:56.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListOrganizationalUnitParents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8414754Z [00:03:56.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListNetworkAccessEndpointAvailableRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8484000Z [00:03:56.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetPasswordHistoryConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8553862Z [00:03:56.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListEiamInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8625304Z [00:03:56.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RunSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8696574Z [00:03:56.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteApplicationClientSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8766504Z [00:03:56.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableConditionalAccessPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8837117Z [00:03:56.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8907815Z [00:03:56.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplicationClientSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.8981226Z [00:03:56.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9056170Z [00:03:56.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RevokeApplicationFromOrganizationalUnits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9128925Z [00:03:56.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetForgetPasswordConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9200405Z [00:03:56.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9271044Z [00:03:57.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetRootOrganizationalUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9340329Z [00:03:57.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateGroupDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9410188Z [00:03:57.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListConditionalAccessPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9482323Z [00:03:57.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateUserPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9554467Z [00:03:57.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteIdentityProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9626293Z [00:03:57.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9698079Z [00:03:57.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AddUserToOrganizationalUnits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9769115Z [00:03:57.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9841869Z [00:03:57.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableIdentityProviderUdPull.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9914220Z [00:03:57.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteOrganizationalUnitChildren.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:49.9986792Z [00:03:57.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0056250Z [00:03:57.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateApplicationClientSecretExpirationTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0125167Z [00:03:57.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateInstanceDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0194869Z [00:03:57.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplicationApiInvoke.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0266919Z [00:03:57.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0339456Z [00:03:57.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AuthorizeApplicationToGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0410343Z [00:03:57.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetApplicationGrantScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0479524Z [00:03:57.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0550140Z [00:03:57.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateConditionalAccessPolicyDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0623535Z [00:03:57.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetIdentityProviderUdPullConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0694389Z [00:03:57.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0766805Z [00:03:57.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetOrganizationalUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0839298Z [00:03:57.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetPasswordComplexityConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0910837Z [00:03:57.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateUserDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.0983390Z [00:03:57.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateApplicationAuthorizationType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1054291Z [00:03:57.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplicationGrantScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1124978Z [00:03:57.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1195243Z [00:03:57.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListApplicationClientSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1265687Z [00:03:57.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateOrganizationalUnitParentId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1338218Z [00:03:57.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetPasswordComplexityConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1410555Z [00:03:57.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1479870Z [00:03:57.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetForgetPasswordConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1549960Z [00:03:57.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableDomainProxyToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1618923Z [00:03:57.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RevokeApplicationFromUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1690370Z [00:03:57.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListOrganizationalUnitsForApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1761128Z [00:03:57.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplicationProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1830420Z [00:03:57.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplicationSsoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1899401Z [00:03:57.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetPasswordInitializationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.1970686Z [00:03:57.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2041429Z [00:03:57.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2110196Z [00:03:57.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2180934Z [00:03:57.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteDomainProxyToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2250045Z [00:03:57.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListIdentityProviders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2318627Z [00:03:57.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2388482Z [00:03:57.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2458541Z [00:03:57.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListDomainProxyTokens.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2529512Z [00:03:57.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2599542Z [00:03:57.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplicationProvisioningScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2669394Z [00:03:57.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateApplicationDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2739751Z [00:03:57.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/AddUsersToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2809314Z [00:03:57.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateIdentityProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2880412Z [00:03:57.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListOrganizationalUnits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.2951363Z [00:03:57.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableInitDomainAutoRedirect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3023875Z [00:03:57.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableConditionalAccessPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3094992Z [00:03:57.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ObtainDomainProxyToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3164646Z [00:03:57.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetPasswordHistoryConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3235260Z [00:03:57.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3306125Z [00:03:57.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplicationSso.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3376080Z [00:03:57.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetIdentityProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3445325Z [00:03:57.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RemoveUserFromOrganizationalUnits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3514282Z [00:03:57.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetIdentityProviderUdPullConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3583443Z [00:03:57.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetDomainDnsChallenge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3651689Z [00:03:57.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3720237Z [00:03:57.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListGroupsForApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3789484Z [00:03:57.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplicationProvisioningConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3859307Z [00:03:57.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateOrganizationalUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3929578Z [00:03:57.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableDomainProxyToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.3998465Z [00:03:57.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4068062Z [00:03:57.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetPasswordExpirationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4138136Z [00:03:57.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListConditionalAccessPoliciesForNetworkZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4207606Z [00:03:57.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableApplicationProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4276728Z [00:03:57.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListGroupsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4346941Z [00:03:57.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/EnableInitDomainAutoRedirect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4415615Z [00:03:57.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetApplicationProvisioningScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4483313Z [00:03:57.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4552575Z [00:03:57.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4621602Z [00:03:57.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListUsersForGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4691095Z [00:03:57.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetPasswordExpirationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4760784Z [00:03:57.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4830583Z [00:03:57.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateDomainProxyToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4898840Z [00:03:57.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListEiamRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.4969391Z [00:03:57.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListUsersForApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5039099Z [00:03:57.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplicationSso.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5107882Z [00:03:57.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/ListNetworkAccessEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5175768Z [00:03:57.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetPasswordInitializationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5245944Z [00:03:57.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteOrganizationalUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5317308Z [00:03:57.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateOrganizationalUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5388360Z [00:03:57.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/RemoveUsersFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5460111Z [00:03:57.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateNetworkAccessEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5529376Z [00:03:57.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UnlockUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5599465Z [00:03:57.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DeleteConditionalAccessPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5669944Z [00:03:57.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/UpdateNetworkAccessEndpointName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5741217Z [00:03:57.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5809734Z [00:03:57.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/DisableApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5879351Z [00:03:57.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/SetApplicationProvisioningConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.5949546Z [00:03:57.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/CreateApplicationClientSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6019807Z [00:03:57.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/eiam/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6091403Z [00:03:57.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/StartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6162967Z [00:03:57.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6233187Z [00:03:57.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6304506Z [00:03:57.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DescribeAclResourceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6377907Z [00:03:57.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6452617Z [00:03:57.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6524233Z [00:03:57.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpgradePrePayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6595464Z [00:03:57.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DescribeSaslUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6666271Z [00:03:57.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/StopInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6735570Z [00:03:57.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ReopenInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6805986Z [00:03:57.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DescribeAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6874932Z [00:03:57.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetAllInstanceIdList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.6945724Z [00:03:57.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetRiskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7017122Z [00:03:57.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/QueryMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7087094Z [00:03:57.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ReleaseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7156730Z [00:03:57.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetKafkaClientIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7225823Z [00:03:57.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteScheduledScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7295429Z [00:03:57.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7364348Z [00:03:57.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ConvertPostPayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7433616Z [00:03:57.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetQuotaTip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7503287Z [00:03:57.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreatePrePayInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7571450Z [00:03:57.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpdateConsumerOffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7641834Z [00:03:57.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ListRebalanceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7711599Z [00:03:57.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7783547Z [00:03:57.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetConsumerList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7853715Z [00:03:57.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpdateAllowedIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7923158Z [00:03:57.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/EnableAutoTopicCreation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.7991735Z [00:03:57.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ModifyPartitionNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8061190Z [00:03:57.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreatePrePayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8129959Z [00:03:57.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8199905Z [00:03:57.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetTopicSubscribeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8269844Z [00:03:57.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8339493Z [00:03:57.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpgradePostPayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8409919Z [00:03:57.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/EnableAutoGroupCreation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8479349Z [00:03:57.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8550707Z [00:03:57.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8621326Z [00:03:57.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateSaslUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8692207Z [00:03:57.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetTopicList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8763472Z [00:03:57.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpdateInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8831411Z [00:03:57.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ModifyScheduledScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8901772Z [00:03:57.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpgradeInstanceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.8970579Z [00:03:57.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateScheduledScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9041366Z [00:03:57.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/UpdateTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9110499Z [00:03:57.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetConsumerProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9179359Z [00:03:57.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9250094Z [00:03:58.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreatePostPayInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9322183Z [00:03:58.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetTopicStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9392633Z [00:03:58.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetAllowedIpList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9462158Z [00:03:58.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ModifyInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9531039Z [00:03:58.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/GetAutoScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9599000Z [00:03:58.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreatePostPayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9670487Z [00:03:58.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/DeleteSaslUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9741898Z [00:03:58.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/CreateTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9811389Z [00:03:58.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/alikafka/ModifyTopicRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9881671Z [00:03:58.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroupsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:50.9950857Z [00:03:58.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostAccountsToHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0020123Z [00:03:58.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0088979Z [00:03:58.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0157782Z [00:03:58.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0227025Z [00:03:58.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateUserPublicKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0295911Z [00:03:58.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0364249Z [00:03:58.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0435068Z [00:03:58.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachDatabaseAccountsFromUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0504801Z [00:03:58.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyDatabaseAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0573536Z [00:03:58.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetExportConfigJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0642319Z [00:03:58.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/StartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0713183Z [00:03:58.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0781945Z [00:03:58.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostsPort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0851948Z [00:03:58.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostAccountsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0923121Z [00:03:58.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateExportConfigJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.0993296Z [00:03:58.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostsActiveAddressType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1062772Z [00:03:58.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DescribeInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1131474Z [00:03:58.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1200362Z [00:03:58.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyUserScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1269819Z [00:03:58.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachDatabaseAccountsToUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1342041Z [00:03:58.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostAccountsForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1415064Z [00:03:58.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RejectOperationTicket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1484312Z [00:03:58.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyInstanceTwoFactor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1552688Z [00:03:58.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1623238Z [00:03:58.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListUserPublicKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1693684Z [00:03:58.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostsForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1762127Z [00:03:58.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1833997Z [00:03:58.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/UnlockUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1902887Z [00:03:58.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationTickets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.1970591Z [00:03:58.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/MoveDatabasesToNetworkDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2038958Z [00:03:58.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetDatabaseAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2107305Z [00:03:58.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2177130Z [00:03:58.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateDatabaseAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2244967Z [00:03:58.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2314663Z [00:03:58.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2384660Z [00:03:58.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteUserPublicKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2457513Z [00:03:58.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetPolicyUserScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2527776Z [00:03:58.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/MoveHostsToNetworkDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2599048Z [00:03:58.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostGroupAccountsToUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2668016Z [00:03:58.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostAccountsToUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2737591Z [00:03:58.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2807018Z [00:03:58.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateOperationTicket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2874853Z [00:03:58.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.2946190Z [00:03:58.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyAssetScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3016559Z [00:03:58.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3086324Z [00:03:58.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3156428Z [00:03:58.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ConfigInstanceSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3225569Z [00:03:58.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3294817Z [00:03:58.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3366972Z [00:03:58.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3438713Z [00:03:58.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3511987Z [00:03:58.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AcceptApproveCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3582195Z [00:03:58.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/EnableRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3654075Z [00:03:58.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RejectApproveCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3723657Z [00:03:58.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3794457Z [00:03:58.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/VerifyInstanceADAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3864680Z [00:03:58.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AcceptOperationTicket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.3933905Z [00:03:58.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabaseAccountsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4006650Z [00:03:58.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListApproveCommands.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4076933Z [00:03:58.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4146841Z [00:03:58.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AddDatabasesToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4219122Z [00:03:58.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4288194Z [00:03:58.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4357267Z [00:03:58.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4425610Z [00:03:58.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4495037Z [00:03:58.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4563543Z [00:03:58.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetPolicyAssetScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4633583Z [00:03:58.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationHostAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4700995Z [00:03:58.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4769829Z [00:03:58.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetInstanceTwoFactor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4839007Z [00:03:58.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyInstanceADAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4908787Z [00:03:58.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.4977386Z [00:03:58.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RemoveHostsFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5048330Z [00:03:58.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RemoveDatabasesFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5120624Z [00:03:58.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DisableRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5192993Z [00:03:58.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5262120Z [00:03:58.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5331674Z [00:03:58.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetNetworkDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5403383Z [00:03:58.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ConfigInstanceWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5472682Z [00:03:58.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyUserPublicKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5542991Z [00:03:58.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabasesForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5611274Z [00:03:58.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListUserGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5681156Z [00:03:58.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5750987Z [00:03:58.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5821852Z [00:03:58.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5894180Z [00:03:58.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.5964737Z [00:03:58.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6036486Z [00:03:58.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateHostAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6108908Z [00:03:58.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6181219Z [00:03:58.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6253392Z [00:03:58.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6328039Z [00:03:58.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6401900Z [00:03:58.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6475618Z [00:03:58.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachDatabaseAccountsFromUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6548024Z [00:03:58.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AddUsersToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6620283Z [00:03:58.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6692076Z [00:03:58.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ResetHostAccountCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6763328Z [00:03:58.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListNetworkDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6834783Z [00:03:58.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetInstanceADAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6905961Z [00:03:58.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.6976137Z [00:03:58.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachDatabaseAccountsToUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7045274Z [00:03:58.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7113830Z [00:03:58.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabaseAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7181569Z [00:03:58.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetHostAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7251645Z [00:03:58.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/LockUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7320861Z [00:03:58.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabasesForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7390218Z [00:03:58.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteHostAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7458981Z [00:03:58.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7527711Z [00:03:58.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteDatabaseAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7599445Z [00:03:58.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7671564Z [00:03:58.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationDatabaseAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7741353Z [00:03:58.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroupsForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7810328Z [00:03:58.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostAccountsForHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7880610Z [00:03:58.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyAccessTimeRangeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.7950514Z [00:03:58.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyProtocolConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8019835Z [00:03:58.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostShareKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8091251Z [00:03:58.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8159158Z [00:03:58.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetInstanceStoreInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8228434Z [00:03:58.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8296688Z [00:03:58.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AddHostsToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8367546Z [00:03:58.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostAccountsFromUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8439469Z [00:03:58.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8509077Z [00:03:58.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostGroupAccountsFromUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8578249Z [00:03:58.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DisableInstancePublicAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8647568Z [00:03:58.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8718493Z [00:03:58.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/CreateNetworkDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8787846Z [00:03:58.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8858773Z [00:03:58.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListOperationDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8929209Z [00:03:58.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteNetworkDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.8999306Z [00:03:58.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListDatabaseAccountsForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9068611Z [00:03:58.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GenerateAssetOperationToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9140760Z [00:03:58.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyIPAclConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9211903Z [00:03:58.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyApprovalConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9283450Z [00:03:59.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9357495Z [00:03:59.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyNetworkDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9427512Z [00:03:59.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/GetInstanceLDAPAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9497888Z [00:03:59.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/VerifyInstanceLDAPAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9567124Z [00:03:59.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RemoveUsersFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9637867Z [00:03:59.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DetachHostAccountsFromUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9709209Z [00:03:59.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9779394Z [00:03:59.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ModifyDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9848612Z [00:03:59.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/EnableInstancePublicAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9919616Z [00:03:59.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/DeleteHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:51.9990565Z [00:03:59.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/SetPolicyCommandConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0059898Z [00:03:59.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/ListHostGroupAccountNamesForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0130524Z [00:03:59.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/RenewAssetOperationToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0199142Z [00:03:59.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/yundun-bastionhost/AttachHostAccountsToUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0271698Z [00:03:59.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateARMServerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0341394Z [00:03:59.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeARMServerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0411228Z [00:03:59.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancerTCPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0480734Z [00:03:59.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0551599Z [00:03:59.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RollbackApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0622036Z [00:03:59.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0693602Z [00:03:59.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleasePrePaidInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0764725Z [00:03:59.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNetworkAclEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0837324Z [00:03:59.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0910680Z [00:03:59.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsNetLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.0982081Z [00:03:59.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveSDGs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1052576Z [00:03:59.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AttachDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1121842Z [00:03:59.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AssignPrivateIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1190785Z [00:03:59.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancerHTTPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1260229Z [00:03:59.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1331878Z [00:03:59.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNatGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1405456Z [00:03:59.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1475289Z [00:03:59.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1544129Z [00:03:59.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RescaleDeviceService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1613785Z [00:03:59.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleasePostPaidInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1682177Z [00:03:59.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PutBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1750614Z [00:03:59.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSecurityGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1818521Z [00:03:59.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1886652Z [00:03:59.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeMeasurementData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.1955272Z [00:03:59.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetBucketLifecycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2025678Z [00:03:59.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StartSnatIpForSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2094658Z [00:03:59.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyEnsRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2168367Z [00:03:59.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeElbAvailableResourceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2237721Z [00:03:59.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2306535Z [00:03:59.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/JoinSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2375547Z [00:03:59.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceVncUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2446536Z [00:03:59.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RevokeSecurityGroupEgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2518167Z [00:03:59.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2587870Z [00:03:59.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveInstanceSDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2661173Z [00:03:59.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDataDownloadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2731234Z [00:03:59.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDeviceService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2802233Z [00:03:59.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReinitInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2872011Z [00:03:59.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetOssUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.2940953Z [00:03:59.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StopInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3008717Z [00:03:59.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifySnapshotAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3078270Z [00:03:59.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RebootAICInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3147013Z [00:03:59.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3216513Z [00:03:59.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyImageSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3287003Z [00:03:59.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3358298Z [00:03:59.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerTCPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3427193Z [00:03:59.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3496065Z [00:03:59.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3565962Z [00:03:59.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3633374Z [00:03:59.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UpgradeAICInstanceImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3700984Z [00:03:59.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReInitDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3770112Z [00:03:59.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RescaleApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3838877Z [00:03:59.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerUDPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3907633Z [00:03:59.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.3976861Z [00:03:59.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/JoinPublicIpsToEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4046200Z [00:03:59.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeStorageGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4114669Z [00:03:59.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4183375Z [00:03:59.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AssociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4252652Z [00:03:59.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancerHTTPSListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4322172Z [00:03:59.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4392240Z [00:03:59.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4461609Z [00:03:59.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ResizeDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4532006Z [00:03:59.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4601623Z [00:03:59.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleaseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4673352Z [00:03:59.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteEip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4742788Z [00:03:59.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRegionIdResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4812364Z [00:03:59.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AssociateEnsEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4880390Z [00:03:59.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeAvailableResourceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.4950642Z [00:03:59.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyNetworkAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5020973Z [00:03:59.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AttachInstanceSDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5090357Z [00:03:59.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyPrepayInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5158687Z [00:03:59.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5226839Z [00:03:59.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeExportImageInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5295063Z [00:03:59.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ResetDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5363916Z [00:03:59.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeployInstanceSDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5440632Z [00:03:59.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RebootInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5513497Z [00:03:59.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ExportImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5584999Z [00:03:59.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5654618Z [00:03:59.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeClusterKubeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5723602Z [00:03:59.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DetachNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5796582Z [00:03:59.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveVSwitchesFromEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5869882Z [00:03:59.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeAICImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.5944436Z [00:03:59.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6025525Z [00:03:59.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6099305Z [00:03:59.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteBucketLifecycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6172960Z [00:03:59.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNetworkInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6246641Z [00:03:59.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DistApplicationData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6320309Z [00:03:59.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AccosicateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6392899Z [00:03:59.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnassociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6463686Z [00:03:59.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6536147Z [00:03:59.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeMountTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6608609Z [00:03:59.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StartLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6679984Z [00:03:59.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6754416Z [00:03:59.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSDGDeploymentStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6829322Z [00:03:59.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateClassicNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6903306Z [00:03:59.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeStorageVolume.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.6976806Z [00:03:59.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7050134Z [00:03:59.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7121204Z [00:03:59.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7191614Z [00:03:59.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7261819Z [00:03:59.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AddBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7332010Z [00:03:59.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteEnsRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7400859Z [00:03:59.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSnatTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7470680Z [00:03:59.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeServcieSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7541103Z [00:03:59.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyEnsEipAddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7613194Z [00:03:59.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7683920Z [00:03:59.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnAssociateEnsEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7753487Z [00:03:59.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ImportKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7824428Z [00:03:59.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceBootConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7894465Z [00:03:59.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ExportMeasurementData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.7965406Z [00:03:59.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteHaVips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8036047Z [00:03:59.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNetworkInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8105324Z [00:03:59.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8172952Z [00:03:59.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyHaVipAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8243259Z [00:03:59.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8311993Z [00:03:59.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8380984Z [00:03:59.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ImportImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8452781Z [00:03:59.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CopySDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8522695Z [00:03:59.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListProductAbilities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8592865Z [00:03:59.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetBucketInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8661848Z [00:03:59.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleaseARMServerInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8731395Z [00:03:59.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeRegionIsps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8799917Z [00:03:59.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8872735Z [00:03:59.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StopEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.8943354Z [00:03:59.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AuthorizeSecurityGroupEgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9023589Z [00:03:59.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9098094Z [00:03:59.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RenewARMServerInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9169950Z [00:03:59.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AddSnatIpForSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9238116Z [00:04:00.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AttachNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9307473Z [00:04:00.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/LeaveSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9376705Z [00:04:00.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RecoverAICInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9446407Z [00:04:00.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9516083Z [00:04:00.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9586654Z [00:04:00.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyImageAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9654828Z [00:04:00.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceBandwidthDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9723509Z [00:04:00.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSnatAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9792850Z [00:04:00.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetBucketAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9861639Z [00:04:00.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDataDistResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:52.9931574Z [00:04:00.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0002990Z [00:04:00.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0073453Z [00:04:00.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNetworkAclEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0143939Z [00:04:00.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsNetSaleDistrict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0211809Z [00:04:00.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/GetOssStorageAndAccByBuckets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0279635Z [00:04:00.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeBandwitdhByInternetChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0347575Z [00:04:00.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeForwardTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0416467Z [00:04:00.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0482132Z [00:04:00.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeExportImageStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0550570Z [00:04:00.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SaveSDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0623116Z [00:04:00.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerUDPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0691751Z [00:04:00.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSecondaryPublicIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0761262Z [00:04:00.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnassignPrivateIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0830042Z [00:04:00.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CopySnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0900830Z [00:04:00.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.0971586Z [00:04:00.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnBandWidthData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1039181Z [00:04:00.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNetworkAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1107526Z [00:04:00.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnmountInstanceSDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1175825Z [00:04:00.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteSnatIpForSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1243499Z [00:04:00.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1313893Z [00:04:00.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1384944Z [00:04:00.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteKeyPairs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1456604Z [00:04:00.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ExportBillDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1526160Z [00:04:00.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeHaVips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1596638Z [00:04:00.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PreloadRegionSDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1663426Z [00:04:00.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RunInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1731514Z [00:04:00.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1800776Z [00:04:00.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RunServiceSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1871955Z [00:04:00.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerListenMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.1943955Z [00:04:00.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeCloudDiskTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2015167Z [00:04:00.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2087956Z [00:04:00.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2163951Z [00:04:00.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateStorageVolume.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2235433Z [00:04:00.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2305495Z [00:04:00.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AddNetworkInterfaceToInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2375602Z [00:04:00.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeVSwitchAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2444731Z [00:04:00.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AuthorizeSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2512562Z [00:04:00.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2580305Z [00:04:00.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2647380Z [00:04:00.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2715054Z [00:04:00.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListObjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2782893Z [00:04:00.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateEnsRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2850748Z [00:04:00.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UpgradeApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2919987Z [00:04:00.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDataPushResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.2990708Z [00:04:00.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerHTTPSListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3059945Z [00:04:00.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3129744Z [00:04:00.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSDGs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3200057Z [00:04:00.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/AttachEnsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3272737Z [00:04:00.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeBandWithdChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3340420Z [00:04:00.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3409955Z [00:04:00.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnBandwitdhByInternetChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3478913Z [00:04:00.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3550401Z [00:04:00.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3619404Z [00:04:00.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemovePublicIpsFromEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3688640Z [00:04:00.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RemoveSDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3757528Z [00:04:00.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StopSnatIpForSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3827131Z [00:04:00.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeReservedResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3897847Z [00:04:00.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyInstanceBootConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.3967150Z [00:04:00.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnassociateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4037263Z [00:04:00.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeCloudDiskAvailableResourceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4106642Z [00:04:00.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyVSwitchAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4177563Z [00:04:00.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateEnsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4248748Z [00:04:00.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4321975Z [00:04:00.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PutBucketLifecycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4393786Z [00:04:00.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNetworkAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4462905Z [00:04:00.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateSDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4534504Z [00:04:00.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeploySDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4605036Z [00:04:00.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeCreatePrePaidInstanceResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4676484Z [00:04:00.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceSDGStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4750238Z [00:04:00.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4820412Z [00:04:00.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSelfImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4889802Z [00:04:00.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRegionIdIpv6Info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.4961241Z [00:04:00.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeServerLoadBalancerMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5034036Z [00:04:00.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RebootARMServerInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5109130Z [00:04:00.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeDiskIopsList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5182962Z [00:04:00.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5254940Z [00:04:00.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PushApplicationData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5327233Z [00:04:00.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5400836Z [00:04:00.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5473729Z [00:04:00.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5547458Z [00:04:00.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribePrePaidInstanceStock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5621886Z [00:04:00.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsResourceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5694244Z [00:04:00.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeImageInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5766338Z [00:04:00.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifySecurityGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5838962Z [00:04:00.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstanceMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5911105Z [00:04:00.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ReleaseAICInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.5982821Z [00:04:00.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.6053300Z [00:04:00.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateLoadBalancerUDPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.6123142Z [00:04:00.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/RevokeSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.6192799Z [00:04:00.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsNetDistrict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.6263590Z [00:04:00.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerHTTPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.6335800Z [00:04:00.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DetachInstanceSDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.6408579Z [00:04:00.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.6479727Z [00:04:00.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerHTTPSListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.6550307Z [00:04:00.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StopLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.6622267Z [00:04:00.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.6694126Z [00:04:00.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeKeyPairs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.6763880Z [00:04:00.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeSDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
﻿2025-08-20T19:17:53.6836528Z [00:04:00.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ResetAICInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.6908730Z [00:04:00.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRouteEntryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.6979167Z [00:04:00.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PutBucketAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7050084Z [00:04:00.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7119553Z [00:04:00.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifySnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7189323Z [00:04:00.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7258743Z [00:04:00.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEnsRouteTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7329372Z [00:04:00.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7399513Z [00:04:00.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7470367Z [00:04:00.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateEipInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7541366Z [00:04:00.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/MountInstanceSDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7613335Z [00:04:00.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/StartEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7684762Z [00:04:00.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7754977Z [00:04:00.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeFileSystems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7825505Z [00:04:00.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/PrepareUpload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7900095Z [00:04:00.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DetachDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.7972581Z [00:04:00.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeEpnMeasurementData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.8050403Z [00:04:00.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeLoadBalancerHTTPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.8131216Z [00:04:00.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/SetLoadBalancerTCPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.8208688Z [00:04:00.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeImageSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.8291498Z [00:04:00.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.8366981Z [00:04:00.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeServerLoadBalancerListenMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.8443716Z [00:04:00.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyNetworkInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.8519753Z [00:04:00.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.8598539Z [00:04:00.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.8674177Z [00:04:00.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteStorageGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.8748188Z [00:04:00.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeUserBandWidthData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.8823609Z [00:04:00.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/UnloadRegionSDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.8926489Z [00:04:00.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ModifyLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.9010941Z [00:04:00.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/ListBuckets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.9090947Z [00:04:00.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.9198893Z [00:04:00.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DescribeNetworks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.9285083Z [00:04:01.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/JoinVSwitchesToEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.9365170Z [00:04:01.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.9441208Z [00:04:01.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/DeleteStorageVolume.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.9513780Z [00:04:01.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.9589425Z [00:04:01.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ens/CreateStorageGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.9664585Z [00:04:01.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.9737066Z [00:04:01.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetLindormInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.9809387Z [00:04:01.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/SwitchLSQLV3MySQLService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.9881113Z [00:04:01.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/CreateLindormInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:53.9952842Z [00:04:01.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/UpgradeLindormInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.0024906Z [00:04:01.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetLindormInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.0098314Z [00:04:01.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.0174632Z [00:04:01.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/ModifyInstancePayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.0251052Z [00:04:01.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/RenewLindormInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.0325567Z [00:04:01.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/ReleaseLindormInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.0400567Z [00:04:01.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.0477902Z [00:04:01.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetLindormInstanceEngineList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.0550739Z [00:04:01.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.0626115Z [00:04:01.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.0698155Z [00:04:01.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetInstanceIpWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.0772239Z [00:04:01.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/UpdateInstanceIpWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.0849665Z [00:04:01.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/hitsdb/GetLindormFsUsedDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.0928260Z [00:04:01.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RejectServiceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1020739Z [00:04:01.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1100401Z [00:04:01.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CancelServiceRegistration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1172983Z [00:04:01.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/StopServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1251636Z [00:04:01.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetUploadCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1331325Z [00:04:01.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateServiceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1406288Z [00:04:01.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1482337Z [00:04:01.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ApproveServiceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1555170Z [00:04:01.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceTemplateParameterConstraints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1627115Z [00:04:01.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceTestTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1702943Z [00:04:01.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceEstimateCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1774670Z [00:04:01.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceUpgradeHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1847194Z [00:04:01.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListAcrImageRepositories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1921522Z [00:04:01.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GenerateServicePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.1998981Z [00:04:01.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.2074516Z [00:04:01.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.2146592Z [00:04:01.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceSharedAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.2218317Z [00:04:01.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.2290072Z [00:04:01.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceUsages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.2359788Z [00:04:01.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GenerateDefaultServiceTestConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.2438909Z [00:04:01.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceTemplateCriterionIssues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.2508692Z [00:04:01.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateSupplierInformation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.2581524Z [00:04:01.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.2652071Z [00:04:01.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.2726692Z [00:04:01.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ModifyServiceInstanceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.2799739Z [00:04:01.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/PushMeteringData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.2874704Z [00:04:01.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RollbackServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.2948381Z [00:04:01.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RestartServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3020921Z [00:04:01.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeleteArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3096673Z [00:04:01.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceRegistrations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3168818Z [00:04:01.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3245638Z [00:04:01.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateServiceInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3318411Z [00:04:01.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3390859Z [00:04:01.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/PreLaunchService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3463627Z [00:04:01.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RegisterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3542233Z [00:04:01.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeleteServiceTestCase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3616874Z [00:04:01.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetArtifactRepositoryCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3689486Z [00:04:01.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateSharedAccountPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3759612Z [00:04:01.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3830115Z [00:04:01.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ContinueDeployServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3900256Z [00:04:01.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeployServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.3972075Z [00:04:01.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.4049842Z [00:04:01.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceTestTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.4123915Z [00:04:01.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceRegistration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.4201145Z [00:04:01.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/WithdrawService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.4273966Z [00:04:01.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.4346690Z [00:04:01.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeleteService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.4417829Z [00:04:01.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListArtifactRisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.4490166Z [00:04:01.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ReleaseArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.4561035Z [00:04:01.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/LaunchService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.4636216Z [00:04:01.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceDeployDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.4707602Z [00:04:01.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetSupplierInformation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.4779823Z [00:04:01.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceTestTaskLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.4853762Z [00:04:01.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListArtifacts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.4931060Z [00:04:01.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceTestCases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5007037Z [00:04:01.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListSupplierRegistrations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5082805Z [00:04:01.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/StartServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5157800Z [00:04:01.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateServiceInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5231287Z [00:04:01.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5303292Z [00:04:01.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5377001Z [00:04:01.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/AddServiceSharedAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5450019Z [00:04:01.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListServiceInstanceBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5520619Z [00:04:01.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateServiceTestCase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5590770Z [00:04:01.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateSupplierRegistration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5660548Z [00:04:01.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/DeleteServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5729455Z [00:04:01.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateServiceTestTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5800362Z [00:04:01.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListAcrImageTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5870667Z [00:04:01.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.5943648Z [00:04:01.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListResellers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6017547Z [00:04:01.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/RemoveServiceSharedAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6091514Z [00:04:01.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpgradeServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6163591Z [00:04:01.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/CreateArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6239424Z [00:04:01.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/GetServiceProvisions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6314761Z [00:04:01.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6388658Z [00:04:01.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/ListArtifactVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6463719Z [00:04:01.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/computenestsupplier/UpdateServiceTestCase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6538663Z [00:04:01.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListDeploymentDrafts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6610600Z [00:04:01.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetGenerateResourcePlanResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6682690Z [00:04:01.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StopApplyScheduledPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6755045Z [00:04:01.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDeploymentDraftLock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6826703Z [00:04:01.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListEngineVersionMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6899000Z [00:04:01.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteSessionCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.6973238Z [00:04:01.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ApplyScheduledPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7048570Z [00:04:01.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteUdfFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7123503Z [00:04:01.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7193757Z [00:04:01.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetHotUpdateJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7265231Z [00:04:01.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7338380Z [00:04:01.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetAppliedScheduledPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7412218Z [00:04:01.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateDeploymentDraft.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7485952Z [00:04:01.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7557493Z [00:04:01.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StartJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7629676Z [00:04:01.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateUdfArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7698548Z [00:04:01.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StopJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7768971Z [00:04:01.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7839586Z [00:04:01.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListScheduledPlanExecutedHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7909046Z [00:04:01.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StopSessionCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.7980348Z [00:04:01.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StartJobWithParams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8050181Z [00:04:01.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteVariable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8122860Z [00:04:01.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/FlinkApiProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8193566Z [00:04:01.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8265436Z [00:04:01.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8336832Z [00:04:01.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateDeploymentTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8411486Z [00:04:01.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GenerateResourcePlanWithFlinkConfAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8483500Z [00:04:01.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/RegisterUdfFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8558211Z [00:04:01.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListScheduledPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8633731Z [00:04:01.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateDeploymentTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8707257Z [00:04:01.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8779292Z [00:04:01.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDeploymentDraft.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8851988Z [00:04:01.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/HotUpdateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8922934Z [00:04:01.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ExecuteSqlStatement.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.8993256Z [00:04:01.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.9066597Z [00:04:01.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteDeploymentDraft.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.9136416Z [00:04:01.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.9205591Z [00:04:01.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/RegisterCustomConnector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.9277209Z [00:04:02.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateUdfArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.9348909Z [00:04:02.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteScheduledPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.9420503Z [00:04:02.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListVariables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.9504923Z [00:04:02.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListCustomConnectors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.9581630Z [00:04:02.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.9658246Z [00:04:02.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ValidateSqlStatement.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.9730274Z [00:04:02.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteUdfArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.9803481Z [00:04:02.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListDeploymentTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.9875462Z [00:04:02.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetUdfArtifacts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:54.9951795Z [00:04:02.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateSessionCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0026807Z [00:04:02.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetLatestJobStartLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0099549Z [00:04:02.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeployDeploymentDraftAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0171209Z [00:04:02.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0243082Z [00:04:02.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateDeploymentDraft.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0314477Z [00:04:02.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetSavepoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0387439Z [00:04:02.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateScheduledPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0458976Z [00:04:02.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteSavepoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0531411Z [00:04:02.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteCustomConnector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0609826Z [00:04:02.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateScheduledPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0688099Z [00:04:02.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0763426Z [00:04:02.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDeployDeploymentDraftResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0841166Z [00:04:02.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListDeployments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0913900Z [00:04:02.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.0987083Z [00:04:02.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListSavepoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.1062237Z [00:04:02.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetCatalogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.1136086Z [00:04:02.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateSavepoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.1207415Z [00:04:02.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.1279764Z [00:04:02.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.1353030Z [00:04:02.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/DeleteDeploymentTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.1427252Z [00:04:02.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetJobDiagnosis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.1519302Z [00:04:02.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.1601598Z [00:04:02.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/StartSessionCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.1676520Z [00:04:02.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.1748890Z [00:04:02.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/CreateVariable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.1823434Z [00:04:02.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateSessionCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.1901755Z [00:04:02.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetSessionCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.1973691Z [00:04:02.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.2047497Z [00:04:02.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.2121785Z [00:04:02.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/UpdateVariable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.2193422Z [00:04:02.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/ListSessionClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.2265999Z [00:04:02.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/ververica/GetLineageInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.2339064Z [00:04:02.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeSubaccountK8sClusterUserConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.2410332Z [00:04:02.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CleanUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.2481701Z [00:04:02.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListUserKubeConfigStates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.2553872Z [00:04:02.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicyDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.2630879Z [00:04:02.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.2709741Z [00:04:02.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UnInstallClusterAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.2784752Z [00:04:02.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.2862110Z [00:04:02.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateClusterInspectConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.2935630Z [00:04:02.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/StopAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3010797Z [00:04:02.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3085816Z [00:04:02.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterUserKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3159086Z [00:04:02.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateContactGroupForAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3230574Z [00:04:02.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3301799Z [00:04:02.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicyInstancesStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3373008Z [00:04:02.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/AttachInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3446783Z [00:04:02.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteKubernetesTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3518312Z [00:04:02.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ResumeTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3590538Z [00:04:02.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RevokeK8sClusterKubeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3662746Z [00:04:02.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyNodePoolNodeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3738640Z [00:04:02.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonsUpgradeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3811657Z [00:04:02.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RunClusterInspect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3887341Z [00:04:02.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.3959844Z [00:04:02.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/MigrateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.4035444Z [00:04:02.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.4108869Z [00:04:02.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.4196902Z [00:04:02.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/PauseClusterUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.4274055Z [00:04:02.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.4349531Z [00:04:02.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateK8sClusterUserConfigExpire.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.4421862Z [00:04:02.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetKubernetesTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.4493235Z [00:04:02.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.4562858Z [00:04:02.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClustersV1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.4635625Z [00:04:02.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.4709796Z [00:04:02.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeUserClusterNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.4783893Z [00:04:02.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeExternalAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.4860875Z [00:04:02.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ScaleClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.4937562Z [00:04:02.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5023756Z [00:04:02.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RunClusterCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5099679Z [00:04:02.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeNodePoolVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5175309Z [00:04:02.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5249949Z [00:04:02.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterInspectReportDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5324794Z [00:04:02.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterAuditProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5398067Z [00:04:02.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RepairClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5472291Z [00:04:02.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListClusterChecks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5543669Z [00:04:02.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5616250Z [00:04:02.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5689399Z [00:04:02.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateClusterInspectConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5770076Z [00:04:02.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5840959Z [00:04:02.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeletePolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5913709Z [00:04:02.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListClusterKubeconfigStates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.5986483Z [00:04:02.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GrantPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.6060106Z [00:04:02.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeAddon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.6134283Z [00:04:02.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CancelOperationPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.6208023Z [00:04:02.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.6279510Z [00:04:02.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateKubernetesTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.6353081Z [00:04:02.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.6430865Z [00:04:02.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetUpgradeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.6506168Z [00:04:02.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteClusterInspectConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.6588471Z [00:04:02.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListOperationPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.6667107Z [00:04:02.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.6741860Z [00:04:02.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterAddonInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.6817298Z [00:04:02.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterInspectConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.6896564Z [00:04:02.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterNodePoolDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.6976674Z [00:04:02.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeResourcesDeleteProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.7056453Z [00:04:02.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/RemoveNodePoolNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.7131502Z [00:04:02.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/AttachInstancesToNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.7206097Z [00:04:02.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonUpgradeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.7279606Z [00:04:02.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpgradeClusterAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.7352867Z [00:04:02.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CleanClusterUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.7428555Z [00:04:02.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyClusterAddon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.7502350Z [00:04:02.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/OpenAckService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.7574668Z [00:04:02.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.7648026Z [00:04:02.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.7719039Z [00:04:02.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteClusterNodepool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.7789370Z [00:04:02.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/SyncClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.7859885Z [00:04:02.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeKubernetesVersionMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.7931909Z [00:04:02.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8003716Z [00:04:02.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8075422Z [00:04:02.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateAutoscalingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8147854Z [00:04:02.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8220658Z [00:04:02.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterDiagnosisCheckItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8293912Z [00:04:02.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CreateClusterDiagnosis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8364972Z [00:04:02.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8438055Z [00:04:02.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8510839Z [00:04:02.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/InstallClusterAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8582612Z [00:04:02.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8654437Z [00:04:02.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8727309Z [00:04:02.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/PauseComponentUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8799748Z [00:04:02.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8874956Z [00:04:02.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpgradeClusterNodepool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.8950666Z [00:04:02.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CancelTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9025954Z [00:04:02.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9098891Z [00:04:02.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9173949Z [00:04:02.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListClusterInspectReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9246304Z [00:04:03.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CancelComponentUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9320599Z [00:04:03.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/FixNodePoolVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9396375Z [00:04:03.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateClusterAuditLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9471500Z [00:04:03.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterNodePools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9544348Z [00:04:03.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteClusterNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9617011Z [00:04:03.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9689512Z [00:04:03.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/GetClusterDiagnosisResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9762002Z [00:04:03.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CheckServiceRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9835278Z [00:04:03.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpgradeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9907149Z [00:04:03.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicyInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:55.9979957Z [00:04:03.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyClusterTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.0052703Z [00:04:03.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.0124723Z [00:04:03.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateControlPlaneLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.0197358Z [00:04:03.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicyGovernanceInCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.0271336Z [00:04:03.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClustersForRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.0349475Z [00:04:03.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.0424229Z [00:04:03.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.0498191Z [00:04:03.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAddonsVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.0573959Z [00:04:03.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterV2UserKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.0668505Z [00:04:03.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ResumeUpgradeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.0746150Z [00:04:03.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ScanClusterVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.0821719Z [00:04:03.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CheckControlPlaneLogEnable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.0897941Z [00:04:03.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/UpdateResourcesDeleteProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.0976115Z [00:04:03.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/CancelClusterUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.1053152Z [00:04:03.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/PauseTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.1134793Z [00:04:03.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeployPolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.1210430Z [00:04:03.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ResumeComponentUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.1288328Z [00:04:03.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeClusterAttachScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.1367934Z [00:04:03.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ListClusterAddonInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.1445809Z [00:04:03.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/ModifyPolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.1524407Z [00:04:03.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/StartAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.1600330Z [00:04:03.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeEventsForRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.1676501Z [00:04:03.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.1751806Z [00:04:03.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.1828753Z [00:04:03.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/metadatas/cs/DescribeTemplateAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.1905150Z [00:04:03.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.1983035Z [00:04:03.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/SwitchOverGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.2058609Z [00:04:03.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.2135846Z [00:04:03.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.2212231Z [00:04:03.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.2288561Z [00:04:03.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RefreshDBClusterStorageUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.2363836Z [00:04:03.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.2439849Z [00:04:03.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.2516310Z [00:04:03.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.2595656Z [00:04:03.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.2674357Z [00:04:03.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeScheduleTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.2750798Z [00:04:03.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.2828332Z [00:04:03.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeGlobalDatabaseNetworks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.2906471Z [00:04:03.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.2992324Z [00:04:03.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RevokeAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.3060857Z [00:04:03.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBNodesParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.3134729Z [00:04:03.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CheckKMSAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.3206510Z [00:04:03.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.3279100Z [00:04:03.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.3352572Z [00:04:03.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeAITaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.3425924Z [00:04:03.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/UpgradeDBClusterVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.3498028Z [00:04:03.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterStorageSpace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.3576114Z [00:04:03.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RemoveDBClusterFromGDN.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.3652920Z [00:04:03.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/UpgradeDBClusterMinorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.3729566Z [00:04:03.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.3805157Z [00:04:03.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.3880259Z [00:04:03.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.3954966Z [00:04:03.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.4035870Z [00:04:03.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeBackupTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.4109673Z [00:04:03.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterConnectivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.4184863Z [00:04:03.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeCharacterSetName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.4258841Z [00:04:03.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RestoreTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.4333349Z [00:04:03.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.4408150Z [00:04:03.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeUserEncryptionKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.4481952Z [00:04:03.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/EvaluateRegionResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.4556781Z [00:04:03.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBNodesParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.4628348Z [00:04:03.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyLogBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.4701914Z [00:04:03.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.4776216Z [00:04:03.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterAuditLogCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.4853212Z [00:04:03.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterServerlessConf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.4927805Z [00:04:03.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBProxyPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5004114Z [00:04:03.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5078446Z [00:04:03.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5151930Z [00:04:03.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDetachedBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5227104Z [00:04:03.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5300155Z [00:04:03.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBNodeClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5373906Z [00:04:03.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDasConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5448609Z [00:04:03.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/TempModifyDBNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5522116Z [00:04:03.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5595966Z [00:04:03.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5667633Z [00:04:03.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5739398Z [00:04:03.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/EnableDBClusterServerless.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5811651Z [00:04:03.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateColdStorageInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5885896Z [00:04:03.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterAvailableResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.5959207Z [00:04:03.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBNodeHotReplicaMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.6034161Z [00:04:03.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.6113761Z [00:04:03.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.6191233Z [00:04:03.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeClassList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.6268430Z [00:04:03.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DisableDBClusterServerless.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.6342345Z [00:04:03.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.6419388Z [00:04:03.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.6495259Z [00:04:03.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.6569090Z [00:04:03.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.6642238Z [00:04:03.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.6715555Z [00:04:03.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.6787851Z [00:04:03.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.6860891Z [00:04:03.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CheckAccountName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.6934216Z [00:04:03.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7007077Z [00:04:03.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7081082Z [00:04:03.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7156202Z [00:04:03.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyGlobalSecurityIPGroupName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7229161Z [00:04:03.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterServerlessConf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7302548Z [00:04:03.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/OpenAITask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7376766Z [00:04:03.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterMigration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7450058Z [00:04:03.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeParameterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7524043Z [00:04:03.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBClusterEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7597274Z [00:04:03.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CheckServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7670696Z [00:04:03.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7742285Z [00:04:03.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterAccessWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7813796Z [00:04:03.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyPendingMaintenanceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7886449Z [00:04:03.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.7958692Z [00:04:03.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/TransformDBClusterPayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8031685Z [00:04:03.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8103338Z [00:04:03.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/EnableFirewallRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8175930Z [00:04:03.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8248481Z [00:04:03.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CheckDBName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8321152Z [00:04:03.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CloseAITask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8395119Z [00:04:03.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/FailoverDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8468408Z [00:04:03.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusterEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8540874Z [00:04:03.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8612020Z [00:04:03.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8684989Z [00:04:03.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8762160Z [00:04:03.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8834889Z [00:04:03.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8913625Z [00:04:03.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteMaskingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.8989110Z [00:04:03.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClustersWithBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.9066926Z [00:04:03.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.9141067Z [00:04:03.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBNodesClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.9213599Z [00:04:03.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.9285996Z [00:04:04.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBClusterEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.9360692Z [00:04:04.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.9439104Z [00:04:04.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBInitializeVariable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.9516744Z [00:04:04.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.9589539Z [00:04:04.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribePendingMaintenanceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.9660748Z [00:04:04.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.9733512Z [00:04:04.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBLinks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.9804862Z [00:04:04.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeLogBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.9877322Z [00:04:04.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeMaskingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:56.9951356Z [00:04:04.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0022687Z [00:04:04.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribePendingMaintenanceActions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0093375Z [00:04:04.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterPrimaryZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0167255Z [00:04:04.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ManuallyStartDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0239982Z [00:04:04.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0313462Z [00:04:04.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0390145Z [00:04:04.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterAndNodesParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0466912Z [00:04:04.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribePolarSQLCollectorPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0539786Z [00:04:04.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterMigration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0616987Z [00:04:04.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0695190Z [00:04:04.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0773603Z [00:04:04.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0851248Z [00:04:04.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterAuditLogCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0925480Z [00:04:04.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ResetAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.0997846Z [00:04:04.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.1071306Z [00:04:04.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.1143126Z [00:04:04.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.1215868Z [00:04:04.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.1286986Z [00:04:04.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeSlowLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.1361155Z [00:04:04.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.1434285Z [00:04:04.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.1512765Z [00:04:04.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ResetGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.1586208Z [00:04:04.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeParameterGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.1658877Z [00:04:04.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateDBLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.1731262Z [00:04:04.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyMaskingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.1803736Z [00:04:04.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CloseDBClusterMigration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.1873880Z [00:04:04.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DeleteDBLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.1944995Z [00:04:04.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/RestartDBNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2017288Z [00:04:04.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2091388Z [00:04:04.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CreateStoragePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2168456Z [00:04:04.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/GrantAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2243407Z [00:04:04.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeBackupLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2316840Z [00:04:04.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterAccessWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2390369Z [00:04:04.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBNodePerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2464597Z [00:04:04.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/ModifyDBClusterDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2535945Z [00:04:04.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/DescribeDBClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2607314Z [00:04:04.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/polardb/CancelScheduleTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2684724Z [00:04:04.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/UpdateHubClusterFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2758128Z [00:04:04.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeHubClusterLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2832570Z [00:04:04.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicyDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2905370Z [00:04:04.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/UpdateUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.2975567Z [00:04:04.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeHubClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3047396Z [00:04:04.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicyInstancesStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3120478Z [00:04:04.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DeleteUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3191201Z [00:04:04.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/GrantUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3263535Z [00:04:04.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3334218Z [00:04:04.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DeletePolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3405608Z [00:04:04.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3476536Z [00:04:04.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeManagedClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3546465Z [00:04:04.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeHubClusterDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3622176Z [00:04:04.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeHubClusterKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3693000Z [00:04:04.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3764140Z [00:04:04.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DetachClusterFromHub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3837409Z [00:04:04.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicyInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3910841Z [00:04:04.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicyGovernanceInCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.3982372Z [00:04:04.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DescribePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4054895Z [00:04:04.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/GrantUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4127428Z [00:04:04.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DeployPolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4198594Z [00:04:04.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/CreateHubCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4268928Z [00:04:04.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/AttachClusterToHub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4338811Z [00:04:04.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adcp/DeleteHubCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4409609Z [00:04:04.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafGeoInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4478212Z [00:04:04.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4546394Z [00:04:04.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDcdnWafPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4614700Z [00:04:04.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnCertificateSigningRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4685020Z [00:04:04.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ListDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4756506Z [00:04:04.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4826359Z [00:04:04.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteRoutineCodeRevision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4897724Z [00:04:04.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.4973836Z [00:04:04.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRefreshTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5045815Z [00:04:04.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5116331Z [00:04:04.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainQpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5187841Z [00:04:04.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserSecDrop.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5258388Z [00:04:04.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/OpenDcdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5328353Z [00:04:04.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnStagingIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5397361Z [00:04:04.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSMCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5466864Z [00:04:04.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnBlockedRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5535723Z [00:04:04.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchSetDcdnIpaDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5605408Z [00:04:04.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ListDcdnRealTimeDeliveryProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5673967Z [00:04:04.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5741569Z [00:04:04.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafFilterInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5810631Z [00:04:04.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDcdnWafGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5879355Z [00:04:04.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRefreshQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.5948076Z [00:04:04.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeUserErStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6017356Z [00:04:04.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6087151Z [00:04:04.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/StartDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6156533Z [00:04:04.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRegionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6229516Z [00:04:04.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6299842Z [00:04:04.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserSecDropByMinute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6372251Z [00:04:04.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSecFuncInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6442821Z [00:04:04.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CommitStagingRoutineCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6513444Z [00:04:04.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeKvUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6581862Z [00:04:04.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6653242Z [00:04:04.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UploadRoutineCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6722587Z [00:04:04.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchAddDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6793179Z [00:04:04.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UntagDcdnResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6861495Z [00:04:04.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeEncryptRoutineUid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6930930Z [00:04:04.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserBillType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.6999255Z [00:04:04.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7067569Z [00:04:04.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserDomainsByFunc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7138470Z [00:04:04.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7210634Z [00:04:04.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7281010Z [00:04:04.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7352886Z [00:04:04.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteRoutineConfEnvs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7422340Z [00:04:04.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnL2Ips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7493626Z [00:04:04.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnErUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7564704Z [00:04:04.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7635326Z [00:04:04.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/RefreshDcdnObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7704518Z [00:04:04.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7774828Z [00:04:04.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafScenes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7844510Z [00:04:04.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7914473Z [00:04:04.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.7983290Z [00:04:04.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8053030Z [00:04:04.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8122563Z [00:04:04.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PreloadDcdnObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8192180Z [00:04:04.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/RefreshErObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8261469Z [00:04:04.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainOriginBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8330262Z [00:04:04.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteRoutine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8401241Z [00:04:04.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8472784Z [00:04:04.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainSMCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8542158Z [00:04:04.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnKvAccountStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8612124Z [00:04:04.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnWafGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8682605Z [00:04:04.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchDeleteDcdnWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8752168Z [00:04:04.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8822040Z [00:04:04.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineRelatedDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8892255Z [00:04:04.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSecSpecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.8963723Z [00:04:04.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9033258Z [00:04:04.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnBgpTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9101629Z [00:04:04.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnL2Vips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9170397Z [00:04:04.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeUserLogserviceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9239314Z [00:04:05.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/AddDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9308748Z [00:04:05.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PutDcdnKvNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9379102Z [00:04:05.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainIspData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9448650Z [00:04:05.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/GetDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9519029Z [00:04:05.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnVerifyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9589189Z [00:04:05.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CheckDcdnProjectExist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9659413Z [00:04:05.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineCanaryEnvs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9730451Z [00:04:05.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9799932Z [00:04:05.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9870574Z [00:04:05.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSLSRealTimeLogType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:57.9939826Z [00:04:05.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainSSLCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0009534Z [00:04:05.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0079400Z [00:04:05.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafPolicyDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0149774Z [00:04:05.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRDDomainConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0219080Z [00:04:05.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainMultiUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0288405Z [00:04:05.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0356977Z [00:04:05.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0426302Z [00:04:05.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0498252Z [00:04:05.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeHighlightInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0569108Z [00:04:05.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0643150Z [00:04:05.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0714048Z [00:04:05.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserRealTimeDeliveryField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0785949Z [00:04:05.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0855405Z [00:04:05.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainTopReferVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0925457Z [00:04:05.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.0994937Z [00:04:05.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchStartDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1062265Z [00:04:05.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1131248Z [00:04:05.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/StartDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1199018Z [00:04:05.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainUvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1269150Z [00:04:05.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnRealTimeLogProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1337024Z [00:04:05.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetRoutineSubdomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1407689Z [00:04:05.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSubList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1478347Z [00:04:05.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1549183Z [00:04:05.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/StopDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1618591Z [00:04:05.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1686031Z [00:04:05.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1753949Z [00:04:05.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateRoutine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1822279Z [00:04:05.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnDomainCSRCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1894566Z [00:04:05.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.1962619Z [00:04:05.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafSpecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2031172Z [00:04:05.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2100788Z [00:04:05.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDdosSpecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2168703Z [00:04:05.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/TagDcdnResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2236492Z [00:04:05.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeUserDcdnIpaStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2304573Z [00:04:05.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnWafPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2373525Z [00:04:05.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnsecService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2442954Z [00:04:05.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchSetDcdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2511435Z [00:04:05.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnKvNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2579507Z [00:04:05.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2649271Z [00:04:05.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDCdnDomainSchdmByProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2718635Z [00:04:05.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDdosService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2786081Z [00:04:05.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchDeleteDcdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2854561Z [00:04:05.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2923880Z [00:04:05.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainOriginTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.2991710Z [00:04:05.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSSLCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3061336Z [00:04:05.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainsBySource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3129879Z [00:04:05.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3198537Z [00:04:05.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3266743Z [00:04:05.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3334222Z [00:04:05.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnKvNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3401729Z [00:04:05.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3470108Z [00:04:05.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/GetDcdnKvStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3537398Z [00:04:05.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchPutDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3604847Z [00:04:05.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnOriginSiteHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3673023Z [00:04:05.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3740793Z [00:04:05.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3809818Z [00:04:05.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDcdnWafRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3878550Z [00:04:05.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDeletedDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.3946924Z [00:04:05.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4014926Z [00:04:05.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/AddDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4083720Z [00:04:05.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDdosAllEventList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4153226Z [00:04:05.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainBpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4222573Z [00:04:05.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4290966Z [00:04:05.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4360677Z [00:04:05.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaDomainCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4428990Z [00:04:05.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineCodeRevision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4496823Z [00:04:05.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/VerifyDcdnDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4566095Z [00:04:05.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4633544Z [00:04:05.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafBotAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4702024Z [00:04:05.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnBgpBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4770782Z [00:04:05.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4838848Z [00:04:05.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainIpaBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4906532Z [00:04:05.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafDefaultRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.4974336Z [00:04:05.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/StopDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5043741Z [00:04:05.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchSetDcdnDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5113382Z [00:04:05.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnHttpsDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5182168Z [00:04:05.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnUserConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5253883Z [00:04:05.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnKvAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5324371Z [00:04:05.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5395234Z [00:04:05.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5463766Z [00:04:05.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchSetDcdnWafDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5532240Z [00:04:05.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserBillHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5599776Z [00:04:05.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5667353Z [00:04:05.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnWafGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5735720Z [00:04:05.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnUserConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5811693Z [00:04:05.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5882027Z [00:04:05.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainWebsocketTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.5952834Z [00:04:05.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainPvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6026961Z [00:04:05.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6099208Z [00:04:05.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchCreateDcdnWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6171837Z [00:04:05.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainIpaConnData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6242949Z [00:04:05.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRegionAndIsp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6312348Z [00:04:05.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6387211Z [00:04:05.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchModifyDcdnWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6458416Z [00:04:05.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainIpaTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6528191Z [00:04:05.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6599061Z [00:04:05.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/SetDcdnFullDomainsBlockIP.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6670038Z [00:04:05.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeRoutineSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6741749Z [00:04:05.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PublishDcdnStagingConfigToProduction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6810352Z [00:04:05.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6879179Z [00:04:05.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UpdateDcdnUserRealTimeDeliveryField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.6948624Z [00:04:05.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnAclFields.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7016669Z [00:04:05.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainWebsocketBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7084759Z [00:04:05.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7153305Z [00:04:05.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7221752Z [00:04:05.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7289724Z [00:04:05.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnWafPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7358636Z [00:04:05.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7427390Z [00:04:05.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7498681Z [00:04:05.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnIpaUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7568877Z [00:04:05.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDeliverList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7638371Z [00:04:05.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeUserDcdnStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7708278Z [00:04:05.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainCcActivityLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7777174Z [00:04:05.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainTopUrlVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7846071Z [00:04:05.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7916697Z [00:04:05.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.7986169Z [00:04:05.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/RollbackDcdnStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8054537Z [00:04:05.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafPolicyValidDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8123970Z [00:04:05.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8192944Z [00:04:05.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnSpecificStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8261196Z [00:04:05.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8329922Z [00:04:05.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateDcdnSLSRealTimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8398222Z [00:04:05.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8466859Z [00:04:05.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserCertificateExpireCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8537231Z [00:04:05.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnTopDomainsByFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8607304Z [00:04:05.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnUserVipsByDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8677207Z [00:04:05.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PublishRoutineCodeRevision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8747266Z [00:04:05.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/PutDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8816812Z [00:04:05.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnSMCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8885935Z [00:04:05.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainByCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.8955229Z [00:04:05.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnWafDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9024062Z [00:04:05.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9093114Z [00:04:05.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/UploadStagingRoutineCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9161772Z [00:04:05.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRealTimeDeliveryField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9231176Z [00:04:05.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/CreateSlrAndSlsProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9299825Z [00:04:06.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DeleteDcdnIpaSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9368644Z [00:04:06.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9439837Z [00:04:06.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainRealTimeQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9507552Z [00:04:06.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9576640Z [00:04:06.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/DescribeDcdnRefreshTaskById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9648330Z [00:04:06.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/EditRoutineConf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9720546Z [00:04:06.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/BatchStopDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9791904Z [00:04:06.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dcdn/ModifyDcdnWafPolicyDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9863940Z [00:04:06.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/InitializeKvstorePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:58.9934162Z [00:04:06.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0004746Z [00:04:06.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0073834Z [00:04:06.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0142155Z [00:04:06.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/TransformToPrePaid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0211424Z [00:04:06.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0281701Z [00:04:06.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0351503Z [00:04:06.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0420241Z [00:04:06.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CheckCloudResourceAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0491206Z [00:04:06.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/EnableAdditionalBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0561481Z [00:04:06.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeGlobalDistributeCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0633096Z [00:04:06.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceVpcAuthMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0707126Z [00:04:06.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyDBInstanceConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0780324Z [00:04:06.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RemoveSubInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0853069Z [00:04:06.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceMajorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0924144Z [00:04:06.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.0995516Z [00:04:06.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeSecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1064497Z [00:04:06.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeClusterMemberInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1136598Z [00:04:06.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/AddShardingNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1206344Z [00:04:06.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeLogicInstanceTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1279969Z [00:04:06.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/AllocateInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1349096Z [00:04:06.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeDBNodeDirectVipInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1419328Z [00:04:06.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1491364Z [00:04:06.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1560163Z [00:04:06.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateGlobalDistributeCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1630904Z [00:04:06.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeAuditRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1700546Z [00:04:06.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceMinorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1770941Z [00:04:06.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1841042Z [00:04:06.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeBackupTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1912355Z [00:04:06.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ReleaseInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.1983690Z [00:04:06.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeRoleZoneInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2056529Z [00:04:06.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2130272Z [00:04:06.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/TransformInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2204720Z [00:04:06.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/UnlockDBInstanceWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2279046Z [00:04:06.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DeleteGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2348877Z [00:04:06.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ReleaseDirectConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2418041Z [00:04:06.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeHistoryTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2488756Z [00:04:06.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeRunningLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2560088Z [00:04:06.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstancesOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2629905Z [00:04:06.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceNetExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2698464Z [00:04:06.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateCacheAnalysisTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2767765Z [00:04:06.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/SyncDtsStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2838267Z [00:04:06.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2908899Z [00:04:06.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.2980977Z [00:04:06.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3050893Z [00:04:06.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3121177Z [00:04:06.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/AllocateDirectConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3190310Z [00:04:06.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3261354Z [00:04:06.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3332799Z [00:04:06.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3401279Z [00:04:06.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyGlobalSecurityIPGroupName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3483615Z [00:04:06.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeParameterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3553650Z [00:04:06.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3622804Z [00:04:06.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyIntranetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3691704Z [00:04:06.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeHistoryMonitorValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3760837Z [00:04:06.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeCacheAnalysisReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3830651Z [00:04:06.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3901223Z [00:04:06.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceTDEStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.3971041Z [00:04:06.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RenewAdditionalBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4041941Z [00:04:06.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4111171Z [00:04:06.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/SwitchNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4183790Z [00:04:06.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeIntranetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4252688Z [00:04:06.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeCacheAnalysisReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4321273Z [00:04:06.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/SwitchInstanceProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4390706Z [00:04:06.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4461682Z [00:04:06.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeMonitorItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4534046Z [00:04:06.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeAuditLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4603623Z [00:04:06.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4676896Z [00:04:06.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4747924Z [00:04:06.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/LockDBInstanceWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4818511Z [00:04:06.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifySecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4886713Z [00:04:06.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeSecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.4956067Z [00:04:06.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5025946Z [00:04:06.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/MigrateToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5096620Z [00:04:06.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5166314Z [00:04:06.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyActiveOperationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5236404Z [00:04:06.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeEncryptionKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5305867Z [00:04:06.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeDedicatedClusterInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5374247Z [00:04:06.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5445120Z [00:04:06.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RestartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5513700Z [00:04:06.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5580935Z [00:04:06.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5649330Z [00:04:06.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5717938Z [00:04:06.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5789062Z [00:04:06.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5859292Z [00:04:06.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeClusterBackupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5928173Z [00:04:06.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.5997197Z [00:04:06.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6068841Z [00:04:06.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6139338Z [00:04:06.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6209723Z [00:04:06.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6281418Z [00:04:06.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6351033Z [00:04:06.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DeleteShardingNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6421601Z [00:04:06.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyAuditLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6491443Z [00:04:06.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/FlushInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6561099Z [00:04:06.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6630669Z [00:04:06.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/FlushExpireKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6704022Z [00:04:06.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeParameterModificationHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6776335Z [00:04:06.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6846973Z [00:04:06.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeEncryptionKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6917866Z [00:04:06.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeActiveOperationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.6987898Z [00:04:06.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/DescribeDBInstanceNetInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7058377Z [00:04:06.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7127106Z [00:04:06.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/CreateTairInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7194635Z [00:04:06.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7263888Z [00:04:06.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7333306Z [00:04:06.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7403105Z [00:04:06.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/SwitchInstanceHA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7474094Z [00:04:06.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/RestoreInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7543073Z [00:04:06.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/FlushInstanceForDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7611860Z [00:04:06.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/GrantAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7681218Z [00:04:06.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7751033Z [00:04:06.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/r-kvstore/ModifyInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7822263Z [00:04:06.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7893354Z [00:04:06.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteResolverEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.7960987Z [00:04:06.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8031675Z [00:04:06.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddResolverEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8100657Z [00:04:06.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateZoneRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8170002Z [00:04:06.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddResolverRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8240704Z [00:04:06.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8313349Z [00:04:06.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeStatisticSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8385305Z [00:04:06.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateRecordRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8457068Z [00:04:06.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeSyncEcsHostTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8527738Z [00:04:06.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8599273Z [00:04:06.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8669115Z [00:04:06.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddZoneRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8739753Z [00:04:06.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeChangeLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8809225Z [00:04:06.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateResolverEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8880759Z [00:04:06.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeZoneVpcTree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.8950898Z [00:04:06.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/AddUserVpcAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9020337Z [00:04:06.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9089518Z [00:04:06.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9158554Z [00:04:06.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateResolverRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9227632Z [00:04:06.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteZoneRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9297242Z [00:04:07.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/SetZoneRecordStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9366448Z [00:04:07.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateZoneRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9435108Z [00:04:07.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteUserVpcAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9506333Z [00:04:07.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeZoneRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9577681Z [00:04:07.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9648516Z [00:04:07.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/SetProxyPattern.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9719067Z [00:04:07.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9789689Z [00:04:07.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/BindResolverRuleVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9859703Z [00:04:07.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UpdateSyncEcsHostTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:17:59.9928938Z [00:04:07.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0000234Z [00:04:07.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeResolverEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0070040Z [00:04:07.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeRequestGraph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0141364Z [00:04:07.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteResolverRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0222552Z [00:04:07.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0293685Z [00:04:07.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeUserVpcAuthorizations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0362322Z [00:04:07.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0432328Z [00:04:07.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0505580Z [00:04:07.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DeleteZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0582064Z [00:04:07.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/BindZoneVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0655751Z [00:04:07.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/DescribeZoneInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0728393Z [00:04:07.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/pvtz/CheckZoneName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0803103Z [00:04:07.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RefreshVodObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0879034Z [00:04:07.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.0949263Z [00:04:07.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribePlayVideoStatis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1017723Z [00:04:07.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1085568Z [00:04:07.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DecryptKMSDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1154228Z [00:04:07.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitWorkflowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1221858Z [00:04:07.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAIImageInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1290802Z [00:04:07.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAuditHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1359322Z [00:04:07.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1431134Z [00:04:07.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVideoInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1501647Z [00:04:07.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1572005Z [00:04:07.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateUploadAttachedMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1640922Z [00:04:07.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetCategories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1709793Z [00:04:07.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateUploadVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1778286Z [00:04:07.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodStorageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1845920Z [00:04:07.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/VerifyVodDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1914625Z [00:04:07.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateVideoInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.1981881Z [00:04:07.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAppPoliciesForIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2048701Z [00:04:07.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetDefaultTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2115295Z [00:04:07.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitTranscodeJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2183437Z [00:04:07.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2253472Z [00:04:07.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVideoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2322212Z [00:04:07.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListTranscodeTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2390395Z [00:04:07.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2458280Z [00:04:07.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMessageCallback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2526528Z [00:04:07.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/BatchStopVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2593739Z [00:04:07.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2661177Z [00:04:07.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAppInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2728081Z [00:04:07.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2798108Z [00:04:07.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2865835Z [00:04:07.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetEditingProjectMaterials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.2934144Z [00:04:07.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3002000Z [00:04:07.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAttachedMediaInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3069885Z [00:04:07.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAuditSecurityIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3139171Z [00:04:07.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3208877Z [00:04:07.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListLiveRecordVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3277606Z [00:04:07.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddEditingProjectMaterials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3346257Z [00:04:07.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetPlayInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3415743Z [00:04:07.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitAIImageAuditJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3488496Z [00:04:07.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3561268Z [00:04:07.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetTranscodeTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3630560Z [00:04:07.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodRefreshQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3698772Z [00:04:07.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RestoreMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3768076Z [00:04:07.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaRefreshJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3837517Z [00:04:07.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3906026Z [00:04:07.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.3974411Z [00:04:07.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AttachAppPolicyToIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4041359Z [00:04:07.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaAuditResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4109338Z [00:04:07.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetImageInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4176785Z [00:04:07.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetImageInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4244343Z [00:04:07.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4311476Z [00:04:07.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteMessageCallback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4379611Z [00:04:07.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitDynamicImageJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4446869Z [00:04:07.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GenerateDownloadSecretKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4513517Z [00:04:07.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4583028Z [00:04:07.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaAuditAudioResultDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4651230Z [00:04:07.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SearchMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4718532Z [00:04:07.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SearchEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4786601Z [00:04:07.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4855795Z [00:04:07.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAIJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4924807Z [00:04:07.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.4993634Z [00:04:07.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.5062558Z [00:04:07.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.5131300Z [00:04:07.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateMediaStorageClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.5201283Z [00:04:07.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetVodDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.5270312Z [00:04:07.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetURLUploadInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.5337861Z [00:04:07.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.5406438Z [00:04:07.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribePlayUserAvg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.5481216Z [00:04:07.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAIMediaAuditJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.5559667Z [00:04:07.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitDigitalWatermarkExtractJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.5632961Z [00:04:07.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/PreloadVodObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.5707960Z [00:04:07.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteEditingProjectMaterials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.5781164Z [00:04:07.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateVideoInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.5854577Z [00:04:07.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetDefaultAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.5927645Z [00:04:07.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaAuditResultDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.6005487Z [00:04:07.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodAIData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.6084177Z [00:04:07.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.6160850Z [00:04:07.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UploadMediaByURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.6238695Z [00:04:07.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteDynamicImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.6355868Z [00:04:07.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddVodStorageForApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.6433236Z [00:04:07.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetTranscodeSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.6509958Z [00:04:07.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetCrossdomainContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.6588429Z [00:04:07.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitAIJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.6662245Z [00:04:07.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.6738439Z [00:04:07.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.6809451Z [00:04:07.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.6882134Z [00:04:07.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.6958624Z [00:04:07.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.7031654Z [00:04:07.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaDNAResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.7106089Z [00:04:07.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.7180950Z [00:04:07.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.7257207Z [00:04:07.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMezzanineInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.7331173Z [00:04:07.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.7407647Z [00:04:07.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribePlayUserTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.7483120Z [00:04:07.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.7558814Z [00:04:07.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.7634700Z [00:04:07.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribePlayTopVideos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.7709275Z [00:04:07.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.7784101Z [00:04:07.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.7862028Z [00:04:07.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RegisterMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.7946436Z [00:04:07.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8018789Z [00:04:07.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitMediaDNADeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8088875Z [00:04:07.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetAuditSecurityIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8158858Z [00:04:07.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteMezzanines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8228079Z [00:04:07.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVideoPlayAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8298119Z [00:04:07.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitSnapshotJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8367589Z [00:04:07.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteMultipartUpload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8438068Z [00:04:07.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GenerateKMSDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8505945Z [00:04:07.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitPreprocessJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8574263Z [00:04:07.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8642717Z [00:04:07.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8711041Z [00:04:07.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitAIMediaAuditJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8780868Z [00:04:07.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8851191Z [00:04:07.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetDefaultWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8928470Z [00:04:07.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/BatchStartVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.8995005Z [00:04:07.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9064445Z [00:04:07.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SubmitAIImageJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9134603Z [00:04:07.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetDigitalWatermarkExtractResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9201918Z [00:04:07.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteAttachedMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9270875Z [00:04:08.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteAIImageInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9340246Z [00:04:08.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9409108Z [00:04:08.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAIImageJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9478938Z [00:04:08.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UploadStreamByURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9550159Z [00:04:08.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RefreshUploadVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9619507Z [00:04:08.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateAttachedMediaInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9688392Z [00:04:08.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9763928Z [00:04:08.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodVerifyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9837126Z [00:04:08.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9907379Z [00:04:08.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/MoveAppResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:00.9976900Z [00:04:08.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ProduceEditingProjectVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0047990Z [00:04:08.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0117258Z [00:04:08.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0185997Z [00:04:08.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodRefreshTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0255298Z [00:04:08.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/UpdateImageInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0326602Z [00:04:08.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/RefreshMediaPlayUrls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0397968Z [00:04:08.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteVodSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0468337Z [00:04:08.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodTranscodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0537783Z [00:04:08.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAIVideoTagResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0611563Z [00:04:08.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CreateUploadImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0686724Z [00:04:08.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetVideoInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0759404Z [00:04:08.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0830466Z [00:04:08.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetMessageCallback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0898598Z [00:04:08.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DescribeVodDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.0968813Z [00:04:08.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetMediaAuditResultTimeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1038224Z [00:04:08.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetDefaultAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1108146Z [00:04:08.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DetachAppPolicyFromIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1177874Z [00:04:08.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/CancelUrlUploadJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1248736Z [00:04:08.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1317405Z [00:04:08.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/GetUploadDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1388471Z [00:04:08.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/BatchSetVodDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1456655Z [00:04:08.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1528151Z [00:04:08.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1598582Z [00:04:08.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/AddVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1669830Z [00:04:08.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/SetEditingProjectMaterials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1740829Z [00:04:08.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/ListDynamicImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1810175Z [00:04:08.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vod/DeleteImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1880533Z [00:04:08.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebCcProtectSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.1951949Z [00:04:08.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteWebPreciseAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2024505Z [00:04:08.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAreaBlockConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2094053Z [00:04:08.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2164287Z [00:04:08.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainQPSList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2234237Z [00:04:08.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeL7RsPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2302973Z [00:04:08.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDefenseCountStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2371663Z [00:04:08.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2441178Z [00:04:08.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteAsyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2510875Z [00:04:08.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/AddAutoCcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2580013Z [00:04:08.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyNetworkRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2651315Z [00:04:08.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateWebRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2722810Z [00:04:08.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventSrcIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2795488Z [00:04:08.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigLayer4RulePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2865260Z [00:04:08.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteAutoCcBlacklist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.2936778Z [00:04:08.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeBackSourceCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3010426Z [00:04:08.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigWebCCTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3079484Z [00:04:08.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3150240Z [00:04:08.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyTlsConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3220936Z [00:04:08.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EnableSceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3290165Z [00:04:08.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeCnameReuses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3360962Z [00:04:08.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyHealthCheckConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3431589Z [00:04:08.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainTopAttackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3501800Z [00:04:08.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EmptyAutoCcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3571240Z [00:04:08.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceExt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3643298Z [00:04:08.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAutoCcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3710805Z [00:04:08.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DisableWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3780397Z [00:04:08.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EmptyAutoCcBlacklist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3851008Z [00:04:08.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortConnsCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3921328Z [00:04:08.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeOpEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.3990632Z [00:04:08.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeNetworkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4061525Z [00:04:08.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebInstanceRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4132912Z [00:04:08.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeCerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4202261Z [00:04:08.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeUnBlackholeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4273235Z [00:04:08.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebCacheMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4341926Z [00:04:08.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAttackAnalysisMaxQps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4413332Z [00:04:08.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainStatusCodeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4481982Z [00:04:08.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ReleaseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4552289Z [00:04:08.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateAsyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4621668Z [00:04:08.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4697127Z [00:04:08.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSchedulerRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4771024Z [00:04:08.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventArea.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4842963Z [00:04:08.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigLayer4RuleBakMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4916971Z [00:04:08.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainViewSourceProvinces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.4991698Z [00:04:08.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSceneDefensePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5062939Z [00:04:08.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAreaBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5134161Z [00:04:08.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EnableWebCC.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5208103Z [00:04:08.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDoSEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5281109Z [00:04:08.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteWebCacheCustomRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5353546Z [00:04:08.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateNetworkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5428998Z [00:04:08.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAIProtectMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5501939Z [00:04:08.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigL7RsPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5572266Z [00:04:08.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EnableWebAccessLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5640424Z [00:04:08.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5708742Z [00:04:08.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5777102Z [00:04:08.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortAutoCcStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5845704Z [00:04:08.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAccessMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5914096Z [00:04:08.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebPreciseAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.5984305Z [00:04:08.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyPortAutoCcStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6053919Z [00:04:08.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DisableWebAccessLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6123648Z [00:04:08.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortConnsList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6196006Z [00:04:08.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6266105Z [00:04:08.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSlaEventList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6336966Z [00:04:08.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainViewSourceCountries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6407722Z [00:04:08.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainQpsWithCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6479461Z [00:04:08.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAreaBlockSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6550126Z [00:04:08.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteSchedulerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6620279Z [00:04:08.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6689070Z [00:04:08.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDefenseRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6758772Z [00:04:08.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteSceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6827877Z [00:04:08.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeElasticBandwidthSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6897998Z [00:04:08.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateSceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.6967018Z [00:04:08.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeHealthCheckList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7037186Z [00:04:08.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7110285Z [00:04:08.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventIsp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7184018Z [00:04:08.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7257426Z [00:04:08.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortViewSourceProvinces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7329035Z [00:04:08.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortViewSourceIsps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7401310Z [00:04:08.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebCacheCustomRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7474560Z [00:04:08.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/SwitchSchedulerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7549497Z [00:04:08.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSceneDefenseObjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7624322Z [00:04:08.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainViewTopCostTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7698413Z [00:04:08.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7773340Z [00:04:08.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAccessLogDispatchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7844659Z [00:04:08.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebCCRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7917111Z [00:04:08.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/AddAutoCcBlacklist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.7990449Z [00:04:08.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortAttackMaxFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8060960Z [00:04:08.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8133715Z [00:04:08.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainStatusCodeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8204092Z [00:04:08.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeLayer4RulePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8275438Z [00:04:08.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DetachSceneDefenseObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8346934Z [00:04:08.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EnableWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8417798Z [00:04:08.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyFullLogTtl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8489886Z [00:04:08.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/AttachSceneDefenseObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8560918Z [00:04:08.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigNetworkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8635059Z [00:04:08.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifySceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8707335Z [00:04:08.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSlsLogstoreInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8777975Z [00:04:08.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeStsGrantStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8848337Z [00:04:08.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteAutoCcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8919885Z [00:04:08.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeNetworkRegionBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.8989190Z [00:04:08.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAIProtectSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.9059017Z [00:04:08.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeHealthCheckStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.9128941Z [00:04:08.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.9201236Z [00:04:08.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.9276535Z [00:04:09.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAutoCcListCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.9352363Z [00:04:09.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebPreciseAccessSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.9428572Z [00:04:09.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.9501000Z [00:04:09.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreatePort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.9574196Z [00:04:09.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.9645730Z [00:04:09.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyOcspStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.9718627Z [00:04:09.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.9789171Z [00:04:09.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebCustomPorts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.9862092Z [00:04:09.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeBlockStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:01.9938780Z [00:04:09.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyElasticBandWidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0015691Z [00:04:09.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebAccessMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0090878Z [00:04:09.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/AssociateWebCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0164780Z [00:04:09.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAsyncTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0235747Z [00:04:09.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventMax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0305336Z [00:04:09.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeBlackholeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0376299Z [00:04:09.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSystemLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0448595Z [00:04:09.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0521463Z [00:04:09.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeletePort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0597683Z [00:04:09.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebPreciseAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0677654Z [00:04:09.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigNetworkRegionBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0754916Z [00:04:09.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigUdpReflect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0829356Z [00:04:09.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainViewTopUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0903667Z [00:04:09.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeNetworkRuleAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.0977767Z [00:04:09.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyHttp2Enable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1050557Z [00:04:09.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteWebRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1123253Z [00:04:09.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeAutoCcBlacklist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1192659Z [00:04:09.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDomainAttackEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1261520Z [00:04:09.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstanceSpecs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1331214Z [00:04:09.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateSchedulerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1400374Z [00:04:09.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSlsAuthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1471598Z [00:04:09.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortFlowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1545813Z [00:04:09.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1615083Z [00:04:09.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyBlackholeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1682554Z [00:04:09.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortMaxConns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1751682Z [00:04:09.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DisableWebCC.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1818680Z [00:04:09.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAccessLogEmptyCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1888672Z [00:04:09.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/CreateDomainResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.1958630Z [00:04:09.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribePortViewSourceCountries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2028683Z [00:04:09.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyPort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2100285Z [00:04:09.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebAccessLogStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2170438Z [00:04:09.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosEventAttackType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2241124Z [00:04:09.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeDDosAllEventList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2314074Z [00:04:09.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigWebIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2389130Z [00:04:09.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2460415Z [00:04:09.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeWebCacheConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2532160Z [00:04:09.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyDomainResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2603382Z [00:04:09.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DisableSceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2674266Z [00:04:09.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/EmptySlsLogstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2744159Z [00:04:09.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebCacheSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2838729Z [00:04:09.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeUdpReflect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2909340Z [00:04:09.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyWebIpSetSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.2983653Z [00:04:09.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DeleteDomainResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.3057325Z [00:04:09.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyBlockStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.3130247Z [00:04:09.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeUnBlockCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.3201859Z [00:04:09.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifySchedulerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.3274401Z [00:04:09.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyCnameReuse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.3345072Z [00:04:09.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeSlsOpenStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.3417623Z [00:04:09.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ModifyInstanceRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.3505865Z [00:04:09.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/DescribeLogStoreExistStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.3577147Z [00:04:09.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ddoscoo/ConfigLayer4Remark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.3650526Z [00:04:09.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjectTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.3721071Z [00:04:09.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetFlowTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.3791391Z [00:04:09.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetTestcaseList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.3861668Z [00:04:09.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateProjectField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.3931705Z [00:04:09.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProtectedBranches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4003936Z [00:04:09.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjectWorkitemTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4074163Z [00:04:09.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateUserKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4142768Z [00:04:09.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteRepositoryWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4211828Z [00:04:09.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeletePipelineRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4282679Z [00:04:09.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4351545Z [00:04:09.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkitemEstimate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4419500Z [00:04:09.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkItemActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4488674Z [00:04:09.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4557832Z [00:04:09.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/StopPipelineJobRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4626677Z [00:04:09.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateServiceAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4696099Z [00:04:09.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4765759Z [00:04:09.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ReopenMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4835008Z [00:04:09.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineScanReportUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4903864Z [00:04:09.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.4972697Z [00:04:09.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5040325Z [00:04:09.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5107695Z [00:04:09.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryBranches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5176291Z [00:04:09.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetProjectMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5244191Z [00:04:09.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitemV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5312175Z [00:04:09.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateSshKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5380692Z [00:04:09.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateAppMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5448581Z [00:04:09.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteFlowTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5517184Z [00:04:09.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteWorkitemAllComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5588791Z [00:04:09.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeletePipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5658015Z [00:04:09.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateFlowTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5728162Z [00:04:09.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/AddWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5798252Z [00:04:09.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateResourceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5869227Z [00:04:09.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListServiceAuths.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.5940939Z [00:04:09.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListOrganizationMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6011744Z [00:04:09.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6082296Z [00:04:09.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CloseMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6153467Z [00:04:09.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ReleaseWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6222525Z [00:04:09.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6291246Z [00:04:09.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6361089Z [00:04:09.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequests.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6432131Z [00:04:09.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6503141Z [00:04:09.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateRepositoryGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6573592Z [00:04:09.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateFlowTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6642681Z [00:04:09.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6711282Z [00:04:09.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateServiceConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6780988Z [00:04:09.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkItemWorkFlowStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6850913Z [00:04:09.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListUserResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6920341Z [00:04:09.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetSprintInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.6990232Z [00:04:09.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/WorkitemAttachmentCreate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7059625Z [00:04:09.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateServiceCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7130447Z [00:04:09.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/LogVMDeployMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7199495Z [00:04:09.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteUserKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7269860Z [00:04:09.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetMergeRequestChangeTree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7338386Z [00:04:09.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequestPatchSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7407711Z [00:04:09.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/MergeMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7480663Z [00:04:09.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/AddRepositoryMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7552146Z [00:04:09.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7621296Z [00:04:09.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateCommitStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7691697Z [00:04:09.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetRepositoryCommit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7760823Z [00:04:09.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7842355Z [00:04:09.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7917072Z [00:04:09.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteGroupMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.7989725Z [00:04:09.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteVariableGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8060287Z [00:04:09.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPushRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8130298Z [00:04:09.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateGroupMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8202746Z [00:04:09.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjectMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8273230Z [00:04:09.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8343159Z [00:04:09.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetGroupByPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8413169Z [00:04:09.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineJobHistorys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8488077Z [00:04:09.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8560423Z [00:04:09.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/RetryPipelineJobRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8630790Z [00:04:09.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8703457Z [00:04:09.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/LogPipelineJobRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8772964Z [00:04:09.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListSearchSourceCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8841693Z [00:04:09.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateFlowTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8911648Z [00:04:09.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.8980544Z [00:04:09.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9050555Z [00:04:09.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateTestResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9120868Z [00:04:09.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9191579Z [00:04:09.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListApplicationMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9260597Z [00:04:10.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePushReviewOnOff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9329102Z [00:04:10.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListResourceMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9400180Z [00:04:10.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteProjectLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9470204Z [00:04:10.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9544242Z [00:04:10.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateVariableGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9615317Z [00:04:10.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateSprint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9686556Z [00:04:10.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9757261Z [00:04:10.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ResumeVMDeployOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9825934Z [00:04:10.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/SkipVMDeployMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9895699Z [00:04:10.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListUserKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:02.9965412Z [00:04:10.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0034997Z [00:04:10.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0109997Z [00:04:10.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateDeployKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0179595Z [00:04:10.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListSearchRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0250733Z [00:04:10.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineRuns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0320919Z [00:04:10.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0391655Z [00:04:10.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkItemAllFields.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0460612Z [00:04:10.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ReviewMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0530392Z [00:04:10.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0600167Z [00:04:10.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetOrganizationMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0677430Z [00:04:10.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0746360Z [00:04:10.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0817898Z [00:04:10.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequestLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0886788Z [00:04:10.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineArtifactUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.0955481Z [00:04:10.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListHostGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1025320Z [00:04:10.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPushRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1094542Z [00:04:10.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteResourceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1163723Z [00:04:10.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetCompareDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1233506Z [00:04:10.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetFileLastCommit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1303810Z [00:04:10.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePipelineBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1374516Z [00:04:10.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitemComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1445603Z [00:04:10.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetSearchCodePreview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1514890Z [00:04:10.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkItemInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1587236Z [00:04:10.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateResourceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1656006Z [00:04:10.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreatePushRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1724614Z [00:04:10.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListGroupMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1793735Z [00:04:10.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/StopVMDeployOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1863269Z [00:04:10.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListProjectLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.1940367Z [00:04:10.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2013711Z [00:04:10.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListSprints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2089123Z [00:04:10.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineGroupPipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2163867Z [00:04:10.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryTree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2237700Z [00:04:10.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetVMDeployOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2310843Z [00:04:10.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2381562Z [00:04:10.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListCommitStatuses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2452034Z [00:04:10.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetTestResultList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2522242Z [00:04:10.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/AddGroupMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2594366Z [00:04:10.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/TransferRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2663215Z [00:04:10.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteFlowTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2733810Z [00:04:10.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePushRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2802806Z [00:04:10.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteWorkitemComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2871524Z [00:04:10.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemAttachmentCreatemeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.2940183Z [00:04:10.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemCommentList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3010939Z [00:04:10.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitemEstimate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3079841Z [00:04:10.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/StopPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3150263Z [00:04:10.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryCommitDiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3220254Z [00:04:10.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/RetryVMDeployMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3288861Z [00:04:10.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkItemWorkFlowInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3358945Z [00:04:10.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateProtectedBranches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3430521Z [00:04:10.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteProtectedBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3503622Z [00:04:10.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateAppMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3573314Z [00:04:10.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateMergeRequestPersonnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3643917Z [00:04:10.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateWorkitemComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3713315Z [00:04:10.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3783939Z [00:04:10.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetFileBlobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3852620Z [00:04:10.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreatePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3923368Z [00:04:10.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.3993041Z [00:04:10.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/TriggerRepositoryMirrorSync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4069874Z [00:04:10.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequestComments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4138657Z [00:04:10.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4207752Z [00:04:10.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateProjectLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4276388Z [00:04:10.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/FrozenWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4344417Z [00:04:10.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListSearchCommit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4415607Z [00:04:10.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/PassPipelineValidate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4489653Z [00:04:10.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteRepositoryMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4561899Z [00:04:10.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/RefusePipelineValidate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4633519Z [00:04:10.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetProjectInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4708026Z [00:04:10.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateOAuthToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4780166Z [00:04:10.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateWorkitemField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4851061Z [00:04:10.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListGroupRepositories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4922088Z [00:04:10.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.4992129Z [00:04:10.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/EnableDeployKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5061780Z [00:04:10.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateWorkItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5131691Z [00:04:10.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5202601Z [00:04:10.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateTestCase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5279619Z [00:04:10.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListMergeRequestFilesReads.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5351684Z [00:04:10.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryMemberWithInherited.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5422079Z [00:04:10.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkitemAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5490440Z [00:04:10.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkitemTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5559006Z [00:04:10.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5631903Z [00:04:10.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListVariableGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5701995Z [00:04:10.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetCodeupOrganization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5771933Z [00:04:10.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ResetSshKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5841941Z [00:04:10.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetVariableGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5911813Z [00:04:10.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteWorkitem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.5981096Z [00:04:10.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListOrganizations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6049819Z [00:04:10.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateVariableGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6118918Z [00:04:10.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateTestCase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6187187Z [00:04:10.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteAppMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6258852Z [00:04:10.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListTestCaseFields.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6327880Z [00:04:10.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemTimeTypeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6397825Z [00:04:10.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6470588Z [00:04:10.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListFlowTagGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6541437Z [00:04:10.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineEmasArtifactUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6613061Z [00:04:10.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateProjectLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6684492Z [00:04:10.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetWorkitemRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6757052Z [00:04:10.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateProtectdBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6826483Z [00:04:10.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6897309Z [00:04:10.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/LinkMergeRequestLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.6967544Z [00:04:10.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeleteRepositoryGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7037771Z [00:04:10.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/JoinPipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7106822Z [00:04:10.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetRepositoryTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7179043Z [00:04:10.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListServiceConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7248979Z [00:04:10.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7318204Z [00:04:10.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateFlowTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7388441Z [00:04:10.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetGroupDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7457929Z [00:04:10.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeletePushRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7528080Z [00:04:10.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkitems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7598578Z [00:04:10.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreatePipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7669363Z [00:04:10.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateProjectMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7740331Z [00:04:10.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/StartPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7811940Z [00:04:10.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetPipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7883274Z [00:04:10.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetCustomFieldOption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.7952137Z [00:04:10.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdatePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8026660Z [00:04:10.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListPipelineGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8102768Z [00:04:10.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/SkipPipelineJobRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8168613Z [00:04:10.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetBranchInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8239673Z [00:04:10.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/DeletePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8311380Z [00:04:10.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/AddPipelineRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8381512Z [00:04:10.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListWorkspaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8451826Z [00:04:10.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/CreateWorkitemRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8521159Z [00:04:10.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListServiceCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8591573Z [00:04:10.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8661795Z [00:04:10.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8732237Z [00:04:10.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/UpdateRepositoryMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8801426Z [00:04:10.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/devops/ListRepositoryCommits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8875647Z [00:04:10.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnGatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.8946558Z [00:04:10.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteBgpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9017632Z [00:04:10.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListPrefixLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9088331Z [00:04:10.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyCommonBandwidthPackageIpBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9158537Z [00:04:10.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIPv6TranslatorAclList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9228703Z [00:04:10.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouteEntryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9299533Z [00:04:11.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CancelCommonBandwidthPackageIpBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9368588Z [00:04:11.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreatePhysicalConnectionSetupOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9439165Z [00:04:11.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DissociateVpnGatewayWithCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9508760Z [00:04:11.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnSslServerLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9579090Z [00:04:11.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorAclListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9646616Z [00:04:11.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIPv6Translator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9716107Z [00:04:11.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeFailoverTestJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9785414Z [00:04:11.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVirtualBorderRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9856248Z [00:04:11.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9927835Z [00:04:11.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteCustomerGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:03.9998748Z [00:04:11.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ConfirmPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0069145Z [00:04:11.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ConvertBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0140457Z [00:04:11.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateIpv6InternetBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0211784Z [00:04:11.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpconnFromVbr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0284227Z [00:04:11.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreatePublicIpAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0357295Z [00:04:11.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateGatewayRouteTableEntryAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0426244Z [00:04:11.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0495943Z [00:04:11.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0565334Z [00:04:11.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RemoveGlobalAccelerationInstanceIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0636376Z [00:04:11.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeNatGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0709175Z [00:04:11.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyRouteTableAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0780360Z [00:04:11.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CompletePhysicalConnectionLOA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0850146Z [00:04:11.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpv6EgressOnlyRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0920765Z [00:04:11.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnPbrRouteEntryWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.0993969Z [00:04:11.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateDhcpOptionsSetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.1068983Z [00:04:11.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIpv6EgressOnlyRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.1145489Z [00:04:11.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteBgpPeer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.1220684Z [00:04:11.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVSwitchCidrReservationAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.1293310Z [00:04:11.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RevokeInstanceFromVbr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.1365572Z [00:04:11.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyEipAddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.1437452Z [00:04:11.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeBgpNetworks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.1512362Z [00:04:11.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpnGatewayDiagnoseResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.1587390Z [00:04:11.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteDhcpOptionsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.1656459Z [00:04:11.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteNatIpCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.1727646Z [00:04:11.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/OpenPhysicalConnectionService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.1797899Z [00:04:11.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyExpressCloudConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.1865912Z [00:04:11.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdatePublicIpAddressPoolAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.1934476Z [00:04:11.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2004304Z [00:04:11.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNatGatewaySpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2073719Z [00:04:11.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIpv4Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2144698Z [00:04:11.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CheckCanAllocateVpcPrivateIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2215654Z [00:04:11.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/TagResourcesForExpressConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2286253Z [00:04:11.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVSwitchCidrReservationUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2356649Z [00:04:11.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyCommonBandwidthPackageSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2429467Z [00:04:11.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeNetworkAclAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2499884Z [00:04:11.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2571572Z [00:04:11.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2642924Z [00:04:11.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateVirtualPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2712271Z [00:04:11.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnRouteEntryWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2781545Z [00:04:11.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2853177Z [00:04:11.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListIpsecServerLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2923659Z [00:04:11.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.2993290Z [00:04:11.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNatGatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3062933Z [00:04:11.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpcRouteEntrySummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3133287Z [00:04:11.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyExpressCloudConnectionBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3205231Z [00:04:11.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/SecondApplyPhysicalConnectionLOA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3274714Z [00:04:11.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateTrafficMirrorSessionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3344462Z [00:04:11.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DiagnoseVpnGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3415202Z [00:04:11.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3485603Z [00:04:11.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListPublicIpAddressPoolCidrBlocks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3554011Z [00:04:11.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3621959Z [00:04:11.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3690920Z [00:04:11.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3758812Z [00:04:11.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3828399Z [00:04:11.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3897191Z [00:04:11.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListGatewayRouteTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.3966209Z [00:04:11.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteBgpNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4034230Z [00:04:11.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnGatewayAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4103482Z [00:04:11.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/StopFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4173629Z [00:04:11.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteNatIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4243998Z [00:04:11.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListPublicIpAddressPools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4314980Z [00:04:11.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVirtualBorderRouterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4385473Z [00:04:11.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4457240Z [00:04:11.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIPv6TranslatorAclLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4526170Z [00:04:11.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateIpv4GatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4594582Z [00:04:11.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CancelPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4663058Z [00:04:11.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4732252Z [00:04:11.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIPv6TranslatorEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4800570Z [00:04:11.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListIpv4Gateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4869112Z [00:04:11.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVirtualPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.4938817Z [00:04:11.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5008762Z [00:04:11.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSslVpnClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5079780Z [00:04:11.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListTagResourcesForExpressConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5153245Z [00:04:11.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeServerRelatedGlobalAccelerationInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5226951Z [00:04:11.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateVpcGatewayEndpointAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5297711Z [00:04:11.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ActiveFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5370452Z [00:04:11.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateVpcIpv6Cidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5443771Z [00:04:11.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEipMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5514632Z [00:04:11.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5583519Z [00:04:11.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIpv6GatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5651930Z [00:04:11.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteGlobalAccelerationInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5722806Z [00:04:11.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5794007Z [00:04:11.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ReleaseEipSegmentAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5864401Z [00:04:11.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.5932959Z [00:04:11.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetDhcpOptionsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6002077Z [00:04:11.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateBgpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6069974Z [00:04:11.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6140611Z [00:04:11.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateTrafficMirrorFilterRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6208431Z [00:04:11.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListTrafficMirrorFilters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6279195Z [00:04:11.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6349076Z [00:04:11.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateTrafficMirrorSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6419352Z [00:04:11.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateVirtualBorderBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6492255Z [00:04:11.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ReleaseIpv6Address.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6566312Z [00:04:11.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouteTableList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6638934Z [00:04:11.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6710591Z [00:04:11.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEipSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6782201Z [00:04:11.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyPhysicalConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6851637Z [00:04:11.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSnatTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6920394Z [00:04:11.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnPbrRouteEntryAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.6991081Z [00:04:11.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIpv6Gateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7062052Z [00:04:11.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7131488Z [00:04:11.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVpcEndpointServicesByEndUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7200894Z [00:04:11.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpv4Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7269962Z [00:04:11.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyFlowLogAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7338590Z [00:04:11.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateDefaultVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7408179Z [00:04:11.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetIpv4GatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7476029Z [00:04:11.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouteTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7548089Z [00:04:11.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeAccessPoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7618954Z [00:04:11.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyHaVipAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7690182Z [00:04:11.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7761655Z [00:04:11.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7833396Z [00:04:11.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7904137Z [00:04:11.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateDefaultVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.7974847Z [00:04:11.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddCommonBandwidthPackageIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8046925Z [00:04:11.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/EnableNatGatewayEcsMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8115899Z [00:04:11.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateNatIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8193192Z [00:04:11.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetTrafficMirrorServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8259189Z [00:04:11.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8331652Z [00:04:11.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AttachVbrToVpconn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8401127Z [00:04:11.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListGeographicSubRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8470476Z [00:04:11.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListDhcpOptionsSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8539412Z [00:04:11.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetNatGatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8609118Z [00:04:11.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIpv6GatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8678799Z [00:04:11.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/EnableVpcClassicLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8749476Z [00:04:11.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RemoveCommonBandwidthPackageIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8819446Z [00:04:11.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddIPv6TranslatorAclListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8888822Z [00:04:11.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/EnableVpcIpv4Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.8960060Z [00:04:11.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteSslVpnClientCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9031793Z [00:04:11.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddPublicIpAddressPoolCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9106271Z [00:04:11.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeletePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9178105Z [00:04:11.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9249473Z [00:04:12.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVcoRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9320139Z [00:04:12.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeBgpPeers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9391339Z [00:04:12.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RetryVpcPrefixListAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9461206Z [00:04:12.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateNatGatewayNatType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9530273Z [00:04:12.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ApplyPhysicalConnectionLOA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9600944Z [00:04:12.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteTrafficMirrorFilterRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9670248Z [00:04:12.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouterInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9741069Z [00:04:12.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyTunnelAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9812624Z [00:04:12.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9883418Z [00:04:12.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeCustomerGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:04.9953590Z [00:04:12.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RemoveIPv6TranslatorAclListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0027738Z [00:04:12.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0101073Z [00:04:12.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateCommonBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0171449Z [00:04:12.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNetworkAclAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0240732Z [00:04:12.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateIpv6Address.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0310219Z [00:04:12.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIpv6InternetBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0380869Z [00:04:12.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVcoRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0450342Z [00:04:12.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0519034Z [00:04:12.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeFlowLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0589183Z [00:04:12.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateTrafficMirrorFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0658906Z [00:04:12.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnPbrRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0729066Z [00:04:12.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0799225Z [00:04:12.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyBgpGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0871570Z [00:04:12.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.0942343Z [00:04:12.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1012255Z [00:04:12.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeBgpGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1082778Z [00:04:12.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyRouterInterfaceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1152575Z [00:04:12.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateVpcCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1220973Z [00:04:12.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/PublishVpnRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1291750Z [00:04:12.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListTrafficMirrorSessions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1360942Z [00:04:12.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIpsecServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1430301Z [00:04:12.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1503748Z [00:04:12.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyGlobalAccelerationInstanceAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1575465Z [00:04:12.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIpv6Addresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1645816Z [00:04:12.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpv6InternetBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1717143Z [00:04:12.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1786692Z [00:04:12.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetFlowLogServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1858134Z [00:04:12.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVpnCertificateAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1927129Z [00:04:12.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeletePublicIpAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.1998964Z [00:04:12.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.2069955Z [00:04:12.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.2139525Z [00:04:12.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeGrantRulesToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.2212037Z [00:04:12.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateGlobalAccelerationInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.2285501Z [00:04:12.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateSslVpnServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.2360382Z [00:04:12.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeForwardTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.2433147Z [00:04:12.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIpv6EgressOnlyRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.2505513Z [00:04:12.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListNatIpCidrs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.2575386Z [00:04:12.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpv6Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.2644400Z [00:04:12.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/MoveVpnResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.2714066Z [00:04:12.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateSslVpnClientCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.2784935Z [00:04:12.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListIpsecServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.2855392Z [00:04:12.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.2928415Z [00:04:12.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3000552Z [00:04:12.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpcGatewayEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3072018Z [00:04:12.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddCommonBandwidthPackageIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3143143Z [00:04:12.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListEnhanhcedNatGatewayAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3214213Z [00:04:12.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVSwitchCidrReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3284879Z [00:04:12.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3358411Z [00:04:12.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ReplaceVpcDhcpOptionsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3429691Z [00:04:12.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeNetworkAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3500010Z [00:04:12.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/EnablePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3571574Z [00:04:12.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3643172Z [00:04:12.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeCustomerGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3713053Z [00:04:12.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateVpcCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3783877Z [00:04:12.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3853890Z [00:04:12.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListBusinessAccessPoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3921958Z [00:04:12.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.3990465Z [00:04:12.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteTrafficMirrorFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4065277Z [00:04:12.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateHighReliablePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4138226Z [00:04:12.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIPv6TranslatorAclAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4210433Z [00:04:12.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeHaVips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4281815Z [00:04:12.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4353867Z [00:04:12.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/TerminateVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4424550Z [00:04:12.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateTrafficMirrorFilterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4493668Z [00:04:12.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DissociateRouteTableFromGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4563292Z [00:04:12.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyCustomerGatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4633793Z [00:04:12.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4704446Z [00:04:12.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpcAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4772290Z [00:04:12.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4843556Z [00:04:12.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVSwitchAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4917009Z [00:04:12.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateEipSegmentAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.4987870Z [00:04:12.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5058890Z [00:04:12.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVbrHa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5129283Z [00:04:12.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribePhysicalConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5201459Z [00:04:12.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateGlobalAccelerationInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5272767Z [00:04:12.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AllocateEipAddressPro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5343279Z [00:04:12.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListFullNatEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5413230Z [00:04:12.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddSourcesToTrafficMirrorSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5483533Z [00:04:12.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/StartFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5554211Z [00:04:12.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5626672Z [00:04:12.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5695933Z [00:04:12.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5766204Z [00:04:12.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CopyNetworkAclEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5837498Z [00:04:12.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RecoverVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5906465Z [00:04:12.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RemoveSourcesFromTrafficMirrorSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.5975653Z [00:04:12.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEcGrantRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6044326Z [00:04:12.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNatIpCidrAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6112140Z [00:04:12.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteTrafficMirrorSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6181741Z [00:04:12.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnPbrRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6251007Z [00:04:12.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6322961Z [00:04:12.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyGlobalAccelerationInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6393337Z [00:04:12.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AttachDhcpOptionsSetToVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6466840Z [00:04:12.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpcAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6540981Z [00:04:12.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/TerminatePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6612204Z [00:04:12.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpnPbrRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6684832Z [00:04:12.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6757681Z [00:04:12.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateExpressCloudConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6828282Z [00:04:12.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSslVpnServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6899013Z [00:04:12.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UntagResourcesForExpressConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.6968625Z [00:04:12.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7039793Z [00:04:12.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7109328Z [00:04:12.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVbrHa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7178086Z [00:04:12.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribePublicIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7247046Z [00:04:12.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GrantInstanceToVbr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7315928Z [00:04:12.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIPv6TranslatorEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7385708Z [00:04:12.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7459177Z [00:04:12.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribePhysicalConnectionLOA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7531364Z [00:04:12.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateVpnGatewayWithCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7601594Z [00:04:12.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7673538Z [00:04:12.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7745074Z [00:04:12.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSslVpnClientCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7814622Z [00:04:12.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7883978Z [00:04:12.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVSwitchAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.7953878Z [00:04:12.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ActivateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8021644Z [00:04:12.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateEipAddressBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8090602Z [00:04:12.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreatePhysicalConnectionOccupancyOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8158829Z [00:04:12.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DisableNatGatewayEcsMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8227585Z [00:04:12.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/SetHighDefinitionMonitorLogStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8294637Z [00:04:12.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8363780Z [00:04:12.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifySslVpnServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8432946Z [00:04:12.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RecoverPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8502678Z [00:04:12.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8574345Z [00:04:12.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8645366Z [00:04:12.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8714986Z [00:04:12.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CheckVpnBgpEnabled.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8784375Z [00:04:12.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8855599Z [00:04:12.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyNatIpAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8925876Z [00:04:12.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVSwitchCidrReservations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.8995026Z [00:04:12.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9064579Z [00:04:12.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9134001Z [00:04:12.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociateRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9204024Z [00:04:12.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddGlobalAccelerationInstanceIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9273735Z [00:04:13.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyIpv6AddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9341665Z [00:04:13.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeactiveFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9411101Z [00:04:13.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9479328Z [00:04:13.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateDhcpOptionsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9548095Z [00:04:13.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/OpenTrafficMirrorService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9619790Z [00:04:13.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteCommonBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9692006Z [00:04:13.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpnPbrRouteEntryPriority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9763891Z [00:04:13.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DetachDhcpOptionsSetFromVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9835279Z [00:04:13.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreatePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9906779Z [00:04:13.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetPhysicalConnectionServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:05.9975846Z [00:04:13.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeHighDefinitionMonitorLogAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0047243Z [00:04:13.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GrantInstanceToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0119429Z [00:04:13.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVSwitchCidrReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0189551Z [00:04:13.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpcGatewayEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0258675Z [00:04:13.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0328211Z [00:04:13.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyRouterInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0398634Z [00:04:13.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpcGatewayEndpointAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0468644Z [00:04:13.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVpcPrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0538774Z [00:04:13.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVpcPrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0608372Z [00:04:13.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIPv6TranslatorAclList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0679432Z [00:04:13.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0753093Z [00:04:13.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateIpsecServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0825882Z [00:04:13.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeletePublicIpAddressPoolCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0897584Z [00:04:13.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateBgpPeer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.0968261Z [00:04:13.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateCustomerGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1039168Z [00:04:13.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVpcGatewayEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1108590Z [00:04:13.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/OpenFlowLogService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1178759Z [00:04:13.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1248406Z [00:04:13.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1321300Z [00:04:13.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVcoRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1391438Z [00:04:13.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateTrafficMirrorFilterRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1460960Z [00:04:13.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifySnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1530783Z [00:04:13.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DiagnoseVpnConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1602085Z [00:04:13.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeGlobalAccelerationInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1670988Z [00:04:13.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListVirtualPhysicalConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1740036Z [00:04:13.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeRouterInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1810456Z [00:04:13.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1881717Z [00:04:13.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/RevokeInstanceFromCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.1952677Z [00:04:13.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DisableVpcClassicLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2023424Z [00:04:13.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpcPrefixListEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2093388Z [00:04:13.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeactivateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2162701Z [00:04:13.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateFullNatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2233238Z [00:04:13.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnCrossAccountAuthorizations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2301707Z [00:04:13.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateIpv6Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2372724Z [00:04:13.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIPv6TranslatorAclListAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2441256Z [00:04:13.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeIPv6Translators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2510401Z [00:04:13.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeVpnConnectionLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2581374Z [00:04:13.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIPv6Translator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2652225Z [00:04:13.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DownloadVpnConnectionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2721365Z [00:04:13.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2791863Z [00:04:13.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ReleaseEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2862086Z [00:04:13.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ConnectRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.2935518Z [00:04:13.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpnRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3008866Z [00:04:13.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/GetVpcPrefixListAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3083703Z [00:04:13.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIPv6TranslatorEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3153373Z [00:04:13.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3222081Z [00:04:13.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteIpsecServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3294029Z [00:04:13.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeTagKeysForExpressConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3364798Z [00:04:13.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeCommonBandwidthPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3435976Z [00:04:13.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeEipGatewayInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3508600Z [00:04:13.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyCommonBandwidthPackageAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3577455Z [00:04:13.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ListNatIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3647193Z [00:04:13.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DescribeSslVpnClientCerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3717396Z [00:04:13.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyFullNatEntryAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3786552Z [00:04:13.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateRouteTableWithGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3855937Z [00:04:13.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVcoRouteEntryWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3926705Z [00:04:13.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AddBgpNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.3998350Z [00:04:13.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteFullNatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4068888Z [00:04:13.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4139970Z [00:04:13.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteSslVpnServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4211344Z [00:04:13.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifySslVpnClientCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4280831Z [00:04:13.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4350465Z [00:04:13.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/UpdateNetworkAclEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4419181Z [00:04:13.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateNatIpCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4488206Z [00:04:13.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/DeleteVpcPrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4557300Z [00:04:13.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateVbrHa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4626885Z [00:04:13.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyVRouterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4697018Z [00:04:13.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/CreateForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4767487Z [00:04:13.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/AssociateRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4838424Z [00:04:13.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpc/ModifyBgpPeerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4909272Z [00:04:13.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ExportDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.4978687Z [00:04:13.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CancelKeyDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5049708Z [00:04:13.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListSecretVersionIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5119927Z [00:04:13.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetSecretValue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5190440Z [00:04:13.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5260764Z [00:04:13.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/SetDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5330243Z [00:04:13.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5399180Z [00:04:13.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CertificatePublicKeyEncrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5469523Z [00:04:13.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteClientKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5540725Z [00:04:13.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/RotateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5609849Z [00:04:13.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateKeyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5678949Z [00:04:13.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/AsymmetricEncrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5747349Z [00:04:13.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ScheduleKeyDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5817189Z [00:04:13.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5886815Z [00:04:13.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListKmsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.5957125Z [00:04:13.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UntagResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6025620Z [00:04:13.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListNetworkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6094657Z [00:04:13.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6164575Z [00:04:13.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/RestoreSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6233617Z [00:04:13.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6308776Z [00:04:13.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeAccountKmsStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6379863Z [00:04:13.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListResourceTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6451451Z [00:04:13.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6524491Z [00:04:13.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeApplicationAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6596467Z [00:04:13.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/Decrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6667064Z [00:04:13.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetRandomPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6736892Z [00:04:13.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/TagResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6807063Z [00:04:13.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DisableKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6875796Z [00:04:13.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.6946415Z [00:04:13.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7017662Z [00:04:13.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7087669Z [00:04:13.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7156314Z [00:04:13.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ReEncrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7226808Z [00:04:13.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CertificatePrivateKeySign.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7295785Z [00:04:13.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListKeyVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7366816Z [00:04:13.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetPublicKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7437651Z [00:04:13.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListApplicationAccessPoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7508129Z [00:04:13.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteKeyMaterial.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7578106Z [00:04:13.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GenerateDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7648022Z [00:04:13.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CertificatePublicKeyVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7719876Z [00:04:13.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7789221Z [00:04:13.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateClientKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7859869Z [00:04:13.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.7929967Z [00:04:13.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateSecretVersionStage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8001073Z [00:04:13.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8069908Z [00:04:13.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListAliasesByKeyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8138561Z [00:04:13.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CertificatePrivateKeyDecrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8207554Z [00:04:13.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/AsymmetricDecrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8276526Z [00:04:13.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GenerateAndExportDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8347821Z [00:04:13.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8418546Z [00:04:13.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateRotationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8489552Z [00:04:13.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateKmsInstanceBindVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8559957Z [00:04:13.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateApplicationAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8629419Z [00:04:13.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8698253Z [00:04:13.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetKmsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8767377Z [00:04:13.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8835773Z [00:04:13.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8905131Z [00:04:13.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetClientKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.8973514Z [00:04:13.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/AsymmetricSign.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9041797Z [00:04:13.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListAliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9111685Z [00:04:13.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9186562Z [00:04:13.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/Encrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9253437Z [00:04:14.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9321168Z [00:04:14.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9389437Z [00:04:14.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9459123Z [00:04:14.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/EnableKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9529407Z [00:04:14.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9601684Z [00:04:14.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ListClientKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9672548Z [00:04:14.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9742683Z [00:04:14.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9812992Z [00:04:14.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GenerateDataKeyWithoutPlaintext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9880662Z [00:04:14.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:06.9948930Z [00:04:14.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0017886Z [00:04:14.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/OpenKmsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0085473Z [00:04:14.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ImportKeyMaterial.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0153748Z [00:04:14.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateSecretRotationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0222234Z [00:04:14.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0289615Z [00:04:14.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DeleteApplicationAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0357236Z [00:04:14.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/AsymmetricVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0427142Z [00:04:14.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/ConnectKmsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0496296Z [00:04:14.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateApplicationAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0567062Z [00:04:14.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0636925Z [00:04:14.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/CreateNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0749361Z [00:04:14.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateCertificateStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0826706Z [00:04:14.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/PutSecretValue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0897597Z [00:04:14.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/DescribeKeyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.0970036Z [00:04:14.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UploadCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1043294Z [00:04:14.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/UpdateKeyDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1115527Z [00:04:14.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/kms/GetParametersForImport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1185356Z [00:04:14.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sls/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1255642Z [00:04:14.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/CreateQuotaAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1324182Z [00:04:14.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/UpdateQuotaAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1393850Z [00:04:14.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListAlarmHistories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1461454Z [00:04:14.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListProductQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1530053Z [00:04:14.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaAlarms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1602206Z [00:04:14.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListProductDimensionGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1673324Z [00:04:14.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetProductQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1742865Z [00:04:14.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetQuotaApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1816027Z [00:04:14.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/CreateQuotaApplicationsForTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1888826Z [00:04:14.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaApplicationsDetailForTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.1960443Z [00:04:14.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ModifyQuotaTemplateServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2031443Z [00:04:14.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaApplicationsForTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2102366Z [00:04:14.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2173208Z [00:04:14.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/CreateQuotaApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2243437Z [00:04:14.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ModifyTemplateQuotaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2312913Z [00:04:14.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListProducts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2388839Z [00:04:14.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetQuotaAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2459276Z [00:04:14.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/DeleteTemplateQuotaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2529700Z [00:04:14.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetQuotaTemplateServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2600681Z [00:04:14.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListProductQuotaDimensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2670322Z [00:04:14.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2742927Z [00:04:14.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListQuotaApplicationTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2813538Z [00:04:14.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/GetProductQuotaDimension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2883438Z [00:04:14.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/CreateTemplateQuotaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.2952845Z [00:04:14.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/DeleteQuotaAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3026224Z [00:04:14.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/quotas/ListDependentQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3096276Z [00:04:14.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3167437Z [00:04:14.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DetachPolicyFromUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3237624Z [00:04:14.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPolicyVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3308215Z [00:04:14.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3390160Z [00:04:14.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/AttachPolicyToUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3461862Z [00:04:14.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/AddUserToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3533412Z [00:04:14.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DetachPolicyFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3603378Z [00:04:14.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3672027Z [00:04:14.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateVirtualMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3741249Z [00:04:14.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/SetSecurityPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3810211Z [00:04:14.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3882654Z [00:04:14.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreatePolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.3954023Z [00:04:14.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4025888Z [00:04:14.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4098013Z [00:04:14.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4169747Z [00:04:14.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/SetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4239170Z [00:04:14.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/AttachPolicyToRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4308616Z [00:04:14.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4379331Z [00:04:14.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPoliciesForRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4449462Z [00:04:14.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UnbindMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4519822Z [00:04:14.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4591495Z [00:04:14.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4664432Z [00:04:14.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/AttachPolicyToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4736738Z [00:04:14.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4808901Z [00:04:14.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPoliciesForGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4877416Z [00:04:14.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.4949933Z [00:04:14.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ClearAccountAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5022685Z [00:04:14.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/RemoveUserFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5094318Z [00:04:14.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5163863Z [00:04:14.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListEntitiesForPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5234644Z [00:04:14.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ChangePassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5305750Z [00:04:14.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5375619Z [00:04:14.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListPoliciesForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5445744Z [00:04:14.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5514368Z [00:04:14.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5583553Z [00:04:14.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5652867Z [00:04:14.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/SetAccountAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5722714Z [00:04:14.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeletePolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5790882Z [00:04:14.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5860389Z [00:04:14.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5929055Z [00:04:14.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListVirtualMFADevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.5999048Z [00:04:14.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetUserMFAInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6069928Z [00:04:14.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6141537Z [00:04:14.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DetachPolicyFromRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6212347Z [00:04:14.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6281348Z [00:04:14.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6350406Z [00:04:14.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/BindMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6419711Z [00:04:14.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/SetDefaultPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6491239Z [00:04:14.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/UpdatePolicyDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6561614Z [00:04:14.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetSecurityPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6631407Z [00:04:14.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteVirtualMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6701648Z [00:04:14.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6771422Z [00:04:14.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6842061Z [00:04:14.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6915828Z [00:04:14.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListGroupsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.6986276Z [00:04:14.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7056839Z [00:04:14.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListUsersForGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7126691Z [00:04:14.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DecodeDiagnosticMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7196492Z [00:04:14.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7267440Z [00:04:14.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetAccountAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7339455Z [00:04:14.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/CreateAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7410070Z [00:04:14.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/DeleteAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7480951Z [00:04:14.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/ListAccessKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7552363Z [00:04:14.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ram/GetAccessKeyLastUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7622736Z [00:04:14.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CheckDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7691073Z [00:04:14.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryUniqueDeviceStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7761435Z [00:04:14.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CheckDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7830809Z [00:04:14.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryAliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7900167Z [00:04:14.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/BindPhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.7968514Z [00:04:14.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/UnbindAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8038750Z [00:04:14.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/BindTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8109959Z [00:04:14.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/PushNoticeToAndroid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8180631Z [00:04:14.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/PushMessageToAndroid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8251732Z [00:04:14.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryDeviceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8320359Z [00:04:14.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/ListTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8390592Z [00:04:14.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/UnbindPhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8465144Z [00:04:14.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryDevicesByAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8536530Z [00:04:14.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/ContinuouslyPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8608771Z [00:04:14.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CompleteContinuouslyPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8680599Z [00:04:14.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/RemoveTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8750774Z [00:04:14.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/MassPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8820763Z [00:04:14.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/PushNoticeToiOS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8891261Z [00:04:14.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.8963385Z [00:04:14.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryPushStatByMsg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9034219Z [00:04:14.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/PushMessageToiOS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9105849Z [00:04:14.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/BindAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9175080Z [00:04:14.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/Push.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9247042Z [00:04:15.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CancelPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9360004Z [00:04:15.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/ListSummaryApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9433113Z [00:04:15.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/CheckCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9503413Z [00:04:15.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9573521Z [00:04:15.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryPushStatByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9642957Z [00:04:15.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryDeviceStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9711124Z [00:04:15.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryPushRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9779611Z [00:04:15.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/QueryDevicesByAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9848207Z [00:04:15.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/push/UnbindTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9918903Z [00:04:15.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifySkillGroupBasicInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:07.9986734Z [00:04:15.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRecordingsByContactId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0055599Z [00:04:15.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0126448Z [00:04:15.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CallOnlinePrivacyNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0196475Z [00:04:15.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/FindUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0265372Z [00:04:15.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListUsersOfSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0334561Z [00:04:15.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0405538Z [00:04:15.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetAgentData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0474255Z [00:04:15.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0544674Z [00:04:15.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/PublishContactFlowVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0616105Z [00:04:15.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListIvrTrackingDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0688908Z [00:04:15.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifySkillGroupOutboundNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0760873Z [00:04:15.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstanceSummaryReportByInterval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0838413Z [00:04:15.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0912825Z [00:04:15.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstanceSummaryReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.0984873Z [00:04:15.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GenerateAgentStatisticReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1056114Z [00:04:15.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetRoutePoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1127417Z [00:04:15.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetConversationDetailByContactId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1196753Z [00:04:15.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RemovePhoneNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1265242Z [00:04:15.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListMedias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1333407Z [00:04:15.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRealTimeAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1403888Z [00:04:15.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetTURNServerList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1472295Z [00:04:15.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListTrunkProviders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1545487Z [00:04:15.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ResetUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1617345Z [00:04:15.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RequestLoginInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1688151Z [00:04:15.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DeletePhoneTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1757590Z [00:04:15.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AddPhoneTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1827323Z [00:04:15.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1897781Z [00:04:15.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DeleteSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.1968320Z [00:04:15.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2040217Z [00:04:15.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetNumberRegionInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2112011Z [00:04:15.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateContactFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2180865Z [00:04:15.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListVoiceAppraise.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2253072Z [00:04:15.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2324064Z [00:04:15.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRecordings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2394249Z [00:04:15.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2464753Z [00:04:15.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstanceState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2534464Z [00:04:15.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRecentCallRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2604783Z [00:04:15.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RefreshToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2674795Z [00:04:15.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupsOfUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2744153Z [00:04:15.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentStates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2813950Z [00:04:15.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2884178Z [00:04:15.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/PickLocalNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.2953013Z [00:04:15.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RemoveUsersFromSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3024817Z [00:04:15.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetRecordOssUploadParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3097559Z [00:04:15.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AssignUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3166740Z [00:04:15.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/LaunchShortMessageAppraise.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3236470Z [00:04:15.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListRecordingOfDualTrack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3305531Z [00:04:15.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentSummaryReportsSinceMidnight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3374850Z [00:04:15.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CheckNumberAvaliable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3453499Z [00:04:15.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetTURNCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3521928Z [00:04:15.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListInstancesOfUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3593276Z [00:04:15.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3663509Z [00:04:15.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/LaunchAppraise.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3732331Z [00:04:15.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListPhoneTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3804102Z [00:04:15.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3875429Z [00:04:15.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.3943644Z [00:04:15.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupStates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4014195Z [00:04:15.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyPhoneTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4084931Z [00:04:15.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AddBulkPhoneNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4154692Z [00:04:15.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetCallMeasureSummaryReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4224660Z [00:04:15.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/SendPredefinedShortMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4295907Z [00:04:15.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4367161Z [00:04:15.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DownloadRecording.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4437052Z [00:04:15.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AddAgentDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4507611Z [00:04:15.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyPrivacyNumberCallDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4578682Z [00:04:15.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListTrunksOfSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4649972Z [00:04:15.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateVoiceAppraise.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4722698Z [00:04:15.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListContactFlows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4796445Z [00:04:15.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DeleteMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4866298Z [00:04:15.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListTransferableSkillGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.4936077Z [00:04:15.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListCallEventDetailByContactId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5007512Z [00:04:15.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DialEx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5079503Z [00:04:15.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CommitContactFlowVersionModification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5148383Z [00:04:15.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DisableTrunkProviders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5218914Z [00:04:15.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/AddPhoneNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5288139Z [00:04:15.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/PickGlobalOutboundNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5357386Z [00:04:15.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/RemoveUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5429008Z [00:04:15.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentStateLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5498678Z [00:04:15.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/DownloadAllTypeRecording.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5568213Z [00:04:15.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5636336Z [00:04:15.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetInstanceSummaryReportSinceMidnight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5705811Z [00:04:15.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5775339Z [00:04:15.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentSummaryReportsByInterval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5845466Z [00:04:15.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyPhoneNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5917042Z [00:04:15.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.5988454Z [00:04:15.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/PickOutboundNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6058993Z [00:04:15.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListOutboundPhoneNumberOfUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6128549Z [00:04:15.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListCallMeasureSummaryReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6200114Z [00:04:15.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupSummaryReportsSinceMidnight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6272559Z [00:04:15.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyPrimaryTrunksOfSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6343285Z [00:04:15.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifyAgentDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6412909Z [00:04:15.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetSmsConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6483226Z [00:04:15.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListPhoneNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6554922Z [00:04:15.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifySkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6625394Z [00:04:15.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetUserByExtension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6694555Z [00:04:15.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListCallDetailRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6765411Z [00:04:15.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupSummaryReportsByInterval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6835384Z [00:04:15.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/StartBack2BackCall.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6908088Z [00:04:15.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListAgentSummaryReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.6978718Z [00:04:15.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ModifySkillGroupOfUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7049379Z [00:04:15.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/CreateFault.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7119954Z [00:04:15.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/SaveWebRTCStats.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7191911Z [00:04:15.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/ListSkillGroupSummaryReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7266172Z [00:04:15.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ccc/GetServiceExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7340296Z [00:04:15.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyCollationTimeZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7412807Z [00:04:15.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7482050Z [00:04:15.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CalculateDBInstanceWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7553593Z [00:04:15.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7628325Z [00:04:15.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyActionEventPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7701383Z [00:04:15.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceDelayedReplicationTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7768976Z [00:04:15.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7837090Z [00:04:15.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCrossRegionBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7907105Z [00:04:15.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/GetDBInstanceTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.7977613Z [00:04:15.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ImportUserBackupFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8049521Z [00:04:15.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8120673Z [00:04:15.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBMiniEngineVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8189400Z [00:04:15.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHostWebShell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8257706Z [00:04:15.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/GetDbProxyInstanceSsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8327840Z [00:04:15.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8401203Z [00:04:15.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeLocalAvailableRecoveryTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8471657Z [00:04:15.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8542685Z [00:04:15.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBInstanceMajorVersionPrecheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8610945Z [00:04:15.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLCollectorPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8681073Z [00:04:15.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/QueryRecommendByCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8751334Z [00:04:15.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CopyDatabaseBetweenInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8821189Z [00:04:15.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateOnlineDatabaseTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8890833Z [00:04:15.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.8961833Z [00:04:15.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDedicatedHostGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9033407Z [00:04:15.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCurrentModifyOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9104282Z [00:04:15.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeRenewalPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9173987Z [00:04:15.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableClasses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9244442Z [00:04:16.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDatabaseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9315559Z [00:04:16.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/MigrateDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9385420Z [00:04:16.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckCloudResourceAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9455621Z [00:04:16.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribePGHbaConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9525581Z [00:04:16.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/QueryNotify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9598827Z [00:04:16.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableRecoveryTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9670263Z [00:04:16.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9742308Z [00:04:16.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RevokeAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9812337Z [00:04:16.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9884582Z [00:04:16.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLCollectorRetention.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:08.9957051Z [00:04:16.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0027508Z [00:04:16.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceHAConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0098723Z [00:04:16.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeletePostgresExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0169361Z [00:04:16.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/MigrateConnectionToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0240502Z [00:04:16.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/EvaluateLocalExtendDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0312357Z [00:04:16.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceConnectionMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0382886Z [00:04:16.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0457703Z [00:04:16.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RestoreDdrTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0527520Z [00:04:16.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/MigrateSecurityIPMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0601159Z [00:04:16.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0684753Z [00:04:16.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0754895Z [00:04:16.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBInstanceKernelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0827012Z [00:04:16.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateTempDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0897785Z [00:04:16.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyHADiagnoseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.0966672Z [00:04:16.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1035316Z [00:04:16.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/AllocateInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1103334Z [00:04:16.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1174211Z [00:04:16.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDTCSecurityIpHostsForSQLServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1244986Z [00:04:16.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1318908Z [00:04:16.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1389106Z [00:04:16.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDiagnosticReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1457934Z [00:04:16.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHADiagnoseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1526344Z [00:04:16.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeErrorLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1596070Z [00:04:16.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateCloudMigrationPrecheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1667471Z [00:04:16.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1738679Z [00:04:16.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBProxyInstanceKernelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1810250Z [00:04:16.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/PreCheckCreateOrderForDeleteDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1881110Z [00:04:16.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceNetworkType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.1951114Z [00:04:16.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBackupTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2019355Z [00:04:16.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2088747Z [00:04:16.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ReleaseInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2158393Z [00:04:16.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCharacterSetName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2228031Z [00:04:16.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableCrossRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2297013Z [00:04:16.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RestoreTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2366587Z [00:04:16.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2438372Z [00:04:16.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2507877Z [00:04:16.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RestartDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2578572Z [00:04:16.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpdatePostgresExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2648403Z [00:04:16.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RemoveTagsFromResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2719259Z [00:04:16.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeResourceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2788770Z [00:04:16.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDedicatedHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2859028Z [00:04:16.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.2930433Z [00:04:16.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeInstanceKeywords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3003542Z [00:04:16.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHASwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3077783Z [00:04:16.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBProxyPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3148911Z [00:04:16.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3220141Z [00:04:16.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3291399Z [00:04:16.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDetachedBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3362993Z [00:04:16.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3433641Z [00:04:16.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/TerminateMigrateTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3510154Z [00:04:16.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/AllocateReadWriteSplittingConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3588083Z [00:04:16.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSupportOnlineResizeDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3659480Z [00:04:16.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHistoryEventsStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3729685Z [00:04:16.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeRegionInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3799291Z [00:04:16.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBinlogFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3867887Z [00:04:16.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.3938181Z [00:04:16.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4008091Z [00:04:16.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCrossRegionLogBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4079088Z [00:04:16.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ReleaseReadWriteSplittingConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4149512Z [00:04:16.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4220393Z [00:04:16.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4292820Z [00:04:16.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHistoryTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4362571Z [00:04:16.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckDBNameAvailable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4433058Z [00:04:16.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ImportDatabaseBetweenInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4503380Z [00:04:16.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBProxyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4573253Z [00:04:16.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeMarketingActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4643757Z [00:04:16.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancesAsCsv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4713801Z [00:04:16.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyReadWriteSplittingConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4783433Z [00:04:16.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4852119Z [00:04:16.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteADSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4921412Z [00:04:16.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancesByPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.4990152Z [00:04:16.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5061022Z [00:04:16.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAnalyticdbByPrimaryDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5132657Z [00:04:16.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5201715Z [00:04:16.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5271473Z [00:04:16.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBProxyEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5340983Z [00:04:16.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeInstanceCrossBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5410749Z [00:04:16.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DetachWhitelistTemplateToInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5480483Z [00:04:16.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifySQLCollectorPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5551149Z [00:04:16.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5622244Z [00:04:16.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLLogFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5692084Z [00:04:16.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeWhitelistTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5761888Z [00:04:16.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5831398Z [00:04:16.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeLogBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5902226Z [00:04:16.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBProxyEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.5971712Z [00:04:16.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescibeImportsFromDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6040679Z [00:04:16.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6110654Z [00:04:16.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6181640Z [00:04:16.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6251593Z [00:04:16.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6323120Z [00:04:16.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6395028Z [00:04:16.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAllWhitelistTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6465494Z [00:04:16.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/GrantOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6537860Z [00:04:16.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBInstanceMajorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6608489Z [00:04:16.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHistoryEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6679232Z [00:04:16.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6748411Z [00:04:16.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyInstanceCrossBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6819958Z [00:04:16.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceConnectivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6890738Z [00:04:16.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyPGHbaConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.6961029Z [00:04:16.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7034743Z [00:04:16.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7108105Z [00:04:16.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7179427Z [00:04:16.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7250801Z [00:04:16.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteGadInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7321902Z [00:04:16.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeReadDBInstanceDelay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7394631Z [00:04:16.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBInstanceEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7465220Z [00:04:16.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceNetworkExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7536612Z [00:04:16.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckAccountNameAvailable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7605936Z [00:04:16.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateYouhuiForOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7674626Z [00:04:16.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DestroyDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7745259Z [00:04:16.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeParameterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7813926Z [00:04:16.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/SwitchDBInstanceNetType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7883791Z [00:04:16.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreatePostgresExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.7954754Z [00:04:16.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancePromoteActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8023521Z [00:04:16.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8093652Z [00:04:16.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8161448Z [00:04:16.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8230545Z [00:04:16.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DetachGadInstanceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8300916Z [00:04:16.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDTCSecurityIpHostsForSQLServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8373697Z [00:04:16.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceEncryptionKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8443184Z [00:04:16.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8512116Z [00:04:16.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteSlot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8582351Z [00:04:16.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeRdsResourceSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8652205Z [00:04:16.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/SwitchGuardToMasterInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8721574Z [00:04:16.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8790967Z [00:04:16.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceProxyConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8860272Z [00:04:16.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDiagnosticReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.8931482Z [00:04:16.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/AddTagsToResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9005317Z [00:04:16.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeQuickSaleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9076369Z [00:04:16.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeMigrateTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9145872Z [00:04:16.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstancePayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9214715Z [00:04:16.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateReadOnlyDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9283335Z [00:04:17.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateGADInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9352989Z [00:04:17.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9421690Z [00:04:17.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBProxyEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9492569Z [00:04:17.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeModifyPGHbaConfigLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9573392Z [00:04:17.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateOrderForCreateDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9643313Z [00:04:17.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckInstanceExist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9716683Z [00:04:17.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeADInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9789584Z [00:04:17.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9860638Z [00:04:17.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeOssDownloads.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:09.9931685Z [00:04:17.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0001107Z [00:04:17.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0070732Z [00:04:17.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UnlockAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0141401Z [00:04:17.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBackupDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0211299Z [00:04:17.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0281370Z [00:04:17.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0350812Z [00:04:17.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifySecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0421686Z [00:04:17.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CopyDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0491850Z [00:04:17.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateOrderForDeleteDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0562957Z [00:04:17.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDasInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0632037Z [00:04:17.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeModifyParameterLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0708920Z [00:04:17.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/SwitchDBInstanceVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0781367Z [00:04:17.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ActivateMigrationTargetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0851664Z [00:04:17.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCollationTimeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0921783Z [00:04:17.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/MigrateToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.0992808Z [00:04:17.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancesByExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.1065775Z [00:04:17.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.1139249Z [00:04:17.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceIpHostname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.1212996Z [00:04:17.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ListClasses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.1286373Z [00:04:17.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCloudMigrationPrecheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.1356593Z [00:04:17.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancePerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.1428086Z [00:04:17.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RebuildDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.1500044Z [00:04:17.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CloneDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.1573475Z [00:04:17.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.1647175Z [00:04:17.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBProxyEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.1720321Z [00:04:17.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.1793453Z [00:04:17.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.1864317Z [00:04:17.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CheckCreateDdrDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.1936261Z [00:04:17.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2006335Z [00:04:17.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CancelImport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2082667Z [00:04:17.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceNetInfoForChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2160249Z [00:04:17.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2233180Z [00:04:17.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/SwitchDBInstanceHA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2304361Z [00:04:17.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribePostgresExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2377601Z [00:04:17.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/PreCheckCreateOrderForCreateDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2449002Z [00:04:17.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/AttachWhitelistTemplateToInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2517998Z [00:04:17.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSlots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2589894Z [00:04:17.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RecoveryDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2659532Z [00:04:17.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2729409Z [00:04:17.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceHAConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2799672Z [00:04:17.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2869681Z [00:04:17.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeMigrateTaskById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.2941975Z [00:04:17.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSQLLogReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3016365Z [00:04:17.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCrossBackupMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3085346Z [00:04:17.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3156501Z [00:04:17.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeActionEventPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3228528Z [00:04:17.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceProxyConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3299646Z [00:04:17.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeUpgradeMajorVersionTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3371648Z [00:04:17.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3442207Z [00:04:17.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/RevokeOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3516061Z [00:04:17.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteUserBackupFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3586439Z [00:04:17.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceIPArrayList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3657627Z [00:04:17.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBProxyEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3728019Z [00:04:17.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3796575Z [00:04:17.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ResetAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3865055Z [00:04:17.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyHASwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.3934318Z [00:04:17.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeClassDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4005498Z [00:04:17.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpdateUserBackupFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4073992Z [00:04:17.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ReleaseInstanceConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4141648Z [00:04:17.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4209199Z [00:04:17.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/UpgradeDBInstanceEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4276848Z [00:04:17.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyEventInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4345275Z [00:04:17.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4414350Z [00:04:17.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeSlowLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4488130Z [00:04:17.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ConfirmNotify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4559141Z [00:04:17.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyCustinsResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4634417Z [00:04:17.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4703926Z [00:04:17.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4773652Z [00:04:17.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4842355Z [00:04:17.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4911757Z [00:04:17.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstancesForClone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.4980189Z [00:04:17.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/StopDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5050230Z [00:04:17.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHistoryTasksStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5120151Z [00:04:17.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateMigrateTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5195365Z [00:04:17.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CloneParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5263570Z [00:04:17.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyWhitelistTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5333503Z [00:04:17.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyADInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5403052Z [00:04:17.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteBackupFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5471739Z [00:04:17.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeWhitelistTemplateLinkedInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5540583Z [00:04:17.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDBInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5610967Z [00:04:17.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeResourceDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5680409Z [00:04:17.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceNetInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5750958Z [00:04:17.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DeleteDBInstanceEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5823190Z [00:04:17.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeGadInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5895982Z [00:04:17.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeParameterGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.5967422Z [00:04:17.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateCloudMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6037252Z [00:04:17.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeHostGroupElasticStrategyParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6105842Z [00:04:17.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6175514Z [00:04:17.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6243750Z [00:04:17.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeInstanceLinkedWhitelistTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6311729Z [00:04:17.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateGadInstanceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6380234Z [00:04:17.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ListUserBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6449363Z [00:04:17.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/LockAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6519748Z [00:04:17.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/PurgeDBInstanceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6589640Z [00:04:17.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyReadonlyInstanceDelayReplicationTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6661655Z [00:04:17.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDdrInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6731973Z [00:04:17.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6802056Z [00:04:17.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/CreateDBInstanceForRebuild.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6873078Z [00:04:17.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/TransformDBInstancePayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.6943376Z [00:04:17.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCrossRegionBackupDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7014312Z [00:04:17.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7084246Z [00:04:17.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifySQLCollectorRetention.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7154582Z [00:04:17.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeDBInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7225645Z [00:04:17.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/GrantAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7296207Z [00:04:17.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/StartDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7367142Z [00:04:17.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7437963Z [00:04:17.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCustinsResourceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7508281Z [00:04:17.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ModifyDbProxyInstanceSsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7580185Z [00:04:17.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeCloudMigrationResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7649825Z [00:04:17.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/DescribeUpgradeMajorVersionPrecheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7720566Z [00:04:17.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rds/ReceiveDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7791852Z [00:04:17.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7866589Z [00:04:17.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyFlowProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.7938914Z [00:04:17.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeScalingGroupV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8009743Z [00:04:17.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8080798Z [00:04:17.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateClusterWithTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8150936Z [00:04:17.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateClusterHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8223868Z [00:04:17.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateClusterV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8293556Z [00:04:17.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowNodeSqlResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8363058Z [00:04:17.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyClusterTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8433561Z [00:04:17.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowNodeInstanceContainerLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8501800Z [00:04:17.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyScalingGroupV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8571005Z [00:04:17.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ResizeClusterV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8639561Z [00:04:17.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyScalingConfigItemV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8710313Z [00:04:17.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateScalingGroupV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8778935Z [00:04:17.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowProjectClusterSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8848412Z [00:04:17.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyClusterName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8919412Z [00:04:17.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.8992606Z [00:04:17.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/KillFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9064368Z [00:04:17.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RefreshClusterResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9135616Z [00:04:17.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowNodeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9206962Z [00:04:17.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RerunFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9277855Z [00:04:18.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterServiceComponentHealthInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9348617Z [00:04:18.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListScalingActivityV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9419056Z [00:04:18.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9488798Z [00:04:18.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RunClusterServiceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9558602Z [00:04:18.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeScalingGroupInstanceV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9628721Z [00:04:18.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9699079Z [00:04:18.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9768275Z [00:04:18.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterResourcePoolSchedulerType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9838934Z [00:04:18.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyClusterServiceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9909916Z [00:04:18.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:10.9982074Z [00:04:18.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0051995Z [00:04:18.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyResourcePoolSchedulerType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0122834Z [00:04:18.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0193556Z [00:04:18.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterServiceConfigTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0264418Z [00:04:18.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0336101Z [00:04:18.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowProjectClusterSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0408319Z [00:04:18.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterOperationHostTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0480471Z [00:04:18.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowNodeInstanceLauncherLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0552104Z [00:04:18.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0624363Z [00:04:18.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0695130Z [00:04:18.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0764666Z [00:04:18.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateClusterTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0834335Z [00:04:18.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ResumeFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0902822Z [00:04:18.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowCategoryTree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.0971596Z [00:04:18.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1041800Z [00:04:18.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1112644Z [00:04:18.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1184714Z [00:04:18.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowProjectClusterSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1255260Z [00:04:18.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1325533Z [00:04:18.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/SubmitFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1397389Z [00:04:18.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1468083Z [00:04:18.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterHostComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1538478Z [00:04:18.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1610129Z [00:04:18.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1680380Z [00:04:18.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1748801Z [00:04:18.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1817992Z [00:04:18.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyFlowCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1886700Z [00:04:18.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/SuspendFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.1957704Z [00:04:18.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyResourceQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2027079Z [00:04:18.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2098966Z [00:04:18.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RunScalingActionV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2171374Z [00:04:18.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowNodeInstanceContainerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2242297Z [00:04:18.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyFlowForWeb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2314183Z [00:04:18.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ModifyFlowProjectClusterSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2389737Z [00:04:18.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterBasicInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2461123Z [00:04:18.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowClusterHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2534008Z [00:04:18.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2602716Z [00:04:18.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteResourceQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2670049Z [00:04:18.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeScalingConfigItemV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2738020Z [00:04:18.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListScalingGroupV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2807339Z [00:04:18.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListEmrAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2878516Z [00:04:18.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterOperationHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.2947848Z [00:04:18.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowClusterAllHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3017154Z [00:04:18.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ReleaseClusterHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3088718Z [00:04:18.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteClusterTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3159660Z [00:04:18.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3230017Z [00:04:18.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListEmrAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3299117Z [00:04:18.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/JoinResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3374509Z [00:04:18.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowProjectUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3443273Z [00:04:18.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/RemoveScalingConfigItemV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3513451Z [00:04:18.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3583788Z [00:04:18.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListEmrMainVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3654731Z [00:04:18.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowJobHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3724094Z [00:04:18.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/AddScalingConfigItemV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3793516Z [00:04:18.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3862684Z [00:04:18.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/SubmitFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.3934424Z [00:04:18.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateResourceQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4007592Z [00:04:18.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterOperationHostTaskLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4078814Z [00:04:18.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowProjectClusterSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4151014Z [00:04:18.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4221468Z [00:04:18.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowProjectUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4293097Z [00:04:18.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterInstalledService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4363335Z [00:04:18.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowClusterAll.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4435336Z [00:04:18.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowProjectUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4507074Z [00:04:18.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ReleaseCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4580073Z [00:04:18.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterServiceConfigHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4651582Z [00:04:18.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4724074Z [00:04:18.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterServiceQuickLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4795337Z [00:04:18.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlowProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4866798Z [00:04:18.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CloneFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.4936982Z [00:04:18.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListScalingConfigItemV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5008310Z [00:04:18.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/StartFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5079582Z [00:04:18.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterServiceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5149777Z [00:04:18.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5219960Z [00:04:18.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterOperationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5289344Z [00:04:18.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeFlowProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5359664Z [00:04:18.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DescribeClusterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5430143Z [00:04:18.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5499230Z [00:04:18.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/DeleteFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5570274Z [00:04:18.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/AddClusterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5640548Z [00:04:18.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CreateFlowForWeb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5710847Z [00:04:18.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListFlowNodeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5781690Z [00:04:18.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/CloneFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5853140Z [00:04:18.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/emr/ListClusterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5924414Z [00:04:18.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.5994056Z [00:04:18.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ReplaceBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6064676Z [00:04:18.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateSpareIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6133634Z [00:04:18.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6201737Z [00:04:18.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DetachDdosFromAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6270286Z [00:04:18.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6339806Z [00:04:18.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6410107Z [00:04:18.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6477771Z [00:04:18.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6547745Z [00:04:18.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6617587Z [00:04:18.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6686893Z [00:04:18.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateCustomRoutingEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6755865Z [00:04:18.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6826598Z [00:04:18.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/OpenAcceleratorService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6896346Z [00:04:18.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AddEntriesToAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.6966744Z [00:04:18.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7037141Z [00:04:18.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAccelerateAreas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7107453Z [00:04:18.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AttachLogStoreToEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7176886Z [00:04:18.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetInvalidDomainCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7245886Z [00:04:18.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7315927Z [00:04:18.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBandwidthPackagaAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7385050Z [00:04:18.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7457487Z [00:04:18.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7529596Z [00:04:18.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AttachDdosToAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7600400Z [00:04:18.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateForwardingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7670758Z [00:04:18.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7743713Z [00:04:18.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAcceleratorCrossBorderStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7816294Z [00:04:18.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7885975Z [00:04:18.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateCustomRoutingEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.7956392Z [00:04:18.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAccelerators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8026478Z [00:04:18.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8098362Z [00:04:18.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8168808Z [00:04:18.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicAccelerateIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8238364Z [00:04:18.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBasicIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8306664Z [00:04:18.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8376339Z [00:04:18.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAcceleratorConfirm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8447310Z [00:04:18.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListIpSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8517559Z [00:04:18.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListListenerCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8586772Z [00:04:18.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8656802Z [00:04:18.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8725875Z [00:04:18.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBasicEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8793790Z [00:04:18.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAvailableBusiRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8863806Z [00:04:18.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.8935942Z [00:04:18.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9004180Z [00:04:18.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicAccelerateIpEndpointRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9071887Z [00:04:18.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListSpareIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9139514Z [00:04:18.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AssociateAdditionalCertificatesWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9211731Z [00:04:18.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9287349Z [00:04:19.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicAccelerateIpIdleCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9357529Z [00:04:19.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9425561Z [00:04:19.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListEndpointGroupIpAddressCidrBlocks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9493847Z [00:04:19.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateEndpointGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9562745Z [00:04:19.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAcceleratorAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9633073Z [00:04:19.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9702299Z [00:04:19.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBasicEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9771226Z [00:04:19.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9839964Z [00:04:19.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteForwardingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9910300Z [00:04:19.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateCustomRoutingEndpointTrafficPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:11.9981629Z [00:04:19.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicAccelerateIpEndpointRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0053371Z [00:04:19.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicAccelerateIpEndpointRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0125875Z [00:04:19.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/QueryCrossBorderApprovalStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0194339Z [00:04:19.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0266102Z [00:04:19.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetSpareIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0335906Z [00:04:19.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0407783Z [00:04:19.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0477810Z [00:04:19.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0549942Z [00:04:19.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteSpareIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0621941Z [00:04:19.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingPortMappingsByDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0693619Z [00:04:19.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAcceleratorCrossBorderMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0763202Z [00:04:19.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0833116Z [00:04:19.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicAccelerateIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0901810Z [00:04:19.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.0970290Z [00:04:19.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateForwardingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1041796Z [00:04:19.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1113245Z [00:04:19.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBusiRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1184253Z [00:04:19.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteCustomRoutingEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1253433Z [00:04:19.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1321861Z [00:04:19.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeLogStoreOfEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1391736Z [00:04:19.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DetachLogStoreFromEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1459466Z [00:04:19.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/EnableApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1528207Z [00:04:19.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/RemoveEntriesFromAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1597273Z [00:04:19.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCustomRoutingEndPointTrafficPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1666860Z [00:04:19.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicAccelerateIpEndpointRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1734037Z [00:04:19.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1803740Z [00:04:19.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1871416Z [00:04:19.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListIspTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.1940520Z [00:04:19.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2008842Z [00:04:19.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2078419Z [00:04:19.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateBasicAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2146377Z [00:04:19.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListApplicationMonitorDetectResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2215845Z [00:04:19.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingEndpointTrafficPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2286490Z [00:04:19.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/BandwidthPackageRemoveAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2359305Z [00:04:19.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2433279Z [00:04:19.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2507328Z [00:04:19.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2579859Z [00:04:19.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2651995Z [00:04:19.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2723030Z [00:04:19.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2793792Z [00:04:19.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DissociateAdditionalCertificatesFromListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2865839Z [00:04:19.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteBasicEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.2936643Z [00:04:19.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCommonAreas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3005618Z [00:04:19.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3074595Z [00:04:19.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3144566Z [00:04:19.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3212598Z [00:04:19.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAclAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3282297Z [00:04:19.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3352296Z [00:04:19.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCommodityPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3423423Z [00:04:19.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteIpSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3493348Z [00:04:19.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3562970Z [00:04:19.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3631770Z [00:04:19.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateCustomRoutingEndpointTrafficPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3701119Z [00:04:19.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCommodity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3769335Z [00:04:19.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3836664Z [00:04:19.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteCustomRoutingEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3905929Z [00:04:19.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeAcceleratorServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.3976646Z [00:04:19.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteCustomRoutingEndpointTrafficPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4045499Z [00:04:19.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4114284Z [00:04:19.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeBandwidthPackageAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4184430Z [00:04:19.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4252925Z [00:04:19.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DissociateAclsFromListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4321602Z [00:04:19.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAdditionalCertificateWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4390854Z [00:04:19.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4460297Z [00:04:19.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4529740Z [00:04:19.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4599613Z [00:04:19.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateDomainState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4669749Z [00:04:19.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListAvailableAccelerateAreas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4738979Z [00:04:19.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetIpsetsBandwidthLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4809281Z [00:04:19.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/AssociateAclsWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4877633Z [00:04:19.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBasicAccelerateIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.4946552Z [00:04:19.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DisableApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5014150Z [00:04:19.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCustomRoutingEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5082843Z [00:04:19.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5151384Z [00:04:19.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeCustomRoutingEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5219168Z [00:04:19.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ConfigEndpointProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5288345Z [00:04:19.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateCustomRoutingEndpointGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5356040Z [00:04:19.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5423981Z [00:04:19.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBasicEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5493795Z [00:04:19.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBasicAccelerateIpEndpointRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5563341Z [00:04:19.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBandwidthPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5634073Z [00:04:19.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5705101Z [00:04:19.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/GetBasicAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5774896Z [00:04:19.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateServiceManagedControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5843841Z [00:04:19.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListSystemSecurityPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5912058Z [00:04:19.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DetectApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.5980583Z [00:04:19.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6053047Z [00:04:19.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateBasicAccelerateIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6121980Z [00:04:19.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateIpSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6191649Z [00:04:19.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/BandwidthPackageAddAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6261160Z [00:04:19.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6332156Z [00:04:19.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListCustomRoutingPortMappings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6402212Z [00:04:19.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/UpdateIpSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6473137Z [00:04:19.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListForwardingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6541307Z [00:04:19.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBandwidthackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6611384Z [00:04:19.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/CreateCustomRoutingEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6684793Z [00:04:19.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/ListBasicAccelerators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6754866Z [00:04:19.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DescribeAcceleratorAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6824007Z [00:04:19.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ga/DeleteDomainAcceleratorRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6896089Z [00:04:19.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoSyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.6965850Z [00:04:19.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateRepoBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7038186Z [00:04:19.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7107247Z [00:04:19.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateBuildRecordByRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7175895Z [00:04:19.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListInstanceRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7246659Z [00:04:19.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7317162Z [00:04:19.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoSyncTaskByRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7386551Z [00:04:19.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7458148Z [00:04:19.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7526130Z [00:04:19.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7595447Z [00:04:19.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7664643Z [00:04:19.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepoTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7737205Z [00:04:19.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7808309Z [00:04:19.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateBuildRecordByRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7879607Z [00:04:19.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.7949399Z [00:04:19.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8019390Z [00:04:19.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8092072Z [00:04:19.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoSyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8163739Z [00:04:19.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8236492Z [00:04:19.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateInstanceVpcEndpointLinkedVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8305536Z [00:04:19.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8382889Z [00:04:19.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepoSyncRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8452302Z [00:04:19.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8523030Z [00:04:19.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteChartRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8591945Z [00:04:19.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8661803Z [00:04:19.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8729658Z [00:04:19.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteInstanceEndpointAclPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8797988Z [00:04:19.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoSyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8867747Z [00:04:19.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.8938384Z [00:04:19.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9012272Z [00:04:19.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoBuildRecordLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9085888Z [00:04:19.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateRepoTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9158021Z [00:04:19.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoSyncRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9228678Z [00:04:19.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChartRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9300710Z [00:04:20.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9372334Z [00:04:20.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListEventCenterRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9443802Z [00:04:20.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTagManifest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9513642Z [00:04:20.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9583292Z [00:04:20.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoTagScanResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9652334Z [00:04:20.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChainInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9720308Z [00:04:20.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstanceCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9792904Z [00:04:20.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9864004Z [00:04:20.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:12.9934195Z [00:04:20.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoSourceCodeRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0005798Z [00:04:20.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0075938Z [00:04:20.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0146072Z [00:04:20.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateEventCenterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0216879Z [00:04:20.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoTagScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0304527Z [00:04:20.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CancelRepoBuildRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0377534Z [00:04:20.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetArtifactBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0448552Z [00:04:20.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTagScanSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0519343Z [00:04:20.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTagLayers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0589829Z [00:04:20.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteInstanceVpcEndpointLinkedVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0666457Z [00:04:20.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateInstanceEndpointAclPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0740995Z [00:04:20.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateArtifactBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0812171Z [00:04:20.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0883225Z [00:04:20.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListEventCenterRuleName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.0953150Z [00:04:20.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepoTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1022350Z [00:04:20.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoBuildRecordStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1093508Z [00:04:20.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoBuildRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1162289Z [00:04:20.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetArtifactBuildTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1232873Z [00:04:20.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1305319Z [00:04:20.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1380154Z [00:04:20.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1453467Z [00:04:20.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetAuthorizationToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1523626Z [00:04:20.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteRepoBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1595808Z [00:04:20.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1667794Z [00:04:20.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1740126Z [00:04:20.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1812567Z [00:04:20.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteEventCenterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1882007Z [00:04:20.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ResetLoginPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.1951092Z [00:04:20.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2021317Z [00:04:20.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2091398Z [00:04:20.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2160656Z [00:04:20.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListArtifactBuildTaskLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2228895Z [00:04:20.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateInstanceEndpointStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2297649Z [00:04:20.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoSyncRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2365854Z [00:04:20.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2437418Z [00:04:20.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2508351Z [00:04:20.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoBuildRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2580466Z [00:04:20.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2652624Z [00:04:20.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2722667Z [00:04:20.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2792011Z [00:04:20.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CancelArtifactBuildTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2868957Z [00:04:20.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/DeleteNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.2934138Z [00:04:20.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstanceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3002314Z [00:04:20.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3072820Z [00:04:20.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/UpdateRepoSourceCodeRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3140728Z [00:04:20.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/CreateRepoSourceCodeRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3210625Z [00:04:20.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetInstanceVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3279230Z [00:04:20.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/GetRepoTagScanStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3347239Z [00:04:20.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cr/ListRepoTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3416974Z [00:04:20.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/DeleteVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3487544Z [00:04:20.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/ModifyVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3559552Z [00:04:20.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/AcceptVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3629035Z [00:04:20.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3701700Z [00:04:20.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/RejectVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3771331Z [00:04:20.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3839920Z [00:04:20.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3907781Z [00:04:20.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/CreateVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.3976317Z [00:04:20.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/ListVpcPeerConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4047668Z [00:04:20.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4117488Z [00:04:20.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4186486Z [00:04:20.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/vpcpeer/GetVpcPeerConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4255744Z [00:04:20.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cas/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4326792Z [00:04:20.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterVpcAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4394909Z [00:04:20.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterRouteTableAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4463875Z [00:04:20.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeChildInstanceRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4533899Z [00:04:20.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4603298Z [00:04:20.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteFlowlog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4671657Z [00:04:20.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4739787Z [00:04:20.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenInterRegionTrafficQosQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4810183Z [00:04:20.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateFlowlog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4879522Z [00:04:20.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenAttachedChildInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.4949240Z [00:04:20.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterMulticastDomainVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5017257Z [00:04:20.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5086582Z [00:04:20.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RegisterTransitRouterMulticastGroupMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5155563Z [00:04:20.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeGrantRulesToResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5223675Z [00:04:20.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterCidrAllocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5291877Z [00:04:20.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/PublishRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5360909Z [00:04:20.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5428810Z [00:04:20.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListCenInterRegionTrafficQosPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5497169Z [00:04:20.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterVpcAttachmentZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5566064Z [00:04:20.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5636073Z [00:04:20.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5709067Z [00:04:20.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5781106Z [00:04:20.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterVpnAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5855275Z [00:04:20.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterMulticastDomainAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.5930464Z [00:04:20.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DisableTransitRouterRouteTablePropagation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6003237Z [00:04:20.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyCenAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6075444Z [00:04:20.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UnroutePrivateZoneInCenToVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6148574Z [00:04:20.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenChildInstanceRouteEntryToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6218753Z [00:04:20.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterVpnAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6289042Z [00:04:20.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6359209Z [00:04:20.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterPeerAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6429332Z [00:04:20.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6499478Z [00:04:20.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CheckTransitRouterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6570109Z [00:04:20.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterVbrAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6640660Z [00:04:20.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenRouteMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6712118Z [00:04:20.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6783974Z [00:04:20.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6854387Z [00:04:20.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeGeographicRegionMembership.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6925741Z [00:04:20.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterVpnAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.6996432Z [00:04:20.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeregisterTransitRouterMulticastGroupMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7065796Z [00:04:20.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ReplaceTransitRouterRouteTableAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7137889Z [00:04:20.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterVbrAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7207583Z [00:04:20.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenChildInstanceRouteEntryToAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7277647Z [00:04:20.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ActiveFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7347553Z [00:04:20.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenGeographicSpanRemainingBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7417787Z [00:04:20.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenInterRegionTrafficQosQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7490258Z [00:04:20.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterVpcAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7559779Z [00:04:20.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/TempUpgradeCenBandwidthPackageSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7629705Z [00:04:20.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterPeerAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7700116Z [00:04:20.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenChildInstanceRouteEntryToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7769144Z [00:04:20.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7838240Z [00:04:20.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouteTableAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7907204Z [00:04:20.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RefreshTransitRouteTableAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.7978066Z [00:04:20.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8045732Z [00:04:20.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyTransitRouterCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8117009Z [00:04:20.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/EnableCenVbrHealthCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8190614Z [00:04:20.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenRouteMaps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8261321Z [00:04:20.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8332684Z [00:04:20.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/OpenTransitRouterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8402707Z [00:04:20.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyFlowLogAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8474976Z [00:04:20.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8547936Z [00:04:20.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenInterRegionBandwidthLimits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8617777Z [00:04:20.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8688174Z [00:04:20.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8758709Z [00:04:20.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8827097Z [00:04:20.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterPrefixListAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8896790Z [00:04:20.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.8967345Z [00:04:20.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListCenChildInstanceRouteEntriesToAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9039447Z [00:04:20.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9108649Z [00:04:20.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DisableCenVbrHealthCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9180145Z [00:04:20.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterPrefixListAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9250729Z [00:04:21.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterPrefixListAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9323116Z [00:04:21.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9396142Z [00:04:21.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyCenBandwidthPackageAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9468044Z [00:04:21.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9539002Z [00:04:21.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterRouteTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9609458Z [00:04:21.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AssociateCenBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9679930Z [00:04:21.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RegisterTransitRouterMulticastGroupSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9749790Z [00:04:21.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/WithdrawPublishedRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9819443Z [00:04:21.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenGeographicSpans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9889287Z [00:04:21.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:13.9958484Z [00:04:21.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DissociateTransitRouterAttachmentFromRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0027636Z [00:04:21.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterVbrAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0096708Z [00:04:21.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0164887Z [00:04:21.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenRegionDomainRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0233429Z [00:04:21.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeGrantRulesToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0305500Z [00:04:21.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeregisterTransitRouterMulticastGroupSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0374378Z [00:04:21.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTrafficMarkingPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0445190Z [00:04:21.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0515324Z [00:04:21.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterPeerAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0590860Z [00:04:21.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/EnableTransitRouterRouteTablePropagation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0663976Z [00:04:21.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0736204Z [00:04:21.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListGrantVSwitchEnis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0808424Z [00:04:21.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/SetCenInterRegionBandwidthLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0881043Z [00:04:21.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/GrantInstanceToTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.0952131Z [00:04:21.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterVbrAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1025747Z [00:04:21.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenRouteMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1099207Z [00:04:21.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTrafficMarkingPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1170250Z [00:04:21.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouteTableAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1241168Z [00:04:21.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteRouteServiceInCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1312872Z [00:04:21.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenChildInstanceRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1383048Z [00:04:21.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeRouteConflict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1453373Z [00:04:21.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1525844Z [00:04:21.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenAttachedChildInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1597103Z [00:04:21.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ResolveAndRouteServiceInCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1669407Z [00:04:21.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenInterRegionTrafficQosPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1739710Z [00:04:21.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCens.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1810283Z [00:04:21.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeTransitRouteTableAggregationDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1879720Z [00:04:21.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterRouteTablePropagations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.1949207Z [00:04:21.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyCenRouteMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2018247Z [00:04:21.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2088287Z [00:04:21.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UnassociateCenBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2157346Z [00:04:21.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteTransitRouterVpnAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2226620Z [00:04:21.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateTransitRouterVpcAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2296760Z [00:04:21.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeleteCenInterRegionTrafficQosPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2365221Z [00:04:21.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeFlowlogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2435676Z [00:04:21.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterMulticastDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2505752Z [00:04:21.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2576934Z [00:04:21.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenBandwidthPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2650258Z [00:04:21.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AssociateTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2721341Z [00:04:21.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenPrivateZoneRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2791828Z [00:04:21.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DeactiveFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2860667Z [00:04:21.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2929799Z [00:04:21.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RevokeInstanceFromTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.2999039Z [00:04:21.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeTransitRouteTableAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.3068984Z [00:04:21.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.3141995Z [00:04:21.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.3213953Z [00:04:21.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateCenBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.3285344Z [00:04:21.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterPeerAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.3356181Z [00:04:21.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeRouteServicesInCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.3429114Z [00:04:21.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AttachCenChildInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.3503752Z [00:04:21.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DisassociateTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.3584481Z [00:04:21.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribePublishedRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.3666024Z [00:04:21.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterVpcAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.3744836Z [00:04:21.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.3819236Z [00:04:21.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListCenInterRegionTrafficQosQueues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.3891611Z [00:04:21.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListGrantVSwitchesToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.3965485Z [00:04:21.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/RoutePrivateZoneInCenToVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4036213Z [00:04:21.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouterMulticastGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4108660Z [00:04:21.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/AssociateTransitRouterAttachmentWithRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4182916Z [00:04:21.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ListTransitRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4254525Z [00:04:21.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/CreateTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4325836Z [00:04:21.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DescribeCenVbrHealthCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4397054Z [00:04:21.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/ModifyCenBandwidthPackageSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4471470Z [00:04:21.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cbn/DetachCenChildInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4548839Z [00:04:21.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAccountSecurityPracticeReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4619473Z [00:04:21.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4690298Z [00:04:21.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/RemoveClientIdFromOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4759485Z [00:04:21.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateSAMLProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4828270Z [00:04:21.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetUserSsoSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4897068Z [00:04:21.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/AddUserToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.4967660Z [00:04:21.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/SetDefaultDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5036115Z [00:04:21.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5105582Z [00:04:21.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5175012Z [00:04:21.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateVirtualMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5245435Z [00:04:21.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/SetSecurityPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5314785Z [00:04:21.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/RemoveFingerprintFromOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5385576Z [00:04:21.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAppSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5454726Z [00:04:21.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListAppSecretIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5525335Z [00:04:21.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5594392Z [00:04:21.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateAppSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5662953Z [00:04:21.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListUserBasicInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5731426Z [00:04:21.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5800832Z [00:04:21.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetSAMLProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5870977Z [00:04:21.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.5940393Z [00:04:21.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/SetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6009439Z [00:04:21.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAccountMFAInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6078089Z [00:04:21.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListSAMLProviders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6148776Z [00:04:21.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UnbindMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6221056Z [00:04:21.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6291616Z [00:04:21.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DisableVirtualMFA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6361903Z [00:04:21.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6435198Z [00:04:21.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6507783Z [00:04:21.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6581363Z [00:04:21.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/RemoveUserFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6652915Z [00:04:21.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6723218Z [00:04:21.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/AddFingerprintToOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6793138Z [00:04:21.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateSAMLProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6862958Z [00:04:21.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ChangePassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.6933476Z [00:04:21.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListOIDCProviders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7004014Z [00:04:21.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetDefaultDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7073178Z [00:04:21.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7142361Z [00:04:21.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAccountSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7209842Z [00:04:21.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7281677Z [00:04:21.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7352139Z [00:04:21.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7421639Z [00:04:21.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7492144Z [00:04:21.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7562168Z [00:04:21.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListVirtualMFADevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7630600Z [00:04:21.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetUserMFAInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7700310Z [00:04:21.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7770313Z [00:04:21.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7840472Z [00:04:21.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7911223Z [00:04:21.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.7980835Z [00:04:21.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8050542Z [00:04:21.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/BindMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8121640Z [00:04:21.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteAppSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8190430Z [00:04:21.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/AddClientIdToOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8259089Z [00:04:21.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteSAMLProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8330102Z [00:04:21.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8402782Z [00:04:21.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListPredefinedScopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8472899Z [00:04:21.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetSecurityPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8543000Z [00:04:21.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteVirtualMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8613103Z [00:04:21.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8684424Z [00:04:21.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListGroupsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8758071Z [00:04:21.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8827326Z [00:04:21.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8896476Z [00:04:21.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListUsersForGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.8966650Z [00:04:21.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/UpdateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9036183Z [00:04:21.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/SetUserSsoSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9103249Z [00:04:21.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/CreateAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9172803Z [00:04:21.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9241822Z [00:04:22.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/DeleteAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9311665Z [00:04:22.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/ListAccessKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9380934Z [00:04:22.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GenerateCredentialReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9450401Z [00:04:22.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetAccessKeyLastUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9520151Z [00:04:22.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9591047Z [00:04:22.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ims/GetCredentialReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9661734Z [00:04:22.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/DescribeDBInstancesForDms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9733126Z [00:04:22.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/DescribeDBInstanceSecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9803304Z [00:04:22.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9873867Z [00:04:22.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/ModifyDBInstanceSecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:14.9942005Z [00:04:22.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/gpdb/DescribeDBInstanceForDms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0012109Z [00:04:22.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/QueryTracedEventByEventId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0081252Z [00:04:22.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0149579Z [00:04:22.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0220359Z [00:04:22.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0288150Z [00:04:22.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListEventBuses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0357736Z [00:04:22.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListEventStreamings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0426396Z [00:04:22.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0495937Z [00:04:22.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateApiDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0567783Z [00:04:22.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteEventBus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0641868Z [00:04:22.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0713636Z [00:04:22.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/TestEventPattern.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0786800Z [00:04:22.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/PauseEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0857620Z [00:04:22.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteApiDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0928402Z [00:04:22.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.0999876Z [00:04:22.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/QueryEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1069264Z [00:04:22.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1137788Z [00:04:22.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/QueryTracedEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1207229Z [00:04:22.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1276239Z [00:04:22.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1347258Z [00:04:22.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateEventBus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1417536Z [00:04:22.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/EnableRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1488737Z [00:04:22.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1558063Z [00:04:22.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListUserDefinedEventSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1630338Z [00:04:22.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetEventBus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1704781Z [00:04:22.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1776103Z [00:04:22.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetApiDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1846860Z [00:04:22.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListAliyunOfficialEventSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1918227Z [00:04:22.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DisableRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.1993755Z [00:04:22.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2065635Z [00:04:22.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2137460Z [00:04:22.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2206687Z [00:04:22.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/PutTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2276105Z [00:04:22.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2346503Z [00:04:22.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2416395Z [00:04:22.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateEventBus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2485767Z [00:04:22.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/GetRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2554666Z [00:04:22.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/ListApiDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2627371Z [00:04:22.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/DeleteEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2698439Z [00:04:22.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2768927Z [00:04:22.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/QueryEventTraces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2838528Z [00:04:22.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/StartEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2907783Z [00:04:22.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/UpdateApiDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.2979367Z [00:04:22.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateServiceLinkedRoleForProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3050171Z [00:04:22.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eventbridge/CreateEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3120625Z [00:04:22.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageaudit/ScanImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3189042Z [00:04:22.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageaudit/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3258035Z [00:04:22.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageaudit/ScanText.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3328520Z [00:04:22.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDbInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3398571Z [00:04:22.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstDbLogInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3469747Z [00:04:22.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetupRecycleBinStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3539894Z [00:04:22.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitSqlFlashbackTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3609636Z [00:04:22.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstanceDbMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3679804Z [00:04:22.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpdatePrivateRdsClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3749065Z [00:04:22.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3819589Z [00:04:22.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateInstanceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3890416Z [00:04:22.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RefreshDrdsAtomUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.3959279Z [00:04:22.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/FlashbackRecycleBinTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4031298Z [00:04:22.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstanceLevelTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4103351Z [00:04:22.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ReleaseInstanceInternetAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4171521Z [00:04:22.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveDrdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4240663Z [00:04:22.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstanceSwitchNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4310269Z [00:04:22.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitHotExpandPreCheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4379911Z [00:04:22.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRdsSuperAccountInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4450791Z [00:04:22.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveDrdsDbFailedRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4521057Z [00:04:22.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpdateInstanceNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4589429Z [00:04:22.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CheckSqlAuditEnableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4658705Z [00:04:22.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyDrdsInstanceDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4727093Z [00:04:22.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RollbackInstanceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4796937Z [00:04:22.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribePreCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4865807Z [00:04:22.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveInstanceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.4935558Z [00:04:22.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsRdsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5003995Z [00:04:22.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveRecycleBinTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5072901Z [00:04:22.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpgradeHiStoreInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5141453Z [00:04:22.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5210090Z [00:04:22.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRdsPerformanceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5278890Z [00:04:22.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DisableSqlAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5347445Z [00:04:22.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDBIpWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5416044Z [00:04:22.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ChangeInstanceAzone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5485278Z [00:04:22.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstDbSlsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5555121Z [00:04:22.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetBackupLocal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5624226Z [00:04:22.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDbInstanceDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5693464Z [00:04:22.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyPolarDbReadWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5761391Z [00:04:22.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/StartRestore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5830267Z [00:04:22.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/EnableSqlFlashbackMatchSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5900755Z [00:04:22.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitSmoothExpandPreCheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.5970018Z [00:04:22.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6038617Z [00:04:22.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRecycleBinStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6107190Z [00:04:22.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateShardTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6178657Z [00:04:22.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitHotExpandTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6247474Z [00:04:22.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6317942Z [00:04:22.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6389866Z [00:04:22.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveBackupsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6459829Z [00:04:22.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpdateResourceGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6531411Z [00:04:22.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CheckExpandStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6605615Z [00:04:22.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ManagePrivateRds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6677285Z [00:04:22.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsSlowSqls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6747563Z [00:04:22.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ChangeAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6817821Z [00:04:22.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDbInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6888386Z [00:04:22.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyRdsReadWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.6959097Z [00:04:22.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeExpandLogicTableInfoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7028363Z [00:04:22.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsShardingDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7099875Z [00:04:22.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7172639Z [00:04:22.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupTimes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7245683Z [00:04:22.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7316691Z [00:04:22.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SwitchGlobalBroadcastType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7387836Z [00:04:22.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeHotDbList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7460326Z [00:04:22.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateInstanceInternetAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7532136Z [00:04:22.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7605821Z [00:04:22.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstanceAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7676395Z [00:04:22.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitSmoothExpandPreCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7748386Z [00:04:22.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBroadcastTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7819992Z [00:04:22.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/GetDrdsDbRdsRelationInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7890508Z [00:04:22.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.7965733Z [00:04:22.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8038715Z [00:04:22.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeInstanceSwitchAzone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8112640Z [00:04:22.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8183784Z [00:04:22.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackMenu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8257397Z [00:04:22.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeShardTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8329420Z [00:04:22.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetupBroadcastTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8401044Z [00:04:22.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDBs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8473481Z [00:04:22.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RestartDrdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8544748Z [00:04:22.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8615695Z [00:04:22.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDbRdsNameList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8686577Z [00:04:22.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsSqlAuditStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8758318Z [00:04:22.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8829106Z [00:04:22.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRDSPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8898864Z [00:04:22.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ValidateShardTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.8971009Z [00:04:22.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9044849Z [00:04:22.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeSqlFlashbakTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9115949Z [00:04:22.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9185973Z [00:04:22.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/EnableSqlAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9256774Z [00:04:23.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsParams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9328382Z [00:04:23.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeTableListByType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9399306Z [00:04:23.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateOrderForRds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9469778Z [00:04:23.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateDrdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9538588Z [00:04:23.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupLocal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9607199Z [00:04:23.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRecycleBinTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9675719Z [00:04:23.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9743526Z [00:04:23.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRestoreOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9814405Z [00:04:23.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/UpgradeInstanceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9882898Z [00:04:23.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SubmitCleanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:15.9952211Z [00:04:23.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/EnableInstanceIpv6Address.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0020326Z [00:04:23.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/RemoveDrdsDb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0090855Z [00:04:23.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/PutStartBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0159485Z [00:04:23.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetupTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0228401Z [00:04:23.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CreateDrdsDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0298335Z [00:04:23.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/CheckDrdsDbName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0370050Z [00:04:23.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0439282Z [00:04:23.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/ModifyDrdsIpWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0507336Z [00:04:23.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeBackupSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0584898Z [00:04:23.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDbInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0655667Z [00:04:23.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeRdsCommodity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0726584Z [00:04:23.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/DescribeDrdsInstanceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0795465Z [00:04:23.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/drds/SetupDrdsParams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0865227Z [00:04:23.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/AddDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.0934342Z [00:04:23.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1002718Z [00:04:23.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/GetResolveCountSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1070703Z [00:04:23.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1138917Z [00:04:23.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/DescribeDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1209814Z [00:04:23.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/GetAccountInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1279135Z [00:04:23.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/ListDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1349214Z [00:04:23.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/httpdns/GetResolveStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1420796Z [00:04:23.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeQrCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1491563Z [00:04:23.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeCharacter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1560754Z [00:04:23.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeTicketInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1631070Z [00:04:23.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeDriverLicense.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1701371Z [00:04:23.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeVATInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1769601Z [00:04:23.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeLicensePlate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1838943Z [00:04:23.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1908593Z [00:04:23.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.1980576Z [00:04:23.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeTrainTicket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2051130Z [00:04:23.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeVINCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2121554Z [00:04:23.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeBankCard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2191171Z [00:04:23.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeIdentityCard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2261240Z [00:04:23.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2332689Z [00:04:23.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeVideoCharacter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2401699Z [00:04:23.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeDrivingLicense.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2471612Z [00:04:23.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeQuotaInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2540449Z [00:04:23.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeBusinessLicense.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2612269Z [00:04:23.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizeTaxiInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2684564Z [00:04:23.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ocr/RecognizePdf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2755716Z [00:04:23.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/UpdateTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2827087Z [00:04:23.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetTrailStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2897636Z [00:04:23.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.2968278Z [00:04:23.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/CreateDeliveryHistoryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3037867Z [00:04:23.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/StopLogging.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3108107Z [00:04:23.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3177557Z [00:04:23.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/DeleteDeliveryHistoryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3246223Z [00:04:23.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/DescribeTrails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3318677Z [00:04:23.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/DeleteTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3389308Z [00:04:23.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/UpdateGlobalEventsStorageRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3459913Z [00:04:23.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedProducts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3529196Z [00:04:23.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetGlobalEventsStorageRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3598558Z [00:04:23.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/LookupEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3667983Z [00:04:23.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3738546Z [00:04:23.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/ListDeliveryHistoryJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3808650Z [00:04:23.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3880154Z [00:04:23.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.3948717Z [00:04:23.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetAccessKeyLastUsedEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4017713Z [00:04:23.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/StartLogging.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4088414Z [00:04:23.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/GetDeliveryHistoryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4158663Z [00:04:23.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/actiontrail/CreateTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4230150Z [00:04:23.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetRuleDimension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4299425Z [00:04:23.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadAudioData4Pre.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4368860Z [00:04:23.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/ExecuteAsrTransform.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4438095Z [00:04:23.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/RegisterNotice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4507811Z [00:04:23.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DeleteAsrVocab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4576193Z [00:04:23.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/SaveReviewResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4646112Z [00:04:23.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/ListDataSetTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4717287Z [00:04:23.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DoCheckResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4793147Z [00:04:23.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/EditThesaurusForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4865021Z [00:04:23.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/AddBusinessCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.4937744Z [00:04:23.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DoPhysicalDeleteResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5006290Z [00:04:23.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateRuleForAnt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5078005Z [00:04:23.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateSubScoreForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5149956Z [00:04:23.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DoLogicalDeleteResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5224153Z [00:04:23.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetAccAsrResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5300619Z [00:04:23.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/TestNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5373691Z [00:04:23.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/InvalidRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5451015Z [00:04:23.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetResultCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5529131Z [00:04:23.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DeleteBusinessCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5601628Z [00:04:23.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadDataWithRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5674213Z [00:04:23.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/SubmitReviewInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5746719Z [00:04:23.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateScoreForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5820152Z [00:04:23.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateAsrVocab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5895026Z [00:04:23.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetReviewInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.5966601Z [00:04:23.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DeleteScoreForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6038895Z [00:04:23.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadAudioDataWithRules4Pre.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6110033Z [00:04:23.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6179733Z [00:04:23.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/AddThesaurusForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6249085Z [00:04:23.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadAudioDataWithRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6316114Z [00:04:23.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetScoreInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6384839Z [00:04:23.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/InsertSubScoreForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6458268Z [00:04:23.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetCustomizationConfigList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6527626Z [00:04:23.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6598696Z [00:04:23.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/CreateAsrVocab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6669081Z [00:04:23.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetDataSetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6738200Z [00:04:23.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetAudioDataStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6807896Z [00:04:23.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/InsertScoreForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6878398Z [00:04:23.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.6948863Z [00:04:23.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetRuleDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7018933Z [00:04:23.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetAsrVocab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7090265Z [00:04:23.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7159947Z [00:04:23.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadAudioData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7229970Z [00:04:23.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DelThesaurusForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7300783Z [00:04:23.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7370532Z [00:04:23.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetThesaurusBySynonymForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7442604Z [00:04:23.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GenerateCustomizationModelId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7512079Z [00:04:23.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7582850Z [00:04:23.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadDataSync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7656767Z [00:04:23.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UploadRuleForAnt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7733375Z [00:04:23.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetBusinessCategoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7810551Z [00:04:23.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/DeleteSubScoreForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7883368Z [00:04:23.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/GetFileDimension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.7955485Z [00:04:23.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/qualitycheck/UpdateOnPurchaseSuccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8026626Z [00:04:23.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/agency/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8100270Z [00:04:23.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeCompliance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8173645Z [00:04:23.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/PutConfigurationRecorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8245835Z [00:04:23.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetDiscoveredResourceCounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8317659Z [00:04:23.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeComplianceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8387700Z [00:04:23.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeDiscoveredResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8458296Z [00:04:23.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ListRemediationTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8529278Z [00:04:23.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/PutConfigRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8599830Z [00:04:23.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ListAggregateDiscoveredResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8669044Z [00:04:23.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeDeliveryChannels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8739608Z [00:04:23.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetAggregateDiscoveredResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8810202Z [00:04:23.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetSupportedResourceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8879940Z [00:04:23.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/PutEvaluations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.8949552Z [00:04:23.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetResourceComplianceTimeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9017460Z [00:04:23.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeEvaluationResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9084617Z [00:04:23.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9154086Z [00:04:23.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DeleteConfigRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9221998Z [00:04:23.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeConfigRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9292941Z [00:04:24.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ListDiscoveredResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9364631Z [00:04:24.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/StartConfigRuleEvaluation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9437045Z [00:04:24.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ListConfigRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9507279Z [00:04:24.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/ActiveConfigRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9576902Z [00:04:24.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetResourceConfigurationTimeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9647242Z [00:04:24.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/StartConfigurationRecorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9717455Z [00:04:24.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/DescribeConfigurationRecorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9786918Z [00:04:24.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/GetDiscoveredResourceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9855975Z [00:04:24.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/PutDeliveryChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9924796Z [00:04:24.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/config/StopConfigRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:16.9995736Z [00:04:24.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.0068592Z [00:04:24.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.0140148Z [00:04:24.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeregisterResourceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.0212033Z [00:04:24.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListResourceTypeRegistrations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.0282125Z [00:04:24.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListChangeSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.0353520Z [00:04:24.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.0425094Z [00:04:24.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackOperationRisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.0495755Z [00:04:24.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GenerateTemplateByScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.0567068Z [00:04:24.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteDiagnostic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.0642686Z [00:04:24.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SetDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.0722340Z [00:04:24.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetFeatureDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.0794408Z [00:04:24.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplateScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.0865471Z [00:04:24.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteStackInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.0934874Z [00:04:24.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplateSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1003641Z [00:04:24.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1073064Z [00:04:24.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateStackInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1144413Z [00:04:24.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/RegisterResourceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1215496Z [00:04:24.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1285427Z [00:04:24.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateTemplateScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1354382Z [00:04:24.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1424690Z [00:04:24.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ExecuteChangeSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1494018Z [00:04:24.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplateEstimateCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1564960Z [00:04:24.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStacks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1637980Z [00:04:24.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteTemplateScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1714151Z [00:04:24.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1786001Z [00:04:24.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SetResourceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1858333Z [00:04:24.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateStackGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1929367Z [00:04:24.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListResourceTypeVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.1998477Z [00:04:24.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ValidateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.2067605Z [00:04:24.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.2137831Z [00:04:24.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.2206149Z [00:04:24.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.2274490Z [00:04:24.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListResourceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.2342712Z [00:04:24.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GenerateTemplatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.2419321Z [00:04:24.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DetectStackDrift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.2490306Z [00:04:24.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/StopStackGroupOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.2566651Z [00:04:24.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackGroupOperationResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.2642134Z [00:04:24.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.2715660Z [00:04:24.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.2788060Z [00:04:24.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.2859597Z [00:04:24.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetResourceTypeTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.2930781Z [00:04:24.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateStackGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3001273Z [00:04:24.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3070523Z [00:04:24.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetDiagnostic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3138939Z [00:04:24.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3208065Z [00:04:24.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteStackGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3277856Z [00:04:24.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SetStackPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3348094Z [00:04:24.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3419231Z [00:04:24.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3487703Z [00:04:24.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackResourceDrifts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3557129Z [00:04:24.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTemplateScratches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3624992Z [00:04:24.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3693781Z [00:04:24.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetResourceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3761129Z [00:04:24.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateChangeSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3830067Z [00:04:24.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SignalResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3897147Z [00:04:24.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CancelUpdateStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.3965658Z [00:04:24.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4039764Z [00:04:24.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/PreviewStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4110974Z [00:04:24.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4180504Z [00:04:24.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4249450Z [00:04:24.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackGroupOperations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4319848Z [00:04:24.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateTemplateScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4390919Z [00:04:24.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListDiagnostics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4460463Z [00:04:24.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ContinueCreateStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4531278Z [00:04:24.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4603363Z [00:04:24.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DetectStackGroupDrift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4674352Z [00:04:24.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/SetTemplatePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4743845Z [00:04:24.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateStackInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4813472Z [00:04:24.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackDriftDetectionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4883517Z [00:04:24.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DetectStackResourceDrift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.4952247Z [00:04:24.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetChangeSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5022295Z [00:04:24.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetStackGroupOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5095231Z [00:04:24.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListTemplateVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5167202Z [00:04:24.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/UpdateStackTemplateByResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5238201Z [00:04:24.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5310294Z [00:04:24.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CancelStackOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5379661Z [00:04:24.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5448943Z [00:04:24.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/ListStackGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5518283Z [00:04:24.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetServiceProvisions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5587556Z [00:04:24.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/DeleteChangeSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5658517Z [00:04:24.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/CreateDiagnostic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5729940Z [00:04:24.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ros/GetTemplateParameterConstraints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5799009Z [00:04:24.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionModuleStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5869791Z [00:04:24.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeProtectionModuleMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.5936834Z [00:04:24.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6005731Z [00:04:24.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainAdvanceConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6072542Z [00:04:24.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6141062Z [00:04:24.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainRuleGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6211688Z [00:04:24.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyLogServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6283079Z [00:04:24.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/CreateCertificateByCertificateId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6353901Z [00:04:24.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeProtectionModuleStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6430386Z [00:04:24.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionRuleCacheStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6503455Z [00:04:24.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6573499Z [00:04:24.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DeleteProtectionModuleRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6644899Z [00:04:24.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/CreateProtectionModuleRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6715177Z [00:04:24.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeProtectionModuleRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6783221Z [00:04:24.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6853690Z [00:04:24.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/CreateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6923625Z [00:04:24.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.6994777Z [00:04:24.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7064354Z [00:04:24.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyLogRetrievalStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7133714Z [00:04:24.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionModuleRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7201298Z [00:04:24.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionModuleMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7271404Z [00:04:24.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyProtectionRuleStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7340209Z [00:04:24.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeWafSourceIpSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7411038Z [00:04:24.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeInstanceSpecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7482860Z [00:04:24.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeProtectionModuleCodeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7553543Z [00:04:24.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/CreateCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7627359Z [00:04:24.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeCertMatchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7699693Z [00:04:24.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7769739Z [00:04:24.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/SetDomainRuleGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7841735Z [00:04:24.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainBasicConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7911767Z [00:04:24.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyDomainIpv6Status.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.7982126Z [00:04:24.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8052320Z [00:04:24.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/ModifyDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8122142Z [00:04:24.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeInstanceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8192054Z [00:04:24.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/waf-openapi/DescribeLogServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8262093Z [00:04:24.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/AssumeRoleWithSAML.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8331558Z [00:04:24.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/GetCallerIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8403008Z [00:04:24.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/AssumeRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8472876Z [00:04:24.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/AssumeRoleWithOIDC.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8543042Z [00:04:24.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sts/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8614157Z [00:04:24.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ExecuteDataCorrect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8685752Z [00:04:24.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSQLExecAuditLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8756132Z [00:04:24.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectTaskDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8826545Z [00:04:24.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListProxySQLExecAuditLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8895592Z [00:04:24.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDataImportSQLType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.8965005Z [00:04:24.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ChangeColumnSecurityLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9036487Z [00:04:24.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataExportOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9107631Z [00:04:24.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTaskFlowNotification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9177516Z [00:04:24.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStructSyncOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9246977Z [00:04:25.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SubmitOrderApproval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9315376Z [00:04:25.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ResumeTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9387490Z [00:04:25.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RevokeTemplateAuthority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9459706Z [00:04:25.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9529501Z [00:04:25.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RetryDataCorrectPreCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9600109Z [00:04:25.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ReDeployLhDagVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9672102Z [00:04:25.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOpLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9744320Z [00:04:25.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListStandardGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9814926Z [00:04:25.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskTimeVariables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9883983Z [00:04:25.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectRollbackFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:17.9953328Z [00:04:25.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0022586Z [00:04:25.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0091012Z [00:04:25.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteLogicDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0160293Z [00:04:25.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SyncDatabaseMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0229636Z [00:04:25.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DisableUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0297710Z [00:04:25.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteLhMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0366849Z [00:04:25.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataCronClearOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0438083Z [00:04:25.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AnalyzeSQLLineage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0506785Z [00:04:25.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateStandardGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0578352Z [00:04:25.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0650875Z [00:04:25.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CloseOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0724168Z [00:04:25.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0796109Z [00:04:25.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SetOwners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0868878Z [00:04:25.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateSLARules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.0943971Z [00:04:25.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddLogicTableRouteConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1014183Z [00:04:25.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStructSyncJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1083221Z [00:04:25.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RevokeUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1152203Z [00:04:25.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RefundPayAsYouGoOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1224113Z [00:04:25.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ModifyDataCorrectExecSQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1292830Z [00:04:25.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowsByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1363889Z [00:04:25.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ChangeLhDagOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1432881Z [00:04:25.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1503086Z [00:04:25.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataExportOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1572919Z [00:04:25.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddTaskFlowEdges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1643434Z [00:04:25.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetLhSpaceByName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1715132Z [00:04:25.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1785108Z [00:04:25.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetAuthorityTemplateItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1856305Z [00:04:25.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/PublishAndDeployTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1927640Z [00:04:25.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListProxyAccesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.1998231Z [00:04:25.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListInstanceLoginAuditLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2069721Z [00:04:25.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ExecuteStructSync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2140221Z [00:04:25.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetProxyAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2210097Z [00:04:25.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSensitivityLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2278114Z [00:04:25.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/BackFill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2347451Z [00:04:25.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateProcCorrectOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2416194Z [00:04:25.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ExecuteDataExport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2490045Z [00:04:25.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateLogicDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2560323Z [00:04:25.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListWorkFlowTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2631237Z [00:04:25.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowConstants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2701578Z [00:04:25.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2769878Z [00:04:25.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2838785Z [00:04:25.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ReRunTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2909937Z [00:04:25.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDatabaseExportOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.2980916Z [00:04:25.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDBTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3053534Z [00:04:25.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SearchTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3125471Z [00:04:25.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3194452Z [00:04:25.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowNotification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3263246Z [00:04:25.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDataImportSQLPreCheckDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3331761Z [00:04:25.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateStandardGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3403038Z [00:04:25.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStructSyncExecSqlDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3471208Z [00:04:25.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTableTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3539370Z [00:04:25.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3607838Z [00:04:25.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListLogicTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3676278Z [00:04:25.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDAGVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3744947Z [00:04:25.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3813790Z [00:04:25.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDesensitizationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3881705Z [00:04:25.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSQLReviewOriginSQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.3948755Z [00:04:25.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddLhMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4020198Z [00:04:25.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4090124Z [00:04:25.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTaskInstanceRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4158833Z [00:04:25.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDBTaskSQLJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4229375Z [00:04:25.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4300565Z [00:04:25.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataImportOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4373827Z [00:04:25.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetSQLReviewOptimizeDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4445675Z [00:04:25.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataTrackOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4515463Z [00:04:25.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4584253Z [00:04:25.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SearchDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4654944Z [00:04:25.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateProxyAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4726131Z [00:04:25.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDbExportDownloadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4795680Z [00:04:25.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4865103Z [00:04:25.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowConstants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.4935413Z [00:04:25.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/MoveTaskFlowToScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5005710Z [00:04:25.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RestartDataCorrectSQLJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5076032Z [00:04:25.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ExecuteScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5147990Z [00:04:25.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/PreviewWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5218600Z [00:04:25.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListClassificationTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5291324Z [00:04:25.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/PauseDataCorrectSQLJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5362744Z [00:04:25.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataExportDownloadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5431229Z [00:04:25.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataTrackJobDegree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5499263Z [00:04:25.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDBTaskSQLJobLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5567548Z [00:04:25.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteLogicTableRouteConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5637427Z [00:04:25.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataCorrectOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5707747Z [00:04:25.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/MakeTaskFlowInstanceSuccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5776456Z [00:04:25.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateUploadOSSFileJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5844455Z [00:04:25.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateFreeLockCorrectOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5913025Z [00:04:25.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetIntervalLimitOfSLA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.5980878Z [00:04:25.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ChangeColumnSecLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6050450Z [00:04:25.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListLogicDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6118006Z [00:04:25.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6188787Z [00:04:25.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetPhysicalDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6262685Z [00:04:25.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataExportPreCheckDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6333822Z [00:04:25.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/StopTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6403675Z [00:04:25.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GrantTemplateAuthority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6473211Z [00:04:25.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowEdgesByCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6542859Z [00:04:25.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStructSyncJobAnalyzeResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6613779Z [00:04:25.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6683186Z [00:04:25.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6751593Z [00:04:25.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataTrackJobTableMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6819566Z [00:04:25.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6888931Z [00:04:25.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/EnableUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.6958153Z [00:04:25.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/BuyPayAsYouGoOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7028362Z [00:04:25.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListInstanceUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7098952Z [00:04:25.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7169511Z [00:04:25.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7237698Z [00:04:25.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCronClearTaskDetailList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7307041Z [00:04:25.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateUploadFileJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7379554Z [00:04:25.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTaskFlowGraph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7453062Z [00:04:25.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowTimeVariables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7523873Z [00:04:25.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7593784Z [00:04:25.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7662737Z [00:04:25.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOnlineDDLProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7731985Z [00:04:25.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataArchiveOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7800701Z [00:04:25.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListLhTaskFlowAndScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7870701Z [00:04:25.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateLakeHouseSpace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.7941483Z [00:04:25.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SkipDataCorrectRowCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8009041Z [00:04:25.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectSQLFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8078850Z [00:04:25.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8149391Z [00:04:25.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RegisterInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8219453Z [00:04:25.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOrderBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8290029Z [00:04:25.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8358802Z [00:04:25.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8430267Z [00:04:25.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ModifyDesensitizationStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8499470Z [00:04:25.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/QueryDataTrackResultDownloadStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8572275Z [00:04:25.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetSQLReviewCheckResultStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8641688Z [00:04:25.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8712996Z [00:04:25.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8781707Z [00:04:25.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SubmitStructSyncOrderApproval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8852226Z [00:04:25.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListIndexes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8925482Z [00:04:25.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListScenarios.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.8994166Z [00:04:25.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowNameAndDesc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9062819Z [00:04:25.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9132912Z [00:04:25.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9200987Z [00:04:25.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/InspectProxyAccessSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9269479Z [00:04:26.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateDataTrackOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9339235Z [00:04:26.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListEffectiveOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9408832Z [00:04:26.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateSQLReviewOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9477785Z [00:04:26.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListColumns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9548031Z [00:04:26.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDataCorrectPreCheckSQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9618044Z [00:04:26.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/OfflineTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9688318Z [00:04:26.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDBTaskSQLJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9757954Z [00:04:26.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetStandardGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9828581Z [00:04:26.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetLogicDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9898784Z [00:04:26.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowCooperators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:18.9970716Z [00:04:26.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteStandardGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0040478Z [00:04:26.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataImportSQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0109898Z [00:04:26.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListWorkFlowNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0178740Z [00:04:26.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0248014Z [00:04:26.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSensitiveColumns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0316517Z [00:04:26.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreatePublishGroupTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0384610Z [00:04:26.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDataCorrectPreCheckDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0465998Z [00:04:26.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteLakeHouseSpace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0535491Z [00:04:26.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0611017Z [00:04:26.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0684580Z [00:04:26.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetClassificationTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0759164Z [00:04:26.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOwnerApplyOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0830078Z [00:04:26.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSensitiveColumnsDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0901857Z [00:04:26.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDatabaseExportOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.0973999Z [00:04:26.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1044084Z [00:04:26.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1114109Z [00:04:26.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskFlowEdges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1184572Z [00:04:26.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListLogicTableRouteConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1253450Z [00:04:26.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetOrderAttachmentFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1324026Z [00:04:26.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1397517Z [00:04:26.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTasksInTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1467196Z [00:04:26.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDatabaseUserPermssions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1538716Z [00:04:26.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCronClearConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1609962Z [00:04:26.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListUserTenants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1680556Z [00:04:26.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DownloadDataTrackResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1750956Z [00:04:26.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SyncInstanceMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1825003Z [00:04:26.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataArchiveOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1897919Z [00:04:26.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteProxyAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.1969875Z [00:04:26.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2039712Z [00:04:26.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteTaskFlowEdgesByCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2109187Z [00:04:26.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/RegisterUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2178953Z [00:04:26.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowTimeVariables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2248844Z [00:04:26.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListTaskFlowCooperators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2319150Z [00:04:26.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ApproveOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2389523Z [00:04:26.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SuspendTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2460053Z [00:04:26.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetMetaTableDetailInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2530922Z [00:04:26.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2603144Z [00:04:26.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateTaskContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2673394Z [00:04:26.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListProxies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2744782Z [00:04:26.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/SearchDataTrackResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2815578Z [00:04:26.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/EditLogicDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2884258Z [00:04:26.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetUserUploadFileJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.2956445Z [00:04:26.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetApprovalDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3024935Z [00:04:26.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GrantUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3095913Z [00:04:26.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetTableDBTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3166862Z [00:04:26.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSensitiveDataAuditLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3237504Z [00:04:26.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/AddDesensitizationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3306058Z [00:04:26.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetMetaTableColumn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3376430Z [00:04:26.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetPermApplyOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3444208Z [00:04:26.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDefaultSLARules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3512069Z [00:04:26.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ModifyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3585169Z [00:04:26.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListDDLPublishRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3658637Z [00:04:26.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/DeleteProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3727275Z [00:04:26.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetPagedInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3795880Z [00:04:26.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataCorrectOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3864223Z [00:04:26.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/UpdateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.3933037Z [00:04:26.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetRuleNumLimitOfSLA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4031720Z [00:04:26.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/CreateStructSyncOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4084433Z [00:04:26.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetDataArchiveCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4155337Z [00:04:26.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/ListSLARules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4224536Z [00:04:26.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dms-enterprise/GetUserActiveTenant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4295418Z [00:04:26.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4367575Z [00:04:26.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/CloseCreatedBy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4439119Z [00:04:26.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4512789Z [00:04:26.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/CreateTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4583794Z [00:04:26.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DeleteTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4654728Z [00:04:26.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DisablePolicyType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4723334Z [00:04:26.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListResourcesByTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4793456Z [00:04:26.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/EnablePolicyType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4861912Z [00:04:26.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListConfigRulesForTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.4930773Z [00:04:26.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5002147Z [00:04:26.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DetachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5073420Z [00:04:26.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListPoliciesForTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5144688Z [00:04:26.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ModifyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5213239Z [00:04:26.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/OpenCreatedBy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5285210Z [00:04:26.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListSupportResourceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5357066Z [00:04:26.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5426239Z [00:04:26.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5494285Z [00:04:26.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/CheckCreatedByEnabled.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5565288Z [00:04:26.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5635031Z [00:04:26.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GetEffectivePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5703261Z [00:04:26.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GetConfigRuleReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5772365Z [00:04:26.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5840341Z [00:04:26.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GetPolicyEnableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5908733Z [00:04:26.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GenerateConfigRuleReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.5976540Z [00:04:26.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6045658Z [00:04:26.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/GetPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6116400Z [00:04:26.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6186789Z [00:04:26.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6257061Z [00:04:26.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/ListTargetsForPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6325757Z [00:04:26.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/tag/AttachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6397775Z [00:04:26.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6466716Z [00:04:26.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6536375Z [00:04:26.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/CreateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6607544Z [00:04:26.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ListConsumerGroupSubscriptions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6676312Z [00:04:26.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ListConsumerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6746119Z [00:04:26.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6814665Z [00:04:26.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/GetConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6886317Z [00:04:26.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/GetTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.6956261Z [00:04:26.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/UpdateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7031656Z [00:04:26.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ResetConsumeOffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7107591Z [00:04:26.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/ListTopics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7183767Z [00:04:26.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7258071Z [00:04:26.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7332900Z [00:04:26.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/UpdateTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7403415Z [00:04:26.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/DeleteTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7474468Z [00:04:26.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/DeleteConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7545419Z [00:04:26.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7616277Z [00:04:26.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/UpdateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7685057Z [00:04:26.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/rocketmq/CreateTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7756749Z [00:04:26.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateRealTimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7824286Z [00:04:26.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetCdnDomainSMCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7893611Z [00:04:26.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/AddFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.7962296Z [00:04:26.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRegionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8030584Z [00:04:26.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8099274Z [00:04:26.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainTopClientIpVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8168063Z [00:04:26.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSMCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8235482Z [00:04:26.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDeliverList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8304097Z [00:04:26.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserBillHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8371924Z [00:04:26.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetWaitingRoomConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8440550Z [00:04:26.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainBpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8508222Z [00:04:26.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainsBySource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8580238Z [00:04:26.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ModifyCdnDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8651085Z [00:04:26.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainBpsDataByTimeStamp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8722028Z [00:04:26.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8791600Z [00:04:26.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ModifyCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8860417Z [00:04:26.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCertificateInfoByID.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8928784Z [00:04:26.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/PushObjectCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.8997930Z [00:04:26.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/StartCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9066948Z [00:04:26.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9136441Z [00:04:26.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateCdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9203961Z [00:04:26.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/OpenCdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9273427Z [00:04:27.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainVerifyData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9343165Z [00:04:27.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserUsageDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9411450Z [00:04:27.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeByteHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9481550Z [00:04:27.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSSLCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9552740Z [00:04:27.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9621221Z [00:04:27.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateCdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9690595Z [00:04:27.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserBillType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9763463Z [00:04:27.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateUserUsageDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9834679Z [00:04:27.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainDetailDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9904791Z [00:04:27.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListUserCustomLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:19.9975249Z [00:04:27.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/PublishStagingConfigToProduction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0044137Z [00:04:27.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0114184Z [00:04:27.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ChangeCdnDomainToDcdn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0184080Z [00:04:27.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/UpdateFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0254772Z [00:04:27.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/UpdateCdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0325870Z [00:04:27.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0394447Z [00:04:27.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSMCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0469010Z [00:04:27.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchAddCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0537766Z [00:04:27.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0610268Z [00:04:27.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchUpdateCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0680463Z [00:04:27.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnConditionIPBInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0750670Z [00:04:27.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchDescribeCdnIpInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0821536Z [00:04:27.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetReqHeaderConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0891181Z [00:04:27.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.0962166Z [00:04:27.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainTopUrlVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1035549Z [00:04:27.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchDeleteCdnDomainConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1105815Z [00:04:27.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchStartCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1173558Z [00:04:27.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserVipsByDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1243048Z [00:04:27.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnCertificateDetailById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1311465Z [00:04:27.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetCdnDomainSSLCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1381349Z [00:04:27.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeVerifyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1449230Z [00:04:27.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainQpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1517518Z [00:04:27.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1585129Z [00:04:27.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDeletedDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1655882Z [00:04:27.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainsUsageByDay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1725083Z [00:04:27.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeEsExceptionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1798059Z [00:04:27.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainHttpCodeDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1897575Z [00:04:27.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.1969193Z [00:04:27.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeBlockedRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2040313Z [00:04:27.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainCcActivityLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2112058Z [00:04:27.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeStagingIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2183153Z [00:04:27.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateCdnCertificateSigningRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2253193Z [00:04:27.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2323568Z [00:04:27.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRefreshTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2393195Z [00:04:27.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnMigrateRegisterStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2463799Z [00:04:27.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainPvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2532189Z [00:04:27.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteUsageDetailDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2600571Z [00:04:27.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetDomainServerCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2670130Z [00:04:27.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2739708Z [00:04:27.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserUsageDetailDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2808416Z [00:04:27.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/AddCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2878254Z [00:04:27.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.2945798Z [00:04:27.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3015767Z [00:04:27.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserDomainsByFunc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3085607Z [00:04:27.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/VerifyDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3158304Z [00:04:27.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListRealtimeLogDeliveryInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3235420Z [00:04:27.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnHttpsDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3306923Z [00:04:27.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainMultiUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3378388Z [00:04:27.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSubList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3450203Z [00:04:27.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteCdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3521823Z [00:04:27.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3592295Z [00:04:27.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3661223Z [00:04:27.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/RefreshObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3730054Z [00:04:27.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3800084Z [00:04:27.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainISPData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3870855Z [00:04:27.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.3940840Z [00:04:27.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4011205Z [00:04:27.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeTopDomainsByFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4082128Z [00:04:27.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DisableRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4152991Z [00:04:27.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4224101Z [00:04:27.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/StopCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4296958Z [00:04:27.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListDomainsByLogConfigId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4375759Z [00:04:27.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnSecFuncInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4444248Z [00:04:27.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRefreshTaskById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4515313Z [00:04:27.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4586233Z [00:04:27.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnOrderCommodityCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4657634Z [00:04:27.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4729489Z [00:04:27.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CheckCdnDomainICP.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4800424Z [00:04:27.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteUserUsageDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4888098Z [00:04:27.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainByCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.4963173Z [00:04:27.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeIpStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5036618Z [00:04:27.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/RollbackStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5110337Z [00:04:27.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5184743Z [00:04:27.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRealtimeDeliveryAcc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5259452Z [00:04:27.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeSrcHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5331792Z [00:04:27.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetCdnDomainCSRCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5403397Z [00:04:27.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserCertificateExpireCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5475321Z [00:04:27.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5545058Z [00:04:27.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5615535Z [00:04:27.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserBillPrediction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5683351Z [00:04:27.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteRealTimeLogLogstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5752643Z [00:04:27.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5829398Z [00:04:27.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5900503Z [00:04:27.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.5971312Z [00:04:27.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6040877Z [00:04:27.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6110025Z [00:04:27.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ModifyRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6180949Z [00:04:27.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeIpInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6249079Z [00:04:27.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchSetCdnDomainServerCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6319550Z [00:04:27.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CdnMigrateRegister.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6394155Z [00:04:27.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6470080Z [00:04:27.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6540517Z [00:04:27.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6609905Z [00:04:27.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ListRealtimeLogDeliveryDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6680758Z [00:04:27.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6749147Z [00:04:27.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/EnableRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6817792Z [00:04:27.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainPathData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6887456Z [00:04:27.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.6956624Z [00:04:27.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchStopCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7027989Z [00:04:27.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainCustomLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7096357Z [00:04:27.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7167003Z [00:04:27.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteCdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7238287Z [00:04:27.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteSpecificStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7309020Z [00:04:27.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnRegionAndIsp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7377801Z [00:04:27.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcTopUrlVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7450090Z [00:04:27.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7518913Z [00:04:27.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CheckCdnDomainExist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7590669Z [00:04:27.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/SetCdnDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7661251Z [00:04:27.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeEsExecuteData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7730752Z [00:04:27.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeL2VipsByDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7799934Z [00:04:27.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7870500Z [00:04:27.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainSrcHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.7941188Z [00:04:27.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8009760Z [00:04:27.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainAverageResponseTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8080031Z [00:04:27.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DeleteRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8149020Z [00:04:27.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribePreloadDetailById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8218787Z [00:04:27.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainMax95BpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8289020Z [00:04:27.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnWafDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8358463Z [00:04:27.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8427898Z [00:04:27.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRangeDataByLocateAndIspService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8497005Z [00:04:27.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainTopReferVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8568151Z [00:04:27.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8639041Z [00:04:27.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeRefreshQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8709047Z [00:04:27.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8778693Z [00:04:27.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8847992Z [00:04:27.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8916821Z [00:04:27.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/UpdateCdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.8986043Z [00:04:27.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9055506Z [00:04:27.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainRealTimeDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9122306Z [00:04:27.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeDomainUvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9191290Z [00:04:27.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/CreateUsageDetailDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9261924Z [00:04:28.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/BatchSetCdnDomainConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9334908Z [00:04:28.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/ModifyCdnDomainSchdmByProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9405794Z [00:04:28.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cdn/DescribeCustomLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9476201Z [00:04:28.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyLDAPConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9545716Z [00:04:28.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeAutoSnapshotTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9615538Z [00:04:28.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9689066Z [00:04:28.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeLogAnalysis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9758934Z [00:04:28.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9833117Z [00:04:28.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/OpenNASService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9902917Z [00:04:28.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateAccessGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:20.9972223Z [00:04:28.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListRecentlyRecycledDirectories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0041091Z [00:04:28.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyFileset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0110638Z [00:04:28.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeAccessRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0179356Z [00:04:28.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeBlackListClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0248406Z [00:04:28.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeDataFlows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0317404Z [00:04:28.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeMountTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0386663Z [00:04:28.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0463551Z [00:04:28.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyDataFlowAutoRefresh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0532894Z [00:04:28.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/AddTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0607691Z [00:04:28.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0685485Z [00:04:28.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0760881Z [00:04:28.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListDirectoriesAndFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0831589Z [00:04:28.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0902773Z [00:04:28.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelDirQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.0969884Z [00:04:28.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/RetryLifecycleRetrieveJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1037676Z [00:04:28.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateLifecycleRetrieveJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1113250Z [00:04:28.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/RemoveTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1183695Z [00:04:28.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1253300Z [00:04:28.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateFileset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1323486Z [00:04:28.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1394372Z [00:04:28.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelDataFlowTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1463723Z [00:04:28.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateProtocolService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1533486Z [00:04:28.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyLifecyclePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1601065Z [00:04:28.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListLifecycleRetrieveJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1670936Z [00:04:28.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeAccessGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1740634Z [00:04:28.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1813359Z [00:04:28.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1890248Z [00:04:28.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.1960811Z [00:04:28.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeFileSystemStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2031525Z [00:04:28.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeStoragePackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2099783Z [00:04:28.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateLogAnalysis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2169789Z [00:04:28.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ResetFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2240268Z [00:04:28.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DisableAndCleanRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2320021Z [00:04:28.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeProtocolService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2387049Z [00:04:28.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeLifecyclePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2455225Z [00:04:28.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DisableNfsAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2522538Z [00:04:28.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ApplyDataFlowAutoRefresh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2591509Z [00:04:28.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2663052Z [00:04:28.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateLifecyclePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2729964Z [00:04:28.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2798320Z [00:04:28.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeMountedClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2867904Z [00:04:28.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyAccessGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.2940738Z [00:04:28.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/RemoveClientFromBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3013552Z [00:04:28.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteLogAnalysis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3082010Z [00:04:28.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyProtocolMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3150235Z [00:04:28.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/GetRecycleBinAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3220262Z [00:04:28.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateRecycleBinDeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3290577Z [00:04:28.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3360294Z [00:04:28.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelLifecycleRetrieveJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3430566Z [00:04:28.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3500863Z [00:04:28.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyProtocolService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3569345Z [00:04:28.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeDirQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3637711Z [00:04:28.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/SetDirQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3707792Z [00:04:28.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateProtocolMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3778646Z [00:04:28.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/StartDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3846442Z [00:04:28.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteFileset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3913992Z [00:04:28.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DisableSmbAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.3983740Z [00:04:28.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4056690Z [00:04:28.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/EnableSmbAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4125177Z [00:04:28.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateLDAPConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4197201Z [00:04:28.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/EnableNfsAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4264348Z [00:04:28.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteAccessGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4333627Z [00:04:28.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4402901Z [00:04:28.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListRecycledDirectoriesAndFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4472350Z [00:04:28.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4541441Z [00:04:28.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/GetDirectoryOrFileProperties.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4610650Z [00:04:28.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeFilesets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4680847Z [00:04:28.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifyFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4749027Z [00:04:28.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateRecycleBinRestoreJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4818091Z [00:04:28.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteProtocolService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4887621Z [00:04:28.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/UpgradeFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.4959166Z [00:04:28.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5029323Z [00:04:28.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/AddClientToBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5099997Z [00:04:28.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5169969Z [00:04:28.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelRecycleBinJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5239626Z [00:04:28.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5310141Z [00:04:28.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateDataFlowTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5379785Z [00:04:28.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5449842Z [00:04:28.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5519438Z [00:04:28.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeProtocolMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5589218Z [00:04:28.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/EnableRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5657642Z [00:04:28.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5727573Z [00:04:28.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteProtocolMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5797416Z [00:04:28.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ApplyAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5868803Z [00:04:28.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteLifecyclePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.5942063Z [00:04:28.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ModifySmbAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6011394Z [00:04:28.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/UpdateRecycleBinAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6081628Z [00:04:28.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6150144Z [00:04:28.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CancelDataFlowAutoRefresh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6221018Z [00:04:28.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeFileSystems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6290117Z [00:04:28.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/StopDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6358808Z [00:04:28.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeSmbAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6428251Z [00:04:28.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeDataFlowTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6497360Z [00:04:28.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/ListRecycleBinJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6566201Z [00:04:28.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/CreateFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6636491Z [00:04:28.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeNfsAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6706043Z [00:04:28.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DeleteLDAPConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6774761Z [00:04:28.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nas/DescribeAutoSnapshotPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6846642Z [00:04:28.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6917507Z [00:04:28.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewaySpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.6988341Z [00:04:28.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAnsServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7057344Z [00:04:28.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7127651Z [00:04:28.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateClusterSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7196266Z [00:04:28.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ImportServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7266536Z [00:04:28.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryClusterInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7339746Z [00:04:28.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7411884Z [00:04:28.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7483319Z [00:04:28.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryAllSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7555380Z [00:04:28.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteWafStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7625380Z [00:04:28.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateZnode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7694279Z [00:04:28.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7768579Z [00:04:28.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListListenersByConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7841148Z [00:04:28.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListServiceSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7912987Z [00:04:28.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListApplicationsWithTagRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.7984869Z [00:04:28.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayAuthConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8057311Z [00:04:28.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayAuthConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8128922Z [00:04:28.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewayAuthConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8196455Z [00:04:28.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListListenersByIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8265824Z [00:04:28.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListNamingTrack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8356159Z [00:04:28.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListSecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8429844Z [00:04:28.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNacosService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8503237Z [00:04:28.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8574628Z [00:04:28.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddMockRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8643907Z [00:04:28.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/OrderClusterHealthCheckRiskNotice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8713981Z [00:04:28.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListFlowRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8784101Z [00:04:28.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayAuthConsumerResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8856901Z [00:04:28.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8927135Z [00:04:28.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ApplyGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.8997381Z [00:04:28.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/OfflineGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9069261Z [00:04:28.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListExportZookeeperData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9140012Z [00:04:28.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9209392Z [00:04:28.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9278664Z [00:04:29.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ImportZookeeperData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9349648Z [00:04:29.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusterTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9419390Z [00:04:29.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryClusterSpecification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9490666Z [00:04:29.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteHTTPRewrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9561480Z [00:04:29.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewaySlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9632998Z [00:04:29.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9703998Z [00:04:29.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewaySlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9773611Z [00:04:29.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/RetryCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9843159Z [00:04:29.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/RemoveAuthPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9912172Z [00:04:29.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateMseServiceApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:21.9981864Z [00:04:29.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteHeaderOp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0052235Z [00:04:29.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNacosInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0121272Z [00:04:29.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateNacosInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0190618Z [00:04:29.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdatePluginConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0260789Z [00:04:29.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddServiceSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0330464Z [00:04:29.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0400358Z [00:04:29.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteFlowRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0470329Z [00:04:29.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0541670Z [00:04:29.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayAuthConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0621236Z [00:04:29.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0697377Z [00:04:29.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListEurekaInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0771701Z [00:04:29.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteCircuitBreakerRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0843086Z [00:04:29.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusterHealthCheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0916380Z [00:04:29.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/PutClusterHealthCheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.0986503Z [00:04:29.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateOrUpdateSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1057247Z [00:04:29.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1130113Z [00:04:29.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayAuthConsumerResourceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1202739Z [00:04:29.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateEngineNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1272033Z [00:04:29.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetNacosHistoryConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1343533Z [00:04:29.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1414439Z [00:04:29.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusterVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1484512Z [00:04:29.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAnsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1554503Z [00:04:29.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetBlackWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1625388Z [00:04:29.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetEngineNamepace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1697220Z [00:04:29.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayOption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1769732Z [00:04:29.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1841023Z [00:04:29.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1911074Z [00:04:29.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListEngineNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.1979675Z [00:04:29.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryInstancesInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2048108Z [00:04:29.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2118375Z [00:04:29.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListEurekaServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2188286Z [00:04:29.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateNacosInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2257794Z [00:04:29.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListNacosHistoryConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2327412Z [00:04:29.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetZookeeperDataImportUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2397948Z [00:04:29.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewayServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2467730Z [00:04:29.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateNacosService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2536577Z [00:04:29.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListZnodeChildren.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2607262Z [00:04:29.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/FetchLosslessRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2676159Z [00:04:29.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddSSLCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2745607Z [00:04:29.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddAuthPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2816626Z [00:04:29.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteRetry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2886201Z [00:04:29.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ExportNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.2958964Z [00:04:29.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateZnode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3029106Z [00:04:29.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3099272Z [00:04:29.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3171734Z [00:04:29.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteServiceSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3243379Z [00:04:29.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ExportZookeeperData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3313829Z [00:04:29.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetLosslessRuleByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3389120Z [00:04:29.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3462888Z [00:04:29.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetMseSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3542227Z [00:04:29.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3614184Z [00:04:29.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryZnodeDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3687065Z [00:04:29.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateBlackWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3757633Z [00:04:29.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/PullServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3829938Z [00:04:29.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QuerySwimmingLaneById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3904294Z [00:04:29.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetKubernetesSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.3976449Z [00:04:29.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryClusterDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4049347Z [00:04:29.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryGatewayRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4121390Z [00:04:29.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayAuthConsumerResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4193028Z [00:04:29.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayRouteOnAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4263726Z [00:04:29.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAppBySwimmingLaneGroupTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4332681Z [00:04:29.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetApplicationList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4402118Z [00:04:29.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4472766Z [00:04:29.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4542894Z [00:04:29.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryGatewayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4612925Z [00:04:29.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QuerySlbSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4681900Z [00:04:29.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteTimeout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4750505Z [00:04:29.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteZnode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4820446Z [00:04:29.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetPluginConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4889361Z [00:04:29.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateEngineNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.4962059Z [00:04:29.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteAuthResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5031892Z [00:04:29.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListInstanceCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5101717Z [00:04:29.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayServiceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5171372Z [00:04:29.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateNacosService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5240752Z [00:04:29.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetServiceListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5309958Z [00:04:29.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5379380Z [00:04:29.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5449803Z [00:04:29.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateSSLCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5519850Z [00:04:29.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateFlowRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5591425Z [00:04:29.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateNacosCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5661903Z [00:04:29.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListNacosConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5732126Z [00:04:29.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5802594Z [00:04:29.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ImportNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5872281Z [00:04:29.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetAppMessageQueueRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.5941648Z [00:04:29.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayAuthConsumerDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6014634Z [00:04:29.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ModifyGovernanceKubernetesCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6084820Z [00:04:29.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListClusterConnectionTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6156825Z [00:04:29.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetImportFileUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6225785Z [00:04:29.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6295854Z [00:04:29.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayOption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6363612Z [00:04:29.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6431776Z [00:04:29.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetServiceListPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6502188Z [00:04:29.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/SelectGatewaySlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6571580Z [00:04:29.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayAuthConsumerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6642973Z [00:04:29.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNacosConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6713752Z [00:04:29.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ApplyTagPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6783112Z [00:04:29.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateMessageQueueRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6852939Z [00:04:29.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateFlowRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6920975Z [00:04:29.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayServiceTrafficPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.6991673Z [00:04:29.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7062130Z [00:04:29.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewaySlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7134517Z [00:04:29.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateAuthPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7205012Z [00:04:29.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7276268Z [00:04:29.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListZkTrack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7346980Z [00:04:29.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7416441Z [00:04:29.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryAllSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7486175Z [00:04:29.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetTagsBySwimmingLaneGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7555248Z [00:04:29.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7624030Z [00:04:29.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGatewayRouteDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7695810Z [00:04:29.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7765830Z [00:04:29.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayAuthConsumerResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7834288Z [00:04:29.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpgradeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7904610Z [00:04:29.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAuthPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.7975040Z [00:04:29.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ModifyLosslessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8045005Z [00:04:29.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteSecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8115009Z [00:04:29.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8184380Z [00:04:29.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListSSLCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8255616Z [00:04:29.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8329245Z [00:04:29.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/RemoveApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8400229Z [00:04:29.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateServiceSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8473982Z [00:04:29.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8546587Z [00:04:29.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8619582Z [00:04:29.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayRouteCORS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8691178Z [00:04:29.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAnsServiceClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8760698Z [00:04:29.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetApplicationInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8828922Z [00:04:29.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListAppBySwimmingLaneGroupTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8898873Z [00:04:29.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGovernanceKubernetesCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.8968321Z [00:04:29.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9040214Z [00:04:29.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CloneNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9109493Z [00:04:29.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListConfigTrack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9181665Z [00:04:29.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9250088Z [00:04:30.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateCircuitBreakerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9320459Z [00:04:30.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetServiceMethodPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9391766Z [00:04:30.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryBusinessLocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9460493Z [00:04:30.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/RestartCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9529925Z [00:04:30.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetMseFeatureSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9599031Z [00:04:30.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryClusterDiskSpecification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9668170Z [00:04:30.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9737030Z [00:04:30.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9807825Z [00:04:30.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetServiceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9880169Z [00:04:30.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:22.9952247Z [00:04:30.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddSecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0026129Z [00:04:30.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddBlackWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0098918Z [00:04:30.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateCircuitBreakerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0169770Z [00:04:30.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0241621Z [00:04:30.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/ListCircuitBreakerRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0313768Z [00:04:30.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0389788Z [00:04:30.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteEngineNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0464194Z [00:04:30.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/CreateOrUpdateSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0537663Z [00:04:30.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0614569Z [00:04:30.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/UpdateGatewayServiceCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0691847Z [00:04:30.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0765828Z [00:04:30.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/GetGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0836723Z [00:04:30.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0909811Z [00:04:30.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/QueryGovernanceKubernetesCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.0983127Z [00:04:30.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mse/AddAuthResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.1054347Z [00:04:30.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/products.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.1126187Z [00:04:30.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudauth/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.1202144Z [00:04:30.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/goodstech/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.1275608Z [00:04:30.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/goodstech/ClassifyCommodity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.1348050Z [00:04:30.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateUserProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.1421327Z [00:04:30.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioningEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.1496842Z [00:04:30.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.1569342Z [00:04:30.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteAccessAssignment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.1644395Z [00:04:30.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUserMFAAuthenticationSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.1717667Z [00:04:30.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/AddUserToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.1793086Z [00:04:30.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.1864131Z [00:04:30.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ProvisionAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.1934983Z [00:04:30.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteUserProvisioningEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2006257Z [00:04:30.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListUserProvisioningEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2079042Z [00:04:30.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateMFAAuthenticationSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2148841Z [00:04:30.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetMFAAuthenticationSettingInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2218724Z [00:04:30.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListExternalSAMLIdPCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2290943Z [00:04:30.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListGroupMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2363674Z [00:04:30.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2433549Z [00:04:30.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DisableService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2503645Z [00:04:30.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2576106Z [00:04:30.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioningConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2651022Z [00:04:30.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListAccessConfigurationProvisionings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2724061Z [00:04:30.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2798287Z [00:04:30.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/SetMFAAuthenticationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2868105Z [00:04:30.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/SetSCIMSynchronizationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.2937885Z [00:04:30.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ResetUserPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3007551Z [00:04:30.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ClearExternalSAMLIdentityProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3078304Z [00:04:30.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeprovisionAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3148862Z [00:04:30.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioningRdAccountStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3217597Z [00:04:30.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3286500Z [00:04:30.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateSCIMServerCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3356436Z [00:04:30.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListMFADevicesForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3427341Z [00:04:30.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioningStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3498548Z [00:04:30.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3568089Z [00:04:30.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3638673Z [00:04:30.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/RemoveUserFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3710657Z [00:04:30.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3781960Z [00:04:30.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/RemoveExternalSAMLIdPCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3861974Z [00:04:30.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/EnableService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.3934432Z [00:04:30.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetDirectorySAMLServiceProviderInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4004742Z [00:04:30.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateInlinePolicyForAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4074097Z [00:04:30.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4142240Z [00:04:30.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4210972Z [00:04:30.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4279665Z [00:04:30.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetMFAAuthenticationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4349951Z [00:04:30.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetDirectoryStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4418476Z [00:04:30.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/SetExternalSAMLIdentityProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4490186Z [00:04:30.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4561109Z [00:04:30.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4631394Z [00:04:30.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4699581Z [00:04:30.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/AddExternalSAMLIdPCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4768777Z [00:04:30.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/CreateAccessAssignment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4839741Z [00:04:30.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4910679Z [00:04:30.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.4980034Z [00:04:30.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListUserProvisionings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5048547Z [00:04:30.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListDirectories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5117036Z [00:04:30.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5185764Z [00:04:30.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/RetryUserProvisioningEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5254282Z [00:04:30.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetTaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5324195Z [00:04:30.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUserProvisioningConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5397732Z [00:04:30.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5469845Z [00:04:30.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListPermissionPoliciesInAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5539216Z [00:04:30.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUserProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5609825Z [00:04:30.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteUserProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5680405Z [00:04:30.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5759182Z [00:04:30.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListAccessAssignments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5837432Z [00:04:30.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5918973Z [00:04:30.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetMFAAuthenticationSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.5994544Z [00:04:30.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.6083197Z [00:04:30.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetSCIMSynchronizationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.6166981Z [00:04:30.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserMFAAuthenticationSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.6247621Z [00:04:30.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.6333728Z [00:04:30.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/UpdateSCIMServerCredentialStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.6409494Z [00:04:30.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetExternalSAMLIdentityProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.6489246Z [00:04:30.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListJoinedGroupsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.6572212Z [00:04:30.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteSCIMServerCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.6654043Z [00:04:30.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.6735962Z [00:04:30.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/GetUserProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.6814869Z [00:04:30.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/DeleteMFADeviceForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.6905234Z [00:04:30.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListAccessConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.6991978Z [00:04:30.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/ListSCIMServerCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.7075380Z [00:04:30.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudsso/AddPermissionPolicyToAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.7155478Z [00:04:30.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DisableLoadBalancerIpv6Internet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.7233982Z [00:04:30.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateLoadBalancerAddressTypeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.7312362Z [00:04:30.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/StartShiftLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.7391159Z [00:04:30.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.7468423Z [00:04:30.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.7543521Z [00:04:30.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.7619344Z [00:04:30.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteHealthCheckTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.7692602Z [00:04:30.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.7769760Z [00:04:30.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.7845106Z [00:04:30.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AddEntriesToAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.7916836Z [00:04:30.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.7987918Z [00:04:30.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8061041Z [00:04:30.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8132854Z [00:04:30.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateListenerLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8203088Z [00:04:30.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AddServersToServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8276273Z [00:04:30.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8348504Z [00:04:30.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8419398Z [00:04:30.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AttachCommonBandwidthPackageToLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8490341Z [00:04:30.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8561477Z [00:04:30.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListListenerCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8631754Z [00:04:30.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ApplyHealthCheckTemplateToServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8701052Z [00:04:30.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/EnableLoadBalancerAccessLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8769528Z [00:04:30.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/StartListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8839013Z [00:04:30.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8907534Z [00:04:30.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.8977035Z [00:04:30.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AssociateAdditionalCertificatesWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9046923Z [00:04:30.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateServerGroupServersAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9116508Z [00:04:30.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateHealthCheckTemplateAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9186788Z [00:04:30.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DisableDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9256900Z [00:04:31.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/GetLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9326938Z [00:04:31.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListServerGroupServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9396271Z [00:04:31.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateHealthCheckTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9465369Z [00:04:31.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9534733Z [00:04:31.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteAScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9605469Z [00:04:31.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListSecurityPolicyRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9674668Z [00:04:31.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9743192Z [00:04:31.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DisableLoadBalancerAccessLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9811459Z [00:04:31.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9880701Z [00:04:31.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:23.9951569Z [00:04:31.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAsynJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0022882Z [00:04:31.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0092219Z [00:04:31.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateLoadBalancerEdition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0162063Z [00:04:31.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateAScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0232192Z [00:04:31.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/RemoveEntriesFromAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0303037Z [00:04:31.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0372997Z [00:04:31.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0443529Z [00:04:31.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0514446Z [00:04:31.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0586689Z [00:04:31.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0659361Z [00:04:31.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/GetListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0731753Z [00:04:31.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DeleteListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0803799Z [00:04:31.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0876644Z [00:04:31.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DissociateAdditionalCertificatesFromListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.0946960Z [00:04:31.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1016492Z [00:04:31.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/GetHealthCheckTemplateAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1085846Z [00:04:31.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateAclAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1155672Z [00:04:31.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAclRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1224909Z [00:04:31.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1293293Z [00:04:31.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CancelShiftLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1363301Z [00:04:31.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1433017Z [00:04:31.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1503097Z [00:04:31.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DissociateAclsFromListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1573682Z [00:04:31.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1647451Z [00:04:31.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/AssociateAclsWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1720230Z [00:04:31.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ReplaceServersInServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1792258Z [00:04:31.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/StopListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1864155Z [00:04:31.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/GetListenerHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.1934377Z [00:04:31.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListHealthCheckTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2006966Z [00:04:31.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateRulesAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2080393Z [00:04:31.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2152714Z [00:04:31.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/DetachCommonBandwidthPackageFromLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2224159Z [00:04:31.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListSecurityPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2295328Z [00:04:31.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/CreateRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2366237Z [00:04:31.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListSystemSecurityPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2437320Z [00:04:31.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2509571Z [00:04:31.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateSecurityPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2580932Z [00:04:31.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/RemoveServersFromServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2652827Z [00:04:31.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/EnableLoadBalancerIpv6Internet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2723596Z [00:04:31.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/ListAclEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2796350Z [00:04:31.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/EnableDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2866518Z [00:04:31.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateAScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.2937362Z [00:04:31.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alb/UpdateServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3008859Z [00:04:31.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CancelChangeAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3080611Z [00:04:31.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3149392Z [00:04:31.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListPolicyVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3218174Z [00:04:31.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3286888Z [00:04:31.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/InviteAccountToResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3358269Z [00:04:31.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3431267Z [00:04:31.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3501958Z [00:04:31.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CancelCreateCloudAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3573172Z [00:04:31.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/MoveAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3646450Z [00:04:31.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListAssociatedTransferSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3718499Z [00:04:31.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListDelegatedServicesForAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3788384Z [00:04:31.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CheckAccountDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3858838Z [00:04:31.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3927588Z [00:04:31.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListAncestors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.3996841Z [00:04:31.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetPayerForAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4064905Z [00:04:31.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetServiceLinkedRoleDeletionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4134283Z [00:04:31.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/BindSecureMobilePhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4204243Z [00:04:31.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListDelegatedAdministrators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4272984Z [00:04:31.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTrustedServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4341807Z [00:04:31.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListFoldersForParent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4410321Z [00:04:31.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/RetryChangeAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4479114Z [00:04:31.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/RemoveCloudAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4547316Z [00:04:31.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4615373Z [00:04:31.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreatePolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4684061Z [00:04:31.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4754234Z [00:04:31.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListHandshakesForAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4826971Z [00:04:31.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DetachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4901000Z [00:04:31.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.4971547Z [00:04:31.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateResourceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5042856Z [00:04:31.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5111710Z [00:04:31.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5180809Z [00:04:31.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTargetAttachmentsForControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5248647Z [00:04:31.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListResourceGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5319667Z [00:04:31.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/EnableControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5393262Z [00:04:31.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/RegisterDelegatedAdministrator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5465431Z [00:04:31.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5538818Z [00:04:31.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5611808Z [00:04:31.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ResendCreateCloudAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5683807Z [00:04:31.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5755919Z [00:04:31.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5827011Z [00:04:31.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/SendVerificationCodeForEnableRD.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5898850Z [00:04:31.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.5968094Z [00:04:31.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/EnableAssociatedTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6036391Z [00:04:31.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6105892Z [00:04:31.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeregisterDelegatedAdministrator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6174685Z [00:04:31.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6245128Z [00:04:31.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6314762Z [00:04:31.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeclineHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6384299Z [00:04:31.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6453579Z [00:04:31.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/EnableResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6528531Z [00:04:31.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListHandshakesForResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6599859Z [00:04:31.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListControlPolicyAttachmentsForTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6670451Z [00:04:31.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6740085Z [00:04:31.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeletePolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6811003Z [00:04:31.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/AcceptHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6881031Z [00:04:31.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.6953977Z [00:04:31.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ChangeAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7025621Z [00:04:31.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7095987Z [00:04:31.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7164901Z [00:04:31.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListPolicyAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7233067Z [00:04:31.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7303382Z [00:04:31.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateAssociatedTransferSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7373510Z [00:04:31.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetAccountDeletionCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7443754Z [00:04:31.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7514296Z [00:04:31.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DisableControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7584427Z [00:04:31.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/InitResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7655707Z [00:04:31.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7725247Z [00:04:31.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7794857Z [00:04:31.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/AttachControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7864808Z [00:04:31.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.7937623Z [00:04:31.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/SetMemberDeletionPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8010623Z [00:04:31.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8081319Z [00:04:31.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8153673Z [00:04:31.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/SetDefaultPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8226528Z [00:04:31.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CancelPromoteResourceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8298021Z [00:04:31.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/AttachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8368057Z [00:04:31.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DetachControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8436834Z [00:04:31.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListAccountsForParent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8505528Z [00:04:31.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8575209Z [00:04:31.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/PromoteResourceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8644637Z [00:04:31.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8717964Z [00:04:31.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetAccountDeletionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8786762Z [00:04:31.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8855987Z [00:04:31.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetControlPolicyEnablementStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8925931Z [00:04:31.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.8996638Z [00:04:31.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DisableAssociatedTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9068053Z [00:04:31.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DeleteResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9139106Z [00:04:31.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/MoveResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9210556Z [00:04:31.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9280668Z [00:04:32.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ListControlPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9351230Z [00:04:32.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/GetFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9421640Z [00:04:32.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CancelHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9491291Z [00:04:32.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/UpdateFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9561675Z [00:04:32.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/DestroyResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9630848Z [00:04:32.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/ResendPromoteResourceAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9699937Z [00:04:32.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcemanager/CreateCloudAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9771640Z [00:04:32.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetAccessControlListAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9843705Z [00:04:32.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancerTCPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9913459Z [00:04:32.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeVServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:24.9983871Z [00:04:32.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0054606Z [00:04:32.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeServerCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0126321Z [00:04:32.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancerHTTPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0197597Z [00:04:32.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveVServerGroupBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0267665Z [00:04:32.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateMasterSlaveServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0337348Z [00:04:32.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteAccessLogsDownloadAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0409566Z [00:04:32.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0478876Z [00:04:32.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0547810Z [00:04:32.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0619524Z [00:04:32.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerTCPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0690425Z [00:04:32.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeDomainExtensionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0763405Z [00:04:32.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerUDPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0835088Z [00:04:32.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteServerCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0907251Z [00:04:32.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyVServerGroupBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.0978156Z [00:04:32.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancerHTTPSListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1047426Z [00:04:32.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveListenerWhiteListItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1117570Z [00:04:32.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1187574Z [00:04:32.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateDomainExtension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1258135Z [00:04:32.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/EnableHighDefinationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1328320Z [00:04:32.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetCACertificateName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1400897Z [00:04:32.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateVServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1472878Z [00:04:32.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteCACertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1545534Z [00:04:32.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1617199Z [00:04:32.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeCACertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1692294Z [00:04:32.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1763344Z [00:04:32.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/StartLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1834069Z [00:04:32.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1903540Z [00:04:32.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/UploadServerCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.1974365Z [00:04:32.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/UploadCACertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2044347Z [00:04:32.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ListTLSCipherPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2114487Z [00:04:32.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2187683Z [00:04:32.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2258005Z [00:04:32.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2330817Z [00:04:32.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2400167Z [00:04:32.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetServerCertificateName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2470330Z [00:04:32.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyLoadBalancerPayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2540230Z [00:04:32.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteDomainExtension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2609555Z [00:04:32.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyLoadBalancerInternetSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2679364Z [00:04:32.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2748991Z [00:04:32.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateAccessControlList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2819301Z [00:04:32.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerDeleteProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2889163Z [00:04:32.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteMasterSlaveServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.2960081Z [00:04:32.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetListenerAccessControlStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3028722Z [00:04:32.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeAccessLogsDownloadAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3097828Z [00:04:32.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3169965Z [00:04:32.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetVServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3239083Z [00:04:32.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeMasterSlaveServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3308132Z [00:04:32.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3379445Z [00:04:32.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3451256Z [00:04:32.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeAccessControlListAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3521450Z [00:04:32.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateTLSCipherPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3594499Z [00:04:32.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerUDPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3664495Z [00:04:32.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3738020Z [00:04:32.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteVServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3809173Z [00:04:32.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3881216Z [00:04:32.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.3955309Z [00:04:32.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetAccessLogsDownloadAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4026257Z [00:04:32.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerHTTPSListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4096452Z [00:04:32.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetTLSCipherPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4167489Z [00:04:32.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4238778Z [00:04:32.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyLoadBalancerInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4308902Z [00:04:32.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4380205Z [00:04:32.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/RemoveAccessControlListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4451007Z [00:04:32.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeListenerAccessControlAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4524349Z [00:04:32.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddListenerWhiteListItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4596993Z [00:04:32.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyLoadBalancerInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4669121Z [00:04:32.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4740045Z [00:04:32.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4811348Z [00:04:32.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddVServerGroupBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4883871Z [00:04:32.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeAccessControlLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.4952695Z [00:04:32.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateLoadBalancerUDPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5021066Z [00:04:32.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerHTTPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5090693Z [00:04:32.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5161257Z [00:04:32.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerHTTPSListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5230187Z [00:04:32.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerModificationProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5299175Z [00:04:32.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/StopLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5368583Z [00:04:32.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5437788Z [00:04:32.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/AddAccessControlListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5506021Z [00:04:32.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5576970Z [00:04:32.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetDomainExtensionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5647106Z [00:04:32.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteAccessControlList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5717484Z [00:04:32.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/CreateRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5786916Z [00:04:32.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeHighDefinationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5857613Z [00:04:32.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeDomainExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.5928856Z [00:04:32.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/ModifyHighDefinationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6000919Z [00:04:32.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeVServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6073099Z [00:04:32.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeLoadBalancerHTTPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6143426Z [00:04:32.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/SetLoadBalancerTCPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6212858Z [00:04:32.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteTLSCipherPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6281297Z [00:04:32.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DeleteLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6353029Z [00:04:32.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/slb/DescribeMasterSlaveServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6424344Z [00:04:32.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AllocateDedicatedHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6493679Z [00:04:32.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6564432Z [00:04:32.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiskMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6634447Z [00:04:32.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInvocationResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6707214Z [00:04:32.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6778373Z [00:04:32.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeUserData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6849536Z [00:04:32.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6923862Z [00:04:32.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RebootInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.6993764Z [00:04:32.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVirtualBorderRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7063065Z [00:04:32.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7131718Z [00:04:32.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AssignPrivateIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7201789Z [00:04:32.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSpotAdvice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7270061Z [00:04:32.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7339703Z [00:04:32.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/EipFillParams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7409532Z [00:04:32.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNatGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7478272Z [00:04:32.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7547412Z [00:04:32.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7619358Z [00:04:32.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeStorageSetDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7688423Z [00:04:32.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyImageShareGroupPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7758528Z [00:04:32.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRenewalPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7828681Z [00:04:32.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7898292Z [00:04:32.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.7967993Z [00:04:32.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRecommendInstanceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8037358Z [00:04:32.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyEipAddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8107640Z [00:04:32.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeBandwidthPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8176897Z [00:04:32.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSecurityGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8246102Z [00:04:32.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8314668Z [00:04:32.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNewProjectEipMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8383274Z [00:04:32.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AssignIpv6Addresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8454315Z [00:04:32.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVpcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8527462Z [00:04:32.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImageComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8599652Z [00:04:32.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeCapacityReservations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8670527Z [00:04:32.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/JoinSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8741106Z [00:04:32.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceVncUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8809977Z [00:04:32.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RevokeSecurityGroupEgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8880315Z [00:04:32.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/PurchaseReservedInstancesOffering.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.8953684Z [00:04:32.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeStorageCapacityUnits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9024872Z [00:04:32.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDeploymentSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9094515Z [00:04:32.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9163303Z [00:04:32.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ExportSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9232169Z [00:04:32.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9302862Z [00:04:33.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotsUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9374247Z [00:04:33.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSendFileResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9444087Z [00:04:33.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9514719Z [00:04:33.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDemand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9584271Z [00:04:33.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDiskSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9653068Z [00:04:33.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StopInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9721190Z [00:04:33.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeReservedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9791329Z [00:04:33.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySnapshotAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9862626Z [00:04:33.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiagnosticMetricSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:25.9932606Z [00:04:33.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RedeployDedicatedHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0004290Z [00:04:33.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyElasticityAssurance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0075017Z [00:04:33.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyImageSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0146379Z [00:04:33.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0215832Z [00:04:33.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0284748Z [00:04:33.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDiagnosticReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0355645Z [00:04:33.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AssociateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0423971Z [00:04:33.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReInitDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0492602Z [00:04:33.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceModificationPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0560455Z [00:04:33.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0631988Z [00:04:33.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UnassociateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0704296Z [00:04:33.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelCopyImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0774382Z [00:04:33.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotLinks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0844874Z [00:04:33.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RedeployInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0915299Z [00:04:33.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySecurityGroupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.0986717Z [00:04:33.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1056589Z [00:04:33.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyVirtualBorderRouterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1126585Z [00:04:33.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AssociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1198629Z [00:04:33.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1269116Z [00:04:33.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyHpcClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1339995Z [00:04:33.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1411012Z [00:04:33.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ResizeDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1480996Z [00:04:33.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1549673Z [00:04:33.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyStorageCapacityUnitAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1618931Z [00:04:33.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateImageComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1689902Z [00:04:33.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeBandwidthLimitation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1759455Z [00:04:33.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyPrepayInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1831579Z [00:04:33.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1901172Z [00:04:33.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDedicatedHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.1975939Z [00:04:33.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ResetDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2047186Z [00:04:33.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeEipMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2119155Z [00:04:33.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyManagedInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2194046Z [00:04:33.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateStorageSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2264878Z [00:04:33.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RebootInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2335944Z [00:04:33.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ExportImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2404741Z [00:04:33.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeResourcesModification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2473874Z [00:04:33.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2543784Z [00:04:33.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2616295Z [00:04:33.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2685786Z [00:04:33.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNetworkInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2757282Z [00:04:33.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachClassicLinkVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2826760Z [00:04:33.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDiagnosticMetricSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2895273Z [00:04:33.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UnassociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.2965258Z [00:04:33.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3035639Z [00:04:33.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySnapshotGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3105506Z [00:04:33.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UnassignIpv6Addresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3174923Z [00:04:33.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceMaintenanceAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3247278Z [00:04:33.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostsChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3317577Z [00:04:33.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AddTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3388772Z [00:04:33.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeCloudAssistantStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3459051Z [00:04:33.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ResetDisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3530809Z [00:04:33.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3602318Z [00:04:33.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteImageComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3671900Z [00:04:33.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3741019Z [00:04:33.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3809684Z [00:04:33.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3879205Z [00:04:33.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDiagnosticReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.3950108Z [00:04:33.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyPhysicalConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4022861Z [00:04:33.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4091962Z [00:04:33.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CopyImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4164629Z [00:04:33.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceHistoryEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4236034Z [00:04:33.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDedicatedHostCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4306792Z [00:04:33.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImagePipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4377636Z [00:04:33.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachInstanceRamRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4448393Z [00:04:33.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/EipFillProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4519700Z [00:04:33.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4590919Z [00:04:33.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ListPluginStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4661143Z [00:04:33.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePrefixLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4731337Z [00:04:33.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/PurchaseStorageCapacityUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4801476Z [00:04:33.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteHpcCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4870929Z [00:04:33.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ImportKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.4939304Z [00:04:33.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeCommands.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5008579Z [00:04:33.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5076466Z [00:04:33.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReActivateInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5144391Z [00:04:33.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRouteTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5213970Z [00:04:33.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAccessPoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5284059Z [00:04:33.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDiskChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5353351Z [00:04:33.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceRamRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5423865Z [00:04:33.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5496510Z [00:04:33.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateActivation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5567814Z [00:04:33.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyHaVipAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5637543Z [00:04:33.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteSnapshotGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5707372Z [00:04:33.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyBandwidthPackageSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5777510Z [00:04:33.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RemoveBandwidthPackageIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5847021Z [00:04:33.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDedicatedHostTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5917797Z [00:04:33.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.5988431Z [00:04:33.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteStorageSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6059466Z [00:04:33.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceVncPasswd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6129581Z [00:04:33.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImageSupportInstanceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6199916Z [00:04:33.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ImportImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6269299Z [00:04:33.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreatePrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6338719Z [00:04:33.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RemoveTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6408045Z [00:04:33.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6477979Z [00:04:33.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeElasticityAssuranceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6549275Z [00:04:33.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeletePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6619358Z [00:04:33.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeActivations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6689621Z [00:04:33.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceAutoReleaseTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6760152Z [00:04:33.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/EipNotifyPaid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6830150Z [00:04:33.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6900149Z [00:04:33.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRouterInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.6971716Z [00:04:33.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAutoProvisioningGroupHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7041687Z [00:04:33.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RenewDedicatedHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7111754Z [00:04:33.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AllocateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7181534Z [00:04:33.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeEniMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7251048Z [00:04:33.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateHpcCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7319823Z [00:04:33.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7390088Z [00:04:33.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeUserBusinessBehavior.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7460147Z [00:04:33.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7529310Z [00:04:33.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7599286Z [00:04:33.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AuthorizeSecurityGroupEgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7669261Z [00:04:33.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInvocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7739469Z [00:04:33.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePrefixListAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7814881Z [00:04:33.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyRouterInterfaceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7888920Z [00:04:33.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.7962948Z [00:04:33.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/LeaveSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8032713Z [00:04:33.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8104728Z [00:04:33.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNetworkInterfacePermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8173580Z [00:04:33.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8244994Z [00:04:33.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyImageAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8314831Z [00:04:33.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateSnapshotGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8390463Z [00:04:33.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateImagePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8460041Z [00:04:33.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8529689Z [00:04:33.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDedicatedHostCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8598821Z [00:04:33.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8668014Z [00:04:33.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachInstanceRamRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8739807Z [00:04:33.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiagnosticMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8810400Z [00:04:33.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AllocatePublicIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8882794Z [00:04:33.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReleaseDedicatedHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.8955684Z [00:04:33.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeForwardTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9027757Z [00:04:33.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeLaunchTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9097461Z [00:04:33.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateSimulatedSystemEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9166455Z [00:04:33.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StopInvocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9236009Z [00:04:34.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RenewReservedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9304429Z [00:04:34.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UnassignPrivateIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9375915Z [00:04:34.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CopySnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9445810Z [00:04:34.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9515482Z [00:04:34.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReleaseCapacityReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9583995Z [00:04:34.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/EnablePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9653451Z [00:04:34.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeLimitation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9721544Z [00:04:34.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9793739Z [00:04:34.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9864474Z [00:04:34.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteKeyPairs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:26.9933944Z [00:04:34.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceNetworkSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0003456Z [00:04:34.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0073994Z [00:04:34.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/SendFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0144042Z [00:04:34.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeHaVips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0213322Z [00:04:34.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0283251Z [00:04:34.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/TerminateVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0352781Z [00:04:34.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceAttachmentAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0423226Z [00:04:34.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeManagedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0493336Z [00:04:34.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RunInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0573596Z [00:04:34.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeLaunchTemplateVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0651952Z [00:04:34.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAccountAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0723547Z [00:04:34.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSecurityGroupReferences.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0796047Z [00:04:34.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeCapacityReservationInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0867187Z [00:04:34.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.0941686Z [00:04:34.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/InstallCloudAssistant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1011749Z [00:04:34.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1080940Z [00:04:34.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/InvokeCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1149289Z [00:04:34.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDedicatedHostAutoRenew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1218855Z [00:04:34.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1290029Z [00:04:34.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1360930Z [00:04:34.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1429674Z [00:04:34.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePrefixListAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1498117Z [00:04:34.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AuthorizeSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1567378Z [00:04:34.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribePhysicalConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1635656Z [00:04:34.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DisableActivation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1705522Z [00:04:34.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyAutoSnapshotPolicyEx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1775689Z [00:04:34.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ConvertNatPublicIpToEip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1848613Z [00:04:34.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDeploymentSetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1917785Z [00:04:34.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.1987167Z [00:04:34.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2056114Z [00:04:34.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyPrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2125877Z [00:04:34.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RecoverVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2194516Z [00:04:34.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2261430Z [00:04:34.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyCapacityReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2330823Z [00:04:34.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiagnosticReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2399119Z [00:04:34.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDiskAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2468202Z [00:04:34.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstancesFullStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2536289Z [00:04:34.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteNetworkInterfacePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2604178Z [00:04:34.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2674790Z [00:04:34.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/GetInstanceScreenshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2744782Z [00:04:34.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDeploymentSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2814888Z [00:04:34.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyVpcAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2884031Z [00:04:34.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelSimulatedSystemEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.2952696Z [00:04:34.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/TerminatePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3019736Z [00:04:34.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceAttachmentAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3089182Z [00:04:34.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3157820Z [00:04:34.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateElasticityAssurance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3228124Z [00:04:34.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDedicatedHostClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3298781Z [00:04:34.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3367906Z [00:04:34.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyReservedInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3435219Z [00:04:34.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteImagePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3501455Z [00:04:34.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RunCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3568950Z [00:04:34.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSnapshotPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3638061Z [00:04:34.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/JoinResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3706638Z [00:04:34.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReportInstancesStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3773483Z [00:04:34.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateNetworkInterfacePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3840443Z [00:04:34.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3909821Z [00:04:34.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyVSwitchAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.3978511Z [00:04:34.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ActivateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4046110Z [00:04:34.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeletePrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4113528Z [00:04:34.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AttachClassicLinkVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4183778Z [00:04:34.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4254193Z [00:04:34.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeSpotPriceHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4325058Z [00:04:34.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4394879Z [00:04:34.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySecurityGroupEgressRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4463835Z [00:04:34.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReleasePublicIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4533698Z [00:04:34.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4603255Z [00:04:34.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/GetInstanceConsoleOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4671798Z [00:04:34.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4741605Z [00:04:34.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDedicatedHostAutoReleaseTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4815046Z [00:04:34.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteAutoProvisioningGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4885019Z [00:04:34.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.4955853Z [00:04:34.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartElasticityAssurance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5024927Z [00:04:34.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AddBandwidthPackageIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5096252Z [00:04:34.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImageFromFamily.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5166486Z [00:04:34.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAutoProvisioningGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5236886Z [00:04:34.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceVpcAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5307857Z [00:04:34.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreatePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5380468Z [00:04:34.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyStorageSetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5451475Z [00:04:34.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeClassicLinkInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5521420Z [00:04:34.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5590128Z [00:04:34.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeHpcClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5657906Z [00:04:34.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDemand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5727608Z [00:04:34.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeStorageSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5797004Z [00:04:34.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyRouterInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5865606Z [00:04:34.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySecurityGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.5936166Z [00:04:34.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeResourceByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6003792Z [00:04:34.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6074601Z [00:04:34.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyAutoProvisioningGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6142272Z [00:04:34.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6210928Z [00:04:34.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartTerminalSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6279452Z [00:04:34.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6349260Z [00:04:34.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/RevokeSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6418212Z [00:04:34.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/AcceptInquiredSystemEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6487021Z [00:04:34.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6558919Z [00:04:34.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceMaintenanceAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6629627Z [00:04:34.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeNetworkInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6701630Z [00:04:34.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifySecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6772967Z [00:04:34.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyDiagnosticMetricSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6841210Z [00:04:34.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeKeyPairs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6909722Z [00:04:34.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.6978953Z [00:04:34.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteDiagnosticMetricSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7046822Z [00:04:34.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7115313Z [00:04:34.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeregisterManagedInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7186037Z [00:04:34.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7256080Z [00:04:34.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeElasticityAssurances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7324579Z [00:04:34.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyLaunchTemplateDefaultVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7392318Z [00:04:34.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReplaceSystemDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7461536Z [00:04:34.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDemands.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7531762Z [00:04:34.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceTypeFamilies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7601480Z [00:04:34.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7674102Z [00:04:34.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ApplyAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7744054Z [00:04:34.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyUserBusinessBehavior.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7813700Z [00:04:34.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteLaunchTemplateVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7883551Z [00:04:34.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.7951527Z [00:04:34.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteActivation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8020777Z [00:04:34.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDeploymentSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8091251Z [00:04:34.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeTaskAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8159690Z [00:04:34.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateLaunchTemplateVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8228665Z [00:04:34.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeactivateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8297895Z [00:04:34.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8367313Z [00:04:34.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateLaunchTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8436242Z [00:04:34.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8505138Z [00:04:34.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceMetadataOptions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8574566Z [00:04:34.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDiagnosticReportAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8643264Z [00:04:34.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DetachDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8714700Z [00:04:34.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8785330Z [00:04:34.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StopInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8856356Z [00:04:34.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ReleaseEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8925372Z [00:04:34.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImageSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.8994722Z [00:04:34.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ConnectRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9063629Z [00:04:34.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateCapacityReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9133959Z [00:04:34.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9205228Z [00:04:34.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyReservedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9273459Z [00:04:35.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyNetworkInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9343199Z [00:04:35.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateAutoProvisioningGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9412666Z [00:04:35.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyReservedInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9482583Z [00:04:35.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/StartImagePipelineExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9550651Z [00:04:35.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteLaunchTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9618837Z [00:04:35.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateDemand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9687164Z [00:04:35.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9754833Z [00:04:35.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9824095Z [00:04:35.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeInstanceTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9897362Z [00:04:35.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeDisksFullStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:27.9969510Z [00:04:35.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAutoProvisioningGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0037557Z [00:04:35.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeImagePipelineExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0105978Z [00:04:35.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeReservedInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0173237Z [00:04:35.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0241960Z [00:04:35.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DescribeAutoSnapshotPolicyEx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0311158Z [00:04:35.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/DeleteImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0379679Z [00:04:35.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CancelImagePipelineExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0448450Z [00:04:35.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/ModifyVRouterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0515770Z [00:04:35.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ecs/CreateForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0586908Z [00:04:35.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateSuperResolutionImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0656321Z [00:04:35.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ImitatePhotoStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0724619Z [00:04:35.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ExtendImageStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0794460Z [00:04:35.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateImageWithTextAndImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0863838Z [00:04:35.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/IntelligentComposition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.0937437Z [00:04:35.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/MakeSuperResolutionImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1005900Z [00:04:35.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ErasePerson.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1075135Z [00:04:35.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ColorizeImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1146291Z [00:04:35.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateDynamicImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1216184Z [00:04:35.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ImageBlindCharacterWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1283887Z [00:04:35.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/RecolorHDImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1360953Z [00:04:35.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ChangeImageSize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1431266Z [00:04:35.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1499967Z [00:04:35.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/AssessComposition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1571502Z [00:04:35.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/RemoveImageWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1642923Z [00:04:35.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/RecolorImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1716781Z [00:04:35.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/RemoveImageSubtitles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1785945Z [00:04:35.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1859126Z [00:04:35.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateCartoonizedImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.1930190Z [00:04:35.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/GenerateImageWithText.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2001825Z [00:04:35.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/AssessExposure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2073994Z [00:04:35.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/EnhanceImageColor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2144677Z [00:04:35.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/AssessSharpness.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2215630Z [00:04:35.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageenhan/ImageBlindPicWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2286555Z [00:04:35.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetArmsTopNMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2355987Z [00:04:35.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RollbackApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2425781Z [00:04:35.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListAppVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2495223Z [00:04:35.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2565237Z [00:04:35.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/SuspendJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2634204Z [00:04:35.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListNamespacedConfigMaps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2705558Z [00:04:35.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeJobHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2776093Z [00:04:35.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2844565Z [00:04:35.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListPublishedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2915341Z [00:04:35.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.2986740Z [00:04:35.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/AbortChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3056963Z [00:04:35.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListAppServicesPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3128480Z [00:04:35.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3197364Z [00:04:35.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateAppSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3267734Z [00:04:35.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/EnableApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3336666Z [00:04:35.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RescaleApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3406778Z [00:04:35.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3476652Z [00:04:35.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3546653Z [00:04:35.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3617729Z [00:04:35.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3687484Z [00:04:35.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3757535Z [00:04:35.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListNamespaceChangeOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3826733Z [00:04:35.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateIngress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3894758Z [00:04:35.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.3963949Z [00:04:35.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4033466Z [00:04:35.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeEdasContainers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4103136Z [00:04:35.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4172876Z [00:04:35.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeNamespaceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4243252Z [00:04:35.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ConfirmPipelineBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4313420Z [00:04:35.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeInstanceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4383911Z [00:04:35.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/QueryResourceStatics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4453061Z [00:04:35.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateIngress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4523564Z [00:04:35.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4594210Z [00:04:35.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/AbortAndRollbackChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4666677Z [00:04:35.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UnbindSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4740399Z [00:04:35.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4812093Z [00:04:35.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4881349Z [00:04:35.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.4950297Z [00:04:35.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5019638Z [00:04:35.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5086676Z [00:04:35.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListIngresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5159198Z [00:04:35.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ExecJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5228854Z [00:04:35.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListAppEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5301364Z [00:04:35.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5376100Z [00:04:35.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5445775Z [00:04:35.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5517081Z [00:04:35.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListConsumedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5587139Z [00:04:35.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5654952Z [00:04:35.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5724269Z [00:04:35.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DisableApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5795170Z [00:04:35.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5864776Z [00:04:35.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.5936187Z [00:04:35.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/BindSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6004433Z [00:04:35.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6073240Z [00:04:35.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6140751Z [00:04:35.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6208587Z [00:04:35.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeInstanceSpecifications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6276760Z [00:04:35.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6345830Z [00:04:35.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeployApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6415876Z [00:04:35.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateApplicationDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6487471Z [00:04:35.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6555884Z [00:04:35.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6625160Z [00:04:35.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6695012Z [00:04:35.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateApplicationVswitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6763590Z [00:04:35.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6834243Z [00:04:35.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteIngress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6903943Z [00:04:35.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteHistoryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.6973864Z [00:04:35.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeConfigurationPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7045676Z [00:04:35.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeAppServiceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7113711Z [00:04:35.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7183277Z [00:04:35.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7251682Z [00:04:35.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/BatchStartApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7321735Z [00:04:35.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7390040Z [00:04:35.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7459794Z [00:04:35.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetWarningEventMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7529363Z [00:04:35.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateNamespaceVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7601023Z [00:04:35.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7671141Z [00:04:35.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/OpenSaeService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7740499Z [00:04:35.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RescaleApplicationVertically.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7809137Z [00:04:35.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeNamespaceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7877582Z [00:04:35.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/StartApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.7948573Z [00:04:35.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RestartInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8017890Z [00:04:35.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8088163Z [00:04:35.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8158105Z [00:04:35.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8228807Z [00:04:35.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationScalingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8297811Z [00:04:35.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ReduceApplicationCapacityByInstanceIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8364957Z [00:04:35.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/RestartApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8434145Z [00:04:35.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetScaleAppMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8504622Z [00:04:35.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/CreateGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8577834Z [00:04:35.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DeleteNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8646088Z [00:04:35.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8715850Z [00:04:35.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeIngress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8785279Z [00:04:35.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetAvailabilityMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8855528Z [00:04:35.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/DescribeApplicationSlbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8925928Z [00:04:35.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListLogConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.8994061Z [00:04:35.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/BatchStopApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9063231Z [00:04:35.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/ListChangeOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9135855Z [00:04:35.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/GetChangeOrderMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9204236Z [00:04:35.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/StopApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9273696Z [00:04:36.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sae/UpdateApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9344319Z [00:04:36.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/RunCloudMetricProfiling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9413832Z [00:04:36.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9481831Z [00:04:36.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetClusterVolumes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9551735Z [00:04:36.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateGWSImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9621788Z [00:04:36.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9693398Z [00:04:36.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/PullImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9763121Z [00:04:36.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StartVisualService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9832817Z [00:04:36.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SubmitServerlessJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9902240Z [00:04:36.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCpfsFileSystems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:28.9972017Z [00:04:36.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0041552Z [00:04:36.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0110844Z [00:04:36.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyContainerAppAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0181223Z [00:04:36.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SummaryImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0253616Z [00:04:36.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetAutoScaleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0329833Z [00:04:36.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCurrentClientVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0400404Z [00:04:36.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateGWSInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0471114Z [00:04:36.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UpgradeClient.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0541371Z [00:04:36.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0613217Z [00:04:36.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyClusterAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0683098Z [00:04:36.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0759786Z [00:04:36.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StartGWSInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0836197Z [00:04:36.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetCommonImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0909283Z [00:04:36.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopGWSInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.0980977Z [00:04:36.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeImageGatewayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1050879Z [00:04:36.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetCloudMetricProfiling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1119919Z [00:04:36.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListPreferredEcsTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1188494Z [00:04:36.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddExistedNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1257048Z [00:04:36.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ApplyNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1325577Z [00:04:36.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetJobLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1396392Z [00:04:36.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetGWSConnectTicket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1464586Z [00:04:36.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListJobsWithFilters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1535270Z [00:04:36.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListJobTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1603153Z [00:04:36.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetVisualServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1671946Z [00:04:36.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetGWSInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1744545Z [00:04:36.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopServerlessJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1813684Z [00:04:36.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetGWSInstanceUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1889797Z [00:04:36.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetAutoScaleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.1963481Z [00:04:36.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListFileSystemWithMountTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2035380Z [00:04:36.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2105720Z [00:04:36.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetPostScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2175345Z [00:04:36.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2245078Z [00:04:36.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SummaryImagesInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2316003Z [00:04:36.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2386948Z [00:04:36.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCustomImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2455798Z [00:04:36.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2523868Z [00:04:36.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2593975Z [00:04:36.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2664311Z [00:04:36.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateGWSCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2738305Z [00:04:36.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopVisualService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2814286Z [00:04:36.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/InvokeShellCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2894634Z [00:04:36.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListUsersAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.2967559Z [00:04:36.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StartCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3037606Z [00:04:36.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3108074Z [00:04:36.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyVisualServicePasswd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3176665Z [00:04:36.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetCloudMetricLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3246498Z [00:04:36.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3314997Z [00:04:36.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3384687Z [00:04:36.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/InstallSoftware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3454615Z [00:04:36.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3523230Z [00:04:36.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListContainerImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3591512Z [00:04:36.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3665878Z [00:04:36.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListServerlessJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3736620Z [00:04:36.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetIfEcsTypeSupportHtConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3805563Z [00:04:36.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeGWSInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3874233Z [00:04:36.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SubmitJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.3943778Z [00:04:36.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListContainerApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4012961Z [00:04:36.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeAutoScaleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4082715Z [00:04:36.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4152828Z [00:04:36.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteLocalImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4225990Z [00:04:36.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyImageGatewayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4296360Z [00:04:36.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetSchedulerInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4364246Z [00:04:36.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SyncUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4431874Z [00:04:36.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/RerunJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4500106Z [00:04:36.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateHybridCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4568401Z [00:04:36.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListUpgradeClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4637229Z [00:04:36.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListAvailableEcsTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4707231Z [00:04:36.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4776779Z [00:04:36.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListQueues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4846871Z [00:04:36.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteGWSInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4917541Z [00:04:36.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetSchedulerInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.4988641Z [00:04:36.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListInvocationResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5058618Z [00:04:36.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5128995Z [00:04:36.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetHybridClusterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5201643Z [00:04:36.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/QueryServicePackAndPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5272034Z [00:04:36.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5342264Z [00:04:36.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteGWSCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5411982Z [00:04:36.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/InspectImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5482094Z [00:04:36.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateJobFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5552302Z [00:04:36.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StopNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5621902Z [00:04:36.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeServerlessJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5691230Z [00:04:36.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteJobTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5760999Z [00:04:36.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListInvocationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5829594Z [00:04:36.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5898471Z [00:04:36.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.5968393Z [00:04:36.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetPostScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6037099Z [00:04:36.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCloudMetricProfilings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6104988Z [00:04:36.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddContainerApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6174493Z [00:04:36.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6246906Z [00:04:36.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6316294Z [00:04:36.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/AddLocalNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6403384Z [00:04:36.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6456726Z [00:04:36.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/RecoverCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6526845Z [00:04:36.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/EditJobTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6596981Z [00:04:36.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6666682Z [00:04:36.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyUserGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6739192Z [00:04:36.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/MountNFS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6808637Z [00:04:36.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListNodesByQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6879947Z [00:04:36.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCommunityImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.6949209Z [00:04:36.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeGWSClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7019288Z [00:04:36.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListCommands.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7090429Z [00:04:36.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UpdateQueueConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7160841Z [00:04:36.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeGWSImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7229818Z [00:04:36.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListSoftwares.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7300948Z [00:04:36.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListInstalledSoftware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7373996Z [00:04:36.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeNFSClientStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7444160Z [00:04:36.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UninstallSoftware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7514125Z [00:04:36.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetAccountingReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7586073Z [00:04:36.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/StartNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7655890Z [00:04:36.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListClusterLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7728625Z [00:04:36.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeEstackImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7802036Z [00:04:36.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeGWSClusterPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7871770Z [00:04:36.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/GetUserImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.7942094Z [00:04:36.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/SetGWSClusterPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8011629Z [00:04:36.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeImagePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8080234Z [00:04:36.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ModifyUserPasswords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8149886Z [00:04:36.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8220625Z [00:04:36.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteContainerApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8289992Z [00:04:36.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ResetNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8361191Z [00:04:36.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListNodesNoPaging.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8435066Z [00:04:36.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/UpdateClusterVolumes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8507542Z [00:04:36.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DescribeContainerApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8578118Z [00:04:36.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListClustersMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8650387Z [00:04:36.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/ListVolumes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8724856Z [00:04:36.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8796946Z [00:04:36.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/InitializeEHPC.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8871613Z [00:04:36.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/CreateJobTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.8946919Z [00:04:36.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9021939Z [00:04:36.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ehpc/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9099692Z [00:04:36.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9173248Z [00:04:36.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9246451Z [00:04:37.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9321971Z [00:04:37.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnUserProtectInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9397365Z [00:04:37.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9471032Z [00:04:37.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainUvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9545737Z [00:04:37.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchStartScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9617494Z [00:04:37.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9690329Z [00:04:37.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/AddScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9764867Z [00:04:37.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/PreloadScdnObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9842130Z [00:04:37.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9915267Z [00:04:37.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/SetScdnCcInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:29.9987141Z [00:04:37.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/SetScdnDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0060714Z [00:04:37.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0134016Z [00:04:37.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchDeleteScdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0205814Z [00:04:37.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnRefreshQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0277863Z [00:04:37.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/RefreshScdnObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0349497Z [00:04:37.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0421125Z [00:04:37.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnTopDomainsByFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0494420Z [00:04:37.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/VerifyScdnDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0568218Z [00:04:37.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0644241Z [00:04:37.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0718520Z [00:04:37.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCcQpsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0791811Z [00:04:37.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/SetScdnDDoSInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0864592Z [00:04:37.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.0936519Z [00:04:37.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainOriginTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1008142Z [00:04:37.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchStopScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1081666Z [00:04:37.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainTopReferVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1152725Z [00:04:37.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1223768Z [00:04:37.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainTopUrlVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1295558Z [00:04:37.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1367299Z [00:04:37.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeByteHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1439757Z [00:04:37.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1510376Z [00:04:37.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/SetScdnBotInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1582304Z [00:04:37.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DeleteScdnSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1653640Z [00:04:37.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCcInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1725537Z [00:04:37.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/CheckScdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1797572Z [00:04:37.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1871908Z [00:04:37.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchSetScdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.1945344Z [00:04:37.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnRefreshTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2017149Z [00:04:37.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainOriginBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2089684Z [00:04:37.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCcTopIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2163604Z [00:04:37.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/StartScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2236778Z [00:04:37.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2306659Z [00:04:37.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainIspData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2376341Z [00:04:37.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2447368Z [00:04:37.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnVerifyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2518062Z [00:04:37.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2587670Z [00:04:37.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2658395Z [00:04:37.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDDoSInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2728198Z [00:04:37.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDDoSTrafficInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2801233Z [00:04:37.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/BatchUpdateScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2872353Z [00:04:37.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/StopScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.2945490Z [00:04:37.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DeleteScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3019171Z [00:04:37.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnCcTopUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3090623Z [00:04:37.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3160838Z [00:04:37.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3231820Z [00:04:37.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3306388Z [00:04:37.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRegionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3380988Z [00:04:37.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainRealTimeTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3453039Z [00:04:37.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/DescribeScdnDomainPvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3522729Z [00:04:37.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/scdn/UpdateScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3595001Z [00:04:37.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/TaggingAdImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3666070Z [00:04:37.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/TaggingImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3736087Z [00:04:37.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/ClassifyingRubbish.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3807711Z [00:04:37.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3879930Z [00:04:37.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/RecognizeImageColor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.3953526Z [00:04:37.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/DetectImageElements.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4026626Z [00:04:37.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/RecognizeScene.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4098995Z [00:04:37.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4169281Z [00:04:37.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/EvaluateCertificateQuality.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4238146Z [00:04:37.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/RecognizeFood.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4307751Z [00:04:37.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imagerecog/RecognizeImageStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4378068Z [00:04:37.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DeleteReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4446775Z [00:04:37.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/ListAccessTokens.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4516522Z [00:04:37.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DeleteSourceServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4585854Z [00:04:37.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/CreateAccessToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4654382Z [00:04:37.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4726644Z [00:04:37.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/ModifySourceServerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4794544Z [00:04:37.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/ModifyReplicationJobAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4864704Z [00:04:37.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/CutOverReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.4941840Z [00:04:37.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5016428Z [00:04:37.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/StopReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5091218Z [00:04:37.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/StartReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5163870Z [00:04:37.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DescribeReplicationJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5236206Z [00:04:37.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5306296Z [00:04:37.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5376032Z [00:04:37.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DescribeSourceServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5446463Z [00:04:37.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DisableAccessToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5517255Z [00:04:37.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/CreateReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5586443Z [00:04:37.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/smc/DeleteAccessToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5656230Z [00:04:37.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDomainGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5725188Z [00:04:37.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/MoveGtmResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5793693Z [00:04:37.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5862236Z [00:04:37.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeBatchResultCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.5932819Z [00:04:37.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDnsCacheDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6000861Z [00:04:37.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDomainDnssecStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6071635Z [00:04:37.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6143173Z [00:04:37.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeInstanceDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6214446Z [00:04:37.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsCacheDomainRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6287681Z [00:04:37.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ResumePdnsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6361227Z [00:04:37.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDomainGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6433936Z [00:04:37.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeTransferDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6505051Z [00:04:37.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDomainRecordStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6576772Z [00:04:37.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeSubDomainRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6646247Z [00:04:37.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6714734Z [00:04:37.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeCustomLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6784066Z [00:04:37.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsRequestStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6854096Z [00:04:37.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6922911Z [00:04:37.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstanceSystemCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.6993606Z [00:04:37.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ValidatePdnsUdpIpSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7062655Z [00:04:37.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7132662Z [00:04:37.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SwitchDnsGtmInstanceStrategyMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7202718Z [00:04:37.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7274602Z [00:04:37.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7344925Z [00:04:37.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsAppKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7416172Z [00:04:37.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsProductInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7486709Z [00:04:37.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAvailableAlertGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7557368Z [00:04:37.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7628301Z [00:04:37.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohDomainStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7701430Z [00:04:37.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7771968Z [00:04:37.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmAvailableAlertGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7841830Z [00:04:37.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/CopyGtmConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7913675Z [00:04:37.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDnsGtmMonitorStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.7984678Z [00:04:37.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddCustomLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8054286Z [00:04:37.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ExecuteGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8123971Z [00:04:37.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8191119Z [00:04:37.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetGtmMonitorStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8261101Z [00:04:37.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeRecordStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8329380Z [00:04:37.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeSupportLines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8399852Z [00:04:37.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/MoveDomainResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8471192Z [00:04:37.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsAccountSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8541670Z [00:04:37.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsRequestStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8610235Z [00:04:37.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDNSSLBWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8679306Z [00:04:37.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8747557Z [00:04:37.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteSubDomainRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8815926Z [00:04:37.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstanceAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8884212Z [00:04:37.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.8953205Z [00:04:37.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsThreatLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9021466Z [00:04:37.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDnsGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9089427Z [00:04:37.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateAppKeyState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9159781Z [00:04:37.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDomainBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9227931Z [00:04:37.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9297261Z [00:04:38.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9368391Z [00:04:38.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmAccessStrategyAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9438126Z [00:04:38.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeRecordStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9508625Z [00:04:38.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9580316Z [00:04:38.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ChangeDomainOfDnsProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9650919Z [00:04:38.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeIspFlushCacheRemainQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9720467Z [00:04:38.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UnbindInstanceDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9789164Z [00:04:38.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ValidateDnsGtmCnameRrCanUse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9857932Z [00:04:38.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateIspFlushCacheInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:30.9928242Z [00:04:38.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDnsGtmMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0000062Z [00:04:38.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeCustomLines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0072326Z [00:04:38.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetGtmAccessMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0143800Z [00:04:38.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmMonitorAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0213561Z [00:04:38.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsUdpIpSegments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0281646Z [00:04:38.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmMonitorConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0351382Z [00:04:38.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeIspFlushCacheTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0420483Z [00:04:38.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0491281Z [00:04:38.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDomainRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0560930Z [00:04:38.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0641212Z [00:04:38.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDnsGtmAccessMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0725680Z [00:04:38.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsProductInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0817065Z [00:04:38.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0888222Z [00:04:38.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/RemovePdnsUdpIpSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.0958740Z [00:04:38.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1032209Z [00:04:38.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/CreatePdnsUdpIpSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1104404Z [00:04:38.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohSubDomainStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1176340Z [00:04:38.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeRecordResolveStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1246704Z [00:04:38.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1316596Z [00:04:38.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeBatchResultDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1389508Z [00:04:38.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SetDNSSLBStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1460383Z [00:04:38.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsGtmInstanceGlobalConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1532315Z [00:04:38.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstanceAddressPools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1605046Z [00:04:38.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainNs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1675844Z [00:04:38.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDomainGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1748195Z [00:04:38.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDomainRecordRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1819868Z [00:04:38.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDomainRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1893258Z [00:04:38.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/TransferDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.1962563Z [00:04:38.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2032038Z [00:04:38.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateCustomLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2102783Z [00:04:38.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2174151Z [00:04:38.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmRecoveryPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2245415Z [00:04:38.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/RollbackGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2315759Z [00:04:38.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohAccountStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2383741Z [00:04:38.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2453507Z [00:04:38.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAddrAttributeInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2523205Z [00:04:38.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2591533Z [00:04:38.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/RemovePdnsAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2658923Z [00:04:38.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsThreatStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2726200Z [00:04:38.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDnsGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2794527Z [00:04:38.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2867141Z [00:04:38.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.2938789Z [00:04:38.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3007901Z [00:04:38.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/GetTxtRecordForVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3079328Z [00:04:38.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeRecordLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3147412Z [00:04:38.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3216069Z [00:04:38.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/CreatePdnsAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3286661Z [00:04:38.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeIspFlushCacheTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3356307Z [00:04:38.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmMonitorAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3424002Z [00:04:38.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDNSSLBSubDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3490946Z [00:04:38.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteDnsGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3560685Z [00:04:38.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstanceAddressPools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3628536Z [00:04:38.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3696206Z [00:04:38.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDomainRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3763732Z [00:04:38.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3835219Z [00:04:38.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeIspFlushCacheInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3906453Z [00:04:38.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/BindInstanceDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.3976014Z [00:04:38.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ChangeDomainGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4044563Z [00:04:38.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstanceSystemCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4114779Z [00:04:38.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainDnssecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4185516Z [00:04:38.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4255537Z [00:04:38.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsCacheDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4324068Z [00:04:38.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/ModifyHichinaDomainDNS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4396277Z [00:04:38.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddGtmMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4466464Z [00:04:38.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/RetrieveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4535887Z [00:04:38.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4606216Z [00:04:38.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDomainRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4674543Z [00:04:38.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4743982Z [00:04:38.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmRecoveryPlanAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4811919Z [00:04:38.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4881797Z [00:04:38.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.4952150Z [00:04:38.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/GetMainDomainName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5023962Z [00:04:38.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5093483Z [00:04:38.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5166167Z [00:04:38.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5237267Z [00:04:38.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohDomainStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5307415Z [00:04:38.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5378176Z [00:04:38.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsThreatStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5450704Z [00:04:38.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DeleteCustomLines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5524520Z [00:04:38.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5598767Z [00:04:38.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmMonitorConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5669722Z [00:04:38.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/OperateBatchDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5740389Z [00:04:38.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateDnsGtmMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5811384Z [00:04:38.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/UpdateGtmInstanceGlobalConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5885879Z [00:04:38.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/SubmitIspFlushCacheTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.5959785Z [00:04:38.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDnsCacheDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6029952Z [00:04:38.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmAccessStrategies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6101028Z [00:04:38.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/AddDnsGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6174834Z [00:04:38.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6244737Z [00:04:38.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsGtmAccessStrategies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6317471Z [00:04:38.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/PausePdnsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6390482Z [00:04:38.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDnsCacheDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6462934Z [00:04:38.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainResolveStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6534374Z [00:04:38.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainRecordInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6606295Z [00:04:38.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDomainInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6676686Z [00:04:38.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/PreviewGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6747639Z [00:04:38.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeDohSubDomainStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6817111Z [00:04:38.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribePdnsOperateLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6886803Z [00:04:38.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alidns/DescribeGtmInstanceAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.6958332Z [00:04:38.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectWorkwear.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7028553Z [00:04:38.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectWhiteBaseImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7096848Z [00:04:38.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7166208Z [00:04:38.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectVehicleICongestion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7237669Z [00:04:38.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectVehicleIllegalParking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7305853Z [00:04:38.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7374991Z [00:04:38.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7444250Z [00:04:38.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectIPCObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7514680Z [00:04:38.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectMainBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7584298Z [00:04:38.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectKitchenAnimals.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7652995Z [00:04:38.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/objectdet/DetectVideoIPCObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7724766Z [00:04:38.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ReportFpShotJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7797494Z [00:04:38.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListMediaWorkflowExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7870638Z [00:04:38.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitIProductionJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.7941605Z [00:04:38.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QuerySmarttagTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8013396Z [00:04:38.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ImAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8082964Z [00:04:38.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8151395Z [00:04:38.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8220627Z [00:04:38.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryPipelineList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8291403Z [00:04:38.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8369868Z [00:04:38.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteCustomEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8440773Z [00:04:38.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaPublishState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8509590Z [00:04:38.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/CreateCustomGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8578149Z [00:04:38.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitFpShotJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8647433Z [00:04:38.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/RegisterCustomView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8715862Z [00:04:38.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteMediaTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8785932Z [00:04:38.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaCover.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8854594Z [00:04:38.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteCustomGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8924178Z [00:04:38.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/BindOutputBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.8995057Z [00:04:38.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/CancelJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9063542Z [00:04:38.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddMediaTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9133672Z [00:04:38.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UnregisterCustomFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9203165Z [00:04:38.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteSmarttagTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9273590Z [00:04:39.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaInfoJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9342093Z [00:04:39.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/RegisterCustomFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9411984Z [00:04:39.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ActivateMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9481360Z [00:04:39.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UnbindOutputBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9551853Z [00:04:39.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaWorkflowTriggerMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9626524Z [00:04:39.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaWorkflowExecutionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9696618Z [00:04:39.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddWaterMarkTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9766701Z [00:04:39.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/CreateCustomEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9836205Z [00:04:39.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryFpDBDeleteJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9907083Z [00:04:39.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaCensorJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:31.9977998Z [00:04:39.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SearchMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0048415Z [00:04:39.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListFpShotFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0120367Z [00:04:39.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListAllMediaBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0191737Z [00:04:39.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SearchTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0263825Z [00:04:39.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListCustomPersons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0331921Z [00:04:39.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/TagCustomPerson.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0402826Z [00:04:39.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SearchPipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0471151Z [00:04:39.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddPipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0541341Z [00:04:39.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0609521Z [00:04:39.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ImportFpShotJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0682249Z [00:04:39.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0758693Z [00:04:39.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SearchWaterMarkTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0829118Z [00:04:39.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0899810Z [00:04:39.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListCustomEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.0970780Z [00:04:39.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateWaterMarkTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1040236Z [00:04:39.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1108585Z [00:04:39.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaListByURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1176926Z [00:04:39.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaWorkflowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1246989Z [00:04:39.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1318033Z [00:04:39.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1386657Z [00:04:39.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitAnalysisJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1454897Z [00:04:39.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QuerySmarttagJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1524231Z [00:04:39.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitFpFileDeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1594730Z [00:04:39.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1663994Z [00:04:39.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1734018Z [00:04:39.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryAnalysisJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1804338Z [00:04:39.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1874306Z [00:04:39.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitSnapshotJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.1947643Z [00:04:39.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryFpFileDeleteJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2018488Z [00:04:39.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryFpShotJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2089482Z [00:04:39.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteWaterMarkTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2158948Z [00:04:39.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitMediaCensorJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2228436Z [00:04:39.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListFpShotImportJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2299412Z [00:04:39.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitMediaInfoJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2370136Z [00:04:39.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaCensorJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2439629Z [00:04:39.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QuerySnapshotJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2510503Z [00:04:39.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListFpShotDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2579292Z [00:04:39.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/CreateFpShotDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2648178Z [00:04:39.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2717911Z [00:04:39.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListCustomViews.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2794039Z [00:04:39.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListCustomGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2869036Z [00:04:39.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/ListJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.2941236Z [00:04:39.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UnbindInputBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3014554Z [00:04:39.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryMediaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3085365Z [00:04:39.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddSmarttagTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3162177Z [00:04:39.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryIProductionJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3232779Z [00:04:39.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/QueryWaterMarkTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3307975Z [00:04:39.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/BindInputBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3379186Z [00:04:39.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeactivateMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3448376Z [00:04:39.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeleteCustomView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3520514Z [00:04:39.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdatePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3589664Z [00:04:39.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitFpDBDeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3659956Z [00:04:39.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/AddMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3730161Z [00:04:39.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/DeletePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3800879Z [00:04:39.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/UpdateSmarttagTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3874712Z [00:04:39.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/mts/SubmitSmarttagJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.3950514Z [00:04:39.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ListServiceAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4021471Z [00:04:39.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateMeshCRAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4092723Z [00:04:39.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/RevokeKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4163686Z [00:04:39.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/AddVMIntoServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4234489Z [00:04:39.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetSwimLaneList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4306580Z [00:04:39.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateWaypoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4377574Z [00:04:39.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeVMsInServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4448284Z [00:04:39.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeVpcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4519470Z [00:04:39.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4588354Z [00:04:39.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshUpgradeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4656682Z [00:04:39.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeGuestClusterAccessLogDashboards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4726439Z [00:04:39.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateASMGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4799853Z [00:04:39.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4880825Z [00:04:39.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateASMGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.4957473Z [00:04:39.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GrantUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5030220Z [00:04:39.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateSwimLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5106239Z [00:04:39.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateIstioInjectionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5182831Z [00:04:39.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteSwimLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5260373Z [00:04:39.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ReActivateAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5331688Z [00:04:39.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5405129Z [00:04:39.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5477323Z [00:04:39.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateIstioGatewayRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5548808Z [00:04:39.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeASMGatewayImportedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5618604Z [00:04:39.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetSwimLaneGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5687676Z [00:04:39.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateIstioGatewayRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5758223Z [00:04:39.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetCaCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5828176Z [00:04:39.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ModifyServiceMeshName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5897527Z [00:04:39.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateMeshFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.5969574Z [00:04:39.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateSwimLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6042171Z [00:04:39.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6120162Z [00:04:39.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetSwimLaneDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6198052Z [00:04:39.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetGrafanaDashboardUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6270939Z [00:04:39.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpgradeMeshEditionPartially.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6346976Z [00:04:39.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateControlPlaneLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6422636Z [00:04:39.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateGatewaySecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6496612Z [00:04:39.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetRegisteredServiceNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6567440Z [00:04:39.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeUsersWithPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6638797Z [00:04:39.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeGuestClusterPods.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6709811Z [00:04:39.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshProxyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6780640Z [00:04:39.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6851271Z [00:04:39.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeClustersInServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6921927Z [00:04:39.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.6993598Z [00:04:39.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetDeploymentBySelector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7063559Z [00:04:39.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeUpgradeVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7135323Z [00:04:39.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteGatewaySecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7208620Z [00:04:39.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7278941Z [00:04:39.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeReusableSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7351302Z [00:04:39.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/RemoveClusterFromServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7425920Z [00:04:39.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateASMNamespaceFromGuestCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7497544Z [00:04:39.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeImportedServicesDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7571596Z [00:04:39.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ListWaypoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7643308Z [00:04:39.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/AddVmAppToMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7714631Z [00:04:39.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateSwimLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7789904Z [00:04:39.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetVmMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7866506Z [00:04:39.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeClusterGrafana.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.7946879Z [00:04:39.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshVMs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8021803Z [00:04:39.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeNodesInstanceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8092879Z [00:04:39.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetRegisteredServiceEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8163192Z [00:04:39.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/ModifyApiServerEipResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8231574Z [00:04:39.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeNamespaceScopeSidecarConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8301907Z [00:04:39.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/RemoveVMFromServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8371070Z [00:04:39.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8439675Z [00:04:39.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8509171Z [00:04:39.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteWaypoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8578287Z [00:04:39.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateSwimLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8649008Z [00:04:39.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpgradeMeshVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8721104Z [00:04:39.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeCens.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8790218Z [00:04:39.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeCrTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8858601Z [00:04:39.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.8929587Z [00:04:39.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeIstioGatewayRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9003639Z [00:04:39.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeIstioGatewayDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9076034Z [00:04:39.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9150202Z [00:04:39.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateNamespaceScopeSidecarConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9221079Z [00:04:39.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeClusterPrometheus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9291294Z [00:04:40.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateWaypoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9364488Z [00:04:40.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/GetVmAppMeshInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9437380Z [00:04:40.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeIstioGatewayRouteDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9511374Z [00:04:40.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9581049Z [00:04:40.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9652057Z [00:04:40.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeGuestClusterNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9722866Z [00:04:40.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/RemoveVmAppFromMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9793616Z [00:04:40.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteSwimLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9864741Z [00:04:40.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeCCMVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:32.9934898Z [00:04:40.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0004128Z [00:04:40.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshAdditionalStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0075921Z [00:04:40.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateASMGatewayImportedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0144464Z [00:04:40.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DeleteIstioGatewayDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0214674Z [00:04:40.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeServiceMeshClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0283197Z [00:04:40.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/CreateIstioGatewayDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0354163Z [00:04:40.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeGatewaySecretDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0426085Z [00:04:40.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/AddClusterIntoServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0499051Z [00:04:40.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/UpdateIstioRouteAdditionalStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0570764Z [00:04:40.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/servicemesh/DescribeEipResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0648889Z [00:04:40.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0744771Z [00:04:40.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTableAccessCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0803137Z [00:04:40.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/BindDBResourceGroupWithUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0883064Z [00:04:40.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.0961113Z [00:04:40.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyElasticPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1037597Z [00:04:40.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1112158Z [00:04:40.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1184990Z [00:04:40.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1257140Z [00:04:40.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterNetInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1331389Z [00:04:40.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribePatternPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1404318Z [00:04:40.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSQLPlanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1476556Z [00:04:40.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1549493Z [00:04:40.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeResubmitConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1623472Z [00:04:40.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeElasticPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1695226Z [00:04:40.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1770300Z [00:04:40.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSlowLogTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1843898Z [00:04:40.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifySQAConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1919483Z [00:04:40.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeColumns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.1991792Z [00:04:40.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/EnableAdviceService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2064638Z [00:04:40.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/UnbindDBResourceGroupWithUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2136344Z [00:04:40.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2207357Z [00:04:40.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2278480Z [00:04:40.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTableDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2350002Z [00:04:40.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2421672Z [00:04:40.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisSQLInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2494026Z [00:04:40.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAllDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2566879Z [00:04:40.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2638220Z [00:04:40.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyLogBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2711125Z [00:04:40.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DisableAdviceService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2781789Z [00:04:40.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAllAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2854158Z [00:04:40.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2925355Z [00:04:40.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ApplyAdviceById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.2999237Z [00:04:40.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTableStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3074226Z [00:04:40.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3144173Z [00:04:40.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3217111Z [00:04:40.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3290198Z [00:04:40.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/AllocateClusterPublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3362810Z [00:04:40.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeConnectionCountRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3437313Z [00:04:40.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisDimensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3512270Z [00:04:40.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterResourcePoolPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3583759Z [00:04:40.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3658620Z [00:04:40.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ReleaseClusterPublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3731929Z [00:04:40.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3804379Z [00:04:40.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3877605Z [00:04:40.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.3951485Z [00:04:40.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSchemas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4029460Z [00:04:40.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeProcessList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4106784Z [00:04:40.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4181898Z [00:04:40.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeLoadTasksRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4258380Z [00:04:40.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/KillProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4333874Z [00:04:40.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/GrantOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4410103Z [00:04:40.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4482704Z [00:04:40.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSQLPatterns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4557092Z [00:04:40.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4629449Z [00:04:40.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4701123Z [00:04:40.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSQLPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4774280Z [00:04:40.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4846288Z [00:04:40.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSqlPattern.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4918589Z [00:04:40.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/BindDBResourcePoolWithUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.4988576Z [00:04:40.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5063682Z [00:04:40.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyClusterConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5135839Z [00:04:40.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5208610Z [00:04:40.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDiagnosisMonitorPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5278951Z [00:04:40.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAuditLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5351375Z [00:04:40.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DownloadDiagnosisRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5423406Z [00:04:40.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5500972Z [00:04:40.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5574259Z [00:04:40.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAvailableAdvices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5644720Z [00:04:40.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5719461Z [00:04:40.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeMaintenanceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5790343Z [00:04:40.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5863726Z [00:04:40.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeComputeResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.5937516Z [00:04:40.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyResubmitConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6010266Z [00:04:40.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterAccessWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6082125Z [00:04:40.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeEIURange.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6153436Z [00:04:40.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6226281Z [00:04:40.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/MigrateDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6297690Z [00:04:40.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/AttachUserENI.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6369888Z [00:04:40.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteDBResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6442251Z [00:04:40.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6511873Z [00:04:40.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6582914Z [00:04:40.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6662784Z [00:04:40.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6739249Z [00:04:40.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/RevokeOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6815216Z [00:04:40.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6892147Z [00:04:40.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.6969392Z [00:04:40.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusterStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7043545Z [00:04:40.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateElasticPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7118702Z [00:04:40.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DeleteElasticPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7191879Z [00:04:40.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7264710Z [00:04:40.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyMaintenanceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7337512Z [00:04:40.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyAuditLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7411885Z [00:04:40.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeInclinedTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7487604Z [00:04:40.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAuditLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7561550Z [00:04:40.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/BatchApplyAdviceByIdList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7634725Z [00:04:40.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/CreateDBResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7706855Z [00:04:40.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeElasticDailyPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7779692Z [00:04:40.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAdviceServiceEnabled.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7854564Z [00:04:40.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DetachUserENI.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.7929358Z [00:04:40.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterAccessWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8001554Z [00:04:40.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/UnbindDBResourcePoolWithUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8073221Z [00:04:40.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/ModifyDBClusterPayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8149130Z [00:04:40.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeAppliedAdvices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8225501Z [00:04:40.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeTablePartitionDiagnose.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8298263Z [00:04:40.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeSQAConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8376991Z [00:04:40.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDownloadRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8450533Z [00:04:40.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/adb/DescribeDBClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8536408Z [00:04:40.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeSecurityScoreRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8609458Z [00:04:40.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClientUserDefineRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8684190Z [00:04:40.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateCycleTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8756984Z [00:04:40.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateJenkinsImageRegistryName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8829444Z [00:04:40.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8902784Z [00:04:40.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.8974947Z [00:04:40.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateContainerScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9047355Z [00:04:40.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteOpaStrategyNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9118733Z [00:04:40.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UnbindAegis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9190354Z [00:04:40.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListContainerDefenseRuleClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9271216Z [00:04:41.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallHybridProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9345291Z [00:04:41.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackUpExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9420114Z [00:04:41.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniSupportRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9492896Z [00:04:41.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9567809Z [00:04:41.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskItemType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9640566Z [00:04:41.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9713694Z [00:04:41.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedContainerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9787610Z [00:04:41.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ConfirmVirusEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9859974Z [00:04:41.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteContainerPluginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:33.9942372Z [00:04:41.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0016873Z [00:04:41.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddClientUserDefineRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0090255Z [00:04:41.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0163031Z [00:04:41.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0237499Z [00:04:41.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateFileDetect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0314641Z [00:04:41.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListImageRegistryRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0389896Z [00:04:41.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAvailableHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0463612Z [00:04:41.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0537600Z [00:04:41.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockProcessStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0614307Z [00:04:41.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryGroupedSecurityEventMarkMissList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0694749Z [00:04:41.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSimilarEventScenarios.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0771892Z [00:04:41.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageEventOperationPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0844967Z [00:04:41.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSuspiciousStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0917723Z [00:04:41.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateJenkinsImageRegistryPersistenceDay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.0993288Z [00:04:41.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVirusScanMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1066783Z [00:04:41.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyUsageNewest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1141806Z [00:04:41.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddPrivateRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1216971Z [00:04:41.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypotProbeBind.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1289072Z [00:04:41.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyInterceptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1360136Z [00:04:41.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockUpdateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1431601Z [00:04:41.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClientInstallationStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1501977Z [00:04:41.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetModuleTrialAuthInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1572551Z [00:04:41.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLoginBaseConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1644009Z [00:04:41.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartPreCheckDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1715864Z [00:04:41.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckWarningSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1787459Z [00:04:41.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOpaStrategyNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1860162Z [00:04:41.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.1935449Z [00:04:41.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOssBucketScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2007350Z [00:04:41.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateVirusEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2078576Z [00:04:41.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2148963Z [00:04:41.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstanceAntiBruteForceRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2219379Z [00:04:41.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCycleTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2289850Z [00:04:41.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInstanceCatalog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2358839Z [00:04:41.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2428443Z [00:04:41.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetBackupStorageCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2498955Z [00:04:41.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddImageVulWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2569273Z [00:04:41.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2639209Z [00:04:41.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeScanTaskStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2709228Z [00:04:41.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSimilarSecurityEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2779200Z [00:04:41.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeHoneyPotSuspStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2851653Z [00:04:41.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockStart.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2926387Z [00:04:41.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTraceInfoNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.2998053Z [00:04:41.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageRepoDetailList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3069233Z [00:04:41.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileProtectDashboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3140559Z [00:04:41.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSasPmAgentList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3215644Z [00:04:41.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteMaliciousNote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3286759Z [00:04:41.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddCheckInstanceResultWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3360765Z [00:04:41.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3434070Z [00:04:41.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClientUserDefineRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3504765Z [00:04:41.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddImageEventOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3577402Z [00:04:41.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetImageScanNumInPeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3650653Z [00:04:41.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExportSuspEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3721573Z [00:04:41.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateSelectionKeyByType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3794876Z [00:04:41.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BindHybridProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3865184Z [00:04:41.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryDiscoverDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.3936749Z [00:04:41.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyLoginBaseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4007763Z [00:04:41.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4078171Z [00:04:41.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4149458Z [00:04:41.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4220156Z [00:04:41.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyBackupPolicyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4292229Z [00:04:41.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListFileProtectPluginStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4361097Z [00:04:41.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4430698Z [00:04:41.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryJenkinsImageRegistryPersistenceDay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4500667Z [00:04:41.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCommonTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4568386Z [00:04:41.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaStrategyTemplateSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4637069Z [00:04:41.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUserLayoutAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4704972Z [00:04:41.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyOperateVul.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4775304Z [00:04:41.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeMonitorAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4843640Z [00:04:41.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PublicCreateImageScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4912924Z [00:04:41.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteBackupPolicyMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.4980930Z [00:04:41.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeModuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5050028Z [00:04:41.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5118923Z [00:04:41.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileProtectEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5190386Z [00:04:41.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateSwitchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5260838Z [00:04:41.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateCommonSwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5331598Z [00:04:41.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCriteriaStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5403697Z [00:04:41.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityStatInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5473366Z [00:04:41.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeEventOnStage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5542065Z [00:04:41.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCloudAssetInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5610819Z [00:04:41.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClientAlertMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5680365Z [00:04:41.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyTagWithUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5749062Z [00:04:41.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeMachineCanReboot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5819078Z [00:04:41.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAgentInstallStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5887032Z [00:04:41.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateUniRestorePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.5957990Z [00:04:41.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSasContainerWebDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6026007Z [00:04:41.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallRaspAttach.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6095366Z [00:04:41.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateContainerScanTaskByAppName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6165626Z [00:04:41.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6236326Z [00:04:41.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeNoticeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6304850Z [00:04:41.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockExclusiveFileType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6374853Z [00:04:41.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAssetsPropertyItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6446926Z [00:04:41.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6516656Z [00:04:41.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateAgentClientInstall.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6586214Z [00:04:41.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileDetectResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6657261Z [00:04:41.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClusterRuleSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6730395Z [00:04:41.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetLastOnceTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6802708Z [00:04:41.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6872685Z [00:04:41.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.6942919Z [00:04:41.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifySecurityCheckScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7014253Z [00:04:41.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddTagWithUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7084825Z [00:04:41.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessRiskUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7153646Z [00:04:41.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/EnableCustomInstanceBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7223117Z [00:04:41.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7293158Z [00:04:41.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOssBucketScanStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7362062Z [00:04:41.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddVpcHoneyPot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7433219Z [00:04:41.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAccessKeyLeakDeal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7501994Z [00:04:41.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/EnableCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7574745Z [00:04:41.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperationCancelIgnoreSuspEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7643472Z [00:04:41.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentIconList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7714517Z [00:04:41.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAttackAnalysisData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7783977Z [00:04:41.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetInterceptionSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7855259Z [00:04:41.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSasContainerWebDefenseRuleApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7924082Z [00:04:41.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/EnableBruteForceRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.7992016Z [00:04:41.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListUuidsByWebPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8061158Z [00:04:41.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8130392Z [00:04:41.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClusterCheckItemWarningStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8200822Z [00:04:41.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageLatestScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8269879Z [00:04:41.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8340668Z [00:04:41.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeletePrivateRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8410144Z [00:04:41.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVpcList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8480254Z [00:04:41.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyContainerDefenseRuleSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8551293Z [00:04:41.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeAssetRefreshTaskConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8621166Z [00:04:41.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetLogMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8691310Z [00:04:41.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaClusterLabelList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8760982Z [00:04:41.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentVertexNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8830591Z [00:04:41.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyConcernNecessity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8899549Z [00:04:41.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListFileProtectEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.8969130Z [00:04:41.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DisableBruteForceRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9040963Z [00:04:41.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteUniBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9112809Z [00:04:41.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateSuspiciousTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9183772Z [00:04:41.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckEcsWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9253888Z [00:04:42.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CheckSecurityEventId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9323331Z [00:04:42.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9391589Z [00:04:42.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9462976Z [00:04:42.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyUserDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9533015Z [00:04:42.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessRelateMalicious.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9609333Z [00:04:42.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9682331Z [00:04:42.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUserBackupMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9755347Z [00:04:42.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9826318Z [00:04:42.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClusterSuspEventStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9895795Z [00:04:42.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEventExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:34.9966306Z [00:04:42.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateAgentlessScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0034305Z [00:04:42.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageVulList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0103267Z [00:04:42.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyStrategyTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0171397Z [00:04:42.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAllGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0241615Z [00:04:42.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaClusterNamespaceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0309618Z [00:04:42.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckItemWarningSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0378240Z [00:04:42.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeServiceLinkedRoleStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0451465Z [00:04:42.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteSecurityEventMarkMissList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0521589Z [00:04:42.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAutoDelConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0602093Z [00:04:42.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClientConfSetup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0685418Z [00:04:42.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListMaliciousFileWhitelistConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0751816Z [00:04:42.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyProcItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0825922Z [00:04:42.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GenerateOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0896775Z [00:04:42.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeHoneyPotAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.0968585Z [00:04:42.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1039825Z [00:04:42.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1110350Z [00:04:42.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSensitiveDefineRuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1180247Z [00:04:42.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SubmitCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1248969Z [00:04:42.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyProcDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1317596Z [00:04:42.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckItemWarningMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1387261Z [00:04:42.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAssetSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1455563Z [00:04:42.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageSensitiveFileByKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1523878Z [00:04:42.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListPluginForUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1604651Z [00:04:42.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1676867Z [00:04:42.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSystemAggregationRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1750178Z [00:04:42.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOpaClusterPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1822088Z [00:04:42.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAntiBruteForceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1892919Z [00:04:42.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspiciousOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.1968652Z [00:04:42.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StopHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2038325Z [00:04:42.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockFileEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2109657Z [00:04:42.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateVirusScanOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2179980Z [00:04:42.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddSasContainerWebDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2249919Z [00:04:42.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/IgnoreCheckItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2318552Z [00:04:42.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateFileUploadLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2388717Z [00:04:42.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetModuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2458702Z [00:04:42.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVpcHoneyPotCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2527055Z [00:04:42.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniBackupPolicyDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2595854Z [00:04:42.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineItemList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2665955Z [00:04:42.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInterceptionTargetPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2736298Z [00:04:42.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyContainerPluginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2809926Z [00:04:42.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVpcHoneyPotList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2882620Z [00:04:42.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyEmgVulSubmit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.2953269Z [00:04:42.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUserBaselineAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3027167Z [00:04:42.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockProcessList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3096670Z [00:04:42.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageScanAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3166340Z [00:04:42.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedInstanceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3238240Z [00:04:42.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAllImageBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3308574Z [00:04:42.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineCheckSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3379712Z [00:04:42.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaStrategyDetailNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3450596Z [00:04:42.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypotProbeBind.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3521247Z [00:04:42.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckStandard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3591856Z [00:04:42.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAccessKeyLeakDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3660573Z [00:04:42.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTraceInfoDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3729398Z [00:04:42.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/HandleSimilarSecurityEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3799148Z [00:04:42.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BatchOperateCommonOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3869586Z [00:04:42.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateFileProtectEventStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.3938897Z [00:04:42.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWarningMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4008511Z [00:04:42.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4078584Z [00:04:42.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAssetCleanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4151058Z [00:04:42.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4220685Z [00:04:42.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListBackupRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4291482Z [00:04:42.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4363961Z [00:04:42.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCommonTargetResultList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4437616Z [00:04:42.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotAttackerSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4508318Z [00:04:42.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeQuaraFileDownloadInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4579196Z [00:04:42.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAccesskeyLeakList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4650687Z [00:04:42.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4720016Z [00:04:42.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4791217Z [00:04:42.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BatchUpdateMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4861945Z [00:04:42.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVersionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4931415Z [00:04:42.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PageImageRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.4999148Z [00:04:42.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UninstallBackupClient.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5067567Z [00:04:42.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5137532Z [00:04:42.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockFileChangeStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5209605Z [00:04:42.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeStrategyExecDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5278023Z [00:04:42.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteContainerDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5347425Z [00:04:42.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UninstallRaspAttach.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5419012Z [00:04:42.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertySoftwareDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5489600Z [00:04:42.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UploadedHoneyPotFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5560348Z [00:04:42.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5629034Z [00:04:42.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateRestoreJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5698187Z [00:04:42.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExcludeSystemPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5768354Z [00:04:42.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAssetDetailByUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5837719Z [00:04:42.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PauseClient.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5907511Z [00:04:42.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteBinarySecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.5976046Z [00:04:42.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageFixTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6046124Z [00:04:42.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SetSensitiveDefineRuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6119013Z [00:04:42.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulFixStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6192041Z [00:04:42.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCloudVendorRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6262278Z [00:04:42.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateInterceptionTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6332775Z [00:04:42.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListOssBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6404019Z [00:04:42.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyScaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6473179Z [00:04:42.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/VerifyCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6544094Z [00:04:42.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaClusterImageList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6614103Z [00:04:42.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClusterNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6683210Z [00:04:42.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAntiBruteForceRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6751257Z [00:04:42.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddContainerPluginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6824255Z [00:04:42.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAffectedMaliciousFileImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6894952Z [00:04:42.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.6964832Z [00:04:42.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7034490Z [00:04:42.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageRepoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7104011Z [00:04:42.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeCheckCustomConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7173361Z [00:04:42.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7242942Z [00:04:42.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateImageBaselineWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7311602Z [00:04:42.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7380986Z [00:04:42.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7450458Z [00:04:42.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInstanceRiskLevels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7522600Z [00:04:42.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSupportRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7594664Z [00:04:42.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SetClusterInterceptionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7665605Z [00:04:42.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTaskErrorLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7736366Z [00:04:42.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateClientAlertMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7808659Z [00:04:42.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityEventOperations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7879983Z [00:04:42.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyScaDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.7951393Z [00:04:42.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExportVul.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8021832Z [00:04:42.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstallCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8094131Z [00:04:42.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListObjectScanEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8162684Z [00:04:42.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetVirusScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8231512Z [00:04:42.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetUserLang.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8301355Z [00:04:42.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8372140Z [00:04:42.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8440817Z [00:04:42.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8510855Z [00:04:42.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckRiskStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8581287Z [00:04:42.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOrUpdateAssetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8652352Z [00:04:42.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ValidateHcWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8722278Z [00:04:42.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentTracingJudge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8792114Z [00:04:42.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileProtectEventCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8861824Z [00:04:42.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RefreshContainerAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.8931199Z [00:04:42.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PublicPreCheckImageScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9000843Z [00:04:42.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9072169Z [00:04:42.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulNumStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9141830Z [00:04:42.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstallCodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9212282Z [00:04:42.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeNsasSuspEventType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9283678Z [00:04:43.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCloudProductFieldStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9356547Z [00:04:43.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClusterCnnfStatusDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9430087Z [00:04:43.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeScanTaskProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9501618Z [00:04:43.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLoginSwitchConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9572591Z [00:04:43.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateImageVul.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9645273Z [00:04:43.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupRestoreCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9716927Z [00:04:43.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetVirusScanLatestTaskStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9790114Z [00:04:43.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9862639Z [00:04:43.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageBaselineCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:35.9931507Z [00:04:43.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddContainerDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0000034Z [00:04:43.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaClusterBaseLineList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0070182Z [00:04:43.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeCheckConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0140057Z [00:04:43.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetStrategyTemplateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0212930Z [00:04:43.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVpcHoneyPot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0283277Z [00:04:43.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAssetsSecurityEventSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0353825Z [00:04:43.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpgradeBackupPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0424220Z [00:04:43.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifySasContainerWebDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0495385Z [00:04:43.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClusterVulStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0565576Z [00:04:43.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0636633Z [00:04:43.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRestoreJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0710751Z [00:04:43.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SaveImageBaselineStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0787074Z [00:04:43.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateImageVulWhitelistTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0858814Z [00:04:43.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BatchDeleteMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.0930253Z [00:04:43.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CancelOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1000743Z [00:04:43.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1073937Z [00:04:43.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteLoginBaseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1143003Z [00:04:43.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AdvanceSecurityEventOperations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1211314Z [00:04:43.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateOpaStrategyNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1280094Z [00:04:43.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentSubNodesCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1349086Z [00:04:43.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyImageFixCycleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1420406Z [00:04:43.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedVul.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1488994Z [00:04:43.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateInterceptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1558406Z [00:04:43.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallPmAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1630696Z [00:04:43.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1702707Z [00:04:43.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1772330Z [00:04:43.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1843494Z [00:04:43.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1917693Z [00:04:43.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSwitchRegionDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.1990105Z [00:04:43.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClientConfStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2060151Z [00:04:43.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSecurityScoreRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2131622Z [00:04:43.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyRiskSingleResultStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2203241Z [00:04:43.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeFieldStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2274058Z [00:04:43.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RemoveCheckResultWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2344037Z [00:04:43.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryGroupIdByGroupName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2416657Z [00:04:43.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeStrategyDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2487100Z [00:04:43.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2556690Z [00:04:43.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateAntiBruteForceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2626832Z [00:04:43.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCloudAssetSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2697861Z [00:04:43.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityCheckScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2768315Z [00:04:43.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotAttackerPortrait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2841300Z [00:04:43.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageInfoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2917291Z [00:04:43.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyLogMetaStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.2991630Z [00:04:43.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileDetectReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3066753Z [00:04:43.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3138816Z [00:04:43.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckFixDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3211947Z [00:04:43.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAegisContainerPluginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3283777Z [00:04:43.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotAttackStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3361351Z [00:04:43.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAssetsPropertyDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3436126Z [00:04:43.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEventQuaraFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3508843Z [00:04:43.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstanceRebootStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3583373Z [00:04:43.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAssetDetailByUuids.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3656408Z [00:04:43.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockProcessBlockStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3729053Z [00:04:43.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3800892Z [00:04:43.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLogShipperStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3872002Z [00:04:43.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClusterCnnfStatusUserConfirm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.3942019Z [00:04:43.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4014268Z [00:04:43.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateOrUpdateDingTalk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4086425Z [00:04:43.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallBackupClient.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4160206Z [00:04:43.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyPortItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4231723Z [00:04:43.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4303003Z [00:04:43.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateCommonOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4377220Z [00:04:43.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClearLogstoreStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4448471Z [00:04:43.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageSensitiveFileList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4521578Z [00:04:43.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDingTalk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4593533Z [00:04:43.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAssetSelectionSelectedTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4666277Z [00:04:43.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyCreateVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4739269Z [00:04:43.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAppNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4810051Z [00:04:43.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockBindList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4878980Z [00:04:43.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/MarkMonitorAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.4948246Z [00:04:43.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInterceptionRulePage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5018475Z [00:04:43.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLogMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5088231Z [00:04:43.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCanFixVulList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5160813Z [00:04:43.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetInterceptionTargetDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5231767Z [00:04:43.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockConfigList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5312596Z [00:04:43.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityEventOperationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5383626Z [00:04:43.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5456663Z [00:04:43.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotEventFlows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5527029Z [00:04:43.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5597506Z [00:04:43.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSystemClientRuleTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5668622Z [00:04:43.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RefreshOssBucketScanInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5738853Z [00:04:43.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallUniBackupAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5808533Z [00:04:43.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyContainerDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5878445Z [00:04:43.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.5949204Z [00:04:43.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVulTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6018961Z [00:04:43.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6089300Z [00:04:43.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteVpcHoneyPot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6159157Z [00:04:43.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateFileUploadLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6231466Z [00:04:43.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyTypeScaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6304769Z [00:04:43.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniBackupDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6375247Z [00:04:43.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentTracingDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6446738Z [00:04:43.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAegisContainerPluginRuleCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6518304Z [00:04:43.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAppVulScanCycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6588883Z [00:04:43.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteImageVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6663438Z [00:04:43.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6735314Z [00:04:43.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCommonOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6806941Z [00:04:43.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckWarningMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6877917Z [00:04:43.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCheckWarningDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.6948906Z [00:04:43.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAssetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7018452Z [00:04:43.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListPrivateRegistryType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7086694Z [00:04:43.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7155859Z [00:04:43.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeFixUsedCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7225198Z [00:04:43.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetImageEventOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7296051Z [00:04:43.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAffectedAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7364783Z [00:04:43.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateAlarmEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7434751Z [00:04:43.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateServiceTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7503213Z [00:04:43.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/VerifyCheckInstanceResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7574516Z [00:04:43.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskCheckSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7641427Z [00:04:43.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteVulAutoRepairConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7710396Z [00:04:43.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClientConfStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7780173Z [00:04:43.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListCheckInstanceResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7850023Z [00:04:43.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAssetSelectionTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7921884Z [00:04:43.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyInstanceAntiBruteForceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.7990859Z [00:04:43.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteK8sAccessInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8060875Z [00:04:43.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVirusScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8129419Z [00:04:43.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/FindContainerNetworkConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8197560Z [00:04:43.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeFrontVulPatchList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8267131Z [00:04:43.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVulTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8339194Z [00:04:43.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupStruct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8409552Z [00:04:43.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClusterBasicInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8480047Z [00:04:43.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8549378Z [00:04:43.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAssetDetailByUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8618719Z [00:04:43.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyPropertyScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8686474Z [00:04:43.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteCycleTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8754306Z [00:04:43.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/InstallCloudMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8823929Z [00:04:43.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8892295Z [00:04:43.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/BindAuthToMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.8962342Z [00:04:43.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBruteForceRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9031085Z [00:04:43.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListRuleTargetAll.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9099478Z [00:04:43.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9168972Z [00:04:43.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListImageBuildRiskItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9237945Z [00:04:44.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetPropertyScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9305507Z [00:04:44.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyInterceptionRuleSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9372762Z [00:04:44.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstanceStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9442763Z [00:04:44.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAlarmMachineCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9513135Z [00:04:44.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOnceTaskResultInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9585010Z [00:04:44.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9654886Z [00:04:44.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecurityEventMarkMissList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9725043Z [00:04:44.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ChangeUserLang.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9795427Z [00:04:44.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeEmgVulItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9865788Z [00:04:44.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListUninstallAegisMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:36.9936136Z [00:04:44.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteInstallCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0007761Z [00:04:44.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0079634Z [00:04:44.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVirusScanMachineEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0153980Z [00:04:44.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAttachRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0224912Z [00:04:44.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListQueryRaspAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0295466Z [00:04:44.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDefaultProxyInstallVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0366622Z [00:04:44.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/JoinWebLockProcessWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0436091Z [00:04:44.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListOpaClusterStrategyNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0505950Z [00:04:44.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0584852Z [00:04:44.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OpenSensitiveFileScan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0658088Z [00:04:44.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskCheckItemResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0730622Z [00:04:44.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListImageRisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0801504Z [00:04:44.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0872608Z [00:04:44.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageListWithBaselineName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.0941531Z [00:04:44.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAllEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1013236Z [00:04:44.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetContainerDefenseRuleDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1082345Z [00:04:44.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUuidsByVulNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1151662Z [00:04:44.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1222025Z [00:04:44.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateVulAutoRepairConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1291031Z [00:04:44.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyLoginSwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1361223Z [00:04:44.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1431643Z [00:04:44.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateImageEventOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1501159Z [00:04:44.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetServiceTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1570441Z [00:04:44.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/FixCheckWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1641480Z [00:04:44.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSystemRuleAggregationTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1714772Z [00:04:44.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1787074Z [00:04:44.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryAttackCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1860069Z [00:04:44.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetInterceptionRuleDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.1933622Z [00:04:44.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2006181Z [00:04:44.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateFileProtectRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2075763Z [00:04:44.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifySecurityEventMarkMissIndividually.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2145879Z [00:04:44.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyRiskCheckStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2213871Z [00:04:44.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDomainCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2284183Z [00:04:44.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageEventOperationCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2353051Z [00:04:44.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2423775Z [00:04:44.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RebootMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2493079Z [00:04:44.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListOssBucketScanInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2563443Z [00:04:44.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2631333Z [00:04:44.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyContainerScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2700341Z [00:04:44.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2770085Z [00:04:44.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSystemClientRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2840005Z [00:04:44.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeOfflineMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2910965Z [00:04:44.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyPortDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.2980151Z [00:04:44.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEventUserSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3051129Z [00:04:44.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyUniBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3121134Z [00:04:44.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RefreshAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3191879Z [00:04:44.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SetImageSensitiveFileStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3262088Z [00:04:44.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniBackupPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3331898Z [00:04:44.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddSasModuleTrial.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3403121Z [00:04:44.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyRefreshProcessInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3472814Z [00:04:44.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CheckUserHasEcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3543535Z [00:04:44.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAssetImportant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3613286Z [00:04:44.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTotalStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3683124Z [00:04:44.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperationSuspEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3751947Z [00:04:44.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageFixCycleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3824442Z [00:04:44.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateJenkinsImageRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3898309Z [00:04:44.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClientUserDefineRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.3970961Z [00:04:44.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAssetSelectionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4042640Z [00:04:44.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClusterPluginInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4113053Z [00:04:44.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4183359Z [00:04:44.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4251552Z [00:04:44.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CheckQuaraFileId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4320331Z [00:04:44.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyOpenLogShipper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4389805Z [00:04:44.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCountScannedImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4460083Z [00:04:44.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAlarmEventStackInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4530587Z [00:04:44.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSecureSuggestion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4600725Z [00:04:44.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageRepoCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4671481Z [00:04:44.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockUnbind.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4742325Z [00:04:44.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4811364Z [00:04:44.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4880594Z [00:04:44.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyCronItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.4971933Z [00:04:44.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryIncidentVertexExtendInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5042040Z [00:04:44.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5112991Z [00:04:44.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExportRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5183614Z [00:04:44.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetRulesCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5254214Z [00:04:44.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5323340Z [00:04:44.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SaveSuspEventUserSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5392778Z [00:04:44.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInstanceRiskNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5461517Z [00:04:44.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5530844Z [00:04:44.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypotProbeBind.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5601128Z [00:04:44.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeUniRecoverableList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5670936Z [00:04:44.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCustomBlockInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5741052Z [00:04:44.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListInterceptionHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5810670Z [00:04:44.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspEventDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5881513Z [00:04:44.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteTagWithUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.5952216Z [00:04:44.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyImageRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6024444Z [00:04:44.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RollbackSuspEventQuaraFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6096423Z [00:04:44.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockFileTypeSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6166784Z [00:04:44.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulCheckTaskStatusDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6236619Z [00:04:44.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVulGlobalConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6306992Z [00:04:44.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6377248Z [00:04:44.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetOpaPluginStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6447869Z [00:04:44.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6520187Z [00:04:44.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SasInstallCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6590589Z [00:04:44.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartDiscoverDatabaseTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6661242Z [00:04:44.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddAssetSelectionCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6733373Z [00:04:44.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ResetHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6804807Z [00:04:44.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessMaliciousFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6873905Z [00:04:44.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeStrategyTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.6944263Z [00:04:44.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7014322Z [00:04:44.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7083272Z [00:04:44.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteImageEventOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7155848Z [00:04:44.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVulConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7229902Z [00:04:44.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7303633Z [00:04:44.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskListCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7372986Z [00:04:44.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileDetectApiInvokeInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7444932Z [00:04:44.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulTargetStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7515602Z [00:04:44.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVendorList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7586766Z [00:04:44.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyGroupProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7656013Z [00:04:44.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7726170Z [00:04:44.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneyPotUploadPolicyInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7795995Z [00:04:44.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockTotalFileChangeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7866499Z [00:04:44.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCloudCenterInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.7936939Z [00:04:44.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAutoDelConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8006238Z [00:04:44.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8076429Z [00:04:44.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSuspiciousUUIDConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8145267Z [00:04:44.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyAppVulScanCycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8216642Z [00:04:44.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBruteForceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8285851Z [00:04:44.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeIpTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8356355Z [00:04:44.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotNodeMetricList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8426921Z [00:04:44.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UninstallUniBackupAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8498350Z [00:04:44.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCommonSwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8569047Z [00:04:44.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteSuspEventNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8638460Z [00:04:44.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8708373Z [00:04:44.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartBaselineSecurityCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8778156Z [00:04:44.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyCronDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8849534Z [00:04:44.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageListBySensitiveFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8921191Z [00:04:44.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/QueryPreCheckDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.8994246Z [00:04:44.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddInstallCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9064071Z [00:04:44.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteServiceTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9133887Z [00:04:44.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeEventLevelCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9203947Z [00:04:44.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotProbeUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9275936Z [00:04:45.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSummaryInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9344753Z [00:04:45.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/StartVirusScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9414726Z [00:04:45.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotEventTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9485928Z [00:04:45.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAgentlessTaskCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9555631Z [00:04:45.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateWebLockFileEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9626324Z [00:04:45.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateUniBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9695638Z [00:04:45.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetHoneypotStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9764802Z [00:04:45.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyPushAllTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9835925Z [00:04:45.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClientUserDefineRuleTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9907718Z [00:04:45.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateSimilarSecurityEventsQueryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:37.9979677Z [00:04:45.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeEmgUserAgreement.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0050386Z [00:04:45.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListSupportObjectSuffix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0119315Z [00:04:45.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeAlarmEventDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0187201Z [00:04:45.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeContainerStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0257747Z [00:04:45.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeMatchedMaliciousNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0328544Z [00:04:45.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetSasContainerWebDefenseRuleCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0399288Z [00:04:45.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageVulWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0469719Z [00:04:45.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetAuthVersionStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0542066Z [00:04:45.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCustomBlockRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0617539Z [00:04:45.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetVulStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0689249Z [00:04:45.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClientRatioStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0760691Z [00:04:45.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetFileUploadLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0830159Z [00:04:45.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWebLockInclusiveFileType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0899811Z [00:04:45.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.0969607Z [00:04:45.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateFileDetectUploadUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1041070Z [00:04:45.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RetryInstallProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1112314Z [00:04:45.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1184134Z [00:04:45.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RetryAgentlessTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1257443Z [00:04:45.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeWarningExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1327970Z [00:04:45.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteSasContainerWebDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1396766Z [00:04:45.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListVulAutoRepairConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1467138Z [00:04:45.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteInterceptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1539434Z [00:04:45.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DisableCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1608773Z [00:04:45.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeConcernNecessity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1678616Z [00:04:45.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageScanAuthCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1747930Z [00:04:45.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLatestScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1819215Z [00:04:45.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyCycleTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1890832Z [00:04:45.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupMachineStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.1964714Z [00:04:45.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteInterceptionTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2033727Z [00:04:45.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyClientConfSetup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2104868Z [00:04:45.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedStatisticsDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2175962Z [00:04:45.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyStartVulScan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2246853Z [00:04:45.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCloudAssetCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2317279Z [00:04:45.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedInstanceCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2388031Z [00:04:45.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateCommonTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2460017Z [00:04:45.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeHcExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2529390Z [00:04:45.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/IgnoreHcCheckWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2600774Z [00:04:45.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2672085Z [00:04:45.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2746497Z [00:04:45.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/HandleSecurityEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2817479Z [00:04:45.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/PublicSyncAndCreateImageScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2890052Z [00:04:45.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCheckSale.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.2960557Z [00:04:45.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateMaliciousNote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3033460Z [00:04:45.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAssetRefreshTaskConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3107538Z [00:04:45.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GenerateK8sAccessInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3181199Z [00:04:45.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddCheckResultWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3254480Z [00:04:45.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListUnfinishedOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3325054Z [00:04:45.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeInstallCaptcha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3397097Z [00:04:45.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRiskCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3468027Z [00:04:45.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeImageGroupedVulList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3537495Z [00:04:45.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateBucketScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3608112Z [00:04:45.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCommonOverallConfigList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3680290Z [00:04:45.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyInterceptionTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3750255Z [00:04:45.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyNoticeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3819704Z [00:04:45.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertySoftwareItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3889839Z [00:04:45.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListContainerDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.3958875Z [00:04:45.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetObjectScanEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4027364Z [00:04:45.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListPodRisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4096191Z [00:04:45.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/OperateSuspiciousOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4169023Z [00:04:45.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4237773Z [00:04:45.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAssetCleanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4307989Z [00:04:45.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListPrivateRegistryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4380196Z [00:04:45.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListK8sAccessInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4450182Z [00:04:45.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/RemoveCheckInstanceResultWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4520788Z [00:04:45.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeVulListPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4590367Z [00:04:45.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribePropertyUserItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4658093Z [00:04:45.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetCloudAssetDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4727895Z [00:04:45.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExportWarning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4797852Z [00:04:45.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeSearchCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4868367Z [00:04:45.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeOnceTaskLeafRecordPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.4939647Z [00:04:45.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteAntiBruteForceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5008290Z [00:04:45.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteClientUserDefineRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5077331Z [00:04:45.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/SetRegistryScanDayNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5147307Z [00:04:45.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeCountNotScannedImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5216871Z [00:04:45.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateAssetSelectionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5288480Z [00:04:45.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeExposedCheckWarning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5358744Z [00:04:45.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeLogstoreStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5433823Z [00:04:45.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListHoneypotAlarmEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5508148Z [00:04:45.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockCreateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5580616Z [00:04:45.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ExecStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5651500Z [00:04:45.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyWebLockDeleteConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5721325Z [00:04:45.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DeleteHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5791639Z [00:04:45.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UpdateOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5862278Z [00:04:45.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeClusterInfoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.5937034Z [00:04:45.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeRestorePlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6013046Z [00:04:45.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/CreateSuspEventNote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6084074Z [00:04:45.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/UnMarkMonitorAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6155136Z [00:04:45.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListClusterInterceptionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6225624Z [00:04:45.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ListAgentlessTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6294759Z [00:04:45.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/ModifyVulWhitelistTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6366558Z [00:04:45.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/AddUninstallClientsByUuids.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6434718Z [00:04:45.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/GetClusterStrategyCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6505616Z [00:04:45.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/sas/DescribeGroupedMaliciousFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6577246Z [00:04:45.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeParametersHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6649947Z [00:04:45.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantSecurityConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6722904Z [00:04:45.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantZonesRead.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6793772Z [00:04:45.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantPrimaryZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6865495Z [00:04:45.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantEncryption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.6937515Z [00:04:45.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7009092Z [00:04:45.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7080130Z [00:04:45.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTimeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7152325Z [00:04:45.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateBackupSetDownloadLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7221502Z [00:04:45.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateOmsMysqlDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7291665Z [00:04:45.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StartOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7362831Z [00:04:45.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateTenant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7434713Z [00:04:45.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceNodeNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7509413Z [00:04:45.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSQLPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7583420Z [00:04:45.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasAnomalySQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7655805Z [00:04:45.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListWorkerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7728417Z [00:04:45.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAnomalySQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7800565Z [00:04:45.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateRdsPostgreSQLDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7871921Z [00:04:45.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasSQLDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.7941772Z [00:04:45.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8010790Z [00:04:45.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasTopSQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8081703Z [00:04:45.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8150235Z [00:04:45.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyDatabaseDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8221554Z [00:04:45.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/SearchOmsOpenAPIProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8289848Z [00:04:45.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8360316Z [00:04:45.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSlowSQLHistoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8429228Z [00:04:45.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ResumeOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8499133Z [00:04:45.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeCharset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8569704Z [00:04:45.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8641131Z [00:04:45.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOmsOpenAPIProjectSteps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8710437Z [00:04:45.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8780032Z [00:04:45.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ReleaseOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8849239Z [00:04:45.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListAllLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8918131Z [00:04:45.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAvailableMemResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.8986913Z [00:04:45.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProjectSteps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9057319Z [00:04:45.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9127678Z [00:04:45.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateProjectModifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9198663Z [00:04:45.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9271861Z [00:04:46.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9346251Z [00:04:46.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StopProjectsByLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9416944Z [00:04:46.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeMetricsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9489684Z [00:04:46.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceTemporaryCapacity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9562250Z [00:04:46.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListProjectFullVerifyResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9634321Z [00:04:46.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ResumeProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9706143Z [00:04:46.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9777530Z [00:04:46.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9847470Z [00:04:46.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceTenantModes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9918535Z [00:04:46.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListProjectModifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:38.9989995Z [00:04:46.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateTenantReadOnlyConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0060083Z [00:04:46.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteTenants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0131205Z [00:04:46.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOutlineBinding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0203035Z [00:04:46.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0275636Z [00:04:46.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ResetOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0346997Z [00:04:46.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeRecommendIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0420082Z [00:04:46.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantUserDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0490891Z [00:04:46.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ReleaseWorkerInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0563442Z [00:04:46.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0637914Z [00:04:46.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/SearchOmsOpenAPIMonitorMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0711876Z [00:04:46.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/KillProcessList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0785364Z [00:04:46.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0858338Z [00:04:46.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateMySqlDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.0932590Z [00:04:46.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantEncryption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1004652Z [00:04:46.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasSlowSQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1076236Z [00:04:46.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/GetUploadOssUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1146943Z [00:04:46.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1218791Z [00:04:46.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateTenantUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1290173Z [00:04:46.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StopOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1361810Z [00:04:46.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1431744Z [00:04:46.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1501290Z [00:04:46.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1570340Z [00:04:46.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1641305Z [00:04:46.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StopProjectModifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1710855Z [00:04:46.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1782720Z [00:04:46.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantUserRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1857919Z [00:04:46.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSlowSQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.1929968Z [00:04:46.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyDatabaseUserRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2004660Z [00:04:46.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAvailableCpuResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2079308Z [00:04:46.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantSecurityIpGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2156932Z [00:04:46.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProjectProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2229065Z [00:04:46.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ReleaseProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2303832Z [00:04:46.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProjectStepMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2377639Z [00:04:46.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2450940Z [00:04:46.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasSQLPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2522588Z [00:04:46.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSQLDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2596794Z [00:04:46.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2669805Z [00:04:46.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOasSQLHistoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2740641Z [00:04:46.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateOceanBaseDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2812006Z [00:04:46.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StopProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2885815Z [00:04:46.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.2957922Z [00:04:46.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CreateTenantSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3028962Z [00:04:46.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteTenantSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3100291Z [00:04:46.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTopSQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3170940Z [00:04:46.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3243034Z [00:04:46.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSampleSqlRawTexts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3312033Z [00:04:46.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeDataBackupSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3385660Z [00:04:46.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3457686Z [00:04:46.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3527595Z [00:04:46.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3596442Z [00:04:46.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3666914Z [00:04:46.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeTenantUserRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3745283Z [00:04:46.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/RetryProjectModifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3825384Z [00:04:46.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeNodeMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3896447Z [00:04:46.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DeleteTenantUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.3965847Z [00:04:46.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4037459Z [00:04:46.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4106987Z [00:04:46.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSQLHistoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4179719Z [00:04:46.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/SwitchoverInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4249635Z [00:04:46.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ListDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4321303Z [00:04:46.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StartProjectsByLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4393568Z [00:04:46.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/StartProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4463422Z [00:04:46.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyTenantUserPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4533412Z [00:04:46.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceCreatableZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4603087Z [00:04:46.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/CancelProjectModifyRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4673512Z [00:04:46.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4743550Z [00:04:46.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceSecurityConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4813885Z [00:04:46.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4885424Z [00:04:46.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.4955810Z [00:04:46.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProjectComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5025116Z [00:04:46.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAvailableSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5095703Z [00:04:46.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeAvailableZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5166059Z [00:04:46.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeInstanceTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5240292Z [00:04:46.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSecurityIpGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5311689Z [00:04:46.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeSQLSamples.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5383210Z [00:04:46.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5454745Z [00:04:46.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/ModifyInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5526233Z [00:04:46.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oceanbasepro/DescribeOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5598085Z [00:04:46.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5668726Z [00:04:46.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/GetServiceTemplateParameterConstraints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5738868Z [00:04:46.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ListServiceInstanceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5809684Z [00:04:46.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ListServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5880019Z [00:04:46.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ContinueDeployServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.5953232Z [00:04:46.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/CreateServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6026607Z [00:04:46.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6096240Z [00:04:46.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/ListServiceInstanceLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6166066Z [00:04:46.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/DeleteServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6235755Z [00:04:46.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenest/GetServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6308624Z [00:04:46.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteDatasetItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6380901Z [00:04:46.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetAccessControlListAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6450785Z [00:04:46.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveSignatureApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6524440Z [00:04:46.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6594039Z [00:04:46.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/QueryRequestLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6663928Z [00:04:46.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ResetAppCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6732974Z [00:04:46.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisByBackend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6802868Z [00:04:46.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiHistories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6874510Z [00:04:46.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeBackendList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.6944844Z [00:04:46.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeSignatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7015562Z [00:04:46.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisByTrafficControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7085842Z [00:04:46.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeModels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7158753Z [00:04:46.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiGroupNetworkPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7228614Z [00:04:46.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7300146Z [00:04:46.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateIpControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7370746Z [00:04:46.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteTrafficSpecialControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7441220Z [00:04:46.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7511169Z [00:04:46.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeMarketRemainsQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7582169Z [00:04:46.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7654447Z [00:04:46.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisWithStageNameIntegratedByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7723996Z [00:04:46.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7795339Z [00:04:46.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeSignaturesByApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7864633Z [00:04:46.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeIpControls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.7934211Z [00:04:46.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceHttpCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8004987Z [00:04:46.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SdkGenerateByAppForRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8077376Z [00:04:46.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateDatasetItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8148483Z [00:04:46.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetDomainWebSocketStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8218457Z [00:04:46.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8289679Z [00:04:46.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeGroupLatency.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8365960Z [00:04:46.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveTrafficControlApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8438897Z [00:04:46.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateBackendModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8510656Z [00:04:46.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveIpControlApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8582877Z [00:04:46.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetSignatureApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8653994Z [00:04:46.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeUpdateBackendTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8726034Z [00:04:46.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AttachApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8795753Z [00:04:46.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisByIpControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8867180Z [00:04:46.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.8936833Z [00:04:46.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiLatencyData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9008889Z [00:04:46.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ResetAppSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9078535Z [00:04:46.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DisableInstanceAccessControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9147981Z [00:04:46.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiProductsByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9220648Z [00:04:46.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeIpControlPolicyItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9291147Z [00:04:47.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeGroupQps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9364148Z [00:04:47.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteAllTrafficSpecialControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9432916Z [00:04:47.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveApisAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9502664Z [00:04:47.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9574792Z [00:04:47.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9646805Z [00:04:47.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ImportSwagger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9719118Z [00:04:47.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9799795Z [00:04:47.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteBackendModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9872255Z [00:04:47.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SdkGenerateByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:39.9945350Z [00:04:47.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeTrafficControls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0015635Z [00:04:47.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAppSecurity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0085902Z [00:04:47.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiProductApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0158178Z [00:04:47.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0228090Z [00:04:47.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SwitchApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0299528Z [00:04:47.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDeployedApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0370604Z [00:04:47.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/OpenApiGatewayService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0442829Z [00:04:47.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0515475Z [00:04:47.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ReactivateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0593074Z [00:04:47.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeSystemParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0679485Z [00:04:47.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyIpControlPolicyItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0757630Z [00:04:47.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyDatasetItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0834673Z [00:04:47.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstancePackets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0916821Z [00:04:47.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDatasetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.0991417Z [00:04:47.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyTrafficControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1063951Z [00:04:47.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiIpControls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1135889Z [00:04:47.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteIpControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1206374Z [00:04:47.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeGroupTraffic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1275457Z [00:04:47.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/BatchDeployApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1346486Z [00:04:47.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceLatency.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1416005Z [00:04:47.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AttachPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1486106Z [00:04:47.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/EnableInstanceAccessControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1557974Z [00:04:47.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1629074Z [00:04:47.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1698624Z [00:04:47.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeBackendInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1768416Z [00:04:47.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1839503Z [00:04:47.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1909214Z [00:04:47.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyBackend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.1986023Z [00:04:47.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyVpcAccessAndUpdateApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2058532Z [00:04:47.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2130440Z [00:04:47.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DetachPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2200728Z [00:04:47.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDatasetInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2271998Z [00:04:47.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2350012Z [00:04:47.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeImportOASTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2420283Z [00:04:47.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeHistoryApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2491920Z [00:04:47.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiGroupInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2566265Z [00:04:47.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2637971Z [00:04:47.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2710006Z [00:04:47.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateAccessControlList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2780362Z [00:04:47.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeVpcAccesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2850249Z [00:04:47.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AbolishApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2920853Z [00:04:47.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApiGroupVpcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.2990432Z [00:04:47.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveIpControlPolicyItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3062279Z [00:04:47.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAbolishApiTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3131073Z [00:04:47.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveApiProductsAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3201280Z [00:04:47.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetApiProductsAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3269453Z [00:04:47.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3338222Z [00:04:47.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3414137Z [00:04:47.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3491421Z [00:04:47.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyBackendModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3566648Z [00:04:47.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePurchasedApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3641728Z [00:04:47.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDeployedApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3716076Z [00:04:47.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePurchasedApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3790207Z [00:04:47.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiGroupVpcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3867209Z [00:04:47.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePluginTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.3944156Z [00:04:47.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDeployApiTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4023997Z [00:04:47.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePluginApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4100361Z [00:04:47.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePluginSchemas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4178427Z [00:04:47.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiSignatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4253255Z [00:04:47.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetAppsAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4326071Z [00:04:47.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAccessControlListAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4395213Z [00:04:47.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4465780Z [00:04:47.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4534727Z [00:04:47.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveVpcAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4604760Z [00:04:47.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4676447Z [00:04:47.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiTrafficControls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4747756Z [00:04:47.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateSignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4818866Z [00:04:47.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceDropConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4889892Z [00:04:47.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.4960246Z [00:04:47.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5030592Z [00:04:47.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5101314Z [00:04:47.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifySignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5172639Z [00:04:47.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5243906Z [00:04:47.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5312289Z [00:04:47.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteSignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5383266Z [00:04:47.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5453913Z [00:04:47.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetTrafficControlApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5522277Z [00:04:47.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateBackend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5591505Z [00:04:47.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5660681Z [00:04:47.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5731555Z [00:04:47.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/BatchAbolishApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5801840Z [00:04:47.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveAppsAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5870907Z [00:04:47.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AddTrafficSpecialControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.5942726Z [00:04:47.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ValidateVpcConnectivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6011617Z [00:04:47.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ImportOAS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6081629Z [00:04:47.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDatasetItemInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6152140Z [00:04:47.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6223960Z [00:04:47.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceDropPacket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6296427Z [00:04:47.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveAccessControlListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6367167Z [00:04:47.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeployApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6437631Z [00:04:47.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6511287Z [00:04:47.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceTraffic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6581453Z [00:04:47.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeTrafficControlsByApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6649663Z [00:04:47.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeletePlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6722103Z [00:04:47.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetVpcAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6790968Z [00:04:47.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetAppsAuthToApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6863844Z [00:04:47.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyIntranetDomainPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.6936443Z [00:04:47.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetWildcardDomainPatterns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7011382Z [00:04:47.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetApisAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7086504Z [00:04:47.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceNewConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7159776Z [00:04:47.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7234496Z [00:04:47.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7308528Z [00:04:47.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeDatasetItemList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7381648Z [00:04:47.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteBackend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7456008Z [00:04:47.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AddIpControlPolicyItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7528632Z [00:04:47.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiMarketAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7600545Z [00:04:47.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAccessControlLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7672096Z [00:04:47.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateApiStageVariable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7743828Z [00:04:47.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreatePlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7812532Z [00:04:47.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7881833Z [00:04:47.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.7954291Z [00:04:47.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8024305Z [00:04:47.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiDoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8095359Z [00:04:47.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAppAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8165238Z [00:04:47.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8235801Z [00:04:47.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeUpdateVpcInfoTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8305690Z [00:04:47.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8374069Z [00:04:47.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/AddAccessControlListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8445443Z [00:04:47.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApiStageVariable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8517418Z [00:04:47.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceQps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8587666Z [00:04:47.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeSummaryData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8656400Z [00:04:47.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteAccessControlList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8725127Z [00:04:47.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyIpControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8795172Z [00:04:47.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAppsByApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8867676Z [00:04:47.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DryRunSwagger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.8942582Z [00:04:47.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SetIpControlApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9023223Z [00:04:47.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePurchasedApiGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9103232Z [00:04:47.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeInstanceSlbConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9177065Z [00:04:47.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9251168Z [00:04:48.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApisBySignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9324920Z [00:04:48.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9395942Z [00:04:48.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAuthorizedApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9470577Z [00:04:48.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DetachApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9549525Z [00:04:48.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/RemoveVpcAccessAndAbolishApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9628425Z [00:04:48.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9702796Z [00:04:48.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9773512Z [00:04:48.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/SdkGenerateByGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9841907Z [00:04:48.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DeleteTrafficControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9911634Z [00:04:48.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:40.9981947Z [00:04:48.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0049952Z [00:04:48.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/CreateTrafficControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0118668Z [00:04:48.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeApiGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0187845Z [00:04:48.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/ModifyInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0257150Z [00:04:48.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribePluginsByApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0326380Z [00:04:48.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudapi/DescribeAuthorizedApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0404649Z [00:04:48.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/DescribeAnycastServerRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0474922Z [00:04:48.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ReleaseAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0548547Z [00:04:48.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/UnassociateAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0631557Z [00:04:48.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/AssociateAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0706318Z [00:04:48.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/AllocateAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0775787Z [00:04:48.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/DescribeAnycastPopLocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0845579Z [00:04:48.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/UpdateAnycastEipAddressAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0916340Z [00:04:48.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.0984380Z [00:04:48.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ModifyAnycastEipAddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1052610Z [00:04:48.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ModifyAnycastEipAddressSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1121260Z [00:04:48.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1191366Z [00:04:48.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1263172Z [00:04:48.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/DescribeAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1334361Z [00:04:48.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1406549Z [00:04:48.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eipanycast/ListAnycastEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1480872Z [00:04:48.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/StopStatefulAsyncInvocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1553721Z [00:04:48.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetResourceTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1623708Z [00:04:48.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListLayers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1692057Z [00:04:48.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListServiceVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1761170Z [00:04:48.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListReservedCapacities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1832137Z [00:04:48.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1899812Z [00:04:48.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/InvokeFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.1966599Z [00:04:48.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetStatefulAsyncInvocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2036165Z [00:04:48.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2106359Z [00:04:48.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2174391Z [00:04:48.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2243137Z [00:04:48.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetFunctionCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2312629Z [00:04:48.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2381720Z [00:04:48.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2448891Z [00:04:48.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetFunctionOnDemandConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2516259Z [00:04:48.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListOnDemandConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2584042Z [00:04:48.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UntagResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2653071Z [00:04:48.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteVpcBinding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2721763Z [00:04:48.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2791228Z [00:04:48.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2860248Z [00:04:48.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PutFunctionAsyncInvokeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2928293Z [00:04:48.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/TagResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.2998862Z [00:04:48.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PutLayerACL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3078115Z [00:04:48.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3155665Z [00:04:48.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3229431Z [00:04:48.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3300215Z [00:04:48.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3370917Z [00:04:48.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListFunctionAsyncInvokeConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3443615Z [00:04:48.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteFunctionOnDemandConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3523117Z [00:04:48.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/RegisterEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3604867Z [00:04:48.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListProvisionConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3682772Z [00:04:48.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateLayerVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3757320Z [00:04:48.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListLayerVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3831760Z [00:04:48.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3904722Z [00:04:48.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.3982674Z [00:04:48.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4056110Z [00:04:48.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListTaggedResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4124621Z [00:04:48.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4194354Z [00:04:48.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4262772Z [00:04:48.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListEventSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4333109Z [00:04:48.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteLayerVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4404260Z [00:04:48.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeregisterEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4472053Z [00:04:48.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4546687Z [00:04:48.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4618620Z [00:04:48.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetProvisionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4695256Z [00:04:48.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListAliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4766045Z [00:04:48.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetAccountSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4839778Z [00:04:48.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListStatefulAsyncInvocationFunctions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4909573Z [00:04:48.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListTriggers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.4980228Z [00:04:48.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5049090Z [00:04:48.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetLayerVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5119667Z [00:04:48.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5191051Z [00:04:48.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PutProvisionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5259490Z [00:04:48.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5330060Z [00:04:48.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PutFunctionOnDemandConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5398835Z [00:04:48.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/UpdateTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5469071Z [00:04:48.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListFunctions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5542314Z [00:04:48.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/CreateVpcBinding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5618089Z [00:04:48.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/PublishServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5692728Z [00:04:48.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListVpcBindings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5767482Z [00:04:48.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ReleaseGPUInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5841846Z [00:04:48.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ClaimGPUInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5917354Z [00:04:48.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListStatefulAsyncInvocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.5990327Z [00:04:48.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/DeleteFunctionAsyncInvokeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6064797Z [00:04:48.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6140191Z [00:04:48.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/GetFunctionAsyncInvokeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6216265Z [00:04:48.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fc-open/ListCustomDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6290683Z [00:04:48.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6364159Z [00:04:48.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6436190Z [00:04:48.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6509733Z [00:04:48.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyNodeSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6590361Z [00:04:48.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6667425Z [00:04:48.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/TransformToPrePaid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6742680Z [00:04:48.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6819857Z [00:04:48.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeRenewalPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6897740Z [00:04:48.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CheckCloudResourceAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.6972746Z [00:04:48.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7048200Z [00:04:48.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyInstanceVpcAuthMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7119196Z [00:04:48.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7191187Z [00:04:48.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7263510Z [00:04:48.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeSecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7334749Z [00:04:48.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/UpgradeDBInstanceKernelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7405915Z [00:04:48.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAuditPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7476879Z [00:04:48.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeMongoDBLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7546514Z [00:04:48.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeErrorLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7618962Z [00:04:48.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7691282Z [00:04:48.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAuditRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7760783Z [00:04:48.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ReleaseNodePrivateNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7831267Z [00:04:48.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceSwitchLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7907652Z [00:04:48.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeReplicaSetRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.7982370Z [00:04:48.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8060304Z [00:04:48.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceNetworkType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8137134Z [00:04:48.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8209929Z [00:04:48.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DeleteNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8285138Z [00:04:48.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeRoleZoneInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8359533Z [00:04:48.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8434810Z [00:04:48.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/TransformInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8511246Z [00:04:48.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeUserEncryptionKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8586564Z [00:04:48.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/RestartDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8658537Z [00:04:48.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceNetExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8730378Z [00:04:48.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/TransferClusterBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8801779Z [00:04:48.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeHistoryTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8873058Z [00:04:48.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeRunningLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.8944117Z [00:04:48.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/EvaluateResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9023756Z [00:04:48.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9097766Z [00:04:48.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyAuditPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9169695Z [00:04:48.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9241995Z [00:04:49.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9317606Z [00:04:49.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeShardingNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9394868Z [00:04:49.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9471354Z [00:04:49.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9546302Z [00:04:49.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeKmsKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9621222Z [00:04:49.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9693284Z [00:04:49.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeClusterBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9770297Z [00:04:49.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9843971Z [00:04:49.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeParameterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9917418Z [00:04:49.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ReleasePublicNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:41.9990576Z [00:04:49.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0067184Z [00:04:49.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceEncryptionKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0142081Z [00:04:49.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DestroyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0212982Z [00:04:49.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0288579Z [00:04:49.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAuditLogFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0365021Z [00:04:49.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateShardingDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0442913Z [00:04:49.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0516623Z [00:04:49.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/AllocatePublicNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0593716Z [00:04:49.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DeleteDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0673611Z [00:04:49.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0753122Z [00:04:49.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0828613Z [00:04:49.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyDBInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0908267Z [00:04:49.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifySecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.0985103Z [00:04:49.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeSecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1059761Z [00:04:49.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/MigrateToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1135711Z [00:04:49.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1211292Z [00:04:49.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstancePerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1286028Z [00:04:49.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyAuditLogFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1359403Z [00:04:49.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CheckRecoveryCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1430801Z [00:04:49.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateNodeBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1504947Z [00:04:49.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeClusterRecoverTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1580144Z [00:04:49.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1654248Z [00:04:49.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1727474Z [00:04:49.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeKernelReleaseNotes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1800011Z [00:04:49.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1876251Z [00:04:49.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/SwitchDBInstanceHA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.1949149Z [00:04:49.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAvailableEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2026421Z [00:04:49.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/RestoreDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2103183Z [00:04:49.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2177247Z [00:04:49.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceTDEInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2252924Z [00:04:49.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/RenewDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2331365Z [00:04:49.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/AllocateNodePrivateNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2405283Z [00:04:49.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2479065Z [00:04:49.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/UpgradeDBInstanceEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2553424Z [00:04:49.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2628714Z [00:04:49.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/CreateDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2704606Z [00:04:49.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2781209Z [00:04:49.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeBackupDBs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2856630Z [00:04:49.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeHistoryTasksStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.2930513Z [00:04:49.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeParameterModificationHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3002034Z [00:04:49.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/MigrateAvailableZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3074184Z [00:04:49.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyNodeSpecBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3144455Z [00:04:49.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstancesOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3218929Z [00:04:49.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3295169Z [00:04:49.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeActiveOperationTaskType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3370600Z [00:04:49.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3446500Z [00:04:49.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeDBInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3519961Z [00:04:49.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/ModifyResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3594764Z [00:04:49.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeActiveOperationTaskCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3667913Z [00:04:49.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dds/DescribeAvailabilityZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3748000Z [00:04:49.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechLicenseAvailableQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3833091Z [00:04:49.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDistributedProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3913996Z [00:04:49.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AddPowerStation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.3992941Z [00:04:49.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceDeviceDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4068653Z [00:04:49.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ClearDeviceDesiredProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4146168Z [00:04:49.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4222751Z [00:04:49.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4296856Z [00:04:49.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PubBroadcast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4370780Z [00:04:49.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4444080Z [00:04:49.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4516260Z [00:04:49.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4592339Z [00:04:49.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchAddDataForApiSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4671167Z [00:04:49.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4750980Z [00:04:49.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryLicenseDeviceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4828933Z [00:04:49.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetLoraNodesTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4903546Z [00:04:49.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelOTAStrategyByJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.4978330Z [00:04:49.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PushSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5050545Z [00:04:49.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5125824Z [00:04:49.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CopyThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5197946Z [00:04:49.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchRegisterDeviceWithApplyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5271280Z [00:04:49.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTADynamicUpgradeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5344271Z [00:04:49.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSchedulePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5416398Z [00:04:49.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTAStaticUpgradeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5489514Z [00:04:49.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ConfirmOTATask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5561059Z [00:04:49.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteShareTaskDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5634481Z [00:04:49.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDistributedDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5707856Z [00:04:49.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5781463Z [00:04:49.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateRuleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5854833Z [00:04:49.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5926803Z [00:04:49.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.5998988Z [00:04:49.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6072614Z [00:04:49.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6148002Z [00:04:49.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReleaseEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6222339Z [00:04:49.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6295947Z [00:04:49.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTATaskByJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6369404Z [00:04:49.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6446201Z [00:04:49.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6521029Z [00:04:49.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelReleaseProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6597421Z [00:04:49.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceOriginalServiceData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6672674Z [00:04:49.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryTopicReverseRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6747074Z [00:04:49.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteUserDefineTableDataByPrimaryKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6817838Z [00:04:49.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReplaceEdgeInstanceGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6890042Z [00:04:49.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.6964680Z [00:04:49.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/TransformClientId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7038599Z [00:04:49.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListProductTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7110136Z [00:04:49.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7182875Z [00:04:49.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeLabelBatchFailedResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7256328Z [00:04:49.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7329023Z [00:04:49.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteOTAModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7402211Z [00:04:49.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSpeechLicenseDeviceStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7473172Z [00:04:49.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceOriginalPropertyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7543794Z [00:04:49.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDynamicGroupDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7614730Z [00:04:49.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7685604Z [00:04:49.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StartRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7758351Z [00:04:49.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceBySQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7834132Z [00:04:49.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceOriginalEventData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7905650Z [00:04:49.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchPub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.7975472Z [00:04:49.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8046073Z [00:04:49.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSpeechVoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8117242Z [00:04:49.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceDriverConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8188285Z [00:04:49.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ResetConsumerGroupPosition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8259754Z [00:04:49.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DisableThing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8329330Z [00:04:49.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGrayMigrationDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8400528Z [00:04:49.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteConsumerGroupSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8473212Z [00:04:49.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchUnbindProjectProducts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8547642Z [00:04:49.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchAddDeviceGroupRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8623604Z [00:04:49.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8704343Z [00:04:49.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateOTAModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8784997Z [00:04:49.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8861336Z [00:04:49.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.8936709Z [00:04:49.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9010646Z [00:04:49.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9084370Z [00:04:49.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9157265Z [00:04:49.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9233102Z [00:04:49.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/EnableDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9317173Z [00:04:50.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9378585Z [00:04:50.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateProductTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9450969Z [00:04:50.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDetailSceneRuleLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9522996Z [00:04:50.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateTopicRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9596780Z [00:04:50.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9675918Z [00:04:50.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicePropertyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9749381Z [00:04:50.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9821245Z [00:04:50.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryCertUrlByApplyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9892026Z [00:04:50.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySuperDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:42.9965165Z [00:04:50.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceDeviceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0039718Z [00:04:50.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CloseEdgeInstanceDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0108712Z [00:04:50.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindLicenseDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0177708Z [00:04:50.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0249099Z [00:04:50.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryJobStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0329052Z [00:04:50.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryLoRaJoinPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0448528Z [00:04:50.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ResetThing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0526118Z [00:04:50.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0604103Z [00:04:50.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDataAPIService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0697120Z [00:04:50.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0760904Z [00:04:50.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0838210Z [00:04:50.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelOTATaskByJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0925246Z [00:04:50.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RefreshStudioAppTokenOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.0989927Z [00:04:50.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1061726Z [00:04:50.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryThingModelExtendConfigPublished.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1135341Z [00:04:50.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySharePromotionActivityAuditResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1205325Z [00:04:50.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1277518Z [00:04:50.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDownloadFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1357443Z [00:04:50.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryShareProductNameByProductKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1424324Z [00:04:50.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryBatchRegisterDeviceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1496527Z [00:04:50.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1573385Z [00:04:50.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ModifyOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1647019Z [00:04:50.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RegisterDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1722112Z [00:04:50.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProductList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1796167Z [00:04:50.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchRegisterDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1893204Z [00:04:50.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ImportDTData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.1971312Z [00:04:50.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSoundCodeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2050208Z [00:04:50.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2124070Z [00:04:50.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSoundCodeLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2198259Z [00:04:50.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2269862Z [00:04:50.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAJobByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2342902Z [00:04:50.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceOriginalPropertyData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2415355Z [00:04:50.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2485779Z [00:04:50.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RetrySoundCodeLabelBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2555464Z [00:04:50.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2625148Z [00:04:50.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSoundCodeLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2695417Z [00:04:50.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindLicenseProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2764080Z [00:04:50.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryTopicRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2833583Z [00:04:50.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListRuleActions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2904412Z [00:04:50.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryThingModelPublished.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.2980002Z [00:04:50.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SpeechByCombination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3056392Z [00:04:50.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetShareTaskByDeviceOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3130801Z [00:04:50.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetStudioProjectCooperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3205839Z [00:04:50.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListParserDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3283110Z [00:04:50.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishThingModelAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3357383Z [00:04:50.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3434664Z [00:04:50.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeOssPreSignedAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3511685Z [00:04:50.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3584686Z [00:04:50.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/WriteDevicesHotStorageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3659295Z [00:04:50.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDataSourceItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3733819Z [00:04:50.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3806738Z [00:04:50.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicesHotStorageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3880770Z [00:04:50.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.3955754Z [00:04:50.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RecognizeCarNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4031863Z [00:04:50.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetRuleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4106147Z [00:04:50.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAJobByFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4178647Z [00:04:50.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4249325Z [00:04:50.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeInstanceDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4317617Z [00:04:50.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSchedulePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4386068Z [00:04:50.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetStudioAppTokenOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4460022Z [00:04:50.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CountSpeechBroadcastHour.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4526009Z [00:04:50.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingTopo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4596207Z [00:04:50.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RemoveThingTopo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4666981Z [00:04:50.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDeviceTunnelShareStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4741290Z [00:04:50.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4813624Z [00:04:50.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryPageByApplyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4886155Z [00:04:50.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.4959563Z [00:04:50.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSharePromotionSpeechModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5032615Z [00:04:50.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5104295Z [00:04:50.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SaveScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5175635Z [00:04:50.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/EnableThing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5246610Z [00:04:50.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5318357Z [00:04:50.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryOTAJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5389695Z [00:04:50.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchBindDeviceToEdgeInstanceWithDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5458828Z [00:04:50.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CancelOTATaskByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5529104Z [00:04:50.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GenerateOTAUploadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5600482Z [00:04:50.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StopRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5671983Z [00:04:50.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5744230Z [00:04:50.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5816995Z [00:04:50.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryConsumerGroupStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5889772Z [00:04:50.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechPushJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.5964235Z [00:04:50.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingModelStatusInner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6034416Z [00:04:50.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAUnfinishedTaskByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6106240Z [00:04:50.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteProductTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6178218Z [00:04:50.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetDeviceState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6250815Z [00:04:50.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSoundCodeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6324015Z [00:04:50.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchDeleteEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6394694Z [00:04:50.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SpeechBySynthesis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6467751Z [00:04:50.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6539787Z [00:04:50.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReBindLicenseDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6613110Z [00:04:50.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindApplicationFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6683832Z [00:04:50.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ResetDeviceTimeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6756110Z [00:04:50.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetDeviceProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6826149Z [00:04:50.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6896549Z [00:04:50.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RerunJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.6966899Z [00:04:50.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7038417Z [00:04:50.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDeviceDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7107857Z [00:04:50.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PageQuerySpeechBroadcastHour.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7178581Z [00:04:50.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GenerateFileUploadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7250535Z [00:04:50.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSharePromotionActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7323471Z [00:04:50.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RRpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7401893Z [00:04:50.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateStudioAppDomainOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7481689Z [00:04:50.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7554526Z [00:04:50.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListAnalyticsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7625772Z [00:04:50.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindSceneRuleToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7697391Z [00:04:50.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDataAPIServiceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7768213Z [00:04:50.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateThingScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7841261Z [00:04:50.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupTagList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.7916363Z [00:04:50.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RefreshDeviceTunnelSharePassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8003089Z [00:04:50.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8083332Z [00:04:50.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AddShareTaskDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8159044Z [00:04:50.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAModuleVersionsByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8233385Z [00:04:50.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8316128Z [00:04:50.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceDeviceByDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8393181Z [00:04:50.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDeviceDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8468704Z [00:04:50.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8543291Z [00:04:50.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8616101Z [00:04:50.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDeviceShadow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8687682Z [00:04:50.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchBindProductsIntoProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8759597Z [00:04:50.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCheckVehicleDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8831019Z [00:04:50.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetDevicesProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8905212Z [00:04:50.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicePropertiesData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.8976545Z [00:04:50.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StartParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9052121Z [00:04:50.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCreateSoundCodeLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9133312Z [00:04:50.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PrintByTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9211136Z [00:04:50.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SubscribeTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9286421Z [00:04:51.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateProductDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9359698Z [00:04:51.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/Pub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9432876Z [00:04:51.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateRuleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9503838Z [00:04:51.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9575822Z [00:04:51.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AttachParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9648026Z [00:04:51.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9722149Z [00:04:51.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9795492Z [00:04:51.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceDynamicGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9869603Z [00:04:51.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSpeechDeviceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:43.9950689Z [00:04:51.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetEdgeInstanceDeviceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0031690Z [00:04:51.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateProductTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0108044Z [00:04:51.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0184513Z [00:04:51.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryShareTaskDeviceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0260822Z [00:04:51.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryClientIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0336564Z [00:04:51.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceProp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0413326Z [00:04:51.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0489088Z [00:04:51.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PackageSoundCodeLabelBatchAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0567448Z [00:04:51.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0646688Z [00:04:51.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0721423Z [00:04:51.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AddDeviceToSharePromotion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0795464Z [00:04:51.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceDesiredProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0868994Z [00:04:51.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GisSearchDeviceTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.0944605Z [00:04:51.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchSetEdgeInstanceDeviceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1024855Z [00:04:51.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceProp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1111347Z [00:04:51.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicesHotStorageDataStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1203080Z [00:04:51.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProductTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1276994Z [00:04:51.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetEdgeInstanceDriverConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1348628Z [00:04:51.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceServiceData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1419440Z [00:04:51.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateProductFilterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1490910Z [00:04:51.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/OpenIotService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1563364Z [00:04:51.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindRoleFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1633842Z [00:04:51.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/TestSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1704480Z [00:04:51.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1774779Z [00:04:51.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateDeviceShadow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1849298Z [00:04:51.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.1924764Z [00:04:51.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AsyncRRpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2003032Z [00:04:51.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateConsumerGroupSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2080428Z [00:04:51.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSchedulePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2157485Z [00:04:51.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AddDataForApiSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2232831Z [00:04:51.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetShareSpeechModelAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2304849Z [00:04:51.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DetachParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2377930Z [00:04:51.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2452709Z [00:04:51.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2526468Z [00:04:51.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ImportDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2601006Z [00:04:51.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2674706Z [00:04:51.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/TestSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2745831Z [00:04:51.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchSetEdgeInstanceDeviceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2820183Z [00:04:51.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingModelTslPublished.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2903159Z [00:04:51.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceSubTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.2976855Z [00:04:51.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3050724Z [00:04:51.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DetachDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3129807Z [00:04:51.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeScheduleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3205758Z [00:04:51.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3280342Z [00:04:51.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryCustomTimelineTableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3352326Z [00:04:51.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3426075Z [00:04:51.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CheckBindLicenseDeviceProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3501357Z [00:04:51.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteClientIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3576449Z [00:04:51.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCheckDeviceNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3650290Z [00:04:51.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDeviceDynamicGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3724345Z [00:04:51.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySolutionDeviceGroupPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3798808Z [00:04:51.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3877439Z [00:04:51.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/AttachDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.3954151Z [00:04:51.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetThingModelTsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4031412Z [00:04:51.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4107055Z [00:04:51.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4186608Z [00:04:51.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4263866Z [00:04:51.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchUpdateDeviceNickname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4343304Z [00:04:51.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSoundCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4420360Z [00:04:51.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchClearEdgeInstanceDeviceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4499554Z [00:04:51.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetEdgeInstanceDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4575109Z [00:04:51.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSoundCodeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4654534Z [00:04:51.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ShareSpeechByCombination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4734304Z [00:04:51.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListPowerStation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4813319Z [00:04:51.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ImportThingModelTsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4892056Z [00:04:51.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceDistributeDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.4971611Z [00:04:51.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProductCertInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5047090Z [00:04:51.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetupStudioAppAuthModeOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5121439Z [00:04:51.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishStudioApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5196995Z [00:04:51.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTAVerifyJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5273091Z [00:04:51.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PageQuerySharedSpeechOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5351049Z [00:04:51.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5426308Z [00:04:51.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5502932Z [00:04:51.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/TriggerSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5577310Z [00:04:51.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateProductTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5650583Z [00:04:51.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StopParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5725519Z [00:04:51.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5798521Z [00:04:51.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDeviceTunnelStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5872783Z [00:04:51.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.5948802Z [00:04:51.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListProductByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6026399Z [00:04:51.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindApplicationToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6100742Z [00:04:51.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6176462Z [00:04:51.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchImportVehicleDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6254538Z [00:04:51.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryImportedDeviceByApplyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6329025Z [00:04:51.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteTopicRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6404782Z [00:04:51.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryVehicleDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6478627Z [00:04:51.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CloseDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6553924Z [00:04:51.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryStudioAppPageListOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6629712Z [00:04:51.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetProductCertInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6705659Z [00:04:51.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCheckImportDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6783365Z [00:04:51.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryStudioAppDomainListOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6863212Z [00:04:51.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryStudioProjectList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.6942994Z [00:04:51.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechLicenseDeviceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7019081Z [00:04:51.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7095084Z [00:04:51.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7169459Z [00:04:51.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7244343Z [00:04:51.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetGatewayBySubDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7323672Z [00:04:51.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7400556Z [00:04:51.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindDriverToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7478073Z [00:04:51.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7552110Z [00:04:51.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7625238Z [00:04:51.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateOTAModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7698430Z [00:04:51.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ModifyPowerStation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7774517Z [00:04:51.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7847015Z [00:04:51.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSoundCodeLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7919338Z [00:04:51.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteSoundCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.7991292Z [00:04:51.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/EnableSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8064853Z [00:04:51.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceEventData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8136019Z [00:04:51.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DisableDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8208731Z [00:04:51.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReleaseProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8285080Z [00:04:51.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8362719Z [00:04:51.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteEdgeDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8437732Z [00:04:51.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/NotifyAddThingTopo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8510125Z [00:04:51.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetDeviceGroupTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8581142Z [00:04:51.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDownloadDataJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8652230Z [00:04:51.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/PublishThingModelAsyncInner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8726342Z [00:04:51.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDataSourceItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8797898Z [00:04:51.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeLabelList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8870160Z [00:04:51.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindRoleToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.8942692Z [00:04:51.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryMessageInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9016954Z [00:04:51.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryConsumerGroupByGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9097042Z [00:04:51.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9172852Z [00:04:51.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySchedulePeriodList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9246718Z [00:04:52.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceGroupInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9318627Z [00:04:52.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9394731Z [00:04:52.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchQueryDeviceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9467685Z [00:04:52.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchUnbindProjectDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9540298Z [00:04:52.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeletePowerStation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9611519Z [00:04:52.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchGetDeviceBindStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9682951Z [00:04:52.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/EnableDeviceTunnelShare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9754189Z [00:04:52.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DisableDeviceTunnelShare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9826283Z [00:04:52.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSoundCodeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9898892Z [00:04:52.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:44.9987827Z [00:04:52.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySummarySceneRuleLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0049373Z [00:04:52.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ClearEdgeInstanceDriverConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0121065Z [00:04:52.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0203137Z [00:04:52.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateDataSourceItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0274023Z [00:04:52.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetDeviceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0346495Z [00:04:52.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteProductTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0420400Z [00:04:52.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchAddThingTopo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0492341Z [00:04:52.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProjectShareDeviceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0565867Z [00:04:52.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryStudioAppList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0641701Z [00:04:52.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0715739Z [00:04:52.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0788263Z [00:04:52.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0861020Z [00:04:52.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GisQueryDeviceLocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.0935900Z [00:04:52.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1009155Z [00:04:52.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryConsumerGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1082149Z [00:04:52.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1153600Z [00:04:52.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateThingScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1225627Z [00:04:52.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchCreateSoundCodeLabelWithLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1297454Z [00:04:52.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetSoundCodeAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1376451Z [00:04:52.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1463851Z [00:04:52.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchUnbindDeviceFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1551448Z [00:04:52.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GenerateDeviceNameListURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1629721Z [00:04:52.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceFileList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1704276Z [00:04:52.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CopyThingModelAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1783295Z [00:04:52.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySoundCodeLabelBatchList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1861234Z [00:04:52.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListThingTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.1936819Z [00:04:52.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2010802Z [00:04:52.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateLoRaNodesTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2088147Z [00:04:52.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDevicePropertyData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2166726Z [00:04:52.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2239880Z [00:04:52.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2313498Z [00:04:52.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SetDeviceDesiredProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2387676Z [00:04:52.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechPushJobDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2464701Z [00:04:52.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySpeechPushJobSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2539773Z [00:04:52.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindLicenseProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2613403Z [00:04:52.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchBindDevicesIntoProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2686522Z [00:04:52.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteStudioAppDomainOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2757773Z [00:04:52.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2830872Z [00:04:52.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ReupgradeOTATask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2902752Z [00:04:52.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BindGatewayToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.2973370Z [00:04:52.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3048520Z [00:04:52.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3127179Z [00:04:52.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListThingModelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3198930Z [00:04:52.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateSoundCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3270925Z [00:04:52.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3343919Z [00:04:52.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryEdgeInstanceHistoricDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3421389Z [00:04:52.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteRuleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3496914Z [00:04:52.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateProductTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3577076Z [00:04:52.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DisableSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3656814Z [00:04:52.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryThingModelExtendConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3737377Z [00:04:52.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/InvokeThingsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3811097Z [00:04:52.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/RecognizePictureGeneral.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3887531Z [00:04:52.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.3963428Z [00:04:52.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindDriverFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4037065Z [00:04:52.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4111761Z [00:04:52.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchImportDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4189218Z [00:04:52.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UpdateOTAJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4265887Z [00:04:52.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SyncSpeechByCombination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4340614Z [00:04:52.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/GetEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4415440Z [00:04:52.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/BatchDeleteDeviceGroupRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4490713Z [00:04:52.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/UnbindSceneRuleFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4563800Z [00:04:52.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/InvokeThingService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4638650Z [00:04:52.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4714806Z [00:04:52.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/SaveDeviceProp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4791287Z [00:04:52.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/ListOTAModuleByProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4869720Z [00:04:52.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QuerySubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.4943363Z [00:04:52.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5015600Z [00:04:52.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/InvokeDataAPIService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5086046Z [00:04:52.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/CreateEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5157518Z [00:04:52.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/StartPTDetection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5228532Z [00:04:52.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceByStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5301529Z [00:04:52.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/DeleteOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5374727Z [00:04:52.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/iot/QueryDeviceListByDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5447394Z [00:04:52.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5518411Z [00:04:52.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/ListUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5593435Z [00:04:52.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5665499Z [00:04:52.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5738226Z [00:04:52.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateDataCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5812372Z [00:04:52.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroupPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5887098Z [00:04:52.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroupEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.5963407Z [00:04:52.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CopyDataCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6037775Z [00:04:52.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateContainerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6116751Z [00:04:52.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DeleteImageCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6189552Z [00:04:52.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeInstanceOpsRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6264569Z [00:04:52.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroupMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6338245Z [00:04:52.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CommitContainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6410868Z [00:04:52.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeDataCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6480899Z [00:04:52.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeContainerGroupStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6553192Z [00:04:52.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DeleteContainerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6624925Z [00:04:52.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/UpdateContainerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6701060Z [00:04:52.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeVirtualNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6774354Z [00:04:52.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/UpdateImageCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6848540Z [00:04:52.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/ResizeContainerGroupVolume.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6921425Z [00:04:52.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DeleteVirtualNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.6998275Z [00:04:52.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7073998Z [00:04:52.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeMultiContainerGroupMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7143734Z [00:04:52.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7213452Z [00:04:52.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateVirtualNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7283080Z [00:04:52.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DeleteDataCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7354121Z [00:04:52.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateImageCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7426055Z [00:04:52.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/CreateInstanceOpsTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7503250Z [00:04:52.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeImageCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7578798Z [00:04:52.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/DescribeCommitContainerTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7654650Z [00:04:52.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/ExecContainerCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7727971Z [00:04:52.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/RestartContainerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7801783Z [00:04:52.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/UpdateVirtualNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7885710Z [00:04:52.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/eci/UpdateDataCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.7947276Z [00:04:52.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8018935Z [00:04:52.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/BindEcsSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8090216Z [00:04:52.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8159575Z [00:04:52.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8228543Z [00:04:52.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateK8sService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8297877Z [00:04:52.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RollbackApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8366459Z [00:04:52.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AuthorizeApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8434261Z [00:04:52.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8503313Z [00:04:52.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ImportK8sCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8574442Z [00:04:52.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8642945Z [00:04:52.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteLogPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8713287Z [00:04:52.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8784462Z [00:04:52.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sApplicationConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8854084Z [00:04:52.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/MigrateEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8925486Z [00:04:52.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateJvmConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.8995377Z [00:04:52.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListScaleOutEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9070066Z [00:04:52.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListPublishedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9143206Z [00:04:52.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9216517Z [00:04:52.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AbortChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9297016Z [00:04:53.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ResetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9370397Z [00:04:53.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteUserDefineRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9444310Z [00:04:53.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/SynchronizeResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9516669Z [00:04:53.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9588536Z [00:04:53.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListAuthority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9660117Z [00:04:53.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9731788Z [00:04:53.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/SwitchAdvancedMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9804891Z [00:04:53.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetWebContainerConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9876720Z [00:04:53.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:45.9947672Z [00:04:53.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0019922Z [00:04:53.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0091560Z [00:04:53.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryRegionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0165086Z [00:04:53.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/EnableApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0252053Z [00:04:53.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListMethods.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0325838Z [00:04:53.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteServiceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0398693Z [00:04:53.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0474235Z [00:04:53.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListK8sNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0545932Z [00:04:53.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListK8sSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0622904Z [00:04:53.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateConfigTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0699597Z [00:04:53.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0796136Z [00:04:53.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetAppDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0869244Z [00:04:53.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.0944735Z [00:04:53.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListBuildPack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1018835Z [00:04:53.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RetryChangeOrderTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1091001Z [00:04:53.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertServiceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1167063Z [00:04:53.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceProvidersPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1243462Z [00:04:53.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1320019Z [00:04:53.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ChangeDeployGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1395423Z [00:04:53.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ContinuePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1466952Z [00:04:53.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertClusterMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1544278Z [00:04:53.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1622205Z [00:04:53.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetPackageStorageCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1697561Z [00:04:53.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListEcuByRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1770171Z [00:04:53.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteConfigTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1847417Z [00:04:53.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.1926883Z [00:04:53.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2005450Z [00:04:53.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListConvertableEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2085160Z [00:04:53.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryApplicationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2163426Z [00:04:53.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/BindK8sSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2245595Z [00:04:53.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListSubAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2328672Z [00:04:53.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2416378Z [00:04:53.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListDeployGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2496176Z [00:04:53.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateHealthCheckUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2574578Z [00:04:53.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteClusterMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2650610Z [00:04:53.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetK8sServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2724931Z [00:04:53.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StartK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2800558Z [00:04:53.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateIDCImportCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2885281Z [00:04:53.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QuerySlsLogStoreList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.2946889Z [00:04:53.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListApplicationEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3022368Z [00:04:53.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ConvertK8sResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3095255Z [00:04:53.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ScaleoutApplicationWithNewInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3169178Z [00:04:53.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AuthorizeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3242653Z [00:04:53.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ModifyScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3313860Z [00:04:53.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AbortAndRollbackChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3386906Z [00:04:53.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UnbindSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3462000Z [00:04:53.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DescribeAppInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3535450Z [00:04:53.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3607962Z [00:04:53.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3683446Z [00:04:53.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetJavaStartUpConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3760317Z [00:04:53.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3833776Z [00:04:53.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetChangeOrderInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3909723Z [00:04:53.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AuthorizeRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.3990503Z [00:04:53.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateContainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4066433Z [00:04:53.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4142105Z [00:04:53.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4217592Z [00:04:53.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListUserDefineRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4291217Z [00:04:53.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListConsumedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4365531Z [00:04:53.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeployK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4442267Z [00:04:53.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4520411Z [00:04:53.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4603308Z [00:04:53.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sApplicationBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4679797Z [00:04:53.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DisableApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4754398Z [00:04:53.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4826242Z [00:04:53.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteDeployGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4895918Z [00:04:53.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetContainerConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.4965386Z [00:04:53.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/BindSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5034952Z [00:04:53.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryEccInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5106637Z [00:04:53.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5176841Z [00:04:53.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeployApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5251082Z [00:04:53.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InstallAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5323048Z [00:04:53.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RestartK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5394018Z [00:04:53.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateHookConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5467562Z [00:04:53.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetSecureToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5540201Z [00:04:53.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListClusterMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5612843Z [00:04:53.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListHistoryDeployVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5685199Z [00:04:53.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5758989Z [00:04:53.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceListPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5830565Z [00:04:53.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertOrUpdateRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5901125Z [00:04:53.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateConfigTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.5977868Z [00:04:53.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetK8sAppPrecheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6051145Z [00:04:53.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListEcsNotInCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6127204Z [00:04:53.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateSlsLogStore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6202753Z [00:04:53.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6291443Z [00:04:53.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListConfigTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6370263Z [00:04:53.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateK8sSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6451216Z [00:04:53.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateK8sIngressRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6531239Z [00:04:53.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6609350Z [00:04:53.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryMigrateEcuList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6685449Z [00:04:53.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListServiceGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6763196Z [00:04:53.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListRecentChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6840257Z [00:04:53.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StopK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.6929057Z [00:04:53.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ScaleOutApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7005989Z [00:04:53.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetScalingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7081590Z [00:04:53.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetJvmConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7156730Z [00:04:53.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateContainerConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7233369Z [00:04:53.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7311764Z [00:04:53.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UnbindK8sSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7396428Z [00:04:53.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListK8sConfigMaps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7473779Z [00:04:53.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StartApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7553233Z [00:04:53.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/TransformClusterMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7630148Z [00:04:53.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateApplicationBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7706441Z [00:04:53.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ScaleInApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7781573Z [00:04:53.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceConsumersPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7859195Z [00:04:53.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.7938873Z [00:04:53.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertDeployGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8018294Z [00:04:53.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8099183Z [00:04:53.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DescribeApplicationScalingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8174623Z [00:04:53.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetServiceMethodPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8247394Z [00:04:53.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/CreateK8sConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8333348Z [00:04:53.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8405268Z [00:04:53.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RestartApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8560123Z [00:04:53.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StartK8sAppPrecheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8637087Z [00:04:53.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ScaleK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8712900Z [00:04:53.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/RollbackChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8792357Z [00:04:53.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8866909Z [00:04:53.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateK8sIngressRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.8945613Z [00:04:53.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/AddLogPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9023936Z [00:04:53.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/QueryMigrateRegionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9098264Z [00:04:53.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateAccountInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9172252Z [00:04:53.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sIngressRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9243821Z [00:04:54.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9314299Z [00:04:54.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListAliyunRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9384192Z [00:04:54.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/ListK8sIngressRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9452255Z [00:04:54.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetK8sCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9521491Z [00:04:54.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/StopApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9590886Z [00:04:54.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9660504Z [00:04:54.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/UpdateApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9737652Z [00:04:54.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9813701Z [00:04:54.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/InsertRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9885342Z [00:04:54.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/edas/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:46.9957476Z [00:04:54.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DisableLoadBalancerIpv6Internet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0028952Z [00:04:54.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateLoadBalancerAddressTypeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0099538Z [00:04:54.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/StartShiftLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0169352Z [00:04:54.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CreateSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0238517Z [00:04:54.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0307188Z [00:04:54.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/GetJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0381783Z [00:04:54.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/LoadBalancerJoinSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0456093Z [00:04:54.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/AddServersToServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0528518Z [00:04:54.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0608591Z [00:04:54.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DeleteSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0686459Z [00:04:54.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/AttachCommonBandwidthPackageToLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0764834Z [00:04:54.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateLoadBalancerProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0840437Z [00:04:54.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListListenerCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0914221Z [00:04:54.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/StartListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.0987228Z [00:04:54.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1058213Z [00:04:54.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1132022Z [00:04:54.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/AssociateAdditionalCertificatesWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1205413Z [00:04:54.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateServerGroupServersAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1280173Z [00:04:54.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/GetLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1353048Z [00:04:54.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListServerGroupServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1423115Z [00:04:54.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1494399Z [00:04:54.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DeleteServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1566093Z [00:04:54.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1639821Z [00:04:54.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1710776Z [00:04:54.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/LoadBalancerLeaveSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1790995Z [00:04:54.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DeleteLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1892364Z [00:04:54.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListSystemSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.1966809Z [00:04:54.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2039190Z [00:04:54.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2117318Z [00:04:54.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/GetListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2190037Z [00:04:54.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DeleteListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2261058Z [00:04:54.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2332090Z [00:04:54.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2401782Z [00:04:54.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2471777Z [00:04:54.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CreateServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2542242Z [00:04:54.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CancelShiftLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2611599Z [00:04:54.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2681744Z [00:04:54.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/CreateListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2752712Z [00:04:54.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/StopListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2823169Z [00:04:54.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/GetListenerHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2908615Z [00:04:54.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DisassociateAdditionalCertificatesWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.2981583Z [00:04:54.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3058464Z [00:04:54.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3138654Z [00:04:54.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/ListLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3223363Z [00:04:54.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateSecurityPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3301400Z [00:04:54.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/RemoveServersFromServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3380589Z [00:04:54.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/EnableLoadBalancerIpv6Internet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3458935Z [00:04:54.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/nlb/UpdateServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3535756Z [00:04:54.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/MergeImageFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3609399Z [00:04:54.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectPedestrianIntrusion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3684920Z [00:04:54.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/AddFaceImageTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3757406Z [00:04:54.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectBodyCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3828913Z [00:04:54.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/UpdateFaceEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3903319Z [00:04:54.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/HandPosture.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.3982226Z [00:04:54.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/CreateFaceDb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4063535Z [00:04:54.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/BodyPosture.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4140371Z [00:04:54.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GenerateHumanSketchStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4211650Z [00:04:54.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4282923Z [00:04:54.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/CompareFaceWithMask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4354646Z [00:04:54.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/LiquifyFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4424401Z [00:04:54.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/AddFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4496079Z [00:04:54.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GenerateHumanAnimeStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4566876Z [00:04:54.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/BatchAddFaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4638472Z [00:04:54.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeleteFaceImageTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4708649Z [00:04:54.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/FaceBeauty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4778544Z [00:04:54.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectCelebrity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4850796Z [00:04:54.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectChefCap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4926896Z [00:04:54.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizeHandGesture.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.4998468Z [00:04:54.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/BeautifyBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5069647Z [00:04:54.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectLivingFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5140380Z [00:04:54.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RetouchBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5213316Z [00:04:54.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RetouchSkin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5286139Z [00:04:54.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeepfakeFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5358549Z [00:04:54.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/FaceFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5428562Z [00:04:54.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/AddFaceEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5499816Z [00:04:54.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/VerifyFaceMask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5570679Z [00:04:54.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeleteFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5639893Z [00:04:54.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/CompareFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5708946Z [00:04:54.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5780400Z [00:04:54.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizePublicFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5851057Z [00:04:54.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GetRealPersonVerificationResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5922562Z [00:04:54.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeleteFaceDb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.5994027Z [00:04:54.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DeleteFaceEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6064062Z [00:04:54.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizeFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6133899Z [00:04:54.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GetFaceEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6203420Z [00:04:54.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectPedestrian.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6277918Z [00:04:54.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/ExtractFingerPrint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6339715Z [00:04:54.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/SearchFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6408857Z [00:04:54.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/PedestrianDetectAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6479376Z [00:04:54.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/ListFaceDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6548218Z [00:04:54.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizeExpression.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6617099Z [00:04:54.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/FaceMakeup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6686334Z [00:04:54.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/QueryFaceImageTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6756622Z [00:04:54.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/FaceTidyup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6825203Z [00:04:54.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/ListFaceEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6895253Z [00:04:54.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/GenRealPersonVerificationToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.6965226Z [00:04:54.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectVideoLivingFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7033393Z [00:04:54.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/MonitorExamination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7102170Z [00:04:54.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/EnhanceFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7169530Z [00:04:54.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/DetectInfraredLivingFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7240042Z [00:04:54.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/BlurFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7310843Z [00:04:54.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/ExtractPedestrianFeatureAttr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7380879Z [00:04:54.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/facebody/RecognizeAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7454076Z [00:04:54.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DetachResourceFromVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7523920Z [00:04:54.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/AttachResourceToVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7593506Z [00:04:54.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7662649Z [00:04:54.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointServiceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7735677Z [00:04:54.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7807173Z [00:04:54.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7877962Z [00:04:54.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/AttachSecurityGroupToVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.7952870Z [00:04:54.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DetachSecurityGroupFromVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8027454Z [00:04:54.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/AddUserToVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8105309Z [00:04:54.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/EnableVpcEndpointZoneConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8180325Z [00:04:54.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8254865Z [00:04:54.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/CreateVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8328770Z [00:04:54.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/OpenPrivateLinkService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8408013Z [00:04:54.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8482842Z [00:04:54.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointServicesByEndUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8553313Z [00:04:54.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/EnableVpcEndpointConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8623866Z [00:04:54.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/RemoveUserFromVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8693822Z [00:04:54.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointServiceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8764298Z [00:04:54.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/AddZoneToVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8833807Z [00:04:54.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8903014Z [00:04:54.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DeleteVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.8973389Z [00:04:54.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/GetVpcEndpointServiceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9045245Z [00:04:54.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9115485Z [00:04:54.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9190644Z [00:04:54.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DisableVpcEndpointZoneConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9262795Z [00:04:55.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/GetVpcEndpointAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9333849Z [00:04:55.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/CheckProductOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9403847Z [00:04:55.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9474318Z [00:04:55.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9542981Z [00:04:55.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/ListVpcEndpointServiceUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9612952Z [00:04:55.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9681931Z [00:04:55.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9751201Z [00:04:55.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DisableVpcEndpointConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9822226Z [00:04:55.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9894270Z [00:04:55.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:47.9967424Z [00:04:55.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0040558Z [00:04:55.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/DeleteVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0114193Z [00:04:55.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/RemoveZoneFromVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0187523Z [00:04:55.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/UpdateVpcEndpointServiceResourceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0261049Z [00:04:55.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/privatelink/CreateVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0333453Z [00:04:55.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0405096Z [00:04:55.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0476163Z [00:04:55.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0550003Z [00:04:55.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateStateConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0624835Z [00:04:55.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetExecutionTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0699398Z [00:04:55.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0778969Z [00:04:55.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/StartExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0858231Z [00:04:55.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetSecretParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.0939664Z [00:04:55.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListInstancePatchStates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1015498Z [00:04:55.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListInstancePatches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1089725Z [00:04:55.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/RegisterDefaultPatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1166596Z [00:04:55.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetSecretParametersByPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1238870Z [00:04:55.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1314089Z [00:04:55.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreatePatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1385976Z [00:04:55.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteStateConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1457292Z [00:04:55.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1527837Z [00:04:55.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdatePatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1599813Z [00:04:55.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1669280Z [00:04:55.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1740107Z [00:04:55.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1811300Z [00:04:55.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1883127Z [00:04:55.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListActions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.1956358Z [00:04:55.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DescribeApplicationGroupBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2028566Z [00:04:55.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2100437Z [00:04:55.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetOpsItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2172759Z [00:04:55.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListExecutionLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2244674Z [00:04:55.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListResourceExecutionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2316321Z [00:04:55.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2388332Z [00:04:55.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2462808Z [00:04:55.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeployApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2535809Z [00:04:55.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateSecretParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2607768Z [00:04:55.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/SetServiceSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2683070Z [00:04:55.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetSecretParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2756390Z [00:04:55.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2826969Z [00:04:55.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateOpsItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2898625Z [00:04:55.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GenerateExecutionPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.2967646Z [00:04:55.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetServiceSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3035904Z [00:04:55.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/NotifyExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3103607Z [00:04:55.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteSecretParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3173112Z [00:04:55.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListPatchBaselines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3243838Z [00:04:55.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3315334Z [00:04:55.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetParametersByPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3387170Z [00:04:55.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateSecretParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3456831Z [00:04:55.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3525124Z [00:04:55.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListApplicationGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3593324Z [00:04:55.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/SearchInventory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3660927Z [00:04:55.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetPatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3729035Z [00:04:55.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3799662Z [00:04:55.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetInventorySchema.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3869750Z [00:04:55.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.3938682Z [00:04:55.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CancelExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4007854Z [00:04:55.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4077783Z [00:04:55.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4146924Z [00:04:55.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ValidateTemplateContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4216366Z [00:04:55.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4288649Z [00:04:55.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4357284Z [00:04:55.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTaskExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4428524Z [00:04:55.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/CreateStateConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4500827Z [00:04:55.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4573937Z [00:04:55.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4643855Z [00:04:55.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/TriggerExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4712800Z [00:04:55.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListSecretParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4781176Z [00:04:55.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4852001Z [00:04:55.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ContinueDeployApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4921362Z [00:04:55.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.4990220Z [00:04:55.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5059382Z [00:04:55.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListStateConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5128759Z [00:04:55.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeletePatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5197009Z [00:04:55.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListOpsItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5266727Z [00:04:55.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListParameterVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5336951Z [00:04:55.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5409504Z [00:04:55.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListTemplateVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5483154Z [00:04:55.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5556554Z [00:04:55.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListExecutionRiskyTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5626956Z [00:04:55.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5696131Z [00:04:55.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListSecretParameterVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5765533Z [00:04:55.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/ListInventoryEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5834522Z [00:04:55.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/DeleteTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5904637Z [00:04:55.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.5974549Z [00:04:55.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/oos/UpdateOpsItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6050027Z [00:04:55.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6119009Z [00:04:55.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyNatFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6189050Z [00:04:55.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyInstanceMemberAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6260033Z [00:04:55.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyTrFirewallV2Configuration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6329554Z [00:04:55.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeInstanceMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6402114Z [00:04:55.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyNatFirewallControlPolicyPosition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6471746Z [00:04:55.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeInvadeEventList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6541340Z [00:04:55.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallsV2List.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6609833Z [00:04:55.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallCenList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6678898Z [00:04:55.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeUserAssetIPTrafficInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6748734Z [00:04:55.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateTrFirewallV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6816219Z [00:04:55.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyFirewallV2RoutePolicySwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6886438Z [00:04:55.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeDomainResolve.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.6954785Z [00:04:55.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallCenSwitchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7024387Z [00:04:55.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7094611Z [00:04:55.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallSwitchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7163610Z [00:04:55.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteInstanceMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7232845Z [00:04:55.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyControlPolicyPosition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7301790Z [00:04:55.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/BatchCopyVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7371164Z [00:04:55.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/PutEnableFwSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7442035Z [00:04:55.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/AddControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7511108Z [00:04:55.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeInternetTrafficTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7582343Z [00:04:55.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ReleasePostInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7656644Z [00:04:55.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7727505Z [00:04:55.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7799311Z [00:04:55.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/AddInstanceMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7872073Z [00:04:55.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeAssetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.7944336Z [00:04:55.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeNatFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8013704Z [00:04:55.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8084105Z [00:04:55.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8153647Z [00:04:55.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribePolicyAdvancedConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8223356Z [00:04:55.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteAddressBook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8294375Z [00:04:55.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVulnerabilityProtectedList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8364399Z [00:04:55.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/PutEnableAllFwSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8436261Z [00:04:55.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeOutgoingDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8506693Z [00:04:55.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteVpcFirewallCenConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8577870Z [00:04:55.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteNatFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8648766Z [00:04:55.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8719724Z [00:04:55.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8789297Z [00:04:55.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallsV2RouteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8858438Z [00:04:55.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyAddressBook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8927628Z [00:04:55.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteVpcFirewallConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.8996299Z [00:04:55.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9065926Z [00:04:55.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteTrFirewallV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9135975Z [00:04:55.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/PutDisableFwSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9207248Z [00:04:55.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallCenConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9277017Z [00:04:56.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/PutDisableAllFwSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9349050Z [00:04:56.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ResetVpcFirewallRuleHitCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9418944Z [00:04:56.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallCenDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9489403Z [00:04:56.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeInternetOpenIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9559639Z [00:04:56.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribePolicyPriorUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9629322Z [00:04:56.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9699288Z [00:04:56.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallV2RoutePolicyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9771921Z [00:04:56.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeACLProtectTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9841550Z [00:04:56.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DeleteFirewallV2RoutePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9911680Z [00:04:56.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeRiskEventPayload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:48.9983141Z [00:04:56.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeTrFirewallsV2Detail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0052925Z [00:04:56.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateNatFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0123452Z [00:04:56.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeOutgoingDestinationIP.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0194005Z [00:04:56.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyPolicyAdvancedConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0263559Z [00:04:56.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateTrFirewallV2RoutePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0333958Z [00:04:56.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0405293Z [00:04:56.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0478478Z [00:04:56.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0549246Z [00:04:56.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeRiskEventGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0619950Z [00:04:56.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeAddressBook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0693365Z [00:04:56.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallControlPolicyPosition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0766582Z [00:04:56.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/AddAddressBook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0836445Z [00:04:56.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateVpcFirewallConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0907501Z [00:04:56.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.0981011Z [00:04:56.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1051434Z [00:04:56.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1120225Z [00:04:56.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeVpcFirewallAclGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1190597Z [00:04:56.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/DescribeNatFirewallPolicyPriorUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1259857Z [00:04:56.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cloudfw/CreateVpcFirewallCenConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1328946Z [00:04:56.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1398285Z [00:04:56.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1467970Z [00:04:56.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessageGetByKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1537901Z [00:04:56.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1608415Z [00:04:56.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1676911Z [00:04:56.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceCreate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1748598Z [00:04:56.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTrendTopicInputTps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1819281Z [00:04:56.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTraceGetResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1890076Z [00:04:56.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessageGetByMsgId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.1961116Z [00:04:56.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2032022Z [00:04:56.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2103213Z [00:04:56.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2172112Z [00:04:56.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerAccumulate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2241997Z [00:04:56.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2310592Z [00:04:56.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OpenOnsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2379811Z [00:04:56.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTraceQueryByMsgKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2451111Z [00:04:56.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2520122Z [00:04:56.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicUpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2590233Z [00:04:56.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsRegionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2659892Z [00:04:56.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessagePageQueryByTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2730075Z [00:04:56.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceUpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2800525Z [00:04:56.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessageTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2873304Z [00:04:56.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.2945705Z [00:04:56.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsDLQMessageResendById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3017433Z [00:04:56.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerTimeSpan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3088683Z [00:04:56.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3160284Z [00:04:56.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicSubDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3231178Z [00:04:56.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsInstanceInServiceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3299953Z [00:04:56.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerResetOffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3368561Z [00:04:56.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3437390Z [00:04:56.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupConsumerUpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3507015Z [00:04:56.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTopicCreate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3576826Z [00:04:56.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTrendGroupOutputTps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3648018Z [00:04:56.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsDLQMessageGetById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3719650Z [00:04:56.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsMessagePush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3791760Z [00:04:56.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsDLQMessagePageQueryByGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3869044Z [00:04:56.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsConsumerGetConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.3939121Z [00:04:56.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsTraceQueryByMsgId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4007924Z [00:04:56.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupCreate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4077414Z [00:04:56.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupSubDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4148617Z [00:04:56.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ons/OnsGroupDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4220419Z [00:04:56.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DisassociateDefaultFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4289218Z [00:04:56.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4361228Z [00:04:56.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/UpdateFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4429851Z [00:04:56.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListMultiAccountTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4499164Z [00:04:56.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DeleteFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4568436Z [00:04:56.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListMultiAccountResourceGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4635542Z [00:04:56.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ExecuteSQLQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4706507Z [00:04:56.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetResourceCenterServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4775104Z [00:04:56.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListSavedQueries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4843699Z [00:04:56.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListMultiAccountTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4912158Z [00:04:56.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetResourceCounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.4980749Z [00:04:56.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListResourceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5050412Z [00:04:56.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetSavedQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5119183Z [00:04:56.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5189151Z [00:04:56.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListFilters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5258329Z [00:04:56.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/AssociateDefaultFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5327274Z [00:04:56.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetExampleQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5396449Z [00:04:56.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5465359Z [00:04:56.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetResourceConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5534659Z [00:04:56.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/EnableMultiAccountResourceCenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5608061Z [00:04:56.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetMultiAccountResourceConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5679287Z [00:04:56.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/SearchResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5751753Z [00:04:56.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/UpdateSavedQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5823214Z [00:04:56.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ExecuteMultiAccountSQLQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5892797Z [00:04:56.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/SearchMultiAccountResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.5963909Z [00:04:56.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DeleteSavedQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6034408Z [00:04:56.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/CreateFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6104188Z [00:04:56.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/EnableResourceCenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6171807Z [00:04:56.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/ListExampleQueries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6241362Z [00:04:56.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/CreateSavedQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6313022Z [00:04:56.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6383246Z [00:04:56.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DisableResourceCenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6453206Z [00:04:56.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/resourcecenter/DisableMultiAccountResourceCenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6522623Z [00:04:56.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateLifecycleHook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6592286Z [00:04:56.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6660468Z [00:04:56.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6730326Z [00:04:56.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ResumeProcesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6798948Z [00:04:56.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteNotificationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6869696Z [00:04:56.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.6940139Z [00:04:56.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7013274Z [00:04:56.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/RecordLifecycleActionHeartbeat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7081715Z [00:04:56.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachVServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7150195Z [00:04:56.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7218835Z [00:04:56.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7287887Z [00:04:56.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7358349Z [00:04:56.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/RemoveInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7427768Z [00:04:56.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeLifecycleHooks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7498946Z [00:04:56.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/VerifyUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7568374Z [00:04:56.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteScheduledTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7638315Z [00:04:56.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/EnableScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7706692Z [00:04:56.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeAlarms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7775299Z [00:04:56.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeactivateScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7843754Z [00:04:56.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7913945Z [00:04:56.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.7982656Z [00:04:56.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingActivityDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8051905Z [00:04:56.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingActivities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8120144Z [00:04:56.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8189587Z [00:04:56.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ScaleWithAdjustment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8258742Z [00:04:56.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScheduledTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8326817Z [00:04:56.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8397766Z [00:04:56.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8466910Z [00:04:56.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeNotificationTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8535920Z [00:04:56.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateEciScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8604031Z [00:04:56.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8674660Z [00:04:56.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachAlbServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8744351Z [00:04:56.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8812209Z [00:04:56.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeScalingGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8879431Z [00:04:56.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/SetInstancesProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.8948088Z [00:04:56.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9018203Z [00:04:56.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9087773Z [00:04:56.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyEciScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9157544Z [00:04:56.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DisableScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9225822Z [00:04:56.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9292844Z [00:04:57.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeLifecycleActions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9360293Z [00:04:57.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/RebalanceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9428247Z [00:04:57.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeLimitation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9496718Z [00:04:57.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DisableAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9565069Z [00:04:57.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9634636Z [00:04:57.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeNotificationConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9702284Z [00:04:57.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9771165Z [00:04:57.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachVServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9839130Z [00:04:57.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9906316Z [00:04:57.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteLifecycleHook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:49.9973102Z [00:04:57.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0040173Z [00:04:57.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0108117Z [00:04:57.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyScheduledTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0176610Z [00:04:57.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0245096Z [00:04:57.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/SetGroupDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0311864Z [00:04:57.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DetachServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0380273Z [00:04:57.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0448007Z [00:04:57.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyLifecycleHook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0515227Z [00:04:57.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0582637Z [00:04:57.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachAlbServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0652698Z [00:04:57.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0724127Z [00:04:57.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateNotificationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0793627Z [00:04:57.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ExecuteScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0863667Z [00:04:57.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/AttachServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.0932352Z [00:04:57.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CompleteLifecycleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1002899Z [00:04:57.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/EnableAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1071883Z [00:04:57.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DescribeEciScalingConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1141448Z [00:04:57.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/SetInstanceHealth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1211667Z [00:04:57.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ExitStandby.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1281985Z [00:04:57.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/ModifyNotificationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1352103Z [00:04:57.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateScheduledTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1421886Z [00:04:57.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/EnterStandby.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1491361Z [00:04:57.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/SuspendProcesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1561363Z [00:04:57.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1630618Z [00:04:57.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/CreateScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1701389Z [00:04:57.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteEciScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1769702Z [00:04:57.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/DeleteAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1839920Z [00:04:57.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ess/VerifyAuthentication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1915596Z [00:04:57.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHDCommonImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.1988944Z [00:04:57.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentCommodity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2061257Z [00:04:57.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/ChangeSky.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2134171Z [00:04:57.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentFood.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2205093Z [00:04:57.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHead.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2274350Z [00:04:57.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/RefineMask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2342654Z [00:04:57.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentCommonImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2412551Z [00:04:57.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2482660Z [00:04:57.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2551209Z [00:04:57.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentCloth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2619070Z [00:04:57.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentSkin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2688140Z [00:04:57.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2758167Z [00:04:57.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHDBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2829310Z [00:04:57.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/ParseFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2901455Z [00:04:57.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentSky.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.2973086Z [00:04:57.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHDSky.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3047208Z [00:04:57.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentHair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3117263Z [00:04:57.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/imageseg/SegmentScene.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3190706Z [00:04:57.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeMeterLiveInteractionDau.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3259351Z [00:04:57.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3327596Z [00:04:57.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRecordNotifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3398058Z [00:04:57.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3470018Z [00:04:57.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveStreamWatermarkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3540916Z [00:04:57.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainSnapshotData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3611099Z [00:04:57.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListEdgeTranscodeTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3681267Z [00:04:57.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeChannelParticipants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3751971Z [00:04:57.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UnTagLiveResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3820160Z [00:04:57.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddStudioLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3887715Z [00:04:57.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainPushBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.3958038Z [00:04:57.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendLiveMessageUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4031614Z [00:04:57.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterLayouts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4102980Z [00:04:57.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4171629Z [00:04:57.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4240981Z [00:04:57.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4309388Z [00:04:57.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveStreamMerge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4378602Z [00:04:57.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveAudioAuditConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4447101Z [00:04:57.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendLike.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4516513Z [00:04:57.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLivePullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4586114Z [00:04:57.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveMessageGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4654963Z [00:04:57.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4724307Z [00:04:57.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4795337Z [00:04:57.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4863989Z [00:04:57.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CopyCasterSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.4933887Z [00:04:57.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5005496Z [00:04:57.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5073414Z [00:04:57.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveMpuTaskSei.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5143479Z [00:04:57.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRecordNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5212338Z [00:04:57.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeletePlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5282372Z [00:04:57.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamHistoryUserNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5352346Z [00:04:57.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5421929Z [00:04:57.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5490673Z [00:04:57.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/QueryMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5561445Z [00:04:57.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5630772Z [00:04:57.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveAppRecordConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5700238Z [00:04:57.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListPlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5768960Z [00:04:57.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopLiveMPUTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5839597Z [00:04:57.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5910494Z [00:04:57.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.5981265Z [00:04:57.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6051315Z [00:04:57.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveEdgeTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6122340Z [00:04:57.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterEpisodeGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6193857Z [00:04:57.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveUserTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6263180Z [00:04:57.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeStudioLayouts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
﻿2025-08-20T19:18:50.6335270Z [00:04:57.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRecordData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6406213Z [00:04:57.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendRoomUserNotification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6474937Z [00:04:57.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterEpisode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6543910Z [00:04:57.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateMixStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6611713Z [00:04:57.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveStreamRecordIndexFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6679763Z [00:04:57.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainBpsDataByTimeStamp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6750331Z [00:04:57.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsNotifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6820850Z [00:04:57.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6890408Z [00:04:57.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.6960105Z [00:04:57.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveRecordVodConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7033144Z [00:04:57.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsOnlineList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7102743Z [00:04:57.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLivePackageConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7171741Z [00:04:57.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7241030Z [00:04:57.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterSyncGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7312652Z [00:04:57.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamRecordIndexFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7383332Z [00:04:57.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/BatchSetLiveDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7453587Z [00:04:57.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7522546Z [00:04:57.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveAudioAuditNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7590603Z [00:04:57.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendMessageToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7660094Z [00:04:57.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLivePushProxyLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7729501Z [00:04:57.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveIpInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7803564Z [00:04:57.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7873434Z [00:04:57.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddPlaylistItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.7944199Z [00:04:57.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamTranscodeStreamNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8014268Z [00:04:57.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamRecordIndexFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8093905Z [00:04:57.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CloseLiveShift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8163607Z [00:04:57.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8232700Z [00:04:57.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamsNotifyUrlConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8300796Z [00:04:57.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveLazyPullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8368964Z [00:04:57.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetSnapshotCallbackAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8436887Z [00:04:57.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveSnapshotNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8506822Z [00:04:57.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeMixStreamList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8575474Z [00:04:57.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveRealtimeLogDeliveryInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8641988Z [00:04:57.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/MuteAllGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8709164Z [00:04:57.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListPlaylistItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8778154Z [00:04:57.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveDetectNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8846246Z [00:04:57.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterVideoResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8916029Z [00:04:57.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterEpisodeGroupContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.8982043Z [00:04:57.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRealtimeDeliveryAcc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9049413Z [00:04:57.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterSyncGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9118149Z [00:04:57.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendMessageToGroupUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9187984Z [00:04:57.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLivePackageConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9259938Z [00:04:58.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9328298Z [00:04:58.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDetectPornData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9397064Z [00:04:58.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveAudioAuditNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9464398Z [00:04:58.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ResumeLiveStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9532006Z [00:04:58.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9599842Z [00:04:58.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamTranscodeMetricData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9672756Z [00:04:58.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveCenterTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9743583Z [00:04:58.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateCasterSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9812331Z [00:04:58.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9881540Z [00:04:58.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:50.9949433Z [00:04:58.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0018269Z [00:04:58.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveEdgeTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0091504Z [00:04:58.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ForbidPushStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0163617Z [00:04:58.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveSnapshotNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0233035Z [00:04:58.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartLiveMPUTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0304141Z [00:04:58.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeletePlaylistItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0372850Z [00:04:58.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamTranscodeInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0440743Z [00:04:58.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/HotLiveRtcStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0512330Z [00:04:58.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0583562Z [00:04:58.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterProgram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0657030Z [00:04:58.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0728768Z [00:04:58.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/QuerySnapshotCallbackAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0801180Z [00:04:58.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveMessageUserMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0877825Z [00:04:58.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveSnapshotConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.0949344Z [00:04:58.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CopyCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1020687Z [00:04:58.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1090968Z [00:04:58.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsPublishList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1164335Z [00:04:58.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/PlayChoosenShow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1238165Z [00:04:58.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRecordConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1311353Z [00:04:58.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterStreamUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1383556Z [00:04:58.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLivePackageConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1457592Z [00:04:58.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopPlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1530833Z [00:04:58.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/LeaveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1604830Z [00:04:58.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1673279Z [00:04:58.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1741481Z [00:04:58.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1811042Z [00:04:58.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DisableLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1882028Z [00:04:58.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveRealTimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.1949734Z [00:04:58.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamMetricDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2021633Z [00:04:58.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveTopLevelDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2089969Z [00:04:58.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeUpBpsPeakData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2161314Z [00:04:58.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterVideoResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2231439Z [00:04:58.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2303181Z [00:04:58.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EditShowAndReplace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2373303Z [00:04:58.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsTotalCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2442303Z [00:04:58.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveAppSnapshotConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2514212Z [00:04:58.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveShiftConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2584658Z [00:04:58.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsControlHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2654639Z [00:04:58.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLivePackageConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2723997Z [00:04:58.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterEpisode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2793766Z [00:04:58.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamSnapshotInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2862930Z [00:04:58.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamMonitorList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.2933542Z [00:04:58.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3004707Z [00:04:58.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetEditingJobInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3074771Z [00:04:58.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateRoomRealTimeStreamAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3145160Z [00:04:58.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDelayedStreamingUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3216266Z [00:04:58.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamWatermarkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3285287Z [00:04:58.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopLiveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3356442Z [00:04:58.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3428974Z [00:04:58.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveAudioAuditNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3498930Z [00:04:58.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveSnapshotNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3570035Z [00:04:58.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3640599Z [00:04:58.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveProducerUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3710438Z [00:04:58.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRecordUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3779907Z [00:04:58.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMultiRateConfigList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3850967Z [00:04:58.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageAppCallback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3922266Z [00:04:58.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveRecordVodConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.3994196Z [00:04:58.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterProgram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4068103Z [00:04:58.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4140572Z [00:04:58.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeShowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4212312Z [00:04:58.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyShowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4283321Z [00:04:58.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartCasterScene.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4355620Z [00:04:58.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4426169Z [00:04:58.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveStreamWatermarkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4498927Z [00:04:58.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateMixStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4568896Z [00:04:58.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/TagLiveResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4638797Z [00:04:58.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKFirstFrameDelay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4710841Z [00:04:58.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterEpisode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4779935Z [00:04:58.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4849067Z [00:04:58.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/BatchDeleteLiveDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4919643Z [00:04:58.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.4990552Z [00:04:58.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLivePullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5060788Z [00:04:58.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterTimedEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5131602Z [00:04:58.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/VerifyLiveDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5202277Z [00:04:58.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddShowIntoShowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5273987Z [00:04:58.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/JoinMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5344203Z [00:04:58.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5416378Z [00:04:58.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5487816Z [00:04:58.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamsNotifyUrlConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5558182Z [00:04:58.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5629640Z [00:04:58.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteMultiRateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5699605Z [00:04:58.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CancelMuteGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5768119Z [00:04:58.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveMessageGroupBand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5836515Z [00:04:58.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5906044Z [00:04:58.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsBlockList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.5975056Z [00:04:58.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMessageToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6042890Z [00:04:58.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6113528Z [00:04:58.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6183670Z [00:04:58.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveHttpsDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6256096Z [00:04:58.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDrmUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6329991Z [00:04:58.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EditPlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6400557Z [00:04:58.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeDomainWithIntegrity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6470103Z [00:04:58.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6539815Z [00:04:58.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteSnapshotFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6609438Z [00:04:58.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeDomainUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6681006Z [00:04:58.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListEventSubEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6758189Z [00:04:58.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6836406Z [00:04:58.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainTimeShiftData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6908883Z [00:04:58.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveAppSnapshotConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.6979488Z [00:04:58.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StopCasterScene.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7052998Z [00:04:58.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKPlayFailStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7124916Z [00:04:58.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveDomainSchdmByProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7193914Z [00:04:58.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7264118Z [00:04:58.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7334023Z [00:04:58.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterVideoResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7407366Z [00:04:58.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7479449Z [00:04:58.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveCenterTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7549963Z [00:04:58.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveEdgeTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7620654Z [00:04:58.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ForbidLiveStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7690946Z [00:04:58.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveStreamWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7763322Z [00:04:58.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveMessageGroupUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7833647Z [00:04:58.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7905420Z [00:04:58.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RealTimeSnapshotCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.7980040Z [00:04:58.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8051123Z [00:04:58.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamMerge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8121891Z [00:04:58.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamOptimizedFeatureConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8190587Z [00:04:58.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetEdgeTranscodeTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8259646Z [00:04:58.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainFrameRateAndBitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8329635Z [00:04:58.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8400411Z [00:04:58.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveAudioAuditConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8469453Z [00:04:58.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamOptimizedFeatureConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8540292Z [00:04:58.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8611460Z [00:04:58.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveAppSnapshotConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8681576Z [00:04:58.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddRtsLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8752690Z [00:04:58.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveUserBillPrediction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8822053Z [00:04:58.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddTrancodeSEI.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8891891Z [00:04:58.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteRoom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.8964994Z [00:04:58.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveRealTimeLogLogstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9038916Z [00:04:58.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveMessageApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9112128Z [00:04:58.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EffectCasterVideoResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9181993Z [00:04:58.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRoomKickoutUserList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9250987Z [00:04:59.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeStreamLocationBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9319800Z [00:04:59.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeToutiaoLivePlay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9390607Z [00:04:59.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetAllCustomTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9460703Z [00:04:59.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageAppDisable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9530228Z [00:04:59.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamPreloadTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9602703Z [00:04:59.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamWatermarkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9672595Z [00:04:59.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveRealtimeLogDeliveryDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9742133Z [00:04:59.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKPlayTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9812785Z [00:04:59.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRealTimeHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9880892Z [00:04:59.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteMixStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:51.9953225Z [00:04:59.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0025383Z [00:04:59.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterProgram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0094422Z [00:04:59.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveCenterTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0163619Z [00:04:59.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainStreamTranscodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0234359Z [00:04:59.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DynamicUpdateWaterMarkStreamRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0304032Z [00:04:59.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RemoveShowFromShowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0373304Z [00:04:59.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateCustomTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0443692Z [00:04:59.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKVvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0514585Z [00:04:59.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDomainMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0585038Z [00:04:59.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterEpisodeGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0661572Z [00:04:59.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveLazyPullStreamConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0735191Z [00:04:59.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CancelMuteAllGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0804121Z [00:04:59.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateLiveTranscodeTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0872785Z [00:04:59.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RollbackLiveStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.0945946Z [00:04:59.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1016872Z [00:04:59.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RealTimeRecordCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1087414Z [00:04:59.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterVideoResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1157102Z [00:04:59.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveAudioAuditNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1227116Z [00:04:59.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveGrtnTrafficUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1296312Z [00:04:59.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainBpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1365785Z [00:04:59.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterSceneAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1434501Z [00:04:59.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveSnapshotDetectPornConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1505860Z [00:04:59.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveRecordNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1575781Z [00:04:59.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetCustomTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1644645Z [00:04:59.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EnableLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1713413Z [00:04:59.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveStreamBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1789072Z [00:04:59.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1862980Z [00:04:59.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCustomLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.1932767Z [00:04:59.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2003068Z [00:04:59.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamRecordIndexFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2073072Z [00:04:59.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCustomTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2146216Z [00:04:59.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterChannels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2216698Z [00:04:59.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2288390Z [00:04:59.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveDomainPlayMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2361857Z [00:04:59.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartPlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2432855Z [00:04:59.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/BatchGetOnlineUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2504056Z [00:04:59.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AllowPushStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2573766Z [00:04:59.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveSnapshotNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2649505Z [00:04:59.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeToutiaoLivePublish.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2719964Z [00:04:59.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2789577Z [00:04:59.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2858091Z [00:04:59.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterProgram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.2927782Z [00:04:59.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetLiveStreamPreloadTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3001067Z [00:04:59.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamBitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3072274Z [00:04:59.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveTopDomainsByFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3143342Z [00:04:59.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteStudioLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3215836Z [00:04:59.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLivePullStreamConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3288494Z [00:04:59.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3359512Z [00:04:59.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainPvUvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3437278Z [00:04:59.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListLiveMessageGroupMessages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3509856Z [00:04:59.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterScenes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3579477Z [00:04:59.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyCasterComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3648732Z [00:04:59.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageGroupBand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3717766Z [00:04:59.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveRecordNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3789438Z [00:04:59.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRoomStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3859193Z [00:04:59.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.3930078Z [00:04:59.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RestartCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4001020Z [00:04:59.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainRealTimeTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4070715Z [00:04:59.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRealtimeLogAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4142007Z [00:04:59.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4212996Z [00:04:59.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4282755Z [00:04:59.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamsNotifyUrlConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4353143Z [00:04:59.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateCasterSceneAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4424506Z [00:04:59.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveStreamWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4498834Z [00:04:59.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainPushTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4570675Z [00:04:59.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddMultiRateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4640704Z [00:04:59.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeUpPeakPublishStreamData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4710432Z [00:04:59.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveLazyPullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4779636Z [00:04:59.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLivePushProxyUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4848868Z [00:04:59.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveRecordNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4919227Z [00:04:59.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDetectNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.4989176Z [00:04:59.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/EffectCasterUrgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5058782Z [00:04:59.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5128937Z [00:04:59.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveSnapshotDetectPornConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5197985Z [00:04:59.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveAudioAuditConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5268681Z [00:04:59.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5338468Z [00:04:59.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5408142Z [00:04:59.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartLiveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5478505Z [00:04:59.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainOnlineUserNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5547538Z [00:04:59.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveSnapshotDetectPornConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5618048Z [00:04:59.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveMPUTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5688999Z [00:04:59.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeCasterComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5760450Z [00:04:59.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyStudioLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5830687Z [00:04:59.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5905015Z [00:04:59.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessageGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.5979704Z [00:04:59.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveSnapshotDetectPornConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6051481Z [00:04:59.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6123842Z [00:04:59.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveRecordVodConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6195133Z [00:04:59.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6267675Z [00:04:59.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/KickLiveMessageGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6337920Z [00:04:59.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6409011Z [00:04:59.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveSpecificStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6479795Z [00:04:59.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6550702Z [00:04:59.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6621139Z [00:04:59.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamAuthChecking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6690937Z [00:04:59.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveAppRecordConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6762276Z [00:04:59.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SetCasterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6834382Z [00:04:59.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6904905Z [00:04:59.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRoomList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.6975013Z [00:04:59.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/MuteGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7045165Z [00:04:59.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteSnapshotCallbackAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7117173Z [00:04:59.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/StartCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7188696Z [00:04:59.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CheckLiveMessageUsersOnline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7260624Z [00:04:59.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7331144Z [00:04:59.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/PublishLiveStagingConfigToProduction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7402711Z [00:04:59.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveDomainPlayMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7473061Z [00:04:59.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddCasterLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7544122Z [00:04:59.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeHlsLiveStreamRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7616226Z [00:04:59.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7687296Z [00:04:59.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/InitializeAutoShowListTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7757542Z [00:04:59.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLiveAppRecordConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7827800Z [00:04:59.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ModifyLiveMessageAppAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7897754Z [00:04:59.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/RemoveTerminals.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.7967862Z [00:04:59.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamRecordContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8037138Z [00:04:59.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8106947Z [00:04:59.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeChannelUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8176284Z [00:04:59.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/ListMessageGroupUserById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8248672Z [00:04:59.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamPushMetricDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8320017Z [00:04:59.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteLiveMessageGroupMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8391060Z [00:04:59.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDetectNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8462090Z [00:04:59.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveGrtnDuration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8531304Z [00:04:59.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DeleteCasterLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8602210Z [00:04:59.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveAudioAuditConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8673922Z [00:04:59.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveStreamWatermarks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8744877Z [00:04:59.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeUpBpsPeakOfLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8814991Z [00:04:59.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeRTSNativeSDKFirstFrameCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8886626Z [00:04:59.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainMonitoringUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.8959687Z [00:04:59.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainByCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9030456Z [00:04:59.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveDomainMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9100311Z [00:04:59.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/SendRoomNotification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9170006Z [00:04:59.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeAutoShowListTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9240164Z [00:05:00.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CheckLiveMessageUsersInGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9309601Z [00:05:00.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/GetMultiRateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9381904Z [00:05:00.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeMeterLiveRtcDuration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9455293Z [00:05:00.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/OpenLiveShift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9526133Z [00:05:00.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/UpdateLivePullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9596950Z [00:05:00.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveDetectNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9667937Z [00:05:00.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeForbidPushStreamRoomList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9738954Z [00:05:00.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9810835Z [00:05:00.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/AddLiveRecordVodConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9883461Z [00:05:00.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/DescribeLiveDomainTranscodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:52.9954188Z [00:05:00.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/live/CreateCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0027721Z [00:05:00.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeDynamicSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0095410Z [00:05:00.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ModifyWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0162923Z [00:05:00.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListActionRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0233643Z [00:05:00.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallAckOperator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0302931Z [00:05:00.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ValidateShrinkNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0373050Z [00:05:00.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePublicNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0449131Z [00:05:00.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0525268Z [00:05:00.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeDiagnosisSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0599237Z [00:05:00.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InterruptElasticsearchTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0673477Z [00:05:00.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreatePipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0744514Z [00:05:00.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeDeprecatedTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0814588Z [00:05:00.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDictInformation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0885401Z [00:05:00.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListPipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.0956185Z [00:05:00.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDiagnosisItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1026277Z [00:05:00.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateExtendConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1097210Z [00:05:00.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListConnectedClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1167856Z [00:05:00.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1238064Z [00:05:00.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeIndexTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1309224Z [00:05:00.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDiagnoseReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1380003Z [00:05:00.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListCollectors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1450983Z [00:05:00.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RolloverDataStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1524029Z [00:05:00.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateComponentIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1593710Z [00:05:00.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateDiagnosisSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1663701Z [00:05:00.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RemoveApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1734142Z [00:05:00.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateDynamicSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1804433Z [00:05:00.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListSnapshotReposByInstanceId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1876644Z [00:05:00.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetTransferableNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.1947937Z [00:05:00.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAckNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2019942Z [00:05:00.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ReinstallCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2091852Z [00:05:00.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteDeprecatedTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2166151Z [00:05:00.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListInstanceHistoryEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2236928Z [00:05:00.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateDataStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2307128Z [00:05:00.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2375496Z [00:05:00.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteComponentIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2445395Z [00:05:00.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ValidateConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2517180Z [00:05:00.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateKibanaSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2586731Z [00:05:00.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ResumeElasticsearchTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2655771Z [00:05:00.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2724812Z [00:05:00.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePublicWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2795542Z [00:05:00.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDiagnoseReportIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2865722Z [00:05:00.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/OpenHttps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.2937087Z [00:05:00.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3009595Z [00:05:00.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListComponentIndices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3083130Z [00:05:00.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePrivateNetworkWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3153716Z [00:05:00.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/TriggerNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3226735Z [00:05:00.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeAckOperator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3307792Z [00:05:00.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateHotIkDicts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3382766Z [00:05:00.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3453434Z [00:05:00.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3525455Z [00:05:00.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePipelineManagementConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3596272Z [00:05:00.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateILMPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3666381Z [00:05:00.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeDiagnoseReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3735289Z [00:05:00.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RunPipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3804029Z [00:05:00.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateIndexTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3873628Z [00:05:00.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InitializeOperationRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.3944263Z [00:05:00.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4014563Z [00:05:00.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4085101Z [00:05:00.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteILMPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4158096Z [00:05:00.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateAliwsDict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4230874Z [00:05:00.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4302168Z [00:05:00.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RestartCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4374703Z [00:05:00.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpgradeEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4447190Z [00:05:00.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeConnectableClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4517955Z [00:05:00.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4588133Z [00:05:00.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StopPipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4659463Z [00:05:00.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAllNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4728094Z [00:05:00.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UninstallPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4795706Z [00:05:00.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4863950Z [00:05:00.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetOpenStoreUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.4935182Z [00:05:00.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallSystemPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5009193Z [00:05:00.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/createInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5080159Z [00:05:00.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CloseManagedIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5150225Z [00:05:00.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetEmonGrafanaAlerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5221844Z [00:05:00.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ShrinkNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5293451Z [00:05:00.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDicts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5364655Z [00:05:00.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateLogstashChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5436982Z [00:05:00.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeletePipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5508250Z [00:05:00.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteSnapshotRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5578985Z [00:05:00.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5649449Z [00:05:00.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5719905Z [00:05:00.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5790879Z [00:05:00.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeKibanaSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5859936Z [00:05:00.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallKibanaSystemPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5929420Z [00:05:00.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.5998329Z [00:05:00.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/PostEmonTryAlarmRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6067593Z [00:05:00.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListSearchLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6135551Z [00:05:00.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StopCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6203937Z [00:05:00.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6273144Z [00:05:00.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateExtendfiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6341473Z [00:05:00.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6411174Z [00:05:00.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CapacityPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6480312Z [00:05:00.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateAdvancedSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6550042Z [00:05:00.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListPipelineIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6619142Z [00:05:00.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ValidateTransferableNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6692726Z [00:05:00.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateAdminPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6768761Z [00:05:00.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateILMPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6843509Z [00:05:00.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6918285Z [00:05:00.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CloseDiagnosis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.6990482Z [00:05:00.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListILMPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7064346Z [00:05:00.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ResumeLogstashTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7137328Z [00:05:00.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateSnapshotSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7210552Z [00:05:00.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateComponentIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7289303Z [00:05:00.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListVpcEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7365473Z [00:05:00.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/EstimatedLogstashRestartTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7445561Z [00:05:00.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ModifyDeployMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7527602Z [00:05:00.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7610567Z [00:05:00.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/AddSnapshotRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7685287Z [00:05:00.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7758682Z [00:05:00.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateReadWritePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7830863Z [00:05:00.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListShardRecoveries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7906466Z [00:05:00.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateDict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.7980597Z [00:05:00.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeSnapshotSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8054760Z [00:05:00.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeactivateZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8126737Z [00:05:00.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/MigrateToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8197147Z [00:05:00.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8267876Z [00:05:00.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDiagnoseIndices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8340182Z [00:05:00.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeElasticsearchHealth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8412075Z [00:05:00.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateKibanaWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8484348Z [00:05:00.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8556872Z [00:05:00.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateBlackIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8628663Z [00:05:00.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteDataTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8700712Z [00:05:00.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8772368Z [00:05:00.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StopApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8844065Z [00:05:00.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeILMPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8915330Z [00:05:00.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDataStreams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.8985684Z [00:05:00.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetClusterDataInformation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9056214Z [00:05:00.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListIndexTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9126845Z [00:05:00.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9195699Z [00:05:00.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9264273Z [00:05:01.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/EstimatedRestartTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9332803Z [00:05:01.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CancelTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9403805Z [00:05:01.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UninstallKibanaPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9473535Z [00:05:01.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateXpackMonitorConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9540739Z [00:05:01.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9609724Z [00:05:01.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetSuggestShrinkableNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9679216Z [00:05:01.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InterruptLogstashTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9756539Z [00:05:01.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RestartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9833883Z [00:05:01.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ActivateZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9908203Z [00:05:01.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetEmonGrafanaDashboards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:53.9979382Z [00:05:01.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateIndexTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0048779Z [00:05:01.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CancelDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0116819Z [00:05:01.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateSynonymsDicts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0184379Z [00:05:01.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateCollectorName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0252729Z [00:05:01.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0321527Z [00:05:01.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RecommendTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0390153Z [00:05:01.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDefaultCollectorConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0459598Z [00:05:01.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateLogstashDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0529378Z [00:05:01.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StartApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0598743Z [00:05:01.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0673787Z [00:05:01.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListEcsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0749834Z [00:05:01.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CreateDataTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0822130Z [00:05:01.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListLogstashPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0896740Z [00:05:01.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ValidateSlrPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.0968791Z [00:05:01.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ModifyElastictask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1040225Z [00:05:01.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListKibanaPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1110859Z [00:05:01.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetRegionConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1183696Z [00:05:01.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListInstanceIndices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1253597Z [00:05:01.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAvailableEsInstanceIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1322588Z [00:05:01.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetEmonMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1393102Z [00:05:01.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DiagnoseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1462892Z [00:05:01.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CancelLogstashDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1531101Z [00:05:01.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/CloseHttps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1600927Z [00:05:01.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallLogstashSystemPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1670428Z [00:05:01.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeXpackMonitorConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1739136Z [00:05:01.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListLogstashLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1810370Z [00:05:01.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/InstallUserPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1882582Z [00:05:01.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.1955990Z [00:05:01.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDeprecatedTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2029891Z [00:05:01.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAlternativeSnapshotRepos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2099242Z [00:05:01.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RestartLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2173110Z [00:05:01.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/RenewLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2244937Z [00:05:01.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdatePipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2315743Z [00:05:01.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/GetElastictask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2386651Z [00:05:01.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListAckClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2457601Z [00:05:01.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateLogstashSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2527173Z [00:05:01.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribePipelineManagementConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2595483Z [00:05:01.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListDataTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2666200Z [00:05:01.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2738070Z [00:05:01.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeComponentIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2808181Z [00:05:01.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteConnectedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2877687Z [00:05:01.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.2948539Z [00:05:01.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3019222Z [00:05:01.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ModifyInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3090463Z [00:05:01.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/StartCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3160216Z [00:05:01.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteIndexTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3230051Z [00:05:01.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DeleteDataStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3299618Z [00:05:01.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/DescribeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3370148Z [00:05:01.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/OpenDiagnosis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3441479Z [00:05:01.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UninstallLogstashPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3512194Z [00:05:01.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateInstanceSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3584175Z [00:05:01.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/ListExtendfiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3655271Z [00:05:01.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/TransferNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3727071Z [00:05:01.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/UpdateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3798283Z [00:05:01.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/elasticsearch/AddConnectableCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3868504Z [00:05:01.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/StartExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.3939164Z [00:05:01.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ListFlows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4011624Z [00:05:01.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ReportTaskSucceeded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4082872Z [00:05:01.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ListExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4153172Z [00:05:01.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DescribeFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4222952Z [00:05:01.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/UpdateFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4293946Z [00:05:01.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ListSchedules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4365065Z [00:05:01.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/StartSyncExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4436898Z [00:05:01.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DescribeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4507408Z [00:05:01.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DescribeExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4577511Z [00:05:01.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4646402Z [00:05:01.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/StopExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4716032Z [00:05:01.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/GetExecutionHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4783823Z [00:05:01.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/UpdateSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4853060Z [00:05:01.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DeleteSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4921929Z [00:05:01.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/ReportTaskFailed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.4991503Z [00:05:01.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/CreateFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5061148Z [00:05:01.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/DeleteFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5134237Z [00:05:01.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/fnf/CreateSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5206984Z [00:05:01.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5277649Z [00:05:01.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEventBridgeIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5347661Z [00:05:01.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListSilencePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5418479Z [00:05:01.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ImportAppAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5488942Z [00:05:01.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListNotificationPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5558897Z [00:05:01.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/BlockAlarmNotification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5628702Z [00:05:01.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5698056Z [00:05:01.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateEventBridgeIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5766147Z [00:05:01.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeContacts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5835758Z [00:05:01.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5905270Z [00:05:01.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListDashboardsByName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.5975064Z [00:05:01.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/RestartEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6043848Z [00:05:01.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6113328Z [00:05:01.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAppList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6182763Z [00:05:01.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvServiceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6256563Z [00:05:01.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SyncRecordingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6326768Z [00:05:01.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DelAuthToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6395862Z [00:05:01.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeTraceLicenseKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6468538Z [00:05:01.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6537386Z [00:05:01.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6608120Z [00:05:01.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6677928Z [00:05:01.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6747675Z [00:05:01.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateRetcodeApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6816382Z [00:05:01.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/StopAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6886693Z [00:05:01.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.6956265Z [00:05:01.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAppApiByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7025569Z [00:05:01.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7098389Z [00:05:01.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7167587Z [00:05:01.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7239727Z [00:05:01.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7311146Z [00:05:01.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7381826Z [00:05:01.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ChangeAlarmSeverity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7451450Z [00:05:01.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvCustomJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7521119Z [00:05:01.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/OpenXtraceDefaultSLR.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7591539Z [00:05:01.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAppJVMConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7661054Z [00:05:01.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeContactGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7731425Z [00:05:01.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7802845Z [00:05:01.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryAppMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7874042Z [00:05:01.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddAliClusterIdsToPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.7943978Z [00:05:01.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8014983Z [00:05:01.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetCloudClusterAllUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8084952Z [00:05:01.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusGlobalViewByAliClusterIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8155923Z [00:05:01.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreatePrometheusAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8226377Z [00:05:01.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeAddonRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8296194Z [00:05:01.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8366734Z [00:05:01.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateEnvPodMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8438623Z [00:05:01.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8509834Z [00:05:01.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8577883Z [00:05:01.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8649072Z [00:05:01.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/StartTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8720495Z [00:05:01.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8791822Z [00:05:01.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetIntegrationState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8862634Z [00:05:01.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.8934307Z [00:05:01.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvironmentDashboards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9003347Z [00:05:01.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ClaimAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9073637Z [00:05:01.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreatePrometheusInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9147966Z [00:05:01.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListInsightsEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9218537Z [00:05:01.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9290529Z [00:05:02.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateSilencePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9360089Z [00:05:02.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InstallManagedPrometheus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9429604Z [00:05:02.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CheckCommercialStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9501035Z [00:05:02.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAddonRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9572349Z [00:05:02.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRetcodeShareUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9644006Z [00:05:02.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateNotificationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9715835Z [00:05:02.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryPromInstallStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9787674Z [00:05:02.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusMonitoringStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9857605Z [00:05:02.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRetcodeLogstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:54.9930795Z [00:05:02.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListActivatedAlerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0001341Z [00:05:02.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0071044Z [00:05:02.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetCommercialStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0140839Z [00:05:02.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ManageGetRecordingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0211072Z [00:05:02.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0280693Z [00:05:02.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ConfigApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0350481Z [00:05:02.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateEnvCustomJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0419439Z [00:05:02.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeIMRobots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0492783Z [00:05:02.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusApiToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0572335Z [00:05:02.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0644877Z [00:05:02.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEventBridgeIntegrations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0717272Z [00:05:02.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteCmsExporter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0789214Z [00:05:02.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0861134Z [00:05:02.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryAppTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.0932992Z [00:05:02.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEscalationPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1002878Z [00:05:02.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusRemoteWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1072311Z [00:05:02.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CloseAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1143160Z [00:05:02.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1213015Z [00:05:02.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1282760Z [00:05:02.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSyntheticTaskDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1352155Z [00:05:02.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ManageRecordingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1421111Z [00:05:02.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1493048Z [00:05:02.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSyntheticMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1562973Z [00:05:02.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1633420Z [00:05:02.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateIMRobot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1703911Z [00:05:02.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRetcodeDataByQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1772635Z [00:05:02.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1842566Z [00:05:02.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusRemoteWrites.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1915356Z [00:05:02.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SwitchSyntheticTaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.1986819Z [00:05:02.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAuthToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2062892Z [00:05:02.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvPodMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2133387Z [00:05:02.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteGrafanaResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2206586Z [00:05:02.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2277291Z [00:05:02.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListOnCallSchedules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2348374Z [00:05:02.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateWebhookContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2417504Z [00:05:02.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSyntheticTaskMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2487671Z [00:05:02.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvCustomJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2555955Z [00:05:02.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2623751Z [00:05:02.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetExploreUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2696605Z [00:05:02.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/OpenVCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2766247Z [00:05:02.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InitEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2836875Z [00:05:02.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2908645Z [00:05:02.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.2981641Z [00:05:02.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3054384Z [00:05:02.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusRemoteWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3126242Z [00:05:02.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3196212Z [00:05:02.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListTimingSyntheticTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3266309Z [00:05:02.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddTagToFlinkCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3336887Z [00:05:02.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/Upload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3409223Z [00:05:02.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3478705Z [00:05:02.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/OpenArmsDefaultSLR.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3547922Z [00:05:02.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListAddonReleases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3616789Z [00:05:02.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateMetricDrop.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3686289Z [00:05:02.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteIMRobot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3755496Z [00:05:02.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteNotificationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3824347Z [00:05:02.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateEnvServiceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3896988Z [00:05:02.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusInstanceByTagAndResourceGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.3968882Z [00:05:02.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusRemoteWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4038012Z [00:05:02.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4106727Z [00:05:02.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SetRetcodeShareStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4177366Z [00:05:02.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4247456Z [00:05:02.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UninstallManagedPrometheus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4317789Z [00:05:02.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvCustomJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4387491Z [00:05:02.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusAlertTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4456941Z [00:05:02.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4527352Z [00:05:02.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateGrafanaWorkspaceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4596848Z [00:05:02.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetManagedPrometheusStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4666340Z [00:05:02.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListClusterFromGrafana.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4735552Z [00:05:02.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryCommercialUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4805340Z [00:05:02.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteSilencePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4874159Z [00:05:02.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SaveTraceAppConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.4944853Z [00:05:02.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreatePrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5016083Z [00:05:02.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5084386Z [00:05:02.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CheckServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5152743Z [00:05:02.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryMetricByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5222308Z [00:05:02.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateOrUpdateContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5291352Z [00:05:02.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchTraceAppByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5362050Z [00:05:02.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchAlertHistories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5429896Z [00:05:02.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSourceMapInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5500261Z [00:05:02.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5568145Z [00:05:02.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/QueryReleaseMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5637935Z [00:05:02.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRetcodeAppByPid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5706499Z [00:05:02.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5775199Z [00:05:02.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeEnvPodMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5845726Z [00:05:02.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5913663Z [00:05:02.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.5982091Z [00:05:02.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateEnvCustomJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6051064Z [00:05:02.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6122623Z [00:05:02.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchTraces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6192168Z [00:05:02.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InstallEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6262560Z [00:05:02.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetPrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6331838Z [00:05:02.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AppendInstancesToPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6400766Z [00:05:02.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribeWebhookContacts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6471261Z [00:05:02.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvServiceMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6540344Z [00:05:02.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListAlerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6611144Z [00:05:02.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6680946Z [00:05:02.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteIntegrations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6749368Z [00:05:02.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6819363Z [00:05:02.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListTraceApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6889414Z [00:05:02.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvironmentFeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.6960359Z [00:05:02.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InstallAddon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7032899Z [00:05:02.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7104346Z [00:05:02.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpgradeEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7177670Z [00:05:02.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7248799Z [00:05:02.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ApplyScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7316571Z [00:05:02.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetTraceApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7386257Z [00:05:02.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvPodMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7455587Z [00:05:02.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpgradeAddonRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7524879Z [00:05:02.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7594398Z [00:05:02.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DescribePrometheusAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7664109Z [00:05:02.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7733199Z [00:05:02.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetRecordingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7803607Z [00:05:02.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetSyntheticTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7874165Z [00:05:02.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SendTTSVerifyLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.7944000Z [00:05:02.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdatePrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8015758Z [00:05:02.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListAlertEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8086052Z [00:05:02.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetMultipleTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8156234Z [00:05:02.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddRecordingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8226080Z [00:05:02.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/OpenArmsServiceSecondVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8296229Z [00:05:02.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListRetcodeApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8366134Z [00:05:02.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/StopTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8434673Z [00:05:02.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeletePrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8503329Z [00:05:02.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListCmsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8572598Z [00:05:02.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusRemoteWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8642613Z [00:05:02.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateEnvPodMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8712909Z [00:05:02.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchTracesByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8781504Z [00:05:02.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetClusterAllUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8849949Z [00:05:02.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteRetcodeApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8920251Z [00:05:02.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/BindPrometheusGrafanaInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.8989305Z [00:05:02.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9058671Z [00:05:02.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListEnvironments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9127491Z [00:05:02.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9194699Z [00:05:02.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9262975Z [00:05:03.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteWebhookContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9333027Z [00:05:03.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchRetcodeAppByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9400956Z [00:05:03.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9476545Z [00:05:03.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteSourceMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9540354Z [00:05:03.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/InstallCmsExporter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9611831Z [00:05:03.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9681194Z [00:05:03.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/EnableMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9752995Z [00:05:03.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/RemoveSourcesFromPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9821060Z [00:05:03.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9889606Z [00:05:03.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddGrafana.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:55.9959092Z [00:05:03.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0028239Z [00:05:03.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UninstallPromCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0096991Z [00:05:03.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/UpdateAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0165343Z [00:05:03.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0233391Z [00:05:03.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0301049Z [00:05:03.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvServiceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0369313Z [00:05:03.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0438994Z [00:05:03.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListDashboards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0508948Z [00:05:03.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0578588Z [00:05:03.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateEnvServiceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0650854Z [00:05:03.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0726807Z [00:05:03.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0803198Z [00:05:03.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/ListPrometheusAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0874770Z [00:05:03.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetAgentDownloadUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.0949526Z [00:05:03.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteTraceApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1023160Z [00:05:03.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchTraceAppByName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1094041Z [00:05:03.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/SearchAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1165155Z [00:05:03.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/GetOnCallSchedulesDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1236900Z [00:05:03.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/DeleteTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1309148Z [00:05:03.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/StartAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1379758Z [00:05:03.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/CreateGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1451903Z [00:05:03.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/arms/AddPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1525422Z [00:05:03.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/ModifyMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1595655Z [00:05:03.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SingleSendMail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1666310Z [00:05:03.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryTagByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1736365Z [00:05:03.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1806602Z [00:05:03.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryReceiverDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1878505Z [00:05:03.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/AddIpfilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.1948989Z [00:05:03.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/BatchSendMail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2020281Z [00:05:03.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/ModifyTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2093282Z [00:05:03.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteReceiver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2162132Z [00:05:03.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteReceiverDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2234296Z [00:05:03.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SenderStatisticsByTagNameAndBatchID.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2304218Z [00:05:03.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryInvalidAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2373304Z [00:05:03.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryMailAddressByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2442653Z [00:05:03.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CreateReceiver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2512201Z [00:05:03.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SenderStatisticsDetailByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2583885Z [00:05:03.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CreateTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2655003Z [00:05:03.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteInvalidAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2726101Z [00:05:03.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryReceiverByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2796348Z [00:05:03.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/ApproveReplyMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2868014Z [00:05:03.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/GetTrackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.2938028Z [00:05:03.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DescDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3007327Z [00:05:03.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3078582Z [00:05:03.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CreateMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3151088Z [00:05:03.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SaveReceiverDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3221726Z [00:05:03.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CreateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3292845Z [00:05:03.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryDomainByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3362681Z [00:05:03.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteIpfilterByEdmId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3434028Z [00:05:03.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3505324Z [00:05:03.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/ModifyPWByDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3574864Z [00:05:03.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DeleteMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3644375Z [00:05:03.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CheckDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3715939Z [00:05:03.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/SendTestByTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3786157Z [00:05:03.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/DescAccountSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3855381Z [00:05:03.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/UpdateIpProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3925157Z [00:05:03.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/GetIpfilterList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.3995632Z [00:05:03.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/GetIpProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4065094Z [00:05:03.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/GetTrackListByMailFromAndTagName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4134653Z [00:05:03.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/CheckReplyToMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4203404Z [00:05:03.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dm/QueryTaskByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4274749Z [00:05:03.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/UpgradeTwoWay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4342958Z [00:05:03.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ShieldPrecheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4413398Z [00:05:03.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StopDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4483124Z [00:05:03.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateDedicatedClusterMonitorRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4552343Z [00:05:03.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4622161Z [00:05:03.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4692024Z [00:05:03.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteSubscriptionInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4763479Z [00:05:03.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureMigrationJobAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4834230Z [00:05:03.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSubscriptionInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4903837Z [00:05:03.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.4973063Z [00:05:03.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5045183Z [00:05:03.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMigrationJobAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5114718Z [00:05:03.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5185505Z [00:05:03.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribePreCheckStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5257033Z [00:05:03.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeClusterUsedUtilization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5327377Z [00:05:03.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StopDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5399872Z [00:05:03.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeEtlJobLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5471318Z [00:05:03.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationObjectModifyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5540205Z [00:05:03.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeInitializationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5609523Z [00:05:03.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5679444Z [00:05:03.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobReplicatorCompare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5748927Z [00:05:03.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeCheckJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5817287Z [00:05:03.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5886978Z [00:05:03.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SuspendDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.5956853Z [00:05:03.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6026715Z [00:05:03.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeConsumerChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6096390Z [00:05:03.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDedicatedClusterMonitorRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6165579Z [00:05:03.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6234401Z [00:05:03.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDTSIP.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6304744Z [00:05:03.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SwitchPhysicalDtsJobToCloud.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6373420Z [00:05:03.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6442215Z [00:05:03.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6510196Z [00:05:03.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartSubscriptionInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6577933Z [00:05:03.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateDtsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6648553Z [00:05:03.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSubscriptionInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6717297Z [00:05:03.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMetricList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6789353Z [00:05:03.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6857639Z [00:05:03.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateSubscriptionInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6928105Z [00:05:03.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSynchronizationJobReplicatorCompare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.6998804Z [00:05:03.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SuspendSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7068802Z [00:05:03.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobStatusList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7136295Z [00:05:03.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyConsumerGroupPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7207327Z [00:05:03.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ListDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7281304Z [00:05:03.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyConsumptionTimestamp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7353014Z [00:05:03.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7423335Z [00:05:03.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7491974Z [00:05:03.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7563080Z [00:05:03.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7631827Z [00:05:03.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ResetDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7703510Z [00:05:03.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeJobMonitorRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7772674Z [00:05:03.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7843477Z [00:05:03.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeConnectionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7913321Z [00:05:03.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifySubscription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.7983238Z [00:05:03.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDataCheckReportUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8053137Z [00:05:03.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ResetSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8121836Z [00:05:03.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeClusterOperateLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8193907Z [00:05:03.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMigrationJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8263367Z [00:05:03.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDataCheckTableDiffDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8332935Z [00:05:03.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDataCheckTableDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8401757Z [00:05:03.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/TransferPayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8470463Z [00:05:03.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSynchronizationJobAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8539412Z [00:05:03.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSubscriptionInstanceAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8608415Z [00:05:03.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSubscription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8677992Z [00:05:03.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/InitDtsRdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8747761Z [00:05:03.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8818281Z [00:05:03.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8887641Z [00:05:03.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyConsumerChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.8957792Z [00:05:03.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifySubscriptionObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9027486Z [00:05:03.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9097048Z [00:05:03.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifySynchronizationObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9166407Z [00:05:03.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9236070Z [00:05:04.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SuspendMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9305109Z [00:05:04.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SummaryJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9373755Z [00:05:04.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartReverseWriter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9445629Z [00:05:04.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSubscriptionMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9515592Z [00:05:04.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9585427Z [00:05:04.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/TransferInstanceClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9654105Z [00:05:04.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9722861Z [00:05:04.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9793145Z [00:05:04.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9862938Z [00:05:04.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ConfigureSubscriptionInstanceAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:56.9931545Z [00:05:04.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0001020Z [00:05:04.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0070434Z [00:05:04.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteConsumerChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0139829Z [00:05:04.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateConsumerChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0210223Z [00:05:04.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0281286Z [00:05:04.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0351686Z [00:05:04.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DeleteConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0421237Z [00:05:04.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StartMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0490255Z [00:05:04.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0561072Z [00:05:04.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StopMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0631616Z [00:05:04.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDtsJobDuLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0706100Z [00:05:04.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/WhiteIpList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0777511Z [00:05:04.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSubscriptionInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0848293Z [00:05:04.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0919994Z [00:05:04.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/ModifyDynamicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.0990280Z [00:05:04.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SwitchSynchronizationEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1061008Z [00:05:04.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeEndpointSwitchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1129466Z [00:05:04.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMigrationJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1198649Z [00:05:04.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDtsServiceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1268022Z [00:05:04.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SuspendDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1338948Z [00:05:04.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/StopDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1412803Z [00:05:04.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeMigrationJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1484270Z [00:05:04.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDtsJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1553746Z [00:05:04.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/SkipPreCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1625590Z [00:05:04.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CountJobByCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1694347Z [00:05:04.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateJobMonitorRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1763911Z [00:05:04.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/CreateReverseDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1833811Z [00:05:04.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1902144Z [00:05:04.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeSynchronizationJobAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.1970708Z [00:05:04.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/dts/DescribeDtsEtlJobVersionInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2042189Z [00:05:04.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2110181Z [00:05:04.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/DeleteContactTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2179823Z [00:05:04.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/OSuborderDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2249631Z [00:05:04.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForModifyingDomainDns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2320156Z [00:05:04.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForSubmittingDomainNameCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2390605Z [00:05:04.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForUpdatingContactByTempateId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2462688Z [00:05:04.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryBatchTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2533186Z [00:05:04.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2603224Z [00:05:04.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryBatchTaskDetailList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2672253Z [00:05:04.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveTaskForUpdatingContactByTemplateId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2740056Z [00:05:04.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/GetWhoisInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2807196Z [00:05:04.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryDomainBySaleId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2877448Z [00:05:04.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.2947831Z [00:05:04.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryFailReasonList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3018804Z [00:05:04.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3089835Z [00:05:04.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/CreateOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3160118Z [00:05:04.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/CheckDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3229633Z [00:05:04.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3300394Z [00:05:04.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveContactTemplateCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3370966Z [00:05:04.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/WhoisProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3440810Z [00:05:04.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/SaveContactTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3510152Z [00:05:04.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/domain/QueryContactTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3580046Z [00:05:04.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3651109Z [00:05:04.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DisableDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3723766Z [00:05:04.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeDialog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3795245Z [00:05:04.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/TestDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3866790Z [00:05:04.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateCoreWord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.3937298Z [00:05:04.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/PublishDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4008317Z [00:05:04.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DisableKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4079066Z [00:05:04.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4148849Z [00:05:04.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetBotSessionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4218770Z [00:05:04.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotHotDsDatas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4288649Z [00:05:04.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotColdDsDatas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4357475Z [00:05:04.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4427478Z [00:05:04.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteDialog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4497490Z [00:05:04.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeBot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4565354Z [00:05:04.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteBot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4634191Z [00:05:04.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryIntents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4706650Z [00:05:04.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetBotChatData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4775026Z [00:05:04.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateDialog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4842264Z [00:05:04.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryCoreWords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4912285Z [00:05:04.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.4980384Z [00:05:04.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5050059Z [00:05:04.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/AddSynonym.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5118552Z [00:05:04.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/Associate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5189708Z [00:05:04.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5259748Z [00:05:04.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateBot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5329407Z [00:05:04.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5400199Z [00:05:04.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryPerspectives.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5468745Z [00:05:04.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5538010Z [00:05:04.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateIntent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5605474Z [00:05:04.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotColdKnowledges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5674212Z [00:05:04.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteCoreWord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5743150Z [00:05:04.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetBotKnowledgeStatData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5812631Z [00:05:04.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetBotDsStatData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5881101Z [00:05:04.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotChatHistorys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.5950406Z [00:05:04.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdatePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6020535Z [00:05:04.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/RemoveEntityMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6089750Z [00:05:04.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateIntent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6159200Z [00:05:04.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6228858Z [00:05:04.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/Chat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6299096Z [00:05:04.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryCategories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6369532Z [00:05:04.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6439406Z [00:05:04.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/PublishKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6508275Z [00:05:04.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6576945Z [00:05:04.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetConversationList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6645857Z [00:05:04.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6714640Z [00:05:04.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotDsDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6786574Z [00:05:04.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListConversationLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6856183Z [00:05:04.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateCoreWord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6927575Z [00:05:04.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryBots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.6997841Z [00:05:04.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7068434Z [00:05:04.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7138574Z [00:05:04.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreatePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7207902Z [00:05:04.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7278011Z [00:05:04.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotReceptionDetailDatas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7347868Z [00:05:04.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeletePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7418003Z [00:05:04.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ActivatePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7487844Z [00:05:04.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeCoreWord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7558636Z [00:05:04.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteIntent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7627785Z [00:05:04.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotKnowledgeDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7698872Z [00:05:04.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/Feedback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7768839Z [00:05:04.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DescribeIntent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7840570Z [00:05:04.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/UpdateCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7913642Z [00:05:04.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/DeleteEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.7983504Z [00:05:04.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/ListBotHotKnowledges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8052874Z [00:05:04.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QuerySystemEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8121073Z [00:05:04.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryDialogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8190814Z [00:05:04.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/MoveKnowledgeCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8258756Z [00:05:04.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/RemoveSynonym.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8327623Z [00:05:04.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/QueryKnowledges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8398098Z [00:05:04.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/CreateDialog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8466503Z [00:05:04.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/GetAsyncResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8534488Z [00:05:04.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/chatbot/AppendEntityMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8604700Z [00:05:04.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListHBaseInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8673537Z [00:05:04.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8741002Z [00:05:04.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8810133Z [00:05:04.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteUserHdfsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8879826Z [00:05:04.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyBackupPlanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.8950625Z [00:05:04.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9021975Z [00:05:04.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/OpenBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9093815Z [00:05:04.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupPlanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9161397Z [00:05:04.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/EnableHBaseueBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9230490Z [00:05:04.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeIpWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9299126Z [00:05:05.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeDBInstanceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9367119Z [00:05:05.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/EvaluateMultiZoneResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9437643Z [00:05:05.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/UpgradeMultiZoneCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9507016Z [00:05:05.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/XpackRelateDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9576130Z [00:05:05.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteHBaseHaDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9646000Z [00:05:05.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9714674Z [00:05:05.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeNodeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9785313Z [00:05:05.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreSchemaDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9854887Z [00:05:05.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifySecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9923472Z [00:05:05.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyClusterDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:57.9993563Z [00:05:05.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0064837Z [00:05:05.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0135117Z [00:05:05.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeDeletedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0206188Z [00:05:05.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/PurgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0276744Z [00:05:05.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0348190Z [00:05:05.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0417795Z [00:05:05.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0487505Z [00:05:05.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CancelActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0558343Z [00:05:05.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/AddUserHdfsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0628340Z [00:05:05.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyInstanceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0703591Z [00:05:05.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/SwitchService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0773748Z [00:05:05.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0844851Z [00:05:05.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0915069Z [00:05:05.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeColdStorageSize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.0985669Z [00:05:05.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ConvertInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1055330Z [00:05:05.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/EnableHBaseueModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1124826Z [00:05:05.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CheckComponentsVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1196266Z [00:05:05.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteHBaseSlbServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1270125Z [00:05:05.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/UpgradeMinorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1339918Z [00:05:05.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ReleasePublicNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1408412Z [00:05:05.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1479390Z [00:05:05.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1549196Z [00:05:05.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeServerlessCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1619764Z [00:05:05.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeClusterConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1689397Z [00:05:05.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/SwitchHbaseHaSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1760994Z [00:05:05.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyMultiZoneClusterNodeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1832823Z [00:05:05.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateHbaseHaSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1903614Z [00:05:05.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/AllocatePublicNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.1973997Z [00:05:05.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteMultiZoneCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2044908Z [00:05:05.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeSubDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2116893Z [00:05:05.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeMultiZoneAvailableRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2186932Z [00:05:05.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2259493Z [00:05:05.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteGlobalResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2333060Z [00:05:05.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteServerlessCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2405168Z [00:05:05.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/GetMultimodeCmsUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2475400Z [00:05:05.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeMultiZoneClusterDiskSize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2546978Z [00:05:05.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2616153Z [00:05:05.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeMultiZoneClusterNodeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2684933Z [00:05:05.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateGlobalResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2754645Z [00:05:05.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateServerlessCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2824052Z [00:05:05.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyInstanceServiceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2892104Z [00:05:05.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeMultiZoneCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.2960352Z [00:05:05.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3032017Z [00:05:05.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/QueryHBaseHaDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3103149Z [00:05:05.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/RestartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3172190Z [00:05:05.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3241536Z [00:05:05.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreIncrDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3313021Z [00:05:05.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeColdStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3385939Z [00:05:05.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3456111Z [00:05:05.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3527876Z [00:05:05.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateMultiZoneCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3596660Z [00:05:05.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeMultiZoneAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3666118Z [00:05:05.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeDiskWarningLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3736253Z [00:05:05.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListInstanceServiceConfigHistories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3806586Z [00:05:05.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3876340Z [00:05:05.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeInstanceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.3945724Z [00:05:05.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CloseBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4014849Z [00:05:05.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ListInstanceServiceConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4084601Z [00:05:05.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4154050Z [00:05:05.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateHBaseSlbServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4221964Z [00:05:05.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4291823Z [00:05:05.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyDiskWarningLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4361374Z [00:05:05.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ResizeDiskSize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4431535Z [00:05:05.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyIpWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4502964Z [00:05:05.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreFullDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4574360Z [00:05:05.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4645543Z [00:05:05.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4714847Z [00:05:05.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRecoverableTimeRange.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4784072Z [00:05:05.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4852571Z [00:05:05.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/QueryXpackRelateDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4921774Z [00:05:05.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.4992975Z [00:05:05.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeActiveOperationTaskType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5062916Z [00:05:05.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateRestorePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5132315Z [00:05:05.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DeleteHbaseHaSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5201706Z [00:05:05.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/CreateBackupPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5271249Z [00:05:05.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/ModifyUIAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5341523Z [00:05:05.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/RelateDbForHBaseHa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5412896Z [00:05:05.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/hbase/DescribeRestoreTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5484262Z [00:05:05.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySplitItemBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5557049Z [00:05:05.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySavingsPlansInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5627669Z [00:05:05.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetResellerUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5699298Z [00:05:05.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSavingsPlansUsageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5768966Z [00:05:05.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCashCoupons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5838972Z [00:05:05.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryInstanceByTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5908467Z [00:05:05.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryInstanceGaapCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.5979834Z [00:05:05.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryInvoicingCustomerList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6050940Z [00:05:05.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetAllExpirationDay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6120009Z [00:05:05.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCostUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6191063Z [00:05:05.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/AddAccountRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6260412Z [00:05:05.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryRelationList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6328783Z [00:05:05.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetCreditLabelAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6397910Z [00:05:05.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateCostUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6468601Z [00:05:05.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCostUnitResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6542967Z [00:05:05.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ReleaseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6614304Z [00:05:05.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ModifyAccountRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6684412Z [00:05:05.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourceUsageTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6756464Z [00:05:05.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/InquiryPriceRefundInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6825825Z [00:05:05.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryResourcePackageInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6898076Z [00:05:05.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAvailableInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.6968978Z [00:05:05.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7037814Z [00:05:05.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryPriceEntityList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7111170Z [00:05:05.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetPayAsYouGoPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7181853Z [00:05:05.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryProductList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7251365Z [00:05:05.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourceCoverageTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7318566Z [00:05:05.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeInstanceBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7387781Z [00:05:05.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateSavingsPlansInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7456278Z [00:05:05.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSavingsPlansUsageTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7523965Z [00:05:05.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetCustomerAccountInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7592567Z [00:05:05.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSavingsPlansCoverageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7660685Z [00:05:05.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryPermissionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7730452Z [00:05:05.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7799422Z [00:05:05.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryResellerUserAlarmThreshold.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7870792Z [00:05:05.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetResellerUserAlarmThreshold.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.7941181Z [00:05:05.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SubscribeBillToOSS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8011519Z [00:05:05.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8081164Z [00:05:05.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetResourcePackagePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8150996Z [00:05:05.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSplitItemBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8220507Z [00:05:05.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateResellerUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8289331Z [00:05:05.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8359631Z [00:05:05.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ModifyCostUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8428556Z [00:05:05.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RenewChangeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8498188Z [00:05:05.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryResellerAvailableQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8568942Z [00:05:05.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeCostBudgetsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8639094Z [00:05:05.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCommodityList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8708900Z [00:05:05.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAccountBalance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8779444Z [00:05:05.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8849576Z [00:05:05.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeSavingsPlansCoverageTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8918876Z [00:05:05.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.8988016Z [00:05:05.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RelieveAccountRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9056842Z [00:05:05.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryBillOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9127850Z [00:05:05.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DeleteCostUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9196458Z [00:05:05.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySavingsPlansDeductLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9264845Z [00:05:06.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/EnableBillGeneration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9333701Z [00:05:06.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ConvertChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9403931Z [00:05:06.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9472962Z [00:05:06.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetRenewal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9541819Z [00:05:06.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9610958Z [00:05:06.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryFinancialAccountInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9679707Z [00:05:06.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SaveUserCredit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9749816Z [00:05:06.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ConfirmRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9819981Z [00:05:06.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourcePackageProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9890565Z [00:05:06.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryBillToOSSSubscription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:58.9961111Z [00:05:06.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/UnsubscribeBillToOSS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0032171Z [00:05:06.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryUserOmsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0101352Z [00:05:06.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryRedeem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0170709Z [00:05:06.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ApplyInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0240786Z [00:05:06.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0310838Z [00:05:06.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySettleBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0380727Z [00:05:06.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetSubscriptionPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0449270Z [00:05:06.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourceUsageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0518701Z [00:05:06.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0590797Z [00:05:06.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySavingsPlansDiscount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0661933Z [00:05:06.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetCustomerList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0736373Z [00:05:06.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryCustomerAddressList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0807309Z [00:05:06.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/SetResellerUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0878805Z [00:05:06.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/AllocateCostUnitResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.0954100Z [00:05:06.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1032369Z [00:05:06.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1104195Z [00:05:06.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RefundInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1177004Z [00:05:06.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAccountTransactions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1246952Z [00:05:06.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribePricingModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1318528Z [00:05:06.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryDPUtilizationDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1387591Z [00:05:06.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CreateAgAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1458641Z [00:05:06.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryRIUtilizationDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1527091Z [00:05:06.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ChangeResellerConsumeAmount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1597085Z [00:05:06.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAccountTransactionDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1669691Z [00:05:06.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/RenewResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1744308Z [00:05:06.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryPrepaidCards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1817633Z [00:05:06.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/UpgradeResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1887765Z [00:05:06.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryInstanceBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.1958611Z [00:05:06.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/ModifyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2027572Z [00:05:06.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/CancelOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2101022Z [00:05:06.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryAccountBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2171830Z [00:05:06.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeResourceCoverageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2246431Z [00:05:06.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QueryEvaluateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2316049Z [00:05:06.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/GetAccountRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2387862Z [00:05:06.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2456991Z [00:05:06.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/bssopenapi/QuerySkuPriceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2528597Z [00:05:06.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2600229Z [00:05:06.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHybridMonitorNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2669169Z [00:05:06.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2740504Z [00:05:06.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeTagKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2811801Z [00:05:06.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateCmsCallNumOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2884847Z [00:05:06.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/BatchCreateInstantSiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.2954477Z [00:05:06.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeEventRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3023374Z [00:05:06.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3093525Z [00:05:06.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupCategories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3164891Z [00:05:06.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3234068Z [00:05:06.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3303726Z [00:05:06.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateHybridMonitorSLSGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3375416Z [00:05:06.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/Cursor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3454394Z [00:05:06.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutCustomMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3527238Z [00:05:06.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeCustomMetricList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3595778Z [00:05:06.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeProductResourceTagKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3664240Z [00:05:06.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutMonitorGroupDynamicRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3732073Z [00:05:06.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutGroupMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3801390Z [00:05:06.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeGroupMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3883801Z [00:05:06.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteCustomMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.3951728Z [00:05:06.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/SendDryRunSystemEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4020723Z [00:05:06.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4090587Z [00:05:06.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutCustomEventRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4160203Z [00:05:06.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4228964Z [00:05:06.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/BatchCreateIntantSiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4298289Z [00:05:06.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeContactListByContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4366625Z [00:05:06.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutResourceMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4436523Z [00:05:06.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/OpenCmsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4504744Z [00:05:06.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4574873Z [00:05:06.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteInstantMonitorLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4643321Z [00:05:06.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeContactList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4711299Z [00:05:06.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4779909Z [00:05:06.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutCustomMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4848094Z [00:05:06.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutEventRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4917286Z [00:05:06.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutHybridMonitorMetricData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.4986583Z [00:05:06.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/BatchExport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5056446Z [00:05:06.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5124826Z [00:05:06.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifySiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5193270Z [00:05:06.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeCustomEventCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5261856Z [00:05:06.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5329677Z [00:05:06.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5399837Z [00:05:06.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupDynamicRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5469257Z [00:05:06.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5539270Z [00:05:06.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeLogMonitorAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5609368Z [00:05:06.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitorGroupNotifyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5678881Z [00:05:06.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5747137Z [00:05:06.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateCmsOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5815006Z [00:05:06.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteDynamicTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5883456Z [00:05:06.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHybridMonitorSLSGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.5952340Z [00:05:06.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertLogList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6021034Z [00:05:06.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6089764Z [00:05:06.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutMetricRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6158582Z [00:05:06.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableSiteMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6225815Z [00:05:06.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeExporterOutputList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6292924Z [00:05:06.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6360395Z [00:05:06.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6429560Z [00:05:06.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/AddTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6499090Z [00:05:06.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentProcesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6569546Z [00:05:06.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateGroupMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6639001Z [00:05:06.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeCustomEventHistogram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6708519Z [00:05:06.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricTop.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6777868Z [00:05:06.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertLogHistogram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6846402Z [00:05:06.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableActiveMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6915687Z [00:05:06.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHybridMonitorNamespaceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.6983393Z [00:05:06.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7052890Z [00:05:06.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRuleResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7123274Z [00:05:06.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyMetricRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7190706Z [00:05:06.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7257825Z [00:05:06.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7325374Z [00:05:06.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteExporterOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7395863Z [00:05:06.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7469401Z [00:05:06.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7540707Z [00:05:06.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutEventRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7612312Z [00:05:06.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMetricRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7684037Z [00:05:06.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/RemoveTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7753398Z [00:05:06.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7821760Z [00:05:06.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7892319Z [00:05:06.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSystemEventMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.7959588Z [00:05:06.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorResourceQuotaAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8025865Z [00:05:06.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutExporterOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8094596Z [00:05:06.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8164282Z [00:05:06.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/BatchCreateOnceSiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8235248Z [00:05:06.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8304765Z [00:05:06.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHybridMonitorSLSGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8373990Z [00:05:06.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeProjectMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8442722Z [00:05:06.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableSiteMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8511612Z [00:05:06.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutMonitoringConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8579881Z [00:05:06.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorGroupNotifyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8651125Z [00:05:06.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupNotifyPolicyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8721413Z [00:05:06.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyMonitorGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8794291Z [00:05:06.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertingMetricRuleResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8861551Z [00:05:06.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHostInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.8931056Z [00:05:06.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/InstallMonitoringAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9001091Z [00:05:06.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSystemEventCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9069190Z [00:05:06.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteHybridMonitorSLSGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9137799Z [00:05:06.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeLogMonitorList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9206802Z [00:05:06.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9275353Z [00:05:07.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeActiveMetricRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9345165Z [00:05:07.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9414956Z [00:05:07.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeContactGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9483104Z [00:05:07.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutResourceMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9552818Z [00:05:07.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9621081Z [00:05:07.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9692010Z [00:05:07.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyHybridMonitorTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9761098Z [00:05:07.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeCustomEventAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9829537Z [00:05:07.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutLogMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9898644Z [00:05:07.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:18:59.9966502Z [00:05:07.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0038457Z [00:05:07.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableActiveMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0112898Z [00:05:07.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitorGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0183155Z [00:05:07.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeEventRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0251448Z [00:05:07.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0320016Z [00:05:07.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0389328Z [00:05:07.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricLast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0457091Z [00:05:07.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertLogCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0527197Z [00:05:07.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteHybridMonitorTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0598489Z [00:05:07.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeProductsOfActiveMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0669756Z [00:05:07.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateCmsSmspackageOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0743775Z [00:05:07.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutCustomEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0812257Z [00:05:07.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0882069Z [00:05:07.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeDynamicTagRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.0953902Z [00:05:07.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateInstantSiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1026465Z [00:05:07.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ModifyGroupMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1098056Z [00:05:07.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateDynamicTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1171271Z [00:05:07.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1241700Z [00:05:07.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1318684Z [00:05:07.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/UninstallMonitoringAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1393334Z [00:05:07.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DisableEventRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1467384Z [00:05:07.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorGroupByResourceGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1546373Z [00:05:07.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteGroupMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1611568Z [00:05:07.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHybridMonitorDataList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1686363Z [00:05:07.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSystemEventAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1758890Z [00:05:07.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitorGroupDynamicRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1828650Z [00:05:07.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleTemplateAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1897866Z [00:05:07.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.1968391Z [00:05:07.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteLogMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2042813Z [00:05:07.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeUnhealthyHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2114641Z [00:05:07.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorISPCityList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2188371Z [00:05:07.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMetricRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2262803Z [00:05:07.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteEventRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2331763Z [00:05:07.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSiteMonitorList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2400604Z [00:05:07.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateHybridMonitorTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2470462Z [00:05:07.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteEventRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2540242Z [00:05:07.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateGroupMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2608444Z [00:05:07.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeAlertHistoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2677294Z [00:05:07.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateHybridMonitorNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2746198Z [00:05:07.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHostAvailabilityList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2815585Z [00:05:07.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/ApplyMetricRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2885249Z [00:05:07.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateSiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.2953005Z [00:05:07.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitoringAgentStatuses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3020867Z [00:05:07.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeSystemEventHistogram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3089667Z [00:05:07.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3156199Z [00:05:07.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeEventRuleTargetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3224145Z [00:05:07.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteSiteMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3292565Z [00:05:07.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeExporterRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3364245Z [00:05:07.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeHybridMonitorTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3433173Z [00:05:07.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteHybridMonitorNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3503946Z [00:05:07.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3574282Z [00:05:07.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteExporterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3649513Z [00:05:07.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DeleteHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3718567Z [00:05:07.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMetricRuleResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3787393Z [00:05:07.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMetricRuleCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3857114Z [00:05:07.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3929588Z [00:05:07.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/PutExporterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.3999146Z [00:05:07.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/EnableEventRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4067623Z [00:05:07.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeTagValueList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4139120Z [00:05:07.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/CreateHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4210653Z [00:05:07.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cms/DescribeMonitorGroupInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4281610Z [00:05:07.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/green/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4351355Z [00:05:07.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/StartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4422246Z [00:05:07.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4494284Z [00:05:07.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4561204Z [00:05:07.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4630732Z [00:05:07.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4699819Z [00:05:07.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpgradePrePayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4768372Z [00:05:07.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DescribeSaslUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4837177Z [00:05:07.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DescribeAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4908033Z [00:05:07.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetAllInstanceIdList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.4978836Z [00:05:07.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/QueryMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5050277Z [00:05:07.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ReleaseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5120052Z [00:05:07.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5188663Z [00:05:07.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ConvertPostPayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5260320Z [00:05:07.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetQuotaTip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5331765Z [00:05:07.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpdateConsumerOffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5404124Z [00:05:07.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreateAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5473400Z [00:05:07.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5541996Z [00:05:07.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetConsumerList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5611267Z [00:05:07.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpdateAllowedIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5682904Z [00:05:07.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ModifyPartitionNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5753776Z [00:05:07.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreatePrePayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5823879Z [00:05:07.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5895949Z [00:05:07.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.5966524Z [00:05:07.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpgradePostPayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6037044Z [00:05:07.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6105913Z [00:05:07.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6174272Z [00:05:07.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreateSaslUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6242755Z [00:05:07.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetTopicList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6314178Z [00:05:07.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpdateInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6384620Z [00:05:07.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpgradeInstanceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6455876Z [00:05:07.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/UpdateTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6526238Z [00:05:07.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetConsumerProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6596431Z [00:05:07.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6667002Z [00:05:07.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetTopicStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6736881Z [00:05:07.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/GetAllowedIpList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6806368Z [00:05:07.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ModifyInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6875755Z [00:05:07.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreatePostPayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.6948305Z [00:05:07.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/DeleteSaslUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7018528Z [00:05:07.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/CreateTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7090829Z [00:05:07.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/alikafka/ModifyTopicRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7161355Z [00:05:07.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroupsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7230005Z [00:05:07.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostAccountsToHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7297869Z [00:05:07.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7366048Z [00:05:07.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7436021Z [00:05:07.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7506611Z [00:05:07.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateUserPublicKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7576828Z [00:05:07.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/StartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7650057Z [00:05:07.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostsPort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7727173Z [00:05:07.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostAccountsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7800539Z [00:05:07.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostsActiveAddressType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7871754Z [00:05:07.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DescribeInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.7942134Z [00:05:07.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8012753Z [00:05:07.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostAccountsForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8083483Z [00:05:07.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/RejectOperationTicket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8154225Z [00:05:07.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyInstanceTwoFactor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8224349Z [00:05:07.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8294044Z [00:05:07.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListUserPublicKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8366531Z [00:05:07.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostsForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8436852Z [00:05:07.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8508462Z [00:05:07.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/UnlockUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8579245Z [00:05:07.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListOperationTickets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8650562Z [00:05:07.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8720399Z [00:05:07.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteUserPublicKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8791393Z [00:05:07.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostGroupAccountsToUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8864498Z [00:05:07.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostAccountsToUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.8934481Z [00:05:07.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9004616Z [00:05:07.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ConfigInstanceSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9075895Z [00:05:07.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9148883Z [00:05:07.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9218412Z [00:05:07.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9288948Z [00:05:08.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9360372Z [00:05:08.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AcceptApproveCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9432067Z [00:05:08.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/RejectApproveCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9509385Z [00:05:08.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9582141Z [00:05:08.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AcceptOperationTicket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9655569Z [00:05:08.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListApproveCommands.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9726465Z [00:05:08.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9797527Z [00:05:08.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9867739Z [00:05:08.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:00.9938179Z [00:05:08.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0007142Z [00:05:08.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0078138Z [00:05:08.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0150110Z [00:05:08.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetInstanceTwoFactor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0223911Z [00:05:08.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyInstanceADAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0295217Z [00:05:08.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0364729Z [00:05:08.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/RemoveHostsFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0436206Z [00:05:08.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0504065Z [00:05:08.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ConfigInstanceWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0574783Z [00:05:08.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0644797Z [00:05:08.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListUserGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0725180Z [00:05:08.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0796864Z [00:05:08.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0867999Z [00:05:08.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.0938238Z [00:05:08.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1008677Z [00:05:08.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/CreateHostAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1079192Z [00:05:08.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1148869Z [00:05:08.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1218409Z [00:05:08.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1287964Z [00:05:08.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1358597Z [00:05:08.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AddUsersToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1433141Z [00:05:08.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ResetHostAccountCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1509284Z [00:05:08.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetInstanceADAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1581905Z [00:05:08.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1654495Z [00:05:08.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1725722Z [00:05:08.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetHostAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1798080Z [00:05:08.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/LockUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1868818Z [00:05:08.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteHostAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.1940891Z [00:05:08.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2011725Z [00:05:08.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroupsForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2084474Z [00:05:08.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostAccountsForHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2155377Z [00:05:08.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostShareKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2225197Z [00:05:08.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2296539Z [00:05:08.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AddHostsToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2367827Z [00:05:08.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostAccountsFromUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2437952Z [00:05:08.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ModifyHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2507972Z [00:05:08.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostGroupAccountsFromUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2577517Z [00:05:08.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DisableInstancePublicAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2645211Z [00:05:08.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2713885Z [00:05:08.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2784740Z [00:05:08.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2857586Z [00:05:08.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/GetInstanceLDAPAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.2930048Z [00:05:08.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/RemoveUsersFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3001410Z [00:05:08.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DetachHostAccountsFromUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3070257Z [00:05:08.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3141221Z [00:05:08.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/EnableInstancePublicAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3213893Z [00:05:08.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/DeleteHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3283382Z [00:05:08.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/ListHostGroupAccountNamesForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3353919Z [00:05:08.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/yundun-bastionhost/AttachHostAccountsToUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3426753Z [00:05:08.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateARMServerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3498145Z [00:05:08.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeARMServerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3570953Z [00:05:08.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancerTCPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3642648Z [00:05:08.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3713857Z [00:05:08.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RollbackApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3785891Z [00:05:08.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3858175Z [00:05:08.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleasePrePaidInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.3929444Z [00:05:08.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateNetworkAclEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4002921Z [00:05:08.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4074444Z [00:05:08.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteDeviceInternetPort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4147138Z [00:05:08.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsNetLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4217233Z [00:05:08.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AttachDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4290977Z [00:05:08.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AssignPrivateIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4362158Z [00:05:08.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancerHTTPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4432778Z [00:05:08.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4502204Z [00:05:08.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNatGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4573372Z [00:05:08.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4642367Z [00:05:08.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4710285Z [00:05:08.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RescaleDeviceService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4778708Z [00:05:08.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleasePostPaidInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4847642Z [00:05:08.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/PutBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4917930Z [00:05:08.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSecurityGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.4987962Z [00:05:08.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5059102Z [00:05:08.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeMeasurementData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5128736Z [00:05:08.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetBucketLifecycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5198937Z [00:05:08.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StartSnatIpForSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5269642Z [00:05:08.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeElbAvailableResourceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5339607Z [00:05:08.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5410256Z [00:05:08.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/JoinSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5480046Z [00:05:08.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceVncUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5549897Z [00:05:08.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RevokeSecurityGroupEgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5619493Z [00:05:08.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5690722Z [00:05:08.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDataDownloadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5760359Z [00:05:08.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDeviceService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5831606Z [00:05:08.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReinitInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5904979Z [00:05:08.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetOssUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.5977332Z [00:05:08.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StopInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6049030Z [00:05:08.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifySnapshotAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6120323Z [00:05:08.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RebootAICInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6197198Z [00:05:08.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6271034Z [00:05:08.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyImageSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6344693Z [00:05:08.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerTCPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6415752Z [00:05:08.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6487669Z [00:05:08.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6558621Z [00:05:08.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6628098Z [00:05:08.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UpgradeAICInstanceImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6697974Z [00:05:08.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReInitDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6767447Z [00:05:08.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RescaleApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6836256Z [00:05:08.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AddDeviceInternetPort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6907242Z [00:05:08.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerUDPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.6977061Z [00:05:08.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7046623Z [00:05:08.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/JoinPublicIpsToEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7117344Z [00:05:08.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7187532Z [00:05:08.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancerHTTPSListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7257726Z [00:05:08.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7330893Z [00:05:08.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeApplicationResourceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7404158Z [00:05:08.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7475232Z [00:05:08.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ResizeDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7544982Z [00:05:08.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleaseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7613914Z [00:05:08.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsRegionIdResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7681416Z [00:05:08.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AssociateEnsEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7751061Z [00:05:08.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeAvailableResourceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7820896Z [00:05:08.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyNetworkAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7891482Z [00:05:08.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyPrepayInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.7959699Z [00:05:08.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8029496Z [00:05:08.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeExportImageInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8098728Z [00:05:08.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ResetDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8168458Z [00:05:08.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RebootInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8239077Z [00:05:08.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ExportImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8308530Z [00:05:08.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8379037Z [00:05:08.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RemoveVSwitchesFromEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8449419Z [00:05:08.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeAICImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8518823Z [00:05:08.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8587401Z [00:05:08.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8657135Z [00:05:08.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8727941Z [00:05:08.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteBucketLifecycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8796177Z [00:05:08.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNetworkInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8865561Z [00:05:08.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DistApplicationData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.8932758Z [00:05:08.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AccosicateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9000968Z [00:05:08.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RemoveBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9068406Z [00:05:08.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeMountTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9136751Z [00:05:08.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StartLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9205394Z [00:05:08.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9274124Z [00:05:09.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSDGDeploymentStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9342065Z [00:05:09.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateClassicNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9411353Z [00:05:09.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9480101Z [00:05:09.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9549923Z [00:05:09.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9624635Z [00:05:09.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AddBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9697169Z [00:05:09.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteEnsRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9768123Z [00:05:09.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSnatTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9838704Z [00:05:09.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeServcieSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9908655Z [00:05:09.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyEnsEipAddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:01.9977797Z [00:05:09.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UnAssociateEnsEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0047124Z [00:05:09.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ImportKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0117512Z [00:05:09.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ExportMeasurementData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0187131Z [00:05:09.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0257649Z [00:05:09.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0326142Z [00:05:09.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0396780Z [00:05:09.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CopySDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0467337Z [00:05:09.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetBucketInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0541577Z [00:05:09.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleaseARMServerInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0615825Z [00:05:09.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeRegionIsps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0688974Z [00:05:09.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0761734Z [00:05:09.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StopEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0834731Z [00:05:09.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AuthorizeSecurityGroupEgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0907171Z [00:05:09.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.0977953Z [00:05:09.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RenewARMServerInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1050847Z [00:05:09.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AddSnatIpForSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1119632Z [00:05:09.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/LeaveSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1189124Z [00:05:09.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RecoverAICInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1257951Z [00:05:09.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1328480Z [00:05:09.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RestartDeviceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1399016Z [00:05:09.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyImageAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1469821Z [00:05:09.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSnatAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1543269Z [00:05:09.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetBucketAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1616608Z [00:05:09.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDataDistResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1690617Z [00:05:09.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1763700Z [00:05:09.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1836409Z [00:05:09.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteNetworkAclEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1907176Z [00:05:09.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsNetSaleDistrict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.1978312Z [00:05:09.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetOssStorageAndAccByBuckets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2050603Z [00:05:09.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeBandwitdhByInternetChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2121477Z [00:05:09.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeForwardTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2190120Z [00:05:09.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2264281Z [00:05:09.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeExportImageStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2336415Z [00:05:09.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerUDPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2406334Z [00:05:09.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UnassignPrivateIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2475631Z [00:05:09.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CopySnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2545523Z [00:05:09.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2616147Z [00:05:09.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnBandWidthData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2685485Z [00:05:09.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNetworkAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2756820Z [00:05:09.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteSnatIpForSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2825737Z [00:05:09.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2895385Z [00:05:09.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.2964742Z [00:05:09.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteKeyPairs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3032983Z [00:05:09.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ExportBillDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3103648Z [00:05:09.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3174403Z [00:05:09.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RunInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3246773Z [00:05:09.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3319406Z [00:05:09.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RunServiceSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3391752Z [00:05:09.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeCloudDiskTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3461222Z [00:05:09.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3531386Z [00:05:09.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3599117Z [00:05:09.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ResetDeviceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3671132Z [00:05:09.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3741676Z [00:05:09.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AddNetworkInterfaceToInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3812853Z [00:05:09.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AuthorizeSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3881786Z [00:05:09.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.3951323Z [00:05:09.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4021430Z [00:05:09.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4090509Z [00:05:09.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ListObjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4160031Z [00:05:09.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateEnsRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4229426Z [00:05:09.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UpgradeApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4300155Z [00:05:09.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeDataPushResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4370465Z [00:05:09.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerHTTPSListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4439733Z [00:05:09.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4511288Z [00:05:09.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/AttachEnsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4584944Z [00:05:09.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeBandWithdChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4659747Z [00:05:09.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnBandwitdhByInternetChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4730327Z [00:05:09.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4800177Z [00:05:09.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4869601Z [00:05:09.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RemovePublicIpsFromEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.4939888Z [00:05:09.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StopSnatIpForSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5009584Z [00:05:09.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeReservedResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5079478Z [00:05:09.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/UnassociateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5150612Z [00:05:09.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeCloudDiskAvailableResourceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5224428Z [00:05:09.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyVSwitchAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5299529Z [00:05:09.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateEnsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5373117Z [00:05:09.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5446577Z [00:05:09.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/PutBucketLifecycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5518536Z [00:05:09.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNetworkAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5590203Z [00:05:09.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeploySDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5662546Z [00:05:09.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeCreatePrePaidInstanceResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5734388Z [00:05:09.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeSelfImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5805238Z [00:05:09.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsRegionIdIpv6Info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5876824Z [00:05:09.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RebootARMServerInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.5948733Z [00:05:09.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/GetDeviceInternetPort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6022023Z [00:05:09.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6093628Z [00:05:09.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/PushApplicationData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6165196Z [00:05:09.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6236072Z [00:05:09.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6308286Z [00:05:09.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribePrePaidInstanceStock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6378851Z [00:05:09.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsResourceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6449404Z [00:05:09.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeImageInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6519959Z [00:05:09.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifySecurityGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6590488Z [00:05:09.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstanceMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6660708Z [00:05:09.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ReleaseAICInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6730867Z [00:05:09.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6802238Z [00:05:09.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateLoadBalancerUDPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6873133Z [00:05:09.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/RevokeSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.6944268Z [00:05:09.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsNetDistrict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7013696Z [00:05:09.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerHTTPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7084875Z [00:05:09.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7155849Z [00:05:09.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerHTTPSListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7224634Z [00:05:09.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StopLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7293788Z [00:05:09.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7366053Z [00:05:09.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeKeyPairs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7434041Z [00:05:09.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ResetAICInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7505314Z [00:05:09.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEnsRouteEntryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7575022Z [00:05:09.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/PutBucketAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7643704Z [00:05:09.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7712787Z [00:05:09.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7782017Z [00:05:09.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7851891Z [00:05:09.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7921895Z [00:05:09.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateEipInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.7991214Z [00:05:09.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/StartEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8060532Z [00:05:09.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8129350Z [00:05:09.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeFileSystems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8200414Z [00:05:09.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DetachDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8269775Z [00:05:09.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeEpnMeasurementData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8339826Z [00:05:09.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeLoadBalancerHTTPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8408810Z [00:05:09.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/SetLoadBalancerTCPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8478737Z [00:05:09.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeImageSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8547591Z [00:05:09.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8617140Z [00:05:09.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8686376Z [00:05:09.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8755369Z [00:05:09.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeUserBandWidthData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8824645Z [00:05:09.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ModifyLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8893343Z [00:05:09.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/ListBuckets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.8965702Z [00:05:09.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DescribeNetworks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9035663Z [00:05:09.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/JoinVSwitchesToEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9105099Z [00:05:09.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/DeleteImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9177159Z [00:05:09.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/ens/CreateForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9246001Z [00:05:10.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetUploadCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9315114Z [00:05:10.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/UpdateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9387782Z [00:05:10.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetServiceTemplateParameterConstraints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9458203Z [00:05:10.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetServiceEstimateCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9528495Z [00:05:10.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListAcrImageRepositories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9599370Z [00:05:10.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9671246Z [00:05:10.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9742202Z [00:05:10.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListServiceUsages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9813927Z [00:05:10.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9883305Z [00:05:10.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ModifyServiceInstanceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:02.9953209Z [00:05:10.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/PushMeteringData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0022758Z [00:05:10.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/DeleteArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0094872Z [00:05:10.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/CreateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0167245Z [00:05:10.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/RegisterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0238338Z [00:05:10.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetArtifactRepositoryCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0310764Z [00:05:10.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0388188Z [00:05:10.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ContinueDeployServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0461237Z [00:05:10.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/DeployServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0533166Z [00:05:10.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/CreateServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0609738Z [00:05:10.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0691822Z [00:05:10.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/DeleteService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0767570Z [00:05:10.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ReleaseArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0839109Z [00:05:10.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListArtifacts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0909197Z [00:05:10.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/UpdateServiceInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.0981389Z [00:05:10.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/AddServiceSharedAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1050256Z [00:05:10.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/DeleteServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1119113Z [00:05:10.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListAcrImageTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1189063Z [00:05:10.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/GetServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1257239Z [00:05:10.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/UpgradeServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1327014Z [00:05:10.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/CreateArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1395768Z [00:05:10.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/UpdateArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1467694Z [00:05:10.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/computenestsupplier/ListArtifactVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1540062Z [00:05:10.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeSubaccountK8sClusterUserConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1610089Z [00:05:10.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/StartWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1681172Z [00:05:10.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicyDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1749565Z [00:05:10.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1820693Z [00:05:10.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UnInstallClusterAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1889279Z [00:05:10.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.1959582Z [00:05:10.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/StopAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2028604Z [00:05:10.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2101551Z [00:05:10.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterUserKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2170043Z [00:05:10.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpdateContactGroupForAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2240857Z [00:05:10.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2312765Z [00:05:10.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/RemoveWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2385015Z [00:05:10.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicyInstancesStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2453315Z [00:05:10.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/AttachInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2520807Z [00:05:10.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteKubernetesTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2591668Z [00:05:10.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ResumeTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2663495Z [00:05:10.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyNodePoolNodeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2732365Z [00:05:10.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonsUpgradeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2801987Z [00:05:10.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2874210Z [00:05:10.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/MigrateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.2945013Z [00:05:10.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3016102Z [00:05:10.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3087981Z [00:05:10.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/PauseClusterUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3158304Z [00:05:10.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3229681Z [00:05:10.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpdateK8sClusterUserConfigExpire.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3300406Z [00:05:10.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GetKubernetesTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3373439Z [00:05:10.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GetClusterCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3444392Z [00:05:10.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClustersV1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3515358Z [00:05:10.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3586152Z [00:05:10.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeUserClusterNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3658147Z [00:05:10.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeExternalAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3728011Z [00:05:10.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ScaleClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3798133Z [00:05:10.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3869641Z [00:05:10.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/RunClusterCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.3942028Z [00:05:10.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeNodePoolVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4013560Z [00:05:10.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4085209Z [00:05:10.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/RepairClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4155656Z [00:05:10.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListClusterChecks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4225801Z [00:05:10.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4294860Z [00:05:10.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4364536Z [00:05:10.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4436228Z [00:05:10.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeletePolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4508280Z [00:05:10.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GrantPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4580282Z [00:05:10.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4652574Z [00:05:10.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeAddon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4727542Z [00:05:10.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelOperationPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4800571Z [00:05:10.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4872601Z [00:05:10.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateKubernetesTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.4944451Z [00:05:10.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GetUpgradeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5018451Z [00:05:10.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListOperationPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5088263Z [00:05:10.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5158658Z [00:05:10.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/GetClusterAddonInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5229799Z [00:05:10.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterNodePoolDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5299385Z [00:05:10.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/RemoveNodePoolNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5368351Z [00:05:10.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/AttachInstancesToNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5438816Z [00:05:10.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonUpgradeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5508573Z [00:05:10.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpgradeClusterAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5580634Z [00:05:10.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyClusterAddon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5651428Z [00:05:10.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/OpenAckService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5723894Z [00:05:10.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5792632Z [00:05:10.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5864300Z [00:05:10.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.5936708Z [00:05:10.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteClusterNodepool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6008176Z [00:05:10.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/SyncClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6078879Z [00:05:10.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeKubernetesVersionMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6148682Z [00:05:10.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6218962Z [00:05:10.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6289880Z [00:05:10.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CreateAutoscalingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6361995Z [00:05:10.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6431628Z [00:05:10.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6502658Z [00:05:10.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6571672Z [00:05:10.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/InstallClusterAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6641402Z [00:05:10.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6712830Z [00:05:10.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescirbeWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6781265Z [00:05:10.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6850801Z [00:05:10.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/PauseComponentUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6924142Z [00:05:10.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.6996965Z [00:05:10.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpgradeClusterNodepool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7069499Z [00:05:10.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7143607Z [00:05:10.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7216226Z [00:05:10.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7287247Z [00:05:10.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelComponentUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7357345Z [00:05:10.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/FixNodePoolVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7428514Z [00:05:10.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterNodePools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7498753Z [00:05:10.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteClusterNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7569014Z [00:05:10.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7641359Z [00:05:10.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpgradeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7711097Z [00:05:10.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicyInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7782802Z [00:05:10.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyClusterTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7852852Z [00:05:10.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7923384Z [00:05:10.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/UpdateControlPlaneLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.7995338Z [00:05:10.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicyGovernanceInCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8067280Z [00:05:10.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8137380Z [00:05:10.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8210224Z [00:05:10.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAddonsVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8284456Z [00:05:10.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterV2UserKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8357200Z [00:05:10.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ResumeUpgradeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8429392Z [00:05:10.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeWorkflows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8501057Z [00:05:10.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ScanClusterVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8573612Z [00:05:10.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CheckControlPlaneLogEnable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8645620Z [00:05:10.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/CancelClusterUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8719195Z [00:05:10.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/PauseTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8789841Z [00:05:10.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeployPolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8861646Z [00:05:10.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ResumeComponentUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.8931637Z [00:05:10.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeClusterAttachScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9002701Z [00:05:10.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ListClusterAddonInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9073142Z [00:05:10.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/ModifyPolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9144235Z [00:05:10.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/StartAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9214726Z [00:05:10.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9285272Z [00:05:11.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9357935Z [00:05:11.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/zh-CN/cs/DescribeTemplateAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9430144Z [00:05:11.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9503456Z [00:05:11.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/SwitchOverGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9572198Z [00:05:11.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9643126Z [00:05:11.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9714647Z [00:05:11.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9787296Z [00:05:11.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RefreshDBClusterStorageUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9859048Z [00:05:11.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:03.9930843Z [00:05:11.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0000707Z [00:05:11.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0071689Z [00:05:11.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0142244Z [00:05:11.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeScheduleTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0213286Z [00:05:11.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0286798Z [00:05:11.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeGlobalDatabaseNetworks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0356632Z [00:05:11.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0428753Z [00:05:11.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RevokeAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0501447Z [00:05:11.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBNodesParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0574158Z [00:05:11.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CheckKMSAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0645903Z [00:05:11.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0719596Z [00:05:11.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0793663Z [00:05:11.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeAITaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0865144Z [00:05:11.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/UpgradeDBClusterVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.0936856Z [00:05:11.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterStorageSpace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1009820Z [00:05:11.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RemoveDBClusterFromGDN.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1085868Z [00:05:11.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/UpgradeDBClusterMinorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1159523Z [00:05:11.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1230579Z [00:05:11.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1304754Z [00:05:11.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1377190Z [00:05:11.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1447760Z [00:05:11.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeBackupTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1518408Z [00:05:11.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterConnectivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1588531Z [00:05:11.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeCharacterSetName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1660993Z [00:05:11.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RestoreTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1731110Z [00:05:11.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1805315Z [00:05:11.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeUserEncryptionKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1878014Z [00:05:11.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/EvaluateRegionResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.1949979Z [00:05:11.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBNodesParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2023091Z [00:05:11.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyLogBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2094618Z [00:05:11.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2166413Z [00:05:11.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterAuditLogCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2239370Z [00:05:11.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterServerlessConf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2311711Z [00:05:11.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBProxyPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2384367Z [00:05:11.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2454924Z [00:05:11.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2525021Z [00:05:11.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDetachedBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2596451Z [00:05:11.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2667746Z [00:05:11.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBNodeClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2738586Z [00:05:11.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDasConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2809260Z [00:05:11.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/TempModifyDBNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2884803Z [00:05:11.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.2956334Z [00:05:11.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3027874Z [00:05:11.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3099623Z [00:05:11.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/EnableDBClusterServerless.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3170380Z [00:05:11.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateColdStorageInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3244112Z [00:05:11.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterAvailableResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3317753Z [00:05:11.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBNodeHotReplicaMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3390502Z [00:05:11.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3464658Z [00:05:11.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3536362Z [00:05:11.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeClassList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3608625Z [00:05:11.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DisableDBClusterServerless.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3682650Z [00:05:11.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3754093Z [00:05:11.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3826210Z [00:05:11.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3908991Z [00:05:11.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.3977084Z [00:05:11.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4050251Z [00:05:11.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4122808Z [00:05:11.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4193681Z [00:05:11.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CheckAccountName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4265527Z [00:05:11.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4337258Z [00:05:11.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4408676Z [00:05:11.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4480109Z [00:05:11.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyGlobalSecurityIPGroupName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4552544Z [00:05:11.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterServerlessConf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4621352Z [00:05:11.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/OpenAITask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4689969Z [00:05:11.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterMigration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4760585Z [00:05:11.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeParameterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4830506Z [00:05:11.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBClusterEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4900168Z [00:05:11.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CheckServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.4968840Z [00:05:11.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5038405Z [00:05:11.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterAccessWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5111414Z [00:05:11.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyPendingMaintenanceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5181654Z [00:05:11.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5252928Z [00:05:11.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/TransformDBClusterPayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5322752Z [00:05:11.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5395432Z [00:05:11.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/EnableFirewallRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5467340Z [00:05:11.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5539819Z [00:05:11.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CheckDBName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5609211Z [00:05:11.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CloseAITask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5678094Z [00:05:11.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/FailoverDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5748539Z [00:05:11.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusterEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5818070Z [00:05:11.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5886399Z [00:05:11.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.5956377Z [00:05:11.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6025949Z [00:05:11.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6097806Z [00:05:11.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6171621Z [00:05:11.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteMaskingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6243709Z [00:05:11.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClustersWithBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6313588Z [00:05:11.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6384177Z [00:05:11.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBNodesClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6452883Z [00:05:11.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6520670Z [00:05:11.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBClusterEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6588736Z [00:05:11.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6658418Z [00:05:11.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBInitializeVariable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6727875Z [00:05:11.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6797868Z [00:05:11.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribePendingMaintenanceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6865591Z [00:05:11.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.6933517Z [00:05:11.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBLinks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7002328Z [00:05:11.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeLogBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7070532Z [00:05:11.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeMaskingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7140600Z [00:05:11.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7208896Z [00:05:11.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribePendingMaintenanceActions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7276707Z [00:05:11.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterPrimaryZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7346158Z [00:05:11.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ManuallyStartDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7417475Z [00:05:11.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7487348Z [00:05:11.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7557735Z [00:05:11.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterAndNodesParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7627661Z [00:05:11.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribePolarSQLCollectorPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7697892Z [00:05:11.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterMigration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7767495Z [00:05:11.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7836773Z [00:05:11.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7907462Z [00:05:11.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.7976694Z [00:05:11.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterAuditLogCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8045863Z [00:05:11.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ResetAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8114360Z [00:05:11.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8183635Z [00:05:11.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8254884Z [00:05:11.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8325396Z [00:05:11.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8395890Z [00:05:11.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeSlowLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8465318Z [00:05:11.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8537864Z [00:05:11.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8608791Z [00:05:11.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ResetGlobalDatabaseNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8678984Z [00:05:11.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeParameterGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8748435Z [00:05:11.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateDBLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8819566Z [00:05:11.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyMaskingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8889427Z [00:05:11.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CloseDBClusterMigration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.8958660Z [00:05:11.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DeleteDBLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9028284Z [00:05:11.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/RestartDBNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9099425Z [00:05:11.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9169079Z [00:05:11.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CreateStoragePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9237834Z [00:05:12.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/GrantAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9306895Z [00:05:12.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeBackupLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9376192Z [00:05:12.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterAccessWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9445513Z [00:05:12.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBNodePerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9515847Z [00:05:12.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/ModifyDBClusterDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9587765Z [00:05:12.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/DescribeDBClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9658931Z [00:05:12.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/polardb/CancelScheduleTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9728947Z [00:05:12.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/UpdateHubClusterFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9801964Z [00:05:12.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeHubClusterLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9873290Z [00:05:12.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicyDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:04.9942787Z [00:05:12.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/UpdateUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0013235Z [00:05:12.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeHubClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0082266Z [00:05:12.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicyInstancesStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0151466Z [00:05:12.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DeleteUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0219875Z [00:05:12.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/GrantUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0289812Z [00:05:12.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0358336Z [00:05:12.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DeletePolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0427882Z [00:05:12.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0496941Z [00:05:12.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeManagedClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0567048Z [00:05:12.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeHubClusterDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0638152Z [00:05:12.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeHubClusterKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0707110Z [00:05:12.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0776927Z [00:05:12.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DetachClusterFromHub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0845785Z [00:05:12.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicyInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0919802Z [00:05:12.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicyGovernanceInCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.0990795Z [00:05:12.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DescribePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1062349Z [00:05:12.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/GrantUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1132291Z [00:05:12.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DeployPolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1200203Z [00:05:12.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/CreateHubCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1268878Z [00:05:12.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/AttachClusterToHub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1338672Z [00:05:12.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adcp/DeleteHubCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1409240Z [00:05:12.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafGeoInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1479487Z [00:05:12.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1548531Z [00:05:12.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDcdnWafPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1617950Z [00:05:12.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnCertificateSigningRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1685409Z [00:05:12.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ListDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1755394Z [00:05:12.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1824773Z [00:05:12.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteRoutineCodeRevision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1896214Z [00:05:12.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.1968144Z [00:05:12.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRefreshTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2039657Z [00:05:12.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnSLSRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2111125Z [00:05:12.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainQpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2181129Z [00:05:12.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserSecDrop.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2252921Z [00:05:12.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/OpenDcdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2327242Z [00:05:12.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnStagingIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2396765Z [00:05:12.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSMCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2466348Z [00:05:12.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnBlockedRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2536710Z [00:05:12.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchSetDcdnIpaDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2607563Z [00:05:12.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ListDcdnRealTimeDeliveryProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2675777Z [00:05:12.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2744084Z [00:05:12.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafFilterInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2814195Z [00:05:12.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDcdnWafGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2883981Z [00:05:12.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRefreshQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.2952788Z [00:05:12.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeUserErStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3021873Z [00:05:12.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3093882Z [00:05:12.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/StartDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3163852Z [00:05:12.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRegionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3234361Z [00:05:12.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3305883Z [00:05:12.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserSecDropByMinute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3375826Z [00:05:12.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSecFuncInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3445050Z [00:05:12.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CommitStagingRoutineCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3516824Z [00:05:12.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeKvUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3588874Z [00:05:12.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3657613Z [00:05:12.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UploadRoutineCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3726917Z [00:05:12.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchAddDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3794646Z [00:05:12.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UntagDcdnResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3864188Z [00:05:12.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeEncryptRoutineUid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.3933553Z [00:05:12.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserBillType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4001552Z [00:05:12.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4070660Z [00:05:12.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserDomainsByFunc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4139481Z [00:05:12.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4209993Z [00:05:12.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4278390Z [00:05:12.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4347220Z [00:05:12.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteRoutineConfEnvs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4416856Z [00:05:12.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnL2Ips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4486646Z [00:05:12.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnErUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4557357Z [00:05:12.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4627177Z [00:05:12.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/RefreshDcdnObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4696297Z [00:05:12.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeByteHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4764492Z [00:05:12.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafScenes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4835318Z [00:05:12.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4905801Z [00:05:12.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSLSRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.4974720Z [00:05:12.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainWebsocketHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5043443Z [00:05:12.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5110920Z [00:05:12.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PreloadDcdnObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5178161Z [00:05:12.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/RefreshErObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5247258Z [00:05:12.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainOriginBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5315304Z [00:05:12.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteRoutine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5384998Z [00:05:12.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5455081Z [00:05:12.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainSMCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5523800Z [00:05:12.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnKvAccountStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5594380Z [00:05:12.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnWafGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5664245Z [00:05:12.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchDeleteDcdnWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5732937Z [00:05:12.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5801979Z [00:05:12.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineRelatedDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5870995Z [00:05:12.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSecSpecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.5941352Z [00:05:12.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6009561Z [00:05:12.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnBgpTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6079892Z [00:05:12.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnL2Vips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6148825Z [00:05:12.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeUserLogserviceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6216919Z [00:05:12.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/AddDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6285267Z [00:05:12.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PutDcdnKvNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6357657Z [00:05:12.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainIspData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6428769Z [00:05:12.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/GetDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6498964Z [00:05:12.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnVerifyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6568890Z [00:05:12.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CheckDcdnProjectExist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6638451Z [00:05:12.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineCanaryEnvs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6706899Z [00:05:12.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6778521Z [00:05:12.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnFullDomainsBlockIPConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6849502Z [00:05:12.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSLSRealTimeLogType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6918758Z [00:05:12.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainSSLCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.6986954Z [00:05:12.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7055760Z [00:05:12.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafPolicyDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7126673Z [00:05:12.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRDDomainConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7196402Z [00:05:12.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainMultiUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7265444Z [00:05:12.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7334178Z [00:05:12.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7405648Z [00:05:12.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7475132Z [00:05:12.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeHighlightInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7544319Z [00:05:12.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7617956Z [00:05:12.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7688642Z [00:05:12.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserRealTimeDeliveryField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7760565Z [00:05:12.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7831219Z [00:05:12.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainTopReferVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7901596Z [00:05:12.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.7971282Z [00:05:12.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchStartDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8041899Z [00:05:12.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8111190Z [00:05:12.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/StartDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8180479Z [00:05:12.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainUvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8250148Z [00:05:12.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnRealTimeLogProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8318812Z [00:05:12.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetRoutineSubdomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8389359Z [00:05:12.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSubList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8459231Z [00:05:12.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8529020Z [00:05:12.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/StopDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8597727Z [00:05:12.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8669022Z [00:05:12.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8739042Z [00:05:12.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateRoutine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8809506Z [00:05:12.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnDomainCSRCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8879158Z [00:05:12.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeSrcHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.8949149Z [00:05:12.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafSpecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9019487Z [00:05:12.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9087904Z [00:05:12.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDdosSpecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9158006Z [00:05:12.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/TagDcdnResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9227100Z [00:05:12.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeUserDcdnIpaStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9295639Z [00:05:13.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnWafPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9364577Z [00:05:13.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnsecService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9433248Z [00:05:13.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchSetDcdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9502365Z [00:05:13.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnKvNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9570932Z [00:05:13.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9640588Z [00:05:13.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDCdnDomainSchdmByProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9709052Z [00:05:13.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDdosService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9780697Z [00:05:13.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchDeleteDcdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9852119Z [00:05:13.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9922719Z [00:05:13.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainOriginTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:05.9993459Z [00:05:13.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSSLCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0062612Z [00:05:13.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainsBySource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0133002Z [00:05:13.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0200909Z [00:05:13.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0270533Z [00:05:13.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0338091Z [00:05:13.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnKvNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0408159Z [00:05:13.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0477299Z [00:05:13.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/GetDcdnKvStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0548378Z [00:05:13.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchPutDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0624270Z [00:05:13.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnOriginSiteHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0700620Z [00:05:13.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0783487Z [00:05:13.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0847029Z [00:05:13.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDcdnWafRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0922085Z [00:05:13.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDeletedDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.0992745Z [00:05:13.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1066368Z [00:05:13.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/AddDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1136872Z [00:05:13.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDdosAllEventList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1207517Z [00:05:13.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainBpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1277629Z [00:05:13.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1348824Z [00:05:13.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1419466Z [00:05:13.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaDomainCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1489841Z [00:05:13.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineCodeRevision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1559831Z [00:05:13.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/VerifyDcdnDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1631936Z [00:05:13.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1701476Z [00:05:13.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafBotAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1769960Z [00:05:13.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnBgpBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1839046Z [00:05:13.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1910927Z [00:05:13.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainIpaBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.1986246Z [00:05:13.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafDefaultRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2055306Z [00:05:13.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/StopDcdnIpaDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2128950Z [00:05:13.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchSetDcdnDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2199593Z [00:05:13.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnHttpsDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2269620Z [00:05:13.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnUserConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2342074Z [00:05:13.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnKvAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2413697Z [00:05:13.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2485004Z [00:05:13.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2554954Z [00:05:13.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchSetDcdnWafDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2625072Z [00:05:13.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserBillHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2694970Z [00:05:13.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2764501Z [00:05:13.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnWafGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2837370Z [00:05:13.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnUserConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2907841Z [00:05:13.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.2977578Z [00:05:13.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainWebsocketTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3049978Z [00:05:13.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainPvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3120940Z [00:05:13.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3190892Z [00:05:13.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchCreateDcdnWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3264628Z [00:05:13.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainIpaConnData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3338180Z [00:05:13.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRegionAndIsp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3413916Z [00:05:13.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3491897Z [00:05:13.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchModifyDcdnWafRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3564762Z [00:05:13.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainIpaTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3636059Z [00:05:13.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3708049Z [00:05:13.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/SetDcdnFullDomainsBlockIP.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3778294Z [00:05:13.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeRoutineSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3849283Z [00:05:13.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PublishDcdnStagingConfigToProduction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3920276Z [00:05:13.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.3990939Z [00:05:13.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UpdateDcdnUserRealTimeDeliveryField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4060485Z [00:05:13.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnAclFields.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4131424Z [00:05:13.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainWebsocketBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4202969Z [00:05:13.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4275033Z [00:05:13.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4347209Z [00:05:13.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4422243Z [00:05:13.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnWafPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4495687Z [00:05:13.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4567206Z [00:05:13.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4639916Z [00:05:13.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnIpaUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4714343Z [00:05:13.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDeliverList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4788229Z [00:05:13.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeUserDcdnStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4858777Z [00:05:13.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainCcActivityLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.4929172Z [00:05:13.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainTopUrlVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5000923Z [00:05:13.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5072033Z [00:05:13.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnFullDomainsBlockIPHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5144000Z [00:05:13.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/RollbackDcdnStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5215310Z [00:05:13.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafPolicyValidDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5289969Z [00:05:13.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5361936Z [00:05:13.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnSpecificStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5434112Z [00:05:13.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5508106Z [00:05:13.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateDcdnSLSRealTimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5578527Z [00:05:13.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5648843Z [00:05:13.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserCertificateExpireCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5717871Z [00:05:13.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnTopDomainsByFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5789548Z [00:05:13.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnUserVipsByDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5861356Z [00:05:13.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PublishRoutineCodeRevision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.5933854Z [00:05:13.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/PutDcdnKv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6006986Z [00:05:13.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnSMCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6079550Z [00:05:13.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainByCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6150074Z [00:05:13.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnWafDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6221250Z [00:05:13.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6292949Z [00:05:13.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/UploadStagingRoutineCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6364179Z [00:05:13.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRealTimeDeliveryField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6434412Z [00:05:13.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/CreateSlrAndSlsProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6506888Z [00:05:13.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DeleteDcdnIpaSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6577619Z [00:05:13.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainHttpCodeDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6651459Z [00:05:13.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainRealTimeQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6721150Z [00:05:13.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6791040Z [00:05:13.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/DescribeDcdnRefreshTaskById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6859975Z [00:05:13.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/EditRoutineConf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6928550Z [00:05:13.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/BatchStopDcdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.6999508Z [00:05:13.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dcdn/ModifyDcdnWafPolicyDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7070547Z [00:05:13.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/InitializeKvstorePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7139259Z [00:05:13.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7208785Z [00:05:13.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7277776Z [00:05:13.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7347993Z [00:05:13.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/TransformToPrePaid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7418004Z [00:05:13.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7487846Z [00:05:13.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7556680Z [00:05:13.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7626402Z [00:05:13.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CheckCloudResourceAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7698635Z [00:05:13.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/EnableAdditionalBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7769969Z [00:05:13.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeGlobalDistributeCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7840586Z [00:05:13.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceVpcAuthMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7910302Z [00:05:13.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyDBInstanceConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.7979968Z [00:05:13.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RemoveSubInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8051701Z [00:05:13.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceMajorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8122321Z [00:05:13.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8191789Z [00:05:13.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeSecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8263231Z [00:05:13.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeClusterMemberInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8333814Z [00:05:13.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/AddShardingNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8403019Z [00:05:13.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeLogicInstanceTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8474292Z [00:05:13.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/AllocateInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8543757Z [00:05:13.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeDBNodeDirectVipInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8611857Z [00:05:13.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8683580Z [00:05:13.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8753753Z [00:05:13.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateGlobalDistributeCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8822588Z [00:05:13.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeAuditRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8895460Z [00:05:13.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceMinorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.8967163Z [00:05:13.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9037605Z [00:05:13.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeBackupTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9109132Z [00:05:13.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ReleaseInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9178542Z [00:05:13.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeRoleZoneInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9247392Z [00:05:14.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9315897Z [00:05:14.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/TransformInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9384677Z [00:05:14.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/UnlockDBInstanceWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9454291Z [00:05:14.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DeleteGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9524251Z [00:05:14.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ReleaseDirectConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9592972Z [00:05:14.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeHistoryTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9662709Z [00:05:14.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeRunningLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9730898Z [00:05:14.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstancesOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9800976Z [00:05:14.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceNetExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9870313Z [00:05:14.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateCacheAnalysisTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:06.9941813Z [00:05:14.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/SyncDtsStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0012715Z [00:05:14.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0083748Z [00:05:14.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0153948Z [00:05:14.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0222717Z [00:05:14.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0290749Z [00:05:14.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/AllocateDirectConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0360734Z [00:05:14.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0431040Z [00:05:14.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0499792Z [00:05:14.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0581696Z [00:05:14.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyGlobalSecurityIPGroupName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0655660Z [00:05:14.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeParameterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0732192Z [00:05:14.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0805608Z [00:05:14.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyIntranetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0882883Z [00:05:14.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeHistoryMonitorValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.0958998Z [00:05:14.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeCacheAnalysisReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1033799Z [00:05:14.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1109093Z [00:05:14.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceTDEStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1184226Z [00:05:14.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RenewAdditionalBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1256846Z [00:05:14.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1366602Z [00:05:14.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/SwitchNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1443571Z [00:05:14.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeIntranetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1517476Z [00:05:14.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeCacheAnalysisReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1593626Z [00:05:14.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/SwitchInstanceProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1667075Z [00:05:14.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1741110Z [00:05:14.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeMonitorItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1814084Z [00:05:14.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeAuditLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.1935913Z [00:05:14.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2015379Z [00:05:14.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2091104Z [00:05:14.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/LockDBInstanceWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2167573Z [00:05:14.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifySecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2240694Z [00:05:14.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeSecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2314945Z [00:05:14.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2388881Z [00:05:14.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/MigrateToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2459547Z [00:05:14.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2529711Z [00:05:14.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyActiveOperationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2600570Z [00:05:14.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeEncryptionKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2669963Z [00:05:14.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeDedicatedClusterInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2743587Z [00:05:14.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2815996Z [00:05:14.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RestartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2886562Z [00:05:14.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.2957230Z [00:05:14.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3027350Z [00:05:14.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3097689Z [00:05:14.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3167241Z [00:05:14.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3237476Z [00:05:14.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeClusterBackupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3307760Z [00:05:14.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3377818Z [00:05:14.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3446626Z [00:05:14.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3516422Z [00:05:14.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3588192Z [00:05:14.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3657170Z [00:05:14.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3726229Z [00:05:14.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DeleteShardingNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3796925Z [00:05:14.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyAuditLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3873729Z [00:05:14.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/FlushInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.3946986Z [00:05:14.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4019683Z [00:05:14.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/FlushExpireKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4089388Z [00:05:14.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeParameterModificationHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4161122Z [00:05:14.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4231876Z [00:05:14.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeEncryptionKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4302116Z [00:05:14.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeActiveOperationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4373147Z [00:05:14.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/DescribeDBInstanceNetInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4442999Z [00:05:14.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyGlobalSecurityIPGroupRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4513867Z [00:05:14.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/CreateTairInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4584435Z [00:05:14.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4657046Z [00:05:14.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4726460Z [00:05:14.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyGlobalSecurityIPGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4797639Z [00:05:14.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/SwitchInstanceHA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4868519Z [00:05:14.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/RestoreInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.4938456Z [00:05:14.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/FlushInstanceForDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5008977Z [00:05:14.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/GrantAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5079526Z [00:05:14.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5150159Z [00:05:14.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/r-kvstore/ModifyInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5219788Z [00:05:14.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5291270Z [00:05:14.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteResolverEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5363024Z [00:05:14.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5432877Z [00:05:14.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddResolverEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5503076Z [00:05:14.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateZoneRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5573733Z [00:05:14.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddResolverRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5643953Z [00:05:14.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5716690Z [00:05:14.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeStatisticSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5784850Z [00:05:14.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateRecordRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5852913Z [00:05:14.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeSyncEcsHostTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5921456Z [00:05:14.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.5992181Z [00:05:14.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6064451Z [00:05:14.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddZoneRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6133256Z [00:05:14.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeChangeLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6201828Z [00:05:14.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateResolverEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6270523Z [00:05:14.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeZoneVpcTree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6341368Z [00:05:14.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/AddUserVpcAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6413459Z [00:05:14.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6483530Z [00:05:14.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6553732Z [00:05:14.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateResolverRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6622255Z [00:05:14.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteZoneRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6692320Z [00:05:14.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/SetZoneRecordStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6763381Z [00:05:14.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateZoneRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6833970Z [00:05:14.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteUserVpcAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6903459Z [00:05:14.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeZoneRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.6972060Z [00:05:14.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7040317Z [00:05:14.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/SetProxyPattern.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7108183Z [00:05:14.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7177922Z [00:05:14.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/BindResolverRuleVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7246047Z [00:05:14.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UpdateSyncEcsHostTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7314317Z [00:05:14.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7399744Z [00:05:14.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeResolverEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7459404Z [00:05:14.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeRequestGraph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7530508Z [00:05:14.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteResolverRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7604757Z [00:05:14.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7674893Z [00:05:14.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeUserVpcAuthorizations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7744754Z [00:05:14.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7815871Z [00:05:14.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7885398Z [00:05:14.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DeleteZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.7956669Z [00:05:14.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/BindZoneVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8027342Z [00:05:14.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/DescribeZoneInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8096356Z [00:05:14.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/pvtz/CheckZoneName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8166615Z [00:05:14.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RefreshVodObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8235935Z [00:05:14.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8305024Z [00:05:14.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribePlayVideoStatis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8376138Z [00:05:14.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8446020Z [00:05:14.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DecryptKMSDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8516853Z [00:05:14.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitWorkflowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8589864Z [00:05:14.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAIImageInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8662805Z [00:05:14.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAuditHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8735921Z [00:05:14.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8807575Z [00:05:14.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVideoInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8877644Z [00:05:14.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.8949011Z [00:05:14.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateUploadAttachedMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9019841Z [00:05:14.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetCategories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9089567Z [00:05:14.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateUploadVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9158119Z [00:05:14.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodStorageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9227097Z [00:05:14.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/VerifyVodDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9296358Z [00:05:15.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateVideoInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9366693Z [00:05:15.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAppPoliciesForIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9439343Z [00:05:15.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetDefaultTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9516362Z [00:05:15.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitTranscodeJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9591908Z [00:05:15.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9665819Z [00:05:15.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVideoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9739101Z [00:05:15.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListTranscodeTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9813061Z [00:05:15.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9885477Z [00:05:15.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMessageCallback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:07.9956725Z [00:05:15.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/BatchStopVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0029670Z [00:05:15.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0104753Z [00:05:15.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAppInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0176162Z [00:05:15.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0247728Z [00:05:15.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0318485Z [00:05:15.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetEditingProjectMaterials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0387778Z [00:05:15.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0457230Z [00:05:15.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAttachedMediaInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0528359Z [00:05:15.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAuditSecurityIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0603313Z [00:05:15.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0678955Z [00:05:15.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListLiveRecordVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0754565Z [00:05:15.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddEditingProjectMaterials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0835089Z [00:05:15.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetPlayInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0907015Z [00:05:15.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitAIImageAuditJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.0980012Z [00:05:15.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1052641Z [00:05:15.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetTranscodeTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1124679Z [00:05:15.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodRefreshQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1196763Z [00:05:15.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RestoreMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1269141Z [00:05:15.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaRefreshJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1337411Z [00:05:15.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1406397Z [00:05:15.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1475619Z [00:05:15.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AttachAppPolicyToIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1547971Z [00:05:15.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaAuditResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1619660Z [00:05:15.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetImageInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1690224Z [00:05:15.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetImageInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1760222Z [00:05:15.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1831174Z [00:05:15.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteMessageCallback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1902750Z [00:05:15.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitDynamicImageJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.1973936Z [00:05:15.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GenerateDownloadSecretKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2046822Z [00:05:15.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2117372Z [00:05:15.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaAuditAudioResultDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2189890Z [00:05:15.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SearchMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2261992Z [00:05:15.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SearchEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2336222Z [00:05:15.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2405519Z [00:05:15.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAIJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2476250Z [00:05:15.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2545156Z [00:05:15.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2617189Z [00:05:15.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2688255Z [00:05:15.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateMediaStorageClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2759508Z [00:05:15.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetVodDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2829437Z [00:05:15.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetURLUploadInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2901398Z [00:05:15.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.2971474Z [00:05:15.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribePlayUserAvg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3042675Z [00:05:15.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAIMediaAuditJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3112991Z [00:05:15.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitDigitalWatermarkExtractJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3183083Z [00:05:15.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/PreloadVodObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3253965Z [00:05:15.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteEditingProjectMaterials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3323417Z [00:05:15.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateVideoInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3393948Z [00:05:15.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetDefaultAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3463771Z [00:05:15.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaAuditResultDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3532746Z [00:05:15.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodAIData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3601352Z [00:05:15.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3669317Z [00:05:15.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UploadMediaByURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3741082Z [00:05:15.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteDynamicImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3809280Z [00:05:15.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddVodStorageForApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3879001Z [00:05:15.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetTranscodeSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.3948565Z [00:05:15.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetCrossdomainContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4019580Z [00:05:15.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitAIJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4089391Z [00:05:15.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4160253Z [00:05:15.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4231356Z [00:05:15.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4301449Z [00:05:15.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4372971Z [00:05:15.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4443752Z [00:05:15.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaDNAResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4514808Z [00:05:15.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4586295Z [00:05:15.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4656274Z [00:05:15.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMezzanineInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4726094Z [00:05:15.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListTranscodeTemplateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4794834Z [00:05:15.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribePlayUserTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4864239Z [00:05:15.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.4933424Z [00:05:15.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5002622Z [00:05:15.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribePlayTopVideos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5070969Z [00:05:15.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5142004Z [00:05:15.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5211572Z [00:05:15.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RegisterMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5284376Z [00:05:15.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5353535Z [00:05:15.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitMediaDNADeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5423717Z [00:05:15.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetAuditSecurityIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5492906Z [00:05:15.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteMezzanines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5563582Z [00:05:15.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVideoPlayAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5631773Z [00:05:15.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitSnapshotJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5701271Z [00:05:15.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteMultipartUpload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5769755Z [00:05:15.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GenerateKMSDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5837530Z [00:05:15.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitPreprocessJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5905333Z [00:05:15.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.5976979Z [00:05:15.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6049259Z [00:05:15.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitAIMediaAuditJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6121703Z [00:05:15.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6196278Z [00:05:15.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetDefaultWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6270168Z [00:05:15.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/BatchStartVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6342846Z [00:05:15.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6415984Z [00:05:15.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SubmitAIImageJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6487521Z [00:05:15.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetDigitalWatermarkExtractResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6557760Z [00:05:15.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteAttachedMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6626342Z [00:05:15.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteAIImageInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6695886Z [00:05:15.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6765338Z [00:05:15.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAIImageJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6833716Z [00:05:15.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UploadStreamByURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6902210Z [00:05:15.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RefreshUploadVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.6972754Z [00:05:15.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateAttachedMediaInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7041803Z [00:05:15.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddVodTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7110788Z [00:05:15.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodVerifyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7181529Z [00:05:15.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7249861Z [00:05:15.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/MoveAppResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7320010Z [00:05:15.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ProduceEditingProjectVideo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7389919Z [00:05:15.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7460315Z [00:05:15.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7529521Z [00:05:15.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodRefreshTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7597228Z [00:05:15.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/UpdateImageInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7665852Z [00:05:15.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/RefreshMediaPlayUrls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7734002Z [00:05:15.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteVodSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7802243Z [00:05:15.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodTranscodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7870709Z [00:05:15.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAIVideoTagResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.7939485Z [00:05:15.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CreateUploadImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8009472Z [00:05:15.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetVideoInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8079579Z [00:05:15.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8149691Z [00:05:15.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetMessageCallback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8221015Z [00:05:15.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DescribeVodDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8289024Z [00:05:15.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetMediaAuditResultTimeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8358384Z [00:05:15.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetDefaultAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8428894Z [00:05:15.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DetachAppPolicyFromIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8498599Z [00:05:15.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/CancelUrlUploadJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8568955Z [00:05:15.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8637362Z [00:05:15.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/GetUploadDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8706969Z [00:05:15.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/BatchSetVodDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8774879Z [00:05:15.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddEditingProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8845820Z [00:05:15.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteAITemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8914718Z [00:05:15.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/AddVodDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.8981927Z [00:05:15.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/SetEditingProjectMaterials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9052742Z [00:05:15.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/ListDynamicImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9122187Z [00:05:15.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vod/DeleteImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9194151Z [00:05:15.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebCcProtectSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9263710Z [00:05:16.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteWebPreciseAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9331813Z [00:05:16.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAreaBlockConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9403496Z [00:05:16.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9477090Z [00:05:16.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainQPSList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9547634Z [00:05:16.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeL7RsPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9617350Z [00:05:16.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDefenseCountStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9686546Z [00:05:16.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9756044Z [00:05:16.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteAsyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9827084Z [00:05:16.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/AddAutoCcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9899230Z [00:05:16.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyNetworkRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:08.9968996Z [00:05:16.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateWebRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0039634Z [00:05:16.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventSrcIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0109156Z [00:05:16.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigLayer4RulePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0178903Z [00:05:16.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteAutoCcBlacklist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0247848Z [00:05:16.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeBackSourceCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0317970Z [00:05:16.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigWebCCTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0388200Z [00:05:16.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0458015Z [00:05:16.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyTlsConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0527174Z [00:05:16.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EnableSceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0597781Z [00:05:16.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeCnameReuses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0668096Z [00:05:16.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyHealthCheckConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0741621Z [00:05:16.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainTopAttackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0815076Z [00:05:16.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EmptyAutoCcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0885733Z [00:05:16.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceExt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.0954334Z [00:05:16.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAutoCcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1021935Z [00:05:16.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DisableWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1092959Z [00:05:16.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EmptyAutoCcBlacklist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1163211Z [00:05:16.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortConnsCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1231893Z [00:05:16.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeOpEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1301672Z [00:05:16.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeNetworkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1376636Z [00:05:16.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebInstanceRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1447171Z [00:05:16.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeCerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1516152Z [00:05:16.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeUnBlackholeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1585643Z [00:05:16.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebCacheMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1655195Z [00:05:16.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAttackAnalysisMaxQps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1724885Z [00:05:16.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainStatusCodeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1793102Z [00:05:16.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ReleaseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1861126Z [00:05:16.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateAsyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.1945697Z [00:05:16.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2014494Z [00:05:16.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSchedulerRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2083321Z [00:05:16.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventArea.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2152350Z [00:05:16.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigLayer4RuleBakMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2221219Z [00:05:16.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainViewSourceProvinces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2292303Z [00:05:16.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSceneDefensePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2369093Z [00:05:16.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAreaBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2441238Z [00:05:16.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EnableWebCC.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2512093Z [00:05:16.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDoSEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2583489Z [00:05:16.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteWebCacheCustomRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2653513Z [00:05:16.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateNetworkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2728388Z [00:05:16.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAIProtectMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2800669Z [00:05:16.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigL7RsPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2873776Z [00:05:16.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EnableWebAccessLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.2946997Z [00:05:16.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.3020707Z [00:05:16.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.3093472Z [00:05:16.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortAutoCcStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.3167770Z [00:05:16.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAccessMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.3243891Z [00:05:16.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebPreciseAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.3320612Z [00:05:16.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyPortAutoCcStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.3397473Z [00:05:16.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DisableWebAccessLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.3472859Z [00:05:16.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortConnsList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.3548251Z [00:05:16.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.3624198Z [00:05:16.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSlaEventList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.3695037Z [00:05:16.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainViewSourceCountries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.3771323Z [00:05:16.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainQpsWithCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.3845871Z [00:05:16.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAreaBlockSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.3918444Z [00:05:16.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteSchedulerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4000221Z [00:05:16.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4071715Z [00:05:16.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDefenseRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4142657Z [00:05:16.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteSceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4212705Z [00:05:16.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeElasticBandwidthSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4283380Z [00:05:16.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateSceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4355910Z [00:05:16.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeHealthCheckList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4426977Z [00:05:16.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4497450Z [00:05:16.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventIsp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4567182Z [00:05:16.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4638195Z [00:05:16.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortViewSourceProvinces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4708867Z [00:05:16.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortViewSourceIsps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4780266Z [00:05:16.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebCacheCustomRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4850461Z [00:05:16.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/SwitchSchedulerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4923340Z [00:05:16.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSceneDefenseObjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.4994654Z [00:05:16.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainViewTopCostTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.5064076Z [00:05:16.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.5134598Z [00:05:16.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAccessLogDispatchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.5205271Z [00:05:16.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebCCRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.5276410Z [00:05:16.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/AddAutoCcBlacklist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.5345753Z [00:05:16.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortAttackMaxFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.5420067Z [00:05:16.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.5494040Z [00:05:16.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainStatusCodeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.5565896Z [00:05:16.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeLayer4RulePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.5637480Z [00:05:16.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DetachSceneDefenseObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.5709908Z [00:05:16.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EnableWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.5781531Z [00:05:16.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyFullLogTtl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.5857309Z [00:05:16.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/AttachSceneDefenseObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.5931276Z [00:05:16.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigNetworkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.6004652Z [00:05:16.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifySceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.6081492Z [00:05:16.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSlsLogstoreInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.6159234Z [00:05:16.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeStsGrantStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.6236277Z [00:05:16.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteAutoCcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.6313567Z [00:05:16.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeNetworkRegionBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.6391047Z [00:05:16.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAIProtectSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.6470133Z [00:05:16.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeHealthCheckStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.6547382Z [00:05:16.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.6624811Z [00:05:16.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.6702642Z [00:05:16.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAutoCcListCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.6780209Z [00:05:16.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebPreciseAccessSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.6859481Z [00:05:16.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.6935483Z [00:05:16.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreatePort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.7011720Z [00:05:16.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.7088401Z [00:05:16.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyOcspStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.7162155Z [00:05:16.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteWebCCRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.7239395Z [00:05:16.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebCustomPorts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.7316209Z [00:05:16.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeBlockStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.7405507Z [00:05:16.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyElasticBandWidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.7474798Z [00:05:16.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebAccessMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.7557944Z [00:05:16.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/AssociateWebCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.7631307Z [00:05:16.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAsyncTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.7712729Z [00:05:16.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventMax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.7791356Z [00:05:16.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeBlackholeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.7874118Z [00:05:16.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSystemLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.7953744Z [00:05:16.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8032625Z [00:05:16.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeletePort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8111481Z [00:05:16.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebPreciseAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8190530Z [00:05:16.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigNetworkRegionBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8264799Z [00:05:16.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigUdpReflect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8347797Z [00:05:16.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainViewTopUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8409701Z [00:05:16.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeNetworkRuleAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8478884Z [00:05:16.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyHttp2Enable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8549530Z [00:05:16.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteWebRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8620163Z [00:05:16.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeAutoCcBlacklist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8690522Z [00:05:16.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDomainAttackEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8761313Z [00:05:16.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstanceSpecs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8831161Z [00:05:16.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateSchedulerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8902037Z [00:05:16.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSlsAuthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.8972115Z [00:05:16.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortFlowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9043928Z [00:05:16.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9114477Z [00:05:16.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyBlackholeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9185632Z [00:05:16.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortMaxConns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9257848Z [00:05:17.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DisableWebCC.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9327899Z [00:05:17.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAccessLogEmptyCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9396999Z [00:05:17.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/CreateDomainResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9467572Z [00:05:17.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribePortViewSourceCountries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9537596Z [00:05:17.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyPort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9608480Z [00:05:17.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebAccessLogStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9680117Z [00:05:17.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosEventAttackType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9751112Z [00:05:17.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeDDosAllEventList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9822218Z [00:05:17.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigWebIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9892556Z [00:05:17.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:09.9964710Z [00:05:17.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeWebCacheConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0034285Z [00:05:17.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyDomainResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0104675Z [00:05:17.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DisableSceneDefensePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0176326Z [00:05:17.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/EmptySlsLogstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0248865Z [00:05:17.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebCacheSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0320999Z [00:05:17.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeUdpReflect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0398095Z [00:05:17.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyWebIpSetSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0470588Z [00:05:17.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DeleteDomainResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0542575Z [00:05:17.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyBlockStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0619762Z [00:05:17.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeUnBlockCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0697415Z [00:05:17.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifySchedulerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0772050Z [00:05:17.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyCnameReuse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0856268Z [00:05:17.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeSlsOpenStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0927252Z [00:05:17.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ModifyInstanceRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.0998395Z [00:05:17.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/DescribeLogStoreExistStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.1070716Z [00:05:17.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ddoscoo/ConfigLayer4Remark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.1143285Z [00:05:17.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjectTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.1213621Z [00:05:17.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetFlowTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.1299050Z [00:05:17.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetTestcaseList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.1379293Z [00:05:17.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateProjectField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.1450493Z [00:05:17.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProtectedBranches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.1521942Z [00:05:17.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjectWorkitemTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.1590960Z [00:05:17.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateUserKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.1660649Z [00:05:17.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteRepositoryWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.1729998Z [00:05:17.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeletePipelineRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.1801630Z [00:05:17.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.1871655Z [00:05:17.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkitemEstimate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.1941955Z [00:05:17.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkItemActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2011908Z [00:05:17.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2081063Z [00:05:17.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/StopPipelineJobRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2150855Z [00:05:17.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateServiceAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2221927Z [00:05:17.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2295260Z [00:05:17.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ReopenMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2370426Z [00:05:17.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineScanReportUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2440379Z [00:05:17.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2511246Z [00:05:17.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2582258Z [00:05:17.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2654376Z [00:05:17.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryBranches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2727284Z [00:05:17.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetProjectMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2796300Z [00:05:17.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitemV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2864135Z [00:05:17.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateSshKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.2933078Z [00:05:17.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateAppMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3004867Z [00:05:17.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteFlowTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3074236Z [00:05:17.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteWorkitemAllComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3143783Z [00:05:17.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeletePipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3213838Z [00:05:17.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateFlowTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3284735Z [00:05:17.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/AddWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3354930Z [00:05:17.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateResourceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3424132Z [00:05:17.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListServiceAuths.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3493713Z [00:05:17.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListOrganizationMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3562638Z [00:05:17.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3631444Z [00:05:17.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CloseMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3703261Z [00:05:17.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ReleaseWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3773787Z [00:05:17.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3844374Z [00:05:17.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3913994Z [00:05:17.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequests.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.3983818Z [00:05:17.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4054359Z [00:05:17.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateRepositoryGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4127751Z [00:05:17.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateFlowTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4205292Z [00:05:17.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4274312Z [00:05:17.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateServiceConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4346217Z [00:05:17.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkItemWorkFlowStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4416094Z [00:05:17.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListUserResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4489112Z [00:05:17.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetSprintInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4558866Z [00:05:17.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/WorkitemAttachmentCreate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4629723Z [00:05:17.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateServiceCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4699562Z [00:05:17.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/LogVMDeployMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4769360Z [00:05:17.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteUserKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4839106Z [00:05:17.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetMergeRequestChangeTree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4909767Z [00:05:17.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequestPatchSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.4979903Z [00:05:17.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/MergeMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5051386Z [00:05:17.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/AddRepositoryMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5122186Z [00:05:17.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5192035Z [00:05:17.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateCommitStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5264420Z [00:05:17.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetRepositoryCommit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5335242Z [00:05:17.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5405778Z [00:05:17.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5477037Z [00:05:17.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteGroupMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5548140Z [00:05:17.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteVariableGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5620203Z [00:05:17.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPushRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5693496Z [00:05:17.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateGroupMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5766436Z [00:05:17.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjectMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5837242Z [00:05:17.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5907965Z [00:05:17.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetGroupByPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.5981227Z [00:05:17.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineJobHistorys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6053288Z [00:05:17.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6123289Z [00:05:17.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/RetryPipelineJobRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6194963Z [00:05:17.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6266674Z [00:05:17.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/LogPipelineJobRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6338294Z [00:05:17.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListSearchSourceCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6408918Z [00:05:17.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateFlowTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6482894Z [00:05:17.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6554134Z [00:05:17.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6625038Z [00:05:17.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateTestResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6697525Z [00:05:17.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6768829Z [00:05:17.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListApplicationMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6842049Z [00:05:17.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePushReviewOnOff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6916164Z [00:05:17.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListResourceMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.6986701Z [00:05:17.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteProjectLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7058351Z [00:05:17.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7129051Z [00:05:17.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateVariableGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7200800Z [00:05:17.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateSprint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7271977Z [00:05:17.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7342020Z [00:05:17.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ResumeVMDeployOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7412722Z [00:05:17.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/SkipVMDeployMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7485700Z [00:05:17.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListUserKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7556654Z [00:05:17.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7625326Z [00:05:17.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7694541Z [00:05:17.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateDeployKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7765988Z [00:05:17.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListSearchRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7835757Z [00:05:17.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineRuns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7905670Z [00:05:17.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.7978566Z [00:05:17.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkItemAllFields.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8049902Z [00:05:17.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ReviewMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8120887Z [00:05:17.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8191638Z [00:05:17.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetOrganizationMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8265179Z [00:05:17.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8335978Z [00:05:17.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8410556Z [00:05:17.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequestLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8482877Z [00:05:17.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineArtifactUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8554090Z [00:05:17.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListHostGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8623497Z [00:05:17.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPushRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8693471Z [00:05:17.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteResourceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8761874Z [00:05:17.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetCompareDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8830670Z [00:05:17.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetFileLastCommit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8901093Z [00:05:17.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePipelineBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.8972845Z [00:05:17.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitemComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9044239Z [00:05:17.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetSearchCodePreview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9112997Z [00:05:17.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkItemInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9182634Z [00:05:17.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateResourceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9255468Z [00:05:18.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreatePushRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9327162Z [00:05:18.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListGroupMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9400205Z [00:05:18.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/StopVMDeployOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9472261Z [00:05:18.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListProjectLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9542208Z [00:05:18.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9621305Z [00:05:18.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListSprints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9693443Z [00:05:18.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineGroupPipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9764390Z [00:05:18.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryTree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9833127Z [00:05:18.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetVMDeployOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9901324Z [00:05:18.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:10.9972103Z [00:05:18.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListCommitStatuses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0043337Z [00:05:18.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetTestResultList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0113761Z [00:05:18.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/AddGroupMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0183751Z [00:05:18.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/TransferRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0252645Z [00:05:18.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteFlowTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0321710Z [00:05:18.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePushRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0391692Z [00:05:18.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteWorkitemComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0461995Z [00:05:18.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemAttachmentCreatemeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0531701Z [00:05:18.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemCommentList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0604450Z [00:05:18.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitemEstimate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0674622Z [00:05:18.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/StopPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0747588Z [00:05:18.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryCommitDiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0818281Z [00:05:18.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/RetryVMDeployMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0888931Z [00:05:18.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkItemWorkFlowInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.0959231Z [00:05:18.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateProtectedBranches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1030745Z [00:05:18.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteProtectedBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1100001Z [00:05:18.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateAppMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1169542Z [00:05:18.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateMergeRequestPersonnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1239406Z [00:05:18.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateWorkitemComment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1307789Z [00:05:18.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1376944Z [00:05:18.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetFileBlobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1447690Z [00:05:18.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreatePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1518546Z [00:05:18.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1588673Z [00:05:18.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/TriggerRepositoryMirrorSync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1662595Z [00:05:18.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequestComments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1734346Z [00:05:18.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateMergeRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1816601Z [00:05:18.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateProjectLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1890383Z [00:05:18.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/FrozenWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.1964908Z [00:05:18.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListSearchCommit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2035784Z [00:05:18.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/PassPipelineValidate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2105248Z [00:05:18.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteRepositoryMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2175280Z [00:05:18.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/RefusePipelineValidate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2250661Z [00:05:18.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetProjectInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2325267Z [00:05:18.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateOAuthToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2399332Z [00:05:18.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateWorkitemField.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2470393Z [00:05:18.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListGroupRepositories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2539187Z [00:05:18.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2608880Z [00:05:18.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/EnableDeployKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2681764Z [00:05:18.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateWorkItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2752059Z [00:05:18.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2822922Z [00:05:18.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateTestCase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2896554Z [00:05:18.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListMergeRequestFilesReads.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.2968367Z [00:05:18.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryMemberWithInherited.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3037965Z [00:05:18.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkitemAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3109757Z [00:05:18.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkitemTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3179999Z [00:05:18.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3250632Z [00:05:18.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListVariableGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3321140Z [00:05:18.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetCodeupOrganization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3393557Z [00:05:18.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ResetSshKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3465313Z [00:05:18.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetVariableGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3536717Z [00:05:18.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteWorkitem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3610986Z [00:05:18.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListOrganizations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3690063Z [00:05:18.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateVariableGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3764092Z [00:05:18.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateTestCase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3834486Z [00:05:18.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteAppMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3904761Z [00:05:18.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListTestCaseFields.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.3973303Z [00:05:18.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemTimeTypeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4043307Z [00:05:18.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4111216Z [00:05:18.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListFlowTagGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4180577Z [00:05:18.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineEmasArtifactUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4249393Z [00:05:18.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateProjectLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4318593Z [00:05:18.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetWorkitemRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4388285Z [00:05:18.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateProtectdBranch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4460109Z [00:05:18.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4530577Z [00:05:18.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/LinkMergeRequestLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4602751Z [00:05:18.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeleteRepositoryGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4673073Z [00:05:18.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/JoinPipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4751214Z [00:05:18.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetRepositoryTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4820804Z [00:05:18.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListServiceConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4889335Z [00:05:18.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.4958149Z [00:05:18.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateFlowTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5026162Z [00:05:18.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetGroupDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5097843Z [00:05:18.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeletePushRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5169780Z [00:05:18.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkitems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5239185Z [00:05:18.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreatePipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5307213Z [00:05:18.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateProjectMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5377289Z [00:05:18.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/StartPipelineRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5447563Z [00:05:18.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetPipelineGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5518506Z [00:05:18.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetCustomFieldOption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5589613Z [00:05:18.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdatePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5662905Z [00:05:18.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListPipelineGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5732073Z [00:05:18.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/SkipPipelineJobRun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5802678Z [00:05:18.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetBranchInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5876333Z [00:05:18.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/DeletePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.5946078Z [00:05:18.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/AddPipelineRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6017983Z [00:05:18.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListWorkspaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6091510Z [00:05:18.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/CreateWorkitemRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6162975Z [00:05:18.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListServiceCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6235487Z [00:05:18.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6309232Z [00:05:18.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6380116Z [00:05:18.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/UpdateRepositoryMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6448237Z [00:05:18.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/devops/ListRepositoryCommits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6519508Z [00:05:18.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnGatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6588475Z [00:05:18.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteBgpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6657607Z [00:05:18.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListPrefixLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6728663Z [00:05:18.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyCommonBandwidthPackageIpBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6798359Z [00:05:18.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIPv6TranslatorAclList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6868603Z [00:05:18.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouteEntryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.6940598Z [00:05:18.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CancelCommonBandwidthPackageIpBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7011807Z [00:05:18.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreatePhysicalConnectionSetupOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7082004Z [00:05:18.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DissociateVpnGatewayWithCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7151814Z [00:05:18.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnSslServerLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7221538Z [00:05:18.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorAclListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7291520Z [00:05:18.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIPv6Translator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7362273Z [00:05:18.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeFailoverTestJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7431494Z [00:05:18.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVirtualBorderRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7501288Z [00:05:18.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7569065Z [00:05:18.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteCustomerGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7637731Z [00:05:18.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ConfirmPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7707617Z [00:05:18.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ConvertBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7778970Z [00:05:18.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateIpv6InternetBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7848692Z [00:05:18.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpconnFromVbr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7917715Z [00:05:18.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreatePublicIpAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.7986370Z [00:05:18.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateGatewayRouteTableEntryAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8059926Z [00:05:18.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8131361Z [00:05:18.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8200854Z [00:05:18.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RemoveGlobalAccelerationInstanceIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8271415Z [00:05:18.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeNatGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8341503Z [00:05:18.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyRouteTableAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8413003Z [00:05:18.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CompletePhysicalConnectionLOA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8483626Z [00:05:18.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpv6EgressOnlyRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8551971Z [00:05:18.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnPbrRouteEntryWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8622999Z [00:05:18.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateDhcpOptionsSetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8691630Z [00:05:18.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIpv6EgressOnlyRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8762654Z [00:05:18.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteBgpPeer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8832948Z [00:05:18.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVSwitchCidrReservationAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8904131Z [00:05:18.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RevokeInstanceFromVbr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.8974647Z [00:05:18.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyEipAddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9045607Z [00:05:18.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeBgpNetworks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9115530Z [00:05:18.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpnGatewayDiagnoseResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9184629Z [00:05:18.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteDhcpOptionsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9253911Z [00:05:19.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteNatIpCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9333952Z [00:05:19.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/OpenPhysicalConnectionService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9398182Z [00:05:19.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyExpressCloudConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9468141Z [00:05:19.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdatePublicIpAddressPoolAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9538472Z [00:05:19.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9608775Z [00:05:19.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNatGatewaySpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9679068Z [00:05:19.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIpv4Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9747806Z [00:05:19.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CheckCanAllocateVpcPrivateIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9819945Z [00:05:19.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/TagResourcesForExpressConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9893511Z [00:05:19.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVSwitchCidrReservationUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:11.9964455Z [00:05:19.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyCommonBandwidthPackageSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0034151Z [00:05:19.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeNetworkAclAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0104985Z [00:05:19.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0174885Z [00:05:19.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0247546Z [00:05:19.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateVirtualPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0320998Z [00:05:19.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnRouteEntryWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0393665Z [00:05:19.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0467064Z [00:05:19.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListIpsecServerLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0539710Z [00:05:19.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0613077Z [00:05:19.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNatGatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0687372Z [00:05:19.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpcRouteEntrySummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0764163Z [00:05:19.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyExpressCloudConnectionBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0837469Z [00:05:19.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/SecondApplyPhysicalConnectionLOA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0911060Z [00:05:19.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateTrafficMirrorSessionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.0982240Z [00:05:19.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DiagnoseVpnGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1057151Z [00:05:19.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1128975Z [00:05:19.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListPublicIpAddressPoolCidrBlocks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1200535Z [00:05:19.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1270544Z [00:05:19.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1340902Z [00:05:19.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1412863Z [00:05:19.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1481563Z [00:05:19.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1551868Z [00:05:19.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListGatewayRouteTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1622908Z [00:05:19.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteBgpNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1695324Z [00:05:19.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnGatewayAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1764867Z [00:05:19.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/StopFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1836033Z [00:05:19.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteNatIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1908227Z [00:05:19.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListPublicIpAddressPools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.1979394Z [00:05:19.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVirtualBorderRouterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2048155Z [00:05:19.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2120399Z [00:05:19.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIPv6TranslatorAclLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2193414Z [00:05:19.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateIpv4GatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2267318Z [00:05:19.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CancelPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2338818Z [00:05:19.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2409734Z [00:05:19.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIPv6TranslatorEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2480191Z [00:05:19.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListIpv4Gateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2551478Z [00:05:19.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVirtualPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2621102Z [00:05:19.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2692560Z [00:05:19.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSslVpnClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2766031Z [00:05:19.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListTagResourcesForExpressConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2837932Z [00:05:19.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeServerRelatedGlobalAccelerationInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2912120Z [00:05:19.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateVpcGatewayEndpointAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.2981567Z [00:05:19.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ActiveFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3050215Z [00:05:19.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateVpcIpv6Cidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3119247Z [00:05:19.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEipMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3189511Z [00:05:19.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3261523Z [00:05:19.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIpv6GatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3332861Z [00:05:19.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteGlobalAccelerationInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3403019Z [00:05:19.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3476038Z [00:05:19.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ReleaseEipSegmentAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3550533Z [00:05:19.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3629049Z [00:05:19.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetDhcpOptionsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3700689Z [00:05:19.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateBgpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3769591Z [00:05:19.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3843217Z [00:05:19.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateTrafficMirrorFilterRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3918090Z [00:05:19.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListTrafficMirrorFilters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.3988185Z [00:05:19.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4058556Z [00:05:19.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateTrafficMirrorSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4127861Z [00:05:19.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateVirtualBorderBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4196808Z [00:05:19.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ReleaseIpv6Address.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4267426Z [00:05:19.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouteTableList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4339944Z [00:05:19.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4411505Z [00:05:19.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEipSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4485378Z [00:05:19.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyPhysicalConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4556584Z [00:05:19.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSnatTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4627826Z [00:05:19.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnPbrRouteEntryAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4698031Z [00:05:19.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIpv6Gateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4767976Z [00:05:19.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4837593Z [00:05:19.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVpcEndpointServicesByEndUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4908866Z [00:05:19.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpv4Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.4980278Z [00:05:19.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyFlowLogAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5051813Z [00:05:19.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateDefaultVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5120567Z [00:05:19.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetIpv4GatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5189865Z [00:05:19.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouteTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5259609Z [00:05:19.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeAccessPoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5330885Z [00:05:19.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyHaVipAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5400706Z [00:05:19.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5471289Z [00:05:19.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5540647Z [00:05:19.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateRouteTablesWithVpcGatewayEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5610333Z [00:05:19.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateDefaultVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5679998Z [00:05:19.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddCommonBandwidthPackageIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5750620Z [00:05:19.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/EnableNatGatewayEcsMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5820331Z [00:05:19.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateNatIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5889513Z [00:05:19.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetTrafficMirrorServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.5959489Z [00:05:19.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6032712Z [00:05:19.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AttachVbrToVpconn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6102822Z [00:05:19.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListGeographicSubRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6172043Z [00:05:19.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListDhcpOptionsSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6242732Z [00:05:19.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetNatGatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6311645Z [00:05:19.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIpv6GatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6382297Z [00:05:19.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/EnableVpcClassicLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6451513Z [00:05:19.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RemoveCommonBandwidthPackageIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6522266Z [00:05:19.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddIPv6TranslatorAclListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6592185Z [00:05:19.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/EnableVpcIpv4Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6663580Z [00:05:19.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteSslVpnClientCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6736198Z [00:05:19.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddPublicIpAddressPoolCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6808739Z [00:05:19.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeletePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6879008Z [00:05:19.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.6949741Z [00:05:19.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVcoRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7021128Z [00:05:19.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeBgpPeers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7093000Z [00:05:19.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RetryVpcPrefixListAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7168535Z [00:05:19.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateNatGatewayNatType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7245050Z [00:05:19.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ApplyPhysicalConnectionLOA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7315400Z [00:05:19.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteTrafficMirrorFilterRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7384700Z [00:05:19.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouterInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7453504Z [00:05:19.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyTunnelAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7524316Z [00:05:19.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7594779Z [00:05:19.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeCustomerGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7666651Z [00:05:19.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RemoveIPv6TranslatorAclListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7741120Z [00:05:19.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7812557Z [00:05:19.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateCommonBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7884311Z [00:05:19.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNetworkAclAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.7961308Z [00:05:19.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateIpv6Address.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8032264Z [00:05:19.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIpv6InternetBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8103341Z [00:05:19.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVcoRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8174266Z [00:05:19.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociatePhysicalConnectionToVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8245857Z [00:05:19.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeFlowLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8316737Z [00:05:19.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateTrafficMirrorFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8386762Z [00:05:19.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnPbrRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8455987Z [00:05:19.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8525628Z [00:05:19.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyBgpGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8593898Z [00:05:19.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8663500Z [00:05:19.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8736882Z [00:05:19.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeBgpGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8806499Z [00:05:19.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyRouterInterfaceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8877590Z [00:05:19.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateVpcCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.8947624Z [00:05:19.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/PublishVpnRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9017923Z [00:05:19.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListTrafficMirrorSessions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9087907Z [00:05:19.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIpsecServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9163561Z [00:05:19.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9229011Z [00:05:19.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyGlobalAccelerationInstanceAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9301500Z [00:05:20.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIpv6Addresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9373511Z [00:05:20.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpv6InternetBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9443020Z [00:05:20.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9512080Z [00:05:20.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetFlowLogServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9581404Z [00:05:20.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVpnCertificateAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9652817Z [00:05:20.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeletePublicIpAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9721234Z [00:05:20.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9793482Z [00:05:20.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9864147Z [00:05:20.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeGrantRulesToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:12.9934541Z [00:05:20.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateGlobalAccelerationInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0004456Z [00:05:20.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateSslVpnServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0073869Z [00:05:20.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeForwardTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0143257Z [00:05:20.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIpv6EgressOnlyRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0211884Z [00:05:20.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListNatIpCidrs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0281172Z [00:05:20.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpv6Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0349271Z [00:05:20.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/MoveVpnResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0420576Z [00:05:20.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateSslVpnClientCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0489874Z [00:05:20.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListIpsecServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0561998Z [00:05:20.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0642599Z [00:05:20.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0720250Z [00:05:20.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpcGatewayEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0793916Z [00:05:20.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddCommonBandwidthPackageIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0867592Z [00:05:20.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListEnhanhcedNatGatewayAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.0938811Z [00:05:20.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVSwitchCidrReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1008352Z [00:05:20.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1078495Z [00:05:20.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ReplaceVpcDhcpOptionsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1150201Z [00:05:20.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeNetworkAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1222638Z [00:05:20.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/EnablePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1293753Z [00:05:20.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/VpcDescribeVpcNatGatewayNetworkInterfaceQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1369786Z [00:05:20.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeCustomerGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1443110Z [00:05:20.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateVpcCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1515580Z [00:05:20.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1588257Z [00:05:20.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListBusinessAccessPoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1660915Z [00:05:20.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1735819Z [00:05:20.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteTrafficMirrorFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1809404Z [00:05:20.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateHighReliablePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1882872Z [00:05:20.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIPv6TranslatorAclAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.1952597Z [00:05:20.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeHaVips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2024138Z [00:05:20.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2097875Z [00:05:20.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/TerminateVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2169590Z [00:05:20.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateTrafficMirrorFilterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2241992Z [00:05:20.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DissociateRouteTableFromGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2313121Z [00:05:20.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyCustomerGatewayAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2386287Z [00:05:20.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2454184Z [00:05:20.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpcAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2523573Z [00:05:20.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2596064Z [00:05:20.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVSwitchAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2668099Z [00:05:20.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateEipSegmentAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2739186Z [00:05:20.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2809183Z [00:05:20.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVbrHa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2877657Z [00:05:20.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribePhysicalConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.2951403Z [00:05:20.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateGlobalAccelerationInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3022897Z [00:05:20.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AllocateEipAddressPro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3093969Z [00:05:20.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListFullNatEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3168728Z [00:05:20.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddSourcesToTrafficMirrorSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3242605Z [00:05:20.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/StartFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3313585Z [00:05:20.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3383854Z [00:05:20.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3454443Z [00:05:20.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3524887Z [00:05:20.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CopyNetworkAclEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3595461Z [00:05:20.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RecoverVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3665028Z [00:05:20.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RemoveSourcesFromTrafficMirrorSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3737207Z [00:05:20.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEcGrantRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3806543Z [00:05:20.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNatIpCidrAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3874986Z [00:05:20.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteTrafficMirrorSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.3944946Z [00:05:20.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnPbrRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4015266Z [00:05:20.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DissociateRouteTablesFromVpcGatewayEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4085279Z [00:05:20.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyGlobalAccelerationInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4157080Z [00:05:20.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AttachDhcpOptionsSetToVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4229962Z [00:05:20.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpcAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4300892Z [00:05:20.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/TerminatePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4371745Z [00:05:20.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpnPbrRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4443219Z [00:05:20.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4515774Z [00:05:20.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateExpressCloudConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4587363Z [00:05:20.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSslVpnServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4659262Z [00:05:20.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UntagResourcesForExpressConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4729685Z [00:05:20.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4802971Z [00:05:20.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4875789Z [00:05:20.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVbrHa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.4946510Z [00:05:20.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribePublicIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5018645Z [00:05:20.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GrantInstanceToVbr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5089424Z [00:05:20.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIPv6TranslatorEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5159709Z [00:05:20.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5229861Z [00:05:20.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribePhysicalConnectionLOA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5299566Z [00:05:20.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateVpnGatewayWithCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5369594Z [00:05:20.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5440694Z [00:05:20.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5510048Z [00:05:20.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSslVpnClientCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5578998Z [00:05:20.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5648370Z [00:05:20.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVSwitchAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5717665Z [00:05:20.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ActivateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5787733Z [00:05:20.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateEipAddressBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5859529Z [00:05:20.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreatePhysicalConnectionOccupancyOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.5939132Z [00:05:20.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DisableNatGatewayEcsMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6009886Z [00:05:20.677]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/SetHighDefinitionMonitorLogStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6079809Z [00:05:20.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6148816Z [00:05:20.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifySslVpnServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6219064Z [00:05:20.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RecoverPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6287728Z [00:05:20.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6358123Z [00:05:20.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6428995Z [00:05:20.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6498461Z [00:05:20.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CheckVpnBgpEnabled.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6568621Z [00:05:20.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6638208Z [00:05:20.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyNatIpAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6709085Z [00:05:20.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVSwitchCidrReservations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6780715Z [00:05:20.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6851067Z [00:05:20.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6923899Z [00:05:20.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociateRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.6996741Z [00:05:20.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddGlobalAccelerationInstanceIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7067969Z [00:05:20.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyIpv6AddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7138329Z [00:05:20.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeactiveFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7211129Z [00:05:20.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7281577Z [00:05:20.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateDhcpOptionsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7354467Z [00:05:20.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/OpenTrafficMirrorService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7427520Z [00:05:20.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteCommonBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7500724Z [00:05:20.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpnPbrRouteEntryPriority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7571408Z [00:05:20.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DetachDhcpOptionsSetFromVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7643822Z [00:05:20.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreatePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7715327Z [00:05:20.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetPhysicalConnectionServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7787079Z [00:05:20.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeHighDefinitionMonitorLogAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7858474Z [00:05:20.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GrantInstanceToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7927520Z [00:05:20.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVSwitchCidrReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.7997576Z [00:05:20.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpcGatewayEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8069849Z [00:05:20.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateFailoverTestJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8141162Z [00:05:20.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyRouterInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8210891Z [00:05:20.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpcGatewayEndpointAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8280081Z [00:05:20.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVpcPrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8349999Z [00:05:20.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVpcPrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8420224Z [00:05:20.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIPv6TranslatorAclList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8488648Z [00:05:20.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8557680Z [00:05:20.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateIpsecServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8628220Z [00:05:20.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeletePublicIpAddressPoolCidrBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8699911Z [00:05:20.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateBgpPeer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8769502Z [00:05:20.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateCustomerGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8839177Z [00:05:20.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVpcGatewayEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8909111Z [00:05:20.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/OpenFlowLogService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.8980058Z [00:05:20.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9052236Z [00:05:20.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UnassociatePhysicalConnectionFromVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9123249Z [00:05:20.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVcoRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9194864Z [00:05:20.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateTrafficMirrorFilterRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9265174Z [00:05:21.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifySnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9336437Z [00:05:21.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DiagnoseVpnConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9407226Z [00:05:21.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeGlobalAccelerationInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9477398Z [00:05:21.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListVirtualPhysicalConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9545739Z [00:05:21.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeRouterInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9614278Z [00:05:21.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVirtualBorderRoutersForPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9683970Z [00:05:21.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/RevokeInstanceFromCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9752666Z [00:05:21.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DisableVpcClassicLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9823404Z [00:05:21.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpcPrefixListEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9894014Z [00:05:21.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeactivateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:13.9964932Z [00:05:21.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateFullNatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0036250Z [00:05:21.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnCrossAccountAuthorizations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0105760Z [00:05:21.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateIpv6Gateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0173647Z [00:05:21.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIPv6TranslatorAclListAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0243713Z [00:05:21.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeIPv6Translators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0314482Z [00:05:21.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeVpnConnectionLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0382593Z [00:05:21.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIPv6Translator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0451152Z [00:05:21.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DownloadVpnConnectionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0519548Z [00:05:21.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0591673Z [00:05:21.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ReleaseEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0667077Z [00:05:21.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ConnectRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0739378Z [00:05:21.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpnRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0811767Z [00:05:21.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/GetVpcPrefixListAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0881793Z [00:05:21.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIPv6TranslatorEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.0950686Z [00:05:21.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1020204Z [00:05:21.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteIpsecServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1090597Z [00:05:21.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeTagKeysForExpressConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1158968Z [00:05:21.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeCommonBandwidthPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1229037Z [00:05:21.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeEipGatewayInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1299754Z [00:05:21.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyCommonBandwidthPackageAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1372256Z [00:05:21.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ListNatIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1442312Z [00:05:21.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DescribeSslVpnClientCerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1513470Z [00:05:21.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyFullNatEntryAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1584298Z [00:05:21.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateRouteTableWithGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1653075Z [00:05:21.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVcoRouteEntryWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1721974Z [00:05:21.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AddBgpNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1792249Z [00:05:21.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteFullNatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1860844Z [00:05:21.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.1932560Z [00:05:21.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteSslVpnServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2002560Z [00:05:21.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifySslVpnClientCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2072537Z [00:05:21.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2143900Z [00:05:21.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/UpdateNetworkAclEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2216223Z [00:05:21.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateNatIpCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2291271Z [00:05:21.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/DeleteVpcPrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2364558Z [00:05:21.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateVbrHa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2441574Z [00:05:21.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyVRouterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2508436Z [00:05:21.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/CreateForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2579329Z [00:05:21.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/AssociateRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2649734Z [00:05:21.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpc/ModifyBgpPeerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2720830Z [00:05:21.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ExportDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2789632Z [00:05:21.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CancelKeyDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2859538Z [00:05:21.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListSecretVersionIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.2931161Z [00:05:21.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetSecretValue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3001591Z [00:05:21.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3071887Z [00:05:21.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/SetDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3142691Z [00:05:21.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3213211Z [00:05:21.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CertificatePublicKeyEncrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3283577Z [00:05:21.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteClientKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3353009Z [00:05:21.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/RotateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3421921Z [00:05:21.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateKeyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3492659Z [00:05:21.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/AsymmetricEncrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3564059Z [00:05:21.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ScheduleKeyDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3632243Z [00:05:21.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3701728Z [00:05:21.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListKmsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3770213Z [00:05:21.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UntagResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3840959Z [00:05:21.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListNetworkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3910454Z [00:05:21.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.3980133Z [00:05:21.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/RestoreSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4051344Z [00:05:21.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4125212Z [00:05:21.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeAccountKmsStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4197554Z [00:05:21.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListResourceTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4268241Z [00:05:21.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4339260Z [00:05:21.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeApplicationAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4411702Z [00:05:21.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/Decrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4483929Z [00:05:21.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetRandomPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4554854Z [00:05:21.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/TagResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4630202Z [00:05:21.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DisableKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4704805Z [00:05:21.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4774825Z [00:05:21.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4846611Z [00:05:21.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4917390Z [00:05:21.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.4988188Z [00:05:21.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ReEncrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5056668Z [00:05:21.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CertificatePrivateKeySign.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5126059Z [00:05:21.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListKeyVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5196116Z [00:05:21.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetPublicKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5269148Z [00:05:21.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListApplicationAccessPoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5341330Z [00:05:21.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteKeyMaterial.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5411811Z [00:05:21.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GenerateDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5481612Z [00:05:21.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CertificatePublicKeyVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5550639Z [00:05:21.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5623665Z [00:05:21.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateClientKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5693219Z [00:05:21.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5766488Z [00:05:21.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateSecretVersionStage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5837008Z [00:05:21.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5907542Z [00:05:21.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListAliasesByKeyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.5977558Z [00:05:21.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CertificatePrivateKeyDecrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6049412Z [00:05:21.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/AsymmetricDecrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6118897Z [00:05:21.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GenerateAndExportDataKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6189218Z [00:05:21.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6259735Z [00:05:21.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateRotationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6331521Z [00:05:21.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateKmsInstanceBindVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6407680Z [00:05:21.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateApplicationAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6481754Z [00:05:21.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6555882Z [00:05:21.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetKmsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6627114Z [00:05:21.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6697512Z [00:05:21.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6767488Z [00:05:21.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetClientKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6838168Z [00:05:21.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/AsymmetricSign.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6908435Z [00:05:21.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListAliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.6977101Z [00:05:21.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7046106Z [00:05:21.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/Encrypt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7115106Z [00:05:21.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7183185Z [00:05:21.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7252862Z [00:05:21.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7323603Z [00:05:21.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/EnableKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7393183Z [00:05:21.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7463486Z [00:05:21.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ListClientKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7532160Z [00:05:21.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7601568Z [00:05:21.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7670142Z [00:05:21.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GenerateDataKeyWithoutPlaintext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7739910Z [00:05:21.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7811533Z [00:05:21.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7880538Z [00:05:21.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/OpenKmsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.7951117Z [00:05:21.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ImportKeyMaterial.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8023287Z [00:05:21.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateSecretRotationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8092076Z [00:05:21.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8162025Z [00:05:21.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DeleteApplicationAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8231619Z [00:05:21.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/AsymmetricVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8301159Z [00:05:21.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/ConnectKmsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8370738Z [00:05:21.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateApplicationAccessPoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8442091Z [00:05:21.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8511883Z [00:05:21.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/CreateNetworkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8583723Z [00:05:21.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateCertificateStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8653742Z [00:05:21.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/PutSecretValue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8724074Z [00:05:21.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/DescribeKeyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8795121Z [00:05:21.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UploadCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8865154Z [00:05:21.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/UpdateKeyDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.8936175Z [00:05:21.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/kms/GetParametersForImport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9006989Z [00:05:21.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sls/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9077921Z [00:05:21.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/CreateQuotaAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9146057Z [00:05:21.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/UpdateQuotaAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9214839Z [00:05:21.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListAlarmHistories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9285191Z [00:05:22.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListProductQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9355731Z [00:05:22.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaAlarms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9426730Z [00:05:22.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListProductDimensionGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9497010Z [00:05:22.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetProductQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9566676Z [00:05:22.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetQuotaApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9638506Z [00:05:22.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/CreateQuotaApplicationsForTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9709731Z [00:05:22.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaApplicationsDetailForTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9780263Z [00:05:22.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ModifyQuotaTemplateServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9851354Z [00:05:22.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaApplicationsForTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9920183Z [00:05:22.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:14.9990761Z [00:05:22.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/CreateQuotaApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0060428Z [00:05:22.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ModifyTemplateQuotaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0132955Z [00:05:22.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListProducts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0203500Z [00:05:22.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetQuotaAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0274229Z [00:05:22.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/DeleteTemplateQuotaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0344040Z [00:05:22.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetQuotaTemplateServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0413814Z [00:05:22.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListProductQuotaDimensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0482631Z [00:05:22.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0553349Z [00:05:22.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListQuotaApplicationTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0632797Z [00:05:22.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/GetProductQuotaDimension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0706028Z [00:05:22.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/CreateTemplateQuotaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0777147Z [00:05:22.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/DeleteQuotaAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0849058Z [00:05:22.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/quotas/ListDependentQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0917623Z [00:05:22.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.0985350Z [00:05:22.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DetachPolicyFromUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1054123Z [00:05:22.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPolicyVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1127847Z [00:05:22.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1201450Z [00:05:22.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/AttachPolicyToUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1275404Z [00:05:22.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/AddUserToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1345969Z [00:05:22.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DetachPolicyFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1414739Z [00:05:22.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1484046Z [00:05:22.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateVirtualMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1552064Z [00:05:22.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/SetSecurityPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1619136Z [00:05:22.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1688655Z [00:05:22.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreatePolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1757493Z [00:05:22.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1826086Z [00:05:22.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1896373Z [00:05:22.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.1967587Z [00:05:22.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/SetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2037914Z [00:05:22.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/AttachPolicyToRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2110755Z [00:05:22.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2180394Z [00:05:22.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPoliciesForRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2251193Z [00:05:22.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UnbindMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2322970Z [00:05:22.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2394788Z [00:05:22.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2468003Z [00:05:22.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/AttachPolicyToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2537346Z [00:05:22.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2605871Z [00:05:22.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPoliciesForGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2674639Z [00:05:22.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2744840Z [00:05:22.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ClearAccountAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2815705Z [00:05:22.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/RemoveUserFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2890047Z [00:05:22.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.2962840Z [00:05:22.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListEntitiesForPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3036948Z [00:05:22.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ChangePassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3109330Z [00:05:22.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3181137Z [00:05:22.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListPoliciesForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3251489Z [00:05:22.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3322216Z [00:05:22.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3393988Z [00:05:22.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3465148Z [00:05:22.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/SetAccountAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3533616Z [00:05:22.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeletePolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3603002Z [00:05:22.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3670916Z [00:05:22.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3740550Z [00:05:22.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListVirtualMFADevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3809589Z [00:05:22.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetUserMFAInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3881154Z [00:05:22.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.3952135Z [00:05:22.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DetachPolicyFromRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4023364Z [00:05:22.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4094388Z [00:05:22.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4163932Z [00:05:22.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/BindMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4238942Z [00:05:22.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/SetDefaultPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4308333Z [00:05:22.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/UpdatePolicyDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4377104Z [00:05:22.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetSecurityPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4447093Z [00:05:22.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteVirtualMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4518781Z [00:05:22.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4588858Z [00:05:22.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4658612Z [00:05:22.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4728571Z [00:05:22.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListGroupsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4800518Z [00:05:22.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4871516Z [00:05:22.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListUsersForGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.4944515Z [00:05:22.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DecodeDiagnosticMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5016335Z [00:05:22.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5087874Z [00:05:22.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetAccountAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5159365Z [00:05:22.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/CreateAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5229291Z [00:05:22.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/DeleteAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5300361Z [00:05:22.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/ListAccessKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5371652Z [00:05:22.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ram/GetAccessKeyLastUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5447677Z [00:05:22.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CheckDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5521586Z [00:05:22.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryUniqueDeviceStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5603173Z [00:05:22.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CheckDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5681016Z [00:05:22.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryAliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5756121Z [00:05:22.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/BindPhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5829555Z [00:05:22.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/UnbindAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5903649Z [00:05:22.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/BindTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.5978026Z [00:05:22.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/PushNoticeToAndroid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6051069Z [00:05:22.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/PushMessageToAndroid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6121334Z [00:05:22.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryDeviceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6191595Z [00:05:22.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/ListTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6261258Z [00:05:22.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/UnbindPhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6331787Z [00:05:22.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryDevicesByAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6401921Z [00:05:22.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/ContinuouslyPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6470454Z [00:05:22.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CompleteContinuouslyPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6538763Z [00:05:22.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/RemoveTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6606454Z [00:05:22.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/MassPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6675001Z [00:05:22.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/PushNoticeToiOS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6744604Z [00:05:22.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6814085Z [00:05:22.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryPushStatByMsg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6884901Z [00:05:22.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/PushMessageToiOS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.6957505Z [00:05:22.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/BindAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7030274Z [00:05:22.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/Push.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7100796Z [00:05:22.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CancelPush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7171675Z [00:05:22.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/ListSummaryApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7241230Z [00:05:22.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/CheckCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7309122Z [00:05:22.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7378048Z [00:05:22.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryPushStatByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7448077Z [00:05:22.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryDeviceStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7516160Z [00:05:22.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryPushRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7583900Z [00:05:22.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/QueryDevicesByAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7651638Z [00:05:22.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/push/UnbindTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7721613Z [00:05:22.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifySkillGroupBasicInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7790416Z [00:05:22.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRecordingsByContactId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7859960Z [00:05:22.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7931282Z [00:05:22.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CallOnlinePrivacyNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.7999509Z [00:05:22.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/FindUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8070629Z [00:05:22.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListUsersOfSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8139382Z [00:05:22.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8209278Z [00:05:22.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetAgentData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8280918Z [00:05:22.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8351060Z [00:05:22.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/PublishContactFlowVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8421625Z [00:05:22.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListIvrTrackingDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8491955Z [00:05:22.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifySkillGroupOutboundNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8562527Z [00:05:22.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstanceSummaryReportByInterval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8635287Z [00:05:22.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8706361Z [00:05:22.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstanceSummaryReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8775114Z [00:05:22.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GenerateAgentStatisticReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8845101Z [00:05:22.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetRoutePoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8914962Z [00:05:22.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetConversationDetailByContactId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.8984846Z [00:05:22.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RemovePhoneNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9054947Z [00:05:22.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListMedias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9125074Z [00:05:22.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRealTimeAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9194831Z [00:05:22.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetTURNServerList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9265993Z [00:05:23.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListTrunkProviders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9335711Z [00:05:23.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ResetUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9408258Z [00:05:23.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RequestLoginInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9478544Z [00:05:23.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DeletePhoneTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9551381Z [00:05:23.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AddPhoneTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9620641Z [00:05:23.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9690484Z [00:05:23.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DeleteSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9759693Z [00:05:23.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9831874Z [00:05:23.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetNumberRegionInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9901193Z [00:05:23.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateContactFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:15.9973489Z [00:05:23.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListVoiceAppraise.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0041572Z [00:05:23.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0110134Z [00:05:23.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRecordings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0180809Z [00:05:23.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0253552Z [00:05:23.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstanceState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0323171Z [00:05:23.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRecentCallRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0392192Z [00:05:23.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RefreshToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0460789Z [00:05:23.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupsOfUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0530662Z [00:05:23.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentStates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0600214Z [00:05:23.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0673281Z [00:05:23.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/PickLocalNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0745450Z [00:05:23.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RemoveUsersFromSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0818698Z [00:05:23.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetRecordOssUploadParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0896198Z [00:05:23.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AssignUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.0969506Z [00:05:23.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/LaunchShortMessageAppraise.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1042295Z [00:05:23.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListRecordingOfDualTrack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1115770Z [00:05:23.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentSummaryReportsSinceMidnight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1184914Z [00:05:23.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CheckNumberAvaliable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1259729Z [00:05:23.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetTURNCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1335208Z [00:05:23.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListInstancesOfUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1409659Z [00:05:23.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1480222Z [00:05:23.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/LaunchAppraise.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1551104Z [00:05:23.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListPhoneTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1621664Z [00:05:23.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1692097Z [00:05:23.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1762770Z [00:05:23.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupStates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1832289Z [00:05:23.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyPhoneTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1903683Z [00:05:23.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AddBulkPhoneNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.1974271Z [00:05:23.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetCallMeasureSummaryReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2044074Z [00:05:23.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/SendPredefinedShortMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2117086Z [00:05:23.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2189902Z [00:05:23.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DownloadRecording.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2264858Z [00:05:23.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AddAgentDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2336574Z [00:05:23.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyPrivacyNumberCallDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2411841Z [00:05:23.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListTrunksOfSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2482700Z [00:05:23.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateVoiceAppraise.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2551535Z [00:05:23.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListContactFlows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2622545Z [00:05:23.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DeleteMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2693679Z [00:05:23.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListTransferableSkillGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2767680Z [00:05:23.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListCallEventDetailByContactId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2840929Z [00:05:23.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DialEx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2915252Z [00:05:23.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CommitContactFlowVersionModification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.2989180Z [00:05:23.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DisableTrunkProviders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.3061699Z [00:05:23.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/AddPhoneNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.3140969Z [00:05:23.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/PickGlobalOutboundNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.3212605Z [00:05:23.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/RemoveUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.3284414Z [00:05:23.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentStateLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.3356185Z [00:05:23.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/DownloadAllTypeRecording.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.3430284Z [00:05:23.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.3506279Z [00:05:23.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetInstanceSummaryReportSinceMidnight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.3581218Z [00:05:23.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.3655967Z [00:05:23.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentSummaryReportsByInterval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.3727776Z [00:05:23.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyPhoneNumber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.3800112Z [00:05:23.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.3872590Z [00:05:23.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/PickOutboundNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.3945249Z [00:05:23.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListOutboundPhoneNumberOfUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4022245Z [00:05:23.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListCallMeasureSummaryReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4094379Z [00:05:23.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupSummaryReportsSinceMidnight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4167254Z [00:05:23.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyPrimaryTrunksOfSkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4239602Z [00:05:23.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifyAgentDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4309949Z [00:05:23.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetSmsConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4394748Z [00:05:23.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListPhoneNumbers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4455541Z [00:05:23.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifySkillGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4528236Z [00:05:23.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetUserByExtension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4600505Z [00:05:23.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListCallDetailRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4673745Z [00:05:23.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupSummaryReportsByInterval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4745480Z [00:05:23.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/StartBack2BackCall.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4816684Z [00:05:23.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListAgentSummaryReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4888039Z [00:05:23.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ModifySkillGroupOfUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.4960524Z [00:05:23.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/CreateFault.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5031645Z [00:05:23.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/SaveWebRTCStats.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5102056Z [00:05:23.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/ListSkillGroupSummaryReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5173468Z [00:05:23.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ccc/GetServiceExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5249194Z [00:05:23.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyCollationTimeZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5323997Z [00:05:23.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5394567Z [00:05:23.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CalculateDBInstanceWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5466198Z [00:05:23.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5536401Z [00:05:23.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyActionEventPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5606997Z [00:05:23.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceDelayedReplicationTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5677381Z [00:05:23.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5750563Z [00:05:23.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCrossRegionBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5825762Z [00:05:23.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/GetDBInstanceTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5901595Z [00:05:23.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ImportUserBackupFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.5976988Z [00:05:23.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.6053334Z [00:05:23.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBMiniEngineVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.6125580Z [00:05:23.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHostWebShell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.6199909Z [00:05:23.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/GetDbProxyInstanceSsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.6276634Z [00:05:23.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.6355302Z [00:05:23.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeLocalAvailableRecoveryTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.6431718Z [00:05:23.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.6506662Z [00:05:23.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBInstanceMajorVersionPrecheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.6579260Z [00:05:23.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLCollectorPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.6652318Z [00:05:23.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/QueryRecommendByCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.6724212Z [00:05:23.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CopyDatabaseBetweenInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.6799549Z [00:05:23.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateOnlineDatabaseTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.6873207Z [00:05:23.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.6944597Z [00:05:23.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDedicatedHostGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7016791Z [00:05:23.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCurrentModifyOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7088030Z [00:05:23.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeRenewalPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7158929Z [00:05:23.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableClasses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7231525Z [00:05:23.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDatabaseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7303057Z [00:05:23.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/MigrateDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7375904Z [00:05:23.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckCloudResourceAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7448352Z [00:05:23.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribePGHbaConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7522038Z [00:05:23.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/QueryNotify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7594484Z [00:05:23.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableRecoveryTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7666698Z [00:05:23.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7738700Z [00:05:23.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RevokeAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7811921Z [00:05:23.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7884320Z [00:05:23.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLCollectorRetention.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.7958018Z [00:05:23.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8033376Z [00:05:23.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceHAConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8106391Z [00:05:23.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeletePostgresExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8179473Z [00:05:23.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/MigrateConnectionToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8264228Z [00:05:23.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/EvaluateLocalExtendDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8343845Z [00:05:23.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceConnectionMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8416685Z [00:05:23.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8490710Z [00:05:23.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RestoreDdrTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8563836Z [00:05:23.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/MigrateSecurityIPMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8635178Z [00:05:23.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8709405Z [00:05:23.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8781087Z [00:05:23.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBInstanceKernelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8851659Z [00:05:23.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateTempDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8922599Z [00:05:23.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyHADiagnoseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.8993197Z [00:05:23.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.9066619Z [00:05:23.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/AllocateInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.9139384Z [00:05:23.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.9214774Z [00:05:23.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDTCSecurityIpHostsForSQLServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.9286725Z [00:05:24.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.9357392Z [00:05:24.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.9427598Z [00:05:24.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDiagnosticReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.9498187Z [00:05:24.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHADiagnoseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.9567290Z [00:05:24.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeErrorLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.9637036Z [00:05:24.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateCloudMigrationPrecheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.9723338Z [00:05:24.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.9795610Z [00:05:24.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBProxyInstanceKernelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.9865763Z [00:05:24.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/PreCheckCreateOrderForDeleteDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:16.9934549Z [00:05:24.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceNetworkType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0007939Z [00:05:24.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBackupTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0083923Z [00:05:24.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0159571Z [00:05:24.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ReleaseInstancePublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0231572Z [00:05:24.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCharacterSetName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0302732Z [00:05:24.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableCrossRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0373420Z [00:05:24.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RestoreTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0444291Z [00:05:24.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0515137Z [00:05:24.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0588408Z [00:05:24.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RestartDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0664205Z [00:05:24.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpdatePostgresExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0741475Z [00:05:24.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RemoveTagsFromResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0815688Z [00:05:24.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeResourceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0886947Z [00:05:24.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDedicatedHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.0958109Z [00:05:24.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1029250Z [00:05:24.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeInstanceKeywords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1104438Z [00:05:24.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHASwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1177573Z [00:05:24.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBProxyPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1252353Z [00:05:24.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1324786Z [00:05:24.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1398667Z [00:05:24.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDetachedBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1469793Z [00:05:24.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1542877Z [00:05:24.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/TerminateMigrateTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1612912Z [00:05:24.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/AllocateReadWriteSplittingConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1684882Z [00:05:24.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSupportOnlineResizeDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1756482Z [00:05:24.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHistoryEventsStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1827154Z [00:05:24.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeRegionInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1898218Z [00:05:24.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBinlogFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.1967692Z [00:05:24.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2038148Z [00:05:24.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2108203Z [00:05:24.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCrossRegionLogBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2179450Z [00:05:24.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ReleaseReadWriteSplittingConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2250208Z [00:05:24.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2320255Z [00:05:24.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2394635Z [00:05:24.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHistoryTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2466132Z [00:05:24.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckDBNameAvailable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2539582Z [00:05:24.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ImportDatabaseBetweenInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2612129Z [00:05:24.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBProxyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2681783Z [00:05:24.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeMarketingActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2753503Z [00:05:24.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancesAsCsv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2823819Z [00:05:24.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyReadWriteSplittingConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2894895Z [00:05:24.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.2968217Z [00:05:24.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteADSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3040538Z [00:05:24.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancesByPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3110964Z [00:05:24.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3181875Z [00:05:24.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAnalyticdbByPrimaryDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3252157Z [00:05:24.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3323369Z [00:05:24.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3395728Z [00:05:24.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBProxyEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3465935Z [00:05:24.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeInstanceCrossBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3537475Z [00:05:24.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DetachWhitelistTemplateToInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3615503Z [00:05:24.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifySQLCollectorPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3684921Z [00:05:24.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3758834Z [00:05:24.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLLogFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3831855Z [00:05:24.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeWhitelistTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3900762Z [00:05:24.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.3971255Z [00:05:24.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeLogBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4042651Z [00:05:24.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBProxyEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4113156Z [00:05:24.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescibeImportsFromDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4187998Z [00:05:24.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4261144Z [00:05:24.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4333157Z [00:05:24.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4405556Z [00:05:24.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4476793Z [00:05:24.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4553176Z [00:05:24.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAllWhitelistTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4622174Z [00:05:24.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/GrantOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4694336Z [00:05:24.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBInstanceMajorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4763925Z [00:05:24.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHistoryEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4832348Z [00:05:24.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4902700Z [00:05:24.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyInstanceCrossBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.4972213Z [00:05:24.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceConnectivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5041064Z [00:05:24.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyPGHbaConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5112352Z [00:05:24.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5179908Z [00:05:24.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5248560Z [00:05:24.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5319447Z [00:05:24.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5390687Z [00:05:24.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteGadInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5463104Z [00:05:24.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeReadDBInstanceDelay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5534150Z [00:05:24.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBInstanceEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5605018Z [00:05:24.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceNetworkExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5675422Z [00:05:24.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckAccountNameAvailable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5745242Z [00:05:24.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateYouhuiForOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5813788Z [00:05:24.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DestroyDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5883041Z [00:05:24.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeParameterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.5966635Z [00:05:24.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/SwitchDBInstanceNetType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6037811Z [00:05:24.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreatePostgresExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6110261Z [00:05:24.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancePromoteActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6184111Z [00:05:24.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6261656Z [00:05:24.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6330956Z [00:05:24.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6399682Z [00:05:24.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DetachGadInstanceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6471321Z [00:05:24.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDTCSecurityIpHostsForSQLServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6541113Z [00:05:24.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceEncryptionKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6612883Z [00:05:24.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6685614Z [00:05:24.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteSlot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6762062Z [00:05:24.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeRdsResourceSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6833687Z [00:05:24.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/SwitchGuardToMasterInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6903791Z [00:05:24.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceAutoUpgradeMinorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.6976495Z [00:05:24.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceProxyConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7055430Z [00:05:24.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDiagnosticReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7126208Z [00:05:24.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/AddTagsToResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7197426Z [00:05:24.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeQuickSaleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7270392Z [00:05:24.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeMigrateTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7342557Z [00:05:24.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstancePayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7412853Z [00:05:24.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateReadOnlyDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7484600Z [00:05:24.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateGADInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7555578Z [00:05:24.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7626387Z [00:05:24.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBProxyEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7700104Z [00:05:24.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeModifyPGHbaConfigLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7771700Z [00:05:24.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateOrderForCreateDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7843196Z [00:05:24.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckInstanceExist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7914383Z [00:05:24.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeADInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.7987127Z [00:05:24.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.8059760Z [00:05:24.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeOssDownloads.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.8136872Z [00:05:24.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.8208855Z [00:05:24.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.8282884Z [00:05:24.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UnlockAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.8357694Z [00:05:24.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBackupDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.8433390Z [00:05:24.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.8505892Z [00:05:24.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.8576593Z [00:05:24.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifySecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.8646939Z [00:05:24.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CopyDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.8719362Z [00:05:24.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateOrderForDeleteDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.8793426Z [00:05:24.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDasInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.8865580Z [00:05:24.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeModifyParameterLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.8937912Z [00:05:24.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/SwitchDBInstanceVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9009726Z [00:05:24.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ActivateMigrationTargetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9079724Z [00:05:24.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCollationTimeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9148581Z [00:05:24.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/MigrateToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9218653Z [00:05:24.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancesByExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9287205Z [00:05:25.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9356148Z [00:05:25.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceIpHostname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9424063Z [00:05:25.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ListClasses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9492730Z [00:05:25.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCloudMigrationPrecheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9562028Z [00:05:25.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancePerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9630991Z [00:05:25.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RebuildDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9701925Z [00:05:25.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CloneDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9772006Z [00:05:25.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9841638Z [00:05:25.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBProxyEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9911305Z [00:05:25.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:17.9981834Z [00:05:25.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.0051047Z [00:05:25.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CheckCreateDdrDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.0121934Z [00:05:25.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.0190688Z [00:05:25.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CancelImport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.0259773Z [00:05:25.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceNetInfoForChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.0328497Z [00:05:25.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.0397707Z [00:05:25.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/SwitchDBInstanceHA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.0467691Z [00:05:25.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribePostgresExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.0537218Z [00:05:25.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/PreCheckCreateOrderForCreateDBNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.0613051Z [00:05:25.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/AttachWhitelistTemplateToInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.0689537Z [00:05:25.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSlots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.0791092Z [00:05:25.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RecoveryDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.0862370Z [00:05:25.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.0932199Z [00:05:25.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceHAConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1001210Z [00:05:25.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1073268Z [00:05:25.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeMigrateTaskById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1141677Z [00:05:25.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSQLLogReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1210449Z [00:05:25.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCrossBackupMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1280162Z [00:05:25.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1350571Z [00:05:25.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeActionEventPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1420888Z [00:05:25.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceProxyConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1489293Z [00:05:25.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeUpgradeMajorVersionTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1558009Z [00:05:25.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1626720Z [00:05:25.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/RevokeOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1696938Z [00:05:25.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteUserBackupFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1766834Z [00:05:25.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceIPArrayList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1837515Z [00:05:25.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBProxyEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1907202Z [00:05:25.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.1975776Z [00:05:25.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ResetAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2045234Z [00:05:25.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyHASwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2115858Z [00:05:25.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeClassDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2185516Z [00:05:25.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpdateUserBackupFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2257963Z [00:05:25.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ReleaseInstanceConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2329643Z [00:05:25.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2403183Z [00:05:25.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/UpgradeDBInstanceEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2474477Z [00:05:25.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyEventInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2543529Z [00:05:25.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2612338Z [00:05:25.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeSlowLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2681884Z [00:05:25.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ConfirmNotify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2755068Z [00:05:25.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyCustinsResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2825571Z [00:05:25.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2896604Z [00:05:25.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.2964566Z [00:05:25.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3032987Z [00:05:25.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3101606Z [00:05:25.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstancesForClone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3170861Z [00:05:25.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/StopDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3243452Z [00:05:25.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHistoryTasksStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3313954Z [00:05:25.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateMigrateTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3384372Z [00:05:25.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CloneParameterGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3455082Z [00:05:25.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyWhitelistTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3524175Z [00:05:25.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyADInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3594614Z [00:05:25.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteBackupFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3663745Z [00:05:25.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeWhitelistTemplateLinkedInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3731974Z [00:05:25.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDBInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3801251Z [00:05:25.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeResourceDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3871456Z [00:05:25.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceNetInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.3940411Z [00:05:25.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DeleteDBInstanceEndpointAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4009480Z [00:05:25.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeGadInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4078850Z [00:05:25.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeParameterGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4147641Z [00:05:25.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateCloudMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4219666Z [00:05:25.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeHostGroupElasticStrategyParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4289659Z [00:05:25.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeAvailableZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4359419Z [00:05:25.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4428804Z [00:05:25.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeInstanceLinkedWhitelistTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4497298Z [00:05:25.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateGadInstanceMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4565230Z [00:05:25.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ListUserBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4634566Z [00:05:25.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/LockAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4702900Z [00:05:25.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/PurgeDBInstanceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4771306Z [00:05:25.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyReadonlyInstanceDelayReplicationTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4840759Z [00:05:25.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDdrInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4910328Z [00:05:25.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.4981421Z [00:05:25.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/CreateDBInstanceForRebuild.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5051947Z [00:05:25.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/TransformDBInstancePayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5121728Z [00:05:25.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCrossRegionBackupDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5191044Z [00:05:25.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5260284Z [00:05:25.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifySQLCollectorRetention.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5329100Z [00:05:25.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeDBInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5399726Z [00:05:25.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/GrantAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5471054Z [00:05:25.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/StartDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5540829Z [00:05:25.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5610814Z [00:05:25.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCustinsResourceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5680392Z [00:05:25.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ModifyDbProxyInstanceSsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5749291Z [00:05:25.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeCloudMigrationResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5818171Z [00:05:25.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/DescribeUpgradeMajorVersionPrecheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5889175Z [00:05:25.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rds/ReceiveDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.5959273Z [00:05:25.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6030314Z [00:05:25.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyFlowProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6100345Z [00:05:25.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeScalingGroupV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6169369Z [00:05:25.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6238942Z [00:05:25.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateClusterWithTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6306936Z [00:05:25.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateClusterHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6374633Z [00:05:25.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateClusterV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6441834Z [00:05:25.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowNodeSqlResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6509992Z [00:05:25.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyClusterTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6578912Z [00:05:25.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowNodeInstanceContainerLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6648183Z [00:05:25.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyScalingGroupV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6718348Z [00:05:25.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ResizeClusterV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6787443Z [00:05:25.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyScalingConfigItemV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6855330Z [00:05:25.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateScalingGroupV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6925085Z [00:05:25.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowProjectClusterSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.6995208Z [00:05:25.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyClusterName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7065066Z [00:05:25.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7134836Z [00:05:25.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/KillFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7206846Z [00:05:25.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RefreshClusterResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7276642Z [00:05:25.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowNodeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7348670Z [00:05:25.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RerunFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7418895Z [00:05:25.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterServiceComponentHealthInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7490915Z [00:05:25.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListScalingActivityV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7560527Z [00:05:25.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7630309Z [00:05:25.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RunClusterServiceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7700984Z [00:05:25.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeScalingGroupInstanceV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7770513Z [00:05:25.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7840056Z [00:05:25.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7909699Z [00:05:25.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterResourcePoolSchedulerType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.7980293Z [00:05:25.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyClusterServiceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8049891Z [00:05:25.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8118665Z [00:05:25.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8188562Z [00:05:25.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyResourcePoolSchedulerType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8259424Z [00:05:25.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8329456Z [00:05:25.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterServiceConfigTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8398816Z [00:05:25.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8468574Z [00:05:25.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowProjectClusterSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8538376Z [00:05:25.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterOperationHostTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8608503Z [00:05:25.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowNodeInstanceLauncherLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8677860Z [00:05:25.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8748776Z [00:05:25.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8818749Z [00:05:25.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8888520Z [00:05:25.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateClusterTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.8957842Z [00:05:25.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ResumeFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9028774Z [00:05:25.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowCategoryTree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9098091Z [00:05:25.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9167562Z [00:05:25.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9237955Z [00:05:26.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9308183Z [00:05:26.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowProjectClusterSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9381443Z [00:05:26.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9450575Z [00:05:26.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/SubmitFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9520680Z [00:05:26.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9590542Z [00:05:26.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterHostComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9659729Z [00:05:26.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9728659Z [00:05:26.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9801306Z [00:05:26.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9872030Z [00:05:26.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:18.9942317Z [00:05:26.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyFlowCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0013331Z [00:05:26.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/SuspendFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0083091Z [00:05:26.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyResourceQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0153154Z [00:05:26.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0221793Z [00:05:26.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RunScalingActionV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0304554Z [00:05:26.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowNodeInstanceContainerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0374204Z [00:05:26.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyFlowForWeb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0445048Z [00:05:26.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ModifyFlowProjectClusterSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0515404Z [00:05:26.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterBasicInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0586043Z [00:05:26.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowClusterHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0661380Z [00:05:26.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0735017Z [00:05:26.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteResourceQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0804892Z [00:05:26.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeScalingConfigItemV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0875401Z [00:05:26.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListScalingGroupV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.0943998Z [00:05:26.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListEmrAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1012806Z [00:05:26.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterOperationHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1082020Z [00:05:26.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowClusterAllHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1152928Z [00:05:26.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ReleaseClusterHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1222254Z [00:05:26.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteClusterTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1290032Z [00:05:26.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1358538Z [00:05:26.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListEmrAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1426774Z [00:05:26.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/JoinResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1497517Z [00:05:26.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowProjectUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1566988Z [00:05:26.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/RemoveScalingConfigItemV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1636906Z [00:05:26.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1707933Z [00:05:26.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListEmrMainVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1777370Z [00:05:26.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowJobHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1846092Z [00:05:26.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/AddScalingConfigItemV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1915589Z [00:05:26.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.1984331Z [00:05:26.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/SubmitFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.2054550Z [00:05:26.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateResourceQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.2124063Z [00:05:26.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterOperationHostTaskLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.2193527Z [00:05:26.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowProjectClusterSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.2265574Z [00:05:26.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.2335506Z [00:05:26.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowProjectUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.2405370Z [00:05:26.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterInstalledService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.2479731Z [00:05:26.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowClusterAll.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.2553721Z [00:05:26.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowProjectUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.2628219Z [00:05:26.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ReleaseCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.2705013Z [00:05:26.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterServiceConfigHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.2779173Z [00:05:26.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.2857409Z [00:05:26.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterServiceQuickLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.2929049Z [00:05:26.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlowProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3002630Z [00:05:26.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CloneFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3078600Z [00:05:26.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListScalingConfigItemV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3151941Z [00:05:26.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/StartFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3223383Z [00:05:26.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterServiceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3295918Z [00:05:26.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3366167Z [00:05:26.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterOperationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3436040Z [00:05:26.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeFlowProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3507497Z [00:05:26.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DescribeClusterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3577991Z [00:05:26.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3648528Z [00:05:26.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/DeleteFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3717650Z [00:05:26.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/AddClusterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3788177Z [00:05:26.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CreateFlowForWeb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3857921Z [00:05:26.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListFlowNodeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3926688Z [00:05:26.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/CloneFlowJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.3999116Z [00:05:26.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/emr/ListClusterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4079642Z [00:05:26.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4152697Z [00:05:26.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ReplaceBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4222835Z [00:05:26.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateSpareIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4290942Z [00:05:26.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4360653Z [00:05:26.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DetachDdosFromAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4430431Z [00:05:26.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4499671Z [00:05:26.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4569187Z [00:05:26.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4637945Z [00:05:26.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4707560Z [00:05:26.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4776153Z [00:05:26.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4845066Z [00:05:26.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateCustomRoutingEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4913351Z [00:05:26.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.4983340Z [00:05:26.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/OpenAcceleratorService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5051607Z [00:05:26.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AddEntriesToAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5120256Z [00:05:26.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5188534Z [00:05:26.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAccelerateAreas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5256884Z [00:05:26.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AttachLogStoreToEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5326928Z [00:05:26.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetInvalidDomainCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5397216Z [00:05:26.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5466606Z [00:05:26.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBandwidthPackagaAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5534222Z [00:05:26.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5601825Z [00:05:26.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5671955Z [00:05:26.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AttachDdosToAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5741269Z [00:05:26.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateForwardingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5810815Z [00:05:26.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5879854Z [00:05:26.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAcceleratorCrossBorderStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.5950496Z [00:05:26.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6020425Z [00:05:26.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateCustomRoutingEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6089102Z [00:05:26.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAccelerators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6158245Z [00:05:26.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6226594Z [00:05:26.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6296747Z [00:05:26.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicAccelerateIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6368929Z [00:05:26.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBasicIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6441730Z [00:05:26.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6511553Z [00:05:26.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAcceleratorConfirm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6579433Z [00:05:26.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListIpSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6647801Z [00:05:26.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListListenerCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6716770Z [00:05:26.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6784461Z [00:05:26.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6852222Z [00:05:26.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBasicEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6923647Z [00:05:26.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAvailableBusiRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.6992346Z [00:05:26.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7082359Z [00:05:26.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7152983Z [00:05:26.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicAccelerateIpEndpointRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7222139Z [00:05:26.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListSpareIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7293570Z [00:05:26.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AssociateAdditionalCertificatesWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7362116Z [00:05:26.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7431063Z [00:05:26.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicAccelerateIpIdleCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7500749Z [00:05:26.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7571229Z [00:05:26.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListEndpointGroupIpAddressCidrBlocks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7640081Z [00:05:26.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateEndpointGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7709641Z [00:05:26.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAcceleratorAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7780373Z [00:05:26.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7849895Z [00:05:26.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBasicEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7918577Z [00:05:26.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.7986393Z [00:05:26.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteForwardingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8056935Z [00:05:26.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateCustomRoutingEndpointTrafficPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8126814Z [00:05:26.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicAccelerateIpEndpointRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8195528Z [00:05:26.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicAccelerateIpEndpointRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8264782Z [00:05:26.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/QueryCrossBorderApprovalStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8333900Z [00:05:26.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8404948Z [00:05:26.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetSpareIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8476067Z [00:05:26.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8548471Z [00:05:26.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8618976Z [00:05:26.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8689525Z [00:05:26.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteSpareIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8760535Z [00:05:26.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingPortMappingsByDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8829948Z [00:05:26.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAcceleratorCrossBorderMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8901362Z [00:05:26.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.8970459Z [00:05:26.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicAccelerateIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9039586Z [00:05:26.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9108277Z [00:05:26.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateForwardingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9178661Z [00:05:26.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9248895Z [00:05:27.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBusiRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9318662Z [00:05:27.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteCustomRoutingEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9388380Z [00:05:27.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9458427Z [00:05:27.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeLogStoreOfEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9528352Z [00:05:27.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DetachLogStoreFromEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9598171Z [00:05:27.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/EnableApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9668518Z [00:05:27.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/RemoveEntriesFromAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9738726Z [00:05:27.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCustomRoutingEndPointTrafficPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9808112Z [00:05:27.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicAccelerateIpEndpointRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9877562Z [00:05:27.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:19.9948784Z [00:05:27.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0027321Z [00:05:27.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListIspTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0100649Z [00:05:27.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0173583Z [00:05:27.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0247146Z [00:05:27.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateBasicAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0319681Z [00:05:27.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListApplicationMonitorDetectResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0393828Z [00:05:27.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingEndpointTrafficPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0469350Z [00:05:27.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/BandwidthPackageRemoveAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0541021Z [00:05:27.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0614447Z [00:05:27.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0685974Z [00:05:27.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0760048Z [00:05:27.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0836031Z [00:05:27.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0908061Z [00:05:27.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.0979703Z [00:05:27.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DissociateAdditionalCertificatesFromListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.1050013Z [00:05:27.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteBasicEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.1123310Z [00:05:27.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCommonAreas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.1195115Z [00:05:27.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.1266973Z [00:05:27.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeIpSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.1340894Z [00:05:27.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.1415856Z [00:05:27.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAclAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.1487743Z [00:05:27.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.1559545Z [00:05:27.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCommodityPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.1632564Z [00:05:27.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteIpSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.1704022Z [00:05:27.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.1792656Z [00:05:27.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.1865942Z [00:05:27.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateCustomRoutingEndpointTrafficPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.1937532Z [00:05:27.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCommodity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2009332Z [00:05:27.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2079295Z [00:05:27.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteCustomRoutingEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2149050Z [00:05:27.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeAcceleratorServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2219297Z [00:05:27.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteCustomRoutingEndpointTrafficPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2288982Z [00:05:27.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2359721Z [00:05:27.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeBandwidthPackageAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2431695Z [00:05:27.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2503686Z [00:05:27.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DissociateAclsFromListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2574344Z [00:05:27.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAdditionalCertificateWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2645096Z [00:05:27.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCustomRoutingEndpointGroupDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2714661Z [00:05:27.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2784829Z [00:05:27.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteEndpointGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2853659Z [00:05:27.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateDomainState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2924858Z [00:05:27.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListAvailableAccelerateAreas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.2995716Z [00:05:27.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetIpsetsBandwidthLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3063041Z [00:05:27.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/AssociateAclsWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3132742Z [00:05:27.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBasicAccelerateIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3202300Z [00:05:27.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DisableApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3271814Z [00:05:27.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCustomRoutingEndpointGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3341490Z [00:05:27.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3411849Z [00:05:27.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeCustomRoutingEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3484098Z [00:05:27.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ConfigEndpointProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3553410Z [00:05:27.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateCustomRoutingEndpointGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3626604Z [00:05:27.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3697220Z [00:05:27.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBasicEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3770550Z [00:05:27.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBasicAccelerateIpEndpointRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3841898Z [00:05:27.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBandwidthPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3912695Z [00:05:27.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.3984084Z [00:05:27.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/GetBasicAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4054750Z [00:05:27.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateServiceManagedControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4126113Z [00:05:27.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListSystemSecurityPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4196043Z [00:05:27.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DetectApplicationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4267044Z [00:05:27.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4337092Z [00:05:27.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateBasicAccelerateIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4407692Z [00:05:27.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateIpSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4477214Z [00:05:27.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/BandwidthPackageAddAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4547748Z [00:05:27.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteAccelerator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4619651Z [00:05:27.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListCustomRoutingPortMappings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4695147Z [00:05:27.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/UpdateIpSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4773261Z [00:05:27.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListForwardingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4849084Z [00:05:27.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBandwidthackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4922050Z [00:05:27.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/CreateCustomRoutingEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.4998494Z [00:05:27.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/ListBasicAccelerators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.5075349Z [00:05:27.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DescribeAcceleratorAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.5151616Z [00:05:27.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ga/DeleteDomainAcceleratorRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.5224615Z [00:05:27.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoSyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.5298914Z [00:05:27.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateRepoBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.5372295Z [00:05:27.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.5457357Z [00:05:27.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateBuildRecordByRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.5543468Z [00:05:27.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListInstanceRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.5615662Z [00:05:27.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.5687118Z [00:05:27.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoSyncTaskByRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.5764016Z [00:05:27.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.5836087Z [00:05:27.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.5905787Z [00:05:27.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.5974663Z [00:05:27.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6044347Z [00:05:27.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepoTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6114463Z [00:05:27.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6183684Z [00:05:27.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateBuildRecordByRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6253233Z [00:05:27.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6322171Z [00:05:27.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6390642Z [00:05:27.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6459855Z [00:05:27.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoSyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6528879Z [00:05:27.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6597506Z [00:05:27.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateInstanceVpcEndpointLinkedVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6666317Z [00:05:27.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6737085Z [00:05:27.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepoSyncRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6808751Z [00:05:27.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6879575Z [00:05:27.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteChartRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.6948844Z [00:05:27.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7018818Z [00:05:27.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7088710Z [00:05:27.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteInstanceEndpointAclPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7157526Z [00:05:27.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoSyncTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7229196Z [00:05:27.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7303132Z [00:05:27.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7374290Z [00:05:27.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoBuildRecordLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7443641Z [00:05:27.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateRepoTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7514085Z [00:05:27.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoSyncRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7581889Z [00:05:27.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChartRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7649813Z [00:05:27.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7718794Z [00:05:27.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListEventCenterRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7792371Z [00:05:27.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTagManifest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7864202Z [00:05:27.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.7935514Z [00:05:27.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoTagScanResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8006492Z [00:05:27.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChainInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8078926Z [00:05:27.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstanceCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8147973Z [00:05:27.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8217259Z [00:05:27.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8287848Z [00:05:27.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoSourceCodeRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8358964Z [00:05:27.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8430960Z [00:05:27.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8503355Z [00:05:27.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateEventCenterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8575803Z [00:05:27.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoTagScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8646438Z [00:05:27.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CancelRepoBuildRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8717386Z [00:05:27.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetArtifactBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8788290Z [00:05:27.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTagScanSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8858348Z [00:05:27.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTagLayers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.8928260Z [00:05:27.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteInstanceVpcEndpointLinkedVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9000843Z [00:05:27.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateInstanceEndpointAclPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9073667Z [00:05:27.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateArtifactBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9143423Z [00:05:27.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9214198Z [00:05:27.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListEventCenterRuleName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9283008Z [00:05:28.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepoTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9354957Z [00:05:28.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoBuildRecordStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9427216Z [00:05:28.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoBuildRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9499918Z [00:05:28.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetArtifactBuildTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9570269Z [00:05:28.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9640540Z [00:05:28.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9710232Z [00:05:28.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9779740Z [00:05:28.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetAuthorizationToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9851228Z [00:05:28.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteRepoBuildRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9921383Z [00:05:28.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:20.9991263Z [00:05:28.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0059748Z [00:05:28.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0128519Z [00:05:28.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteEventCenterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0199839Z [00:05:28.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ResetLoginPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0270732Z [00:05:28.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0340197Z [00:05:28.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteChartRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0411923Z [00:05:28.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0481655Z [00:05:28.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListArtifactBuildTaskLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0552072Z [00:05:28.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateInstanceEndpointStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0622589Z [00:05:28.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoSyncRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0694208Z [00:05:28.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateChain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0768698Z [00:05:28.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0843752Z [00:05:28.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoBuildRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0914006Z [00:05:28.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.0983406Z [00:05:28.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListInstanceEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1053092Z [00:05:28.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateChartNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1121664Z [00:05:28.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CancelArtifactBuildTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1191132Z [00:05:28.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/DeleteNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1261123Z [00:05:28.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstanceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1329051Z [00:05:28.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepository.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1398143Z [00:05:28.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/UpdateRepoSourceCodeRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1468076Z [00:05:28.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/CreateRepoSourceCodeRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1537514Z [00:05:28.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetInstanceVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1606399Z [00:05:28.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/GetRepoTagScanStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1675315Z [00:05:28.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cr/ListRepoTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1745314Z [00:05:28.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/DeleteVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1814085Z [00:05:28.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/ModifyVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1884681Z [00:05:28.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/AcceptVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.1960409Z [00:05:28.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2034722Z [00:05:28.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/RejectVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2105690Z [00:05:28.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2175773Z [00:05:28.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2245290Z [00:05:28.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/CreateVpcPeerConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2319185Z [00:05:28.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/ListVpcPeerConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2391038Z [00:05:28.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2465316Z [00:05:28.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2538824Z [00:05:28.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/vpcpeer/GetVpcPeerConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2613048Z [00:05:28.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cas/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2686661Z [00:05:28.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterVpcAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2758343Z [00:05:28.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterRouteTableAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2830073Z [00:05:28.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeChildInstanceRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2902347Z [00:05:28.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.2976035Z [00:05:28.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteFlowlog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3046975Z [00:05:28.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3118069Z [00:05:28.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenInterRegionTrafficQosQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3187840Z [00:05:28.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateFlowlog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3256733Z [00:05:28.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenAttachedChildInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3331091Z [00:05:28.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterMulticastDomainVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3404548Z [00:05:28.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3477882Z [00:05:28.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RegisterTransitRouterMulticastGroupMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3547137Z [00:05:28.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeGrantRulesToResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3619087Z [00:05:28.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterCidrAllocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3689275Z [00:05:28.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/PublishRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3759312Z [00:05:28.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3831203Z [00:05:28.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListCenInterRegionTrafficQosPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3903896Z [00:05:28.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterVpcAttachmentZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.3974268Z [00:05:28.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4045816Z [00:05:28.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4116989Z [00:05:28.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4186120Z [00:05:28.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterVpnAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4256783Z [00:05:28.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterMulticastDomainAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4329192Z [00:05:28.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DisableTransitRouterRouteTablePropagation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4400942Z [00:05:28.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyCenAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4473114Z [00:05:28.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UnroutePrivateZoneInCenToVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4550748Z [00:05:28.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenChildInstanceRouteEntryToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4615139Z [00:05:28.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterVpnAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4686108Z [00:05:28.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RemoveTrafficMatchRuleFromTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4755150Z [00:05:28.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterPeerAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4823549Z [00:05:28.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4892758Z [00:05:28.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CheckTransitRouterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.4963868Z [00:05:28.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterVbrAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5034366Z [00:05:28.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenRouteMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5110438Z [00:05:28.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5184038Z [00:05:28.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AddTrafficMatchRuleToTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5256417Z [00:05:28.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeGeographicRegionMembership.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5326831Z [00:05:28.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterVpnAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5397976Z [00:05:28.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeregisterTransitRouterMulticastGroupMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5467563Z [00:05:28.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ReplaceTransitRouterRouteTableAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5536819Z [00:05:28.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterVbrAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5605911Z [00:05:28.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenChildInstanceRouteEntryToAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5679920Z [00:05:28.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ActiveFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5750336Z [00:05:28.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenGeographicSpanRemainingBandwidth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5819837Z [00:05:28.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenInterRegionTrafficQosQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5890378Z [00:05:28.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterVpcAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.5960314Z [00:05:28.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/TempUpgradeCenBandwidthPackageSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6030420Z [00:05:28.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterPeerAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6100832Z [00:05:28.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenChildInstanceRouteEntryToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6174830Z [00:05:28.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenChildInstanceRouteEntryToAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6244287Z [00:05:28.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouteTableAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6313453Z [00:05:28.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RefreshTransitRouteTableAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6384375Z [00:05:28.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6453008Z [00:05:28.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyTransitRouterCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6521775Z [00:05:28.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/EnableCenVbrHealthCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6591412Z [00:05:28.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenRouteMaps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6660744Z [00:05:28.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6731563Z [00:05:28.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/OpenTransitRouterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6801824Z [00:05:28.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyFlowLogAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6871513Z [00:05:28.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.6942629Z [00:05:28.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenInterRegionBandwidthLimits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7011505Z [00:05:28.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7083481Z [00:05:28.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AddTraficMatchRuleToTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7153674Z [00:05:28.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RemoveTraficMatchRuleFromTrafficMarkingPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7225868Z [00:05:28.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterPrefixListAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7297211Z [00:05:28.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7367245Z [00:05:28.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListCenChildInstanceRouteEntriesToAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7437271Z [00:05:28.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateCenInterRegionTrafficQosQueueAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7506605Z [00:05:28.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DisableCenVbrHealthCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7577014Z [00:05:28.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterPrefixListAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7646729Z [00:05:28.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterPrefixListAssociation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7716028Z [00:05:28.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7786357Z [00:05:28.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyCenBandwidthPackageAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7855850Z [00:05:28.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7926442Z [00:05:28.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterRouteTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.7996088Z [00:05:28.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AssociateCenBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8065451Z [00:05:28.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RegisterTransitRouterMulticastGroupSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8136885Z [00:05:28.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/WithdrawPublishedRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8206998Z [00:05:28.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenGeographicSpans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8277699Z [00:05:28.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterCidr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8356121Z [00:05:28.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DissociateTransitRouterAttachmentFromRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8425956Z [00:05:28.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterVbrAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8495138Z [00:05:28.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8563064Z [00:05:28.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenRegionDomainRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8630122Z [00:05:28.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeGrantRulesToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8698592Z [00:05:28.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeregisterTransitRouterMulticastGroupSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8767585Z [00:05:28.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTrafficMarkingPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8835948Z [00:05:28.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8905183Z [00:05:28.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterPeerAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.8973851Z [00:05:28.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/EnableTransitRouterRouteTablePropagation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9041226Z [00:05:28.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9112977Z [00:05:28.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListGrantVSwitchEnis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9184180Z [00:05:28.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/SetCenInterRegionBandwidthLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9254988Z [00:05:29.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/GrantInstanceToTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9324879Z [00:05:29.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterVbrAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9393870Z [00:05:29.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenRouteMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9462821Z [00:05:29.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTrafficMarkingPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9532801Z [00:05:29.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouteTableAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9601548Z [00:05:29.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteRouteServiceInCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9671791Z [00:05:29.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenChildInstanceRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9740638Z [00:05:29.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeRouteConflict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9810110Z [00:05:29.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9881894Z [00:05:29.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenAttachedChildInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:21.9951398Z [00:05:29.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ResolveAndRouteServiceInCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0020197Z [00:05:29.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenInterRegionTrafficQosPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0090775Z [00:05:29.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCens.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0161170Z [00:05:29.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeTransitRouteTableAggregationDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0230150Z [00:05:29.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterRouteTablePropagations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0299027Z [00:05:29.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyCenRouteMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0369389Z [00:05:29.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0440066Z [00:05:29.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UnassociateCenBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0512090Z [00:05:29.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteTransitRouterVpnAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0581450Z [00:05:29.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateTransitRouterVpcAttachmentAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0656656Z [00:05:29.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeleteCenInterRegionTrafficQosPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0734210Z [00:05:29.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeFlowlogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0806906Z [00:05:29.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterMulticastDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0879222Z [00:05:29.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.0952366Z [00:05:29.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenBandwidthPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1024638Z [00:05:29.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AssociateTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1095544Z [00:05:29.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenPrivateZoneRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1166264Z [00:05:29.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DeactiveFlowLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1236341Z [00:05:29.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1306204Z [00:05:29.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RevokeInstanceFromTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1377247Z [00:05:29.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeTransitRouteTableAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1447844Z [00:05:29.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1519429Z [00:05:29.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/UpdateCenInterRegionTrafficQosPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1589904Z [00:05:29.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateCenBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1659529Z [00:05:29.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterPeerAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1730161Z [00:05:29.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeRouteServicesInCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1801125Z [00:05:29.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AttachCenChildInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1872901Z [00:05:29.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DisassociateTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.1943072Z [00:05:29.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribePublishedRouteEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2013419Z [00:05:29.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterVpcAttachment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2082670Z [00:05:29.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2154426Z [00:05:29.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListCenInterRegionTrafficQosQueues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2225576Z [00:05:29.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListGrantVSwitchesToCen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2296120Z [00:05:29.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/RoutePrivateZoneInCenToVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2369798Z [00:05:29.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouterMulticastGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2439720Z [00:05:29.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/AssociateTransitRouterAttachmentWithRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2510184Z [00:05:29.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ListTransitRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2580894Z [00:05:29.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/CreateTransitRouterMulticastDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2653978Z [00:05:29.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DescribeCenVbrHealthCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2723414Z [00:05:29.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/ModifyCenBandwidthPackageSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2793480Z [00:05:29.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cbn/DetachCenChildInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2864158Z [00:05:29.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAccountSecurityPracticeReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.2933438Z [00:05:29.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3001145Z [00:05:29.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/RemoveClientIdFromOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3069053Z [00:05:29.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateSAMLProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3137850Z [00:05:29.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetUserSsoSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3206588Z [00:05:29.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/AddUserToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3276793Z [00:05:29.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/SetDefaultDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3347334Z [00:05:29.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3416556Z [00:05:29.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3487031Z [00:05:29.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateVirtualMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3554995Z [00:05:29.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/SetSecurityPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3623150Z [00:05:29.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/RemoveFingerprintFromOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3690680Z [00:05:29.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAppSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3758516Z [00:05:29.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListAppSecretIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3827968Z [00:05:29.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3897636Z [00:05:29.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateAppSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.3969552Z [00:05:29.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListUserBasicInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4038456Z [00:05:29.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4107640Z [00:05:29.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetSAMLProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4176316Z [00:05:29.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4245380Z [00:05:29.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/SetPasswordPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4313739Z [00:05:29.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAccountMFAInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4383621Z [00:05:29.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListSAMLProviders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4452048Z [00:05:29.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UnbindMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4523034Z [00:05:29.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4591586Z [00:05:29.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DisableVirtualMFA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4661212Z [00:05:29.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4732897Z [00:05:29.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4803425Z [00:05:29.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4873462Z [00:05:29.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/RemoveUserFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.4945356Z [00:05:29.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5016488Z [00:05:29.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/AddFingerprintToOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5085659Z [00:05:29.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateSAMLProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5154086Z [00:05:29.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ChangePassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5223108Z [00:05:29.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListOIDCProviders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5290795Z [00:05:29.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetDefaultDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5360609Z [00:05:29.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5430088Z [00:05:29.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAccountSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5499972Z [00:05:29.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5567720Z [00:05:29.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5638082Z [00:05:29.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5707590Z [00:05:29.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5776425Z [00:05:29.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5845391Z [00:05:29.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListVirtualMFADevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5918814Z [00:05:29.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetUserMFAInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.5994065Z [00:05:29.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateLoginProfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6063409Z [00:05:29.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6131802Z [00:05:29.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6202869Z [00:05:29.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6270816Z [00:05:29.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6338552Z [00:05:29.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/BindMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6408751Z [00:05:29.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteAppSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6478623Z [00:05:29.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/AddClientIdToOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6550373Z [00:05:29.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteSAMLProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6621211Z [00:05:29.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6689171Z [00:05:29.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListPredefinedScopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6759638Z [00:05:29.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetSecurityPreference.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6829019Z [00:05:29.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteVirtualMFADevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6899502Z [00:05:29.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.6969382Z [00:05:29.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListGroupsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7041591Z [00:05:29.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7113928Z [00:05:29.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7184781Z [00:05:29.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListUsersForGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7256829Z [00:05:29.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/UpdateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7328233Z [00:05:29.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/SetUserSsoSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7398015Z [00:05:29.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/CreateAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7468568Z [00:05:29.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteOIDCProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7539274Z [00:05:29.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/DeleteAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7608279Z [00:05:29.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/ListAccessKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7678072Z [00:05:29.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GenerateCredentialReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7747849Z [00:05:29.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetAccessKeyLastUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7821644Z [00:05:29.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7894073Z [00:05:29.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ims/GetCredentialReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.7963563Z [00:05:29.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/DescribeDBInstancesForDms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8031958Z [00:05:29.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/DescribeDBInstanceSecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8104760Z [00:05:29.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8176635Z [00:05:29.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/ModifyDBInstanceSecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8245758Z [00:05:29.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/gpdb/DescribeDBInstanceForDms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8316642Z [00:05:29.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/QueryTracedEventByEventId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8386477Z [00:05:29.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8457788Z [00:05:29.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8528390Z [00:05:29.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8598570Z [00:05:29.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListEventBuses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8669351Z [00:05:29.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListEventStreamings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8739372Z [00:05:29.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8809785Z [00:05:29.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateApiDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8879234Z [00:05:29.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteEventBus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.8949958Z [00:05:29.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9018658Z [00:05:29.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/TestEventPattern.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9088558Z [00:05:29.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/PauseEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9158561Z [00:05:29.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteApiDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9229123Z [00:05:29.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9298859Z [00:05:30.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/QueryEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9372154Z [00:05:30.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9442961Z [00:05:30.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/QueryTracedEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9512128Z [00:05:30.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9584890Z [00:05:30.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9654545Z [00:05:30.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateEventBus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9724422Z [00:05:30.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/EnableRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9795238Z [00:05:30.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9866022Z [00:05:30.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListUserDefinedEventSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:22.9935946Z [00:05:30.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetEventBus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0007260Z [00:05:30.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0078127Z [00:05:30.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetApiDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0150081Z [00:05:30.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListAliyunOfficialEventSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0218497Z [00:05:30.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DisableRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0288541Z [00:05:30.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0360115Z [00:05:30.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0428676Z [00:05:30.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0498625Z [00:05:30.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/PutTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0567691Z [00:05:30.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0643649Z [00:05:30.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0719975Z [00:05:30.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateEventBus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0793898Z [00:05:30.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/GetRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0867845Z [00:05:30.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/ListApiDestinations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.0939041Z [00:05:30.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/DeleteEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1008516Z [00:05:30.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1077426Z [00:05:30.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/QueryEventTraces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1150070Z [00:05:30.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/StartEventStreaming.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1220052Z [00:05:30.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/UpdateApiDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1289234Z [00:05:30.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateServiceLinkedRoleForProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1359071Z [00:05:30.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eventbridge/CreateEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1428877Z [00:05:30.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageaudit/ScanImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1497267Z [00:05:30.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageaudit/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1566926Z [00:05:30.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageaudit/ScanText.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1638905Z [00:05:30.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDbInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1708519Z [00:05:30.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstDbLogInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1777990Z [00:05:30.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetupRecycleBinStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1845792Z [00:05:30.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitSqlFlashbackTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1914564Z [00:05:30.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstanceDbMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.1984566Z [00:05:30.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpdatePrivateRdsClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2055908Z [00:05:30.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2125336Z [00:05:30.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateInstanceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2193827Z [00:05:30.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RefreshDrdsAtomUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2265448Z [00:05:30.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/FlashbackRecycleBinTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2333360Z [00:05:30.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstanceLevelTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2403632Z [00:05:30.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ReleaseInstanceInternetAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2475111Z [00:05:30.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveDrdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2549116Z [00:05:30.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstanceSwitchNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2618407Z [00:05:30.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitHotExpandPreCheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2689097Z [00:05:30.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRdsSuperAccountInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2760296Z [00:05:30.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveDrdsDbFailedRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2830436Z [00:05:30.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpdateInstanceNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2899432Z [00:05:30.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CheckSqlAuditEnableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.2969856Z [00:05:30.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyDrdsInstanceDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3039938Z [00:05:30.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RollbackInstanceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3109731Z [00:05:30.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribePreCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3181837Z [00:05:30.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveInstanceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3249736Z [00:05:30.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsRdsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3319566Z [00:05:30.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveRecycleBinTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3389082Z [00:05:30.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpgradeHiStoreInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3459065Z [00:05:30.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3528924Z [00:05:30.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRdsPerformanceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3600435Z [00:05:30.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DisableSqlAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3669232Z [00:05:30.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDBIpWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3738259Z [00:05:30.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ChangeInstanceAzone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3809424Z [00:05:30.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstDbSlsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3877993Z [00:05:30.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetBackupLocal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.3950343Z [00:05:30.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDbInstanceDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4024305Z [00:05:30.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyPolarDbReadWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4096012Z [00:05:30.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/StartRestore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4165563Z [00:05:30.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/EnableSqlFlashbackMatchSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4235213Z [00:05:30.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitSmoothExpandPreCheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4304539Z [00:05:30.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4374112Z [00:05:30.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRecycleBinStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4444314Z [00:05:30.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateShardTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4518173Z [00:05:30.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitHotExpandTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4591411Z [00:05:30.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4665125Z [00:05:30.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4736707Z [00:05:30.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveBackupsSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4805632Z [00:05:30.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpdateResourceGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4875817Z [00:05:30.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CheckExpandStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.4944271Z [00:05:30.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ManagePrivateRds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5012236Z [00:05:30.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsSlowSqls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5081904Z [00:05:30.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ChangeAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5149807Z [00:05:30.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDbInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5217978Z [00:05:30.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyRdsReadWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5287029Z [00:05:30.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeExpandLogicTableInfoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5355982Z [00:05:30.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsShardingDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5425182Z [00:05:30.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyAccountPrivilege.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5495017Z [00:05:30.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupTimes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5565090Z [00:05:30.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5635015Z [00:05:30.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SwitchGlobalBroadcastType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5704648Z [00:05:30.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeHotDbList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5775380Z [00:05:30.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateInstanceInternetAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5846751Z [00:05:30.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5917219Z [00:05:30.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstanceAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.5987850Z [00:05:30.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitSmoothExpandPreCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6058726Z [00:05:30.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBroadcastTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6129072Z [00:05:30.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/GetDrdsDbRdsRelationInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6198380Z [00:05:30.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6266463Z [00:05:30.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6336188Z [00:05:30.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeInstanceSwitchAzone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6406737Z [00:05:30.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6475641Z [00:05:30.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackMenu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6544825Z [00:05:30.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeShardTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6613885Z [00:05:30.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetupBroadcastTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6682115Z [00:05:30.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDBs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6750254Z [00:05:30.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RestartDrdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6822084Z [00:05:30.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6894668Z [00:05:30.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDbRdsNameList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.6964441Z [00:05:30.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsSqlAuditStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7034126Z [00:05:30.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7103121Z [00:05:30.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRDSPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7173035Z [00:05:30.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ValidateShardTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7242544Z [00:05:30.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7312753Z [00:05:30.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeSqlFlashbakTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7381914Z [00:05:30.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7455185Z [00:05:30.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/EnableSqlAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7528231Z [00:05:30.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsParams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7598927Z [00:05:30.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeTableListByType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7668937Z [00:05:30.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateOrderForRds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7737989Z [00:05:30.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateDrdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7807647Z [00:05:30.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupLocal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7878074Z [00:05:30.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRecycleBinTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.7947163Z [00:05:30.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8018438Z [00:05:30.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRestoreOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8089940Z [00:05:30.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/UpgradeInstanceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8161933Z [00:05:30.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SubmitCleanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8232877Z [00:05:30.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/EnableInstanceIpv6Address.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8304321Z [00:05:30.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/RemoveDrdsDb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8374705Z [00:05:30.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/PutStartBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8444069Z [00:05:30.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetupTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8514819Z [00:05:30.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CreateDrdsDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8588486Z [00:05:30.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/CheckDrdsDbName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8659721Z [00:05:30.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8730307Z [00:05:30.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/ModifyDrdsIpWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8802657Z [00:05:30.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeBackupSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8876321Z [00:05:30.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDbInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.8944708Z [00:05:30.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeRdsCommodity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9015034Z [00:05:30.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/DescribeDrdsInstanceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9084044Z [00:05:30.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/drds/SetupDrdsParams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9155113Z [00:05:30.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/AddDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9224760Z [00:05:30.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9293087Z [00:05:31.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/GetResolveCountSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9362638Z [00:05:31.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9433343Z [00:05:31.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/DescribeDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9501833Z [00:05:31.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/GetAccountInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9570244Z [00:05:31.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/ListDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9639790Z [00:05:31.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/httpdns/GetResolveStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9711493Z [00:05:31.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeQrCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9781104Z [00:05:31.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeCharacter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9851510Z [00:05:31.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeTicketInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9921187Z [00:05:31.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeDriverLicense.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:23.9990094Z [00:05:31.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeVATInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0060111Z [00:05:31.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeLicensePlate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0128975Z [00:05:31.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0198046Z [00:05:31.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0266424Z [00:05:31.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeTrainTicket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0336617Z [00:05:31.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeVINCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0404944Z [00:05:31.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeBankCard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0474142Z [00:05:31.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeIdentityCard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0543409Z [00:05:31.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0611785Z [00:05:31.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeVideoCharacter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0704256Z [00:05:31.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeDrivingLicense.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0778596Z [00:05:31.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeQuotaInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0847966Z [00:05:31.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeBusinessLicense.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0916309Z [00:05:31.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizeTaxiInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.0987053Z [00:05:31.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ocr/RecognizePdf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1055328Z [00:05:31.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/UpdateTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1124538Z [00:05:31.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetTrailStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1193431Z [00:05:31.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1262711Z [00:05:31.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/CreateDeliveryHistoryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1336047Z [00:05:31.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/StopLogging.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1408558Z [00:05:31.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1480845Z [00:05:31.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/DeleteDeliveryHistoryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1550120Z [00:05:31.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/DescribeTrails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1621185Z [00:05:31.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/DeleteTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1690479Z [00:05:31.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/UpdateGlobalEventsStorageRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1760483Z [00:05:31.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedProducts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1831384Z [00:05:31.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetGlobalEventsStorageRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1902158Z [00:05:31.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/LookupEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.1971081Z [00:05:31.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2040611Z [00:05:31.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/ListDeliveryHistoryJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2109145Z [00:05:31.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2179563Z [00:05:31.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2248708Z [00:05:31.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetAccessKeyLastUsedEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2320527Z [00:05:31.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/StartLogging.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2392916Z [00:05:31.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/GetDeliveryHistoryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2462241Z [00:05:31.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/actiontrail/CreateTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2534003Z [00:05:31.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetRuleDimension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2602996Z [00:05:31.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadAudioData4Pre.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2673560Z [00:05:31.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/ExecuteAsrTransform.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2742723Z [00:05:31.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/RegisterNotice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2812994Z [00:05:31.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DeleteAsrVocab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2881964Z [00:05:31.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/SaveReviewResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.2951359Z [00:05:31.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/ListDataSetTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3019922Z [00:05:31.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DoCheckResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3089517Z [00:05:31.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/EditThesaurusForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3160341Z [00:05:31.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/AddBusinessCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3231269Z [00:05:31.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DoPhysicalDeleteResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3299519Z [00:05:31.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateRuleForAnt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3369330Z [00:05:31.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateSubScoreForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3443803Z [00:05:31.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DoLogicalDeleteResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3510858Z [00:05:31.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetAccAsrResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3583194Z [00:05:31.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/TestNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3656340Z [00:05:31.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/InvalidRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3726106Z [00:05:31.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetResultCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3795596Z [00:05:31.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DeleteBusinessCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3863608Z [00:05:31.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadDataWithRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.3932235Z [00:05:31.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/SubmitReviewInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4002317Z [00:05:31.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateScoreForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4073696Z [00:05:31.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateAsrVocab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4148871Z [00:05:31.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetReviewInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4218757Z [00:05:31.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DeleteScoreForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4288484Z [00:05:31.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadAudioDataWithRules4Pre.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4356821Z [00:05:31.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4426263Z [00:05:31.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/AddThesaurusForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4498518Z [00:05:31.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadAudioDataWithRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4572670Z [00:05:31.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetScoreInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4646165Z [00:05:31.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/InsertSubScoreForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4718369Z [00:05:31.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetCustomizationConfigList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4788616Z [00:05:31.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4861154Z [00:05:31.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/CreateAsrVocab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.4933840Z [00:05:31.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetDataSetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5012742Z [00:05:31.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetAudioDataStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5084247Z [00:05:31.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/InsertScoreForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5154311Z [00:05:31.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5224802Z [00:05:31.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetRuleDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5294686Z [00:05:31.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetAsrVocab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5365913Z [00:05:31.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5434372Z [00:05:31.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadAudioData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5504145Z [00:05:31.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DelThesaurusForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5574146Z [00:05:31.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5645654Z [00:05:31.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetThesaurusBySynonymForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5715714Z [00:05:31.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GenerateCustomizationModelId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5786083Z [00:05:31.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5853952Z [00:05:31.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadDataSync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5923258Z [00:05:31.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UploadRuleForAnt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.5992271Z [00:05:31.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetBusinessCategoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6062102Z [00:05:31.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/DeleteSubScoreForApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6132224Z [00:05:31.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/GetFileDimension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6208821Z [00:05:31.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/qualitycheck/UpdateOnPurchaseSuccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6281762Z [00:05:31.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/agency/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6356317Z [00:05:31.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeCompliance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6427575Z [00:05:31.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/PutConfigurationRecorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6496896Z [00:05:31.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetDiscoveredResourceCounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6566266Z [00:05:31.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeComplianceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6636673Z [00:05:31.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeDiscoveredResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6707486Z [00:05:31.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ListRemediationTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6777780Z [00:05:31.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/PutConfigRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6848487Z [00:05:31.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ListAggregateDiscoveredResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6918467Z [00:05:31.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeDeliveryChannels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.6987233Z [00:05:31.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetAggregateDiscoveredResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.7059683Z [00:05:31.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetSupportedResourceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.7128128Z [00:05:31.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/PutEvaluations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.7196492Z [00:05:31.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetResourceComplianceTimeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.7267259Z [00:05:31.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeEvaluationResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.7340832Z [00:05:31.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.7414243Z [00:05:31.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DeleteConfigRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.7486712Z [00:05:31.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeConfigRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.7567211Z [00:05:31.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ListDiscoveredResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.7648483Z [00:05:31.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/StartConfigRuleEvaluation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.7728068Z [00:05:31.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ListConfigRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.7806936Z [00:05:31.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/ActiveConfigRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.7892985Z [00:05:31.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetResourceConfigurationTimeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.7974625Z [00:05:31.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/StartConfigurationRecorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.8054349Z [00:05:31.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/DescribeConfigurationRecorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.8136795Z [00:05:31.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/GetDiscoveredResourceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.8215476Z [00:05:31.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/PutDeliveryChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.8297860Z [00:05:31.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/config/StopConfigRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.8378182Z [00:05:31.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.8457923Z [00:05:31.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.8535837Z [00:05:31.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeregisterResourceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.8608827Z [00:05:31.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListResourceTypeRegistrations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.8682363Z [00:05:31.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListChangeSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.8757616Z [00:05:31.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.8829793Z [00:05:31.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackOperationRisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.8902841Z [00:05:31.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GenerateTemplateByScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.8992177Z [00:05:31.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteDiagnostic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.9068134Z [00:05:31.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SetDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.9141922Z [00:05:31.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetFeatureDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.9214194Z [00:05:31.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplateScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.9286548Z [00:05:32.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteStackInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.9360839Z [00:05:32.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplateSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.9434007Z [00:05:32.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.9504461Z [00:05:32.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateStackInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.9576331Z [00:05:32.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/RegisterResourceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.9647813Z [00:05:32.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.9719368Z [00:05:32.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateTemplateScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.9789717Z [00:05:32.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.9868172Z [00:05:32.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ExecuteChangeSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:24.9939157Z [00:05:32.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplateEstimateCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.0013859Z [00:05:32.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStacks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.0082137Z [00:05:32.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteTemplateScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.0151515Z [00:05:32.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.0227288Z [00:05:32.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SetResourceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.0303844Z [00:05:32.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateStackGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.0378127Z [00:05:32.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListResourceTypeVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.0459153Z [00:05:32.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ValidateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.0551842Z [00:05:32.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.0635351Z [00:05:32.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.0714656Z [00:05:32.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.0790918Z [00:05:32.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListResourceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.0869245Z [00:05:32.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GenerateTemplatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.0950303Z [00:05:32.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DetectStackDrift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.1031089Z [00:05:32.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/StopStackGroupOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.1109480Z [00:05:32.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackGroupOperationResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.1186684Z [00:05:32.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.1263007Z [00:05:32.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.1341303Z [00:05:32.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.1420590Z [00:05:32.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetResourceTypeTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.1501831Z [00:05:32.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateStackGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.1579086Z [00:05:32.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.1657892Z [00:05:32.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetDiagnostic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.1733456Z [00:05:32.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.1810149Z [00:05:32.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteStackGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.1886043Z [00:05:32.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SetStackPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.1963040Z [00:05:32.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.2042198Z [00:05:32.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.2119690Z [00:05:32.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackResourceDrifts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.2193816Z [00:05:32.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTemplateScratches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.2264797Z [00:05:32.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.2334797Z [00:05:32.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetResourceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.2409169Z [00:05:32.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateChangeSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.2481252Z [00:05:32.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SignalResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.2560193Z [00:05:32.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CancelUpdateStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.2634094Z [00:05:32.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.2709749Z [00:05:32.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/PreviewStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.2783549Z [00:05:32.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.2856778Z [00:05:32.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.2929599Z [00:05:32.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackGroupOperations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3003722Z [00:05:32.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateTemplateScratch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3077947Z [00:05:32.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListDiagnostics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3150251Z [00:05:32.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ContinueCreateStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3222914Z [00:05:32.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3295729Z [00:05:32.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DetectStackGroupDrift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3366513Z [00:05:32.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/SetTemplatePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3438191Z [00:05:32.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateStackInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3510681Z [00:05:32.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackDriftDetectionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3581588Z [00:05:32.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DetectStackResourceDrift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3652223Z [00:05:32.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetChangeSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3726492Z [00:05:32.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetStackGroupOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3800743Z [00:05:32.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListTemplateVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3880860Z [00:05:32.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/UpdateStackTemplateByResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.3956897Z [00:05:32.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4034075Z [00:05:32.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CancelStackOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4111074Z [00:05:32.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4185708Z [00:05:32.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/ListStackGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4261415Z [00:05:32.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetServiceProvisions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4334736Z [00:05:32.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/DeleteChangeSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4406537Z [00:05:32.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/CreateDiagnostic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4478972Z [00:05:32.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ros/GetTemplateParameterConstraints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4553872Z [00:05:32.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionModuleStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4629891Z [00:05:32.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeProtectionModuleMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4705897Z [00:05:32.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4778835Z [00:05:32.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainAdvanceConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4851230Z [00:05:32.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4923966Z [00:05:32.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainRuleGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.4996925Z [00:05:32.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyLogServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.5073454Z [00:05:32.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/CreateCertificateByCertificateId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.5147951Z [00:05:32.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeProtectionModuleStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.5221144Z [00:05:32.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionRuleCacheStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.5294206Z [00:05:32.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.5367619Z [00:05:32.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DeleteProtectionModuleRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.5442729Z [00:05:32.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/CreateProtectionModuleRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.5520196Z [00:05:32.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeProtectionModuleRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.5604993Z [00:05:32.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.5686225Z [00:05:32.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/CreateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.5765290Z [00:05:32.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.5842211Z [00:05:32.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.5919151Z [00:05:32.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyLogRetrievalStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.5996123Z [00:05:32.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionModuleRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.6073857Z [00:05:32.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionModuleMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.6149880Z [00:05:32.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyProtectionRuleStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.6226507Z [00:05:32.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeWafSourceIpSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.6301621Z [00:05:32.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeInstanceSpecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.6373555Z [00:05:32.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeProtectionModuleCodeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.6443532Z [00:05:32.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/CreateCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.6514180Z [00:05:32.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeCertMatchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.6583672Z [00:05:32.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.6654950Z [00:05:32.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/SetDomainRuleGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.6728071Z [00:05:32.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainBasicConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.6804001Z [00:05:32.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyDomainIpv6Status.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.6880978Z [00:05:32.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.6967527Z [00:05:32.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/ModifyDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7039758Z [00:05:32.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeInstanceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7111938Z [00:05:32.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/waf-openapi/DescribeLogServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7187689Z [00:05:32.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/AssumeRoleWithSAML.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7262322Z [00:05:32.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/GetCallerIdentity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7345552Z [00:05:32.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/AssumeRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7413765Z [00:05:32.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/AssumeRoleWithOIDC.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7483601Z [00:05:32.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sts/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7554281Z [00:05:32.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ExecuteDataCorrect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7624871Z [00:05:32.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSQLExecAuditLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7697921Z [00:05:32.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectTaskDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7772070Z [00:05:32.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListProxySQLExecAuditLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7844141Z [00:05:32.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDataImportSQLType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7915262Z [00:05:32.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ChangeColumnSecurityLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.7985395Z [00:05:32.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataExportOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.8055150Z [00:05:32.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTaskFlowNotification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.8125455Z [00:05:32.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStructSyncOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.8195805Z [00:05:32.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SubmitOrderApproval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.8264440Z [00:05:32.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ResumeTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.8336343Z [00:05:32.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RevokeTemplateAuthority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.8409008Z [00:05:32.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.8481159Z [00:05:32.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RetryDataCorrectPreCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.8557374Z [00:05:32.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ReDeployLhDagVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.8630484Z [00:05:32.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOpLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.8702719Z [00:05:32.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListStandardGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.8777106Z [00:05:32.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskTimeVariables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.8857870Z [00:05:32.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectRollbackFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.8931949Z [00:05:32.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9006497Z [00:05:32.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9081299Z [00:05:32.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteLogicDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9156282Z [00:05:32.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SyncDatabaseMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9230258Z [00:05:32.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DisableUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9303825Z [00:05:33.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteLhMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9377762Z [00:05:33.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataCronClearOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9449481Z [00:05:33.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AnalyzeSQLLineage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9525024Z [00:05:33.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateStandardGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9604537Z [00:05:33.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9686230Z [00:05:33.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CloseOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9765658Z [00:05:33.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9843790Z [00:05:33.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SetOwners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9921188Z [00:05:33.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateSLARules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:25.9997959Z [00:05:33.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddLogicTableRouteConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.0076830Z [00:05:33.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStructSyncJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.0151636Z [00:05:33.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RevokeUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.0226162Z [00:05:33.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RefundPayAsYouGoOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.0300480Z [00:05:33.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ModifyDataCorrectExecSQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.0371326Z [00:05:33.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowsByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.0491668Z [00:05:33.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ChangeLhDagOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.0531346Z [00:05:33.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.0604874Z [00:05:33.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataExportOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.0683603Z [00:05:33.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddTaskFlowEdges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.0763224Z [00:05:33.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetLhSpaceByName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.0843579Z [00:05:33.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.0922740Z [00:05:33.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetAuthorityTemplateItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.1007303Z [00:05:33.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/PublishAndDeployTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.1081930Z [00:05:33.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListProxyAccesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.1158316Z [00:05:33.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListInstanceLoginAuditLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.1234587Z [00:05:33.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ExecuteStructSync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.1311711Z [00:05:33.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetProxyAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.1384172Z [00:05:33.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSensitivityLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.1455766Z [00:05:33.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/BackFill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.1529842Z [00:05:33.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateProcCorrectOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.1603929Z [00:05:33.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ExecuteDataExport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.1677305Z [00:05:33.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateLogicDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.1747809Z [00:05:33.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListWorkFlowTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.1818367Z [00:05:33.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowConstants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.1891429Z [00:05:33.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.2013680Z [00:05:33.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.2097874Z [00:05:33.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ReRunTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.2179947Z [00:05:33.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDatabaseExportOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.2259386Z [00:05:33.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDBTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.2337019Z [00:05:33.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SearchTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.2414296Z [00:05:33.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.2494900Z [00:05:33.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowNotification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.2579744Z [00:05:33.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDataImportSQLPreCheckDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.2662353Z [00:05:33.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateStandardGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.2738799Z [00:05:33.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStructSyncExecSqlDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.2817941Z [00:05:33.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTableTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.2890142Z [00:05:33.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.2964908Z [00:05:33.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListLogicTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.3038086Z [00:05:33.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDAGVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.3117661Z [00:05:33.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.3192098Z [00:05:33.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDesensitizationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.3264885Z [00:05:33.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSQLReviewOriginSQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.3339346Z [00:05:33.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddLhMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.3411376Z [00:05:33.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.3483736Z [00:05:33.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTaskInstanceRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.3556150Z [00:05:33.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDBTaskSQLJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.3630822Z [00:05:33.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.3705687Z [00:05:33.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataImportOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.3781643Z [00:05:33.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetSQLReviewOptimizeDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.3856624Z [00:05:33.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataTrackOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.3930271Z [00:05:33.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.4005621Z [00:05:33.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SearchDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.4083500Z [00:05:33.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateProxyAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.4156338Z [00:05:33.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDbExportDownloadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.4230341Z [00:05:33.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.4301222Z [00:05:33.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowConstants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.4380164Z [00:05:33.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/MoveTaskFlowToScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.4459137Z [00:05:33.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RestartDataCorrectSQLJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.4538488Z [00:05:33.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ExecuteScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.4617257Z [00:05:33.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/PreviewWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.4698409Z [00:05:33.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListClassificationTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.4778037Z [00:05:33.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/PauseDataCorrectSQLJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.4858393Z [00:05:33.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataExportDownloadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.4932155Z [00:05:33.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataTrackJobDegree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5006085Z [00:05:33.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDBTaskSQLJobLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5080449Z [00:05:33.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteLogicTableRouteConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5155264Z [00:05:33.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataCorrectOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5228783Z [00:05:33.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/MakeTaskFlowInstanceSuccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5303758Z [00:05:33.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateUploadOSSFileJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5377800Z [00:05:33.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateFreeLockCorrectOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5450950Z [00:05:33.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetIntervalLimitOfSLA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5524183Z [00:05:33.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ChangeColumnSecLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5597447Z [00:05:33.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListLogicDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5670593Z [00:05:33.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5743539Z [00:05:33.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetPhysicalDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5813809Z [00:05:33.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataExportPreCheckDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5887532Z [00:05:33.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/StopTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.5959897Z [00:05:33.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GrantTemplateAuthority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.6033039Z [00:05:33.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowEdgesByCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.6108006Z [00:05:33.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStructSyncJobAnalyzeResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.6185028Z [00:05:33.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.6257876Z [00:05:33.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.6330876Z [00:05:33.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataTrackJobTableMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.6403921Z [00:05:33.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.6478855Z [00:05:33.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/EnableUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.6556711Z [00:05:33.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/BuyPayAsYouGoOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.6634065Z [00:05:33.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListInstanceUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.6711270Z [00:05:33.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.6785472Z [00:05:33.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.6864931Z [00:05:33.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCronClearTaskDetailList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.6942851Z [00:05:33.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateUploadFileJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7018701Z [00:05:33.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTaskFlowGraph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7094388Z [00:05:33.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowTimeVariables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7170063Z [00:05:33.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7246492Z [00:05:33.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7320233Z [00:05:33.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOnlineDDLProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7393299Z [00:05:33.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataArchiveOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7464486Z [00:05:33.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListLhTaskFlowAndScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7537898Z [00:05:33.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateLakeHouseSpace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7611831Z [00:05:33.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SkipDataCorrectRowCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7686146Z [00:05:33.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectSQLFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7757646Z [00:05:33.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7827321Z [00:05:33.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RegisterInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7897466Z [00:05:33.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOrderBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.7967716Z [00:05:33.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8037838Z [00:05:33.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8109910Z [00:05:33.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ModifyDesensitizationStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8182927Z [00:05:33.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/QueryDataTrackResultDownloadStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8252669Z [00:05:33.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetSQLReviewCheckResultStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8324453Z [00:05:33.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8396030Z [00:05:33.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8466033Z [00:05:33.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SubmitStructSyncOrderApproval.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8534758Z [00:05:33.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListIndexes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8603632Z [00:05:33.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListScenarios.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8672997Z [00:05:33.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowNameAndDesc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8740808Z [00:05:33.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateAuthorityTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8810551Z [00:05:33.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8878821Z [00:05:33.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/InspectProxyAccessSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.8948746Z [00:05:33.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateDataTrackOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9017536Z [00:05:33.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListEffectiveOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9086817Z [00:05:33.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateSQLReviewOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9156697Z [00:05:33.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListColumns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9226844Z [00:05:33.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDataCorrectPreCheckSQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9296209Z [00:05:34.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/OfflineTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9365798Z [00:05:34.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDBTaskSQLJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9435851Z [00:05:34.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetStandardGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9505361Z [00:05:34.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetLogicDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9575472Z [00:05:34.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowCooperators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9644680Z [00:05:34.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteStandardGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9714975Z [00:05:34.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataImportSQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9785961Z [00:05:34.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListWorkFlowNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9860384Z [00:05:34.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:26.9934080Z [00:05:34.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSensitiveColumns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0005930Z [00:05:34.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreatePublishGroupTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0077676Z [00:05:34.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDataCorrectPreCheckDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0152281Z [00:05:34.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteLakeHouseSpace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0224995Z [00:05:34.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0296206Z [00:05:34.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0366261Z [00:05:34.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetClassificationTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0436340Z [00:05:34.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOwnerApplyOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0508318Z [00:05:34.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSensitiveColumnsDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0580351Z [00:05:34.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDatabaseExportOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0684835Z [00:05:34.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0729648Z [00:05:34.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0802859Z [00:05:34.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskFlowEdges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0873840Z [00:05:34.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListLogicTableRouteConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.0946299Z [00:05:34.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetOrderAttachmentFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1023889Z [00:05:34.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1095212Z [00:05:34.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTasksInTaskFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1168399Z [00:05:34.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDatabaseUserPermssions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1239534Z [00:05:34.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCronClearConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1310588Z [00:05:34.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListUserTenants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1380578Z [00:05:34.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DownloadDataTrackResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1449893Z [00:05:34.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SyncInstanceMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1520631Z [00:05:34.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataArchiveOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1592886Z [00:05:34.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteProxyAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1666065Z [00:05:34.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1736421Z [00:05:34.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteTaskFlowEdgesByCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1806762Z [00:05:34.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/RegisterUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1877412Z [00:05:34.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowTimeVariables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.1948634Z [00:05:34.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListTaskFlowCooperators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2021558Z [00:05:34.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ApproveOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2095838Z [00:05:34.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SuspendTaskFlowInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2168691Z [00:05:34.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetMetaTableDetailInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2239680Z [00:05:34.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2310843Z [00:05:34.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateTaskContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2379792Z [00:05:34.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListProxies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2449206Z [00:05:34.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/SearchDataTrackResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2524911Z [00:05:34.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/EditLogicDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2600867Z [00:05:34.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetUserUploadFileJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2677557Z [00:05:34.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetApprovalDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2750804Z [00:05:34.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GrantUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2823659Z [00:05:34.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetTableDBTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2895536Z [00:05:34.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSensitiveDataAuditLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.2967284Z [00:05:34.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/AddDesensitizationRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3040246Z [00:05:34.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetMetaTableColumn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3113302Z [00:05:34.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetPermApplyOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3186400Z [00:05:34.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDefaultSLARules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3259088Z [00:05:34.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ModifyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3330634Z [00:05:34.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListDDLPublishRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3401693Z [00:05:34.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/DeleteProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3472966Z [00:05:34.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetPagedInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3543972Z [00:05:34.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataCorrectOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3614804Z [00:05:34.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/UpdateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3685132Z [00:05:34.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetRuleNumLimitOfSLA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3757671Z [00:05:34.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/CreateStructSyncOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3827106Z [00:05:34.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetDataArchiveCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3898241Z [00:05:34.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/ListSLARules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.3968134Z [00:05:34.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dms-enterprise/GetUserActiveTenant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4037649Z [00:05:34.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4107446Z [00:05:34.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/CloseCreatedBy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4178482Z [00:05:34.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4249935Z [00:05:34.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/CreateTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4320947Z [00:05:34.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DeleteTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4391108Z [00:05:34.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DisablePolicyType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4462140Z [00:05:34.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListResourcesByTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4533231Z [00:05:34.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/EnablePolicyType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4603069Z [00:05:34.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListConfigRulesForTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4671349Z [00:05:34.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4739610Z [00:05:34.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DetachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4810662Z [00:05:34.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListPoliciesForTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4880174Z [00:05:34.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ModifyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.4948903Z [00:05:34.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/OpenCreatedBy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5019051Z [00:05:34.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListSupportResourceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5089738Z [00:05:34.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5158770Z [00:05:34.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5229762Z [00:05:34.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/CheckCreatedByEnabled.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5304955Z [00:05:34.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5377195Z [00:05:34.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GetEffectivePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5454670Z [00:05:34.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GetConfigRuleReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5528111Z [00:05:34.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5600533Z [00:05:34.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GetPolicyEnableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5672870Z [00:05:34.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GenerateConfigRuleReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5743434Z [00:05:34.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5812733Z [00:05:34.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/GetPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5881204Z [00:05:34.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.5950290Z [00:05:34.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6019177Z [00:05:34.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/ListTargetsForPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6089367Z [00:05:34.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/tag/AttachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6158697Z [00:05:34.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6226132Z [00:05:34.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6295425Z [00:05:34.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/CreateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6364347Z [00:05:34.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ListConsumerGroupSubscriptions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6433159Z [00:05:34.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ListConsumerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6501861Z [00:05:34.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6571006Z [00:05:34.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/GetConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6641403Z [00:05:34.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/GetTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6715108Z [00:05:34.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/UpdateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6786305Z [00:05:34.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ResetConsumeOffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6854999Z [00:05:34.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/ListTopics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6926748Z [00:05:34.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.6999534Z [00:05:34.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7069244Z [00:05:34.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/UpdateTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7139389Z [00:05:34.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/DeleteTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7210470Z [00:05:34.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/DeleteConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7284119Z [00:05:34.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/GetInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7355651Z [00:05:34.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/UpdateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7423815Z [00:05:34.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/rocketmq/CreateTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7496574Z [00:05:34.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateRealTimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7566575Z [00:05:34.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetCdnDomainSMCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7638301Z [00:05:34.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/AddFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7707999Z [00:05:34.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRegionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7780398Z [00:05:34.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7853274Z [00:05:34.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainTopClientIpVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7923338Z [00:05:34.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSMCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.7992839Z [00:05:34.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDeliverList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8060958Z [00:05:34.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserBillHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8129715Z [00:05:34.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetWaitingRoomConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8198318Z [00:05:34.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainBpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8267158Z [00:05:34.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainsBySource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8336510Z [00:05:34.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ModifyCdnDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8406514Z [00:05:34.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainBpsDataByTimeStamp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8477696Z [00:05:34.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8548831Z [00:05:34.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ModifyCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8620299Z [00:05:34.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCertificateInfoByID.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8691631Z [00:05:34.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/PushObjectCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8764069Z [00:05:34.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/StartCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8834117Z [00:05:34.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnReportList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8906286Z [00:05:34.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateCdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.8975597Z [00:05:34.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/OpenCdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9048262Z [00:05:34.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainVerifyData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9119688Z [00:05:34.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserUsageDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9189879Z [00:05:34.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeByteHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9259544Z [00:05:35.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSSLCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9328392Z [00:05:35.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9399232Z [00:05:35.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateCdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9468289Z [00:05:35.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserBillType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9539011Z [00:05:35.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateUserUsageDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9607645Z [00:05:35.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainDetailDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9677483Z [00:05:35.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListUserCustomLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9746782Z [00:05:35.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/PublishStagingConfigToProduction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9815786Z [00:05:35.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9887016Z [00:05:35.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ChangeCdnDomainToDcdn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:27.9959962Z [00:05:35.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/UpdateFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0031860Z [00:05:35.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/UpdateCdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0103124Z [00:05:35.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0172008Z [00:05:35.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSMCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0241096Z [00:05:35.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchAddCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0310670Z [00:05:35.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0378788Z [00:05:35.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchUpdateCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0450323Z [00:05:35.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnConditionIPBInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0521178Z [00:05:35.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchDescribeCdnIpInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0590137Z [00:05:35.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetReqHeaderConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0659758Z [00:05:35.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0728717Z [00:05:35.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainTopUrlVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0798501Z [00:05:35.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchDeleteCdnDomainConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0868039Z [00:05:35.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchStartCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.0936863Z [00:05:35.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserVipsByDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1007522Z [00:05:35.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnCertificateDetailById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1078120Z [00:05:35.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetCdnDomainSSLCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1153034Z [00:05:35.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeVerifyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1227567Z [00:05:35.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainQpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1302035Z [00:05:35.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1376315Z [00:05:35.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDeletedDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1448135Z [00:05:35.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainsUsageByDay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1521419Z [00:05:35.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeEsExceptionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1593957Z [00:05:35.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainHttpCodeDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1665459Z [00:05:35.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1736449Z [00:05:35.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeBlockedRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1807002Z [00:05:35.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainCcActivityLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1878469Z [00:05:35.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeStagingIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.1949749Z [00:05:35.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateCdnCertificateSigningRequest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2019953Z [00:05:35.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2090502Z [00:05:35.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRefreshTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2163194Z [00:05:35.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnMigrateRegisterStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2233492Z [00:05:35.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainPvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2303481Z [00:05:35.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteUsageDetailDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2372645Z [00:05:35.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetDomainServerCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2442592Z [00:05:35.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2513829Z [00:05:35.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserUsageDetailDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2586062Z [00:05:35.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/AddCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2657805Z [00:05:35.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2729746Z [00:05:35.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2800036Z [00:05:35.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserDomainsByFunc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2870734Z [00:05:35.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/VerifyDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.2943002Z [00:05:35.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListRealtimeLogDeliveryInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3012981Z [00:05:35.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnHttpsDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3085134Z [00:05:35.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainMultiUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3156125Z [00:05:35.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSubList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3226772Z [00:05:35.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteCdnSubTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3299992Z [00:05:35.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3373701Z [00:05:35.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3444064Z [00:05:35.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/RefreshObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3516268Z [00:05:35.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3585646Z [00:05:35.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainISPData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3658236Z [00:05:35.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3730255Z [00:05:35.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3803215Z [00:05:35.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeTopDomainsByFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3873919Z [00:05:35.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DisableRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.3945770Z [00:05:35.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4017611Z [00:05:35.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/StopCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4087933Z [00:05:35.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListDomainsByLogConfigId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4156259Z [00:05:35.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnSecFuncInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4224756Z [00:05:35.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRefreshTaskById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4293304Z [00:05:35.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4361141Z [00:05:35.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnOrderCommodityCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4428652Z [00:05:35.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4500167Z [00:05:35.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CheckCdnDomainICP.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4569967Z [00:05:35.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteUserUsageDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4637967Z [00:05:35.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainByCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4706462Z [00:05:35.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeIpStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4777175Z [00:05:35.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/RollbackStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4846356Z [00:05:35.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4917349Z [00:05:35.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRealtimeDeliveryAcc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.4986722Z [00:05:35.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeSrcHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5056077Z [00:05:35.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetCdnDomainCSRCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5125949Z [00:05:35.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserCertificateExpireCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5196432Z [00:05:35.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5265712Z [00:05:35.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5334418Z [00:05:35.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserBillPrediction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5403120Z [00:05:35.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteRealTimeLogLogstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5472162Z [00:05:35.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5541492Z [00:05:35.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5611696Z [00:05:35.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5681312Z [00:05:35.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeFCTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5752110Z [00:05:35.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5820233Z [00:05:35.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ModifyRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5889505Z [00:05:35.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeIpInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.5960523Z [00:05:35.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchSetCdnDomainServerCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6031927Z [00:05:35.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CdnMigrateRegister.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6100691Z [00:05:35.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6169574Z [00:05:35.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6240027Z [00:05:35.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6311084Z [00:05:35.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ListRealtimeLogDeliveryDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6378983Z [00:05:35.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6448355Z [00:05:35.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/EnableRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6518114Z [00:05:35.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainPathData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6587948Z [00:05:35.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6657812Z [00:05:35.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchStopCdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6726895Z [00:05:35.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainCustomLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6797992Z [00:05:35.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6869128Z [00:05:35.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteCdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.6940566Z [00:05:35.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteSpecificStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7011936Z [00:05:35.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnRegionAndIsp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7082982Z [00:05:35.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcTopUrlVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7153254Z [00:05:35.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7225776Z [00:05:35.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CheckCdnDomainExist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7296996Z [00:05:35.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/SetCdnDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7370026Z [00:05:35.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeEsExecuteData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7442047Z [00:05:35.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeL2VipsByDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7513176Z [00:05:35.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7582124Z [00:05:35.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainSrcHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7651789Z [00:05:35.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7721631Z [00:05:35.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainAverageResponseTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7789130Z [00:05:35.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DeleteRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7858867Z [00:05:35.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribePreloadDetailById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7929432Z [00:05:35.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainMax95BpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.7998565Z [00:05:35.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnWafDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8070678Z [00:05:35.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8143197Z [00:05:35.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRangeDataByLocateAndIspService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8212630Z [00:05:35.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainTopReferVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8282114Z [00:05:35.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8352785Z [00:05:35.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeRefreshQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8424039Z [00:05:35.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8494421Z [00:05:35.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8563344Z [00:05:35.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8634187Z [00:05:35.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/UpdateCdnDeliverTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8707985Z [00:05:35.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8778843Z [00:05:35.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainRealTimeDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8850037Z [00:05:35.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeDomainUvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8919829Z [00:05:35.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/CreateUsageDetailDataExportTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.8991161Z [00:05:35.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/BatchSetCdnDomainConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9063257Z [00:05:35.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/ModifyCdnDomainSchdmByProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9136278Z [00:05:35.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cdn/DescribeCustomLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9209985Z [00:05:35.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyLDAPConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9280023Z [00:05:36.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeAutoSnapshotTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9352841Z [00:05:36.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9422616Z [00:05:36.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeLogAnalysis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9493391Z [00:05:36.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9562930Z [00:05:36.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/OpenNASService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9633984Z [00:05:36.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateAccessGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9704010Z [00:05:36.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListRecentlyRecycledDirectories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9772972Z [00:05:36.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyFileset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9845843Z [00:05:36.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeAccessRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9916907Z [00:05:36.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeBlackListClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:28.9987218Z [00:05:36.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeDataFlows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.0055571Z [00:05:36.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeMountTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.0125322Z [00:05:36.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.0199530Z [00:05:36.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyDataFlowAutoRefresh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.0271732Z [00:05:36.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/AddTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.0342881Z [00:05:36.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.0414879Z [00:05:36.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.0487221Z [00:05:36.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListDirectoriesAndFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.0561251Z [00:05:36.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.0637870Z [00:05:36.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelDirQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.0712842Z [00:05:36.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/RetryLifecycleRetrieveJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.0784922Z [00:05:36.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateLifecycleRetrieveJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.0858774Z [00:05:36.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/RemoveTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.0934795Z [00:05:36.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1008566Z [00:05:36.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateFileset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1084278Z [00:05:36.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1158644Z [00:05:36.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelDataFlowTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1232847Z [00:05:36.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateProtocolService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1306187Z [00:05:36.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyLifecyclePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1383723Z [00:05:36.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListLifecycleRetrieveJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1460078Z [00:05:36.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeAccessGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1543589Z [00:05:36.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1624866Z [00:05:36.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1702182Z [00:05:36.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1778003Z [00:05:36.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeFileSystemStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1848851Z [00:05:36.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeStoragePackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1919667Z [00:05:36.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateLogAnalysis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.1990938Z [00:05:36.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ResetFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2063294Z [00:05:36.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DisableAndCleanRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2134997Z [00:05:36.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeProtocolService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2204860Z [00:05:36.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeLifecyclePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2273742Z [00:05:36.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DisableNfsAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2344013Z [00:05:36.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ApplyDataFlowAutoRefresh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2414228Z [00:05:36.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2483526Z [00:05:36.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateLifecyclePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2554793Z [00:05:36.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2627804Z [00:05:36.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeMountedClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2699595Z [00:05:36.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyAccessGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2773265Z [00:05:36.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/RemoveClientFromBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2843071Z [00:05:36.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteLogAnalysis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2911248Z [00:05:36.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyProtocolMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.2980859Z [00:05:36.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/GetRecycleBinAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3049136Z [00:05:36.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateRecycleBinDeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3118271Z [00:05:36.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3185855Z [00:05:36.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelLifecycleRetrieveJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3253880Z [00:05:36.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3322053Z [00:05:36.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyProtocolService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3392897Z [00:05:36.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeDirQuotas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3465302Z [00:05:36.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/SetDirQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3536937Z [00:05:36.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateProtocolMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3613656Z [00:05:36.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/StartDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3685800Z [00:05:36.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteFileset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3759410Z [00:05:36.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DisableSmbAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3830375Z [00:05:36.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3901780Z [00:05:36.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/EnableSmbAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.3977264Z [00:05:36.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateLDAPConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4058510Z [00:05:36.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/EnableNfsAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4145467Z [00:05:36.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteAccessGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4219413Z [00:05:36.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4289901Z [00:05:36.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListRecycledDirectoriesAndFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4359280Z [00:05:36.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4430944Z [00:05:36.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/GetDirectoryOrFileProperties.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4502967Z [00:05:36.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeFilesets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4573530Z [00:05:36.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifyFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4643517Z [00:05:36.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateRecycleBinRestoreJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4713608Z [00:05:36.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteProtocolService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4784275Z [00:05:36.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/UpgradeFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4854963Z [00:05:36.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4927620Z [00:05:36.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/AddClientToBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.4997413Z [00:05:36.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5066963Z [00:05:36.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelRecycleBinJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5136936Z [00:05:36.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5205819Z [00:05:36.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateDataFlowTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5276552Z [00:05:36.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateAccessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5343810Z [00:05:36.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5410436Z [00:05:36.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeProtocolMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5479045Z [00:05:36.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/EnableRecycleBin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5548819Z [00:05:36.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5616938Z [00:05:36.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteProtocolMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5685261Z [00:05:36.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ApplyAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5752363Z [00:05:36.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteLifecyclePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5819631Z [00:05:36.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ModifySmbAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5888267Z [00:05:36.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/UpdateRecycleBinAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.5956116Z [00:05:36.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6025838Z [00:05:36.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CancelDataFlowAutoRefresh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6097215Z [00:05:36.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeFileSystems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6167282Z [00:05:36.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/StopDataFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6237401Z [00:05:36.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeSmbAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6305306Z [00:05:36.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeDataFlowTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6373875Z [00:05:36.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/ListRecycleBinJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6442339Z [00:05:36.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/CreateFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6513008Z [00:05:36.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeNfsAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6583388Z [00:05:36.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DeleteLDAPConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6652676Z [00:05:36.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nas/DescribeAutoSnapshotPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6723776Z [00:05:36.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6791253Z [00:05:36.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewaySpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6861208Z [00:05:36.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAnsServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6930177Z [00:05:36.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.6999029Z [00:05:36.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateClusterSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7068106Z [00:05:36.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ImportServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7139372Z [00:05:36.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryClusterInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7208530Z [00:05:36.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7276620Z [00:05:36.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7345242Z [00:05:36.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryAllSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7413864Z [00:05:36.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteWafStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7480874Z [00:05:36.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateZnode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7551059Z [00:05:36.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7622097Z [00:05:36.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListListenersByConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7695404Z [00:05:36.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListServiceSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7764999Z [00:05:36.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListApplicationsWithTagRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7833471Z [00:05:36.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayAuthConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7904269Z [00:05:36.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayAuthConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.7973100Z [00:05:36.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewayAuthConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8044247Z [00:05:36.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListListenersByIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8116590Z [00:05:36.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListNamingTrack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8186819Z [00:05:36.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListSecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8257208Z [00:05:36.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNacosService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8326979Z [00:05:36.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8398817Z [00:05:36.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddMockRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8468979Z [00:05:36.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/OrderClusterHealthCheckRiskNotice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8538182Z [00:05:36.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListFlowRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8608561Z [00:05:36.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayAuthConsumerResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8680884Z [00:05:36.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8752706Z [00:05:36.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ApplyGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8822363Z [00:05:36.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/OfflineGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8891295Z [00:05:36.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListExportZookeeperData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.8960963Z [00:05:36.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9029267Z [00:05:36.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9099879Z [00:05:36.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ImportZookeeperData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9171348Z [00:05:36.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusterTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9241824Z [00:05:37.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryClusterSpecification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9311322Z [00:05:37.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteHTTPRewrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9380472Z [00:05:37.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewaySlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9450873Z [00:05:37.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9520593Z [00:05:37.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewaySlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9590450Z [00:05:37.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/RetryCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9659337Z [00:05:37.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/RemoveAuthPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9728463Z [00:05:37.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateMseServiceApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9799150Z [00:05:37.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteHeaderOp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9867946Z [00:05:37.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNacosInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:29.9936206Z [00:05:37.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateNacosInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0005605Z [00:05:37.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdatePluginConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0072994Z [00:05:37.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddServiceSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0142625Z [00:05:37.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0213053Z [00:05:37.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteFlowRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0283882Z [00:05:37.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0354556Z [00:05:37.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayAuthConsumer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0424458Z [00:05:37.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0501605Z [00:05:37.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListEurekaInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0564785Z [00:05:37.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteCircuitBreakerRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0634011Z [00:05:37.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusterHealthCheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0704880Z [00:05:37.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/PutClusterHealthCheckTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0777230Z [00:05:37.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateOrUpdateSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0849106Z [00:05:37.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0922567Z [00:05:37.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayAuthConsumerResourceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.0993748Z [00:05:37.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateEngineNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1065228Z [00:05:37.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetNacosHistoryConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1136138Z [00:05:37.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1208620Z [00:05:37.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusterVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1279157Z [00:05:37.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAnsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1354975Z [00:05:37.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetBlackWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1425968Z [00:05:37.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetEngineNamepace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1496267Z [00:05:37.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayOption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1567262Z [00:05:37.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1636911Z [00:05:37.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1706592Z [00:05:37.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListEngineNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1776368Z [00:05:37.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryInstancesInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1846738Z [00:05:37.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1917518Z [00:05:37.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListEurekaServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.1985973Z [00:05:37.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateNacosInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2054266Z [00:05:37.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListNacosHistoryConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2123076Z [00:05:37.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetZookeeperDataImportUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2191502Z [00:05:37.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewayServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2259546Z [00:05:37.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateNacosService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2328600Z [00:05:37.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListZnodeChildren.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2399532Z [00:05:37.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/FetchLosslessRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2469611Z [00:05:37.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddSSLCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2544771Z [00:05:37.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddAuthPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2619874Z [00:05:37.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteRetry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2693480Z [00:05:37.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ExportNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2765606Z [00:05:37.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateZnode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2836169Z [00:05:37.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2907203Z [00:05:37.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.2976673Z [00:05:37.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteServiceSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3046974Z [00:05:37.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ExportZookeeperData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3117257Z [00:05:37.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetLosslessRuleByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3186471Z [00:05:37.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3256139Z [00:05:37.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetMseSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3327789Z [00:05:37.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3397740Z [00:05:37.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryZnodeDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3468465Z [00:05:37.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateBlackWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3540715Z [00:05:37.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/PullServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3611167Z [00:05:37.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QuerySwimmingLaneById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3681692Z [00:05:37.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetKubernetesSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3751687Z [00:05:37.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryClusterDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3821807Z [00:05:37.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryGatewayRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3890892Z [00:05:37.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayAuthConsumerResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.3960015Z [00:05:37.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayRouteOnAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4030538Z [00:05:37.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAppBySwimmingLaneGroupTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4100421Z [00:05:37.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetApplicationList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4169136Z [00:05:37.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4238975Z [00:05:37.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4308637Z [00:05:37.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryGatewayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4378847Z [00:05:37.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QuerySlbSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4448601Z [00:05:37.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteTimeout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4518959Z [00:05:37.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteZnode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4589246Z [00:05:37.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetPluginConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4663461Z [00:05:37.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateEngineNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4734046Z [00:05:37.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteAuthResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4804836Z [00:05:37.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListInstanceCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4876604Z [00:05:37.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayServiceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.4946614Z [00:05:37.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateNacosService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5015783Z [00:05:37.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetServiceListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5088468Z [00:05:37.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5162974Z [00:05:37.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5234231Z [00:05:37.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateSSLCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5306068Z [00:05:37.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateFlowRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5375742Z [00:05:37.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateNacosCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5445657Z [00:05:37.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListNacosConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5514689Z [00:05:37.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5584287Z [00:05:37.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ImportNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5655944Z [00:05:37.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetAppMessageQueueRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5729829Z [00:05:37.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayAuthConsumerDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5802246Z [00:05:37.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ModifyGovernanceKubernetesCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5876402Z [00:05:37.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListClusterConnectionTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.5946005Z [00:05:37.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetImportFileUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6015985Z [00:05:37.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6089623Z [00:05:37.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayOption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6160377Z [00:05:37.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6233138Z [00:05:37.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetServiceListPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6302146Z [00:05:37.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/SelectGatewaySlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6373015Z [00:05:37.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayAuthConsumerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6443454Z [00:05:37.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNacosConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6511277Z [00:05:37.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ApplyTagPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6582345Z [00:05:37.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateMessageQueueRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6652281Z [00:05:37.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateFlowRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6720990Z [00:05:37.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayServiceTrafficPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6790072Z [00:05:37.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6859628Z [00:05:37.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewaySlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6930146Z [00:05:37.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateAuthPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.6999281Z [00:05:37.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.7070183Z [00:05:37.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListZkTrack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.7141199Z [00:05:37.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.7214978Z [00:05:37.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryAllSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.7286721Z [00:05:37.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetTagsBySwimmingLaneGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.7358836Z [00:05:37.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.7430667Z [00:05:37.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGatewayRouteDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.7500955Z [00:05:37.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.7573898Z [00:05:37.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayAuthConsumerResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.7646840Z [00:05:37.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpgradeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.7716001Z [00:05:37.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAuthPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.7788637Z [00:05:37.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ModifyLosslessRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.7866080Z [00:05:37.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteSecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.7945617Z [00:05:37.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8020998Z [00:05:37.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListSSLCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8094393Z [00:05:37.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8166236Z [00:05:37.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/RemoveApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8233601Z [00:05:37.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateServiceSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8299843Z [00:05:37.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8367362Z [00:05:37.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8438246Z [00:05:37.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayRouteCORS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8507113Z [00:05:37.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAnsServiceClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8576580Z [00:05:37.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetApplicationInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8645741Z [00:05:37.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListAppBySwimmingLaneGroupTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8717862Z [00:05:37.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGovernanceKubernetesCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8791249Z [00:05:37.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8861088Z [00:05:37.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CloneNacosConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.8932640Z [00:05:37.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListConfigTrack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9006015Z [00:05:37.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9083861Z [00:05:37.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateCircuitBreakerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9161069Z [00:05:37.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetServiceMethodPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9234372Z [00:05:37.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryBusinessLocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9301875Z [00:05:38.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/RestartCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9371715Z [00:05:38.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetMseFeatureSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9440490Z [00:05:38.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryClusterDiskSpecification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9508876Z [00:05:38.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9582221Z [00:05:38.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9654284Z [00:05:38.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetServiceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9725540Z [00:05:38.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9795821Z [00:05:38.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddSecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9863475Z [00:05:38.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddBlackWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:30.9932040Z [00:05:38.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateCircuitBreakerRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0003378Z [00:05:38.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0075292Z [00:05:38.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/ListCircuitBreakerRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0154391Z [00:05:38.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteGatewayDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0224265Z [00:05:38.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteEngineNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0294807Z [00:05:38.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/CreateOrUpdateSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0365806Z [00:05:38.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0436855Z [00:05:38.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/UpdateGatewayServiceCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0507085Z [00:05:38.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteMigrationTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0578968Z [00:05:38.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/GetGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0655008Z [00:05:38.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0727093Z [00:05:38.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/QueryGovernanceKubernetesCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0796752Z [00:05:38.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mse/AddAuthResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0866017Z [00:05:38.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/products.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.0936724Z [00:05:38.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudauth/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1007100Z [00:05:38.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/goodstech/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1078522Z [00:05:38.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/goodstech/ClassifyCommodity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1150123Z [00:05:38.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateUserProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1220300Z [00:05:38.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioningEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1289083Z [00:05:38.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1359523Z [00:05:38.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteAccessAssignment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1431889Z [00:05:38.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUserMFAAuthenticationSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1501954Z [00:05:38.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/AddUserToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1574358Z [00:05:38.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1644503Z [00:05:38.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ProvisionAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1714208Z [00:05:38.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteUserProvisioningEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1785924Z [00:05:38.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListUserProvisioningEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1855779Z [00:05:38.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateMFAAuthenticationSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1927105Z [00:05:38.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetMFAAuthenticationSettingInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.1996524Z [00:05:38.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListExternalSAMLIdPCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2065069Z [00:05:38.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListGroupMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2133721Z [00:05:38.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2201663Z [00:05:38.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DisableService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2269745Z [00:05:38.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2339045Z [00:05:38.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioningConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2409907Z [00:05:38.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListAccessConfigurationProvisionings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2480426Z [00:05:38.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/RemovePermissionPolicyFromAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2554820Z [00:05:38.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/SetMFAAuthenticationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2624302Z [00:05:38.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/SetSCIMSynchronizationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2696282Z [00:05:38.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ResetUserPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2766338Z [00:05:38.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ClearExternalSAMLIdentityProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2838237Z [00:05:38.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeprovisionAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2909309Z [00:05:38.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioningRdAccountStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.2980510Z [00:05:38.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3055094Z [00:05:38.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateSCIMServerCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3125017Z [00:05:38.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListMFADevicesForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3194444Z [00:05:38.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioningStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3264195Z [00:05:38.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3334889Z [00:05:38.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3404199Z [00:05:38.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/RemoveUserFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3475510Z [00:05:38.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3546281Z [00:05:38.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/RemoveExternalSAMLIdPCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3616432Z [00:05:38.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/EnableService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3689495Z [00:05:38.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetDirectorySAMLServiceProviderInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3762057Z [00:05:38.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateInlinePolicyForAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3833020Z [00:05:38.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3903591Z [00:05:38.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.3973267Z [00:05:38.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4044924Z [00:05:38.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetMFAAuthenticationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4117708Z [00:05:38.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetDirectoryStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4191345Z [00:05:38.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/SetExternalSAMLIdentityProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4262918Z [00:05:38.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4333845Z [00:05:38.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4402123Z [00:05:38.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4471144Z [00:05:38.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/AddExternalSAMLIdPCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4539663Z [00:05:38.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/CreateAccessAssignment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4608985Z [00:05:38.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4696237Z [00:05:38.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4766088Z [00:05:38.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListUserProvisionings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4838010Z [00:05:38.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListDirectories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4908952Z [00:05:38.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.4979171Z [00:05:38.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/RetryUserProvisioningEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5048861Z [00:05:38.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetTaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5118374Z [00:05:38.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUserProvisioningConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5187598Z [00:05:38.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5258903Z [00:05:38.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListPermissionPoliciesInAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5333774Z [00:05:38.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUserProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5407945Z [00:05:38.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteUserProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5478055Z [00:05:38.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5547881Z [00:05:38.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListAccessAssignments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5616549Z [00:05:38.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5686159Z [00:05:38.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetMFAAuthenticationSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5753687Z [00:05:38.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5833228Z [00:05:38.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetSCIMSynchronizationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5907083Z [00:05:38.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserMFAAuthenticationSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.5977506Z [00:05:38.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6048174Z [00:05:38.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/UpdateSCIMServerCredentialStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6119758Z [00:05:38.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetExternalSAMLIdentityProvider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6189363Z [00:05:38.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListJoinedGroupsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6258399Z [00:05:38.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteSCIMServerCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6328164Z [00:05:38.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6398655Z [00:05:38.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/GetUserProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6469711Z [00:05:38.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/DeleteMFADeviceForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6538282Z [00:05:38.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListAccessConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6608778Z [00:05:38.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/ListSCIMServerCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6676799Z [00:05:38.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudsso/AddPermissionPolicyToAccessConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6749176Z [00:05:38.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DisableLoadBalancerIpv6Internet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6817165Z [00:05:38.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateLoadBalancerAddressTypeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6885124Z [00:05:38.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/StartShiftLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.6953503Z [00:05:38.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7022283Z [00:05:38.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7092908Z [00:05:38.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7164879Z [00:05:38.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteHealthCheckTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7234622Z [00:05:38.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7304059Z [00:05:38.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7374601Z [00:05:38.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AddEntriesToAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7445598Z [00:05:38.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7518656Z [00:05:38.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7592204Z [00:05:38.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7664600Z [00:05:38.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateListenerLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7735926Z [00:05:38.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AddServersToServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7809251Z [00:05:38.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7879725Z [00:05:38.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.7950951Z [00:05:38.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AttachCommonBandwidthPackageToLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8021794Z [00:05:38.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8091146Z [00:05:38.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListListenerCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8162163Z [00:05:38.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ApplyHealthCheckTemplateToServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8235257Z [00:05:38.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/EnableLoadBalancerAccessLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8306305Z [00:05:38.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/StartListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8377461Z [00:05:38.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8449947Z [00:05:38.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8524029Z [00:05:38.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AssociateAdditionalCertificatesWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8595963Z [00:05:38.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateServerGroupServersAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8666567Z [00:05:38.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateHealthCheckTemplateAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8736432Z [00:05:38.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DisableDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8806048Z [00:05:38.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/GetLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8875215Z [00:05:38.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListServerGroupServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.8945714Z [00:05:38.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateHealthCheckTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9015724Z [00:05:38.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9084267Z [00:05:38.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteAScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9154307Z [00:05:38.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListSecurityPolicyRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9223057Z [00:05:38.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9294252Z [00:05:39.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DisableLoadBalancerAccessLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9364023Z [00:05:39.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9432885Z [00:05:39.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9501145Z [00:05:39.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAsynJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9571007Z [00:05:39.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9641659Z [00:05:39.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateLoadBalancerEdition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9713671Z [00:05:39.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateAScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9785528Z [00:05:39.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/RemoveEntriesFromAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9853716Z [00:05:39.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9921653Z [00:05:39.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:31.9991007Z [00:05:39.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0061246Z [00:05:39.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0131289Z [00:05:39.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0202019Z [00:05:39.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/GetListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0272363Z [00:05:39.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DeleteListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0342353Z [00:05:39.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0411213Z [00:05:39.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DissociateAdditionalCertificatesFromListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0483067Z [00:05:39.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0553688Z [00:05:39.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/GetHealthCheckTemplateAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0623321Z [00:05:39.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateAclAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0695515Z [00:05:39.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAclRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0769276Z [00:05:39.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0841024Z [00:05:39.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CancelShiftLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0912233Z [00:05:39.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.0983694Z [00:05:39.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.1057645Z [00:05:39.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DissociateAclsFromListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.1130212Z [00:05:39.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.1200279Z [00:05:39.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/AssociateAclsWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.1270819Z [00:05:39.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ReplaceServersInServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.1343301Z [00:05:39.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/StopListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.1418758Z [00:05:39.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/GetListenerHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.1491957Z [00:05:39.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListHealthCheckTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.1567771Z [00:05:39.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateRulesAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.1648135Z [00:05:39.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.1727422Z [00:05:39.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/DetachCommonBandwidthPackageFromLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.1801794Z [00:05:39.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListSecurityPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.1877388Z [00:05:39.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/CreateRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.1952022Z [00:05:39.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListSystemSecurityPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.2035032Z [00:05:39.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.2121134Z [00:05:39.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateSecurityPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.2201610Z [00:05:39.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/RemoveServersFromServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.2280632Z [00:05:39.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/EnableLoadBalancerIpv6Internet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.2360175Z [00:05:39.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/ListAclEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.2438746Z [00:05:39.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/EnableDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.2516967Z [00:05:39.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateAScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.2597328Z [00:05:39.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alb/UpdateServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.2674237Z [00:05:39.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CancelChangeAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.2747487Z [00:05:39.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.2821742Z [00:05:39.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListPolicyVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.2896068Z [00:05:39.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.2973857Z [00:05:39.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/InviteAccountToResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.3052772Z [00:05:39.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.3127956Z [00:05:39.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreatePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.3209306Z [00:05:39.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CancelCreateCloudAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.3289231Z [00:05:39.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/MoveAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.3366046Z [00:05:39.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListAssociatedTransferSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.3444846Z [00:05:39.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListDelegatedServicesForAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.3519440Z [00:05:39.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CheckAccountDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.3597118Z [00:05:39.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.3674739Z [00:05:39.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListAncestors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.3753973Z [00:05:39.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetPayerForAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.3829050Z [00:05:39.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetServiceLinkedRoleDeletionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.3902737Z [00:05:39.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/BindSecureMobilePhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.3976504Z [00:05:39.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListDelegatedAdministrators.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.4053041Z [00:05:39.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTrustedServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.4130044Z [00:05:39.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListFoldersForParent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.4207207Z [00:05:39.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/RetryChangeAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.4282262Z [00:05:39.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/RemoveCloudAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.4353244Z [00:05:39.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.4425890Z [00:05:39.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreatePolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.4504200Z [00:05:39.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.4581346Z [00:05:39.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListHandshakesForAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.4657894Z [00:05:39.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DetachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.4732977Z [00:05:39.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.4808427Z [00:05:39.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateResourceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.4884556Z [00:05:39.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.4958287Z [00:05:39.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.5031230Z [00:05:39.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTargetAttachmentsForControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.5115951Z [00:05:39.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListResourceGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.5205214Z [00:05:39.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/EnableControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.5283567Z [00:05:39.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/RegisterDelegatedAdministrator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.5360444Z [00:05:39.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.5435166Z [00:05:39.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeletePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.5509517Z [00:05:39.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ResendCreateCloudAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.5593818Z [00:05:39.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.5668650Z [00:05:39.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.5748682Z [00:05:39.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/SendVerificationCodeForEnableRD.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.5822256Z [00:05:39.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.5900355Z [00:05:39.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/EnableAssociatedTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.5975519Z [00:05:39.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.6050389Z [00:05:39.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeregisterDelegatedAdministrator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.6125849Z [00:05:39.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.6200082Z [00:05:39.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.6275380Z [00:05:39.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeclineHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.6349009Z [00:05:39.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.6423052Z [00:05:39.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/EnableResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.6499737Z [00:05:39.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListHandshakesForResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.6581400Z [00:05:39.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListControlPolicyAttachmentsForTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.6657480Z [00:05:39.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.6734458Z [00:05:39.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeletePolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.6809838Z [00:05:39.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/AcceptHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.6886463Z [00:05:39.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.6960368Z [00:05:39.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ChangeAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.7037868Z [00:05:39.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.7112353Z [00:05:39.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.7189934Z [00:05:39.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListPolicyAttachments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.7268268Z [00:05:39.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.7345152Z [00:05:39.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateAssociatedTransferSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.7422090Z [00:05:39.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetAccountDeletionCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.7494473Z [00:05:39.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.7567026Z [00:05:39.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DisableControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.7648628Z [00:05:39.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/InitResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.7727430Z [00:05:39.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.7804159Z [00:05:39.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.7879781Z [00:05:39.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/AttachControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.7954808Z [00:05:39.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.8027489Z [00:05:39.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/SetMemberDeletionPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.8106338Z [00:05:39.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/SendVerificationCodeForBindSecureMobilePhone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.8185702Z [00:05:39.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.8263451Z [00:05:39.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/SetDefaultPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.8341475Z [00:05:39.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CancelPromoteResourceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.8418750Z [00:05:39.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/AttachPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.8495826Z [00:05:39.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DetachControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.8576552Z [00:05:39.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListAccountsForParent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.8653680Z [00:05:39.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.8733057Z [00:05:39.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/PromoteResourceAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.8811077Z [00:05:39.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.8888251Z [00:05:39.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetAccountDeletionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.8963130Z [00:05:39.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.9038989Z [00:05:39.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetControlPolicyEnablementStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.9114588Z [00:05:39.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.9187611Z [00:05:39.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DisableAssociatedTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.9261974Z [00:05:40.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DeleteResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.9335929Z [00:05:40.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/MoveResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.9409813Z [00:05:40.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.9486410Z [00:05:40.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ListControlPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.9561470Z [00:05:40.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/GetFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.9636315Z [00:05:40.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CancelHandshake.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.9713201Z [00:05:40.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/UpdateFolder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.9788553Z [00:05:40.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/DestroyResourceDirectory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.9861956Z [00:05:40.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/ResendPromoteResourceAccountEmail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:32.9937361Z [00:05:40.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcemanager/CreateCloudAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.0014977Z [00:05:40.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetAccessControlListAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.0090277Z [00:05:40.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancerTCPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.0162092Z [00:05:40.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeVServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.0238277Z [00:05:40.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.0310641Z [00:05:40.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeServerCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.0382608Z [00:05:40.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancerHTTPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.0453348Z [00:05:40.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveVServerGroupBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.0524651Z [00:05:40.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateMasterSlaveServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.0600263Z [00:05:40.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteAccessLogsDownloadAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.0676225Z [00:05:40.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.0769236Z [00:05:40.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.0871004Z [00:05:40.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.0958220Z [00:05:40.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerTCPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.1046551Z [00:05:40.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeDomainExtensionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.1123161Z [00:05:40.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerUDPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.1200270Z [00:05:40.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteServerCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.1274708Z [00:05:40.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyVServerGroupBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.1347643Z [00:05:40.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancerHTTPSListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.1423081Z [00:05:40.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveListenerWhiteListItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.1496756Z [00:05:40.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.1570020Z [00:05:40.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateDomainExtension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.1666395Z [00:05:40.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/EnableHighDefinationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.1736964Z [00:05:40.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetCACertificateName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.1811736Z [00:05:40.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateVServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.1887695Z [00:05:40.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteCACertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.1962305Z [00:05:40.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.2038660Z [00:05:40.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeCACertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.2116903Z [00:05:40.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.2191625Z [00:05:40.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/StartLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.2273036Z [00:05:40.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.2348124Z [00:05:40.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/UploadServerCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.2426610Z [00:05:40.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/UploadCACertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.2503584Z [00:05:40.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ListTLSCipherPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.2583398Z [00:05:40.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.2662618Z [00:05:40.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.2741066Z [00:05:40.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.2817824Z [00:05:40.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.2897098Z [00:05:40.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetServerCertificateName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.2970626Z [00:05:40.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyLoadBalancerPayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.3049851Z [00:05:40.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteDomainExtension.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.3126684Z [00:05:40.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyLoadBalancerInternetSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.3201510Z [00:05:40.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.3279760Z [00:05:40.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateAccessControlList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.3356073Z [00:05:40.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerDeleteProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.3435991Z [00:05:40.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteMasterSlaveServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.3514378Z [00:05:40.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetListenerAccessControlStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.3596485Z [00:05:40.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeAccessLogsDownloadAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.3676991Z [00:05:40.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.3762921Z [00:05:40.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetVServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.3842100Z [00:05:40.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeMasterSlaveServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.3920056Z [00:05:40.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.3997999Z [00:05:40.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.4078031Z [00:05:40.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeAccessControlListAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.4157514Z [00:05:40.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateTLSCipherPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.4235654Z [00:05:40.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerUDPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.4308870Z [00:05:40.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.4382893Z [00:05:40.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteVServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.4457068Z [00:05:40.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.4534513Z [00:05:40.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.4614897Z [00:05:40.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetAccessLogsDownloadAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.4691168Z [00:05:40.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerHTTPSListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.4765052Z [00:05:40.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetTLSCipherPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.4837064Z [00:05:40.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.4911181Z [00:05:40.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyLoadBalancerInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.4989202Z [00:05:40.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.5064547Z [00:05:40.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/RemoveAccessControlListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.5142953Z [00:05:40.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeListenerAccessControlAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.5221100Z [00:05:40.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddListenerWhiteListItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.5296311Z [00:05:40.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyLoadBalancerInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.5370086Z [00:05:40.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.5443287Z [00:05:40.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.5516868Z [00:05:40.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddVServerGroupBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.5593087Z [00:05:40.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeAccessControlLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.5671592Z [00:05:40.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateLoadBalancerUDPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.5748083Z [00:05:40.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerHTTPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.5823003Z [00:05:40.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.5898072Z [00:05:40.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerHTTPSListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.5974825Z [00:05:40.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerModificationProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.6050179Z [00:05:40.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/StopLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.6125775Z [00:05:40.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.6199474Z [00:05:40.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/AddAccessControlListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.6271419Z [00:05:40.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.6346373Z [00:05:40.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetDomainExtensionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.6418506Z [00:05:40.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteAccessControlList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.6491587Z [00:05:40.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/CreateRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.6568248Z [00:05:40.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeHighDefinationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.6643526Z [00:05:40.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeDomainExtensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.6718517Z [00:05:40.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/ModifyHighDefinationMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.6792935Z [00:05:40.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeVServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.6866991Z [00:05:40.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeLoadBalancerHTTPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.6940181Z [00:05:40.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/SetLoadBalancerTCPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.7014928Z [00:05:40.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteTLSCipherPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.7096685Z [00:05:40.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DeleteLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.7173755Z [00:05:40.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/slb/DescribeMasterSlaveServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.7252286Z [00:05:40.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AllocateDedicatedHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.7327589Z [00:05:40.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.7404810Z [00:05:40.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiskMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.7479742Z [00:05:40.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInvocationResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.7556417Z [00:05:40.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.7633608Z [00:05:40.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeUserData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.7714760Z [00:05:40.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.7790096Z [00:05:40.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RebootInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.7865631Z [00:05:40.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVirtualBorderRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.7943336Z [00:05:40.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.8021899Z [00:05:40.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AssignPrivateIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.8098467Z [00:05:40.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSpotAdvice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.8174604Z [00:05:40.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.8250806Z [00:05:40.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/EipFillParams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.8325882Z [00:05:40.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNatGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.8400516Z [00:05:40.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.8477289Z [00:05:40.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.8550238Z [00:05:40.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeStorageSetDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.8624749Z [00:05:40.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyImageShareGroupPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.8700939Z [00:05:40.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRenewalPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.8779499Z [00:05:40.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.8854914Z [00:05:40.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.8930217Z [00:05:40.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRecommendInstanceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.9005829Z [00:05:40.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyEipAddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.9083883Z [00:05:40.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeBandwidthPackages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.9165441Z [00:05:40.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSecurityGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.9245828Z [00:05:41.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.9324202Z [00:05:41.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNewProjectEipMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.9401339Z [00:05:41.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AssignIpv6Addresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.9479696Z [00:05:41.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVpcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.9558609Z [00:05:41.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImageComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.9636319Z [00:05:41.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeCapacityReservations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.9712213Z [00:05:41.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/JoinSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.9789027Z [00:05:41.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceVncUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.9867595Z [00:05:41.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RevokeSecurityGroupEgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:33.9945978Z [00:05:41.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/PurchaseReservedInstancesOffering.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.0024075Z [00:05:41.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeStorageCapacityUnits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.0108855Z [00:05:41.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDeploymentSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.0190368Z [00:05:41.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.0268851Z [00:05:41.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ExportSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.0346994Z [00:05:41.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.0423474Z [00:05:41.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotsUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.0501716Z [00:05:41.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSendFileResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.0583925Z [00:05:41.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.0666723Z [00:05:41.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDemand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.0745277Z [00:05:41.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDiskSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.0817882Z [00:05:41.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StopInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.0890639Z [00:05:41.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeReservedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.0964909Z [00:05:41.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySnapshotAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.1043406Z [00:05:41.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiagnosticMetricSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.1120581Z [00:05:41.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RedeployDedicatedHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.1195619Z [00:05:41.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyElasticityAssurance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.1268449Z [00:05:41.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyImageSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.1340897Z [00:05:41.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.1417261Z [00:05:41.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.1493317Z [00:05:41.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDiagnosticReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.1571964Z [00:05:41.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AssociateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.1651440Z [00:05:41.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReInitDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.1730577Z [00:05:41.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceModificationPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.1808018Z [00:05:41.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.1882882Z [00:05:41.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UnassociateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.1957156Z [00:05:41.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelCopyImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2032718Z [00:05:41.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotLinks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2106418Z [00:05:41.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RedeployInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2179188Z [00:05:41.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySecurityGroupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2254297Z [00:05:41.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDeploymentSetSupportedInstanceTypeFamily.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2329188Z [00:05:41.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyVirtualBorderRouterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2404032Z [00:05:41.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AssociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2475736Z [00:05:41.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2548378Z [00:05:41.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyHpcClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2621575Z [00:05:41.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2694229Z [00:05:41.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ResizeDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2766186Z [00:05:41.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2841250Z [00:05:41.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyStorageCapacityUnitAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2918330Z [00:05:41.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateImageComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.2991430Z [00:05:41.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeBandwidthLimitation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.3065100Z [00:05:41.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyPrepayInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.3140324Z [00:05:41.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.3216659Z [00:05:41.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDedicatedHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.3288891Z [00:05:41.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ResetDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.3359477Z [00:05:41.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeEipMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.3434162Z [00:05:41.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyManagedInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.3508165Z [00:05:41.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateStorageSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.3582956Z [00:05:41.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RebootInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.3655952Z [00:05:41.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ExportImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.3727930Z [00:05:41.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeResourcesModification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.3800526Z [00:05:41.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.3875850Z [00:05:41.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.3951579Z [00:05:41.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.4028618Z [00:05:41.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNetworkInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.4106592Z [00:05:41.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachClassicLinkVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.4183276Z [00:05:41.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDiagnosticMetricSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.4259283Z [00:05:41.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UnassociateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.4339746Z [00:05:41.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.4417061Z [00:05:41.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySnapshotGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.4493424Z [00:05:41.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UnassignIpv6Addresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.4575795Z [00:05:41.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceMaintenanceAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.4652677Z [00:05:41.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostsChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.4733003Z [00:05:41.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AddTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.4811360Z [00:05:41.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeCloudAssistantStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.4888982Z [00:05:41.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ResetDisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.4966772Z [00:05:41.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.5050935Z [00:05:41.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteImageComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.5132929Z [00:05:41.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.5209920Z [00:05:41.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.5285245Z [00:05:41.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.5362108Z [00:05:41.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDiagnosticReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.5436963Z [00:05:41.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyPhysicalConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.5512571Z [00:05:41.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.5590694Z [00:05:41.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CopyImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.5663194Z [00:05:41.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceHistoryEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.5737386Z [00:05:41.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDedicatedHostCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.5814885Z [00:05:41.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImagePipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.5890824Z [00:05:41.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachInstanceRamRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.5963916Z [00:05:41.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/EipFillProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6034734Z [00:05:41.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6106939Z [00:05:41.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ListPluginStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6183052Z [00:05:41.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePrefixLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6258033Z [00:05:41.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/PurchaseStorageCapacityUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6331899Z [00:05:41.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteHpcCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6405164Z [00:05:41.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ImportKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6478533Z [00:05:41.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeCommands.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6549515Z [00:05:41.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6620508Z [00:05:41.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReActivateInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6692796Z [00:05:41.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRouteTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6762595Z [00:05:41.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAccessPoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6836268Z [00:05:41.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDiskChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6909845Z [00:05:41.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceRamRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.6983650Z [00:05:41.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.7057290Z [00:05:41.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateActivation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.7130776Z [00:05:41.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyHaVipAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.7202228Z [00:05:41.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteSnapshotGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.7276109Z [00:05:41.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyBandwidthPackageSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.7350274Z [00:05:41.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RemoveBandwidthPackageIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.7425100Z [00:05:41.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDedicatedHostTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.7496713Z [00:05:41.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.7568603Z [00:05:41.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteStorageSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.7647019Z [00:05:41.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceVncPasswd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.7720360Z [00:05:41.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImageSupportInstanceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.7793083Z [00:05:41.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ImportImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.7866841Z [00:05:41.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreatePrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.7940502Z [00:05:41.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RemoveTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8014879Z [00:05:41.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8092762Z [00:05:41.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeElasticityAssuranceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8168953Z [00:05:41.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeletePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8241373Z [00:05:41.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeActivations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8314628Z [00:05:41.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceAutoReleaseTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8393139Z [00:05:41.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/EipNotifyPaid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8468462Z [00:05:41.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8544223Z [00:05:41.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRouterInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8620626Z [00:05:41.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAutoProvisioningGroupHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8695843Z [00:05:41.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RenewDedicatedHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8769416Z [00:05:41.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AllocateEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8845899Z [00:05:41.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeEniMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8921679Z [00:05:41.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateHpcCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.8996136Z [00:05:41.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.9072333Z [00:05:41.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeUserBusinessBehavior.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.9144832Z [00:05:41.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.9217893Z [00:05:41.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVRouters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.9291922Z [00:05:42.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AuthorizeSecurityGroupEgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.9364333Z [00:05:42.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInvocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.9436944Z [00:05:42.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePrefixListAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.9511646Z [00:05:42.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyRouterInterfaceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.9586490Z [00:05:42.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.9660846Z [00:05:42.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/LeaveSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.9741574Z [00:05:42.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.9816036Z [00:05:42.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNetworkInterfacePermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.9889923Z [00:05:42.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateNetworkInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:34.9963710Z [00:05:42.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyImageAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.0038158Z [00:05:42.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateSnapshotGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.0114920Z [00:05:42.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateImagePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.0189949Z [00:05:42.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.0269236Z [00:05:42.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDedicatedHostCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.0342628Z [00:05:42.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.0416457Z [00:05:42.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachInstanceRamRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.0491242Z [00:05:42.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiagnosticMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.0564686Z [00:05:42.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AllocatePublicIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.0648051Z [00:05:42.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReleaseDedicatedHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.0725294Z [00:05:42.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeForwardTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.0799698Z [00:05:42.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeLaunchTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.0873906Z [00:05:42.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateSimulatedSystemEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.0948680Z [00:05:42.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StopInvocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1023082Z [00:05:42.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RenewReservedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1097832Z [00:05:42.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UnassignPrivateIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1168854Z [00:05:42.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CopySnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1241230Z [00:05:42.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1313277Z [00:05:42.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReleaseCapacityReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1387591Z [00:05:42.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/EnablePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1463283Z [00:05:42.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeLimitation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1536842Z [00:05:42.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1609926Z [00:05:42.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1687385Z [00:05:42.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteKeyPairs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1762675Z [00:05:42.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceNetworkSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1834344Z [00:05:42.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1907330Z [00:05:42.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/SendFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.1984177Z [00:05:42.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeHaVips.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.2066237Z [00:05:42.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.2141407Z [00:05:42.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/TerminateVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.2215921Z [00:05:42.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceAttachmentAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.2289501Z [00:05:42.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeManagedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.2362076Z [00:05:42.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RunInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.2436639Z [00:05:42.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeLaunchTemplateVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.2510370Z [00:05:42.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAccountAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.2585116Z [00:05:42.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSecurityGroupReferences.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.2661576Z [00:05:42.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeCapacityReservationInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.2734638Z [00:05:42.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.2806344Z [00:05:42.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/InstallCloudAssistant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.2880021Z [00:05:42.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.2954663Z [00:05:42.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/InvokeCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3033387Z [00:05:42.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDedicatedHostAutoRenew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3108546Z [00:05:42.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3184280Z [00:05:42.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteBandwidthPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3258389Z [00:05:42.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3331160Z [00:05:42.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePrefixListAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3404823Z [00:05:42.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AuthorizeSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3476398Z [00:05:42.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribePhysicalConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3550226Z [00:05:42.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DisableActivation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3621082Z [00:05:42.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyAutoSnapshotPolicyEx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3692096Z [00:05:42.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ConvertNatPublicIpToEip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3764404Z [00:05:42.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDeploymentSetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3836481Z [00:05:42.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3913011Z [00:05:42.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.3990918Z [00:05:42.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyPrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4067180Z [00:05:42.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RecoverVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4143230Z [00:05:42.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4218362Z [00:05:42.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyCapacityReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4293459Z [00:05:42.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiagnosticReports.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4365051Z [00:05:42.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDiskAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4435974Z [00:05:42.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstancesFullStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4506446Z [00:05:42.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteNetworkInterfacePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4577358Z [00:05:42.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4648298Z [00:05:42.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/GetInstanceScreenshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4719034Z [00:05:42.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDeploymentSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4787847Z [00:05:42.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyVpcAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4857617Z [00:05:42.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelSimulatedSystemEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4926817Z [00:05:42.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/TerminatePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.4999597Z [00:05:42.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceAttachmentAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5074113Z [00:05:42.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5146596Z [00:05:42.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateElasticityAssurance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5217759Z [00:05:42.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDedicatedHostClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5287732Z [00:05:42.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5360910Z [00:05:42.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyReservedInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5431248Z [00:05:42.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteImagePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5502334Z [00:05:42.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RunCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5571825Z [00:05:42.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSnapshotPackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5641233Z [00:05:42.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/JoinResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5712562Z [00:05:42.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReportInstancesStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5783059Z [00:05:42.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateNetworkInterfacePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5852765Z [00:05:42.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5921224Z [00:05:42.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyVSwitchAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.5994390Z [00:05:42.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ActivateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6068049Z [00:05:42.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeletePrefixList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6143154Z [00:05:42.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AttachClassicLinkVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6218557Z [00:05:42.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6290494Z [00:05:42.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeSpotPriceHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6359105Z [00:05:42.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6428077Z [00:05:42.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySecurityGroupEgressRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6496864Z [00:05:42.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReleasePublicIpAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6567151Z [00:05:42.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6639012Z [00:05:42.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/GetInstanceConsoleOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6707217Z [00:05:42.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6775103Z [00:05:42.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDedicatedHostAutoReleaseTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6844795Z [00:05:42.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteAutoProvisioningGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6913628Z [00:05:42.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteVirtualBorderRouter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.6982594Z [00:05:42.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartElasticityAssurance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7055295Z [00:05:42.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AddBandwidthPackageIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7128278Z [00:05:42.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImageFromFamily.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7199879Z [00:05:42.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAutoProvisioningGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7270612Z [00:05:42.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceVpcAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7339832Z [00:05:42.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreatePhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7410002Z [00:05:42.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyStorageSetAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7479825Z [00:05:42.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeClassicLinkInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7548312Z [00:05:42.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7617624Z [00:05:42.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeHpcClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7686039Z [00:05:42.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDemand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7759608Z [00:05:42.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeStorageSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7829887Z [00:05:42.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyRouterInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7900048Z [00:05:42.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySecurityGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.7972169Z [00:05:42.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeResourceByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8045523Z [00:05:42.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8116685Z [00:05:42.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyAutoProvisioningGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8187496Z [00:05:42.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8257614Z [00:05:42.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartTerminalSession.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8325482Z [00:05:42.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8395464Z [00:05:42.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/RevokeSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8465831Z [00:05:42.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/AcceptInquiredSystemEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8537925Z [00:05:42.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8608457Z [00:05:42.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceMaintenanceAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8677181Z [00:05:42.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeNetworkInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8745120Z [00:05:42.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifySecurityGroupRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8814061Z [00:05:42.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyDiagnosticMetricSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8882650Z [00:05:42.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeKeyPairs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.8949235Z [00:05:42.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9019844Z [00:05:42.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteDiagnosticMetricSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9090011Z [00:05:42.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9159571Z [00:05:42.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeregisterManagedInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9228659Z [00:05:42.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9298690Z [00:05:43.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeElasticityAssurances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9368873Z [00:05:43.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyLaunchTemplateDefaultVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9440415Z [00:05:43.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReplaceSystemDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9510282Z [00:05:43.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDemands.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9579101Z [00:05:43.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceTypeFamilies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9650894Z [00:05:43.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9722308Z [00:05:43.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ApplyAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9792072Z [00:05:43.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyUserBusinessBehavior.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9861767Z [00:05:43.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteLaunchTemplateVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:35.9934159Z [00:05:43.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeVirtualBorderRoutersForPhysicalConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.0021513Z [00:05:43.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteActivation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.0113699Z [00:05:43.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDeploymentSets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.0204079Z [00:05:43.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeTaskAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.0283046Z [00:05:43.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateLaunchTemplateVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.0358382Z [00:05:43.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeactivateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.0432131Z [00:05:43.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateAutoSnapshotPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.0504395Z [00:05:43.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateLaunchTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.0583587Z [00:05:43.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.0658951Z [00:05:43.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceMetadataOptions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.0731951Z [00:05:43.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDiagnosticReportAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.0802047Z [00:05:43.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DetachDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.0875366Z [00:05:43.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.0945231Z [00:05:43.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StopInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1029700Z [00:05:43.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ReleaseEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1106693Z [00:05:43.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImageSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1177086Z [00:05:43.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ConnectRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1246906Z [00:05:43.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateCapacityReservation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1315899Z [00:05:43.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1385940Z [00:05:43.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyReservedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1454166Z [00:05:43.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyNetworkInterfaceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1524083Z [00:05:43.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateAutoProvisioningGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1592762Z [00:05:43.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyReservedInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1663987Z [00:05:43.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/StartImagePipelineExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1735818Z [00:05:43.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteLaunchTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1804932Z [00:05:43.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateDemand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1872261Z [00:05:43.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateHaVip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.1941107Z [00:05:43.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateRouterInterface.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2012561Z [00:05:43.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeInstanceTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2082990Z [00:05:43.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeDisksFullStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2155630Z [00:05:43.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAutoProvisioningGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2227924Z [00:05:43.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeImagePipelineExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2300344Z [00:05:43.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeReservedInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2371995Z [00:05:43.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2440887Z [00:05:43.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DescribeAutoSnapshotPolicyEx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2510409Z [00:05:43.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/DeleteImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2579330Z [00:05:43.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CancelImagePipelineExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2650296Z [00:05:43.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/ModifyVRouterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2720723Z [00:05:43.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ecs/CreateForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2794400Z [00:05:43.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateSuperResolutionImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2864438Z [00:05:43.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ImitatePhotoStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.2932213Z [00:05:43.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ExtendImageStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3001781Z [00:05:43.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateImageWithTextAndImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3072089Z [00:05:43.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/IntelligentComposition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3143010Z [00:05:43.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/MakeSuperResolutionImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3211185Z [00:05:43.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ErasePerson.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3279885Z [00:05:43.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ColorizeImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3348556Z [00:05:43.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateDynamicImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3417835Z [00:05:43.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ImageBlindCharacterWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3486111Z [00:05:43.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/RecolorHDImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3555140Z [00:05:43.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ChangeImageSize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3626127Z [00:05:43.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3694435Z [00:05:43.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/AssessComposition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3762770Z [00:05:43.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/RemoveImageWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3831643Z [00:05:43.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/RecolorImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3900682Z [00:05:43.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/RemoveImageSubtitles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.3970345Z [00:05:43.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4044992Z [00:05:43.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateCartoonizedImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4117621Z [00:05:43.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/GenerateImageWithText.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4188122Z [00:05:43.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/AssessExposure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4258134Z [00:05:43.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/EnhanceImageColor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4328239Z [00:05:43.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/AssessSharpness.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4400232Z [00:05:43.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageenhan/ImageBlindPicWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4473669Z [00:05:43.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetArmsTopNMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4548396Z [00:05:43.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RollbackApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4617838Z [00:05:43.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListAppVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4687942Z [00:05:43.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4757547Z [00:05:43.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/SuspendJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4828000Z [00:05:43.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListNamespacedConfigMaps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4897250Z [00:05:43.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeJobHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.4971694Z [00:05:43.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5044707Z [00:05:43.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListPublishedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5116421Z [00:05:43.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5187955Z [00:05:43.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/AbortChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5261383Z [00:05:43.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListAppServicesPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5334123Z [00:05:43.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5403570Z [00:05:43.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateAppSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5474196Z [00:05:43.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/EnableApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5543151Z [00:05:43.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RescaleApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5613711Z [00:05:43.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5683975Z [00:05:43.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5753239Z [00:05:43.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5823250Z [00:05:43.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5893412Z [00:05:43.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.5964612Z [00:05:43.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListNamespaceChangeOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6038427Z [00:05:43.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateIngress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6111727Z [00:05:43.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6186961Z [00:05:43.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6260662Z [00:05:43.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeEdasContainers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6330705Z [00:05:43.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6401125Z [00:05:43.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeNamespaceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6470232Z [00:05:43.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ConfirmPipelineBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6540371Z [00:05:43.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeInstanceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6611897Z [00:05:43.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/QueryResourceStatics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6682150Z [00:05:43.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateIngress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6755849Z [00:05:43.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6824376Z [00:05:43.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/AbortAndRollbackChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6894245Z [00:05:43.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UnbindSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.6964280Z [00:05:43.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7038591Z [00:05:43.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7113378Z [00:05:43.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7187318Z [00:05:43.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7259466Z [00:05:43.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7330659Z [00:05:43.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListIngresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7401036Z [00:05:43.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ExecJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7470593Z [00:05:43.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListAppEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7541064Z [00:05:43.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7611929Z [00:05:43.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7680876Z [00:05:43.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7752020Z [00:05:43.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListConsumedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7821852Z [00:05:43.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7890195Z [00:05:43.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.7960127Z [00:05:43.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DisableApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8035138Z [00:05:43.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8107817Z [00:05:43.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8177770Z [00:05:43.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/BindSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8249597Z [00:05:43.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8324285Z [00:05:43.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8396291Z [00:05:43.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8467460Z [00:05:43.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeInstanceSpecifications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8542267Z [00:05:43.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8612710Z [00:05:43.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeployApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8681872Z [00:05:43.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateApplicationDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8751533Z [00:05:43.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8824147Z [00:05:43.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8895528Z [00:05:43.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.8968241Z [00:05:43.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateApplicationVswitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9040827Z [00:05:43.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9113100Z [00:05:43.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteIngress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9184322Z [00:05:43.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteHistoryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9256851Z [00:05:44.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeConfigurationPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9326681Z [00:05:44.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeAppServiceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9394369Z [00:05:44.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9463866Z [00:05:44.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9534457Z [00:05:44.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/BatchStartApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9606988Z [00:05:44.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9678890Z [00:05:44.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9750258Z [00:05:44.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetWarningEventMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9821311Z [00:05:44.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateNamespaceVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9892111Z [00:05:44.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:36.9963475Z [00:05:44.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/OpenSaeService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0035958Z [00:05:44.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RescaleApplicationVertically.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0111032Z [00:05:44.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeNamespaceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0184039Z [00:05:44.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/StartApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0256785Z [00:05:44.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RestartInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0325891Z [00:05:44.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0394441Z [00:05:44.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0463145Z [00:05:44.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0538931Z [00:05:44.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationScalingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0621772Z [00:05:44.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ReduceApplicationCapacityByInstanceIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0697586Z [00:05:44.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/RestartApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0770596Z [00:05:44.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetScaleAppMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0843606Z [00:05:44.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/CreateGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0915766Z [00:05:44.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DeleteNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.0987297Z [00:05:44.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListGreyTagRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1060617Z [00:05:44.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeIngress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1135057Z [00:05:44.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetAvailabilityMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1208313Z [00:05:44.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/DescribeApplicationSlbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1278813Z [00:05:44.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListLogConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1348342Z [00:05:44.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/BatchStopApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1415845Z [00:05:44.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/ListChangeOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1484116Z [00:05:44.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/GetChangeOrderMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1551902Z [00:05:44.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/StopApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1619832Z [00:05:44.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sae/UpdateApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1690607Z [00:05:44.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/RunCloudMetricProfiling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1758684Z [00:05:44.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1830327Z [00:05:44.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetClusterVolumes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1900657Z [00:05:44.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateGWSImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.1971508Z [00:05:44.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2047280Z [00:05:44.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/PullImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2121373Z [00:05:44.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StartVisualService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2192290Z [00:05:44.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SubmitServerlessJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2263388Z [00:05:44.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCpfsFileSystems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2332362Z [00:05:44.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2400852Z [00:05:44.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2471200Z [00:05:44.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyContainerAppAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2540835Z [00:05:44.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SummaryImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2611972Z [00:05:44.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetAutoScaleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2684438Z [00:05:44.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCurrentClientVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2754741Z [00:05:44.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateGWSInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2824424Z [00:05:44.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UpgradeClient.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2892745Z [00:05:44.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.2964422Z [00:05:44.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyClusterAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3033887Z [00:05:44.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3104795Z [00:05:44.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StartGWSInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3176066Z [00:05:44.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetCommonImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3246323Z [00:05:44.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopGWSInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3315558Z [00:05:44.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeImageGatewayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3385305Z [00:05:44.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetCloudMetricProfiling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3458510Z [00:05:44.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListPreferredEcsTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3533669Z [00:05:44.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddExistedNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3609166Z [00:05:44.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ApplyNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3682970Z [00:05:44.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetJobLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3759093Z [00:05:44.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetGWSConnectTicket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3830524Z [00:05:44.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListJobsWithFilters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3903663Z [00:05:44.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListJobTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.3977094Z [00:05:44.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetVisualServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.4053949Z [00:05:44.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetGWSInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.4131170Z [00:05:44.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopServerlessJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.4207034Z [00:05:44.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetGWSInstanceUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.4281236Z [00:05:44.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetAutoScaleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.4354912Z [00:05:44.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListFileSystemWithMountTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.4429104Z [00:05:44.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.4504053Z [00:05:44.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetPostScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.4578835Z [00:05:44.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.4655230Z [00:05:44.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SummaryImagesInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.4731180Z [00:05:44.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.4803741Z [00:05:44.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCustomImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.4879717Z [00:05:44.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.4952976Z [00:05:44.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.5026812Z [00:05:44.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.5104294Z [00:05:44.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateGWSCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.5180651Z [00:05:44.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopVisualService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.5254477Z [00:05:44.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/InvokeShellCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.5328577Z [00:05:44.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListUsersAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.5403507Z [00:05:44.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StartCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.5478775Z [00:05:44.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.5556441Z [00:05:44.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyVisualServicePasswd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.5629504Z [00:05:44.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetCloudMetricLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.5702623Z [00:05:44.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.5772675Z [00:05:44.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.5845758Z [00:05:44.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/InstallSoftware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.5921724Z [00:05:44.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6001086Z [00:05:44.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListContainerImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6078212Z [00:05:44.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6155768Z [00:05:44.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListServerlessJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6232900Z [00:05:44.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetIfEcsTypeSupportHtConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6308437Z [00:05:44.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeGWSInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6384539Z [00:05:44.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SubmitJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6457639Z [00:05:44.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListContainerApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6531828Z [00:05:44.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeAutoScaleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6603797Z [00:05:44.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6678440Z [00:05:44.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteLocalImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6751354Z [00:05:44.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyImageGatewayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6822698Z [00:05:44.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetSchedulerInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6895399Z [00:05:44.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SyncUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.6968062Z [00:05:44.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/RerunJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.7042919Z [00:05:44.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateHybridCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.7116245Z [00:05:44.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListUpgradeClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.7188513Z [00:05:44.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListAvailableEcsTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.7261061Z [00:05:44.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.7331544Z [00:05:44.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListQueues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.7402643Z [00:05:44.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteGWSInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.7479686Z [00:05:44.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetSchedulerInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.7555423Z [00:05:44.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListInvocationResults.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.7631733Z [00:05:44.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.7706296Z [00:05:44.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetHybridClusterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.7787045Z [00:05:44.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/QueryServicePackAndPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.7865816Z [00:05:44.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.7941214Z [00:05:44.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteGWSCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8023678Z [00:05:44.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/InspectImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8100903Z [00:05:44.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateJobFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8176083Z [00:05:44.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StopNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8249853Z [00:05:44.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeServerlessJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8326675Z [00:05:44.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteJobTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8404090Z [00:05:44.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListInvocationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8475396Z [00:05:44.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8551617Z [00:05:44.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8628595Z [00:05:44.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetPostScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8701805Z [00:05:44.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCloudMetricProfilings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8777227Z [00:05:44.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddContainerApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8852120Z [00:05:44.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8926335Z [00:05:44.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.8999831Z [00:05:44.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/AddLocalNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.9075098Z [00:05:44.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.9149783Z [00:05:44.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/RecoverCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.9223251Z [00:05:44.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/EditJobTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.9298307Z [00:05:45.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.9374075Z [00:05:45.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyUserGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.9446362Z [00:05:45.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/MountNFS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.9519447Z [00:05:45.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListNodesByQueue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.9591341Z [00:05:45.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCommunityImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.9665973Z [00:05:45.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeGWSClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.9738852Z [00:05:45.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListCommands.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.9810126Z [00:05:45.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UpdateQueueConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.9883678Z [00:05:45.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeGWSImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:37.9961014Z [00:05:45.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListSoftwares.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.0035830Z [00:05:45.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListInstalledSoftware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.0109691Z [00:05:45.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeNFSClientStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.0185001Z [00:05:45.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UninstallSoftware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.0259869Z [00:05:45.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetAccountingReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.0338001Z [00:05:45.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/StartNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.0410121Z [00:05:45.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListClusterLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.0481696Z [00:05:45.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeEstackImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.0556142Z [00:05:45.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeGWSClusterPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.0641086Z [00:05:45.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/GetUserImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.0711093Z [00:05:45.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/SetGWSClusterPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.0796477Z [00:05:45.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeImagePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.0872038Z [00:05:45.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ModifyUserPasswords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.0947241Z [00:05:45.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1021824Z [00:05:45.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteContainerApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1098401Z [00:05:45.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ResetNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1174928Z [00:05:45.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListNodesNoPaging.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1257695Z [00:05:45.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/UpdateClusterVolumes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1333714Z [00:05:45.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DescribeContainerApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1407324Z [00:05:45.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListClustersMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1479783Z [00:05:45.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/ListVolumes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1551176Z [00:05:45.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1624124Z [00:05:45.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/InitializeEHPC.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1696653Z [00:05:45.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/CreateJobTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1771258Z [00:05:45.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1845278Z [00:05:45.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ehpc/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1921874Z [00:05:45.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeSrcTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.1997435Z [00:05:45.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.2074042Z [00:05:45.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.2151728Z [00:05:45.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnUserProtectInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.2225582Z [00:05:45.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.2300089Z [00:05:45.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainUvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.2375956Z [00:05:45.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchStartScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.2451509Z [00:05:45.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.2526141Z [00:05:45.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/AddScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.2600631Z [00:05:45.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/PreloadScdnObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.2677379Z [00:05:45.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.2751658Z [00:05:45.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/SetScdnCcInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.2828130Z [00:05:45.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/SetScdnDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.2901918Z [00:05:45.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.2979534Z [00:05:45.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchDeleteScdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.3055223Z [00:05:45.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnRefreshQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.3130741Z [00:05:45.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/RefreshScdnObjectCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.3205222Z [00:05:45.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.3278283Z [00:05:45.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnTopDomainsByFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.3358446Z [00:05:45.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/VerifyScdnDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.3436107Z [00:05:45.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.3509393Z [00:05:45.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.3583590Z [00:05:45.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCcQpsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.3659008Z [00:05:45.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/SetScdnDDoSInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.3734163Z [00:05:45.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeReqHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.3806604Z [00:05:45.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainOriginTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.3877361Z [00:05:45.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchStopScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.3950497Z [00:05:45.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainTopReferVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.4025434Z [00:05:45.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.4101288Z [00:05:45.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainTopUrlVisit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.4178414Z [00:05:45.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.4249317Z [00:05:45.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeByteHitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.4324736Z [00:05:45.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.4396158Z [00:05:45.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/SetScdnBotInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.4469779Z [00:05:45.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DeleteScdnSpecificConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.4546063Z [00:05:45.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCcInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.4619325Z [00:05:45.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/CheckScdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.4692133Z [00:05:45.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.4766117Z [00:05:45.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchSetScdnDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.4851059Z [00:05:45.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnRefreshTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.4928359Z [00:05:45.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainOriginBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.5007536Z [00:05:45.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCcTopIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.5080782Z [00:05:45.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/StartScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.5153901Z [00:05:45.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.5225140Z [00:05:45.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainIspData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.5300595Z [00:05:45.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.5378976Z [00:05:45.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnVerifyContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.5453382Z [00:05:45.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.5527959Z [00:05:45.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.5605849Z [00:05:45.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDDoSInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.5684943Z [00:05:45.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDDoSTrafficInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.5764716Z [00:05:45.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/BatchUpdateScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.5845396Z [00:05:45.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/StopScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.5920056Z [00:05:45.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DeleteScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6000818Z [00:05:45.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnCcTopUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6076519Z [00:05:45.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeSrcBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6149616Z [00:05:45.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6221767Z [00:05:45.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6293336Z [00:05:45.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRegionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6366226Z [00:05:45.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainRealTimeTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6440096Z [00:05:45.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/DescribeScdnDomainPvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6516727Z [00:05:45.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/scdn/UpdateScdnDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6592871Z [00:05:45.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/TaggingAdImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6666012Z [00:05:45.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/TaggingImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6738933Z [00:05:45.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/ClassifyingRubbish.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6812223Z [00:05:45.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6886210Z [00:05:45.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/RecognizeImageColor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.6960739Z [00:05:45.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/DetectImageElements.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7035323Z [00:05:45.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/RecognizeScene.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7106937Z [00:05:45.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7177371Z [00:05:45.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/EvaluateCertificateQuality.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7248546Z [00:05:45.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/RecognizeFood.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7321062Z [00:05:45.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imagerecog/RecognizeImageStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7393283Z [00:05:45.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DeleteReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7466841Z [00:05:45.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/ListAccessTokens.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7538168Z [00:05:45.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DeleteSourceServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7611427Z [00:05:45.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/CreateAccessToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7684972Z [00:05:45.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7759707Z [00:05:45.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/ModifySourceServerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7832736Z [00:05:45.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/ModifyReplicationJobAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7903978Z [00:05:45.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/CutOverReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.7975178Z [00:05:45.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.8049393Z [00:05:45.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/StopReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.8120206Z [00:05:45.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/StartReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.8191269Z [00:05:45.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DescribeReplicationJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.8265358Z [00:05:45.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.8337183Z [00:05:45.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.8412298Z [00:05:45.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DescribeSourceServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.8485326Z [00:05:45.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DisableAccessToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.8560425Z [00:05:45.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/CreateReplicationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.8636081Z [00:05:45.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/smc/DeleteAccessToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.8712765Z [00:05:45.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDomainGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.8787605Z [00:05:45.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/MoveGtmResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.8861958Z [00:05:45.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.8936996Z [00:05:45.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeBatchResultCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9011700Z [00:05:45.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDnsCacheDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9085369Z [00:05:45.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDomainDnssecStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9159204Z [00:05:45.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9234351Z [00:05:45.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeInstanceDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9306817Z [00:05:46.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsCacheDomainRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9378155Z [00:05:46.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ResumePdnsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9453437Z [00:05:46.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDomainGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9533171Z [00:05:46.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeTransferDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9608943Z [00:05:46.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDomainRecordStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9685705Z [00:05:46.045]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeSubDomainRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9760831Z [00:05:46.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9837196Z [00:05:46.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeCustomLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9910511Z [00:05:46.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsRequestStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:38.9984975Z [00:05:46.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0058389Z [00:05:46.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstanceSystemCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0130529Z [00:05:46.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ValidatePdnsUdpIpSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0203373Z [00:05:46.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0274504Z [00:05:46.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SwitchDnsGtmInstanceStrategyMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0345362Z [00:05:46.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0414904Z [00:05:46.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0483596Z [00:05:46.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsAppKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0552008Z [00:05:46.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsProductInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0623290Z [00:05:46.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAvailableAlertGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0695076Z [00:05:46.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0764102Z [00:05:46.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohDomainStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0833836Z [00:05:46.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0905843Z [00:05:46.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmAvailableAlertGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.0974592Z [00:05:46.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/CopyGtmConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1046232Z [00:05:46.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDnsGtmMonitorStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1118834Z [00:05:46.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddCustomLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1189713Z [00:05:46.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ExecuteGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1261562Z [00:05:46.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1342066Z [00:05:46.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetGtmMonitorStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1413629Z [00:05:46.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeRecordStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1482354Z [00:05:46.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeSupportLines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1551035Z [00:05:46.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/MoveDomainResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1619150Z [00:05:46.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsAccountSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1689019Z [00:05:46.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsRequestStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1758490Z [00:05:46.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDNSSLBWeight.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1829274Z [00:05:46.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1898962Z [00:05:46.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteSubDomainRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.1969740Z [00:05:46.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstanceAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2040443Z [00:05:46.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2110041Z [00:05:46.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsThreatLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2180763Z [00:05:46.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDnsGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2253675Z [00:05:46.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateAppKeyState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2323739Z [00:05:46.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDomainBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2394805Z [00:05:46.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2466382Z [00:05:46.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2536815Z [00:05:46.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmAccessStrategyAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2606261Z [00:05:46.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeRecordStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2677177Z [00:05:46.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2747955Z [00:05:46.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ChangeDomainOfDnsProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2817805Z [00:05:46.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeIspFlushCacheRemainQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2886929Z [00:05:46.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UnbindInstanceDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.2956789Z [00:05:46.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ValidateDnsGtmCnameRrCanUse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3024282Z [00:05:46.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateIspFlushCacheInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3092218Z [00:05:46.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDnsGtmMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3161381Z [00:05:46.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeCustomLines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3232852Z [00:05:46.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetGtmAccessMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3304622Z [00:05:46.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmMonitorAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3376014Z [00:05:46.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsUdpIpSegments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3447501Z [00:05:46.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmMonitorConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3519125Z [00:05:46.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeIspFlushCacheTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3590223Z [00:05:46.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3661698Z [00:05:46.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDomainRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3733374Z [00:05:46.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3806303Z [00:05:46.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDnsGtmAccessMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3878166Z [00:05:46.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsProductInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.3949242Z [00:05:46.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4022246Z [00:05:46.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/RemovePdnsUdpIpSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4093033Z [00:05:46.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4175316Z [00:05:46.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/CreatePdnsUdpIpSegment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4247277Z [00:05:46.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohSubDomainStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4321691Z [00:05:46.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeRecordResolveStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4393468Z [00:05:46.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4464924Z [00:05:46.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeBatchResultDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4535187Z [00:05:46.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SetDNSSLBStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4606987Z [00:05:46.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsGtmInstanceGlobalConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4679606Z [00:05:46.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstanceAddressPools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4750475Z [00:05:46.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainNs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4819768Z [00:05:46.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDomainGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4889869Z [00:05:46.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDomainRecordRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.4979380Z [00:05:46.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDomainRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5049642Z [00:05:46.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/TransferDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5123709Z [00:05:46.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5197953Z [00:05:46.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateCustomLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5270842Z [00:05:46.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAccessStrategyAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5341144Z [00:05:46.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmRecoveryPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5417509Z [00:05:46.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/RollbackGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5489835Z [00:05:46.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohAccountStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5561442Z [00:05:46.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5634970Z [00:05:46.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAddrAttributeInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5707597Z [00:05:46.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5778309Z [00:05:46.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/RemovePdnsAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5850258Z [00:05:46.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsThreatStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5921297Z [00:05:46.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDnsGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.5989932Z [00:05:46.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6058476Z [00:05:46.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6127546Z [00:05:46.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6197852Z [00:05:46.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/GetTxtRecordForVerify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6268464Z [00:05:46.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeRecordLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6338490Z [00:05:46.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6408441Z [00:05:46.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/CreatePdnsAppKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6482064Z [00:05:46.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeIspFlushCacheTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6554046Z [00:05:46.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmMonitorAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6624809Z [00:05:46.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDNSSLBSubDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6698113Z [00:05:46.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteDnsGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6767931Z [00:05:46.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstanceAddressPools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6838485Z [00:05:46.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsGtmAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6910036Z [00:05:46.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDomainRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.6981382Z [00:05:46.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7053723Z [00:05:46.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeIspFlushCacheInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7123871Z [00:05:46.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/BindInstanceDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7191861Z [00:05:46.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ChangeDomainGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7264036Z [00:05:46.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstanceSystemCname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7334281Z [00:05:46.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainDnssecInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7405125Z [00:05:46.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7475447Z [00:05:46.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsCacheDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7544665Z [00:05:46.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/ModifyHichinaDomainDNS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7618512Z [00:05:46.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddGtmMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7690636Z [00:05:46.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/RetrieveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7761199Z [00:05:46.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7831202Z [00:05:46.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDomainRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7902633Z [00:05:46.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.7973168Z [00:05:46.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmRecoveryPlanAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.8043377Z [00:05:46.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.8115775Z [00:05:46.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAddressPoolAvailableConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.8188094Z [00:05:46.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/GetMainDomainName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.8260546Z [00:05:46.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.8335189Z [00:05:46.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.8414015Z [00:05:46.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.8488578Z [00:05:46.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohDomainStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.8562682Z [00:05:46.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.8635461Z [00:05:46.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsThreatStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.8712861Z [00:05:46.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DeleteCustomLines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.8787830Z [00:05:46.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.8862657Z [00:05:46.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmMonitorConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.8935183Z [00:05:46.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/OperateBatchDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9010279Z [00:05:46.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateDnsGtmMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9085580Z [00:05:46.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/UpdateGtmInstanceGlobalConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9159860Z [00:05:46.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/SubmitIspFlushCacheTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9234506Z [00:05:46.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDnsCacheDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9308719Z [00:05:47.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmAccessStrategies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9384563Z [00:05:47.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/AddDnsGtmAccessStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9459322Z [00:05:47.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9535315Z [00:05:47.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsGtmAccessStrategies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9607075Z [00:05:47.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/PausePdnsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9679457Z [00:05:47.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDnsCacheDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9754675Z [00:05:47.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainResolveStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9833425Z [00:05:47.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainRecordInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9909965Z [00:05:47.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDomainInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:39.9987397Z [00:05:47.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/PreviewGtmRecoveryPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.0064884Z [00:05:47.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeDohSubDomainStatisticsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.0141392Z [00:05:47.090]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribePdnsOperateLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.0217379Z [00:05:47.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alidns/DescribeGtmInstanceAddressPool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.0297644Z [00:05:47.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectWorkwear.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.0377583Z [00:05:47.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectWhiteBaseImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.0455093Z [00:05:47.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.0531241Z [00:05:47.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectVehicleICongestion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.0613330Z [00:05:47.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectVehicleIllegalParking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.0691480Z [00:05:47.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.0769575Z [00:05:47.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.0847830Z [00:05:47.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectIPCObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.0922737Z [00:05:47.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectMainBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1000624Z [00:05:47.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectKitchenAnimals.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1081002Z [00:05:47.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/objectdet/DetectVideoIPCObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1157960Z [00:05:47.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ReportFpShotJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1233762Z [00:05:47.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListMediaWorkflowExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1310172Z [00:05:47.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitIProductionJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1385262Z [00:05:47.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QuerySmarttagTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1459090Z [00:05:47.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ImAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1534848Z [00:05:47.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1608372Z [00:05:47.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1682629Z [00:05:47.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryPipelineList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1757631Z [00:05:47.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1829046Z [00:05:47.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteCustomEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1902299Z [00:05:47.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaPublishState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.1973280Z [00:05:47.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/CreateCustomGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.2046913Z [00:05:47.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitFpShotJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.2126706Z [00:05:47.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/RegisterCustomView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.2205309Z [00:05:47.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteMediaTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.2283493Z [00:05:47.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaCover.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.2359235Z [00:05:47.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteCustomGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.2434236Z [00:05:47.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/BindOutputBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.2509408Z [00:05:47.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/CancelJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.2582216Z [00:05:47.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddMediaTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.2658179Z [00:05:47.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UnregisterCustomFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.2736054Z [00:05:47.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteSmarttagTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.2809959Z [00:05:47.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaInfoJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.2883085Z [00:05:47.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/RegisterCustomFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.2956301Z [00:05:47.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ActivateMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.3030675Z [00:05:47.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UnbindOutputBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.3107665Z [00:05:47.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaWorkflowTriggerMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.3179930Z [00:05:47.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaWorkflowExecutionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.3255314Z [00:05:47.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddWaterMarkTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.3331613Z [00:05:47.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/CreateCustomEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.3404470Z [00:05:47.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryFpDBDeleteJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.3479618Z [00:05:47.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaCensorJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.3558532Z [00:05:47.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SearchMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.3636562Z [00:05:47.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListFpShotFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.3711106Z [00:05:47.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListAllMediaBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.3784309Z [00:05:47.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SearchTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.3856536Z [00:05:47.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListCustomPersons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.3929265Z [00:05:47.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/TagCustomPerson.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4001084Z [00:05:47.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SearchPipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4076864Z [00:05:47.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddPipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4149737Z [00:05:47.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4223518Z [00:05:47.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ImportFpShotJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4297625Z [00:05:47.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4375317Z [00:05:47.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SearchWaterMarkTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4451514Z [00:05:47.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4529474Z [00:05:47.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListCustomEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4605545Z [00:05:47.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateWaterMarkTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4678930Z [00:05:47.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4755311Z [00:05:47.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaListByURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4827263Z [00:05:47.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaWorkflowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4901473Z [00:05:47.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.4975440Z [00:05:47.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.5051179Z [00:05:47.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitAnalysisJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.5147120Z [00:05:47.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QuerySmarttagJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.5228345Z [00:05:47.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitFpFileDeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.5303736Z [00:05:47.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.5378883Z [00:05:47.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.5458694Z [00:05:47.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryAnalysisJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.5534882Z [00:05:47.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.5611599Z [00:05:47.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitSnapshotJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.5686283Z [00:05:47.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryFpFileDeleteJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.5760647Z [00:05:47.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryFpShotJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.5833740Z [00:05:47.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteWaterMarkTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.5906206Z [00:05:47.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitMediaCensorJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.5977006Z [00:05:47.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListFpShotImportJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.6050077Z [00:05:47.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitMediaInfoJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.6122960Z [00:05:47.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaCensorJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.6197633Z [00:05:47.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QuerySnapshotJobList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.6272714Z [00:05:47.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListFpShotDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.6345873Z [00:05:47.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/CreateFpShotDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.6419020Z [00:05:47.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.6492917Z [00:05:47.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListCustomViews.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.6569964Z [00:05:47.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListCustomGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.6644182Z [00:05:47.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/ListJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.6717931Z [00:05:47.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UnbindInputBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.6793843Z [00:05:47.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryMediaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.6866394Z [00:05:47.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddSmarttagTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.6938329Z [00:05:47.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryIProductionJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7016907Z [00:05:47.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/QueryWaterMarkTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7093150Z [00:05:47.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/BindInputBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7169055Z [00:05:47.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeactivateMediaWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7242981Z [00:05:47.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeleteCustomView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7315722Z [00:05:47.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdatePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7387555Z [00:05:47.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitFpDBDeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7460374Z [00:05:47.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/AddMedia.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7536333Z [00:05:47.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/DeletePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7612198Z [00:05:47.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/UpdateSmarttagTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7689621Z [00:05:47.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/mts/SubmitSmarttagJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7766027Z [00:05:47.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ListServiceAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7839381Z [00:05:47.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateMeshCRAggregation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7919085Z [00:05:47.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/RevokeKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.7993288Z [00:05:47.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/AddVMIntoServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.8068019Z [00:05:47.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetSwimLaneList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.8143826Z [00:05:47.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateWaypoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.8221938Z [00:05:47.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeVMsInServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.8301674Z [00:05:47.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeVpcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.8385443Z [00:05:47.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.8469177Z [00:05:47.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshUpgradeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.8549663Z [00:05:47.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeGuestClusterAccessLogDashboards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.8626826Z [00:05:47.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateASMGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.8702004Z [00:05:47.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.8781795Z [00:05:47.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateASMGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.8856405Z [00:05:47.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GrantUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.8932921Z [00:05:47.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateSwimLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9014239Z [00:05:47.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateIstioInjectionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9088709Z [00:05:47.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteSwimLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9164076Z [00:05:47.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ReActivateAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9240528Z [00:05:48.000]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeUserPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9315993Z [00:05:48.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9389736Z [00:05:48.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateIstioGatewayRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9466510Z [00:05:48.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeASMGatewayImportedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9538874Z [00:05:48.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetSwimLaneGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9609545Z [00:05:48.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateIstioGatewayRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9680568Z [00:05:48.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetCaCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9754753Z [00:05:48.052]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ModifyServiceMeshName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9828562Z [00:05:48.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateMeshFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9907282Z [00:05:48.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateSwimLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:40.9983320Z [00:05:48.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.0056476Z [00:05:48.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetSwimLaneDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.0134412Z [00:05:48.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetGrafanaDashboardUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.0208193Z [00:05:48.097]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpgradeMeshEditionPartially.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.0283899Z [00:05:48.104]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateControlPlaneLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.0358617Z [00:05:48.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateGatewaySecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.0434246Z [00:05:48.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetRegisteredServiceNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.0507012Z [00:05:48.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeUsersWithPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.0583173Z [00:05:48.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeGuestClusterPods.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.0657582Z [00:05:48.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshProxyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.0732232Z [00:05:48.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.0804518Z [00:05:48.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeClustersInServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.0882265Z [00:05:48.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.0958430Z [00:05:48.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetDeploymentBySelector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1031374Z [00:05:48.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeUpgradeVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1101638Z [00:05:48.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteGatewaySecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1172230Z [00:05:48.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1245440Z [00:05:48.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeReusableSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1316160Z [00:05:48.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/RemoveClusterFromServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1385404Z [00:05:48.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateASMNamespaceFromGuestCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1454593Z [00:05:48.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeImportedServicesDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1524442Z [00:05:48.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ListWaypoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1596618Z [00:05:48.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/AddVmAppToMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1666431Z [00:05:48.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateSwimLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1735703Z [00:05:48.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetVmMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1806180Z [00:05:48.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeClusterGrafana.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1877758Z [00:05:48.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshVMs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.1950271Z [00:05:48.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeNodesInstanceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.2024404Z [00:05:48.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetRegisteredServiceEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.2098577Z [00:05:48.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/ModifyApiServerEipResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.2173153Z [00:05:48.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeNamespaceScopeSidecarConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.2250731Z [00:05:48.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/RemoveVMFromServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.2336177Z [00:05:48.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.2413649Z [00:05:48.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.2486083Z [00:05:48.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteWaypoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.2564037Z [00:05:48.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateSwimLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.2638098Z [00:05:48.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpgradeMeshVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.2715473Z [00:05:48.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeCens.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.2790038Z [00:05:48.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeCrTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.2861669Z [00:05:48.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.2931963Z [00:05:48.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeIstioGatewayRoutes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3001369Z [00:05:48.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeIstioGatewayDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3070933Z [00:05:48.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3143784Z [00:05:48.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateNamespaceScopeSidecarConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3220658Z [00:05:48.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeClusterPrometheus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3295268Z [00:05:48.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateWaypoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3370452Z [00:05:48.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/GetVmAppMeshInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3444761Z [00:05:48.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeIstioGatewayRouteDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3517697Z [00:05:48.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3589847Z [00:05:48.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3665378Z [00:05:48.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeGuestClusterNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3743068Z [00:05:48.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/RemoveVmAppFromMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3814930Z [00:05:48.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteSwimLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3885232Z [00:05:48.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeCCMVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.3955149Z [00:05:48.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteGatewayRoute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4027640Z [00:05:48.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshAdditionalStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4100654Z [00:05:48.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateASMGatewayImportedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4171810Z [00:05:48.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DeleteIstioGatewayDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4243902Z [00:05:48.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeServiceMeshClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4317877Z [00:05:48.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/CreateIstioGatewayDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4396540Z [00:05:48.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeGatewaySecretDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4473795Z [00:05:48.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/AddClusterIntoServiceMesh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4546831Z [00:05:48.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/UpdateIstioRouteAdditionalStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4619757Z [00:05:48.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/servicemesh/DescribeEipResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4690427Z [00:05:48.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4761104Z [00:05:48.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTableAccessCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4831167Z [00:05:48.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/BindDBResourceGroupWithUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4901410Z [00:05:48.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.4972590Z [00:05:48.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyElasticPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5046372Z [00:05:48.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5116741Z [00:05:48.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5185448Z [00:05:48.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5256311Z [00:05:48.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterNetInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5327618Z [00:05:48.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribePatternPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5400640Z [00:05:48.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSQLPlanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5472690Z [00:05:48.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5546612Z [00:05:48.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeResubmitConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5620374Z [00:05:48.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeElasticPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5692856Z [00:05:48.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5766432Z [00:05:48.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSlowLogTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5836735Z [00:05:48.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifySQAConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5910652Z [00:05:48.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeColumns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.5983316Z [00:05:48.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/EnableAdviceService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.6058228Z [00:05:48.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/UnbindDBResourceGroupWithUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.6133555Z [00:05:48.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.6209942Z [00:05:48.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.6282900Z [00:05:48.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTableDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.6356172Z [00:05:48.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.6426518Z [00:05:48.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisSQLInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.6500750Z [00:05:48.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAllDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.6574426Z [00:05:48.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.6648489Z [00:05:48.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyLogBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.6721105Z [00:05:48.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DisableAdviceService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.6794043Z [00:05:48.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAllAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.6866312Z [00:05:48.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.6936396Z [00:05:48.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ApplyAdviceById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7005664Z [00:05:48.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTableStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7077384Z [00:05:48.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7147940Z [00:05:48.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7223306Z [00:05:48.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7297407Z [00:05:48.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/AllocateClusterPublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7369354Z [00:05:48.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeConnectionCountRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7439554Z [00:05:48.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisDimensions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7514350Z [00:05:48.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterResourcePoolPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7590625Z [00:05:48.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7666284Z [00:05:48.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ReleaseClusterPublicConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7741344Z [00:05:48.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7814414Z [00:05:48.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7890889Z [00:05:48.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.7963037Z [00:05:48.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSchemas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.8036734Z [00:05:48.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeProcessList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.8109458Z [00:05:48.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.8185115Z [00:05:48.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeLoadTasksRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.8260090Z [00:05:48.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/KillProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.8333952Z [00:05:48.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/GrantOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.8407147Z [00:05:48.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.8479722Z [00:05:48.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSQLPatterns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.8554296Z [00:05:48.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.8629522Z [00:05:48.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.8704409Z [00:05:48.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSQLPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.8781120Z [00:05:48.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.8853864Z [00:05:48.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSqlPattern.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.8927110Z [00:05:48.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/BindDBResourcePoolWithUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9001501Z [00:05:48.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9075676Z [00:05:48.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyClusterConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9150404Z [00:05:48.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9222102Z [00:05:48.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDiagnosisMonitorPerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9293206Z [00:05:49.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAuditLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9367757Z [00:05:49.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DownloadDiagnosisRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9443597Z [00:05:49.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9518328Z [00:05:49.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9591634Z [00:05:49.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAvailableAdvices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9665458Z [00:05:49.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9738410Z [00:05:49.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeMaintenanceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9811643Z [00:05:49.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteDBResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9884066Z [00:05:49.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeComputeResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:41.9956491Z [00:05:49.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyResubmitConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0030256Z [00:05:49.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterAccessWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0103639Z [00:05:49.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeEIURange.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0176902Z [00:05:49.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0250294Z [00:05:49.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/MigrateDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0323230Z [00:05:49.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/AttachUserENI.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0395773Z [00:05:49.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteDBResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0467469Z [00:05:49.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0540484Z [00:05:49.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0611883Z [00:05:49.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0687197Z [00:05:49.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0762600Z [00:05:49.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/RevokeOperatorPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0835764Z [00:05:49.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateDBCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0908305Z [00:05:49.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.0994448Z [00:05:49.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusterStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.1075536Z [00:05:49.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateElasticPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.1151216Z [00:05:49.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DeleteElasticPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.1223609Z [00:05:49.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.1298273Z [00:05:49.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyMaintenanceAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.1372615Z [00:05:49.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyAuditLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.1446898Z [00:05:49.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeInclinedTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.1520835Z [00:05:49.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAuditLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.1592165Z [00:05:49.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/BatchApplyAdviceByIdList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.1667779Z [00:05:49.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/CreateDBResourcePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.1743685Z [00:05:49.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeElasticDailyPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.1819005Z [00:05:49.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAdviceServiceEnabled.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.1890986Z [00:05:49.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DetachUserENI.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.1963448Z [00:05:49.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterAccessWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2038341Z [00:05:49.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/UnbindDBResourcePoolWithUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2112895Z [00:05:49.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/ModifyDBClusterPayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2187109Z [00:05:49.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeAppliedAdvices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2261332Z [00:05:49.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeTablePartitionDiagnose.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2333709Z [00:05:49.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeSQAConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2408963Z [00:05:49.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDownloadRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2485740Z [00:05:49.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/adb/DescribeDBClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2566913Z [00:05:49.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeSecurityScoreRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2636899Z [00:05:49.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClientUserDefineRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2710016Z [00:05:49.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateCycleTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2780508Z [00:05:49.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateJenkinsImageRegistryName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2852701Z [00:05:49.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2923330Z [00:05:49.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.2997030Z [00:05:49.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateContainerScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.3071073Z [00:05:49.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteOpaStrategyNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.3145436Z [00:05:49.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UnbindAegis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.3219921Z [00:05:49.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListContainerDefenseRuleClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.3292973Z [00:05:49.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallHybridProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.3365475Z [00:05:49.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackUpExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.3437673Z [00:05:49.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniSupportRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.3510240Z [00:05:49.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.3584902Z [00:05:49.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskItemType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.3662924Z [00:05:49.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.3735333Z [00:05:49.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedContainerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.3807612Z [00:05:49.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ConfirmVirusEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.3877897Z [00:05:49.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteContainerPluginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.3948869Z [00:05:49.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4023325Z [00:05:49.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddClientUserDefineRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4097535Z [00:05:49.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4174489Z [00:05:49.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4251976Z [00:05:49.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateFileDetect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4328885Z [00:05:49.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListImageRegistryRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4403468Z [00:05:49.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAvailableHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4478019Z [00:05:49.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4553604Z [00:05:49.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockProcessStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4629339Z [00:05:49.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryGroupedSecurityEventMarkMissList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4705835Z [00:05:49.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSimilarEventScenarios.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4780399Z [00:05:49.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageEventOperationPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4852877Z [00:05:49.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSuspiciousStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4924698Z [00:05:49.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateJenkinsImageRegistryPersistenceDay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.4999634Z [00:05:49.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVirusScanMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.5071801Z [00:05:49.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyUsageNewest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.5145076Z [00:05:49.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddPrivateRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.5220482Z [00:05:49.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypotProbeBind.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.5295584Z [00:05:49.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyInterceptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.5369136Z [00:05:49.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockUpdateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.5442825Z [00:05:49.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClientInstallationStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.5516459Z [00:05:49.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetModuleTrialAuthInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.5594202Z [00:05:49.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLoginBaseConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.5679329Z [00:05:49.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartPreCheckDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.5755819Z [00:05:49.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckWarningSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.5828599Z [00:05:49.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOpaStrategyNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.5900320Z [00:05:49.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.5973919Z [00:05:49.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOssBucketScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.6047288Z [00:05:49.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateVirusEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.6119743Z [00:05:49.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.6193805Z [00:05:49.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstanceAntiBruteForceRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.6270428Z [00:05:49.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCycleTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.6347341Z [00:05:49.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInstanceCatalog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.6421608Z [00:05:49.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.6508142Z [00:05:49.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetBackupStorageCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.6591750Z [00:05:49.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddImageVulWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.6673725Z [00:05:49.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.6748599Z [00:05:49.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeScanTaskStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.6820885Z [00:05:49.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSimilarSecurityEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.6892869Z [00:05:49.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeHoneyPotSuspStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.6961615Z [00:05:49.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockStart.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7029916Z [00:05:49.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTraceInfoNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7099399Z [00:05:49.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageRepoDetailList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7168144Z [00:05:49.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileProtectDashboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7237209Z [00:05:49.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSasPmAgentList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7307514Z [00:05:49.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteMaliciousNote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7377033Z [00:05:49.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddCheckInstanceResultWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7450535Z [00:05:49.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7522731Z [00:05:49.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClientUserDefineRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7594626Z [00:05:49.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddImageEventOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7666456Z [00:05:49.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetImageScanNumInPeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7740053Z [00:05:49.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExportSuspEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7814844Z [00:05:49.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateSelectionKeyByType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7889451Z [00:05:49.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BindHybridProxy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.7962166Z [00:05:49.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryDiscoverDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8033519Z [00:05:49.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyLoginBaseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8106871Z [00:05:49.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8178534Z [00:05:49.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8249960Z [00:05:49.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8320141Z [00:05:49.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyBackupPolicyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8395794Z [00:05:49.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListFileProtectPluginStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8472301Z [00:05:49.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8549428Z [00:05:49.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryJenkinsImageRegistryPersistenceDay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8624235Z [00:05:49.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCommonTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8698105Z [00:05:49.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaStrategyTemplateSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8770753Z [00:05:49.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUserLayoutAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8842358Z [00:05:49.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyOperateVul.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8915904Z [00:05:49.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeMonitorAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.8988193Z [00:05:49.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PublicCreateImageScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9060171Z [00:05:49.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteBackupPolicyMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9130764Z [00:05:49.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeModuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9201794Z [00:05:49.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9273459Z [00:05:50.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileProtectEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9346818Z [00:05:50.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateSwitchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9419383Z [00:05:50.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateCommonSwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9488287Z [00:05:50.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCriteriaStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9558251Z [00:05:50.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityStatInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9627970Z [00:05:50.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeEventOnStage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9699134Z [00:05:50.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCloudAssetInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9770439Z [00:05:50.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClientAlertMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9841196Z [00:05:50.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyTagWithUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9911070Z [00:05:50.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeMachineCanReboot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:42.9981874Z [00:05:50.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAgentInstallStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0051910Z [00:05:50.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateUniRestorePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0121749Z [00:05:50.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSasContainerWebDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0191451Z [00:05:50.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallRaspAttach.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0261553Z [00:05:50.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateContainerScanTaskByAppName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0331423Z [00:05:50.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0402823Z [00:05:50.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeNoticeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0471455Z [00:05:50.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockExclusiveFileType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0540609Z [00:05:50.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAssetsPropertyItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0615511Z [00:05:50.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0685812Z [00:05:50.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateAgentClientInstall.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0755624Z [00:05:50.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileDetectResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0827791Z [00:05:50.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClusterRuleSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0900914Z [00:05:50.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetLastOnceTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.0973939Z [00:05:50.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1045226Z [00:05:50.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1117384Z [00:05:50.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifySecurityCheckScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1188059Z [00:05:50.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddTagWithUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1257649Z [00:05:50.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessRiskUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1326690Z [00:05:50.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/EnableCustomInstanceBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1397119Z [00:05:50.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1467379Z [00:05:50.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOssBucketScanStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1538116Z [00:05:50.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddVpcHoneyPot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1608556Z [00:05:50.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAccessKeyLeakDeal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1679373Z [00:05:50.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/EnableCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1750399Z [00:05:50.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperationCancelIgnoreSuspEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1822116Z [00:05:50.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentIconList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1892781Z [00:05:50.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAttackAnalysisData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.1963099Z [00:05:50.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetInterceptionSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2033264Z [00:05:50.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSasContainerWebDefenseRuleApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2104140Z [00:05:50.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/EnableBruteForceRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2172693Z [00:05:50.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListUuidsByWebPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2242349Z [00:05:50.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2315044Z [00:05:50.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClusterCheckItemWarningStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2385216Z [00:05:50.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageLatestScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2455498Z [00:05:50.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2526329Z [00:05:50.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeletePrivateRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2595410Z [00:05:50.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVpcList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2664026Z [00:05:50.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyContainerDefenseRuleSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2737567Z [00:05:50.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeAssetRefreshTaskConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2806969Z [00:05:50.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetLogMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2876924Z [00:05:50.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaClusterLabelList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.2946922Z [00:05:50.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentVertexNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3015342Z [00:05:50.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyConcernNecessity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3088925Z [00:05:50.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListFileProtectEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3160030Z [00:05:50.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DisableBruteForceRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3229591Z [00:05:50.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteUniBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3300382Z [00:05:50.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateSuspiciousTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3374322Z [00:05:50.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckEcsWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3446661Z [00:05:50.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CheckSecurityEventId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3520106Z [00:05:50.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3591923Z [00:05:50.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3661385Z [00:05:50.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyUserDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3730154Z [00:05:50.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessRelateMalicious.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3800791Z [00:05:50.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3870814Z [00:05:50.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUserBackupMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.3941287Z [00:05:50.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4013745Z [00:05:50.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClusterSuspEventStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4085146Z [00:05:50.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEventExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4156282Z [00:05:50.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateAgentlessScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4228281Z [00:05:50.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageVulList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4300794Z [00:05:50.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyStrategyTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4373143Z [00:05:50.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAllGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4444893Z [00:05:50.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaClusterNamespaceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4518597Z [00:05:50.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckItemWarningSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4590174Z [00:05:50.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeServiceLinkedRoleStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4661702Z [00:05:50.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteSecurityEventMarkMissList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4732810Z [00:05:50.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAutoDelConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4807562Z [00:05:50.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClientConfSetup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4880093Z [00:05:50.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListMaliciousFileWhitelistConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.4951237Z [00:05:50.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyProcItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5022816Z [00:05:50.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GenerateOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5094802Z [00:05:50.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeHoneyPotAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5167398Z [00:05:50.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5238883Z [00:05:50.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5310284Z [00:05:50.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSensitiveDefineRuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5383537Z [00:05:50.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SubmitCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5454866Z [00:05:50.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyProcDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5527178Z [00:05:50.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckItemWarningMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5599587Z [00:05:50.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAssetSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5671537Z [00:05:50.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageSensitiveFileByKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5742372Z [00:05:50.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListPluginForUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5812254Z [00:05:50.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5882940Z [00:05:50.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSystemAggregationRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.5954422Z [00:05:50.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOpaClusterPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6023446Z [00:05:50.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAntiBruteForceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6092225Z [00:05:50.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspiciousOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6161137Z [00:05:50.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StopHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6234181Z [00:05:50.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockFileEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6304619Z [00:05:50.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateVirusScanOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6375859Z [00:05:50.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddSasContainerWebDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6446977Z [00:05:50.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/IgnoreCheckItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6518225Z [00:05:50.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateFileUploadLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6590468Z [00:05:50.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetModuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6666036Z [00:05:50.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVpcHoneyPotCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6738092Z [00:05:50.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniBackupPolicyDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6812016Z [00:05:50.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineItemList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6886250Z [00:05:50.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInterceptionTargetPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.6959494Z [00:05:50.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyContainerPluginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7031344Z [00:05:50.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVpcHoneyPotList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7102729Z [00:05:50.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyEmgVulSubmit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7176754Z [00:05:50.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUserBaselineAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7248925Z [00:05:50.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockProcessList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7321659Z [00:05:50.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageScanAuthorization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7393560Z [00:05:50.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedInstanceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7464782Z [00:05:50.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAllImageBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7538447Z [00:05:50.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineCheckSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7609437Z [00:05:50.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaStrategyDetailNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7679956Z [00:05:50.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypotProbeBind.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7750432Z [00:05:50.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckStandard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7822912Z [00:05:50.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAccessKeyLeakDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7893321Z [00:05:50.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTraceInfoDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.7963531Z [00:05:50.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/HandleSimilarSecurityEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8034071Z [00:05:50.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BatchOperateCommonOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8105874Z [00:05:50.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateFileProtectEventStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8176638Z [00:05:50.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWarningMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8247632Z [00:05:50.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8317448Z [00:05:50.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAssetCleanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8390236Z [00:05:50.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8461518Z [00:05:50.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListBackupRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8534102Z [00:05:50.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8610309Z [00:05:50.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCommonTargetResultList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8683323Z [00:05:50.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotAttackerSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8755844Z [00:05:50.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeQuaraFileDownloadInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8829424Z [00:05:50.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAccesskeyLeakList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8900616Z [00:05:50.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateServiceLinkedRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.8972266Z [00:05:50.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9043401Z [00:05:50.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BatchUpdateMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9113199Z [00:05:50.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVersionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9185302Z [00:05:50.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PageImageRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9255995Z [00:05:51.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UninstallBackupClient.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9327073Z [00:05:51.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9398157Z [00:05:51.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockFileChangeStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9469246Z [00:05:51.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeStrategyExecDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9541300Z [00:05:51.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteContainerDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9610908Z [00:05:51.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UninstallRaspAttach.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9681040Z [00:05:51.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertySoftwareDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9750680Z [00:05:51.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UploadedHoneyPotFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9820805Z [00:05:51.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9891479Z [00:05:51.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateRestoreJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:43.9962703Z [00:05:51.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExcludeSystemPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0031215Z [00:05:51.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAssetDetailByUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0101910Z [00:05:51.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PauseClient.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0172572Z [00:05:51.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteBinarySecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0243282Z [00:05:51.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageFixTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0314092Z [00:05:51.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SetSensitiveDefineRuleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0389303Z [00:05:51.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulFixStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0461172Z [00:05:51.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCloudVendorRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0533777Z [00:05:51.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateInterceptionTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0606944Z [00:05:51.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListOssBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0680213Z [00:05:51.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyScaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0751805Z [00:05:51.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/VerifyCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0823330Z [00:05:51.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaClusterImageList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0895768Z [00:05:51.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClusterNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.0966878Z [00:05:51.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAntiBruteForceRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1039788Z [00:05:51.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddContainerPluginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1114581Z [00:05:51.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAffectedMaliciousFileImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1187671Z [00:05:51.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1258031Z [00:05:51.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1329535Z [00:05:51.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageRepoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1402305Z [00:05:51.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeCheckCustomConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1473841Z [00:05:51.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1544923Z [00:05:51.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateImageBaselineWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1615658Z [00:05:51.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1686764Z [00:05:51.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1757182Z [00:05:51.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInstanceRiskLevels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1830837Z [00:05:51.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSupportRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1901668Z [00:05:51.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SetClusterInterceptionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.1973571Z [00:05:51.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTaskErrorLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2046729Z [00:05:51.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateClientAlertMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2118088Z [00:05:51.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityEventOperations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2191085Z [00:05:51.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyScaDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2261449Z [00:05:51.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExportVul.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2331774Z [00:05:51.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstallCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2404018Z [00:05:51.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListObjectScanEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2475731Z [00:05:51.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetVirusScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2548375Z [00:05:51.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetUserLang.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2619938Z [00:05:51.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2689872Z [00:05:51.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2762812Z [00:05:51.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2834340Z [00:05:51.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckRiskStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2909322Z [00:05:51.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOrUpdateAssetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.2983314Z [00:05:51.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ValidateHcWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3054230Z [00:05:51.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentTracingJudge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3125732Z [00:05:51.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileProtectEventCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3196050Z [00:05:51.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RefreshContainerAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3266265Z [00:05:51.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PublicPreCheckImageScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3336434Z [00:05:51.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3408834Z [00:05:51.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulNumStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3481236Z [00:05:51.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstallCodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3550798Z [00:05:51.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeNsasSuspEventType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3619771Z [00:05:51.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCloudProductFieldStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3691615Z [00:05:51.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClusterCnnfStatusDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3764594Z [00:05:51.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeScanTaskProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3836286Z [00:05:51.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLoginSwitchConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3907302Z [00:05:51.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateImageVul.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.3978402Z [00:05:51.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupRestoreCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4050445Z [00:05:51.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetVirusScanLatestTaskStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4120576Z [00:05:51.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4190766Z [00:05:51.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageBaselineCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4260556Z [00:05:51.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddContainerDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4331770Z [00:05:51.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaClusterBaseLineList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4403420Z [00:05:51.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeCheckConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4475522Z [00:05:51.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetStrategyTemplateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4545265Z [00:05:51.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVpcHoneyPot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4616044Z [00:05:51.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAssetsSecurityEventSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4686203Z [00:05:51.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpgradeBackupPolicyVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4756999Z [00:05:51.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifySasContainerWebDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4828874Z [00:05:51.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClusterVulStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4900494Z [00:05:51.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.4972963Z [00:05:51.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRestoreJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5043069Z [00:05:51.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SaveImageBaselineStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5113348Z [00:05:51.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateImageVulWhitelistTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5183361Z [00:05:51.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BatchDeleteMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5253626Z [00:05:51.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CancelOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5322597Z [00:05:51.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5392341Z [00:05:51.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteLoginBaseConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5463140Z [00:05:51.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AdvanceSecurityEventOperations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5532197Z [00:05:51.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateOpaStrategyNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5605280Z [00:05:51.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentSubNodesCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5676880Z [00:05:51.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyImageFixCycleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5746506Z [00:05:51.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedVul.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5815608Z [00:05:51.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateInterceptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5887267Z [00:05:51.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallPmAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.5957921Z [00:05:51.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6027995Z [00:05:51.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6097624Z [00:05:51.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6169426Z [00:05:51.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6238908Z [00:05:51.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSwitchRegionDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6308373Z [00:05:51.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClientConfStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6378594Z [00:05:51.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSecurityScoreRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6449162Z [00:05:51.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyRiskSingleResultStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6520170Z [00:05:51.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeFieldStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6588701Z [00:05:51.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RemoveCheckResultWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6658126Z [00:05:51.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryGroupIdByGroupName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6731922Z [00:05:51.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeStrategyDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6806866Z [00:05:51.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6875018Z [00:05:51.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateAntiBruteForceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.6945646Z [00:05:51.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCloudAssetSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7019833Z [00:05:51.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityCheckScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7092608Z [00:05:51.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotAttackerPortrait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7164361Z [00:05:51.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageInfoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7234903Z [00:05:51.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyLogMetaStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7307328Z [00:05:51.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileDetectReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7378946Z [00:05:51.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7449881Z [00:05:51.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckFixDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7520490Z [00:05:51.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAegisContainerPluginRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7590390Z [00:05:51.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotAttackStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7660012Z [00:05:51.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAssetsPropertyDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7728492Z [00:05:51.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEventQuaraFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7797576Z [00:05:51.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstanceRebootStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7866587Z [00:05:51.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAssetDetailByUuids.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.7936986Z [00:05:51.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockProcessBlockStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8008850Z [00:05:51.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8077602Z [00:05:51.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLogShipperStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8148066Z [00:05:51.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClusterCnnfStatusUserConfirm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8218501Z [00:05:51.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8287807Z [00:05:51.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateOrUpdateDingTalk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8357707Z [00:05:51.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallBackupClient.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8427842Z [00:05:51.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyPortItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8497543Z [00:05:51.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8567611Z [00:05:51.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateCommonOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8638325Z [00:05:51.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClearLogstoreStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8708855Z [00:05:51.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageSensitiveFileList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8778695Z [00:05:51.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDingTalk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8849166Z [00:05:51.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAssetSelectionSelectedTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8918807Z [00:05:51.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyCreateVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.8988269Z [00:05:51.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAppNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9057953Z [00:05:51.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockBindList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9126568Z [00:05:51.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/MarkMonitorAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9195310Z [00:05:51.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInterceptionRulePage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9263452Z [00:05:52.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLogMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9331260Z [00:05:52.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCanFixVulList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9399975Z [00:05:52.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetInterceptionTargetDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9469807Z [00:05:52.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockConfigList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9540274Z [00:05:52.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityEventOperationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9610917Z [00:05:52.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypotPreset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9679819Z [00:05:52.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotEventFlows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9749044Z [00:05:52.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9818252Z [00:05:52.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSystemClientRuleTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9887918Z [00:05:52.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RefreshOssBucketScanInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:44.9958513Z [00:05:52.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallUniBackupAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0029014Z [00:05:52.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyContainerDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0098914Z [00:05:52.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0168627Z [00:05:52.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVulTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0239578Z [00:05:52.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0310091Z [00:05:52.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteVpcHoneyPot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0380640Z [00:05:52.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateFileUploadLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0452190Z [00:05:52.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyTypeScaItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0524185Z [00:05:52.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniBackupDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0595505Z [00:05:52.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentTracingDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0685881Z [00:05:52.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAegisContainerPluginRuleCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0758159Z [00:05:52.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAppVulScanCycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0835778Z [00:05:52.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteImageVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0911373Z [00:05:52.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.0982618Z [00:05:52.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCommonOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1054487Z [00:05:52.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckWarningMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1126233Z [00:05:52.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCheckWarningDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1199642Z [00:05:52.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAssetGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1270414Z [00:05:52.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListPrivateRegistryType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1342683Z [00:05:52.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1415056Z [00:05:52.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeFixUsedCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1486717Z [00:05:52.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetImageEventOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1557816Z [00:05:52.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAffectedAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1629174Z [00:05:52.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateAlarmEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1699753Z [00:05:52.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateServiceTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1769648Z [00:05:52.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/VerifyCheckInstanceResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1840294Z [00:05:52.260]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskCheckSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1911440Z [00:05:52.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteVulAutoRepairConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.1982730Z [00:05:52.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClientConfStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2053750Z [00:05:52.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListCheckInstanceResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2125972Z [00:05:52.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAssetSelectionTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2196736Z [00:05:52.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyInstanceAntiBruteForceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2268222Z [00:05:52.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteK8sAccessInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2338380Z [00:05:52.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVirusScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2408010Z [00:05:52.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/FindContainerNetworkConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2479206Z [00:05:52.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeFrontVulPatchList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2554615Z [00:05:52.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVulTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2626973Z [00:05:52.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupStruct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2699348Z [00:05:52.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClusterBasicInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2777232Z [00:05:52.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2849412Z [00:05:52.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAssetDetailByUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2921778Z [00:05:52.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyPropertyScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.2992151Z [00:05:52.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteCycleTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3063965Z [00:05:52.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/InstallCloudMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3135567Z [00:05:52.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3206472Z [00:05:52.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/BindAuthToMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3277397Z [00:05:52.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBruteForceRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3347301Z [00:05:52.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListRuleTargetAll.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3416443Z [00:05:52.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3485177Z [00:05:52.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListImageBuildRiskItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3554627Z [00:05:52.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetPropertyScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3626668Z [00:05:52.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyInterceptionRuleSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3700502Z [00:05:52.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstanceStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3774508Z [00:05:52.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAlarmMachineCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3844768Z [00:05:52.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOnceTaskResultInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3916164Z [00:05:52.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.3987292Z [00:05:52.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecurityEventMarkMissList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4058712Z [00:05:52.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ChangeUserLang.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4133678Z [00:05:52.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeEmgVulItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4205031Z [00:05:52.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListUninstallAegisMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4278666Z [00:05:52.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteInstallCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4349054Z [00:05:52.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4419256Z [00:05:52.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVirusScanMachineEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4490259Z [00:05:52.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAttachRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4559434Z [00:05:52.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListQueryRaspAppInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4631919Z [00:05:52.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDefaultProxyInstallVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4701090Z [00:05:52.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/JoinWebLockProcessWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4773590Z [00:05:52.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListOpaClusterStrategyNew.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4848777Z [00:05:52.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4920838Z [00:05:52.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OpenSensitiveFileScan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.4992039Z [00:05:52.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskCheckItemResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5064106Z [00:05:52.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListImageRisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5133028Z [00:05:52.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5201692Z [00:05:52.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageListWithBaselineName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5272878Z [00:05:52.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAllEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5344504Z [00:05:52.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetContainerDefenseRuleDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5416033Z [00:05:52.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUuidsByVulNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5486625Z [00:05:52.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5557219Z [00:05:52.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateVulAutoRepairConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5631025Z [00:05:52.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyLoginSwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5706628Z [00:05:52.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5776784Z [00:05:52.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateImageEventOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5845481Z [00:05:52.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetServiceTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5922354Z [00:05:52.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/FixCheckWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.5995273Z [00:05:52.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSystemRuleAggregationTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6067069Z [00:05:52.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6138263Z [00:05:52.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryAttackCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6209289Z [00:05:52.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetInterceptionRuleDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6280734Z [00:05:52.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6350775Z [00:05:52.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateFileProtectRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6423630Z [00:05:52.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifySecurityEventMarkMissIndividually.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6493701Z [00:05:52.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyRiskCheckStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6563911Z [00:05:52.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDomainCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6633377Z [00:05:52.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageEventOperationCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6703262Z [00:05:52.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6771507Z [00:05:52.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RebootMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6841290Z [00:05:52.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListOssBucketScanInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6910994Z [00:05:52.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.6980623Z [00:05:52.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyContainerScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7050388Z [00:05:52.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateFileProtectRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7121057Z [00:05:52.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSystemClientRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7190223Z [00:05:52.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeOfflineMachines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7259354Z [00:05:52.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyPortDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7329282Z [00:05:52.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEventUserSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7398492Z [00:05:52.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyUniBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7468297Z [00:05:52.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RefreshAssets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7538062Z [00:05:52.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SetImageSensitiveFileStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7609525Z [00:05:52.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniBackupPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7679758Z [00:05:52.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddSasModuleTrial.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7746975Z [00:05:52.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyRefreshProcessInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7817429Z [00:05:52.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CheckUserHasEcs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7888210Z [00:05:52.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAssetImportant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.7959367Z [00:05:52.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTotalStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8028474Z [00:05:52.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperationSuspEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8100144Z [00:05:52.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageFixCycleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8171824Z [00:05:52.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateJenkinsImageRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8242123Z [00:05:52.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClientUserDefineRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8313268Z [00:05:52.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAssetSelectionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8383964Z [00:05:52.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClusterPluginInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8454431Z [00:05:52.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8524543Z [00:05:52.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8595860Z [00:05:52.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CheckQuaraFileId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8667726Z [00:05:52.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyOpenLogShipper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8740905Z [00:05:52.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCountScannedImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8812558Z [00:05:52.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAlarmEventStackInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8883767Z [00:05:52.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSecureSuggestion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.8954599Z [00:05:52.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageRepoCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9024346Z [00:05:52.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockUnbind.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9094561Z [00:05:52.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetMaliciousFileWhitelistConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9163368Z [00:05:52.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9234149Z [00:05:52.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyCronItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9304808Z [00:05:53.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryIncidentVertexExtendInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9374096Z [00:05:53.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9443418Z [00:05:53.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExportRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9515489Z [00:05:53.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetRulesCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9587442Z [00:05:53.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyScheduleConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9657743Z [00:05:53.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SaveSuspEventUserSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9730481Z [00:05:53.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInstanceRiskNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9803535Z [00:05:53.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9874856Z [00:05:53.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypotProbeBind.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:45.9946647Z [00:05:53.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeUniRecoverableList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0017105Z [00:05:53.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCustomBlockInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0088300Z [00:05:53.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListInterceptionHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0158480Z [00:05:53.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspEventDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0228834Z [00:05:53.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteTagWithUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0299857Z [00:05:53.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyImageRegistry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0370972Z [00:05:53.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RollbackSuspEventQuaraFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0441524Z [00:05:53.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockFileTypeSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0512250Z [00:05:53.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulCheckTaskStatusDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0581143Z [00:05:53.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVulGlobalConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0653181Z [00:05:53.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0726586Z [00:05:53.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetOpaPluginStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0797384Z [00:05:53.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0868418Z [00:05:53.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SasInstallCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.0937973Z [00:05:53.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartDiscoverDatabaseTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1007128Z [00:05:53.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddAssetSelectionCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1077199Z [00:05:53.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ResetHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1146956Z [00:05:53.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessMaliciousFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1216082Z [00:05:53.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeStrategyTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1285422Z [00:05:53.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupClients.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1357168Z [00:05:53.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateHoneypotNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1429653Z [00:05:53.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteImageEventOperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1503677Z [00:05:53.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVulConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1576619Z [00:05:53.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1650156Z [00:05:53.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskListCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1721870Z [00:05:53.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileDetectApiInvokeInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1793517Z [00:05:53.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulTargetStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1864057Z [00:05:53.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVendorList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.1935993Z [00:05:53.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyGroupProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2007041Z [00:05:53.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2078864Z [00:05:53.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneyPotUploadPolicyInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2147858Z [00:05:53.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockTotalFileChangeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2216731Z [00:05:53.298]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCloudCenterInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2285847Z [00:05:53.305]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAutoDelConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2356062Z [00:05:53.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2426722Z [00:05:53.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSuspiciousUUIDConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2499365Z [00:05:53.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyAppVulScanCycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2571663Z [00:05:53.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBruteForceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2643437Z [00:05:53.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeIpTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2712839Z [00:05:53.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotNodeMetricList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2786330Z [00:05:53.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UninstallUniBackupAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2856880Z [00:05:53.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCommonSwitchConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2928105Z [00:05:53.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteSuspEventNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.2998608Z [00:05:53.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3066464Z [00:05:53.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartBaselineSecurityCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3136189Z [00:05:53.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyCronDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3206525Z [00:05:53.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageListBySensitiveFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3276532Z [00:05:53.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/QueryPreCheckDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3345037Z [00:05:53.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddInstallCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3416299Z [00:05:53.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteServiceTrail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3487516Z [00:05:53.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeEventLevelCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3557233Z [00:05:53.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotProbeUuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3627527Z [00:05:53.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSummaryInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3698825Z [00:05:53.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/StartVirusScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3769877Z [00:05:53.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotEventTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3841148Z [00:05:53.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAgentlessTaskCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3911865Z [00:05:53.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateWebLockFileEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.3982053Z [00:05:53.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateUniBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4052045Z [00:05:53.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetHoneypotStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4123009Z [00:05:53.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyPushAllTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4194218Z [00:05:53.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClientUserDefineRuleTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4263688Z [00:05:53.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateSimilarSecurityEventsQueryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4337779Z [00:05:53.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeEmgUserAgreement.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4410456Z [00:05:53.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListSupportObjectSuffix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4482726Z [00:05:53.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeAlarmEventDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4555430Z [00:05:53.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeContainerStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4627302Z [00:05:53.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeMatchedMaliciousNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4698214Z [00:05:53.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetSasContainerWebDefenseRuleCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4769530Z [00:05:53.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageVulWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4842046Z [00:05:53.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetAuthVersionStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4914325Z [00:05:53.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCustomBlockRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.4983870Z [00:05:53.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetVulStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5053230Z [00:05:53.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClientRatioStatistic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5126567Z [00:05:53.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetFileUploadLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5198884Z [00:05:53.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWebLockInclusiveFileType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5269748Z [00:05:53.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5342069Z [00:05:53.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateFileDetectUploadUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5414124Z [00:05:53.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RetryInstallProbe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5484795Z [00:05:53.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5553791Z [00:05:53.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RetryAgentlessTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5624050Z [00:05:53.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeWarningExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5694025Z [00:05:53.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteSasContainerWebDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5765559Z [00:05:53.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListVulAutoRepairConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5834522Z [00:05:53.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteInterceptionRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5905835Z [00:05:53.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DisableCustomBlockRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.5977058Z [00:05:53.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeConcernNecessity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6047687Z [00:05:53.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageScanAuthCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6118992Z [00:05:53.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLatestScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6190187Z [00:05:53.695]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyCycleTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6262103Z [00:05:53.702]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupMachineStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6333843Z [00:05:53.709]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteInterceptionTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6406154Z [00:05:53.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyClientConfSetup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6480146Z [00:05:53.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedStatisticsDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6551243Z [00:05:53.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyStartVulScan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6624048Z [00:05:53.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCloudAssetCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6694254Z [00:05:53.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedInstanceCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6764460Z [00:05:53.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateCommonTargetConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6834268Z [00:05:53.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeHcExportInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6905240Z [00:05:53.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/IgnoreHcCheckWarnings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.6976790Z [00:05:53.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeBackupFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7047364Z [00:05:53.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7117752Z [00:05:53.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/HandleSecurityEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7187787Z [00:05:53.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/PublicSyncAndCreateImageScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7261473Z [00:05:53.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCheckSale.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7330486Z [00:05:53.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateMaliciousNote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7402679Z [00:05:53.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAssetRefreshTaskConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7472005Z [00:05:53.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GenerateK8sAccessInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7542798Z [00:05:53.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddCheckResultWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7612636Z [00:05:53.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListUnfinishedOnceTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7681636Z [00:05:53.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeInstallCaptcha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7753124Z [00:05:53.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRiskCheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7823064Z [00:05:53.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeImageGroupedVulList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7893101Z [00:05:53.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateBucketScanTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.7965837Z [00:05:53.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCommonOverallConfigList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8036764Z [00:05:53.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyInterceptionTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8111670Z [00:05:53.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyNoticeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8185535Z [00:05:53.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertySoftwareItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8257466Z [00:05:53.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListContainerDefenseRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8328913Z [00:05:53.909]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetObjectScanEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8401685Z [00:05:53.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListPodRisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8474267Z [00:05:53.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/OperateSuspiciousOverallConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8543841Z [00:05:53.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCriteria.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8616254Z [00:05:53.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAssetCleanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8688431Z [00:05:53.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListPrivateRegistryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8760683Z [00:05:53.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListK8sAccessInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8830911Z [00:05:53.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/RemoveCheckInstanceResultWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8900674Z [00:05:53.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeVulListPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.8970436Z [00:05:53.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribePropertyUserItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9041024Z [00:05:53.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetCloudAssetDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9116403Z [00:05:53.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExportWarning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9189330Z [00:05:53.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeSearchCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9261808Z [00:05:54.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeOnceTaskLeafRecordPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9332770Z [00:05:54.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteAntiBruteForceRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9403353Z [00:05:54.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteClientUserDefineRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9472600Z [00:05:54.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/SetRegistryScanDayNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9543066Z [00:05:54.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeCountNotScannedImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9611075Z [00:05:54.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateAssetSelectionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9680854Z [00:05:54.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeExposedCheckWarning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9754398Z [00:05:54.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeLogstoreStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9825100Z [00:05:54.059]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListHoneypotAlarmEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9897570Z [00:05:54.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockCreateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:46.9966787Z [00:05:54.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ExecStrategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0035712Z [00:05:54.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyWebLockDeleteConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0105233Z [00:05:54.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DeleteHoneypot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0173989Z [00:05:54.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UpdateOssScanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0243587Z [00:05:54.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeClusterInfoList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0314480Z [00:05:54.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeRestorePlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0386549Z [00:05:54.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/CreateSuspEventNote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0457700Z [00:05:54.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/UnMarkMonitorAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0528684Z [00:05:54.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListClusterInterceptionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0599099Z [00:05:54.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ListAgentlessTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0673181Z [00:05:54.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/ModifyVulWhitelistTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0750245Z [00:05:54.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/AddUninstallClientsByUuids.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0825705Z [00:05:54.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/GetClusterStrategyCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0897618Z [00:05:54.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/sas/DescribeGroupedMaliciousFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.0969578Z [00:05:54.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeParametersHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1038311Z [00:05:54.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantSecurityConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1110652Z [00:05:54.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantZonesRead.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1183336Z [00:05:54.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantPrimaryZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1254275Z [00:05:54.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantEncryption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1324338Z [00:05:54.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1394731Z [00:05:54.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1463412Z [00:05:54.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTimeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1531911Z [00:05:54.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateBackupSetDownloadLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1603180Z [00:05:54.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateOmsMysqlDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1672357Z [00:05:54.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StartOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1745113Z [00:05:54.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateTenant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1816630Z [00:05:54.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceNodeNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1891262Z [00:05:54.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSQLPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.1961512Z [00:05:54.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasAnomalySQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2031969Z [00:05:54.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListWorkerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2103602Z [00:05:54.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAnomalySQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2184489Z [00:05:54.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateRdsPostgreSQLDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2245532Z [00:05:54.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasSQLDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2316059Z [00:05:54.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2385406Z [00:05:54.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasTopSQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2454263Z [00:05:54.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2524691Z [00:05:54.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyDatabaseDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2593143Z [00:05:54.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/SearchOmsOpenAPIProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2666589Z [00:05:54.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2738711Z [00:05:54.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSlowSQLHistoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2810786Z [00:05:54.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ResumeOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2881921Z [00:05:54.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeCharset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.2954228Z [00:05:54.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3024424Z [00:05:54.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOmsOpenAPIProjectSteps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3096154Z [00:05:54.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3169205Z [00:05:54.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ReleaseOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3238259Z [00:05:54.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListAllLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3307591Z [00:05:54.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAvailableMemResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3377435Z [00:05:54.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProjectSteps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3446890Z [00:05:54.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3518307Z [00:05:54.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateProjectModifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3588855Z [00:05:54.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3660653Z [00:05:54.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateDatabase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3730503Z [00:05:54.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StopProjectsByLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3803135Z [00:05:54.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeMetricsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3873586Z [00:05:54.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceTemporaryCapacity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.3943617Z [00:05:54.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListProjectFullVerifyResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4015822Z [00:05:54.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ResumeProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4093454Z [00:05:54.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListProjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4165650Z [00:05:54.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4237687Z [00:05:54.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceTenantModes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4310442Z [00:05:54.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListProjectModifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4381510Z [00:05:54.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateTenantReadOnlyConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4454152Z [00:05:54.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteTenants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4529394Z [00:05:54.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOutlineBinding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4600308Z [00:05:54.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4670960Z [00:05:54.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ResetOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4740426Z [00:05:54.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeRecommendIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4809898Z [00:05:54.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantUserDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4901940Z [00:05:54.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ReleaseWorkerInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.4972186Z [00:05:54.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5041987Z [00:05:54.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/SearchOmsOpenAPIMonitorMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5113733Z [00:05:54.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/KillProcessList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5184314Z [00:05:54.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5253708Z [00:05:54.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateMySqlDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5324547Z [00:05:54.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantEncryption.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5400799Z [00:05:54.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasSlowSQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5464720Z [00:05:54.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/GetUploadOssUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5534473Z [00:05:54.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5603971Z [00:05:54.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateTenantUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5673715Z [00:05:54.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StopOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5742124Z [00:05:54.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5810507Z [00:05:54.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5878185Z [00:05:54.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteDatabases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.5946951Z [00:05:54.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6015979Z [00:05:54.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StopProjectModifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6085873Z [00:05:54.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6155870Z [00:05:54.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantUserRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6227637Z [00:05:54.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSlowSQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6298863Z [00:05:54.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyDatabaseUserRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6369909Z [00:05:54.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAvailableCpuResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6441649Z [00:05:54.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantSecurityIpGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6513238Z [00:05:54.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProjectProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6584300Z [00:05:54.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ReleaseProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6653935Z [00:05:54.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProjectStepMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6723849Z [00:05:54.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6792994Z [00:05:54.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasSQLPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6867247Z [00:05:54.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSQLDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.6938538Z [00:05:54.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.7010843Z [00:05:54.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOasSQLHistoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.7083942Z [00:05:54.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateOceanBaseDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.7153516Z [00:05:54.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StopProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.7223462Z [00:05:54.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.7295508Z [00:05:54.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CreateTenantSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.7366017Z [00:05:54.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteTenantSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.7435808Z [00:05:54.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTopSQLList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.7507166Z [00:05:54.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteSecurityIpGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
﻿2025-08-20T19:19:47.7580050Z [00:05:54.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSampleSqlRawTexts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.7651374Z [00:05:54.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeDataBackupSet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.7722161Z [00:05:54.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.7793920Z [00:05:54.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.7867286Z [00:05:54.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.7937933Z [00:05:54.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8007240Z [00:05:54.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeTenantUserRoles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8078514Z [00:05:54.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/RetryProjectModifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8148936Z [00:05:54.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeNodeMetrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8217724Z [00:05:54.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DeleteTenantUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8288124Z [00:05:54.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8359692Z [00:05:54.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8436764Z [00:05:54.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSQLHistoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8508771Z [00:05:54.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/SwitchoverInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8579485Z [00:05:54.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ListDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8650245Z [00:05:54.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StartProjectsByLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8721197Z [00:05:54.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/StartProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8791871Z [00:05:54.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyTenantUserPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8863050Z [00:05:54.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceCreatableZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.8939272Z [00:05:54.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/CancelProjectModifyRecord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9010809Z [00:05:54.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9081545Z [00:05:54.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceSecurityConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9151471Z [00:05:54.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9220062Z [00:05:54.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9287683Z [00:05:55.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProjectComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9355673Z [00:05:55.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAvailableSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9425382Z [00:05:55.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeAvailableZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9497573Z [00:05:55.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeInstanceTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9570362Z [00:05:55.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSecurityIpGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9641950Z [00:05:55.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeSQLSamples.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9713440Z [00:05:55.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9783864Z [00:05:55.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/ModifyInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9852696Z [00:05:55.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oceanbasepro/DescribeOmsOpenAPIProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9921870Z [00:05:55.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:47.9993296Z [00:05:55.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/GetServiceTemplateParameterConstraints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.0063230Z [00:05:55.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ListServiceInstanceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.0131635Z [00:05:55.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ListServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.0204208Z [00:05:55.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ContinueDeployServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.0272994Z [00:05:55.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/CreateServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.0342745Z [00:05:55.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.0413388Z [00:05:55.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/ListServiceInstanceLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.0482371Z [00:05:55.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/DeleteServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.0553435Z [00:05:55.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenest/GetServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.0632879Z [00:05:55.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteDatasetItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.0711943Z [00:05:55.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetAccessControlListAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.0790984Z [00:05:55.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveSignatureApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.0857774Z [00:05:55.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.0934324Z [00:05:55.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/QueryRequestLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1002989Z [00:05:55.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ResetAppCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1073591Z [00:05:55.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisByBackend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1142254Z [00:05:55.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiHistories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1211391Z [00:05:55.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeBackendList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1291358Z [00:05:55.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeSignatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1360614Z [00:05:55.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisByTrafficControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1430532Z [00:05:55.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeModels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1498284Z [00:05:55.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiGroupNetworkPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1568273Z [00:05:55.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1638998Z [00:05:55.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateIpControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1711590Z [00:05:55.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteTrafficSpecialControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1783866Z [00:05:55.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1855345Z [00:05:55.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeMarketRemainsQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1927306Z [00:05:55.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.1998977Z [00:05:55.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisWithStageNameIntegratedByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.2068266Z [00:05:55.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.2137701Z [00:05:55.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeSignaturesByApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.2210719Z [00:05:55.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeIpControls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.2280700Z [00:05:55.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceHttpCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.2350407Z [00:05:55.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SdkGenerateByAppForRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.2420896Z [00:05:55.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateDatasetItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.2490394Z [00:05:55.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetDomainWebSocketStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.2561505Z [00:05:55.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.2631662Z [00:05:55.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeGroupLatency.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.2704749Z [00:05:55.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveTrafficControlApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.2776784Z [00:05:55.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateBackendModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.2851539Z [00:05:55.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveIpControlApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.2926624Z [00:05:55.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetSignatureApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3001985Z [00:05:55.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeUpdateBackendTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3075458Z [00:05:55.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AttachApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3146310Z [00:05:55.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisByIpControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3215118Z [00:05:55.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3284962Z [00:05:55.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiLatencyData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3355593Z [00:05:55.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ResetAppSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3425740Z [00:05:55.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DisableInstanceAccessControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3494285Z [00:05:55.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiProductsByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3563117Z [00:05:55.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeIpControlPolicyItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3632758Z [00:05:55.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeGroupQps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3702173Z [00:05:55.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteAllTrafficSpecialControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3770971Z [00:05:55.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveApisAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3839781Z [00:05:55.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3912687Z [00:05:55.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiQpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.3985170Z [00:05:55.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ImportSwagger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4058367Z [00:05:55.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4128723Z [00:05:55.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteBackendModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4198602Z [00:05:55.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SdkGenerateByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4268728Z [00:05:55.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeTrafficControls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4339539Z [00:05:55.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAppSecurity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4410986Z [00:05:55.517]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiProductApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4481357Z [00:05:55.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4551150Z [00:05:55.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SwitchApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4619464Z [00:05:55.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDeployedApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4688171Z [00:05:55.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/OpenApiGatewayService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4758183Z [00:05:55.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4829139Z [00:05:55.559]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ReactivateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4899404Z [00:05:55.566]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeSystemParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.4986525Z [00:05:55.573]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyIpControlPolicyItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.5084603Z [00:05:55.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyDatasetItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.5159936Z [00:05:55.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstancePackets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.5235254Z [00:05:55.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDatasetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.5310587Z [00:05:55.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyTrafficControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.5387400Z [00:05:55.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiIpControls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.5460767Z [00:05:55.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteIpControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.5534825Z [00:05:55.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeGroupTraffic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.5606844Z [00:05:55.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/BatchDeployApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.5680776Z [00:05:55.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceLatency.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.5751787Z [00:05:55.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AttachPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.5823865Z [00:05:55.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/EnableInstanceAccessControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.5892594Z [00:05:55.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.5961362Z [00:05:55.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6031816Z [00:05:55.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeBackendInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6102910Z [00:05:55.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisByApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6174331Z [00:05:55.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6243316Z [00:05:55.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyBackend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6311937Z [00:05:55.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyVpcAccessAndUpdateApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6381402Z [00:05:55.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6455436Z [00:05:55.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DetachPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6527761Z [00:05:55.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDatasetInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6607185Z [00:05:55.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6678442Z [00:05:55.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeImportOASTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6748547Z [00:05:55.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeHistoryApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6818020Z [00:05:55.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiGroupInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6887339Z [00:05:55.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.6957016Z [00:05:55.772]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7033368Z [00:05:55.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateAccessControlList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7102136Z [00:05:55.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeVpcAccesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7172828Z [00:05:55.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AbolishApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7243570Z [00:05:55.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApiGroupVpcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7312621Z [00:05:55.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveIpControlPolicyItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7384877Z [00:05:55.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAbolishApiTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7453553Z [00:05:55.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveApiProductsAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7525808Z [00:05:55.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetApiProductsAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7597263Z [00:05:55.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7668378Z [00:05:55.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7736198Z [00:05:55.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7809745Z [00:05:55.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyBackendModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7879176Z [00:05:55.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePurchasedApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.7949465Z [00:05:55.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDeployedApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8019528Z [00:05:55.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePurchasedApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8090525Z [00:05:55.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiGroupVpcWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8160599Z [00:05:55.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePluginTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8235667Z [00:05:55.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDeployApiTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8307952Z [00:05:55.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePluginApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8383608Z [00:05:55.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePluginSchemas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8453466Z [00:05:55.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiSignatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8524051Z [00:05:55.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetAppsAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8594251Z [00:05:55.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAccessControlListAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8663964Z [00:05:55.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8732503Z [00:05:55.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8801492Z [00:05:55.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveVpcAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8870129Z [00:05:55.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.8945215Z [00:05:55.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiTrafficControls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9017499Z [00:05:55.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateSignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9087777Z [00:05:55.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceDropConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9158174Z [00:05:55.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9228015Z [00:05:55.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateApiGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9298820Z [00:05:56.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9370066Z [00:05:56.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifySignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9440478Z [00:05:56.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9513622Z [00:05:56.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9584734Z [00:05:56.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteSignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9655664Z [00:05:56.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9726677Z [00:05:56.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetTrafficControlApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9797339Z [00:05:56.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateBackend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9875425Z [00:05:56.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:48.9944931Z [00:05:56.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0016639Z [00:05:56.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/BatchAbolishApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0090794Z [00:05:56.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveAppsAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0161236Z [00:05:56.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AddTrafficSpecialControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0231162Z [00:05:56.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ValidateVpcConnectivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0301099Z [00:05:56.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ImportOAS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0375837Z [00:05:56.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDatasetItemInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0449165Z [00:05:56.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0519835Z [00:05:56.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceDropPacket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0592368Z [00:05:56.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveAccessControlListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0664680Z [00:05:56.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeployApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0734888Z [00:05:56.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0804959Z [00:05:56.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceTraffic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0874574Z [00:05:56.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeTrafficControlsByApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.0943706Z [00:05:56.170]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeletePlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1013107Z [00:05:56.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetVpcAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1083413Z [00:05:56.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetAppsAuthToApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1152310Z [00:05:56.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyIntranetDomainPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1221083Z [00:05:56.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetWildcardDomainPatterns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1289903Z [00:05:56.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetApisAuthorities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1358019Z [00:05:56.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceNewConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1428794Z [00:05:56.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1500965Z [00:05:56.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1570961Z [00:05:56.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeDatasetItemList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1640735Z [00:05:56.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteBackend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1709317Z [00:05:56.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AddIpControlPolicyItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1780719Z [00:05:56.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiMarketAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1848318Z [00:05:56.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAccessControlLists.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1917993Z [00:05:56.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateApiStageVariable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.1986476Z [00:05:56.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreatePlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2055235Z [00:05:56.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2123729Z [00:05:56.288]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2193546Z [00:05:56.295]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2263929Z [00:05:56.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiDoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2332231Z [00:05:56.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAppAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2400819Z [00:05:56.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2469118Z [00:05:56.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeUpdateVpcInfoTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2539667Z [00:05:56.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2609874Z [00:05:56.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/AddAccessControlListEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2681466Z [00:05:56.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApiStageVariable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2751274Z [00:05:56.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceQps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2825177Z [00:05:56.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeSummaryData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2894735Z [00:05:56.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteAccessControlList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.2964445Z [00:05:56.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyIpControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3033089Z [00:05:56.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAppsByApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3105741Z [00:05:56.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DryRunSwagger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3174118Z [00:05:56.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SetIpControlApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3241858Z [00:05:56.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePurchasedApiGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3311569Z [00:05:56.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeInstanceSlbConnect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3383812Z [00:05:56.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3454146Z [00:05:56.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApisBySignature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3525154Z [00:05:56.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3594455Z [00:05:56.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAuthorizedApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3664922Z [00:05:56.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DetachApiProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3736983Z [00:05:56.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/RemoveVpcAccessAndAbolishApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3806799Z [00:05:56.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3876218Z [00:05:56.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.3945681Z [00:05:56.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/SdkGenerateByGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4015970Z [00:05:56.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DeleteTrafficControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4088673Z [00:05:56.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4159185Z [00:05:56.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateDataset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4238643Z [00:05:56.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/CreateTrafficControl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4318875Z [00:05:56.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeApiGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4391699Z [00:05:56.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/ModifyInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4464385Z [00:05:56.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribePluginsByApi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4537993Z [00:05:56.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudapi/DescribeAuthorizedApis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4614202Z [00:05:56.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/DescribeAnycastServerRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4687547Z [00:05:56.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ReleaseAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4764419Z [00:05:56.552]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/UnassociateAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4841656Z [00:05:56.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/AssociateAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4921868Z [00:05:56.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/AllocateAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.4999847Z [00:05:56.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/DescribeAnycastPopLocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5074392Z [00:05:56.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/UpdateAnycastEipAddressAssociations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5146631Z [00:05:56.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5221982Z [00:05:56.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ModifyAnycastEipAddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5293825Z [00:05:56.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ModifyAnycastEipAddressSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5363773Z [00:05:56.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5434966Z [00:05:56.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5504745Z [00:05:56.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/DescribeAnycastEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5574088Z [00:05:56.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5643537Z [00:05:56.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eipanycast/ListAnycastEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5712740Z [00:05:56.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/StopStatefulAsyncInvocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5781981Z [00:05:56.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetResourceTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5852094Z [00:05:56.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListLayers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5920800Z [00:05:56.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListServiceVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.5992706Z [00:05:56.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListReservedCapacities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6064204Z [00:05:56.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6136283Z [00:05:56.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/InvokeFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6208323Z [00:05:56.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetStatefulAsyncInvocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6279756Z [00:05:56.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6351819Z [00:05:56.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6422136Z [00:05:56.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6491302Z [00:05:56.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetFunctionCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6561556Z [00:05:56.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6632821Z [00:05:56.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6709800Z [00:05:56.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetFunctionOnDemandConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6779174Z [00:05:56.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListOnDemandConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6849538Z [00:05:56.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UntagResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6921078Z [00:05:56.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteVpcBinding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.6990446Z [00:05:56.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7065127Z [00:05:56.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7136602Z [00:05:56.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PutFunctionAsyncInvokeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7208511Z [00:05:56.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/TagResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7278875Z [00:05:56.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PutLayerACL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7349190Z [00:05:56.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7418265Z [00:05:56.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7487714Z [00:05:56.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7556322Z [00:05:56.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7625065Z [00:05:56.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListFunctionAsyncInvokeConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7694455Z [00:05:56.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteFunctionOnDemandConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7762060Z [00:05:56.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/RegisterEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7832872Z [00:05:56.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListProvisionConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7902810Z [00:05:56.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateLayerVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.7972922Z [00:05:56.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListLayerVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8041118Z [00:05:56.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8112248Z [00:05:56.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8179557Z [00:05:56.894]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8248121Z [00:05:56.901]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListTaggedResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8321111Z [00:05:56.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8397483Z [00:05:56.916]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8471835Z [00:05:56.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListEventSources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8542810Z [00:05:56.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteLayerVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8621550Z [00:05:56.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeregisterEventSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8697511Z [00:05:56.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8770857Z [00:05:56.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8842271Z [00:05:56.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetProvisionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8927650Z [00:05:56.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListAliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.8999633Z [00:05:56.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetAccountSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9073034Z [00:05:56.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListStatefulAsyncInvocationFunctions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9143039Z [00:05:56.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListTriggers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9215918Z [00:05:56.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9285420Z [00:05:57.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetLayerVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9355024Z [00:05:57.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateAlias.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9424027Z [00:05:57.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PutProvisionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9493021Z [00:05:57.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteFunction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9565021Z [00:05:57.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PutFunctionOnDemandConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9634517Z [00:05:57.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/UpdateTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9703815Z [00:05:57.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListFunctions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9774582Z [00:05:57.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/CreateVpcBinding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9843999Z [00:05:57.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/PublishServiceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9916718Z [00:05:57.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListVpcBindings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:49.9986239Z [00:05:57.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ReleaseGPUInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.0057053Z [00:05:57.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ClaimGPUInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.0126981Z [00:05:57.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListStatefulAsyncInvocations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.0199019Z [00:05:57.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/DeleteFunctionAsyncInvokeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.0268527Z [00:05:57.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetCustomDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.0338414Z [00:05:57.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/GetFunctionAsyncInvokeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.0408443Z [00:05:57.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fc-open/ListCustomDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.0480443Z [00:05:57.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.0551297Z [00:05:57.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.0625958Z [00:05:57.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.0699892Z [00:05:57.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyNodeSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.0771846Z [00:05:57.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.0844901Z [00:05:57.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/TransformToPrePaid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.0927753Z [00:05:57.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1000702Z [00:05:57.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeRenewalPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1082142Z [00:05:57.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CheckCloudResourceAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1154668Z [00:05:57.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1228787Z [00:05:57.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyInstanceVpcAuthMode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1301934Z [00:05:57.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceConnectionString.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1373171Z [00:05:57.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeSlowLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1450926Z [00:05:57.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeSecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1522745Z [00:05:57.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/UpgradeDBInstanceKernelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1594375Z [00:05:57.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAuditPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1667548Z [00:05:57.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeMongoDBLogConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1740146Z [00:05:57.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeErrorLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1812615Z [00:05:57.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1885778Z [00:05:57.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAuditRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.1958704Z [00:05:57.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ReleaseNodePrivateNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2031204Z [00:05:57.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceSwitchLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2100658Z [00:05:57.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeReplicaSetRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2170497Z [00:05:57.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2239764Z [00:05:57.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceNetworkType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2310429Z [00:05:57.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceTDE.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2380425Z [00:05:57.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DeleteNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2449907Z [00:05:57.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeRoleZoneInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2520221Z [00:05:57.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2592759Z [00:05:57.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/TransformInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2662288Z [00:05:57.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeUserEncryptionKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2732914Z [00:05:57.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/RestartDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2809195Z [00:05:57.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceNetExpireTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2882600Z [00:05:57.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/TransferClusterBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.2954686Z [00:05:57.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeHistoryTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3026829Z [00:05:57.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeRunningLogRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3100634Z [00:05:57.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/EvaluateResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3175495Z [00:05:57.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3247924Z [00:05:57.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyAuditPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3317992Z [00:05:57.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3390593Z [00:05:57.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3460018Z [00:05:57.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeShardingNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3529396Z [00:05:57.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3598292Z [00:05:57.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyAccountDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3667836Z [00:05:57.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeKmsKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3737585Z [00:05:57.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3806329Z [00:05:57.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeClusterBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3877331Z [00:05:57.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeInstanceAutoRenewalAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.3948648Z [00:05:57.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeParameterTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4020715Z [00:05:57.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ReleasePublicNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4092713Z [00:05:57.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4164529Z [00:05:57.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceEncryptionKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4236964Z [00:05:57.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DestroyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4308619Z [00:05:57.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4378759Z [00:05:57.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAuditLogFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4449311Z [00:05:57.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateShardingDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4519531Z [00:05:57.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4590326Z [00:05:57.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/AllocatePublicNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4659954Z [00:05:57.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DeleteDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4731080Z [00:05:57.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ResetAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4802179Z [00:05:57.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4872199Z [00:05:57.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyDBInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.4946026Z [00:05:57.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifySecurityGroupConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5018213Z [00:05:57.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeSecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5092220Z [00:05:57.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/MigrateToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5169247Z [00:05:57.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5242012Z [00:05:57.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstancePerformance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5313110Z [00:05:57.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyAuditLogFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5385136Z [00:05:57.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CheckRecoveryCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5455788Z [00:05:57.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateNodeBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5525342Z [00:05:57.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeClusterRecoverTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5596354Z [00:05:57.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceSSL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5667752Z [00:05:57.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5736670Z [00:05:57.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeKernelReleaseNotes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5806634Z [00:05:57.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5877380Z [00:05:57.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/SwitchDBInstanceHA.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.5947212Z [00:05:57.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAvailableEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6015038Z [00:05:57.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/RestoreDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6083732Z [00:05:57.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6155031Z [00:05:57.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceTDEInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6230107Z [00:05:57.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/RenewDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6301157Z [00:05:57.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/AllocateNodePrivateNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6371367Z [00:05:57.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6443839Z [00:05:57.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/UpgradeDBInstanceEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6514540Z [00:05:57.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifySecurityIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6586986Z [00:05:57.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/CreateDBInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6660169Z [00:05:57.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6730414Z [00:05:57.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeBackupDBs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6800927Z [00:05:57.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeHistoryTasksStat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6870801Z [00:05:57.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeParameterModificationHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.6941370Z [00:05:57.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/MigrateAvailableZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7011832Z [00:05:57.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyNodeSpecBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7079673Z [00:05:57.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstancesOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7147983Z [00:05:57.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7218208Z [00:05:57.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeActiveOperationTaskType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7286059Z [00:05:57.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7355234Z [00:05:57.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeDBInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7425507Z [00:05:57.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/ModifyResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7499045Z [00:05:57.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeActiveOperationTaskCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7570685Z [00:05:57.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dds/DescribeAvailabilityZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7644919Z [00:05:57.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechLicenseAvailableQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7715792Z [00:05:57.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDistributedProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7787680Z [00:05:57.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AddPowerStation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7861041Z [00:05:57.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceDeviceDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.7931891Z [00:05:57.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ClearDeviceDesiredProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8005999Z [00:05:57.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8081245Z [00:05:57.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8157052Z [00:05:57.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PubBroadcast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8230075Z [00:05:57.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8302998Z [00:05:57.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8377536Z [00:05:57.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8451033Z [00:05:57.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchAddDataForApiSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8524104Z [00:05:57.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8599047Z [00:05:57.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryLicenseDeviceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8671049Z [00:05:57.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetLoraNodesTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8743690Z [00:05:57.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelOTAStrategyByJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8815251Z [00:05:57.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PushSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8887021Z [00:05:57.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.8959664Z [00:05:57.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CopyThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9031502Z [00:05:57.979]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchRegisterDeviceWithApplyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9101518Z [00:05:57.986]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTADynamicUpgradeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9173500Z [00:05:57.993]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSchedulePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9246251Z [00:05:58.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTAStaticUpgradeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9318184Z [00:05:58.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ConfirmOTATask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9389365Z [00:05:58.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteShareTaskDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9459502Z [00:05:58.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDistributedDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9530236Z [00:05:58.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9599634Z [00:05:58.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateRuleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9669347Z [00:05:58.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9742616Z [00:05:58.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9814817Z [00:05:58.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9887716Z [00:05:58.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:50.9958922Z [00:05:58.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReleaseEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0031506Z [00:05:58.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0101748Z [00:05:58.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTATaskByJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0172747Z [00:05:58.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0243521Z [00:05:58.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0318021Z [00:05:58.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelReleaseProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0391897Z [00:05:58.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceOriginalServiceData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0468419Z [00:05:58.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryTopicReverseRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0541550Z [00:05:58.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteUserDefineTableDataByPrimaryKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0616536Z [00:05:58.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReplaceEdgeInstanceGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0698507Z [00:05:58.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0775234Z [00:05:58.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/TransformClientId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0850386Z [00:05:58.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListProductTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0924006Z [00:05:58.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.0998744Z [00:05:58.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeLabelBatchFailedResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.1070963Z [00:05:58.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.1145527Z [00:05:58.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteOTAModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.1218951Z [00:05:58.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSpeechLicenseDeviceStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.1290615Z [00:05:58.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceOriginalPropertyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.1363128Z [00:05:58.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDynamicGroupDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.1434817Z [00:05:58.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.1505690Z [00:05:58.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StartRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.1577089Z [00:05:58.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceBySQL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.1647032Z [00:05:58.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceOriginalEventData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.1715775Z [00:05:58.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchPub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.1786749Z [00:05:58.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.1856836Z [00:05:58.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSpeechVoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.1928615Z [00:05:58.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceDriverConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2000702Z [00:05:58.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ResetConsumerGroupPosition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2073262Z [00:05:58.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DisableThing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2143176Z [00:05:58.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGrayMigrationDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2213083Z [00:05:58.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteConsumerGroupSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2283378Z [00:05:58.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchUnbindProjectProducts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2353539Z [00:05:58.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchAddDeviceGroupRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2426337Z [00:05:58.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2494979Z [00:05:58.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateOTAModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2568247Z [00:05:58.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2639265Z [00:05:58.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2709696Z [00:05:58.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2779255Z [00:05:58.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2857230Z [00:05:58.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.2932329Z [00:05:58.369]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3005902Z [00:05:58.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/EnableDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3077502Z [00:05:58.384]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3148643Z [00:05:58.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateProductTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3218118Z [00:05:58.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDetailSceneRuleLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3287275Z [00:05:58.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateTopicRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3358867Z [00:05:58.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3431703Z [00:05:58.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicePropertyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3504137Z [00:05:58.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3574033Z [00:05:58.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryCertUrlByApplyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3646778Z [00:05:58.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySuperDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3717774Z [00:05:58.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceDeviceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3788327Z [00:05:58.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CloseEdgeInstanceDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3858814Z [00:05:58.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindLicenseDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3929644Z [00:05:58.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.3998223Z [00:05:58.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryJobStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4066445Z [00:05:58.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryLoRaJoinPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4137031Z [00:05:58.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ResetThing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4208210Z [00:05:58.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4279154Z [00:05:58.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDataAPIService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4348676Z [00:05:58.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4419914Z [00:05:58.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4490720Z [00:05:58.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelOTATaskByJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4564921Z [00:05:58.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RefreshStudioAppTokenOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4635264Z [00:05:58.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4706756Z [00:05:58.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryThingModelExtendConfigPublished.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4777221Z [00:05:58.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySharePromotionActivityAuditResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4848777Z [00:05:58.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4920197Z [00:05:58.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDownloadFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.4989791Z [00:05:58.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryShareProductNameByProductKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.5059596Z [00:05:58.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryBatchRegisterDeviceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.5128633Z [00:05:58.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.5200473Z [00:05:58.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ModifyOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.5271871Z [00:05:58.603]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RegisterDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.5341976Z [00:05:58.610]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProductList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.5411990Z [00:05:58.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchRegisterDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.5481977Z [00:05:58.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ImportDTData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.5554793Z [00:05:58.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSoundCodeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.5627082Z [00:05:58.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.5706611Z [00:05:58.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSoundCodeLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.5787961Z [00:05:58.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.5861977Z [00:05:58.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAJobByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.5940580Z [00:05:58.670]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceOriginalPropertyData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6016133Z [00:05:58.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6089150Z [00:05:58.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RetrySoundCodeLabelBatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6161997Z [00:05:58.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6233363Z [00:05:58.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSoundCodeLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6306277Z [00:05:58.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindLicenseProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6377040Z [00:05:58.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryTopicRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6449254Z [00:05:58.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListRuleActions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6520191Z [00:05:58.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryThingModelPublished.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6590283Z [00:05:58.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SpeechByCombination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6661565Z [00:05:58.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetShareTaskByDeviceOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6734828Z [00:05:58.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetStudioProjectCooperation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6806053Z [00:05:58.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListParserDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6878482Z [00:05:58.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishThingModelAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.6949901Z [00:05:58.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7021332Z [00:05:58.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeOssPreSignedAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7092655Z [00:05:58.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7162700Z [00:05:58.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/WriteDevicesHotStorageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7234728Z [00:05:58.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDataSourceItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7303686Z [00:05:58.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7372000Z [00:05:58.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicesHotStorageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7440156Z [00:05:58.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7513242Z [00:05:58.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RecognizeCarNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7584383Z [00:05:58.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetRuleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7655730Z [00:05:58.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAJobByFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7723931Z [00:05:58.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7794245Z [00:05:58.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeInstanceDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7864905Z [00:05:58.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSchedulePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.7934708Z [00:05:58.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetStudioAppTokenOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8007503Z [00:05:58.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CountSpeechBroadcastHour.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8077795Z [00:05:58.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingTopo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8148998Z [00:05:58.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RemoveThingTopo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8219940Z [00:05:58.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDeviceTunnelShareStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8291891Z [00:05:58.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8364689Z [00:05:58.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryPageByApplyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8438020Z [00:05:58.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8510123Z [00:05:58.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSharePromotionSpeechModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8581071Z [00:05:58.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8651144Z [00:05:58.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SaveScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8720997Z [00:05:58.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/EnableThing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8792274Z [00:05:58.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8863247Z [00:05:58.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryOTAJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.8934534Z [00:05:58.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchBindDeviceToEdgeInstanceWithDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9005876Z [00:05:58.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CancelOTATaskByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9078046Z [00:05:58.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GenerateOTAUploadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9149209Z [00:05:58.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StopRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9223461Z [00:05:58.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9298839Z [00:05:59.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9371508Z [00:05:59.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryConsumerGroupStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9443560Z [00:05:59.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechPushJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9514786Z [00:05:59.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingModelStatusInner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9588957Z [00:05:59.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAUnfinishedTaskByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9660818Z [00:05:59.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteProductTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9734035Z [00:05:59.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetDeviceState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9805867Z [00:05:59.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSoundCodeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9878701Z [00:05:59.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchDeleteEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:51.9951604Z [00:05:59.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SpeechBySynthesis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0025697Z [00:05:59.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0100926Z [00:05:59.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReBindLicenseDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0172337Z [00:05:59.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindApplicationFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0244034Z [00:05:59.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ResetDeviceTimeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0319423Z [00:05:59.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetDeviceProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0391150Z [00:05:59.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0463171Z [00:05:59.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RerunJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0535787Z [00:05:59.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0607631Z [00:05:59.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDeviceDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0685758Z [00:05:59.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PageQuerySpeechBroadcastHour.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0760015Z [00:05:59.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GenerateFileUploadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0838036Z [00:05:59.160]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSharePromotionActivity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0912804Z [00:05:59.167]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RRpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.0991332Z [00:05:59.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateStudioAppDomainOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.1066965Z [00:05:59.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.1142897Z [00:05:59.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListAnalyticsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.1215104Z [00:05:59.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindSceneRuleToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.1288477Z [00:05:59.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDataAPIServiceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.1363217Z [00:05:59.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateThingScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.1441218Z [00:05:59.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupTagList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.1517253Z [00:05:59.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RefreshDeviceTunnelSharePassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.1591068Z [00:05:59.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.1664823Z [00:05:59.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AddShareTaskDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.1746767Z [00:05:59.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAModuleVersionsByDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.1817095Z [00:05:59.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.1891417Z [00:05:59.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceDeviceByDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.1965684Z [00:05:59.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDeviceDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2037632Z [00:05:59.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2109529Z [00:05:59.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2181674Z [00:05:59.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDeviceShadow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2254678Z [00:05:59.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchBindProductsIntoProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2339434Z [00:05:59.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCheckVehicleDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2412272Z [00:05:59.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetDevicesProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2484010Z [00:05:59.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicePropertiesData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2555578Z [00:05:59.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StartParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2628933Z [00:05:59.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCreateSoundCodeLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2700888Z [00:05:59.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PrintByTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2773410Z [00:05:59.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SubscribeTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2847691Z [00:05:59.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateProductDistributeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2919146Z [00:05:59.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/Pub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.2991953Z [00:05:59.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateRuleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.3063552Z [00:05:59.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.3136176Z [00:05:59.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AttachParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.3210868Z [00:05:59.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.3285161Z [00:05:59.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateThingModel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.3359670Z [00:05:59.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceDynamicGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.3437750Z [00:05:59.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSpeechDeviceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.3516173Z [00:05:59.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetEdgeInstanceDeviceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.3594557Z [00:05:59.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateProductTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.3673501Z [00:05:59.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.3754323Z [00:05:59.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryShareTaskDeviceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.3832130Z [00:05:59.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryClientIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.3906496Z [00:05:59.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceProp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.3982914Z [00:05:59.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.4059533Z [00:05:59.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PackageSoundCodeLabelBatchAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.4133938Z [00:05:59.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.4207790Z [00:05:59.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.4280572Z [00:05:59.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AddDeviceToSharePromotion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.4353823Z [00:05:59.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceDesiredProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.4425841Z [00:05:59.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GisSearchDeviceTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.4499153Z [00:05:59.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchSetEdgeInstanceDeviceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.4577275Z [00:05:59.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceProp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.4653574Z [00:05:59.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicesHotStorageDataStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.4728143Z [00:05:59.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProductTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.4803168Z [00:05:59.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetEdgeInstanceDriverConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.4876061Z [00:05:59.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceServiceData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.4946829Z [00:05:59.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateProductFilterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.5018442Z [00:05:59.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/OpenIotService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.5093565Z [00:05:59.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindRoleFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.5172270Z [00:05:59.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/TestSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.5248211Z [00:05:59.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.5327173Z [00:05:59.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateDeviceShadow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.5404355Z [00:05:59.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.5481430Z [00:05:59.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AsyncRRpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.5552776Z [00:05:59.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateConsumerGroupSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.5625913Z [00:05:59.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSchedulePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.5697855Z [00:05:59.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AddDataForApiSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.5771961Z [00:05:59.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetShareSpeechModelAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.5850589Z [00:05:59.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DetachParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.5928637Z [00:05:59.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6004019Z [00:05:59.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6079885Z [00:05:59.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ImportDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6156716Z [00:05:59.692]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6233636Z [00:05:59.699]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/TestSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6310458Z [00:05:59.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchSetEdgeInstanceDeviceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6386929Z [00:05:59.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingModelTslPublished.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6463487Z [00:05:59.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceSubTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6537480Z [00:05:59.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6613198Z [00:05:59.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DetachDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6686530Z [00:05:59.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeScheduleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6760879Z [00:05:59.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6834321Z [00:05:59.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryCustomTimelineTableStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6909321Z [00:05:59.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.6985349Z [00:05:59.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CheckBindLicenseDeviceProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.7062245Z [00:05:59.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteClientIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.7138646Z [00:05:59.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCheckDeviceNames.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.7212779Z [00:05:59.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDeviceDynamicGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.7286614Z [00:05:59.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySolutionDeviceGroupPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.7361483Z [00:05:59.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.7434883Z [00:05:59.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/AttachDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.7510026Z [00:05:59.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetThingModelTsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.7584780Z [00:05:59.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.7656572Z [00:05:59.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.7728685Z [00:05:59.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceCert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.7800084Z [00:05:59.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchUpdateDeviceNickname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.7875098Z [00:05:59.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSoundCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.7947518Z [00:05:59.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchClearEdgeInstanceDeviceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8020294Z [00:05:59.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetEdgeInstanceDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8093754Z [00:05:59.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSoundCodeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8168168Z [00:05:59.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ShareSpeechByCombination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8240360Z [00:05:59.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListPowerStation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8313901Z [00:05:59.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ImportThingModelTsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8386863Z [00:05:59.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceDistributeDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8467864Z [00:05:59.923]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProductCertInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8545483Z [00:05:59.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetupStudioAppAuthModeOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8619669Z [00:05:59.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishStudioApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8691346Z [00:05:59.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTAVerifyJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8764635Z [00:05:59.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PageQuerySharedSpeechOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8837305Z [00:05:59.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8910599Z [00:05:59.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDestination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.8981871Z [00:05:59.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/TriggerSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.9052918Z [00:05:59.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateProductTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.9124834Z [00:05:59.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StopParser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.9197773Z [00:05:59.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.9270446Z [00:06:00.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDeviceTunnelStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.9343503Z [00:06:00.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.9418314Z [00:06:00.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListProductByTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.9491926Z [00:06:00.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindApplicationToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.9565899Z [00:06:00.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.9638997Z [00:06:00.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchImportVehicleDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.9714984Z [00:06:00.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryImportedDeviceByApplyId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.9788133Z [00:06:00.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteTopicRouteTable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.9860851Z [00:06:00.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryVehicleDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:52.9934837Z [00:06:00.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CloseDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0008437Z [00:06:00.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryStudioAppPageListOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0083027Z [00:06:00.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetProductCertInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0159416Z [00:06:00.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCheckImportDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0236202Z [00:06:00.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryStudioAppDomainListOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0314649Z [00:06:00.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryStudioProjectList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0389963Z [00:06:00.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechLicenseDeviceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0462132Z [00:06:00.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0537389Z [00:06:00.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0611227Z [00:06:00.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0697200Z [00:06:00.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetGatewayBySubDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0774004Z [00:06:00.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0850990Z [00:06:00.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindDriverToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0926540Z [00:06:00.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.0999823Z [00:06:00.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.1072627Z [00:06:00.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateOTAModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.1145956Z [00:06:00.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ModifyPowerStation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.1222599Z [00:06:00.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.1294163Z [00:06:00.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSoundCodeLabel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.1368681Z [00:06:00.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteSoundCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.1441634Z [00:06:00.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/EnableSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.1514003Z [00:06:00.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceEventData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.1585376Z [00:06:00.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DisableDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.1658566Z [00:06:00.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReleaseProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.1732156Z [00:06:00.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.1803767Z [00:06:00.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteEdgeDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.1875146Z [00:06:00.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/NotifyAddThingTopo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.1950952Z [00:06:00.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetDeviceGroupTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2024307Z [00:06:00.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDownloadDataJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2096529Z [00:06:00.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/PublishThingModelAsyncInner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2167487Z [00:06:00.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDataSourceItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2241040Z [00:06:00.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeLabelList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2311929Z [00:06:00.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindRoleToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2387334Z [00:06:00.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryMessageInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2461742Z [00:06:00.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryConsumerGroupByGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2536379Z [00:06:00.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2614626Z [00:06:00.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySchedulePeriodList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2688687Z [00:06:00.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceGroupInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2765103Z [00:06:00.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2838263Z [00:06:00.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchQueryDeviceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2911663Z [00:06:00.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchUnbindProjectDevices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.2987135Z [00:06:00.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeletePowerStation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.3060659Z [00:06:00.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchGetDeviceBindStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.3136788Z [00:06:00.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/EnableDeviceTunnelShare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.3214362Z [00:06:00.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DisableDeviceTunnelShare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.3289476Z [00:06:00.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSoundCodeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.3364466Z [00:06:00.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.3440690Z [00:06:00.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySummarySceneRuleLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.3516558Z [00:06:00.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ClearEdgeInstanceDriverConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.3593247Z [00:06:00.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.3666890Z [00:06:00.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateDataSourceItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.3740719Z [00:06:00.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetDeviceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.3816513Z [00:06:00.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteProductTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.3889131Z [00:06:00.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchAddThingTopo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.3961747Z [00:06:00.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProjectShareDeviceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4035591Z [00:06:00.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryStudioAppList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4108646Z [00:06:00.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteDeviceTunnel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4181457Z [00:06:00.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4253928Z [00:06:00.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4326864Z [00:06:00.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GisQueryDeviceLocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4401666Z [00:06:00.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4473892Z [00:06:00.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryConsumerGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4545558Z [00:06:00.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4620067Z [00:06:00.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateThingScript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4695977Z [00:06:00.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchCreateSoundCodeLabelWithLabels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4768916Z [00:06:00.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetSoundCodeAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4839737Z [00:06:00.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceProvisioning.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4913933Z [00:06:00.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchUnbindDeviceFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.4989143Z [00:06:00.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GenerateDeviceNameListURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.5061463Z [00:06:00.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceFileList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.5133583Z [00:06:00.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CopyThingModelAsync.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.5208722Z [00:06:00.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySoundCodeLabelBatchList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.5284284Z [00:06:00.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListThingTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.5357595Z [00:06:00.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.5430483Z [00:06:00.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateLoRaNodesTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.5504684Z [00:06:00.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDevicePropertyData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.5578117Z [00:06:00.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.5651018Z [00:06:00.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.5727625Z [00:06:00.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SetDeviceDesiredProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.5801089Z [00:06:00.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechPushJobDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.5874551Z [00:06:00.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySpeechPushJobSpeech.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.5947134Z [00:06:00.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindLicenseProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6020852Z [00:06:00.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchBindDevicesIntoProject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6094361Z [00:06:00.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteStudioAppDomainOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6168320Z [00:06:00.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeDriver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6241128Z [00:06:00.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ReupgradeOTATask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6313297Z [00:06:00.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BindGatewayToEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6387388Z [00:06:00.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6460081Z [00:06:00.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6531491Z [00:06:00.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListThingModelVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6602868Z [00:06:00.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateSoundCode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6675098Z [00:06:00.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6747909Z [00:06:00.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryEdgeInstanceHistoricDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6828089Z [00:06:00.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteRuleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6902773Z [00:06:00.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateProductTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.6977215Z [00:06:00.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DisableSceneRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.7053647Z [00:06:00.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryThingModelExtendConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.7128810Z [00:06:00.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/InvokeThingsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.7206395Z [00:06:00.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/RecognizePictureGeneral.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.7285147Z [00:06:00.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteParserDataSource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.7361761Z [00:06:00.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindDriverFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.7440758Z [00:06:00.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeInstanceMessageRouting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.7518540Z [00:06:00.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchImportDevice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.7595814Z [00:06:00.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UpdateOTAJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.7673534Z [00:06:00.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SyncSpeechByCombination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.7750164Z [00:06:00.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/GetEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.7826732Z [00:06:00.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/BatchDeleteDeviceGroupRelations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.7906262Z [00:06:00.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/UnbindSceneRuleFromEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.7982905Z [00:06:00.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/InvokeThingService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.8065011Z [00:06:00.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.8141359Z [00:06:00.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/SaveDeviceProp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.8219138Z [00:06:00.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/ListOTAModuleByProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.8294244Z [00:06:00.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QuerySubscribeRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.8370159Z [00:06:00.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.8444328Z [00:06:00.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/InvokeDataAPIService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.8519444Z [00:06:00.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/CreateEdgeDriverVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.8595188Z [00:06:00.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/StartPTDetection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.8669685Z [00:06:00.943]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceByStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.8744341Z [00:06:00.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/DeleteOTAFirmware.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.8820443Z [00:06:00.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/iot/QueryDeviceListByDeviceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.8896563Z [00:06:00.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.8971008Z [00:06:00.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/ListUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.9046895Z [00:06:00.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.9121481Z [00:06:00.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.9195568Z [00:06:00.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateDataCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.9268799Z [00:06:01.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroupPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.9341521Z [00:06:01.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroupEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.9415649Z [00:06:01.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CopyDataCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.9489623Z [00:06:01.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateContainerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.9561908Z [00:06:01.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DeleteImageCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.9633543Z [00:06:01.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeInstanceOpsRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.9706448Z [00:06:01.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroupMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.9779651Z [00:06:01.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CommitContainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.9858066Z [00:06:01.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeDataCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:53.9933706Z [00:06:01.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeContainerGroupStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.0008468Z [00:06:01.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DeleteContainerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.0083308Z [00:06:01.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/UpdateContainerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.0155628Z [00:06:01.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeVirtualNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.0230144Z [00:06:01.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/UpdateImageCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.0303197Z [00:06:01.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/ResizeContainerGroupVolume.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.0379167Z [00:06:01.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DeleteVirtualNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.0452891Z [00:06:01.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.0527873Z [00:06:01.129]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeMultiContainerGroupMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.0604548Z [00:06:01.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.0685998Z [00:06:01.145]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateVirtualNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.0770742Z [00:06:01.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DeleteDataCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.0851351Z [00:06:01.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateImageCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.0928052Z [00:06:01.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/CreateInstanceOpsTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.1003514Z [00:06:01.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeImageCaches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.1080382Z [00:06:01.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/DescribeCommitContainerTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.1157180Z [00:06:01.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/ExecContainerCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.1233619Z [00:06:01.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/RestartContainerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.1310243Z [00:06:01.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/UpdateVirtualNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.1387360Z [00:06:01.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/eci/UpdateDataCache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.1467119Z [00:06:01.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.1543737Z [00:06:01.230]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/BindEcsSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.1622158Z [00:06:01.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.1698252Z [00:06:01.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.1775361Z [00:06:01.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateK8sService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.1854542Z [00:06:01.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RollbackApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.1931259Z [00:06:01.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AuthorizeApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.2013378Z [00:06:01.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.2094000Z [00:06:01.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ImportK8sCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.2170115Z [00:06:01.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.2246892Z [00:06:01.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteLogPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.2324920Z [00:06:01.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.2400816Z [00:06:01.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sApplicationConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.2478060Z [00:06:01.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/MigrateEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.2555233Z [00:06:01.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateJvmConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.2633999Z [00:06:01.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListScaleOutEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.2711875Z [00:06:01.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListPublishedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.2789384Z [00:06:01.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.2869588Z [00:06:01.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AbortChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.2945918Z [00:06:01.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ResetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.3023110Z [00:06:01.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteUserDefineRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.3099361Z [00:06:01.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/SynchronizeResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.3175943Z [00:06:01.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.3250498Z [00:06:01.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListAuthority.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.3328899Z [00:06:01.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.3406671Z [00:06:01.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/SwitchAdvancedMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.3485513Z [00:06:01.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetWebContainerConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.3561345Z [00:06:01.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.3636263Z [00:06:01.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.3713610Z [00:06:01.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.3789017Z [00:06:01.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryRegionConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.3866880Z [00:06:01.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/EnableApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.3939378Z [00:06:01.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListMethods.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.4017840Z [00:06:01.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteServiceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.4094520Z [00:06:01.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.4170436Z [00:06:01.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListK8sNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.4248225Z [00:06:01.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListK8sSecrets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.4324798Z [00:06:01.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateConfigTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.4401254Z [00:06:01.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.4477080Z [00:06:01.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetAppDeployment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.4555363Z [00:06:01.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.4631599Z [00:06:01.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListBuildPack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.4707324Z [00:06:01.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RetryChangeOrderTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.4781996Z [00:06:01.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertServiceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.4857364Z [00:06:01.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceProvidersPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.4931771Z [00:06:01.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertSwimmingLaneGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5006862Z [00:06:01.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ChangeDeployGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5085075Z [00:06:01.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ContinuePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5161212Z [00:06:01.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertClusterMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5239305Z [00:06:01.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5314529Z [00:06:01.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetPackageStorageCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5389377Z [00:06:01.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListEcuByRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5463549Z [00:06:01.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteConfigTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5538882Z [00:06:01.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5615428Z [00:06:01.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5692342Z [00:06:01.645]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListConvertableEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5769198Z [00:06:01.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryApplicationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5844445Z [00:06:01.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/BindK8sSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5920056Z [00:06:01.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListSubAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.5998200Z [00:06:01.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.6073445Z [00:06:01.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListDeployGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.6148984Z [00:06:01.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateHealthCheckUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.6221315Z [00:06:01.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteClusterMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.6293932Z [00:06:01.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetK8sServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.6367780Z [00:06:01.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StartK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.6442159Z [00:06:01.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateIDCImportCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.6518043Z [00:06:01.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QuerySlsLogStoreList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.6589593Z [00:06:01.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListApplicationEcu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.6663345Z [00:06:01.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ConvertK8sResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.6738293Z [00:06:01.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ScaleoutApplicationWithNewInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.6820977Z [00:06:01.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AuthorizeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.6895890Z [00:06:01.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ModifyScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.6970878Z [00:06:01.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AbortAndRollbackChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.7044634Z [00:06:01.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UnbindSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.7118449Z [00:06:01.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DescribeAppInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.7191815Z [00:06:01.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.7266354Z [00:06:01.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.7337676Z [00:06:01.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetJavaStartUpConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.7411462Z [00:06:01.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertSwimmingLane.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.7484221Z [00:06:01.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetChangeOrderInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.7557760Z [00:06:01.832]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AuthorizeRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.7632575Z [00:06:01.839]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateContainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.7707426Z [00:06:01.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.7785215Z [00:06:01.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.7864987Z [00:06:01.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListUserDefineRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.7939698Z [00:06:01.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListConsumedServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8015794Z [00:06:01.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeployK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8092305Z [00:06:01.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8168442Z [00:06:01.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8241543Z [00:06:01.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sApplicationBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8315100Z [00:06:01.908]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DisableApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8390784Z [00:06:01.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8476792Z [00:06:01.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteDeployGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8549790Z [00:06:01.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetContainerConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8628015Z [00:06:01.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/BindSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8701669Z [00:06:01.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryEccInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8775141Z [00:06:01.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8850427Z [00:06:01.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeployApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8922570Z [00:06:01.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InstallAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.8995249Z [00:06:01.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RestartK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.9069240Z [00:06:01.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateHookConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.9145388Z [00:06:01.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetSecureToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.9219517Z [00:06:01.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListClusterMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.9293429Z [00:06:02.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListHistoryDeployVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.9366445Z [00:06:02.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.9442933Z [00:06:02.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceListPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.9516125Z [00:06:02.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertOrUpdateRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.9589922Z [00:06:02.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateConfigTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.9663744Z [00:06:02.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetK8sAppPrecheckResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.9738864Z [00:06:02.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListEcsNotInCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.9816257Z [00:06:02.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateSlsLogStore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.9894726Z [00:06:02.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:54.9971015Z [00:06:02.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListConfigTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.0045740Z [00:06:02.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateK8sSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.0120318Z [00:06:02.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateK8sIngressRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.0194727Z [00:06:02.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.0269989Z [00:06:02.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryMigrateEcuList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.0347232Z [00:06:02.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListServiceGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.0423334Z [00:06:02.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListRecentChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.0500266Z [00:06:02.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StopK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.0573798Z [00:06:02.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ScaleOutApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.0647639Z [00:06:02.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetScalingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.0723161Z [00:06:02.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetJvmConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.0797318Z [00:06:02.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateContainerConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.0874581Z [00:06:02.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.0950458Z [00:06:02.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UnbindK8sSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.1028706Z [00:06:02.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListK8sConfigMaps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.1105708Z [00:06:02.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StartApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.1184329Z [00:06:02.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/TransformClusterMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.1259393Z [00:06:02.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateApplicationBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.1338015Z [00:06:02.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ScaleInApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.1413737Z [00:06:02.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceConsumersPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.1490005Z [00:06:02.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sSecret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.1565968Z [00:06:02.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertDeployGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.1644067Z [00:06:02.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.1721124Z [00:06:02.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DescribeApplicationScalingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.1797822Z [00:06:02.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetServiceMethodPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.1873709Z [00:06:02.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/CreateK8sConfigMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.1950676Z [00:06:02.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.2026036Z [00:06:02.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RestartApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.2104668Z [00:06:02.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StartK8sAppPrecheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.2179206Z [00:06:02.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ScaleK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.2254927Z [00:06:02.302]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/RollbackChangeOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.2330679Z [00:06:02.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.2407597Z [00:06:02.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateK8sIngressRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.2484043Z [00:06:02.324]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/AddLogPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.2558123Z [00:06:02.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/QueryMigrateRegionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.2635190Z [00:06:02.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateAccountInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.2714253Z [00:06:02.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sIngressRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.2788387Z [00:06:02.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListVpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.2864746Z [00:06:02.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListAliyunRegion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.2938172Z [00:06:02.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/ListK8sIngressRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3013547Z [00:06:02.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetK8sCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3089013Z [00:06:02.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/StopApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3163719Z [00:06:02.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3236724Z [00:06:02.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/UpdateApplicationScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3306728Z [00:06:02.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteK8sApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3379274Z [00:06:02.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/InsertRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3453074Z [00:06:02.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/edas/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3528641Z [00:06:02.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DisableLoadBalancerIpv6Internet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3603264Z [00:06:02.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateLoadBalancerAddressTypeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3680892Z [00:06:02.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/StartShiftLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3756373Z [00:06:02.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CreateSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3833253Z [00:06:02.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3910098Z [00:06:02.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/GetJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.3986148Z [00:06:02.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/LoadBalancerJoinSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.4063773Z [00:06:02.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/AddServersToServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.4140297Z [00:06:02.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.4221285Z [00:06:02.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DeleteSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.4301838Z [00:06:02.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/AttachCommonBandwidthPackageToLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.4386023Z [00:06:02.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateLoadBalancerProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.4470620Z [00:06:02.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListListenerCertificates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.4548864Z [00:06:02.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/StartListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.4626994Z [00:06:02.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.4701858Z [00:06:02.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.4778072Z [00:06:02.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/AssociateAdditionalCertificatesWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.4852764Z [00:06:02.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateServerGroupServersAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.4928951Z [00:06:02.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/GetLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5003135Z [00:06:02.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListServerGroupServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5078629Z [00:06:02.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5152299Z [00:06:02.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DeleteServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5227633Z [00:06:02.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5301116Z [00:06:02.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5375920Z [00:06:02.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/LoadBalancerLeaveSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5449567Z [00:06:02.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DeleteLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5523680Z [00:06:02.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListSystemSecurityPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5596261Z [00:06:02.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5670040Z [00:06:02.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5743892Z [00:06:02.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/GetListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5816714Z [00:06:02.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DeleteListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5889803Z [00:06:02.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.5967997Z [00:06:02.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListListeners.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.6051918Z [00:06:02.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.6129106Z [00:06:02.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CreateServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.6205922Z [00:06:02.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CancelShiftLoadBalancerZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.6279247Z [00:06:02.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.6360089Z [00:06:02.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/CreateListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.6439832Z [00:06:02.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/StopListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.6520498Z [00:06:02.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/GetListenerHealthStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.6598186Z [00:06:02.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DisassociateAdditionalCertificatesWithListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.6676819Z [00:06:02.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.6762217Z [00:06:02.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/DetachCommonBandwidthPackageFromLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.6841101Z [00:06:02.760]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/ListLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.6924458Z [00:06:02.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateSecurityPolicyAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.7006768Z [00:06:02.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/RemoveServersFromServerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.7086105Z [00:06:02.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/EnableLoadBalancerIpv6Internet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.7166264Z [00:06:02.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/nlb/UpdateServerGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.7244758Z [00:06:02.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/MergeImageFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.7327829Z [00:06:02.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectPedestrianIntrusion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.7411207Z [00:06:02.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/AddFaceImageTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.7492659Z [00:06:02.825]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectBodyCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.7574892Z [00:06:02.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/UpdateFaceEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.7672227Z [00:06:02.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/HandPosture.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.7751580Z [00:06:02.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/CreateFaceDb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.7869005Z [00:06:02.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/BodyPosture.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.7949573Z [00:06:02.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GenerateHumanSketchStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.8029227Z [00:06:02.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.8108214Z [00:06:02.887]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/CompareFaceWithMask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.8188869Z [00:06:02.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/LiquifyFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.8267476Z [00:06:02.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/AddFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.8347416Z [00:06:02.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GenerateHumanAnimeStyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.8433086Z [00:06:02.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/BatchAddFaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.8541273Z [00:06:02.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeleteFaceImageTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.8621021Z [00:06:02.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/FaceBeauty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.8726297Z [00:06:02.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectCelebrity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.8793612Z [00:06:02.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectChefCap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.8871926Z [00:06:02.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizeHandGesture.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.8957714Z [00:06:02.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/BeautifyBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.9045900Z [00:06:02.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectLivingFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.9120897Z [00:06:02.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RetouchBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.9193144Z [00:06:02.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RetouchSkin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.9267182Z [00:06:03.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeepfakeFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.9342587Z [00:06:03.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/FaceFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.9416464Z [00:06:03.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/AddFaceEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.9488708Z [00:06:03.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/VerifyFaceMask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.9563673Z [00:06:03.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeleteFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.9637552Z [00:06:03.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/CompareFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.9710434Z [00:06:03.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.9783889Z [00:06:03.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizePublicFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.9857054Z [00:06:03.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GetRealPersonVerificationResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:55.9929659Z [00:06:03.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeleteFaceDb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0002976Z [00:06:03.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DeleteFaceEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0073608Z [00:06:03.083]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizeFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0145380Z [00:06:03.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GetFaceEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0219404Z [00:06:03.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectPedestrian.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0293064Z [00:06:03.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/ExtractFingerPrint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0368156Z [00:06:03.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/SearchFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0444939Z [00:06:03.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/PedestrianDetectAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0523930Z [00:06:03.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/ListFaceDbs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0600348Z [00:06:03.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizeExpression.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0675347Z [00:06:03.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/FaceMakeup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0750593Z [00:06:03.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/QueryFaceImageTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0827724Z [00:06:03.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/FaceTidyup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0901207Z [00:06:03.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/ListFaceEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.0976058Z [00:06:03.174]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/GenRealPersonVerificationToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.1051887Z [00:06:03.181]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectVideoLivingFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.1126936Z [00:06:03.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/MonitorExamination.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.1199586Z [00:06:03.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/EnhanceFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.1273740Z [00:06:03.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/DetectInfraredLivingFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.1349636Z [00:06:03.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/BlurFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.1425724Z [00:06:03.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/ExtractPedestrianFeatureAttr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.1501612Z [00:06:03.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/facebody/RecognizeAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.1576757Z [00:06:03.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DetachResourceFromVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.1650440Z [00:06:03.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/AttachResourceToVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.1724147Z [00:06:03.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.1799892Z [00:06:03.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointServiceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.1873983Z [00:06:03.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.1949683Z [00:06:03.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointConnections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2022707Z [00:06:03.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/AttachSecurityGroupToVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2097348Z [00:06:03.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DetachSecurityGroupFromVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2170223Z [00:06:03.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/AddUserToVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2245365Z [00:06:03.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/EnableVpcEndpointZoneConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2319353Z [00:06:03.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2391296Z [00:06:03.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/CreateVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2464537Z [00:06:03.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/OpenPrivateLinkService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2537369Z [00:06:03.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2611405Z [00:06:03.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointServicesByEndUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2687405Z [00:06:03.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/EnableVpcEndpointConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2761919Z [00:06:03.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/RemoveUserFromVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2836253Z [00:06:03.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointServiceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2912091Z [00:06:03.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/AddZoneToVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.2989098Z [00:06:03.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.3063865Z [00:06:03.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DeleteVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.3139885Z [00:06:03.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/GetVpcEndpointServiceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.3217007Z [00:06:03.398]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.3294047Z [00:06:03.405]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.3368299Z [00:06:03.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DisableVpcEndpointZoneConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.3444527Z [00:06:03.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/GetVpcEndpointAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.3517375Z [00:06:03.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/CheckProductOpen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.3593009Z [00:06:03.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.3669571Z [00:06:03.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.3742301Z [00:06:03.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/ListVpcEndpointServiceUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.3818578Z [00:06:03.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointZoneConnectionResourceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.3891587Z [00:06:03.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.3965271Z [00:06:03.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DisableVpcEndpointConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.4040412Z [00:06:03.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.4119056Z [00:06:03.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DescribeZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.4194269Z [00:06:03.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointConnectionAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.4268781Z [00:06:03.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/DeleteVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.4356535Z [00:06:03.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/RemoveZoneFromVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.4430771Z [00:06:03.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/UpdateVpcEndpointServiceResourceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.4508446Z [00:06:03.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/privatelink/CreateVpcEndpointService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.4581901Z [00:06:03.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.4655619Z [00:06:03.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.4728608Z [00:06:03.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.4804379Z [00:06:03.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateStateConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.4878215Z [00:06:03.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetExecutionTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.4952017Z [00:06:03.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5027017Z [00:06:03.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/StartExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5102910Z [00:06:03.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetSecretParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5179584Z [00:06:03.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListInstancePatchStates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5255757Z [00:06:03.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListInstancePatches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5331276Z [00:06:03.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/RegisterDefaultPatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5406540Z [00:06:03.617]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetSecretParametersByPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5482764Z [00:06:03.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5556572Z [00:06:03.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreatePatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5631933Z [00:06:03.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteStateConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5706041Z [00:06:03.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5777581Z [00:06:03.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdatePatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5850692Z [00:06:03.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5923358Z [00:06:03.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.5997186Z [00:06:03.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.6070588Z [00:06:03.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.6147618Z [00:06:03.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListActions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.6224757Z [00:06:03.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DescribeApplicationGroupBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.6299085Z [00:06:03.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.6373473Z [00:06:03.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetOpsItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.6448866Z [00:06:03.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListExecutionLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.6522372Z [00:06:03.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListResourceExecutionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.6596159Z [00:06:03.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.6669027Z [00:06:03.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.6742179Z [00:06:03.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeployApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.6817020Z [00:06:03.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateSecretParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.6891514Z [00:06:03.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/SetServiceSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.6965027Z [00:06:03.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetSecretParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.7045470Z [00:06:03.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.7117563Z [00:06:03.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateOpsItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.7191254Z [00:06:03.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GenerateExecutionPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.7272891Z [00:06:03.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetServiceSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.7342980Z [00:06:03.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/NotifyExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.7420947Z [00:06:03.818]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteSecretParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.7495818Z [00:06:03.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListPatchBaselines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.7569803Z [00:06:03.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.7647256Z [00:06:03.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetParametersByPath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.7723182Z [00:06:03.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateSecretParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.7796833Z [00:06:03.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.7870162Z [00:06:03.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListApplicationGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.7945226Z [00:06:03.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/SearchInventory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8019133Z [00:06:03.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetPatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8091493Z [00:06:03.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8166506Z [00:06:03.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetInventorySchema.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8240671Z [00:06:03.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8312048Z [00:06:03.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CancelExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8386863Z [00:06:03.915]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8461816Z [00:06:03.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8535942Z [00:06:03.930]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ValidateTemplateContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8612170Z [00:06:03.937]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8684723Z [00:06:03.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8765754Z [00:06:03.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTaskExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8854142Z [00:06:03.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/CreateStateConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8927472Z [00:06:03.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.8998375Z [00:06:03.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.9072979Z [00:06:03.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/TriggerExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.9147849Z [00:06:03.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListSecretParameters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.9221847Z [00:06:03.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateParameter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.9297864Z [00:06:04.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ContinueDeployApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.9371870Z [00:06:04.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.9450662Z [00:06:04.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteApplicationGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.9524087Z [00:06:04.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListStateConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.9598843Z [00:06:04.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeletePatchBaseline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.9672784Z [00:06:04.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListOpsItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.9747813Z [00:06:04.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListParameterVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.9821502Z [00:06:04.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.9897898Z [00:06:04.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListTemplateVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:56.9972564Z [00:06:04.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.0047812Z [00:06:04.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListExecutionRiskyTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.0118902Z [00:06:04.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.0191825Z [00:06:04.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListSecretParameterVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.0267157Z [00:06:04.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/ListInventoryEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.0343966Z [00:06:04.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/DeleteTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.0416999Z [00:06:04.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/GetApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.0490627Z [00:06:04.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/oos/UpdateOpsItem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.0565882Z [00:06:04.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.0644176Z [00:06:04.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyNatFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.0720698Z [00:06:04.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyInstanceMemberAttributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.0799696Z [00:06:04.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyTrFirewallV2Configuration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.0877392Z [00:06:04.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeInstanceMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.0952657Z [00:06:04.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyNatFirewallControlPolicyPosition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.1025843Z [00:06:04.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeInvadeEventList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.1097851Z [00:06:04.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallsV2List.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.1172273Z [00:06:04.193]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallCenList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.1249081Z [00:06:04.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeUserAssetIPTrafficInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.1324731Z [00:06:04.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateTrFirewallV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.1399248Z [00:06:04.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyFirewallV2RoutePolicySwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.1475248Z [00:06:04.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeDomainResolve.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.1550297Z [00:06:04.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallCenSwitchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.1628558Z [00:06:04.239]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.1703693Z [00:06:04.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallSwitchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.1779016Z [00:06:04.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteInstanceMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.1852865Z [00:06:04.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyControlPolicyPosition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.1929135Z [00:06:04.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/BatchCopyVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2004908Z [00:06:04.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/PutEnableFwSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2081484Z [00:06:04.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/AddControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2158365Z [00:06:04.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeInternetTrafficTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2234124Z [00:06:04.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ReleasePostInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2309655Z [00:06:04.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2383602Z [00:06:04.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2456837Z [00:06:04.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/AddInstanceMembers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2530066Z [00:06:04.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeAssetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2603636Z [00:06:04.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeNatFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2682188Z [00:06:04.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2759196Z [00:06:04.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2836733Z [00:06:04.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribePolicyAdvancedConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2915307Z [00:06:04.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteAddressBook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.2994399Z [00:06:04.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVulnerabilityProtectedList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.3072931Z [00:06:04.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/PutEnableAllFwSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.3151900Z [00:06:04.391]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeOutgoingDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.3225531Z [00:06:04.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteVpcFirewallCenConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.3297593Z [00:06:04.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteNatFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.3369728Z [00:06:04.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.3443307Z [00:06:04.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyTrFirewallV2RoutePolicyScope.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.3517800Z [00:06:04.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallsV2RouteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.3593951Z [00:06:04.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyAddressBook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.3669367Z [00:06:04.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteVpcFirewallConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.3742193Z [00:06:04.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallPolicyBackUpAssociationList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.3814979Z [00:06:04.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteTrFirewallV2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.3887901Z [00:06:04.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/PutDisableFwSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.3964268Z [00:06:04.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallCenConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4037330Z [00:06:04.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/PutDisableAllFwSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4109756Z [00:06:04.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ResetVpcFirewallRuleHitCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4181662Z [00:06:04.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallCenDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4257804Z [00:06:04.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeInternetOpenIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4330671Z [00:06:04.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribePolicyPriorUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4403434Z [00:06:04.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4478154Z [00:06:04.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallV2RoutePolicyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4551206Z [00:06:04.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeACLProtectTrend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4624203Z [00:06:04.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DeleteFirewallV2RoutePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4695798Z [00:06:04.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeRiskEventPayload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4767671Z [00:06:04.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeTrFirewallsV2Detail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4838224Z [00:06:04.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateNatFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4910107Z [00:06:04.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeOutgoingDestinationIP.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.4981798Z [00:06:04.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyPolicyAdvancedConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.5055186Z [00:06:04.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateTrFirewallV2RoutePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.5128320Z [00:06:04.589]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.5203027Z [00:06:04.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.5276270Z [00:06:04.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallPolicyPriorUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.5351334Z [00:06:04.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeRiskEventGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.5425992Z [00:06:04.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeAddressBook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.5500722Z [00:06:04.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallControlPolicyPosition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.5577163Z [00:06:04.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/AddAddressBook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.5654029Z [00:06:04.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateVpcFirewallConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.5729346Z [00:06:04.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/ModifyVpcFirewallDefaultIPSConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.5819824Z [00:06:04.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeControlPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.5897202Z [00:06:04.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallDefaultIPSConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.5973388Z [00:06:04.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeVpcFirewallAclGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.6050953Z [00:06:04.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/DescribeNatFirewallPolicyPriorUsed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.6126762Z [00:06:04.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cloudfw/CreateVpcFirewallCenConfigure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.6203934Z [00:06:04.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceBaseInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.6279690Z [00:06:04.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.6353684Z [00:06:04.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessageGetByKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.6429428Z [00:06:04.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.6502974Z [00:06:04.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.6579191Z [00:06:04.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceCreate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.6656016Z [00:06:04.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTrendTopicInputTps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.6733581Z [00:06:04.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTraceGetResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.6805851Z [00:06:04.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessageGetByMsgId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.6879323Z [00:06:04.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.6954056Z [00:06:04.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7026172Z [00:06:04.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7101603Z [00:06:04.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerAccumulate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7176632Z [00:06:04.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7251279Z [00:06:04.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OpenOnsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7325243Z [00:06:04.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTraceQueryByMsgKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7399003Z [00:06:04.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7470984Z [00:06:04.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicUpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7543131Z [00:06:04.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsRegionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7616284Z [00:06:04.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessagePageQueryByTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7688240Z [00:06:04.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceUpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7762836Z [00:06:04.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessageTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7833425Z [00:06:04.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7907765Z [00:06:04.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsDLQMessageResendById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.7980525Z [00:06:04.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerTimeSpan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.8053236Z [00:06:04.881]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.8124870Z [00:06:04.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicSubDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.8198329Z [00:06:04.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsInstanceInServiceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.8274580Z [00:06:04.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerResetOffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.8353338Z [00:06:04.911]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.8429946Z [00:06:04.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupConsumerUpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.8507289Z [00:06:04.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTopicCreate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.8585924Z [00:06:04.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTrendGroupOutputTps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.8664084Z [00:06:04.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsDLQMessageGetById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.8739408Z [00:06:04.950]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsMessagePush.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.8816245Z [00:06:04.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsDLQMessagePageQueryByGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.8890131Z [00:06:04.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsConsumerGetConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.8964287Z [00:06:04.972]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsTraceQueryByMsgId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.9039155Z [00:06:04.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupCreate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.9117469Z [00:06:04.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupSubDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.9196112Z [00:06:04.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ons/OnsGroupDelete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.9274323Z [00:06:05.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DisassociateDefaultFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.9353492Z [00:06:05.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.9432015Z [00:06:05.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/UpdateFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.9506706Z [00:06:05.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListMultiAccountTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.9582822Z [00:06:05.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DeleteFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.9658569Z [00:06:05.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListMultiAccountResourceGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.9733954Z [00:06:05.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ExecuteSQLQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.9807026Z [00:06:05.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetResourceCenterServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.9882707Z [00:06:05.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListSavedQueries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:57.9954289Z [00:06:05.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListMultiAccountTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.0027686Z [00:06:05.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetResourceCounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.0104055Z [00:06:05.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListResourceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.0179990Z [00:06:05.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetSavedQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.0257817Z [00:06:05.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.0335829Z [00:06:05.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListFilters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.0414718Z [00:06:05.117]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/AssociateDefaultFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.0489760Z [00:06:05.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetExampleQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.0565726Z [00:06:05.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.0653459Z [00:06:05.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetResourceConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.0720019Z [00:06:05.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/EnableMultiAccountResourceCenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.0796497Z [00:06:05.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetMultiAccountResourceConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.0872280Z [00:06:05.163]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/SearchResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.0945938Z [00:06:05.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/UpdateSavedQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.1024585Z [00:06:05.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ExecuteMultiAccountSQLQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.1101955Z [00:06:05.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/SearchMultiAccountResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.1180714Z [00:06:05.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DeleteSavedQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.1258818Z [00:06:05.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/CreateFilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.1339075Z [00:06:05.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/EnableResourceCenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.1417290Z [00:06:05.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/ListExampleQueries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.1496756Z [00:06:05.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/CreateSavedQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.1574784Z [00:06:05.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/GetMultiAccountResourceCenterServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.1661094Z [00:06:05.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DisableResourceCenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.1740990Z [00:06:05.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/resourcecenter/DisableMultiAccountResourceCenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.1816976Z [00:06:05.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateLifecycleHook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.1894137Z [00:06:05.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.1972983Z [00:06:05.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ListTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.2050268Z [00:06:05.281]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ResumeProcesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.2128445Z [00:06:05.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteNotificationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.2203941Z [00:06:05.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.2277617Z [00:06:05.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.2353948Z [00:06:05.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/RecordLifecycleActionHeartbeat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.2429598Z [00:06:05.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachVServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.2504019Z [00:06:05.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.2583092Z [00:06:05.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.2657657Z [00:06:05.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.2733858Z [00:06:05.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/RemoveInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.2810393Z [00:06:05.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeLifecycleHooks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.2887445Z [00:06:05.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/VerifyUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.2963178Z [00:06:05.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteScheduledTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.3041626Z [00:06:05.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/EnableScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.3118986Z [00:06:05.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeAlarms.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.3193594Z [00:06:05.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeactivateScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.3267351Z [00:06:05.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.3340526Z [00:06:05.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.3414250Z [00:06:05.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingActivityDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.3487605Z [00:06:05.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingActivities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.3564424Z [00:06:05.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.3637801Z [00:06:05.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ScaleWithAdjustment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.3710850Z [00:06:05.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScheduledTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.3784802Z [00:06:05.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.3855395Z [00:06:05.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.3926932Z [00:06:05.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeNotificationTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4000644Z [00:06:05.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateEciScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4070244Z [00:06:05.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4141619Z [00:06:05.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachAlbServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4211131Z [00:06:05.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4282094Z [00:06:05.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeScalingGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4351193Z [00:06:05.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/SetInstancesProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4422078Z [00:06:05.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4496823Z [00:06:05.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4569320Z [00:06:05.533]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyEciScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4639075Z [00:06:05.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DisableScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4711352Z [00:06:05.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4782075Z [00:06:05.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeLifecycleActions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4855002Z [00:06:05.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/RebalanceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4927817Z [00:06:05.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeLimitation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.4996228Z [00:06:05.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DisableAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5066093Z [00:06:05.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5137522Z [00:06:05.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeNotificationConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5207908Z [00:06:05.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachDBInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5276757Z [00:06:05.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachVServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5346254Z [00:06:05.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5415063Z [00:06:05.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteLifecycleHook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5484734Z [00:06:05.624]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5554258Z [00:06:05.631]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5624088Z [00:06:05.638]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyScheduledTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5694467Z [00:06:05.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5768061Z [00:06:05.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/SetGroupDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5839301Z [00:06:05.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DetachServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5910600Z [00:06:05.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.5980056Z [00:06:05.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyLifecycleHook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6051540Z [00:06:05.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6123605Z [00:06:05.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachAlbServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6195117Z [00:06:05.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6266551Z [00:06:05.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateNotificationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6337782Z [00:06:05.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ExecuteScalingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6409290Z [00:06:05.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/AttachServerGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6480228Z [00:06:05.724]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CompleteLifecycleAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6550445Z [00:06:05.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/EnableAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6621014Z [00:06:05.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DescribeEciScalingConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6691103Z [00:06:05.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/SetInstanceHealth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6763186Z [00:06:05.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ExitStandby.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6833843Z [00:06:05.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/ModifyNotificationConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6904845Z [00:06:05.767]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateScheduledTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.6976455Z [00:06:05.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/EnterStandby.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7048671Z [00:06:05.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/SuspendProcesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7129341Z [00:06:05.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7199725Z [00:06:05.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/CreateScalingGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7283745Z [00:06:05.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteEciScalingConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7353379Z [00:06:05.811]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/DeleteAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7424669Z [00:06:05.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ess/VerifyAuthentication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7495973Z [00:06:05.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHDCommonImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7565265Z [00:06:05.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentCommodity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7635525Z [00:06:05.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/ChangeSky.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7705324Z [00:06:05.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentFood.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7774526Z [00:06:05.854]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHead.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7845795Z [00:06:05.861]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/RefineMask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7916942Z [00:06:05.868]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentCommonImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.7985451Z [00:06:05.875]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8056877Z [00:06:05.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/GetAsyncJobResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8128481Z [00:06:05.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentCloth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8200231Z [00:06:05.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentSkin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8269380Z [00:06:05.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8339338Z [00:06:05.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHDBody.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8413699Z [00:06:05.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/ParseFace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8487183Z [00:06:05.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentSky.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8559340Z [00:06:05.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHDSky.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8629749Z [00:06:05.939]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentHair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8700677Z [00:06:05.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/imageseg/SegmentScene.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8775730Z [00:06:05.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeMeterLiveInteractionDau.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8846187Z [00:06:05.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8918049Z [00:06:05.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRecordNotifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.8988969Z [00:06:05.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9059246Z [00:06:05.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveStreamWatermarkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9128405Z [00:06:05.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainSnapshotData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9199187Z [00:06:05.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListEdgeTranscodeTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9269825Z [00:06:06.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeChannelParticipants.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9339418Z [00:06:06.010]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UnTagLiveResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9414333Z [00:06:06.017]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddStudioLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9485934Z [00:06:06.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainPushBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9558232Z [00:06:06.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendLiveMessageUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9629589Z [00:06:06.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterLayouts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9701411Z [00:06:06.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9771814Z [00:06:06.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9843429Z [00:06:06.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9914395Z [00:06:06.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveStreamMerge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:58.9984006Z [00:06:06.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveAudioAuditConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.0056065Z [00:06:06.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendLike.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.0127290Z [00:06:06.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLivePullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.0197958Z [00:06:06.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveMessageGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.0270958Z [00:06:06.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.0353978Z [00:06:06.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.0425434Z [00:06:06.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.0502204Z [00:06:06.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CopyCasterSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.0575581Z [00:06:06.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.0647949Z [00:06:06.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.0727527Z [00:06:06.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveMpuTaskSei.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.0809656Z [00:06:06.156]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRecordNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.0877396Z [00:06:06.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeletePlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.0949706Z [00:06:06.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamHistoryUserNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1019732Z [00:06:06.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1088794Z [00:06:06.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1157925Z [00:06:06.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/QueryMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1227227Z [00:06:06.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1297896Z [00:06:06.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveAppRecordConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1376003Z [00:06:06.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListPlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1452032Z [00:06:06.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopLiveMPUTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1534054Z [00:06:06.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1608040Z [00:06:06.237]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1683112Z [00:06:06.244]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1756447Z [00:06:06.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveEdgeTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1827482Z [00:06:06.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterEpisodeGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1897774Z [00:06:06.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveUserTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.1970563Z [00:06:06.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeStudioLayouts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2041805Z [00:06:06.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRecordData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2112270Z [00:06:06.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendRoomUserNotification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2183229Z [00:06:06.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterEpisode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2251900Z [00:06:06.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateMixStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2321869Z [00:06:06.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveStreamRecordIndexFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2392114Z [00:06:06.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainBpsDataByTimeStamp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2463346Z [00:06:06.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsNotifyRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2533014Z [00:06:06.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2603867Z [00:06:06.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2678633Z [00:06:06.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveRecordVodConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2750020Z [00:06:06.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsOnlineList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2821436Z [00:06:06.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLivePackageConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2894792Z [00:06:06.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.2966374Z [00:06:06.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterSyncGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3038596Z [00:06:06.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamRecordIndexFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3108921Z [00:06:06.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/BatchSetLiveDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3178699Z [00:06:06.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3248387Z [00:06:06.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveAudioAuditNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3317951Z [00:06:06.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendMessageToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3387268Z [00:06:06.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLivePushProxyLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3457410Z [00:06:06.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveIpInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3526320Z [00:06:06.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3598108Z [00:06:06.436]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddPlaylistItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3670276Z [00:06:06.443]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamTranscodeStreamNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3741178Z [00:06:06.450]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamRecordIndexFile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3812087Z [00:06:06.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CloseLiveShift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3884184Z [00:06:06.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.3955383Z [00:06:06.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamsNotifyUrlConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4027527Z [00:06:06.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveLazyPullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4098329Z [00:06:06.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetSnapshotCallbackAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4173938Z [00:06:06.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveSnapshotNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4247856Z [00:06:06.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeMixStreamList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4342169Z [00:06:06.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveRealtimeLogDeliveryInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4418195Z [00:06:06.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/MuteAllGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4491345Z [00:06:06.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListPlaylistItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4562346Z [00:06:06.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveDetectNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4634252Z [00:06:06.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterVideoResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4709047Z [00:06:06.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterEpisodeGroupContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4783484Z [00:06:06.554]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRealtimeDeliveryAcc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4854071Z [00:06:06.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterSyncGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4926679Z [00:06:06.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendMessageToGroupUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.4997819Z [00:06:06.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLivePackageConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5068498Z [00:06:06.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5139035Z [00:06:06.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDetectPornData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5209764Z [00:06:06.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveAudioAuditNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5279557Z [00:06:06.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ResumeLiveStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5349865Z [00:06:06.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5420829Z [00:06:06.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamTranscodeMetricData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5490636Z [00:06:06.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveCenterTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5561286Z [00:06:06.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateCasterSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5631240Z [00:06:06.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5702249Z [00:06:06.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageUserInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5770676Z [00:06:06.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5840687Z [00:06:06.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveEdgeTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5916093Z [00:06:06.668]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ForbidPushStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.5988899Z [00:06:06.675]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveSnapshotNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.6060980Z [00:06:06.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartLiveMPUTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.6131809Z [00:06:06.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeletePlaylistItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.6203302Z [00:06:06.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamTranscodeInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.6277019Z [00:06:06.704]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/HotLiveRtcStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.6349107Z [00:06:06.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.6420419Z [00:06:06.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterProgram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.6491660Z [00:06:06.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.6563411Z [00:06:06.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/QuerySnapshotCallbackAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.6633543Z [00:06:06.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveMessageUserMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.6704161Z [00:06:06.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveSnapshotConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.6775297Z [00:06:06.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CopyCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.6845865Z [00:06:06.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.6929532Z [00:06:06.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsPublishList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7000070Z [00:06:06.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/PlayChoosenShow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7070387Z [00:06:06.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRecordConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7142899Z [00:06:06.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterStreamUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7212515Z [00:06:06.797]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLivePackageConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7283818Z [00:06:06.804]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopPlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7356715Z [00:06:06.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/LeaveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7428236Z [00:06:06.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7499145Z [00:06:06.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7570656Z [00:06:06.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7640816Z [00:06:06.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DisableLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7711784Z [00:06:06.847]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveRealTimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7785135Z [00:06:06.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamMetricDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7857081Z [00:06:06.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveTopLevelDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7929222Z [00:06:06.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeUpBpsPeakData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.7999917Z [00:06:06.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterVideoResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.8071725Z [00:06:06.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.8142689Z [00:06:06.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EditShowAndReplace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.8215208Z [00:06:06.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsTotalCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.8288053Z [00:06:06.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveAppSnapshotConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.8360215Z [00:06:06.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveShiftConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.8433655Z [00:06:06.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsControlHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.8506623Z [00:06:06.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLivePackageConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.8578812Z [00:06:06.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterEpisode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.8652791Z [00:06:06.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamSnapshotInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.8724000Z [00:06:06.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamMonitorList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.8797529Z [00:06:06.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.8873685Z [00:06:06.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetEditingJobInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.8946327Z [00:06:06.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateRoomRealTimeStreamAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9016318Z [00:06:06.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDelayedStreamingUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9086606Z [00:06:06.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamWatermarkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9156174Z [00:06:06.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopLiveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9227580Z [00:06:06.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveCertificateDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9296581Z [00:06:07.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveAudioAuditNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9365165Z [00:06:07.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveSnapshotNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9434690Z [00:06:07.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9504005Z [00:06:07.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveProducerUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9572762Z [00:06:07.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRecordUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9643622Z [00:06:07.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMultiRateConfigList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9717939Z [00:06:07.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageAppCallback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9791565Z [00:06:07.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveRecordVodConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9863856Z [00:06:07.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterProgram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:19:59.9934126Z [00:06:07.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0003724Z [00:06:07.076]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeShowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0077488Z [00:06:07.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyShowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0153690Z [00:06:07.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartCasterScene.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0228558Z [00:06:07.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0300994Z [00:06:07.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveStreamWatermarkRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0370215Z [00:06:07.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateMixStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0443687Z [00:06:07.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/TagLiveResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0518343Z [00:06:07.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKFirstFrameDelay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0590918Z [00:06:07.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterEpisode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0666559Z [00:06:07.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0742808Z [00:06:07.150]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/BatchDeleteLiveDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0816520Z [00:06:07.158]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0891807Z [00:06:07.165]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLivePullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.0965076Z [00:06:07.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterTimedEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1037474Z [00:06:07.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/VerifyLiveDomainOwner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1110062Z [00:06:07.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddShowIntoShowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1181781Z [00:06:07.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/JoinMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1252095Z [00:06:07.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1322684Z [00:06:07.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1392257Z [00:06:07.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamsNotifyUrlConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1462334Z [00:06:07.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1530592Z [00:06:07.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteMultiRateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1599008Z [00:06:07.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CancelMuteGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1669336Z [00:06:07.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveMessageGroupBand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1740652Z [00:06:07.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1811903Z [00:06:07.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsBlockList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1882861Z [00:06:07.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMessageToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.1953246Z [00:06:07.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2025995Z [00:06:07.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2099461Z [00:06:07.286]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveHttpsDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2173011Z [00:06:07.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDrmUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2245263Z [00:06:07.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EditPlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2318758Z [00:06:07.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeDomainWithIntegrity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2390829Z [00:06:07.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainCertificateInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2465355Z [00:06:07.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteSnapshotFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2535939Z [00:06:07.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeDomainUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2611392Z [00:06:07.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListEventSubEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2684849Z [00:06:07.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2756183Z [00:06:07.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainTimeShiftData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2826642Z [00:06:07.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveAppSnapshotConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2898082Z [00:06:07.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StopCasterScene.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.2974425Z [00:06:07.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKPlayFailStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.3049409Z [00:06:07.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveDomainSchdmByProperty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.3124184Z [00:06:07.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.3203562Z [00:06:07.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.3280302Z [00:06:07.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterVideoResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.3359606Z [00:06:07.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveStreamMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.3438784Z [00:06:07.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveCenterTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.3517858Z [00:06:07.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveEdgeTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.3592308Z [00:06:07.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ForbidLiveStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.3677012Z [00:06:07.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveStreamWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.3753961Z [00:06:07.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveMessageGroupUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.3832608Z [00:06:07.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.3910040Z [00:06:07.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RealTimeSnapshotCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.3986034Z [00:06:07.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.4059174Z [00:06:07.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamMerge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.4135015Z [00:06:07.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamOptimizedFeatureConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.4208535Z [00:06:07.497]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetEdgeTranscodeTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.4283317Z [00:06:07.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainFrameRateAndBitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.4354147Z [00:06:07.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.4428822Z [00:06:07.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveAudioAuditConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.4503883Z [00:06:07.526]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamOptimizedFeatureConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.4578312Z [00:06:07.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.4652103Z [00:06:07.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveAppSnapshotConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.4725623Z [00:06:07.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddRtsLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.4795640Z [00:06:07.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveUserBillPrediction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.4868984Z [00:06:07.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddTrancodeSEI.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.4944873Z [00:06:07.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteRoom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5023792Z [00:06:07.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveRealTimeLogLogstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5105424Z [00:06:07.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveMessageApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5180464Z [00:06:07.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EffectCasterVideoResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5252715Z [00:06:07.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRoomKickoutUserList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5324387Z [00:06:07.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeStreamLocationBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5395832Z [00:06:07.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeToutiaoLivePlay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5465592Z [00:06:07.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetAllCustomTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5537265Z [00:06:07.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageAppDisable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5607123Z [00:06:07.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamPreloadTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5676709Z [00:06:07.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamWatermarkRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5745779Z [00:06:07.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveRealtimeLogDeliveryDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5814091Z [00:06:07.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKPlayTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5884664Z [00:06:07.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRealTimeHttpCodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.5957218Z [00:06:07.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteMixStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6030680Z [00:06:07.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6100999Z [00:06:07.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterProgram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6171107Z [00:06:07.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveCenterTransfer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6243728Z [00:06:07.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainStreamTranscodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6318130Z [00:06:07.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DynamicUpdateWaterMarkStreamRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6389753Z [00:06:07.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RemoveShowFromShowList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6459939Z [00:06:07.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateCustomTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6531746Z [00:06:07.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKVvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6602872Z [00:06:07.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDomainMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6675864Z [00:06:07.744]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterEpisodeGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6752305Z [00:06:07.751]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveLazyPullStreamConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6823429Z [00:06:07.758]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CancelMuteAllGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6894367Z [00:06:07.765]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateLiveTranscodeTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.6965817Z [00:06:07.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RollbackLiveStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7035664Z [00:06:07.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7106030Z [00:06:07.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RealTimeRecordCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7176861Z [00:06:07.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterVideoResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7245506Z [00:06:07.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveAudioAuditNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7316776Z [00:06:07.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveGrtnTrafficUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7386586Z [00:06:07.815]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainBpsDataByLayer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7458293Z [00:06:07.822]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterSceneAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7530131Z [00:06:07.829]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveSnapshotDetectPornConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7599625Z [00:06:07.836]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveRecordNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7669665Z [00:06:07.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetCustomTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7738943Z [00:06:07.850]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EnableLiveRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7811900Z [00:06:07.857]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveStreamBlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7882350Z [00:06:07.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.7956288Z [00:06:07.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCustomLiveStreamTranscode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8025215Z [00:06:07.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveDomainCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8095901Z [00:06:07.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamRecordIndexFiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8165901Z [00:06:07.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCustomTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8236463Z [00:06:07.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterChannels.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8305897Z [00:06:07.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateEdgeTranscodeJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8375849Z [00:06:07.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveDomainPlayMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8445104Z [00:06:07.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartPlaylist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8514086Z [00:06:07.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/BatchGetOnlineUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8584398Z [00:06:07.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AllowPushStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8652839Z [00:06:07.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveSnapshotNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8722914Z [00:06:07.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeToutiaoLivePublish.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8793535Z [00:06:07.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8865204Z [00:06:07.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.8937405Z [00:06:07.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterProgram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9009411Z [00:06:07.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetLiveStreamPreloadTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9080229Z [00:06:07.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamBitRateData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9149837Z [00:06:07.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveTopDomainsByFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9220814Z [00:06:07.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteStudioLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9291105Z [00:06:08.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLivePullStreamConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9368405Z [00:06:08.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRealtimeLogDelivery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9440040Z [00:06:08.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainPvUvData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9510969Z [00:06:08.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListLiveMessageGroupMessages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9579879Z [00:06:08.034]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterScenes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9652172Z [00:06:08.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyCasterComponent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9721254Z [00:06:08.048]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageGroupBand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9789512Z [00:06:08.055]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveRecordNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9859317Z [00:06:08.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRoomStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:00.9932646Z [00:06:08.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateEventSub.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0007550Z [00:06:08.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RestartCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0083349Z [00:06:08.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainRealTimeTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0155771Z [00:06:08.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRealtimeLogAuthorized.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0227102Z [00:06:08.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveCertificateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0299882Z [00:06:08.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDelayConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0372908Z [00:06:08.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamsNotifyUrlConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0444630Z [00:06:08.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateCasterSceneAudio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0514316Z [00:06:08.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveStreamWatermark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0584672Z [00:06:08.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainPushTrafficData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0659002Z [00:06:08.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddMultiRateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0734271Z [00:06:08.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeUpPeakPublishStreamData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0808454Z [00:06:08.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveLazyPullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0883165Z [00:06:08.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLivePushProxyUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.0955496Z [00:06:08.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveRecordNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1029676Z [00:06:08.179]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDetectNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1102906Z [00:06:08.186]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/EffectCasterUrgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1176052Z [00:06:08.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1253299Z [00:06:08.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveSnapshotDetectPornConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1324748Z [00:06:08.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveAudioAuditConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1399614Z [00:06:08.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveUserDomains.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1473022Z [00:06:08.223]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1546009Z [00:06:08.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartLiveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1617041Z [00:06:08.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainOnlineUserNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1689001Z [00:06:08.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveSnapshotDetectPornConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1761554Z [00:06:08.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveMPUTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1834117Z [00:06:08.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeCasterComponents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1906490Z [00:06:08.267]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyStudioLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.1980119Z [00:06:08.274]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.2058532Z [00:06:08.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessageGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.2135421Z [00:06:08.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveSnapshotDetectPornConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.2209339Z [00:06:08.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.2283250Z [00:06:08.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveRecordVodConfigs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.2359395Z [00:06:08.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterSceneConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.2436962Z [00:06:08.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/KickLiveMessageGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.2511167Z [00:06:08.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.2583413Z [00:06:08.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveSpecificStagingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.2657134Z [00:06:08.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.2731486Z [00:06:08.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.2804124Z [00:06:08.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamAuthChecking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.2876767Z [00:06:08.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveAppRecordConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.2949573Z [00:06:08.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SetCasterConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3023494Z [00:06:08.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3094572Z [00:06:08.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRoomList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3165406Z [00:06:08.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/MuteGroupUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3235805Z [00:06:08.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteSnapshotCallbackAuth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3306449Z [00:06:08.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/StartCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3376736Z [00:06:08.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CheckLiveMessageUsersOnline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3446618Z [00:06:08.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3518835Z [00:06:08.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/PublishLiveStagingConfigToProduction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3590756Z [00:06:08.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveDomainPlayMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3661536Z [00:06:08.442]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddCasterLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3733458Z [00:06:08.449]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeHlsLiveStreamRealTimeBpsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3803020Z [00:06:08.456]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3873530Z [00:06:08.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/InitializeAutoShowListTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.3943702Z [00:06:08.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLiveAppRecordConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4013625Z [00:06:08.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ModifyLiveMessageAppAudit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4083468Z [00:06:08.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/RemoveTerminals.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4152303Z [00:06:08.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamRecordContent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4222764Z [00:06:08.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4291493Z [00:06:08.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeChannelUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4362974Z [00:06:08.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/ListMessageGroupUserById.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4436510Z [00:06:08.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamPushMetricDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4509770Z [00:06:08.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteLiveMessageGroupMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4581943Z [00:06:08.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDetectNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4655003Z [00:06:08.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveGrtnDuration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4726049Z [00:06:08.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DeleteCasterLayout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4796000Z [00:06:08.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveAudioAuditConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4867987Z [00:06:08.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveStreamWatermarks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.4942796Z [00:06:08.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeUpBpsPeakOfLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.5022734Z [00:06:08.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeRTSNativeSDKFirstFrameCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.5111156Z [00:06:08.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainMonitoringUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.5202349Z [00:06:08.596]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainByCertificate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.5286173Z [00:06:08.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveDomainMapping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.5364070Z [00:06:08.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/SendRoomNotification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.5437492Z [00:06:08.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeAutoShowListTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.5510677Z [00:06:08.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CheckLiveMessageUsersInGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.5585704Z [00:06:08.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/GetMultiRateConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.5661722Z [00:06:08.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeMeterLiveRtcDuration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.5734858Z [00:06:08.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/OpenLiveShift.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.5808884Z [00:06:08.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/UpdateLivePullStreamInfoConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.5881500Z [00:06:08.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveDetectNotifyConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.5956292Z [00:06:08.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeForbidPushStreamRoomList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6028317Z [00:06:08.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveMessageApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6099470Z [00:06:08.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/AddLiveRecordVodConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6171530Z [00:06:08.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/DescribeLiveDomainTranscodeData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6240089Z [00:06:08.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/live/CreateCaster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6310362Z [00:06:08.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeDynamicSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6378863Z [00:06:08.714]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ModifyWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6448715Z [00:06:08.721]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListActionRecords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6516463Z [00:06:08.728]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallAckOperator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6583905Z [00:06:08.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ValidateShrinkNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6653049Z [00:06:08.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePublicNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6723666Z [00:06:08.748]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6793398Z [00:06:08.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeDiagnosisSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6863459Z [00:06:08.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InterruptElasticsearchTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.6931013Z [00:06:08.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreatePipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7003149Z [00:06:08.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeDeprecatedTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7076575Z [00:06:08.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDictInformation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7148751Z [00:06:08.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListPipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7220703Z [00:06:08.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDiagnosisItems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7291407Z [00:06:08.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateExtendConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7360525Z [00:06:08.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListConnectedClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7430492Z [00:06:08.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7501663Z [00:06:08.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeIndexTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7575253Z [00:06:08.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDiagnoseReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7647594Z [00:06:08.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListCollectors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7720131Z [00:06:08.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RolloverDataStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7790578Z [00:06:08.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateComponentIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7860366Z [00:06:08.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateDiagnosisSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7930127Z [00:06:08.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RemoveApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.7998692Z [00:06:08.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateDynamicSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8072686Z [00:06:08.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListSnapshotReposByInstanceId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8143226Z [00:06:08.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetTransferableNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8215719Z [00:06:08.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAckNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8289379Z [00:06:08.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ReinstallCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8363119Z [00:06:08.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteDeprecatedTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8434233Z [00:06:08.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListInstanceHistoryEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8504564Z [00:06:08.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateDataStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8574550Z [00:06:08.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8643883Z [00:06:08.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteComponentIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8712624Z [00:06:08.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ValidateConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8780915Z [00:06:08.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateKibanaSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8850127Z [00:06:08.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ResumeElasticsearchTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8923245Z [00:06:08.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.8992301Z [00:06:08.975]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePublicWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9061201Z [00:06:08.982]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDiagnoseReportIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9130030Z [00:06:08.989]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/OpenHttps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9203141Z [00:06:08.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9274755Z [00:06:09.003]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListComponentIndices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9346284Z [00:06:09.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePrivateNetworkWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9416787Z [00:06:09.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/TriggerNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9486797Z [00:06:09.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeAckOperator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9558447Z [00:06:09.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateHotIkDicts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9628988Z [00:06:09.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9703015Z [00:06:09.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9774572Z [00:06:09.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePipelineManagementConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9844588Z [00:06:09.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateILMPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9915753Z [00:06:09.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeDiagnoseReport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:01.9985674Z [00:06:09.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RunPipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.0056642Z [00:06:09.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateIndexTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.0198844Z [00:06:09.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InitializeOperationRole.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.0233565Z [00:06:09.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.0309474Z [00:06:09.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribePipeline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.0381121Z [00:06:09.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteILMPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.0451146Z [00:06:09.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateAliwsDict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.0523292Z [00:06:09.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.0596105Z [00:06:09.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RestartCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.0691716Z [00:06:09.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpgradeEngineVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.0763892Z [00:06:09.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeConnectableClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.0833338Z [00:06:09.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.0931686Z [00:06:09.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StopPipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1004014Z [00:06:09.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAllNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1077428Z [00:06:09.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UninstallPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1147774Z [00:06:09.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1220486Z [00:06:09.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetOpenStoreUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1291904Z [00:06:09.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallSystemPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1364370Z [00:06:09.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/createInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1438184Z [00:06:09.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CloseManagedIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1510662Z [00:06:09.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetEmonGrafanaAlerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1581751Z [00:06:09.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ShrinkNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1652956Z [00:06:09.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDicts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1729872Z [00:06:09.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateLogstashChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1802993Z [00:06:09.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeletePipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1876484Z [00:06:09.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteSnapshotRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.1947858Z [00:06:09.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2019029Z [00:06:09.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2090087Z [00:06:09.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2163662Z [00:06:09.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeKibanaSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2234988Z [00:06:09.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallKibanaSystemPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2309341Z [00:06:09.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2382131Z [00:06:09.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/PostEmonTryAlarmRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2454338Z [00:06:09.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListSearchLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2526754Z [00:06:09.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StopCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2599451Z [00:06:09.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2674843Z [00:06:09.344]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateExtendfiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2747714Z [00:06:09.351]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2819722Z [00:06:09.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CapacityPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2892668Z [00:06:09.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateAdvancedSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.2969118Z [00:06:09.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListPipelineIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3041719Z [00:06:09.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ValidateTransferableNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3113057Z [00:06:09.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateAdminPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3184800Z [00:06:09.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateILMPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3256980Z [00:06:09.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3327494Z [00:06:09.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CloseDiagnosis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3409806Z [00:06:09.417]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListILMPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3485362Z [00:06:09.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ResumeLogstashTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3556869Z [00:06:09.432]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateSnapshotSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3627015Z [00:06:09.439]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateComponentIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3699996Z [00:06:09.446]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListVpcEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3774159Z [00:06:09.453]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/EstimatedLogstashRestartTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3843855Z [00:06:09.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ModifyDeployMachine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3916329Z [00:06:09.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.3987410Z [00:06:09.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/AddSnapshotRepo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4059663Z [00:06:09.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4130778Z [00:06:09.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateReadWritePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4203988Z [00:06:09.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListShardRecoveries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4276802Z [00:06:09.504]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateDict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4348893Z [00:06:09.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeSnapshotSetting.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4418609Z [00:06:09.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeactivateZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4492096Z [00:06:09.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/MigrateToOtherZone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4563036Z [00:06:09.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4632913Z [00:06:09.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDiagnoseIndices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4704184Z [00:06:09.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeElasticsearchHealth.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4774218Z [00:06:09.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateKibanaWhiteIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4847290Z [00:06:09.561]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4920199Z [00:06:09.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateBlackIps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.4992023Z [00:06:09.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteDataTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.5065746Z [00:06:09.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.5138196Z [00:06:09.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StopApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.5209570Z [00:06:09.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeILMPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.5281486Z [00:06:09.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDataStreams.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.5352731Z [00:06:09.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetClusterDataInformation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.5423827Z [00:06:09.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListIndexTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.5497011Z [00:06:09.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.5567951Z [00:06:09.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.5639828Z [00:06:09.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/EstimatedRestartTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.5711087Z [00:06:09.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CancelTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.5784453Z [00:06:09.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UninstallKibanaPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.5857190Z [00:06:09.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateXpackMonitorConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.5930609Z [00:06:09.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6001969Z [00:06:09.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetSuggestShrinkableNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6073821Z [00:06:09.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InterruptLogstashTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6147946Z [00:06:09.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RestartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6221721Z [00:06:09.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ActivateZones.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6293635Z [00:06:09.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetEmonGrafanaDashboards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6365196Z [00:06:09.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateIndexTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6439238Z [00:06:09.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CancelDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6512903Z [00:06:09.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateSynonymsDicts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6587307Z [00:06:09.735]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateCollectorName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6659538Z [00:06:09.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6730269Z [00:06:09.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RecommendTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6800808Z [00:06:09.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDefaultCollectorConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6871875Z [00:06:09.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateLogstashDescription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.6944668Z [00:06:09.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StartApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.7017897Z [00:06:09.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.7092709Z [00:06:09.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListEcsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.7174003Z [00:06:09.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CreateDataTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.7250614Z [00:06:09.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListLogstashPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.7324808Z [00:06:09.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ValidateSlrPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.7397083Z [00:06:09.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ModifyElastictask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.7483890Z [00:06:09.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListKibanaPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.7567434Z [00:06:09.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetRegionConfiguration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.7652901Z [00:06:09.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListInstanceIndices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.7723597Z [00:06:09.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAvailableEsInstanceIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.7794845Z [00:06:09.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetEmonMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.7867360Z [00:06:09.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DiagnoseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.7940013Z [00:06:09.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CancelLogstashDeletion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8011247Z [00:06:09.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/CloseHttps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8081681Z [00:06:09.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallLogstashSystemPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8153546Z [00:06:09.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeXpackMonitorConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8225054Z [00:06:09.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListLogstashLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8296816Z [00:06:09.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/InstallUserPlugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8368185Z [00:06:09.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8438938Z [00:06:09.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDeprecatedTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8508605Z [00:06:09.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAlternativeSnapshotRepos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8578962Z [00:06:09.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RestartLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8647307Z [00:06:09.941]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/RenewLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8716518Z [00:06:09.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdatePipelines.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8786106Z [00:06:09.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/GetElastictask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8856433Z [00:06:09.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListAckClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8927024Z [00:06:09.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateLogstashSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.8996696Z [00:06:09.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribePipelineManagementConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9066049Z [00:06:09.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListDataTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9135673Z [00:06:09.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeApm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9206164Z [00:06:09.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeComponentIndex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9277395Z [00:06:10.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteConnectedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9347504Z [00:06:10.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateLogstash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9418827Z [00:06:10.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteVpcEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9489746Z [00:06:10.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ModifyInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9561100Z [00:06:10.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/StartCollector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9632549Z [00:06:10.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteIndexTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9702354Z [00:06:10.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DeleteDataStream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9775055Z [00:06:10.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/DescribeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9846656Z [00:06:10.061]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/OpenDiagnosis.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9918142Z [00:06:10.068]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UninstallLogstashPlugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:02.9989146Z [00:06:10.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateInstanceSettings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0060121Z [00:06:10.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/ListExtendfiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0130417Z [00:06:10.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/TransferNode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0201531Z [00:06:10.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/UpdateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0272887Z [00:06:10.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/elasticsearch/AddConnectableCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0355146Z [00:06:10.111]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/StartExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0429085Z [00:06:10.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ListFlows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0500950Z [00:06:10.126]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ReportTaskSucceeded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0570517Z [00:06:10.133]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ListExecutions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0640630Z [00:06:10.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DescribeFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0711698Z [00:06:10.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/UpdateFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0781122Z [00:06:10.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ListSchedules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0848803Z [00:06:10.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/StartSyncExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0920162Z [00:06:10.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DescribeSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.0988909Z [00:06:10.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DescribeExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1058273Z [00:06:10.182]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1127933Z [00:06:10.189]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/StopExecution.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1196982Z [00:06:10.196]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/GetExecutionHistory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1265795Z [00:06:10.203]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/UpdateSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1339318Z [00:06:10.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DeleteSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1410696Z [00:06:10.217]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/ReportTaskFailed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1483320Z [00:06:10.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/CreateFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1565116Z [00:06:10.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/DeleteFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1647739Z [00:06:10.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/fnf/CreateSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1719476Z [00:06:10.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/RemoveAliClusterIdsFromPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1789452Z [00:06:10.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEventBridgeIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1858717Z [00:06:10.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListSilencePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1926288Z [00:06:10.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ImportAppAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.1996033Z [00:06:10.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListNotificationPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2066017Z [00:06:10.283]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/BlockAlarmNotification.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2134835Z [00:06:10.290]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2204444Z [00:06:10.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateEventBridgeIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2272772Z [00:06:10.303]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeContacts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2341707Z [00:06:10.310]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2412692Z [00:06:10.317]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListDashboardsByName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2485215Z [00:06:10.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/RestartEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2556053Z [00:06:10.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2625945Z [00:06:10.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAppList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2695337Z [00:06:10.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvServiceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2765293Z [00:06:10.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SyncRecordingRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2833886Z [00:06:10.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DelAuthToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2906399Z [00:06:10.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeTraceLicenseKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.2979198Z [00:06:10.374]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3046825Z [00:06:10.381]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3116064Z [00:06:10.388]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3184827Z [00:06:10.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3253967Z [00:06:10.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateRetcodeApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3322707Z [00:06:10.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/StopAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3392287Z [00:06:10.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3463066Z [00:06:10.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAppApiByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3534282Z [00:06:10.429]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3610960Z [00:06:10.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3683728Z [00:06:10.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3760037Z [00:06:10.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3832234Z [00:06:10.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3906504Z [00:06:10.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ChangeAlarmSeverity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.3980031Z [00:06:10.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvCustomJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4051421Z [00:06:10.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/OpenXtraceDefaultSLR.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4122781Z [00:06:10.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAppJVMConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4192051Z [00:06:10.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeContactGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4261648Z [00:06:10.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4345752Z [00:06:10.511]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryAppMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4415606Z [00:06:10.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddAliClusterIdsToPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4485528Z [00:06:10.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4556632Z [00:06:10.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetCloudClusterAllUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4625917Z [00:06:10.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusGlobalViewByAliClusterIds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4695208Z [00:06:10.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreatePrometheusAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4766143Z [00:06:10.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeAddonRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4837889Z [00:06:10.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4918552Z [00:06:10.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateEnvPodMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.4990817Z [00:06:10.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5061471Z [00:06:10.582]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5135428Z [00:06:10.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5207424Z [00:06:10.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/StartTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5277182Z [00:06:10.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5347236Z [00:06:10.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetIntegrationState.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5417572Z [00:06:10.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5488142Z [00:06:10.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvironmentDashboards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5558248Z [00:06:10.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ClaimAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5628314Z [00:06:10.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreatePrometheusInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5697246Z [00:06:10.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListInsightsEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5773249Z [00:06:10.653]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5843323Z [00:06:10.660]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateSilencePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5914137Z [00:06:10.667]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InstallManagedPrometheus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.5983414Z [00:06:10.674]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CheckCommercialStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6054480Z [00:06:10.682]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAddonRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6126072Z [00:06:10.689]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRetcodeShareUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6196866Z [00:06:10.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateNotificationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6267349Z [00:06:10.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryPromInstallStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6338750Z [00:06:10.710]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusMonitoringStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6413166Z [00:06:10.717]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRetcodeLogstore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6486413Z [00:06:10.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListActivatedAlerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6558797Z [00:06:10.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6630709Z [00:06:10.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetCommercialStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6703442Z [00:06:10.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ManageGetRecordingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6784485Z [00:06:10.754]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6855701Z [00:06:10.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ConfigApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6928654Z [00:06:10.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateEnvCustomJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.6999848Z [00:06:10.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeIMRobots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7071230Z [00:06:10.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusApiToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7143528Z [00:06:10.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7215900Z [00:06:10.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEventBridgeIntegrations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7285817Z [00:06:10.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteCmsExporter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7355987Z [00:06:10.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7428382Z [00:06:10.819]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryAppTopology.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7500538Z [00:06:10.826]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEscalationPolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7571324Z [00:06:10.833]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusRemoteWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7643119Z [00:06:10.840]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CloseAlarm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7714798Z [00:06:10.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7785254Z [00:06:10.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7854462Z [00:06:10.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSyntheticTaskDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7926076Z [00:06:10.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ManageRecordingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.7998385Z [00:06:10.876]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateWebhook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.8069547Z [00:06:10.883]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSyntheticMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.8140042Z [00:06:10.890]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.8212238Z [00:06:10.897]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateIMRobot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.8283690Z [00:06:10.904]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRetcodeDataByQuery.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.8354623Z [00:06:10.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.8425547Z [00:06:10.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusRemoteWrites.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.8497128Z [00:06:10.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SwitchSyntheticTaskStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.8568819Z [00:06:10.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAuthToken.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.8641236Z [00:06:10.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvPodMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.8713487Z [00:06:10.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteGrafanaResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.8786536Z [00:06:10.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.8858110Z [00:06:10.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListOnCallSchedules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.8930243Z [00:06:10.969]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateWebhookContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9000074Z [00:06:10.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSyntheticTaskMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9070552Z [00:06:10.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvCustomJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9143442Z [00:06:10.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9214141Z [00:06:10.997]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetExploreUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9285445Z [00:06:11.005]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/OpenVCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9354848Z [00:06:11.012]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InitEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9425592Z [00:06:11.019]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9498527Z [00:06:11.026]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateEnvironment.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9569932Z [00:06:11.033]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetStack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9639992Z [00:06:11.040]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusRemoteWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9711998Z [00:06:11.047]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9783883Z [00:06:11.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListTimingSyntheticTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9855307Z [00:06:11.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddTagToFlinkCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9924892Z [00:06:11.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/Upload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:03.9993338Z [00:06:11.075]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0061898Z [00:06:11.082]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/OpenArmsDefaultSLR.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0131896Z [00:06:11.089]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListAddonReleases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0202619Z [00:06:11.096]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateMetricDrop.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0270219Z [00:06:11.103]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteIMRobot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0340323Z [00:06:11.110]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteNotificationPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0420492Z [00:06:11.118]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateEnvServiceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0490038Z [00:06:11.125]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusInstanceByTagAndResourceGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0562104Z [00:06:11.132]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusRemoteWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0635107Z [00:06:11.140]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0706144Z [00:06:11.147]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SetRetcodeShareStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0777430Z [00:06:11.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0846830Z [00:06:11.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UninstallManagedPrometheus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0917937Z [00:06:11.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvCustomJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.0995787Z [00:06:11.175]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusAlertTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1066353Z [00:06:11.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1136707Z [00:06:11.190]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateGrafanaWorkspaceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1209846Z [00:06:11.197]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetManagedPrometheusStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1280184Z [00:06:11.204]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListClusterFromGrafana.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1350580Z [00:06:11.211]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryCommercialUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1420992Z [00:06:11.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteSilencePolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1493090Z [00:06:11.225]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SaveTraceAppConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1563726Z [00:06:11.232]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreatePrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1634868Z [00:06:11.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1703739Z [00:06:11.246]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CheckServiceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1773482Z [00:06:11.253]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryMetricByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1846053Z [00:06:11.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateOrUpdateContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1917441Z [00:06:11.268]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchTraceAppByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.1989154Z [00:06:11.275]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchAlertHistories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2059662Z [00:06:11.282]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSourceMapInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2130303Z [00:06:11.289]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2200642Z [00:06:11.296]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/QueryReleaseMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2276184Z [00:06:11.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRetcodeAppByPid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2351846Z [00:06:11.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2425166Z [00:06:11.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeEnvPodMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2495680Z [00:06:11.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2565171Z [00:06:11.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2634920Z [00:06:11.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateEnvCustomJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2706058Z [00:06:11.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2775249Z [00:06:11.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchTraces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2845165Z [00:06:11.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InstallEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2914972Z [00:06:11.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetPrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.2989999Z [00:06:11.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AppendInstancesToPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3060655Z [00:06:11.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribeWebhookContacts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3132626Z [00:06:11.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvServiceMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3204528Z [00:06:11.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListAlerts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3275238Z [00:06:11.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3344310Z [00:06:11.410]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteIntegrations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3414926Z [00:06:11.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3485556Z [00:06:11.425]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListTraceApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3554528Z [00:06:11.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvironmentFeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3623269Z [00:06:11.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InstallAddon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3692191Z [00:06:11.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3762523Z [00:06:11.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpgradeEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3832677Z [00:06:11.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3900698Z [00:06:11.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ApplyScenario.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.3968629Z [00:06:11.473]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetTraceApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4037784Z [00:06:11.480]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvPodMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4109490Z [00:06:11.487]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpgradeAddonRelease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4179960Z [00:06:11.494]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4249933Z [00:06:11.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DescribePrometheusAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4319817Z [00:06:11.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4390091Z [00:06:11.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetRecordingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4459811Z [00:06:11.522]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetSyntheticTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4531351Z [00:06:11.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SendTTSVerifyLink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4600730Z [00:06:11.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdatePrometheusMonitoring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4671218Z [00:06:11.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListAlertEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4740529Z [00:06:11.550]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetMultipleTrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4809026Z [00:06:11.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddRecordingRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4878996Z [00:06:11.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/OpenArmsServiceSecondVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.4949393Z [00:06:11.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListRetcodeApps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5017869Z [00:06:11.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/StopTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5089738Z [00:06:11.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeletePrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5161325Z [00:06:11.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListCmsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5233607Z [00:06:11.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusRemoteWrite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5303223Z [00:06:11.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateEnvPodMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5372671Z [00:06:11.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchTracesByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5457261Z [00:06:11.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetClusterAllUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5530113Z [00:06:11.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteRetcodeApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5603923Z [00:06:11.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/BindPrometheusGrafanaInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5673406Z [00:06:11.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5742016Z [00:06:11.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListEnvironments.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5815656Z [00:06:11.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5885490Z [00:06:11.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.5956231Z [00:06:11.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteWebhookContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6029226Z [00:06:11.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchRetcodeAppByPage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6098325Z [00:06:11.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6169742Z [00:06:11.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteSourceMap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6245707Z [00:06:11.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/InstallCmsExporter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6317648Z [00:06:11.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6403248Z [00:06:11.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/EnableMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6474492Z [00:06:11.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/RemoveSourcesFromPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6550502Z [00:06:11.731]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6620353Z [00:06:11.738]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddGrafana.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6689846Z [00:06:11.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6758209Z [00:06:11.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UninstallPromCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6826435Z [00:06:11.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/UpdateAlertRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6897297Z [00:06:11.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.6967969Z [00:06:11.773]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListDispatchRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7040693Z [00:06:11.780]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvServiceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7111726Z [00:06:11.787]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteEnvironmentFeature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7181470Z [00:06:11.794]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListDashboards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7251532Z [00:06:11.801]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7323422Z [00:06:11.808]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateEnvServiceMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7395968Z [00:06:11.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7467879Z [00:06:11.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteIntegration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7539121Z [00:06:11.830]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/ListPrometheusAlertRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7608719Z [00:06:11.837]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetAgentDownloadUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7678959Z [00:06:11.844]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteTraceApp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7748672Z [00:06:11.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchTraceAppByName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7817947Z [00:06:11.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/SearchAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7887663Z [00:06:11.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/GetOnCallSchedulesDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.7957679Z [00:06:11.872]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/DeleteTimingSyntheticTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8028126Z [00:06:11.879]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/StartAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8098975Z [00:06:11.886]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/CreateGrafanaWorkspace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8170071Z [00:06:11.893]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/arms/AddPrometheusGlobalView.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8240953Z [00:06:11.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/ModifyMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8311245Z [00:06:11.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SingleSendMail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8384487Z [00:06:11.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryTagByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8456614Z [00:06:11.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8531287Z [00:06:11.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryReceiverDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8603840Z [00:06:11.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/AddIpfilter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8678014Z [00:06:11.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/BatchSendMail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8753584Z [00:06:11.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/ModifyTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8827052Z [00:06:11.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteReceiver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8898746Z [00:06:11.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteReceiverDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.8972596Z [00:06:11.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SenderStatisticsByTagNameAndBatchID.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.9042951Z [00:06:11.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryInvalidAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.9113393Z [00:06:11.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryMailAddressByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.9182765Z [00:06:11.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CreateReceiver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.9256526Z [00:06:12.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SenderStatisticsDetailByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.9327532Z [00:06:12.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CreateTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.9402819Z [00:06:12.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteInvalidAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.9474477Z [00:06:12.024]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryReceiverByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.9546561Z [00:06:12.031]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/ApproveReplyMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.9621074Z [00:06:12.038]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/GetTrackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.9701720Z [00:06:12.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DescDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.9776528Z [00:06:12.054]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.9861079Z [00:06:12.062]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CreateMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:04.9933165Z [00:06:12.069]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SaveReceiverDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0004861Z [00:06:12.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CreateDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0076207Z [00:06:12.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryDomainByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0145415Z [00:06:12.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteIpfilterByEdmId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0216546Z [00:06:12.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0288582Z [00:06:12.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/ModifyPWByDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0365905Z [00:06:12.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DeleteMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0438744Z [00:06:12.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CheckDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0511963Z [00:06:12.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/SendTestByTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0584145Z [00:06:12.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/DescAccountSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0659021Z [00:06:12.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/UpdateIpProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0734154Z [00:06:12.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/GetIpfilterList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0808755Z [00:06:12.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/GetIpProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0881907Z [00:06:12.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/GetTrackListByMailFromAndTagName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.0963289Z [00:06:12.172]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/CheckReplyToMailAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.1039583Z [00:06:12.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dm/QueryTaskByParam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.1115043Z [00:06:12.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/UpgradeTwoWay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.1188192Z [00:06:12.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ShieldPrecheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.1261203Z [00:06:12.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StopDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.1336995Z [00:06:12.210]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateDedicatedClusterMonitorRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.1420353Z [00:06:12.218]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.1495808Z [00:06:12.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.1568827Z [00:06:12.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteSubscriptionInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.1640233Z [00:06:12.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureMigrationJobAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.1714557Z [00:06:12.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSubscriptionInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.1785756Z [00:06:12.255]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.1857919Z [00:06:12.262]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.1934539Z [00:06:12.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMigrationJobAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2008106Z [00:06:12.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2082101Z [00:06:12.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribePreCheckStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2156891Z [00:06:12.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeClusterUsedUtilization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2234698Z [00:06:12.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StopDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2308112Z [00:06:12.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeEtlJobLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2380457Z [00:06:12.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationObjectModifyStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2450618Z [00:06:12.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeInitializationStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2521792Z [00:06:12.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2595432Z [00:06:12.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobReplicatorCompare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2666841Z [00:06:12.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeCheckJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2742349Z [00:06:12.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2817491Z [00:06:12.358]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SuspendDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2891864Z [00:06:12.365]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.2969025Z [00:06:12.373]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeConsumerChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3043705Z [00:06:12.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDedicatedClusterMonitorRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3114024Z [00:06:12.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3186485Z [00:06:12.395]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDTSIP.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3257910Z [00:06:12.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SwitchPhysicalDtsJobToCloud.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3332310Z [00:06:12.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3403906Z [00:06:12.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3477958Z [00:06:12.424]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartSubscriptionInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3550423Z [00:06:12.431]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateDtsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3621608Z [00:06:12.438]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSubscriptionInstanceStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3692043Z [00:06:12.445]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMetricList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3763688Z [00:06:12.452]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3836513Z [00:06:12.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateSubscriptionInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3907798Z [00:06:12.467]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSynchronizationJobReplicatorCompare.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.3978662Z [00:06:12.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SuspendSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4049778Z [00:06:12.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobStatusList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4120269Z [00:06:12.488]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyConsumerGroupPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4190770Z [00:06:12.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ListDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4260673Z [00:06:12.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyConsumptionTimestamp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4333305Z [00:06:12.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4403925Z [00:06:12.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeTagValues.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4476363Z [00:06:12.524]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4549890Z [00:06:12.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4621323Z [00:06:12.538]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ResetDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4693589Z [00:06:12.545]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeJobMonitorRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4768209Z [00:06:12.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4843356Z [00:06:12.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeConnectionStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4918788Z [00:06:12.568]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifySubscription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.4993062Z [00:06:12.575]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDataCheckReportUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.5065809Z [00:06:12.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ResetSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.5138228Z [00:06:12.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeClusterOperateLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.5209363Z [00:06:12.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMigrationJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.5280974Z [00:06:12.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDataCheckTableDiffDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.5351811Z [00:06:12.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDataCheckTableDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.5424334Z [00:06:12.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/TransferPayType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.5496180Z [00:06:12.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSynchronizationJobAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.5568060Z [00:06:12.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSubscriptionInstanceAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.5639897Z [00:06:12.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSubscription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.5711056Z [00:06:12.647]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/InitDtsRdsInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.5781008Z [00:06:12.654]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.5853479Z [00:06:12.661]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.5925042Z [00:06:12.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyConsumerChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6000243Z [00:06:12.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifySubscriptionObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6071635Z [00:06:12.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6143251Z [00:06:12.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifySynchronizationObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6216018Z [00:06:12.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6288551Z [00:06:12.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SuspendMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6358658Z [00:06:12.712]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SummaryJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6428720Z [00:06:12.719]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartReverseWriter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6499302Z [00:06:12.726]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSubscriptionMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6569302Z [00:06:12.733]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6640815Z [00:06:12.740]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/TransferInstanceClass.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6712301Z [00:06:12.747]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6784686Z [00:06:12.755]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDedicatedCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6856170Z [00:06:12.762]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSynchronizationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6928235Z [00:06:12.769]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ConfigureSubscriptionInstanceAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.6998064Z [00:06:12.776]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.7068797Z [00:06:12.783]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.7141710Z [00:06:12.790]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteConsumerChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.7215128Z [00:06:12.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateConsumerChannel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.7293011Z [00:06:12.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.7366643Z [00:06:12.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.7437526Z [00:06:12.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DeleteConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.7508537Z [00:06:12.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StartMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.7580314Z [00:06:12.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.7653415Z [00:06:12.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StopMigrationJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.7729920Z [00:06:12.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDtsJobDuLimit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.7803696Z [00:06:12.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/WhiteIpList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.7877043Z [00:06:12.864]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSubscriptionInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.7948614Z [00:06:12.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8020583Z [00:06:12.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/ModifyDynamicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8091672Z [00:06:12.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SwitchSynchronizationEndpoint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8164008Z [00:06:12.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeEndpointSwitchStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8235904Z [00:06:12.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMigrationJobStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8306578Z [00:06:12.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDtsServiceLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8378365Z [00:06:12.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SuspendDtsJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8448174Z [00:06:12.921]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/StopDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8518524Z [00:06:12.928]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeMigrationJobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8588682Z [00:06:12.935]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDtsJobDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8659925Z [00:06:12.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/SkipPreCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8733628Z [00:06:12.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CountJobByCondition.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8806451Z [00:06:12.957]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateJobMonitorRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8877958Z [00:06:12.964]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/CreateReverseDtsJob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.8948900Z [00:06:12.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9019484Z [00:06:12.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeSynchronizationJobAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9089422Z [00:06:12.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/dts/DescribeDtsEtlJobVersionInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9161269Z [00:06:12.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForSubmittingDomainNameCredentialByTemplateId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9233727Z [00:06:12.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/DeleteContactTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9306835Z [00:06:13.007]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/OSuborderDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9378633Z [00:06:13.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForModifyingDomainDns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9450632Z [00:06:13.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForSubmittingDomainNameCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9523408Z [00:06:13.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForUpdatingContactByTempateId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9594171Z [00:06:13.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryBatchTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9665667Z [00:06:13.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryDomainList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9736255Z [00:06:13.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryBatchTaskDetailList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9808699Z [00:06:13.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveTaskForUpdatingContactByTemplateId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9880891Z [00:06:13.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/GetWhoisInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:05.9953758Z [00:06:13.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryDomainBySaleId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0025279Z [00:06:13.079]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0099417Z [00:06:13.086]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryFailReasonList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0172787Z [00:06:13.093]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0247045Z [00:06:13.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/CreateOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0320242Z [00:06:13.108]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/CheckDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0391753Z [00:06:13.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0465395Z [00:06:13.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveContactTemplateCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0538790Z [00:06:13.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/WhoisProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0610202Z [00:06:13.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/SaveContactTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0684196Z [00:06:13.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/domain/QueryContactTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0755384Z [00:06:13.152]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0826865Z [00:06:13.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DisableDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0898636Z [00:06:13.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeDialog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.0970460Z [00:06:13.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/TestDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1043692Z [00:06:13.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateCoreWord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1115928Z [00:06:13.188]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/PublishDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1187221Z [00:06:13.195]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DisableKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1259902Z [00:06:13.202]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1330916Z [00:06:13.209]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetBotSessionData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1402245Z [00:06:13.216]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotHotDsDatas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1474831Z [00:06:13.224]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotColdDsDatas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1544566Z [00:06:13.231]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1615674Z [00:06:13.238]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteDialog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1685997Z [00:06:13.245]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeBot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1755642Z [00:06:13.252]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteBot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1825414Z [00:06:13.259]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryIntents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1894751Z [00:06:13.266]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetBotChatData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.1966078Z [00:06:13.273]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateDialog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2038100Z [00:06:13.280]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryCoreWords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2109048Z [00:06:13.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2181066Z [00:06:13.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2254656Z [00:06:13.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/AddSynonym.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2326935Z [00:06:13.309]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/Associate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2400703Z [00:06:13.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2471529Z [00:06:13.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateBot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2541878Z [00:06:13.330]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2613772Z [00:06:13.337]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryPerspectives.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2684936Z [00:06:13.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2754408Z [00:06:13.352]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateIntent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2825262Z [00:06:13.359]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotColdKnowledges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2895468Z [00:06:13.366]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteCoreWord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.2965163Z [00:06:13.372]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetBotKnowledgeStatData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3037185Z [00:06:13.380]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetBotDsStatData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3110744Z [00:06:13.387]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotChatHistorys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3183907Z [00:06:13.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdatePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3256155Z [00:06:13.402]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/RemoveEntityMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3326114Z [00:06:13.409]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateIntent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3396625Z [00:06:13.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3467648Z [00:06:13.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/Chat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3538591Z [00:06:13.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryCategories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3610186Z [00:06:13.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3681918Z [00:06:13.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/PublishKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3753952Z [00:06:13.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3824978Z [00:06:13.459]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetConversationList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3894335Z [00:06:13.466]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.3963293Z [00:06:13.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotDsDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4032814Z [00:06:13.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListConversationLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4102147Z [00:06:13.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateCoreWord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4173686Z [00:06:13.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryBots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4247041Z [00:06:13.501]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4318713Z [00:06:13.508]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteKnowledge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4393032Z [00:06:13.515]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreatePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4465279Z [00:06:13.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeDialogFlow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4537407Z [00:06:13.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotReceptionDetailDatas.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4608377Z [00:06:13.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeletePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4677896Z [00:06:13.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ActivatePerspective.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4749746Z [00:06:13.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeCoreWord.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4821091Z [00:06:13.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteIntent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4891909Z [00:06:13.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotKnowledgeDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.4963708Z [00:06:13.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/Feedback.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5036967Z [00:06:13.580]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DescribeIntent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5107543Z [00:06:13.587]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/UpdateCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5177523Z [00:06:13.594]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/DeleteEntity.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5247997Z [00:06:13.601]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/ListBotHotKnowledges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5318168Z [00:06:13.608]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QuerySystemEntities.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5388865Z [00:06:13.615]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryDialogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5460270Z [00:06:13.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/MoveKnowledgeCategory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5531246Z [00:06:13.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/RemoveSynonym.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5603194Z [00:06:13.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/QueryKnowledges.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5677644Z [00:06:13.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/CreateDialog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5750692Z [00:06:13.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/GetAsyncResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5821873Z [00:06:13.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/chatbot/AppendEntityMember.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5893832Z [00:06:13.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListHBaseInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.5963884Z [00:06:13.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6035841Z [00:06:13.680]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6105314Z [00:06:13.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteUserHdfsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6175133Z [00:06:13.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyBackupPlanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6244792Z [00:06:13.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6316987Z [00:06:13.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/OpenBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6387865Z [00:06:13.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupPlanConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6459636Z [00:06:13.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/EnableHBaseueBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6530175Z [00:06:13.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeIpWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6601708Z [00:06:13.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeDBInstanceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6670294Z [00:06:13.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/EvaluateMultiZoneResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6740840Z [00:06:13.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/UpgradeMultiZoneCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6810713Z [00:06:13.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/XpackRelateDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6880870Z [00:06:13.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteHBaseHaDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.6951299Z [00:06:13.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7022741Z [00:06:13.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeNodeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7094396Z [00:06:13.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreSchemaDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7166488Z [00:06:13.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifySecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7235728Z [00:06:13.800]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyClusterDeletionProtection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7304683Z [00:06:13.807]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7375497Z [00:06:13.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7445593Z [00:06:13.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeDeletedInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7517924Z [00:06:13.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/PurgeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7588019Z [00:06:13.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7658847Z [00:06:13.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7730964Z [00:06:13.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7801540Z [00:06:13.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CancelActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7870540Z [00:06:13.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/AddUserHdfsInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.7940221Z [00:06:13.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyInstanceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8007847Z [00:06:13.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/SwitchService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8077736Z [00:06:13.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8147701Z [00:06:13.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8216702Z [00:06:13.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeColdStorageSize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8285208Z [00:06:13.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ConvertInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8355576Z [00:06:13.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/EnableHBaseueModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8424990Z [00:06:13.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CheckComponentsVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8496425Z [00:06:13.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteHBaseSlbServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8567729Z [00:06:13.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/UpgradeMinorVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8639761Z [00:06:13.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ReleasePublicNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8710269Z [00:06:13.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8781472Z [00:06:13.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8852038Z [00:06:13.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeServerlessCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8922906Z [00:06:13.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeClusterConnection.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.8995302Z [00:06:13.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/SwitchHbaseHaSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9065787Z [00:06:13.983]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyMultiZoneClusterNodeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9134275Z [00:06:13.990]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateHbaseHaSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9203531Z [00:06:13.996]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/AllocatePublicNetworkAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9275402Z [00:06:14.004]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteMultiZoneCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9346631Z [00:06:14.011]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeSubDomain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9418296Z [00:06:14.018]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeMultiZoneAvailableRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9489930Z [00:06:14.025]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9559349Z [00:06:14.032]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteGlobalResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9630299Z [00:06:14.039]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteServerlessCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9701492Z [00:06:14.046]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/GetMultimodeCmsUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9771560Z [00:06:14.053]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeMultiZoneClusterDiskSize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9841062Z [00:06:14.060]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9911670Z [00:06:14.067]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeMultiZoneClusterNodeCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:06.9981045Z [00:06:14.074]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateGlobalResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0050327Z [00:06:14.081]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateServerlessCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0120507Z [00:06:14.088]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyInstanceServiceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0190177Z [00:06:14.095]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeMultiZoneCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0259044Z [00:06:14.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0328761Z [00:06:14.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/QueryHBaseHaDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0397928Z [00:06:14.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/RestartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0468535Z [00:06:14.123]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeBackupPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0537478Z [00:06:14.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreIncrDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0607435Z [00:06:14.137]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeColdStorage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0678506Z [00:06:14.144]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/UnTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0752961Z [00:06:14.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0825008Z [00:06:14.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateMultiZoneCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0896417Z [00:06:14.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeMultiZoneAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.0966581Z [00:06:14.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeDiskWarningLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1038138Z [00:06:14.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListInstanceServiceConfigHistories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1107816Z [00:06:14.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1177831Z [00:06:14.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeInstanceType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1247518Z [00:06:14.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CloseBackup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1316320Z [00:06:14.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ListInstanceServiceConfigurations.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1384991Z [00:06:14.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1454964Z [00:06:14.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateHBaseSlbServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1525023Z [00:06:14.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeEndpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1594623Z [00:06:14.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyDiskWarningLine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1664675Z [00:06:14.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ResizeDiskSize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1733448Z [00:06:14.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyIpWhitelist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1804746Z [00:06:14.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreFullDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1875877Z [00:06:14.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyActiveOperationTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.1949029Z [00:06:14.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyInstanceMaintainTime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2021200Z [00:06:14.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRecoverableTimeRange.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2094249Z [00:06:14.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2166650Z [00:06:14.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/QueryXpackRelateDB.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2238555Z [00:06:14.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2310159Z [00:06:14.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeActiveOperationTaskType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2381132Z [00:06:14.314]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateRestorePlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2451838Z [00:06:14.321]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DeleteHbaseHaSlb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2521948Z [00:06:14.328]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/CreateBackupPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2591383Z [00:06:14.335]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/ModifyUIAccountPassword.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2661496Z [00:06:14.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/RelateDbForHBaseHa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2733244Z [00:06:14.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/hbase/DescribeRestoreTables.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2803317Z [00:06:14.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySplitItemBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2874297Z [00:06:14.363]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySavingsPlansInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.2945093Z [00:06:14.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetResellerUserStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3023491Z [00:06:14.378]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSavingsPlansUsageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3098313Z [00:06:14.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCashCoupons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3169364Z [00:06:14.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryInstanceByTag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3239343Z [00:06:14.400]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryInstanceGaapCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3307671Z [00:06:14.407]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryInvoicingCustomerList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3376234Z [00:06:14.414]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetAllExpirationDay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3445552Z [00:06:14.421]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCostUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3515496Z [00:06:14.428]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/AddAccountRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3584857Z [00:06:14.435]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryRelationList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3654478Z [00:06:14.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetCreditLabelAction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3723742Z [00:06:14.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateCostUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3793218Z [00:06:14.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCostUnitResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3864626Z [00:06:14.463]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ReleaseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.3935071Z [00:06:14.470]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ModifyAccountRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4006692Z [00:06:14.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourceUsageTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4078549Z [00:06:14.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/InquiryPriceRefundInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4155152Z [00:06:14.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryResourcePackageInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4230442Z [00:06:14.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAvailableInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4303724Z [00:06:14.506]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeProductAmortizedCostByAmortizationPeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4373271Z [00:06:14.513]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryPriceEntityList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4443876Z [00:06:14.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetPayAsYouGoPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4514713Z [00:06:14.528]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryProductList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4588041Z [00:06:14.535]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourceCoverageTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4657399Z [00:06:14.542]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeInstanceBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4727107Z [00:06:14.549]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateSavingsPlansInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4797313Z [00:06:14.556]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSavingsPlansUsageTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4868367Z [00:06:14.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetCustomerAccountInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.4937718Z [00:06:14.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSavingsPlansCoverageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5007801Z [00:06:14.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryPermissionList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5077171Z [00:06:14.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5147092Z [00:06:14.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryResellerUserAlarmThreshold.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5218627Z [00:06:14.598]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetResellerUserAlarmThreshold.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5289678Z [00:06:14.605]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SubscribeBillToOSS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5359516Z [00:06:14.612]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeInstanceAmortizedCostByConsumePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5430918Z [00:06:14.619]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetResourcePackagePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5500250Z [00:06:14.626]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSplitItemBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5569797Z [00:06:14.633]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateResellerUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5643204Z [00:06:14.640]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5718187Z [00:06:14.648]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ModifyCostUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5790927Z [00:06:14.655]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RenewChangeInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5861148Z [00:06:14.662]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryResellerAvailableQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.5930808Z [00:06:14.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeCostBudgetsSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6000102Z [00:06:14.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCommodityList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6070503Z [00:06:14.683]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAccountBalance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6141094Z [00:06:14.690]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetOrderDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6213592Z [00:06:14.697]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeSavingsPlansCoverageTotal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6290217Z [00:06:14.705]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6366128Z [00:06:14.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RelieveAccountRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6440242Z [00:06:14.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryBillOverview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6513643Z [00:06:14.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DeleteCostUnit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6584674Z [00:06:14.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySavingsPlansDeductLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6655851Z [00:06:14.742]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/EnableBillGeneration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6726586Z [00:06:14.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ConvertChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6798541Z [00:06:14.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6871639Z [00:06:14.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetRenewal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.6943214Z [00:06:14.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7014250Z [00:06:14.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryFinancialAccountInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7086502Z [00:06:14.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SaveUserCredit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7156327Z [00:06:14.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ConfirmRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7228127Z [00:06:14.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourcePackageProduct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7299357Z [00:06:14.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryBillToOSSSubscription.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7369092Z [00:06:14.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/UnsubscribeBillToOSS.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7439497Z [00:06:14.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryUserOmsData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7509922Z [00:06:14.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryRedeem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7580958Z [00:06:14.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ApplyInvoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7650293Z [00:06:14.841]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7721071Z [00:06:14.848]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySettleBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7792633Z [00:06:14.855]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetSubscriptionPrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7861897Z [00:06:14.862]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourceUsageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.7934245Z [00:06:14.869]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8006428Z [00:06:14.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySavingsPlansDiscount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8078254Z [00:06:14.884]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetCustomerList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8147922Z [00:06:14.891]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryCustomerAddressList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8217676Z [00:06:14.898]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/SetResellerUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8285532Z [00:06:14.905]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/AllocateCostUnitResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8354674Z [00:06:14.912]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryOrders.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8426382Z [00:06:14.919]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeProductAmortizedCostByConsumePeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8495812Z [00:06:14.926]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RefundInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8566834Z [00:06:14.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAccountTransactions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8635662Z [00:06:14.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribePricingModule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8703772Z [00:06:14.946]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryDPUtilizationDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8771566Z [00:06:14.953]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CreateAgAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8842744Z [00:06:14.960]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryRIUtilizationDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8910667Z [00:06:14.967]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ChangeResellerConsumeAmount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.8981685Z [00:06:14.974]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAccountTransactionDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9052178Z [00:06:14.981]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/RenewResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9121576Z [00:06:14.988]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryPrepaidCards.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9191837Z [00:06:14.995]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/UpgradeResourcePackage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9261307Z [00:06:15.002]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryInstanceBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9330180Z [00:06:15.009]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/ModifyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9401170Z [00:06:15.016]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/CancelOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9471956Z [00:06:15.023]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryAccountBill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9542238Z [00:06:15.030]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeResourceCoverageDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9611985Z [00:06:15.037]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QueryEvaluateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9681686Z [00:06:15.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/GetAccountRelation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9755046Z [00:06:15.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/DescribeInstanceAmortizedCostByAmortizationPeriod.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9824428Z [00:06:15.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/bssopenapi/QuerySkuPriceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9896077Z [00:06:15.066]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:07.9966597Z [00:06:15.073]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHybridMonitorNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0035661Z [00:06:15.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorStatistics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0105186Z [00:06:15.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeTagKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0174503Z [00:06:15.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateCmsCallNumOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0244638Z [00:06:15.101]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/BatchCreateInstantSiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0313677Z [00:06:15.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeEventRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0383399Z [00:06:15.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0453270Z [00:06:15.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupCategories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0523563Z [00:06:15.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentAccessKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0597904Z [00:06:15.136]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0674950Z [00:06:15.143]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateHybridMonitorSLSGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0753759Z [00:06:15.151]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/Cursor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0824812Z [00:06:15.159]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutCustomMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0896509Z [00:06:15.166]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeCustomMetricList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.0967677Z [00:06:15.173]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeProductResourceTagKeyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1038567Z [00:06:15.180]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutMonitorGroupDynamicRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1107739Z [00:06:15.187]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutGroupMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1176667Z [00:06:15.194]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeGroupMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1245236Z [00:06:15.201]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteCustomMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1316604Z [00:06:15.208]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/SendDryRunSystemEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1386525Z [00:06:15.215]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1456849Z [00:06:15.222]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutCustomEventRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1528505Z [00:06:15.229]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1600971Z [00:06:15.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/BatchCreateIntantSiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1673464Z [00:06:15.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeContactListByContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1742001Z [00:06:15.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutResourceMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1812713Z [00:06:15.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/OpenCmsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1882973Z [00:06:15.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.1955229Z [00:06:15.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteInstantMonitorLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2024539Z [00:06:15.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeContactList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2094117Z [00:06:15.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2162696Z [00:06:15.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutCustomMetric.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2232912Z [00:06:15.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutEventRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2302063Z [00:06:15.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutHybridMonitorMetricData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2372322Z [00:06:15.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/BatchExport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2441782Z [00:06:15.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2511904Z [00:06:15.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifySiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2581888Z [00:06:15.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeCustomEventCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2650640Z [00:06:15.341]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2720587Z [00:06:15.348]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2791644Z [00:06:15.355]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupDynamicRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2862177Z [00:06:15.362]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.2938224Z [00:06:15.370]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeLogMonitorAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3014401Z [00:06:15.377]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitorGroupNotifyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3085408Z [00:06:15.385]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3155733Z [00:06:15.392]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateCmsOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3228556Z [00:06:15.399]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteDynamicTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3298950Z [00:06:15.406]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHybridMonitorSLSGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3370288Z [00:06:15.413]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertLogList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3440375Z [00:06:15.420]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3511665Z [00:06:15.427]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutMetricRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3581639Z [00:06:15.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableSiteMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3651598Z [00:06:15.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeExporterOutputList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3721765Z [00:06:15.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3792256Z [00:06:15.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3861896Z [00:06:15.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/AddTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.3933940Z [00:06:15.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentProcesses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4005048Z [00:06:15.477]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateGroupMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4076951Z [00:06:15.484]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeCustomEventHistogram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4148513Z [00:06:15.491]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricTop.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4220908Z [00:06:15.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertLogHistogram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4293014Z [00:06:15.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableActiveMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4364308Z [00:06:15.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHybridMonitorNamespaceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4436177Z [00:06:15.520]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4507757Z [00:06:15.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRuleResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4579829Z [00:06:15.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyMetricRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4650477Z [00:06:15.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4720841Z [00:06:15.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4793402Z [00:06:15.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteExporterOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4865357Z [00:06:15.563]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.4937468Z [00:06:15.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5009362Z [00:06:15.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutEventRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5082312Z [00:06:15.584]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMetricRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5153444Z [00:06:15.591]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/RemoveTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5224850Z [00:06:15.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5295897Z [00:06:15.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5367895Z [00:06:15.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSystemEventMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5440467Z [00:06:15.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorResourceQuotaAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5513105Z [00:06:15.627]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutExporterOutput.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5583950Z [00:06:15.634]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleTemplateList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5653603Z [00:06:15.641]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/BatchCreateOnceSiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5729197Z [00:06:15.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5805106Z [00:06:15.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHybridMonitorSLSGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5878173Z [00:06:15.664]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeProjectMeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.5949578Z [00:06:15.671]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableSiteMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6020946Z [00:06:15.678]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutMonitoringConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6094542Z [00:06:15.685]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorGroupNotifyPolicy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6166939Z [00:06:15.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupNotifyPolicyList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6241486Z [00:06:15.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyMonitorGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6315661Z [00:06:15.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertingMetricRuleResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6386466Z [00:06:15.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHostInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6456901Z [00:06:15.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/InstallMonitoringAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6527794Z [00:06:15.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSystemEventCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6599200Z [00:06:15.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteHybridMonitorSLSGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6670241Z [00:06:15.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeLogMonitorList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6740954Z [00:06:15.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6811952Z [00:06:15.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeActiveMetricRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6883479Z [00:06:15.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.6954014Z [00:06:15.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeContactGroupList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7025222Z [00:06:15.779]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutResourceMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7094544Z [00:06:15.786]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7164365Z [00:06:15.793]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7233635Z [00:06:15.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyHybridMonitorTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7303982Z [00:06:15.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeCustomEventAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7376156Z [00:06:15.814]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutLogMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7447990Z [00:06:15.821]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7519065Z [00:06:15.828]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7592227Z [00:06:15.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableActiveMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7668710Z [00:06:15.843]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitorGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7745451Z [00:06:15.851]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeEventRuleAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7816583Z [00:06:15.858]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7889168Z [00:06:15.865]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.7964668Z [00:06:15.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricLast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8041388Z [00:06:15.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertLogCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8116936Z [00:06:15.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteHybridMonitorTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8191727Z [00:06:15.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeProductsOfActiveMetricRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8268592Z [00:06:15.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateCmsSmspackageOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8344569Z [00:06:15.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutCustomEvent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8418280Z [00:06:15.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8490546Z [00:06:15.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeDynamicTagRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8562989Z [00:06:15.932]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateInstantSiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8635921Z [00:06:15.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ModifyGroupMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8708173Z [00:06:15.947]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateDynamicTagGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8780535Z [00:06:15.954]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRuleBlackList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8851863Z [00:06:15.961]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricMetaList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8924266Z [00:06:15.968]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/UninstallMonitoringAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.8998549Z [00:06:15.976]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DisableEventRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.9075391Z [00:06:15.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorGroupByResourceGroupId.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.9149748Z [00:06:15.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteGroupMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.9223672Z [00:06:15.998]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHybridMonitorDataList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.9298663Z [00:06:16.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSystemEventAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.9372128Z [00:06:16.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitorGroupDynamicRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.9442323Z [00:06:16.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleTemplateAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.9512840Z [00:06:16.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorGroupInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.9585084Z [00:06:16.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteLogMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.9658941Z [00:06:16.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeUnhealthyHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.9730346Z [00:06:16.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorISPCityList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.9801390Z [00:06:16.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMetricRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.9874471Z [00:06:16.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteEventRuleTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:08.9944906Z [00:06:16.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSiteMonitorList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0016084Z [00:06:16.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateHybridMonitorTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0086473Z [00:06:16.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteEventRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0157060Z [00:06:16.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateGroupMonitoringAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0226654Z [00:06:16.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeAlertHistoryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0297911Z [00:06:16.106]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateHybridMonitorNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0371550Z [00:06:16.113]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHostAvailabilityList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0443448Z [00:06:16.120]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/ApplyMetricRuleTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0514872Z [00:06:16.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateSiteMonitor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0588042Z [00:06:16.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitoringAgentStatuses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0661015Z [00:06:16.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeSystemEventHistogram.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0734015Z [00:06:16.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0805217Z [00:06:16.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeEventRuleTargetList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0878292Z [00:06:16.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteSiteMonitors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.0949465Z [00:06:16.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeExporterRuleList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1020330Z [00:06:16.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeHybridMonitorTaskList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1090309Z [00:06:16.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteHybridMonitorNamespace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1158140Z [00:06:16.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorAgentProcess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1228171Z [00:06:16.199]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteExporterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1298443Z [00:06:16.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DeleteHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1367207Z [00:06:16.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMetricRuleResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1437132Z [00:06:16.220]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMetricRuleCount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1511285Z [00:06:16.227]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateMonitorGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1583193Z [00:06:16.234]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/PutExporterRule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1652956Z [00:06:16.241]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/EnableEventRules.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1723669Z [00:06:16.248]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeTagValueList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1795770Z [00:06:16.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/CreateHostAvailability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1866560Z [00:06:16.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cms/DescribeMonitorGroupInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.1936614Z [00:06:16.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/green/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2005736Z [00:06:16.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/StartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2076957Z [00:06:16.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ChangeResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2145692Z [00:06:16.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2214523Z [00:06:16.297]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2283669Z [00:06:16.304]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreateConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2351743Z [00:06:16.311]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpgradePrePayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2420419Z [00:06:16.318]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DescribeSaslUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2488856Z [00:06:16.325]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DescribeAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2558279Z [00:06:16.332]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetAllInstanceIdList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2628013Z [00:06:16.339]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/QueryMessage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2699893Z [00:06:16.346]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ReleaseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2780452Z [00:06:16.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2853378Z [00:06:16.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ConvertPostPayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2924477Z [00:06:16.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetQuotaTip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.2997003Z [00:06:16.376]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpdateConsumerOffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3069194Z [00:06:16.383]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreateAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3140920Z [00:06:16.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3212083Z [00:06:16.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetConsumerList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3283382Z [00:06:16.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpdateAllowedIp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3357815Z [00:06:16.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ModifyPartitionNum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3428565Z [00:06:16.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreatePrePayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3498486Z [00:06:16.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3568262Z [00:06:16.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3638041Z [00:06:16.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpgradePostPayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3706513Z [00:06:16.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteConsumerGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3776123Z [00:06:16.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3844571Z [00:06:16.460]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreateSaslUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3914591Z [00:06:16.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetTopicList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.3985822Z [00:06:16.475]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpdateInstanceConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4057732Z [00:06:16.482]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpgradeInstanceVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4128155Z [00:06:16.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/UpdateTopicConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4197480Z [00:06:16.496]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetConsumerProgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4267842Z [00:06:16.503]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetInstanceList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4338305Z [00:06:16.510]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetTopicStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4418874Z [00:06:16.518]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/GetAllowedIpList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4489888Z [00:06:16.525]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ModifyInstanceName.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4561767Z [00:06:16.532]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreatePostPayOrder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4634709Z [00:06:16.540]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/DeleteSaslUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4704066Z [00:06:16.546]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/CreateTopic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4773992Z [00:06:16.553]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/alikafka/ModifyTopicRemark.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4844050Z [00:06:16.560]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroupsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4911790Z [00:06:16.567]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostAccountsToHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.4980435Z [00:06:16.574]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5048699Z [00:06:16.581]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHosts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5121012Z [00:06:16.588]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5192751Z [00:06:16.595]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateUserPublicKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5263023Z [00:06:16.602]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/StartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5332870Z [00:06:16.609]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostsPort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5401577Z [00:06:16.616]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostAccountsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5469597Z [00:06:16.623]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostsActiveAddressType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5538963Z [00:06:16.630]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DescribeInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5607955Z [00:06:16.637]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5677574Z [00:06:16.644]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostAccountsForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5748347Z [00:06:16.651]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/RejectOperationTicket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5820864Z [00:06:16.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyInstanceTwoFactor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5891661Z [00:06:16.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.5962033Z [00:06:16.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListUserPublicKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6033669Z [00:06:16.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostsForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6102829Z [00:06:16.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostsForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6172985Z [00:06:16.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/UnlockUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6243774Z [00:06:16.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListOperationTickets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6315621Z [00:06:16.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6387839Z [00:06:16.715]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteUserPublicKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6458694Z [00:06:16.722]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostGroupAccountsToUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6529866Z [00:06:16.729]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostAccountsToUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6598810Z [00:06:16.736]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostGroupAccountsToUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6668567Z [00:06:16.743]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ConfigInstanceSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6737442Z [00:06:16.750]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6806258Z [00:06:16.757]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6876718Z [00:06:16.764]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.6946724Z [00:06:16.771]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7020263Z [00:06:16.778]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AcceptApproveCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7090878Z [00:06:16.785]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/RejectApproveCommand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7160800Z [00:06:16.792]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7229083Z [00:06:16.799]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AcceptOperationTicket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7301763Z [00:06:16.806]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListApproveCommands.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7371143Z [00:06:16.813]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteHostGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7443730Z [00:06:16.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostAccountsFromHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7514254Z [00:06:16.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListTagKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7585870Z [00:06:16.835]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/MoveResourceGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7655460Z [00:06:16.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7725077Z [00:06:16.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostGroupAccountsFromUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7795835Z [00:06:16.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetInstanceTwoFactor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7868430Z [00:06:16.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyInstanceADAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.7939970Z [00:06:16.870]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8013633Z [00:06:16.877]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/RemoveHostsFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8085015Z [00:06:16.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8158303Z [00:06:16.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ConfigInstanceWhiteList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8228790Z [00:06:16.899]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8298250Z [00:06:16.906]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListUserGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8371354Z [00:06:16.913]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8441378Z [00:06:16.920]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8511742Z [00:06:16.927]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8584181Z [00:06:16.934]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8657535Z [00:06:16.942]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/CreateHostAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8729952Z [00:06:16.949]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyInstanceLDAPAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8803136Z [00:06:16.956]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DescribeRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8874198Z [00:06:16.963]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.8946971Z [00:06:16.971]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9019201Z [00:06:16.978]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AddUsersToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9090337Z [00:06:16.985]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ResetHostAccountCredential.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9161950Z [00:06:16.992]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetInstanceADAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9231639Z [00:06:16.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9302219Z [00:06:17.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9373338Z [00:06:17.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetHostAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9443988Z [00:06:17.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/LockUsers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9513054Z [00:06:17.027]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteHostAccount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9585250Z [00:06:17.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9654604Z [00:06:17.041]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroupsForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9724731Z [00:06:17.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostAccountsForHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9795472Z [00:06:17.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostShareKeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9867086Z [00:06:17.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:09.9939734Z [00:06:17.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AddHostsToGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0013772Z [00:06:17.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostAccountsFromUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0083988Z [00:06:17.084]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ModifyHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0154848Z [00:06:17.091]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostGroupAccountsFromUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0224718Z [00:06:17.098]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DisableInstancePublicAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0293829Z [00:06:17.105]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0364109Z [00:06:17.112]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroupAccountNamesForUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0433534Z [00:06:17.119]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetHost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0505747Z [00:06:17.127]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/GetInstanceLDAPAuthServer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0577437Z [00:06:17.134]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/RemoveUsersFromGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0647018Z [00:06:17.141]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DetachHostAccountsFromUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0718981Z [00:06:17.148]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteUserGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0790763Z [00:06:17.155]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/EnableInstancePublicAccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0862723Z [00:06:17.162]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/DeleteHostShareKey.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.0934028Z [00:06:17.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/ListHostGroupAccountNamesForUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1005951Z [00:06:17.177]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/yundun-bastionhost/AttachHostAccountsToUser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1079001Z [00:06:17.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateARMServerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1149104Z [00:06:17.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeARMServerInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1218668Z [00:06:17.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancerTCPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1289709Z [00:06:17.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeAvailableResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1361001Z [00:06:17.212]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RollbackApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1428951Z [00:06:17.219]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribePrice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1497516Z [00:06:17.226]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleasePrePaidInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1567224Z [00:06:17.233]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateNetworkAclEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1639308Z [00:06:17.240]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteObject.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1708442Z [00:06:17.247]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteDeviceInternetPort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1779882Z [00:06:17.254]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsNetLevel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1853535Z [00:06:17.261]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AttachDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.1929080Z [00:06:17.269]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AssignPrivateIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2004693Z [00:06:17.276]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancerHTTPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2077772Z [00:06:17.284]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StartInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2153882Z [00:06:17.291]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNatGateways.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2225153Z [00:06:17.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2294672Z [00:06:17.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2362585Z [00:06:17.312]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RescaleDeviceService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2431858Z [00:06:17.319]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleasePostPaidInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2500733Z [00:06:17.326]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/PutBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2569693Z [00:06:17.333]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSecurityGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2639386Z [00:06:17.340]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2707440Z [00:06:17.347]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeMeasurementData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2777268Z [00:06:17.354]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetBucketLifecycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2845631Z [00:06:17.361]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StartSnatIpForSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2918035Z [00:06:17.368]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeElbAvailableResourceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.2989355Z [00:06:17.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3063037Z [00:06:17.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/JoinSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3134122Z [00:06:17.389]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceVncUrl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3203844Z [00:06:17.396]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RevokeSecurityGroupEgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3272944Z [00:06:17.403]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3346184Z [00:06:17.411]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDataDownloadURL.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3422108Z [00:06:17.418]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDeviceService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3494428Z [00:06:17.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReinitInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3565244Z [00:06:17.433]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetOssUsageData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3634419Z [00:06:17.440]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StopInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3705534Z [00:06:17.447]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifySnapshotAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3775812Z [00:06:17.454]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RebootAICInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3845504Z [00:06:17.461]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3915160Z [00:06:17.468]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyImageSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.3983670Z [00:06:17.474]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerTCPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4054496Z [00:06:17.481]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4126371Z [00:06:17.489]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4194836Z [00:06:17.495]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteNatGateway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4263112Z [00:06:17.502]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UpgradeAICInstanceImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4332673Z [00:06:17.509]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReInitDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4402029Z [00:06:17.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RescaleApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4471635Z [00:06:17.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AddDeviceInternetPort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4539740Z [00:06:17.530]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerUDPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4610367Z [00:06:17.537]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4678336Z [00:06:17.544]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/JoinPublicIpsToEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4746030Z [00:06:17.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4813742Z [00:06:17.557]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancerHTTPSListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4881842Z [00:06:17.564]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ListApplications.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.4951879Z [00:06:17.571]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeApplicationResourceSummary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5019765Z [00:06:17.578]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDisks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5090262Z [00:06:17.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ResizeDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5163125Z [00:06:17.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleaseInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5235936Z [00:06:17.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsRegionIdResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5305755Z [00:06:17.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AssociateEnsEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5376401Z [00:06:17.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeAvailableResourceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5446049Z [00:06:17.621]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyNetworkAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5516095Z [00:06:17.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyPrepayInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5584919Z [00:06:17.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5654997Z [00:06:17.642]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeExportImageInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5726143Z [00:06:17.649]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ResetDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5796293Z [00:06:17.656]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RebootInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5864696Z [00:06:17.663]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ExportImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.5934132Z [00:06:17.669]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeVSwitches.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6003838Z [00:06:17.676]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RemoveVSwitchesFromEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6075684Z [00:06:17.684]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeAICImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6152626Z [00:06:17.691]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6224282Z [00:06:17.698]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6296779Z [00:06:17.706]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6369208Z [00:06:17.713]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteBucketLifecycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6440957Z [00:06:17.720]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNetworkInterfaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6513182Z [00:06:17.727]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DistApplicationData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6582732Z [00:06:17.734]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AccosicateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6654072Z [00:06:17.741]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RemoveBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6724801Z [00:06:17.749]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeMountTargets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6797646Z [00:06:17.756]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StartLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6868543Z [00:06:17.763]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsEipAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.6939920Z [00:06:17.770]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSDGDeploymentStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7010198Z [00:06:17.777]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateClassicNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7080493Z [00:06:17.784]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7149410Z [00:06:17.791]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteSnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7219662Z [00:06:17.798]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7291495Z [00:06:17.805]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AddBackendServers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7363662Z [00:06:17.812]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteEnsRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7437697Z [00:06:17.820]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSnatTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7511272Z [00:06:17.827]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeServcieSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7584279Z [00:06:17.834]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyEnsEipAddressAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7656157Z [00:06:17.842]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UnAssociateEnsEipAddress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7726324Z [00:06:17.849]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ImportKeyPair.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7800708Z [00:06:17.856]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ExportMeasurementData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7874070Z [00:06:17.863]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.7944902Z [00:06:17.871]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8017117Z [00:06:17.878]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8089635Z [00:06:17.885]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CopySDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8162197Z [00:06:17.892]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetBucketInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8236851Z [00:06:17.900]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleaseARMServerInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8308384Z [00:06:17.907]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeRegionIsps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8381409Z [00:06:17.914]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RenewInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8454575Z [00:06:17.922]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StopEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8528642Z [00:06:17.929]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AuthorizeSecurityGroupEgress.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8602859Z [00:06:17.936]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8675150Z [00:06:17.944]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RenewARMServerInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8747456Z [00:06:17.951]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AddSnatIpForSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8818250Z [00:06:17.958]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/LeaveSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8890655Z [00:06:17.965]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RecoverAICInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.8964760Z [00:06:17.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSnapshots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9036301Z [00:06:17.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RestartDeviceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9107351Z [00:06:17.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyImageAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9179043Z [00:06:17.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSnatAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9248413Z [00:06:18.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetBucketAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9318252Z [00:06:18.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDataDistResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9388757Z [00:06:18.015]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9459802Z [00:06:18.022]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyInstanceChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9530622Z [00:06:18.029]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteNetworkAclEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9602569Z [00:06:18.036]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsNetSaleDistrict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9674409Z [00:06:18.044]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetOssStorageAndAccByBuckets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9746816Z [00:06:18.051]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeBandwitdhByInternetChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9817817Z [00:06:18.058]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeForwardTableEntries.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9887739Z [00:06:18.065]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:10.9961698Z [00:06:18.072]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeExportImageStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.0035142Z [00:06:18.080]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerUDPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.0109666Z [00:06:18.087]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UnassignPrivateIpAddresses.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.0181022Z [00:06:18.094]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CopySnapshot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.0255308Z [00:06:18.102]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.0328982Z [00:06:18.109]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnBandWidthData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.0404231Z [00:06:18.116]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNetworkAcls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.0477218Z [00:06:18.124]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteSnatIpForSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.0550508Z [00:06:18.131]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.0625890Z [00:06:18.139]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.0699931Z [00:06:18.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteKeyPairs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.0774317Z [00:06:18.153]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ExportBillDetailData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.0848435Z [00:06:18.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.0922952Z [00:06:18.168]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RunInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1001588Z [00:06:18.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1075764Z [00:06:18.184]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RunServiceSchedule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1148180Z [00:06:18.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeCloudDiskTypes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1221386Z [00:06:18.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1291600Z [00:06:18.205]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1375611Z [00:06:18.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ResetDeviceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1446055Z [00:06:18.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyInstanceAutoRenewAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1521923Z [00:06:18.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AddNetworkInterfaceToInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1599251Z [00:06:18.236]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AuthorizeSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1673628Z [00:06:18.243]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceSpec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1744297Z [00:06:18.251]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteNetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1816170Z [00:06:18.258]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1887928Z [00:06:18.265]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ListObjects.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.1960482Z [00:06:18.272]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateEnsRouteEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2033806Z [00:06:18.279]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UpgradeApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2107061Z [00:06:18.287]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeDataPushResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2178851Z [00:06:18.294]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerHTTPSListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2250400Z [00:06:18.301]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSecurityGroups.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2321829Z [00:06:18.308]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/AttachEnsInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2397025Z [00:06:18.316]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeBandWithdChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2469467Z [00:06:18.323]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnBandwitdhByInternetChargeType.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2547722Z [00:06:18.331]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2620264Z [00:06:18.338]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2693558Z [00:06:18.345]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RemovePublicIpsFromEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2767942Z [00:06:18.353]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StopSnatIpForSnatEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2840440Z [00:06:18.360]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeReservedResource.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2912858Z [00:06:18.367]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/UnassociateNetworkAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.2985823Z [00:06:18.375]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeCloudDiskAvailableResourceInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3062372Z [00:06:18.382]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyVSwitchAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3136175Z [00:06:18.390]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateEnsService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3209872Z [00:06:18.397]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateVSwitch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3282635Z [00:06:18.404]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/PutBucketLifecycle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3354607Z [00:06:18.412]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNetworkAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3426451Z [00:06:18.419]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeploySDG.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3503891Z [00:06:18.426]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeCreatePrePaidInstanceResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3575565Z [00:06:18.434]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeSelfImages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3645830Z [00:06:18.441]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsRegionIdIpv6Info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3716637Z [00:06:18.448]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RebootARMServerInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3786574Z [00:06:18.455]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/GetDeviceInternetPort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3857146Z [00:06:18.462]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsRegions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3928503Z [00:06:18.469]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/PushApplicationData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.3998918Z [00:06:18.476]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.4070697Z [00:06:18.483]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.4144238Z [00:06:18.490]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribePrePaidInstanceStock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.4216103Z [00:06:18.498]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsResourceUsage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.4287714Z [00:06:18.505]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeImageInfos.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.4358362Z [00:06:18.512]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifySecurityGroupAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.4430409Z [00:06:18.519]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstanceMonitorData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.4504900Z [00:06:18.527]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ReleaseAICInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.4575838Z [00:06:18.534]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.4647115Z [00:06:18.541]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateLoadBalancerUDPListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.4717764Z [00:06:18.548]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/RevokeSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.4790674Z [00:06:18.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsNetDistrict.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.4863842Z [00:06:18.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerHTTPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.4939708Z [00:06:18.570]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5014098Z [00:06:18.577]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerHTTPSListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5087783Z [00:06:18.585]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StopLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5156731Z [00:06:18.592]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteApplication.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5227854Z [00:06:18.599]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeKeyPairs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5299753Z [00:06:18.606]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ResetAICInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5371142Z [00:06:18.613]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEnsRouteEntryList.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5443348Z [00:06:18.620]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/PutBucketAcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5517832Z [00:06:18.628]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5594182Z [00:06:18.635]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5667372Z [00:06:18.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateSecurityGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5741174Z [00:06:18.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateMountTarget.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5813283Z [00:06:18.657]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateEipInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5884785Z [00:06:18.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/StartEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.5958350Z [00:06:18.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6032706Z [00:06:18.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeFileSystems.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6104489Z [00:06:18.687]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DetachDisk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6178156Z [00:06:18.694]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeEpnMeasurementData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6251367Z [00:06:18.701]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeLoadBalancerHTTPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6324213Z [00:06:18.708]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/SetLoadBalancerTCPListenerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6396311Z [00:06:18.716]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeImageSharePermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6468544Z [00:06:18.723]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateFileSystem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6540765Z [00:06:18.730]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteLoadBalancerListener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6612990Z [00:06:18.737]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteBucket.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6686098Z [00:06:18.745]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeUserBandWidthData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6757323Z [00:06:18.752]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ModifyLoadBalancerAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6828846Z [00:06:18.759]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/ListBuckets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6901211Z [00:06:18.766]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DescribeNetworks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.6975074Z [00:06:18.774]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/JoinVSwitchesToEpnInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7047511Z [00:06:18.781]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/DeleteImage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7119257Z [00:06:18.788]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/ens/CreateForwardEntry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7190068Z [00:06:18.795]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetUploadCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7259303Z [00:06:18.802]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/UpdateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7329706Z [00:06:18.809]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetServiceTemplateParameterConstraints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7400708Z [00:06:18.816]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetServiceEstimateCost.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7473868Z [00:06:18.823]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListAcrImageRepositories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7545730Z [00:06:18.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7616559Z [00:06:18.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListServices.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7688669Z [00:06:18.845]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListServiceUsages.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7760814Z [00:06:18.852]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7831713Z [00:06:18.859]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ModifyServiceInstanceResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7902344Z [00:06:18.866]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/PushMeteringData.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.7973008Z [00:06:18.873]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/DeleteArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.8044207Z [00:06:18.880]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/CreateService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.8115685Z [00:06:18.888]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/RegisterService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.8188018Z [00:06:18.895]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetArtifactRepositoryCredentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.8264135Z [00:06:18.902]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.8339799Z [00:06:18.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ContinueDeployServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.8417949Z [00:06:18.918]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/DeployServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.8491998Z [00:06:18.925]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/CreateServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.8567278Z [00:06:18.933]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.8640325Z [00:06:18.940]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/DeleteService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.8715376Z [00:06:18.948]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ReleaseArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.8788622Z [00:06:18.955]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListArtifacts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.8863164Z [00:06:18.962]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/UpdateServiceInstanceAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.8934862Z [00:06:18.970]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/AddServiceSharedAccounts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9007155Z [00:06:18.977]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/DeleteServiceInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9077800Z [00:06:18.984]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListAcrImageTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9150851Z [00:06:18.991]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/GetServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9225483Z [00:06:18.999]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/UpgradeServiceInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9296630Z [00:06:19.006]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/CreateArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9377232Z [00:06:19.013]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/UpdateArtifact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9443101Z [00:06:19.020]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/computenestsupplier/ListArtifactVersions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9515046Z [00:06:19.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeSubaccountK8sClusterUserConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9586269Z [00:06:19.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/StartWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9658461Z [00:06:19.042]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicyDetails.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9728683Z [00:06:19.049]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9801742Z [00:06:19.056]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UnInstallClusterAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9871196Z [00:06:19.063]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:11.9944040Z [00:06:19.070]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/StopAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0013791Z [00:06:19.077]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0088055Z [00:06:19.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterUserKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0160105Z [00:06:19.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpdateContactGroupForAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0233968Z [00:06:19.099]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0306285Z [00:06:19.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/RemoveWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0378643Z [00:06:19.114]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicyInstancesStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0449174Z [00:06:19.121]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/AttachInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0518884Z [00:06:19.128]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteKubernetesTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0590836Z [00:06:19.135]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ResumeTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0660777Z [00:06:19.142]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyNodePoolNodeConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0731430Z [00:06:19.149]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonsUpgradeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0805329Z [00:06:19.157]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0878325Z [00:06:19.164]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/MigrateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.0951204Z [00:06:19.171]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1021550Z [00:06:19.178]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1092109Z [00:06:19.185]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/PauseClusterUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1162255Z [00:06:19.192]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteAlertContactGroup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1237079Z [00:06:19.200]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpdateK8sClusterUserConfigExpire.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1306899Z [00:06:19.207]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GetKubernetesTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1376573Z [00:06:19.214]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GetClusterCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1446988Z [00:06:19.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClustersV1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1519369Z [00:06:19.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1590154Z [00:06:19.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeUserClusterNamespaces.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1660517Z [00:06:19.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeExternalAgent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1731318Z [00:06:19.249]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ScaleClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1801857Z [00:06:19.256]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1871237Z [00:06:19.263]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/RunClusterCheck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.1941654Z [00:06:19.270]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeNodePoolVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2014189Z [00:06:19.277]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2086432Z [00:06:19.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/RepairClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2157466Z [00:06:19.292]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListClusterChecks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2226688Z [00:06:19.299]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListTagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2298831Z [00:06:19.306]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterTasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2369524Z [00:06:19.313]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2440925Z [00:06:19.320]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeletePolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2509795Z [00:06:19.327]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GrantPermissions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2583979Z [00:06:19.334]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2656012Z [00:06:19.342]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeAddon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2729158Z [00:06:19.349]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelOperationPlan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2800475Z [00:06:19.356]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2878035Z [00:06:19.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateKubernetesTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.2953913Z [00:06:19.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GetUpgradeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3027442Z [00:06:19.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListOperationPlans.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3102828Z [00:06:19.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpdateTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3173500Z [00:06:19.393]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/GetClusterAddonInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3247327Z [00:06:19.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterNodePoolDetail.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3319073Z [00:06:19.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/RemoveNodePoolNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3391941Z [00:06:19.415]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/AttachInstancesToNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3463113Z [00:06:19.422]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonUpgradeStatus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3534895Z [00:06:19.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpgradeClusterAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3605212Z [00:06:19.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyClusterAddon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3678103Z [00:06:19.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/OpenAckService.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3749663Z [00:06:19.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3820154Z [00:06:19.458]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3890615Z [00:06:19.465]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.3960091Z [00:06:19.472]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteClusterNodepool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4031483Z [00:06:19.479]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/SyncClusterNodePool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4100943Z [00:06:19.486]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeKubernetesVersionMetadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4169799Z [00:06:19.493]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterLogs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4237869Z [00:06:19.500]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeUserQuota.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4313244Z [00:06:19.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CreateAutoscalingConfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4396385Z [00:06:19.516]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeTemplates.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4474025Z [00:06:19.523]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeTrigger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4550440Z [00:06:19.531]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4627899Z [00:06:19.539]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/InstallClusterAddons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4707602Z [00:06:19.547]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4785635Z [00:06:19.555]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescirbeWorkflow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4859241Z [00:06:19.562]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UntagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4929869Z [00:06:19.569]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/PauseComponentUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.4999730Z [00:06:19.576]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteTemplate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5070277Z [00:06:19.583]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpgradeClusterNodepool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5139621Z [00:06:19.590]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5208373Z [00:06:19.597]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeTaskInfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5277195Z [00:06:19.604]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteAlertContact.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5345935Z [00:06:19.611]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelComponentUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5414358Z [00:06:19.618]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/FixNodePoolVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5485602Z [00:06:19.625]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterNodePools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5554899Z [00:06:19.632]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteClusterNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5625379Z [00:06:19.639]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/TagResources.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5694614Z [00:06:19.646]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpgradeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5764344Z [00:06:19.652]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicyInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5832285Z [00:06:19.659]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyClusterTags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5904114Z [00:06:19.666]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeEvents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.5973161Z [00:06:19.673]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/UpdateControlPlaneLog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6047628Z [00:06:19.681]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicyGovernanceInCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6120840Z [00:06:19.688]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribePolicies.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6197441Z [00:06:19.696]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterNodes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6271557Z [00:06:19.703]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAddonsVersion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6345015Z [00:06:19.711]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterV2UserKubeconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6417142Z [00:06:19.718]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ResumeUpgradeCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6487554Z [00:06:19.725]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeWorkflows.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6558391Z [00:06:19.732]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ScanClusterVuls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6630365Z [00:06:19.739]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CheckControlPlaneLogEnable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6703167Z [00:06:19.746]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/CancelClusterUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6773981Z [00:06:19.753]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/PauseTask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6846372Z [00:06:19.761]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeployPolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6916940Z [00:06:19.768]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ResumeComponentUpgrade.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.6986945Z [00:06:19.775]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeClusterAttachScripts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7058403Z [00:06:19.782]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ListClusterAddonInstances.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7127388Z [00:06:19.789]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/ModifyPolicyInstance.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7198279Z [00:06:19.796]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/StartAlert.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7269084Z [00:06:19.803]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DeleteCluster.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7338923Z [00:06:19.810]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeUserPermission.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7407847Z [00:06:19.817]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/en-US/cs/DescribeTemplateAttribute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7477344Z [00:06:19.824]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/aliyun-openapi-meta/.git' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7546303Z [00:06:19.831]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7620252Z [00:06:19.838]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7696720Z [00:06:19.846]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7770587Z [00:06:19.853]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7840674Z [00:06:19.860]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/context_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7910832Z [00:06:19.867]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/output.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.7982088Z [00:06:19.874]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/suggestion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8056916Z [00:06:19.882]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag_field_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8130070Z [00:06:19.889]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/levenshtein_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8201724Z [00:06:19.896]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/output_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8272871Z [00:06:19.903]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/command_help_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8343126Z [00:06:19.910]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion_utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8412344Z [00:06:19.917]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/suggestion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8481281Z [00:06:19.924]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/levenshtein.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8550926Z [00:06:19.931]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion_utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8620335Z [00:06:19.938]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/color_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8689430Z [00:06:19.945]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/version_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8759235Z [00:06:19.952]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/errors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8831250Z [00:06:19.959]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8903621Z [00:06:19.966]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.8972609Z [00:06:19.973]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9041112Z [00:06:19.980]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion_installer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9109214Z [00:06:19.987]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag_field.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9178102Z [00:06:19.994]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/command_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9247228Z [00:06:20.001]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/exit_code.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9315328Z [00:06:20.008]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion_installer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9382838Z [00:06:20.014]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9451711Z [00:06:20.021]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag_set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9520817Z [00:06:20.028]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/exit_code_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9591881Z [00:06:20.035]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9664935Z [00:06:20.043]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag_set_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9736657Z [00:06:20.050]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/completion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9809107Z [00:06:20.057]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/flag_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9880594Z [00:06:20.064]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/command_help.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:12.9951960Z [00:06:20.071]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/cli/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0022342Z [00:06:20.078]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0093437Z [00:06:20.085]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/workflows/installer.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0164150Z [00:06:20.092]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0235882Z [00:06:20.100]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/workflows/go.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0311859Z [00:06:20.107]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/workflows/codeql-analysis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0386682Z [00:06:20.115]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/ISSUE_TEMPLATE/Bug_Report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0464057Z [00:06:20.122]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/ISSUE_TEMPLATE/Demand_Report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0544517Z [00:06:20.130]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/ISSUE_TEMPLATE/Bug_Report_zh.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0618846Z [00:06:20.138]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.github/ISSUE_TEMPLATE/Demand_Report_zh.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0704229Z [00:06:20.146]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0778233Z [00:06:20.154]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0851773Z [00:06:20.161]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0924267Z [00:06:20.169]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.0997996Z [00:06:20.176]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.1072315Z [00:06:20.183]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.1147242Z [00:06:20.191]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.1223708Z [00:06:20.198]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.1297483Z [00:06:20.206]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.1373433Z [00:06:20.213]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.1448459Z [00:06:20.221]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.1520994Z [00:06:20.228]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.1592005Z [00:06:20.235]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.1662840Z [00:06:20.242]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.1734946Z [00:06:20.250]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.1805485Z [00:06:20.257]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.1876362Z [00:06:20.264]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.1949073Z [00:06:20.271]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2020286Z [00:06:20.278]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2094748Z [00:06:20.285]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2168247Z [00:06:20.293]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2241004Z [00:06:20.300]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2314715Z [00:06:20.307]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2386336Z [00:06:20.315]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2456134Z [00:06:20.322]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2526281Z [00:06:20.329]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2596524Z [00:06:20.336]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2668250Z [00:06:20.343]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2739586Z [00:06:20.350]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2812049Z [00:06:20.357]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2882262Z [00:06:20.364]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.2954050Z [00:06:20.371]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3025608Z [00:06:20.379]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3104079Z [00:06:20.386]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3177629Z [00:06:20.394]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3250909Z [00:06:20.401]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3323705Z [00:06:20.408]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3394950Z [00:06:20.416]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3465536Z [00:06:20.423]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3536170Z [00:06:20.430]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3605968Z [00:06:20.437]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3676885Z [00:06:20.444]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3745965Z [00:06:20.451]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3814019Z [00:06:20.457]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3884033Z [00:06:20.464]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.3953465Z [00:06:20.471]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/objects/pack/pack-c56a53c51c21d13645fc5cf58d61318275fbecb3.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4024326Z [00:06:20.478]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/objects/pack/pack-c56a53c51c21d13645fc5cf58d61318275fbecb3.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4093098Z [00:06:20.485]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/objects/pack/pack-c56a53c51c21d13645fc5cf58d61318275fbecb3.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4163971Z [00:06:20.492]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4233779Z [00:06:20.499]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/modules/aliyun-openapi-meta/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4306381Z [00:06:20.507]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4379139Z [00:06:20.514]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4451747Z [00:06:20.521]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4526827Z [00:06:20.529]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cda52cc17068954c780d20edd88d9f1691d5d1b.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4601284Z [00:06:20.536]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cda52cc17068954c780d20edd88d9f1691d5d1b.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4672340Z [00:06:20.543]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cc7d2575988d9d0320dba571c8ab6ce6719494f.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4744500Z [00:06:20.551]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cda52cc17068954c780d20edd88d9f1691d5d1b.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4815499Z [00:06:20.558]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cc7d2575988d9d0320dba571c8ab6ce6719494f.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4886732Z [00:06:20.565]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cda52cc17068954c780d20edd88d9f1691d5d1b.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.4957709Z [00:06:20.572]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cc7d2575988d9d0320dba571c8ab6ce6719494f.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5028701Z [00:06:20.579]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/objects/pack/pack-5cc7d2575988d9d0320dba571c8ab6ce6719494f.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5099704Z [00:06:20.586]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5169663Z [00:06:20.593]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5241706Z [00:06:20.600]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/util/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5312238Z [00:06:20.607]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/util/util_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5383825Z [00:06:20.614]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/pkg/osx_installer_logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5456887Z [00:06:20.622]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/pkg/productbuild/Resources/en.lproj/conclusion.html.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5526657Z [00:06:20.629]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/pkg/productbuild/Resources/en.lproj/welcome.html.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5597823Z [00:06:20.636]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/pkg/productbuild/distribution.xml.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5670164Z [00:06:20.643]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/main/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5743540Z [00:06:20.650]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.lRJ8j9zcPm/TEMPREPO/main/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5815373Z [00:06:20.658]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/aliyun-cli' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5887110Z [00:06:20.665]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.5957217Z [00:06:20.672]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.6027309Z [00:06:20.679]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.6097806Z [00:06:20.686]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/aliyun-cli' retained as 0755 (rwxr-xr-x)
2025-08-20T19:20:13.6168340Z [00:06:20.693]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.6239173Z [00:06:20.700]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/aliyun-cli.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.6309718Z [00:06:20.707]➜  mode of '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/aliyun-cli.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:20:13.7561799Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T19:20:13.7563200Z [00:06:20.832]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T19:21:00.1379198Z 
2025-08-20T19:21:00.1380083Z [+] Sanitizing /tmp/pkgforge/SVAVRVmzP_SBUILD/BUILD.log ==> /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/aliyun-cli.static.log
2025-08-20T19:21:04.2623792Z '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/aliyun-cli.static.log' -> '/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/aliyun-cli.log'
2025-08-20T19:21:04.2969062Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/aliyun-cli/official/aliyun-cli?tag=HEAD-40c402a-250820T184925-x86_64-linux&download=aliyun-cli.log
2025-08-20T19:21:04.2969810Z 
2025-08-20T19:21:04.2970437Z [+] Parsing/Uploading aliyun-cli/aliyun-cli --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Faliyun-cli%2Faliyun-cli [x86_64-Linux]
2025-08-20T19:21:04.3013132Z {
2025-08-20T19:21:04.3013555Z   "_disabled": "false",
2025-08-20T19:21:04.3014054Z   "host": "x86_64-Linux",
2025-08-20T19:21:04.3014533Z   "rank": "",
2025-08-20T19:21:04.3014881Z   "pkg": "aliyun-cli.static",
2025-08-20T19:21:04.3015365Z   "pkg_family": "aliyun-cli",
2025-08-20T19:21:04.3015779Z   "pkg_id": "github.com.aliyun.aliyun-cli.source",
2025-08-20T19:21:04.3016198Z   "pkg_name": "aliyun-cli",
2025-08-20T19:21:04.3016516Z   "pkg_type": "static",
2025-08-20T19:21:04.3017119Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/aliyun-cli/official/aliyun-cli",
2025-08-20T19:21:04.3017776Z   "app_id": "",
2025-08-20T19:21:04.3018045Z   "appstream": "",
2025-08-20T19:21:04.3018465Z   "category": [
2025-08-20T19:21:04.3018726Z     "ConsoleOnly",
2025-08-20T19:21:04.3018978Z     "Utility"
2025-08-20T19:21:04.3019215Z   ],
2025-08-20T19:21:04.3019592Z   "description": "Universal Command-Line Interface for Alibaba Cloud",
2025-08-20T19:21:04.3020090Z   "desktop": "",
2025-08-20T19:21:04.3020344Z   "homepage": [
2025-08-20T19:21:04.3020639Z     "https://github.com/aliyun/aliyun-cli"
2025-08-20T19:21:04.3020989Z   ],
2025-08-20T19:21:04.3021812Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/aliyun-cli/official/aliyun-cli?tag=HEAD-40c402a-250820T184925-x86_64-linux&download=aliyun-cli.png",
2025-08-20T19:21:04.3023235Z   "license": [
2025-08-20T19:21:04.3023493Z     "Apache-2.0"
2025-08-20T19:21:04.3023741Z   ],
2025-08-20T19:21:04.3023967Z   "maintainer": [
2025-08-20T19:21:04.3024282Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T19:21:04.3024663Z   ],
2025-08-20T19:21:04.3024891Z   "provides": [
2025-08-20T19:21:04.3025154Z     "aliyun-cli==aliyun"
2025-08-20T19:21:04.3025434Z   ],
2025-08-20T19:21:04.3025647Z   "note": [
2025-08-20T19:21:04.3026114Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/aliyun/aliyun-cli"
2025-08-20T19:21:04.3026774Z   ],
2025-08-20T19:21:04.3027079Z   "repology": [
2025-08-20T19:21:04.3027343Z     "aliyun-cli"
2025-08-20T19:21:04.3027588Z   ],
2025-08-20T19:21:04.3027760Z   "screenshots": [],
2025-08-20T19:21:04.3027958Z   "src_url": [
2025-08-20T19:21:04.3028170Z     "https://github.com/aliyun/aliyun-cli"
2025-08-20T19:21:04.3028419Z   ],
2025-08-20T19:21:04.3028576Z   "tag": [
2025-08-20T19:21:04.3028733Z     "Utility"
2025-08-20T19:21:04.3028901Z   ],
2025-08-20T19:21:04.3029081Z   "version": "HEAD-40c402a-250820T184925",
2025-08-20T19:21:04.3029338Z   "version_upstream": "3.0.296",
2025-08-20T19:21:04.3029697Z   "bsum": "6b3ddb2a59955bc1d2fbfe2bb641866ddb5a3ce288958aa06388cf04f7fb5966",
2025-08-20T19:21:04.3030287Z   "build_date": "2025-08-20T19:20:50Z",
2025-08-20T19:21:04.3030915Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107517976",
2025-08-20T19:21:04.3031526Z   "build_id": "17107517976",
2025-08-20T19:21:04.3032855Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/aliyun-cli/official/aliyun-cli?tag=HEAD-40c402a-250820T184925-x86_64-linux&download=aliyun-cli.log",
2025-08-20T19:21:04.3034436Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/aliyun-cli/static.official.source.yaml",
2025-08-20T19:21:04.3036045Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/aliyun-cli/official/aliyun-cli?tag=HEAD-40c402a-250820T184925-x86_64-linux&download=aliyun-cli",
2025-08-20T19:21:04.3037619Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli:HEAD-40c402a-250820T184925-x86_64-linux",
2025-08-20T19:21:04.3038654Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli",
2025-08-20T19:21:04.3039955Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/aliyun-cli/official/aliyun-cli?tag=HEAD-40c402a-250820T184925-x86_64-linux&manifest",
2025-08-20T19:21:04.3041286Z   "shasum": "3eb6fb44ecf373d798fe3fd44f2aeb24caa9828dd63ab013b4ae0ae94e1813c6",
2025-08-20T19:21:04.3041960Z   "size": "58 MB",
2025-08-20T19:21:04.3042303Z   "size_raw": "60165560",
2025-08-20T19:21:04.3043076Z   "snapshots": [
2025-08-20T19:21:04.3043483Z     "HEAD-b5a8beb-250225T053920-x86_64-linux[3.0.255]",
2025-08-20T19:21:04.3044008Z     "HEAD-b348290-250305T082211-x86_64-linux[3.0.256]",
2025-08-20T19:21:04.3044577Z     "HEAD-7363a38-250307T104133-x86_64-linux[NA-2025-03-07]",
2025-08-20T19:21:04.3045135Z     "HEAD-942b24e-250312T085237-x86_64-linux[3.0.259]",
2025-08-20T19:21:04.3045669Z     "HEAD-adc4b23-250320T121628-x86_64-linux[3.0.260]",
2025-08-20T19:21:04.3046192Z     "HEAD-5290d31-250327T060515-x86_64-linux[3.0.264]",
2025-08-20T19:21:04.3046714Z     "HEAD-47e0317-250402T063256-x86_64-linux[3.0.265]",
2025-08-20T19:21:04.3047242Z     "HEAD-ce0eb40-250521T084802-x86_64-linux[3.0.278]",
2025-08-20T19:21:04.3047908Z     "HEAD-ff99ff2-250529T034702-x86_64-linux[3.0.279]",
2025-08-20T19:21:04.3048441Z     "HEAD-6ad6a4b-250602T091935-x86_64-linux[3.0.280]",
2025-08-20T19:21:04.3048970Z     "HEAD-0dd2ea5-250604T085400-x86_64-linux[3.0.282]",
2025-08-20T19:21:04.3049507Z     "HEAD-b7d4806-250611T084942-x86_64-linux[3.0.283]",
2025-08-20T19:21:04.3050030Z     "HEAD-065a32c-250618T085503-x86_64-linux[3.0.284]",
2025-08-20T19:21:04.3050551Z     "HEAD-3ec2f97-250703T092933-x86_64-linux[3.0.288]",
2025-08-20T19:21:04.3051073Z     "HEAD-3001264-250710T060614-x86_64-linux[3.0.289]",
2025-08-20T19:21:04.3051587Z     "HEAD-68cb738-250716T175409-x86_64-linux[3.0.290]",
2025-08-20T19:21:04.3052104Z     "HEAD-c42943d-250723T094959-x86_64-linux[3.0.291]",
2025-08-20T19:21:04.3052794Z     "HEAD-a0cf044-250731T024446-x86_64-linux[3.0.292]",
2025-08-20T19:21:04.3053332Z     "HEAD-226b8bb-250804T090336-x86_64-linux[3.0.292]",
2025-08-20T19:21:04.3053871Z     "HEAD-b9c06b6-250806T031234-x86_64-linux[3.0.294]",
2025-08-20T19:21:04.3054408Z     "HEAD-94adb67-250813T070419-x86_64-linux[3.0.295]"
2025-08-20T19:21:04.3054862Z   ]
2025-08-20T19:21:04.3055135Z }
2025-08-20T19:21:04.3055304Z 
2025-08-20T19:21:04.3055310Z 
2025-08-20T19:21:04.5417358Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli:HEAD-40c402a-250820T184925-x86_64-linux": ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli:HEAD-40c402a-250820T184925-x86_64-linux: not found
2025-08-20T19:21:04.5461531Z Uploading empty artifact
2025-08-20T19:21:04.5468509Z time=2025-08-20T19:21:04Z level=debug msg=Request #0
2025-08-20T19:21:04.5469549Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/aliyun-cli/official/aliyun-cli/manifests/sha256:0c020f03e68b76ee6d4e0202c7ac66bfcbe8328e8b2933f58f7198573f1daccf"
2025-08-20T19:21:04.5470359Z > Request method: "HEAD"
2025-08-20T19:21:04.5470872Z > Request headers:
2025-08-20T19:21:04.5472053Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T19:21:04.5473966Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:21:04.6427454Z time=2025-08-20T19:21:04Z level=debug msg=Response #0
2025-08-20T19:21:04.6428080Z < Response Status: "401 Unauthorized"
2025-08-20T19:21:04.6428401Z < Response headers:
2025-08-20T19:21:04.6428700Z    "Content-Type": "application/json"
2025-08-20T19:21:04.6430208Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/aliyun-cli/official/aliyun-cli:pull\""
2025-08-20T19:21:04.6430934Z    "Date": "Wed, 20 Aug 2025 19:21:04 GMT"
2025-08-20T19:21:04.6431250Z    "Content-Length": "73"
2025-08-20T19:21:04.6431597Z    "X-Github-Request-Id": "304A:3E1293:117358:12EC08:68A62020"
2025-08-20T19:21:04.6432049Z time=2025-08-20T19:21:04Z level=debug msg=Request #1
2025-08-20T19:21:04.6433039Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Faliyun-cli%2Fofficial%2Faliyun-cli%3Apull%2Cpush&service=ghcr.io"
2025-08-20T19:21:04.6433901Z > Request method: "GET"
2025-08-20T19:21:04.6434165Z > Request headers:
2025-08-20T19:21:04.6434416Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:21:04.6434705Z    "Authorization": "*****"
2025-08-20T19:21:04.7448857Z time=2025-08-20T19:21:04Z level=debug msg=Response #1
2025-08-20T19:21:04.7449682Z < Response Status: "200 OK"
2025-08-20T19:21:04.7450103Z < Response headers:
2025-08-20T19:21:04.7450507Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:21:04.7451198Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:21:04.7451826Z    "Date": "Wed, 20 Aug 2025 19:21:04 GMT"
2025-08-20T19:21:04.7452229Z    "Content-Length": "69"
2025-08-20T19:21:04.7453005Z    "X-Github-Request-Id": "304A:3E1293:11735E:12EC11:68A62020"
2025-08-20T19:21:04.7453519Z    "Content-Type": "application/json"
2025-08-20T19:21:04.7454343Z time=2025-08-20T19:21:04Z level=debug msg=Request #2
2025-08-20T19:21:04.7455569Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/aliyun-cli/official/aliyun-cli/manifests/sha256:0c020f03e68b76ee6d4e0202c7ac66bfcbe8328e8b2933f58f7198573f1daccf"
2025-08-20T19:21:04.7456525Z > Request method: "HEAD"
2025-08-20T19:21:04.7456794Z > Request headers:
2025-08-20T19:21:04.7458040Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T19:21:04.7459373Z    "Authorization": "*****"
2025-08-20T19:21:04.7459657Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:21:04.8269495Z time=2025-08-20T19:21:04Z level=debug msg=Response #2
2025-08-20T19:21:04.8270294Z < Response Status: "404 Not Found"
2025-08-20T19:21:04.8270886Z < Response headers:
2025-08-20T19:21:04.8271426Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:21:04.8272213Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:21:04.8273296Z    "Date": "Wed, 20 Aug 2025 19:21:04 GMT"
2025-08-20T19:21:04.8274093Z    "Content-Length": "70"
2025-08-20T19:21:04.8274537Z    "X-Github-Request-Id": "304A:3E1293:11737F:12EC2E:68A62020"
2025-08-20T19:21:04.8275046Z    "Content-Type": "application/json"
2025-08-20T19:21:04.8275514Z time=2025-08-20T19:21:04Z level=debug msg=Request #3
2025-08-20T19:21:04.8276720Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/aliyun-cli/official/aliyun-cli/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T19:21:04.8277730Z > Request method: "HEAD"
2025-08-20T19:21:04.8278000Z > Request headers:
2025-08-20T19:21:04.8278252Z    "Authorization": "*****"
2025-08-20T19:21:04.8278625Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:21:04.8765808Z time=2025-08-20T19:21:04Z level=debug msg=Response #3
2025-08-20T19:21:04.8766418Z < Response Status: "200 OK"
2025-08-20T19:21:04.8766801Z < Response headers:
2025-08-20T19:21:04.8767181Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T19:21:04.8767855Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:21:04.8768298Z    "Date": "Wed, 20 Aug 2025 19:21:04 GMT"
2025-08-20T19:21:04.8768640Z    "X-Github-Request-Id": "304A:3E1293:117394:12EC49:68A62020"
2025-08-20T19:21:04.8768995Z    "Content-Length": "0"
2025-08-20T19:21:04.8769233Z    "Content-Type": ""
2025-08-20T19:21:04.8769682Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T19:21:04.8770233Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:21:04.8770590Z time=2025-08-20T19:21:04Z level=debug msg=Request #4
2025-08-20T19:21:04.8771277Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/aliyun-cli/official/aliyun-cli/manifests/HEAD-40c402a-250820T184925-x86_64-linux"
2025-08-20T19:21:04.8771909Z > Request method: "PUT"
2025-08-20T19:21:04.8772136Z > Request headers:
2025-08-20T19:21:04.8772352Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:21:04.8772875Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T19:21:04.8773231Z    "Authorization": "*****"
2025-08-20T19:21:05.2239007Z time=2025-08-20T19:21:05Z level=debug msg=Response #4
2025-08-20T19:21:05.2239883Z < Response Status: "201 Created"
2025-08-20T19:21:05.2240439Z < Response headers:
2025-08-20T19:21:05.2241508Z    "Location": "/v2/pkgforge/bincache/aliyun-cli/official/aliyun-cli/manifests/sha256:0c020f03e68b76ee6d4e0202c7ac66bfcbe8328e8b2933f58f7198573f1daccf"
2025-08-20T19:21:05.2243186Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:21:05.2243864Z    "Date": "Wed, 20 Aug 2025 19:21:05 GMT"
2025-08-20T19:21:05.2244324Z    "Content-Length": "0"
2025-08-20T19:21:05.2244808Z    "X-Github-Request-Id": "304A:3E1293:11739C:12EC5C:68A62020"
2025-08-20T19:21:05.2245458Z    "Content-Type": "application/json"
2025-08-20T19:21:05.2246005Z    "Docker-Content-Digest": "sha256:0c020f03e68b76ee6d4e0202c7ac66bfcbe8328e8b2933f58f7198573f1daccf"
2025-08-20T19:21:05.2246542Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:21:05.2247101Z Pushed [registry] ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli:HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:05.2247632Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T19:21:05.2248032Z Digest: sha256:0c020f03e68b76ee6d4e0202c7ac66bfcbe8328e8b2933f58f7198573f1daccf
2025-08-20T19:21:07.5765331Z Uploading 027516e7fd72 CHECKSUM
2025-08-20T19:21:07.5896695Z Uploading 3eb6fb44ecf3 aliyun-cli
2025-08-20T19:21:07.6711557Z Uploading 4a358fc1a9ae aliyun-cli.sig
2025-08-20T19:21:07.7216913Z Uploading f93c193924a6 CHECKSUM.sig
2025-08-20T19:21:07.8012916Z Exists    5dee80316762 LICENSE
2025-08-20T19:21:07.8989580Z Uploading eb43f977138f LICENSE.sig
2025-08-20T19:21:08.6378898Z Uploaded  4a358fc1a9ae aliyun-cli.sig
2025-08-20T19:21:08.6977864Z Exists    3aeda5760c94 SBUILD
2025-08-20T19:21:08.7582361Z Uploading 523c31d62bd4 SBUILD.sig
2025-08-20T19:21:08.9995579Z Uploaded  f93c193924a6 CHECKSUM.sig
2025-08-20T19:21:09.0203074Z Uploaded  027516e7fd72 CHECKSUM
2025-08-20T19:21:09.0449872Z Exists    11cf0313013e aliyun-cli.png
2025-08-20T19:21:09.0948578Z Uploaded  eb43f977138f LICENSE.sig
2025-08-20T19:21:09.1068757Z Uploading 3a7f22b6861a aliyun-cli.json.sig
2025-08-20T19:21:09.1195867Z Uploading 3f3c6bf7bfa6 aliyun-cli.json
2025-08-20T19:21:09.1369758Z Uploading 64792ffd9ba2 aliyun-cli.log
2025-08-20T19:21:09.4438816Z Uploaded  3eb6fb44ecf3 aliyun-cli
2025-08-20T19:21:09.7721026Z Uploading bf73e5083e6b aliyun-cli.log.sig
2025-08-20T19:21:09.9753150Z Uploaded  523c31d62bd4 SBUILD.sig
2025-08-20T19:21:10.1155432Z Exists    235f828f1cec aliyun-cli.version
2025-08-20T19:21:10.1257228Z Uploaded  3f3c6bf7bfa6 aliyun-cli.json
2025-08-20T19:21:10.1591056Z Uploading a7967c4ebd26 aliyun-cli.version.sig
2025-08-20T19:21:10.4712932Z Uploaded  3a7f22b6861a aliyun-cli.json.sig
2025-08-20T19:21:10.7486492Z Uploaded  bf73e5083e6b aliyun-cli.log.sig
2025-08-20T19:21:10.8219768Z Uploaded  64792ffd9ba2 aliyun-cli.log
2025-08-20T19:21:11.3200222Z Uploaded  a7967c4ebd26 aliyun-cli.version.sig
2025-08-20T19:21:11.3201111Z Uploading cb1cf45a4a20 aliyun-cli
2025-08-20T19:21:11.8612059Z Uploaded  cb1cf45a4a20 aliyun-cli
2025-08-20T19:21:11.8613406Z Pushed [registry] ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli:HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:11.8614289Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T19:21:11.8614955Z Digest: sha256:cb1cf45a4a2038d4051bb8338d71d0a8008c8966ac11d538f903096a6a7a10e0
2025-08-20T19:21:17.1627326Z 
2025-08-20T19:21:17.1628175Z [+] Registry --> https://ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:17.1629292Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/aliyun-cli/official/aliyun-cli?tag=HEAD-40c402a-250820T184925-x86_64-linux&manifest 
2025-08-20T19:21:17.1630034Z 
2025-08-20T19:21:19.6540977Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T19:21:20.3431170Z ./BUILD_ARTIFACTS.tar : 17.71%   (   286 MiB =>   50.7 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T19:21:20.4039241Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T19:21:20.4080271Z 
2025-08-20T19:21:20.4081575Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml :: 00(Hr):07(Min):28(Sec)
2025-08-20T19:21:20.4082622Z 
2025-08-20T19:21:20.4097487Z 
2025-08-20T19:21:20.4097847Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (07:21:20 PM) UTC
2025-08-20T19:21:20.4098316Z 
2025-08-20T19:21:26.0753258Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T19:21:26.0804212Z ##[group]Run ##Presets
2025-08-20T19:21:26.0804573Z [36;1m##Presets[0m
2025-08-20T19:21:26.0804799Z [36;1mset +x ; set +e[0m
2025-08-20T19:21:26.0805150Z [36;1m#-------------#[0m
2025-08-20T19:21:26.0805374Z [36;1m##Debug?[0m
2025-08-20T19:21:26.0805638Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:21:26.0805962Z [36;1m  set -x[0m
2025-08-20T19:21:26.0806170Z [36;1mfi[0m
2025-08-20T19:21:26.0806363Z [36;1m#-------------#[0m
2025-08-20T19:21:26.0806582Z [36;1m##Set ENV[0m
2025-08-20T19:21:26.0806838Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T19:21:26.0807394Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-40c402a-250820T184925-x86_64-linux"[0m
2025-08-20T19:21:26.0808001Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-40c402a-250820T184925-x86_64-linux"[0m
2025-08-20T19:21:26.0808662Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli-srcbuild-17107517976"[0m
2025-08-20T19:21:26.0809255Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T19:21:26.0809666Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:21:26.0810128Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:21:26.0810556Z [36;1m fi[0m
2025-08-20T19:21:26.0810737Z [36;1m##Push[0m
2025-08-20T19:21:26.0810972Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T19:21:26.0811283Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T19:21:26.0811684Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T19:21:26.0812180Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T19:21:26.0812897Z [36;1m     ls -sh "/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T19:21:26.0813256Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T19:21:26.0813480Z [36;1m       {[0m
2025-08-20T19:21:26.0813676Z [36;1m        for i in {1..10}; do[0m
2025-08-20T19:21:26.0814020Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T19:21:26.0814484Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T19:21:26.0814930Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T19:21:26.0815485Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-40c402a-250820T184925-x86_64-linux")[0m
2025-08-20T19:21:26.0816212Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107517976")[0m
2025-08-20T19:21:26.0816814Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107517976")[0m
2025-08-20T19:21:26.0817551Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli:HEAD-40c402a-250820T184925-x86_64-linux")[0m
2025-08-20T19:21:26.0818300Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T19:20:50Z")[0m
2025-08-20T19:21:26.0818818Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-40c402a-250820T184925")[0m
2025-08-20T19:21:26.0819349Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T19:20:50Z")[0m
2025-08-20T19:21:26.0820061Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli")[0m
2025-08-20T19:21:26.0820746Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T19:21:26.0821280Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-40c402a-250820T184925")[0m
2025-08-20T19:21:26.0822024Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-40c402a-250820T184925")[0m
2025-08-20T19:21:26.0822988Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/aliyun-cli/official/aliyun-cli")[0m
2025-08-20T19:21:26.0823821Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-aliyun-cli")[0m
2025-08-20T19:21:26.0824409Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/aliyun/aliyun-cli")[0m
2025-08-20T19:21:26.0824958Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T19:21:26.0825481Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-40c402a-250820T184925")[0m
2025-08-20T19:21:26.0825971Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T19:21:26.0826482Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T19:21:26.0826926Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T19:21:26.0827185Z [36;1m         #Check[0m
2025-08-20T19:21:26.0827780Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T19:20:50Z" ]]; then[0m
2025-08-20T19:21:26.0828622Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T19:21:26.0828976Z [36;1m            break[0m
2025-08-20T19:21:26.0829185Z [36;1m          else[0m
2025-08-20T19:21:26.0829589Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T19:21:26.0830027Z [36;1m          fi[0m
2025-08-20T19:21:26.0830254Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T19:21:26.0830512Z [36;1m        done[0m
2025-08-20T19:21:26.0830709Z [36;1m       }[0m
2025-08-20T19:21:26.0830916Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T19:21:26.0831167Z [36;1m       ghcr_push_cmd[0m
2025-08-20T19:21:26.0831765Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T19:20:50Z" ]]; then[0m
2025-08-20T19:21:26.0832807Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:21:26.0833240Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T19:21:26.0833506Z [36;1m          ghcr_push_cmd[0m
2025-08-20T19:21:26.0834115Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T19:20:50Z" ]]; then[0m
2025-08-20T19:21:26.0834858Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T19:21:26.0835373Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:21:26.0835780Z [36;1m             return 1 || exit 1[0m
2025-08-20T19:21:26.0836022Z [36;1m           fi[0m
2025-08-20T19:21:26.0836220Z [36;1m       fi[0m
2025-08-20T19:21:26.0836407Z [36;1m   fi[0m
2025-08-20T19:21:26.0836589Z [36;1m fi[0m
2025-08-20T19:21:26.0836779Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T19:21:26.0954453Z shell: /usr/bin/bash -e {0}
2025-08-20T19:21:26.0954717Z env:
2025-08-20T19:21:26.0954917Z   CROSS_COMPILING: NO
2025-08-20T19:21:26.0955154Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:21:26.0955408Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:21:26.0955652Z   ON_QEMU: NO
2025-08-20T19:21:26.0955842Z   DEBUG: 0
2025-08-20T19:21:26.0956039Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:21:26.0956293Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:21:26.0956823Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aliyun-cli/official
2025-08-20T19:21:26.0957178Z   KEEP_LOGS: YES
2025-08-20T19:21:26.0957389Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:21:26.0957627Z   PKG_FAMILY_LOCAL: aliyun-cli
2025-08-20T19:21:26.0957951Z   SBUILD_REBUILD: false
2025-08-20T19:21:26.0958573Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:21:26.0959235Z   BUILD_SYS: docker://go
2025-08-20T19:21:26.0959473Z   BUILD_ON_HOST: FALSE
2025-08-20T19:21:26.0959694Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:21:26.0959910Z   SYSTMP: /tmp
2025-08-20T19:21:26.0960117Z   GHA_MODE: MATRIX
2025-08-20T19:21:26.0960602Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:21:26.0961183Z   INPUT_SBUILD: /tmp/pkgforge/pZKjEpCL3_build.yaml
2025-08-20T19:21:26.0961551Z   BUILD_DIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml
2025-08-20T19:21:26.0961989Z   SBUILD_OUTDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:21:26.0962769Z   SBUILD_TMPDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:21:26.0963218Z   PKG_TYPE: static
2025-08-20T19:21:26.0963436Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:21:26.0963686Z   SBUILD_PKGVER: HEAD-40c402a-250820T184925
2025-08-20T19:21:26.0964114Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517976
2025-08-20T19:21:26.0964611Z   BUILD_ID: 17107517976
2025-08-20T19:21:26.0964832Z   PKG_NAME: aliyun-cli
2025-08-20T19:21:26.0965061Z   PKG_DATE: 2025-08-20T19:20:50Z
2025-08-20T19:21:26.0965326Z   PKG_VERSION: HEAD-40c402a-250820T184925
2025-08-20T19:21:26.0965613Z   PKG_VERSION_UPSTREAM: 3.0.296
2025-08-20T19:21:26.0965973Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:26.0966396Z   GHCRPKG_TAG: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:26.0966924Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:26.0967452Z   PKG_SRCURL: https://github.com/aliyun/aliyun-cli
2025-08-20T19:21:26.0967762Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:21:26.0968224Z   GHCR_TOKEN: ***
2025-08-20T19:21:26.0968558Z   GITHUB_TOKEN: ***
2025-08-20T19:21:26.0968849Z   GITLAB_TOKEN: ***
2025-08-20T19:21:26.0970181Z   MINISIGN_KEY: ***
2025-08-20T19:21:26.0970374Z ##[endgroup]
2025-08-20T19:21:26.1065241Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T19:21:26.1076430Z 51M	./BUILD_ARTIFACTS.zstd
2025-08-20T19:21:26.1090376Z total 103M
2025-08-20T19:21:26.1090765Z 4.0K CHECKSUM
2025-08-20T19:21:26.1091149Z 4.0K CHECKSUM.sig
2025-08-20T19:21:26.1091510Z 4.0K LICENSE
2025-08-20T19:21:26.1091791Z 4.0K LICENSE.sig
2025-08-20T19:21:26.1092011Z 8.0K SBUILD
2025-08-20T19:21:26.1092222Z 4.0K SBUILD.sig
2025-08-20T19:21:26.1092636Z 4.0K SBUILD_TEMP
2025-08-20T19:21:26.1092913Z  58M aliyun-cli
2025-08-20T19:21:26.1093131Z 4.0K aliyun-cli.json
2025-08-20T19:21:26.1093373Z 4.0K aliyun-cli.json.sig
2025-08-20T19:21:26.1093632Z  23M aliyun-cli.log
2025-08-20T19:21:26.1093857Z 4.0K aliyun-cli.log.sig
2025-08-20T19:21:26.1094097Z  40K aliyun-cli.png
2025-08-20T19:21:26.1094321Z 4.0K aliyun-cli.sig
2025-08-20T19:21:26.1094554Z  23M aliyun-cli.static.log
2025-08-20T19:21:26.1094821Z 4.0K aliyun-cli.static.version
2025-08-20T19:21:26.1095110Z 4.0K aliyun-cli.static.version.sig
2025-08-20T19:21:26.1095403Z 4.0K aliyun-cli.version
2025-08-20T19:21:26.1095656Z 4.0K aliyun-cli.version.sig
2025-08-20T19:21:26.3935117Z Uploading 05ba2c0c7a89 BUILD_ARTIFACTS.zstd
2025-08-20T19:21:28.3385549Z Uploaded  05ba2c0c7a89 BUILD_ARTIFACTS.zstd
2025-08-20T19:21:28.3386591Z Uploading 706eda471137 SRCBUILD-aliyun-cli
2025-08-20T19:21:28.5992249Z Uploaded  706eda471137 SRCBUILD-aliyun-cli
2025-08-20T19:21:28.5994304Z Pushed [registry] ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli-srcbuild-17107517976:HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:28.5996115Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T19:21:28.5997812Z Digest: sha256:706eda47113702279d4099d59ac02527ebf789a24774353c0af1d10a871521b6
2025-08-20T19:21:33.8596547Z 
2025-08-20T19:21:33.8597565Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli-srcbuild-17107517976
2025-08-20T19:21:33.8598545Z 
2025-08-20T19:21:34.1256415Z ##[group]Run ##Presets
2025-08-20T19:21:34.1256736Z [36;1m##Presets[0m
2025-08-20T19:21:34.1256965Z [36;1mset +x ; set +e[0m
2025-08-20T19:21:34.1257188Z [36;1m#-------------#[0m
2025-08-20T19:21:34.1257402Z [36;1m##Debug?[0m
2025-08-20T19:21:34.1257659Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:21:34.1257972Z [36;1m  set -x[0m
2025-08-20T19:21:34.1258199Z [36;1mfi[0m
2025-08-20T19:21:34.1258386Z [36;1m#-------------#[0m
2025-08-20T19:21:34.1258659Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T19:21:34.1259010Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:21:34.1308965Z shell: /usr/bin/bash -e {0}
2025-08-20T19:21:34.1309245Z env:
2025-08-20T19:21:34.1309448Z   CROSS_COMPILING: NO
2025-08-20T19:21:34.1309685Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:21:34.1309946Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:21:34.1310188Z   ON_QEMU: NO
2025-08-20T19:21:34.1310417Z   DEBUG: 0
2025-08-20T19:21:34.1310614Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:21:34.1311037Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:21:34.1311373Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aliyun-cli/official
2025-08-20T19:21:34.1311731Z   KEEP_LOGS: YES
2025-08-20T19:21:34.1311948Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:21:34.1312197Z   PKG_FAMILY_LOCAL: aliyun-cli
2025-08-20T19:21:34.1312729Z   SBUILD_REBUILD: false
2025-08-20T19:21:34.1313382Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:21:34.1314040Z   BUILD_SYS: docker://go
2025-08-20T19:21:34.1314272Z   BUILD_ON_HOST: FALSE
2025-08-20T19:21:34.1314491Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:21:34.1314705Z   SYSTMP: /tmp
2025-08-20T19:21:34.1314904Z   GHA_MODE: MATRIX
2025-08-20T19:21:34.1315387Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:21:34.1315977Z   INPUT_SBUILD: /tmp/pkgforge/pZKjEpCL3_build.yaml
2025-08-20T19:21:34.1316342Z   BUILD_DIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml
2025-08-20T19:21:34.1316777Z   SBUILD_OUTDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:21:34.1317318Z   SBUILD_TMPDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:21:34.1317748Z   PKG_TYPE: static
2025-08-20T19:21:34.1317964Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:21:34.1318216Z   SBUILD_PKGVER: HEAD-40c402a-250820T184925
2025-08-20T19:21:34.1318647Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517976
2025-08-20T19:21:34.1329849Z   BUILD_ID: 17107517976
2025-08-20T19:21:34.1330106Z   PKG_NAME: aliyun-cli
2025-08-20T19:21:34.1330461Z   PKG_DATE: 2025-08-20T19:20:50Z
2025-08-20T19:21:34.1330853Z   PKG_VERSION: HEAD-40c402a-250820T184925
2025-08-20T19:21:34.1331283Z   PKG_VERSION_UPSTREAM: 3.0.296
2025-08-20T19:21:34.1331844Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:34.1332909Z   GHCRPKG_TAG: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:34.1333734Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:34.1334510Z   PKG_SRCURL: https://github.com/aliyun/aliyun-cli
2025-08-20T19:21:34.1334964Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:21:34.1335398Z   GHCRPKG_TAG_SRCBUILD: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:34.1335911Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli-srcbuild-17107517976
2025-08-20T19:21:34.1336352Z ##[endgroup]
2025-08-20T19:21:34.1504857Z ##[group]Run actions/upload-artifact@v4
2025-08-20T19:21:34.1505196Z with:
2025-08-20T19:21:34.1505436Z   name: Bincache_aliyun-cli_x86_64-Linux
2025-08-20T19:21:34.1505750Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T19:21:34.1506187Z   compression-level: 0
2025-08-20T19:21:34.1506393Z   retention-days: 30
2025-08-20T19:21:34.1506587Z   overwrite: true
2025-08-20T19:21:34.1506779Z   if-no-files-found: warn
2025-08-20T19:21:34.1507008Z   include-hidden-files: false
2025-08-20T19:21:34.1507228Z env:
2025-08-20T19:21:34.1507393Z   CROSS_COMPILING: NO
2025-08-20T19:21:34.1507593Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:21:34.1507805Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:21:34.1508013Z   ON_QEMU: NO
2025-08-20T19:21:34.1508183Z   DEBUG: 0
2025-08-20T19:21:34.1508362Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:21:34.1508583Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:21:34.1508878Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aliyun-cli/official
2025-08-20T19:21:34.1509220Z   KEEP_LOGS: YES
2025-08-20T19:21:34.1509413Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:21:34.1509628Z   PKG_FAMILY_LOCAL: aliyun-cli
2025-08-20T19:21:34.1509844Z   SBUILD_REBUILD: false
2025-08-20T19:21:34.1510391Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:21:34.1510992Z   BUILD_SYS: docker://go
2025-08-20T19:21:34.1511207Z   BUILD_ON_HOST: FALSE
2025-08-20T19:21:34.1511503Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:21:34.1511695Z   SYSTMP: /tmp
2025-08-20T19:21:34.1511873Z   GHA_MODE: MATRIX
2025-08-20T19:21:34.1512306Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:21:34.1513190Z   INPUT_SBUILD: /tmp/pkgforge/pZKjEpCL3_build.yaml
2025-08-20T19:21:34.1513519Z   BUILD_DIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml
2025-08-20T19:21:34.1513914Z   SBUILD_OUTDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:21:34.1514397Z   SBUILD_TMPDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:21:34.1514780Z   PKG_TYPE: static
2025-08-20T19:21:34.1514974Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:21:34.1515204Z   SBUILD_PKGVER: HEAD-40c402a-250820T184925
2025-08-20T19:21:34.1515587Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517976
2025-08-20T19:21:34.1515947Z   BUILD_ID: 17107517976
2025-08-20T19:21:34.1516149Z   PKG_NAME: aliyun-cli
2025-08-20T19:21:34.1516351Z   PKG_DATE: 2025-08-20T19:20:50Z
2025-08-20T19:21:34.1516583Z   PKG_VERSION: HEAD-40c402a-250820T184925
2025-08-20T19:21:34.1516836Z   PKG_VERSION_UPSTREAM: 3.0.296
2025-08-20T19:21:34.1517159Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:34.1517534Z   GHCRPKG_TAG: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:34.1517999Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:34.1518460Z   PKG_SRCURL: https://github.com/aliyun/aliyun-cli
2025-08-20T19:21:34.1518736Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:21:34.1519000Z   GHCRPKG_TAG_SRCBUILD: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:34.1519506Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli-srcbuild-17107517976
2025-08-20T19:21:34.1519945Z   UTC_TIME: 2025_08_20T07_21_34_PM
2025-08-20T19:21:34.1520172Z ##[endgroup]
2025-08-20T19:21:34.5142849Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T19:21:34.5146569Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T19:21:34.5147413Z With the provided path, there will be 2 files uploaded
2025-08-20T19:21:34.7173107Z Artifact name is valid!
2025-08-20T19:21:34.7174910Z Root directory input is valid!
2025-08-20T19:21:34.7899441Z Beginning upload of artifact content to blob storage
2025-08-20T19:21:35.4949952Z Uploaded bytes 8388608
2025-08-20T19:21:35.5049953Z Uploaded bytes 16777216
2025-08-20T19:21:35.6678830Z Uploaded bytes 25165824
2025-08-20T19:21:35.7129710Z Uploaded bytes 33554432
2025-08-20T19:21:35.7370688Z Uploaded bytes 41943040
2025-08-20T19:21:35.7667842Z Uploaded bytes 50331648
2025-08-20T19:21:35.9069452Z Uploaded bytes 58720256
2025-08-20T19:21:35.9190615Z Uploaded bytes 67108864
2025-08-20T19:21:35.9793525Z Uploaded bytes 75497472
2025-08-20T19:21:36.1006960Z Uploaded bytes 77255589
2025-08-20T19:21:36.1526391Z Finished uploading artifact content to blob storage!
2025-08-20T19:21:36.1529724Z SHA256 digest of uploaded artifact zip is 737dedbc9e0e6cff1047781caf3f6e348f82592c3a576ab460d1fc531999eeb1
2025-08-20T19:21:36.1530623Z Finalizing artifact upload
2025-08-20T19:21:36.2954720Z Artifact Bincache_aliyun-cli_x86_64-Linux.zip successfully finalized. Artifact ID 3812376595
2025-08-20T19:21:36.2956062Z Artifact Bincache_aliyun-cli_x86_64-Linux has been successfully uploaded! Final size is 77255589 bytes. Artifact ID is 3812376595
2025-08-20T19:21:36.2963348Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107517976/artifacts/3812376595
2025-08-20T19:21:36.3158335Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T19:21:36.3158670Z with:
2025-08-20T19:21:36.3159002Z   subject-name: aliyun-cli-17107517976-HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:36.3159885Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:21:36.3160744Z   show-summary: true
2025-08-20T19:21:36.3160970Z   push-to-registry: false
2025-08-20T19:21:36.3161331Z   github-token: ***
2025-08-20T19:21:36.3161537Z env:
2025-08-20T19:21:36.3161720Z   CROSS_COMPILING: NO
2025-08-20T19:21:36.3161940Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:21:36.3162172Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:21:36.3162630Z   ON_QEMU: NO
2025-08-20T19:21:36.3162888Z   DEBUG: 0
2025-08-20T19:21:36.3163084Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:21:36.3163318Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:21:36.3163646Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aliyun-cli/official
2025-08-20T19:21:36.3163987Z   KEEP_LOGS: YES
2025-08-20T19:21:36.3164194Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:21:36.3164419Z   PKG_FAMILY_LOCAL: aliyun-cli
2025-08-20T19:21:36.3164646Z   SBUILD_REBUILD: false
2025-08-20T19:21:36.3165202Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:21:36.3165785Z   BUILD_SYS: docker://go
2025-08-20T19:21:36.3166003Z   BUILD_ON_HOST: FALSE
2025-08-20T19:21:36.3166207Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:21:36.3166408Z   SYSTMP: /tmp
2025-08-20T19:21:36.3166593Z   GHA_MODE: MATRIX
2025-08-20T19:21:36.3167030Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:21:36.3167566Z   INPUT_SBUILD: /tmp/pkgforge/pZKjEpCL3_build.yaml
2025-08-20T19:21:36.3167906Z   BUILD_DIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml
2025-08-20T19:21:36.3168306Z   SBUILD_OUTDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:21:36.3168801Z   SBUILD_TMPDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:21:36.3169193Z   PKG_TYPE: static
2025-08-20T19:21:36.3169395Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:21:36.3169632Z   SBUILD_PKGVER: HEAD-40c402a-250820T184925
2025-08-20T19:21:36.3170017Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517976
2025-08-20T19:21:36.3170385Z   BUILD_ID: 17107517976
2025-08-20T19:21:36.3170596Z   PKG_NAME: aliyun-cli
2025-08-20T19:21:36.3170809Z   PKG_DATE: 2025-08-20T19:20:50Z
2025-08-20T19:21:36.3171061Z   PKG_VERSION: HEAD-40c402a-250820T184925
2025-08-20T19:21:36.3171326Z   PKG_VERSION_UPSTREAM: 3.0.296
2025-08-20T19:21:36.3171661Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:36.3172055Z   GHCRPKG_TAG: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:36.3172645Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:36.3173236Z   PKG_SRCURL: https://github.com/aliyun/aliyun-cli
2025-08-20T19:21:36.3173522Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:21:36.3173798Z   GHCRPKG_TAG_SRCBUILD: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:36.3174313Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli-srcbuild-17107517976
2025-08-20T19:21:36.3174765Z   UTC_TIME: 2025_08_20T07_21_34_PM
2025-08-20T19:21:36.3175000Z ##[endgroup]
2025-08-20T19:21:36.3248125Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T19:21:36.3248579Z env:
2025-08-20T19:21:36.3248772Z   CROSS_COMPILING: NO
2025-08-20T19:21:36.3248999Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:21:36.3249233Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:21:36.3249455Z   ON_QEMU: NO
2025-08-20T19:21:36.3249640Z   DEBUG: 0
2025-08-20T19:21:36.3250035Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:21:36.3250286Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:21:36.3250595Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aliyun-cli/official
2025-08-20T19:21:36.3251110Z   KEEP_LOGS: YES
2025-08-20T19:21:36.3251315Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:21:36.3251542Z   PKG_FAMILY_LOCAL: aliyun-cli
2025-08-20T19:21:36.3251883Z   SBUILD_REBUILD: false
2025-08-20T19:21:36.3252603Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:21:36.3253187Z   BUILD_SYS: docker://go
2025-08-20T19:21:36.3253410Z   BUILD_ON_HOST: FALSE
2025-08-20T19:21:36.3253614Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:21:36.3253818Z   SYSTMP: /tmp
2025-08-20T19:21:36.3254006Z   GHA_MODE: MATRIX
2025-08-20T19:21:36.3254450Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:21:36.3254980Z   INPUT_SBUILD: /tmp/pkgforge/pZKjEpCL3_build.yaml
2025-08-20T19:21:36.3255320Z   BUILD_DIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml
2025-08-20T19:21:36.3255721Z   SBUILD_OUTDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:21:36.3256212Z   SBUILD_TMPDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:21:36.3256613Z   PKG_TYPE: static
2025-08-20T19:21:36.3256818Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:21:36.3257061Z   SBUILD_PKGVER: HEAD-40c402a-250820T184925
2025-08-20T19:21:36.3257452Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517976
2025-08-20T19:21:36.3257824Z   BUILD_ID: 17107517976
2025-08-20T19:21:36.3258035Z   PKG_NAME: aliyun-cli
2025-08-20T19:21:36.3258252Z   PKG_DATE: 2025-08-20T19:20:50Z
2025-08-20T19:21:36.3258502Z   PKG_VERSION: HEAD-40c402a-250820T184925
2025-08-20T19:21:36.3258765Z   PKG_VERSION_UPSTREAM: 3.0.296
2025-08-20T19:21:36.3259106Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:36.3259501Z   GHCRPKG_TAG: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:36.3259982Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:36.3260464Z   PKG_SRCURL: https://github.com/aliyun/aliyun-cli
2025-08-20T19:21:36.3260750Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:21:36.3261033Z   GHCRPKG_TAG_SRCBUILD: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:36.3261548Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli-srcbuild-17107517976
2025-08-20T19:21:36.3262004Z   UTC_TIME: 2025_08_20T07_21_34_PM
2025-08-20T19:21:36.3262241Z ##[endgroup]
2025-08-20T19:21:36.9109318Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T19:21:36.9109666Z with:
2025-08-20T19:21:36.9110346Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:21:36.9111214Z   subject-name: aliyun-cli-17107517976-HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:36.9111649Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T19:21:36.9114914Z   predicate: {"buildDefinition":{"buildType":"https://actions.github.io/buildtypes/workflow/v1","externalParameters":{"workflow":{"ref":"refs/heads/main","repository":"https://github.com/pkgforge/bincache","path":".github/workflows/matrix_builds.yaml"}},"internalParameters":{"github":{"event_name":"workflow_dispatch","repository_id":"883655230","repository_owner_id":"187275343","runner_environment":"github-hosted"}},"resolvedDependencies":[{"uri":"git+https://github.com/pkgforge/bincache@refs/heads/main","digest":{"gitCommit":"338a3bae1bab05aba0ad4bfe5580d82eeab3f21d"}}]},"runDetails":{"builder":{"id":"https://github.com/pkgforge/bincache/.github/workflows/matrix_builds.yaml@refs/heads/main"},"metadata":{"invocationId":"https://github.com/pkgforge/bincache/actions/runs/17107517976/attempts/1"}}}
2025-08-20T19:21:36.9117702Z   push-to-registry: false
2025-08-20T19:21:36.9117947Z   show-summary: true
2025-08-20T19:21:36.9118338Z   github-token: ***
2025-08-20T19:21:36.9118549Z env:
2025-08-20T19:21:36.9118732Z   CROSS_COMPILING: NO
2025-08-20T19:21:36.9118956Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:21:36.9119192Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:21:36.9119506Z   ON_QEMU: NO
2025-08-20T19:21:36.9119691Z   DEBUG: 0
2025-08-20T19:21:36.9119881Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:21:36.9120119Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:21:36.9120419Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aliyun-cli/official
2025-08-20T19:21:36.9120746Z   KEEP_LOGS: YES
2025-08-20T19:21:36.9120952Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:21:36.9121177Z   PKG_FAMILY_LOCAL: aliyun-cli
2025-08-20T19:21:36.9121408Z   SBUILD_REBUILD: false
2025-08-20T19:21:36.9121960Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:21:36.9122749Z   BUILD_SYS: docker://go
2025-08-20T19:21:36.9122972Z   BUILD_ON_HOST: FALSE
2025-08-20T19:21:36.9123180Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:21:36.9123393Z   SYSTMP: /tmp
2025-08-20T19:21:36.9123581Z   GHA_MODE: MATRIX
2025-08-20T19:21:36.9124017Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:21:36.9124550Z   INPUT_SBUILD: /tmp/pkgforge/pZKjEpCL3_build.yaml
2025-08-20T19:21:36.9124895Z   BUILD_DIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml
2025-08-20T19:21:36.9125300Z   SBUILD_OUTDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:21:36.9125795Z   SBUILD_TMPDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:21:36.9126191Z   PKG_TYPE: static
2025-08-20T19:21:36.9126397Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:21:36.9126637Z   SBUILD_PKGVER: HEAD-40c402a-250820T184925
2025-08-20T19:21:36.9127031Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517976
2025-08-20T19:21:36.9127406Z   BUILD_ID: 17107517976
2025-08-20T19:21:36.9127614Z   PKG_NAME: aliyun-cli
2025-08-20T19:21:36.9127835Z   PKG_DATE: 2025-08-20T19:20:50Z
2025-08-20T19:21:36.9128091Z   PKG_VERSION: HEAD-40c402a-250820T184925
2025-08-20T19:21:36.9128375Z   PKG_VERSION_UPSTREAM: 3.0.296
2025-08-20T19:21:36.9128740Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:36.9129131Z   GHCRPKG_TAG: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:36.9129604Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:36.9130083Z   PKG_SRCURL: https://github.com/aliyun/aliyun-cli
2025-08-20T19:21:36.9130375Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:21:36.9130655Z   GHCRPKG_TAG_SRCBUILD: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:36.9131173Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli-srcbuild-17107517976
2025-08-20T19:21:36.9131630Z   UTC_TIME: 2025_08_20T07_21_34_PM
2025-08-20T19:21:36.9131875Z ##[endgroup]
2025-08-20T19:21:40.8507981Z Attestation created for 18 subjects
2025-08-20T19:21:40.8517106Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T19:21:40.8519610Z -----BEGIN CERTIFICATE-----
2025-08-20T19:21:40.8520249Z MIIG8DCCBnagAwIBAgIUSJ/xi4DLrf7zjTsAi2hEEH5q01kwCgYIKoZIzj0EAwMw
2025-08-20T19:21:40.8521131Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T19:21:40.8522055Z cm1lZGlhdGUwHhcNMjUwODIwMTkyMTM5WhcNMjUwODIwMTkzMTM5WjAAMFkwEwYH
2025-08-20T19:21:40.8523143Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEzSCemTx38mSSya6QT3IvUuRfWzLp+n1qEJ7J
2025-08-20T19:21:40.8524047Z DyIwueXOVmtMGyyO7l3DeaoJAHiQ9m1x+buarst5B8LXHHsQjqOCBZUwggWRMA4G
2025-08-20T19:21:40.8524923Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUADSh
2025-08-20T19:21:40.8525808Z 9K6HDFYgHwgb1FPai+OqmqowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T19:21:40.8526926Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T19:21:40.8527798Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T19:21:40.8536889Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T19:21:40.8537833Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T19:21:40.8538841Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T19:21:40.8539721Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T19:21:40.8540617Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T19:21:40.8541484Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T19:21:40.8542357Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T19:21:40.8543461Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T19:21:40.8544329Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T19:21:40.8545245Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T19:21:40.8546123Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T19:21:40.8547011Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T19:21:40.8547919Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T19:21:40.8548841Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T19:21:40.8549736Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T19:21:40.8550590Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T19:21:40.8551452Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T19:21:40.8552313Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T19:21:40.8553343Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T19:21:40.8554246Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T19:21:40.8555140Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T19:21:40.8556018Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NTE3OTc2L2F0
2025-08-20T19:21:40.8556909Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T19:21:40.8557799Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjI7glE
2025-08-20T19:21:40.8558678Z AAAEAwBIMEYCIQCHLWXHMvq1U9xoTT1BNMyIq3hlI6Hg5YHW6NoiRRwdgwIhAMWw
2025-08-20T19:21:40.8559541Z +XStSoEU+wLr52kSwTa27AnYKoTSBBXNRhAk4OdyMAoGCCqGSM49BAMDA2gAMGUC
2025-08-20T19:21:40.8560385Z MG5dRTsT93lfRvbDou0zOjrlrlo6IH8k8gi9yU3C++f+85+W/HIHVqc5/Xdig1cR
2025-08-20T19:21:40.8561240Z LQIxAPrcQSwOgGrB1TOfTQ2xfPnyjTgMxUYzlZ8LY6u5OrzsroRDZy3k1PsSXyci
2025-08-20T19:21:40.8561887Z eehEqw==
2025-08-20T19:21:40.8562199Z -----END CERTIFICATE-----
2025-08-20T19:21:40.8562592Z 
2025-08-20T19:21:40.8563258Z ##[endgroup]
2025-08-20T19:21:40.8563942Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T19:21:40.8564640Z https://search.sigstore.dev?logIndex=414015200
2025-08-20T19:21:40.8581802Z [36mAttestation uploaded to repository[39m
2025-08-20T19:21:40.8582862Z https://github.com/pkgforge/bincache/attestations/9869089
2025-08-20T19:21:40.9459017Z ##[group]Run ##Presets
2025-08-20T19:21:40.9459292Z [36;1m##Presets[0m
2025-08-20T19:21:40.9459511Z [36;1mset +x ; set +e[0m
2025-08-20T19:21:40.9459729Z [36;1m#-------------#[0m
2025-08-20T19:21:40.9459935Z [36;1m##Debug?[0m
2025-08-20T19:21:40.9460191Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:21:40.9460491Z [36;1m  set -x[0m
2025-08-20T19:21:40.9460685Z [36;1mfi[0m
2025-08-20T19:21:40.9460873Z [36;1m#-------------#[0m
2025-08-20T19:21:40.9461184Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:21:40.9461724Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/aliyun-cli/official"[0m
2025-08-20T19:21:40.9462150Z [36;1m exit 1[0m
2025-08-20T19:21:40.9462338Z [36;1mfi[0m
2025-08-20T19:21:40.9511064Z shell: /usr/bin/bash -e {0}
2025-08-20T19:21:40.9511332Z env:
2025-08-20T19:21:40.9511530Z   CROSS_COMPILING: NO
2025-08-20T19:21:40.9511797Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:21:40.9512051Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:21:40.9512282Z   ON_QEMU: NO
2025-08-20T19:21:40.9512769Z   DEBUG: 0
2025-08-20T19:21:40.9512969Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:21:40.9513222Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:21:40.9513549Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aliyun-cli/official
2025-08-20T19:21:40.9513910Z   KEEP_LOGS: YES
2025-08-20T19:21:40.9514124Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:21:40.9514366Z   PKG_FAMILY_LOCAL: aliyun-cli
2025-08-20T19:21:40.9514617Z   SBUILD_REBUILD: false
2025-08-20T19:21:40.9515213Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:21:40.9515846Z   BUILD_SYS: docker://go
2025-08-20T19:21:40.9516076Z   BUILD_ON_HOST: FALSE
2025-08-20T19:21:40.9516297Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:21:40.9516515Z   SYSTMP: /tmp
2025-08-20T19:21:40.9516716Z   GHA_MODE: MATRIX
2025-08-20T19:21:40.9517188Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:21:40.9517973Z   INPUT_SBUILD: /tmp/pkgforge/pZKjEpCL3_build.yaml
2025-08-20T19:21:40.9518325Z   BUILD_DIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml
2025-08-20T19:21:40.9518745Z   SBUILD_OUTDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:21:40.9519276Z   SBUILD_TMPDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:21:40.9519698Z   PKG_TYPE: static
2025-08-20T19:21:40.9519910Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:21:40.9520158Z   SBUILD_PKGVER: HEAD-40c402a-250820T184925
2025-08-20T19:21:40.9520550Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517976
2025-08-20T19:21:40.9520930Z   BUILD_ID: 17107517976
2025-08-20T19:21:40.9521153Z   PKG_NAME: aliyun-cli
2025-08-20T19:21:40.9521371Z   PKG_DATE: 2025-08-20T19:20:50Z
2025-08-20T19:21:40.9521624Z   PKG_VERSION: HEAD-40c402a-250820T184925
2025-08-20T19:21:40.9521889Z   PKG_VERSION_UPSTREAM: 3.0.296
2025-08-20T19:21:40.9522230Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:40.9522839Z   GHCRPKG_TAG: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:40.9523341Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:40.9523831Z   PKG_SRCURL: https://github.com/aliyun/aliyun-cli
2025-08-20T19:21:40.9524124Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:21:40.9524414Z   GHCRPKG_TAG_SRCBUILD: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:40.9524944Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli-srcbuild-17107517976
2025-08-20T19:21:40.9525407Z   UTC_TIME: 2025_08_20T07_21_34_PM
2025-08-20T19:21:40.9525652Z ##[endgroup]
2025-08-20T19:21:40.9616593Z ##[group]Run ##Presets
2025-08-20T19:21:40.9616963Z [36;1m##Presets[0m
2025-08-20T19:21:40.9617175Z [36;1mset +x ; set +e[0m
2025-08-20T19:21:40.9617397Z [36;1m#-------------#[0m
2025-08-20T19:21:40.9617604Z [36;1m##Debug?[0m
2025-08-20T19:21:40.9617857Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:21:40.9618157Z [36;1m  set -x[0m
2025-08-20T19:21:40.9618345Z [36;1mfi[0m
2025-08-20T19:21:40.9618527Z [36;1m#-------------#[0m
2025-08-20T19:21:40.9618772Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:21:40.9619240Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/aliyun-cli/official"[0m
2025-08-20T19:21:40.9619673Z [36;1m exit 1[0m
2025-08-20T19:21:40.9619862Z [36;1mfi[0m
2025-08-20T19:21:40.9664350Z shell: /usr/bin/bash -e {0}
2025-08-20T19:21:40.9664596Z env:
2025-08-20T19:21:40.9664793Z   CROSS_COMPILING: NO
2025-08-20T19:21:40.9665040Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:21:40.9665283Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:21:40.9665512Z   ON_QEMU: NO
2025-08-20T19:21:40.9665696Z   DEBUG: 0
2025-08-20T19:21:40.9665888Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:21:40.9666122Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:21:40.9666538Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aliyun-cli/official
2025-08-20T19:21:40.9666862Z   KEEP_LOGS: YES
2025-08-20T19:21:40.9667060Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:21:40.9667299Z   PKG_FAMILY_LOCAL: aliyun-cli
2025-08-20T19:21:40.9667536Z   SBUILD_REBUILD: false
2025-08-20T19:21:40.9668122Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:21:40.9668740Z   BUILD_SYS: docker://go
2025-08-20T19:21:40.9668955Z   BUILD_ON_HOST: FALSE
2025-08-20T19:21:40.9669159Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:21:40.9669359Z   SYSTMP: /tmp
2025-08-20T19:21:40.9669556Z   GHA_MODE: MATRIX
2025-08-20T19:21:40.9670030Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:21:40.9670590Z   INPUT_SBUILD: /tmp/pkgforge/pZKjEpCL3_build.yaml
2025-08-20T19:21:40.9670938Z   BUILD_DIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml
2025-08-20T19:21:40.9671359Z   SBUILD_OUTDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:21:40.9671882Z   SBUILD_TMPDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:21:40.9672302Z   PKG_TYPE: static
2025-08-20T19:21:40.9672696Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:21:40.9672951Z   SBUILD_PKGVER: HEAD-40c402a-250820T184925
2025-08-20T19:21:40.9673370Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517976
2025-08-20T19:21:40.9673772Z   BUILD_ID: 17107517976
2025-08-20T19:21:40.9673997Z   PKG_NAME: aliyun-cli
2025-08-20T19:21:40.9674225Z   PKG_DATE: 2025-08-20T19:20:50Z
2025-08-20T19:21:40.9674496Z   PKG_VERSION: HEAD-40c402a-250820T184925
2025-08-20T19:21:40.9674778Z   PKG_VERSION_UPSTREAM: 3.0.296
2025-08-20T19:21:40.9675138Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:40.9675552Z   GHCRPKG_TAG: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:40.9676062Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:40.9676573Z   PKG_SRCURL: https://github.com/aliyun/aliyun-cli
2025-08-20T19:21:40.9676879Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:21:40.9677173Z   GHCRPKG_TAG_SRCBUILD: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:40.9677720Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli-srcbuild-17107517976
2025-08-20T19:21:40.9678203Z   UTC_TIME: 2025_08_20T07_21_34_PM
2025-08-20T19:21:40.9678450Z ##[endgroup]
2025-08-20T19:21:40.9776893Z ##[group]Run ##Presets
2025-08-20T19:21:40.9777294Z [36;1m##Presets[0m
2025-08-20T19:21:40.9777644Z [36;1mset +x ; set +e[0m
2025-08-20T19:21:40.9777999Z [36;1m#-------------#[0m
2025-08-20T19:21:40.9778339Z [36;1m##Debug?[0m
2025-08-20T19:21:40.9778870Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:21:40.9779364Z [36;1m  set -x[0m
2025-08-20T19:21:40.9779684Z [36;1mfi[0m
2025-08-20T19:21:40.9779994Z [36;1m#-------------#[0m
2025-08-20T19:21:40.9780585Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:21:40.9781260Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T19:21:40.9781762Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:21:40.9782217Z [36;1mfi[0m
2025-08-20T19:21:40.9841370Z shell: /usr/bin/bash -e {0}
2025-08-20T19:21:40.9841758Z env:
2025-08-20T19:21:40.9842058Z   CROSS_COMPILING: NO
2025-08-20T19:21:40.9842616Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:21:40.9843021Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:21:40.9843392Z   ON_QEMU: NO
2025-08-20T19:21:40.9843690Z   DEBUG: 0
2025-08-20T19:21:40.9844001Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:21:40.9844402Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:21:40.9844921Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/aliyun-cli/official
2025-08-20T19:21:40.9845464Z   KEEP_LOGS: YES
2025-08-20T19:21:40.9845789Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:21:40.9846294Z   PKG_FAMILY_LOCAL: aliyun-cli
2025-08-20T19:21:40.9846682Z   SBUILD_REBUILD: false
2025-08-20T19:21:40.9847643Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/aliyun-cli/static.official.source.yaml
2025-08-20T19:21:40.9848674Z   BUILD_SYS: docker://go
2025-08-20T19:21:40.9849045Z   BUILD_ON_HOST: FALSE
2025-08-20T19:21:40.9849390Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:21:40.9849726Z   SYSTMP: /tmp
2025-08-20T19:21:40.9850038Z   GHA_MODE: MATRIX
2025-08-20T19:21:40.9850799Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:21:40.9851708Z   INPUT_SBUILD: /tmp/pkgforge/pZKjEpCL3_build.yaml
2025-08-20T19:21:40.9852293Z   BUILD_DIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml
2025-08-20T19:21:40.9853140Z   SBUILD_OUTDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR
2025-08-20T19:21:40.9854007Z   SBUILD_TMPDIR: /tmp/pkgforge/7WlgcDc_pZKjEpCL3_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:21:40.9854682Z   PKG_TYPE: static
2025-08-20T19:21:40.9855014Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:21:40.9855403Z   SBUILD_PKGVER: HEAD-40c402a-250820T184925
2025-08-20T19:21:40.9856062Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517976
2025-08-20T19:21:40.9856695Z   BUILD_ID: 17107517976
2025-08-20T19:21:40.9857034Z   PKG_NAME: aliyun-cli
2025-08-20T19:21:40.9857388Z   PKG_DATE: 2025-08-20T19:20:50Z
2025-08-20T19:21:40.9857809Z   PKG_VERSION: HEAD-40c402a-250820T184925
2025-08-20T19:21:40.9858255Z   PKG_VERSION_UPSTREAM: 3.0.296
2025-08-20T19:21:40.9858816Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:40.9859477Z   GHCRPKG_TAG: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:40.9860290Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/aliyun-cli/official/aliyun-cli
2025-08-20T19:21:40.9861118Z   PKG_SRCURL: https://github.com/aliyun/aliyun-cli
2025-08-20T19:21:40.9861607Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:21:40.9862077Z   GHCRPKG_TAG_SRCBUILD: HEAD-40c402a-250820T184925-x86_64-linux
2025-08-20T19:21:40.9863122Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/aliyun-cli/official/aliyun-cli-srcbuild-17107517976
2025-08-20T19:21:40.9863944Z   UTC_TIME: 2025_08_20T07_21_34_PM
2025-08-20T19:21:40.9864334Z ##[endgroup]
2025-08-20T19:21:40.9948721Z EXITED
2025-08-20T19:21:41.0018579Z Cleaning up orphan processes
